diff --git a/.github/actions/fix-environment/action.yml b/.github/actions/fix-environment/action.yml index 87e2d5464d..68d2f48c0d 100644 --- a/.github/actions/fix-environment/action.yml +++ b/.github/actions/fix-environment/action.yml @@ -60,7 +60,7 @@ runs: - name: Update packages shell: pwsh run: | - C:\msys64\usr\bin\pacman.exe -S --noconfirm mingw-w64-x86_64-binutils - C:\msys64\usr\bin\pacman.exe -S --noconfirm mingw-w64-x86_64-llvm - C:\msys64\usr\bin\pacman.exe -S --noconfirm mingw-w64-i686-gcc - C:\msys64\usr\bin\pacman.exe -S --noconfirm mingw-w64-x86_64-gcc + C:\msys64\usr\bin\pacman.exe --sync --refresh --noconfirm mingw-w64-x86_64-binutils + C:\msys64\usr\bin\pacman.exe --sync --refresh --noconfirm mingw-w64-x86_64-llvm + C:\msys64\usr\bin\pacman.exe --sync --refresh --noconfirm mingw-w64-i686-gcc + C:\msys64\usr\bin\pacman.exe --sync --refresh --noconfirm mingw-w64-x86_64-gcc diff --git a/crates/libs/bindgen/default/Windows.Wdk.winmd b/crates/libs/bindgen/default/Windows.Wdk.winmd index d006fdba8c..68df60548b 100644 Binary files a/crates/libs/bindgen/default/Windows.Wdk.winmd and b/crates/libs/bindgen/default/Windows.Wdk.winmd differ diff --git a/crates/libs/bindgen/default/Windows.Win32.winmd b/crates/libs/bindgen/default/Windows.Win32.winmd index 36f99f91b6..3768dbb7ce 100644 Binary files a/crates/libs/bindgen/default/Windows.Win32.winmd and b/crates/libs/bindgen/default/Windows.Win32.winmd differ diff --git a/crates/libs/bindgen/default/Windows.winmd b/crates/libs/bindgen/default/Windows.winmd index 03aac9dc7e..392654a670 100644 Binary files a/crates/libs/bindgen/default/Windows.winmd and b/crates/libs/bindgen/default/Windows.winmd differ diff --git a/crates/libs/bindgen/default/readme.md b/crates/libs/bindgen/default/readme.md index 112897110c..ec1fccf249 100644 --- a/crates/libs/bindgen/default/readme.md +++ b/crates/libs/bindgen/default/readme.md @@ -5,17 +5,17 @@ like [ILSpy](https://github.com/icsharpcode/ILSpy). ## `Windows.Win32.winmd` - Source: -- Version: `61.0.15` +- Version: `63.0.31` ## `Windows.Wdk.winmd` - Source: -- Version: `0.12.8` +- Version: `0.13.25` ## `Windows.winmd` - Source: -- Version: `10.0.26100.1` +- Version: `10.0.26100.1742` The `Windows.winmd` file was created by merging the .winmd files from the last nuget package as follows: diff --git a/crates/libs/bindgen/src/metadata.rs b/crates/libs/bindgen/src/metadata.rs index 9d48c57a1d..b25e9a96b9 100644 --- a/crates/libs/bindgen/src/metadata.rs +++ b/crates/libs/bindgen/src/metadata.rs @@ -240,7 +240,7 @@ impl Signature { } // Then we see if we can infer retval-like behavior more conservatively. - self.params.last().map_or(false, |param| param.is_retval()) + self.params.last().is_some_and(|param| param.is_retval()) && self.params[..self.params.len() - 1].iter().all(|param| { let flags = param.def.flags(); !flags.contains(ParamAttributes::Out) diff --git a/crates/libs/sys/Cargo.toml b/crates/libs/sys/Cargo.toml index 1d2e422bb6..a56e6d5577 100644 --- a/crates/libs/sys/Cargo.toml +++ b/crates/libs/sys/Cargo.toml @@ -59,16 +59,21 @@ Win32_Data_HtmlHelp = ["Win32_Data"] Win32_Data_RightsManagement = ["Win32_Data"] Win32_Devices = ["Win32"] Win32_Devices_AllJoyn = ["Win32_Devices"] +Win32_Devices_Beep = ["Win32_Devices"] Win32_Devices_BiometricFramework = ["Win32_Devices"] Win32_Devices_Bluetooth = ["Win32_Devices"] +Win32_Devices_Cdrom = ["Win32_Devices"] Win32_Devices_Communication = ["Win32_Devices"] Win32_Devices_DeviceAndDriverInstallation = ["Win32_Devices"] Win32_Devices_DeviceQuery = ["Win32_Devices"] Win32_Devices_Display = ["Win32_Devices"] +Win32_Devices_Dvd = ["Win32_Devices"] Win32_Devices_Enumeration = ["Win32_Devices"] Win32_Devices_Enumeration_Pnp = ["Win32_Devices_Enumeration"] Win32_Devices_Fax = ["Win32_Devices"] Win32_Devices_HumanInterfaceDevice = ["Win32_Devices"] +Win32_Devices_Nfc = ["Win32_Devices"] +Win32_Devices_Nfp = ["Win32_Devices"] Win32_Devices_PortableDevices = ["Win32_Devices"] Win32_Devices_Properties = ["Win32_Devices"] Win32_Devices_Pwm = ["Win32_Devices"] diff --git a/crates/libs/sys/features.json b/crates/libs/sys/features.json index aec6045f5c..d6e45a9e25 100644 --- a/crates/libs/sys/features.json +++ b/crates/libs/sys/features.json @@ -1 +1 @@ -{"namespace_map":["Windows.AI.MachineLearning","Windows.AI.MachineLearning.Preview","Windows.ApplicationModel","Windows.ApplicationModel.Activation","Windows.ApplicationModel.AppExtensions","Windows.ApplicationModel.AppService","Windows.ApplicationModel.Appointments","Windows.ApplicationModel.Appointments.AppointmentsProvider","Windows.ApplicationModel.Appointments.DataProvider","Windows.ApplicationModel.Background","Windows.ApplicationModel.Calls","Windows.ApplicationModel.Calls.Background","Windows.ApplicationModel.Calls.Provider","Windows.ApplicationModel.Chat","Windows.ApplicationModel.CommunicationBlocking","Windows.ApplicationModel.Contacts","Windows.ApplicationModel.Contacts.DataProvider","Windows.ApplicationModel.Contacts.Provider","Windows.ApplicationModel.ConversationalAgent","Windows.ApplicationModel.Core","Windows.ApplicationModel.DataTransfer","Windows.ApplicationModel.DataTransfer.DragDrop","Windows.ApplicationModel.DataTransfer.DragDrop.Core","Windows.ApplicationModel.DataTransfer.ShareTarget","Windows.ApplicationModel.Email","Windows.ApplicationModel.Email.DataProvider","Windows.ApplicationModel.ExtendedExecution","Windows.ApplicationModel.ExtendedExecution.Foreground","Windows.ApplicationModel.Holographic","Windows.ApplicationModel.LockScreen","Windows.ApplicationModel.PackageExtensions","Windows.ApplicationModel.Payments","Windows.ApplicationModel.Payments.Provider","Windows.ApplicationModel.Preview.Holographic","Windows.ApplicationModel.Preview.InkWorkspace","Windows.ApplicationModel.Preview.Notes","Windows.ApplicationModel.Resources","Windows.ApplicationModel.Resources.Core","Windows.ApplicationModel.Resources.Management","Windows.ApplicationModel.Search","Windows.ApplicationModel.Search.Core","Windows.ApplicationModel.SocialInfo","Windows.ApplicationModel.SocialInfo.Provider","Windows.ApplicationModel.Store","Windows.ApplicationModel.Store.LicenseManagement","Windows.ApplicationModel.Store.Preview","Windows.ApplicationModel.Store.Preview.InstallControl","Windows.ApplicationModel.UserActivities","Windows.ApplicationModel.UserActivities.Core","Windows.ApplicationModel.UserDataAccounts","Windows.ApplicationModel.UserDataAccounts.Provider","Windows.ApplicationModel.UserDataAccounts.SystemAccess","Windows.ApplicationModel.UserDataTasks","Windows.ApplicationModel.UserDataTasks.DataProvider","Windows.ApplicationModel.VoiceCommands","Windows.ApplicationModel.Wallet","Windows.ApplicationModel.Wallet.System","Windows.Data.Html","Windows.Data.Json","Windows.Data.Pdf","Windows.Data.Text","Windows.Data.Xml.Dom","Windows.Data.Xml.Xsl","Windows.Devices","Windows.Devices.Adc","Windows.Devices.Adc.Provider","Windows.Devices.Background","Windows.Devices.Bluetooth","Windows.Devices.Bluetooth.Advertisement","Windows.Devices.Bluetooth.Background","Windows.Devices.Bluetooth.GenericAttributeProfile","Windows.Devices.Bluetooth.Rfcomm","Windows.Devices.Custom","Windows.Devices.Display","Windows.Devices.Display.Core","Windows.Devices.Enumeration","Windows.Devices.Enumeration.Pnp","Windows.Devices.Geolocation","Windows.Devices.Geolocation.Geofencing","Windows.Devices.Geolocation.Provider","Windows.Devices.Gpio","Windows.Devices.Gpio.Provider","Windows.Devices.Haptics","Windows.Devices.HumanInterfaceDevice","Windows.Devices.I2c","Windows.Devices.I2c.Provider","Windows.Devices.Input","Windows.Devices.Input.Preview","Windows.Devices.Lights","Windows.Devices.Lights.Effects","Windows.Devices.Midi","Windows.Devices.Perception","Windows.Devices.Perception.Provider","Windows.Devices.PointOfService","Windows.Devices.PointOfService.Provider","Windows.Devices.Portable","Windows.Devices.Power","Windows.Devices.Printers","Windows.Devices.Printers.Extensions","Windows.Devices.Pwm","Windows.Devices.Pwm.Provider","Windows.Devices.Radios","Windows.Devices.Scanners","Windows.Devices.Sensors","Windows.Devices.Sensors.Custom","Windows.Devices.SerialCommunication","Windows.Devices.SmartCards","Windows.Devices.Sms","Windows.Devices.Spi","Windows.Devices.Spi.Provider","Windows.Devices.Usb","Windows.Devices.WiFi","Windows.Devices.WiFiDirect","Windows.Devices.WiFiDirect.Services","Windows.Embedded.DeviceLockdown","Windows.Foundation","Windows.Foundation.Collections","Windows.Foundation.Diagnostics","Windows.Foundation.Metadata","Windows.Foundation.Numerics","Windows.Gaming.Input","Windows.Gaming.Input.Custom","Windows.Gaming.Input.ForceFeedback","Windows.Gaming.Input.Preview","Windows.Gaming.Preview","Windows.Gaming.Preview.GamesEnumeration","Windows.Gaming.UI","Windows.Gaming.XboxLive","Windows.Gaming.XboxLive.Storage","Windows.Globalization","Windows.Globalization.Collation","Windows.Globalization.DateTimeFormatting","Windows.Globalization.Fonts","Windows.Globalization.NumberFormatting","Windows.Globalization.PhoneNumberFormatting","Windows.Graphics","Windows.Graphics.Capture","Windows.Graphics.DirectX","Windows.Graphics.DirectX.Direct3D11","Windows.Graphics.Display","Windows.Graphics.Display.Core","Windows.Graphics.Effects","Windows.Graphics.Holographic","Windows.Graphics.Imaging","Windows.Graphics.Printing","Windows.Graphics.Printing.OptionDetails","Windows.Graphics.Printing.PrintSupport","Windows.Graphics.Printing.PrintTicket","Windows.Graphics.Printing.Workflow","Windows.Graphics.Printing3D","Windows.Management","Windows.Management.Core","Windows.Management.Deployment","Windows.Management.Deployment.Preview","Windows.Management.Policies","Windows.Management.Setup","Windows.Management.Update","Windows.Management.Workplace","Windows.Media","Windows.Media.AppBroadcasting","Windows.Media.AppRecording","Windows.Media.Audio","Windows.Media.Capture","Windows.Media.Capture.Core","Windows.Media.Capture.Frames","Windows.Media.Casting","Windows.Media.ClosedCaptioning","Windows.Media.ContentRestrictions","Windows.Media.Control","Windows.Media.Core","Windows.Media.Core.Preview","Windows.Media.Devices","Windows.Media.Devices.Core","Windows.Media.DialProtocol","Windows.Media.Editing","Windows.Media.Effects","Windows.Media.FaceAnalysis","Windows.Media.Import","Windows.Media.MediaProperties","Windows.Media.Miracast","Windows.Media.Ocr","Windows.Media.PlayTo","Windows.Media.Playback","Windows.Media.Playlists","Windows.Media.Protection","Windows.Media.Protection.PlayReady","Windows.Media.Render","Windows.Media.SpeechRecognition","Windows.Media.SpeechSynthesis","Windows.Media.Streaming.Adaptive","Windows.Media.Transcoding","Windows.Networking","Windows.Networking.BackgroundTransfer","Windows.Networking.Connectivity","Windows.Networking.NetworkOperators","Windows.Networking.Proximity","Windows.Networking.PushNotifications","Windows.Networking.ServiceDiscovery.Dnssd","Windows.Networking.Sockets","Windows.Networking.Vpn","Windows.Networking.XboxLive","Windows.Perception","Windows.Perception.Automation.Core","Windows.Perception.People","Windows.Perception.Spatial","Windows.Perception.Spatial.Preview","Windows.Perception.Spatial.Surfaces","Windows.Phone","Windows.Phone.ApplicationModel","Windows.Phone.Devices.Notification","Windows.Phone.Devices.Power","Windows.Phone.Management.Deployment","Windows.Phone.Media.Devices","Windows.Phone.Notification.Management","Windows.Phone.PersonalInformation","Windows.Phone.PersonalInformation.Provisioning","Windows.Phone.Speech.Recognition","Windows.Phone.StartScreen","Windows.Phone.System","Windows.Phone.System.Power","Windows.Phone.System.Profile","Windows.Phone.System.UserProfile.GameServices.Core","Windows.Phone.UI.Input","Windows.Security.Authentication.Identity","Windows.Security.Authentication.Identity.Core","Windows.Security.Authentication.Identity.Provider","Windows.Security.Authentication.OnlineId","Windows.Security.Authentication.Web","Windows.Security.Authentication.Web.Core","Windows.Security.Authentication.Web.Provider","Windows.Security.Authorization.AppCapabilityAccess","Windows.Security.Credentials","Windows.Security.Credentials.UI","Windows.Security.Cryptography","Windows.Security.Cryptography.Certificates","Windows.Security.Cryptography.Core","Windows.Security.Cryptography.DataProtection","Windows.Security.DataProtection","Windows.Security.EnterpriseData","Windows.Security.ExchangeActiveSyncProvisioning","Windows.Security.Isolation","Windows.Services.Cortana","Windows.Services.Maps","Windows.Services.Maps.Guidance","Windows.Services.Maps.LocalSearch","Windows.Services.Maps.OfflineMaps","Windows.Services.Store","Windows.Services.TargetedContent","Windows.Storage","Windows.Storage.AccessCache","Windows.Storage.BulkAccess","Windows.Storage.Compression","Windows.Storage.FileProperties","Windows.Storage.Pickers","Windows.Storage.Pickers.Provider","Windows.Storage.Provider","Windows.Storage.Search","Windows.Storage.Streams","Windows.System","Windows.System.Diagnostics","Windows.System.Diagnostics.DevicePortal","Windows.System.Diagnostics.Telemetry","Windows.System.Diagnostics.TraceReporting","Windows.System.Display","Windows.System.Implementation.FileExplorer","Windows.System.Inventory","Windows.System.Power","Windows.System.Power.Diagnostics","Windows.System.Preview","Windows.System.Profile","Windows.System.Profile.SystemManufacturers","Windows.System.RemoteDesktop","Windows.System.RemoteDesktop.Input","Windows.System.RemoteDesktop.Provider","Windows.System.RemoteSystems","Windows.System.Threading","Windows.System.Threading.Core","Windows.System.Update","Windows.System.UserProfile","Windows.UI","Windows.UI.Accessibility","Windows.UI.ApplicationSettings","Windows.UI.Composition","Windows.UI.Composition.Core","Windows.UI.Composition.Desktop","Windows.UI.Composition.Diagnostics","Windows.UI.Composition.Effects","Windows.UI.Composition.Interactions","Windows.UI.Composition.Scenes","Windows.UI.Core","Windows.UI.Core.AnimationMetrics","Windows.UI.Core.Preview","Windows.UI.Input","Windows.UI.Input.Core","Windows.UI.Input.Inking","Windows.UI.Input.Inking.Analysis","Windows.UI.Input.Inking.Core","Windows.UI.Input.Inking.Preview","Windows.UI.Input.Preview","Windows.UI.Input.Preview.Injection","Windows.UI.Input.Spatial","Windows.UI.Notifications","Windows.UI.Notifications.Management","Windows.UI.Notifications.Preview","Windows.UI.Popups","Windows.UI.Shell","Windows.UI.StartScreen","Windows.UI.Text","Windows.UI.Text.Core","Windows.UI.UIAutomation","Windows.UI.UIAutomation.Core","Windows.UI.ViewManagement","Windows.UI.ViewManagement.Core","Windows.UI.WebUI","Windows.UI.WebUI.Core","Windows.UI.WindowManagement","Windows.UI.WindowManagement.Preview","Windows.UI.Xaml","Windows.UI.Xaml.Automation","Windows.UI.Xaml.Automation.Peers","Windows.UI.Xaml.Automation.Provider","Windows.UI.Xaml.Automation.Text","Windows.UI.Xaml.Controls","Windows.UI.Xaml.Controls.Maps","Windows.UI.Xaml.Controls.Primitives","Windows.UI.Xaml.Core.Direct","Windows.UI.Xaml.Data","Windows.UI.Xaml.Documents","Windows.UI.Xaml.Hosting","Windows.UI.Xaml.Input","Windows.UI.Xaml.Interop","Windows.UI.Xaml.Markup","Windows.UI.Xaml.Media","Windows.UI.Xaml.Media.Animation","Windows.UI.Xaml.Media.Imaging","Windows.UI.Xaml.Media.Media3D","Windows.UI.Xaml.Navigation","Windows.UI.Xaml.Printing","Windows.UI.Xaml.Resources","Windows.UI.Xaml.Shapes","Windows.Wdk.Devices.Bluetooth","Windows.Wdk.Devices.HumanInterfaceDevice","Windows.Wdk.Foundation","Windows.Wdk.Graphics.Direct3D","Windows.Wdk.NetworkManagement.Ndis","Windows.Wdk.NetworkManagement.WindowsFilteringPlatform","Windows.Wdk.Storage.FileSystem","Windows.Wdk.Storage.FileSystem.Minifilters","Windows.Wdk.System.IO","Windows.Wdk.System.Memory","Windows.Wdk.System.OfflineRegistry","Windows.Wdk.System.Registry","Windows.Wdk.System.SystemInformation","Windows.Wdk.System.SystemServices","Windows.Wdk.System.Threading","Windows.Web","Windows.Web.AtomPub","Windows.Web.Http","Windows.Web.Http.Diagnostics","Windows.Web.Http.Filters","Windows.Web.Http.Headers","Windows.Web.Syndication","Windows.Web.UI","Windows.Web.UI.Interop","Windows.Win32.AI.MachineLearning.DirectML","Windows.Win32.AI.MachineLearning.WinML","Windows.Win32.Data.HtmlHelp","Windows.Win32.Data.RightsManagement","Windows.Win32.Data.Xml.MsXml","Windows.Win32.Data.Xml.XmlLite","Windows.Win32.Devices.AllJoyn","Windows.Win32.Devices.BiometricFramework","Windows.Win32.Devices.Bluetooth","Windows.Win32.Devices.Communication","Windows.Win32.Devices.DeviceAccess","Windows.Win32.Devices.DeviceAndDriverInstallation","Windows.Win32.Devices.DeviceQuery","Windows.Win32.Devices.Display","Windows.Win32.Devices.Enumeration.Pnp","Windows.Win32.Devices.Fax","Windows.Win32.Devices.FunctionDiscovery","Windows.Win32.Devices.Geolocation","Windows.Win32.Devices.HumanInterfaceDevice","Windows.Win32.Devices.ImageAcquisition","Windows.Win32.Devices.PortableDevices","Windows.Win32.Devices.Properties","Windows.Win32.Devices.Pwm","Windows.Win32.Devices.Sensors","Windows.Win32.Devices.SerialCommunication","Windows.Win32.Devices.Tapi","Windows.Win32.Devices.Usb","Windows.Win32.Devices.WebServicesOnDevices","Windows.Win32.Foundation","Windows.Win32.Foundation.Metadata","Windows.Win32.Gaming","Windows.Win32.Globalization","Windows.Win32.Graphics.CompositionSwapchain","Windows.Win32.Graphics.DXCore","Windows.Win32.Graphics.Direct2D","Windows.Win32.Graphics.Direct2D.Common","Windows.Win32.Graphics.Direct3D","Windows.Win32.Graphics.Direct3D.Dxc","Windows.Win32.Graphics.Direct3D.Fxc","Windows.Win32.Graphics.Direct3D10","Windows.Win32.Graphics.Direct3D11","Windows.Win32.Graphics.Direct3D11on12","Windows.Win32.Graphics.Direct3D12","Windows.Win32.Graphics.Direct3D9","Windows.Win32.Graphics.Direct3D9on12","Windows.Win32.Graphics.DirectComposition","Windows.Win32.Graphics.DirectDraw","Windows.Win32.Graphics.DirectManipulation","Windows.Win32.Graphics.DirectWrite","Windows.Win32.Graphics.Dwm","Windows.Win32.Graphics.Dxgi","Windows.Win32.Graphics.Dxgi.Common","Windows.Win32.Graphics.Gdi","Windows.Win32.Graphics.GdiPlus","Windows.Win32.Graphics.Hlsl","Windows.Win32.Graphics.Imaging","Windows.Win32.Graphics.Imaging.D2D","Windows.Win32.Graphics.OpenGL","Windows.Win32.Graphics.Printing","Windows.Win32.Graphics.Printing.PrintTicket","Windows.Win32.Management.MobileDeviceManagementRegistration","Windows.Win32.Media","Windows.Win32.Media.Audio","Windows.Win32.Media.Audio.Apo","Windows.Win32.Media.Audio.DirectMusic","Windows.Win32.Media.Audio.DirectSound","Windows.Win32.Media.Audio.Endpoints","Windows.Win32.Media.Audio.XAudio2","Windows.Win32.Media.DeviceManager","Windows.Win32.Media.DirectShow","Windows.Win32.Media.DirectShow.Tv","Windows.Win32.Media.DirectShow.Xml","Windows.Win32.Media.DxMediaObjects","Windows.Win32.Media.KernelStreaming","Windows.Win32.Media.LibrarySharingServices","Windows.Win32.Media.MediaFoundation","Windows.Win32.Media.MediaPlayer","Windows.Win32.Media.Multimedia","Windows.Win32.Media.PictureAcquisition","Windows.Win32.Media.Speech","Windows.Win32.Media.Streaming","Windows.Win32.Media.WindowsMediaFormat","Windows.Win32.NetworkManagement.Dhcp","Windows.Win32.NetworkManagement.Dns","Windows.Win32.NetworkManagement.InternetConnectionWizard","Windows.Win32.NetworkManagement.IpHelper","Windows.Win32.NetworkManagement.MobileBroadband","Windows.Win32.NetworkManagement.Multicast","Windows.Win32.NetworkManagement.Ndis","Windows.Win32.NetworkManagement.NetBios","Windows.Win32.NetworkManagement.NetManagement","Windows.Win32.NetworkManagement.NetShell","Windows.Win32.NetworkManagement.NetworkDiagnosticsFramework","Windows.Win32.NetworkManagement.NetworkPolicyServer","Windows.Win32.NetworkManagement.P2P","Windows.Win32.NetworkManagement.QoS","Windows.Win32.NetworkManagement.Rras","Windows.Win32.NetworkManagement.Snmp","Windows.Win32.NetworkManagement.WNet","Windows.Win32.NetworkManagement.WebDav","Windows.Win32.NetworkManagement.WiFi","Windows.Win32.NetworkManagement.WindowsConnectNow","Windows.Win32.NetworkManagement.WindowsConnectionManager","Windows.Win32.NetworkManagement.WindowsFilteringPlatform","Windows.Win32.NetworkManagement.WindowsFirewall","Windows.Win32.NetworkManagement.WindowsNetworkVirtualization","Windows.Win32.Networking.ActiveDirectory","Windows.Win32.Networking.BackgroundIntelligentTransferService","Windows.Win32.Networking.Clustering","Windows.Win32.Networking.HttpServer","Windows.Win32.Networking.Ldap","Windows.Win32.Networking.NetworkListManager","Windows.Win32.Networking.RemoteDifferentialCompression","Windows.Win32.Networking.WebSocket","Windows.Win32.Networking.WinHttp","Windows.Win32.Networking.WinInet","Windows.Win32.Networking.WinSock","Windows.Win32.Networking.WindowsWebServices","Windows.Win32.Security","Windows.Win32.Security.AppLocker","Windows.Win32.Security.Authentication.Identity","Windows.Win32.Security.Authentication.Identity.Provider","Windows.Win32.Security.Authorization","Windows.Win32.Security.Authorization.UI","Windows.Win32.Security.ConfigurationSnapin","Windows.Win32.Security.Credentials","Windows.Win32.Security.Cryptography","Windows.Win32.Security.Cryptography.Catalog","Windows.Win32.Security.Cryptography.Certificates","Windows.Win32.Security.Cryptography.Sip","Windows.Win32.Security.Cryptography.UI","Windows.Win32.Security.DiagnosticDataQuery","Windows.Win32.Security.DirectoryServices","Windows.Win32.Security.EnterpriseData","Windows.Win32.Security.ExtensibleAuthenticationProtocol","Windows.Win32.Security.Isolation","Windows.Win32.Security.LicenseProtection","Windows.Win32.Security.NetworkAccessProtection","Windows.Win32.Security.Tpm","Windows.Win32.Security.WinTrust","Windows.Win32.Security.WinWlx","Windows.Win32.Storage.Cabinets","Windows.Win32.Storage.CloudFilters","Windows.Win32.Storage.Compression","Windows.Win32.Storage.DataDeduplication","Windows.Win32.Storage.DistributedFileSystem","Windows.Win32.Storage.EnhancedStorage","Windows.Win32.Storage.FileHistory","Windows.Win32.Storage.FileServerResourceManager","Windows.Win32.Storage.FileSystem","Windows.Win32.Storage.Imapi","Windows.Win32.Storage.IndexServer","Windows.Win32.Storage.InstallableFileSystems","Windows.Win32.Storage.IscsiDisc","Windows.Win32.Storage.Jet","Windows.Win32.Storage.Nvme","Windows.Win32.Storage.OfflineFiles","Windows.Win32.Storage.OperationRecorder","Windows.Win32.Storage.Packaging.Appx","Windows.Win32.Storage.Packaging.Opc","Windows.Win32.Storage.ProjectedFileSystem","Windows.Win32.Storage.StructuredStorage","Windows.Win32.Storage.Vhd","Windows.Win32.Storage.VirtualDiskService","Windows.Win32.Storage.Vss","Windows.Win32.Storage.Xps","Windows.Win32.Storage.Xps.Printing","Windows.Win32.System.AddressBook","Windows.Win32.System.Antimalware","Windows.Win32.System.ApplicationInstallationAndServicing","Windows.Win32.System.ApplicationVerifier","Windows.Win32.System.AssessmentTool","Windows.Win32.System.ClrHosting","Windows.Win32.System.Com","Windows.Win32.System.Com.CallObj","Windows.Win32.System.Com.ChannelCredentials","Windows.Win32.System.Com.Events","Windows.Win32.System.Com.Marshal","Windows.Win32.System.Com.StructuredStorage","Windows.Win32.System.Com.UI","Windows.Win32.System.Com.Urlmon","Windows.Win32.System.ComponentServices","Windows.Win32.System.Console","Windows.Win32.System.Contacts","Windows.Win32.System.CorrelationVector","Windows.Win32.System.DataExchange","Windows.Win32.System.DeploymentServices","Windows.Win32.System.DesktopSharing","Windows.Win32.System.DeveloperLicensing","Windows.Win32.System.Diagnostics.Ceip","Windows.Win32.System.Diagnostics.ClrProfiling","Windows.Win32.System.Diagnostics.Debug","Windows.Win32.System.Diagnostics.Debug.ActiveScript","Windows.Win32.System.Diagnostics.Debug.Extensions","Windows.Win32.System.Diagnostics.Debug.WebApp","Windows.Win32.System.Diagnostics.Etw","Windows.Win32.System.Diagnostics.ProcessSnapshotting","Windows.Win32.System.Diagnostics.ToolHelp","Windows.Win32.System.Diagnostics.TraceLogging","Windows.Win32.System.DistributedTransactionCoordinator","Windows.Win32.System.Environment","Windows.Win32.System.ErrorReporting","Windows.Win32.System.EventCollector","Windows.Win32.System.EventLog","Windows.Win32.System.EventNotificationService","Windows.Win32.System.GroupPolicy","Windows.Win32.System.HostCompute","Windows.Win32.System.HostComputeNetwork","Windows.Win32.System.HostComputeSystem","Windows.Win32.System.Hypervisor","Windows.Win32.System.IO","Windows.Win32.System.Iis","Windows.Win32.System.Ioctl","Windows.Win32.System.JobObjects","Windows.Win32.System.Js","Windows.Win32.System.Kernel","Windows.Win32.System.LibraryLoader","Windows.Win32.System.Mailslots","Windows.Win32.System.Mapi","Windows.Win32.System.Memory","Windows.Win32.System.Memory.NonVolatile","Windows.Win32.System.MessageQueuing","Windows.Win32.System.MixedReality","Windows.Win32.System.Mmc","Windows.Win32.System.Ole","Windows.Win32.System.ParentalControls","Windows.Win32.System.PasswordManagement","Windows.Win32.System.Performance","Windows.Win32.System.Performance.HardwareCounterProfiling","Windows.Win32.System.Pipes","Windows.Win32.System.Power","Windows.Win32.System.ProcessStatus","Windows.Win32.System.RealTimeCommunications","Windows.Win32.System.Recovery","Windows.Win32.System.Registry","Windows.Win32.System.RemoteAssistance","Windows.Win32.System.RemoteDesktop","Windows.Win32.System.RemoteManagement","Windows.Win32.System.RestartManager","Windows.Win32.System.Restore","Windows.Win32.System.Rpc","Windows.Win32.System.Search","Windows.Win32.System.Search.Common","Windows.Win32.System.SecurityCenter","Windows.Win32.System.ServerBackup","Windows.Win32.System.Services","Windows.Win32.System.SettingsManagementInfrastructure","Windows.Win32.System.SetupAndMigration","Windows.Win32.System.Shutdown","Windows.Win32.System.SideShow","Windows.Win32.System.StationsAndDesktops","Windows.Win32.System.SubsystemForLinux","Windows.Win32.System.SystemInformation","Windows.Win32.System.SystemServices","Windows.Win32.System.TaskScheduler","Windows.Win32.System.Threading","Windows.Win32.System.Time","Windows.Win32.System.TpmBaseServices","Windows.Win32.System.TransactionServer","Windows.Win32.System.UpdateAgent","Windows.Win32.System.UpdateAssessment","Windows.Win32.System.UserAccessLogging","Windows.Win32.System.Variant","Windows.Win32.System.VirtualDosMachines","Windows.Win32.System.WinRT","Windows.Win32.System.WinRT.AllJoyn","Windows.Win32.System.WinRT.Composition","Windows.Win32.System.WinRT.CoreInputView","Windows.Win32.System.WinRT.Direct3D11","Windows.Win32.System.WinRT.Display","Windows.Win32.System.WinRT.Graphics.Capture","Windows.Win32.System.WinRT.Graphics.Direct2D","Windows.Win32.System.WinRT.Graphics.Imaging","Windows.Win32.System.WinRT.Holographic","Windows.Win32.System.WinRT.Isolation","Windows.Win32.System.WinRT.ML","Windows.Win32.System.WinRT.Media","Windows.Win32.System.WinRT.Metadata","Windows.Win32.System.WinRT.Pdf","Windows.Win32.System.WinRT.Printing","Windows.Win32.System.WinRT.Shell","Windows.Win32.System.WinRT.Storage","Windows.Win32.System.WinRT.Xaml","Windows.Win32.System.WindowsProgramming","Windows.Win32.System.WindowsSync","Windows.Win32.System.Wmi","Windows.Win32.UI.Accessibility","Windows.Win32.UI.Animation","Windows.Win32.UI.ColorSystem","Windows.Win32.UI.Controls","Windows.Win32.UI.Controls.Dialogs","Windows.Win32.UI.Controls.RichEdit","Windows.Win32.UI.HiDpi","Windows.Win32.UI.Input","Windows.Win32.UI.Input.Ime","Windows.Win32.UI.Input.Ink","Windows.Win32.UI.Input.KeyboardAndMouse","Windows.Win32.UI.Input.Pointer","Windows.Win32.UI.Input.Radial","Windows.Win32.UI.Input.Touch","Windows.Win32.UI.Input.XboxController","Windows.Win32.UI.InteractionContext","Windows.Win32.UI.LegacyWindowsEnvironmentFeatures","Windows.Win32.UI.Magnification","Windows.Win32.UI.Notifications","Windows.Win32.UI.Ribbon","Windows.Win32.UI.Shell","Windows.Win32.UI.Shell.Common","Windows.Win32.UI.Shell.PropertiesSystem","Windows.Win32.UI.TabletPC","Windows.Win32.UI.TextServices","Windows.Win32.UI.WindowsAndMessaging","Windows.Win32.UI.Wpf","Windows.Win32.UI.Xaml.Diagnostics","Windows.Win32.Web.InternetExplorer","Windows.Win32.Web.MsHtml"],"feature_map":["Wdk_Devices_Bluetooth","Win32_Devices_Properties","Wdk_Devices_HumanInterfaceDevice","Win32_Foundation","Wdk_Foundation","Wdk_System_SystemServices","Win32_Security","Wdk_Storage_FileSystem","Win32_System_IO","Win32_System_Kernel","Win32_System_Power","Wdk_Graphics_Direct3D","Win32_Graphics_Direct3D9","Win32_Graphics_DirectDraw","Win32_Graphics_Gdi","Foundation_Numerics","Wdk_NetworkManagement_Ndis","Win32_Networking_WinSock","Win32_NetworkManagement_Ndis","Wdk_NetworkManagement_WindowsFilteringPlatform","Win32_NetworkManagement_WindowsFilteringPlatform","Win32_System_Rpc","Win32_System_Memory","Win32_Storage_FileSystem","Win32_System_Ioctl","Win32_Security_Authentication_Identity","Wdk_Storage_FileSystem_Minifilters","Win32_Storage_InstallableFileSystems","Wdk_System_IO","Wdk_System_Memory","Wdk_System_OfflineRegistry","Wdk_System_Registry","Wdk_System_SystemInformation","Win32_System_Diagnostics_Debug","Win32_System_Diagnostics_Etw","Win32_System_SystemInformation","Win32_Storage_IscsiDisc","Win32_System_WindowsProgramming","Win32_System_SystemServices","Win32_System_Threading","Wdk_System_Threading","Win32_Data_HtmlHelp","Win32_UI_Controls","Win32_System_Com","Win32_System_Variant","Win32_Data_RightsManagement","Win32_Devices_AllJoyn","Win32_Devices_BiometricFramework","Win32_Devices_Bluetooth","Win32_Devices_Communication","Win32_Devices_DeviceAndDriverInstallation","Win32_System_Registry","Win32_UI_WindowsAndMessaging","Win32_Devices_DeviceQuery","Win32_Devices_Display","Win32_System_Console","Win32_Graphics_OpenGL","Win32_UI_ColorSystem","Win32_Devices_Enumeration_Pnp","Win32_Devices_Fax","Win32_Devices_HumanInterfaceDevice","Win32_Devices_PortableDevices","Win32_UI_Shell_PropertiesSystem","Win32_Devices_Pwm","Win32_Devices_Sensors","Win32_System_Com_StructuredStorage","Win32_Devices_SerialCommunication","Win32_Devices_Tapi","Win32_Devices_Usb","Win32_Devices_WebServicesOnDevices","Win32_Security_Cryptography","Win32_Gaming","Win32_Globalization","Win32_Graphics_Dwm","Win32_Graphics_GdiPlus","Win32_Graphics_Hlsl","Win32_Graphics_Printing","Win32_Storage_Xps","Win32_Graphics_Printing_PrintTicket","Win32_Management_MobileDeviceManagementRegistration","Win32_Media","Win32_Media_Multimedia","Win32_Media_Audio","Win32_Media_DxMediaObjects","Win32_Media_KernelStreaming","Win32_Media_MediaFoundation","Win32_UI_Controls_Dialogs","Win32_Media_Streaming","Win32_Media_WindowsMediaFormat","Win32_NetworkManagement_Dhcp","Win32_NetworkManagement_Dns","Win32_NetworkManagement_InternetConnectionWizard","Win32_NetworkManagement_IpHelper","Win32_NetworkManagement_Multicast","Win32_NetworkManagement_NetBios","Win32_NetworkManagement_NetManagement","Win32_NetworkManagement_NetShell","Win32_NetworkManagement_NetworkDiagnosticsFramework","Win32_NetworkManagement_P2P","Win32_NetworkManagement_QoS","Win32_NetworkManagement_Rras","Win32_NetworkManagement_Snmp","Win32_NetworkManagement_WNet","Win32_NetworkManagement_WebDav","Win32_NetworkManagement_WiFi","Win32_Security_ExtensibleAuthenticationProtocol","Win32_System_RemoteDesktop","Win32_NetworkManagement_WindowsConnectionManager","Win32_NetworkManagement_WindowsFirewall","Win32_NetworkManagement_WindowsNetworkVirtualization","Win32_Networking_ActiveDirectory","Win32_UI_Shell","Win32_Networking_Clustering","Win32_System_Services","Win32_Networking_HttpServer","Win32_Networking_Ldap","Win32_Networking_WebSocket","Win32_Networking_WinHttp","Win32_Networking_WinInet","Win32_Networking_WindowsWebServices","Win32_Security_AppLocker","Win32_Security_Credentials","Win32_System_PasswordManagement","Win32_Security_Authorization","Win32_Security_Cryptography_Catalog","Win32_Security_Cryptography_Sip","Win32_Security_Cryptography_Certificates","Win32_Security_Cryptography_UI","Win32_Security_WinTrust","Win32_Security_DiagnosticDataQuery","Win32_Security_DirectoryServices","Win32_Security_EnterpriseData","Win32_Storage_Packaging_Appx","Win32_Security_Isolation","Win32_Security_LicenseProtection","Win32_Security_NetworkAccessProtection","Win32_Security_WinWlx","Win32_System_StationsAndDesktops","Win32_Storage_Cabinets","Win32_Storage_CloudFilters","Win32_System_CorrelationVector","Win32_Storage_Compression","Win32_Storage_DistributedFileSystem","Win32_Storage_FileHistory","Win32_Storage_Imapi","Win32_System_AddressBook","Win32_Storage_IndexServer","Win32_Storage_Jet","Win32_Storage_StructuredStorage","Win32_Storage_Nvme","Win32_Storage_OfflineFiles","Win32_Storage_OperationRecorder","Win32_Storage_ProjectedFileSystem","Win32_Storage_Vhd","Win32_System_Antimalware","Win32_System_ApplicationInstallationAndServicing","Win32_System_ApplicationVerifier","Win32_System_ClrHosting","Win32_System_Ole","Win32_System_Com_Marshal","Win32_System_Com_Urlmon","Win32_System_ComponentServices","Win32_System_DataExchange","Win32_System_DeploymentServices","Win32_System_DeveloperLicensing","Win32_System_Diagnostics_Ceip","Win32_System_Time","Win32_System_Diagnostics_Debug_Extensions","Win32_System_Diagnostics_ProcessSnapshotting","Win32_System_Diagnostics_ToolHelp","Win32_System_Diagnostics_TraceLogging","Win32_System_DistributedTransactionCoordinator","Win32_System_Environment","Win32_System_ErrorReporting","Win32_System_EventCollector","Win32_System_EventLog","Win32_System_EventNotificationService","Win32_System_GroupPolicy","Win32_System_HostCompute","Win32_System_HostComputeNetwork","Win32_System_HostComputeSystem","Win32_System_Hypervisor","Win32_System_Iis","Win32_System_JobObjects","Win32_System_Js","Win32_System_Diagnostics_Debug_ActiveScript","Win32_System_LibraryLoader","Win32_System_Mailslots","Win32_System_Mapi","Win32_System_Memory_NonVolatile","Win32_System_MessageQueuing","Win32_System_MixedReality","Win32_System_Performance","Win32_System_Performance_HardwareCounterProfiling","Win32_System_Pipes","Win32_System_ProcessStatus","Win32_System_Recovery","Win32_System_RemoteManagement","Win32_System_RestartManager","Win32_System_Restore","Win32_System_Search","Win32_System_Search_Common","Win32_System_SecurityCenter","Win32_System_SetupAndMigration","Win32_System_Shutdown","Win32_System_SubsystemForLinux","Win32_System_TpmBaseServices","Win32_System_UserAccessLogging","Win32_System_VirtualDosMachines","Win32_System_Wmi","Win32_UI_Accessibility","Win32_UI_Input_Pointer","Win32_UI_HiDpi","Win32_UI_Input","Win32_UI_Input_Ime","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Input_Touch","Win32_UI_Input_XboxController","Win32_UI_InteractionContext","Win32_UI_Magnification","Win32_UI_Shell_Common","Win32_UI_TabletPC","Win32_UI_TextServices","Win32_Web_InternetExplorer"],"namespaces":{"340":[{"name":"DEVPKEY_Bluetooth_ClassOfDevice","features":[0,1]},{"name":"DEVPKEY_Bluetooth_ClassOfDevice_Deprecated","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceAddress","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceFlags","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceManufacturer","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceModelNumber","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DevicePID","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceProductVersion","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceVID","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceVIDSource","features":[0,1]},{"name":"DEVPKEY_Bluetooth_LastConnectedTime","features":[0,1]},{"name":"DEVPKEY_Bluetooth_LastConnectedTime_Deprecated","features":[0,1]},{"name":"DEVPKEY_Bluetooth_LastSeenTime","features":[0,1]},{"name":"DEVPKEY_Bluetooth_ServiceGUID","features":[0,1]},{"name":"GUID_BTHDDI_PROFILE_DRIVER_INTERFACE","features":[0]},{"name":"GUID_BTHDDI_SDP_NODE_INTERFACE","features":[0]},{"name":"GUID_BTHDDI_SDP_PARSE_INTERFACE","features":[0]},{"name":"GUID_BTH_DEVICE_INTERFACE","features":[0]}],"341":[{"name":"EVT_VHF_ASYNC_OPERATION","features":[2]},{"name":"EVT_VHF_CLEANUP","features":[2]},{"name":"EVT_VHF_READY_FOR_NEXT_READ_REPORT","features":[2]},{"name":"HID_XFER_PACKET","features":[2]},{"name":"VHF_CONFIG","features":[2,3]},{"name":"VhfAsyncOperationComplete","features":[2,3]},{"name":"VhfCreate","features":[2,3]},{"name":"VhfDelete","features":[2,3]},{"name":"VhfReadReportSubmit","features":[2,3]},{"name":"VhfStart","features":[2,3]}],"342":[{"name":"ACCESS_STATE","features":[4,5,3,6]},{"name":"DEVICE_OBJECT","features":[4,7,5,3,6,8,9,10]},{"name":"DEVOBJ_EXTENSION","features":[4,7,5,3,6,8,9,10]},{"name":"DISPATCHER_HEADER","features":[4,3,9]},{"name":"DMA_COMMON_BUFFER_VECTOR","features":[4]},{"name":"DRIVER_ADD_DEVICE","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_CANCEL","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_CONTROL","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_DISPATCH","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_DISPATCH_PAGED","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_EXTENSION","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_FS_NOTIFICATION","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_INITIALIZE","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_NOTIFICATION_CALLBACK_ROUTINE","features":[4,3]},{"name":"DRIVER_OBJECT","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_REINITIALIZE","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_STARTIO","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_UNLOAD","features":[4,7,5,3,6,8,9,10]},{"name":"DontUseThisType","features":[4]},{"name":"DontUseThisTypeSession","features":[4]},{"name":"ECP_HEADER","features":[4]},{"name":"ECP_LIST","features":[4]},{"name":"ERESOURCE","features":[4,9]},{"name":"FAST_IO_ACQUIRE_FILE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_ACQUIRE_FOR_CCFLUSH","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_ACQUIRE_FOR_MOD_WRITE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_CHECK_IF_POSSIBLE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_DETACH_DEVICE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_DEVICE_CONTROL","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_DISPATCH","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_LOCK","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_MDL_READ","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_MDL_READ_COMPLETE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_MDL_READ_COMPLETE_COMPRESSED","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_MDL_WRITE_COMPLETE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_MDL_WRITE_COMPLETE_COMPRESSED","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_PREPARE_MDL_WRITE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_QUERY_BASIC_INFO","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_QUERY_NETWORK_OPEN_INFO","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_QUERY_OPEN","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_QUERY_STANDARD_INFO","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_READ","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_READ_COMPRESSED","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_RELEASE_FILE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_RELEASE_FOR_CCFLUSH","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_RELEASE_FOR_MOD_WRITE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_UNLOCK_ALL","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_UNLOCK_ALL_BY_KEY","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_UNLOCK_SINGLE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_WRITE","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_IO_WRITE_COMPRESSED","features":[4,7,5,3,6,8,9,10]},{"name":"FAST_MUTEX","features":[4,3,9]},{"name":"FILE_OBJECT","features":[4,7,5,3,6,8,9,10]},{"name":"IOMMU_DMA_DEVICE","features":[4]},{"name":"IOMMU_DMA_DOMAIN","features":[4]},{"name":"IO_COMPLETION_CONTEXT","features":[4]},{"name":"IO_PRIORITY_HINT","features":[4]},{"name":"IO_SECURITY_CONTEXT","features":[4,5,3,6]},{"name":"IO_STACK_LOCATION","features":[4,7,5,3,6,8,9,10]},{"name":"IRP","features":[4,7,5,3,6,8,9,10]},{"name":"IoPriorityCritical","features":[4]},{"name":"IoPriorityHigh","features":[4]},{"name":"IoPriorityLow","features":[4]},{"name":"IoPriorityNormal","features":[4]},{"name":"IoPriorityVeryLow","features":[4]},{"name":"KDEVICE_QUEUE","features":[4,3,9]},{"name":"KDPC","features":[4,9]},{"name":"KENLISTMENT","features":[4]},{"name":"KEVENT","features":[4,3,9]},{"name":"KGDT","features":[4]},{"name":"KIDT","features":[4]},{"name":"KMUTANT","features":[4,3,9]},{"name":"KPCR","features":[4]},{"name":"KPRCB","features":[4]},{"name":"KQUEUE","features":[4,3,9]},{"name":"KRESOURCEMANAGER","features":[4]},{"name":"KSPIN_LOCK_QUEUE_NUMBER","features":[4]},{"name":"KTM","features":[4]},{"name":"KTRANSACTION","features":[4]},{"name":"KTSS","features":[4]},{"name":"KWAIT_BLOCK","features":[4,3,9]},{"name":"LOADER_PARAMETER_BLOCK","features":[4]},{"name":"LockQueueAfdWorkQueueLock","features":[4]},{"name":"LockQueueBcbLock","features":[4]},{"name":"LockQueueIoCancelLock","features":[4]},{"name":"LockQueueIoCompletionLock","features":[4]},{"name":"LockQueueIoDatabaseLock","features":[4]},{"name":"LockQueueIoVpbLock","features":[4]},{"name":"LockQueueMasterLock","features":[4]},{"name":"LockQueueMaximumLock","features":[4]},{"name":"LockQueueNonPagedPoolLock","features":[4]},{"name":"LockQueueNtfsStructLock","features":[4]},{"name":"LockQueueUnusedSpare0","features":[4]},{"name":"LockQueueUnusedSpare1","features":[4]},{"name":"LockQueueUnusedSpare15","features":[4]},{"name":"LockQueueUnusedSpare16","features":[4]},{"name":"LockQueueUnusedSpare2","features":[4]},{"name":"LockQueueUnusedSpare3","features":[4]},{"name":"LockQueueUnusedSpare8","features":[4]},{"name":"LockQueueVacbLock","features":[4]},{"name":"MDL","features":[4]},{"name":"MaxIoPriorityTypes","features":[4]},{"name":"MaxPoolType","features":[4]},{"name":"NTSTRSAFE_MAX_CCH","features":[4]},{"name":"NTSTRSAFE_MAX_LENGTH","features":[4]},{"name":"NTSTRSAFE_UNICODE_STRING_MAX_CCH","features":[4]},{"name":"NTSTRSAFE_USE_SECURE_CRT","features":[4]},{"name":"NonPagedPool","features":[4]},{"name":"NonPagedPoolBase","features":[4]},{"name":"NonPagedPoolBaseCacheAligned","features":[4]},{"name":"NonPagedPoolBaseCacheAlignedMustS","features":[4]},{"name":"NonPagedPoolBaseMustSucceed","features":[4]},{"name":"NonPagedPoolCacheAligned","features":[4]},{"name":"NonPagedPoolCacheAlignedMustS","features":[4]},{"name":"NonPagedPoolCacheAlignedMustSSession","features":[4]},{"name":"NonPagedPoolCacheAlignedSession","features":[4]},{"name":"NonPagedPoolExecute","features":[4]},{"name":"NonPagedPoolMustSucceed","features":[4]},{"name":"NonPagedPoolMustSucceedSession","features":[4]},{"name":"NonPagedPoolNx","features":[4]},{"name":"NonPagedPoolNxCacheAligned","features":[4]},{"name":"NonPagedPoolSession","features":[4]},{"name":"NonPagedPoolSessionNx","features":[4]},{"name":"NtClose","features":[4,3]},{"name":"NtQueryObject","features":[4,3]},{"name":"OBJECT_ATTRIBUTES","features":[4,3]},{"name":"OBJECT_ATTRIBUTES32","features":[4]},{"name":"OBJECT_ATTRIBUTES64","features":[4]},{"name":"OBJECT_INFORMATION_CLASS","features":[4]},{"name":"OBJECT_NAME_INFORMATION","features":[4,3]},{"name":"OWNER_ENTRY","features":[4]},{"name":"ObjectBasicInformation","features":[4]},{"name":"ObjectTypeInformation","features":[4]},{"name":"PAFFINITY_TOKEN","features":[4]},{"name":"PBUS_HANDLER","features":[4]},{"name":"PCALLBACK_OBJECT","features":[4]},{"name":"PDEVICE_HANDLER_OBJECT","features":[4]},{"name":"PEJOB","features":[4]},{"name":"PEPROCESS","features":[4]},{"name":"PESILO","features":[4]},{"name":"PETHREAD","features":[4]},{"name":"PEX_RUNDOWN_REF_CACHE_AWARE","features":[4]},{"name":"PEX_TIMER","features":[4]},{"name":"PFREE_FUNCTION","features":[4]},{"name":"PIO_COMPLETION_ROUTINE","features":[4,3]},{"name":"PIO_REMOVE_LOCK_TRACKING_BLOCK","features":[4]},{"name":"PIO_TIMER","features":[4]},{"name":"PIO_WORKITEM","features":[4]},{"name":"PKDEFERRED_ROUTINE","features":[4]},{"name":"PKINTERRUPT","features":[4]},{"name":"PKPROCESS","features":[4]},{"name":"PKTHREAD","features":[4]},{"name":"PNOTIFY_SYNC","features":[4]},{"name":"POBJECT_TYPE","features":[4]},{"name":"POHANDLE","features":[4]},{"name":"POOL_TYPE","features":[4]},{"name":"PPCW_BUFFER","features":[4]},{"name":"PPCW_INSTANCE","features":[4]},{"name":"PPCW_REGISTRATION","features":[4]},{"name":"PRKPROCESS","features":[4]},{"name":"PRKTHREAD","features":[4]},{"name":"PSILO_MONITOR","features":[4]},{"name":"PWORKER_THREAD_ROUTINE","features":[4]},{"name":"PagedPool","features":[4]},{"name":"PagedPoolCacheAligned","features":[4]},{"name":"PagedPoolCacheAlignedSession","features":[4]},{"name":"PagedPoolSession","features":[4]},{"name":"RTL_SPLAY_LINKS","features":[4]},{"name":"SECTION_OBJECT_POINTERS","features":[4]},{"name":"SECURITY_SUBJECT_CONTEXT","features":[4,6]},{"name":"STRSAFE_FILL_BEHIND","features":[4]},{"name":"STRSAFE_FILL_BEHIND_NULL","features":[4]},{"name":"STRSAFE_FILL_ON_FAILURE","features":[4]},{"name":"STRSAFE_IGNORE_NULLS","features":[4]},{"name":"STRSAFE_NO_TRUNCATION","features":[4]},{"name":"STRSAFE_NULL_ON_FAILURE","features":[4]},{"name":"STRSAFE_ZERO_LENGTH_ON_FAILURE","features":[4]},{"name":"SspiAsyncContext","features":[4]},{"name":"TARGET_DEVICE_CUSTOM_NOTIFICATION","features":[4,7,5,3,6,8,9,10]},{"name":"VPB","features":[4,7,5,3,6,8,9,10]},{"name":"WORK_QUEUE_ITEM","features":[4,9]},{"name":"_DEVICE_OBJECT_POWER_EXTENSION","features":[4]},{"name":"_IORING_OBJECT","features":[4]},{"name":"_SCSI_REQUEST_BLOCK","features":[4]},{"name":"__WARNING_BANNED_API_USAGE","features":[4]},{"name":"__WARNING_CYCLOMATIC_COMPLEXITY","features":[4]},{"name":"__WARNING_DEREF_NULL_PTR","features":[4]},{"name":"__WARNING_HIGH_PRIORITY_OVERFLOW_POSTCONDITION","features":[4]},{"name":"__WARNING_INCORRECT_ANNOTATION","features":[4]},{"name":"__WARNING_INVALID_PARAM_VALUE_1","features":[4]},{"name":"__WARNING_INVALID_PARAM_VALUE_3","features":[4]},{"name":"__WARNING_MISSING_ZERO_TERMINATION2","features":[4]},{"name":"__WARNING_POSTCONDITION_NULLTERMINATION_VIOLATION","features":[4]},{"name":"__WARNING_POST_EXPECTED","features":[4]},{"name":"__WARNING_POTENTIAL_BUFFER_OVERFLOW_HIGH_PRIORITY","features":[4]},{"name":"__WARNING_POTENTIAL_RANGE_POSTCONDITION_VIOLATION","features":[4]},{"name":"__WARNING_PRECONDITION_NULLTERMINATION_VIOLATION","features":[4]},{"name":"__WARNING_RANGE_POSTCONDITION_VIOLATION","features":[4]},{"name":"__WARNING_RETURNING_BAD_RESULT","features":[4]},{"name":"__WARNING_RETURN_UNINIT_VAR","features":[4]},{"name":"__WARNING_USING_UNINIT_VAR","features":[4]}],"343":[{"name":"D3DCAPS8","features":[11,12]},{"name":"D3DCLEAR_COMPUTERECTS","features":[11]},{"name":"D3DDDIARG_CREATERESOURCE","features":[11,3]},{"name":"D3DDDIARG_CREATERESOURCE2","features":[11,3]},{"name":"D3DDDICB_DESTROYALLOCATION2FLAGS","features":[11]},{"name":"D3DDDICB_LOCK2FLAGS","features":[11]},{"name":"D3DDDICB_LOCKFLAGS","features":[11]},{"name":"D3DDDICB_SIGNALFLAGS","features":[11]},{"name":"D3DDDIFMT_A1","features":[11]},{"name":"D3DDDIFMT_A16B16G16R16","features":[11]},{"name":"D3DDDIFMT_A16B16G16R16F","features":[11]},{"name":"D3DDDIFMT_A1R5G5B5","features":[11]},{"name":"D3DDDIFMT_A2B10G10R10","features":[11]},{"name":"D3DDDIFMT_A2B10G10R10_XR_BIAS","features":[11]},{"name":"D3DDDIFMT_A2R10G10B10","features":[11]},{"name":"D3DDDIFMT_A2W10V10U10","features":[11]},{"name":"D3DDDIFMT_A32B32G32R32F","features":[11]},{"name":"D3DDDIFMT_A4L4","features":[11]},{"name":"D3DDDIFMT_A4R4G4B4","features":[11]},{"name":"D3DDDIFMT_A8","features":[11]},{"name":"D3DDDIFMT_A8B8G8R8","features":[11]},{"name":"D3DDDIFMT_A8L8","features":[11]},{"name":"D3DDDIFMT_A8P8","features":[11]},{"name":"D3DDDIFMT_A8R3G3B2","features":[11]},{"name":"D3DDDIFMT_A8R8G8B8","features":[11]},{"name":"D3DDDIFMT_BINARYBUFFER","features":[11]},{"name":"D3DDDIFMT_BITSTREAMDATA","features":[11]},{"name":"D3DDDIFMT_CxV8U8","features":[11]},{"name":"D3DDDIFMT_D15S1","features":[11]},{"name":"D3DDDIFMT_D16","features":[11]},{"name":"D3DDDIFMT_D16_LOCKABLE","features":[11]},{"name":"D3DDDIFMT_D24FS8","features":[11]},{"name":"D3DDDIFMT_D24S8","features":[11]},{"name":"D3DDDIFMT_D24X4S4","features":[11]},{"name":"D3DDDIFMT_D24X8","features":[11]},{"name":"D3DDDIFMT_D32","features":[11]},{"name":"D3DDDIFMT_D32F_LOCKABLE","features":[11]},{"name":"D3DDDIFMT_D32_LOCKABLE","features":[11]},{"name":"D3DDDIFMT_DEBLOCKINGDATA","features":[11]},{"name":"D3DDDIFMT_DXT1","features":[11]},{"name":"D3DDDIFMT_DXT2","features":[11]},{"name":"D3DDDIFMT_DXT3","features":[11]},{"name":"D3DDDIFMT_DXT4","features":[11]},{"name":"D3DDDIFMT_DXT5","features":[11]},{"name":"D3DDDIFMT_DXVACOMPBUFFER_BASE","features":[11]},{"name":"D3DDDIFMT_DXVACOMPBUFFER_MAX","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED10","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED11","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED12","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED13","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED14","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED15","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED16","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED17","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED18","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED19","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED20","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED21","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED22","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED23","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED24","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED25","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED26","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED27","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED28","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED29","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED30","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED31","features":[11]},{"name":"D3DDDIFMT_DXVA_RESERVED9","features":[11]},{"name":"D3DDDIFMT_FILMGRAINBUFFER","features":[11]},{"name":"D3DDDIFMT_G16R16","features":[11]},{"name":"D3DDDIFMT_G16R16F","features":[11]},{"name":"D3DDDIFMT_G32R32F","features":[11]},{"name":"D3DDDIFMT_G8R8","features":[11]},{"name":"D3DDDIFMT_G8R8_G8B8","features":[11]},{"name":"D3DDDIFMT_INDEX16","features":[11]},{"name":"D3DDDIFMT_INDEX32","features":[11]},{"name":"D3DDDIFMT_INVERSEQUANTIZATIONDATA","features":[11]},{"name":"D3DDDIFMT_L16","features":[11]},{"name":"D3DDDIFMT_L6V5U5","features":[11]},{"name":"D3DDDIFMT_L8","features":[11]},{"name":"D3DDDIFMT_MACROBLOCKDATA","features":[11]},{"name":"D3DDDIFMT_MOTIONVECTORBUFFER","features":[11]},{"name":"D3DDDIFMT_MULTI2_ARGB8","features":[11]},{"name":"D3DDDIFMT_P8","features":[11]},{"name":"D3DDDIFMT_PICTUREPARAMSDATA","features":[11]},{"name":"D3DDDIFMT_Q16W16V16U16","features":[11]},{"name":"D3DDDIFMT_Q8W8V8U8","features":[11]},{"name":"D3DDDIFMT_R16F","features":[11]},{"name":"D3DDDIFMT_R32F","features":[11]},{"name":"D3DDDIFMT_R3G3B2","features":[11]},{"name":"D3DDDIFMT_R5G6B5","features":[11]},{"name":"D3DDDIFMT_R8","features":[11]},{"name":"D3DDDIFMT_R8G8B8","features":[11]},{"name":"D3DDDIFMT_R8G8_B8G8","features":[11]},{"name":"D3DDDIFMT_RESIDUALDIFFERENCEDATA","features":[11]},{"name":"D3DDDIFMT_S1D15","features":[11]},{"name":"D3DDDIFMT_S8D24","features":[11]},{"name":"D3DDDIFMT_S8_LOCKABLE","features":[11]},{"name":"D3DDDIFMT_SLICECONTROLDATA","features":[11]},{"name":"D3DDDIFMT_UNKNOWN","features":[11]},{"name":"D3DDDIFMT_UYVY","features":[11]},{"name":"D3DDDIFMT_V16U16","features":[11]},{"name":"D3DDDIFMT_V8U8","features":[11]},{"name":"D3DDDIFMT_VERTEXDATA","features":[11]},{"name":"D3DDDIFMT_W11V11U10","features":[11]},{"name":"D3DDDIFMT_X1R5G5B5","features":[11]},{"name":"D3DDDIFMT_X4R4G4B4","features":[11]},{"name":"D3DDDIFMT_X4S4D24","features":[11]},{"name":"D3DDDIFMT_X8B8G8R8","features":[11]},{"name":"D3DDDIFMT_X8D24","features":[11]},{"name":"D3DDDIFMT_X8L8V8U8","features":[11]},{"name":"D3DDDIFMT_X8R8G8B8","features":[11]},{"name":"D3DDDIFMT_YUY2","features":[11]},{"name":"D3DDDIFORMAT","features":[11]},{"name":"D3DDDIGPUVIRTUALADDRESS_PROTECTION_TYPE","features":[11]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVATION_TYPE","features":[11]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_NO_ACCESS","features":[11]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_NO_COMMIT","features":[11]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_ZERO","features":[11]},{"name":"D3DDDIMULTISAMPLE_10_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_11_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_12_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_13_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_14_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_15_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_16_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_2_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_3_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_4_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_5_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_6_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_7_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_8_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_9_SAMPLES","features":[11]},{"name":"D3DDDIMULTISAMPLE_NONE","features":[11]},{"name":"D3DDDIMULTISAMPLE_NONMASKABLE","features":[11]},{"name":"D3DDDIMULTISAMPLE_TYPE","features":[11]},{"name":"D3DDDIPOOL_LOCALVIDMEM","features":[11]},{"name":"D3DDDIPOOL_NONLOCALVIDMEM","features":[11]},{"name":"D3DDDIPOOL_STAGINGMEM","features":[11]},{"name":"D3DDDIPOOL_SYSTEMMEM","features":[11]},{"name":"D3DDDIPOOL_VIDEOMEMORY","features":[11]},{"name":"D3DDDIRECT","features":[11]},{"name":"D3DDDI_ALLOCATIONINFO","features":[11]},{"name":"D3DDDI_ALLOCATIONINFO2","features":[11,3]},{"name":"D3DDDI_ALLOCATIONLIST","features":[11]},{"name":"D3DDDI_ALLOCATIONPRIORITY_HIGH","features":[11]},{"name":"D3DDDI_ALLOCATIONPRIORITY_LOW","features":[11]},{"name":"D3DDDI_ALLOCATIONPRIORITY_MAXIMUM","features":[11]},{"name":"D3DDDI_ALLOCATIONPRIORITY_MINIMUM","features":[11]},{"name":"D3DDDI_ALLOCATIONPRIORITY_NORMAL","features":[11]},{"name":"D3DDDI_COLOR_SPACE_CUSTOM","features":[11]},{"name":"D3DDDI_COLOR_SPACE_RESERVED","features":[11]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G10_NONE_P709","features":[11]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G22_NONE_P709","features":[11]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709","features":[11]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709","features":[11]},{"name":"D3DDDI_COLOR_SPACE_TYPE","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020","features":[11]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020","features":[11]},{"name":"D3DDDI_CPU_NOTIFICATION","features":[11]},{"name":"D3DDDI_CREATECONTEXTFLAGS","features":[11]},{"name":"D3DDDI_CREATEHWCONTEXTFLAGS","features":[11]},{"name":"D3DDDI_CREATEHWQUEUEFLAGS","features":[11]},{"name":"D3DDDI_CREATENATIVEFENCEINFO","features":[11]},{"name":"D3DDDI_DESTROYPAGINGQUEUE","features":[11]},{"name":"D3DDDI_DOORBELLSTATUS","features":[11]},{"name":"D3DDDI_DOORBELLSTATUS_CONNECTED","features":[11]},{"name":"D3DDDI_DOORBELLSTATUS_CONNECTED_NOTIFY_KMD","features":[11]},{"name":"D3DDDI_DOORBELLSTATUS_DISCONNECTED_ABORT","features":[11]},{"name":"D3DDDI_DOORBELLSTATUS_DISCONNECTED_RETRY","features":[11]},{"name":"D3DDDI_DOORBELL_PRIVATEDATA_MAX_BYTES_WDDM3_1","features":[11]},{"name":"D3DDDI_DRIVERESCAPETYPE","features":[11]},{"name":"D3DDDI_DRIVERESCAPETYPE_CPUEVENTUSAGE","features":[11]},{"name":"D3DDDI_DRIVERESCAPETYPE_MAX","features":[11]},{"name":"D3DDDI_DRIVERESCAPETYPE_TRANSLATEALLOCATIONHANDLE","features":[11]},{"name":"D3DDDI_DRIVERESCAPETYPE_TRANSLATERESOURCEHANDLE","features":[11]},{"name":"D3DDDI_DRIVERESCAPE_CPUEVENTUSAGE","features":[11]},{"name":"D3DDDI_DRIVERESCAPE_TRANSLATEALLOCATIONEHANDLE","features":[11]},{"name":"D3DDDI_DRIVERESCAPE_TRANSLATERESOURCEHANDLE","features":[11]},{"name":"D3DDDI_DXGI_RGB","features":[11]},{"name":"D3DDDI_ESCAPEFLAGS","features":[11]},{"name":"D3DDDI_EVICT_FLAGS","features":[11]},{"name":"D3DDDI_FENCE","features":[11]},{"name":"D3DDDI_FLIPINTERVAL_FOUR","features":[11]},{"name":"D3DDDI_FLIPINTERVAL_IMMEDIATE","features":[11]},{"name":"D3DDDI_FLIPINTERVAL_IMMEDIATE_ALLOW_TEARING","features":[11]},{"name":"D3DDDI_FLIPINTERVAL_ONE","features":[11]},{"name":"D3DDDI_FLIPINTERVAL_THREE","features":[11]},{"name":"D3DDDI_FLIPINTERVAL_TWO","features":[11]},{"name":"D3DDDI_FLIPINTERVAL_TYPE","features":[11]},{"name":"D3DDDI_GAMMARAMP_DEFAULT","features":[11]},{"name":"D3DDDI_GAMMARAMP_DXGI_1","features":[11]},{"name":"D3DDDI_GAMMARAMP_MATRIX_3x4","features":[11]},{"name":"D3DDDI_GAMMARAMP_MATRIX_V2","features":[11]},{"name":"D3DDDI_GAMMARAMP_RGB256x3x16","features":[11]},{"name":"D3DDDI_GAMMARAMP_TYPE","features":[11]},{"name":"D3DDDI_GAMMARAMP_UNINITIALIZED","features":[11]},{"name":"D3DDDI_GAMMA_RAMP_DXGI_1","features":[11]},{"name":"D3DDDI_GAMMA_RAMP_RGB256x3x16","features":[11]},{"name":"D3DDDI_GETRESOURCEPRESENTPRIVATEDRIVERDATA","features":[11]},{"name":"D3DDDI_HDR_METADATA_HDR10","features":[11]},{"name":"D3DDDI_HDR_METADATA_HDR10PLUS","features":[11]},{"name":"D3DDDI_HDR_METADATA_TYPE","features":[11]},{"name":"D3DDDI_HDR_METADATA_TYPE_HDR10","features":[11]},{"name":"D3DDDI_HDR_METADATA_TYPE_HDR10PLUS","features":[11]},{"name":"D3DDDI_HDR_METADATA_TYPE_NONE","features":[11]},{"name":"D3DDDI_KERNELOVERLAYINFO","features":[11]},{"name":"D3DDDI_MAKERESIDENT","features":[11]},{"name":"D3DDDI_MAKERESIDENT_FLAGS","features":[11]},{"name":"D3DDDI_MAPGPUVIRTUALADDRESS","features":[11]},{"name":"D3DDDI_MAX_BROADCAST_CONTEXT","features":[11]},{"name":"D3DDDI_MAX_MPO_PRESENT_DIRTY_RECTS","features":[11]},{"name":"D3DDDI_MAX_OBJECT_SIGNALED","features":[11]},{"name":"D3DDDI_MAX_OBJECT_WAITED_ON","features":[11]},{"name":"D3DDDI_MAX_WRITTEN_PRIMARIES","features":[11]},{"name":"D3DDDI_MONITORED_FENCE","features":[11]},{"name":"D3DDDI_MULTISAMPLINGMETHOD","features":[11]},{"name":"D3DDDI_NATIVEFENCEMAPPING","features":[11]},{"name":"D3DDDI_OFFER_FLAGS","features":[11]},{"name":"D3DDDI_OFFER_PRIORITY","features":[11]},{"name":"D3DDDI_OFFER_PRIORITY_AUTO","features":[11]},{"name":"D3DDDI_OFFER_PRIORITY_HIGH","features":[11]},{"name":"D3DDDI_OFFER_PRIORITY_LOW","features":[11]},{"name":"D3DDDI_OFFER_PRIORITY_NONE","features":[11]},{"name":"D3DDDI_OFFER_PRIORITY_NORMAL","features":[11]},{"name":"D3DDDI_OPENALLOCATIONINFO","features":[11]},{"name":"D3DDDI_OPENALLOCATIONINFO2","features":[11]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020","features":[11]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_DVLL","features":[11]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_HDR10PLUS","features":[11]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P2020","features":[11]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P709","features":[11]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P709_WCG","features":[11]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_RESERVED","features":[11]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_TYPE","features":[11]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY","features":[11]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_ABOVE_NORMAL","features":[11]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_BELOW_NORMAL","features":[11]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_NORMAL","features":[11]},{"name":"D3DDDI_PATCHLOCATIONLIST","features":[11]},{"name":"D3DDDI_PERIODIC_MONITORED_FENCE","features":[11]},{"name":"D3DDDI_POOL","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_ADAPTERKEY","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_DRIVERIMAGEPATH","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_DRIVERSTOREPATH","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_FLAGS","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_INFO","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_MAX","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_SERVICEKEY","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_STATUS","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_BUFFER_OVERFLOW","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_FAIL","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_MAX","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_SUCCESS","features":[11]},{"name":"D3DDDI_QUERYREGISTRY_TYPE","features":[11]},{"name":"D3DDDI_RATIONAL","features":[11]},{"name":"D3DDDI_RECLAIM_RESULT","features":[11]},{"name":"D3DDDI_RECLAIM_RESULT_DISCARDED","features":[11]},{"name":"D3DDDI_RECLAIM_RESULT_NOT_COMMITTED","features":[11]},{"name":"D3DDDI_RECLAIM_RESULT_OK","features":[11]},{"name":"D3DDDI_RESERVEGPUVIRTUALADDRESS","features":[11]},{"name":"D3DDDI_RESOURCEFLAGS","features":[11]},{"name":"D3DDDI_RESOURCEFLAGS2","features":[11]},{"name":"D3DDDI_ROTATION","features":[11]},{"name":"D3DDDI_ROTATION_180","features":[11]},{"name":"D3DDDI_ROTATION_270","features":[11]},{"name":"D3DDDI_ROTATION_90","features":[11]},{"name":"D3DDDI_ROTATION_IDENTITY","features":[11]},{"name":"D3DDDI_SCANLINEORDERING","features":[11]},{"name":"D3DDDI_SCANLINEORDERING_INTERLACED","features":[11]},{"name":"D3DDDI_SCANLINEORDERING_PROGRESSIVE","features":[11]},{"name":"D3DDDI_SCANLINEORDERING_UNKNOWN","features":[11]},{"name":"D3DDDI_SEGMENTPREFERENCE","features":[11]},{"name":"D3DDDI_SEMAPHORE","features":[11]},{"name":"D3DDDI_SURFACEINFO","features":[11]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECTINFO","features":[11,3]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECTINFO2","features":[11,3]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECT_FLAGS","features":[11]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECT_TYPE","features":[11]},{"name":"D3DDDI_SYNCHRONIZATION_MUTEX","features":[11]},{"name":"D3DDDI_SYNCHRONIZATION_TYPE_LIMIT","features":[11]},{"name":"D3DDDI_SYNC_OBJECT_SIGNAL","features":[11]},{"name":"D3DDDI_SYNC_OBJECT_WAIT","features":[11]},{"name":"D3DDDI_TRIMRESIDENCYSET_FLAGS","features":[11]},{"name":"D3DDDI_UPDATEALLOCPROPERTY","features":[11]},{"name":"D3DDDI_UPDATEALLOCPROPERTY_FLAGS","features":[11]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_COPY","features":[11]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_MAP","features":[11]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_MAP_PROTECT","features":[11]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_OPERATION","features":[11]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_OPERATION_TYPE","features":[11]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_UNMAP","features":[11]},{"name":"D3DDDI_VIDEO_SIGNAL_SCANLINE_ORDERING","features":[11]},{"name":"D3DDDI_VSSLO_INTERLACED_LOWERFIELDFIRST","features":[11]},{"name":"D3DDDI_VSSLO_INTERLACED_UPPERFIELDFIRST","features":[11]},{"name":"D3DDDI_VSSLO_OTHER","features":[11]},{"name":"D3DDDI_VSSLO_PROGRESSIVE","features":[11]},{"name":"D3DDDI_VSSLO_UNINITIALIZED","features":[11]},{"name":"D3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPU_FLAGS","features":[11]},{"name":"D3DDEVCAPS_HWINDEXBUFFER","features":[11]},{"name":"D3DDEVCAPS_HWVERTEXBUFFER","features":[11]},{"name":"D3DDEVCAPS_SUBVOLUMELOCK","features":[11]},{"name":"D3DDEVICEDESC_V1","features":[11,3,12]},{"name":"D3DDEVICEDESC_V2","features":[11,3,12]},{"name":"D3DDEVICEDESC_V3","features":[11,3,12]},{"name":"D3DDEVINFOID_VCACHE","features":[11]},{"name":"D3DDP2OP_ADDDIRTYBOX","features":[11]},{"name":"D3DDP2OP_ADDDIRTYRECT","features":[11]},{"name":"D3DDP2OP_BLT","features":[11]},{"name":"D3DDP2OP_BUFFERBLT","features":[11]},{"name":"D3DDP2OP_CLEAR","features":[11]},{"name":"D3DDP2OP_CLIPPEDTRIANGLEFAN","features":[11]},{"name":"D3DDP2OP_COLORFILL","features":[11]},{"name":"D3DDP2OP_COMPOSERECTS","features":[11]},{"name":"D3DDP2OP_CREATELIGHT","features":[11]},{"name":"D3DDP2OP_CREATEPIXELSHADER","features":[11]},{"name":"D3DDP2OP_CREATEQUERY","features":[11]},{"name":"D3DDP2OP_CREATEVERTEXSHADER","features":[11]},{"name":"D3DDP2OP_CREATEVERTEXSHADERDECL","features":[11]},{"name":"D3DDP2OP_CREATEVERTEXSHADERFUNC","features":[11]},{"name":"D3DDP2OP_DELETEPIXELSHADER","features":[11]},{"name":"D3DDP2OP_DELETEQUERY","features":[11]},{"name":"D3DDP2OP_DELETEVERTEXSHADER","features":[11]},{"name":"D3DDP2OP_DELETEVERTEXSHADERDECL","features":[11]},{"name":"D3DDP2OP_DELETEVERTEXSHADERFUNC","features":[11]},{"name":"D3DDP2OP_DRAWINDEXEDPRIMITIVE","features":[11]},{"name":"D3DDP2OP_DRAWINDEXEDPRIMITIVE2","features":[11]},{"name":"D3DDP2OP_DRAWPRIMITIVE","features":[11]},{"name":"D3DDP2OP_DRAWPRIMITIVE2","features":[11]},{"name":"D3DDP2OP_DRAWRECTPATCH","features":[11]},{"name":"D3DDP2OP_DRAWTRIPATCH","features":[11]},{"name":"D3DDP2OP_GENERATEMIPSUBLEVELS","features":[11]},{"name":"D3DDP2OP_INDEXEDLINELIST","features":[11]},{"name":"D3DDP2OP_INDEXEDLINELIST2","features":[11]},{"name":"D3DDP2OP_INDEXEDLINESTRIP","features":[11]},{"name":"D3DDP2OP_INDEXEDTRIANGLEFAN","features":[11]},{"name":"D3DDP2OP_INDEXEDTRIANGLELIST","features":[11]},{"name":"D3DDP2OP_INDEXEDTRIANGLELIST2","features":[11]},{"name":"D3DDP2OP_INDEXEDTRIANGLESTRIP","features":[11]},{"name":"D3DDP2OP_ISSUEQUERY","features":[11]},{"name":"D3DDP2OP_LINELIST","features":[11]},{"name":"D3DDP2OP_LINELIST_IMM","features":[11]},{"name":"D3DDP2OP_LINESTRIP","features":[11]},{"name":"D3DDP2OP_MULTIPLYTRANSFORM","features":[11]},{"name":"D3DDP2OP_POINTS","features":[11]},{"name":"D3DDP2OP_RENDERSTATE","features":[11]},{"name":"D3DDP2OP_RESPONSECONTINUE","features":[11]},{"name":"D3DDP2OP_RESPONSEQUERY","features":[11]},{"name":"D3DDP2OP_SETCLIPPLANE","features":[11]},{"name":"D3DDP2OP_SETCONVOLUTIONKERNELMONO","features":[11]},{"name":"D3DDP2OP_SETDEPTHSTENCIL","features":[11]},{"name":"D3DDP2OP_SETINDICES","features":[11]},{"name":"D3DDP2OP_SETLIGHT","features":[11]},{"name":"D3DDP2OP_SETMATERIAL","features":[11]},{"name":"D3DDP2OP_SETPALETTE","features":[11]},{"name":"D3DDP2OP_SETPIXELSHADER","features":[11]},{"name":"D3DDP2OP_SETPIXELSHADERCONST","features":[11]},{"name":"D3DDP2OP_SETPIXELSHADERCONSTB","features":[11]},{"name":"D3DDP2OP_SETPIXELSHADERCONSTI","features":[11]},{"name":"D3DDP2OP_SETPRIORITY","features":[11]},{"name":"D3DDP2OP_SETRENDERTARGET","features":[11]},{"name":"D3DDP2OP_SETRENDERTARGET2","features":[11]},{"name":"D3DDP2OP_SETSCISSORRECT","features":[11]},{"name":"D3DDP2OP_SETSTREAMSOURCE","features":[11]},{"name":"D3DDP2OP_SETSTREAMSOURCE2","features":[11]},{"name":"D3DDP2OP_SETSTREAMSOURCEFREQ","features":[11]},{"name":"D3DDP2OP_SETSTREAMSOURCEUM","features":[11]},{"name":"D3DDP2OP_SETTEXLOD","features":[11]},{"name":"D3DDP2OP_SETTRANSFORM","features":[11]},{"name":"D3DDP2OP_SETVERTEXSHADER","features":[11]},{"name":"D3DDP2OP_SETVERTEXSHADERCONST","features":[11]},{"name":"D3DDP2OP_SETVERTEXSHADERCONSTB","features":[11]},{"name":"D3DDP2OP_SETVERTEXSHADERCONSTI","features":[11]},{"name":"D3DDP2OP_SETVERTEXSHADERDECL","features":[11]},{"name":"D3DDP2OP_SETVERTEXSHADERFUNC","features":[11]},{"name":"D3DDP2OP_STATESET","features":[11]},{"name":"D3DDP2OP_SURFACEBLT","features":[11]},{"name":"D3DDP2OP_TEXBLT","features":[11]},{"name":"D3DDP2OP_TEXTURESTAGESTATE","features":[11]},{"name":"D3DDP2OP_TRIANGLEFAN","features":[11]},{"name":"D3DDP2OP_TRIANGLEFAN_IMM","features":[11]},{"name":"D3DDP2OP_TRIANGLELIST","features":[11]},{"name":"D3DDP2OP_TRIANGLESTRIP","features":[11]},{"name":"D3DDP2OP_UPDATEPALETTE","features":[11]},{"name":"D3DDP2OP_VIEWPORTINFO","features":[11]},{"name":"D3DDP2OP_VOLUMEBLT","features":[11]},{"name":"D3DDP2OP_WINFO","features":[11]},{"name":"D3DDP2OP_ZRANGE","features":[11]},{"name":"D3DFVF_FOG","features":[11]},{"name":"D3DGDI2_MAGIC","features":[11]},{"name":"D3DGDI2_TYPE_DEFERRED_AGP_AWARE","features":[11]},{"name":"D3DGDI2_TYPE_DEFER_AGP_FREES","features":[11]},{"name":"D3DGDI2_TYPE_DXVERSION","features":[11]},{"name":"D3DGDI2_TYPE_FREE_DEFERRED_AGP","features":[11]},{"name":"D3DGDI2_TYPE_GETADAPTERGROUP","features":[11]},{"name":"D3DGDI2_TYPE_GETD3DCAPS8","features":[11]},{"name":"D3DGDI2_TYPE_GETD3DCAPS9","features":[11]},{"name":"D3DGDI2_TYPE_GETD3DQUERY","features":[11]},{"name":"D3DGDI2_TYPE_GETD3DQUERYCOUNT","features":[11]},{"name":"D3DGDI2_TYPE_GETDDIVERSION","features":[11]},{"name":"D3DGDI2_TYPE_GETEXTENDEDMODE","features":[11]},{"name":"D3DGDI2_TYPE_GETEXTENDEDMODECOUNT","features":[11]},{"name":"D3DGDI2_TYPE_GETFORMAT","features":[11]},{"name":"D3DGDI2_TYPE_GETFORMATCOUNT","features":[11]},{"name":"D3DGDI2_TYPE_GETMULTISAMPLEQUALITYLEVELS","features":[11]},{"name":"D3DGPU_NULL","features":[11]},{"name":"D3DGPU_PHYSICAL_ADDRESS","features":[11]},{"name":"D3DHAL2_CB32_CLEAR","features":[11]},{"name":"D3DHAL2_CB32_DRAWONEINDEXEDPRIMITIVE","features":[11]},{"name":"D3DHAL2_CB32_DRAWONEPRIMITIVE","features":[11]},{"name":"D3DHAL2_CB32_DRAWPRIMITIVES","features":[11]},{"name":"D3DHAL2_CB32_SETRENDERTARGET","features":[11]},{"name":"D3DHAL3_CB32_CLEAR2","features":[11]},{"name":"D3DHAL3_CB32_DRAWPRIMITIVES2","features":[11]},{"name":"D3DHAL3_CB32_RESERVED","features":[11]},{"name":"D3DHAL3_CB32_VALIDATETEXTURESTAGESTATE","features":[11]},{"name":"D3DHALDP2_EXECUTEBUFFER","features":[11]},{"name":"D3DHALDP2_REQCOMMANDBUFSIZE","features":[11]},{"name":"D3DHALDP2_REQVERTEXBUFSIZE","features":[11]},{"name":"D3DHALDP2_SWAPCOMMANDBUFFER","features":[11]},{"name":"D3DHALDP2_SWAPVERTEXBUFFER","features":[11]},{"name":"D3DHALDP2_USERMEMVERTICES","features":[11]},{"name":"D3DHALDP2_VIDMEMCOMMANDBUF","features":[11]},{"name":"D3DHALDP2_VIDMEMVERTEXBUF","features":[11]},{"name":"D3DHALSTATE_GET_LIGHT","features":[11]},{"name":"D3DHALSTATE_GET_RENDER","features":[11]},{"name":"D3DHALSTATE_GET_TRANSFORM","features":[11]},{"name":"D3DHAL_CALLBACKS","features":[11,3,12,13,14]},{"name":"D3DHAL_CALLBACKS2","features":[11,3,12,13,14]},{"name":"D3DHAL_CALLBACKS3","features":[11,3,12,13,14]},{"name":"D3DHAL_CLEAR2DATA","features":[11,12]},{"name":"D3DHAL_CLEARDATA","features":[11,12]},{"name":"D3DHAL_CLIPPEDTRIANGLEFAN","features":[11]},{"name":"D3DHAL_COL_WEIGHTS","features":[11]},{"name":"D3DHAL_CONTEXTCREATEDATA","features":[11,3,13,14]},{"name":"D3DHAL_CONTEXTDESTROYALLDATA","features":[11]},{"name":"D3DHAL_CONTEXTDESTROYDATA","features":[11]},{"name":"D3DHAL_CONTEXT_BAD","features":[11]},{"name":"D3DHAL_D3DDX6EXTENDEDCAPS","features":[11]},{"name":"D3DHAL_D3DEXTENDEDCAPS","features":[11]},{"name":"D3DHAL_DP2ADDDIRTYBOX","features":[11,12]},{"name":"D3DHAL_DP2ADDDIRTYRECT","features":[11,3]},{"name":"D3DHAL_DP2BLT","features":[11,3]},{"name":"D3DHAL_DP2BUFFERBLT","features":[11,12]},{"name":"D3DHAL_DP2CLEAR","features":[11,3]},{"name":"D3DHAL_DP2COLORFILL","features":[11,3]},{"name":"D3DHAL_DP2COMMAND","features":[11]},{"name":"D3DHAL_DP2COMPOSERECTS","features":[11,12]},{"name":"D3DHAL_DP2CREATELIGHT","features":[11]},{"name":"D3DHAL_DP2CREATEPIXELSHADER","features":[11]},{"name":"D3DHAL_DP2CREATEQUERY","features":[11,12]},{"name":"D3DHAL_DP2CREATEVERTEXSHADER","features":[11]},{"name":"D3DHAL_DP2CREATEVERTEXSHADERDECL","features":[11]},{"name":"D3DHAL_DP2CREATEVERTEXSHADERFUNC","features":[11]},{"name":"D3DHAL_DP2DELETEQUERY","features":[11]},{"name":"D3DHAL_DP2DRAWINDEXEDPRIMITIVE","features":[11,12]},{"name":"D3DHAL_DP2DRAWINDEXEDPRIMITIVE2","features":[11,12]},{"name":"D3DHAL_DP2DRAWPRIMITIVE","features":[11,12]},{"name":"D3DHAL_DP2DRAWPRIMITIVE2","features":[11,12]},{"name":"D3DHAL_DP2DRAWRECTPATCH","features":[11]},{"name":"D3DHAL_DP2DRAWTRIPATCH","features":[11]},{"name":"D3DHAL_DP2EXT","features":[11]},{"name":"D3DHAL_DP2GENERATEMIPSUBLEVELS","features":[11,12]},{"name":"D3DHAL_DP2INDEXEDLINELIST","features":[11]},{"name":"D3DHAL_DP2INDEXEDLINESTRIP","features":[11]},{"name":"D3DHAL_DP2INDEXEDTRIANGLEFAN","features":[11]},{"name":"D3DHAL_DP2INDEXEDTRIANGLELIST","features":[11]},{"name":"D3DHAL_DP2INDEXEDTRIANGLELIST2","features":[11]},{"name":"D3DHAL_DP2INDEXEDTRIANGLESTRIP","features":[11]},{"name":"D3DHAL_DP2ISSUEQUERY","features":[11]},{"name":"D3DHAL_DP2LINELIST","features":[11]},{"name":"D3DHAL_DP2LINESTRIP","features":[11]},{"name":"D3DHAL_DP2MULTIPLYTRANSFORM","features":[15,11,12]},{"name":"D3DHAL_DP2OPERATION","features":[11]},{"name":"D3DHAL_DP2PIXELSHADER","features":[11]},{"name":"D3DHAL_DP2POINTS","features":[11]},{"name":"D3DHAL_DP2RENDERSTATE","features":[11,12]},{"name":"D3DHAL_DP2RESPONSE","features":[11]},{"name":"D3DHAL_DP2RESPONSEQUERY","features":[11]},{"name":"D3DHAL_DP2SETCLIPPLANE","features":[11]},{"name":"D3DHAL_DP2SETCONVOLUTIONKERNELMONO","features":[11]},{"name":"D3DHAL_DP2SETDEPTHSTENCIL","features":[11]},{"name":"D3DHAL_DP2SETINDICES","features":[11]},{"name":"D3DHAL_DP2SETLIGHT","features":[11]},{"name":"D3DHAL_DP2SETPALETTE","features":[11]},{"name":"D3DHAL_DP2SETPIXELSHADERCONST","features":[11]},{"name":"D3DHAL_DP2SETPRIORITY","features":[11]},{"name":"D3DHAL_DP2SETRENDERTARGET","features":[11]},{"name":"D3DHAL_DP2SETRENDERTARGET2","features":[11]},{"name":"D3DHAL_DP2SETSTREAMSOURCE","features":[11]},{"name":"D3DHAL_DP2SETSTREAMSOURCE2","features":[11]},{"name":"D3DHAL_DP2SETSTREAMSOURCEFREQ","features":[11]},{"name":"D3DHAL_DP2SETSTREAMSOURCEUM","features":[11]},{"name":"D3DHAL_DP2SETTEXLOD","features":[11]},{"name":"D3DHAL_DP2SETTRANSFORM","features":[15,11,12]},{"name":"D3DHAL_DP2SETVERTEXSHADERCONST","features":[11]},{"name":"D3DHAL_DP2STARTVERTEX","features":[11]},{"name":"D3DHAL_DP2STATESET","features":[11,12]},{"name":"D3DHAL_DP2SURFACEBLT","features":[11,3]},{"name":"D3DHAL_DP2TEXBLT","features":[11,3]},{"name":"D3DHAL_DP2TEXTURESTAGESTATE","features":[11]},{"name":"D3DHAL_DP2TRIANGLEFAN","features":[11]},{"name":"D3DHAL_DP2TRIANGLEFAN_IMM","features":[11]},{"name":"D3DHAL_DP2TRIANGLELIST","features":[11]},{"name":"D3DHAL_DP2TRIANGLESTRIP","features":[11]},{"name":"D3DHAL_DP2UPDATEPALETTE","features":[11]},{"name":"D3DHAL_DP2VERTEXSHADER","features":[11]},{"name":"D3DHAL_DP2VIEWPORTINFO","features":[11]},{"name":"D3DHAL_DP2VOLUMEBLT","features":[11,12]},{"name":"D3DHAL_DP2WINFO","features":[11]},{"name":"D3DHAL_DP2ZRANGE","features":[11]},{"name":"D3DHAL_DRAWONEINDEXEDPRIMITIVEDATA","features":[11,12]},{"name":"D3DHAL_DRAWONEPRIMITIVEDATA","features":[11,12]},{"name":"D3DHAL_DRAWPRIMCOUNTS","features":[11]},{"name":"D3DHAL_DRAWPRIMITIVES2DATA","features":[11,3,13,14]},{"name":"D3DHAL_DRAWPRIMITIVESDATA","features":[11]},{"name":"D3DHAL_EXECUTE_ABORT","features":[11]},{"name":"D3DHAL_EXECUTE_NORMAL","features":[11]},{"name":"D3DHAL_EXECUTE_OVERRIDE","features":[11]},{"name":"D3DHAL_EXECUTE_UNHANDLED","features":[11]},{"name":"D3DHAL_GETSTATEDATA","features":[11,12]},{"name":"D3DHAL_GLOBALDRIVERDATA","features":[11,3,12,13]},{"name":"D3DHAL_MAX_RSTATES","features":[11]},{"name":"D3DHAL_MAX_RSTATES_DX6","features":[11]},{"name":"D3DHAL_MAX_RSTATES_DX7","features":[11]},{"name":"D3DHAL_MAX_RSTATES_DX8","features":[11]},{"name":"D3DHAL_MAX_RSTATES_DX9","features":[11]},{"name":"D3DHAL_MAX_TEXTURESTATES","features":[11]},{"name":"D3DHAL_NUMCLIPVERTICES","features":[11]},{"name":"D3DHAL_OUTOFCONTEXTS","features":[11]},{"name":"D3DHAL_RENDERPRIMITIVEDATA","features":[11,12]},{"name":"D3DHAL_RENDERSTATEDATA","features":[11]},{"name":"D3DHAL_ROW_WEIGHTS","features":[11]},{"name":"D3DHAL_SAMPLER_MAXSAMP","features":[11]},{"name":"D3DHAL_SAMPLER_MAXVERTEXSAMP","features":[11]},{"name":"D3DHAL_SCENECAPTUREDATA","features":[11]},{"name":"D3DHAL_SCENE_CAPTURE_END","features":[11]},{"name":"D3DHAL_SCENE_CAPTURE_START","features":[11]},{"name":"D3DHAL_SETLIGHT_DATA","features":[11]},{"name":"D3DHAL_SETLIGHT_DISABLE","features":[11]},{"name":"D3DHAL_SETLIGHT_ENABLE","features":[11]},{"name":"D3DHAL_SETRENDERTARGETDATA","features":[11,3,13,14]},{"name":"D3DHAL_STATESETBEGIN","features":[11]},{"name":"D3DHAL_STATESETCAPTURE","features":[11]},{"name":"D3DHAL_STATESETCREATE","features":[11]},{"name":"D3DHAL_STATESETDELETE","features":[11]},{"name":"D3DHAL_STATESETEND","features":[11]},{"name":"D3DHAL_STATESETEXECUTE","features":[11]},{"name":"D3DHAL_TEXTURECREATEDATA","features":[11]},{"name":"D3DHAL_TEXTUREDESTROYDATA","features":[11]},{"name":"D3DHAL_TEXTUREGETSURFDATA","features":[11]},{"name":"D3DHAL_TEXTURESTATEBUF_SIZE","features":[11]},{"name":"D3DHAL_TEXTURESWAPDATA","features":[11]},{"name":"D3DHAL_TSS_MAXSTAGES","features":[11]},{"name":"D3DHAL_TSS_RENDERSTATEBASE","features":[11]},{"name":"D3DHAL_TSS_STATESPERSTAGE","features":[11]},{"name":"D3DHAL_VALIDATETEXTURESTAGESTATEDATA","features":[11]},{"name":"D3DINFINITEINSTRUCTIONS","features":[11]},{"name":"D3DKMDT_2DREGION","features":[11]},{"name":"D3DKMDT_3x4_COLORSPACE_TRANSFORM","features":[11]},{"name":"D3DKMDT_BITS_PER_COMPONENT_06","features":[11]},{"name":"D3DKMDT_BITS_PER_COMPONENT_08","features":[11]},{"name":"D3DKMDT_BITS_PER_COMPONENT_10","features":[11]},{"name":"D3DKMDT_BITS_PER_COMPONENT_12","features":[11]},{"name":"D3DKMDT_BITS_PER_COMPONENT_14","features":[11]},{"name":"D3DKMDT_BITS_PER_COMPONENT_16","features":[11]},{"name":"D3DKMDT_CB_INTENSITY","features":[11]},{"name":"D3DKMDT_CB_SCRGB","features":[11]},{"name":"D3DKMDT_CB_SRGB","features":[11]},{"name":"D3DKMDT_CB_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_CB_YCBCR","features":[11]},{"name":"D3DKMDT_CB_YPBPR","features":[11]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_MATRIX_V2","features":[11]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL","features":[11]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_BYPASS","features":[11]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_ENABLE","features":[11]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_NO_CHANGE","features":[11]},{"name":"D3DKMDT_COLOR_BASIS","features":[11]},{"name":"D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES","features":[11]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_DISPATCH_BOUNDARY","features":[11]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[11]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_GRANULARITY","features":[11]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_NONE","features":[11]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_SHADER_BOUNDARY","features":[11]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_THREAD_BOUNDARY","features":[11]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_THREAD_GROUP_BOUNDARY","features":[11]},{"name":"D3DKMDT_DISPLAYMODE_FLAGS","features":[11]},{"name":"D3DKMDT_ENUMCOFUNCMODALITY_PIVOT_TYPE","features":[11]},{"name":"D3DKMDT_EPT_NOPIVOT","features":[11]},{"name":"D3DKMDT_EPT_ROTATION","features":[11]},{"name":"D3DKMDT_EPT_SCALING","features":[11]},{"name":"D3DKMDT_EPT_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_EPT_VIDPNSOURCE","features":[11]},{"name":"D3DKMDT_EPT_VIDPNTARGET","features":[11]},{"name":"D3DKMDT_FREQUENCY_RANGE","features":[11]},{"name":"D3DKMDT_GAMMA_RAMP","features":[11]},{"name":"D3DKMDT_GDISURFACEDATA","features":[11]},{"name":"D3DKMDT_GDISURFACEFLAGS","features":[11]},{"name":"D3DKMDT_GDISURFACETYPE","features":[11]},{"name":"D3DKMDT_GDISURFACE_EXISTINGSYSMEM","features":[11]},{"name":"D3DKMDT_GDISURFACE_INVALID","features":[11]},{"name":"D3DKMDT_GDISURFACE_LOOKUPTABLE","features":[11]},{"name":"D3DKMDT_GDISURFACE_STAGING","features":[11]},{"name":"D3DKMDT_GDISURFACE_STAGING_CPUVISIBLE","features":[11]},{"name":"D3DKMDT_GDISURFACE_TEXTURE","features":[11]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CPUVISIBLE","features":[11]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CPUVISIBLE_CROSSADAPTER","features":[11]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CROSSADAPTER","features":[11]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[11]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_GRANULARITY","features":[11]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_NONE","features":[11]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_PIXEL_BOUNDARY","features":[11]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_PRIMITIVE_BOUNDARY","features":[11]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_SHADER_BOUNDARY","features":[11]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_TRIANGLE_BOUNDARY","features":[11]},{"name":"D3DKMDT_GRAPHICS_RENDERING_FORMAT","features":[11]},{"name":"D3DKMDT_GTFCOMPLIANCE","features":[11]},{"name":"D3DKMDT_GTF_COMPLIANT","features":[11]},{"name":"D3DKMDT_GTF_NOTCOMPLIANT","features":[11]},{"name":"D3DKMDT_GTF_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_MACROVISION_OEMCOPYPROTECTION_SIZE","features":[11]},{"name":"D3DKMDT_MAX_OVERLAYS_BITCOUNT","features":[11]},{"name":"D3DKMDT_MAX_VIDPN_SOURCES_BITCOUNT","features":[11]},{"name":"D3DKMDT_MCC_ENFORCE","features":[11]},{"name":"D3DKMDT_MCC_IGNORE","features":[11]},{"name":"D3DKMDT_MCC_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_MCO_DEFAULTMONITORPROFILE","features":[11]},{"name":"D3DKMDT_MCO_DRIVER","features":[11]},{"name":"D3DKMDT_MCO_MONITORDESCRIPTOR","features":[11]},{"name":"D3DKMDT_MCO_MONITORDESCRIPTOR_REGISTRYOVERRIDE","features":[11]},{"name":"D3DKMDT_MCO_SPECIFICCAP_REGISTRYOVERRIDE","features":[11]},{"name":"D3DKMDT_MCO_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_MDT_OTHER","features":[11]},{"name":"D3DKMDT_MDT_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_MDT_VESA_EDID_V1_BASEBLOCK","features":[11]},{"name":"D3DKMDT_MDT_VESA_EDID_V1_BLOCKMAP","features":[11]},{"name":"D3DKMDT_MFRC_ACTIVESIZE","features":[11]},{"name":"D3DKMDT_MFRC_MAXPIXELRATE","features":[11]},{"name":"D3DKMDT_MFRC_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_MOA_INTERRUPTIBLE","features":[11]},{"name":"D3DKMDT_MOA_NONE","features":[11]},{"name":"D3DKMDT_MOA_POLLED","features":[11]},{"name":"D3DKMDT_MOA_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_MODE_PREFERENCE","features":[11]},{"name":"D3DKMDT_MODE_PRUNING_REASON","features":[11]},{"name":"D3DKMDT_MONITOR_CAPABILITIES_ORIGIN","features":[11]},{"name":"D3DKMDT_MONITOR_CONNECTIVITY_CHECKS","features":[11]},{"name":"D3DKMDT_MONITOR_DESCRIPTOR","features":[11]},{"name":"D3DKMDT_MONITOR_DESCRIPTOR_TYPE","features":[11]},{"name":"D3DKMDT_MONITOR_FREQUENCY_RANGE","features":[11]},{"name":"D3DKMDT_MONITOR_FREQUENCY_RANGE_CONSTRAINT","features":[11]},{"name":"D3DKMDT_MONITOR_ORIENTATION","features":[11]},{"name":"D3DKMDT_MONITOR_ORIENTATION_AWARENESS","features":[11]},{"name":"D3DKMDT_MONITOR_SOURCE_MODE","features":[11]},{"name":"D3DKMDT_MONITOR_TIMING_TYPE","features":[11]},{"name":"D3DKMDT_MO_0DEG","features":[11]},{"name":"D3DKMDT_MO_180DEG","features":[11]},{"name":"D3DKMDT_MO_270DEG","features":[11]},{"name":"D3DKMDT_MO_90DEG","features":[11]},{"name":"D3DKMDT_MO_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_MPR_ALLCAPS","features":[11]},{"name":"D3DKMDT_MPR_CLONE_PATH_PRUNED","features":[11]},{"name":"D3DKMDT_MPR_DEFAULT_PROFILE_MONITOR_SOURCE_MODE","features":[11]},{"name":"D3DKMDT_MPR_DESCRIPTOR_MONITOR_FREQUENCY_RANGE","features":[11]},{"name":"D3DKMDT_MPR_DESCRIPTOR_MONITOR_SOURCE_MODE","features":[11]},{"name":"D3DKMDT_MPR_DESCRIPTOR_OVERRIDE_MONITOR_FREQUENCY_RANGE","features":[11]},{"name":"D3DKMDT_MPR_DESCRIPTOR_OVERRIDE_MONITOR_SOURCE_MODE","features":[11]},{"name":"D3DKMDT_MPR_DRIVER_RECOMMENDED_MONITOR_SOURCE_MODE","features":[11]},{"name":"D3DKMDT_MPR_MAXVALID","features":[11]},{"name":"D3DKMDT_MPR_MONITOR_FREQUENCY_RANGE_OVERRIDE","features":[11]},{"name":"D3DKMDT_MPR_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_MP_NOTPREFERRED","features":[11]},{"name":"D3DKMDT_MP_PREFERRED","features":[11]},{"name":"D3DKMDT_MP_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_MTT_DEFAULTMONITORPROFILE","features":[11]},{"name":"D3DKMDT_MTT_DETAILED","features":[11]},{"name":"D3DKMDT_MTT_DRIVER","features":[11]},{"name":"D3DKMDT_MTT_ESTABLISHED","features":[11]},{"name":"D3DKMDT_MTT_EXTRASTANDARD","features":[11]},{"name":"D3DKMDT_MTT_STANDARD","features":[11]},{"name":"D3DKMDT_MTT_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_PALETTEDATA","features":[11]},{"name":"D3DKMDT_PIXEL_VALUE_ACCESS_MODE","features":[11]},{"name":"D3DKMDT_PREEMPTION_CAPS","features":[11]},{"name":"D3DKMDT_PVAM_DIRECT","features":[11]},{"name":"D3DKMDT_PVAM_PRESETPALETTE","features":[11]},{"name":"D3DKMDT_PVAM_SETTABLEPALETTE","features":[11]},{"name":"D3DKMDT_PVAM_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_RMT_GRAPHICS","features":[11]},{"name":"D3DKMDT_RMT_GRAPHICS_STEREO","features":[11]},{"name":"D3DKMDT_RMT_GRAPHICS_STEREO_ADVANCED_SCAN","features":[11]},{"name":"D3DKMDT_RMT_TEXT","features":[11]},{"name":"D3DKMDT_RMT_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_SHADOWSURFACEDATA","features":[11]},{"name":"D3DKMDT_SHAREDPRIMARYSURFACEDATA","features":[11]},{"name":"D3DKMDT_STAGINGSURFACEDATA","features":[11]},{"name":"D3DKMDT_STANDARDALLOCATION_GDISURFACE","features":[11]},{"name":"D3DKMDT_STANDARDALLOCATION_SHADOWSURFACE","features":[11]},{"name":"D3DKMDT_STANDARDALLOCATION_SHAREDPRIMARYSURFACE","features":[11]},{"name":"D3DKMDT_STANDARDALLOCATION_STAGINGSURFACE","features":[11]},{"name":"D3DKMDT_STANDARDALLOCATION_TYPE","features":[11]},{"name":"D3DKMDT_STANDARDALLOCATION_VGPU","features":[11]},{"name":"D3DKMDT_TEXT_RENDERING_FORMAT","features":[11]},{"name":"D3DKMDT_TRF_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_VIDEO_OUTPUT_TECHNOLOGY","features":[11]},{"name":"D3DKMDT_VIDEO_PRESENT_SOURCE","features":[11]},{"name":"D3DKMDT_VIDEO_PRESENT_TARGET","features":[11,3]},{"name":"D3DKMDT_VIDEO_SIGNAL_INFO","features":[11]},{"name":"D3DKMDT_VIDEO_SIGNAL_STANDARD","features":[11]},{"name":"D3DKMDT_VIDPN_HW_CAPABILITY","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_CONTENT","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_IMPORTANCE","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_ROTATION","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_ROTATION_SUPPORT","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_SCALING","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT","features":[11]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION","features":[11]},{"name":"D3DKMDT_VIDPN_SOURCE_MODE","features":[11]},{"name":"D3DKMDT_VIDPN_SOURCE_MODE_TYPE","features":[11]},{"name":"D3DKMDT_VIDPN_TARGET_MODE","features":[11]},{"name":"D3DKMDT_VIRTUALGPUSURFACEDATA","features":[11]},{"name":"D3DKMDT_VOT_BNC","features":[11]},{"name":"D3DKMDT_VOT_COMPONENT_VIDEO","features":[11]},{"name":"D3DKMDT_VOT_COMPOSITE_VIDEO","features":[11]},{"name":"D3DKMDT_VOT_DISPLAYPORT_EMBEDDED","features":[11]},{"name":"D3DKMDT_VOT_DISPLAYPORT_EXTERNAL","features":[11]},{"name":"D3DKMDT_VOT_DVI","features":[11]},{"name":"D3DKMDT_VOT_D_JPN","features":[11]},{"name":"D3DKMDT_VOT_HD15","features":[11]},{"name":"D3DKMDT_VOT_HDMI","features":[11]},{"name":"D3DKMDT_VOT_INDIRECT_WIRED","features":[11]},{"name":"D3DKMDT_VOT_INTERNAL","features":[11]},{"name":"D3DKMDT_VOT_LVDS","features":[11]},{"name":"D3DKMDT_VOT_MIRACAST","features":[11]},{"name":"D3DKMDT_VOT_OTHER","features":[11]},{"name":"D3DKMDT_VOT_RCA_3COMPONENT","features":[11]},{"name":"D3DKMDT_VOT_RF","features":[11]},{"name":"D3DKMDT_VOT_SDI","features":[11]},{"name":"D3DKMDT_VOT_SDTVDONGLE","features":[11]},{"name":"D3DKMDT_VOT_SVIDEO","features":[11]},{"name":"D3DKMDT_VOT_SVIDEO_4PIN","features":[11]},{"name":"D3DKMDT_VOT_SVIDEO_7PIN","features":[11]},{"name":"D3DKMDT_VOT_UDI_EMBEDDED","features":[11]},{"name":"D3DKMDT_VOT_UDI_EXTERNAL","features":[11]},{"name":"D3DKMDT_VOT_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_VPPC_GRAPHICS","features":[11]},{"name":"D3DKMDT_VPPC_NOTSPECIFIED","features":[11]},{"name":"D3DKMDT_VPPC_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_VPPC_VIDEO","features":[11]},{"name":"D3DKMDT_VPPI_DENARY","features":[11]},{"name":"D3DKMDT_VPPI_NONARY","features":[11]},{"name":"D3DKMDT_VPPI_OCTONARY","features":[11]},{"name":"D3DKMDT_VPPI_PRIMARY","features":[11]},{"name":"D3DKMDT_VPPI_QUATERNARY","features":[11]},{"name":"D3DKMDT_VPPI_QUINARY","features":[11]},{"name":"D3DKMDT_VPPI_SECONDARY","features":[11]},{"name":"D3DKMDT_VPPI_SENARY","features":[11]},{"name":"D3DKMDT_VPPI_SEPTENARY","features":[11]},{"name":"D3DKMDT_VPPI_TERTIARY","features":[11]},{"name":"D3DKMDT_VPPI_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_VPPMT_MACROVISION_APSTRIGGER","features":[11]},{"name":"D3DKMDT_VPPMT_MACROVISION_FULLSUPPORT","features":[11]},{"name":"D3DKMDT_VPPMT_NOPROTECTION","features":[11]},{"name":"D3DKMDT_VPPMT_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_VPPR_IDENTITY","features":[11]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET180","features":[11]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET270","features":[11]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET90","features":[11]},{"name":"D3DKMDT_VPPR_NOTSPECIFIED","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE180","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET180","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET270","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET90","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE270","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET180","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET270","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET90","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE90","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET180","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET270","features":[11]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET90","features":[11]},{"name":"D3DKMDT_VPPR_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_VPPR_UNPINNED","features":[11]},{"name":"D3DKMDT_VPPS_ASPECTRATIOCENTEREDMAX","features":[11]},{"name":"D3DKMDT_VPPS_CENTERED","features":[11]},{"name":"D3DKMDT_VPPS_CUSTOM","features":[11]},{"name":"D3DKMDT_VPPS_IDENTITY","features":[11]},{"name":"D3DKMDT_VPPS_NOTSPECIFIED","features":[11]},{"name":"D3DKMDT_VPPS_RESERVED1","features":[11]},{"name":"D3DKMDT_VPPS_STRETCHED","features":[11]},{"name":"D3DKMDT_VPPS_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_VPPS_UNPINNED","features":[11]},{"name":"D3DKMDT_VSS_APPLE","features":[11]},{"name":"D3DKMDT_VSS_EIA_861","features":[11]},{"name":"D3DKMDT_VSS_EIA_861A","features":[11]},{"name":"D3DKMDT_VSS_EIA_861B","features":[11]},{"name":"D3DKMDT_VSS_IBM","features":[11]},{"name":"D3DKMDT_VSS_NTSC_443","features":[11]},{"name":"D3DKMDT_VSS_NTSC_J","features":[11]},{"name":"D3DKMDT_VSS_NTSC_M","features":[11]},{"name":"D3DKMDT_VSS_OTHER","features":[11]},{"name":"D3DKMDT_VSS_PAL_B","features":[11]},{"name":"D3DKMDT_VSS_PAL_B1","features":[11]},{"name":"D3DKMDT_VSS_PAL_D","features":[11]},{"name":"D3DKMDT_VSS_PAL_G","features":[11]},{"name":"D3DKMDT_VSS_PAL_H","features":[11]},{"name":"D3DKMDT_VSS_PAL_I","features":[11]},{"name":"D3DKMDT_VSS_PAL_K","features":[11]},{"name":"D3DKMDT_VSS_PAL_K1","features":[11]},{"name":"D3DKMDT_VSS_PAL_L","features":[11]},{"name":"D3DKMDT_VSS_PAL_M","features":[11]},{"name":"D3DKMDT_VSS_PAL_N","features":[11]},{"name":"D3DKMDT_VSS_PAL_NC","features":[11]},{"name":"D3DKMDT_VSS_SECAM_B","features":[11]},{"name":"D3DKMDT_VSS_SECAM_D","features":[11]},{"name":"D3DKMDT_VSS_SECAM_G","features":[11]},{"name":"D3DKMDT_VSS_SECAM_H","features":[11]},{"name":"D3DKMDT_VSS_SECAM_K","features":[11]},{"name":"D3DKMDT_VSS_SECAM_K1","features":[11]},{"name":"D3DKMDT_VSS_SECAM_L","features":[11]},{"name":"D3DKMDT_VSS_SECAM_L1","features":[11]},{"name":"D3DKMDT_VSS_UNINITIALIZED","features":[11]},{"name":"D3DKMDT_VSS_VESA_CVT","features":[11]},{"name":"D3DKMDT_VSS_VESA_DMT","features":[11]},{"name":"D3DKMDT_VSS_VESA_GTF","features":[11]},{"name":"D3DKMDT_WIRE_FORMAT_AND_PREFERENCE","features":[11]},{"name":"D3DKMTAcquireKeyedMutex","features":[11,3]},{"name":"D3DKMTAcquireKeyedMutex2","features":[11,3]},{"name":"D3DKMTAdjustFullscreenGamma","features":[11,3]},{"name":"D3DKMTCancelPresents","features":[11,3]},{"name":"D3DKMTChangeSurfacePointer","features":[11,3,14]},{"name":"D3DKMTChangeVideoMemoryReservation","features":[11,3]},{"name":"D3DKMTCheckExclusiveOwnership","features":[11,3]},{"name":"D3DKMTCheckMonitorPowerState","features":[11,3]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport","features":[11,3]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport2","features":[11,3]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport3","features":[11,3]},{"name":"D3DKMTCheckOcclusion","features":[11,3]},{"name":"D3DKMTCheckSharedResourceAccess","features":[11,3]},{"name":"D3DKMTCheckVidPnExclusiveOwnership","features":[11,3]},{"name":"D3DKMTCloseAdapter","features":[11,3]},{"name":"D3DKMTConfigureSharedResource","features":[11,3]},{"name":"D3DKMTCreateAllocation","features":[11,3]},{"name":"D3DKMTCreateAllocation2","features":[11,3]},{"name":"D3DKMTCreateContext","features":[11,3]},{"name":"D3DKMTCreateContextVirtual","features":[11,3]},{"name":"D3DKMTCreateDCFromMemory","features":[11,3,14]},{"name":"D3DKMTCreateDevice","features":[11,3]},{"name":"D3DKMTCreateHwContext","features":[11,3]},{"name":"D3DKMTCreateHwQueue","features":[11,3]},{"name":"D3DKMTCreateKeyedMutex","features":[11,3]},{"name":"D3DKMTCreateKeyedMutex2","features":[11,3]},{"name":"D3DKMTCreateOutputDupl","features":[11,3]},{"name":"D3DKMTCreateOverlay","features":[11,3]},{"name":"D3DKMTCreatePagingQueue","features":[11,3]},{"name":"D3DKMTCreateProtectedSession","features":[11,3]},{"name":"D3DKMTCreateSynchronizationObject","features":[11,3]},{"name":"D3DKMTCreateSynchronizationObject2","features":[11,3]},{"name":"D3DKMTDestroyAllocation","features":[11,3]},{"name":"D3DKMTDestroyAllocation2","features":[11,3]},{"name":"D3DKMTDestroyContext","features":[11,3]},{"name":"D3DKMTDestroyDCFromMemory","features":[11,3,14]},{"name":"D3DKMTDestroyDevice","features":[11,3]},{"name":"D3DKMTDestroyHwContext","features":[11,3]},{"name":"D3DKMTDestroyHwQueue","features":[11,3]},{"name":"D3DKMTDestroyKeyedMutex","features":[11,3]},{"name":"D3DKMTDestroyOutputDupl","features":[11,3]},{"name":"D3DKMTDestroyOverlay","features":[11,3]},{"name":"D3DKMTDestroyPagingQueue","features":[11,3]},{"name":"D3DKMTDestroyProtectedSession","features":[11,3]},{"name":"D3DKMTDestroySynchronizationObject","features":[11,3]},{"name":"D3DKMTEnumAdapters","features":[11,3]},{"name":"D3DKMTEnumAdapters2","features":[11,3]},{"name":"D3DKMTEnumAdapters3","features":[11,3]},{"name":"D3DKMTEscape","features":[11,3]},{"name":"D3DKMTEvict","features":[11,3]},{"name":"D3DKMTFlipOverlay","features":[11,3]},{"name":"D3DKMTFlushHeapTransitions","features":[11,3]},{"name":"D3DKMTFreeGpuVirtualAddress","features":[11,3]},{"name":"D3DKMTGetAllocationPriority","features":[11,3]},{"name":"D3DKMTGetContextInProcessSchedulingPriority","features":[11,3]},{"name":"D3DKMTGetContextSchedulingPriority","features":[11,3]},{"name":"D3DKMTGetDWMVerticalBlankEvent","features":[11,3]},{"name":"D3DKMTGetDeviceState","features":[11,3]},{"name":"D3DKMTGetDisplayModeList","features":[11,3]},{"name":"D3DKMTGetMultiPlaneOverlayCaps","features":[11,3]},{"name":"D3DKMTGetMultisampleMethodList","features":[11,3]},{"name":"D3DKMTGetOverlayState","features":[11,3]},{"name":"D3DKMTGetPostCompositionCaps","features":[11,3]},{"name":"D3DKMTGetPresentHistory","features":[11,3]},{"name":"D3DKMTGetPresentQueueEvent","features":[11,3]},{"name":"D3DKMTGetProcessDeviceRemovalSupport","features":[11,3]},{"name":"D3DKMTGetProcessSchedulingPriorityClass","features":[11,3]},{"name":"D3DKMTGetResourcePresentPrivateDriverData","features":[11,3]},{"name":"D3DKMTGetRuntimeData","features":[11,3]},{"name":"D3DKMTGetScanLine","features":[11,3]},{"name":"D3DKMTGetSharedPrimaryHandle","features":[11,3]},{"name":"D3DKMTGetSharedResourceAdapterLuid","features":[11,3]},{"name":"D3DKMTInvalidateActiveVidPn","features":[11,3]},{"name":"D3DKMTInvalidateCache","features":[11,3]},{"name":"D3DKMTLock","features":[11,3]},{"name":"D3DKMTLock2","features":[11,3]},{"name":"D3DKMTMakeResident","features":[11,3]},{"name":"D3DKMTMapGpuVirtualAddress","features":[11,3]},{"name":"D3DKMTMarkDeviceAsError","features":[11,3]},{"name":"D3DKMTOfferAllocations","features":[11,3]},{"name":"D3DKMTOpenAdapterFromDeviceName","features":[11,3]},{"name":"D3DKMTOpenAdapterFromGdiDisplayName","features":[11,3]},{"name":"D3DKMTOpenAdapterFromHdc","features":[11,3,14]},{"name":"D3DKMTOpenAdapterFromLuid","features":[11,3]},{"name":"D3DKMTOpenKeyedMutex","features":[11,3]},{"name":"D3DKMTOpenKeyedMutex2","features":[11,3]},{"name":"D3DKMTOpenKeyedMutexFromNtHandle","features":[11,3]},{"name":"D3DKMTOpenNtHandleFromName","features":[4,11,3]},{"name":"D3DKMTOpenProtectedSessionFromNtHandle","features":[11,3]},{"name":"D3DKMTOpenResource","features":[11,3]},{"name":"D3DKMTOpenResource2","features":[11,3]},{"name":"D3DKMTOpenResourceFromNtHandle","features":[11,3]},{"name":"D3DKMTOpenSyncObjectFromNtHandle","features":[11,3]},{"name":"D3DKMTOpenSyncObjectFromNtHandle2","features":[11,3]},{"name":"D3DKMTOpenSyncObjectNtHandleFromName","features":[4,11,3]},{"name":"D3DKMTOpenSynchronizationObject","features":[11,3]},{"name":"D3DKMTOutputDuplGetFrameInfo","features":[11,3]},{"name":"D3DKMTOutputDuplGetMetaData","features":[11,3]},{"name":"D3DKMTOutputDuplGetPointerShapeData","features":[11,3]},{"name":"D3DKMTOutputDuplPresent","features":[11,3]},{"name":"D3DKMTOutputDuplPresentToHwQueue","features":[11,3]},{"name":"D3DKMTOutputDuplReleaseFrame","features":[11,3]},{"name":"D3DKMTPollDisplayChildren","features":[11,3]},{"name":"D3DKMTPresent","features":[11,3]},{"name":"D3DKMTPresentMultiPlaneOverlay","features":[11,3]},{"name":"D3DKMTPresentMultiPlaneOverlay2","features":[11,3]},{"name":"D3DKMTPresentMultiPlaneOverlay3","features":[11,3]},{"name":"D3DKMTPresentRedirected","features":[11,3]},{"name":"D3DKMTQueryAdapterInfo","features":[11,3]},{"name":"D3DKMTQueryAllocationResidency","features":[11,3]},{"name":"D3DKMTQueryClockCalibration","features":[11,3]},{"name":"D3DKMTQueryFSEBlock","features":[11,3]},{"name":"D3DKMTQueryProcessOfferInfo","features":[11,3]},{"name":"D3DKMTQueryProtectedSessionInfoFromNtHandle","features":[11,3]},{"name":"D3DKMTQueryProtectedSessionStatus","features":[11,3]},{"name":"D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName","features":[11,3]},{"name":"D3DKMTQueryResourceInfo","features":[11,3]},{"name":"D3DKMTQueryResourceInfoFromNtHandle","features":[11,3]},{"name":"D3DKMTQueryStatistics","features":[11,3]},{"name":"D3DKMTQueryVidPnExclusiveOwnership","features":[11,3]},{"name":"D3DKMTQueryVideoMemoryInfo","features":[11,3]},{"name":"D3DKMTReclaimAllocations","features":[11,3]},{"name":"D3DKMTReclaimAllocations2","features":[11,3]},{"name":"D3DKMTRegisterTrimNotification","features":[11,3]},{"name":"D3DKMTRegisterVailProcess","features":[11,3]},{"name":"D3DKMTReleaseKeyedMutex","features":[11,3]},{"name":"D3DKMTReleaseKeyedMutex2","features":[11,3]},{"name":"D3DKMTReleaseProcessVidPnSourceOwners","features":[11,3]},{"name":"D3DKMTRender","features":[11,3]},{"name":"D3DKMTReserveGpuVirtualAddress","features":[11,3]},{"name":"D3DKMTSetAllocationPriority","features":[11,3]},{"name":"D3DKMTSetContextInProcessSchedulingPriority","features":[11,3]},{"name":"D3DKMTSetContextSchedulingPriority","features":[11,3]},{"name":"D3DKMTSetDisplayMode","features":[11,3]},{"name":"D3DKMTSetDisplayPrivateDriverFormat","features":[11,3]},{"name":"D3DKMTSetFSEBlock","features":[11,3]},{"name":"D3DKMTSetGammaRamp","features":[11,3]},{"name":"D3DKMTSetHwProtectionTeardownRecovery","features":[11,3]},{"name":"D3DKMTSetMonitorColorSpaceTransform","features":[11,3]},{"name":"D3DKMTSetProcessSchedulingPriorityClass","features":[11,3]},{"name":"D3DKMTSetQueuedLimit","features":[11,3]},{"name":"D3DKMTSetStablePowerState","features":[11,3]},{"name":"D3DKMTSetSyncRefreshCountWaitTarget","features":[11,3]},{"name":"D3DKMTSetVidPnSourceHwProtection","features":[11,3]},{"name":"D3DKMTSetVidPnSourceOwner","features":[11,3]},{"name":"D3DKMTSetVidPnSourceOwner1","features":[11,3]},{"name":"D3DKMTSetVidPnSourceOwner2","features":[11,3]},{"name":"D3DKMTShareObjects","features":[4,11,3]},{"name":"D3DKMTSharedPrimaryLockNotification","features":[11,3]},{"name":"D3DKMTSharedPrimaryUnLockNotification","features":[11,3]},{"name":"D3DKMTSignalSynchronizationObject","features":[11,3]},{"name":"D3DKMTSignalSynchronizationObject2","features":[11,3]},{"name":"D3DKMTSignalSynchronizationObjectFromCpu","features":[11,3]},{"name":"D3DKMTSignalSynchronizationObjectFromGpu","features":[11,3]},{"name":"D3DKMTSignalSynchronizationObjectFromGpu2","features":[11,3]},{"name":"D3DKMTSubmitCommand","features":[11,3]},{"name":"D3DKMTSubmitCommandToHwQueue","features":[11,3]},{"name":"D3DKMTSubmitPresentBltToHwQueue","features":[11,3]},{"name":"D3DKMTSubmitPresentToHwQueue","features":[11,3]},{"name":"D3DKMTSubmitSignalSyncObjectsToHwQueue","features":[11,3]},{"name":"D3DKMTSubmitWaitForSyncObjectsToHwQueue","features":[11,3]},{"name":"D3DKMTTrimProcessCommitment","features":[11,3]},{"name":"D3DKMTUnlock","features":[11,3]},{"name":"D3DKMTUnlock2","features":[11,3]},{"name":"D3DKMTUnregisterTrimNotification","features":[11,3]},{"name":"D3DKMTUpdateAllocationProperty","features":[11,3]},{"name":"D3DKMTUpdateGpuVirtualAddress","features":[11,3]},{"name":"D3DKMTUpdateOverlay","features":[11,3]},{"name":"D3DKMTWaitForIdle","features":[11,3]},{"name":"D3DKMTWaitForSynchronizationObject","features":[11,3]},{"name":"D3DKMTWaitForSynchronizationObject2","features":[11,3]},{"name":"D3DKMTWaitForSynchronizationObjectFromCpu","features":[11,3]},{"name":"D3DKMTWaitForSynchronizationObjectFromGpu","features":[11,3]},{"name":"D3DKMTWaitForVerticalBlankEvent","features":[11,3]},{"name":"D3DKMTWaitForVerticalBlankEvent2","features":[11,3]},{"name":"D3DKMT_ACQUIREKEYEDMUTEX","features":[11]},{"name":"D3DKMT_ACQUIREKEYEDMUTEX2","features":[11]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE","features":[11,3]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE","features":[11]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE_EXTRA_CCD_DATABASE_INFO","features":[11]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE_MODES_PRUNED","features":[11]},{"name":"D3DKMT_ADAPTERADDRESS","features":[11]},{"name":"D3DKMT_ADAPTERINFO","features":[11,3]},{"name":"D3DKMT_ADAPTERREGISTRYINFO","features":[11]},{"name":"D3DKMT_ADAPTERTYPE","features":[11]},{"name":"D3DKMT_ADAPTER_PERFDATA","features":[11]},{"name":"D3DKMT_ADAPTER_PERFDATACAPS","features":[11]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION","features":[11]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_DATA","features":[11]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_TYPE","features":[11]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_VIDMM_FLAGS","features":[11]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_VIDMM_TRIM_INTERVAL","features":[11]},{"name":"D3DKMT_ADAPTER_VERIFIER_VIDMM_FLAGS","features":[11]},{"name":"D3DKMT_ADAPTER_VERIFIER_VIDMM_TRIM_INTERVAL","features":[11]},{"name":"D3DKMT_ADJUSTFULLSCREENGAMMA","features":[11]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS","features":[11]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_NOTRESIDENT","features":[11]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINGPUMEMORY","features":[11]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINSHAREDMEMORY","features":[11]},{"name":"D3DKMT_AUXILIARYPRESENTINFO","features":[11]},{"name":"D3DKMT_AUXILIARYPRESENTINFO_TYPE","features":[11]},{"name":"D3DKMT_AUXILIARYPRESENTINFO_TYPE_FLIPMANAGER","features":[11]},{"name":"D3DKMT_AllocationPriorityClassHigh","features":[11]},{"name":"D3DKMT_AllocationPriorityClassLow","features":[11]},{"name":"D3DKMT_AllocationPriorityClassMaximum","features":[11]},{"name":"D3DKMT_AllocationPriorityClassMinimum","features":[11]},{"name":"D3DKMT_AllocationPriorityClassNormal","features":[11]},{"name":"D3DKMT_BDDFALLBACK_CTL","features":[11,3]},{"name":"D3DKMT_BLOCKLIST_INFO","features":[11]},{"name":"D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN","features":[11,3]},{"name":"D3DKMT_BRIGHTNESS_INFO","features":[11,3]},{"name":"D3DKMT_BRIGHTNESS_INFO_BEGIN_MANUAL_MODE","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_END_MANUAL_MODE","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_CAPS","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_NIT_RANGES","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_POSSIBLE_LEVELS","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_REDUCTION","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET_OPTIMIZATION","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET_STATE","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_TOGGLE_LOGGING","features":[11]},{"name":"D3DKMT_BRIGHTNESS_INFO_TYPE","features":[11]},{"name":"D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS","features":[11]},{"name":"D3DKMT_BUDGETCHANGENOTIFICATION","features":[11]},{"name":"D3DKMT_CANCEL_PRESENTS","features":[11,3]},{"name":"D3DKMT_CANCEL_PRESENTS_FLAGS","features":[11]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION","features":[11]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION_CANCEL_FROM","features":[11]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION_REPROGRAM_INTERRUPT","features":[11]},{"name":"D3DKMT_CHANGESURFACEPOINTER","features":[11,3,14]},{"name":"D3DKMT_CHANGEVIDEOMEMORYRESERVATION","features":[11,3]},{"name":"D3DKMT_CHECKMONITORPOWERSTATE","features":[11]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT","features":[11,3]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2","features":[11,3]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3","features":[11,3]},{"name":"D3DKMT_CHECKOCCLUSION","features":[11,3]},{"name":"D3DKMT_CHECKSHAREDRESOURCEACCESS","features":[11]},{"name":"D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP","features":[11]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE","features":[11,3]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2","features":[11,3]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3","features":[11,3]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO","features":[11]},{"name":"D3DKMT_CLIENTHINT","features":[11]},{"name":"D3DKMT_CLIENTHINT_11ON12","features":[11]},{"name":"D3DKMT_CLIENTHINT_9ON12","features":[11]},{"name":"D3DKMT_CLIENTHINT_CDD","features":[11]},{"name":"D3DKMT_CLIENTHINT_CLON12","features":[11]},{"name":"D3DKMT_CLIENTHINT_CUDA","features":[11]},{"name":"D3DKMT_CLIENTHINT_DML_PYTORCH","features":[11]},{"name":"D3DKMT_CLIENTHINT_DML_TENSORFLOW","features":[11]},{"name":"D3DKMT_CLIENTHINT_DX10","features":[11]},{"name":"D3DKMT_CLIENTHINT_DX11","features":[11]},{"name":"D3DKMT_CLIENTHINT_DX12","features":[11]},{"name":"D3DKMT_CLIENTHINT_DX7","features":[11]},{"name":"D3DKMT_CLIENTHINT_DX8","features":[11]},{"name":"D3DKMT_CLIENTHINT_DX9","features":[11]},{"name":"D3DKMT_CLIENTHINT_GLON12","features":[11]},{"name":"D3DKMT_CLIENTHINT_MAX","features":[11]},{"name":"D3DKMT_CLIENTHINT_MFT_ENCODE","features":[11]},{"name":"D3DKMT_CLIENTHINT_ONEAPI_LEVEL0","features":[11]},{"name":"D3DKMT_CLIENTHINT_OPENCL","features":[11]},{"name":"D3DKMT_CLIENTHINT_OPENGL","features":[11]},{"name":"D3DKMT_CLIENTHINT_RESERVED","features":[11]},{"name":"D3DKMT_CLIENTHINT_UNKNOWN","features":[11]},{"name":"D3DKMT_CLIENTHINT_VULKAN","features":[11]},{"name":"D3DKMT_CLOSEADAPTER","features":[11]},{"name":"D3DKMT_COMPOSITION_PRESENTHISTORYTOKEN","features":[11]},{"name":"D3DKMT_CONFIGURESHAREDRESOURCE","features":[11,3]},{"name":"D3DKMT_CONNECT_DOORBELL","features":[11]},{"name":"D3DKMT_CONNECT_DOORBELL_FLAGS","features":[11]},{"name":"D3DKMT_CPDRIVERNAME","features":[11]},{"name":"D3DKMT_CREATEALLOCATION","features":[11,3]},{"name":"D3DKMT_CREATEALLOCATIONFLAGS","features":[11]},{"name":"D3DKMT_CREATECONTEXT","features":[11]},{"name":"D3DKMT_CREATECONTEXTVIRTUAL","features":[11]},{"name":"D3DKMT_CREATEDCFROMMEMORY","features":[11,3,14]},{"name":"D3DKMT_CREATEDEVICE","features":[11]},{"name":"D3DKMT_CREATEDEVICEFLAGS","features":[11]},{"name":"D3DKMT_CREATEHWCONTEXT","features":[11]},{"name":"D3DKMT_CREATEHWQUEUE","features":[11]},{"name":"D3DKMT_CREATEKEYEDMUTEX","features":[11]},{"name":"D3DKMT_CREATEKEYEDMUTEX2","features":[11]},{"name":"D3DKMT_CREATEKEYEDMUTEX2_FLAGS","features":[11]},{"name":"D3DKMT_CREATENATIVEFENCE","features":[11]},{"name":"D3DKMT_CREATEOVERLAY","features":[11]},{"name":"D3DKMT_CREATEPAGINGQUEUE","features":[11]},{"name":"D3DKMT_CREATEPROTECTEDSESSION","features":[11]},{"name":"D3DKMT_CREATESTANDARDALLOCATION","features":[11]},{"name":"D3DKMT_CREATESTANDARDALLOCATIONFLAGS","features":[11]},{"name":"D3DKMT_CREATESYNCFILE","features":[11]},{"name":"D3DKMT_CREATESYNCHRONIZATIONOBJECT","features":[11,3]},{"name":"D3DKMT_CREATESYNCHRONIZATIONOBJECT2","features":[11,3]},{"name":"D3DKMT_CREATE_DOORBELL","features":[11]},{"name":"D3DKMT_CREATE_DOORBELL_FLAGS","features":[11]},{"name":"D3DKMT_CREATE_OUTPUTDUPL","features":[11,3]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT","features":[11]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER","features":[11]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_COPY","features":[11]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_NONE","features":[11]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_SCANOUT","features":[11]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_TEXTURE","features":[11]},{"name":"D3DKMT_CROSS_ADAPTER_RESOURCE_HEIGHT_ALIGNMENT","features":[11]},{"name":"D3DKMT_CROSS_ADAPTER_RESOURCE_PITCH_ALIGNMENT","features":[11]},{"name":"D3DKMT_CURRENTDISPLAYMODE","features":[11]},{"name":"D3DKMT_ClientPagingBuffer","features":[11]},{"name":"D3DKMT_ClientRenderBuffer","features":[11]},{"name":"D3DKMT_DEBUG_SNAPSHOT_ESCAPE","features":[11]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_DOWNWARD","features":[11]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_PASS","features":[11]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_UPWARD","features":[11]},{"name":"D3DKMT_DEFRAG_ESCAPE_GET_FRAGMENTATION_STATS","features":[11]},{"name":"D3DKMT_DEFRAG_ESCAPE_OPERATION","features":[11]},{"name":"D3DKMT_DEFRAG_ESCAPE_VERIFY_TRANSFER","features":[11]},{"name":"D3DKMT_DESTROYALLOCATION","features":[11]},{"name":"D3DKMT_DESTROYALLOCATION2","features":[11]},{"name":"D3DKMT_DESTROYCONTEXT","features":[11]},{"name":"D3DKMT_DESTROYDCFROMMEMORY","features":[11,3,14]},{"name":"D3DKMT_DESTROYDEVICE","features":[11]},{"name":"D3DKMT_DESTROYHWCONTEXT","features":[11]},{"name":"D3DKMT_DESTROYHWQUEUE","features":[11]},{"name":"D3DKMT_DESTROYKEYEDMUTEX","features":[11]},{"name":"D3DKMT_DESTROYOVERLAY","features":[11]},{"name":"D3DKMT_DESTROYPROTECTEDSESSION","features":[11]},{"name":"D3DKMT_DESTROYSYNCHRONIZATIONOBJECT","features":[11]},{"name":"D3DKMT_DESTROY_DOORBELL","features":[11]},{"name":"D3DKMT_DESTROY_OUTPUTDUPL","features":[11,3]},{"name":"D3DKMT_DEVICEESCAPE_RESTOREGAMMA","features":[11]},{"name":"D3DKMT_DEVICEESCAPE_TYPE","features":[11]},{"name":"D3DKMT_DEVICEESCAPE_VIDPNFROMALLOCATION","features":[11]},{"name":"D3DKMT_DEVICEEXECUTION_ACTIVE","features":[11]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_DMAFAULT","features":[11]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_DMAPAGEFAULT","features":[11]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_OUTOFMEMORY","features":[11]},{"name":"D3DKMT_DEVICEEXECUTION_HUNG","features":[11]},{"name":"D3DKMT_DEVICEEXECUTION_RESET","features":[11]},{"name":"D3DKMT_DEVICEEXECUTION_STATE","features":[11]},{"name":"D3DKMT_DEVICEEXECUTION_STOPPED","features":[11]},{"name":"D3DKMT_DEVICEPAGEFAULT_STATE","features":[11]},{"name":"D3DKMT_DEVICEPRESENT_QUEUE_STATE","features":[11,3]},{"name":"D3DKMT_DEVICEPRESENT_STATE","features":[11]},{"name":"D3DKMT_DEVICEPRESENT_STATE_DWM","features":[11]},{"name":"D3DKMT_DEVICERESET_STATE","features":[11]},{"name":"D3DKMT_DEVICESTATE_EXECUTION","features":[11]},{"name":"D3DKMT_DEVICESTATE_PAGE_FAULT","features":[11]},{"name":"D3DKMT_DEVICESTATE_PRESENT","features":[11]},{"name":"D3DKMT_DEVICESTATE_PRESENT_DWM","features":[11]},{"name":"D3DKMT_DEVICESTATE_PRESENT_QUEUE","features":[11]},{"name":"D3DKMT_DEVICESTATE_RESET","features":[11]},{"name":"D3DKMT_DEVICESTATE_TYPE","features":[11]},{"name":"D3DKMT_DEVICE_ERROR_REASON","features":[11]},{"name":"D3DKMT_DEVICE_ERROR_REASON_DRIVER_ERROR","features":[11]},{"name":"D3DKMT_DEVICE_ERROR_REASON_GENERIC","features":[11]},{"name":"D3DKMT_DEVICE_ESCAPE","features":[11]},{"name":"D3DKMT_DEVICE_IDS","features":[11]},{"name":"D3DKMT_DIRECTFLIP_SUPPORT","features":[11,3]},{"name":"D3DKMT_DIRTYREGIONS","features":[11,3]},{"name":"D3DKMT_DISPLAYMODE","features":[11]},{"name":"D3DKMT_DISPLAYMODELIST","features":[11]},{"name":"D3DKMT_DISPLAY_CAPS","features":[11]},{"name":"D3DKMT_DISPLAY_UMD_FILENAMEINFO","features":[11]},{"name":"D3DKMT_DLIST_DRIVER_NAME","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_ACTIVEVIDPN_COFUNCPATHMODALITY_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_ACTIVEVIDPN_SOURCEMODESET_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_GET_ACTIVEVIDPN_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_GET_LASTCLIENTCOMMITTEDVIDPN_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_GET_MONITORS_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_GET_SUMMARY_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VERSION_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VIDEO_PRESENT_SOURCES_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VIDEO_PRESENT_TARGETS_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_RECENTLY_COMMITTED_VIDPNS_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_RECENTLY_RECOMMENDED_VIDPNS_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_RECENT_MODECHANGE_REQUESTS_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_RECENT_MONITOR_PRESENCE_EVENTS_INFO","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_UNINITIALIZED","features":[11]},{"name":"D3DKMT_DMMESCAPETYPE_VIDPN_MGR_DIAGNOSTICS","features":[11]},{"name":"D3DKMT_DMM_ESCAPE","features":[11]},{"name":"D3DKMT_DOD_SET_DIRTYRECT_MODE","features":[11,3]},{"name":"D3DKMT_DRIVERCAPS_EXT","features":[11]},{"name":"D3DKMT_DRIVERVERSION","features":[11]},{"name":"D3DKMT_DRIVER_DESCRIPTION","features":[11]},{"name":"D3DKMT_DeferredCommandBuffer","features":[11]},{"name":"D3DKMT_DeviceCommandBuffer","features":[11]},{"name":"D3DKMT_DmaPacketTypeMax","features":[11]},{"name":"D3DKMT_ENUMADAPTERS","features":[11,3]},{"name":"D3DKMT_ENUMADAPTERS2","features":[11,3]},{"name":"D3DKMT_ENUMADAPTERS3","features":[11,3]},{"name":"D3DKMT_ENUMADAPTERS_FILTER","features":[11]},{"name":"D3DKMT_ESCAPE","features":[11]},{"name":"D3DKMT_ESCAPETYPE","features":[11]},{"name":"D3DKMT_ESCAPE_ACTIVATE_SPECIFIC_DIAG","features":[11]},{"name":"D3DKMT_ESCAPE_ADAPTER_VERIFIER_OPTION","features":[11]},{"name":"D3DKMT_ESCAPE_BDD_FALLBACK","features":[11]},{"name":"D3DKMT_ESCAPE_BDD_PNP","features":[11]},{"name":"D3DKMT_ESCAPE_BRIGHTNESS","features":[11]},{"name":"D3DKMT_ESCAPE_CCD_DATABASE","features":[11]},{"name":"D3DKMT_ESCAPE_DEBUG_SNAPSHOT","features":[11]},{"name":"D3DKMT_ESCAPE_DEVICE","features":[11]},{"name":"D3DKMT_ESCAPE_DIAGNOSTICS","features":[11]},{"name":"D3DKMT_ESCAPE_DMM","features":[11]},{"name":"D3DKMT_ESCAPE_DOD_SET_DIRTYRECT_MODE","features":[11]},{"name":"D3DKMT_ESCAPE_DRIVERPRIVATE","features":[11]},{"name":"D3DKMT_ESCAPE_DRT_TEST","features":[11]},{"name":"D3DKMT_ESCAPE_EDID_CACHE","features":[11]},{"name":"D3DKMT_ESCAPE_FORCE_BDDFALLBACK_HEADLESS","features":[11]},{"name":"D3DKMT_ESCAPE_GET_DISPLAY_CONFIGURATIONS","features":[11]},{"name":"D3DKMT_ESCAPE_GET_EXTERNAL_DIAGNOSTICS","features":[11]},{"name":"D3DKMT_ESCAPE_HISTORY_BUFFER_STATUS","features":[11]},{"name":"D3DKMT_ESCAPE_IDD_REQUEST","features":[11]},{"name":"D3DKMT_ESCAPE_LOG_CODEPOINT_PACKET","features":[11]},{"name":"D3DKMT_ESCAPE_LOG_USERMODE_DAIG_PACKET","features":[11]},{"name":"D3DKMT_ESCAPE_MIRACAST_ADAPTER_DIAG_INFO","features":[11]},{"name":"D3DKMT_ESCAPE_MIRACAST_DISPLAY_REQUEST","features":[11]},{"name":"D3DKMT_ESCAPE_MODES_PRUNED_OUT","features":[11]},{"name":"D3DKMT_ESCAPE_OUTPUTDUPL_DIAGNOSTICS","features":[11]},{"name":"D3DKMT_ESCAPE_OUTPUTDUPL_SNAPSHOT","features":[11]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_COMMAND","features":[11]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_DEFAULT","features":[11]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_FORCE_CPU","features":[11]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_FORCE_GPU","features":[11]},{"name":"D3DKMT_ESCAPE_PROCESS_VERIFIER_OPTION","features":[11]},{"name":"D3DKMT_ESCAPE_QUERY_DMA_REMAPPING_STATUS","features":[11]},{"name":"D3DKMT_ESCAPE_QUERY_IOMMU_STATUS","features":[11]},{"name":"D3DKMT_ESCAPE_REQUEST_MACHINE_CRASH","features":[11]},{"name":"D3DKMT_ESCAPE_SOFTGPU_ENABLE_DISABLE_HMD","features":[11]},{"name":"D3DKMT_ESCAPE_TDRDBGCTRL","features":[11]},{"name":"D3DKMT_ESCAPE_VIDMM","features":[11]},{"name":"D3DKMT_ESCAPE_VIDSCH","features":[11]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE","features":[11,3]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE","features":[11]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_BASE_DESKTOP_DURATION","features":[11]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_PROCESS_BOOST_ELIGIBLE","features":[11]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_VSYNC_MULTIPLIER","features":[11]},{"name":"D3DKMT_ESCAPE_WHQL_INFO","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_BDD_FALLBACK","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_COLOR_PROFILE_INFO","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_DDA_TEST_CTL","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_DISPBROKER_TEST","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_DPI_INFO","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_HIP_DEVICE_INFO","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_PRESENTER_VIEW_INFO","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_QUERY_CD_ROTATION_BLOCK","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_SET_DIMMED_STATE","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_SPECIALIZED_DISPLAY_TEST","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_START","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_SYSTEM_DPI","features":[11]},{"name":"D3DKMT_ESCAPE_WIN32K_USER_DETECTED_BLACK_SCREEN","features":[11]},{"name":"D3DKMT_EVICT","features":[11]},{"name":"D3DKMT_EVICTION_CRITERIA","features":[11]},{"name":"D3DKMT_FENCE_PRESENTHISTORYTOKEN","features":[11]},{"name":"D3DKMT_FLIPINFOFLAGS","features":[11]},{"name":"D3DKMT_FLIPMANAGER_AUXILIARYPRESENTINFO","features":[11,3]},{"name":"D3DKMT_FLIPMANAGER_PRESENTHISTORYTOKEN","features":[11]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE","features":[11]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE_FLIP_COMPLETE","features":[11]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE_FLIP_SUBMITTED","features":[11]},{"name":"D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN","features":[11,3]},{"name":"D3DKMT_FLIPMODEL_PRESENTHISTORYTOKENFLAGS","features":[11]},{"name":"D3DKMT_FLIPOVERLAY","features":[11]},{"name":"D3DKMT_FLIPQUEUEINFO","features":[11]},{"name":"D3DKMT_FLUSHHEAPTRANSITIONS","features":[11]},{"name":"D3DKMT_FREEGPUVIRTUALADDRESS","features":[11]},{"name":"D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN","features":[11,3]},{"name":"D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN","features":[11]},{"name":"D3DKMT_GDI_STYLE_HANDLE_DECORATION","features":[11]},{"name":"D3DKMT_GETALLOCATIONPRIORITY","features":[11]},{"name":"D3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[11]},{"name":"D3DKMT_GETCONTEXTSCHEDULINGPRIORITY","features":[11]},{"name":"D3DKMT_GETDEVICESTATE","features":[11,3]},{"name":"D3DKMT_GETDISPLAYMODELIST","features":[11]},{"name":"D3DKMT_GETMULTISAMPLEMETHODLIST","features":[11]},{"name":"D3DKMT_GETOVERLAYSTATE","features":[11,3]},{"name":"D3DKMT_GETPRESENTHISTORY","features":[11,3]},{"name":"D3DKMT_GETPRESENTHISTORY_MAXTOKENS","features":[11]},{"name":"D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT","features":[11,3]},{"name":"D3DKMT_GETRUNTIMEDATA","features":[11]},{"name":"D3DKMT_GETSCANLINE","features":[11,3]},{"name":"D3DKMT_GETSHAREDPRIMARYHANDLE","features":[11]},{"name":"D3DKMT_GETSHAREDRESOURCEADAPTERLUID","features":[11,3]},{"name":"D3DKMT_GETVERTICALBLANKEVENT","features":[11]},{"name":"D3DKMT_GET_DEVICE_VIDPN_OWNERSHIP_INFO","features":[11,3]},{"name":"D3DKMT_GET_GPUMMU_CAPS","features":[11,3]},{"name":"D3DKMT_GET_MULTIPLANE_OVERLAY_CAPS","features":[11]},{"name":"D3DKMT_GET_POST_COMPOSITION_CAPS","features":[11]},{"name":"D3DKMT_GET_PTE","features":[11,3]},{"name":"D3DKMT_GET_PTE_MAX","features":[11]},{"name":"D3DKMT_GET_QUEUEDLIMIT_PRESENT","features":[11]},{"name":"D3DKMT_GET_SEGMENT_CAPS","features":[11,3]},{"name":"D3DKMT_GPUMMU_CAPS","features":[11]},{"name":"D3DKMT_GPUVERSION","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_QUERY_STATE","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_QUERY_TYPE","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_HIGH_PERFORMANCE","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_MINIMUM_POWER","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_NOT_FOUND","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_UNINITIALIZED","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_UNSPECIFIED","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_USER_SPECIFIED_GPU","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_DX_DATABASE","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_IHV_DLIST","features":[11]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_USER_PREFERENCE","features":[11]},{"name":"D3DKMT_HISTORY_BUFFER_STATUS","features":[11,3]},{"name":"D3DKMT_HWDRM_SUPPORT","features":[11,3]},{"name":"D3DKMT_HYBRID_DLIST_DLL_SUPPORT","features":[11,3]},{"name":"D3DKMT_HYBRID_LIST","features":[11,3]},{"name":"D3DKMT_INDEPENDENTFLIP_SECONDARY_SUPPORT","features":[11,3]},{"name":"D3DKMT_INDEPENDENTFLIP_SUPPORT","features":[11,3]},{"name":"D3DKMT_INVALIDATEACTIVEVIDPN","features":[11]},{"name":"D3DKMT_INVALIDATECACHE","features":[11]},{"name":"D3DKMT_ISBADDRIVERFORHWPROTECTIONDISABLED","features":[11,3]},{"name":"D3DKMT_KMD_DRIVER_VERSION","features":[11]},{"name":"D3DKMT_LOCK","features":[11]},{"name":"D3DKMT_LOCK2","features":[11]},{"name":"D3DKMT_MARKDEVICEASERROR","features":[11]},{"name":"D3DKMT_MAX_BUNDLE_OBJECTS_PER_HANDLE","features":[11]},{"name":"D3DKMT_MAX_DMM_ESCAPE_DATASIZE","features":[11]},{"name":"D3DKMT_MAX_MULTIPLANE_OVERLAY_ALLOCATIONS_PER_PLANE","features":[11]},{"name":"D3DKMT_MAX_MULTIPLANE_OVERLAY_PLANES","features":[11]},{"name":"D3DKMT_MAX_OBJECTS_PER_HANDLE","features":[11]},{"name":"D3DKMT_MAX_PRESENT_HISTORY_RECTS","features":[11]},{"name":"D3DKMT_MAX_PRESENT_HISTORY_SCATTERBLTS","features":[11]},{"name":"D3DKMT_MAX_SEGMENT_COUNT","features":[11]},{"name":"D3DKMT_MAX_WAITFORVERTICALBLANK_OBJECTS","features":[11]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP","features":[11]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP_LOCAL","features":[11]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP_NON_LOCAL","features":[11]},{"name":"D3DKMT_MIRACASTCOMPANIONDRIVERNAME","features":[11]},{"name":"D3DKMT_MIRACAST_CHUNK_DATA","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_CANCELLED","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_ERROR","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_NOT_FOUND","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_NOT_STARTED","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_GPU_RESOURCE_IN_USE","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INSUFFICIENT_BANDWIDTH","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INSUFFICIENT_MEMORY","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INVALID_PARAMETER","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_PENDING","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_REMOTE_SESSION","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_SUCCESS","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_SUCCESS_NO_MONITOR","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_UNKOWN_ERROR","features":[11]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_UNKOWN_PAIRING","features":[11]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_CAPS","features":[11,3]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_STATE","features":[11]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_STATUS","features":[11]},{"name":"D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS","features":[11,3]},{"name":"D3DKMT_MIRACAST_DRIVER_IHV","features":[11]},{"name":"D3DKMT_MIRACAST_DRIVER_MS","features":[11]},{"name":"D3DKMT_MIRACAST_DRIVER_NOT_SUPPORTED","features":[11]},{"name":"D3DKMT_MIRACAST_DRIVER_TYPE","features":[11]},{"name":"D3DKMT_MOVE_RECT","features":[11,3]},{"name":"D3DKMT_MPO3DDI_SUPPORT","features":[11,3]},{"name":"D3DKMT_MPOKERNELCAPS_SUPPORT","features":[11,3]},{"name":"D3DKMT_MULIIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_PROGRESSIVE","features":[11]},{"name":"D3DKMT_MULTIPLANEOVERLAY_DECODE_SUPPORT","features":[11,3]},{"name":"D3DKMT_MULTIPLANEOVERLAY_HUD_SUPPORT","features":[11,3]},{"name":"D3DKMT_MULTIPLANEOVERLAY_SECONDARY_SUPPORT","features":[11,3]},{"name":"D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT","features":[11,3]},{"name":"D3DKMT_MULTIPLANEOVERLAY_SUPPORT","features":[11,3]},{"name":"D3DKMT_MULTIPLANE_OVERLAY","features":[11,3]},{"name":"D3DKMT_MULTIPLANE_OVERLAY2","features":[11,3]},{"name":"D3DKMT_MULTIPLANE_OVERLAY3","features":[11,3]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES","features":[11,3]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2","features":[11,3]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3","features":[11,3]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND_ALPHABLEND","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND_OPAQUE","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_CAPS","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAGS","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_HORIZONTAL_FLIP","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_STATIC_CHECK","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_VERTICAL_FLIP","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION","features":[11,3]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE","features":[11,3]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_HORIZONTAL","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_VERTICAL","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAGS","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE","features":[11]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC","features":[11]},{"name":"D3DKMT_MULTISAMPLEMETHOD","features":[11]},{"name":"D3DKMT_MaxAllocationPriorityClass","features":[11]},{"name":"D3DKMT_MmIoFlipCommandBuffer","features":[11]},{"name":"D3DKMT_NODEMETADATA","features":[11,3]},{"name":"D3DKMT_NODE_PERFDATA","features":[11]},{"name":"D3DKMT_NOTIFY_WORK_SUBMISSION","features":[11]},{"name":"D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS","features":[11]},{"name":"D3DKMT_OFFERALLOCATIONS","features":[11]},{"name":"D3DKMT_OFFER_FLAGS","features":[11]},{"name":"D3DKMT_OFFER_PRIORITY","features":[11]},{"name":"D3DKMT_OFFER_PRIORITY_AUTO","features":[11]},{"name":"D3DKMT_OFFER_PRIORITY_HIGH","features":[11]},{"name":"D3DKMT_OFFER_PRIORITY_LOW","features":[11]},{"name":"D3DKMT_OFFER_PRIORITY_NORMAL","features":[11]},{"name":"D3DKMT_OPENADAPTERFROMDEVICENAME","features":[11,3]},{"name":"D3DKMT_OPENADAPTERFROMGDIDISPLAYNAME","features":[11,3]},{"name":"D3DKMT_OPENADAPTERFROMHDC","features":[11,3,14]},{"name":"D3DKMT_OPENADAPTERFROMLUID","features":[11,3]},{"name":"D3DKMT_OPENGLINFO","features":[11]},{"name":"D3DKMT_OPENKEYEDMUTEX","features":[11]},{"name":"D3DKMT_OPENKEYEDMUTEX2","features":[11]},{"name":"D3DKMT_OPENKEYEDMUTEXFROMNTHANDLE","features":[11,3]},{"name":"D3DKMT_OPENNATIVEFENCEFROMNTHANDLE","features":[11,3]},{"name":"D3DKMT_OPENNTHANDLEFROMNAME","features":[4,11,3]},{"name":"D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE","features":[11,3]},{"name":"D3DKMT_OPENRESOURCE","features":[11]},{"name":"D3DKMT_OPENRESOURCEFROMNTHANDLE","features":[11,3]},{"name":"D3DKMT_OPENSYNCHRONIZATIONOBJECT","features":[11]},{"name":"D3DKMT_OPENSYNCOBJECTFROMNTHANDLE","features":[11,3]},{"name":"D3DKMT_OPENSYNCOBJECTFROMNTHANDLE2","features":[11,3]},{"name":"D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME","features":[4,11,3]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_INFO","features":[11,3]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE","features":[11]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_COLOR","features":[11]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR","features":[11]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME","features":[11]},{"name":"D3DKMT_OUTPUTDUPLCONTEXTSCOUNT","features":[11]},{"name":"D3DKMT_OUTPUTDUPLCREATIONFLAGS","features":[11]},{"name":"D3DKMT_OUTPUTDUPLPRESENT","features":[11,3]},{"name":"D3DKMT_OUTPUTDUPLPRESENTFLAGS","features":[11]},{"name":"D3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE","features":[11,3]},{"name":"D3DKMT_OUTPUTDUPL_FRAMEINFO","features":[11,3]},{"name":"D3DKMT_OUTPUTDUPL_GET_FRAMEINFO","features":[11,3]},{"name":"D3DKMT_OUTPUTDUPL_GET_POINTER_SHAPE_DATA","features":[11,3]},{"name":"D3DKMT_OUTPUTDUPL_KEYEDMUTEX","features":[11,3]},{"name":"D3DKMT_OUTPUTDUPL_METADATA","features":[11]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE","features":[11]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE_DIRTY_RECTS","features":[11]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE_MOVE_RECTS","features":[11]},{"name":"D3DKMT_OUTPUTDUPL_POINTER_POSITION","features":[11,3]},{"name":"D3DKMT_OUTPUTDUPL_RELEASE_FRAME","features":[11]},{"name":"D3DKMT_OUTPUTDUPL_SNAPSHOT","features":[11,3]},{"name":"D3DKMT_PAGE_TABLE_LEVEL_DESC","features":[11]},{"name":"D3DKMT_PANELFITTER_SUPPORT","features":[11,3]},{"name":"D3DKMT_PARAVIRTUALIZATION","features":[11,3]},{"name":"D3DKMT_PHYSICAL_ADAPTER_COUNT","features":[11]},{"name":"D3DKMT_PINDIRECTFLIPRESOURCES","features":[11]},{"name":"D3DKMT_PLANE_SPECIFIC_INPUT_FLAGS","features":[11]},{"name":"D3DKMT_PLANE_SPECIFIC_OUTPUT_FLAGS","features":[11]},{"name":"D3DKMT_PM_FLIPMANAGER","features":[11]},{"name":"D3DKMT_PM_REDIRECTED_BLT","features":[11]},{"name":"D3DKMT_PM_REDIRECTED_COMPOSITION","features":[11]},{"name":"D3DKMT_PM_REDIRECTED_FLIP","features":[11]},{"name":"D3DKMT_PM_REDIRECTED_GDI","features":[11]},{"name":"D3DKMT_PM_REDIRECTED_GDI_SYSMEM","features":[11]},{"name":"D3DKMT_PM_REDIRECTED_VISTABLT","features":[11]},{"name":"D3DKMT_PM_SCREENCAPTUREFENCE","features":[11]},{"name":"D3DKMT_PM_SURFACECOMPLETE","features":[11]},{"name":"D3DKMT_PM_UNINITIALIZED","features":[11]},{"name":"D3DKMT_PNP_KEY_HARDWARE","features":[11]},{"name":"D3DKMT_PNP_KEY_SOFTWARE","features":[11]},{"name":"D3DKMT_PNP_KEY_TYPE","features":[11]},{"name":"D3DKMT_POLLDISPLAYCHILDREN","features":[11]},{"name":"D3DKMT_PRESENT","features":[11,3]},{"name":"D3DKMT_PRESENTFLAGS","features":[11]},{"name":"D3DKMT_PRESENTHISTORYTOKEN","features":[11,3]},{"name":"D3DKMT_PRESENT_MODEL","features":[11]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY","features":[11,3]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY2","features":[11,3]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY3","features":[11,3]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS","features":[11]},{"name":"D3DKMT_PRESENT_REDIRECTED","features":[11,3]},{"name":"D3DKMT_PRESENT_REDIRECTED_FLAGS","features":[11]},{"name":"D3DKMT_PRESENT_RGNS","features":[11,3]},{"name":"D3DKMT_PRESENT_STATS","features":[11]},{"name":"D3DKMT_PRESENT_STATS_DWM","features":[11]},{"name":"D3DKMT_PRESENT_STATS_DWM2","features":[11]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION","features":[11,3]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_DATA","features":[11]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_TYPE","features":[11]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_VIDMM_FLAGS","features":[11]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_VIDMM_RESTRICT_BUDGET","features":[11]},{"name":"D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS","features":[11]},{"name":"D3DKMT_PROCESS_VERIFIER_VIDMM_RESTRICT_BUDGET","features":[11]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS","features":[11]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS_INVALID","features":[11]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS_OK","features":[11]},{"name":"D3DKMT_PreemptionAttempt","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissAlreadyPreempting","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissAlreadyRunning","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissFenceCommand","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissGlobalBlock","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissLessPriority","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissNextFence","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissNoCommand","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissNotEnabled","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissNotMakingProgress","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissPagingCommand","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissRemainingPreemptionQuantum","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissRemainingQuantum","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissRenderPendingFlip","features":[11]},{"name":"D3DKMT_PreemptionAttemptMissSplittedCommand","features":[11]},{"name":"D3DKMT_PreemptionAttemptStatisticsMax","features":[11]},{"name":"D3DKMT_PreemptionAttemptSuccess","features":[11]},{"name":"D3DKMT_QUERYADAPTERINFO","features":[11]},{"name":"D3DKMT_QUERYALLOCATIONRESIDENCY","features":[11]},{"name":"D3DKMT_QUERYCLOCKCALIBRATION","features":[11]},{"name":"D3DKMT_QUERYFSEBLOCK","features":[11,3]},{"name":"D3DKMT_QUERYFSEBLOCKFLAGS","features":[11]},{"name":"D3DKMT_QUERYPROCESSOFFERINFO","features":[11,3]},{"name":"D3DKMT_QUERYPROTECTEDSESSIONINFOFROMNTHANDLE","features":[11,3]},{"name":"D3DKMT_QUERYPROTECTEDSESSIONSTATUS","features":[11]},{"name":"D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME","features":[11]},{"name":"D3DKMT_QUERYRESOURCEINFO","features":[11]},{"name":"D3DKMT_QUERYRESOURCEINFOFROMNTHANDLE","features":[11,3]},{"name":"D3DKMT_QUERYRESULT_PREEMPTION_ATTEMPT_RESULT","features":[11]},{"name":"D3DKMT_QUERYRESULT_PREEMPTION_ATTEMPT_RESULT_MAX","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS","features":[11,3]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER_INFORMATION_FLAGS","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS_MAX","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_COMMITMENT_DATA","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_COUNTER","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_BUFFER","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE_MAX","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_MEMORY","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_MEMORY_USAGE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_NODE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_NODE2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_NODE_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PACKET_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PHYSICAL_ADAPTER","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PHYSICAL_ADAPTER_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_POLICY","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PREEMPTION_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INTERFERENCE_BUCKET_COUNT","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INTERFERENCE_COUNTERS","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_POLICY","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_VIDPNSOURCE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_VIDPNSOURCE_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_ADAPTER2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_ADAPTER_INFORMATION2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_NODE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_NODE2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_PHYSICAL_ADAPTER","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_PROCESS_SEGMENT_GROUP2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT_GROUP_USAGE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT_USAGE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_VIDPNSOURCE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE_MAX","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_RESULT","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT2","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_GROUP_USAGE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_PREFERENCE_MAX","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_APERTURE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_MEMORY","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_SYSMEM","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_USAGE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_TYPE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_VIDEO_MEMORY","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_VIDPNSOURCE","features":[11]},{"name":"D3DKMT_QUERYSTATISTICS_VIDPNSOURCE_INFORMATION","features":[11]},{"name":"D3DKMT_QUERYSTATSTICS_ALLOCATIONS","features":[11]},{"name":"D3DKMT_QUERYSTATSTICS_LOCKS","features":[11]},{"name":"D3DKMT_QUERYSTATSTICS_PAGING_FAULT","features":[11]},{"name":"D3DKMT_QUERYSTATSTICS_PAGING_TRANSFER","features":[11]},{"name":"D3DKMT_QUERYSTATSTICS_PREPRATION","features":[11]},{"name":"D3DKMT_QUERYSTATSTICS_REFERENCE_DMA_BUFFER","features":[11]},{"name":"D3DKMT_QUERYSTATSTICS_RENAMING","features":[11]},{"name":"D3DKMT_QUERYSTATSTICS_SWIZZLING_RANGE","features":[11]},{"name":"D3DKMT_QUERYSTATSTICS_TERMINATIONS","features":[11]},{"name":"D3DKMT_QUERYVIDEOMEMORYINFO","features":[11,3]},{"name":"D3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP","features":[11,3]},{"name":"D3DKMT_QUERY_ADAPTER_UNIQUE_GUID","features":[11]},{"name":"D3DKMT_QUERY_DEVICE_IDS","features":[11]},{"name":"D3DKMT_QUERY_GPUMMU_CAPS","features":[11]},{"name":"D3DKMT_QUERY_MIRACAST_DRIVER_TYPE","features":[11]},{"name":"D3DKMT_QUERY_PHYSICAL_ADAPTER_PNP_KEY","features":[11]},{"name":"D3DKMT_QUERY_SCANOUT_CAPS","features":[11]},{"name":"D3DKMT_QUEUEDLIMIT_TYPE","features":[11]},{"name":"D3DKMT_QueuePacketTypeMax","features":[11]},{"name":"D3DKMT_RECLAIMALLOCATIONS","features":[11,3]},{"name":"D3DKMT_RECLAIMALLOCATIONS2","features":[11,3]},{"name":"D3DKMT_REGISTERBUDGETCHANGENOTIFICATION","features":[11]},{"name":"D3DKMT_REGISTERTRIMNOTIFICATION","features":[11,3]},{"name":"D3DKMT_RELEASEKEYEDMUTEX","features":[11]},{"name":"D3DKMT_RELEASEKEYEDMUTEX2","features":[11]},{"name":"D3DKMT_RENDER","features":[11]},{"name":"D3DKMT_RENDERFLAGS","features":[11]},{"name":"D3DKMT_REQUEST_MACHINE_CRASH_ESCAPE","features":[11]},{"name":"D3DKMT_RenderCommandBuffer","features":[11]},{"name":"D3DKMT_SCATTERBLT","features":[11,3]},{"name":"D3DKMT_SCATTERBLTS","features":[11,3]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS","features":[11]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_ABOVE_NORMAL","features":[11]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_BELOW_NORMAL","features":[11]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_HIGH","features":[11]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_IDLE","features":[11]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_NORMAL","features":[11]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_REALTIME","features":[11]},{"name":"D3DKMT_SEGMENTGROUPSIZEINFO","features":[11]},{"name":"D3DKMT_SEGMENTSIZEINFO","features":[11]},{"name":"D3DKMT_SEGMENT_CAPS","features":[11,3]},{"name":"D3DKMT_SETALLOCATIONPRIORITY","features":[11]},{"name":"D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[11]},{"name":"D3DKMT_SETCONTEXTSCHEDULINGPRIORITY","features":[11]},{"name":"D3DKMT_SETCONTEXTSCHEDULINGPRIORITY_ABSOLUTE","features":[11]},{"name":"D3DKMT_SETDISPLAYMODE","features":[11]},{"name":"D3DKMT_SETDISPLAYMODE_FLAGS","features":[11]},{"name":"D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT","features":[11]},{"name":"D3DKMT_SETFSEBLOCK","features":[11,3]},{"name":"D3DKMT_SETFSEBLOCKFLAGS","features":[11]},{"name":"D3DKMT_SETGAMMARAMP","features":[11]},{"name":"D3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY","features":[11,3]},{"name":"D3DKMT_SETQUEUEDLIMIT","features":[11]},{"name":"D3DKMT_SETSTABLEPOWERSTATE","features":[11,3]},{"name":"D3DKMT_SETSYNCREFRESHCOUNTWAITTARGET","features":[11]},{"name":"D3DKMT_SETVIDPNSOURCEHWPROTECTION","features":[11,3]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER","features":[11]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER1","features":[11]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER2","features":[11]},{"name":"D3DKMT_SET_COLORSPACE_TRANSFORM","features":[11,3]},{"name":"D3DKMT_SET_QUEUEDLIMIT_PRESENT","features":[11]},{"name":"D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION","features":[11,3]},{"name":"D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION","features":[11,3]},{"name":"D3DKMT_SHAREOBJECTWITHHOST","features":[11]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECT","features":[11]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECT2","features":[11,3]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU","features":[11]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU","features":[11]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2","features":[11,3]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE","features":[11]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_EXISTINGHEAP","features":[11]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_INTERNALBACKINGSTORE","features":[11]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_MAX","features":[11]},{"name":"D3DKMT_STANDARDALLOCATION_EXISTINGHEAP","features":[11]},{"name":"D3DKMT_SUBKEY_DX9","features":[11]},{"name":"D3DKMT_SUBKEY_OPENGL","features":[11]},{"name":"D3DKMT_SUBMITCOMMAND","features":[11]},{"name":"D3DKMT_SUBMITCOMMANDFLAGS","features":[11]},{"name":"D3DKMT_SUBMITCOMMANDTOHWQUEUE","features":[11]},{"name":"D3DKMT_SUBMITPRESENTBLTTOHWQUEUE","features":[11,3]},{"name":"D3DKMT_SUBMITPRESENTTOHWQUEUE","features":[11,3]},{"name":"D3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE","features":[11]},{"name":"D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE","features":[11]},{"name":"D3DKMT_SURFACECOMPLETE_PRESENTHISTORYTOKEN","features":[11]},{"name":"D3DKMT_SignalCommandBuffer","features":[11]},{"name":"D3DKMT_SoftwareCommandBuffer","features":[11]},{"name":"D3DKMT_SystemCommandBuffer","features":[11]},{"name":"D3DKMT_SystemPagingBuffer","features":[11]},{"name":"D3DKMT_SystemPreemptionBuffer","features":[11]},{"name":"D3DKMT_TDRDBGCTRLTYPE","features":[11]},{"name":"D3DKMT_TDRDBGCTRLTYPE_DISABLEBREAK","features":[11]},{"name":"D3DKMT_TDRDBGCTRLTYPE_ENABLEBREAK","features":[11]},{"name":"D3DKMT_TDRDBGCTRLTYPE_ENGINETDR","features":[11]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCEDODTDR","features":[11]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCEDODVSYNCTDR","features":[11]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCETDR","features":[11]},{"name":"D3DKMT_TDRDBGCTRLTYPE_GPUTDR","features":[11]},{"name":"D3DKMT_TDRDBGCTRLTYPE_UNCONDITIONAL","features":[11]},{"name":"D3DKMT_TDRDBGCTRLTYPE_VSYNCTDR","features":[11]},{"name":"D3DKMT_TDRDBGCTRL_ESCAPE","features":[11]},{"name":"D3DKMT_TRACKEDWORKLOAD_SUPPORT","features":[11,3]},{"name":"D3DKMT_TRIMNOTIFICATION","features":[11]},{"name":"D3DKMT_TRIMPROCESSCOMMITMENT","features":[11,3]},{"name":"D3DKMT_TRIMPROCESSCOMMITMENT_FLAGS","features":[11]},{"name":"D3DKMT_UMDFILENAMEINFO","features":[11]},{"name":"D3DKMT_UMD_DRIVER_VERSION","features":[11]},{"name":"D3DKMT_UNLOCK","features":[11]},{"name":"D3DKMT_UNLOCK2","features":[11]},{"name":"D3DKMT_UNPINDIRECTFLIPRESOURCES","features":[11]},{"name":"D3DKMT_UNREGISTERBUDGETCHANGENOTIFICATION","features":[11]},{"name":"D3DKMT_UNREGISTERTRIMNOTIFICATION","features":[11]},{"name":"D3DKMT_UPDATEGPUVIRTUALADDRESS","features":[11]},{"name":"D3DKMT_UPDATEOVERLAY","features":[11]},{"name":"D3DKMT_VAD_DESC","features":[11]},{"name":"D3DKMT_VAD_ESCAPE_COMMAND","features":[11]},{"name":"D3DKMT_VAD_ESCAPE_GETNUMVADS","features":[11]},{"name":"D3DKMT_VAD_ESCAPE_GETVAD","features":[11]},{"name":"D3DKMT_VAD_ESCAPE_GETVADRANGE","features":[11]},{"name":"D3DKMT_VAD_ESCAPE_GET_GPUMMU_CAPS","features":[11]},{"name":"D3DKMT_VAD_ESCAPE_GET_PTE","features":[11]},{"name":"D3DKMT_VAD_ESCAPE_GET_SEGMENT_CAPS","features":[11]},{"name":"D3DKMT_VA_RANGE_DESC","features":[11]},{"name":"D3DKMT_VERIFIER_OPTION_MODE","features":[11]},{"name":"D3DKMT_VERIFIER_OPTION_QUERY","features":[11]},{"name":"D3DKMT_VERIFIER_OPTION_SET","features":[11]},{"name":"D3DKMT_VGPUINTERFACEID","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_APERTURE_CORRUPTION_CHECK","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_DEFRAG","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_DELAYEXECUTION","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT_BY_CRITERIA","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT_BY_NT_HANDLE","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_GET_BUDGET","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_GET_VAD_INFO","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_RESUME_PROCESS","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_RUN_COHERENCY_TEST","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_RUN_UNMAP_TO_DUMMY_PAGE_TEST","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_SETFAULT","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_BUDGET","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_EVICTION_CONFIG","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_TRIM_INTERVALS","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_SUSPEND_CPU_ACCESS_TEST","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_SUSPEND_PROCESS","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_VALIDATE_INTEGRITY","features":[11]},{"name":"D3DKMT_VIDMMESCAPETYPE_WAKE","features":[11]},{"name":"D3DKMT_VIDMM_ESCAPE","features":[11,3]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EMULATED","features":[11]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EXCLUSIVE","features":[11]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EXCLUSIVEGDI","features":[11]},{"name":"D3DKMT_VIDPNSOURCEOWNER_FLAGS","features":[11]},{"name":"D3DKMT_VIDPNSOURCEOWNER_SHARED","features":[11]},{"name":"D3DKMT_VIDPNSOURCEOWNER_TYPE","features":[11]},{"name":"D3DKMT_VIDPNSOURCEOWNER_UNOWNED","features":[11]},{"name":"D3DKMT_VIDSCHESCAPETYPE","features":[11]},{"name":"D3DKMT_VIDSCHESCAPETYPE_CONFIGURE_TDR_LIMIT","features":[11]},{"name":"D3DKMT_VIDSCHESCAPETYPE_ENABLECONTEXTDELAY","features":[11]},{"name":"D3DKMT_VIDSCHESCAPETYPE_PFN_CONTROL","features":[11]},{"name":"D3DKMT_VIDSCHESCAPETYPE_PREEMPTIONCONTROL","features":[11]},{"name":"D3DKMT_VIDSCHESCAPETYPE_SUSPENDRESUME","features":[11]},{"name":"D3DKMT_VIDSCHESCAPETYPE_SUSPENDSCHEDULER","features":[11]},{"name":"D3DKMT_VIDSCHESCAPETYPE_TDRCONTROL","features":[11]},{"name":"D3DKMT_VIDSCHESCAPETYPE_VGPU_RESET","features":[11]},{"name":"D3DKMT_VIDSCHESCAPETYPE_VIRTUAL_REFRESH_RATE","features":[11]},{"name":"D3DKMT_VIDSCH_ESCAPE","features":[11,3]},{"name":"D3DKMT_VIRTUALADDRESSFLAGS","features":[11]},{"name":"D3DKMT_VIRTUALADDRESSINFO","features":[11]},{"name":"D3DKMT_WAITFORIDLE","features":[11]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECT","features":[11]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECT2","features":[11]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU","features":[11,3]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU","features":[11]},{"name":"D3DKMT_WAITFORVERTICALBLANKEVENT","features":[11]},{"name":"D3DKMT_WAITFORVERTICALBLANKEVENT2","features":[11]},{"name":"D3DKMT_WDDM_1_2_CAPS","features":[11]},{"name":"D3DKMT_WDDM_1_3_CAPS","features":[11]},{"name":"D3DKMT_WDDM_2_0_CAPS","features":[11]},{"name":"D3DKMT_WDDM_2_7_CAPS","features":[11]},{"name":"D3DKMT_WDDM_2_9_CAPS","features":[11]},{"name":"D3DKMT_WDDM_3_0_CAPS","features":[11]},{"name":"D3DKMT_WDDM_3_1_CAPS","features":[11]},{"name":"D3DKMT_WORKINGSETFLAGS","features":[11]},{"name":"D3DKMT_WORKINGSETINFO","features":[11]},{"name":"D3DKMT_WSAUMDIMAGENAME","features":[11]},{"name":"D3DKMT_WaitCommandBuffer","features":[11]},{"name":"D3DKMT_XBOX","features":[11,3]},{"name":"D3DLINEPATTERN","features":[11]},{"name":"D3DNTCLEAR_COMPUTERECTS","features":[11]},{"name":"D3DNTDEVICEDESC_V3","features":[11,3,12]},{"name":"D3DNTDP2OP_ADDDIRTYBOX","features":[11]},{"name":"D3DNTDP2OP_ADDDIRTYRECT","features":[11]},{"name":"D3DNTDP2OP_BLT","features":[11]},{"name":"D3DNTDP2OP_BUFFERBLT","features":[11]},{"name":"D3DNTDP2OP_CLEAR","features":[11]},{"name":"D3DNTDP2OP_CLIPPEDTRIANGLEFAN","features":[11]},{"name":"D3DNTDP2OP_COLORFILL","features":[11]},{"name":"D3DNTDP2OP_COMPOSERECTS","features":[11]},{"name":"D3DNTDP2OP_CREATELIGHT","features":[11]},{"name":"D3DNTDP2OP_CREATEPIXELSHADER","features":[11]},{"name":"D3DNTDP2OP_CREATEQUERY","features":[11]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADER","features":[11]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADERDECL","features":[11]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADERFUNC","features":[11]},{"name":"D3DNTDP2OP_DELETEPIXELSHADER","features":[11]},{"name":"D3DNTDP2OP_DELETEQUERY","features":[11]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADER","features":[11]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADERDECL","features":[11]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADERFUNC","features":[11]},{"name":"D3DNTDP2OP_DRAWINDEXEDPRIMITIVE","features":[11]},{"name":"D3DNTDP2OP_DRAWINDEXEDPRIMITIVE2","features":[11]},{"name":"D3DNTDP2OP_DRAWPRIMITIVE","features":[11]},{"name":"D3DNTDP2OP_DRAWPRIMITIVE2","features":[11]},{"name":"D3DNTDP2OP_DRAWRECTPATCH","features":[11]},{"name":"D3DNTDP2OP_DRAWTRIPATCH","features":[11]},{"name":"D3DNTDP2OP_GENERATEMIPSUBLEVELS","features":[11]},{"name":"D3DNTDP2OP_INDEXEDLINELIST","features":[11]},{"name":"D3DNTDP2OP_INDEXEDLINELIST2","features":[11]},{"name":"D3DNTDP2OP_INDEXEDLINESTRIP","features":[11]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLEFAN","features":[11]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLELIST","features":[11]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLELIST2","features":[11]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLESTRIP","features":[11]},{"name":"D3DNTDP2OP_ISSUEQUERY","features":[11]},{"name":"D3DNTDP2OP_LINELIST","features":[11]},{"name":"D3DNTDP2OP_LINELIST_IMM","features":[11]},{"name":"D3DNTDP2OP_LINESTRIP","features":[11]},{"name":"D3DNTDP2OP_MULTIPLYTRANSFORM","features":[11]},{"name":"D3DNTDP2OP_POINTS","features":[11]},{"name":"D3DNTDP2OP_RENDERSTATE","features":[11]},{"name":"D3DNTDP2OP_RESPONSECONTINUE","features":[11]},{"name":"D3DNTDP2OP_RESPONSEQUERY","features":[11]},{"name":"D3DNTDP2OP_SETCLIPPLANE","features":[11]},{"name":"D3DNTDP2OP_SETCONVOLUTIONKERNELMONO","features":[11]},{"name":"D3DNTDP2OP_SETDEPTHSTENCIL","features":[11]},{"name":"D3DNTDP2OP_SETINDICES","features":[11]},{"name":"D3DNTDP2OP_SETLIGHT","features":[11]},{"name":"D3DNTDP2OP_SETMATERIAL","features":[11]},{"name":"D3DNTDP2OP_SETPALETTE","features":[11]},{"name":"D3DNTDP2OP_SETPIXELSHADER","features":[11]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONST","features":[11]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONSTB","features":[11]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONSTI","features":[11]},{"name":"D3DNTDP2OP_SETPRIORITY","features":[11]},{"name":"D3DNTDP2OP_SETRENDERTARGET","features":[11]},{"name":"D3DNTDP2OP_SETRENDERTARGET2","features":[11]},{"name":"D3DNTDP2OP_SETSCISSORRECT","features":[11]},{"name":"D3DNTDP2OP_SETSTREAMSOURCE","features":[11]},{"name":"D3DNTDP2OP_SETSTREAMSOURCE2","features":[11]},{"name":"D3DNTDP2OP_SETSTREAMSOURCEFREQ","features":[11]},{"name":"D3DNTDP2OP_SETSTREAMSOURCEUM","features":[11]},{"name":"D3DNTDP2OP_SETTEXLOD","features":[11]},{"name":"D3DNTDP2OP_SETTRANSFORM","features":[11]},{"name":"D3DNTDP2OP_SETVERTEXSHADER","features":[11]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONST","features":[11]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONSTB","features":[11]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONSTI","features":[11]},{"name":"D3DNTDP2OP_SETVERTEXSHADERDECL","features":[11]},{"name":"D3DNTDP2OP_SETVERTEXSHADERFUNC","features":[11]},{"name":"D3DNTDP2OP_STATESET","features":[11]},{"name":"D3DNTDP2OP_SURFACEBLT","features":[11]},{"name":"D3DNTDP2OP_TEXBLT","features":[11]},{"name":"D3DNTDP2OP_TEXTURESTAGESTATE","features":[11]},{"name":"D3DNTDP2OP_TRIANGLEFAN","features":[11]},{"name":"D3DNTDP2OP_TRIANGLEFAN_IMM","features":[11]},{"name":"D3DNTDP2OP_TRIANGLELIST","features":[11]},{"name":"D3DNTDP2OP_TRIANGLESTRIP","features":[11]},{"name":"D3DNTDP2OP_UPDATEPALETTE","features":[11]},{"name":"D3DNTDP2OP_VIEWPORTINFO","features":[11]},{"name":"D3DNTDP2OP_VOLUMEBLT","features":[11]},{"name":"D3DNTDP2OP_WINFO","features":[11]},{"name":"D3DNTDP2OP_ZRANGE","features":[11]},{"name":"D3DNTHAL2_CB32_SETRENDERTARGET","features":[11]},{"name":"D3DNTHAL3_CB32_CLEAR2","features":[11]},{"name":"D3DNTHAL3_CB32_DRAWPRIMITIVES2","features":[11]},{"name":"D3DNTHAL3_CB32_RESERVED","features":[11]},{"name":"D3DNTHAL3_CB32_VALIDATETEXTURESTAGESTATE","features":[11]},{"name":"D3DNTHALDEVICEDESC_V1","features":[11,3,12]},{"name":"D3DNTHALDEVICEDESC_V2","features":[11,3,12]},{"name":"D3DNTHALDP2_EXECUTEBUFFER","features":[11]},{"name":"D3DNTHALDP2_REQCOMMANDBUFSIZE","features":[11]},{"name":"D3DNTHALDP2_REQVERTEXBUFSIZE","features":[11]},{"name":"D3DNTHALDP2_SWAPCOMMANDBUFFER","features":[11]},{"name":"D3DNTHALDP2_SWAPVERTEXBUFFER","features":[11]},{"name":"D3DNTHALDP2_USERMEMVERTICES","features":[11]},{"name":"D3DNTHALDP2_VIDMEMCOMMANDBUF","features":[11]},{"name":"D3DNTHALDP2_VIDMEMVERTEXBUF","features":[11]},{"name":"D3DNTHAL_CALLBACKS","features":[11,3,13]},{"name":"D3DNTHAL_CALLBACKS2","features":[11,3,13]},{"name":"D3DNTHAL_CALLBACKS3","features":[11,3,12,13]},{"name":"D3DNTHAL_CLEAR2DATA","features":[11,12]},{"name":"D3DNTHAL_CLIPPEDTRIANGLEFAN","features":[11]},{"name":"D3DNTHAL_COL_WEIGHTS","features":[11]},{"name":"D3DNTHAL_CONTEXTCREATEDATA","features":[11,3,13]},{"name":"D3DNTHAL_CONTEXTDESTROYALLDATA","features":[11]},{"name":"D3DNTHAL_CONTEXTDESTROYDATA","features":[11]},{"name":"D3DNTHAL_CONTEXT_BAD","features":[11]},{"name":"D3DNTHAL_D3DDX6EXTENDEDCAPS","features":[11]},{"name":"D3DNTHAL_D3DEXTENDEDCAPS","features":[11]},{"name":"D3DNTHAL_DP2ADDDIRTYBOX","features":[11,12]},{"name":"D3DNTHAL_DP2ADDDIRTYRECT","features":[11,3]},{"name":"D3DNTHAL_DP2BLT","features":[11,3]},{"name":"D3DNTHAL_DP2BUFFERBLT","features":[11,12]},{"name":"D3DNTHAL_DP2CLEAR","features":[11,3]},{"name":"D3DNTHAL_DP2COLORFILL","features":[11,3]},{"name":"D3DNTHAL_DP2COMMAND","features":[11]},{"name":"D3DNTHAL_DP2COMPOSERECTS","features":[11,12]},{"name":"D3DNTHAL_DP2CREATELIGHT","features":[11]},{"name":"D3DNTHAL_DP2CREATEPIXELSHADER","features":[11]},{"name":"D3DNTHAL_DP2CREATEQUERY","features":[11,12]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADER","features":[11]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADERDECL","features":[11]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADERFUNC","features":[11]},{"name":"D3DNTHAL_DP2DELETEQUERY","features":[11]},{"name":"D3DNTHAL_DP2DRAWINDEXEDPRIMITIVE","features":[11,12]},{"name":"D3DNTHAL_DP2DRAWINDEXEDPRIMITIVE2","features":[11,12]},{"name":"D3DNTHAL_DP2DRAWPRIMITIVE","features":[11,12]},{"name":"D3DNTHAL_DP2DRAWPRIMITIVE2","features":[11,12]},{"name":"D3DNTHAL_DP2DRAWRECTPATCH","features":[11]},{"name":"D3DNTHAL_DP2DRAWTRIPATCH","features":[11]},{"name":"D3DNTHAL_DP2EXT","features":[11]},{"name":"D3DNTHAL_DP2GENERATEMIPSUBLEVELS","features":[11,12]},{"name":"D3DNTHAL_DP2INDEXEDLINELIST","features":[11]},{"name":"D3DNTHAL_DP2INDEXEDLINESTRIP","features":[11]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLEFAN","features":[11]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLELIST","features":[11]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLELIST2","features":[11]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLESTRIP","features":[11]},{"name":"D3DNTHAL_DP2ISSUEQUERY","features":[11]},{"name":"D3DNTHAL_DP2LINELIST","features":[11]},{"name":"D3DNTHAL_DP2LINESTRIP","features":[11]},{"name":"D3DNTHAL_DP2MULTIPLYTRANSFORM","features":[15,11,12]},{"name":"D3DNTHAL_DP2OPERATION","features":[11]},{"name":"D3DNTHAL_DP2PIXELSHADER","features":[11]},{"name":"D3DNTHAL_DP2POINTS","features":[11]},{"name":"D3DNTHAL_DP2RENDERSTATE","features":[11,12]},{"name":"D3DNTHAL_DP2RESPONSE","features":[11]},{"name":"D3DNTHAL_DP2RESPONSEQUERY","features":[11]},{"name":"D3DNTHAL_DP2SETCLIPPLANE","features":[11]},{"name":"D3DNTHAL_DP2SETCONVOLUTIONKERNELMONO","features":[11]},{"name":"D3DNTHAL_DP2SETDEPTHSTENCIL","features":[11]},{"name":"D3DNTHAL_DP2SETINDICES","features":[11]},{"name":"D3DNTHAL_DP2SETLIGHT","features":[11]},{"name":"D3DNTHAL_DP2SETPALETTE","features":[11]},{"name":"D3DNTHAL_DP2SETPIXELSHADERCONST","features":[11]},{"name":"D3DNTHAL_DP2SETPRIORITY","features":[11]},{"name":"D3DNTHAL_DP2SETRENDERTARGET","features":[11]},{"name":"D3DNTHAL_DP2SETRENDERTARGET2","features":[11]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCE","features":[11]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCE2","features":[11]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCEFREQ","features":[11]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCEUM","features":[11]},{"name":"D3DNTHAL_DP2SETTEXLOD","features":[11]},{"name":"D3DNTHAL_DP2SETTRANSFORM","features":[15,11,12]},{"name":"D3DNTHAL_DP2SETVERTEXSHADERCONST","features":[11]},{"name":"D3DNTHAL_DP2STARTVERTEX","features":[11]},{"name":"D3DNTHAL_DP2STATESET","features":[11,12]},{"name":"D3DNTHAL_DP2SURFACEBLT","features":[11,3]},{"name":"D3DNTHAL_DP2TEXBLT","features":[11,3]},{"name":"D3DNTHAL_DP2TEXTURESTAGESTATE","features":[11]},{"name":"D3DNTHAL_DP2TRIANGLEFAN","features":[11]},{"name":"D3DNTHAL_DP2TRIANGLEFAN_IMM","features":[11]},{"name":"D3DNTHAL_DP2TRIANGLELIST","features":[11]},{"name":"D3DNTHAL_DP2TRIANGLESTRIP","features":[11]},{"name":"D3DNTHAL_DP2UPDATEPALETTE","features":[11]},{"name":"D3DNTHAL_DP2VERTEXSHADER","features":[11]},{"name":"D3DNTHAL_DP2VIEWPORTINFO","features":[11]},{"name":"D3DNTHAL_DP2VOLUMEBLT","features":[11,12]},{"name":"D3DNTHAL_DP2WINFO","features":[11]},{"name":"D3DNTHAL_DP2ZRANGE","features":[11]},{"name":"D3DNTHAL_DRAWPRIMITIVES2DATA","features":[11,3,13]},{"name":"D3DNTHAL_GLOBALDRIVERDATA","features":[11,3,12,13]},{"name":"D3DNTHAL_NUMCLIPVERTICES","features":[11]},{"name":"D3DNTHAL_OUTOFCONTEXTS","features":[11]},{"name":"D3DNTHAL_ROW_WEIGHTS","features":[11]},{"name":"D3DNTHAL_SCENECAPTUREDATA","features":[11]},{"name":"D3DNTHAL_SCENE_CAPTURE_END","features":[11]},{"name":"D3DNTHAL_SCENE_CAPTURE_START","features":[11]},{"name":"D3DNTHAL_SETRENDERTARGETDATA","features":[11,3,13]},{"name":"D3DNTHAL_STATESETCREATE","features":[11]},{"name":"D3DNTHAL_TEXTURECREATEDATA","features":[11,3]},{"name":"D3DNTHAL_TEXTUREDESTROYDATA","features":[11]},{"name":"D3DNTHAL_TEXTUREGETSURFDATA","features":[11,3]},{"name":"D3DNTHAL_TEXTURESWAPDATA","features":[11]},{"name":"D3DNTHAL_TSS_MAXSTAGES","features":[11]},{"name":"D3DNTHAL_TSS_RENDERSTATEBASE","features":[11]},{"name":"D3DNTHAL_TSS_STATESPERSTAGE","features":[11]},{"name":"D3DNTHAL_VALIDATETEXTURESTAGESTATEDATA","features":[11]},{"name":"D3DPMISCCAPS_FOGINFVF","features":[11]},{"name":"D3DPMISCCAPS_LINEPATTERNREP","features":[11]},{"name":"D3DPRASTERCAPS_PAT","features":[11]},{"name":"D3DPRASTERCAPS_STRETCHBLTMULTISAMPLE","features":[11]},{"name":"D3DPS_COLOROUT_MAX_V2_0","features":[11]},{"name":"D3DPS_COLOROUT_MAX_V2_1","features":[11]},{"name":"D3DPS_COLOROUT_MAX_V3_0","features":[11]},{"name":"D3DPS_CONSTBOOLREG_MAX_SW_DX9","features":[11]},{"name":"D3DPS_CONSTBOOLREG_MAX_V2_1","features":[11]},{"name":"D3DPS_CONSTBOOLREG_MAX_V3_0","features":[11]},{"name":"D3DPS_CONSTINTREG_MAX_SW_DX9","features":[11]},{"name":"D3DPS_CONSTINTREG_MAX_V2_1","features":[11]},{"name":"D3DPS_CONSTINTREG_MAX_V3_0","features":[11]},{"name":"D3DPS_CONSTREG_MAX_DX8","features":[11]},{"name":"D3DPS_CONSTREG_MAX_SW_DX9","features":[11]},{"name":"D3DPS_CONSTREG_MAX_V1_1","features":[11]},{"name":"D3DPS_CONSTREG_MAX_V1_2","features":[11]},{"name":"D3DPS_CONSTREG_MAX_V1_3","features":[11]},{"name":"D3DPS_CONSTREG_MAX_V1_4","features":[11]},{"name":"D3DPS_CONSTREG_MAX_V2_0","features":[11]},{"name":"D3DPS_CONSTREG_MAX_V2_1","features":[11]},{"name":"D3DPS_CONSTREG_MAX_V3_0","features":[11]},{"name":"D3DPS_INPUTREG_MAX_DX8","features":[11]},{"name":"D3DPS_INPUTREG_MAX_SW_DX9","features":[11]},{"name":"D3DPS_INPUTREG_MAX_V1_1","features":[11]},{"name":"D3DPS_INPUTREG_MAX_V1_2","features":[11]},{"name":"D3DPS_INPUTREG_MAX_V1_3","features":[11]},{"name":"D3DPS_INPUTREG_MAX_V1_4","features":[11]},{"name":"D3DPS_INPUTREG_MAX_V2_0","features":[11]},{"name":"D3DPS_INPUTREG_MAX_V2_1","features":[11]},{"name":"D3DPS_INPUTREG_MAX_V3_0","features":[11]},{"name":"D3DPS_MAXLOOPINITVALUE_V2_1","features":[11]},{"name":"D3DPS_MAXLOOPINITVALUE_V3_0","features":[11]},{"name":"D3DPS_MAXLOOPITERATIONCOUNT_V2_1","features":[11]},{"name":"D3DPS_MAXLOOPITERATIONCOUNT_V3_0","features":[11]},{"name":"D3DPS_MAXLOOPSTEP_V2_1","features":[11]},{"name":"D3DPS_MAXLOOPSTEP_V3_0","features":[11]},{"name":"D3DPS_PREDICATE_MAX_V2_1","features":[11]},{"name":"D3DPS_PREDICATE_MAX_V3_0","features":[11]},{"name":"D3DPS_TEMPREG_MAX_DX8","features":[11]},{"name":"D3DPS_TEMPREG_MAX_V1_1","features":[11]},{"name":"D3DPS_TEMPREG_MAX_V1_2","features":[11]},{"name":"D3DPS_TEMPREG_MAX_V1_3","features":[11]},{"name":"D3DPS_TEMPREG_MAX_V1_4","features":[11]},{"name":"D3DPS_TEMPREG_MAX_V2_0","features":[11]},{"name":"D3DPS_TEMPREG_MAX_V2_1","features":[11]},{"name":"D3DPS_TEMPREG_MAX_V3_0","features":[11]},{"name":"D3DPS_TEXTUREREG_MAX_DX8","features":[11]},{"name":"D3DPS_TEXTUREREG_MAX_V1_1","features":[11]},{"name":"D3DPS_TEXTUREREG_MAX_V1_2","features":[11]},{"name":"D3DPS_TEXTUREREG_MAX_V1_3","features":[11]},{"name":"D3DPS_TEXTUREREG_MAX_V1_4","features":[11]},{"name":"D3DPS_TEXTUREREG_MAX_V2_0","features":[11]},{"name":"D3DPS_TEXTUREREG_MAX_V2_1","features":[11]},{"name":"D3DPS_TEXTUREREG_MAX_V3_0","features":[11]},{"name":"D3DRENDERSTATE_EVICTMANAGEDTEXTURES","features":[11]},{"name":"D3DRENDERSTATE_SCENECAPTURE","features":[11]},{"name":"D3DRS_DELETERTPATCH","features":[11]},{"name":"D3DRS_MAXPIXELSHADERINST","features":[11]},{"name":"D3DRS_MAXVERTEXSHADERINST","features":[11]},{"name":"D3DTEXF_FLATCUBIC","features":[11]},{"name":"D3DTEXF_GAUSSIANCUBIC","features":[11]},{"name":"D3DTRANSFORMSTATE_WORLD1_DX7","features":[11]},{"name":"D3DTRANSFORMSTATE_WORLD2_DX7","features":[11]},{"name":"D3DTRANSFORMSTATE_WORLD3_DX7","features":[11]},{"name":"D3DTRANSFORMSTATE_WORLD_DX7","features":[11]},{"name":"D3DTSS_TEXTUREMAP","features":[11]},{"name":"D3DVSDE_BLENDINDICES","features":[11]},{"name":"D3DVSDE_BLENDWEIGHT","features":[11]},{"name":"D3DVSDE_DIFFUSE","features":[11]},{"name":"D3DVSDE_NORMAL","features":[11]},{"name":"D3DVSDE_NORMAL2","features":[11]},{"name":"D3DVSDE_POSITION","features":[11]},{"name":"D3DVSDE_POSITION2","features":[11]},{"name":"D3DVSDE_PSIZE","features":[11]},{"name":"D3DVSDE_SPECULAR","features":[11]},{"name":"D3DVSDE_TEXCOORD0","features":[11]},{"name":"D3DVSDE_TEXCOORD1","features":[11]},{"name":"D3DVSDE_TEXCOORD2","features":[11]},{"name":"D3DVSDE_TEXCOORD3","features":[11]},{"name":"D3DVSDE_TEXCOORD4","features":[11]},{"name":"D3DVSDE_TEXCOORD5","features":[11]},{"name":"D3DVSDE_TEXCOORD6","features":[11]},{"name":"D3DVSDE_TEXCOORD7","features":[11]},{"name":"D3DVSDT_D3DCOLOR","features":[11]},{"name":"D3DVSDT_FLOAT1","features":[11]},{"name":"D3DVSDT_FLOAT2","features":[11]},{"name":"D3DVSDT_FLOAT3","features":[11]},{"name":"D3DVSDT_FLOAT4","features":[11]},{"name":"D3DVSDT_SHORT2","features":[11]},{"name":"D3DVSDT_SHORT4","features":[11]},{"name":"D3DVSDT_UBYTE4","features":[11]},{"name":"D3DVSD_CONSTADDRESSSHIFT","features":[11]},{"name":"D3DVSD_CONSTCOUNTSHIFT","features":[11]},{"name":"D3DVSD_CONSTRSSHIFT","features":[11]},{"name":"D3DVSD_DATALOADTYPESHIFT","features":[11]},{"name":"D3DVSD_DATATYPESHIFT","features":[11]},{"name":"D3DVSD_EXTCOUNTSHIFT","features":[11]},{"name":"D3DVSD_EXTINFOSHIFT","features":[11]},{"name":"D3DVSD_SKIPCOUNTSHIFT","features":[11]},{"name":"D3DVSD_STREAMNUMBERSHIFT","features":[11]},{"name":"D3DVSD_STREAMTESSSHIFT","features":[11]},{"name":"D3DVSD_TOKENTYPE","features":[11]},{"name":"D3DVSD_TOKENTYPESHIFT","features":[11]},{"name":"D3DVSD_TOKEN_CONSTMEM","features":[11]},{"name":"D3DVSD_TOKEN_END","features":[11]},{"name":"D3DVSD_TOKEN_EXT","features":[11]},{"name":"D3DVSD_TOKEN_NOP","features":[11]},{"name":"D3DVSD_TOKEN_STREAM","features":[11]},{"name":"D3DVSD_TOKEN_STREAMDATA","features":[11]},{"name":"D3DVSD_TOKEN_TESSELLATOR","features":[11]},{"name":"D3DVSD_VERTEXREGINSHIFT","features":[11]},{"name":"D3DVSD_VERTEXREGSHIFT","features":[11]},{"name":"D3DVS_ADDRREG_MAX_V1_1","features":[11]},{"name":"D3DVS_ADDRREG_MAX_V2_0","features":[11]},{"name":"D3DVS_ADDRREG_MAX_V2_1","features":[11]},{"name":"D3DVS_ADDRREG_MAX_V3_0","features":[11]},{"name":"D3DVS_ATTROUTREG_MAX_V1_1","features":[11]},{"name":"D3DVS_ATTROUTREG_MAX_V2_0","features":[11]},{"name":"D3DVS_ATTROUTREG_MAX_V2_1","features":[11]},{"name":"D3DVS_CONSTBOOLREG_MAX_SW_DX9","features":[11]},{"name":"D3DVS_CONSTBOOLREG_MAX_V2_0","features":[11]},{"name":"D3DVS_CONSTBOOLREG_MAX_V2_1","features":[11]},{"name":"D3DVS_CONSTBOOLREG_MAX_V3_0","features":[11]},{"name":"D3DVS_CONSTINTREG_MAX_SW_DX9","features":[11]},{"name":"D3DVS_CONSTINTREG_MAX_V2_0","features":[11]},{"name":"D3DVS_CONSTINTREG_MAX_V2_1","features":[11]},{"name":"D3DVS_CONSTINTREG_MAX_V3_0","features":[11]},{"name":"D3DVS_CONSTREG_MAX_V1_1","features":[11]},{"name":"D3DVS_CONSTREG_MAX_V2_0","features":[11]},{"name":"D3DVS_CONSTREG_MAX_V2_1","features":[11]},{"name":"D3DVS_CONSTREG_MAX_V3_0","features":[11]},{"name":"D3DVS_INPUTREG_MAX_V1_1","features":[11]},{"name":"D3DVS_INPUTREG_MAX_V2_0","features":[11]},{"name":"D3DVS_INPUTREG_MAX_V2_1","features":[11]},{"name":"D3DVS_INPUTREG_MAX_V3_0","features":[11]},{"name":"D3DVS_LABEL_MAX_V3_0","features":[11]},{"name":"D3DVS_MAXINSTRUCTIONCOUNT_V1_1","features":[11]},{"name":"D3DVS_MAXLOOPINITVALUE_V2_0","features":[11]},{"name":"D3DVS_MAXLOOPINITVALUE_V2_1","features":[11]},{"name":"D3DVS_MAXLOOPINITVALUE_V3_0","features":[11]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V2_0","features":[11]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V2_1","features":[11]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V3_0","features":[11]},{"name":"D3DVS_MAXLOOPSTEP_V2_0","features":[11]},{"name":"D3DVS_MAXLOOPSTEP_V2_1","features":[11]},{"name":"D3DVS_MAXLOOPSTEP_V3_0","features":[11]},{"name":"D3DVS_OUTPUTREG_MAX_SW_DX9","features":[11]},{"name":"D3DVS_OUTPUTREG_MAX_V3_0","features":[11]},{"name":"D3DVS_PREDICATE_MAX_V2_1","features":[11]},{"name":"D3DVS_PREDICATE_MAX_V3_0","features":[11]},{"name":"D3DVS_TCRDOUTREG_MAX_V1_1","features":[11]},{"name":"D3DVS_TCRDOUTREG_MAX_V2_0","features":[11]},{"name":"D3DVS_TCRDOUTREG_MAX_V2_1","features":[11]},{"name":"D3DVS_TEMPREG_MAX_V1_1","features":[11]},{"name":"D3DVS_TEMPREG_MAX_V2_0","features":[11]},{"name":"D3DVS_TEMPREG_MAX_V2_1","features":[11]},{"name":"D3DVS_TEMPREG_MAX_V3_0","features":[11]},{"name":"D3DVTXPCAPS_NO_VSDT_UBYTE4","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_VISTA","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM1_3","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M1_3","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M2_2","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_2","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_3","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_4","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2_2","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3_2","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4_2","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_2","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_3","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_2","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_3","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_4","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7_2","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_8","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_8_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_9","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_9_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_0","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_0_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_1_1","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN7","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_CP","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_M3","features":[11]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_RC","features":[11]},{"name":"DDBLT_EXTENDED_PRESENTATION_STRETCHFACTOR","features":[11]},{"name":"DDNT_DEFERRED_AGP_AWARE_DATA","features":[11]},{"name":"DDNT_DXVERSION","features":[11]},{"name":"DDNT_FREE_DEFERRED_AGP_DATA","features":[11]},{"name":"DDNT_GETADAPTERGROUPDATA","features":[11]},{"name":"DDNT_GETD3DQUERYCOUNTDATA","features":[11]},{"name":"DDNT_GETD3DQUERYDATA","features":[11,12]},{"name":"DDNT_GETDDIVERSIONDATA","features":[11]},{"name":"DDNT_GETDRIVERINFO2DATA","features":[11]},{"name":"DDNT_GETEXTENDEDMODECOUNTDATA","features":[11]},{"name":"DDNT_GETEXTENDEDMODEDATA","features":[11,12]},{"name":"DDNT_GETFORMATCOUNTDATA","features":[11]},{"name":"DDNT_GETFORMATDATA","features":[11,13]},{"name":"DDNT_MULTISAMPLEQUALITYLEVELSDATA","features":[11,12]},{"name":"DD_DEFERRED_AGP_AWARE_DATA","features":[11]},{"name":"DD_DXVERSION","features":[11]},{"name":"DD_FREE_DEFERRED_AGP_DATA","features":[11]},{"name":"DD_GETADAPTERGROUPDATA","features":[11]},{"name":"DD_GETD3DQUERYCOUNTDATA","features":[11]},{"name":"DD_GETD3DQUERYDATA","features":[11,12]},{"name":"DD_GETDDIVERSIONDATA","features":[11]},{"name":"DD_GETDRIVERINFO2DATA","features":[11]},{"name":"DD_GETEXTENDEDMODECOUNTDATA","features":[11]},{"name":"DD_GETEXTENDEDMODEDATA","features":[11,12]},{"name":"DD_GETFORMATCOUNTDATA","features":[11]},{"name":"DD_GETFORMATDATA","features":[11,13]},{"name":"DD_MULTISAMPLEQUALITYLEVELSDATA","features":[11,12]},{"name":"DIDDT1_AspectRatio_15x9","features":[11]},{"name":"DIDDT1_AspectRatio_16x10","features":[11]},{"name":"DIDDT1_AspectRatio_16x9","features":[11]},{"name":"DIDDT1_AspectRatio_1x1","features":[11]},{"name":"DIDDT1_AspectRatio_4x3","features":[11]},{"name":"DIDDT1_AspectRatio_5x4","features":[11]},{"name":"DIDDT1_Dependent","features":[11]},{"name":"DIDDT1_Interlaced","features":[11]},{"name":"DIDDT1_Monoscopic","features":[11]},{"name":"DIDDT1_Progressive","features":[11]},{"name":"DIDDT1_Stereo","features":[11]},{"name":"DIDDT1_Sync_Negative","features":[11]},{"name":"DIDDT1_Sync_Positive","features":[11]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I","features":[11]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_ASPECT_RATIO","features":[11]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SCANNING_MODE","features":[11]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SIZE","features":[11]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_STEREO_MODE","features":[11]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SYNC_POLARITY","features":[11]},{"name":"DP2BLT_LINEAR","features":[11]},{"name":"DP2BLT_POINT","features":[11]},{"name":"DX9_DDI_VERSION","features":[11]},{"name":"DXGKARG_SETPALETTE","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_VISTA","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_VISTA_SP1","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM1_3","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM1_3_PATH_INDEPENDENT_ROTATION","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_0","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1_5","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1_6","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_2","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_3","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_4","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_5","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_6","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_7","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_8","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_9","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM3_0","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM3_1","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WIN7","features":[11]},{"name":"DXGKDDI_INTERFACE_VERSION_WIN8","features":[11]},{"name":"DXGKDT_OPM_DVI_CHARACTERISTICS","features":[11]},{"name":"DXGKMDT_CERTIFICATE_TYPE","features":[11]},{"name":"DXGKMDT_COPP_CERTIFICATE","features":[11]},{"name":"DXGKMDT_I2C_DEVICE_TRANSMITS_DATA_LENGTH","features":[11]},{"name":"DXGKMDT_I2C_NO_FLAGS","features":[11]},{"name":"DXGKMDT_INDIRECT_DISPLAY_CERTIFICATE","features":[11]},{"name":"DXGKMDT_OPM_128_BIT_RANDOM_NUMBER_SIZE","features":[11]},{"name":"DXGKMDT_OPM_ACP_AND_CGMSA_SIGNALING","features":[11]},{"name":"DXGKMDT_OPM_ACP_LEVEL_ONE","features":[11]},{"name":"DXGKMDT_OPM_ACP_LEVEL_THREE","features":[11]},{"name":"DXGKMDT_OPM_ACP_LEVEL_TWO","features":[11]},{"name":"DXGKMDT_OPM_ACP_OFF","features":[11]},{"name":"DXGKMDT_OPM_ACP_PROTECTION_LEVEL","features":[11]},{"name":"DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT","features":[11]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_CENTER","features":[11]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_TOP","features":[11]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_CENTER","features":[11]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_TOP","features":[11]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_GT_16_BY_9_CENTER","features":[11]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_16_BY_9_ANAMORPHIC","features":[11]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3","features":[11]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3_PROTECTED_CENTER","features":[11]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR","features":[11]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE","features":[11]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_INSIDE_OF_CHIPSET","features":[11]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_NON_STANDARD","features":[11]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP","features":[11]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET","features":[11]},{"name":"DXGKMDT_OPM_BUS_TYPE_AGP","features":[11]},{"name":"DXGKMDT_OPM_BUS_TYPE_AND_IMPLEMENTATION","features":[11]},{"name":"DXGKMDT_OPM_BUS_TYPE_OTHER","features":[11]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCI","features":[11]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCIEXPRESS","features":[11]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCIX","features":[11]},{"name":"DXGKMDT_OPM_CERTIFICATE","features":[11]},{"name":"DXGKMDT_OPM_CGMSA","features":[11]},{"name":"DXGKMDT_OPM_CGMSA_COPY_FREELY","features":[11]},{"name":"DXGKMDT_OPM_CGMSA_COPY_NEVER","features":[11]},{"name":"DXGKMDT_OPM_CGMSA_COPY_NO_MORE","features":[11]},{"name":"DXGKMDT_OPM_CGMSA_COPY_ONE_GENERATION","features":[11]},{"name":"DXGKMDT_OPM_CGMSA_OFF","features":[11]},{"name":"DXGKMDT_OPM_CONFIGURE_PARAMETERS","features":[11]},{"name":"DXGKMDT_OPM_CONFIGURE_SETTING_DATA_SIZE","features":[11]},{"name":"DXGKMDT_OPM_CONNECTED_HDCP_DEVICE_INFORMATION","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_COMPONENT_VIDEO","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_COMPOSITE_VIDEO","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DISPLAYPORT_EMBEDDED","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DISPLAYPORT_EXTERNAL","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DVI","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_D_JPN","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_HD15","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_HDMI","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_LVDS","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_MIRACAST","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_OTHER","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_RESERVED","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_SDI","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_SVIDEO","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_A","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_B","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_UDI_EMBEDDED","features":[11]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_UDI_EXTERNAL","features":[11]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_BUS_TYPE_INTEGRATED","features":[11]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL","features":[11]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS","features":[11]},{"name":"DXGKMDT_OPM_CREATE_VIDEO_OUTPUT_FOR_TARGET_PARAMETERS","features":[11,3]},{"name":"DXGKMDT_OPM_DPCP_OFF","features":[11]},{"name":"DXGKMDT_OPM_DPCP_ON","features":[11]},{"name":"DXGKMDT_OPM_DPCP_PROTECTION_LEVEL","features":[11]},{"name":"DXGKMDT_OPM_DVI_CHARACTERISTIC_1_0","features":[11]},{"name":"DXGKMDT_OPM_DVI_CHARACTERISTIC_1_1_OR_ABOVE","features":[11]},{"name":"DXGKMDT_OPM_ENCRYPTED_PARAMETERS","features":[11]},{"name":"DXGKMDT_OPM_ENCRYPTED_PARAMETERS_SIZE","features":[11]},{"name":"DXGKMDT_OPM_GET_ACP_AND_CGMSA_SIGNALING","features":[11]},{"name":"DXGKMDT_OPM_GET_ACTUAL_OUTPUT_FORMAT","features":[11]},{"name":"DXGKMDT_OPM_GET_ACTUAL_PROTECTION_LEVEL","features":[11]},{"name":"DXGKMDT_OPM_GET_ADAPTER_BUS_TYPE","features":[11]},{"name":"DXGKMDT_OPM_GET_CODEC_INFO","features":[11]},{"name":"DXGKMDT_OPM_GET_CONNECTED_HDCP_DEVICE_INFORMATION","features":[11]},{"name":"DXGKMDT_OPM_GET_CONNECTOR_TYPE","features":[11]},{"name":"DXGKMDT_OPM_GET_CURRENT_HDCP_SRM_VERSION","features":[11]},{"name":"DXGKMDT_OPM_GET_DVI_CHARACTERISTICS","features":[11]},{"name":"DXGKMDT_OPM_GET_INFORMATION_PARAMETERS_SIZE","features":[11]},{"name":"DXGKMDT_OPM_GET_INFO_PARAMETERS","features":[11]},{"name":"DXGKMDT_OPM_GET_OUTPUT_HARDWARE_PROTECTION_SUPPORT","features":[11]},{"name":"DXGKMDT_OPM_GET_OUTPUT_ID","features":[11]},{"name":"DXGKMDT_OPM_GET_SUPPORTED_PROTECTION_TYPES","features":[11]},{"name":"DXGKMDT_OPM_GET_VIRTUAL_PROTECTION_LEVEL","features":[11]},{"name":"DXGKMDT_OPM_HDCP_FLAG","features":[11]},{"name":"DXGKMDT_OPM_HDCP_FLAG_NONE","features":[11]},{"name":"DXGKMDT_OPM_HDCP_FLAG_REPEATER","features":[11]},{"name":"DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR","features":[11]},{"name":"DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR_SIZE","features":[11]},{"name":"DXGKMDT_OPM_HDCP_OFF","features":[11]},{"name":"DXGKMDT_OPM_HDCP_ON","features":[11]},{"name":"DXGKMDT_OPM_HDCP_PROTECTION_LEVEL","features":[11]},{"name":"DXGKMDT_OPM_IMAGE_ASPECT_RATIO_EN300294","features":[11]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT","features":[11]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_INTERLEAVED_EVEN_FIRST","features":[11]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_INTERLEAVED_ODD_FIRST","features":[11]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_OTHER","features":[11]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_PROGRESSIVE","features":[11]},{"name":"DXGKMDT_OPM_OMAC","features":[11]},{"name":"DXGKMDT_OPM_OMAC_SIZE","features":[11]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION","features":[11]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION_NOT_SUPPORTED","features":[11]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION_SUPPORTED","features":[11]},{"name":"DXGKMDT_OPM_OUTPUT_ID","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_1125I","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_525I","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_525P","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_750P","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_1125I","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_525P","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_750P","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_1125I","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_525P","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_750P","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_EIA608B_525","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_EN300294_625I","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC61880_2_525I","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC61880_525I","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC62375_625P","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_NONE","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_OTHER","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_ACP","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_CGMSA","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_COPP_COMPATIBLE_HDCP","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_DPCP","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_HDCP","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_MASK","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_NONE","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_OTHER","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_SIZE","features":[11]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_TYPE_ENFORCEMENT_HDCP","features":[11]},{"name":"DXGKMDT_OPM_RANDOM_NUMBER","features":[11]},{"name":"DXGKMDT_OPM_REDISTRIBUTION_CONTROL_REQUIRED","features":[11]},{"name":"DXGKMDT_OPM_REQUESTED_INFORMATION","features":[11]},{"name":"DXGKMDT_OPM_REQUESTED_INFORMATION_SIZE","features":[11]},{"name":"DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING","features":[11]},{"name":"DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING_PARAMETERS","features":[11]},{"name":"DXGKMDT_OPM_SET_HDCP_SRM","features":[11]},{"name":"DXGKMDT_OPM_SET_HDCP_SRM_PARAMETERS","features":[11]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL","features":[11]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL_ACCORDING_TO_CSS_DVD","features":[11]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL_PARAMETERS","features":[11]},{"name":"DXGKMDT_OPM_STANDARD_INFORMATION","features":[11]},{"name":"DXGKMDT_OPM_STATUS","features":[11]},{"name":"DXGKMDT_OPM_STATUS_LINK_LOST","features":[11]},{"name":"DXGKMDT_OPM_STATUS_NORMAL","features":[11]},{"name":"DXGKMDT_OPM_STATUS_RENEGOTIATION_REQUIRED","features":[11]},{"name":"DXGKMDT_OPM_STATUS_REVOKED_HDCP_DEVICE_ATTACHED","features":[11]},{"name":"DXGKMDT_OPM_STATUS_TAMPERING_DETECTED","features":[11]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_OFF","features":[11]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_NO_TYPE_RESTRICTION","features":[11]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_TYPE1_RESTRICTION","features":[11]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_PROTECTION_LEVEL","features":[11]},{"name":"DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS","features":[11]},{"name":"DXGKMDT_OPM_VOS_COPP_SEMANTICS","features":[11]},{"name":"DXGKMDT_OPM_VOS_OPM_INDIRECT_DISPLAY","features":[11]},{"name":"DXGKMDT_OPM_VOS_OPM_SEMANTICS","features":[11]},{"name":"DXGKMDT_UAB_CERTIFICATE","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME0","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME1","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_NONE","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_CHECKERBOARD","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_COLUMN_INTERLEAVED","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO_OFFSET","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_ROW_INTERLEAVED","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_SEPARATE","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_BILINEAR","features":[11]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH","features":[11]},{"name":"DXGKMT_POWER_SHARED_TYPE","features":[11]},{"name":"DXGKMT_POWER_SHARED_TYPE_AUDIO","features":[11]},{"name":"DXGKVGPU_ESCAPE_HEAD","features":[11,3]},{"name":"DXGKVGPU_ESCAPE_INITIALIZE","features":[11,3]},{"name":"DXGKVGPU_ESCAPE_PAUSE","features":[11,3]},{"name":"DXGKVGPU_ESCAPE_POWERTRANSITIONCOMPLETE","features":[11,3]},{"name":"DXGKVGPU_ESCAPE_READ_PCI_CONFIG","features":[11,3]},{"name":"DXGKVGPU_ESCAPE_READ_VGPU_TYPE","features":[11,3]},{"name":"DXGKVGPU_ESCAPE_RELEASE","features":[11,3]},{"name":"DXGKVGPU_ESCAPE_RESUME","features":[11,3]},{"name":"DXGKVGPU_ESCAPE_TYPE","features":[11]},{"name":"DXGKVGPU_ESCAPE_TYPE_GET_VGPU_TYPE","features":[11]},{"name":"DXGKVGPU_ESCAPE_TYPE_INITIALIZE","features":[11]},{"name":"DXGKVGPU_ESCAPE_TYPE_PAUSE","features":[11]},{"name":"DXGKVGPU_ESCAPE_TYPE_POWERTRANSITIONCOMPLETE","features":[11]},{"name":"DXGKVGPU_ESCAPE_TYPE_READ_PCI_CONFIG","features":[11]},{"name":"DXGKVGPU_ESCAPE_TYPE_RELEASE","features":[11]},{"name":"DXGKVGPU_ESCAPE_TYPE_RESUME","features":[11]},{"name":"DXGKVGPU_ESCAPE_TYPE_WRITE_PCI_CONFIG","features":[11]},{"name":"DXGKVGPU_ESCAPE_WRITE_PCI_CONFIG","features":[11,3]},{"name":"DXGK_ADAPTER_PERFDATA","features":[11]},{"name":"DXGK_ADAPTER_PERFDATACAPS","features":[11]},{"name":"DXGK_BACKLIGHT_INFO","features":[11]},{"name":"DXGK_BACKLIGHT_OPTIMIZATION_LEVEL","features":[11]},{"name":"DXGK_BRIGHTNESS_CAPS","features":[11]},{"name":"DXGK_BRIGHTNESS_GET_NIT_RANGES_OUT","features":[11]},{"name":"DXGK_BRIGHTNESS_GET_OUT","features":[11]},{"name":"DXGK_BRIGHTNESS_MAXIMUM_NIT_RANGE_COUNT","features":[11]},{"name":"DXGK_BRIGHTNESS_NIT_RANGE","features":[11]},{"name":"DXGK_BRIGHTNESS_SENSOR_DATA","features":[11]},{"name":"DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY","features":[11]},{"name":"DXGK_BRIGHTNESS_SET_IN","features":[11]},{"name":"DXGK_BRIGHTNESS_STATE","features":[11]},{"name":"DXGK_CHILD_DEVICE_HPD_AWARENESS","features":[11]},{"name":"DXGK_DDT_DISPLAYID","features":[11]},{"name":"DXGK_DDT_EDID","features":[11]},{"name":"DXGK_DDT_INVALID","features":[11]},{"name":"DXGK_DIAG_PROCESS_NAME_LENGTH","features":[11]},{"name":"DXGK_DISPLAY_DESCRIPTOR_TYPE","features":[11]},{"name":"DXGK_DISPLAY_INFORMATION","features":[11]},{"name":"DXGK_DISPLAY_TECHNOLOGY","features":[11]},{"name":"DXGK_DISPLAY_USAGE","features":[11]},{"name":"DXGK_DT_INVALID","features":[11]},{"name":"DXGK_DT_LCD","features":[11]},{"name":"DXGK_DT_MAX","features":[11]},{"name":"DXGK_DT_OLED","features":[11]},{"name":"DXGK_DT_OTHER","features":[11]},{"name":"DXGK_DT_PROJECTOR","features":[11]},{"name":"DXGK_DU_ACCESSORY","features":[11]},{"name":"DXGK_DU_AR","features":[11]},{"name":"DXGK_DU_GENERIC","features":[11]},{"name":"DXGK_DU_INVALID","features":[11]},{"name":"DXGK_DU_MAX","features":[11]},{"name":"DXGK_DU_MEDICAL_IMAGING","features":[11]},{"name":"DXGK_DU_VR","features":[11]},{"name":"DXGK_ENGINE_TYPE","features":[11]},{"name":"DXGK_ENGINE_TYPE_3D","features":[11]},{"name":"DXGK_ENGINE_TYPE_COPY","features":[11]},{"name":"DXGK_ENGINE_TYPE_CRYPTO","features":[11]},{"name":"DXGK_ENGINE_TYPE_MAX","features":[11]},{"name":"DXGK_ENGINE_TYPE_OTHER","features":[11]},{"name":"DXGK_ENGINE_TYPE_OVERLAY","features":[11]},{"name":"DXGK_ENGINE_TYPE_SCENE_ASSEMBLY","features":[11]},{"name":"DXGK_ENGINE_TYPE_VIDEO_DECODE","features":[11]},{"name":"DXGK_ENGINE_TYPE_VIDEO_ENCODE","features":[11]},{"name":"DXGK_ENGINE_TYPE_VIDEO_PROCESSING","features":[11]},{"name":"DXGK_ESCAPE_GPUMMUCAPS","features":[11,3]},{"name":"DXGK_FAULT_ERROR_CODE","features":[11]},{"name":"DXGK_GENERAL_ERROR_CODE","features":[11]},{"name":"DXGK_GENERAL_ERROR_INVALID_INSTRUCTION","features":[11]},{"name":"DXGK_GENERAL_ERROR_PAGE_FAULT","features":[11]},{"name":"DXGK_GPUCLOCKDATA","features":[11]},{"name":"DXGK_GPUCLOCKDATA_FLAGS","features":[11]},{"name":"DXGK_GPUVERSION","features":[11]},{"name":"DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2","features":[11,3,10]},{"name":"DXGK_GRAPHICSPOWER_REGISTER_OUTPUT","features":[11,3,10]},{"name":"DXGK_GRAPHICSPOWER_VERSION","features":[11]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_0","features":[11]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_1","features":[11]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_2","features":[11]},{"name":"DXGK_MAX_GPUVERSION_NAME_LENGTH","features":[11]},{"name":"DXGK_MAX_METADATA_NAME_LENGTH","features":[11]},{"name":"DXGK_MAX_PAGE_TABLE_LEVEL_COUNT","features":[11]},{"name":"DXGK_MIN_PAGE_TABLE_LEVEL_COUNT","features":[11]},{"name":"DXGK_MIRACAST_CHUNK_ID","features":[11]},{"name":"DXGK_MIRACAST_CHUNK_INFO","features":[11]},{"name":"DXGK_MIRACAST_CHUNK_TYPE","features":[11]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_COLOR_CONVERT_COMPLETE","features":[11]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_COMPLETE","features":[11]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_DRIVER_DEFINED_1","features":[11]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_DRIVER_DEFINED_2","features":[11]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_FRAME_DROPPED","features":[11]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_FRAME_START","features":[11]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_UNKNOWN","features":[11]},{"name":"DXGK_MONITORLINKINFO_CAPABILITIES","features":[11]},{"name":"DXGK_MONITORLINKINFO_USAGEHINTS","features":[11]},{"name":"DXGK_NODEMETADATA","features":[11,3]},{"name":"DXGK_NODEMETADATA_FLAGS","features":[11]},{"name":"DXGK_NODE_PERFDATA","features":[11]},{"name":"DXGK_PAGE_FAULT_ADAPTER_RESET_REQUIRED","features":[11]},{"name":"DXGK_PAGE_FAULT_ENGINE_RESET_REQUIRED","features":[11]},{"name":"DXGK_PAGE_FAULT_FATAL_HARDWARE_ERROR","features":[11]},{"name":"DXGK_PAGE_FAULT_FENCE_INVALID","features":[11]},{"name":"DXGK_PAGE_FAULT_FLAGS","features":[11]},{"name":"DXGK_PAGE_FAULT_HW_CONTEXT_VALID","features":[11]},{"name":"DXGK_PAGE_FAULT_IOMMU","features":[11]},{"name":"DXGK_PAGE_FAULT_PROCESS_HANDLE_VALID","features":[11]},{"name":"DXGK_PAGE_FAULT_WRITE","features":[11]},{"name":"DXGK_PTE","features":[11]},{"name":"DXGK_PTE_PAGE_SIZE","features":[11]},{"name":"DXGK_PTE_PAGE_TABLE_PAGE_4KB","features":[11]},{"name":"DXGK_PTE_PAGE_TABLE_PAGE_64KB","features":[11]},{"name":"DXGK_RENDER_PIPELINE_STAGE","features":[11]},{"name":"DXGK_RENDER_PIPELINE_STAGE_GEOMETRY_SHADER","features":[11]},{"name":"DXGK_RENDER_PIPELINE_STAGE_INPUT_ASSEMBLER","features":[11]},{"name":"DXGK_RENDER_PIPELINE_STAGE_OUTPUT_MERGER","features":[11]},{"name":"DXGK_RENDER_PIPELINE_STAGE_PIXEL_SHADER","features":[11]},{"name":"DXGK_RENDER_PIPELINE_STAGE_RASTERIZER","features":[11]},{"name":"DXGK_RENDER_PIPELINE_STAGE_STREAM_OUTPUT","features":[11]},{"name":"DXGK_RENDER_PIPELINE_STAGE_UNKNOWN","features":[11]},{"name":"DXGK_RENDER_PIPELINE_STAGE_VERTEX_SHADER","features":[11]},{"name":"DXGK_TARGETMODE_DETAIL_TIMING","features":[11]},{"name":"DxgkBacklightOptimizationDesktop","features":[11]},{"name":"DxgkBacklightOptimizationDimmed","features":[11]},{"name":"DxgkBacklightOptimizationDisable","features":[11]},{"name":"DxgkBacklightOptimizationDynamic","features":[11]},{"name":"DxgkBacklightOptimizationEDR","features":[11]},{"name":"FLIPEX_TIMEOUT_USER","features":[11]},{"name":"GPUP_DRIVER_ESCAPE_INPUT","features":[11,3]},{"name":"GUID_DEVINTERFACE_GRAPHICSPOWER","features":[11]},{"name":"HpdAwarenessAlwaysConnected","features":[11]},{"name":"HpdAwarenessInterruptible","features":[11]},{"name":"HpdAwarenessNone","features":[11]},{"name":"HpdAwarenessPolled","features":[11]},{"name":"HpdAwarenessUninitialized","features":[11]},{"name":"IOCTL_GPUP_DRIVER_ESCAPE","features":[11]},{"name":"IOCTL_INTERNAL_GRAPHICSPOWER_REGISTER","features":[11]},{"name":"KMTQAITYPE_ADAPTERADDRESS","features":[11]},{"name":"KMTQAITYPE_ADAPTERADDRESS_RENDER","features":[11]},{"name":"KMTQAITYPE_ADAPTERGUID","features":[11]},{"name":"KMTQAITYPE_ADAPTERGUID_RENDER","features":[11]},{"name":"KMTQAITYPE_ADAPTERPERFDATA","features":[11]},{"name":"KMTQAITYPE_ADAPTERPERFDATA_CAPS","features":[11]},{"name":"KMTQAITYPE_ADAPTERREGISTRYINFO","features":[11]},{"name":"KMTQAITYPE_ADAPTERREGISTRYINFO_RENDER","features":[11]},{"name":"KMTQAITYPE_ADAPTERTYPE","features":[11]},{"name":"KMTQAITYPE_ADAPTERTYPE_RENDER","features":[11]},{"name":"KMTQAITYPE_BLOCKLIST_KERNEL","features":[11]},{"name":"KMTQAITYPE_BLOCKLIST_RUNTIME","features":[11]},{"name":"KMTQAITYPE_CHECKDRIVERUPDATESTATUS","features":[11]},{"name":"KMTQAITYPE_CHECKDRIVERUPDATESTATUS_RENDER","features":[11]},{"name":"KMTQAITYPE_CPDRIVERNAME","features":[11]},{"name":"KMTQAITYPE_CROSSADAPTERRESOURCE_SUPPORT","features":[11]},{"name":"KMTQAITYPE_CURRENTDISPLAYMODE","features":[11]},{"name":"KMTQAITYPE_DIRECTFLIP_SUPPORT","features":[11]},{"name":"KMTQAITYPE_DISPLAY_CAPS","features":[11]},{"name":"KMTQAITYPE_DISPLAY_UMDRIVERNAME","features":[11]},{"name":"KMTQAITYPE_DLIST_DRIVER_NAME","features":[11]},{"name":"KMTQAITYPE_DRIVERCAPS_EXT","features":[11]},{"name":"KMTQAITYPE_DRIVERVERSION","features":[11]},{"name":"KMTQAITYPE_DRIVERVERSION_RENDER","features":[11]},{"name":"KMTQAITYPE_DRIVER_DESCRIPTION","features":[11]},{"name":"KMTQAITYPE_DRIVER_DESCRIPTION_RENDER","features":[11]},{"name":"KMTQAITYPE_FLIPQUEUEINFO","features":[11]},{"name":"KMTQAITYPE_GETSEGMENTGROUPSIZE","features":[11]},{"name":"KMTQAITYPE_GETSEGMENTSIZE","features":[11]},{"name":"KMTQAITYPE_GET_DEVICE_VIDPN_OWNERSHIP_INFO","features":[11]},{"name":"KMTQAITYPE_HWDRM_SUPPORT","features":[11]},{"name":"KMTQAITYPE_HYBRID_DLIST_DLL_SUPPORT","features":[11]},{"name":"KMTQAITYPE_INDEPENDENTFLIP_SECONDARY_SUPPORT","features":[11]},{"name":"KMTQAITYPE_INDEPENDENTFLIP_SUPPORT","features":[11]},{"name":"KMTQAITYPE_KMD_DRIVER_VERSION","features":[11]},{"name":"KMTQAITYPE_MIRACASTCOMPANIONDRIVERNAME","features":[11]},{"name":"KMTQAITYPE_MODELIST","features":[11]},{"name":"KMTQAITYPE_MPO3DDI_SUPPORT","features":[11]},{"name":"KMTQAITYPE_MPOKERNELCAPS_SUPPORT","features":[11]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_HUD_SUPPORT","features":[11]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_SECONDARY_SUPPORT","features":[11]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_STRETCH_SUPPORT","features":[11]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_SUPPORT","features":[11]},{"name":"KMTQAITYPE_NODEMETADATA","features":[11]},{"name":"KMTQAITYPE_NODEPERFDATA","features":[11]},{"name":"KMTQAITYPE_OUTPUTDUPLCONTEXTSCOUNT","features":[11]},{"name":"KMTQAITYPE_PANELFITTER_SUPPORT","features":[11]},{"name":"KMTQAITYPE_PARAVIRTUALIZATION_RENDER","features":[11]},{"name":"KMTQAITYPE_PHYSICALADAPTERCOUNT","features":[11]},{"name":"KMTQAITYPE_PHYSICALADAPTERDEVICEIDS","features":[11]},{"name":"KMTQAITYPE_PHYSICALADAPTERPNPKEY","features":[11]},{"name":"KMTQAITYPE_QUERYREGISTRY","features":[11]},{"name":"KMTQAITYPE_QUERY_ADAPTER_UNIQUE_GUID","features":[11]},{"name":"KMTQAITYPE_QUERY_GPUMMU_CAPS","features":[11]},{"name":"KMTQAITYPE_QUERY_HW_PROTECTION_TEARDOWN_COUNT","features":[11]},{"name":"KMTQAITYPE_QUERY_ISBADDRIVERFORHWPROTECTIONDISABLED","features":[11]},{"name":"KMTQAITYPE_QUERY_MIRACAST_DRIVER_TYPE","features":[11]},{"name":"KMTQAITYPE_QUERY_MULTIPLANEOVERLAY_DECODE_SUPPORT","features":[11]},{"name":"KMTQAITYPE_SCANOUT_CAPS","features":[11]},{"name":"KMTQAITYPE_SERVICENAME","features":[11]},{"name":"KMTQAITYPE_SETWORKINGSETINFO","features":[11]},{"name":"KMTQAITYPE_TRACKEDWORKLOAD_SUPPORT","features":[11]},{"name":"KMTQAITYPE_UMDRIVERNAME","features":[11]},{"name":"KMTQAITYPE_UMDRIVERPRIVATE","features":[11]},{"name":"KMTQAITYPE_UMD_DRIVER_VERSION","features":[11]},{"name":"KMTQAITYPE_UMOPENGLINFO","features":[11]},{"name":"KMTQAITYPE_VGPUINTERFACEID","features":[11]},{"name":"KMTQAITYPE_VIRTUALADDRESSINFO","features":[11]},{"name":"KMTQAITYPE_WDDM_1_2_CAPS","features":[11]},{"name":"KMTQAITYPE_WDDM_1_2_CAPS_RENDER","features":[11]},{"name":"KMTQAITYPE_WDDM_1_3_CAPS","features":[11]},{"name":"KMTQAITYPE_WDDM_1_3_CAPS_RENDER","features":[11]},{"name":"KMTQAITYPE_WDDM_2_0_CAPS","features":[11]},{"name":"KMTQAITYPE_WDDM_2_7_CAPS","features":[11]},{"name":"KMTQAITYPE_WDDM_2_9_CAPS","features":[11]},{"name":"KMTQAITYPE_WDDM_3_0_CAPS","features":[11]},{"name":"KMTQAITYPE_WDDM_3_1_CAPS","features":[11]},{"name":"KMTQAITYPE_WSAUMDIMAGENAME","features":[11]},{"name":"KMTQAITYPE_XBOX","features":[11]},{"name":"KMTQUERYADAPTERINFOTYPE","features":[11]},{"name":"KMTQUITYPE_GPUVERSION","features":[11]},{"name":"KMTUMDVERSION","features":[11]},{"name":"KMTUMDVERSION_DX10","features":[11]},{"name":"KMTUMDVERSION_DX11","features":[11]},{"name":"KMTUMDVERSION_DX12","features":[11]},{"name":"KMTUMDVERSION_DX12_WSA32","features":[11]},{"name":"KMTUMDVERSION_DX12_WSA64","features":[11]},{"name":"KMTUMDVERSION_DX9","features":[11]},{"name":"KMT_DISPLAY_UMDVERSION_1","features":[11]},{"name":"KMT_DISPLAY_UMD_VERSION","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_1_0","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_1_1","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_1_1_PRERELEASE","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_1_2","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_1_3","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_2_0","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_2_1","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_2_2","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_2_3","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_2_4","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_2_5","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_2_6","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_2_7","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_2_8","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_2_9","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_3_0","features":[11]},{"name":"KMT_DRIVERVERSION_WDDM_3_1","features":[11]},{"name":"LPD3DHAL_CLEAR2CB","features":[11,12]},{"name":"LPD3DHAL_CLEARCB","features":[11,12]},{"name":"LPD3DHAL_CONTEXTCREATECB","features":[11,3,13,14]},{"name":"LPD3DHAL_CONTEXTDESTROYALLCB","features":[11]},{"name":"LPD3DHAL_CONTEXTDESTROYCB","features":[11]},{"name":"LPD3DHAL_DRAWONEINDEXEDPRIMITIVECB","features":[11,12]},{"name":"LPD3DHAL_DRAWONEPRIMITIVECB","features":[11,12]},{"name":"LPD3DHAL_DRAWPRIMITIVES2CB","features":[11,3,13,14]},{"name":"LPD3DHAL_DRAWPRIMITIVESCB","features":[11]},{"name":"LPD3DHAL_GETSTATECB","features":[11,12]},{"name":"LPD3DHAL_RENDERPRIMITIVECB","features":[11,12]},{"name":"LPD3DHAL_RENDERSTATECB","features":[11]},{"name":"LPD3DHAL_SCENECAPTURECB","features":[11]},{"name":"LPD3DHAL_SETRENDERTARGETCB","features":[11,3,13,14]},{"name":"LPD3DHAL_TEXTURECREATECB","features":[11]},{"name":"LPD3DHAL_TEXTUREDESTROYCB","features":[11]},{"name":"LPD3DHAL_TEXTUREGETSURFCB","features":[11]},{"name":"LPD3DHAL_TEXTURESWAPCB","features":[11]},{"name":"LPD3DHAL_VALIDATETEXTURESTAGESTATECB","features":[11]},{"name":"LPD3DNTHAL_CLEAR2CB","features":[11,12]},{"name":"LPD3DNTHAL_CONTEXTCREATECB","features":[11,3,13]},{"name":"LPD3DNTHAL_CONTEXTDESTROYALLCB","features":[11]},{"name":"LPD3DNTHAL_CONTEXTDESTROYCB","features":[11]},{"name":"LPD3DNTHAL_DRAWPRIMITIVES2CB","features":[11,3,13]},{"name":"LPD3DNTHAL_SCENECAPTURECB","features":[11]},{"name":"LPD3DNTHAL_SETRENDERTARGETCB","features":[11,3,13]},{"name":"LPD3DNTHAL_TEXTURECREATECB","features":[11,3]},{"name":"LPD3DNTHAL_TEXTUREDESTROYCB","features":[11]},{"name":"LPD3DNTHAL_TEXTUREGETSURFCB","features":[11,3]},{"name":"LPD3DNTHAL_TEXTURESWAPCB","features":[11]},{"name":"LPD3DNTHAL_VALIDATETEXTURESTAGESTATECB","features":[11]},{"name":"MAX_ENUM_ADAPTERS","features":[11]},{"name":"MiracastStartPending","features":[11]},{"name":"MiracastStarted","features":[11]},{"name":"MiracastStopPending","features":[11]},{"name":"MiracastStopped","features":[11]},{"name":"NUM_KMTUMDVERSIONS","features":[11]},{"name":"NUM_KMT_DISPLAY_UMDVERSIONS","features":[11]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_INFO","features":[11,3]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS","features":[11]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_ACTIVE","features":[11]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_INACTIVE","features":[11]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_PENDING_DESTROY","features":[11]},{"name":"OUTPUTDUPL_CREATE_MAX_KEYEDMUTXES","features":[11]},{"name":"PDXGK_FSTATE_NOTIFICATION","features":[11,3]},{"name":"PDXGK_GRAPHICSPOWER_UNREGISTER","features":[11,3]},{"name":"PDXGK_INITIAL_COMPONENT_STATE","features":[11,3]},{"name":"PDXGK_POWER_NOTIFICATION","features":[11,3,10]},{"name":"PDXGK_REMOVAL_NOTIFICATION","features":[11]},{"name":"PDXGK_SET_SHARED_POWER_COMPONENT_STATE","features":[11,3]},{"name":"PFND3DKMT_ACQUIREKEYEDMUTEX","features":[11,3]},{"name":"PFND3DKMT_ACQUIREKEYEDMUTEX2","features":[11,3]},{"name":"PFND3DKMT_ADJUSTFULLSCREENGAMMA","features":[11,3]},{"name":"PFND3DKMT_BUDGETCHANGENOTIFICATIONCALLBACK","features":[11]},{"name":"PFND3DKMT_CANCELPRESENTS","features":[11,3]},{"name":"PFND3DKMT_CHANGESURFACEPOINTER","features":[11,3,14]},{"name":"PFND3DKMT_CHANGEVIDEOMEMORYRESERVATION","features":[11,3]},{"name":"PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP","features":[11,3]},{"name":"PFND3DKMT_CHECKMONITORPOWERSTATE","features":[11,3]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT","features":[11,3]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2","features":[11,3]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3","features":[11,3]},{"name":"PFND3DKMT_CHECKOCCLUSION","features":[11,3]},{"name":"PFND3DKMT_CHECKSHAREDRESOURCEACCESS","features":[11,3]},{"name":"PFND3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP","features":[11,3]},{"name":"PFND3DKMT_CLOSEADAPTER","features":[11,3]},{"name":"PFND3DKMT_CONFIGURESHAREDRESOURCE","features":[11,3]},{"name":"PFND3DKMT_CONNECTDOORBELL","features":[11,3]},{"name":"PFND3DKMT_CREATEALLOCATION","features":[11,3]},{"name":"PFND3DKMT_CREATEALLOCATION2","features":[11,3]},{"name":"PFND3DKMT_CREATECONTEXT","features":[11,3]},{"name":"PFND3DKMT_CREATECONTEXTVIRTUAL","features":[11,3]},{"name":"PFND3DKMT_CREATEDCFROMMEMORY","features":[11,3,14]},{"name":"PFND3DKMT_CREATEDEVICE","features":[11,3]},{"name":"PFND3DKMT_CREATEDOORBELL","features":[11,3]},{"name":"PFND3DKMT_CREATEHWQUEUE","features":[11,3]},{"name":"PFND3DKMT_CREATEKEYEDMUTEX","features":[11,3]},{"name":"PFND3DKMT_CREATEKEYEDMUTEX2","features":[11,3]},{"name":"PFND3DKMT_CREATENATIVEFENCE","features":[11,3]},{"name":"PFND3DKMT_CREATEOUTPUTDUPL","features":[11,3]},{"name":"PFND3DKMT_CREATEOVERLAY","features":[11,3]},{"name":"PFND3DKMT_CREATEPAGINGQUEUE","features":[11,3]},{"name":"PFND3DKMT_CREATEPROTECTEDSESSION","features":[11,3]},{"name":"PFND3DKMT_CREATESYNCHRONIZATIONOBJECT","features":[11,3]},{"name":"PFND3DKMT_CREATESYNCHRONIZATIONOBJECT2","features":[11,3]},{"name":"PFND3DKMT_DESTROYALLOCATION","features":[11,3]},{"name":"PFND3DKMT_DESTROYALLOCATION2","features":[11,3]},{"name":"PFND3DKMT_DESTROYCONTEXT","features":[11,3]},{"name":"PFND3DKMT_DESTROYDCFROMMEMORY","features":[11,3,14]},{"name":"PFND3DKMT_DESTROYDEVICE","features":[11,3]},{"name":"PFND3DKMT_DESTROYDOORBELL","features":[11,3]},{"name":"PFND3DKMT_DESTROYHWQUEUE","features":[11,3]},{"name":"PFND3DKMT_DESTROYKEYEDMUTEX","features":[11,3]},{"name":"PFND3DKMT_DESTROYOUTPUTDUPL","features":[11,3]},{"name":"PFND3DKMT_DESTROYOVERLAY","features":[11,3]},{"name":"PFND3DKMT_DESTROYPAGINGQUEUE","features":[11,3]},{"name":"PFND3DKMT_DESTROYPROTECTEDSESSION","features":[11,3]},{"name":"PFND3DKMT_DESTROYSYNCHRONIZATIONOBJECT","features":[11,3]},{"name":"PFND3DKMT_ENUMADAPTERS","features":[11,3]},{"name":"PFND3DKMT_ENUMADAPTERS2","features":[11,3]},{"name":"PFND3DKMT_ENUMADAPTERS3","features":[11,3]},{"name":"PFND3DKMT_ESCAPE","features":[11,3]},{"name":"PFND3DKMT_EVICT","features":[11,3]},{"name":"PFND3DKMT_FLIPOVERLAY","features":[11,3]},{"name":"PFND3DKMT_FLUSHHEAPTRANSITIONS","features":[11,3]},{"name":"PFND3DKMT_FREEGPUVIRTUALADDRESS","features":[11,3]},{"name":"PFND3DKMT_GETALLOCATIONPRIORITY","features":[11,3]},{"name":"PFND3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[11,3]},{"name":"PFND3DKMT_GETCONTEXTSCHEDULINGPRIORITY","features":[11,3]},{"name":"PFND3DKMT_GETDEVICESTATE","features":[11,3]},{"name":"PFND3DKMT_GETDISPLAYMODELIST","features":[11,3]},{"name":"PFND3DKMT_GETDWMVERTICALBLANKEVENT","features":[11,3]},{"name":"PFND3DKMT_GETMULTIPLANEOVERLAYCAPS","features":[11,3]},{"name":"PFND3DKMT_GETMULTISAMPLEMETHODLIST","features":[11,3]},{"name":"PFND3DKMT_GETOVERLAYSTATE","features":[11,3]},{"name":"PFND3DKMT_GETPOSTCOMPOSITIONCAPS","features":[11,3]},{"name":"PFND3DKMT_GETPRESENTHISTORY","features":[11,3]},{"name":"PFND3DKMT_GETPROCESSDEVICEREMOVALSUPPORT","features":[11,3]},{"name":"PFND3DKMT_GETPROCESSSCHEDULINGPRIORITYCLASS","features":[11,3]},{"name":"PFND3DKMT_GETRESOURCEPRESENTPRIVATEDRIVERDATA","features":[11,3]},{"name":"PFND3DKMT_GETRUNTIMEDATA","features":[11,3]},{"name":"PFND3DKMT_GETSCANLINE","features":[11,3]},{"name":"PFND3DKMT_GETSHAREDPRIMARYHANDLE","features":[11,3]},{"name":"PFND3DKMT_GETSHAREDRESOURCEADAPTERLUID","features":[11,3]},{"name":"PFND3DKMT_INVALIDATEACTIVEVIDPN","features":[11,3]},{"name":"PFND3DKMT_INVALIDATECACHE","features":[11,3]},{"name":"PFND3DKMT_LOCK","features":[11,3]},{"name":"PFND3DKMT_LOCK2","features":[11,3]},{"name":"PFND3DKMT_MAKERESIDENT","features":[11,3]},{"name":"PFND3DKMT_MAPGPUVIRTUALADDRESS","features":[11,3]},{"name":"PFND3DKMT_MARKDEVICEASERROR","features":[11,3]},{"name":"PFND3DKMT_NOTIFYWORKSUBMISSION","features":[11,3]},{"name":"PFND3DKMT_OFFERALLOCATIONS","features":[11,3]},{"name":"PFND3DKMT_OPENADAPTERFROMDEVICENAME","features":[11,3]},{"name":"PFND3DKMT_OPENADAPTERFROMGDIDISPLAYNAME","features":[11,3]},{"name":"PFND3DKMT_OPENADAPTERFROMHDC","features":[11,3,14]},{"name":"PFND3DKMT_OPENADAPTERFROMLUID","features":[11,3]},{"name":"PFND3DKMT_OPENKEYEDMUTEX","features":[11,3]},{"name":"PFND3DKMT_OPENKEYEDMUTEX2","features":[11,3]},{"name":"PFND3DKMT_OPENKEYEDMUTEXFROMNTHANDLE","features":[11,3]},{"name":"PFND3DKMT_OPENNATIVEFENCEFROMNTHANDLE","features":[11,3]},{"name":"PFND3DKMT_OPENNTHANDLEFROMNAME","features":[4,11,3]},{"name":"PFND3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE","features":[11,3]},{"name":"PFND3DKMT_OPENRESOURCE","features":[11,3]},{"name":"PFND3DKMT_OPENRESOURCE2","features":[11,3]},{"name":"PFND3DKMT_OPENRESOURCEFROMNTHANDLE","features":[11,3]},{"name":"PFND3DKMT_OPENSYNCHRONIZATIONOBJECT","features":[11,3]},{"name":"PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE","features":[11,3]},{"name":"PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE2","features":[11,3]},{"name":"PFND3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME","features":[4,11,3]},{"name":"PFND3DKMT_OUTPUTDUPLGETFRAMEINFO","features":[11,3]},{"name":"PFND3DKMT_OUTPUTDUPLGETMETADATA","features":[11,3]},{"name":"PFND3DKMT_OUTPUTDUPLGETPOINTERSHAPEDATA","features":[11,3]},{"name":"PFND3DKMT_OUTPUTDUPLPRESENT","features":[11,3]},{"name":"PFND3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE","features":[11,3]},{"name":"PFND3DKMT_OUTPUTDUPLRELEASEFRAME","features":[11,3]},{"name":"PFND3DKMT_PINDIRECTFLIPRESOURCES","features":[11,3]},{"name":"PFND3DKMT_POLLDISPLAYCHILDREN","features":[11,3]},{"name":"PFND3DKMT_PRESENT","features":[11,3]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY","features":[11,3]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY2","features":[11,3]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY3","features":[11,3]},{"name":"PFND3DKMT_QUERYADAPTERINFO","features":[11,3]},{"name":"PFND3DKMT_QUERYALLOCATIONRESIDENCY","features":[11,3]},{"name":"PFND3DKMT_QUERYCLOCKCALIBRATION","features":[11,3]},{"name":"PFND3DKMT_QUERYFSEBLOCK","features":[11,3]},{"name":"PFND3DKMT_QUERYHYBRIDLISTVALUE","features":[11,3]},{"name":"PFND3DKMT_QUERYPROCESSOFFERINFO","features":[11,3]},{"name":"PFND3DKMT_QUERYPROTECTEDSESSIONINFOFROMNTHANDLE","features":[11,3]},{"name":"PFND3DKMT_QUERYPROTECTEDSESSIONSTATUS","features":[11,3]},{"name":"PFND3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME","features":[11,3]},{"name":"PFND3DKMT_QUERYRESOURCEINFO","features":[11,3]},{"name":"PFND3DKMT_QUERYRESOURCEINFOFROMNTHANDLE","features":[11,3]},{"name":"PFND3DKMT_QUERYSTATISTICS","features":[11,3]},{"name":"PFND3DKMT_QUERYVIDEOMEMORYINFO","features":[11,3]},{"name":"PFND3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP","features":[11,3]},{"name":"PFND3DKMT_RECLAIMALLOCATIONS","features":[11,3]},{"name":"PFND3DKMT_RECLAIMALLOCATIONS2","features":[11,3]},{"name":"PFND3DKMT_REGISTERBUDGETCHANGENOTIFICATION","features":[11,3]},{"name":"PFND3DKMT_REGISTERTRIMNOTIFICATION","features":[11,3]},{"name":"PFND3DKMT_RELEASEKEYEDMUTEX","features":[11,3]},{"name":"PFND3DKMT_RELEASEKEYEDMUTEX2","features":[11,3]},{"name":"PFND3DKMT_RELEASEPROCESSVIDPNSOURCEOWNERS","features":[11,3]},{"name":"PFND3DKMT_RENDER","features":[11,3]},{"name":"PFND3DKMT_RESERVEGPUVIRTUALADDRESS","features":[11,3]},{"name":"PFND3DKMT_SETALLOCATIONPRIORITY","features":[11,3]},{"name":"PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[11,3]},{"name":"PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY","features":[11,3]},{"name":"PFND3DKMT_SETDISPLAYMODE","features":[11,3]},{"name":"PFND3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT","features":[11,3]},{"name":"PFND3DKMT_SETFSEBLOCK","features":[11,3]},{"name":"PFND3DKMT_SETGAMMARAMP","features":[11,3]},{"name":"PFND3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY","features":[11,3]},{"name":"PFND3DKMT_SETHYBRIDLISTVVALUE","features":[11,3]},{"name":"PFND3DKMT_SETPROCESSSCHEDULINGPRIORITYCLASS","features":[11,3]},{"name":"PFND3DKMT_SETQUEUEDLIMIT","features":[11,3]},{"name":"PFND3DKMT_SETSTABLEPOWERSTATE","features":[11,3]},{"name":"PFND3DKMT_SETSTEREOENABLED","features":[11,3]},{"name":"PFND3DKMT_SETSYNCREFRESHCOUNTWAITTARGET","features":[11,3]},{"name":"PFND3DKMT_SETVIDPNSOURCEHWPROTECTION","features":[11,3]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER","features":[11,3]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER1","features":[11,3]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER2","features":[11,3]},{"name":"PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION","features":[11,3]},{"name":"PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION","features":[11,3]},{"name":"PFND3DKMT_SHAREOBJECTS","features":[4,11,3]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT","features":[11,3]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2","features":[11,3]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU","features":[11,3]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU","features":[11,3]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2","features":[11,3]},{"name":"PFND3DKMT_SUBMITCOMMAND","features":[11,3]},{"name":"PFND3DKMT_SUBMITCOMMANDTOHWQUEUE","features":[11,3]},{"name":"PFND3DKMT_SUBMITPRESENTBLTTOHWQUEUE","features":[11,3]},{"name":"PFND3DKMT_SUBMITPRESENTTOHWQUEUE","features":[11,3]},{"name":"PFND3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE","features":[11,3]},{"name":"PFND3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE","features":[11,3]},{"name":"PFND3DKMT_TRIMNOTIFICATIONCALLBACK","features":[11]},{"name":"PFND3DKMT_TRIMPROCESSCOMMITMENT","features":[11,3]},{"name":"PFND3DKMT_UNLOCK","features":[11,3]},{"name":"PFND3DKMT_UNLOCK2","features":[11,3]},{"name":"PFND3DKMT_UNPINDIRECTFLIPRESOURCES","features":[11,3]},{"name":"PFND3DKMT_UNREGISTERBUDGETCHANGENOTIFICATION","features":[11,3]},{"name":"PFND3DKMT_UNREGISTERTRIMNOTIFICATION","features":[11,3]},{"name":"PFND3DKMT_UPDATEALLOCATIONPROPERTY","features":[11,3]},{"name":"PFND3DKMT_UPDATEGPUVIRTUALADDRESS","features":[11,3]},{"name":"PFND3DKMT_UPDATEOVERLAY","features":[11,3]},{"name":"PFND3DKMT_WAITFORIDLE","features":[11,3]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECT","features":[11,3]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECT2","features":[11,3]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU","features":[11,3]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU","features":[11,3]},{"name":"PFND3DKMT_WAITFORVERTICALBLANKEVENT","features":[11,3]},{"name":"PFND3DKMT_WAITFORVERTICALBLANKEVENT2","features":[11,3]},{"name":"PFND3DNTPARSEUNKNOWNCOMMAND","features":[11]},{"name":"PFND3DPARSEUNKNOWNCOMMAND","features":[11]},{"name":"RTPATCHFLAG_HASINFO","features":[11]},{"name":"RTPATCHFLAG_HASSEGS","features":[11]},{"name":"SHARED_ALLOCATION_WRITE","features":[11]},{"name":"_NT_D3DDEVCAPS_HWINDEXBUFFER","features":[11]},{"name":"_NT_D3DDEVCAPS_HWVERTEXBUFFER","features":[11]},{"name":"_NT_D3DDEVCAPS_SUBVOLUMELOCK","features":[11]},{"name":"_NT_D3DFVF_FOG","features":[11]},{"name":"_NT_D3DGDI2_MAGIC","features":[11]},{"name":"_NT_D3DGDI2_TYPE_DEFERRED_AGP_AWARE","features":[11]},{"name":"_NT_D3DGDI2_TYPE_DEFER_AGP_FREES","features":[11]},{"name":"_NT_D3DGDI2_TYPE_DXVERSION","features":[11]},{"name":"_NT_D3DGDI2_TYPE_FREE_DEFERRED_AGP","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETADAPTERGROUP","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETD3DCAPS8","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETD3DCAPS9","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETD3DQUERY","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETD3DQUERYCOUNT","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETDDIVERSION","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETEXTENDEDMODE","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETEXTENDEDMODECOUNT","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETFORMAT","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETFORMATCOUNT","features":[11]},{"name":"_NT_D3DGDI2_TYPE_GETMULTISAMPLEQUALITYLEVELS","features":[11]},{"name":"_NT_D3DLINEPATTERN","features":[11]},{"name":"_NT_D3DPMISCCAPS_FOGINFVF","features":[11]},{"name":"_NT_D3DPS_COLOROUT_MAX_V2_0","features":[11]},{"name":"_NT_D3DPS_COLOROUT_MAX_V2_1","features":[11]},{"name":"_NT_D3DPS_COLOROUT_MAX_V3_0","features":[11]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_SW_DX9","features":[11]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_SW_DX9","features":[11]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DPS_CONSTREG_MAX_DX8","features":[11]},{"name":"_NT_D3DPS_CONSTREG_MAX_SW_DX9","features":[11]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_1","features":[11]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_2","features":[11]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_3","features":[11]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_4","features":[11]},{"name":"_NT_D3DPS_CONSTREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DPS_CONSTREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DPS_CONSTREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DPS_INPUTREG_MAX_DX8","features":[11]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_1","features":[11]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_2","features":[11]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_3","features":[11]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_4","features":[11]},{"name":"_NT_D3DPS_INPUTREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DPS_INPUTREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DPS_INPUTREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DPS_MAXLOOPINITVALUE_V2_1","features":[11]},{"name":"_NT_D3DPS_MAXLOOPINITVALUE_V3_0","features":[11]},{"name":"_NT_D3DPS_MAXLOOPITERATIONCOUNT_V2_1","features":[11]},{"name":"_NT_D3DPS_MAXLOOPITERATIONCOUNT_V3_0","features":[11]},{"name":"_NT_D3DPS_MAXLOOPSTEP_V2_1","features":[11]},{"name":"_NT_D3DPS_MAXLOOPSTEP_V3_0","features":[11]},{"name":"_NT_D3DPS_PREDICATE_MAX_V2_1","features":[11]},{"name":"_NT_D3DPS_PREDICATE_MAX_V3_0","features":[11]},{"name":"_NT_D3DPS_TEMPREG_MAX_DX8","features":[11]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_1","features":[11]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_2","features":[11]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_3","features":[11]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_4","features":[11]},{"name":"_NT_D3DPS_TEMPREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DPS_TEMPREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DPS_TEMPREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_DX8","features":[11]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_1","features":[11]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_2","features":[11]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_3","features":[11]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_4","features":[11]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DRS_DELETERTPATCH","features":[11]},{"name":"_NT_D3DVS_ADDRREG_MAX_V1_1","features":[11]},{"name":"_NT_D3DVS_ADDRREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DVS_ADDRREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DVS_ADDRREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V1_1","features":[11]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_SW_DX9","features":[11]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_SW_DX9","features":[11]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DVS_CONSTREG_MAX_V1_1","features":[11]},{"name":"_NT_D3DVS_CONSTREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DVS_CONSTREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DVS_CONSTREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DVS_INPUTREG_MAX_V1_1","features":[11]},{"name":"_NT_D3DVS_INPUTREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DVS_INPUTREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DVS_INPUTREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DVS_LABEL_MAX_V3_0","features":[11]},{"name":"_NT_D3DVS_MAXINSTRUCTIONCOUNT_V1_1","features":[11]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V2_0","features":[11]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V2_1","features":[11]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V3_0","features":[11]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V2_0","features":[11]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V2_1","features":[11]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V3_0","features":[11]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V2_0","features":[11]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V2_1","features":[11]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V3_0","features":[11]},{"name":"_NT_D3DVS_OUTPUTREG_MAX_SW_DX9","features":[11]},{"name":"_NT_D3DVS_OUTPUTREG_MAX_V3_0","features":[11]},{"name":"_NT_D3DVS_PREDICATE_MAX_V2_1","features":[11]},{"name":"_NT_D3DVS_PREDICATE_MAX_V3_0","features":[11]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V1_1","features":[11]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DVS_TEMPREG_MAX_V1_1","features":[11]},{"name":"_NT_D3DVS_TEMPREG_MAX_V2_0","features":[11]},{"name":"_NT_D3DVS_TEMPREG_MAX_V2_1","features":[11]},{"name":"_NT_D3DVS_TEMPREG_MAX_V3_0","features":[11]},{"name":"_NT_RTPATCHFLAG_HASINFO","features":[11]},{"name":"_NT_RTPATCHFLAG_HASSEGS","features":[11]}],"344":[{"name":"AUTHENTICATE","features":[16]},{"name":"BINARY_COMPATIBLE","features":[16]},{"name":"BINARY_DATA","features":[16]},{"name":"BROADCAST_VC","features":[16]},{"name":"BSSID_INFO","features":[16]},{"name":"CALL_PARAMETERS_CHANGED","features":[16]},{"name":"CLOCK_NETWORK_DERIVED","features":[16]},{"name":"CLOCK_PRECISION","features":[16]},{"name":"CL_ADD_PARTY_COMPLETE_HANDLER","features":[16]},{"name":"CL_CALL_CONNECTED_HANDLER","features":[16]},{"name":"CL_CLOSE_AF_COMPLETE_HANDLER","features":[16]},{"name":"CL_CLOSE_CALL_COMPLETE_HANDLER","features":[16]},{"name":"CL_DEREG_SAP_COMPLETE_HANDLER","features":[16]},{"name":"CL_DROP_PARTY_COMPLETE_HANDLER","features":[16]},{"name":"CL_INCOMING_CALL_HANDLER","features":[16]},{"name":"CL_INCOMING_CALL_QOS_CHANGE_HANDLER","features":[16]},{"name":"CL_INCOMING_CLOSE_CALL_HANDLER","features":[16]},{"name":"CL_INCOMING_DROP_PARTY_HANDLER","features":[16]},{"name":"CL_MAKE_CALL_COMPLETE_HANDLER","features":[16]},{"name":"CL_MODIFY_CALL_QOS_COMPLETE_HANDLER","features":[16]},{"name":"CL_OPEN_AF_COMPLETE_HANDLER","features":[16]},{"name":"CL_REG_SAP_COMPLETE_HANDLER","features":[16]},{"name":"CM_ACTIVATE_VC_COMPLETE_HANDLER","features":[16]},{"name":"CM_ADD_PARTY_HANDLER","features":[16]},{"name":"CM_CLOSE_AF_HANDLER","features":[16]},{"name":"CM_CLOSE_CALL_HANDLER","features":[16]},{"name":"CM_DEACTIVATE_VC_COMPLETE_HANDLER","features":[16]},{"name":"CM_DEREG_SAP_HANDLER","features":[16]},{"name":"CM_DROP_PARTY_HANDLER","features":[16]},{"name":"CM_INCOMING_CALL_COMPLETE_HANDLER","features":[16]},{"name":"CM_MAKE_CALL_HANDLER","features":[16]},{"name":"CM_MODIFY_CALL_QOS_HANDLER","features":[16]},{"name":"CM_OPEN_AF_HANDLER","features":[16]},{"name":"CM_REG_SAP_HANDLER","features":[16]},{"name":"CO_ADDRESS","features":[16]},{"name":"CO_ADDRESS_FAMILY","features":[16]},{"name":"CO_ADDRESS_FAMILY_PROXY","features":[16]},{"name":"CO_ADDRESS_LIST","features":[16]},{"name":"CO_AF_REGISTER_NOTIFY_HANDLER","features":[16]},{"name":"CO_CALL_MANAGER_PARAMETERS","features":[16,17]},{"name":"CO_CALL_PARAMETERS","features":[16]},{"name":"CO_CREATE_VC_HANDLER","features":[16]},{"name":"CO_DELETE_VC_HANDLER","features":[16]},{"name":"CO_MEDIA_PARAMETERS","features":[16]},{"name":"CO_PVC","features":[16]},{"name":"CO_SAP","features":[16]},{"name":"CO_SEND_FLAG_SET_DISCARD_ELIBILITY","features":[16]},{"name":"CO_SPECIFIC_PARAMETERS","features":[16]},{"name":"CRYPTO_GENERIC_ERROR","features":[16]},{"name":"CRYPTO_INVALID_PACKET_SYNTAX","features":[16]},{"name":"CRYPTO_INVALID_PROTOCOL","features":[16]},{"name":"CRYPTO_SUCCESS","features":[16]},{"name":"CRYPTO_TRANSPORT_AH_AUTH_FAILED","features":[16]},{"name":"CRYPTO_TRANSPORT_ESP_AUTH_FAILED","features":[16]},{"name":"CRYPTO_TUNNEL_AH_AUTH_FAILED","features":[16]},{"name":"CRYPTO_TUNNEL_ESP_AUTH_FAILED","features":[16]},{"name":"CachedNetBufferList","features":[16]},{"name":"ClassificationHandlePacketInfo","features":[16]},{"name":"DD_NDIS_DEVICE_NAME","features":[16]},{"name":"DOT11_RSN_KCK_LENGTH","features":[16]},{"name":"DOT11_RSN_KEK_LENGTH","features":[16]},{"name":"DOT11_RSN_MAX_CIPHER_KEY_LENGTH","features":[16]},{"name":"EAPOL_REQUEST_ID_WOL_FLAG_MUST_ENCRYPT","features":[16]},{"name":"ENCRYPT","features":[16]},{"name":"ERRED_PACKET_INDICATION","features":[16]},{"name":"ETHERNET_LENGTH_OF_ADDRESS","features":[16]},{"name":"ETH_FILTER","features":[16]},{"name":"FILTERDBS","features":[16]},{"name":"GEN_GET_NETCARD_TIME","features":[16]},{"name":"GEN_GET_TIME_CAPS","features":[16]},{"name":"GUID_NDIS_NDK_CAPABILITIES","features":[16]},{"name":"GUID_NDIS_NDK_STATE","features":[16]},{"name":"INDICATE_END_OF_TX","features":[16]},{"name":"INDICATE_ERRED_PACKETS","features":[16]},{"name":"IOCTL_NDIS_RESERVED5","features":[16]},{"name":"IOCTL_NDIS_RESERVED6","features":[16]},{"name":"IPSEC_OFFLOAD_V2_AND_TCP_CHECKSUM_COEXISTENCE","features":[16]},{"name":"IPSEC_OFFLOAD_V2_AND_UDP_CHECKSUM_COEXISTENCE","features":[16]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_128","features":[16]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_192","features":[16]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_256","features":[16]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_MD5","features":[16]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_1","features":[16]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_256","features":[16]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_3_DES_CBC","features":[16]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_128","features":[16]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_192","features":[16]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_256","features":[16]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_128","features":[16]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_192","features":[16]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_256","features":[16]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_DES_CBC","features":[16]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_NONE","features":[16]},{"name":"IPSEC_OFFLOAD_V2_ESN_SA","features":[16]},{"name":"IPSEC_OFFLOAD_V2_INBOUND","features":[16]},{"name":"IPSEC_OFFLOAD_V2_IPv6","features":[16]},{"name":"IPSEC_OFFLOAD_V2_MAX_EXTENSION_HEADERS","features":[16]},{"name":"IPSEC_OFFLOAD_V2_TRANSPORT_OVER_UDP_ESP_ENCAPSULATION_TUNNEL","features":[16]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_NONE","features":[16]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TRANSPORT","features":[16]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TRANSPORT_OVER_TUNNEL","features":[16]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TUNNEL","features":[16]},{"name":"IPSEC_TPTOVERTUN_UDPESP_ENCAPTYPE_IKE","features":[16]},{"name":"IPSEC_TPTOVERTUN_UDPESP_ENCAPTYPE_OTHER","features":[16]},{"name":"IPSEC_TPT_UDPESP_ENCAPTYPE_IKE","features":[16]},{"name":"IPSEC_TPT_UDPESP_ENCAPTYPE_OTHER","features":[16]},{"name":"IPSEC_TPT_UDPESP_OVER_PURE_TUN_ENCAPTYPE_IKE","features":[16]},{"name":"IPSEC_TPT_UDPESP_OVER_PURE_TUN_ENCAPTYPE_OTHER","features":[16]},{"name":"IPSEC_TUN_UDPESP_ENCAPTYPE_IKE","features":[16]},{"name":"IPSEC_TUN_UDPESP_ENCAPTYPE_OTHER","features":[16]},{"name":"Ieee8021QInfo","features":[16]},{"name":"IpSecPacketInfo","features":[16]},{"name":"LOCK_STATE","features":[16]},{"name":"MAXIMUM_IP_OPER_STATUS_ADDRESS_FAMILIES_SUPPORTED","features":[16]},{"name":"MAX_HASHES","features":[16]},{"name":"MEDIA_SPECIFIC_INFORMATION","features":[16]},{"name":"MINIPORT_CO_ACTIVATE_VC","features":[16]},{"name":"MINIPORT_CO_CREATE_VC","features":[16]},{"name":"MINIPORT_CO_DEACTIVATE_VC","features":[16]},{"name":"MINIPORT_CO_DELETE_VC","features":[16]},{"name":"MULTIPOINT_VC","features":[16]},{"name":"MaxPerPacketInfo","features":[16]},{"name":"NBL_FLAGS_MINIPORT_RESERVED","features":[16]},{"name":"NBL_FLAGS_NDIS_RESERVED","features":[16]},{"name":"NBL_FLAGS_PROTOCOL_RESERVED","features":[16]},{"name":"NBL_FLAGS_SCRATCH","features":[16]},{"name":"NBL_PROT_RSVD_FLAGS","features":[16]},{"name":"NDIS630_MINIPORT","features":[16]},{"name":"NDIS685_MINIPORT","features":[16]},{"name":"NDIS_802_11_AI_REQFI","features":[16]},{"name":"NDIS_802_11_AI_REQFI_CAPABILITIES","features":[16]},{"name":"NDIS_802_11_AI_REQFI_CURRENTAPADDRESS","features":[16]},{"name":"NDIS_802_11_AI_REQFI_LISTENINTERVAL","features":[16]},{"name":"NDIS_802_11_AI_RESFI","features":[16]},{"name":"NDIS_802_11_AI_RESFI_ASSOCIATIONID","features":[16]},{"name":"NDIS_802_11_AI_RESFI_CAPABILITIES","features":[16]},{"name":"NDIS_802_11_AI_RESFI_STATUSCODE","features":[16]},{"name":"NDIS_802_11_ASSOCIATION_INFORMATION","features":[16]},{"name":"NDIS_802_11_AUTHENTICATION_ENCRYPTION","features":[16]},{"name":"NDIS_802_11_AUTHENTICATION_EVENT","features":[16]},{"name":"NDIS_802_11_AUTHENTICATION_MODE","features":[16]},{"name":"NDIS_802_11_AUTHENTICATION_REQUEST","features":[16]},{"name":"NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS","features":[16]},{"name":"NDIS_802_11_AUTH_REQUEST_GROUP_ERROR","features":[16]},{"name":"NDIS_802_11_AUTH_REQUEST_KEYUPDATE","features":[16]},{"name":"NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR","features":[16]},{"name":"NDIS_802_11_AUTH_REQUEST_REAUTH","features":[16]},{"name":"NDIS_802_11_BSSID_LIST","features":[16]},{"name":"NDIS_802_11_BSSID_LIST_EX","features":[16]},{"name":"NDIS_802_11_CAPABILITY","features":[16]},{"name":"NDIS_802_11_CONFIGURATION","features":[16]},{"name":"NDIS_802_11_CONFIGURATION_FH","features":[16]},{"name":"NDIS_802_11_FIXED_IEs","features":[16]},{"name":"NDIS_802_11_KEY","features":[16]},{"name":"NDIS_802_11_LENGTH_RATES","features":[16]},{"name":"NDIS_802_11_LENGTH_RATES_EX","features":[16]},{"name":"NDIS_802_11_LENGTH_SSID","features":[16]},{"name":"NDIS_802_11_MEDIA_STREAM_MODE","features":[16]},{"name":"NDIS_802_11_NETWORK_INFRASTRUCTURE","features":[16]},{"name":"NDIS_802_11_NETWORK_TYPE","features":[16]},{"name":"NDIS_802_11_NETWORK_TYPE_LIST","features":[16]},{"name":"NDIS_802_11_NON_BCAST_SSID_LIST","features":[16]},{"name":"NDIS_802_11_PMKID","features":[16]},{"name":"NDIS_802_11_PMKID_CANDIDATE_LIST","features":[16]},{"name":"NDIS_802_11_PMKID_CANDIDATE_PREAUTH_ENABLED","features":[16]},{"name":"NDIS_802_11_POWER_MODE","features":[16]},{"name":"NDIS_802_11_PRIVACY_FILTER","features":[16]},{"name":"NDIS_802_11_RADIO_STATUS","features":[16]},{"name":"NDIS_802_11_RELOAD_DEFAULTS","features":[16]},{"name":"NDIS_802_11_REMOVE_KEY","features":[16]},{"name":"NDIS_802_11_SSID","features":[16]},{"name":"NDIS_802_11_STATISTICS","features":[16]},{"name":"NDIS_802_11_STATUS_INDICATION","features":[16]},{"name":"NDIS_802_11_STATUS_TYPE","features":[16]},{"name":"NDIS_802_11_TEST","features":[16]},{"name":"NDIS_802_11_VARIABLE_IEs","features":[16]},{"name":"NDIS_802_11_WEP","features":[16]},{"name":"NDIS_802_11_WEP_STATUS","features":[16]},{"name":"NDIS_802_3_MAC_OPTION_PRIORITY","features":[16]},{"name":"NDIS_802_5_RING_STATE","features":[16]},{"name":"NDIS_AF_LIST","features":[16]},{"name":"NDIS_ANY_NUMBER_OF_NBLS","features":[16]},{"name":"NDIS_ATTRIBUTE_BUS_MASTER","features":[16]},{"name":"NDIS_ATTRIBUTE_DESERIALIZE","features":[16]},{"name":"NDIS_ATTRIBUTE_DO_NOT_BIND_TO_ALL_CO","features":[16]},{"name":"NDIS_ATTRIBUTE_IGNORE_PACKET_TIMEOUT","features":[16]},{"name":"NDIS_ATTRIBUTE_IGNORE_REQUEST_TIMEOUT","features":[16]},{"name":"NDIS_ATTRIBUTE_IGNORE_TOKEN_RING_ERRORS","features":[16]},{"name":"NDIS_ATTRIBUTE_INTERMEDIATE_DRIVER","features":[16]},{"name":"NDIS_ATTRIBUTE_MINIPORT_PADS_SHORT_PACKETS","features":[16]},{"name":"NDIS_ATTRIBUTE_NOT_CO_NDIS","features":[16]},{"name":"NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND","features":[16]},{"name":"NDIS_ATTRIBUTE_SURPRISE_REMOVE_OK","features":[16]},{"name":"NDIS_ATTRIBUTE_USES_SAFE_BUFFER_APIS","features":[16]},{"name":"NDIS_BIND_FAILED_NOTIFICATION_REVISION_1","features":[16]},{"name":"NDIS_BIND_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_BIND_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_BIND_PARAMETERS_REVISION_3","features":[16]},{"name":"NDIS_BIND_PARAMETERS_REVISION_4","features":[16]},{"name":"NDIS_CALL_MANAGER_CHARACTERISTICS","features":[16]},{"name":"NDIS_CLASS_ID","features":[16]},{"name":"NDIS_CLONE_FLAGS_RESERVED","features":[16]},{"name":"NDIS_CLONE_FLAGS_USE_ORIGINAL_MDLS","features":[16]},{"name":"NDIS_CONFIGURATION_OBJECT_REVISION_1","features":[16]},{"name":"NDIS_CONFIGURATION_PARAMETER","features":[16,3]},{"name":"NDIS_CONFIG_FLAG_FILTER_INSTANCE_CONFIGURATION","features":[16]},{"name":"NDIS_CO_CALL_MANAGER_OPTIONAL_HANDLERS_REVISION_1","features":[16]},{"name":"NDIS_CO_CLIENT_OPTIONAL_HANDLERS_REVISION_1","features":[16]},{"name":"NDIS_CO_DEVICE_PROFILE","features":[16]},{"name":"NDIS_CO_LINK_SPEED","features":[16]},{"name":"NDIS_CO_MAC_OPTION_DYNAMIC_LINK_SPEED","features":[16]},{"name":"NDIS_DEFAULT_RECEIVE_FILTER_ID","features":[16]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_GROUP_ID","features":[16]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_ID","features":[16]},{"name":"NDIS_DEFAULT_SWITCH_ID","features":[16]},{"name":"NDIS_DEFAULT_VPORT_ID","features":[16]},{"name":"NDIS_DEVICE_OBJECT_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_DEVICE_PNP_EVENT","features":[16]},{"name":"NDIS_DEVICE_POWER_STATE","features":[16]},{"name":"NDIS_DEVICE_TYPE_ENDPOINT","features":[16]},{"name":"NDIS_DEVICE_WAKE_ON_MAGIC_PACKET_ENABLE","features":[16]},{"name":"NDIS_DEVICE_WAKE_ON_PATTERN_MATCH_ENABLE","features":[16]},{"name":"NDIS_DEVICE_WAKE_UP_ENABLE","features":[16]},{"name":"NDIS_DMA_BLOCK","features":[4,16,3,9]},{"name":"NDIS_DMA_DESCRIPTION","features":[16,5,3]},{"name":"NDIS_DRIVER_FLAGS_RESERVED","features":[16]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV4","features":[16]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV6","features":[16]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_NOT_SUPPORTED","features":[16]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV4","features":[16]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV6","features":[16]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3","features":[16]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q","features":[16]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q_IN_OOB","features":[16]},{"name":"NDIS_ENCAPSULATION_IEEE_LLC_SNAP_ROUTED","features":[16]},{"name":"NDIS_ENCAPSULATION_NOT_SUPPORTED","features":[16]},{"name":"NDIS_ENCAPSULATION_NULL","features":[16]},{"name":"NDIS_ENCAPSULATION_TYPE_GRE_MAC","features":[16]},{"name":"NDIS_ENCAPSULATION_TYPE_VXLAN","features":[16]},{"name":"NDIS_ENUM_FILTERS_REVISION_1","features":[16]},{"name":"NDIS_ENVIRONMENT_TYPE","features":[16]},{"name":"NDIS_ETH_TYPE_802_1Q","features":[16]},{"name":"NDIS_ETH_TYPE_802_1X","features":[16]},{"name":"NDIS_ETH_TYPE_ARP","features":[16]},{"name":"NDIS_ETH_TYPE_IPV4","features":[16]},{"name":"NDIS_ETH_TYPE_IPV6","features":[16]},{"name":"NDIS_ETH_TYPE_SLOW_PROTOCOL","features":[16]},{"name":"NDIS_EVENT","features":[4,16,3,9]},{"name":"NDIS_FDDI_ATTACHMENT_TYPE","features":[16]},{"name":"NDIS_FDDI_LCONNECTION_STATE","features":[16]},{"name":"NDIS_FDDI_RING_MGT_STATE","features":[16]},{"name":"NDIS_FILTER_ATTACH_FLAGS_IGNORE_MANDATORY","features":[16]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_3","features":[16]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_4","features":[16]},{"name":"NDIS_FILTER_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_2","features":[16]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_3","features":[16]},{"name":"NDIS_FILTER_DRIVER_MANDATORY","features":[16]},{"name":"NDIS_FILTER_DRIVER_SUPPORTS_CURRENT_MAC_ADDRESS_CHANGE","features":[16]},{"name":"NDIS_FILTER_DRIVER_SUPPORTS_L2_MTU_SIZE_CHANGE","features":[16]},{"name":"NDIS_FILTER_INTERFACE_IM_FILTER","features":[16]},{"name":"NDIS_FILTER_INTERFACE_LW_FILTER","features":[16]},{"name":"NDIS_FILTER_INTERFACE_RECEIVE_BYPASS","features":[16]},{"name":"NDIS_FILTER_INTERFACE_REVISION_1","features":[16]},{"name":"NDIS_FILTER_INTERFACE_REVISION_2","features":[16]},{"name":"NDIS_FILTER_INTERFACE_SEND_BYPASS","features":[16]},{"name":"NDIS_FILTER_MAJOR_VERSION","features":[16]},{"name":"NDIS_FILTER_MINIMUM_MAJOR_VERSION","features":[16]},{"name":"NDIS_FILTER_MINIMUM_MINOR_VERSION","features":[16]},{"name":"NDIS_FILTER_MINOR_VERSION","features":[16]},{"name":"NDIS_FILTER_PARTIAL_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_FILTER_PAUSE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_FILTER_RESTART_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_FLAGS_DONT_LOOPBACK","features":[16]},{"name":"NDIS_FLAGS_DOUBLE_BUFFERED","features":[16]},{"name":"NDIS_FLAGS_IS_LOOPBACK_PACKET","features":[16]},{"name":"NDIS_FLAGS_LOOPBACK_ONLY","features":[16]},{"name":"NDIS_FLAGS_MULTICAST_PACKET","features":[16]},{"name":"NDIS_FLAGS_PADDED","features":[16]},{"name":"NDIS_FLAGS_PROTOCOL_ID_MASK","features":[16]},{"name":"NDIS_FLAGS_RESERVED2","features":[16]},{"name":"NDIS_FLAGS_RESERVED3","features":[16]},{"name":"NDIS_FLAGS_RESERVED4","features":[16]},{"name":"NDIS_FLAGS_SENT_AT_DPC","features":[16]},{"name":"NDIS_FLAGS_USES_ORIGINAL_PACKET","features":[16]},{"name":"NDIS_FLAGS_USES_SG_BUFFER_LIST","features":[16]},{"name":"NDIS_FLAGS_XLATE_AT_TOP","features":[16]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_GRE","features":[16]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_IP","features":[16]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NOT_ENCAPSULATED","features":[16]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NVGRE","features":[16]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_VXLAN","features":[16]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_RDMA_FLOW","features":[16]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_REVISION_1","features":[16]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_IS_TTL_ONE","features":[16]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_IS_TTL_ONE","features":[16]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_REVISION_1","features":[16]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_REVISION_1","features":[16]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_IS_TTL_ONE","features":[16]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_IS_TTL_ONE","features":[16]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[16]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_REVISION_1","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_ESP","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_ETHERNET","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_ICMP","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV4","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV6","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_GRE_ENCAP","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_IP_ENCAP","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_NO_ENCAP","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_NVGRE_ENCAP","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_TCP","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_UDP","features":[16]},{"name":"NDIS_GFP_HEADER_PRESENT_VXLAN_ENCAP","features":[16]},{"name":"NDIS_GFP_UNDEFINED_PROFILE_ID","features":[16]},{"name":"NDIS_GFP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[16]},{"name":"NDIS_GFT_COUNTER_INFO_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_GFT_COUNTER_INFO_REVISION_1","features":[16]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_CLIENT_SPECIFIED_ADDRESS","features":[16]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_GET_VALUES","features":[16]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_UPDATE_MEMORY_MAPPED_COUNTERS","features":[16]},{"name":"NDIS_GFT_CUSTOM_ACTION_LAST_ACTION","features":[16]},{"name":"NDIS_GFT_CUSTOM_ACTION_PROFILE_REVISION_1","features":[16]},{"name":"NDIS_GFT_CUSTOM_ACTION_REVISION_1","features":[16]},{"name":"NDIS_GFT_DELETE_PROFILE_ALL_PROFILES","features":[16]},{"name":"NDIS_GFT_DELETE_PROFILE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_GFT_DELETE_TABLE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_GFT_EMFE_ADD_IN_ACTIVATED_STATE","features":[16]},{"name":"NDIS_GFT_EMFE_ALL_VPORT_FLOW_ENTRIES","features":[16]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_FIN_FLAG_SET","features":[16]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_RST_FLAG_SET","features":[16]},{"name":"NDIS_GFT_EMFE_COPY_ALL_PACKETS","features":[16]},{"name":"NDIS_GFT_EMFE_COPY_CONDITION_CHANGED","features":[16]},{"name":"NDIS_GFT_EMFE_COPY_FIRST_PACKET","features":[16]},{"name":"NDIS_GFT_EMFE_COPY_WHEN_TCP_FLAG_SET","features":[16]},{"name":"NDIS_GFT_EMFE_COUNTER_ALLOCATE","features":[16]},{"name":"NDIS_GFT_EMFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[16]},{"name":"NDIS_GFT_EMFE_COUNTER_MEMORY_MAPPED","features":[16]},{"name":"NDIS_GFT_EMFE_COUNTER_TRACK_TCP_FLOW","features":[16]},{"name":"NDIS_GFT_EMFE_CUSTOM_ACTION_PRESENT","features":[16]},{"name":"NDIS_GFT_EMFE_MATCH_AND_ACTION_MUST_BE_SUPPORTED","features":[16]},{"name":"NDIS_GFT_EMFE_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[16]},{"name":"NDIS_GFT_EMFE_RDMA_FLOW","features":[16]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[16]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[16]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[16]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[16]},{"name":"NDIS_GFT_EXACT_MATCH_FLOW_ENTRY_REVISION_1","features":[16]},{"name":"NDIS_GFT_FLOW_ENTRY_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_NIC_SWITCH_FLOW_ENTRIES","features":[16]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_TABLE_FLOW_ENTRIES","features":[16]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_VPORT_FLOW_ENTRIES","features":[16]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_COUNTER_VALUES","features":[16]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_DEFINED","features":[16]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_RANGE_DEFINED","features":[16]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ALL_FLOW_ENTRIES","features":[16]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_GFT_FREE_COUNTER_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_DECREMENT_TTL_IF_NOT_ONE","features":[16]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_DECREMENT_TTL_IF_NOT_ONE","features":[16]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_REVISION_1","features":[16]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_REVISION_1","features":[16]},{"name":"NDIS_GFT_HEADER_TRANSPOSITION_PROFILE_REVISION_1","features":[16]},{"name":"NDIS_GFT_HTP_COPY_ALL_PACKETS","features":[16]},{"name":"NDIS_GFT_HTP_COPY_FIRST_PACKET","features":[16]},{"name":"NDIS_GFT_HTP_COPY_WHEN_TCP_FLAG_SET","features":[16]},{"name":"NDIS_GFT_HTP_CUSTOM_ACTION_PRESENT","features":[16]},{"name":"NDIS_GFT_HTP_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[16]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[16]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[16]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[16]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[16]},{"name":"NDIS_GFT_MAX_COUNTER_OBJECTS_PER_FLOW_ENTRY","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_8021P_PRIORITY_MASK","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ADD_FLOW_ENTRY_DEACTIVATED_PREFERRED","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ALLOW","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_CLIENT_SPECIFIED_MEMORY_MAPPED_COUNTERS","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COMBINED_COUNTER_AND_STATE","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_ALL","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_FIRST","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_WHEN_TCP_FLAG_SET","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DESIGNATED_EXCEPTION_VPORT","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DROP","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DSCP_MASK","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_AGGREGATE_COUNTERS","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_EXACT_MATCH","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_WILDCARD_MATCH","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_EXACT_MATCH","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_WILDCARD_MATCH","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_EXACT_MATCH","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_WILDCARD_MATCH","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_IGNORE_ACTION_SUPPORTED","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_AGGREGATE_COUNTERS","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_EXACT_MATCH","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_WILDCARD_MATCH","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_COUNTERS","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_PAKCET_AND_BYTE_COUNTERS","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_AFTER_HEADER_TRANSPOSITION","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MODIFY","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_FLOW_ENTRY_COUNTERS","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_PACKET_COUNTER_UPDATE","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_VPORT_EXCEPTION_VPORT","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_POP","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PUSH","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_RATE_LIMITING_QUEUE_SUPPORTED","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_SAMPLE","features":[16]},{"name":"NDIS_GFT_OFFLOAD_CAPS_TRACK_TCP_FLOW_STATE","features":[16]},{"name":"NDIS_GFT_OFFLOAD_INFO_COPY_PACKET","features":[16]},{"name":"NDIS_GFT_OFFLOAD_INFO_DIRECTION_INGRESS","features":[16]},{"name":"NDIS_GFT_OFFLOAD_INFO_EXCEPTION_PACKET","features":[16]},{"name":"NDIS_GFT_OFFLOAD_INFO_SAMPLE_PACKET","features":[16]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_CUSTOM_PROVIDER_RESERVED","features":[16]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_ENABLE_OFFLOAD","features":[16]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_GFT_PROFILE_INFO_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_GFT_PROFILE_INFO_REVISION_1","features":[16]},{"name":"NDIS_GFT_RESERVED_CUSTOM_ACTIONS","features":[16]},{"name":"NDIS_GFT_STATISTICS_REVISION_1","features":[16]},{"name":"NDIS_GFT_TABLE_INCLUDE_EXTERNAL_VPPORT","features":[16]},{"name":"NDIS_GFT_TABLE_INFO_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_GFT_TABLE_INFO_REVISION_1","features":[16]},{"name":"NDIS_GFT_TABLE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_GFT_UNDEFINED_COUNTER_ID","features":[16]},{"name":"NDIS_GFT_UNDEFINED_CUSTOM_ACTION","features":[16]},{"name":"NDIS_GFT_UNDEFINED_FLOW_ENTRY_ID","features":[16]},{"name":"NDIS_GFT_UNDEFINED_TABLE_ID","features":[16]},{"name":"NDIS_GFT_VPORT_DSCP_FLAGS_CHANGED","features":[16]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_RX","features":[16]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_TX","features":[16]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_CHANGED","features":[16]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_RX","features":[16]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_TX","features":[16]},{"name":"NDIS_GFT_VPORT_ENABLE","features":[16]},{"name":"NDIS_GFT_VPORT_ENABLE_STATE_CHANGED","features":[16]},{"name":"NDIS_GFT_VPORT_EXCEPTION_VPORT_CHANGED","features":[16]},{"name":"NDIS_GFT_VPORT_MAX_DSCP_MASK_COUNTER_OBJECTS","features":[16]},{"name":"NDIS_GFT_VPORT_MAX_PRIORITY_MASK_COUNTER_OBJECTS","features":[16]},{"name":"NDIS_GFT_VPORT_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_GFT_VPORT_PARAMS_CHANGE_MASK","features":[16]},{"name":"NDIS_GFT_VPORT_PARAMS_CUSTOM_PROVIDER_RESERVED","features":[16]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN","features":[16]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN_NOT_IN_SRC_PORT_RANGE","features":[16]},{"name":"NDIS_GFT_VPORT_PRIORITY_MASK_CHANGED","features":[16]},{"name":"NDIS_GFT_VPORT_SAMPLING_RATE_CHANGED","features":[16]},{"name":"NDIS_GFT_VPORT_VXLAN_SETTINGS_CHANGED","features":[16]},{"name":"NDIS_GFT_WCFE_ADD_IN_ACTIVATED_STATE","features":[16]},{"name":"NDIS_GFT_WCFE_COPY_ALL_PACKETS","features":[16]},{"name":"NDIS_GFT_WCFE_COUNTER_ALLOCATE","features":[16]},{"name":"NDIS_GFT_WCFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[16]},{"name":"NDIS_GFT_WCFE_COUNTER_MEMORY_MAPPED","features":[16]},{"name":"NDIS_GFT_WCFE_CUSTOM_ACTION_PRESENT","features":[16]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[16]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[16]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[16]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[16]},{"name":"NDIS_GFT_WILDCARD_MATCH_FLOW_ENTRY_REVISION_1","features":[16]},{"name":"NDIS_GUID","features":[16]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP","features":[16]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP_REVISION_1","features":[16]},{"name":"NDIS_HARDWARE_STATUS","features":[16]},{"name":"NDIS_HASH_FUNCTION_MASK","features":[16]},{"name":"NDIS_HASH_IPV4","features":[16]},{"name":"NDIS_HASH_IPV6","features":[16]},{"name":"NDIS_HASH_IPV6_EX","features":[16]},{"name":"NDIS_HASH_TCP_IPV4","features":[16]},{"name":"NDIS_HASH_TCP_IPV6","features":[16]},{"name":"NDIS_HASH_TCP_IPV6_EX","features":[16]},{"name":"NDIS_HASH_TYPE_MASK","features":[16]},{"name":"NDIS_HASH_UDP_IPV4","features":[16]},{"name":"NDIS_HASH_UDP_IPV6","features":[16]},{"name":"NDIS_HASH_UDP_IPV6_EX","features":[16]},{"name":"NDIS_HD_SPLIT_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_HEADER_DATA_SPLIT","features":[16]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV4_OPTIONS","features":[16]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV6_EXTENSION_HEADERS","features":[16]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_TCP_OPTIONS","features":[16]},{"name":"NDIS_HD_SPLIT_COMBINE_ALL_HEADERS","features":[16]},{"name":"NDIS_HD_SPLIT_CURRENT_CONFIG_REVISION_1","features":[16]},{"name":"NDIS_HD_SPLIT_ENABLE_HEADER_DATA_SPLIT","features":[16]},{"name":"NDIS_HD_SPLIT_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_HYPERVISOR_INFO_FLAG_HYPERVISOR_PRESENT","features":[16]},{"name":"NDIS_HYPERVISOR_INFO_REVISION_1","features":[16]},{"name":"NDIS_INTERFACE_TYPE","features":[16]},{"name":"NDIS_INTERMEDIATE_DRIVER","features":[16]},{"name":"NDIS_INTERRUPT_MODERATION","features":[16]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_REINITIALIZE","features":[16]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_RESET","features":[16]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS","features":[16]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_IPSEC_OFFLOAD_V1","features":[16]},{"name":"NDIS_IPSEC_OFFLOAD_V2_ADD_SA_EX_REVISION_1","features":[16]},{"name":"NDIS_IPSEC_OFFLOAD_V2_ADD_SA_REVISION_1","features":[16]},{"name":"NDIS_IPSEC_OFFLOAD_V2_DELETE_SA_REVISION_1","features":[16]},{"name":"NDIS_IPSEC_OFFLOAD_V2_UPDATE_SA_REVISION_1","features":[16]},{"name":"NDIS_IP_OPER_STATE","features":[16,18]},{"name":"NDIS_IP_OPER_STATE_REVISION_1","features":[16]},{"name":"NDIS_IP_OPER_STATUS","features":[16,18]},{"name":"NDIS_IP_OPER_STATUS_INFO","features":[16,18]},{"name":"NDIS_IP_OPER_STATUS_INFO_REVISION_1","features":[16]},{"name":"NDIS_IRDA_PACKET_INFO","features":[16]},{"name":"NDIS_ISOLATION_NAME_MAX_STRING_SIZE","features":[16]},{"name":"NDIS_ISOLATION_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_KDNET_ADD_PF_REVISION_1","features":[16]},{"name":"NDIS_KDNET_ENUMERATE_PFS_REVISION_1","features":[16]},{"name":"NDIS_KDNET_PF_ENUM_ELEMENT_REVISION_1","features":[16]},{"name":"NDIS_KDNET_QUERY_PF_INFORMATION_REVISION_1","features":[16]},{"name":"NDIS_KDNET_REMOVE_PF_REVISION_1","features":[16]},{"name":"NDIS_LARGE_SEND_OFFLOAD_MAX_HEADER_LENGTH","features":[16]},{"name":"NDIS_LEGACY_DRIVER","features":[16]},{"name":"NDIS_LEGACY_MINIPORT","features":[16]},{"name":"NDIS_LEGACY_PROTOCOL","features":[16]},{"name":"NDIS_LINK_PARAMETERS","features":[16,18]},{"name":"NDIS_LINK_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_LINK_SPEED","features":[16]},{"name":"NDIS_LINK_STATE","features":[16,18]},{"name":"NDIS_LINK_STATE_DUPLEX_AUTO_NEGOTIATED","features":[16]},{"name":"NDIS_LINK_STATE_PAUSE_FUNCTIONS_AUTO_NEGOTIATED","features":[16]},{"name":"NDIS_LINK_STATE_RCV_LINK_SPEED_AUTO_NEGOTIATED","features":[16]},{"name":"NDIS_LINK_STATE_REVISION_1","features":[16]},{"name":"NDIS_LINK_STATE_XMIT_LINK_SPEED_AUTO_NEGOTIATED","features":[16]},{"name":"NDIS_MAC_OPTION_8021P_PRIORITY","features":[16]},{"name":"NDIS_MAC_OPTION_8021Q_VLAN","features":[16]},{"name":"NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA","features":[16]},{"name":"NDIS_MAC_OPTION_EOTX_INDICATION","features":[16]},{"name":"NDIS_MAC_OPTION_FULL_DUPLEX","features":[16]},{"name":"NDIS_MAC_OPTION_NO_LOOPBACK","features":[16]},{"name":"NDIS_MAC_OPTION_RECEIVE_AT_DPC","features":[16]},{"name":"NDIS_MAC_OPTION_RECEIVE_SERIALIZED","features":[16]},{"name":"NDIS_MAC_OPTION_RESERVED","features":[16]},{"name":"NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE","features":[16]},{"name":"NDIS_MAC_OPTION_TRANSFERS_NOT_PEND","features":[16]},{"name":"NDIS_MAXIMUM_PORTS","features":[16]},{"name":"NDIS_MAX_LOOKAHEAD_SIZE_ACCESSED_UNDEFINED","features":[16]},{"name":"NDIS_MAX_PROCESSOR_COUNT","features":[16]},{"name":"NDIS_MEDIA_CAP_RECEIVE","features":[16]},{"name":"NDIS_MEDIA_CAP_TRANSMIT","features":[16]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_EAPOL","features":[16]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_FCOE","features":[16]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_LLDP","features":[16]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_TIMESYNC","features":[16]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_TUNDL","features":[16]},{"name":"NDIS_MEDIA_STATE","features":[16]},{"name":"NDIS_MEDIUM","features":[16]},{"name":"NDIS_MEMORY_CONTIGUOUS","features":[16]},{"name":"NDIS_MEMORY_NONCACHED","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_2","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_3","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES_REVISION_2","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_2","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_3","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_4","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES_REVISION_2","features":[16]},{"name":"NDIS_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_BUS_MASTER","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_CONTROLS_DEFAULT_PORT","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_DO_NOT_BIND_TO_ALL_CO","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_HARDWARE_DEVICE","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NDIS_WDM","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NOT_CO_NDIS","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_HALT_ON_SUSPEND","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_OID_INTERCEPT_ON_NONDEFAULT_PORTS","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_PAUSE_ON_SUSPEND","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_REGISTER_BUGCHECK_CALLBACK","features":[16]},{"name":"NDIS_MINIPORT_ATTRIBUTES_SURPRISE_REMOVE_OK","features":[16]},{"name":"NDIS_MINIPORT_BLOCK","features":[16]},{"name":"NDIS_MINIPORT_CO_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_DRIVER","features":[16]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_2","features":[16]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_3","features":[16]},{"name":"NDIS_MINIPORT_INIT_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_INTERRUPT_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_MAJOR_VERSION","features":[16]},{"name":"NDIS_MINIPORT_MINIMUM_MAJOR_VERSION","features":[16]},{"name":"NDIS_MINIPORT_MINIMUM_MINOR_VERSION","features":[16]},{"name":"NDIS_MINIPORT_MINOR_VERSION","features":[16]},{"name":"NDIS_MINIPORT_PAUSE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_PNP_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_RESTART_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_SS_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_MINIPORT_TIMER","features":[4,16,5,3,9]},{"name":"NDIS_MIN_API","features":[16]},{"name":"NDIS_MONITOR_CONFIG_REVISION_1","features":[16]},{"name":"NDIS_MSIX_CONFIG_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_M_DRIVER_BLOCK","features":[16]},{"name":"NDIS_M_MAX_LOOKAHEAD","features":[16]},{"name":"NDIS_NBL_FLAGS_CAPTURE_TIMESTAMP_ON_TRANSMIT","features":[16]},{"name":"NDIS_NBL_FLAGS_HD_SPLIT","features":[16]},{"name":"NDIS_NBL_FLAGS_IS_IPV4","features":[16]},{"name":"NDIS_NBL_FLAGS_IS_IPV6","features":[16]},{"name":"NDIS_NBL_FLAGS_IS_LOOPBACK_PACKET","features":[16]},{"name":"NDIS_NBL_FLAGS_IS_TCP","features":[16]},{"name":"NDIS_NBL_FLAGS_IS_UDP","features":[16]},{"name":"NDIS_NBL_FLAGS_RECV_READ_ONLY","features":[16]},{"name":"NDIS_NBL_FLAGS_SEND_READ_ONLY","features":[16]},{"name":"NDIS_NBL_FLAGS_SPLIT_AT_UPPER_LAYER_PROTOCOL_HEADER","features":[16]},{"name":"NDIS_NBL_FLAGS_SPLIT_AT_UPPER_LAYER_PROTOCOL_PAYLOAD","features":[16]},{"name":"NDIS_NBL_MEDIA_SPECIFIC_INFO_REVISION_1","features":[16]},{"name":"NDIS_NDK_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_NDK_CONNECTIONS_REVISION_1","features":[16]},{"name":"NDIS_NDK_LOCAL_ENDPOINTS_REVISION_1","features":[16]},{"name":"NDIS_NDK_STATISTICS_INFO_REVISION_1","features":[16]},{"name":"NDIS_NETWORK_CHANGE_TYPE","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_2","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_3","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_ASYMMETRIC_QUEUE_PAIRS_FOR_NONDEFAULT_VPORT_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_NIC_SWITCH_WITHOUT_IOV_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_PER_VPORT_INTERRUPT_MODERATION_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_ON_PF_VPORTS_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PARAMETERS_PER_PF_VPORT_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_FUNCTION_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_KEY_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_TYPE_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SIZE_RESTRICTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_SINGLE_VPORT_POOL","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_VF_RSS_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_CAPS_VLAN_SUPPORTED","features":[16]},{"name":"NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_DELETE_VPORT_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_FREE_VF_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_INFO_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_INFO_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_CHANGE_MASK","features":[16]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_DEFAULT_NUMBER_OF_QUEUE_PAIRS_FOR_DEFAULT_VPORT","features":[16]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_SWITCH_NAME_CHANGED","features":[16]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[16]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_VF_INFO_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_VF_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_FUNCTION","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_GFT_ENABLED","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_LOOKAHEAD_SPLIT_ENABLED","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_PACKET_DIRECT_RX_ONLY","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_CHANGE_MASK","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_ENFORCE_MAX_SG_LIST","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_FLAGS_CHANGED","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_INT_MOD_CHANGED","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_LOOKAHEAD_SPLIT_ENABLED","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NAME_CHANGED","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NDK_PARAMS_CHANGED","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NUM_QUEUE_PAIRS_CHANGED","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PACKET_DIRECT_RX_ONLY","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PROCESSOR_AFFINITY_CHANGED","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_QOS_SQ_ID_CHANGED","features":[16]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_STATE_CHANGED","features":[16]},{"name":"NDIS_NT","features":[16]},{"name":"NDIS_OBJECT_HEADER","features":[16]},{"name":"NDIS_OBJECT_REVISION_1","features":[16]},{"name":"NDIS_OBJECT_TYPE_BIND_PARAMETERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_CONFIGURATION_OBJECT","features":[16]},{"name":"NDIS_OBJECT_TYPE_CO_CALL_MANAGER_OPTIONAL_HANDLERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_CO_CLIENT_OPTIONAL_HANDLERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_CO_MINIPORT_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_CO_PROTOCOL_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_DEFAULT","features":[16]},{"name":"NDIS_OBJECT_TYPE_DEVICE_OBJECT_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_OBJECT","features":[16]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_REVISION_1","features":[16]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTACH_PARAMETERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_FILTER_DRIVER_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_FILTER_PARTIAL_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_FILTER_PAUSE_PARAMETERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_FILTER_RESTART_PARAMETERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_HD_SPLIT_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NDK_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DEVICE_POWER_NOTIFICATION","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DRIVER_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INIT_PARAMETERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INTERRUPT","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_PNP_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_SS_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_NDK_PROVIDER_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_NSI_COMPARTMENT_RW_STRUCT","features":[16]},{"name":"NDIS_OBJECT_TYPE_NSI_INTERFACE_PERSIST_RW_STRUCT","features":[16]},{"name":"NDIS_OBJECT_TYPE_NSI_NETWORK_RW_STRUCT","features":[16]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD","features":[16]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD_ENCAPSULATION","features":[16]},{"name":"NDIS_OBJECT_TYPE_OID_REQUEST","features":[16]},{"name":"NDIS_OBJECT_TYPE_OPEN_PARAMETERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_1","features":[16]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_2","features":[16]},{"name":"NDIS_OBJECT_TYPE_PD_RECEIVE_QUEUE","features":[16]},{"name":"NDIS_OBJECT_TYPE_PD_TRANSMIT_QUEUE","features":[16]},{"name":"NDIS_OBJECT_TYPE_PORT_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_PORT_STATE","features":[16]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_DRIVER_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_RESTART_PARAMETERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_QOS_CAPABILITIES","features":[16]},{"name":"NDIS_OBJECT_TYPE_QOS_CLASSIFICATION_ELEMENT","features":[16]},{"name":"NDIS_OBJECT_TYPE_QOS_PARAMETERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_REQUEST_EX","features":[16]},{"name":"NDIS_OBJECT_TYPE_RESTART_GENERAL_ATTRIBUTES","features":[16]},{"name":"NDIS_OBJECT_TYPE_RSS_CAPABILITIES","features":[16]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS_V2","features":[16]},{"name":"NDIS_OBJECT_TYPE_RSS_PROCESSOR_INFO","features":[16]},{"name":"NDIS_OBJECT_TYPE_RSS_SET_INDIRECTION_ENTRIES","features":[16]},{"name":"NDIS_OBJECT_TYPE_SG_DMA_DESCRIPTION","features":[16]},{"name":"NDIS_OBJECT_TYPE_SHARED_MEMORY_PROVIDER_CHARACTERISTICS","features":[16]},{"name":"NDIS_OBJECT_TYPE_STATUS_INDICATION","features":[16]},{"name":"NDIS_OBJECT_TYPE_SWITCH_OPTIONAL_HANDLERS","features":[16]},{"name":"NDIS_OBJECT_TYPE_TIMER_CHARACTERISTICS","features":[16]},{"name":"NDIS_OFFLOAD","features":[16]},{"name":"NDIS_OFFLOAD_ENCAPSULATION_REVISION_1","features":[16]},{"name":"NDIS_OFFLOAD_FLAGS_GROUP_CHECKSUM_CAPABILITIES","features":[16]},{"name":"NDIS_OFFLOAD_NOT_SUPPORTED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_DISABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_AND_ESP_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_DISABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_ESP_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_AND_ESP_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_DISABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_ESP_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_DISABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_DISABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_NO_CHANGE","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_3","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_4","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_5","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_DISABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_RX_ENABLED_TX_DISABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_SKIP_REGISTRY_UPDATE","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_ENABLED_RX_DISABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_DISABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_DISABLED","features":[16]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_ENABLED","features":[16]},{"name":"NDIS_OFFLOAD_REVISION_1","features":[16]},{"name":"NDIS_OFFLOAD_REVISION_2","features":[16]},{"name":"NDIS_OFFLOAD_REVISION_3","features":[16]},{"name":"NDIS_OFFLOAD_REVISION_4","features":[16]},{"name":"NDIS_OFFLOAD_REVISION_5","features":[16]},{"name":"NDIS_OFFLOAD_REVISION_6","features":[16]},{"name":"NDIS_OFFLOAD_REVISION_7","features":[16]},{"name":"NDIS_OFFLOAD_SET_NO_CHANGE","features":[16]},{"name":"NDIS_OFFLOAD_SET_OFF","features":[16]},{"name":"NDIS_OFFLOAD_SET_ON","features":[16]},{"name":"NDIS_OFFLOAD_SUPPORTED","features":[16]},{"name":"NDIS_OID_REQUEST_FLAGS_VPORT_ID_VALID","features":[16]},{"name":"NDIS_OID_REQUEST_NDIS_RESERVED_SIZE","features":[16]},{"name":"NDIS_OID_REQUEST_REVISION_1","features":[16]},{"name":"NDIS_OID_REQUEST_REVISION_2","features":[16]},{"name":"NDIS_OID_REQUEST_TIMEOUT_INFINITE","features":[16]},{"name":"NDIS_OPEN_BLOCK","features":[16]},{"name":"NDIS_OPEN_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_OPEN_RECEIVE_NOT_REENTRANT","features":[16]},{"name":"NDIS_OPER_STATE","features":[16,18]},{"name":"NDIS_OPER_STATE_REVISION_1","features":[16]},{"name":"NDIS_PACKET_8021Q_INFO","features":[16]},{"name":"NDIS_PACKET_TYPE_ALL_FUNCTIONAL","features":[16]},{"name":"NDIS_PACKET_TYPE_ALL_LOCAL","features":[16]},{"name":"NDIS_PACKET_TYPE_ALL_MULTICAST","features":[16]},{"name":"NDIS_PACKET_TYPE_BROADCAST","features":[16]},{"name":"NDIS_PACKET_TYPE_DIRECTED","features":[16]},{"name":"NDIS_PACKET_TYPE_FUNCTIONAL","features":[16]},{"name":"NDIS_PACKET_TYPE_GROUP","features":[16]},{"name":"NDIS_PACKET_TYPE_MAC_FRAME","features":[16]},{"name":"NDIS_PACKET_TYPE_MULTICAST","features":[16]},{"name":"NDIS_PACKET_TYPE_NO_LOCAL","features":[16]},{"name":"NDIS_PACKET_TYPE_PROMISCUOUS","features":[16]},{"name":"NDIS_PACKET_TYPE_SMT","features":[16]},{"name":"NDIS_PACKET_TYPE_SOURCE_ROUTING","features":[16]},{"name":"NDIS_PARAMETER_TYPE","features":[16]},{"name":"NDIS_PAUSE_ATTACH_FILTER","features":[16]},{"name":"NDIS_PAUSE_BIND_PROTOCOL","features":[16]},{"name":"NDIS_PAUSE_DETACH_FILTER","features":[16]},{"name":"NDIS_PAUSE_FILTER_RESTART_STACK","features":[16]},{"name":"NDIS_PAUSE_LOW_POWER","features":[16]},{"name":"NDIS_PAUSE_MINIPORT_DEVICE_REMOVE","features":[16]},{"name":"NDIS_PAUSE_NDIS_INTERNAL","features":[16]},{"name":"NDIS_PAUSE_UNBIND_PROTOCOL","features":[16]},{"name":"NDIS_PCI_DEVICE_CUSTOM_PROPERTIES","features":[16]},{"name":"NDIS_PD_ACQUIRE_QUEUES_FLAG_DRAIN_NOTIFICATION","features":[16]},{"name":"NDIS_PD_ACQUIRE_QUEUES_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_PD_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_PD_CAPS_DRAIN_NOTIFICATIONS_SUPPORTED","features":[16]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_COUNT_SUPPORTED","features":[16]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_INTERVAL_SUPPORTED","features":[16]},{"name":"NDIS_PD_CAPS_RECEIVE_FILTER_COUNTERS_SUPPORTED","features":[16]},{"name":"NDIS_PD_CLOSE_PROVIDER_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_PD_CONFIG_REVISION_1","features":[16]},{"name":"NDIS_PD_COUNTER_HANDLE","features":[16]},{"name":"NDIS_PD_COUNTER_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_PD_FILTER_HANDLE","features":[16]},{"name":"NDIS_PD_FILTER_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_PD_OPEN_PROVIDER_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_PD_PROVIDER_DISPATCH_REVISION_1","features":[16]},{"name":"NDIS_PD_PROVIDER_HANDLE","features":[16]},{"name":"NDIS_PD_QUEUE_DISPATCH_REVISION_1","features":[16]},{"name":"NDIS_PD_QUEUE_FLAG_DRAIN_NOTIFICATION","features":[16]},{"name":"NDIS_PD_QUEUE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_PD_QUEUE_REVISION_1","features":[16]},{"name":"NDIS_PER_PACKET_INFO","features":[16]},{"name":"NDIS_PHYSICAL_ADDRESS_UNIT","features":[16]},{"name":"NDIS_PHYSICAL_MEDIUM","features":[16]},{"name":"NDIS_PM_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_PM_CAPABILITIES_REVISION_2","features":[16]},{"name":"NDIS_PM_MAX_PATTERN_ID","features":[16]},{"name":"NDIS_PM_MAX_STRING_SIZE","features":[16]},{"name":"NDIS_PM_PACKET_PATTERN","features":[16]},{"name":"NDIS_PM_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_PM_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_PM_PRIVATE_PATTERN_ID","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_ENABLED","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_SUPPORTED","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_ENABLED","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_SUPPORTED","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_ENABLED","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_SUPPORTED","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_HIGHEST","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_LOWEST","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_NORMAL","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[16]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_2","features":[16]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_ENABLED","features":[16]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_SUPPORTED","features":[16]},{"name":"NDIS_PM_WAKE_ON_LINK_CHANGE_ENABLED","features":[16]},{"name":"NDIS_PM_WAKE_ON_MEDIA_CONNECT_SUPPORTED","features":[16]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_ENABLED","features":[16]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_SUPPORTED","features":[16]},{"name":"NDIS_PM_WAKE_PACKET_INDICATION_SUPPORTED","features":[16]},{"name":"NDIS_PM_WAKE_PACKET_REVISION_1","features":[16]},{"name":"NDIS_PM_WAKE_REASON_REVISION_1","features":[16]},{"name":"NDIS_PM_WAKE_UP_CAPABILITIES","features":[16]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_ENABLED","features":[16]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_SUPPORTED","features":[16]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_ENABLED","features":[16]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_SUPPORTED","features":[16]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_ENABLED","features":[16]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_SUPPORTED","features":[16]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_ENABLED","features":[16]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_SUPPORTED","features":[16]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_ENABLED","features":[16]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_SUPPORTED","features":[16]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_ENABLED","features":[16]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_SUPPORTED","features":[16]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_ENABLED","features":[16]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_SUPPORTED","features":[16]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_1","features":[16]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_2","features":[16]},{"name":"NDIS_PM_WOL_PRIORITY_HIGHEST","features":[16]},{"name":"NDIS_PM_WOL_PRIORITY_LOWEST","features":[16]},{"name":"NDIS_PM_WOL_PRIORITY_NORMAL","features":[16]},{"name":"NDIS_PNP_CAPABILITIES","features":[16]},{"name":"NDIS_PNP_WAKE_UP_LINK_CHANGE","features":[16]},{"name":"NDIS_PNP_WAKE_UP_MAGIC_PACKET","features":[16]},{"name":"NDIS_PNP_WAKE_UP_PATTERN_MATCH","features":[16]},{"name":"NDIS_POLL_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_POLL_DATA_REVISION_1","features":[16]},{"name":"NDIS_POLL_HANDLE","features":[16]},{"name":"NDIS_POLL_NOTIFICATION_REVISION_1","features":[16]},{"name":"NDIS_PORT","features":[16,18]},{"name":"NDIS_PORT_ARRAY","features":[16,18]},{"name":"NDIS_PORT_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS","features":[16]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_PORT_AUTHORIZATION_STATE","features":[16]},{"name":"NDIS_PORT_CHARACTERISTICS","features":[16,18]},{"name":"NDIS_PORT_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_PORT_CHAR_USE_DEFAULT_AUTH_SETTINGS","features":[16]},{"name":"NDIS_PORT_CONTROL_STATE","features":[16]},{"name":"NDIS_PORT_STATE","features":[16,18]},{"name":"NDIS_PORT_STATE_REVISION_1","features":[16]},{"name":"NDIS_PORT_TYPE","features":[16]},{"name":"NDIS_POWER_PROFILE","features":[16]},{"name":"NDIS_PROC","features":[16]},{"name":"NDIS_PROCESSOR_TYPE","features":[16]},{"name":"NDIS_PROCESSOR_VENDOR","features":[16]},{"name":"NDIS_PROC_CALLBACK","features":[16]},{"name":"NDIS_PROTOCOL_BLOCK","features":[16]},{"name":"NDIS_PROTOCOL_CO_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_PROTOCOL_DRIVER_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_PROTOCOL_DRIVER_CHARACTERISTICS_REVISION_2","features":[16]},{"name":"NDIS_PROTOCOL_DRIVER_SUPPORTS_CURRENT_MAC_ADDRESS_CHANGE","features":[16]},{"name":"NDIS_PROTOCOL_DRIVER_SUPPORTS_L2_MTU_SIZE_CHANGE","features":[16]},{"name":"NDIS_PROTOCOL_ID_DEFAULT","features":[16]},{"name":"NDIS_PROTOCOL_ID_IP6","features":[16]},{"name":"NDIS_PROTOCOL_ID_IPX","features":[16]},{"name":"NDIS_PROTOCOL_ID_MASK","features":[16]},{"name":"NDIS_PROTOCOL_ID_MAX","features":[16]},{"name":"NDIS_PROTOCOL_ID_NBF","features":[16]},{"name":"NDIS_PROTOCOL_ID_TCP_IP","features":[16]},{"name":"NDIS_PROTOCOL_MAJOR_VERSION","features":[16]},{"name":"NDIS_PROTOCOL_MINIMUM_MAJOR_VERSION","features":[16]},{"name":"NDIS_PROTOCOL_MINIMUM_MINOR_VERSION","features":[16]},{"name":"NDIS_PROTOCOL_MINOR_VERSION","features":[16]},{"name":"NDIS_PROTOCOL_PAUSE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_PROTOCOL_RESTART_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_PROT_OPTION_ESTIMATED_LENGTH","features":[16]},{"name":"NDIS_PROT_OPTION_NO_LOOPBACK","features":[16]},{"name":"NDIS_PROT_OPTION_NO_RSVD_ON_RCVPKT","features":[16]},{"name":"NDIS_PROT_OPTION_SEND_RESTRICTED","features":[16]},{"name":"NDIS_QOS_ACTION_MAXIMUM","features":[16]},{"name":"NDIS_QOS_ACTION_PRIORITY","features":[16]},{"name":"NDIS_QOS_CAPABILITIES_CEE_DCBX_SUPPORTED","features":[16]},{"name":"NDIS_QOS_CAPABILITIES_IEEE_DCBX_SUPPORTED","features":[16]},{"name":"NDIS_QOS_CAPABILITIES_MACSEC_BYPASS_SUPPORTED","features":[16]},{"name":"NDIS_QOS_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_QOS_CAPABILITIES_STRICT_TSA_SUPPORTED","features":[16]},{"name":"NDIS_QOS_CLASSIFICATION_ELEMENT_REVISION_1","features":[16]},{"name":"NDIS_QOS_CLASSIFICATION_ENFORCED_BY_MINIPORT","features":[16]},{"name":"NDIS_QOS_CLASSIFICATION_SET_BY_MINIPORT_MASK","features":[16]},{"name":"NDIS_QOS_CONDITION_DEFAULT","features":[16]},{"name":"NDIS_QOS_CONDITION_ETHERTYPE","features":[16]},{"name":"NDIS_QOS_CONDITION_MAXIMUM","features":[16]},{"name":"NDIS_QOS_CONDITION_NETDIRECT_PORT","features":[16]},{"name":"NDIS_QOS_CONDITION_RESERVED","features":[16]},{"name":"NDIS_QOS_CONDITION_TCP_OR_UDP_PORT","features":[16]},{"name":"NDIS_QOS_CONDITION_TCP_PORT","features":[16]},{"name":"NDIS_QOS_CONDITION_UDP_PORT","features":[16]},{"name":"NDIS_QOS_DEFAULT_SQ_ID","features":[16]},{"name":"NDIS_QOS_MAXIMUM_PRIORITIES","features":[16]},{"name":"NDIS_QOS_MAXIMUM_TRAFFIC_CLASSES","features":[16]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_2","features":[16]},{"name":"NDIS_QOS_OFFLOAD_CAPS_GFT_SQ","features":[16]},{"name":"NDIS_QOS_OFFLOAD_CAPS_STANDARD_SQ","features":[16]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CHANGED","features":[16]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CONFIGURED","features":[16]},{"name":"NDIS_QOS_PARAMETERS_ETS_CHANGED","features":[16]},{"name":"NDIS_QOS_PARAMETERS_ETS_CONFIGURED","features":[16]},{"name":"NDIS_QOS_PARAMETERS_PFC_CHANGED","features":[16]},{"name":"NDIS_QOS_PARAMETERS_PFC_CONFIGURED","features":[16]},{"name":"NDIS_QOS_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_QOS_PARAMETERS_WILLING","features":[16]},{"name":"NDIS_QOS_SQ_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_QOS_SQ_PARAMETERS_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_QOS_SQ_RECEIVE_CAP_ENABLED","features":[16]},{"name":"NDIS_QOS_SQ_STATS_REVISION_1","features":[16]},{"name":"NDIS_QOS_SQ_TRANSMIT_CAP_ENABLED","features":[16]},{"name":"NDIS_QOS_SQ_TRANSMIT_RESERVATION_ENABLED","features":[16]},{"name":"NDIS_QOS_TSA_CBS","features":[16]},{"name":"NDIS_QOS_TSA_ETS","features":[16]},{"name":"NDIS_QOS_TSA_MAXIMUM","features":[16]},{"name":"NDIS_QOS_TSA_STRICT","features":[16]},{"name":"NDIS_RECEIVE_FILTER_ANY_VLAN_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_OPERATION_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SPA_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_TPA_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_2","features":[16]},{"name":"NDIS_RECEIVE_FILTER_CLEAR_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_FOR_DEFAULT_QUEUE_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_FIELD_MAC_HEADER_VLAN_UNTAGGED_OR_ZERO","features":[16]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_RECEIVE_FILTER_FLAGS_RESERVED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_MIN_OF_QUEUES_MODE","features":[16]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_SUM_OF_QUEUES_MODE","features":[16]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_2","features":[16]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_VPORT_ID_SPECIFIED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_INFO_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_FILTER_INTERRUPT_VECTOR_COALESCING_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_PROTOCOL_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_PROTOCOL_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_LOOKAHEAD_SPLIT_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_DEST_ADDR_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PACKET_TYPE_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PRIORITY_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PROTOCOL_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SOURCE_ADDR_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_VLAN_ID_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_MOVE_FILTER_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_FILTER_MSI_X_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_FILTERS_ENABLED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_SUPPORTED_ON_DEFAULT_QUEUE","features":[16]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION","features":[16]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION_GRE","features":[16]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_RECEIVE_FILTER_QUEUE_STATE_CHANGE_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_FILTER_RESERVED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_EQUAL_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_MASK_EQUAL_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_NOT_EQUAL_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_DEST_PORT_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_VMQ_FILTERS_ENABLED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUES_ENABLED","features":[16]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUE_SUPPORTED","features":[16]},{"name":"NDIS_RECEIVE_FLAGS_DISPATCH_LEVEL","features":[16]},{"name":"NDIS_RECEIVE_FLAGS_MORE_NBLS","features":[16]},{"name":"NDIS_RECEIVE_FLAGS_PERFECT_FILTERED","features":[16]},{"name":"NDIS_RECEIVE_FLAGS_RESOURCES","features":[16]},{"name":"NDIS_RECEIVE_FLAGS_SHARED_MEMORY_INFO_VALID","features":[16]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_ETHER_TYPE","features":[16]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_QUEUE","features":[16]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_VLAN","features":[16]},{"name":"NDIS_RECEIVE_FLAGS_SWITCH_DESTINATION_GROUP","features":[16]},{"name":"NDIS_RECEIVE_FLAGS_SWITCH_SINGLE_SOURCE","features":[16]},{"name":"NDIS_RECEIVE_HASH_FLAG_ENABLE_HASH","features":[16]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_INFO_UNCHANGED","features":[16]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_KEY_UNCHANGED","features":[16]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS","features":[16]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_FREE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_INFO_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_2","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_CHANGE_MASK","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_FLAGS_CHANGED","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_INTERRUPT_COALESCING_DOMAIN_ID_CHANGED","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_LOOKAHEAD_SPLIT_REQUIRED","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_NAME_CHANGED","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PER_QUEUE_RECEIVE_INDICATION","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PROCESSOR_AFFINITY_CHANGED","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_QOS_SQ_ID_CHANGED","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_3","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_SUGGESTED_RECV_BUFFER_NUMBERS_CHANGED","features":[16]},{"name":"NDIS_RECEIVE_QUEUE_STATE_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES","features":[16]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_2","features":[16]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_3","features":[16]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS","features":[16]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_3","features":[16]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_V2_REVISION_1","features":[16]},{"name":"NDIS_RECEIVE_SCALE_PARAM_ENABLE_RSS","features":[16]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_INFO_CHANGED","features":[16]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_KEY_CHANGED","features":[16]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_ENTRIES_CHANGED","features":[16]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_QUEUES_CHANGED","features":[16]},{"name":"NDIS_REQUEST_TYPE","features":[16]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_MAX_LOOKAHEAD_ACCESSED_DEFINED","features":[16]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_REVISION_1","features":[16]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_REVISION_2","features":[16]},{"name":"NDIS_RETURN_FLAGS_DISPATCH_LEVEL","features":[16]},{"name":"NDIS_RETURN_FLAGS_SINGLE_QUEUE","features":[16]},{"name":"NDIS_RETURN_FLAGS_SWITCH_SINGLE_SOURCE","features":[16]},{"name":"NDIS_RING_AUTO_REMOVAL_ERROR","features":[16]},{"name":"NDIS_RING_COUNTER_OVERFLOW","features":[16]},{"name":"NDIS_RING_HARD_ERROR","features":[16]},{"name":"NDIS_RING_LOBE_WIRE_FAULT","features":[16]},{"name":"NDIS_RING_REMOVE_RECEIVED","features":[16]},{"name":"NDIS_RING_RING_RECOVERY","features":[16]},{"name":"NDIS_RING_SIGNAL_LOSS","features":[16]},{"name":"NDIS_RING_SINGLE_STATION","features":[16]},{"name":"NDIS_RING_SOFT_ERROR","features":[16]},{"name":"NDIS_RING_TRANSMIT_BEACON","features":[16]},{"name":"NDIS_ROUTING_DOMAIN_ENTRY_REVISION_1","features":[16]},{"name":"NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_REVISION_1","features":[16]},{"name":"NDIS_RSC_STATISTICS_REVISION_1","features":[16]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_DPC","features":[16]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_ISR","features":[16]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV4","features":[16]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6","features":[16]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6_EX","features":[16]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV4","features":[16]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6","features":[16]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6_EX","features":[16]},{"name":"NDIS_RSS_CAPS_MESSAGE_SIGNALED_INTERRUPTS","features":[16]},{"name":"NDIS_RSS_CAPS_RSS_AVAILABLE_ON_PORTS","features":[16]},{"name":"NDIS_RSS_CAPS_SUPPORTS_INDEPENDENT_ENTRY_MOVE","features":[16]},{"name":"NDIS_RSS_CAPS_SUPPORTS_MSI_X","features":[16]},{"name":"NDIS_RSS_CAPS_USING_MSI_X","features":[16]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_1","features":[16]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_2","features":[16]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_3","features":[16]},{"name":"NDIS_RSS_HASH_SECRET_KEY_SIZE_REVISION_1","features":[16]},{"name":"NDIS_RSS_INDIRECTION_TABLE_MAX_SIZE_REVISION_1","features":[16]},{"name":"NDIS_RSS_INDIRECTION_TABLE_SIZE_REVISION_1","features":[16]},{"name":"NDIS_RSS_PARAM_FLAG_BASE_CPU_UNCHANGED","features":[16]},{"name":"NDIS_RSS_PARAM_FLAG_DEFAULT_PROCESSOR_UNCHANGED","features":[16]},{"name":"NDIS_RSS_PARAM_FLAG_DISABLE_RSS","features":[16]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_INFO_UNCHANGED","features":[16]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_KEY_UNCHANGED","features":[16]},{"name":"NDIS_RSS_PARAM_FLAG_ITABLE_UNCHANGED","features":[16]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_1","features":[16]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_2","features":[16]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRIES_REVISION_1","features":[16]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_DEFAULT_PROCESSOR","features":[16]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_PRIMARY_PROCESSOR","features":[16]},{"name":"NDIS_RUNTIME_VERSION_60","features":[16]},{"name":"NDIS_RWL_AT_DISPATCH_LEVEL","features":[16]},{"name":"NDIS_RW_LOCK","features":[16,3]},{"name":"NDIS_RW_LOCK_REFCOUNT","features":[16]},{"name":"NDIS_SCATTER_GATHER_LIST_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SEND_COMPLETE_FLAGS_DISPATCH_LEVEL","features":[16]},{"name":"NDIS_SEND_COMPLETE_FLAGS_SINGLE_QUEUE","features":[16]},{"name":"NDIS_SEND_COMPLETE_FLAGS_SWITCH_SINGLE_SOURCE","features":[16]},{"name":"NDIS_SEND_FLAGS_CHECK_FOR_LOOPBACK","features":[16]},{"name":"NDIS_SEND_FLAGS_DISPATCH_LEVEL","features":[16]},{"name":"NDIS_SEND_FLAGS_SINGLE_QUEUE","features":[16]},{"name":"NDIS_SEND_FLAGS_SWITCH_DESTINATION_GROUP","features":[16]},{"name":"NDIS_SEND_FLAGS_SWITCH_SINGLE_SOURCE","features":[16]},{"name":"NDIS_SG_DMA_64_BIT_ADDRESS","features":[16]},{"name":"NDIS_SG_DMA_DESCRIPTION_REVISION_1","features":[16]},{"name":"NDIS_SG_DMA_DESCRIPTION_REVISION_2","features":[16]},{"name":"NDIS_SG_DMA_HYBRID_DMA","features":[16]},{"name":"NDIS_SG_DMA_V3_HAL_API","features":[16]},{"name":"NDIS_SG_LIST_WRITE_TO_DEVICE","features":[16]},{"name":"NDIS_SHARED_MEMORY_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SHARED_MEMORY_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_SHARED_MEMORY_PROVIDER_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_SHARED_MEMORY_PROVIDER_CHAR_SUPPORTS_PF_VPORTS","features":[16]},{"name":"NDIS_SHARED_MEM_PARAMETERS_CONTIGOUS","features":[16]},{"name":"NDIS_SHARED_MEM_PARAMETERS_CONTIGUOUS","features":[16]},{"name":"NDIS_SIZEOF_NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[16]},{"name":"NDIS_SPIN_LOCK","features":[16]},{"name":"NDIS_SRIOV_BAR_RESOURCES_INFO_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_CAPS_PF_MINIPORT","features":[16]},{"name":"NDIS_SRIOV_CAPS_SRIOV_SUPPORTED","features":[16]},{"name":"NDIS_SRIOV_CAPS_VF_MINIPORT","features":[16]},{"name":"NDIS_SRIOV_CONFIG_STATE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_OVERLYING_ADAPTER_INFO_VERSION_1","features":[16]},{"name":"NDIS_SRIOV_PF_LUID_INFO_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_PROBED_BARS_INFO_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_RESET_VF_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_SET_VF_POWER_STATE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_VF_INVALIDATE_CONFIG_BLOCK_INFO_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_VF_SERIAL_NUMBER_INFO_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_VF_VENDOR_DEVICE_ID_INFO_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_STATISTICS_BROADCAST_BYTES_RCV_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_BROADCAST_BYTES_XMIT_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_BROADCAST_FRAMES_RCV_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_BROADCAST_FRAMES_XMIT_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_BYTES_RCV_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_BYTES_XMIT_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_DIRECTED_BYTES_RCV_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_DIRECTED_BYTES_XMIT_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_DIRECTED_FRAMES_RCV_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_DIRECTED_FRAMES_XMIT_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_RCV","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_XMIT","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_RCV","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_XMIT","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_RCV","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_XMIT","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_RCV","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_XMIT","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_RCV","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_XMIT","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_RCV","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_XMIT","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_RCV","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_XMIT","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_DISCARDS","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_ERROR","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_DISCARDS","features":[16]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_ERROR","features":[16]},{"name":"NDIS_STATISTICS_GEN_STATISTICS_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_INFO","features":[16]},{"name":"NDIS_STATISTICS_INFO_REVISION_1","features":[16]},{"name":"NDIS_STATISTICS_MULTICAST_BYTES_RCV_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_MULTICAST_BYTES_XMIT_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_MULTICAST_FRAMES_RCV_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_MULTICAST_FRAMES_XMIT_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_RCV_CRC_ERROR_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_RCV_DISCARDS_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_RCV_ERROR_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_RCV_NO_BUFFER_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_RCV_OK_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_TRANSMIT_QUEUE_LENGTH_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_VALUE","features":[16]},{"name":"NDIS_STATISTICS_VALUE_EX","features":[16]},{"name":"NDIS_STATISTICS_XMIT_DISCARDS_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_XMIT_ERROR_SUPPORTED","features":[16]},{"name":"NDIS_STATISTICS_XMIT_OK_SUPPORTED","features":[16]},{"name":"NDIS_STATUS_INDICATION_FLAGS_MEDIA_CONNECT_TO_CONNECT","features":[16]},{"name":"NDIS_STATUS_INDICATION_FLAGS_NDIS_RESERVED","features":[16]},{"name":"NDIS_STATUS_INDICATION_REVISION_1","features":[16]},{"name":"NDIS_SUPPORTED_PAUSE_FUNCTIONS","features":[16]},{"name":"NDIS_SUPPORT_60_COMPATIBLE_API","features":[16]},{"name":"NDIS_SUPPORT_NDIS6","features":[16]},{"name":"NDIS_SUPPORT_NDIS61","features":[16]},{"name":"NDIS_SUPPORT_NDIS620","features":[16]},{"name":"NDIS_SUPPORT_NDIS630","features":[16]},{"name":"NDIS_SUPPORT_NDIS640","features":[16]},{"name":"NDIS_SUPPORT_NDIS650","features":[16]},{"name":"NDIS_SUPPORT_NDIS651","features":[16]},{"name":"NDIS_SUPPORT_NDIS660","features":[16]},{"name":"NDIS_SUPPORT_NDIS670","features":[16]},{"name":"NDIS_SUPPORT_NDIS680","features":[16]},{"name":"NDIS_SUPPORT_NDIS681","features":[16]},{"name":"NDIS_SUPPORT_NDIS682","features":[16]},{"name":"NDIS_SUPPORT_NDIS683","features":[16]},{"name":"NDIS_SUPPORT_NDIS684","features":[16]},{"name":"NDIS_SUPPORT_NDIS685","features":[16]},{"name":"NDIS_SUPPORT_NDIS686","features":[16]},{"name":"NDIS_SUPPORT_NDIS687","features":[16]},{"name":"NDIS_SWITCH_COPY_NBL_INFO_FLAGS_PRESERVE_DESTINATIONS","features":[16]},{"name":"NDIS_SWITCH_COPY_NBL_INFO_FLAGS_PRESERVE_SWITCH_INFO_ONLY","features":[16]},{"name":"NDIS_SWITCH_DEFAULT_NIC_INDEX","features":[16]},{"name":"NDIS_SWITCH_DEFAULT_PORT_ID","features":[16]},{"name":"NDIS_SWITCH_FEATURE_STATUS_CUSTOM_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_FORWARDING_DESTINATION_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_NET_BUFFER_LIST_CONTEXT_TYPE_INFO_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_NIC_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_NIC_FLAGS_MAPPED_NIC_UPDATED","features":[16]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_INITIALIZING","features":[16]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED","features":[16]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED_LM","features":[16]},{"name":"NDIS_SWITCH_NIC_OID_REQUEST_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_2","features":[16]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_2","features":[16]},{"name":"NDIS_SWITCH_NIC_STATUS_INDICATION_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_OBJECT_SERIALIZATION_VERSION_1","features":[16]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_PD_RESERVED_SIZE","features":[16]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_REVISION_2","features":[16]},{"name":"NDIS_SWITCH_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_ARRAY_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_CUSTOM_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_RESTORING_PORT","features":[16]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_UNTRUSTED_INTERNAL_PORT","features":[16]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_CUSTOM_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ISOLATION_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PROFILE_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_2","features":[16]},{"name":"NDIS_SWITCH_PORT_PROPERTY_VLAN_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PROPERTY_CUSTOM_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_INFO_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_PROPERTY_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_SWITCH_REPORT_FILTERED_NBL_FLAGS_IS_INCOMING","features":[16]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_EX_REVISION_1","features":[16]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_REVISION_1","features":[16]},{"name":"NDIS_TASK_OFFLOAD_VERSION","features":[16]},{"name":"NDIS_TASK_TCP_LARGE_SEND_V0","features":[16]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD","features":[16]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_1","features":[16]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_2","features":[16]},{"name":"NDIS_TCP_IP_CHECKSUM_OFFLOAD","features":[16]},{"name":"NDIS_TCP_IP_CHECKSUM_PACKET_INFO","features":[16]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_IPv4","features":[16]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_IPv6","features":[16]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1","features":[16]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1_TYPE","features":[16]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2","features":[16]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2_TYPE","features":[16]},{"name":"NDIS_TCP_RECV_SEG_COALESC_OFFLOAD_REVISION_1","features":[16]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[16]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_TIMER","features":[4,16,5,3,9]},{"name":"NDIS_TIMER_CHARACTERISTICS_REVISION_1","features":[16]},{"name":"NDIS_TIMER_FUNCTION","features":[16]},{"name":"NDIS_TIMESTAMP_CAPABILITIES","features":[16,3]},{"name":"NDIS_TIMESTAMP_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_TIMESTAMP_CAPABILITY_FLAGS","features":[16,3]},{"name":"NDIS_UDP_SEGMENTATION_OFFLOAD_IPV4","features":[16]},{"name":"NDIS_UDP_SEGMENTATION_OFFLOAD_IPV6","features":[16]},{"name":"NDIS_VAR_DATA_DESC","features":[16]},{"name":"NDIS_WAN_FRAGMENT","features":[16]},{"name":"NDIS_WAN_GET_STATS","features":[16]},{"name":"NDIS_WAN_HEADER_FORMAT","features":[16]},{"name":"NDIS_WAN_LINE_DOWN","features":[16]},{"name":"NDIS_WAN_LINE_UP","features":[16,3]},{"name":"NDIS_WAN_MEDIUM_SUBTYPE","features":[16]},{"name":"NDIS_WAN_PROTOCOL_CAPS","features":[16]},{"name":"NDIS_WAN_QUALITY","features":[16]},{"name":"NDIS_WDF","features":[16]},{"name":"NDIS_WDM","features":[16]},{"name":"NDIS_WDM_DRIVER","features":[16]},{"name":"NDIS_WLAN_BSSID","features":[16]},{"name":"NDIS_WLAN_BSSID_EX","features":[16]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_ENABLED","features":[16]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_SUPPORTED","features":[16]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_ENABLED","features":[16]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_SUPPORTED","features":[16]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_ENABLED","features":[16]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_SUPPORTED","features":[16]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_ENABLED","features":[16]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_SUPPORTED","features":[16]},{"name":"NDIS_WMI_DEFAULT_METHOD_ID","features":[16]},{"name":"NDIS_WMI_ENUM_ADAPTER","features":[16,18]},{"name":"NDIS_WMI_ENUM_ADAPTER_REVISION_1","features":[16]},{"name":"NDIS_WMI_EVENT_HEADER","features":[16,18]},{"name":"NDIS_WMI_EVENT_HEADER_REVISION_1","features":[16]},{"name":"NDIS_WMI_IPSEC_OFFLOAD_V1","features":[16]},{"name":"NDIS_WMI_METHOD_HEADER","features":[16,18]},{"name":"NDIS_WMI_METHOD_HEADER_REVISION_1","features":[16]},{"name":"NDIS_WMI_OBJECT_TYPE_ENUM_ADAPTER","features":[16]},{"name":"NDIS_WMI_OBJECT_TYPE_EVENT","features":[16]},{"name":"NDIS_WMI_OBJECT_TYPE_METHOD","features":[16]},{"name":"NDIS_WMI_OBJECT_TYPE_OUTPUT_INFO","features":[16]},{"name":"NDIS_WMI_OBJECT_TYPE_SET","features":[16]},{"name":"NDIS_WMI_OFFLOAD","features":[16]},{"name":"NDIS_WMI_OUTPUT_INFO","features":[16]},{"name":"NDIS_WMI_PM_ACTIVE_CAPABILITIES_REVISION_1","features":[16]},{"name":"NDIS_WMI_PM_ADMIN_CONFIG_REVISION_1","features":[16]},{"name":"NDIS_WMI_RECEIVE_QUEUE_INFO_REVISION_1","features":[16]},{"name":"NDIS_WMI_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[16]},{"name":"NDIS_WMI_SET_HEADER","features":[16,18]},{"name":"NDIS_WMI_SET_HEADER_REVISION_1","features":[16]},{"name":"NDIS_WMI_TCP_CONNECTION_OFFLOAD","features":[16]},{"name":"NDIS_WMI_TCP_IP_CHECKSUM_OFFLOAD","features":[16]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V1","features":[16]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2","features":[16]},{"name":"NDIS_WORK_ITEM","features":[16]},{"name":"NDIS_WRAPPER_HANDLE","features":[16]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_ENABLED","features":[16]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_SUPPORTED","features":[16]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_ENABLED","features":[16]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_SUPPORTED","features":[16]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_ENABLED","features":[16]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_SUPPORTED","features":[16]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_ENABLED","features":[16]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_SUPPORTED","features":[16]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_ENABLED","features":[16]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_SUPPORTED","features":[16]},{"name":"NETWORK_ADDRESS","features":[16]},{"name":"NETWORK_ADDRESS_IP","features":[16]},{"name":"NETWORK_ADDRESS_IP6","features":[16]},{"name":"NETWORK_ADDRESS_IPX","features":[16]},{"name":"NETWORK_ADDRESS_LIST","features":[16]},{"name":"NET_BUFFER_LIST_POOL_FLAG_VERIFY","features":[16]},{"name":"NET_BUFFER_LIST_POOL_PARAMETERS_REVISION_1","features":[16]},{"name":"NET_BUFFER_LIST_POOL_PARAMETERS_REVISION_2","features":[16]},{"name":"NET_BUFFER_POOL_FLAG_VERIFY","features":[16]},{"name":"NET_BUFFER_POOL_PARAMETERS_REVISION_1","features":[16]},{"name":"NET_BUFFER_POOL_PARAMETERS_REVISION_2","features":[16]},{"name":"NET_DEVICE_PNP_EVENT_REVISION_1","features":[16]},{"name":"NET_EVENT_FLAGS_VPORT_ID_VALID","features":[16]},{"name":"NET_EVENT_HALT_MINIPORT_ON_LOW_POWER","features":[16]},{"name":"NET_PNP_EVENT_NOTIFICATION_REVISION_1","features":[16]},{"name":"NET_PNP_EVENT_NOTIFICATION_REVISION_2","features":[16]},{"name":"NULL_FILTER","features":[16]},{"name":"Ndis802_11AuthModeAutoSwitch","features":[16]},{"name":"Ndis802_11AuthModeMax","features":[16]},{"name":"Ndis802_11AuthModeOpen","features":[16]},{"name":"Ndis802_11AuthModeShared","features":[16]},{"name":"Ndis802_11AuthModeWPA","features":[16]},{"name":"Ndis802_11AuthModeWPA2","features":[16]},{"name":"Ndis802_11AuthModeWPA2PSK","features":[16]},{"name":"Ndis802_11AuthModeWPA3","features":[16]},{"name":"Ndis802_11AuthModeWPA3Ent","features":[16]},{"name":"Ndis802_11AuthModeWPA3Ent192","features":[16]},{"name":"Ndis802_11AuthModeWPA3SAE","features":[16]},{"name":"Ndis802_11AuthModeWPANone","features":[16]},{"name":"Ndis802_11AuthModeWPAPSK","features":[16]},{"name":"Ndis802_11AutoUnknown","features":[16]},{"name":"Ndis802_11Automode","features":[16]},{"name":"Ndis802_11DS","features":[16]},{"name":"Ndis802_11Encryption1Enabled","features":[16]},{"name":"Ndis802_11Encryption1KeyAbsent","features":[16]},{"name":"Ndis802_11Encryption2Enabled","features":[16]},{"name":"Ndis802_11Encryption2KeyAbsent","features":[16]},{"name":"Ndis802_11Encryption3Enabled","features":[16]},{"name":"Ndis802_11Encryption3KeyAbsent","features":[16]},{"name":"Ndis802_11EncryptionDisabled","features":[16]},{"name":"Ndis802_11EncryptionNotSupported","features":[16]},{"name":"Ndis802_11FH","features":[16]},{"name":"Ndis802_11IBSS","features":[16]},{"name":"Ndis802_11Infrastructure","features":[16]},{"name":"Ndis802_11InfrastructureMax","features":[16]},{"name":"Ndis802_11MediaStreamOff","features":[16]},{"name":"Ndis802_11MediaStreamOn","features":[16]},{"name":"Ndis802_11NetworkTypeMax","features":[16]},{"name":"Ndis802_11OFDM24","features":[16]},{"name":"Ndis802_11OFDM5","features":[16]},{"name":"Ndis802_11PowerModeCAM","features":[16]},{"name":"Ndis802_11PowerModeFast_PSP","features":[16]},{"name":"Ndis802_11PowerModeMAX_PSP","features":[16]},{"name":"Ndis802_11PowerModeMax","features":[16]},{"name":"Ndis802_11PrivFilter8021xWEP","features":[16]},{"name":"Ndis802_11PrivFilterAcceptAll","features":[16]},{"name":"Ndis802_11RadioStatusHardwareOff","features":[16]},{"name":"Ndis802_11RadioStatusHardwareSoftwareOff","features":[16]},{"name":"Ndis802_11RadioStatusMax","features":[16]},{"name":"Ndis802_11RadioStatusOn","features":[16]},{"name":"Ndis802_11RadioStatusSoftwareOff","features":[16]},{"name":"Ndis802_11ReloadWEPKeys","features":[16]},{"name":"Ndis802_11StatusTypeMax","features":[16]},{"name":"Ndis802_11StatusType_Authentication","features":[16]},{"name":"Ndis802_11StatusType_MediaStreamMode","features":[16]},{"name":"Ndis802_11StatusType_PMKID_CandidateList","features":[16]},{"name":"Ndis802_11WEPDisabled","features":[16]},{"name":"Ndis802_11WEPEnabled","features":[16]},{"name":"Ndis802_11WEPKeyAbsent","features":[16]},{"name":"Ndis802_11WEPNotSupported","features":[16]},{"name":"NdisAcquireReadWriteLock","features":[16,3]},{"name":"NdisAllocateMemoryWithTag","features":[16]},{"name":"NdisCancelTimer","features":[4,16,5,3,9]},{"name":"NdisClAddParty","features":[16]},{"name":"NdisClCloseAddressFamily","features":[16]},{"name":"NdisClCloseCall","features":[16]},{"name":"NdisClDeregisterSap","features":[16]},{"name":"NdisClDropParty","features":[16]},{"name":"NdisClGetProtocolVcContextFromTapiCallId","features":[16,3]},{"name":"NdisClIncomingCallComplete","features":[16]},{"name":"NdisClMakeCall","features":[16]},{"name":"NdisClModifyCallQoS","features":[16]},{"name":"NdisClRegisterSap","features":[16]},{"name":"NdisClass802_3Priority","features":[16]},{"name":"NdisClassAtmAALInfo","features":[16]},{"name":"NdisClassIrdaPacketInfo","features":[16]},{"name":"NdisClassWirelessWanMbxMailbox","features":[16]},{"name":"NdisCloseConfiguration","features":[16]},{"name":"NdisCloseFile","features":[16]},{"name":"NdisCmActivateVc","features":[16]},{"name":"NdisCmAddPartyComplete","features":[16]},{"name":"NdisCmCloseAddressFamilyComplete","features":[16]},{"name":"NdisCmCloseCallComplete","features":[16]},{"name":"NdisCmDeactivateVc","features":[16]},{"name":"NdisCmDeregisterSapComplete","features":[16]},{"name":"NdisCmDispatchCallConnected","features":[16]},{"name":"NdisCmDispatchIncomingCall","features":[16]},{"name":"NdisCmDispatchIncomingCallQoSChange","features":[16]},{"name":"NdisCmDispatchIncomingCloseCall","features":[16]},{"name":"NdisCmDispatchIncomingDropParty","features":[16]},{"name":"NdisCmDropPartyComplete","features":[16]},{"name":"NdisCmMakeCallComplete","features":[16]},{"name":"NdisCmModifyCallQoSComplete","features":[16]},{"name":"NdisCmOpenAddressFamilyComplete","features":[16]},{"name":"NdisCmRegisterSapComplete","features":[16]},{"name":"NdisCoAssignInstanceName","features":[16,3]},{"name":"NdisCoCreateVc","features":[16]},{"name":"NdisCoDeleteVc","features":[16]},{"name":"NdisCoGetTapiCallId","features":[16]},{"name":"NdisCompleteDmaTransfer","features":[4,16,3]},{"name":"NdisCopyBuffer","features":[4,16]},{"name":"NdisDefinitelyNetworkChange","features":[16]},{"name":"NdisDeregisterTdiCallBack","features":[16]},{"name":"NdisDevicePnPEventMaximum","features":[16]},{"name":"NdisDevicePnPEventPowerProfileChanged","features":[16]},{"name":"NdisDevicePnPEventQueryRemoved","features":[16]},{"name":"NdisDevicePnPEventQueryStopped","features":[16]},{"name":"NdisDevicePnPEventRemoved","features":[16]},{"name":"NdisDevicePnPEventStopped","features":[16]},{"name":"NdisDevicePnPEventSurpriseRemoved","features":[16]},{"name":"NdisDeviceStateD0","features":[16]},{"name":"NdisDeviceStateD1","features":[16]},{"name":"NdisDeviceStateD2","features":[16]},{"name":"NdisDeviceStateD3","features":[16]},{"name":"NdisDeviceStateMaximum","features":[16]},{"name":"NdisDeviceStateUnspecified","features":[16]},{"name":"NdisEnvironmentWindows","features":[16]},{"name":"NdisEnvironmentWindowsNt","features":[16]},{"name":"NdisFddiRingDetect","features":[16]},{"name":"NdisFddiRingDirected","features":[16]},{"name":"NdisFddiRingIsolated","features":[16]},{"name":"NdisFddiRingNonOperational","features":[16]},{"name":"NdisFddiRingNonOperationalDup","features":[16]},{"name":"NdisFddiRingOperational","features":[16]},{"name":"NdisFddiRingOperationalDup","features":[16]},{"name":"NdisFddiRingTrace","features":[16]},{"name":"NdisFddiStateActive","features":[16]},{"name":"NdisFddiStateBreak","features":[16]},{"name":"NdisFddiStateConnect","features":[16]},{"name":"NdisFddiStateJoin","features":[16]},{"name":"NdisFddiStateMaintenance","features":[16]},{"name":"NdisFddiStateNext","features":[16]},{"name":"NdisFddiStateOff","features":[16]},{"name":"NdisFddiStateSignal","features":[16]},{"name":"NdisFddiStateTrace","features":[16]},{"name":"NdisFddiStateVerify","features":[16]},{"name":"NdisFddiTypeCWrapA","features":[16]},{"name":"NdisFddiTypeCWrapB","features":[16]},{"name":"NdisFddiTypeCWrapS","features":[16]},{"name":"NdisFddiTypeIsolated","features":[16]},{"name":"NdisFddiTypeLocalA","features":[16]},{"name":"NdisFddiTypeLocalAB","features":[16]},{"name":"NdisFddiTypeLocalB","features":[16]},{"name":"NdisFddiTypeLocalS","features":[16]},{"name":"NdisFddiTypeThrough","features":[16]},{"name":"NdisFddiTypeWrapA","features":[16]},{"name":"NdisFddiTypeWrapAB","features":[16]},{"name":"NdisFddiTypeWrapB","features":[16]},{"name":"NdisFddiTypeWrapS","features":[16]},{"name":"NdisFreeMemory","features":[16]},{"name":"NdisGeneratePartialCancelId","features":[16]},{"name":"NdisGetCurrentProcessorCounts","features":[16]},{"name":"NdisGetCurrentProcessorCpuUsage","features":[16]},{"name":"NdisGetRoutineAddress","features":[16,3]},{"name":"NdisGetSharedDataAlignment","features":[16]},{"name":"NdisGetVersion","features":[16]},{"name":"NdisHardwareStatusClosing","features":[16]},{"name":"NdisHardwareStatusInitializing","features":[16]},{"name":"NdisHardwareStatusNotReady","features":[16]},{"name":"NdisHardwareStatusReady","features":[16]},{"name":"NdisHardwareStatusReset","features":[16]},{"name":"NdisHashFunctionReserved1","features":[16]},{"name":"NdisHashFunctionReserved2","features":[16]},{"name":"NdisHashFunctionReserved3","features":[16]},{"name":"NdisHashFunctionToeplitz","features":[16]},{"name":"NdisIMAssociateMiniport","features":[16]},{"name":"NdisIMCancelInitializeDeviceInstance","features":[16,3]},{"name":"NdisIMDeInitializeDeviceInstance","features":[16]},{"name":"NdisIMGetBindingContext","features":[16]},{"name":"NdisIMInitializeDeviceInstanceEx","features":[16,3]},{"name":"NdisInitializeEvent","features":[4,16,3,9]},{"name":"NdisInitializeReadWriteLock","features":[16,3]},{"name":"NdisInitializeString","features":[16,3]},{"name":"NdisInitializeTimer","features":[4,16,5,3,9]},{"name":"NdisInterface1394","features":[16]},{"name":"NdisInterfaceCBus","features":[16]},{"name":"NdisInterfaceEisa","features":[16]},{"name":"NdisInterfaceInternal","features":[16]},{"name":"NdisInterfaceInternalPowerBus","features":[16]},{"name":"NdisInterfaceIrda","features":[16]},{"name":"NdisInterfaceIsa","features":[16]},{"name":"NdisInterfaceMPIBus","features":[16]},{"name":"NdisInterfaceMPSABus","features":[16]},{"name":"NdisInterfaceMca","features":[16]},{"name":"NdisInterfacePNPBus","features":[16]},{"name":"NdisInterfacePNPISABus","features":[16]},{"name":"NdisInterfacePcMcia","features":[16]},{"name":"NdisInterfacePci","features":[16]},{"name":"NdisInterfaceProcessorInternal","features":[16]},{"name":"NdisInterfaceTurboChannel","features":[16]},{"name":"NdisInterfaceUSB","features":[16]},{"name":"NdisInterruptModerationDisabled","features":[16]},{"name":"NdisInterruptModerationEnabled","features":[16]},{"name":"NdisInterruptModerationNotSupported","features":[16]},{"name":"NdisInterruptModerationUnknown","features":[16]},{"name":"NdisMAllocateSharedMemory","features":[16,3]},{"name":"NdisMAllocateSharedMemoryAsync","features":[16,3]},{"name":"NdisMCancelTimer","features":[4,16,5,3,9]},{"name":"NdisMCloseLog","features":[16]},{"name":"NdisMCmActivateVc","features":[16]},{"name":"NdisMCmCreateVc","features":[16]},{"name":"NdisMCmDeactivateVc","features":[16]},{"name":"NdisMCmDeleteVc","features":[16]},{"name":"NdisMCmRegisterAddressFamily","features":[16]},{"name":"NdisMCoActivateVcComplete","features":[16]},{"name":"NdisMCoDeactivateVcComplete","features":[16]},{"name":"NdisMCreateLog","features":[16]},{"name":"NdisMDeregisterDmaChannel","features":[16]},{"name":"NdisMDeregisterIoPortRange","features":[16]},{"name":"NdisMFlushLog","features":[16]},{"name":"NdisMFreeSharedMemory","features":[16,3]},{"name":"NdisMGetDeviceProperty","features":[4,16,7,5,3,6,8,9,10]},{"name":"NdisMGetDmaAlignment","features":[16]},{"name":"NdisMInitializeTimer","features":[4,16,5,3,9]},{"name":"NdisMMapIoSpace","features":[16]},{"name":"NdisMQueryAdapterInstanceName","features":[16,3]},{"name":"NdisMReadDmaCounter","features":[16]},{"name":"NdisMRegisterDmaChannel","features":[16,5,3]},{"name":"NdisMRegisterIoPortRange","features":[16]},{"name":"NdisMRemoveMiniport","features":[16]},{"name":"NdisMSetPeriodicTimer","features":[4,16,5,3,9]},{"name":"NdisMSleep","features":[16]},{"name":"NdisMUnmapIoSpace","features":[16]},{"name":"NdisMWriteLogData","features":[16]},{"name":"NdisMapFile","features":[16]},{"name":"NdisMaximumInterfaceType","features":[16]},{"name":"NdisMediaStateConnected","features":[16]},{"name":"NdisMediaStateDisconnected","features":[16]},{"name":"NdisMedium1394","features":[16]},{"name":"NdisMedium802_3","features":[16]},{"name":"NdisMedium802_5","features":[16]},{"name":"NdisMediumArcnet878_2","features":[16]},{"name":"NdisMediumArcnetRaw","features":[16]},{"name":"NdisMediumAtm","features":[16]},{"name":"NdisMediumBpc","features":[16]},{"name":"NdisMediumCoWan","features":[16]},{"name":"NdisMediumDix","features":[16]},{"name":"NdisMediumFddi","features":[16]},{"name":"NdisMediumIP","features":[16]},{"name":"NdisMediumInfiniBand","features":[16]},{"name":"NdisMediumIrda","features":[16]},{"name":"NdisMediumLocalTalk","features":[16]},{"name":"NdisMediumLoopback","features":[16]},{"name":"NdisMediumMax","features":[16]},{"name":"NdisMediumNative802_11","features":[16]},{"name":"NdisMediumTunnel","features":[16]},{"name":"NdisMediumWan","features":[16]},{"name":"NdisMediumWiMAX","features":[16]},{"name":"NdisMediumWirelessWan","features":[16]},{"name":"NdisNetworkChangeFromMediaConnect","features":[16]},{"name":"NdisNetworkChangeMax","features":[16]},{"name":"NdisOpenConfigurationKeyByIndex","features":[16,3]},{"name":"NdisOpenConfigurationKeyByName","features":[16,3]},{"name":"NdisOpenFile","features":[16,3]},{"name":"NdisParameterBinary","features":[16]},{"name":"NdisParameterHexInteger","features":[16]},{"name":"NdisParameterInteger","features":[16]},{"name":"NdisParameterMultiString","features":[16]},{"name":"NdisParameterString","features":[16]},{"name":"NdisPauseFunctionsReceiveOnly","features":[16]},{"name":"NdisPauseFunctionsSendAndReceive","features":[16]},{"name":"NdisPauseFunctionsSendOnly","features":[16]},{"name":"NdisPauseFunctionsUnknown","features":[16]},{"name":"NdisPauseFunctionsUnsupported","features":[16]},{"name":"NdisPhysicalMedium1394","features":[16]},{"name":"NdisPhysicalMedium802_3","features":[16]},{"name":"NdisPhysicalMedium802_5","features":[16]},{"name":"NdisPhysicalMediumBluetooth","features":[16]},{"name":"NdisPhysicalMediumCableModem","features":[16]},{"name":"NdisPhysicalMediumDSL","features":[16]},{"name":"NdisPhysicalMediumFibreChannel","features":[16]},{"name":"NdisPhysicalMediumInfiniband","features":[16]},{"name":"NdisPhysicalMediumIrda","features":[16]},{"name":"NdisPhysicalMediumMax","features":[16]},{"name":"NdisPhysicalMediumNative802_11","features":[16]},{"name":"NdisPhysicalMediumNative802_15_4","features":[16]},{"name":"NdisPhysicalMediumOther","features":[16]},{"name":"NdisPhysicalMediumPhoneLine","features":[16]},{"name":"NdisPhysicalMediumPowerLine","features":[16]},{"name":"NdisPhysicalMediumUWB","features":[16]},{"name":"NdisPhysicalMediumUnspecified","features":[16]},{"name":"NdisPhysicalMediumWiMax","features":[16]},{"name":"NdisPhysicalMediumWiredCoWan","features":[16]},{"name":"NdisPhysicalMediumWiredWAN","features":[16]},{"name":"NdisPhysicalMediumWirelessLan","features":[16]},{"name":"NdisPhysicalMediumWirelessWan","features":[16]},{"name":"NdisPortAuthorizationUnknown","features":[16]},{"name":"NdisPortAuthorized","features":[16]},{"name":"NdisPortControlStateControlled","features":[16]},{"name":"NdisPortControlStateUncontrolled","features":[16]},{"name":"NdisPortControlStateUnknown","features":[16]},{"name":"NdisPortReauthorizing","features":[16]},{"name":"NdisPortType8021xSupplicant","features":[16]},{"name":"NdisPortTypeBridge","features":[16]},{"name":"NdisPortTypeMax","features":[16]},{"name":"NdisPortTypeRasConnection","features":[16]},{"name":"NdisPortTypeUndefined","features":[16]},{"name":"NdisPortUnauthorized","features":[16]},{"name":"NdisPossibleNetworkChange","features":[16]},{"name":"NdisPowerProfileAcOnLine","features":[16]},{"name":"NdisPowerProfileBattery","features":[16]},{"name":"NdisProcessorAlpha","features":[16]},{"name":"NdisProcessorAmd64","features":[16]},{"name":"NdisProcessorArm","features":[16]},{"name":"NdisProcessorArm64","features":[16]},{"name":"NdisProcessorIA64","features":[16]},{"name":"NdisProcessorMips","features":[16]},{"name":"NdisProcessorPpc","features":[16]},{"name":"NdisProcessorVendorAuthenticAMD","features":[16]},{"name":"NdisProcessorVendorGenuinIntel","features":[16]},{"name":"NdisProcessorVendorGenuineIntel","features":[16]},{"name":"NdisProcessorVendorUnknown","features":[16]},{"name":"NdisProcessorX86","features":[16]},{"name":"NdisQueryAdapterInstanceName","features":[16,3]},{"name":"NdisQueryBindInstanceName","features":[16,3]},{"name":"NdisReEnumerateProtocolBindings","features":[16]},{"name":"NdisReadConfiguration","features":[16,3]},{"name":"NdisReadNetworkAddress","features":[16]},{"name":"NdisRegisterTdiCallBack","features":[16,3]},{"name":"NdisReleaseReadWriteLock","features":[16,3]},{"name":"NdisRequestClose","features":[16]},{"name":"NdisRequestGeneric1","features":[16]},{"name":"NdisRequestGeneric2","features":[16]},{"name":"NdisRequestGeneric3","features":[16]},{"name":"NdisRequestGeneric4","features":[16]},{"name":"NdisRequestOpen","features":[16]},{"name":"NdisRequestQueryInformation","features":[16]},{"name":"NdisRequestQueryStatistics","features":[16]},{"name":"NdisRequestReset","features":[16]},{"name":"NdisRequestSend","features":[16]},{"name":"NdisRequestSetInformation","features":[16]},{"name":"NdisRequestTransferData","features":[16]},{"name":"NdisReserved","features":[16]},{"name":"NdisResetEvent","features":[4,16,3,9]},{"name":"NdisRingStateClosed","features":[16]},{"name":"NdisRingStateClosing","features":[16]},{"name":"NdisRingStateOpenFailure","features":[16]},{"name":"NdisRingStateOpened","features":[16]},{"name":"NdisRingStateOpening","features":[16]},{"name":"NdisRingStateRingFailure","features":[16]},{"name":"NdisSetEvent","features":[4,16,3,9]},{"name":"NdisSetPeriodicTimer","features":[4,16,5,3,9]},{"name":"NdisSetTimer","features":[4,16,5,3,9]},{"name":"NdisSetTimerEx","features":[4,16,5,3,9]},{"name":"NdisSetupDmaTransfer","features":[4,16,3]},{"name":"NdisSystemProcessorCount","features":[16]},{"name":"NdisUnmapFile","features":[16]},{"name":"NdisUpdateSharedMemory","features":[16]},{"name":"NdisWaitEvent","features":[4,16,3,9]},{"name":"NdisWanErrorControl","features":[16]},{"name":"NdisWanHeaderEthernet","features":[16]},{"name":"NdisWanHeaderNative","features":[16]},{"name":"NdisWanMediumAgileVPN","features":[16]},{"name":"NdisWanMediumAtm","features":[16]},{"name":"NdisWanMediumFrameRelay","features":[16]},{"name":"NdisWanMediumGre","features":[16]},{"name":"NdisWanMediumHub","features":[16]},{"name":"NdisWanMediumIrda","features":[16]},{"name":"NdisWanMediumIsdn","features":[16]},{"name":"NdisWanMediumL2TP","features":[16]},{"name":"NdisWanMediumPPTP","features":[16]},{"name":"NdisWanMediumParallel","features":[16]},{"name":"NdisWanMediumPppoe","features":[16]},{"name":"NdisWanMediumSSTP","features":[16]},{"name":"NdisWanMediumSW56K","features":[16]},{"name":"NdisWanMediumSerial","features":[16]},{"name":"NdisWanMediumSonet","features":[16]},{"name":"NdisWanMediumSubTypeMax","features":[16]},{"name":"NdisWanMediumX_25","features":[16]},{"name":"NdisWanRaw","features":[16]},{"name":"NdisWanReliable","features":[16]},{"name":"NdisWriteConfiguration","features":[16,3]},{"name":"NdisWriteErrorLogEntry","features":[16]},{"name":"NdisWriteEventLogEntry","features":[16]},{"name":"OFFLOAD_ALGO_INFO","features":[16]},{"name":"OFFLOAD_CONF_ALGO","features":[16]},{"name":"OFFLOAD_INBOUND_SA","features":[16]},{"name":"OFFLOAD_INTEGRITY_ALGO","features":[16]},{"name":"OFFLOAD_IPSEC_ADD_SA","features":[16,3]},{"name":"OFFLOAD_IPSEC_ADD_UDPESP_SA","features":[16,3]},{"name":"OFFLOAD_IPSEC_CONF_3_DES","features":[16]},{"name":"OFFLOAD_IPSEC_CONF_DES","features":[16]},{"name":"OFFLOAD_IPSEC_CONF_MAX","features":[16]},{"name":"OFFLOAD_IPSEC_CONF_NONE","features":[16]},{"name":"OFFLOAD_IPSEC_CONF_RESERVED","features":[16]},{"name":"OFFLOAD_IPSEC_DELETE_SA","features":[16,3]},{"name":"OFFLOAD_IPSEC_DELETE_UDPESP_SA","features":[16,3]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MAX","features":[16]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MD5","features":[16]},{"name":"OFFLOAD_IPSEC_INTEGRITY_NONE","features":[16]},{"name":"OFFLOAD_IPSEC_INTEGRITY_SHA","features":[16]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_ENTRY","features":[16]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_IKE","features":[16]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_OTHER","features":[16]},{"name":"OFFLOAD_MAX_SAS","features":[16]},{"name":"OFFLOAD_OPERATION_E","features":[16]},{"name":"OFFLOAD_OUTBOUND_SA","features":[16]},{"name":"OFFLOAD_SECURITY_ASSOCIATION","features":[16]},{"name":"OID_1394_LOCAL_NODE_INFO","features":[16]},{"name":"OID_1394_VC_INFO","features":[16]},{"name":"OID_802_11_ADD_KEY","features":[16]},{"name":"OID_802_11_ADD_WEP","features":[16]},{"name":"OID_802_11_ASSOCIATION_INFORMATION","features":[16]},{"name":"OID_802_11_AUTHENTICATION_MODE","features":[16]},{"name":"OID_802_11_BSSID","features":[16]},{"name":"OID_802_11_BSSID_LIST","features":[16]},{"name":"OID_802_11_BSSID_LIST_SCAN","features":[16]},{"name":"OID_802_11_CAPABILITY","features":[16]},{"name":"OID_802_11_CONFIGURATION","features":[16]},{"name":"OID_802_11_DESIRED_RATES","features":[16]},{"name":"OID_802_11_DISASSOCIATE","features":[16]},{"name":"OID_802_11_ENCRYPTION_STATUS","features":[16]},{"name":"OID_802_11_FRAGMENTATION_THRESHOLD","features":[16]},{"name":"OID_802_11_INFRASTRUCTURE_MODE","features":[16]},{"name":"OID_802_11_MEDIA_STREAM_MODE","features":[16]},{"name":"OID_802_11_NETWORK_TYPES_SUPPORTED","features":[16]},{"name":"OID_802_11_NETWORK_TYPE_IN_USE","features":[16]},{"name":"OID_802_11_NON_BCAST_SSID_LIST","features":[16]},{"name":"OID_802_11_NUMBER_OF_ANTENNAS","features":[16]},{"name":"OID_802_11_PMKID","features":[16]},{"name":"OID_802_11_POWER_MODE","features":[16]},{"name":"OID_802_11_PRIVACY_FILTER","features":[16]},{"name":"OID_802_11_RADIO_STATUS","features":[16]},{"name":"OID_802_11_RELOAD_DEFAULTS","features":[16]},{"name":"OID_802_11_REMOVE_KEY","features":[16]},{"name":"OID_802_11_REMOVE_WEP","features":[16]},{"name":"OID_802_11_RSSI","features":[16]},{"name":"OID_802_11_RSSI_TRIGGER","features":[16]},{"name":"OID_802_11_RTS_THRESHOLD","features":[16]},{"name":"OID_802_11_RX_ANTENNA_SELECTED","features":[16]},{"name":"OID_802_11_SSID","features":[16]},{"name":"OID_802_11_STATISTICS","features":[16]},{"name":"OID_802_11_SUPPORTED_RATES","features":[16]},{"name":"OID_802_11_TEST","features":[16]},{"name":"OID_802_11_TX_ANTENNA_SELECTED","features":[16]},{"name":"OID_802_11_TX_POWER_LEVEL","features":[16]},{"name":"OID_802_11_WEP_STATUS","features":[16]},{"name":"OID_802_3_ADD_MULTICAST_ADDRESS","features":[16]},{"name":"OID_802_3_CURRENT_ADDRESS","features":[16]},{"name":"OID_802_3_DELETE_MULTICAST_ADDRESS","features":[16]},{"name":"OID_802_3_MAC_OPTIONS","features":[16]},{"name":"OID_802_3_MAXIMUM_LIST_SIZE","features":[16]},{"name":"OID_802_3_MULTICAST_LIST","features":[16]},{"name":"OID_802_3_PERMANENT_ADDRESS","features":[16]},{"name":"OID_802_3_RCV_ERROR_ALIGNMENT","features":[16]},{"name":"OID_802_3_RCV_OVERRUN","features":[16]},{"name":"OID_802_3_XMIT_DEFERRED","features":[16]},{"name":"OID_802_3_XMIT_HEARTBEAT_FAILURE","features":[16]},{"name":"OID_802_3_XMIT_LATE_COLLISIONS","features":[16]},{"name":"OID_802_3_XMIT_MAX_COLLISIONS","features":[16]},{"name":"OID_802_3_XMIT_MORE_COLLISIONS","features":[16]},{"name":"OID_802_3_XMIT_ONE_COLLISION","features":[16]},{"name":"OID_802_3_XMIT_TIMES_CRS_LOST","features":[16]},{"name":"OID_802_3_XMIT_UNDERRUN","features":[16]},{"name":"OID_802_5_ABORT_DELIMETERS","features":[16]},{"name":"OID_802_5_AC_ERRORS","features":[16]},{"name":"OID_802_5_BURST_ERRORS","features":[16]},{"name":"OID_802_5_CURRENT_ADDRESS","features":[16]},{"name":"OID_802_5_CURRENT_FUNCTIONAL","features":[16]},{"name":"OID_802_5_CURRENT_GROUP","features":[16]},{"name":"OID_802_5_CURRENT_RING_STATE","features":[16]},{"name":"OID_802_5_CURRENT_RING_STATUS","features":[16]},{"name":"OID_802_5_FRAME_COPIED_ERRORS","features":[16]},{"name":"OID_802_5_FREQUENCY_ERRORS","features":[16]},{"name":"OID_802_5_INTERNAL_ERRORS","features":[16]},{"name":"OID_802_5_LAST_OPEN_STATUS","features":[16]},{"name":"OID_802_5_LINE_ERRORS","features":[16]},{"name":"OID_802_5_LOST_FRAMES","features":[16]},{"name":"OID_802_5_PERMANENT_ADDRESS","features":[16]},{"name":"OID_802_5_TOKEN_ERRORS","features":[16]},{"name":"OID_ARCNET_CURRENT_ADDRESS","features":[16]},{"name":"OID_ARCNET_PERMANENT_ADDRESS","features":[16]},{"name":"OID_ARCNET_RECONFIGURATIONS","features":[16]},{"name":"OID_ATM_ACQUIRE_ACCESS_NET_RESOURCES","features":[16]},{"name":"OID_ATM_ALIGNMENT_REQUIRED","features":[16]},{"name":"OID_ATM_ASSIGNED_VPI","features":[16]},{"name":"OID_ATM_CALL_ALERTING","features":[16]},{"name":"OID_ATM_CALL_NOTIFY","features":[16]},{"name":"OID_ATM_CALL_PROCEEDING","features":[16]},{"name":"OID_ATM_CELLS_HEC_ERROR","features":[16]},{"name":"OID_ATM_DIGITAL_BROADCAST_VPIVCI","features":[16]},{"name":"OID_ATM_GET_NEAREST_FLOW","features":[16]},{"name":"OID_ATM_HW_CURRENT_ADDRESS","features":[16]},{"name":"OID_ATM_ILMI_VPIVCI","features":[16]},{"name":"OID_ATM_LECS_ADDRESS","features":[16]},{"name":"OID_ATM_MAX_AAL0_PACKET_SIZE","features":[16]},{"name":"OID_ATM_MAX_AAL1_PACKET_SIZE","features":[16]},{"name":"OID_ATM_MAX_AAL34_PACKET_SIZE","features":[16]},{"name":"OID_ATM_MAX_AAL5_PACKET_SIZE","features":[16]},{"name":"OID_ATM_MAX_ACTIVE_VCI_BITS","features":[16]},{"name":"OID_ATM_MAX_ACTIVE_VCS","features":[16]},{"name":"OID_ATM_MAX_ACTIVE_VPI_BITS","features":[16]},{"name":"OID_ATM_MY_IP_NM_ADDRESS","features":[16]},{"name":"OID_ATM_PARTY_ALERTING","features":[16]},{"name":"OID_ATM_RCV_CELLS_DROPPED","features":[16]},{"name":"OID_ATM_RCV_CELLS_OK","features":[16]},{"name":"OID_ATM_RCV_INVALID_VPI_VCI","features":[16]},{"name":"OID_ATM_RCV_REASSEMBLY_ERROR","features":[16]},{"name":"OID_ATM_RELEASE_ACCESS_NET_RESOURCES","features":[16]},{"name":"OID_ATM_SERVICE_ADDRESS","features":[16]},{"name":"OID_ATM_SIGNALING_VPIVCI","features":[16]},{"name":"OID_ATM_SUPPORTED_AAL_TYPES","features":[16]},{"name":"OID_ATM_SUPPORTED_SERVICE_CATEGORY","features":[16]},{"name":"OID_ATM_SUPPORTED_VC_RATES","features":[16]},{"name":"OID_ATM_XMIT_CELLS_OK","features":[16]},{"name":"OID_CO_ADDRESS_CHANGE","features":[16]},{"name":"OID_CO_ADD_ADDRESS","features":[16]},{"name":"OID_CO_ADD_PVC","features":[16]},{"name":"OID_CO_AF_CLOSE","features":[16]},{"name":"OID_CO_DELETE_ADDRESS","features":[16]},{"name":"OID_CO_DELETE_PVC","features":[16]},{"name":"OID_CO_GET_ADDRESSES","features":[16]},{"name":"OID_CO_GET_CALL_INFORMATION","features":[16]},{"name":"OID_CO_SIGNALING_DISABLED","features":[16]},{"name":"OID_CO_SIGNALING_ENABLED","features":[16]},{"name":"OID_CO_TAPI_ADDRESS_CAPS","features":[16]},{"name":"OID_CO_TAPI_CM_CAPS","features":[16]},{"name":"OID_CO_TAPI_DONT_REPORT_DIGITS","features":[16]},{"name":"OID_CO_TAPI_GET_CALL_DIAGNOSTICS","features":[16]},{"name":"OID_CO_TAPI_LINE_CAPS","features":[16]},{"name":"OID_CO_TAPI_REPORT_DIGITS","features":[16]},{"name":"OID_CO_TAPI_TRANSLATE_NDIS_CALLPARAMS","features":[16]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_CALLPARAMS","features":[16]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_SAP","features":[16]},{"name":"OID_FDDI_ATTACHMENT_TYPE","features":[16]},{"name":"OID_FDDI_DOWNSTREAM_NODE_LONG","features":[16]},{"name":"OID_FDDI_FRAMES_LOST","features":[16]},{"name":"OID_FDDI_FRAME_ERRORS","features":[16]},{"name":"OID_FDDI_IF_ADMIN_STATUS","features":[16]},{"name":"OID_FDDI_IF_DESCR","features":[16]},{"name":"OID_FDDI_IF_IN_DISCARDS","features":[16]},{"name":"OID_FDDI_IF_IN_ERRORS","features":[16]},{"name":"OID_FDDI_IF_IN_NUCAST_PKTS","features":[16]},{"name":"OID_FDDI_IF_IN_OCTETS","features":[16]},{"name":"OID_FDDI_IF_IN_UCAST_PKTS","features":[16]},{"name":"OID_FDDI_IF_IN_UNKNOWN_PROTOS","features":[16]},{"name":"OID_FDDI_IF_LAST_CHANGE","features":[16]},{"name":"OID_FDDI_IF_MTU","features":[16]},{"name":"OID_FDDI_IF_OPER_STATUS","features":[16]},{"name":"OID_FDDI_IF_OUT_DISCARDS","features":[16]},{"name":"OID_FDDI_IF_OUT_ERRORS","features":[16]},{"name":"OID_FDDI_IF_OUT_NUCAST_PKTS","features":[16]},{"name":"OID_FDDI_IF_OUT_OCTETS","features":[16]},{"name":"OID_FDDI_IF_OUT_QLEN","features":[16]},{"name":"OID_FDDI_IF_OUT_UCAST_PKTS","features":[16]},{"name":"OID_FDDI_IF_PHYS_ADDRESS","features":[16]},{"name":"OID_FDDI_IF_SPECIFIC","features":[16]},{"name":"OID_FDDI_IF_SPEED","features":[16]},{"name":"OID_FDDI_IF_TYPE","features":[16]},{"name":"OID_FDDI_LCONNECTION_STATE","features":[16]},{"name":"OID_FDDI_LCT_FAILURES","features":[16]},{"name":"OID_FDDI_LEM_REJECTS","features":[16]},{"name":"OID_FDDI_LONG_CURRENT_ADDR","features":[16]},{"name":"OID_FDDI_LONG_MAX_LIST_SIZE","features":[16]},{"name":"OID_FDDI_LONG_MULTICAST_LIST","features":[16]},{"name":"OID_FDDI_LONG_PERMANENT_ADDR","features":[16]},{"name":"OID_FDDI_MAC_AVAILABLE_PATHS","features":[16]},{"name":"OID_FDDI_MAC_BRIDGE_FUNCTIONS","features":[16]},{"name":"OID_FDDI_MAC_COPIED_CT","features":[16]},{"name":"OID_FDDI_MAC_CURRENT_PATH","features":[16]},{"name":"OID_FDDI_MAC_DA_FLAG","features":[16]},{"name":"OID_FDDI_MAC_DOWNSTREAM_NBR","features":[16]},{"name":"OID_FDDI_MAC_DOWNSTREAM_PORT_TYPE","features":[16]},{"name":"OID_FDDI_MAC_DUP_ADDRESS_TEST","features":[16]},{"name":"OID_FDDI_MAC_ERROR_CT","features":[16]},{"name":"OID_FDDI_MAC_FRAME_CT","features":[16]},{"name":"OID_FDDI_MAC_FRAME_ERROR_FLAG","features":[16]},{"name":"OID_FDDI_MAC_FRAME_ERROR_RATIO","features":[16]},{"name":"OID_FDDI_MAC_FRAME_ERROR_THRESHOLD","features":[16]},{"name":"OID_FDDI_MAC_FRAME_STATUS_FUNCTIONS","features":[16]},{"name":"OID_FDDI_MAC_HARDWARE_PRESENT","features":[16]},{"name":"OID_FDDI_MAC_INDEX","features":[16]},{"name":"OID_FDDI_MAC_LATE_CT","features":[16]},{"name":"OID_FDDI_MAC_LONG_GRP_ADDRESS","features":[16]},{"name":"OID_FDDI_MAC_LOST_CT","features":[16]},{"name":"OID_FDDI_MAC_MA_UNITDATA_AVAILABLE","features":[16]},{"name":"OID_FDDI_MAC_MA_UNITDATA_ENABLE","features":[16]},{"name":"OID_FDDI_MAC_NOT_COPIED_CT","features":[16]},{"name":"OID_FDDI_MAC_NOT_COPIED_FLAG","features":[16]},{"name":"OID_FDDI_MAC_NOT_COPIED_RATIO","features":[16]},{"name":"OID_FDDI_MAC_NOT_COPIED_THRESHOLD","features":[16]},{"name":"OID_FDDI_MAC_OLD_DOWNSTREAM_NBR","features":[16]},{"name":"OID_FDDI_MAC_OLD_UPSTREAM_NBR","features":[16]},{"name":"OID_FDDI_MAC_REQUESTED_PATHS","features":[16]},{"name":"OID_FDDI_MAC_RING_OP_CT","features":[16]},{"name":"OID_FDDI_MAC_RMT_STATE","features":[16]},{"name":"OID_FDDI_MAC_SHORT_GRP_ADDRESS","features":[16]},{"name":"OID_FDDI_MAC_SMT_ADDRESS","features":[16]},{"name":"OID_FDDI_MAC_TOKEN_CT","features":[16]},{"name":"OID_FDDI_MAC_TRANSMIT_CT","features":[16]},{"name":"OID_FDDI_MAC_TVX_CAPABILITY","features":[16]},{"name":"OID_FDDI_MAC_TVX_EXPIRED_CT","features":[16]},{"name":"OID_FDDI_MAC_TVX_VALUE","features":[16]},{"name":"OID_FDDI_MAC_T_MAX","features":[16]},{"name":"OID_FDDI_MAC_T_MAX_CAPABILITY","features":[16]},{"name":"OID_FDDI_MAC_T_NEG","features":[16]},{"name":"OID_FDDI_MAC_T_PRI0","features":[16]},{"name":"OID_FDDI_MAC_T_PRI1","features":[16]},{"name":"OID_FDDI_MAC_T_PRI2","features":[16]},{"name":"OID_FDDI_MAC_T_PRI3","features":[16]},{"name":"OID_FDDI_MAC_T_PRI4","features":[16]},{"name":"OID_FDDI_MAC_T_PRI5","features":[16]},{"name":"OID_FDDI_MAC_T_PRI6","features":[16]},{"name":"OID_FDDI_MAC_T_REQ","features":[16]},{"name":"OID_FDDI_MAC_UNDA_FLAG","features":[16]},{"name":"OID_FDDI_MAC_UPSTREAM_NBR","features":[16]},{"name":"OID_FDDI_PATH_CONFIGURATION","features":[16]},{"name":"OID_FDDI_PATH_INDEX","features":[16]},{"name":"OID_FDDI_PATH_MAX_T_REQ","features":[16]},{"name":"OID_FDDI_PATH_RING_LATENCY","features":[16]},{"name":"OID_FDDI_PATH_SBA_AVAILABLE","features":[16]},{"name":"OID_FDDI_PATH_SBA_OVERHEAD","features":[16]},{"name":"OID_FDDI_PATH_SBA_PAYLOAD","features":[16]},{"name":"OID_FDDI_PATH_TRACE_STATUS","features":[16]},{"name":"OID_FDDI_PATH_TVX_LOWER_BOUND","features":[16]},{"name":"OID_FDDI_PATH_T_MAX_LOWER_BOUND","features":[16]},{"name":"OID_FDDI_PATH_T_R_MODE","features":[16]},{"name":"OID_FDDI_PORT_ACTION","features":[16]},{"name":"OID_FDDI_PORT_AVAILABLE_PATHS","features":[16]},{"name":"OID_FDDI_PORT_BS_FLAG","features":[16]},{"name":"OID_FDDI_PORT_CONNECTION_CAPABILITIES","features":[16]},{"name":"OID_FDDI_PORT_CONNECTION_POLICIES","features":[16]},{"name":"OID_FDDI_PORT_CONNNECT_STATE","features":[16]},{"name":"OID_FDDI_PORT_CURRENT_PATH","features":[16]},{"name":"OID_FDDI_PORT_EB_ERROR_CT","features":[16]},{"name":"OID_FDDI_PORT_HARDWARE_PRESENT","features":[16]},{"name":"OID_FDDI_PORT_INDEX","features":[16]},{"name":"OID_FDDI_PORT_LCT_FAIL_CT","features":[16]},{"name":"OID_FDDI_PORT_LEM_CT","features":[16]},{"name":"OID_FDDI_PORT_LEM_REJECT_CT","features":[16]},{"name":"OID_FDDI_PORT_LER_ALARM","features":[16]},{"name":"OID_FDDI_PORT_LER_CUTOFF","features":[16]},{"name":"OID_FDDI_PORT_LER_ESTIMATE","features":[16]},{"name":"OID_FDDI_PORT_LER_FLAG","features":[16]},{"name":"OID_FDDI_PORT_MAC_INDICATED","features":[16]},{"name":"OID_FDDI_PORT_MAC_LOOP_TIME","features":[16]},{"name":"OID_FDDI_PORT_MAC_PLACEMENT","features":[16]},{"name":"OID_FDDI_PORT_MAINT_LS","features":[16]},{"name":"OID_FDDI_PORT_MY_TYPE","features":[16]},{"name":"OID_FDDI_PORT_NEIGHBOR_TYPE","features":[16]},{"name":"OID_FDDI_PORT_PCM_STATE","features":[16]},{"name":"OID_FDDI_PORT_PC_LS","features":[16]},{"name":"OID_FDDI_PORT_PC_WITHHOLD","features":[16]},{"name":"OID_FDDI_PORT_PMD_CLASS","features":[16]},{"name":"OID_FDDI_PORT_REQUESTED_PATHS","features":[16]},{"name":"OID_FDDI_RING_MGT_STATE","features":[16]},{"name":"OID_FDDI_SHORT_CURRENT_ADDR","features":[16]},{"name":"OID_FDDI_SHORT_MAX_LIST_SIZE","features":[16]},{"name":"OID_FDDI_SHORT_MULTICAST_LIST","features":[16]},{"name":"OID_FDDI_SHORT_PERMANENT_ADDR","features":[16]},{"name":"OID_FDDI_SMT_AVAILABLE_PATHS","features":[16]},{"name":"OID_FDDI_SMT_BYPASS_PRESENT","features":[16]},{"name":"OID_FDDI_SMT_CF_STATE","features":[16]},{"name":"OID_FDDI_SMT_CONFIG_CAPABILITIES","features":[16]},{"name":"OID_FDDI_SMT_CONFIG_POLICY","features":[16]},{"name":"OID_FDDI_SMT_CONNECTION_POLICY","features":[16]},{"name":"OID_FDDI_SMT_ECM_STATE","features":[16]},{"name":"OID_FDDI_SMT_HI_VERSION_ID","features":[16]},{"name":"OID_FDDI_SMT_HOLD_STATE","features":[16]},{"name":"OID_FDDI_SMT_LAST_SET_STATION_ID","features":[16]},{"name":"OID_FDDI_SMT_LO_VERSION_ID","features":[16]},{"name":"OID_FDDI_SMT_MAC_CT","features":[16]},{"name":"OID_FDDI_SMT_MAC_INDEXES","features":[16]},{"name":"OID_FDDI_SMT_MANUFACTURER_DATA","features":[16]},{"name":"OID_FDDI_SMT_MASTER_CT","features":[16]},{"name":"OID_FDDI_SMT_MIB_VERSION_ID","features":[16]},{"name":"OID_FDDI_SMT_MSG_TIME_STAMP","features":[16]},{"name":"OID_FDDI_SMT_NON_MASTER_CT","features":[16]},{"name":"OID_FDDI_SMT_OP_VERSION_ID","features":[16]},{"name":"OID_FDDI_SMT_PEER_WRAP_FLAG","features":[16]},{"name":"OID_FDDI_SMT_PORT_INDEXES","features":[16]},{"name":"OID_FDDI_SMT_REMOTE_DISCONNECT_FLAG","features":[16]},{"name":"OID_FDDI_SMT_SET_COUNT","features":[16]},{"name":"OID_FDDI_SMT_STATION_ACTION","features":[16]},{"name":"OID_FDDI_SMT_STATION_ID","features":[16]},{"name":"OID_FDDI_SMT_STATION_STATUS","features":[16]},{"name":"OID_FDDI_SMT_STAT_RPT_POLICY","features":[16]},{"name":"OID_FDDI_SMT_TRACE_MAX_EXPIRATION","features":[16]},{"name":"OID_FDDI_SMT_TRANSITION_TIME_STAMP","features":[16]},{"name":"OID_FDDI_SMT_T_NOTIFY","features":[16]},{"name":"OID_FDDI_SMT_USER_DATA","features":[16]},{"name":"OID_FDDI_UPSTREAM_NODE_LONG","features":[16]},{"name":"OID_FFP_ADAPTER_STATS","features":[16]},{"name":"OID_FFP_CONTROL","features":[16]},{"name":"OID_FFP_DATA","features":[16]},{"name":"OID_FFP_DRIVER_STATS","features":[16]},{"name":"OID_FFP_FLUSH","features":[16]},{"name":"OID_FFP_PARAMS","features":[16]},{"name":"OID_FFP_SUPPORT","features":[16]},{"name":"OID_GEN_ADMIN_STATUS","features":[16]},{"name":"OID_GEN_ALIAS","features":[16]},{"name":"OID_GEN_BROADCAST_BYTES_RCV","features":[16]},{"name":"OID_GEN_BROADCAST_BYTES_XMIT","features":[16]},{"name":"OID_GEN_BROADCAST_FRAMES_RCV","features":[16]},{"name":"OID_GEN_BROADCAST_FRAMES_XMIT","features":[16]},{"name":"OID_GEN_BYTES_RCV","features":[16]},{"name":"OID_GEN_BYTES_XMIT","features":[16]},{"name":"OID_GEN_CO_BYTES_RCV","features":[16]},{"name":"OID_GEN_CO_BYTES_XMIT","features":[16]},{"name":"OID_GEN_CO_BYTES_XMIT_OUTSTANDING","features":[16]},{"name":"OID_GEN_CO_DEVICE_PROFILE","features":[16]},{"name":"OID_GEN_CO_DRIVER_VERSION","features":[16]},{"name":"OID_GEN_CO_GET_NETCARD_TIME","features":[16]},{"name":"OID_GEN_CO_GET_TIME_CAPS","features":[16]},{"name":"OID_GEN_CO_HARDWARE_STATUS","features":[16]},{"name":"OID_GEN_CO_LINK_SPEED","features":[16]},{"name":"OID_GEN_CO_MAC_OPTIONS","features":[16]},{"name":"OID_GEN_CO_MEDIA_CONNECT_STATUS","features":[16]},{"name":"OID_GEN_CO_MEDIA_IN_USE","features":[16]},{"name":"OID_GEN_CO_MEDIA_SUPPORTED","features":[16]},{"name":"OID_GEN_CO_MINIMUM_LINK_SPEED","features":[16]},{"name":"OID_GEN_CO_NETCARD_LOAD","features":[16]},{"name":"OID_GEN_CO_PROTOCOL_OPTIONS","features":[16]},{"name":"OID_GEN_CO_RCV_CRC_ERROR","features":[16]},{"name":"OID_GEN_CO_RCV_PDUS_ERROR","features":[16]},{"name":"OID_GEN_CO_RCV_PDUS_NO_BUFFER","features":[16]},{"name":"OID_GEN_CO_RCV_PDUS_OK","features":[16]},{"name":"OID_GEN_CO_SUPPORTED_GUIDS","features":[16]},{"name":"OID_GEN_CO_SUPPORTED_LIST","features":[16]},{"name":"OID_GEN_CO_TRANSMIT_QUEUE_LENGTH","features":[16]},{"name":"OID_GEN_CO_VENDOR_DESCRIPTION","features":[16]},{"name":"OID_GEN_CO_VENDOR_DRIVER_VERSION","features":[16]},{"name":"OID_GEN_CO_VENDOR_ID","features":[16]},{"name":"OID_GEN_CO_XMIT_PDUS_ERROR","features":[16]},{"name":"OID_GEN_CO_XMIT_PDUS_OK","features":[16]},{"name":"OID_GEN_CURRENT_LOOKAHEAD","features":[16]},{"name":"OID_GEN_CURRENT_PACKET_FILTER","features":[16]},{"name":"OID_GEN_DEVICE_PROFILE","features":[16]},{"name":"OID_GEN_DIRECTED_BYTES_RCV","features":[16]},{"name":"OID_GEN_DIRECTED_BYTES_XMIT","features":[16]},{"name":"OID_GEN_DIRECTED_FRAMES_RCV","features":[16]},{"name":"OID_GEN_DIRECTED_FRAMES_XMIT","features":[16]},{"name":"OID_GEN_DISCONTINUITY_TIME","features":[16]},{"name":"OID_GEN_DRIVER_VERSION","features":[16]},{"name":"OID_GEN_ENUMERATE_PORTS","features":[16]},{"name":"OID_GEN_FRIENDLY_NAME","features":[16]},{"name":"OID_GEN_GET_NETCARD_TIME","features":[16]},{"name":"OID_GEN_GET_TIME_CAPS","features":[16]},{"name":"OID_GEN_HARDWARE_STATUS","features":[16]},{"name":"OID_GEN_HD_SPLIT_CURRENT_CONFIG","features":[16]},{"name":"OID_GEN_HD_SPLIT_PARAMETERS","features":[16]},{"name":"OID_GEN_INIT_TIME_MS","features":[16]},{"name":"OID_GEN_INTERFACE_INFO","features":[16]},{"name":"OID_GEN_INTERRUPT_MODERATION","features":[16]},{"name":"OID_GEN_IP_OPER_STATUS","features":[16]},{"name":"OID_GEN_ISOLATION_PARAMETERS","features":[16]},{"name":"OID_GEN_LAST_CHANGE","features":[16]},{"name":"OID_GEN_LINK_PARAMETERS","features":[16]},{"name":"OID_GEN_LINK_SPEED","features":[16]},{"name":"OID_GEN_LINK_SPEED_EX","features":[16]},{"name":"OID_GEN_LINK_STATE","features":[16]},{"name":"OID_GEN_MACHINE_NAME","features":[16]},{"name":"OID_GEN_MAC_ADDRESS","features":[16]},{"name":"OID_GEN_MAC_OPTIONS","features":[16]},{"name":"OID_GEN_MAXIMUM_FRAME_SIZE","features":[16]},{"name":"OID_GEN_MAXIMUM_LOOKAHEAD","features":[16]},{"name":"OID_GEN_MAXIMUM_SEND_PACKETS","features":[16]},{"name":"OID_GEN_MAXIMUM_TOTAL_SIZE","features":[16]},{"name":"OID_GEN_MAX_LINK_SPEED","features":[16]},{"name":"OID_GEN_MEDIA_CAPABILITIES","features":[16]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS","features":[16]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS_EX","features":[16]},{"name":"OID_GEN_MEDIA_DUPLEX_STATE","features":[16]},{"name":"OID_GEN_MEDIA_IN_USE","features":[16]},{"name":"OID_GEN_MEDIA_SENSE_COUNTS","features":[16]},{"name":"OID_GEN_MEDIA_SUPPORTED","features":[16]},{"name":"OID_GEN_MINIPORT_RESTART_ATTRIBUTES","features":[16]},{"name":"OID_GEN_MULTICAST_BYTES_RCV","features":[16]},{"name":"OID_GEN_MULTICAST_BYTES_XMIT","features":[16]},{"name":"OID_GEN_MULTICAST_FRAMES_RCV","features":[16]},{"name":"OID_GEN_MULTICAST_FRAMES_XMIT","features":[16]},{"name":"OID_GEN_NDIS_RESERVED_1","features":[16]},{"name":"OID_GEN_NDIS_RESERVED_2","features":[16]},{"name":"OID_GEN_NDIS_RESERVED_3","features":[16]},{"name":"OID_GEN_NDIS_RESERVED_4","features":[16]},{"name":"OID_GEN_NDIS_RESERVED_5","features":[16]},{"name":"OID_GEN_NDIS_RESERVED_6","features":[16]},{"name":"OID_GEN_NDIS_RESERVED_7","features":[16]},{"name":"OID_GEN_NETCARD_LOAD","features":[16]},{"name":"OID_GEN_NETWORK_LAYER_ADDRESSES","features":[16]},{"name":"OID_GEN_OPERATIONAL_STATUS","features":[16]},{"name":"OID_GEN_PACKET_MONITOR","features":[16]},{"name":"OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[16]},{"name":"OID_GEN_PHYSICAL_MEDIUM","features":[16]},{"name":"OID_GEN_PHYSICAL_MEDIUM_EX","features":[16]},{"name":"OID_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[16]},{"name":"OID_GEN_PORT_STATE","features":[16]},{"name":"OID_GEN_PROMISCUOUS_MODE","features":[16]},{"name":"OID_GEN_PROTOCOL_OPTIONS","features":[16]},{"name":"OID_GEN_RCV_CRC_ERROR","features":[16]},{"name":"OID_GEN_RCV_DISCARDS","features":[16]},{"name":"OID_GEN_RCV_ERROR","features":[16]},{"name":"OID_GEN_RCV_LINK_SPEED","features":[16]},{"name":"OID_GEN_RCV_NO_BUFFER","features":[16]},{"name":"OID_GEN_RCV_OK","features":[16]},{"name":"OID_GEN_RECEIVE_BLOCK_SIZE","features":[16]},{"name":"OID_GEN_RECEIVE_BUFFER_SPACE","features":[16]},{"name":"OID_GEN_RECEIVE_HASH","features":[16]},{"name":"OID_GEN_RECEIVE_SCALE_CAPABILITIES","features":[16]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS","features":[16]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS_V2","features":[16]},{"name":"OID_GEN_RESET_COUNTS","features":[16]},{"name":"OID_GEN_RNDIS_CONFIG_PARAMETER","features":[16]},{"name":"OID_GEN_RSS_SET_INDIRECTION_TABLE_ENTRIES","features":[16]},{"name":"OID_GEN_STATISTICS","features":[16]},{"name":"OID_GEN_SUPPORTED_GUIDS","features":[16]},{"name":"OID_GEN_SUPPORTED_LIST","features":[16]},{"name":"OID_GEN_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[16]},{"name":"OID_GEN_TRANSMIT_BLOCK_SIZE","features":[16]},{"name":"OID_GEN_TRANSMIT_BUFFER_SPACE","features":[16]},{"name":"OID_GEN_TRANSMIT_QUEUE_LENGTH","features":[16]},{"name":"OID_GEN_TRANSPORT_HEADER_OFFSET","features":[16]},{"name":"OID_GEN_UNKNOWN_PROTOS","features":[16]},{"name":"OID_GEN_VENDOR_DESCRIPTION","features":[16]},{"name":"OID_GEN_VENDOR_DRIVER_VERSION","features":[16]},{"name":"OID_GEN_VENDOR_ID","features":[16]},{"name":"OID_GEN_VLAN_ID","features":[16]},{"name":"OID_GEN_XMIT_DISCARDS","features":[16]},{"name":"OID_GEN_XMIT_ERROR","features":[16]},{"name":"OID_GEN_XMIT_LINK_SPEED","features":[16]},{"name":"OID_GEN_XMIT_OK","features":[16]},{"name":"OID_GFT_ACTIVATE_FLOW_ENTRIES","features":[16]},{"name":"OID_GFT_ADD_FLOW_ENTRIES","features":[16]},{"name":"OID_GFT_ALLOCATE_COUNTERS","features":[16]},{"name":"OID_GFT_COUNTER_VALUES","features":[16]},{"name":"OID_GFT_CREATE_LOGICAL_VPORT","features":[16]},{"name":"OID_GFT_CREATE_TABLE","features":[16]},{"name":"OID_GFT_CURRENT_CAPABILITIES","features":[16]},{"name":"OID_GFT_DEACTIVATE_FLOW_ENTRIES","features":[16]},{"name":"OID_GFT_DELETE_FLOW_ENTRIES","features":[16]},{"name":"OID_GFT_DELETE_LOGICAL_VPORT","features":[16]},{"name":"OID_GFT_DELETE_PROFILE","features":[16]},{"name":"OID_GFT_DELETE_TABLE","features":[16]},{"name":"OID_GFT_ENUM_COUNTERS","features":[16]},{"name":"OID_GFT_ENUM_FLOW_ENTRIES","features":[16]},{"name":"OID_GFT_ENUM_LOGICAL_VPORTS","features":[16]},{"name":"OID_GFT_ENUM_PROFILES","features":[16]},{"name":"OID_GFT_ENUM_TABLES","features":[16]},{"name":"OID_GFT_EXACT_MATCH_PROFILE","features":[16]},{"name":"OID_GFT_FLOW_ENTRY_PARAMETERS","features":[16]},{"name":"OID_GFT_FREE_COUNTERS","features":[16]},{"name":"OID_GFT_GLOBAL_PARAMETERS","features":[16]},{"name":"OID_GFT_HARDWARE_CAPABILITIES","features":[16]},{"name":"OID_GFT_HEADER_TRANSPOSITION_PROFILE","features":[16]},{"name":"OID_GFT_STATISTICS","features":[16]},{"name":"OID_GFT_VPORT_PARAMETERS","features":[16]},{"name":"OID_GFT_WILDCARD_MATCH_PROFILE","features":[16]},{"name":"OID_IP4_OFFLOAD_STATS","features":[16]},{"name":"OID_IP6_OFFLOAD_STATS","features":[16]},{"name":"OID_IRDA_EXTRA_RCV_BOFS","features":[16]},{"name":"OID_IRDA_LINK_SPEED","features":[16]},{"name":"OID_IRDA_MAX_RECEIVE_WINDOW_SIZE","features":[16]},{"name":"OID_IRDA_MAX_SEND_WINDOW_SIZE","features":[16]},{"name":"OID_IRDA_MAX_UNICAST_LIST_SIZE","features":[16]},{"name":"OID_IRDA_MEDIA_BUSY","features":[16]},{"name":"OID_IRDA_RATE_SNIFF","features":[16]},{"name":"OID_IRDA_RECEIVING","features":[16]},{"name":"OID_IRDA_RESERVED1","features":[16]},{"name":"OID_IRDA_RESERVED2","features":[16]},{"name":"OID_IRDA_SUPPORTED_SPEEDS","features":[16]},{"name":"OID_IRDA_TURNAROUND_TIME","features":[16]},{"name":"OID_IRDA_UNICAST_LIST","features":[16]},{"name":"OID_KDNET_ADD_PF","features":[16]},{"name":"OID_KDNET_ENUMERATE_PFS","features":[16]},{"name":"OID_KDNET_QUERY_PF_INFORMATION","features":[16]},{"name":"OID_KDNET_REMOVE_PF","features":[16]},{"name":"OID_LTALK_COLLISIONS","features":[16]},{"name":"OID_LTALK_CURRENT_NODE_ID","features":[16]},{"name":"OID_LTALK_DEFERS","features":[16]},{"name":"OID_LTALK_FCS_ERRORS","features":[16]},{"name":"OID_LTALK_IN_BROADCASTS","features":[16]},{"name":"OID_LTALK_IN_LENGTH_ERRORS","features":[16]},{"name":"OID_LTALK_NO_DATA_ERRORS","features":[16]},{"name":"OID_LTALK_OUT_NO_HANDLERS","features":[16]},{"name":"OID_LTALK_RANDOM_CTS_ERRORS","features":[16]},{"name":"OID_NDK_CONNECTIONS","features":[16]},{"name":"OID_NDK_LOCAL_ENDPOINTS","features":[16]},{"name":"OID_NDK_SET_STATE","features":[16]},{"name":"OID_NDK_STATISTICS","features":[16]},{"name":"OID_NIC_SWITCH_ALLOCATE_VF","features":[16]},{"name":"OID_NIC_SWITCH_CREATE_SWITCH","features":[16]},{"name":"OID_NIC_SWITCH_CREATE_VPORT","features":[16]},{"name":"OID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[16]},{"name":"OID_NIC_SWITCH_DELETE_SWITCH","features":[16]},{"name":"OID_NIC_SWITCH_DELETE_VPORT","features":[16]},{"name":"OID_NIC_SWITCH_ENUM_SWITCHES","features":[16]},{"name":"OID_NIC_SWITCH_ENUM_VFS","features":[16]},{"name":"OID_NIC_SWITCH_ENUM_VPORTS","features":[16]},{"name":"OID_NIC_SWITCH_FREE_VF","features":[16]},{"name":"OID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[16]},{"name":"OID_NIC_SWITCH_PARAMETERS","features":[16]},{"name":"OID_NIC_SWITCH_VF_PARAMETERS","features":[16]},{"name":"OID_NIC_SWITCH_VPORT_PARAMETERS","features":[16]},{"name":"OID_OFFLOAD_ENCAPSULATION","features":[16]},{"name":"OID_PACKET_COALESCING_FILTER_MATCH_COUNT","features":[16]},{"name":"OID_PD_CLOSE_PROVIDER","features":[16]},{"name":"OID_PD_OPEN_PROVIDER","features":[16]},{"name":"OID_PD_QUERY_CURRENT_CONFIG","features":[16]},{"name":"OID_PM_ADD_PROTOCOL_OFFLOAD","features":[16]},{"name":"OID_PM_ADD_WOL_PATTERN","features":[16]},{"name":"OID_PM_CURRENT_CAPABILITIES","features":[16]},{"name":"OID_PM_GET_PROTOCOL_OFFLOAD","features":[16]},{"name":"OID_PM_HARDWARE_CAPABILITIES","features":[16]},{"name":"OID_PM_PARAMETERS","features":[16]},{"name":"OID_PM_PROTOCOL_OFFLOAD_LIST","features":[16]},{"name":"OID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[16]},{"name":"OID_PM_REMOVE_WOL_PATTERN","features":[16]},{"name":"OID_PM_RESERVED_1","features":[16]},{"name":"OID_PM_WOL_PATTERN_LIST","features":[16]},{"name":"OID_PNP_ADD_WAKE_UP_PATTERN","features":[16]},{"name":"OID_PNP_CAPABILITIES","features":[16]},{"name":"OID_PNP_ENABLE_WAKE_UP","features":[16]},{"name":"OID_PNP_QUERY_POWER","features":[16]},{"name":"OID_PNP_REMOVE_WAKE_UP_PATTERN","features":[16]},{"name":"OID_PNP_SET_POWER","features":[16]},{"name":"OID_PNP_WAKE_UP_ERROR","features":[16]},{"name":"OID_PNP_WAKE_UP_OK","features":[16]},{"name":"OID_PNP_WAKE_UP_PATTERN_LIST","features":[16]},{"name":"OID_QOS_CURRENT_CAPABILITIES","features":[16]},{"name":"OID_QOS_HARDWARE_CAPABILITIES","features":[16]},{"name":"OID_QOS_OFFLOAD_CREATE_SQ","features":[16]},{"name":"OID_QOS_OFFLOAD_CURRENT_CAPABILITIES","features":[16]},{"name":"OID_QOS_OFFLOAD_DELETE_SQ","features":[16]},{"name":"OID_QOS_OFFLOAD_ENUM_SQS","features":[16]},{"name":"OID_QOS_OFFLOAD_HARDWARE_CAPABILITIES","features":[16]},{"name":"OID_QOS_OFFLOAD_SQ_STATS","features":[16]},{"name":"OID_QOS_OFFLOAD_UPDATE_SQ","features":[16]},{"name":"OID_QOS_OPERATIONAL_PARAMETERS","features":[16]},{"name":"OID_QOS_PARAMETERS","features":[16]},{"name":"OID_QOS_REMOTE_PARAMETERS","features":[16]},{"name":"OID_QOS_RESERVED1","features":[16]},{"name":"OID_QOS_RESERVED10","features":[16]},{"name":"OID_QOS_RESERVED11","features":[16]},{"name":"OID_QOS_RESERVED12","features":[16]},{"name":"OID_QOS_RESERVED13","features":[16]},{"name":"OID_QOS_RESERVED14","features":[16]},{"name":"OID_QOS_RESERVED15","features":[16]},{"name":"OID_QOS_RESERVED16","features":[16]},{"name":"OID_QOS_RESERVED17","features":[16]},{"name":"OID_QOS_RESERVED18","features":[16]},{"name":"OID_QOS_RESERVED19","features":[16]},{"name":"OID_QOS_RESERVED2","features":[16]},{"name":"OID_QOS_RESERVED20","features":[16]},{"name":"OID_QOS_RESERVED3","features":[16]},{"name":"OID_QOS_RESERVED4","features":[16]},{"name":"OID_QOS_RESERVED5","features":[16]},{"name":"OID_QOS_RESERVED6","features":[16]},{"name":"OID_QOS_RESERVED7","features":[16]},{"name":"OID_QOS_RESERVED8","features":[16]},{"name":"OID_QOS_RESERVED9","features":[16]},{"name":"OID_RECEIVE_FILTER_ALLOCATE_QUEUE","features":[16]},{"name":"OID_RECEIVE_FILTER_CLEAR_FILTER","features":[16]},{"name":"OID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[16]},{"name":"OID_RECEIVE_FILTER_ENUM_FILTERS","features":[16]},{"name":"OID_RECEIVE_FILTER_ENUM_QUEUES","features":[16]},{"name":"OID_RECEIVE_FILTER_FREE_QUEUE","features":[16]},{"name":"OID_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[16]},{"name":"OID_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[16]},{"name":"OID_RECEIVE_FILTER_MOVE_FILTER","features":[16]},{"name":"OID_RECEIVE_FILTER_PARAMETERS","features":[16]},{"name":"OID_RECEIVE_FILTER_QUEUE_ALLOCATION_COMPLETE","features":[16]},{"name":"OID_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[16]},{"name":"OID_RECEIVE_FILTER_SET_FILTER","features":[16]},{"name":"OID_SRIOV_BAR_RESOURCES","features":[16]},{"name":"OID_SRIOV_CONFIG_STATE","features":[16]},{"name":"OID_SRIOV_CURRENT_CAPABILITIES","features":[16]},{"name":"OID_SRIOV_HARDWARE_CAPABILITIES","features":[16]},{"name":"OID_SRIOV_OVERLYING_ADAPTER_INFO","features":[16]},{"name":"OID_SRIOV_PF_LUID","features":[16]},{"name":"OID_SRIOV_PROBED_BARS","features":[16]},{"name":"OID_SRIOV_READ_VF_CONFIG_BLOCK","features":[16]},{"name":"OID_SRIOV_READ_VF_CONFIG_SPACE","features":[16]},{"name":"OID_SRIOV_RESET_VF","features":[16]},{"name":"OID_SRIOV_SET_VF_POWER_STATE","features":[16]},{"name":"OID_SRIOV_VF_INVALIDATE_CONFIG_BLOCK","features":[16]},{"name":"OID_SRIOV_VF_SERIAL_NUMBER","features":[16]},{"name":"OID_SRIOV_VF_VENDOR_DEVICE_ID","features":[16]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_BLOCK","features":[16]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_SPACE","features":[16]},{"name":"OID_SWITCH_FEATURE_STATUS_QUERY","features":[16]},{"name":"OID_SWITCH_NIC_ARRAY","features":[16]},{"name":"OID_SWITCH_NIC_CONNECT","features":[16]},{"name":"OID_SWITCH_NIC_CREATE","features":[16]},{"name":"OID_SWITCH_NIC_DELETE","features":[16]},{"name":"OID_SWITCH_NIC_DIRECT_REQUEST","features":[16]},{"name":"OID_SWITCH_NIC_DISCONNECT","features":[16]},{"name":"OID_SWITCH_NIC_REQUEST","features":[16]},{"name":"OID_SWITCH_NIC_RESTORE","features":[16]},{"name":"OID_SWITCH_NIC_RESTORE_COMPLETE","features":[16]},{"name":"OID_SWITCH_NIC_RESUME","features":[16]},{"name":"OID_SWITCH_NIC_SAVE","features":[16]},{"name":"OID_SWITCH_NIC_SAVE_COMPLETE","features":[16]},{"name":"OID_SWITCH_NIC_SUSPEND","features":[16]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_FINISHED","features":[16]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_STARTED","features":[16]},{"name":"OID_SWITCH_NIC_UPDATED","features":[16]},{"name":"OID_SWITCH_PARAMETERS","features":[16]},{"name":"OID_SWITCH_PORT_ARRAY","features":[16]},{"name":"OID_SWITCH_PORT_CREATE","features":[16]},{"name":"OID_SWITCH_PORT_DELETE","features":[16]},{"name":"OID_SWITCH_PORT_FEATURE_STATUS_QUERY","features":[16]},{"name":"OID_SWITCH_PORT_PROPERTY_ADD","features":[16]},{"name":"OID_SWITCH_PORT_PROPERTY_DELETE","features":[16]},{"name":"OID_SWITCH_PORT_PROPERTY_ENUM","features":[16]},{"name":"OID_SWITCH_PORT_PROPERTY_UPDATE","features":[16]},{"name":"OID_SWITCH_PORT_TEARDOWN","features":[16]},{"name":"OID_SWITCH_PORT_UPDATED","features":[16]},{"name":"OID_SWITCH_PROPERTY_ADD","features":[16]},{"name":"OID_SWITCH_PROPERTY_DELETE","features":[16]},{"name":"OID_SWITCH_PROPERTY_ENUM","features":[16]},{"name":"OID_SWITCH_PROPERTY_UPDATE","features":[16]},{"name":"OID_TAPI_ACCEPT","features":[16]},{"name":"OID_TAPI_ANSWER","features":[16]},{"name":"OID_TAPI_CLOSE","features":[16]},{"name":"OID_TAPI_CLOSE_CALL","features":[16]},{"name":"OID_TAPI_CONDITIONAL_MEDIA_DETECTION","features":[16]},{"name":"OID_TAPI_CONFIG_DIALOG","features":[16]},{"name":"OID_TAPI_DEV_SPECIFIC","features":[16]},{"name":"OID_TAPI_DIAL","features":[16]},{"name":"OID_TAPI_DROP","features":[16]},{"name":"OID_TAPI_GATHER_DIGITS","features":[16]},{"name":"OID_TAPI_GET_ADDRESS_CAPS","features":[16]},{"name":"OID_TAPI_GET_ADDRESS_ID","features":[16]},{"name":"OID_TAPI_GET_ADDRESS_STATUS","features":[16]},{"name":"OID_TAPI_GET_CALL_ADDRESS_ID","features":[16]},{"name":"OID_TAPI_GET_CALL_INFO","features":[16]},{"name":"OID_TAPI_GET_CALL_STATUS","features":[16]},{"name":"OID_TAPI_GET_DEV_CAPS","features":[16]},{"name":"OID_TAPI_GET_DEV_CONFIG","features":[16]},{"name":"OID_TAPI_GET_EXTENSION_ID","features":[16]},{"name":"OID_TAPI_GET_ID","features":[16]},{"name":"OID_TAPI_GET_LINE_DEV_STATUS","features":[16]},{"name":"OID_TAPI_MAKE_CALL","features":[16]},{"name":"OID_TAPI_MONITOR_DIGITS","features":[16]},{"name":"OID_TAPI_NEGOTIATE_EXT_VERSION","features":[16]},{"name":"OID_TAPI_OPEN","features":[16]},{"name":"OID_TAPI_PROVIDER_INITIALIZE","features":[16]},{"name":"OID_TAPI_PROVIDER_SHUTDOWN","features":[16]},{"name":"OID_TAPI_SECURE_CALL","features":[16]},{"name":"OID_TAPI_SELECT_EXT_VERSION","features":[16]},{"name":"OID_TAPI_SEND_USER_USER_INFO","features":[16]},{"name":"OID_TAPI_SET_APP_SPECIFIC","features":[16]},{"name":"OID_TAPI_SET_CALL_PARAMS","features":[16]},{"name":"OID_TAPI_SET_DEFAULT_MEDIA_DETECTION","features":[16]},{"name":"OID_TAPI_SET_DEV_CONFIG","features":[16]},{"name":"OID_TAPI_SET_MEDIA_MODE","features":[16]},{"name":"OID_TAPI_SET_STATUS_MESSAGES","features":[16]},{"name":"OID_TCP4_OFFLOAD_STATS","features":[16]},{"name":"OID_TCP6_OFFLOAD_STATS","features":[16]},{"name":"OID_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[16]},{"name":"OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[16]},{"name":"OID_TCP_CONNECTION_OFFLOAD_PARAMETERS","features":[16]},{"name":"OID_TCP_OFFLOAD_CURRENT_CONFIG","features":[16]},{"name":"OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[16]},{"name":"OID_TCP_OFFLOAD_PARAMETERS","features":[16]},{"name":"OID_TCP_RSC_STATISTICS","features":[16]},{"name":"OID_TCP_SAN_SUPPORT","features":[16]},{"name":"OID_TCP_TASK_IPSEC_ADD_SA","features":[16]},{"name":"OID_TCP_TASK_IPSEC_ADD_UDPESP_SA","features":[16]},{"name":"OID_TCP_TASK_IPSEC_DELETE_SA","features":[16]},{"name":"OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA","features":[16]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA","features":[16]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA_EX","features":[16]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_DELETE_SA","features":[16]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_UPDATE_SA","features":[16]},{"name":"OID_TCP_TASK_OFFLOAD","features":[16]},{"name":"OID_TIMESTAMP_CAPABILITY","features":[16]},{"name":"OID_TIMESTAMP_CURRENT_CONFIG","features":[16]},{"name":"OID_TIMESTAMP_GET_CROSSTIMESTAMP","features":[16]},{"name":"OID_TUNNEL_INTERFACE_RELEASE_OID","features":[16]},{"name":"OID_TUNNEL_INTERFACE_SET_OID","features":[16]},{"name":"OID_VLAN_RESERVED1","features":[16]},{"name":"OID_VLAN_RESERVED2","features":[16]},{"name":"OID_VLAN_RESERVED3","features":[16]},{"name":"OID_VLAN_RESERVED4","features":[16]},{"name":"OID_WAN_CO_GET_COMP_INFO","features":[16]},{"name":"OID_WAN_CO_GET_INFO","features":[16]},{"name":"OID_WAN_CO_GET_LINK_INFO","features":[16]},{"name":"OID_WAN_CO_GET_STATS_INFO","features":[16]},{"name":"OID_WAN_CO_SET_COMP_INFO","features":[16]},{"name":"OID_WAN_CO_SET_LINK_INFO","features":[16]},{"name":"OID_WAN_CURRENT_ADDRESS","features":[16]},{"name":"OID_WAN_GET_BRIDGE_INFO","features":[16]},{"name":"OID_WAN_GET_COMP_INFO","features":[16]},{"name":"OID_WAN_GET_INFO","features":[16]},{"name":"OID_WAN_GET_LINK_INFO","features":[16]},{"name":"OID_WAN_GET_STATS_INFO","features":[16]},{"name":"OID_WAN_HEADER_FORMAT","features":[16]},{"name":"OID_WAN_LINE_COUNT","features":[16]},{"name":"OID_WAN_MEDIUM_SUBTYPE","features":[16]},{"name":"OID_WAN_PERMANENT_ADDRESS","features":[16]},{"name":"OID_WAN_PROTOCOL_CAPS","features":[16]},{"name":"OID_WAN_PROTOCOL_TYPE","features":[16]},{"name":"OID_WAN_QUALITY_OF_SERVICE","features":[16]},{"name":"OID_WAN_SET_BRIDGE_INFO","features":[16]},{"name":"OID_WAN_SET_COMP_INFO","features":[16]},{"name":"OID_WAN_SET_LINK_INFO","features":[16]},{"name":"OID_WWAN_AUTH_CHALLENGE","features":[16]},{"name":"OID_WWAN_BASE_STATIONS_INFO","features":[16]},{"name":"OID_WWAN_CONNECT","features":[16]},{"name":"OID_WWAN_CREATE_MAC","features":[16]},{"name":"OID_WWAN_DELETE_MAC","features":[16]},{"name":"OID_WWAN_DEVICE_BINDINGS","features":[16]},{"name":"OID_WWAN_DEVICE_CAPS","features":[16]},{"name":"OID_WWAN_DEVICE_CAPS_EX","features":[16]},{"name":"OID_WWAN_DEVICE_RESET","features":[16]},{"name":"OID_WWAN_DEVICE_SERVICE_COMMAND","features":[16]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION","features":[16]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION_WRITE","features":[16]},{"name":"OID_WWAN_DRIVER_CAPS","features":[16]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICES","features":[16]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICE_COMMANDS","features":[16]},{"name":"OID_WWAN_HOME_PROVIDER","features":[16]},{"name":"OID_WWAN_IMS_VOICE_STATE","features":[16]},{"name":"OID_WWAN_LOCATION_STATE","features":[16]},{"name":"OID_WWAN_LTE_ATTACH_CONFIG","features":[16]},{"name":"OID_WWAN_LTE_ATTACH_STATUS","features":[16]},{"name":"OID_WWAN_MBIM_VERSION","features":[16]},{"name":"OID_WWAN_MODEM_CONFIG_INFO","features":[16]},{"name":"OID_WWAN_MODEM_LOGGING_CONFIG","features":[16]},{"name":"OID_WWAN_MPDP","features":[16]},{"name":"OID_WWAN_NETWORK_BLACKLIST","features":[16]},{"name":"OID_WWAN_NETWORK_IDLE_HINT","features":[16]},{"name":"OID_WWAN_NETWORK_PARAMS","features":[16]},{"name":"OID_WWAN_NITZ","features":[16]},{"name":"OID_WWAN_PACKET_SERVICE","features":[16]},{"name":"OID_WWAN_PCO","features":[16]},{"name":"OID_WWAN_PIN","features":[16]},{"name":"OID_WWAN_PIN_EX","features":[16]},{"name":"OID_WWAN_PIN_EX2","features":[16]},{"name":"OID_WWAN_PIN_LIST","features":[16]},{"name":"OID_WWAN_PREFERRED_MULTICARRIER_PROVIDERS","features":[16]},{"name":"OID_WWAN_PREFERRED_PROVIDERS","features":[16]},{"name":"OID_WWAN_PRESHUTDOWN","features":[16]},{"name":"OID_WWAN_PROVISIONED_CONTEXTS","features":[16]},{"name":"OID_WWAN_PS_MEDIA_CONFIG","features":[16]},{"name":"OID_WWAN_RADIO_STATE","features":[16]},{"name":"OID_WWAN_READY_INFO","features":[16]},{"name":"OID_WWAN_REGISTER_PARAMS","features":[16]},{"name":"OID_WWAN_REGISTER_STATE","features":[16]},{"name":"OID_WWAN_REGISTER_STATE_EX","features":[16]},{"name":"OID_WWAN_SAR_CONFIG","features":[16]},{"name":"OID_WWAN_SAR_TRANSMISSION_STATUS","features":[16]},{"name":"OID_WWAN_SERVICE_ACTIVATION","features":[16]},{"name":"OID_WWAN_SIGNAL_STATE","features":[16]},{"name":"OID_WWAN_SIGNAL_STATE_EX","features":[16]},{"name":"OID_WWAN_SLOT_INFO_STATUS","features":[16]},{"name":"OID_WWAN_SMS_CONFIGURATION","features":[16]},{"name":"OID_WWAN_SMS_DELETE","features":[16]},{"name":"OID_WWAN_SMS_READ","features":[16]},{"name":"OID_WWAN_SMS_SEND","features":[16]},{"name":"OID_WWAN_SMS_STATUS","features":[16]},{"name":"OID_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS","features":[16]},{"name":"OID_WWAN_SYS_CAPS","features":[16]},{"name":"OID_WWAN_SYS_SLOTMAPPINGS","features":[16]},{"name":"OID_WWAN_UE_POLICY","features":[16]},{"name":"OID_WWAN_UICC_ACCESS_BINARY","features":[16]},{"name":"OID_WWAN_UICC_ACCESS_RECORD","features":[16]},{"name":"OID_WWAN_UICC_APDU","features":[16]},{"name":"OID_WWAN_UICC_APP_LIST","features":[16]},{"name":"OID_WWAN_UICC_ATR","features":[16]},{"name":"OID_WWAN_UICC_CLOSE_CHANNEL","features":[16]},{"name":"OID_WWAN_UICC_FILE_STATUS","features":[16]},{"name":"OID_WWAN_UICC_OPEN_CHANNEL","features":[16]},{"name":"OID_WWAN_UICC_RESET","features":[16]},{"name":"OID_WWAN_UICC_TERMINAL_CAPABILITY","features":[16]},{"name":"OID_WWAN_USSD","features":[16]},{"name":"OID_WWAN_VENDOR_SPECIFIC","features":[16]},{"name":"OID_WWAN_VISIBLE_PROVIDERS","features":[16]},{"name":"OID_XBOX_ACC_RESERVED0","features":[16]},{"name":"OriginalNetBufferList","features":[16]},{"name":"OriginalPacketInfo","features":[16]},{"name":"PD_BUFFER_ATTR_BUILT_IN_DATA_BUFFER","features":[16]},{"name":"PD_BUFFER_FLAG_PARTIAL_PACKET_HEAD","features":[16]},{"name":"PD_BUFFER_MIN_RX_DATA_START_ALIGNMENT","features":[16]},{"name":"PD_BUFFER_MIN_RX_DATA_START_VALUE","features":[16]},{"name":"PD_BUFFER_MIN_TX_DATA_START_ALIGNMENT","features":[16]},{"name":"PERMANENT_VC","features":[16]},{"name":"PMKID_CANDIDATE","features":[16]},{"name":"PNDIS_TIMER_FUNCTION","features":[16]},{"name":"PROTCOL_CO_AF_REGISTER_NOTIFY","features":[16]},{"name":"PROTOCOL_CL_ADD_PARTY_COMPLETE","features":[16]},{"name":"PROTOCOL_CL_CALL_CONNECTED","features":[16]},{"name":"PROTOCOL_CL_CLOSE_AF_COMPLETE","features":[16]},{"name":"PROTOCOL_CL_CLOSE_CALL_COMPLETE","features":[16]},{"name":"PROTOCOL_CL_DEREGISTER_SAP_COMPLETE","features":[16]},{"name":"PROTOCOL_CL_DROP_PARTY_COMPLETE","features":[16]},{"name":"PROTOCOL_CL_INCOMING_CALL","features":[16]},{"name":"PROTOCOL_CL_INCOMING_CALL_QOS_CHANGE","features":[16]},{"name":"PROTOCOL_CL_INCOMING_CLOSE_CALL","features":[16]},{"name":"PROTOCOL_CL_INCOMING_DROP_PARTY","features":[16]},{"name":"PROTOCOL_CL_MAKE_CALL_COMPLETE","features":[16]},{"name":"PROTOCOL_CL_MODIFY_CALL_QOS_COMPLETE","features":[16]},{"name":"PROTOCOL_CL_OPEN_AF_COMPLETE","features":[16]},{"name":"PROTOCOL_CL_REGISTER_SAP_COMPLETE","features":[16]},{"name":"PROTOCOL_CM_ACTIVATE_VC_COMPLETE","features":[16]},{"name":"PROTOCOL_CM_ADD_PARTY","features":[16]},{"name":"PROTOCOL_CM_CLOSE_AF","features":[16]},{"name":"PROTOCOL_CM_CLOSE_CALL","features":[16]},{"name":"PROTOCOL_CM_DEACTIVATE_VC_COMPLETE","features":[16]},{"name":"PROTOCOL_CM_DEREGISTER_SAP","features":[16]},{"name":"PROTOCOL_CM_DROP_PARTY","features":[16]},{"name":"PROTOCOL_CM_INCOMING_CALL_COMPLETE","features":[16]},{"name":"PROTOCOL_CM_MAKE_CALL","features":[16]},{"name":"PROTOCOL_CM_MODIFY_QOS_CALL","features":[16]},{"name":"PROTOCOL_CM_OPEN_AF","features":[16]},{"name":"PROTOCOL_CM_REG_SAP","features":[16]},{"name":"PROTOCOL_CO_AF_REGISTER_NOTIFY","features":[16]},{"name":"PROTOCOL_CO_CREATE_VC","features":[16]},{"name":"PROTOCOL_CO_DELETE_VC","features":[16]},{"name":"PacketCancelId","features":[16]},{"name":"QUERY_CALL_PARAMETERS","features":[16]},{"name":"READABLE_LOCAL_CLOCK","features":[16]},{"name":"RECEIVE_TIME_INDICATION","features":[16]},{"name":"RECEIVE_TIME_INDICATION_CAPABLE","features":[16]},{"name":"RECEIVE_VC","features":[16]},{"name":"REFERENCE","features":[16,3]},{"name":"RESERVE_RESOURCES_VC","features":[16]},{"name":"ROUND_DOWN_FLOW","features":[16]},{"name":"ROUND_UP_FLOW","features":[16]},{"name":"STRINGFORMAT_ASCII","features":[16]},{"name":"STRINGFORMAT_BINARY","features":[16]},{"name":"STRINGFORMAT_DBCS","features":[16]},{"name":"STRINGFORMAT_UNICODE","features":[16]},{"name":"ScatterGatherListPacketInfo","features":[16]},{"name":"ShortPacketPaddingInfo","features":[16]},{"name":"TDI_PNP_HANDLER","features":[16,3]},{"name":"TDI_REGISTER_CALLBACK","features":[16,3]},{"name":"TIMED_SEND_CAPABLE","features":[16]},{"name":"TIME_STAMP_CAPABLE","features":[16]},{"name":"TRANSMIT_VC","features":[16]},{"name":"TRANSPORT_HEADER_OFFSET","features":[16]},{"name":"TRUNCATED_HASH_LEN","features":[16]},{"name":"TR_FILTER","features":[16]},{"name":"TcpIpChecksumPacketInfo","features":[16]},{"name":"TcpLargeSendPacketInfo","features":[16]},{"name":"UDP_ENCAP_TYPE","features":[16]},{"name":"USE_TIME_STAMPS","features":[16]},{"name":"VAR_STRING","features":[16]},{"name":"WAN_PROTOCOL_KEEPS_STATS","features":[16]},{"name":"W_CO_ACTIVATE_VC_HANDLER","features":[16]},{"name":"W_CO_CREATE_VC_HANDLER","features":[16]},{"name":"W_CO_DEACTIVATE_VC_HANDLER","features":[16]},{"name":"W_CO_DELETE_VC_HANDLER","features":[16]},{"name":"fNDIS_GUID_ALLOW_READ","features":[16]},{"name":"fNDIS_GUID_ALLOW_WRITE","features":[16]},{"name":"fNDIS_GUID_ANSI_STRING","features":[16]},{"name":"fNDIS_GUID_ARRAY","features":[16]},{"name":"fNDIS_GUID_METHOD","features":[16]},{"name":"fNDIS_GUID_NDIS_RESERVED","features":[16]},{"name":"fNDIS_GUID_SUPPORT_COMMON_HEADER","features":[16]},{"name":"fNDIS_GUID_TO_OID","features":[16]},{"name":"fNDIS_GUID_TO_STATUS","features":[16]},{"name":"fNDIS_GUID_UNICODE_STRING","features":[16]},{"name":"fPACKET_ALLOCATED_BY_NDIS","features":[16]},{"name":"fPACKET_CONTAINS_MEDIA_SPECIFIC_INFO","features":[16]},{"name":"fPACKET_WRAPPER_RESERVED","features":[16]}],"345":[{"name":"FWPM_SERVICE_STATE_CHANGE_CALLBACK0","features":[19,20]},{"name":"FwpmBfeStateGet0","features":[19,20]},{"name":"FwpmBfeStateSubscribeChanges0","features":[19,3,20]},{"name":"FwpmBfeStateUnsubscribeChanges0","features":[19,3]},{"name":"FwpmCalloutAdd0","features":[19,3,20,6]},{"name":"FwpmCalloutCreateEnumHandle0","features":[19,3,20]},{"name":"FwpmCalloutDeleteById0","features":[19,3]},{"name":"FwpmCalloutDeleteByKey0","features":[19,3]},{"name":"FwpmCalloutDestroyEnumHandle0","features":[19,3]},{"name":"FwpmCalloutEnum0","features":[19,3,20]},{"name":"FwpmCalloutGetById0","features":[19,3,20]},{"name":"FwpmCalloutGetByKey0","features":[19,3,20]},{"name":"FwpmCalloutGetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmCalloutSetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmConnectionCreateEnumHandle0","features":[19,3,20]},{"name":"FwpmConnectionDestroyEnumHandle0","features":[19,3]},{"name":"FwpmConnectionEnum0","features":[19,3,20]},{"name":"FwpmConnectionGetById0","features":[19,3,20]},{"name":"FwpmConnectionGetSecurityInfo0","features":[19,3,6]},{"name":"FwpmConnectionSetSecurityInfo0","features":[19,3,6]},{"name":"FwpmEngineClose0","features":[19,3]},{"name":"FwpmEngineGetOption0","features":[19,3,20,6]},{"name":"FwpmEngineGetSecurityInfo0","features":[19,3,6]},{"name":"FwpmEngineOpen0","features":[19,3,20,6,21]},{"name":"FwpmEngineSetOption0","features":[19,3,20,6]},{"name":"FwpmEngineSetSecurityInfo0","features":[19,3,6]},{"name":"FwpmFilterAdd0","features":[19,3,20,6]},{"name":"FwpmFilterCreateEnumHandle0","features":[19,3,20,6]},{"name":"FwpmFilterDeleteById0","features":[19,3]},{"name":"FwpmFilterDeleteByKey0","features":[19,3]},{"name":"FwpmFilterDestroyEnumHandle0","features":[19,3]},{"name":"FwpmFilterEnum0","features":[19,3,20,6]},{"name":"FwpmFilterGetById0","features":[19,3,20,6]},{"name":"FwpmFilterGetByKey0","features":[19,3,20,6]},{"name":"FwpmFilterGetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmFilterSetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmFreeMemory0","features":[19]},{"name":"FwpmIPsecTunnelAdd0","features":[19,3,20,6]},{"name":"FwpmIPsecTunnelAdd1","features":[19,3,20,6]},{"name":"FwpmIPsecTunnelAdd2","features":[19,3,20,6]},{"name":"FwpmIPsecTunnelAdd3","features":[19,3,20,6]},{"name":"FwpmIPsecTunnelDeleteByKey0","features":[19,3]},{"name":"FwpmLayerCreateEnumHandle0","features":[19,3,20]},{"name":"FwpmLayerDestroyEnumHandle0","features":[19,3]},{"name":"FwpmLayerEnum0","features":[19,3,20]},{"name":"FwpmLayerGetById0","features":[19,3,20]},{"name":"FwpmLayerGetByKey0","features":[19,3,20]},{"name":"FwpmLayerGetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmLayerSetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmNetEventCreateEnumHandle0","features":[19,3,20,6]},{"name":"FwpmNetEventDestroyEnumHandle0","features":[19,3]},{"name":"FwpmNetEventEnum0","features":[19,3,20,6]},{"name":"FwpmNetEventEnum1","features":[19,3,20,6]},{"name":"FwpmNetEventEnum2","features":[19,3,20,6]},{"name":"FwpmNetEventEnum3","features":[19,3,20,6]},{"name":"FwpmNetEventEnum4","features":[19,3,20,6]},{"name":"FwpmNetEventEnum5","features":[19,3,20,6]},{"name":"FwpmNetEventsGetSecurityInfo0","features":[19,3,6]},{"name":"FwpmNetEventsSetSecurityInfo0","features":[19,3,6]},{"name":"FwpmProviderAdd0","features":[19,3,20,6]},{"name":"FwpmProviderContextAdd0","features":[19,3,20,6]},{"name":"FwpmProviderContextAdd1","features":[19,3,20,6]},{"name":"FwpmProviderContextAdd2","features":[19,3,20,6]},{"name":"FwpmProviderContextAdd3","features":[19,3,20,6]},{"name":"FwpmProviderContextCreateEnumHandle0","features":[19,3,20]},{"name":"FwpmProviderContextDeleteById0","features":[19,3]},{"name":"FwpmProviderContextDeleteByKey0","features":[19,3]},{"name":"FwpmProviderContextDestroyEnumHandle0","features":[19,3]},{"name":"FwpmProviderContextEnum0","features":[19,3,20,6]},{"name":"FwpmProviderContextEnum1","features":[19,3,20,6]},{"name":"FwpmProviderContextEnum2","features":[19,3,20,6]},{"name":"FwpmProviderContextEnum3","features":[19,3,20,6]},{"name":"FwpmProviderContextGetById0","features":[19,3,20,6]},{"name":"FwpmProviderContextGetById1","features":[19,3,20,6]},{"name":"FwpmProviderContextGetById2","features":[19,3,20,6]},{"name":"FwpmProviderContextGetById3","features":[19,3,20,6]},{"name":"FwpmProviderContextGetByKey0","features":[19,3,20,6]},{"name":"FwpmProviderContextGetByKey1","features":[19,3,20,6]},{"name":"FwpmProviderContextGetByKey2","features":[19,3,20,6]},{"name":"FwpmProviderContextGetByKey3","features":[19,3,20,6]},{"name":"FwpmProviderContextGetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmProviderContextSetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmProviderCreateEnumHandle0","features":[19,3,20]},{"name":"FwpmProviderDeleteByKey0","features":[19,3]},{"name":"FwpmProviderDestroyEnumHandle0","features":[19,3]},{"name":"FwpmProviderEnum0","features":[19,3,20]},{"name":"FwpmProviderGetByKey0","features":[19,3,20]},{"name":"FwpmProviderGetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmProviderSetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmSessionCreateEnumHandle0","features":[19,3,20]},{"name":"FwpmSessionDestroyEnumHandle0","features":[19,3]},{"name":"FwpmSessionEnum0","features":[19,3,20,6]},{"name":"FwpmSubLayerAdd0","features":[19,3,20,6]},{"name":"FwpmSubLayerCreateEnumHandle0","features":[19,3,20]},{"name":"FwpmSubLayerDeleteByKey0","features":[19,3]},{"name":"FwpmSubLayerDestroyEnumHandle0","features":[19,3]},{"name":"FwpmSubLayerEnum0","features":[19,3,20]},{"name":"FwpmSubLayerGetByKey0","features":[19,3,20]},{"name":"FwpmSubLayerGetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmSubLayerSetSecurityInfoByKey0","features":[19,3,6]},{"name":"FwpmTransactionAbort0","features":[19,3]},{"name":"FwpmTransactionBegin0","features":[19,3]},{"name":"FwpmTransactionCommit0","features":[19,3]},{"name":"FwpmvSwitchEventsGetSecurityInfo0","features":[19,3,6]},{"name":"FwpmvSwitchEventsSetSecurityInfo0","features":[19,3,6]},{"name":"IPsecDospGetSecurityInfo0","features":[19,3,6]},{"name":"IPsecDospGetStatistics0","features":[19,3,20]},{"name":"IPsecDospSetSecurityInfo0","features":[19,3,6]},{"name":"IPsecDospStateCreateEnumHandle0","features":[19,3,20]},{"name":"IPsecDospStateDestroyEnumHandle0","features":[19,3]},{"name":"IPsecDospStateEnum0","features":[19,3,20]},{"name":"IPsecGetStatistics0","features":[19,3,20]},{"name":"IPsecGetStatistics1","features":[19,3,20]},{"name":"IPsecSaContextAddInbound0","features":[19,3,20]},{"name":"IPsecSaContextAddInbound1","features":[19,3,20]},{"name":"IPsecSaContextAddOutbound0","features":[19,3,20]},{"name":"IPsecSaContextAddOutbound1","features":[19,3,20]},{"name":"IPsecSaContextCreate0","features":[19,3,20]},{"name":"IPsecSaContextCreate1","features":[19,3,20]},{"name":"IPsecSaContextCreateEnumHandle0","features":[19,3,20,6]},{"name":"IPsecSaContextDeleteById0","features":[19,3]},{"name":"IPsecSaContextDestroyEnumHandle0","features":[19,3]},{"name":"IPsecSaContextEnum0","features":[19,3,20,6]},{"name":"IPsecSaContextEnum1","features":[19,3,20,6]},{"name":"IPsecSaContextExpire0","features":[19,3]},{"name":"IPsecSaContextGetById0","features":[19,3,20,6]},{"name":"IPsecSaContextGetById1","features":[19,3,20,6]},{"name":"IPsecSaContextGetSpi0","features":[19,3,20]},{"name":"IPsecSaContextGetSpi1","features":[19,3,20]},{"name":"IPsecSaContextSetSpi0","features":[19,3,20]},{"name":"IPsecSaContextUpdate0","features":[19,3,20,6]},{"name":"IPsecSaCreateEnumHandle0","features":[19,3,20]},{"name":"IPsecSaDbGetSecurityInfo0","features":[19,3,6]},{"name":"IPsecSaDbSetSecurityInfo0","features":[19,3,6]},{"name":"IPsecSaDestroyEnumHandle0","features":[19,3]},{"name":"IPsecSaEnum0","features":[19,3,20,6]},{"name":"IPsecSaEnum1","features":[19,3,20,6]},{"name":"IkeextGetStatistics0","features":[19,3,20]},{"name":"IkeextGetStatistics1","features":[19,3,20]},{"name":"IkeextSaCreateEnumHandle0","features":[19,3,20,6]},{"name":"IkeextSaDbGetSecurityInfo0","features":[19,3,6]},{"name":"IkeextSaDbSetSecurityInfo0","features":[19,3,6]},{"name":"IkeextSaDeleteById0","features":[19,3]},{"name":"IkeextSaDestroyEnumHandle0","features":[19,3]},{"name":"IkeextSaEnum0","features":[19,3,20]},{"name":"IkeextSaEnum1","features":[19,3,20]},{"name":"IkeextSaEnum2","features":[19,3,20]},{"name":"IkeextSaGetById0","features":[19,3,20]},{"name":"IkeextSaGetById1","features":[19,3,20]},{"name":"IkeextSaGetById2","features":[19,3,20]}],"346":[{"name":"ACE_HEADER","features":[7]},{"name":"ALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK","features":[7,3,22]},{"name":"ATOMIC_CREATE_ECP_CONTEXT","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_BEST_EFFORT","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_EOF_SPECIFIED","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_FILE_ATTRIBUTES_SPECIFIED","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_GEN_FLAGS_SPECIFIED","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_MARK_USN_SOURCE_INFO","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_OPERATION_MASK","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_OP_FLAGS_SPECIFIED","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_REPARSE_POINT_SPECIFIED","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SPARSE_SPECIFIED","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_DIR_CHANGE_NOTIFY","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_FILE_ATTRIBUTE_INHERITANCE","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_PARENT_TIMESTAMPS_UPDATE","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_TIMESTAMPS_SPECIFIED","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_VDL_SPECIFIED","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_WRITE_USN_CLOSE_RECORD","features":[7]},{"name":"ATOMIC_CREATE_ECP_IN_OP_FLAG_CASE_SENSITIVE_FLAGS_SPECIFIED","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_EOF_SET","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTES_RETURNED","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTES_SET","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTE_INHERITANCE_SUPPRESSED","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_OPERATION_MASK","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_OP_FLAGS_HONORED","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_REPARSE_POINT_SET","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_SPARSE_SET","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_TIMESTAMPS_RETURNED","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_TIMESTAMPS_SET","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_CLOSE_RECORD_WRITTEN","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_RETURNED","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_SOURCE_INFO_MARKED","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_VDL_SET","features":[7]},{"name":"ATOMIC_CREATE_ECP_OUT_OP_FLAG_CASE_SENSITIVE_FLAGS_SET","features":[7]},{"name":"ApplyControlToken","features":[7]},{"name":"AuditAccessCheck","features":[7]},{"name":"AuditCloseNonObject","features":[7]},{"name":"AuditCloseObject","features":[7]},{"name":"AuditDeleteObject","features":[7]},{"name":"AuditHandleCreation","features":[7]},{"name":"AuditObjectReference","features":[7]},{"name":"AuditOpenNonObject","features":[7]},{"name":"AuditOpenObject","features":[7]},{"name":"AuditOpenObjectForDelete","features":[7]},{"name":"AuditOpenObjectForDeleteWithTransaction","features":[7]},{"name":"AuditOpenObjectWithTransaction","features":[7]},{"name":"AuditPrivilegeObject","features":[7]},{"name":"AuditPrivilegeService","features":[7]},{"name":"BASE_MCB","features":[7]},{"name":"BOOT_AREA_INFO","features":[7]},{"name":"CACHE_MANAGER_CALLBACKS","features":[7,3]},{"name":"CACHE_MANAGER_CALLBACKS_EX","features":[7,3]},{"name":"CACHE_MANAGER_CALLBACKS_EX_V1","features":[7]},{"name":"CACHE_MANAGER_CALLBACK_FUNCTIONS","features":[7,3]},{"name":"CACHE_UNINITIALIZE_EVENT","features":[4,7,3,9]},{"name":"CACHE_USE_DIRECT_ACCESS_MAPPING","features":[7]},{"name":"CACHE_VALID_FLAGS","features":[7]},{"name":"CC_ACQUIRE_DONT_WAIT","features":[7]},{"name":"CC_ACQUIRE_SUPPORTS_ASYNC_LAZYWRITE","features":[7]},{"name":"CC_AGGRESSIVE_UNMAP_BEHIND","features":[7]},{"name":"CC_ASYNC_READ_CONTEXT","features":[4,7,3]},{"name":"CC_DISABLE_DIRTY_PAGE_TRACKING","features":[7]},{"name":"CC_DISABLE_READ_AHEAD","features":[7]},{"name":"CC_DISABLE_UNMAP_BEHIND","features":[7]},{"name":"CC_DISABLE_WRITE_BEHIND","features":[7]},{"name":"CC_ENABLE_CPU_CACHE","features":[7]},{"name":"CC_ENABLE_DISK_IO_ACCOUNTING","features":[7]},{"name":"CC_ERROR_CALLBACK_CONTEXT","features":[7,3]},{"name":"CC_FILE_SIZES","features":[7]},{"name":"CC_FLUSH_AND_PURGE_GATHER_DIRTY_BITS","features":[7]},{"name":"CC_FLUSH_AND_PURGE_NO_PURGE","features":[7]},{"name":"CC_FLUSH_AND_PURGE_WRITEABLE_VIEWS_NOTSEEN","features":[7]},{"name":"COMPRESSED_DATA_INFO","features":[7]},{"name":"COMPRESSION_ENGINE_MASK","features":[7]},{"name":"COMPRESSION_ENGINE_MAX","features":[7]},{"name":"COMPRESSION_FORMAT_MASK","features":[7]},{"name":"COMPRESSION_FORMAT_MAX","features":[7]},{"name":"CONTAINER_ROOT_INFO_INPUT","features":[7]},{"name":"CONTAINER_ROOT_INFO_OUTPUT","features":[7]},{"name":"CONTAINER_VOLUME_STATE","features":[7]},{"name":"COPY_INFORMATION","features":[4,7,5,3,6,8,9,10]},{"name":"CPTABLEINFO","features":[7]},{"name":"CREATE_REDIRECTION_ECP_CONTEXT","features":[7,23]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_LAYER","features":[7]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_REGISTERED_LAYER","features":[7]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_REMOTE_LAYER","features":[7]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_SCRATCH","features":[7]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_USER_MODE","features":[7]},{"name":"CREATE_USN_JOURNAL_DATA","features":[7]},{"name":"CSV_DOWN_LEVEL_FILE_TYPE","features":[7]},{"name":"CSV_DOWN_LEVEL_OPEN_ECP_CONTEXT","features":[7,3]},{"name":"CSV_QUERY_FILE_REVISION_ECP_CONTEXT","features":[7]},{"name":"CSV_QUERY_FILE_REVISION_ECP_CONTEXT_FILE_ID_128","features":[7,23]},{"name":"CSV_SET_HANDLE_PROPERTIES_ECP_CONTEXT","features":[7]},{"name":"CSV_SET_HANDLE_PROPERTIES_ECP_CONTEXT_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[7]},{"name":"CcAsyncCopyRead","features":[4,7,5,3,6,8,9,10]},{"name":"CcCanIWrite","features":[4,7,5,3,6,8,9,10]},{"name":"CcCoherencyFlushAndPurgeCache","features":[4,7,3,8]},{"name":"CcCopyRead","features":[4,7,5,3,6,8,9,10]},{"name":"CcCopyReadEx","features":[4,7,5,3,6,8,9,10]},{"name":"CcCopyWrite","features":[4,7,5,3,6,8,9,10]},{"name":"CcCopyWriteEx","features":[4,7,5,3,6,8,9,10]},{"name":"CcCopyWriteWontFlush","features":[4,7,5,3,6,8,9,10]},{"name":"CcDeferWrite","features":[4,7,5,3,6,8,9,10]},{"name":"CcErrorCallbackRoutine","features":[7,3]},{"name":"CcFastCopyRead","features":[4,7,5,3,6,8,9,10]},{"name":"CcFastCopyWrite","features":[4,7,5,3,6,8,9,10]},{"name":"CcFlushCache","features":[4,7,3,8]},{"name":"CcGetDirtyPages","features":[4,7,5,3,6,8,9,10]},{"name":"CcGetFileObjectFromBcb","features":[4,7,5,3,6,8,9,10]},{"name":"CcGetFileObjectFromSectionPtrs","features":[4,7,5,3,6,8,9,10]},{"name":"CcGetFileObjectFromSectionPtrsRef","features":[4,7,5,3,6,8,9,10]},{"name":"CcGetFlushedValidData","features":[4,7,3]},{"name":"CcInitializeCacheMap","features":[4,7,5,3,6,8,9,10]},{"name":"CcInitializeCacheMapEx","features":[4,7,5,3,6,8,9,10]},{"name":"CcIsCacheManagerCallbackNeeded","features":[7,3]},{"name":"CcIsThereDirtyData","features":[4,7,5,3,6,8,9,10]},{"name":"CcIsThereDirtyDataEx","features":[4,7,5,3,6,8,9,10]},{"name":"CcMapData","features":[4,7,5,3,6,8,9,10]},{"name":"CcMdlRead","features":[4,7,5,3,6,8,9,10]},{"name":"CcMdlReadComplete","features":[4,7,5,3,6,8,9,10]},{"name":"CcMdlWriteAbort","features":[4,7,5,3,6,8,9,10]},{"name":"CcMdlWriteComplete","features":[4,7,5,3,6,8,9,10]},{"name":"CcPinMappedData","features":[4,7,5,3,6,8,9,10]},{"name":"CcPinRead","features":[4,7,5,3,6,8,9,10]},{"name":"CcPrepareMdlWrite","features":[4,7,5,3,6,8,9,10]},{"name":"CcPreparePinWrite","features":[4,7,5,3,6,8,9,10]},{"name":"CcPurgeCacheSection","features":[4,7,3]},{"name":"CcRemapBcb","features":[7]},{"name":"CcRepinBcb","features":[7]},{"name":"CcScheduleReadAhead","features":[4,7,5,3,6,8,9,10]},{"name":"CcScheduleReadAheadEx","features":[4,7,5,3,6,8,9,10]},{"name":"CcSetAdditionalCacheAttributes","features":[4,7,5,3,6,8,9,10]},{"name":"CcSetAdditionalCacheAttributesEx","features":[4,7,5,3,6,8,9,10]},{"name":"CcSetBcbOwnerPointer","features":[7]},{"name":"CcSetDirtyPageThreshold","features":[4,7,5,3,6,8,9,10]},{"name":"CcSetDirtyPinnedData","features":[7]},{"name":"CcSetFileSizes","features":[4,7,5,3,6,8,9,10]},{"name":"CcSetFileSizesEx","features":[4,7,5,3,6,8,9,10]},{"name":"CcSetLogHandleForFile","features":[4,7,5,3,6,8,9,10]},{"name":"CcSetParallelFlushFile","features":[4,7,5,3,6,8,9,10]},{"name":"CcSetReadAheadGranularity","features":[4,7,5,3,6,8,9,10]},{"name":"CcUninitializeCacheMap","features":[4,7,5,3,6,8,9,10]},{"name":"CcUnpinData","features":[7]},{"name":"CcUnpinDataForThread","features":[7]},{"name":"CcUnpinRepinnedBcb","features":[7,3,8]},{"name":"CcWaitForCurrentLazyWriterActivity","features":[7,3]},{"name":"CcZeroData","features":[4,7,5,3,6,8,9,10]},{"name":"ChangeDataControlArea","features":[7]},{"name":"ChangeImageControlArea","features":[7]},{"name":"ChangeSharedCacheMap","features":[7]},{"name":"CompleteAuthToken","features":[7]},{"name":"CsvCsvFsInternalFileObject","features":[7]},{"name":"CsvDownLevelFileObject","features":[7]},{"name":"DD_MUP_DEVICE_NAME","features":[7]},{"name":"DEVICE_RESET_KEEP_STACK","features":[7]},{"name":"DEVICE_RESET_RESERVED_0","features":[7]},{"name":"DEVICE_RESET_RESERVED_1","features":[7]},{"name":"DO_BOOT_CRITICAL","features":[7]},{"name":"DO_BUFFERED_IO","features":[7]},{"name":"DO_BUS_ENUMERATED_DEVICE","features":[7]},{"name":"DO_DAX_VOLUME","features":[7]},{"name":"DO_DEVICE_HAS_NAME","features":[7]},{"name":"DO_DEVICE_INITIALIZING","features":[7]},{"name":"DO_DEVICE_IRP_REQUIRES_EXTENSION","features":[7]},{"name":"DO_DEVICE_TO_BE_RESET","features":[7]},{"name":"DO_DIRECT_IO","features":[7]},{"name":"DO_DISALLOW_EXECUTE","features":[7]},{"name":"DO_EXCLUSIVE","features":[7]},{"name":"DO_FORCE_NEITHER_IO","features":[7]},{"name":"DO_LONG_TERM_REQUESTS","features":[7]},{"name":"DO_LOW_PRIORITY_FILESYSTEM","features":[7]},{"name":"DO_MAP_IO_BUFFER","features":[7]},{"name":"DO_NEVER_LAST_DEVICE","features":[7]},{"name":"DO_NOT_PURGE_DIRTY_PAGES","features":[7]},{"name":"DO_NOT_RETRY_PURGE","features":[7]},{"name":"DO_POWER_INRUSH","features":[7]},{"name":"DO_POWER_PAGABLE","features":[7]},{"name":"DO_SHUTDOWN_REGISTERED","features":[7]},{"name":"DO_SUPPORTS_PERSISTENT_ACLS","features":[7]},{"name":"DO_SUPPORTS_TRANSACTIONS","features":[7]},{"name":"DO_SYSTEM_BOOT_PARTITION","features":[7]},{"name":"DO_SYSTEM_CRITICAL_PARTITION","features":[7]},{"name":"DO_SYSTEM_SYSTEM_PARTITION","features":[7]},{"name":"DO_VERIFY_VOLUME","features":[7]},{"name":"DO_VOLUME_DEVICE_OBJECT","features":[7]},{"name":"DUAL_OPLOCK_KEY_ECP_CONTEXT","features":[7,3]},{"name":"DUPLICATE_CLUSTER_DATA","features":[7]},{"name":"DfsLinkTrackingInformation","features":[7]},{"name":"EA_NAME_NETWORK_OPEN_ECP_INTEGRITY","features":[7]},{"name":"EA_NAME_NETWORK_OPEN_ECP_INTEGRITY_U","features":[7]},{"name":"EA_NAME_NETWORK_OPEN_ECP_PRIVACY","features":[7]},{"name":"EA_NAME_NETWORK_OPEN_ECP_PRIVACY_U","features":[7]},{"name":"ECP_OPEN_PARAMETERS","features":[7]},{"name":"ECP_OPEN_PARAMETERS_FLAG_FAIL_ON_CASE_SENSITIVE_DIR","features":[7]},{"name":"ECP_OPEN_PARAMETERS_FLAG_IGNORE_DIR_CASE_SENSITIVITY","features":[7]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_DELETE","features":[7]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_READ","features":[7]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_WRITE","features":[7]},{"name":"ECP_TYPE_CLFS_CREATE_CONTAINER","features":[7]},{"name":"ECP_TYPE_IO_STOP_ON_SYMLINK_FILTER_GUID","features":[7]},{"name":"ECP_TYPE_OPEN_REPARSE_GUID","features":[7]},{"name":"EOF_WAIT_BLOCK","features":[4,7,3,9]},{"name":"EVENT_INCREMENT","features":[7]},{"name":"EXTENT_READ_CACHE_INFO_BUFFER","features":[7]},{"name":"EqualTo","features":[7]},{"name":"ExDisableResourceBoostLite","features":[4,7,9]},{"name":"ExQueryPoolBlockSize","features":[7,3]},{"name":"ExportSecurityContext","features":[7]},{"name":"FAST_IO_POSSIBLE","features":[7]},{"name":"FILE_ACCESS_INFORMATION","features":[7]},{"name":"FILE_ACTION_ADDED_STREAM","features":[7]},{"name":"FILE_ACTION_ID_NOT_TUNNELLED","features":[7]},{"name":"FILE_ACTION_MODIFIED_STREAM","features":[7]},{"name":"FILE_ACTION_REMOVED_BY_DELETE","features":[7]},{"name":"FILE_ACTION_REMOVED_STREAM","features":[7]},{"name":"FILE_ACTION_TUNNELLED_ID_COLLISION","features":[7]},{"name":"FILE_ALIGNMENT_INFORMATION","features":[7]},{"name":"FILE_ALLOCATION_INFORMATION","features":[7]},{"name":"FILE_ALL_INFORMATION","features":[7,3]},{"name":"FILE_BASIC_INFORMATION","features":[7]},{"name":"FILE_BOTH_DIR_INFORMATION","features":[7]},{"name":"FILE_CASE_SENSITIVE_INFORMATION","features":[7]},{"name":"FILE_CLEANUP_FILE_DELETED","features":[7]},{"name":"FILE_CLEANUP_FILE_REMAINS","features":[7]},{"name":"FILE_CLEANUP_LINK_DELETED","features":[7]},{"name":"FILE_CLEANUP_POSIX_STYLE_DELETE","features":[7]},{"name":"FILE_CLEANUP_STREAM_DELETED","features":[7]},{"name":"FILE_CLEANUP_UNKNOWN","features":[7]},{"name":"FILE_CLEANUP_WRONG_DEVICE","features":[7]},{"name":"FILE_COMPLETE_IF_OPLOCKED","features":[7]},{"name":"FILE_COMPLETION_INFORMATION","features":[7,3]},{"name":"FILE_COMPRESSION_INFORMATION","features":[7]},{"name":"FILE_CONTAINS_EXTENDED_CREATE_INFORMATION","features":[7]},{"name":"FILE_CREATE","features":[7]},{"name":"FILE_CREATE_TREE_CONNECTION","features":[7]},{"name":"FILE_DELETE_ON_CLOSE","features":[7]},{"name":"FILE_DIRECTORY_FILE","features":[7]},{"name":"FILE_DIRECTORY_INFORMATION","features":[7]},{"name":"FILE_DISALLOW_EXCLUSIVE","features":[7]},{"name":"FILE_DISPOSITION_DELETE","features":[7]},{"name":"FILE_DISPOSITION_DO_NOT_DELETE","features":[7]},{"name":"FILE_DISPOSITION_FORCE_IMAGE_SECTION_CHECK","features":[7]},{"name":"FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE","features":[7]},{"name":"FILE_DISPOSITION_INFORMATION","features":[7,3]},{"name":"FILE_DISPOSITION_INFORMATION_EX","features":[7]},{"name":"FILE_DISPOSITION_INFORMATION_EX_FLAGS","features":[7]},{"name":"FILE_DISPOSITION_ON_CLOSE","features":[7]},{"name":"FILE_DISPOSITION_POSIX_SEMANTICS","features":[7]},{"name":"FILE_EA_INFORMATION","features":[7]},{"name":"FILE_EA_TYPE_ASCII","features":[7]},{"name":"FILE_EA_TYPE_ASN1","features":[7]},{"name":"FILE_EA_TYPE_BINARY","features":[7]},{"name":"FILE_EA_TYPE_BITMAP","features":[7]},{"name":"FILE_EA_TYPE_EA","features":[7]},{"name":"FILE_EA_TYPE_FAMILY_IDS","features":[7]},{"name":"FILE_EA_TYPE_ICON","features":[7]},{"name":"FILE_EA_TYPE_METAFILE","features":[7]},{"name":"FILE_EA_TYPE_MVMT","features":[7]},{"name":"FILE_EA_TYPE_MVST","features":[7]},{"name":"FILE_END_OF_FILE_INFORMATION_EX","features":[7]},{"name":"FILE_FS_ATTRIBUTE_INFORMATION","features":[7]},{"name":"FILE_FS_CONTROL_INFORMATION","features":[7]},{"name":"FILE_FS_DATA_COPY_INFORMATION","features":[7]},{"name":"FILE_FS_DRIVER_PATH_INFORMATION","features":[7,3]},{"name":"FILE_FS_SECTOR_SIZE_INFORMATION","features":[7]},{"name":"FILE_FS_VOLUME_FLAGS_INFORMATION","features":[7]},{"name":"FILE_FULL_DIR_INFORMATION","features":[7]},{"name":"FILE_FULL_EA_INFORMATION","features":[7]},{"name":"FILE_GET_EA_INFORMATION","features":[7]},{"name":"FILE_GET_QUOTA_INFORMATION","features":[7,6]},{"name":"FILE_ID_BOTH_DIR_INFORMATION","features":[7]},{"name":"FILE_ID_EXTD_BOTH_DIR_INFORMATION","features":[7,23]},{"name":"FILE_ID_EXTD_DIR_INFORMATION","features":[7,23]},{"name":"FILE_ID_FULL_DIR_INFORMATION","features":[7]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFORMATION","features":[7]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_VISIBLE_OUTSIDE_TX","features":[7]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_VISIBLE_TO_TX","features":[7]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_WRITELOCKED","features":[7]},{"name":"FILE_ID_INFORMATION","features":[7,23]},{"name":"FILE_INFORMATION_CLASS","features":[7]},{"name":"FILE_INFORMATION_DEFINITION","features":[7]},{"name":"FILE_INTERNAL_INFORMATION","features":[7]},{"name":"FILE_KNOWN_FOLDER_INFORMATION","features":[7]},{"name":"FILE_KNOWN_FOLDER_TYPE","features":[7]},{"name":"FILE_LINKS_FULL_ID_INFORMATION","features":[7,23]},{"name":"FILE_LINKS_INFORMATION","features":[7]},{"name":"FILE_LINK_ENTRY_FULL_ID_INFORMATION","features":[7,23]},{"name":"FILE_LINK_ENTRY_INFORMATION","features":[7]},{"name":"FILE_LINK_FORCE_RESIZE_SOURCE_SR","features":[7]},{"name":"FILE_LINK_FORCE_RESIZE_SR","features":[7]},{"name":"FILE_LINK_FORCE_RESIZE_TARGET_SR","features":[7]},{"name":"FILE_LINK_IGNORE_READONLY_ATTRIBUTE","features":[7]},{"name":"FILE_LINK_INFORMATION","features":[7,3]},{"name":"FILE_LINK_NO_DECREASE_AVAILABLE_SPACE","features":[7]},{"name":"FILE_LINK_NO_INCREASE_AVAILABLE_SPACE","features":[7]},{"name":"FILE_LINK_POSIX_SEMANTICS","features":[7]},{"name":"FILE_LINK_PRESERVE_AVAILABLE_SPACE","features":[7]},{"name":"FILE_LINK_REPLACE_IF_EXISTS","features":[7]},{"name":"FILE_LINK_SUPPRESS_STORAGE_RESERVE_INHERITANCE","features":[7]},{"name":"FILE_LOCK","features":[4,7,5,3,6,8,9,10]},{"name":"FILE_LOCK_INFO","features":[4,7,5,3,6,8,9,10]},{"name":"FILE_MAILSLOT_QUERY_INFORMATION","features":[7]},{"name":"FILE_MAILSLOT_SET_INFORMATION","features":[7]},{"name":"FILE_MODE_INFORMATION","features":[7]},{"name":"FILE_MOVE_CLUSTER_INFORMATION","features":[7,3]},{"name":"FILE_NAMES_INFORMATION","features":[7]},{"name":"FILE_NAME_INFORMATION","features":[7]},{"name":"FILE_NEED_EA","features":[7]},{"name":"FILE_NETWORK_OPEN_INFORMATION","features":[7]},{"name":"FILE_NETWORK_PHYSICAL_NAME_INFORMATION","features":[7]},{"name":"FILE_NON_DIRECTORY_FILE","features":[7]},{"name":"FILE_NOTIFY_CHANGE_EA","features":[7]},{"name":"FILE_NOTIFY_CHANGE_NAME","features":[7]},{"name":"FILE_NOTIFY_CHANGE_STREAM_NAME","features":[7]},{"name":"FILE_NOTIFY_CHANGE_STREAM_SIZE","features":[7]},{"name":"FILE_NOTIFY_CHANGE_STREAM_WRITE","features":[7]},{"name":"FILE_NOTIFY_VALID_MASK","features":[7]},{"name":"FILE_NO_COMPRESSION","features":[7]},{"name":"FILE_NO_EA_KNOWLEDGE","features":[7]},{"name":"FILE_NO_INTERMEDIATE_BUFFERING","features":[7]},{"name":"FILE_OBJECTID_INFORMATION","features":[7]},{"name":"FILE_OPBATCH_BREAK_UNDERWAY","features":[7]},{"name":"FILE_OPEN","features":[7]},{"name":"FILE_OPEN_BY_FILE_ID","features":[7]},{"name":"FILE_OPEN_FOR_BACKUP_INTENT","features":[7]},{"name":"FILE_OPEN_FOR_FREE_SPACE_QUERY","features":[7]},{"name":"FILE_OPEN_IF","features":[7]},{"name":"FILE_OPEN_NO_RECALL","features":[7]},{"name":"FILE_OPEN_REPARSE_POINT","features":[7]},{"name":"FILE_OPEN_REQUIRING_OPLOCK","features":[7]},{"name":"FILE_OPLOCK_BROKEN_TO_LEVEL_2","features":[7]},{"name":"FILE_OPLOCK_BROKEN_TO_NONE","features":[7]},{"name":"FILE_OVERWRITE","features":[7]},{"name":"FILE_OVERWRITE_IF","features":[7]},{"name":"FILE_PIPE_ACCEPT_REMOTE_CLIENTS","features":[7]},{"name":"FILE_PIPE_ASSIGN_EVENT_BUFFER","features":[7,3]},{"name":"FILE_PIPE_BYTE_STREAM_MODE","features":[7]},{"name":"FILE_PIPE_BYTE_STREAM_TYPE","features":[7]},{"name":"FILE_PIPE_CLIENT_END","features":[7]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER","features":[7]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER_EX","features":[7]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER_V2","features":[7]},{"name":"FILE_PIPE_CLOSING_STATE","features":[7]},{"name":"FILE_PIPE_COMPLETE_OPERATION","features":[7]},{"name":"FILE_PIPE_COMPUTER_NAME_LENGTH","features":[7]},{"name":"FILE_PIPE_CONNECTED_STATE","features":[7]},{"name":"FILE_PIPE_CREATE_SYMLINK_INPUT","features":[7]},{"name":"FILE_PIPE_DELETE_SYMLINK_INPUT","features":[7]},{"name":"FILE_PIPE_DISCONNECTED_STATE","features":[7]},{"name":"FILE_PIPE_EVENT_BUFFER","features":[7]},{"name":"FILE_PIPE_FULL_DUPLEX","features":[7]},{"name":"FILE_PIPE_INBOUND","features":[7]},{"name":"FILE_PIPE_INFORMATION","features":[7]},{"name":"FILE_PIPE_LISTENING_STATE","features":[7]},{"name":"FILE_PIPE_LOCAL_INFORMATION","features":[7]},{"name":"FILE_PIPE_MESSAGE_MODE","features":[7]},{"name":"FILE_PIPE_MESSAGE_TYPE","features":[7]},{"name":"FILE_PIPE_OUTBOUND","features":[7]},{"name":"FILE_PIPE_PEEK_BUFFER","features":[7]},{"name":"FILE_PIPE_QUEUE_OPERATION","features":[7]},{"name":"FILE_PIPE_READ_DATA","features":[7]},{"name":"FILE_PIPE_REJECT_REMOTE_CLIENTS","features":[7]},{"name":"FILE_PIPE_REMOTE_INFORMATION","features":[7]},{"name":"FILE_PIPE_SERVER_END","features":[7]},{"name":"FILE_PIPE_SILO_ARRIVAL_INPUT","features":[7,3]},{"name":"FILE_PIPE_SYMLINK_FLAG_GLOBAL","features":[7]},{"name":"FILE_PIPE_SYMLINK_FLAG_RELATIVE","features":[7]},{"name":"FILE_PIPE_TYPE_VALID_MASK","features":[7]},{"name":"FILE_PIPE_WAIT_FOR_BUFFER","features":[7,3]},{"name":"FILE_PIPE_WRITE_SPACE","features":[7]},{"name":"FILE_POSITION_INFORMATION","features":[7]},{"name":"FILE_QUOTA_INFORMATION","features":[7,6]},{"name":"FILE_RANDOM_ACCESS","features":[7]},{"name":"FILE_REMOTE_PROTOCOL_INFORMATION","features":[7]},{"name":"FILE_RENAME_FORCE_RESIZE_SOURCE_SR","features":[7]},{"name":"FILE_RENAME_FORCE_RESIZE_SR","features":[7]},{"name":"FILE_RENAME_FORCE_RESIZE_TARGET_SR","features":[7]},{"name":"FILE_RENAME_IGNORE_READONLY_ATTRIBUTE","features":[7]},{"name":"FILE_RENAME_INFORMATION","features":[7,3]},{"name":"FILE_RENAME_NO_DECREASE_AVAILABLE_SPACE","features":[7]},{"name":"FILE_RENAME_NO_INCREASE_AVAILABLE_SPACE","features":[7]},{"name":"FILE_RENAME_POSIX_SEMANTICS","features":[7]},{"name":"FILE_RENAME_PRESERVE_AVAILABLE_SPACE","features":[7]},{"name":"FILE_RENAME_REPLACE_IF_EXISTS","features":[7]},{"name":"FILE_RENAME_SUPPRESS_PIN_STATE_INHERITANCE","features":[7]},{"name":"FILE_RENAME_SUPPRESS_STORAGE_RESERVE_INHERITANCE","features":[7]},{"name":"FILE_REPARSE_POINT_INFORMATION","features":[7]},{"name":"FILE_RESERVE_OPFILTER","features":[7]},{"name":"FILE_SEQUENTIAL_ONLY","features":[7]},{"name":"FILE_SESSION_AWARE","features":[7]},{"name":"FILE_STANDARD_INFORMATION","features":[7,3]},{"name":"FILE_STANDARD_LINK_INFORMATION","features":[7,3]},{"name":"FILE_STAT_INFORMATION","features":[7]},{"name":"FILE_STAT_LX_INFORMATION","features":[7]},{"name":"FILE_STORAGE_RESERVE_ID_INFORMATION","features":[7,24]},{"name":"FILE_STREAM_INFORMATION","features":[7]},{"name":"FILE_SUPERSEDE","features":[7]},{"name":"FILE_SYNCHRONOUS_IO_ALERT","features":[7]},{"name":"FILE_SYNCHRONOUS_IO_NONALERT","features":[7]},{"name":"FILE_TIMESTAMPS","features":[7]},{"name":"FILE_TRACKING_INFORMATION","features":[7,3]},{"name":"FILE_VC_CONTENT_INDEX_DISABLED","features":[7]},{"name":"FILE_VC_LOG_QUOTA_LIMIT","features":[7]},{"name":"FILE_VC_LOG_QUOTA_THRESHOLD","features":[7]},{"name":"FILE_VC_LOG_VOLUME_LIMIT","features":[7]},{"name":"FILE_VC_LOG_VOLUME_THRESHOLD","features":[7]},{"name":"FILE_VC_QUOTAS_INCOMPLETE","features":[7]},{"name":"FILE_VC_QUOTAS_REBUILDING","features":[7]},{"name":"FILE_VC_QUOTA_ENFORCE","features":[7]},{"name":"FILE_VC_QUOTA_MASK","features":[7]},{"name":"FILE_VC_QUOTA_NONE","features":[7]},{"name":"FILE_VC_QUOTA_TRACK","features":[7]},{"name":"FILE_VC_VALID_MASK","features":[7]},{"name":"FILE_VOLUME_NAME_INFORMATION","features":[7]},{"name":"FILE_WRITE_THROUGH","features":[7]},{"name":"FLAGS_DELAY_REASONS_BITMAP_SCANNED","features":[7]},{"name":"FLAGS_DELAY_REASONS_LOG_FILE_FULL","features":[7]},{"name":"FLAGS_END_OF_FILE_INFO_EX_EXTEND_PAGING","features":[7]},{"name":"FLAGS_END_OF_FILE_INFO_EX_NO_EXTRA_PAGING_EXTEND","features":[7]},{"name":"FLAGS_END_OF_FILE_INFO_EX_TIME_CONSTRAINED","features":[7]},{"name":"FREE_VIRTUAL_MEMORY_EX_CALLBACK","features":[7,3]},{"name":"FSCTL_GHOST_FILE_EXTENTS_INPUT_BUFFER","features":[7]},{"name":"FSCTL_LMR_GET_LINK_TRACKING_INFORMATION","features":[7]},{"name":"FSCTL_LMR_SET_LINK_TRACKING_INFORMATION","features":[7]},{"name":"FSCTL_MAILSLOT_PEEK","features":[7]},{"name":"FSCTL_PIPE_ASSIGN_EVENT","features":[7]},{"name":"FSCTL_PIPE_CREATE_SYMLINK","features":[7]},{"name":"FSCTL_PIPE_DELETE_SYMLINK","features":[7]},{"name":"FSCTL_PIPE_DISABLE_IMPERSONATE","features":[7]},{"name":"FSCTL_PIPE_DISCONNECT","features":[7]},{"name":"FSCTL_PIPE_FLUSH","features":[7]},{"name":"FSCTL_PIPE_GET_CONNECTION_ATTRIBUTE","features":[7]},{"name":"FSCTL_PIPE_GET_HANDLE_ATTRIBUTE","features":[7]},{"name":"FSCTL_PIPE_GET_PIPE_ATTRIBUTE","features":[7]},{"name":"FSCTL_PIPE_IMPERSONATE","features":[7]},{"name":"FSCTL_PIPE_INTERNAL_READ","features":[7]},{"name":"FSCTL_PIPE_INTERNAL_READ_OVFLOW","features":[7]},{"name":"FSCTL_PIPE_INTERNAL_TRANSCEIVE","features":[7]},{"name":"FSCTL_PIPE_INTERNAL_WRITE","features":[7]},{"name":"FSCTL_PIPE_LISTEN","features":[7]},{"name":"FSCTL_PIPE_PEEK","features":[7]},{"name":"FSCTL_PIPE_QUERY_CLIENT_PROCESS","features":[7]},{"name":"FSCTL_PIPE_QUERY_CLIENT_PROCESS_V2","features":[7]},{"name":"FSCTL_PIPE_QUERY_EVENT","features":[7]},{"name":"FSCTL_PIPE_SET_CLIENT_PROCESS","features":[7]},{"name":"FSCTL_PIPE_SET_CONNECTION_ATTRIBUTE","features":[7]},{"name":"FSCTL_PIPE_SET_HANDLE_ATTRIBUTE","features":[7]},{"name":"FSCTL_PIPE_SET_PIPE_ATTRIBUTE","features":[7]},{"name":"FSCTL_PIPE_SILO_ARRIVAL","features":[7]},{"name":"FSCTL_PIPE_TRANSCEIVE","features":[7]},{"name":"FSCTL_PIPE_WAIT","features":[7]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS_INPUT_RANGE","features":[7]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS_OUTPUT","features":[7]},{"name":"FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT","features":[7]},{"name":"FSCTL_UNMAP_SPACE_INPUT_BUFFER","features":[7]},{"name":"FSCTL_UNMAP_SPACE_OUTPUT","features":[7]},{"name":"FSRTL_ADD_TC_CASE_SENSITIVE","features":[7]},{"name":"FSRTL_ADD_TC_KEY_BY_SHORT_NAME","features":[7]},{"name":"FSRTL_ADVANCED_FCB_HEADER","features":[4,7,3,9]},{"name":"FSRTL_ALLOCATE_ECPLIST_FLAG_CHARGE_QUOTA","features":[7]},{"name":"FSRTL_ALLOCATE_ECP_FLAG_CHARGE_QUOTA","features":[7]},{"name":"FSRTL_ALLOCATE_ECP_FLAG_NONPAGED_POOL","features":[7]},{"name":"FSRTL_AUXILIARY_BUFFER","features":[4,7]},{"name":"FSRTL_AUXILIARY_FLAG_DEALLOCATE","features":[7]},{"name":"FSRTL_CC_FLUSH_ERROR_FLAG_NO_HARD_ERROR","features":[7]},{"name":"FSRTL_CC_FLUSH_ERROR_FLAG_NO_LOG_ENTRY","features":[7]},{"name":"FSRTL_CHANGE_BACKING_TYPE","features":[7]},{"name":"FSRTL_COMMON_FCB_HEADER","features":[4,7,9]},{"name":"FSRTL_COMPARISON_RESULT","features":[7]},{"name":"FSRTL_DRIVER_BACKING_FLAG_USE_PAGE_FILE","features":[7]},{"name":"FSRTL_ECP_LOOKASIDE_FLAG_NONPAGED_POOL","features":[7]},{"name":"FSRTL_FAT_LEGAL","features":[7]},{"name":"FSRTL_FCB_HEADER_V0","features":[7]},{"name":"FSRTL_FCB_HEADER_V1","features":[7]},{"name":"FSRTL_FCB_HEADER_V2","features":[7]},{"name":"FSRTL_FCB_HEADER_V3","features":[7]},{"name":"FSRTL_FCB_HEADER_V4","features":[7]},{"name":"FSRTL_FIND_TC_CASE_SENSITIVE","features":[7]},{"name":"FSRTL_FLAG2_BYPASSIO_STREAM_PAUSED","features":[7]},{"name":"FSRTL_FLAG2_DO_MODIFIED_WRITE","features":[7]},{"name":"FSRTL_FLAG2_IS_PAGING_FILE","features":[7]},{"name":"FSRTL_FLAG2_PURGE_WHEN_MAPPED","features":[7]},{"name":"FSRTL_FLAG2_SUPPORTS_FILTER_CONTEXTS","features":[7]},{"name":"FSRTL_FLAG2_WRITABLE_USER_MAPPED_FILE","features":[7]},{"name":"FSRTL_FLAG_ACQUIRE_MAIN_RSRC_EX","features":[7]},{"name":"FSRTL_FLAG_ACQUIRE_MAIN_RSRC_SH","features":[7]},{"name":"FSRTL_FLAG_ADVANCED_HEADER","features":[7]},{"name":"FSRTL_FLAG_EOF_ADVANCE_ACTIVE","features":[7]},{"name":"FSRTL_FLAG_FILE_LENGTH_CHANGED","features":[7]},{"name":"FSRTL_FLAG_FILE_MODIFIED","features":[7]},{"name":"FSRTL_FLAG_LIMIT_MODIFIED_PAGES","features":[7]},{"name":"FSRTL_FLAG_USER_MAPPED_FILE","features":[7]},{"name":"FSRTL_HPFS_LEGAL","features":[7]},{"name":"FSRTL_MUP_PROVIDER_INFO_LEVEL_1","features":[7]},{"name":"FSRTL_MUP_PROVIDER_INFO_LEVEL_2","features":[7,3]},{"name":"FSRTL_NTFS_LEGAL","features":[7]},{"name":"FSRTL_OLE_LEGAL","features":[7]},{"name":"FSRTL_PER_FILEOBJECT_CONTEXT","features":[7,9]},{"name":"FSRTL_PER_FILE_CONTEXT","features":[4,7,9]},{"name":"FSRTL_PER_STREAM_CONTEXT","features":[4,7,9]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_INTEGRITY","features":[7]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_MUTUAL_AUTH","features":[7]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_PRIVACY","features":[7]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_CONTAINER_AWARE","features":[7]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_CSC_ENABLED","features":[7]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_DOMAIN_SVC_AWARE","features":[7]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_MAILSLOTS_SUPPORTED","features":[7]},{"name":"FSRTL_UNC_PROVIDER_REGISTRATION","features":[7]},{"name":"FSRTL_UNC_REGISTRATION_CURRENT_VERSION","features":[7]},{"name":"FSRTL_UNC_REGISTRATION_VERSION_0200","features":[7]},{"name":"FSRTL_UNC_REGISTRATION_VERSION_0201","features":[7]},{"name":"FSRTL_VIRTDISK_FULLY_ALLOCATED","features":[7]},{"name":"FSRTL_VIRTDISK_NO_DRIVE_LETTER","features":[7]},{"name":"FSRTL_VOLUME_BACKGROUND_FORMAT","features":[7]},{"name":"FSRTL_VOLUME_CHANGE_SIZE","features":[7]},{"name":"FSRTL_VOLUME_DISMOUNT","features":[7]},{"name":"FSRTL_VOLUME_DISMOUNT_FAILED","features":[7]},{"name":"FSRTL_VOLUME_FORCED_CLOSED","features":[7]},{"name":"FSRTL_VOLUME_INFO_MAKE_COMPAT","features":[7]},{"name":"FSRTL_VOLUME_LOCK","features":[7]},{"name":"FSRTL_VOLUME_LOCK_FAILED","features":[7]},{"name":"FSRTL_VOLUME_MOUNT","features":[7]},{"name":"FSRTL_VOLUME_NEEDS_CHKDSK","features":[7]},{"name":"FSRTL_VOLUME_PREPARING_EJECT","features":[7]},{"name":"FSRTL_VOLUME_UNLOCK","features":[7]},{"name":"FSRTL_VOLUME_WEARING_OUT","features":[7]},{"name":"FSRTL_VOLUME_WORM_NEAR_FULL","features":[7]},{"name":"FSRTL_WILD_CHARACTER","features":[7]},{"name":"FS_BPIO_INFO","features":[7]},{"name":"FS_BPIO_INPUT","features":[7,24]},{"name":"FS_FILTER_ACQUIRE_FOR_CC_FLUSH","features":[7]},{"name":"FS_FILTER_ACQUIRE_FOR_MOD_WRITE","features":[7]},{"name":"FS_FILTER_ACQUIRE_FOR_SECTION_SYNCHRONIZATION","features":[7]},{"name":"FS_FILTER_CALLBACKS","features":[4,7,5,3,6,8,9,10]},{"name":"FS_FILTER_CALLBACK_DATA","features":[4,7,5,3,6,8,9,10]},{"name":"FS_FILTER_PARAMETERS","features":[4,7,5,3,6,8,9,10]},{"name":"FS_FILTER_QUERY_OPEN","features":[7]},{"name":"FS_FILTER_RELEASE_FOR_CC_FLUSH","features":[7]},{"name":"FS_FILTER_RELEASE_FOR_MOD_WRITE","features":[7]},{"name":"FS_FILTER_RELEASE_FOR_SECTION_SYNCHRONIZATION","features":[7]},{"name":"FS_FILTER_SECTION_SYNC_IMAGE_EXTENTS_ARE_NOT_RVA","features":[7]},{"name":"FS_FILTER_SECTION_SYNC_IN_FLAG_DONT_UPDATE_LAST_ACCESS","features":[7]},{"name":"FS_FILTER_SECTION_SYNC_IN_FLAG_DONT_UPDATE_LAST_WRITE","features":[7]},{"name":"FS_FILTER_SECTION_SYNC_OUTPUT","features":[7]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_ASYNC_PARALLEL_IO","features":[7]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_DIRECT_MAP_DATA","features":[7]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_DIRECT_MAP_IMAGE","features":[7]},{"name":"FS_FILTER_SECTION_SYNC_TYPE","features":[7]},{"name":"FS_FILTER_STREAM_FO_NOTIFICATION_TYPE","features":[7]},{"name":"FS_INFORMATION_CLASS","features":[7]},{"name":"FastIoIsNotPossible","features":[7]},{"name":"FastIoIsPossible","features":[7]},{"name":"FastIoIsQuestionable","features":[7]},{"name":"FileAccessInformation","features":[7]},{"name":"FileAlignmentInformation","features":[7]},{"name":"FileAllInformation","features":[7]},{"name":"FileAllocationInformation","features":[7]},{"name":"FileAlternateNameInformation","features":[7]},{"name":"FileAttributeTagInformation","features":[7]},{"name":"FileBasicInformation","features":[7]},{"name":"FileBothDirectoryInformation","features":[7]},{"name":"FileCaseSensitiveInformation","features":[7]},{"name":"FileCaseSensitiveInformationForceAccessCheck","features":[7]},{"name":"FileCompletionInformation","features":[7]},{"name":"FileCompressionInformation","features":[7]},{"name":"FileDesiredStorageClassInformation","features":[7]},{"name":"FileDirectoryInformation","features":[7]},{"name":"FileDispositionInformation","features":[7]},{"name":"FileDispositionInformationEx","features":[7]},{"name":"FileEaInformation","features":[7]},{"name":"FileEndOfFileInformation","features":[7]},{"name":"FileFsAttributeInformation","features":[7]},{"name":"FileFsControlInformation","features":[7]},{"name":"FileFsDataCopyInformation","features":[7]},{"name":"FileFsDeviceInformation","features":[7]},{"name":"FileFsDriverPathInformation","features":[7]},{"name":"FileFsFullSizeInformation","features":[7]},{"name":"FileFsFullSizeInformationEx","features":[7]},{"name":"FileFsLabelInformation","features":[7]},{"name":"FileFsMaximumInformation","features":[7]},{"name":"FileFsMetadataSizeInformation","features":[7]},{"name":"FileFsObjectIdInformation","features":[7]},{"name":"FileFsSectorSizeInformation","features":[7]},{"name":"FileFsSizeInformation","features":[7]},{"name":"FileFsVolumeFlagsInformation","features":[7]},{"name":"FileFsVolumeInformation","features":[7]},{"name":"FileFullDirectoryInformation","features":[7]},{"name":"FileFullEaInformation","features":[7]},{"name":"FileHardLinkFullIdInformation","features":[7]},{"name":"FileHardLinkInformation","features":[7]},{"name":"FileIdBothDirectoryInformation","features":[7]},{"name":"FileIdExtdBothDirectoryInformation","features":[7]},{"name":"FileIdExtdDirectoryInformation","features":[7]},{"name":"FileIdFullDirectoryInformation","features":[7]},{"name":"FileIdGlobalTxDirectoryInformation","features":[7]},{"name":"FileIdInformation","features":[7]},{"name":"FileInternalInformation","features":[7]},{"name":"FileIoCompletionNotificationInformation","features":[7]},{"name":"FileIoPriorityHintInformation","features":[7]},{"name":"FileIoStatusBlockRangeInformation","features":[7]},{"name":"FileIsRemoteDeviceInformation","features":[7]},{"name":"FileKnownFolderInformation","features":[7]},{"name":"FileLinkInformation","features":[7]},{"name":"FileLinkInformationBypassAccessCheck","features":[7]},{"name":"FileLinkInformationEx","features":[7]},{"name":"FileLinkInformationExBypassAccessCheck","features":[7]},{"name":"FileMailslotQueryInformation","features":[7]},{"name":"FileMailslotSetInformation","features":[7]},{"name":"FileMaximumInformation","features":[7]},{"name":"FileMemoryPartitionInformation","features":[7]},{"name":"FileModeInformation","features":[7]},{"name":"FileMoveClusterInformation","features":[7]},{"name":"FileNameInformation","features":[7]},{"name":"FileNamesInformation","features":[7]},{"name":"FileNetworkOpenInformation","features":[7]},{"name":"FileNetworkPhysicalNameInformation","features":[7]},{"name":"FileNormalizedNameInformation","features":[7]},{"name":"FileNumaNodeInformation","features":[7]},{"name":"FileObjectIdInformation","features":[7]},{"name":"FilePipeInformation","features":[7]},{"name":"FilePipeLocalInformation","features":[7]},{"name":"FilePipeRemoteInformation","features":[7]},{"name":"FilePositionInformation","features":[7]},{"name":"FileProcessIdsUsingFileInformation","features":[7]},{"name":"FileQuotaInformation","features":[7]},{"name":"FileRemoteProtocolInformation","features":[7]},{"name":"FileRenameInformation","features":[7]},{"name":"FileRenameInformationBypassAccessCheck","features":[7]},{"name":"FileRenameInformationEx","features":[7]},{"name":"FileRenameInformationExBypassAccessCheck","features":[7]},{"name":"FileReparsePointInformation","features":[7]},{"name":"FileReplaceCompletionInformation","features":[7]},{"name":"FileSfioReserveInformation","features":[7]},{"name":"FileSfioVolumeInformation","features":[7]},{"name":"FileShortNameInformation","features":[7]},{"name":"FileStandardInformation","features":[7]},{"name":"FileStandardLinkInformation","features":[7]},{"name":"FileStatInformation","features":[7]},{"name":"FileStatLxInformation","features":[7]},{"name":"FileStorageReserveIdInformation","features":[7]},{"name":"FileStreamInformation","features":[7]},{"name":"FileTrackingInformation","features":[7]},{"name":"FileUnusedInformation","features":[7]},{"name":"FileValidDataLengthInformation","features":[7]},{"name":"FileVolumeNameInformation","features":[7]},{"name":"FsRtlAcknowledgeEcp","features":[7]},{"name":"FsRtlAcquireFileExclusive","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlAddBaseMcbEntry","features":[7,3]},{"name":"FsRtlAddBaseMcbEntryEx","features":[7,3]},{"name":"FsRtlAddLargeMcbEntry","features":[4,7,3,9]},{"name":"FsRtlAddMcbEntry","features":[4,7,3,9]},{"name":"FsRtlAddToTunnelCache","features":[4,7,3,9]},{"name":"FsRtlAddToTunnelCacheEx","features":[4,7,3,9]},{"name":"FsRtlAllocateAePushLock","features":[4,7]},{"name":"FsRtlAllocateExtraCreateParameter","features":[7,3]},{"name":"FsRtlAllocateExtraCreateParameterFromLookasideList","features":[7,3]},{"name":"FsRtlAllocateExtraCreateParameterList","features":[4,7,3]},{"name":"FsRtlAllocateFileLock","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlAllocateResource","features":[4,7,9]},{"name":"FsRtlAreNamesEqual","features":[7,3]},{"name":"FsRtlAreThereCurrentOrInProgressFileLocks","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlAreThereWaitingFileLocks","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlAreVolumeStartupApplicationsComplete","features":[7,3]},{"name":"FsRtlBalanceReads","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCancellableWaitForMultipleObjects","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCancellableWaitForSingleObject","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlChangeBackingFileObject","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCheckLockForOplockRequest","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCheckLockForReadAccess","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCheckLockForWriteAccess","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCheckOplock","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCheckOplockEx","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCheckOplockEx2","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCheckUpperOplock","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCopyRead","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCopyWrite","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCreateSectionForDataScan","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlCurrentBatchOplock","features":[7,3]},{"name":"FsRtlCurrentOplock","features":[7,3]},{"name":"FsRtlCurrentOplockH","features":[7,3]},{"name":"FsRtlDeleteExtraCreateParameterLookasideList","features":[7]},{"name":"FsRtlDeleteKeyFromTunnelCache","features":[4,7,3,9]},{"name":"FsRtlDeleteTunnelCache","features":[4,7,3,9]},{"name":"FsRtlDeregisterUncProvider","features":[7,3]},{"name":"FsRtlDismountComplete","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlDissectDbcs","features":[7,9]},{"name":"FsRtlDissectName","features":[7,3]},{"name":"FsRtlDoesDbcsContainWildCards","features":[7,3,9]},{"name":"FsRtlDoesNameContainWildCards","features":[7,3]},{"name":"FsRtlFastCheckLockForRead","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlFastCheckLockForWrite","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlFastUnlockAll","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlFastUnlockAllByKey","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlFastUnlockSingle","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlFindExtraCreateParameter","features":[4,7,3]},{"name":"FsRtlFindInTunnelCache","features":[4,7,3,9]},{"name":"FsRtlFindInTunnelCacheEx","features":[4,7,3,9]},{"name":"FsRtlFreeAePushLock","features":[7]},{"name":"FsRtlFreeExtraCreateParameter","features":[7]},{"name":"FsRtlFreeExtraCreateParameterList","features":[4,7]},{"name":"FsRtlFreeFileLock","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlGetCurrentProcessLoaderList","features":[7,9]},{"name":"FsRtlGetEcpListFromIrp","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlGetFileSize","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlGetNextBaseMcbEntry","features":[7,3]},{"name":"FsRtlGetNextExtraCreateParameter","features":[4,7,3]},{"name":"FsRtlGetNextFileLock","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlGetNextLargeMcbEntry","features":[4,7,3,9]},{"name":"FsRtlGetNextMcbEntry","features":[4,7,3,9]},{"name":"FsRtlGetSectorSizeInformation","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlGetSupportedFeatures","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlGetVirtualDiskNestingLevel","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlIncrementCcFastMdlReadWait","features":[7]},{"name":"FsRtlIncrementCcFastReadNoWait","features":[7]},{"name":"FsRtlIncrementCcFastReadNotPossible","features":[7]},{"name":"FsRtlIncrementCcFastReadResourceMiss","features":[7]},{"name":"FsRtlIncrementCcFastReadWait","features":[7]},{"name":"FsRtlInitExtraCreateParameterLookasideList","features":[7]},{"name":"FsRtlInitializeBaseMcb","features":[4,7]},{"name":"FsRtlInitializeBaseMcbEx","features":[4,7,3]},{"name":"FsRtlInitializeExtraCreateParameter","features":[4,7]},{"name":"FsRtlInitializeExtraCreateParameterList","features":[4,7,3]},{"name":"FsRtlInitializeFileLock","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlInitializeLargeMcb","features":[4,7,3,9]},{"name":"FsRtlInitializeMcb","features":[4,7,3,9]},{"name":"FsRtlInitializeOplock","features":[7]},{"name":"FsRtlInitializeTunnelCache","features":[4,7,3,9]},{"name":"FsRtlInsertExtraCreateParameter","features":[4,7,3]},{"name":"FsRtlInsertPerFileContext","features":[4,7,3,9]},{"name":"FsRtlInsertPerFileObjectContext","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlInsertPerStreamContext","features":[4,7,3,9]},{"name":"FsRtlIs32BitProcess","features":[4,7,3]},{"name":"FsRtlIsDaxVolume","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlIsDbcsInExpression","features":[7,3,9]},{"name":"FsRtlIsEcpAcknowledged","features":[7,3]},{"name":"FsRtlIsEcpFromUserMode","features":[7,3]},{"name":"FsRtlIsExtentDangling","features":[7]},{"name":"FsRtlIsFatDbcsLegal","features":[7,3,9]},{"name":"FsRtlIsHpfsDbcsLegal","features":[7,3,9]},{"name":"FsRtlIsMobileOS","features":[7,3]},{"name":"FsRtlIsNameInExpression","features":[7,3]},{"name":"FsRtlIsNameInUnUpcasedExpression","features":[7,3]},{"name":"FsRtlIsNonEmptyDirectoryReparsePointAllowed","features":[7,3]},{"name":"FsRtlIsNtstatusExpected","features":[7,3]},{"name":"FsRtlIsPagingFile","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlIsSystemPagingFile","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlIssueDeviceIoControl","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlKernelFsControlFile","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlLogCcFlushError","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlLookupBaseMcbEntry","features":[7,3]},{"name":"FsRtlLookupLargeMcbEntry","features":[4,7,3,9]},{"name":"FsRtlLookupLastBaseMcbEntry","features":[7,3]},{"name":"FsRtlLookupLastBaseMcbEntryAndIndex","features":[7,3]},{"name":"FsRtlLookupLastLargeMcbEntry","features":[4,7,3,9]},{"name":"FsRtlLookupLastLargeMcbEntryAndIndex","features":[4,7,3,9]},{"name":"FsRtlLookupLastMcbEntry","features":[4,7,3,9]},{"name":"FsRtlLookupMcbEntry","features":[4,7,3,9]},{"name":"FsRtlLookupPerFileContext","features":[4,7,9]},{"name":"FsRtlLookupPerFileObjectContext","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlLookupPerStreamContextInternal","features":[4,7,3,9]},{"name":"FsRtlMdlReadCompleteDev","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlMdlReadDev","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlMdlReadEx","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlMdlWriteCompleteDev","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlMupGetProviderIdFromName","features":[7,3]},{"name":"FsRtlMupGetProviderInfoFromFileObject","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlNormalizeNtstatus","features":[7,3]},{"name":"FsRtlNotifyCleanup","features":[4,7,9]},{"name":"FsRtlNotifyCleanupAll","features":[4,7,9]},{"name":"FsRtlNotifyFilterChangeDirectory","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlNotifyFilterReportChange","features":[4,7,9]},{"name":"FsRtlNotifyFullChangeDirectory","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlNotifyFullReportChange","features":[4,7,9]},{"name":"FsRtlNotifyInitializeSync","features":[4,7]},{"name":"FsRtlNotifyUninitializeSync","features":[4,7]},{"name":"FsRtlNotifyVolumeEvent","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlNotifyVolumeEventEx","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlNumberOfRunsInBaseMcb","features":[7]},{"name":"FsRtlNumberOfRunsInLargeMcb","features":[4,7,3,9]},{"name":"FsRtlNumberOfRunsInMcb","features":[4,7,3,9]},{"name":"FsRtlOplockBreakH","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlOplockBreakH2","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlOplockBreakToNone","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlOplockBreakToNoneEx","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlOplockFsctrl","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlOplockFsctrlEx","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlOplockGetAnyBreakOwnerProcess","features":[4,7]},{"name":"FsRtlOplockIsFastIoPossible","features":[7,3]},{"name":"FsRtlOplockIsSharedRequest","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlOplockKeysEqual","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlPostPagingFileStackOverflow","features":[4,7,3,9]},{"name":"FsRtlPostStackOverflow","features":[4,7,3,9]},{"name":"FsRtlPrepareMdlWriteDev","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlPrepareMdlWriteEx","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlPrepareToReuseEcp","features":[7]},{"name":"FsRtlPrivateLock","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlProcessFileLock","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlQueryCachedVdl","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlQueryInformationFile","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlQueryKernelEaFile","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlQueryMaximumVirtualDiskNestingLevel","features":[7]},{"name":"FsRtlRegisterFileSystemFilterCallbacks","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlRegisterUncProvider","features":[7,3]},{"name":"FsRtlRegisterUncProviderEx","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlRegisterUncProviderEx2","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlReleaseFile","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlRemoveBaseMcbEntry","features":[7,3]},{"name":"FsRtlRemoveDotsFromPath","features":[7,3]},{"name":"FsRtlRemoveExtraCreateParameter","features":[4,7,3]},{"name":"FsRtlRemoveLargeMcbEntry","features":[4,7,3,9]},{"name":"FsRtlRemoveMcbEntry","features":[4,7,3,9]},{"name":"FsRtlRemovePerFileContext","features":[4,7,9]},{"name":"FsRtlRemovePerFileObjectContext","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlRemovePerStreamContext","features":[4,7,3,9]},{"name":"FsRtlResetBaseMcb","features":[7]},{"name":"FsRtlResetLargeMcb","features":[4,7,3,9]},{"name":"FsRtlSetDriverBacking","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlSetEcpListIntoIrp","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlSetKernelEaFile","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlSplitBaseMcb","features":[7,3]},{"name":"FsRtlSplitLargeMcb","features":[4,7,3,9]},{"name":"FsRtlTeardownPerFileContexts","features":[7]},{"name":"FsRtlTeardownPerStreamContexts","features":[4,7,3,9]},{"name":"FsRtlTruncateBaseMcb","features":[7]},{"name":"FsRtlTruncateLargeMcb","features":[4,7,3,9]},{"name":"FsRtlTruncateMcb","features":[4,7,3,9]},{"name":"FsRtlUninitializeBaseMcb","features":[7]},{"name":"FsRtlUninitializeFileLock","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlUninitializeLargeMcb","features":[4,7,3,9]},{"name":"FsRtlUninitializeMcb","features":[4,7,3,9]},{"name":"FsRtlUninitializeOplock","features":[7]},{"name":"FsRtlUpdateDiskCounters","features":[7]},{"name":"FsRtlUpperOplockFsctrl","features":[4,7,5,3,6,8,9,10]},{"name":"FsRtlValidateReparsePointBuffer","features":[7,3]},{"name":"FsRtlVolumeDeviceToCorrelationId","features":[4,7,5,3,6,8,9,10]},{"name":"GCR_ALLOW_LM","features":[7]},{"name":"GCR_ALLOW_NO_TARGET","features":[7]},{"name":"GCR_ALLOW_NTLM","features":[7]},{"name":"GCR_MACHINE_CREDENTIAL","features":[7]},{"name":"GCR_NTLM3_PARMS","features":[7]},{"name":"GCR_TARGET_INFO","features":[7]},{"name":"GCR_USE_OEM_SET","features":[7]},{"name":"GCR_USE_OWF_PASSWORD","features":[7]},{"name":"GCR_VSM_PROTECTED_PASSWORD","features":[7]},{"name":"GENERATE_CLIENT_CHALLENGE","features":[7]},{"name":"GENERATE_NAME_CONTEXT","features":[7,3]},{"name":"GHOSTED_FILE_EXTENT","features":[7]},{"name":"GUID_ECP_ATOMIC_CREATE","features":[7]},{"name":"GUID_ECP_CLOUDFILES_ATTRIBUTION","features":[7]},{"name":"GUID_ECP_CREATE_REDIRECTION","features":[7]},{"name":"GUID_ECP_CSV_DOWN_LEVEL_OPEN","features":[7]},{"name":"GUID_ECP_CSV_QUERY_FILE_REVISION","features":[7]},{"name":"GUID_ECP_CSV_QUERY_FILE_REVISION_FILE_ID_128","features":[7]},{"name":"GUID_ECP_CSV_SET_HANDLE_PROPERTIES","features":[7]},{"name":"GUID_ECP_DUAL_OPLOCK_KEY","features":[7]},{"name":"GUID_ECP_IO_DEVICE_HINT","features":[7]},{"name":"GUID_ECP_NETWORK_APP_INSTANCE","features":[7]},{"name":"GUID_ECP_NETWORK_APP_INSTANCE_VERSION","features":[7]},{"name":"GUID_ECP_NETWORK_OPEN_CONTEXT","features":[7]},{"name":"GUID_ECP_NFS_OPEN","features":[7]},{"name":"GUID_ECP_OPEN_PARAMETERS","features":[7]},{"name":"GUID_ECP_OPLOCK_KEY","features":[7]},{"name":"GUID_ECP_PREFETCH_OPEN","features":[7]},{"name":"GUID_ECP_QUERY_ON_CREATE","features":[7]},{"name":"GUID_ECP_RKF_BYPASS","features":[7]},{"name":"GUID_ECP_SRV_OPEN","features":[7]},{"name":"GetSecurityUserInfo","features":[7,3,25]},{"name":"GreaterThan","features":[7]},{"name":"HEAP_CLASS_0","features":[7]},{"name":"HEAP_CLASS_1","features":[7]},{"name":"HEAP_CLASS_2","features":[7]},{"name":"HEAP_CLASS_3","features":[7]},{"name":"HEAP_CLASS_4","features":[7]},{"name":"HEAP_CLASS_5","features":[7]},{"name":"HEAP_CLASS_6","features":[7]},{"name":"HEAP_CLASS_7","features":[7]},{"name":"HEAP_CLASS_8","features":[7]},{"name":"HEAP_CLASS_MASK","features":[7]},{"name":"HEAP_CREATE_ALIGN_16","features":[7]},{"name":"HEAP_CREATE_ENABLE_EXECUTE","features":[7]},{"name":"HEAP_CREATE_ENABLE_TRACING","features":[7]},{"name":"HEAP_CREATE_HARDENED","features":[7]},{"name":"HEAP_CREATE_SEGMENT_HEAP","features":[7]},{"name":"HEAP_DISABLE_COALESCE_ON_FREE","features":[7]},{"name":"HEAP_FREE_CHECKING_ENABLED","features":[7]},{"name":"HEAP_GENERATE_EXCEPTIONS","features":[7]},{"name":"HEAP_GLOBAL_TAG","features":[7]},{"name":"HEAP_GROWABLE","features":[7]},{"name":"HEAP_MAXIMUM_TAG","features":[7]},{"name":"HEAP_MEMORY_INFO_CLASS","features":[7]},{"name":"HEAP_NO_SERIALIZE","features":[7]},{"name":"HEAP_PSEUDO_TAG_FLAG","features":[7]},{"name":"HEAP_REALLOC_IN_PLACE_ONLY","features":[7]},{"name":"HEAP_SETTABLE_USER_FLAG1","features":[7]},{"name":"HEAP_SETTABLE_USER_FLAG2","features":[7]},{"name":"HEAP_SETTABLE_USER_FLAG3","features":[7]},{"name":"HEAP_SETTABLE_USER_FLAGS","features":[7]},{"name":"HEAP_SETTABLE_USER_VALUE","features":[7]},{"name":"HEAP_TAG_SHIFT","features":[7]},{"name":"HEAP_TAIL_CHECKING_ENABLED","features":[7]},{"name":"HEAP_ZERO_MEMORY","features":[7]},{"name":"HeapMemoryBasicInformation","features":[7]},{"name":"INVALID_PROCESSOR_INDEX","features":[7]},{"name":"IOCTL_LMR_ARE_FILE_OBJECTS_ON_SAME_SERVER","features":[7]},{"name":"IOCTL_REDIR_QUERY_PATH","features":[7]},{"name":"IOCTL_REDIR_QUERY_PATH_EX","features":[7]},{"name":"IOCTL_VOLSNAP_FLUSH_AND_HOLD_WRITES","features":[7]},{"name":"IO_CD_ROM_INCREMENT","features":[7]},{"name":"IO_CREATE_STREAM_FILE_LITE","features":[7]},{"name":"IO_CREATE_STREAM_FILE_OPTIONS","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CREATE_STREAM_FILE_RAISE_ON_ERROR","features":[7]},{"name":"IO_DEVICE_HINT_ECP_CONTEXT","features":[4,7,5,3,6,8,9,10]},{"name":"IO_DISK_INCREMENT","features":[7]},{"name":"IO_FILE_OBJECT_NON_PAGED_POOL_CHARGE","features":[7]},{"name":"IO_FILE_OBJECT_PAGED_POOL_CHARGE","features":[7]},{"name":"IO_IGNORE_READONLY_ATTRIBUTE","features":[7]},{"name":"IO_MAILSLOT_INCREMENT","features":[7]},{"name":"IO_MM_PAGING_FILE","features":[7]},{"name":"IO_NAMED_PIPE_INCREMENT","features":[7]},{"name":"IO_NETWORK_INCREMENT","features":[7]},{"name":"IO_NO_INCREMENT","features":[7]},{"name":"IO_OPEN_PAGING_FILE","features":[7]},{"name":"IO_OPEN_TARGET_DIRECTORY","features":[7]},{"name":"IO_PRIORITY_INFO","features":[4,7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_0","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_1","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_2","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_3","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_4","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_5","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_6","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_7","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_8","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_9","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_A","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_B","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_C","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_D","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_E","features":[7]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_F","features":[7]},{"name":"IO_REPARSE_TAG_ACTIVISION_HSM","features":[7]},{"name":"IO_REPARSE_TAG_ADA_HSM","features":[7]},{"name":"IO_REPARSE_TAG_ADOBE_HSM","features":[7]},{"name":"IO_REPARSE_TAG_ALERTBOOT","features":[7]},{"name":"IO_REPARSE_TAG_ALTIRIS_HSM","features":[7]},{"name":"IO_REPARSE_TAG_APPXSTRM","features":[7]},{"name":"IO_REPARSE_TAG_ARCO_BACKUP","features":[7]},{"name":"IO_REPARSE_TAG_ARKIVIO","features":[7]},{"name":"IO_REPARSE_TAG_AURISTOR_FS","features":[7]},{"name":"IO_REPARSE_TAG_AUTN_HSM","features":[7]},{"name":"IO_REPARSE_TAG_BRIDGEHEAD_HSM","features":[7]},{"name":"IO_REPARSE_TAG_C2CSYSTEMS_HSM","features":[7]},{"name":"IO_REPARSE_TAG_CARINGO_HSM","features":[7]},{"name":"IO_REPARSE_TAG_CARROLL_HSM","features":[7]},{"name":"IO_REPARSE_TAG_CITRIX_PM","features":[7]},{"name":"IO_REPARSE_TAG_COMMVAULT","features":[7]},{"name":"IO_REPARSE_TAG_COMMVAULT_HSM","features":[7]},{"name":"IO_REPARSE_TAG_COMTRADE_HSM","features":[7]},{"name":"IO_REPARSE_TAG_CTERA_HSM","features":[7]},{"name":"IO_REPARSE_TAG_DATAFIRST_HSM","features":[7]},{"name":"IO_REPARSE_TAG_DATAGLOBAL_HSM","features":[7]},{"name":"IO_REPARSE_TAG_DATASTOR_SIS","features":[7]},{"name":"IO_REPARSE_TAG_DFM","features":[7]},{"name":"IO_REPARSE_TAG_DOR_HSM","features":[7]},{"name":"IO_REPARSE_TAG_DOUBLE_TAKE_HSM","features":[7]},{"name":"IO_REPARSE_TAG_DOUBLE_TAKE_SIS","features":[7]},{"name":"IO_REPARSE_TAG_DRIVE_EXTENDER","features":[7]},{"name":"IO_REPARSE_TAG_DROPBOX_HSM","features":[7]},{"name":"IO_REPARSE_TAG_EASEFILTER_HSM","features":[7]},{"name":"IO_REPARSE_TAG_EASEVAULT_HSM","features":[7]},{"name":"IO_REPARSE_TAG_EDSI_HSM","features":[7]},{"name":"IO_REPARSE_TAG_ELTAN_HSM","features":[7]},{"name":"IO_REPARSE_TAG_EMC_HSM","features":[7]},{"name":"IO_REPARSE_TAG_ENIGMA_HSM","features":[7]},{"name":"IO_REPARSE_TAG_FILTER_MANAGER","features":[7]},{"name":"IO_REPARSE_TAG_GLOBAL360_HSM","features":[7]},{"name":"IO_REPARSE_TAG_GOOGLE_HSM","features":[7]},{"name":"IO_REPARSE_TAG_GRAU_DATASTORAGE_HSM","features":[7]},{"name":"IO_REPARSE_TAG_HDS_HCP_HSM","features":[7]},{"name":"IO_REPARSE_TAG_HDS_HSM","features":[7]},{"name":"IO_REPARSE_TAG_HERMES_HSM","features":[7]},{"name":"IO_REPARSE_TAG_HP_BACKUP","features":[7]},{"name":"IO_REPARSE_TAG_HP_DATA_PROTECT","features":[7]},{"name":"IO_REPARSE_TAG_HP_HSM","features":[7]},{"name":"IO_REPARSE_TAG_HSAG_HSM","features":[7]},{"name":"IO_REPARSE_TAG_HUBSTOR_HSM","features":[7]},{"name":"IO_REPARSE_TAG_IFSTEST_CONGRUENT","features":[7]},{"name":"IO_REPARSE_TAG_IIS_CACHE","features":[7]},{"name":"IO_REPARSE_TAG_IMANAGE_HSM","features":[7]},{"name":"IO_REPARSE_TAG_INTERCOPE_HSM","features":[7]},{"name":"IO_REPARSE_TAG_ITSTATION","features":[7]},{"name":"IO_REPARSE_TAG_KOM_NETWORKS_HSM","features":[7]},{"name":"IO_REPARSE_TAG_LX_BLK","features":[7]},{"name":"IO_REPARSE_TAG_LX_CHR","features":[7]},{"name":"IO_REPARSE_TAG_LX_FIFO","features":[7]},{"name":"IO_REPARSE_TAG_LX_SYMLINK","features":[7]},{"name":"IO_REPARSE_TAG_MAGINATICS_RDR","features":[7]},{"name":"IO_REPARSE_TAG_MAXISCALE_HSM","features":[7]},{"name":"IO_REPARSE_TAG_MEMORY_TECH_HSM","features":[7]},{"name":"IO_REPARSE_TAG_MIMOSA_HSM","features":[7]},{"name":"IO_REPARSE_TAG_MOONWALK_HSM","features":[7]},{"name":"IO_REPARSE_TAG_MTALOS","features":[7]},{"name":"IO_REPARSE_TAG_NEUSHIELD","features":[7]},{"name":"IO_REPARSE_TAG_NEXSAN_HSM","features":[7]},{"name":"IO_REPARSE_TAG_NIPPON_HSM","features":[7]},{"name":"IO_REPARSE_TAG_NVIDIA_UNIONFS","features":[7]},{"name":"IO_REPARSE_TAG_OPENAFS_DFS","features":[7]},{"name":"IO_REPARSE_TAG_OSR_SAMPLE","features":[7]},{"name":"IO_REPARSE_TAG_OVERTONE","features":[7]},{"name":"IO_REPARSE_TAG_POINTSOFT_HSM","features":[7]},{"name":"IO_REPARSE_TAG_QI_TECH_HSM","features":[7]},{"name":"IO_REPARSE_TAG_QUADDRA_HSM","features":[7]},{"name":"IO_REPARSE_TAG_QUEST_HSM","features":[7]},{"name":"IO_REPARSE_TAG_REDSTOR_HSM","features":[7]},{"name":"IO_REPARSE_TAG_RIVERBED_HSM","features":[7]},{"name":"IO_REPARSE_TAG_SER_HSM","features":[7]},{"name":"IO_REPARSE_TAG_SHX_BACKUP","features":[7]},{"name":"IO_REPARSE_TAG_SOLUTIONSOFT","features":[7]},{"name":"IO_REPARSE_TAG_SONY_HSM","features":[7]},{"name":"IO_REPARSE_TAG_SPHARSOFT","features":[7]},{"name":"IO_REPARSE_TAG_SYMANTEC_HSM","features":[7]},{"name":"IO_REPARSE_TAG_SYMANTEC_HSM2","features":[7]},{"name":"IO_REPARSE_TAG_TSINGHUA_UNIVERSITY_RESEARCH","features":[7]},{"name":"IO_REPARSE_TAG_UTIXO_HSM","features":[7]},{"name":"IO_REPARSE_TAG_VALID_VALUES","features":[7]},{"name":"IO_REPARSE_TAG_VMWARE_PM","features":[7]},{"name":"IO_REPARSE_TAG_WATERFORD","features":[7]},{"name":"IO_REPARSE_TAG_WISDATA_HSM","features":[7]},{"name":"IO_REPARSE_TAG_ZLTI_HSM","features":[7]},{"name":"IO_STOP_ON_SYMLINK","features":[7]},{"name":"IO_STOP_ON_SYMLINK_FILTER_ECP_v0","features":[7]},{"name":"IoAcquireVpbSpinLock","features":[7]},{"name":"IoApplyPriorityInfoThread","features":[4,7,3]},{"name":"IoCheckDesiredAccess","features":[7,3]},{"name":"IoCheckEaBufferValidity","features":[7,3]},{"name":"IoCheckFunctionAccess","features":[7,3]},{"name":"IoCheckQuerySetFileInformation","features":[7,3]},{"name":"IoCheckQuerySetVolumeInformation","features":[7,3]},{"name":"IoCheckQuotaBufferValidity","features":[7,3,6]},{"name":"IoClearFsTrackOffsetState","features":[4,7,5,3,6,8,9,10]},{"name":"IoCreateStreamFileObject","features":[4,7,5,3,6,8,9,10]},{"name":"IoCreateStreamFileObjectEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoCreateStreamFileObjectEx2","features":[4,7,5,3,6,8,9,10]},{"name":"IoCreateStreamFileObjectLite","features":[4,7,5,3,6,8,9,10]},{"name":"IoEnumerateDeviceObjectList","features":[4,7,5,3,6,8,9,10]},{"name":"IoEnumerateRegisteredFiltersList","features":[4,7,5,3,6,8,9,10]},{"name":"IoFastQueryNetworkAttributes","features":[4,7,3,8]},{"name":"IoGetAttachedDevice","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetBaseFileSystemDeviceObject","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetDeviceAttachmentBaseRef","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetDeviceToVerify","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetDiskDeviceObject","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetFsTrackOffsetState","features":[4,7,5,3,6,8,24,9,10]},{"name":"IoGetLowerDeviceObject","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetOplockKeyContext","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetOplockKeyContextEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetRequestorProcess","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetRequestorProcessId","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetRequestorSessionId","features":[4,7,5,3,6,8,9,10]},{"name":"IoIrpHasFsTrackOffsetExtensionType","features":[4,7,5,3,6,8,9,10]},{"name":"IoIsOperationSynchronous","features":[4,7,5,3,6,8,9,10]},{"name":"IoIsSystemThread","features":[4,7,3]},{"name":"IoIsValidNameGraftingBuffer","features":[4,7,5,3,6,8,9,10]},{"name":"IoPageRead","features":[4,7,5,3,6,8,9,10]},{"name":"IoQueryFileDosDeviceName","features":[4,7,5,3,6,8,9,10]},{"name":"IoQueryFileInformation","features":[4,7,5,3,6,8,9,10]},{"name":"IoQueryVolumeInformation","features":[4,7,5,3,6,8,9,10]},{"name":"IoQueueThreadIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoRegisterFileSystem","features":[4,7,5,3,6,8,9,10]},{"name":"IoRegisterFsRegistrationChange","features":[4,7,5,3,6,8,9,10]},{"name":"IoRegisterFsRegistrationChangeMountAware","features":[4,7,5,3,6,8,9,10]},{"name":"IoReleaseVpbSpinLock","features":[7]},{"name":"IoReplaceFileObjectName","features":[4,7,5,3,6,8,9,10]},{"name":"IoRequestDeviceRemovalForReset","features":[4,7,5,3,6,8,9,10]},{"name":"IoRetrievePriorityInfo","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetDeviceToVerify","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetFsTrackOffsetState","features":[4,7,5,3,6,8,24,9,10]},{"name":"IoSetInformation","features":[4,7,5,3,6,8,9,10]},{"name":"IoSynchronousPageWrite","features":[4,7,5,3,6,8,9,10]},{"name":"IoThreadToProcess","features":[4,7]},{"name":"IoUnregisterFileSystem","features":[4,7,5,3,6,8,9,10]},{"name":"IoUnregisterFsRegistrationChange","features":[4,7,5,3,6,8,9,10]},{"name":"IoVerifyVolume","features":[4,7,5,3,6,8,9,10]},{"name":"KAPC_STATE","features":[7,3,9]},{"name":"KeAcquireQueuedSpinLock","features":[4,7]},{"name":"KeAcquireSpinLockRaiseToSynch","features":[7]},{"name":"KeAttachProcess","features":[4,7]},{"name":"KeDetachProcess","features":[7]},{"name":"KeInitializeMutant","features":[4,7,3,9]},{"name":"KeInitializeQueue","features":[4,7,3,9]},{"name":"KeInsertHeadQueue","features":[4,7,3,9]},{"name":"KeInsertQueue","features":[4,7,3,9]},{"name":"KeReadStateMutant","features":[4,7,3,9]},{"name":"KeReadStateQueue","features":[4,7,3,9]},{"name":"KeReleaseMutant","features":[4,7,3,9]},{"name":"KeReleaseQueuedSpinLock","features":[4,7]},{"name":"KeRemoveQueue","features":[4,7,3,9]},{"name":"KeRemoveQueueEx","features":[4,7,3,9]},{"name":"KeRundownQueue","features":[4,7,3,9]},{"name":"KeSetIdealProcessorThread","features":[4,7]},{"name":"KeSetKernelStackSwapEnable","features":[7,3]},{"name":"KeStackAttachProcess","features":[4,7,3,9]},{"name":"KeTryToAcquireQueuedSpinLock","features":[4,7]},{"name":"KeUnstackDetachProcess","features":[7,3,9]},{"name":"KnownFolderDesktop","features":[7]},{"name":"KnownFolderDocuments","features":[7]},{"name":"KnownFolderDownloads","features":[7]},{"name":"KnownFolderMax","features":[7]},{"name":"KnownFolderMusic","features":[7]},{"name":"KnownFolderNone","features":[7]},{"name":"KnownFolderOther","features":[7]},{"name":"KnownFolderPictures","features":[7]},{"name":"KnownFolderVideos","features":[7]},{"name":"LARGE_MCB","features":[4,7,3,9]},{"name":"LCN_CHECKSUM_VALID","features":[7]},{"name":"LCN_WEAK_REFERENCE_BUFFER","features":[7]},{"name":"LCN_WEAK_REFERENCE_CREATE_INPUT_BUFFER","features":[7]},{"name":"LCN_WEAK_REFERENCE_VALID","features":[7]},{"name":"LINK_TRACKING_INFORMATION","features":[7]},{"name":"LINK_TRACKING_INFORMATION_TYPE","features":[7]},{"name":"LX_FILE_CASE_SENSITIVE_DIR","features":[7]},{"name":"LX_FILE_METADATA_DEVICE_ID_EA_NAME","features":[7]},{"name":"LX_FILE_METADATA_GID_EA_NAME","features":[7]},{"name":"LX_FILE_METADATA_HAS_DEVICE_ID","features":[7]},{"name":"LX_FILE_METADATA_HAS_GID","features":[7]},{"name":"LX_FILE_METADATA_HAS_MODE","features":[7]},{"name":"LX_FILE_METADATA_HAS_UID","features":[7]},{"name":"LX_FILE_METADATA_MODE_EA_NAME","features":[7]},{"name":"LX_FILE_METADATA_UID_EA_NAME","features":[7]},{"name":"LessThan","features":[7]},{"name":"MAP_DISABLE_PAGEFAULT_CLUSTERING","features":[7]},{"name":"MAP_HIGH_PRIORITY","features":[7]},{"name":"MAP_NO_READ","features":[7]},{"name":"MAP_WAIT","features":[7]},{"name":"MAXIMUM_LEADBYTES","features":[7]},{"name":"MAX_UNICODE_STACK_BUFFER_LENGTH","features":[7]},{"name":"MCB","features":[4,7,3,9]},{"name":"MCB_FLAG_RAISE_ON_ALLOCATION_FAILURE","features":[7]},{"name":"MEMORY_INFORMATION_CLASS","features":[7]},{"name":"MEMORY_RANGE_ENTRY","features":[7]},{"name":"MFT_ENUM_DATA","features":[7]},{"name":"MMFLUSH_TYPE","features":[7]},{"name":"MM_FORCE_CLOSED_DATA","features":[7]},{"name":"MM_FORCE_CLOSED_IMAGE","features":[7]},{"name":"MM_FORCE_CLOSED_LATER_OK","features":[7]},{"name":"MM_IS_FILE_SECTION_ACTIVE_DATA","features":[7]},{"name":"MM_IS_FILE_SECTION_ACTIVE_IMAGE","features":[7]},{"name":"MM_IS_FILE_SECTION_ACTIVE_USER","features":[7]},{"name":"MM_PREFETCH_FLAGS","features":[7]},{"name":"MSV1_0_AVID","features":[7]},{"name":"MSV1_0_ENUMUSERS_REQUEST","features":[7,25]},{"name":"MSV1_0_ENUMUSERS_RESPONSE","features":[7,3,25]},{"name":"MSV1_0_GETCHALLENRESP_REQUEST","features":[7,3,25]},{"name":"MSV1_0_GETCHALLENRESP_REQUEST_V1","features":[7,3,25]},{"name":"MSV1_0_GETCHALLENRESP_RESPONSE","features":[7,3,25,9]},{"name":"MSV1_0_GETUSERINFO_REQUEST","features":[7,3,25]},{"name":"MSV1_0_GETUSERINFO_RESPONSE","features":[7,3,25]},{"name":"MSV1_0_LM20_CHALLENGE_REQUEST","features":[7,25]},{"name":"MSV1_0_LM20_CHALLENGE_RESPONSE","features":[7,25]},{"name":"MakeSignature","features":[7]},{"name":"MapSecurityError","features":[7,3]},{"name":"MemoryBasicInformation","features":[7]},{"name":"MemoryType64KPage","features":[7]},{"name":"MemoryTypeCustom","features":[7]},{"name":"MemoryTypeHugePage","features":[7]},{"name":"MemoryTypeLargePage","features":[7]},{"name":"MemoryTypeMax","features":[7]},{"name":"MemoryTypeNonPaged","features":[7]},{"name":"MemoryTypePaged","features":[7]},{"name":"MmCanFileBeTruncated","features":[4,7,3]},{"name":"MmDoesFileHaveUserWritableReferences","features":[4,7]},{"name":"MmFlushForDelete","features":[7]},{"name":"MmFlushForWrite","features":[7]},{"name":"MmFlushImageSection","features":[4,7,3]},{"name":"MmForceSectionClosed","features":[4,7,3]},{"name":"MmForceSectionClosedEx","features":[4,7,3]},{"name":"MmGetMaximumFileSectionSize","features":[7]},{"name":"MmIsFileSectionActive","features":[4,7,3]},{"name":"MmIsRecursiveIoFault","features":[7,3]},{"name":"MmMdlPagesAreZero","features":[4,7]},{"name":"MmPrefetchPages","features":[4,7,5,3,6,23,8,9,10]},{"name":"MmSetAddressRangeModified","features":[7,3]},{"name":"MsvAvChannelBindings","features":[7]},{"name":"MsvAvDnsComputerName","features":[7]},{"name":"MsvAvDnsDomainName","features":[7]},{"name":"MsvAvDnsTreeName","features":[7]},{"name":"MsvAvEOL","features":[7]},{"name":"MsvAvFlags","features":[7]},{"name":"MsvAvNbComputerName","features":[7]},{"name":"MsvAvNbDomainName","features":[7]},{"name":"MsvAvRestrictions","features":[7]},{"name":"MsvAvTargetName","features":[7]},{"name":"MsvAvTimestamp","features":[7]},{"name":"NETWORK_APP_INSTANCE_ECP_CONTEXT","features":[7]},{"name":"NETWORK_APP_INSTANCE_VERSION_ECP_CONTEXT","features":[7]},{"name":"NETWORK_OPEN_ECP_CONTEXT","features":[7]},{"name":"NETWORK_OPEN_ECP_CONTEXT_V0","features":[7]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_HANDLE_COLLAPSING","features":[7]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_HANDLE_DURABILITY","features":[7]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_OPLOCKS","features":[7]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_FORCE_BUFFERED_SYNCHRONOUS_IO_HACK","features":[7]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_FORCE_MAX_EOF_HACK","features":[7]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_REQ_MUTUAL_AUTH","features":[7]},{"name":"NETWORK_OPEN_ECP_OUT_FLAG_RET_MUTUAL_AUTH","features":[7]},{"name":"NETWORK_OPEN_INTEGRITY_QUALIFIER","features":[7]},{"name":"NETWORK_OPEN_LOCATION_QUALIFIER","features":[7]},{"name":"NFS_OPEN_ECP_CONTEXT","features":[7,3,17]},{"name":"NLSTABLEINFO","features":[7]},{"name":"NO_8DOT3_NAME_PRESENT","features":[7]},{"name":"NTCREATEFILE_CREATE_DISPOSITION","features":[7]},{"name":"NTCREATEFILE_CREATE_OPTIONS","features":[7]},{"name":"NetworkOpenIntegrityAny","features":[7]},{"name":"NetworkOpenIntegrityEncrypted","features":[7]},{"name":"NetworkOpenIntegrityMaximum","features":[7]},{"name":"NetworkOpenIntegrityNone","features":[7]},{"name":"NetworkOpenIntegritySigned","features":[7]},{"name":"NetworkOpenLocationAny","features":[7]},{"name":"NetworkOpenLocationLoopback","features":[7]},{"name":"NetworkOpenLocationRemote","features":[7]},{"name":"NotifyTypeCreate","features":[7]},{"name":"NotifyTypeRetired","features":[7]},{"name":"NtAccessCheckAndAuditAlarm","features":[7,3,6]},{"name":"NtAccessCheckByTypeAndAuditAlarm","features":[7,3,6]},{"name":"NtAccessCheckByTypeResultListAndAuditAlarm","features":[7,3,6]},{"name":"NtAccessCheckByTypeResultListAndAuditAlarmByHandle","features":[7,3,6]},{"name":"NtAdjustGroupsToken","features":[7,3,6]},{"name":"NtAdjustPrivilegesToken","features":[7,3,6]},{"name":"NtAllocateVirtualMemory","features":[7,3]},{"name":"NtAllocateVirtualMemoryEx","features":[7,3,22]},{"name":"NtCancelIoFileEx","features":[7,3,8]},{"name":"NtCloseObjectAuditAlarm","features":[7,3]},{"name":"NtCreateDirectoryObject","features":[4,7,3]},{"name":"NtCreateEvent","features":[4,7,3,9]},{"name":"NtCreateFile","features":[4,7,3,23,8]},{"name":"NtCreateSection","features":[4,7,3]},{"name":"NtCreateSectionEx","features":[4,7,3,22]},{"name":"NtDeleteFile","features":[4,7,3]},{"name":"NtDeleteObjectAuditAlarm","features":[7,3]},{"name":"NtDuplicateObject","features":[7,3]},{"name":"NtDuplicateToken","features":[4,7,3,6]},{"name":"NtFilterToken","features":[7,3,6]},{"name":"NtFlushBuffersFile","features":[7,3,8]},{"name":"NtFlushBuffersFileEx","features":[7,3,8]},{"name":"NtFlushVirtualMemory","features":[7,3,8]},{"name":"NtFreeVirtualMemory","features":[7,3]},{"name":"NtFsControlFile","features":[7,3,8]},{"name":"NtImpersonateAnonymousToken","features":[7,3]},{"name":"NtLockFile","features":[7,3,8]},{"name":"NtNotifyChangeKey","features":[7,3,8]},{"name":"NtOpenDirectoryObject","features":[4,7,3]},{"name":"NtOpenFile","features":[4,7,3,8]},{"name":"NtOpenObjectAuditAlarm","features":[7,3,6]},{"name":"NtOpenProcessToken","features":[7,3]},{"name":"NtOpenProcessTokenEx","features":[7,3]},{"name":"NtOpenSymbolicLinkObject","features":[4,7,3]},{"name":"NtOpenThreadToken","features":[7,3]},{"name":"NtOpenThreadTokenEx","features":[7,3]},{"name":"NtPrivilegeCheck","features":[7,3,6]},{"name":"NtPrivilegeObjectAuditAlarm","features":[7,3,6]},{"name":"NtPrivilegedServiceAuditAlarm","features":[7,3,6]},{"name":"NtQueryDirectoryFile","features":[7,3,8]},{"name":"NtQueryDirectoryFileEx","features":[7,3,8]},{"name":"NtQueryDirectoryObject","features":[7,3]},{"name":"NtQueryEaFile","features":[7,3,8]},{"name":"NtQueryFullAttributesFile","features":[4,7,3]},{"name":"NtQueryInformationByName","features":[4,7,3,8]},{"name":"NtQueryInformationFile","features":[7,3,8]},{"name":"NtQueryInformationToken","features":[7,3,6]},{"name":"NtQueryQuotaInformationFile","features":[7,3,6,8]},{"name":"NtQuerySecurityObject","features":[7,3,6]},{"name":"NtQuerySymbolicLinkObject","features":[7,3]},{"name":"NtQueryVirtualMemory","features":[7,3]},{"name":"NtQueryVolumeInformationFile","features":[7,3,8]},{"name":"NtReadFile","features":[7,3,8]},{"name":"NtSetEaFile","features":[7,3,8]},{"name":"NtSetEvent","features":[7,3]},{"name":"NtSetInformationFile","features":[7,3,8]},{"name":"NtSetInformationToken","features":[7,3,6]},{"name":"NtSetInformationVirtualMemory","features":[7,3]},{"name":"NtSetQuotaInformationFile","features":[7,3,8]},{"name":"NtSetSecurityObject","features":[7,3,6]},{"name":"NtSetVolumeInformationFile","features":[7,3,8]},{"name":"NtUnlockFile","features":[7,3,8]},{"name":"NtWriteFile","features":[7,3,8]},{"name":"NtfsLinkTrackingInformation","features":[7]},{"name":"OPEN_REPARSE_LIST","features":[7,9]},{"name":"OPEN_REPARSE_LIST_ENTRY","features":[7,9]},{"name":"OPEN_REPARSE_POINT_OVERRIDE_CREATE_OPTION","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_ALWAYS","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_CHILD_EXISTS","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_CHILD_NOT_EXISTS","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_DIRECTORY_FINAL_COMPONENT","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_DIRECTORY_FINAL_COMPONENT_ALWAYS","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_FINAL_COMPONENT","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_FINAL_COMPONENT_ALWAYS","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_FINAL_COMPONENT","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_FINAL_COMPONENT_ALWAYS","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_NON_FINAL_COMPONENT","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_NON_FINAL_COMPONENT_ALWAYS","features":[7]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_FINAL_COMPONENT","features":[7]},{"name":"OPEN_REPARSE_POINT_RETURN_REPARSE_DATA_BUFFER","features":[7]},{"name":"OPEN_REPARSE_POINT_TAG_ENCOUNTERED","features":[7]},{"name":"OPEN_REPARSE_POINT_VERSION_EX","features":[7]},{"name":"OPLOCK_FLAG_BACK_OUT_ATOMIC_OPLOCK","features":[7]},{"name":"OPLOCK_FLAG_BREAKING_FOR_SHARING_VIOLATION","features":[7]},{"name":"OPLOCK_FLAG_CLOSING_DELETE_ON_CLOSE","features":[7]},{"name":"OPLOCK_FLAG_COMPLETE_IF_OPLOCKED","features":[7]},{"name":"OPLOCK_FLAG_IGNORE_OPLOCK_KEYS","features":[7]},{"name":"OPLOCK_FLAG_OPLOCK_KEY_CHECK_ONLY","features":[7]},{"name":"OPLOCK_FLAG_PARENT_OBJECT","features":[7]},{"name":"OPLOCK_FLAG_REMOVING_FILE_OR_LINK","features":[7]},{"name":"OPLOCK_FSCTRL_FLAG_ALL_KEYS_MATCH","features":[7]},{"name":"OPLOCK_KEY_CONTEXT","features":[7]},{"name":"OPLOCK_KEY_ECP_CONTEXT","features":[7]},{"name":"OPLOCK_NOTIFY_BREAK_WAIT_INTERIM_TIMEOUT","features":[7]},{"name":"OPLOCK_NOTIFY_BREAK_WAIT_TERMINATED","features":[7]},{"name":"OPLOCK_NOTIFY_PARAMS","features":[4,7,5,3,6,8,9,10]},{"name":"OPLOCK_NOTIFY_REASON","features":[7]},{"name":"OPLOCK_UPPER_FLAG_CHECK_NO_BREAK","features":[7]},{"name":"OPLOCK_UPPER_FLAG_NOTIFY_REFRESH_READ","features":[7]},{"name":"ObInsertObject","features":[4,7,5,3,6]},{"name":"ObIsKernelHandle","features":[7,3]},{"name":"ObMakeTemporaryObject","features":[7]},{"name":"ObOpenObjectByPointer","features":[4,7,5,3,6]},{"name":"ObOpenObjectByPointerWithTag","features":[4,7,5,3,6]},{"name":"ObQueryNameString","features":[4,7,3]},{"name":"ObQueryObjectAuditingByHandle","features":[7,3]},{"name":"PACQUIRE_FOR_LAZY_WRITE","features":[7,3]},{"name":"PACQUIRE_FOR_LAZY_WRITE_EX","features":[7,3]},{"name":"PACQUIRE_FOR_READ_AHEAD","features":[7,3]},{"name":"PALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK","features":[7,3]},{"name":"PASYNC_READ_COMPLETION_CALLBACK","features":[7,3]},{"name":"PCC_POST_DEFERRED_WRITE","features":[7]},{"name":"PCHECK_FOR_TRAVERSE_ACCESS","features":[4,7,3,6]},{"name":"PCOMPLETE_LOCK_IRP_ROUTINE","features":[4,7,5,3,6,8,9,10]},{"name":"PDIRTY_PAGE_ROUTINE","features":[4,7,5,3,6,8,9,10]},{"name":"PFILTER_REPORT_CHANGE","features":[7,3]},{"name":"PFLUSH_TO_LSN","features":[7]},{"name":"PFN_FSRTLTEARDOWNPERSTREAMCONTEXTS","features":[4,7,3,9]},{"name":"PFREE_VIRTUAL_MEMORY_EX_CALLBACK","features":[7,3]},{"name":"PFSRTL_EXTRA_CREATE_PARAMETER_CLEANUP_CALLBACK","features":[7]},{"name":"PFSRTL_STACK_OVERFLOW_ROUTINE","features":[4,7,3,9]},{"name":"PFS_FILTER_CALLBACK","features":[4,7,5,3,6,8,9,10]},{"name":"PFS_FILTER_COMPLETION_CALLBACK","features":[4,7,5,3,6,8,9,10]},{"name":"PHYSICAL_EXTENTS_DESCRIPTOR","features":[7]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR","features":[7]},{"name":"PHYSICAL_MEMORY_RUN","features":[7]},{"name":"PIN_CALLER_TRACKS_DIRTY_DATA","features":[7]},{"name":"PIN_EXCLUSIVE","features":[7]},{"name":"PIN_HIGH_PRIORITY","features":[7]},{"name":"PIN_IF_BCB","features":[7]},{"name":"PIN_NO_READ","features":[7]},{"name":"PIN_VERIFY_REQUIRED","features":[7]},{"name":"PIN_WAIT","features":[7]},{"name":"POLICY_AUDIT_SUBCATEGORY_COUNT","features":[7]},{"name":"POPLOCK_FS_PREPOST_IRP","features":[4,7,5,3,6,8,9,10]},{"name":"POPLOCK_NOTIFY_ROUTINE","features":[4,7,5,3,6,8,9,10]},{"name":"POPLOCK_WAIT_COMPLETE_ROUTINE","features":[4,7,5,3,6,8,9,10]},{"name":"PO_CB_AC_STATUS","features":[7]},{"name":"PO_CB_BUTTON_COLLISION","features":[7]},{"name":"PO_CB_LID_SWITCH_STATE","features":[7]},{"name":"PO_CB_PROCESSOR_POWER_POLICY","features":[7]},{"name":"PO_CB_SYSTEM_POWER_POLICY","features":[7]},{"name":"PO_CB_SYSTEM_STATE_LOCK","features":[7]},{"name":"PQUERY_LOG_USAGE","features":[7]},{"name":"PQUERY_VIRTUAL_MEMORY_CALLBACK","features":[7,3]},{"name":"PREFETCH_OPEN_ECP_CONTEXT","features":[7]},{"name":"PREFIX_TABLE","features":[4,7,9]},{"name":"PREFIX_TABLE_ENTRY","features":[4,7,9]},{"name":"PRELEASE_FROM_LAZY_WRITE","features":[7]},{"name":"PRELEASE_FROM_READ_AHEAD","features":[7]},{"name":"PRTL_ALLOCATE_STRING_ROUTINE","features":[7]},{"name":"PRTL_FREE_STRING_ROUTINE","features":[7]},{"name":"PRTL_HEAP_COMMIT_ROUTINE","features":[7,3]},{"name":"PRTL_REALLOCATE_STRING_ROUTINE","features":[7]},{"name":"PSE_LOGON_SESSION_TERMINATED_ROUTINE","features":[7,3]},{"name":"PSE_LOGON_SESSION_TERMINATED_ROUTINE_EX","features":[7,3]},{"name":"PSMP_MAXIMUM_SYSAPP_CLAIM_VALUES","features":[7]},{"name":"PSMP_MINIMUM_SYSAPP_CLAIM_VALUES","features":[7]},{"name":"PUBLIC_BCB","features":[7]},{"name":"PUNLOCK_ROUTINE","features":[4,7,5,3,6,8,9,10]},{"name":"PURGE_WITH_ACTIVE_VIEWS","features":[7]},{"name":"PfxFindPrefix","features":[4,7,9]},{"name":"PfxInitialize","features":[4,7,9]},{"name":"PfxInsertPrefix","features":[4,7,3,9]},{"name":"PfxRemovePrefix","features":[4,7,9]},{"name":"PoQueueShutdownWorkItem","features":[4,7,3,9]},{"name":"PsAssignImpersonationToken","features":[4,7,3]},{"name":"PsChargePoolQuota","features":[4,7]},{"name":"PsChargeProcessPoolQuota","features":[4,7,3]},{"name":"PsDereferenceImpersonationToken","features":[7]},{"name":"PsDereferencePrimaryToken","features":[7]},{"name":"PsDisableImpersonation","features":[4,7,3,6]},{"name":"PsGetProcessExitTime","features":[7]},{"name":"PsGetThreadProcess","features":[4,7]},{"name":"PsImpersonateClient","features":[4,7,3,6]},{"name":"PsIsDiskCountersEnabled","features":[7,3]},{"name":"PsIsSystemThread","features":[4,7,3]},{"name":"PsIsThreadTerminating","features":[4,7,3]},{"name":"PsLookupProcessByProcessId","features":[4,7,3]},{"name":"PsLookupThreadByThreadId","features":[4,7,3]},{"name":"PsReferenceImpersonationToken","features":[4,7,3,6]},{"name":"PsReferencePrimaryToken","features":[4,7]},{"name":"PsRestoreImpersonation","features":[4,7,3,6]},{"name":"PsReturnPoolQuota","features":[4,7]},{"name":"PsRevertToSelf","features":[7]},{"name":"PsUpdateDiskCounters","features":[4,7]},{"name":"QUERY_BAD_RANGES_INPUT","features":[7,24]},{"name":"QUERY_DIRECT_ACCESS_DATA_EXTENTS","features":[7]},{"name":"QUERY_DIRECT_ACCESS_EXTENTS","features":[7]},{"name":"QUERY_DIRECT_ACCESS_IMAGE_EXTENTS","features":[7]},{"name":"QUERY_ON_CREATE_EA_INFORMATION","features":[7]},{"name":"QUERY_ON_CREATE_ECP_CONTEXT","features":[7]},{"name":"QUERY_ON_CREATE_FILE_LX_INFORMATION","features":[7]},{"name":"QUERY_ON_CREATE_FILE_STAT_INFORMATION","features":[7]},{"name":"QUERY_PATH_REQUEST","features":[4,7,5,3,6]},{"name":"QUERY_PATH_REQUEST_EX","features":[4,7,5,3,6]},{"name":"QUERY_PATH_RESPONSE","features":[7]},{"name":"QUERY_VIRTUAL_MEMORY_CALLBACK","features":[7,3]},{"name":"QoCFileEaInformation","features":[7]},{"name":"QoCFileLxInformation","features":[7]},{"name":"QoCFileStatInformation","features":[7]},{"name":"QuerySecurityContextToken","features":[7]},{"name":"READ_AHEAD_PARAMETERS","features":[7]},{"name":"READ_LIST","features":[4,7,5,3,6,23,8,9,10]},{"name":"READ_USN_JOURNAL_DATA","features":[7]},{"name":"REFS_COMPRESSION_FORMATS","features":[7]},{"name":"REFS_COMPRESSION_FORMAT_LZ4","features":[7]},{"name":"REFS_COMPRESSION_FORMAT_MAX","features":[7]},{"name":"REFS_COMPRESSION_FORMAT_UNCOMPRESSED","features":[7]},{"name":"REFS_COMPRESSION_FORMAT_ZSTD","features":[7]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR","features":[7]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_CAA","features":[7]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_MAA","features":[7]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_NONE","features":[7]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_SAA","features":[7]},{"name":"REFS_DEALLOCATE_RANGES_INPUT_BUFFER","features":[7]},{"name":"REFS_DEALLOCATE_RANGES_INPUT_BUFFER_EX","features":[7]},{"name":"REFS_DEALLOCATE_RANGES_RANGE","features":[7]},{"name":"REFS_QUERY_VOLUME_COMPRESSION_INFO_OUTPUT_BUFFER","features":[7]},{"name":"REFS_QUERY_VOLUME_DEDUP_INFO_OUTPUT_BUFFER","features":[7,3]},{"name":"REFS_REMOVE_HARDLINK_BACKPOINTER","features":[7]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAGS","features":[7]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAG_COMPRESS_SYNC","features":[7]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAG_MAX","features":[7]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_INPUT_BUFFER","features":[7]},{"name":"REFS_SET_VOLUME_DEDUP_INFO_INPUT_BUFFER","features":[7,3]},{"name":"REFS_STREAM_EXTENT","features":[7]},{"name":"REFS_STREAM_EXTENT_PROPERTY_CRC32","features":[7]},{"name":"REFS_STREAM_EXTENT_PROPERTY_CRC64","features":[7]},{"name":"REFS_STREAM_EXTENT_PROPERTY_GHOSTED","features":[7]},{"name":"REFS_STREAM_EXTENT_PROPERTY_READONLY","features":[7]},{"name":"REFS_STREAM_EXTENT_PROPERTY_SPARSE","features":[7]},{"name":"REFS_STREAM_EXTENT_PROPERTY_STREAM_RESERVED","features":[7]},{"name":"REFS_STREAM_EXTENT_PROPERTY_VALID","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_LIST_OUTPUT_BUFFER","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_LIST_OUTPUT_BUFFER_ENTRY","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_MANAGEMENT_INPUT_BUFFER","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_CLEAR_SHADOW_BTREE","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_CREATE","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_INVALID","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_LIST","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_MAX","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_QUERY_DELTAS","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_REVERT","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_SET_SHADOW_BTREE","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_QUERY_DELTAS_INPUT_BUFFER","features":[7]},{"name":"REFS_STREAM_SNAPSHOT_QUERY_DELTAS_OUTPUT_BUFFER","features":[7]},{"name":"REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER","features":[7,3]},{"name":"REFS_VOLUME_DATA_BUFFER","features":[7]},{"name":"REMOTE_LINK_TRACKING_INFORMATION","features":[7]},{"name":"REMOTE_PROTOCOL_FLAG_INTEGRITY","features":[7]},{"name":"REMOTE_PROTOCOL_FLAG_LOOPBACK","features":[7]},{"name":"REMOTE_PROTOCOL_FLAG_MUTUAL_AUTH","features":[7]},{"name":"REMOTE_PROTOCOL_FLAG_OFFLINE","features":[7]},{"name":"REMOTE_PROTOCOL_FLAG_PERSISTENT_HANDLE","features":[7]},{"name":"REMOTE_PROTOCOL_FLAG_PRIVACY","features":[7]},{"name":"REMOVED_8DOT3_NAME","features":[7]},{"name":"REPARSE_DATA_BUFFER","features":[7]},{"name":"REPARSE_DATA_BUFFER_EX","features":[7,23]},{"name":"REPARSE_DATA_EX_FLAG_GIVEN_TAG_OR_NONE","features":[7]},{"name":"REPARSE_INDEX_KEY","features":[7]},{"name":"RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER","features":[7]},{"name":"RETURN_NON_NT_USER_SESSION_KEY","features":[7]},{"name":"RETURN_PRIMARY_LOGON_DOMAINNAME","features":[7]},{"name":"RETURN_PRIMARY_USERNAME","features":[7]},{"name":"RETURN_RESERVED_PARAMETER","features":[7]},{"name":"RKF_BYPASS_ECP_CONTEXT","features":[7]},{"name":"RPI_SMB2_SERVERCAP_DFS","features":[7]},{"name":"RPI_SMB2_SERVERCAP_DIRECTORY_LEASING","features":[7]},{"name":"RPI_SMB2_SERVERCAP_ENCRYPTION_AWARE","features":[7]},{"name":"RPI_SMB2_SERVERCAP_LARGEMTU","features":[7]},{"name":"RPI_SMB2_SERVERCAP_LEASING","features":[7]},{"name":"RPI_SMB2_SERVERCAP_MULTICHANNEL","features":[7]},{"name":"RPI_SMB2_SERVERCAP_PERSISTENT_HANDLES","features":[7]},{"name":"RPI_SMB2_SHARECAP_ACCESS_BASED_DIRECTORY_ENUM","features":[7]},{"name":"RPI_SMB2_SHARECAP_ASYMMETRIC_SCALEOUT","features":[7]},{"name":"RPI_SMB2_SHARECAP_CLUSTER","features":[7]},{"name":"RPI_SMB2_SHARECAP_CONTINUOUS_AVAILABILITY","features":[7]},{"name":"RPI_SMB2_SHARECAP_DFS","features":[7]},{"name":"RPI_SMB2_SHARECAP_ENCRYPTED","features":[7]},{"name":"RPI_SMB2_SHARECAP_IDENTITY_REMOTING","features":[7]},{"name":"RPI_SMB2_SHARECAP_SCALEOUT","features":[7]},{"name":"RPI_SMB2_SHARECAP_TIMEWARP","features":[7]},{"name":"RPI_SMB2_SHARETYPE_DISK","features":[7]},{"name":"RPI_SMB2_SHARETYPE_PIPE","features":[7]},{"name":"RPI_SMB2_SHARETYPE_PRINT","features":[7]},{"name":"RTL_ALLOCATE_STRING_ROUTINE","features":[7]},{"name":"RTL_DUPLICATE_UNICODE_STRING_ALLOCATE_NULL_STRING","features":[7]},{"name":"RTL_DUPLICATE_UNICODE_STRING_NULL_TERMINATE","features":[7]},{"name":"RTL_FREE_STRING_ROUTINE","features":[7]},{"name":"RTL_HEAP_COMMIT_ROUTINE","features":[7,3]},{"name":"RTL_HEAP_MEMORY_LIMIT_CURRENT_VERSION","features":[7]},{"name":"RTL_HEAP_MEMORY_LIMIT_DATA","features":[7]},{"name":"RTL_HEAP_MEMORY_LIMIT_INFO","features":[7]},{"name":"RTL_HEAP_PARAMETERS","features":[7,3]},{"name":"RTL_MEMORY_TYPE","features":[7]},{"name":"RTL_NLS_STATE","features":[7]},{"name":"RTL_REALLOCATE_STRING_ROUTINE","features":[7]},{"name":"RTL_SEGMENT_HEAP_MEMORY_SOURCE","features":[7,3]},{"name":"RTL_SEGMENT_HEAP_PARAMETERS","features":[7,3]},{"name":"RTL_SEGMENT_HEAP_VA_CALLBACKS","features":[7,3]},{"name":"RTL_SYSTEM_VOLUME_INFORMATION_FOLDER","features":[7]},{"name":"RtlAbsoluteToSelfRelativeSD","features":[7,3,6]},{"name":"RtlAddAccessAllowedAce","features":[7,3,6]},{"name":"RtlAddAccessAllowedAceEx","features":[7,3,6]},{"name":"RtlAddAce","features":[7,3,6]},{"name":"RtlAllocateAndInitializeSid","features":[7,3,6]},{"name":"RtlAllocateAndInitializeSidEx","features":[7,3,6]},{"name":"RtlAllocateHeap","features":[7]},{"name":"RtlAppendStringToString","features":[7,3,9]},{"name":"RtlCompareAltitudes","features":[7,3]},{"name":"RtlCompareMemoryUlong","features":[7]},{"name":"RtlCompressBuffer","features":[7,3]},{"name":"RtlCompressChunks","features":[7,3]},{"name":"RtlCopyLuid","features":[7,3]},{"name":"RtlCopySid","features":[7,3,6]},{"name":"RtlCreateAcl","features":[7,3,6]},{"name":"RtlCreateHeap","features":[7,3]},{"name":"RtlCreateServiceSid","features":[7,3,6]},{"name":"RtlCreateSystemVolumeInformationFolder","features":[7,3]},{"name":"RtlCreateUnicodeString","features":[7,3]},{"name":"RtlCreateVirtualAccountSid","features":[7,3,6]},{"name":"RtlCustomCPToUnicodeN","features":[7,3]},{"name":"RtlDecompressBuffer","features":[7,3]},{"name":"RtlDecompressBufferEx","features":[7,3]},{"name":"RtlDecompressBufferEx2","features":[7,3]},{"name":"RtlDecompressChunks","features":[7,3]},{"name":"RtlDecompressFragment","features":[7,3]},{"name":"RtlDecompressFragmentEx","features":[7,3]},{"name":"RtlDeleteAce","features":[7,3,6]},{"name":"RtlDescribeChunk","features":[7,3]},{"name":"RtlDestroyHeap","features":[7]},{"name":"RtlDowncaseUnicodeString","features":[7,3]},{"name":"RtlDuplicateUnicodeString","features":[7,3]},{"name":"RtlEqualPrefixSid","features":[7,3,6]},{"name":"RtlEqualSid","features":[7,3,6]},{"name":"RtlFindUnicodePrefix","features":[4,7,3]},{"name":"RtlFreeHeap","features":[7]},{"name":"RtlFreeSid","features":[7,6]},{"name":"RtlGenerate8dot3Name","features":[7,3]},{"name":"RtlGetAce","features":[7,3,6]},{"name":"RtlGetCompressionWorkSpaceSize","features":[7,3]},{"name":"RtlGetDaclSecurityDescriptor","features":[7,3,6]},{"name":"RtlGetGroupSecurityDescriptor","features":[7,3,6]},{"name":"RtlGetOwnerSecurityDescriptor","features":[7,3,6]},{"name":"RtlGetSaclSecurityDescriptor","features":[7,3,6]},{"name":"RtlIdentifierAuthoritySid","features":[7,6]},{"name":"RtlIdnToAscii","features":[7,3]},{"name":"RtlIdnToNameprepUnicode","features":[7,3]},{"name":"RtlIdnToUnicode","features":[7,3]},{"name":"RtlInitCodePageTable","features":[7]},{"name":"RtlInitUnicodeStringEx","features":[7,3]},{"name":"RtlInitializeSid","features":[7,3,6]},{"name":"RtlInitializeSidEx","features":[7,3,6]},{"name":"RtlInitializeUnicodePrefix","features":[4,7,3]},{"name":"RtlInsertUnicodePrefix","features":[4,7,3]},{"name":"RtlIsCloudFilesPlaceholder","features":[7,3]},{"name":"RtlIsNonEmptyDirectoryReparsePointAllowed","features":[7,3]},{"name":"RtlIsNormalizedString","features":[7,3]},{"name":"RtlIsPartialPlaceholder","features":[7,3]},{"name":"RtlIsPartialPlaceholderFileHandle","features":[7,3]},{"name":"RtlIsPartialPlaceholderFileInfo","features":[7,3]},{"name":"RtlIsSandboxedToken","features":[4,7,3,6]},{"name":"RtlIsValidOemCharacter","features":[7,3]},{"name":"RtlLengthRequiredSid","features":[7]},{"name":"RtlLengthSid","features":[7,6]},{"name":"RtlMultiByteToUnicodeN","features":[7,3]},{"name":"RtlMultiByteToUnicodeSize","features":[7,3]},{"name":"RtlNextUnicodePrefix","features":[4,7,3]},{"name":"RtlNormalizeString","features":[7,3]},{"name":"RtlNtStatusToDosErrorNoTeb","features":[7,3]},{"name":"RtlOemStringToCountedUnicodeString","features":[7,3,9]},{"name":"RtlOemStringToUnicodeString","features":[7,3,9]},{"name":"RtlOemToUnicodeN","features":[7,3]},{"name":"RtlPrefixString","features":[7,3,9]},{"name":"RtlQueryPackageIdentity","features":[7,3]},{"name":"RtlQueryPackageIdentityEx","features":[7,3]},{"name":"RtlQueryProcessPlaceholderCompatibilityMode","features":[7]},{"name":"RtlQueryThreadPlaceholderCompatibilityMode","features":[7]},{"name":"RtlRandom","features":[7]},{"name":"RtlRandomEx","features":[7]},{"name":"RtlRemoveUnicodePrefix","features":[4,7,3]},{"name":"RtlReplaceSidInSd","features":[7,3,6]},{"name":"RtlReserveChunk","features":[7,3]},{"name":"RtlSecondsSince1970ToTime","features":[7]},{"name":"RtlSecondsSince1980ToTime","features":[7]},{"name":"RtlSelfRelativeToAbsoluteSD","features":[7,3,6]},{"name":"RtlSetGroupSecurityDescriptor","features":[7,3,6]},{"name":"RtlSetOwnerSecurityDescriptor","features":[7,3,6]},{"name":"RtlSetProcessPlaceholderCompatibilityMode","features":[7]},{"name":"RtlSetThreadPlaceholderCompatibilityMode","features":[7]},{"name":"RtlSubAuthorityCountSid","features":[7,6]},{"name":"RtlSubAuthoritySid","features":[7,6]},{"name":"RtlTimeToSecondsSince1980","features":[7,3]},{"name":"RtlUnicodeStringToCountedOemString","features":[7,3,9]},{"name":"RtlUnicodeToCustomCPN","features":[7,3]},{"name":"RtlUnicodeToMultiByteN","features":[7,3]},{"name":"RtlUnicodeToOemN","features":[7,3]},{"name":"RtlUpcaseUnicodeStringToCountedOemString","features":[7,3,9]},{"name":"RtlUpcaseUnicodeStringToOemString","features":[7,3,9]},{"name":"RtlUpcaseUnicodeToCustomCPN","features":[7,3]},{"name":"RtlUpcaseUnicodeToMultiByteN","features":[7,3]},{"name":"RtlUpcaseUnicodeToOemN","features":[7,3]},{"name":"RtlValidSid","features":[7,3,6]},{"name":"RtlValidateUnicodeString","features":[7,3]},{"name":"RtlxOemStringToUnicodeSize","features":[7,9]},{"name":"RtlxUnicodeStringToOemSize","features":[7,3]},{"name":"SECURITY_ANONYMOUS_LOGON_RID","features":[7]},{"name":"SECURITY_CLIENT_CONTEXT","features":[7,3,6]},{"name":"SEC_APPLICATION_PROTOCOLS","features":[7,25]},{"name":"SEC_DTLS_MTU","features":[7]},{"name":"SEC_FLAGS","features":[7]},{"name":"SEC_NEGOTIATION_INFO","features":[7]},{"name":"SEC_PRESHAREDKEY","features":[7]},{"name":"SEC_SRTP_MASTER_KEY_IDENTIFIER","features":[7]},{"name":"SEGMENT_HEAP_FLG_USE_PAGE_HEAP","features":[7]},{"name":"SEGMENT_HEAP_PARAMETERS_VERSION","features":[7]},{"name":"SEGMENT_HEAP_PARAMS_VALID_FLAGS","features":[7]},{"name":"SEMAPHORE_INCREMENT","features":[7]},{"name":"SET_CACHED_RUNS_STATE_INPUT_BUFFER","features":[7,3]},{"name":"SET_PURGE_FAILURE_MODE_DISABLED","features":[7]},{"name":"SE_AUDIT_INFO","features":[7,3,6]},{"name":"SE_AUDIT_OPERATION","features":[7]},{"name":"SE_BACKUP_PRIVILEGES_CHECKED","features":[7]},{"name":"SE_DACL_UNTRUSTED","features":[7]},{"name":"SE_EXPORTS","features":[7,3,6]},{"name":"SE_LOGON_SESSION_TERMINATED_ROUTINE","features":[7,3]},{"name":"SE_LOGON_SESSION_TERMINATED_ROUTINE_EX","features":[4,7,3]},{"name":"SE_SERVER_SECURITY","features":[7]},{"name":"SPECIAL_ENCRYPTED_OPEN","features":[7]},{"name":"SRV_INSTANCE_TYPE","features":[7]},{"name":"SRV_OPEN_ECP_CONTEXT","features":[7,3,17]},{"name":"SRV_OPEN_ECP_CONTEXT_VERSION_2","features":[7]},{"name":"SUPPORTED_FS_FEATURES_BYPASS_IO","features":[7]},{"name":"SUPPORTED_FS_FEATURES_OFFLOAD_READ","features":[7]},{"name":"SUPPORTED_FS_FEATURES_OFFLOAD_WRITE","features":[7]},{"name":"SUPPORTED_FS_FEATURES_QUERY_OPEN","features":[7]},{"name":"SYMLINK_DIRECTORY","features":[7]},{"name":"SYMLINK_FILE","features":[7]},{"name":"SYMLINK_FLAG_RELATIVE","features":[7]},{"name":"SYMLINK_RESERVED_MASK","features":[7]},{"name":"SYSTEM_PAGE_PRIORITY_BITS","features":[7]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE","features":[7]},{"name":"SeAccessCheckFromState","features":[7,3,6]},{"name":"SeAccessCheckFromStateEx","features":[7,3,6]},{"name":"SeAdjustAccessStateForAccessConstraints","features":[4,7,5,3,6]},{"name":"SeAdjustAccessStateForTrustLabel","features":[4,7,5,3,6]},{"name":"SeAdjustObjectSecurity","features":[4,7,3,6]},{"name":"SeAppendPrivileges","features":[4,7,5,3,6]},{"name":"SeAuditFipsCryptoSelftests","features":[7,3]},{"name":"SeAuditHardLinkCreation","features":[7,3]},{"name":"SeAuditHardLinkCreationWithTransaction","features":[7,3]},{"name":"SeAuditTransactionStateChange","features":[7]},{"name":"SeAuditingAnyFileEventsWithContext","features":[4,7,3,6]},{"name":"SeAuditingAnyFileEventsWithContextEx","features":[4,7,3,6]},{"name":"SeAuditingFileEvents","features":[7,3,6]},{"name":"SeAuditingFileEventsWithContext","features":[4,7,3,6]},{"name":"SeAuditingFileEventsWithContextEx","features":[4,7,3,6]},{"name":"SeAuditingFileOrGlobalEvents","features":[4,7,3,6]},{"name":"SeAuditingHardLinkEvents","features":[7,3,6]},{"name":"SeAuditingHardLinkEventsWithContext","features":[4,7,3,6]},{"name":"SeCaptureSubjectContextEx","features":[4,7,6]},{"name":"SeCheckForCriticalAceRemoval","features":[4,7,3,6]},{"name":"SeCreateClientSecurity","features":[4,7,3,6]},{"name":"SeCreateClientSecurityFromSubjectContext","features":[4,7,3,6]},{"name":"SeDeleteClientSecurity","features":[7,3,6]},{"name":"SeDeleteObjectAuditAlarm","features":[7,3]},{"name":"SeDeleteObjectAuditAlarmWithTransaction","features":[7,3]},{"name":"SeExamineSacl","features":[7,3,6]},{"name":"SeFilterToken","features":[7,3,6]},{"name":"SeFreePrivileges","features":[7,3,6]},{"name":"SeImpersonateClient","features":[4,7,3,6]},{"name":"SeImpersonateClientEx","features":[4,7,3,6]},{"name":"SeLocateProcessImageName","features":[4,7,3]},{"name":"SeMarkLogonSessionForTerminationNotification","features":[7,3]},{"name":"SeMarkLogonSessionForTerminationNotificationEx","features":[4,7,3]},{"name":"SeOpenObjectAuditAlarm","features":[4,7,5,3,6]},{"name":"SeOpenObjectAuditAlarmWithTransaction","features":[4,7,5,3,6]},{"name":"SeOpenObjectForDeleteAuditAlarm","features":[4,7,5,3,6]},{"name":"SeOpenObjectForDeleteAuditAlarmWithTransaction","features":[4,7,5,3,6]},{"name":"SePrivilegeCheck","features":[4,7,3,6]},{"name":"SeQueryAuthenticationIdToken","features":[7,3]},{"name":"SeQueryInformationToken","features":[7,3,6]},{"name":"SeQuerySecurityDescriptorInfo","features":[7,3,6]},{"name":"SeQueryServerSiloToken","features":[4,7,3]},{"name":"SeQuerySessionIdToken","features":[7,3]},{"name":"SeQuerySessionIdTokenEx","features":[7,3]},{"name":"SeRegisterLogonSessionTerminatedRoutine","features":[7,3]},{"name":"SeRegisterLogonSessionTerminatedRoutineEx","features":[7,3]},{"name":"SeReportSecurityEventWithSubCategory","features":[7,3,25]},{"name":"SeSetAccessStateGenericMapping","features":[4,7,5,3,6]},{"name":"SeSetSecurityDescriptorInfo","features":[4,7,3,6]},{"name":"SeSetSecurityDescriptorInfoEx","features":[4,7,3,6]},{"name":"SeShouldCheckForAccessRightsFromParent","features":[4,7,5,3,6]},{"name":"SeTokenFromAccessInformation","features":[7,3,6]},{"name":"SeTokenIsAdmin","features":[7,3]},{"name":"SeTokenIsRestricted","features":[7,3]},{"name":"SeTokenIsWriteRestricted","features":[7,3]},{"name":"SeTokenType","features":[7,6]},{"name":"SeUnregisterLogonSessionTerminatedRoutine","features":[7,3]},{"name":"SeUnregisterLogonSessionTerminatedRoutineEx","features":[7,3]},{"name":"SecBuffer","features":[7]},{"name":"SecBufferDesc","features":[7]},{"name":"SecHandle","features":[7]},{"name":"SecLookupAccountName","features":[7,3,6]},{"name":"SecLookupAccountSid","features":[7,3,6]},{"name":"SecLookupWellKnownSid","features":[7,3,6]},{"name":"SecMakeSPN","features":[7,3]},{"name":"SecMakeSPNEx","features":[7,3]},{"name":"SecMakeSPNEx2","features":[7,3]},{"name":"SetContextAttributesW","features":[7]},{"name":"SharedVirtualDiskCDPSnapshotsSupported","features":[7]},{"name":"SharedVirtualDiskHandleState","features":[7]},{"name":"SharedVirtualDiskHandleStateFileShared","features":[7]},{"name":"SharedVirtualDiskHandleStateHandleShared","features":[7]},{"name":"SharedVirtualDiskHandleStateNone","features":[7]},{"name":"SharedVirtualDiskSnapshotsSupported","features":[7]},{"name":"SharedVirtualDiskSupportType","features":[7]},{"name":"SharedVirtualDisksSupported","features":[7]},{"name":"SharedVirtualDisksUnsupported","features":[7]},{"name":"SrvInstanceTypeCsv","features":[7]},{"name":"SrvInstanceTypePrimary","features":[7]},{"name":"SrvInstanceTypeSBL","features":[7]},{"name":"SrvInstanceTypeSR","features":[7]},{"name":"SrvInstanceTypeUndefined","features":[7]},{"name":"SrvInstanceTypeVSMB","features":[7]},{"name":"SspiAcceptSecurityContextAsync","features":[4,7]},{"name":"SspiAcquireCredentialsHandleAsyncA","features":[4,7,25]},{"name":"SspiAcquireCredentialsHandleAsyncW","features":[4,7,3,25]},{"name":"SspiAsyncNotifyCallback","features":[4,7]},{"name":"SspiCreateAsyncContext","features":[4,7]},{"name":"SspiDeleteSecurityContextAsync","features":[4,7]},{"name":"SspiFreeAsyncContext","features":[4,7]},{"name":"SspiFreeCredentialsHandleAsync","features":[4,7]},{"name":"SspiGetAsyncCallStatus","features":[4,7]},{"name":"SspiInitializeSecurityContextAsyncA","features":[4,7]},{"name":"SspiInitializeSecurityContextAsyncW","features":[4,7,3]},{"name":"SspiReinitAsyncContext","features":[4,7,3]},{"name":"SspiSetAsyncNotifyCallback","features":[4,7]},{"name":"SyncTypeCreateSection","features":[7]},{"name":"SyncTypeOther","features":[7]},{"name":"TOKEN_AUDIT_NO_CHILD_PROCESS","features":[7]},{"name":"TOKEN_AUDIT_REDIRECTION_TRUST","features":[7]},{"name":"TOKEN_DO_NOT_USE_GLOBAL_ATTRIBS_FOR_QUERY","features":[7]},{"name":"TOKEN_ENFORCE_REDIRECTION_TRUST","features":[7]},{"name":"TOKEN_HAS_BACKUP_PRIVILEGE","features":[7]},{"name":"TOKEN_HAS_IMPERSONATE_PRIVILEGE","features":[7]},{"name":"TOKEN_HAS_OWN_CLAIM_ATTRIBUTES","features":[7]},{"name":"TOKEN_HAS_RESTORE_PRIVILEGE","features":[7]},{"name":"TOKEN_HAS_TRAVERSE_PRIVILEGE","features":[7]},{"name":"TOKEN_IS_FILTERED","features":[7]},{"name":"TOKEN_IS_RESTRICTED","features":[7]},{"name":"TOKEN_LEARNING_MODE_LOGGING","features":[7]},{"name":"TOKEN_LOWBOX","features":[7]},{"name":"TOKEN_NOT_LOW","features":[7]},{"name":"TOKEN_NO_CHILD_PROCESS","features":[7]},{"name":"TOKEN_NO_CHILD_PROCESS_UNLESS_SECURE","features":[7]},{"name":"TOKEN_PERMISSIVE_LEARNING_MODE","features":[7]},{"name":"TOKEN_PRIVATE_NAMESPACE","features":[7]},{"name":"TOKEN_SANDBOX_INERT","features":[7]},{"name":"TOKEN_SESSION_NOT_REFERENCED","features":[7]},{"name":"TOKEN_UIACCESS","features":[7]},{"name":"TOKEN_VIRTUALIZE_ALLOWED","features":[7]},{"name":"TOKEN_VIRTUALIZE_ENABLED","features":[7]},{"name":"TOKEN_WRITE_RESTRICTED","features":[7]},{"name":"TUNNEL","features":[4,7,3,9]},{"name":"UNICODE_PREFIX_TABLE","features":[4,7,3]},{"name":"UNICODE_PREFIX_TABLE_ENTRY","features":[4,7,3]},{"name":"UNINITIALIZE_CACHE_MAPS","features":[7]},{"name":"USE_PRIMARY_PASSWORD","features":[7]},{"name":"USN_DELETE_FLAG_DELETE","features":[7]},{"name":"USN_JOURNAL_DATA","features":[7]},{"name":"USN_RECORD","features":[7]},{"name":"VACB_MAPPING_GRANULARITY","features":[7]},{"name":"VACB_OFFSET_SHIFT","features":[7]},{"name":"VALID_INHERIT_FLAGS","features":[7]},{"name":"VCN_RANGE_INPUT_BUFFER","features":[7]},{"name":"VIRTUAL_MEMORY_INFORMATION_CLASS","features":[7]},{"name":"VOLSNAPCONTROLTYPE","features":[7]},{"name":"VOLUME_REFS_INFO_BUFFER","features":[7]},{"name":"VerifySignature","features":[7]},{"name":"VmPrefetchInformation","features":[7]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_LAYER","features":[7]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_REGISTERED_LAYER","features":[7]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_REMOTE_LAYER","features":[7]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_SCRATCH","features":[7]},{"name":"ZwAccessCheckAndAuditAlarm","features":[7,3,6]},{"name":"ZwAccessCheckByTypeAndAuditAlarm","features":[7,3,6]},{"name":"ZwAccessCheckByTypeResultListAndAuditAlarm","features":[7,3,6]},{"name":"ZwAccessCheckByTypeResultListAndAuditAlarmByHandle","features":[7,3,6]},{"name":"ZwAdjustGroupsToken","features":[7,3,6]},{"name":"ZwAdjustPrivilegesToken","features":[7,3,6]},{"name":"ZwAllocateVirtualMemory","features":[7,3]},{"name":"ZwAllocateVirtualMemoryEx","features":[7,3,22]},{"name":"ZwCancelIoFileEx","features":[7,3,8]},{"name":"ZwCloseObjectAuditAlarm","features":[7,3]},{"name":"ZwCreateDirectoryObject","features":[4,7,3]},{"name":"ZwCreateEvent","features":[4,7,3,9]},{"name":"ZwCreateSectionEx","features":[4,7,3,22]},{"name":"ZwDeleteFile","features":[4,7,3]},{"name":"ZwDeleteObjectAuditAlarm","features":[7,3]},{"name":"ZwDuplicateObject","features":[7,3]},{"name":"ZwDuplicateToken","features":[4,7,3,6]},{"name":"ZwFilterToken","features":[7,3,6]},{"name":"ZwFlushBuffersFile","features":[7,3,8]},{"name":"ZwFlushBuffersFileEx","features":[7,3,8]},{"name":"ZwFlushVirtualMemory","features":[7,3,8]},{"name":"ZwFreeVirtualMemory","features":[7,3]},{"name":"ZwFsControlFile","features":[7,3,8]},{"name":"ZwImpersonateAnonymousToken","features":[7,3]},{"name":"ZwLockFile","features":[7,3,8]},{"name":"ZwNotifyChangeKey","features":[7,3,8]},{"name":"ZwOpenDirectoryObject","features":[4,7,3]},{"name":"ZwOpenObjectAuditAlarm","features":[7,3,6]},{"name":"ZwOpenProcessToken","features":[7,3]},{"name":"ZwOpenProcessTokenEx","features":[7,3]},{"name":"ZwOpenThreadToken","features":[7,3]},{"name":"ZwOpenThreadTokenEx","features":[7,3]},{"name":"ZwPrivilegeCheck","features":[7,3,6]},{"name":"ZwPrivilegeObjectAuditAlarm","features":[7,3,6]},{"name":"ZwPrivilegedServiceAuditAlarm","features":[7,3,6]},{"name":"ZwQueryDirectoryFile","features":[7,3,8]},{"name":"ZwQueryDirectoryFileEx","features":[7,3,8]},{"name":"ZwQueryDirectoryObject","features":[7,3]},{"name":"ZwQueryEaFile","features":[7,3,8]},{"name":"ZwQueryFullAttributesFile","features":[4,7,3]},{"name":"ZwQueryInformationToken","features":[7,3,6]},{"name":"ZwQueryObject","features":[4,7,3]},{"name":"ZwQueryQuotaInformationFile","features":[7,3,6,8]},{"name":"ZwQuerySecurityObject","features":[7,3,6]},{"name":"ZwQueryVirtualMemory","features":[7,3]},{"name":"ZwQueryVolumeInformationFile","features":[7,3,8]},{"name":"ZwSetEaFile","features":[7,3,8]},{"name":"ZwSetEvent","features":[7,3]},{"name":"ZwSetInformationToken","features":[7,3,6]},{"name":"ZwSetInformationVirtualMemory","features":[7,3]},{"name":"ZwSetQuotaInformationFile","features":[7,3,8]},{"name":"ZwSetSecurityObject","features":[7,3,6]},{"name":"ZwSetVolumeInformationFile","features":[7,3,8]},{"name":"ZwUnlockFile","features":[7,3,8]},{"name":"_LCN_WEAK_REFERENCE_STATE","features":[7]},{"name":"_REFS_STREAM_EXTENT_PROPERTIES","features":[7]}],"347":[{"name":"FLTFL_CALLBACK_DATA_DIRTY","features":[26]},{"name":"FLTFL_CALLBACK_DATA_DRAINING_IO","features":[26]},{"name":"FLTFL_CALLBACK_DATA_FAST_IO_OPERATION","features":[26]},{"name":"FLTFL_CALLBACK_DATA_FS_FILTER_OPERATION","features":[26]},{"name":"FLTFL_CALLBACK_DATA_GENERATED_IO","features":[26]},{"name":"FLTFL_CALLBACK_DATA_IRP_OPERATION","features":[26]},{"name":"FLTFL_CALLBACK_DATA_NEW_SYSTEM_BUFFER","features":[26]},{"name":"FLTFL_CALLBACK_DATA_POST_OPERATION","features":[26]},{"name":"FLTFL_CALLBACK_DATA_REISSUED_IO","features":[26]},{"name":"FLTFL_CALLBACK_DATA_REISSUE_MASK","features":[26]},{"name":"FLTFL_CALLBACK_DATA_SYSTEM_BUFFER","features":[26]},{"name":"FLTFL_CONTEXT_REGISTRATION_NO_EXACT_SIZE_MATCH","features":[26]},{"name":"FLTFL_FILE_NAME_PARSED_EXTENSION","features":[26]},{"name":"FLTFL_FILE_NAME_PARSED_FINAL_COMPONENT","features":[26]},{"name":"FLTFL_FILE_NAME_PARSED_PARENT_DIR","features":[26]},{"name":"FLTFL_FILE_NAME_PARSED_STREAM","features":[26]},{"name":"FLTFL_FILTER_UNLOAD_MANDATORY","features":[26]},{"name":"FLTFL_INSTANCE_SETUP_AUTOMATIC_ATTACHMENT","features":[26]},{"name":"FLTFL_INSTANCE_SETUP_DETACHED_VOLUME","features":[26]},{"name":"FLTFL_INSTANCE_SETUP_MANUAL_ATTACHMENT","features":[26]},{"name":"FLTFL_INSTANCE_SETUP_NEWLY_MOUNTED_VOLUME","features":[26]},{"name":"FLTFL_INSTANCE_TEARDOWN_FILTER_UNLOAD","features":[26]},{"name":"FLTFL_INSTANCE_TEARDOWN_INTERNAL_ERROR","features":[26]},{"name":"FLTFL_INSTANCE_TEARDOWN_MANDATORY_FILTER_UNLOAD","features":[26]},{"name":"FLTFL_INSTANCE_TEARDOWN_MANUAL","features":[26]},{"name":"FLTFL_INSTANCE_TEARDOWN_VOLUME_DISMOUNT","features":[26]},{"name":"FLTFL_IO_OPERATION_DO_NOT_UPDATE_BYTE_OFFSET","features":[26]},{"name":"FLTFL_IO_OPERATION_NON_CACHED","features":[26]},{"name":"FLTFL_IO_OPERATION_PAGING","features":[26]},{"name":"FLTFL_IO_OPERATION_SYNCHRONOUS_PAGING","features":[26]},{"name":"FLTFL_NORMALIZE_NAME_CASE_SENSITIVE","features":[26]},{"name":"FLTFL_NORMALIZE_NAME_DESTINATION_FILE_NAME","features":[26]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_CACHED_IO","features":[26]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_NON_CACHED_NON_PAGING_IO","features":[26]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_NON_DASD_IO","features":[26]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_PAGING_IO","features":[26]},{"name":"FLTFL_POST_OPERATION_DRAINING","features":[26]},{"name":"FLTFL_REGISTRATION_DO_NOT_SUPPORT_SERVICE_STOP","features":[26]},{"name":"FLTFL_REGISTRATION_SUPPORT_DAX_VOLUME","features":[26]},{"name":"FLTFL_REGISTRATION_SUPPORT_NPFS_MSFS","features":[26]},{"name":"FLTFL_REGISTRATION_SUPPORT_WCOS","features":[26]},{"name":"FLTTCFL_AUTO_REPARSE","features":[26]},{"name":"FLT_ALLOCATE_CALLBACK_DATA_PREALLOCATE_ALL_MEMORY","features":[26]},{"name":"FLT_CALLBACK_DATA","features":[4,26,5,3,6,8,9,10]},{"name":"FLT_CALLBACK_DATA_QUEUE","features":[4,26,5,3,6,8,9,10]},{"name":"FLT_CALLBACK_DATA_QUEUE_FLAGS","features":[26]},{"name":"FLT_CONTEXT_END","features":[26]},{"name":"FLT_CONTEXT_REGISTRATION","features":[4,26]},{"name":"FLT_CREATEFILE_TARGET_ECP_CONTEXT","features":[26,3]},{"name":"FLT_FILE_CONTEXT","features":[26]},{"name":"FLT_FILE_NAME_ALLOW_QUERY_ON_REPARSE","features":[26]},{"name":"FLT_FILE_NAME_DO_NOT_CACHE","features":[26]},{"name":"FLT_FILE_NAME_INFORMATION","features":[26,3]},{"name":"FLT_FILE_NAME_NORMALIZED","features":[26]},{"name":"FLT_FILE_NAME_OPENED","features":[26]},{"name":"FLT_FILE_NAME_QUERY_ALWAYS_ALLOW_CACHE_LOOKUP","features":[26]},{"name":"FLT_FILE_NAME_QUERY_CACHE_ONLY","features":[26]},{"name":"FLT_FILE_NAME_QUERY_DEFAULT","features":[26]},{"name":"FLT_FILE_NAME_QUERY_FILESYSTEM_ONLY","features":[26]},{"name":"FLT_FILE_NAME_REQUEST_FROM_CURRENT_PROVIDER","features":[26]},{"name":"FLT_FILE_NAME_SHORT","features":[26]},{"name":"FLT_FLUSH_TYPE_DATA_SYNC_ONLY","features":[26]},{"name":"FLT_FLUSH_TYPE_FILE_DATA_ONLY","features":[26]},{"name":"FLT_FLUSH_TYPE_FLUSH_AND_PURGE","features":[26]},{"name":"FLT_FLUSH_TYPE_NO_SYNC","features":[26]},{"name":"FLT_INSTANCE_CONTEXT","features":[26]},{"name":"FLT_INTERNAL_OPERATION_COUNT","features":[26]},{"name":"FLT_IO_PARAMETER_BLOCK","features":[4,26,5,3,6,8,9,10]},{"name":"FLT_MAX_DEVICE_REPARSE_ATTEMPTS","features":[26]},{"name":"FLT_NAME_CONTROL","features":[26,3]},{"name":"FLT_OPERATION_REGISTRATION","features":[4,26,5,3,6,8,9,10]},{"name":"FLT_PARAMETERS","features":[4,26,5,3,6,8,9,10]},{"name":"FLT_PORT_CONNECT","features":[26]},{"name":"FLT_POSTOP_CALLBACK_STATUS","features":[26]},{"name":"FLT_POSTOP_DISALLOW_FSFILTER_IO","features":[26]},{"name":"FLT_POSTOP_FINISHED_PROCESSING","features":[26]},{"name":"FLT_POSTOP_MORE_PROCESSING_REQUIRED","features":[26]},{"name":"FLT_PREOP_CALLBACK_STATUS","features":[26]},{"name":"FLT_PREOP_COMPLETE","features":[26]},{"name":"FLT_PREOP_DISALLOW_FASTIO","features":[26]},{"name":"FLT_PREOP_DISALLOW_FSFILTER_IO","features":[26]},{"name":"FLT_PREOP_PENDING","features":[26]},{"name":"FLT_PREOP_SUCCESS_NO_CALLBACK","features":[26]},{"name":"FLT_PREOP_SUCCESS_WITH_CALLBACK","features":[26]},{"name":"FLT_PREOP_SYNCHRONIZE","features":[26]},{"name":"FLT_PUSH_LOCK_DISABLE_AUTO_BOOST","features":[26]},{"name":"FLT_PUSH_LOCK_ENABLE_AUTO_BOOST","features":[26]},{"name":"FLT_PUSH_LOCK_VALID_FLAGS","features":[26]},{"name":"FLT_REGISTRATION","features":[4,26,5,3,6,27,8,9,10]},{"name":"FLT_REGISTRATION_VERSION","features":[26]},{"name":"FLT_REGISTRATION_VERSION_0200","features":[26]},{"name":"FLT_REGISTRATION_VERSION_0201","features":[26]},{"name":"FLT_REGISTRATION_VERSION_0202","features":[26]},{"name":"FLT_REGISTRATION_VERSION_0203","features":[26]},{"name":"FLT_RELATED_CONTEXTS","features":[26]},{"name":"FLT_RELATED_CONTEXTS_EX","features":[26]},{"name":"FLT_RELATED_OBJECTS","features":[4,26,5,3,6,8,9,10]},{"name":"FLT_SECTION_CONTEXT","features":[26]},{"name":"FLT_SET_CONTEXT_KEEP_IF_EXISTS","features":[26]},{"name":"FLT_SET_CONTEXT_OPERATION","features":[26]},{"name":"FLT_SET_CONTEXT_REPLACE_IF_EXISTS","features":[26]},{"name":"FLT_STREAMHANDLE_CONTEXT","features":[26]},{"name":"FLT_STREAM_CONTEXT","features":[26]},{"name":"FLT_TAG_DATA_BUFFER","features":[26]},{"name":"FLT_TRANSACTION_CONTEXT","features":[26]},{"name":"FLT_VALID_FILE_NAME_FLAGS","features":[26]},{"name":"FLT_VALID_FILE_NAME_FORMATS","features":[26]},{"name":"FLT_VALID_FILE_NAME_QUERY_METHODS","features":[26]},{"name":"FLT_VOLUME_CONTEXT","features":[26]},{"name":"FLT_VOLUME_PROPERTIES","features":[26,3]},{"name":"FltAcknowledgeEcp","features":[26]},{"name":"FltAcquirePushLockExclusive","features":[26]},{"name":"FltAcquirePushLockExclusiveEx","features":[26]},{"name":"FltAcquirePushLockShared","features":[26]},{"name":"FltAcquirePushLockSharedEx","features":[26]},{"name":"FltAcquireResourceExclusive","features":[4,26,9]},{"name":"FltAcquireResourceShared","features":[4,26,9]},{"name":"FltAddOpenReparseEntry","features":[4,26,5,3,6,8,9,10]},{"name":"FltAdjustDeviceStackSizeForIoRedirection","features":[26,3]},{"name":"FltAllocateCallbackData","features":[4,26,5,3,6,8,9,10]},{"name":"FltAllocateCallbackDataEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltAllocateContext","features":[4,26,3]},{"name":"FltAllocateDeferredIoWorkItem","features":[26]},{"name":"FltAllocateExtraCreateParameter","features":[26,3]},{"name":"FltAllocateExtraCreateParameterFromLookasideList","features":[26,3]},{"name":"FltAllocateExtraCreateParameterList","features":[4,26,3]},{"name":"FltAllocateFileLock","features":[4,26,5,3,6,8,9,10]},{"name":"FltAllocateGenericWorkItem","features":[26]},{"name":"FltAllocatePoolAlignedWithTag","features":[4,26]},{"name":"FltApplyPriorityInfoThread","features":[4,26,3]},{"name":"FltAttachVolume","features":[26,3]},{"name":"FltAttachVolumeAtAltitude","features":[26,3]},{"name":"FltBuildDefaultSecurityDescriptor","features":[26,3,6]},{"name":"FltCancelFileOpen","features":[4,26,5,3,6,8,9,10]},{"name":"FltCancelIo","features":[4,26,5,3,6,8,9,10]},{"name":"FltCancellableWaitForMultipleObjects","features":[4,26,5,3,6,8,9,10]},{"name":"FltCancellableWaitForSingleObject","features":[4,26,5,3,6,8,9,10]},{"name":"FltCbdqDisable","features":[4,26,5,3,6,8,9,10]},{"name":"FltCbdqEnable","features":[4,26,5,3,6,8,9,10]},{"name":"FltCbdqInitialize","features":[4,26,5,3,6,8,9,10]},{"name":"FltCbdqInsertIo","features":[4,26,5,3,6,8,9,10]},{"name":"FltCbdqRemoveIo","features":[4,26,5,3,6,8,9,10]},{"name":"FltCbdqRemoveNextIo","features":[4,26,5,3,6,8,9,10]},{"name":"FltCheckAndGrowNameControl","features":[26,3]},{"name":"FltCheckLockForReadAccess","features":[4,26,5,3,6,8,9,10]},{"name":"FltCheckLockForWriteAccess","features":[4,26,5,3,6,8,9,10]},{"name":"FltCheckOplock","features":[4,26,5,3,6,8,9,10]},{"name":"FltCheckOplockEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltClearCallbackDataDirty","features":[4,26,5,3,6,8,9,10]},{"name":"FltClearCancelCompletion","features":[4,26,5,3,6,8,9,10]},{"name":"FltClose","features":[26,3]},{"name":"FltCloseClientPort","features":[26]},{"name":"FltCloseCommunicationPort","features":[26]},{"name":"FltCloseSectionForDataScan","features":[26,3]},{"name":"FltCommitComplete","features":[4,26,3]},{"name":"FltCommitFinalizeComplete","features":[4,26,3]},{"name":"FltCompareInstanceAltitudes","features":[26]},{"name":"FltCompletePendedPostOperation","features":[4,26,5,3,6,8,9,10]},{"name":"FltCompletePendedPreOperation","features":[4,26,5,3,6,8,9,10]},{"name":"FltCopyOpenReparseList","features":[4,26,5,3,6,8,9,10]},{"name":"FltCreateCommunicationPort","features":[4,26,3]},{"name":"FltCreateFile","features":[4,26,3,8]},{"name":"FltCreateFileEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltCreateFileEx2","features":[4,26,5,3,6,8,9,10]},{"name":"FltCreateMailslotFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltCreateNamedPipeFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltCreateSectionForDataScan","features":[4,26,5,3,6,8,9,10]},{"name":"FltCreateSystemVolumeInformationFolder","features":[26,3]},{"name":"FltCurrentBatchOplock","features":[26,3]},{"name":"FltCurrentOplock","features":[26,3]},{"name":"FltCurrentOplockH","features":[26,3]},{"name":"FltDecodeParameters","features":[4,26,5,3,6,8,9,10]},{"name":"FltDeleteContext","features":[26]},{"name":"FltDeleteExtraCreateParameterLookasideList","features":[26]},{"name":"FltDeleteFileContext","features":[4,26,5,3,6,8,9,10]},{"name":"FltDeleteInstanceContext","features":[26,3]},{"name":"FltDeletePushLock","features":[26]},{"name":"FltDeleteStreamContext","features":[4,26,5,3,6,8,9,10]},{"name":"FltDeleteStreamHandleContext","features":[4,26,5,3,6,8,9,10]},{"name":"FltDeleteTransactionContext","features":[4,26,3]},{"name":"FltDeleteVolumeContext","features":[26,3]},{"name":"FltDetachVolume","features":[26,3]},{"name":"FltDeviceIoControlFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltDoCompletionProcessingWhenSafe","features":[4,26,5,3,6,8,9,10]},{"name":"FltEnlistInTransaction","features":[4,26,3]},{"name":"FltEnumerateFilterInformation","features":[26,3,27]},{"name":"FltEnumerateFilters","features":[26,3]},{"name":"FltEnumerateInstanceInformationByDeviceObject","features":[4,26,5,3,6,27,8,9,10]},{"name":"FltEnumerateInstanceInformationByFilter","features":[26,3,27]},{"name":"FltEnumerateInstanceInformationByVolume","features":[26,3,27]},{"name":"FltEnumerateInstanceInformationByVolumeName","features":[26,3,27]},{"name":"FltEnumerateInstances","features":[26,3]},{"name":"FltEnumerateVolumeInformation","features":[26,3,27]},{"name":"FltEnumerateVolumes","features":[26,3]},{"name":"FltFastIoMdlRead","features":[4,26,5,3,6,8,9,10]},{"name":"FltFastIoMdlReadComplete","features":[4,26,5,3,6,8,9,10]},{"name":"FltFastIoMdlWriteComplete","features":[4,26,5,3,6,8,9,10]},{"name":"FltFastIoPrepareMdlWrite","features":[4,26,5,3,6,8,9,10]},{"name":"FltFindExtraCreateParameter","features":[4,26,3]},{"name":"FltFlushBuffers","features":[4,26,5,3,6,8,9,10]},{"name":"FltFlushBuffers2","features":[4,26,5,3,6,8,9,10]},{"name":"FltFreeCallbackData","features":[4,26,5,3,6,8,9,10]},{"name":"FltFreeDeferredIoWorkItem","features":[26]},{"name":"FltFreeExtraCreateParameter","features":[26]},{"name":"FltFreeExtraCreateParameterList","features":[4,26]},{"name":"FltFreeFileLock","features":[4,26,5,3,6,8,9,10]},{"name":"FltFreeGenericWorkItem","features":[26]},{"name":"FltFreeOpenReparseList","features":[4,26]},{"name":"FltFreePoolAlignedWithTag","features":[26]},{"name":"FltFreeSecurityDescriptor","features":[26,6]},{"name":"FltFsControlFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetActivityIdCallbackData","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetBottomInstance","features":[26,3]},{"name":"FltGetContexts","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetContextsEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetDestinationFileNameInformation","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetDeviceObject","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetDiskDeviceObject","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetEcpListFromCallbackData","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetFileContext","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetFileNameInformation","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetFileNameInformationUnsafe","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetFileSystemType","features":[26,3,27]},{"name":"FltGetFilterFromInstance","features":[26,3]},{"name":"FltGetFilterFromName","features":[26,3]},{"name":"FltGetFilterInformation","features":[26,3,27]},{"name":"FltGetFsZeroingOffset","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetInstanceContext","features":[26,3]},{"name":"FltGetInstanceInformation","features":[26,3,27]},{"name":"FltGetIoAttributionHandleFromCallbackData","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetIoPriorityHint","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetIoPriorityHintFromCallbackData","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetIoPriorityHintFromFileObject","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetIoPriorityHintFromThread","features":[4,26]},{"name":"FltGetIrpName","features":[26]},{"name":"FltGetLowerInstance","features":[26,3]},{"name":"FltGetNewSystemBufferAddress","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetNextExtraCreateParameter","features":[4,26,3]},{"name":"FltGetRequestorProcess","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetRequestorProcessId","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetRequestorProcessIdEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetRequestorSessionId","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetRoutineAddress","features":[26]},{"name":"FltGetSectionContext","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetStreamContext","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetStreamHandleContext","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetSwappedBufferMdlAddress","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetTopInstance","features":[26,3]},{"name":"FltGetTransactionContext","features":[4,26,3]},{"name":"FltGetTunneledName","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetUpperInstance","features":[26,3]},{"name":"FltGetVolumeContext","features":[26,3]},{"name":"FltGetVolumeFromDeviceObject","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetVolumeFromFileObject","features":[4,26,5,3,6,8,9,10]},{"name":"FltGetVolumeFromInstance","features":[26,3]},{"name":"FltGetVolumeFromName","features":[26,3]},{"name":"FltGetVolumeGuidName","features":[26,3]},{"name":"FltGetVolumeInformation","features":[26,3,27]},{"name":"FltGetVolumeInstanceFromName","features":[26,3]},{"name":"FltGetVolumeName","features":[26,3]},{"name":"FltGetVolumeProperties","features":[26,3]},{"name":"FltInitExtraCreateParameterLookasideList","features":[26]},{"name":"FltInitializeFileLock","features":[4,26,5,3,6,8,9,10]},{"name":"FltInitializeOplock","features":[26]},{"name":"FltInitializePushLock","features":[26]},{"name":"FltInsertExtraCreateParameter","features":[4,26,3]},{"name":"FltIs32bitProcess","features":[4,26,5,3,6,8,9,10]},{"name":"FltIsCallbackDataDirty","features":[4,26,5,3,6,8,9,10]},{"name":"FltIsDirectory","features":[4,26,5,3,6,8,9,10]},{"name":"FltIsEcpAcknowledged","features":[26,3]},{"name":"FltIsEcpFromUserMode","features":[26,3]},{"name":"FltIsFltMgrVolumeDeviceObject","features":[4,26,5,3,6,8,9,10]},{"name":"FltIsIoCanceled","features":[4,26,5,3,6,8,9,10]},{"name":"FltIsIoRedirectionAllowed","features":[26,3]},{"name":"FltIsIoRedirectionAllowedForOperation","features":[4,26,5,3,6,8,9,10]},{"name":"FltIsOperationSynchronous","features":[4,26,5,3,6,8,9,10]},{"name":"FltIsVolumeSnapshot","features":[26,3]},{"name":"FltIsVolumeWritable","features":[26,3]},{"name":"FltLoadFilter","features":[26,3]},{"name":"FltLockUserBuffer","features":[4,26,5,3,6,8,9,10]},{"name":"FltNotifyFilterChangeDirectory","features":[4,26,5,3,6,8,9,10]},{"name":"FltObjectDereference","features":[26]},{"name":"FltObjectReference","features":[26,3]},{"name":"FltOpenVolume","features":[4,26,5,3,6,8,9,10]},{"name":"FltOplockBreakH","features":[4,26,5,3,6,8,9,10]},{"name":"FltOplockBreakToNone","features":[4,26,5,3,6,8,9,10]},{"name":"FltOplockBreakToNoneEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltOplockFsctrl","features":[4,26,5,3,6,8,9,10]},{"name":"FltOplockFsctrlEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltOplockIsFastIoPossible","features":[26,3]},{"name":"FltOplockIsSharedRequest","features":[4,26,5,3,6,8,9,10]},{"name":"FltOplockKeysEqual","features":[4,26,5,3,6,8,9,10]},{"name":"FltParseFileName","features":[26,3]},{"name":"FltParseFileNameInformation","features":[26,3]},{"name":"FltPerformAsynchronousIo","features":[4,26,5,3,6,8,9,10]},{"name":"FltPerformSynchronousIo","features":[4,26,5,3,6,8,9,10]},{"name":"FltPrePrepareComplete","features":[4,26,3]},{"name":"FltPrepareComplete","features":[4,26,3]},{"name":"FltPrepareToReuseEcp","features":[26]},{"name":"FltProcessFileLock","features":[4,26,5,3,6,8,9,10]},{"name":"FltPropagateActivityIdToThread","features":[4,26,5,3,6,8,9,10]},{"name":"FltPropagateIrpExtension","features":[4,26,5,3,6,8,9,10]},{"name":"FltPurgeFileNameInformationCache","features":[4,26,5,3,6,8,9,10]},{"name":"FltQueryDirectoryFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltQueryDirectoryFileEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltQueryEaFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltQueryInformationByName","features":[4,26,5,3,8]},{"name":"FltQueryInformationFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltQueryQuotaInformationFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltQuerySecurityObject","features":[4,26,5,3,6,8,9,10]},{"name":"FltQueryVolumeInformation","features":[26,3,8]},{"name":"FltQueryVolumeInformationFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltQueueDeferredIoWorkItem","features":[4,26,5,3,6,8,9,10]},{"name":"FltQueueGenericWorkItem","features":[26,5,3]},{"name":"FltReadFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltReadFileEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltReferenceContext","features":[26]},{"name":"FltReferenceFileNameInformation","features":[26,3]},{"name":"FltRegisterFilter","features":[4,26,5,3,6,27,8,9,10]},{"name":"FltRegisterForDataScan","features":[26,3]},{"name":"FltReissueSynchronousIo","features":[4,26,5,3,6,8,9,10]},{"name":"FltReleaseContext","features":[26]},{"name":"FltReleaseContexts","features":[26]},{"name":"FltReleaseContextsEx","features":[26]},{"name":"FltReleaseFileNameInformation","features":[26,3]},{"name":"FltReleasePushLock","features":[26]},{"name":"FltReleasePushLockEx","features":[26]},{"name":"FltReleaseResource","features":[4,26,9]},{"name":"FltRemoveExtraCreateParameter","features":[4,26,3]},{"name":"FltRemoveOpenReparseEntry","features":[4,26,5,3,6,8,9,10]},{"name":"FltRequestFileInfoOnCreateCompletion","features":[4,26,5,3,6,8,9,10]},{"name":"FltRequestOperationStatusCallback","features":[4,26,5,3,6,8,9,10]},{"name":"FltRetainSwappedBufferMdlAddress","features":[4,26,5,3,6,8,9,10]},{"name":"FltRetrieveFileInfoOnCreateCompletion","features":[4,26,5,3,6,8,9,10]},{"name":"FltRetrieveFileInfoOnCreateCompletionEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltRetrieveIoPriorityInfo","features":[4,26,5,3,6,8,9,10]},{"name":"FltReuseCallbackData","features":[4,26,5,3,6,8,9,10]},{"name":"FltRollbackComplete","features":[4,26,3]},{"name":"FltRollbackEnlistment","features":[4,26,3]},{"name":"FltSendMessage","features":[26,3]},{"name":"FltSetActivityIdCallbackData","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetCallbackDataDirty","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetCancelCompletion","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetEaFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetEcpListIntoCallbackData","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetFileContext","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetFsZeroingOffset","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetFsZeroingOffsetRequired","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetInformationFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetInstanceContext","features":[26,3]},{"name":"FltSetIoPriorityHintIntoCallbackData","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetIoPriorityHintIntoFileObject","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetIoPriorityHintIntoThread","features":[4,26,3]},{"name":"FltSetQuotaInformationFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetSecurityObject","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetStreamContext","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetStreamHandleContext","features":[4,26,5,3,6,8,9,10]},{"name":"FltSetTransactionContext","features":[4,26,3]},{"name":"FltSetVolumeContext","features":[26,3]},{"name":"FltSetVolumeInformation","features":[26,3,8]},{"name":"FltStartFiltering","features":[26,3]},{"name":"FltSupportsFileContexts","features":[4,26,5,3,6,8,9,10]},{"name":"FltSupportsFileContextsEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltSupportsStreamContexts","features":[4,26,5,3,6,8,9,10]},{"name":"FltSupportsStreamHandleContexts","features":[4,26,5,3,6,8,9,10]},{"name":"FltTagFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltTagFileEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltUninitializeFileLock","features":[4,26,5,3,6,8,9,10]},{"name":"FltUninitializeOplock","features":[26]},{"name":"FltUnloadFilter","features":[26,3]},{"name":"FltUnregisterFilter","features":[26]},{"name":"FltUntagFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltVetoBypassIo","features":[4,26,5,3,6,8,9,10]},{"name":"FltWriteFile","features":[4,26,5,3,6,8,9,10]},{"name":"FltWriteFileEx","features":[4,26,5,3,6,8,9,10]},{"name":"FltpTraceRedirectedFileIo","features":[4,26,5,3,6,8,9,10]},{"name":"GUID_ECP_FLT_CREATEFILE_TARGET","features":[26]},{"name":"IRP_MJ_ACQUIRE_FOR_CC_FLUSH","features":[26]},{"name":"IRP_MJ_ACQUIRE_FOR_MOD_WRITE","features":[26]},{"name":"IRP_MJ_ACQUIRE_FOR_SECTION_SYNCHRONIZATION","features":[26]},{"name":"IRP_MJ_FAST_IO_CHECK_IF_POSSIBLE","features":[26]},{"name":"IRP_MJ_MDL_READ","features":[26]},{"name":"IRP_MJ_MDL_READ_COMPLETE","features":[26]},{"name":"IRP_MJ_MDL_WRITE_COMPLETE","features":[26]},{"name":"IRP_MJ_NETWORK_QUERY_OPEN","features":[26]},{"name":"IRP_MJ_OPERATION_END","features":[26]},{"name":"IRP_MJ_PREPARE_MDL_WRITE","features":[26]},{"name":"IRP_MJ_QUERY_OPEN","features":[26]},{"name":"IRP_MJ_RELEASE_FOR_CC_FLUSH","features":[26]},{"name":"IRP_MJ_RELEASE_FOR_MOD_WRITE","features":[26]},{"name":"IRP_MJ_RELEASE_FOR_SECTION_SYNCHRONIZATION","features":[26]},{"name":"IRP_MJ_VOLUME_DISMOUNT","features":[26]},{"name":"IRP_MJ_VOLUME_MOUNT","features":[26]},{"name":"PFLTOPLOCK_PREPOST_CALLBACKDATA_ROUTINE","features":[4,26,5,3,6,8,9,10]},{"name":"PFLTOPLOCK_WAIT_COMPLETE_ROUTINE","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_CALLBACK_DATA_QUEUE_ACQUIRE","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_CALLBACK_DATA_QUEUE_COMPLETE_CANCELED_IO","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_CALLBACK_DATA_QUEUE_INSERT_IO","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_CALLBACK_DATA_QUEUE_PEEK_NEXT_IO","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_CALLBACK_DATA_QUEUE_RELEASE","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_CALLBACK_DATA_QUEUE_REMOVE_IO","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_COMPLETED_ASYNC_IO_CALLBACK","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_COMPLETE_CANCELED_CALLBACK","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_COMPLETE_LOCK_CALLBACK_DATA_ROUTINE","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_CONNECT_NOTIFY","features":[26,3]},{"name":"PFLT_CONTEXT","features":[26]},{"name":"PFLT_CONTEXT_ALLOCATE_CALLBACK","features":[4,26]},{"name":"PFLT_CONTEXT_CLEANUP_CALLBACK","features":[26]},{"name":"PFLT_CONTEXT_FREE_CALLBACK","features":[26]},{"name":"PFLT_DEFERRED_IO_WORKITEM","features":[26]},{"name":"PFLT_DEFERRED_IO_WORKITEM_ROUTINE","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_DISCONNECT_NOTIFY","features":[26]},{"name":"PFLT_FILTER","features":[26]},{"name":"PFLT_FILTER_UNLOAD_CALLBACK","features":[26,3]},{"name":"PFLT_GENERATE_FILE_NAME","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_GENERIC_WORKITEM","features":[26]},{"name":"PFLT_GENERIC_WORKITEM_ROUTINE","features":[26]},{"name":"PFLT_GET_OPERATION_STATUS_CALLBACK","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_INSTANCE","features":[26]},{"name":"PFLT_INSTANCE_QUERY_TEARDOWN_CALLBACK","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_INSTANCE_SETUP_CALLBACK","features":[4,26,5,3,6,27,8,9,10]},{"name":"PFLT_INSTANCE_TEARDOWN_CALLBACK","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_MESSAGE_NOTIFY","features":[26,3]},{"name":"PFLT_NORMALIZE_CONTEXT_CLEANUP","features":[26]},{"name":"PFLT_NORMALIZE_NAME_COMPONENT","features":[26,3]},{"name":"PFLT_NORMALIZE_NAME_COMPONENT_EX","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_PORT","features":[26]},{"name":"PFLT_POST_OPERATION_CALLBACK","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_PRE_OPERATION_CALLBACK","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_SECTION_CONFLICT_NOTIFICATION_CALLBACK","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_TRANSACTION_NOTIFICATION_CALLBACK","features":[4,26,5,3,6,8,9,10]},{"name":"PFLT_VOLUME","features":[26]},{"name":"VOL_PROP_FL_DAX_VOLUME","features":[26]}],"348":[{"name":"NtDeviceIoControlFile","features":[28,3,8]}],"349":[{"name":"NtMapViewOfSection","features":[29,3]},{"name":"NtOpenSection","features":[4,29,3]},{"name":"NtUnmapViewOfSection","features":[29,3]},{"name":"SECTION_INHERIT","features":[29]},{"name":"ViewShare","features":[29]},{"name":"ViewUnmap","features":[29]},{"name":"ZwMapViewOfSection","features":[29,3]},{"name":"ZwOpenSection","features":[4,29,3]},{"name":"ZwUnmapViewOfSection","features":[29,3]}],"350":[{"name":"ORCloseHive","features":[30,3]},{"name":"ORCloseKey","features":[30,3]},{"name":"ORCreateHive","features":[30,3]},{"name":"ORCreateKey","features":[30,3,6]},{"name":"ORDeleteKey","features":[30,3]},{"name":"ORDeleteValue","features":[30,3]},{"name":"OREnumKey","features":[30,3]},{"name":"OREnumValue","features":[30,3]},{"name":"ORGetKeySecurity","features":[30,3,6]},{"name":"ORGetValue","features":[30,3]},{"name":"ORGetVersion","features":[30,3]},{"name":"ORGetVirtualFlags","features":[30,3]},{"name":"ORHKEY","features":[30]},{"name":"ORMergeHives","features":[30,3]},{"name":"OROpenHive","features":[30,3]},{"name":"OROpenHiveByHandle","features":[30,3]},{"name":"OROpenKey","features":[30,3]},{"name":"ORQueryInfoKey","features":[30,3]},{"name":"ORRenameKey","features":[30,3]},{"name":"ORSaveHive","features":[30,3]},{"name":"ORSetKeySecurity","features":[30,3,6]},{"name":"ORSetValue","features":[30,3]},{"name":"ORSetVirtualFlags","features":[30,3]},{"name":"ORShutdown","features":[30,3]},{"name":"ORStart","features":[30,3]}],"351":[{"name":"KEY_INFORMATION_CLASS","features":[31]},{"name":"KEY_SET_INFORMATION_CLASS","features":[31]},{"name":"KEY_VALUE_ENTRY","features":[31,3]},{"name":"KEY_VALUE_INFORMATION_CLASS","features":[31]},{"name":"KeyBasicInformation","features":[31]},{"name":"KeyCachedInformation","features":[31]},{"name":"KeyControlFlagsInformation","features":[31]},{"name":"KeyFlagsInformation","features":[31]},{"name":"KeyFullInformation","features":[31]},{"name":"KeyHandleTagsInformation","features":[31]},{"name":"KeyLayerInformation","features":[31]},{"name":"KeyNameInformation","features":[31]},{"name":"KeyNodeInformation","features":[31]},{"name":"KeySetDebugInformation","features":[31]},{"name":"KeySetHandleTagsInformation","features":[31]},{"name":"KeySetLayerInformation","features":[31]},{"name":"KeySetVirtualizationInformation","features":[31]},{"name":"KeyTrustInformation","features":[31]},{"name":"KeyValueBasicInformation","features":[31]},{"name":"KeyValueFullInformation","features":[31]},{"name":"KeyValueFullInformationAlign64","features":[31]},{"name":"KeyValueLayerInformation","features":[31]},{"name":"KeyValuePartialInformation","features":[31]},{"name":"KeyValuePartialInformationAlign64","features":[31]},{"name":"KeyVirtualizationInformation","features":[31]},{"name":"KeyWow64FlagsInformation","features":[31]},{"name":"KeyWriteTimeInformation","features":[31]},{"name":"MaxKeyInfoClass","features":[31]},{"name":"MaxKeySetInfoClass","features":[31]},{"name":"MaxKeyValueInfoClass","features":[31]},{"name":"NtCommitRegistryTransaction","features":[31,3]},{"name":"NtCreateKey","features":[4,31,3]},{"name":"NtCreateKeyTransacted","features":[4,31,3]},{"name":"NtCreateRegistryTransaction","features":[4,31,3]},{"name":"NtDeleteKey","features":[31,3]},{"name":"NtDeleteValueKey","features":[31,3]},{"name":"NtEnumerateKey","features":[31,3]},{"name":"NtEnumerateValueKey","features":[31,3]},{"name":"NtFlushKey","features":[31,3]},{"name":"NtNotifyChangeMultipleKeys","features":[4,31,3,8]},{"name":"NtOpenKey","features":[4,31,3]},{"name":"NtOpenKeyEx","features":[4,31,3]},{"name":"NtOpenKeyTransacted","features":[4,31,3]},{"name":"NtOpenKeyTransactedEx","features":[4,31,3]},{"name":"NtOpenRegistryTransaction","features":[4,31,3]},{"name":"NtQueryKey","features":[31,3]},{"name":"NtQueryMultipleValueKey","features":[31,3]},{"name":"NtQueryValueKey","features":[31,3]},{"name":"NtRenameKey","features":[31,3]},{"name":"NtRestoreKey","features":[31,3]},{"name":"NtRollbackRegistryTransaction","features":[31,3]},{"name":"NtSaveKey","features":[31,3]},{"name":"NtSaveKeyEx","features":[31,3]},{"name":"NtSetInformationKey","features":[31,3]},{"name":"NtSetValueKey","features":[31,3]},{"name":"REG_ENUMERATE_KEY_INFORMATION","features":[31]},{"name":"REG_ENUMERATE_VALUE_KEY_INFORMATION","features":[31]},{"name":"REG_QUERY_KEY_INFORMATION","features":[31]},{"name":"REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION","features":[31,3]},{"name":"REG_QUERY_VALUE_KEY_INFORMATION","features":[31,3]},{"name":"REG_SET_INFORMATION_KEY_INFORMATION","features":[31]},{"name":"ZwCommitRegistryTransaction","features":[31,3]},{"name":"ZwCreateKey","features":[4,31,3]},{"name":"ZwCreateKeyTransacted","features":[4,31,3]},{"name":"ZwCreateRegistryTransaction","features":[4,31,3]},{"name":"ZwDeleteKey","features":[31,3]},{"name":"ZwDeleteValueKey","features":[31,3]},{"name":"ZwEnumerateKey","features":[31,3]},{"name":"ZwEnumerateValueKey","features":[31,3]},{"name":"ZwFlushKey","features":[31,3]},{"name":"ZwNotifyChangeMultipleKeys","features":[4,31,3,8]},{"name":"ZwOpenKey","features":[4,31,3]},{"name":"ZwOpenKeyEx","features":[4,31,3]},{"name":"ZwOpenKeyTransacted","features":[4,31,3]},{"name":"ZwOpenKeyTransactedEx","features":[4,31,3]},{"name":"ZwOpenRegistryTransaction","features":[4,31,3]},{"name":"ZwQueryKey","features":[31,3]},{"name":"ZwQueryMultipleValueKey","features":[31,3]},{"name":"ZwQueryValueKey","features":[31,3]},{"name":"ZwRenameKey","features":[31,3]},{"name":"ZwRestoreKey","features":[31,3]},{"name":"ZwRollbackRegistryTransaction","features":[31,3]},{"name":"ZwSaveKey","features":[31,3]},{"name":"ZwSaveKeyEx","features":[31,3]},{"name":"ZwSetInformationKey","features":[31,3]},{"name":"ZwSetValueKey","features":[31,3]}],"352":[{"name":"NtQuerySystemInformation","features":[32,3]},{"name":"NtQuerySystemTime","features":[32,3]},{"name":"NtQueryTimerResolution","features":[32,3]},{"name":"SYSTEM_INFORMATION_CLASS","features":[32]},{"name":"SystemBasicInformation","features":[32]},{"name":"SystemCodeIntegrityInformation","features":[32]},{"name":"SystemExceptionInformation","features":[32]},{"name":"SystemInterruptInformation","features":[32]},{"name":"SystemLookasideInformation","features":[32]},{"name":"SystemPerformanceInformation","features":[32]},{"name":"SystemPolicyInformation","features":[32]},{"name":"SystemProcessInformation","features":[32]},{"name":"SystemProcessorPerformanceInformation","features":[32]},{"name":"SystemRegistryQuotaInformation","features":[32]},{"name":"SystemTimeOfDayInformation","features":[32]},{"name":"ZwQuerySystemInformation","features":[32,3]},{"name":"ZwQuerySystemTime","features":[32,3]},{"name":"ZwQueryTimerResolution","features":[32,3]}],"353":[{"name":"ACPIBus","features":[5]},{"name":"ACPI_DEBUGGING_DEVICE_IN_USE","features":[5]},{"name":"ACPI_INTERFACE_STANDARD","features":[4,7,5,3,6,8,9,10]},{"name":"ACPI_INTERFACE_STANDARD2","features":[5,3]},{"name":"ADAPTER_INFO_API_BYPASS","features":[5]},{"name":"ADAPTER_INFO_SYNCHRONOUS_CALLBACK","features":[5]},{"name":"AGP_TARGET_BUS_INTERFACE_STANDARD","features":[5]},{"name":"ALLOCATE_FUNCTION","features":[4,5]},{"name":"ALLOC_DATA_PRAGMA","features":[5]},{"name":"ALLOC_PRAGMA","features":[5]},{"name":"ALTERNATIVE_ARCHITECTURE_TYPE","features":[5]},{"name":"AMD_L1_CACHE_INFO","features":[5]},{"name":"AMD_L2_CACHE_INFO","features":[5]},{"name":"AMD_L3_CACHE_INFO","features":[5]},{"name":"ANY_SIZE","features":[5]},{"name":"APC_LEVEL","features":[5]},{"name":"ARBITER_ACTION","features":[5]},{"name":"ARBITER_ADD_RESERVED_PARAMETERS","features":[4,7,5,3,6,8,9,10]},{"name":"ARBITER_BOOT_ALLOCATION_PARAMETERS","features":[5,9]},{"name":"ARBITER_CONFLICT_INFO","features":[4,7,5,3,6,8,9,10]},{"name":"ARBITER_FLAG_BOOT_CONFIG","features":[5]},{"name":"ARBITER_FLAG_OTHER_ENUM","features":[5]},{"name":"ARBITER_FLAG_ROOT_ENUM","features":[5]},{"name":"ARBITER_INTERFACE","features":[4,7,5,3,6,8,9,10]},{"name":"ARBITER_LIST_ENTRY","features":[4,7,5,3,6,8,9,10]},{"name":"ARBITER_PARAMETERS","features":[4,7,5,3,6,8,9,10]},{"name":"ARBITER_PARTIAL","features":[5]},{"name":"ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS","features":[5]},{"name":"ARBITER_QUERY_ARBITRATE_PARAMETERS","features":[5,9]},{"name":"ARBITER_QUERY_CONFLICT_PARAMETERS","features":[4,7,5,3,6,8,9,10]},{"name":"ARBITER_REQUEST_SOURCE","features":[5]},{"name":"ARBITER_RESULT","features":[5]},{"name":"ARBITER_RETEST_ALLOCATION_PARAMETERS","features":[5,9]},{"name":"ARBITER_TEST_ALLOCATION_PARAMETERS","features":[5,9]},{"name":"ARM64_NT_CONTEXT","features":[5,33]},{"name":"ARM64_PCR_RESERVED_MASK","features":[5]},{"name":"ARM_PROCESSOR_ERROR_SECTION_GUID","features":[5]},{"name":"ATS_DEVICE_SVM_OPTOUT","features":[5]},{"name":"AccessFlagFault","features":[5]},{"name":"AddressSizeFault","features":[5]},{"name":"AgpControl","features":[5]},{"name":"AllLoggerHandlesClass","features":[5]},{"name":"AperturePageSize","features":[5]},{"name":"ApertureSize","features":[5]},{"name":"ApicDestinationModeLogicalClustered","features":[5]},{"name":"ApicDestinationModeLogicalFlat","features":[5]},{"name":"ApicDestinationModePhysical","features":[5]},{"name":"ApicDestinationModeUnknown","features":[5]},{"name":"ArbiterActionAddReserved","features":[5]},{"name":"ArbiterActionBootAllocation","features":[5]},{"name":"ArbiterActionCommitAllocation","features":[5]},{"name":"ArbiterActionQueryAllocatedResources","features":[5]},{"name":"ArbiterActionQueryArbitrate","features":[5]},{"name":"ArbiterActionQueryConflict","features":[5]},{"name":"ArbiterActionRetestAllocation","features":[5]},{"name":"ArbiterActionRollbackAllocation","features":[5]},{"name":"ArbiterActionTestAllocation","features":[5]},{"name":"ArbiterActionWriteReservedResources","features":[5]},{"name":"ArbiterRequestHalReported","features":[5]},{"name":"ArbiterRequestLegacyAssigned","features":[5]},{"name":"ArbiterRequestLegacyReported","features":[5]},{"name":"ArbiterRequestPnpDetected","features":[5]},{"name":"ArbiterRequestPnpEnumerated","features":[5]},{"name":"ArbiterRequestUndefined","features":[5]},{"name":"ArbiterResultExternalConflict","features":[5]},{"name":"ArbiterResultNullRequest","features":[5]},{"name":"ArbiterResultSuccess","features":[5]},{"name":"ArbiterResultUndefined","features":[5]},{"name":"ArcSystem","features":[5]},{"name":"AssignSecurityDescriptor","features":[5]},{"name":"AudioController","features":[5]},{"name":"BDCB_CALLBACK_TYPE","features":[5]},{"name":"BDCB_CLASSIFICATION","features":[5]},{"name":"BDCB_IMAGE_INFORMATION","features":[5,3]},{"name":"BDCB_STATUS_UPDATE_CONTEXT","features":[5]},{"name":"BDCB_STATUS_UPDATE_TYPE","features":[5]},{"name":"BMC_NOTIFY_TYPE_GUID","features":[5]},{"name":"BOOTDISK_INFORMATION","features":[5]},{"name":"BOOTDISK_INFORMATION_EX","features":[5,3]},{"name":"BOOTDISK_INFORMATION_LITE","features":[5]},{"name":"BOOT_DRIVER_CALLBACK_FUNCTION","features":[5,3]},{"name":"BOOT_NOTIFY_TYPE_GUID","features":[5]},{"name":"BOUND_CALLBACK","features":[5]},{"name":"BOUND_CALLBACK_STATUS","features":[5]},{"name":"BUS_DATA_TYPE","features":[5]},{"name":"BUS_INTERFACE_STANDARD","features":[4,7,5,3,6,8,9,10]},{"name":"BUS_QUERY_ID_TYPE","features":[5]},{"name":"BUS_RESOURCE_UPDATE_INTERFACE","features":[5,3]},{"name":"BUS_SPECIFIC_RESET_FLAGS","features":[5]},{"name":"BackgroundWorkQueue","features":[5]},{"name":"BdCbClassificationEnd","features":[5]},{"name":"BdCbClassificationKnownBadImage","features":[5]},{"name":"BdCbClassificationKnownBadImageBootCritical","features":[5]},{"name":"BdCbClassificationKnownGoodImage","features":[5]},{"name":"BdCbClassificationUnknownImage","features":[5]},{"name":"BdCbInitializeImage","features":[5]},{"name":"BdCbStatusPrepareForDependencyLoad","features":[5]},{"name":"BdCbStatusPrepareForDriverLoad","features":[5]},{"name":"BdCbStatusPrepareForUnload","features":[5]},{"name":"BdCbStatusUpdate","features":[5]},{"name":"BoundExceptionContinueSearch","features":[5]},{"name":"BoundExceptionError","features":[5]},{"name":"BoundExceptionHandled","features":[5]},{"name":"BoundExceptionMaximum","features":[5]},{"name":"BufferEmpty","features":[5]},{"name":"BufferFinished","features":[5]},{"name":"BufferIncomplete","features":[5]},{"name":"BufferInserted","features":[5]},{"name":"BufferStarted","features":[5]},{"name":"BusQueryCompatibleIDs","features":[5]},{"name":"BusQueryContainerID","features":[5]},{"name":"BusQueryDeviceID","features":[5]},{"name":"BusQueryDeviceSerialNumber","features":[5]},{"name":"BusQueryHardwareIDs","features":[5]},{"name":"BusQueryInstanceID","features":[5]},{"name":"BusRelations","features":[5]},{"name":"BusWidth32Bits","features":[5]},{"name":"BusWidth64Bits","features":[5]},{"name":"CBus","features":[5]},{"name":"CLFS_MAX_CONTAINER_INFO","features":[5]},{"name":"CLFS_MGMT_CLIENT_REGISTRATION","features":[4,7,5,3,6,23,8,9,10]},{"name":"CLFS_SCAN_BACKWARD","features":[5]},{"name":"CLFS_SCAN_BUFFERED","features":[5]},{"name":"CLFS_SCAN_CLOSE","features":[5]},{"name":"CLFS_SCAN_FORWARD","features":[5]},{"name":"CLFS_SCAN_INIT","features":[5]},{"name":"CLFS_SCAN_INITIALIZED","features":[5]},{"name":"CLOCK1_LEVEL","features":[5]},{"name":"CLOCK2_LEVEL","features":[5]},{"name":"CLOCK_LEVEL","features":[5]},{"name":"CMCI_LEVEL","features":[5]},{"name":"CMCI_NOTIFY_TYPE_GUID","features":[5]},{"name":"CMC_DRIVER_INFO","features":[4,5]},{"name":"CMC_NOTIFY_TYPE_GUID","features":[5]},{"name":"CM_COMPONENT_INFORMATION","features":[5]},{"name":"CM_DISK_GEOMETRY_DEVICE_DATA","features":[5]},{"name":"CM_EISA_FUNCTION_INFORMATION","features":[5]},{"name":"CM_EISA_SLOT_INFORMATION","features":[5]},{"name":"CM_FLOPPY_DEVICE_DATA","features":[5]},{"name":"CM_FULL_RESOURCE_DESCRIPTOR","features":[5]},{"name":"CM_INT13_DRIVE_PARAMETER","features":[5]},{"name":"CM_KEYBOARD_DEVICE_DATA","features":[5]},{"name":"CM_MCA_POS_DATA","features":[5]},{"name":"CM_MONITOR_DEVICE_DATA","features":[5]},{"name":"CM_PARTIAL_RESOURCE_DESCRIPTOR","features":[5]},{"name":"CM_PARTIAL_RESOURCE_LIST","features":[5]},{"name":"CM_PCCARD_DEVICE_DATA","features":[5]},{"name":"CM_PNP_BIOS_DEVICE_NODE","features":[5]},{"name":"CM_PNP_BIOS_INSTALLATION_CHECK","features":[5]},{"name":"CM_POWER_DATA","features":[5,10]},{"name":"CM_RESOURCE_CONNECTION_CLASS_FUNCTION_CONFIG","features":[5]},{"name":"CM_RESOURCE_CONNECTION_CLASS_GPIO","features":[5]},{"name":"CM_RESOURCE_CONNECTION_CLASS_SERIAL","features":[5]},{"name":"CM_RESOURCE_CONNECTION_TYPE_FUNCTION_CONFIG","features":[5]},{"name":"CM_RESOURCE_CONNECTION_TYPE_GPIO_IO","features":[5]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_I2C","features":[5]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_SPI","features":[5]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_UART","features":[5]},{"name":"CM_RESOURCE_DMA_16","features":[5]},{"name":"CM_RESOURCE_DMA_32","features":[5]},{"name":"CM_RESOURCE_DMA_8","features":[5]},{"name":"CM_RESOURCE_DMA_8_AND_16","features":[5]},{"name":"CM_RESOURCE_DMA_BUS_MASTER","features":[5]},{"name":"CM_RESOURCE_DMA_TYPE_A","features":[5]},{"name":"CM_RESOURCE_DMA_TYPE_B","features":[5]},{"name":"CM_RESOURCE_DMA_TYPE_F","features":[5]},{"name":"CM_RESOURCE_DMA_V3","features":[5]},{"name":"CM_RESOURCE_INTERRUPT_LATCHED","features":[5]},{"name":"CM_RESOURCE_INTERRUPT_LEVEL_LATCHED_BITS","features":[5]},{"name":"CM_RESOURCE_INTERRUPT_LEVEL_SENSITIVE","features":[5]},{"name":"CM_RESOURCE_INTERRUPT_MESSAGE","features":[5]},{"name":"CM_RESOURCE_INTERRUPT_POLICY_INCLUDED","features":[5]},{"name":"CM_RESOURCE_INTERRUPT_SECONDARY_INTERRUPT","features":[5]},{"name":"CM_RESOURCE_INTERRUPT_WAKE_HINT","features":[5]},{"name":"CM_RESOURCE_LIST","features":[5]},{"name":"CM_RESOURCE_MEMORY_24","features":[5]},{"name":"CM_RESOURCE_MEMORY_BAR","features":[5]},{"name":"CM_RESOURCE_MEMORY_CACHEABLE","features":[5]},{"name":"CM_RESOURCE_MEMORY_COMBINEDWRITE","features":[5]},{"name":"CM_RESOURCE_MEMORY_COMPAT_FOR_INACCESSIBLE_RANGE","features":[5]},{"name":"CM_RESOURCE_MEMORY_LARGE","features":[5]},{"name":"CM_RESOURCE_MEMORY_LARGE_40","features":[5]},{"name":"CM_RESOURCE_MEMORY_LARGE_40_MAXLEN","features":[5]},{"name":"CM_RESOURCE_MEMORY_LARGE_48","features":[5]},{"name":"CM_RESOURCE_MEMORY_LARGE_48_MAXLEN","features":[5]},{"name":"CM_RESOURCE_MEMORY_LARGE_64","features":[5]},{"name":"CM_RESOURCE_MEMORY_LARGE_64_MAXLEN","features":[5]},{"name":"CM_RESOURCE_MEMORY_PREFETCHABLE","features":[5]},{"name":"CM_RESOURCE_MEMORY_READ_ONLY","features":[5]},{"name":"CM_RESOURCE_MEMORY_READ_WRITE","features":[5]},{"name":"CM_RESOURCE_MEMORY_WINDOW_DECODE","features":[5]},{"name":"CM_RESOURCE_MEMORY_WRITEABILITY_MASK","features":[5]},{"name":"CM_RESOURCE_MEMORY_WRITE_ONLY","features":[5]},{"name":"CM_RESOURCE_PORT_10_BIT_DECODE","features":[5]},{"name":"CM_RESOURCE_PORT_12_BIT_DECODE","features":[5]},{"name":"CM_RESOURCE_PORT_16_BIT_DECODE","features":[5]},{"name":"CM_RESOURCE_PORT_BAR","features":[5]},{"name":"CM_RESOURCE_PORT_IO","features":[5]},{"name":"CM_RESOURCE_PORT_MEMORY","features":[5]},{"name":"CM_RESOURCE_PORT_PASSIVE_DECODE","features":[5]},{"name":"CM_RESOURCE_PORT_POSITIVE_DECODE","features":[5]},{"name":"CM_RESOURCE_PORT_WINDOW_DECODE","features":[5]},{"name":"CM_ROM_BLOCK","features":[5]},{"name":"CM_SCSI_DEVICE_DATA","features":[5]},{"name":"CM_SERIAL_DEVICE_DATA","features":[5]},{"name":"CM_SERVICE_MEASURED_BOOT_LOAD","features":[5]},{"name":"CM_SHARE_DISPOSITION","features":[5]},{"name":"CM_SONIC_DEVICE_DATA","features":[5]},{"name":"CM_VIDEO_DEVICE_DATA","features":[5]},{"name":"CONFIGURATION_INFORMATION","features":[5,3]},{"name":"CONFIGURATION_TYPE","features":[5]},{"name":"CONNECT_CURRENT_VERSION","features":[5]},{"name":"CONNECT_FULLY_SPECIFIED","features":[5]},{"name":"CONNECT_FULLY_SPECIFIED_GROUP","features":[5]},{"name":"CONNECT_LINE_BASED","features":[5]},{"name":"CONNECT_MESSAGE_BASED","features":[5]},{"name":"CONNECT_MESSAGE_BASED_PASSIVE","features":[5]},{"name":"CONTROLLER_OBJECT","features":[4,5,3,9]},{"name":"COUNTED_REASON_CONTEXT","features":[5,3]},{"name":"CP15_PCR_RESERVED_MASK","features":[5]},{"name":"CPER_EMPTY_GUID","features":[5]},{"name":"CPE_DRIVER_INFO","features":[4,5]},{"name":"CPE_NOTIFY_TYPE_GUID","features":[5]},{"name":"CP_GET_ERROR","features":[5]},{"name":"CP_GET_NODATA","features":[5]},{"name":"CP_GET_SUCCESS","features":[5]},{"name":"CRASHDUMP_FUNCTIONS_INTERFACE","features":[5,3]},{"name":"CREATE_FILE_TYPE","features":[5]},{"name":"CREATE_USER_PROCESS_ECP_CONTEXT","features":[5]},{"name":"CardPresent","features":[5]},{"name":"CbusConfiguration","features":[5]},{"name":"CdromController","features":[5]},{"name":"CentralProcessor","features":[5]},{"name":"ClfsAddLogContainer","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsAddLogContainerSet","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsAdvanceLogBase","features":[5,3,23]},{"name":"ClfsAlignReservedLog","features":[5,3]},{"name":"ClfsAllocReservedLog","features":[5,3]},{"name":"ClfsClientRecord","features":[5]},{"name":"ClfsCloseAndResetLogFile","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsCloseLogFileObject","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsContainerActive","features":[5]},{"name":"ClfsContainerActivePendingDelete","features":[5]},{"name":"ClfsContainerInactive","features":[5]},{"name":"ClfsContainerInitializing","features":[5]},{"name":"ClfsContainerPendingArchive","features":[5]},{"name":"ClfsContainerPendingArchiveAndDelete","features":[5]},{"name":"ClfsCreateLogFile","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsCreateMarshallingArea","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsCreateMarshallingAreaEx","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsCreateScanContext","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsDataRecord","features":[5]},{"name":"ClfsDeleteLogByPointer","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsDeleteLogFile","features":[5,3]},{"name":"ClfsDeleteMarshallingArea","features":[5,3]},{"name":"ClfsEarlierLsn","features":[5,23]},{"name":"ClfsFinalize","features":[5]},{"name":"ClfsFlushBuffers","features":[5,3]},{"name":"ClfsFlushToLsn","features":[5,3,23]},{"name":"ClfsFreeReservedLog","features":[5,3]},{"name":"ClfsGetContainerName","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsGetIoStatistics","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsGetLogFileInformation","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsInitialize","features":[5,3]},{"name":"ClfsLaterLsn","features":[5,23]},{"name":"ClfsLsnBlockOffset","features":[5,23]},{"name":"ClfsLsnContainer","features":[5,23]},{"name":"ClfsLsnCreate","features":[5,23]},{"name":"ClfsLsnDifference","features":[5,3,23]},{"name":"ClfsLsnEqual","features":[5,3,23]},{"name":"ClfsLsnGreater","features":[5,3,23]},{"name":"ClfsLsnInvalid","features":[5,3,23]},{"name":"ClfsLsnLess","features":[5,3,23]},{"name":"ClfsLsnNull","features":[5,3,23]},{"name":"ClfsLsnRecordSequence","features":[5,23]},{"name":"ClfsMgmtDeregisterManagedClient","features":[5,3]},{"name":"ClfsMgmtHandleLogFileFull","features":[5,3]},{"name":"ClfsMgmtInstallPolicy","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsMgmtQueryPolicy","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsMgmtRegisterManagedClient","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsMgmtRemovePolicy","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsMgmtSetLogFileSize","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsMgmtSetLogFileSizeAsClient","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsMgmtTailAdvanceFailure","features":[5,3]},{"name":"ClfsNullRecord","features":[5]},{"name":"ClfsQueryLogFileInformation","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsReadLogRecord","features":[5,3,23]},{"name":"ClfsReadNextLogRecord","features":[5,3,23]},{"name":"ClfsReadPreviousRestartArea","features":[5,3,23]},{"name":"ClfsReadRestartArea","features":[5,3,23]},{"name":"ClfsRemoveLogContainer","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsRemoveLogContainerSet","features":[4,7,5,3,6,8,9,10]},{"name":"ClfsReserveAndAppendLog","features":[5,3,23]},{"name":"ClfsReserveAndAppendLogAligned","features":[5,3,23]},{"name":"ClfsRestartRecord","features":[5]},{"name":"ClfsScanLogContainers","features":[5,3,23]},{"name":"ClfsSetArchiveTail","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsSetEndOfLog","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsSetLogFileInformation","features":[4,7,5,3,6,23,8,9,10]},{"name":"ClfsTerminateReadLog","features":[5,3]},{"name":"ClfsWriteRestartArea","features":[5,3,23]},{"name":"ClsContainerActive","features":[5]},{"name":"ClsContainerActivePendingDelete","features":[5]},{"name":"ClsContainerInactive","features":[5]},{"name":"ClsContainerInitializing","features":[5]},{"name":"ClsContainerPendingArchive","features":[5]},{"name":"ClsContainerPendingArchiveAndDelete","features":[5]},{"name":"CmCallbackGetKeyObjectID","features":[5,3]},{"name":"CmCallbackGetKeyObjectIDEx","features":[5,3]},{"name":"CmCallbackReleaseKeyObjectIDEx","features":[5,3]},{"name":"CmGetBoundTransaction","features":[5]},{"name":"CmGetCallbackVersion","features":[5]},{"name":"CmRegisterCallback","features":[5,3]},{"name":"CmRegisterCallbackEx","features":[5,3]},{"name":"CmResourceShareDeviceExclusive","features":[5]},{"name":"CmResourceShareDriverExclusive","features":[5]},{"name":"CmResourceShareShared","features":[5]},{"name":"CmResourceShareUndetermined","features":[5]},{"name":"CmResourceTypeBusNumber","features":[5]},{"name":"CmResourceTypeConfigData","features":[5]},{"name":"CmResourceTypeConnection","features":[5]},{"name":"CmResourceTypeDevicePrivate","features":[5]},{"name":"CmResourceTypeDeviceSpecific","features":[5]},{"name":"CmResourceTypeDma","features":[5]},{"name":"CmResourceTypeInterrupt","features":[5]},{"name":"CmResourceTypeMaximum","features":[5]},{"name":"CmResourceTypeMemory","features":[5]},{"name":"CmResourceTypeMemoryLarge","features":[5]},{"name":"CmResourceTypeMfCardConfig","features":[5]},{"name":"CmResourceTypeNonArbitrated","features":[5]},{"name":"CmResourceTypeNull","features":[5]},{"name":"CmResourceTypePcCardConfig","features":[5]},{"name":"CmResourceTypePort","features":[5]},{"name":"CmSetCallbackObjectContext","features":[5,3]},{"name":"CmUnRegisterCallback","features":[5,3]},{"name":"Cmos","features":[5]},{"name":"CommonBufferConfigTypeHardwareAccessPermissions","features":[5]},{"name":"CommonBufferConfigTypeLogicalAddressLimits","features":[5]},{"name":"CommonBufferConfigTypeMax","features":[5]},{"name":"CommonBufferConfigTypeSubSection","features":[5]},{"name":"CommonBufferHardwareAccessMax","features":[5]},{"name":"CommonBufferHardwareAccessReadOnly","features":[5]},{"name":"CommonBufferHardwareAccessReadWrite","features":[5]},{"name":"CommonBufferHardwareAccessWriteOnly","features":[5]},{"name":"Compatible","features":[5]},{"name":"ConfigurationSpaceUndefined","features":[5]},{"name":"ContinueCompletion","features":[5]},{"name":"CreateFileTypeMailslot","features":[5]},{"name":"CreateFileTypeNamedPipe","features":[5]},{"name":"CreateFileTypeNone","features":[5]},{"name":"CriticalWorkQueue","features":[5]},{"name":"CustomPriorityWorkQueue","features":[5]},{"name":"D3COLD_AUX_POWER_AND_TIMING_INTERFACE","features":[5,3]},{"name":"D3COLD_LAST_TRANSITION_STATUS","features":[5]},{"name":"D3COLD_REQUEST_AUX_POWER","features":[5,3]},{"name":"D3COLD_REQUEST_CORE_POWER_RAIL","features":[5,3]},{"name":"D3COLD_REQUEST_PERST_DELAY","features":[5,3]},{"name":"D3COLD_SUPPORT_INTERFACE","features":[5,3]},{"name":"D3COLD_SUPPORT_INTERFACE_VERSION","features":[5]},{"name":"DBG_DEVICE_FLAG_BARS_MAPPED","features":[5]},{"name":"DBG_DEVICE_FLAG_HAL_SCRATCH_ALLOCATED","features":[5]},{"name":"DBG_DEVICE_FLAG_HOST_VISIBLE_ALLOCATED","features":[5]},{"name":"DBG_DEVICE_FLAG_SCRATCH_ALLOCATED","features":[5]},{"name":"DBG_DEVICE_FLAG_SYNTHETIC","features":[5]},{"name":"DBG_DEVICE_FLAG_UNCACHED_MEMORY","features":[5]},{"name":"DBG_STATUS_BUGCHECK_FIRST","features":[5]},{"name":"DBG_STATUS_BUGCHECK_SECOND","features":[5]},{"name":"DBG_STATUS_CONTROL_C","features":[5]},{"name":"DBG_STATUS_DEBUG_CONTROL","features":[5]},{"name":"DBG_STATUS_FATAL","features":[5]},{"name":"DBG_STATUS_SYSRQ","features":[5]},{"name":"DBG_STATUS_WORKER","features":[5]},{"name":"DEBUGGING_DEVICE_IN_USE","features":[5]},{"name":"DEBUGGING_DEVICE_IN_USE_INFORMATION","features":[5]},{"name":"DEBUG_DEVICE_ADDRESS","features":[5,3]},{"name":"DEBUG_DEVICE_DESCRIPTOR","features":[5,3]},{"name":"DEBUG_EFI_IOMMU_DATA","features":[5]},{"name":"DEBUG_MEMORY_REQUIREMENTS","features":[5,3]},{"name":"DEBUG_TRANSPORT_DATA","features":[5,3]},{"name":"DEFAULT_DEVICE_DRIVER_CREATOR_GUID","features":[5]},{"name":"DEVICE_BUS_SPECIFIC_RESET_HANDLER","features":[5,3]},{"name":"DEVICE_BUS_SPECIFIC_RESET_INFO","features":[5]},{"name":"DEVICE_BUS_SPECIFIC_RESET_TYPE","features":[5]},{"name":"DEVICE_CAPABILITIES","features":[5,10]},{"name":"DEVICE_CHANGE_COMPLETE_CALLBACK","features":[5]},{"name":"DEVICE_DESCRIPTION","features":[5,3]},{"name":"DEVICE_DESCRIPTION_VERSION","features":[5]},{"name":"DEVICE_DESCRIPTION_VERSION1","features":[5]},{"name":"DEVICE_DESCRIPTION_VERSION2","features":[5]},{"name":"DEVICE_DESCRIPTION_VERSION3","features":[5]},{"name":"DEVICE_DIRECTORY_TYPE","features":[5]},{"name":"DEVICE_DRIVER_NOTIFY_TYPE_GUID","features":[5]},{"name":"DEVICE_FAULT_CONFIGURATION","features":[5]},{"name":"DEVICE_FLAGS","features":[5]},{"name":"DEVICE_INSTALL_STATE","features":[5]},{"name":"DEVICE_INTERFACE_CHANGE_NOTIFICATION","features":[5,3]},{"name":"DEVICE_INTERFACE_INCLUDE_NONACTIVE","features":[5]},{"name":"DEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER","features":[5,3]},{"name":"DEVICE_REGISTRY_PROPERTY","features":[5]},{"name":"DEVICE_RELATIONS","features":[4,7,5,3,6,8,9,10]},{"name":"DEVICE_RELATION_TYPE","features":[5]},{"name":"DEVICE_REMOVAL_POLICY","features":[5]},{"name":"DEVICE_RESET_COMPLETION","features":[5,3]},{"name":"DEVICE_RESET_HANDLER","features":[5,3]},{"name":"DEVICE_RESET_INTERFACE_STANDARD","features":[5,3]},{"name":"DEVICE_RESET_INTERFACE_VERSION","features":[5]},{"name":"DEVICE_RESET_INTERFACE_VERSION_1","features":[5]},{"name":"DEVICE_RESET_INTERFACE_VERSION_2","features":[5]},{"name":"DEVICE_RESET_INTERFACE_VERSION_3","features":[5]},{"name":"DEVICE_RESET_STATUS_FLAGS","features":[5]},{"name":"DEVICE_RESET_TYPE","features":[5]},{"name":"DEVICE_TEXT_TYPE","features":[5]},{"name":"DEVICE_USAGE_NOTIFICATION_TYPE","features":[5]},{"name":"DEVICE_WAKE_DEPTH","features":[5]},{"name":"DIRECTORY_CREATE_OBJECT","features":[5]},{"name":"DIRECTORY_CREATE_SUBDIRECTORY","features":[5]},{"name":"DIRECTORY_NOTIFY_INFORMATION_CLASS","features":[5]},{"name":"DIRECTORY_QUERY","features":[5]},{"name":"DIRECTORY_TRAVERSE","features":[5]},{"name":"DISK_SIGNATURE","features":[5]},{"name":"DISPATCH_LEVEL","features":[5]},{"name":"DMAV3_TRANFER_WIDTH_128","features":[5]},{"name":"DMAV3_TRANFER_WIDTH_16","features":[5]},{"name":"DMAV3_TRANFER_WIDTH_256","features":[5]},{"name":"DMAV3_TRANFER_WIDTH_32","features":[5]},{"name":"DMAV3_TRANFER_WIDTH_64","features":[5]},{"name":"DMAV3_TRANFER_WIDTH_8","features":[5]},{"name":"DMA_ADAPTER","features":[4,7,5,3,6,8,9,10]},{"name":"DMA_ADAPTER_INFO","features":[5,3]},{"name":"DMA_ADAPTER_INFO_CRASHDUMP","features":[5,3]},{"name":"DMA_ADAPTER_INFO_V1","features":[5]},{"name":"DMA_ADAPTER_INFO_VERSION1","features":[5]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION","features":[5]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_ACCESS_TYPE","features":[5]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_TYPE","features":[5]},{"name":"DMA_COMPLETION_ROUTINE","features":[4,7,5,3,6,8,9,10]},{"name":"DMA_COMPLETION_STATUS","features":[5]},{"name":"DMA_CONFIGURATION_BYTE0","features":[5]},{"name":"DMA_CONFIGURATION_BYTE1","features":[5]},{"name":"DMA_FAIL_ON_BOUNCE","features":[5]},{"name":"DMA_IOMMU_INTERFACE","features":[5,3]},{"name":"DMA_IOMMU_INTERFACE_EX","features":[5,3]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION","features":[5]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_1","features":[5]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_2","features":[5]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_MAX","features":[5]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_MIN","features":[5]},{"name":"DMA_IOMMU_INTERFACE_V1","features":[5,3]},{"name":"DMA_IOMMU_INTERFACE_V2","features":[5,3]},{"name":"DMA_IOMMU_INTERFACE_VERSION","features":[5]},{"name":"DMA_IOMMU_INTERFACE_VERSION_1","features":[5]},{"name":"DMA_OPERATIONS","features":[4,7,5,3,6,8,9,10]},{"name":"DMA_SPEED","features":[5]},{"name":"DMA_SYNCHRONOUS_CALLBACK","features":[5]},{"name":"DMA_TRANSFER_CONTEXT_SIZE_V1","features":[5]},{"name":"DMA_TRANSFER_CONTEXT_VERSION1","features":[5]},{"name":"DMA_TRANSFER_INFO","features":[5]},{"name":"DMA_TRANSFER_INFO_V1","features":[5]},{"name":"DMA_TRANSFER_INFO_V2","features":[5]},{"name":"DMA_TRANSFER_INFO_VERSION1","features":[5]},{"name":"DMA_TRANSFER_INFO_VERSION2","features":[5]},{"name":"DMA_WIDTH","features":[5]},{"name":"DMA_ZERO_BUFFERS","features":[5]},{"name":"DOMAIN_COMMON_BUFFER_LARGE_PAGE","features":[5]},{"name":"DOMAIN_CONFIGURATION","features":[5,3]},{"name":"DOMAIN_CONFIGURATION_ARCH","features":[5]},{"name":"DOMAIN_CONFIGURATION_ARM64","features":[5,3]},{"name":"DOMAIN_CONFIGURATION_X64","features":[5,3]},{"name":"DPC_NORMAL","features":[5]},{"name":"DPC_THREADED","features":[5]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK","features":[5]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK_REVISION_1","features":[5]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK_SIGNATURE","features":[5]},{"name":"DRIVER_DIRECTORY_TYPE","features":[5]},{"name":"DRIVER_LIST_CONTROL","features":[4,7,5,3,6,8,9,10]},{"name":"DRIVER_REGKEY_TYPE","features":[5]},{"name":"DRIVER_RUNTIME_INIT_FLAGS","features":[5]},{"name":"DRIVER_VERIFIER_FORCE_IRQL_CHECKING","features":[5]},{"name":"DRIVER_VERIFIER_INJECT_ALLOCATION_FAILURES","features":[5]},{"name":"DRIVER_VERIFIER_IO_CHECKING","features":[5]},{"name":"DRIVER_VERIFIER_SPECIAL_POOLING","features":[5]},{"name":"DRIVER_VERIFIER_THUNK_PAIRS","features":[5]},{"name":"DRIVER_VERIFIER_TRACK_POOL_ALLOCATIONS","features":[5]},{"name":"DRS_LEVEL","features":[5]},{"name":"DRVO_BOOTREINIT_REGISTERED","features":[5]},{"name":"DRVO_BUILTIN_DRIVER","features":[5]},{"name":"DRVO_INITIALIZED","features":[5]},{"name":"DRVO_LEGACY_DRIVER","features":[5]},{"name":"DRVO_LEGACY_RESOURCES","features":[5]},{"name":"DRVO_REINIT_REGISTERED","features":[5]},{"name":"DRVO_UNLOAD_INVOKED","features":[5]},{"name":"DUPLICATE_SAME_ATTRIBUTES","features":[5]},{"name":"DbgBreakPointWithStatus","features":[5]},{"name":"DbgPrint","features":[5]},{"name":"DbgPrintEx","features":[5]},{"name":"DbgPrintReturnControlC","features":[5]},{"name":"DbgPrompt","features":[5]},{"name":"DbgQueryDebugFilterState","features":[5,3]},{"name":"DbgSetDebugFilterState","features":[5,3]},{"name":"DbgSetDebugPrintCallback","features":[5,3,9]},{"name":"DeallocateObject","features":[5]},{"name":"DeallocateObjectKeepRegisters","features":[5]},{"name":"DelayExecution","features":[5]},{"name":"DelayedWorkQueue","features":[5]},{"name":"DeleteSecurityDescriptor","features":[5]},{"name":"DeviceDirectoryData","features":[5]},{"name":"DevicePowerState","features":[5]},{"name":"DevicePropertyAddress","features":[5]},{"name":"DevicePropertyAllocatedResources","features":[5]},{"name":"DevicePropertyBootConfiguration","features":[5]},{"name":"DevicePropertyBootConfigurationTranslated","features":[5]},{"name":"DevicePropertyBusNumber","features":[5]},{"name":"DevicePropertyBusTypeGuid","features":[5]},{"name":"DevicePropertyClassGuid","features":[5]},{"name":"DevicePropertyClassName","features":[5]},{"name":"DevicePropertyCompatibleIDs","features":[5]},{"name":"DevicePropertyContainerID","features":[5]},{"name":"DevicePropertyDeviceDescription","features":[5]},{"name":"DevicePropertyDriverKeyName","features":[5]},{"name":"DevicePropertyEnumeratorName","features":[5]},{"name":"DevicePropertyFriendlyName","features":[5]},{"name":"DevicePropertyHardwareID","features":[5]},{"name":"DevicePropertyInstallState","features":[5]},{"name":"DevicePropertyLegacyBusType","features":[5]},{"name":"DevicePropertyLocationInformation","features":[5]},{"name":"DevicePropertyManufacturer","features":[5]},{"name":"DevicePropertyPhysicalDeviceObjectName","features":[5]},{"name":"DevicePropertyRemovalPolicy","features":[5]},{"name":"DevicePropertyResourceRequirements","features":[5]},{"name":"DevicePropertyUINumber","features":[5]},{"name":"DeviceTextDescription","features":[5]},{"name":"DeviceTextLocationInformation","features":[5]},{"name":"DeviceUsageTypeBoot","features":[5]},{"name":"DeviceUsageTypeDumpFile","features":[5]},{"name":"DeviceUsageTypeGuestAssigned","features":[5]},{"name":"DeviceUsageTypeHibernation","features":[5]},{"name":"DeviceUsageTypePaging","features":[5]},{"name":"DeviceUsageTypePostDisplay","features":[5]},{"name":"DeviceUsageTypeUndefined","features":[5]},{"name":"DeviceWakeDepthD0","features":[5]},{"name":"DeviceWakeDepthD1","features":[5]},{"name":"DeviceWakeDepthD2","features":[5]},{"name":"DeviceWakeDepthD3cold","features":[5]},{"name":"DeviceWakeDepthD3hot","features":[5]},{"name":"DeviceWakeDepthMaximum","features":[5]},{"name":"DeviceWakeDepthNotWakeable","features":[5]},{"name":"DirectoryNotifyExtendedInformation","features":[5]},{"name":"DirectoryNotifyFullInformation","features":[5]},{"name":"DirectoryNotifyInformation","features":[5]},{"name":"DirectoryNotifyMaximumInformation","features":[5]},{"name":"DisabledControl","features":[5]},{"name":"DiskController","features":[5]},{"name":"DiskIoNotifyRoutinesClass","features":[5]},{"name":"DiskPeripheral","features":[5]},{"name":"DisplayController","features":[5]},{"name":"DmaAborted","features":[5]},{"name":"DmaCancelled","features":[5]},{"name":"DmaComplete","features":[5]},{"name":"DmaError","features":[5]},{"name":"DockingInformation","features":[5]},{"name":"DomainConfigurationArm64","features":[5]},{"name":"DomainConfigurationInvalid","features":[5]},{"name":"DomainConfigurationX64","features":[5]},{"name":"DomainTypeMax","features":[5]},{"name":"DomainTypePassThrough","features":[5]},{"name":"DomainTypeTranslate","features":[5]},{"name":"DomainTypeUnmanaged","features":[5]},{"name":"DriverDirectoryData","features":[5]},{"name":"DriverDirectoryImage","features":[5]},{"name":"DriverDirectorySharedData","features":[5]},{"name":"DriverRegKeyParameters","features":[5]},{"name":"DriverRegKeyPersistentState","features":[5]},{"name":"DriverRegKeySharedPersistentState","features":[5]},{"name":"DrvRtPoolNxOptIn","features":[5]},{"name":"DtiAdapter","features":[5]},{"name":"EFI_ACPI_RAS_SIGNAL_TABLE","features":[5]},{"name":"EFLAG_SIGN","features":[5]},{"name":"EFLAG_ZERO","features":[5]},{"name":"EISA_DMA_CONFIGURATION","features":[5]},{"name":"EISA_EMPTY_SLOT","features":[5]},{"name":"EISA_FREE_FORM_DATA","features":[5]},{"name":"EISA_FUNCTION_ENABLED","features":[5]},{"name":"EISA_HAS_DMA_ENTRY","features":[5]},{"name":"EISA_HAS_IRQ_ENTRY","features":[5]},{"name":"EISA_HAS_MEMORY_ENTRY","features":[5]},{"name":"EISA_HAS_PORT_INIT_ENTRY","features":[5]},{"name":"EISA_HAS_PORT_RANGE","features":[5]},{"name":"EISA_HAS_TYPE_ENTRY","features":[5]},{"name":"EISA_INVALID_BIOS_CALL","features":[5]},{"name":"EISA_INVALID_CONFIGURATION","features":[5]},{"name":"EISA_INVALID_FUNCTION","features":[5]},{"name":"EISA_INVALID_SLOT","features":[5]},{"name":"EISA_IRQ_CONFIGURATION","features":[5]},{"name":"EISA_IRQ_DESCRIPTOR","features":[5]},{"name":"EISA_MEMORY_CONFIGURATION","features":[5]},{"name":"EISA_MEMORY_TYPE","features":[5]},{"name":"EISA_MEMORY_TYPE_RAM","features":[5]},{"name":"EISA_MORE_ENTRIES","features":[5]},{"name":"EISA_PORT_CONFIGURATION","features":[5]},{"name":"EISA_PORT_DESCRIPTOR","features":[5]},{"name":"EISA_SYSTEM_MEMORY","features":[5]},{"name":"ENABLE_VIRTUALIZATION","features":[5,3]},{"name":"ERROR_LOG_LIMIT_SIZE","features":[5]},{"name":"ERROR_MAJOR_REVISION_SAL_03_00","features":[5]},{"name":"ERROR_MEMORY_GUID","features":[5]},{"name":"ERROR_MINOR_REVISION_SAL_03_00","features":[5]},{"name":"ERROR_PCI_BUS_GUID","features":[5]},{"name":"ERROR_PCI_COMPONENT_GUID","features":[5]},{"name":"ERROR_PLATFORM_BUS_GUID","features":[5]},{"name":"ERROR_PLATFORM_HOST_CONTROLLER_GUID","features":[5]},{"name":"ERROR_PLATFORM_SPECIFIC_GUID","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_BUS_CHECK_MASK","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_BUS_CHECK_SHIFT","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_CACHE_CHECK_MASK","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_CACHE_CHECK_SHIFT","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_MICROARCH_CHECK_MASK","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_MICROARCH_CHECK_SHIFT","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_REG_CHECK_MASK","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_REG_CHECK_SHIFT","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_TLB_CHECK_MASK","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_TLB_CHECK_SHIFT","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_UNKNOWN_CHECK_MASK","features":[5]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_UNKNOWN_CHECK_SHIFT","features":[5]},{"name":"ERROR_SMBIOS_GUID","features":[5]},{"name":"ERROR_SYSTEM_EVENT_LOG_GUID","features":[5]},{"name":"ERRTYP_BUS","features":[5]},{"name":"ERRTYP_CACHE","features":[5]},{"name":"ERRTYP_FLOW","features":[5]},{"name":"ERRTYP_FUNCTION","features":[5]},{"name":"ERRTYP_IMPROPER","features":[5]},{"name":"ERRTYP_INTERNAL","features":[5]},{"name":"ERRTYP_LOSSOFLOCKSTEP","features":[5]},{"name":"ERRTYP_MAP","features":[5]},{"name":"ERRTYP_MEM","features":[5]},{"name":"ERRTYP_PARITY","features":[5]},{"name":"ERRTYP_PATHERROR","features":[5]},{"name":"ERRTYP_POISONED","features":[5]},{"name":"ERRTYP_PROTOCOL","features":[5]},{"name":"ERRTYP_RESPONSE","features":[5]},{"name":"ERRTYP_SELFTEST","features":[5]},{"name":"ERRTYP_TIMEOUT","features":[5]},{"name":"ERRTYP_TLB","features":[5]},{"name":"ERRTYP_UNIMPL","features":[5]},{"name":"ETWENABLECALLBACK","features":[5,34]},{"name":"ETW_TRACE_SESSION_SETTINGS","features":[5]},{"name":"EVENT_QUERY_STATE","features":[5]},{"name":"EXCEPTION_ALIGNMENT_CHECK","features":[5]},{"name":"EXCEPTION_BOUND_CHECK","features":[5]},{"name":"EXCEPTION_CP_FAULT","features":[5]},{"name":"EXCEPTION_DEBUG","features":[5]},{"name":"EXCEPTION_DIVIDED_BY_ZERO","features":[5]},{"name":"EXCEPTION_DOUBLE_FAULT","features":[5]},{"name":"EXCEPTION_GP_FAULT","features":[5]},{"name":"EXCEPTION_INT3","features":[5]},{"name":"EXCEPTION_INVALID_OPCODE","features":[5]},{"name":"EXCEPTION_INVALID_TSS","features":[5]},{"name":"EXCEPTION_NMI","features":[5]},{"name":"EXCEPTION_NPX_ERROR","features":[5]},{"name":"EXCEPTION_NPX_NOT_AVAILABLE","features":[5]},{"name":"EXCEPTION_NPX_OVERRUN","features":[5]},{"name":"EXCEPTION_RESERVED_TRAP","features":[5]},{"name":"EXCEPTION_SEGMENT_NOT_PRESENT","features":[5]},{"name":"EXCEPTION_SE_FAULT","features":[5]},{"name":"EXCEPTION_SOFTWARE_ORIGINATE","features":[5]},{"name":"EXCEPTION_STACK_FAULT","features":[5]},{"name":"EXCEPTION_VIRTUALIZATION_FAULT","features":[5]},{"name":"EXPAND_STACK_CALLOUT","features":[5]},{"name":"EXTENDED_AGP_REGISTER","features":[5]},{"name":"EXTENDED_CREATE_INFORMATION","features":[5]},{"name":"EXTENDED_CREATE_INFORMATION_32","features":[5]},{"name":"EXTINT_NOTIFY_TYPE_GUID","features":[5]},{"name":"EXT_CALLBACK","features":[4,5]},{"name":"EXT_DELETE_CALLBACK","features":[5]},{"name":"EXT_DELETE_PARAMETERS","features":[5]},{"name":"EX_CALLBACK_FUNCTION","features":[5,3]},{"name":"EX_CARR_ALLOCATE_NONPAGED_POOL","features":[5]},{"name":"EX_CARR_ALLOCATE_PAGED_POOL","features":[5]},{"name":"EX_CARR_DISABLE_EXPANSION","features":[5]},{"name":"EX_CREATE_FLAG_FILE_DEST_OPEN_FOR_COPY","features":[5]},{"name":"EX_CREATE_FLAG_FILE_SOURCE_OPEN_FOR_COPY","features":[5]},{"name":"EX_DEFAULT_PUSH_LOCK_FLAGS","features":[5]},{"name":"EX_LOOKASIDE_LIST_EX_FLAGS_FAIL_NO_RAISE","features":[5]},{"name":"EX_LOOKASIDE_LIST_EX_FLAGS_RAISE_ON_FAIL","features":[5]},{"name":"EX_MAXIMUM_LOOKASIDE_DEPTH_BASE","features":[5]},{"name":"EX_MAXIMUM_LOOKASIDE_DEPTH_LIMIT","features":[5]},{"name":"EX_POOL_PRIORITY","features":[5]},{"name":"EX_RUNDOWN_ACTIVE","features":[5]},{"name":"EX_RUNDOWN_COUNT_SHIFT","features":[5]},{"name":"EX_RUNDOWN_REF","features":[5]},{"name":"EX_TIMER_HIGH_RESOLUTION","features":[5]},{"name":"EX_TIMER_NO_WAKE","features":[5]},{"name":"Eisa","features":[5]},{"name":"EisaAdapter","features":[5]},{"name":"EisaConfiguration","features":[5]},{"name":"EjectionRelations","features":[5]},{"name":"EndAlternatives","features":[5]},{"name":"EtwActivityIdControl","features":[5,3]},{"name":"EtwEventEnabled","features":[5,3,34]},{"name":"EtwProviderEnabled","features":[5,3,34]},{"name":"EtwRegister","features":[5,3]},{"name":"EtwSetInformation","features":[5,3,34]},{"name":"EtwUnregister","features":[5,3,34]},{"name":"EtwWrite","features":[5,3,34]},{"name":"EtwWriteEx","features":[5,3,34]},{"name":"EtwWriteString","features":[5,3,34]},{"name":"EtwWriteTransfer","features":[5,3,34]},{"name":"EventCategoryDeviceInterfaceChange","features":[5]},{"name":"EventCategoryHardwareProfileChange","features":[5]},{"name":"EventCategoryKernelSoftRestart","features":[5]},{"name":"EventCategoryReserved","features":[5]},{"name":"EventCategoryTargetDeviceChange","features":[5]},{"name":"EventLoggerHandleClass","features":[5]},{"name":"ExAcquireFastMutex","features":[4,5,3,9]},{"name":"ExAcquireFastMutexUnsafe","features":[4,5,3,9]},{"name":"ExAcquirePushLockExclusiveEx","features":[5]},{"name":"ExAcquirePushLockSharedEx","features":[5]},{"name":"ExAcquireResourceExclusiveLite","features":[4,5,3,9]},{"name":"ExAcquireResourceSharedLite","features":[4,5,3,9]},{"name":"ExAcquireRundownProtection","features":[5,3]},{"name":"ExAcquireRundownProtectionCacheAware","features":[4,5,3]},{"name":"ExAcquireRundownProtectionCacheAwareEx","features":[4,5,3]},{"name":"ExAcquireRundownProtectionEx","features":[5,3]},{"name":"ExAcquireSharedStarveExclusive","features":[4,5,3,9]},{"name":"ExAcquireSharedWaitForExclusive","features":[4,5,3,9]},{"name":"ExAcquireSpinLockExclusive","features":[5]},{"name":"ExAcquireSpinLockExclusiveAtDpcLevel","features":[5]},{"name":"ExAcquireSpinLockShared","features":[5]},{"name":"ExAcquireSpinLockSharedAtDpcLevel","features":[5]},{"name":"ExAllocateCacheAwareRundownProtection","features":[4,5]},{"name":"ExAllocatePool","features":[4,5]},{"name":"ExAllocatePool2","features":[5]},{"name":"ExAllocatePool3","features":[5,3]},{"name":"ExAllocatePoolWithQuota","features":[4,5]},{"name":"ExAllocatePoolWithQuotaTag","features":[4,5]},{"name":"ExAllocatePoolWithTag","features":[4,5]},{"name":"ExAllocatePoolWithTagPriority","features":[4,5]},{"name":"ExAllocateTimer","features":[4,5]},{"name":"ExCancelTimer","features":[4,5,3]},{"name":"ExCleanupRundownProtectionCacheAware","features":[4,5]},{"name":"ExConvertExclusiveToSharedLite","features":[4,5,9]},{"name":"ExCreateCallback","features":[4,5,3]},{"name":"ExCreatePool","features":[5,3]},{"name":"ExDeleteResourceLite","features":[4,5,3,9]},{"name":"ExDeleteTimer","features":[4,5,3]},{"name":"ExDestroyPool","features":[5,3]},{"name":"ExEnterCriticalRegionAndAcquireResourceExclusive","features":[4,5,9]},{"name":"ExEnterCriticalRegionAndAcquireResourceShared","features":[4,5,9]},{"name":"ExEnterCriticalRegionAndAcquireSharedWaitForExclusive","features":[4,5,9]},{"name":"ExEnumerateSystemFirmwareTables","features":[5,3]},{"name":"ExExtendZone","features":[5,3,9]},{"name":"ExFreeCacheAwareRundownProtection","features":[4,5]},{"name":"ExFreePool","features":[5]},{"name":"ExFreePool2","features":[5,3]},{"name":"ExFreePoolWithTag","features":[5]},{"name":"ExGetExclusiveWaiterCount","features":[4,5,9]},{"name":"ExGetFirmwareEnvironmentVariable","features":[5,3]},{"name":"ExGetFirmwareType","features":[5,35]},{"name":"ExGetPreviousMode","features":[5]},{"name":"ExGetSharedWaiterCount","features":[4,5,9]},{"name":"ExGetSystemFirmwareTable","features":[5,3]},{"name":"ExInitializePushLock","features":[5]},{"name":"ExInitializeResourceLite","features":[4,5,3,9]},{"name":"ExInitializeRundownProtection","features":[5]},{"name":"ExInitializeRundownProtectionCacheAware","features":[4,5]},{"name":"ExInitializeRundownProtectionCacheAwareEx","features":[4,5]},{"name":"ExInitializeZone","features":[5,3,9]},{"name":"ExInterlockedAddLargeInteger","features":[5]},{"name":"ExInterlockedExtendZone","features":[5,3,9]},{"name":"ExIsManufacturingModeEnabled","features":[5,3]},{"name":"ExIsProcessorFeaturePresent","features":[5,3]},{"name":"ExIsResourceAcquiredExclusiveLite","features":[4,5,3,9]},{"name":"ExIsResourceAcquiredSharedLite","features":[4,5,9]},{"name":"ExIsSoftBoot","features":[5,3]},{"name":"ExLocalTimeToSystemTime","features":[5]},{"name":"ExNotifyCallback","features":[5]},{"name":"ExQueryTimerResolution","features":[5]},{"name":"ExQueueWorkItem","features":[4,5,9]},{"name":"ExRaiseAccessViolation","features":[5]},{"name":"ExRaiseDatatypeMisalignment","features":[5]},{"name":"ExRaiseStatus","features":[5,3]},{"name":"ExReInitializeRundownProtection","features":[5]},{"name":"ExReInitializeRundownProtectionCacheAware","features":[4,5]},{"name":"ExRegisterCallback","features":[4,5]},{"name":"ExReinitializeResourceLite","features":[4,5,3,9]},{"name":"ExReleaseFastMutex","features":[4,5,3,9]},{"name":"ExReleaseFastMutexUnsafe","features":[4,5,3,9]},{"name":"ExReleasePushLockExclusiveEx","features":[5]},{"name":"ExReleasePushLockSharedEx","features":[5]},{"name":"ExReleaseResourceAndLeaveCriticalRegion","features":[4,5,9]},{"name":"ExReleaseResourceForThreadLite","features":[4,5,9]},{"name":"ExReleaseResourceLite","features":[4,5,9]},{"name":"ExReleaseRundownProtection","features":[5]},{"name":"ExReleaseRundownProtectionCacheAware","features":[4,5]},{"name":"ExReleaseRundownProtectionCacheAwareEx","features":[4,5]},{"name":"ExReleaseRundownProtectionEx","features":[5]},{"name":"ExReleaseSpinLockExclusive","features":[5]},{"name":"ExReleaseSpinLockExclusiveFromDpcLevel","features":[5]},{"name":"ExReleaseSpinLockShared","features":[5]},{"name":"ExReleaseSpinLockSharedFromDpcLevel","features":[5]},{"name":"ExRundownCompleted","features":[5]},{"name":"ExRundownCompletedCacheAware","features":[4,5]},{"name":"ExSecurePoolUpdate","features":[5,3]},{"name":"ExSecurePoolValidate","features":[5,3]},{"name":"ExSetFirmwareEnvironmentVariable","features":[5,3]},{"name":"ExSetResourceOwnerPointer","features":[4,5,9]},{"name":"ExSetResourceOwnerPointerEx","features":[4,5,9]},{"name":"ExSetTimer","features":[4,5,3]},{"name":"ExSetTimerResolution","features":[5,3]},{"name":"ExSizeOfRundownProtectionCacheAware","features":[5]},{"name":"ExSystemTimeToLocalTime","features":[5]},{"name":"ExTryAcquireSpinLockExclusiveAtDpcLevel","features":[5]},{"name":"ExTryAcquireSpinLockSharedAtDpcLevel","features":[5]},{"name":"ExTryConvertSharedSpinLockExclusive","features":[5]},{"name":"ExTryToAcquireFastMutex","features":[4,5,3,9]},{"name":"ExUnregisterCallback","features":[5]},{"name":"ExUuidCreate","features":[5,3]},{"name":"ExVerifySuite","features":[5,3,9]},{"name":"ExWaitForRundownProtectionRelease","features":[5]},{"name":"ExWaitForRundownProtectionReleaseCacheAware","features":[4,5]},{"name":"Executive","features":[5]},{"name":"ExternalFault","features":[5]},{"name":"FAULT_INFORMATION","features":[4,7,5,3,6,8,9,10]},{"name":"FAULT_INFORMATION_ARCH","features":[5]},{"name":"FAULT_INFORMATION_ARM64","features":[4,7,5,3,6,8,9,10]},{"name":"FAULT_INFORMATION_ARM64_FLAGS","features":[5]},{"name":"FAULT_INFORMATION_ARM64_TYPE","features":[5]},{"name":"FAULT_INFORMATION_X64","features":[5]},{"name":"FAULT_INFORMATION_X64_FLAGS","features":[5]},{"name":"FILE_128_BYTE_ALIGNMENT","features":[5]},{"name":"FILE_256_BYTE_ALIGNMENT","features":[5]},{"name":"FILE_32_BYTE_ALIGNMENT","features":[5]},{"name":"FILE_512_BYTE_ALIGNMENT","features":[5]},{"name":"FILE_64_BYTE_ALIGNMENT","features":[5]},{"name":"FILE_ATTRIBUTE_TAG_INFORMATION","features":[5]},{"name":"FILE_ATTRIBUTE_VALID_FLAGS","features":[5]},{"name":"FILE_ATTRIBUTE_VALID_KERNEL_SET_FLAGS","features":[5]},{"name":"FILE_ATTRIBUTE_VALID_SET_FLAGS","features":[5]},{"name":"FILE_AUTOGENERATED_DEVICE_NAME","features":[5]},{"name":"FILE_BYTE_ALIGNMENT","features":[5]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL","features":[5]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL_DEPRECATED","features":[5]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL_EX","features":[5]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL","features":[5]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL_DEPRECATED","features":[5]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL_EX","features":[5]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK","features":[5]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK_DEPRECATED","features":[5]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK_EX","features":[5]},{"name":"FILE_CHARACTERISTIC_CSV","features":[5]},{"name":"FILE_CHARACTERISTIC_PNP_DEVICE","features":[5]},{"name":"FILE_CHARACTERISTIC_TS_DEVICE","features":[5]},{"name":"FILE_CHARACTERISTIC_WEBDAV_DEVICE","features":[5]},{"name":"FILE_DEVICE_ALLOW_APPCONTAINER_TRAVERSAL","features":[5]},{"name":"FILE_DEVICE_IS_MOUNTED","features":[5]},{"name":"FILE_DEVICE_REQUIRE_SECURITY_CHECK","features":[5]},{"name":"FILE_DEVICE_SECURE_OPEN","features":[5]},{"name":"FILE_END_OF_FILE_INFORMATION","features":[5]},{"name":"FILE_FLOPPY_DISKETTE","features":[5]},{"name":"FILE_FS_DEVICE_INFORMATION","features":[5]},{"name":"FILE_FS_FULL_SIZE_INFORMATION","features":[5]},{"name":"FILE_FS_FULL_SIZE_INFORMATION_EX","features":[5]},{"name":"FILE_FS_LABEL_INFORMATION","features":[5]},{"name":"FILE_FS_METADATA_SIZE_INFORMATION","features":[5]},{"name":"FILE_FS_OBJECTID_INFORMATION","features":[5]},{"name":"FILE_FS_SIZE_INFORMATION","features":[5]},{"name":"FILE_FS_VOLUME_INFORMATION","features":[5,3]},{"name":"FILE_IOSTATUSBLOCK_RANGE_INFORMATION","features":[5]},{"name":"FILE_IO_COMPLETION_NOTIFICATION_INFORMATION","features":[5]},{"name":"FILE_IO_PRIORITY_HINT_INFORMATION","features":[4,5]},{"name":"FILE_IO_PRIORITY_HINT_INFORMATION_EX","features":[4,5,3]},{"name":"FILE_IS_REMOTE_DEVICE_INFORMATION","features":[5,3]},{"name":"FILE_LONG_ALIGNMENT","features":[5]},{"name":"FILE_MEMORY_PARTITION_INFORMATION","features":[5]},{"name":"FILE_NUMA_NODE_INFORMATION","features":[5]},{"name":"FILE_OCTA_ALIGNMENT","features":[5]},{"name":"FILE_PORTABLE_DEVICE","features":[5]},{"name":"FILE_PROCESS_IDS_USING_FILE_INFORMATION","features":[5]},{"name":"FILE_QUAD_ALIGNMENT","features":[5]},{"name":"FILE_QUERY_INDEX_SPECIFIED","features":[5]},{"name":"FILE_QUERY_NO_CURSOR_UPDATE","features":[5]},{"name":"FILE_QUERY_RESTART_SCAN","features":[5]},{"name":"FILE_QUERY_RETURN_ON_DISK_ENTRIES_ONLY","features":[5]},{"name":"FILE_QUERY_RETURN_SINGLE_ENTRY","features":[5]},{"name":"FILE_READ_ONLY_DEVICE","features":[5]},{"name":"FILE_REMOTE_DEVICE","features":[5]},{"name":"FILE_REMOTE_DEVICE_VSMB","features":[5]},{"name":"FILE_REMOVABLE_MEDIA","features":[5]},{"name":"FILE_SFIO_RESERVE_INFORMATION","features":[5,3]},{"name":"FILE_SFIO_VOLUME_INFORMATION","features":[5]},{"name":"FILE_SHARE_VALID_FLAGS","features":[5]},{"name":"FILE_SKIP_SET_USER_EVENT_ON_FAST_IO","features":[5]},{"name":"FILE_STANDARD_INFORMATION_EX","features":[5,3]},{"name":"FILE_USE_FILE_POINTER_POSITION","features":[5]},{"name":"FILE_VALID_DATA_LENGTH_INFORMATION","features":[5]},{"name":"FILE_VALID_EXTENDED_OPTION_FLAGS","features":[5]},{"name":"FILE_VIRTUAL_VOLUME","features":[5]},{"name":"FILE_WORD_ALIGNMENT","features":[5]},{"name":"FILE_WRITE_ONCE_MEDIA","features":[5]},{"name":"FILE_WRITE_TO_END_OF_FILE","features":[5]},{"name":"FIRMWARE_ERROR_RECORD_REFERENCE_GUID","features":[5]},{"name":"FLAG_OWNER_POINTER_IS_THREAD","features":[5]},{"name":"FLOATING_SAVE_AREA","features":[5]},{"name":"FLUSH_MULTIPLE_MAXIMUM","features":[5]},{"name":"FM_LOCK_BIT","features":[5]},{"name":"FM_LOCK_BIT_V","features":[5]},{"name":"FO_ALERTABLE_IO","features":[5]},{"name":"FO_BYPASS_IO_ENABLED","features":[5]},{"name":"FO_CACHE_SUPPORTED","features":[5]},{"name":"FO_CLEANUP_COMPLETE","features":[5]},{"name":"FO_DELETE_ON_CLOSE","features":[5]},{"name":"FO_DIRECT_DEVICE_OPEN","features":[5]},{"name":"FO_DISALLOW_EXCLUSIVE","features":[5]},{"name":"FO_FILE_FAST_IO_READ","features":[5]},{"name":"FO_FILE_MODIFIED","features":[5]},{"name":"FO_FILE_OPEN","features":[5]},{"name":"FO_FILE_OPEN_CANCELLED","features":[5]},{"name":"FO_FILE_SIZE_CHANGED","features":[5]},{"name":"FO_FLAGS_VALID_ONLY_DURING_CREATE","features":[5]},{"name":"FO_GENERATE_AUDIT_ON_CLOSE","features":[5]},{"name":"FO_HANDLE_CREATED","features":[5]},{"name":"FO_INDIRECT_WAIT_OBJECT","features":[5]},{"name":"FO_MAILSLOT","features":[5]},{"name":"FO_NAMED_PIPE","features":[5]},{"name":"FO_NO_INTERMEDIATE_BUFFERING","features":[5]},{"name":"FO_OPENED_CASE_SENSITIVE","features":[5]},{"name":"FO_QUEUE_IRP_TO_THREAD","features":[5]},{"name":"FO_RANDOM_ACCESS","features":[5]},{"name":"FO_REMOTE_ORIGIN","features":[5]},{"name":"FO_SECTION_MINSTORE_TREATMENT","features":[5]},{"name":"FO_SEQUENTIAL_ONLY","features":[5]},{"name":"FO_SKIP_COMPLETION_PORT","features":[5]},{"name":"FO_SKIP_SET_EVENT","features":[5]},{"name":"FO_SKIP_SET_FAST_IO","features":[5]},{"name":"FO_STREAM_FILE","features":[5]},{"name":"FO_SYNCHRONOUS_IO","features":[5]},{"name":"FO_TEMPORARY_FILE","features":[5]},{"name":"FO_VOLUME_OPEN","features":[5]},{"name":"FO_WRITE_THROUGH","features":[5]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_16GB","features":[5]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_1GB","features":[5]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_1MB","features":[5]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_256MB","features":[5]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_2GB","features":[5]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_32GB","features":[5]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_4GB","features":[5]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_512MB","features":[5]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_8GB","features":[5]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_16MB","features":[5]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_1MB","features":[5]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_2MB","features":[5]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_4MB","features":[5]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_8MB","features":[5]},{"name":"FPB_MEM_VECTOR_GRANULARITY_1B","features":[5]},{"name":"FPB_RID_VECTOR_GRANULARITY_256RIDS","features":[5]},{"name":"FPB_RID_VECTOR_GRANULARITY_64RIDS","features":[5]},{"name":"FPB_RID_VECTOR_GRANULARITY_8RIDS","features":[5]},{"name":"FPB_VECTOR_SELECT_MEM_HIGH","features":[5]},{"name":"FPB_VECTOR_SELECT_MEM_LOW","features":[5]},{"name":"FPB_VECTOR_SELECT_RID","features":[5]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_1KBITS","features":[5]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_256BITS","features":[5]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_2KBITS","features":[5]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_4KBITS","features":[5]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_512BITS","features":[5]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_8KBITS","features":[5]},{"name":"FPGA_BUS_SCAN","features":[5]},{"name":"FPGA_CONTROL_CONFIG_SPACE","features":[5,3]},{"name":"FPGA_CONTROL_ERROR_REPORTING","features":[5,3]},{"name":"FPGA_CONTROL_INTERFACE","features":[5,3]},{"name":"FPGA_CONTROL_LINK","features":[5,3]},{"name":"FREE_FUNCTION","features":[5]},{"name":"FUNCTION_LEVEL_DEVICE_RESET_PARAMETERS","features":[5]},{"name":"FWMI_NOTIFICATION_CALLBACK","features":[5]},{"name":"FailControl","features":[5]},{"name":"FaultInformationArm64","features":[5]},{"name":"FaultInformationInvalid","features":[5]},{"name":"FaultInformationX64","features":[5]},{"name":"FloatingPointProcessor","features":[5]},{"name":"FloppyDiskPeripheral","features":[5]},{"name":"FltIoNotifyRoutinesClass","features":[5]},{"name":"FreePage","features":[5]},{"name":"FsRtlIsTotalDeviceFailure","features":[5,3]},{"name":"FunctionLevelDeviceReset","features":[5]},{"name":"GENERIC_NOTIFY_TYPE_GUID","features":[5]},{"name":"GENERIC_SECTION_GUID","features":[5]},{"name":"GENPROC_FLAGS_CORRECTED","features":[5]},{"name":"GENPROC_FLAGS_OVERFLOW","features":[5]},{"name":"GENPROC_FLAGS_PRECISEIP","features":[5]},{"name":"GENPROC_FLAGS_RESTARTABLE","features":[5]},{"name":"GENPROC_OP_DATAREAD","features":[5]},{"name":"GENPROC_OP_DATAWRITE","features":[5]},{"name":"GENPROC_OP_GENERIC","features":[5]},{"name":"GENPROC_OP_INSTRUCTIONEXE","features":[5]},{"name":"GENPROC_PROCERRTYPE_BUS","features":[5]},{"name":"GENPROC_PROCERRTYPE_CACHE","features":[5]},{"name":"GENPROC_PROCERRTYPE_MAE","features":[5]},{"name":"GENPROC_PROCERRTYPE_TLB","features":[5]},{"name":"GENPROC_PROCERRTYPE_UNKNOWN","features":[5]},{"name":"GENPROC_PROCISA_ARM32","features":[5]},{"name":"GENPROC_PROCISA_ARM64","features":[5]},{"name":"GENPROC_PROCISA_IPF","features":[5]},{"name":"GENPROC_PROCISA_X64","features":[5]},{"name":"GENPROC_PROCISA_X86","features":[5]},{"name":"GENPROC_PROCTYPE_ARM","features":[5]},{"name":"GENPROC_PROCTYPE_IPF","features":[5]},{"name":"GENPROC_PROCTYPE_XPF","features":[5]},{"name":"GET_D3COLD_CAPABILITY","features":[5,3]},{"name":"GET_D3COLD_LAST_TRANSITION_STATUS","features":[5]},{"name":"GET_DEVICE_RESET_STATUS","features":[5,3]},{"name":"GET_DMA_ADAPTER","features":[4,7,5,3,6,8,9,10]},{"name":"GET_IDLE_WAKE_INFO","features":[5,3,10]},{"name":"GET_SDEV_IDENTIFIER","features":[5]},{"name":"GET_SET_DEVICE_DATA","features":[5]},{"name":"GET_UPDATED_BUS_RESOURCE","features":[5,3]},{"name":"GET_VIRTUAL_DEVICE_DATA","features":[5]},{"name":"GET_VIRTUAL_DEVICE_LOCATION","features":[5,3]},{"name":"GET_VIRTUAL_DEVICE_RESOURCES","features":[5]},{"name":"GET_VIRTUAL_FUNCTION_PROBED_BARS","features":[5,3]},{"name":"GUID_ECP_CREATE_USER_PROCESS","features":[5]},{"name":"GartHigh","features":[5]},{"name":"GartLow","features":[5]},{"name":"GenericEqual","features":[5]},{"name":"GenericGreaterThan","features":[5]},{"name":"GenericLessThan","features":[5]},{"name":"GlobalLoggerHandleClass","features":[5]},{"name":"GroupAffinityAllGroupZero","features":[5]},{"name":"GroupAffinityDontCare","features":[5]},{"name":"HAL_AMLI_BAD_IO_ADDRESS_LIST","features":[5,3]},{"name":"HAL_APIC_DESTINATION_MODE","features":[5]},{"name":"HAL_BUS_INFORMATION","features":[5]},{"name":"HAL_CALLBACKS","features":[4,5]},{"name":"HAL_DISPATCH","features":[4,7,5,3,6,8,24,9,10]},{"name":"HAL_DISPATCH_VERSION","features":[5]},{"name":"HAL_DISPLAY_BIOS_INFORMATION","features":[5]},{"name":"HAL_DMA_ADAPTER_VERSION_1","features":[5]},{"name":"HAL_DMA_CRASH_DUMP_REGISTER_TYPE","features":[5]},{"name":"HAL_ERROR_INFO","features":[5]},{"name":"HAL_MASK_UNMASK_FLAGS_NONE","features":[5]},{"name":"HAL_MASK_UNMASK_FLAGS_SERVICING_COMPLETE","features":[5]},{"name":"HAL_MASK_UNMASK_FLAGS_SERVICING_DEFERRED","features":[5]},{"name":"HAL_MCA_INTERFACE","features":[5,3]},{"name":"HAL_MCA_RECORD","features":[5]},{"name":"HAL_MCE_RECORD","features":[5]},{"name":"HAL_PLATFORM_ACPI_TABLES_CACHED","features":[5]},{"name":"HAL_PLATFORM_DISABLE_PTCG","features":[5]},{"name":"HAL_PLATFORM_DISABLE_UC_MAIN_MEMORY","features":[5]},{"name":"HAL_PLATFORM_DISABLE_WRITE_COMBINING","features":[5]},{"name":"HAL_PLATFORM_ENABLE_WRITE_COMBINING_MMIO","features":[5]},{"name":"HAL_PLATFORM_INFORMATION","features":[5]},{"name":"HAL_POWER_INFORMATION","features":[5]},{"name":"HAL_PROCESSOR_FEATURE","features":[5]},{"name":"HAL_PROCESSOR_SPEED_INFORMATION","features":[5]},{"name":"HAL_QUERY_INFORMATION_CLASS","features":[5]},{"name":"HAL_SET_INFORMATION_CLASS","features":[5]},{"name":"HARDWARE_COUNTER","features":[5]},{"name":"HARDWARE_COUNTER_TYPE","features":[5]},{"name":"HASH_STRING_ALGORITHM_DEFAULT","features":[5]},{"name":"HASH_STRING_ALGORITHM_INVALID","features":[5]},{"name":"HASH_STRING_ALGORITHM_X65599","features":[5]},{"name":"HIGH_LEVEL","features":[5]},{"name":"HIGH_PRIORITY","features":[5]},{"name":"HVL_WHEA_ERROR_NOTIFICATION","features":[5,3]},{"name":"HWPROFILE_CHANGE_NOTIFICATION","features":[5]},{"name":"HalAcpiAuditInformation","features":[5]},{"name":"HalAcquireDisplayOwnership","features":[5,3]},{"name":"HalAllocateAdapterChannel","features":[4,7,5,3,6,36,8,9,10]},{"name":"HalAllocateCommonBuffer","features":[5,3,36]},{"name":"HalAllocateCrashDumpRegisters","features":[5,36]},{"name":"HalAllocateHardwareCounters","features":[5,3,35]},{"name":"HalAssignSlotResources","features":[4,7,5,3,6,8,9,10]},{"name":"HalBugCheckSystem","features":[5,3,33]},{"name":"HalCallbackInformation","features":[5]},{"name":"HalChannelTopologyInformation","features":[5]},{"name":"HalCmcLog","features":[5]},{"name":"HalCmcLogInformation","features":[5]},{"name":"HalCmcRegisterDriver","features":[5]},{"name":"HalCpeLog","features":[5]},{"name":"HalCpeLogInformation","features":[5]},{"name":"HalCpeRegisterDriver","features":[5]},{"name":"HalDisplayBiosInformation","features":[5]},{"name":"HalDisplayEmulatedBios","features":[5]},{"name":"HalDisplayInt10Bios","features":[5]},{"name":"HalDisplayNoBios","features":[5]},{"name":"HalDmaAllocateCrashDumpRegistersEx","features":[5,3,36]},{"name":"HalDmaCrashDumpRegisterSet1","features":[5]},{"name":"HalDmaCrashDumpRegisterSet2","features":[5]},{"name":"HalDmaCrashDumpRegisterSetMax","features":[5]},{"name":"HalDmaFreeCrashDumpRegistersEx","features":[5,3,36]},{"name":"HalDmaRemappingInformation","features":[5]},{"name":"HalEnlightenment","features":[5]},{"name":"HalErrorInformation","features":[5]},{"name":"HalExamineMBR","features":[4,7,5,3,6,8,9,10]},{"name":"HalExternalCacheInformation","features":[5]},{"name":"HalFrameBufferCachingInformation","features":[5]},{"name":"HalFreeCommonBuffer","features":[5,3,36]},{"name":"HalFreeHardwareCounters","features":[5,3]},{"name":"HalFrequencyInformation","features":[5]},{"name":"HalFwBootPerformanceInformation","features":[5]},{"name":"HalFwS3PerformanceInformation","features":[5]},{"name":"HalGenerateCmcInterrupt","features":[5]},{"name":"HalGetAdapter","features":[5,3,36]},{"name":"HalGetBusData","features":[5]},{"name":"HalGetBusDataByOffset","features":[5]},{"name":"HalGetChannelPowerInformation","features":[5]},{"name":"HalGetInterruptVector","features":[5]},{"name":"HalHardwareWatchdogInformation","features":[5]},{"name":"HalHeterogeneousMemoryAttributesInterface","features":[5]},{"name":"HalHypervisorInformation","features":[5]},{"name":"HalI386ExceptionChainTerminatorInformation","features":[5]},{"name":"HalInformationClassUnused1","features":[5]},{"name":"HalInitLogInformation","features":[5]},{"name":"HalInstalledBusInformation","features":[5]},{"name":"HalInterruptControllerInformation","features":[5]},{"name":"HalIrtInformation","features":[5]},{"name":"HalKernelErrorHandler","features":[5]},{"name":"HalMakeBeep","features":[5,3]},{"name":"HalMapRegisterInformation","features":[5]},{"name":"HalMcaLog","features":[5]},{"name":"HalMcaLogInformation","features":[5]},{"name":"HalMcaRegisterDriver","features":[5]},{"name":"HalNumaRangeTableInformation","features":[5]},{"name":"HalNumaTopologyInterface","features":[5]},{"name":"HalParkingPageInformation","features":[5]},{"name":"HalPartitionIpiInterface","features":[5]},{"name":"HalPlatformInformation","features":[5]},{"name":"HalPlatformTimerInformation","features":[5]},{"name":"HalPowerInformation","features":[5]},{"name":"HalProcessorBrandString","features":[5]},{"name":"HalProcessorFeatureInformation","features":[5]},{"name":"HalProcessorSpeedInformation","features":[5]},{"name":"HalProfileDpgoSourceInterruptHandler","features":[5]},{"name":"HalProfileSourceAdd","features":[5]},{"name":"HalProfileSourceInformation","features":[5]},{"name":"HalProfileSourceInterruptHandler","features":[5]},{"name":"HalProfileSourceInterval","features":[5]},{"name":"HalProfileSourceRemove","features":[5]},{"name":"HalProfileSourceTimerHandler","features":[5]},{"name":"HalPsciInformation","features":[5]},{"name":"HalQueryAMLIIllegalIOPortAddresses","features":[5]},{"name":"HalQueryAcpiWakeAlarmSystemPowerStateInformation","features":[5]},{"name":"HalQueryArmErrataInformation","features":[5]},{"name":"HalQueryDebuggerInformation","features":[5]},{"name":"HalQueryHyperlaunchEntrypoint","features":[5]},{"name":"HalQueryIommuReservedRegionInformation","features":[5]},{"name":"HalQueryMaxHotPlugMemoryAddress","features":[5]},{"name":"HalQueryMcaInterface","features":[5]},{"name":"HalQueryPerDeviceMsiLimitInformation","features":[5]},{"name":"HalQueryProcessorEfficiencyInformation","features":[5]},{"name":"HalQueryProfileCorruptionStatus","features":[5]},{"name":"HalQueryProfileCounterOwnership","features":[5]},{"name":"HalQueryProfileNumberOfCounters","features":[5]},{"name":"HalQueryProfileSourceList","features":[5]},{"name":"HalQueryStateElementInformation","features":[5]},{"name":"HalQueryUnused0001","features":[5]},{"name":"HalReadDmaCounter","features":[5,36]},{"name":"HalRegisterSecondaryInterruptInterface","features":[5]},{"name":"HalSecondaryInterruptInformation","features":[5]},{"name":"HalSetBusData","features":[5]},{"name":"HalSetBusDataByOffset","features":[5]},{"name":"HalSetChannelPowerInformation","features":[5]},{"name":"HalSetClockTimerMinimumInterval","features":[5]},{"name":"HalSetHvciEnabled","features":[5]},{"name":"HalSetProcessorTraceInterruptHandler","features":[5]},{"name":"HalSetPsciSuspendMode","features":[5]},{"name":"HalSetResetParkDisposition","features":[5]},{"name":"HalSetSwInterruptHandler","features":[5]},{"name":"HalTranslateBusAddress","features":[5,3]},{"name":"HighImportance","features":[5]},{"name":"HighPagePriority","features":[5]},{"name":"HighPoolPriority","features":[5]},{"name":"HighPoolPrioritySpecialPoolOverrun","features":[5]},{"name":"HighPoolPrioritySpecialPoolUnderrun","features":[5]},{"name":"HotSpareControl","features":[5]},{"name":"HvlRegisterWheaErrorNotification","features":[5,3]},{"name":"HvlUnregisterWheaErrorNotification","features":[5,3]},{"name":"HyperCriticalWorkQueue","features":[5]},{"name":"IMAGE_ADDRESSING_MODE_32BIT","features":[5]},{"name":"IMAGE_INFO","features":[5]},{"name":"IMAGE_INFO_EX","features":[4,7,5,3,6,8,9,10]},{"name":"INITIAL_PRIVILEGE_COUNT","features":[5]},{"name":"INITIAL_PRIVILEGE_SET","features":[5,3,6]},{"name":"INIT_NOTIFY_TYPE_GUID","features":[5]},{"name":"INJECT_ERRTYPE_MEMORY_CORRECTABLE","features":[5]},{"name":"INJECT_ERRTYPE_MEMORY_UNCORRECTABLEFATAL","features":[5]},{"name":"INJECT_ERRTYPE_MEMORY_UNCORRECTABLENONFATAL","features":[5]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_CORRECTABLE","features":[5]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_UNCORRECTABLEFATAL","features":[5]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_UNCORRECTABLENONFATAL","features":[5]},{"name":"INJECT_ERRTYPE_PLATFORM_CORRECTABLE","features":[5]},{"name":"INJECT_ERRTYPE_PLATFORM_UNCORRECTABLEFATAL","features":[5]},{"name":"INJECT_ERRTYPE_PLATFORM_UNCORRECTABLENONFATAL","features":[5]},{"name":"INJECT_ERRTYPE_PROCESSOR_CORRECTABLE","features":[5]},{"name":"INJECT_ERRTYPE_PROCESSOR_UNCORRECTABLEFATAL","features":[5]},{"name":"INJECT_ERRTYPE_PROCESSOR_UNCORRECTABLENONFATAL","features":[5]},{"name":"INPUT_MAPPING_ELEMENT","features":[5]},{"name":"INTEL_CACHE_INFO_EAX","features":[5]},{"name":"INTEL_CACHE_INFO_EBX","features":[5]},{"name":"INTEL_CACHE_TYPE","features":[5]},{"name":"INTERFACE","features":[5]},{"name":"INTERFACE_TYPE","features":[5]},{"name":"INTERLOCKED_RESULT","features":[5]},{"name":"IOCTL_CANCEL_DEVICE_WAKE","features":[5]},{"name":"IOCTL_QUERY_DEVICE_POWER_STATE","features":[5]},{"name":"IOCTL_SET_DEVICE_WAKE","features":[5]},{"name":"IOMMU_ACCESS_NONE","features":[5]},{"name":"IOMMU_ACCESS_READ","features":[5]},{"name":"IOMMU_ACCESS_WRITE","features":[5]},{"name":"IOMMU_DEVICE_CREATE","features":[4,7,5,3,6,8,9,10]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION","features":[5,9]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI","features":[5]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION_TYPE","features":[5]},{"name":"IOMMU_DEVICE_DELETE","features":[4,5,3]},{"name":"IOMMU_DEVICE_FAULT_HANDLER","features":[4,7,5,3,6,8,9,10]},{"name":"IOMMU_DEVICE_QUERY_DOMAIN_TYPES","features":[4,5]},{"name":"IOMMU_DMA_DOMAIN_CREATION_FLAGS","features":[5]},{"name":"IOMMU_DMA_DOMAIN_TYPE","features":[5]},{"name":"IOMMU_DMA_LOGICAL_ADDRESS_TOKEN","features":[5]},{"name":"IOMMU_DMA_LOGICAL_ADDRESS_TOKEN_MAPPED_SEGMENT","features":[5]},{"name":"IOMMU_DMA_LOGICAL_ALLOCATOR_CONFIG","features":[5]},{"name":"IOMMU_DMA_LOGICAL_ALLOCATOR_TYPE","features":[5]},{"name":"IOMMU_DMA_RESERVED_REGION","features":[5,3]},{"name":"IOMMU_DOMAIN_ATTACH_DEVICE","features":[4,7,5,3,6,8,9,10]},{"name":"IOMMU_DOMAIN_ATTACH_DEVICE_EX","features":[4,5,3]},{"name":"IOMMU_DOMAIN_CONFIGURE","features":[4,5,3]},{"name":"IOMMU_DOMAIN_CREATE","features":[4,5,3]},{"name":"IOMMU_DOMAIN_CREATE_EX","features":[4,5,3]},{"name":"IOMMU_DOMAIN_DELETE","features":[4,5,3]},{"name":"IOMMU_DOMAIN_DETACH_DEVICE","features":[4,7,5,3,6,8,9,10]},{"name":"IOMMU_DOMAIN_DETACH_DEVICE_EX","features":[4,5,3]},{"name":"IOMMU_FLUSH_DOMAIN","features":[4,5,3]},{"name":"IOMMU_FLUSH_DOMAIN_VA_LIST","features":[4,5,3]},{"name":"IOMMU_FREE_RESERVED_LOGICAL_ADDRESS_RANGE","features":[5,3]},{"name":"IOMMU_INTERFACE_STATE_CHANGE","features":[5]},{"name":"IOMMU_INTERFACE_STATE_CHANGE_CALLBACK","features":[5]},{"name":"IOMMU_INTERFACE_STATE_CHANGE_FIELDS","features":[5]},{"name":"IOMMU_MAP_IDENTITY_RANGE","features":[4,5,3]},{"name":"IOMMU_MAP_IDENTITY_RANGE_EX","features":[4,5,3]},{"name":"IOMMU_MAP_LOGICAL_RANGE","features":[4,5,3]},{"name":"IOMMU_MAP_LOGICAL_RANGE_EX","features":[4,5,3]},{"name":"IOMMU_MAP_PHYSICAL_ADDRESS","features":[4,5]},{"name":"IOMMU_MAP_PHYSICAL_ADDRESS_TYPE","features":[5]},{"name":"IOMMU_MAP_RESERVED_LOGICAL_RANGE","features":[4,5,3]},{"name":"IOMMU_QUERY_INPUT_MAPPINGS","features":[4,7,5,3,6,8,9,10]},{"name":"IOMMU_REGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[4,5,3]},{"name":"IOMMU_RESERVE_LOGICAL_ADDRESS_RANGE","features":[4,5,3]},{"name":"IOMMU_SET_DEVICE_FAULT_REPORTING","features":[4,7,5,3,6,8,9,10]},{"name":"IOMMU_SET_DEVICE_FAULT_REPORTING_EX","features":[4,5,3]},{"name":"IOMMU_UNMAP_IDENTITY_RANGE","features":[4,5,3]},{"name":"IOMMU_UNMAP_IDENTITY_RANGE_EX","features":[4,5,3]},{"name":"IOMMU_UNMAP_LOGICAL_RANGE","features":[4,5,3]},{"name":"IOMMU_UNMAP_RESERVED_LOGICAL_RANGE","features":[5,3]},{"name":"IOMMU_UNREGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[4,5,3]},{"name":"IO_ACCESS_MODE","features":[5]},{"name":"IO_ACCESS_TYPE","features":[5]},{"name":"IO_ALLOCATION_ACTION","features":[5]},{"name":"IO_ATTACH_DEVICE","features":[5]},{"name":"IO_ATTRIBUTION_INFORMATION","features":[5]},{"name":"IO_ATTRIBUTION_INFO_V1","features":[5]},{"name":"IO_CHECK_CREATE_PARAMETERS","features":[5]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_DELETE","features":[5]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_READ","features":[5]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_WRITE","features":[5]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_UPDATE_FILE_OBJECT","features":[5]},{"name":"IO_CHECK_SHARE_ACCESS_FORCE_CHECK","features":[5]},{"name":"IO_CHECK_SHARE_ACCESS_FORCE_USING_SCB","features":[5]},{"name":"IO_CHECK_SHARE_ACCESS_UPDATE_SHARE_ACCESS","features":[5]},{"name":"IO_COMPLETION_ROUTINE","features":[4,7,5,3,6,8,9,10]},{"name":"IO_COMPLETION_ROUTINE_RESULT","features":[5]},{"name":"IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CONNECT_INTERRUPT_PARAMETERS","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CONTAINER_INFORMATION_CLASS","features":[5]},{"name":"IO_CONTAINER_NOTIFICATION_CLASS","features":[5]},{"name":"IO_CSQ","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CSQ_ACQUIRE_LOCK","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CSQ_COMPLETE_CANCELED_IRP","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CSQ_INSERT_IRP","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CSQ_INSERT_IRP_EX","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CSQ_IRP_CONTEXT","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CSQ_PEEK_NEXT_IRP","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CSQ_RELEASE_LOCK","features":[4,7,5,3,6,8,9,10]},{"name":"IO_CSQ_REMOVE_IRP","features":[4,7,5,3,6,8,9,10]},{"name":"IO_DISCONNECT_INTERRUPT_PARAMETERS","features":[4,5]},{"name":"IO_DPC_ROUTINE","features":[4,7,5,3,6,8,9,10]},{"name":"IO_DRIVER_CREATE_CONTEXT","features":[4,5]},{"name":"IO_ERROR_LOG_MESSAGE","features":[5,3]},{"name":"IO_ERROR_LOG_PACKET","features":[5,3]},{"name":"IO_FOEXT_SHADOW_FILE","features":[4,7,5,3,6,8,9,10]},{"name":"IO_FOEXT_SILO_PARAMETERS","features":[4,5]},{"name":"IO_FORCE_ACCESS_CHECK","features":[5]},{"name":"IO_IGNORE_SHARE_ACCESS_CHECK","features":[5]},{"name":"IO_INTERRUPT_MESSAGE_INFO","features":[4,5]},{"name":"IO_INTERRUPT_MESSAGE_INFO_ENTRY","features":[4,5]},{"name":"IO_KEYBOARD_INCREMENT","features":[5]},{"name":"IO_MOUSE_INCREMENT","features":[5]},{"name":"IO_NOTIFICATION_EVENT_CATEGORY","features":[5]},{"name":"IO_NO_PARAMETER_CHECKING","features":[5]},{"name":"IO_PAGING_PRIORITY","features":[5]},{"name":"IO_PARALLEL_INCREMENT","features":[5]},{"name":"IO_PERSISTED_MEMORY_ENUMERATION_CALLBACK","features":[4,7,5,3,6,8,9,10]},{"name":"IO_QUERY_DEVICE_DATA_FORMAT","features":[5]},{"name":"IO_REMOUNT","features":[5]},{"name":"IO_REMOVE_LOCK","features":[4,5,3,9]},{"name":"IO_REMOVE_LOCK_COMMON_BLOCK","features":[4,5,3,9]},{"name":"IO_REMOVE_LOCK_DBG_BLOCK","features":[4,5,9]},{"name":"IO_REPARSE","features":[5]},{"name":"IO_REPARSE_GLOBAL","features":[5]},{"name":"IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS","features":[4,5]},{"name":"IO_RESOURCE_ALTERNATIVE","features":[5]},{"name":"IO_RESOURCE_DEFAULT","features":[5]},{"name":"IO_RESOURCE_DESCRIPTOR","features":[5]},{"name":"IO_RESOURCE_LIST","features":[5]},{"name":"IO_RESOURCE_PREFERRED","features":[5]},{"name":"IO_RESOURCE_REQUIREMENTS_LIST","features":[5]},{"name":"IO_SERIAL_INCREMENT","features":[5]},{"name":"IO_SESSION_CONNECT_INFO","features":[5,3]},{"name":"IO_SESSION_EVENT","features":[5]},{"name":"IO_SESSION_MAX_PAYLOAD_SIZE","features":[5]},{"name":"IO_SESSION_NOTIFICATION_FUNCTION","features":[5,3]},{"name":"IO_SESSION_STATE","features":[5]},{"name":"IO_SESSION_STATE_ALL_EVENTS","features":[5]},{"name":"IO_SESSION_STATE_CONNECT_EVENT","features":[5]},{"name":"IO_SESSION_STATE_CREATION_EVENT","features":[5]},{"name":"IO_SESSION_STATE_DISCONNECT_EVENT","features":[5]},{"name":"IO_SESSION_STATE_INFORMATION","features":[5,3]},{"name":"IO_SESSION_STATE_LOGOFF_EVENT","features":[5]},{"name":"IO_SESSION_STATE_LOGON_EVENT","features":[5]},{"name":"IO_SESSION_STATE_NOTIFICATION","features":[5]},{"name":"IO_SESSION_STATE_TERMINATION_EVENT","features":[5]},{"name":"IO_SESSION_STATE_VALID_EVENT_MASK","features":[5]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FLAGS_MASK","features":[5]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FROM_PROCESS","features":[5]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FROM_THREAD","features":[5]},{"name":"IO_SHARE_ACCESS_NON_PRIMARY_STREAM","features":[5]},{"name":"IO_SHARE_ACCESS_NO_WRITE_PERMISSION","features":[5]},{"name":"IO_SOUND_INCREMENT","features":[5]},{"name":"IO_STATUS_BLOCK32","features":[5,3]},{"name":"IO_STATUS_BLOCK64","features":[5,3]},{"name":"IO_TIMER_ROUTINE","features":[4,7,5,3,6,8,9,10]},{"name":"IO_TYPE_ADAPTER","features":[5]},{"name":"IO_TYPE_CONTROLLER","features":[5]},{"name":"IO_TYPE_CSQ","features":[5]},{"name":"IO_TYPE_CSQ_EX","features":[5]},{"name":"IO_TYPE_CSQ_IRP_CONTEXT","features":[5]},{"name":"IO_TYPE_DEVICE","features":[5]},{"name":"IO_TYPE_DEVICE_OBJECT_EXTENSION","features":[5]},{"name":"IO_TYPE_DRIVER","features":[5]},{"name":"IO_TYPE_ERROR_LOG","features":[5]},{"name":"IO_TYPE_ERROR_MESSAGE","features":[5]},{"name":"IO_TYPE_FILE","features":[5]},{"name":"IO_TYPE_IORING","features":[5]},{"name":"IO_TYPE_IRP","features":[5]},{"name":"IO_TYPE_MASTER_ADAPTER","features":[5]},{"name":"IO_TYPE_OPEN_PACKET","features":[5]},{"name":"IO_TYPE_TIMER","features":[5]},{"name":"IO_TYPE_VPB","features":[5]},{"name":"IO_VIDEO_INCREMENT","features":[5]},{"name":"IO_WORKITEM_ROUTINE","features":[4,7,5,3,6,8,9,10]},{"name":"IO_WORKITEM_ROUTINE_EX","features":[4,5]},{"name":"IPF_SAL_RECORD_SECTION_GUID","features":[5]},{"name":"IPI_LEVEL","features":[5]},{"name":"IPMI_MSR_DUMP_SECTION_GUID","features":[5]},{"name":"IRP_ALLOCATED_FIXED_SIZE","features":[5]},{"name":"IRP_ALLOCATED_MUST_SUCCEED","features":[5]},{"name":"IRP_ASSOCIATED_IRP","features":[5]},{"name":"IRP_BUFFERED_IO","features":[5]},{"name":"IRP_CLOSE_OPERATION","features":[5]},{"name":"IRP_CREATE_OPERATION","features":[5]},{"name":"IRP_DEALLOCATE_BUFFER","features":[5]},{"name":"IRP_DEFER_IO_COMPLETION","features":[5]},{"name":"IRP_HOLD_DEVICE_QUEUE","features":[5]},{"name":"IRP_INPUT_OPERATION","features":[5]},{"name":"IRP_LOOKASIDE_ALLOCATION","features":[5]},{"name":"IRP_MJ_CLEANUP","features":[5]},{"name":"IRP_MJ_CLOSE","features":[5]},{"name":"IRP_MJ_CREATE","features":[5]},{"name":"IRP_MJ_CREATE_MAILSLOT","features":[5]},{"name":"IRP_MJ_CREATE_NAMED_PIPE","features":[5]},{"name":"IRP_MJ_DEVICE_CHANGE","features":[5]},{"name":"IRP_MJ_DEVICE_CONTROL","features":[5]},{"name":"IRP_MJ_DIRECTORY_CONTROL","features":[5]},{"name":"IRP_MJ_FILE_SYSTEM_CONTROL","features":[5]},{"name":"IRP_MJ_FLUSH_BUFFERS","features":[5]},{"name":"IRP_MJ_INTERNAL_DEVICE_CONTROL","features":[5]},{"name":"IRP_MJ_LOCK_CONTROL","features":[5]},{"name":"IRP_MJ_MAXIMUM_FUNCTION","features":[5]},{"name":"IRP_MJ_PNP","features":[5]},{"name":"IRP_MJ_PNP_POWER","features":[5]},{"name":"IRP_MJ_POWER","features":[5]},{"name":"IRP_MJ_QUERY_EA","features":[5]},{"name":"IRP_MJ_QUERY_INFORMATION","features":[5]},{"name":"IRP_MJ_QUERY_QUOTA","features":[5]},{"name":"IRP_MJ_QUERY_SECURITY","features":[5]},{"name":"IRP_MJ_QUERY_VOLUME_INFORMATION","features":[5]},{"name":"IRP_MJ_READ","features":[5]},{"name":"IRP_MJ_SCSI","features":[5]},{"name":"IRP_MJ_SET_EA","features":[5]},{"name":"IRP_MJ_SET_INFORMATION","features":[5]},{"name":"IRP_MJ_SET_QUOTA","features":[5]},{"name":"IRP_MJ_SET_SECURITY","features":[5]},{"name":"IRP_MJ_SET_VOLUME_INFORMATION","features":[5]},{"name":"IRP_MJ_SHUTDOWN","features":[5]},{"name":"IRP_MJ_SYSTEM_CONTROL","features":[5]},{"name":"IRP_MJ_WRITE","features":[5]},{"name":"IRP_MN_CANCEL_REMOVE_DEVICE","features":[5]},{"name":"IRP_MN_CANCEL_STOP_DEVICE","features":[5]},{"name":"IRP_MN_CHANGE_SINGLE_INSTANCE","features":[5]},{"name":"IRP_MN_CHANGE_SINGLE_ITEM","features":[5]},{"name":"IRP_MN_COMPLETE","features":[5]},{"name":"IRP_MN_COMPRESSED","features":[5]},{"name":"IRP_MN_DEVICE_ENUMERATED","features":[5]},{"name":"IRP_MN_DEVICE_USAGE_NOTIFICATION","features":[5]},{"name":"IRP_MN_DISABLE_COLLECTION","features":[5]},{"name":"IRP_MN_DISABLE_EVENTS","features":[5]},{"name":"IRP_MN_DPC","features":[5]},{"name":"IRP_MN_EJECT","features":[5]},{"name":"IRP_MN_ENABLE_COLLECTION","features":[5]},{"name":"IRP_MN_ENABLE_EVENTS","features":[5]},{"name":"IRP_MN_EXECUTE_METHOD","features":[5]},{"name":"IRP_MN_FILTER_RESOURCE_REQUIREMENTS","features":[5]},{"name":"IRP_MN_FLUSH_AND_PURGE","features":[5]},{"name":"IRP_MN_FLUSH_DATA_ONLY","features":[5]},{"name":"IRP_MN_FLUSH_DATA_SYNC_ONLY","features":[5]},{"name":"IRP_MN_FLUSH_NO_SYNC","features":[5]},{"name":"IRP_MN_KERNEL_CALL","features":[5]},{"name":"IRP_MN_LOAD_FILE_SYSTEM","features":[5]},{"name":"IRP_MN_LOCK","features":[5]},{"name":"IRP_MN_MDL","features":[5]},{"name":"IRP_MN_MOUNT_VOLUME","features":[5]},{"name":"IRP_MN_NORMAL","features":[5]},{"name":"IRP_MN_NOTIFY_CHANGE_DIRECTORY","features":[5]},{"name":"IRP_MN_NOTIFY_CHANGE_DIRECTORY_EX","features":[5]},{"name":"IRP_MN_POWER_SEQUENCE","features":[5]},{"name":"IRP_MN_QUERY_ALL_DATA","features":[5]},{"name":"IRP_MN_QUERY_BUS_INFORMATION","features":[5]},{"name":"IRP_MN_QUERY_CAPABILITIES","features":[5]},{"name":"IRP_MN_QUERY_DEVICE_RELATIONS","features":[5]},{"name":"IRP_MN_QUERY_DEVICE_TEXT","features":[5]},{"name":"IRP_MN_QUERY_DIRECTORY","features":[5]},{"name":"IRP_MN_QUERY_ID","features":[5]},{"name":"IRP_MN_QUERY_INTERFACE","features":[5]},{"name":"IRP_MN_QUERY_LEGACY_BUS_INFORMATION","features":[5]},{"name":"IRP_MN_QUERY_PNP_DEVICE_STATE","features":[5]},{"name":"IRP_MN_QUERY_POWER","features":[5]},{"name":"IRP_MN_QUERY_REMOVE_DEVICE","features":[5]},{"name":"IRP_MN_QUERY_RESOURCES","features":[5]},{"name":"IRP_MN_QUERY_RESOURCE_REQUIREMENTS","features":[5]},{"name":"IRP_MN_QUERY_SINGLE_INSTANCE","features":[5]},{"name":"IRP_MN_QUERY_STOP_DEVICE","features":[5]},{"name":"IRP_MN_READ_CONFIG","features":[5]},{"name":"IRP_MN_REGINFO","features":[5]},{"name":"IRP_MN_REGINFO_EX","features":[5]},{"name":"IRP_MN_REMOVE_DEVICE","features":[5]},{"name":"IRP_MN_SCSI_CLASS","features":[5]},{"name":"IRP_MN_SET_LOCK","features":[5]},{"name":"IRP_MN_SET_POWER","features":[5]},{"name":"IRP_MN_START_DEVICE","features":[5]},{"name":"IRP_MN_STOP_DEVICE","features":[5]},{"name":"IRP_MN_SURPRISE_REMOVAL","features":[5]},{"name":"IRP_MN_TRACK_LINK","features":[5]},{"name":"IRP_MN_UNLOCK_ALL","features":[5]},{"name":"IRP_MN_UNLOCK_ALL_BY_KEY","features":[5]},{"name":"IRP_MN_UNLOCK_SINGLE","features":[5]},{"name":"IRP_MN_USER_FS_REQUEST","features":[5]},{"name":"IRP_MN_VERIFY_VOLUME","features":[5]},{"name":"IRP_MN_WAIT_WAKE","features":[5]},{"name":"IRP_MN_WRITE_CONFIG","features":[5]},{"name":"IRP_MOUNT_COMPLETION","features":[5]},{"name":"IRP_NOCACHE","features":[5]},{"name":"IRP_OB_QUERY_NAME","features":[5]},{"name":"IRP_PAGING_IO","features":[5]},{"name":"IRP_QUOTA_CHARGED","features":[5]},{"name":"IRP_READ_OPERATION","features":[5]},{"name":"IRP_SYNCHRONOUS_API","features":[5]},{"name":"IRP_SYNCHRONOUS_PAGING_IO","features":[5]},{"name":"IRP_UM_DRIVER_INITIATED_IO","features":[5]},{"name":"IRP_WRITE_OPERATION","features":[5]},{"name":"IRQ_DEVICE_POLICY","features":[5]},{"name":"IRQ_GROUP_POLICY","features":[5]},{"name":"IRQ_PRIORITY","features":[5]},{"name":"InACriticalArrayControl","features":[5]},{"name":"InAFailedArrayControl","features":[5]},{"name":"IndicatorBlink","features":[5]},{"name":"IndicatorOff","features":[5]},{"name":"IndicatorOn","features":[5]},{"name":"InitiateReset","features":[5]},{"name":"InstallStateFailedInstall","features":[5]},{"name":"InstallStateFinishInstall","features":[5]},{"name":"InstallStateInstalled","features":[5]},{"name":"InstallStateNeedsReinstall","features":[5]},{"name":"IntelCacheData","features":[5]},{"name":"IntelCacheInstruction","features":[5]},{"name":"IntelCacheNull","features":[5]},{"name":"IntelCacheRam","features":[5]},{"name":"IntelCacheTrace","features":[5]},{"name":"IntelCacheUnified","features":[5]},{"name":"InterfaceTypeUndefined","features":[5]},{"name":"Internal","features":[5]},{"name":"InternalPowerBus","features":[5]},{"name":"InterruptActiveBoth","features":[5]},{"name":"InterruptActiveBothTriggerHigh","features":[5]},{"name":"InterruptActiveBothTriggerLow","features":[5]},{"name":"InterruptActiveHigh","features":[5]},{"name":"InterruptActiveLow","features":[5]},{"name":"InterruptFallingEdge","features":[5]},{"name":"InterruptPolarityUnknown","features":[5]},{"name":"InterruptRisingEdge","features":[5]},{"name":"InvalidDeviceTypeControl","features":[5]},{"name":"IoAcquireCancelSpinLock","features":[5]},{"name":"IoAcquireKsrPersistentMemory","features":[4,7,5,3,6,8,9,10]},{"name":"IoAcquireKsrPersistentMemoryEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoAcquireRemoveLockEx","features":[4,5,3,9]},{"name":"IoAllocateAdapterChannel","features":[4,7,5,3,6,36,8,9,10]},{"name":"IoAllocateController","features":[4,7,5,3,6,8,9,10]},{"name":"IoAllocateDriverObjectExtension","features":[4,7,5,3,6,8,9,10]},{"name":"IoAllocateErrorLogEntry","features":[5]},{"name":"IoAllocateIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoAllocateIrpEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoAllocateMdl","features":[4,7,5,3,6,8,9,10]},{"name":"IoAllocateSfioStreamIdentifier","features":[4,7,5,3,6,8,9,10]},{"name":"IoAllocateWorkItem","features":[4,7,5,3,6,8,9,10]},{"name":"IoAssignResources","features":[4,7,5,3,6,8,9,10]},{"name":"IoAttachDevice","features":[4,7,5,3,6,8,9,10]},{"name":"IoAttachDeviceByPointer","features":[4,7,5,3,6,8,9,10]},{"name":"IoAttachDeviceToDeviceStack","features":[4,7,5,3,6,8,9,10]},{"name":"IoAttachDeviceToDeviceStackSafe","features":[4,7,5,3,6,8,9,10]},{"name":"IoBuildAsynchronousFsdRequest","features":[4,7,5,3,6,8,9,10]},{"name":"IoBuildDeviceIoControlRequest","features":[4,7,5,3,6,8,9,10]},{"name":"IoBuildPartialMdl","features":[4,5]},{"name":"IoBuildSynchronousFsdRequest","features":[4,7,5,3,6,8,9,10]},{"name":"IoCancelFileOpen","features":[4,7,5,3,6,8,9,10]},{"name":"IoCancelIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoCheckLinkShareAccess","features":[4,7,5,3,6,8,9,10]},{"name":"IoCheckShareAccess","features":[4,7,5,3,6,8,9,10]},{"name":"IoCheckShareAccessEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoCleanupIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoClearActivityIdThread","features":[5]},{"name":"IoClearIrpExtraCreateParameter","features":[4,7,5,3,6,8,9,10]},{"name":"IoConnectInterrupt","features":[4,5,3]},{"name":"IoConnectInterruptEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoCreateController","features":[4,5,3,9]},{"name":"IoCreateDevice","features":[4,7,5,3,6,8,9,10]},{"name":"IoCreateDisk","features":[4,7,5,3,6,8,24,9,10]},{"name":"IoCreateFile","features":[4,5,3,8]},{"name":"IoCreateFileEx","features":[4,5,3,8]},{"name":"IoCreateFileSpecifyDeviceObjectHint","features":[4,5,3,8]},{"name":"IoCreateNotificationEvent","features":[4,5,3,9]},{"name":"IoCreateSymbolicLink","features":[5,3]},{"name":"IoCreateSynchronizationEvent","features":[4,5,3,9]},{"name":"IoCreateSystemThread","features":[4,5,3,37]},{"name":"IoCreateUnprotectedSymbolicLink","features":[5,3]},{"name":"IoCsqInitialize","features":[4,7,5,3,6,8,9,10]},{"name":"IoCsqInitializeEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoCsqInsertIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoCsqInsertIrpEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoCsqRemoveIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoCsqRemoveNextIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoDecrementKeepAliveCount","features":[4,7,5,3,6,8,9,10]},{"name":"IoDeleteController","features":[4,5,3,9]},{"name":"IoDeleteDevice","features":[4,7,5,3,6,8,9,10]},{"name":"IoDeleteSymbolicLink","features":[5,3]},{"name":"IoDetachDevice","features":[4,7,5,3,6,8,9,10]},{"name":"IoDisconnectInterrupt","features":[4,5]},{"name":"IoDisconnectInterruptEx","features":[4,5]},{"name":"IoEnumerateKsrPersistentMemoryEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoFlushAdapterBuffers","features":[4,5,3,36]},{"name":"IoForwardIrpSynchronously","features":[4,7,5,3,6,8,9,10]},{"name":"IoFreeAdapterChannel","features":[5,36]},{"name":"IoFreeController","features":[4,5,3,9]},{"name":"IoFreeErrorLogEntry","features":[5]},{"name":"IoFreeIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoFreeKsrPersistentMemory","features":[5,3]},{"name":"IoFreeMapRegisters","features":[5,36]},{"name":"IoFreeMdl","features":[4,5]},{"name":"IoFreeSfioStreamIdentifier","features":[4,7,5,3,6,8,9,10]},{"name":"IoFreeWorkItem","features":[4,5]},{"name":"IoGetActivityIdIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetActivityIdThread","features":[5]},{"name":"IoGetAffinityInterrupt","features":[4,5,3,35]},{"name":"IoGetAttachedDeviceReference","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetBootDiskInformation","features":[5,3]},{"name":"IoGetBootDiskInformationLite","features":[5,3]},{"name":"IoGetConfigurationInformation","features":[5,3]},{"name":"IoGetContainerInformation","features":[5,3]},{"name":"IoGetCurrentProcess","features":[4,5]},{"name":"IoGetDeviceDirectory","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetDeviceInterfaceAlias","features":[5,3]},{"name":"IoGetDeviceInterfacePropertyData","features":[5,1,3]},{"name":"IoGetDeviceInterfaces","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetDeviceNumaNode","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetDeviceObjectPointer","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetDeviceProperty","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetDevicePropertyData","features":[4,7,5,1,3,6,8,9,10]},{"name":"IoGetDmaAdapter","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetDriverDirectory","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetDriverObjectExtension","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetFileObjectGenericMapping","features":[5,6]},{"name":"IoGetFsZeroingOffset","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetInitialStack","features":[5]},{"name":"IoGetInitiatorProcess","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetIoAttributionHandle","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetIoPriorityHint","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetIommuInterface","features":[5,3]},{"name":"IoGetIommuInterfaceEx","features":[5,3]},{"name":"IoGetIrpExtraCreateParameter","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetPagingIoPriority","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetRelatedDeviceObject","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetSfioStreamIdentifier","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetSilo","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetSiloParameters","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetStackLimits","features":[5]},{"name":"IoGetTopLevelIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoGetTransactionParameterBlock","features":[4,7,5,3,6,8,9,10]},{"name":"IoIncrementKeepAliveCount","features":[4,7,5,3,6,8,9,10]},{"name":"IoInitializeIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoInitializeIrpEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoInitializeRemoveLockEx","features":[4,5,3,9]},{"name":"IoInitializeTimer","features":[4,7,5,3,6,8,9,10]},{"name":"IoInitializeWorkItem","features":[4,5]},{"name":"IoInvalidateDeviceRelations","features":[4,7,5,3,6,8,9,10]},{"name":"IoInvalidateDeviceState","features":[4,7,5,3,6,8,9,10]},{"name":"IoIs32bitProcess","features":[4,7,5,3,6,8,9,10]},{"name":"IoIsFileObjectIgnoringSharing","features":[4,7,5,3,6,8,9,10]},{"name":"IoIsFileOriginRemote","features":[4,7,5,3,6,8,9,10]},{"name":"IoIsInitiator32bitProcess","features":[4,7,5,3,6,8,9,10]},{"name":"IoIsValidIrpStatus","features":[5,3]},{"name":"IoIsWdmVersionAvailable","features":[5,3]},{"name":"IoMakeAssociatedIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoMakeAssociatedIrpEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoMapTransfer","features":[4,5,3,36]},{"name":"IoMaxContainerInformationClass","features":[5]},{"name":"IoMaxContainerNotificationClass","features":[5]},{"name":"IoModifyAccess","features":[5]},{"name":"IoOpenDeviceInterfaceRegistryKey","features":[5,3]},{"name":"IoOpenDeviceRegistryKey","features":[4,7,5,3,6,8,9,10]},{"name":"IoOpenDriverRegistryKey","features":[4,7,5,3,6,8,9,10]},{"name":"IoPagingPriorityHigh","features":[5]},{"name":"IoPagingPriorityInvalid","features":[5]},{"name":"IoPagingPriorityNormal","features":[5]},{"name":"IoPagingPriorityReserved1","features":[5]},{"name":"IoPagingPriorityReserved2","features":[5]},{"name":"IoPropagateActivityIdToThread","features":[4,7,5,3,6,8,9,10]},{"name":"IoQueryDeviceComponentInformation","features":[5]},{"name":"IoQueryDeviceConfigurationData","features":[5]},{"name":"IoQueryDeviceDescription","features":[5,3]},{"name":"IoQueryDeviceIdentifier","features":[5]},{"name":"IoQueryDeviceMaxData","features":[5]},{"name":"IoQueryFullDriverPath","features":[4,7,5,3,6,8,9,10]},{"name":"IoQueryInformationByName","features":[4,7,5,3,8]},{"name":"IoQueryKsrPersistentMemorySize","features":[4,7,5,3,6,8,9,10]},{"name":"IoQueryKsrPersistentMemorySizeEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoQueueWorkItem","features":[4,5]},{"name":"IoQueueWorkItemEx","features":[4,5]},{"name":"IoRaiseHardError","features":[4,7,5,3,6,8,9,10]},{"name":"IoRaiseInformationalHardError","features":[4,5,3]},{"name":"IoReadAccess","features":[5]},{"name":"IoReadDiskSignature","features":[4,7,5,3,6,8,9,10]},{"name":"IoReadPartitionTable","features":[4,7,5,3,6,8,24,9,10]},{"name":"IoReadPartitionTableEx","features":[4,7,5,3,6,8,24,9,10]},{"name":"IoRecordIoAttribution","features":[5,3]},{"name":"IoRegisterBootDriverCallback","features":[5]},{"name":"IoRegisterBootDriverReinitialization","features":[4,7,5,3,6,8,9,10]},{"name":"IoRegisterContainerNotification","features":[5,3]},{"name":"IoRegisterDeviceInterface","features":[4,7,5,3,6,8,9,10]},{"name":"IoRegisterDriverReinitialization","features":[4,7,5,3,6,8,9,10]},{"name":"IoRegisterLastChanceShutdownNotification","features":[4,7,5,3,6,8,9,10]},{"name":"IoRegisterPlugPlayNotification","features":[4,7,5,3,6,8,9,10]},{"name":"IoRegisterShutdownNotification","features":[4,7,5,3,6,8,9,10]},{"name":"IoReleaseCancelSpinLock","features":[5]},{"name":"IoReleaseRemoveLockAndWaitEx","features":[4,5,3,9]},{"name":"IoReleaseRemoveLockEx","features":[4,5,3,9]},{"name":"IoRemoveLinkShareAccess","features":[4,7,5,3,6,8,9,10]},{"name":"IoRemoveLinkShareAccessEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoRemoveShareAccess","features":[4,7,5,3,6,8,9,10]},{"name":"IoReplacePartitionUnit","features":[4,7,5,3,6,8,9,10]},{"name":"IoReportDetectedDevice","features":[4,7,5,3,6,8,9,10]},{"name":"IoReportInterruptActive","features":[4,5]},{"name":"IoReportInterruptInactive","features":[4,5]},{"name":"IoReportResourceForDetection","features":[4,7,5,3,6,8,9,10]},{"name":"IoReportResourceUsage","features":[4,7,5,3,6,8,9,10]},{"name":"IoReportRootDevice","features":[4,7,5,3,6,8,9,10]},{"name":"IoReportTargetDeviceChange","features":[4,7,5,3,6,8,9,10]},{"name":"IoReportTargetDeviceChangeAsynchronous","features":[4,7,5,3,6,8,9,10]},{"name":"IoRequestDeviceEject","features":[4,7,5,3,6,8,9,10]},{"name":"IoRequestDeviceEjectEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoReserveKsrPersistentMemory","features":[4,7,5,3,6,8,9,10]},{"name":"IoReserveKsrPersistentMemoryEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoReuseIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoSessionEventConnected","features":[5]},{"name":"IoSessionEventCreated","features":[5]},{"name":"IoSessionEventDisconnected","features":[5]},{"name":"IoSessionEventIgnore","features":[5]},{"name":"IoSessionEventLogoff","features":[5]},{"name":"IoSessionEventLogon","features":[5]},{"name":"IoSessionEventMax","features":[5]},{"name":"IoSessionEventTerminated","features":[5]},{"name":"IoSessionStateConnected","features":[5]},{"name":"IoSessionStateCreated","features":[5]},{"name":"IoSessionStateDisconnected","features":[5]},{"name":"IoSessionStateDisconnectedLoggedOn","features":[5]},{"name":"IoSessionStateInformation","features":[5]},{"name":"IoSessionStateInitialized","features":[5]},{"name":"IoSessionStateLoggedOff","features":[5]},{"name":"IoSessionStateLoggedOn","features":[5]},{"name":"IoSessionStateMax","features":[5]},{"name":"IoSessionStateNotification","features":[5]},{"name":"IoSessionStateTerminated","features":[5]},{"name":"IoSetActivityIdIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetActivityIdThread","features":[5]},{"name":"IoSetCompletionRoutineEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetDeviceInterfacePropertyData","features":[5,1,3]},{"name":"IoSetDeviceInterfaceState","features":[5,3]},{"name":"IoSetDevicePropertyData","features":[4,7,5,1,3,6,8,9,10]},{"name":"IoSetFileObjectIgnoreSharing","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetFileOrigin","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetFsZeroingOffset","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetFsZeroingOffsetRequired","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetHardErrorOrVerifyDevice","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetIoAttributionIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetIoPriorityHint","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetIrpExtraCreateParameter","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetLinkShareAccess","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetMasterIrpStatus","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetPartitionInformation","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetPartitionInformationEx","features":[4,7,5,3,6,8,24,9,10]},{"name":"IoSetShareAccess","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetShareAccessEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetStartIoAttributes","features":[4,7,5,3,6,8,9,10]},{"name":"IoSetSystemPartition","features":[5,3]},{"name":"IoSetThreadHardErrorMode","features":[5,3]},{"name":"IoSetTopLevelIrp","features":[4,7,5,3,6,8,9,10]},{"name":"IoSizeOfIrpEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoSizeofWorkItem","features":[5]},{"name":"IoStartNextPacket","features":[4,7,5,3,6,8,9,10]},{"name":"IoStartNextPacketByKey","features":[4,7,5,3,6,8,9,10]},{"name":"IoStartPacket","features":[4,7,5,3,6,8,9,10]},{"name":"IoStartTimer","features":[4,7,5,3,6,8,9,10]},{"name":"IoStopTimer","features":[4,7,5,3,6,8,9,10]},{"name":"IoSynchronousCallDriver","features":[4,7,5,3,6,8,9,10]},{"name":"IoTransferActivityId","features":[5]},{"name":"IoTranslateBusAddress","features":[5,3]},{"name":"IoTryQueueWorkItem","features":[4,5,3]},{"name":"IoUninitializeWorkItem","features":[4,5]},{"name":"IoUnregisterBootDriverCallback","features":[5]},{"name":"IoUnregisterContainerNotification","features":[5]},{"name":"IoUnregisterPlugPlayNotification","features":[5,3]},{"name":"IoUnregisterPlugPlayNotificationEx","features":[5,3]},{"name":"IoUnregisterShutdownNotification","features":[4,7,5,3,6,8,9,10]},{"name":"IoUpdateLinkShareAccess","features":[4,7,5,3,6,8,9,10]},{"name":"IoUpdateLinkShareAccessEx","features":[4,7,5,3,6,8,9,10]},{"name":"IoUpdateShareAccess","features":[4,7,5,3,6,8,9,10]},{"name":"IoValidateDeviceIoControlAccess","features":[4,7,5,3,6,8,9,10]},{"name":"IoVerifyPartitionTable","features":[4,7,5,3,6,8,9,10]},{"name":"IoVolumeDeviceNameToGuid","features":[5,3]},{"name":"IoVolumeDeviceNameToGuidPath","features":[5,3]},{"name":"IoVolumeDeviceToDosName","features":[5,3]},{"name":"IoVolumeDeviceToGuid","features":[5,3]},{"name":"IoVolumeDeviceToGuidPath","features":[5,3]},{"name":"IoWMIAllocateInstanceIds","features":[5,3]},{"name":"IoWMIDeviceObjectToInstanceName","features":[4,7,5,3,6,8,9,10]},{"name":"IoWMIExecuteMethod","features":[5,3]},{"name":"IoWMIHandleToInstanceName","features":[5,3]},{"name":"IoWMIOpenBlock","features":[5,3]},{"name":"IoWMIQueryAllData","features":[5,3]},{"name":"IoWMIQueryAllDataMultiple","features":[5,3]},{"name":"IoWMIQuerySingleInstance","features":[5,3]},{"name":"IoWMIQuerySingleInstanceMultiple","features":[5,3]},{"name":"IoWMIRegistrationControl","features":[4,7,5,3,6,8,9,10]},{"name":"IoWMISetNotificationCallback","features":[5,3]},{"name":"IoWMISetSingleInstance","features":[5,3]},{"name":"IoWMISetSingleItem","features":[5,3]},{"name":"IoWMISuggestInstanceName","features":[4,7,5,3,6,8,9,10]},{"name":"IoWMIWriteEvent","features":[5,3]},{"name":"IoWithinStackLimits","features":[5]},{"name":"IoWriteAccess","features":[5]},{"name":"IoWriteErrorLogEntry","features":[5]},{"name":"IoWriteKsrPersistentMemory","features":[5,3]},{"name":"IoWritePartitionTable","features":[4,7,5,3,6,8,24,9,10]},{"name":"IoWritePartitionTableEx","features":[4,7,5,3,6,8,24,9,10]},{"name":"IofCallDriver","features":[4,7,5,3,6,8,9,10]},{"name":"IofCompleteRequest","features":[4,7,5,3,6,8,9,10]},{"name":"IommuDeviceCreationConfigTypeAcpi","features":[5]},{"name":"IommuDeviceCreationConfigTypeDeviceId","features":[5]},{"name":"IommuDeviceCreationConfigTypeMax","features":[5]},{"name":"IommuDeviceCreationConfigTypeNone","features":[5]},{"name":"IommuDmaLogicalAllocatorBuddy","features":[5]},{"name":"IommuDmaLogicalAllocatorMax","features":[5]},{"name":"IommuDmaLogicalAllocatorNone","features":[5]},{"name":"IrqPolicyAllCloseProcessors","features":[5]},{"name":"IrqPolicyAllProcessorsInMachine","features":[5]},{"name":"IrqPolicyAllProcessorsInMachineWhenSteered","features":[5]},{"name":"IrqPolicyMachineDefault","features":[5]},{"name":"IrqPolicyOneCloseProcessor","features":[5]},{"name":"IrqPolicySpecifiedProcessors","features":[5]},{"name":"IrqPolicySpreadMessagesAcrossAllProcessors","features":[5]},{"name":"IrqPriorityHigh","features":[5]},{"name":"IrqPriorityLow","features":[5]},{"name":"IrqPriorityNormal","features":[5]},{"name":"IrqPriorityUndefined","features":[5]},{"name":"Isa","features":[5]},{"name":"IsochCommand","features":[5]},{"name":"IsochStatus","features":[5]},{"name":"KADDRESS_BASE","features":[5]},{"name":"KADDRESS_RANGE","features":[5]},{"name":"KADDRESS_RANGE_DESCRIPTOR","features":[5]},{"name":"KAPC","features":[5,3,9]},{"name":"KBUGCHECK_ADD_PAGES","features":[5]},{"name":"KBUGCHECK_BUFFER_DUMP_STATE","features":[5]},{"name":"KBUGCHECK_CALLBACK_REASON","features":[5]},{"name":"KBUGCHECK_CALLBACK_RECORD","features":[5,9]},{"name":"KBUGCHECK_CALLBACK_ROUTINE","features":[5]},{"name":"KBUGCHECK_DUMP_IO","features":[5]},{"name":"KBUGCHECK_DUMP_IO_TYPE","features":[5]},{"name":"KBUGCHECK_REASON_CALLBACK_RECORD","features":[5,9]},{"name":"KBUGCHECK_REASON_CALLBACK_ROUTINE","features":[5,9]},{"name":"KBUGCHECK_REMOVE_PAGES","features":[5]},{"name":"KBUGCHECK_SECONDARY_DUMP_DATA","features":[5]},{"name":"KBUGCHECK_SECONDARY_DUMP_DATA_EX","features":[5]},{"name":"KBUGCHECK_TRIAGE_DUMP_DATA","features":[5,9]},{"name":"KB_ADD_PAGES_FLAG_ADDITIONAL_RANGES_EXIST","features":[5]},{"name":"KB_ADD_PAGES_FLAG_PHYSICAL_ADDRESS","features":[5]},{"name":"KB_ADD_PAGES_FLAG_VIRTUAL_ADDRESS","features":[5]},{"name":"KB_REMOVE_PAGES_FLAG_ADDITIONAL_RANGES_EXIST","features":[5]},{"name":"KB_REMOVE_PAGES_FLAG_PHYSICAL_ADDRESS","features":[5]},{"name":"KB_REMOVE_PAGES_FLAG_VIRTUAL_ADDRESS","features":[5]},{"name":"KB_SECONDARY_DATA_FLAG_ADDITIONAL_DATA","features":[5]},{"name":"KB_SECONDARY_DATA_FLAG_NO_DEVICE_ACCESS","features":[5]},{"name":"KB_TRIAGE_DUMP_DATA_FLAG_BUGCHECK_ACTIVE","features":[5]},{"name":"KDEFERRED_ROUTINE","features":[4,5,9]},{"name":"KDEVICE_QUEUE_ENTRY","features":[5,3,9]},{"name":"KDPC_IMPORTANCE","features":[5]},{"name":"KDPC_WATCHDOG_INFORMATION","features":[5]},{"name":"KD_CALLBACK_ACTION","features":[5]},{"name":"KD_NAMESPACE_ENUM","features":[5]},{"name":"KD_OPTION","features":[5]},{"name":"KD_OPTION_SET_BLOCK_ENABLE","features":[5]},{"name":"KENCODED_TIMER_PROCESSOR","features":[5]},{"name":"KERNEL_LARGE_STACK_COMMIT","features":[5]},{"name":"KERNEL_LARGE_STACK_SIZE","features":[5]},{"name":"KERNEL_MCA_EXCEPTION_STACK_SIZE","features":[5]},{"name":"KERNEL_SOFT_RESTART_NOTIFICATION","features":[5]},{"name":"KERNEL_SOFT_RESTART_NOTIFICATION_VERSION","features":[5]},{"name":"KERNEL_STACK_SIZE","features":[5]},{"name":"KERNEL_USER_TIMES","features":[5]},{"name":"KEY_BASIC_INFORMATION","features":[5]},{"name":"KEY_CACHED_INFORMATION","features":[5]},{"name":"KEY_CONTROL_FLAGS_INFORMATION","features":[5]},{"name":"KEY_FULL_INFORMATION","features":[5]},{"name":"KEY_LAYER_INFORMATION","features":[5]},{"name":"KEY_NAME_INFORMATION","features":[5]},{"name":"KEY_NODE_INFORMATION","features":[5]},{"name":"KEY_SET_VIRTUALIZATION_INFORMATION","features":[5]},{"name":"KEY_TRUST_INFORMATION","features":[5]},{"name":"KEY_VALUE_BASIC_INFORMATION","features":[5]},{"name":"KEY_VALUE_FULL_INFORMATION","features":[5]},{"name":"KEY_VALUE_LAYER_INFORMATION","features":[5]},{"name":"KEY_VALUE_PARTIAL_INFORMATION","features":[5]},{"name":"KEY_VALUE_PARTIAL_INFORMATION_ALIGN64","features":[5]},{"name":"KEY_VIRTUALIZATION_INFORMATION","features":[5]},{"name":"KEY_WOW64_FLAGS_INFORMATION","features":[5]},{"name":"KEY_WRITE_TIME_INFORMATION","features":[5]},{"name":"KE_MAX_TRIAGE_DUMP_DATA_MEMORY_SIZE","features":[5]},{"name":"KE_PROCESSOR_CHANGE_ADD_EXISTING","features":[5]},{"name":"KE_PROCESSOR_CHANGE_NOTIFY_CONTEXT","features":[5,3,9]},{"name":"KE_PROCESSOR_CHANGE_NOTIFY_STATE","features":[5]},{"name":"KFLOATING_SAVE","features":[5]},{"name":"KGATE","features":[4,5,3,9]},{"name":"KINTERRUPT_MODE","features":[5]},{"name":"KINTERRUPT_POLARITY","features":[5]},{"name":"KIPI_BROADCAST_WORKER","features":[5]},{"name":"KI_USER_SHARED_DATA","features":[5]},{"name":"KLOCK_QUEUE_HANDLE","features":[5]},{"name":"KMESSAGE_SERVICE_ROUTINE","features":[5,3]},{"name":"KPROFILE_SOURCE","features":[5]},{"name":"KSEMAPHORE","features":[4,5,3,9]},{"name":"KSERVICE_ROUTINE","features":[5,3]},{"name":"KSPIN_LOCK_QUEUE","features":[5]},{"name":"KSTART_ROUTINE","features":[5]},{"name":"KSYNCHRONIZE_ROUTINE","features":[5,3]},{"name":"KSYSTEM_TIME","features":[5]},{"name":"KTIMER","features":[4,5,3,9]},{"name":"KTRIAGE_DUMP_DATA_ARRAY","features":[5,9]},{"name":"KUMS_UCH_VOLATILE_BIT","features":[5]},{"name":"KUSER_SHARED_DATA","features":[5,3,33,9]},{"name":"KWAIT_CHAIN","features":[5]},{"name":"KWAIT_REASON","features":[5]},{"name":"KbCallbackAddPages","features":[5]},{"name":"KbCallbackDumpIo","features":[5]},{"name":"KbCallbackInvalid","features":[5]},{"name":"KbCallbackRemovePages","features":[5]},{"name":"KbCallbackReserved1","features":[5]},{"name":"KbCallbackReserved2","features":[5]},{"name":"KbCallbackSecondaryDumpData","features":[5]},{"name":"KbCallbackSecondaryMultiPartDumpData","features":[5]},{"name":"KbCallbackTriageDumpData","features":[5]},{"name":"KbDumpIoBody","features":[5]},{"name":"KbDumpIoComplete","features":[5]},{"name":"KbDumpIoHeader","features":[5]},{"name":"KbDumpIoInvalid","features":[5]},{"name":"KbDumpIoSecondaryData","features":[5]},{"name":"KdChangeOption","features":[5,3]},{"name":"KdConfigureDeviceAndContinue","features":[5]},{"name":"KdConfigureDeviceAndStop","features":[5]},{"name":"KdDisableDebugger","features":[5,3]},{"name":"KdEnableDebugger","features":[5,3]},{"name":"KdNameSpaceACPI","features":[5]},{"name":"KdNameSpaceAny","features":[5]},{"name":"KdNameSpaceMax","features":[5]},{"name":"KdNameSpaceNone","features":[5]},{"name":"KdNameSpacePCI","features":[5]},{"name":"KdRefreshDebuggerNotPresent","features":[5,3]},{"name":"KdSkipDeviceAndContinue","features":[5]},{"name":"KdSkipDeviceAndStop","features":[5]},{"name":"KeAcquireGuardedMutex","features":[4,5,3,9]},{"name":"KeAcquireGuardedMutexUnsafe","features":[4,5,3,9]},{"name":"KeAcquireInStackQueuedSpinLock","features":[5]},{"name":"KeAcquireInStackQueuedSpinLockAtDpcLevel","features":[5]},{"name":"KeAcquireInStackQueuedSpinLockForDpc","features":[5]},{"name":"KeAcquireInterruptSpinLock","features":[4,5]},{"name":"KeAcquireSpinLockForDpc","features":[5]},{"name":"KeAddTriageDumpDataBlock","features":[5,3,9]},{"name":"KeAreAllApcsDisabled","features":[5,3]},{"name":"KeAreApcsDisabled","features":[5,3]},{"name":"KeBugCheck","features":[5,33]},{"name":"KeBugCheckEx","features":[5,33]},{"name":"KeCancelTimer","features":[4,5,3,9]},{"name":"KeClearEvent","features":[4,5,3,9]},{"name":"KeConvertAuxiliaryCounterToPerformanceCounter","features":[5,3]},{"name":"KeConvertPerformanceCounterToAuxiliaryCounter","features":[5,3]},{"name":"KeDelayExecutionThread","features":[5,3]},{"name":"KeDeregisterBoundCallback","features":[5,3]},{"name":"KeDeregisterBugCheckCallback","features":[5,3,9]},{"name":"KeDeregisterBugCheckReasonCallback","features":[5,3,9]},{"name":"KeDeregisterNmiCallback","features":[5,3]},{"name":"KeDeregisterProcessorChangeCallback","features":[5]},{"name":"KeEnterCriticalRegion","features":[5]},{"name":"KeEnterGuardedRegion","features":[5]},{"name":"KeExpandKernelStackAndCallout","features":[5,3]},{"name":"KeExpandKernelStackAndCalloutEx","features":[5,3]},{"name":"KeFlushIoBuffers","features":[4,5,3]},{"name":"KeFlushQueuedDpcs","features":[5]},{"name":"KeFlushWriteBuffer","features":[5]},{"name":"KeGetCurrentIrql","features":[5]},{"name":"KeGetCurrentNodeNumber","features":[5]},{"name":"KeGetCurrentProcessorNumberEx","features":[5,9]},{"name":"KeGetProcessorIndexFromNumber","features":[5,9]},{"name":"KeGetProcessorNumberFromIndex","features":[5,3,9]},{"name":"KeGetRecommendedSharedDataAlignment","features":[5]},{"name":"KeInitializeCrashDumpHeader","features":[5,3]},{"name":"KeInitializeDeviceQueue","features":[4,5,3,9]},{"name":"KeInitializeDpc","features":[4,5,9]},{"name":"KeInitializeEvent","features":[4,5,3,9]},{"name":"KeInitializeGuardedMutex","features":[4,5,3,9]},{"name":"KeInitializeMutex","features":[4,5,3,9]},{"name":"KeInitializeSemaphore","features":[4,5,3,9]},{"name":"KeInitializeSpinLock","features":[5]},{"name":"KeInitializeThreadedDpc","features":[4,5,9]},{"name":"KeInitializeTimer","features":[4,5,3,9]},{"name":"KeInitializeTimerEx","features":[4,5,3,9]},{"name":"KeInitializeTriageDumpDataArray","features":[5,3,9]},{"name":"KeInsertByKeyDeviceQueue","features":[4,5,3,9]},{"name":"KeInsertDeviceQueue","features":[4,5,3,9]},{"name":"KeInsertQueueDpc","features":[4,5,3,9]},{"name":"KeInvalidateAllCaches","features":[5,3]},{"name":"KeInvalidateRangeAllCaches","features":[5]},{"name":"KeIpiGenericCall","features":[5]},{"name":"KeIsExecutingDpc","features":[5]},{"name":"KeLeaveCriticalRegion","features":[5]},{"name":"KeLeaveGuardedRegion","features":[5]},{"name":"KeProcessorAddCompleteNotify","features":[5]},{"name":"KeProcessorAddFailureNotify","features":[5]},{"name":"KeProcessorAddStartNotify","features":[5]},{"name":"KePulseEvent","features":[4,5,3,9]},{"name":"KeQueryActiveGroupCount","features":[5]},{"name":"KeQueryActiveProcessorCount","features":[5]},{"name":"KeQueryActiveProcessorCountEx","features":[5]},{"name":"KeQueryActiveProcessors","features":[5]},{"name":"KeQueryAuxiliaryCounterFrequency","features":[5,3]},{"name":"KeQueryDpcWatchdogInformation","features":[5,3]},{"name":"KeQueryGroupAffinity","features":[5]},{"name":"KeQueryHardwareCounterConfiguration","features":[5,3]},{"name":"KeQueryHighestNodeNumber","features":[5]},{"name":"KeQueryInterruptTimePrecise","features":[5]},{"name":"KeQueryLogicalProcessorRelationship","features":[5,3,9,35]},{"name":"KeQueryMaximumGroupCount","features":[5]},{"name":"KeQueryMaximumProcessorCount","features":[5]},{"name":"KeQueryMaximumProcessorCountEx","features":[5]},{"name":"KeQueryNodeActiveAffinity","features":[5,35]},{"name":"KeQueryNodeActiveAffinity2","features":[5,3,35]},{"name":"KeQueryNodeActiveProcessorCount","features":[5]},{"name":"KeQueryNodeMaximumProcessorCount","features":[5]},{"name":"KeQueryPerformanceCounter","features":[5]},{"name":"KeQueryPriorityThread","features":[4,5]},{"name":"KeQueryRuntimeThread","features":[4,5]},{"name":"KeQuerySystemTimePrecise","features":[5]},{"name":"KeQueryTimeIncrement","features":[5]},{"name":"KeQueryTotalCycleTimeThread","features":[4,5]},{"name":"KeQueryUnbiasedInterruptTime","features":[5]},{"name":"KeQueryUnbiasedInterruptTimePrecise","features":[5]},{"name":"KeReadStateEvent","features":[4,5,3,9]},{"name":"KeReadStateMutex","features":[4,5,3,9]},{"name":"KeReadStateSemaphore","features":[4,5,3,9]},{"name":"KeReadStateTimer","features":[4,5,3,9]},{"name":"KeRegisterBoundCallback","features":[5]},{"name":"KeRegisterBugCheckCallback","features":[5,3,9]},{"name":"KeRegisterBugCheckReasonCallback","features":[5,3,9]},{"name":"KeRegisterNmiCallback","features":[5,3]},{"name":"KeRegisterProcessorChangeCallback","features":[5]},{"name":"KeReleaseGuardedMutex","features":[4,5,3,9]},{"name":"KeReleaseGuardedMutexUnsafe","features":[4,5,3,9]},{"name":"KeReleaseInStackQueuedSpinLock","features":[5]},{"name":"KeReleaseInStackQueuedSpinLockForDpc","features":[5]},{"name":"KeReleaseInStackQueuedSpinLockFromDpcLevel","features":[5]},{"name":"KeReleaseInterruptSpinLock","features":[4,5]},{"name":"KeReleaseMutex","features":[4,5,3,9]},{"name":"KeReleaseSemaphore","features":[4,5,3,9]},{"name":"KeReleaseSpinLockForDpc","features":[5]},{"name":"KeRemoveByKeyDeviceQueue","features":[4,5,3,9]},{"name":"KeRemoveByKeyDeviceQueueIfBusy","features":[4,5,3,9]},{"name":"KeRemoveDeviceQueue","features":[4,5,3,9]},{"name":"KeRemoveEntryDeviceQueue","features":[4,5,3,9]},{"name":"KeRemoveQueueDpc","features":[4,5,3,9]},{"name":"KeRemoveQueueDpcEx","features":[4,5,3,9]},{"name":"KeResetEvent","features":[4,5,3,9]},{"name":"KeRestoreExtendedProcessorState","features":[5,33]},{"name":"KeRevertToUserAffinityThread","features":[5]},{"name":"KeRevertToUserAffinityThreadEx","features":[5]},{"name":"KeRevertToUserGroupAffinityThread","features":[5,35]},{"name":"KeSaveExtendedProcessorState","features":[5,3,33]},{"name":"KeSetBasePriorityThread","features":[4,5]},{"name":"KeSetCoalescableTimer","features":[4,5,3,9]},{"name":"KeSetEvent","features":[4,5,3,9]},{"name":"KeSetHardwareCounterConfiguration","features":[5,3]},{"name":"KeSetImportanceDpc","features":[4,5,9]},{"name":"KeSetPriorityThread","features":[4,5]},{"name":"KeSetSystemAffinityThread","features":[5]},{"name":"KeSetSystemAffinityThreadEx","features":[5]},{"name":"KeSetSystemGroupAffinityThread","features":[5,35]},{"name":"KeSetTargetProcessorDpc","features":[4,5,9]},{"name":"KeSetTargetProcessorDpcEx","features":[4,5,3,9]},{"name":"KeSetTimer","features":[4,5,3,9]},{"name":"KeSetTimerEx","features":[4,5,3,9]},{"name":"KeShouldYieldProcessor","features":[5]},{"name":"KeStallExecutionProcessor","features":[5]},{"name":"KeSynchronizeExecution","features":[4,5,3]},{"name":"KeTestSpinLock","features":[5,3]},{"name":"KeTryToAcquireGuardedMutex","features":[4,5,3,9]},{"name":"KeTryToAcquireSpinLockAtDpcLevel","features":[5,3]},{"name":"KeWaitForMultipleObjects","features":[4,5,3,9]},{"name":"KeWaitForSingleObject","features":[5,3]},{"name":"KeepObject","features":[5]},{"name":"KernelMode","features":[5]},{"name":"KeyboardController","features":[5]},{"name":"KeyboardPeripheral","features":[5]},{"name":"KfRaiseIrql","features":[5]},{"name":"L0sAndL1EntryDisabled","features":[5]},{"name":"L0sAndL1EntryEnabled","features":[5]},{"name":"L0sAndL1EntrySupport","features":[5]},{"name":"L0sEntryEnabled","features":[5]},{"name":"L0sEntrySupport","features":[5]},{"name":"L0s_128ns_256ns","features":[5]},{"name":"L0s_1us_2us","features":[5]},{"name":"L0s_256ns_512ns","features":[5]},{"name":"L0s_2us_4us","features":[5]},{"name":"L0s_512ns_1us","features":[5]},{"name":"L0s_64ns_128ns","features":[5]},{"name":"L0s_Above4us","features":[5]},{"name":"L0s_Below64ns","features":[5]},{"name":"L1EntryEnabled","features":[5]},{"name":"L1EntrySupport","features":[5]},{"name":"L1_16us_32us","features":[5]},{"name":"L1_1us_2us","features":[5]},{"name":"L1_2us_4us","features":[5]},{"name":"L1_32us_64us","features":[5]},{"name":"L1_4us_8us","features":[5]},{"name":"L1_8us_16us","features":[5]},{"name":"L1_Above64us","features":[5]},{"name":"L1_Below1us","features":[5]},{"name":"LEGACY_BUS_INFORMATION","features":[5]},{"name":"LINK_SHARE_ACCESS","features":[5]},{"name":"LOADER_PARTITION_INFORMATION_EX","features":[5]},{"name":"LOCK_OPERATION","features":[5]},{"name":"LOCK_QUEUE_HALTED","features":[5]},{"name":"LOCK_QUEUE_HALTED_BIT","features":[5]},{"name":"LOCK_QUEUE_OWNER","features":[5]},{"name":"LOCK_QUEUE_OWNER_BIT","features":[5]},{"name":"LOCK_QUEUE_WAIT","features":[5]},{"name":"LOCK_QUEUE_WAIT_BIT","features":[5]},{"name":"LONG_2ND_MOST_SIGNIFICANT_BIT","features":[5]},{"name":"LONG_3RD_MOST_SIGNIFICANT_BIT","features":[5]},{"name":"LONG_LEAST_SIGNIFICANT_BIT","features":[5]},{"name":"LONG_MOST_SIGNIFICANT_BIT","features":[5]},{"name":"LOWBYTE_MASK","features":[5]},{"name":"LOW_LEVEL","features":[5]},{"name":"LOW_PRIORITY","features":[5]},{"name":"LOW_REALTIME_PRIORITY","features":[5]},{"name":"LastDStateTransitionD3cold","features":[5]},{"name":"LastDStateTransitionD3hot","features":[5]},{"name":"LastDStateTransitionStatusUnknown","features":[5]},{"name":"LastDrvRtFlag","features":[5]},{"name":"Latched","features":[5]},{"name":"LevelSensitive","features":[5]},{"name":"LinePeripheral","features":[5]},{"name":"LocateControl","features":[5]},{"name":"LocationTypeFileSystem","features":[5]},{"name":"LocationTypeMaximum","features":[5]},{"name":"LocationTypeRegistry","features":[5]},{"name":"LoggerEventsLoggedClass","features":[5]},{"name":"LoggerEventsLostClass","features":[5]},{"name":"LowImportance","features":[5]},{"name":"LowPagePriority","features":[5]},{"name":"LowPoolPriority","features":[5]},{"name":"LowPoolPrioritySpecialPoolOverrun","features":[5]},{"name":"LowPoolPrioritySpecialPoolUnderrun","features":[5]},{"name":"MAILSLOT_CREATE_PARAMETERS","features":[5,3]},{"name":"MAP_REGISTER_ENTRY","features":[5,3]},{"name":"MAXIMUM_DEBUG_BARS","features":[5]},{"name":"MAXIMUM_FILENAME_LENGTH","features":[5]},{"name":"MAXIMUM_PRIORITY","features":[5]},{"name":"MAX_EVENT_COUNTERS","features":[5]},{"name":"MCA_DRIVER_INFO","features":[4,5]},{"name":"MCA_EXCEPTION","features":[5]},{"name":"MCA_EXCEPTION_TYPE","features":[5]},{"name":"MCA_EXTREG_V2MAX","features":[5]},{"name":"MCE_NOTIFY_TYPE_GUID","features":[5]},{"name":"MCG_CAP","features":[5]},{"name":"MCG_STATUS","features":[5]},{"name":"MCI_ADDR","features":[5]},{"name":"MCI_STATS","features":[5]},{"name":"MCI_STATUS","features":[5]},{"name":"MCI_STATUS_AMD_BITS","features":[5]},{"name":"MCI_STATUS_BITS_COMMON","features":[5]},{"name":"MCI_STATUS_INTEL_BITS","features":[5]},{"name":"MDL_ALLOCATED_FIXED_SIZE","features":[5]},{"name":"MDL_DESCRIBES_AWE","features":[5]},{"name":"MDL_FREE_EXTRA_PTES","features":[5]},{"name":"MDL_INTERNAL","features":[5]},{"name":"MDL_LOCKED_PAGE_TABLES","features":[5]},{"name":"MDL_PAGE_CONTENTS_INVARIANT","features":[5]},{"name":"MEMORY_CACHING_TYPE","features":[5]},{"name":"MEMORY_CACHING_TYPE_ORIG","features":[5]},{"name":"MEMORY_CORRECTABLE_ERROR_SUMMARY_SECTION_GUID","features":[5]},{"name":"MEMORY_ERROR_SECTION_GUID","features":[5]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_OPEN_INFORMATION","features":[5,3]},{"name":"MEM_COMMIT","features":[5]},{"name":"MEM_DECOMMIT","features":[5]},{"name":"MEM_DEDICATED_ATTRIBUTE_TYPE","features":[5]},{"name":"MEM_EXTENDED_PARAMETER_EC_CODE","features":[5]},{"name":"MEM_EXTENDED_PARAMETER_TYPE_BITS","features":[5]},{"name":"MEM_LARGE_PAGES","features":[5]},{"name":"MEM_MAPPED","features":[5]},{"name":"MEM_PRIVATE","features":[5]},{"name":"MEM_RELEASE","features":[5]},{"name":"MEM_RESERVE","features":[5]},{"name":"MEM_RESET","features":[5]},{"name":"MEM_RESET_UNDO","features":[5]},{"name":"MEM_SECTION_EXTENDED_PARAMETER_TYPE","features":[5]},{"name":"MEM_TOP_DOWN","features":[5]},{"name":"MM_ADD_PHYSICAL_MEMORY_ALREADY_ZEROED","features":[5]},{"name":"MM_ADD_PHYSICAL_MEMORY_HUGE_PAGES_ONLY","features":[5]},{"name":"MM_ADD_PHYSICAL_MEMORY_LARGE_PAGES_ONLY","features":[5]},{"name":"MM_ALLOCATE_AND_HOT_REMOVE","features":[5]},{"name":"MM_ALLOCATE_CONTIGUOUS_MEMORY_FAST_ONLY","features":[5]},{"name":"MM_ALLOCATE_FAST_LARGE_PAGES","features":[5]},{"name":"MM_ALLOCATE_FROM_LOCAL_NODE_ONLY","features":[5]},{"name":"MM_ALLOCATE_FULLY_REQUIRED","features":[5]},{"name":"MM_ALLOCATE_NO_WAIT","features":[5]},{"name":"MM_ALLOCATE_PREFER_CONTIGUOUS","features":[5]},{"name":"MM_ALLOCATE_REQUIRE_CONTIGUOUS_CHUNKS","features":[5]},{"name":"MM_ALLOCATE_TRIM_IF_NECESSARY","features":[5]},{"name":"MM_ANY_NODE_OK","features":[5]},{"name":"MM_COPY_ADDRESS","features":[5]},{"name":"MM_COPY_MEMORY_PHYSICAL","features":[5]},{"name":"MM_COPY_MEMORY_VIRTUAL","features":[5]},{"name":"MM_DONT_ZERO_ALLOCATION","features":[5]},{"name":"MM_DUMP_MAP_CACHED","features":[5]},{"name":"MM_DUMP_MAP_INVALIDATE","features":[5]},{"name":"MM_FREE_MDL_PAGES_ZERO","features":[5]},{"name":"MM_GET_CACHE_ATTRIBUTE_IO_SPACE","features":[5]},{"name":"MM_GET_PHYSICAL_MEMORY_RANGES_INCLUDE_ALL_PARTITIONS","features":[5]},{"name":"MM_GET_PHYSICAL_MEMORY_RANGES_INCLUDE_FILE_ONLY","features":[5]},{"name":"MM_MAPPING_ADDRESS_DIVISIBLE","features":[5]},{"name":"MM_MAXIMUM_DISK_IO_SIZE","features":[5]},{"name":"MM_MDL_PAGE_CONTENTS_STATE","features":[5]},{"name":"MM_MDL_ROUTINE","features":[5]},{"name":"MM_PAGE_PRIORITY","features":[5]},{"name":"MM_PERMANENT_ADDRESS_IS_IO_SPACE","features":[5]},{"name":"MM_PHYSICAL_ADDRESS_LIST","features":[5]},{"name":"MM_PROTECT_DRIVER_SECTION_ALLOW_UNLOAD","features":[5]},{"name":"MM_PROTECT_DRIVER_SECTION_VALID_FLAGS","features":[5]},{"name":"MM_REMOVE_PHYSICAL_MEMORY_BAD_ONLY","features":[5]},{"name":"MM_ROTATE_DIRECTION","features":[5]},{"name":"MM_SECURE_EXCLUSIVE","features":[5]},{"name":"MM_SECURE_NO_CHANGE","features":[5]},{"name":"MM_SECURE_NO_INHERIT","features":[5]},{"name":"MM_SECURE_USER_MODE_ONLY","features":[5]},{"name":"MM_SYSTEMSIZE","features":[5]},{"name":"MM_SYSTEM_SPACE_END","features":[5]},{"name":"MM_SYSTEM_VIEW_EXCEPTIONS_FOR_INPAGE_ERRORS","features":[5]},{"name":"MODE","features":[5]},{"name":"MPIBus","features":[5]},{"name":"MPIConfiguration","features":[5]},{"name":"MPSABus","features":[5]},{"name":"MPSAConfiguration","features":[5]},{"name":"MRLClosed","features":[5]},{"name":"MRLOpen","features":[5]},{"name":"MU_TELEMETRY_SECTION","features":[5]},{"name":"MU_TELEMETRY_SECTION_GUID","features":[5]},{"name":"MapPhysicalAddressTypeContiguousRange","features":[5]},{"name":"MapPhysicalAddressTypeMax","features":[5]},{"name":"MapPhysicalAddressTypeMdl","features":[5]},{"name":"MapPhysicalAddressTypePfn","features":[5]},{"name":"MaxFaultType","features":[5]},{"name":"MaxHardwareCounterType","features":[5]},{"name":"MaxPayload1024Bytes","features":[5]},{"name":"MaxPayload128Bytes","features":[5]},{"name":"MaxPayload2048Bytes","features":[5]},{"name":"MaxPayload256Bytes","features":[5]},{"name":"MaxPayload4096Bytes","features":[5]},{"name":"MaxPayload512Bytes","features":[5]},{"name":"MaxRegNtNotifyClass","features":[5]},{"name":"MaxSubsystemInformationType","features":[5]},{"name":"MaxTraceInformationClass","features":[5]},{"name":"MaximumBusDataType","features":[5]},{"name":"MaximumDmaSpeed","features":[5]},{"name":"MaximumDmaWidth","features":[5]},{"name":"MaximumInterfaceType","features":[5]},{"name":"MaximumMode","features":[5]},{"name":"MaximumType","features":[5]},{"name":"MaximumWaitReason","features":[5]},{"name":"MaximumWorkQueue","features":[5]},{"name":"MdlMappingNoExecute","features":[5]},{"name":"MdlMappingNoWrite","features":[5]},{"name":"MdlMappingWithGuardPtes","features":[5]},{"name":"MediumHighImportance","features":[5]},{"name":"MediumImportance","features":[5]},{"name":"MemDedicatedAttributeMax","features":[5]},{"name":"MemDedicatedAttributeReadBandwidth","features":[5]},{"name":"MemDedicatedAttributeReadLatency","features":[5]},{"name":"MemDedicatedAttributeWriteBandwidth","features":[5]},{"name":"MemDedicatedAttributeWriteLatency","features":[5]},{"name":"MemSectionExtendedParameterInvalidType","features":[5]},{"name":"MemSectionExtendedParameterMax","features":[5]},{"name":"MemSectionExtendedParameterNumaNode","features":[5]},{"name":"MemSectionExtendedParameterSigningLevel","features":[5]},{"name":"MemSectionExtendedParameterUserPhysicalFlags","features":[5]},{"name":"MicroChannel","features":[5]},{"name":"MmAddPhysicalMemory","features":[5,3]},{"name":"MmAddVerifierSpecialThunks","features":[5,3]},{"name":"MmAddVerifierThunks","features":[5,3]},{"name":"MmAdvanceMdl","features":[4,5,3]},{"name":"MmAllocateContiguousMemory","features":[5]},{"name":"MmAllocateContiguousMemoryEx","features":[5,3]},{"name":"MmAllocateContiguousMemorySpecifyCache","features":[5]},{"name":"MmAllocateContiguousMemorySpecifyCacheNode","features":[5]},{"name":"MmAllocateContiguousNodeMemory","features":[5]},{"name":"MmAllocateMappingAddress","features":[5]},{"name":"MmAllocateMappingAddressEx","features":[5]},{"name":"MmAllocateMdlForIoSpace","features":[4,5,3]},{"name":"MmAllocateNodePagesForMdlEx","features":[4,5]},{"name":"MmAllocateNonCachedMemory","features":[5]},{"name":"MmAllocatePagesForMdl","features":[4,5]},{"name":"MmAllocatePagesForMdlEx","features":[4,5]},{"name":"MmAllocatePartitionNodePagesForMdlEx","features":[4,5]},{"name":"MmAreMdlPagesCached","features":[4,5]},{"name":"MmBuildMdlForNonPagedPool","features":[4,5]},{"name":"MmCached","features":[5]},{"name":"MmCopyMemory","features":[5,3]},{"name":"MmCreateMdl","features":[4,5]},{"name":"MmCreateMirror","features":[5,3]},{"name":"MmFrameBufferCached","features":[5]},{"name":"MmFreeContiguousMemory","features":[5]},{"name":"MmFreeContiguousMemorySpecifyCache","features":[5]},{"name":"MmFreeMappingAddress","features":[5]},{"name":"MmFreeNonCachedMemory","features":[5]},{"name":"MmFreePagesFromMdl","features":[4,5]},{"name":"MmFreePagesFromMdlEx","features":[4,5]},{"name":"MmGetCacheAttribute","features":[5,3]},{"name":"MmGetCacheAttributeEx","features":[5,3]},{"name":"MmGetPhysicalAddress","features":[5]},{"name":"MmGetPhysicalMemoryRanges","features":[5]},{"name":"MmGetPhysicalMemoryRangesEx","features":[5]},{"name":"MmGetPhysicalMemoryRangesEx2","features":[5]},{"name":"MmGetSystemRoutineAddress","features":[5,3]},{"name":"MmGetVirtualForPhysical","features":[5]},{"name":"MmHardwareCoherentCached","features":[5]},{"name":"MmIsAddressValid","features":[5,3]},{"name":"MmIsDriverSuspectForVerifier","features":[4,7,5,3,6,8,9,10]},{"name":"MmIsDriverVerifying","features":[4,7,5,3,6,8,9,10]},{"name":"MmIsDriverVerifyingByAddress","features":[5]},{"name":"MmIsIoSpaceActive","features":[5]},{"name":"MmIsNonPagedSystemAddressValid","features":[5,3]},{"name":"MmIsThisAnNtAsSystem","features":[5,3]},{"name":"MmIsVerifierEnabled","features":[5,3]},{"name":"MmLargeSystem","features":[5]},{"name":"MmLockPagableDataSection","features":[5]},{"name":"MmLockPagableSectionByHandle","features":[5]},{"name":"MmMapIoSpace","features":[5]},{"name":"MmMapIoSpaceEx","features":[5]},{"name":"MmMapLockedPages","features":[4,5]},{"name":"MmMapLockedPagesSpecifyCache","features":[4,5]},{"name":"MmMapLockedPagesWithReservedMapping","features":[4,5]},{"name":"MmMapMdl","features":[4,5,3]},{"name":"MmMapMemoryDumpMdlEx","features":[4,5,3]},{"name":"MmMapUserAddressesToPage","features":[5,3]},{"name":"MmMapVideoDisplay","features":[5]},{"name":"MmMapViewInSessionSpace","features":[5,3]},{"name":"MmMapViewInSessionSpaceEx","features":[5,3]},{"name":"MmMapViewInSystemSpace","features":[5,3]},{"name":"MmMapViewInSystemSpaceEx","features":[5,3]},{"name":"MmMaximumCacheType","features":[5]},{"name":"MmMaximumRotateDirection","features":[5]},{"name":"MmMdlPageContentsDynamic","features":[5]},{"name":"MmMdlPageContentsInvariant","features":[5]},{"name":"MmMdlPageContentsQuery","features":[5]},{"name":"MmMdlPageContentsState","features":[4,5]},{"name":"MmMediumSystem","features":[5]},{"name":"MmNonCached","features":[5]},{"name":"MmNonCachedUnordered","features":[5]},{"name":"MmNotMapped","features":[5]},{"name":"MmPageEntireDriver","features":[5]},{"name":"MmProbeAndLockPages","features":[4,5]},{"name":"MmProbeAndLockProcessPages","features":[4,5]},{"name":"MmProbeAndLockSelectedPages","features":[4,5,23]},{"name":"MmProtectDriverSection","features":[5,3]},{"name":"MmProtectMdlSystemAddress","features":[4,5,3]},{"name":"MmQuerySystemSize","features":[5]},{"name":"MmRemovePhysicalMemory","features":[5,3]},{"name":"MmResetDriverPaging","features":[5]},{"name":"MmRotatePhysicalView","features":[4,5,3]},{"name":"MmSecureVirtualMemory","features":[5,3]},{"name":"MmSecureVirtualMemoryEx","features":[5,3]},{"name":"MmSetPermanentCacheAttribute","features":[5,3]},{"name":"MmSizeOfMdl","features":[5]},{"name":"MmSmallSystem","features":[5]},{"name":"MmToFrameBuffer","features":[5]},{"name":"MmToFrameBufferNoCopy","features":[5]},{"name":"MmToRegularMemory","features":[5]},{"name":"MmToRegularMemoryNoCopy","features":[5]},{"name":"MmUSWCCached","features":[5]},{"name":"MmUnlockPagableImageSection","features":[5]},{"name":"MmUnlockPages","features":[4,5]},{"name":"MmUnmapIoSpace","features":[5]},{"name":"MmUnmapLockedPages","features":[4,5]},{"name":"MmUnmapReservedMapping","features":[4,5]},{"name":"MmUnmapVideoDisplay","features":[5]},{"name":"MmUnmapViewInSessionSpace","features":[5,3]},{"name":"MmUnmapViewInSystemSpace","features":[5,3]},{"name":"MmUnsecureVirtualMemory","features":[5,3]},{"name":"MmWriteCombined","features":[5]},{"name":"ModemPeripheral","features":[5]},{"name":"ModifyAccess","features":[5]},{"name":"MonitorPeripheral","features":[5]},{"name":"MonitorRequestReasonAcDcDisplayBurst","features":[5]},{"name":"MonitorRequestReasonAcDcDisplayBurstSuppressed","features":[5]},{"name":"MonitorRequestReasonBatteryCountChange","features":[5]},{"name":"MonitorRequestReasonBatteryCountChangeSuppressed","features":[5]},{"name":"MonitorRequestReasonBatteryPreCritical","features":[5]},{"name":"MonitorRequestReasonBuiltinPanel","features":[5]},{"name":"MonitorRequestReasonDP","features":[5]},{"name":"MonitorRequestReasonDim","features":[5]},{"name":"MonitorRequestReasonDirectedDrips","features":[5]},{"name":"MonitorRequestReasonDisplayRequiredUnDim","features":[5]},{"name":"MonitorRequestReasonFullWake","features":[5]},{"name":"MonitorRequestReasonGracePeriod","features":[5]},{"name":"MonitorRequestReasonIdleTimeout","features":[5]},{"name":"MonitorRequestReasonLid","features":[5]},{"name":"MonitorRequestReasonMax","features":[5]},{"name":"MonitorRequestReasonNearProximity","features":[5]},{"name":"MonitorRequestReasonPdcSignal","features":[5]},{"name":"MonitorRequestReasonPdcSignalFingerprint","features":[5]},{"name":"MonitorRequestReasonPdcSignalHeyCortana","features":[5]},{"name":"MonitorRequestReasonPdcSignalHolographicShell","features":[5]},{"name":"MonitorRequestReasonPdcSignalSensorsHumanPresence","features":[5]},{"name":"MonitorRequestReasonPdcSignalWindowsMobilePwrNotif","features":[5]},{"name":"MonitorRequestReasonPdcSignalWindowsMobileShell","features":[5]},{"name":"MonitorRequestReasonPnP","features":[5]},{"name":"MonitorRequestReasonPoSetSystemState","features":[5]},{"name":"MonitorRequestReasonPolicyChange","features":[5]},{"name":"MonitorRequestReasonPowerButton","features":[5]},{"name":"MonitorRequestReasonRemoteConnection","features":[5]},{"name":"MonitorRequestReasonResumeModernStandby","features":[5]},{"name":"MonitorRequestReasonResumePdc","features":[5]},{"name":"MonitorRequestReasonResumeS4","features":[5]},{"name":"MonitorRequestReasonScMonitorpower","features":[5]},{"name":"MonitorRequestReasonScreenOffRequest","features":[5]},{"name":"MonitorRequestReasonSessionUnlock","features":[5]},{"name":"MonitorRequestReasonSetThreadExecutionState","features":[5]},{"name":"MonitorRequestReasonSleepButton","features":[5]},{"name":"MonitorRequestReasonSxTransition","features":[5]},{"name":"MonitorRequestReasonSystemIdle","features":[5]},{"name":"MonitorRequestReasonSystemStateEntered","features":[5]},{"name":"MonitorRequestReasonTerminal","features":[5]},{"name":"MonitorRequestReasonTerminalInit","features":[5]},{"name":"MonitorRequestReasonThermalStandby","features":[5]},{"name":"MonitorRequestReasonUnknown","features":[5]},{"name":"MonitorRequestReasonUserDisplayBurst","features":[5]},{"name":"MonitorRequestReasonUserInput","features":[5]},{"name":"MonitorRequestReasonUserInputAccelerometer","features":[5]},{"name":"MonitorRequestReasonUserInputHid","features":[5]},{"name":"MonitorRequestReasonUserInputInitialization","features":[5]},{"name":"MonitorRequestReasonUserInputKeyboard","features":[5]},{"name":"MonitorRequestReasonUserInputMouse","features":[5]},{"name":"MonitorRequestReasonUserInputPen","features":[5]},{"name":"MonitorRequestReasonUserInputPoUserPresent","features":[5]},{"name":"MonitorRequestReasonUserInputSessionSwitch","features":[5]},{"name":"MonitorRequestReasonUserInputTouch","features":[5]},{"name":"MonitorRequestReasonUserInputTouchpad","features":[5]},{"name":"MonitorRequestReasonWinrt","features":[5]},{"name":"MonitorRequestTypeOff","features":[5]},{"name":"MonitorRequestTypeOnAndPresent","features":[5]},{"name":"MonitorRequestTypeToggleOn","features":[5]},{"name":"MultiFunctionAdapter","features":[5]},{"name":"NAMED_PIPE_CREATE_PARAMETERS","features":[5,3]},{"name":"NEC98x86","features":[5]},{"name":"NMI_CALLBACK","features":[5,3]},{"name":"NMI_NOTIFY_TYPE_GUID","features":[5]},{"name":"NMI_SECTION_GUID","features":[5]},{"name":"NPEM_CAPABILITY_STANDARD","features":[5]},{"name":"NPEM_CONTROL_ENABLE_DISABLE","features":[5,3]},{"name":"NPEM_CONTROL_INTERFACE","features":[5,3]},{"name":"NPEM_CONTROL_INTERFACE_CURRENT_VERSION","features":[5]},{"name":"NPEM_CONTROL_INTERFACE_VERSION1","features":[5]},{"name":"NPEM_CONTROL_INTERFACE_VERSION2","features":[5]},{"name":"NPEM_CONTROL_QUERY_CONTROL","features":[5]},{"name":"NPEM_CONTROL_QUERY_STANDARD_CAPABILITIES","features":[5,3]},{"name":"NPEM_CONTROL_SET_STANDARD_CONTROL","features":[5,3]},{"name":"NPEM_CONTROL_STANDARD_CONTROL_BIT","features":[5]},{"name":"NTFS_DEREF_EXPORTED_SECURITY_DESCRIPTOR","features":[5,6]},{"name":"NT_PAGING_LEVELS","features":[5]},{"name":"NT_TIB32","features":[5]},{"name":"NX_SUPPORT_POLICY_ALWAYSOFF","features":[5]},{"name":"NX_SUPPORT_POLICY_ALWAYSON","features":[5]},{"name":"NX_SUPPORT_POLICY_OPTIN","features":[5]},{"name":"NX_SUPPORT_POLICY_OPTOUT","features":[5]},{"name":"NetworkController","features":[5]},{"name":"NetworkPeripheral","features":[5]},{"name":"NoAspmSupport","features":[5]},{"name":"NormalPagePriority","features":[5]},{"name":"NormalPoolPriority","features":[5]},{"name":"NormalPoolPrioritySpecialPoolOverrun","features":[5]},{"name":"NormalPoolPrioritySpecialPoolUnderrun","features":[5]},{"name":"NormalWorkQueue","features":[5]},{"name":"NtAllocateLocallyUniqueId","features":[5,3]},{"name":"NtCommitComplete","features":[5,3]},{"name":"NtCommitEnlistment","features":[5,3]},{"name":"NtCommitTransaction","features":[5,3]},{"name":"NtCreateEnlistment","features":[4,5,3]},{"name":"NtCreateResourceManager","features":[4,5,3]},{"name":"NtCreateTransaction","features":[4,5,3]},{"name":"NtCreateTransactionManager","features":[4,5,3]},{"name":"NtDisplayString","features":[5,3]},{"name":"NtEnumerateTransactionObject","features":[5,3,38]},{"name":"NtGetNotificationResourceManager","features":[5,3,23]},{"name":"NtLoadDriver","features":[5,3]},{"name":"NtMakeTemporaryObject","features":[5,3]},{"name":"NtManagePartition","features":[5,3]},{"name":"NtOpenEnlistment","features":[4,5,3]},{"name":"NtOpenResourceManager","features":[4,5,3]},{"name":"NtOpenTransaction","features":[4,5,3]},{"name":"NtOpenTransactionManager","features":[4,5,3]},{"name":"NtPowerInformation","features":[5,3,10]},{"name":"NtPrePrepareComplete","features":[5,3]},{"name":"NtPrePrepareEnlistment","features":[5,3]},{"name":"NtPrepareComplete","features":[5,3]},{"name":"NtPrepareEnlistment","features":[5,3]},{"name":"NtPropagationComplete","features":[5,3]},{"name":"NtPropagationFailed","features":[5,3]},{"name":"NtQueryInformationEnlistment","features":[5,3,38]},{"name":"NtQueryInformationResourceManager","features":[5,3,38]},{"name":"NtQueryInformationTransaction","features":[5,3,38]},{"name":"NtQueryInformationTransactionManager","features":[5,3,38]},{"name":"NtReadOnlyEnlistment","features":[5,3]},{"name":"NtRecoverEnlistment","features":[5,3]},{"name":"NtRecoverResourceManager","features":[5,3]},{"name":"NtRecoverTransactionManager","features":[5,3]},{"name":"NtRegisterProtocolAddressInformation","features":[5,3]},{"name":"NtRenameTransactionManager","features":[5,3]},{"name":"NtRollbackComplete","features":[5,3]},{"name":"NtRollbackEnlistment","features":[5,3]},{"name":"NtRollbackTransaction","features":[5,3]},{"name":"NtRollforwardTransactionManager","features":[5,3]},{"name":"NtSetInformationEnlistment","features":[5,3,38]},{"name":"NtSetInformationResourceManager","features":[5,3,38]},{"name":"NtSetInformationTransaction","features":[5,3,38]},{"name":"NtSetInformationTransactionManager","features":[5,3,38]},{"name":"NtSinglePhaseReject","features":[5,3]},{"name":"NtUnloadDriver","features":[5,3]},{"name":"NuBus","features":[5]},{"name":"NuBusConfiguration","features":[5]},{"name":"OBJECT_HANDLE_INFORMATION","features":[5]},{"name":"OBJECT_TYPE_CREATE","features":[5]},{"name":"OB_CALLBACK_REGISTRATION","features":[4,5,3]},{"name":"OB_FLT_REGISTRATION_VERSION","features":[5]},{"name":"OB_FLT_REGISTRATION_VERSION_0100","features":[5]},{"name":"OB_OPERATION_HANDLE_CREATE","features":[5]},{"name":"OB_OPERATION_HANDLE_DUPLICATE","features":[5]},{"name":"OB_OPERATION_REGISTRATION","features":[4,5,3]},{"name":"OB_POST_CREATE_HANDLE_INFORMATION","features":[5]},{"name":"OB_POST_DUPLICATE_HANDLE_INFORMATION","features":[5]},{"name":"OB_POST_OPERATION_INFORMATION","features":[4,5,3]},{"name":"OB_POST_OPERATION_PARAMETERS","features":[5]},{"name":"OB_PREOP_CALLBACK_STATUS","features":[5]},{"name":"OB_PREOP_SUCCESS","features":[5]},{"name":"OB_PRE_CREATE_HANDLE_INFORMATION","features":[5]},{"name":"OB_PRE_DUPLICATE_HANDLE_INFORMATION","features":[5]},{"name":"OB_PRE_OPERATION_INFORMATION","features":[4,5]},{"name":"OB_PRE_OPERATION_PARAMETERS","features":[5]},{"name":"OPLOCK_KEY_FLAG_PARENT_KEY","features":[5]},{"name":"OPLOCK_KEY_FLAG_TARGET_KEY","features":[5]},{"name":"OPLOCK_KEY_VERSION_WIN7","features":[5]},{"name":"OPLOCK_KEY_VERSION_WIN8","features":[5]},{"name":"OSC_CAPABILITIES_MASKED","features":[5]},{"name":"OSC_FIRMWARE_FAILURE","features":[5]},{"name":"OSC_UNRECOGNIZED_REVISION","features":[5]},{"name":"OSC_UNRECOGNIZED_UUID","features":[5]},{"name":"ObCloseHandle","features":[5,3]},{"name":"ObDereferenceObjectDeferDelete","features":[5]},{"name":"ObDereferenceObjectDeferDeleteWithTag","features":[5]},{"name":"ObGetFilterVersion","features":[5]},{"name":"ObGetObjectSecurity","features":[5,3,6]},{"name":"ObReferenceObjectByHandle","features":[4,5,3]},{"name":"ObReferenceObjectByHandleWithTag","features":[4,5,3]},{"name":"ObReferenceObjectByPointer","features":[4,5,3]},{"name":"ObReferenceObjectByPointerWithTag","features":[4,5,3]},{"name":"ObReferenceObjectSafe","features":[5,3]},{"name":"ObReferenceObjectSafeWithTag","features":[5,3]},{"name":"ObRegisterCallbacks","features":[4,5,3]},{"name":"ObReleaseObjectSecurity","features":[5,3,6]},{"name":"ObUnRegisterCallbacks","features":[5]},{"name":"ObfDereferenceObject","features":[5]},{"name":"ObfDereferenceObjectWithTag","features":[5]},{"name":"ObfReferenceObject","features":[5]},{"name":"ObfReferenceObjectWithTag","features":[5]},{"name":"OkControl","features":[5]},{"name":"OtherController","features":[5]},{"name":"OtherPeripheral","features":[5]},{"name":"PAGE_ENCLAVE_NO_CHANGE","features":[5]},{"name":"PAGE_ENCLAVE_THREAD_CONTROL","features":[5]},{"name":"PAGE_ENCLAVE_UNVALIDATED","features":[5]},{"name":"PAGE_EXECUTE","features":[5]},{"name":"PAGE_EXECUTE_READ","features":[5]},{"name":"PAGE_EXECUTE_READWRITE","features":[5]},{"name":"PAGE_EXECUTE_WRITECOPY","features":[5]},{"name":"PAGE_GRAPHICS_COHERENT","features":[5]},{"name":"PAGE_GRAPHICS_EXECUTE","features":[5]},{"name":"PAGE_GRAPHICS_EXECUTE_READ","features":[5]},{"name":"PAGE_GRAPHICS_EXECUTE_READWRITE","features":[5]},{"name":"PAGE_GRAPHICS_NOACCESS","features":[5]},{"name":"PAGE_GRAPHICS_NOCACHE","features":[5]},{"name":"PAGE_GRAPHICS_READONLY","features":[5]},{"name":"PAGE_GRAPHICS_READWRITE","features":[5]},{"name":"PAGE_GUARD","features":[5]},{"name":"PAGE_NOACCESS","features":[5]},{"name":"PAGE_NOCACHE","features":[5]},{"name":"PAGE_PRIORITY_INFORMATION","features":[5]},{"name":"PAGE_READONLY","features":[5]},{"name":"PAGE_READWRITE","features":[5]},{"name":"PAGE_REVERT_TO_FILE_MAP","features":[5]},{"name":"PAGE_SHIFT","features":[5]},{"name":"PAGE_SIZE","features":[5]},{"name":"PAGE_TARGETS_INVALID","features":[5]},{"name":"PAGE_TARGETS_NO_UPDATE","features":[5]},{"name":"PAGE_WRITECOMBINE","features":[5]},{"name":"PAGE_WRITECOPY","features":[5]},{"name":"PALLOCATE_ADAPTER_CHANNEL","features":[4,7,5,3,6,8,9,10]},{"name":"PALLOCATE_ADAPTER_CHANNEL_EX","features":[4,7,5,3,6,8,9,10]},{"name":"PALLOCATE_COMMON_BUFFER","features":[4,7,5,3,6,8,9,10]},{"name":"PALLOCATE_COMMON_BUFFER_EX","features":[4,7,5,3,6,8,9,10]},{"name":"PALLOCATE_COMMON_BUFFER_VECTOR","features":[4,7,5,3,6,8,9,10]},{"name":"PALLOCATE_COMMON_BUFFER_WITH_BOUNDS","features":[4,7,5,3,6,8,9,10]},{"name":"PALLOCATE_DOMAIN_COMMON_BUFFER","features":[4,7,5,3,6,8,9,10]},{"name":"PALLOCATE_FUNCTION","features":[5]},{"name":"PALLOCATE_FUNCTION_EX","features":[5]},{"name":"PARBITER_HANDLER","features":[4,7,5,3,6,8,9,10]},{"name":"PARKING_TOPOLOGY_POLICY_DISABLED","features":[5]},{"name":"PARTITION_INFORMATION_CLASS","features":[5]},{"name":"PASSIVE_LEVEL","features":[5]},{"name":"PBOOT_DRIVER_CALLBACK_FUNCTION","features":[5]},{"name":"PBOUND_CALLBACK","features":[5]},{"name":"PBUILD_MDL_FROM_SCATTER_GATHER_LIST","features":[4,7,5,3,6,8,9,10]},{"name":"PBUILD_SCATTER_GATHER_LIST","features":[4,7,5,3,6,8,9,10]},{"name":"PBUILD_SCATTER_GATHER_LIST_EX","features":[4,7,5,3,6,8,9,10]},{"name":"PCALCULATE_SCATTER_GATHER_LIST_SIZE","features":[4,7,5,3,6,8,9,10]},{"name":"PCALLBACK_FUNCTION","features":[5]},{"name":"PCANCEL_ADAPTER_CHANNEL","features":[4,7,5,3,6,8,9,10]},{"name":"PCANCEL_MAPPED_TRANSFER","features":[4,7,5,3,6,8,9,10]},{"name":"PCCARD_DEVICE_PCI","features":[5]},{"name":"PCCARD_DUP_LEGACY_BASE","features":[5]},{"name":"PCCARD_MAP_ERROR","features":[5]},{"name":"PCCARD_MAP_ZERO","features":[5]},{"name":"PCCARD_NO_CONTROLLERS","features":[5]},{"name":"PCCARD_NO_LEGACY_BASE","features":[5]},{"name":"PCCARD_NO_PIC","features":[5]},{"name":"PCCARD_NO_TIMER","features":[5]},{"name":"PCCARD_SCAN_DISABLED","features":[5]},{"name":"PCIBUSDATA","features":[5]},{"name":"PCIBus","features":[5]},{"name":"PCIConfiguration","features":[5]},{"name":"PCIEXPRESS_ERROR_SECTION_GUID","features":[5]},{"name":"PCIE_CORRECTABLE_ERROR_SUMMARY_SECTION_GUID","features":[5]},{"name":"PCIXBUS_ERROR_SECTION_GUID","features":[5]},{"name":"PCIXBUS_ERRTYPE_ADDRESSPARITY","features":[5]},{"name":"PCIXBUS_ERRTYPE_BUSTIMEOUT","features":[5]},{"name":"PCIXBUS_ERRTYPE_COMMANDPARITY","features":[5]},{"name":"PCIXBUS_ERRTYPE_DATAPARITY","features":[5]},{"name":"PCIXBUS_ERRTYPE_MASTERABORT","features":[5]},{"name":"PCIXBUS_ERRTYPE_MASTERDATAPARITY","features":[5]},{"name":"PCIXBUS_ERRTYPE_SYSTEM","features":[5]},{"name":"PCIXBUS_ERRTYPE_UNKNOWN","features":[5]},{"name":"PCIXDEVICE_ERROR_SECTION_GUID","features":[5]},{"name":"PCIX_BRIDGE_CAPABILITY","features":[5]},{"name":"PCIX_MODE1_100MHZ","features":[5]},{"name":"PCIX_MODE1_133MHZ","features":[5]},{"name":"PCIX_MODE1_66MHZ","features":[5]},{"name":"PCIX_MODE2_266_100MHZ","features":[5]},{"name":"PCIX_MODE2_266_133MHZ","features":[5]},{"name":"PCIX_MODE2_266_66MHZ","features":[5]},{"name":"PCIX_MODE2_533_100MHZ","features":[5]},{"name":"PCIX_MODE2_533_133MHZ","features":[5]},{"name":"PCIX_MODE2_533_66MHZ","features":[5]},{"name":"PCIX_MODE_CONVENTIONAL_PCI","features":[5]},{"name":"PCIX_VERSION_DUAL_MODE_ECC","features":[5]},{"name":"PCIX_VERSION_MODE1_ONLY","features":[5]},{"name":"PCIX_VERSION_MODE2_ECC","features":[5]},{"name":"PCI_ACS_ALLOWED","features":[5]},{"name":"PCI_ACS_BIT","features":[5]},{"name":"PCI_ACS_BLOCKED","features":[5]},{"name":"PCI_ACS_REDIRECTED","features":[5]},{"name":"PCI_ADDRESS_IO_ADDRESS_MASK","features":[5]},{"name":"PCI_ADDRESS_IO_SPACE","features":[5]},{"name":"PCI_ADDRESS_MEMORY_ADDRESS_MASK","features":[5]},{"name":"PCI_ADDRESS_MEMORY_PREFETCHABLE","features":[5]},{"name":"PCI_ADDRESS_MEMORY_TYPE_MASK","features":[5]},{"name":"PCI_ADDRESS_ROM_ADDRESS_MASK","features":[5]},{"name":"PCI_ADVANCED_FEATURES_CAPABILITY","features":[5]},{"name":"PCI_AGP_APERTURE_PAGE_SIZE","features":[5]},{"name":"PCI_AGP_CAPABILITY","features":[5]},{"name":"PCI_AGP_CONTROL","features":[5]},{"name":"PCI_AGP_EXTENDED_CAPABILITY","features":[5]},{"name":"PCI_AGP_ISOCH_COMMAND","features":[5]},{"name":"PCI_AGP_ISOCH_STATUS","features":[5]},{"name":"PCI_AGP_RATE_1X","features":[5]},{"name":"PCI_AGP_RATE_2X","features":[5]},{"name":"PCI_AGP_RATE_4X","features":[5]},{"name":"PCI_ATS_INTERFACE","features":[5,3]},{"name":"PCI_ATS_INTERFACE_VERSION","features":[5]},{"name":"PCI_BRIDGE_TYPE","features":[5]},{"name":"PCI_BUS_INTERFACE_STANDARD","features":[5]},{"name":"PCI_BUS_INTERFACE_STANDARD_VERSION","features":[5]},{"name":"PCI_BUS_WIDTH","features":[5]},{"name":"PCI_CAPABILITIES_HEADER","features":[5]},{"name":"PCI_CAPABILITY_ID_ADVANCED_FEATURES","features":[5]},{"name":"PCI_CAPABILITY_ID_AGP","features":[5]},{"name":"PCI_CAPABILITY_ID_AGP_TARGET","features":[5]},{"name":"PCI_CAPABILITY_ID_CPCI_HOTSWAP","features":[5]},{"name":"PCI_CAPABILITY_ID_CPCI_RES_CTRL","features":[5]},{"name":"PCI_CAPABILITY_ID_DEBUG_PORT","features":[5]},{"name":"PCI_CAPABILITY_ID_FPB","features":[5]},{"name":"PCI_CAPABILITY_ID_HYPERTRANSPORT","features":[5]},{"name":"PCI_CAPABILITY_ID_MSI","features":[5]},{"name":"PCI_CAPABILITY_ID_MSIX","features":[5]},{"name":"PCI_CAPABILITY_ID_P2P_SSID","features":[5]},{"name":"PCI_CAPABILITY_ID_PCIX","features":[5]},{"name":"PCI_CAPABILITY_ID_PCI_EXPRESS","features":[5]},{"name":"PCI_CAPABILITY_ID_POWER_MANAGEMENT","features":[5]},{"name":"PCI_CAPABILITY_ID_SATA_CONFIG","features":[5]},{"name":"PCI_CAPABILITY_ID_SECURE","features":[5]},{"name":"PCI_CAPABILITY_ID_SHPC","features":[5]},{"name":"PCI_CAPABILITY_ID_SLOT_ID","features":[5]},{"name":"PCI_CAPABILITY_ID_VENDOR_SPECIFIC","features":[5]},{"name":"PCI_CAPABILITY_ID_VPD","features":[5]},{"name":"PCI_CARDBUS_BRIDGE_TYPE","features":[5]},{"name":"PCI_CLASS_BASE_SYSTEM_DEV","features":[5]},{"name":"PCI_CLASS_BRIDGE_DEV","features":[5]},{"name":"PCI_CLASS_DATA_ACQ_SIGNAL_PROC","features":[5]},{"name":"PCI_CLASS_DISPLAY_CTLR","features":[5]},{"name":"PCI_CLASS_DOCKING_STATION","features":[5]},{"name":"PCI_CLASS_ENCRYPTION_DECRYPTION","features":[5]},{"name":"PCI_CLASS_INPUT_DEV","features":[5]},{"name":"PCI_CLASS_INTELLIGENT_IO_CTLR","features":[5]},{"name":"PCI_CLASS_MASS_STORAGE_CTLR","features":[5]},{"name":"PCI_CLASS_MEMORY_CTLR","features":[5]},{"name":"PCI_CLASS_MULTIMEDIA_DEV","features":[5]},{"name":"PCI_CLASS_NETWORK_CTLR","features":[5]},{"name":"PCI_CLASS_NOT_DEFINED","features":[5]},{"name":"PCI_CLASS_PRE_20","features":[5]},{"name":"PCI_CLASS_PROCESSOR","features":[5]},{"name":"PCI_CLASS_SATELLITE_COMMS_CTLR","features":[5]},{"name":"PCI_CLASS_SERIAL_BUS_CTLR","features":[5]},{"name":"PCI_CLASS_SIMPLE_COMMS_CTLR","features":[5]},{"name":"PCI_CLASS_WIRELESS_CTLR","features":[5]},{"name":"PCI_COMMON_CONFIG","features":[5]},{"name":"PCI_COMMON_HEADER","features":[5]},{"name":"PCI_DATA_VERSION","features":[5]},{"name":"PCI_DEBUGGING_DEVICE_IN_USE","features":[5]},{"name":"PCI_DEVICE_D3COLD_STATE_REASON","features":[5]},{"name":"PCI_DEVICE_PRESENCE_PARAMETERS","features":[5]},{"name":"PCI_DEVICE_PRESENT_INTERFACE","features":[5,3]},{"name":"PCI_DEVICE_PRESENT_INTERFACE_VERSION","features":[5]},{"name":"PCI_DEVICE_TYPE","features":[5]},{"name":"PCI_DISABLE_LEVEL_INTERRUPT","features":[5]},{"name":"PCI_ENABLE_BUS_MASTER","features":[5]},{"name":"PCI_ENABLE_FAST_BACK_TO_BACK","features":[5]},{"name":"PCI_ENABLE_IO_SPACE","features":[5]},{"name":"PCI_ENABLE_MEMORY_SPACE","features":[5]},{"name":"PCI_ENABLE_PARITY","features":[5]},{"name":"PCI_ENABLE_SERR","features":[5]},{"name":"PCI_ENABLE_SPECIAL_CYCLES","features":[5]},{"name":"PCI_ENABLE_VGA_COMPATIBLE_PALETTE","features":[5]},{"name":"PCI_ENABLE_WAIT_CYCLE","features":[5]},{"name":"PCI_ENABLE_WRITE_AND_INVALIDATE","features":[5]},{"name":"PCI_ERROR_HANDLER_CALLBACK","features":[5]},{"name":"PCI_EXPRESS_ACCESS_CONTROL_SERVICES_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_ACS_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_ACS_CAPABILITY_REGISTER","features":[5]},{"name":"PCI_EXPRESS_ACS_CONTROL","features":[5]},{"name":"PCI_EXPRESS_ADVANCED_ERROR_REPORTING_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_AER_CAPABILITIES","features":[5]},{"name":"PCI_EXPRESS_AER_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_ARI_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_ARI_CAPABILITY_REGISTER","features":[5]},{"name":"PCI_EXPRESS_ARI_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_ARI_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_ASPM_CONTROL","features":[5]},{"name":"PCI_EXPRESS_ASPM_SUPPORT","features":[5]},{"name":"PCI_EXPRESS_ATS_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_ATS_CAPABILITY_REGISTER","features":[5]},{"name":"PCI_EXPRESS_ATS_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_ATS_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_BRIDGE_AER_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_CAPABILITIES_REGISTER","features":[5]},{"name":"PCI_EXPRESS_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_CARD_PRESENCE","features":[5]},{"name":"PCI_EXPRESS_CONFIGURATION_ACCESS_CORRELATION_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_CORRECTABLE_ERROR_MASK","features":[5]},{"name":"PCI_EXPRESS_CORRECTABLE_ERROR_STATUS","features":[5]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY_REGISTER_V11","features":[5]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY_V11","features":[5]},{"name":"PCI_EXPRESS_CXL_DVSEC_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_CXL_DVSEC_LOCK_REGISTER","features":[5]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_BASE_HIGH_REGISTER","features":[5]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_BASE_LOW_REGISTER","features":[5]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_SIZE_HIGH_REGISTER","features":[5]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_SIZE_LOW_REGISTER_V11","features":[5]},{"name":"PCI_EXPRESS_CXL_DVSEC_STATUS_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_1","features":[5]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2","features":[5]},{"name":"PCI_EXPRESS_DEVICE_CAPABILITIES_2_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DEVICE_CAPABILITIES_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DEVICE_CONTROL_2_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DEVICE_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DEVICE_SERIAL_NUMBER_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_DEVICE_STATUS_2_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DEVICE_STATUS_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DEVICE_TYPE","features":[5]},{"name":"PCI_EXPRESS_DPA_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_DPC_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_DPC_CAPS_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DPC_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_DPC_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DPC_ERROR_SOURCE_ID","features":[5]},{"name":"PCI_EXPRESS_DPC_RP_PIO_EXCEPTION_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DPC_RP_PIO_HEADERLOG_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DPC_RP_PIO_IMPSPECLOG_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DPC_RP_PIO_MASK_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DPC_RP_PIO_SEVERITY_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DPC_RP_PIO_STATUS_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DPC_RP_PIO_SYSERR_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DPC_RP_PIO_TLPPREFIXLOG_REGISTER","features":[5]},{"name":"PCI_EXPRESS_DPC_STATUS_REGISTER","features":[5]},{"name":"PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER","features":[5]},{"name":"PCI_EXPRESS_ENTER_LINK_QUIESCENT_MODE","features":[5,3]},{"name":"PCI_EXPRESS_ERROR_SOURCE_ID","features":[5]},{"name":"PCI_EXPRESS_EVENT_COLLECTOR_ENDPOINT_ASSOCIATION_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_EXIT_LINK_QUIESCENT_MODE","features":[5,3]},{"name":"PCI_EXPRESS_FRS_QUEUEING_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_INDICATOR_STATE","features":[5]},{"name":"PCI_EXPRESS_L0s_EXIT_LATENCY","features":[5]},{"name":"PCI_EXPRESS_L1_EXIT_LATENCY","features":[5]},{"name":"PCI_EXPRESS_L1_PM_SS_CAPABILITIES_REGISTER","features":[5]},{"name":"PCI_EXPRESS_L1_PM_SS_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_L1_PM_SS_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_L1_PM_SS_CONTROL_1_REGISTER","features":[5]},{"name":"PCI_EXPRESS_L1_PM_SS_CONTROL_2_REGISTER","features":[5]},{"name":"PCI_EXPRESS_LANE_ERROR_STATUS","features":[5]},{"name":"PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER","features":[5]},{"name":"PCI_EXPRESS_LINK_CAPABILITIES_REGISTER","features":[5]},{"name":"PCI_EXPRESS_LINK_CONTROL3","features":[5]},{"name":"PCI_EXPRESS_LINK_CONTROL_2_REGISTER","features":[5]},{"name":"PCI_EXPRESS_LINK_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_LINK_QUIESCENT_INTERFACE","features":[5,3]},{"name":"PCI_EXPRESS_LINK_QUIESCENT_INTERFACE_VERSION","features":[5]},{"name":"PCI_EXPRESS_LINK_STATUS_2_REGISTER","features":[5]},{"name":"PCI_EXPRESS_LINK_STATUS_REGISTER","features":[5]},{"name":"PCI_EXPRESS_LINK_SUBSTATE","features":[5]},{"name":"PCI_EXPRESS_LN_REQUESTER_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_LTR_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_LTR_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_LTR_MAX_LATENCY_REGISTER","features":[5]},{"name":"PCI_EXPRESS_MAX_PAYLOAD_SIZE","features":[5]},{"name":"PCI_EXPRESS_MFVC_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_MPCIE_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_MRL_STATE","features":[5]},{"name":"PCI_EXPRESS_MULTICAST_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_MULTI_ROOT_IO_VIRTUALIZATION_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_NPEM_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_NPEM_CAPABILITY_REGISTER","features":[5]},{"name":"PCI_EXPRESS_NPEM_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_NPEM_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_NPEM_STATUS_REGISTER","features":[5]},{"name":"PCI_EXPRESS_PAGE_REQUEST_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_PASID_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_PASID_CAPABILITY_REGISTER","features":[5]},{"name":"PCI_EXPRESS_PASID_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_PASID_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_PME_REQUESTOR_ID","features":[5]},{"name":"PCI_EXPRESS_PMUX_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_POWER_BUDGETING_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_POWER_STATE","features":[5]},{"name":"PCI_EXPRESS_PRI_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_PRI_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_PRI_STATUS_REGISTER","features":[5]},{"name":"PCI_EXPRESS_PTM_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_PTM_CAPABILITY_REGISTER","features":[5]},{"name":"PCI_EXPRESS_PTM_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_PTM_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_RCB","features":[5]},{"name":"PCI_EXPRESS_RCRB_HEADER_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_RC_EVENT_COLLECTOR_ENDPOINT_ASSOCIATION_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_RC_INTERNAL_LINK_CONTROL_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_RC_LINK_DECLARATION_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_READINESS_TIME_REPORTING_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_RESERVED_FOR_AMD_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY_REGISTER","features":[5]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_ENTRY","features":[5]},{"name":"PCI_EXPRESS_ROOTPORT_AER_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_ROOT_CAPABILITIES_REGISTER","features":[5]},{"name":"PCI_EXPRESS_ROOT_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_ROOT_ERROR_COMMAND","features":[5]},{"name":"PCI_EXPRESS_ROOT_ERROR_STATUS","features":[5]},{"name":"PCI_EXPRESS_ROOT_PORT_INTERFACE","features":[5]},{"name":"PCI_EXPRESS_ROOT_PORT_INTERFACE_VERSION","features":[5]},{"name":"PCI_EXPRESS_ROOT_STATUS_REGISTER","features":[5]},{"name":"PCI_EXPRESS_SECONDARY_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_SECONDARY_PCI_EXPRESS_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_SEC_AER_CAPABILITIES","features":[5]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_MASK","features":[5]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY","features":[5]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_STATUS","features":[5]},{"name":"PCI_EXPRESS_SERIAL_NUMBER_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_SINGLE_ROOT_IO_VIRTUALIZATION_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_SLOT_CAPABILITIES_REGISTER","features":[5]},{"name":"PCI_EXPRESS_SLOT_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_SLOT_STATUS_REGISTER","features":[5]},{"name":"PCI_EXPRESS_SRIOV_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_SRIOV_CAPS","features":[5]},{"name":"PCI_EXPRESS_SRIOV_CONTROL","features":[5]},{"name":"PCI_EXPRESS_SRIOV_MIGRATION_STATE_ARRAY","features":[5]},{"name":"PCI_EXPRESS_SRIOV_STATUS","features":[5]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAPABILITY_REGISTER","features":[5]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CONTROL_REGISTER","features":[5]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_MSIX_TABLE","features":[5]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_NONE","features":[5]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_RESERVED","features":[5]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_TPH_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_TPH_ST_TABLE_ENTRY","features":[5]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK","features":[5]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_SEVERITY","features":[5]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS","features":[5]},{"name":"PCI_EXPRESS_VC_AND_MFVC_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_VENDOR_SPECIFIC_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_VENDOR_SPECIFIC_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_VIRTUAL_CHANNEL_CAPABILITY","features":[5]},{"name":"PCI_EXPRESS_VIRTUAL_CHANNEL_CAP_ID","features":[5]},{"name":"PCI_EXPRESS_WAKE_CONTROL","features":[5,3]},{"name":"PCI_EXTENDED_CONFIG_LENGTH","features":[5]},{"name":"PCI_FIRMWARE_BUS_CAPS","features":[5]},{"name":"PCI_FIRMWARE_BUS_CAPS_RETURN_BUFFER","features":[5]},{"name":"PCI_FPB_CAPABILITIES_REGISTER","features":[5]},{"name":"PCI_FPB_CAPABILITY","features":[5]},{"name":"PCI_FPB_CAPABILITY_HEADER","features":[5]},{"name":"PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER","features":[5]},{"name":"PCI_FPB_MEM_HIGH_VECTOR_CONTROL2_REGISTER","features":[5]},{"name":"PCI_FPB_MEM_LOW_VECTOR_CONTROL_REGISTER","features":[5]},{"name":"PCI_FPB_RID_VECTOR_CONTROL1_REGISTER","features":[5]},{"name":"PCI_FPB_RID_VECTOR_CONTROL2_REGISTER","features":[5]},{"name":"PCI_FPB_VECTOR_ACCESS_CONTROL_REGISTER","features":[5]},{"name":"PCI_FPB_VECTOR_ACCESS_DATA_REGISTER","features":[5]},{"name":"PCI_HARDWARE_INTERFACE","features":[5]},{"name":"PCI_INVALID_ALTERNATE_FUNCTION_NUMBER","features":[5]},{"name":"PCI_INVALID_VENDORID","features":[5]},{"name":"PCI_IS_DEVICE_PRESENT","features":[5,3]},{"name":"PCI_IS_DEVICE_PRESENT_EX","features":[5,3]},{"name":"PCI_LINE_TO_PIN","features":[5]},{"name":"PCI_MAX_BRIDGE_NUMBER","features":[5]},{"name":"PCI_MAX_DEVICES","features":[5]},{"name":"PCI_MAX_FUNCTION","features":[5]},{"name":"PCI_MAX_SEGMENT_NUMBER","features":[5]},{"name":"PCI_MSIX_GET_ENTRY","features":[5,3]},{"name":"PCI_MSIX_GET_TABLE_SIZE","features":[5,3]},{"name":"PCI_MSIX_MASKUNMASK_ENTRY","features":[5,3]},{"name":"PCI_MSIX_SET_ENTRY","features":[5,3]},{"name":"PCI_MSIX_TABLE_CONFIG_INTERFACE","features":[5,3]},{"name":"PCI_MSIX_TABLE_CONFIG_INTERFACE_VERSION","features":[5]},{"name":"PCI_MULTIFUNCTION","features":[5]},{"name":"PCI_PIN_TO_LINE","features":[5]},{"name":"PCI_PMC","features":[5]},{"name":"PCI_PMCSR","features":[5]},{"name":"PCI_PMCSR_BSE","features":[5]},{"name":"PCI_PM_CAPABILITY","features":[5]},{"name":"PCI_PREPARE_MULTISTAGE_RESUME","features":[5]},{"name":"PCI_PROGRAMMING_INTERFACE_MSC_NVM_EXPRESS","features":[5]},{"name":"PCI_PTM_TIME_SOURCE_AUX","features":[5]},{"name":"PCI_READ_WRITE_CONFIG","features":[5]},{"name":"PCI_RECOVERY_SECTION_GUID","features":[5]},{"name":"PCI_ROMADDRESS_ENABLED","features":[5]},{"name":"PCI_ROOT_BUS_CAPABILITY","features":[5,3]},{"name":"PCI_ROOT_BUS_HARDWARE_CAPABILITY","features":[5,3]},{"name":"PCI_ROOT_BUS_OSC_CONTROL_FIELD","features":[5]},{"name":"PCI_ROOT_BUS_OSC_METHOD_CAPABILITY_REVISION","features":[5]},{"name":"PCI_ROOT_BUS_OSC_SUPPORT_FIELD","features":[5]},{"name":"PCI_SECURITY_DIRECT_TRANSLATED_P2P","features":[5]},{"name":"PCI_SECURITY_ENHANCED","features":[5]},{"name":"PCI_SECURITY_FULLY_SUPPORTED","features":[5]},{"name":"PCI_SECURITY_GUEST_ASSIGNED","features":[5]},{"name":"PCI_SECURITY_INTERFACE","features":[5,3]},{"name":"PCI_SECURITY_INTERFACE2","features":[5,3]},{"name":"PCI_SECURITY_INTERFACE_VERSION","features":[5]},{"name":"PCI_SECURITY_INTERFACE_VERSION2","features":[5]},{"name":"PCI_SECURITY_SRIOV_DIRECT_TRANSLATED_P2P","features":[5]},{"name":"PCI_SEGMENT_BUS_NUMBER","features":[5]},{"name":"PCI_SET_ACS","features":[5,3]},{"name":"PCI_SET_ACS2","features":[5,3]},{"name":"PCI_SET_ATS","features":[5,3]},{"name":"PCI_SLOT_NUMBER","features":[5]},{"name":"PCI_STATUS_66MHZ_CAPABLE","features":[5]},{"name":"PCI_STATUS_CAPABILITIES_LIST","features":[5]},{"name":"PCI_STATUS_DATA_PARITY_DETECTED","features":[5]},{"name":"PCI_STATUS_DETECTED_PARITY_ERROR","features":[5]},{"name":"PCI_STATUS_DEVSEL","features":[5]},{"name":"PCI_STATUS_FAST_BACK_TO_BACK","features":[5]},{"name":"PCI_STATUS_IMMEDIATE_READINESS","features":[5]},{"name":"PCI_STATUS_INTERRUPT_PENDING","features":[5]},{"name":"PCI_STATUS_RECEIVED_MASTER_ABORT","features":[5]},{"name":"PCI_STATUS_RECEIVED_TARGET_ABORT","features":[5]},{"name":"PCI_STATUS_SIGNALED_SYSTEM_ERROR","features":[5]},{"name":"PCI_STATUS_SIGNALED_TARGET_ABORT","features":[5]},{"name":"PCI_STATUS_UDF_SUPPORTED","features":[5]},{"name":"PCI_SUBCLASS_BR_CARDBUS","features":[5]},{"name":"PCI_SUBCLASS_BR_EISA","features":[5]},{"name":"PCI_SUBCLASS_BR_HOST","features":[5]},{"name":"PCI_SUBCLASS_BR_ISA","features":[5]},{"name":"PCI_SUBCLASS_BR_MCA","features":[5]},{"name":"PCI_SUBCLASS_BR_NUBUS","features":[5]},{"name":"PCI_SUBCLASS_BR_OTHER","features":[5]},{"name":"PCI_SUBCLASS_BR_PCI_TO_PCI","features":[5]},{"name":"PCI_SUBCLASS_BR_PCMCIA","features":[5]},{"name":"PCI_SUBCLASS_BR_RACEWAY","features":[5]},{"name":"PCI_SUBCLASS_COM_MODEM","features":[5]},{"name":"PCI_SUBCLASS_COM_MULTIPORT","features":[5]},{"name":"PCI_SUBCLASS_COM_OTHER","features":[5]},{"name":"PCI_SUBCLASS_COM_PARALLEL","features":[5]},{"name":"PCI_SUBCLASS_COM_SERIAL","features":[5]},{"name":"PCI_SUBCLASS_CRYPTO_ENTERTAINMENT","features":[5]},{"name":"PCI_SUBCLASS_CRYPTO_NET_COMP","features":[5]},{"name":"PCI_SUBCLASS_CRYPTO_OTHER","features":[5]},{"name":"PCI_SUBCLASS_DASP_DPIO","features":[5]},{"name":"PCI_SUBCLASS_DASP_OTHER","features":[5]},{"name":"PCI_SUBCLASS_DOC_GENERIC","features":[5]},{"name":"PCI_SUBCLASS_DOC_OTHER","features":[5]},{"name":"PCI_SUBCLASS_INP_DIGITIZER","features":[5]},{"name":"PCI_SUBCLASS_INP_GAMEPORT","features":[5]},{"name":"PCI_SUBCLASS_INP_KEYBOARD","features":[5]},{"name":"PCI_SUBCLASS_INP_MOUSE","features":[5]},{"name":"PCI_SUBCLASS_INP_OTHER","features":[5]},{"name":"PCI_SUBCLASS_INP_SCANNER","features":[5]},{"name":"PCI_SUBCLASS_INTIO_I2O","features":[5]},{"name":"PCI_SUBCLASS_MEM_FLASH","features":[5]},{"name":"PCI_SUBCLASS_MEM_OTHER","features":[5]},{"name":"PCI_SUBCLASS_MEM_RAM","features":[5]},{"name":"PCI_SUBCLASS_MM_AUDIO_DEV","features":[5]},{"name":"PCI_SUBCLASS_MM_OTHER","features":[5]},{"name":"PCI_SUBCLASS_MM_TELEPHONY_DEV","features":[5]},{"name":"PCI_SUBCLASS_MM_VIDEO_DEV","features":[5]},{"name":"PCI_SUBCLASS_MSC_AHCI_CTLR","features":[5]},{"name":"PCI_SUBCLASS_MSC_FLOPPY_CTLR","features":[5]},{"name":"PCI_SUBCLASS_MSC_IDE_CTLR","features":[5]},{"name":"PCI_SUBCLASS_MSC_IPI_CTLR","features":[5]},{"name":"PCI_SUBCLASS_MSC_NVM_CTLR","features":[5]},{"name":"PCI_SUBCLASS_MSC_OTHER","features":[5]},{"name":"PCI_SUBCLASS_MSC_RAID_CTLR","features":[5]},{"name":"PCI_SUBCLASS_MSC_SCSI_BUS_CTLR","features":[5]},{"name":"PCI_SUBCLASS_NET_ATM_CTLR","features":[5]},{"name":"PCI_SUBCLASS_NET_ETHERNET_CTLR","features":[5]},{"name":"PCI_SUBCLASS_NET_FDDI_CTLR","features":[5]},{"name":"PCI_SUBCLASS_NET_ISDN_CTLR","features":[5]},{"name":"PCI_SUBCLASS_NET_OTHER","features":[5]},{"name":"PCI_SUBCLASS_NET_TOKEN_RING_CTLR","features":[5]},{"name":"PCI_SUBCLASS_PRE_20_NON_VGA","features":[5]},{"name":"PCI_SUBCLASS_PRE_20_VGA","features":[5]},{"name":"PCI_SUBCLASS_PROC_386","features":[5]},{"name":"PCI_SUBCLASS_PROC_486","features":[5]},{"name":"PCI_SUBCLASS_PROC_ALPHA","features":[5]},{"name":"PCI_SUBCLASS_PROC_COPROCESSOR","features":[5]},{"name":"PCI_SUBCLASS_PROC_PENTIUM","features":[5]},{"name":"PCI_SUBCLASS_PROC_POWERPC","features":[5]},{"name":"PCI_SUBCLASS_SAT_AUDIO","features":[5]},{"name":"PCI_SUBCLASS_SAT_DATA","features":[5]},{"name":"PCI_SUBCLASS_SAT_TV","features":[5]},{"name":"PCI_SUBCLASS_SAT_VOICE","features":[5]},{"name":"PCI_SUBCLASS_SB_ACCESS","features":[5]},{"name":"PCI_SUBCLASS_SB_FIBRE_CHANNEL","features":[5]},{"name":"PCI_SUBCLASS_SB_IEEE1394","features":[5]},{"name":"PCI_SUBCLASS_SB_SMBUS","features":[5]},{"name":"PCI_SUBCLASS_SB_SSA","features":[5]},{"name":"PCI_SUBCLASS_SB_THUNDERBOLT","features":[5]},{"name":"PCI_SUBCLASS_SB_USB","features":[5]},{"name":"PCI_SUBCLASS_SYS_DMA_CTLR","features":[5]},{"name":"PCI_SUBCLASS_SYS_GEN_HOTPLUG_CTLR","features":[5]},{"name":"PCI_SUBCLASS_SYS_INTERRUPT_CTLR","features":[5]},{"name":"PCI_SUBCLASS_SYS_OTHER","features":[5]},{"name":"PCI_SUBCLASS_SYS_RCEC","features":[5]},{"name":"PCI_SUBCLASS_SYS_REAL_TIME_CLOCK","features":[5]},{"name":"PCI_SUBCLASS_SYS_SDIO_CTRL","features":[5]},{"name":"PCI_SUBCLASS_SYS_SYSTEM_TIMER","features":[5]},{"name":"PCI_SUBCLASS_VID_OTHER","features":[5]},{"name":"PCI_SUBCLASS_VID_VGA_CTLR","features":[5]},{"name":"PCI_SUBCLASS_VID_XGA_CTLR","features":[5]},{"name":"PCI_SUBCLASS_WIRELESS_CON_IR","features":[5]},{"name":"PCI_SUBCLASS_WIRELESS_IRDA","features":[5]},{"name":"PCI_SUBCLASS_WIRELESS_OTHER","features":[5]},{"name":"PCI_SUBCLASS_WIRELESS_RF","features":[5]},{"name":"PCI_SUBLCASS_VID_3D_CTLR","features":[5]},{"name":"PCI_SUBSYSTEM_IDS_CAPABILITY","features":[5]},{"name":"PCI_TYPE0_ADDRESSES","features":[5]},{"name":"PCI_TYPE1_ADDRESSES","features":[5]},{"name":"PCI_TYPE2_ADDRESSES","features":[5]},{"name":"PCI_TYPE_20BIT","features":[5]},{"name":"PCI_TYPE_32BIT","features":[5]},{"name":"PCI_TYPE_64BIT","features":[5]},{"name":"PCI_USE_CLASS_SUBCLASS","features":[5]},{"name":"PCI_USE_LOCAL_BUS","features":[5]},{"name":"PCI_USE_LOCAL_DEVICE","features":[5]},{"name":"PCI_USE_PROGIF","features":[5]},{"name":"PCI_USE_REVISION","features":[5]},{"name":"PCI_USE_SUBSYSTEM_IDS","features":[5]},{"name":"PCI_USE_VENDEV_IDS","features":[5]},{"name":"PCI_VENDOR_SPECIFIC_CAPABILITY","features":[5]},{"name":"PCI_VIRTUALIZATION_INTERFACE","features":[5,3]},{"name":"PCI_WHICHSPACE_CONFIG","features":[5]},{"name":"PCI_WHICHSPACE_ROM","features":[5]},{"name":"PCI_X_CAPABILITY","features":[5]},{"name":"PCIe_NOTIFY_TYPE_GUID","features":[5]},{"name":"PCLFS_CLIENT_ADVANCE_TAIL_CALLBACK","features":[4,7,5,3,6,23,8,9,10]},{"name":"PCLFS_CLIENT_LFF_HANDLER_COMPLETE_CALLBACK","features":[4,7,5,3,6,8,9,10]},{"name":"PCLFS_CLIENT_LOG_UNPINNED_CALLBACK","features":[4,7,5,3,6,8,9,10]},{"name":"PCLFS_SET_LOG_SIZE_COMPLETE_CALLBACK","features":[4,7,5,3,6,8,9,10]},{"name":"PCMCIABus","features":[5]},{"name":"PCMCIAConfiguration","features":[5]},{"name":"PCONFIGURE_ADAPTER_CHANNEL","features":[4,7,5,3,6,8,9,10]},{"name":"PCRASHDUMP_POWER_ON","features":[5,3]},{"name":"PCREATE_COMMON_BUFFER_FROM_MDL","features":[4,7,5,3,6,8,9,10]},{"name":"PCREATE_PROCESS_NOTIFY_ROUTINE","features":[5,3]},{"name":"PCREATE_PROCESS_NOTIFY_ROUTINE_EX","features":[4,7,5,3,6,8,9,10,37]},{"name":"PCREATE_THREAD_NOTIFY_ROUTINE","features":[5,3]},{"name":"PCR_BTI_MITIGATION_CSWAP_HVC","features":[5]},{"name":"PCR_BTI_MITIGATION_CSWAP_SMC","features":[5]},{"name":"PCR_BTI_MITIGATION_NONE","features":[5]},{"name":"PCR_BTI_MITIGATION_VBAR_MASK","features":[5]},{"name":"PCR_MAJOR_VERSION","features":[5]},{"name":"PCR_MINOR_VERSION","features":[5]},{"name":"PCW_CALLBACK","features":[4,5,3,9]},{"name":"PCW_CALLBACK_INFORMATION","features":[4,5,3,9]},{"name":"PCW_CALLBACK_TYPE","features":[5]},{"name":"PCW_COUNTER_DESCRIPTOR","features":[5]},{"name":"PCW_COUNTER_INFORMATION","features":[5,3]},{"name":"PCW_CURRENT_VERSION","features":[5]},{"name":"PCW_DATA","features":[5]},{"name":"PCW_MASK_INFORMATION","features":[4,5,3,9]},{"name":"PCW_REGISTRATION_FLAGS","features":[5]},{"name":"PCW_REGISTRATION_INFORMATION","features":[5,3]},{"name":"PCW_VERSION_1","features":[5]},{"name":"PCW_VERSION_2","features":[5]},{"name":"PD3COLD_REQUEST_AUX_POWER","features":[5,3]},{"name":"PD3COLD_REQUEST_CORE_POWER_RAIL","features":[5]},{"name":"PD3COLD_REQUEST_PERST_DELAY","features":[5,3]},{"name":"PDEBUG_DEVICE_FOUND_FUNCTION","features":[5,3]},{"name":"PDEBUG_PRINT_CALLBACK","features":[5,9]},{"name":"PDEVICE_BUS_SPECIFIC_RESET_HANDLER","features":[5,3]},{"name":"PDEVICE_CHANGE_COMPLETE_CALLBACK","features":[5]},{"name":"PDEVICE_NOTIFY_CALLBACK","features":[5]},{"name":"PDEVICE_NOTIFY_CALLBACK2","features":[5]},{"name":"PDEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER","features":[5,3]},{"name":"PDEVICE_RESET_COMPLETION","features":[5]},{"name":"PDEVICE_RESET_HANDLER","features":[5,3]},{"name":"PDE_BASE","features":[5]},{"name":"PDE_PER_PAGE","features":[5]},{"name":"PDE_TOP","features":[5]},{"name":"PDI_SHIFT","features":[5]},{"name":"PDMA_COMPLETION_ROUTINE","features":[5]},{"name":"PDRIVER_CMC_EXCEPTION_CALLBACK","features":[5]},{"name":"PDRIVER_CPE_EXCEPTION_CALLBACK","features":[5]},{"name":"PDRIVER_EXCPTN_CALLBACK","features":[5]},{"name":"PDRIVER_VERIFIER_THUNK_ROUTINE","features":[5]},{"name":"PEI_NOTIFY_TYPE_GUID","features":[5]},{"name":"PENABLE_VIRTUALIZATION","features":[5,3]},{"name":"PETWENABLECALLBACK","features":[5]},{"name":"PEXPAND_STACK_CALLOUT","features":[5]},{"name":"PEXT_CALLBACK","features":[5]},{"name":"PEXT_DELETE_CALLBACK","features":[5]},{"name":"PEX_CALLBACK_FUNCTION","features":[5,3]},{"name":"PFAControl","features":[5]},{"name":"PFLUSH_ADAPTER_BUFFERS","features":[4,7,5,3,6,8,9,10]},{"name":"PFLUSH_ADAPTER_BUFFERS_EX","features":[4,7,5,3,6,8,9,10]},{"name":"PFLUSH_DMA_BUFFER","features":[4,7,5,3,6,8,9,10]},{"name":"PFNFTH","features":[5,3]},{"name":"PFN_IN_USE_PAGE_OFFLINE_NOTIFY","features":[5,3]},{"name":"PFN_NT_COMMIT_TRANSACTION","features":[5,3]},{"name":"PFN_NT_CREATE_TRANSACTION","features":[4,5,3]},{"name":"PFN_NT_OPEN_TRANSACTION","features":[4,5,3]},{"name":"PFN_NT_QUERY_INFORMATION_TRANSACTION","features":[5,3,38]},{"name":"PFN_NT_ROLLBACK_TRANSACTION","features":[5,3]},{"name":"PFN_NT_SET_INFORMATION_TRANSACTION","features":[5,3,38]},{"name":"PFN_RTL_IS_NTDDI_VERSION_AVAILABLE","features":[5,3]},{"name":"PFN_RTL_IS_SERVICE_PACK_VERSION_INSTALLED","features":[5,3]},{"name":"PFN_WHEA_HIGH_IRQL_LOG_SEL_EVENT_HANDLER","features":[5,3,33]},{"name":"PFPGA_BUS_SCAN","features":[5]},{"name":"PFPGA_CONTROL_CONFIG_SPACE","features":[5,3]},{"name":"PFPGA_CONTROL_ERROR_REPORTING","features":[5,3]},{"name":"PFPGA_CONTROL_LINK","features":[5,3]},{"name":"PFREE_ADAPTER_CHANNEL","features":[4,7,5,3,6,8,9,10]},{"name":"PFREE_ADAPTER_OBJECT","features":[4,7,5,3,6,8,9,10]},{"name":"PFREE_COMMON_BUFFER","features":[4,7,5,3,6,8,9,10]},{"name":"PFREE_COMMON_BUFFER_FROM_VECTOR","features":[4,7,5,3,6,8,9,10]},{"name":"PFREE_COMMON_BUFFER_VECTOR","features":[4,7,5,3,6,8,9,10]},{"name":"PFREE_FUNCTION_EX","features":[5]},{"name":"PFREE_MAP_REGISTERS","features":[4,7,5,3,6,8,9,10]},{"name":"PGET_COMMON_BUFFER_FROM_VECTOR_BY_INDEX","features":[4,7,5,3,6,8,9,10]},{"name":"PGET_D3COLD_CAPABILITY","features":[5,3]},{"name":"PGET_D3COLD_LAST_TRANSITION_STATUS","features":[5]},{"name":"PGET_DEVICE_RESET_STATUS","features":[5,3]},{"name":"PGET_DMA_ADAPTER","features":[4,7,5,3,6,8,9,10]},{"name":"PGET_DMA_ADAPTER_INFO","features":[4,7,5,3,6,8,9,10]},{"name":"PGET_DMA_ALIGNMENT","features":[4,7,5,3,6,8,9,10]},{"name":"PGET_DMA_DOMAIN","features":[4,7,5,3,6,8,9,10]},{"name":"PGET_DMA_TRANSFER_INFO","features":[4,7,5,3,6,8,9,10]},{"name":"PGET_IDLE_WAKE_INFO","features":[5,3]},{"name":"PGET_LOCATION_STRING","features":[5,3]},{"name":"PGET_SCATTER_GATHER_LIST","features":[4,7,5,3,6,8,9,10]},{"name":"PGET_SCATTER_GATHER_LIST_EX","features":[4,7,5,3,6,8,9,10]},{"name":"PGET_SDEV_IDENTIFIER","features":[5]},{"name":"PGET_SET_DEVICE_DATA","features":[5]},{"name":"PGET_UPDATED_BUS_RESOURCE","features":[5,3]},{"name":"PGET_VIRTUAL_DEVICE_DATA","features":[5]},{"name":"PGET_VIRTUAL_DEVICE_LOCATION","features":[5,3]},{"name":"PGET_VIRTUAL_DEVICE_RESOURCES","features":[5]},{"name":"PGET_VIRTUAL_FUNCTION_PROBED_BARS","features":[5,3]},{"name":"PGPE_CLEAR_STATUS","features":[4,7,5,3,6,8,9,10]},{"name":"PGPE_CLEAR_STATUS2","features":[5,3]},{"name":"PGPE_CONNECT_VECTOR","features":[4,7,5,3,6,8,9,10]},{"name":"PGPE_CONNECT_VECTOR2","features":[5,3]},{"name":"PGPE_DISABLE_EVENT","features":[4,7,5,3,6,8,9,10]},{"name":"PGPE_DISABLE_EVENT2","features":[5,3]},{"name":"PGPE_DISCONNECT_VECTOR","features":[5,3]},{"name":"PGPE_DISCONNECT_VECTOR2","features":[5,3]},{"name":"PGPE_ENABLE_EVENT","features":[4,7,5,3,6,8,9,10]},{"name":"PGPE_ENABLE_EVENT2","features":[5,3]},{"name":"PGPE_SERVICE_ROUTINE","features":[5,3]},{"name":"PGPE_SERVICE_ROUTINE2","features":[5,3]},{"name":"PHALIOREADWRITEHANDLER","features":[5,3]},{"name":"PHALMCAINTERFACELOCK","features":[5]},{"name":"PHALMCAINTERFACEREADREGISTER","features":[5,3]},{"name":"PHALMCAINTERFACEUNLOCK","features":[5]},{"name":"PHAL_RESET_DISPLAY_PARAMETERS","features":[5,3]},{"name":"PHVL_WHEA_ERROR_NOTIFICATION","features":[5,3]},{"name":"PHYSICAL_COUNTER_EVENT_BUFFER_CONFIGURATION","features":[5,3]},{"name":"PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR","features":[5,3]},{"name":"PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR_TYPE","features":[5]},{"name":"PHYSICAL_COUNTER_RESOURCE_LIST","features":[5,3]},{"name":"PHYSICAL_MEMORY_RANGE","features":[5]},{"name":"PINITIALIZE_DMA_TRANSFER_CONTEXT","features":[4,7,5,3,6,8,9,10]},{"name":"PINTERFACE_DEREFERENCE","features":[5]},{"name":"PINTERFACE_REFERENCE","features":[5]},{"name":"PIOMMU_DEVICE_CREATE","features":[5,3]},{"name":"PIOMMU_DEVICE_DELETE","features":[5,3]},{"name":"PIOMMU_DEVICE_FAULT_HANDLER","features":[5]},{"name":"PIOMMU_DEVICE_QUERY_DOMAIN_TYPES","features":[5]},{"name":"PIOMMU_DOMAIN_ATTACH_DEVICE","features":[5,3]},{"name":"PIOMMU_DOMAIN_ATTACH_DEVICE_EX","features":[5,3]},{"name":"PIOMMU_DOMAIN_CONFIGURE","features":[5,3]},{"name":"PIOMMU_DOMAIN_CREATE","features":[5,3]},{"name":"PIOMMU_DOMAIN_CREATE_EX","features":[5,3]},{"name":"PIOMMU_DOMAIN_DELETE","features":[5,3]},{"name":"PIOMMU_DOMAIN_DETACH_DEVICE","features":[5,3]},{"name":"PIOMMU_DOMAIN_DETACH_DEVICE_EX","features":[5,3]},{"name":"PIOMMU_FLUSH_DOMAIN","features":[5,3]},{"name":"PIOMMU_FLUSH_DOMAIN_VA_LIST","features":[5,3]},{"name":"PIOMMU_FREE_RESERVED_LOGICAL_ADDRESS_RANGE","features":[5,3]},{"name":"PIOMMU_INTERFACE_STATE_CHANGE_CALLBACK","features":[5]},{"name":"PIOMMU_MAP_IDENTITY_RANGE","features":[5,3]},{"name":"PIOMMU_MAP_IDENTITY_RANGE_EX","features":[5,3]},{"name":"PIOMMU_MAP_LOGICAL_RANGE","features":[5,3]},{"name":"PIOMMU_MAP_LOGICAL_RANGE_EX","features":[5,3]},{"name":"PIOMMU_MAP_RESERVED_LOGICAL_RANGE","features":[5,3]},{"name":"PIOMMU_QUERY_INPUT_MAPPINGS","features":[5,3]},{"name":"PIOMMU_REGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[5,3]},{"name":"PIOMMU_RESERVE_LOGICAL_ADDRESS_RANGE","features":[5,3]},{"name":"PIOMMU_SET_DEVICE_FAULT_REPORTING","features":[5,3]},{"name":"PIOMMU_SET_DEVICE_FAULT_REPORTING_EX","features":[5,3]},{"name":"PIOMMU_UNMAP_IDENTITY_RANGE","features":[5,3]},{"name":"PIOMMU_UNMAP_IDENTITY_RANGE_EX","features":[5,3]},{"name":"PIOMMU_UNMAP_LOGICAL_RANGE","features":[5,3]},{"name":"PIOMMU_UNMAP_RESERVED_LOGICAL_RANGE","features":[5,3]},{"name":"PIOMMU_UNREGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[5,3]},{"name":"PIO_CONTAINER_NOTIFICATION_FUNCTION","features":[5,3]},{"name":"PIO_CSQ_ACQUIRE_LOCK","features":[5]},{"name":"PIO_CSQ_COMPLETE_CANCELED_IRP","features":[5]},{"name":"PIO_CSQ_INSERT_IRP","features":[5]},{"name":"PIO_CSQ_INSERT_IRP_EX","features":[5,3]},{"name":"PIO_CSQ_PEEK_NEXT_IRP","features":[4,7,5,3,6,8,9,10]},{"name":"PIO_CSQ_RELEASE_LOCK","features":[5]},{"name":"PIO_CSQ_REMOVE_IRP","features":[5]},{"name":"PIO_DEVICE_EJECT_CALLBACK","features":[5,3]},{"name":"PIO_DPC_ROUTINE","features":[5]},{"name":"PIO_PERSISTED_MEMORY_ENUMERATION_CALLBACK","features":[5,3]},{"name":"PIO_QUERY_DEVICE_ROUTINE","features":[5,3]},{"name":"PIO_SESSION_NOTIFICATION_FUNCTION","features":[5,3]},{"name":"PIO_TIMER_ROUTINE","features":[5]},{"name":"PIO_WORKITEM_ROUTINE","features":[5]},{"name":"PIO_WORKITEM_ROUTINE_EX","features":[5]},{"name":"PJOIN_DMA_DOMAIN","features":[4,7,5,3,6,8,9,10]},{"name":"PKBUGCHECK_CALLBACK_ROUTINE","features":[5]},{"name":"PKBUGCHECK_REASON_CALLBACK_ROUTINE","features":[5]},{"name":"PKIPI_BROADCAST_WORKER","features":[5]},{"name":"PKMESSAGE_SERVICE_ROUTINE","features":[5,3]},{"name":"PKSERVICE_ROUTINE","features":[5,3]},{"name":"PKSTART_ROUTINE","features":[5]},{"name":"PKSYNCHRONIZE_ROUTINE","features":[5,3]},{"name":"PLEAVE_DMA_DOMAIN","features":[4,7,5,3,6,8,9,10]},{"name":"PLOAD_IMAGE_NOTIFY_ROUTINE","features":[5,3]},{"name":"PLUGPLAY_NOTIFICATION_HEADER","features":[5]},{"name":"PLUGPLAY_PROPERTY_PERSISTENT","features":[5]},{"name":"PLUGPLAY_REGKEY_CURRENT_HWPROFILE","features":[5]},{"name":"PLUGPLAY_REGKEY_DEVICE","features":[5]},{"name":"PLUGPLAY_REGKEY_DRIVER","features":[5]},{"name":"PMAP_TRANSFER","features":[4,7,5,3,6,8,9,10]},{"name":"PMAP_TRANSFER_EX","features":[4,7,5,3,6,8,9,10]},{"name":"PMCCounter","features":[5]},{"name":"PMEM_ERROR_SECTION_GUID","features":[5]},{"name":"PMM_DLL_INITIALIZE","features":[5,3]},{"name":"PMM_DLL_UNLOAD","features":[5,3]},{"name":"PMM_GET_SYSTEM_ROUTINE_ADDRESS_EX","features":[5,3]},{"name":"PMM_MDL_ROUTINE","features":[5]},{"name":"PMM_ROTATE_COPY_CALLBACK_FUNCTION","features":[4,5,3]},{"name":"PM_DISPATCH_TABLE","features":[5]},{"name":"PNMI_CALLBACK","features":[5,3]},{"name":"PNPBus","features":[5]},{"name":"PNPEM_CONTROL_ENABLE_DISABLE","features":[5,3]},{"name":"PNPEM_CONTROL_QUERY_CONTROL","features":[5]},{"name":"PNPEM_CONTROL_QUERY_STANDARD_CAPABILITIES","features":[5,3]},{"name":"PNPEM_CONTROL_SET_STANDARD_CONTROL","features":[5,3]},{"name":"PNPISABus","features":[5]},{"name":"PNPISAConfiguration","features":[5]},{"name":"PNPNOTIFY_DEVICE_INTERFACE_INCLUDE_EXISTING_INTERFACES","features":[5]},{"name":"PNP_BUS_INFORMATION","features":[5]},{"name":"PNP_DEVICE_ASSIGNED_TO_GUEST","features":[5]},{"name":"PNP_DEVICE_DISABLED","features":[5]},{"name":"PNP_DEVICE_DISCONNECTED","features":[5]},{"name":"PNP_DEVICE_DONT_DISPLAY_IN_UI","features":[5]},{"name":"PNP_DEVICE_FAILED","features":[5]},{"name":"PNP_DEVICE_NOT_DISABLEABLE","features":[5]},{"name":"PNP_DEVICE_REMOVED","features":[5]},{"name":"PNP_DEVICE_RESOURCE_REQUIREMENTS_CHANGED","features":[5]},{"name":"PNP_DEVICE_RESOURCE_UPDATED","features":[5]},{"name":"PNP_EXTENDED_ADDRESS_INTERFACE","features":[5]},{"name":"PNP_EXTENDED_ADDRESS_INTERFACE_VERSION","features":[5]},{"name":"PNP_LOCATION_INTERFACE","features":[5,3]},{"name":"PNP_REPLACE_DRIVER_INTERFACE","features":[5,3]},{"name":"PNP_REPLACE_DRIVER_INTERFACE_VERSION","features":[5]},{"name":"PNP_REPLACE_HARDWARE_MEMORY_MIRRORING","features":[5]},{"name":"PNP_REPLACE_HARDWARE_PAGE_COPY","features":[5]},{"name":"PNP_REPLACE_HARDWARE_QUIESCE","features":[5]},{"name":"PNP_REPLACE_MEMORY_LIST","features":[5]},{"name":"PNP_REPLACE_MEMORY_SUPPORTED","features":[5]},{"name":"PNP_REPLACE_PARAMETERS","features":[5,3]},{"name":"PNP_REPLACE_PARAMETERS_VERSION","features":[5]},{"name":"PNP_REPLACE_PROCESSOR_LIST","features":[5]},{"name":"PNP_REPLACE_PROCESSOR_LIST_V1","features":[5]},{"name":"PNP_REPLACE_PROCESSOR_SUPPORTED","features":[5]},{"name":"PNTFS_DEREF_EXPORTED_SECURITY_DESCRIPTOR","features":[5]},{"name":"POB_POST_OPERATION_CALLBACK","features":[4,5,3]},{"name":"POB_PRE_OPERATION_CALLBACK","features":[4,5]},{"name":"POOLED_USAGE_AND_LIMITS","features":[5]},{"name":"POOL_COLD_ALLOCATION","features":[5]},{"name":"POOL_CREATE_EXTENDED_PARAMS","features":[5]},{"name":"POOL_CREATE_FLG_SECURE_POOL","features":[5]},{"name":"POOL_CREATE_FLG_USE_GLOBAL_POOL","features":[5]},{"name":"POOL_CREATE_PARAMS_VERSION","features":[5]},{"name":"POOL_EXTENDED_PARAMETER","features":[5,3]},{"name":"POOL_EXTENDED_PARAMETER_REQUIRED_FIELD_BITS","features":[5]},{"name":"POOL_EXTENDED_PARAMETER_TYPE","features":[5]},{"name":"POOL_EXTENDED_PARAMETER_TYPE_BITS","features":[5]},{"name":"POOL_EXTENDED_PARAMS_SECURE_POOL","features":[5,3]},{"name":"POOL_NX_ALLOCATION","features":[5]},{"name":"POOL_NX_OPTIN_AUTO","features":[5]},{"name":"POOL_QUOTA_FAIL_INSTEAD_OF_RAISE","features":[5]},{"name":"POOL_RAISE_IF_ALLOCATION_FAILURE","features":[5]},{"name":"POOL_TAGGING","features":[5]},{"name":"POOL_ZEROING_INFORMATION","features":[5]},{"name":"POOL_ZERO_ALLOCATION","features":[5]},{"name":"PORT_MAXIMUM_MESSAGE_LENGTH","features":[5]},{"name":"POWER_LEVEL","features":[5]},{"name":"POWER_MONITOR_INVOCATION","features":[5,3]},{"name":"POWER_MONITOR_REQUEST_REASON","features":[5]},{"name":"POWER_MONITOR_REQUEST_TYPE","features":[5]},{"name":"POWER_PLATFORM_INFORMATION","features":[5,3]},{"name":"POWER_PLATFORM_ROLE","features":[5]},{"name":"POWER_PLATFORM_ROLE_V1","features":[5]},{"name":"POWER_PLATFORM_ROLE_V2","features":[5]},{"name":"POWER_PLATFORM_ROLE_VERSION","features":[5]},{"name":"POWER_SEQUENCE","features":[5]},{"name":"POWER_SESSION_CONNECT","features":[5,3]},{"name":"POWER_SESSION_RIT_STATE","features":[5,3]},{"name":"POWER_SESSION_TIMEOUTS","features":[5]},{"name":"POWER_SESSION_WINLOGON","features":[5,3]},{"name":"POWER_SETTING_CALLBACK","features":[5,3]},{"name":"POWER_SETTING_VALUE_VERSION","features":[5]},{"name":"POWER_STATE","features":[5,10]},{"name":"POWER_STATE_TYPE","features":[5]},{"name":"POWER_THROTTLING_PROCESS_CURRENT_VERSION","features":[5]},{"name":"POWER_THROTTLING_PROCESS_DELAYTIMERS","features":[5]},{"name":"POWER_THROTTLING_PROCESS_EXECUTION_SPEED","features":[5]},{"name":"POWER_THROTTLING_PROCESS_IGNORE_TIMER_RESOLUTION","features":[5]},{"name":"POWER_THROTTLING_PROCESS_STATE","features":[5]},{"name":"POWER_THROTTLING_THREAD_CURRENT_VERSION","features":[5]},{"name":"POWER_THROTTLING_THREAD_EXECUTION_SPEED","features":[5]},{"name":"POWER_THROTTLING_THREAD_STATE","features":[5]},{"name":"POWER_THROTTLING_THREAD_VALID_FLAGS","features":[5]},{"name":"POWER_USER_PRESENCE_TYPE","features":[5]},{"name":"PO_FX_COMPONENT_ACTIVE_CONDITION_CALLBACK","features":[5]},{"name":"PO_FX_COMPONENT_CRITICAL_TRANSITION_CALLBACK","features":[5,3]},{"name":"PO_FX_COMPONENT_FLAG_F0_ON_DX","features":[5]},{"name":"PO_FX_COMPONENT_FLAG_NO_DEBOUNCE","features":[5]},{"name":"PO_FX_COMPONENT_IDLE_CONDITION_CALLBACK","features":[5]},{"name":"PO_FX_COMPONENT_IDLE_STATE","features":[5]},{"name":"PO_FX_COMPONENT_IDLE_STATE_CALLBACK","features":[5]},{"name":"PO_FX_COMPONENT_PERF_INFO","features":[5,3]},{"name":"PO_FX_COMPONENT_PERF_SET","features":[5,3]},{"name":"PO_FX_COMPONENT_PERF_STATE_CALLBACK","features":[5,3]},{"name":"PO_FX_COMPONENT_V1","features":[5]},{"name":"PO_FX_COMPONENT_V2","features":[5]},{"name":"PO_FX_DEVICE_POWER_NOT_REQUIRED_CALLBACK","features":[5]},{"name":"PO_FX_DEVICE_POWER_REQUIRED_CALLBACK","features":[5]},{"name":"PO_FX_DEVICE_V1","features":[5,3]},{"name":"PO_FX_DEVICE_V2","features":[5,3]},{"name":"PO_FX_DEVICE_V3","features":[5,3]},{"name":"PO_FX_DIRECTED_FX_DEFAULT_IDLE_TIMEOUT","features":[5]},{"name":"PO_FX_DIRECTED_POWER_DOWN_CALLBACK","features":[5]},{"name":"PO_FX_DIRECTED_POWER_UP_CALLBACK","features":[5]},{"name":"PO_FX_DRIPS_WATCHDOG_CALLBACK","features":[4,7,5,3,6,8,9,10]},{"name":"PO_FX_FLAG_ASYNC_ONLY","features":[5]},{"name":"PO_FX_FLAG_BLOCKING","features":[5]},{"name":"PO_FX_FLAG_PERF_PEP_OPTIONAL","features":[5]},{"name":"PO_FX_FLAG_PERF_QUERY_ON_ALL_IDLE_STATES","features":[5]},{"name":"PO_FX_FLAG_PERF_QUERY_ON_F0","features":[5]},{"name":"PO_FX_PERF_STATE","features":[5]},{"name":"PO_FX_PERF_STATE_CHANGE","features":[5]},{"name":"PO_FX_PERF_STATE_TYPE","features":[5]},{"name":"PO_FX_PERF_STATE_UNIT","features":[5]},{"name":"PO_FX_POWER_CONTROL_CALLBACK","features":[5,3]},{"name":"PO_FX_UNKNOWN_POWER","features":[5]},{"name":"PO_FX_UNKNOWN_TIME","features":[5]},{"name":"PO_FX_VERSION","features":[5]},{"name":"PO_FX_VERSION_V1","features":[5]},{"name":"PO_FX_VERSION_V2","features":[5]},{"name":"PO_FX_VERSION_V3","features":[5]},{"name":"PO_MEM_BOOT_PHASE","features":[5]},{"name":"PO_MEM_CLONE","features":[5]},{"name":"PO_MEM_CL_OR_NCHK","features":[5]},{"name":"PO_MEM_DISCARD","features":[5]},{"name":"PO_MEM_PAGE_ADDRESS","features":[5]},{"name":"PO_MEM_PRESERVE","features":[5]},{"name":"PO_THERMAL_REQUEST_TYPE","features":[5]},{"name":"PPCI_EXPRESS_ENTER_LINK_QUIESCENT_MODE","features":[5,3]},{"name":"PPCI_EXPRESS_EXIT_LINK_QUIESCENT_MODE","features":[5,3]},{"name":"PPCI_EXPRESS_ROOT_PORT_READ_CONFIG_SPACE","features":[5]},{"name":"PPCI_EXPRESS_ROOT_PORT_WRITE_CONFIG_SPACE","features":[5]},{"name":"PPCI_EXPRESS_WAKE_CONTROL","features":[5]},{"name":"PPCI_IS_DEVICE_PRESENT","features":[5,3]},{"name":"PPCI_IS_DEVICE_PRESENT_EX","features":[5,3]},{"name":"PPCI_LINE_TO_PIN","features":[5]},{"name":"PPCI_MSIX_GET_ENTRY","features":[5,3]},{"name":"PPCI_MSIX_GET_TABLE_SIZE","features":[5,3]},{"name":"PPCI_MSIX_MASKUNMASK_ENTRY","features":[5,3]},{"name":"PPCI_MSIX_SET_ENTRY","features":[5,3]},{"name":"PPCI_PIN_TO_LINE","features":[5]},{"name":"PPCI_PREPARE_MULTISTAGE_RESUME","features":[5]},{"name":"PPCI_READ_WRITE_CONFIG","features":[5]},{"name":"PPCI_ROOT_BUS_CAPABILITY","features":[5]},{"name":"PPCI_SET_ACS","features":[5,3]},{"name":"PPCI_SET_ACS2","features":[5,3]},{"name":"PPCI_SET_ATS","features":[5,3]},{"name":"PPCW_CALLBACK","features":[5,3]},{"name":"PPHYSICAL_COUNTER_EVENT_BUFFER_OVERFLOW_HANDLER","features":[5,3]},{"name":"PPHYSICAL_COUNTER_OVERFLOW_HANDLER","features":[5,3]},{"name":"PPI_SHIFT","features":[5]},{"name":"PPOWER_SETTING_CALLBACK","features":[5,3]},{"name":"PPO_FX_COMPONENT_ACTIVE_CONDITION_CALLBACK","features":[5]},{"name":"PPO_FX_COMPONENT_CRITICAL_TRANSITION_CALLBACK","features":[5]},{"name":"PPO_FX_COMPONENT_IDLE_CONDITION_CALLBACK","features":[5]},{"name":"PPO_FX_COMPONENT_IDLE_STATE_CALLBACK","features":[5]},{"name":"PPO_FX_COMPONENT_PERF_STATE_CALLBACK","features":[5]},{"name":"PPO_FX_DEVICE_POWER_NOT_REQUIRED_CALLBACK","features":[5]},{"name":"PPO_FX_DEVICE_POWER_REQUIRED_CALLBACK","features":[5]},{"name":"PPO_FX_DIRECTED_POWER_DOWN_CALLBACK","features":[5]},{"name":"PPO_FX_DIRECTED_POWER_UP_CALLBACK","features":[5]},{"name":"PPO_FX_DRIPS_WATCHDOG_CALLBACK","features":[5]},{"name":"PPO_FX_POWER_CONTROL_CALLBACK","features":[5,3]},{"name":"PPROCESSOR_CALLBACK_FUNCTION","features":[5]},{"name":"PPROCESSOR_HALT_ROUTINE","features":[5,3]},{"name":"PPTM_DEVICE_DISABLE","features":[5,3]},{"name":"PPTM_DEVICE_ENABLE","features":[5,3]},{"name":"PPTM_DEVICE_QUERY_GRANULARITY","features":[5,3]},{"name":"PPTM_DEVICE_QUERY_TIME_SOURCE","features":[5,3]},{"name":"PPUT_DMA_ADAPTER","features":[4,7,5,3,6,8,9,10]},{"name":"PPUT_SCATTER_GATHER_LIST","features":[4,7,5,3,6,8,9,10]},{"name":"PQUERYEXTENDEDADDRESS","features":[5]},{"name":"PREAD_DMA_COUNTER","features":[4,7,5,3,6,8,9,10]},{"name":"PREENUMERATE_SELF","features":[5]},{"name":"PREGISTER_FOR_DEVICE_NOTIFICATIONS","features":[4,7,5,3,6,8,9,10]},{"name":"PREGISTER_FOR_DEVICE_NOTIFICATIONS2","features":[5,3]},{"name":"PREPLACE_BEGIN","features":[5,3]},{"name":"PREPLACE_DRIVER_INIT","features":[5,3]},{"name":"PREPLACE_ENABLE_DISABLE_HARDWARE_QUIESCE","features":[5,3]},{"name":"PREPLACE_END","features":[5,3]},{"name":"PREPLACE_GET_MEMORY_DESTINATION","features":[5,3]},{"name":"PREPLACE_INITIATE_HARDWARE_MIRROR","features":[5,3]},{"name":"PREPLACE_MAP_MEMORY","features":[5,3]},{"name":"PREPLACE_MIRROR_PHYSICAL_MEMORY","features":[5,3]},{"name":"PREPLACE_MIRROR_PLATFORM_MEMORY","features":[5,3]},{"name":"PREPLACE_SET_PROCESSOR_ID","features":[5,3]},{"name":"PREPLACE_SWAP","features":[5,3]},{"name":"PREPLACE_UNLOAD","features":[5]},{"name":"PREQUEST_POWER_COMPLETE","features":[5]},{"name":"PRIVILEGE_SET_ALL_NECESSARY","features":[5]},{"name":"PROCESSOR_CALLBACK_FUNCTION","features":[5,3,9]},{"name":"PROCESSOR_FEATURE_MAX","features":[5]},{"name":"PROCESSOR_GENERIC_ERROR_SECTION_GUID","features":[5]},{"name":"PROCESSOR_HALT_ROUTINE","features":[5,3]},{"name":"PROCESS_ACCESS_TOKEN","features":[5,3]},{"name":"PROCESS_DEVICEMAP_INFORMATION","features":[5,3]},{"name":"PROCESS_DEVICEMAP_INFORMATION_EX","features":[5,3]},{"name":"PROCESS_EXCEPTION_PORT","features":[5,3]},{"name":"PROCESS_EXCEPTION_PORT_ALL_STATE_BITS","features":[5]},{"name":"PROCESS_EXTENDED_BASIC_INFORMATION","features":[5,3,9,39]},{"name":"PROCESS_HANDLE_EXCEPTIONS_ENABLED","features":[5]},{"name":"PROCESS_HANDLE_RAISE_UM_EXCEPTION_ON_INVALID_HANDLE_CLOSE_DISABLED","features":[5]},{"name":"PROCESS_HANDLE_RAISE_UM_EXCEPTION_ON_INVALID_HANDLE_CLOSE_ENABLED","features":[5]},{"name":"PROCESS_HANDLE_TRACING_ENABLE","features":[5]},{"name":"PROCESS_HANDLE_TRACING_ENABLE_EX","features":[5]},{"name":"PROCESS_HANDLE_TRACING_ENTRY","features":[5,3,37]},{"name":"PROCESS_HANDLE_TRACING_MAX_STACKS","features":[5]},{"name":"PROCESS_HANDLE_TRACING_QUERY","features":[5,3,37]},{"name":"PROCESS_KEEPALIVE_COUNT_INFORMATION","features":[5]},{"name":"PROCESS_LUID_DOSDEVICES_ONLY","features":[5]},{"name":"PROCESS_MEMBERSHIP_INFORMATION","features":[5]},{"name":"PROCESS_REVOKE_FILE_HANDLES_INFORMATION","features":[5,3]},{"name":"PROCESS_SESSION_INFORMATION","features":[5]},{"name":"PROCESS_SYSCALL_PROVIDER_INFORMATION","features":[5]},{"name":"PROCESS_WS_WATCH_INFORMATION","features":[5]},{"name":"PROFILE_LEVEL","features":[5]},{"name":"PROTECTED_POOL","features":[5]},{"name":"PRTL_AVL_ALLOCATE_ROUTINE","features":[5]},{"name":"PRTL_AVL_COMPARE_ROUTINE","features":[5]},{"name":"PRTL_AVL_FREE_ROUTINE","features":[5]},{"name":"PRTL_AVL_MATCH_FUNCTION","features":[5,3]},{"name":"PRTL_GENERIC_ALLOCATE_ROUTINE","features":[5]},{"name":"PRTL_GENERIC_COMPARE_ROUTINE","features":[5]},{"name":"PRTL_GENERIC_FREE_ROUTINE","features":[5]},{"name":"PRTL_QUERY_REGISTRY_ROUTINE","features":[5,3]},{"name":"PRTL_RUN_ONCE_INIT_FN","features":[5]},{"name":"PSCREATEPROCESSNOTIFYTYPE","features":[5]},{"name":"PSCREATETHREADNOTIFYTYPE","features":[5]},{"name":"PSECURE_DRIVER_PROCESS_DEREFERENCE","features":[5]},{"name":"PSECURE_DRIVER_PROCESS_REFERENCE","features":[4,5]},{"name":"PSET_D3COLD_SUPPORT","features":[5]},{"name":"PSET_VIRTUAL_DEVICE_DATA","features":[5]},{"name":"PSE_IMAGE_VERIFICATION_CALLBACK_FUNCTION","features":[5]},{"name":"PSHED_PI_ATTEMPT_ERROR_RECOVERY","features":[5,3]},{"name":"PSHED_PI_CLEAR_ERROR_RECORD","features":[5,3]},{"name":"PSHED_PI_CLEAR_ERROR_STATUS","features":[5,3,33]},{"name":"PSHED_PI_DISABLE_ERROR_SOURCE","features":[5,3,33]},{"name":"PSHED_PI_ENABLE_ERROR_SOURCE","features":[5,3,33]},{"name":"PSHED_PI_ERR_READING_PCIE_OVERRIDES","features":[5]},{"name":"PSHED_PI_FINALIZE_ERROR_RECORD","features":[5,3,33]},{"name":"PSHED_PI_GET_ALL_ERROR_SOURCES","features":[5,3,33]},{"name":"PSHED_PI_GET_ERROR_SOURCE_INFO","features":[5,3,33]},{"name":"PSHED_PI_GET_INJECTION_CAPABILITIES","features":[5,3]},{"name":"PSHED_PI_INJECT_ERROR","features":[5,3]},{"name":"PSHED_PI_READ_ERROR_RECORD","features":[5,3]},{"name":"PSHED_PI_RETRIEVE_ERROR_INFO","features":[5,3,33]},{"name":"PSHED_PI_SET_ERROR_SOURCE_INFO","features":[5,3,33]},{"name":"PSHED_PI_WRITE_ERROR_RECORD","features":[5,3]},{"name":"PS_CREATE_NOTIFY_INFO","features":[4,7,5,3,6,8,9,10,37]},{"name":"PS_IMAGE_NOTIFY_CONFLICTING_ARCHITECTURE","features":[5]},{"name":"PS_INVALID_SILO_CONTEXT_SLOT","features":[5]},{"name":"PTE_BASE","features":[5]},{"name":"PTE_PER_PAGE","features":[5]},{"name":"PTE_TOP","features":[5]},{"name":"PTIMER_APC_ROUTINE","features":[5]},{"name":"PTI_SHIFT","features":[5]},{"name":"PTM_CONTROL_INTERFACE","features":[5,3]},{"name":"PTM_DEVICE_DISABLE","features":[5,3]},{"name":"PTM_DEVICE_ENABLE","features":[5,3]},{"name":"PTM_DEVICE_QUERY_GRANULARITY","features":[5,3]},{"name":"PTM_DEVICE_QUERY_TIME_SOURCE","features":[5,3]},{"name":"PTM_PROPAGATE_ROUTINE","features":[5,3]},{"name":"PTM_RM_NOTIFICATION","features":[4,5,3]},{"name":"PTRANSLATE_BUS_ADDRESS","features":[5,3]},{"name":"PTRANSLATE_RESOURCE_HANDLER","features":[4,7,5,3,6,8,9,10]},{"name":"PTRANSLATE_RESOURCE_REQUIREMENTS_HANDLER","features":[4,7,5,3,6,8,9,10]},{"name":"PUNREGISTER_FOR_DEVICE_NOTIFICATIONS","features":[4,7,5,3,6,8,9,10]},{"name":"PUNREGISTER_FOR_DEVICE_NOTIFICATIONS2","features":[5]},{"name":"PageIn","features":[5]},{"name":"ParallelController","features":[5]},{"name":"PciAcsBitDisable","features":[5]},{"name":"PciAcsBitDontCare","features":[5]},{"name":"PciAcsBitEnable","features":[5]},{"name":"PciAcsReserved","features":[5]},{"name":"PciAddressParityError","features":[5]},{"name":"PciBusDataParityError","features":[5]},{"name":"PciBusMasterAbort","features":[5]},{"name":"PciBusSystemError","features":[5]},{"name":"PciBusTimeOut","features":[5]},{"name":"PciBusUnknownError","features":[5]},{"name":"PciCommandParityError","features":[5]},{"name":"PciConventional","features":[5]},{"name":"PciDeviceD3Cold_Reason_Default_State_BitIndex","features":[5]},{"name":"PciDeviceD3Cold_Reason_INF_BitIndex","features":[5]},{"name":"PciDeviceD3Cold_Reason_Interface_Api_BitIndex","features":[5]},{"name":"PciDeviceD3Cold_State_Disabled_BitIndex","features":[5]},{"name":"PciDeviceD3Cold_State_Disabled_Bridge_HackFlags_BitIndex","features":[5]},{"name":"PciDeviceD3Cold_State_Enabled_BitIndex","features":[5]},{"name":"PciDeviceD3Cold_State_ParentRootPortS0WakeSupported_BitIndex","features":[5]},{"name":"PciExpress","features":[5]},{"name":"PciExpressASPMLinkSubState_L11_BitIndex","features":[5]},{"name":"PciExpressASPMLinkSubState_L12_BitIndex","features":[5]},{"name":"PciExpressDownstreamSwitchPort","features":[5]},{"name":"PciExpressEndpoint","features":[5]},{"name":"PciExpressLegacyEndpoint","features":[5]},{"name":"PciExpressPciPmLinkSubState_L11_BitIndex","features":[5]},{"name":"PciExpressPciPmLinkSubState_L12_BitIndex","features":[5]},{"name":"PciExpressRootComplexEventCollector","features":[5]},{"name":"PciExpressRootComplexIntegratedEndpoint","features":[5]},{"name":"PciExpressRootPort","features":[5]},{"name":"PciExpressToPciXBridge","features":[5]},{"name":"PciExpressUpstreamSwitchPort","features":[5]},{"name":"PciLine2Pin","features":[5]},{"name":"PciMasterDataParityError","features":[5]},{"name":"PciPin2Line","features":[5]},{"name":"PciReadWriteConfig","features":[5]},{"name":"PciXMode1","features":[5]},{"name":"PciXMode2","features":[5]},{"name":"PciXToExpressBridge","features":[5]},{"name":"PcwAddInstance","features":[4,5,3]},{"name":"PcwCallbackAddCounter","features":[5]},{"name":"PcwCallbackCollectData","features":[5]},{"name":"PcwCallbackEnumerateInstances","features":[5]},{"name":"PcwCallbackRemoveCounter","features":[5]},{"name":"PcwCloseInstance","features":[4,5]},{"name":"PcwCreateInstance","features":[4,5,3]},{"name":"PcwRegister","features":[4,5,3]},{"name":"PcwRegistrationNone","features":[5]},{"name":"PcwRegistrationSiloNeutral","features":[5]},{"name":"PcwUnregister","features":[4,5]},{"name":"PermissionFault","features":[5]},{"name":"PlatformLevelDeviceReset","features":[5]},{"name":"PlatformRoleAppliancePC","features":[5]},{"name":"PlatformRoleDesktop","features":[5]},{"name":"PlatformRoleEnterpriseServer","features":[5]},{"name":"PlatformRoleMaximum","features":[5]},{"name":"PlatformRoleMobile","features":[5]},{"name":"PlatformRolePerformanceServer","features":[5]},{"name":"PlatformRoleSOHOServer","features":[5]},{"name":"PlatformRoleSlate","features":[5]},{"name":"PlatformRoleUnspecified","features":[5]},{"name":"PlatformRoleWorkstation","features":[5]},{"name":"PoAc","features":[5]},{"name":"PoCallDriver","features":[4,7,5,3,6,8,9,10]},{"name":"PoClearPowerRequest","features":[5,3,10]},{"name":"PoConditionMaximum","features":[5]},{"name":"PoCreatePowerRequest","features":[4,7,5,3,6,8,9,10]},{"name":"PoCreateThermalRequest","features":[4,7,5,3,6,8,9,10]},{"name":"PoDc","features":[5]},{"name":"PoDeletePowerRequest","features":[5]},{"name":"PoDeleteThermalRequest","features":[5]},{"name":"PoEndDeviceBusy","features":[5]},{"name":"PoFxActivateComponent","features":[4,5]},{"name":"PoFxCompleteDevicePowerNotRequired","features":[4,5]},{"name":"PoFxCompleteDirectedPowerDown","features":[4,5]},{"name":"PoFxCompleteIdleCondition","features":[4,5]},{"name":"PoFxCompleteIdleState","features":[4,5]},{"name":"PoFxIdleComponent","features":[4,5]},{"name":"PoFxIssueComponentPerfStateChange","features":[4,5]},{"name":"PoFxIssueComponentPerfStateChangeMultiple","features":[4,5]},{"name":"PoFxNotifySurprisePowerOn","features":[4,7,5,3,6,8,9,10]},{"name":"PoFxPerfStateTypeDiscrete","features":[5]},{"name":"PoFxPerfStateTypeMaximum","features":[5]},{"name":"PoFxPerfStateTypeRange","features":[5]},{"name":"PoFxPerfStateUnitBandwidth","features":[5]},{"name":"PoFxPerfStateUnitFrequency","features":[5]},{"name":"PoFxPerfStateUnitMaximum","features":[5]},{"name":"PoFxPerfStateUnitOther","features":[5]},{"name":"PoFxPowerControl","features":[4,5,3]},{"name":"PoFxPowerOnCrashdumpDevice","features":[4,5,3]},{"name":"PoFxQueryCurrentComponentPerfState","features":[4,5,3]},{"name":"PoFxRegisterComponentPerfStates","features":[4,5,3]},{"name":"PoFxRegisterCrashdumpDevice","features":[4,5,3]},{"name":"PoFxRegisterDevice","features":[4,7,5,3,6,8,9,10]},{"name":"PoFxRegisterDripsWatchdogCallback","features":[4,7,5,3,6,8,9,10]},{"name":"PoFxReportDevicePoweredOn","features":[4,5]},{"name":"PoFxSetComponentLatency","features":[4,5]},{"name":"PoFxSetComponentResidency","features":[4,5]},{"name":"PoFxSetComponentWake","features":[4,5,3]},{"name":"PoFxSetDeviceIdleTimeout","features":[4,5]},{"name":"PoFxSetTargetDripsDevicePowerState","features":[4,5,3,10]},{"name":"PoFxStartDevicePowerManagement","features":[4,5]},{"name":"PoFxUnregisterDevice","features":[4,5]},{"name":"PoGetSystemWake","features":[4,7,5,3,6,8,9,10]},{"name":"PoGetThermalRequestSupport","features":[5,3]},{"name":"PoHot","features":[5]},{"name":"PoQueryWatchdogTime","features":[4,7,5,3,6,8,9,10]},{"name":"PoRegisterDeviceForIdleDetection","features":[4,7,5,3,6,8,9,10]},{"name":"PoRegisterPowerSettingCallback","features":[4,7,5,3,6,8,9,10]},{"name":"PoRegisterSystemState","features":[5]},{"name":"PoRequestPowerIrp","features":[4,7,5,3,6,8,9,10]},{"name":"PoSetDeviceBusyEx","features":[5]},{"name":"PoSetHiberRange","features":[5]},{"name":"PoSetPowerRequest","features":[5,3,10]},{"name":"PoSetPowerState","features":[4,7,5,3,6,8,9,10]},{"name":"PoSetSystemState","features":[5]},{"name":"PoSetSystemWake","features":[4,7,5,3,6,8,9,10]},{"name":"PoSetSystemWakeDevice","features":[4,7,5,3,6,8,9,10]},{"name":"PoSetThermalActiveCooling","features":[5,3]},{"name":"PoSetThermalPassiveCooling","features":[5,3]},{"name":"PoStartDeviceBusy","features":[5]},{"name":"PoStartNextPowerIrp","features":[4,7,5,3,6,8,9,10]},{"name":"PoThermalRequestActive","features":[5]},{"name":"PoThermalRequestPassive","features":[5]},{"name":"PoUnregisterPowerSettingCallback","features":[5,3]},{"name":"PoUnregisterSystemState","features":[5]},{"name":"PointerController","features":[5]},{"name":"PointerPeripheral","features":[5]},{"name":"PoolAllocation","features":[5]},{"name":"PoolExtendedParameterInvalidType","features":[5]},{"name":"PoolExtendedParameterMax","features":[5]},{"name":"PoolExtendedParameterNumaNode","features":[5]},{"name":"PoolExtendedParameterPriority","features":[5]},{"name":"PoolExtendedParameterSecurePool","features":[5]},{"name":"Pos","features":[5]},{"name":"PowerOff","features":[5]},{"name":"PowerOn","features":[5]},{"name":"PowerRelations","features":[5]},{"name":"PrimaryDcache","features":[5]},{"name":"PrimaryIcache","features":[5]},{"name":"PrinterPeripheral","features":[5]},{"name":"ProbeForRead","features":[5]},{"name":"ProbeForWrite","features":[5]},{"name":"ProcessorInternal","features":[5]},{"name":"Profile2Issue","features":[5]},{"name":"Profile3Issue","features":[5]},{"name":"Profile4Issue","features":[5]},{"name":"ProfileAlignmentFixup","features":[5]},{"name":"ProfileBranchInstructions","features":[5]},{"name":"ProfileBranchMispredictions","features":[5]},{"name":"ProfileCacheMisses","features":[5]},{"name":"ProfileDcacheAccesses","features":[5]},{"name":"ProfileDcacheMisses","features":[5]},{"name":"ProfileFpInstructions","features":[5]},{"name":"ProfileIcacheIssues","features":[5]},{"name":"ProfileIcacheMisses","features":[5]},{"name":"ProfileIntegerInstructions","features":[5]},{"name":"ProfileLoadInstructions","features":[5]},{"name":"ProfileLoadLinkedIssues","features":[5]},{"name":"ProfileMaximum","features":[5]},{"name":"ProfileMemoryBarrierCycles","features":[5]},{"name":"ProfilePipelineDry","features":[5]},{"name":"ProfilePipelineFrozen","features":[5]},{"name":"ProfileSpecialInstructions","features":[5]},{"name":"ProfileStoreInstructions","features":[5]},{"name":"ProfileTime","features":[5]},{"name":"ProfileTotalCycles","features":[5]},{"name":"ProfileTotalIssues","features":[5]},{"name":"ProfileTotalNonissues","features":[5]},{"name":"PsAcquireSiloHardReference","features":[4,5,3]},{"name":"PsAllocSiloContextSlot","features":[5,3]},{"name":"PsAllocateAffinityToken","features":[4,5,3]},{"name":"PsAttachSiloToCurrentThread","features":[4,5]},{"name":"PsCreateProcessNotifySubsystems","features":[5]},{"name":"PsCreateSiloContext","features":[4,5,3]},{"name":"PsCreateSystemThread","features":[4,5,3,37]},{"name":"PsCreateThreadNotifyNonSystem","features":[5]},{"name":"PsCreateThreadNotifySubsystems","features":[5]},{"name":"PsDereferenceSiloContext","features":[5]},{"name":"PsDetachSiloFromCurrentThread","features":[4,5]},{"name":"PsFreeAffinityToken","features":[4,5]},{"name":"PsFreeSiloContextSlot","features":[5,3]},{"name":"PsGetCurrentProcessId","features":[5,3]},{"name":"PsGetCurrentServerSilo","features":[4,5]},{"name":"PsGetCurrentServerSiloName","features":[5,3]},{"name":"PsGetCurrentSilo","features":[4,5]},{"name":"PsGetCurrentThreadId","features":[5,3]},{"name":"PsGetCurrentThreadTeb","features":[5]},{"name":"PsGetEffectiveServerSilo","features":[4,5]},{"name":"PsGetHostSilo","features":[4,5]},{"name":"PsGetJobServerSilo","features":[4,5,3]},{"name":"PsGetJobSilo","features":[4,5,3]},{"name":"PsGetParentSilo","features":[4,5]},{"name":"PsGetPermanentSiloContext","features":[4,5,3]},{"name":"PsGetProcessCreateTimeQuadPart","features":[4,5]},{"name":"PsGetProcessExitStatus","features":[4,5,3]},{"name":"PsGetProcessId","features":[4,5,3]},{"name":"PsGetProcessStartKey","features":[4,5]},{"name":"PsGetServerSiloServiceSessionId","features":[4,5]},{"name":"PsGetSiloContainerId","features":[4,5]},{"name":"PsGetSiloContext","features":[4,5,3]},{"name":"PsGetSiloMonitorContextSlot","features":[4,5]},{"name":"PsGetThreadCreateTime","features":[4,5]},{"name":"PsGetThreadExitStatus","features":[4,5,3]},{"name":"PsGetThreadId","features":[4,5,3]},{"name":"PsGetThreadProcessId","features":[4,5,3]},{"name":"PsGetThreadProperty","features":[4,5]},{"name":"PsGetThreadServerSilo","features":[4,5]},{"name":"PsGetVersion","features":[5,3]},{"name":"PsInsertPermanentSiloContext","features":[4,5,3]},{"name":"PsInsertSiloContext","features":[4,5,3]},{"name":"PsIsCurrentThreadInServerSilo","features":[5,3]},{"name":"PsIsCurrentThreadPrefetching","features":[5,3]},{"name":"PsIsHostSilo","features":[4,5,3]},{"name":"PsMakeSiloContextPermanent","features":[4,5,3]},{"name":"PsQueryTotalCycleTimeProcess","features":[4,5]},{"name":"PsReferenceSiloContext","features":[5]},{"name":"PsRegisterSiloMonitor","features":[4,5,3]},{"name":"PsReleaseSiloHardReference","features":[4,5]},{"name":"PsRemoveCreateThreadNotifyRoutine","features":[5,3]},{"name":"PsRemoveLoadImageNotifyRoutine","features":[5,3]},{"name":"PsRemoveSiloContext","features":[4,5,3]},{"name":"PsReplaceSiloContext","features":[4,5,3]},{"name":"PsRevertToUserMultipleGroupAffinityThread","features":[4,5]},{"name":"PsSetCreateProcessNotifyRoutine","features":[5,3]},{"name":"PsSetCreateProcessNotifyRoutineEx","features":[4,7,5,3,6,8,9,10,37]},{"name":"PsSetCreateProcessNotifyRoutineEx2","features":[5,3]},{"name":"PsSetCreateThreadNotifyRoutine","features":[5,3]},{"name":"PsSetCreateThreadNotifyRoutineEx","features":[5,3]},{"name":"PsSetCurrentThreadPrefetching","features":[5,3]},{"name":"PsSetLoadImageNotifyRoutine","features":[5,3]},{"name":"PsSetLoadImageNotifyRoutineEx","features":[5,3]},{"name":"PsSetSystemMultipleGroupAffinityThread","features":[4,5,3,35]},{"name":"PsStartSiloMonitor","features":[4,5,3]},{"name":"PsTerminateServerSilo","features":[4,5,3]},{"name":"PsTerminateSystemThread","features":[5,3]},{"name":"PsUnregisterSiloMonitor","features":[4,5]},{"name":"PsWrapApcWow64Thread","features":[5,3]},{"name":"PshedAllocateMemory","features":[5]},{"name":"PshedFADiscovery","features":[5]},{"name":"PshedFAErrorInfoRetrieval","features":[5]},{"name":"PshedFAErrorInjection","features":[5]},{"name":"PshedFAErrorRecordPersistence","features":[5]},{"name":"PshedFAErrorRecovery","features":[5]},{"name":"PshedFAErrorSourceControl","features":[5]},{"name":"PshedFreeMemory","features":[5]},{"name":"PshedIsSystemWheaEnabled","features":[5,3]},{"name":"PshedPiEnableNotifyErrorCreateNotifyEvent","features":[5]},{"name":"PshedPiEnableNotifyErrorCreateSystemThread","features":[5]},{"name":"PshedPiEnableNotifyErrorMax","features":[5]},{"name":"PshedPiErrReadingPcieOverridesBadSignature","features":[5]},{"name":"PshedPiErrReadingPcieOverridesBadSize","features":[5]},{"name":"PshedPiErrReadingPcieOverridesNoCapOffset","features":[5]},{"name":"PshedPiErrReadingPcieOverridesNoErr","features":[5]},{"name":"PshedPiErrReadingPcieOverridesNoMemory","features":[5]},{"name":"PshedPiErrReadingPcieOverridesNotBinary","features":[5]},{"name":"PshedPiErrReadingPcieOverridesQueryErr","features":[5]},{"name":"PshedRegisterPlugin","features":[5,3,33]},{"name":"PshedSynchronizeExecution","features":[5,3,33]},{"name":"PshedUnregisterPlugin","features":[5]},{"name":"QuerySecurityDescriptor","features":[5]},{"name":"RCB128Bytes","features":[5]},{"name":"RCB64Bytes","features":[5]},{"name":"RECOVERY_INFO_SECTION_GUID","features":[5]},{"name":"REENUMERATE_SELF_INTERFACE_STANDARD","features":[5]},{"name":"REG_CALLBACK_CONTEXT_CLEANUP_INFORMATION","features":[5]},{"name":"REG_CREATE_KEY_INFORMATION","features":[5,3]},{"name":"REG_CREATE_KEY_INFORMATION_V1","features":[5,3]},{"name":"REG_DELETE_KEY_INFORMATION","features":[5]},{"name":"REG_DELETE_VALUE_KEY_INFORMATION","features":[5,3]},{"name":"REG_KEY_HANDLE_CLOSE_INFORMATION","features":[5]},{"name":"REG_LOAD_KEY_INFORMATION","features":[5,3]},{"name":"REG_LOAD_KEY_INFORMATION_V2","features":[5,3]},{"name":"REG_NOTIFY_CLASS","features":[5]},{"name":"REG_POST_CREATE_KEY_INFORMATION","features":[5,3]},{"name":"REG_POST_OPERATION_INFORMATION","features":[5,3]},{"name":"REG_PRE_CREATE_KEY_INFORMATION","features":[5,3]},{"name":"REG_QUERY_KEY_NAME","features":[4,5,3]},{"name":"REG_QUERY_KEY_SECURITY_INFORMATION","features":[5,6]},{"name":"REG_RENAME_KEY_INFORMATION","features":[5,3]},{"name":"REG_REPLACE_KEY_INFORMATION","features":[5,3]},{"name":"REG_RESTORE_KEY_INFORMATION","features":[5,3]},{"name":"REG_SAVE_KEY_INFORMATION","features":[5,3]},{"name":"REG_SAVE_MERGED_KEY_INFORMATION","features":[5,3]},{"name":"REG_SET_KEY_SECURITY_INFORMATION","features":[5,6]},{"name":"REG_SET_VALUE_KEY_INFORMATION","features":[5,3]},{"name":"REG_UNLOAD_KEY_INFORMATION","features":[5]},{"name":"REQUEST_POWER_COMPLETE","features":[4,7,5,3,6,8,9,10]},{"name":"RESOURCE_HASH_ENTRY","features":[5,9]},{"name":"RESOURCE_HASH_TABLE_SIZE","features":[5]},{"name":"RESOURCE_PERFORMANCE_DATA","features":[5,9]},{"name":"RESOURCE_TRANSLATION_DIRECTION","features":[5]},{"name":"RESULT_NEGATIVE","features":[5]},{"name":"RESULT_POSITIVE","features":[5]},{"name":"RESULT_ZERO","features":[5]},{"name":"ROOT_CMD_ENABLE_CORRECTABLE_ERROR_REPORTING","features":[5]},{"name":"ROOT_CMD_ENABLE_FATAL_ERROR_REPORTING","features":[5]},{"name":"ROOT_CMD_ENABLE_NONFATAL_ERROR_REPORTING","features":[5]},{"name":"RTL_AVL_ALLOCATE_ROUTINE","features":[5]},{"name":"RTL_AVL_COMPARE_ROUTINE","features":[5]},{"name":"RTL_AVL_FREE_ROUTINE","features":[5]},{"name":"RTL_AVL_MATCH_FUNCTION","features":[5,3]},{"name":"RTL_AVL_TABLE","features":[5]},{"name":"RTL_BALANCED_LINKS","features":[5]},{"name":"RTL_BITMAP","features":[5]},{"name":"RTL_BITMAP_RUN","features":[5]},{"name":"RTL_DYNAMIC_HASH_TABLE","features":[5]},{"name":"RTL_DYNAMIC_HASH_TABLE_CONTEXT","features":[5,9]},{"name":"RTL_DYNAMIC_HASH_TABLE_ENTRY","features":[5,9]},{"name":"RTL_DYNAMIC_HASH_TABLE_ENUMERATOR","features":[5,9]},{"name":"RTL_GENERIC_ALLOCATE_ROUTINE","features":[4,5,9]},{"name":"RTL_GENERIC_COMPARE_RESULTS","features":[5]},{"name":"RTL_GENERIC_COMPARE_ROUTINE","features":[4,5,9]},{"name":"RTL_GENERIC_FREE_ROUTINE","features":[4,5,9]},{"name":"RTL_GENERIC_TABLE","features":[4,5,9]},{"name":"RTL_GUID_STRING_SIZE","features":[5]},{"name":"RTL_HASH_ALLOCATED_HEADER","features":[5]},{"name":"RTL_HASH_RESERVED_SIGNATURE","features":[5]},{"name":"RTL_QUERY_REGISTRY_DELETE","features":[5]},{"name":"RTL_QUERY_REGISTRY_DIRECT","features":[5]},{"name":"RTL_QUERY_REGISTRY_NOEXPAND","features":[5]},{"name":"RTL_QUERY_REGISTRY_NOSTRING","features":[5]},{"name":"RTL_QUERY_REGISTRY_NOVALUE","features":[5]},{"name":"RTL_QUERY_REGISTRY_REQUIRED","features":[5]},{"name":"RTL_QUERY_REGISTRY_ROUTINE","features":[5,3]},{"name":"RTL_QUERY_REGISTRY_SUBKEY","features":[5]},{"name":"RTL_QUERY_REGISTRY_TABLE","features":[5,3]},{"name":"RTL_QUERY_REGISTRY_TOPKEY","features":[5]},{"name":"RTL_QUERY_REGISTRY_TYPECHECK","features":[5]},{"name":"RTL_QUERY_REGISTRY_TYPECHECK_SHIFT","features":[5]},{"name":"RTL_REGISTRY_ABSOLUTE","features":[5]},{"name":"RTL_REGISTRY_CONTROL","features":[5]},{"name":"RTL_REGISTRY_DEVICEMAP","features":[5]},{"name":"RTL_REGISTRY_HANDLE","features":[5]},{"name":"RTL_REGISTRY_MAXIMUM","features":[5]},{"name":"RTL_REGISTRY_OPTIONAL","features":[5]},{"name":"RTL_REGISTRY_SERVICES","features":[5]},{"name":"RTL_REGISTRY_USER","features":[5]},{"name":"RTL_REGISTRY_WINDOWS_NT","features":[5]},{"name":"RTL_RUN_ONCE_INIT_FN","features":[5,39]},{"name":"RTL_STACK_WALKING_MODE_FRAMES_TO_SKIP_SHIFT","features":[5]},{"name":"RandomAccess","features":[5]},{"name":"ReadAccess","features":[5]},{"name":"RealModeIrqRoutingTable","features":[5]},{"name":"RealModePCIEnumeration","features":[5]},{"name":"RealTimeWorkQueue","features":[5]},{"name":"RebuildControl","features":[5]},{"name":"RegNtCallbackObjectContextCleanup","features":[5]},{"name":"RegNtDeleteKey","features":[5]},{"name":"RegNtDeleteValueKey","features":[5]},{"name":"RegNtEnumerateKey","features":[5]},{"name":"RegNtEnumerateValueKey","features":[5]},{"name":"RegNtKeyHandleClose","features":[5]},{"name":"RegNtPostCreateKey","features":[5]},{"name":"RegNtPostCreateKeyEx","features":[5]},{"name":"RegNtPostDeleteKey","features":[5]},{"name":"RegNtPostDeleteValueKey","features":[5]},{"name":"RegNtPostEnumerateKey","features":[5]},{"name":"RegNtPostEnumerateValueKey","features":[5]},{"name":"RegNtPostFlushKey","features":[5]},{"name":"RegNtPostKeyHandleClose","features":[5]},{"name":"RegNtPostLoadKey","features":[5]},{"name":"RegNtPostOpenKey","features":[5]},{"name":"RegNtPostOpenKeyEx","features":[5]},{"name":"RegNtPostQueryKey","features":[5]},{"name":"RegNtPostQueryKeyName","features":[5]},{"name":"RegNtPostQueryKeySecurity","features":[5]},{"name":"RegNtPostQueryMultipleValueKey","features":[5]},{"name":"RegNtPostQueryValueKey","features":[5]},{"name":"RegNtPostRenameKey","features":[5]},{"name":"RegNtPostReplaceKey","features":[5]},{"name":"RegNtPostRestoreKey","features":[5]},{"name":"RegNtPostSaveKey","features":[5]},{"name":"RegNtPostSaveMergedKey","features":[5]},{"name":"RegNtPostSetInformationKey","features":[5]},{"name":"RegNtPostSetKeySecurity","features":[5]},{"name":"RegNtPostSetValueKey","features":[5]},{"name":"RegNtPostUnLoadKey","features":[5]},{"name":"RegNtPreCreateKey","features":[5]},{"name":"RegNtPreCreateKeyEx","features":[5]},{"name":"RegNtPreDeleteKey","features":[5]},{"name":"RegNtPreDeleteValueKey","features":[5]},{"name":"RegNtPreEnumerateKey","features":[5]},{"name":"RegNtPreEnumerateValueKey","features":[5]},{"name":"RegNtPreFlushKey","features":[5]},{"name":"RegNtPreKeyHandleClose","features":[5]},{"name":"RegNtPreLoadKey","features":[5]},{"name":"RegNtPreOpenKey","features":[5]},{"name":"RegNtPreOpenKeyEx","features":[5]},{"name":"RegNtPreQueryKey","features":[5]},{"name":"RegNtPreQueryKeyName","features":[5]},{"name":"RegNtPreQueryKeySecurity","features":[5]},{"name":"RegNtPreQueryMultipleValueKey","features":[5]},{"name":"RegNtPreQueryValueKey","features":[5]},{"name":"RegNtPreRenameKey","features":[5]},{"name":"RegNtPreReplaceKey","features":[5]},{"name":"RegNtPreRestoreKey","features":[5]},{"name":"RegNtPreSaveKey","features":[5]},{"name":"RegNtPreSaveMergedKey","features":[5]},{"name":"RegNtPreSetInformationKey","features":[5]},{"name":"RegNtPreSetKeySecurity","features":[5]},{"name":"RegNtPreSetValueKey","features":[5]},{"name":"RegNtPreUnLoadKey","features":[5]},{"name":"RegNtQueryKey","features":[5]},{"name":"RegNtQueryMultipleValueKey","features":[5]},{"name":"RegNtQueryValueKey","features":[5]},{"name":"RegNtRenameKey","features":[5]},{"name":"RegNtSetInformationKey","features":[5]},{"name":"RegNtSetValueKey","features":[5]},{"name":"RemovalPolicyExpectNoRemoval","features":[5]},{"name":"RemovalPolicyExpectOrderlyRemoval","features":[5]},{"name":"RemovalPolicyExpectSurpriseRemoval","features":[5]},{"name":"RemovalRelations","features":[5]},{"name":"ResourceNeverExclusive","features":[5]},{"name":"ResourceOwnedExclusive","features":[5]},{"name":"ResourceReleaseByOtherThread","features":[5]},{"name":"ResourceTypeEventBuffer","features":[5]},{"name":"ResourceTypeExtendedCounterConfiguration","features":[5]},{"name":"ResourceTypeIdenitificationTag","features":[5]},{"name":"ResourceTypeMax","features":[5]},{"name":"ResourceTypeOverflow","features":[5]},{"name":"ResourceTypeRange","features":[5]},{"name":"ResourceTypeSingle","features":[5]},{"name":"ResultNegative","features":[5]},{"name":"ResultPositive","features":[5]},{"name":"ResultZero","features":[5]},{"name":"RtlAppendUnicodeStringToString","features":[5,3]},{"name":"RtlAppendUnicodeToString","features":[5,3]},{"name":"RtlAreBitsClear","features":[5,3]},{"name":"RtlAreBitsSet","features":[5,3]},{"name":"RtlAssert","features":[5]},{"name":"RtlCheckRegistryKey","features":[5,3]},{"name":"RtlClearAllBits","features":[5]},{"name":"RtlClearBit","features":[5]},{"name":"RtlClearBits","features":[5]},{"name":"RtlCmDecodeMemIoResource","features":[5]},{"name":"RtlCmEncodeMemIoResource","features":[5,3]},{"name":"RtlCompareString","features":[5,3,9]},{"name":"RtlCompareUnicodeString","features":[5,3]},{"name":"RtlCompareUnicodeStrings","features":[5,3]},{"name":"RtlContractHashTable","features":[5,3]},{"name":"RtlCopyBitMap","features":[5]},{"name":"RtlCopyString","features":[5,9]},{"name":"RtlCopyUnicodeString","features":[5,3]},{"name":"RtlCreateHashTable","features":[5,3]},{"name":"RtlCreateHashTableEx","features":[5,3]},{"name":"RtlCreateRegistryKey","features":[5,3]},{"name":"RtlCreateSecurityDescriptor","features":[5,3,6]},{"name":"RtlDelete","features":[4,5]},{"name":"RtlDeleteElementGenericTable","features":[4,5,3,9]},{"name":"RtlDeleteElementGenericTableAvl","features":[5,3]},{"name":"RtlDeleteElementGenericTableAvlEx","features":[5]},{"name":"RtlDeleteHashTable","features":[5]},{"name":"RtlDeleteNoSplay","features":[4,5]},{"name":"RtlDeleteRegistryValue","features":[5,3]},{"name":"RtlDowncaseUnicodeChar","features":[5]},{"name":"RtlEndEnumerationHashTable","features":[5,9]},{"name":"RtlEndStrongEnumerationHashTable","features":[5,9]},{"name":"RtlEndWeakEnumerationHashTable","features":[5,9]},{"name":"RtlEnumerateEntryHashTable","features":[5,9]},{"name":"RtlEnumerateGenericTable","features":[4,5,3,9]},{"name":"RtlEnumerateGenericTableAvl","features":[5,3]},{"name":"RtlEnumerateGenericTableLikeADirectory","features":[5,3]},{"name":"RtlEnumerateGenericTableWithoutSplaying","features":[4,5,9]},{"name":"RtlEnumerateGenericTableWithoutSplayingAvl","features":[5]},{"name":"RtlEqualString","features":[5,3,9]},{"name":"RtlEqualUnicodeString","features":[5,3]},{"name":"RtlExpandHashTable","features":[5,3]},{"name":"RtlExtractBitMap","features":[5]},{"name":"RtlFindClearBits","features":[5]},{"name":"RtlFindClearBitsAndSet","features":[5]},{"name":"RtlFindClearRuns","features":[5,3]},{"name":"RtlFindClosestEncodableLength","features":[5,3]},{"name":"RtlFindFirstRunClear","features":[5]},{"name":"RtlFindLastBackwardRunClear","features":[5]},{"name":"RtlFindLeastSignificantBit","features":[5]},{"name":"RtlFindLongestRunClear","features":[5]},{"name":"RtlFindMostSignificantBit","features":[5]},{"name":"RtlFindNextForwardRunClear","features":[5]},{"name":"RtlFindSetBits","features":[5]},{"name":"RtlFindSetBitsAndClear","features":[5]},{"name":"RtlFreeUTF8String","features":[5,9]},{"name":"RtlGUIDFromString","features":[5,3]},{"name":"RtlGenerateClass5Guid","features":[5,3]},{"name":"RtlGetActiveConsoleId","features":[5]},{"name":"RtlGetCallersAddress","features":[5]},{"name":"RtlGetConsoleSessionForegroundProcessId","features":[5]},{"name":"RtlGetElementGenericTable","features":[4,5,9]},{"name":"RtlGetElementGenericTableAvl","features":[5]},{"name":"RtlGetEnabledExtendedFeatures","features":[5]},{"name":"RtlGetNextEntryHashTable","features":[5,9]},{"name":"RtlGetNtProductType","features":[5,3,9]},{"name":"RtlGetNtSystemRoot","features":[5]},{"name":"RtlGetPersistedStateLocation","features":[5,3]},{"name":"RtlGetSuiteMask","features":[5]},{"name":"RtlGetVersion","features":[5,3,35]},{"name":"RtlHashUnicodeString","features":[5,3]},{"name":"RtlInitEnumerationHashTable","features":[5,3,9]},{"name":"RtlInitStrongEnumerationHashTable","features":[5,3,9]},{"name":"RtlInitUTF8String","features":[5,9]},{"name":"RtlInitUTF8StringEx","features":[5,3,9]},{"name":"RtlInitWeakEnumerationHashTable","features":[5,3,9]},{"name":"RtlInitializeBitMap","features":[5]},{"name":"RtlInitializeGenericTable","features":[4,5,9]},{"name":"RtlInitializeGenericTableAvl","features":[5]},{"name":"RtlInsertElementGenericTable","features":[4,5,3,9]},{"name":"RtlInsertElementGenericTableAvl","features":[5,3]},{"name":"RtlInsertElementGenericTableFull","features":[4,5,3,9]},{"name":"RtlInsertElementGenericTableFullAvl","features":[5,3]},{"name":"RtlInsertEntryHashTable","features":[5,3,9]},{"name":"RtlInt64ToUnicodeString","features":[5,3]},{"name":"RtlIntegerToUnicodeString","features":[5,3]},{"name":"RtlIoDecodeMemIoResource","features":[5]},{"name":"RtlIoEncodeMemIoResource","features":[5,3]},{"name":"RtlIsApiSetImplemented","features":[5,3]},{"name":"RtlIsGenericTableEmpty","features":[4,5,3,9]},{"name":"RtlIsGenericTableEmptyAvl","features":[5,3]},{"name":"RtlIsMultiSessionSku","features":[5,3]},{"name":"RtlIsMultiUsersInSessionSku","features":[5,3]},{"name":"RtlIsNtDdiVersionAvailable","features":[5,3]},{"name":"RtlIsServicePackVersionInstalled","features":[5,3]},{"name":"RtlIsStateSeparationEnabled","features":[5,3]},{"name":"RtlIsUntrustedObject","features":[5,3]},{"name":"RtlLengthSecurityDescriptor","features":[5,6]},{"name":"RtlLookupElementGenericTable","features":[4,5,9]},{"name":"RtlLookupElementGenericTableAvl","features":[5]},{"name":"RtlLookupElementGenericTableFull","features":[4,5,9]},{"name":"RtlLookupElementGenericTableFullAvl","features":[5]},{"name":"RtlLookupEntryHashTable","features":[5,9]},{"name":"RtlLookupFirstMatchingElementGenericTableAvl","features":[5]},{"name":"RtlMapGenericMask","features":[5,6]},{"name":"RtlNormalizeSecurityDescriptor","features":[5,3,6]},{"name":"RtlNumberGenericTableElements","features":[4,5,9]},{"name":"RtlNumberGenericTableElementsAvl","features":[5]},{"name":"RtlNumberOfClearBits","features":[5]},{"name":"RtlNumberOfClearBitsInRange","features":[5]},{"name":"RtlNumberOfSetBits","features":[5]},{"name":"RtlNumberOfSetBitsInRange","features":[5]},{"name":"RtlNumberOfSetBitsUlongPtr","features":[5]},{"name":"RtlPrefetchMemoryNonTemporal","features":[5]},{"name":"RtlPrefixUnicodeString","features":[5,3]},{"name":"RtlQueryRegistryValueWithFallback","features":[5,3]},{"name":"RtlQueryRegistryValues","features":[5,3]},{"name":"RtlQueryValidationRunlevel","features":[5,3]},{"name":"RtlRealPredecessor","features":[4,5]},{"name":"RtlRealSuccessor","features":[4,5]},{"name":"RtlRemoveEntryHashTable","features":[5,3,9]},{"name":"RtlRunOnceBeginInitialize","features":[5,3,39]},{"name":"RtlRunOnceComplete","features":[5,3,39]},{"name":"RtlRunOnceExecuteOnce","features":[5,3,39]},{"name":"RtlRunOnceInitialize","features":[5,39]},{"name":"RtlSetAllBits","features":[5]},{"name":"RtlSetBit","features":[5]},{"name":"RtlSetBits","features":[5]},{"name":"RtlSetDaclSecurityDescriptor","features":[5,3,6]},{"name":"RtlSetSystemGlobalData","features":[5,3,35]},{"name":"RtlSplay","features":[4,5]},{"name":"RtlStringFromGUID","features":[5,3]},{"name":"RtlStronglyEnumerateEntryHashTable","features":[5,9]},{"name":"RtlSubtreePredecessor","features":[4,5]},{"name":"RtlSubtreeSuccessor","features":[4,5]},{"name":"RtlSuffixUnicodeString","features":[5,3]},{"name":"RtlTestBit","features":[5,3]},{"name":"RtlTimeFieldsToTime","features":[5,3]},{"name":"RtlTimeToTimeFields","features":[5]},{"name":"RtlUTF8StringToUnicodeString","features":[5,3,9]},{"name":"RtlUTF8ToUnicodeN","features":[5,3]},{"name":"RtlUnicodeStringToInt64","features":[5,3]},{"name":"RtlUnicodeStringToInteger","features":[5,3]},{"name":"RtlUnicodeStringToUTF8String","features":[5,3,9]},{"name":"RtlUnicodeToUTF8N","features":[5,3]},{"name":"RtlUpcaseUnicodeChar","features":[5]},{"name":"RtlUpcaseUnicodeString","features":[5,3]},{"name":"RtlUpperChar","features":[5]},{"name":"RtlUpperString","features":[5,9]},{"name":"RtlValidRelativeSecurityDescriptor","features":[5,3,6]},{"name":"RtlValidSecurityDescriptor","features":[5,3,6]},{"name":"RtlVerifyVersionInfo","features":[5,3,35]},{"name":"RtlVolumeDeviceToDosName","features":[5,3]},{"name":"RtlWalkFrameChain","features":[5]},{"name":"RtlWeaklyEnumerateEntryHashTable","features":[5,9]},{"name":"RtlWriteRegistryValue","features":[5,3]},{"name":"RtlxAnsiStringToUnicodeSize","features":[5,9]},{"name":"RtlxUnicodeStringToAnsiSize","features":[5,3]},{"name":"SCATTER_GATHER_ELEMENT","features":[5]},{"name":"SCATTER_GATHER_LIST","features":[5]},{"name":"SCI_NOTIFY_TYPE_GUID","features":[5]},{"name":"SDEV_IDENTIFIER_INTERFACE","features":[5]},{"name":"SDEV_IDENTIFIER_INTERFACE_VERSION","features":[5]},{"name":"SEA_NOTIFY_TYPE_GUID","features":[5]},{"name":"SEA_SECTION_GUID","features":[5]},{"name":"SECTION_MAP_EXECUTE","features":[5]},{"name":"SECTION_MAP_EXECUTE_EXPLICIT","features":[5]},{"name":"SECTION_MAP_READ","features":[5]},{"name":"SECTION_MAP_WRITE","features":[5]},{"name":"SECTION_QUERY","features":[5]},{"name":"SECURE_DRIVER_INTERFACE","features":[4,5]},{"name":"SECURE_DRIVER_INTERFACE_VERSION","features":[5]},{"name":"SECURE_DRIVER_PROCESS_DEREFERENCE","features":[4,5]},{"name":"SECURE_DRIVER_PROCESS_REFERENCE","features":[4,5]},{"name":"SECURE_POOL_FLAGS_FREEABLE","features":[5]},{"name":"SECURE_POOL_FLAGS_MODIFIABLE","features":[5]},{"name":"SECURE_POOL_FLAGS_NONE","features":[5]},{"name":"SECURE_SECTION_ALLOW_PARTIAL_MDL","features":[5]},{"name":"SECURITY_CONTEXT_TRACKING_MODE","features":[5]},{"name":"SECURITY_OPERATION_CODE","features":[5]},{"name":"SEC_LARGE_PAGES","features":[5]},{"name":"SEH_VALIDATION_POLICY_DEFER","features":[5]},{"name":"SEH_VALIDATION_POLICY_OFF","features":[5]},{"name":"SEH_VALIDATION_POLICY_ON","features":[5]},{"name":"SEH_VALIDATION_POLICY_TELEMETRY","features":[5]},{"name":"SEI_NOTIFY_TYPE_GUID","features":[5]},{"name":"SEI_SECTION_GUID","features":[5]},{"name":"SEMAPHORE_QUERY_STATE","features":[5]},{"name":"SET_D3COLD_SUPPORT","features":[5,3]},{"name":"SET_VIRTUAL_DEVICE_DATA","features":[5]},{"name":"SE_ASSIGNPRIMARYTOKEN_PRIVILEGE","features":[5]},{"name":"SE_AUDIT_PRIVILEGE","features":[5]},{"name":"SE_BACKUP_PRIVILEGE","features":[5]},{"name":"SE_CHANGE_NOTIFY_PRIVILEGE","features":[5]},{"name":"SE_CREATE_GLOBAL_PRIVILEGE","features":[5]},{"name":"SE_CREATE_PAGEFILE_PRIVILEGE","features":[5]},{"name":"SE_CREATE_PERMANENT_PRIVILEGE","features":[5]},{"name":"SE_CREATE_SYMBOLIC_LINK_PRIVILEGE","features":[5]},{"name":"SE_CREATE_TOKEN_PRIVILEGE","features":[5]},{"name":"SE_DEBUG_PRIVILEGE","features":[5]},{"name":"SE_DELEGATE_SESSION_USER_IMPERSONATE_PRIVILEGE","features":[5]},{"name":"SE_ENABLE_DELEGATION_PRIVILEGE","features":[5]},{"name":"SE_IMAGE_TYPE","features":[5]},{"name":"SE_IMAGE_VERIFICATION_CALLBACK_FUNCTION","features":[5,3]},{"name":"SE_IMAGE_VERIFICATION_CALLBACK_TYPE","features":[5]},{"name":"SE_IMPERSONATE_PRIVILEGE","features":[5]},{"name":"SE_INCREASE_QUOTA_PRIVILEGE","features":[5]},{"name":"SE_INC_BASE_PRIORITY_PRIVILEGE","features":[5]},{"name":"SE_INC_WORKING_SET_PRIVILEGE","features":[5]},{"name":"SE_LOAD_DRIVER_PRIVILEGE","features":[5]},{"name":"SE_LOCK_MEMORY_PRIVILEGE","features":[5]},{"name":"SE_MACHINE_ACCOUNT_PRIVILEGE","features":[5]},{"name":"SE_MANAGE_VOLUME_PRIVILEGE","features":[5]},{"name":"SE_MAX_WELL_KNOWN_PRIVILEGE","features":[5]},{"name":"SE_MIN_WELL_KNOWN_PRIVILEGE","features":[5]},{"name":"SE_PROF_SINGLE_PROCESS_PRIVILEGE","features":[5]},{"name":"SE_RELABEL_PRIVILEGE","features":[5]},{"name":"SE_REMOTE_SHUTDOWN_PRIVILEGE","features":[5]},{"name":"SE_RESTORE_PRIVILEGE","features":[5]},{"name":"SE_SECURITY_PRIVILEGE","features":[5]},{"name":"SE_SHUTDOWN_PRIVILEGE","features":[5]},{"name":"SE_SYNC_AGENT_PRIVILEGE","features":[5]},{"name":"SE_SYSTEMTIME_PRIVILEGE","features":[5]},{"name":"SE_SYSTEM_ENVIRONMENT_PRIVILEGE","features":[5]},{"name":"SE_SYSTEM_PROFILE_PRIVILEGE","features":[5]},{"name":"SE_TAKE_OWNERSHIP_PRIVILEGE","features":[5]},{"name":"SE_TCB_PRIVILEGE","features":[5]},{"name":"SE_TIME_ZONE_PRIVILEGE","features":[5]},{"name":"SE_TRUSTED_CREDMAN_ACCESS_PRIVILEGE","features":[5]},{"name":"SE_UNDOCK_PRIVILEGE","features":[5]},{"name":"SE_UNSOLICITED_INPUT_PRIVILEGE","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_CLEAR_GLOBAL_DATA_FLAG","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_CONSOLE_BROKER_ENABLED_V","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_DYNAMIC_PROC_ENABLED_V","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_ELEVATION_ENABLED_V","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_ERROR_PORT_V","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_INSTALLER_DETECT_ENABLED_V","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_LKG_ENABLED_V","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_MULTIUSERS_IN_SESSION_SKU_V","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_MULTI_SESSION_SKU_V","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_A73_ERRATA","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_DISABLE_32BIT","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_ENABLED","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_HV_PAGE","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_LFENCE","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_MFENCE","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_RDTSCP","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_SECURE_BOOT_ENABLED_V","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_SET_GLOBAL_DATA_FLAG","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_STATE_SEPARATION_ENABLED_V","features":[5]},{"name":"SHARED_GLOBAL_FLAGS_VIRT_ENABLED_V","features":[5]},{"name":"SHARE_ACCESS","features":[5]},{"name":"SHORT_LEAST_SIGNIFICANT_BIT","features":[5]},{"name":"SHORT_MOST_SIGNIFICANT_BIT","features":[5]},{"name":"SIGNAL_REG_VALUE","features":[5]},{"name":"SILO_CONTEXT_CLEANUP_CALLBACK","features":[5]},{"name":"SILO_MONITOR_CREATE_CALLBACK","features":[4,5,3]},{"name":"SILO_MONITOR_REGISTRATION","features":[4,5,3]},{"name":"SILO_MONITOR_REGISTRATION_VERSION","features":[5]},{"name":"SILO_MONITOR_TERMINATE_CALLBACK","features":[4,5]},{"name":"SINGLE_GROUP_LEGACY_API","features":[5]},{"name":"SL_ALLOW_RAW_MOUNT","features":[5]},{"name":"SL_BYPASS_ACCESS_CHECK","features":[5]},{"name":"SL_BYPASS_IO","features":[5]},{"name":"SL_CASE_SENSITIVE","features":[5]},{"name":"SL_ERROR_RETURNED","features":[5]},{"name":"SL_EXCLUSIVE_LOCK","features":[5]},{"name":"SL_FAIL_IMMEDIATELY","features":[5]},{"name":"SL_FORCE_ACCESS_CHECK","features":[5]},{"name":"SL_FORCE_ASYNCHRONOUS","features":[5]},{"name":"SL_FORCE_DIRECT_WRITE","features":[5]},{"name":"SL_FT_SEQUENTIAL_WRITE","features":[5]},{"name":"SL_IGNORE_READONLY_ATTRIBUTE","features":[5]},{"name":"SL_INDEX_SPECIFIED","features":[5]},{"name":"SL_INFO_FORCE_ACCESS_CHECK","features":[5]},{"name":"SL_INFO_IGNORE_READONLY_ATTRIBUTE","features":[5]},{"name":"SL_INVOKE_ON_CANCEL","features":[5]},{"name":"SL_INVOKE_ON_ERROR","features":[5]},{"name":"SL_INVOKE_ON_SUCCESS","features":[5]},{"name":"SL_KEY_SPECIFIED","features":[5]},{"name":"SL_NO_CURSOR_UPDATE","features":[5]},{"name":"SL_OPEN_PAGING_FILE","features":[5]},{"name":"SL_OPEN_TARGET_DIRECTORY","features":[5]},{"name":"SL_OVERRIDE_VERIFY_VOLUME","features":[5]},{"name":"SL_PENDING_RETURNED","features":[5]},{"name":"SL_PERSISTENT_MEMORY_FIXED_MAPPING","features":[5]},{"name":"SL_QUERY_DIRECTORY_MASK","features":[5]},{"name":"SL_READ_ACCESS_GRANTED","features":[5]},{"name":"SL_REALTIME_STREAM","features":[5]},{"name":"SL_RESTART_SCAN","features":[5]},{"name":"SL_RETURN_ON_DISK_ENTRIES_ONLY","features":[5]},{"name":"SL_RETURN_SINGLE_ENTRY","features":[5]},{"name":"SL_STOP_ON_SYMLINK","features":[5]},{"name":"SL_WATCH_TREE","features":[5]},{"name":"SL_WRITE_ACCESS_GRANTED","features":[5]},{"name":"SL_WRITE_THROUGH","features":[5]},{"name":"SOC_SUBSYSTEM_FAILURE_DETAILS","features":[5]},{"name":"SOC_SUBSYSTEM_TYPE","features":[5]},{"name":"SOC_SUBSYS_AUDIO_DSP","features":[5]},{"name":"SOC_SUBSYS_COMPUTE_DSP","features":[5]},{"name":"SOC_SUBSYS_SECURE_PROC","features":[5]},{"name":"SOC_SUBSYS_SENSORS","features":[5]},{"name":"SOC_SUBSYS_VENDOR_DEFINED","features":[5]},{"name":"SOC_SUBSYS_WIRELESS_MODEM","features":[5]},{"name":"SOC_SUBSYS_WIRELSS_CONNECTIVITY","features":[5]},{"name":"SSINFO_FLAGS_ALIGNED_DEVICE","features":[5]},{"name":"SSINFO_FLAGS_BYTE_ADDRESSABLE","features":[5]},{"name":"SSINFO_FLAGS_NO_SEEK_PENALTY","features":[5]},{"name":"SSINFO_FLAGS_PARTITION_ALIGNED_ON_DEVICE","features":[5]},{"name":"SSINFO_FLAGS_TRIM_ENABLED","features":[5]},{"name":"SSINFO_OFFSET_UNKNOWN","features":[5]},{"name":"STATE_LOCATION_TYPE","features":[5]},{"name":"SUBSYSTEM_INFORMATION_TYPE","features":[5]},{"name":"SYMBOLIC_LINK_QUERY","features":[5]},{"name":"SYMBOLIC_LINK_SET","features":[5]},{"name":"SYSTEM_CALL_INT_2E","features":[5]},{"name":"SYSTEM_CALL_SYSCALL","features":[5]},{"name":"SYSTEM_FIRMWARE_TABLE_ACTION","features":[5]},{"name":"SYSTEM_FIRMWARE_TABLE_HANDLER","features":[5,3]},{"name":"SYSTEM_FIRMWARE_TABLE_INFORMATION","features":[5]},{"name":"SYSTEM_POWER_CONDITION","features":[5]},{"name":"SYSTEM_POWER_STATE_CONTEXT","features":[5]},{"name":"ScsiAdapter","features":[5]},{"name":"SeAccessCheck","features":[4,5,3,6]},{"name":"SeAssignSecurity","features":[4,5,3,6]},{"name":"SeAssignSecurityEx","features":[4,5,3,6]},{"name":"SeCaptureSubjectContext","features":[4,5,6]},{"name":"SeComputeAutoInheritByObjectType","features":[5,6]},{"name":"SeDeassignSecurity","features":[5,3,6]},{"name":"SeEtwWriteKMCveEvent","features":[5,3]},{"name":"SeImageTypeDriver","features":[5]},{"name":"SeImageTypeDynamicCodeFile","features":[5]},{"name":"SeImageTypeElamDriver","features":[5]},{"name":"SeImageTypeMax","features":[5]},{"name":"SeImageTypePlatformSecureFile","features":[5]},{"name":"SeImageVerificationCallbackInformational","features":[5]},{"name":"SeLockSubjectContext","features":[4,5,6]},{"name":"SeRegisterImageVerificationCallback","features":[5,3]},{"name":"SeReleaseSubjectContext","features":[4,5,6]},{"name":"SeReportSecurityEvent","features":[5,3,25]},{"name":"SeSetAuditParameter","features":[5,3,25]},{"name":"SeSinglePrivilegeCheck","features":[5,3]},{"name":"SeUnlockSubjectContext","features":[4,5,6]},{"name":"SeUnregisterImageVerificationCallback","features":[5]},{"name":"SeValidSecurityDescriptor","features":[5,3,6]},{"name":"SecondaryCache","features":[5]},{"name":"SecondaryDcache","features":[5]},{"name":"SecondaryIcache","features":[5]},{"name":"SequentialAccess","features":[5]},{"name":"SerialController","features":[5]},{"name":"SetSecurityDescriptor","features":[5]},{"name":"SgiInternalConfiguration","features":[5]},{"name":"SharedInterruptTime","features":[5]},{"name":"SharedSystemTime","features":[5]},{"name":"SharedTickCount","features":[5]},{"name":"SingleBusRelations","features":[5]},{"name":"SlotEmpty","features":[5]},{"name":"StandardDesign","features":[5]},{"name":"StopCompletion","features":[5]},{"name":"SubsystemInformationTypeWSL","features":[5]},{"name":"SubsystemInformationTypeWin32","features":[5]},{"name":"SuperCriticalWorkQueue","features":[5]},{"name":"Suspended","features":[5]},{"name":"SystemFirmwareTable_Enumerate","features":[5]},{"name":"SystemFirmwareTable_Get","features":[5]},{"name":"SystemMemory","features":[5]},{"name":"SystemMemoryPartitionDedicatedMemoryInformation","features":[5]},{"name":"SystemMemoryPartitionInformation","features":[5]},{"name":"SystemMemoryPartitionOpenDedicatedMemory","features":[5]},{"name":"SystemPowerState","features":[5]},{"name":"TABLE_SEARCH_RESULT","features":[5]},{"name":"TARGET_DEVICE_REMOVAL_NOTIFICATION","features":[4,7,5,3,6,8,9,10]},{"name":"THREAD_ALERT","features":[5]},{"name":"THREAD_CSWITCH_PMU_DISABLE","features":[5]},{"name":"THREAD_CSWITCH_PMU_ENABLE","features":[5]},{"name":"THREAD_GET_CONTEXT","features":[5]},{"name":"THREAD_WAIT_OBJECTS","features":[5]},{"name":"TIMER_EXPIRED_INDEX_BITS","features":[5]},{"name":"TIMER_PROCESSOR_INDEX_BITS","features":[5]},{"name":"TIMER_SET_COALESCABLE_TIMER_INFO","features":[5,3]},{"name":"TIMER_TOLERABLE_DELAY_BITS","features":[5]},{"name":"TIME_FIELDS","features":[5]},{"name":"TRACE_INFORMATION_CLASS","features":[5]},{"name":"TRANSLATE_BUS_ADDRESS","features":[5,3]},{"name":"TRANSLATOR_INTERFACE","features":[4,7,5,3,6,8,9,10]},{"name":"TREE_CONNECT_NO_CLIENT_BUFFERING","features":[5]},{"name":"TREE_CONNECT_WRITE_THROUGH","features":[5]},{"name":"TXF_MINIVERSION_DEFAULT_VIEW","features":[5]},{"name":"TXN_PARAMETER_BLOCK","features":[5]},{"name":"TableEmptyTree","features":[5]},{"name":"TableFoundNode","features":[5]},{"name":"TableInsertAsLeft","features":[5]},{"name":"TableInsertAsRight","features":[5]},{"name":"TapeController","features":[5]},{"name":"TapePeripheral","features":[5]},{"name":"TargetDeviceRelation","features":[5]},{"name":"TcAdapter","features":[5]},{"name":"TerminalPeripheral","features":[5]},{"name":"TlbMatchConflict","features":[5]},{"name":"TmCommitComplete","features":[4,5,3]},{"name":"TmCommitEnlistment","features":[4,5,3]},{"name":"TmCommitTransaction","features":[4,5,3]},{"name":"TmCreateEnlistment","features":[4,5,3]},{"name":"TmDereferenceEnlistmentKey","features":[4,5,3]},{"name":"TmEnableCallbacks","features":[4,5,3]},{"name":"TmGetTransactionId","features":[4,5]},{"name":"TmInitializeTransactionManager","features":[5,3]},{"name":"TmIsTransactionActive","features":[4,5,3]},{"name":"TmPrePrepareComplete","features":[4,5,3]},{"name":"TmPrePrepareEnlistment","features":[4,5,3]},{"name":"TmPrepareComplete","features":[4,5,3]},{"name":"TmPrepareEnlistment","features":[4,5,3]},{"name":"TmPropagationComplete","features":[4,5,3]},{"name":"TmPropagationFailed","features":[4,5,3]},{"name":"TmReadOnlyEnlistment","features":[4,5,3]},{"name":"TmRecoverEnlistment","features":[4,5,3]},{"name":"TmRecoverResourceManager","features":[4,5,3]},{"name":"TmRecoverTransactionManager","features":[4,5,3]},{"name":"TmReferenceEnlistmentKey","features":[4,5,3]},{"name":"TmRenameTransactionManager","features":[5,3]},{"name":"TmRequestOutcomeEnlistment","features":[4,5,3]},{"name":"TmRollbackComplete","features":[4,5,3]},{"name":"TmRollbackEnlistment","features":[4,5,3]},{"name":"TmRollbackTransaction","features":[4,5,3]},{"name":"TmSinglePhaseReject","features":[4,5,3]},{"name":"TraceEnableFlagsClass","features":[5]},{"name":"TraceEnableLevelClass","features":[5]},{"name":"TraceHandleByNameClass","features":[5]},{"name":"TraceHandleClass","features":[5]},{"name":"TraceIdClass","features":[5]},{"name":"TraceInformationClassReserved1","features":[5]},{"name":"TraceInformationClassReserved2","features":[5]},{"name":"TraceSessionSettingsClass","features":[5]},{"name":"TranslateChildToParent","features":[5]},{"name":"TranslateParentToChild","features":[5]},{"name":"TranslationFault","features":[5]},{"name":"TransportRelations","features":[5]},{"name":"TurboChannel","features":[5]},{"name":"TypeA","features":[5]},{"name":"TypeB","features":[5]},{"name":"TypeC","features":[5]},{"name":"TypeF","features":[5]},{"name":"UADDRESS_BASE","features":[5]},{"name":"UnsupportedUpstreamTransaction","features":[5]},{"name":"UserMode","features":[5]},{"name":"UserNotPresent","features":[5]},{"name":"UserPresent","features":[5]},{"name":"UserRequest","features":[5]},{"name":"UserUnknown","features":[5]},{"name":"VIRTUAL_CHANNEL_CAPABILITIES1","features":[5]},{"name":"VIRTUAL_CHANNEL_CAPABILITIES2","features":[5]},{"name":"VIRTUAL_CHANNEL_CONTROL","features":[5]},{"name":"VIRTUAL_CHANNEL_STATUS","features":[5]},{"name":"VIRTUAL_RESOURCE","features":[5]},{"name":"VIRTUAL_RESOURCE_CAPABILITY","features":[5]},{"name":"VIRTUAL_RESOURCE_CONTROL","features":[5]},{"name":"VIRTUAL_RESOURCE_STATUS","features":[5]},{"name":"VMEBus","features":[5]},{"name":"VMEConfiguration","features":[5]},{"name":"VM_COUNTERS","features":[5]},{"name":"VM_COUNTERS_EX","features":[5]},{"name":"VM_COUNTERS_EX2","features":[5]},{"name":"VPB_DIRECT_WRITES_ALLOWED","features":[5]},{"name":"VPB_DISMOUNTING","features":[5]},{"name":"VPB_FLAGS_BYPASSIO_BLOCKED","features":[5]},{"name":"VPB_LOCKED","features":[5]},{"name":"VPB_MOUNTED","features":[5]},{"name":"VPB_PERSISTENT","features":[5]},{"name":"VPB_RAW_MOUNT","features":[5]},{"name":"VPB_REMOVE_PENDING","features":[5]},{"name":"Vmcs","features":[5]},{"name":"VslCreateSecureSection","features":[4,5,3]},{"name":"VslDeleteSecureSection","features":[5,3]},{"name":"WAIT_CONTEXT_BLOCK","features":[4,7,5,3,6,8,9,10]},{"name":"WCS_RAS_REGISTER_NAME_MAX_LENGTH","features":[5]},{"name":"WDM_MAJORVERSION","features":[5]},{"name":"WDM_MINORVERSION","features":[5]},{"name":"WHEA128A","features":[5]},{"name":"WHEAP_ACPI_TIMEOUT_EVENT","features":[5]},{"name":"WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT","features":[5,3,33]},{"name":"WHEAP_ATTEMPT_RECOVERY_EVENT","features":[5,3]},{"name":"WHEAP_BAD_HEST_NOTIFY_DATA_EVENT","features":[5,33]},{"name":"WHEAP_CLEARED_POISON_EVENT","features":[5]},{"name":"WHEAP_CMCI_IMPLEMENTED_EVENT","features":[5,3]},{"name":"WHEAP_CMCI_INITERR_EVENT","features":[5]},{"name":"WHEAP_CMCI_RESTART_EVENT","features":[5]},{"name":"WHEAP_CREATE_GENERIC_RECORD_EVENT","features":[5,3]},{"name":"WHEAP_DEFERRED_EVENT","features":[5,9]},{"name":"WHEAP_DEVICE_DRV_EVENT","features":[5]},{"name":"WHEAP_DPC_ERROR_EVENT","features":[5]},{"name":"WHEAP_DPC_ERROR_EVENT_TYPE","features":[5]},{"name":"WHEAP_DROPPED_CORRECTED_ERROR_EVENT","features":[5,33]},{"name":"WHEAP_EDPC_ENABLED_EVENT","features":[5,3]},{"name":"WHEAP_ERROR_CLEARED_EVENT","features":[5]},{"name":"WHEAP_ERROR_RECORD_EVENT","features":[5]},{"name":"WHEAP_ERR_SRC_ARRAY_INVALID_EVENT","features":[5]},{"name":"WHEAP_ERR_SRC_INVALID_EVENT","features":[5,3,33]},{"name":"WHEAP_FOUND_ERROR_IN_BANK_EVENT","features":[5]},{"name":"WHEAP_GENERIC_ERR_MEM_MAP_EVENT","features":[5]},{"name":"WHEAP_OSC_IMPLEMENTED","features":[5,3]},{"name":"WHEAP_PCIE_CONFIG_INFO","features":[5]},{"name":"WHEAP_PCIE_OVERRIDE_INFO","features":[5]},{"name":"WHEAP_PCIE_READ_OVERRIDES_ERR","features":[5,3]},{"name":"WHEAP_PFA_MEMORY_OFFLINED","features":[5,3]},{"name":"WHEAP_PFA_MEMORY_POLICY","features":[5,3]},{"name":"WHEAP_PFA_MEMORY_REMOVE_MONITOR","features":[5]},{"name":"WHEAP_PFA_OFFLINE_DECISION_TYPE","features":[5]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_CORRUPT","features":[5]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_FULL_EVENT","features":[5]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_UEFI_VAR_FAILED","features":[5]},{"name":"WHEAP_PLUGIN_PFA_EVENT","features":[5,3]},{"name":"WHEAP_PROCESS_EINJ_EVENT","features":[5,3]},{"name":"WHEAP_PROCESS_HEST_EVENT","features":[5,3]},{"name":"WHEAP_PSHED_INJECT_ERROR","features":[5,3]},{"name":"WHEAP_PSHED_PLUGIN_REGISTER","features":[5,3]},{"name":"WHEAP_ROW_FAILURE_EVENT","features":[5]},{"name":"WHEAP_SPURIOUS_AER_EVENT","features":[5]},{"name":"WHEAP_STARTED_REPORT_HW_ERROR","features":[5,33]},{"name":"WHEAP_STUCK_ERROR_EVENT","features":[5]},{"name":"WHEA_ACPI_HEADER","features":[5]},{"name":"WHEA_AMD_EXTENDED_REGISTERS","features":[5]},{"name":"WHEA_AMD_EXT_REG_NUM","features":[5]},{"name":"WHEA_ARMV8_AARCH32_GPRS","features":[5]},{"name":"WHEA_ARMV8_AARCH64_EL3_CSR","features":[5]},{"name":"WHEA_ARMV8_AARCH64_GPRS","features":[5]},{"name":"WHEA_ARM_AARCH32_EL1_CSR","features":[5]},{"name":"WHEA_ARM_AARCH32_EL2_CSR","features":[5]},{"name":"WHEA_ARM_AARCH32_SECURE_CSR","features":[5]},{"name":"WHEA_ARM_AARCH64_EL1_CSR","features":[5]},{"name":"WHEA_ARM_AARCH64_EL2_CSR","features":[5]},{"name":"WHEA_ARM_BUS_ERROR","features":[5]},{"name":"WHEA_ARM_BUS_ERROR_VALID_BITS","features":[5]},{"name":"WHEA_ARM_CACHE_ERROR","features":[5]},{"name":"WHEA_ARM_CACHE_ERROR_VALID_BITS","features":[5]},{"name":"WHEA_ARM_MISC_CSR","features":[5]},{"name":"WHEA_ARM_PROCESSOR_ERROR","features":[5]},{"name":"WHEA_ARM_PROCESSOR_ERROR_CONTEXT_INFORMATION_HEADER","features":[5]},{"name":"WHEA_ARM_PROCESSOR_ERROR_CONTEXT_INFORMATION_HEADER_FLAGS","features":[5]},{"name":"WHEA_ARM_PROCESSOR_ERROR_INFORMATION","features":[5]},{"name":"WHEA_ARM_PROCESSOR_ERROR_INFORMATION_VALID_BITS","features":[5]},{"name":"WHEA_ARM_PROCESSOR_ERROR_SECTION","features":[5]},{"name":"WHEA_ARM_PROCESSOR_ERROR_SECTION_VALID_BITS","features":[5]},{"name":"WHEA_ARM_TLB_ERROR","features":[5]},{"name":"WHEA_ARM_TLB_ERROR_VALID_BITS","features":[5]},{"name":"WHEA_AZCC_ROOT_BUS_ERR_EVENT","features":[5,3]},{"name":"WHEA_AZCC_ROOT_BUS_LIST_EVENT","features":[5]},{"name":"WHEA_AZCC_SET_POISON_EVENT","features":[5,3]},{"name":"WHEA_BUGCHECK_RECOVERY_LOG_TYPE","features":[5]},{"name":"WHEA_BUSCHECK_GUID","features":[5]},{"name":"WHEA_CACHECHECK_GUID","features":[5]},{"name":"WHEA_CPU_VENDOR","features":[5]},{"name":"WHEA_DEVICE_ERROR_SUMMARY_GUID","features":[5]},{"name":"WHEA_DPC_CAPABILITY_SECTION_GUID","features":[5]},{"name":"WHEA_ERROR_INJECTION_CAPABILITIES","features":[5]},{"name":"WHEA_ERROR_LOG_ENTRY_VERSION","features":[5]},{"name":"WHEA_ERROR_PACKET_DATA_FORMAT","features":[5]},{"name":"WHEA_ERROR_PACKET_FLAGS","features":[5]},{"name":"WHEA_ERROR_PACKET_SECTION_GUID","features":[5]},{"name":"WHEA_ERROR_PACKET_V1","features":[5,33]},{"name":"WHEA_ERROR_PACKET_V1_VERSION","features":[5]},{"name":"WHEA_ERROR_PACKET_V2","features":[5,33]},{"name":"WHEA_ERROR_PACKET_V2_VERSION","features":[5]},{"name":"WHEA_ERROR_PACKET_VERSION","features":[5]},{"name":"WHEA_ERROR_PKT_VERSION","features":[5]},{"name":"WHEA_ERROR_RECORD","features":[5]},{"name":"WHEA_ERROR_RECORD_FLAGS_DEVICE_DRIVER","features":[5]},{"name":"WHEA_ERROR_RECORD_FLAGS_PREVIOUSERROR","features":[5]},{"name":"WHEA_ERROR_RECORD_FLAGS_RECOVERED","features":[5]},{"name":"WHEA_ERROR_RECORD_FLAGS_SIMULATED","features":[5]},{"name":"WHEA_ERROR_RECORD_HEADER","features":[5]},{"name":"WHEA_ERROR_RECORD_HEADER_FLAGS","features":[5]},{"name":"WHEA_ERROR_RECORD_HEADER_VALIDBITS","features":[5]},{"name":"WHEA_ERROR_RECORD_REVISION","features":[5]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR","features":[5]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_FLAGS","features":[5]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_REVISION","features":[5]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS","features":[5]},{"name":"WHEA_ERROR_RECORD_SIGNATURE_END","features":[5]},{"name":"WHEA_ERROR_RECORD_VALID_PARTITIONID","features":[5]},{"name":"WHEA_ERROR_RECORD_VALID_PLATFORMID","features":[5]},{"name":"WHEA_ERROR_RECORD_VALID_TIMESTAMP","features":[5]},{"name":"WHEA_ERROR_RECOVERY_INFO_SECTION","features":[5,3]},{"name":"WHEA_ERROR_SEVERITY","features":[5]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION","features":[5,3]},{"name":"WHEA_ERROR_SOURCE_CORRECT","features":[5,3]},{"name":"WHEA_ERROR_SOURCE_CREATE_RECORD","features":[5,3]},{"name":"WHEA_ERROR_SOURCE_INITIALIZE","features":[5,3]},{"name":"WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS","features":[5,33]},{"name":"WHEA_ERROR_SOURCE_RECOVER","features":[5,3]},{"name":"WHEA_ERROR_SOURCE_UNINITIALIZE","features":[5]},{"name":"WHEA_ERROR_STATUS","features":[5]},{"name":"WHEA_ERROR_TEXT_LEN","features":[5]},{"name":"WHEA_ERROR_TYPE","features":[5]},{"name":"WHEA_ERR_SRC_OVERRIDE_FLAG","features":[5]},{"name":"WHEA_ETW_OVERFLOW_EVENT","features":[5]},{"name":"WHEA_EVENT_LOG_ENTRY","features":[5]},{"name":"WHEA_EVENT_LOG_ENTRY_FLAGS","features":[5]},{"name":"WHEA_EVENT_LOG_ENTRY_HEADER","features":[5]},{"name":"WHEA_EVENT_LOG_ENTRY_ID","features":[5]},{"name":"WHEA_EVENT_LOG_ENTRY_TYPE","features":[5]},{"name":"WHEA_FAILED_ADD_DEFECT_LIST_EVENT","features":[5]},{"name":"WHEA_FIRMWARE_ERROR_RECORD_REFERENCE","features":[5]},{"name":"WHEA_FIRMWARE_RECORD_TYPE_IPFSAL","features":[5]},{"name":"WHEA_GENERIC_ENTRY_TEXT_LEN","features":[5]},{"name":"WHEA_GENERIC_ENTRY_V2_VERSION","features":[5]},{"name":"WHEA_GENERIC_ENTRY_VERSION","features":[5]},{"name":"WHEA_GENERIC_ERROR","features":[5]},{"name":"WHEA_GENERIC_ERROR_BLOCKSTATUS","features":[5]},{"name":"WHEA_GENERIC_ERROR_DATA_ENTRY_V1","features":[5]},{"name":"WHEA_GENERIC_ERROR_DATA_ENTRY_V2","features":[5]},{"name":"WHEA_INVALID_ERR_SRC_ID","features":[5]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAGS","features":[5]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_NOTIFYALL","features":[5]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_PAGEOFFLINED","features":[5]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_PLATFORMDIRECTED","features":[5]},{"name":"WHEA_MAX_LOG_DATA_LEN","features":[5]},{"name":"WHEA_MEMERRTYPE_INVALIDADDRESS","features":[5]},{"name":"WHEA_MEMERRTYPE_MASTERABORT","features":[5]},{"name":"WHEA_MEMERRTYPE_MEMORYSPARING","features":[5]},{"name":"WHEA_MEMERRTYPE_MIRRORBROKEN","features":[5]},{"name":"WHEA_MEMERRTYPE_MULTIBITECC","features":[5]},{"name":"WHEA_MEMERRTYPE_MULTISYMCHIPKILL","features":[5]},{"name":"WHEA_MEMERRTYPE_NOERROR","features":[5]},{"name":"WHEA_MEMERRTYPE_PARITYERROR","features":[5]},{"name":"WHEA_MEMERRTYPE_SINGLEBITECC","features":[5]},{"name":"WHEA_MEMERRTYPE_SINGLESYMCHIPKILL","features":[5]},{"name":"WHEA_MEMERRTYPE_TARGETABORT","features":[5]},{"name":"WHEA_MEMERRTYPE_UNKNOWN","features":[5]},{"name":"WHEA_MEMERRTYPE_WATCHDOGTIMEOUT","features":[5]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_DATA","features":[5]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_HEADER","features":[5]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_SECTION","features":[5]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_SECTION_VALIDBITS","features":[5]},{"name":"WHEA_MEMORY_ERROR_SECTION","features":[5]},{"name":"WHEA_MEMORY_ERROR_SECTION_VALIDBITS","features":[5]},{"name":"WHEA_MEMORY_THROTTLE_SUMMARY_FAILED_EVENT","features":[5,3]},{"name":"WHEA_MSCHECK_GUID","features":[5]},{"name":"WHEA_MSR_DUMP_SECTION","features":[5]},{"name":"WHEA_NMI_ERROR_SECTION","features":[5]},{"name":"WHEA_NMI_ERROR_SECTION_FLAGS","features":[5]},{"name":"WHEA_OFFLINE_DONE_EVENT","features":[5]},{"name":"WHEA_PACKET_LOG_DATA","features":[5]},{"name":"WHEA_PCIEXPRESS_BRIDGE_CONTROL_STATUS","features":[5]},{"name":"WHEA_PCIEXPRESS_COMMAND_STATUS","features":[5]},{"name":"WHEA_PCIEXPRESS_DEVICE_ID","features":[5]},{"name":"WHEA_PCIEXPRESS_DEVICE_TYPE","features":[5]},{"name":"WHEA_PCIEXPRESS_ERROR_SECTION","features":[5]},{"name":"WHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS","features":[5]},{"name":"WHEA_PCIEXPRESS_VERSION","features":[5]},{"name":"WHEA_PCIE_ADDRESS","features":[5]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_DEVICES","features":[5]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS","features":[5]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION","features":[5]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION_COUNT_SIZE","features":[5]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION_HEADER","features":[5]},{"name":"WHEA_PCIXBUS_COMMAND","features":[5]},{"name":"WHEA_PCIXBUS_ERROR_SECTION","features":[5]},{"name":"WHEA_PCIXBUS_ERROR_SECTION_VALIDBITS","features":[5]},{"name":"WHEA_PCIXBUS_ID","features":[5]},{"name":"WHEA_PCIXDEVICE_ERROR_SECTION","features":[5]},{"name":"WHEA_PCIXDEVICE_ERROR_SECTION_VALIDBITS","features":[5]},{"name":"WHEA_PCIXDEVICE_ID","features":[5]},{"name":"WHEA_PCIXDEVICE_REGISTER_PAIR","features":[5]},{"name":"WHEA_PCI_RECOVERY_SECTION","features":[5,3]},{"name":"WHEA_PCI_RECOVERY_SIGNAL","features":[5]},{"name":"WHEA_PCI_RECOVERY_STATUS","features":[5]},{"name":"WHEA_PERSISTENCE_INFO","features":[5]},{"name":"WHEA_PFA_REMOVE_TRIGGER","features":[5]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_V1","features":[5]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_V2","features":[5]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_VERSION","features":[5]},{"name":"WHEA_PMEM_ERROR_SECTION","features":[5]},{"name":"WHEA_PMEM_ERROR_SECTION_LOCATION_INFO_SIZE","features":[5]},{"name":"WHEA_PMEM_ERROR_SECTION_MAX_PAGES","features":[5]},{"name":"WHEA_PMEM_ERROR_SECTION_VALIDBITS","features":[5]},{"name":"WHEA_PMEM_PAGE_RANGE","features":[5]},{"name":"WHEA_PROCESSOR_FAMILY_INFO","features":[5]},{"name":"WHEA_PROCESSOR_GENERIC_ERROR_SECTION","features":[5]},{"name":"WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS","features":[5]},{"name":"WHEA_PSHED_PI_CPU_BUSES_INIT_FAILED_EVENT","features":[5,3]},{"name":"WHEA_PSHED_PI_TRACE_EVENT","features":[5]},{"name":"WHEA_PSHED_PLUGIN_CALLBACKS","features":[5,3,33]},{"name":"WHEA_PSHED_PLUGIN_DIMM_MISMATCH","features":[5]},{"name":"WHEA_PSHED_PLUGIN_ENABLE_NOTIFY_ERRORS","features":[5]},{"name":"WHEA_PSHED_PLUGIN_ENABLE_NOTIFY_FAILED_EVENT","features":[5]},{"name":"WHEA_PSHED_PLUGIN_HEARTBEAT","features":[5]},{"name":"WHEA_PSHED_PLUGIN_INIT_FAILED_EVENT","features":[5,3]},{"name":"WHEA_PSHED_PLUGIN_LOAD_EVENT","features":[5]},{"name":"WHEA_PSHED_PLUGIN_PLATFORM_SUPPORT_EVENT","features":[5,3]},{"name":"WHEA_PSHED_PLUGIN_REGISTRATION_PACKET_V1","features":[5,3,33]},{"name":"WHEA_PSHED_PLUGIN_REGISTRATION_PACKET_V2","features":[5,3,33]},{"name":"WHEA_PSHED_PLUGIN_UNLOAD_EVENT","features":[5]},{"name":"WHEA_RAW_DATA_FORMAT","features":[5]},{"name":"WHEA_RECORD_CREATOR_GUID","features":[5]},{"name":"WHEA_RECOVERY_ACTION","features":[5]},{"name":"WHEA_RECOVERY_CONTEXT","features":[5,3]},{"name":"WHEA_RECOVERY_CONTEXT_ERROR_TYPE","features":[5]},{"name":"WHEA_RECOVERY_FAILURE_REASON","features":[5]},{"name":"WHEA_RECOVERY_TYPE","features":[5]},{"name":"WHEA_REGISTER_KEY_NOTIFICATION_FAILED_EVENT","features":[5]},{"name":"WHEA_REPORT_HW_ERROR_DEVICE_DRIVER_FLAGS","features":[5]},{"name":"WHEA_REVISION","features":[5]},{"name":"WHEA_SEA_SECTION","features":[5,3]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_CONTAINMENTWRN","features":[5]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_FRU_TEXT_BY_PLUGIN","features":[5]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_LATENTERROR","features":[5]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_PRIMARY","features":[5]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_PROPAGATED","features":[5]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_RESET","features":[5]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_RESOURCENA","features":[5]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_THRESHOLDEXCEEDED","features":[5]},{"name":"WHEA_SECTION_DESCRIPTOR_REVISION","features":[5]},{"name":"WHEA_SEI_SECTION","features":[5]},{"name":"WHEA_SEL_BUGCHECK_PROGRESS","features":[5]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_MULTIPLE_BUGCHECK_EVENT","features":[5,3]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE1_EVENT","features":[5,3]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE1_VERSION","features":[5]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE2_EVENT","features":[5,3]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_START_EVENT","features":[5]},{"name":"WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK","features":[5,3]},{"name":"WHEA_SRAR_DETAIL_EVENT","features":[5,3]},{"name":"WHEA_SRAS_TABLE_ENTRIES_EVENT","features":[5]},{"name":"WHEA_SRAS_TABLE_ERROR","features":[5]},{"name":"WHEA_SRAS_TABLE_NOT_FOUND","features":[5]},{"name":"WHEA_THROTTLE_ADD_ERR_SRC_FAILED_EVENT","features":[5]},{"name":"WHEA_THROTTLE_MEMORY_ADD_OR_REMOVE_EVENT","features":[5]},{"name":"WHEA_THROTTLE_PCIE_ADD_EVENT","features":[5,3]},{"name":"WHEA_THROTTLE_PCIE_REMOVE_EVENT","features":[5]},{"name":"WHEA_THROTTLE_REGISTRY_CORRUPT_EVENT","features":[5]},{"name":"WHEA_THROTTLE_REG_DATA_IGNORED_EVENT","features":[5]},{"name":"WHEA_THROTTLE_TYPE","features":[5]},{"name":"WHEA_TIMESTAMP","features":[5]},{"name":"WHEA_TLBCHECK_GUID","features":[5]},{"name":"WHEA_WRITE_FLAG_DUMMY","features":[5]},{"name":"WHEA_X64_REGISTER_STATE","features":[5]},{"name":"WHEA_X86_REGISTER_STATE","features":[5]},{"name":"WHEA_XPF_BUS_CHECK","features":[5]},{"name":"WHEA_XPF_CACHE_CHECK","features":[5]},{"name":"WHEA_XPF_CONTEXT_INFO","features":[5]},{"name":"WHEA_XPF_MCA_EXTREG_MAX_COUNT","features":[5]},{"name":"WHEA_XPF_MCA_SECTION","features":[5,3]},{"name":"WHEA_XPF_MCA_SECTION_VERSION","features":[5]},{"name":"WHEA_XPF_MCA_SECTION_VERSION_2","features":[5]},{"name":"WHEA_XPF_MCA_SECTION_VERSION_3","features":[5]},{"name":"WHEA_XPF_MS_CHECK","features":[5]},{"name":"WHEA_XPF_PROCESSOR_ERROR_SECTION","features":[5]},{"name":"WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS","features":[5]},{"name":"WHEA_XPF_PROCINFO","features":[5]},{"name":"WHEA_XPF_PROCINFO_VALIDBITS","features":[5]},{"name":"WHEA_XPF_TLB_CHECK","features":[5]},{"name":"WMIREGISTER","features":[5]},{"name":"WMIREG_ACTION_BLOCK_IRPS","features":[5]},{"name":"WMIREG_ACTION_DEREGISTER","features":[5]},{"name":"WMIREG_ACTION_REGISTER","features":[5]},{"name":"WMIREG_ACTION_REREGISTER","features":[5]},{"name":"WMIREG_ACTION_UPDATE_GUIDS","features":[5]},{"name":"WMIUPDATE","features":[5]},{"name":"WMI_NOTIFICATION_CALLBACK","features":[5]},{"name":"WORKER_THREAD_ROUTINE","features":[5]},{"name":"WORK_QUEUE_TYPE","features":[5]},{"name":"WdfNotifyRoutinesClass","features":[5]},{"name":"WheaAddErrorSource","features":[5,3,33]},{"name":"WheaAddErrorSourceDeviceDriver","features":[5,3,33]},{"name":"WheaAddErrorSourceDeviceDriverV1","features":[5,3,33]},{"name":"WheaAddHwErrorReportSectionDeviceDriver","features":[5,3,33]},{"name":"WheaConfigureErrorSource","features":[5,3,33]},{"name":"WheaCpuVendorAmd","features":[5]},{"name":"WheaCpuVendorIntel","features":[5]},{"name":"WheaCpuVendorOther","features":[5]},{"name":"WheaCreateHwErrorReportDeviceDriver","features":[4,7,5,3,6,8,9,10]},{"name":"WheaDataFormatGeneric","features":[5]},{"name":"WheaDataFormatIPFSalRecord","features":[5]},{"name":"WheaDataFormatMax","features":[5]},{"name":"WheaDataFormatMemory","features":[5]},{"name":"WheaDataFormatNMIPort","features":[5]},{"name":"WheaDataFormatPCIExpress","features":[5]},{"name":"WheaDataFormatPCIXBus","features":[5]},{"name":"WheaDataFormatPCIXDevice","features":[5]},{"name":"WheaDataFormatXPFMCA","features":[5]},{"name":"WheaErrSevCorrected","features":[5]},{"name":"WheaErrSevFatal","features":[5]},{"name":"WheaErrSevInformational","features":[5]},{"name":"WheaErrSevRecoverable","features":[5]},{"name":"WheaErrTypeGeneric","features":[5]},{"name":"WheaErrTypeMemory","features":[5]},{"name":"WheaErrTypeNMI","features":[5]},{"name":"WheaErrTypePCIExpress","features":[5]},{"name":"WheaErrTypePCIXBus","features":[5]},{"name":"WheaErrTypePCIXDevice","features":[5]},{"name":"WheaErrTypePmem","features":[5]},{"name":"WheaErrTypeProcessor","features":[5]},{"name":"WheaErrorSourceGetState","features":[5,33]},{"name":"WheaEventBugCheckRecoveryEntry","features":[5]},{"name":"WheaEventBugCheckRecoveryMax","features":[5]},{"name":"WheaEventBugCheckRecoveryReturn","features":[5]},{"name":"WheaEventLogAzccRootBusList","features":[5]},{"name":"WheaEventLogAzccRootBusPoisonSet","features":[5]},{"name":"WheaEventLogAzccRootBusSearchErr","features":[5]},{"name":"WheaEventLogCmciFinalRestart","features":[5]},{"name":"WheaEventLogCmciRestart","features":[5]},{"name":"WheaEventLogEntryEarlyError","features":[5]},{"name":"WheaEventLogEntryEtwOverFlow","features":[5]},{"name":"WheaEventLogEntryIdAcpiTimeOut","features":[5]},{"name":"WheaEventLogEntryIdAddRemoveErrorSource","features":[5]},{"name":"WheaEventLogEntryIdAerNotGrantedToOs","features":[5]},{"name":"WheaEventLogEntryIdAttemptErrorRecovery","features":[5]},{"name":"WheaEventLogEntryIdBadHestNotifyData","features":[5]},{"name":"WheaEventLogEntryIdBadPageLimitReached","features":[5]},{"name":"WheaEventLogEntryIdClearedPoison","features":[5]},{"name":"WheaEventLogEntryIdCmcPollingTimeout","features":[5]},{"name":"WheaEventLogEntryIdCmcSwitchToPolling","features":[5]},{"name":"WheaEventLogEntryIdCmciImplPresent","features":[5]},{"name":"WheaEventLogEntryIdCmciInitError","features":[5]},{"name":"WheaEventLogEntryIdCpuBusesInitFailed","features":[5]},{"name":"WheaEventLogEntryIdCpusFrozen","features":[5]},{"name":"WheaEventLogEntryIdCpusFrozenNoCrashDump","features":[5]},{"name":"WheaEventLogEntryIdCreateGenericRecord","features":[5]},{"name":"WheaEventLogEntryIdDefectListCorrupt","features":[5]},{"name":"WheaEventLogEntryIdDefectListFull","features":[5]},{"name":"WheaEventLogEntryIdDefectListUEFIVarFailed","features":[5]},{"name":"WheaEventLogEntryIdDeviceDriver","features":[5]},{"name":"WheaEventLogEntryIdDroppedCorrectedError","features":[5]},{"name":"WheaEventLogEntryIdDrvErrSrcInvalid","features":[5]},{"name":"WheaEventLogEntryIdDrvHandleBusy","features":[5]},{"name":"WheaEventLogEntryIdEnableKeyNotifFailed","features":[5]},{"name":"WheaEventLogEntryIdErrDimmInfoMismatch","features":[5]},{"name":"WheaEventLogEntryIdErrSrcArrayInvalid","features":[5]},{"name":"WheaEventLogEntryIdErrSrcInvalid","features":[5]},{"name":"WheaEventLogEntryIdErrorRecord","features":[5]},{"name":"WheaEventLogEntryIdErrorRecordLimit","features":[5]},{"name":"WheaEventLogEntryIdFailedAddToDefectList","features":[5]},{"name":"WheaEventLogEntryIdGenericErrMemMap","features":[5]},{"name":"WheaEventLogEntryIdKeyNotificationFailed","features":[5]},{"name":"WheaEventLogEntryIdMcaErrorCleared","features":[5]},{"name":"WheaEventLogEntryIdMcaFoundErrorInBank","features":[5]},{"name":"WheaEventLogEntryIdMcaStuckErrorCheck","features":[5]},{"name":"WheaEventLogEntryIdMemoryAddDevice","features":[5]},{"name":"WheaEventLogEntryIdMemoryRemoveDevice","features":[5]},{"name":"WheaEventLogEntryIdMemorySummaryFailed","features":[5]},{"name":"WheaEventLogEntryIdOscCapabilities","features":[5]},{"name":"WheaEventLogEntryIdPFAMemoryOfflined","features":[5]},{"name":"WheaEventLogEntryIdPFAMemoryPolicy","features":[5]},{"name":"WheaEventLogEntryIdPFAMemoryRemoveMonitor","features":[5]},{"name":"WheaEventLogEntryIdPcieAddDevice","features":[5]},{"name":"WheaEventLogEntryIdPcieConfigInfo","features":[5]},{"name":"WheaEventLogEntryIdPcieDpcError","features":[5]},{"name":"WheaEventLogEntryIdPcieOverrideInfo","features":[5]},{"name":"WheaEventLogEntryIdPcieRemoveDevice","features":[5]},{"name":"WheaEventLogEntryIdPcieSpuriousErrSource","features":[5]},{"name":"WheaEventLogEntryIdPcieSummaryFailed","features":[5]},{"name":"WheaEventLogEntryIdProcessEINJ","features":[5]},{"name":"WheaEventLogEntryIdProcessHEST","features":[5]},{"name":"WheaEventLogEntryIdPshedCallbackCollision","features":[5]},{"name":"WheaEventLogEntryIdPshedInjectError","features":[5]},{"name":"WheaEventLogEntryIdPshedPiTraceLog","features":[5]},{"name":"WheaEventLogEntryIdPshedPluginInitFailed","features":[5]},{"name":"WheaEventLogEntryIdPshedPluginLoad","features":[5]},{"name":"WheaEventLogEntryIdPshedPluginRegister","features":[5]},{"name":"WheaEventLogEntryIdPshedPluginSupported","features":[5]},{"name":"WheaEventLogEntryIdPshedPluginUnload","features":[5]},{"name":"WheaEventLogEntryIdReadPcieOverridesErr","features":[5]},{"name":"WheaEventLogEntryIdRowFailure","features":[5]},{"name":"WheaEventLogEntryIdSELBugCheckInfo","features":[5]},{"name":"WheaEventLogEntryIdSELBugCheckProgress","features":[5]},{"name":"WheaEventLogEntryIdSELBugCheckRecovery","features":[5]},{"name":"WheaEventLogEntryIdSrasTableEntries","features":[5]},{"name":"WheaEventLogEntryIdSrasTableError","features":[5]},{"name":"WheaEventLogEntryIdSrasTableNotFound","features":[5]},{"name":"WheaEventLogEntryIdStartedReportHwError","features":[5]},{"name":"WheaEventLogEntryIdThrottleAddErrSrcFailed","features":[5]},{"name":"WheaEventLogEntryIdThrottleRegCorrupt","features":[5]},{"name":"WheaEventLogEntryIdThrottleRegDataIgnored","features":[5]},{"name":"WheaEventLogEntryIdWheaHeartbeat","features":[5]},{"name":"WheaEventLogEntryIdWheaInit","features":[5]},{"name":"WheaEventLogEntryIdWorkQueueItem","features":[5]},{"name":"WheaEventLogEntryIdeDpcEnabled","features":[5]},{"name":"WheaEventLogEntryPageOfflineDone","features":[5]},{"name":"WheaEventLogEntryPageOfflinePendMax","features":[5]},{"name":"WheaEventLogEntrySrarDetail","features":[5]},{"name":"WheaEventLogEntryTypeError","features":[5]},{"name":"WheaEventLogEntryTypeInformational","features":[5]},{"name":"WheaEventLogEntryTypeWarning","features":[5]},{"name":"WheaGetNotifyAllOfflinesPolicy","features":[5,3]},{"name":"WheaHighIrqlLogSelEventHandlerRegister","features":[5,3,33]},{"name":"WheaHighIrqlLogSelEventHandlerUnregister","features":[5]},{"name":"WheaHwErrorReportAbandonDeviceDriver","features":[5,3]},{"name":"WheaHwErrorReportSetSectionNameDeviceDriver","features":[5,3,33]},{"name":"WheaHwErrorReportSetSeverityDeviceDriver","features":[5,3]},{"name":"WheaHwErrorReportSubmitDeviceDriver","features":[5,3]},{"name":"WheaInitializeRecordHeader","features":[5,3]},{"name":"WheaIsCriticalState","features":[5,3]},{"name":"WheaLogInternalEvent","features":[5]},{"name":"WheaMemoryThrottle","features":[5]},{"name":"WheaPciExpressDownstreamSwitchPort","features":[5]},{"name":"WheaPciExpressEndpoint","features":[5]},{"name":"WheaPciExpressLegacyEndpoint","features":[5]},{"name":"WheaPciExpressRootComplexEventCollector","features":[5]},{"name":"WheaPciExpressRootComplexIntegratedEndpoint","features":[5]},{"name":"WheaPciExpressRootPort","features":[5]},{"name":"WheaPciExpressToPciXBridge","features":[5]},{"name":"WheaPciExpressUpstreamSwitchPort","features":[5]},{"name":"WheaPciREcoveryStatusUnknown","features":[5]},{"name":"WheaPciRecoverySignalAer","features":[5]},{"name":"WheaPciRecoverySignalDpc","features":[5]},{"name":"WheaPciRecoverySignalUnknown","features":[5]},{"name":"WheaPciRecoveryStatusBusNotFound","features":[5]},{"name":"WheaPciRecoveryStatusComplexTree","features":[5]},{"name":"WheaPciRecoveryStatusLinkDisableTimeout","features":[5]},{"name":"WheaPciRecoveryStatusLinkEnableTimeout","features":[5]},{"name":"WheaPciRecoveryStatusNoError","features":[5]},{"name":"WheaPciRecoveryStatusRpBusyTimeout","features":[5]},{"name":"WheaPciXToExpressBridge","features":[5]},{"name":"WheaPcieThrottle","features":[5]},{"name":"WheaPfaRemoveCapacity","features":[5]},{"name":"WheaPfaRemoveErrorThreshold","features":[5]},{"name":"WheaPfaRemoveTimeout","features":[5]},{"name":"WheaRawDataFormatAMD64MCA","features":[5]},{"name":"WheaRawDataFormatGeneric","features":[5]},{"name":"WheaRawDataFormatIA32MCA","features":[5]},{"name":"WheaRawDataFormatIPFSalRecord","features":[5]},{"name":"WheaRawDataFormatIntel64MCA","features":[5]},{"name":"WheaRawDataFormatMax","features":[5]},{"name":"WheaRawDataFormatMemory","features":[5]},{"name":"WheaRawDataFormatNMIPort","features":[5]},{"name":"WheaRawDataFormatPCIExpress","features":[5]},{"name":"WheaRawDataFormatPCIXBus","features":[5]},{"name":"WheaRawDataFormatPCIXDevice","features":[5]},{"name":"WheaRecoveryContextErrorTypeMax","features":[5]},{"name":"WheaRecoveryContextErrorTypeMemory","features":[5]},{"name":"WheaRecoveryContextErrorTypePmem","features":[5]},{"name":"WheaRecoveryFailureReasonFarNotValid","features":[5]},{"name":"WheaRecoveryFailureReasonHighIrql","features":[5]},{"name":"WheaRecoveryFailureReasonInsufficientAltContextWrappers","features":[5]},{"name":"WheaRecoveryFailureReasonInterruptsDisabled","features":[5]},{"name":"WheaRecoveryFailureReasonInvalidAddressMode","features":[5]},{"name":"WheaRecoveryFailureReasonKernelCouldNotMarkMemoryBad","features":[5]},{"name":"WheaRecoveryFailureReasonKernelMarkMemoryBadTimedOut","features":[5]},{"name":"WheaRecoveryFailureReasonKernelWillPageFaultBCAtCurrentIrql","features":[5]},{"name":"WheaRecoveryFailureReasonMax","features":[5]},{"name":"WheaRecoveryFailureReasonMiscOrAddrNotValid","features":[5]},{"name":"WheaRecoveryFailureReasonNoRecoveryContext","features":[5]},{"name":"WheaRecoveryFailureReasonNotContinuable","features":[5]},{"name":"WheaRecoveryFailureReasonNotSupported","features":[5]},{"name":"WheaRecoveryFailureReasonOverflow","features":[5]},{"name":"WheaRecoveryFailureReasonPcc","features":[5]},{"name":"WheaRecoveryFailureReasonStackOverflow","features":[5]},{"name":"WheaRecoveryFailureReasonSwapBusy","features":[5]},{"name":"WheaRecoveryFailureReasonUnexpectedFailure","features":[5]},{"name":"WheaRecoveryTypeActionOptional","features":[5]},{"name":"WheaRecoveryTypeActionRequired","features":[5]},{"name":"WheaRecoveryTypeMax","features":[5]},{"name":"WheaRegisterInUsePageOfflineNotification","features":[5,3]},{"name":"WheaRemoveErrorSource","features":[5]},{"name":"WheaRemoveErrorSourceDeviceDriver","features":[5,3]},{"name":"WheaReportHwError","features":[5,3,33]},{"name":"WheaReportHwErrorDeviceDriver","features":[4,7,5,3,6,8,9,10]},{"name":"WheaUnconfigureErrorSource","features":[5,3,33]},{"name":"WheaUnregisterInUsePageOfflineNotification","features":[5,3]},{"name":"WheapDpcErrBusNotFound","features":[5]},{"name":"WheapDpcErrDeviceIdBad","features":[5]},{"name":"WheapDpcErrDpcedSubtree","features":[5]},{"name":"WheapDpcErrNoChildren","features":[5]},{"name":"WheapDpcErrNoErr","features":[5]},{"name":"WheapDpcErrResetFailed","features":[5]},{"name":"WheapPfaOfflinePredictiveFailure","features":[5]},{"name":"WheapPfaOfflineUncorrectedError","features":[5]},{"name":"Width16Bits","features":[5]},{"name":"Width32Bits","features":[5]},{"name":"Width64Bits","features":[5]},{"name":"Width8Bits","features":[5]},{"name":"WidthNoWrap","features":[5]},{"name":"WmiQueryTraceInformation","features":[5,3]},{"name":"WormController","features":[5]},{"name":"WrAlertByThreadId","features":[5]},{"name":"WrCalloutStack","features":[5]},{"name":"WrCpuRateControl","features":[5]},{"name":"WrDeferredPreempt","features":[5]},{"name":"WrDelayExecution","features":[5]},{"name":"WrDispatchInt","features":[5]},{"name":"WrExecutive","features":[5]},{"name":"WrFastMutex","features":[5]},{"name":"WrFreePage","features":[5]},{"name":"WrGuardedMutex","features":[5]},{"name":"WrIoRing","features":[5]},{"name":"WrKernel","features":[5]},{"name":"WrKeyedEvent","features":[5]},{"name":"WrLpcReceive","features":[5]},{"name":"WrLpcReply","features":[5]},{"name":"WrMdlCache","features":[5]},{"name":"WrMutex","features":[5]},{"name":"WrPageIn","features":[5]},{"name":"WrPageOut","features":[5]},{"name":"WrPhysicalFault","features":[5]},{"name":"WrPoolAllocation","features":[5]},{"name":"WrPreempted","features":[5]},{"name":"WrProcessInSwap","features":[5]},{"name":"WrPushLock","features":[5]},{"name":"WrQuantumEnd","features":[5]},{"name":"WrQueue","features":[5]},{"name":"WrRendezvous","features":[5]},{"name":"WrResource","features":[5]},{"name":"WrRundown","features":[5]},{"name":"WrSpare0","features":[5]},{"name":"WrSuspended","features":[5]},{"name":"WrTerminated","features":[5]},{"name":"WrUserRequest","features":[5]},{"name":"WrVirtualMemory","features":[5]},{"name":"WrYieldExecution","features":[5]},{"name":"WriteAccess","features":[5]},{"name":"XPF_BUS_CHECK_ADDRESS_IO","features":[5]},{"name":"XPF_BUS_CHECK_ADDRESS_MEMORY","features":[5]},{"name":"XPF_BUS_CHECK_ADDRESS_OTHER","features":[5]},{"name":"XPF_BUS_CHECK_ADDRESS_RESERVED","features":[5]},{"name":"XPF_BUS_CHECK_OPERATION_DATAREAD","features":[5]},{"name":"XPF_BUS_CHECK_OPERATION_DATAWRITE","features":[5]},{"name":"XPF_BUS_CHECK_OPERATION_GENERIC","features":[5]},{"name":"XPF_BUS_CHECK_OPERATION_GENREAD","features":[5]},{"name":"XPF_BUS_CHECK_OPERATION_GENWRITE","features":[5]},{"name":"XPF_BUS_CHECK_OPERATION_INSTRUCTIONFETCH","features":[5]},{"name":"XPF_BUS_CHECK_OPERATION_PREFETCH","features":[5]},{"name":"XPF_BUS_CHECK_PARTICIPATION_GENERIC","features":[5]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCOBSERVED","features":[5]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCORIGINATED","features":[5]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCRESPONDED","features":[5]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[5]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_GENERIC","features":[5]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[5]},{"name":"XPF_CACHE_CHECK_OPERATION_DATAREAD","features":[5]},{"name":"XPF_CACHE_CHECK_OPERATION_DATAWRITE","features":[5]},{"name":"XPF_CACHE_CHECK_OPERATION_EVICTION","features":[5]},{"name":"XPF_CACHE_CHECK_OPERATION_GENERIC","features":[5]},{"name":"XPF_CACHE_CHECK_OPERATION_GENREAD","features":[5]},{"name":"XPF_CACHE_CHECK_OPERATION_GENWRITE","features":[5]},{"name":"XPF_CACHE_CHECK_OPERATION_INSTRUCTIONFETCH","features":[5]},{"name":"XPF_CACHE_CHECK_OPERATION_PREFETCH","features":[5]},{"name":"XPF_CACHE_CHECK_OPERATION_SNOOP","features":[5]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[5]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_GENERIC","features":[5]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[5]},{"name":"XPF_CONTEXT_INFO_32BITCONTEXT","features":[5]},{"name":"XPF_CONTEXT_INFO_32BITDEBUGREGS","features":[5]},{"name":"XPF_CONTEXT_INFO_64BITCONTEXT","features":[5]},{"name":"XPF_CONTEXT_INFO_64BITDEBUGREGS","features":[5]},{"name":"XPF_CONTEXT_INFO_FXSAVE","features":[5]},{"name":"XPF_CONTEXT_INFO_MMREGISTERS","features":[5]},{"name":"XPF_CONTEXT_INFO_MSRREGISTERS","features":[5]},{"name":"XPF_CONTEXT_INFO_UNCLASSIFIEDDATA","features":[5]},{"name":"XPF_MCA_SECTION_GUID","features":[5]},{"name":"XPF_MS_CHECK_ERRORTYPE_EXTERNAL","features":[5]},{"name":"XPF_MS_CHECK_ERRORTYPE_FRC","features":[5]},{"name":"XPF_MS_CHECK_ERRORTYPE_INTERNALUNCLASSIFIED","features":[5]},{"name":"XPF_MS_CHECK_ERRORTYPE_MCROMPARITY","features":[5]},{"name":"XPF_MS_CHECK_ERRORTYPE_NOERROR","features":[5]},{"name":"XPF_MS_CHECK_ERRORTYPE_UNCLASSIFIED","features":[5]},{"name":"XPF_PROCESSOR_ERROR_SECTION_GUID","features":[5]},{"name":"XPF_RECOVERY_INFO","features":[5,3]},{"name":"XPF_TLB_CHECK_OPERATION_DATAREAD","features":[5]},{"name":"XPF_TLB_CHECK_OPERATION_DATAWRITE","features":[5]},{"name":"XPF_TLB_CHECK_OPERATION_GENERIC","features":[5]},{"name":"XPF_TLB_CHECK_OPERATION_GENREAD","features":[5]},{"name":"XPF_TLB_CHECK_OPERATION_GENWRITE","features":[5]},{"name":"XPF_TLB_CHECK_OPERATION_INSTRUCTIONFETCH","features":[5]},{"name":"XPF_TLB_CHECK_OPERATION_PREFETCH","features":[5]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[5]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_GENERIC","features":[5]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[5]},{"name":"XSAVE_FORMAT","features":[5,33]},{"name":"XSTATE_CONTEXT","features":[5,33]},{"name":"XSTATE_SAVE","features":[5,33]},{"name":"ZONE_HEADER","features":[5,9]},{"name":"ZONE_SEGMENT_HEADER","features":[5,9]},{"name":"ZwAllocateLocallyUniqueId","features":[5,3]},{"name":"ZwClose","features":[5,3]},{"name":"ZwCommitComplete","features":[5,3]},{"name":"ZwCommitEnlistment","features":[5,3]},{"name":"ZwCommitTransaction","features":[5,3]},{"name":"ZwCreateEnlistment","features":[4,5,3]},{"name":"ZwCreateFile","features":[4,5,3,8]},{"name":"ZwCreateResourceManager","features":[4,5,3]},{"name":"ZwCreateSection","features":[4,5,3]},{"name":"ZwCreateTransaction","features":[4,5,3]},{"name":"ZwCreateTransactionManager","features":[4,5,3]},{"name":"ZwDeviceIoControlFile","features":[5,3,8]},{"name":"ZwDisplayString","features":[5,3]},{"name":"ZwEnumerateTransactionObject","features":[5,3,38]},{"name":"ZwGetNotificationResourceManager","features":[5,3,23]},{"name":"ZwLoadDriver","features":[5,3]},{"name":"ZwMakeTemporaryObject","features":[5,3]},{"name":"ZwManagePartition","features":[5,3]},{"name":"ZwOpenEnlistment","features":[4,5,3]},{"name":"ZwOpenFile","features":[4,5,3,8]},{"name":"ZwOpenResourceManager","features":[4,5,3]},{"name":"ZwOpenSymbolicLinkObject","features":[4,5,3]},{"name":"ZwOpenTransaction","features":[4,5,3]},{"name":"ZwOpenTransactionManager","features":[4,5,3]},{"name":"ZwPowerInformation","features":[5,3,10]},{"name":"ZwPrePrepareComplete","features":[5,3]},{"name":"ZwPrePrepareEnlistment","features":[5,3]},{"name":"ZwPrepareComplete","features":[5,3]},{"name":"ZwPrepareEnlistment","features":[5,3]},{"name":"ZwPropagationComplete","features":[5,3]},{"name":"ZwPropagationFailed","features":[5,3]},{"name":"ZwQueryInformationByName","features":[4,7,5,3,8]},{"name":"ZwQueryInformationEnlistment","features":[5,3,38]},{"name":"ZwQueryInformationFile","features":[7,5,3,8]},{"name":"ZwQueryInformationResourceManager","features":[5,3,38]},{"name":"ZwQueryInformationTransaction","features":[5,3,38]},{"name":"ZwQueryInformationTransactionManager","features":[5,3,38]},{"name":"ZwQuerySymbolicLinkObject","features":[5,3]},{"name":"ZwReadFile","features":[5,3,8]},{"name":"ZwReadOnlyEnlistment","features":[5,3]},{"name":"ZwRecoverEnlistment","features":[5,3]},{"name":"ZwRecoverResourceManager","features":[5,3]},{"name":"ZwRecoverTransactionManager","features":[5,3]},{"name":"ZwRegisterProtocolAddressInformation","features":[5,3]},{"name":"ZwRenameTransactionManager","features":[5,3]},{"name":"ZwRollbackComplete","features":[5,3]},{"name":"ZwRollbackEnlistment","features":[5,3]},{"name":"ZwRollbackTransaction","features":[5,3]},{"name":"ZwRollforwardTransactionManager","features":[5,3]},{"name":"ZwSetInformationEnlistment","features":[5,3,38]},{"name":"ZwSetInformationFile","features":[7,5,3,8]},{"name":"ZwSetInformationResourceManager","features":[5,3,38]},{"name":"ZwSetInformationTransaction","features":[5,3,38]},{"name":"ZwSetInformationTransactionManager","features":[5,3,38]},{"name":"ZwSinglePhaseReject","features":[5,3]},{"name":"ZwUnloadDriver","features":[5,3]},{"name":"ZwWriteFile","features":[5,3,8]},{"name":"_EXT_SET_PARAMETERS_V0","features":[5]},{"name":"_STRSAFE_USE_SECURE_CRT","features":[5]},{"name":"_WHEA_ERROR_SOURCE_CORRECT","features":[5,3,33]},{"name":"_WHEA_ERROR_SOURCE_CREATE_RECORD","features":[5,3,33]},{"name":"_WHEA_ERROR_SOURCE_INITIALIZE","features":[5,3,33]},{"name":"_WHEA_ERROR_SOURCE_RECOVER","features":[5,3]},{"name":"_WHEA_ERROR_SOURCE_UNINITIALIZE","features":[5]},{"name":"_WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK","features":[5,3]},{"name":"__guid_type","features":[5]},{"name":"__multiString_type","features":[5]},{"name":"__string_type","features":[5]},{"name":"pHalAssignSlotResources","features":[4,7,5,3,6,8,9,10]},{"name":"pHalEndMirroring","features":[5,3]},{"name":"pHalEndOfBoot","features":[5]},{"name":"pHalExamineMBR","features":[4,7,5,3,6,8,9,10]},{"name":"pHalFindBusAddressTranslation","features":[5,3]},{"name":"pHalGetAcpiTable","features":[5]},{"name":"pHalGetDmaAdapter","features":[4,7,5,3,6,8,9,10]},{"name":"pHalGetInterruptTranslator","features":[4,7,5,3,6,8,9,10]},{"name":"pHalGetPrmCache","features":[5,9]},{"name":"pHalHaltSystem","features":[5]},{"name":"pHalHandlerForBus","features":[4,5]},{"name":"pHalInitPnpDriver","features":[5,3]},{"name":"pHalInitPowerManagement","features":[5,3]},{"name":"pHalIoReadPartitionTable","features":[4,7,5,3,6,8,24,9,10]},{"name":"pHalIoSetPartitionInformation","features":[4,7,5,3,6,8,9,10]},{"name":"pHalIoWritePartitionTable","features":[4,7,5,3,6,8,24,9,10]},{"name":"pHalMirrorPhysicalMemory","features":[5,3]},{"name":"pHalMirrorVerify","features":[5,3]},{"name":"pHalQueryBusSlots","features":[4,5,3]},{"name":"pHalQuerySystemInformation","features":[5,3]},{"name":"pHalReferenceBusHandler","features":[4,5]},{"name":"pHalResetDisplay","features":[5,3]},{"name":"pHalSetPciErrorHandlerCallback","features":[5]},{"name":"pHalSetSystemInformation","features":[5,3]},{"name":"pHalStartMirroring","features":[5,3]},{"name":"pHalTranslateBusAddress","features":[5,3]},{"name":"pHalVectorToIDTEntry","features":[5]},{"name":"pKdCheckPowerButton","features":[5]},{"name":"pKdEnumerateDebuggingDevices","features":[5,3]},{"name":"pKdGetAcpiTablePhase0","features":[5]},{"name":"pKdGetPciDataByOffset","features":[5]},{"name":"pKdMapPhysicalMemory64","features":[5,3]},{"name":"pKdReleaseIntegratedDeviceForDebugging","features":[5,3]},{"name":"pKdReleasePciDeviceForDebugging","features":[5,3]},{"name":"pKdSetPciDataByOffset","features":[5]},{"name":"pKdSetupIntegratedDeviceForDebugging","features":[5,3]},{"name":"pKdSetupPciDeviceForDebugging","features":[5,3]},{"name":"pKdUnmapVirtualAddress","features":[5,3]},{"name":"vDbgPrintEx","features":[5]},{"name":"vDbgPrintExWithPrefix","features":[5]}],"354":[{"name":"MaxProcessInfoClass","features":[40]},{"name":"MaxThreadInfoClass","features":[40]},{"name":"MaxTimerInfoClass","features":[40]},{"name":"NtCancelTimer","features":[40,3]},{"name":"NtCreateTimer","features":[4,40,3,9]},{"name":"NtOpenEvent","features":[4,40,3]},{"name":"NtOpenProcess","features":[4,40,3,37]},{"name":"NtOpenTimer","features":[4,40,3]},{"name":"NtQueryInformationProcess","features":[40,3]},{"name":"NtQueryInformationThread","features":[40,3]},{"name":"NtSetInformationThread","features":[40,3]},{"name":"NtSetTimer","features":[5,40,3]},{"name":"NtSetTimerEx","features":[40,3]},{"name":"NtTerminateProcess","features":[40,3]},{"name":"NtWaitForSingleObject","features":[40,3]},{"name":"PROCESSINFOCLASS","features":[40]},{"name":"ProcessAccessToken","features":[40]},{"name":"ProcessAffinityMask","features":[40]},{"name":"ProcessAffinityUpdateMode","features":[40]},{"name":"ProcessBasePriority","features":[40]},{"name":"ProcessBasicInformation","features":[40]},{"name":"ProcessBreakOnTermination","features":[40]},{"name":"ProcessCheckStackExtentsMode","features":[40]},{"name":"ProcessCommandLineInformation","features":[40]},{"name":"ProcessCommitReleaseInformation","features":[40]},{"name":"ProcessCookie","features":[40]},{"name":"ProcessCycleTime","features":[40]},{"name":"ProcessDebugFlags","features":[40]},{"name":"ProcessDebugObjectHandle","features":[40]},{"name":"ProcessDebugPort","features":[40]},{"name":"ProcessDefaultHardErrorMode","features":[40]},{"name":"ProcessDeviceMap","features":[40]},{"name":"ProcessDynamicFunctionTableInformation","features":[40]},{"name":"ProcessEnableAlignmentFaultFixup","features":[40]},{"name":"ProcessEnergyTrackingState","features":[40]},{"name":"ProcessExceptionPort","features":[40]},{"name":"ProcessExecuteFlags","features":[40]},{"name":"ProcessFaultInformation","features":[40]},{"name":"ProcessForegroundInformation","features":[40]},{"name":"ProcessGroupInformation","features":[40]},{"name":"ProcessHandleCheckingMode","features":[40]},{"name":"ProcessHandleCount","features":[40]},{"name":"ProcessHandleInformation","features":[40]},{"name":"ProcessHandleTable","features":[40]},{"name":"ProcessHandleTracing","features":[40]},{"name":"ProcessImageFileMapping","features":[40]},{"name":"ProcessImageFileName","features":[40]},{"name":"ProcessImageFileNameWin32","features":[40]},{"name":"ProcessImageInformation","features":[40]},{"name":"ProcessInPrivate","features":[40]},{"name":"ProcessInstrumentationCallback","features":[40]},{"name":"ProcessIoCounters","features":[40]},{"name":"ProcessIoPortHandlers","features":[40]},{"name":"ProcessIoPriority","features":[40]},{"name":"ProcessKeepAliveCount","features":[40]},{"name":"ProcessLUIDDeviceMapsEnabled","features":[40]},{"name":"ProcessLdtInformation","features":[40]},{"name":"ProcessLdtSize","features":[40]},{"name":"ProcessMemoryAllocationMode","features":[40]},{"name":"ProcessMemoryExhaustion","features":[40]},{"name":"ProcessMitigationPolicy","features":[40]},{"name":"ProcessOwnerInformation","features":[40]},{"name":"ProcessPagePriority","features":[40]},{"name":"ProcessPooledUsageAndLimits","features":[40]},{"name":"ProcessPriorityBoost","features":[40]},{"name":"ProcessPriorityClass","features":[40]},{"name":"ProcessProtectionInformation","features":[40]},{"name":"ProcessQuotaLimits","features":[40]},{"name":"ProcessRaisePriority","features":[40]},{"name":"ProcessRaiseUMExceptionOnInvalidHandleClose","features":[40]},{"name":"ProcessReserved1Information","features":[40]},{"name":"ProcessReserved2Information","features":[40]},{"name":"ProcessRevokeFileHandles","features":[40]},{"name":"ProcessSessionInformation","features":[40]},{"name":"ProcessSubsystemInformation","features":[40]},{"name":"ProcessSubsystemProcess","features":[40]},{"name":"ProcessTelemetryIdInformation","features":[40]},{"name":"ProcessThreadStackAllocation","features":[40]},{"name":"ProcessTimes","features":[40]},{"name":"ProcessTlsInformation","features":[40]},{"name":"ProcessTokenVirtualizationEnabled","features":[40]},{"name":"ProcessUserModeIOPL","features":[40]},{"name":"ProcessVmCounters","features":[40]},{"name":"ProcessWin32kSyscallFilterInformation","features":[40]},{"name":"ProcessWindowInformation","features":[40]},{"name":"ProcessWorkingSetControl","features":[40]},{"name":"ProcessWorkingSetWatch","features":[40]},{"name":"ProcessWorkingSetWatchEx","features":[40]},{"name":"ProcessWow64Information","features":[40]},{"name":"ProcessWx86Information","features":[40]},{"name":"THREADINFOCLASS","features":[40]},{"name":"TIMER_SET_INFORMATION_CLASS","features":[40]},{"name":"ThreadActualBasePriority","features":[40]},{"name":"ThreadActualGroupAffinity","features":[40]},{"name":"ThreadAffinityMask","features":[40]},{"name":"ThreadAmILastThread","features":[40]},{"name":"ThreadBasePriority","features":[40]},{"name":"ThreadBasicInformation","features":[40]},{"name":"ThreadBreakOnTermination","features":[40]},{"name":"ThreadCSwitchMon","features":[40]},{"name":"ThreadCSwitchPmu","features":[40]},{"name":"ThreadCounterProfiling","features":[40]},{"name":"ThreadCpuAccountingInformation","features":[40]},{"name":"ThreadCycleTime","features":[40]},{"name":"ThreadDescriptorTableEntry","features":[40]},{"name":"ThreadDynamicCodePolicyInfo","features":[40]},{"name":"ThreadEnableAlignmentFaultFixup","features":[40]},{"name":"ThreadEventPair_Reusable","features":[40]},{"name":"ThreadGroupInformation","features":[40]},{"name":"ThreadHideFromDebugger","features":[40]},{"name":"ThreadIdealProcessor","features":[40]},{"name":"ThreadIdealProcessorEx","features":[40]},{"name":"ThreadImpersonationToken","features":[40]},{"name":"ThreadIoPriority","features":[40]},{"name":"ThreadIsIoPending","features":[40]},{"name":"ThreadIsTerminated","features":[40]},{"name":"ThreadLastSystemCall","features":[40]},{"name":"ThreadNameInformation","features":[40]},{"name":"ThreadPagePriority","features":[40]},{"name":"ThreadPerformanceCount","features":[40]},{"name":"ThreadPriority","features":[40]},{"name":"ThreadPriorityBoost","features":[40]},{"name":"ThreadQuerySetWin32StartAddress","features":[40]},{"name":"ThreadSetTlsArrayAddress","features":[40]},{"name":"ThreadSubsystemInformation","features":[40]},{"name":"ThreadSuspendCount","features":[40]},{"name":"ThreadSwitchLegacyState","features":[40]},{"name":"ThreadTebInformation","features":[40]},{"name":"ThreadTimes","features":[40]},{"name":"ThreadUmsInformation","features":[40]},{"name":"ThreadWow64Context","features":[40]},{"name":"ThreadZeroTlsCell","features":[40]},{"name":"TimerSetCoalescableTimer","features":[40]},{"name":"ZwCancelTimer","features":[40,3]},{"name":"ZwCreateTimer","features":[4,40,3,9]},{"name":"ZwOpenEvent","features":[4,40,3]},{"name":"ZwOpenProcess","features":[4,40,3,37]},{"name":"ZwOpenTimer","features":[4,40,3]},{"name":"ZwQueryInformationProcess","features":[40,3]},{"name":"ZwQueryInformationThread","features":[40,3]},{"name":"ZwSetInformationThread","features":[40,3]},{"name":"ZwSetTimer","features":[5,40,3]},{"name":"ZwSetTimerEx","features":[40,3]},{"name":"ZwTerminateProcess","features":[40,3]},{"name":"ZwWaitForSingleObject","features":[40,3]}],"366":[{"name":"CLSID_IITCmdInt","features":[41]},{"name":"CLSID_IITDatabase","features":[41]},{"name":"CLSID_IITDatabaseLocal","features":[41]},{"name":"CLSID_IITGroupUpdate","features":[41]},{"name":"CLSID_IITIndexBuild","features":[41]},{"name":"CLSID_IITPropList","features":[41]},{"name":"CLSID_IITResultSet","features":[41]},{"name":"CLSID_IITSvMgr","features":[41]},{"name":"CLSID_IITWWFilterBuild","features":[41]},{"name":"CLSID_IITWordWheel","features":[41]},{"name":"CLSID_IITWordWheelLocal","features":[41]},{"name":"CLSID_IITWordWheelUpdate","features":[41]},{"name":"CLSID_ITEngStemmer","features":[41]},{"name":"CLSID_ITStdBreaker","features":[41]},{"name":"COLUMNSTATUS","features":[41]},{"name":"CProperty","features":[41,3]},{"name":"E_ALL_WILD","features":[41]},{"name":"E_ALREADYINIT","features":[41]},{"name":"E_ALREADYOPEN","features":[41]},{"name":"E_ASSERT","features":[41]},{"name":"E_BADBREAKER","features":[41]},{"name":"E_BADFILE","features":[41]},{"name":"E_BADFILTERSIZE","features":[41]},{"name":"E_BADFORMAT","features":[41]},{"name":"E_BADINDEXFLAGS","features":[41]},{"name":"E_BADPARAM","features":[41]},{"name":"E_BADRANGEOP","features":[41]},{"name":"E_BADVALUE","features":[41]},{"name":"E_BADVERSION","features":[41]},{"name":"E_CANTFINDDLL","features":[41]},{"name":"E_DISKFULL","features":[41]},{"name":"E_DUPLICATE","features":[41]},{"name":"E_EXPECTEDTERM","features":[41]},{"name":"E_FILECLOSE","features":[41]},{"name":"E_FILECREATE","features":[41]},{"name":"E_FILEDELETE","features":[41]},{"name":"E_FILEINVALID","features":[41]},{"name":"E_FILENOTFOUND","features":[41]},{"name":"E_FILEREAD","features":[41]},{"name":"E_FILESEEK","features":[41]},{"name":"E_FILEWRITE","features":[41]},{"name":"E_GETLASTERROR","features":[41]},{"name":"E_GROUPIDTOOBIG","features":[41]},{"name":"E_INTERRUPT","features":[41]},{"name":"E_INVALIDSTATE","features":[41]},{"name":"E_MISSINGPROP","features":[41]},{"name":"E_MISSLPAREN","features":[41]},{"name":"E_MISSQUOTE","features":[41]},{"name":"E_MISSRPAREN","features":[41]},{"name":"E_NAMETOOLONG","features":[41]},{"name":"E_NOHANDLE","features":[41]},{"name":"E_NOKEYPROP","features":[41]},{"name":"E_NOMERGEDDATA","features":[41]},{"name":"E_NOPERMISSION","features":[41]},{"name":"E_NOSTEMMER","features":[41]},{"name":"E_NOTEXIST","features":[41]},{"name":"E_NOTFOUND","features":[41]},{"name":"E_NOTINIT","features":[41]},{"name":"E_NOTOPEN","features":[41]},{"name":"E_NOTSUPPORTED","features":[41]},{"name":"E_NULLQUERY","features":[41]},{"name":"E_OUTOFRANGE","features":[41]},{"name":"E_PROPLISTEMPTY","features":[41]},{"name":"E_PROPLISTNOTEMPTY","features":[41]},{"name":"E_RESULTSETEMPTY","features":[41]},{"name":"E_STOPWORD","features":[41]},{"name":"E_TOODEEP","features":[41]},{"name":"E_TOOMANYCOLUMNS","features":[41]},{"name":"E_TOOMANYDUPS","features":[41]},{"name":"E_TOOMANYOBJECTS","features":[41]},{"name":"E_TOOMANYTITLES","features":[41]},{"name":"E_TOOMANYTOPICS","features":[41]},{"name":"E_TREETOOBIG","features":[41]},{"name":"E_UNKNOWN_TRANSPORT","features":[41]},{"name":"E_UNMATCHEDTYPE","features":[41]},{"name":"E_UNSUPPORTED_TRANSPORT","features":[41]},{"name":"E_WILD_IN_DTYPE","features":[41]},{"name":"E_WORDTOOLONG","features":[41]},{"name":"HHACT_BACK","features":[41]},{"name":"HHACT_CONTRACT","features":[41]},{"name":"HHACT_CUSTOMIZE","features":[41]},{"name":"HHACT_EXPAND","features":[41]},{"name":"HHACT_FORWARD","features":[41]},{"name":"HHACT_HIGHLIGHT","features":[41]},{"name":"HHACT_HOME","features":[41]},{"name":"HHACT_JUMP1","features":[41]},{"name":"HHACT_JUMP2","features":[41]},{"name":"HHACT_LAST_ENUM","features":[41]},{"name":"HHACT_NOTES","features":[41]},{"name":"HHACT_OPTIONS","features":[41]},{"name":"HHACT_PRINT","features":[41]},{"name":"HHACT_REFRESH","features":[41]},{"name":"HHACT_STOP","features":[41]},{"name":"HHACT_SYNC","features":[41]},{"name":"HHACT_TAB_CONTENTS","features":[41]},{"name":"HHACT_TAB_FAVORITES","features":[41]},{"name":"HHACT_TAB_HISTORY","features":[41]},{"name":"HHACT_TAB_INDEX","features":[41]},{"name":"HHACT_TAB_SEARCH","features":[41]},{"name":"HHACT_TOC_NEXT","features":[41]},{"name":"HHACT_TOC_PREV","features":[41]},{"name":"HHACT_ZOOM","features":[41]},{"name":"HHNTRACK","features":[41,3,42]},{"name":"HHN_FIRST","features":[41]},{"name":"HHN_LAST","features":[41]},{"name":"HHN_NAVCOMPLETE","features":[41]},{"name":"HHN_NOTIFY","features":[41,3,42]},{"name":"HHN_TRACK","features":[41]},{"name":"HHN_WINDOW_CREATE","features":[41]},{"name":"HHWIN_BUTTON_BACK","features":[41]},{"name":"HHWIN_BUTTON_BROWSE_BCK","features":[41]},{"name":"HHWIN_BUTTON_BROWSE_FWD","features":[41]},{"name":"HHWIN_BUTTON_CONTENTS","features":[41]},{"name":"HHWIN_BUTTON_EXPAND","features":[41]},{"name":"HHWIN_BUTTON_FAVORITES","features":[41]},{"name":"HHWIN_BUTTON_FORWARD","features":[41]},{"name":"HHWIN_BUTTON_HISTORY","features":[41]},{"name":"HHWIN_BUTTON_HOME","features":[41]},{"name":"HHWIN_BUTTON_INDEX","features":[41]},{"name":"HHWIN_BUTTON_JUMP1","features":[41]},{"name":"HHWIN_BUTTON_JUMP2","features":[41]},{"name":"HHWIN_BUTTON_NOTES","features":[41]},{"name":"HHWIN_BUTTON_OPTIONS","features":[41]},{"name":"HHWIN_BUTTON_PRINT","features":[41]},{"name":"HHWIN_BUTTON_REFRESH","features":[41]},{"name":"HHWIN_BUTTON_SEARCH","features":[41]},{"name":"HHWIN_BUTTON_STOP","features":[41]},{"name":"HHWIN_BUTTON_SYNC","features":[41]},{"name":"HHWIN_BUTTON_TOC_NEXT","features":[41]},{"name":"HHWIN_BUTTON_TOC_PREV","features":[41]},{"name":"HHWIN_BUTTON_ZOOM","features":[41]},{"name":"HHWIN_NAVTAB_BOTTOM","features":[41]},{"name":"HHWIN_NAVTAB_LEFT","features":[41]},{"name":"HHWIN_NAVTAB_TOP","features":[41]},{"name":"HHWIN_NAVTYPE_AUTHOR","features":[41]},{"name":"HHWIN_NAVTYPE_CUSTOM_FIRST","features":[41]},{"name":"HHWIN_NAVTYPE_FAVORITES","features":[41]},{"name":"HHWIN_NAVTYPE_HISTORY","features":[41]},{"name":"HHWIN_NAVTYPE_INDEX","features":[41]},{"name":"HHWIN_NAVTYPE_SEARCH","features":[41]},{"name":"HHWIN_NAVTYPE_TOC","features":[41]},{"name":"HHWIN_PARAM_CUR_TAB","features":[41]},{"name":"HHWIN_PARAM_EXPANSION","features":[41]},{"name":"HHWIN_PARAM_EXSTYLES","features":[41]},{"name":"HHWIN_PARAM_HISTORY_COUNT","features":[41]},{"name":"HHWIN_PARAM_INFOTYPES","features":[41]},{"name":"HHWIN_PARAM_NAV_WIDTH","features":[41]},{"name":"HHWIN_PARAM_PROPERTIES","features":[41]},{"name":"HHWIN_PARAM_RECT","features":[41]},{"name":"HHWIN_PARAM_SHOWSTATE","features":[41]},{"name":"HHWIN_PARAM_STYLES","features":[41]},{"name":"HHWIN_PARAM_TABORDER","features":[41]},{"name":"HHWIN_PARAM_TABPOS","features":[41]},{"name":"HHWIN_PARAM_TB_FLAGS","features":[41]},{"name":"HHWIN_PROP_AUTO_SYNC","features":[41]},{"name":"HHWIN_PROP_CHANGE_TITLE","features":[41]},{"name":"HHWIN_PROP_MENU","features":[41]},{"name":"HHWIN_PROP_NAV_ONLY_WIN","features":[41]},{"name":"HHWIN_PROP_NODEF_EXSTYLES","features":[41]},{"name":"HHWIN_PROP_NODEF_STYLES","features":[41]},{"name":"HHWIN_PROP_NOTB_TEXT","features":[41]},{"name":"HHWIN_PROP_NOTITLEBAR","features":[41]},{"name":"HHWIN_PROP_NO_TOOLBAR","features":[41]},{"name":"HHWIN_PROP_ONTOP","features":[41]},{"name":"HHWIN_PROP_POST_QUIT","features":[41]},{"name":"HHWIN_PROP_TAB_ADVSEARCH","features":[41]},{"name":"HHWIN_PROP_TAB_AUTOHIDESHOW","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM1","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM2","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM3","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM4","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM5","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM6","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM7","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM8","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM9","features":[41]},{"name":"HHWIN_PROP_TAB_FAVORITES","features":[41]},{"name":"HHWIN_PROP_TAB_HISTORY","features":[41]},{"name":"HHWIN_PROP_TAB_SEARCH","features":[41]},{"name":"HHWIN_PROP_TRACKING","features":[41]},{"name":"HHWIN_PROP_TRI_PANE","features":[41]},{"name":"HHWIN_PROP_USER_POS","features":[41]},{"name":"HHWIN_TB_MARGIN","features":[41]},{"name":"HH_AKLINK","features":[41,3]},{"name":"HH_ALINK_LOOKUP","features":[41]},{"name":"HH_CLOSE_ALL","features":[41]},{"name":"HH_DISPLAY_INDEX","features":[41]},{"name":"HH_DISPLAY_SEARCH","features":[41]},{"name":"HH_DISPLAY_TEXT_POPUP","features":[41]},{"name":"HH_DISPLAY_TOC","features":[41]},{"name":"HH_DISPLAY_TOPIC","features":[41]},{"name":"HH_ENUM_CAT","features":[41]},{"name":"HH_ENUM_CATEGORY","features":[41]},{"name":"HH_ENUM_CATEGORY_IT","features":[41]},{"name":"HH_ENUM_INFO_TYPE","features":[41]},{"name":"HH_ENUM_IT","features":[41]},{"name":"HH_FTS_DEFAULT_PROXIMITY","features":[41]},{"name":"HH_FTS_QUERY","features":[41,3]},{"name":"HH_GET_LAST_ERROR","features":[41]},{"name":"HH_GET_WIN_HANDLE","features":[41]},{"name":"HH_GET_WIN_TYPE","features":[41]},{"name":"HH_GLOBAL_PROPERTY","features":[41,3,43,44]},{"name":"HH_GPROPID","features":[41]},{"name":"HH_GPROPID_CONTENT_LANGUAGE","features":[41]},{"name":"HH_GPROPID_CURRENT_SUBSET","features":[41]},{"name":"HH_GPROPID_SINGLETHREAD","features":[41]},{"name":"HH_GPROPID_TOOLBAR_MARGIN","features":[41]},{"name":"HH_GPROPID_UI_LANGUAGE","features":[41]},{"name":"HH_HELP_CONTEXT","features":[41]},{"name":"HH_HELP_FINDER","features":[41]},{"name":"HH_INITIALIZE","features":[41]},{"name":"HH_KEYWORD_LOOKUP","features":[41]},{"name":"HH_MAX_TABS","features":[41]},{"name":"HH_MAX_TABS_CUSTOM","features":[41]},{"name":"HH_POPUP","features":[41,3]},{"name":"HH_PRETRANSLATEMESSAGE","features":[41]},{"name":"HH_RESERVED1","features":[41]},{"name":"HH_RESERVED2","features":[41]},{"name":"HH_RESERVED3","features":[41]},{"name":"HH_RESET_IT_FILTER","features":[41]},{"name":"HH_SAFE_DISPLAY_TOPIC","features":[41]},{"name":"HH_SET_EXCLUSIVE_FILTER","features":[41]},{"name":"HH_SET_GLOBAL_PROPERTY","features":[41]},{"name":"HH_SET_INCLUSIVE_FILTER","features":[41]},{"name":"HH_SET_INFOTYPE","features":[41]},{"name":"HH_SET_INFO_TYPE","features":[41]},{"name":"HH_SET_QUERYSERVICE","features":[41]},{"name":"HH_SET_WIN_TYPE","features":[41]},{"name":"HH_SYNC","features":[41]},{"name":"HH_TAB_AUTHOR","features":[41]},{"name":"HH_TAB_CONTENTS","features":[41]},{"name":"HH_TAB_CUSTOM_FIRST","features":[41]},{"name":"HH_TAB_CUSTOM_LAST","features":[41]},{"name":"HH_TAB_FAVORITES","features":[41]},{"name":"HH_TAB_HISTORY","features":[41]},{"name":"HH_TAB_INDEX","features":[41]},{"name":"HH_TAB_SEARCH","features":[41]},{"name":"HH_TP_HELP_CONTEXTMENU","features":[41]},{"name":"HH_TP_HELP_WM_HELP","features":[41]},{"name":"HH_UNINITIALIZE","features":[41]},{"name":"HH_WINTYPE","features":[41,3]},{"name":"HTML_HELP_COMMAND","features":[41]},{"name":"HtmlHelpA","features":[41,3]},{"name":"HtmlHelpW","features":[41,3]},{"name":"IDTB_BACK","features":[41]},{"name":"IDTB_BROWSE_BACK","features":[41]},{"name":"IDTB_BROWSE_FWD","features":[41]},{"name":"IDTB_CONTENTS","features":[41]},{"name":"IDTB_CONTRACT","features":[41]},{"name":"IDTB_CUSTOMIZE","features":[41]},{"name":"IDTB_EXPAND","features":[41]},{"name":"IDTB_FAVORITES","features":[41]},{"name":"IDTB_FORWARD","features":[41]},{"name":"IDTB_HISTORY","features":[41]},{"name":"IDTB_HOME","features":[41]},{"name":"IDTB_INDEX","features":[41]},{"name":"IDTB_JUMP1","features":[41]},{"name":"IDTB_JUMP2","features":[41]},{"name":"IDTB_NOTES","features":[41]},{"name":"IDTB_OPTIONS","features":[41]},{"name":"IDTB_PRINT","features":[41]},{"name":"IDTB_REFRESH","features":[41]},{"name":"IDTB_SEARCH","features":[41]},{"name":"IDTB_STOP","features":[41]},{"name":"IDTB_SYNC","features":[41]},{"name":"IDTB_TOC_NEXT","features":[41]},{"name":"IDTB_TOC_PREV","features":[41]},{"name":"IDTB_ZOOM","features":[41]},{"name":"IITDatabase","features":[41]},{"name":"IITPropList","features":[41]},{"name":"IITResultSet","features":[41]},{"name":"IITWBC_BREAK_ACCEPT_WILDCARDS","features":[41]},{"name":"IITWBC_BREAK_AND_STEM","features":[41]},{"name":"IStemSink","features":[41]},{"name":"IStemmerConfig","features":[41]},{"name":"ITWW_CBKEY_MAX","features":[41]},{"name":"ITWW_OPEN_NOCONNECT","features":[41]},{"name":"IT_EXCLUSIVE","features":[41]},{"name":"IT_HIDDEN","features":[41]},{"name":"IT_INCLUSIVE","features":[41]},{"name":"IWordBreakerConfig","features":[41]},{"name":"MAX_COLUMNS","features":[41]},{"name":"PFNCOLHEAPFREE","features":[41]},{"name":"PRIORITY","features":[41]},{"name":"PRIORITY_HIGH","features":[41]},{"name":"PRIORITY_LOW","features":[41]},{"name":"PRIORITY_NORMAL","features":[41]},{"name":"PROP_ADD","features":[41]},{"name":"PROP_DELETE","features":[41]},{"name":"PROP_UPDATE","features":[41]},{"name":"ROWSTATUS","features":[41]},{"name":"STDPROP_DISPLAYKEY","features":[41]},{"name":"STDPROP_INDEX_BREAK","features":[41]},{"name":"STDPROP_INDEX_DTYPE","features":[41]},{"name":"STDPROP_INDEX_LENGTH","features":[41]},{"name":"STDPROP_INDEX_TERM","features":[41]},{"name":"STDPROP_INDEX_TERM_RAW_LENGTH","features":[41]},{"name":"STDPROP_INDEX_TEXT","features":[41]},{"name":"STDPROP_INDEX_VFLD","features":[41]},{"name":"STDPROP_KEY","features":[41]},{"name":"STDPROP_SORTKEY","features":[41]},{"name":"STDPROP_SORTORDINAL","features":[41]},{"name":"STDPROP_TITLE","features":[41]},{"name":"STDPROP_UID","features":[41]},{"name":"STDPROP_USERDATA","features":[41]},{"name":"STDPROP_USERPROP_BASE","features":[41]},{"name":"STDPROP_USERPROP_MAX","features":[41]},{"name":"SZ_WWDEST_GLOBAL","features":[41]},{"name":"SZ_WWDEST_KEY","features":[41]},{"name":"SZ_WWDEST_OCC","features":[41]},{"name":"TYPE_POINTER","features":[41]},{"name":"TYPE_STRING","features":[41]},{"name":"TYPE_VALUE","features":[41]}],"367":[{"name":"DRMACTSERVINFOVERSION","features":[45]},{"name":"DRMATTESTTYPE","features":[45]},{"name":"DRMATTESTTYPE_FULLENVIRONMENT","features":[45]},{"name":"DRMATTESTTYPE_HASHONLY","features":[45]},{"name":"DRMAcquireAdvisories","features":[45]},{"name":"DRMAcquireIssuanceLicenseTemplate","features":[45]},{"name":"DRMAcquireLicense","features":[45]},{"name":"DRMActivate","features":[45,3]},{"name":"DRMAddLicense","features":[45]},{"name":"DRMAddRightWithUser","features":[45]},{"name":"DRMAttest","features":[45]},{"name":"DRMBINDINGFLAGS_IGNORE_VALIDITY_INTERVALS","features":[45]},{"name":"DRMBOUNDLICENSEPARAMS","features":[45]},{"name":"DRMBOUNDLICENSEPARAMSVERSION","features":[45]},{"name":"DRMCALLBACK","features":[45]},{"name":"DRMCALLBACKVERSION","features":[45]},{"name":"DRMCLIENTSTRUCTVERSION","features":[45]},{"name":"DRMCheckSecurity","features":[45]},{"name":"DRMClearAllRights","features":[45]},{"name":"DRMCloseEnvironmentHandle","features":[45]},{"name":"DRMCloseHandle","features":[45]},{"name":"DRMClosePubHandle","features":[45]},{"name":"DRMCloseQueryHandle","features":[45]},{"name":"DRMCloseSession","features":[45]},{"name":"DRMConstructCertificateChain","features":[45]},{"name":"DRMCreateBoundLicense","features":[45]},{"name":"DRMCreateClientSession","features":[45]},{"name":"DRMCreateEnablingBitsDecryptor","features":[45]},{"name":"DRMCreateEnablingBitsEncryptor","features":[45]},{"name":"DRMCreateEnablingPrincipal","features":[45]},{"name":"DRMCreateIssuanceLicense","features":[45,3]},{"name":"DRMCreateLicenseStorageSession","features":[45]},{"name":"DRMCreateRight","features":[45,3]},{"name":"DRMCreateUser","features":[45]},{"name":"DRMDecode","features":[45]},{"name":"DRMDeconstructCertificateChain","features":[45]},{"name":"DRMDecrypt","features":[45]},{"name":"DRMDeleteLicense","features":[45]},{"name":"DRMDuplicateEnvironmentHandle","features":[45]},{"name":"DRMDuplicateHandle","features":[45]},{"name":"DRMDuplicatePubHandle","features":[45]},{"name":"DRMDuplicateSession","features":[45]},{"name":"DRMENCODINGTYPE","features":[45]},{"name":"DRMENCODINGTYPE_BASE64","features":[45]},{"name":"DRMENCODINGTYPE_LONG","features":[45]},{"name":"DRMENCODINGTYPE_RAW","features":[45]},{"name":"DRMENCODINGTYPE_STRING","features":[45]},{"name":"DRMENCODINGTYPE_TIME","features":[45]},{"name":"DRMENCODINGTYPE_UINT","features":[45]},{"name":"DRMENVHANDLE_INVALID","features":[45]},{"name":"DRMEncode","features":[45]},{"name":"DRMEncrypt","features":[45]},{"name":"DRMEnumerateLicense","features":[45,3]},{"name":"DRMGLOBALOPTIONS","features":[45]},{"name":"DRMGLOBALOPTIONS_USE_SERVERSECURITYPROCESSOR","features":[45]},{"name":"DRMGLOBALOPTIONS_USE_WINHTTP","features":[45]},{"name":"DRMGetApplicationSpecificData","features":[45]},{"name":"DRMGetBoundLicenseAttribute","features":[45]},{"name":"DRMGetBoundLicenseAttributeCount","features":[45]},{"name":"DRMGetBoundLicenseObject","features":[45]},{"name":"DRMGetBoundLicenseObjectCount","features":[45]},{"name":"DRMGetCertificateChainCount","features":[45]},{"name":"DRMGetClientVersion","features":[45]},{"name":"DRMGetEnvironmentInfo","features":[45]},{"name":"DRMGetInfo","features":[45]},{"name":"DRMGetIntervalTime","features":[45]},{"name":"DRMGetIssuanceLicenseInfo","features":[45,3]},{"name":"DRMGetIssuanceLicenseTemplate","features":[45]},{"name":"DRMGetMetaData","features":[45]},{"name":"DRMGetNameAndDescription","features":[45]},{"name":"DRMGetOwnerLicense","features":[45]},{"name":"DRMGetProcAddress","features":[45,3]},{"name":"DRMGetRevocationPoint","features":[45,3]},{"name":"DRMGetRightExtendedInfo","features":[45]},{"name":"DRMGetRightInfo","features":[45,3]},{"name":"DRMGetSecurityProvider","features":[45]},{"name":"DRMGetServiceLocation","features":[45]},{"name":"DRMGetSignedIssuanceLicense","features":[45]},{"name":"DRMGetSignedIssuanceLicenseEx","features":[45]},{"name":"DRMGetTime","features":[45,3]},{"name":"DRMGetUnboundLicenseAttribute","features":[45]},{"name":"DRMGetUnboundLicenseAttributeCount","features":[45]},{"name":"DRMGetUnboundLicenseObject","features":[45]},{"name":"DRMGetUnboundLicenseObjectCount","features":[45]},{"name":"DRMGetUsagePolicy","features":[45,3]},{"name":"DRMGetUserInfo","features":[45]},{"name":"DRMGetUserRights","features":[45]},{"name":"DRMGetUsers","features":[45]},{"name":"DRMHANDLE_INVALID","features":[45]},{"name":"DRMHSESSION_INVALID","features":[45]},{"name":"DRMID","features":[45]},{"name":"DRMIDVERSION","features":[45]},{"name":"DRMInitEnvironment","features":[45]},{"name":"DRMIsActivated","features":[45]},{"name":"DRMIsWindowProtected","features":[45,3]},{"name":"DRMLICENSEACQDATAVERSION","features":[45]},{"name":"DRMLoadLibrary","features":[45]},{"name":"DRMPUBHANDLE_INVALID","features":[45]},{"name":"DRMParseUnboundLicense","features":[45]},{"name":"DRMQUERYHANDLE_INVALID","features":[45]},{"name":"DRMRegisterContent","features":[45,3]},{"name":"DRMRegisterProtectedWindow","features":[45,3]},{"name":"DRMRegisterRevocationList","features":[45]},{"name":"DRMRepair","features":[45]},{"name":"DRMSECURITYPROVIDERTYPE","features":[45]},{"name":"DRMSECURITYPROVIDERTYPE_SOFTWARESECREP","features":[45]},{"name":"DRMSPECTYPE","features":[45]},{"name":"DRMSPECTYPE_FILENAME","features":[45]},{"name":"DRMSPECTYPE_UNKNOWN","features":[45]},{"name":"DRMSetApplicationSpecificData","features":[45,3]},{"name":"DRMSetGlobalOptions","features":[45]},{"name":"DRMSetIntervalTime","features":[45]},{"name":"DRMSetMetaData","features":[45]},{"name":"DRMSetNameAndDescription","features":[45,3]},{"name":"DRMSetRevocationPoint","features":[45,3]},{"name":"DRMSetUsagePolicy","features":[45,3]},{"name":"DRMTIMETYPE","features":[45]},{"name":"DRMTIMETYPE_SYSTEMLOCAL","features":[45]},{"name":"DRMTIMETYPE_SYSTEMUTC","features":[45]},{"name":"DRMVerify","features":[45]},{"name":"DRM_ACTIVATE_CANCEL","features":[45]},{"name":"DRM_ACTIVATE_DELAYED","features":[45]},{"name":"DRM_ACTIVATE_GROUPIDENTITY","features":[45]},{"name":"DRM_ACTIVATE_MACHINE","features":[45]},{"name":"DRM_ACTIVATE_SHARED_GROUPIDENTITY","features":[45]},{"name":"DRM_ACTIVATE_SILENT","features":[45]},{"name":"DRM_ACTIVATE_TEMPORARY","features":[45]},{"name":"DRM_ACTSERV_INFO","features":[45]},{"name":"DRM_ADD_LICENSE_NOPERSIST","features":[45]},{"name":"DRM_ADD_LICENSE_PERSIST","features":[45]},{"name":"DRM_AILT_CANCEL","features":[45]},{"name":"DRM_AILT_NONSILENT","features":[45]},{"name":"DRM_AILT_OBTAIN_ALL","features":[45]},{"name":"DRM_AL_CANCEL","features":[45]},{"name":"DRM_AL_FETCHNOADVISORY","features":[45]},{"name":"DRM_AL_NONSILENT","features":[45]},{"name":"DRM_AL_NOPERSIST","features":[45]},{"name":"DRM_AL_NOUI","features":[45]},{"name":"DRM_AUTO_GENERATE_KEY","features":[45]},{"name":"DRM_CLIENT_VERSION_INFO","features":[45]},{"name":"DRM_DEFAULTGROUPIDTYPE_PASSPORT","features":[45]},{"name":"DRM_DEFAULTGROUPIDTYPE_WINDOWSAUTH","features":[45]},{"name":"DRM_DISTRIBUTION_POINT_INFO","features":[45]},{"name":"DRM_DISTRIBUTION_POINT_LICENSE_ACQUISITION","features":[45]},{"name":"DRM_DISTRIBUTION_POINT_PUBLISHING","features":[45]},{"name":"DRM_DISTRIBUTION_POINT_REFERRAL_INFO","features":[45]},{"name":"DRM_EL_CLIENTLICENSOR","features":[45]},{"name":"DRM_EL_CLIENTLICENSOR_LID","features":[45]},{"name":"DRM_EL_EUL","features":[45]},{"name":"DRM_EL_EUL_LID","features":[45]},{"name":"DRM_EL_EXPIRED","features":[45]},{"name":"DRM_EL_GROUPIDENTITY","features":[45]},{"name":"DRM_EL_GROUPIDENTITY_LID","features":[45]},{"name":"DRM_EL_GROUPIDENTITY_NAME","features":[45]},{"name":"DRM_EL_ISSUANCELICENSE_TEMPLATE","features":[45]},{"name":"DRM_EL_ISSUANCELICENSE_TEMPLATE_LID","features":[45]},{"name":"DRM_EL_ISSUERNAME","features":[45]},{"name":"DRM_EL_MACHINE","features":[45]},{"name":"DRM_EL_REVOCATIONLIST","features":[45]},{"name":"DRM_EL_REVOCATIONLIST_LID","features":[45]},{"name":"DRM_EL_SPECIFIED_CLIENTLICENSOR","features":[45]},{"name":"DRM_EL_SPECIFIED_GROUPIDENTITY","features":[45]},{"name":"DRM_LICENSE_ACQ_DATA","features":[45]},{"name":"DRM_LOCKBOXTYPE_BLACKBOX","features":[45]},{"name":"DRM_LOCKBOXTYPE_DEFAULT","features":[45]},{"name":"DRM_LOCKBOXTYPE_NONE","features":[45]},{"name":"DRM_LOCKBOXTYPE_WHITEBOX","features":[45]},{"name":"DRM_MSG_ACQUIRE_ADVISORY","features":[45]},{"name":"DRM_MSG_ACQUIRE_CLIENTLICENSOR","features":[45]},{"name":"DRM_MSG_ACQUIRE_ISSUANCE_LICENSE_TEMPLATE","features":[45]},{"name":"DRM_MSG_ACQUIRE_LICENSE","features":[45]},{"name":"DRM_MSG_ACTIVATE_GROUPIDENTITY","features":[45]},{"name":"DRM_MSG_ACTIVATE_MACHINE","features":[45]},{"name":"DRM_MSG_SIGN_ISSUANCE_LICENSE","features":[45]},{"name":"DRM_OWNER_LICENSE_NOPERSIST","features":[45]},{"name":"DRM_REUSE_KEY","features":[45]},{"name":"DRM_SERVER_ISSUANCELICENSE","features":[45]},{"name":"DRM_SERVICE_LOCATION_ENTERPRISE","features":[45]},{"name":"DRM_SERVICE_LOCATION_INTERNET","features":[45]},{"name":"DRM_SERVICE_TYPE_ACTIVATION","features":[45]},{"name":"DRM_SERVICE_TYPE_CERTIFICATION","features":[45]},{"name":"DRM_SERVICE_TYPE_CLIENTLICENSOR","features":[45]},{"name":"DRM_SERVICE_TYPE_PUBLISHING","features":[45]},{"name":"DRM_SERVICE_TYPE_SILENT","features":[45]},{"name":"DRM_SIGN_CANCEL","features":[45]},{"name":"DRM_SIGN_OFFLINE","features":[45]},{"name":"DRM_SIGN_ONLINE","features":[45]},{"name":"DRM_STATUS_MSG","features":[45]},{"name":"DRM_USAGEPOLICY_TYPE","features":[45]},{"name":"DRM_USAGEPOLICY_TYPE_BYDIGEST","features":[45]},{"name":"DRM_USAGEPOLICY_TYPE_BYNAME","features":[45]},{"name":"DRM_USAGEPOLICY_TYPE_BYPUBLICKEY","features":[45]},{"name":"DRM_USAGEPOLICY_TYPE_OSEXCLUSION","features":[45]},{"name":"MSDRM_CLIENT_ZONE","features":[45]},{"name":"MSDRM_POLICY_ZONE","features":[45]}],"370":[{"name":"AJ_IFC_SECURITY_INHERIT","features":[46]},{"name":"AJ_IFC_SECURITY_OFF","features":[46]},{"name":"AJ_IFC_SECURITY_REQUIRED","features":[46]},{"name":"ALLJOYN_ARRAY","features":[46]},{"name":"ALLJOYN_BIG_ENDIAN","features":[46]},{"name":"ALLJOYN_BOOLEAN","features":[46]},{"name":"ALLJOYN_BOOLEAN_ARRAY","features":[46]},{"name":"ALLJOYN_BYTE","features":[46]},{"name":"ALLJOYN_BYTE_ARRAY","features":[46]},{"name":"ALLJOYN_CRED_CERT_CHAIN","features":[46]},{"name":"ALLJOYN_CRED_EXPIRATION","features":[46]},{"name":"ALLJOYN_CRED_LOGON_ENTRY","features":[46]},{"name":"ALLJOYN_CRED_NEW_PASSWORD","features":[46]},{"name":"ALLJOYN_CRED_ONE_TIME_PWD","features":[46]},{"name":"ALLJOYN_CRED_PASSWORD","features":[46]},{"name":"ALLJOYN_CRED_PRIVATE_KEY","features":[46]},{"name":"ALLJOYN_CRED_USER_NAME","features":[46]},{"name":"ALLJOYN_DICT_ENTRY","features":[46]},{"name":"ALLJOYN_DICT_ENTRY_CLOSE","features":[46]},{"name":"ALLJOYN_DICT_ENTRY_OPEN","features":[46]},{"name":"ALLJOYN_DISCONNECTED","features":[46]},{"name":"ALLJOYN_DOUBLE","features":[46]},{"name":"ALLJOYN_DOUBLE_ARRAY","features":[46]},{"name":"ALLJOYN_HANDLE","features":[46]},{"name":"ALLJOYN_INT16","features":[46]},{"name":"ALLJOYN_INT16_ARRAY","features":[46]},{"name":"ALLJOYN_INT32","features":[46]},{"name":"ALLJOYN_INT32_ARRAY","features":[46]},{"name":"ALLJOYN_INT64","features":[46]},{"name":"ALLJOYN_INT64_ARRAY","features":[46]},{"name":"ALLJOYN_INVALID","features":[46]},{"name":"ALLJOYN_LITTLE_ENDIAN","features":[46]},{"name":"ALLJOYN_MEMBER_ANNOTATE_DEPRECATED","features":[46]},{"name":"ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST","features":[46]},{"name":"ALLJOYN_MEMBER_ANNOTATE_NO_REPLY","features":[46]},{"name":"ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST","features":[46]},{"name":"ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS","features":[46]},{"name":"ALLJOYN_MEMBER_ANNOTATE_UNICAST","features":[46]},{"name":"ALLJOYN_MESSAGE_DEFAULT_TIMEOUT","features":[46]},{"name":"ALLJOYN_MESSAGE_ERROR","features":[46]},{"name":"ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG","features":[46]},{"name":"ALLJOYN_MESSAGE_FLAG_AUTO_START","features":[46]},{"name":"ALLJOYN_MESSAGE_FLAG_ENCRYPTED","features":[46]},{"name":"ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST","features":[46]},{"name":"ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED","features":[46]},{"name":"ALLJOYN_MESSAGE_FLAG_SESSIONLESS","features":[46]},{"name":"ALLJOYN_MESSAGE_INVALID","features":[46]},{"name":"ALLJOYN_MESSAGE_METHOD_CALL","features":[46]},{"name":"ALLJOYN_MESSAGE_METHOD_RET","features":[46]},{"name":"ALLJOYN_MESSAGE_SIGNAL","features":[46]},{"name":"ALLJOYN_NAMED_PIPE_CONNECT_SPEC","features":[46]},{"name":"ALLJOYN_OBJECT_PATH","features":[46]},{"name":"ALLJOYN_PROP_ACCESS_READ","features":[46]},{"name":"ALLJOYN_PROP_ACCESS_RW","features":[46]},{"name":"ALLJOYN_PROP_ACCESS_WRITE","features":[46]},{"name":"ALLJOYN_PROXIMITY_ANY","features":[46]},{"name":"ALLJOYN_PROXIMITY_NETWORK","features":[46]},{"name":"ALLJOYN_PROXIMITY_PHYSICAL","features":[46]},{"name":"ALLJOYN_READ_READY","features":[46]},{"name":"ALLJOYN_SESSIONLOST_INVALID","features":[46]},{"name":"ALLJOYN_SESSIONLOST_LINK_TIMEOUT","features":[46]},{"name":"ALLJOYN_SESSIONLOST_REASON_OTHER","features":[46]},{"name":"ALLJOYN_SESSIONLOST_REMOTE_END_CLOSED_ABRUPTLY","features":[46]},{"name":"ALLJOYN_SESSIONLOST_REMOTE_END_LEFT_SESSION","features":[46]},{"name":"ALLJOYN_SESSIONLOST_REMOVED_BY_BINDER","features":[46]},{"name":"ALLJOYN_SIGNATURE","features":[46]},{"name":"ALLJOYN_STRING","features":[46]},{"name":"ALLJOYN_STRUCT","features":[46]},{"name":"ALLJOYN_STRUCT_CLOSE","features":[46]},{"name":"ALLJOYN_STRUCT_OPEN","features":[46]},{"name":"ALLJOYN_TRAFFIC_TYPE_MESSAGES","features":[46]},{"name":"ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE","features":[46]},{"name":"ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE","features":[46]},{"name":"ALLJOYN_UINT16","features":[46]},{"name":"ALLJOYN_UINT16_ARRAY","features":[46]},{"name":"ALLJOYN_UINT32","features":[46]},{"name":"ALLJOYN_UINT32_ARRAY","features":[46]},{"name":"ALLJOYN_UINT64","features":[46]},{"name":"ALLJOYN_UINT64_ARRAY","features":[46]},{"name":"ALLJOYN_VARIANT","features":[46]},{"name":"ALLJOYN_WILDCARD","features":[46]},{"name":"ALLJOYN_WRITE_READY","features":[46]},{"name":"ANNOUNCED","features":[46]},{"name":"AllJoynAcceptBusConnection","features":[46,3]},{"name":"AllJoynCloseBusHandle","features":[46,3]},{"name":"AllJoynConnectToBus","features":[46,3]},{"name":"AllJoynCreateBus","features":[46,3,6]},{"name":"AllJoynEnumEvents","features":[46,3]},{"name":"AllJoynEventSelect","features":[46,3]},{"name":"AllJoynReceiveFromBus","features":[46,3]},{"name":"AllJoynSendToBus","features":[46,3]},{"name":"CAPABLE_ECDHE_ECDSA","features":[46]},{"name":"CAPABLE_ECDHE_NULL","features":[46]},{"name":"CAPABLE_ECDHE_SPEKE","features":[46]},{"name":"CLAIMABLE","features":[46]},{"name":"CLAIMED","features":[46]},{"name":"ER_ABOUT_ABOUTDATA_MISSING_REQUIRED_FIELD","features":[46]},{"name":"ER_ABOUT_DEFAULT_LANGUAGE_NOT_SPECIFIED","features":[46]},{"name":"ER_ABOUT_FIELD_ALREADY_SPECIFIED","features":[46]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_FIELD_APPID_SIZE","features":[46]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_FIELD_VALUE","features":[46]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_LISTENER","features":[46]},{"name":"ER_ABOUT_SESSIONPORT_NOT_BOUND","features":[46]},{"name":"ER_ALERTED_THREAD","features":[46]},{"name":"ER_ALLJOYN_ACCESS_PERMISSION_ERROR","features":[46]},{"name":"ER_ALLJOYN_ACCESS_PERMISSION_WARNING","features":[46]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_ALREADY_ADVERTISING","features":[46]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_TRANSPORT_NOT_AVAILABLE","features":[46]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_ALREADY_EXISTS","features":[46]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_INVALID_OPTS","features":[46]},{"name":"ER_ALLJOYN_CANCELADVERTISENAME_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_CANCELFINDADVERTISEDNAME_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_ALREADY_DISCOVERING","features":[46]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_TRANSPORT_NOT_AVAILABLE","features":[46]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_ALREADY_JOINED","features":[46]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_BAD_SESSION_OPTS","features":[46]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_CONNECT_FAILED","features":[46]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_NO_SESSION","features":[46]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_REJECTED","features":[46]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_UNREACHABLE","features":[46]},{"name":"ER_ALLJOYN_LEAVESESSION_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_LEAVESESSION_REPLY_NO_SESSION","features":[46]},{"name":"ER_ALLJOYN_ONAPPRESUME_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_ONAPPRESUME_REPLY_UNSUPPORTED","features":[46]},{"name":"ER_ALLJOYN_ONAPPSUSPEND_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_ONAPPSUSPEND_REPLY_UNSUPPORTED","features":[46]},{"name":"ER_ALLJOYN_PING_FAILED","features":[46]},{"name":"ER_ALLJOYN_PING_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_PING_REPLY_INCOMPATIBLE_REMOTE_ROUTING_NODE","features":[46]},{"name":"ER_ALLJOYN_PING_REPLY_IN_PROGRESS","features":[46]},{"name":"ER_ALLJOYN_PING_REPLY_TIMEOUT","features":[46]},{"name":"ER_ALLJOYN_PING_REPLY_UNKNOWN_NAME","features":[46]},{"name":"ER_ALLJOYN_PING_REPLY_UNREACHABLE","features":[46]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_INCOMPATIBLE_REMOTE_DAEMON","features":[46]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_BINDER","features":[46]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_FOUND","features":[46]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_MULTIPOINT","features":[46]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_REPLY_NO_SESSION","features":[46]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_FAILED","features":[46]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_NOT_SUPPORTED","features":[46]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_NO_DEST_SUPPORT","features":[46]},{"name":"ER_ALLJOYN_UNBINDSESSIONPORT_REPLY_BAD_PORT","features":[46]},{"name":"ER_ALLJOYN_UNBINDSESSIONPORT_REPLY_FAILED","features":[46]},{"name":"ER_APPLICATION_STATE_LISTENER_ALREADY_EXISTS","features":[46]},{"name":"ER_APPLICATION_STATE_LISTENER_NO_SUCH_LISTENER","features":[46]},{"name":"ER_ARDP_BACKPRESSURE","features":[46]},{"name":"ER_ARDP_DISCONNECTING","features":[46]},{"name":"ER_ARDP_INVALID_CONNECTION","features":[46]},{"name":"ER_ARDP_INVALID_RESPONSE","features":[46]},{"name":"ER_ARDP_INVALID_STATE","features":[46]},{"name":"ER_ARDP_PERSIST_TIMEOUT","features":[46]},{"name":"ER_ARDP_PROBE_TIMEOUT","features":[46]},{"name":"ER_ARDP_REMOTE_CONNECTION_RESET","features":[46]},{"name":"ER_ARDP_TTL_EXPIRED","features":[46]},{"name":"ER_ARDP_VERSION_NOT_SUPPORTED","features":[46]},{"name":"ER_ARDP_WRITE_BLOCKED","features":[46]},{"name":"ER_AUTH_FAIL","features":[46]},{"name":"ER_AUTH_USER_REJECT","features":[46]},{"name":"ER_BAD_ARG_1","features":[46]},{"name":"ER_BAD_ARG_2","features":[46]},{"name":"ER_BAD_ARG_3","features":[46]},{"name":"ER_BAD_ARG_4","features":[46]},{"name":"ER_BAD_ARG_5","features":[46]},{"name":"ER_BAD_ARG_6","features":[46]},{"name":"ER_BAD_ARG_7","features":[46]},{"name":"ER_BAD_ARG_8","features":[46]},{"name":"ER_BAD_ARG_COUNT","features":[46]},{"name":"ER_BAD_HOSTNAME","features":[46]},{"name":"ER_BAD_STRING_ENCODING","features":[46]},{"name":"ER_BAD_TRANSPORT_MASK","features":[46]},{"name":"ER_BUFFER_TOO_SMALL","features":[46]},{"name":"ER_BUS_ALREADY_CONNECTED","features":[46]},{"name":"ER_BUS_ALREADY_LISTENING","features":[46]},{"name":"ER_BUS_ANNOTATION_ALREADY_EXISTS","features":[46]},{"name":"ER_BUS_AUTHENTICATION_PENDING","features":[46]},{"name":"ER_BUS_BAD_BODY_LEN","features":[46]},{"name":"ER_BUS_BAD_BUS_NAME","features":[46]},{"name":"ER_BUS_BAD_CHILD_PATH","features":[46]},{"name":"ER_BUS_BAD_ERROR_NAME","features":[46]},{"name":"ER_BUS_BAD_HDR_FLAGS","features":[46]},{"name":"ER_BUS_BAD_HEADER_FIELD","features":[46]},{"name":"ER_BUS_BAD_HEADER_LEN","features":[46]},{"name":"ER_BUS_BAD_INTERFACE_NAME","features":[46]},{"name":"ER_BUS_BAD_LENGTH","features":[46]},{"name":"ER_BUS_BAD_MEMBER_NAME","features":[46]},{"name":"ER_BUS_BAD_OBJ_PATH","features":[46]},{"name":"ER_BUS_BAD_SENDER_ID","features":[46]},{"name":"ER_BUS_BAD_SEND_PARAMETER","features":[46]},{"name":"ER_BUS_BAD_SESSION_OPTS","features":[46]},{"name":"ER_BUS_BAD_SIGNATURE","features":[46]},{"name":"ER_BUS_BAD_TRANSPORT_ARGS","features":[46]},{"name":"ER_BUS_BAD_VALUE","features":[46]},{"name":"ER_BUS_BAD_VALUE_TYPE","features":[46]},{"name":"ER_BUS_BAD_XML","features":[46]},{"name":"ER_BUS_BLOCKING_CALL_NOT_ALLOWED","features":[46]},{"name":"ER_BUS_BUS_ALREADY_STARTED","features":[46]},{"name":"ER_BUS_BUS_NOT_STARTED","features":[46]},{"name":"ER_BUS_CANNOT_ADD_HANDLER","features":[46]},{"name":"ER_BUS_CANNOT_ADD_INTERFACE","features":[46]},{"name":"ER_BUS_CANNOT_EXPAND_MESSAGE","features":[46]},{"name":"ER_BUS_CONNECTION_REJECTED","features":[46]},{"name":"ER_BUS_CONNECT_FAILED","features":[46]},{"name":"ER_BUS_CORRUPT_KEYSTORE","features":[46]},{"name":"ER_BUS_DESCRIPTION_ALREADY_EXISTS","features":[46]},{"name":"ER_BUS_DESTINATION_NOT_AUTHENTICATED","features":[46]},{"name":"ER_BUS_ELEMENT_NOT_FOUND","features":[46]},{"name":"ER_BUS_EMPTY_MESSAGE","features":[46]},{"name":"ER_BUS_ENDPOINT_CLOSING","features":[46]},{"name":"ER_BUS_ENDPOINT_REDIRECTED","features":[46]},{"name":"ER_BUS_ERRORS","features":[46]},{"name":"ER_BUS_ERROR_NAME_MISSING","features":[46]},{"name":"ER_BUS_ERROR_RESPONSE","features":[46]},{"name":"ER_BUS_ESTABLISH_FAILED","features":[46]},{"name":"ER_BUS_HANDLES_MISMATCH","features":[46]},{"name":"ER_BUS_HANDLES_NOT_ENABLED","features":[46]},{"name":"ER_BUS_HDR_EXPANSION_INVALID","features":[46]},{"name":"ER_BUS_IFACE_ALREADY_EXISTS","features":[46]},{"name":"ER_BUS_INCOMPATIBLE_DAEMON","features":[46]},{"name":"ER_BUS_INTERFACE_ACTIVATED","features":[46]},{"name":"ER_BUS_INTERFACE_MISMATCH","features":[46]},{"name":"ER_BUS_INTERFACE_MISSING","features":[46]},{"name":"ER_BUS_INTERFACE_NO_SUCH_MEMBER","features":[46]},{"name":"ER_BUS_INVALID_AUTH_MECHANISM","features":[46]},{"name":"ER_BUS_INVALID_HEADER_CHECKSUM","features":[46]},{"name":"ER_BUS_INVALID_HEADER_SERIAL","features":[46]},{"name":"ER_BUS_KEYBLOB_OP_INVALID","features":[46]},{"name":"ER_BUS_KEYSTORE_NOT_LOADED","features":[46]},{"name":"ER_BUS_KEYSTORE_VERSION_MISMATCH","features":[46]},{"name":"ER_BUS_KEY_EXPIRED","features":[46]},{"name":"ER_BUS_KEY_STORE_NOT_LOADED","features":[46]},{"name":"ER_BUS_KEY_UNAVAILABLE","features":[46]},{"name":"ER_BUS_LISTENER_ALREADY_SET","features":[46]},{"name":"ER_BUS_MATCH_RULE_NOT_FOUND","features":[46]},{"name":"ER_BUS_MEMBER_ALREADY_EXISTS","features":[46]},{"name":"ER_BUS_MEMBER_MISSING","features":[46]},{"name":"ER_BUS_MEMBER_NO_SUCH_SIGNATURE","features":[46]},{"name":"ER_BUS_MESSAGE_DECRYPTION_FAILED","features":[46]},{"name":"ER_BUS_MESSAGE_NOT_ENCRYPTED","features":[46]},{"name":"ER_BUS_METHOD_CALL_ABORTED","features":[46]},{"name":"ER_BUS_MISSING_COMPRESSION_TOKEN","features":[46]},{"name":"ER_BUS_NAME_TOO_LONG","features":[46]},{"name":"ER_BUS_NOT_ALLOWED","features":[46]},{"name":"ER_BUS_NOT_AUTHENTICATING","features":[46]},{"name":"ER_BUS_NOT_AUTHORIZED","features":[46]},{"name":"ER_BUS_NOT_A_COMPLETE_TYPE","features":[46]},{"name":"ER_BUS_NOT_A_DICTIONARY","features":[46]},{"name":"ER_BUS_NOT_COMPRESSED","features":[46]},{"name":"ER_BUS_NOT_CONNECTED","features":[46]},{"name":"ER_BUS_NOT_NUL_TERMINATED","features":[46]},{"name":"ER_BUS_NOT_OWNER","features":[46]},{"name":"ER_BUS_NO_AUTHENTICATION_MECHANISM","features":[46]},{"name":"ER_BUS_NO_CALL_FOR_REPLY","features":[46]},{"name":"ER_BUS_NO_ENDPOINT","features":[46]},{"name":"ER_BUS_NO_LISTENER","features":[46]},{"name":"ER_BUS_NO_PEER_GUID","features":[46]},{"name":"ER_BUS_NO_ROUTE","features":[46]},{"name":"ER_BUS_NO_SESSION","features":[46]},{"name":"ER_BUS_NO_SUCH_ANNOTATION","features":[46]},{"name":"ER_BUS_NO_SUCH_HANDLE","features":[46]},{"name":"ER_BUS_NO_SUCH_INTERFACE","features":[46]},{"name":"ER_BUS_NO_SUCH_MESSAGE","features":[46]},{"name":"ER_BUS_NO_SUCH_OBJECT","features":[46]},{"name":"ER_BUS_NO_SUCH_PROPERTY","features":[46]},{"name":"ER_BUS_NO_SUCH_SERVICE","features":[46]},{"name":"ER_BUS_NO_TRANSPORTS","features":[46]},{"name":"ER_BUS_OBJECT_NOT_REGISTERED","features":[46]},{"name":"ER_BUS_OBJECT_NO_SUCH_INTERFACE","features":[46]},{"name":"ER_BUS_OBJECT_NO_SUCH_MEMBER","features":[46]},{"name":"ER_BUS_OBJ_ALREADY_EXISTS","features":[46]},{"name":"ER_BUS_OBJ_NOT_FOUND","features":[46]},{"name":"ER_BUS_PATH_MISSING","features":[46]},{"name":"ER_BUS_PEER_AUTH_VERSION_MISMATCH","features":[46]},{"name":"ER_BUS_PING_GROUP_NOT_FOUND","features":[46]},{"name":"ER_BUS_POLICY_VIOLATION","features":[46]},{"name":"ER_BUS_PROPERTY_ACCESS_DENIED","features":[46]},{"name":"ER_BUS_PROPERTY_ALREADY_EXISTS","features":[46]},{"name":"ER_BUS_PROPERTY_VALUE_NOT_SET","features":[46]},{"name":"ER_BUS_READ_ERROR","features":[46]},{"name":"ER_BUS_REMOVED_BY_BINDER","features":[46]},{"name":"ER_BUS_REMOVED_BY_BINDER_SELF","features":[46]},{"name":"ER_BUS_REPLY_IS_ERROR_MESSAGE","features":[46]},{"name":"ER_BUS_REPLY_SERIAL_MISSING","features":[46]},{"name":"ER_BUS_SECURITY_FATAL","features":[46]},{"name":"ER_BUS_SECURITY_NOT_ENABLED","features":[46]},{"name":"ER_BUS_SELF_CONNECT","features":[46]},{"name":"ER_BUS_SET_PROPERTY_REJECTED","features":[46]},{"name":"ER_BUS_SET_WRONG_SIGNATURE","features":[46]},{"name":"ER_BUS_SIGNATURE_MISMATCH","features":[46]},{"name":"ER_BUS_STOPPING","features":[46]},{"name":"ER_BUS_TIME_TO_LIVE_EXPIRED","features":[46]},{"name":"ER_BUS_TRANSPORT_ACCESS_DENIED","features":[46]},{"name":"ER_BUS_TRANSPORT_NOT_AVAILABLE","features":[46]},{"name":"ER_BUS_TRANSPORT_NOT_STARTED","features":[46]},{"name":"ER_BUS_TRUNCATED","features":[46]},{"name":"ER_BUS_UNEXPECTED_DISPOSITION","features":[46]},{"name":"ER_BUS_UNEXPECTED_SIGNATURE","features":[46]},{"name":"ER_BUS_UNKNOWN_INTERFACE","features":[46]},{"name":"ER_BUS_UNKNOWN_PATH","features":[46]},{"name":"ER_BUS_UNKNOWN_SERIAL","features":[46]},{"name":"ER_BUS_UNMATCHED_REPLY_SERIAL","features":[46]},{"name":"ER_BUS_WAIT_FAILED","features":[46]},{"name":"ER_BUS_WRITE_ERROR","features":[46]},{"name":"ER_BUS_WRITE_QUEUE_FULL","features":[46]},{"name":"ER_CERTIFICATE_NOT_FOUND","features":[46]},{"name":"ER_COMMON_ERRORS","features":[46]},{"name":"ER_CONNECTION_LIMIT_EXCEEDED","features":[46]},{"name":"ER_CONN_REFUSED","features":[46]},{"name":"ER_CORRUPT_KEYBLOB","features":[46]},{"name":"ER_CRYPTO_ERROR","features":[46]},{"name":"ER_CRYPTO_HASH_UNINITIALIZED","features":[46]},{"name":"ER_CRYPTO_ILLEGAL_PARAMETERS","features":[46]},{"name":"ER_CRYPTO_INSUFFICIENT_SECURITY","features":[46]},{"name":"ER_CRYPTO_KEY_UNAVAILABLE","features":[46]},{"name":"ER_CRYPTO_KEY_UNUSABLE","features":[46]},{"name":"ER_CRYPTO_TRUNCATED","features":[46]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_NON_EXISTENT","features":[46]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_NOT_OWNER","features":[46]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_RELEASED","features":[46]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER","features":[46]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_EXISTS","features":[46]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_IN_QUEUE","features":[46]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER","features":[46]},{"name":"ER_DBUS_START_REPLY_ALREADY_RUNNING","features":[46]},{"name":"ER_DEADLOCK","features":[46]},{"name":"ER_DEAD_THREAD","features":[46]},{"name":"ER_DIGEST_MISMATCH","features":[46]},{"name":"ER_DUPLICATE_CERTIFICATE","features":[46]},{"name":"ER_DUPLICATE_KEY","features":[46]},{"name":"ER_EMPTY_KEY_BLOB","features":[46]},{"name":"ER_END_OF_DATA","features":[46]},{"name":"ER_EOF","features":[46]},{"name":"ER_EXTERNAL_THREAD","features":[46]},{"name":"ER_FAIL","features":[46]},{"name":"ER_FEATURE_NOT_AVAILABLE","features":[46]},{"name":"ER_INIT_FAILED","features":[46]},{"name":"ER_INVALID_ADDRESS","features":[46]},{"name":"ER_INVALID_APPLICATION_STATE","features":[46]},{"name":"ER_INVALID_CERTIFICATE","features":[46]},{"name":"ER_INVALID_CERTIFICATE_USAGE","features":[46]},{"name":"ER_INVALID_CERT_CHAIN","features":[46]},{"name":"ER_INVALID_CONFIG","features":[46]},{"name":"ER_INVALID_DATA","features":[46]},{"name":"ER_INVALID_GUID","features":[46]},{"name":"ER_INVALID_HTTP_METHOD_USED_FOR_RENDEZVOUS_SERVER_INTERFACE_MESSAGE","features":[46]},{"name":"ER_INVALID_KEY_ENCODING","features":[46]},{"name":"ER_INVALID_ON_DEMAND_CONNECTION_MESSAGE_RESPONSE","features":[46]},{"name":"ER_INVALID_PERSISTENT_CONNECTION_MESSAGE_RESPONSE","features":[46]},{"name":"ER_INVALID_RENDEZVOUS_SERVER_INTERFACE_MESSAGE","features":[46]},{"name":"ER_INVALID_SIGNAL_EMISSION_TYPE","features":[46]},{"name":"ER_INVALID_STREAM","features":[46]},{"name":"ER_IODISPATCH_STOPPING","features":[46]},{"name":"ER_KEY_STORE_ALREADY_INITIALIZED","features":[46]},{"name":"ER_KEY_STORE_ID_NOT_YET_SET","features":[46]},{"name":"ER_LANGUAGE_NOT_SUPPORTED","features":[46]},{"name":"ER_MANAGEMENT_ALREADY_STARTED","features":[46]},{"name":"ER_MANAGEMENT_NOT_STARTED","features":[46]},{"name":"ER_MANIFEST_NOT_FOUND","features":[46]},{"name":"ER_MANIFEST_REJECTED","features":[46]},{"name":"ER_MISSING_DIGEST_IN_CERTIFICATE","features":[46]},{"name":"ER_NONE","features":[46]},{"name":"ER_NOT_CONN","features":[46]},{"name":"ER_NOT_CONNECTED_TO_RENDEZVOUS_SERVER","features":[46]},{"name":"ER_NOT_IMPLEMENTED","features":[46]},{"name":"ER_NO_COMMON_TRUST","features":[46]},{"name":"ER_NO_SUCH_ALARM","features":[46]},{"name":"ER_NO_SUCH_DEVICE","features":[46]},{"name":"ER_NO_TRUST_ANCHOR","features":[46]},{"name":"ER_OK","features":[46]},{"name":"ER_OPEN_FAILED","features":[46]},{"name":"ER_OS_ERROR","features":[46]},{"name":"ER_OUT_OF_MEMORY","features":[46]},{"name":"ER_P2P","features":[46]},{"name":"ER_P2P_BUSY","features":[46]},{"name":"ER_P2P_DISABLED","features":[46]},{"name":"ER_P2P_FORBIDDEN","features":[46]},{"name":"ER_P2P_NOT_CONNECTED","features":[46]},{"name":"ER_P2P_NO_GO","features":[46]},{"name":"ER_P2P_NO_STA","features":[46]},{"name":"ER_P2P_TIMEOUT","features":[46]},{"name":"ER_PACKET_BAD_CRC","features":[46]},{"name":"ER_PACKET_BAD_FORMAT","features":[46]},{"name":"ER_PACKET_BAD_PARAMETER","features":[46]},{"name":"ER_PACKET_BUS_NO_SUCH_CHANNEL","features":[46]},{"name":"ER_PACKET_CHANNEL_FAIL","features":[46]},{"name":"ER_PACKET_CONNECT_TIMEOUT","features":[46]},{"name":"ER_PACKET_TOO_LARGE","features":[46]},{"name":"ER_PARSE_ERROR","features":[46]},{"name":"ER_PERMISSION_DENIED","features":[46]},{"name":"ER_POLICY_NOT_NEWER","features":[46]},{"name":"ER_PROXIMITY_CONNECTION_ESTABLISH_FAIL","features":[46]},{"name":"ER_PROXIMITY_NO_PEERS_FOUND","features":[46]},{"name":"ER_READ_ERROR","features":[46]},{"name":"ER_RENDEZVOUS_SERVER_DEACTIVATED_USER","features":[46]},{"name":"ER_RENDEZVOUS_SERVER_ERR401_UNAUTHORIZED_REQUEST","features":[46]},{"name":"ER_RENDEZVOUS_SERVER_ERR500_INTERNAL_ERROR","features":[46]},{"name":"ER_RENDEZVOUS_SERVER_ERR503_STATUS_UNAVAILABLE","features":[46]},{"name":"ER_RENDEZVOUS_SERVER_ROOT_CERTIFICATE_UNINITIALIZED","features":[46]},{"name":"ER_RENDEZVOUS_SERVER_UNKNOWN_USER","features":[46]},{"name":"ER_RENDEZVOUS_SERVER_UNRECOVERABLE_ERROR","features":[46]},{"name":"ER_SLAP_CRC_ERROR","features":[46]},{"name":"ER_SLAP_ERROR","features":[46]},{"name":"ER_SLAP_HDR_CHECKSUM_ERROR","features":[46]},{"name":"ER_SLAP_INVALID_PACKET_LEN","features":[46]},{"name":"ER_SLAP_INVALID_PACKET_TYPE","features":[46]},{"name":"ER_SLAP_LEN_MISMATCH","features":[46]},{"name":"ER_SLAP_OTHER_END_CLOSED","features":[46]},{"name":"ER_SLAP_PACKET_TYPE_MISMATCH","features":[46]},{"name":"ER_SOCKET_BIND_ERROR","features":[46]},{"name":"ER_SOCK_CLOSING","features":[46]},{"name":"ER_SOCK_OTHER_END_CLOSED","features":[46]},{"name":"ER_SSL_CONNECT","features":[46]},{"name":"ER_SSL_ERRORS","features":[46]},{"name":"ER_SSL_INIT","features":[46]},{"name":"ER_SSL_VERIFY","features":[46]},{"name":"ER_STOPPING_THREAD","features":[46]},{"name":"ER_TCP_MAX_UNTRUSTED","features":[46]},{"name":"ER_THREADPOOL_EXHAUSTED","features":[46]},{"name":"ER_THREADPOOL_STOPPING","features":[46]},{"name":"ER_THREAD_NO_WAIT","features":[46]},{"name":"ER_THREAD_RUNNING","features":[46]},{"name":"ER_THREAD_STOPPING","features":[46]},{"name":"ER_TIMEOUT","features":[46]},{"name":"ER_TIMER_EXITING","features":[46]},{"name":"ER_TIMER_FALLBEHIND","features":[46]},{"name":"ER_TIMER_FULL","features":[46]},{"name":"ER_TIMER_NOT_ALLOWED","features":[46]},{"name":"ER_UDP_BACKPRESSURE","features":[46]},{"name":"ER_UDP_BUSHELLO","features":[46]},{"name":"ER_UDP_DEMUX_NO_ENDPOINT","features":[46]},{"name":"ER_UDP_DISCONNECT","features":[46]},{"name":"ER_UDP_EARLY_EXIT","features":[46]},{"name":"ER_UDP_ENDPOINT_NOT_STARTED","features":[46]},{"name":"ER_UDP_ENDPOINT_REMOVED","features":[46]},{"name":"ER_UDP_ENDPOINT_STALLED","features":[46]},{"name":"ER_UDP_INVALID","features":[46]},{"name":"ER_UDP_LOCAL_DISCONNECT","features":[46]},{"name":"ER_UDP_LOCAL_DISCONNECT_FAIL","features":[46]},{"name":"ER_UDP_MESSAGE","features":[46]},{"name":"ER_UDP_MSG_TOO_LONG","features":[46]},{"name":"ER_UDP_NOT_DISCONNECTED","features":[46]},{"name":"ER_UDP_NOT_IMPLEMENTED","features":[46]},{"name":"ER_UDP_NO_LISTENER","features":[46]},{"name":"ER_UDP_NO_NETWORK","features":[46]},{"name":"ER_UDP_STOPPING","features":[46]},{"name":"ER_UDP_UNEXPECTED_FLOW","features":[46]},{"name":"ER_UDP_UNEXPECTED_LENGTH","features":[46]},{"name":"ER_UDP_UNSUPPORTED","features":[46]},{"name":"ER_UNABLE_TO_CONNECT_TO_RENDEZVOUS_SERVER","features":[46]},{"name":"ER_UNABLE_TO_SEND_MESSAGE_TO_RENDEZVOUS_SERVER","features":[46]},{"name":"ER_UNKNOWN_CERTIFICATE","features":[46]},{"name":"ER_UTF_CONVERSION_FAILED","features":[46]},{"name":"ER_WARNING","features":[46]},{"name":"ER_WOULDBLOCK","features":[46]},{"name":"ER_WRITE_ERROR","features":[46]},{"name":"ER_XML_ACLS_MISSING","features":[46]},{"name":"ER_XML_ACL_ALL_TYPE_PEER_WITH_OTHERS","features":[46]},{"name":"ER_XML_ACL_PEERS_MISSING","features":[46]},{"name":"ER_XML_ACL_PEER_NOT_UNIQUE","features":[46]},{"name":"ER_XML_ACL_PEER_PUBLIC_KEY_SET","features":[46]},{"name":"ER_XML_ANNOTATION_NOT_UNIQUE","features":[46]},{"name":"ER_XML_CONVERTER_ERROR","features":[46]},{"name":"ER_XML_INTERFACE_MEMBERS_MISSING","features":[46]},{"name":"ER_XML_INTERFACE_NAME_NOT_UNIQUE","features":[46]},{"name":"ER_XML_INVALID_ACL_PEER_CHILDREN_COUNT","features":[46]},{"name":"ER_XML_INVALID_ACL_PEER_PUBLIC_KEY","features":[46]},{"name":"ER_XML_INVALID_ACL_PEER_TYPE","features":[46]},{"name":"ER_XML_INVALID_ANNOTATIONS_COUNT","features":[46]},{"name":"ER_XML_INVALID_ATTRIBUTE_VALUE","features":[46]},{"name":"ER_XML_INVALID_BASE64","features":[46]},{"name":"ER_XML_INVALID_ELEMENT_CHILDREN_COUNT","features":[46]},{"name":"ER_XML_INVALID_ELEMENT_NAME","features":[46]},{"name":"ER_XML_INVALID_INTERFACE_NAME","features":[46]},{"name":"ER_XML_INVALID_MANIFEST_VERSION","features":[46]},{"name":"ER_XML_INVALID_MEMBER_ACTION","features":[46]},{"name":"ER_XML_INVALID_MEMBER_NAME","features":[46]},{"name":"ER_XML_INVALID_MEMBER_TYPE","features":[46]},{"name":"ER_XML_INVALID_OBJECT_PATH","features":[46]},{"name":"ER_XML_INVALID_OID","features":[46]},{"name":"ER_XML_INVALID_POLICY_SERIAL_NUMBER","features":[46]},{"name":"ER_XML_INVALID_POLICY_VERSION","features":[46]},{"name":"ER_XML_INVALID_RULES_COUNT","features":[46]},{"name":"ER_XML_INVALID_SECURITY_LEVEL_ANNOTATION_VALUE","features":[46]},{"name":"ER_XML_MALFORMED","features":[46]},{"name":"ER_XML_MEMBER_DENY_ACTION_WITH_OTHER","features":[46]},{"name":"ER_XML_MEMBER_NAME_NOT_UNIQUE","features":[46]},{"name":"ER_XML_OBJECT_PATH_NOT_UNIQUE","features":[46]},{"name":"NEED_UPDATE","features":[46]},{"name":"NOT_CLAIMABLE","features":[46]},{"name":"PASSWORD_GENERATED_BY_APPLICATION","features":[46]},{"name":"PASSWORD_GENERATED_BY_SECURITY_MANAGER","features":[46]},{"name":"QCC_FALSE","features":[46]},{"name":"QCC_StatusText","features":[46]},{"name":"QCC_TRUE","features":[46]},{"name":"QStatus","features":[46]},{"name":"UNANNOUNCED","features":[46]},{"name":"alljoyn_about_announced_ptr","features":[46]},{"name":"alljoyn_about_announceflag","features":[46]},{"name":"alljoyn_aboutdata","features":[46]},{"name":"alljoyn_aboutdata_create","features":[46]},{"name":"alljoyn_aboutdata_create_empty","features":[46]},{"name":"alljoyn_aboutdata_create_full","features":[46]},{"name":"alljoyn_aboutdata_createfrommsgarg","features":[46]},{"name":"alljoyn_aboutdata_createfromxml","features":[46]},{"name":"alljoyn_aboutdata_destroy","features":[46]},{"name":"alljoyn_aboutdata_getaboutdata","features":[46]},{"name":"alljoyn_aboutdata_getajsoftwareversion","features":[46]},{"name":"alljoyn_aboutdata_getannouncedaboutdata","features":[46]},{"name":"alljoyn_aboutdata_getappid","features":[46]},{"name":"alljoyn_aboutdata_getappname","features":[46]},{"name":"alljoyn_aboutdata_getdateofmanufacture","features":[46]},{"name":"alljoyn_aboutdata_getdefaultlanguage","features":[46]},{"name":"alljoyn_aboutdata_getdescription","features":[46]},{"name":"alljoyn_aboutdata_getdeviceid","features":[46]},{"name":"alljoyn_aboutdata_getdevicename","features":[46]},{"name":"alljoyn_aboutdata_getfield","features":[46]},{"name":"alljoyn_aboutdata_getfields","features":[46]},{"name":"alljoyn_aboutdata_getfieldsignature","features":[46]},{"name":"alljoyn_aboutdata_gethardwareversion","features":[46]},{"name":"alljoyn_aboutdata_getmanufacturer","features":[46]},{"name":"alljoyn_aboutdata_getmodelnumber","features":[46]},{"name":"alljoyn_aboutdata_getsoftwareversion","features":[46]},{"name":"alljoyn_aboutdata_getsupportedlanguages","features":[46]},{"name":"alljoyn_aboutdata_getsupporturl","features":[46]},{"name":"alljoyn_aboutdata_isfieldannounced","features":[46]},{"name":"alljoyn_aboutdata_isfieldlocalized","features":[46]},{"name":"alljoyn_aboutdata_isfieldrequired","features":[46]},{"name":"alljoyn_aboutdata_isvalid","features":[46]},{"name":"alljoyn_aboutdata_setappid","features":[46]},{"name":"alljoyn_aboutdata_setappid_fromstring","features":[46]},{"name":"alljoyn_aboutdata_setappname","features":[46]},{"name":"alljoyn_aboutdata_setdateofmanufacture","features":[46]},{"name":"alljoyn_aboutdata_setdefaultlanguage","features":[46]},{"name":"alljoyn_aboutdata_setdescription","features":[46]},{"name":"alljoyn_aboutdata_setdeviceid","features":[46]},{"name":"alljoyn_aboutdata_setdevicename","features":[46]},{"name":"alljoyn_aboutdata_setfield","features":[46]},{"name":"alljoyn_aboutdata_sethardwareversion","features":[46]},{"name":"alljoyn_aboutdata_setmanufacturer","features":[46]},{"name":"alljoyn_aboutdata_setmodelnumber","features":[46]},{"name":"alljoyn_aboutdata_setsoftwareversion","features":[46]},{"name":"alljoyn_aboutdata_setsupportedlanguage","features":[46]},{"name":"alljoyn_aboutdata_setsupporturl","features":[46]},{"name":"alljoyn_aboutdatalistener","features":[46]},{"name":"alljoyn_aboutdatalistener_callbacks","features":[46]},{"name":"alljoyn_aboutdatalistener_create","features":[46]},{"name":"alljoyn_aboutdatalistener_destroy","features":[46]},{"name":"alljoyn_aboutdatalistener_getaboutdata_ptr","features":[46]},{"name":"alljoyn_aboutdatalistener_getannouncedaboutdata_ptr","features":[46]},{"name":"alljoyn_abouticon","features":[46]},{"name":"alljoyn_abouticon_clear","features":[46]},{"name":"alljoyn_abouticon_create","features":[46]},{"name":"alljoyn_abouticon_destroy","features":[46]},{"name":"alljoyn_abouticon_getcontent","features":[46]},{"name":"alljoyn_abouticon_geturl","features":[46]},{"name":"alljoyn_abouticon_setcontent","features":[46]},{"name":"alljoyn_abouticon_setcontent_frommsgarg","features":[46]},{"name":"alljoyn_abouticon_seturl","features":[46]},{"name":"alljoyn_abouticonobj","features":[46]},{"name":"alljoyn_abouticonobj_create","features":[46]},{"name":"alljoyn_abouticonobj_destroy","features":[46]},{"name":"alljoyn_abouticonproxy","features":[46]},{"name":"alljoyn_abouticonproxy_create","features":[46]},{"name":"alljoyn_abouticonproxy_destroy","features":[46]},{"name":"alljoyn_abouticonproxy_geticon","features":[46]},{"name":"alljoyn_abouticonproxy_getversion","features":[46]},{"name":"alljoyn_aboutlistener","features":[46]},{"name":"alljoyn_aboutlistener_callback","features":[46]},{"name":"alljoyn_aboutlistener_create","features":[46]},{"name":"alljoyn_aboutlistener_destroy","features":[46]},{"name":"alljoyn_aboutobj","features":[46]},{"name":"alljoyn_aboutobj_announce","features":[46]},{"name":"alljoyn_aboutobj_announce_using_datalistener","features":[46]},{"name":"alljoyn_aboutobj_create","features":[46]},{"name":"alljoyn_aboutobj_destroy","features":[46]},{"name":"alljoyn_aboutobj_unannounce","features":[46]},{"name":"alljoyn_aboutobjectdescription","features":[46]},{"name":"alljoyn_aboutobjectdescription_clear","features":[46]},{"name":"alljoyn_aboutobjectdescription_create","features":[46]},{"name":"alljoyn_aboutobjectdescription_create_full","features":[46]},{"name":"alljoyn_aboutobjectdescription_createfrommsgarg","features":[46]},{"name":"alljoyn_aboutobjectdescription_destroy","features":[46]},{"name":"alljoyn_aboutobjectdescription_getinterfacepaths","features":[46]},{"name":"alljoyn_aboutobjectdescription_getinterfaces","features":[46]},{"name":"alljoyn_aboutobjectdescription_getmsgarg","features":[46]},{"name":"alljoyn_aboutobjectdescription_getpaths","features":[46]},{"name":"alljoyn_aboutobjectdescription_hasinterface","features":[46]},{"name":"alljoyn_aboutobjectdescription_hasinterfaceatpath","features":[46]},{"name":"alljoyn_aboutobjectdescription_haspath","features":[46]},{"name":"alljoyn_aboutproxy","features":[46]},{"name":"alljoyn_aboutproxy_create","features":[46]},{"name":"alljoyn_aboutproxy_destroy","features":[46]},{"name":"alljoyn_aboutproxy_getaboutdata","features":[46]},{"name":"alljoyn_aboutproxy_getobjectdescription","features":[46]},{"name":"alljoyn_aboutproxy_getversion","features":[46]},{"name":"alljoyn_applicationstate","features":[46]},{"name":"alljoyn_applicationstatelistener","features":[46]},{"name":"alljoyn_applicationstatelistener_callbacks","features":[46]},{"name":"alljoyn_applicationstatelistener_create","features":[46]},{"name":"alljoyn_applicationstatelistener_destroy","features":[46]},{"name":"alljoyn_applicationstatelistener_state_ptr","features":[46]},{"name":"alljoyn_authlistener","features":[46]},{"name":"alljoyn_authlistener_authenticationcomplete_ptr","features":[46]},{"name":"alljoyn_authlistener_callbacks","features":[46]},{"name":"alljoyn_authlistener_create","features":[46]},{"name":"alljoyn_authlistener_destroy","features":[46]},{"name":"alljoyn_authlistener_requestcredentials_ptr","features":[46]},{"name":"alljoyn_authlistener_requestcredentialsasync_ptr","features":[46]},{"name":"alljoyn_authlistener_requestcredentialsresponse","features":[46]},{"name":"alljoyn_authlistener_securityviolation_ptr","features":[46]},{"name":"alljoyn_authlistener_setsharedsecret","features":[46]},{"name":"alljoyn_authlistener_verifycredentials_ptr","features":[46]},{"name":"alljoyn_authlistener_verifycredentialsasync_ptr","features":[46]},{"name":"alljoyn_authlistener_verifycredentialsresponse","features":[46]},{"name":"alljoyn_authlistenerasync_callbacks","features":[46]},{"name":"alljoyn_authlistenerasync_create","features":[46]},{"name":"alljoyn_authlistenerasync_destroy","features":[46]},{"name":"alljoyn_autopinger","features":[46]},{"name":"alljoyn_autopinger_adddestination","features":[46]},{"name":"alljoyn_autopinger_addpinggroup","features":[46]},{"name":"alljoyn_autopinger_create","features":[46]},{"name":"alljoyn_autopinger_destination_found_ptr","features":[46]},{"name":"alljoyn_autopinger_destination_lost_ptr","features":[46]},{"name":"alljoyn_autopinger_destroy","features":[46]},{"name":"alljoyn_autopinger_pause","features":[46]},{"name":"alljoyn_autopinger_removedestination","features":[46]},{"name":"alljoyn_autopinger_removepinggroup","features":[46]},{"name":"alljoyn_autopinger_resume","features":[46]},{"name":"alljoyn_autopinger_setpinginterval","features":[46]},{"name":"alljoyn_busattachment","features":[46]},{"name":"alljoyn_busattachment_addlogonentry","features":[46]},{"name":"alljoyn_busattachment_addmatch","features":[46]},{"name":"alljoyn_busattachment_advertisename","features":[46]},{"name":"alljoyn_busattachment_bindsessionport","features":[46]},{"name":"alljoyn_busattachment_canceladvertisename","features":[46]},{"name":"alljoyn_busattachment_cancelfindadvertisedname","features":[46]},{"name":"alljoyn_busattachment_cancelfindadvertisednamebytransport","features":[46]},{"name":"alljoyn_busattachment_cancelwhoimplements_interface","features":[46]},{"name":"alljoyn_busattachment_cancelwhoimplements_interfaces","features":[46]},{"name":"alljoyn_busattachment_clearkeys","features":[46]},{"name":"alljoyn_busattachment_clearkeystore","features":[46]},{"name":"alljoyn_busattachment_connect","features":[46]},{"name":"alljoyn_busattachment_create","features":[46]},{"name":"alljoyn_busattachment_create_concurrency","features":[46]},{"name":"alljoyn_busattachment_createinterface","features":[46]},{"name":"alljoyn_busattachment_createinterface_secure","features":[46]},{"name":"alljoyn_busattachment_createinterfacesfromxml","features":[46]},{"name":"alljoyn_busattachment_deletedefaultkeystore","features":[46]},{"name":"alljoyn_busattachment_deleteinterface","features":[46]},{"name":"alljoyn_busattachment_destroy","features":[46]},{"name":"alljoyn_busattachment_disconnect","features":[46]},{"name":"alljoyn_busattachment_enableconcurrentcallbacks","features":[46]},{"name":"alljoyn_busattachment_enablepeersecurity","features":[46]},{"name":"alljoyn_busattachment_enablepeersecuritywithpermissionconfigurationlistener","features":[46]},{"name":"alljoyn_busattachment_findadvertisedname","features":[46]},{"name":"alljoyn_busattachment_findadvertisednamebytransport","features":[46]},{"name":"alljoyn_busattachment_getalljoyndebugobj","features":[46]},{"name":"alljoyn_busattachment_getalljoynproxyobj","features":[46]},{"name":"alljoyn_busattachment_getconcurrency","features":[46]},{"name":"alljoyn_busattachment_getconnectspec","features":[46]},{"name":"alljoyn_busattachment_getdbusproxyobj","features":[46]},{"name":"alljoyn_busattachment_getglobalguidstring","features":[46]},{"name":"alljoyn_busattachment_getinterface","features":[46]},{"name":"alljoyn_busattachment_getinterfaces","features":[46]},{"name":"alljoyn_busattachment_getkeyexpiration","features":[46]},{"name":"alljoyn_busattachment_getpeerguid","features":[46]},{"name":"alljoyn_busattachment_getpermissionconfigurator","features":[46]},{"name":"alljoyn_busattachment_gettimestamp","features":[46]},{"name":"alljoyn_busattachment_getuniquename","features":[46]},{"name":"alljoyn_busattachment_isconnected","features":[46]},{"name":"alljoyn_busattachment_ispeersecurityenabled","features":[46]},{"name":"alljoyn_busattachment_isstarted","features":[46]},{"name":"alljoyn_busattachment_isstopping","features":[46]},{"name":"alljoyn_busattachment_join","features":[46]},{"name":"alljoyn_busattachment_joinsession","features":[46]},{"name":"alljoyn_busattachment_joinsessionasync","features":[46]},{"name":"alljoyn_busattachment_joinsessioncb_ptr","features":[46]},{"name":"alljoyn_busattachment_leavesession","features":[46]},{"name":"alljoyn_busattachment_namehasowner","features":[46]},{"name":"alljoyn_busattachment_ping","features":[46]},{"name":"alljoyn_busattachment_registeraboutlistener","features":[46]},{"name":"alljoyn_busattachment_registerapplicationstatelistener","features":[46]},{"name":"alljoyn_busattachment_registerbuslistener","features":[46]},{"name":"alljoyn_busattachment_registerbusobject","features":[46]},{"name":"alljoyn_busattachment_registerbusobject_secure","features":[46]},{"name":"alljoyn_busattachment_registerkeystorelistener","features":[46]},{"name":"alljoyn_busattachment_registersignalhandler","features":[46]},{"name":"alljoyn_busattachment_registersignalhandlerwithrule","features":[46]},{"name":"alljoyn_busattachment_releasename","features":[46]},{"name":"alljoyn_busattachment_reloadkeystore","features":[46]},{"name":"alljoyn_busattachment_removematch","features":[46]},{"name":"alljoyn_busattachment_removesessionmember","features":[46]},{"name":"alljoyn_busattachment_requestname","features":[46]},{"name":"alljoyn_busattachment_secureconnection","features":[46]},{"name":"alljoyn_busattachment_secureconnectionasync","features":[46]},{"name":"alljoyn_busattachment_setdaemondebug","features":[46]},{"name":"alljoyn_busattachment_setkeyexpiration","features":[46]},{"name":"alljoyn_busattachment_setlinktimeout","features":[46]},{"name":"alljoyn_busattachment_setlinktimeoutasync","features":[46]},{"name":"alljoyn_busattachment_setlinktimeoutcb_ptr","features":[46]},{"name":"alljoyn_busattachment_setsessionlistener","features":[46]},{"name":"alljoyn_busattachment_start","features":[46]},{"name":"alljoyn_busattachment_stop","features":[46]},{"name":"alljoyn_busattachment_unbindsessionport","features":[46]},{"name":"alljoyn_busattachment_unregisteraboutlistener","features":[46]},{"name":"alljoyn_busattachment_unregisterallaboutlisteners","features":[46]},{"name":"alljoyn_busattachment_unregisterallhandlers","features":[46]},{"name":"alljoyn_busattachment_unregisterapplicationstatelistener","features":[46]},{"name":"alljoyn_busattachment_unregisterbuslistener","features":[46]},{"name":"alljoyn_busattachment_unregisterbusobject","features":[46]},{"name":"alljoyn_busattachment_unregistersignalhandler","features":[46]},{"name":"alljoyn_busattachment_unregistersignalhandlerwithrule","features":[46]},{"name":"alljoyn_busattachment_whoimplements_interface","features":[46]},{"name":"alljoyn_busattachment_whoimplements_interfaces","features":[46]},{"name":"alljoyn_buslistener","features":[46]},{"name":"alljoyn_buslistener_bus_disconnected_ptr","features":[46]},{"name":"alljoyn_buslistener_bus_prop_changed_ptr","features":[46]},{"name":"alljoyn_buslistener_bus_stopping_ptr","features":[46]},{"name":"alljoyn_buslistener_callbacks","features":[46]},{"name":"alljoyn_buslistener_create","features":[46]},{"name":"alljoyn_buslistener_destroy","features":[46]},{"name":"alljoyn_buslistener_found_advertised_name_ptr","features":[46]},{"name":"alljoyn_buslistener_listener_registered_ptr","features":[46]},{"name":"alljoyn_buslistener_listener_unregistered_ptr","features":[46]},{"name":"alljoyn_buslistener_lost_advertised_name_ptr","features":[46]},{"name":"alljoyn_buslistener_name_owner_changed_ptr","features":[46]},{"name":"alljoyn_busobject","features":[46]},{"name":"alljoyn_busobject_addinterface","features":[46]},{"name":"alljoyn_busobject_addinterface_announced","features":[46]},{"name":"alljoyn_busobject_addmethodhandler","features":[46]},{"name":"alljoyn_busobject_addmethodhandlers","features":[46]},{"name":"alljoyn_busobject_callbacks","features":[46]},{"name":"alljoyn_busobject_cancelsessionlessmessage","features":[46]},{"name":"alljoyn_busobject_cancelsessionlessmessage_serial","features":[46]},{"name":"alljoyn_busobject_create","features":[46]},{"name":"alljoyn_busobject_destroy","features":[46]},{"name":"alljoyn_busobject_emitpropertieschanged","features":[46]},{"name":"alljoyn_busobject_emitpropertychanged","features":[46]},{"name":"alljoyn_busobject_getannouncedinterfacenames","features":[46]},{"name":"alljoyn_busobject_getbusattachment","features":[46]},{"name":"alljoyn_busobject_getname","features":[46]},{"name":"alljoyn_busobject_getpath","features":[46]},{"name":"alljoyn_busobject_issecure","features":[46]},{"name":"alljoyn_busobject_methodentry","features":[46]},{"name":"alljoyn_busobject_methodreply_args","features":[46]},{"name":"alljoyn_busobject_methodreply_err","features":[46]},{"name":"alljoyn_busobject_methodreply_status","features":[46]},{"name":"alljoyn_busobject_object_registration_ptr","features":[46]},{"name":"alljoyn_busobject_prop_get_ptr","features":[46]},{"name":"alljoyn_busobject_prop_set_ptr","features":[46]},{"name":"alljoyn_busobject_setannounceflag","features":[46]},{"name":"alljoyn_busobject_signal","features":[46]},{"name":"alljoyn_certificateid","features":[46]},{"name":"alljoyn_certificateidarray","features":[46]},{"name":"alljoyn_claimcapability_masks","features":[46]},{"name":"alljoyn_claimcapabilityadditionalinfo_masks","features":[46]},{"name":"alljoyn_credentials","features":[46]},{"name":"alljoyn_credentials_clear","features":[46]},{"name":"alljoyn_credentials_create","features":[46]},{"name":"alljoyn_credentials_destroy","features":[46]},{"name":"alljoyn_credentials_getcertchain","features":[46]},{"name":"alljoyn_credentials_getexpiration","features":[46]},{"name":"alljoyn_credentials_getlogonentry","features":[46]},{"name":"alljoyn_credentials_getpassword","features":[46]},{"name":"alljoyn_credentials_getprivateKey","features":[46]},{"name":"alljoyn_credentials_getusername","features":[46]},{"name":"alljoyn_credentials_isset","features":[46]},{"name":"alljoyn_credentials_setcertchain","features":[46]},{"name":"alljoyn_credentials_setexpiration","features":[46]},{"name":"alljoyn_credentials_setlogonentry","features":[46]},{"name":"alljoyn_credentials_setpassword","features":[46]},{"name":"alljoyn_credentials_setprivatekey","features":[46]},{"name":"alljoyn_credentials_setusername","features":[46]},{"name":"alljoyn_getbuildinfo","features":[46]},{"name":"alljoyn_getnumericversion","features":[46]},{"name":"alljoyn_getversion","features":[46]},{"name":"alljoyn_init","features":[46]},{"name":"alljoyn_interfacedescription","features":[46]},{"name":"alljoyn_interfacedescription_activate","features":[46]},{"name":"alljoyn_interfacedescription_addannotation","features":[46]},{"name":"alljoyn_interfacedescription_addargannotation","features":[46]},{"name":"alljoyn_interfacedescription_addmember","features":[46]},{"name":"alljoyn_interfacedescription_addmemberannotation","features":[46]},{"name":"alljoyn_interfacedescription_addmethod","features":[46]},{"name":"alljoyn_interfacedescription_addproperty","features":[46]},{"name":"alljoyn_interfacedescription_addpropertyannotation","features":[46]},{"name":"alljoyn_interfacedescription_addsignal","features":[46]},{"name":"alljoyn_interfacedescription_eql","features":[46]},{"name":"alljoyn_interfacedescription_getannotation","features":[46]},{"name":"alljoyn_interfacedescription_getannotationatindex","features":[46]},{"name":"alljoyn_interfacedescription_getannotationscount","features":[46]},{"name":"alljoyn_interfacedescription_getargdescriptionforlanguage","features":[46]},{"name":"alljoyn_interfacedescription_getdescriptionforlanguage","features":[46]},{"name":"alljoyn_interfacedescription_getdescriptionlanguages","features":[46]},{"name":"alljoyn_interfacedescription_getdescriptionlanguages2","features":[46]},{"name":"alljoyn_interfacedescription_getdescriptiontranslationcallback","features":[46]},{"name":"alljoyn_interfacedescription_getmember","features":[46]},{"name":"alljoyn_interfacedescription_getmemberannotation","features":[46]},{"name":"alljoyn_interfacedescription_getmemberargannotation","features":[46]},{"name":"alljoyn_interfacedescription_getmemberdescriptionforlanguage","features":[46]},{"name":"alljoyn_interfacedescription_getmembers","features":[46]},{"name":"alljoyn_interfacedescription_getmethod","features":[46]},{"name":"alljoyn_interfacedescription_getname","features":[46]},{"name":"alljoyn_interfacedescription_getproperties","features":[46]},{"name":"alljoyn_interfacedescription_getproperty","features":[46]},{"name":"alljoyn_interfacedescription_getpropertyannotation","features":[46]},{"name":"alljoyn_interfacedescription_getpropertydescriptionforlanguage","features":[46]},{"name":"alljoyn_interfacedescription_getsecuritypolicy","features":[46]},{"name":"alljoyn_interfacedescription_getsignal","features":[46]},{"name":"alljoyn_interfacedescription_hasdescription","features":[46]},{"name":"alljoyn_interfacedescription_hasmember","features":[46]},{"name":"alljoyn_interfacedescription_hasproperties","features":[46]},{"name":"alljoyn_interfacedescription_hasproperty","features":[46]},{"name":"alljoyn_interfacedescription_introspect","features":[46]},{"name":"alljoyn_interfacedescription_issecure","features":[46]},{"name":"alljoyn_interfacedescription_member","features":[46]},{"name":"alljoyn_interfacedescription_member_eql","features":[46]},{"name":"alljoyn_interfacedescription_member_getannotation","features":[46]},{"name":"alljoyn_interfacedescription_member_getannotationatindex","features":[46]},{"name":"alljoyn_interfacedescription_member_getannotationscount","features":[46]},{"name":"alljoyn_interfacedescription_member_getargannotation","features":[46]},{"name":"alljoyn_interfacedescription_member_getargannotationatindex","features":[46]},{"name":"alljoyn_interfacedescription_member_getargannotationscount","features":[46]},{"name":"alljoyn_interfacedescription_property","features":[46]},{"name":"alljoyn_interfacedescription_property_eql","features":[46]},{"name":"alljoyn_interfacedescription_property_getannotation","features":[46]},{"name":"alljoyn_interfacedescription_property_getannotationatindex","features":[46]},{"name":"alljoyn_interfacedescription_property_getannotationscount","features":[46]},{"name":"alljoyn_interfacedescription_securitypolicy","features":[46]},{"name":"alljoyn_interfacedescription_setargdescription","features":[46]},{"name":"alljoyn_interfacedescription_setargdescriptionforlanguage","features":[46]},{"name":"alljoyn_interfacedescription_setdescription","features":[46]},{"name":"alljoyn_interfacedescription_setdescriptionforlanguage","features":[46]},{"name":"alljoyn_interfacedescription_setdescriptionlanguage","features":[46]},{"name":"alljoyn_interfacedescription_setdescriptiontranslationcallback","features":[46]},{"name":"alljoyn_interfacedescription_setmemberdescription","features":[46]},{"name":"alljoyn_interfacedescription_setmemberdescriptionforlanguage","features":[46]},{"name":"alljoyn_interfacedescription_setpropertydescription","features":[46]},{"name":"alljoyn_interfacedescription_setpropertydescriptionforlanguage","features":[46]},{"name":"alljoyn_interfacedescription_translation_callback_ptr","features":[46]},{"name":"alljoyn_keystore","features":[46]},{"name":"alljoyn_keystorelistener","features":[46]},{"name":"alljoyn_keystorelistener_acquireexclusivelock_ptr","features":[46]},{"name":"alljoyn_keystorelistener_callbacks","features":[46]},{"name":"alljoyn_keystorelistener_create","features":[46]},{"name":"alljoyn_keystorelistener_destroy","features":[46]},{"name":"alljoyn_keystorelistener_getkeys","features":[46]},{"name":"alljoyn_keystorelistener_loadrequest_ptr","features":[46]},{"name":"alljoyn_keystorelistener_putkeys","features":[46]},{"name":"alljoyn_keystorelistener_releaseexclusivelock_ptr","features":[46]},{"name":"alljoyn_keystorelistener_storerequest_ptr","features":[46]},{"name":"alljoyn_keystorelistener_with_synchronization_callbacks","features":[46]},{"name":"alljoyn_keystorelistener_with_synchronization_create","features":[46]},{"name":"alljoyn_manifestarray","features":[46]},{"name":"alljoyn_message","features":[46]},{"name":"alljoyn_message_create","features":[46]},{"name":"alljoyn_message_description","features":[46]},{"name":"alljoyn_message_destroy","features":[46]},{"name":"alljoyn_message_eql","features":[46]},{"name":"alljoyn_message_getarg","features":[46]},{"name":"alljoyn_message_getargs","features":[46]},{"name":"alljoyn_message_getauthmechanism","features":[46]},{"name":"alljoyn_message_getcallserial","features":[46]},{"name":"alljoyn_message_getcompressiontoken","features":[46]},{"name":"alljoyn_message_getdestination","features":[46]},{"name":"alljoyn_message_geterrorname","features":[46]},{"name":"alljoyn_message_getflags","features":[46]},{"name":"alljoyn_message_getinterface","features":[46]},{"name":"alljoyn_message_getmembername","features":[46]},{"name":"alljoyn_message_getobjectpath","features":[46]},{"name":"alljoyn_message_getreceiveendpointname","features":[46]},{"name":"alljoyn_message_getreplyserial","features":[46]},{"name":"alljoyn_message_getsender","features":[46]},{"name":"alljoyn_message_getsessionid","features":[46]},{"name":"alljoyn_message_getsignature","features":[46]},{"name":"alljoyn_message_gettimestamp","features":[46]},{"name":"alljoyn_message_gettype","features":[46]},{"name":"alljoyn_message_isbroadcastsignal","features":[46]},{"name":"alljoyn_message_isencrypted","features":[46]},{"name":"alljoyn_message_isexpired","features":[46]},{"name":"alljoyn_message_isglobalbroadcast","features":[46]},{"name":"alljoyn_message_issessionless","features":[46]},{"name":"alljoyn_message_isunreliable","features":[46]},{"name":"alljoyn_message_parseargs","features":[46]},{"name":"alljoyn_message_setendianess","features":[46]},{"name":"alljoyn_message_tostring","features":[46]},{"name":"alljoyn_messagereceiver_methodhandler_ptr","features":[46]},{"name":"alljoyn_messagereceiver_replyhandler_ptr","features":[46]},{"name":"alljoyn_messagereceiver_signalhandler_ptr","features":[46]},{"name":"alljoyn_messagetype","features":[46]},{"name":"alljoyn_msgarg","features":[46]},{"name":"alljoyn_msgarg_array_create","features":[46]},{"name":"alljoyn_msgarg_array_element","features":[46]},{"name":"alljoyn_msgarg_array_get","features":[46]},{"name":"alljoyn_msgarg_array_set","features":[46]},{"name":"alljoyn_msgarg_array_set_offset","features":[46]},{"name":"alljoyn_msgarg_array_signature","features":[46]},{"name":"alljoyn_msgarg_array_tostring","features":[46]},{"name":"alljoyn_msgarg_clear","features":[46]},{"name":"alljoyn_msgarg_clone","features":[46]},{"name":"alljoyn_msgarg_copy","features":[46]},{"name":"alljoyn_msgarg_create","features":[46]},{"name":"alljoyn_msgarg_create_and_set","features":[46]},{"name":"alljoyn_msgarg_destroy","features":[46]},{"name":"alljoyn_msgarg_equal","features":[46]},{"name":"alljoyn_msgarg_get","features":[46]},{"name":"alljoyn_msgarg_get_array_element","features":[46]},{"name":"alljoyn_msgarg_get_array_elementsignature","features":[46]},{"name":"alljoyn_msgarg_get_array_numberofelements","features":[46]},{"name":"alljoyn_msgarg_get_bool","features":[46]},{"name":"alljoyn_msgarg_get_bool_array","features":[46]},{"name":"alljoyn_msgarg_get_double","features":[46]},{"name":"alljoyn_msgarg_get_double_array","features":[46]},{"name":"alljoyn_msgarg_get_int16","features":[46]},{"name":"alljoyn_msgarg_get_int16_array","features":[46]},{"name":"alljoyn_msgarg_get_int32","features":[46]},{"name":"alljoyn_msgarg_get_int32_array","features":[46]},{"name":"alljoyn_msgarg_get_int64","features":[46]},{"name":"alljoyn_msgarg_get_int64_array","features":[46]},{"name":"alljoyn_msgarg_get_objectpath","features":[46]},{"name":"alljoyn_msgarg_get_signature","features":[46]},{"name":"alljoyn_msgarg_get_string","features":[46]},{"name":"alljoyn_msgarg_get_uint16","features":[46]},{"name":"alljoyn_msgarg_get_uint16_array","features":[46]},{"name":"alljoyn_msgarg_get_uint32","features":[46]},{"name":"alljoyn_msgarg_get_uint32_array","features":[46]},{"name":"alljoyn_msgarg_get_uint64","features":[46]},{"name":"alljoyn_msgarg_get_uint64_array","features":[46]},{"name":"alljoyn_msgarg_get_uint8","features":[46]},{"name":"alljoyn_msgarg_get_uint8_array","features":[46]},{"name":"alljoyn_msgarg_get_variant","features":[46]},{"name":"alljoyn_msgarg_get_variant_array","features":[46]},{"name":"alljoyn_msgarg_getdictelement","features":[46]},{"name":"alljoyn_msgarg_getkey","features":[46]},{"name":"alljoyn_msgarg_getmember","features":[46]},{"name":"alljoyn_msgarg_getnummembers","features":[46]},{"name":"alljoyn_msgarg_gettype","features":[46]},{"name":"alljoyn_msgarg_getvalue","features":[46]},{"name":"alljoyn_msgarg_hassignature","features":[46]},{"name":"alljoyn_msgarg_set","features":[46]},{"name":"alljoyn_msgarg_set_and_stabilize","features":[46]},{"name":"alljoyn_msgarg_set_bool","features":[46]},{"name":"alljoyn_msgarg_set_bool_array","features":[46]},{"name":"alljoyn_msgarg_set_double","features":[46]},{"name":"alljoyn_msgarg_set_double_array","features":[46]},{"name":"alljoyn_msgarg_set_int16","features":[46]},{"name":"alljoyn_msgarg_set_int16_array","features":[46]},{"name":"alljoyn_msgarg_set_int32","features":[46]},{"name":"alljoyn_msgarg_set_int32_array","features":[46]},{"name":"alljoyn_msgarg_set_int64","features":[46]},{"name":"alljoyn_msgarg_set_int64_array","features":[46]},{"name":"alljoyn_msgarg_set_objectpath","features":[46]},{"name":"alljoyn_msgarg_set_objectpath_array","features":[46]},{"name":"alljoyn_msgarg_set_signature","features":[46]},{"name":"alljoyn_msgarg_set_signature_array","features":[46]},{"name":"alljoyn_msgarg_set_string","features":[46]},{"name":"alljoyn_msgarg_set_string_array","features":[46]},{"name":"alljoyn_msgarg_set_uint16","features":[46]},{"name":"alljoyn_msgarg_set_uint16_array","features":[46]},{"name":"alljoyn_msgarg_set_uint32","features":[46]},{"name":"alljoyn_msgarg_set_uint32_array","features":[46]},{"name":"alljoyn_msgarg_set_uint64","features":[46]},{"name":"alljoyn_msgarg_set_uint64_array","features":[46]},{"name":"alljoyn_msgarg_set_uint8","features":[46]},{"name":"alljoyn_msgarg_set_uint8_array","features":[46]},{"name":"alljoyn_msgarg_setdictentry","features":[46]},{"name":"alljoyn_msgarg_setstruct","features":[46]},{"name":"alljoyn_msgarg_signature","features":[46]},{"name":"alljoyn_msgarg_stabilize","features":[46]},{"name":"alljoyn_msgarg_tostring","features":[46]},{"name":"alljoyn_observer","features":[46]},{"name":"alljoyn_observer_create","features":[46]},{"name":"alljoyn_observer_destroy","features":[46]},{"name":"alljoyn_observer_get","features":[46]},{"name":"alljoyn_observer_getfirst","features":[46]},{"name":"alljoyn_observer_getnext","features":[46]},{"name":"alljoyn_observer_object_discovered_ptr","features":[46]},{"name":"alljoyn_observer_object_lost_ptr","features":[46]},{"name":"alljoyn_observer_registerlistener","features":[46]},{"name":"alljoyn_observer_unregisteralllisteners","features":[46]},{"name":"alljoyn_observer_unregisterlistener","features":[46]},{"name":"alljoyn_observerlistener","features":[46]},{"name":"alljoyn_observerlistener_callback","features":[46]},{"name":"alljoyn_observerlistener_create","features":[46]},{"name":"alljoyn_observerlistener_destroy","features":[46]},{"name":"alljoyn_passwordmanager_setcredentials","features":[46]},{"name":"alljoyn_permissionconfigurationlistener","features":[46]},{"name":"alljoyn_permissionconfigurationlistener_callbacks","features":[46]},{"name":"alljoyn_permissionconfigurationlistener_create","features":[46]},{"name":"alljoyn_permissionconfigurationlistener_destroy","features":[46]},{"name":"alljoyn_permissionconfigurationlistener_endmanagement_ptr","features":[46]},{"name":"alljoyn_permissionconfigurationlistener_factoryreset_ptr","features":[46]},{"name":"alljoyn_permissionconfigurationlistener_policychanged_ptr","features":[46]},{"name":"alljoyn_permissionconfigurationlistener_startmanagement_ptr","features":[46]},{"name":"alljoyn_permissionconfigurator","features":[46]},{"name":"alljoyn_permissionconfigurator_certificatechain_destroy","features":[46]},{"name":"alljoyn_permissionconfigurator_certificateid_cleanup","features":[46]},{"name":"alljoyn_permissionconfigurator_certificateidarray_cleanup","features":[46]},{"name":"alljoyn_permissionconfigurator_claim","features":[46]},{"name":"alljoyn_permissionconfigurator_endmanagement","features":[46]},{"name":"alljoyn_permissionconfigurator_getapplicationstate","features":[46]},{"name":"alljoyn_permissionconfigurator_getclaimcapabilities","features":[46]},{"name":"alljoyn_permissionconfigurator_getclaimcapabilitiesadditionalinfo","features":[46]},{"name":"alljoyn_permissionconfigurator_getdefaultclaimcapabilities","features":[46]},{"name":"alljoyn_permissionconfigurator_getdefaultpolicy","features":[46]},{"name":"alljoyn_permissionconfigurator_getidentity","features":[46]},{"name":"alljoyn_permissionconfigurator_getidentitycertificateid","features":[46]},{"name":"alljoyn_permissionconfigurator_getmanifests","features":[46]},{"name":"alljoyn_permissionconfigurator_getmanifesttemplate","features":[46]},{"name":"alljoyn_permissionconfigurator_getmembershipsummaries","features":[46]},{"name":"alljoyn_permissionconfigurator_getpolicy","features":[46]},{"name":"alljoyn_permissionconfigurator_getpublickey","features":[46]},{"name":"alljoyn_permissionconfigurator_installmanifests","features":[46]},{"name":"alljoyn_permissionconfigurator_installmembership","features":[46]},{"name":"alljoyn_permissionconfigurator_manifestarray_cleanup","features":[46]},{"name":"alljoyn_permissionconfigurator_manifesttemplate_destroy","features":[46]},{"name":"alljoyn_permissionconfigurator_policy_destroy","features":[46]},{"name":"alljoyn_permissionconfigurator_publickey_destroy","features":[46]},{"name":"alljoyn_permissionconfigurator_removemembership","features":[46]},{"name":"alljoyn_permissionconfigurator_reset","features":[46]},{"name":"alljoyn_permissionconfigurator_resetpolicy","features":[46]},{"name":"alljoyn_permissionconfigurator_setapplicationstate","features":[46]},{"name":"alljoyn_permissionconfigurator_setclaimcapabilities","features":[46]},{"name":"alljoyn_permissionconfigurator_setclaimcapabilitiesadditionalinfo","features":[46]},{"name":"alljoyn_permissionconfigurator_setmanifesttemplatefromxml","features":[46]},{"name":"alljoyn_permissionconfigurator_startmanagement","features":[46]},{"name":"alljoyn_permissionconfigurator_updateidentity","features":[46]},{"name":"alljoyn_permissionconfigurator_updatepolicy","features":[46]},{"name":"alljoyn_pinglistener","features":[46]},{"name":"alljoyn_pinglistener_callback","features":[46]},{"name":"alljoyn_pinglistener_create","features":[46]},{"name":"alljoyn_pinglistener_destroy","features":[46]},{"name":"alljoyn_proxybusobject","features":[46]},{"name":"alljoyn_proxybusobject_addchild","features":[46]},{"name":"alljoyn_proxybusobject_addinterface","features":[46]},{"name":"alljoyn_proxybusobject_addinterface_by_name","features":[46]},{"name":"alljoyn_proxybusobject_copy","features":[46]},{"name":"alljoyn_proxybusobject_create","features":[46]},{"name":"alljoyn_proxybusobject_create_secure","features":[46]},{"name":"alljoyn_proxybusobject_destroy","features":[46]},{"name":"alljoyn_proxybusobject_enablepropertycaching","features":[46]},{"name":"alljoyn_proxybusobject_getallproperties","features":[46]},{"name":"alljoyn_proxybusobject_getallpropertiesasync","features":[46]},{"name":"alljoyn_proxybusobject_getchild","features":[46]},{"name":"alljoyn_proxybusobject_getchildren","features":[46]},{"name":"alljoyn_proxybusobject_getinterface","features":[46]},{"name":"alljoyn_proxybusobject_getinterfaces","features":[46]},{"name":"alljoyn_proxybusobject_getpath","features":[46]},{"name":"alljoyn_proxybusobject_getproperty","features":[46]},{"name":"alljoyn_proxybusobject_getpropertyasync","features":[46]},{"name":"alljoyn_proxybusobject_getservicename","features":[46]},{"name":"alljoyn_proxybusobject_getsessionid","features":[46]},{"name":"alljoyn_proxybusobject_getuniquename","features":[46]},{"name":"alljoyn_proxybusobject_implementsinterface","features":[46]},{"name":"alljoyn_proxybusobject_introspectremoteobject","features":[46]},{"name":"alljoyn_proxybusobject_introspectremoteobjectasync","features":[46]},{"name":"alljoyn_proxybusobject_issecure","features":[46]},{"name":"alljoyn_proxybusobject_isvalid","features":[46]},{"name":"alljoyn_proxybusobject_listener_getallpropertiescb_ptr","features":[46]},{"name":"alljoyn_proxybusobject_listener_getpropertycb_ptr","features":[46]},{"name":"alljoyn_proxybusobject_listener_introspectcb_ptr","features":[46]},{"name":"alljoyn_proxybusobject_listener_propertieschanged_ptr","features":[46]},{"name":"alljoyn_proxybusobject_listener_setpropertycb_ptr","features":[46]},{"name":"alljoyn_proxybusobject_methodcall","features":[46]},{"name":"alljoyn_proxybusobject_methodcall_member","features":[46]},{"name":"alljoyn_proxybusobject_methodcall_member_noreply","features":[46]},{"name":"alljoyn_proxybusobject_methodcall_noreply","features":[46]},{"name":"alljoyn_proxybusobject_methodcallasync","features":[46]},{"name":"alljoyn_proxybusobject_methodcallasync_member","features":[46]},{"name":"alljoyn_proxybusobject_parsexml","features":[46]},{"name":"alljoyn_proxybusobject_ref","features":[46]},{"name":"alljoyn_proxybusobject_ref_create","features":[46]},{"name":"alljoyn_proxybusobject_ref_decref","features":[46]},{"name":"alljoyn_proxybusobject_ref_get","features":[46]},{"name":"alljoyn_proxybusobject_ref_incref","features":[46]},{"name":"alljoyn_proxybusobject_registerpropertieschangedlistener","features":[46]},{"name":"alljoyn_proxybusobject_removechild","features":[46]},{"name":"alljoyn_proxybusobject_secureconnection","features":[46]},{"name":"alljoyn_proxybusobject_secureconnectionasync","features":[46]},{"name":"alljoyn_proxybusobject_setproperty","features":[46]},{"name":"alljoyn_proxybusobject_setpropertyasync","features":[46]},{"name":"alljoyn_proxybusobject_unregisterpropertieschangedlistener","features":[46]},{"name":"alljoyn_routerinit","features":[46]},{"name":"alljoyn_routerinitwithconfig","features":[46]},{"name":"alljoyn_routershutdown","features":[46]},{"name":"alljoyn_securityapplicationproxy","features":[46]},{"name":"alljoyn_securityapplicationproxy_claim","features":[46]},{"name":"alljoyn_securityapplicationproxy_computemanifestdigest","features":[46]},{"name":"alljoyn_securityapplicationproxy_create","features":[46]},{"name":"alljoyn_securityapplicationproxy_destroy","features":[46]},{"name":"alljoyn_securityapplicationproxy_digest_destroy","features":[46]},{"name":"alljoyn_securityapplicationproxy_eccpublickey_destroy","features":[46]},{"name":"alljoyn_securityapplicationproxy_endmanagement","features":[46]},{"name":"alljoyn_securityapplicationproxy_getapplicationstate","features":[46]},{"name":"alljoyn_securityapplicationproxy_getclaimcapabilities","features":[46]},{"name":"alljoyn_securityapplicationproxy_getclaimcapabilitiesadditionalinfo","features":[46]},{"name":"alljoyn_securityapplicationproxy_getdefaultpolicy","features":[46]},{"name":"alljoyn_securityapplicationproxy_geteccpublickey","features":[46]},{"name":"alljoyn_securityapplicationproxy_getmanifesttemplate","features":[46]},{"name":"alljoyn_securityapplicationproxy_getpermissionmanagementsessionport","features":[46]},{"name":"alljoyn_securityapplicationproxy_getpolicy","features":[46]},{"name":"alljoyn_securityapplicationproxy_installmembership","features":[46]},{"name":"alljoyn_securityapplicationproxy_manifest_destroy","features":[46]},{"name":"alljoyn_securityapplicationproxy_manifesttemplate_destroy","features":[46]},{"name":"alljoyn_securityapplicationproxy_policy_destroy","features":[46]},{"name":"alljoyn_securityapplicationproxy_reset","features":[46]},{"name":"alljoyn_securityapplicationproxy_resetpolicy","features":[46]},{"name":"alljoyn_securityapplicationproxy_setmanifestsignature","features":[46]},{"name":"alljoyn_securityapplicationproxy_signmanifest","features":[46]},{"name":"alljoyn_securityapplicationproxy_startmanagement","features":[46]},{"name":"alljoyn_securityapplicationproxy_updateidentity","features":[46]},{"name":"alljoyn_securityapplicationproxy_updatepolicy","features":[46]},{"name":"alljoyn_sessionlistener","features":[46]},{"name":"alljoyn_sessionlistener_callbacks","features":[46]},{"name":"alljoyn_sessionlistener_create","features":[46]},{"name":"alljoyn_sessionlistener_destroy","features":[46]},{"name":"alljoyn_sessionlistener_sessionlost_ptr","features":[46]},{"name":"alljoyn_sessionlistener_sessionmemberadded_ptr","features":[46]},{"name":"alljoyn_sessionlistener_sessionmemberremoved_ptr","features":[46]},{"name":"alljoyn_sessionlostreason","features":[46]},{"name":"alljoyn_sessionopts","features":[46]},{"name":"alljoyn_sessionopts_cmp","features":[46]},{"name":"alljoyn_sessionopts_create","features":[46]},{"name":"alljoyn_sessionopts_destroy","features":[46]},{"name":"alljoyn_sessionopts_get_multipoint","features":[46]},{"name":"alljoyn_sessionopts_get_proximity","features":[46]},{"name":"alljoyn_sessionopts_get_traffic","features":[46]},{"name":"alljoyn_sessionopts_get_transports","features":[46]},{"name":"alljoyn_sessionopts_iscompatible","features":[46]},{"name":"alljoyn_sessionopts_set_multipoint","features":[46]},{"name":"alljoyn_sessionopts_set_proximity","features":[46]},{"name":"alljoyn_sessionopts_set_traffic","features":[46]},{"name":"alljoyn_sessionopts_set_transports","features":[46]},{"name":"alljoyn_sessionportlistener","features":[46]},{"name":"alljoyn_sessionportlistener_acceptsessionjoiner_ptr","features":[46]},{"name":"alljoyn_sessionportlistener_callbacks","features":[46]},{"name":"alljoyn_sessionportlistener_create","features":[46]},{"name":"alljoyn_sessionportlistener_destroy","features":[46]},{"name":"alljoyn_sessionportlistener_sessionjoined_ptr","features":[46]},{"name":"alljoyn_shutdown","features":[46]},{"name":"alljoyn_typeid","features":[46]},{"name":"alljoyn_unity_deferred_callbacks_process","features":[46]},{"name":"alljoyn_unity_set_deferred_callback_mainthread_only","features":[46]}],"371":[{"name":"FACILITY_NONE","features":[47]},{"name":"FACILITY_WINBIO","features":[47]},{"name":"GUID_DEVINTERFACE_BIOMETRIC_READER","features":[47]},{"name":"IOCTL_BIOMETRIC_VENDOR","features":[47]},{"name":"PIBIO_ENGINE_ACCEPT_PRIVATE_SENSOR_TYPE_INFO_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_ACCEPT_SAMPLE_DATA_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_ACTIVATE_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_ATTACH_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_CHECK_FOR_DUPLICATE_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_CLEAR_CONTEXT_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_COMMIT_ENROLLMENT_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_CONTROL_UNIT_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_CONTROL_UNIT_PRIVILEGED_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_CREATE_ENROLLMENT_AUTHENTICATED_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_CREATE_ENROLLMENT_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_CREATE_KEY_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_DEACTIVATE_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_DETACH_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_DISCARD_ENROLLMENT_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_EXPORT_ENGINE_DATA_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_GET_ENROLLMENT_HASH_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_GET_ENROLLMENT_STATUS_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_IDENTIFY_ALL_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_AUTHENTICATED_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_SECURE_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_NOTIFY_POWER_CHANGE_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_PIPELINE_CLEANUP_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_PIPELINE_INIT_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_QUERY_CALIBRATION_DATA_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_QUERY_EXTENDED_ENROLLMENT_STATUS_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_QUERY_EXTENDED_INFO_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_QUERY_HASH_ALGORITHMS_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_QUERY_INDEX_VECTOR_SIZE_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_QUERY_PREFERRED_FORMAT_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_QUERY_SAMPLE_HINT_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_REFRESH_CACHE_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_RESERVED_1_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_SELECT_CALIBRATION_FORMAT_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_SET_ACCOUNT_POLICY_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_SET_ENROLLMENT_SELECTOR_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_SET_HASH_ALGORITHM_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_UPDATE_ENROLLMENT_FN","features":[47,3,8]},{"name":"PIBIO_ENGINE_VERIFY_FEATURE_SET_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_ALLOCATE_MEMORY_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_FREE_MEMORY_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_GET_PROPERTY_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_LOCK_AND_VALIDATE_SECURE_BUFFER_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_RELEASE_SECURE_BUFFER_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_SET_UNIT_STATUS_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_CLEAR_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_BEGIN_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_END_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_NEXT_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_BEGIN_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_END_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_NEXT_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_DECRYPT_SAMPLE_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_QUERY_AUTHORIZED_ENROLLMENTS_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_1_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_2_FN","features":[47,3,8]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_3_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_ACCEPT_CALIBRATION_DATA_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_ACTIVATE_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_ASYNC_IMPORT_RAW_BUFFER_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_ASYNC_IMPORT_SECURE_BUFFER_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_ATTACH_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_CANCEL_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_CLEAR_CONTEXT_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_CONNECT_SECURE_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_CONTROL_UNIT_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_CONTROL_UNIT_PRIVILEGED_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_DEACTIVATE_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_DETACH_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_EXPORT_SENSOR_DATA_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_FINISH_CAPTURE_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_FINISH_NOTIFY_WAKE_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_GET_INDICATOR_STATUS_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_NOTIFY_POWER_CHANGE_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_PIPELINE_CLEANUP_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_PIPELINE_INIT_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_PUSH_DATA_TO_ENGINE_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_QUERY_CALIBRATION_FORMATS_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_QUERY_EXTENDED_INFO_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_QUERY_PRIVATE_SENSOR_TYPE_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_QUERY_STATUS_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_RESET_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_SET_CALIBRATION_FORMAT_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_SET_INDICATOR_STATUS_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_SET_MODE_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_START_CAPTURE_EX_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_START_CAPTURE_FN","features":[47,3,8]},{"name":"PIBIO_SENSOR_START_NOTIFY_WAKE_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_ACTIVATE_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_ADD_RECORD_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_ATTACH_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_CLEAR_CONTEXT_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_CLOSE_DATABASE_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_CONTROL_UNIT_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_CONTROL_UNIT_PRIVILEGED_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_CREATE_DATABASE_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_DEACTIVATE_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_DELETE_RECORD_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_DETACH_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_ERASE_DATABASE_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_FIRST_RECORD_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_GET_CURRENT_RECORD_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_GET_DATABASE_SIZE_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_GET_DATA_FORMAT_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_GET_RECORD_COUNT_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_NEXT_RECORD_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_NOTIFY_DATABASE_CHANGE_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_NOTIFY_POWER_CHANGE_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_OPEN_DATABASE_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_PIPELINE_CLEANUP_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_PIPELINE_INIT_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_QUERY_BY_CONTENT_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_QUERY_BY_SUBJECT_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_QUERY_EXTENDED_INFO_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_RESERVED_1_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_RESERVED_2_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_UPDATE_RECORD_BEGIN_FN","features":[47,3,8]},{"name":"PIBIO_STORAGE_UPDATE_RECORD_COMMIT_FN","features":[47,3,8]},{"name":"PWINBIO_ASYNC_COMPLETION_CALLBACK","features":[47,3]},{"name":"PWINBIO_CAPTURE_CALLBACK","features":[47]},{"name":"PWINBIO_ENROLL_CAPTURE_CALLBACK","features":[47]},{"name":"PWINBIO_EVENT_CALLBACK","features":[47]},{"name":"PWINBIO_IDENTIFY_CALLBACK","features":[47]},{"name":"PWINBIO_LOCATE_SENSOR_CALLBACK","features":[47]},{"name":"PWINBIO_QUERY_ENGINE_INTERFACE_FN","features":[47,3,8]},{"name":"PWINBIO_QUERY_SENSOR_INTERFACE_FN","features":[47,3,8]},{"name":"PWINBIO_QUERY_STORAGE_INTERFACE_FN","features":[47,3,8]},{"name":"PWINBIO_VERIFY_CALLBACK","features":[47,3]},{"name":"WINBIO_ACCOUNT_POLICY","features":[47]},{"name":"WINBIO_ADAPTER_INTERFACE_VERSION","features":[47]},{"name":"WINBIO_ANSI_381_IMG_BIT_PACKED","features":[47]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_JPEG","features":[47]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_JPEG2000","features":[47]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_PNG","features":[47]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_WSQ","features":[47]},{"name":"WINBIO_ANSI_381_IMG_UNCOMPRESSED","features":[47]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LATENT","features":[47]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_CONTACTLESS","features":[47]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_PLAIN","features":[47]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_ROLLED","features":[47]},{"name":"WINBIO_ANSI_381_IMP_TYPE_NONLIVE_SCAN_PLAIN","features":[47]},{"name":"WINBIO_ANSI_381_IMP_TYPE_NONLIVE_SCAN_ROLLED","features":[47]},{"name":"WINBIO_ANSI_381_IMP_TYPE_SWIPE","features":[47]},{"name":"WINBIO_ANSI_381_PIXELS_PER_CM","features":[47]},{"name":"WINBIO_ANSI_381_PIXELS_PER_INCH","features":[47]},{"name":"WINBIO_ANTI_SPOOF_DISABLE","features":[47]},{"name":"WINBIO_ANTI_SPOOF_ENABLE","features":[47]},{"name":"WINBIO_ANTI_SPOOF_POLICY","features":[47]},{"name":"WINBIO_ANTI_SPOOF_POLICY_ACTION","features":[47]},{"name":"WINBIO_ANTI_SPOOF_REMOVE","features":[47]},{"name":"WINBIO_ASYNC_NOTIFICATION_METHOD","features":[47]},{"name":"WINBIO_ASYNC_NOTIFY_CALLBACK","features":[47]},{"name":"WINBIO_ASYNC_NOTIFY_MAXIMUM_VALUE","features":[47]},{"name":"WINBIO_ASYNC_NOTIFY_MESSAGE","features":[47]},{"name":"WINBIO_ASYNC_NOTIFY_NONE","features":[47]},{"name":"WINBIO_ASYNC_RESULT","features":[47,3]},{"name":"WINBIO_BDB_ANSI_381_HEADER","features":[47]},{"name":"WINBIO_BDB_ANSI_381_RECORD","features":[47]},{"name":"WINBIO_BIR","features":[47]},{"name":"WINBIO_BIR_ALGIN_SIZE","features":[47]},{"name":"WINBIO_BIR_ALIGN_SIZE","features":[47]},{"name":"WINBIO_BIR_DATA","features":[47]},{"name":"WINBIO_BIR_HEADER","features":[47]},{"name":"WINBIO_BLANK_PAYLOAD","features":[47]},{"name":"WINBIO_BSP_SCHEMA","features":[47]},{"name":"WINBIO_CALIBRATION_INFO","features":[47]},{"name":"WINBIO_CAPTURE_DATA","features":[47]},{"name":"WINBIO_CAPTURE_PARAMETERS","features":[47]},{"name":"WINBIO_COMPONENT","features":[47]},{"name":"WINBIO_COMPONENT_ENGINE","features":[47]},{"name":"WINBIO_COMPONENT_SENSOR","features":[47]},{"name":"WINBIO_COMPONENT_STORAGE","features":[47]},{"name":"WINBIO_CREDENTIAL_ALL","features":[47]},{"name":"WINBIO_CREDENTIAL_FORMAT","features":[47]},{"name":"WINBIO_CREDENTIAL_NOT_SET","features":[47]},{"name":"WINBIO_CREDENTIAL_PASSWORD","features":[47]},{"name":"WINBIO_CREDENTIAL_SET","features":[47]},{"name":"WINBIO_CREDENTIAL_STATE","features":[47]},{"name":"WINBIO_CREDENTIAL_TYPE","features":[47]},{"name":"WINBIO_DATA","features":[47]},{"name":"WINBIO_DATA_FLAG_INTEGRITY","features":[47]},{"name":"WINBIO_DATA_FLAG_INTERMEDIATE","features":[47]},{"name":"WINBIO_DATA_FLAG_OPTION_MASK_PRESENT","features":[47]},{"name":"WINBIO_DATA_FLAG_PRIVACY","features":[47]},{"name":"WINBIO_DATA_FLAG_PROCESSED","features":[47]},{"name":"WINBIO_DATA_FLAG_RAW","features":[47]},{"name":"WINBIO_DATA_FLAG_SIGNED","features":[47]},{"name":"WINBIO_DIAGNOSTICS","features":[47]},{"name":"WINBIO_ENCRYPTED_CAPTURE_PARAMS","features":[47]},{"name":"WINBIO_ENGINE_INTERFACE","features":[47,3,8]},{"name":"WINBIO_EVENT","features":[47]},{"name":"WINBIO_EXTENDED_ENGINE_INFO","features":[47]},{"name":"WINBIO_EXTENDED_ENROLLMENT_PARAMETERS","features":[47]},{"name":"WINBIO_EXTENDED_ENROLLMENT_STATUS","features":[47,3]},{"name":"WINBIO_EXTENDED_SENSOR_INFO","features":[47,3]},{"name":"WINBIO_EXTENDED_STORAGE_INFO","features":[47]},{"name":"WINBIO_EXTENDED_UNIT_STATUS","features":[47]},{"name":"WINBIO_E_ADAPTER_INTEGRITY_FAILURE","features":[47]},{"name":"WINBIO_E_AUTO_LOGON_DISABLED","features":[47]},{"name":"WINBIO_E_BAD_CAPTURE","features":[47]},{"name":"WINBIO_E_CALIBRATION_BUFFER_INVALID","features":[47]},{"name":"WINBIO_E_CALIBRATION_BUFFER_TOO_LARGE","features":[47]},{"name":"WINBIO_E_CALIBRATION_BUFFER_TOO_SMALL","features":[47]},{"name":"WINBIO_E_CANCELED","features":[47]},{"name":"WINBIO_E_CAPTURE_ABORTED","features":[47]},{"name":"WINBIO_E_CONFIGURATION_FAILURE","features":[47]},{"name":"WINBIO_E_CRED_PROV_DISABLED","features":[47]},{"name":"WINBIO_E_CRED_PROV_NO_CREDENTIAL","features":[47]},{"name":"WINBIO_E_CRED_PROV_SECURITY_LOCKOUT","features":[47]},{"name":"WINBIO_E_DATABASE_ALREADY_EXISTS","features":[47]},{"name":"WINBIO_E_DATABASE_BAD_INDEX_VECTOR","features":[47]},{"name":"WINBIO_E_DATABASE_CANT_CLOSE","features":[47]},{"name":"WINBIO_E_DATABASE_CANT_CREATE","features":[47]},{"name":"WINBIO_E_DATABASE_CANT_ERASE","features":[47]},{"name":"WINBIO_E_DATABASE_CANT_FIND","features":[47]},{"name":"WINBIO_E_DATABASE_CANT_OPEN","features":[47]},{"name":"WINBIO_E_DATABASE_CORRUPTED","features":[47]},{"name":"WINBIO_E_DATABASE_EOF","features":[47]},{"name":"WINBIO_E_DATABASE_FULL","features":[47]},{"name":"WINBIO_E_DATABASE_LOCKED","features":[47]},{"name":"WINBIO_E_DATABASE_NO_MORE_RECORDS","features":[47]},{"name":"WINBIO_E_DATABASE_NO_RESULTS","features":[47]},{"name":"WINBIO_E_DATABASE_NO_SUCH_RECORD","features":[47]},{"name":"WINBIO_E_DATABASE_READ_ERROR","features":[47]},{"name":"WINBIO_E_DATABASE_WRITE_ERROR","features":[47]},{"name":"WINBIO_E_DATA_COLLECTION_IN_PROGRESS","features":[47]},{"name":"WINBIO_E_DATA_PROTECTION_FAILURE","features":[47]},{"name":"WINBIO_E_DEADLOCK_DETECTED","features":[47]},{"name":"WINBIO_E_DEVICE_BUSY","features":[47]},{"name":"WINBIO_E_DEVICE_FAILURE","features":[47]},{"name":"WINBIO_E_DISABLED","features":[47]},{"name":"WINBIO_E_DUPLICATE_ENROLLMENT","features":[47]},{"name":"WINBIO_E_DUPLICATE_TEMPLATE","features":[47]},{"name":"WINBIO_E_ENROLLMENT_CANCELED_BY_SUSPEND","features":[47]},{"name":"WINBIO_E_ENROLLMENT_IN_PROGRESS","features":[47]},{"name":"WINBIO_E_EVENT_MONITOR_ACTIVE","features":[47]},{"name":"WINBIO_E_FAST_USER_SWITCH_DISABLED","features":[47]},{"name":"WINBIO_E_INCORRECT_BSP","features":[47]},{"name":"WINBIO_E_INCORRECT_SENSOR_POOL","features":[47]},{"name":"WINBIO_E_INCORRECT_SESSION_TYPE","features":[47]},{"name":"WINBIO_E_INSECURE_SENSOR","features":[47]},{"name":"WINBIO_E_INVALID_BUFFER","features":[47]},{"name":"WINBIO_E_INVALID_BUFFER_ID","features":[47]},{"name":"WINBIO_E_INVALID_CALIBRATION_FORMAT_ARRAY","features":[47]},{"name":"WINBIO_E_INVALID_CONTROL_CODE","features":[47]},{"name":"WINBIO_E_INVALID_DEVICE_STATE","features":[47]},{"name":"WINBIO_E_INVALID_KEY_IDENTIFIER","features":[47]},{"name":"WINBIO_E_INVALID_OPERATION","features":[47]},{"name":"WINBIO_E_INVALID_PROPERTY_ID","features":[47]},{"name":"WINBIO_E_INVALID_PROPERTY_TYPE","features":[47]},{"name":"WINBIO_E_INVALID_SENSOR_MODE","features":[47]},{"name":"WINBIO_E_INVALID_SUBFACTOR","features":[47]},{"name":"WINBIO_E_INVALID_TICKET","features":[47]},{"name":"WINBIO_E_INVALID_UNIT","features":[47]},{"name":"WINBIO_E_KEY_CREATION_FAILED","features":[47]},{"name":"WINBIO_E_KEY_IDENTIFIER_BUFFER_TOO_SMALL","features":[47]},{"name":"WINBIO_E_LOCK_VIOLATION","features":[47]},{"name":"WINBIO_E_MAX_ERROR_COUNT_EXCEEDED","features":[47]},{"name":"WINBIO_E_NOT_ACTIVE_CONSOLE","features":[47]},{"name":"WINBIO_E_NO_CAPTURE_DATA","features":[47]},{"name":"WINBIO_E_NO_MATCH","features":[47]},{"name":"WINBIO_E_NO_PREBOOT_IDENTITY","features":[47]},{"name":"WINBIO_E_NO_SUPPORTED_CALIBRATION_FORMAT","features":[47]},{"name":"WINBIO_E_POLICY_PROTECTION_UNAVAILABLE","features":[47]},{"name":"WINBIO_E_PRESENCE_MONITOR_ACTIVE","features":[47]},{"name":"WINBIO_E_PROPERTY_UNAVAILABLE","features":[47]},{"name":"WINBIO_E_SAS_ENABLED","features":[47]},{"name":"WINBIO_E_SELECTION_REQUIRED","features":[47]},{"name":"WINBIO_E_SENSOR_UNAVAILABLE","features":[47]},{"name":"WINBIO_E_SESSION_BUSY","features":[47]},{"name":"WINBIO_E_SESSION_HANDLE_CLOSED","features":[47]},{"name":"WINBIO_E_TICKET_QUOTA_EXCEEDED","features":[47]},{"name":"WINBIO_E_TRUSTLET_INTEGRITY_FAIL","features":[47]},{"name":"WINBIO_E_UNKNOWN_ID","features":[47]},{"name":"WINBIO_E_UNSUPPORTED_DATA_FORMAT","features":[47]},{"name":"WINBIO_E_UNSUPPORTED_DATA_TYPE","features":[47]},{"name":"WINBIO_E_UNSUPPORTED_FACTOR","features":[47]},{"name":"WINBIO_E_UNSUPPORTED_POOL_TYPE","features":[47]},{"name":"WINBIO_E_UNSUPPORTED_PROPERTY","features":[47]},{"name":"WINBIO_E_UNSUPPORTED_PURPOSE","features":[47]},{"name":"WINBIO_E_UNSUPPORTED_SENSOR_CALIBRATION_FORMAT","features":[47]},{"name":"WINBIO_FP_BU_STATE","features":[47,3]},{"name":"WINBIO_FRAMEWORK_INTERFACE","features":[47,3,8]},{"name":"WINBIO_GESTURE_METADATA","features":[47]},{"name":"WINBIO_GET_INDICATOR","features":[47]},{"name":"WINBIO_IDENTITY","features":[47]},{"name":"WINBIO_I_EXTENDED_STATUS_INFORMATION","features":[47]},{"name":"WINBIO_I_MORE_DATA","features":[47]},{"name":"WINBIO_MAX_STRING_LEN","features":[47]},{"name":"WINBIO_NOTIFY_WAKE","features":[47]},{"name":"WINBIO_PASSWORD_GENERIC","features":[47]},{"name":"WINBIO_PASSWORD_PACKED","features":[47]},{"name":"WINBIO_PASSWORD_PROTECTED","features":[47]},{"name":"WINBIO_PIPELINE","features":[47,3,8]},{"name":"WINBIO_POLICY_ADMIN","features":[47]},{"name":"WINBIO_POLICY_DEFAULT","features":[47]},{"name":"WINBIO_POLICY_LOCAL","features":[47]},{"name":"WINBIO_POLICY_SOURCE","features":[47]},{"name":"WINBIO_POLICY_UNKNOWN","features":[47]},{"name":"WINBIO_POOL","features":[47]},{"name":"WINBIO_POOL_PRIVATE","features":[47]},{"name":"WINBIO_POOL_SYSTEM","features":[47]},{"name":"WINBIO_PRESENCE","features":[47,3]},{"name":"WINBIO_PRESENCE_PROPERTIES","features":[47,3]},{"name":"WINBIO_PRIVATE_SENSOR_TYPE_INFO","features":[47]},{"name":"WINBIO_PROTECTION_POLICY","features":[47]},{"name":"WINBIO_REGISTERED_FORMAT","features":[47]},{"name":"WINBIO_SCP_CURVE_FIELD_SIZE_V1","features":[47]},{"name":"WINBIO_SCP_DIGEST_SIZE_V1","features":[47]},{"name":"WINBIO_SCP_ENCRYPTION_BLOCK_SIZE_V1","features":[47]},{"name":"WINBIO_SCP_ENCRYPTION_KEY_SIZE_V1","features":[47]},{"name":"WINBIO_SCP_PRIVATE_KEY_SIZE_V1","features":[47]},{"name":"WINBIO_SCP_PUBLIC_KEY_SIZE_V1","features":[47]},{"name":"WINBIO_SCP_RANDOM_SIZE_V1","features":[47]},{"name":"WINBIO_SCP_SIGNATURE_SIZE_V1","features":[47]},{"name":"WINBIO_SCP_VERSION_1","features":[47]},{"name":"WINBIO_SECURE_BUFFER_HEADER_V1","features":[47]},{"name":"WINBIO_SECURE_CONNECTION_DATA","features":[47]},{"name":"WINBIO_SECURE_CONNECTION_PARAMS","features":[47]},{"name":"WINBIO_SENSOR_ATTRIBUTES","features":[47]},{"name":"WINBIO_SENSOR_INTERFACE","features":[47,3,8]},{"name":"WINBIO_SETTING_SOURCE","features":[47]},{"name":"WINBIO_SETTING_SOURCE_DEFAULT","features":[47]},{"name":"WINBIO_SETTING_SOURCE_INVALID","features":[47]},{"name":"WINBIO_SETTING_SOURCE_LOCAL","features":[47]},{"name":"WINBIO_SETTING_SOURCE_POLICY","features":[47]},{"name":"WINBIO_SET_INDICATOR","features":[47]},{"name":"WINBIO_STORAGE_INTERFACE","features":[47,3,8]},{"name":"WINBIO_STORAGE_RECORD","features":[47]},{"name":"WINBIO_STORAGE_SCHEMA","features":[47]},{"name":"WINBIO_SUPPORTED_ALGORITHMS","features":[47]},{"name":"WINBIO_UNIT_SCHEMA","features":[47]},{"name":"WINBIO_UPDATE_FIRMWARE","features":[47]},{"name":"WINBIO_VERSION","features":[47]},{"name":"WINBIO_WBDI_MAJOR_VERSION","features":[47]},{"name":"WINBIO_WBDI_MINOR_VERSION","features":[47]},{"name":"WINIBIO_ENGINE_CONTEXT","features":[47]},{"name":"WINIBIO_SENSOR_CONTEXT","features":[47]},{"name":"WINIBIO_STORAGE_CONTEXT","features":[47]},{"name":"WinBioAcquireFocus","features":[47]},{"name":"WinBioAsyncEnumBiometricUnits","features":[47]},{"name":"WinBioAsyncEnumDatabases","features":[47]},{"name":"WinBioAsyncEnumServiceProviders","features":[47]},{"name":"WinBioAsyncMonitorFrameworkChanges","features":[47]},{"name":"WinBioAsyncOpenFramework","features":[47,3]},{"name":"WinBioAsyncOpenSession","features":[47,3]},{"name":"WinBioCancel","features":[47]},{"name":"WinBioCaptureSample","features":[47]},{"name":"WinBioCaptureSampleWithCallback","features":[47]},{"name":"WinBioCloseFramework","features":[47]},{"name":"WinBioCloseSession","features":[47]},{"name":"WinBioControlUnit","features":[47]},{"name":"WinBioControlUnitPrivileged","features":[47]},{"name":"WinBioDeleteTemplate","features":[47]},{"name":"WinBioEnrollBegin","features":[47]},{"name":"WinBioEnrollCapture","features":[47]},{"name":"WinBioEnrollCaptureWithCallback","features":[47]},{"name":"WinBioEnrollCommit","features":[47]},{"name":"WinBioEnrollDiscard","features":[47]},{"name":"WinBioEnrollSelect","features":[47]},{"name":"WinBioEnumBiometricUnits","features":[47]},{"name":"WinBioEnumDatabases","features":[47]},{"name":"WinBioEnumEnrollments","features":[47]},{"name":"WinBioEnumServiceProviders","features":[47]},{"name":"WinBioFree","features":[47]},{"name":"WinBioGetCredentialState","features":[47]},{"name":"WinBioGetDomainLogonSetting","features":[47]},{"name":"WinBioGetEnabledSetting","features":[47]},{"name":"WinBioGetEnrolledFactors","features":[47]},{"name":"WinBioGetLogonSetting","features":[47]},{"name":"WinBioGetProperty","features":[47]},{"name":"WinBioIdentify","features":[47]},{"name":"WinBioIdentifyWithCallback","features":[47]},{"name":"WinBioImproveBegin","features":[47]},{"name":"WinBioImproveEnd","features":[47]},{"name":"WinBioLocateSensor","features":[47]},{"name":"WinBioLocateSensorWithCallback","features":[47]},{"name":"WinBioLockUnit","features":[47]},{"name":"WinBioLogonIdentifiedUser","features":[47]},{"name":"WinBioMonitorPresence","features":[47]},{"name":"WinBioOpenSession","features":[47]},{"name":"WinBioRegisterEventMonitor","features":[47]},{"name":"WinBioReleaseFocus","features":[47]},{"name":"WinBioRemoveAllCredentials","features":[47]},{"name":"WinBioRemoveAllDomainCredentials","features":[47]},{"name":"WinBioRemoveCredential","features":[47]},{"name":"WinBioSetCredential","features":[47]},{"name":"WinBioSetProperty","features":[47]},{"name":"WinBioUnlockUnit","features":[47]},{"name":"WinBioUnregisterEventMonitor","features":[47]},{"name":"WinBioVerify","features":[47]},{"name":"WinBioVerifyWithCallback","features":[47,3]},{"name":"WinBioWait","features":[47]}],"372":[{"name":"A2DP_SINK_SUPPORTED_FEATURES_AMPLIFIER","features":[48]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_HEADPHONE","features":[48]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_RECORDER","features":[48]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_SPEAKER","features":[48]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_MICROPHONE","features":[48]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_MIXER","features":[48]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_PLAYER","features":[48]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_TUNER","features":[48]},{"name":"AF_BTH","features":[48]},{"name":"ATT_PROTOCOL_UUID16","features":[48]},{"name":"AUTHENTICATION_REQUIREMENTS","features":[48]},{"name":"AVCTP_PROTOCOL_UUID16","features":[48]},{"name":"AVDTP_PROTOCOL_UUID16","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_1","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_2","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_3","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_4","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_BROWSING","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_IMAGE","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_IMAGE_PROPERTIES","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_LINKED_THUMBNAIL","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_BROWSING","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_COVER_ART","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_GROUP_NAVIGATION","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_MULTIPLE_PLAYER_APPLICATIONS","features":[48]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_PLAYER_APPLICATION_SETTINGS","features":[48]},{"name":"AVRemoteControlControllerServiceClass_UUID16","features":[48]},{"name":"AVRemoteControlServiceClassID_UUID16","features":[48]},{"name":"AVRemoteControlTargetServiceClassID_UUID16","features":[48]},{"name":"AdvancedAudioDistributionProfileID_UUID16","features":[48]},{"name":"AdvancedAudioDistributionServiceClassID_UUID16","features":[48]},{"name":"AudioSinkServiceClassID_UUID16","features":[48]},{"name":"AudioSinkSourceServiceClassID_UUID16","features":[48]},{"name":"AudioSourceServiceClassID_UUID16","features":[48]},{"name":"AudioVideoServiceClassID_UUID16","features":[48]},{"name":"AudioVideoServiceClass_UUID16","features":[48]},{"name":"BDIF_ADDRESS","features":[48]},{"name":"BDIF_BR","features":[48]},{"name":"BDIF_BR_SECURE_CONNECTION_PAIRED","features":[48]},{"name":"BDIF_COD","features":[48]},{"name":"BDIF_CONNECTED","features":[48]},{"name":"BDIF_DEBUGKEY","features":[48]},{"name":"BDIF_EIR","features":[48]},{"name":"BDIF_LE","features":[48]},{"name":"BDIF_LE_CONNECTABLE","features":[48]},{"name":"BDIF_LE_CONNECTED","features":[48]},{"name":"BDIF_LE_DEBUGKEY","features":[48]},{"name":"BDIF_LE_DISCOVERABLE","features":[48]},{"name":"BDIF_LE_MITM_PROTECTED","features":[48]},{"name":"BDIF_LE_NAME","features":[48]},{"name":"BDIF_LE_PAIRED","features":[48]},{"name":"BDIF_LE_PERSONAL","features":[48]},{"name":"BDIF_LE_PRIVACY_ENABLED","features":[48]},{"name":"BDIF_LE_RANDOM_ADDRESS_TYPE","features":[48]},{"name":"BDIF_LE_SECURE_CONNECTION_PAIRED","features":[48]},{"name":"BDIF_LE_VISIBLE","features":[48]},{"name":"BDIF_NAME","features":[48]},{"name":"BDIF_PAIRED","features":[48]},{"name":"BDIF_PERSONAL","features":[48]},{"name":"BDIF_RSSI","features":[48]},{"name":"BDIF_SHORT_NAME","features":[48]},{"name":"BDIF_SSP_MITM_PROTECTED","features":[48]},{"name":"BDIF_SSP_PAIRED","features":[48]},{"name":"BDIF_SSP_SUPPORTED","features":[48]},{"name":"BDIF_TX_POWER","features":[48]},{"name":"BDIF_VISIBLE","features":[48]},{"name":"BLUETOOTH_ADDRESS","features":[48]},{"name":"BLUETOOTH_AUTHENTICATE_RESPONSE","features":[48]},{"name":"BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS","features":[48,3]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD","features":[48]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_LEGACY","features":[48]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON","features":[48]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_OOB","features":[48]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY","features":[48]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION","features":[48]},{"name":"BLUETOOTH_AUTHENTICATION_REQUIREMENTS","features":[48]},{"name":"BLUETOOTH_COD_PAIRS","features":[48]},{"name":"BLUETOOTH_DEVICE_INFO","features":[48,3]},{"name":"BLUETOOTH_DEVICE_NAME_SIZE","features":[48]},{"name":"BLUETOOTH_DEVICE_SEARCH_PARAMS","features":[48,3]},{"name":"BLUETOOTH_FIND_RADIO_PARAMS","features":[48]},{"name":"BLUETOOTH_GATT_FLAG_CONNECTION_AUTHENTICATED","features":[48]},{"name":"BLUETOOTH_GATT_FLAG_CONNECTION_ENCRYPTED","features":[48]},{"name":"BLUETOOTH_GATT_FLAG_FORCE_READ_FROM_CACHE","features":[48]},{"name":"BLUETOOTH_GATT_FLAG_FORCE_READ_FROM_DEVICE","features":[48]},{"name":"BLUETOOTH_GATT_FLAG_NONE","features":[48]},{"name":"BLUETOOTH_GATT_FLAG_RETURN_ALL","features":[48]},{"name":"BLUETOOTH_GATT_FLAG_SIGNED_WRITE","features":[48]},{"name":"BLUETOOTH_GATT_FLAG_WRITE_WITHOUT_RESPONSE","features":[48]},{"name":"BLUETOOTH_GATT_VALUE_CHANGED_EVENT","features":[48]},{"name":"BLUETOOTH_GATT_VALUE_CHANGED_EVENT_REGISTRATION","features":[48,3]},{"name":"BLUETOOTH_IO_CAPABILITY","features":[48]},{"name":"BLUETOOTH_IO_CAPABILITY_DISPLAYONLY","features":[48]},{"name":"BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO","features":[48]},{"name":"BLUETOOTH_IO_CAPABILITY_KEYBOARDONLY","features":[48]},{"name":"BLUETOOTH_IO_CAPABILITY_NOINPUTNOOUTPUT","features":[48]},{"name":"BLUETOOTH_IO_CAPABILITY_UNDEFINED","features":[48]},{"name":"BLUETOOTH_LOCAL_SERVICE_INFO","features":[48,3]},{"name":"BLUETOOTH_MAX_NAME_SIZE","features":[48]},{"name":"BLUETOOTH_MAX_PASSKEY_BUFFER_SIZE","features":[48]},{"name":"BLUETOOTH_MAX_PASSKEY_SIZE","features":[48]},{"name":"BLUETOOTH_MAX_SERVICE_NAME_SIZE","features":[48]},{"name":"BLUETOOTH_MITM_ProtectionNotDefined","features":[48]},{"name":"BLUETOOTH_MITM_ProtectionNotRequired","features":[48]},{"name":"BLUETOOTH_MITM_ProtectionNotRequiredBonding","features":[48]},{"name":"BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding","features":[48]},{"name":"BLUETOOTH_MITM_ProtectionRequired","features":[48]},{"name":"BLUETOOTH_MITM_ProtectionRequiredBonding","features":[48]},{"name":"BLUETOOTH_MITM_ProtectionRequiredGeneralBonding","features":[48]},{"name":"BLUETOOTH_NUMERIC_COMPARISON_INFO","features":[48]},{"name":"BLUETOOTH_OOB_DATA_INFO","features":[48]},{"name":"BLUETOOTH_PASSKEY_INFO","features":[48]},{"name":"BLUETOOTH_PIN_INFO","features":[48]},{"name":"BLUETOOTH_RADIO_INFO","features":[48]},{"name":"BLUETOOTH_SELECT_DEVICE_PARAMS","features":[48,3]},{"name":"BLUETOOTH_SERVICE_DISABLE","features":[48]},{"name":"BLUETOOTH_SERVICE_ENABLE","features":[48]},{"name":"BNEP_PROTOCOL_UUID16","features":[48]},{"name":"BTHLEENUM_ATT_MTU_DEFAULT","features":[48]},{"name":"BTHLEENUM_ATT_MTU_INITIAL_NEGOTIATION","features":[48]},{"name":"BTHLEENUM_ATT_MTU_MAX","features":[48]},{"name":"BTHLEENUM_ATT_MTU_MIN","features":[48]},{"name":"BTHNS_RESULT_DEVICE_AUTHENTICATED","features":[48]},{"name":"BTHNS_RESULT_DEVICE_CONNECTED","features":[48]},{"name":"BTHNS_RESULT_DEVICE_REMEMBERED","features":[48]},{"name":"BTHPROTO_L2CAP","features":[48]},{"name":"BTHPROTO_RFCOMM","features":[48]},{"name":"BTH_ADDR_GIAC","features":[48]},{"name":"BTH_ADDR_IAC_FIRST","features":[48]},{"name":"BTH_ADDR_IAC_LAST","features":[48]},{"name":"BTH_ADDR_LIAC","features":[48]},{"name":"BTH_ADDR_STRING_SIZE","features":[48]},{"name":"BTH_DEVICE_INFO","features":[48]},{"name":"BTH_EIR_128_UUIDS_COMPLETE_ID","features":[48]},{"name":"BTH_EIR_128_UUIDS_PARTIAL_ID","features":[48]},{"name":"BTH_EIR_16_UUIDS_COMPLETE_ID","features":[48]},{"name":"BTH_EIR_16_UUIDS_PARTIAL_ID","features":[48]},{"name":"BTH_EIR_32_UUIDS_COMPLETE_ID","features":[48]},{"name":"BTH_EIR_32_UUIDS_PARTIAL_ID","features":[48]},{"name":"BTH_EIR_FLAGS_ID","features":[48]},{"name":"BTH_EIR_LOCAL_NAME_COMPLETE_ID","features":[48]},{"name":"BTH_EIR_LOCAL_NAME_PARTIAL_ID","features":[48]},{"name":"BTH_EIR_MANUFACTURER_ID","features":[48]},{"name":"BTH_EIR_OOB_BD_ADDR_ID","features":[48]},{"name":"BTH_EIR_OOB_COD_ID","features":[48]},{"name":"BTH_EIR_OOB_OPT_DATA_LEN_ID","features":[48]},{"name":"BTH_EIR_OOB_SP_HASH_ID","features":[48]},{"name":"BTH_EIR_OOB_SP_RANDOMIZER_ID","features":[48]},{"name":"BTH_EIR_SIZE","features":[48]},{"name":"BTH_EIR_TX_POWER_LEVEL_ID","features":[48]},{"name":"BTH_ERROR_ACL_CONNECTION_ALREADY_EXISTS","features":[48]},{"name":"BTH_ERROR_AUTHENTICATION_FAILURE","features":[48]},{"name":"BTH_ERROR_CHANNEL_CLASSIFICATION_NOT_SUPPORTED","features":[48]},{"name":"BTH_ERROR_COARSE_CLOCK_ADJUSTMENT_REJECTED","features":[48]},{"name":"BTH_ERROR_COMMAND_DISALLOWED","features":[48]},{"name":"BTH_ERROR_CONNECTION_FAILED_TO_BE_ESTABLISHED","features":[48]},{"name":"BTH_ERROR_CONNECTION_REJECTED_DUE_TO_NO_SUITABLE_CHANNEL_FOUND","features":[48]},{"name":"BTH_ERROR_CONNECTION_TERMINATED_DUE_TO_MIC_FAILURE","features":[48]},{"name":"BTH_ERROR_CONNECTION_TIMEOUT","features":[48]},{"name":"BTH_ERROR_CONTROLLER_BUSY","features":[48]},{"name":"BTH_ERROR_DIFFERENT_TRANSACTION_COLLISION","features":[48]},{"name":"BTH_ERROR_DIRECTED_ADVERTISING_TIMEOUT","features":[48]},{"name":"BTH_ERROR_ENCRYPTION_MODE_NOT_ACCEPTABLE","features":[48]},{"name":"BTH_ERROR_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE","features":[48]},{"name":"BTH_ERROR_HARDWARE_FAILURE","features":[48]},{"name":"BTH_ERROR_HOST_BUSY_PAIRING","features":[48]},{"name":"BTH_ERROR_HOST_REJECTED_LIMITED_RESOURCES","features":[48]},{"name":"BTH_ERROR_HOST_REJECTED_PERSONAL_DEVICE","features":[48]},{"name":"BTH_ERROR_HOST_REJECTED_SECURITY_REASONS","features":[48]},{"name":"BTH_ERROR_HOST_TIMEOUT","features":[48]},{"name":"BTH_ERROR_INSTANT_PASSED","features":[48]},{"name":"BTH_ERROR_INSUFFICIENT_SECURITY","features":[48]},{"name":"BTH_ERROR_INVALID_HCI_PARAMETER","features":[48]},{"name":"BTH_ERROR_INVALID_LMP_PARAMETERS","features":[48]},{"name":"BTH_ERROR_KEY_MISSING","features":[48]},{"name":"BTH_ERROR_LIMIT_REACHED","features":[48]},{"name":"BTH_ERROR_LMP_PDU_NOT_ALLOWED","features":[48]},{"name":"BTH_ERROR_LMP_RESPONSE_TIMEOUT","features":[48]},{"name":"BTH_ERROR_LMP_TRANSACTION_COLLISION","features":[48]},{"name":"BTH_ERROR_LOCAL_HOST_TERMINATED_CONNECTION","features":[48]},{"name":"BTH_ERROR_MAC_CONNECTION_FAILED","features":[48]},{"name":"BTH_ERROR_MAX_NUMBER_OF_CONNECTIONS","features":[48]},{"name":"BTH_ERROR_MAX_NUMBER_OF_SCO_CONNECTIONS","features":[48]},{"name":"BTH_ERROR_MEMORY_FULL","features":[48]},{"name":"BTH_ERROR_NO_CONNECTION","features":[48]},{"name":"BTH_ERROR_OPERATION_CANCELLED_BY_HOST","features":[48]},{"name":"BTH_ERROR_PACKET_TOO_LONG","features":[48]},{"name":"BTH_ERROR_PAGE_TIMEOUT","features":[48]},{"name":"BTH_ERROR_PAIRING_NOT_ALLOWED","features":[48]},{"name":"BTH_ERROR_PAIRING_WITH_UNIT_KEY_NOT_SUPPORTED","features":[48]},{"name":"BTH_ERROR_PARAMETER_OUT_OF_MANDATORY_RANGE","features":[48]},{"name":"BTH_ERROR_QOS_IS_NOT_SUPPORTED","features":[48]},{"name":"BTH_ERROR_QOS_REJECTED","features":[48]},{"name":"BTH_ERROR_QOS_UNACCEPTABLE_PARAMETER","features":[48]},{"name":"BTH_ERROR_REMOTE_LOW_RESOURCES","features":[48]},{"name":"BTH_ERROR_REMOTE_POWERING_OFF","features":[48]},{"name":"BTH_ERROR_REMOTE_USER_ENDED_CONNECTION","features":[48]},{"name":"BTH_ERROR_REPEATED_ATTEMPTS","features":[48]},{"name":"BTH_ERROR_RESERVED_SLOT_VIOLATION","features":[48]},{"name":"BTH_ERROR_ROLE_CHANGE_NOT_ALLOWED","features":[48]},{"name":"BTH_ERROR_ROLE_SWITCH_FAILED","features":[48]},{"name":"BTH_ERROR_ROLE_SWITCH_PENDING","features":[48]},{"name":"BTH_ERROR_SCO_AIRMODE_REJECTED","features":[48]},{"name":"BTH_ERROR_SCO_INTERVAL_REJECTED","features":[48]},{"name":"BTH_ERROR_SCO_OFFSET_REJECTED","features":[48]},{"name":"BTH_ERROR_SECURE_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST","features":[48]},{"name":"BTH_ERROR_SUCCESS","features":[48]},{"name":"BTH_ERROR_TYPE_0_SUBMAP_NOT_DEFINED","features":[48]},{"name":"BTH_ERROR_UKNOWN_LMP_PDU","features":[48]},{"name":"BTH_ERROR_UNACCEPTABLE_CONNECTION_INTERVAL","features":[48]},{"name":"BTH_ERROR_UNIT_KEY_NOT_USED","features":[48]},{"name":"BTH_ERROR_UNKNOWN_ADVERTISING_IDENTIFIER","features":[48]},{"name":"BTH_ERROR_UNKNOWN_HCI_COMMAND","features":[48]},{"name":"BTH_ERROR_UNSPECIFIED","features":[48]},{"name":"BTH_ERROR_UNSPECIFIED_ERROR","features":[48]},{"name":"BTH_ERROR_UNSUPPORTED_FEATURE_OR_PARAMETER","features":[48]},{"name":"BTH_ERROR_UNSUPPORTED_LMP_PARM_VALUE","features":[48]},{"name":"BTH_ERROR_UNSUPPORTED_REMOTE_FEATURE","features":[48]},{"name":"BTH_HCI_EVENT_INFO","features":[48]},{"name":"BTH_HOST_FEATURE_ENHANCED_RETRANSMISSION_MODE","features":[48]},{"name":"BTH_HOST_FEATURE_LOW_ENERGY","features":[48]},{"name":"BTH_HOST_FEATURE_SCO_HCI","features":[48]},{"name":"BTH_HOST_FEATURE_SCO_HCIBYPASS","features":[48]},{"name":"BTH_HOST_FEATURE_STREAMING_MODE","features":[48]},{"name":"BTH_INFO_REQ","features":[48]},{"name":"BTH_INFO_RSP","features":[48]},{"name":"BTH_IOCTL_BASE","features":[48]},{"name":"BTH_L2CAP_EVENT_INFO","features":[48]},{"name":"BTH_LE_ATT_BLUETOOTH_BASE_GUID","features":[48]},{"name":"BTH_LE_ATT_CID","features":[48]},{"name":"BTH_LE_ATT_MAX_VALUE_SIZE","features":[48]},{"name":"BTH_LE_ATT_TRANSACTION_TIMEOUT","features":[48]},{"name":"BTH_LE_ERROR_ATTRIBUTE_NOT_FOUND","features":[48]},{"name":"BTH_LE_ERROR_ATTRIBUTE_NOT_LONG","features":[48]},{"name":"BTH_LE_ERROR_INSUFFICIENT_AUTHENTICATION","features":[48]},{"name":"BTH_LE_ERROR_INSUFFICIENT_AUTHORIZATION","features":[48]},{"name":"BTH_LE_ERROR_INSUFFICIENT_ENCRYPTION","features":[48]},{"name":"BTH_LE_ERROR_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[48]},{"name":"BTH_LE_ERROR_INSUFFICIENT_RESOURCES","features":[48]},{"name":"BTH_LE_ERROR_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[48]},{"name":"BTH_LE_ERROR_INVALID_HANDLE","features":[48]},{"name":"BTH_LE_ERROR_INVALID_OFFSET","features":[48]},{"name":"BTH_LE_ERROR_INVALID_PDU","features":[48]},{"name":"BTH_LE_ERROR_PREPARE_QUEUE_FULL","features":[48]},{"name":"BTH_LE_ERROR_READ_NOT_PERMITTED","features":[48]},{"name":"BTH_LE_ERROR_REQUEST_NOT_SUPPORTED","features":[48]},{"name":"BTH_LE_ERROR_UNKNOWN","features":[48]},{"name":"BTH_LE_ERROR_UNLIKELY","features":[48]},{"name":"BTH_LE_ERROR_UNSUPPORTED_GROUP_TYPE","features":[48]},{"name":"BTH_LE_ERROR_WRITE_NOT_PERMITTED","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_BOOKSHELF_SPEAKER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_SOUNDBAR","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_SPEAKERPHONE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_STANDALONE_SPEAKER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_STANDMOUNTED_SPEAKER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_ALARM","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_AUDITORIUM","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BELL","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BROADCASTING_DEVICE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BROADCASTING_ROOM","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_HORN","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_KIOSK","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_MICROPHONE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_SERVICE_DESK","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_BLOOD_PRESSURE_SUBCATEGORY_ARM","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_BLOOD_PRESSURE_SUBCATEGORY_WRIST","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_ACCESS_CONTROL","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AIRCRAFT","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AIR_CONDITIONING","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AUDIO_SINK","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AUDIO_SOURCE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AV_EQUIPMENT","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_BARCODE_SCANNER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_BLOOD_PRESSURE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CLOCK","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_COMPUTER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CONTINUOUS_GLUCOSE_MONITOR","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CONTROL_DEVICE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CYCLING","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DISPLAY","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DISPLAY_EQUIPMENT","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DOMESTIC_APPLIANCE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_EYE_GLASSES","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_FAN","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_GAMING","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_GLUCOSE_METER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEARING_AID","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEART_RATE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEATING","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HID","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HUMIDIFIER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HVAC","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_INSULIN_PUMP","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_KEYRING","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_LIGHT_FIXTURES","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_LIGHT_SOURCE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MASK","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MEDIA_PLAYER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MEDICATION_DELIVERY","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MOTORIZED_DEVICE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MOTORIZED_VEHICLE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_NETWORK_DEVICE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_OFFSET","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_OUTDOOR_SPORTS_ACTIVITY","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PERSONAL_MOBILITY_DEVICE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PHONE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PLUSE_OXIMETER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_POWER_DEVICE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_REMOTE_CONTROL","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_RUNNING_WALKING_SENSOR","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_SENSOR","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_SIGNAGE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_TAG","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_THERMOMETER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_UNCATEGORIZED","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WATCH","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WEARABLE_AUDIO_DEVICE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WEIGHT_SCALE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WINDOW_COVERING","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_CADENCE_SENSOR","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_CYCLING_COMPUTER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_POWER_SENSOR","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_SPEED_AND_CADENCE_SENSOR","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_SPEED_SENSOR","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_BEHIND_EAR_HEARING_AID","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_COCHLEAR_IMPLANT","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_IN_EAR_HEARING_AID","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HEART_RATE_SUBCATEGORY_HEART_RATE_BELT","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_BARCODE_SCANNER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_CARD_READER","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_DIGITAL_PEN","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_DIGITIZER_TABLET","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_GAMEPAD","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_JOYSTICK","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_KEYBOARD","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_MOUSE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_DISPLAY_DEVICE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_NAVIGATION_DISPLAY_DEVICE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_NAVIGATION_POD","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_POD","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_PULSE_OXIMETER_SUBCATEGORY_FINGERTIP","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_PULSE_OXIMETER_SUBCATEGORY_WRIST_WORN","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_IN_SHOE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_ON_HIP","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_ON_SHOE","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_SUBCATEGORY_GENERIC","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_SUB_CATEGORY_MASK","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_THERMOMETER_SUBCATEGORY_EAR","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_WATCH_SUBCATEGORY_SPORTS_WATCH","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_EARBUD","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_HEADPHONES","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_HEADSET","features":[48]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_NECKBAND","features":[48]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_CHARACTERISTIC","features":[48]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_INCLUDE","features":[48]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_PRIMARY_SERVICE","features":[48]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_SECONDARY_SERVICE","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC","features":[48,3]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_AGGREGATE_FORMAT","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_CLIENT_CONFIGURATION","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_EXTENDED_PROPERTIES","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_FORMAT","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_SERVER_CONFIGURATION","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_USER_DESCRIPTION","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_APPEARANCE","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_DEVICE_NAME","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_PERIPHERAL_PREFERED_CONNECTION_PARAMETER","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_PERIPHERAL_PRIVACY_FLAG","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_RECONNECTION_ADDRESS","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_SERVICE_CHANGED","features":[48]},{"name":"BTH_LE_GATT_CHARACTERISTIC_VALUE","features":[48]},{"name":"BTH_LE_GATT_DEFAULT_MAX_INCLUDED_SERVICES_DEPTH","features":[48]},{"name":"BTH_LE_GATT_DESCRIPTOR","features":[48,3]},{"name":"BTH_LE_GATT_DESCRIPTOR_TYPE","features":[48]},{"name":"BTH_LE_GATT_DESCRIPTOR_VALUE","features":[48,3]},{"name":"BTH_LE_GATT_EVENT_TYPE","features":[48]},{"name":"BTH_LE_GATT_SERVICE","features":[48,3]},{"name":"BTH_LE_SERVICE_GAP","features":[48]},{"name":"BTH_LE_SERVICE_GATT","features":[48]},{"name":"BTH_LE_UUID","features":[48,3]},{"name":"BTH_LINK_KEY_LENGTH","features":[48]},{"name":"BTH_MAJORVERSION","features":[48]},{"name":"BTH_MAX_NAME_SIZE","features":[48]},{"name":"BTH_MAX_PIN_SIZE","features":[48]},{"name":"BTH_MAX_SERVICE_NAME_SIZE","features":[48]},{"name":"BTH_MFG_3COM","features":[48]},{"name":"BTH_MFG_ALCATEL","features":[48]},{"name":"BTH_MFG_APPLE","features":[48]},{"name":"BTH_MFG_ARUBA_NETWORKS","features":[48]},{"name":"BTH_MFG_ATMEL","features":[48]},{"name":"BTH_MFG_AVM_BERLIN","features":[48]},{"name":"BTH_MFG_BANDSPEED","features":[48]},{"name":"BTH_MFG_BROADCOM","features":[48]},{"name":"BTH_MFG_CONEXANT","features":[48]},{"name":"BTH_MFG_CSR","features":[48]},{"name":"BTH_MFG_C_TECHNOLOGIES","features":[48]},{"name":"BTH_MFG_DIGIANSWER","features":[48]},{"name":"BTH_MFG_ERICSSON","features":[48]},{"name":"BTH_MFG_HITACHI","features":[48]},{"name":"BTH_MFG_IBM","features":[48]},{"name":"BTH_MFG_INFINEON","features":[48]},{"name":"BTH_MFG_INTEL","features":[48]},{"name":"BTH_MFG_INTERNAL_USE","features":[48]},{"name":"BTH_MFG_INVENTEL","features":[48]},{"name":"BTH_MFG_KC_TECHNOLOGY","features":[48]},{"name":"BTH_MFG_LUCENT","features":[48]},{"name":"BTH_MFG_MACRONIX_INTERNATIONAL","features":[48]},{"name":"BTH_MFG_MANSELLA","features":[48]},{"name":"BTH_MFG_MARVELL","features":[48]},{"name":"BTH_MFG_MICROSOFT","features":[48]},{"name":"BTH_MFG_MITEL","features":[48]},{"name":"BTH_MFG_MITSIBUSHI","features":[48]},{"name":"BTH_MFG_MOTOROLA","features":[48]},{"name":"BTH_MFG_NEC","features":[48]},{"name":"BTH_MFG_NEWLOGIC","features":[48]},{"name":"BTH_MFG_NOKIA","features":[48]},{"name":"BTH_MFG_NORDIC_SEMICONDUCTORS_ASA","features":[48]},{"name":"BTH_MFG_OPEN_INTERFACE","features":[48]},{"name":"BTH_MFG_PARTHUS","features":[48]},{"name":"BTH_MFG_PHILIPS_SEMICONDUCTOR","features":[48]},{"name":"BTH_MFG_QUALCOMM","features":[48]},{"name":"BTH_MFG_RF_MICRO_DEVICES","features":[48]},{"name":"BTH_MFG_ROHDE_SCHWARZ","features":[48]},{"name":"BTH_MFG_RTX_TELECOM","features":[48]},{"name":"BTH_MFG_SIGNIA","features":[48]},{"name":"BTH_MFG_SILICONWAVE","features":[48]},{"name":"BTH_MFG_SYMBOL_TECHNOLOGIES","features":[48]},{"name":"BTH_MFG_TENOVIS","features":[48]},{"name":"BTH_MFG_TI","features":[48]},{"name":"BTH_MFG_TOSHIBA","features":[48]},{"name":"BTH_MFG_TRANSILICA","features":[48]},{"name":"BTH_MFG_TTPCOM","features":[48]},{"name":"BTH_MFG_WAVEPLUS_TECHNOLOGY_CO","features":[48]},{"name":"BTH_MFG_WIDCOMM","features":[48]},{"name":"BTH_MFG_ZEEVO","features":[48]},{"name":"BTH_MINORVERSION","features":[48]},{"name":"BTH_PING_REQ","features":[48]},{"name":"BTH_PING_RSP","features":[48]},{"name":"BTH_QUERY_DEVICE","features":[48]},{"name":"BTH_QUERY_SERVICE","features":[48]},{"name":"BTH_RADIO_IN_RANGE","features":[48]},{"name":"BTH_SDP_VERSION","features":[48]},{"name":"BTH_SET_SERVICE","features":[48,3]},{"name":"BTH_VID_DEFAULT_VALUE","features":[48]},{"name":"BT_PORT_DYN_FIRST","features":[48]},{"name":"BT_PORT_MAX","features":[48]},{"name":"BT_PORT_MIN","features":[48]},{"name":"BasicPrintingProfileID_UUID16","features":[48]},{"name":"BasicPrintingServiceClassID_UUID16","features":[48]},{"name":"BluetoothAuthenticateDevice","features":[48,3]},{"name":"BluetoothAuthenticateDeviceEx","features":[48,3]},{"name":"BluetoothAuthenticateMultipleDevices","features":[48,3]},{"name":"BluetoothDisplayDeviceProperties","features":[48,3]},{"name":"BluetoothEnableDiscovery","features":[48,3]},{"name":"BluetoothEnableIncomingConnections","features":[48,3]},{"name":"BluetoothEnumerateInstalledServices","features":[48,3]},{"name":"BluetoothFindDeviceClose","features":[48,3]},{"name":"BluetoothFindFirstDevice","features":[48,3]},{"name":"BluetoothFindFirstRadio","features":[48,3]},{"name":"BluetoothFindNextDevice","features":[48,3]},{"name":"BluetoothFindNextRadio","features":[48,3]},{"name":"BluetoothFindRadioClose","features":[48,3]},{"name":"BluetoothGATTAbortReliableWrite","features":[48,3]},{"name":"BluetoothGATTBeginReliableWrite","features":[48,3]},{"name":"BluetoothGATTEndReliableWrite","features":[48,3]},{"name":"BluetoothGATTGetCharacteristicValue","features":[48,3]},{"name":"BluetoothGATTGetCharacteristics","features":[48,3]},{"name":"BluetoothGATTGetDescriptorValue","features":[48,3]},{"name":"BluetoothGATTGetDescriptors","features":[48,3]},{"name":"BluetoothGATTGetIncludedServices","features":[48,3]},{"name":"BluetoothGATTGetServices","features":[48,3]},{"name":"BluetoothGATTRegisterEvent","features":[48,3]},{"name":"BluetoothGATTSetCharacteristicValue","features":[48,3]},{"name":"BluetoothGATTSetDescriptorValue","features":[48,3]},{"name":"BluetoothGATTUnregisterEvent","features":[48]},{"name":"BluetoothGetDeviceInfo","features":[48,3]},{"name":"BluetoothGetRadioInfo","features":[48,3]},{"name":"BluetoothIsConnectable","features":[48,3]},{"name":"BluetoothIsDiscoverable","features":[48,3]},{"name":"BluetoothIsVersionAvailable","features":[48,3]},{"name":"BluetoothRegisterForAuthentication","features":[48,3]},{"name":"BluetoothRegisterForAuthenticationEx","features":[48,3]},{"name":"BluetoothRemoveDevice","features":[48]},{"name":"BluetoothSdpEnumAttributes","features":[48,3]},{"name":"BluetoothSdpGetAttributeValue","features":[48]},{"name":"BluetoothSdpGetContainerElementData","features":[48]},{"name":"BluetoothSdpGetElementData","features":[48]},{"name":"BluetoothSdpGetString","features":[48]},{"name":"BluetoothSelectDevices","features":[48,3]},{"name":"BluetoothSelectDevicesFree","features":[48,3]},{"name":"BluetoothSendAuthenticationResponse","features":[48,3]},{"name":"BluetoothSendAuthenticationResponseEx","features":[48,3]},{"name":"BluetoothSetLocalServiceInfo","features":[48,3]},{"name":"BluetoothSetServiceState","features":[48,3]},{"name":"BluetoothUnregisterAuthentication","features":[48,3]},{"name":"BluetoothUpdateDeviceRecord","features":[48,3]},{"name":"Bluetooth_Base_UUID","features":[48]},{"name":"BrowseGroupDescriptorServiceClassID_UUID16","features":[48]},{"name":"CMPT_PROTOCOL_UUID16","features":[48]},{"name":"COD_AUDIO_MINOR_CAMCORDER","features":[48]},{"name":"COD_AUDIO_MINOR_CAR_AUDIO","features":[48]},{"name":"COD_AUDIO_MINOR_GAMING_TOY","features":[48]},{"name":"COD_AUDIO_MINOR_HANDS_FREE","features":[48]},{"name":"COD_AUDIO_MINOR_HEADPHONES","features":[48]},{"name":"COD_AUDIO_MINOR_HEADSET","features":[48]},{"name":"COD_AUDIO_MINOR_HEADSET_HANDS_FREE","features":[48]},{"name":"COD_AUDIO_MINOR_HIFI_AUDIO","features":[48]},{"name":"COD_AUDIO_MINOR_LOUDSPEAKER","features":[48]},{"name":"COD_AUDIO_MINOR_MICROPHONE","features":[48]},{"name":"COD_AUDIO_MINOR_PORTABLE_AUDIO","features":[48]},{"name":"COD_AUDIO_MINOR_SET_TOP_BOX","features":[48]},{"name":"COD_AUDIO_MINOR_UNCLASSIFIED","features":[48]},{"name":"COD_AUDIO_MINOR_VCR","features":[48]},{"name":"COD_AUDIO_MINOR_VIDEO_CAMERA","features":[48]},{"name":"COD_AUDIO_MINOR_VIDEO_DISPLAY_CONFERENCING","features":[48]},{"name":"COD_AUDIO_MINOR_VIDEO_DISPLAY_LOUDSPEAKER","features":[48]},{"name":"COD_AUDIO_MINOR_VIDEO_MONITOR","features":[48]},{"name":"COD_COMPUTER_MINOR_DESKTOP","features":[48]},{"name":"COD_COMPUTER_MINOR_HANDHELD","features":[48]},{"name":"COD_COMPUTER_MINOR_LAPTOP","features":[48]},{"name":"COD_COMPUTER_MINOR_PALM","features":[48]},{"name":"COD_COMPUTER_MINOR_SERVER","features":[48]},{"name":"COD_COMPUTER_MINOR_UNCLASSIFIED","features":[48]},{"name":"COD_COMPUTER_MINOR_WEARABLE","features":[48]},{"name":"COD_FORMAT_BIT_OFFSET","features":[48]},{"name":"COD_FORMAT_MASK","features":[48]},{"name":"COD_HEALTH_MINOR_BLOOD_PRESSURE_MONITOR","features":[48]},{"name":"COD_HEALTH_MINOR_GLUCOSE_METER","features":[48]},{"name":"COD_HEALTH_MINOR_HEALTH_DATA_DISPLAY","features":[48]},{"name":"COD_HEALTH_MINOR_HEART_PULSE_MONITOR","features":[48]},{"name":"COD_HEALTH_MINOR_PULSE_OXIMETER","features":[48]},{"name":"COD_HEALTH_MINOR_STEP_COUNTER","features":[48]},{"name":"COD_HEALTH_MINOR_THERMOMETER","features":[48]},{"name":"COD_HEALTH_MINOR_WEIGHING_SCALE","features":[48]},{"name":"COD_IMAGING_MINOR_CAMERA_MASK","features":[48]},{"name":"COD_IMAGING_MINOR_DISPLAY_MASK","features":[48]},{"name":"COD_IMAGING_MINOR_PRINTER_MASK","features":[48]},{"name":"COD_IMAGING_MINOR_SCANNER_MASK","features":[48]},{"name":"COD_LAN_ACCESS_0_USED","features":[48]},{"name":"COD_LAN_ACCESS_17_USED","features":[48]},{"name":"COD_LAN_ACCESS_33_USED","features":[48]},{"name":"COD_LAN_ACCESS_50_USED","features":[48]},{"name":"COD_LAN_ACCESS_67_USED","features":[48]},{"name":"COD_LAN_ACCESS_83_USED","features":[48]},{"name":"COD_LAN_ACCESS_99_USED","features":[48]},{"name":"COD_LAN_ACCESS_BIT_OFFSET","features":[48]},{"name":"COD_LAN_ACCESS_FULL","features":[48]},{"name":"COD_LAN_ACCESS_MASK","features":[48]},{"name":"COD_LAN_MINOR_MASK","features":[48]},{"name":"COD_LAN_MINOR_UNCLASSIFIED","features":[48]},{"name":"COD_MAJOR_AUDIO","features":[48]},{"name":"COD_MAJOR_COMPUTER","features":[48]},{"name":"COD_MAJOR_HEALTH","features":[48]},{"name":"COD_MAJOR_IMAGING","features":[48]},{"name":"COD_MAJOR_LAN_ACCESS","features":[48]},{"name":"COD_MAJOR_MASK","features":[48]},{"name":"COD_MAJOR_MISCELLANEOUS","features":[48]},{"name":"COD_MAJOR_PERIPHERAL","features":[48]},{"name":"COD_MAJOR_PHONE","features":[48]},{"name":"COD_MAJOR_TOY","features":[48]},{"name":"COD_MAJOR_UNCLASSIFIED","features":[48]},{"name":"COD_MAJOR_WEARABLE","features":[48]},{"name":"COD_MINOR_BIT_OFFSET","features":[48]},{"name":"COD_MINOR_MASK","features":[48]},{"name":"COD_PERIPHERAL_MINOR_GAMEPAD","features":[48]},{"name":"COD_PERIPHERAL_MINOR_JOYSTICK","features":[48]},{"name":"COD_PERIPHERAL_MINOR_KEYBOARD_MASK","features":[48]},{"name":"COD_PERIPHERAL_MINOR_NO_CATEGORY","features":[48]},{"name":"COD_PERIPHERAL_MINOR_POINTER_MASK","features":[48]},{"name":"COD_PERIPHERAL_MINOR_REMOTE_CONTROL","features":[48]},{"name":"COD_PERIPHERAL_MINOR_SENSING","features":[48]},{"name":"COD_PHONE_MINOR_CELLULAR","features":[48]},{"name":"COD_PHONE_MINOR_CORDLESS","features":[48]},{"name":"COD_PHONE_MINOR_SMART","features":[48]},{"name":"COD_PHONE_MINOR_UNCLASSIFIED","features":[48]},{"name":"COD_PHONE_MINOR_WIRED_MODEM","features":[48]},{"name":"COD_SERVICE_AUDIO","features":[48]},{"name":"COD_SERVICE_CAPTURING","features":[48]},{"name":"COD_SERVICE_INFORMATION","features":[48]},{"name":"COD_SERVICE_LE_AUDIO","features":[48]},{"name":"COD_SERVICE_LIMITED","features":[48]},{"name":"COD_SERVICE_MASK","features":[48]},{"name":"COD_SERVICE_MAX_COUNT","features":[48]},{"name":"COD_SERVICE_NETWORKING","features":[48]},{"name":"COD_SERVICE_OBJECT_XFER","features":[48]},{"name":"COD_SERVICE_POSITIONING","features":[48]},{"name":"COD_SERVICE_RENDERING","features":[48]},{"name":"COD_SERVICE_TELEPHONY","features":[48]},{"name":"COD_TOY_MINOR_CONTROLLER","features":[48]},{"name":"COD_TOY_MINOR_DOLL_ACTION_FIGURE","features":[48]},{"name":"COD_TOY_MINOR_GAME","features":[48]},{"name":"COD_TOY_MINOR_ROBOT","features":[48]},{"name":"COD_TOY_MINOR_VEHICLE","features":[48]},{"name":"COD_VERSION","features":[48]},{"name":"COD_WEARABLE_MINOR_GLASSES","features":[48]},{"name":"COD_WEARABLE_MINOR_HELMET","features":[48]},{"name":"COD_WEARABLE_MINOR_JACKET","features":[48]},{"name":"COD_WEARABLE_MINOR_PAGER","features":[48]},{"name":"COD_WEARABLE_MINOR_WRIST_WATCH","features":[48]},{"name":"CORDLESS_EXTERNAL_NETWORK_ANALOG_CELLULAR","features":[48]},{"name":"CORDLESS_EXTERNAL_NETWORK_CDMA","features":[48]},{"name":"CORDLESS_EXTERNAL_NETWORK_GSM","features":[48]},{"name":"CORDLESS_EXTERNAL_NETWORK_ISDN","features":[48]},{"name":"CORDLESS_EXTERNAL_NETWORK_OTHER","features":[48]},{"name":"CORDLESS_EXTERNAL_NETWORK_PACKET_SWITCHED","features":[48]},{"name":"CORDLESS_EXTERNAL_NETWORK_PSTN","features":[48]},{"name":"CTNAccessServiceClassID_UUID16","features":[48]},{"name":"CTNNotificationServiceClassID_UUID16","features":[48]},{"name":"CTNProfileID_UUID16","features":[48]},{"name":"CharacteristicAggregateFormat","features":[48]},{"name":"CharacteristicExtendedProperties","features":[48]},{"name":"CharacteristicFormat","features":[48]},{"name":"CharacteristicUserDescription","features":[48]},{"name":"CharacteristicValueChangedEvent","features":[48]},{"name":"ClientCharacteristicConfiguration","features":[48]},{"name":"CommonISDNAccessServiceClassID_UUID16","features":[48]},{"name":"CommonISDNAccessServiceClass_UUID16","features":[48]},{"name":"CordlessServiceClassID_UUID16","features":[48]},{"name":"CordlessTelephonyServiceClassID_UUID16","features":[48]},{"name":"CustomDescriptor","features":[48]},{"name":"DI_VENDOR_ID_SOURCE_BLUETOOTH_SIG","features":[48]},{"name":"DI_VENDOR_ID_SOURCE_USB_IF","features":[48]},{"name":"DialupNetworkingServiceClassID_UUID16","features":[48]},{"name":"DirectPrintingReferenceObjectsServiceClassID_UUID16","features":[48]},{"name":"DirectPrintingServiceClassID_UUID16","features":[48]},{"name":"ENCODING_UTF_8","features":[48]},{"name":"ESdpUpnpIpLapServiceClassID_UUID16","features":[48]},{"name":"ESdpUpnpIpPanServiceClassID_UUID16","features":[48]},{"name":"ESdpUpnpL2capServiceClassID_UUID16","features":[48]},{"name":"FTP_PROTOCOL_UUID16","features":[48]},{"name":"FaxServiceClassID_UUID16","features":[48]},{"name":"GNSSProfileID_UUID16","features":[48]},{"name":"GNSSServerServiceClassID_UUID16","features":[48]},{"name":"GNServiceClassID_UUID16","features":[48]},{"name":"GUID_BLUETOOTHLE_DEVICE_INTERFACE","features":[48]},{"name":"GUID_BLUETOOTH_AUTHENTICATION_REQUEST","features":[48]},{"name":"GUID_BLUETOOTH_GATT_SERVICE_DEVICE_INTERFACE","features":[48]},{"name":"GUID_BLUETOOTH_HCI_EVENT","features":[48]},{"name":"GUID_BLUETOOTH_HCI_VENDOR_EVENT","features":[48]},{"name":"GUID_BLUETOOTH_KEYPRESS_EVENT","features":[48]},{"name":"GUID_BLUETOOTH_L2CAP_EVENT","features":[48]},{"name":"GUID_BLUETOOTH_RADIO_IN_RANGE","features":[48]},{"name":"GUID_BLUETOOTH_RADIO_OUT_OF_RANGE","features":[48]},{"name":"GUID_BTHPORT_DEVICE_INTERFACE","features":[48]},{"name":"GUID_BTH_RFCOMM_SERVICE_DEVICE_INTERFACE","features":[48]},{"name":"GenericAudioServiceClassID_UUID16","features":[48]},{"name":"GenericFileTransferServiceClassID_UUID16","features":[48]},{"name":"GenericNetworkingServiceClassID_UUID16","features":[48]},{"name":"GenericTelephonyServiceClassID_UUID16","features":[48]},{"name":"HANDLE_SDP_TYPE","features":[48]},{"name":"HBLUETOOTH_DEVICE_FIND","features":[48]},{"name":"HBLUETOOTH_RADIO_FIND","features":[48]},{"name":"HCCC_PROTOCOL_UUID16","features":[48]},{"name":"HCDC_PROTOCOL_UUID16","features":[48]},{"name":"HCI_CONNECTION_TYPE_ACL","features":[48]},{"name":"HCI_CONNECTION_TYPE_LE","features":[48]},{"name":"HCI_CONNECTION_TYPE_SCO","features":[48]},{"name":"HCI_CONNNECTION_TYPE_ACL","features":[48]},{"name":"HCI_CONNNECTION_TYPE_SCO","features":[48]},{"name":"HCN_PROTOCOL_UUID16","features":[48]},{"name":"HCRPrintServiceClassID_UUID16","features":[48]},{"name":"HCRScanServiceClassID_UUID16","features":[48]},{"name":"HID_PROTOCOL_UUID16","features":[48]},{"name":"HTTP_PROTOCOL_UUID16","features":[48]},{"name":"HandsfreeAudioGatewayServiceClassID_UUID16","features":[48]},{"name":"HandsfreeServiceClassID_UUID16","features":[48]},{"name":"HardcopyCableReplacementProfileID_UUID16","features":[48]},{"name":"HardcopyCableReplacementServiceClassID_UUID16","features":[48]},{"name":"HeadsetAudioGatewayServiceClassID_UUID16","features":[48]},{"name":"HeadsetHSServiceClassID_UUID16","features":[48]},{"name":"HeadsetServiceClassID_UUID16","features":[48]},{"name":"HealthDeviceProfileID_UUID16","features":[48]},{"name":"HealthDeviceProfileSinkServiceClassID_UUID16","features":[48]},{"name":"HealthDeviceProfileSourceServiceClassID_UUID16","features":[48]},{"name":"HumanInterfaceDeviceServiceClassID_UUID16","features":[48]},{"name":"IO_CAPABILITY","features":[48]},{"name":"IP_PROTOCOL_UUID16","features":[48]},{"name":"ImagingAutomaticArchiveServiceClassID_UUID16","features":[48]},{"name":"ImagingReferenceObjectsServiceClassID_UUID16","features":[48]},{"name":"ImagingResponderServiceClassID_UUID16","features":[48]},{"name":"ImagingServiceClassID_UUID16","features":[48]},{"name":"ImagingServiceProfileID_UUID16","features":[48]},{"name":"IntercomServiceClassID_UUID16","features":[48]},{"name":"IoCaps_DisplayOnly","features":[48]},{"name":"IoCaps_DisplayYesNo","features":[48]},{"name":"IoCaps_KeyboardOnly","features":[48]},{"name":"IoCaps_NoInputNoOutput","features":[48]},{"name":"IoCaps_Undefined","features":[48]},{"name":"IrMCSyncServiceClassID_UUID16","features":[48]},{"name":"IrMcSyncCommandServiceClassID_UUID16","features":[48]},{"name":"L2CAP_DEFAULT_MTU","features":[48]},{"name":"L2CAP_MAX_MTU","features":[48]},{"name":"L2CAP_MIN_MTU","features":[48]},{"name":"L2CAP_PROTOCOL_UUID16","features":[48]},{"name":"LANAccessUsingPPPServiceClassID_UUID16","features":[48]},{"name":"LANGUAGE_EN_US","features":[48]},{"name":"LANG_BASE_ENCODING_INDEX","features":[48]},{"name":"LANG_BASE_LANGUAGE_INDEX","features":[48]},{"name":"LANG_BASE_OFFSET_INDEX","features":[48]},{"name":"LANG_DEFAULT_ID","features":[48]},{"name":"LAP_GIAC_VALUE","features":[48]},{"name":"LAP_LIAC_VALUE","features":[48]},{"name":"MAX_L2CAP_INFO_DATA_LENGTH","features":[48]},{"name":"MAX_L2CAP_PING_DATA_LENGTH","features":[48]},{"name":"MAX_UUIDS_IN_QUERY","features":[48]},{"name":"MITMProtectionNotDefined","features":[48]},{"name":"MITMProtectionNotRequired","features":[48]},{"name":"MITMProtectionNotRequiredBonding","features":[48]},{"name":"MITMProtectionNotRequiredGeneralBonding","features":[48]},{"name":"MITMProtectionRequired","features":[48]},{"name":"MITMProtectionRequiredBonding","features":[48]},{"name":"MITMProtectionRequiredGeneralBonding","features":[48]},{"name":"MPSProfileID_UUID16","features":[48]},{"name":"MPSServiceClassID_UUID16","features":[48]},{"name":"MessageAccessProfileID_UUID16","features":[48]},{"name":"MessageAccessServerServiceClassID_UUID16","features":[48]},{"name":"MessageNotificationServerServiceClassID_UUID16","features":[48]},{"name":"NAPServiceClassID_UUID16","features":[48]},{"name":"NS_BTH","features":[48]},{"name":"NodeContainerType","features":[48]},{"name":"NodeContainerTypeAlternative","features":[48]},{"name":"NodeContainerTypeSequence","features":[48]},{"name":"OBEXFileTransferServiceClassID_UUID16","features":[48]},{"name":"OBEXObjectPushServiceClassID_UUID16","features":[48]},{"name":"OBEX_PROTOCOL_UUID16","features":[48]},{"name":"OBJECT_PUSH_FORMAT_ANY","features":[48]},{"name":"OBJECT_PUSH_FORMAT_ICAL_2_0","features":[48]},{"name":"OBJECT_PUSH_FORMAT_VCAL_1_0","features":[48]},{"name":"OBJECT_PUSH_FORMAT_VCARD_2_1","features":[48]},{"name":"OBJECT_PUSH_FORMAT_VCARD_3_0","features":[48]},{"name":"OBJECT_PUSH_FORMAT_VMESSAGE","features":[48]},{"name":"OBJECT_PUSH_FORMAT_VNOTE","features":[48]},{"name":"PANUServiceClassID_UUID16","features":[48]},{"name":"PFNBLUETOOTH_GATT_EVENT_CALLBACK","features":[48]},{"name":"PFN_AUTHENTICATION_CALLBACK","features":[48,3]},{"name":"PFN_AUTHENTICATION_CALLBACK_EX","features":[48,3]},{"name":"PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK","features":[48,3]},{"name":"PFN_DEVICE_CALLBACK","features":[48,3]},{"name":"PF_BTH","features":[48]},{"name":"PSM_3DSP","features":[48]},{"name":"PSM_ATT","features":[48]},{"name":"PSM_AVCTP","features":[48]},{"name":"PSM_AVCTP_BROWSE","features":[48]},{"name":"PSM_AVDTP","features":[48]},{"name":"PSM_BNEP","features":[48]},{"name":"PSM_HID_CONTROL","features":[48]},{"name":"PSM_HID_INTERRUPT","features":[48]},{"name":"PSM_LE_IPSP","features":[48]},{"name":"PSM_RFCOMM","features":[48]},{"name":"PSM_SDP","features":[48]},{"name":"PSM_TCS_BIN","features":[48]},{"name":"PSM_TCS_BIN_CORDLESS","features":[48]},{"name":"PSM_UDI_C_PLANE","features":[48]},{"name":"PSM_UPNP","features":[48]},{"name":"PhonebookAccessPceServiceClassID_UUID16","features":[48]},{"name":"PhonebookAccessProfileID_UUID16","features":[48]},{"name":"PhonebookAccessPseServiceClassID_UUID16","features":[48]},{"name":"PnPInformationServiceClassID_UUID16","features":[48]},{"name":"PrintingStatusServiceClassID_UUID16","features":[48]},{"name":"PublicBrowseGroupServiceClassID_UUID16","features":[48]},{"name":"RFCOMM_CMD_MSC","features":[48]},{"name":"RFCOMM_CMD_NONE","features":[48]},{"name":"RFCOMM_CMD_RLS","features":[48]},{"name":"RFCOMM_CMD_RPN","features":[48]},{"name":"RFCOMM_CMD_RPN_REQUEST","features":[48]},{"name":"RFCOMM_CMD_RPN_RESPONSE","features":[48]},{"name":"RFCOMM_COMMAND","features":[48]},{"name":"RFCOMM_MAX_MTU","features":[48]},{"name":"RFCOMM_MIN_MTU","features":[48]},{"name":"RFCOMM_MSC_DATA","features":[48]},{"name":"RFCOMM_PROTOCOL_UUID16","features":[48]},{"name":"RFCOMM_RLS_DATA","features":[48]},{"name":"RFCOMM_RPN_DATA","features":[48]},{"name":"RLS_ERROR","features":[48]},{"name":"RLS_FRAMING","features":[48]},{"name":"RLS_OVERRUN","features":[48]},{"name":"RLS_PARITY","features":[48]},{"name":"RPN_BAUD_115200","features":[48]},{"name":"RPN_BAUD_19200","features":[48]},{"name":"RPN_BAUD_230400","features":[48]},{"name":"RPN_BAUD_2400","features":[48]},{"name":"RPN_BAUD_38400","features":[48]},{"name":"RPN_BAUD_4800","features":[48]},{"name":"RPN_BAUD_57600","features":[48]},{"name":"RPN_BAUD_7200","features":[48]},{"name":"RPN_BAUD_9600","features":[48]},{"name":"RPN_DATA_5","features":[48]},{"name":"RPN_DATA_6","features":[48]},{"name":"RPN_DATA_7","features":[48]},{"name":"RPN_DATA_8","features":[48]},{"name":"RPN_FLOW_RTC_IN","features":[48]},{"name":"RPN_FLOW_RTC_OUT","features":[48]},{"name":"RPN_FLOW_RTR_IN","features":[48]},{"name":"RPN_FLOW_RTR_OUT","features":[48]},{"name":"RPN_FLOW_X_IN","features":[48]},{"name":"RPN_FLOW_X_OUT","features":[48]},{"name":"RPN_PARAM_BAUD","features":[48]},{"name":"RPN_PARAM_DATA","features":[48]},{"name":"RPN_PARAM_PARITY","features":[48]},{"name":"RPN_PARAM_P_TYPE","features":[48]},{"name":"RPN_PARAM_RTC_IN","features":[48]},{"name":"RPN_PARAM_RTC_OUT","features":[48]},{"name":"RPN_PARAM_RTR_IN","features":[48]},{"name":"RPN_PARAM_RTR_OUT","features":[48]},{"name":"RPN_PARAM_STOP","features":[48]},{"name":"RPN_PARAM_XOFF","features":[48]},{"name":"RPN_PARAM_XON","features":[48]},{"name":"RPN_PARAM_X_IN","features":[48]},{"name":"RPN_PARAM_X_OUT","features":[48]},{"name":"RPN_PARITY_EVEN","features":[48]},{"name":"RPN_PARITY_MARK","features":[48]},{"name":"RPN_PARITY_NONE","features":[48]},{"name":"RPN_PARITY_ODD","features":[48]},{"name":"RPN_PARITY_SPACE","features":[48]},{"name":"RPN_STOP_1","features":[48]},{"name":"RPN_STOP_1_5","features":[48]},{"name":"ReferencePrintingServiceClassID_UUID16","features":[48]},{"name":"ReflectsUIServiceClassID_UUID16","features":[48]},{"name":"SAP_BIT_OFFSET","features":[48]},{"name":"SDP_ATTRIB_A2DP_SUPPORTED_FEATURES","features":[48]},{"name":"SDP_ATTRIB_ADDITIONAL_PROTOCOL_DESCRIPTOR_LIST","features":[48]},{"name":"SDP_ATTRIB_AVAILABILITY","features":[48]},{"name":"SDP_ATTRIB_AVRCP_SUPPORTED_FEATURES","features":[48]},{"name":"SDP_ATTRIB_BROWSE_GROUP_ID","features":[48]},{"name":"SDP_ATTRIB_BROWSE_GROUP_LIST","features":[48]},{"name":"SDP_ATTRIB_CLASS_ID_LIST","features":[48]},{"name":"SDP_ATTRIB_CLIENT_EXECUTABLE_URL","features":[48]},{"name":"SDP_ATTRIB_CORDLESS_EXTERNAL_NETWORK","features":[48]},{"name":"SDP_ATTRIB_DI_PRIMARY_RECORD","features":[48]},{"name":"SDP_ATTRIB_DI_PRODUCT_ID","features":[48]},{"name":"SDP_ATTRIB_DI_SPECIFICATION_ID","features":[48]},{"name":"SDP_ATTRIB_DI_VENDOR_ID","features":[48]},{"name":"SDP_ATTRIB_DI_VENDOR_ID_SOURCE","features":[48]},{"name":"SDP_ATTRIB_DI_VERSION","features":[48]},{"name":"SDP_ATTRIB_DOCUMENTATION_URL","features":[48]},{"name":"SDP_ATTRIB_FAX_AUDIO_FEEDBACK_SUPPORT","features":[48]},{"name":"SDP_ATTRIB_FAX_CLASS_1_SUPPORT","features":[48]},{"name":"SDP_ATTRIB_FAX_CLASS_2_0_SUPPORT","features":[48]},{"name":"SDP_ATTRIB_FAX_CLASS_2_SUPPORT","features":[48]},{"name":"SDP_ATTRIB_HEADSET_REMOTE_AUDIO_VOLUME_CONTROL","features":[48]},{"name":"SDP_ATTRIB_HFP_SUPPORTED_FEATURES","features":[48]},{"name":"SDP_ATTRIB_HID_BATTERY_POWER","features":[48]},{"name":"SDP_ATTRIB_HID_BOOT_DEVICE","features":[48]},{"name":"SDP_ATTRIB_HID_COUNTRY_CODE","features":[48]},{"name":"SDP_ATTRIB_HID_DESCRIPTOR_LIST","features":[48]},{"name":"SDP_ATTRIB_HID_DEVICE_RELEASE_NUMBER","features":[48]},{"name":"SDP_ATTRIB_HID_DEVICE_SUBCLASS","features":[48]},{"name":"SDP_ATTRIB_HID_LANG_ID_BASE_LIST","features":[48]},{"name":"SDP_ATTRIB_HID_NORMALLY_CONNECTABLE","features":[48]},{"name":"SDP_ATTRIB_HID_PARSER_VERSION","features":[48]},{"name":"SDP_ATTRIB_HID_PROFILE_VERSION","features":[48]},{"name":"SDP_ATTRIB_HID_RECONNECT_INITIATE","features":[48]},{"name":"SDP_ATTRIB_HID_REMOTE_WAKE","features":[48]},{"name":"SDP_ATTRIB_HID_SDP_DISABLE","features":[48]},{"name":"SDP_ATTRIB_HID_SSR_HOST_MAX_LATENCY","features":[48]},{"name":"SDP_ATTRIB_HID_SSR_HOST_MIN_TIMEOUT","features":[48]},{"name":"SDP_ATTRIB_HID_SUPERVISION_TIMEOUT","features":[48]},{"name":"SDP_ATTRIB_HID_VIRTUAL_CABLE","features":[48]},{"name":"SDP_ATTRIB_ICON_URL","features":[48]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_CAPABILITIES","features":[48]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_FEATURES","features":[48]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_FUNCTIONS","features":[48]},{"name":"SDP_ATTRIB_IMAGING_TOTAL_DATA_CAPACITY","features":[48]},{"name":"SDP_ATTRIB_INFO_TIME_TO_LIVE","features":[48]},{"name":"SDP_ATTRIB_LANG_BASE_ATTRIB_ID_LIST","features":[48]},{"name":"SDP_ATTRIB_LAN_LPSUBNET","features":[48]},{"name":"SDP_ATTRIB_OBJECT_PUSH_SUPPORTED_FORMATS_LIST","features":[48]},{"name":"SDP_ATTRIB_PAN_HOME_PAGE_URL","features":[48]},{"name":"SDP_ATTRIB_PAN_MAX_NET_ACCESS_RATE","features":[48]},{"name":"SDP_ATTRIB_PAN_NETWORK_ADDRESS","features":[48]},{"name":"SDP_ATTRIB_PAN_NET_ACCESS_TYPE","features":[48]},{"name":"SDP_ATTRIB_PAN_SECURITY_DESCRIPTION","features":[48]},{"name":"SDP_ATTRIB_PAN_WAP_GATEWAY","features":[48]},{"name":"SDP_ATTRIB_PAN_WAP_STACK_TYPE","features":[48]},{"name":"SDP_ATTRIB_PROFILE_DESCRIPTOR_LIST","features":[48]},{"name":"SDP_ATTRIB_PROFILE_SPECIFIC","features":[48]},{"name":"SDP_ATTRIB_PROTOCOL_DESCRIPTOR_LIST","features":[48]},{"name":"SDP_ATTRIB_RECORD_HANDLE","features":[48]},{"name":"SDP_ATTRIB_RECORD_STATE","features":[48]},{"name":"SDP_ATTRIB_SDP_DATABASE_STATE","features":[48]},{"name":"SDP_ATTRIB_SDP_VERSION_NUMBER_LIST","features":[48]},{"name":"SDP_ATTRIB_SERVICE_ID","features":[48]},{"name":"SDP_ATTRIB_SERVICE_VERSION","features":[48]},{"name":"SDP_ATTRIB_SYNCH_SUPPORTED_DATA_STORES_LIST","features":[48]},{"name":"SDP_CONNECT_ALLOW_PIN","features":[48]},{"name":"SDP_CONNECT_CACHE","features":[48]},{"name":"SDP_DEFAULT_INQUIRY_MAX_RESPONSES","features":[48]},{"name":"SDP_DEFAULT_INQUIRY_SECONDS","features":[48]},{"name":"SDP_ELEMENT_DATA","features":[48]},{"name":"SDP_ERROR_INSUFFICIENT_RESOURCES","features":[48]},{"name":"SDP_ERROR_INVALID_CONTINUATION_STATE","features":[48]},{"name":"SDP_ERROR_INVALID_PDU_SIZE","features":[48]},{"name":"SDP_ERROR_INVALID_RECORD_HANDLE","features":[48]},{"name":"SDP_ERROR_INVALID_REQUEST_SYNTAX","features":[48]},{"name":"SDP_ERROR_INVALID_SDP_VERSION","features":[48]},{"name":"SDP_LARGE_INTEGER_16","features":[48]},{"name":"SDP_MAX_INQUIRY_SECONDS","features":[48]},{"name":"SDP_PROTOCOL_UUID16","features":[48]},{"name":"SDP_REQUEST_TO_DEFAULT","features":[48]},{"name":"SDP_REQUEST_TO_MAX","features":[48]},{"name":"SDP_REQUEST_TO_MIN","features":[48]},{"name":"SDP_SEARCH_NO_FORMAT_CHECK","features":[48]},{"name":"SDP_SEARCH_NO_PARSE_CHECK","features":[48]},{"name":"SDP_SERVICE_ATTRIBUTE_REQUEST","features":[48]},{"name":"SDP_SERVICE_SEARCH_ATTRIBUTE_REQUEST","features":[48]},{"name":"SDP_SERVICE_SEARCH_REQUEST","features":[48]},{"name":"SDP_SPECIFICTYPE","features":[48]},{"name":"SDP_STRING_TYPE_DATA","features":[48]},{"name":"SDP_ST_INT128","features":[48]},{"name":"SDP_ST_INT16","features":[48]},{"name":"SDP_ST_INT32","features":[48]},{"name":"SDP_ST_INT64","features":[48]},{"name":"SDP_ST_INT8","features":[48]},{"name":"SDP_ST_NONE","features":[48]},{"name":"SDP_ST_UINT128","features":[48]},{"name":"SDP_ST_UINT16","features":[48]},{"name":"SDP_ST_UINT32","features":[48]},{"name":"SDP_ST_UINT64","features":[48]},{"name":"SDP_ST_UINT8","features":[48]},{"name":"SDP_ST_UUID128","features":[48]},{"name":"SDP_ST_UUID16","features":[48]},{"name":"SDP_ST_UUID32","features":[48]},{"name":"SDP_TYPE","features":[48]},{"name":"SDP_TYPE_ALTERNATIVE","features":[48]},{"name":"SDP_TYPE_BOOLEAN","features":[48]},{"name":"SDP_TYPE_CONTAINER","features":[48]},{"name":"SDP_TYPE_INT","features":[48]},{"name":"SDP_TYPE_NIL","features":[48]},{"name":"SDP_TYPE_SEQUENCE","features":[48]},{"name":"SDP_TYPE_STRING","features":[48]},{"name":"SDP_TYPE_UINT","features":[48]},{"name":"SDP_TYPE_URL","features":[48]},{"name":"SDP_TYPE_UUID","features":[48]},{"name":"SDP_ULARGE_INTEGER_16","features":[48]},{"name":"SERVICE_OPTION_DO_NOT_PUBLISH","features":[48]},{"name":"SERVICE_OPTION_DO_NOT_PUBLISH_EIR","features":[48]},{"name":"SERVICE_OPTION_NO_PUBLIC_BROWSE","features":[48]},{"name":"SERVICE_SECURITY_AUTHENTICATE","features":[48]},{"name":"SERVICE_SECURITY_AUTHORIZE","features":[48]},{"name":"SERVICE_SECURITY_DISABLED","features":[48]},{"name":"SERVICE_SECURITY_ENCRYPT_OPTIONAL","features":[48]},{"name":"SERVICE_SECURITY_ENCRYPT_REQUIRED","features":[48]},{"name":"SERVICE_SECURITY_NONE","features":[48]},{"name":"SERVICE_SECURITY_NO_ASK","features":[48]},{"name":"SERVICE_SECURITY_USE_DEFAULTS","features":[48]},{"name":"SOCKADDR_BTH","features":[48]},{"name":"SOL_L2CAP","features":[48]},{"name":"SOL_RFCOMM","features":[48]},{"name":"SOL_SDP","features":[48]},{"name":"SO_BTH_AUTHENTICATE","features":[48]},{"name":"SO_BTH_ENCRYPT","features":[48]},{"name":"SO_BTH_MTU","features":[48]},{"name":"SO_BTH_MTU_MAX","features":[48]},{"name":"SO_BTH_MTU_MIN","features":[48]},{"name":"STRING_DESCRIPTION_OFFSET","features":[48]},{"name":"STRING_NAME_OFFSET","features":[48]},{"name":"STRING_PROVIDER_NAME_OFFSET","features":[48]},{"name":"STR_ADDR_FMT","features":[48]},{"name":"STR_ADDR_FMTA","features":[48]},{"name":"STR_ADDR_FMTW","features":[48]},{"name":"STR_ADDR_SHORT_FMT","features":[48]},{"name":"STR_ADDR_SHORT_FMTA","features":[48]},{"name":"STR_ADDR_SHORT_FMTW","features":[48]},{"name":"STR_USBHCI_CLASS_HARDWAREID","features":[48]},{"name":"STR_USBHCI_CLASS_HARDWAREIDA","features":[48]},{"name":"STR_USBHCI_CLASS_HARDWAREIDW","features":[48]},{"name":"SVCID_BTH_PROVIDER","features":[48]},{"name":"SYNCH_DATA_STORE_CALENDAR","features":[48]},{"name":"SYNCH_DATA_STORE_MESSAGES","features":[48]},{"name":"SYNCH_DATA_STORE_NOTES","features":[48]},{"name":"SYNCH_DATA_STORE_PHONEBOOK","features":[48]},{"name":"SdpAttributeRange","features":[48]},{"name":"SdpQueryUuid","features":[48]},{"name":"SdpQueryUuidUnion","features":[48]},{"name":"SerialPortServiceClassID_UUID16","features":[48]},{"name":"ServerCharacteristicConfiguration","features":[48]},{"name":"ServiceDiscoveryServerServiceClassID_UUID16","features":[48]},{"name":"SimAccessServiceClassID_UUID16","features":[48]},{"name":"TCP_PROTOCOL_UUID16","features":[48]},{"name":"TCSAT_PROTOCOL_UUID16","features":[48]},{"name":"TCSBIN_PROTOCOL_UUID16","features":[48]},{"name":"ThreeDimensionalDisplayServiceClassID_UUID16","features":[48]},{"name":"ThreeDimensionalGlassesServiceClassID_UUID16","features":[48]},{"name":"ThreeDimensionalSynchronizationProfileID_UUID16","features":[48]},{"name":"UDIMTServiceClassID_UUID16","features":[48]},{"name":"UDIMTServiceClass_UUID16","features":[48]},{"name":"UDITAServiceClassID_UUID16","features":[48]},{"name":"UDITAServiceClass_UUID16","features":[48]},{"name":"UDI_C_PLANE_PROTOCOL_UUID16","features":[48]},{"name":"UDP_PROTOCOL_UUID16","features":[48]},{"name":"UPNP_PROTOCOL_UUID16","features":[48]},{"name":"UPnpIpServiceClassID_UUID16","features":[48]},{"name":"UPnpServiceClassID_UUID16","features":[48]},{"name":"VideoConferencingGWServiceClassID_UUID16","features":[48]},{"name":"VideoConferencingGWServiceClass_UUID16","features":[48]},{"name":"VideoConferencingServiceClassID_UUID16","features":[48]},{"name":"VideoDistributionProfileID_UUID16","features":[48]},{"name":"VideoSinkServiceClassID_UUID16","features":[48]},{"name":"VideoSourceServiceClassID_UUID16","features":[48]},{"name":"WAPClientServiceClassID_UUID16","features":[48]},{"name":"WAPServiceClassID_UUID16","features":[48]},{"name":"WSP_PROTOCOL_UUID16","features":[48]}],"373":[{"name":"BuildCommDCBA","features":[49,3]},{"name":"BuildCommDCBAndTimeoutsA","features":[49,3]},{"name":"BuildCommDCBAndTimeoutsW","features":[49,3]},{"name":"BuildCommDCBW","features":[49,3]},{"name":"CE_BREAK","features":[49]},{"name":"CE_FRAME","features":[49]},{"name":"CE_OVERRUN","features":[49]},{"name":"CE_RXOVER","features":[49]},{"name":"CE_RXPARITY","features":[49]},{"name":"CLEAR_COMM_ERROR_FLAGS","features":[49]},{"name":"CLRBREAK","features":[49]},{"name":"CLRDTR","features":[49]},{"name":"CLRRTS","features":[49]},{"name":"COMMCONFIG","features":[49]},{"name":"COMMPROP","features":[49]},{"name":"COMMPROP_STOP_PARITY","features":[49]},{"name":"COMMTIMEOUTS","features":[49]},{"name":"COMM_EVENT_MASK","features":[49]},{"name":"COMSTAT","features":[49]},{"name":"ClearCommBreak","features":[49,3]},{"name":"ClearCommError","features":[49,3]},{"name":"CommConfigDialogA","features":[49,3]},{"name":"CommConfigDialogW","features":[49,3]},{"name":"DCB","features":[49]},{"name":"DCB_PARITY","features":[49]},{"name":"DCB_STOP_BITS","features":[49]},{"name":"DIALOPTION_BILLING","features":[49]},{"name":"DIALOPTION_DIALTONE","features":[49]},{"name":"DIALOPTION_QUIET","features":[49]},{"name":"ESCAPE_COMM_FUNCTION","features":[49]},{"name":"EVENPARITY","features":[49]},{"name":"EV_BREAK","features":[49]},{"name":"EV_CTS","features":[49]},{"name":"EV_DSR","features":[49]},{"name":"EV_ERR","features":[49]},{"name":"EV_EVENT1","features":[49]},{"name":"EV_EVENT2","features":[49]},{"name":"EV_PERR","features":[49]},{"name":"EV_RING","features":[49]},{"name":"EV_RLSD","features":[49]},{"name":"EV_RX80FULL","features":[49]},{"name":"EV_RXCHAR","features":[49]},{"name":"EV_RXFLAG","features":[49]},{"name":"EV_TXEMPTY","features":[49]},{"name":"EscapeCommFunction","features":[49,3]},{"name":"GetCommConfig","features":[49,3]},{"name":"GetCommMask","features":[49,3]},{"name":"GetCommModemStatus","features":[49,3]},{"name":"GetCommPorts","features":[49]},{"name":"GetCommProperties","features":[49,3]},{"name":"GetCommState","features":[49,3]},{"name":"GetCommTimeouts","features":[49,3]},{"name":"GetDefaultCommConfigA","features":[49,3]},{"name":"GetDefaultCommConfigW","features":[49,3]},{"name":"MARKPARITY","features":[49]},{"name":"MAXLENGTH_NAI","features":[49]},{"name":"MAXLENGTH_UICCDATASTORE","features":[49]},{"name":"MDMSPKRFLAG_CALLSETUP","features":[49]},{"name":"MDMSPKRFLAG_DIAL","features":[49]},{"name":"MDMSPKRFLAG_OFF","features":[49]},{"name":"MDMSPKRFLAG_ON","features":[49]},{"name":"MDMSPKR_CALLSETUP","features":[49]},{"name":"MDMSPKR_DIAL","features":[49]},{"name":"MDMSPKR_OFF","features":[49]},{"name":"MDMSPKR_ON","features":[49]},{"name":"MDMVOLFLAG_HIGH","features":[49]},{"name":"MDMVOLFLAG_LOW","features":[49]},{"name":"MDMVOLFLAG_MEDIUM","features":[49]},{"name":"MDMVOL_HIGH","features":[49]},{"name":"MDMVOL_LOW","features":[49]},{"name":"MDMVOL_MEDIUM","features":[49]},{"name":"MDM_ANALOG_RLP_OFF","features":[49]},{"name":"MDM_ANALOG_RLP_ON","features":[49]},{"name":"MDM_ANALOG_V34","features":[49]},{"name":"MDM_AUTO_ML_2","features":[49]},{"name":"MDM_AUTO_ML_DEFAULT","features":[49]},{"name":"MDM_AUTO_ML_NONE","features":[49]},{"name":"MDM_AUTO_SPEED_DEFAULT","features":[49]},{"name":"MDM_BEARERMODE_ANALOG","features":[49]},{"name":"MDM_BEARERMODE_GSM","features":[49]},{"name":"MDM_BEARERMODE_ISDN","features":[49]},{"name":"MDM_BLIND_DIAL","features":[49]},{"name":"MDM_CCITT_OVERRIDE","features":[49]},{"name":"MDM_CELLULAR","features":[49]},{"name":"MDM_COMPRESSION","features":[49]},{"name":"MDM_DIAGNOSTICS","features":[49]},{"name":"MDM_ERROR_CONTROL","features":[49]},{"name":"MDM_FLOWCONTROL_HARD","features":[49]},{"name":"MDM_FLOWCONTROL_SOFT","features":[49]},{"name":"MDM_FORCED_EC","features":[49]},{"name":"MDM_HDLCPPP_AUTH_CHAP","features":[49]},{"name":"MDM_HDLCPPP_AUTH_DEFAULT","features":[49]},{"name":"MDM_HDLCPPP_AUTH_MSCHAP","features":[49]},{"name":"MDM_HDLCPPP_AUTH_NONE","features":[49]},{"name":"MDM_HDLCPPP_AUTH_PAP","features":[49]},{"name":"MDM_HDLCPPP_ML_2","features":[49]},{"name":"MDM_HDLCPPP_ML_DEFAULT","features":[49]},{"name":"MDM_HDLCPPP_ML_NONE","features":[49]},{"name":"MDM_HDLCPPP_SPEED_56K","features":[49]},{"name":"MDM_HDLCPPP_SPEED_64K","features":[49]},{"name":"MDM_HDLCPPP_SPEED_DEFAULT","features":[49]},{"name":"MDM_MASK_AUTO_SPEED","features":[49]},{"name":"MDM_MASK_BEARERMODE","features":[49]},{"name":"MDM_MASK_HDLCPPP_SPEED","features":[49]},{"name":"MDM_MASK_PROTOCOLDATA","features":[49]},{"name":"MDM_MASK_PROTOCOLID","features":[49]},{"name":"MDM_MASK_V110_SPEED","features":[49]},{"name":"MDM_MASK_V120_SPEED","features":[49]},{"name":"MDM_MASK_X75_DATA","features":[49]},{"name":"MDM_PIAFS_INCOMING","features":[49]},{"name":"MDM_PIAFS_OUTGOING","features":[49]},{"name":"MDM_PROTOCOLID_ANALOG","features":[49]},{"name":"MDM_PROTOCOLID_AUTO","features":[49]},{"name":"MDM_PROTOCOLID_DEFAULT","features":[49]},{"name":"MDM_PROTOCOLID_GPRS","features":[49]},{"name":"MDM_PROTOCOLID_HDLCPPP","features":[49]},{"name":"MDM_PROTOCOLID_PIAFS","features":[49]},{"name":"MDM_PROTOCOLID_V110","features":[49]},{"name":"MDM_PROTOCOLID_V120","features":[49]},{"name":"MDM_PROTOCOLID_V128","features":[49]},{"name":"MDM_PROTOCOLID_X75","features":[49]},{"name":"MDM_SHIFT_AUTO_ML","features":[49]},{"name":"MDM_SHIFT_AUTO_SPEED","features":[49]},{"name":"MDM_SHIFT_BEARERMODE","features":[49]},{"name":"MDM_SHIFT_EXTENDEDINFO","features":[49]},{"name":"MDM_SHIFT_HDLCPPP_AUTH","features":[49]},{"name":"MDM_SHIFT_HDLCPPP_ML","features":[49]},{"name":"MDM_SHIFT_HDLCPPP_SPEED","features":[49]},{"name":"MDM_SHIFT_PROTOCOLDATA","features":[49]},{"name":"MDM_SHIFT_PROTOCOLID","features":[49]},{"name":"MDM_SHIFT_PROTOCOLINFO","features":[49]},{"name":"MDM_SHIFT_V110_SPEED","features":[49]},{"name":"MDM_SHIFT_V120_ML","features":[49]},{"name":"MDM_SHIFT_V120_SPEED","features":[49]},{"name":"MDM_SHIFT_X75_DATA","features":[49]},{"name":"MDM_SPEED_ADJUST","features":[49]},{"name":"MDM_TONE_DIAL","features":[49]},{"name":"MDM_V110_SPEED_12DOT0K","features":[49]},{"name":"MDM_V110_SPEED_14DOT4K","features":[49]},{"name":"MDM_V110_SPEED_19DOT2K","features":[49]},{"name":"MDM_V110_SPEED_1DOT2K","features":[49]},{"name":"MDM_V110_SPEED_28DOT8K","features":[49]},{"name":"MDM_V110_SPEED_2DOT4K","features":[49]},{"name":"MDM_V110_SPEED_38DOT4K","features":[49]},{"name":"MDM_V110_SPEED_4DOT8K","features":[49]},{"name":"MDM_V110_SPEED_57DOT6K","features":[49]},{"name":"MDM_V110_SPEED_9DOT6K","features":[49]},{"name":"MDM_V110_SPEED_DEFAULT","features":[49]},{"name":"MDM_V120_ML_2","features":[49]},{"name":"MDM_V120_ML_DEFAULT","features":[49]},{"name":"MDM_V120_ML_NONE","features":[49]},{"name":"MDM_V120_SPEED_56K","features":[49]},{"name":"MDM_V120_SPEED_64K","features":[49]},{"name":"MDM_V120_SPEED_DEFAULT","features":[49]},{"name":"MDM_V23_OVERRIDE","features":[49]},{"name":"MDM_X75_DATA_128K","features":[49]},{"name":"MDM_X75_DATA_64K","features":[49]},{"name":"MDM_X75_DATA_BTX","features":[49]},{"name":"MDM_X75_DATA_DEFAULT","features":[49]},{"name":"MDM_X75_DATA_T_70","features":[49]},{"name":"MODEMDEVCAPS","features":[49]},{"name":"MODEMDEVCAPS_DIAL_OPTIONS","features":[49]},{"name":"MODEMDEVCAPS_SPEAKER_MODE","features":[49]},{"name":"MODEMDEVCAPS_SPEAKER_VOLUME","features":[49]},{"name":"MODEMSETTINGS","features":[49]},{"name":"MODEMSETTINGS_SPEAKER_MODE","features":[49]},{"name":"MODEM_SPEAKER_VOLUME","features":[49]},{"name":"MODEM_STATUS_FLAGS","features":[49]},{"name":"MS_CTS_ON","features":[49]},{"name":"MS_DSR_ON","features":[49]},{"name":"MS_RING_ON","features":[49]},{"name":"MS_RLSD_ON","features":[49]},{"name":"NOPARITY","features":[49]},{"name":"ODDPARITY","features":[49]},{"name":"ONE5STOPBITS","features":[49]},{"name":"ONESTOPBIT","features":[49]},{"name":"OpenCommPort","features":[49,3]},{"name":"PARITY_EVEN","features":[49]},{"name":"PARITY_MARK","features":[49]},{"name":"PARITY_NONE","features":[49]},{"name":"PARITY_ODD","features":[49]},{"name":"PARITY_SPACE","features":[49]},{"name":"PURGE_COMM_FLAGS","features":[49]},{"name":"PURGE_RXABORT","features":[49]},{"name":"PURGE_RXCLEAR","features":[49]},{"name":"PURGE_TXABORT","features":[49]},{"name":"PURGE_TXCLEAR","features":[49]},{"name":"PurgeComm","features":[49,3]},{"name":"SETBREAK","features":[49]},{"name":"SETDTR","features":[49]},{"name":"SETRTS","features":[49]},{"name":"SETXOFF","features":[49]},{"name":"SETXON","features":[49]},{"name":"SID_3GPP_SUPSVCMODEL","features":[49]},{"name":"SPACEPARITY","features":[49]},{"name":"STOPBITS_10","features":[49]},{"name":"STOPBITS_15","features":[49]},{"name":"STOPBITS_20","features":[49]},{"name":"SetCommBreak","features":[49,3]},{"name":"SetCommConfig","features":[49,3]},{"name":"SetCommMask","features":[49,3]},{"name":"SetCommState","features":[49,3]},{"name":"SetCommTimeouts","features":[49,3]},{"name":"SetDefaultCommConfigA","features":[49,3]},{"name":"SetDefaultCommConfigW","features":[49,3]},{"name":"SetupComm","features":[49,3]},{"name":"TWOSTOPBITS","features":[49]},{"name":"TransmitCommChar","features":[49,3]},{"name":"WaitCommEvent","features":[49,3,8]}],"375":[{"name":"ALLOC_LOG_CONF","features":[50]},{"name":"BASIC_LOG_CONF","features":[50]},{"name":"BOOT_LOG_CONF","features":[50]},{"name":"BUSNUMBER_DES","features":[50]},{"name":"BUSNUMBER_RANGE","features":[50]},{"name":"BUSNUMBER_RESOURCE","features":[50]},{"name":"CABINET_INFO_A","features":[50]},{"name":"CABINET_INFO_A","features":[50]},{"name":"CABINET_INFO_W","features":[50]},{"name":"CABINET_INFO_W","features":[50]},{"name":"CMP_WaitNoPendingInstallEvents","features":[50]},{"name":"CM_ADD_ID_BITS","features":[50]},{"name":"CM_ADD_ID_COMPATIBLE","features":[50]},{"name":"CM_ADD_ID_HARDWARE","features":[50]},{"name":"CM_ADD_RANGE_ADDIFCONFLICT","features":[50]},{"name":"CM_ADD_RANGE_BITS","features":[50]},{"name":"CM_ADD_RANGE_DONOTADDIFCONFLICT","features":[50]},{"name":"CM_Add_Empty_Log_Conf","features":[41,50]},{"name":"CM_Add_Empty_Log_Conf_Ex","features":[41,50]},{"name":"CM_Add_IDA","features":[50]},{"name":"CM_Add_IDW","features":[50]},{"name":"CM_Add_ID_ExA","features":[50]},{"name":"CM_Add_ID_ExW","features":[50]},{"name":"CM_Add_Range","features":[50]},{"name":"CM_Add_Res_Des","features":[50]},{"name":"CM_Add_Res_Des_Ex","features":[50]},{"name":"CM_CDFLAGS","features":[50]},{"name":"CM_CDFLAGS_DRIVER","features":[50]},{"name":"CM_CDFLAGS_RESERVED","features":[50]},{"name":"CM_CDFLAGS_ROOT_OWNED","features":[50]},{"name":"CM_CDMASK","features":[50]},{"name":"CM_CDMASK_DESCRIPTION","features":[50]},{"name":"CM_CDMASK_DEVINST","features":[50]},{"name":"CM_CDMASK_FLAGS","features":[50]},{"name":"CM_CDMASK_RESDES","features":[50]},{"name":"CM_CDMASK_VALID","features":[50]},{"name":"CM_CLASS_PROPERTY_BITS","features":[50]},{"name":"CM_CLASS_PROPERTY_INSTALLER","features":[50]},{"name":"CM_CLASS_PROPERTY_INTERFACE","features":[50]},{"name":"CM_CREATE_DEVINST_BITS","features":[50]},{"name":"CM_CREATE_DEVINST_DO_NOT_INSTALL","features":[50]},{"name":"CM_CREATE_DEVINST_GENERATE_ID","features":[50]},{"name":"CM_CREATE_DEVINST_NORMAL","features":[50]},{"name":"CM_CREATE_DEVINST_NO_WAIT_INSTALL","features":[50]},{"name":"CM_CREATE_DEVINST_PHANTOM","features":[50]},{"name":"CM_CREATE_DEVNODE_BITS","features":[50]},{"name":"CM_CREATE_DEVNODE_DO_NOT_INSTALL","features":[50]},{"name":"CM_CREATE_DEVNODE_GENERATE_ID","features":[50]},{"name":"CM_CREATE_DEVNODE_NORMAL","features":[50]},{"name":"CM_CREATE_DEVNODE_NO_WAIT_INSTALL","features":[50]},{"name":"CM_CREATE_DEVNODE_PHANTOM","features":[50]},{"name":"CM_CRP_CHARACTERISTICS","features":[50]},{"name":"CM_CRP_DEVTYPE","features":[50]},{"name":"CM_CRP_EXCLUSIVE","features":[50]},{"name":"CM_CRP_LOWERFILTERS","features":[50]},{"name":"CM_CRP_MAX","features":[50]},{"name":"CM_CRP_MIN","features":[50]},{"name":"CM_CRP_SECURITY","features":[50]},{"name":"CM_CRP_SECURITY_SDS","features":[50]},{"name":"CM_CRP_UPPERFILTERS","features":[50]},{"name":"CM_CUSTOMDEVPROP_BITS","features":[50]},{"name":"CM_CUSTOMDEVPROP_MERGE_MULTISZ","features":[50]},{"name":"CM_Connect_MachineA","features":[50]},{"name":"CM_Connect_MachineW","features":[50]},{"name":"CM_Create_DevNodeA","features":[50]},{"name":"CM_Create_DevNodeW","features":[50]},{"name":"CM_Create_DevNode_ExA","features":[50]},{"name":"CM_Create_DevNode_ExW","features":[50]},{"name":"CM_Create_Range_List","features":[50]},{"name":"CM_DELETE_CLASS_BITS","features":[50]},{"name":"CM_DELETE_CLASS_INTERFACE","features":[50]},{"name":"CM_DELETE_CLASS_ONLY","features":[50]},{"name":"CM_DELETE_CLASS_SUBKEYS","features":[50]},{"name":"CM_DETECT_BITS","features":[50]},{"name":"CM_DETECT_CRASHED","features":[50]},{"name":"CM_DETECT_HWPROF_FIRST_BOOT","features":[50]},{"name":"CM_DETECT_NEW_PROFILE","features":[50]},{"name":"CM_DETECT_RUN","features":[50]},{"name":"CM_DEVCAP","features":[50]},{"name":"CM_DEVCAP_DOCKDEVICE","features":[50]},{"name":"CM_DEVCAP_EJECTSUPPORTED","features":[50]},{"name":"CM_DEVCAP_HARDWAREDISABLED","features":[50]},{"name":"CM_DEVCAP_LOCKSUPPORTED","features":[50]},{"name":"CM_DEVCAP_NONDYNAMIC","features":[50]},{"name":"CM_DEVCAP_RAWDEVICEOK","features":[50]},{"name":"CM_DEVCAP_REMOVABLE","features":[50]},{"name":"CM_DEVCAP_SECUREDEVICE","features":[50]},{"name":"CM_DEVCAP_SILENTINSTALL","features":[50]},{"name":"CM_DEVCAP_SURPRISEREMOVALOK","features":[50]},{"name":"CM_DEVCAP_UNIQUEID","features":[50]},{"name":"CM_DEVICE_PANEL_EDGE_BOTTOM","features":[50]},{"name":"CM_DEVICE_PANEL_EDGE_LEFT","features":[50]},{"name":"CM_DEVICE_PANEL_EDGE_RIGHT","features":[50]},{"name":"CM_DEVICE_PANEL_EDGE_TOP","features":[50]},{"name":"CM_DEVICE_PANEL_EDGE_UNKNOWN","features":[50]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_HINGE","features":[50]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_PIVOT","features":[50]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_PLANAR","features":[50]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_SWIVEL","features":[50]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_UNKNOWN","features":[50]},{"name":"CM_DEVICE_PANEL_ORIENTATION_HORIZONTAL","features":[50]},{"name":"CM_DEVICE_PANEL_ORIENTATION_VERTICAL","features":[50]},{"name":"CM_DEVICE_PANEL_SHAPE_OVAL","features":[50]},{"name":"CM_DEVICE_PANEL_SHAPE_RECTANGLE","features":[50]},{"name":"CM_DEVICE_PANEL_SHAPE_UNKNOWN","features":[50]},{"name":"CM_DEVICE_PANEL_SIDE_BACK","features":[50]},{"name":"CM_DEVICE_PANEL_SIDE_BOTTOM","features":[50]},{"name":"CM_DEVICE_PANEL_SIDE_FRONT","features":[50]},{"name":"CM_DEVICE_PANEL_SIDE_LEFT","features":[50]},{"name":"CM_DEVICE_PANEL_SIDE_RIGHT","features":[50]},{"name":"CM_DEVICE_PANEL_SIDE_TOP","features":[50]},{"name":"CM_DEVICE_PANEL_SIDE_UNKNOWN","features":[50]},{"name":"CM_DEVNODE_STATUS_FLAGS","features":[50]},{"name":"CM_DISABLE_ABSOLUTE","features":[50]},{"name":"CM_DISABLE_BITS","features":[50]},{"name":"CM_DISABLE_HARDWARE","features":[50]},{"name":"CM_DISABLE_PERSIST","features":[50]},{"name":"CM_DISABLE_POLITE","features":[50]},{"name":"CM_DISABLE_UI_NOT_OK","features":[50]},{"name":"CM_DRP_ADDRESS","features":[50]},{"name":"CM_DRP_BASE_CONTAINERID","features":[50]},{"name":"CM_DRP_BUSNUMBER","features":[50]},{"name":"CM_DRP_BUSTYPEGUID","features":[50]},{"name":"CM_DRP_CAPABILITIES","features":[50]},{"name":"CM_DRP_CHARACTERISTICS","features":[50]},{"name":"CM_DRP_CLASS","features":[50]},{"name":"CM_DRP_CLASSGUID","features":[50]},{"name":"CM_DRP_COMPATIBLEIDS","features":[50]},{"name":"CM_DRP_CONFIGFLAGS","features":[50]},{"name":"CM_DRP_DEVICEDESC","features":[50]},{"name":"CM_DRP_DEVICE_POWER_DATA","features":[50]},{"name":"CM_DRP_DEVTYPE","features":[50]},{"name":"CM_DRP_DRIVER","features":[50]},{"name":"CM_DRP_ENUMERATOR_NAME","features":[50]},{"name":"CM_DRP_EXCLUSIVE","features":[50]},{"name":"CM_DRP_FRIENDLYNAME","features":[50]},{"name":"CM_DRP_HARDWAREID","features":[50]},{"name":"CM_DRP_INSTALL_STATE","features":[50]},{"name":"CM_DRP_LEGACYBUSTYPE","features":[50]},{"name":"CM_DRP_LOCATION_INFORMATION","features":[50]},{"name":"CM_DRP_LOCATION_PATHS","features":[50]},{"name":"CM_DRP_LOWERFILTERS","features":[50]},{"name":"CM_DRP_MAX","features":[50]},{"name":"CM_DRP_MFG","features":[50]},{"name":"CM_DRP_MIN","features":[50]},{"name":"CM_DRP_PHYSICAL_DEVICE_OBJECT_NAME","features":[50]},{"name":"CM_DRP_REMOVAL_POLICY","features":[50]},{"name":"CM_DRP_REMOVAL_POLICY_HW_DEFAULT","features":[50]},{"name":"CM_DRP_REMOVAL_POLICY_OVERRIDE","features":[50]},{"name":"CM_DRP_SECURITY","features":[50]},{"name":"CM_DRP_SECURITY_SDS","features":[50]},{"name":"CM_DRP_SERVICE","features":[50]},{"name":"CM_DRP_UI_NUMBER","features":[50]},{"name":"CM_DRP_UI_NUMBER_DESC_FORMAT","features":[50]},{"name":"CM_DRP_UNUSED0","features":[50]},{"name":"CM_DRP_UNUSED1","features":[50]},{"name":"CM_DRP_UNUSED2","features":[50]},{"name":"CM_DRP_UPPERFILTERS","features":[50]},{"name":"CM_Delete_Class_Key","features":[50]},{"name":"CM_Delete_Class_Key_Ex","features":[50]},{"name":"CM_Delete_DevNode_Key","features":[50]},{"name":"CM_Delete_DevNode_Key_Ex","features":[50]},{"name":"CM_Delete_Device_Interface_KeyA","features":[50]},{"name":"CM_Delete_Device_Interface_KeyW","features":[50]},{"name":"CM_Delete_Device_Interface_Key_ExA","features":[50]},{"name":"CM_Delete_Device_Interface_Key_ExW","features":[50]},{"name":"CM_Delete_Range","features":[50]},{"name":"CM_Detect_Resource_Conflict","features":[50,3]},{"name":"CM_Detect_Resource_Conflict_Ex","features":[50,3]},{"name":"CM_Disable_DevNode","features":[50]},{"name":"CM_Disable_DevNode_Ex","features":[50]},{"name":"CM_Disconnect_Machine","features":[50]},{"name":"CM_Dup_Range_List","features":[50]},{"name":"CM_ENUMERATE_CLASSES_BITS","features":[50]},{"name":"CM_ENUMERATE_CLASSES_INSTALLER","features":[50]},{"name":"CM_ENUMERATE_CLASSES_INTERFACE","features":[50]},{"name":"CM_ENUMERATE_FLAGS","features":[50]},{"name":"CM_Enable_DevNode","features":[50]},{"name":"CM_Enable_DevNode_Ex","features":[50]},{"name":"CM_Enumerate_Classes","features":[50]},{"name":"CM_Enumerate_Classes_Ex","features":[50]},{"name":"CM_Enumerate_EnumeratorsA","features":[50]},{"name":"CM_Enumerate_EnumeratorsW","features":[50]},{"name":"CM_Enumerate_Enumerators_ExA","features":[50]},{"name":"CM_Enumerate_Enumerators_ExW","features":[50]},{"name":"CM_Find_Range","features":[50]},{"name":"CM_First_Range","features":[50]},{"name":"CM_Free_Log_Conf","features":[50]},{"name":"CM_Free_Log_Conf_Ex","features":[50]},{"name":"CM_Free_Log_Conf_Handle","features":[50]},{"name":"CM_Free_Range_List","features":[50]},{"name":"CM_Free_Res_Des","features":[50]},{"name":"CM_Free_Res_Des_Ex","features":[50]},{"name":"CM_Free_Res_Des_Handle","features":[50]},{"name":"CM_Free_Resource_Conflict_Handle","features":[50]},{"name":"CM_GETIDLIST_DONOTGENERATE","features":[50]},{"name":"CM_GETIDLIST_FILTER_BITS","features":[50]},{"name":"CM_GETIDLIST_FILTER_BUSRELATIONS","features":[50]},{"name":"CM_GETIDLIST_FILTER_CLASS","features":[50]},{"name":"CM_GETIDLIST_FILTER_EJECTRELATIONS","features":[50]},{"name":"CM_GETIDLIST_FILTER_ENUMERATOR","features":[50]},{"name":"CM_GETIDLIST_FILTER_NONE","features":[50]},{"name":"CM_GETIDLIST_FILTER_POWERRELATIONS","features":[50]},{"name":"CM_GETIDLIST_FILTER_PRESENT","features":[50]},{"name":"CM_GETIDLIST_FILTER_REMOVALRELATIONS","features":[50]},{"name":"CM_GETIDLIST_FILTER_SERVICE","features":[50]},{"name":"CM_GETIDLIST_FILTER_TRANSPORTRELATIONS","features":[50]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_ALL_DEVICES","features":[50]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_BITS","features":[50]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_FLAGS","features":[50]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_PRESENT","features":[50]},{"name":"CM_GLOBAL_STATE_CAN_DO_UI","features":[50]},{"name":"CM_GLOBAL_STATE_DETECTION_PENDING","features":[50]},{"name":"CM_GLOBAL_STATE_ON_BIG_STACK","features":[50]},{"name":"CM_GLOBAL_STATE_REBOOT_REQUIRED","features":[50]},{"name":"CM_GLOBAL_STATE_SERVICES_AVAILABLE","features":[50]},{"name":"CM_GLOBAL_STATE_SHUTTING_DOWN","features":[50]},{"name":"CM_Get_Child","features":[50]},{"name":"CM_Get_Child_Ex","features":[50]},{"name":"CM_Get_Class_Key_NameA","features":[50]},{"name":"CM_Get_Class_Key_NameW","features":[50]},{"name":"CM_Get_Class_Key_Name_ExA","features":[50]},{"name":"CM_Get_Class_Key_Name_ExW","features":[50]},{"name":"CM_Get_Class_NameA","features":[50]},{"name":"CM_Get_Class_NameW","features":[50]},{"name":"CM_Get_Class_Name_ExA","features":[50]},{"name":"CM_Get_Class_Name_ExW","features":[50]},{"name":"CM_Get_Class_PropertyW","features":[50,1]},{"name":"CM_Get_Class_Property_ExW","features":[50,1]},{"name":"CM_Get_Class_Property_Keys","features":[50,1]},{"name":"CM_Get_Class_Property_Keys_Ex","features":[50,1]},{"name":"CM_Get_Class_Registry_PropertyA","features":[50]},{"name":"CM_Get_Class_Registry_PropertyW","features":[50]},{"name":"CM_Get_Depth","features":[50]},{"name":"CM_Get_Depth_Ex","features":[50]},{"name":"CM_Get_DevNode_Custom_PropertyA","features":[50]},{"name":"CM_Get_DevNode_Custom_PropertyW","features":[50]},{"name":"CM_Get_DevNode_Custom_Property_ExA","features":[50]},{"name":"CM_Get_DevNode_Custom_Property_ExW","features":[50]},{"name":"CM_Get_DevNode_PropertyW","features":[50,1]},{"name":"CM_Get_DevNode_Property_ExW","features":[50,1]},{"name":"CM_Get_DevNode_Property_Keys","features":[50,1]},{"name":"CM_Get_DevNode_Property_Keys_Ex","features":[50,1]},{"name":"CM_Get_DevNode_Registry_PropertyA","features":[50]},{"name":"CM_Get_DevNode_Registry_PropertyW","features":[50]},{"name":"CM_Get_DevNode_Registry_Property_ExA","features":[50]},{"name":"CM_Get_DevNode_Registry_Property_ExW","features":[50]},{"name":"CM_Get_DevNode_Status","features":[50]},{"name":"CM_Get_DevNode_Status_Ex","features":[50]},{"name":"CM_Get_Device_IDA","features":[50]},{"name":"CM_Get_Device_IDW","features":[50]},{"name":"CM_Get_Device_ID_ExA","features":[50]},{"name":"CM_Get_Device_ID_ExW","features":[50]},{"name":"CM_Get_Device_ID_ListA","features":[50]},{"name":"CM_Get_Device_ID_ListW","features":[50]},{"name":"CM_Get_Device_ID_List_ExA","features":[50]},{"name":"CM_Get_Device_ID_List_ExW","features":[50]},{"name":"CM_Get_Device_ID_List_SizeA","features":[50]},{"name":"CM_Get_Device_ID_List_SizeW","features":[50]},{"name":"CM_Get_Device_ID_List_Size_ExA","features":[50]},{"name":"CM_Get_Device_ID_List_Size_ExW","features":[50]},{"name":"CM_Get_Device_ID_Size","features":[50]},{"name":"CM_Get_Device_ID_Size_Ex","features":[50]},{"name":"CM_Get_Device_Interface_AliasA","features":[50]},{"name":"CM_Get_Device_Interface_AliasW","features":[50]},{"name":"CM_Get_Device_Interface_Alias_ExA","features":[50]},{"name":"CM_Get_Device_Interface_Alias_ExW","features":[50]},{"name":"CM_Get_Device_Interface_ListA","features":[50]},{"name":"CM_Get_Device_Interface_ListW","features":[50]},{"name":"CM_Get_Device_Interface_List_ExA","features":[50]},{"name":"CM_Get_Device_Interface_List_ExW","features":[50]},{"name":"CM_Get_Device_Interface_List_SizeA","features":[50]},{"name":"CM_Get_Device_Interface_List_SizeW","features":[50]},{"name":"CM_Get_Device_Interface_List_Size_ExA","features":[50]},{"name":"CM_Get_Device_Interface_List_Size_ExW","features":[50]},{"name":"CM_Get_Device_Interface_PropertyW","features":[50,1]},{"name":"CM_Get_Device_Interface_Property_ExW","features":[50,1]},{"name":"CM_Get_Device_Interface_Property_KeysW","features":[50,1]},{"name":"CM_Get_Device_Interface_Property_Keys_ExW","features":[50,1]},{"name":"CM_Get_First_Log_Conf","features":[50]},{"name":"CM_Get_First_Log_Conf_Ex","features":[50]},{"name":"CM_Get_Global_State","features":[50]},{"name":"CM_Get_Global_State_Ex","features":[50]},{"name":"CM_Get_HW_Prof_FlagsA","features":[50]},{"name":"CM_Get_HW_Prof_FlagsW","features":[50]},{"name":"CM_Get_HW_Prof_Flags_ExA","features":[50]},{"name":"CM_Get_HW_Prof_Flags_ExW","features":[50]},{"name":"CM_Get_Hardware_Profile_InfoA","features":[50]},{"name":"CM_Get_Hardware_Profile_InfoW","features":[50]},{"name":"CM_Get_Hardware_Profile_Info_ExA","features":[50]},{"name":"CM_Get_Hardware_Profile_Info_ExW","features":[50]},{"name":"CM_Get_Log_Conf_Priority","features":[50]},{"name":"CM_Get_Log_Conf_Priority_Ex","features":[50]},{"name":"CM_Get_Next_Log_Conf","features":[50]},{"name":"CM_Get_Next_Log_Conf_Ex","features":[50]},{"name":"CM_Get_Next_Res_Des","features":[50]},{"name":"CM_Get_Next_Res_Des_Ex","features":[50]},{"name":"CM_Get_Parent","features":[50]},{"name":"CM_Get_Parent_Ex","features":[50]},{"name":"CM_Get_Res_Des_Data","features":[50]},{"name":"CM_Get_Res_Des_Data_Ex","features":[50]},{"name":"CM_Get_Res_Des_Data_Size","features":[50]},{"name":"CM_Get_Res_Des_Data_Size_Ex","features":[50]},{"name":"CM_Get_Resource_Conflict_Count","features":[50]},{"name":"CM_Get_Resource_Conflict_DetailsA","features":[50]},{"name":"CM_Get_Resource_Conflict_DetailsW","features":[50]},{"name":"CM_Get_Sibling","features":[50]},{"name":"CM_Get_Sibling_Ex","features":[50]},{"name":"CM_Get_Version","features":[50]},{"name":"CM_Get_Version_Ex","features":[50]},{"name":"CM_HWPI_DOCKED","features":[50]},{"name":"CM_HWPI_NOT_DOCKABLE","features":[50]},{"name":"CM_HWPI_UNDOCKED","features":[50]},{"name":"CM_INSTALL_STATE","features":[50]},{"name":"CM_INSTALL_STATE_FAILED_INSTALL","features":[50]},{"name":"CM_INSTALL_STATE_FINISH_INSTALL","features":[50]},{"name":"CM_INSTALL_STATE_INSTALLED","features":[50]},{"name":"CM_INSTALL_STATE_NEEDS_REINSTALL","features":[50]},{"name":"CM_Intersect_Range_List","features":[50]},{"name":"CM_Invert_Range_List","features":[50]},{"name":"CM_Is_Dock_Station_Present","features":[50,3]},{"name":"CM_Is_Dock_Station_Present_Ex","features":[50,3]},{"name":"CM_Is_Version_Available","features":[50,3]},{"name":"CM_Is_Version_Available_Ex","features":[50,3]},{"name":"CM_LOCATE_DEVNODE_BITS","features":[50]},{"name":"CM_LOCATE_DEVNODE_CANCELREMOVE","features":[50]},{"name":"CM_LOCATE_DEVNODE_FLAGS","features":[50]},{"name":"CM_LOCATE_DEVNODE_NORMAL","features":[50]},{"name":"CM_LOCATE_DEVNODE_NOVALIDATION","features":[50]},{"name":"CM_LOCATE_DEVNODE_PHANTOM","features":[50]},{"name":"CM_LOG_CONF","features":[50]},{"name":"CM_Locate_DevNodeA","features":[50]},{"name":"CM_Locate_DevNodeW","features":[50]},{"name":"CM_Locate_DevNode_ExA","features":[50]},{"name":"CM_Locate_DevNode_ExW","features":[50]},{"name":"CM_MapCrToWin32Err","features":[50]},{"name":"CM_Merge_Range_List","features":[50]},{"name":"CM_Modify_Res_Des","features":[50]},{"name":"CM_Modify_Res_Des_Ex","features":[50]},{"name":"CM_Move_DevNode","features":[50]},{"name":"CM_Move_DevNode_Ex","features":[50]},{"name":"CM_NAME_ATTRIBUTE_NAME_RETRIEVED_FROM_DEVICE","features":[50]},{"name":"CM_NAME_ATTRIBUTE_USER_ASSIGNED_NAME","features":[50]},{"name":"CM_NOTIFY_ACTION","features":[50]},{"name":"CM_NOTIFY_ACTION_DEVICECUSTOMEVENT","features":[50]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCEENUMERATED","features":[50]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCEREMOVED","features":[50]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCESTARTED","features":[50]},{"name":"CM_NOTIFY_ACTION_DEVICEINTERFACEARRIVAL","features":[50]},{"name":"CM_NOTIFY_ACTION_DEVICEINTERFACEREMOVAL","features":[50]},{"name":"CM_NOTIFY_ACTION_DEVICEQUERYREMOVE","features":[50]},{"name":"CM_NOTIFY_ACTION_DEVICEQUERYREMOVEFAILED","features":[50]},{"name":"CM_NOTIFY_ACTION_DEVICEREMOVECOMPLETE","features":[50]},{"name":"CM_NOTIFY_ACTION_DEVICEREMOVEPENDING","features":[50]},{"name":"CM_NOTIFY_ACTION_MAX","features":[50]},{"name":"CM_NOTIFY_EVENT_DATA","features":[50]},{"name":"CM_NOTIFY_FILTER","features":[50,3]},{"name":"CM_NOTIFY_FILTER_FLAG_ALL_DEVICE_INSTANCES","features":[50]},{"name":"CM_NOTIFY_FILTER_FLAG_ALL_INTERFACE_CLASSES","features":[50]},{"name":"CM_NOTIFY_FILTER_TYPE","features":[50]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEHANDLE","features":[50]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEINSTANCE","features":[50]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEINTERFACE","features":[50]},{"name":"CM_NOTIFY_FILTER_TYPE_MAX","features":[50]},{"name":"CM_Next_Range","features":[50]},{"name":"CM_OPEN_CLASS_KEY_BITS","features":[50]},{"name":"CM_OPEN_CLASS_KEY_INSTALLER","features":[50]},{"name":"CM_OPEN_CLASS_KEY_INTERFACE","features":[50]},{"name":"CM_Open_Class_KeyA","features":[50,51]},{"name":"CM_Open_Class_KeyW","features":[50,51]},{"name":"CM_Open_Class_Key_ExA","features":[50,51]},{"name":"CM_Open_Class_Key_ExW","features":[50,51]},{"name":"CM_Open_DevNode_Key","features":[50,51]},{"name":"CM_Open_DevNode_Key_Ex","features":[50,51]},{"name":"CM_Open_Device_Interface_KeyA","features":[50,51]},{"name":"CM_Open_Device_Interface_KeyW","features":[50,51]},{"name":"CM_Open_Device_Interface_Key_ExA","features":[50,51]},{"name":"CM_Open_Device_Interface_Key_ExW","features":[50,51]},{"name":"CM_PROB","features":[50]},{"name":"CM_PROB_BIOS_TABLE","features":[50]},{"name":"CM_PROB_BOOT_CONFIG_CONFLICT","features":[50]},{"name":"CM_PROB_CANT_SHARE_IRQ","features":[50]},{"name":"CM_PROB_CONSOLE_LOCKED","features":[50]},{"name":"CM_PROB_DEVICE_NOT_THERE","features":[50]},{"name":"CM_PROB_DEVICE_RESET","features":[50]},{"name":"CM_PROB_DEVLOADER_FAILED","features":[50]},{"name":"CM_PROB_DEVLOADER_NOT_FOUND","features":[50]},{"name":"CM_PROB_DEVLOADER_NOT_READY","features":[50]},{"name":"CM_PROB_DISABLED","features":[50]},{"name":"CM_PROB_DISABLED_SERVICE","features":[50]},{"name":"CM_PROB_DRIVER_BLOCKED","features":[50]},{"name":"CM_PROB_DRIVER_FAILED_LOAD","features":[50]},{"name":"CM_PROB_DRIVER_FAILED_PRIOR_UNLOAD","features":[50]},{"name":"CM_PROB_DRIVER_SERVICE_KEY_INVALID","features":[50]},{"name":"CM_PROB_DUPLICATE_DEVICE","features":[50]},{"name":"CM_PROB_ENTRY_IS_WRONG_TYPE","features":[50]},{"name":"CM_PROB_FAILED_ADD","features":[50]},{"name":"CM_PROB_FAILED_DRIVER_ENTRY","features":[50]},{"name":"CM_PROB_FAILED_FILTER","features":[50]},{"name":"CM_PROB_FAILED_INSTALL","features":[50]},{"name":"CM_PROB_FAILED_POST_START","features":[50]},{"name":"CM_PROB_FAILED_START","features":[50]},{"name":"CM_PROB_GUEST_ASSIGNMENT_FAILED","features":[50]},{"name":"CM_PROB_HALTED","features":[50]},{"name":"CM_PROB_HARDWARE_DISABLED","features":[50]},{"name":"CM_PROB_HELD_FOR_EJECT","features":[50]},{"name":"CM_PROB_INVALID_DATA","features":[50]},{"name":"CM_PROB_IRQ_TRANSLATION_FAILED","features":[50]},{"name":"CM_PROB_LACKED_ARBITRATOR","features":[50]},{"name":"CM_PROB_LEGACY_SERVICE_NO_DEVICES","features":[50]},{"name":"CM_PROB_LIAR","features":[50]},{"name":"CM_PROB_MOVED","features":[50]},{"name":"CM_PROB_NEED_CLASS_CONFIG","features":[50]},{"name":"CM_PROB_NEED_RESTART","features":[50]},{"name":"CM_PROB_NORMAL_CONFLICT","features":[50]},{"name":"CM_PROB_NOT_CONFIGURED","features":[50]},{"name":"CM_PROB_NOT_VERIFIED","features":[50]},{"name":"CM_PROB_NO_SOFTCONFIG","features":[50]},{"name":"CM_PROB_NO_VALID_LOG_CONF","features":[50]},{"name":"CM_PROB_OUT_OF_MEMORY","features":[50]},{"name":"CM_PROB_PARTIAL_LOG_CONF","features":[50]},{"name":"CM_PROB_PHANTOM","features":[50]},{"name":"CM_PROB_REENUMERATION","features":[50]},{"name":"CM_PROB_REGISTRY","features":[50]},{"name":"CM_PROB_REGISTRY_TOO_LARGE","features":[50]},{"name":"CM_PROB_REINSTALL","features":[50]},{"name":"CM_PROB_SETPROPERTIES_FAILED","features":[50]},{"name":"CM_PROB_SYSTEM_SHUTDOWN","features":[50]},{"name":"CM_PROB_TOO_EARLY","features":[50]},{"name":"CM_PROB_TRANSLATION_FAILED","features":[50]},{"name":"CM_PROB_UNKNOWN_RESOURCE","features":[50]},{"name":"CM_PROB_UNSIGNED_DRIVER","features":[50]},{"name":"CM_PROB_USED_BY_DEBUGGER","features":[50]},{"name":"CM_PROB_VXDLDR","features":[50]},{"name":"CM_PROB_WAITING_ON_DEPENDENCY","features":[50]},{"name":"CM_PROB_WILL_BE_REMOVED","features":[50]},{"name":"CM_QUERY_ARBITRATOR_BITS","features":[50]},{"name":"CM_QUERY_ARBITRATOR_RAW","features":[50]},{"name":"CM_QUERY_ARBITRATOR_TRANSLATED","features":[50]},{"name":"CM_QUERY_REMOVE_UI_NOT_OK","features":[50]},{"name":"CM_QUERY_REMOVE_UI_OK","features":[50]},{"name":"CM_Query_And_Remove_SubTreeA","features":[50]},{"name":"CM_Query_And_Remove_SubTreeW","features":[50]},{"name":"CM_Query_And_Remove_SubTree_ExA","features":[50]},{"name":"CM_Query_And_Remove_SubTree_ExW","features":[50]},{"name":"CM_Query_Arbitrator_Free_Data","features":[50]},{"name":"CM_Query_Arbitrator_Free_Data_Ex","features":[50]},{"name":"CM_Query_Arbitrator_Free_Size","features":[50]},{"name":"CM_Query_Arbitrator_Free_Size_Ex","features":[50]},{"name":"CM_Query_Remove_SubTree","features":[50]},{"name":"CM_Query_Remove_SubTree_Ex","features":[50]},{"name":"CM_Query_Resource_Conflict_List","features":[50]},{"name":"CM_REENUMERATE_ASYNCHRONOUS","features":[50]},{"name":"CM_REENUMERATE_BITS","features":[50]},{"name":"CM_REENUMERATE_FLAGS","features":[50]},{"name":"CM_REENUMERATE_NORMAL","features":[50]},{"name":"CM_REENUMERATE_RETRY_INSTALLATION","features":[50]},{"name":"CM_REENUMERATE_SYNCHRONOUS","features":[50]},{"name":"CM_REGISTER_DEVICE_DRIVER_BITS","features":[50]},{"name":"CM_REGISTER_DEVICE_DRIVER_DISABLEABLE","features":[50]},{"name":"CM_REGISTER_DEVICE_DRIVER_REMOVABLE","features":[50]},{"name":"CM_REGISTER_DEVICE_DRIVER_STATIC","features":[50]},{"name":"CM_REGISTRY_BITS","features":[50]},{"name":"CM_REGISTRY_CONFIG","features":[50]},{"name":"CM_REGISTRY_HARDWARE","features":[50]},{"name":"CM_REGISTRY_SOFTWARE","features":[50]},{"name":"CM_REGISTRY_USER","features":[50]},{"name":"CM_REMOVAL_POLICY","features":[50]},{"name":"CM_REMOVAL_POLICY_EXPECT_NO_REMOVAL","features":[50]},{"name":"CM_REMOVAL_POLICY_EXPECT_ORDERLY_REMOVAL","features":[50]},{"name":"CM_REMOVAL_POLICY_EXPECT_SURPRISE_REMOVAL","features":[50]},{"name":"CM_REMOVE_BITS","features":[50]},{"name":"CM_REMOVE_DISABLE","features":[50]},{"name":"CM_REMOVE_NO_RESTART","features":[50]},{"name":"CM_REMOVE_UI_NOT_OK","features":[50]},{"name":"CM_REMOVE_UI_OK","features":[50]},{"name":"CM_RESDES_WIDTH_32","features":[50]},{"name":"CM_RESDES_WIDTH_64","features":[50]},{"name":"CM_RESDES_WIDTH_BITS","features":[50]},{"name":"CM_RESDES_WIDTH_DEFAULT","features":[50]},{"name":"CM_RESTYPE","features":[50]},{"name":"CM_Reenumerate_DevNode","features":[50]},{"name":"CM_Reenumerate_DevNode_Ex","features":[50]},{"name":"CM_Register_Device_Driver","features":[50]},{"name":"CM_Register_Device_Driver_Ex","features":[50]},{"name":"CM_Register_Device_InterfaceA","features":[50]},{"name":"CM_Register_Device_InterfaceW","features":[50]},{"name":"CM_Register_Device_Interface_ExA","features":[50]},{"name":"CM_Register_Device_Interface_ExW","features":[50]},{"name":"CM_Register_Notification","features":[50,3]},{"name":"CM_Remove_SubTree","features":[50]},{"name":"CM_Remove_SubTree_Ex","features":[50]},{"name":"CM_Request_Device_EjectA","features":[50]},{"name":"CM_Request_Device_EjectW","features":[50]},{"name":"CM_Request_Device_Eject_ExA","features":[50]},{"name":"CM_Request_Device_Eject_ExW","features":[50]},{"name":"CM_Request_Eject_PC","features":[50]},{"name":"CM_Request_Eject_PC_Ex","features":[50]},{"name":"CM_Run_Detection","features":[50]},{"name":"CM_Run_Detection_Ex","features":[50]},{"name":"CM_SETUP_BITS","features":[50]},{"name":"CM_SETUP_DEVINST_CONFIG","features":[50]},{"name":"CM_SETUP_DEVINST_CONFIG_CLASS","features":[50]},{"name":"CM_SETUP_DEVINST_CONFIG_EXTENSIONS","features":[50]},{"name":"CM_SETUP_DEVINST_CONFIG_RESET","features":[50]},{"name":"CM_SETUP_DEVINST_READY","features":[50]},{"name":"CM_SETUP_DEVINST_RESET","features":[50]},{"name":"CM_SETUP_DEVNODE_CONFIG","features":[50]},{"name":"CM_SETUP_DEVNODE_CONFIG_CLASS","features":[50]},{"name":"CM_SETUP_DEVNODE_CONFIG_EXTENSIONS","features":[50]},{"name":"CM_SETUP_DEVNODE_CONFIG_RESET","features":[50]},{"name":"CM_SETUP_DEVNODE_READY","features":[50]},{"name":"CM_SETUP_DEVNODE_RESET","features":[50]},{"name":"CM_SETUP_DOWNLOAD","features":[50]},{"name":"CM_SETUP_PROP_CHANGE","features":[50]},{"name":"CM_SETUP_WRITE_LOG_CONFS","features":[50]},{"name":"CM_SET_DEVINST_PROBLEM_BITS","features":[50]},{"name":"CM_SET_DEVINST_PROBLEM_NORMAL","features":[50]},{"name":"CM_SET_DEVINST_PROBLEM_OVERRIDE","features":[50]},{"name":"CM_SET_DEVNODE_PROBLEM_BITS","features":[50]},{"name":"CM_SET_DEVNODE_PROBLEM_NORMAL","features":[50]},{"name":"CM_SET_DEVNODE_PROBLEM_OVERRIDE","features":[50]},{"name":"CM_SET_HW_PROF_FLAGS_BITS","features":[50]},{"name":"CM_SET_HW_PROF_FLAGS_UI_NOT_OK","features":[50]},{"name":"CM_Set_Class_PropertyW","features":[50,1]},{"name":"CM_Set_Class_Property_ExW","features":[50,1]},{"name":"CM_Set_Class_Registry_PropertyA","features":[50]},{"name":"CM_Set_Class_Registry_PropertyW","features":[50]},{"name":"CM_Set_DevNode_Problem","features":[50]},{"name":"CM_Set_DevNode_Problem_Ex","features":[50]},{"name":"CM_Set_DevNode_PropertyW","features":[50,1]},{"name":"CM_Set_DevNode_Property_ExW","features":[50,1]},{"name":"CM_Set_DevNode_Registry_PropertyA","features":[50]},{"name":"CM_Set_DevNode_Registry_PropertyW","features":[50]},{"name":"CM_Set_DevNode_Registry_Property_ExA","features":[50]},{"name":"CM_Set_DevNode_Registry_Property_ExW","features":[50]},{"name":"CM_Set_Device_Interface_PropertyW","features":[50,1]},{"name":"CM_Set_Device_Interface_Property_ExW","features":[50,1]},{"name":"CM_Set_HW_Prof","features":[50]},{"name":"CM_Set_HW_Prof_Ex","features":[50]},{"name":"CM_Set_HW_Prof_FlagsA","features":[50]},{"name":"CM_Set_HW_Prof_FlagsW","features":[50]},{"name":"CM_Set_HW_Prof_Flags_ExA","features":[50]},{"name":"CM_Set_HW_Prof_Flags_ExW","features":[50]},{"name":"CM_Setup_DevNode","features":[50]},{"name":"CM_Setup_DevNode_Ex","features":[50]},{"name":"CM_Test_Range_Available","features":[50]},{"name":"CM_Uninstall_DevNode","features":[50]},{"name":"CM_Uninstall_DevNode_Ex","features":[50]},{"name":"CM_Unregister_Device_InterfaceA","features":[50]},{"name":"CM_Unregister_Device_InterfaceW","features":[50]},{"name":"CM_Unregister_Device_Interface_ExA","features":[50]},{"name":"CM_Unregister_Device_Interface_ExW","features":[50]},{"name":"CM_Unregister_Notification","features":[50]},{"name":"COINSTALLER_CONTEXT_DATA","features":[50,3]},{"name":"COINSTALLER_CONTEXT_DATA","features":[50,3]},{"name":"CONFIGFLAG_BOOT_DEVICE","features":[50]},{"name":"CONFIGFLAG_CANTSTOPACHILD","features":[50]},{"name":"CONFIGFLAG_DISABLED","features":[50]},{"name":"CONFIGFLAG_FAILEDINSTALL","features":[50]},{"name":"CONFIGFLAG_FINISHINSTALL_ACTION","features":[50]},{"name":"CONFIGFLAG_FINISHINSTALL_UI","features":[50]},{"name":"CONFIGFLAG_FINISH_INSTALL","features":[50]},{"name":"CONFIGFLAG_IGNORE_BOOT_LC","features":[50]},{"name":"CONFIGFLAG_MANUAL_INSTALL","features":[50]},{"name":"CONFIGFLAG_NEEDS_CLASS_CONFIG","features":[50]},{"name":"CONFIGFLAG_NEEDS_FORCED_CONFIG","features":[50]},{"name":"CONFIGFLAG_NETBOOT_CARD","features":[50]},{"name":"CONFIGFLAG_NET_BOOT","features":[50]},{"name":"CONFIGFLAG_NOREMOVEEXIT","features":[50]},{"name":"CONFIGFLAG_OKREMOVEROM","features":[50]},{"name":"CONFIGFLAG_PARTIAL_LOG_CONF","features":[50]},{"name":"CONFIGFLAG_REINSTALL","features":[50]},{"name":"CONFIGFLAG_REMOVED","features":[50]},{"name":"CONFIGFLAG_SUPPRESS_SURPRISE","features":[50]},{"name":"CONFIGFLAG_VERIFY_HARDWARE","features":[50]},{"name":"CONFIGMG_VERSION","features":[50]},{"name":"CONFIGRET","features":[50]},{"name":"CONFLICT_DETAILS_A","features":[50]},{"name":"CONFLICT_DETAILS_W","features":[50]},{"name":"CONNECTION_DES","features":[50]},{"name":"CONNECTION_RESOURCE","features":[50]},{"name":"COPYFLG_FORCE_FILE_IN_USE","features":[50]},{"name":"COPYFLG_IN_USE_TRY_RENAME","features":[50]},{"name":"COPYFLG_NODECOMP","features":[50]},{"name":"COPYFLG_NOPRUNE","features":[50]},{"name":"COPYFLG_NOSKIP","features":[50]},{"name":"COPYFLG_NOVERSIONCHECK","features":[50]},{"name":"COPYFLG_NO_OVERWRITE","features":[50]},{"name":"COPYFLG_NO_VERSION_DIALOG","features":[50]},{"name":"COPYFLG_OVERWRITE_OLDER_ONLY","features":[50]},{"name":"COPYFLG_PROTECTED_WINDOWS_DRIVER_FILE","features":[50]},{"name":"COPYFLG_REPLACEONLY","features":[50]},{"name":"COPYFLG_REPLACE_BOOT_FILE","features":[50]},{"name":"COPYFLG_WARN_IF_SKIP","features":[50]},{"name":"CR_ACCESS_DENIED","features":[50]},{"name":"CR_ALREADY_SUCH_DEVINST","features":[50]},{"name":"CR_ALREADY_SUCH_DEVNODE","features":[50]},{"name":"CR_APM_VETOED","features":[50]},{"name":"CR_BUFFER_SMALL","features":[50]},{"name":"CR_CALL_NOT_IMPLEMENTED","features":[50]},{"name":"CR_CANT_SHARE_IRQ","features":[50]},{"name":"CR_CREATE_BLOCKED","features":[50]},{"name":"CR_DEFAULT","features":[50]},{"name":"CR_DEVICE_INTERFACE_ACTIVE","features":[50]},{"name":"CR_DEVICE_NOT_THERE","features":[50]},{"name":"CR_DEVINST_HAS_REQS","features":[50]},{"name":"CR_DEVLOADER_NOT_READY","features":[50]},{"name":"CR_DEVNODE_HAS_REQS","features":[50]},{"name":"CR_DLVXD_NOT_FOUND","features":[50]},{"name":"CR_FAILURE","features":[50]},{"name":"CR_FREE_RESOURCES","features":[50]},{"name":"CR_INVALID_API","features":[50]},{"name":"CR_INVALID_ARBITRATOR","features":[50]},{"name":"CR_INVALID_CONFLICT_LIST","features":[50]},{"name":"CR_INVALID_DATA","features":[50]},{"name":"CR_INVALID_DEVICE_ID","features":[50]},{"name":"CR_INVALID_DEVINST","features":[50]},{"name":"CR_INVALID_DEVNODE","features":[50]},{"name":"CR_INVALID_FLAG","features":[50]},{"name":"CR_INVALID_INDEX","features":[50]},{"name":"CR_INVALID_LOAD_TYPE","features":[50]},{"name":"CR_INVALID_LOG_CONF","features":[50]},{"name":"CR_INVALID_MACHINENAME","features":[50]},{"name":"CR_INVALID_NODELIST","features":[50]},{"name":"CR_INVALID_POINTER","features":[50]},{"name":"CR_INVALID_PRIORITY","features":[50]},{"name":"CR_INVALID_PROPERTY","features":[50]},{"name":"CR_INVALID_RANGE","features":[50]},{"name":"CR_INVALID_RANGE_LIST","features":[50]},{"name":"CR_INVALID_REFERENCE_STRING","features":[50]},{"name":"CR_INVALID_RESOURCEID","features":[50]},{"name":"CR_INVALID_RES_DES","features":[50]},{"name":"CR_INVALID_STRUCTURE_SIZE","features":[50]},{"name":"CR_MACHINE_UNAVAILABLE","features":[50]},{"name":"CR_NEED_RESTART","features":[50]},{"name":"CR_NOT_DISABLEABLE","features":[50]},{"name":"CR_NOT_SYSTEM_VM","features":[50]},{"name":"CR_NO_ARBITRATOR","features":[50]},{"name":"CR_NO_CM_SERVICES","features":[50]},{"name":"CR_NO_DEPENDENT","features":[50]},{"name":"CR_NO_MORE_HW_PROFILES","features":[50]},{"name":"CR_NO_MORE_LOG_CONF","features":[50]},{"name":"CR_NO_MORE_RES_DES","features":[50]},{"name":"CR_NO_REGISTRY_HANDLE","features":[50]},{"name":"CR_NO_SUCH_DEVICE_INTERFACE","features":[50]},{"name":"CR_NO_SUCH_DEVINST","features":[50]},{"name":"CR_NO_SUCH_DEVNODE","features":[50]},{"name":"CR_NO_SUCH_LOGICAL_DEV","features":[50]},{"name":"CR_NO_SUCH_REGISTRY_KEY","features":[50]},{"name":"CR_NO_SUCH_VALUE","features":[50]},{"name":"CR_OUT_OF_MEMORY","features":[50]},{"name":"CR_QUERY_VETOED","features":[50]},{"name":"CR_REGISTRY_ERROR","features":[50]},{"name":"CR_REMOTE_COMM_FAILURE","features":[50]},{"name":"CR_REMOVE_VETOED","features":[50]},{"name":"CR_SAME_RESOURCES","features":[50]},{"name":"CR_SUCCESS","features":[50]},{"name":"CR_WRONG_TYPE","features":[50]},{"name":"CS_DES","features":[50]},{"name":"CS_RESOURCE","features":[50]},{"name":"DD_FLAGS","features":[50]},{"name":"DELFLG_IN_USE","features":[50]},{"name":"DELFLG_IN_USE1","features":[50]},{"name":"DEVPRIVATE_DES","features":[50]},{"name":"DEVPRIVATE_RANGE","features":[50]},{"name":"DEVPRIVATE_RESOURCE","features":[50]},{"name":"DIBCI_NODISPLAYCLASS","features":[50]},{"name":"DIBCI_NOINSTALLCLASS","features":[50]},{"name":"DICD_GENERATE_ID","features":[50]},{"name":"DICD_INHERIT_CLASSDRVS","features":[50]},{"name":"DICLASSPROP_INSTALLER","features":[50]},{"name":"DICLASSPROP_INTERFACE","features":[50]},{"name":"DICS_DISABLE","features":[50]},{"name":"DICS_ENABLE","features":[50]},{"name":"DICS_FLAG_CONFIGGENERAL","features":[50]},{"name":"DICS_FLAG_CONFIGSPECIFIC","features":[50]},{"name":"DICS_FLAG_GLOBAL","features":[50]},{"name":"DICS_PROPCHANGE","features":[50]},{"name":"DICS_START","features":[50]},{"name":"DICS_STOP","features":[50]},{"name":"DICUSTOMDEVPROP_MERGE_MULTISZ","features":[50]},{"name":"DIF_ADDPROPERTYPAGE_ADVANCED","features":[50]},{"name":"DIF_ADDPROPERTYPAGE_BASIC","features":[50]},{"name":"DIF_ADDREMOTEPROPERTYPAGE_ADVANCED","features":[50]},{"name":"DIF_ALLOW_INSTALL","features":[50]},{"name":"DIF_ASSIGNRESOURCES","features":[50]},{"name":"DIF_CALCDISKSPACE","features":[50]},{"name":"DIF_DESTROYPRIVATEDATA","features":[50]},{"name":"DIF_DESTROYWIZARDDATA","features":[50]},{"name":"DIF_DETECT","features":[50]},{"name":"DIF_DETECTCANCEL","features":[50]},{"name":"DIF_DETECTVERIFY","features":[50]},{"name":"DIF_ENABLECLASS","features":[50]},{"name":"DIF_FINISHINSTALL_ACTION","features":[50]},{"name":"DIF_FIRSTTIMESETUP","features":[50]},{"name":"DIF_FOUNDDEVICE","features":[50]},{"name":"DIF_INSTALLCLASSDRIVERS","features":[50]},{"name":"DIF_INSTALLDEVICE","features":[50]},{"name":"DIF_INSTALLDEVICEFILES","features":[50]},{"name":"DIF_INSTALLINTERFACES","features":[50]},{"name":"DIF_INSTALLWIZARD","features":[50]},{"name":"DIF_MOVEDEVICE","features":[50]},{"name":"DIF_NEWDEVICEWIZARD_FINISHINSTALL","features":[50]},{"name":"DIF_NEWDEVICEWIZARD_POSTANALYZE","features":[50]},{"name":"DIF_NEWDEVICEWIZARD_PREANALYZE","features":[50]},{"name":"DIF_NEWDEVICEWIZARD_PRESELECT","features":[50]},{"name":"DIF_NEWDEVICEWIZARD_SELECT","features":[50]},{"name":"DIF_POWERMESSAGEWAKE","features":[50]},{"name":"DIF_PROPERTIES","features":[50]},{"name":"DIF_PROPERTYCHANGE","features":[50]},{"name":"DIF_REGISTERDEVICE","features":[50]},{"name":"DIF_REGISTER_COINSTALLERS","features":[50]},{"name":"DIF_REMOVE","features":[50]},{"name":"DIF_RESERVED1","features":[50]},{"name":"DIF_RESERVED2","features":[50]},{"name":"DIF_SELECTBESTCOMPATDRV","features":[50]},{"name":"DIF_SELECTCLASSDRIVERS","features":[50]},{"name":"DIF_SELECTDEVICE","features":[50]},{"name":"DIF_TROUBLESHOOTER","features":[50]},{"name":"DIF_UNREMOVE","features":[50]},{"name":"DIF_UNUSED1","features":[50]},{"name":"DIF_UPDATEDRIVER_UI","features":[50]},{"name":"DIF_VALIDATECLASSDRIVERS","features":[50]},{"name":"DIF_VALIDATEDRIVER","features":[50]},{"name":"DIGCDP_FLAG_ADVANCED","features":[50]},{"name":"DIGCDP_FLAG_BASIC","features":[50]},{"name":"DIGCDP_FLAG_REMOTE_ADVANCED","features":[50]},{"name":"DIGCDP_FLAG_REMOTE_BASIC","features":[50]},{"name":"DIGCF_ALLCLASSES","features":[50]},{"name":"DIGCF_DEFAULT","features":[50]},{"name":"DIGCF_DEVICEINTERFACE","features":[50]},{"name":"DIGCF_INTERFACEDEVICE","features":[50]},{"name":"DIGCF_PRESENT","features":[50]},{"name":"DIGCF_PROFILE","features":[50]},{"name":"DIIDFLAG_BITS","features":[50]},{"name":"DIIDFLAG_INSTALLCOPYINFDRIVERS","features":[50]},{"name":"DIIDFLAG_INSTALLNULLDRIVER","features":[50]},{"name":"DIIDFLAG_NOFINISHINSTALLUI","features":[50]},{"name":"DIIDFLAG_SHOWSEARCHUI","features":[50]},{"name":"DIINSTALLDEVICE_FLAGS","features":[50]},{"name":"DIINSTALLDRIVER_FLAGS","features":[50]},{"name":"DIIRFLAG_BITS","features":[50]},{"name":"DIIRFLAG_FORCE_INF","features":[50]},{"name":"DIIRFLAG_HOTPATCH","features":[50]},{"name":"DIIRFLAG_HW_USING_THE_INF","features":[50]},{"name":"DIIRFLAG_INF_ALREADY_COPIED","features":[50]},{"name":"DIIRFLAG_INSTALL_AS_SET","features":[50]},{"name":"DIIRFLAG_NOBACKUP","features":[50]},{"name":"DIIRFLAG_PRE_CONFIGURE_INF","features":[50]},{"name":"DIIRFLAG_SYSTEM_BITS","features":[50]},{"name":"DIOCR_INSTALLER","features":[50]},{"name":"DIOCR_INTERFACE","features":[50]},{"name":"DIODI_NO_ADD","features":[50]},{"name":"DIOD_CANCEL_REMOVE","features":[50]},{"name":"DIOD_INHERIT_CLASSDRVS","features":[50]},{"name":"DIREG_BOTH","features":[50]},{"name":"DIREG_DEV","features":[50]},{"name":"DIREG_DRV","features":[50]},{"name":"DIRID_ABSOLUTE","features":[50]},{"name":"DIRID_ABSOLUTE_16BIT","features":[50]},{"name":"DIRID_APPS","features":[50]},{"name":"DIRID_BOOT","features":[50]},{"name":"DIRID_COLOR","features":[50]},{"name":"DIRID_COMMON_APPDATA","features":[50]},{"name":"DIRID_COMMON_DESKTOPDIRECTORY","features":[50]},{"name":"DIRID_COMMON_DOCUMENTS","features":[50]},{"name":"DIRID_COMMON_FAVORITES","features":[50]},{"name":"DIRID_COMMON_PROGRAMS","features":[50]},{"name":"DIRID_COMMON_STARTMENU","features":[50]},{"name":"DIRID_COMMON_STARTUP","features":[50]},{"name":"DIRID_COMMON_TEMPLATES","features":[50]},{"name":"DIRID_DEFAULT","features":[50]},{"name":"DIRID_DRIVERS","features":[50]},{"name":"DIRID_DRIVER_STORE","features":[50]},{"name":"DIRID_FONTS","features":[50]},{"name":"DIRID_HELP","features":[50]},{"name":"DIRID_INF","features":[50]},{"name":"DIRID_IOSUBSYS","features":[50]},{"name":"DIRID_LOADER","features":[50]},{"name":"DIRID_NULL","features":[50]},{"name":"DIRID_PRINTPROCESSOR","features":[50]},{"name":"DIRID_PROGRAM_FILES","features":[50]},{"name":"DIRID_PROGRAM_FILES_COMMON","features":[50]},{"name":"DIRID_PROGRAM_FILES_COMMONX86","features":[50]},{"name":"DIRID_PROGRAM_FILES_X86","features":[50]},{"name":"DIRID_SHARED","features":[50]},{"name":"DIRID_SPOOL","features":[50]},{"name":"DIRID_SPOOLDRIVERS","features":[50]},{"name":"DIRID_SRCPATH","features":[50]},{"name":"DIRID_SYSTEM","features":[50]},{"name":"DIRID_SYSTEM16","features":[50]},{"name":"DIRID_SYSTEM_X86","features":[50]},{"name":"DIRID_USER","features":[50]},{"name":"DIRID_USERPROFILE","features":[50]},{"name":"DIRID_VIEWERS","features":[50]},{"name":"DIRID_WINDOWS","features":[50]},{"name":"DIROLLBACKDRIVER_FLAGS","features":[50]},{"name":"DIUNINSTALLDRIVER_FLAGS","features":[50]},{"name":"DIURFLAG_NO_REMOVE_INF","features":[50]},{"name":"DIURFLAG_RESERVED","features":[50]},{"name":"DIURFLAG_VALID","features":[50]},{"name":"DI_AUTOASSIGNRES","features":[50]},{"name":"DI_CLASSINSTALLPARAMS","features":[50]},{"name":"DI_COMPAT_FROM_CLASS","features":[50]},{"name":"DI_DIDCLASS","features":[50]},{"name":"DI_DIDCOMPAT","features":[50]},{"name":"DI_DISABLED","features":[50]},{"name":"DI_DONOTCALLCONFIGMG","features":[50]},{"name":"DI_DRIVERPAGE_ADDED","features":[50]},{"name":"DI_ENUMSINGLEINF","features":[50]},{"name":"DI_FLAGSEX_ALLOWEXCLUDEDDRVS","features":[50]},{"name":"DI_FLAGSEX_ALTPLATFORM_DRVSEARCH","features":[50]},{"name":"DI_FLAGSEX_ALWAYSWRITEIDS","features":[50]},{"name":"DI_FLAGSEX_APPENDDRIVERLIST","features":[50]},{"name":"DI_FLAGSEX_BACKUPONREPLACE","features":[50]},{"name":"DI_FLAGSEX_CI_FAILED","features":[50]},{"name":"DI_FLAGSEX_DEVICECHANGE","features":[50]},{"name":"DI_FLAGSEX_DIDCOMPATINFO","features":[50]},{"name":"DI_FLAGSEX_DIDINFOLIST","features":[50]},{"name":"DI_FLAGSEX_DRIVERLIST_FROM_URL","features":[50]},{"name":"DI_FLAGSEX_EXCLUDE_OLD_INET_DRIVERS","features":[50]},{"name":"DI_FLAGSEX_FILTERCLASSES","features":[50]},{"name":"DI_FLAGSEX_FILTERSIMILARDRIVERS","features":[50]},{"name":"DI_FLAGSEX_FINISHINSTALL_ACTION","features":[50]},{"name":"DI_FLAGSEX_INET_DRIVER","features":[50]},{"name":"DI_FLAGSEX_INSTALLEDDRIVER","features":[50]},{"name":"DI_FLAGSEX_IN_SYSTEM_SETUP","features":[50]},{"name":"DI_FLAGSEX_NOUIONQUERYREMOVE","features":[50]},{"name":"DI_FLAGSEX_NO_CLASSLIST_NODE_MERGE","features":[50]},{"name":"DI_FLAGSEX_NO_DRVREG_MODIFY","features":[50]},{"name":"DI_FLAGSEX_POWERPAGE_ADDED","features":[50]},{"name":"DI_FLAGSEX_PREINSTALLBACKUP","features":[50]},{"name":"DI_FLAGSEX_PROPCHANGE_PENDING","features":[50]},{"name":"DI_FLAGSEX_RECURSIVESEARCH","features":[50]},{"name":"DI_FLAGSEX_RESERVED1","features":[50]},{"name":"DI_FLAGSEX_RESERVED2","features":[50]},{"name":"DI_FLAGSEX_RESERVED3","features":[50]},{"name":"DI_FLAGSEX_RESERVED4","features":[50]},{"name":"DI_FLAGSEX_RESTART_DEVICE_ONLY","features":[50]},{"name":"DI_FLAGSEX_SEARCH_PUBLISHED_INFS","features":[50]},{"name":"DI_FLAGSEX_SETFAILEDINSTALL","features":[50]},{"name":"DI_FLAGSEX_USECLASSFORCOMPAT","features":[50]},{"name":"DI_FORCECOPY","features":[50]},{"name":"DI_FUNCTION","features":[50]},{"name":"DI_GENERALPAGE_ADDED","features":[50]},{"name":"DI_INF_IS_SORTED","features":[50]},{"name":"DI_INSTALLDISABLED","features":[50]},{"name":"DI_MULTMFGS","features":[50]},{"name":"DI_NEEDREBOOT","features":[50]},{"name":"DI_NEEDRESTART","features":[50]},{"name":"DI_NOBROWSE","features":[50]},{"name":"DI_NODI_DEFAULTACTION","features":[50]},{"name":"DI_NOFILECOPY","features":[50]},{"name":"DI_NOSELECTICONS","features":[50]},{"name":"DI_NOVCP","features":[50]},{"name":"DI_NOWRITE_IDS","features":[50]},{"name":"DI_OVERRIDE_INFFLAGS","features":[50]},{"name":"DI_PROPERTIES_CHANGE","features":[50]},{"name":"DI_PROPS_NOCHANGEUSAGE","features":[50]},{"name":"DI_QUIETINSTALL","features":[50]},{"name":"DI_REMOVEDEVICE_CONFIGSPECIFIC","features":[50]},{"name":"DI_REMOVEDEVICE_GLOBAL","features":[50]},{"name":"DI_RESOURCEPAGE_ADDED","features":[50]},{"name":"DI_SHOWALL","features":[50]},{"name":"DI_SHOWCLASS","features":[50]},{"name":"DI_SHOWCOMPAT","features":[50]},{"name":"DI_SHOWOEM","features":[50]},{"name":"DI_UNREMOVEDEVICE_CONFIGSPECIFIC","features":[50]},{"name":"DI_USECI_SELECTSTRINGS","features":[50]},{"name":"DMA_DES","features":[50]},{"name":"DMA_RANGE","features":[50]},{"name":"DMA_RESOURCE","features":[50]},{"name":"DMI_BKCOLOR","features":[50]},{"name":"DMI_MASK","features":[50]},{"name":"DMI_USERECT","features":[50]},{"name":"DNF_ALWAYSEXCLUDEFROMLIST","features":[50]},{"name":"DNF_AUTHENTICODE_SIGNED","features":[50]},{"name":"DNF_BAD_DRIVER","features":[50]},{"name":"DNF_BASIC_DRIVER","features":[50]},{"name":"DNF_CLASS_DRIVER","features":[50]},{"name":"DNF_COMPATIBLE_DRIVER","features":[50]},{"name":"DNF_DUPDESC","features":[50]},{"name":"DNF_DUPDRIVERVER","features":[50]},{"name":"DNF_DUPPROVIDER","features":[50]},{"name":"DNF_EXCLUDEFROMLIST","features":[50]},{"name":"DNF_INBOX_DRIVER","features":[50]},{"name":"DNF_INET_DRIVER","features":[50]},{"name":"DNF_INF_IS_SIGNED","features":[50]},{"name":"DNF_INSTALLEDDRIVER","features":[50]},{"name":"DNF_LEGACYINF","features":[50]},{"name":"DNF_NODRIVER","features":[50]},{"name":"DNF_OEM_F6_INF","features":[50]},{"name":"DNF_OLDDRIVER","features":[50]},{"name":"DNF_OLD_INET_DRIVER","features":[50]},{"name":"DNF_REQUESTADDITIONALSOFTWARE","features":[50]},{"name":"DNF_UNUSED1","features":[50]},{"name":"DNF_UNUSED2","features":[50]},{"name":"DNF_UNUSED_22","features":[50]},{"name":"DNF_UNUSED_23","features":[50]},{"name":"DNF_UNUSED_24","features":[50]},{"name":"DNF_UNUSED_25","features":[50]},{"name":"DNF_UNUSED_26","features":[50]},{"name":"DNF_UNUSED_27","features":[50]},{"name":"DNF_UNUSED_28","features":[50]},{"name":"DNF_UNUSED_29","features":[50]},{"name":"DNF_UNUSED_30","features":[50]},{"name":"DNF_UNUSED_31","features":[50]},{"name":"DN_APM_DRIVER","features":[50]},{"name":"DN_APM_ENUMERATOR","features":[50]},{"name":"DN_ARM_WAKEUP","features":[50]},{"name":"DN_BAD_PARTIAL","features":[50]},{"name":"DN_BOOT_LOG_PROB","features":[50]},{"name":"DN_CHANGEABLE_FLAGS","features":[50]},{"name":"DN_CHILD_WITH_INVALID_ID","features":[50]},{"name":"DN_DEVICE_DISCONNECTED","features":[50]},{"name":"DN_DISABLEABLE","features":[50]},{"name":"DN_DRIVER_BLOCKED","features":[50]},{"name":"DN_DRIVER_LOADED","features":[50]},{"name":"DN_ENUM_LOADED","features":[50]},{"name":"DN_FILTERED","features":[50]},{"name":"DN_HARDWARE_ENUM","features":[50]},{"name":"DN_HAS_MARK","features":[50]},{"name":"DN_HAS_PROBLEM","features":[50]},{"name":"DN_LEGACY_DRIVER","features":[50]},{"name":"DN_LIAR","features":[50]},{"name":"DN_MANUAL","features":[50]},{"name":"DN_MF_CHILD","features":[50]},{"name":"DN_MF_PARENT","features":[50]},{"name":"DN_MOVED","features":[50]},{"name":"DN_NEEDS_LOCKING","features":[50]},{"name":"DN_NEED_RESTART","features":[50]},{"name":"DN_NEED_TO_ENUM","features":[50]},{"name":"DN_NOT_FIRST_TIME","features":[50]},{"name":"DN_NOT_FIRST_TIMEE","features":[50]},{"name":"DN_NO_SHOW_IN_DM","features":[50]},{"name":"DN_NT_DRIVER","features":[50]},{"name":"DN_NT_ENUMERATOR","features":[50]},{"name":"DN_PRIVATE_PROBLEM","features":[50]},{"name":"DN_QUERY_REMOVE_ACTIVE","features":[50]},{"name":"DN_QUERY_REMOVE_PENDING","features":[50]},{"name":"DN_REBAL_CANDIDATE","features":[50]},{"name":"DN_REMOVABLE","features":[50]},{"name":"DN_ROOT_ENUMERATED","features":[50]},{"name":"DN_SILENT_INSTALL","features":[50]},{"name":"DN_STARTED","features":[50]},{"name":"DN_STOP_FREE_RES","features":[50]},{"name":"DN_WILL_BE_REMOVED","features":[50]},{"name":"DPROMPT_BUFFERTOOSMALL","features":[50]},{"name":"DPROMPT_CANCEL","features":[50]},{"name":"DPROMPT_OUTOFMEMORY","features":[50]},{"name":"DPROMPT_SKIPFILE","features":[50]},{"name":"DPROMPT_SUCCESS","features":[50]},{"name":"DRIVER_COMPATID_RANK","features":[50]},{"name":"DRIVER_HARDWAREID_MASK","features":[50]},{"name":"DRIVER_HARDWAREID_RANK","features":[50]},{"name":"DRIVER_UNTRUSTED_COMPATID_RANK","features":[50]},{"name":"DRIVER_UNTRUSTED_HARDWAREID_RANK","features":[50]},{"name":"DRIVER_UNTRUSTED_RANK","features":[50]},{"name":"DRIVER_W9X_SUSPECT_COMPATID_RANK","features":[50]},{"name":"DRIVER_W9X_SUSPECT_HARDWAREID_RANK","features":[50]},{"name":"DRIVER_W9X_SUSPECT_RANK","features":[50]},{"name":"DWORD_MAX","features":[50]},{"name":"DYNAWIZ_FLAG_ANALYZE_HANDLECONFLICT","features":[50]},{"name":"DYNAWIZ_FLAG_INSTALLDET_NEXT","features":[50]},{"name":"DYNAWIZ_FLAG_INSTALLDET_PREV","features":[50]},{"name":"DYNAWIZ_FLAG_PAGESADDED","features":[50]},{"name":"DiInstallDevice","features":[50,3]},{"name":"DiInstallDriverA","features":[50,3]},{"name":"DiInstallDriverW","features":[50,3]},{"name":"DiRollbackDriver","features":[50,3]},{"name":"DiShowUpdateDevice","features":[50,3]},{"name":"DiShowUpdateDriver","features":[50,3]},{"name":"DiUninstallDevice","features":[50,3]},{"name":"DiUninstallDriverA","features":[50,3]},{"name":"DiUninstallDriverW","features":[50,3]},{"name":"ENABLECLASS_FAILURE","features":[50]},{"name":"ENABLECLASS_QUERY","features":[50]},{"name":"ENABLECLASS_SUCCESS","features":[50]},{"name":"FILEOP_ABORT","features":[50]},{"name":"FILEOP_BACKUP","features":[50]},{"name":"FILEOP_COPY","features":[50]},{"name":"FILEOP_DELETE","features":[50]},{"name":"FILEOP_DOIT","features":[50]},{"name":"FILEOP_NEWPATH","features":[50]},{"name":"FILEOP_RENAME","features":[50]},{"name":"FILEOP_RETRY","features":[50]},{"name":"FILEOP_SKIP","features":[50]},{"name":"FILEPATHS_A","features":[50]},{"name":"FILEPATHS_A","features":[50]},{"name":"FILEPATHS_SIGNERINFO_A","features":[50]},{"name":"FILEPATHS_SIGNERINFO_A","features":[50]},{"name":"FILEPATHS_SIGNERINFO_W","features":[50]},{"name":"FILEPATHS_SIGNERINFO_W","features":[50]},{"name":"FILEPATHS_W","features":[50]},{"name":"FILEPATHS_W","features":[50]},{"name":"FILE_COMPRESSION_MSZIP","features":[50]},{"name":"FILE_COMPRESSION_NONE","features":[50]},{"name":"FILE_COMPRESSION_NTCAB","features":[50]},{"name":"FILE_COMPRESSION_TYPE","features":[50]},{"name":"FILE_COMPRESSION_WINLZA","features":[50]},{"name":"FILE_IN_CABINET_INFO_A","features":[50]},{"name":"FILE_IN_CABINET_INFO_A","features":[50]},{"name":"FILE_IN_CABINET_INFO_W","features":[50]},{"name":"FILE_IN_CABINET_INFO_W","features":[50]},{"name":"FILTERED_LOG_CONF","features":[50]},{"name":"FLG_ADDPROPERTY_AND","features":[50]},{"name":"FLG_ADDPROPERTY_APPEND","features":[50]},{"name":"FLG_ADDPROPERTY_NOCLOBBER","features":[50]},{"name":"FLG_ADDPROPERTY_OR","features":[50]},{"name":"FLG_ADDPROPERTY_OVERWRITEONLY","features":[50]},{"name":"FLG_ADDREG_32BITKEY","features":[50]},{"name":"FLG_ADDREG_64BITKEY","features":[50]},{"name":"FLG_ADDREG_APPEND","features":[50]},{"name":"FLG_ADDREG_BINVALUETYPE","features":[50]},{"name":"FLG_ADDREG_DELREG_BIT","features":[50]},{"name":"FLG_ADDREG_DELVAL","features":[50]},{"name":"FLG_ADDREG_KEYONLY","features":[50]},{"name":"FLG_ADDREG_KEYONLY_COMMON","features":[50]},{"name":"FLG_ADDREG_NOCLOBBER","features":[50]},{"name":"FLG_ADDREG_OVERWRITEONLY","features":[50]},{"name":"FLG_ADDREG_TYPE_EXPAND_SZ","features":[50]},{"name":"FLG_ADDREG_TYPE_MULTI_SZ","features":[50]},{"name":"FLG_ADDREG_TYPE_SZ","features":[50]},{"name":"FLG_BITREG_32BITKEY","features":[50]},{"name":"FLG_BITREG_64BITKEY","features":[50]},{"name":"FLG_BITREG_CLEARBITS","features":[50]},{"name":"FLG_BITREG_SETBITS","features":[50]},{"name":"FLG_DELPROPERTY_MULTI_SZ_DELSTRING","features":[50]},{"name":"FLG_DELREG_32BITKEY","features":[50]},{"name":"FLG_DELREG_64BITKEY","features":[50]},{"name":"FLG_DELREG_KEYONLY_COMMON","features":[50]},{"name":"FLG_DELREG_OPERATION_MASK","features":[50]},{"name":"FLG_DELREG_TYPE_EXPAND_SZ","features":[50]},{"name":"FLG_DELREG_TYPE_MULTI_SZ","features":[50]},{"name":"FLG_DELREG_TYPE_SZ","features":[50]},{"name":"FLG_DELREG_VALUE","features":[50]},{"name":"FLG_INI2REG_32BITKEY","features":[50]},{"name":"FLG_INI2REG_64BITKEY","features":[50]},{"name":"FLG_PROFITEM_CSIDL","features":[50]},{"name":"FLG_PROFITEM_CURRENTUSER","features":[50]},{"name":"FLG_PROFITEM_DELETE","features":[50]},{"name":"FLG_PROFITEM_GROUP","features":[50]},{"name":"FLG_REGSVR_DLLINSTALL","features":[50]},{"name":"FLG_REGSVR_DLLREGISTER","features":[50]},{"name":"FORCED_LOG_CONF","features":[50]},{"name":"GUID_ACPI_CMOS_INTERFACE_STANDARD","features":[50]},{"name":"GUID_ACPI_INTERFACE_STANDARD","features":[50]},{"name":"GUID_ACPI_INTERFACE_STANDARD2","features":[50]},{"name":"GUID_ACPI_PORT_RANGES_INTERFACE_STANDARD","features":[50]},{"name":"GUID_ACPI_REGS_INTERFACE_STANDARD","features":[50]},{"name":"GUID_AGP_TARGET_BUS_INTERFACE_STANDARD","features":[50]},{"name":"GUID_ARBITER_INTERFACE_STANDARD","features":[50]},{"name":"GUID_BUS_INTERFACE_STANDARD","features":[50]},{"name":"GUID_BUS_RESOURCE_UPDATE_INTERFACE","features":[50]},{"name":"GUID_BUS_TYPE_1394","features":[50]},{"name":"GUID_BUS_TYPE_ACPI","features":[50]},{"name":"GUID_BUS_TYPE_AVC","features":[50]},{"name":"GUID_BUS_TYPE_DOT4PRT","features":[50]},{"name":"GUID_BUS_TYPE_EISA","features":[50]},{"name":"GUID_BUS_TYPE_HID","features":[50]},{"name":"GUID_BUS_TYPE_INTERNAL","features":[50]},{"name":"GUID_BUS_TYPE_IRDA","features":[50]},{"name":"GUID_BUS_TYPE_ISAPNP","features":[50]},{"name":"GUID_BUS_TYPE_LPTENUM","features":[50]},{"name":"GUID_BUS_TYPE_MCA","features":[50]},{"name":"GUID_BUS_TYPE_PCI","features":[50]},{"name":"GUID_BUS_TYPE_PCMCIA","features":[50]},{"name":"GUID_BUS_TYPE_SCM","features":[50]},{"name":"GUID_BUS_TYPE_SD","features":[50]},{"name":"GUID_BUS_TYPE_SERENUM","features":[50]},{"name":"GUID_BUS_TYPE_SW_DEVICE","features":[50]},{"name":"GUID_BUS_TYPE_USB","features":[50]},{"name":"GUID_BUS_TYPE_USBPRINT","features":[50]},{"name":"GUID_D3COLD_AUX_POWER_AND_TIMING_INTERFACE","features":[50]},{"name":"GUID_D3COLD_SUPPORT_INTERFACE","features":[50]},{"name":"GUID_DEVCLASS_1394","features":[50]},{"name":"GUID_DEVCLASS_1394DEBUG","features":[50]},{"name":"GUID_DEVCLASS_61883","features":[50]},{"name":"GUID_DEVCLASS_ADAPTER","features":[50]},{"name":"GUID_DEVCLASS_APMSUPPORT","features":[50]},{"name":"GUID_DEVCLASS_AVC","features":[50]},{"name":"GUID_DEVCLASS_BATTERY","features":[50]},{"name":"GUID_DEVCLASS_BIOMETRIC","features":[50]},{"name":"GUID_DEVCLASS_BLUETOOTH","features":[50]},{"name":"GUID_DEVCLASS_CAMERA","features":[50]},{"name":"GUID_DEVCLASS_CDROM","features":[50]},{"name":"GUID_DEVCLASS_COMPUTEACCELERATOR","features":[50]},{"name":"GUID_DEVCLASS_COMPUTER","features":[50]},{"name":"GUID_DEVCLASS_DECODER","features":[50]},{"name":"GUID_DEVCLASS_DISKDRIVE","features":[50]},{"name":"GUID_DEVCLASS_DISPLAY","features":[50]},{"name":"GUID_DEVCLASS_DOT4","features":[50]},{"name":"GUID_DEVCLASS_DOT4PRINT","features":[50]},{"name":"GUID_DEVCLASS_EHSTORAGESILO","features":[50]},{"name":"GUID_DEVCLASS_ENUM1394","features":[50]},{"name":"GUID_DEVCLASS_EXTENSION","features":[50]},{"name":"GUID_DEVCLASS_FDC","features":[50]},{"name":"GUID_DEVCLASS_FIRMWARE","features":[50]},{"name":"GUID_DEVCLASS_FLOPPYDISK","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_ACTIVITYMONITOR","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_ANTIVIRUS","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_BOTTOM","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_CFSMETADATASERVER","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_COMPRESSION","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_CONTENTSCREENER","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_CONTINUOUSBACKUP","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_COPYPROTECTION","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_ENCRYPTION","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_HSM","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_INFRASTRUCTURE","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_OPENFILEBACKUP","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_PHYSICALQUOTAMANAGEMENT","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_QUOTAMANAGEMENT","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_REPLICATION","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_SECURITYENHANCER","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_SYSTEM","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_SYSTEMRECOVERY","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_TOP","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_UNDELETE","features":[50]},{"name":"GUID_DEVCLASS_FSFILTER_VIRTUALIZATION","features":[50]},{"name":"GUID_DEVCLASS_GENERIC","features":[50]},{"name":"GUID_DEVCLASS_GPS","features":[50]},{"name":"GUID_DEVCLASS_HDC","features":[50]},{"name":"GUID_DEVCLASS_HIDCLASS","features":[50]},{"name":"GUID_DEVCLASS_HOLOGRAPHIC","features":[50]},{"name":"GUID_DEVCLASS_IMAGE","features":[50]},{"name":"GUID_DEVCLASS_INFINIBAND","features":[50]},{"name":"GUID_DEVCLASS_INFRARED","features":[50]},{"name":"GUID_DEVCLASS_KEYBOARD","features":[50]},{"name":"GUID_DEVCLASS_LEGACYDRIVER","features":[50]},{"name":"GUID_DEVCLASS_MEDIA","features":[50]},{"name":"GUID_DEVCLASS_MEDIUM_CHANGER","features":[50]},{"name":"GUID_DEVCLASS_MEMORY","features":[50]},{"name":"GUID_DEVCLASS_MODEM","features":[50]},{"name":"GUID_DEVCLASS_MONITOR","features":[50]},{"name":"GUID_DEVCLASS_MOUSE","features":[50]},{"name":"GUID_DEVCLASS_MTD","features":[50]},{"name":"GUID_DEVCLASS_MULTIFUNCTION","features":[50]},{"name":"GUID_DEVCLASS_MULTIPORTSERIAL","features":[50]},{"name":"GUID_DEVCLASS_NET","features":[50]},{"name":"GUID_DEVCLASS_NETCLIENT","features":[50]},{"name":"GUID_DEVCLASS_NETDRIVER","features":[50]},{"name":"GUID_DEVCLASS_NETSERVICE","features":[50]},{"name":"GUID_DEVCLASS_NETTRANS","features":[50]},{"name":"GUID_DEVCLASS_NETUIO","features":[50]},{"name":"GUID_DEVCLASS_NODRIVER","features":[50]},{"name":"GUID_DEVCLASS_PCMCIA","features":[50]},{"name":"GUID_DEVCLASS_PNPPRINTERS","features":[50]},{"name":"GUID_DEVCLASS_PORTS","features":[50]},{"name":"GUID_DEVCLASS_PRIMITIVE","features":[50]},{"name":"GUID_DEVCLASS_PRINTER","features":[50]},{"name":"GUID_DEVCLASS_PRINTERUPGRADE","features":[50]},{"name":"GUID_DEVCLASS_PRINTQUEUE","features":[50]},{"name":"GUID_DEVCLASS_PROCESSOR","features":[50]},{"name":"GUID_DEVCLASS_SBP2","features":[50]},{"name":"GUID_DEVCLASS_SCMDISK","features":[50]},{"name":"GUID_DEVCLASS_SCMVOLUME","features":[50]},{"name":"GUID_DEVCLASS_SCSIADAPTER","features":[50]},{"name":"GUID_DEVCLASS_SECURITYACCELERATOR","features":[50]},{"name":"GUID_DEVCLASS_SENSOR","features":[50]},{"name":"GUID_DEVCLASS_SIDESHOW","features":[50]},{"name":"GUID_DEVCLASS_SMARTCARDREADER","features":[50]},{"name":"GUID_DEVCLASS_SMRDISK","features":[50]},{"name":"GUID_DEVCLASS_SMRVOLUME","features":[50]},{"name":"GUID_DEVCLASS_SOFTWARECOMPONENT","features":[50]},{"name":"GUID_DEVCLASS_SOUND","features":[50]},{"name":"GUID_DEVCLASS_SYSTEM","features":[50]},{"name":"GUID_DEVCLASS_TAPEDRIVE","features":[50]},{"name":"GUID_DEVCLASS_UCM","features":[50]},{"name":"GUID_DEVCLASS_UNKNOWN","features":[50]},{"name":"GUID_DEVCLASS_USB","features":[50]},{"name":"GUID_DEVCLASS_VOLUME","features":[50]},{"name":"GUID_DEVCLASS_VOLUMESNAPSHOT","features":[50]},{"name":"GUID_DEVCLASS_WCEUSBS","features":[50]},{"name":"GUID_DEVCLASS_WPD","features":[50]},{"name":"GUID_DEVICE_INTERFACE_ARRIVAL","features":[50]},{"name":"GUID_DEVICE_INTERFACE_REMOVAL","features":[50]},{"name":"GUID_DEVICE_RESET_INTERFACE_STANDARD","features":[50]},{"name":"GUID_DMA_CACHE_COHERENCY_INTERFACE","features":[50]},{"name":"GUID_HWPROFILE_CHANGE_CANCELLED","features":[50]},{"name":"GUID_HWPROFILE_CHANGE_COMPLETE","features":[50]},{"name":"GUID_HWPROFILE_QUERY_CHANGE","features":[50]},{"name":"GUID_INT_ROUTE_INTERFACE_STANDARD","features":[50]},{"name":"GUID_IOMMU_BUS_INTERFACE","features":[50]},{"name":"GUID_KERNEL_SOFT_RESTART_CANCEL","features":[50]},{"name":"GUID_KERNEL_SOFT_RESTART_FINALIZE","features":[50]},{"name":"GUID_KERNEL_SOFT_RESTART_PREPARE","features":[50]},{"name":"GUID_LEGACY_DEVICE_DETECTION_STANDARD","features":[50]},{"name":"GUID_MF_ENUMERATION_INTERFACE","features":[50]},{"name":"GUID_MSIX_TABLE_CONFIG_INTERFACE","features":[50]},{"name":"GUID_NPEM_CONTROL_INTERFACE","features":[50]},{"name":"GUID_PARTITION_UNIT_INTERFACE_STANDARD","features":[50]},{"name":"GUID_PCC_INTERFACE_INTERNAL","features":[50]},{"name":"GUID_PCC_INTERFACE_STANDARD","features":[50]},{"name":"GUID_PCI_ATS_INTERFACE","features":[50]},{"name":"GUID_PCI_BUS_INTERFACE_STANDARD","features":[50]},{"name":"GUID_PCI_BUS_INTERFACE_STANDARD2","features":[50]},{"name":"GUID_PCI_DEVICE_PRESENT_INTERFACE","features":[50]},{"name":"GUID_PCI_EXPRESS_LINK_QUIESCENT_INTERFACE","features":[50]},{"name":"GUID_PCI_EXPRESS_ROOT_PORT_INTERFACE","features":[50]},{"name":"GUID_PCI_FPGA_CONTROL_INTERFACE","features":[50]},{"name":"GUID_PCI_PTM_CONTROL_INTERFACE","features":[50]},{"name":"GUID_PCI_SECURITY_INTERFACE","features":[50]},{"name":"GUID_PCI_VIRTUALIZATION_INTERFACE","features":[50]},{"name":"GUID_PCMCIA_BUS_INTERFACE_STANDARD","features":[50]},{"name":"GUID_PNP_CUSTOM_NOTIFICATION","features":[50]},{"name":"GUID_PNP_EXTENDED_ADDRESS_INTERFACE","features":[50]},{"name":"GUID_PNP_LOCATION_INTERFACE","features":[50]},{"name":"GUID_PNP_POWER_NOTIFICATION","features":[50]},{"name":"GUID_PNP_POWER_SETTING_CHANGE","features":[50]},{"name":"GUID_POWER_DEVICE_ENABLE","features":[50]},{"name":"GUID_POWER_DEVICE_TIMEOUTS","features":[50]},{"name":"GUID_POWER_DEVICE_WAKE_ENABLE","features":[50]},{"name":"GUID_PROCESSOR_PCC_INTERFACE_STANDARD","features":[50]},{"name":"GUID_QUERY_CRASHDUMP_FUNCTIONS","features":[50]},{"name":"GUID_RECOVERY_NVMED_PREPARE_SHUTDOWN","features":[50]},{"name":"GUID_RECOVERY_PCI_PREPARE_SHUTDOWN","features":[50]},{"name":"GUID_REENUMERATE_SELF_INTERFACE_STANDARD","features":[50]},{"name":"GUID_SCM_BUS_INTERFACE","features":[50]},{"name":"GUID_SCM_BUS_LD_INTERFACE","features":[50]},{"name":"GUID_SCM_BUS_NVD_INTERFACE","features":[50]},{"name":"GUID_SCM_PHYSICAL_NVDIMM_INTERFACE","features":[50]},{"name":"GUID_SDEV_IDENTIFIER_INTERFACE","features":[50]},{"name":"GUID_SECURE_DRIVER_INTERFACE","features":[50]},{"name":"GUID_TARGET_DEVICE_QUERY_REMOVE","features":[50]},{"name":"GUID_TARGET_DEVICE_REMOVE_CANCELLED","features":[50]},{"name":"GUID_TARGET_DEVICE_REMOVE_COMPLETE","features":[50]},{"name":"GUID_TARGET_DEVICE_TRANSPORT_RELATIONS_CHANGED","features":[50]},{"name":"GUID_THERMAL_COOLING_INTERFACE","features":[50]},{"name":"GUID_TRANSLATOR_INTERFACE_STANDARD","features":[50]},{"name":"GUID_WUDF_DEVICE_HOST_PROBLEM","features":[50]},{"name":"HCMNOTIFICATION","features":[50]},{"name":"HDEVINFO","features":[50]},{"name":"HWPROFILEINFO_A","features":[50]},{"name":"HWPROFILEINFO_W","features":[50]},{"name":"IDD_DYNAWIZ_ANALYZEDEV_PAGE","features":[50]},{"name":"IDD_DYNAWIZ_ANALYZE_NEXTPAGE","features":[50]},{"name":"IDD_DYNAWIZ_ANALYZE_PREVPAGE","features":[50]},{"name":"IDD_DYNAWIZ_FIRSTPAGE","features":[50]},{"name":"IDD_DYNAWIZ_INSTALLDETECTEDDEVS_PAGE","features":[50]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_NEXTPAGE","features":[50]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_NODEVS","features":[50]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_PREVPAGE","features":[50]},{"name":"IDD_DYNAWIZ_SELECTCLASS_PAGE","features":[50]},{"name":"IDD_DYNAWIZ_SELECTDEV_PAGE","features":[50]},{"name":"IDD_DYNAWIZ_SELECT_NEXTPAGE","features":[50]},{"name":"IDD_DYNAWIZ_SELECT_PREVPAGE","features":[50]},{"name":"IDF_CHECKFIRST","features":[50]},{"name":"IDF_NOBEEP","features":[50]},{"name":"IDF_NOBROWSE","features":[50]},{"name":"IDF_NOCOMPRESSED","features":[50]},{"name":"IDF_NODETAILS","features":[50]},{"name":"IDF_NOFOREGROUND","features":[50]},{"name":"IDF_NOREMOVABLEMEDIAPROMPT","features":[50]},{"name":"IDF_NOSKIP","features":[50]},{"name":"IDF_OEMDISK","features":[50]},{"name":"IDF_USEDISKNAMEASPROMPT","features":[50]},{"name":"IDF_WARNIFSKIP","features":[50]},{"name":"IDI_CLASSICON_OVERLAYFIRST","features":[50]},{"name":"IDI_CLASSICON_OVERLAYLAST","features":[50]},{"name":"IDI_CONFLICT","features":[50]},{"name":"IDI_DISABLED_OVL","features":[50]},{"name":"IDI_FORCED_OVL","features":[50]},{"name":"IDI_PROBLEM_OVL","features":[50]},{"name":"IDI_RESOURCE","features":[50]},{"name":"IDI_RESOURCEFIRST","features":[50]},{"name":"IDI_RESOURCELAST","features":[50]},{"name":"IDI_RESOURCEOVERLAYFIRST","features":[50]},{"name":"IDI_RESOURCEOVERLAYLAST","features":[50]},{"name":"INFCONTEXT","features":[50]},{"name":"INFCONTEXT","features":[50]},{"name":"INFINFO_DEFAULT_SEARCH","features":[50]},{"name":"INFINFO_INF_NAME_IS_ABSOLUTE","features":[50]},{"name":"INFINFO_INF_PATH_LIST_SEARCH","features":[50]},{"name":"INFINFO_INF_SPEC_IS_HINF","features":[50]},{"name":"INFINFO_REVERSE_DEFAULT_SEARCH","features":[50]},{"name":"INFSTR_BUS_ALL","features":[50]},{"name":"INFSTR_BUS_EISA","features":[50]},{"name":"INFSTR_BUS_ISA","features":[50]},{"name":"INFSTR_BUS_MCA","features":[50]},{"name":"INFSTR_CFGPRI_DESIRED","features":[50]},{"name":"INFSTR_CFGPRI_DISABLED","features":[50]},{"name":"INFSTR_CFGPRI_FORCECONFIG","features":[50]},{"name":"INFSTR_CFGPRI_HARDRECONFIG","features":[50]},{"name":"INFSTR_CFGPRI_HARDWIRED","features":[50]},{"name":"INFSTR_CFGPRI_NORMAL","features":[50]},{"name":"INFSTR_CFGPRI_POWEROFF","features":[50]},{"name":"INFSTR_CFGPRI_REBOOT","features":[50]},{"name":"INFSTR_CFGPRI_RESTART","features":[50]},{"name":"INFSTR_CFGPRI_SUBOPTIMAL","features":[50]},{"name":"INFSTR_CFGTYPE_BASIC","features":[50]},{"name":"INFSTR_CFGTYPE_FORCED","features":[50]},{"name":"INFSTR_CFGTYPE_OVERRIDE","features":[50]},{"name":"INFSTR_CLASS_SAFEEXCL","features":[50]},{"name":"INFSTR_CONTROLFLAGS_SECTION","features":[50]},{"name":"INFSTR_DRIVERSELECT_FUNCTIONS","features":[50]},{"name":"INFSTR_DRIVERSELECT_SECTION","features":[50]},{"name":"INFSTR_DRIVERVERSION_SECTION","features":[50]},{"name":"INFSTR_KEY_ACTION","features":[50]},{"name":"INFSTR_KEY_ALWAYSEXCLUDEFROMSELECT","features":[50]},{"name":"INFSTR_KEY_BUFFER_SIZE","features":[50]},{"name":"INFSTR_KEY_CATALOGFILE","features":[50]},{"name":"INFSTR_KEY_CHANNEL_ACCESS","features":[50]},{"name":"INFSTR_KEY_CHANNEL_ENABLED","features":[50]},{"name":"INFSTR_KEY_CHANNEL_ISOLATION","features":[50]},{"name":"INFSTR_KEY_CHANNEL_VALUE","features":[50]},{"name":"INFSTR_KEY_CLASS","features":[50]},{"name":"INFSTR_KEY_CLASSGUID","features":[50]},{"name":"INFSTR_KEY_CLOCK_TYPE","features":[50]},{"name":"INFSTR_KEY_CONFIGPRIORITY","features":[50]},{"name":"INFSTR_KEY_COPYFILESONLY","features":[50]},{"name":"INFSTR_KEY_DATA_ITEM","features":[50]},{"name":"INFSTR_KEY_DELAYEDAUTOSTART","features":[50]},{"name":"INFSTR_KEY_DEPENDENCIES","features":[50]},{"name":"INFSTR_KEY_DESCRIPTION","features":[50]},{"name":"INFSTR_KEY_DETECTLIST","features":[50]},{"name":"INFSTR_KEY_DETPARAMS","features":[50]},{"name":"INFSTR_KEY_DISABLE_REALTIME_PERSISTENCE","features":[50]},{"name":"INFSTR_KEY_DISPLAYNAME","features":[50]},{"name":"INFSTR_KEY_DMA","features":[50]},{"name":"INFSTR_KEY_DMACONFIG","features":[50]},{"name":"INFSTR_KEY_DRIVERSET","features":[50]},{"name":"INFSTR_KEY_ENABLED","features":[50]},{"name":"INFSTR_KEY_ENABLE_FLAGS","features":[50]},{"name":"INFSTR_KEY_ENABLE_LEVEL","features":[50]},{"name":"INFSTR_KEY_ENABLE_PROPERTY","features":[50]},{"name":"INFSTR_KEY_ERRORCONTROL","features":[50]},{"name":"INFSTR_KEY_EXCLUDEFROMSELECT","features":[50]},{"name":"INFSTR_KEY_EXCLUDERES","features":[50]},{"name":"INFSTR_KEY_EXTENSIONID","features":[50]},{"name":"INFSTR_KEY_FAILURE_ACTION","features":[50]},{"name":"INFSTR_KEY_FILE_MAX","features":[50]},{"name":"INFSTR_KEY_FILE_NAME","features":[50]},{"name":"INFSTR_KEY_FLUSH_TIMER","features":[50]},{"name":"INFSTR_KEY_FROMINET","features":[50]},{"name":"INFSTR_KEY_HARDWARE_CLASS","features":[50]},{"name":"INFSTR_KEY_HARDWARE_CLASSGUID","features":[50]},{"name":"INFSTR_KEY_INTERACTIVEINSTALL","features":[50]},{"name":"INFSTR_KEY_IO","features":[50]},{"name":"INFSTR_KEY_IOCONFIG","features":[50]},{"name":"INFSTR_KEY_IRQ","features":[50]},{"name":"INFSTR_KEY_IRQCONFIG","features":[50]},{"name":"INFSTR_KEY_LOADORDERGROUP","features":[50]},{"name":"INFSTR_KEY_LOGGING_AUTOBACKUP","features":[50]},{"name":"INFSTR_KEY_LOGGING_MAXSIZE","features":[50]},{"name":"INFSTR_KEY_LOGGING_RETENTION","features":[50]},{"name":"INFSTR_KEY_LOG_FILE_MODE","features":[50]},{"name":"INFSTR_KEY_MATCH_ALL_KEYWORD","features":[50]},{"name":"INFSTR_KEY_MATCH_ANY_KEYWORD","features":[50]},{"name":"INFSTR_KEY_MAXIMUM_BUFFERS","features":[50]},{"name":"INFSTR_KEY_MAX_FILE_SIZE","features":[50]},{"name":"INFSTR_KEY_MEM","features":[50]},{"name":"INFSTR_KEY_MEMCONFIG","features":[50]},{"name":"INFSTR_KEY_MEMLARGECONFIG","features":[50]},{"name":"INFSTR_KEY_MESSAGE_FILE","features":[50]},{"name":"INFSTR_KEY_MFCARDCONFIG","features":[50]},{"name":"INFSTR_KEY_MINIMUM_BUFFERS","features":[50]},{"name":"INFSTR_KEY_NAME","features":[50]},{"name":"INFSTR_KEY_NON_CRASH_FAILURES","features":[50]},{"name":"INFSTR_KEY_NOSETUPINF","features":[50]},{"name":"INFSTR_KEY_PARAMETER_FILE","features":[50]},{"name":"INFSTR_KEY_PATH","features":[50]},{"name":"INFSTR_KEY_PCCARDCONFIG","features":[50]},{"name":"INFSTR_KEY_PNPLOCKDOWN","features":[50]},{"name":"INFSTR_KEY_PROVIDER","features":[50]},{"name":"INFSTR_KEY_PROVIDER_NAME","features":[50]},{"name":"INFSTR_KEY_REQUESTADDITIONALSOFTWARE","features":[50]},{"name":"INFSTR_KEY_REQUIREDPRIVILEGES","features":[50]},{"name":"INFSTR_KEY_RESET_PERIOD","features":[50]},{"name":"INFSTR_KEY_RESOURCE_FILE","features":[50]},{"name":"INFSTR_KEY_SECURITY","features":[50]},{"name":"INFSTR_KEY_SERVICEBINARY","features":[50]},{"name":"INFSTR_KEY_SERVICESIDTYPE","features":[50]},{"name":"INFSTR_KEY_SERVICETYPE","features":[50]},{"name":"INFSTR_KEY_SIGNATURE","features":[50]},{"name":"INFSTR_KEY_SKIPLIST","features":[50]},{"name":"INFSTR_KEY_START","features":[50]},{"name":"INFSTR_KEY_STARTNAME","features":[50]},{"name":"INFSTR_KEY_STARTTYPE","features":[50]},{"name":"INFSTR_KEY_SUB_TYPE","features":[50]},{"name":"INFSTR_KEY_TRIGGER_TYPE","features":[50]},{"name":"INFSTR_PLATFORM_NT","features":[50]},{"name":"INFSTR_PLATFORM_NTALPHA","features":[50]},{"name":"INFSTR_PLATFORM_NTAMD64","features":[50]},{"name":"INFSTR_PLATFORM_NTARM","features":[50]},{"name":"INFSTR_PLATFORM_NTARM64","features":[50]},{"name":"INFSTR_PLATFORM_NTAXP64","features":[50]},{"name":"INFSTR_PLATFORM_NTIA64","features":[50]},{"name":"INFSTR_PLATFORM_NTMIPS","features":[50]},{"name":"INFSTR_PLATFORM_NTPPC","features":[50]},{"name":"INFSTR_PLATFORM_NTX86","features":[50]},{"name":"INFSTR_PLATFORM_WIN","features":[50]},{"name":"INFSTR_REBOOT","features":[50]},{"name":"INFSTR_RESTART","features":[50]},{"name":"INFSTR_RISK_BIOSROMRD","features":[50]},{"name":"INFSTR_RISK_DELICATE","features":[50]},{"name":"INFSTR_RISK_IORD","features":[50]},{"name":"INFSTR_RISK_IOWR","features":[50]},{"name":"INFSTR_RISK_LOW","features":[50]},{"name":"INFSTR_RISK_MEMRD","features":[50]},{"name":"INFSTR_RISK_MEMWR","features":[50]},{"name":"INFSTR_RISK_NONE","features":[50]},{"name":"INFSTR_RISK_QUERYDRV","features":[50]},{"name":"INFSTR_RISK_SWINT","features":[50]},{"name":"INFSTR_RISK_UNRELIABLE","features":[50]},{"name":"INFSTR_RISK_VERYHIGH","features":[50]},{"name":"INFSTR_RISK_VERYLOW","features":[50]},{"name":"INFSTR_SECT_AUTOEXECBAT","features":[50]},{"name":"INFSTR_SECT_AVOIDCFGSYSDEV","features":[50]},{"name":"INFSTR_SECT_AVOIDENVDEV","features":[50]},{"name":"INFSTR_SECT_AVOIDINIDEV","features":[50]},{"name":"INFSTR_SECT_BADACPIBIOS","features":[50]},{"name":"INFSTR_SECT_BADDISKBIOS","features":[50]},{"name":"INFSTR_SECT_BADDSBIOS","features":[50]},{"name":"INFSTR_SECT_BADPMCALLBIOS","features":[50]},{"name":"INFSTR_SECT_BADPNPBIOS","features":[50]},{"name":"INFSTR_SECT_BADRMCALLBIOS","features":[50]},{"name":"INFSTR_SECT_BADROUTINGTABLEBIOS","features":[50]},{"name":"INFSTR_SECT_CFGSYS","features":[50]},{"name":"INFSTR_SECT_CLASS_INSTALL","features":[50]},{"name":"INFSTR_SECT_CLASS_INSTALL_32","features":[50]},{"name":"INFSTR_SECT_DEFAULT_INSTALL","features":[50]},{"name":"INFSTR_SECT_DEFAULT_UNINSTALL","features":[50]},{"name":"INFSTR_SECT_DETCLASSINFO","features":[50]},{"name":"INFSTR_SECT_DETMODULES","features":[50]},{"name":"INFSTR_SECT_DETOPTIONS","features":[50]},{"name":"INFSTR_SECT_DEVINFS","features":[50]},{"name":"INFSTR_SECT_DISPLAY_CLEANUP","features":[50]},{"name":"INFSTR_SECT_EXTENSIONCONTRACTS","features":[50]},{"name":"INFSTR_SECT_FORCEHWVERIFY","features":[50]},{"name":"INFSTR_SECT_GOODACPIBIOS","features":[50]},{"name":"INFSTR_SECT_HPOMNIBOOK","features":[50]},{"name":"INFSTR_SECT_INTERFACE_INSTALL_32","features":[50]},{"name":"INFSTR_SECT_MACHINEIDBIOS","features":[50]},{"name":"INFSTR_SECT_MANUALDEV","features":[50]},{"name":"INFSTR_SECT_MFG","features":[50]},{"name":"INFSTR_SECT_REGCFGSYSDEV","features":[50]},{"name":"INFSTR_SECT_REGENVDEV","features":[50]},{"name":"INFSTR_SECT_REGINIDEV","features":[50]},{"name":"INFSTR_SECT_SYSINI","features":[50]},{"name":"INFSTR_SECT_SYSINIDRV","features":[50]},{"name":"INFSTR_SECT_TARGETCOMPUTERS","features":[50]},{"name":"INFSTR_SECT_VERSION","features":[50]},{"name":"INFSTR_SECT_WININIRUN","features":[50]},{"name":"INFSTR_SOFTWAREVERSION_SECTION","features":[50]},{"name":"INFSTR_STRKEY_DRVDESC","features":[50]},{"name":"INFSTR_SUBKEY_COINSTALLERS","features":[50]},{"name":"INFSTR_SUBKEY_CTL","features":[50]},{"name":"INFSTR_SUBKEY_DET","features":[50]},{"name":"INFSTR_SUBKEY_EVENTS","features":[50]},{"name":"INFSTR_SUBKEY_FACTDEF","features":[50]},{"name":"INFSTR_SUBKEY_FILTERS","features":[50]},{"name":"INFSTR_SUBKEY_HW","features":[50]},{"name":"INFSTR_SUBKEY_INTERFACES","features":[50]},{"name":"INFSTR_SUBKEY_LOGCONFIG","features":[50]},{"name":"INFSTR_SUBKEY_LOGCONFIGOVERRIDE","features":[50]},{"name":"INFSTR_SUBKEY_NORESOURCEDUPS","features":[50]},{"name":"INFSTR_SUBKEY_POSSIBLEDUPS","features":[50]},{"name":"INFSTR_SUBKEY_SERVICES","features":[50]},{"name":"INFSTR_SUBKEY_SOFTWARE","features":[50]},{"name":"INFSTR_SUBKEY_WMI","features":[50]},{"name":"INF_STYLE","features":[50]},{"name":"INF_STYLE_CACHE_DISABLE","features":[50]},{"name":"INF_STYLE_CACHE_ENABLE","features":[50]},{"name":"INF_STYLE_CACHE_IGNORE","features":[50]},{"name":"INF_STYLE_NONE","features":[50]},{"name":"INF_STYLE_OLDNT","features":[50]},{"name":"INF_STYLE_WIN4","features":[50]},{"name":"INSTALLFLAG_BITS","features":[50]},{"name":"INSTALLFLAG_FORCE","features":[50]},{"name":"INSTALLFLAG_NONINTERACTIVE","features":[50]},{"name":"INSTALLFLAG_READONLY","features":[50]},{"name":"IOA_Local","features":[50]},{"name":"IOD_DESFLAGS","features":[50]},{"name":"IO_ALIAS_10_BIT_DECODE","features":[50]},{"name":"IO_ALIAS_12_BIT_DECODE","features":[50]},{"name":"IO_ALIAS_16_BIT_DECODE","features":[50]},{"name":"IO_ALIAS_POSITIVE_DECODE","features":[50]},{"name":"IO_DES","features":[50]},{"name":"IO_RANGE","features":[50]},{"name":"IO_RESOURCE","features":[50]},{"name":"IRQD_FLAGS","features":[50]},{"name":"IRQ_DES_32","features":[50]},{"name":"IRQ_DES_64","features":[50]},{"name":"IRQ_RANGE","features":[50]},{"name":"IRQ_RESOURCE_32","features":[50]},{"name":"IRQ_RESOURCE_64","features":[50]},{"name":"InstallHinfSectionA","features":[50,3]},{"name":"InstallHinfSectionW","features":[50,3]},{"name":"LCPRI_BOOTCONFIG","features":[50]},{"name":"LCPRI_DESIRED","features":[50]},{"name":"LCPRI_DISABLED","features":[50]},{"name":"LCPRI_FORCECONFIG","features":[50]},{"name":"LCPRI_HARDRECONFIG","features":[50]},{"name":"LCPRI_HARDWIRED","features":[50]},{"name":"LCPRI_IMPOSSIBLE","features":[50]},{"name":"LCPRI_LASTBESTCONFIG","features":[50]},{"name":"LCPRI_LASTSOFTCONFIG","features":[50]},{"name":"LCPRI_NORMAL","features":[50]},{"name":"LCPRI_POWEROFF","features":[50]},{"name":"LCPRI_REBOOT","features":[50]},{"name":"LCPRI_RESTART","features":[50]},{"name":"LCPRI_SUBOPTIMAL","features":[50]},{"name":"LINE_LEN","features":[50]},{"name":"LOG_CONF_BITS","features":[50]},{"name":"LogSevError","features":[50]},{"name":"LogSevFatalError","features":[50]},{"name":"LogSevInformation","features":[50]},{"name":"LogSevMaximum","features":[50]},{"name":"LogSevWarning","features":[50]},{"name":"MAX_CLASS_NAME_LEN","features":[50]},{"name":"MAX_CONFIG_VALUE","features":[50]},{"name":"MAX_DEVICE_ID_LEN","features":[50]},{"name":"MAX_DEVNODE_ID_LEN","features":[50]},{"name":"MAX_DMA_CHANNELS","features":[50]},{"name":"MAX_GUID_STRING_LEN","features":[50]},{"name":"MAX_IDD_DYNAWIZ_RESOURCE_ID","features":[50]},{"name":"MAX_INFSTR_STRKEY_LEN","features":[50]},{"name":"MAX_INF_FLAG","features":[50]},{"name":"MAX_INF_SECTION_NAME_LENGTH","features":[50]},{"name":"MAX_INF_STRING_LENGTH","features":[50]},{"name":"MAX_INSTALLWIZARD_DYNAPAGES","features":[50]},{"name":"MAX_INSTANCE_VALUE","features":[50]},{"name":"MAX_INSTRUCTION_LEN","features":[50]},{"name":"MAX_IO_PORTS","features":[50]},{"name":"MAX_IRQS","features":[50]},{"name":"MAX_KEY_LEN","features":[50]},{"name":"MAX_LABEL_LEN","features":[50]},{"name":"MAX_LCPRI","features":[50]},{"name":"MAX_MEM_REGISTERS","features":[50]},{"name":"MAX_PRIORITYSTR_LEN","features":[50]},{"name":"MAX_PROFILE_LEN","features":[50]},{"name":"MAX_SERVICE_NAME_LEN","features":[50]},{"name":"MAX_SUBTITLE_LEN","features":[50]},{"name":"MAX_TITLE_LEN","features":[50]},{"name":"MD_FLAGS","features":[50]},{"name":"MEM_DES","features":[50]},{"name":"MEM_LARGE_DES","features":[50]},{"name":"MEM_LARGE_RANGE","features":[50]},{"name":"MEM_LARGE_RESOURCE","features":[50]},{"name":"MEM_RANGE","features":[50]},{"name":"MEM_RESOURCE","features":[50]},{"name":"MFCARD_DES","features":[50]},{"name":"MFCARD_RESOURCE","features":[50]},{"name":"MIN_IDD_DYNAWIZ_RESOURCE_ID","features":[50]},{"name":"NDW_INSTALLFLAG_CI_PICKED_OEM","features":[50]},{"name":"NDW_INSTALLFLAG_DIDFACTDEFS","features":[50]},{"name":"NDW_INSTALLFLAG_EXPRESSINTRO","features":[50]},{"name":"NDW_INSTALLFLAG_HARDWAREALLREADYIN","features":[50]},{"name":"NDW_INSTALLFLAG_INSTALLSPECIFIC","features":[50]},{"name":"NDW_INSTALLFLAG_KNOWNCLASS","features":[50]},{"name":"NDW_INSTALLFLAG_NEEDSHUTDOWN","features":[50]},{"name":"NDW_INSTALLFLAG_NODETECTEDDEVS","features":[50]},{"name":"NDW_INSTALLFLAG_PCMCIADEVICE","features":[50]},{"name":"NDW_INSTALLFLAG_PCMCIAMODE","features":[50]},{"name":"NDW_INSTALLFLAG_SKIPCLASSLIST","features":[50]},{"name":"NDW_INSTALLFLAG_SKIPISDEVINSTALLED","features":[50]},{"name":"NDW_INSTALLFLAG_USERCANCEL","features":[50]},{"name":"NUM_CM_PROB","features":[50]},{"name":"NUM_CM_PROB_V1","features":[50]},{"name":"NUM_CM_PROB_V2","features":[50]},{"name":"NUM_CM_PROB_V3","features":[50]},{"name":"NUM_CM_PROB_V4","features":[50]},{"name":"NUM_CM_PROB_V5","features":[50]},{"name":"NUM_CM_PROB_V6","features":[50]},{"name":"NUM_CM_PROB_V7","features":[50]},{"name":"NUM_CM_PROB_V8","features":[50]},{"name":"NUM_CM_PROB_V9","features":[50]},{"name":"NUM_CR_RESULTS","features":[50]},{"name":"NUM_LOG_CONF","features":[50]},{"name":"OEM_SOURCE_MEDIA_TYPE","features":[50]},{"name":"OVERRIDE_LOG_CONF","features":[50]},{"name":"PCCARD_DES","features":[50]},{"name":"PCCARD_RESOURCE","features":[50]},{"name":"PCD_FLAGS","features":[50]},{"name":"PCD_MAX_IO","features":[50]},{"name":"PCD_MAX_MEMORY","features":[50]},{"name":"PCM_NOTIFY_CALLBACK","features":[50]},{"name":"PDETECT_PROGRESS_NOTIFY","features":[50,3]},{"name":"PMF_FLAGS","features":[50]},{"name":"PNP_VETO_TYPE","features":[50]},{"name":"PNP_VetoAlreadyRemoved","features":[50]},{"name":"PNP_VetoDevice","features":[50]},{"name":"PNP_VetoDriver","features":[50]},{"name":"PNP_VetoIllegalDeviceRequest","features":[50]},{"name":"PNP_VetoInsufficientPower","features":[50]},{"name":"PNP_VetoInsufficientRights","features":[50]},{"name":"PNP_VetoLegacyDevice","features":[50]},{"name":"PNP_VetoLegacyDriver","features":[50]},{"name":"PNP_VetoNonDisableable","features":[50]},{"name":"PNP_VetoOutstandingOpen","features":[50]},{"name":"PNP_VetoPendingClose","features":[50]},{"name":"PNP_VetoTypeUnknown","features":[50]},{"name":"PNP_VetoWindowsApp","features":[50]},{"name":"PNP_VetoWindowsService","features":[50]},{"name":"PRIORITY_BIT","features":[50]},{"name":"PRIORITY_EQUAL_FIRST","features":[50]},{"name":"PRIORITY_EQUAL_LAST","features":[50]},{"name":"PSP_DETSIG_CMPPROC","features":[50]},{"name":"PSP_FILE_CALLBACK_A","features":[50]},{"name":"PSP_FILE_CALLBACK_W","features":[50]},{"name":"ROLLBACK_BITS","features":[50]},{"name":"ROLLBACK_FLAG_NO_UI","features":[50]},{"name":"RegDisposition_Bits","features":[50]},{"name":"RegDisposition_OpenAlways","features":[50]},{"name":"RegDisposition_OpenExisting","features":[50]},{"name":"ResType_All","features":[50]},{"name":"ResType_BusNumber","features":[50]},{"name":"ResType_ClassSpecific","features":[50]},{"name":"ResType_Connection","features":[50]},{"name":"ResType_DMA","features":[50]},{"name":"ResType_DevicePrivate","features":[50]},{"name":"ResType_DoNotUse","features":[50]},{"name":"ResType_IO","features":[50]},{"name":"ResType_IRQ","features":[50]},{"name":"ResType_Ignored_Bit","features":[50]},{"name":"ResType_MAX","features":[50]},{"name":"ResType_Mem","features":[50]},{"name":"ResType_MemLarge","features":[50]},{"name":"ResType_MfCardConfig","features":[50]},{"name":"ResType_None","features":[50]},{"name":"ResType_PcCardConfig","features":[50]},{"name":"ResType_Reserved","features":[50]},{"name":"SCWMI_CLOBBER_SECURITY","features":[50]},{"name":"SETDIRID_NOT_FULL_PATH","features":[50]},{"name":"SETUPSCANFILEQUEUE_FLAGS","features":[50]},{"name":"SETUP_DI_DEVICE_CONFIGURATION_FLAGS","features":[50]},{"name":"SETUP_DI_DEVICE_CREATION_FLAGS","features":[50]},{"name":"SETUP_DI_DEVICE_INSTALL_FLAGS","features":[50]},{"name":"SETUP_DI_DEVICE_INSTALL_FLAGS_EX","features":[50]},{"name":"SETUP_DI_DRIVER_INSTALL_FLAGS","features":[50]},{"name":"SETUP_DI_DRIVER_TYPE","features":[50]},{"name":"SETUP_DI_GET_CLASS_DEVS_FLAGS","features":[50]},{"name":"SETUP_DI_PROPERTY_CHANGE_SCOPE","features":[50]},{"name":"SETUP_DI_REGISTRY_PROPERTY","features":[50]},{"name":"SETUP_DI_REMOVE_DEVICE_SCOPE","features":[50]},{"name":"SETUP_DI_STATE_CHANGE","features":[50]},{"name":"SETUP_FILE_OPERATION","features":[50]},{"name":"SIGNERSCORE_AUTHENTICODE","features":[50]},{"name":"SIGNERSCORE_INBOX","features":[50]},{"name":"SIGNERSCORE_LOGO_PREMIUM","features":[50]},{"name":"SIGNERSCORE_LOGO_STANDARD","features":[50]},{"name":"SIGNERSCORE_MASK","features":[50]},{"name":"SIGNERSCORE_SIGNED_MASK","features":[50]},{"name":"SIGNERSCORE_UNCLASSIFIED","features":[50]},{"name":"SIGNERSCORE_UNKNOWN","features":[50]},{"name":"SIGNERSCORE_UNSIGNED","features":[50]},{"name":"SIGNERSCORE_W9X_SUSPECT","features":[50]},{"name":"SIGNERSCORE_WHQL","features":[50]},{"name":"SOURCE_MEDIA_A","features":[50]},{"name":"SOURCE_MEDIA_A","features":[50]},{"name":"SOURCE_MEDIA_W","features":[50]},{"name":"SOURCE_MEDIA_W","features":[50]},{"name":"SPCRP_CHARACTERISTICS","features":[50]},{"name":"SPCRP_DEVTYPE","features":[50]},{"name":"SPCRP_EXCLUSIVE","features":[50]},{"name":"SPCRP_LOWERFILTERS","features":[50]},{"name":"SPCRP_MAXIMUM_PROPERTY","features":[50]},{"name":"SPCRP_SECURITY","features":[50]},{"name":"SPCRP_SECURITY_SDS","features":[50]},{"name":"SPCRP_UPPERFILTERS","features":[50]},{"name":"SPDIT_CLASSDRIVER","features":[50]},{"name":"SPDIT_COMPATDRIVER","features":[50]},{"name":"SPDIT_NODRIVER","features":[50]},{"name":"SPDRP_ADDRESS","features":[50]},{"name":"SPDRP_BASE_CONTAINERID","features":[50]},{"name":"SPDRP_BUSNUMBER","features":[50]},{"name":"SPDRP_BUSTYPEGUID","features":[50]},{"name":"SPDRP_CAPABILITIES","features":[50]},{"name":"SPDRP_CHARACTERISTICS","features":[50]},{"name":"SPDRP_CLASS","features":[50]},{"name":"SPDRP_CLASSGUID","features":[50]},{"name":"SPDRP_COMPATIBLEIDS","features":[50]},{"name":"SPDRP_CONFIGFLAGS","features":[50]},{"name":"SPDRP_DEVICEDESC","features":[50]},{"name":"SPDRP_DEVICE_POWER_DATA","features":[50]},{"name":"SPDRP_DEVTYPE","features":[50]},{"name":"SPDRP_DRIVER","features":[50]},{"name":"SPDRP_ENUMERATOR_NAME","features":[50]},{"name":"SPDRP_EXCLUSIVE","features":[50]},{"name":"SPDRP_FRIENDLYNAME","features":[50]},{"name":"SPDRP_HARDWAREID","features":[50]},{"name":"SPDRP_INSTALL_STATE","features":[50]},{"name":"SPDRP_LEGACYBUSTYPE","features":[50]},{"name":"SPDRP_LOCATION_INFORMATION","features":[50]},{"name":"SPDRP_LOCATION_PATHS","features":[50]},{"name":"SPDRP_LOWERFILTERS","features":[50]},{"name":"SPDRP_MAXIMUM_PROPERTY","features":[50]},{"name":"SPDRP_MFG","features":[50]},{"name":"SPDRP_PHYSICAL_DEVICE_OBJECT_NAME","features":[50]},{"name":"SPDRP_REMOVAL_POLICY","features":[50]},{"name":"SPDRP_REMOVAL_POLICY_HW_DEFAULT","features":[50]},{"name":"SPDRP_REMOVAL_POLICY_OVERRIDE","features":[50]},{"name":"SPDRP_SECURITY","features":[50]},{"name":"SPDRP_SECURITY_SDS","features":[50]},{"name":"SPDRP_SERVICE","features":[50]},{"name":"SPDRP_UI_NUMBER","features":[50]},{"name":"SPDRP_UI_NUMBER_DESC_FORMAT","features":[50]},{"name":"SPDRP_UNUSED0","features":[50]},{"name":"SPDRP_UNUSED1","features":[50]},{"name":"SPDRP_UNUSED2","features":[50]},{"name":"SPDRP_UPPERFILTERS","features":[50]},{"name":"SPDSL_DISALLOW_NEGATIVE_ADJUST","features":[50]},{"name":"SPDSL_IGNORE_DISK","features":[50]},{"name":"SPFILELOG_FORCENEW","features":[50]},{"name":"SPFILELOG_OEMFILE","features":[50]},{"name":"SPFILELOG_QUERYONLY","features":[50]},{"name":"SPFILELOG_SYSTEMLOG","features":[50]},{"name":"SPFILENOTIFY_BACKUPERROR","features":[50]},{"name":"SPFILENOTIFY_CABINETINFO","features":[50]},{"name":"SPFILENOTIFY_COPYERROR","features":[50]},{"name":"SPFILENOTIFY_DELETEERROR","features":[50]},{"name":"SPFILENOTIFY_ENDBACKUP","features":[50]},{"name":"SPFILENOTIFY_ENDCOPY","features":[50]},{"name":"SPFILENOTIFY_ENDDELETE","features":[50]},{"name":"SPFILENOTIFY_ENDQUEUE","features":[50]},{"name":"SPFILENOTIFY_ENDREGISTRATION","features":[50]},{"name":"SPFILENOTIFY_ENDRENAME","features":[50]},{"name":"SPFILENOTIFY_ENDSUBQUEUE","features":[50]},{"name":"SPFILENOTIFY_FILEEXTRACTED","features":[50]},{"name":"SPFILENOTIFY_FILEINCABINET","features":[50]},{"name":"SPFILENOTIFY_FILEOPDELAYED","features":[50]},{"name":"SPFILENOTIFY_LANGMISMATCH","features":[50]},{"name":"SPFILENOTIFY_NEEDMEDIA","features":[50]},{"name":"SPFILENOTIFY_NEEDNEWCABINET","features":[50]},{"name":"SPFILENOTIFY_QUEUESCAN","features":[50]},{"name":"SPFILENOTIFY_QUEUESCAN_EX","features":[50]},{"name":"SPFILENOTIFY_QUEUESCAN_SIGNERINFO","features":[50]},{"name":"SPFILENOTIFY_RENAMEERROR","features":[50]},{"name":"SPFILENOTIFY_STARTBACKUP","features":[50]},{"name":"SPFILENOTIFY_STARTCOPY","features":[50]},{"name":"SPFILENOTIFY_STARTDELETE","features":[50]},{"name":"SPFILENOTIFY_STARTQUEUE","features":[50]},{"name":"SPFILENOTIFY_STARTREGISTRATION","features":[50]},{"name":"SPFILENOTIFY_STARTRENAME","features":[50]},{"name":"SPFILENOTIFY_STARTSUBQUEUE","features":[50]},{"name":"SPFILENOTIFY_TARGETEXISTS","features":[50]},{"name":"SPFILENOTIFY_TARGETNEWER","features":[50]},{"name":"SPFILEQ_FILE_IN_USE","features":[50]},{"name":"SPFILEQ_REBOOT_IN_PROGRESS","features":[50]},{"name":"SPFILEQ_REBOOT_RECOMMENDED","features":[50]},{"name":"SPID_ACTIVE","features":[50]},{"name":"SPID_DEFAULT","features":[50]},{"name":"SPID_REMOVED","features":[50]},{"name":"SPINST_ALL","features":[50]},{"name":"SPINST_BITREG","features":[50]},{"name":"SPINST_COPYINF","features":[50]},{"name":"SPINST_DEVICEINSTALL","features":[50]},{"name":"SPINST_FILES","features":[50]},{"name":"SPINST_INI2REG","features":[50]},{"name":"SPINST_INIFILES","features":[50]},{"name":"SPINST_LOGCONFIG","features":[50]},{"name":"SPINST_LOGCONFIGS_ARE_OVERRIDES","features":[50]},{"name":"SPINST_LOGCONFIG_IS_FORCED","features":[50]},{"name":"SPINST_PROFILEITEMS","features":[50]},{"name":"SPINST_PROPERTIES","features":[50]},{"name":"SPINST_REGISTERCALLBACKAWARE","features":[50]},{"name":"SPINST_REGISTRY","features":[50]},{"name":"SPINST_REGSVR","features":[50]},{"name":"SPINST_SINGLESECTION","features":[50]},{"name":"SPINST_UNREGSVR","features":[50]},{"name":"SPINT_ACTIVE","features":[50]},{"name":"SPINT_DEFAULT","features":[50]},{"name":"SPINT_REMOVED","features":[50]},{"name":"SPOST_MAX","features":[50]},{"name":"SPOST_NONE","features":[50]},{"name":"SPOST_PATH","features":[50]},{"name":"SPOST_URL","features":[50]},{"name":"SPPSR_ENUM_ADV_DEVICE_PROPERTIES","features":[50]},{"name":"SPPSR_ENUM_BASIC_DEVICE_PROPERTIES","features":[50]},{"name":"SPPSR_SELECT_DEVICE_RESOURCES","features":[50]},{"name":"SPQ_DELAYED_COPY","features":[50]},{"name":"SPQ_FLAG_ABORT_IF_UNSIGNED","features":[50]},{"name":"SPQ_FLAG_BACKUP_AWARE","features":[50]},{"name":"SPQ_FLAG_DO_SHUFFLEMOVE","features":[50]},{"name":"SPQ_FLAG_FILES_MODIFIED","features":[50]},{"name":"SPQ_FLAG_VALID","features":[50]},{"name":"SPQ_SCAN_ACTIVATE_DRP","features":[50]},{"name":"SPQ_SCAN_FILE_COMPARISON","features":[50]},{"name":"SPQ_SCAN_FILE_PRESENCE","features":[50]},{"name":"SPQ_SCAN_FILE_PRESENCE_WITHOUT_SOURCE","features":[50]},{"name":"SPQ_SCAN_FILE_VALIDITY","features":[50]},{"name":"SPQ_SCAN_INFORM_USER","features":[50]},{"name":"SPQ_SCAN_PRUNE_COPY_QUEUE","features":[50]},{"name":"SPQ_SCAN_PRUNE_DELREN","features":[50]},{"name":"SPQ_SCAN_USE_CALLBACK","features":[50]},{"name":"SPQ_SCAN_USE_CALLBACKEX","features":[50]},{"name":"SPQ_SCAN_USE_CALLBACK_SIGNERINFO","features":[50]},{"name":"SPRDI_FIND_DUPS","features":[50]},{"name":"SPREG_DLLINSTALL","features":[50]},{"name":"SPREG_GETPROCADDR","features":[50]},{"name":"SPREG_LOADLIBRARY","features":[50]},{"name":"SPREG_REGSVR","features":[50]},{"name":"SPREG_SUCCESS","features":[50]},{"name":"SPREG_TIMEOUT","features":[50]},{"name":"SPREG_UNKNOWN","features":[50]},{"name":"SPSVCINST_ASSOCSERVICE","features":[50]},{"name":"SPSVCINST_CLOBBER_SECURITY","features":[50]},{"name":"SPSVCINST_DELETEEVENTLOGENTRY","features":[50]},{"name":"SPSVCINST_FLAGS","features":[50]},{"name":"SPSVCINST_NOCLOBBER_DELAYEDAUTOSTART","features":[50]},{"name":"SPSVCINST_NOCLOBBER_DEPENDENCIES","features":[50]},{"name":"SPSVCINST_NOCLOBBER_DESCRIPTION","features":[50]},{"name":"SPSVCINST_NOCLOBBER_DISPLAYNAME","features":[50]},{"name":"SPSVCINST_NOCLOBBER_ERRORCONTROL","features":[50]},{"name":"SPSVCINST_NOCLOBBER_FAILUREACTIONS","features":[50]},{"name":"SPSVCINST_NOCLOBBER_LOADORDERGROUP","features":[50]},{"name":"SPSVCINST_NOCLOBBER_REQUIREDPRIVILEGES","features":[50]},{"name":"SPSVCINST_NOCLOBBER_SERVICESIDTYPE","features":[50]},{"name":"SPSVCINST_NOCLOBBER_STARTTYPE","features":[50]},{"name":"SPSVCINST_NOCLOBBER_TRIGGERS","features":[50]},{"name":"SPSVCINST_STARTSERVICE","features":[50]},{"name":"SPSVCINST_STOPSERVICE","features":[50]},{"name":"SPSVCINST_TAGTOFRONT","features":[50]},{"name":"SPSVCINST_UNIQUE_NAME","features":[50]},{"name":"SPWPT_SELECTDEVICE","features":[50]},{"name":"SPWP_USE_DEVINFO_DATA","features":[50]},{"name":"SP_ALTPLATFORM_FLAGS_SUITE_MASK","features":[50]},{"name":"SP_ALTPLATFORM_FLAGS_VERSION_RANGE","features":[50]},{"name":"SP_ALTPLATFORM_INFO_V1","features":[50,33]},{"name":"SP_ALTPLATFORM_INFO_V1","features":[50,33]},{"name":"SP_ALTPLATFORM_INFO_V2","features":[50,33,35]},{"name":"SP_ALTPLATFORM_INFO_V2","features":[50,33,35]},{"name":"SP_ALTPLATFORM_INFO_V3","features":[50]},{"name":"SP_ALTPLATFORM_INFO_V3","features":[50]},{"name":"SP_BACKUP_BACKUPPASS","features":[50]},{"name":"SP_BACKUP_BOOTFILE","features":[50]},{"name":"SP_BACKUP_DEMANDPASS","features":[50]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_A","features":[50]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_A","features":[50]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_W","features":[50]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_W","features":[50]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_A","features":[50]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_A","features":[50]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_W","features":[50]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_W","features":[50]},{"name":"SP_BACKUP_SPECIAL","features":[50]},{"name":"SP_CLASSIMAGELIST_DATA","features":[50,42]},{"name":"SP_CLASSIMAGELIST_DATA","features":[50,42]},{"name":"SP_CLASSINSTALL_HEADER","features":[50]},{"name":"SP_CLASSINSTALL_HEADER","features":[50]},{"name":"SP_COPY_ALREADYDECOMP","features":[50]},{"name":"SP_COPY_DELETESOURCE","features":[50]},{"name":"SP_COPY_FORCE_IN_USE","features":[50]},{"name":"SP_COPY_FORCE_NEWER","features":[50]},{"name":"SP_COPY_FORCE_NOOVERWRITE","features":[50]},{"name":"SP_COPY_HARDLINK","features":[50]},{"name":"SP_COPY_INBOX_INF","features":[50]},{"name":"SP_COPY_IN_USE_NEEDS_REBOOT","features":[50]},{"name":"SP_COPY_IN_USE_TRY_RENAME","features":[50]},{"name":"SP_COPY_LANGUAGEAWARE","features":[50]},{"name":"SP_COPY_NEWER","features":[50]},{"name":"SP_COPY_NEWER_ONLY","features":[50]},{"name":"SP_COPY_NEWER_OR_SAME","features":[50]},{"name":"SP_COPY_NOBROWSE","features":[50]},{"name":"SP_COPY_NODECOMP","features":[50]},{"name":"SP_COPY_NOOVERWRITE","features":[50]},{"name":"SP_COPY_NOPRUNE","features":[50]},{"name":"SP_COPY_NOSKIP","features":[50]},{"name":"SP_COPY_OEMINF_CATALOG_ONLY","features":[50]},{"name":"SP_COPY_OEM_F6_INF","features":[50]},{"name":"SP_COPY_PNPLOCKED","features":[50]},{"name":"SP_COPY_REPLACEONLY","features":[50]},{"name":"SP_COPY_REPLACE_BOOT_FILE","features":[50]},{"name":"SP_COPY_RESERVED","features":[50]},{"name":"SP_COPY_SOURCEPATH_ABSOLUTE","features":[50]},{"name":"SP_COPY_SOURCE_ABSOLUTE","features":[50]},{"name":"SP_COPY_STYLE","features":[50]},{"name":"SP_COPY_WARNIFSKIP","features":[50]},{"name":"SP_COPY_WINDOWS_SIGNED","features":[50]},{"name":"SP_DETECTDEVICE_PARAMS","features":[50,3]},{"name":"SP_DETECTDEVICE_PARAMS","features":[50,3]},{"name":"SP_DEVICE_INTERFACE_DATA","features":[50]},{"name":"SP_DEVICE_INTERFACE_DATA","features":[50]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_A","features":[50]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_A","features":[50]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_W","features":[50]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_W","features":[50]},{"name":"SP_DEVINFO_DATA","features":[50]},{"name":"SP_DEVINFO_DATA","features":[50]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_A","features":[50,3]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_A","features":[50,3]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_W","features":[50,3]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_W","features":[50,3]},{"name":"SP_DEVINSTALL_PARAMS_A","features":[50,3]},{"name":"SP_DEVINSTALL_PARAMS_A","features":[50,3]},{"name":"SP_DEVINSTALL_PARAMS_W","features":[50,3]},{"name":"SP_DEVINSTALL_PARAMS_W","features":[50,3]},{"name":"SP_DRVINFO_DATA_V1_A","features":[50]},{"name":"SP_DRVINFO_DATA_V1_A","features":[50]},{"name":"SP_DRVINFO_DATA_V1_W","features":[50]},{"name":"SP_DRVINFO_DATA_V1_W","features":[50]},{"name":"SP_DRVINFO_DATA_V2_A","features":[50,3]},{"name":"SP_DRVINFO_DATA_V2_A","features":[50,3]},{"name":"SP_DRVINFO_DATA_V2_W","features":[50,3]},{"name":"SP_DRVINFO_DATA_V2_W","features":[50,3]},{"name":"SP_DRVINFO_DETAIL_DATA_A","features":[50,3]},{"name":"SP_DRVINFO_DETAIL_DATA_A","features":[50,3]},{"name":"SP_DRVINFO_DETAIL_DATA_W","features":[50,3]},{"name":"SP_DRVINFO_DETAIL_DATA_W","features":[50,3]},{"name":"SP_DRVINSTALL_PARAMS","features":[50]},{"name":"SP_DRVINSTALL_PARAMS","features":[50]},{"name":"SP_ENABLECLASS_PARAMS","features":[50]},{"name":"SP_ENABLECLASS_PARAMS","features":[50]},{"name":"SP_FILE_COPY_PARAMS_A","features":[50]},{"name":"SP_FILE_COPY_PARAMS_A","features":[50]},{"name":"SP_FILE_COPY_PARAMS_W","features":[50]},{"name":"SP_FILE_COPY_PARAMS_W","features":[50]},{"name":"SP_FLAG_CABINETCONTINUATION","features":[50]},{"name":"SP_INF_INFORMATION","features":[50]},{"name":"SP_INF_INFORMATION","features":[50]},{"name":"SP_INF_SIGNER_INFO_V1_A","features":[50]},{"name":"SP_INF_SIGNER_INFO_V1_A","features":[50]},{"name":"SP_INF_SIGNER_INFO_V1_W","features":[50]},{"name":"SP_INF_SIGNER_INFO_V1_W","features":[50]},{"name":"SP_INF_SIGNER_INFO_V2_A","features":[50]},{"name":"SP_INF_SIGNER_INFO_V2_A","features":[50]},{"name":"SP_INF_SIGNER_INFO_V2_W","features":[50]},{"name":"SP_INF_SIGNER_INFO_V2_W","features":[50]},{"name":"SP_INSTALLWIZARD_DATA","features":[50,3,42]},{"name":"SP_INSTALLWIZARD_DATA","features":[50,3,42]},{"name":"SP_MAX_MACHINENAME_LENGTH","features":[50]},{"name":"SP_NEWDEVICEWIZARD_DATA","features":[50,3,42]},{"name":"SP_NEWDEVICEWIZARD_DATA","features":[50,3,42]},{"name":"SP_ORIGINAL_FILE_INFO_A","features":[50]},{"name":"SP_ORIGINAL_FILE_INFO_A","features":[50]},{"name":"SP_ORIGINAL_FILE_INFO_W","features":[50]},{"name":"SP_ORIGINAL_FILE_INFO_W","features":[50]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_A","features":[50]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_W","features":[50]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_W","features":[50]},{"name":"SP_PROPCHANGE_PARAMS","features":[50]},{"name":"SP_PROPCHANGE_PARAMS","features":[50]},{"name":"SP_PROPSHEETPAGE_REQUEST","features":[50]},{"name":"SP_PROPSHEETPAGE_REQUEST","features":[50]},{"name":"SP_REGISTER_CONTROL_STATUSA","features":[50]},{"name":"SP_REGISTER_CONTROL_STATUSA","features":[50]},{"name":"SP_REGISTER_CONTROL_STATUSW","features":[50]},{"name":"SP_REGISTER_CONTROL_STATUSW","features":[50]},{"name":"SP_REMOVEDEVICE_PARAMS","features":[50]},{"name":"SP_REMOVEDEVICE_PARAMS","features":[50]},{"name":"SP_SELECTDEVICE_PARAMS_A","features":[50]},{"name":"SP_SELECTDEVICE_PARAMS_W","features":[50]},{"name":"SP_SELECTDEVICE_PARAMS_W","features":[50]},{"name":"SP_TROUBLESHOOTER_PARAMS_A","features":[50]},{"name":"SP_TROUBLESHOOTER_PARAMS_W","features":[50]},{"name":"SP_TROUBLESHOOTER_PARAMS_W","features":[50]},{"name":"SP_UNREMOVEDEVICE_PARAMS","features":[50]},{"name":"SP_UNREMOVEDEVICE_PARAMS","features":[50]},{"name":"SRCINFO_DESCRIPTION","features":[50]},{"name":"SRCINFO_FLAGS","features":[50]},{"name":"SRCINFO_PATH","features":[50]},{"name":"SRCINFO_TAGFILE","features":[50]},{"name":"SRCINFO_TAGFILE2","features":[50]},{"name":"SRCLIST_APPEND","features":[50]},{"name":"SRCLIST_NOBROWSE","features":[50]},{"name":"SRCLIST_NOSTRIPPLATFORM","features":[50]},{"name":"SRCLIST_SUBDIRS","features":[50]},{"name":"SRCLIST_SYSIFADMIN","features":[50]},{"name":"SRCLIST_SYSTEM","features":[50]},{"name":"SRCLIST_TEMPORARY","features":[50]},{"name":"SRCLIST_USER","features":[50]},{"name":"SRC_FLAGS_CABFILE","features":[50]},{"name":"SUOI_FORCEDELETE","features":[50]},{"name":"SUOI_INTERNAL1","features":[50]},{"name":"SZ_KEY_ADDAUTOLOGGER","features":[50]},{"name":"SZ_KEY_ADDAUTOLOGGERPROVIDER","features":[50]},{"name":"SZ_KEY_ADDCHANNEL","features":[50]},{"name":"SZ_KEY_ADDEVENTPROVIDER","features":[50]},{"name":"SZ_KEY_ADDFILTER","features":[50]},{"name":"SZ_KEY_ADDIME","features":[50]},{"name":"SZ_KEY_ADDINTERFACE","features":[50]},{"name":"SZ_KEY_ADDPOWERSETTING","features":[50]},{"name":"SZ_KEY_ADDPROP","features":[50]},{"name":"SZ_KEY_ADDREG","features":[50]},{"name":"SZ_KEY_ADDREGNOCLOBBER","features":[50]},{"name":"SZ_KEY_ADDSERVICE","features":[50]},{"name":"SZ_KEY_ADDTRIGGER","features":[50]},{"name":"SZ_KEY_BITREG","features":[50]},{"name":"SZ_KEY_CLEANONLY","features":[50]},{"name":"SZ_KEY_COPYFILES","features":[50]},{"name":"SZ_KEY_COPYINF","features":[50]},{"name":"SZ_KEY_DEFAULTOPTION","features":[50]},{"name":"SZ_KEY_DEFDESTDIR","features":[50]},{"name":"SZ_KEY_DELFILES","features":[50]},{"name":"SZ_KEY_DELIME","features":[50]},{"name":"SZ_KEY_DELPROP","features":[50]},{"name":"SZ_KEY_DELREG","features":[50]},{"name":"SZ_KEY_DELSERVICE","features":[50]},{"name":"SZ_KEY_DESTDIRS","features":[50]},{"name":"SZ_KEY_EXCLUDEID","features":[50]},{"name":"SZ_KEY_FAILUREACTIONS","features":[50]},{"name":"SZ_KEY_FEATURESCORE","features":[50]},{"name":"SZ_KEY_FILTERLEVEL","features":[50]},{"name":"SZ_KEY_FILTERPOSITION","features":[50]},{"name":"SZ_KEY_HARDWARE","features":[50]},{"name":"SZ_KEY_IMPORTCHANNEL","features":[50]},{"name":"SZ_KEY_INI2REG","features":[50]},{"name":"SZ_KEY_LAYOUT_FILE","features":[50]},{"name":"SZ_KEY_LDIDOEM","features":[50]},{"name":"SZ_KEY_LFN_SECTION","features":[50]},{"name":"SZ_KEY_LISTOPTIONS","features":[50]},{"name":"SZ_KEY_LOGCONFIG","features":[50]},{"name":"SZ_KEY_MODULES","features":[50]},{"name":"SZ_KEY_OPTIONDESC","features":[50]},{"name":"SZ_KEY_PHASE1","features":[50]},{"name":"SZ_KEY_PROFILEITEMS","features":[50]},{"name":"SZ_KEY_REGSVR","features":[50]},{"name":"SZ_KEY_RENFILES","features":[50]},{"name":"SZ_KEY_SFN_SECTION","features":[50]},{"name":"SZ_KEY_SRCDISKFILES","features":[50]},{"name":"SZ_KEY_SRCDISKNAMES","features":[50]},{"name":"SZ_KEY_STRINGS","features":[50]},{"name":"SZ_KEY_UNREGSVR","features":[50]},{"name":"SZ_KEY_UPDATEAUTOLOGGER","features":[50]},{"name":"SZ_KEY_UPDATEINIFIELDS","features":[50]},{"name":"SZ_KEY_UPDATEINIS","features":[50]},{"name":"SZ_KEY_UPGRADEONLY","features":[50]},{"name":"SetupAddInstallSectionToDiskSpaceListA","features":[50,3]},{"name":"SetupAddInstallSectionToDiskSpaceListW","features":[50,3]},{"name":"SetupAddSectionToDiskSpaceListA","features":[50,3]},{"name":"SetupAddSectionToDiskSpaceListW","features":[50,3]},{"name":"SetupAddToDiskSpaceListA","features":[50,3]},{"name":"SetupAddToDiskSpaceListW","features":[50,3]},{"name":"SetupAddToSourceListA","features":[50,3]},{"name":"SetupAddToSourceListW","features":[50,3]},{"name":"SetupAdjustDiskSpaceListA","features":[50,3]},{"name":"SetupAdjustDiskSpaceListW","features":[50,3]},{"name":"SetupBackupErrorA","features":[50,3]},{"name":"SetupBackupErrorW","features":[50,3]},{"name":"SetupCancelTemporarySourceList","features":[50,3]},{"name":"SetupCloseFileQueue","features":[50,3]},{"name":"SetupCloseInfFile","features":[50]},{"name":"SetupCloseLog","features":[50]},{"name":"SetupCommitFileQueueA","features":[50,3]},{"name":"SetupCommitFileQueueW","features":[50,3]},{"name":"SetupConfigureWmiFromInfSectionA","features":[50,3]},{"name":"SetupConfigureWmiFromInfSectionW","features":[50,3]},{"name":"SetupCopyErrorA","features":[50,3]},{"name":"SetupCopyErrorW","features":[50,3]},{"name":"SetupCopyOEMInfA","features":[50,3]},{"name":"SetupCopyOEMInfW","features":[50,3]},{"name":"SetupCreateDiskSpaceListA","features":[50]},{"name":"SetupCreateDiskSpaceListW","features":[50]},{"name":"SetupDecompressOrCopyFileA","features":[50]},{"name":"SetupDecompressOrCopyFileW","features":[50]},{"name":"SetupDefaultQueueCallbackA","features":[50]},{"name":"SetupDefaultQueueCallbackW","features":[50]},{"name":"SetupDeleteErrorA","features":[50,3]},{"name":"SetupDeleteErrorW","features":[50,3]},{"name":"SetupDestroyDiskSpaceList","features":[50,3]},{"name":"SetupDiAskForOEMDisk","features":[50,3]},{"name":"SetupDiBuildClassInfoList","features":[50,3]},{"name":"SetupDiBuildClassInfoListExA","features":[50,3]},{"name":"SetupDiBuildClassInfoListExW","features":[50,3]},{"name":"SetupDiBuildDriverInfoList","features":[50,3]},{"name":"SetupDiCallClassInstaller","features":[50,3]},{"name":"SetupDiCancelDriverInfoSearch","features":[50,3]},{"name":"SetupDiChangeState","features":[50,3]},{"name":"SetupDiClassGuidsFromNameA","features":[50,3]},{"name":"SetupDiClassGuidsFromNameExA","features":[50,3]},{"name":"SetupDiClassGuidsFromNameExW","features":[50,3]},{"name":"SetupDiClassGuidsFromNameW","features":[50,3]},{"name":"SetupDiClassNameFromGuidA","features":[50,3]},{"name":"SetupDiClassNameFromGuidExA","features":[50,3]},{"name":"SetupDiClassNameFromGuidExW","features":[50,3]},{"name":"SetupDiClassNameFromGuidW","features":[50,3]},{"name":"SetupDiCreateDevRegKeyA","features":[50,51]},{"name":"SetupDiCreateDevRegKeyW","features":[50,51]},{"name":"SetupDiCreateDeviceInfoA","features":[50,3]},{"name":"SetupDiCreateDeviceInfoList","features":[50,3]},{"name":"SetupDiCreateDeviceInfoListExA","features":[50,3]},{"name":"SetupDiCreateDeviceInfoListExW","features":[50,3]},{"name":"SetupDiCreateDeviceInfoW","features":[50,3]},{"name":"SetupDiCreateDeviceInterfaceA","features":[50,3]},{"name":"SetupDiCreateDeviceInterfaceRegKeyA","features":[50,51]},{"name":"SetupDiCreateDeviceInterfaceRegKeyW","features":[50,51]},{"name":"SetupDiCreateDeviceInterfaceW","features":[50,3]},{"name":"SetupDiDeleteDevRegKey","features":[50,3]},{"name":"SetupDiDeleteDeviceInfo","features":[50,3]},{"name":"SetupDiDeleteDeviceInterfaceData","features":[50,3]},{"name":"SetupDiDeleteDeviceInterfaceRegKey","features":[50,3]},{"name":"SetupDiDestroyClassImageList","features":[50,3,42]},{"name":"SetupDiDestroyDeviceInfoList","features":[50,3]},{"name":"SetupDiDestroyDriverInfoList","features":[50,3]},{"name":"SetupDiDrawMiniIcon","features":[50,3,14]},{"name":"SetupDiEnumDeviceInfo","features":[50,3]},{"name":"SetupDiEnumDeviceInterfaces","features":[50,3]},{"name":"SetupDiEnumDriverInfoA","features":[50,3]},{"name":"SetupDiEnumDriverInfoW","features":[50,3]},{"name":"SetupDiGetActualModelsSectionA","features":[50,3,33,35]},{"name":"SetupDiGetActualModelsSectionW","features":[50,3,33,35]},{"name":"SetupDiGetActualSectionToInstallA","features":[50,3]},{"name":"SetupDiGetActualSectionToInstallExA","features":[50,3,33,35]},{"name":"SetupDiGetActualSectionToInstallExW","features":[50,3,33,35]},{"name":"SetupDiGetActualSectionToInstallW","features":[50,3]},{"name":"SetupDiGetClassBitmapIndex","features":[50,3]},{"name":"SetupDiGetClassDescriptionA","features":[50,3]},{"name":"SetupDiGetClassDescriptionExA","features":[50,3]},{"name":"SetupDiGetClassDescriptionExW","features":[50,3]},{"name":"SetupDiGetClassDescriptionW","features":[50,3]},{"name":"SetupDiGetClassDevPropertySheetsA","features":[50,3,14,42,52]},{"name":"SetupDiGetClassDevPropertySheetsW","features":[50,3,14,42,52]},{"name":"SetupDiGetClassDevsA","features":[50,3]},{"name":"SetupDiGetClassDevsExA","features":[50,3]},{"name":"SetupDiGetClassDevsExW","features":[50,3]},{"name":"SetupDiGetClassDevsW","features":[50,3]},{"name":"SetupDiGetClassImageIndex","features":[50,3,42]},{"name":"SetupDiGetClassImageList","features":[50,3,42]},{"name":"SetupDiGetClassImageListExA","features":[50,3,42]},{"name":"SetupDiGetClassImageListExW","features":[50,3,42]},{"name":"SetupDiGetClassInstallParamsA","features":[50,3]},{"name":"SetupDiGetClassInstallParamsW","features":[50,3]},{"name":"SetupDiGetClassPropertyExW","features":[50,1,3]},{"name":"SetupDiGetClassPropertyKeys","features":[50,1,3]},{"name":"SetupDiGetClassPropertyKeysExW","features":[50,1,3]},{"name":"SetupDiGetClassPropertyW","features":[50,1,3]},{"name":"SetupDiGetClassRegistryPropertyA","features":[50,3]},{"name":"SetupDiGetClassRegistryPropertyW","features":[50,3]},{"name":"SetupDiGetCustomDevicePropertyA","features":[50,3]},{"name":"SetupDiGetCustomDevicePropertyW","features":[50,3]},{"name":"SetupDiGetDeviceInfoListClass","features":[50,3]},{"name":"SetupDiGetDeviceInfoListDetailA","features":[50,3]},{"name":"SetupDiGetDeviceInfoListDetailW","features":[50,3]},{"name":"SetupDiGetDeviceInstallParamsA","features":[50,3]},{"name":"SetupDiGetDeviceInstallParamsW","features":[50,3]},{"name":"SetupDiGetDeviceInstanceIdA","features":[50,3]},{"name":"SetupDiGetDeviceInstanceIdW","features":[50,3]},{"name":"SetupDiGetDeviceInterfaceAlias","features":[50,3]},{"name":"SetupDiGetDeviceInterfaceDetailA","features":[50,3]},{"name":"SetupDiGetDeviceInterfaceDetailW","features":[50,3]},{"name":"SetupDiGetDeviceInterfacePropertyKeys","features":[50,1,3]},{"name":"SetupDiGetDeviceInterfacePropertyW","features":[50,1,3]},{"name":"SetupDiGetDevicePropertyKeys","features":[50,1,3]},{"name":"SetupDiGetDevicePropertyW","features":[50,1,3]},{"name":"SetupDiGetDeviceRegistryPropertyA","features":[50,3]},{"name":"SetupDiGetDeviceRegistryPropertyW","features":[50,3]},{"name":"SetupDiGetDriverInfoDetailA","features":[50,3]},{"name":"SetupDiGetDriverInfoDetailW","features":[50,3]},{"name":"SetupDiGetDriverInstallParamsA","features":[50,3]},{"name":"SetupDiGetDriverInstallParamsW","features":[50,3]},{"name":"SetupDiGetHwProfileFriendlyNameA","features":[50,3]},{"name":"SetupDiGetHwProfileFriendlyNameExA","features":[50,3]},{"name":"SetupDiGetHwProfileFriendlyNameExW","features":[50,3]},{"name":"SetupDiGetHwProfileFriendlyNameW","features":[50,3]},{"name":"SetupDiGetHwProfileList","features":[50,3]},{"name":"SetupDiGetHwProfileListExA","features":[50,3]},{"name":"SetupDiGetHwProfileListExW","features":[50,3]},{"name":"SetupDiGetINFClassA","features":[50,3]},{"name":"SetupDiGetINFClassW","features":[50,3]},{"name":"SetupDiGetSelectedDevice","features":[50,3]},{"name":"SetupDiGetSelectedDriverA","features":[50,3]},{"name":"SetupDiGetSelectedDriverW","features":[50,3]},{"name":"SetupDiGetWizardPage","features":[50,3,42]},{"name":"SetupDiInstallClassA","features":[50,3]},{"name":"SetupDiInstallClassExA","features":[50,3]},{"name":"SetupDiInstallClassExW","features":[50,3]},{"name":"SetupDiInstallClassW","features":[50,3]},{"name":"SetupDiInstallDevice","features":[50,3]},{"name":"SetupDiInstallDeviceInterfaces","features":[50,3]},{"name":"SetupDiInstallDriverFiles","features":[50,3]},{"name":"SetupDiLoadClassIcon","features":[50,3,52]},{"name":"SetupDiLoadDeviceIcon","features":[50,3,52]},{"name":"SetupDiOpenClassRegKey","features":[50,51]},{"name":"SetupDiOpenClassRegKeyExA","features":[50,51]},{"name":"SetupDiOpenClassRegKeyExW","features":[50,51]},{"name":"SetupDiOpenDevRegKey","features":[50,51]},{"name":"SetupDiOpenDeviceInfoA","features":[50,3]},{"name":"SetupDiOpenDeviceInfoW","features":[50,3]},{"name":"SetupDiOpenDeviceInterfaceA","features":[50,3]},{"name":"SetupDiOpenDeviceInterfaceRegKey","features":[50,51]},{"name":"SetupDiOpenDeviceInterfaceW","features":[50,3]},{"name":"SetupDiRegisterCoDeviceInstallers","features":[50,3]},{"name":"SetupDiRegisterDeviceInfo","features":[50,3]},{"name":"SetupDiRemoveDevice","features":[50,3]},{"name":"SetupDiRemoveDeviceInterface","features":[50,3]},{"name":"SetupDiRestartDevices","features":[50,3]},{"name":"SetupDiSelectBestCompatDrv","features":[50,3]},{"name":"SetupDiSelectDevice","features":[50,3]},{"name":"SetupDiSelectOEMDrv","features":[50,3]},{"name":"SetupDiSetClassInstallParamsA","features":[50,3]},{"name":"SetupDiSetClassInstallParamsW","features":[50,3]},{"name":"SetupDiSetClassPropertyExW","features":[50,1,3]},{"name":"SetupDiSetClassPropertyW","features":[50,1,3]},{"name":"SetupDiSetClassRegistryPropertyA","features":[50,3]},{"name":"SetupDiSetClassRegistryPropertyW","features":[50,3]},{"name":"SetupDiSetDeviceInstallParamsA","features":[50,3]},{"name":"SetupDiSetDeviceInstallParamsW","features":[50,3]},{"name":"SetupDiSetDeviceInterfaceDefault","features":[50,3]},{"name":"SetupDiSetDeviceInterfacePropertyW","features":[50,1,3]},{"name":"SetupDiSetDevicePropertyW","features":[50,1,3]},{"name":"SetupDiSetDeviceRegistryPropertyA","features":[50,3]},{"name":"SetupDiSetDeviceRegistryPropertyW","features":[50,3]},{"name":"SetupDiSetDriverInstallParamsA","features":[50,3]},{"name":"SetupDiSetDriverInstallParamsW","features":[50,3]},{"name":"SetupDiSetSelectedDevice","features":[50,3]},{"name":"SetupDiSetSelectedDriverA","features":[50,3]},{"name":"SetupDiSetSelectedDriverW","features":[50,3]},{"name":"SetupDiUnremoveDevice","features":[50,3]},{"name":"SetupDuplicateDiskSpaceListA","features":[50]},{"name":"SetupDuplicateDiskSpaceListW","features":[50]},{"name":"SetupEnumInfSectionsA","features":[50,3]},{"name":"SetupEnumInfSectionsW","features":[50,3]},{"name":"SetupFileLogChecksum","features":[50]},{"name":"SetupFileLogDiskDescription","features":[50]},{"name":"SetupFileLogDiskTagfile","features":[50]},{"name":"SetupFileLogInfo","features":[50]},{"name":"SetupFileLogMax","features":[50]},{"name":"SetupFileLogOtherInfo","features":[50]},{"name":"SetupFileLogSourceFilename","features":[50]},{"name":"SetupFindFirstLineA","features":[50,3]},{"name":"SetupFindFirstLineW","features":[50,3]},{"name":"SetupFindNextLine","features":[50,3]},{"name":"SetupFindNextMatchLineA","features":[50,3]},{"name":"SetupFindNextMatchLineW","features":[50,3]},{"name":"SetupFreeSourceListA","features":[50,3]},{"name":"SetupFreeSourceListW","features":[50,3]},{"name":"SetupGetBackupInformationA","features":[50,3]},{"name":"SetupGetBackupInformationW","features":[50,3]},{"name":"SetupGetBinaryField","features":[50,3]},{"name":"SetupGetFieldCount","features":[50]},{"name":"SetupGetFileCompressionInfoA","features":[50]},{"name":"SetupGetFileCompressionInfoExA","features":[50,3]},{"name":"SetupGetFileCompressionInfoExW","features":[50,3]},{"name":"SetupGetFileCompressionInfoW","features":[50]},{"name":"SetupGetFileQueueCount","features":[50,3]},{"name":"SetupGetFileQueueFlags","features":[50,3]},{"name":"SetupGetInfDriverStoreLocationA","features":[50,3,33,35]},{"name":"SetupGetInfDriverStoreLocationW","features":[50,3,33,35]},{"name":"SetupGetInfFileListA","features":[50,3]},{"name":"SetupGetInfFileListW","features":[50,3]},{"name":"SetupGetInfInformationA","features":[50,3]},{"name":"SetupGetInfInformationW","features":[50,3]},{"name":"SetupGetInfPublishedNameA","features":[50,3]},{"name":"SetupGetInfPublishedNameW","features":[50,3]},{"name":"SetupGetIntField","features":[50,3]},{"name":"SetupGetLineByIndexA","features":[50,3]},{"name":"SetupGetLineByIndexW","features":[50,3]},{"name":"SetupGetLineCountA","features":[50]},{"name":"SetupGetLineCountW","features":[50]},{"name":"SetupGetLineTextA","features":[50,3]},{"name":"SetupGetLineTextW","features":[50,3]},{"name":"SetupGetMultiSzFieldA","features":[50,3]},{"name":"SetupGetMultiSzFieldW","features":[50,3]},{"name":"SetupGetNonInteractiveMode","features":[50,3]},{"name":"SetupGetSourceFileLocationA","features":[50,3]},{"name":"SetupGetSourceFileLocationW","features":[50,3]},{"name":"SetupGetSourceFileSizeA","features":[50,3]},{"name":"SetupGetSourceFileSizeW","features":[50,3]},{"name":"SetupGetSourceInfoA","features":[50,3]},{"name":"SetupGetSourceInfoW","features":[50,3]},{"name":"SetupGetStringFieldA","features":[50,3]},{"name":"SetupGetStringFieldW","features":[50,3]},{"name":"SetupGetTargetPathA","features":[50,3]},{"name":"SetupGetTargetPathW","features":[50,3]},{"name":"SetupGetThreadLogToken","features":[50]},{"name":"SetupInitDefaultQueueCallback","features":[50,3]},{"name":"SetupInitDefaultQueueCallbackEx","features":[50,3]},{"name":"SetupInitializeFileLogA","features":[50]},{"name":"SetupInitializeFileLogW","features":[50]},{"name":"SetupInstallFileA","features":[50,3]},{"name":"SetupInstallFileExA","features":[50,3]},{"name":"SetupInstallFileExW","features":[50,3]},{"name":"SetupInstallFileW","features":[50,3]},{"name":"SetupInstallFilesFromInfSectionA","features":[50,3]},{"name":"SetupInstallFilesFromInfSectionW","features":[50,3]},{"name":"SetupInstallFromInfSectionA","features":[50,3,51]},{"name":"SetupInstallFromInfSectionW","features":[50,3,51]},{"name":"SetupInstallServicesFromInfSectionA","features":[50,3]},{"name":"SetupInstallServicesFromInfSectionExA","features":[50,3]},{"name":"SetupInstallServicesFromInfSectionExW","features":[50,3]},{"name":"SetupInstallServicesFromInfSectionW","features":[50,3]},{"name":"SetupIterateCabinetA","features":[50,3]},{"name":"SetupIterateCabinetW","features":[50,3]},{"name":"SetupLogErrorA","features":[50,3]},{"name":"SetupLogErrorW","features":[50,3]},{"name":"SetupLogFileA","features":[50,3]},{"name":"SetupLogFileW","features":[50,3]},{"name":"SetupOpenAppendInfFileA","features":[50,3]},{"name":"SetupOpenAppendInfFileW","features":[50,3]},{"name":"SetupOpenFileQueue","features":[50]},{"name":"SetupOpenInfFileA","features":[50]},{"name":"SetupOpenInfFileW","features":[50]},{"name":"SetupOpenLog","features":[50,3]},{"name":"SetupOpenMasterInf","features":[50]},{"name":"SetupPrepareQueueForRestoreA","features":[50,3]},{"name":"SetupPrepareQueueForRestoreW","features":[50,3]},{"name":"SetupPromptForDiskA","features":[50,3]},{"name":"SetupPromptForDiskW","features":[50,3]},{"name":"SetupPromptReboot","features":[50,3]},{"name":"SetupQueryDrivesInDiskSpaceListA","features":[50,3]},{"name":"SetupQueryDrivesInDiskSpaceListW","features":[50,3]},{"name":"SetupQueryFileLogA","features":[50,3]},{"name":"SetupQueryFileLogW","features":[50,3]},{"name":"SetupQueryInfFileInformationA","features":[50,3]},{"name":"SetupQueryInfFileInformationW","features":[50,3]},{"name":"SetupQueryInfOriginalFileInformationA","features":[50,3,33,35]},{"name":"SetupQueryInfOriginalFileInformationW","features":[50,3,33,35]},{"name":"SetupQueryInfVersionInformationA","features":[50,3]},{"name":"SetupQueryInfVersionInformationW","features":[50,3]},{"name":"SetupQuerySourceListA","features":[50,3]},{"name":"SetupQuerySourceListW","features":[50,3]},{"name":"SetupQuerySpaceRequiredOnDriveA","features":[50,3]},{"name":"SetupQuerySpaceRequiredOnDriveW","features":[50,3]},{"name":"SetupQueueCopyA","features":[50,3]},{"name":"SetupQueueCopyIndirectA","features":[50,3]},{"name":"SetupQueueCopyIndirectW","features":[50,3]},{"name":"SetupQueueCopySectionA","features":[50,3]},{"name":"SetupQueueCopySectionW","features":[50,3]},{"name":"SetupQueueCopyW","features":[50,3]},{"name":"SetupQueueDefaultCopyA","features":[50,3]},{"name":"SetupQueueDefaultCopyW","features":[50,3]},{"name":"SetupQueueDeleteA","features":[50,3]},{"name":"SetupQueueDeleteSectionA","features":[50,3]},{"name":"SetupQueueDeleteSectionW","features":[50,3]},{"name":"SetupQueueDeleteW","features":[50,3]},{"name":"SetupQueueRenameA","features":[50,3]},{"name":"SetupQueueRenameSectionA","features":[50,3]},{"name":"SetupQueueRenameSectionW","features":[50,3]},{"name":"SetupQueueRenameW","features":[50,3]},{"name":"SetupRemoveFileLogEntryA","features":[50,3]},{"name":"SetupRemoveFileLogEntryW","features":[50,3]},{"name":"SetupRemoveFromDiskSpaceListA","features":[50,3]},{"name":"SetupRemoveFromDiskSpaceListW","features":[50,3]},{"name":"SetupRemoveFromSourceListA","features":[50,3]},{"name":"SetupRemoveFromSourceListW","features":[50,3]},{"name":"SetupRemoveInstallSectionFromDiskSpaceListA","features":[50,3]},{"name":"SetupRemoveInstallSectionFromDiskSpaceListW","features":[50,3]},{"name":"SetupRemoveSectionFromDiskSpaceListA","features":[50,3]},{"name":"SetupRemoveSectionFromDiskSpaceListW","features":[50,3]},{"name":"SetupRenameErrorA","features":[50,3]},{"name":"SetupRenameErrorW","features":[50,3]},{"name":"SetupScanFileQueueA","features":[50,3]},{"name":"SetupScanFileQueueW","features":[50,3]},{"name":"SetupSetDirectoryIdA","features":[50,3]},{"name":"SetupSetDirectoryIdExA","features":[50,3]},{"name":"SetupSetDirectoryIdExW","features":[50,3]},{"name":"SetupSetDirectoryIdW","features":[50,3]},{"name":"SetupSetFileQueueAlternatePlatformA","features":[50,3,33,35]},{"name":"SetupSetFileQueueAlternatePlatformW","features":[50,3,33,35]},{"name":"SetupSetFileQueueFlags","features":[50,3]},{"name":"SetupSetNonInteractiveMode","features":[50,3]},{"name":"SetupSetPlatformPathOverrideA","features":[50,3]},{"name":"SetupSetPlatformPathOverrideW","features":[50,3]},{"name":"SetupSetSourceListA","features":[50,3]},{"name":"SetupSetSourceListW","features":[50,3]},{"name":"SetupSetThreadLogToken","features":[50]},{"name":"SetupTermDefaultQueueCallback","features":[50]},{"name":"SetupTerminateFileLog","features":[50,3]},{"name":"SetupUninstallNewlyCopiedInfs","features":[50,3]},{"name":"SetupUninstallOEMInfA","features":[50,3]},{"name":"SetupUninstallOEMInfW","features":[50,3]},{"name":"SetupVerifyInfFileA","features":[50,3,33,35]},{"name":"SetupVerifyInfFileW","features":[50,3,33,35]},{"name":"SetupWriteTextLog","features":[50]},{"name":"SetupWriteTextLogError","features":[50]},{"name":"SetupWriteTextLogInfLine","features":[50]},{"name":"UPDATEDRIVERFORPLUGANDPLAYDEVICES_FLAGS","features":[50]},{"name":"UpdateDriverForPlugAndPlayDevicesA","features":[50,3]},{"name":"UpdateDriverForPlugAndPlayDevicesW","features":[50,3]},{"name":"fDD_BYTE","features":[50]},{"name":"fDD_BYTE_AND_WORD","features":[50]},{"name":"fDD_BusMaster","features":[50]},{"name":"fDD_DWORD","features":[50]},{"name":"fDD_NoBusMaster","features":[50]},{"name":"fDD_TypeA","features":[50]},{"name":"fDD_TypeB","features":[50]},{"name":"fDD_TypeF","features":[50]},{"name":"fDD_TypeStandard","features":[50]},{"name":"fDD_WORD","features":[50]},{"name":"fIOD_10_BIT_DECODE","features":[50]},{"name":"fIOD_12_BIT_DECODE","features":[50]},{"name":"fIOD_16_BIT_DECODE","features":[50]},{"name":"fIOD_DECODE","features":[50]},{"name":"fIOD_IO","features":[50]},{"name":"fIOD_Memory","features":[50]},{"name":"fIOD_PASSIVE_DECODE","features":[50]},{"name":"fIOD_PORT_BAR","features":[50]},{"name":"fIOD_POSITIVE_DECODE","features":[50]},{"name":"fIOD_PortType","features":[50]},{"name":"fIOD_WINDOW_DECODE","features":[50]},{"name":"fIRQD_Edge","features":[50]},{"name":"fIRQD_Exclusive","features":[50]},{"name":"fIRQD_Level","features":[50]},{"name":"fIRQD_Level_Bit","features":[50]},{"name":"fIRQD_Share","features":[50]},{"name":"fIRQD_Share_Bit","features":[50]},{"name":"fMD_24","features":[50]},{"name":"fMD_32","features":[50]},{"name":"fMD_32_24","features":[50]},{"name":"fMD_Cacheable","features":[50]},{"name":"fMD_CombinedWrite","features":[50]},{"name":"fMD_CombinedWriteAllowed","features":[50]},{"name":"fMD_CombinedWriteDisallowed","features":[50]},{"name":"fMD_MEMORY_BAR","features":[50]},{"name":"fMD_MemoryType","features":[50]},{"name":"fMD_NonCacheable","features":[50]},{"name":"fMD_Pref","features":[50]},{"name":"fMD_PrefetchAllowed","features":[50]},{"name":"fMD_PrefetchDisallowed","features":[50]},{"name":"fMD_Prefetchable","features":[50]},{"name":"fMD_RAM","features":[50]},{"name":"fMD_ROM","features":[50]},{"name":"fMD_ReadAllowed","features":[50]},{"name":"fMD_ReadDisallowed","features":[50]},{"name":"fMD_Readable","features":[50]},{"name":"fMD_WINDOW_DECODE","features":[50]},{"name":"fPCD_ATTRIBUTES_PER_WINDOW","features":[50]},{"name":"fPCD_IO1_16","features":[50]},{"name":"fPCD_IO1_SRC_16","features":[50]},{"name":"fPCD_IO1_WS_16","features":[50]},{"name":"fPCD_IO1_ZW_8","features":[50]},{"name":"fPCD_IO2_16","features":[50]},{"name":"fPCD_IO2_SRC_16","features":[50]},{"name":"fPCD_IO2_WS_16","features":[50]},{"name":"fPCD_IO2_ZW_8","features":[50]},{"name":"fPCD_IO_16","features":[50]},{"name":"fPCD_IO_8","features":[50]},{"name":"fPCD_IO_SRC_16","features":[50]},{"name":"fPCD_IO_WS_16","features":[50]},{"name":"fPCD_IO_ZW_8","features":[50]},{"name":"fPCD_MEM1_16","features":[50]},{"name":"fPCD_MEM1_A","features":[50]},{"name":"fPCD_MEM1_WS_ONE","features":[50]},{"name":"fPCD_MEM1_WS_THREE","features":[50]},{"name":"fPCD_MEM1_WS_TWO","features":[50]},{"name":"fPCD_MEM2_16","features":[50]},{"name":"fPCD_MEM2_A","features":[50]},{"name":"fPCD_MEM2_WS_ONE","features":[50]},{"name":"fPCD_MEM2_WS_THREE","features":[50]},{"name":"fPCD_MEM2_WS_TWO","features":[50]},{"name":"fPCD_MEM_16","features":[50]},{"name":"fPCD_MEM_8","features":[50]},{"name":"fPCD_MEM_A","features":[50]},{"name":"fPCD_MEM_WS_ONE","features":[50]},{"name":"fPCD_MEM_WS_THREE","features":[50]},{"name":"fPCD_MEM_WS_TWO","features":[50]},{"name":"fPMF_AUDIO_ENABLE","features":[50]},{"name":"mDD_BusMaster","features":[50]},{"name":"mDD_Type","features":[50]},{"name":"mDD_Width","features":[50]},{"name":"mIRQD_Edge_Level","features":[50]},{"name":"mIRQD_Share","features":[50]},{"name":"mMD_32_24","features":[50]},{"name":"mMD_Cacheable","features":[50]},{"name":"mMD_CombinedWrite","features":[50]},{"name":"mMD_MemoryType","features":[50]},{"name":"mMD_Prefetchable","features":[50]},{"name":"mMD_Readable","features":[50]},{"name":"mPCD_IO_8_16","features":[50]},{"name":"mPCD_MEM1_WS","features":[50]},{"name":"mPCD_MEM2_WS","features":[50]},{"name":"mPCD_MEM_8_16","features":[50]},{"name":"mPCD_MEM_A_C","features":[50]},{"name":"mPCD_MEM_WS","features":[50]},{"name":"mPMF_AUDIO_ENABLE","features":[50]}],"376":[{"name":"DEVPROP_FILTER_EXPRESSION","features":[53,1]},{"name":"DEVPROP_OPERATOR","features":[53]},{"name":"DEVPROP_OPERATOR_AND_CLOSE","features":[53]},{"name":"DEVPROP_OPERATOR_AND_OPEN","features":[53]},{"name":"DEVPROP_OPERATOR_ARRAY_CONTAINS","features":[53]},{"name":"DEVPROP_OPERATOR_BEGINS_WITH","features":[53]},{"name":"DEVPROP_OPERATOR_BEGINS_WITH_IGNORE_CASE","features":[53]},{"name":"DEVPROP_OPERATOR_BITWISE_AND","features":[53]},{"name":"DEVPROP_OPERATOR_BITWISE_OR","features":[53]},{"name":"DEVPROP_OPERATOR_CONTAINS","features":[53]},{"name":"DEVPROP_OPERATOR_CONTAINS_IGNORE_CASE","features":[53]},{"name":"DEVPROP_OPERATOR_ENDS_WITH","features":[53]},{"name":"DEVPROP_OPERATOR_ENDS_WITH_IGNORE_CASE","features":[53]},{"name":"DEVPROP_OPERATOR_EQUALS","features":[53]},{"name":"DEVPROP_OPERATOR_EQUALS_IGNORE_CASE","features":[53]},{"name":"DEVPROP_OPERATOR_EXISTS","features":[53]},{"name":"DEVPROP_OPERATOR_GREATER_THAN","features":[53]},{"name":"DEVPROP_OPERATOR_GREATER_THAN_EQUALS","features":[53]},{"name":"DEVPROP_OPERATOR_LESS_THAN","features":[53]},{"name":"DEVPROP_OPERATOR_LESS_THAN_EQUALS","features":[53]},{"name":"DEVPROP_OPERATOR_LIST_CONTAINS","features":[53]},{"name":"DEVPROP_OPERATOR_LIST_CONTAINS_IGNORE_CASE","features":[53]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_BEGINS_WITH","features":[53]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_BEGINS_WITH_IGNORE_CASE","features":[53]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_CONTAINS","features":[53]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_CONTAINS_IGNORE_CASE","features":[53]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_ENDS_WITH","features":[53]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_ENDS_WITH_IGNORE_CASE","features":[53]},{"name":"DEVPROP_OPERATOR_MASK_ARRAY","features":[53]},{"name":"DEVPROP_OPERATOR_MASK_EVAL","features":[53]},{"name":"DEVPROP_OPERATOR_MASK_LIST","features":[53]},{"name":"DEVPROP_OPERATOR_MASK_LOGICAL","features":[53]},{"name":"DEVPROP_OPERATOR_MASK_MODIFIER","features":[53]},{"name":"DEVPROP_OPERATOR_MASK_NOT_LOGICAL","features":[53]},{"name":"DEVPROP_OPERATOR_MODIFIER_IGNORE_CASE","features":[53]},{"name":"DEVPROP_OPERATOR_MODIFIER_NOT","features":[53]},{"name":"DEVPROP_OPERATOR_NONE","features":[53]},{"name":"DEVPROP_OPERATOR_NOT_CLOSE","features":[53]},{"name":"DEVPROP_OPERATOR_NOT_EQUALS","features":[53]},{"name":"DEVPROP_OPERATOR_NOT_EQUALS_IGNORE_CASE","features":[53]},{"name":"DEVPROP_OPERATOR_NOT_EXISTS","features":[53]},{"name":"DEVPROP_OPERATOR_NOT_OPEN","features":[53]},{"name":"DEVPROP_OPERATOR_OR_CLOSE","features":[53]},{"name":"DEVPROP_OPERATOR_OR_OPEN","features":[53]},{"name":"DEV_OBJECT","features":[53,1]},{"name":"DEV_OBJECT_TYPE","features":[53]},{"name":"DEV_QUERY_FLAGS","features":[53]},{"name":"DEV_QUERY_PARAMETER","features":[53,1]},{"name":"DEV_QUERY_RESULT_ACTION","features":[53]},{"name":"DEV_QUERY_RESULT_ACTION_DATA","features":[53,1]},{"name":"DEV_QUERY_STATE","features":[53]},{"name":"DevCloseObjectQuery","features":[53]},{"name":"DevCreateObjectQuery","features":[53,1]},{"name":"DevCreateObjectQueryEx","features":[53,1]},{"name":"DevCreateObjectQueryFromId","features":[53,1]},{"name":"DevCreateObjectQueryFromIdEx","features":[53,1]},{"name":"DevCreateObjectQueryFromIds","features":[53,1]},{"name":"DevCreateObjectQueryFromIdsEx","features":[53,1]},{"name":"DevFindProperty","features":[53,1]},{"name":"DevFreeObjectProperties","features":[53,1]},{"name":"DevFreeObjects","features":[53,1]},{"name":"DevGetObjectProperties","features":[53,1]},{"name":"DevGetObjectPropertiesEx","features":[53,1]},{"name":"DevGetObjects","features":[53,1]},{"name":"DevGetObjectsEx","features":[53,1]},{"name":"DevObjectTypeAEP","features":[53]},{"name":"DevObjectTypeAEPContainer","features":[53]},{"name":"DevObjectTypeAEPService","features":[53]},{"name":"DevObjectTypeDevice","features":[53]},{"name":"DevObjectTypeDeviceContainer","features":[53]},{"name":"DevObjectTypeDeviceContainerDisplay","features":[53]},{"name":"DevObjectTypeDeviceInstallerClass","features":[53]},{"name":"DevObjectTypeDeviceInterface","features":[53]},{"name":"DevObjectTypeDeviceInterfaceClass","features":[53]},{"name":"DevObjectTypeDeviceInterfaceDisplay","features":[53]},{"name":"DevObjectTypeDevicePanel","features":[53]},{"name":"DevObjectTypeUnknown","features":[53]},{"name":"DevQueryFlagAllProperties","features":[53]},{"name":"DevQueryFlagAsyncClose","features":[53]},{"name":"DevQueryFlagLocalize","features":[53]},{"name":"DevQueryFlagNone","features":[53]},{"name":"DevQueryFlagUpdateResults","features":[53]},{"name":"DevQueryResultAdd","features":[53]},{"name":"DevQueryResultRemove","features":[53]},{"name":"DevQueryResultStateChange","features":[53]},{"name":"DevQueryResultUpdate","features":[53]},{"name":"DevQueryStateAborted","features":[53]},{"name":"DevQueryStateClosed","features":[53]},{"name":"DevQueryStateEnumCompleted","features":[53]},{"name":"DevQueryStateInitialized","features":[53]},{"name":"HDEVQUERY","features":[53]},{"name":"PDEV_QUERY_RESULT_CALLBACK","features":[53,1]}],"377":[{"name":"AR_DISABLED","features":[54]},{"name":"AR_DOCKED","features":[54]},{"name":"AR_ENABLED","features":[54]},{"name":"AR_LAPTOP","features":[54]},{"name":"AR_MULTIMON","features":[54]},{"name":"AR_NOSENSOR","features":[54]},{"name":"AR_NOT_SUPPORTED","features":[54]},{"name":"AR_REMOTESESSION","features":[54]},{"name":"AR_STATE","features":[54]},{"name":"AR_SUPPRESSED","features":[54]},{"name":"Adapter","features":[54]},{"name":"Adapters","features":[54]},{"name":"BACKLIGHT_OPTIMIZATION_LEVEL","features":[54]},{"name":"BACKLIGHT_REDUCTION_GAMMA_RAMP","features":[54]},{"name":"BANK_POSITION","features":[54]},{"name":"BITMAP_ARRAY_BYTE","features":[54]},{"name":"BITMAP_BITS_BYTE_ALIGN","features":[54]},{"name":"BITMAP_BITS_PIXEL","features":[54]},{"name":"BITMAP_BITS_WORD_ALIGN","features":[54]},{"name":"BITMAP_PLANES","features":[54]},{"name":"BLENDOBJ","features":[54,14]},{"name":"BMF_16BPP","features":[54]},{"name":"BMF_1BPP","features":[54]},{"name":"BMF_24BPP","features":[54]},{"name":"BMF_32BPP","features":[54]},{"name":"BMF_4BPP","features":[54]},{"name":"BMF_4RLE","features":[54]},{"name":"BMF_8BPP","features":[54]},{"name":"BMF_8RLE","features":[54]},{"name":"BMF_ACC_NOTIFY","features":[54]},{"name":"BMF_DONTCACHE","features":[54]},{"name":"BMF_JPEG","features":[54]},{"name":"BMF_KMSECTION","features":[54]},{"name":"BMF_NOTSYSMEM","features":[54]},{"name":"BMF_NOZEROINIT","features":[54]},{"name":"BMF_PNG","features":[54]},{"name":"BMF_RESERVED","features":[54]},{"name":"BMF_RMT_ENTER","features":[54]},{"name":"BMF_TEMP_ALPHA","features":[54]},{"name":"BMF_TOPDOWN","features":[54]},{"name":"BMF_UMPDMEM","features":[54]},{"name":"BMF_USERMEM","features":[54]},{"name":"BMF_WINDOW_BLT","features":[54]},{"name":"BRIGHTNESS_INTERFACE_VERSION","features":[54]},{"name":"BRIGHTNESS_INTERFACE_VERSION_1","features":[54]},{"name":"BRIGHTNESS_INTERFACE_VERSION_2","features":[54]},{"name":"BRIGHTNESS_INTERFACE_VERSION_3","features":[54]},{"name":"BRIGHTNESS_LEVEL","features":[54]},{"name":"BRIGHTNESS_MAX_LEVEL_COUNT","features":[54]},{"name":"BRIGHTNESS_MAX_NIT_RANGE_COUNT","features":[54]},{"name":"BRIGHTNESS_NIT_RANGE","features":[54]},{"name":"BRIGHTNESS_NIT_RANGES","features":[54]},{"name":"BRUSHOBJ","features":[54]},{"name":"BRUSHOBJ_hGetColorTransform","features":[54,3]},{"name":"BRUSHOBJ_pvAllocRbrush","features":[54]},{"name":"BRUSHOBJ_pvGetRbrush","features":[54]},{"name":"BRUSHOBJ_ulGetBrushColor","features":[54]},{"name":"BR_CMYKCOLOR","features":[54]},{"name":"BR_DEVICE_ICM","features":[54]},{"name":"BR_HOST_ICM","features":[54]},{"name":"BR_ORIGCOLOR","features":[54]},{"name":"BacklightOptimizationDesktop","features":[54]},{"name":"BacklightOptimizationDimmed","features":[54]},{"name":"BacklightOptimizationDisable","features":[54]},{"name":"BacklightOptimizationDynamic","features":[54]},{"name":"BacklightOptimizationEDR","features":[54]},{"name":"BlackScreenDiagnosticsCalloutParam","features":[54]},{"name":"BlackScreenDiagnosticsData","features":[54]},{"name":"BlackScreenDisplayRecovery","features":[54]},{"name":"CDBEX_CROSSADAPTER","features":[54]},{"name":"CDBEX_DXINTEROP","features":[54]},{"name":"CDBEX_NTSHAREDSURFACEHANDLE","features":[54]},{"name":"CDBEX_REDIRECTION","features":[54]},{"name":"CDBEX_REUSE","features":[54]},{"name":"CDDDXGK_REDIRBITMAPPRESENTINFO","features":[54,3]},{"name":"CD_ANY","features":[54]},{"name":"CD_LEFTDOWN","features":[54]},{"name":"CD_LEFTUP","features":[54]},{"name":"CD_LEFTWARDS","features":[54]},{"name":"CD_RIGHTDOWN","features":[54]},{"name":"CD_RIGHTUP","features":[54]},{"name":"CD_UPWARDS","features":[54]},{"name":"CHAR_IMAGE_INFO","features":[54,55]},{"name":"CHAR_TYPE_LEADING","features":[54]},{"name":"CHAR_TYPE_SBCS","features":[54]},{"name":"CHAR_TYPE_TRAILING","features":[54]},{"name":"CHROMATICITY_COORDINATE","features":[54]},{"name":"CIECHROMA","features":[54]},{"name":"CLIPLINE","features":[54]},{"name":"CLIPOBJ","features":[54,3]},{"name":"CLIPOBJ_bEnum","features":[54,3]},{"name":"CLIPOBJ_cEnumStart","features":[54,3]},{"name":"CLIPOBJ_ppoGetPath","features":[54,3]},{"name":"COLORINFO","features":[54]},{"name":"COLORSPACE_TRANSFORM","features":[54]},{"name":"COLORSPACE_TRANSFORM_1DLUT_CAP","features":[54]},{"name":"COLORSPACE_TRANSFORM_3x4","features":[54]},{"name":"COLORSPACE_TRANSFORM_DATA_CAP","features":[54]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE","features":[54]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE_FIXED_POINT","features":[54]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE_FLOAT","features":[54]},{"name":"COLORSPACE_TRANSFORM_MATRIX_CAP","features":[54]},{"name":"COLORSPACE_TRANSFORM_MATRIX_V2","features":[54]},{"name":"COLORSPACE_TRANSFORM_SET_INPUT","features":[54]},{"name":"COLORSPACE_TRANSFORM_STAGE_CONTROL","features":[54]},{"name":"COLORSPACE_TRANSFORM_TARGET_CAPS","features":[54]},{"name":"COLORSPACE_TRANSFORM_TARGET_CAPS_VERSION","features":[54]},{"name":"COLORSPACE_TRANSFORM_TYPE","features":[54]},{"name":"COLORSPACE_TRANSFORM_TYPE_DEFAULT","features":[54]},{"name":"COLORSPACE_TRANSFORM_TYPE_DXGI_1","features":[54]},{"name":"COLORSPACE_TRANSFORM_TYPE_MATRIX_3x4","features":[54]},{"name":"COLORSPACE_TRANSFORM_TYPE_MATRIX_V2","features":[54]},{"name":"COLORSPACE_TRANSFORM_TYPE_RGB256x3x16","features":[54]},{"name":"COLORSPACE_TRANSFORM_TYPE_UNINITIALIZED","features":[54]},{"name":"COLORSPACE_TRANSFORM_VERSION_1","features":[54]},{"name":"COLORSPACE_TRANSFORM_VERSION_DEFAULT","features":[54]},{"name":"COLORSPACE_TRANSFORM_VERSION_NOT_SUPPORTED","features":[54]},{"name":"CT_RECTANGLES","features":[54]},{"name":"CapabilitiesRequestAndCapabilitiesReply","features":[54,3]},{"name":"ColorSpaceTransformStageControl_Bypass","features":[54]},{"name":"ColorSpaceTransformStageControl_Enable","features":[54]},{"name":"ColorSpaceTransformStageControl_No_Change","features":[54]},{"name":"DCR_DRIVER","features":[54]},{"name":"DCR_HALFTONE","features":[54]},{"name":"DCR_SOLID","features":[54]},{"name":"DCT_DEFAULT","features":[54]},{"name":"DCT_FORCE_HIGH_PERFORMANCE","features":[54]},{"name":"DCT_FORCE_LOW_POWER","features":[54]},{"name":"DC_COMPLEX","features":[54]},{"name":"DC_RECT","features":[54]},{"name":"DC_TRIVIAL","features":[54]},{"name":"DDI_DRIVER_VERSION_NT4","features":[54]},{"name":"DDI_DRIVER_VERSION_NT5","features":[54]},{"name":"DDI_DRIVER_VERSION_NT5_01","features":[54]},{"name":"DDI_DRIVER_VERSION_NT5_01_SP1","features":[54]},{"name":"DDI_DRIVER_VERSION_SP3","features":[54]},{"name":"DDI_ERROR","features":[54]},{"name":"DD_FULLSCREEN_VIDEO_DEVICE_NAME","features":[54]},{"name":"DEVHTADJDATA","features":[54]},{"name":"DEVHTADJF_ADDITIVE_DEVICE","features":[54]},{"name":"DEVHTADJF_COLOR_DEVICE","features":[54]},{"name":"DEVHTINFO","features":[54]},{"name":"DEVINFO","features":[54,14]},{"name":"DEVPKEY_Device_ActivityId","features":[54,1]},{"name":"DEVPKEY_Device_AdapterLuid","features":[54,1]},{"name":"DEVPKEY_Device_TerminalLuid","features":[54,1]},{"name":"DEVPKEY_IndirectDisplay","features":[54,1]},{"name":"DHPDEV","features":[54]},{"name":"DHSURF","features":[54]},{"name":"DISPLAYCONFIG_2DREGION","features":[54]},{"name":"DISPLAYCONFIG_ADAPTER_NAME","features":[54,3]},{"name":"DISPLAYCONFIG_DESKTOP_IMAGE_INFO","features":[54,3]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_ADAPTER_NAME","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_MONITOR_SPECIALIZATION","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SDR_WHITE_LEVEL","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SOURCE_NAME","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SUPPORT_VIRTUAL_RESOLUTION","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_BASE_TYPE","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_PREFERRED_MODE","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_HEADER","features":[54,3]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_ADVANCED_COLOR_STATE","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_MONITOR_SPECIALIZATION","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_SUPPORT_VIRTUAL_RESOLUTION","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_TARGET_PERSISTENCE","features":[54]},{"name":"DISPLAYCONFIG_DEVICE_INFO_TYPE","features":[54]},{"name":"DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO","features":[54,3,14]},{"name":"DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION","features":[54,3]},{"name":"DISPLAYCONFIG_MODE_INFO","features":[54,3]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE","features":[54]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_DESKTOP_IMAGE","features":[54]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_SOURCE","features":[54]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_TARGET","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPONENT_VIDEO","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPOSITE_VIDEO","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EMBEDDED","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EXTERNAL","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_USB_TUNNEL","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DVI","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_D_JPN","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HD15","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HDMI","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_VIRTUAL","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_WIRED","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INTERNAL","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_LVDS","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_MIRACAST","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_OTHER","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDI","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDTVDONGLE","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SVIDEO","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EMBEDDED","features":[54]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EXTERNAL","features":[54]},{"name":"DISPLAYCONFIG_PATH_INFO","features":[54,3]},{"name":"DISPLAYCONFIG_PATH_SOURCE_INFO","features":[54,3]},{"name":"DISPLAYCONFIG_PATH_TARGET_INFO","features":[54,3]},{"name":"DISPLAYCONFIG_PIXELFORMAT","features":[54]},{"name":"DISPLAYCONFIG_PIXELFORMAT_16BPP","features":[54]},{"name":"DISPLAYCONFIG_PIXELFORMAT_24BPP","features":[54]},{"name":"DISPLAYCONFIG_PIXELFORMAT_32BPP","features":[54]},{"name":"DISPLAYCONFIG_PIXELFORMAT_8BPP","features":[54]},{"name":"DISPLAYCONFIG_PIXELFORMAT_NONGDI","features":[54]},{"name":"DISPLAYCONFIG_RATIONAL","features":[54]},{"name":"DISPLAYCONFIG_ROTATION","features":[54]},{"name":"DISPLAYCONFIG_ROTATION_IDENTITY","features":[54]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE180","features":[54]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE270","features":[54]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE90","features":[54]},{"name":"DISPLAYCONFIG_SCALING","features":[54]},{"name":"DISPLAYCONFIG_SCALING_ASPECTRATIOCENTEREDMAX","features":[54]},{"name":"DISPLAYCONFIG_SCALING_CENTERED","features":[54]},{"name":"DISPLAYCONFIG_SCALING_CUSTOM","features":[54]},{"name":"DISPLAYCONFIG_SCALING_IDENTITY","features":[54]},{"name":"DISPLAYCONFIG_SCALING_PREFERRED","features":[54]},{"name":"DISPLAYCONFIG_SCALING_STRETCHED","features":[54]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING","features":[54]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED","features":[54]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_LOWERFIELDFIRST","features":[54]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_UPPERFIELDFIRST","features":[54]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_PROGRESSIVE","features":[54]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_UNSPECIFIED","features":[54]},{"name":"DISPLAYCONFIG_SDR_WHITE_LEVEL","features":[54,3]},{"name":"DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE","features":[54,3]},{"name":"DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION","features":[54,3]},{"name":"DISPLAYCONFIG_SET_TARGET_PERSISTENCE","features":[54,3]},{"name":"DISPLAYCONFIG_SOURCE_DEVICE_NAME","features":[54,3]},{"name":"DISPLAYCONFIG_SOURCE_MODE","features":[54,3]},{"name":"DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION","features":[54,3]},{"name":"DISPLAYCONFIG_TARGET_BASE_TYPE","features":[54,3]},{"name":"DISPLAYCONFIG_TARGET_DEVICE_NAME","features":[54,3]},{"name":"DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS","features":[54]},{"name":"DISPLAYCONFIG_TARGET_MODE","features":[54]},{"name":"DISPLAYCONFIG_TARGET_PREFERRED_MODE","features":[54,3]},{"name":"DISPLAYCONFIG_TOPOLOGY_CLONE","features":[54]},{"name":"DISPLAYCONFIG_TOPOLOGY_EXTEND","features":[54]},{"name":"DISPLAYCONFIG_TOPOLOGY_EXTERNAL","features":[54]},{"name":"DISPLAYCONFIG_TOPOLOGY_ID","features":[54]},{"name":"DISPLAYCONFIG_TOPOLOGY_INTERNAL","features":[54]},{"name":"DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY","features":[54]},{"name":"DISPLAYCONFIG_VIDEO_SIGNAL_INFO","features":[54]},{"name":"DISPLAYPOLICY_AC","features":[54]},{"name":"DISPLAYPOLICY_DC","features":[54]},{"name":"DISPLAY_BRIGHTNESS","features":[54]},{"name":"DM_DEFAULT","features":[54]},{"name":"DM_MONOCHROME","features":[54]},{"name":"DN_ACCELERATION_LEVEL","features":[54]},{"name":"DN_ASSOCIATE_WINDOW","features":[54]},{"name":"DN_COMPOSITION_CHANGED","features":[54]},{"name":"DN_DEVICE_ORIGIN","features":[54]},{"name":"DN_DRAWING_BEGIN","features":[54]},{"name":"DN_DRAWING_BEGIN_APIBITMAP","features":[54]},{"name":"DN_SLEEP_MODE","features":[54]},{"name":"DN_SURFOBJ_DESTRUCTION","features":[54]},{"name":"DRD_ERROR","features":[54]},{"name":"DRD_SUCCESS","features":[54]},{"name":"DRH_APIBITMAP","features":[54]},{"name":"DRH_APIBITMAPDATA","features":[54,3]},{"name":"DRIVEROBJ","features":[54,3]},{"name":"DRVENABLEDATA","features":[54]},{"name":"DRVFN","features":[54]},{"name":"DRVQUERY_USERMODE","features":[54]},{"name":"DSI_CHECKSUM_ERROR_CORRECTED","features":[54]},{"name":"DSI_CHECKSUM_ERROR_NOT_CORRECTED","features":[54]},{"name":"DSI_CONTENTION_DETECTED","features":[54]},{"name":"DSI_CONTROL_TRANSMISSION_MODE","features":[54]},{"name":"DSI_DSI_DATA_TYPE_NOT_RECOGNIZED","features":[54]},{"name":"DSI_DSI_PROTOCOL_VIOLATION","features":[54]},{"name":"DSI_DSI_VC_ID_INVALID","features":[54]},{"name":"DSI_EOT_SYNC_ERROR","features":[54]},{"name":"DSI_ESCAPE_MODE_ENTRY_COMMAND_ERROR","features":[54]},{"name":"DSI_FALSE_CONTROL_ERROR","features":[54]},{"name":"DSI_INVALID_PACKET_INDEX","features":[54]},{"name":"DSI_INVALID_TRANSMISSION_LENGTH","features":[54]},{"name":"DSI_LONG_PACKET_PAYLOAD_CHECKSUM_ERROR","features":[54]},{"name":"DSI_LOW_POWER_TRANSMIT_SYNC_ERROR","features":[54]},{"name":"DSI_PACKET_EMBEDDED_PAYLOAD_SIZE","features":[54]},{"name":"DSI_PERIPHERAL_TIMEOUT_ERROR","features":[54]},{"name":"DSI_SOT_ERROR","features":[54]},{"name":"DSI_SOT_SYNC_ERROR","features":[54]},{"name":"DSS_FLUSH_EVENT","features":[54]},{"name":"DSS_RESERVED","features":[54]},{"name":"DSS_RESERVED1","features":[54]},{"name":"DSS_RESERVED2","features":[54]},{"name":"DSS_TIMER_EVENT","features":[54]},{"name":"DXGK_WIN32K_PARAM_DATA","features":[54]},{"name":"DXGK_WIN32K_PARAM_FLAG_DISABLEVIEW","features":[54]},{"name":"DXGK_WIN32K_PARAM_FLAG_MODESWITCH","features":[54]},{"name":"DXGK_WIN32K_PARAM_FLAG_UPDATEREGISTRY","features":[54]},{"name":"DegaussMonitor","features":[54,3]},{"name":"DestroyPhysicalMonitor","features":[54,3]},{"name":"DestroyPhysicalMonitors","features":[54,3]},{"name":"DisplayConfigGetDeviceInfo","features":[54,3]},{"name":"DisplayConfigSetDeviceInfo","features":[54,3]},{"name":"DisplayMode","features":[54,3,14]},{"name":"DisplayModes","features":[54,3,14]},{"name":"ECS_REDRAW","features":[54]},{"name":"ECS_TEARDOWN","features":[54]},{"name":"ED_ABORTDOC","features":[54]},{"name":"EHN_ERROR","features":[54]},{"name":"EHN_RESTORED","features":[54]},{"name":"EMFINFO","features":[54,14]},{"name":"ENDCAP_BUTT","features":[54]},{"name":"ENDCAP_ROUND","features":[54]},{"name":"ENDCAP_SQUARE","features":[54]},{"name":"ENGSAFESEMAPHORE","features":[54]},{"name":"ENG_DEVICE_ATTRIBUTE","features":[54]},{"name":"ENG_EVENT","features":[54]},{"name":"ENG_FNT_CACHE_READ_FAULT","features":[54]},{"name":"ENG_FNT_CACHE_WRITE_FAULT","features":[54]},{"name":"ENG_SYSTEM_ATTRIBUTE","features":[54]},{"name":"ENG_TIME_FIELDS","features":[54]},{"name":"ENUMRECTS","features":[54,3]},{"name":"EngAcquireSemaphore","features":[54]},{"name":"EngAlphaBlend","features":[54,3,14]},{"name":"EngAssociateSurface","features":[54,3]},{"name":"EngBitBlt","features":[54,3]},{"name":"EngCheckAbort","features":[54,3]},{"name":"EngComputeGlyphSet","features":[54]},{"name":"EngCopyBits","features":[54,3]},{"name":"EngCreateBitmap","features":[54,3,14]},{"name":"EngCreateClip","features":[54,3]},{"name":"EngCreateDeviceBitmap","features":[54,3,14]},{"name":"EngCreateDeviceSurface","features":[54,3]},{"name":"EngCreatePalette","features":[54,14]},{"name":"EngCreateSemaphore","features":[54]},{"name":"EngDeleteClip","features":[54,3]},{"name":"EngDeletePalette","features":[54,3,14]},{"name":"EngDeletePath","features":[54]},{"name":"EngDeleteSemaphore","features":[54]},{"name":"EngDeleteSurface","features":[54,3]},{"name":"EngEraseSurface","features":[54,3]},{"name":"EngFillPath","features":[54,3]},{"name":"EngFindResource","features":[54,3]},{"name":"EngFreeModule","features":[54,3]},{"name":"EngGetCurrentCodePage","features":[54]},{"name":"EngGetDriverName","features":[54]},{"name":"EngGetPrinterDataFileName","features":[54]},{"name":"EngGradientFill","features":[54,3,14]},{"name":"EngLineTo","features":[54,3]},{"name":"EngLoadModule","features":[54,3]},{"name":"EngLockSurface","features":[54,3]},{"name":"EngMarkBandingSurface","features":[54,3]},{"name":"EngMultiByteToUnicodeN","features":[54]},{"name":"EngMultiByteToWideChar","features":[54]},{"name":"EngNumberOfProcessors","features":[54]},{"name":"EngOptimumAvailableSystemMemory","features":[54]},{"name":"EngOptimumAvailableUserMemory","features":[54]},{"name":"EngPaint","features":[54,3]},{"name":"EngPlgBlt","features":[54,3,14]},{"name":"EngProcessorFeature","features":[54]},{"name":"EngQueryEMFInfo","features":[54,3,14]},{"name":"EngQueryLocalTime","features":[54]},{"name":"EngReleaseSemaphore","features":[54]},{"name":"EngStretchBlt","features":[54,3,14]},{"name":"EngStretchBltROP","features":[54,3,14]},{"name":"EngStrokeAndFillPath","features":[54,3]},{"name":"EngStrokePath","features":[54,3]},{"name":"EngTextOut","features":[54,3]},{"name":"EngTransparentBlt","features":[54,3]},{"name":"EngUnicodeToMultiByteN","features":[54]},{"name":"EngUnlockSurface","features":[54,3]},{"name":"EngWideCharToMultiByte","features":[54]},{"name":"FC_COMPLEX","features":[54]},{"name":"FC_RECT","features":[54]},{"name":"FC_RECT4","features":[54]},{"name":"FDM_TYPE_BM_SIDE_CONST","features":[54]},{"name":"FDM_TYPE_CHAR_INC_EQUAL_BM_BASE","features":[54]},{"name":"FDM_TYPE_CONST_BEARINGS","features":[54]},{"name":"FDM_TYPE_MAXEXT_EQUAL_BM_SIDE","features":[54]},{"name":"FDM_TYPE_ZERO_BEARINGS","features":[54]},{"name":"FD_DEVICEMETRICS","features":[54,3]},{"name":"FD_ERROR","features":[54]},{"name":"FD_GLYPHATTR","features":[54]},{"name":"FD_GLYPHSET","features":[54]},{"name":"FD_KERNINGPAIR","features":[54]},{"name":"FD_LIGATURE","features":[54]},{"name":"FD_NEGATIVE_FONT","features":[54]},{"name":"FD_XFORM","features":[54]},{"name":"FD_XFORM","features":[54]},{"name":"FF_IGNORED_SIGNATURE","features":[54]},{"name":"FF_SIGNATURE_VERIFIED","features":[54]},{"name":"FLOATOBJ","features":[54]},{"name":"FLOATOBJ_XFORM","features":[54]},{"name":"FLOATOBJ_XFORM","features":[54]},{"name":"FLOAT_LONG","features":[54]},{"name":"FLOAT_LONG","features":[54]},{"name":"FL_NONPAGED_MEMORY","features":[54]},{"name":"FL_NON_SESSION","features":[54]},{"name":"FL_ZERO_MEMORY","features":[54]},{"name":"FM_EDITABLE_EMBED","features":[54]},{"name":"FM_INFO_16BPP","features":[54]},{"name":"FM_INFO_1BPP","features":[54]},{"name":"FM_INFO_24BPP","features":[54]},{"name":"FM_INFO_32BPP","features":[54]},{"name":"FM_INFO_4BPP","features":[54]},{"name":"FM_INFO_8BPP","features":[54]},{"name":"FM_INFO_90DEGREE_ROTATIONS","features":[54]},{"name":"FM_INFO_ANISOTROPIC_SCALING_ONLY","features":[54]},{"name":"FM_INFO_ARB_XFORMS","features":[54]},{"name":"FM_INFO_CONSTANT_WIDTH","features":[54]},{"name":"FM_INFO_DBCS_FIXED_PITCH","features":[54]},{"name":"FM_INFO_DO_NOT_ENUMERATE","features":[54]},{"name":"FM_INFO_DSIG","features":[54]},{"name":"FM_INFO_FAMILY_EQUIV","features":[54]},{"name":"FM_INFO_IGNORE_TC_RA_ABLE","features":[54]},{"name":"FM_INFO_INTEGER_WIDTH","features":[54]},{"name":"FM_INFO_INTEGRAL_SCALING","features":[54]},{"name":"FM_INFO_ISOTROPIC_SCALING_ONLY","features":[54]},{"name":"FM_INFO_NONNEGATIVE_AC","features":[54]},{"name":"FM_INFO_NOT_CONTIGUOUS","features":[54]},{"name":"FM_INFO_OPTICALLY_FIXED_PITCH","features":[54]},{"name":"FM_INFO_RETURNS_BITMAPS","features":[54]},{"name":"FM_INFO_RETURNS_OUTLINES","features":[54]},{"name":"FM_INFO_RETURNS_STROKES","features":[54]},{"name":"FM_INFO_RIGHT_HANDED","features":[54]},{"name":"FM_INFO_TECH_BITMAP","features":[54]},{"name":"FM_INFO_TECH_CFF","features":[54]},{"name":"FM_INFO_TECH_MM","features":[54]},{"name":"FM_INFO_TECH_OUTLINE_NOT_TRUETYPE","features":[54]},{"name":"FM_INFO_TECH_STROKE","features":[54]},{"name":"FM_INFO_TECH_TRUETYPE","features":[54]},{"name":"FM_INFO_TECH_TYPE1","features":[54]},{"name":"FM_NO_EMBEDDING","features":[54]},{"name":"FM_PANOSE_CULTURE_LATIN","features":[54]},{"name":"FM_READONLY_EMBED","features":[54]},{"name":"FM_SEL_BOLD","features":[54]},{"name":"FM_SEL_ITALIC","features":[54]},{"name":"FM_SEL_NEGATIVE","features":[54]},{"name":"FM_SEL_OUTLINED","features":[54]},{"name":"FM_SEL_REGULAR","features":[54]},{"name":"FM_SEL_STRIKEOUT","features":[54]},{"name":"FM_SEL_UNDERSCORE","features":[54]},{"name":"FM_TYPE_LICENSED","features":[54]},{"name":"FM_VERSION_NUMBER","features":[54]},{"name":"FONTDIFF","features":[54,3]},{"name":"FONTINFO","features":[54]},{"name":"FONTOBJ","features":[54,3]},{"name":"FONTOBJ_cGetAllGlyphHandles","features":[54,3]},{"name":"FONTOBJ_cGetGlyphs","features":[54,3]},{"name":"FONTOBJ_pQueryGlyphAttrs","features":[54,3]},{"name":"FONTOBJ_pfdg","features":[54,3]},{"name":"FONTOBJ_pifi","features":[54,3,14]},{"name":"FONTOBJ_pvTrueTypeFontFile","features":[54,3]},{"name":"FONTOBJ_pxoGetXform","features":[54,3]},{"name":"FONTOBJ_vGetInfo","features":[54,3]},{"name":"FONTSIM","features":[54]},{"name":"FONT_IMAGE_INFO","features":[54,55]},{"name":"FO_ATTR_MODE_ROTATE","features":[54]},{"name":"FO_CFF","features":[54]},{"name":"FO_CLEARTYPENATURAL_X","features":[54]},{"name":"FO_CLEARTYPE_X","features":[54]},{"name":"FO_CLEARTYPE_Y","features":[54]},{"name":"FO_DBCS_FONT","features":[54]},{"name":"FO_DEVICE_FONT","features":[54]},{"name":"FO_EM_HEIGHT","features":[54]},{"name":"FO_GLYPHBITS","features":[54]},{"name":"FO_GRAY16","features":[54]},{"name":"FO_HGLYPHS","features":[54]},{"name":"FO_MULTIPLEMASTER","features":[54]},{"name":"FO_NOCLEARTYPE","features":[54]},{"name":"FO_NOGRAY16","features":[54]},{"name":"FO_NOHINTS","features":[54]},{"name":"FO_NO_CHOICE","features":[54]},{"name":"FO_OUTLINE_CAPABLE","features":[54]},{"name":"FO_PATHOBJ","features":[54]},{"name":"FO_POSTSCRIPT","features":[54]},{"name":"FO_SIM_BOLD","features":[54]},{"name":"FO_SIM_ITALIC","features":[54]},{"name":"FO_VERT_FACE","features":[54]},{"name":"FP_ALTERNATEMODE","features":[54]},{"name":"FP_WINDINGMODE","features":[54]},{"name":"FREEOBJPROC","features":[54,3]},{"name":"FSCNTL_SCREEN_INFO","features":[54,55]},{"name":"FSVIDEO_COPY_FRAME_BUFFER","features":[54,55]},{"name":"FSVIDEO_CURSOR_POSITION","features":[54]},{"name":"FSVIDEO_MODE_INFORMATION","features":[54]},{"name":"FSVIDEO_REVERSE_MOUSE_POINTER","features":[54,55]},{"name":"FSVIDEO_SCREEN_INFORMATION","features":[54,55]},{"name":"FSVIDEO_WRITE_TO_FRAME_BUFFER","features":[54,55]},{"name":"GAMMARAMP","features":[54]},{"name":"GAMMA_RAMP_DXGI_1","features":[54]},{"name":"GAMMA_RAMP_RGB","features":[54]},{"name":"GAMMA_RAMP_RGB256x3x16","features":[54]},{"name":"GCAPS2_ACC_DRIVER","features":[54]},{"name":"GCAPS2_ALPHACURSOR","features":[54]},{"name":"GCAPS2_BITMAPEXREUSE","features":[54]},{"name":"GCAPS2_CHANGEGAMMARAMP","features":[54]},{"name":"GCAPS2_CLEARTYPE","features":[54]},{"name":"GCAPS2_EXCLUDELAYERED","features":[54]},{"name":"GCAPS2_ICD_MULTIMON","features":[54]},{"name":"GCAPS2_INCLUDEAPIBITMAPS","features":[54]},{"name":"GCAPS2_JPEGSRC","features":[54]},{"name":"GCAPS2_MOUSETRAILS","features":[54]},{"name":"GCAPS2_PNGSRC","features":[54]},{"name":"GCAPS2_REMOTEDRIVER","features":[54]},{"name":"GCAPS2_RESERVED1","features":[54]},{"name":"GCAPS2_SHOWHIDDENPOINTER","features":[54]},{"name":"GCAPS2_SYNCFLUSH","features":[54]},{"name":"GCAPS2_SYNCTIMER","features":[54]},{"name":"GCAPS2_xxxx","features":[54]},{"name":"GCAPS_ALTERNATEFILL","features":[54]},{"name":"GCAPS_ARBRUSHOPAQUE","features":[54]},{"name":"GCAPS_ARBRUSHTEXT","features":[54]},{"name":"GCAPS_ASYNCCHANGE","features":[54]},{"name":"GCAPS_ASYNCMOVE","features":[54]},{"name":"GCAPS_BEZIERS","features":[54]},{"name":"GCAPS_CMYKCOLOR","features":[54]},{"name":"GCAPS_COLOR_DITHER","features":[54]},{"name":"GCAPS_DIRECTDRAW","features":[54]},{"name":"GCAPS_DITHERONREALIZE","features":[54]},{"name":"GCAPS_DONTJOURNAL","features":[54]},{"name":"GCAPS_FONT_RASTERIZER","features":[54]},{"name":"GCAPS_FORCEDITHER","features":[54]},{"name":"GCAPS_GEOMETRICWIDE","features":[54]},{"name":"GCAPS_GRAY16","features":[54]},{"name":"GCAPS_HALFTONE","features":[54]},{"name":"GCAPS_HIGHRESTEXT","features":[54]},{"name":"GCAPS_HORIZSTRIKE","features":[54]},{"name":"GCAPS_ICM","features":[54]},{"name":"GCAPS_LAYERED","features":[54]},{"name":"GCAPS_MONO_DITHER","features":[54]},{"name":"GCAPS_NO64BITMEMACCESS","features":[54]},{"name":"GCAPS_NUP","features":[54]},{"name":"GCAPS_OPAQUERECT","features":[54]},{"name":"GCAPS_PALMANAGED","features":[54]},{"name":"GCAPS_PANNING","features":[54]},{"name":"GCAPS_SCREENPRECISION","features":[54]},{"name":"GCAPS_VECTORFONT","features":[54]},{"name":"GCAPS_VERTSTRIKE","features":[54]},{"name":"GCAPS_WINDINGFILL","features":[54]},{"name":"GDIINFO","features":[54,3]},{"name":"GDI_DRIVER_VERSION","features":[54]},{"name":"GETCONNECTEDIDS_SOURCE","features":[54]},{"name":"GETCONNECTEDIDS_TARGET","features":[54]},{"name":"GLYPHBITS","features":[54,3]},{"name":"GLYPHDATA","features":[54,3]},{"name":"GLYPHDEF","features":[54,3]},{"name":"GLYPHPOS","features":[54,3]},{"name":"GS_16BIT_HANDLES","features":[54]},{"name":"GS_8BIT_HANDLES","features":[54]},{"name":"GS_UNICODE_HANDLES","features":[54]},{"name":"GUID_DEVINTERFACE_DISPLAY_ADAPTER","features":[54]},{"name":"GUID_DEVINTERFACE_MONITOR","features":[54]},{"name":"GUID_DEVINTERFACE_VIDEO_OUTPUT_ARRIVAL","features":[54]},{"name":"GUID_DISPLAY_DEVICE_ARRIVAL","features":[54]},{"name":"GUID_MONITOR_OVERRIDE_PSEUDO_SPECIALIZED","features":[54]},{"name":"GX_GENERAL","features":[54]},{"name":"GX_IDENTITY","features":[54]},{"name":"GX_OFFSET","features":[54]},{"name":"GX_SCALE","features":[54]},{"name":"GetAutoRotationState","features":[54,3]},{"name":"GetCapabilitiesStringLength","features":[54,3]},{"name":"GetDisplayAutoRotationPreferences","features":[54,3]},{"name":"GetDisplayConfigBufferSizes","features":[54,3]},{"name":"GetMonitorBrightness","features":[54,3]},{"name":"GetMonitorCapabilities","features":[54,3]},{"name":"GetMonitorColorTemperature","features":[54,3]},{"name":"GetMonitorContrast","features":[54,3]},{"name":"GetMonitorDisplayAreaPosition","features":[54,3]},{"name":"GetMonitorDisplayAreaSize","features":[54,3]},{"name":"GetMonitorRedGreenOrBlueDrive","features":[54,3]},{"name":"GetMonitorRedGreenOrBlueGain","features":[54,3]},{"name":"GetMonitorTechnologyType","features":[54,3]},{"name":"GetNumberOfPhysicalMonitorsFromHMONITOR","features":[54,3,14]},{"name":"GetNumberOfPhysicalMonitorsFromIDirect3DDevice9","features":[54]},{"name":"GetPhysicalMonitorsFromHMONITOR","features":[54,3,14]},{"name":"GetPhysicalMonitorsFromIDirect3DDevice9","features":[54,3]},{"name":"GetTimingReport","features":[54,3]},{"name":"GetVCPFeatureAndVCPFeatureReply","features":[54,3]},{"name":"HBM","features":[54]},{"name":"HDEV","features":[54]},{"name":"HDRVOBJ","features":[54]},{"name":"HFASTMUTEX","features":[54]},{"name":"HOOK_ALPHABLEND","features":[54]},{"name":"HOOK_BITBLT","features":[54]},{"name":"HOOK_COPYBITS","features":[54]},{"name":"HOOK_FILLPATH","features":[54]},{"name":"HOOK_FLAGS","features":[54]},{"name":"HOOK_GRADIENTFILL","features":[54]},{"name":"HOOK_LINETO","features":[54]},{"name":"HOOK_MOVEPANNING","features":[54]},{"name":"HOOK_PAINT","features":[54]},{"name":"HOOK_PLGBLT","features":[54]},{"name":"HOOK_STRETCHBLT","features":[54]},{"name":"HOOK_STRETCHBLTROP","features":[54]},{"name":"HOOK_STROKEANDFILLPATH","features":[54]},{"name":"HOOK_STROKEPATH","features":[54]},{"name":"HOOK_SYNCHRONIZE","features":[54]},{"name":"HOOK_SYNCHRONIZEACCESS","features":[54]},{"name":"HOOK_TEXTOUT","features":[54]},{"name":"HOOK_TRANSPARENTBLT","features":[54]},{"name":"HOST_DSI_BAD_TRANSMISSION_MODE","features":[54]},{"name":"HOST_DSI_DEVICE_NOT_READY","features":[54]},{"name":"HOST_DSI_DEVICE_RESET","features":[54]},{"name":"HOST_DSI_DRIVER_REJECTED_PACKET","features":[54]},{"name":"HOST_DSI_INTERFACE_RESET","features":[54]},{"name":"HOST_DSI_INVALID_TRANSMISSION","features":[54]},{"name":"HOST_DSI_OS_REJECTED_PACKET","features":[54]},{"name":"HOST_DSI_TRANSMISSION_CANCELLED","features":[54]},{"name":"HOST_DSI_TRANSMISSION_DROPPED","features":[54]},{"name":"HOST_DSI_TRANSMISSION_TIMEOUT","features":[54]},{"name":"HSEMAPHORE","features":[54]},{"name":"HSURF","features":[54]},{"name":"HS_DDI_MAX","features":[54]},{"name":"HT_FLAG_8BPP_CMY332_MASK","features":[54]},{"name":"HT_FLAG_ADDITIVE_PRIMS","features":[54]},{"name":"HT_FLAG_DO_DEVCLR_XFORM","features":[54]},{"name":"HT_FLAG_HAS_BLACK_DYE","features":[54]},{"name":"HT_FLAG_INK_ABSORPTION_IDX0","features":[54]},{"name":"HT_FLAG_INK_ABSORPTION_IDX1","features":[54]},{"name":"HT_FLAG_INK_ABSORPTION_IDX2","features":[54]},{"name":"HT_FLAG_INK_ABSORPTION_IDX3","features":[54]},{"name":"HT_FLAG_INK_ABSORPTION_INDICES","features":[54]},{"name":"HT_FLAG_INK_HIGH_ABSORPTION","features":[54]},{"name":"HT_FLAG_INVERT_8BPP_BITMASK_IDX","features":[54]},{"name":"HT_FLAG_LOWER_INK_ABSORPTION","features":[54]},{"name":"HT_FLAG_LOWEST_INK_ABSORPTION","features":[54]},{"name":"HT_FLAG_LOW_INK_ABSORPTION","features":[54]},{"name":"HT_FLAG_NORMAL_INK_ABSORPTION","features":[54]},{"name":"HT_FLAG_OUTPUT_CMY","features":[54]},{"name":"HT_FLAG_PRINT_DRAFT_MODE","features":[54]},{"name":"HT_FLAG_SQUARE_DEVICE_PEL","features":[54]},{"name":"HT_FLAG_USE_8BPP_BITMASK","features":[54]},{"name":"HT_FORMAT_16BPP","features":[54]},{"name":"HT_FORMAT_1BPP","features":[54]},{"name":"HT_FORMAT_24BPP","features":[54]},{"name":"HT_FORMAT_32BPP","features":[54]},{"name":"HT_FORMAT_4BPP","features":[54]},{"name":"HT_FORMAT_4BPP_IRGB","features":[54]},{"name":"HT_FORMAT_8BPP","features":[54]},{"name":"HT_Get8BPPFormatPalette","features":[54,14]},{"name":"HT_Get8BPPMaskPalette","features":[54,3,14]},{"name":"HT_PATSIZE_10x10","features":[54]},{"name":"HT_PATSIZE_10x10_M","features":[54]},{"name":"HT_PATSIZE_12x12","features":[54]},{"name":"HT_PATSIZE_12x12_M","features":[54]},{"name":"HT_PATSIZE_14x14","features":[54]},{"name":"HT_PATSIZE_14x14_M","features":[54]},{"name":"HT_PATSIZE_16x16","features":[54]},{"name":"HT_PATSIZE_16x16_M","features":[54]},{"name":"HT_PATSIZE_2x2","features":[54]},{"name":"HT_PATSIZE_2x2_M","features":[54]},{"name":"HT_PATSIZE_4x4","features":[54]},{"name":"HT_PATSIZE_4x4_M","features":[54]},{"name":"HT_PATSIZE_6x6","features":[54]},{"name":"HT_PATSIZE_6x6_M","features":[54]},{"name":"HT_PATSIZE_8x8","features":[54]},{"name":"HT_PATSIZE_8x8_M","features":[54]},{"name":"HT_PATSIZE_DEFAULT","features":[54]},{"name":"HT_PATSIZE_MAX_INDEX","features":[54]},{"name":"HT_PATSIZE_SUPERCELL","features":[54]},{"name":"HT_PATSIZE_SUPERCELL_M","features":[54]},{"name":"HT_PATSIZE_USER","features":[54]},{"name":"HT_USERPAT_CX_MAX","features":[54]},{"name":"HT_USERPAT_CX_MIN","features":[54]},{"name":"HT_USERPAT_CY_MAX","features":[54]},{"name":"HT_USERPAT_CY_MIN","features":[54]},{"name":"ICloneViewHelper","features":[54]},{"name":"IFIEXTRA","features":[54]},{"name":"IFIMETRICS","features":[54,3,14]},{"name":"IFIMETRICS","features":[54,3,14]},{"name":"IGRF_RGB_256BYTES","features":[54]},{"name":"IGRF_RGB_256WORDS","features":[54]},{"name":"INDEX_DrvAccumulateD3DDirtyRect","features":[54]},{"name":"INDEX_DrvAlphaBlend","features":[54]},{"name":"INDEX_DrvAssertMode","features":[54]},{"name":"INDEX_DrvAssociateSharedSurface","features":[54]},{"name":"INDEX_DrvBitBlt","features":[54]},{"name":"INDEX_DrvCompletePDEV","features":[54]},{"name":"INDEX_DrvCopyBits","features":[54]},{"name":"INDEX_DrvCreateDeviceBitmap","features":[54]},{"name":"INDEX_DrvCreateDeviceBitmapEx","features":[54]},{"name":"INDEX_DrvDeleteDeviceBitmap","features":[54]},{"name":"INDEX_DrvDeleteDeviceBitmapEx","features":[54]},{"name":"INDEX_DrvDeriveSurface","features":[54]},{"name":"INDEX_DrvDescribePixelFormat","features":[54]},{"name":"INDEX_DrvDestroyFont","features":[54]},{"name":"INDEX_DrvDisableDirectDraw","features":[54]},{"name":"INDEX_DrvDisableDriver","features":[54]},{"name":"INDEX_DrvDisablePDEV","features":[54]},{"name":"INDEX_DrvDisableSurface","features":[54]},{"name":"INDEX_DrvDitherColor","features":[54]},{"name":"INDEX_DrvDrawEscape","features":[54]},{"name":"INDEX_DrvEnableDirectDraw","features":[54]},{"name":"INDEX_DrvEnablePDEV","features":[54]},{"name":"INDEX_DrvEnableSurface","features":[54]},{"name":"INDEX_DrvEndDoc","features":[54]},{"name":"INDEX_DrvEndDxInterop","features":[54]},{"name":"INDEX_DrvEscape","features":[54]},{"name":"INDEX_DrvFillPath","features":[54]},{"name":"INDEX_DrvFontManagement","features":[54]},{"name":"INDEX_DrvFree","features":[54]},{"name":"INDEX_DrvGetDirectDrawInfo","features":[54]},{"name":"INDEX_DrvGetGlyphMode","features":[54]},{"name":"INDEX_DrvGetModes","features":[54]},{"name":"INDEX_DrvGetSynthesizedFontFiles","features":[54]},{"name":"INDEX_DrvGetTrueTypeFile","features":[54]},{"name":"INDEX_DrvGradientFill","features":[54]},{"name":"INDEX_DrvIcmCheckBitmapBits","features":[54]},{"name":"INDEX_DrvIcmCreateColorTransform","features":[54]},{"name":"INDEX_DrvIcmDeleteColorTransform","features":[54]},{"name":"INDEX_DrvIcmSetDeviceGammaRamp","features":[54]},{"name":"INDEX_DrvLineTo","features":[54]},{"name":"INDEX_DrvLoadFontFile","features":[54]},{"name":"INDEX_DrvLockDisplayArea","features":[54]},{"name":"INDEX_DrvMovePanning","features":[54]},{"name":"INDEX_DrvMovePointer","features":[54]},{"name":"INDEX_DrvNextBand","features":[54]},{"name":"INDEX_DrvNotify","features":[54]},{"name":"INDEX_DrvOffset","features":[54]},{"name":"INDEX_DrvPaint","features":[54]},{"name":"INDEX_DrvPlgBlt","features":[54]},{"name":"INDEX_DrvQueryAdvanceWidths","features":[54]},{"name":"INDEX_DrvQueryDeviceSupport","features":[54]},{"name":"INDEX_DrvQueryFont","features":[54]},{"name":"INDEX_DrvQueryFontCaps","features":[54]},{"name":"INDEX_DrvQueryFontData","features":[54]},{"name":"INDEX_DrvQueryFontFile","features":[54]},{"name":"INDEX_DrvQueryFontTree","features":[54]},{"name":"INDEX_DrvQueryGlyphAttrs","features":[54]},{"name":"INDEX_DrvQueryPerBandInfo","features":[54]},{"name":"INDEX_DrvQuerySpoolType","features":[54]},{"name":"INDEX_DrvQueryTrueTypeOutline","features":[54]},{"name":"INDEX_DrvQueryTrueTypeTable","features":[54]},{"name":"INDEX_DrvRealizeBrush","features":[54]},{"name":"INDEX_DrvRenderHint","features":[54]},{"name":"INDEX_DrvReserved1","features":[54]},{"name":"INDEX_DrvReserved10","features":[54]},{"name":"INDEX_DrvReserved11","features":[54]},{"name":"INDEX_DrvReserved2","features":[54]},{"name":"INDEX_DrvReserved3","features":[54]},{"name":"INDEX_DrvReserved4","features":[54]},{"name":"INDEX_DrvReserved5","features":[54]},{"name":"INDEX_DrvReserved6","features":[54]},{"name":"INDEX_DrvReserved7","features":[54]},{"name":"INDEX_DrvReserved8","features":[54]},{"name":"INDEX_DrvReserved9","features":[54]},{"name":"INDEX_DrvResetDevice","features":[54]},{"name":"INDEX_DrvResetPDEV","features":[54]},{"name":"INDEX_DrvSaveScreenBits","features":[54]},{"name":"INDEX_DrvSendPage","features":[54]},{"name":"INDEX_DrvSetPalette","features":[54]},{"name":"INDEX_DrvSetPixelFormat","features":[54]},{"name":"INDEX_DrvSetPointerShape","features":[54]},{"name":"INDEX_DrvStartBanding","features":[54]},{"name":"INDEX_DrvStartDoc","features":[54]},{"name":"INDEX_DrvStartDxInterop","features":[54]},{"name":"INDEX_DrvStartPage","features":[54]},{"name":"INDEX_DrvStretchBlt","features":[54]},{"name":"INDEX_DrvStretchBltROP","features":[54]},{"name":"INDEX_DrvStrokeAndFillPath","features":[54]},{"name":"INDEX_DrvStrokePath","features":[54]},{"name":"INDEX_DrvSurfaceComplete","features":[54]},{"name":"INDEX_DrvSwapBuffers","features":[54]},{"name":"INDEX_DrvSynchronize","features":[54]},{"name":"INDEX_DrvSynchronizeRedirectionBitmaps","features":[54]},{"name":"INDEX_DrvSynchronizeSurface","features":[54]},{"name":"INDEX_DrvSynthesizeFont","features":[54]},{"name":"INDEX_DrvTextOut","features":[54]},{"name":"INDEX_DrvTransparentBlt","features":[54]},{"name":"INDEX_DrvUnloadFontFile","features":[54]},{"name":"INDEX_DrvUnlockDisplayArea","features":[54]},{"name":"INDEX_LAST","features":[54]},{"name":"INDIRECT_DISPLAY_INFO","features":[54,3]},{"name":"INDIRECT_DISPLAY_INFO_FLAGS_CREATED_IDDCX_ADAPTER","features":[54]},{"name":"IOCTL_COLORSPACE_TRANSFORM_QUERY_TARGET_CAPS","features":[54]},{"name":"IOCTL_COLORSPACE_TRANSFORM_SET","features":[54]},{"name":"IOCTL_FSVIDEO_COPY_FRAME_BUFFER","features":[54]},{"name":"IOCTL_FSVIDEO_REVERSE_MOUSE_POINTER","features":[54]},{"name":"IOCTL_FSVIDEO_SET_CURRENT_MODE","features":[54]},{"name":"IOCTL_FSVIDEO_SET_CURSOR_POSITION","features":[54]},{"name":"IOCTL_FSVIDEO_SET_SCREEN_INFORMATION","features":[54]},{"name":"IOCTL_FSVIDEO_WRITE_TO_FRAME_BUFFER","features":[54]},{"name":"IOCTL_MIPI_DSI_QUERY_CAPS","features":[54]},{"name":"IOCTL_MIPI_DSI_RESET","features":[54]},{"name":"IOCTL_MIPI_DSI_TRANSMISSION","features":[54]},{"name":"IOCTL_PANEL_GET_BACKLIGHT_REDUCTION","features":[54]},{"name":"IOCTL_PANEL_GET_BRIGHTNESS","features":[54]},{"name":"IOCTL_PANEL_GET_MANUFACTURING_MODE","features":[54]},{"name":"IOCTL_PANEL_QUERY_BRIGHTNESS_CAPS","features":[54]},{"name":"IOCTL_PANEL_QUERY_BRIGHTNESS_RANGES","features":[54]},{"name":"IOCTL_PANEL_SET_BACKLIGHT_OPTIMIZATION","features":[54]},{"name":"IOCTL_PANEL_SET_BRIGHTNESS","features":[54]},{"name":"IOCTL_PANEL_SET_BRIGHTNESS_STATE","features":[54]},{"name":"IOCTL_SET_ACTIVE_COLOR_PROFILE_NAME","features":[54]},{"name":"IOCTL_VIDEO_DISABLE_CURSOR","features":[54]},{"name":"IOCTL_VIDEO_DISABLE_POINTER","features":[54]},{"name":"IOCTL_VIDEO_DISABLE_VDM","features":[54]},{"name":"IOCTL_VIDEO_ENABLE_CURSOR","features":[54]},{"name":"IOCTL_VIDEO_ENABLE_POINTER","features":[54]},{"name":"IOCTL_VIDEO_ENABLE_VDM","features":[54]},{"name":"IOCTL_VIDEO_ENUM_MONITOR_PDO","features":[54]},{"name":"IOCTL_VIDEO_FREE_PUBLIC_ACCESS_RANGES","features":[54]},{"name":"IOCTL_VIDEO_GET_BANK_SELECT_CODE","features":[54]},{"name":"IOCTL_VIDEO_GET_CHILD_STATE","features":[54]},{"name":"IOCTL_VIDEO_GET_OUTPUT_DEVICE_POWER_STATE","features":[54]},{"name":"IOCTL_VIDEO_GET_POWER_MANAGEMENT","features":[54]},{"name":"IOCTL_VIDEO_HANDLE_VIDEOPARAMETERS","features":[54]},{"name":"IOCTL_VIDEO_INIT_WIN32K_CALLBACKS","features":[54]},{"name":"IOCTL_VIDEO_IS_VGA_DEVICE","features":[54]},{"name":"IOCTL_VIDEO_LOAD_AND_SET_FONT","features":[54]},{"name":"IOCTL_VIDEO_MAP_VIDEO_MEMORY","features":[54]},{"name":"IOCTL_VIDEO_MONITOR_DEVICE","features":[54]},{"name":"IOCTL_VIDEO_PREPARE_FOR_EARECOVERY","features":[54]},{"name":"IOCTL_VIDEO_QUERY_AVAIL_MODES","features":[54]},{"name":"IOCTL_VIDEO_QUERY_COLOR_CAPABILITIES","features":[54]},{"name":"IOCTL_VIDEO_QUERY_CURRENT_MODE","features":[54]},{"name":"IOCTL_VIDEO_QUERY_CURSOR_ATTR","features":[54]},{"name":"IOCTL_VIDEO_QUERY_CURSOR_POSITION","features":[54]},{"name":"IOCTL_VIDEO_QUERY_DISPLAY_BRIGHTNESS","features":[54]},{"name":"IOCTL_VIDEO_QUERY_NUM_AVAIL_MODES","features":[54]},{"name":"IOCTL_VIDEO_QUERY_POINTER_ATTR","features":[54]},{"name":"IOCTL_VIDEO_QUERY_POINTER_CAPABILITIES","features":[54]},{"name":"IOCTL_VIDEO_QUERY_POINTER_POSITION","features":[54]},{"name":"IOCTL_VIDEO_QUERY_PUBLIC_ACCESS_RANGES","features":[54]},{"name":"IOCTL_VIDEO_QUERY_SUPPORTED_BRIGHTNESS","features":[54]},{"name":"IOCTL_VIDEO_REGISTER_VDM","features":[54]},{"name":"IOCTL_VIDEO_RESET_DEVICE","features":[54]},{"name":"IOCTL_VIDEO_RESTORE_HARDWARE_STATE","features":[54]},{"name":"IOCTL_VIDEO_SAVE_HARDWARE_STATE","features":[54]},{"name":"IOCTL_VIDEO_SET_BANK_POSITION","features":[54]},{"name":"IOCTL_VIDEO_SET_CHILD_STATE_CONFIGURATION","features":[54]},{"name":"IOCTL_VIDEO_SET_COLOR_LUT_DATA","features":[54]},{"name":"IOCTL_VIDEO_SET_COLOR_REGISTERS","features":[54]},{"name":"IOCTL_VIDEO_SET_CURRENT_MODE","features":[54]},{"name":"IOCTL_VIDEO_SET_CURSOR_ATTR","features":[54]},{"name":"IOCTL_VIDEO_SET_CURSOR_POSITION","features":[54]},{"name":"IOCTL_VIDEO_SET_DISPLAY_BRIGHTNESS","features":[54]},{"name":"IOCTL_VIDEO_SET_OUTPUT_DEVICE_POWER_STATE","features":[54]},{"name":"IOCTL_VIDEO_SET_PALETTE_REGISTERS","features":[54]},{"name":"IOCTL_VIDEO_SET_POINTER_ATTR","features":[54]},{"name":"IOCTL_VIDEO_SET_POINTER_POSITION","features":[54]},{"name":"IOCTL_VIDEO_SET_POWER_MANAGEMENT","features":[54]},{"name":"IOCTL_VIDEO_SHARE_VIDEO_MEMORY","features":[54]},{"name":"IOCTL_VIDEO_SWITCH_DUALVIEW","features":[54]},{"name":"IOCTL_VIDEO_UNMAP_VIDEO_MEMORY","features":[54]},{"name":"IOCTL_VIDEO_UNSHARE_VIDEO_MEMORY","features":[54]},{"name":"IOCTL_VIDEO_USE_DEVICE_IN_SESSION","features":[54]},{"name":"IOCTL_VIDEO_VALIDATE_CHILD_STATE_CONFIGURATION","features":[54]},{"name":"IViewHelper","features":[54]},{"name":"JOIN_BEVEL","features":[54]},{"name":"JOIN_MITER","features":[54]},{"name":"JOIN_ROUND","features":[54]},{"name":"LA_ALTERNATE","features":[54]},{"name":"LA_GEOMETRIC","features":[54]},{"name":"LA_STARTGAP","features":[54]},{"name":"LA_STYLED","features":[54]},{"name":"LIGATURE","features":[54]},{"name":"LINEATTRS","features":[54]},{"name":"LINEATTRS","features":[54]},{"name":"MAXCHARSETS","features":[54]},{"name":"MAX_PACKET_COUNT","features":[54]},{"name":"MC_APERTURE_GRILL_CATHODE_RAY_TUBE","features":[54]},{"name":"MC_BLUE_DRIVE","features":[54]},{"name":"MC_BLUE_GAIN","features":[54]},{"name":"MC_CAPS_BRIGHTNESS","features":[54]},{"name":"MC_CAPS_COLOR_TEMPERATURE","features":[54]},{"name":"MC_CAPS_CONTRAST","features":[54]},{"name":"MC_CAPS_DEGAUSS","features":[54]},{"name":"MC_CAPS_DISPLAY_AREA_POSITION","features":[54]},{"name":"MC_CAPS_DISPLAY_AREA_SIZE","features":[54]},{"name":"MC_CAPS_MONITOR_TECHNOLOGY_TYPE","features":[54]},{"name":"MC_CAPS_NONE","features":[54]},{"name":"MC_CAPS_RED_GREEN_BLUE_DRIVE","features":[54]},{"name":"MC_CAPS_RED_GREEN_BLUE_GAIN","features":[54]},{"name":"MC_CAPS_RESTORE_FACTORY_COLOR_DEFAULTS","features":[54]},{"name":"MC_CAPS_RESTORE_FACTORY_DEFAULTS","features":[54]},{"name":"MC_COLOR_TEMPERATURE","features":[54]},{"name":"MC_COLOR_TEMPERATURE_10000K","features":[54]},{"name":"MC_COLOR_TEMPERATURE_11500K","features":[54]},{"name":"MC_COLOR_TEMPERATURE_4000K","features":[54]},{"name":"MC_COLOR_TEMPERATURE_5000K","features":[54]},{"name":"MC_COLOR_TEMPERATURE_6500K","features":[54]},{"name":"MC_COLOR_TEMPERATURE_7500K","features":[54]},{"name":"MC_COLOR_TEMPERATURE_8200K","features":[54]},{"name":"MC_COLOR_TEMPERATURE_9300K","features":[54]},{"name":"MC_COLOR_TEMPERATURE_UNKNOWN","features":[54]},{"name":"MC_DISPLAY_TECHNOLOGY_TYPE","features":[54]},{"name":"MC_DRIVE_TYPE","features":[54]},{"name":"MC_ELECTROLUMINESCENT","features":[54]},{"name":"MC_FIELD_EMISSION_DEVICE","features":[54]},{"name":"MC_GAIN_TYPE","features":[54]},{"name":"MC_GREEN_DRIVE","features":[54]},{"name":"MC_GREEN_GAIN","features":[54]},{"name":"MC_HEIGHT","features":[54]},{"name":"MC_HORIZONTAL_POSITION","features":[54]},{"name":"MC_LIQUID_CRYSTAL_ON_SILICON","features":[54]},{"name":"MC_MICROELECTROMECHANICAL","features":[54]},{"name":"MC_MOMENTARY","features":[54]},{"name":"MC_ORGANIC_LIGHT_EMITTING_DIODE","features":[54]},{"name":"MC_PLASMA","features":[54]},{"name":"MC_POSITION_TYPE","features":[54]},{"name":"MC_RED_DRIVE","features":[54]},{"name":"MC_RED_GAIN","features":[54]},{"name":"MC_RESTORE_FACTORY_DEFAULTS_ENABLES_MONITOR_SETTINGS","features":[54]},{"name":"MC_SET_PARAMETER","features":[54]},{"name":"MC_SHADOW_MASK_CATHODE_RAY_TUBE","features":[54]},{"name":"MC_SIZE_TYPE","features":[54]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_10000K","features":[54]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_11500K","features":[54]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_4000K","features":[54]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_5000K","features":[54]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_6500K","features":[54]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_7500K","features":[54]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_8200K","features":[54]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_9300K","features":[54]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_NONE","features":[54]},{"name":"MC_THIN_FILM_TRANSISTOR","features":[54]},{"name":"MC_TIMING_REPORT","features":[54]},{"name":"MC_VCP_CODE_TYPE","features":[54]},{"name":"MC_VERTICAL_POSITION","features":[54]},{"name":"MC_WIDTH","features":[54]},{"name":"MIPI_DSI_CAPS","features":[54]},{"name":"MIPI_DSI_PACKET","features":[54]},{"name":"MIPI_DSI_RESET","features":[54]},{"name":"MIPI_DSI_TRANSMISSION","features":[54]},{"name":"MS_CDDDEVICEBITMAP","features":[54]},{"name":"MS_NOTSYSTEMMEMORY","features":[54]},{"name":"MS_REUSEDDEVICEBITMAP","features":[54]},{"name":"MS_SHAREDACCESS","features":[54]},{"name":"NumVideoBankTypes","features":[54]},{"name":"OC_BANK_CLIP","features":[54]},{"name":"OPENGL_CMD","features":[54]},{"name":"OPENGL_GETINFO","features":[54]},{"name":"ORIENTATION_PREFERENCE","features":[54]},{"name":"ORIENTATION_PREFERENCE_LANDSCAPE","features":[54]},{"name":"ORIENTATION_PREFERENCE_LANDSCAPE_FLIPPED","features":[54]},{"name":"ORIENTATION_PREFERENCE_NONE","features":[54]},{"name":"ORIENTATION_PREFERENCE_PORTRAIT","features":[54]},{"name":"ORIENTATION_PREFERENCE_PORTRAIT_FLIPPED","features":[54]},{"name":"OUTPUT_COLOR_ENCODING","features":[54]},{"name":"OUTPUT_COLOR_ENCODING_INTENSITY","features":[54]},{"name":"OUTPUT_COLOR_ENCODING_RGB","features":[54]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR420","features":[54]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR422","features":[54]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR444","features":[54]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020","features":[54]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_DVLL","features":[54]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_HDR10PLUS","features":[54]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P2020","features":[54]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P709","features":[54]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P709_WCG","features":[54]},{"name":"OUTPUT_WIRE_COLOR_SPACE_RESERVED","features":[54]},{"name":"OUTPUT_WIRE_COLOR_SPACE_TYPE","features":[54]},{"name":"OUTPUT_WIRE_FORMAT","features":[54]},{"name":"PALOBJ","features":[54]},{"name":"PAL_BGR","features":[54]},{"name":"PAL_BITFIELDS","features":[54]},{"name":"PAL_CMYK","features":[54]},{"name":"PAL_INDEXED","features":[54]},{"name":"PAL_RGB","features":[54]},{"name":"PANEL_BRIGHTNESS_SENSOR_DATA","features":[54]},{"name":"PANEL_GET_BACKLIGHT_REDUCTION","features":[54]},{"name":"PANEL_GET_BRIGHTNESS","features":[54]},{"name":"PANEL_QUERY_BRIGHTNESS_CAPS","features":[54]},{"name":"PANEL_QUERY_BRIGHTNESS_RANGES","features":[54]},{"name":"PANEL_SET_BACKLIGHT_OPTIMIZATION","features":[54]},{"name":"PANEL_SET_BRIGHTNESS","features":[54]},{"name":"PANEL_SET_BRIGHTNESS_STATE","features":[54]},{"name":"PATHDATA","features":[54]},{"name":"PATHOBJ","features":[54]},{"name":"PATHOBJ_bEnum","features":[54,3]},{"name":"PATHOBJ_bEnumClipLines","features":[54,3]},{"name":"PATHOBJ_vEnumStart","features":[54]},{"name":"PATHOBJ_vEnumStartClipLines","features":[54,3]},{"name":"PATHOBJ_vGetBounds","features":[54]},{"name":"PD_BEGINSUBPATH","features":[54]},{"name":"PD_BEZIERS","features":[54]},{"name":"PD_CLOSEFIGURE","features":[54]},{"name":"PD_ENDSUBPATH","features":[54]},{"name":"PD_RESETSTYLE","features":[54]},{"name":"PERBANDINFO","features":[54,3]},{"name":"PFN","features":[54]},{"name":"PFN_DrvAccumulateD3DDirtyRect","features":[54,3]},{"name":"PFN_DrvAlphaBlend","features":[54,3,14]},{"name":"PFN_DrvAssertMode","features":[54,3]},{"name":"PFN_DrvAssociateSharedSurface","features":[54,3]},{"name":"PFN_DrvBitBlt","features":[54,3]},{"name":"PFN_DrvCompletePDEV","features":[54]},{"name":"PFN_DrvCopyBits","features":[54,3]},{"name":"PFN_DrvCreateDeviceBitmap","features":[54,3,14]},{"name":"PFN_DrvCreateDeviceBitmapEx","features":[54,3,14]},{"name":"PFN_DrvDeleteDeviceBitmap","features":[54]},{"name":"PFN_DrvDeleteDeviceBitmapEx","features":[54]},{"name":"PFN_DrvDeriveSurface","features":[54,3,13,14]},{"name":"PFN_DrvDescribePixelFormat","features":[54,56]},{"name":"PFN_DrvDestroyFont","features":[54,3]},{"name":"PFN_DrvDisableDirectDraw","features":[54]},{"name":"PFN_DrvDisableDriver","features":[54]},{"name":"PFN_DrvDisablePDEV","features":[54]},{"name":"PFN_DrvDisableSurface","features":[54]},{"name":"PFN_DrvDitherColor","features":[54]},{"name":"PFN_DrvDrawEscape","features":[54,3]},{"name":"PFN_DrvEnableDirectDraw","features":[54,3,13,14]},{"name":"PFN_DrvEnableDriver","features":[54,3]},{"name":"PFN_DrvEnablePDEV","features":[54,3,14]},{"name":"PFN_DrvEnableSurface","features":[54]},{"name":"PFN_DrvEndDoc","features":[54,3]},{"name":"PFN_DrvEndDxInterop","features":[54,3]},{"name":"PFN_DrvEscape","features":[54,3]},{"name":"PFN_DrvFillPath","features":[54,3]},{"name":"PFN_DrvFontManagement","features":[54,3]},{"name":"PFN_DrvFree","features":[54]},{"name":"PFN_DrvGetDirectDrawInfo","features":[54,3,13]},{"name":"PFN_DrvGetGlyphMode","features":[54,3]},{"name":"PFN_DrvGetModes","features":[54,3,14]},{"name":"PFN_DrvGetTrueTypeFile","features":[54]},{"name":"PFN_DrvGradientFill","features":[54,3,14]},{"name":"PFN_DrvIcmCheckBitmapBits","features":[54,3]},{"name":"PFN_DrvIcmCreateColorTransform","features":[54,3,14,57]},{"name":"PFN_DrvIcmDeleteColorTransform","features":[54,3]},{"name":"PFN_DrvIcmSetDeviceGammaRamp","features":[54,3]},{"name":"PFN_DrvLineTo","features":[54,3]},{"name":"PFN_DrvLoadFontFile","features":[54,14]},{"name":"PFN_DrvLockDisplayArea","features":[54,3]},{"name":"PFN_DrvMovePointer","features":[54,3]},{"name":"PFN_DrvNextBand","features":[54,3]},{"name":"PFN_DrvNotify","features":[54,3]},{"name":"PFN_DrvPaint","features":[54,3]},{"name":"PFN_DrvPlgBlt","features":[54,3,14]},{"name":"PFN_DrvQueryAdvanceWidths","features":[54,3]},{"name":"PFN_DrvQueryDeviceSupport","features":[54,3]},{"name":"PFN_DrvQueryFont","features":[54,3,14]},{"name":"PFN_DrvQueryFontCaps","features":[54]},{"name":"PFN_DrvQueryFontData","features":[54,3]},{"name":"PFN_DrvQueryFontFile","features":[54]},{"name":"PFN_DrvQueryFontTree","features":[54]},{"name":"PFN_DrvQueryGlyphAttrs","features":[54,3]},{"name":"PFN_DrvQueryPerBandInfo","features":[54,3]},{"name":"PFN_DrvQuerySpoolType","features":[54,3]},{"name":"PFN_DrvQueryTrueTypeOutline","features":[54,3,14]},{"name":"PFN_DrvQueryTrueTypeSection","features":[54,3]},{"name":"PFN_DrvQueryTrueTypeTable","features":[54]},{"name":"PFN_DrvRealizeBrush","features":[54,3]},{"name":"PFN_DrvRenderHint","features":[54]},{"name":"PFN_DrvResetDevice","features":[54]},{"name":"PFN_DrvResetPDEV","features":[54,3]},{"name":"PFN_DrvSaveScreenBits","features":[54,3]},{"name":"PFN_DrvSendPage","features":[54,3]},{"name":"PFN_DrvSetPalette","features":[54,3]},{"name":"PFN_DrvSetPixelFormat","features":[54,3]},{"name":"PFN_DrvSetPointerShape","features":[54,3]},{"name":"PFN_DrvStartBanding","features":[54,3]},{"name":"PFN_DrvStartDoc","features":[54,3]},{"name":"PFN_DrvStartDxInterop","features":[54,3]},{"name":"PFN_DrvStartPage","features":[54,3]},{"name":"PFN_DrvStretchBlt","features":[54,3,14]},{"name":"PFN_DrvStretchBltROP","features":[54,3,14]},{"name":"PFN_DrvStrokeAndFillPath","features":[54,3]},{"name":"PFN_DrvStrokePath","features":[54,3]},{"name":"PFN_DrvSurfaceComplete","features":[54,3]},{"name":"PFN_DrvSwapBuffers","features":[54,3]},{"name":"PFN_DrvSynchronize","features":[54,3]},{"name":"PFN_DrvSynchronizeRedirectionBitmaps","features":[54,3]},{"name":"PFN_DrvSynchronizeSurface","features":[54,3]},{"name":"PFN_DrvTextOut","features":[54,3]},{"name":"PFN_DrvTransparentBlt","features":[54,3]},{"name":"PFN_DrvUnloadFontFile","features":[54,3]},{"name":"PFN_DrvUnlockDisplayArea","features":[54,3]},{"name":"PFN_EngCombineRgn","features":[54,3]},{"name":"PFN_EngCopyRgn","features":[54,3]},{"name":"PFN_EngCreateRectRgn","features":[54,3]},{"name":"PFN_EngDeleteRgn","features":[54,3]},{"name":"PFN_EngIntersectRgn","features":[54,3]},{"name":"PFN_EngSubtractRgn","features":[54,3]},{"name":"PFN_EngUnionRgn","features":[54,3]},{"name":"PFN_EngXorRgn","features":[54,3]},{"name":"PHYSICAL_MONITOR","features":[54,3]},{"name":"PHYSICAL_MONITOR_DESCRIPTION_SIZE","features":[54]},{"name":"PLANAR_HC","features":[54]},{"name":"POINTE","features":[54]},{"name":"POINTE","features":[54]},{"name":"POINTFIX","features":[54]},{"name":"POINTQF","features":[54]},{"name":"PO_ALL_INTEGERS","features":[54]},{"name":"PO_BEZIERS","features":[54]},{"name":"PO_ELLIPSE","features":[54]},{"name":"PO_ENUM_AS_INTEGERS","features":[54]},{"name":"PO_WIDENED","features":[54]},{"name":"PPC_BGR_ORDER_HORIZONTAL_STRIPES","features":[54]},{"name":"PPC_BGR_ORDER_VERTICAL_STRIPES","features":[54]},{"name":"PPC_DEFAULT","features":[54]},{"name":"PPC_RGB_ORDER_HORIZONTAL_STRIPES","features":[54]},{"name":"PPC_RGB_ORDER_VERTICAL_STRIPES","features":[54]},{"name":"PPC_UNDEFINED","features":[54]},{"name":"PPG_DEFAULT","features":[54]},{"name":"PPG_SRGB","features":[54]},{"name":"PRIMARY_ORDER_ABC","features":[54]},{"name":"PRIMARY_ORDER_ACB","features":[54]},{"name":"PRIMARY_ORDER_BAC","features":[54]},{"name":"PRIMARY_ORDER_BCA","features":[54]},{"name":"PRIMARY_ORDER_CAB","features":[54]},{"name":"PRIMARY_ORDER_CBA","features":[54]},{"name":"PVIDEO_WIN32K_CALLOUT","features":[54]},{"name":"QAW_GETEASYWIDTHS","features":[54]},{"name":"QAW_GETWIDTHS","features":[54]},{"name":"QC_1BIT","features":[54]},{"name":"QC_4BIT","features":[54]},{"name":"QC_OUTLINES","features":[54]},{"name":"QDA_ACCELERATION_LEVEL","features":[54]},{"name":"QDA_RESERVED","features":[54]},{"name":"QDC_ALL_PATHS","features":[54]},{"name":"QDC_DATABASE_CURRENT","features":[54]},{"name":"QDC_INCLUDE_HMD","features":[54]},{"name":"QDC_ONLY_ACTIVE_PATHS","features":[54]},{"name":"QDC_VIRTUAL_MODE_AWARE","features":[54]},{"name":"QDC_VIRTUAL_REFRESH_RATE_AWARE","features":[54]},{"name":"QDS_CHECKJPEGFORMAT","features":[54]},{"name":"QDS_CHECKPNGFORMAT","features":[54]},{"name":"QFD_GLYPHANDBITMAP","features":[54]},{"name":"QFD_GLYPHANDOUTLINE","features":[54]},{"name":"QFD_MAXEXTENTS","features":[54]},{"name":"QFD_TT_GLYPHANDBITMAP","features":[54]},{"name":"QFD_TT_GRAY1_BITMAP","features":[54]},{"name":"QFD_TT_GRAY2_BITMAP","features":[54]},{"name":"QFD_TT_GRAY4_BITMAP","features":[54]},{"name":"QFD_TT_GRAY8_BITMAP","features":[54]},{"name":"QFD_TT_MONO_BITMAP","features":[54]},{"name":"QFF_DESCRIPTION","features":[54]},{"name":"QFF_NUMFACES","features":[54]},{"name":"QFT_GLYPHSET","features":[54]},{"name":"QFT_KERNPAIRS","features":[54]},{"name":"QFT_LIGATURES","features":[54]},{"name":"QSA_3DNOW","features":[54]},{"name":"QSA_MMX","features":[54]},{"name":"QSA_SSE","features":[54]},{"name":"QSA_SSE1","features":[54]},{"name":"QSA_SSE2","features":[54]},{"name":"QSA_SSE3","features":[54]},{"name":"QUERY_DISPLAY_CONFIG_FLAGS","features":[54]},{"name":"QueryDisplayConfig","features":[54,3]},{"name":"RB_DITHERCOLOR","features":[54]},{"name":"RECTFX","features":[54]},{"name":"RUN","features":[54]},{"name":"RestoreMonitorFactoryColorDefaults","features":[54,3]},{"name":"RestoreMonitorFactoryDefaults","features":[54,3]},{"name":"SDC_ALLOW_CHANGES","features":[54]},{"name":"SDC_ALLOW_PATH_ORDER_CHANGES","features":[54]},{"name":"SDC_APPLY","features":[54]},{"name":"SDC_FORCE_MODE_ENUMERATION","features":[54]},{"name":"SDC_NO_OPTIMIZATION","features":[54]},{"name":"SDC_PATH_PERSIST_IF_REQUIRED","features":[54]},{"name":"SDC_SAVE_TO_DATABASE","features":[54]},{"name":"SDC_TOPOLOGY_CLONE","features":[54]},{"name":"SDC_TOPOLOGY_EXTEND","features":[54]},{"name":"SDC_TOPOLOGY_EXTERNAL","features":[54]},{"name":"SDC_TOPOLOGY_INTERNAL","features":[54]},{"name":"SDC_TOPOLOGY_SUPPLIED","features":[54]},{"name":"SDC_USE_DATABASE_CURRENT","features":[54]},{"name":"SDC_USE_SUPPLIED_DISPLAY_CONFIG","features":[54]},{"name":"SDC_VALIDATE","features":[54]},{"name":"SDC_VIRTUAL_MODE_AWARE","features":[54]},{"name":"SDC_VIRTUAL_REFRESH_RATE_AWARE","features":[54]},{"name":"SETCONFIGURATION_STATUS_ADDITIONAL","features":[54]},{"name":"SETCONFIGURATION_STATUS_APPLIED","features":[54]},{"name":"SETCONFIGURATION_STATUS_OVERRIDDEN","features":[54]},{"name":"SET_ACTIVE_COLOR_PROFILE_NAME","features":[54]},{"name":"SET_DISPLAY_CONFIG_FLAGS","features":[54]},{"name":"SGI_EXTRASPACE","features":[54]},{"name":"SORTCOMP","features":[54]},{"name":"SO_BREAK_EXTRA","features":[54]},{"name":"SO_CHARACTER_EXTRA","features":[54]},{"name":"SO_CHAR_INC_EQUAL_BM_BASE","features":[54]},{"name":"SO_DO_NOT_SUBSTITUTE_DEVICE_FONT","features":[54]},{"name":"SO_DXDY","features":[54]},{"name":"SO_ESC_NOT_ORIENT","features":[54]},{"name":"SO_FLAG_DEFAULT_PLACEMENT","features":[54]},{"name":"SO_GLYPHINDEX_TEXTOUT","features":[54]},{"name":"SO_HORIZONTAL","features":[54]},{"name":"SO_MAXEXT_EQUAL_BM_SIDE","features":[54]},{"name":"SO_REVERSED","features":[54]},{"name":"SO_VERTICAL","features":[54]},{"name":"SO_ZERO_BEARINGS","features":[54]},{"name":"SPS_ACCEPT_EXCLUDE","features":[54]},{"name":"SPS_ACCEPT_NOEXCLUDE","features":[54]},{"name":"SPS_ACCEPT_SYNCHRONOUS","features":[54]},{"name":"SPS_ALPHA","features":[54]},{"name":"SPS_ANIMATESTART","features":[54]},{"name":"SPS_ANIMATEUPDATE","features":[54]},{"name":"SPS_ASYNCCHANGE","features":[54]},{"name":"SPS_CHANGE","features":[54]},{"name":"SPS_DECLINE","features":[54]},{"name":"SPS_ERROR","features":[54]},{"name":"SPS_FLAGSMASK","features":[54]},{"name":"SPS_FREQMASK","features":[54]},{"name":"SPS_LENGTHMASK","features":[54]},{"name":"SPS_RESERVED","features":[54]},{"name":"SPS_RESERVED1","features":[54]},{"name":"SS_FREE","features":[54]},{"name":"SS_RESTORE","features":[54]},{"name":"SS_SAVE","features":[54]},{"name":"STROBJ","features":[54,3]},{"name":"STROBJ_bEnum","features":[54,3]},{"name":"STROBJ_bEnumPositionsOnly","features":[54,3]},{"name":"STROBJ_bGetAdvanceWidths","features":[54,3]},{"name":"STROBJ_dwGetCodePage","features":[54,3]},{"name":"STROBJ_vEnumStart","features":[54,3]},{"name":"STYPE_BITMAP","features":[54]},{"name":"STYPE_DEVBITMAP","features":[54]},{"name":"SURFOBJ","features":[54,3]},{"name":"S_INIT","features":[54]},{"name":"SaveCurrentMonitorSettings","features":[54,3]},{"name":"SaveCurrentSettings","features":[54,3]},{"name":"SetDisplayAutoRotationPreferences","features":[54,3]},{"name":"SetDisplayConfig","features":[54,3]},{"name":"SetMonitorBrightness","features":[54,3]},{"name":"SetMonitorColorTemperature","features":[54,3]},{"name":"SetMonitorContrast","features":[54,3]},{"name":"SetMonitorDisplayAreaPosition","features":[54,3]},{"name":"SetMonitorDisplayAreaSize","features":[54,3]},{"name":"SetMonitorRedGreenOrBlueDrive","features":[54,3]},{"name":"SetMonitorRedGreenOrBlueGain","features":[54,3]},{"name":"SetVCPFeature","features":[54,3]},{"name":"Sources","features":[54]},{"name":"TC_PATHOBJ","features":[54]},{"name":"TC_RECTANGLES","features":[54]},{"name":"TTO_METRICS_ONLY","features":[54]},{"name":"TTO_QUBICS","features":[54]},{"name":"TTO_UNHINTED","features":[54]},{"name":"TYPE1_FONT","features":[54,3]},{"name":"VGA_CHAR","features":[54]},{"name":"VIDEOPARAMETERS","features":[54]},{"name":"VIDEO_BANK_SELECT","features":[54]},{"name":"VIDEO_BANK_TYPE","features":[54]},{"name":"VIDEO_BRIGHTNESS_POLICY","features":[54,3]},{"name":"VIDEO_CLUT","features":[54]},{"name":"VIDEO_CLUTDATA","features":[54]},{"name":"VIDEO_COLOR_CAPABILITIES","features":[54]},{"name":"VIDEO_COLOR_LUT_DATA","features":[54]},{"name":"VIDEO_COLOR_LUT_DATA_FORMAT_PRIVATEFORMAT","features":[54]},{"name":"VIDEO_COLOR_LUT_DATA_FORMAT_RGB256WORDS","features":[54]},{"name":"VIDEO_CURSOR_ATTRIBUTES","features":[54]},{"name":"VIDEO_CURSOR_POSITION","features":[54]},{"name":"VIDEO_DEVICE_COLOR","features":[54]},{"name":"VIDEO_DEVICE_NAME","features":[54]},{"name":"VIDEO_DEVICE_SESSION_STATUS","features":[54]},{"name":"VIDEO_DUALVIEW_PRIMARY","features":[54]},{"name":"VIDEO_DUALVIEW_REMOVABLE","features":[54]},{"name":"VIDEO_DUALVIEW_SECONDARY","features":[54]},{"name":"VIDEO_DUALVIEW_WDDM_VGA","features":[54]},{"name":"VIDEO_HARDWARE_STATE","features":[54]},{"name":"VIDEO_HARDWARE_STATE_HEADER","features":[54]},{"name":"VIDEO_LOAD_FONT_INFORMATION","features":[54]},{"name":"VIDEO_LUT_RGB256WORDS","features":[54]},{"name":"VIDEO_MAX_REASON","features":[54]},{"name":"VIDEO_MEMORY","features":[54]},{"name":"VIDEO_MEMORY_INFORMATION","features":[54]},{"name":"VIDEO_MODE","features":[54]},{"name":"VIDEO_MODE_ANIMATE_START","features":[54]},{"name":"VIDEO_MODE_ANIMATE_UPDATE","features":[54]},{"name":"VIDEO_MODE_ASYNC_POINTER","features":[54]},{"name":"VIDEO_MODE_BANKED","features":[54]},{"name":"VIDEO_MODE_COLOR","features":[54]},{"name":"VIDEO_MODE_COLOR_POINTER","features":[54]},{"name":"VIDEO_MODE_GRAPHICS","features":[54]},{"name":"VIDEO_MODE_INFORMATION","features":[54]},{"name":"VIDEO_MODE_INTERLACED","features":[54]},{"name":"VIDEO_MODE_LINEAR","features":[54]},{"name":"VIDEO_MODE_MANAGED_PALETTE","features":[54]},{"name":"VIDEO_MODE_MAP_MEM_LINEAR","features":[54]},{"name":"VIDEO_MODE_MONO_POINTER","features":[54]},{"name":"VIDEO_MODE_NO_64_BIT_ACCESS","features":[54]},{"name":"VIDEO_MODE_NO_OFF_SCREEN","features":[54]},{"name":"VIDEO_MODE_NO_ZERO_MEMORY","features":[54]},{"name":"VIDEO_MODE_PALETTE_DRIVEN","features":[54]},{"name":"VIDEO_MONITOR_DESCRIPTOR","features":[54]},{"name":"VIDEO_NUM_MODES","features":[54]},{"name":"VIDEO_OPTIONAL_GAMMET_TABLE","features":[54]},{"name":"VIDEO_PALETTE_DATA","features":[54]},{"name":"VIDEO_PERFORMANCE_COUNTER","features":[54]},{"name":"VIDEO_POINTER_ATTRIBUTES","features":[54]},{"name":"VIDEO_POINTER_CAPABILITIES","features":[54]},{"name":"VIDEO_POINTER_POSITION","features":[54]},{"name":"VIDEO_POWER_MANAGEMENT","features":[54]},{"name":"VIDEO_POWER_STATE","features":[54]},{"name":"VIDEO_PUBLIC_ACCESS_RANGES","features":[54]},{"name":"VIDEO_QUERY_PERFORMANCE_COUNTER","features":[54]},{"name":"VIDEO_REASON_ALLOCATION","features":[54]},{"name":"VIDEO_REASON_CONFIGURATION","features":[54]},{"name":"VIDEO_REASON_FAILED_ROTATION","features":[54]},{"name":"VIDEO_REASON_LOCK","features":[54]},{"name":"VIDEO_REASON_NONE","features":[54]},{"name":"VIDEO_REASON_POLICY1","features":[54]},{"name":"VIDEO_REASON_POLICY2","features":[54]},{"name":"VIDEO_REASON_POLICY3","features":[54]},{"name":"VIDEO_REASON_POLICY4","features":[54]},{"name":"VIDEO_REASON_SCRATCH","features":[54]},{"name":"VIDEO_REGISTER_VDM","features":[54]},{"name":"VIDEO_SHARE_MEMORY","features":[54,3]},{"name":"VIDEO_SHARE_MEMORY_INFORMATION","features":[54]},{"name":"VIDEO_STATE_NON_STANDARD_VGA","features":[54]},{"name":"VIDEO_STATE_PACKED_CHAIN4_MODE","features":[54]},{"name":"VIDEO_STATE_UNEMULATED_VGA_STATE","features":[54]},{"name":"VIDEO_VDM","features":[54,3]},{"name":"VIDEO_WIN32K_CALLBACKS","features":[54,3]},{"name":"VIDEO_WIN32K_CALLBACKS_PARAMS","features":[54,3]},{"name":"VIDEO_WIN32K_CALLBACKS_PARAMS_TYPE","features":[54]},{"name":"VideoBanked1R1W","features":[54]},{"name":"VideoBanked1RW","features":[54]},{"name":"VideoBanked2RW","features":[54]},{"name":"VideoBlackScreenDiagnostics","features":[54]},{"name":"VideoDesktopDuplicationChange","features":[54]},{"name":"VideoDisableMultiPlaneOverlay","features":[54]},{"name":"VideoDxgkDisplaySwitchCallout","features":[54]},{"name":"VideoDxgkFindAdapterTdrCallout","features":[54]},{"name":"VideoDxgkHardwareProtectionTeardown","features":[54]},{"name":"VideoEnumChildPdoNotifyCallout","features":[54]},{"name":"VideoFindAdapterCallout","features":[54]},{"name":"VideoNotBanked","features":[54]},{"name":"VideoPnpNotifyCallout","features":[54]},{"name":"VideoPowerHibernate","features":[54]},{"name":"VideoPowerMaximum","features":[54]},{"name":"VideoPowerNotifyCallout","features":[54]},{"name":"VideoPowerOff","features":[54]},{"name":"VideoPowerOn","features":[54]},{"name":"VideoPowerShutdown","features":[54]},{"name":"VideoPowerStandBy","features":[54]},{"name":"VideoPowerSuspend","features":[54]},{"name":"VideoPowerUnspecified","features":[54]},{"name":"VideoRepaintDesktop","features":[54]},{"name":"VideoUpdateCursor","features":[54]},{"name":"WCRUN","features":[54]},{"name":"WINDDI_MAXSETPALETTECOLORINDEX","features":[54]},{"name":"WINDDI_MAXSETPALETTECOLORS","features":[54]},{"name":"WINDDI_MAX_BROADCAST_CONTEXT","features":[54]},{"name":"WNDOBJ","features":[54,3]},{"name":"WNDOBJCHANGEPROC","features":[54,3]},{"name":"WNDOBJ_SETUP","features":[54]},{"name":"WOC_CHANGED","features":[54]},{"name":"WOC_DELETE","features":[54]},{"name":"WOC_DRAWN","features":[54]},{"name":"WOC_RGN_CLIENT","features":[54]},{"name":"WOC_RGN_CLIENT_DELTA","features":[54]},{"name":"WOC_RGN_SPRITE","features":[54]},{"name":"WOC_RGN_SURFACE","features":[54]},{"name":"WOC_RGN_SURFACE_DELTA","features":[54]},{"name":"WOC_SPRITE_NO_OVERLAP","features":[54]},{"name":"WOC_SPRITE_OVERLAP","features":[54]},{"name":"WO_DRAW_NOTIFY","features":[54]},{"name":"WO_RGN_CLIENT","features":[54]},{"name":"WO_RGN_CLIENT_DELTA","features":[54]},{"name":"WO_RGN_DESKTOP_COORD","features":[54]},{"name":"WO_RGN_SPRITE","features":[54]},{"name":"WO_RGN_SURFACE","features":[54]},{"name":"WO_RGN_SURFACE_DELTA","features":[54]},{"name":"WO_RGN_UPDATE_ALL","features":[54]},{"name":"WO_RGN_WINDOW","features":[54]},{"name":"WO_SPRITE_NOTIFY","features":[54]},{"name":"WVIDEO_DEVICE_NAME","features":[54]},{"name":"XFORML","features":[54]},{"name":"XFORML","features":[54]},{"name":"XFORMOBJ","features":[54]},{"name":"XFORMOBJ_bApplyXform","features":[54,3]},{"name":"XFORMOBJ_iGetXform","features":[54]},{"name":"XF_INV_FXTOL","features":[54]},{"name":"XF_INV_LTOL","features":[54]},{"name":"XF_LTOFX","features":[54]},{"name":"XF_LTOL","features":[54]},{"name":"XLATEOBJ","features":[54]},{"name":"XLATEOBJ_cGetPalette","features":[54]},{"name":"XLATEOBJ_hGetColorTransform","features":[54,3]},{"name":"XLATEOBJ_iXlate","features":[54]},{"name":"XLATEOBJ_piVector","features":[54]},{"name":"XO_DESTBITFIELDS","features":[54]},{"name":"XO_DESTDCPALETTE","features":[54]},{"name":"XO_DESTPALETTE","features":[54]},{"name":"XO_DEVICE_ICM","features":[54]},{"name":"XO_FROM_CMYK","features":[54]},{"name":"XO_HOST_ICM","features":[54]},{"name":"XO_SRCBITFIELDS","features":[54]},{"name":"XO_SRCPALETTE","features":[54]},{"name":"XO_TABLE","features":[54]},{"name":"XO_TO_MONO","features":[54]},{"name":"XO_TRIVIAL","features":[54]}],"378":[{"name":"ADDRESS_FAMILY_VALUE_NAME","features":[58]},{"name":"FAULT_ACTION_SPECIFIC_BASE","features":[58]},{"name":"FAULT_ACTION_SPECIFIC_MAX","features":[58]},{"name":"FAULT_DEVICE_INTERNAL_ERROR","features":[58]},{"name":"FAULT_INVALID_ACTION","features":[58]},{"name":"FAULT_INVALID_ARG","features":[58]},{"name":"FAULT_INVALID_SEQUENCE_NUMBER","features":[58]},{"name":"FAULT_INVALID_VARIABLE","features":[58]},{"name":"HSWDEVICE","features":[58]},{"name":"IUPnPAddressFamilyControl","features":[58]},{"name":"IUPnPAsyncResult","features":[58]},{"name":"IUPnPDescriptionDocument","features":[58]},{"name":"IUPnPDescriptionDocumentCallback","features":[58]},{"name":"IUPnPDevice","features":[58]},{"name":"IUPnPDeviceControl","features":[58]},{"name":"IUPnPDeviceControlHttpHeaders","features":[58]},{"name":"IUPnPDeviceDocumentAccess","features":[58]},{"name":"IUPnPDeviceDocumentAccessEx","features":[58]},{"name":"IUPnPDeviceFinder","features":[58]},{"name":"IUPnPDeviceFinderAddCallbackWithInterface","features":[58]},{"name":"IUPnPDeviceFinderCallback","features":[58]},{"name":"IUPnPDeviceProvider","features":[58]},{"name":"IUPnPDevices","features":[58]},{"name":"IUPnPEventSink","features":[58]},{"name":"IUPnPEventSource","features":[58]},{"name":"IUPnPHttpHeaderControl","features":[58]},{"name":"IUPnPRegistrar","features":[58]},{"name":"IUPnPRemoteEndpointInfo","features":[58]},{"name":"IUPnPReregistrar","features":[58]},{"name":"IUPnPService","features":[58]},{"name":"IUPnPServiceAsync","features":[58]},{"name":"IUPnPServiceCallback","features":[58]},{"name":"IUPnPServiceDocumentAccess","features":[58]},{"name":"IUPnPServiceEnumProperty","features":[58]},{"name":"IUPnPServices","features":[58]},{"name":"REMOTE_ADDRESS_VALUE_NAME","features":[58]},{"name":"SWDeviceCapabilitiesDriverRequired","features":[58]},{"name":"SWDeviceCapabilitiesNoDisplayInUI","features":[58]},{"name":"SWDeviceCapabilitiesNone","features":[58]},{"name":"SWDeviceCapabilitiesRemovable","features":[58]},{"name":"SWDeviceCapabilitiesSilentInstall","features":[58]},{"name":"SWDeviceLifetimeHandle","features":[58]},{"name":"SWDeviceLifetimeMax","features":[58]},{"name":"SWDeviceLifetimeParentPresent","features":[58]},{"name":"SW_DEVICE_CAPABILITIES","features":[58]},{"name":"SW_DEVICE_CREATE_CALLBACK","features":[58]},{"name":"SW_DEVICE_CREATE_INFO","features":[58,6]},{"name":"SW_DEVICE_LIFETIME","features":[58]},{"name":"SwDeviceClose","features":[58]},{"name":"SwDeviceCreate","features":[58,1,6]},{"name":"SwDeviceGetLifetime","features":[58]},{"name":"SwDeviceInterfacePropertySet","features":[58,1]},{"name":"SwDeviceInterfaceRegister","features":[58,1,3]},{"name":"SwDeviceInterfaceSetState","features":[58,3]},{"name":"SwDevicePropertySet","features":[58,1]},{"name":"SwDeviceSetLifetime","features":[58]},{"name":"SwMemFree","features":[58]},{"name":"UPNP_ADDRESSFAMILY_BOTH","features":[58]},{"name":"UPNP_ADDRESSFAMILY_IPv4","features":[58]},{"name":"UPNP_ADDRESSFAMILY_IPv6","features":[58]},{"name":"UPNP_E_ACTION_REQUEST_FAILED","features":[58]},{"name":"UPNP_E_ACTION_SPECIFIC_BASE","features":[58]},{"name":"UPNP_E_DEVICE_ELEMENT_EXPECTED","features":[58]},{"name":"UPNP_E_DEVICE_ERROR","features":[58]},{"name":"UPNP_E_DEVICE_NODE_INCOMPLETE","features":[58]},{"name":"UPNP_E_DEVICE_NOTREGISTERED","features":[58]},{"name":"UPNP_E_DEVICE_RUNNING","features":[58]},{"name":"UPNP_E_DEVICE_TIMEOUT","features":[58]},{"name":"UPNP_E_DUPLICATE_NOT_ALLOWED","features":[58]},{"name":"UPNP_E_DUPLICATE_SERVICE_ID","features":[58]},{"name":"UPNP_E_ERROR_PROCESSING_RESPONSE","features":[58]},{"name":"UPNP_E_EVENT_SUBSCRIPTION_FAILED","features":[58]},{"name":"UPNP_E_ICON_ELEMENT_EXPECTED","features":[58]},{"name":"UPNP_E_ICON_NODE_INCOMPLETE","features":[58]},{"name":"UPNP_E_INVALID_ACTION","features":[58]},{"name":"UPNP_E_INVALID_ARGUMENTS","features":[58]},{"name":"UPNP_E_INVALID_DESCRIPTION","features":[58]},{"name":"UPNP_E_INVALID_DOCUMENT","features":[58]},{"name":"UPNP_E_INVALID_ICON","features":[58]},{"name":"UPNP_E_INVALID_ROOT_NAMESPACE","features":[58]},{"name":"UPNP_E_INVALID_SERVICE","features":[58]},{"name":"UPNP_E_INVALID_VARIABLE","features":[58]},{"name":"UPNP_E_INVALID_XML","features":[58]},{"name":"UPNP_E_OUT_OF_SYNC","features":[58]},{"name":"UPNP_E_PROTOCOL_ERROR","features":[58]},{"name":"UPNP_E_REQUIRED_ELEMENT_ERROR","features":[58]},{"name":"UPNP_E_ROOT_ELEMENT_EXPECTED","features":[58]},{"name":"UPNP_E_SERVICE_ELEMENT_EXPECTED","features":[58]},{"name":"UPNP_E_SERVICE_NODE_INCOMPLETE","features":[58]},{"name":"UPNP_E_SUFFIX_TOO_LONG","features":[58]},{"name":"UPNP_E_TRANSPORT_ERROR","features":[58]},{"name":"UPNP_E_URLBASE_PRESENT","features":[58]},{"name":"UPNP_E_VALUE_TOO_LONG","features":[58]},{"name":"UPNP_E_VARIABLE_VALUE_UNKNOWN","features":[58]},{"name":"UPNP_SERVICE_DELAY_SCPD_AND_SUBSCRIPTION","features":[58]},{"name":"UPnPDescriptionDocument","features":[58]},{"name":"UPnPDescriptionDocumentEx","features":[58]},{"name":"UPnPDevice","features":[58]},{"name":"UPnPDeviceFinder","features":[58]},{"name":"UPnPDeviceFinderEx","features":[58]},{"name":"UPnPDevices","features":[58]},{"name":"UPnPRegistrar","features":[58]},{"name":"UPnPRemoteEndpointInfo","features":[58]},{"name":"UPnPService","features":[58]},{"name":"UPnPServices","features":[58]}],"379":[{"name":"CF_MSFAXSRV_DEVICE_ID","features":[59]},{"name":"CF_MSFAXSRV_FSP_GUID","features":[59]},{"name":"CF_MSFAXSRV_ROUTEEXT_NAME","features":[59]},{"name":"CF_MSFAXSRV_ROUTING_METHOD_GUID","features":[59]},{"name":"CF_MSFAXSRV_SERVER_NAME","features":[59]},{"name":"CLSID_Sti","features":[59]},{"name":"CanSendToFaxRecipient","features":[59,3]},{"name":"DEVPKEY_WIA_DeviceType","features":[59,1]},{"name":"DEVPKEY_WIA_USDClassId","features":[59,1]},{"name":"DEV_ID_SRC_FAX","features":[59]},{"name":"DEV_ID_SRC_TAPI","features":[59]},{"name":"DRT_EMAIL","features":[59]},{"name":"DRT_INBOX","features":[59]},{"name":"DRT_NONE","features":[59]},{"name":"FAXDEVRECEIVE_SIZE","features":[59]},{"name":"FAXDEVREPORTSTATUS_SIZE","features":[59]},{"name":"FAXLOG_CATEGORY_INBOUND","features":[59]},{"name":"FAXLOG_CATEGORY_INIT","features":[59]},{"name":"FAXLOG_CATEGORY_OUTBOUND","features":[59]},{"name":"FAXLOG_CATEGORY_UNKNOWN","features":[59]},{"name":"FAXLOG_LEVEL_MAX","features":[59]},{"name":"FAXLOG_LEVEL_MED","features":[59]},{"name":"FAXLOG_LEVEL_MIN","features":[59]},{"name":"FAXLOG_LEVEL_NONE","features":[59]},{"name":"FAXROUTE_ENABLE","features":[59]},{"name":"FAXSRV_DEVICE_NODETYPE_GUID","features":[59]},{"name":"FAXSRV_DEVICE_PROVIDER_NODETYPE_GUID","features":[59]},{"name":"FAXSRV_ROUTING_METHOD_NODETYPE_GUID","features":[59]},{"name":"FAX_ACCESS_RIGHTS_ENUM","features":[59]},{"name":"FAX_ACCESS_RIGHTS_ENUM_2","features":[59]},{"name":"FAX_ACCOUNT_EVENTS_TYPE_ENUM","features":[59]},{"name":"FAX_CONFIGURATIONA","features":[59,3]},{"name":"FAX_CONFIGURATIONW","features":[59,3]},{"name":"FAX_CONFIG_QUERY","features":[59]},{"name":"FAX_CONFIG_SET","features":[59]},{"name":"FAX_CONTEXT_INFOA","features":[59,14]},{"name":"FAX_CONTEXT_INFOW","features":[59,14]},{"name":"FAX_COVERPAGE_INFOA","features":[59,3]},{"name":"FAX_COVERPAGE_INFOW","features":[59,3]},{"name":"FAX_COVERPAGE_TYPE_ENUM","features":[59]},{"name":"FAX_DEVICE_RECEIVE_MODE_ENUM","features":[59]},{"name":"FAX_DEVICE_STATUSA","features":[59,3]},{"name":"FAX_DEVICE_STATUSW","features":[59,3]},{"name":"FAX_DEV_STATUS","features":[59]},{"name":"FAX_ENUM_DELIVERY_REPORT_TYPES","features":[59]},{"name":"FAX_ENUM_DEVICE_ID_SOURCE","features":[59]},{"name":"FAX_ENUM_JOB_COMMANDS","features":[59]},{"name":"FAX_ENUM_JOB_SEND_ATTRIBUTES","features":[59]},{"name":"FAX_ENUM_LOG_CATEGORIES","features":[59]},{"name":"FAX_ENUM_LOG_LEVELS","features":[59]},{"name":"FAX_ENUM_PORT_OPEN_TYPE","features":[59]},{"name":"FAX_ERR_BAD_GROUP_CONFIGURATION","features":[59]},{"name":"FAX_ERR_DEVICE_NUM_LIMIT_EXCEEDED","features":[59]},{"name":"FAX_ERR_DIRECTORY_IN_USE","features":[59]},{"name":"FAX_ERR_END","features":[59]},{"name":"FAX_ERR_FILE_ACCESS_DENIED","features":[59]},{"name":"FAX_ERR_GROUP_IN_USE","features":[59]},{"name":"FAX_ERR_GROUP_NOT_FOUND","features":[59]},{"name":"FAX_ERR_MESSAGE_NOT_FOUND","features":[59]},{"name":"FAX_ERR_NOT_NTFS","features":[59]},{"name":"FAX_ERR_NOT_SUPPORTED_ON_THIS_SKU","features":[59]},{"name":"FAX_ERR_RECIPIENTS_LIMIT","features":[59]},{"name":"FAX_ERR_RULE_NOT_FOUND","features":[59]},{"name":"FAX_ERR_SRV_OUTOFMEMORY","features":[59]},{"name":"FAX_ERR_START","features":[59]},{"name":"FAX_ERR_VERSION_MISMATCH","features":[59]},{"name":"FAX_EVENTA","features":[59,3]},{"name":"FAX_EVENTW","features":[59,3]},{"name":"FAX_E_BAD_GROUP_CONFIGURATION","features":[59]},{"name":"FAX_E_DEVICE_NUM_LIMIT_EXCEEDED","features":[59]},{"name":"FAX_E_DIRECTORY_IN_USE","features":[59]},{"name":"FAX_E_FILE_ACCESS_DENIED","features":[59]},{"name":"FAX_E_GROUP_IN_USE","features":[59]},{"name":"FAX_E_GROUP_NOT_FOUND","features":[59]},{"name":"FAX_E_MESSAGE_NOT_FOUND","features":[59]},{"name":"FAX_E_NOT_NTFS","features":[59]},{"name":"FAX_E_NOT_SUPPORTED_ON_THIS_SKU","features":[59]},{"name":"FAX_E_RECIPIENTS_LIMIT","features":[59]},{"name":"FAX_E_RULE_NOT_FOUND","features":[59]},{"name":"FAX_E_SRV_OUTOFMEMORY","features":[59]},{"name":"FAX_E_VERSION_MISMATCH","features":[59]},{"name":"FAX_GLOBAL_ROUTING_INFOA","features":[59]},{"name":"FAX_GLOBAL_ROUTING_INFOW","features":[59]},{"name":"FAX_GROUP_STATUS_ENUM","features":[59]},{"name":"FAX_JOB_ENTRYA","features":[59,3]},{"name":"FAX_JOB_ENTRYW","features":[59,3]},{"name":"FAX_JOB_EXTENDED_STATUS_ENUM","features":[59]},{"name":"FAX_JOB_MANAGE","features":[59]},{"name":"FAX_JOB_OPERATIONS_ENUM","features":[59]},{"name":"FAX_JOB_PARAMA","features":[59,3]},{"name":"FAX_JOB_PARAMW","features":[59,3]},{"name":"FAX_JOB_QUERY","features":[59]},{"name":"FAX_JOB_STATUS_ENUM","features":[59]},{"name":"FAX_JOB_SUBMIT","features":[59]},{"name":"FAX_JOB_TYPE_ENUM","features":[59]},{"name":"FAX_LOG_CATEGORYA","features":[59]},{"name":"FAX_LOG_CATEGORYW","features":[59]},{"name":"FAX_LOG_LEVEL_ENUM","features":[59]},{"name":"FAX_PORT_INFOA","features":[59]},{"name":"FAX_PORT_INFOW","features":[59]},{"name":"FAX_PORT_QUERY","features":[59]},{"name":"FAX_PORT_SET","features":[59]},{"name":"FAX_PRINT_INFOA","features":[59]},{"name":"FAX_PRINT_INFOW","features":[59]},{"name":"FAX_PRIORITY_TYPE_ENUM","features":[59]},{"name":"FAX_PROVIDER_STATUS_ENUM","features":[59]},{"name":"FAX_RECEIPT_TYPE_ENUM","features":[59]},{"name":"FAX_RECEIVE","features":[59]},{"name":"FAX_ROUTE","features":[59]},{"name":"FAX_ROUTE_CALLBACKROUTINES","features":[59,3]},{"name":"FAX_ROUTING_METHODA","features":[59,3]},{"name":"FAX_ROUTING_METHODW","features":[59,3]},{"name":"FAX_ROUTING_RULE_CODE_ENUM","features":[59]},{"name":"FAX_RULE_STATUS_ENUM","features":[59]},{"name":"FAX_SCHEDULE_TYPE_ENUM","features":[59]},{"name":"FAX_SEND","features":[59,3]},{"name":"FAX_SERVER_APIVERSION_ENUM","features":[59]},{"name":"FAX_SERVER_EVENTS_TYPE_ENUM","features":[59]},{"name":"FAX_SMTP_AUTHENTICATION_TYPE_ENUM","features":[59]},{"name":"FAX_TIME","features":[59]},{"name":"FEI_ABORTING","features":[59]},{"name":"FEI_ANSWERED","features":[59]},{"name":"FEI_BAD_ADDRESS","features":[59]},{"name":"FEI_BUSY","features":[59]},{"name":"FEI_CALL_BLACKLISTED","features":[59]},{"name":"FEI_CALL_DELAYED","features":[59]},{"name":"FEI_COMPLETED","features":[59]},{"name":"FEI_DELETED","features":[59]},{"name":"FEI_DIALING","features":[59]},{"name":"FEI_DISCONNECTED","features":[59]},{"name":"FEI_FATAL_ERROR","features":[59]},{"name":"FEI_FAXSVC_ENDED","features":[59]},{"name":"FEI_FAXSVC_STARTED","features":[59]},{"name":"FEI_HANDLED","features":[59]},{"name":"FEI_IDLE","features":[59]},{"name":"FEI_INITIALIZING","features":[59]},{"name":"FEI_JOB_QUEUED","features":[59]},{"name":"FEI_LINE_UNAVAILABLE","features":[59]},{"name":"FEI_MODEM_POWERED_OFF","features":[59]},{"name":"FEI_MODEM_POWERED_ON","features":[59]},{"name":"FEI_NEVENTS","features":[59]},{"name":"FEI_NOT_FAX_CALL","features":[59]},{"name":"FEI_NO_ANSWER","features":[59]},{"name":"FEI_NO_DIAL_TONE","features":[59]},{"name":"FEI_RECEIVING","features":[59]},{"name":"FEI_RINGING","features":[59]},{"name":"FEI_ROUTING","features":[59]},{"name":"FEI_SENDING","features":[59]},{"name":"FPF_RECEIVE","features":[59]},{"name":"FPF_SEND","features":[59]},{"name":"FPF_VIRTUAL","features":[59]},{"name":"FPS_ABORTING","features":[59]},{"name":"FPS_ANSWERED","features":[59]},{"name":"FPS_AVAILABLE","features":[59]},{"name":"FPS_BAD_ADDRESS","features":[59]},{"name":"FPS_BUSY","features":[59]},{"name":"FPS_CALL_BLACKLISTED","features":[59]},{"name":"FPS_CALL_DELAYED","features":[59]},{"name":"FPS_COMPLETED","features":[59]},{"name":"FPS_DIALING","features":[59]},{"name":"FPS_DISCONNECTED","features":[59]},{"name":"FPS_FATAL_ERROR","features":[59]},{"name":"FPS_HANDLED","features":[59]},{"name":"FPS_INITIALIZING","features":[59]},{"name":"FPS_NOT_FAX_CALL","features":[59]},{"name":"FPS_NO_ANSWER","features":[59]},{"name":"FPS_NO_DIAL_TONE","features":[59]},{"name":"FPS_OFFLINE","features":[59]},{"name":"FPS_RECEIVING","features":[59]},{"name":"FPS_RINGING","features":[59]},{"name":"FPS_ROUTING","features":[59]},{"name":"FPS_SENDING","features":[59]},{"name":"FPS_UNAVAILABLE","features":[59]},{"name":"FS_ANSWERED","features":[59]},{"name":"FS_BAD_ADDRESS","features":[59]},{"name":"FS_BUSY","features":[59]},{"name":"FS_CALL_BLACKLISTED","features":[59]},{"name":"FS_CALL_DELAYED","features":[59]},{"name":"FS_COMPLETED","features":[59]},{"name":"FS_DIALING","features":[59]},{"name":"FS_DISCONNECTED","features":[59]},{"name":"FS_FATAL_ERROR","features":[59]},{"name":"FS_HANDLED","features":[59]},{"name":"FS_INITIALIZING","features":[59]},{"name":"FS_LINE_UNAVAILABLE","features":[59]},{"name":"FS_NOT_FAX_CALL","features":[59]},{"name":"FS_NO_ANSWER","features":[59]},{"name":"FS_NO_DIAL_TONE","features":[59]},{"name":"FS_RECEIVING","features":[59]},{"name":"FS_TRANSMITTING","features":[59]},{"name":"FS_USER_ABORT","features":[59]},{"name":"FaxAbort","features":[59,3]},{"name":"FaxAccessCheck","features":[59,3]},{"name":"FaxAccount","features":[59]},{"name":"FaxAccountFolders","features":[59]},{"name":"FaxAccountIncomingArchive","features":[59]},{"name":"FaxAccountIncomingQueue","features":[59]},{"name":"FaxAccountOutgoingArchive","features":[59]},{"name":"FaxAccountOutgoingQueue","features":[59]},{"name":"FaxAccountSet","features":[59]},{"name":"FaxAccounts","features":[59]},{"name":"FaxActivity","features":[59]},{"name":"FaxActivityLogging","features":[59]},{"name":"FaxClose","features":[59,3]},{"name":"FaxCompleteJobParamsA","features":[59,3]},{"name":"FaxCompleteJobParamsW","features":[59,3]},{"name":"FaxConfiguration","features":[59]},{"name":"FaxConnectFaxServerA","features":[59,3]},{"name":"FaxConnectFaxServerW","features":[59,3]},{"name":"FaxDevice","features":[59]},{"name":"FaxDeviceIds","features":[59]},{"name":"FaxDeviceProvider","features":[59]},{"name":"FaxDeviceProviders","features":[59]},{"name":"FaxDevices","features":[59]},{"name":"FaxDocument","features":[59]},{"name":"FaxEnableRoutingMethodA","features":[59,3]},{"name":"FaxEnableRoutingMethodW","features":[59,3]},{"name":"FaxEnumGlobalRoutingInfoA","features":[59,3]},{"name":"FaxEnumGlobalRoutingInfoW","features":[59,3]},{"name":"FaxEnumJobsA","features":[59,3]},{"name":"FaxEnumJobsW","features":[59,3]},{"name":"FaxEnumPortsA","features":[59,3]},{"name":"FaxEnumPortsW","features":[59,3]},{"name":"FaxEnumRoutingMethodsA","features":[59,3]},{"name":"FaxEnumRoutingMethodsW","features":[59,3]},{"name":"FaxEventLogging","features":[59]},{"name":"FaxFolders","features":[59]},{"name":"FaxFreeBuffer","features":[59]},{"name":"FaxGetConfigurationA","features":[59,3]},{"name":"FaxGetConfigurationW","features":[59,3]},{"name":"FaxGetDeviceStatusA","features":[59,3]},{"name":"FaxGetDeviceStatusW","features":[59,3]},{"name":"FaxGetJobA","features":[59,3]},{"name":"FaxGetJobW","features":[59,3]},{"name":"FaxGetLoggingCategoriesA","features":[59,3]},{"name":"FaxGetLoggingCategoriesW","features":[59,3]},{"name":"FaxGetPageData","features":[59,3]},{"name":"FaxGetPortA","features":[59,3]},{"name":"FaxGetPortW","features":[59,3]},{"name":"FaxGetRoutingInfoA","features":[59,3]},{"name":"FaxGetRoutingInfoW","features":[59,3]},{"name":"FaxInboundRouting","features":[59]},{"name":"FaxInboundRoutingExtension","features":[59]},{"name":"FaxInboundRoutingExtensions","features":[59]},{"name":"FaxInboundRoutingMethod","features":[59]},{"name":"FaxInboundRoutingMethods","features":[59]},{"name":"FaxIncomingArchive","features":[59]},{"name":"FaxIncomingJob","features":[59]},{"name":"FaxIncomingJobs","features":[59]},{"name":"FaxIncomingMessage","features":[59]},{"name":"FaxIncomingMessageIterator","features":[59]},{"name":"FaxIncomingQueue","features":[59]},{"name":"FaxInitializeEventQueue","features":[59,3]},{"name":"FaxJobStatus","features":[59]},{"name":"FaxLoggingOptions","features":[59]},{"name":"FaxOpenPort","features":[59,3]},{"name":"FaxOutboundRouting","features":[59]},{"name":"FaxOutboundRoutingGroup","features":[59]},{"name":"FaxOutboundRoutingGroups","features":[59]},{"name":"FaxOutboundRoutingRule","features":[59]},{"name":"FaxOutboundRoutingRules","features":[59]},{"name":"FaxOutgoingArchive","features":[59]},{"name":"FaxOutgoingJob","features":[59]},{"name":"FaxOutgoingJobs","features":[59]},{"name":"FaxOutgoingMessage","features":[59]},{"name":"FaxOutgoingMessageIterator","features":[59]},{"name":"FaxOutgoingQueue","features":[59]},{"name":"FaxPrintCoverPageA","features":[59,3,14]},{"name":"FaxPrintCoverPageW","features":[59,3,14]},{"name":"FaxReceiptOptions","features":[59]},{"name":"FaxRecipient","features":[59]},{"name":"FaxRecipients","features":[59]},{"name":"FaxRegisterRoutingExtensionW","features":[59,3]},{"name":"FaxRegisterServiceProviderW","features":[59,3]},{"name":"FaxSecurity","features":[59]},{"name":"FaxSecurity2","features":[59]},{"name":"FaxSendDocumentA","features":[59,3]},{"name":"FaxSendDocumentForBroadcastA","features":[59,3]},{"name":"FaxSendDocumentForBroadcastW","features":[59,3]},{"name":"FaxSendDocumentW","features":[59,3]},{"name":"FaxSender","features":[59]},{"name":"FaxServer","features":[59]},{"name":"FaxSetConfigurationA","features":[59,3]},{"name":"FaxSetConfigurationW","features":[59,3]},{"name":"FaxSetGlobalRoutingInfoA","features":[59,3]},{"name":"FaxSetGlobalRoutingInfoW","features":[59,3]},{"name":"FaxSetJobA","features":[59,3]},{"name":"FaxSetJobW","features":[59,3]},{"name":"FaxSetLoggingCategoriesA","features":[59,3]},{"name":"FaxSetLoggingCategoriesW","features":[59,3]},{"name":"FaxSetPortA","features":[59,3]},{"name":"FaxSetPortW","features":[59,3]},{"name":"FaxSetRoutingInfoA","features":[59,3]},{"name":"FaxSetRoutingInfoW","features":[59,3]},{"name":"FaxStartPrintJobA","features":[59,3,14]},{"name":"FaxStartPrintJobW","features":[59,3,14]},{"name":"FaxUnregisterServiceProviderW","features":[59,3]},{"name":"GUID_DeviceArrivedLaunch","features":[59]},{"name":"GUID_STIUserDefined1","features":[59]},{"name":"GUID_STIUserDefined2","features":[59]},{"name":"GUID_STIUserDefined3","features":[59]},{"name":"GUID_ScanFaxImage","features":[59]},{"name":"GUID_ScanImage","features":[59]},{"name":"GUID_ScanPrintImage","features":[59]},{"name":"IFaxAccount","features":[59]},{"name":"IFaxAccountFolders","features":[59]},{"name":"IFaxAccountIncomingArchive","features":[59]},{"name":"IFaxAccountIncomingQueue","features":[59]},{"name":"IFaxAccountNotify","features":[59]},{"name":"IFaxAccountOutgoingArchive","features":[59]},{"name":"IFaxAccountOutgoingQueue","features":[59]},{"name":"IFaxAccountSet","features":[59]},{"name":"IFaxAccounts","features":[59]},{"name":"IFaxActivity","features":[59]},{"name":"IFaxActivityLogging","features":[59]},{"name":"IFaxConfiguration","features":[59]},{"name":"IFaxDevice","features":[59]},{"name":"IFaxDeviceIds","features":[59]},{"name":"IFaxDeviceProvider","features":[59]},{"name":"IFaxDeviceProviders","features":[59]},{"name":"IFaxDevices","features":[59]},{"name":"IFaxDocument","features":[59]},{"name":"IFaxDocument2","features":[59]},{"name":"IFaxEventLogging","features":[59]},{"name":"IFaxFolders","features":[59]},{"name":"IFaxInboundRouting","features":[59]},{"name":"IFaxInboundRoutingExtension","features":[59]},{"name":"IFaxInboundRoutingExtensions","features":[59]},{"name":"IFaxInboundRoutingMethod","features":[59]},{"name":"IFaxInboundRoutingMethods","features":[59]},{"name":"IFaxIncomingArchive","features":[59]},{"name":"IFaxIncomingJob","features":[59]},{"name":"IFaxIncomingJobs","features":[59]},{"name":"IFaxIncomingMessage","features":[59]},{"name":"IFaxIncomingMessage2","features":[59]},{"name":"IFaxIncomingMessageIterator","features":[59]},{"name":"IFaxIncomingQueue","features":[59]},{"name":"IFaxJobStatus","features":[59]},{"name":"IFaxLoggingOptions","features":[59]},{"name":"IFaxOutboundRouting","features":[59]},{"name":"IFaxOutboundRoutingGroup","features":[59]},{"name":"IFaxOutboundRoutingGroups","features":[59]},{"name":"IFaxOutboundRoutingRule","features":[59]},{"name":"IFaxOutboundRoutingRules","features":[59]},{"name":"IFaxOutgoingArchive","features":[59]},{"name":"IFaxOutgoingJob","features":[59]},{"name":"IFaxOutgoingJob2","features":[59]},{"name":"IFaxOutgoingJobs","features":[59]},{"name":"IFaxOutgoingMessage","features":[59]},{"name":"IFaxOutgoingMessage2","features":[59]},{"name":"IFaxOutgoingMessageIterator","features":[59]},{"name":"IFaxOutgoingQueue","features":[59]},{"name":"IFaxReceiptOptions","features":[59]},{"name":"IFaxRecipient","features":[59]},{"name":"IFaxRecipients","features":[59]},{"name":"IFaxSecurity","features":[59]},{"name":"IFaxSecurity2","features":[59]},{"name":"IFaxSender","features":[59]},{"name":"IFaxServer","features":[59]},{"name":"IFaxServer2","features":[59]},{"name":"IFaxServerNotify","features":[59]},{"name":"IFaxServerNotify2","features":[59]},{"name":"IS_DIGITAL_CAMERA_STR","features":[59]},{"name":"IS_DIGITAL_CAMERA_VAL","features":[59]},{"name":"IStiDevice","features":[59]},{"name":"IStiDeviceControl","features":[59]},{"name":"IStiUSD","features":[59]},{"name":"IStillImageW","features":[59]},{"name":"JC_DELETE","features":[59]},{"name":"JC_PAUSE","features":[59]},{"name":"JC_RESUME","features":[59]},{"name":"JC_UNKNOWN","features":[59]},{"name":"JSA_DISCOUNT_PERIOD","features":[59]},{"name":"JSA_NOW","features":[59]},{"name":"JSA_SPECIFIC_TIME","features":[59]},{"name":"JS_DELETING","features":[59]},{"name":"JS_FAILED","features":[59]},{"name":"JS_INPROGRESS","features":[59]},{"name":"JS_NOLINE","features":[59]},{"name":"JS_PAUSED","features":[59]},{"name":"JS_PENDING","features":[59]},{"name":"JS_RETRIES_EXCEEDED","features":[59]},{"name":"JS_RETRYING","features":[59]},{"name":"JT_FAIL_RECEIVE","features":[59]},{"name":"JT_RECEIVE","features":[59]},{"name":"JT_ROUTING","features":[59]},{"name":"JT_SEND","features":[59]},{"name":"JT_UNKNOWN","features":[59]},{"name":"MAX_NOTIFICATION_DATA","features":[59]},{"name":"MS_FAXROUTE_EMAIL_GUID","features":[59]},{"name":"MS_FAXROUTE_FOLDER_GUID","features":[59]},{"name":"MS_FAXROUTE_PRINTING_GUID","features":[59]},{"name":"PFAXABORT","features":[59,3]},{"name":"PFAXACCESSCHECK","features":[59,3]},{"name":"PFAXCLOSE","features":[59,3]},{"name":"PFAXCOMPLETEJOBPARAMSA","features":[59,3]},{"name":"PFAXCOMPLETEJOBPARAMSW","features":[59,3]},{"name":"PFAXCONNECTFAXSERVERA","features":[59,3]},{"name":"PFAXCONNECTFAXSERVERW","features":[59,3]},{"name":"PFAXDEVABORTOPERATION","features":[59,3]},{"name":"PFAXDEVCONFIGURE","features":[59,3,42]},{"name":"PFAXDEVENDJOB","features":[59,3]},{"name":"PFAXDEVINITIALIZE","features":[59,3]},{"name":"PFAXDEVRECEIVE","features":[59,3]},{"name":"PFAXDEVREPORTSTATUS","features":[59,3]},{"name":"PFAXDEVSEND","features":[59,3]},{"name":"PFAXDEVSHUTDOWN","features":[59]},{"name":"PFAXDEVSTARTJOB","features":[59,3]},{"name":"PFAXDEVVIRTUALDEVICECREATION","features":[59,3]},{"name":"PFAXENABLEROUTINGMETHODA","features":[59,3]},{"name":"PFAXENABLEROUTINGMETHODW","features":[59,3]},{"name":"PFAXENUMGLOBALROUTINGINFOA","features":[59,3]},{"name":"PFAXENUMGLOBALROUTINGINFOW","features":[59,3]},{"name":"PFAXENUMJOBSA","features":[59,3]},{"name":"PFAXENUMJOBSW","features":[59,3]},{"name":"PFAXENUMPORTSA","features":[59,3]},{"name":"PFAXENUMPORTSW","features":[59,3]},{"name":"PFAXENUMROUTINGMETHODSA","features":[59,3]},{"name":"PFAXENUMROUTINGMETHODSW","features":[59,3]},{"name":"PFAXFREEBUFFER","features":[59]},{"name":"PFAXGETCONFIGURATIONA","features":[59,3]},{"name":"PFAXGETCONFIGURATIONW","features":[59,3]},{"name":"PFAXGETDEVICESTATUSA","features":[59,3]},{"name":"PFAXGETDEVICESTATUSW","features":[59,3]},{"name":"PFAXGETJOBA","features":[59,3]},{"name":"PFAXGETJOBW","features":[59,3]},{"name":"PFAXGETLOGGINGCATEGORIESA","features":[59,3]},{"name":"PFAXGETLOGGINGCATEGORIESW","features":[59,3]},{"name":"PFAXGETPAGEDATA","features":[59,3]},{"name":"PFAXGETPORTA","features":[59,3]},{"name":"PFAXGETPORTW","features":[59,3]},{"name":"PFAXGETROUTINGINFOA","features":[59,3]},{"name":"PFAXGETROUTINGINFOW","features":[59,3]},{"name":"PFAXINITIALIZEEVENTQUEUE","features":[59,3]},{"name":"PFAXOPENPORT","features":[59,3]},{"name":"PFAXPRINTCOVERPAGEA","features":[59,3,14]},{"name":"PFAXPRINTCOVERPAGEW","features":[59,3,14]},{"name":"PFAXREGISTERROUTINGEXTENSIONW","features":[59,3]},{"name":"PFAXREGISTERSERVICEPROVIDERW","features":[59,3]},{"name":"PFAXROUTEADDFILE","features":[59]},{"name":"PFAXROUTEDELETEFILE","features":[59]},{"name":"PFAXROUTEDEVICECHANGENOTIFICATION","features":[59,3]},{"name":"PFAXROUTEDEVICEENABLE","features":[59,3]},{"name":"PFAXROUTEENUMFILE","features":[59,3]},{"name":"PFAXROUTEENUMFILES","features":[59,3]},{"name":"PFAXROUTEGETFILE","features":[59,3]},{"name":"PFAXROUTEGETROUTINGINFO","features":[59,3]},{"name":"PFAXROUTEINITIALIZE","features":[59,3]},{"name":"PFAXROUTEMETHOD","features":[59,3]},{"name":"PFAXROUTEMODIFYROUTINGDATA","features":[59,3]},{"name":"PFAXROUTESETROUTINGINFO","features":[59,3]},{"name":"PFAXSENDDOCUMENTA","features":[59,3]},{"name":"PFAXSENDDOCUMENTFORBROADCASTA","features":[59,3]},{"name":"PFAXSENDDOCUMENTFORBROADCASTW","features":[59,3]},{"name":"PFAXSENDDOCUMENTW","features":[59,3]},{"name":"PFAXSETCONFIGURATIONA","features":[59,3]},{"name":"PFAXSETCONFIGURATIONW","features":[59,3]},{"name":"PFAXSETGLOBALROUTINGINFOA","features":[59,3]},{"name":"PFAXSETGLOBALROUTINGINFOW","features":[59,3]},{"name":"PFAXSETJOBA","features":[59,3]},{"name":"PFAXSETJOBW","features":[59,3]},{"name":"PFAXSETLOGGINGCATEGORIESA","features":[59,3]},{"name":"PFAXSETLOGGINGCATEGORIESW","features":[59,3]},{"name":"PFAXSETPORTA","features":[59,3]},{"name":"PFAXSETPORTW","features":[59,3]},{"name":"PFAXSETROUTINGINFOA","features":[59,3]},{"name":"PFAXSETROUTINGINFOW","features":[59,3]},{"name":"PFAXSTARTPRINTJOBA","features":[59,3,14]},{"name":"PFAXSTARTPRINTJOBW","features":[59,3,14]},{"name":"PFAXUNREGISTERSERVICEPROVIDERW","features":[59,3]},{"name":"PFAX_EXT_CONFIG_CHANGE","features":[59]},{"name":"PFAX_EXT_FREE_BUFFER","features":[59]},{"name":"PFAX_EXT_GET_DATA","features":[59]},{"name":"PFAX_EXT_INITIALIZE_CONFIG","features":[59,3]},{"name":"PFAX_EXT_REGISTER_FOR_EVENTS","features":[59,3]},{"name":"PFAX_EXT_SET_DATA","features":[59,3]},{"name":"PFAX_EXT_UNREGISTER_FOR_EVENTS","features":[59,3]},{"name":"PFAX_LINECALLBACK","features":[59,3]},{"name":"PFAX_RECIPIENT_CALLBACKA","features":[59,3]},{"name":"PFAX_RECIPIENT_CALLBACKW","features":[59,3]},{"name":"PFAX_ROUTING_INSTALLATION_CALLBACKW","features":[59,3]},{"name":"PFAX_SEND_CALLBACK","features":[59,3]},{"name":"PFAX_SERVICE_CALLBACK","features":[59,3]},{"name":"PORT_OPEN_MODIFY","features":[59]},{"name":"PORT_OPEN_QUERY","features":[59]},{"name":"QUERY_STATUS","features":[59]},{"name":"REGSTR_VAL_BAUDRATE","features":[59]},{"name":"REGSTR_VAL_BAUDRATE_A","features":[59]},{"name":"REGSTR_VAL_DATA_W","features":[59]},{"name":"REGSTR_VAL_DEVICESUBTYPE_W","features":[59]},{"name":"REGSTR_VAL_DEVICETYPE_W","features":[59]},{"name":"REGSTR_VAL_DEVICE_NAME_W","features":[59]},{"name":"REGSTR_VAL_DEV_NAME_W","features":[59]},{"name":"REGSTR_VAL_DRIVER_DESC_W","features":[59]},{"name":"REGSTR_VAL_FRIENDLY_NAME_W","features":[59]},{"name":"REGSTR_VAL_GENERIC_CAPS_W","features":[59]},{"name":"REGSTR_VAL_GUID","features":[59]},{"name":"REGSTR_VAL_GUID_W","features":[59]},{"name":"REGSTR_VAL_HARDWARE","features":[59]},{"name":"REGSTR_VAL_HARDWARE_W","features":[59]},{"name":"REGSTR_VAL_LAUNCHABLE","features":[59]},{"name":"REGSTR_VAL_LAUNCHABLE_W","features":[59]},{"name":"REGSTR_VAL_LAUNCH_APPS","features":[59]},{"name":"REGSTR_VAL_LAUNCH_APPS_W","features":[59]},{"name":"REGSTR_VAL_SHUTDOWNDELAY","features":[59]},{"name":"REGSTR_VAL_SHUTDOWNDELAY_W","features":[59]},{"name":"REGSTR_VAL_TYPE_W","features":[59]},{"name":"REGSTR_VAL_VENDOR_NAME_W","features":[59]},{"name":"SEND_TO_FAX_RECIPIENT_ATTACHMENT","features":[59]},{"name":"STATUS_DISABLE","features":[59]},{"name":"STATUS_ENABLE","features":[59]},{"name":"STIEDFL_ALLDEVICES","features":[59]},{"name":"STIEDFL_ATTACHEDONLY","features":[59]},{"name":"STIERR_ALREADY_INITIALIZED","features":[59]},{"name":"STIERR_BADDRIVER","features":[59]},{"name":"STIERR_BETA_VERSION","features":[59]},{"name":"STIERR_DEVICENOTREG","features":[59]},{"name":"STIERR_DEVICE_LOCKED","features":[59]},{"name":"STIERR_DEVICE_NOTREADY","features":[59]},{"name":"STIERR_GENERIC","features":[59]},{"name":"STIERR_HANDLEEXISTS","features":[59]},{"name":"STIERR_INVALID_DEVICE_NAME","features":[59]},{"name":"STIERR_INVALID_HW_TYPE","features":[59]},{"name":"STIERR_INVALID_PARAM","features":[59]},{"name":"STIERR_NEEDS_LOCK","features":[59]},{"name":"STIERR_NOEVENTS","features":[59]},{"name":"STIERR_NOINTERFACE","features":[59]},{"name":"STIERR_NOTINITIALIZED","features":[59]},{"name":"STIERR_NOT_INITIALIZED","features":[59]},{"name":"STIERR_OBJECTNOTFOUND","features":[59]},{"name":"STIERR_OLD_VERSION","features":[59]},{"name":"STIERR_OUTOFMEMORY","features":[59]},{"name":"STIERR_READONLY","features":[59]},{"name":"STIERR_SHARING_VIOLATION","features":[59]},{"name":"STIERR_UNSUPPORTED","features":[59]},{"name":"STINOTIFY","features":[59]},{"name":"STISUBSCRIBE","features":[59,3]},{"name":"STI_ADD_DEVICE_BROADCAST_ACTION","features":[59]},{"name":"STI_ADD_DEVICE_BROADCAST_STRING","features":[59]},{"name":"STI_CHANGENOEFFECT","features":[59]},{"name":"STI_DEVICE_CREATE_BOTH","features":[59]},{"name":"STI_DEVICE_CREATE_DATA","features":[59]},{"name":"STI_DEVICE_CREATE_FOR_MONITOR","features":[59]},{"name":"STI_DEVICE_CREATE_MASK","features":[59]},{"name":"STI_DEVICE_CREATE_STATUS","features":[59]},{"name":"STI_DEVICE_INFORMATIONW","features":[59]},{"name":"STI_DEVICE_MJ_TYPE","features":[59]},{"name":"STI_DEVICE_STATUS","features":[59]},{"name":"STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP","features":[59]},{"name":"STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP_A","features":[59]},{"name":"STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS","features":[59]},{"name":"STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS_A","features":[59]},{"name":"STI_DEVICE_VALUE_ICM_PROFILE","features":[59]},{"name":"STI_DEVICE_VALUE_ICM_PROFILE_A","features":[59]},{"name":"STI_DEVICE_VALUE_ISIS_NAME","features":[59]},{"name":"STI_DEVICE_VALUE_ISIS_NAME_A","features":[59]},{"name":"STI_DEVICE_VALUE_TIMEOUT","features":[59]},{"name":"STI_DEVICE_VALUE_TIMEOUT_A","features":[59]},{"name":"STI_DEVICE_VALUE_TWAIN_NAME","features":[59]},{"name":"STI_DEVICE_VALUE_TWAIN_NAME_A","features":[59]},{"name":"STI_DEVSTATUS_EVENTS_STATE","features":[59]},{"name":"STI_DEVSTATUS_ONLINE_STATE","features":[59]},{"name":"STI_DEV_CAPS","features":[59]},{"name":"STI_DIAG","features":[59]},{"name":"STI_DIAGCODE_HWPRESENCE","features":[59]},{"name":"STI_ERROR_NO_ERROR","features":[59]},{"name":"STI_EVENTHANDLING_ENABLED","features":[59]},{"name":"STI_EVENTHANDLING_PENDING","features":[59]},{"name":"STI_EVENTHANDLING_POLLING","features":[59]},{"name":"STI_GENCAP_AUTO_PORTSELECT","features":[59]},{"name":"STI_GENCAP_COMMON_MASK","features":[59]},{"name":"STI_GENCAP_GENERATE_ARRIVALEVENT","features":[59]},{"name":"STI_GENCAP_NOTIFICATIONS","features":[59]},{"name":"STI_GENCAP_POLLING_NEEDED","features":[59]},{"name":"STI_GENCAP_SUBSET","features":[59]},{"name":"STI_GENCAP_WIA","features":[59]},{"name":"STI_HW_CONFIG_PARALLEL","features":[59]},{"name":"STI_HW_CONFIG_SCSI","features":[59]},{"name":"STI_HW_CONFIG_SERIAL","features":[59]},{"name":"STI_HW_CONFIG_UNKNOWN","features":[59]},{"name":"STI_HW_CONFIG_USB","features":[59]},{"name":"STI_MAX_INTERNAL_NAME_LENGTH","features":[59]},{"name":"STI_NOTCONNECTED","features":[59]},{"name":"STI_OK","features":[59]},{"name":"STI_ONLINESTATE_BUSY","features":[59]},{"name":"STI_ONLINESTATE_ERROR","features":[59]},{"name":"STI_ONLINESTATE_INITIALIZING","features":[59]},{"name":"STI_ONLINESTATE_IO_ACTIVE","features":[59]},{"name":"STI_ONLINESTATE_OFFLINE","features":[59]},{"name":"STI_ONLINESTATE_OPERATIONAL","features":[59]},{"name":"STI_ONLINESTATE_PAPER_JAM","features":[59]},{"name":"STI_ONLINESTATE_PAPER_PROBLEM","features":[59]},{"name":"STI_ONLINESTATE_PAUSED","features":[59]},{"name":"STI_ONLINESTATE_PENDING","features":[59]},{"name":"STI_ONLINESTATE_POWER_SAVE","features":[59]},{"name":"STI_ONLINESTATE_TRANSFERRING","features":[59]},{"name":"STI_ONLINESTATE_USER_INTERVENTION","features":[59]},{"name":"STI_ONLINESTATE_WARMING_UP","features":[59]},{"name":"STI_RAW_RESERVED","features":[59]},{"name":"STI_REMOVE_DEVICE_BROADCAST_ACTION","features":[59]},{"name":"STI_REMOVE_DEVICE_BROADCAST_STRING","features":[59]},{"name":"STI_SUBSCRIBE_FLAG_EVENT","features":[59]},{"name":"STI_SUBSCRIBE_FLAG_WINDOW","features":[59]},{"name":"STI_TRACE_ERROR","features":[59]},{"name":"STI_TRACE_INFORMATION","features":[59]},{"name":"STI_TRACE_WARNING","features":[59]},{"name":"STI_UNICODE","features":[59]},{"name":"STI_USD_CAPS","features":[59]},{"name":"STI_USD_GENCAP_NATIVE_PUSHSUPPORT","features":[59]},{"name":"STI_VERSION","features":[59]},{"name":"STI_VERSION_FLAG_MASK","features":[59]},{"name":"STI_VERSION_FLAG_UNICODE","features":[59]},{"name":"STI_VERSION_MIN_ALLOWED","features":[59]},{"name":"STI_VERSION_REAL","features":[59]},{"name":"STI_WIA_DEVICE_INFORMATIONW","features":[59]},{"name":"SUPPORTS_MSCPLUS_STR","features":[59]},{"name":"SUPPORTS_MSCPLUS_VAL","features":[59]},{"name":"SendToFaxRecipient","features":[59]},{"name":"SendToMode","features":[59]},{"name":"StiCreateInstanceW","features":[59,3]},{"name":"StiDeviceTypeDefault","features":[59]},{"name":"StiDeviceTypeDigitalCamera","features":[59]},{"name":"StiDeviceTypeScanner","features":[59]},{"name":"StiDeviceTypeStreamingVideo","features":[59]},{"name":"WIA_INCOMPAT_XP","features":[59]},{"name":"_ERROR_INFOW","features":[59]},{"name":"faetFXSSVC_ENDED","features":[59]},{"name":"faetIN_ARCHIVE","features":[59]},{"name":"faetIN_QUEUE","features":[59]},{"name":"faetNONE","features":[59]},{"name":"faetOUT_ARCHIVE","features":[59]},{"name":"faetOUT_QUEUE","features":[59]},{"name":"far2MANAGE_ARCHIVES","features":[59]},{"name":"far2MANAGE_CONFIG","features":[59]},{"name":"far2MANAGE_OUT_JOBS","features":[59]},{"name":"far2MANAGE_RECEIVE_FOLDER","features":[59]},{"name":"far2QUERY_ARCHIVES","features":[59]},{"name":"far2QUERY_CONFIG","features":[59]},{"name":"far2QUERY_OUT_JOBS","features":[59]},{"name":"far2SUBMIT_HIGH","features":[59]},{"name":"far2SUBMIT_LOW","features":[59]},{"name":"far2SUBMIT_NORMAL","features":[59]},{"name":"farMANAGE_CONFIG","features":[59]},{"name":"farMANAGE_IN_ARCHIVE","features":[59]},{"name":"farMANAGE_JOBS","features":[59]},{"name":"farMANAGE_OUT_ARCHIVE","features":[59]},{"name":"farQUERY_CONFIG","features":[59]},{"name":"farQUERY_IN_ARCHIVE","features":[59]},{"name":"farQUERY_JOBS","features":[59]},{"name":"farQUERY_OUT_ARCHIVE","features":[59]},{"name":"farSUBMIT_HIGH","features":[59]},{"name":"farSUBMIT_LOW","features":[59]},{"name":"farSUBMIT_NORMAL","features":[59]},{"name":"fcptLOCAL","features":[59]},{"name":"fcptNONE","features":[59]},{"name":"fcptSERVER","features":[59]},{"name":"fdrmAUTO_ANSWER","features":[59]},{"name":"fdrmMANUAL_ANSWER","features":[59]},{"name":"fdrmNO_ANSWER","features":[59]},{"name":"fgsALL_DEV_NOT_VALID","features":[59]},{"name":"fgsALL_DEV_VALID","features":[59]},{"name":"fgsEMPTY","features":[59]},{"name":"fgsSOME_DEV_NOT_VALID","features":[59]},{"name":"fjesANSWERED","features":[59]},{"name":"fjesBAD_ADDRESS","features":[59]},{"name":"fjesBUSY","features":[59]},{"name":"fjesCALL_ABORTED","features":[59]},{"name":"fjesCALL_BLACKLISTED","features":[59]},{"name":"fjesCALL_COMPLETED","features":[59]},{"name":"fjesCALL_DELAYED","features":[59]},{"name":"fjesDIALING","features":[59]},{"name":"fjesDISCONNECTED","features":[59]},{"name":"fjesFATAL_ERROR","features":[59]},{"name":"fjesHANDLED","features":[59]},{"name":"fjesINITIALIZING","features":[59]},{"name":"fjesLINE_UNAVAILABLE","features":[59]},{"name":"fjesNONE","features":[59]},{"name":"fjesNOT_FAX_CALL","features":[59]},{"name":"fjesNO_ANSWER","features":[59]},{"name":"fjesNO_DIAL_TONE","features":[59]},{"name":"fjesPARTIALLY_RECEIVED","features":[59]},{"name":"fjesPROPRIETARY","features":[59]},{"name":"fjesRECEIVING","features":[59]},{"name":"fjesTRANSMITTING","features":[59]},{"name":"fjoDELETE","features":[59]},{"name":"fjoPAUSE","features":[59]},{"name":"fjoRECIPIENT_INFO","features":[59]},{"name":"fjoRESTART","features":[59]},{"name":"fjoRESUME","features":[59]},{"name":"fjoSENDER_INFO","features":[59]},{"name":"fjoVIEW","features":[59]},{"name":"fjsCANCELED","features":[59]},{"name":"fjsCANCELING","features":[59]},{"name":"fjsCOMPLETED","features":[59]},{"name":"fjsFAILED","features":[59]},{"name":"fjsINPROGRESS","features":[59]},{"name":"fjsNOLINE","features":[59]},{"name":"fjsPAUSED","features":[59]},{"name":"fjsPENDING","features":[59]},{"name":"fjsRETRIES_EXCEEDED","features":[59]},{"name":"fjsRETRYING","features":[59]},{"name":"fjsROUTING","features":[59]},{"name":"fjtRECEIVE","features":[59]},{"name":"fjtROUTING","features":[59]},{"name":"fjtSEND","features":[59]},{"name":"fllMAX","features":[59]},{"name":"fllMED","features":[59]},{"name":"fllMIN","features":[59]},{"name":"fllNONE","features":[59]},{"name":"fpsBAD_GUID","features":[59]},{"name":"fpsBAD_VERSION","features":[59]},{"name":"fpsCANT_INIT","features":[59]},{"name":"fpsCANT_LINK","features":[59]},{"name":"fpsCANT_LOAD","features":[59]},{"name":"fpsSERVER_ERROR","features":[59]},{"name":"fpsSUCCESS","features":[59]},{"name":"fptHIGH","features":[59]},{"name":"fptLOW","features":[59]},{"name":"fptNORMAL","features":[59]},{"name":"frrcANY_CODE","features":[59]},{"name":"frsALL_GROUP_DEV_NOT_VALID","features":[59]},{"name":"frsBAD_DEVICE","features":[59]},{"name":"frsEMPTY_GROUP","features":[59]},{"name":"frsSOME_GROUP_DEV_NOT_VALID","features":[59]},{"name":"frsVALID","features":[59]},{"name":"frtMAIL","features":[59]},{"name":"frtMSGBOX","features":[59]},{"name":"frtNONE","features":[59]},{"name":"fsAPI_VERSION_0","features":[59]},{"name":"fsAPI_VERSION_1","features":[59]},{"name":"fsAPI_VERSION_2","features":[59]},{"name":"fsAPI_VERSION_3","features":[59]},{"name":"fsatANONYMOUS","features":[59]},{"name":"fsatBASIC","features":[59]},{"name":"fsatNTLM","features":[59]},{"name":"fsetACTIVITY","features":[59]},{"name":"fsetCONFIG","features":[59]},{"name":"fsetDEVICE_STATUS","features":[59]},{"name":"fsetFXSSVC_ENDED","features":[59]},{"name":"fsetINCOMING_CALL","features":[59]},{"name":"fsetIN_ARCHIVE","features":[59]},{"name":"fsetIN_QUEUE","features":[59]},{"name":"fsetNONE","features":[59]},{"name":"fsetOUT_ARCHIVE","features":[59]},{"name":"fsetOUT_QUEUE","features":[59]},{"name":"fsetQUEUE_STATE","features":[59]},{"name":"fstDISCOUNT_PERIOD","features":[59]},{"name":"fstNOW","features":[59]},{"name":"fstSPECIFIC_TIME","features":[59]},{"name":"lDEFAULT_PREFETCH_SIZE","features":[59]},{"name":"prv_DEFAULT_PREFETCH_SIZE","features":[59]},{"name":"wcharREASSIGN_RECIPIENTS_DELIMITER","features":[59]}],"382":[{"name":"BALLPOINT_I8042_HARDWARE","features":[60]},{"name":"BALLPOINT_SERIAL_HARDWARE","features":[60]},{"name":"BUTTON_BIT_ALLBUTTONSMASK","features":[60]},{"name":"BUTTON_BIT_BACK","features":[60]},{"name":"BUTTON_BIT_CAMERAFOCUS","features":[60]},{"name":"BUTTON_BIT_CAMERALENS","features":[60]},{"name":"BUTTON_BIT_CAMERASHUTTER","features":[60]},{"name":"BUTTON_BIT_HEADSET","features":[60]},{"name":"BUTTON_BIT_HWKBDEPLOY","features":[60]},{"name":"BUTTON_BIT_OEMCUSTOM","features":[60]},{"name":"BUTTON_BIT_OEMCUSTOM2","features":[60]},{"name":"BUTTON_BIT_OEMCUSTOM3","features":[60]},{"name":"BUTTON_BIT_POWER","features":[60]},{"name":"BUTTON_BIT_RINGERTOGGLE","features":[60]},{"name":"BUTTON_BIT_ROTATION_LOCK","features":[60]},{"name":"BUTTON_BIT_SEARCH","features":[60]},{"name":"BUTTON_BIT_VOLUMEDOWN","features":[60]},{"name":"BUTTON_BIT_VOLUMEUP","features":[60]},{"name":"BUTTON_BIT_WINDOWS","features":[60]},{"name":"CLSID_DirectInput","features":[60]},{"name":"CLSID_DirectInput8","features":[60]},{"name":"CLSID_DirectInputDevice","features":[60]},{"name":"CLSID_DirectInputDevice8","features":[60]},{"name":"CPOINT","features":[60]},{"name":"DD_KEYBOARD_DEVICE_NAME","features":[60]},{"name":"DD_KEYBOARD_DEVICE_NAME_U","features":[60]},{"name":"DD_MOUSE_DEVICE_NAME","features":[60]},{"name":"DD_MOUSE_DEVICE_NAME_U","features":[60]},{"name":"DEVPKEY_DeviceInterface_HID_BackgroundAccess","features":[60,1]},{"name":"DEVPKEY_DeviceInterface_HID_IsReadOnly","features":[60,1]},{"name":"DEVPKEY_DeviceInterface_HID_ProductId","features":[60,1]},{"name":"DEVPKEY_DeviceInterface_HID_UsageId","features":[60,1]},{"name":"DEVPKEY_DeviceInterface_HID_UsagePage","features":[60,1]},{"name":"DEVPKEY_DeviceInterface_HID_VendorId","features":[60,1]},{"name":"DEVPKEY_DeviceInterface_HID_VersionNumber","features":[60,1]},{"name":"DEVPKEY_DeviceInterface_HID_WakeScreenOnInputCapable","features":[60,1]},{"name":"DI8DEVCLASS_ALL","features":[60]},{"name":"DI8DEVCLASS_DEVICE","features":[60]},{"name":"DI8DEVCLASS_GAMECTRL","features":[60]},{"name":"DI8DEVCLASS_KEYBOARD","features":[60]},{"name":"DI8DEVCLASS_POINTER","features":[60]},{"name":"DI8DEVTYPE1STPERSON_LIMITED","features":[60]},{"name":"DI8DEVTYPE1STPERSON_SHOOTER","features":[60]},{"name":"DI8DEVTYPE1STPERSON_SIXDOF","features":[60]},{"name":"DI8DEVTYPE1STPERSON_UNKNOWN","features":[60]},{"name":"DI8DEVTYPEDEVICECTRL_COMMSSELECTION","features":[60]},{"name":"DI8DEVTYPEDEVICECTRL_COMMSSELECTION_HARDWIRED","features":[60]},{"name":"DI8DEVTYPEDEVICECTRL_UNKNOWN","features":[60]},{"name":"DI8DEVTYPEDRIVING_COMBINEDPEDALS","features":[60]},{"name":"DI8DEVTYPEDRIVING_DUALPEDALS","features":[60]},{"name":"DI8DEVTYPEDRIVING_HANDHELD","features":[60]},{"name":"DI8DEVTYPEDRIVING_LIMITED","features":[60]},{"name":"DI8DEVTYPEDRIVING_THREEPEDALS","features":[60]},{"name":"DI8DEVTYPEFLIGHT_LIMITED","features":[60]},{"name":"DI8DEVTYPEFLIGHT_RC","features":[60]},{"name":"DI8DEVTYPEFLIGHT_STICK","features":[60]},{"name":"DI8DEVTYPEFLIGHT_YOKE","features":[60]},{"name":"DI8DEVTYPEGAMEPAD_LIMITED","features":[60]},{"name":"DI8DEVTYPEGAMEPAD_STANDARD","features":[60]},{"name":"DI8DEVTYPEGAMEPAD_TILT","features":[60]},{"name":"DI8DEVTYPEJOYSTICK_LIMITED","features":[60]},{"name":"DI8DEVTYPEJOYSTICK_STANDARD","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_J3100","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_JAPAN106","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_JAPANAX","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_NEC98","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_NEC98106","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_NEC98LAPTOP","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_NOKIA1050","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_NOKIA9140","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_OLIVETTI","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_PCAT","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_PCENH","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_PCXT","features":[60]},{"name":"DI8DEVTYPEKEYBOARD_UNKNOWN","features":[60]},{"name":"DI8DEVTYPEMOUSE_ABSOLUTE","features":[60]},{"name":"DI8DEVTYPEMOUSE_FINGERSTICK","features":[60]},{"name":"DI8DEVTYPEMOUSE_TOUCHPAD","features":[60]},{"name":"DI8DEVTYPEMOUSE_TRACKBALL","features":[60]},{"name":"DI8DEVTYPEMOUSE_TRADITIONAL","features":[60]},{"name":"DI8DEVTYPEMOUSE_UNKNOWN","features":[60]},{"name":"DI8DEVTYPEREMOTE_UNKNOWN","features":[60]},{"name":"DI8DEVTYPESCREENPTR_LIGHTGUN","features":[60]},{"name":"DI8DEVTYPESCREENPTR_LIGHTPEN","features":[60]},{"name":"DI8DEVTYPESCREENPTR_TOUCH","features":[60]},{"name":"DI8DEVTYPESCREENPTR_UNKNOWN","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_2NDHANDCONTROLLER","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_COMBINEDPEDALS","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_DUALPEDALS","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_HANDTRACKER","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_HEADTRACKER","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_RUDDERPEDALS","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_SHIFTER","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_SHIFTSTICKGATE","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_SPLITTHROTTLE","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_THREEPEDALS","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_THROTTLE","features":[60]},{"name":"DI8DEVTYPESUPPLEMENTAL_UNKNOWN","features":[60]},{"name":"DI8DEVTYPE_1STPERSON","features":[60]},{"name":"DI8DEVTYPE_DEVICE","features":[60]},{"name":"DI8DEVTYPE_DEVICECTRL","features":[60]},{"name":"DI8DEVTYPE_DRIVING","features":[60]},{"name":"DI8DEVTYPE_FLIGHT","features":[60]},{"name":"DI8DEVTYPE_GAMEPAD","features":[60]},{"name":"DI8DEVTYPE_JOYSTICK","features":[60]},{"name":"DI8DEVTYPE_KEYBOARD","features":[60]},{"name":"DI8DEVTYPE_LIMITEDGAMESUBTYPE","features":[60]},{"name":"DI8DEVTYPE_MOUSE","features":[60]},{"name":"DI8DEVTYPE_REMOTE","features":[60]},{"name":"DI8DEVTYPE_SCREENPOINTER","features":[60]},{"name":"DI8DEVTYPE_SUPPLEMENTAL","features":[60]},{"name":"DIACTIONA","features":[60]},{"name":"DIACTIONFORMATA","features":[60,3]},{"name":"DIACTIONFORMATW","features":[60,3]},{"name":"DIACTIONW","features":[60]},{"name":"DIAFTS_NEWDEVICEHIGH","features":[60]},{"name":"DIAFTS_NEWDEVICELOW","features":[60]},{"name":"DIAFTS_UNUSEDDEVICEHIGH","features":[60]},{"name":"DIAFTS_UNUSEDDEVICELOW","features":[60]},{"name":"DIAH_APPREQUESTED","features":[60]},{"name":"DIAH_DEFAULT","features":[60]},{"name":"DIAH_ERROR","features":[60]},{"name":"DIAH_HWAPP","features":[60]},{"name":"DIAH_HWDEFAULT","features":[60]},{"name":"DIAH_UNMAPPED","features":[60]},{"name":"DIAH_USERCONFIG","features":[60]},{"name":"DIAPPIDFLAG_NOSIZE","features":[60]},{"name":"DIAPPIDFLAG_NOTIME","features":[60]},{"name":"DIAXIS_2DCONTROL_INOUT","features":[60]},{"name":"DIAXIS_2DCONTROL_LATERAL","features":[60]},{"name":"DIAXIS_2DCONTROL_MOVE","features":[60]},{"name":"DIAXIS_2DCONTROL_ROTATEZ","features":[60]},{"name":"DIAXIS_3DCONTROL_INOUT","features":[60]},{"name":"DIAXIS_3DCONTROL_LATERAL","features":[60]},{"name":"DIAXIS_3DCONTROL_MOVE","features":[60]},{"name":"DIAXIS_3DCONTROL_ROTATEX","features":[60]},{"name":"DIAXIS_3DCONTROL_ROTATEY","features":[60]},{"name":"DIAXIS_3DCONTROL_ROTATEZ","features":[60]},{"name":"DIAXIS_ANY_1","features":[60]},{"name":"DIAXIS_ANY_2","features":[60]},{"name":"DIAXIS_ANY_3","features":[60]},{"name":"DIAXIS_ANY_4","features":[60]},{"name":"DIAXIS_ANY_A_1","features":[60]},{"name":"DIAXIS_ANY_A_2","features":[60]},{"name":"DIAXIS_ANY_B_1","features":[60]},{"name":"DIAXIS_ANY_B_2","features":[60]},{"name":"DIAXIS_ANY_C_1","features":[60]},{"name":"DIAXIS_ANY_C_2","features":[60]},{"name":"DIAXIS_ANY_R_1","features":[60]},{"name":"DIAXIS_ANY_R_2","features":[60]},{"name":"DIAXIS_ANY_S_1","features":[60]},{"name":"DIAXIS_ANY_S_2","features":[60]},{"name":"DIAXIS_ANY_U_1","features":[60]},{"name":"DIAXIS_ANY_U_2","features":[60]},{"name":"DIAXIS_ANY_V_1","features":[60]},{"name":"DIAXIS_ANY_V_2","features":[60]},{"name":"DIAXIS_ANY_X_1","features":[60]},{"name":"DIAXIS_ANY_X_2","features":[60]},{"name":"DIAXIS_ANY_Y_1","features":[60]},{"name":"DIAXIS_ANY_Y_2","features":[60]},{"name":"DIAXIS_ANY_Z_1","features":[60]},{"name":"DIAXIS_ANY_Z_2","features":[60]},{"name":"DIAXIS_ARCADEP_LATERAL","features":[60]},{"name":"DIAXIS_ARCADEP_MOVE","features":[60]},{"name":"DIAXIS_ARCADES_LATERAL","features":[60]},{"name":"DIAXIS_ARCADES_MOVE","features":[60]},{"name":"DIAXIS_BASEBALLB_LATERAL","features":[60]},{"name":"DIAXIS_BASEBALLB_MOVE","features":[60]},{"name":"DIAXIS_BASEBALLF_LATERAL","features":[60]},{"name":"DIAXIS_BASEBALLF_MOVE","features":[60]},{"name":"DIAXIS_BASEBALLP_LATERAL","features":[60]},{"name":"DIAXIS_BASEBALLP_MOVE","features":[60]},{"name":"DIAXIS_BBALLD_LATERAL","features":[60]},{"name":"DIAXIS_BBALLD_MOVE","features":[60]},{"name":"DIAXIS_BBALLO_LATERAL","features":[60]},{"name":"DIAXIS_BBALLO_MOVE","features":[60]},{"name":"DIAXIS_BIKINGM_BRAKE","features":[60]},{"name":"DIAXIS_BIKINGM_PEDAL","features":[60]},{"name":"DIAXIS_BIKINGM_TURN","features":[60]},{"name":"DIAXIS_BROWSER_LATERAL","features":[60]},{"name":"DIAXIS_BROWSER_MOVE","features":[60]},{"name":"DIAXIS_BROWSER_VIEW","features":[60]},{"name":"DIAXIS_CADF_INOUT","features":[60]},{"name":"DIAXIS_CADF_LATERAL","features":[60]},{"name":"DIAXIS_CADF_MOVE","features":[60]},{"name":"DIAXIS_CADF_ROTATEX","features":[60]},{"name":"DIAXIS_CADF_ROTATEY","features":[60]},{"name":"DIAXIS_CADF_ROTATEZ","features":[60]},{"name":"DIAXIS_CADM_INOUT","features":[60]},{"name":"DIAXIS_CADM_LATERAL","features":[60]},{"name":"DIAXIS_CADM_MOVE","features":[60]},{"name":"DIAXIS_CADM_ROTATEX","features":[60]},{"name":"DIAXIS_CADM_ROTATEY","features":[60]},{"name":"DIAXIS_CADM_ROTATEZ","features":[60]},{"name":"DIAXIS_DRIVINGC_ACCELERATE","features":[60]},{"name":"DIAXIS_DRIVINGC_ACCEL_AND_BRAKE","features":[60]},{"name":"DIAXIS_DRIVINGC_BRAKE","features":[60]},{"name":"DIAXIS_DRIVINGC_STEER","features":[60]},{"name":"DIAXIS_DRIVINGR_ACCELERATE","features":[60]},{"name":"DIAXIS_DRIVINGR_ACCEL_AND_BRAKE","features":[60]},{"name":"DIAXIS_DRIVINGR_BRAKE","features":[60]},{"name":"DIAXIS_DRIVINGR_STEER","features":[60]},{"name":"DIAXIS_DRIVINGT_ACCELERATE","features":[60]},{"name":"DIAXIS_DRIVINGT_ACCEL_AND_BRAKE","features":[60]},{"name":"DIAXIS_DRIVINGT_BARREL","features":[60]},{"name":"DIAXIS_DRIVINGT_BRAKE","features":[60]},{"name":"DIAXIS_DRIVINGT_ROTATE","features":[60]},{"name":"DIAXIS_DRIVINGT_STEER","features":[60]},{"name":"DIAXIS_FIGHTINGH_LATERAL","features":[60]},{"name":"DIAXIS_FIGHTINGH_MOVE","features":[60]},{"name":"DIAXIS_FIGHTINGH_ROTATE","features":[60]},{"name":"DIAXIS_FISHING_LATERAL","features":[60]},{"name":"DIAXIS_FISHING_MOVE","features":[60]},{"name":"DIAXIS_FISHING_ROTATE","features":[60]},{"name":"DIAXIS_FLYINGC_BANK","features":[60]},{"name":"DIAXIS_FLYINGC_BRAKE","features":[60]},{"name":"DIAXIS_FLYINGC_FLAPS","features":[60]},{"name":"DIAXIS_FLYINGC_PITCH","features":[60]},{"name":"DIAXIS_FLYINGC_RUDDER","features":[60]},{"name":"DIAXIS_FLYINGC_THROTTLE","features":[60]},{"name":"DIAXIS_FLYINGH_BANK","features":[60]},{"name":"DIAXIS_FLYINGH_COLLECTIVE","features":[60]},{"name":"DIAXIS_FLYINGH_PITCH","features":[60]},{"name":"DIAXIS_FLYINGH_THROTTLE","features":[60]},{"name":"DIAXIS_FLYINGH_TORQUE","features":[60]},{"name":"DIAXIS_FLYINGM_BANK","features":[60]},{"name":"DIAXIS_FLYINGM_BRAKE","features":[60]},{"name":"DIAXIS_FLYINGM_FLAPS","features":[60]},{"name":"DIAXIS_FLYINGM_PITCH","features":[60]},{"name":"DIAXIS_FLYINGM_RUDDER","features":[60]},{"name":"DIAXIS_FLYINGM_THROTTLE","features":[60]},{"name":"DIAXIS_FOOTBALLD_LATERAL","features":[60]},{"name":"DIAXIS_FOOTBALLD_MOVE","features":[60]},{"name":"DIAXIS_FOOTBALLO_LATERAL","features":[60]},{"name":"DIAXIS_FOOTBALLO_MOVE","features":[60]},{"name":"DIAXIS_FOOTBALLQ_LATERAL","features":[60]},{"name":"DIAXIS_FOOTBALLQ_MOVE","features":[60]},{"name":"DIAXIS_FPS_LOOKUPDOWN","features":[60]},{"name":"DIAXIS_FPS_MOVE","features":[60]},{"name":"DIAXIS_FPS_ROTATE","features":[60]},{"name":"DIAXIS_FPS_SIDESTEP","features":[60]},{"name":"DIAXIS_GOLF_LATERAL","features":[60]},{"name":"DIAXIS_GOLF_MOVE","features":[60]},{"name":"DIAXIS_HOCKEYD_LATERAL","features":[60]},{"name":"DIAXIS_HOCKEYD_MOVE","features":[60]},{"name":"DIAXIS_HOCKEYG_LATERAL","features":[60]},{"name":"DIAXIS_HOCKEYG_MOVE","features":[60]},{"name":"DIAXIS_HOCKEYO_LATERAL","features":[60]},{"name":"DIAXIS_HOCKEYO_MOVE","features":[60]},{"name":"DIAXIS_HUNTING_LATERAL","features":[60]},{"name":"DIAXIS_HUNTING_MOVE","features":[60]},{"name":"DIAXIS_HUNTING_ROTATE","features":[60]},{"name":"DIAXIS_MECHA_ROTATE","features":[60]},{"name":"DIAXIS_MECHA_STEER","features":[60]},{"name":"DIAXIS_MECHA_THROTTLE","features":[60]},{"name":"DIAXIS_MECHA_TORSO","features":[60]},{"name":"DIAXIS_RACQUET_LATERAL","features":[60]},{"name":"DIAXIS_RACQUET_MOVE","features":[60]},{"name":"DIAXIS_REMOTE_SLIDER","features":[60]},{"name":"DIAXIS_REMOTE_SLIDER2","features":[60]},{"name":"DIAXIS_SKIING_SPEED","features":[60]},{"name":"DIAXIS_SKIING_TURN","features":[60]},{"name":"DIAXIS_SOCCERD_LATERAL","features":[60]},{"name":"DIAXIS_SOCCERD_MOVE","features":[60]},{"name":"DIAXIS_SOCCERO_BEND","features":[60]},{"name":"DIAXIS_SOCCERO_LATERAL","features":[60]},{"name":"DIAXIS_SOCCERO_MOVE","features":[60]},{"name":"DIAXIS_SPACESIM_CLIMB","features":[60]},{"name":"DIAXIS_SPACESIM_LATERAL","features":[60]},{"name":"DIAXIS_SPACESIM_MOVE","features":[60]},{"name":"DIAXIS_SPACESIM_ROTATE","features":[60]},{"name":"DIAXIS_SPACESIM_THROTTLE","features":[60]},{"name":"DIAXIS_STRATEGYR_LATERAL","features":[60]},{"name":"DIAXIS_STRATEGYR_MOVE","features":[60]},{"name":"DIAXIS_STRATEGYR_ROTATE","features":[60]},{"name":"DIAXIS_STRATEGYT_LATERAL","features":[60]},{"name":"DIAXIS_STRATEGYT_MOVE","features":[60]},{"name":"DIAXIS_TPS_MOVE","features":[60]},{"name":"DIAXIS_TPS_STEP","features":[60]},{"name":"DIAXIS_TPS_TURN","features":[60]},{"name":"DIA_APPFIXED","features":[60]},{"name":"DIA_APPMAPPED","features":[60]},{"name":"DIA_APPNOMAP","features":[60]},{"name":"DIA_FORCEFEEDBACK","features":[60]},{"name":"DIA_NORANGE","features":[60]},{"name":"DIBUTTON_2DCONTROL_DEVICE","features":[60]},{"name":"DIBUTTON_2DCONTROL_DISPLAY","features":[60]},{"name":"DIBUTTON_2DCONTROL_MENU","features":[60]},{"name":"DIBUTTON_2DCONTROL_PAUSE","features":[60]},{"name":"DIBUTTON_2DCONTROL_SELECT","features":[60]},{"name":"DIBUTTON_2DCONTROL_SPECIAL","features":[60]},{"name":"DIBUTTON_2DCONTROL_SPECIAL1","features":[60]},{"name":"DIBUTTON_2DCONTROL_SPECIAL2","features":[60]},{"name":"DIBUTTON_3DCONTROL_DEVICE","features":[60]},{"name":"DIBUTTON_3DCONTROL_DISPLAY","features":[60]},{"name":"DIBUTTON_3DCONTROL_MENU","features":[60]},{"name":"DIBUTTON_3DCONTROL_PAUSE","features":[60]},{"name":"DIBUTTON_3DCONTROL_SELECT","features":[60]},{"name":"DIBUTTON_3DCONTROL_SPECIAL","features":[60]},{"name":"DIBUTTON_3DCONTROL_SPECIAL1","features":[60]},{"name":"DIBUTTON_3DCONTROL_SPECIAL2","features":[60]},{"name":"DIBUTTON_ARCADEP_BACK_LINK","features":[60]},{"name":"DIBUTTON_ARCADEP_CROUCH","features":[60]},{"name":"DIBUTTON_ARCADEP_DEVICE","features":[60]},{"name":"DIBUTTON_ARCADEP_FIRE","features":[60]},{"name":"DIBUTTON_ARCADEP_FIRESECONDARY","features":[60]},{"name":"DIBUTTON_ARCADEP_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_ARCADEP_JUMP","features":[60]},{"name":"DIBUTTON_ARCADEP_LEFT_LINK","features":[60]},{"name":"DIBUTTON_ARCADEP_MENU","features":[60]},{"name":"DIBUTTON_ARCADEP_PAUSE","features":[60]},{"name":"DIBUTTON_ARCADEP_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_ARCADEP_SELECT","features":[60]},{"name":"DIBUTTON_ARCADEP_SPECIAL","features":[60]},{"name":"DIBUTTON_ARCADEP_VIEW_DOWN_LINK","features":[60]},{"name":"DIBUTTON_ARCADEP_VIEW_LEFT_LINK","features":[60]},{"name":"DIBUTTON_ARCADEP_VIEW_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_ARCADEP_VIEW_UP_LINK","features":[60]},{"name":"DIBUTTON_ARCADES_ATTACK","features":[60]},{"name":"DIBUTTON_ARCADES_BACK_LINK","features":[60]},{"name":"DIBUTTON_ARCADES_CARRY","features":[60]},{"name":"DIBUTTON_ARCADES_DEVICE","features":[60]},{"name":"DIBUTTON_ARCADES_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_ARCADES_LEFT_LINK","features":[60]},{"name":"DIBUTTON_ARCADES_MENU","features":[60]},{"name":"DIBUTTON_ARCADES_PAUSE","features":[60]},{"name":"DIBUTTON_ARCADES_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_ARCADES_SELECT","features":[60]},{"name":"DIBUTTON_ARCADES_SPECIAL","features":[60]},{"name":"DIBUTTON_ARCADES_THROW","features":[60]},{"name":"DIBUTTON_ARCADES_VIEW_DOWN_LINK","features":[60]},{"name":"DIBUTTON_ARCADES_VIEW_LEFT_LINK","features":[60]},{"name":"DIBUTTON_ARCADES_VIEW_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_ARCADES_VIEW_UP_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLB_BACK_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLB_BOX","features":[60]},{"name":"DIBUTTON_BASEBALLB_BUNT","features":[60]},{"name":"DIBUTTON_BASEBALLB_BURST","features":[60]},{"name":"DIBUTTON_BASEBALLB_CONTACT","features":[60]},{"name":"DIBUTTON_BASEBALLB_DEVICE","features":[60]},{"name":"DIBUTTON_BASEBALLB_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLB_LEFT_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLB_MENU","features":[60]},{"name":"DIBUTTON_BASEBALLB_NORMAL","features":[60]},{"name":"DIBUTTON_BASEBALLB_NOSTEAL","features":[60]},{"name":"DIBUTTON_BASEBALLB_PAUSE","features":[60]},{"name":"DIBUTTON_BASEBALLB_POWER","features":[60]},{"name":"DIBUTTON_BASEBALLB_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLB_SELECT","features":[60]},{"name":"DIBUTTON_BASEBALLB_SLIDE","features":[60]},{"name":"DIBUTTON_BASEBALLB_STEAL","features":[60]},{"name":"DIBUTTON_BASEBALLF_AIM_LEFT_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLF_AIM_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLF_BACK_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLF_BURST","features":[60]},{"name":"DIBUTTON_BASEBALLF_DEVICE","features":[60]},{"name":"DIBUTTON_BASEBALLF_DIVE","features":[60]},{"name":"DIBUTTON_BASEBALLF_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLF_JUMP","features":[60]},{"name":"DIBUTTON_BASEBALLF_MENU","features":[60]},{"name":"DIBUTTON_BASEBALLF_NEAREST","features":[60]},{"name":"DIBUTTON_BASEBALLF_PAUSE","features":[60]},{"name":"DIBUTTON_BASEBALLF_SHIFTIN","features":[60]},{"name":"DIBUTTON_BASEBALLF_SHIFTOUT","features":[60]},{"name":"DIBUTTON_BASEBALLF_THROW1","features":[60]},{"name":"DIBUTTON_BASEBALLF_THROW2","features":[60]},{"name":"DIBUTTON_BASEBALLP_BACK_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLP_BASE","features":[60]},{"name":"DIBUTTON_BASEBALLP_DEVICE","features":[60]},{"name":"DIBUTTON_BASEBALLP_FAKE","features":[60]},{"name":"DIBUTTON_BASEBALLP_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLP_LEFT_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLP_LOOK","features":[60]},{"name":"DIBUTTON_BASEBALLP_MENU","features":[60]},{"name":"DIBUTTON_BASEBALLP_PAUSE","features":[60]},{"name":"DIBUTTON_BASEBALLP_PITCH","features":[60]},{"name":"DIBUTTON_BASEBALLP_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_BASEBALLP_SELECT","features":[60]},{"name":"DIBUTTON_BASEBALLP_THROW","features":[60]},{"name":"DIBUTTON_BASEBALLP_WALK","features":[60]},{"name":"DIBUTTON_BBALLD_BACK_LINK","features":[60]},{"name":"DIBUTTON_BBALLD_BURST","features":[60]},{"name":"DIBUTTON_BBALLD_DEVICE","features":[60]},{"name":"DIBUTTON_BBALLD_FAKE","features":[60]},{"name":"DIBUTTON_BBALLD_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_BBALLD_JUMP","features":[60]},{"name":"DIBUTTON_BBALLD_LEFT_LINK","features":[60]},{"name":"DIBUTTON_BBALLD_MENU","features":[60]},{"name":"DIBUTTON_BBALLD_PAUSE","features":[60]},{"name":"DIBUTTON_BBALLD_PLAY","features":[60]},{"name":"DIBUTTON_BBALLD_PLAYER","features":[60]},{"name":"DIBUTTON_BBALLD_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_BBALLD_SPECIAL","features":[60]},{"name":"DIBUTTON_BBALLD_STEAL","features":[60]},{"name":"DIBUTTON_BBALLD_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_BBALLD_TIMEOUT","features":[60]},{"name":"DIBUTTON_BBALLO_BACK_LINK","features":[60]},{"name":"DIBUTTON_BBALLO_BURST","features":[60]},{"name":"DIBUTTON_BBALLO_CALL","features":[60]},{"name":"DIBUTTON_BBALLO_DEVICE","features":[60]},{"name":"DIBUTTON_BBALLO_DUNK","features":[60]},{"name":"DIBUTTON_BBALLO_FAKE","features":[60]},{"name":"DIBUTTON_BBALLO_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_BBALLO_JAB","features":[60]},{"name":"DIBUTTON_BBALLO_LEFT_LINK","features":[60]},{"name":"DIBUTTON_BBALLO_MENU","features":[60]},{"name":"DIBUTTON_BBALLO_PASS","features":[60]},{"name":"DIBUTTON_BBALLO_PAUSE","features":[60]},{"name":"DIBUTTON_BBALLO_PLAY","features":[60]},{"name":"DIBUTTON_BBALLO_PLAYER","features":[60]},{"name":"DIBUTTON_BBALLO_POST","features":[60]},{"name":"DIBUTTON_BBALLO_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_BBALLO_SCREEN","features":[60]},{"name":"DIBUTTON_BBALLO_SHOOT","features":[60]},{"name":"DIBUTTON_BBALLO_SPECIAL","features":[60]},{"name":"DIBUTTON_BBALLO_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_BBALLO_TIMEOUT","features":[60]},{"name":"DIBUTTON_BIKINGM_BRAKE_BUTTON_LINK","features":[60]},{"name":"DIBUTTON_BIKINGM_CAMERA","features":[60]},{"name":"DIBUTTON_BIKINGM_DEVICE","features":[60]},{"name":"DIBUTTON_BIKINGM_FASTER_LINK","features":[60]},{"name":"DIBUTTON_BIKINGM_JUMP","features":[60]},{"name":"DIBUTTON_BIKINGM_LEFT_LINK","features":[60]},{"name":"DIBUTTON_BIKINGM_MENU","features":[60]},{"name":"DIBUTTON_BIKINGM_PAUSE","features":[60]},{"name":"DIBUTTON_BIKINGM_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_BIKINGM_SELECT","features":[60]},{"name":"DIBUTTON_BIKINGM_SLOWER_LINK","features":[60]},{"name":"DIBUTTON_BIKINGM_SPECIAL1","features":[60]},{"name":"DIBUTTON_BIKINGM_SPECIAL2","features":[60]},{"name":"DIBUTTON_BIKINGM_ZOOM","features":[60]},{"name":"DIBUTTON_BROWSER_DEVICE","features":[60]},{"name":"DIBUTTON_BROWSER_FAVORITES","features":[60]},{"name":"DIBUTTON_BROWSER_HISTORY","features":[60]},{"name":"DIBUTTON_BROWSER_HOME","features":[60]},{"name":"DIBUTTON_BROWSER_MENU","features":[60]},{"name":"DIBUTTON_BROWSER_NEXT","features":[60]},{"name":"DIBUTTON_BROWSER_PAUSE","features":[60]},{"name":"DIBUTTON_BROWSER_PREVIOUS","features":[60]},{"name":"DIBUTTON_BROWSER_PRINT","features":[60]},{"name":"DIBUTTON_BROWSER_REFRESH","features":[60]},{"name":"DIBUTTON_BROWSER_SEARCH","features":[60]},{"name":"DIBUTTON_BROWSER_SELECT","features":[60]},{"name":"DIBUTTON_BROWSER_STOP","features":[60]},{"name":"DIBUTTON_CADF_DEVICE","features":[60]},{"name":"DIBUTTON_CADF_DISPLAY","features":[60]},{"name":"DIBUTTON_CADF_MENU","features":[60]},{"name":"DIBUTTON_CADF_PAUSE","features":[60]},{"name":"DIBUTTON_CADF_SELECT","features":[60]},{"name":"DIBUTTON_CADF_SPECIAL","features":[60]},{"name":"DIBUTTON_CADF_SPECIAL1","features":[60]},{"name":"DIBUTTON_CADF_SPECIAL2","features":[60]},{"name":"DIBUTTON_CADM_DEVICE","features":[60]},{"name":"DIBUTTON_CADM_DISPLAY","features":[60]},{"name":"DIBUTTON_CADM_MENU","features":[60]},{"name":"DIBUTTON_CADM_PAUSE","features":[60]},{"name":"DIBUTTON_CADM_SELECT","features":[60]},{"name":"DIBUTTON_CADM_SPECIAL","features":[60]},{"name":"DIBUTTON_CADM_SPECIAL1","features":[60]},{"name":"DIBUTTON_CADM_SPECIAL2","features":[60]},{"name":"DIBUTTON_DRIVINGC_ACCELERATE_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGC_AIDS","features":[60]},{"name":"DIBUTTON_DRIVINGC_BRAKE","features":[60]},{"name":"DIBUTTON_DRIVINGC_DASHBOARD","features":[60]},{"name":"DIBUTTON_DRIVINGC_DEVICE","features":[60]},{"name":"DIBUTTON_DRIVINGC_FIRE","features":[60]},{"name":"DIBUTTON_DRIVINGC_FIRESECONDARY","features":[60]},{"name":"DIBUTTON_DRIVINGC_GLANCE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGC_GLANCE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGC_MENU","features":[60]},{"name":"DIBUTTON_DRIVINGC_PAUSE","features":[60]},{"name":"DIBUTTON_DRIVINGC_SHIFTDOWN","features":[60]},{"name":"DIBUTTON_DRIVINGC_SHIFTUP","features":[60]},{"name":"DIBUTTON_DRIVINGC_STEER_LEFT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGC_STEER_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGC_TARGET","features":[60]},{"name":"DIBUTTON_DRIVINGC_WEAPONS","features":[60]},{"name":"DIBUTTON_DRIVINGR_ACCELERATE_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGR_AIDS","features":[60]},{"name":"DIBUTTON_DRIVINGR_BOOST","features":[60]},{"name":"DIBUTTON_DRIVINGR_BRAKE","features":[60]},{"name":"DIBUTTON_DRIVINGR_DASHBOARD","features":[60]},{"name":"DIBUTTON_DRIVINGR_DEVICE","features":[60]},{"name":"DIBUTTON_DRIVINGR_GLANCE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGR_GLANCE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGR_MAP","features":[60]},{"name":"DIBUTTON_DRIVINGR_MENU","features":[60]},{"name":"DIBUTTON_DRIVINGR_PAUSE","features":[60]},{"name":"DIBUTTON_DRIVINGR_PIT","features":[60]},{"name":"DIBUTTON_DRIVINGR_SHIFTDOWN","features":[60]},{"name":"DIBUTTON_DRIVINGR_SHIFTUP","features":[60]},{"name":"DIBUTTON_DRIVINGR_STEER_LEFT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGR_STEER_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGR_VIEW","features":[60]},{"name":"DIBUTTON_DRIVINGT_ACCELERATE_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGT_BARREL_DOWN_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGT_BARREL_UP_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGT_BRAKE","features":[60]},{"name":"DIBUTTON_DRIVINGT_DASHBOARD","features":[60]},{"name":"DIBUTTON_DRIVINGT_DEVICE","features":[60]},{"name":"DIBUTTON_DRIVINGT_FIRE","features":[60]},{"name":"DIBUTTON_DRIVINGT_FIRESECONDARY","features":[60]},{"name":"DIBUTTON_DRIVINGT_GLANCE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGT_GLANCE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGT_MENU","features":[60]},{"name":"DIBUTTON_DRIVINGT_PAUSE","features":[60]},{"name":"DIBUTTON_DRIVINGT_ROTATE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGT_ROTATE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGT_STEER_LEFT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGT_STEER_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_DRIVINGT_TARGET","features":[60]},{"name":"DIBUTTON_DRIVINGT_VIEW","features":[60]},{"name":"DIBUTTON_DRIVINGT_WEAPONS","features":[60]},{"name":"DIBUTTON_FIGHTINGH_BACKWARD_LINK","features":[60]},{"name":"DIBUTTON_FIGHTINGH_BLOCK","features":[60]},{"name":"DIBUTTON_FIGHTINGH_CROUCH","features":[60]},{"name":"DIBUTTON_FIGHTINGH_DEVICE","features":[60]},{"name":"DIBUTTON_FIGHTINGH_DISPLAY","features":[60]},{"name":"DIBUTTON_FIGHTINGH_DODGE","features":[60]},{"name":"DIBUTTON_FIGHTINGH_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_FIGHTINGH_JUMP","features":[60]},{"name":"DIBUTTON_FIGHTINGH_KICK","features":[60]},{"name":"DIBUTTON_FIGHTINGH_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FIGHTINGH_MENU","features":[60]},{"name":"DIBUTTON_FIGHTINGH_PAUSE","features":[60]},{"name":"DIBUTTON_FIGHTINGH_PUNCH","features":[60]},{"name":"DIBUTTON_FIGHTINGH_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FIGHTINGH_SELECT","features":[60]},{"name":"DIBUTTON_FIGHTINGH_SPECIAL1","features":[60]},{"name":"DIBUTTON_FIGHTINGH_SPECIAL2","features":[60]},{"name":"DIBUTTON_FISHING_BACK_LINK","features":[60]},{"name":"DIBUTTON_FISHING_BAIT","features":[60]},{"name":"DIBUTTON_FISHING_BINOCULAR","features":[60]},{"name":"DIBUTTON_FISHING_CAST","features":[60]},{"name":"DIBUTTON_FISHING_CROUCH","features":[60]},{"name":"DIBUTTON_FISHING_DEVICE","features":[60]},{"name":"DIBUTTON_FISHING_DISPLAY","features":[60]},{"name":"DIBUTTON_FISHING_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_FISHING_JUMP","features":[60]},{"name":"DIBUTTON_FISHING_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FISHING_MAP","features":[60]},{"name":"DIBUTTON_FISHING_MENU","features":[60]},{"name":"DIBUTTON_FISHING_PAUSE","features":[60]},{"name":"DIBUTTON_FISHING_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FISHING_ROTATE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FISHING_ROTATE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FISHING_TYPE","features":[60]},{"name":"DIBUTTON_FLYINGC_BRAKE_LINK","features":[60]},{"name":"DIBUTTON_FLYINGC_DEVICE","features":[60]},{"name":"DIBUTTON_FLYINGC_DISPLAY","features":[60]},{"name":"DIBUTTON_FLYINGC_FASTER_LINK","features":[60]},{"name":"DIBUTTON_FLYINGC_FLAPSDOWN","features":[60]},{"name":"DIBUTTON_FLYINGC_FLAPSUP","features":[60]},{"name":"DIBUTTON_FLYINGC_GEAR","features":[60]},{"name":"DIBUTTON_FLYINGC_GLANCE_DOWN_LINK","features":[60]},{"name":"DIBUTTON_FLYINGC_GLANCE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FLYINGC_GLANCE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FLYINGC_GLANCE_UP_LINK","features":[60]},{"name":"DIBUTTON_FLYINGC_MENU","features":[60]},{"name":"DIBUTTON_FLYINGC_PAUSE","features":[60]},{"name":"DIBUTTON_FLYINGC_SLOWER_LINK","features":[60]},{"name":"DIBUTTON_FLYINGC_VIEW","features":[60]},{"name":"DIBUTTON_FLYINGH_COUNTER","features":[60]},{"name":"DIBUTTON_FLYINGH_DEVICE","features":[60]},{"name":"DIBUTTON_FLYINGH_FASTER_LINK","features":[60]},{"name":"DIBUTTON_FLYINGH_FIRE","features":[60]},{"name":"DIBUTTON_FLYINGH_FIRESECONDARY","features":[60]},{"name":"DIBUTTON_FLYINGH_GEAR","features":[60]},{"name":"DIBUTTON_FLYINGH_GLANCE_DOWN_LINK","features":[60]},{"name":"DIBUTTON_FLYINGH_GLANCE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FLYINGH_GLANCE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FLYINGH_GLANCE_UP_LINK","features":[60]},{"name":"DIBUTTON_FLYINGH_MENU","features":[60]},{"name":"DIBUTTON_FLYINGH_PAUSE","features":[60]},{"name":"DIBUTTON_FLYINGH_SLOWER_LINK","features":[60]},{"name":"DIBUTTON_FLYINGH_TARGET","features":[60]},{"name":"DIBUTTON_FLYINGH_VIEW","features":[60]},{"name":"DIBUTTON_FLYINGH_WEAPONS","features":[60]},{"name":"DIBUTTON_FLYINGM_BRAKE_LINK","features":[60]},{"name":"DIBUTTON_FLYINGM_COUNTER","features":[60]},{"name":"DIBUTTON_FLYINGM_DEVICE","features":[60]},{"name":"DIBUTTON_FLYINGM_DISPLAY","features":[60]},{"name":"DIBUTTON_FLYINGM_FASTER_LINK","features":[60]},{"name":"DIBUTTON_FLYINGM_FIRE","features":[60]},{"name":"DIBUTTON_FLYINGM_FIRESECONDARY","features":[60]},{"name":"DIBUTTON_FLYINGM_FLAPSDOWN","features":[60]},{"name":"DIBUTTON_FLYINGM_FLAPSUP","features":[60]},{"name":"DIBUTTON_FLYINGM_GEAR","features":[60]},{"name":"DIBUTTON_FLYINGM_GLANCE_DOWN_LINK","features":[60]},{"name":"DIBUTTON_FLYINGM_GLANCE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FLYINGM_GLANCE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FLYINGM_GLANCE_UP_LINK","features":[60]},{"name":"DIBUTTON_FLYINGM_MENU","features":[60]},{"name":"DIBUTTON_FLYINGM_PAUSE","features":[60]},{"name":"DIBUTTON_FLYINGM_SLOWER_LINK","features":[60]},{"name":"DIBUTTON_FLYINGM_TARGET","features":[60]},{"name":"DIBUTTON_FLYINGM_VIEW","features":[60]},{"name":"DIBUTTON_FLYINGM_WEAPONS","features":[60]},{"name":"DIBUTTON_FOOTBALLD_AUDIBLE","features":[60]},{"name":"DIBUTTON_FOOTBALLD_BACK_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLD_BULLRUSH","features":[60]},{"name":"DIBUTTON_FOOTBALLD_DEVICE","features":[60]},{"name":"DIBUTTON_FOOTBALLD_FAKE","features":[60]},{"name":"DIBUTTON_FOOTBALLD_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLD_JUMP","features":[60]},{"name":"DIBUTTON_FOOTBALLD_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLD_MENU","features":[60]},{"name":"DIBUTTON_FOOTBALLD_PAUSE","features":[60]},{"name":"DIBUTTON_FOOTBALLD_PLAY","features":[60]},{"name":"DIBUTTON_FOOTBALLD_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLD_RIP","features":[60]},{"name":"DIBUTTON_FOOTBALLD_SELECT","features":[60]},{"name":"DIBUTTON_FOOTBALLD_SPIN","features":[60]},{"name":"DIBUTTON_FOOTBALLD_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_FOOTBALLD_SUPERTACKLE","features":[60]},{"name":"DIBUTTON_FOOTBALLD_SWIM","features":[60]},{"name":"DIBUTTON_FOOTBALLD_TACKLE","features":[60]},{"name":"DIBUTTON_FOOTBALLD_ZOOM","features":[60]},{"name":"DIBUTTON_FOOTBALLO_BACK_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLO_DEVICE","features":[60]},{"name":"DIBUTTON_FOOTBALLO_DIVE","features":[60]},{"name":"DIBUTTON_FOOTBALLO_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLO_JUKE","features":[60]},{"name":"DIBUTTON_FOOTBALLO_JUMP","features":[60]},{"name":"DIBUTTON_FOOTBALLO_LEFTARM","features":[60]},{"name":"DIBUTTON_FOOTBALLO_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLO_MENU","features":[60]},{"name":"DIBUTTON_FOOTBALLO_PAUSE","features":[60]},{"name":"DIBUTTON_FOOTBALLO_RIGHTARM","features":[60]},{"name":"DIBUTTON_FOOTBALLO_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLO_SHOULDER","features":[60]},{"name":"DIBUTTON_FOOTBALLO_SPIN","features":[60]},{"name":"DIBUTTON_FOOTBALLO_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_FOOTBALLO_THROW","features":[60]},{"name":"DIBUTTON_FOOTBALLO_TURBO","features":[60]},{"name":"DIBUTTON_FOOTBALLO_ZOOM","features":[60]},{"name":"DIBUTTON_FOOTBALLP_DEVICE","features":[60]},{"name":"DIBUTTON_FOOTBALLP_HELP","features":[60]},{"name":"DIBUTTON_FOOTBALLP_MENU","features":[60]},{"name":"DIBUTTON_FOOTBALLP_PAUSE","features":[60]},{"name":"DIBUTTON_FOOTBALLP_PLAY","features":[60]},{"name":"DIBUTTON_FOOTBALLP_SELECT","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_AUDIBLE","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_BACK_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_DEVICE","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_FAKE","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_FAKESNAP","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_JUMP","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_MENU","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_MOTION","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_PASS","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_PAUSE","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_SELECT","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_SLIDE","features":[60]},{"name":"DIBUTTON_FOOTBALLQ_SNAP","features":[60]},{"name":"DIBUTTON_FPS_APPLY","features":[60]},{"name":"DIBUTTON_FPS_BACKWARD_LINK","features":[60]},{"name":"DIBUTTON_FPS_CROUCH","features":[60]},{"name":"DIBUTTON_FPS_DEVICE","features":[60]},{"name":"DIBUTTON_FPS_DISPLAY","features":[60]},{"name":"DIBUTTON_FPS_DODGE","features":[60]},{"name":"DIBUTTON_FPS_FIRE","features":[60]},{"name":"DIBUTTON_FPS_FIRESECONDARY","features":[60]},{"name":"DIBUTTON_FPS_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_FPS_GLANCEL","features":[60]},{"name":"DIBUTTON_FPS_GLANCER","features":[60]},{"name":"DIBUTTON_FPS_GLANCE_DOWN_LINK","features":[60]},{"name":"DIBUTTON_FPS_GLANCE_UP_LINK","features":[60]},{"name":"DIBUTTON_FPS_JUMP","features":[60]},{"name":"DIBUTTON_FPS_MENU","features":[60]},{"name":"DIBUTTON_FPS_PAUSE","features":[60]},{"name":"DIBUTTON_FPS_ROTATE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FPS_ROTATE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FPS_SELECT","features":[60]},{"name":"DIBUTTON_FPS_STEP_LEFT_LINK","features":[60]},{"name":"DIBUTTON_FPS_STEP_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_FPS_STRAFE","features":[60]},{"name":"DIBUTTON_FPS_WEAPONS","features":[60]},{"name":"DIBUTTON_GOLF_BACK_LINK","features":[60]},{"name":"DIBUTTON_GOLF_DEVICE","features":[60]},{"name":"DIBUTTON_GOLF_DOWN","features":[60]},{"name":"DIBUTTON_GOLF_FLYBY","features":[60]},{"name":"DIBUTTON_GOLF_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_GOLF_LEFT_LINK","features":[60]},{"name":"DIBUTTON_GOLF_MENU","features":[60]},{"name":"DIBUTTON_GOLF_PAUSE","features":[60]},{"name":"DIBUTTON_GOLF_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_GOLF_SELECT","features":[60]},{"name":"DIBUTTON_GOLF_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_GOLF_SWING","features":[60]},{"name":"DIBUTTON_GOLF_TERRAIN","features":[60]},{"name":"DIBUTTON_GOLF_TIMEOUT","features":[60]},{"name":"DIBUTTON_GOLF_UP","features":[60]},{"name":"DIBUTTON_GOLF_ZOOM","features":[60]},{"name":"DIBUTTON_HOCKEYD_BACK_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYD_BLOCK","features":[60]},{"name":"DIBUTTON_HOCKEYD_BURST","features":[60]},{"name":"DIBUTTON_HOCKEYD_DEVICE","features":[60]},{"name":"DIBUTTON_HOCKEYD_FAKE","features":[60]},{"name":"DIBUTTON_HOCKEYD_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYD_LEFT_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYD_MENU","features":[60]},{"name":"DIBUTTON_HOCKEYD_PAUSE","features":[60]},{"name":"DIBUTTON_HOCKEYD_PLAYER","features":[60]},{"name":"DIBUTTON_HOCKEYD_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYD_STEAL","features":[60]},{"name":"DIBUTTON_HOCKEYD_STRATEGY","features":[60]},{"name":"DIBUTTON_HOCKEYD_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_HOCKEYD_TIMEOUT","features":[60]},{"name":"DIBUTTON_HOCKEYD_ZOOM","features":[60]},{"name":"DIBUTTON_HOCKEYG_BACK_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYG_BLOCK","features":[60]},{"name":"DIBUTTON_HOCKEYG_DEVICE","features":[60]},{"name":"DIBUTTON_HOCKEYG_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYG_LEFT_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYG_MENU","features":[60]},{"name":"DIBUTTON_HOCKEYG_PASS","features":[60]},{"name":"DIBUTTON_HOCKEYG_PAUSE","features":[60]},{"name":"DIBUTTON_HOCKEYG_POKE","features":[60]},{"name":"DIBUTTON_HOCKEYG_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYG_STEAL","features":[60]},{"name":"DIBUTTON_HOCKEYG_STRATEGY","features":[60]},{"name":"DIBUTTON_HOCKEYG_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_HOCKEYG_TIMEOUT","features":[60]},{"name":"DIBUTTON_HOCKEYG_ZOOM","features":[60]},{"name":"DIBUTTON_HOCKEYO_BACK_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYO_BURST","features":[60]},{"name":"DIBUTTON_HOCKEYO_DEVICE","features":[60]},{"name":"DIBUTTON_HOCKEYO_FAKE","features":[60]},{"name":"DIBUTTON_HOCKEYO_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYO_LEFT_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYO_MENU","features":[60]},{"name":"DIBUTTON_HOCKEYO_PASS","features":[60]},{"name":"DIBUTTON_HOCKEYO_PAUSE","features":[60]},{"name":"DIBUTTON_HOCKEYO_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_HOCKEYO_SHOOT","features":[60]},{"name":"DIBUTTON_HOCKEYO_SPECIAL","features":[60]},{"name":"DIBUTTON_HOCKEYO_STRATEGY","features":[60]},{"name":"DIBUTTON_HOCKEYO_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_HOCKEYO_TIMEOUT","features":[60]},{"name":"DIBUTTON_HOCKEYO_ZOOM","features":[60]},{"name":"DIBUTTON_HUNTING_AIM","features":[60]},{"name":"DIBUTTON_HUNTING_BACK_LINK","features":[60]},{"name":"DIBUTTON_HUNTING_BINOCULAR","features":[60]},{"name":"DIBUTTON_HUNTING_CALL","features":[60]},{"name":"DIBUTTON_HUNTING_CROUCH","features":[60]},{"name":"DIBUTTON_HUNTING_DEVICE","features":[60]},{"name":"DIBUTTON_HUNTING_DISPLAY","features":[60]},{"name":"DIBUTTON_HUNTING_FIRE","features":[60]},{"name":"DIBUTTON_HUNTING_FIRESECONDARY","features":[60]},{"name":"DIBUTTON_HUNTING_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_HUNTING_JUMP","features":[60]},{"name":"DIBUTTON_HUNTING_LEFT_LINK","features":[60]},{"name":"DIBUTTON_HUNTING_MAP","features":[60]},{"name":"DIBUTTON_HUNTING_MENU","features":[60]},{"name":"DIBUTTON_HUNTING_PAUSE","features":[60]},{"name":"DIBUTTON_HUNTING_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_HUNTING_ROTATE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_HUNTING_ROTATE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_HUNTING_SPECIAL","features":[60]},{"name":"DIBUTTON_HUNTING_WEAPON","features":[60]},{"name":"DIBUTTON_MECHA_BACK_LINK","features":[60]},{"name":"DIBUTTON_MECHA_CENTER","features":[60]},{"name":"DIBUTTON_MECHA_DEVICE","features":[60]},{"name":"DIBUTTON_MECHA_FASTER_LINK","features":[60]},{"name":"DIBUTTON_MECHA_FIRE","features":[60]},{"name":"DIBUTTON_MECHA_FIRESECONDARY","features":[60]},{"name":"DIBUTTON_MECHA_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_MECHA_JUMP","features":[60]},{"name":"DIBUTTON_MECHA_LEFT_LINK","features":[60]},{"name":"DIBUTTON_MECHA_MENU","features":[60]},{"name":"DIBUTTON_MECHA_PAUSE","features":[60]},{"name":"DIBUTTON_MECHA_REVERSE","features":[60]},{"name":"DIBUTTON_MECHA_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_MECHA_ROTATE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_MECHA_ROTATE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_MECHA_SLOWER_LINK","features":[60]},{"name":"DIBUTTON_MECHA_TARGET","features":[60]},{"name":"DIBUTTON_MECHA_VIEW","features":[60]},{"name":"DIBUTTON_MECHA_WEAPONS","features":[60]},{"name":"DIBUTTON_MECHA_ZOOM","features":[60]},{"name":"DIBUTTON_RACQUET_BACKSWING","features":[60]},{"name":"DIBUTTON_RACQUET_BACK_LINK","features":[60]},{"name":"DIBUTTON_RACQUET_DEVICE","features":[60]},{"name":"DIBUTTON_RACQUET_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_RACQUET_LEFT_LINK","features":[60]},{"name":"DIBUTTON_RACQUET_MENU","features":[60]},{"name":"DIBUTTON_RACQUET_PAUSE","features":[60]},{"name":"DIBUTTON_RACQUET_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_RACQUET_SELECT","features":[60]},{"name":"DIBUTTON_RACQUET_SMASH","features":[60]},{"name":"DIBUTTON_RACQUET_SPECIAL","features":[60]},{"name":"DIBUTTON_RACQUET_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_RACQUET_SWING","features":[60]},{"name":"DIBUTTON_RACQUET_TIMEOUT","features":[60]},{"name":"DIBUTTON_REMOTE_ADJUST","features":[60]},{"name":"DIBUTTON_REMOTE_CABLE","features":[60]},{"name":"DIBUTTON_REMOTE_CD","features":[60]},{"name":"DIBUTTON_REMOTE_CHANGE","features":[60]},{"name":"DIBUTTON_REMOTE_CUE","features":[60]},{"name":"DIBUTTON_REMOTE_DEVICE","features":[60]},{"name":"DIBUTTON_REMOTE_DIGIT0","features":[60]},{"name":"DIBUTTON_REMOTE_DIGIT1","features":[60]},{"name":"DIBUTTON_REMOTE_DIGIT2","features":[60]},{"name":"DIBUTTON_REMOTE_DIGIT3","features":[60]},{"name":"DIBUTTON_REMOTE_DIGIT4","features":[60]},{"name":"DIBUTTON_REMOTE_DIGIT5","features":[60]},{"name":"DIBUTTON_REMOTE_DIGIT6","features":[60]},{"name":"DIBUTTON_REMOTE_DIGIT7","features":[60]},{"name":"DIBUTTON_REMOTE_DIGIT8","features":[60]},{"name":"DIBUTTON_REMOTE_DIGIT9","features":[60]},{"name":"DIBUTTON_REMOTE_DVD","features":[60]},{"name":"DIBUTTON_REMOTE_MENU","features":[60]},{"name":"DIBUTTON_REMOTE_MUTE","features":[60]},{"name":"DIBUTTON_REMOTE_PAUSE","features":[60]},{"name":"DIBUTTON_REMOTE_PLAY","features":[60]},{"name":"DIBUTTON_REMOTE_RECORD","features":[60]},{"name":"DIBUTTON_REMOTE_REVIEW","features":[60]},{"name":"DIBUTTON_REMOTE_SELECT","features":[60]},{"name":"DIBUTTON_REMOTE_TUNER","features":[60]},{"name":"DIBUTTON_REMOTE_TV","features":[60]},{"name":"DIBUTTON_REMOTE_VCR","features":[60]},{"name":"DIBUTTON_SKIING_CAMERA","features":[60]},{"name":"DIBUTTON_SKIING_CROUCH","features":[60]},{"name":"DIBUTTON_SKIING_DEVICE","features":[60]},{"name":"DIBUTTON_SKIING_FASTER_LINK","features":[60]},{"name":"DIBUTTON_SKIING_JUMP","features":[60]},{"name":"DIBUTTON_SKIING_LEFT_LINK","features":[60]},{"name":"DIBUTTON_SKIING_MENU","features":[60]},{"name":"DIBUTTON_SKIING_PAUSE","features":[60]},{"name":"DIBUTTON_SKIING_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_SKIING_SELECT","features":[60]},{"name":"DIBUTTON_SKIING_SLOWER_LINK","features":[60]},{"name":"DIBUTTON_SKIING_SPECIAL1","features":[60]},{"name":"DIBUTTON_SKIING_SPECIAL2","features":[60]},{"name":"DIBUTTON_SKIING_ZOOM","features":[60]},{"name":"DIBUTTON_SOCCERD_BACK_LINK","features":[60]},{"name":"DIBUTTON_SOCCERD_BLOCK","features":[60]},{"name":"DIBUTTON_SOCCERD_CLEAR","features":[60]},{"name":"DIBUTTON_SOCCERD_DEVICE","features":[60]},{"name":"DIBUTTON_SOCCERD_FAKE","features":[60]},{"name":"DIBUTTON_SOCCERD_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_SOCCERD_FOUL","features":[60]},{"name":"DIBUTTON_SOCCERD_GOALIECHARGE","features":[60]},{"name":"DIBUTTON_SOCCERD_HEAD","features":[60]},{"name":"DIBUTTON_SOCCERD_LEFT_LINK","features":[60]},{"name":"DIBUTTON_SOCCERD_MENU","features":[60]},{"name":"DIBUTTON_SOCCERD_PAUSE","features":[60]},{"name":"DIBUTTON_SOCCERD_PLAYER","features":[60]},{"name":"DIBUTTON_SOCCERD_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_SOCCERD_SELECT","features":[60]},{"name":"DIBUTTON_SOCCERD_SLIDE","features":[60]},{"name":"DIBUTTON_SOCCERD_SPECIAL","features":[60]},{"name":"DIBUTTON_SOCCERD_STEAL","features":[60]},{"name":"DIBUTTON_SOCCERD_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_SOCCERO_BACK_LINK","features":[60]},{"name":"DIBUTTON_SOCCERO_CONTROL","features":[60]},{"name":"DIBUTTON_SOCCERO_DEVICE","features":[60]},{"name":"DIBUTTON_SOCCERO_FAKE","features":[60]},{"name":"DIBUTTON_SOCCERO_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_SOCCERO_HEAD","features":[60]},{"name":"DIBUTTON_SOCCERO_LEFT_LINK","features":[60]},{"name":"DIBUTTON_SOCCERO_MENU","features":[60]},{"name":"DIBUTTON_SOCCERO_PASS","features":[60]},{"name":"DIBUTTON_SOCCERO_PASSTHRU","features":[60]},{"name":"DIBUTTON_SOCCERO_PAUSE","features":[60]},{"name":"DIBUTTON_SOCCERO_PLAYER","features":[60]},{"name":"DIBUTTON_SOCCERO_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_SOCCERO_SELECT","features":[60]},{"name":"DIBUTTON_SOCCERO_SHOOT","features":[60]},{"name":"DIBUTTON_SOCCERO_SHOOTHIGH","features":[60]},{"name":"DIBUTTON_SOCCERO_SHOOTLOW","features":[60]},{"name":"DIBUTTON_SOCCERO_SPECIAL1","features":[60]},{"name":"DIBUTTON_SOCCERO_SPRINT","features":[60]},{"name":"DIBUTTON_SOCCERO_SUBSTITUTE","features":[60]},{"name":"DIBUTTON_SPACESIM_BACKWARD_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_DEVICE","features":[60]},{"name":"DIBUTTON_SPACESIM_DISPLAY","features":[60]},{"name":"DIBUTTON_SPACESIM_FASTER_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_FIRE","features":[60]},{"name":"DIBUTTON_SPACESIM_FIRESECONDARY","features":[60]},{"name":"DIBUTTON_SPACESIM_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_GEAR","features":[60]},{"name":"DIBUTTON_SPACESIM_GLANCE_DOWN_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_GLANCE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_GLANCE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_GLANCE_UP_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_LEFT_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_LOWER","features":[60]},{"name":"DIBUTTON_SPACESIM_MENU","features":[60]},{"name":"DIBUTTON_SPACESIM_PAUSE","features":[60]},{"name":"DIBUTTON_SPACESIM_RAISE","features":[60]},{"name":"DIBUTTON_SPACESIM_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_SLOWER_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_TARGET","features":[60]},{"name":"DIBUTTON_SPACESIM_TURN_LEFT_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_TURN_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_SPACESIM_VIEW","features":[60]},{"name":"DIBUTTON_SPACESIM_WEAPONS","features":[60]},{"name":"DIBUTTON_STRATEGYR_APPLY","features":[60]},{"name":"DIBUTTON_STRATEGYR_ATTACK","features":[60]},{"name":"DIBUTTON_STRATEGYR_BACK_LINK","features":[60]},{"name":"DIBUTTON_STRATEGYR_CAST","features":[60]},{"name":"DIBUTTON_STRATEGYR_CROUCH","features":[60]},{"name":"DIBUTTON_STRATEGYR_DEVICE","features":[60]},{"name":"DIBUTTON_STRATEGYR_DISPLAY","features":[60]},{"name":"DIBUTTON_STRATEGYR_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_STRATEGYR_GET","features":[60]},{"name":"DIBUTTON_STRATEGYR_JUMP","features":[60]},{"name":"DIBUTTON_STRATEGYR_LEFT_LINK","features":[60]},{"name":"DIBUTTON_STRATEGYR_MAP","features":[60]},{"name":"DIBUTTON_STRATEGYR_MENU","features":[60]},{"name":"DIBUTTON_STRATEGYR_PAUSE","features":[60]},{"name":"DIBUTTON_STRATEGYR_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_STRATEGYR_ROTATE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_STRATEGYR_ROTATE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_STRATEGYR_SELECT","features":[60]},{"name":"DIBUTTON_STRATEGYT_APPLY","features":[60]},{"name":"DIBUTTON_STRATEGYT_BACK_LINK","features":[60]},{"name":"DIBUTTON_STRATEGYT_DEVICE","features":[60]},{"name":"DIBUTTON_STRATEGYT_DISPLAY","features":[60]},{"name":"DIBUTTON_STRATEGYT_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_STRATEGYT_INSTRUCT","features":[60]},{"name":"DIBUTTON_STRATEGYT_LEFT_LINK","features":[60]},{"name":"DIBUTTON_STRATEGYT_MAP","features":[60]},{"name":"DIBUTTON_STRATEGYT_MENU","features":[60]},{"name":"DIBUTTON_STRATEGYT_PAUSE","features":[60]},{"name":"DIBUTTON_STRATEGYT_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_STRATEGYT_SELECT","features":[60]},{"name":"DIBUTTON_STRATEGYT_TEAM","features":[60]},{"name":"DIBUTTON_STRATEGYT_TURN","features":[60]},{"name":"DIBUTTON_STRATEGYT_ZOOM","features":[60]},{"name":"DIBUTTON_TPS_ACTION","features":[60]},{"name":"DIBUTTON_TPS_BACKWARD_LINK","features":[60]},{"name":"DIBUTTON_TPS_DEVICE","features":[60]},{"name":"DIBUTTON_TPS_DODGE","features":[60]},{"name":"DIBUTTON_TPS_FORWARD_LINK","features":[60]},{"name":"DIBUTTON_TPS_GLANCE_DOWN_LINK","features":[60]},{"name":"DIBUTTON_TPS_GLANCE_LEFT_LINK","features":[60]},{"name":"DIBUTTON_TPS_GLANCE_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_TPS_GLANCE_UP_LINK","features":[60]},{"name":"DIBUTTON_TPS_INVENTORY","features":[60]},{"name":"DIBUTTON_TPS_JUMP","features":[60]},{"name":"DIBUTTON_TPS_MENU","features":[60]},{"name":"DIBUTTON_TPS_PAUSE","features":[60]},{"name":"DIBUTTON_TPS_RUN","features":[60]},{"name":"DIBUTTON_TPS_SELECT","features":[60]},{"name":"DIBUTTON_TPS_STEPLEFT","features":[60]},{"name":"DIBUTTON_TPS_STEPRIGHT","features":[60]},{"name":"DIBUTTON_TPS_TURN_LEFT_LINK","features":[60]},{"name":"DIBUTTON_TPS_TURN_RIGHT_LINK","features":[60]},{"name":"DIBUTTON_TPS_USE","features":[60]},{"name":"DIBUTTON_TPS_VIEW","features":[60]},{"name":"DICD_DEFAULT","features":[60]},{"name":"DICD_EDIT","features":[60]},{"name":"DICOLORSET","features":[60]},{"name":"DICONDITION","features":[60]},{"name":"DICONFIGUREDEVICESPARAMSA","features":[60,3]},{"name":"DICONFIGUREDEVICESPARAMSW","features":[60,3]},{"name":"DICONSTANTFORCE","features":[60]},{"name":"DICUSTOMFORCE","features":[60]},{"name":"DIDAL_BOTTOMALIGNED","features":[60]},{"name":"DIDAL_CENTERED","features":[60]},{"name":"DIDAL_LEFTALIGNED","features":[60]},{"name":"DIDAL_MIDDLE","features":[60]},{"name":"DIDAL_RIGHTALIGNED","features":[60]},{"name":"DIDAL_TOPALIGNED","features":[60]},{"name":"DIDATAFORMAT","features":[60]},{"name":"DIDBAM_DEFAULT","features":[60]},{"name":"DIDBAM_HWDEFAULTS","features":[60]},{"name":"DIDBAM_INITIALIZE","features":[60]},{"name":"DIDBAM_PRESERVE","features":[60]},{"name":"DIDC_ALIAS","features":[60]},{"name":"DIDC_ATTACHED","features":[60]},{"name":"DIDC_DEADBAND","features":[60]},{"name":"DIDC_EMULATED","features":[60]},{"name":"DIDC_FFATTACK","features":[60]},{"name":"DIDC_FFFADE","features":[60]},{"name":"DIDC_FORCEFEEDBACK","features":[60]},{"name":"DIDC_HIDDEN","features":[60]},{"name":"DIDC_PHANTOM","features":[60]},{"name":"DIDC_POLLEDDATAFORMAT","features":[60]},{"name":"DIDC_POLLEDDEVICE","features":[60]},{"name":"DIDC_POSNEGCOEFFICIENTS","features":[60]},{"name":"DIDC_POSNEGSATURATION","features":[60]},{"name":"DIDC_SATURATION","features":[60]},{"name":"DIDC_STARTDELAY","features":[60]},{"name":"DIDEVCAPS","features":[60]},{"name":"DIDEVCAPS_DX3","features":[60]},{"name":"DIDEVICEIMAGEINFOA","features":[60,3]},{"name":"DIDEVICEIMAGEINFOHEADERA","features":[60,3]},{"name":"DIDEVICEIMAGEINFOHEADERW","features":[60,3]},{"name":"DIDEVICEIMAGEINFOW","features":[60,3]},{"name":"DIDEVICEINSTANCEA","features":[60]},{"name":"DIDEVICEINSTANCEW","features":[60]},{"name":"DIDEVICEINSTANCE_DX3A","features":[60]},{"name":"DIDEVICEINSTANCE_DX3W","features":[60]},{"name":"DIDEVICEOBJECTDATA","features":[60]},{"name":"DIDEVICEOBJECTDATA_DX3","features":[60]},{"name":"DIDEVICEOBJECTINSTANCEA","features":[60]},{"name":"DIDEVICEOBJECTINSTANCEW","features":[60]},{"name":"DIDEVICEOBJECTINSTANCE_DX3A","features":[60]},{"name":"DIDEVICEOBJECTINSTANCE_DX3W","features":[60]},{"name":"DIDEVICESTATE","features":[60]},{"name":"DIDEVTYPEJOYSTICK_FLIGHTSTICK","features":[60]},{"name":"DIDEVTYPEJOYSTICK_GAMEPAD","features":[60]},{"name":"DIDEVTYPEJOYSTICK_HEADTRACKER","features":[60]},{"name":"DIDEVTYPEJOYSTICK_RUDDER","features":[60]},{"name":"DIDEVTYPEJOYSTICK_TRADITIONAL","features":[60]},{"name":"DIDEVTYPEJOYSTICK_UNKNOWN","features":[60]},{"name":"DIDEVTYPEJOYSTICK_WHEEL","features":[60]},{"name":"DIDEVTYPEKEYBOARD_J3100","features":[60]},{"name":"DIDEVTYPEKEYBOARD_JAPAN106","features":[60]},{"name":"DIDEVTYPEKEYBOARD_JAPANAX","features":[60]},{"name":"DIDEVTYPEKEYBOARD_NEC98","features":[60]},{"name":"DIDEVTYPEKEYBOARD_NEC98106","features":[60]},{"name":"DIDEVTYPEKEYBOARD_NEC98LAPTOP","features":[60]},{"name":"DIDEVTYPEKEYBOARD_NOKIA1050","features":[60]},{"name":"DIDEVTYPEKEYBOARD_NOKIA9140","features":[60]},{"name":"DIDEVTYPEKEYBOARD_OLIVETTI","features":[60]},{"name":"DIDEVTYPEKEYBOARD_PCAT","features":[60]},{"name":"DIDEVTYPEKEYBOARD_PCENH","features":[60]},{"name":"DIDEVTYPEKEYBOARD_PCXT","features":[60]},{"name":"DIDEVTYPEKEYBOARD_UNKNOWN","features":[60]},{"name":"DIDEVTYPEMOUSE_FINGERSTICK","features":[60]},{"name":"DIDEVTYPEMOUSE_TOUCHPAD","features":[60]},{"name":"DIDEVTYPEMOUSE_TRACKBALL","features":[60]},{"name":"DIDEVTYPEMOUSE_TRADITIONAL","features":[60]},{"name":"DIDEVTYPEMOUSE_UNKNOWN","features":[60]},{"name":"DIDEVTYPE_DEVICE","features":[60]},{"name":"DIDEVTYPE_HID","features":[60]},{"name":"DIDEVTYPE_JOYSTICK","features":[60]},{"name":"DIDEVTYPE_KEYBOARD","features":[60]},{"name":"DIDEVTYPE_MOUSE","features":[60]},{"name":"DIDFT_ABSAXIS","features":[60]},{"name":"DIDFT_ALIAS","features":[60]},{"name":"DIDFT_ALL","features":[60]},{"name":"DIDFT_ANYINSTANCE","features":[60]},{"name":"DIDFT_AXIS","features":[60]},{"name":"DIDFT_BUTTON","features":[60]},{"name":"DIDFT_COLLECTION","features":[60]},{"name":"DIDFT_FFACTUATOR","features":[60]},{"name":"DIDFT_FFEFFECTTRIGGER","features":[60]},{"name":"DIDFT_INSTANCEMASK","features":[60]},{"name":"DIDFT_NOCOLLECTION","features":[60]},{"name":"DIDFT_NODATA","features":[60]},{"name":"DIDFT_OUTPUT","features":[60]},{"name":"DIDFT_POV","features":[60]},{"name":"DIDFT_PSHBUTTON","features":[60]},{"name":"DIDFT_RELAXIS","features":[60]},{"name":"DIDFT_TGLBUTTON","features":[60]},{"name":"DIDFT_VENDORDEFINED","features":[60]},{"name":"DIDF_ABSAXIS","features":[60]},{"name":"DIDF_RELAXIS","features":[60]},{"name":"DIDIFT_CONFIGURATION","features":[60]},{"name":"DIDIFT_DELETE","features":[60]},{"name":"DIDIFT_OVERLAY","features":[60]},{"name":"DIDOI_ASPECTACCEL","features":[60]},{"name":"DIDOI_ASPECTFORCE","features":[60]},{"name":"DIDOI_ASPECTMASK","features":[60]},{"name":"DIDOI_ASPECTPOSITION","features":[60]},{"name":"DIDOI_ASPECTVELOCITY","features":[60]},{"name":"DIDOI_FFACTUATOR","features":[60]},{"name":"DIDOI_FFEFFECTTRIGGER","features":[60]},{"name":"DIDOI_GUIDISUSAGE","features":[60]},{"name":"DIDOI_POLLED","features":[60]},{"name":"DIDRIVERVERSIONS","features":[60]},{"name":"DIDSAM_DEFAULT","features":[60]},{"name":"DIDSAM_FORCESAVE","features":[60]},{"name":"DIDSAM_NOUSER","features":[60]},{"name":"DIEB_NOTRIGGER","features":[60]},{"name":"DIEDBSFL_ATTACHEDONLY","features":[60]},{"name":"DIEDBSFL_AVAILABLEDEVICES","features":[60]},{"name":"DIEDBSFL_FORCEFEEDBACK","features":[60]},{"name":"DIEDBSFL_MULTIMICEKEYBOARDS","features":[60]},{"name":"DIEDBSFL_NONGAMINGDEVICES","features":[60]},{"name":"DIEDBSFL_THISUSER","features":[60]},{"name":"DIEDBSFL_VALID","features":[60]},{"name":"DIEDBS_MAPPEDPRI1","features":[60]},{"name":"DIEDBS_MAPPEDPRI2","features":[60]},{"name":"DIEDBS_NEWDEVICE","features":[60]},{"name":"DIEDBS_RECENTDEVICE","features":[60]},{"name":"DIEDFL_ALLDEVICES","features":[60]},{"name":"DIEDFL_ATTACHEDONLY","features":[60]},{"name":"DIEDFL_FORCEFEEDBACK","features":[60]},{"name":"DIEDFL_INCLUDEALIASES","features":[60]},{"name":"DIEDFL_INCLUDEHIDDEN","features":[60]},{"name":"DIEDFL_INCLUDEPHANTOMS","features":[60]},{"name":"DIEFFECT","features":[60]},{"name":"DIEFFECTATTRIBUTES","features":[60]},{"name":"DIEFFECTINFOA","features":[60]},{"name":"DIEFFECTINFOW","features":[60]},{"name":"DIEFFECT_DX5","features":[60]},{"name":"DIEFFESCAPE","features":[60]},{"name":"DIEFF_CARTESIAN","features":[60]},{"name":"DIEFF_OBJECTIDS","features":[60]},{"name":"DIEFF_OBJECTOFFSETS","features":[60]},{"name":"DIEFF_POLAR","features":[60]},{"name":"DIEFF_SPHERICAL","features":[60]},{"name":"DIEFT_ALL","features":[60]},{"name":"DIEFT_CONDITION","features":[60]},{"name":"DIEFT_CONSTANTFORCE","features":[60]},{"name":"DIEFT_CUSTOMFORCE","features":[60]},{"name":"DIEFT_DEADBAND","features":[60]},{"name":"DIEFT_FFATTACK","features":[60]},{"name":"DIEFT_FFFADE","features":[60]},{"name":"DIEFT_HARDWARE","features":[60]},{"name":"DIEFT_PERIODIC","features":[60]},{"name":"DIEFT_POSNEGCOEFFICIENTS","features":[60]},{"name":"DIEFT_POSNEGSATURATION","features":[60]},{"name":"DIEFT_RAMPFORCE","features":[60]},{"name":"DIEFT_SATURATION","features":[60]},{"name":"DIEFT_STARTDELAY","features":[60]},{"name":"DIEGES_EMULATED","features":[60]},{"name":"DIEGES_PLAYING","features":[60]},{"name":"DIENUM_CONTINUE","features":[60]},{"name":"DIENUM_STOP","features":[60]},{"name":"DIENVELOPE","features":[60]},{"name":"DIEP_ALLPARAMS","features":[60]},{"name":"DIEP_ALLPARAMS_DX5","features":[60]},{"name":"DIEP_AXES","features":[60]},{"name":"DIEP_DIRECTION","features":[60]},{"name":"DIEP_DURATION","features":[60]},{"name":"DIEP_ENVELOPE","features":[60]},{"name":"DIEP_GAIN","features":[60]},{"name":"DIEP_NODOWNLOAD","features":[60]},{"name":"DIEP_NORESTART","features":[60]},{"name":"DIEP_SAMPLEPERIOD","features":[60]},{"name":"DIEP_START","features":[60]},{"name":"DIEP_STARTDELAY","features":[60]},{"name":"DIEP_TRIGGERBUTTON","features":[60]},{"name":"DIEP_TRIGGERREPEATINTERVAL","features":[60]},{"name":"DIEP_TYPESPECIFICPARAMS","features":[60]},{"name":"DIERR_ACQUIRED","features":[60]},{"name":"DIERR_ALREADYINITIALIZED","features":[60]},{"name":"DIERR_BADDRIVERVER","features":[60]},{"name":"DIERR_BADINF","features":[60]},{"name":"DIERR_BETADIRECTINPUTVERSION","features":[60]},{"name":"DIERR_CANCELLED","features":[60]},{"name":"DIERR_DEVICEFULL","features":[60]},{"name":"DIERR_DEVICENOTREG","features":[60]},{"name":"DIERR_DRIVERFIRST","features":[60]},{"name":"DIERR_DRIVERLAST","features":[60]},{"name":"DIERR_EFFECTPLAYING","features":[60]},{"name":"DIERR_GENERIC","features":[60]},{"name":"DIERR_HANDLEEXISTS","features":[60]},{"name":"DIERR_HASEFFECTS","features":[60]},{"name":"DIERR_INCOMPLETEEFFECT","features":[60]},{"name":"DIERR_INPUTLOST","features":[60]},{"name":"DIERR_INSUFFICIENTPRIVS","features":[60]},{"name":"DIERR_INVALIDCLASSINSTALLER","features":[60]},{"name":"DIERR_INVALIDPARAM","features":[60]},{"name":"DIERR_MAPFILEFAIL","features":[60]},{"name":"DIERR_MOREDATA","features":[60]},{"name":"DIERR_NOAGGREGATION","features":[60]},{"name":"DIERR_NOINTERFACE","features":[60]},{"name":"DIERR_NOMOREITEMS","features":[60]},{"name":"DIERR_NOTACQUIRED","features":[60]},{"name":"DIERR_NOTBUFFERED","features":[60]},{"name":"DIERR_NOTDOWNLOADED","features":[60]},{"name":"DIERR_NOTEXCLUSIVEACQUIRED","features":[60]},{"name":"DIERR_NOTFOUND","features":[60]},{"name":"DIERR_NOTINITIALIZED","features":[60]},{"name":"DIERR_OBJECTNOTFOUND","features":[60]},{"name":"DIERR_OLDDIRECTINPUTVERSION","features":[60]},{"name":"DIERR_OTHERAPPHASPRIO","features":[60]},{"name":"DIERR_OUTOFMEMORY","features":[60]},{"name":"DIERR_READONLY","features":[60]},{"name":"DIERR_REPORTFULL","features":[60]},{"name":"DIERR_UNPLUGGED","features":[60]},{"name":"DIERR_UNSUPPORTED","features":[60]},{"name":"DIES_NODOWNLOAD","features":[60]},{"name":"DIES_SOLO","features":[60]},{"name":"DIFEF_DEFAULT","features":[60]},{"name":"DIFEF_INCLUDENONSTANDARD","features":[60]},{"name":"DIFEF_MODIFYIFNEEDED","features":[60]},{"name":"DIFFDEVICEATTRIBUTES","features":[60]},{"name":"DIFFOBJECTATTRIBUTES","features":[60]},{"name":"DIFILEEFFECT","features":[60]},{"name":"DIGDD_PEEK","features":[60]},{"name":"DIGFFS_ACTUATORSOFF","features":[60]},{"name":"DIGFFS_ACTUATORSON","features":[60]},{"name":"DIGFFS_DEVICELOST","features":[60]},{"name":"DIGFFS_EMPTY","features":[60]},{"name":"DIGFFS_PAUSED","features":[60]},{"name":"DIGFFS_POWEROFF","features":[60]},{"name":"DIGFFS_POWERON","features":[60]},{"name":"DIGFFS_SAFETYSWITCHOFF","features":[60]},{"name":"DIGFFS_SAFETYSWITCHON","features":[60]},{"name":"DIGFFS_STOPPED","features":[60]},{"name":"DIGFFS_USERFFSWITCHOFF","features":[60]},{"name":"DIGFFS_USERFFSWITCHON","features":[60]},{"name":"DIHATSWITCH_2DCONTROL_HATSWITCH","features":[60]},{"name":"DIHATSWITCH_3DCONTROL_HATSWITCH","features":[60]},{"name":"DIHATSWITCH_ARCADEP_VIEW","features":[60]},{"name":"DIHATSWITCH_ARCADES_VIEW","features":[60]},{"name":"DIHATSWITCH_BBALLD_GLANCE","features":[60]},{"name":"DIHATSWITCH_BBALLO_GLANCE","features":[60]},{"name":"DIHATSWITCH_BIKINGM_SCROLL","features":[60]},{"name":"DIHATSWITCH_CADF_HATSWITCH","features":[60]},{"name":"DIHATSWITCH_CADM_HATSWITCH","features":[60]},{"name":"DIHATSWITCH_DRIVINGC_GLANCE","features":[60]},{"name":"DIHATSWITCH_DRIVINGR_GLANCE","features":[60]},{"name":"DIHATSWITCH_DRIVINGT_GLANCE","features":[60]},{"name":"DIHATSWITCH_FIGHTINGH_SLIDE","features":[60]},{"name":"DIHATSWITCH_FISHING_GLANCE","features":[60]},{"name":"DIHATSWITCH_FLYINGC_GLANCE","features":[60]},{"name":"DIHATSWITCH_FLYINGH_GLANCE","features":[60]},{"name":"DIHATSWITCH_FLYINGM_GLANCE","features":[60]},{"name":"DIHATSWITCH_FPS_GLANCE","features":[60]},{"name":"DIHATSWITCH_GOLF_SCROLL","features":[60]},{"name":"DIHATSWITCH_HOCKEYD_SCROLL","features":[60]},{"name":"DIHATSWITCH_HOCKEYG_SCROLL","features":[60]},{"name":"DIHATSWITCH_HOCKEYO_SCROLL","features":[60]},{"name":"DIHATSWITCH_HUNTING_GLANCE","features":[60]},{"name":"DIHATSWITCH_MECHA_GLANCE","features":[60]},{"name":"DIHATSWITCH_RACQUET_GLANCE","features":[60]},{"name":"DIHATSWITCH_SKIING_GLANCE","features":[60]},{"name":"DIHATSWITCH_SOCCERD_GLANCE","features":[60]},{"name":"DIHATSWITCH_SOCCERO_GLANCE","features":[60]},{"name":"DIHATSWITCH_SPACESIM_GLANCE","features":[60]},{"name":"DIHATSWITCH_STRATEGYR_GLANCE","features":[60]},{"name":"DIHATSWITCH_TPS_GLANCE","features":[60]},{"name":"DIHIDFFINITINFO","features":[60]},{"name":"DIJC_CALLOUT","features":[60]},{"name":"DIJC_GAIN","features":[60]},{"name":"DIJC_GUIDINSTANCE","features":[60]},{"name":"DIJC_REGHWCONFIGTYPE","features":[60]},{"name":"DIJC_WDMGAMEPORT","features":[60]},{"name":"DIJOYCONFIG","features":[60]},{"name":"DIJOYCONFIG_DX5","features":[60]},{"name":"DIJOYSTATE","features":[60]},{"name":"DIJOYSTATE2","features":[60]},{"name":"DIJOYTYPEINFO","features":[60]},{"name":"DIJOYTYPEINFO_DX5","features":[60]},{"name":"DIJOYTYPEINFO_DX6","features":[60]},{"name":"DIJOYUSERVALUES","features":[60]},{"name":"DIJU_GAMEPORTEMULATOR","features":[60]},{"name":"DIJU_GLOBALDRIVER","features":[60]},{"name":"DIJU_USERVALUES","features":[60]},{"name":"DIKEYBOARD_0","features":[60]},{"name":"DIKEYBOARD_1","features":[60]},{"name":"DIKEYBOARD_2","features":[60]},{"name":"DIKEYBOARD_3","features":[60]},{"name":"DIKEYBOARD_4","features":[60]},{"name":"DIKEYBOARD_5","features":[60]},{"name":"DIKEYBOARD_6","features":[60]},{"name":"DIKEYBOARD_7","features":[60]},{"name":"DIKEYBOARD_8","features":[60]},{"name":"DIKEYBOARD_9","features":[60]},{"name":"DIKEYBOARD_A","features":[60]},{"name":"DIKEYBOARD_ABNT_C1","features":[60]},{"name":"DIKEYBOARD_ABNT_C2","features":[60]},{"name":"DIKEYBOARD_ADD","features":[60]},{"name":"DIKEYBOARD_APOSTROPHE","features":[60]},{"name":"DIKEYBOARD_APPS","features":[60]},{"name":"DIKEYBOARD_AT","features":[60]},{"name":"DIKEYBOARD_AX","features":[60]},{"name":"DIKEYBOARD_B","features":[60]},{"name":"DIKEYBOARD_BACK","features":[60]},{"name":"DIKEYBOARD_BACKSLASH","features":[60]},{"name":"DIKEYBOARD_C","features":[60]},{"name":"DIKEYBOARD_CALCULATOR","features":[60]},{"name":"DIKEYBOARD_CAPITAL","features":[60]},{"name":"DIKEYBOARD_COLON","features":[60]},{"name":"DIKEYBOARD_COMMA","features":[60]},{"name":"DIKEYBOARD_CONVERT","features":[60]},{"name":"DIKEYBOARD_D","features":[60]},{"name":"DIKEYBOARD_DECIMAL","features":[60]},{"name":"DIKEYBOARD_DELETE","features":[60]},{"name":"DIKEYBOARD_DIVIDE","features":[60]},{"name":"DIKEYBOARD_DOWN","features":[60]},{"name":"DIKEYBOARD_E","features":[60]},{"name":"DIKEYBOARD_END","features":[60]},{"name":"DIKEYBOARD_EQUALS","features":[60]},{"name":"DIKEYBOARD_ESCAPE","features":[60]},{"name":"DIKEYBOARD_F","features":[60]},{"name":"DIKEYBOARD_F1","features":[60]},{"name":"DIKEYBOARD_F10","features":[60]},{"name":"DIKEYBOARD_F11","features":[60]},{"name":"DIKEYBOARD_F12","features":[60]},{"name":"DIKEYBOARD_F13","features":[60]},{"name":"DIKEYBOARD_F14","features":[60]},{"name":"DIKEYBOARD_F15","features":[60]},{"name":"DIKEYBOARD_F2","features":[60]},{"name":"DIKEYBOARD_F3","features":[60]},{"name":"DIKEYBOARD_F4","features":[60]},{"name":"DIKEYBOARD_F5","features":[60]},{"name":"DIKEYBOARD_F6","features":[60]},{"name":"DIKEYBOARD_F7","features":[60]},{"name":"DIKEYBOARD_F8","features":[60]},{"name":"DIKEYBOARD_F9","features":[60]},{"name":"DIKEYBOARD_G","features":[60]},{"name":"DIKEYBOARD_GRAVE","features":[60]},{"name":"DIKEYBOARD_H","features":[60]},{"name":"DIKEYBOARD_HOME","features":[60]},{"name":"DIKEYBOARD_I","features":[60]},{"name":"DIKEYBOARD_INSERT","features":[60]},{"name":"DIKEYBOARD_J","features":[60]},{"name":"DIKEYBOARD_K","features":[60]},{"name":"DIKEYBOARD_KANA","features":[60]},{"name":"DIKEYBOARD_KANJI","features":[60]},{"name":"DIKEYBOARD_L","features":[60]},{"name":"DIKEYBOARD_LBRACKET","features":[60]},{"name":"DIKEYBOARD_LCONTROL","features":[60]},{"name":"DIKEYBOARD_LEFT","features":[60]},{"name":"DIKEYBOARD_LMENU","features":[60]},{"name":"DIKEYBOARD_LSHIFT","features":[60]},{"name":"DIKEYBOARD_LWIN","features":[60]},{"name":"DIKEYBOARD_M","features":[60]},{"name":"DIKEYBOARD_MAIL","features":[60]},{"name":"DIKEYBOARD_MEDIASELECT","features":[60]},{"name":"DIKEYBOARD_MEDIASTOP","features":[60]},{"name":"DIKEYBOARD_MINUS","features":[60]},{"name":"DIKEYBOARD_MULTIPLY","features":[60]},{"name":"DIKEYBOARD_MUTE","features":[60]},{"name":"DIKEYBOARD_MYCOMPUTER","features":[60]},{"name":"DIKEYBOARD_N","features":[60]},{"name":"DIKEYBOARD_NEXT","features":[60]},{"name":"DIKEYBOARD_NEXTTRACK","features":[60]},{"name":"DIKEYBOARD_NOCONVERT","features":[60]},{"name":"DIKEYBOARD_NUMLOCK","features":[60]},{"name":"DIKEYBOARD_NUMPAD0","features":[60]},{"name":"DIKEYBOARD_NUMPAD1","features":[60]},{"name":"DIKEYBOARD_NUMPAD2","features":[60]},{"name":"DIKEYBOARD_NUMPAD3","features":[60]},{"name":"DIKEYBOARD_NUMPAD4","features":[60]},{"name":"DIKEYBOARD_NUMPAD5","features":[60]},{"name":"DIKEYBOARD_NUMPAD6","features":[60]},{"name":"DIKEYBOARD_NUMPAD7","features":[60]},{"name":"DIKEYBOARD_NUMPAD8","features":[60]},{"name":"DIKEYBOARD_NUMPAD9","features":[60]},{"name":"DIKEYBOARD_NUMPADCOMMA","features":[60]},{"name":"DIKEYBOARD_NUMPADENTER","features":[60]},{"name":"DIKEYBOARD_NUMPADEQUALS","features":[60]},{"name":"DIKEYBOARD_O","features":[60]},{"name":"DIKEYBOARD_OEM_102","features":[60]},{"name":"DIKEYBOARD_P","features":[60]},{"name":"DIKEYBOARD_PAUSE","features":[60]},{"name":"DIKEYBOARD_PERIOD","features":[60]},{"name":"DIKEYBOARD_PLAYPAUSE","features":[60]},{"name":"DIKEYBOARD_POWER","features":[60]},{"name":"DIKEYBOARD_PREVTRACK","features":[60]},{"name":"DIKEYBOARD_PRIOR","features":[60]},{"name":"DIKEYBOARD_Q","features":[60]},{"name":"DIKEYBOARD_R","features":[60]},{"name":"DIKEYBOARD_RBRACKET","features":[60]},{"name":"DIKEYBOARD_RCONTROL","features":[60]},{"name":"DIKEYBOARD_RETURN","features":[60]},{"name":"DIKEYBOARD_RIGHT","features":[60]},{"name":"DIKEYBOARD_RMENU","features":[60]},{"name":"DIKEYBOARD_RSHIFT","features":[60]},{"name":"DIKEYBOARD_RWIN","features":[60]},{"name":"DIKEYBOARD_S","features":[60]},{"name":"DIKEYBOARD_SCROLL","features":[60]},{"name":"DIKEYBOARD_SEMICOLON","features":[60]},{"name":"DIKEYBOARD_SLASH","features":[60]},{"name":"DIKEYBOARD_SLEEP","features":[60]},{"name":"DIKEYBOARD_SPACE","features":[60]},{"name":"DIKEYBOARD_STOP","features":[60]},{"name":"DIKEYBOARD_SUBTRACT","features":[60]},{"name":"DIKEYBOARD_SYSRQ","features":[60]},{"name":"DIKEYBOARD_T","features":[60]},{"name":"DIKEYBOARD_TAB","features":[60]},{"name":"DIKEYBOARD_U","features":[60]},{"name":"DIKEYBOARD_UNDERLINE","features":[60]},{"name":"DIKEYBOARD_UNLABELED","features":[60]},{"name":"DIKEYBOARD_UP","features":[60]},{"name":"DIKEYBOARD_V","features":[60]},{"name":"DIKEYBOARD_VOLUMEDOWN","features":[60]},{"name":"DIKEYBOARD_VOLUMEUP","features":[60]},{"name":"DIKEYBOARD_W","features":[60]},{"name":"DIKEYBOARD_WAKE","features":[60]},{"name":"DIKEYBOARD_WEBBACK","features":[60]},{"name":"DIKEYBOARD_WEBFAVORITES","features":[60]},{"name":"DIKEYBOARD_WEBFORWARD","features":[60]},{"name":"DIKEYBOARD_WEBHOME","features":[60]},{"name":"DIKEYBOARD_WEBREFRESH","features":[60]},{"name":"DIKEYBOARD_WEBSEARCH","features":[60]},{"name":"DIKEYBOARD_WEBSTOP","features":[60]},{"name":"DIKEYBOARD_X","features":[60]},{"name":"DIKEYBOARD_Y","features":[60]},{"name":"DIKEYBOARD_YEN","features":[60]},{"name":"DIKEYBOARD_Z","features":[60]},{"name":"DIK_0","features":[60]},{"name":"DIK_1","features":[60]},{"name":"DIK_2","features":[60]},{"name":"DIK_3","features":[60]},{"name":"DIK_4","features":[60]},{"name":"DIK_5","features":[60]},{"name":"DIK_6","features":[60]},{"name":"DIK_7","features":[60]},{"name":"DIK_8","features":[60]},{"name":"DIK_9","features":[60]},{"name":"DIK_A","features":[60]},{"name":"DIK_ABNT_C1","features":[60]},{"name":"DIK_ABNT_C2","features":[60]},{"name":"DIK_ADD","features":[60]},{"name":"DIK_APOSTROPHE","features":[60]},{"name":"DIK_APPS","features":[60]},{"name":"DIK_AT","features":[60]},{"name":"DIK_AX","features":[60]},{"name":"DIK_B","features":[60]},{"name":"DIK_BACK","features":[60]},{"name":"DIK_BACKSLASH","features":[60]},{"name":"DIK_BACKSPACE","features":[60]},{"name":"DIK_C","features":[60]},{"name":"DIK_CALCULATOR","features":[60]},{"name":"DIK_CAPITAL","features":[60]},{"name":"DIK_CAPSLOCK","features":[60]},{"name":"DIK_CIRCUMFLEX","features":[60]},{"name":"DIK_COLON","features":[60]},{"name":"DIK_COMMA","features":[60]},{"name":"DIK_CONVERT","features":[60]},{"name":"DIK_D","features":[60]},{"name":"DIK_DECIMAL","features":[60]},{"name":"DIK_DELETE","features":[60]},{"name":"DIK_DIVIDE","features":[60]},{"name":"DIK_DOWN","features":[60]},{"name":"DIK_DOWNARROW","features":[60]},{"name":"DIK_E","features":[60]},{"name":"DIK_END","features":[60]},{"name":"DIK_EQUALS","features":[60]},{"name":"DIK_ESCAPE","features":[60]},{"name":"DIK_F","features":[60]},{"name":"DIK_F1","features":[60]},{"name":"DIK_F10","features":[60]},{"name":"DIK_F11","features":[60]},{"name":"DIK_F12","features":[60]},{"name":"DIK_F13","features":[60]},{"name":"DIK_F14","features":[60]},{"name":"DIK_F15","features":[60]},{"name":"DIK_F2","features":[60]},{"name":"DIK_F3","features":[60]},{"name":"DIK_F4","features":[60]},{"name":"DIK_F5","features":[60]},{"name":"DIK_F6","features":[60]},{"name":"DIK_F7","features":[60]},{"name":"DIK_F8","features":[60]},{"name":"DIK_F9","features":[60]},{"name":"DIK_G","features":[60]},{"name":"DIK_GRAVE","features":[60]},{"name":"DIK_H","features":[60]},{"name":"DIK_HOME","features":[60]},{"name":"DIK_I","features":[60]},{"name":"DIK_INSERT","features":[60]},{"name":"DIK_J","features":[60]},{"name":"DIK_K","features":[60]},{"name":"DIK_KANA","features":[60]},{"name":"DIK_KANJI","features":[60]},{"name":"DIK_L","features":[60]},{"name":"DIK_LALT","features":[60]},{"name":"DIK_LBRACKET","features":[60]},{"name":"DIK_LCONTROL","features":[60]},{"name":"DIK_LEFT","features":[60]},{"name":"DIK_LEFTARROW","features":[60]},{"name":"DIK_LMENU","features":[60]},{"name":"DIK_LSHIFT","features":[60]},{"name":"DIK_LWIN","features":[60]},{"name":"DIK_M","features":[60]},{"name":"DIK_MAIL","features":[60]},{"name":"DIK_MEDIASELECT","features":[60]},{"name":"DIK_MEDIASTOP","features":[60]},{"name":"DIK_MINUS","features":[60]},{"name":"DIK_MULTIPLY","features":[60]},{"name":"DIK_MUTE","features":[60]},{"name":"DIK_MYCOMPUTER","features":[60]},{"name":"DIK_N","features":[60]},{"name":"DIK_NEXT","features":[60]},{"name":"DIK_NEXTTRACK","features":[60]},{"name":"DIK_NOCONVERT","features":[60]},{"name":"DIK_NUMLOCK","features":[60]},{"name":"DIK_NUMPAD0","features":[60]},{"name":"DIK_NUMPAD1","features":[60]},{"name":"DIK_NUMPAD2","features":[60]},{"name":"DIK_NUMPAD3","features":[60]},{"name":"DIK_NUMPAD4","features":[60]},{"name":"DIK_NUMPAD5","features":[60]},{"name":"DIK_NUMPAD6","features":[60]},{"name":"DIK_NUMPAD7","features":[60]},{"name":"DIK_NUMPAD8","features":[60]},{"name":"DIK_NUMPAD9","features":[60]},{"name":"DIK_NUMPADCOMMA","features":[60]},{"name":"DIK_NUMPADENTER","features":[60]},{"name":"DIK_NUMPADEQUALS","features":[60]},{"name":"DIK_NUMPADMINUS","features":[60]},{"name":"DIK_NUMPADPERIOD","features":[60]},{"name":"DIK_NUMPADPLUS","features":[60]},{"name":"DIK_NUMPADSLASH","features":[60]},{"name":"DIK_NUMPADSTAR","features":[60]},{"name":"DIK_O","features":[60]},{"name":"DIK_OEM_102","features":[60]},{"name":"DIK_P","features":[60]},{"name":"DIK_PAUSE","features":[60]},{"name":"DIK_PERIOD","features":[60]},{"name":"DIK_PGDN","features":[60]},{"name":"DIK_PGUP","features":[60]},{"name":"DIK_PLAYPAUSE","features":[60]},{"name":"DIK_POWER","features":[60]},{"name":"DIK_PREVTRACK","features":[60]},{"name":"DIK_PRIOR","features":[60]},{"name":"DIK_Q","features":[60]},{"name":"DIK_R","features":[60]},{"name":"DIK_RALT","features":[60]},{"name":"DIK_RBRACKET","features":[60]},{"name":"DIK_RCONTROL","features":[60]},{"name":"DIK_RETURN","features":[60]},{"name":"DIK_RIGHT","features":[60]},{"name":"DIK_RIGHTARROW","features":[60]},{"name":"DIK_RMENU","features":[60]},{"name":"DIK_RSHIFT","features":[60]},{"name":"DIK_RWIN","features":[60]},{"name":"DIK_S","features":[60]},{"name":"DIK_SCROLL","features":[60]},{"name":"DIK_SEMICOLON","features":[60]},{"name":"DIK_SLASH","features":[60]},{"name":"DIK_SLEEP","features":[60]},{"name":"DIK_SPACE","features":[60]},{"name":"DIK_STOP","features":[60]},{"name":"DIK_SUBTRACT","features":[60]},{"name":"DIK_SYSRQ","features":[60]},{"name":"DIK_T","features":[60]},{"name":"DIK_TAB","features":[60]},{"name":"DIK_U","features":[60]},{"name":"DIK_UNDERLINE","features":[60]},{"name":"DIK_UNLABELED","features":[60]},{"name":"DIK_UP","features":[60]},{"name":"DIK_UPARROW","features":[60]},{"name":"DIK_V","features":[60]},{"name":"DIK_VOLUMEDOWN","features":[60]},{"name":"DIK_VOLUMEUP","features":[60]},{"name":"DIK_W","features":[60]},{"name":"DIK_WAKE","features":[60]},{"name":"DIK_WEBBACK","features":[60]},{"name":"DIK_WEBFAVORITES","features":[60]},{"name":"DIK_WEBFORWARD","features":[60]},{"name":"DIK_WEBHOME","features":[60]},{"name":"DIK_WEBREFRESH","features":[60]},{"name":"DIK_WEBSEARCH","features":[60]},{"name":"DIK_WEBSTOP","features":[60]},{"name":"DIK_X","features":[60]},{"name":"DIK_Y","features":[60]},{"name":"DIK_YEN","features":[60]},{"name":"DIK_Z","features":[60]},{"name":"DIMOUSESTATE","features":[60]},{"name":"DIMOUSESTATE2","features":[60]},{"name":"DIMSGWP_DX8APPSTART","features":[60]},{"name":"DIMSGWP_DX8MAPPERAPPSTART","features":[60]},{"name":"DIMSGWP_NEWAPPSTART","features":[60]},{"name":"DIOBJECTATTRIBUTES","features":[60]},{"name":"DIOBJECTCALIBRATION","features":[60]},{"name":"DIOBJECTDATAFORMAT","features":[60]},{"name":"DIPERIODIC","features":[60]},{"name":"DIPH_BYID","features":[60]},{"name":"DIPH_BYOFFSET","features":[60]},{"name":"DIPH_BYUSAGE","features":[60]},{"name":"DIPH_DEVICE","features":[60]},{"name":"DIPOVCALIBRATION","features":[60]},{"name":"DIPOV_ANY_1","features":[60]},{"name":"DIPOV_ANY_2","features":[60]},{"name":"DIPOV_ANY_3","features":[60]},{"name":"DIPOV_ANY_4","features":[60]},{"name":"DIPROPAUTOCENTER_OFF","features":[60]},{"name":"DIPROPAUTOCENTER_ON","features":[60]},{"name":"DIPROPAXISMODE_ABS","features":[60]},{"name":"DIPROPAXISMODE_REL","features":[60]},{"name":"DIPROPCAL","features":[60]},{"name":"DIPROPCALIBRATIONMODE_COOKED","features":[60]},{"name":"DIPROPCALIBRATIONMODE_RAW","features":[60]},{"name":"DIPROPCALPOV","features":[60]},{"name":"DIPROPCPOINTS","features":[60]},{"name":"DIPROPDWORD","features":[60]},{"name":"DIPROPGUIDANDPATH","features":[60]},{"name":"DIPROPHEADER","features":[60]},{"name":"DIPROPPOINTER","features":[60]},{"name":"DIPROPRANGE","features":[60]},{"name":"DIPROPSTRING","features":[60]},{"name":"DIPROP_APPDATA","features":[60]},{"name":"DIPROP_AUTOCENTER","features":[60]},{"name":"DIPROP_AXISMODE","features":[60]},{"name":"DIPROP_BUFFERSIZE","features":[60]},{"name":"DIPROP_CALIBRATION","features":[60]},{"name":"DIPROP_CALIBRATIONMODE","features":[60]},{"name":"DIPROP_CPOINTS","features":[60]},{"name":"DIPROP_DEADZONE","features":[60]},{"name":"DIPROP_FFGAIN","features":[60]},{"name":"DIPROP_FFLOAD","features":[60]},{"name":"DIPROP_GETPORTDISPLAYNAME","features":[60]},{"name":"DIPROP_GRANULARITY","features":[60]},{"name":"DIPROP_GUIDANDPATH","features":[60]},{"name":"DIPROP_INSTANCENAME","features":[60]},{"name":"DIPROP_JOYSTICKID","features":[60]},{"name":"DIPROP_KEYNAME","features":[60]},{"name":"DIPROP_LOGICALRANGE","features":[60]},{"name":"DIPROP_PHYSICALRANGE","features":[60]},{"name":"DIPROP_PRODUCTNAME","features":[60]},{"name":"DIPROP_RANGE","features":[60]},{"name":"DIPROP_SATURATION","features":[60]},{"name":"DIPROP_SCANCODE","features":[60]},{"name":"DIPROP_TYPENAME","features":[60]},{"name":"DIPROP_USERNAME","features":[60]},{"name":"DIPROP_VIDPID","features":[60]},{"name":"DIRAMPFORCE","features":[60]},{"name":"DIRECTINPUT_HEADER_VERSION","features":[60]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRING","features":[60]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRINGA","features":[60]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRINGW","features":[60]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPP","features":[60]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPPA","features":[60]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPPW","features":[60]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPP","features":[60]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPPA","features":[60]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPPW","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAG","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAGA","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAGW","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_ID","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_IDA","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_IDW","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTART","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTARTA","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTARTW","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPER","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPERA","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPERW","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_NAME","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_NAMEA","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_NAMEW","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSION","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSIONA","features":[60]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSIONW","features":[60]},{"name":"DIRECTINPUT_VERSION","features":[60]},{"name":"DISCL_BACKGROUND","features":[60]},{"name":"DISCL_EXCLUSIVE","features":[60]},{"name":"DISCL_FOREGROUND","features":[60]},{"name":"DISCL_NONEXCLUSIVE","features":[60]},{"name":"DISCL_NOWINKEY","features":[60]},{"name":"DISDD_CONTINUE","features":[60]},{"name":"DISFFC_CONTINUE","features":[60]},{"name":"DISFFC_PAUSE","features":[60]},{"name":"DISFFC_RESET","features":[60]},{"name":"DISFFC_SETACTUATORSOFF","features":[60]},{"name":"DISFFC_SETACTUATORSON","features":[60]},{"name":"DISFFC_STOPALL","features":[60]},{"name":"DITC_CALLOUT","features":[60]},{"name":"DITC_CLSIDCONFIG","features":[60]},{"name":"DITC_DISPLAYNAME","features":[60]},{"name":"DITC_FLAGS1","features":[60]},{"name":"DITC_FLAGS2","features":[60]},{"name":"DITC_HARDWAREID","features":[60]},{"name":"DITC_MAPFILE","features":[60]},{"name":"DITC_REGHWSETTINGS","features":[60]},{"name":"DIVIRTUAL_ARCADE_PLATFORM","features":[60]},{"name":"DIVIRTUAL_ARCADE_SIDE2SIDE","features":[60]},{"name":"DIVIRTUAL_BROWSER_CONTROL","features":[60]},{"name":"DIVIRTUAL_CAD_2DCONTROL","features":[60]},{"name":"DIVIRTUAL_CAD_3DCONTROL","features":[60]},{"name":"DIVIRTUAL_CAD_FLYBY","features":[60]},{"name":"DIVIRTUAL_CAD_MODEL","features":[60]},{"name":"DIVIRTUAL_DRIVING_COMBAT","features":[60]},{"name":"DIVIRTUAL_DRIVING_MECHA","features":[60]},{"name":"DIVIRTUAL_DRIVING_RACE","features":[60]},{"name":"DIVIRTUAL_DRIVING_TANK","features":[60]},{"name":"DIVIRTUAL_FIGHTING_FPS","features":[60]},{"name":"DIVIRTUAL_FIGHTING_HAND2HAND","features":[60]},{"name":"DIVIRTUAL_FIGHTING_THIRDPERSON","features":[60]},{"name":"DIVIRTUAL_FLYING_CIVILIAN","features":[60]},{"name":"DIVIRTUAL_FLYING_HELICOPTER","features":[60]},{"name":"DIVIRTUAL_FLYING_MILITARY","features":[60]},{"name":"DIVIRTUAL_REMOTE_CONTROL","features":[60]},{"name":"DIVIRTUAL_SPACESIM","features":[60]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_BAT","features":[60]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_FIELD","features":[60]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_PITCH","features":[60]},{"name":"DIVIRTUAL_SPORTS_BASKETBALL_DEFENSE","features":[60]},{"name":"DIVIRTUAL_SPORTS_BASKETBALL_OFFENSE","features":[60]},{"name":"DIVIRTUAL_SPORTS_BIKING_MOUNTAIN","features":[60]},{"name":"DIVIRTUAL_SPORTS_FISHING","features":[60]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_DEFENSE","features":[60]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_FIELD","features":[60]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_OFFENSE","features":[60]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_QBCK","features":[60]},{"name":"DIVIRTUAL_SPORTS_GOLF","features":[60]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_DEFENSE","features":[60]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_GOALIE","features":[60]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_OFFENSE","features":[60]},{"name":"DIVIRTUAL_SPORTS_HUNTING","features":[60]},{"name":"DIVIRTUAL_SPORTS_RACQUET","features":[60]},{"name":"DIVIRTUAL_SPORTS_SKIING","features":[60]},{"name":"DIVIRTUAL_SPORTS_SOCCER_DEFENSE","features":[60]},{"name":"DIVIRTUAL_SPORTS_SOCCER_OFFENSE","features":[60]},{"name":"DIVIRTUAL_STRATEGY_ROLEPLAYING","features":[60]},{"name":"DIVIRTUAL_STRATEGY_TURN","features":[60]},{"name":"DIVOICE_ALL","features":[60]},{"name":"DIVOICE_CHANNEL1","features":[60]},{"name":"DIVOICE_CHANNEL2","features":[60]},{"name":"DIVOICE_CHANNEL3","features":[60]},{"name":"DIVOICE_CHANNEL4","features":[60]},{"name":"DIVOICE_CHANNEL5","features":[60]},{"name":"DIVOICE_CHANNEL6","features":[60]},{"name":"DIVOICE_CHANNEL7","features":[60]},{"name":"DIVOICE_CHANNEL8","features":[60]},{"name":"DIVOICE_PLAYBACKMUTE","features":[60]},{"name":"DIVOICE_RECORDMUTE","features":[60]},{"name":"DIVOICE_TEAM","features":[60]},{"name":"DIVOICE_TRANSMIT","features":[60]},{"name":"DIVOICE_VOICECOMMAND","features":[60]},{"name":"DI_BUFFEROVERFLOW","features":[60]},{"name":"DI_DEGREES","features":[60]},{"name":"DI_DOWNLOADSKIPPED","features":[60]},{"name":"DI_EFFECTRESTARTED","features":[60]},{"name":"DI_FFNOMINALMAX","features":[60]},{"name":"DI_NOEFFECT","features":[60]},{"name":"DI_NOTATTACHED","features":[60]},{"name":"DI_OK","features":[60]},{"name":"DI_POLLEDDEVICE","features":[60]},{"name":"DI_PROPNOEFFECT","features":[60]},{"name":"DI_SECONDS","features":[60]},{"name":"DI_SETTINGSNOTSAVED","features":[60]},{"name":"DI_TRUNCATED","features":[60]},{"name":"DI_TRUNCATEDANDRESTARTED","features":[60]},{"name":"DI_WRITEPROTECT","features":[60]},{"name":"DirectInput8Create","features":[60,3]},{"name":"GPIOBUTTONS_BUTTON_TYPE","features":[60]},{"name":"GPIO_BUTTON_BACK","features":[60]},{"name":"GPIO_BUTTON_CAMERA_FOCUS","features":[60]},{"name":"GPIO_BUTTON_CAMERA_LENS","features":[60]},{"name":"GPIO_BUTTON_CAMERA_SHUTTER","features":[60]},{"name":"GPIO_BUTTON_COUNT","features":[60]},{"name":"GPIO_BUTTON_COUNT_MIN","features":[60]},{"name":"GPIO_BUTTON_HEADSET","features":[60]},{"name":"GPIO_BUTTON_HWKB_DEPLOY","features":[60]},{"name":"GPIO_BUTTON_OEM_CUSTOM","features":[60]},{"name":"GPIO_BUTTON_OEM_CUSTOM2","features":[60]},{"name":"GPIO_BUTTON_OEM_CUSTOM3","features":[60]},{"name":"GPIO_BUTTON_POWER","features":[60]},{"name":"GPIO_BUTTON_RINGER_TOGGLE","features":[60]},{"name":"GPIO_BUTTON_ROTATION_LOCK","features":[60]},{"name":"GPIO_BUTTON_SEARCH","features":[60]},{"name":"GPIO_BUTTON_VOLUME_DOWN","features":[60]},{"name":"GPIO_BUTTON_VOLUME_UP","features":[60]},{"name":"GPIO_BUTTON_WINDOWS","features":[60]},{"name":"GUID_Button","features":[60]},{"name":"GUID_ConstantForce","features":[60]},{"name":"GUID_CustomForce","features":[60]},{"name":"GUID_DEVINTERFACE_HID","features":[60]},{"name":"GUID_DEVINTERFACE_KEYBOARD","features":[60]},{"name":"GUID_DEVINTERFACE_MOUSE","features":[60]},{"name":"GUID_Damper","features":[60]},{"name":"GUID_Friction","features":[60]},{"name":"GUID_HIDClass","features":[60]},{"name":"GUID_HID_INTERFACE_HIDPARSE","features":[60]},{"name":"GUID_HID_INTERFACE_NOTIFY","features":[60]},{"name":"GUID_Inertia","features":[60]},{"name":"GUID_Joystick","features":[60]},{"name":"GUID_Key","features":[60]},{"name":"GUID_KeyboardClass","features":[60]},{"name":"GUID_MediaClass","features":[60]},{"name":"GUID_MouseClass","features":[60]},{"name":"GUID_POV","features":[60]},{"name":"GUID_RampForce","features":[60]},{"name":"GUID_RxAxis","features":[60]},{"name":"GUID_RyAxis","features":[60]},{"name":"GUID_RzAxis","features":[60]},{"name":"GUID_SawtoothDown","features":[60]},{"name":"GUID_SawtoothUp","features":[60]},{"name":"GUID_Sine","features":[60]},{"name":"GUID_Slider","features":[60]},{"name":"GUID_Spring","features":[60]},{"name":"GUID_Square","features":[60]},{"name":"GUID_SysKeyboard","features":[60]},{"name":"GUID_SysKeyboardEm","features":[60]},{"name":"GUID_SysKeyboardEm2","features":[60]},{"name":"GUID_SysMouse","features":[60]},{"name":"GUID_SysMouseEm","features":[60]},{"name":"GUID_SysMouseEm2","features":[60]},{"name":"GUID_Triangle","features":[60]},{"name":"GUID_Unknown","features":[60]},{"name":"GUID_XAxis","features":[60]},{"name":"GUID_YAxis","features":[60]},{"name":"GUID_ZAxis","features":[60]},{"name":"HIDD_ATTRIBUTES","features":[60]},{"name":"HIDD_CONFIGURATION","features":[60]},{"name":"HIDP_BUTTON_ARRAY_DATA","features":[60,3]},{"name":"HIDP_BUTTON_CAPS","features":[60,3]},{"name":"HIDP_CAPS","features":[60]},{"name":"HIDP_DATA","features":[60,3]},{"name":"HIDP_EXTENDED_ATTRIBUTES","features":[60]},{"name":"HIDP_KEYBOARD_DIRECTION","features":[60]},{"name":"HIDP_KEYBOARD_MODIFIER_STATE","features":[60]},{"name":"HIDP_LINK_COLLECTION_NODE","features":[60]},{"name":"HIDP_REPORT_TYPE","features":[60]},{"name":"HIDP_STATUS_BAD_LOG_PHY_VALUES","features":[60,3]},{"name":"HIDP_STATUS_BUFFER_TOO_SMALL","features":[60,3]},{"name":"HIDP_STATUS_BUTTON_NOT_PRESSED","features":[60,3]},{"name":"HIDP_STATUS_DATA_INDEX_NOT_FOUND","features":[60,3]},{"name":"HIDP_STATUS_DATA_INDEX_OUT_OF_RANGE","features":[60,3]},{"name":"HIDP_STATUS_I8042_TRANS_UNKNOWN","features":[60,3]},{"name":"HIDP_STATUS_I8242_TRANS_UNKNOWN","features":[60,3]},{"name":"HIDP_STATUS_INCOMPATIBLE_REPORT_ID","features":[60,3]},{"name":"HIDP_STATUS_INTERNAL_ERROR","features":[60,3]},{"name":"HIDP_STATUS_INVALID_PREPARSED_DATA","features":[60,3]},{"name":"HIDP_STATUS_INVALID_REPORT_LENGTH","features":[60,3]},{"name":"HIDP_STATUS_INVALID_REPORT_TYPE","features":[60,3]},{"name":"HIDP_STATUS_IS_VALUE_ARRAY","features":[60,3]},{"name":"HIDP_STATUS_NOT_BUTTON_ARRAY","features":[60,3]},{"name":"HIDP_STATUS_NOT_IMPLEMENTED","features":[60,3]},{"name":"HIDP_STATUS_NOT_VALUE_ARRAY","features":[60,3]},{"name":"HIDP_STATUS_NULL","features":[60,3]},{"name":"HIDP_STATUS_REPORT_DOES_NOT_EXIST","features":[60,3]},{"name":"HIDP_STATUS_SUCCESS","features":[60,3]},{"name":"HIDP_STATUS_USAGE_NOT_FOUND","features":[60,3]},{"name":"HIDP_STATUS_VALUE_OUT_OF_RANGE","features":[60,3]},{"name":"HIDP_UNKNOWN_TOKEN","features":[60]},{"name":"HIDP_VALUE_CAPS","features":[60,3]},{"name":"HID_COLLECTION_INFORMATION","features":[60,3]},{"name":"HID_DRIVER_CONFIG","features":[60]},{"name":"HID_REVISION","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_14_SEGMENT_DIRECT_MAP","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_7_SEGMENT_DIRECT_MAP","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_ALPHANUMERIC_DISPLAY","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_ASCII_CHARACTER_SET","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_ATTRIBUTE_DATA","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_ATTRIBUTE_READBACK","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAPPED_DISPLAY","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAP_SIZE_X","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAP_SIZE_Y","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_BIT_DEPTH_FORMAT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_DATA","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_X1","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_X2","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_Y1","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_Y2","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_REPORT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CHARACTER_ATTRIBUTE","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CHARACTER_REPORT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_BLINK","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_ENHANCE","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_UNDERLINE","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_HEIGHT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_SPACING_HORIZONTAL","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_SPACING_VERTICAL","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_WIDTH","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CLEAR_DISPLAY","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_COLUMN","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_COLUMNS","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_BLINK","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_ENABLE","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_MODE","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_PIXEL_POSITIONING","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_POSITION_REPORT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_DATA_READ_BACK","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ATTRIBUTES_REPORT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_BRIGHTNESS","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_CONTRAST","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_CONTROL_REPORT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_DATA","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ENABLE","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ORIENTATION","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_STATUS","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_ERR_FONT_DATA_CANNOT_BE_READ","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_ERR_NOT_A_LOADABLE_CHARACTER","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_14_SEGMENT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_7_SEGMENT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_DATA","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_READ_BACK","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_REPORT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_HORIZONTAL_SCROLL","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA_OFFSET","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA_SIZE","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_REPORT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_ROW","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_ROWS","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_SCREEN_SAVER_DELAY","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_SCREEN_SAVER_ENABLE","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_ID","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_OFFSET1","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_OFFSET2","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_REPORT","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_SIDE","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_STATUS_NOT_READY","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_STATUS_READY","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_UNICODE_CHAR_SET","features":[60]},{"name":"HID_USAGE_ALPHANUMERIC_VERTICAL_SCROLL","features":[60]},{"name":"HID_USAGE_CAMERA_AUTO_FOCUS","features":[60]},{"name":"HID_USAGE_CAMERA_SHUTTER","features":[60]},{"name":"HID_USAGE_CONSUMERCTRL","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_BACK","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_BOOKMARKS","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_FORWARD","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_GOTO","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_HOME","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_NEXT","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_PAN","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_PREVIOUS","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_REFRESH","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_SEARCH","features":[60]},{"name":"HID_USAGE_CONSUMER_AC_STOP","features":[60]},{"name":"HID_USAGE_CONSUMER_AL_BROWSER","features":[60]},{"name":"HID_USAGE_CONSUMER_AL_CALCULATOR","features":[60]},{"name":"HID_USAGE_CONSUMER_AL_CONFIGURATION","features":[60]},{"name":"HID_USAGE_CONSUMER_AL_EMAIL","features":[60]},{"name":"HID_USAGE_CONSUMER_AL_SEARCH","features":[60]},{"name":"HID_USAGE_CONSUMER_BALANCE","features":[60]},{"name":"HID_USAGE_CONSUMER_BASS","features":[60]},{"name":"HID_USAGE_CONSUMER_BASS_BOOST","features":[60]},{"name":"HID_USAGE_CONSUMER_BASS_DECREMENT","features":[60]},{"name":"HID_USAGE_CONSUMER_BASS_INCREMENT","features":[60]},{"name":"HID_USAGE_CONSUMER_CHANNEL_DECREMENT","features":[60]},{"name":"HID_USAGE_CONSUMER_CHANNEL_INCREMENT","features":[60]},{"name":"HID_USAGE_CONSUMER_EXTENDED_KEYBOARD_ATTRIBUTES_COLLECTION","features":[60]},{"name":"HID_USAGE_CONSUMER_FAST_FORWARD","features":[60]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_OPEN_GAMEBAR","features":[60]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_RECORD_CLIP","features":[60]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_SCREENSHOT","features":[60]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_BROADCAST","features":[60]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_CAMERA","features":[60]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_INDICATOR","features":[60]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_MICROPHONE","features":[60]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_RECORD","features":[60]},{"name":"HID_USAGE_CONSUMER_IMPLEMENTED_KEYBOARD_INPUT_ASSIST_CONTROLS","features":[60]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_FORM_FACTOR","features":[60]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_IETF_LANGUAGE_TAG_INDEX","features":[60]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_KEY_TYPE","features":[60]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_PHYSICAL_LAYOUT","features":[60]},{"name":"HID_USAGE_CONSUMER_LOUDNESS","features":[60]},{"name":"HID_USAGE_CONSUMER_MPX","features":[60]},{"name":"HID_USAGE_CONSUMER_MUTE","features":[60]},{"name":"HID_USAGE_CONSUMER_PAUSE","features":[60]},{"name":"HID_USAGE_CONSUMER_PLAY","features":[60]},{"name":"HID_USAGE_CONSUMER_PLAY_PAUSE","features":[60]},{"name":"HID_USAGE_CONSUMER_RECORD","features":[60]},{"name":"HID_USAGE_CONSUMER_REWIND","features":[60]},{"name":"HID_USAGE_CONSUMER_SCAN_NEXT_TRACK","features":[60]},{"name":"HID_USAGE_CONSUMER_SCAN_PREV_TRACK","features":[60]},{"name":"HID_USAGE_CONSUMER_STOP","features":[60]},{"name":"HID_USAGE_CONSUMER_SURROUND_MODE","features":[60]},{"name":"HID_USAGE_CONSUMER_TREBLE","features":[60]},{"name":"HID_USAGE_CONSUMER_TREBLE_DECREMENT","features":[60]},{"name":"HID_USAGE_CONSUMER_TREBLE_INCREMENT","features":[60]},{"name":"HID_USAGE_CONSUMER_VENDOR_SPECIFIC_KEYBOARD_PHYSICAL_LAYOUT","features":[60]},{"name":"HID_USAGE_CONSUMER_VOLUME","features":[60]},{"name":"HID_USAGE_CONSUMER_VOLUME_DECREMENT","features":[60]},{"name":"HID_USAGE_CONSUMER_VOLUME_INCREMENT","features":[60]},{"name":"HID_USAGE_DIGITIZER_3D_DIGITIZER","features":[60]},{"name":"HID_USAGE_DIGITIZER_ALTITUDE","features":[60]},{"name":"HID_USAGE_DIGITIZER_ARMATURE","features":[60]},{"name":"HID_USAGE_DIGITIZER_ARTICULATED_ARM","features":[60]},{"name":"HID_USAGE_DIGITIZER_AZIMUTH","features":[60]},{"name":"HID_USAGE_DIGITIZER_BARREL_PRESSURE","features":[60]},{"name":"HID_USAGE_DIGITIZER_BARREL_SWITCH","features":[60]},{"name":"HID_USAGE_DIGITIZER_BATTERY_STRENGTH","features":[60]},{"name":"HID_USAGE_DIGITIZER_COORD_MEASURING","features":[60]},{"name":"HID_USAGE_DIGITIZER_DATA_VALID","features":[60]},{"name":"HID_USAGE_DIGITIZER_DIGITIZER","features":[60]},{"name":"HID_USAGE_DIGITIZER_ERASER","features":[60]},{"name":"HID_USAGE_DIGITIZER_FINGER","features":[60]},{"name":"HID_USAGE_DIGITIZER_FREE_SPACE_WAND","features":[60]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP","features":[60]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_FRAME_DATA","features":[60]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_PROTOCOL_VENDOR_ID","features":[60]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_PROTOCOL_VERSION","features":[60]},{"name":"HID_USAGE_DIGITIZER_INVERT","features":[60]},{"name":"HID_USAGE_DIGITIZER_IN_RANGE","features":[60]},{"name":"HID_USAGE_DIGITIZER_LIGHT_PEN","features":[60]},{"name":"HID_USAGE_DIGITIZER_MULTI_POINT","features":[60]},{"name":"HID_USAGE_DIGITIZER_PEN","features":[60]},{"name":"HID_USAGE_DIGITIZER_PROG_CHANGE_KEYS","features":[60]},{"name":"HID_USAGE_DIGITIZER_PUCK","features":[60]},{"name":"HID_USAGE_DIGITIZER_QUALITY","features":[60]},{"name":"HID_USAGE_DIGITIZER_SECONDARY_TIP_SWITCH","features":[60]},{"name":"HID_USAGE_DIGITIZER_STEREO_PLOTTER","features":[60]},{"name":"HID_USAGE_DIGITIZER_STYLUS","features":[60]},{"name":"HID_USAGE_DIGITIZER_TABLET_FUNC_KEYS","features":[60]},{"name":"HID_USAGE_DIGITIZER_TABLET_PICK","features":[60]},{"name":"HID_USAGE_DIGITIZER_TAP","features":[60]},{"name":"HID_USAGE_DIGITIZER_TIP_PRESSURE","features":[60]},{"name":"HID_USAGE_DIGITIZER_TIP_SWITCH","features":[60]},{"name":"HID_USAGE_DIGITIZER_TOUCH","features":[60]},{"name":"HID_USAGE_DIGITIZER_TOUCH_PAD","features":[60]},{"name":"HID_USAGE_DIGITIZER_TOUCH_SCREEN","features":[60]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_CONNECTED","features":[60]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_INDEX","features":[60]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_PRODUCT","features":[60]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_SERIAL","features":[60]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_SERIAL_PART2","features":[60]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_VENDOR","features":[60]},{"name":"HID_USAGE_DIGITIZER_TWIST","features":[60]},{"name":"HID_USAGE_DIGITIZER_UNTOUCH","features":[60]},{"name":"HID_USAGE_DIGITIZER_WHITE_BOARD","features":[60]},{"name":"HID_USAGE_DIGITIZER_X_TILT","features":[60]},{"name":"HID_USAGE_DIGITIZER_Y_TILT","features":[60]},{"name":"HID_USAGE_GAME_3D_GAME_CONTROLLER","features":[60]},{"name":"HID_USAGE_GAME_BUMP","features":[60]},{"name":"HID_USAGE_GAME_FLIPPER","features":[60]},{"name":"HID_USAGE_GAME_GAMEPAD_FIRE_JUMP","features":[60]},{"name":"HID_USAGE_GAME_GAMEPAD_TRIGGER","features":[60]},{"name":"HID_USAGE_GAME_GUN_AUTOMATIC","features":[60]},{"name":"HID_USAGE_GAME_GUN_BOLT","features":[60]},{"name":"HID_USAGE_GAME_GUN_BURST","features":[60]},{"name":"HID_USAGE_GAME_GUN_CLIP","features":[60]},{"name":"HID_USAGE_GAME_GUN_DEVICE","features":[60]},{"name":"HID_USAGE_GAME_GUN_SAFETY","features":[60]},{"name":"HID_USAGE_GAME_GUN_SELECTOR","features":[60]},{"name":"HID_USAGE_GAME_GUN_SINGLE_SHOT","features":[60]},{"name":"HID_USAGE_GAME_LEAN_FORWARD_BACK","features":[60]},{"name":"HID_USAGE_GAME_LEAN_RIGHT_LEFT","features":[60]},{"name":"HID_USAGE_GAME_MOVE_FORWARD_BACK","features":[60]},{"name":"HID_USAGE_GAME_MOVE_RIGHT_LEFT","features":[60]},{"name":"HID_USAGE_GAME_MOVE_UP_DOWN","features":[60]},{"name":"HID_USAGE_GAME_NEW_GAME","features":[60]},{"name":"HID_USAGE_GAME_PINBALL_DEVICE","features":[60]},{"name":"HID_USAGE_GAME_PITCH_FORWARD_BACK","features":[60]},{"name":"HID_USAGE_GAME_PLAYER","features":[60]},{"name":"HID_USAGE_GAME_POINT_OF_VIEW","features":[60]},{"name":"HID_USAGE_GAME_POV_HEIGHT","features":[60]},{"name":"HID_USAGE_GAME_ROLL_RIGHT_LEFT","features":[60]},{"name":"HID_USAGE_GAME_SECONDARY_FLIPPER","features":[60]},{"name":"HID_USAGE_GAME_SHOOT_BALL","features":[60]},{"name":"HID_USAGE_GAME_TURN_RIGHT_LEFT","features":[60]},{"name":"HID_USAGE_GENERIC_BYTE_COUNT","features":[60]},{"name":"HID_USAGE_GENERIC_CONTROL_ENABLE","features":[60]},{"name":"HID_USAGE_GENERIC_COUNTED_BUFFER","features":[60]},{"name":"HID_USAGE_GENERIC_DEVICE_BATTERY_STRENGTH","features":[60]},{"name":"HID_USAGE_GENERIC_DEVICE_DISCOVER_WIRELESS_CONTROL","features":[60]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CHAR_ENTERED","features":[60]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CHAR_ERASED","features":[60]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CLEARED","features":[60]},{"name":"HID_USAGE_GENERIC_DEVICE_WIRELESS_CHANNEL","features":[60]},{"name":"HID_USAGE_GENERIC_DEVICE_WIRELESS_ID","features":[60]},{"name":"HID_USAGE_GENERIC_DIAL","features":[60]},{"name":"HID_USAGE_GENERIC_DPAD_DOWN","features":[60]},{"name":"HID_USAGE_GENERIC_DPAD_LEFT","features":[60]},{"name":"HID_USAGE_GENERIC_DPAD_RIGHT","features":[60]},{"name":"HID_USAGE_GENERIC_DPAD_UP","features":[60]},{"name":"HID_USAGE_GENERIC_FEATURE_NOTIFICATION","features":[60]},{"name":"HID_USAGE_GENERIC_GAMEPAD","features":[60]},{"name":"HID_USAGE_GENERIC_HATSWITCH","features":[60]},{"name":"HID_USAGE_GENERIC_INTERACTIVE_CONTROL","features":[60]},{"name":"HID_USAGE_GENERIC_JOYSTICK","features":[60]},{"name":"HID_USAGE_GENERIC_KEYBOARD","features":[60]},{"name":"HID_USAGE_GENERIC_KEYPAD","features":[60]},{"name":"HID_USAGE_GENERIC_MOTION_WAKEUP","features":[60]},{"name":"HID_USAGE_GENERIC_MOUSE","features":[60]},{"name":"HID_USAGE_GENERIC_MULTI_AXIS_CONTROLLER","features":[60]},{"name":"HID_USAGE_GENERIC_POINTER","features":[60]},{"name":"HID_USAGE_GENERIC_PORTABLE_DEVICE_CONTROL","features":[60]},{"name":"HID_USAGE_GENERIC_RESOLUTION_MULTIPLIER","features":[60]},{"name":"HID_USAGE_GENERIC_RX","features":[60]},{"name":"HID_USAGE_GENERIC_RY","features":[60]},{"name":"HID_USAGE_GENERIC_RZ","features":[60]},{"name":"HID_USAGE_GENERIC_SELECT","features":[60]},{"name":"HID_USAGE_GENERIC_SLIDER","features":[60]},{"name":"HID_USAGE_GENERIC_START","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_BREAK","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_DBG_BREAK","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_MENU","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_COLD_RESTART","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_CONTEXT_MENU","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISMISS_NOTIFICATION","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_AUTOSCALE","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_BOTH","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_DUAL","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_EXTERNAL","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_INTERNAL","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_INVERT","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_SWAP","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_TOGGLE","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_DOCK","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN_LOCK","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN_LOCK_INDICATOR","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_HELP_MENU","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_HIBERNATE","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_MAIN_MENU","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_DOWN","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_EXIT","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_LEFT","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_RIGHT","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_SELECT","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_UP","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_MUTE","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_POWER","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_SETUP","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_SLEEP","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_SYS_BREAK","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_SYS_DBG_BREAK","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_UNDOCK","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_WAKE","features":[60]},{"name":"HID_USAGE_GENERIC_SYSCTL_WARM_RESTART","features":[60]},{"name":"HID_USAGE_GENERIC_SYSTEM_CTL","features":[60]},{"name":"HID_USAGE_GENERIC_SYSTEM_DISPLAY_ROTATION_LOCK_BUTTON","features":[60]},{"name":"HID_USAGE_GENERIC_SYSTEM_DISPLAY_ROTATION_LOCK_SLIDER_SWITCH","features":[60]},{"name":"HID_USAGE_GENERIC_TABLET_PC_SYSTEM_CTL","features":[60]},{"name":"HID_USAGE_GENERIC_VBRX","features":[60]},{"name":"HID_USAGE_GENERIC_VBRY","features":[60]},{"name":"HID_USAGE_GENERIC_VBRZ","features":[60]},{"name":"HID_USAGE_GENERIC_VNO","features":[60]},{"name":"HID_USAGE_GENERIC_VX","features":[60]},{"name":"HID_USAGE_GENERIC_VY","features":[60]},{"name":"HID_USAGE_GENERIC_VZ","features":[60]},{"name":"HID_USAGE_GENERIC_WHEEL","features":[60]},{"name":"HID_USAGE_GENERIC_X","features":[60]},{"name":"HID_USAGE_GENERIC_Y","features":[60]},{"name":"HID_USAGE_GENERIC_Z","features":[60]},{"name":"HID_USAGE_HAPTICS_AUTO_ASSOCIATED_CONTROL","features":[60]},{"name":"HID_USAGE_HAPTICS_AUTO_TRIGGER","features":[60]},{"name":"HID_USAGE_HAPTICS_DURATION_LIST","features":[60]},{"name":"HID_USAGE_HAPTICS_INTENSITY","features":[60]},{"name":"HID_USAGE_HAPTICS_MANUAL_TRIGGER","features":[60]},{"name":"HID_USAGE_HAPTICS_REPEAT_COUNT","features":[60]},{"name":"HID_USAGE_HAPTICS_RETRIGGER_PERIOD","features":[60]},{"name":"HID_USAGE_HAPTICS_SIMPLE_CONTROLLER","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_BEGIN","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_BUZZ","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_CLICK","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_CUTOFF_TIME","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_END","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_LIST","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_NULL","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_PRESS","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_RELEASE","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_RUMBLE","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_STOP","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_BEGIN","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_END","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_ID","features":[60]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_PAGE","features":[60]},{"name":"HID_USAGE_KEYBOARD_CAPS_LOCK","features":[60]},{"name":"HID_USAGE_KEYBOARD_DELETE","features":[60]},{"name":"HID_USAGE_KEYBOARD_DELETE_FORWARD","features":[60]},{"name":"HID_USAGE_KEYBOARD_ESCAPE","features":[60]},{"name":"HID_USAGE_KEYBOARD_F1","features":[60]},{"name":"HID_USAGE_KEYBOARD_F10","features":[60]},{"name":"HID_USAGE_KEYBOARD_F11","features":[60]},{"name":"HID_USAGE_KEYBOARD_F12","features":[60]},{"name":"HID_USAGE_KEYBOARD_F13","features":[60]},{"name":"HID_USAGE_KEYBOARD_F14","features":[60]},{"name":"HID_USAGE_KEYBOARD_F15","features":[60]},{"name":"HID_USAGE_KEYBOARD_F16","features":[60]},{"name":"HID_USAGE_KEYBOARD_F17","features":[60]},{"name":"HID_USAGE_KEYBOARD_F18","features":[60]},{"name":"HID_USAGE_KEYBOARD_F19","features":[60]},{"name":"HID_USAGE_KEYBOARD_F2","features":[60]},{"name":"HID_USAGE_KEYBOARD_F20","features":[60]},{"name":"HID_USAGE_KEYBOARD_F21","features":[60]},{"name":"HID_USAGE_KEYBOARD_F22","features":[60]},{"name":"HID_USAGE_KEYBOARD_F23","features":[60]},{"name":"HID_USAGE_KEYBOARD_F24","features":[60]},{"name":"HID_USAGE_KEYBOARD_F3","features":[60]},{"name":"HID_USAGE_KEYBOARD_F4","features":[60]},{"name":"HID_USAGE_KEYBOARD_F5","features":[60]},{"name":"HID_USAGE_KEYBOARD_F6","features":[60]},{"name":"HID_USAGE_KEYBOARD_F7","features":[60]},{"name":"HID_USAGE_KEYBOARD_F8","features":[60]},{"name":"HID_USAGE_KEYBOARD_F9","features":[60]},{"name":"HID_USAGE_KEYBOARD_KEYPAD_0_AND_INSERT","features":[60]},{"name":"HID_USAGE_KEYBOARD_KEYPAD_1_AND_END","features":[60]},{"name":"HID_USAGE_KEYBOARD_LALT","features":[60]},{"name":"HID_USAGE_KEYBOARD_LCTRL","features":[60]},{"name":"HID_USAGE_KEYBOARD_LGUI","features":[60]},{"name":"HID_USAGE_KEYBOARD_LSHFT","features":[60]},{"name":"HID_USAGE_KEYBOARD_NOEVENT","features":[60]},{"name":"HID_USAGE_KEYBOARD_NUM_LOCK","features":[60]},{"name":"HID_USAGE_KEYBOARD_ONE","features":[60]},{"name":"HID_USAGE_KEYBOARD_POSTFAIL","features":[60]},{"name":"HID_USAGE_KEYBOARD_PRINT_SCREEN","features":[60]},{"name":"HID_USAGE_KEYBOARD_RALT","features":[60]},{"name":"HID_USAGE_KEYBOARD_RCTRL","features":[60]},{"name":"HID_USAGE_KEYBOARD_RETURN","features":[60]},{"name":"HID_USAGE_KEYBOARD_RGUI","features":[60]},{"name":"HID_USAGE_KEYBOARD_ROLLOVER","features":[60]},{"name":"HID_USAGE_KEYBOARD_RSHFT","features":[60]},{"name":"HID_USAGE_KEYBOARD_SCROLL_LOCK","features":[60]},{"name":"HID_USAGE_KEYBOARD_UNDEFINED","features":[60]},{"name":"HID_USAGE_KEYBOARD_ZERO","features":[60]},{"name":"HID_USAGE_KEYBOARD_aA","features":[60]},{"name":"HID_USAGE_KEYBOARD_zZ","features":[60]},{"name":"HID_USAGE_LAMPARRAY","features":[60]},{"name":"HID_USAGE_LAMPARRAY_ATTRBIUTES_REPORT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_AUTONOMOUS_MODE","features":[60]},{"name":"HID_USAGE_LAMPARRAY_BLUE_LEVEL_COUNT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_DEPTH_IN_MICROMETERS","features":[60]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_HEIGHT_IN_MICROMETERS","features":[60]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_WIDTH_IN_MICROMETERS","features":[60]},{"name":"HID_USAGE_LAMPARRAY_CONTROL_REPORT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_GREEN_LEVEL_COUNT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_INPUT_BINDING","features":[60]},{"name":"HID_USAGE_LAMPARRAY_INTENSITY_LEVEL_COUNT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_IS_PROGRAMMABLE","features":[60]},{"name":"HID_USAGE_LAMPARRAY_KIND","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ATTRIBUTES_REQUEST_REPORT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ATTRIBUTES_RESPONSE_REPORT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_BLUE_UPDATE_CHANNEL","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_COUNT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_GREEN_UPDATE_CHANNEL","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID_END","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID_START","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_INTENSITY_UPDATE_CHANNEL","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_MULTI_UPDATE_REPORT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_PURPOSES","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_RANGE_UPDATE_REPORT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_RED_UPDATE_CHANNEL","features":[60]},{"name":"HID_USAGE_LAMPARRAY_LAMP_UPDATE_FLAGS","features":[60]},{"name":"HID_USAGE_LAMPARRAY_MIN_UPDATE_INTERVAL_IN_MICROSECONDS","features":[60]},{"name":"HID_USAGE_LAMPARRAY_POSITION_X_IN_MICROMETERS","features":[60]},{"name":"HID_USAGE_LAMPARRAY_POSITION_Y_IN_MICROMETERS","features":[60]},{"name":"HID_USAGE_LAMPARRAY_POSITION_Z_IN_MICROMETERS","features":[60]},{"name":"HID_USAGE_LAMPARRAY_RED_LEVEL_COUNT","features":[60]},{"name":"HID_USAGE_LAMPARRAY_UPDATE_LATENCY_IN_MICROSECONDS","features":[60]},{"name":"HID_USAGE_LED_AMBER","features":[60]},{"name":"HID_USAGE_LED_BATTERY_LOW","features":[60]},{"name":"HID_USAGE_LED_BATTERY_OK","features":[60]},{"name":"HID_USAGE_LED_BATTERY_OPERATION","features":[60]},{"name":"HID_USAGE_LED_BUSY","features":[60]},{"name":"HID_USAGE_LED_CALL_PICKUP","features":[60]},{"name":"HID_USAGE_LED_CAMERA_OFF","features":[60]},{"name":"HID_USAGE_LED_CAMERA_ON","features":[60]},{"name":"HID_USAGE_LED_CAPS_LOCK","features":[60]},{"name":"HID_USAGE_LED_CAV","features":[60]},{"name":"HID_USAGE_LED_CLV","features":[60]},{"name":"HID_USAGE_LED_COMPOSE","features":[60]},{"name":"HID_USAGE_LED_CONFERENCE","features":[60]},{"name":"HID_USAGE_LED_COVERAGE","features":[60]},{"name":"HID_USAGE_LED_DATA_MODE","features":[60]},{"name":"HID_USAGE_LED_DO_NOT_DISTURB","features":[60]},{"name":"HID_USAGE_LED_EQUALIZER_ENABLE","features":[60]},{"name":"HID_USAGE_LED_ERROR","features":[60]},{"name":"HID_USAGE_LED_EXTERNAL_POWER","features":[60]},{"name":"HID_USAGE_LED_FAST_BLINK_OFF_TIME","features":[60]},{"name":"HID_USAGE_LED_FAST_BLINK_ON_TIME","features":[60]},{"name":"HID_USAGE_LED_FAST_FORWARD","features":[60]},{"name":"HID_USAGE_LED_FLASH_ON_TIME","features":[60]},{"name":"HID_USAGE_LED_FORWARD","features":[60]},{"name":"HID_USAGE_LED_GENERIC_INDICATOR","features":[60]},{"name":"HID_USAGE_LED_GREEN","features":[60]},{"name":"HID_USAGE_LED_HEAD_SET","features":[60]},{"name":"HID_USAGE_LED_HIGH_CUT_FILTER","features":[60]},{"name":"HID_USAGE_LED_HOLD","features":[60]},{"name":"HID_USAGE_LED_INDICATOR_COLOR","features":[60]},{"name":"HID_USAGE_LED_INDICATOR_FAST_BLINK","features":[60]},{"name":"HID_USAGE_LED_INDICATOR_FLASH","features":[60]},{"name":"HID_USAGE_LED_INDICATOR_OFF","features":[60]},{"name":"HID_USAGE_LED_INDICATOR_ON","features":[60]},{"name":"HID_USAGE_LED_INDICATOR_SLOW_BLINK","features":[60]},{"name":"HID_USAGE_LED_IN_USE_INDICATOR","features":[60]},{"name":"HID_USAGE_LED_KANA","features":[60]},{"name":"HID_USAGE_LED_LOW_CUT_FILTER","features":[60]},{"name":"HID_USAGE_LED_MESSAGE_WAITING","features":[60]},{"name":"HID_USAGE_LED_MICROPHONE","features":[60]},{"name":"HID_USAGE_LED_MULTI_MODE_INDICATOR","features":[60]},{"name":"HID_USAGE_LED_MUTE","features":[60]},{"name":"HID_USAGE_LED_NIGHT_MODE","features":[60]},{"name":"HID_USAGE_LED_NUM_LOCK","features":[60]},{"name":"HID_USAGE_LED_OFF_HOOK","features":[60]},{"name":"HID_USAGE_LED_OFF_LINE","features":[60]},{"name":"HID_USAGE_LED_ON_LINE","features":[60]},{"name":"HID_USAGE_LED_PAPER_JAM","features":[60]},{"name":"HID_USAGE_LED_PAPER_OUT","features":[60]},{"name":"HID_USAGE_LED_PAUSE","features":[60]},{"name":"HID_USAGE_LED_PLAY","features":[60]},{"name":"HID_USAGE_LED_POWER","features":[60]},{"name":"HID_USAGE_LED_READY","features":[60]},{"name":"HID_USAGE_LED_RECORD","features":[60]},{"name":"HID_USAGE_LED_RECORDING_FORMAT_DET","features":[60]},{"name":"HID_USAGE_LED_RED","features":[60]},{"name":"HID_USAGE_LED_REMOTE","features":[60]},{"name":"HID_USAGE_LED_REPEAT","features":[60]},{"name":"HID_USAGE_LED_REVERSE","features":[60]},{"name":"HID_USAGE_LED_REWIND","features":[60]},{"name":"HID_USAGE_LED_RING","features":[60]},{"name":"HID_USAGE_LED_SAMPLING_RATE_DETECT","features":[60]},{"name":"HID_USAGE_LED_SCROLL_LOCK","features":[60]},{"name":"HID_USAGE_LED_SELECTED_INDICATOR","features":[60]},{"name":"HID_USAGE_LED_SEND_CALLS","features":[60]},{"name":"HID_USAGE_LED_SHIFT","features":[60]},{"name":"HID_USAGE_LED_SLOW_BLINK_OFF_TIME","features":[60]},{"name":"HID_USAGE_LED_SLOW_BLINK_ON_TIME","features":[60]},{"name":"HID_USAGE_LED_SOUND_FIELD_ON","features":[60]},{"name":"HID_USAGE_LED_SPEAKER","features":[60]},{"name":"HID_USAGE_LED_SPINNING","features":[60]},{"name":"HID_USAGE_LED_STAND_BY","features":[60]},{"name":"HID_USAGE_LED_STEREO","features":[60]},{"name":"HID_USAGE_LED_STOP","features":[60]},{"name":"HID_USAGE_LED_SURROUND_FIELD_ON","features":[60]},{"name":"HID_USAGE_LED_SYSTEM_SUSPEND","features":[60]},{"name":"HID_USAGE_LED_TONE_ENABLE","features":[60]},{"name":"HID_USAGE_MS_BTH_HF_DIALMEMORY","features":[60]},{"name":"HID_USAGE_MS_BTH_HF_DIALNUMBER","features":[60]},{"name":"HID_USAGE_PAGE_ALPHANUMERIC","features":[60]},{"name":"HID_USAGE_PAGE_ARCADE","features":[60]},{"name":"HID_USAGE_PAGE_BARCODE_SCANNER","features":[60]},{"name":"HID_USAGE_PAGE_BUTTON","features":[60]},{"name":"HID_USAGE_PAGE_CAMERA_CONTROL","features":[60]},{"name":"HID_USAGE_PAGE_CONSUMER","features":[60]},{"name":"HID_USAGE_PAGE_DIGITIZER","features":[60]},{"name":"HID_USAGE_PAGE_GAME","features":[60]},{"name":"HID_USAGE_PAGE_GENERIC","features":[60]},{"name":"HID_USAGE_PAGE_GENERIC_DEVICE","features":[60]},{"name":"HID_USAGE_PAGE_HAPTICS","features":[60]},{"name":"HID_USAGE_PAGE_KEYBOARD","features":[60]},{"name":"HID_USAGE_PAGE_LED","features":[60]},{"name":"HID_USAGE_PAGE_LIGHTING_ILLUMINATION","features":[60]},{"name":"HID_USAGE_PAGE_MAGNETIC_STRIPE_READER","features":[60]},{"name":"HID_USAGE_PAGE_MICROSOFT_BLUETOOTH_HANDSFREE","features":[60]},{"name":"HID_USAGE_PAGE_ORDINAL","features":[60]},{"name":"HID_USAGE_PAGE_PID","features":[60]},{"name":"HID_USAGE_PAGE_SENSOR","features":[60]},{"name":"HID_USAGE_PAGE_SIMULATION","features":[60]},{"name":"HID_USAGE_PAGE_SPORT","features":[60]},{"name":"HID_USAGE_PAGE_TELEPHONY","features":[60]},{"name":"HID_USAGE_PAGE_UNDEFINED","features":[60]},{"name":"HID_USAGE_PAGE_UNICODE","features":[60]},{"name":"HID_USAGE_PAGE_VENDOR_DEFINED_BEGIN","features":[60]},{"name":"HID_USAGE_PAGE_VENDOR_DEFINED_END","features":[60]},{"name":"HID_USAGE_PAGE_VR","features":[60]},{"name":"HID_USAGE_PAGE_WEIGHING_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_ACCELLERATOR","features":[60]},{"name":"HID_USAGE_SIMULATION_AILERON","features":[60]},{"name":"HID_USAGE_SIMULATION_AILERON_TRIM","features":[60]},{"name":"HID_USAGE_SIMULATION_AIRPLANE_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_ANTI_TORQUE_CONTROL","features":[60]},{"name":"HID_USAGE_SIMULATION_AUTOMOBILE_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_AUTOPIOLOT_ENABLE","features":[60]},{"name":"HID_USAGE_SIMULATION_BALLAST","features":[60]},{"name":"HID_USAGE_SIMULATION_BARREL_ELEVATION","features":[60]},{"name":"HID_USAGE_SIMULATION_BICYCLE_CRANK","features":[60]},{"name":"HID_USAGE_SIMULATION_BICYCLE_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_BRAKE","features":[60]},{"name":"HID_USAGE_SIMULATION_CHAFF_RELEASE","features":[60]},{"name":"HID_USAGE_SIMULATION_CLUTCH","features":[60]},{"name":"HID_USAGE_SIMULATION_COLLECTIVE_CONTROL","features":[60]},{"name":"HID_USAGE_SIMULATION_CYCLIC_CONTROL","features":[60]},{"name":"HID_USAGE_SIMULATION_CYCLIC_TRIM","features":[60]},{"name":"HID_USAGE_SIMULATION_DIVE_BRAKE","features":[60]},{"name":"HID_USAGE_SIMULATION_DIVE_PLANE","features":[60]},{"name":"HID_USAGE_SIMULATION_ELECTRONIC_COUNTERMEASURES","features":[60]},{"name":"HID_USAGE_SIMULATION_ELEVATOR","features":[60]},{"name":"HID_USAGE_SIMULATION_ELEVATOR_TRIM","features":[60]},{"name":"HID_USAGE_SIMULATION_FLARE_RELEASE","features":[60]},{"name":"HID_USAGE_SIMULATION_FLIGHT_COMMUNICATIONS","features":[60]},{"name":"HID_USAGE_SIMULATION_FLIGHT_CONTROL_STICK","features":[60]},{"name":"HID_USAGE_SIMULATION_FLIGHT_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_FLIGHT_STICK","features":[60]},{"name":"HID_USAGE_SIMULATION_FLIGHT_YOKE","features":[60]},{"name":"HID_USAGE_SIMULATION_FRONT_BRAKE","features":[60]},{"name":"HID_USAGE_SIMULATION_HANDLE_BARS","features":[60]},{"name":"HID_USAGE_SIMULATION_HELICOPTER_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_LANDING_GEAR","features":[60]},{"name":"HID_USAGE_SIMULATION_MAGIC_CARPET_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_MOTORCYCLE_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_REAR_BRAKE","features":[60]},{"name":"HID_USAGE_SIMULATION_RUDDER","features":[60]},{"name":"HID_USAGE_SIMULATION_SAILING_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_SHIFTER","features":[60]},{"name":"HID_USAGE_SIMULATION_SPACESHIP_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_SPORTS_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_STEERING","features":[60]},{"name":"HID_USAGE_SIMULATION_SUBMARINE_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_TANK_SIMULATION_DEVICE","features":[60]},{"name":"HID_USAGE_SIMULATION_THROTTLE","features":[60]},{"name":"HID_USAGE_SIMULATION_TOE_BRAKE","features":[60]},{"name":"HID_USAGE_SIMULATION_TRACK_CONTROL","features":[60]},{"name":"HID_USAGE_SIMULATION_TRIGGER","features":[60]},{"name":"HID_USAGE_SIMULATION_TURRET_DIRECTION","features":[60]},{"name":"HID_USAGE_SIMULATION_WEAPONS_ARM","features":[60]},{"name":"HID_USAGE_SIMULATION_WEAPONS_SELECT","features":[60]},{"name":"HID_USAGE_SIMULATION_WING_FLAPS","features":[60]},{"name":"HID_USAGE_SPORT_10_IRON","features":[60]},{"name":"HID_USAGE_SPORT_11_IRON","features":[60]},{"name":"HID_USAGE_SPORT_1_IRON","features":[60]},{"name":"HID_USAGE_SPORT_1_WOOD","features":[60]},{"name":"HID_USAGE_SPORT_2_IRON","features":[60]},{"name":"HID_USAGE_SPORT_3_IRON","features":[60]},{"name":"HID_USAGE_SPORT_3_WOOD","features":[60]},{"name":"HID_USAGE_SPORT_4_IRON","features":[60]},{"name":"HID_USAGE_SPORT_5_IRON","features":[60]},{"name":"HID_USAGE_SPORT_5_WOOD","features":[60]},{"name":"HID_USAGE_SPORT_6_IRON","features":[60]},{"name":"HID_USAGE_SPORT_7_IRON","features":[60]},{"name":"HID_USAGE_SPORT_7_WOOD","features":[60]},{"name":"HID_USAGE_SPORT_8_IRON","features":[60]},{"name":"HID_USAGE_SPORT_9_IRON","features":[60]},{"name":"HID_USAGE_SPORT_9_WOOD","features":[60]},{"name":"HID_USAGE_SPORT_BASEBALL_BAT","features":[60]},{"name":"HID_USAGE_SPORT_FOLLOW_THROUGH","features":[60]},{"name":"HID_USAGE_SPORT_GOLF_CLUB","features":[60]},{"name":"HID_USAGE_SPORT_HEEL_TOE","features":[60]},{"name":"HID_USAGE_SPORT_HEIGHT","features":[60]},{"name":"HID_USAGE_SPORT_LOFT_WEDGE","features":[60]},{"name":"HID_USAGE_SPORT_OAR","features":[60]},{"name":"HID_USAGE_SPORT_POWER_WEDGE","features":[60]},{"name":"HID_USAGE_SPORT_PUTTER","features":[60]},{"name":"HID_USAGE_SPORT_RATE","features":[60]},{"name":"HID_USAGE_SPORT_ROWING_MACHINE","features":[60]},{"name":"HID_USAGE_SPORT_SAND_WEDGE","features":[60]},{"name":"HID_USAGE_SPORT_SLOPE","features":[60]},{"name":"HID_USAGE_SPORT_STICK_FACE_ANGLE","features":[60]},{"name":"HID_USAGE_SPORT_STICK_SPEED","features":[60]},{"name":"HID_USAGE_SPORT_STICK_TYPE","features":[60]},{"name":"HID_USAGE_SPORT_TEMPO","features":[60]},{"name":"HID_USAGE_SPORT_TREADMILL","features":[60]},{"name":"HID_USAGE_TELEPHONY_ANSWERING_MACHINE","features":[60]},{"name":"HID_USAGE_TELEPHONY_DROP","features":[60]},{"name":"HID_USAGE_TELEPHONY_HANDSET","features":[60]},{"name":"HID_USAGE_TELEPHONY_HEADSET","features":[60]},{"name":"HID_USAGE_TELEPHONY_HOST_AVAILABLE","features":[60]},{"name":"HID_USAGE_TELEPHONY_KEYPAD","features":[60]},{"name":"HID_USAGE_TELEPHONY_KEYPAD_0","features":[60]},{"name":"HID_USAGE_TELEPHONY_KEYPAD_D","features":[60]},{"name":"HID_USAGE_TELEPHONY_LINE","features":[60]},{"name":"HID_USAGE_TELEPHONY_MESSAGE_CONTROLS","features":[60]},{"name":"HID_USAGE_TELEPHONY_PHONE","features":[60]},{"name":"HID_USAGE_TELEPHONY_PROGRAMMABLE_BUTTON","features":[60]},{"name":"HID_USAGE_TELEPHONY_REDIAL","features":[60]},{"name":"HID_USAGE_TELEPHONY_RING_ENABLE","features":[60]},{"name":"HID_USAGE_TELEPHONY_SEND","features":[60]},{"name":"HID_USAGE_TELEPHONY_TRANSFER","features":[60]},{"name":"HID_USAGE_VR_ANIMATRONIC_DEVICE","features":[60]},{"name":"HID_USAGE_VR_BELT","features":[60]},{"name":"HID_USAGE_VR_BODY_SUIT","features":[60]},{"name":"HID_USAGE_VR_DISPLAY_ENABLE","features":[60]},{"name":"HID_USAGE_VR_FLEXOR","features":[60]},{"name":"HID_USAGE_VR_GLOVE","features":[60]},{"name":"HID_USAGE_VR_HAND_TRACKER","features":[60]},{"name":"HID_USAGE_VR_HEAD_MOUNTED_DISPLAY","features":[60]},{"name":"HID_USAGE_VR_HEAD_TRACKER","features":[60]},{"name":"HID_USAGE_VR_OCULOMETER","features":[60]},{"name":"HID_USAGE_VR_STEREO_ENABLE","features":[60]},{"name":"HID_USAGE_VR_VEST","features":[60]},{"name":"HID_XFER_PACKET","features":[60]},{"name":"HORIZONTAL_WHEEL_PRESENT","features":[60]},{"name":"HidD_FlushQueue","features":[60,3]},{"name":"HidD_FreePreparsedData","features":[60,3]},{"name":"HidD_GetAttributes","features":[60,3]},{"name":"HidD_GetConfiguration","features":[60,3]},{"name":"HidD_GetFeature","features":[60,3]},{"name":"HidD_GetHidGuid","features":[60]},{"name":"HidD_GetIndexedString","features":[60,3]},{"name":"HidD_GetInputReport","features":[60,3]},{"name":"HidD_GetManufacturerString","features":[60,3]},{"name":"HidD_GetMsGenreDescriptor","features":[60,3]},{"name":"HidD_GetNumInputBuffers","features":[60,3]},{"name":"HidD_GetPhysicalDescriptor","features":[60,3]},{"name":"HidD_GetPreparsedData","features":[60,3]},{"name":"HidD_GetProductString","features":[60,3]},{"name":"HidD_GetSerialNumberString","features":[60,3]},{"name":"HidD_SetConfiguration","features":[60,3]},{"name":"HidD_SetFeature","features":[60,3]},{"name":"HidD_SetNumInputBuffers","features":[60,3]},{"name":"HidD_SetOutputReport","features":[60,3]},{"name":"HidP_Feature","features":[60]},{"name":"HidP_GetButtonArray","features":[60,3]},{"name":"HidP_GetButtonCaps","features":[60,3]},{"name":"HidP_GetCaps","features":[60,3]},{"name":"HidP_GetData","features":[60,3]},{"name":"HidP_GetExtendedAttributes","features":[60,3]},{"name":"HidP_GetLinkCollectionNodes","features":[60,3]},{"name":"HidP_GetScaledUsageValue","features":[60,3]},{"name":"HidP_GetSpecificButtonCaps","features":[60,3]},{"name":"HidP_GetSpecificValueCaps","features":[60,3]},{"name":"HidP_GetUsageValue","features":[60,3]},{"name":"HidP_GetUsageValueArray","features":[60,3]},{"name":"HidP_GetUsages","features":[60,3]},{"name":"HidP_GetUsagesEx","features":[60,3]},{"name":"HidP_GetValueCaps","features":[60,3]},{"name":"HidP_InitializeReportForID","features":[60,3]},{"name":"HidP_Input","features":[60]},{"name":"HidP_Keyboard_Break","features":[60]},{"name":"HidP_Keyboard_Make","features":[60]},{"name":"HidP_MaxDataListLength","features":[60]},{"name":"HidP_MaxUsageListLength","features":[60]},{"name":"HidP_Output","features":[60]},{"name":"HidP_SetButtonArray","features":[60,3]},{"name":"HidP_SetData","features":[60,3]},{"name":"HidP_SetScaledUsageValue","features":[60,3]},{"name":"HidP_SetUsageValue","features":[60,3]},{"name":"HidP_SetUsageValueArray","features":[60,3]},{"name":"HidP_SetUsages","features":[60,3]},{"name":"HidP_TranslateUsagesToI8042ScanCodes","features":[60,3]},{"name":"HidP_UnsetUsages","features":[60,3]},{"name":"HidP_UsageListDifference","features":[60,3]},{"name":"IDirectInput2A","features":[60]},{"name":"IDirectInput2W","features":[60]},{"name":"IDirectInput7A","features":[60]},{"name":"IDirectInput7W","features":[60]},{"name":"IDirectInput8A","features":[60]},{"name":"IDirectInput8W","features":[60]},{"name":"IDirectInputA","features":[60]},{"name":"IDirectInputDevice2A","features":[60]},{"name":"IDirectInputDevice2W","features":[60]},{"name":"IDirectInputDevice7A","features":[60]},{"name":"IDirectInputDevice7W","features":[60]},{"name":"IDirectInputDevice8A","features":[60]},{"name":"IDirectInputDevice8W","features":[60]},{"name":"IDirectInputDeviceA","features":[60]},{"name":"IDirectInputDeviceW","features":[60]},{"name":"IDirectInputEffect","features":[60]},{"name":"IDirectInputEffectDriver","features":[60]},{"name":"IDirectInputJoyConfig","features":[60]},{"name":"IDirectInputJoyConfig8","features":[60]},{"name":"IDirectInputW","features":[60]},{"name":"INDICATOR_LIST","features":[60]},{"name":"INPUT_BUTTON_ENABLE_INFO","features":[60,3]},{"name":"IOCTL_BUTTON_GET_ENABLED_ON_IDLE","features":[60]},{"name":"IOCTL_BUTTON_SET_ENABLED_ON_IDLE","features":[60]},{"name":"IOCTL_KEYBOARD_INSERT_DATA","features":[60]},{"name":"IOCTL_KEYBOARD_QUERY_ATTRIBUTES","features":[60]},{"name":"IOCTL_KEYBOARD_QUERY_EXTENDED_ATTRIBUTES","features":[60]},{"name":"IOCTL_KEYBOARD_QUERY_IME_STATUS","features":[60]},{"name":"IOCTL_KEYBOARD_QUERY_INDICATORS","features":[60]},{"name":"IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION","features":[60]},{"name":"IOCTL_KEYBOARD_QUERY_TYPEMATIC","features":[60]},{"name":"IOCTL_KEYBOARD_SET_IME_STATUS","features":[60]},{"name":"IOCTL_KEYBOARD_SET_INDICATORS","features":[60]},{"name":"IOCTL_KEYBOARD_SET_TYPEMATIC","features":[60]},{"name":"IOCTL_MOUSE_INSERT_DATA","features":[60]},{"name":"IOCTL_MOUSE_QUERY_ATTRIBUTES","features":[60]},{"name":"JOYCALIBRATE","features":[60]},{"name":"JOYPOS","features":[60]},{"name":"JOYRANGE","features":[60]},{"name":"JOYREGHWCONFIG","features":[60]},{"name":"JOYREGHWSETTINGS","features":[60]},{"name":"JOYREGHWVALUES","features":[60]},{"name":"JOYREGUSERVALUES","features":[60]},{"name":"JOYTYPE_ANALOGCOMPAT","features":[60]},{"name":"JOYTYPE_DEFAULTPROPSHEET","features":[60]},{"name":"JOYTYPE_DEVICEHIDE","features":[60]},{"name":"JOYTYPE_ENABLEINPUTREPORT","features":[60]},{"name":"JOYTYPE_GAMEHIDE","features":[60]},{"name":"JOYTYPE_HIDEACTIVE","features":[60]},{"name":"JOYTYPE_INFODEFAULT","features":[60]},{"name":"JOYTYPE_INFOMASK","features":[60]},{"name":"JOYTYPE_INFOYRPEDALS","features":[60]},{"name":"JOYTYPE_INFOYYPEDALS","features":[60]},{"name":"JOYTYPE_INFOZISSLIDER","features":[60]},{"name":"JOYTYPE_INFOZISZ","features":[60]},{"name":"JOYTYPE_INFOZRPEDALS","features":[60]},{"name":"JOYTYPE_INFOZYPEDALS","features":[60]},{"name":"JOYTYPE_KEYBHIDE","features":[60]},{"name":"JOYTYPE_MOUSEHIDE","features":[60]},{"name":"JOYTYPE_NOAUTODETECTGAMEPORT","features":[60]},{"name":"JOYTYPE_NOHIDDIRECT","features":[60]},{"name":"JOYTYPE_ZEROGAMEENUMOEMDATA","features":[60]},{"name":"JOY_HWS_AUTOLOAD","features":[60]},{"name":"JOY_HWS_GAMEPORTBUSBUSY","features":[60]},{"name":"JOY_HWS_HASPOV","features":[60]},{"name":"JOY_HWS_HASR","features":[60]},{"name":"JOY_HWS_HASU","features":[60]},{"name":"JOY_HWS_HASV","features":[60]},{"name":"JOY_HWS_HASZ","features":[60]},{"name":"JOY_HWS_ISANALOGPORTDRIVER","features":[60]},{"name":"JOY_HWS_ISCARCTRL","features":[60]},{"name":"JOY_HWS_ISGAMEPAD","features":[60]},{"name":"JOY_HWS_ISGAMEPORTBUS","features":[60]},{"name":"JOY_HWS_ISGAMEPORTDRIVER","features":[60]},{"name":"JOY_HWS_ISHEADTRACKER","features":[60]},{"name":"JOY_HWS_ISYOKE","features":[60]},{"name":"JOY_HWS_NODEVNODE","features":[60]},{"name":"JOY_HWS_POVISBUTTONCOMBOS","features":[60]},{"name":"JOY_HWS_POVISJ1X","features":[60]},{"name":"JOY_HWS_POVISJ1Y","features":[60]},{"name":"JOY_HWS_POVISJ2X","features":[60]},{"name":"JOY_HWS_POVISPOLL","features":[60]},{"name":"JOY_HWS_RISJ1X","features":[60]},{"name":"JOY_HWS_RISJ1Y","features":[60]},{"name":"JOY_HWS_RISJ2Y","features":[60]},{"name":"JOY_HWS_XISJ1Y","features":[60]},{"name":"JOY_HWS_XISJ2X","features":[60]},{"name":"JOY_HWS_XISJ2Y","features":[60]},{"name":"JOY_HWS_YISJ1X","features":[60]},{"name":"JOY_HWS_YISJ2X","features":[60]},{"name":"JOY_HWS_YISJ2Y","features":[60]},{"name":"JOY_HWS_ZISJ1X","features":[60]},{"name":"JOY_HWS_ZISJ1Y","features":[60]},{"name":"JOY_HWS_ZISJ2X","features":[60]},{"name":"JOY_HW_2A_2B_GENERIC","features":[60]},{"name":"JOY_HW_2A_4B_GENERIC","features":[60]},{"name":"JOY_HW_2B_FLIGHTYOKE","features":[60]},{"name":"JOY_HW_2B_FLIGHTYOKETHROTTLE","features":[60]},{"name":"JOY_HW_2B_GAMEPAD","features":[60]},{"name":"JOY_HW_3A_2B_GENERIC","features":[60]},{"name":"JOY_HW_3A_4B_GENERIC","features":[60]},{"name":"JOY_HW_4B_FLIGHTYOKE","features":[60]},{"name":"JOY_HW_4B_FLIGHTYOKETHROTTLE","features":[60]},{"name":"JOY_HW_4B_GAMEPAD","features":[60]},{"name":"JOY_HW_CUSTOM","features":[60]},{"name":"JOY_HW_LASTENTRY","features":[60]},{"name":"JOY_HW_NONE","features":[60]},{"name":"JOY_HW_TWO_2A_2B_WITH_Y","features":[60]},{"name":"JOY_ISCAL_POV","features":[60]},{"name":"JOY_ISCAL_R","features":[60]},{"name":"JOY_ISCAL_U","features":[60]},{"name":"JOY_ISCAL_V","features":[60]},{"name":"JOY_ISCAL_XY","features":[60]},{"name":"JOY_ISCAL_Z","features":[60]},{"name":"JOY_OEMPOLL_PASSDRIVERDATA","features":[60]},{"name":"JOY_PASSDRIVERDATA","features":[60]},{"name":"JOY_POVVAL_BACKWARD","features":[60]},{"name":"JOY_POVVAL_FORWARD","features":[60]},{"name":"JOY_POVVAL_LEFT","features":[60]},{"name":"JOY_POVVAL_RIGHT","features":[60]},{"name":"JOY_POV_NUMDIRS","features":[60]},{"name":"JOY_US_HASRUDDER","features":[60]},{"name":"JOY_US_ISOEM","features":[60]},{"name":"JOY_US_PRESENT","features":[60]},{"name":"JOY_US_RESERVED","features":[60]},{"name":"JOY_US_VOLATILE","features":[60]},{"name":"KEYBOARD_ATTRIBUTES","features":[60]},{"name":"KEYBOARD_CAPS_LOCK_ON","features":[60]},{"name":"KEYBOARD_ERROR_VALUE_BASE","features":[60]},{"name":"KEYBOARD_EXTENDED_ATTRIBUTES","features":[60]},{"name":"KEYBOARD_EXTENDED_ATTRIBUTES_STRUCT_VERSION_1","features":[60]},{"name":"KEYBOARD_ID","features":[60]},{"name":"KEYBOARD_IME_STATUS","features":[60]},{"name":"KEYBOARD_INDICATOR_PARAMETERS","features":[60]},{"name":"KEYBOARD_INDICATOR_TRANSLATION","features":[60]},{"name":"KEYBOARD_INPUT_DATA","features":[60]},{"name":"KEYBOARD_KANA_LOCK_ON","features":[60]},{"name":"KEYBOARD_LED_INJECTED","features":[60]},{"name":"KEYBOARD_NUM_LOCK_ON","features":[60]},{"name":"KEYBOARD_OVERRUN_MAKE_CODE","features":[60]},{"name":"KEYBOARD_SCROLL_LOCK_ON","features":[60]},{"name":"KEYBOARD_SHADOW","features":[60]},{"name":"KEYBOARD_TYPEMATIC_PARAMETERS","features":[60]},{"name":"KEYBOARD_UNIT_ID_PARAMETER","features":[60]},{"name":"KEY_BREAK","features":[60]},{"name":"KEY_E0","features":[60]},{"name":"KEY_E1","features":[60]},{"name":"KEY_FROM_KEYBOARD_OVERRIDER","features":[60]},{"name":"KEY_MAKE","features":[60]},{"name":"KEY_RIM_VKEY","features":[60]},{"name":"KEY_TERMSRV_SET_LED","features":[60]},{"name":"KEY_TERMSRV_SHADOW","features":[60]},{"name":"KEY_TERMSRV_VKPACKET","features":[60]},{"name":"KEY_UNICODE_SEQUENCE_END","features":[60]},{"name":"KEY_UNICODE_SEQUENCE_ITEM","features":[60]},{"name":"LPDICONFIGUREDEVICESCALLBACK","features":[60,3]},{"name":"LPDIENUMCREATEDEFFECTOBJECTSCALLBACK","features":[60,3]},{"name":"LPDIENUMDEVICEOBJECTSCALLBACKA","features":[60,3]},{"name":"LPDIENUMDEVICEOBJECTSCALLBACKW","features":[60,3]},{"name":"LPDIENUMDEVICESBYSEMANTICSCBA","features":[60,3]},{"name":"LPDIENUMDEVICESBYSEMANTICSCBW","features":[60,3]},{"name":"LPDIENUMDEVICESCALLBACKA","features":[60,3]},{"name":"LPDIENUMDEVICESCALLBACKW","features":[60,3]},{"name":"LPDIENUMEFFECTSCALLBACKA","features":[60,3]},{"name":"LPDIENUMEFFECTSCALLBACKW","features":[60,3]},{"name":"LPDIENUMEFFECTSINFILECALLBACK","features":[60,3]},{"name":"LPDIJOYTYPECALLBACK","features":[60,3]},{"name":"LPFNSHOWJOYCPL","features":[60,3]},{"name":"MAXCPOINTSNUM","features":[60]},{"name":"MAX_JOYSTICKOEMVXDNAME","features":[60]},{"name":"MAX_JOYSTRING","features":[60]},{"name":"MOUSE_ATTRIBUTES","features":[60]},{"name":"MOUSE_BUTTON_1_DOWN","features":[60]},{"name":"MOUSE_BUTTON_1_UP","features":[60]},{"name":"MOUSE_BUTTON_2_DOWN","features":[60]},{"name":"MOUSE_BUTTON_2_UP","features":[60]},{"name":"MOUSE_BUTTON_3_DOWN","features":[60]},{"name":"MOUSE_BUTTON_3_UP","features":[60]},{"name":"MOUSE_BUTTON_4_DOWN","features":[60]},{"name":"MOUSE_BUTTON_4_UP","features":[60]},{"name":"MOUSE_BUTTON_5_DOWN","features":[60]},{"name":"MOUSE_BUTTON_5_UP","features":[60]},{"name":"MOUSE_ERROR_VALUE_BASE","features":[60]},{"name":"MOUSE_HID_HARDWARE","features":[60]},{"name":"MOUSE_HWHEEL","features":[60]},{"name":"MOUSE_I8042_HARDWARE","features":[60]},{"name":"MOUSE_INPORT_HARDWARE","features":[60]},{"name":"MOUSE_INPUT_DATA","features":[60]},{"name":"MOUSE_LEFT_BUTTON_DOWN","features":[60]},{"name":"MOUSE_LEFT_BUTTON_UP","features":[60]},{"name":"MOUSE_MIDDLE_BUTTON_DOWN","features":[60]},{"name":"MOUSE_MIDDLE_BUTTON_UP","features":[60]},{"name":"MOUSE_RIGHT_BUTTON_DOWN","features":[60]},{"name":"MOUSE_RIGHT_BUTTON_UP","features":[60]},{"name":"MOUSE_SERIAL_HARDWARE","features":[60]},{"name":"MOUSE_TERMSRV_SRC_SHADOW","features":[60]},{"name":"MOUSE_UNIT_ID_PARAMETER","features":[60]},{"name":"MOUSE_WHEEL","features":[60]},{"name":"PFN_HidP_GetVersionInternal","features":[60,3]},{"name":"PHIDP_INSERT_SCANCODES","features":[60,3]},{"name":"PHIDP_PREPARSED_DATA","features":[60]},{"name":"USAGE_AND_PAGE","features":[60]},{"name":"WHEELMOUSE_HID_HARDWARE","features":[60]},{"name":"WHEELMOUSE_I8042_HARDWARE","features":[60]},{"name":"WHEELMOUSE_SERIAL_HARDWARE","features":[60]},{"name":"joyConfigChanged","features":[60]}],"384":[{"name":"CLSID_WPD_NAMESPACE_EXTENSION","features":[61]},{"name":"DELETE_OBJECT_OPTIONS","features":[61]},{"name":"DEVICE_RADIO_STATE","features":[61]},{"name":"DEVPKEY_MTPBTH_IsConnected","features":[61,1]},{"name":"DEVSVCTYPE_ABSTRACT","features":[61]},{"name":"DEVSVCTYPE_DEFAULT","features":[61]},{"name":"DEVSVC_SERVICEINFO_VERSION","features":[61]},{"name":"DMProcessConfigXMLFiltered","features":[61]},{"name":"DRS_HW_RADIO_OFF","features":[61]},{"name":"DRS_HW_RADIO_OFF_UNCONTROLLABLE","features":[61]},{"name":"DRS_HW_RADIO_ON_UNCONTROLLABLE","features":[61]},{"name":"DRS_RADIO_INVALID","features":[61]},{"name":"DRS_RADIO_MAX","features":[61]},{"name":"DRS_RADIO_ON","features":[61]},{"name":"DRS_SW_HW_RADIO_OFF","features":[61]},{"name":"DRS_SW_RADIO_OFF","features":[61]},{"name":"ENUM_AnchorResults_AnchorStateInvalid","features":[61]},{"name":"ENUM_AnchorResults_AnchorStateNormal","features":[61]},{"name":"ENUM_AnchorResults_AnchorStateOld","features":[61]},{"name":"ENUM_AnchorResults_ItemStateChanged","features":[61]},{"name":"ENUM_AnchorResults_ItemStateCreated","features":[61]},{"name":"ENUM_AnchorResults_ItemStateDeleted","features":[61]},{"name":"ENUM_AnchorResults_ItemStateInvalid","features":[61]},{"name":"ENUM_AnchorResults_ItemStateUpdated","features":[61]},{"name":"ENUM_CalendarObj_BusyStatusBusy","features":[61]},{"name":"ENUM_CalendarObj_BusyStatusFree","features":[61]},{"name":"ENUM_CalendarObj_BusyStatusOutOfOffice","features":[61]},{"name":"ENUM_CalendarObj_BusyStatusTentative","features":[61]},{"name":"ENUM_DeviceMetadataObj_DefaultCABFalse","features":[61]},{"name":"ENUM_DeviceMetadataObj_DefaultCABTrue","features":[61]},{"name":"ENUM_MessageObj_PatternInstanceFirst","features":[61]},{"name":"ENUM_MessageObj_PatternInstanceFourth","features":[61]},{"name":"ENUM_MessageObj_PatternInstanceLast","features":[61]},{"name":"ENUM_MessageObj_PatternInstanceNone","features":[61]},{"name":"ENUM_MessageObj_PatternInstanceSecond","features":[61]},{"name":"ENUM_MessageObj_PatternInstanceThird","features":[61]},{"name":"ENUM_MessageObj_PatternTypeDaily","features":[61]},{"name":"ENUM_MessageObj_PatternTypeMonthly","features":[61]},{"name":"ENUM_MessageObj_PatternTypeWeekly","features":[61]},{"name":"ENUM_MessageObj_PatternTypeYearly","features":[61]},{"name":"ENUM_MessageObj_PriorityHighest","features":[61]},{"name":"ENUM_MessageObj_PriorityLowest","features":[61]},{"name":"ENUM_MessageObj_PriorityNormal","features":[61]},{"name":"ENUM_MessageObj_ReadFalse","features":[61]},{"name":"ENUM_MessageObj_ReadTrue","features":[61]},{"name":"ENUM_StatusSvc_ChargingActive","features":[61]},{"name":"ENUM_StatusSvc_ChargingInactive","features":[61]},{"name":"ENUM_StatusSvc_ChargingUnknown","features":[61]},{"name":"ENUM_StatusSvc_RoamingActive","features":[61]},{"name":"ENUM_StatusSvc_RoamingInactive","features":[61]},{"name":"ENUM_StatusSvc_RoamingUnknown","features":[61]},{"name":"ENUM_SyncSvc_SyncObjectReferencesDisabled","features":[61]},{"name":"ENUM_SyncSvc_SyncObjectReferencesEnabled","features":[61]},{"name":"ENUM_TaskObj_CompleteFalse","features":[61]},{"name":"ENUM_TaskObj_CompleteTrue","features":[61]},{"name":"E_WPD_DEVICE_ALREADY_OPENED","features":[61]},{"name":"E_WPD_DEVICE_IS_HUNG","features":[61]},{"name":"E_WPD_DEVICE_NOT_OPEN","features":[61]},{"name":"E_WPD_OBJECT_ALREADY_ATTACHED_TO_DEVICE","features":[61]},{"name":"E_WPD_OBJECT_ALREADY_ATTACHED_TO_SERVICE","features":[61]},{"name":"E_WPD_OBJECT_NOT_ATTACHED_TO_DEVICE","features":[61]},{"name":"E_WPD_OBJECT_NOT_ATTACHED_TO_SERVICE","features":[61]},{"name":"E_WPD_OBJECT_NOT_COMMITED","features":[61]},{"name":"E_WPD_SERVICE_ALREADY_OPENED","features":[61]},{"name":"E_WPD_SERVICE_BAD_PARAMETER_ORDER","features":[61]},{"name":"E_WPD_SERVICE_NOT_OPEN","features":[61]},{"name":"E_WPD_SMS_INVALID_MESSAGE_BODY","features":[61]},{"name":"E_WPD_SMS_INVALID_RECIPIENT","features":[61]},{"name":"E_WPD_SMS_SERVICE_UNAVAILABLE","features":[61]},{"name":"EnumBthMtpConnectors","features":[61]},{"name":"FACILITY_WPD","features":[61]},{"name":"FLAG_MessageObj_DayOfWeekFriday","features":[61]},{"name":"FLAG_MessageObj_DayOfWeekMonday","features":[61]},{"name":"FLAG_MessageObj_DayOfWeekNone","features":[61]},{"name":"FLAG_MessageObj_DayOfWeekSaturday","features":[61]},{"name":"FLAG_MessageObj_DayOfWeekSunday","features":[61]},{"name":"FLAG_MessageObj_DayOfWeekThursday","features":[61]},{"name":"FLAG_MessageObj_DayOfWeekTuesday","features":[61]},{"name":"FLAG_MessageObj_DayOfWeekWednesday","features":[61]},{"name":"GUID_DEVINTERFACE_WPD","features":[61]},{"name":"GUID_DEVINTERFACE_WPD_PRIVATE","features":[61]},{"name":"GUID_DEVINTERFACE_WPD_SERVICE","features":[61]},{"name":"IConnectionRequestCallback","features":[61]},{"name":"IEnumPortableDeviceConnectors","features":[61]},{"name":"IEnumPortableDeviceObjectIDs","features":[61]},{"name":"IMediaRadioManager","features":[61]},{"name":"IMediaRadioManagerNotifySink","features":[61]},{"name":"IOCTL_WPD_MESSAGE_READWRITE_ACCESS","features":[61]},{"name":"IOCTL_WPD_MESSAGE_READ_ACCESS","features":[61]},{"name":"IPortableDevice","features":[61]},{"name":"IPortableDeviceCapabilities","features":[61]},{"name":"IPortableDeviceConnector","features":[61]},{"name":"IPortableDeviceContent","features":[61]},{"name":"IPortableDeviceContent2","features":[61]},{"name":"IPortableDeviceDataStream","features":[61]},{"name":"IPortableDeviceDispatchFactory","features":[61]},{"name":"IPortableDeviceEventCallback","features":[61]},{"name":"IPortableDeviceKeyCollection","features":[61]},{"name":"IPortableDeviceManager","features":[61]},{"name":"IPortableDevicePropVariantCollection","features":[61]},{"name":"IPortableDeviceProperties","features":[61]},{"name":"IPortableDevicePropertiesBulk","features":[61]},{"name":"IPortableDevicePropertiesBulkCallback","features":[61]},{"name":"IPortableDeviceResources","features":[61]},{"name":"IPortableDeviceService","features":[61]},{"name":"IPortableDeviceServiceActivation","features":[61]},{"name":"IPortableDeviceServiceCapabilities","features":[61]},{"name":"IPortableDeviceServiceManager","features":[61]},{"name":"IPortableDeviceServiceMethodCallback","features":[61]},{"name":"IPortableDeviceServiceMethods","features":[61]},{"name":"IPortableDeviceServiceOpenCallback","features":[61]},{"name":"IPortableDeviceUnitsStream","features":[61]},{"name":"IPortableDeviceValues","features":[61]},{"name":"IPortableDeviceValuesCollection","features":[61]},{"name":"IPortableDeviceWebControl","features":[61]},{"name":"IRadioInstance","features":[61]},{"name":"IRadioInstanceCollection","features":[61]},{"name":"IWpdSerializer","features":[61]},{"name":"NAME_3GPP2File","features":[61]},{"name":"NAME_3GPPFile","features":[61]},{"name":"NAME_AACFile","features":[61]},{"name":"NAME_AIFFFile","features":[61]},{"name":"NAME_AMRFile","features":[61]},{"name":"NAME_ASFFile","features":[61]},{"name":"NAME_ASXPlaylist","features":[61]},{"name":"NAME_ATSCTSFile","features":[61]},{"name":"NAME_AVCHDFile","features":[61]},{"name":"NAME_AVIFile","features":[61]},{"name":"NAME_AbstractActivity","features":[61]},{"name":"NAME_AbstractActivityOccurrence","features":[61]},{"name":"NAME_AbstractAudioAlbum","features":[61]},{"name":"NAME_AbstractAudioPlaylist","features":[61]},{"name":"NAME_AbstractAudioVideoAlbum","features":[61]},{"name":"NAME_AbstractChapteredProduction","features":[61]},{"name":"NAME_AbstractContact","features":[61]},{"name":"NAME_AbstractContactGroup","features":[61]},{"name":"NAME_AbstractDocument","features":[61]},{"name":"NAME_AbstractImageAlbum","features":[61]},{"name":"NAME_AbstractMediacast","features":[61]},{"name":"NAME_AbstractMessage","features":[61]},{"name":"NAME_AbstractMessageFolder","features":[61]},{"name":"NAME_AbstractMultimediaAlbum","features":[61]},{"name":"NAME_AbstractNote","features":[61]},{"name":"NAME_AbstractTask","features":[61]},{"name":"NAME_AbstractVideoAlbum","features":[61]},{"name":"NAME_AbstractVideoPlaylist","features":[61]},{"name":"NAME_AnchorResults","features":[61]},{"name":"NAME_AnchorResults_Anchor","features":[61]},{"name":"NAME_AnchorResults_AnchorState","features":[61]},{"name":"NAME_AnchorResults_ResultObjectID","features":[61]},{"name":"NAME_AnchorSyncKnowledge","features":[61]},{"name":"NAME_AnchorSyncSvc","features":[61]},{"name":"NAME_AnchorSyncSvc_BeginSync","features":[61]},{"name":"NAME_AnchorSyncSvc_CurrentAnchor","features":[61]},{"name":"NAME_AnchorSyncSvc_EndSync","features":[61]},{"name":"NAME_AnchorSyncSvc_FilterType","features":[61]},{"name":"NAME_AnchorSyncSvc_GetChangesSinceAnchor","features":[61]},{"name":"NAME_AnchorSyncSvc_KnowledgeObjectID","features":[61]},{"name":"NAME_AnchorSyncSvc_LastSyncProxyID","features":[61]},{"name":"NAME_AnchorSyncSvc_LocalOnlyDelete","features":[61]},{"name":"NAME_AnchorSyncSvc_ProviderVersion","features":[61]},{"name":"NAME_AnchorSyncSvc_ReplicaID","features":[61]},{"name":"NAME_AnchorSyncSvc_SyncFormat","features":[61]},{"name":"NAME_AnchorSyncSvc_VersionProps","features":[61]},{"name":"NAME_Association","features":[61]},{"name":"NAME_AudibleFile","features":[61]},{"name":"NAME_AudioObj_AudioBitDepth","features":[61]},{"name":"NAME_AudioObj_AudioBitRate","features":[61]},{"name":"NAME_AudioObj_AudioBlockAlignment","features":[61]},{"name":"NAME_AudioObj_AudioFormatCode","features":[61]},{"name":"NAME_AudioObj_Channels","features":[61]},{"name":"NAME_AudioObj_Lyrics","features":[61]},{"name":"NAME_BMPImage","features":[61]},{"name":"NAME_CIFFImage","features":[61]},{"name":"NAME_CalendarObj_Accepted","features":[61]},{"name":"NAME_CalendarObj_BeginDateTime","features":[61]},{"name":"NAME_CalendarObj_BusyStatus","features":[61]},{"name":"NAME_CalendarObj_Declined","features":[61]},{"name":"NAME_CalendarObj_EndDateTime","features":[61]},{"name":"NAME_CalendarObj_Location","features":[61]},{"name":"NAME_CalendarObj_PatternDuration","features":[61]},{"name":"NAME_CalendarObj_PatternStartTime","features":[61]},{"name":"NAME_CalendarObj_ReminderOffset","features":[61]},{"name":"NAME_CalendarObj_Tentative","features":[61]},{"name":"NAME_CalendarObj_TimeZone","features":[61]},{"name":"NAME_CalendarSvc","features":[61]},{"name":"NAME_CalendarSvc_SyncWindowEnd","features":[61]},{"name":"NAME_CalendarSvc_SyncWindowStart","features":[61]},{"name":"NAME_ContactObj_AnniversaryDate","features":[61]},{"name":"NAME_ContactObj_Assistant","features":[61]},{"name":"NAME_ContactObj_Birthdate","features":[61]},{"name":"NAME_ContactObj_BusinessAddressCity","features":[61]},{"name":"NAME_ContactObj_BusinessAddressCountry","features":[61]},{"name":"NAME_ContactObj_BusinessAddressFull","features":[61]},{"name":"NAME_ContactObj_BusinessAddressLine2","features":[61]},{"name":"NAME_ContactObj_BusinessAddressPostalCode","features":[61]},{"name":"NAME_ContactObj_BusinessAddressRegion","features":[61]},{"name":"NAME_ContactObj_BusinessAddressStreet","features":[61]},{"name":"NAME_ContactObj_BusinessEmail","features":[61]},{"name":"NAME_ContactObj_BusinessEmail2","features":[61]},{"name":"NAME_ContactObj_BusinessFax","features":[61]},{"name":"NAME_ContactObj_BusinessPhone","features":[61]},{"name":"NAME_ContactObj_BusinessPhone2","features":[61]},{"name":"NAME_ContactObj_BusinessWebAddress","features":[61]},{"name":"NAME_ContactObj_Children","features":[61]},{"name":"NAME_ContactObj_Email","features":[61]},{"name":"NAME_ContactObj_FamilyName","features":[61]},{"name":"NAME_ContactObj_Fax","features":[61]},{"name":"NAME_ContactObj_GivenName","features":[61]},{"name":"NAME_ContactObj_IMAddress","features":[61]},{"name":"NAME_ContactObj_IMAddress2","features":[61]},{"name":"NAME_ContactObj_IMAddress3","features":[61]},{"name":"NAME_ContactObj_MiddleNames","features":[61]},{"name":"NAME_ContactObj_MobilePhone","features":[61]},{"name":"NAME_ContactObj_MobilePhone2","features":[61]},{"name":"NAME_ContactObj_Organization","features":[61]},{"name":"NAME_ContactObj_OtherAddressCity","features":[61]},{"name":"NAME_ContactObj_OtherAddressCountry","features":[61]},{"name":"NAME_ContactObj_OtherAddressFull","features":[61]},{"name":"NAME_ContactObj_OtherAddressLine2","features":[61]},{"name":"NAME_ContactObj_OtherAddressPostalCode","features":[61]},{"name":"NAME_ContactObj_OtherAddressRegion","features":[61]},{"name":"NAME_ContactObj_OtherAddressStreet","features":[61]},{"name":"NAME_ContactObj_OtherEmail","features":[61]},{"name":"NAME_ContactObj_OtherPhone","features":[61]},{"name":"NAME_ContactObj_Pager","features":[61]},{"name":"NAME_ContactObj_PersonalAddressCity","features":[61]},{"name":"NAME_ContactObj_PersonalAddressCountry","features":[61]},{"name":"NAME_ContactObj_PersonalAddressFull","features":[61]},{"name":"NAME_ContactObj_PersonalAddressLine2","features":[61]},{"name":"NAME_ContactObj_PersonalAddressPostalCode","features":[61]},{"name":"NAME_ContactObj_PersonalAddressRegion","features":[61]},{"name":"NAME_ContactObj_PersonalAddressStreet","features":[61]},{"name":"NAME_ContactObj_PersonalEmail","features":[61]},{"name":"NAME_ContactObj_PersonalEmail2","features":[61]},{"name":"NAME_ContactObj_PersonalFax","features":[61]},{"name":"NAME_ContactObj_PersonalPhone","features":[61]},{"name":"NAME_ContactObj_PersonalPhone2","features":[61]},{"name":"NAME_ContactObj_PersonalWebAddress","features":[61]},{"name":"NAME_ContactObj_Phone","features":[61]},{"name":"NAME_ContactObj_PhoneticFamilyName","features":[61]},{"name":"NAME_ContactObj_PhoneticGivenName","features":[61]},{"name":"NAME_ContactObj_PhoneticOrganization","features":[61]},{"name":"NAME_ContactObj_Ringtone","features":[61]},{"name":"NAME_ContactObj_Role","features":[61]},{"name":"NAME_ContactObj_Spouse","features":[61]},{"name":"NAME_ContactObj_Suffix","features":[61]},{"name":"NAME_ContactObj_Title","features":[61]},{"name":"NAME_ContactObj_WebAddress","features":[61]},{"name":"NAME_ContactSvc_SyncWithPhoneOnly","features":[61]},{"name":"NAME_ContactsSvc","features":[61]},{"name":"NAME_DPOFDocument","features":[61]},{"name":"NAME_DVBTSFile","features":[61]},{"name":"NAME_DeviceExecutable","features":[61]},{"name":"NAME_DeviceMetadataCAB","features":[61]},{"name":"NAME_DeviceMetadataObj_ContentID","features":[61]},{"name":"NAME_DeviceMetadataObj_DefaultCAB","features":[61]},{"name":"NAME_DeviceMetadataSvc","features":[61]},{"name":"NAME_DeviceScript","features":[61]},{"name":"NAME_EXIFImage","features":[61]},{"name":"NAME_ExcelDocument","features":[61]},{"name":"NAME_FLACFile","features":[61]},{"name":"NAME_FirmwareFile","features":[61]},{"name":"NAME_FlashPixImage","features":[61]},{"name":"NAME_FullEnumSyncKnowledge","features":[61]},{"name":"NAME_FullEnumSyncSvc","features":[61]},{"name":"NAME_FullEnumSyncSvc_BeginSync","features":[61]},{"name":"NAME_FullEnumSyncSvc_EndSync","features":[61]},{"name":"NAME_FullEnumSyncSvc_FilterType","features":[61]},{"name":"NAME_FullEnumSyncSvc_KnowledgeObjectID","features":[61]},{"name":"NAME_FullEnumSyncSvc_LastSyncProxyID","features":[61]},{"name":"NAME_FullEnumSyncSvc_LocalOnlyDelete","features":[61]},{"name":"NAME_FullEnumSyncSvc_ProviderVersion","features":[61]},{"name":"NAME_FullEnumSyncSvc_ReplicaID","features":[61]},{"name":"NAME_FullEnumSyncSvc_SyncFormat","features":[61]},{"name":"NAME_FullEnumSyncSvc_VersionProps","features":[61]},{"name":"NAME_GIFImage","features":[61]},{"name":"NAME_GenericObj_AllowedFolderContents","features":[61]},{"name":"NAME_GenericObj_AssociationDesc","features":[61]},{"name":"NAME_GenericObj_AssociationType","features":[61]},{"name":"NAME_GenericObj_Copyright","features":[61]},{"name":"NAME_GenericObj_Corrupt","features":[61]},{"name":"NAME_GenericObj_DRMStatus","features":[61]},{"name":"NAME_GenericObj_DateAccessed","features":[61]},{"name":"NAME_GenericObj_DateAdded","features":[61]},{"name":"NAME_GenericObj_DateAuthored","features":[61]},{"name":"NAME_GenericObj_DateCreated","features":[61]},{"name":"NAME_GenericObj_DateModified","features":[61]},{"name":"NAME_GenericObj_DateRevised","features":[61]},{"name":"NAME_GenericObj_Description","features":[61]},{"name":"NAME_GenericObj_Hidden","features":[61]},{"name":"NAME_GenericObj_Keywords","features":[61]},{"name":"NAME_GenericObj_LanguageLocale","features":[61]},{"name":"NAME_GenericObj_Name","features":[61]},{"name":"NAME_GenericObj_NonConsumable","features":[61]},{"name":"NAME_GenericObj_ObjectFileName","features":[61]},{"name":"NAME_GenericObj_ObjectFormat","features":[61]},{"name":"NAME_GenericObj_ObjectID","features":[61]},{"name":"NAME_GenericObj_ObjectSize","features":[61]},{"name":"NAME_GenericObj_ParentID","features":[61]},{"name":"NAME_GenericObj_PersistentUID","features":[61]},{"name":"NAME_GenericObj_PropertyBag","features":[61]},{"name":"NAME_GenericObj_ProtectionStatus","features":[61]},{"name":"NAME_GenericObj_ReferenceParentID","features":[61]},{"name":"NAME_GenericObj_StorageID","features":[61]},{"name":"NAME_GenericObj_SubDescription","features":[61]},{"name":"NAME_GenericObj_SyncID","features":[61]},{"name":"NAME_GenericObj_SystemObject","features":[61]},{"name":"NAME_GenericObj_TimeToLive","features":[61]},{"name":"NAME_HDPhotoImage","features":[61]},{"name":"NAME_HTMLDocument","features":[61]},{"name":"NAME_HintsSvc","features":[61]},{"name":"NAME_ICalendarActivity","features":[61]},{"name":"NAME_ImageObj_Aperature","features":[61]},{"name":"NAME_ImageObj_Exposure","features":[61]},{"name":"NAME_ImageObj_ISOSpeed","features":[61]},{"name":"NAME_ImageObj_ImageBitDepth","features":[61]},{"name":"NAME_ImageObj_IsColorCorrected","features":[61]},{"name":"NAME_ImageObj_IsCropped","features":[61]},{"name":"NAME_JFIFImage","features":[61]},{"name":"NAME_JP2Image","features":[61]},{"name":"NAME_JPEGXRImage","features":[61]},{"name":"NAME_JPXImage","features":[61]},{"name":"NAME_M3UPlaylist","features":[61]},{"name":"NAME_MHTDocument","features":[61]},{"name":"NAME_MP3File","features":[61]},{"name":"NAME_MPEG2File","features":[61]},{"name":"NAME_MPEG4File","features":[61]},{"name":"NAME_MPEGFile","features":[61]},{"name":"NAME_MPLPlaylist","features":[61]},{"name":"NAME_MediaObj_AlbumArtist","features":[61]},{"name":"NAME_MediaObj_AlbumName","features":[61]},{"name":"NAME_MediaObj_Artist","features":[61]},{"name":"NAME_MediaObj_AudioEncodingProfile","features":[61]},{"name":"NAME_MediaObj_BitRateType","features":[61]},{"name":"NAME_MediaObj_BookmarkByte","features":[61]},{"name":"NAME_MediaObj_BookmarkObject","features":[61]},{"name":"NAME_MediaObj_BookmarkTime","features":[61]},{"name":"NAME_MediaObj_BufferSize","features":[61]},{"name":"NAME_MediaObj_Composer","features":[61]},{"name":"NAME_MediaObj_Credits","features":[61]},{"name":"NAME_MediaObj_DateOriginalRelease","features":[61]},{"name":"NAME_MediaObj_Duration","features":[61]},{"name":"NAME_MediaObj_Editor","features":[61]},{"name":"NAME_MediaObj_EffectiveRating","features":[61]},{"name":"NAME_MediaObj_EncodingProfile","features":[61]},{"name":"NAME_MediaObj_EncodingQuality","features":[61]},{"name":"NAME_MediaObj_Genre","features":[61]},{"name":"NAME_MediaObj_GeographicOrigin","features":[61]},{"name":"NAME_MediaObj_Height","features":[61]},{"name":"NAME_MediaObj_MediaType","features":[61]},{"name":"NAME_MediaObj_MediaUID","features":[61]},{"name":"NAME_MediaObj_Mood","features":[61]},{"name":"NAME_MediaObj_Owner","features":[61]},{"name":"NAME_MediaObj_ParentalRating","features":[61]},{"name":"NAME_MediaObj_Producer","features":[61]},{"name":"NAME_MediaObj_SampleRate","features":[61]},{"name":"NAME_MediaObj_SkipCount","features":[61]},{"name":"NAME_MediaObj_SubscriptionContentID","features":[61]},{"name":"NAME_MediaObj_Subtitle","features":[61]},{"name":"NAME_MediaObj_TotalBitRate","features":[61]},{"name":"NAME_MediaObj_Track","features":[61]},{"name":"NAME_MediaObj_URLLink","features":[61]},{"name":"NAME_MediaObj_URLSource","features":[61]},{"name":"NAME_MediaObj_UseCount","features":[61]},{"name":"NAME_MediaObj_UserRating","features":[61]},{"name":"NAME_MediaObj_WebMaster","features":[61]},{"name":"NAME_MediaObj_Width","features":[61]},{"name":"NAME_MessageObj_BCC","features":[61]},{"name":"NAME_MessageObj_Body","features":[61]},{"name":"NAME_MessageObj_CC","features":[61]},{"name":"NAME_MessageObj_Category","features":[61]},{"name":"NAME_MessageObj_PatternDayOfMonth","features":[61]},{"name":"NAME_MessageObj_PatternDayOfWeek","features":[61]},{"name":"NAME_MessageObj_PatternDeleteDates","features":[61]},{"name":"NAME_MessageObj_PatternInstance","features":[61]},{"name":"NAME_MessageObj_PatternMonthOfYear","features":[61]},{"name":"NAME_MessageObj_PatternOriginalDateTime","features":[61]},{"name":"NAME_MessageObj_PatternPeriod","features":[61]},{"name":"NAME_MessageObj_PatternType","features":[61]},{"name":"NAME_MessageObj_PatternValidEndDate","features":[61]},{"name":"NAME_MessageObj_PatternValidStartDate","features":[61]},{"name":"NAME_MessageObj_Priority","features":[61]},{"name":"NAME_MessageObj_Read","features":[61]},{"name":"NAME_MessageObj_ReceivedTime","features":[61]},{"name":"NAME_MessageObj_Sender","features":[61]},{"name":"NAME_MessageObj_Subject","features":[61]},{"name":"NAME_MessageObj_To","features":[61]},{"name":"NAME_MessageSvc","features":[61]},{"name":"NAME_NotesSvc","features":[61]},{"name":"NAME_OGGFile","features":[61]},{"name":"NAME_PCDImage","features":[61]},{"name":"NAME_PICTImage","features":[61]},{"name":"NAME_PNGImage","features":[61]},{"name":"NAME_PSLPlaylist","features":[61]},{"name":"NAME_PowerPointDocument","features":[61]},{"name":"NAME_QCELPFile","features":[61]},{"name":"NAME_RingtonesSvc","features":[61]},{"name":"NAME_RingtonesSvc_DefaultRingtone","features":[61]},{"name":"NAME_Services_ServiceDisplayName","features":[61]},{"name":"NAME_Services_ServiceIcon","features":[61]},{"name":"NAME_Services_ServiceLocale","features":[61]},{"name":"NAME_StatusSvc","features":[61]},{"name":"NAME_StatusSvc_BatteryLife","features":[61]},{"name":"NAME_StatusSvc_ChargingState","features":[61]},{"name":"NAME_StatusSvc_MissedCalls","features":[61]},{"name":"NAME_StatusSvc_NetworkName","features":[61]},{"name":"NAME_StatusSvc_NetworkType","features":[61]},{"name":"NAME_StatusSvc_NewPictures","features":[61]},{"name":"NAME_StatusSvc_Roaming","features":[61]},{"name":"NAME_StatusSvc_SignalStrength","features":[61]},{"name":"NAME_StatusSvc_StorageCapacity","features":[61]},{"name":"NAME_StatusSvc_StorageFreeSpace","features":[61]},{"name":"NAME_StatusSvc_TextMessages","features":[61]},{"name":"NAME_StatusSvc_VoiceMail","features":[61]},{"name":"NAME_SyncObj_LastAuthorProxyID","features":[61]},{"name":"NAME_SyncSvc_BeginSync","features":[61]},{"name":"NAME_SyncSvc_EndSync","features":[61]},{"name":"NAME_SyncSvc_FilterType","features":[61]},{"name":"NAME_SyncSvc_LocalOnlyDelete","features":[61]},{"name":"NAME_SyncSvc_SyncFormat","features":[61]},{"name":"NAME_SyncSvc_SyncObjectReferences","features":[61]},{"name":"NAME_TIFFEPImage","features":[61]},{"name":"NAME_TIFFITImage","features":[61]},{"name":"NAME_TIFFImage","features":[61]},{"name":"NAME_TaskObj_BeginDate","features":[61]},{"name":"NAME_TaskObj_Complete","features":[61]},{"name":"NAME_TaskObj_EndDate","features":[61]},{"name":"NAME_TaskObj_ReminderDateTime","features":[61]},{"name":"NAME_TasksSvc","features":[61]},{"name":"NAME_TasksSvc_SyncActiveOnly","features":[61]},{"name":"NAME_TextDocument","features":[61]},{"name":"NAME_Undefined","features":[61]},{"name":"NAME_UndefinedAudio","features":[61]},{"name":"NAME_UndefinedCollection","features":[61]},{"name":"NAME_UndefinedDocument","features":[61]},{"name":"NAME_UndefinedVideo","features":[61]},{"name":"NAME_UnknownImage","features":[61]},{"name":"NAME_VCalendar1Activity","features":[61]},{"name":"NAME_VCard2Contact","features":[61]},{"name":"NAME_VCard3Contact","features":[61]},{"name":"NAME_VideoObj_KeyFrameDistance","features":[61]},{"name":"NAME_VideoObj_ScanType","features":[61]},{"name":"NAME_VideoObj_Source","features":[61]},{"name":"NAME_VideoObj_VideoBitRate","features":[61]},{"name":"NAME_VideoObj_VideoFormatCode","features":[61]},{"name":"NAME_VideoObj_VideoFrameRate","features":[61]},{"name":"NAME_WAVFile","features":[61]},{"name":"NAME_WBMPImage","features":[61]},{"name":"NAME_WMAFile","features":[61]},{"name":"NAME_WMVFile","features":[61]},{"name":"NAME_WPLPlaylist","features":[61]},{"name":"NAME_WordDocument","features":[61]},{"name":"NAME_XMLDocument","features":[61]},{"name":"PORTABLE_DEVICE_DELETE_NO_RECURSION","features":[61]},{"name":"PORTABLE_DEVICE_DELETE_WITH_RECURSION","features":[61]},{"name":"PORTABLE_DEVICE_DRM_SCHEME_PDDRM","features":[61]},{"name":"PORTABLE_DEVICE_DRM_SCHEME_WMDRM10_PD","features":[61]},{"name":"PORTABLE_DEVICE_ICON","features":[61]},{"name":"PORTABLE_DEVICE_IS_MASS_STORAGE","features":[61]},{"name":"PORTABLE_DEVICE_NAMESPACE_EXCLUDE_FROM_SHELL","features":[61]},{"name":"PORTABLE_DEVICE_NAMESPACE_THUMBNAIL_CONTENT_TYPES","features":[61]},{"name":"PORTABLE_DEVICE_NAMESPACE_TIMEOUT","features":[61]},{"name":"PORTABLE_DEVICE_TYPE","features":[61]},{"name":"PortableDevice","features":[61]},{"name":"PortableDeviceDispatchFactory","features":[61]},{"name":"PortableDeviceFTM","features":[61]},{"name":"PortableDeviceKeyCollection","features":[61]},{"name":"PortableDeviceManager","features":[61]},{"name":"PortableDevicePropVariantCollection","features":[61]},{"name":"PortableDeviceService","features":[61]},{"name":"PortableDeviceServiceFTM","features":[61]},{"name":"PortableDeviceValues","features":[61]},{"name":"PortableDeviceValuesCollection","features":[61]},{"name":"PortableDeviceWebControl","features":[61]},{"name":"RANGEMAX_MessageObj_PatternDayOfMonth","features":[61]},{"name":"RANGEMAX_MessageObj_PatternMonthOfYear","features":[61]},{"name":"RANGEMAX_StatusSvc_BatteryLife","features":[61]},{"name":"RANGEMAX_StatusSvc_MissedCalls","features":[61]},{"name":"RANGEMAX_StatusSvc_NewPictures","features":[61]},{"name":"RANGEMAX_StatusSvc_SignalStrength","features":[61]},{"name":"RANGEMAX_StatusSvc_TextMessages","features":[61]},{"name":"RANGEMAX_StatusSvc_VoiceMail","features":[61]},{"name":"RANGEMIN_MessageObj_PatternDayOfMonth","features":[61]},{"name":"RANGEMIN_MessageObj_PatternMonthOfYear","features":[61]},{"name":"RANGEMIN_StatusSvc_BatteryLife","features":[61]},{"name":"RANGEMIN_StatusSvc_SignalStrength","features":[61]},{"name":"RANGESTEP_MessageObj_PatternDayOfMonth","features":[61]},{"name":"RANGESTEP_MessageObj_PatternMonthOfYear","features":[61]},{"name":"RANGESTEP_StatusSvc_BatteryLife","features":[61]},{"name":"RANGESTEP_StatusSvc_SignalStrength","features":[61]},{"name":"SMS_BINARY_MESSAGE","features":[61]},{"name":"SMS_ENCODING_7_BIT","features":[61]},{"name":"SMS_ENCODING_8_BIT","features":[61]},{"name":"SMS_ENCODING_UTF_16","features":[61]},{"name":"SMS_MESSAGE_TYPES","features":[61]},{"name":"SMS_TEXT_MESSAGE","features":[61]},{"name":"SRS_RADIO_DISABLED","features":[61]},{"name":"SRS_RADIO_ENABLED","features":[61]},{"name":"STR_WPDNSE_FAST_ENUM","features":[61]},{"name":"STR_WPDNSE_SIMPLE_ITEM","features":[61]},{"name":"SYNCSVC_FILTER_CALENDAR_WINDOW_WITH_RECURRENCE","features":[61]},{"name":"SYNCSVC_FILTER_CONTACTS_WITH_PHONE","features":[61]},{"name":"SYNCSVC_FILTER_NONE","features":[61]},{"name":"SYNCSVC_FILTER_TASK_ACTIVE","features":[61]},{"name":"SYSTEM_RADIO_STATE","features":[61]},{"name":"TYPE_AnchorSyncSvc","features":[61]},{"name":"TYPE_CalendarSvc","features":[61]},{"name":"TYPE_ContactsSvc","features":[61]},{"name":"TYPE_DeviceMetadataSvc","features":[61]},{"name":"TYPE_FullEnumSyncSvc","features":[61]},{"name":"TYPE_HintsSvc","features":[61]},{"name":"TYPE_MessageSvc","features":[61]},{"name":"TYPE_NotesSvc","features":[61]},{"name":"TYPE_RingtonesSvc","features":[61]},{"name":"TYPE_StatusSvc","features":[61]},{"name":"TYPE_TasksSvc","features":[61]},{"name":"WPDNSE_OBJECT_HAS_ALBUM_ART","features":[61,62]},{"name":"WPDNSE_OBJECT_HAS_AUDIO_CLIP","features":[61,62]},{"name":"WPDNSE_OBJECT_HAS_CONTACT_PHOTO","features":[61,62]},{"name":"WPDNSE_OBJECT_HAS_ICON","features":[61,62]},{"name":"WPDNSE_OBJECT_HAS_THUMBNAIL","features":[61,62]},{"name":"WPDNSE_OBJECT_OPTIMAL_READ_BLOCK_SIZE","features":[61,62]},{"name":"WPDNSE_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPDNSE_PROPSHEET_CONTENT_DETAILS","features":[61]},{"name":"WPDNSE_PROPSHEET_CONTENT_GENERAL","features":[61]},{"name":"WPDNSE_PROPSHEET_CONTENT_REFERENCES","features":[61]},{"name":"WPDNSE_PROPSHEET_CONTENT_RESOURCES","features":[61]},{"name":"WPDNSE_PROPSHEET_DEVICE_GENERAL","features":[61]},{"name":"WPDNSE_PROPSHEET_STORAGE_GENERAL","features":[61]},{"name":"WPD_API_OPTIONS_V1","features":[61]},{"name":"WPD_API_OPTION_IOCTL_ACCESS","features":[61,62]},{"name":"WPD_API_OPTION_USE_CLEAR_DATA_STREAM","features":[61,62]},{"name":"WPD_APPOINTMENT_ACCEPTED_ATTENDEES","features":[61,62]},{"name":"WPD_APPOINTMENT_DECLINED_ATTENDEES","features":[61,62]},{"name":"WPD_APPOINTMENT_LOCATION","features":[61,62]},{"name":"WPD_APPOINTMENT_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_APPOINTMENT_OPTIONAL_ATTENDEES","features":[61,62]},{"name":"WPD_APPOINTMENT_REQUIRED_ATTENDEES","features":[61,62]},{"name":"WPD_APPOINTMENT_RESOURCES","features":[61,62]},{"name":"WPD_APPOINTMENT_TENTATIVE_ATTENDEES","features":[61,62]},{"name":"WPD_APPOINTMENT_TYPE","features":[61,62]},{"name":"WPD_AUDIO_BITRATE","features":[61,62]},{"name":"WPD_AUDIO_BIT_DEPTH","features":[61,62]},{"name":"WPD_AUDIO_BLOCK_ALIGNMENT","features":[61,62]},{"name":"WPD_AUDIO_CHANNEL_COUNT","features":[61,62]},{"name":"WPD_AUDIO_FORMAT_CODE","features":[61,62]},{"name":"WPD_BITRATE_TYPES","features":[61]},{"name":"WPD_BITRATE_TYPE_DISCRETE","features":[61]},{"name":"WPD_BITRATE_TYPE_FREE","features":[61]},{"name":"WPD_BITRATE_TYPE_UNUSED","features":[61]},{"name":"WPD_BITRATE_TYPE_VARIABLE","features":[61]},{"name":"WPD_CAPTURE_MODES","features":[61]},{"name":"WPD_CAPTURE_MODE_BURST","features":[61]},{"name":"WPD_CAPTURE_MODE_NORMAL","features":[61]},{"name":"WPD_CAPTURE_MODE_TIMELAPSE","features":[61]},{"name":"WPD_CAPTURE_MODE_UNDEFINED","features":[61]},{"name":"WPD_CATEGORY_CAPABILITIES","features":[61]},{"name":"WPD_CATEGORY_COMMON","features":[61]},{"name":"WPD_CATEGORY_DEVICE_HINTS","features":[61]},{"name":"WPD_CATEGORY_MEDIA_CAPTURE","features":[61]},{"name":"WPD_CATEGORY_MTP_EXT_VENDOR_OPERATIONS","features":[61]},{"name":"WPD_CATEGORY_NETWORK_CONFIGURATION","features":[61]},{"name":"WPD_CATEGORY_NULL","features":[61]},{"name":"WPD_CATEGORY_OBJECT_ENUMERATION","features":[61]},{"name":"WPD_CATEGORY_OBJECT_MANAGEMENT","features":[61]},{"name":"WPD_CATEGORY_OBJECT_PROPERTIES","features":[61]},{"name":"WPD_CATEGORY_OBJECT_PROPERTIES_BULK","features":[61]},{"name":"WPD_CATEGORY_OBJECT_RESOURCES","features":[61]},{"name":"WPD_CATEGORY_SERVICE_CAPABILITIES","features":[61]},{"name":"WPD_CATEGORY_SERVICE_COMMON","features":[61]},{"name":"WPD_CATEGORY_SERVICE_METHODS","features":[61]},{"name":"WPD_CATEGORY_SMS","features":[61]},{"name":"WPD_CATEGORY_STILL_IMAGE_CAPTURE","features":[61]},{"name":"WPD_CATEGORY_STORAGE","features":[61]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_DEVICE_IDENTIFICATION_VALUES","features":[61,62]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_DONT_REGISTER_WPD_DEVICE_INTERFACE","features":[61,62]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_MULTITRANSPORT_MODE","features":[61,62]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_REGISTER_WPD_PRIVATE_DEVICE_INTERFACE","features":[61,62]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_SILENCE_AUTOPLAY","features":[61,62]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_SUPPORTED_CONTENT_TYPES","features":[61,62]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_TRANSPORT_BANDWIDTH","features":[61,62]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V1","features":[61]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V2","features":[61]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V3","features":[61]},{"name":"WPD_CLASS_EXTENSION_V1","features":[61]},{"name":"WPD_CLASS_EXTENSION_V2","features":[61]},{"name":"WPD_CLIENT_DESIRED_ACCESS","features":[61,62]},{"name":"WPD_CLIENT_EVENT_COOKIE","features":[61,62]},{"name":"WPD_CLIENT_INFORMATION_PROPERTIES_V1","features":[61]},{"name":"WPD_CLIENT_MAJOR_VERSION","features":[61,62]},{"name":"WPD_CLIENT_MANUAL_CLOSE_ON_DISCONNECT","features":[61,62]},{"name":"WPD_CLIENT_MINIMUM_RESULTS_BUFFER_SIZE","features":[61,62]},{"name":"WPD_CLIENT_MINOR_VERSION","features":[61,62]},{"name":"WPD_CLIENT_NAME","features":[61,62]},{"name":"WPD_CLIENT_REVISION","features":[61,62]},{"name":"WPD_CLIENT_SECURITY_QUALITY_OF_SERVICE","features":[61,62]},{"name":"WPD_CLIENT_SHARE_MODE","features":[61,62]},{"name":"WPD_CLIENT_WMDRM_APPLICATION_CERTIFICATE","features":[61,62]},{"name":"WPD_CLIENT_WMDRM_APPLICATION_PRIVATE_KEY","features":[61,62]},{"name":"WPD_COLOR_CORRECTED_STATUS_CORRECTED","features":[61]},{"name":"WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED","features":[61]},{"name":"WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED","features":[61]},{"name":"WPD_COLOR_CORRECTED_STATUS_VALUES","features":[61]},{"name":"WPD_COMMAND_ACCESS_FROM_ATTRIBUTE_WITH_METHOD_ACCESS","features":[61]},{"name":"WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_FILE_ACCESS","features":[61]},{"name":"WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_STGM_ACCESS","features":[61]},{"name":"WPD_COMMAND_ACCESS_LOOKUP_ENTRY","features":[61,62]},{"name":"WPD_COMMAND_ACCESS_READ","features":[61]},{"name":"WPD_COMMAND_ACCESS_READWRITE","features":[61]},{"name":"WPD_COMMAND_ACCESS_TYPES","features":[61]},{"name":"WPD_COMMAND_CAPABILITIES_GET_COMMAND_OPTIONS","features":[61,62]},{"name":"WPD_COMMAND_CAPABILITIES_GET_EVENT_OPTIONS","features":[61,62]},{"name":"WPD_COMMAND_CAPABILITIES_GET_FIXED_PROPERTY_ATTRIBUTES","features":[61,62]},{"name":"WPD_COMMAND_CAPABILITIES_GET_FUNCTIONAL_OBJECTS","features":[61,62]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_COMMANDS","features":[61,62]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_CONTENT_TYPES","features":[61,62]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_EVENTS","features":[61,62]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMATS","features":[61,62]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES","features":[61,62]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FUNCTIONAL_CATEGORIES","features":[61,62]},{"name":"WPD_COMMAND_CLASS_EXTENSION_REGISTER_SERVICE_INTERFACES","features":[61,62]},{"name":"WPD_COMMAND_CLASS_EXTENSION_UNREGISTER_SERVICE_INTERFACES","features":[61,62]},{"name":"WPD_COMMAND_CLASS_EXTENSION_WRITE_DEVICE_INFORMATION","features":[61,62]},{"name":"WPD_COMMAND_COMMIT_KEYPAIR","features":[61,62]},{"name":"WPD_COMMAND_COMMON_GET_OBJECT_IDS_FROM_PERSISTENT_UNIQUE_IDS","features":[61,62]},{"name":"WPD_COMMAND_COMMON_RESET_DEVICE","features":[61,62]},{"name":"WPD_COMMAND_COMMON_SAVE_CLIENT_INFORMATION","features":[61,62]},{"name":"WPD_COMMAND_DEVICE_HINTS_GET_CONTENT_LOCATION","features":[61,62]},{"name":"WPD_COMMAND_GENERATE_KEYPAIR","features":[61,62]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_PAUSE","features":[61,62]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_START","features":[61,62]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_STOP","features":[61,62]},{"name":"WPD_COMMAND_MTP_EXT_END_DATA_TRANSFER","features":[61,62]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITHOUT_DATA_PHASE","features":[61,62]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_READ","features":[61,62]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_WRITE","features":[61,62]},{"name":"WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES","features":[61,62]},{"name":"WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION","features":[61,62]},{"name":"WPD_COMMAND_MTP_EXT_READ_DATA","features":[61,62]},{"name":"WPD_COMMAND_MTP_EXT_WRITE_DATA","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_END_FIND","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_FIND_NEXT","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_START_FIND","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_COMMIT_OBJECT","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_COPY_OBJECTS","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_AND_DATA","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_ONLY","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_DELETE_OBJECTS","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_MOVE_OBJECTS","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_REVERT_OBJECT","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_UPDATE_OBJECT_WITH_PROPERTIES_AND_DATA","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_WRITE_OBJECT_DATA","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_END","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_NEXT","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_START","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_END","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_NEXT","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_START","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_END","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_NEXT","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_START","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_DELETE","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_ALL","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_ATTRIBUTES","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_SUPPORTED","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_SET","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_CLOSE","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_COMMIT","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_CREATE_RESOURCE","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_DELETE","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_GET_ATTRIBUTES","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_GET_SUPPORTED","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_OPEN","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_READ","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_REVERT","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_SEEK","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_SEEK_IN_UNITS","features":[61,62]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_WRITE","features":[61,62]},{"name":"WPD_COMMAND_PROCESS_WIRELESS_PROFILE","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_COMMAND_OPTIONS","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_ATTRIBUTES","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_PARAMETER_ATTRIBUTES","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_ATTRIBUTES","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_PROPERTY_ATTRIBUTES","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_RENDERING_PROFILES","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_INHERITED_SERVICES","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_ATTRIBUTES","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_PARAMETER_ATTRIBUTES","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_COMMANDS","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_EVENTS","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMATS","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS_BY_FORMAT","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_COMMON_GET_SERVICE_OBJECT_ID","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_METHODS_CANCEL_INVOKE","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_METHODS_END_INVOKE","features":[61,62]},{"name":"WPD_COMMAND_SERVICE_METHODS_START_INVOKE","features":[61,62]},{"name":"WPD_COMMAND_SMS_SEND","features":[61,62]},{"name":"WPD_COMMAND_STILL_IMAGE_CAPTURE_INITIATE","features":[61,62]},{"name":"WPD_COMMAND_STORAGE_EJECT","features":[61,62]},{"name":"WPD_COMMAND_STORAGE_FORMAT","features":[61,62]},{"name":"WPD_COMMON_INFORMATION_BODY_TEXT","features":[61,62]},{"name":"WPD_COMMON_INFORMATION_END_DATETIME","features":[61,62]},{"name":"WPD_COMMON_INFORMATION_NOTES","features":[61,62]},{"name":"WPD_COMMON_INFORMATION_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_COMMON_INFORMATION_PRIORITY","features":[61,62]},{"name":"WPD_COMMON_INFORMATION_START_DATETIME","features":[61,62]},{"name":"WPD_COMMON_INFORMATION_SUBJECT","features":[61,62]},{"name":"WPD_CONTACT_ANNIVERSARY_DATE","features":[61,62]},{"name":"WPD_CONTACT_ASSISTANT","features":[61,62]},{"name":"WPD_CONTACT_BIRTHDATE","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_EMAIL","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_EMAIL2","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_FAX","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_FULL_POSTAL_ADDRESS","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_PHONE","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_PHONE2","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_CITY","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_COUNTRY","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE1","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE2","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_POSTAL_CODE","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_REGION","features":[61,62]},{"name":"WPD_CONTACT_BUSINESS_WEB_ADDRESS","features":[61,62]},{"name":"WPD_CONTACT_CHILDREN","features":[61,62]},{"name":"WPD_CONTACT_COMPANY_NAME","features":[61,62]},{"name":"WPD_CONTACT_DISPLAY_NAME","features":[61,62]},{"name":"WPD_CONTACT_FIRST_NAME","features":[61,62]},{"name":"WPD_CONTACT_INSTANT_MESSENGER","features":[61,62]},{"name":"WPD_CONTACT_INSTANT_MESSENGER2","features":[61,62]},{"name":"WPD_CONTACT_INSTANT_MESSENGER3","features":[61,62]},{"name":"WPD_CONTACT_LAST_NAME","features":[61,62]},{"name":"WPD_CONTACT_MIDDLE_NAMES","features":[61,62]},{"name":"WPD_CONTACT_MOBILE_PHONE","features":[61,62]},{"name":"WPD_CONTACT_MOBILE_PHONE2","features":[61,62]},{"name":"WPD_CONTACT_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_CONTACT_OTHER_EMAILS","features":[61,62]},{"name":"WPD_CONTACT_OTHER_FULL_POSTAL_ADDRESS","features":[61,62]},{"name":"WPD_CONTACT_OTHER_PHONES","features":[61,62]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_CITY","features":[61,62]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE1","features":[61,62]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE2","features":[61,62]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_CODE","features":[61,62]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_COUNTRY","features":[61,62]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_REGION","features":[61,62]},{"name":"WPD_CONTACT_PAGER","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_EMAIL","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_EMAIL2","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_FAX","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_FULL_POSTAL_ADDRESS","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_PHONE","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_PHONE2","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_CITY","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_COUNTRY","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE1","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE2","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_POSTAL_CODE","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_REGION","features":[61,62]},{"name":"WPD_CONTACT_PERSONAL_WEB_ADDRESS","features":[61,62]},{"name":"WPD_CONTACT_PHONETIC_COMPANY_NAME","features":[61,62]},{"name":"WPD_CONTACT_PHONETIC_FIRST_NAME","features":[61,62]},{"name":"WPD_CONTACT_PHONETIC_LAST_NAME","features":[61,62]},{"name":"WPD_CONTACT_PREFIX","features":[61,62]},{"name":"WPD_CONTACT_PRIMARY_EMAIL_ADDRESS","features":[61,62]},{"name":"WPD_CONTACT_PRIMARY_FAX","features":[61,62]},{"name":"WPD_CONTACT_PRIMARY_PHONE","features":[61,62]},{"name":"WPD_CONTACT_PRIMARY_WEB_ADDRESS","features":[61,62]},{"name":"WPD_CONTACT_RINGTONE","features":[61,62]},{"name":"WPD_CONTACT_ROLE","features":[61,62]},{"name":"WPD_CONTACT_SPOUSE","features":[61,62]},{"name":"WPD_CONTACT_SUFFIX","features":[61,62]},{"name":"WPD_CONTENT_TYPE_ALL","features":[61]},{"name":"WPD_CONTENT_TYPE_APPOINTMENT","features":[61]},{"name":"WPD_CONTENT_TYPE_AUDIO","features":[61]},{"name":"WPD_CONTENT_TYPE_AUDIO_ALBUM","features":[61]},{"name":"WPD_CONTENT_TYPE_CALENDAR","features":[61]},{"name":"WPD_CONTENT_TYPE_CERTIFICATE","features":[61]},{"name":"WPD_CONTENT_TYPE_CONTACT","features":[61]},{"name":"WPD_CONTENT_TYPE_CONTACT_GROUP","features":[61]},{"name":"WPD_CONTENT_TYPE_DOCUMENT","features":[61]},{"name":"WPD_CONTENT_TYPE_EMAIL","features":[61]},{"name":"WPD_CONTENT_TYPE_FOLDER","features":[61]},{"name":"WPD_CONTENT_TYPE_FUNCTIONAL_OBJECT","features":[61]},{"name":"WPD_CONTENT_TYPE_GENERIC_FILE","features":[61]},{"name":"WPD_CONTENT_TYPE_GENERIC_MESSAGE","features":[61]},{"name":"WPD_CONTENT_TYPE_IMAGE","features":[61]},{"name":"WPD_CONTENT_TYPE_IMAGE_ALBUM","features":[61]},{"name":"WPD_CONTENT_TYPE_MEDIA_CAST","features":[61]},{"name":"WPD_CONTENT_TYPE_MEMO","features":[61]},{"name":"WPD_CONTENT_TYPE_MIXED_CONTENT_ALBUM","features":[61]},{"name":"WPD_CONTENT_TYPE_NETWORK_ASSOCIATION","features":[61]},{"name":"WPD_CONTENT_TYPE_PLAYLIST","features":[61]},{"name":"WPD_CONTENT_TYPE_PROGRAM","features":[61]},{"name":"WPD_CONTENT_TYPE_SECTION","features":[61]},{"name":"WPD_CONTENT_TYPE_TASK","features":[61]},{"name":"WPD_CONTENT_TYPE_TELEVISION","features":[61]},{"name":"WPD_CONTENT_TYPE_UNSPECIFIED","features":[61]},{"name":"WPD_CONTENT_TYPE_VIDEO","features":[61]},{"name":"WPD_CONTENT_TYPE_VIDEO_ALBUM","features":[61]},{"name":"WPD_CONTENT_TYPE_WIRELESS_PROFILE","features":[61]},{"name":"WPD_CONTROL_FUNCTION_GENERIC_MESSAGE","features":[61]},{"name":"WPD_CROPPED_STATUS_CROPPED","features":[61]},{"name":"WPD_CROPPED_STATUS_NOT_CROPPED","features":[61]},{"name":"WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED","features":[61]},{"name":"WPD_CROPPED_STATUS_VALUES","features":[61]},{"name":"WPD_DEVICE_DATETIME","features":[61,62]},{"name":"WPD_DEVICE_EDP_IDENTITY","features":[61,62]},{"name":"WPD_DEVICE_FIRMWARE_VERSION","features":[61,62]},{"name":"WPD_DEVICE_FRIENDLY_NAME","features":[61,62]},{"name":"WPD_DEVICE_FUNCTIONAL_UNIQUE_ID","features":[61,62]},{"name":"WPD_DEVICE_MANUFACTURER","features":[61,62]},{"name":"WPD_DEVICE_MODEL","features":[61,62]},{"name":"WPD_DEVICE_MODEL_UNIQUE_ID","features":[61,62]},{"name":"WPD_DEVICE_NETWORK_IDENTIFIER","features":[61,62]},{"name":"WPD_DEVICE_OBJECT_ID","features":[61]},{"name":"WPD_DEVICE_POWER_LEVEL","features":[61,62]},{"name":"WPD_DEVICE_POWER_SOURCE","features":[61,62]},{"name":"WPD_DEVICE_PROPERTIES_V1","features":[61]},{"name":"WPD_DEVICE_PROPERTIES_V2","features":[61]},{"name":"WPD_DEVICE_PROPERTIES_V3","features":[61]},{"name":"WPD_DEVICE_PROTOCOL","features":[61,62]},{"name":"WPD_DEVICE_SERIAL_NUMBER","features":[61,62]},{"name":"WPD_DEVICE_SUPPORTED_DRM_SCHEMES","features":[61,62]},{"name":"WPD_DEVICE_SUPPORTED_FORMATS_ARE_ORDERED","features":[61,62]},{"name":"WPD_DEVICE_SUPPORTS_NON_CONSUMABLE","features":[61,62]},{"name":"WPD_DEVICE_SYNC_PARTNER","features":[61,62]},{"name":"WPD_DEVICE_TRANSPORT","features":[61,62]},{"name":"WPD_DEVICE_TRANSPORTS","features":[61]},{"name":"WPD_DEVICE_TRANSPORT_BLUETOOTH","features":[61]},{"name":"WPD_DEVICE_TRANSPORT_IP","features":[61]},{"name":"WPD_DEVICE_TRANSPORT_UNSPECIFIED","features":[61]},{"name":"WPD_DEVICE_TRANSPORT_USB","features":[61]},{"name":"WPD_DEVICE_TYPE","features":[61,62]},{"name":"WPD_DEVICE_TYPES","features":[61]},{"name":"WPD_DEVICE_TYPE_AUDIO_RECORDER","features":[61]},{"name":"WPD_DEVICE_TYPE_CAMERA","features":[61]},{"name":"WPD_DEVICE_TYPE_GENERIC","features":[61]},{"name":"WPD_DEVICE_TYPE_MEDIA_PLAYER","features":[61]},{"name":"WPD_DEVICE_TYPE_PERSONAL_INFORMATION_MANAGER","features":[61]},{"name":"WPD_DEVICE_TYPE_PHONE","features":[61]},{"name":"WPD_DEVICE_TYPE_VIDEO","features":[61]},{"name":"WPD_DEVICE_USE_DEVICE_STAGE","features":[61,62]},{"name":"WPD_DOCUMENT_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_EFFECT_MODES","features":[61]},{"name":"WPD_EFFECT_MODE_BLACK_AND_WHITE","features":[61]},{"name":"WPD_EFFECT_MODE_COLOR","features":[61]},{"name":"WPD_EFFECT_MODE_SEPIA","features":[61]},{"name":"WPD_EFFECT_MODE_UNDEFINED","features":[61]},{"name":"WPD_EMAIL_BCC_LINE","features":[61,62]},{"name":"WPD_EMAIL_CC_LINE","features":[61,62]},{"name":"WPD_EMAIL_HAS_ATTACHMENTS","features":[61,62]},{"name":"WPD_EMAIL_HAS_BEEN_READ","features":[61,62]},{"name":"WPD_EMAIL_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_EMAIL_RECEIVED_TIME","features":[61,62]},{"name":"WPD_EMAIL_SENDER_ADDRESS","features":[61,62]},{"name":"WPD_EMAIL_TO_LINE","features":[61,62]},{"name":"WPD_EVENT_ATTRIBUTES_V1","features":[61]},{"name":"WPD_EVENT_ATTRIBUTE_NAME","features":[61,62]},{"name":"WPD_EVENT_ATTRIBUTE_OPTIONS","features":[61,62]},{"name":"WPD_EVENT_ATTRIBUTE_PARAMETERS","features":[61,62]},{"name":"WPD_EVENT_DEVICE_CAPABILITIES_UPDATED","features":[61]},{"name":"WPD_EVENT_DEVICE_REMOVED","features":[61]},{"name":"WPD_EVENT_DEVICE_RESET","features":[61]},{"name":"WPD_EVENT_MTP_VENDOR_EXTENDED_EVENTS","features":[61]},{"name":"WPD_EVENT_NOTIFICATION","features":[61]},{"name":"WPD_EVENT_OBJECT_ADDED","features":[61]},{"name":"WPD_EVENT_OBJECT_REMOVED","features":[61]},{"name":"WPD_EVENT_OBJECT_TRANSFER_REQUESTED","features":[61]},{"name":"WPD_EVENT_OBJECT_UPDATED","features":[61]},{"name":"WPD_EVENT_OPTIONS_V1","features":[61]},{"name":"WPD_EVENT_OPTION_IS_AUTOPLAY_EVENT","features":[61,62]},{"name":"WPD_EVENT_OPTION_IS_BROADCAST_EVENT","features":[61,62]},{"name":"WPD_EVENT_PARAMETER_CHILD_HIERARCHY_CHANGED","features":[61,62]},{"name":"WPD_EVENT_PARAMETER_EVENT_ID","features":[61,62]},{"name":"WPD_EVENT_PARAMETER_OBJECT_CREATION_COOKIE","features":[61,62]},{"name":"WPD_EVENT_PARAMETER_OBJECT_PARENT_PERSISTENT_UNIQUE_ID","features":[61,62]},{"name":"WPD_EVENT_PARAMETER_OPERATION_PROGRESS","features":[61,62]},{"name":"WPD_EVENT_PARAMETER_OPERATION_STATE","features":[61,62]},{"name":"WPD_EVENT_PARAMETER_PNP_DEVICE_ID","features":[61,62]},{"name":"WPD_EVENT_PARAMETER_SERVICE_METHOD_CONTEXT","features":[61,62]},{"name":"WPD_EVENT_PROPERTIES_V1","features":[61]},{"name":"WPD_EVENT_PROPERTIES_V2","features":[61]},{"name":"WPD_EVENT_SERVICE_METHOD_COMPLETE","features":[61]},{"name":"WPD_EVENT_STORAGE_FORMAT","features":[61]},{"name":"WPD_EXPOSURE_METERING_MODES","features":[61]},{"name":"WPD_EXPOSURE_METERING_MODE_AVERAGE","features":[61]},{"name":"WPD_EXPOSURE_METERING_MODE_CENTER_SPOT","features":[61]},{"name":"WPD_EXPOSURE_METERING_MODE_CENTER_WEIGHTED_AVERAGE","features":[61]},{"name":"WPD_EXPOSURE_METERING_MODE_MULTI_SPOT","features":[61]},{"name":"WPD_EXPOSURE_METERING_MODE_UNDEFINED","features":[61]},{"name":"WPD_EXPOSURE_PROGRAM_MODES","features":[61]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_ACTION","features":[61]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_APERTURE_PRIORITY","features":[61]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_AUTO","features":[61]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_CREATIVE","features":[61]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_MANUAL","features":[61]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_PORTRAIT","features":[61]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_SHUTTER_PRIORITY","features":[61]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_UNDEFINED","features":[61]},{"name":"WPD_FLASH_MODES","features":[61]},{"name":"WPD_FLASH_MODE_AUTO","features":[61]},{"name":"WPD_FLASH_MODE_EXTERNAL_SYNC","features":[61]},{"name":"WPD_FLASH_MODE_FILL","features":[61]},{"name":"WPD_FLASH_MODE_OFF","features":[61]},{"name":"WPD_FLASH_MODE_RED_EYE_AUTO","features":[61]},{"name":"WPD_FLASH_MODE_RED_EYE_FILL","features":[61]},{"name":"WPD_FLASH_MODE_UNDEFINED","features":[61]},{"name":"WPD_FOCUS_AUTOMATIC","features":[61]},{"name":"WPD_FOCUS_AUTOMATIC_MACRO","features":[61]},{"name":"WPD_FOCUS_MANUAL","features":[61]},{"name":"WPD_FOCUS_METERING_MODES","features":[61]},{"name":"WPD_FOCUS_METERING_MODE_CENTER_SPOT","features":[61]},{"name":"WPD_FOCUS_METERING_MODE_MULTI_SPOT","features":[61]},{"name":"WPD_FOCUS_METERING_MODE_UNDEFINED","features":[61]},{"name":"WPD_FOCUS_MODES","features":[61]},{"name":"WPD_FOCUS_UNDEFINED","features":[61]},{"name":"WPD_FOLDER_CONTENT_TYPES_ALLOWED","features":[61,62]},{"name":"WPD_FOLDER_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_FORMAT_ATTRIBUTES_V1","features":[61]},{"name":"WPD_FORMAT_ATTRIBUTE_MIMETYPE","features":[61,62]},{"name":"WPD_FORMAT_ATTRIBUTE_NAME","features":[61,62]},{"name":"WPD_FUNCTIONAL_CATEGORY_ALL","features":[61]},{"name":"WPD_FUNCTIONAL_CATEGORY_AUDIO_CAPTURE","features":[61]},{"name":"WPD_FUNCTIONAL_CATEGORY_DEVICE","features":[61]},{"name":"WPD_FUNCTIONAL_CATEGORY_NETWORK_CONFIGURATION","features":[61]},{"name":"WPD_FUNCTIONAL_CATEGORY_RENDERING_INFORMATION","features":[61]},{"name":"WPD_FUNCTIONAL_CATEGORY_SMS","features":[61]},{"name":"WPD_FUNCTIONAL_CATEGORY_STILL_IMAGE_CAPTURE","features":[61]},{"name":"WPD_FUNCTIONAL_CATEGORY_STORAGE","features":[61]},{"name":"WPD_FUNCTIONAL_CATEGORY_VIDEO_CAPTURE","features":[61]},{"name":"WPD_FUNCTIONAL_OBJECT_CATEGORY","features":[61,62]},{"name":"WPD_FUNCTIONAL_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_IMAGE_BITDEPTH","features":[61,62]},{"name":"WPD_IMAGE_COLOR_CORRECTED_STATUS","features":[61,62]},{"name":"WPD_IMAGE_CROPPED_STATUS","features":[61,62]},{"name":"WPD_IMAGE_EXPOSURE_INDEX","features":[61,62]},{"name":"WPD_IMAGE_EXPOSURE_TIME","features":[61,62]},{"name":"WPD_IMAGE_FNUMBER","features":[61,62]},{"name":"WPD_IMAGE_HORIZONTAL_RESOLUTION","features":[61,62]},{"name":"WPD_IMAGE_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_IMAGE_VERTICAL_RESOLUTION","features":[61,62]},{"name":"WPD_MEDIA_ALBUM_ARTIST","features":[61,62]},{"name":"WPD_MEDIA_ARTIST","features":[61,62]},{"name":"WPD_MEDIA_AUDIO_ENCODING_PROFILE","features":[61,62]},{"name":"WPD_MEDIA_BITRATE_TYPE","features":[61,62]},{"name":"WPD_MEDIA_BUY_NOW","features":[61,62]},{"name":"WPD_MEDIA_BYTE_BOOKMARK","features":[61,62]},{"name":"WPD_MEDIA_COMPOSER","features":[61,62]},{"name":"WPD_MEDIA_COPYRIGHT","features":[61,62]},{"name":"WPD_MEDIA_DESCRIPTION","features":[61,62]},{"name":"WPD_MEDIA_DESTINATION_URL","features":[61,62]},{"name":"WPD_MEDIA_DURATION","features":[61,62]},{"name":"WPD_MEDIA_EFFECTIVE_RATING","features":[61,62]},{"name":"WPD_MEDIA_ENCODING_PROFILE","features":[61,62]},{"name":"WPD_MEDIA_GENRE","features":[61,62]},{"name":"WPD_MEDIA_GUID","features":[61,62]},{"name":"WPD_MEDIA_HEIGHT","features":[61,62]},{"name":"WPD_MEDIA_LAST_ACCESSED_TIME","features":[61,62]},{"name":"WPD_MEDIA_LAST_BUILD_DATE","features":[61,62]},{"name":"WPD_MEDIA_MANAGING_EDITOR","features":[61,62]},{"name":"WPD_MEDIA_META_GENRE","features":[61,62]},{"name":"WPD_MEDIA_OBJECT_BOOKMARK","features":[61,62]},{"name":"WPD_MEDIA_OWNER","features":[61,62]},{"name":"WPD_MEDIA_PARENTAL_RATING","features":[61,62]},{"name":"WPD_MEDIA_PROPERTIES_V1","features":[61]},{"name":"WPD_MEDIA_RELEASE_DATE","features":[61,62]},{"name":"WPD_MEDIA_SAMPLE_RATE","features":[61,62]},{"name":"WPD_MEDIA_SKIP_COUNT","features":[61,62]},{"name":"WPD_MEDIA_SOURCE_URL","features":[61,62]},{"name":"WPD_MEDIA_STAR_RATING","features":[61,62]},{"name":"WPD_MEDIA_SUBSCRIPTION_CONTENT_ID","features":[61,62]},{"name":"WPD_MEDIA_SUB_DESCRIPTION","features":[61,62]},{"name":"WPD_MEDIA_SUB_TITLE","features":[61,62]},{"name":"WPD_MEDIA_TIME_BOOKMARK","features":[61,62]},{"name":"WPD_MEDIA_TIME_TO_LIVE","features":[61,62]},{"name":"WPD_MEDIA_TITLE","features":[61,62]},{"name":"WPD_MEDIA_TOTAL_BITRATE","features":[61,62]},{"name":"WPD_MEDIA_USER_EFFECTIVE_RATING","features":[61,62]},{"name":"WPD_MEDIA_USE_COUNT","features":[61,62]},{"name":"WPD_MEDIA_WEBMASTER","features":[61,62]},{"name":"WPD_MEDIA_WIDTH","features":[61,62]},{"name":"WPD_MEMO_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_META_GENRES","features":[61]},{"name":"WPD_META_GENRE_AUDIO_PODCAST","features":[61]},{"name":"WPD_META_GENRE_FEATURE_FILM_VIDEO_FILE","features":[61]},{"name":"WPD_META_GENRE_GENERIC_MUSIC_AUDIO_FILE","features":[61]},{"name":"WPD_META_GENRE_GENERIC_NON_AUDIO_NON_VIDEO","features":[61]},{"name":"WPD_META_GENRE_GENERIC_NON_MUSIC_AUDIO_FILE","features":[61]},{"name":"WPD_META_GENRE_GENERIC_VIDEO_FILE","features":[61]},{"name":"WPD_META_GENRE_HOME_VIDEO_FILE","features":[61]},{"name":"WPD_META_GENRE_MIXED_PODCAST","features":[61]},{"name":"WPD_META_GENRE_MUSIC_VIDEO_FILE","features":[61]},{"name":"WPD_META_GENRE_NEWS_VIDEO_FILE","features":[61]},{"name":"WPD_META_GENRE_PHOTO_MONTAGE_VIDEO_FILE","features":[61]},{"name":"WPD_META_GENRE_SPOKEN_WORD_AUDIO_BOOK_FILES","features":[61]},{"name":"WPD_META_GENRE_SPOKEN_WORD_FILES_NON_AUDIO_BOOK","features":[61]},{"name":"WPD_META_GENRE_SPOKEN_WORD_NEWS","features":[61]},{"name":"WPD_META_GENRE_SPOKEN_WORD_TALK_SHOWS","features":[61]},{"name":"WPD_META_GENRE_TELEVISION_VIDEO_FILE","features":[61]},{"name":"WPD_META_GENRE_TRAINING_EDUCATIONAL_VIDEO_FILE","features":[61]},{"name":"WPD_META_GENRE_UNUSED","features":[61]},{"name":"WPD_META_GENRE_VIDEO_PODCAST","features":[61]},{"name":"WPD_METHOD_ATTRIBUTES_V1","features":[61]},{"name":"WPD_METHOD_ATTRIBUTE_ACCESS","features":[61,62]},{"name":"WPD_METHOD_ATTRIBUTE_ASSOCIATED_FORMAT","features":[61,62]},{"name":"WPD_METHOD_ATTRIBUTE_NAME","features":[61,62]},{"name":"WPD_METHOD_ATTRIBUTE_PARAMETERS","features":[61,62]},{"name":"WPD_MUSIC_ALBUM","features":[61,62]},{"name":"WPD_MUSIC_LYRICS","features":[61,62]},{"name":"WPD_MUSIC_MOOD","features":[61,62]},{"name":"WPD_MUSIC_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_MUSIC_TRACK","features":[61,62]},{"name":"WPD_NETWORK_ASSOCIATION_HOST_NETWORK_IDENTIFIERS","features":[61,62]},{"name":"WPD_NETWORK_ASSOCIATION_PROPERTIES_V1","features":[61]},{"name":"WPD_NETWORK_ASSOCIATION_X509V3SEQUENCE","features":[61,62]},{"name":"WPD_OBJECT_BACK_REFERENCES","features":[61,62]},{"name":"WPD_OBJECT_CAN_DELETE","features":[61,62]},{"name":"WPD_OBJECT_CONTAINER_FUNCTIONAL_OBJECT_ID","features":[61,62]},{"name":"WPD_OBJECT_CONTENT_TYPE","features":[61,62]},{"name":"WPD_OBJECT_DATE_AUTHORED","features":[61,62]},{"name":"WPD_OBJECT_DATE_CREATED","features":[61,62]},{"name":"WPD_OBJECT_DATE_MODIFIED","features":[61,62]},{"name":"WPD_OBJECT_FORMAT","features":[61,62]},{"name":"WPD_OBJECT_FORMAT_3G2","features":[61]},{"name":"WPD_OBJECT_FORMAT_3G2A","features":[61]},{"name":"WPD_OBJECT_FORMAT_3GP","features":[61]},{"name":"WPD_OBJECT_FORMAT_3GPA","features":[61]},{"name":"WPD_OBJECT_FORMAT_AAC","features":[61]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_CONTACT","features":[61]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_CONTACT_GROUP","features":[61]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_MEDIA_CAST","features":[61]},{"name":"WPD_OBJECT_FORMAT_AIFF","features":[61]},{"name":"WPD_OBJECT_FORMAT_ALL","features":[61]},{"name":"WPD_OBJECT_FORMAT_AMR","features":[61]},{"name":"WPD_OBJECT_FORMAT_ASF","features":[61]},{"name":"WPD_OBJECT_FORMAT_ASXPLAYLIST","features":[61]},{"name":"WPD_OBJECT_FORMAT_ATSCTS","features":[61]},{"name":"WPD_OBJECT_FORMAT_AUDIBLE","features":[61]},{"name":"WPD_OBJECT_FORMAT_AVCHD","features":[61]},{"name":"WPD_OBJECT_FORMAT_AVI","features":[61]},{"name":"WPD_OBJECT_FORMAT_BMP","features":[61]},{"name":"WPD_OBJECT_FORMAT_CIFF","features":[61]},{"name":"WPD_OBJECT_FORMAT_DPOF","features":[61]},{"name":"WPD_OBJECT_FORMAT_DVBTS","features":[61]},{"name":"WPD_OBJECT_FORMAT_EXECUTABLE","features":[61]},{"name":"WPD_OBJECT_FORMAT_EXIF","features":[61]},{"name":"WPD_OBJECT_FORMAT_FLAC","features":[61]},{"name":"WPD_OBJECT_FORMAT_FLASHPIX","features":[61]},{"name":"WPD_OBJECT_FORMAT_GIF","features":[61]},{"name":"WPD_OBJECT_FORMAT_HTML","features":[61]},{"name":"WPD_OBJECT_FORMAT_ICALENDAR","features":[61]},{"name":"WPD_OBJECT_FORMAT_ICON","features":[61]},{"name":"WPD_OBJECT_FORMAT_JFIF","features":[61]},{"name":"WPD_OBJECT_FORMAT_JP2","features":[61]},{"name":"WPD_OBJECT_FORMAT_JPEGXR","features":[61]},{"name":"WPD_OBJECT_FORMAT_JPX","features":[61]},{"name":"WPD_OBJECT_FORMAT_M3UPLAYLIST","features":[61]},{"name":"WPD_OBJECT_FORMAT_M4A","features":[61]},{"name":"WPD_OBJECT_FORMAT_MHT_COMPILED_HTML","features":[61]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_EXCEL","features":[61]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_POWERPOINT","features":[61]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_WFC","features":[61]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_WORD","features":[61]},{"name":"WPD_OBJECT_FORMAT_MKV","features":[61]},{"name":"WPD_OBJECT_FORMAT_MP2","features":[61]},{"name":"WPD_OBJECT_FORMAT_MP3","features":[61]},{"name":"WPD_OBJECT_FORMAT_MP4","features":[61]},{"name":"WPD_OBJECT_FORMAT_MPEG","features":[61]},{"name":"WPD_OBJECT_FORMAT_MPLPLAYLIST","features":[61]},{"name":"WPD_OBJECT_FORMAT_NETWORK_ASSOCIATION","features":[61]},{"name":"WPD_OBJECT_FORMAT_OGG","features":[61]},{"name":"WPD_OBJECT_FORMAT_PCD","features":[61]},{"name":"WPD_OBJECT_FORMAT_PICT","features":[61]},{"name":"WPD_OBJECT_FORMAT_PLSPLAYLIST","features":[61]},{"name":"WPD_OBJECT_FORMAT_PNG","features":[61]},{"name":"WPD_OBJECT_FORMAT_PROPERTIES_ONLY","features":[61]},{"name":"WPD_OBJECT_FORMAT_QCELP","features":[61]},{"name":"WPD_OBJECT_FORMAT_SCRIPT","features":[61]},{"name":"WPD_OBJECT_FORMAT_TEXT","features":[61]},{"name":"WPD_OBJECT_FORMAT_TIFF","features":[61]},{"name":"WPD_OBJECT_FORMAT_TIFFEP","features":[61]},{"name":"WPD_OBJECT_FORMAT_TIFFIT","features":[61]},{"name":"WPD_OBJECT_FORMAT_UNSPECIFIED","features":[61]},{"name":"WPD_OBJECT_FORMAT_VCALENDAR1","features":[61]},{"name":"WPD_OBJECT_FORMAT_VCARD2","features":[61]},{"name":"WPD_OBJECT_FORMAT_VCARD3","features":[61]},{"name":"WPD_OBJECT_FORMAT_WAVE","features":[61]},{"name":"WPD_OBJECT_FORMAT_WBMP","features":[61]},{"name":"WPD_OBJECT_FORMAT_WINDOWSIMAGEFORMAT","features":[61]},{"name":"WPD_OBJECT_FORMAT_WMA","features":[61]},{"name":"WPD_OBJECT_FORMAT_WMV","features":[61]},{"name":"WPD_OBJECT_FORMAT_WPLPLAYLIST","features":[61]},{"name":"WPD_OBJECT_FORMAT_X509V3CERTIFICATE","features":[61]},{"name":"WPD_OBJECT_FORMAT_XML","features":[61]},{"name":"WPD_OBJECT_GENERATE_THUMBNAIL_FROM_RESOURCE","features":[61,62]},{"name":"WPD_OBJECT_HINT_LOCATION_DISPLAY_NAME","features":[61,62]},{"name":"WPD_OBJECT_ID","features":[61,62]},{"name":"WPD_OBJECT_ISHIDDEN","features":[61,62]},{"name":"WPD_OBJECT_ISSYSTEM","features":[61,62]},{"name":"WPD_OBJECT_IS_DRM_PROTECTED","features":[61,62]},{"name":"WPD_OBJECT_KEYWORDS","features":[61,62]},{"name":"WPD_OBJECT_LANGUAGE_LOCALE","features":[61,62]},{"name":"WPD_OBJECT_NAME","features":[61,62]},{"name":"WPD_OBJECT_NON_CONSUMABLE","features":[61,62]},{"name":"WPD_OBJECT_ORIGINAL_FILE_NAME","features":[61,62]},{"name":"WPD_OBJECT_PARENT_ID","features":[61,62]},{"name":"WPD_OBJECT_PERSISTENT_UNIQUE_ID","features":[61,62]},{"name":"WPD_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_OBJECT_PROPERTIES_V2","features":[61]},{"name":"WPD_OBJECT_REFERENCES","features":[61,62]},{"name":"WPD_OBJECT_SIZE","features":[61,62]},{"name":"WPD_OBJECT_SUPPORTED_UNITS","features":[61,62]},{"name":"WPD_OBJECT_SYNC_ID","features":[61,62]},{"name":"WPD_OPERATION_STATES","features":[61]},{"name":"WPD_OPERATION_STATE_ABORTED","features":[61]},{"name":"WPD_OPERATION_STATE_CANCELLED","features":[61]},{"name":"WPD_OPERATION_STATE_FINISHED","features":[61]},{"name":"WPD_OPERATION_STATE_PAUSED","features":[61]},{"name":"WPD_OPERATION_STATE_RUNNING","features":[61]},{"name":"WPD_OPERATION_STATE_STARTED","features":[61]},{"name":"WPD_OPERATION_STATE_UNSPECIFIED","features":[61]},{"name":"WPD_OPTION_OBJECT_MANAGEMENT_RECURSIVE_DELETE_SUPPORTED","features":[61,62]},{"name":"WPD_OPTION_OBJECT_RESOURCES_NO_INPUT_BUFFER_ON_READ","features":[61,62]},{"name":"WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_READ_SUPPORTED","features":[61,62]},{"name":"WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_WRITE_SUPPORTED","features":[61,62]},{"name":"WPD_OPTION_SMS_BINARY_MESSAGE_SUPPORTED","features":[61,62]},{"name":"WPD_OPTION_VALID_OBJECT_IDS","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTES_V1","features":[61]},{"name":"WPD_PARAMETER_ATTRIBUTE_DEFAULT_VALUE","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_ENUMERATION_ELEMENTS","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_ENUMERATION","features":[61]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_OBJECT_IDENTIFIER","features":[61]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_RANGE","features":[61]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_REGULAR_EXPRESSION","features":[61]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_UNSPECIFIED","features":[61]},{"name":"WPD_PARAMETER_ATTRIBUTE_MAX_SIZE","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_NAME","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_ORDER","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_MAX","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_MIN","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_STEP","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_REGULAR_EXPRESSION","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_USAGE","features":[61,62]},{"name":"WPD_PARAMETER_ATTRIBUTE_VARTYPE","features":[61,62]},{"name":"WPD_PARAMETER_USAGE_IN","features":[61]},{"name":"WPD_PARAMETER_USAGE_INOUT","features":[61]},{"name":"WPD_PARAMETER_USAGE_OUT","features":[61]},{"name":"WPD_PARAMETER_USAGE_RETURN","features":[61]},{"name":"WPD_PARAMETER_USAGE_TYPES","features":[61]},{"name":"WPD_POWER_SOURCES","features":[61]},{"name":"WPD_POWER_SOURCE_BATTERY","features":[61]},{"name":"WPD_POWER_SOURCE_EXTERNAL","features":[61]},{"name":"WPD_PROPERTIES_MTP_VENDOR_EXTENDED_DEVICE_PROPS","features":[61]},{"name":"WPD_PROPERTIES_MTP_VENDOR_EXTENDED_OBJECT_PROPS","features":[61]},{"name":"WPD_PROPERTY_ATTRIBUTES_V1","features":[61]},{"name":"WPD_PROPERTY_ATTRIBUTES_V2","features":[61]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_DELETE","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_READ","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_WRITE","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_DEFAULT_VALUE","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_ENUMERATION_ELEMENTS","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_FAST_PROPERTY","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_ENUMERATION","features":[61]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_OBJECT_IDENTIFIER","features":[61]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_RANGE","features":[61]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_REGULAR_EXPRESSION","features":[61]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_UNSPECIFIED","features":[61]},{"name":"WPD_PROPERTY_ATTRIBUTE_MAX_SIZE","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_NAME","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_MAX","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_MIN","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_STEP","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_REGULAR_EXPRESSION","features":[61,62]},{"name":"WPD_PROPERTY_ATTRIBUTE_VARTYPE","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_COMMAND","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_COMMAND_OPTIONS","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_CONTENT_TYPE","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_CONTENT_TYPES","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_EVENT","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_EVENT_OPTIONS","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_FORMAT","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_FORMATS","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORIES","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORY","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_OBJECTS","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_PROPERTY_ATTRIBUTES","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_PROPERTY_KEYS","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_SUPPORTED_COMMANDS","features":[61,62]},{"name":"WPD_PROPERTY_CAPABILITIES_SUPPORTED_EVENTS","features":[61,62]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_VALUES","features":[61,62]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_WRITE_RESULTS","features":[61,62]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_INTERFACES","features":[61,62]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_OBJECT_ID","features":[61,62]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_REGISTRATION_RESULTS","features":[61,62]},{"name":"WPD_PROPERTY_COMMON_ACTIVITY_ID","features":[61,62]},{"name":"WPD_PROPERTY_COMMON_CLIENT_INFORMATION","features":[61,62]},{"name":"WPD_PROPERTY_COMMON_CLIENT_INFORMATION_CONTEXT","features":[61,62]},{"name":"WPD_PROPERTY_COMMON_COMMAND_CATEGORY","features":[61,62]},{"name":"WPD_PROPERTY_COMMON_COMMAND_ID","features":[61,62]},{"name":"WPD_PROPERTY_COMMON_COMMAND_TARGET","features":[61,62]},{"name":"WPD_PROPERTY_COMMON_DRIVER_ERROR_CODE","features":[61,62]},{"name":"WPD_PROPERTY_COMMON_HRESULT","features":[61,62]},{"name":"WPD_PROPERTY_COMMON_OBJECT_IDS","features":[61,62]},{"name":"WPD_PROPERTY_COMMON_PERSISTENT_UNIQUE_IDS","features":[61,62]},{"name":"WPD_PROPERTY_DEVICE_HINTS_CONTENT_LOCATIONS","features":[61,62]},{"name":"WPD_PROPERTY_DEVICE_HINTS_CONTENT_TYPE","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_EVENT_PARAMS","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_OPERATION_CODE","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_OPERATION_PARAMS","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_RESPONSE_CODE","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_RESPONSE_PARAMS","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_CONTEXT","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_DATA","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_READ","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_READ","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_WRITE","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_WRITTEN","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_TOTAL_DATA_SIZE","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_VENDOR_EXTENSION_DESCRIPTION","features":[61,62]},{"name":"WPD_PROPERTY_MTP_EXT_VENDOR_OPERATION_CODES","features":[61,62]},{"name":"WPD_PROPERTY_NULL","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_CONTEXT","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_FILTER","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_NUM_OBJECTS_REQUESTED","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_OBJECT_IDS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_PARENT_ID","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_CONTEXT","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_COPY_RESULTS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_CREATION_PROPERTIES","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DATA","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_OPTIONS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_RESULTS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DESTINATION_FOLDER_OBJECT_ID","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_MOVE_RESULTS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_TO_WRITE","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_WRITTEN","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_FORMAT","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_ID","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_IDS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_PROPERTY_KEYS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_UPDATE_PROPERTIES","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_CONTEXT","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_DEPTH","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_FORMAT","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_IDS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PARENT_OBJECT_ID","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PROPERTY_KEYS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_VALUES","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_WRITE_RESULTS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_OBJECT_ID","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_ATTRIBUTES","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_DELETE_RESULTS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_KEYS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_VALUES","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_WRITE_RESULTS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_ACCESS_MODE","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_CONTEXT","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_DATA","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_READ","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_READ","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_WRITE","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_WRITTEN","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_OBJECT_ID","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_POSITION_FROM_START","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_ATTRIBUTES","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_KEYS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SEEK_OFFSET","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SEEK_ORIGIN_FLAG","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_STREAM_UNITS","features":[61,62]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SUPPORTS_UNITS","features":[61,62]},{"name":"WPD_PROPERTY_PUBLIC_KEY","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND_OPTIONS","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT_ATTRIBUTES","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMATS","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT_ATTRIBUTES","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITANCE_TYPE","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITED_SERVICES","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD_ATTRIBUTES","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER_ATTRIBUTES","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_ATTRIBUTES","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_KEYS","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_RENDERING_PROFILES","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_COMMANDS","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_EVENTS","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_METHODS","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_METHOD","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_METHOD_CONTEXT","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_METHOD_HRESULT","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_METHOD_PARAMETER_VALUES","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_METHOD_RESULT_VALUES","features":[61,62]},{"name":"WPD_PROPERTY_SERVICE_OBJECT_ID","features":[61,62]},{"name":"WPD_PROPERTY_SMS_BINARY_MESSAGE","features":[61,62]},{"name":"WPD_PROPERTY_SMS_MESSAGE_TYPE","features":[61,62]},{"name":"WPD_PROPERTY_SMS_RECIPIENT","features":[61,62]},{"name":"WPD_PROPERTY_SMS_TEXT_MESSAGE","features":[61,62]},{"name":"WPD_PROPERTY_STORAGE_DESTINATION_OBJECT_ID","features":[61,62]},{"name":"WPD_PROPERTY_STORAGE_OBJECT_ID","features":[61,62]},{"name":"WPD_RENDERING_INFORMATION_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_RENDERING_INFORMATION_PROFILES","features":[61,62]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_CREATABLE_RESOURCES","features":[61,62]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE","features":[61,62]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES","features":[61]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECT","features":[61]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCE","features":[61]},{"name":"WPD_RESOURCE_ALBUM_ART","features":[61,62]},{"name":"WPD_RESOURCE_ATTRIBUTES_V1","features":[61]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_DELETE","features":[61,62]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_READ","features":[61,62]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_WRITE","features":[61,62]},{"name":"WPD_RESOURCE_ATTRIBUTE_FORMAT","features":[61,62]},{"name":"WPD_RESOURCE_ATTRIBUTE_OPTIMAL_READ_BUFFER_SIZE","features":[61,62]},{"name":"WPD_RESOURCE_ATTRIBUTE_OPTIMAL_WRITE_BUFFER_SIZE","features":[61,62]},{"name":"WPD_RESOURCE_ATTRIBUTE_RESOURCE_KEY","features":[61,62]},{"name":"WPD_RESOURCE_ATTRIBUTE_TOTAL_SIZE","features":[61,62]},{"name":"WPD_RESOURCE_AUDIO_CLIP","features":[61,62]},{"name":"WPD_RESOURCE_BRANDING_ART","features":[61,62]},{"name":"WPD_RESOURCE_CONTACT_PHOTO","features":[61,62]},{"name":"WPD_RESOURCE_DEFAULT","features":[61,62]},{"name":"WPD_RESOURCE_GENERIC","features":[61,62]},{"name":"WPD_RESOURCE_ICON","features":[61,62]},{"name":"WPD_RESOURCE_THUMBNAIL","features":[61,62]},{"name":"WPD_RESOURCE_VIDEO_CLIP","features":[61,62]},{"name":"WPD_SECTION_DATA_LENGTH","features":[61,62]},{"name":"WPD_SECTION_DATA_OFFSET","features":[61,62]},{"name":"WPD_SECTION_DATA_REFERENCED_OBJECT_RESOURCE","features":[61,62]},{"name":"WPD_SECTION_DATA_UNITS","features":[61,62]},{"name":"WPD_SECTION_DATA_UNITS_BYTES","features":[61]},{"name":"WPD_SECTION_DATA_UNITS_MILLISECONDS","features":[61]},{"name":"WPD_SECTION_DATA_UNITS_VALUES","features":[61]},{"name":"WPD_SECTION_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_SERVICE_INHERITANCE_IMPLEMENTATION","features":[61]},{"name":"WPD_SERVICE_INHERITANCE_TYPES","features":[61]},{"name":"WPD_SERVICE_PROPERTIES_V1","features":[61]},{"name":"WPD_SERVICE_VERSION","features":[61,62]},{"name":"WPD_SMS_ENCODING","features":[61,62]},{"name":"WPD_SMS_ENCODING_TYPES","features":[61]},{"name":"WPD_SMS_MAX_PAYLOAD","features":[61,62]},{"name":"WPD_SMS_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_SMS_PROVIDER","features":[61,62]},{"name":"WPD_SMS_TIMEOUT","features":[61,62]},{"name":"WPD_STILL_IMAGE_ARTIST","features":[61,62]},{"name":"WPD_STILL_IMAGE_BURST_INTERVAL","features":[61,62]},{"name":"WPD_STILL_IMAGE_BURST_NUMBER","features":[61,62]},{"name":"WPD_STILL_IMAGE_CAMERA_MANUFACTURER","features":[61,62]},{"name":"WPD_STILL_IMAGE_CAMERA_MODEL","features":[61,62]},{"name":"WPD_STILL_IMAGE_CAPTURE_DELAY","features":[61,62]},{"name":"WPD_STILL_IMAGE_CAPTURE_FORMAT","features":[61,62]},{"name":"WPD_STILL_IMAGE_CAPTURE_MODE","features":[61,62]},{"name":"WPD_STILL_IMAGE_CAPTURE_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_STILL_IMAGE_CAPTURE_RESOLUTION","features":[61,62]},{"name":"WPD_STILL_IMAGE_COMPRESSION_SETTING","features":[61,62]},{"name":"WPD_STILL_IMAGE_CONTRAST","features":[61,62]},{"name":"WPD_STILL_IMAGE_DIGITAL_ZOOM","features":[61,62]},{"name":"WPD_STILL_IMAGE_EFFECT_MODE","features":[61,62]},{"name":"WPD_STILL_IMAGE_EXPOSURE_BIAS_COMPENSATION","features":[61,62]},{"name":"WPD_STILL_IMAGE_EXPOSURE_INDEX","features":[61,62]},{"name":"WPD_STILL_IMAGE_EXPOSURE_METERING_MODE","features":[61,62]},{"name":"WPD_STILL_IMAGE_EXPOSURE_PROGRAM_MODE","features":[61,62]},{"name":"WPD_STILL_IMAGE_EXPOSURE_TIME","features":[61,62]},{"name":"WPD_STILL_IMAGE_FLASH_MODE","features":[61,62]},{"name":"WPD_STILL_IMAGE_FNUMBER","features":[61,62]},{"name":"WPD_STILL_IMAGE_FOCAL_LENGTH","features":[61,62]},{"name":"WPD_STILL_IMAGE_FOCUS_DISTANCE","features":[61,62]},{"name":"WPD_STILL_IMAGE_FOCUS_METERING_MODE","features":[61,62]},{"name":"WPD_STILL_IMAGE_FOCUS_MODE","features":[61,62]},{"name":"WPD_STILL_IMAGE_RGB_GAIN","features":[61,62]},{"name":"WPD_STILL_IMAGE_SHARPNESS","features":[61,62]},{"name":"WPD_STILL_IMAGE_TIMELAPSE_INTERVAL","features":[61,62]},{"name":"WPD_STILL_IMAGE_TIMELAPSE_NUMBER","features":[61,62]},{"name":"WPD_STILL_IMAGE_UPLOAD_URL","features":[61,62]},{"name":"WPD_STILL_IMAGE_WHITE_BALANCE","features":[61,62]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY","features":[61,62]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READWRITE","features":[61]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITHOUT_OBJECT_DELETION","features":[61]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITH_OBJECT_DELETION","features":[61]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_VALUES","features":[61]},{"name":"WPD_STORAGE_CAPACITY","features":[61,62]},{"name":"WPD_STORAGE_CAPACITY_IN_OBJECTS","features":[61,62]},{"name":"WPD_STORAGE_DESCRIPTION","features":[61,62]},{"name":"WPD_STORAGE_FILE_SYSTEM_TYPE","features":[61,62]},{"name":"WPD_STORAGE_FREE_SPACE_IN_BYTES","features":[61,62]},{"name":"WPD_STORAGE_FREE_SPACE_IN_OBJECTS","features":[61,62]},{"name":"WPD_STORAGE_MAX_OBJECT_SIZE","features":[61,62]},{"name":"WPD_STORAGE_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_STORAGE_SERIAL_NUMBER","features":[61,62]},{"name":"WPD_STORAGE_TYPE","features":[61,62]},{"name":"WPD_STORAGE_TYPE_FIXED_RAM","features":[61]},{"name":"WPD_STORAGE_TYPE_FIXED_ROM","features":[61]},{"name":"WPD_STORAGE_TYPE_REMOVABLE_RAM","features":[61]},{"name":"WPD_STORAGE_TYPE_REMOVABLE_ROM","features":[61]},{"name":"WPD_STORAGE_TYPE_UNDEFINED","features":[61]},{"name":"WPD_STORAGE_TYPE_VALUES","features":[61]},{"name":"WPD_STREAM_UNITS","features":[61]},{"name":"WPD_STREAM_UNITS_BYTES","features":[61]},{"name":"WPD_STREAM_UNITS_FRAMES","features":[61]},{"name":"WPD_STREAM_UNITS_MICROSECONDS","features":[61]},{"name":"WPD_STREAM_UNITS_MILLISECONDS","features":[61]},{"name":"WPD_STREAM_UNITS_ROWS","features":[61]},{"name":"WPD_TASK_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_TASK_OWNER","features":[61,62]},{"name":"WPD_TASK_PERCENT_COMPLETE","features":[61,62]},{"name":"WPD_TASK_REMINDER_DATE","features":[61,62]},{"name":"WPD_TASK_STATUS","features":[61,62]},{"name":"WPD_VIDEO_AUTHOR","features":[61,62]},{"name":"WPD_VIDEO_BITRATE","features":[61,62]},{"name":"WPD_VIDEO_BUFFER_SIZE","features":[61,62]},{"name":"WPD_VIDEO_CREDITS","features":[61,62]},{"name":"WPD_VIDEO_FOURCC_CODE","features":[61,62]},{"name":"WPD_VIDEO_FRAMERATE","features":[61,62]},{"name":"WPD_VIDEO_KEY_FRAME_DISTANCE","features":[61,62]},{"name":"WPD_VIDEO_OBJECT_PROPERTIES_V1","features":[61]},{"name":"WPD_VIDEO_QUALITY_SETTING","features":[61,62]},{"name":"WPD_VIDEO_RECORDEDTV_CHANNEL_NUMBER","features":[61,62]},{"name":"WPD_VIDEO_RECORDEDTV_REPEAT","features":[61,62]},{"name":"WPD_VIDEO_RECORDEDTV_STATION_NAME","features":[61,62]},{"name":"WPD_VIDEO_SCAN_TYPE","features":[61,62]},{"name":"WPD_VIDEO_SCAN_TYPES","features":[61]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_LOWER_FIRST","features":[61]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_UPPER_FIRST","features":[61]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_LOWER_FIRST","features":[61]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_UPPER_FIRST","features":[61]},{"name":"WPD_VIDEO_SCAN_TYPE_MIXED_INTERLACE","features":[61]},{"name":"WPD_VIDEO_SCAN_TYPE_MIXED_INTERLACE_AND_PROGRESSIVE","features":[61]},{"name":"WPD_VIDEO_SCAN_TYPE_PROGRESSIVE","features":[61]},{"name":"WPD_VIDEO_SCAN_TYPE_UNUSED","features":[61]},{"name":"WPD_WHITE_BALANCE_AUTOMATIC","features":[61]},{"name":"WPD_WHITE_BALANCE_DAYLIGHT","features":[61]},{"name":"WPD_WHITE_BALANCE_FLASH","features":[61]},{"name":"WPD_WHITE_BALANCE_FLORESCENT","features":[61]},{"name":"WPD_WHITE_BALANCE_MANUAL","features":[61]},{"name":"WPD_WHITE_BALANCE_ONE_PUSH_AUTOMATIC","features":[61]},{"name":"WPD_WHITE_BALANCE_SETTINGS","features":[61]},{"name":"WPD_WHITE_BALANCE_TUNGSTEN","features":[61]},{"name":"WPD_WHITE_BALANCE_UNDEFINED","features":[61]},{"name":"WpdAttributeForm","features":[61]},{"name":"WpdParameterAttributeForm","features":[61]},{"name":"WpdSerializer","features":[61]}],"385":[{"name":"DEVPKEY_DevQuery_ObjectType","features":[1]},{"name":"DEVPKEY_DeviceClass_Characteristics","features":[1]},{"name":"DEVPKEY_DeviceClass_ClassCoInstallers","features":[1]},{"name":"DEVPKEY_DeviceClass_ClassInstaller","features":[1]},{"name":"DEVPKEY_DeviceClass_ClassName","features":[1]},{"name":"DEVPKEY_DeviceClass_DHPRebalanceOptOut","features":[1]},{"name":"DEVPKEY_DeviceClass_DefaultService","features":[1]},{"name":"DEVPKEY_DeviceClass_DevType","features":[1]},{"name":"DEVPKEY_DeviceClass_Exclusive","features":[1]},{"name":"DEVPKEY_DeviceClass_Icon","features":[1]},{"name":"DEVPKEY_DeviceClass_IconPath","features":[1]},{"name":"DEVPKEY_DeviceClass_LowerFilters","features":[1]},{"name":"DEVPKEY_DeviceClass_Name","features":[1]},{"name":"DEVPKEY_DeviceClass_NoDisplayClass","features":[1]},{"name":"DEVPKEY_DeviceClass_NoInstallClass","features":[1]},{"name":"DEVPKEY_DeviceClass_NoUseClass","features":[1]},{"name":"DEVPKEY_DeviceClass_PropPageProvider","features":[1]},{"name":"DEVPKEY_DeviceClass_Security","features":[1]},{"name":"DEVPKEY_DeviceClass_SecuritySDS","features":[1]},{"name":"DEVPKEY_DeviceClass_SilentInstall","features":[1]},{"name":"DEVPKEY_DeviceClass_UpperFilters","features":[1]},{"name":"DEVPKEY_DeviceContainer_Address","features":[1]},{"name":"DEVPKEY_DeviceContainer_AlwaysShowDeviceAsConnected","features":[1]},{"name":"DEVPKEY_DeviceContainer_AssociationArray","features":[1]},{"name":"DEVPKEY_DeviceContainer_BaselineExperienceId","features":[1]},{"name":"DEVPKEY_DeviceContainer_Category","features":[1]},{"name":"DEVPKEY_DeviceContainer_CategoryGroup_Desc","features":[1]},{"name":"DEVPKEY_DeviceContainer_CategoryGroup_Icon","features":[1]},{"name":"DEVPKEY_DeviceContainer_Category_Desc_Plural","features":[1]},{"name":"DEVPKEY_DeviceContainer_Category_Desc_Singular","features":[1]},{"name":"DEVPKEY_DeviceContainer_Category_Icon","features":[1]},{"name":"DEVPKEY_DeviceContainer_ConfigFlags","features":[1]},{"name":"DEVPKEY_DeviceContainer_CustomPrivilegedPackageFamilyNames","features":[1]},{"name":"DEVPKEY_DeviceContainer_DeviceDescription1","features":[1]},{"name":"DEVPKEY_DeviceContainer_DeviceDescription2","features":[1]},{"name":"DEVPKEY_DeviceContainer_DeviceFunctionSubRank","features":[1]},{"name":"DEVPKEY_DeviceContainer_DiscoveryMethod","features":[1]},{"name":"DEVPKEY_DeviceContainer_ExperienceId","features":[1]},{"name":"DEVPKEY_DeviceContainer_FriendlyName","features":[1]},{"name":"DEVPKEY_DeviceContainer_HasProblem","features":[1]},{"name":"DEVPKEY_DeviceContainer_Icon","features":[1]},{"name":"DEVPKEY_DeviceContainer_InstallInProgress","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsAuthenticated","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsConnected","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsDefaultDevice","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsDeviceUniquelyIdentifiable","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsEncrypted","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsLocalMachine","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsMetadataSearchInProgress","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsNetworkDevice","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsNotInterestingForDisplay","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsPaired","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsRebootRequired","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsSharedDevice","features":[1]},{"name":"DEVPKEY_DeviceContainer_IsShowInDisconnectedState","features":[1]},{"name":"DEVPKEY_DeviceContainer_Last_Connected","features":[1]},{"name":"DEVPKEY_DeviceContainer_Last_Seen","features":[1]},{"name":"DEVPKEY_DeviceContainer_LaunchDeviceStageFromExplorer","features":[1]},{"name":"DEVPKEY_DeviceContainer_LaunchDeviceStageOnDeviceConnect","features":[1]},{"name":"DEVPKEY_DeviceContainer_Manufacturer","features":[1]},{"name":"DEVPKEY_DeviceContainer_MetadataCabinet","features":[1]},{"name":"DEVPKEY_DeviceContainer_MetadataChecksum","features":[1]},{"name":"DEVPKEY_DeviceContainer_MetadataPath","features":[1]},{"name":"DEVPKEY_DeviceContainer_ModelName","features":[1]},{"name":"DEVPKEY_DeviceContainer_ModelNumber","features":[1]},{"name":"DEVPKEY_DeviceContainer_PrimaryCategory","features":[1]},{"name":"DEVPKEY_DeviceContainer_PrivilegedPackageFamilyNames","features":[1]},{"name":"DEVPKEY_DeviceContainer_RequiresPairingElevation","features":[1]},{"name":"DEVPKEY_DeviceContainer_RequiresUninstallElevation","features":[1]},{"name":"DEVPKEY_DeviceContainer_UnpairUninstall","features":[1]},{"name":"DEVPKEY_DeviceContainer_Version","features":[1]},{"name":"DEVPKEY_DeviceInterfaceClass_DefaultInterface","features":[1]},{"name":"DEVPKEY_DeviceInterfaceClass_Name","features":[1]},{"name":"DEVPKEY_DeviceInterface_Autoplay_Silent","features":[1]},{"name":"DEVPKEY_DeviceInterface_ClassGuid","features":[1]},{"name":"DEVPKEY_DeviceInterface_Enabled","features":[1]},{"name":"DEVPKEY_DeviceInterface_FriendlyName","features":[1]},{"name":"DEVPKEY_DeviceInterface_ReferenceString","features":[1]},{"name":"DEVPKEY_DeviceInterface_Restricted","features":[1]},{"name":"DEVPKEY_DeviceInterface_SchematicName","features":[1]},{"name":"DEVPKEY_DeviceInterface_UnrestrictedAppCapabilities","features":[1]},{"name":"DEVPKEY_Device_AdditionalSoftwareRequested","features":[1]},{"name":"DEVPKEY_Device_Address","features":[1]},{"name":"DEVPKEY_Device_AssignedToGuest","features":[1]},{"name":"DEVPKEY_Device_BaseContainerId","features":[1]},{"name":"DEVPKEY_Device_BiosDeviceName","features":[1]},{"name":"DEVPKEY_Device_BusNumber","features":[1]},{"name":"DEVPKEY_Device_BusRelations","features":[1]},{"name":"DEVPKEY_Device_BusReportedDeviceDesc","features":[1]},{"name":"DEVPKEY_Device_BusTypeGuid","features":[1]},{"name":"DEVPKEY_Device_Capabilities","features":[1]},{"name":"DEVPKEY_Device_Characteristics","features":[1]},{"name":"DEVPKEY_Device_Children","features":[1]},{"name":"DEVPKEY_Device_Class","features":[1]},{"name":"DEVPKEY_Device_ClassGuid","features":[1]},{"name":"DEVPKEY_Device_CompanionApps","features":[1]},{"name":"DEVPKEY_Device_CompatibleIds","features":[1]},{"name":"DEVPKEY_Device_ConfigFlags","features":[1]},{"name":"DEVPKEY_Device_ConfigurationId","features":[1]},{"name":"DEVPKEY_Device_ContainerId","features":[1]},{"name":"DEVPKEY_Device_CreatorProcessId","features":[1]},{"name":"DEVPKEY_Device_DHP_Rebalance_Policy","features":[1]},{"name":"DEVPKEY_Device_DebuggerSafe","features":[1]},{"name":"DEVPKEY_Device_DependencyDependents","features":[1]},{"name":"DEVPKEY_Device_DependencyProviders","features":[1]},{"name":"DEVPKEY_Device_DevNodeStatus","features":[1]},{"name":"DEVPKEY_Device_DevType","features":[1]},{"name":"DEVPKEY_Device_DeviceDesc","features":[1]},{"name":"DEVPKEY_Device_Driver","features":[1]},{"name":"DEVPKEY_Device_DriverCoInstallers","features":[1]},{"name":"DEVPKEY_Device_DriverDate","features":[1]},{"name":"DEVPKEY_Device_DriverDesc","features":[1]},{"name":"DEVPKEY_Device_DriverInfPath","features":[1]},{"name":"DEVPKEY_Device_DriverInfSection","features":[1]},{"name":"DEVPKEY_Device_DriverInfSectionExt","features":[1]},{"name":"DEVPKEY_Device_DriverLogoLevel","features":[1]},{"name":"DEVPKEY_Device_DriverProblemDesc","features":[1]},{"name":"DEVPKEY_Device_DriverPropPageProvider","features":[1]},{"name":"DEVPKEY_Device_DriverProvider","features":[1]},{"name":"DEVPKEY_Device_DriverRank","features":[1]},{"name":"DEVPKEY_Device_DriverVersion","features":[1]},{"name":"DEVPKEY_Device_EjectionRelations","features":[1]},{"name":"DEVPKEY_Device_EnumeratorName","features":[1]},{"name":"DEVPKEY_Device_Exclusive","features":[1]},{"name":"DEVPKEY_Device_ExtendedAddress","features":[1]},{"name":"DEVPKEY_Device_ExtendedConfigurationIds","features":[1]},{"name":"DEVPKEY_Device_FirmwareDate","features":[1]},{"name":"DEVPKEY_Device_FirmwareRevision","features":[1]},{"name":"DEVPKEY_Device_FirmwareVendor","features":[1]},{"name":"DEVPKEY_Device_FirmwareVersion","features":[1]},{"name":"DEVPKEY_Device_FirstInstallDate","features":[1]},{"name":"DEVPKEY_Device_FriendlyName","features":[1]},{"name":"DEVPKEY_Device_FriendlyNameAttributes","features":[1]},{"name":"DEVPKEY_Device_GenericDriverInstalled","features":[1]},{"name":"DEVPKEY_Device_HardwareIds","features":[1]},{"name":"DEVPKEY_Device_HasProblem","features":[1]},{"name":"DEVPKEY_Device_InLocalMachineContainer","features":[1]},{"name":"DEVPKEY_Device_InstallDate","features":[1]},{"name":"DEVPKEY_Device_InstallState","features":[1]},{"name":"DEVPKEY_Device_InstanceId","features":[1]},{"name":"DEVPKEY_Device_IsAssociateableByUserAction","features":[1]},{"name":"DEVPKEY_Device_IsPresent","features":[1]},{"name":"DEVPKEY_Device_IsRebootRequired","features":[1]},{"name":"DEVPKEY_Device_LastArrivalDate","features":[1]},{"name":"DEVPKEY_Device_LastRemovalDate","features":[1]},{"name":"DEVPKEY_Device_Legacy","features":[1]},{"name":"DEVPKEY_Device_LegacyBusType","features":[1]},{"name":"DEVPKEY_Device_LocationInfo","features":[1]},{"name":"DEVPKEY_Device_LocationPaths","features":[1]},{"name":"DEVPKEY_Device_LowerFilters","features":[1]},{"name":"DEVPKEY_Device_Manufacturer","features":[1]},{"name":"DEVPKEY_Device_ManufacturerAttributes","features":[1]},{"name":"DEVPKEY_Device_MatchingDeviceId","features":[1]},{"name":"DEVPKEY_Device_Model","features":[1]},{"name":"DEVPKEY_Device_ModelId","features":[1]},{"name":"DEVPKEY_Device_NoConnectSound","features":[1]},{"name":"DEVPKEY_Device_Numa_Node","features":[1]},{"name":"DEVPKEY_Device_Numa_Proximity_Domain","features":[1]},{"name":"DEVPKEY_Device_PDOName","features":[1]},{"name":"DEVPKEY_Device_Parent","features":[1]},{"name":"DEVPKEY_Device_PhysicalDeviceLocation","features":[1]},{"name":"DEVPKEY_Device_PostInstallInProgress","features":[1]},{"name":"DEVPKEY_Device_PowerData","features":[1]},{"name":"DEVPKEY_Device_PowerRelations","features":[1]},{"name":"DEVPKEY_Device_PresenceNotForDevice","features":[1]},{"name":"DEVPKEY_Device_PrimaryCompanionApp","features":[1]},{"name":"DEVPKEY_Device_ProblemCode","features":[1]},{"name":"DEVPKEY_Device_ProblemStatus","features":[1]},{"name":"DEVPKEY_Device_RemovalPolicy","features":[1]},{"name":"DEVPKEY_Device_RemovalPolicyDefault","features":[1]},{"name":"DEVPKEY_Device_RemovalPolicyOverride","features":[1]},{"name":"DEVPKEY_Device_RemovalRelations","features":[1]},{"name":"DEVPKEY_Device_Reported","features":[1]},{"name":"DEVPKEY_Device_ReportedDeviceIdsHash","features":[1]},{"name":"DEVPKEY_Device_ResourcePickerExceptions","features":[1]},{"name":"DEVPKEY_Device_ResourcePickerTags","features":[1]},{"name":"DEVPKEY_Device_SafeRemovalRequired","features":[1]},{"name":"DEVPKEY_Device_SafeRemovalRequiredOverride","features":[1]},{"name":"DEVPKEY_Device_Security","features":[1]},{"name":"DEVPKEY_Device_SecuritySDS","features":[1]},{"name":"DEVPKEY_Device_Service","features":[1]},{"name":"DEVPKEY_Device_SessionId","features":[1]},{"name":"DEVPKEY_Device_ShowInUninstallUI","features":[1]},{"name":"DEVPKEY_Device_Siblings","features":[1]},{"name":"DEVPKEY_Device_SignalStrength","features":[1]},{"name":"DEVPKEY_Device_SoftRestartSupported","features":[1]},{"name":"DEVPKEY_Device_Stack","features":[1]},{"name":"DEVPKEY_Device_TransportRelations","features":[1]},{"name":"DEVPKEY_Device_UINumber","features":[1]},{"name":"DEVPKEY_Device_UINumberDescFormat","features":[1]},{"name":"DEVPKEY_Device_UpperFilters","features":[1]},{"name":"DEVPKEY_DrvPkg_BrandingIcon","features":[1]},{"name":"DEVPKEY_DrvPkg_DetailedDescription","features":[1]},{"name":"DEVPKEY_DrvPkg_DocumentationLink","features":[1]},{"name":"DEVPKEY_DrvPkg_Icon","features":[1]},{"name":"DEVPKEY_DrvPkg_Model","features":[1]},{"name":"DEVPKEY_DrvPkg_VendorWebSite","features":[1]},{"name":"DEVPKEY_NAME","features":[1]},{"name":"DEVPROPCOMPKEY","features":[1]},{"name":"DEVPROPERTY","features":[1]},{"name":"DEVPROPID_FIRST_USABLE","features":[1]},{"name":"DEVPROPKEY","features":[1]},{"name":"DEVPROPSTORE","features":[1]},{"name":"DEVPROPTYPE","features":[1]},{"name":"DEVPROP_BOOLEAN","features":[1]},{"name":"DEVPROP_FALSE","features":[1]},{"name":"DEVPROP_MASK_TYPE","features":[1]},{"name":"DEVPROP_MASK_TYPEMOD","features":[1]},{"name":"DEVPROP_STORE_SYSTEM","features":[1]},{"name":"DEVPROP_STORE_USER","features":[1]},{"name":"DEVPROP_TRUE","features":[1]},{"name":"DEVPROP_TYPEMOD_ARRAY","features":[1]},{"name":"DEVPROP_TYPEMOD_LIST","features":[1]},{"name":"DEVPROP_TYPE_BINARY","features":[1]},{"name":"DEVPROP_TYPE_BOOLEAN","features":[1]},{"name":"DEVPROP_TYPE_BYTE","features":[1]},{"name":"DEVPROP_TYPE_CURRENCY","features":[1]},{"name":"DEVPROP_TYPE_DATE","features":[1]},{"name":"DEVPROP_TYPE_DECIMAL","features":[1]},{"name":"DEVPROP_TYPE_DEVPROPKEY","features":[1]},{"name":"DEVPROP_TYPE_DEVPROPTYPE","features":[1]},{"name":"DEVPROP_TYPE_DOUBLE","features":[1]},{"name":"DEVPROP_TYPE_EMPTY","features":[1]},{"name":"DEVPROP_TYPE_ERROR","features":[1]},{"name":"DEVPROP_TYPE_FILETIME","features":[1]},{"name":"DEVPROP_TYPE_FLOAT","features":[1]},{"name":"DEVPROP_TYPE_GUID","features":[1]},{"name":"DEVPROP_TYPE_INT16","features":[1]},{"name":"DEVPROP_TYPE_INT32","features":[1]},{"name":"DEVPROP_TYPE_INT64","features":[1]},{"name":"DEVPROP_TYPE_NTSTATUS","features":[1]},{"name":"DEVPROP_TYPE_NULL","features":[1]},{"name":"DEVPROP_TYPE_SBYTE","features":[1]},{"name":"DEVPROP_TYPE_SECURITY_DESCRIPTOR","features":[1]},{"name":"DEVPROP_TYPE_SECURITY_DESCRIPTOR_STRING","features":[1]},{"name":"DEVPROP_TYPE_STRING","features":[1]},{"name":"DEVPROP_TYPE_STRING_INDIRECT","features":[1]},{"name":"DEVPROP_TYPE_STRING_LIST","features":[1]},{"name":"DEVPROP_TYPE_UINT16","features":[1]},{"name":"DEVPROP_TYPE_UINT32","features":[1]},{"name":"DEVPROP_TYPE_UINT64","features":[1]},{"name":"MAX_DEVPROP_TYPE","features":[1]},{"name":"MAX_DEVPROP_TYPEMOD","features":[1]}],"386":[{"name":"GUID_DEVINTERFACE_PWM_CONTROLLER","features":[63]},{"name":"GUID_DEVINTERFACE_PWM_CONTROLLER_WSZ","features":[63]},{"name":"IOCTL_PWM_CONTROLLER_GET_ACTUAL_PERIOD","features":[63]},{"name":"IOCTL_PWM_CONTROLLER_GET_INFO","features":[63]},{"name":"IOCTL_PWM_CONTROLLER_SET_DESIRED_PERIOD","features":[63]},{"name":"IOCTL_PWM_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[63]},{"name":"IOCTL_PWM_PIN_GET_POLARITY","features":[63]},{"name":"IOCTL_PWM_PIN_IS_STARTED","features":[63]},{"name":"IOCTL_PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[63]},{"name":"IOCTL_PWM_PIN_SET_POLARITY","features":[63]},{"name":"IOCTL_PWM_PIN_START","features":[63]},{"name":"IOCTL_PWM_PIN_STOP","features":[63]},{"name":"PWM_ACTIVE_HIGH","features":[63]},{"name":"PWM_ACTIVE_LOW","features":[63]},{"name":"PWM_CONTROLLER_GET_ACTUAL_PERIOD_OUTPUT","features":[63]},{"name":"PWM_CONTROLLER_INFO","features":[63]},{"name":"PWM_CONTROLLER_SET_DESIRED_PERIOD_INPUT","features":[63]},{"name":"PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT","features":[63]},{"name":"PWM_IOCTL_ID_CONTROLLER_GET_ACTUAL_PERIOD","features":[63]},{"name":"PWM_IOCTL_ID_CONTROLLER_GET_INFO","features":[63]},{"name":"PWM_IOCTL_ID_CONTROLLER_SET_DESIRED_PERIOD","features":[63]},{"name":"PWM_IOCTL_ID_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[63]},{"name":"PWM_IOCTL_ID_PIN_GET_POLARITY","features":[63]},{"name":"PWM_IOCTL_ID_PIN_IS_STARTED","features":[63]},{"name":"PWM_IOCTL_ID_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[63]},{"name":"PWM_IOCTL_ID_PIN_SET_POLARITY","features":[63]},{"name":"PWM_IOCTL_ID_PIN_START","features":[63]},{"name":"PWM_IOCTL_ID_PIN_STOP","features":[63]},{"name":"PWM_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE_OUTPUT","features":[63]},{"name":"PWM_PIN_GET_POLARITY_OUTPUT","features":[63]},{"name":"PWM_PIN_IS_STARTED_OUTPUT","features":[63,3]},{"name":"PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE_INPUT","features":[63]},{"name":"PWM_PIN_SET_POLARITY_INPUT","features":[63]},{"name":"PWM_POLARITY","features":[63]}],"387":[{"name":"ACTIVITY_STATE","features":[64]},{"name":"ACTIVITY_STATE_COUNT","features":[64]},{"name":"AXIS","features":[64]},{"name":"AXIS_MAX","features":[64]},{"name":"AXIS_X","features":[64]},{"name":"AXIS_Y","features":[64]},{"name":"AXIS_Z","features":[64]},{"name":"ActivityStateCount","features":[64]},{"name":"ActivityState_Biking","features":[64]},{"name":"ActivityState_Fidgeting","features":[64]},{"name":"ActivityState_Force_Dword","features":[64]},{"name":"ActivityState_Idle","features":[64]},{"name":"ActivityState_InVehicle","features":[64]},{"name":"ActivityState_Max","features":[64]},{"name":"ActivityState_Running","features":[64]},{"name":"ActivityState_Stationary","features":[64]},{"name":"ActivityState_Unknown","features":[64]},{"name":"ActivityState_Walking","features":[64]},{"name":"CollectionsListAllocateBufferAndSerialize","features":[64,3,65,44,62]},{"name":"CollectionsListCopyAndMarshall","features":[64,3,65,44,62]},{"name":"CollectionsListDeserializeFromBuffer","features":[64,3,65,44,62]},{"name":"CollectionsListGetFillableCount","features":[64]},{"name":"CollectionsListGetMarshalledSize","features":[64,3,65,44,62]},{"name":"CollectionsListGetMarshalledSizeWithoutSerialization","features":[64,3,65,44,62]},{"name":"CollectionsListGetSerializedSize","features":[64,3,65,44,62]},{"name":"CollectionsListMarshall","features":[64,3,65,44,62]},{"name":"CollectionsListSerializeToBuffer","features":[64,3,65,44,62]},{"name":"CollectionsListSortSubscribedActivitiesByConfidence","features":[64,3,65,44,62]},{"name":"CollectionsListUpdateMarshalledPointer","features":[64,3,65,44,62]},{"name":"ELEVATION_CHANGE_MODE","features":[64]},{"name":"ElevationChangeMode_Elevator","features":[64]},{"name":"ElevationChangeMode_Force_Dword","features":[64]},{"name":"ElevationChangeMode_Max","features":[64]},{"name":"ElevationChangeMode_Stepping","features":[64]},{"name":"ElevationChangeMode_Unknown","features":[64]},{"name":"EvaluateActivityThresholds","features":[64,3,65,44,62]},{"name":"GNSS_CLEAR_ALL_ASSISTANCE_DATA","features":[64]},{"name":"GUID_DEVINTERFACE_SENSOR","features":[64]},{"name":"GUID_SensorCategory_All","features":[64]},{"name":"GUID_SensorCategory_Biometric","features":[64]},{"name":"GUID_SensorCategory_Electrical","features":[64]},{"name":"GUID_SensorCategory_Environmental","features":[64]},{"name":"GUID_SensorCategory_Light","features":[64]},{"name":"GUID_SensorCategory_Location","features":[64]},{"name":"GUID_SensorCategory_Mechanical","features":[64]},{"name":"GUID_SensorCategory_Motion","features":[64]},{"name":"GUID_SensorCategory_Orientation","features":[64]},{"name":"GUID_SensorCategory_Other","features":[64]},{"name":"GUID_SensorCategory_PersonalActivity","features":[64]},{"name":"GUID_SensorCategory_Scanner","features":[64]},{"name":"GUID_SensorCategory_Unsupported","features":[64]},{"name":"GUID_SensorType_Accelerometer3D","features":[64]},{"name":"GUID_SensorType_ActivityDetection","features":[64]},{"name":"GUID_SensorType_AmbientLight","features":[64]},{"name":"GUID_SensorType_Barometer","features":[64]},{"name":"GUID_SensorType_Custom","features":[64]},{"name":"GUID_SensorType_FloorElevation","features":[64]},{"name":"GUID_SensorType_GeomagneticOrientation","features":[64]},{"name":"GUID_SensorType_GravityVector","features":[64]},{"name":"GUID_SensorType_Gyrometer3D","features":[64]},{"name":"GUID_SensorType_HingeAngle","features":[64]},{"name":"GUID_SensorType_Humidity","features":[64]},{"name":"GUID_SensorType_LinearAccelerometer","features":[64]},{"name":"GUID_SensorType_Magnetometer3D","features":[64]},{"name":"GUID_SensorType_Orientation","features":[64]},{"name":"GUID_SensorType_Pedometer","features":[64]},{"name":"GUID_SensorType_Proximity","features":[64]},{"name":"GUID_SensorType_RelativeOrientation","features":[64]},{"name":"GUID_SensorType_SimpleDeviceOrientation","features":[64]},{"name":"GUID_SensorType_Temperature","features":[64]},{"name":"GetPerformanceTime","features":[64,3]},{"name":"HUMAN_PRESENCE_DETECTION_TYPE","features":[64]},{"name":"HUMAN_PRESENCE_DETECTION_TYPE_COUNT","features":[64]},{"name":"HumanPresenceDetectionTypeCount","features":[64]},{"name":"HumanPresenceDetectionType_AudioBiometric","features":[64]},{"name":"HumanPresenceDetectionType_FacialBiometric","features":[64]},{"name":"HumanPresenceDetectionType_Force_Dword","features":[64]},{"name":"HumanPresenceDetectionType_Undefined","features":[64]},{"name":"HumanPresenceDetectionType_VendorDefinedBiometric","features":[64]},{"name":"HumanPresenceDetectionType_VendorDefinedNonBiometric","features":[64]},{"name":"ILocationPermissions","features":[64]},{"name":"ISensor","features":[64]},{"name":"ISensorCollection","features":[64]},{"name":"ISensorDataReport","features":[64]},{"name":"ISensorEvents","features":[64]},{"name":"ISensorManager","features":[64]},{"name":"ISensorManagerEvents","features":[64]},{"name":"InitPropVariantFromCLSIDArray","features":[64,3,65,44]},{"name":"InitPropVariantFromFloat","features":[64,3,65,44]},{"name":"IsCollectionListSame","features":[64,3,65,44,62]},{"name":"IsGUIDPresentInList","features":[64,3]},{"name":"IsKeyPresentInCollectionList","features":[64,3,65,44,62]},{"name":"IsKeyPresentInPropertyList","features":[64,3,62]},{"name":"IsSensorSubscribed","features":[64,3,65,44,62]},{"name":"LOCATION_DESIRED_ACCURACY","features":[64]},{"name":"LOCATION_DESIRED_ACCURACY_DEFAULT","features":[64]},{"name":"LOCATION_DESIRED_ACCURACY_HIGH","features":[64]},{"name":"LOCATION_POSITION_SOURCE","features":[64]},{"name":"LOCATION_POSITION_SOURCE_CELLULAR","features":[64]},{"name":"LOCATION_POSITION_SOURCE_IPADDRESS","features":[64]},{"name":"LOCATION_POSITION_SOURCE_SATELLITE","features":[64]},{"name":"LOCATION_POSITION_SOURCE_UNKNOWN","features":[64]},{"name":"LOCATION_POSITION_SOURCE_WIFI","features":[64]},{"name":"MAGNETOMETER_ACCURACY","features":[64]},{"name":"MAGNETOMETER_ACCURACY_APPROXIMATE","features":[64]},{"name":"MAGNETOMETER_ACCURACY_HIGH","features":[64]},{"name":"MAGNETOMETER_ACCURACY_UNKNOWN","features":[64]},{"name":"MAGNETOMETER_ACCURACY_UNRELIABLE","features":[64]},{"name":"MATRIX3X3","features":[64]},{"name":"MagnetometerAccuracy","features":[64]},{"name":"MagnetometerAccuracy_Approximate","features":[64]},{"name":"MagnetometerAccuracy_High","features":[64]},{"name":"MagnetometerAccuracy_Unknown","features":[64]},{"name":"MagnetometerAccuracy_Unreliable","features":[64]},{"name":"PEDOMETER_STEP_TYPE","features":[64]},{"name":"PEDOMETER_STEP_TYPE_COUNT","features":[64]},{"name":"PROXIMITY_SENSOR_CAPABILITIES","features":[64]},{"name":"PROXIMITY_TYPE","features":[64]},{"name":"PedometerStepTypeCount","features":[64]},{"name":"PedometerStepType_Force_Dword","features":[64]},{"name":"PedometerStepType_Max","features":[64]},{"name":"PedometerStepType_Running","features":[64]},{"name":"PedometerStepType_Unknown","features":[64]},{"name":"PedometerStepType_Walking","features":[64]},{"name":"PropKeyFindKeyGetBool","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetDouble","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetFileTime","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetFloat","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetGuid","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetInt32","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetInt64","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetNthInt64","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetNthUlong","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetNthUshort","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetPropVariant","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetUlong","features":[64,3,65,44,62]},{"name":"PropKeyFindKeyGetUshort","features":[64,3,65,44,62]},{"name":"PropKeyFindKeySetPropVariant","features":[64,3,65,44,62]},{"name":"PropVariantGetInformation","features":[1,64,3,65,44]},{"name":"PropertiesListCopy","features":[64,3,62]},{"name":"PropertiesListGetFillableCount","features":[64]},{"name":"ProximityType_Force_Dword","features":[64]},{"name":"ProximityType_HumanProximity","features":[64]},{"name":"ProximityType_ObjectProximity","features":[64]},{"name":"Proximity_Sensor_Human_Engagement_Capable","features":[64]},{"name":"Proximity_Sensor_Human_Presence_Capable","features":[64]},{"name":"Proximity_Sensor_Supported_Capabilities","features":[64]},{"name":"QUATERNION","features":[64]},{"name":"SENSOR_CATEGORY_ALL","features":[64]},{"name":"SENSOR_CATEGORY_BIOMETRIC","features":[64]},{"name":"SENSOR_CATEGORY_ELECTRICAL","features":[64]},{"name":"SENSOR_CATEGORY_ENVIRONMENTAL","features":[64]},{"name":"SENSOR_CATEGORY_LIGHT","features":[64]},{"name":"SENSOR_CATEGORY_LOCATION","features":[64]},{"name":"SENSOR_CATEGORY_MECHANICAL","features":[64]},{"name":"SENSOR_CATEGORY_MOTION","features":[64]},{"name":"SENSOR_CATEGORY_ORIENTATION","features":[64]},{"name":"SENSOR_CATEGORY_OTHER","features":[64]},{"name":"SENSOR_CATEGORY_SCANNER","features":[64]},{"name":"SENSOR_CATEGORY_UNSUPPORTED","features":[64]},{"name":"SENSOR_COLLECTION_LIST","features":[64,3,65,44,62]},{"name":"SENSOR_CONNECTION_TYPES","features":[64]},{"name":"SENSOR_CONNECTION_TYPE_PC_ATTACHED","features":[64]},{"name":"SENSOR_CONNECTION_TYPE_PC_EXTERNAL","features":[64]},{"name":"SENSOR_CONNECTION_TYPE_PC_INTEGRATED","features":[64]},{"name":"SENSOR_DATA_TYPE_ABSOLUTE_PRESSURE_PASCAL","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_X_G","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_Y_G","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_Z_G","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ADDRESS1","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ADDRESS2","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ANTENNA_SEALEVEL_METERS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_ERROR_METERS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_METERS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_ERROR_METERS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_METERS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_X_DEGREES_PER_SECOND_SQUARED","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Y_DEGREES_PER_SECOND_SQUARED","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Z_DEGREES_PER_SECOND_SQUARED","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_X_DEGREES_PER_SECOND","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Y_DEGREES_PER_SECOND","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Z_DEGREES_PER_SECOND","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ATMOSPHERIC_PRESSURE_BAR","features":[64,62]},{"name":"SENSOR_DATA_TYPE_BIOMETRIC_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_BOOLEAN_SWITCH_ARRAY_STATES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_BOOLEAN_SWITCH_STATE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CAPACITANCE_FARAD","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CITY","features":[64,62]},{"name":"SENSOR_DATA_TYPE_COMMON_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_COUNTRY_REGION","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CURRENT_AMPS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_BOOLEAN_ARRAY","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_CUSTOM_USAGE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE1","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE10","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE11","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE12","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE13","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE14","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE15","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE16","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE17","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE18","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE19","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE2","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE20","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE21","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE22","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE23","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE24","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE25","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE26","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE27","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE28","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE3","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE4","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE5","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE6","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE7","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE8","features":[64,62]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE9","features":[64,62]},{"name":"SENSOR_DATA_TYPE_DGPS_DATA_AGE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_DIFFERENTIAL_REFERENCE_STATION_ID","features":[64,62]},{"name":"SENSOR_DATA_TYPE_DISTANCE_X_METERS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_DISTANCE_Y_METERS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_DISTANCE_Z_METERS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_FREQUENCY_HERTZ","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_PERCENT_OF_RANGE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_POWER_WATTS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ENVIRONMENTAL_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_ERROR_RADIUS_METERS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_FIX_QUALITY","features":[64,62]},{"name":"SENSOR_DATA_TYPE_FIX_TYPE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_FORCE_NEWTONS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_GAUGE_PRESSURE_PASCAL","features":[64,62]},{"name":"SENSOR_DATA_TYPE_GEOIDAL_SEPARATION","features":[64,62]},{"name":"SENSOR_DATA_TYPE_GPS_OPERATION_MODE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_GPS_SELECTION_MODE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_GPS_STATUS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_GUID_MECHANICAL_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_HORIZONAL_DILUTION_OF_PRECISION","features":[64,62]},{"name":"SENSOR_DATA_TYPE_HUMAN_PRESENCE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_HUMAN_PROXIMITY_METERS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_INDUCTANCE_HENRY","features":[64,62]},{"name":"SENSOR_DATA_TYPE_LATITUDE_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_LIGHT_CHROMACITY","features":[64,62]},{"name":"SENSOR_DATA_TYPE_LIGHT_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_LIGHT_LEVEL_LUX","features":[64,62]},{"name":"SENSOR_DATA_TYPE_LIGHT_TEMPERATURE_KELVIN","features":[64,62]},{"name":"SENSOR_DATA_TYPE_LOCATION_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_LOCATION_SOURCE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_LONGITUDE_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_X_MILLIGAUSS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Y_MILLIGAUSS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Z_MILLIGAUSS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_MAGNETIC_NORTH_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_TRUE_NORTH_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_MAGNETIC_NORTH_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_TRUE_NORTH_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_X_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_Y_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_Z_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_VARIATION","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MAGNETOMETER_ACCURACY","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MOTION_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_MOTION_STATE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_MULTIVALUE_SWITCH_STATE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_NMEA_SENTENCE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ORIENTATION_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_POSITION_DILUTION_OF_PRECISION","features":[64,62]},{"name":"SENSOR_DATA_TYPE_POSTALCODE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_QUADRANT_ANGLE_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_QUATERNION","features":[64,62]},{"name":"SENSOR_DATA_TYPE_RELATIVE_HUMIDITY_PERCENT","features":[64,62]},{"name":"SENSOR_DATA_TYPE_RESISTANCE_OHMS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_RFID_TAG_40_BIT","features":[64,62]},{"name":"SENSOR_DATA_TYPE_ROTATION_MATRIX","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_AZIMUTH","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ELEVATION","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ID","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_PRNS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_STN_RATIO","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_COUNT","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_PRNS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_PRNS_AND_CONSTELLATIONS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SCANNER_GUID","features":[64]},{"name":"SENSOR_DATA_TYPE_SIMPLE_DEVICE_ORIENTATION","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SPEED_KNOTS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_SPEED_METERS_PER_SECOND","features":[64,62]},{"name":"SENSOR_DATA_TYPE_STATE_PROVINCE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_STRAIN","features":[64,62]},{"name":"SENSOR_DATA_TYPE_TEMPERATURE_CELSIUS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_TILT_X_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_TILT_Y_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_TILT_Z_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_TIMESTAMP","features":[64,62]},{"name":"SENSOR_DATA_TYPE_TOUCH_STATE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_TRUE_HEADING_DEGREES","features":[64,62]},{"name":"SENSOR_DATA_TYPE_VERTICAL_DILUTION_OF_PRECISION","features":[64,62]},{"name":"SENSOR_DATA_TYPE_VOLTAGE_VOLTS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_WEIGHT_KILOGRAMS","features":[64,62]},{"name":"SENSOR_DATA_TYPE_WIND_DIRECTION_DEGREES_ANTICLOCKWISE","features":[64,62]},{"name":"SENSOR_DATA_TYPE_WIND_SPEED_METERS_PER_SECOND","features":[64,62]},{"name":"SENSOR_ERROR_PARAMETER_COMMON_GUID","features":[64]},{"name":"SENSOR_EVENT_ACCELEROMETER_SHAKE","features":[64]},{"name":"SENSOR_EVENT_DATA_UPDATED","features":[64]},{"name":"SENSOR_EVENT_PARAMETER_COMMON_GUID","features":[64]},{"name":"SENSOR_EVENT_PARAMETER_EVENT_ID","features":[64,62]},{"name":"SENSOR_EVENT_PARAMETER_STATE","features":[64,62]},{"name":"SENSOR_EVENT_PROPERTY_CHANGED","features":[64]},{"name":"SENSOR_EVENT_STATE_CHANGED","features":[64]},{"name":"SENSOR_PROPERTY_ACCURACY","features":[64,62]},{"name":"SENSOR_PROPERTY_CHANGE_SENSITIVITY","features":[64,62]},{"name":"SENSOR_PROPERTY_CLEAR_ASSISTANCE_DATA","features":[64,62]},{"name":"SENSOR_PROPERTY_COMMON_GUID","features":[64]},{"name":"SENSOR_PROPERTY_CONNECTION_TYPE","features":[64,62]},{"name":"SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL","features":[64,62]},{"name":"SENSOR_PROPERTY_DESCRIPTION","features":[64,62]},{"name":"SENSOR_PROPERTY_DEVICE_PATH","features":[64,62]},{"name":"SENSOR_PROPERTY_FRIENDLY_NAME","features":[64,62]},{"name":"SENSOR_PROPERTY_HID_USAGE","features":[64,62]},{"name":"SENSOR_PROPERTY_LIGHT_RESPONSE_CURVE","features":[64,62]},{"name":"SENSOR_PROPERTY_LIST","features":[64,62]},{"name":"SENSOR_PROPERTY_LIST_HEADER_SIZE","features":[64]},{"name":"SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY","features":[64,62]},{"name":"SENSOR_PROPERTY_MANUFACTURER","features":[64,62]},{"name":"SENSOR_PROPERTY_MIN_REPORT_INTERVAL","features":[64,62]},{"name":"SENSOR_PROPERTY_MODEL","features":[64,62]},{"name":"SENSOR_PROPERTY_PERSISTENT_UNIQUE_ID","features":[64,62]},{"name":"SENSOR_PROPERTY_RADIO_STATE","features":[64,62]},{"name":"SENSOR_PROPERTY_RADIO_STATE_PREVIOUS","features":[64,62]},{"name":"SENSOR_PROPERTY_RANGE_MAXIMUM","features":[64,62]},{"name":"SENSOR_PROPERTY_RANGE_MINIMUM","features":[64,62]},{"name":"SENSOR_PROPERTY_RESOLUTION","features":[64,62]},{"name":"SENSOR_PROPERTY_SERIAL_NUMBER","features":[64,62]},{"name":"SENSOR_PROPERTY_STATE","features":[64,62]},{"name":"SENSOR_PROPERTY_TEST_GUID","features":[64]},{"name":"SENSOR_PROPERTY_TURN_ON_OFF_NMEA","features":[64,62]},{"name":"SENSOR_PROPERTY_TYPE","features":[64,62]},{"name":"SENSOR_STATE","features":[64]},{"name":"SENSOR_STATE_ACCESS_DENIED","features":[64]},{"name":"SENSOR_STATE_ERROR","features":[64]},{"name":"SENSOR_STATE_INITIALIZING","features":[64]},{"name":"SENSOR_STATE_MAX","features":[64]},{"name":"SENSOR_STATE_MIN","features":[64]},{"name":"SENSOR_STATE_NOT_AVAILABLE","features":[64]},{"name":"SENSOR_STATE_NO_DATA","features":[64]},{"name":"SENSOR_STATE_READY","features":[64]},{"name":"SENSOR_TYPE_ACCELEROMETER_1D","features":[64]},{"name":"SENSOR_TYPE_ACCELEROMETER_2D","features":[64]},{"name":"SENSOR_TYPE_ACCELEROMETER_3D","features":[64]},{"name":"SENSOR_TYPE_AGGREGATED_DEVICE_ORIENTATION","features":[64]},{"name":"SENSOR_TYPE_AGGREGATED_QUADRANT_ORIENTATION","features":[64]},{"name":"SENSOR_TYPE_AGGREGATED_SIMPLE_DEVICE_ORIENTATION","features":[64]},{"name":"SENSOR_TYPE_AMBIENT_LIGHT","features":[64]},{"name":"SENSOR_TYPE_BARCODE_SCANNER","features":[64]},{"name":"SENSOR_TYPE_BOOLEAN_SWITCH","features":[64]},{"name":"SENSOR_TYPE_BOOLEAN_SWITCH_ARRAY","features":[64]},{"name":"SENSOR_TYPE_CAPACITANCE","features":[64]},{"name":"SENSOR_TYPE_COMPASS_1D","features":[64]},{"name":"SENSOR_TYPE_COMPASS_2D","features":[64]},{"name":"SENSOR_TYPE_COMPASS_3D","features":[64]},{"name":"SENSOR_TYPE_CURRENT","features":[64]},{"name":"SENSOR_TYPE_CUSTOM","features":[64]},{"name":"SENSOR_TYPE_DISTANCE_1D","features":[64]},{"name":"SENSOR_TYPE_DISTANCE_2D","features":[64]},{"name":"SENSOR_TYPE_DISTANCE_3D","features":[64]},{"name":"SENSOR_TYPE_ELECTRICAL_POWER","features":[64]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_ATMOSPHERIC_PRESSURE","features":[64]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_HUMIDITY","features":[64]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_TEMPERATURE","features":[64]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_WIND_DIRECTION","features":[64]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_WIND_SPEED","features":[64]},{"name":"SENSOR_TYPE_FORCE","features":[64]},{"name":"SENSOR_TYPE_FREQUENCY","features":[64]},{"name":"SENSOR_TYPE_GYROMETER_1D","features":[64]},{"name":"SENSOR_TYPE_GYROMETER_2D","features":[64]},{"name":"SENSOR_TYPE_GYROMETER_3D","features":[64]},{"name":"SENSOR_TYPE_HUMAN_PRESENCE","features":[64]},{"name":"SENSOR_TYPE_HUMAN_PROXIMITY","features":[64]},{"name":"SENSOR_TYPE_INCLINOMETER_1D","features":[64]},{"name":"SENSOR_TYPE_INCLINOMETER_2D","features":[64]},{"name":"SENSOR_TYPE_INCLINOMETER_3D","features":[64]},{"name":"SENSOR_TYPE_INDUCTANCE","features":[64]},{"name":"SENSOR_TYPE_LOCATION_BROADCAST","features":[64]},{"name":"SENSOR_TYPE_LOCATION_DEAD_RECKONING","features":[64]},{"name":"SENSOR_TYPE_LOCATION_GPS","features":[64]},{"name":"SENSOR_TYPE_LOCATION_LOOKUP","features":[64]},{"name":"SENSOR_TYPE_LOCATION_OTHER","features":[64]},{"name":"SENSOR_TYPE_LOCATION_STATIC","features":[64]},{"name":"SENSOR_TYPE_LOCATION_TRIANGULATION","features":[64]},{"name":"SENSOR_TYPE_MOTION_DETECTOR","features":[64]},{"name":"SENSOR_TYPE_MULTIVALUE_SWITCH","features":[64]},{"name":"SENSOR_TYPE_POTENTIOMETER","features":[64]},{"name":"SENSOR_TYPE_PRESSURE","features":[64]},{"name":"SENSOR_TYPE_RESISTANCE","features":[64]},{"name":"SENSOR_TYPE_RFID_SCANNER","features":[64]},{"name":"SENSOR_TYPE_SCALE","features":[64]},{"name":"SENSOR_TYPE_SPEEDOMETER","features":[64]},{"name":"SENSOR_TYPE_STRAIN","features":[64]},{"name":"SENSOR_TYPE_TOUCH","features":[64]},{"name":"SENSOR_TYPE_UNKNOWN","features":[64]},{"name":"SENSOR_TYPE_VOLTAGE","features":[64]},{"name":"SENSOR_VALUE_PAIR","features":[64,3,65,44,62]},{"name":"SIMPLE_DEVICE_ORIENTATION","features":[64]},{"name":"SIMPLE_DEVICE_ORIENTATION_NOT_ROTATED","features":[64]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_180","features":[64]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_270","features":[64]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_90","features":[64]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_FACE_DOWN","features":[64]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_FACE_UP","features":[64]},{"name":"Sensor","features":[64]},{"name":"SensorCollection","features":[64]},{"name":"SensorCollectionGetAt","features":[64,3,65,44,62]},{"name":"SensorConnectionType","features":[64]},{"name":"SensorConnectionType_Attached","features":[64]},{"name":"SensorConnectionType_External","features":[64]},{"name":"SensorConnectionType_Integrated","features":[64]},{"name":"SensorDataReport","features":[64]},{"name":"SensorManager","features":[64]},{"name":"SensorState","features":[64]},{"name":"SensorState_Active","features":[64]},{"name":"SensorState_Error","features":[64]},{"name":"SensorState_Idle","features":[64]},{"name":"SensorState_Initializing","features":[64]},{"name":"SerializationBufferAllocate","features":[64,3]},{"name":"SerializationBufferFree","features":[64]},{"name":"SimpleDeviceOrientation","features":[64]},{"name":"SimpleDeviceOrientation_Facedown","features":[64]},{"name":"SimpleDeviceOrientation_Faceup","features":[64]},{"name":"SimpleDeviceOrientation_NotRotated","features":[64]},{"name":"SimpleDeviceOrientation_Rotated180DegreesCounterclockwise","features":[64]},{"name":"SimpleDeviceOrientation_Rotated270DegreesCounterclockwise","features":[64]},{"name":"SimpleDeviceOrientation_Rotated90DegreesCounterclockwise","features":[64]},{"name":"VEC3D","features":[64]}],"388":[{"name":"CDB_REPORT_BITS","features":[66]},{"name":"CDB_REPORT_BYTES","features":[66]},{"name":"COMDB_MAX_PORTS_ARBITRATED","features":[66]},{"name":"COMDB_MIN_PORTS_ARBITRATED","features":[66]},{"name":"ComDBClaimNextFreePort","features":[66]},{"name":"ComDBClaimPort","features":[66,3]},{"name":"ComDBClose","features":[66]},{"name":"ComDBGetCurrentPortUsage","features":[66]},{"name":"ComDBOpen","features":[66]},{"name":"ComDBReleasePort","features":[66]},{"name":"ComDBResizeDatabase","features":[66]},{"name":"DEVPKEY_DeviceInterface_Serial_PortName","features":[1,66]},{"name":"DEVPKEY_DeviceInterface_Serial_UsbProductId","features":[1,66]},{"name":"DEVPKEY_DeviceInterface_Serial_UsbVendorId","features":[1,66]},{"name":"EVEN_PARITY","features":[66]},{"name":"HCOMDB","features":[66]},{"name":"IOCTL_INTERNAL_SERENUM_REMOVE_SELF","features":[66]},{"name":"IOCTL_SERIAL_APPLY_DEFAULT_CONFIGURATION","features":[66]},{"name":"IOCTL_SERIAL_CLEAR_STATS","features":[66]},{"name":"IOCTL_SERIAL_CLR_DTR","features":[66]},{"name":"IOCTL_SERIAL_CLR_RTS","features":[66]},{"name":"IOCTL_SERIAL_CONFIG_SIZE","features":[66]},{"name":"IOCTL_SERIAL_GET_BAUD_RATE","features":[66]},{"name":"IOCTL_SERIAL_GET_CHARS","features":[66]},{"name":"IOCTL_SERIAL_GET_COMMCONFIG","features":[66]},{"name":"IOCTL_SERIAL_GET_COMMSTATUS","features":[66]},{"name":"IOCTL_SERIAL_GET_DTRRTS","features":[66]},{"name":"IOCTL_SERIAL_GET_HANDFLOW","features":[66]},{"name":"IOCTL_SERIAL_GET_LINE_CONTROL","features":[66]},{"name":"IOCTL_SERIAL_GET_MODEMSTATUS","features":[66]},{"name":"IOCTL_SERIAL_GET_MODEM_CONTROL","features":[66]},{"name":"IOCTL_SERIAL_GET_PROPERTIES","features":[66]},{"name":"IOCTL_SERIAL_GET_STATS","features":[66]},{"name":"IOCTL_SERIAL_GET_TIMEOUTS","features":[66]},{"name":"IOCTL_SERIAL_GET_WAIT_MASK","features":[66]},{"name":"IOCTL_SERIAL_IMMEDIATE_CHAR","features":[66]},{"name":"IOCTL_SERIAL_INTERNAL_BASIC_SETTINGS","features":[66]},{"name":"IOCTL_SERIAL_INTERNAL_CANCEL_WAIT_WAKE","features":[66]},{"name":"IOCTL_SERIAL_INTERNAL_DO_WAIT_WAKE","features":[66]},{"name":"IOCTL_SERIAL_INTERNAL_RESTORE_SETTINGS","features":[66]},{"name":"IOCTL_SERIAL_PURGE","features":[66]},{"name":"IOCTL_SERIAL_RESET_DEVICE","features":[66]},{"name":"IOCTL_SERIAL_SET_BAUD_RATE","features":[66]},{"name":"IOCTL_SERIAL_SET_BREAK_OFF","features":[66]},{"name":"IOCTL_SERIAL_SET_BREAK_ON","features":[66]},{"name":"IOCTL_SERIAL_SET_CHARS","features":[66]},{"name":"IOCTL_SERIAL_SET_COMMCONFIG","features":[66]},{"name":"IOCTL_SERIAL_SET_DTR","features":[66]},{"name":"IOCTL_SERIAL_SET_FIFO_CONTROL","features":[66]},{"name":"IOCTL_SERIAL_SET_HANDFLOW","features":[66]},{"name":"IOCTL_SERIAL_SET_INTERVAL_TIMER_RESOLUTION","features":[66]},{"name":"IOCTL_SERIAL_SET_LINE_CONTROL","features":[66]},{"name":"IOCTL_SERIAL_SET_MODEM_CONTROL","features":[66]},{"name":"IOCTL_SERIAL_SET_QUEUE_SIZE","features":[66]},{"name":"IOCTL_SERIAL_SET_RTS","features":[66]},{"name":"IOCTL_SERIAL_SET_TIMEOUTS","features":[66]},{"name":"IOCTL_SERIAL_SET_WAIT_MASK","features":[66]},{"name":"IOCTL_SERIAL_SET_XOFF","features":[66]},{"name":"IOCTL_SERIAL_SET_XON","features":[66]},{"name":"IOCTL_SERIAL_WAIT_ON_MASK","features":[66]},{"name":"IOCTL_SERIAL_XOFF_COUNTER","features":[66]},{"name":"MARK_PARITY","features":[66]},{"name":"NO_PARITY","features":[66]},{"name":"ODD_PARITY","features":[66]},{"name":"PSERENUM_READPORT","features":[66]},{"name":"PSERENUM_WRITEPORT","features":[66]},{"name":"SERENUM_PORTION","features":[66]},{"name":"SERENUM_PORT_DESC","features":[66]},{"name":"SERENUM_PORT_PARAMETERS","features":[66]},{"name":"SERIALCONFIG","features":[66]},{"name":"SERIALPERF_STATS","features":[66]},{"name":"SERIAL_BASIC_SETTINGS","features":[66]},{"name":"SERIAL_BAUD_RATE","features":[66]},{"name":"SERIAL_CHARS","features":[66]},{"name":"SERIAL_COMMPROP","features":[66]},{"name":"SERIAL_EV_BREAK","features":[66]},{"name":"SERIAL_EV_CTS","features":[66]},{"name":"SERIAL_EV_DSR","features":[66]},{"name":"SERIAL_EV_ERR","features":[66]},{"name":"SERIAL_EV_EVENT1","features":[66]},{"name":"SERIAL_EV_EVENT2","features":[66]},{"name":"SERIAL_EV_PERR","features":[66]},{"name":"SERIAL_EV_RING","features":[66]},{"name":"SERIAL_EV_RLSD","features":[66]},{"name":"SERIAL_EV_RX80FULL","features":[66]},{"name":"SERIAL_EV_RXCHAR","features":[66]},{"name":"SERIAL_EV_RXFLAG","features":[66]},{"name":"SERIAL_EV_TXEMPTY","features":[66]},{"name":"SERIAL_HANDFLOW","features":[66]},{"name":"SERIAL_LINE_CONTROL","features":[66]},{"name":"SERIAL_LSRMST_ESCAPE","features":[66]},{"name":"SERIAL_LSRMST_LSR_DATA","features":[66]},{"name":"SERIAL_LSRMST_LSR_NODATA","features":[66]},{"name":"SERIAL_LSRMST_MST","features":[66]},{"name":"SERIAL_PURGE_RXABORT","features":[66]},{"name":"SERIAL_PURGE_RXCLEAR","features":[66]},{"name":"SERIAL_PURGE_TXABORT","features":[66]},{"name":"SERIAL_PURGE_TXCLEAR","features":[66]},{"name":"SERIAL_QUEUE_SIZE","features":[66]},{"name":"SERIAL_STATUS","features":[66,3]},{"name":"SERIAL_TIMEOUTS","features":[66]},{"name":"SERIAL_XOFF_COUNTER","features":[66]},{"name":"SPACE_PARITY","features":[66]},{"name":"STOP_BITS_1_5","features":[66]},{"name":"STOP_BITS_2","features":[66]},{"name":"STOP_BIT_1","features":[66]},{"name":"SerenumFirstHalf","features":[66]},{"name":"SerenumSecondHalf","features":[66]},{"name":"SerenumWhole","features":[66]}],"389":[{"name":"ACDGE_GROUP_REMOVED","features":[67]},{"name":"ACDGE_NEW_GROUP","features":[67]},{"name":"ACDGROUP_EVENT","features":[67]},{"name":"ACDQE_NEW_QUEUE","features":[67]},{"name":"ACDQE_QUEUE_REMOVED","features":[67]},{"name":"ACDQUEUE_EVENT","features":[67]},{"name":"ACS_ADDRESSDEVICESPECIFIC","features":[67]},{"name":"ACS_LINEDEVICESPECIFIC","features":[67]},{"name":"ACS_PERMANENTDEVICEGUID","features":[67]},{"name":"ACS_PROTOCOL","features":[67]},{"name":"ACS_PROVIDERSPECIFIC","features":[67]},{"name":"ACS_SWITCHSPECIFIC","features":[67]},{"name":"AC_ADDRESSCAPFLAGS","features":[67]},{"name":"AC_ADDRESSFEATURES","features":[67]},{"name":"AC_ADDRESSID","features":[67]},{"name":"AC_ADDRESSTYPES","features":[67]},{"name":"AC_ANSWERMODES","features":[67]},{"name":"AC_BEARERMODES","features":[67]},{"name":"AC_CALLCOMPLETIONCONDITIONS","features":[67]},{"name":"AC_CALLCOMPLETIONMODES","features":[67]},{"name":"AC_CALLEDIDSUPPORT","features":[67]},{"name":"AC_CALLERIDSUPPORT","features":[67]},{"name":"AC_CALLFEATURES1","features":[67]},{"name":"AC_CALLFEATURES2","features":[67]},{"name":"AC_CONNECTEDIDSUPPORT","features":[67]},{"name":"AC_DEVCAPFLAGS","features":[67]},{"name":"AC_FORWARDMODES","features":[67]},{"name":"AC_GATHERDIGITSMAXTIMEOUT","features":[67]},{"name":"AC_GATHERDIGITSMINTIMEOUT","features":[67]},{"name":"AC_GENERATEDIGITDEFAULTDURATION","features":[67]},{"name":"AC_GENERATEDIGITMAXDURATION","features":[67]},{"name":"AC_GENERATEDIGITMINDURATION","features":[67]},{"name":"AC_GENERATEDIGITSUPPORT","features":[67]},{"name":"AC_GENERATETONEMAXNUMFREQ","features":[67]},{"name":"AC_GENERATETONEMODES","features":[67]},{"name":"AC_LINEFEATURES","features":[67]},{"name":"AC_LINEID","features":[67]},{"name":"AC_MAXACTIVECALLS","features":[67]},{"name":"AC_MAXCALLCOMPLETIONS","features":[67]},{"name":"AC_MAXCALLDATASIZE","features":[67]},{"name":"AC_MAXFORWARDENTRIES","features":[67]},{"name":"AC_MAXFWDNUMRINGS","features":[67]},{"name":"AC_MAXNUMCONFERENCE","features":[67]},{"name":"AC_MAXNUMTRANSCONF","features":[67]},{"name":"AC_MAXONHOLDCALLS","features":[67]},{"name":"AC_MAXONHOLDPENDINGCALLS","features":[67]},{"name":"AC_MAXSPECIFICENTRIES","features":[67]},{"name":"AC_MINFWDNUMRINGS","features":[67]},{"name":"AC_MONITORDIGITSUPPORT","features":[67]},{"name":"AC_MONITORTONEMAXNUMENTRIES","features":[67]},{"name":"AC_MONITORTONEMAXNUMFREQ","features":[67]},{"name":"AC_PARKSUPPORT","features":[67]},{"name":"AC_PERMANENTDEVICEID","features":[67]},{"name":"AC_PREDICTIVEAUTOTRANSFERSTATES","features":[67]},{"name":"AC_REDIRECTINGIDSUPPORT","features":[67]},{"name":"AC_REDIRECTIONIDSUPPORT","features":[67]},{"name":"AC_REMOVEFROMCONFCAPS","features":[67]},{"name":"AC_REMOVEFROMCONFSTATE","features":[67]},{"name":"AC_SETTABLEDEVSTATUS","features":[67]},{"name":"AC_TRANSFERMODES","features":[67]},{"name":"ADDRALIAS","features":[67]},{"name":"ADDRESS_CAPABILITY","features":[67]},{"name":"ADDRESS_CAPABILITY_STRING","features":[67]},{"name":"ADDRESS_EVENT","features":[67]},{"name":"ADDRESS_STATE","features":[67]},{"name":"ADDRESS_TERMINAL_AVAILABLE","features":[67]},{"name":"ADDRESS_TERMINAL_UNAVAILABLE","features":[67]},{"name":"AE_BUSY_ACD","features":[67]},{"name":"AE_BUSY_INCOMING","features":[67]},{"name":"AE_BUSY_OUTGOING","features":[67]},{"name":"AE_CAPSCHANGE","features":[67]},{"name":"AE_CONFIGCHANGE","features":[67]},{"name":"AE_FORWARD","features":[67]},{"name":"AE_LASTITEM","features":[67]},{"name":"AE_MSGWAITOFF","features":[67]},{"name":"AE_MSGWAITON","features":[67]},{"name":"AE_NEWTERMINAL","features":[67]},{"name":"AE_NOT_READY","features":[67]},{"name":"AE_READY","features":[67]},{"name":"AE_REMOVETERMINAL","features":[67]},{"name":"AE_RINGING","features":[67]},{"name":"AE_STATE","features":[67]},{"name":"AE_UNKNOWN","features":[67]},{"name":"AGENTHANDLER_EVENT","features":[67]},{"name":"AGENT_EVENT","features":[67]},{"name":"AGENT_SESSION_EVENT","features":[67]},{"name":"AGENT_SESSION_STATE","features":[67]},{"name":"AGENT_STATE","features":[67]},{"name":"AHE_AGENTHANDLER_REMOVED","features":[67]},{"name":"AHE_NEW_AGENTHANDLER","features":[67]},{"name":"ASE_BUSY","features":[67]},{"name":"ASE_END","features":[67]},{"name":"ASE_NEW_SESSION","features":[67]},{"name":"ASE_NOT_READY","features":[67]},{"name":"ASE_READY","features":[67]},{"name":"ASE_WRAPUP","features":[67]},{"name":"ASST_BUSY_ON_CALL","features":[67]},{"name":"ASST_BUSY_WRAPUP","features":[67]},{"name":"ASST_NOT_READY","features":[67]},{"name":"ASST_READY","features":[67]},{"name":"ASST_SESSION_ENDED","features":[67]},{"name":"ASYNC_COMPLETION","features":[67]},{"name":"AS_BUSY_ACD","features":[67]},{"name":"AS_BUSY_INCOMING","features":[67]},{"name":"AS_BUSY_OUTGOING","features":[67]},{"name":"AS_INSERVICE","features":[67]},{"name":"AS_NOT_READY","features":[67]},{"name":"AS_OUTOFSERVICE","features":[67]},{"name":"AS_READY","features":[67]},{"name":"AS_UNKNOWN","features":[67]},{"name":"CALLHUB_EVENT","features":[67]},{"name":"CALLHUB_STATE","features":[67]},{"name":"CALLINFOCHANGE_CAUSE","features":[67]},{"name":"CALLINFO_BUFFER","features":[67]},{"name":"CALLINFO_LONG","features":[67]},{"name":"CALLINFO_STRING","features":[67]},{"name":"CALL_CAUSE_BAD_DEVICE","features":[67]},{"name":"CALL_CAUSE_CONNECT_FAIL","features":[67]},{"name":"CALL_CAUSE_LOCAL_REQUEST","features":[67]},{"name":"CALL_CAUSE_MEDIA_RECOVERED","features":[67]},{"name":"CALL_CAUSE_MEDIA_TIMEOUT","features":[67]},{"name":"CALL_CAUSE_QUALITY_OF_SERVICE","features":[67]},{"name":"CALL_CAUSE_REMOTE_REQUEST","features":[67]},{"name":"CALL_CAUSE_UNKNOWN","features":[67]},{"name":"CALL_MEDIA_EVENT","features":[67]},{"name":"CALL_MEDIA_EVENT_CAUSE","features":[67]},{"name":"CALL_NEW_STREAM","features":[67]},{"name":"CALL_NOTIFICATION_EVENT","features":[67]},{"name":"CALL_PRIVILEGE","features":[67]},{"name":"CALL_STATE","features":[67]},{"name":"CALL_STATE_EVENT_CAUSE","features":[67]},{"name":"CALL_STREAM_ACTIVE","features":[67]},{"name":"CALL_STREAM_FAIL","features":[67]},{"name":"CALL_STREAM_INACTIVE","features":[67]},{"name":"CALL_STREAM_NOT_USED","features":[67]},{"name":"CALL_TERMINAL_FAIL","features":[67]},{"name":"CEC_DISCONNECT_BADADDRESS","features":[67]},{"name":"CEC_DISCONNECT_BLOCKED","features":[67]},{"name":"CEC_DISCONNECT_BUSY","features":[67]},{"name":"CEC_DISCONNECT_CANCELLED","features":[67]},{"name":"CEC_DISCONNECT_FAILED","features":[67]},{"name":"CEC_DISCONNECT_NOANSWER","features":[67]},{"name":"CEC_DISCONNECT_NORMAL","features":[67]},{"name":"CEC_DISCONNECT_REJECTED","features":[67]},{"name":"CEC_NONE","features":[67]},{"name":"CHE_CALLHUBIDLE","features":[67]},{"name":"CHE_CALLHUBNEW","features":[67]},{"name":"CHE_CALLJOIN","features":[67]},{"name":"CHE_CALLLEAVE","features":[67]},{"name":"CHE_LASTITEM","features":[67]},{"name":"CHS_ACTIVE","features":[67]},{"name":"CHS_IDLE","features":[67]},{"name":"CIB_CALLDATABUFFER","features":[67]},{"name":"CIB_CHARGINGINFOBUFFER","features":[67]},{"name":"CIB_DEVSPECIFICBUFFER","features":[67]},{"name":"CIB_HIGHLEVELCOMPATIBILITYBUFFER","features":[67]},{"name":"CIB_LOWLEVELCOMPATIBILITYBUFFER","features":[67]},{"name":"CIB_USERUSERINFO","features":[67]},{"name":"CIC_APPSPECIFIC","features":[67]},{"name":"CIC_BEARERMODE","features":[67]},{"name":"CIC_CALLDATA","features":[67]},{"name":"CIC_CALLEDID","features":[67]},{"name":"CIC_CALLERID","features":[67]},{"name":"CIC_CALLID","features":[67]},{"name":"CIC_CHARGINGINFO","features":[67]},{"name":"CIC_COMPLETIONID","features":[67]},{"name":"CIC_CONNECTEDID","features":[67]},{"name":"CIC_DEVSPECIFIC","features":[67]},{"name":"CIC_HIGHLEVELCOMP","features":[67]},{"name":"CIC_LASTITEM","features":[67]},{"name":"CIC_LOWLEVELCOMP","features":[67]},{"name":"CIC_MEDIATYPE","features":[67]},{"name":"CIC_NUMMONITORS","features":[67]},{"name":"CIC_NUMOWNERDECR","features":[67]},{"name":"CIC_NUMOWNERINCR","features":[67]},{"name":"CIC_ORIGIN","features":[67]},{"name":"CIC_OTHER","features":[67]},{"name":"CIC_PRIVILEGE","features":[67]},{"name":"CIC_RATE","features":[67]},{"name":"CIC_REASON","features":[67]},{"name":"CIC_REDIRECTINGID","features":[67]},{"name":"CIC_REDIRECTIONID","features":[67]},{"name":"CIC_RELATEDCALLID","features":[67]},{"name":"CIC_TREATMENT","features":[67]},{"name":"CIC_TRUNK","features":[67]},{"name":"CIC_USERUSERINFO","features":[67]},{"name":"CIL_APPSPECIFIC","features":[67]},{"name":"CIL_BEARERMODE","features":[67]},{"name":"CIL_CALLEDIDADDRESSTYPE","features":[67]},{"name":"CIL_CALLERIDADDRESSTYPE","features":[67]},{"name":"CIL_CALLID","features":[67]},{"name":"CIL_CALLPARAMSFLAGS","features":[67]},{"name":"CIL_CALLTREATMENT","features":[67]},{"name":"CIL_COMPLETIONID","features":[67]},{"name":"CIL_CONNECTEDIDADDRESSTYPE","features":[67]},{"name":"CIL_COUNTRYCODE","features":[67]},{"name":"CIL_GENERATEDIGITDURATION","features":[67]},{"name":"CIL_MAXRATE","features":[67]},{"name":"CIL_MEDIATYPESAVAILABLE","features":[67]},{"name":"CIL_MINRATE","features":[67]},{"name":"CIL_MONITORDIGITMODES","features":[67]},{"name":"CIL_MONITORMEDIAMODES","features":[67]},{"name":"CIL_NUMBEROFMONITORS","features":[67]},{"name":"CIL_NUMBEROFOWNERS","features":[67]},{"name":"CIL_ORIGIN","features":[67]},{"name":"CIL_RATE","features":[67]},{"name":"CIL_REASON","features":[67]},{"name":"CIL_REDIRECTINGIDADDRESSTYPE","features":[67]},{"name":"CIL_REDIRECTIONIDADDRESSTYPE","features":[67]},{"name":"CIL_RELATEDCALLID","features":[67]},{"name":"CIL_TRUNK","features":[67]},{"name":"CIS_CALLEDIDNAME","features":[67]},{"name":"CIS_CALLEDIDNUMBER","features":[67]},{"name":"CIS_CALLEDPARTYFRIENDLYNAME","features":[67]},{"name":"CIS_CALLERIDNAME","features":[67]},{"name":"CIS_CALLERIDNUMBER","features":[67]},{"name":"CIS_CALLINGPARTYID","features":[67]},{"name":"CIS_COMMENT","features":[67]},{"name":"CIS_CONNECTEDIDNAME","features":[67]},{"name":"CIS_CONNECTEDIDNUMBER","features":[67]},{"name":"CIS_DISPLAYABLEADDRESS","features":[67]},{"name":"CIS_REDIRECTINGIDNAME","features":[67]},{"name":"CIS_REDIRECTINGIDNUMBER","features":[67]},{"name":"CIS_REDIRECTIONIDNAME","features":[67]},{"name":"CIS_REDIRECTIONIDNUMBER","features":[67]},{"name":"CMC_BAD_DEVICE","features":[67]},{"name":"CMC_CONNECT_FAIL","features":[67]},{"name":"CMC_LOCAL_REQUEST","features":[67]},{"name":"CMC_MEDIA_RECOVERED","features":[67]},{"name":"CMC_MEDIA_TIMEOUT","features":[67]},{"name":"CMC_QUALITY_OF_SERVICE","features":[67]},{"name":"CMC_REMOTE_REQUEST","features":[67]},{"name":"CMC_UNKNOWN","features":[67]},{"name":"CME_LASTITEM","features":[67]},{"name":"CME_NEW_STREAM","features":[67]},{"name":"CME_STREAM_ACTIVE","features":[67]},{"name":"CME_STREAM_FAIL","features":[67]},{"name":"CME_STREAM_INACTIVE","features":[67]},{"name":"CME_STREAM_NOT_USED","features":[67]},{"name":"CME_TERMINAL_FAIL","features":[67]},{"name":"CNE_LASTITEM","features":[67]},{"name":"CNE_MONITOR","features":[67]},{"name":"CNE_OWNER","features":[67]},{"name":"CP_MONITOR","features":[67]},{"name":"CP_OWNER","features":[67]},{"name":"CS_CONNECTED","features":[67]},{"name":"CS_DISCONNECTED","features":[67]},{"name":"CS_HOLD","features":[67]},{"name":"CS_IDLE","features":[67]},{"name":"CS_INPROGRESS","features":[67]},{"name":"CS_LASTITEM","features":[67]},{"name":"CS_OFFERING","features":[67]},{"name":"CS_QUEUED","features":[67]},{"name":"DC_NOANSWER","features":[67]},{"name":"DC_NORMAL","features":[67]},{"name":"DC_REJECTED","features":[67]},{"name":"DIRECTORY_OBJECT_TYPE","features":[67]},{"name":"DIRECTORY_TYPE","features":[67]},{"name":"DISCONNECT_CODE","features":[67]},{"name":"DISPIDMASK","features":[67]},{"name":"DTR","features":[67]},{"name":"DT_ILS","features":[67]},{"name":"DT_NTDS","features":[67]},{"name":"DispatchMapper","features":[67]},{"name":"FDS_NOTSUPPORTED","features":[67]},{"name":"FDS_SUPPORTED","features":[67]},{"name":"FDS_UNKNOWN","features":[67]},{"name":"FINISH_MODE","features":[67]},{"name":"FM_ASCONFERENCE","features":[67]},{"name":"FM_ASTRANSFER","features":[67]},{"name":"FTEC_END_OF_FILE","features":[67]},{"name":"FTEC_NORMAL","features":[67]},{"name":"FTEC_READ_ERROR","features":[67]},{"name":"FTEC_WRITE_ERROR","features":[67]},{"name":"FT_STATE_EVENT_CAUSE","features":[67]},{"name":"FULLDUPLEX_SUPPORT","features":[67]},{"name":"GETTNEFSTREAMCODEPAGE","features":[67]},{"name":"GetTnefStreamCodepage","features":[67]},{"name":"HDRVCALL","features":[67]},{"name":"HDRVDIALOGINSTANCE","features":[67]},{"name":"HDRVLINE","features":[67]},{"name":"HDRVMSPLINE","features":[67]},{"name":"HDRVPHONE","features":[67]},{"name":"HPROVIDER","features":[67]},{"name":"HTAPICALL","features":[67]},{"name":"HTAPILINE","features":[67]},{"name":"HTAPIPHONE","features":[67]},{"name":"IDISPADDRESS","features":[67]},{"name":"IDISPADDRESSCAPABILITIES","features":[67]},{"name":"IDISPADDRESSTRANSLATION","features":[67]},{"name":"IDISPAGGREGATEDMSPADDRESSOBJ","features":[67]},{"name":"IDISPAGGREGATEDMSPCALLOBJ","features":[67]},{"name":"IDISPAPC","features":[67]},{"name":"IDISPBASICCALLCONTROL","features":[67]},{"name":"IDISPCALLINFO","features":[67]},{"name":"IDISPDIRECTORY","features":[67]},{"name":"IDISPDIROBJCONFERENCE","features":[67]},{"name":"IDISPDIROBJECT","features":[67]},{"name":"IDISPDIROBJUSER","features":[67]},{"name":"IDISPFILETRACK","features":[67]},{"name":"IDISPILSCONFIG","features":[67]},{"name":"IDISPLEGACYADDRESSMEDIACONTROL","features":[67]},{"name":"IDISPLEGACYCALLMEDIACONTROL","features":[67]},{"name":"IDISPMEDIACONTROL","features":[67]},{"name":"IDISPMEDIAPLAYBACK","features":[67]},{"name":"IDISPMEDIARECORD","features":[67]},{"name":"IDISPMEDIASUPPORT","features":[67]},{"name":"IDISPMULTITRACK","features":[67]},{"name":"IDISPPHONE","features":[67]},{"name":"IDISPTAPI","features":[67]},{"name":"IDISPTAPICALLCENTER","features":[67]},{"name":"IEnumACDGroup","features":[67]},{"name":"IEnumAddress","features":[67]},{"name":"IEnumAgent","features":[67]},{"name":"IEnumAgentHandler","features":[67]},{"name":"IEnumAgentSession","features":[67]},{"name":"IEnumBstr","features":[67]},{"name":"IEnumCall","features":[67]},{"name":"IEnumCallHub","features":[67]},{"name":"IEnumCallingCard","features":[67]},{"name":"IEnumDialableAddrs","features":[67]},{"name":"IEnumDirectory","features":[67]},{"name":"IEnumDirectoryObject","features":[67]},{"name":"IEnumLocation","features":[67]},{"name":"IEnumMcastScope","features":[67]},{"name":"IEnumPhone","features":[67]},{"name":"IEnumPluggableSuperclassInfo","features":[67]},{"name":"IEnumPluggableTerminalClassInfo","features":[67]},{"name":"IEnumQueue","features":[67]},{"name":"IEnumStream","features":[67]},{"name":"IEnumSubStream","features":[67]},{"name":"IEnumTerminal","features":[67]},{"name":"IEnumTerminalClass","features":[67]},{"name":"IMcastAddressAllocation","features":[67]},{"name":"IMcastLeaseInfo","features":[67]},{"name":"IMcastScope","features":[67]},{"name":"INITIALIZE_NEGOTIATION","features":[67]},{"name":"INTERFACEMASK","features":[67]},{"name":"ITACDGroup","features":[67]},{"name":"ITACDGroupEvent","features":[67]},{"name":"ITAMMediaFormat","features":[67]},{"name":"ITASRTerminalEvent","features":[67]},{"name":"ITAddress","features":[67]},{"name":"ITAddress2","features":[67]},{"name":"ITAddressCapabilities","features":[67]},{"name":"ITAddressDeviceSpecificEvent","features":[67]},{"name":"ITAddressEvent","features":[67]},{"name":"ITAddressTranslation","features":[67]},{"name":"ITAddressTranslationInfo","features":[67]},{"name":"ITAgent","features":[67]},{"name":"ITAgentEvent","features":[67]},{"name":"ITAgentHandler","features":[67]},{"name":"ITAgentHandlerEvent","features":[67]},{"name":"ITAgentSession","features":[67]},{"name":"ITAgentSessionEvent","features":[67]},{"name":"ITAllocatorProperties","features":[67]},{"name":"ITAutomatedPhoneControl","features":[67]},{"name":"ITBasicAudioTerminal","features":[67]},{"name":"ITBasicCallControl","features":[67]},{"name":"ITBasicCallControl2","features":[67]},{"name":"ITCallHub","features":[67]},{"name":"ITCallHubEvent","features":[67]},{"name":"ITCallInfo","features":[67]},{"name":"ITCallInfo2","features":[67]},{"name":"ITCallInfoChangeEvent","features":[67]},{"name":"ITCallMediaEvent","features":[67]},{"name":"ITCallNotificationEvent","features":[67]},{"name":"ITCallStateEvent","features":[67]},{"name":"ITCallingCard","features":[67]},{"name":"ITCollection","features":[67]},{"name":"ITCollection2","features":[67]},{"name":"ITCustomTone","features":[67]},{"name":"ITDetectTone","features":[67]},{"name":"ITDigitDetectionEvent","features":[67]},{"name":"ITDigitGenerationEvent","features":[67]},{"name":"ITDigitsGatheredEvent","features":[67]},{"name":"ITDirectory","features":[67]},{"name":"ITDirectoryObject","features":[67]},{"name":"ITDirectoryObjectConference","features":[67]},{"name":"ITDirectoryObjectUser","features":[67]},{"name":"ITDispatchMapper","features":[67]},{"name":"ITFileTerminalEvent","features":[67]},{"name":"ITFileTrack","features":[67]},{"name":"ITForwardInformation","features":[67]},{"name":"ITForwardInformation2","features":[67]},{"name":"ITILSConfig","features":[67]},{"name":"ITLegacyAddressMediaControl","features":[67]},{"name":"ITLegacyAddressMediaControl2","features":[67]},{"name":"ITLegacyCallMediaControl","features":[67]},{"name":"ITLegacyCallMediaControl2","features":[67]},{"name":"ITLegacyWaveSupport","features":[67]},{"name":"ITLocationInfo","features":[67]},{"name":"ITMSPAddress","features":[67]},{"name":"ITMediaControl","features":[67]},{"name":"ITMediaPlayback","features":[67]},{"name":"ITMediaRecord","features":[67]},{"name":"ITMediaSupport","features":[67]},{"name":"ITMultiTrackTerminal","features":[67]},{"name":"ITPhone","features":[67]},{"name":"ITPhoneDeviceSpecificEvent","features":[67]},{"name":"ITPhoneEvent","features":[67]},{"name":"ITPluggableTerminalClassInfo","features":[67]},{"name":"ITPluggableTerminalEventSink","features":[67]},{"name":"ITPluggableTerminalEventSinkRegistration","features":[67]},{"name":"ITPluggableTerminalSuperclassInfo","features":[67]},{"name":"ITPrivateEvent","features":[67]},{"name":"ITQOSEvent","features":[67]},{"name":"ITQueue","features":[67]},{"name":"ITQueueEvent","features":[67]},{"name":"ITRendezvous","features":[67]},{"name":"ITRequest","features":[67]},{"name":"ITRequestEvent","features":[67]},{"name":"ITScriptableAudioFormat","features":[67]},{"name":"ITStaticAudioTerminal","features":[67]},{"name":"ITStream","features":[67]},{"name":"ITStreamControl","features":[67]},{"name":"ITSubStream","features":[67]},{"name":"ITSubStreamControl","features":[67]},{"name":"ITTAPI","features":[67]},{"name":"ITTAPI2","features":[67]},{"name":"ITTAPICallCenter","features":[67]},{"name":"ITTAPIDispatchEventNotification","features":[67]},{"name":"ITTAPIEventNotification","features":[67]},{"name":"ITTAPIObjectEvent","features":[67]},{"name":"ITTAPIObjectEvent2","features":[67]},{"name":"ITTTSTerminalEvent","features":[67]},{"name":"ITTerminal","features":[67]},{"name":"ITTerminalSupport","features":[67]},{"name":"ITTerminalSupport2","features":[67]},{"name":"ITToneDetectionEvent","features":[67]},{"name":"ITToneTerminalEvent","features":[67]},{"name":"ITnef","features":[67]},{"name":"LAST_LINEMEDIAMODE","features":[67]},{"name":"LAST_LINEREQUESTMODE","features":[67]},{"name":"LINEADDRCAPFLAGS_ACCEPTTOALERT","features":[67]},{"name":"LINEADDRCAPFLAGS_ACDGROUP","features":[67]},{"name":"LINEADDRCAPFLAGS_AUTORECONNECT","features":[67]},{"name":"LINEADDRCAPFLAGS_BLOCKIDDEFAULT","features":[67]},{"name":"LINEADDRCAPFLAGS_BLOCKIDOVERRIDE","features":[67]},{"name":"LINEADDRCAPFLAGS_COMPLETIONID","features":[67]},{"name":"LINEADDRCAPFLAGS_CONFDROP","features":[67]},{"name":"LINEADDRCAPFLAGS_CONFERENCEHELD","features":[67]},{"name":"LINEADDRCAPFLAGS_CONFERENCEMAKE","features":[67]},{"name":"LINEADDRCAPFLAGS_DESTOFFHOOK","features":[67]},{"name":"LINEADDRCAPFLAGS_DIALED","features":[67]},{"name":"LINEADDRCAPFLAGS_FWDBUSYNAADDR","features":[67]},{"name":"LINEADDRCAPFLAGS_FWDCONSULT","features":[67]},{"name":"LINEADDRCAPFLAGS_FWDINTEXTADDR","features":[67]},{"name":"LINEADDRCAPFLAGS_FWDNUMRINGS","features":[67]},{"name":"LINEADDRCAPFLAGS_FWDSTATUSVALID","features":[67]},{"name":"LINEADDRCAPFLAGS_HOLDMAKESNEW","features":[67]},{"name":"LINEADDRCAPFLAGS_NOEXTERNALCALLS","features":[67]},{"name":"LINEADDRCAPFLAGS_NOINTERNALCALLS","features":[67]},{"name":"LINEADDRCAPFLAGS_NOPSTNADDRESSTRANSLATION","features":[67]},{"name":"LINEADDRCAPFLAGS_ORIGOFFHOOK","features":[67]},{"name":"LINEADDRCAPFLAGS_PARTIALDIAL","features":[67]},{"name":"LINEADDRCAPFLAGS_PICKUPCALLWAIT","features":[67]},{"name":"LINEADDRCAPFLAGS_PICKUPGROUPID","features":[67]},{"name":"LINEADDRCAPFLAGS_PREDICTIVEDIALER","features":[67]},{"name":"LINEADDRCAPFLAGS_QUEUE","features":[67]},{"name":"LINEADDRCAPFLAGS_ROUTEPOINT","features":[67]},{"name":"LINEADDRCAPFLAGS_SECURE","features":[67]},{"name":"LINEADDRCAPFLAGS_SETCALLINGID","features":[67]},{"name":"LINEADDRCAPFLAGS_SETUPCONFNULL","features":[67]},{"name":"LINEADDRCAPFLAGS_TRANSFERHELD","features":[67]},{"name":"LINEADDRCAPFLAGS_TRANSFERMAKE","features":[67]},{"name":"LINEADDRESSCAPS","features":[67]},{"name":"LINEADDRESSMODE_ADDRESSID","features":[67]},{"name":"LINEADDRESSMODE_DIALABLEADDR","features":[67]},{"name":"LINEADDRESSSHARING_BRIDGEDEXCL","features":[67]},{"name":"LINEADDRESSSHARING_BRIDGEDNEW","features":[67]},{"name":"LINEADDRESSSHARING_BRIDGEDSHARED","features":[67]},{"name":"LINEADDRESSSHARING_MONITORED","features":[67]},{"name":"LINEADDRESSSHARING_PRIVATE","features":[67]},{"name":"LINEADDRESSSTATE_CAPSCHANGE","features":[67]},{"name":"LINEADDRESSSTATE_DEVSPECIFIC","features":[67]},{"name":"LINEADDRESSSTATE_FORWARD","features":[67]},{"name":"LINEADDRESSSTATE_INUSEMANY","features":[67]},{"name":"LINEADDRESSSTATE_INUSEONE","features":[67]},{"name":"LINEADDRESSSTATE_INUSEZERO","features":[67]},{"name":"LINEADDRESSSTATE_NUMCALLS","features":[67]},{"name":"LINEADDRESSSTATE_OTHER","features":[67]},{"name":"LINEADDRESSSTATE_TERMINALS","features":[67]},{"name":"LINEADDRESSSTATUS","features":[67]},{"name":"LINEADDRESSTYPE_DOMAINNAME","features":[67]},{"name":"LINEADDRESSTYPE_EMAILNAME","features":[67]},{"name":"LINEADDRESSTYPE_IPADDRESS","features":[67]},{"name":"LINEADDRESSTYPE_PHONENUMBER","features":[67]},{"name":"LINEADDRESSTYPE_SDP","features":[67]},{"name":"LINEADDRFEATURE_FORWARD","features":[67]},{"name":"LINEADDRFEATURE_FORWARDDND","features":[67]},{"name":"LINEADDRFEATURE_FORWARDFWD","features":[67]},{"name":"LINEADDRFEATURE_MAKECALL","features":[67]},{"name":"LINEADDRFEATURE_PICKUP","features":[67]},{"name":"LINEADDRFEATURE_PICKUPDIRECT","features":[67]},{"name":"LINEADDRFEATURE_PICKUPGROUP","features":[67]},{"name":"LINEADDRFEATURE_PICKUPHELD","features":[67]},{"name":"LINEADDRFEATURE_PICKUPWAITING","features":[67]},{"name":"LINEADDRFEATURE_SETMEDIACONTROL","features":[67]},{"name":"LINEADDRFEATURE_SETTERMINAL","features":[67]},{"name":"LINEADDRFEATURE_SETUPCONF","features":[67]},{"name":"LINEADDRFEATURE_UNCOMPLETECALL","features":[67]},{"name":"LINEADDRFEATURE_UNPARK","features":[67]},{"name":"LINEAGENTACTIVITYENTRY","features":[67]},{"name":"LINEAGENTACTIVITYLIST","features":[67]},{"name":"LINEAGENTCAPS","features":[67]},{"name":"LINEAGENTENTRY","features":[67]},{"name":"LINEAGENTFEATURE_AGENTSPECIFIC","features":[67]},{"name":"LINEAGENTFEATURE_GETAGENTACTIVITYLIST","features":[67]},{"name":"LINEAGENTFEATURE_GETAGENTGROUP","features":[67]},{"name":"LINEAGENTFEATURE_SETAGENTACTIVITY","features":[67]},{"name":"LINEAGENTFEATURE_SETAGENTGROUP","features":[67]},{"name":"LINEAGENTFEATURE_SETAGENTSTATE","features":[67]},{"name":"LINEAGENTGROUPENTRY","features":[67]},{"name":"LINEAGENTGROUPLIST","features":[67]},{"name":"LINEAGENTINFO","features":[67,43]},{"name":"LINEAGENTLIST","features":[67]},{"name":"LINEAGENTSESSIONENTRY","features":[67]},{"name":"LINEAGENTSESSIONINFO","features":[67,43]},{"name":"LINEAGENTSESSIONLIST","features":[67]},{"name":"LINEAGENTSESSIONSTATE_BUSYONCALL","features":[67]},{"name":"LINEAGENTSESSIONSTATE_BUSYWRAPUP","features":[67]},{"name":"LINEAGENTSESSIONSTATE_ENDED","features":[67]},{"name":"LINEAGENTSESSIONSTATE_NOTREADY","features":[67]},{"name":"LINEAGENTSESSIONSTATE_READY","features":[67]},{"name":"LINEAGENTSESSIONSTATE_RELEASED","features":[67]},{"name":"LINEAGENTSESSIONSTATUS_NEWSESSION","features":[67]},{"name":"LINEAGENTSESSIONSTATUS_STATE","features":[67]},{"name":"LINEAGENTSESSIONSTATUS_UPDATEINFO","features":[67]},{"name":"LINEAGENTSTATEEX_BUSYACD","features":[67]},{"name":"LINEAGENTSTATEEX_BUSYINCOMING","features":[67]},{"name":"LINEAGENTSTATEEX_BUSYOUTGOING","features":[67]},{"name":"LINEAGENTSTATEEX_NOTREADY","features":[67]},{"name":"LINEAGENTSTATEEX_READY","features":[67]},{"name":"LINEAGENTSTATEEX_RELEASED","features":[67]},{"name":"LINEAGENTSTATEEX_UNKNOWN","features":[67]},{"name":"LINEAGENTSTATE_BUSYACD","features":[67]},{"name":"LINEAGENTSTATE_BUSYINCOMING","features":[67]},{"name":"LINEAGENTSTATE_BUSYOTHER","features":[67]},{"name":"LINEAGENTSTATE_BUSYOUTBOUND","features":[67]},{"name":"LINEAGENTSTATE_LOGGEDOFF","features":[67]},{"name":"LINEAGENTSTATE_NOTREADY","features":[67]},{"name":"LINEAGENTSTATE_READY","features":[67]},{"name":"LINEAGENTSTATE_UNAVAIL","features":[67]},{"name":"LINEAGENTSTATE_UNKNOWN","features":[67]},{"name":"LINEAGENTSTATE_WORKINGAFTERCALL","features":[67]},{"name":"LINEAGENTSTATUS","features":[67]},{"name":"LINEAGENTSTATUSEX_NEWAGENT","features":[67]},{"name":"LINEAGENTSTATUSEX_STATE","features":[67]},{"name":"LINEAGENTSTATUSEX_UPDATEINFO","features":[67]},{"name":"LINEAGENTSTATUS_ACTIVITY","features":[67]},{"name":"LINEAGENTSTATUS_ACTIVITYLIST","features":[67]},{"name":"LINEAGENTSTATUS_CAPSCHANGE","features":[67]},{"name":"LINEAGENTSTATUS_GROUP","features":[67]},{"name":"LINEAGENTSTATUS_GROUPLIST","features":[67]},{"name":"LINEAGENTSTATUS_NEXTSTATE","features":[67]},{"name":"LINEAGENTSTATUS_STATE","features":[67]},{"name":"LINEAGENTSTATUS_VALIDNEXTSTATES","features":[67]},{"name":"LINEAGENTSTATUS_VALIDSTATES","features":[67]},{"name":"LINEANSWERMODE_DROP","features":[67]},{"name":"LINEANSWERMODE_HOLD","features":[67]},{"name":"LINEANSWERMODE_NONE","features":[67]},{"name":"LINEAPPINFO","features":[67]},{"name":"LINEBEARERMODE_ALTSPEECHDATA","features":[67]},{"name":"LINEBEARERMODE_DATA","features":[67]},{"name":"LINEBEARERMODE_MULTIUSE","features":[67]},{"name":"LINEBEARERMODE_NONCALLSIGNALING","features":[67]},{"name":"LINEBEARERMODE_PASSTHROUGH","features":[67]},{"name":"LINEBEARERMODE_RESTRICTEDDATA","features":[67]},{"name":"LINEBEARERMODE_SPEECH","features":[67]},{"name":"LINEBEARERMODE_VOICE","features":[67]},{"name":"LINEBUSYMODE_STATION","features":[67]},{"name":"LINEBUSYMODE_TRUNK","features":[67]},{"name":"LINEBUSYMODE_UNAVAIL","features":[67]},{"name":"LINEBUSYMODE_UNKNOWN","features":[67]},{"name":"LINECALLBACK","features":[67]},{"name":"LINECALLCOMPLCOND_BUSY","features":[67]},{"name":"LINECALLCOMPLCOND_NOANSWER","features":[67]},{"name":"LINECALLCOMPLMODE_CALLBACK","features":[67]},{"name":"LINECALLCOMPLMODE_CAMPON","features":[67]},{"name":"LINECALLCOMPLMODE_INTRUDE","features":[67]},{"name":"LINECALLCOMPLMODE_MESSAGE","features":[67]},{"name":"LINECALLFEATURE2_COMPLCALLBACK","features":[67]},{"name":"LINECALLFEATURE2_COMPLCAMPON","features":[67]},{"name":"LINECALLFEATURE2_COMPLINTRUDE","features":[67]},{"name":"LINECALLFEATURE2_COMPLMESSAGE","features":[67]},{"name":"LINECALLFEATURE2_NOHOLDCONFERENCE","features":[67]},{"name":"LINECALLFEATURE2_ONESTEPTRANSFER","features":[67]},{"name":"LINECALLFEATURE2_PARKDIRECT","features":[67]},{"name":"LINECALLFEATURE2_PARKNONDIRECT","features":[67]},{"name":"LINECALLFEATURE2_TRANSFERCONF","features":[67]},{"name":"LINECALLFEATURE2_TRANSFERNORM","features":[67]},{"name":"LINECALLFEATURE_ACCEPT","features":[67]},{"name":"LINECALLFEATURE_ADDTOCONF","features":[67]},{"name":"LINECALLFEATURE_ANSWER","features":[67]},{"name":"LINECALLFEATURE_BLINDTRANSFER","features":[67]},{"name":"LINECALLFEATURE_COMPLETECALL","features":[67]},{"name":"LINECALLFEATURE_COMPLETETRANSF","features":[67]},{"name":"LINECALLFEATURE_DIAL","features":[67]},{"name":"LINECALLFEATURE_DROP","features":[67]},{"name":"LINECALLFEATURE_GATHERDIGITS","features":[67]},{"name":"LINECALLFEATURE_GENERATEDIGITS","features":[67]},{"name":"LINECALLFEATURE_GENERATETONE","features":[67]},{"name":"LINECALLFEATURE_HOLD","features":[67]},{"name":"LINECALLFEATURE_MONITORDIGITS","features":[67]},{"name":"LINECALLFEATURE_MONITORMEDIA","features":[67]},{"name":"LINECALLFEATURE_MONITORTONES","features":[67]},{"name":"LINECALLFEATURE_PARK","features":[67]},{"name":"LINECALLFEATURE_PREPAREADDCONF","features":[67]},{"name":"LINECALLFEATURE_REDIRECT","features":[67]},{"name":"LINECALLFEATURE_RELEASEUSERUSERINFO","features":[67]},{"name":"LINECALLFEATURE_REMOVEFROMCONF","features":[67]},{"name":"LINECALLFEATURE_SECURECALL","features":[67]},{"name":"LINECALLFEATURE_SENDUSERUSER","features":[67]},{"name":"LINECALLFEATURE_SETCALLDATA","features":[67]},{"name":"LINECALLFEATURE_SETCALLPARAMS","features":[67]},{"name":"LINECALLFEATURE_SETMEDIACONTROL","features":[67]},{"name":"LINECALLFEATURE_SETQOS","features":[67]},{"name":"LINECALLFEATURE_SETTERMINAL","features":[67]},{"name":"LINECALLFEATURE_SETTREATMENT","features":[67]},{"name":"LINECALLFEATURE_SETUPCONF","features":[67]},{"name":"LINECALLFEATURE_SETUPTRANSFER","features":[67]},{"name":"LINECALLFEATURE_SWAPHOLD","features":[67]},{"name":"LINECALLFEATURE_UNHOLD","features":[67]},{"name":"LINECALLHUBTRACKING_ALLCALLS","features":[67]},{"name":"LINECALLHUBTRACKING_NONE","features":[67]},{"name":"LINECALLHUBTRACKING_PROVIDERLEVEL","features":[67]},{"name":"LINECALLINFO","features":[67]},{"name":"LINECALLINFOSTATE_APPSPECIFIC","features":[67]},{"name":"LINECALLINFOSTATE_BEARERMODE","features":[67]},{"name":"LINECALLINFOSTATE_CALLDATA","features":[67]},{"name":"LINECALLINFOSTATE_CALLEDID","features":[67]},{"name":"LINECALLINFOSTATE_CALLERID","features":[67]},{"name":"LINECALLINFOSTATE_CALLID","features":[67]},{"name":"LINECALLINFOSTATE_CHARGINGINFO","features":[67]},{"name":"LINECALLINFOSTATE_COMPLETIONID","features":[67]},{"name":"LINECALLINFOSTATE_CONNECTEDID","features":[67]},{"name":"LINECALLINFOSTATE_DEVSPECIFIC","features":[67]},{"name":"LINECALLINFOSTATE_DIALPARAMS","features":[67]},{"name":"LINECALLINFOSTATE_DISPLAY","features":[67]},{"name":"LINECALLINFOSTATE_HIGHLEVELCOMP","features":[67]},{"name":"LINECALLINFOSTATE_LOWLEVELCOMP","features":[67]},{"name":"LINECALLINFOSTATE_MEDIAMODE","features":[67]},{"name":"LINECALLINFOSTATE_MONITORMODES","features":[67]},{"name":"LINECALLINFOSTATE_NUMMONITORS","features":[67]},{"name":"LINECALLINFOSTATE_NUMOWNERDECR","features":[67]},{"name":"LINECALLINFOSTATE_NUMOWNERINCR","features":[67]},{"name":"LINECALLINFOSTATE_ORIGIN","features":[67]},{"name":"LINECALLINFOSTATE_OTHER","features":[67]},{"name":"LINECALLINFOSTATE_QOS","features":[67]},{"name":"LINECALLINFOSTATE_RATE","features":[67]},{"name":"LINECALLINFOSTATE_REASON","features":[67]},{"name":"LINECALLINFOSTATE_REDIRECTINGID","features":[67]},{"name":"LINECALLINFOSTATE_REDIRECTIONID","features":[67]},{"name":"LINECALLINFOSTATE_RELATEDCALLID","features":[67]},{"name":"LINECALLINFOSTATE_TERMINAL","features":[67]},{"name":"LINECALLINFOSTATE_TREATMENT","features":[67]},{"name":"LINECALLINFOSTATE_TRUNK","features":[67]},{"name":"LINECALLINFOSTATE_USERUSERINFO","features":[67]},{"name":"LINECALLLIST","features":[67]},{"name":"LINECALLORIGIN_CONFERENCE","features":[67]},{"name":"LINECALLORIGIN_EXTERNAL","features":[67]},{"name":"LINECALLORIGIN_INBOUND","features":[67]},{"name":"LINECALLORIGIN_INTERNAL","features":[67]},{"name":"LINECALLORIGIN_OUTBOUND","features":[67]},{"name":"LINECALLORIGIN_UNAVAIL","features":[67]},{"name":"LINECALLORIGIN_UNKNOWN","features":[67]},{"name":"LINECALLPARAMFLAGS_BLOCKID","features":[67]},{"name":"LINECALLPARAMFLAGS_DESTOFFHOOK","features":[67]},{"name":"LINECALLPARAMFLAGS_IDLE","features":[67]},{"name":"LINECALLPARAMFLAGS_NOHOLDCONFERENCE","features":[67]},{"name":"LINECALLPARAMFLAGS_ONESTEPTRANSFER","features":[67]},{"name":"LINECALLPARAMFLAGS_ORIGOFFHOOK","features":[67]},{"name":"LINECALLPARAMFLAGS_PREDICTIVEDIAL","features":[67]},{"name":"LINECALLPARAMFLAGS_SECURE","features":[67]},{"name":"LINECALLPARAMS","features":[67]},{"name":"LINECALLPARTYID_ADDRESS","features":[67]},{"name":"LINECALLPARTYID_BLOCKED","features":[67]},{"name":"LINECALLPARTYID_NAME","features":[67]},{"name":"LINECALLPARTYID_OUTOFAREA","features":[67]},{"name":"LINECALLPARTYID_PARTIAL","features":[67]},{"name":"LINECALLPARTYID_UNAVAIL","features":[67]},{"name":"LINECALLPARTYID_UNKNOWN","features":[67]},{"name":"LINECALLPRIVILEGE_MONITOR","features":[67]},{"name":"LINECALLPRIVILEGE_NONE","features":[67]},{"name":"LINECALLPRIVILEGE_OWNER","features":[67]},{"name":"LINECALLREASON_CALLCOMPLETION","features":[67]},{"name":"LINECALLREASON_CAMPEDON","features":[67]},{"name":"LINECALLREASON_DIRECT","features":[67]},{"name":"LINECALLREASON_FWDBUSY","features":[67]},{"name":"LINECALLREASON_FWDNOANSWER","features":[67]},{"name":"LINECALLREASON_FWDUNCOND","features":[67]},{"name":"LINECALLREASON_INTRUDE","features":[67]},{"name":"LINECALLREASON_PARKED","features":[67]},{"name":"LINECALLREASON_PICKUP","features":[67]},{"name":"LINECALLREASON_REDIRECT","features":[67]},{"name":"LINECALLREASON_REMINDER","features":[67]},{"name":"LINECALLREASON_ROUTEREQUEST","features":[67]},{"name":"LINECALLREASON_TRANSFER","features":[67]},{"name":"LINECALLREASON_UNAVAIL","features":[67]},{"name":"LINECALLREASON_UNKNOWN","features":[67]},{"name":"LINECALLREASON_UNPARK","features":[67]},{"name":"LINECALLSELECT_ADDRESS","features":[67]},{"name":"LINECALLSELECT_CALL","features":[67]},{"name":"LINECALLSELECT_CALLID","features":[67]},{"name":"LINECALLSELECT_DEVICEID","features":[67]},{"name":"LINECALLSELECT_LINE","features":[67]},{"name":"LINECALLSTATE_ACCEPTED","features":[67]},{"name":"LINECALLSTATE_BUSY","features":[67]},{"name":"LINECALLSTATE_CONFERENCED","features":[67]},{"name":"LINECALLSTATE_CONNECTED","features":[67]},{"name":"LINECALLSTATE_DIALING","features":[67]},{"name":"LINECALLSTATE_DIALTONE","features":[67]},{"name":"LINECALLSTATE_DISCONNECTED","features":[67]},{"name":"LINECALLSTATE_IDLE","features":[67]},{"name":"LINECALLSTATE_OFFERING","features":[67]},{"name":"LINECALLSTATE_ONHOLD","features":[67]},{"name":"LINECALLSTATE_ONHOLDPENDCONF","features":[67]},{"name":"LINECALLSTATE_ONHOLDPENDTRANSFER","features":[67]},{"name":"LINECALLSTATE_PROCEEDING","features":[67]},{"name":"LINECALLSTATE_RINGBACK","features":[67]},{"name":"LINECALLSTATE_SPECIALINFO","features":[67]},{"name":"LINECALLSTATE_UNKNOWN","features":[67]},{"name":"LINECALLSTATUS","features":[67,3]},{"name":"LINECALLTREATMENTENTRY","features":[67]},{"name":"LINECALLTREATMENT_BUSY","features":[67]},{"name":"LINECALLTREATMENT_MUSIC","features":[67]},{"name":"LINECALLTREATMENT_RINGBACK","features":[67]},{"name":"LINECALLTREATMENT_SILENCE","features":[67]},{"name":"LINECARDENTRY","features":[67]},{"name":"LINECARDOPTION_HIDDEN","features":[67]},{"name":"LINECARDOPTION_PREDEFINED","features":[67]},{"name":"LINECONNECTEDMODE_ACTIVE","features":[67]},{"name":"LINECONNECTEDMODE_ACTIVEHELD","features":[67]},{"name":"LINECONNECTEDMODE_CONFIRMED","features":[67]},{"name":"LINECONNECTEDMODE_INACTIVE","features":[67]},{"name":"LINECONNECTEDMODE_INACTIVEHELD","features":[67]},{"name":"LINECOUNTRYENTRY","features":[67]},{"name":"LINECOUNTRYLIST","features":[67]},{"name":"LINEDEVCAPFLAGS_CALLHUB","features":[67]},{"name":"LINEDEVCAPFLAGS_CALLHUBTRACKING","features":[67]},{"name":"LINEDEVCAPFLAGS_CLOSEDROP","features":[67]},{"name":"LINEDEVCAPFLAGS_CROSSADDRCONF","features":[67]},{"name":"LINEDEVCAPFLAGS_DIALBILLING","features":[67]},{"name":"LINEDEVCAPFLAGS_DIALDIALTONE","features":[67]},{"name":"LINEDEVCAPFLAGS_DIALQUIET","features":[67]},{"name":"LINEDEVCAPFLAGS_HIGHLEVCOMP","features":[67]},{"name":"LINEDEVCAPFLAGS_LOCAL","features":[67]},{"name":"LINEDEVCAPFLAGS_LOWLEVCOMP","features":[67]},{"name":"LINEDEVCAPFLAGS_MEDIACONTROL","features":[67]},{"name":"LINEDEVCAPFLAGS_MSP","features":[67]},{"name":"LINEDEVCAPFLAGS_MULTIPLEADDR","features":[67]},{"name":"LINEDEVCAPFLAGS_PRIVATEOBJECTS","features":[67]},{"name":"LINEDEVCAPS","features":[67]},{"name":"LINEDEVSTATE_BATTERY","features":[67]},{"name":"LINEDEVSTATE_CAPSCHANGE","features":[67]},{"name":"LINEDEVSTATE_CLOSE","features":[67]},{"name":"LINEDEVSTATE_COMPLCANCEL","features":[67]},{"name":"LINEDEVSTATE_CONFIGCHANGE","features":[67]},{"name":"LINEDEVSTATE_CONNECTED","features":[67]},{"name":"LINEDEVSTATE_DEVSPECIFIC","features":[67]},{"name":"LINEDEVSTATE_DISCONNECTED","features":[67]},{"name":"LINEDEVSTATE_INSERVICE","features":[67]},{"name":"LINEDEVSTATE_LOCK","features":[67]},{"name":"LINEDEVSTATE_MAINTENANCE","features":[67]},{"name":"LINEDEVSTATE_MSGWAITOFF","features":[67]},{"name":"LINEDEVSTATE_MSGWAITON","features":[67]},{"name":"LINEDEVSTATE_NUMCALLS","features":[67]},{"name":"LINEDEVSTATE_NUMCOMPLETIONS","features":[67]},{"name":"LINEDEVSTATE_OPEN","features":[67]},{"name":"LINEDEVSTATE_OTHER","features":[67]},{"name":"LINEDEVSTATE_OUTOFSERVICE","features":[67]},{"name":"LINEDEVSTATE_REINIT","features":[67]},{"name":"LINEDEVSTATE_REMOVED","features":[67]},{"name":"LINEDEVSTATE_RINGING","features":[67]},{"name":"LINEDEVSTATE_ROAMMODE","features":[67]},{"name":"LINEDEVSTATE_SIGNAL","features":[67]},{"name":"LINEDEVSTATE_TERMINALS","features":[67]},{"name":"LINEDEVSTATE_TRANSLATECHANGE","features":[67]},{"name":"LINEDEVSTATUS","features":[67]},{"name":"LINEDEVSTATUSFLAGS_CONNECTED","features":[67]},{"name":"LINEDEVSTATUSFLAGS_INSERVICE","features":[67]},{"name":"LINEDEVSTATUSFLAGS_LOCKED","features":[67]},{"name":"LINEDEVSTATUSFLAGS_MSGWAIT","features":[67]},{"name":"LINEDIALPARAMS","features":[67]},{"name":"LINEDIALTONEMODE_EXTERNAL","features":[67]},{"name":"LINEDIALTONEMODE_INTERNAL","features":[67]},{"name":"LINEDIALTONEMODE_NORMAL","features":[67]},{"name":"LINEDIALTONEMODE_SPECIAL","features":[67]},{"name":"LINEDIALTONEMODE_UNAVAIL","features":[67]},{"name":"LINEDIALTONEMODE_UNKNOWN","features":[67]},{"name":"LINEDIGITMODE_DTMF","features":[67]},{"name":"LINEDIGITMODE_DTMFEND","features":[67]},{"name":"LINEDIGITMODE_PULSE","features":[67]},{"name":"LINEDISCONNECTMODE_BADADDRESS","features":[67]},{"name":"LINEDISCONNECTMODE_BLOCKED","features":[67]},{"name":"LINEDISCONNECTMODE_BUSY","features":[67]},{"name":"LINEDISCONNECTMODE_CANCELLED","features":[67]},{"name":"LINEDISCONNECTMODE_CONGESTION","features":[67]},{"name":"LINEDISCONNECTMODE_DESTINATIONBARRED","features":[67]},{"name":"LINEDISCONNECTMODE_DONOTDISTURB","features":[67]},{"name":"LINEDISCONNECTMODE_FDNRESTRICT","features":[67]},{"name":"LINEDISCONNECTMODE_FORWARDED","features":[67]},{"name":"LINEDISCONNECTMODE_INCOMPATIBLE","features":[67]},{"name":"LINEDISCONNECTMODE_NOANSWER","features":[67]},{"name":"LINEDISCONNECTMODE_NODIALTONE","features":[67]},{"name":"LINEDISCONNECTMODE_NORMAL","features":[67]},{"name":"LINEDISCONNECTMODE_NUMBERCHANGED","features":[67]},{"name":"LINEDISCONNECTMODE_OUTOFORDER","features":[67]},{"name":"LINEDISCONNECTMODE_PICKUP","features":[67]},{"name":"LINEDISCONNECTMODE_QOSUNAVAIL","features":[67]},{"name":"LINEDISCONNECTMODE_REJECT","features":[67]},{"name":"LINEDISCONNECTMODE_TEMPFAILURE","features":[67]},{"name":"LINEDISCONNECTMODE_UNAVAIL","features":[67]},{"name":"LINEDISCONNECTMODE_UNKNOWN","features":[67]},{"name":"LINEDISCONNECTMODE_UNREACHABLE","features":[67]},{"name":"LINEEQOSINFO_ADMISSIONFAILURE","features":[67]},{"name":"LINEEQOSINFO_GENERICERROR","features":[67]},{"name":"LINEEQOSINFO_NOQOS","features":[67]},{"name":"LINEEQOSINFO_POLICYFAILURE","features":[67]},{"name":"LINEERR_ADDRESSBLOCKED","features":[67]},{"name":"LINEERR_ALLOCATED","features":[67]},{"name":"LINEERR_BADDEVICEID","features":[67]},{"name":"LINEERR_BEARERMODEUNAVAIL","features":[67]},{"name":"LINEERR_BILLINGREJECTED","features":[67]},{"name":"LINEERR_CALLUNAVAIL","features":[67]},{"name":"LINEERR_COMPLETIONOVERRUN","features":[67]},{"name":"LINEERR_CONFERENCEFULL","features":[67]},{"name":"LINEERR_DIALBILLING","features":[67]},{"name":"LINEERR_DIALDIALTONE","features":[67]},{"name":"LINEERR_DIALPROMPT","features":[67]},{"name":"LINEERR_DIALQUIET","features":[67]},{"name":"LINEERR_DIALVOICEDETECT","features":[67]},{"name":"LINEERR_DISCONNECTED","features":[67]},{"name":"LINEERR_INCOMPATIBLEAPIVERSION","features":[67]},{"name":"LINEERR_INCOMPATIBLEEXTVERSION","features":[67]},{"name":"LINEERR_INIFILECORRUPT","features":[67]},{"name":"LINEERR_INUSE","features":[67]},{"name":"LINEERR_INVALADDRESS","features":[67]},{"name":"LINEERR_INVALADDRESSID","features":[67]},{"name":"LINEERR_INVALADDRESSMODE","features":[67]},{"name":"LINEERR_INVALADDRESSSTATE","features":[67]},{"name":"LINEERR_INVALADDRESSTYPE","features":[67]},{"name":"LINEERR_INVALAGENTACTIVITY","features":[67]},{"name":"LINEERR_INVALAGENTGROUP","features":[67]},{"name":"LINEERR_INVALAGENTID","features":[67]},{"name":"LINEERR_INVALAGENTSESSIONSTATE","features":[67]},{"name":"LINEERR_INVALAGENTSTATE","features":[67]},{"name":"LINEERR_INVALAPPHANDLE","features":[67]},{"name":"LINEERR_INVALAPPNAME","features":[67]},{"name":"LINEERR_INVALBEARERMODE","features":[67]},{"name":"LINEERR_INVALCALLCOMPLMODE","features":[67]},{"name":"LINEERR_INVALCALLHANDLE","features":[67]},{"name":"LINEERR_INVALCALLPARAMS","features":[67]},{"name":"LINEERR_INVALCALLPRIVILEGE","features":[67]},{"name":"LINEERR_INVALCALLSELECT","features":[67]},{"name":"LINEERR_INVALCALLSTATE","features":[67]},{"name":"LINEERR_INVALCALLSTATELIST","features":[67]},{"name":"LINEERR_INVALCARD","features":[67]},{"name":"LINEERR_INVALCOMPLETIONID","features":[67]},{"name":"LINEERR_INVALCONFCALLHANDLE","features":[67]},{"name":"LINEERR_INVALCONSULTCALLHANDLE","features":[67]},{"name":"LINEERR_INVALCOUNTRYCODE","features":[67]},{"name":"LINEERR_INVALDEVICECLASS","features":[67]},{"name":"LINEERR_INVALDEVICEHANDLE","features":[67]},{"name":"LINEERR_INVALDIALPARAMS","features":[67]},{"name":"LINEERR_INVALDIGITLIST","features":[67]},{"name":"LINEERR_INVALDIGITMODE","features":[67]},{"name":"LINEERR_INVALDIGITS","features":[67]},{"name":"LINEERR_INVALEXTVERSION","features":[67]},{"name":"LINEERR_INVALFEATURE","features":[67]},{"name":"LINEERR_INVALGROUPID","features":[67]},{"name":"LINEERR_INVALLINEHANDLE","features":[67]},{"name":"LINEERR_INVALLINESTATE","features":[67]},{"name":"LINEERR_INVALLOCATION","features":[67]},{"name":"LINEERR_INVALMEDIALIST","features":[67]},{"name":"LINEERR_INVALMEDIAMODE","features":[67]},{"name":"LINEERR_INVALMESSAGEID","features":[67]},{"name":"LINEERR_INVALPARAM","features":[67]},{"name":"LINEERR_INVALPARKID","features":[67]},{"name":"LINEERR_INVALPARKMODE","features":[67]},{"name":"LINEERR_INVALPASSWORD","features":[67]},{"name":"LINEERR_INVALPOINTER","features":[67]},{"name":"LINEERR_INVALPRIVSELECT","features":[67]},{"name":"LINEERR_INVALRATE","features":[67]},{"name":"LINEERR_INVALREQUESTMODE","features":[67]},{"name":"LINEERR_INVALTERMINALID","features":[67]},{"name":"LINEERR_INVALTERMINALMODE","features":[67]},{"name":"LINEERR_INVALTIMEOUT","features":[67]},{"name":"LINEERR_INVALTONE","features":[67]},{"name":"LINEERR_INVALTONELIST","features":[67]},{"name":"LINEERR_INVALTONEMODE","features":[67]},{"name":"LINEERR_INVALTRANSFERMODE","features":[67]},{"name":"LINEERR_LINEMAPPERFAILED","features":[67]},{"name":"LINEERR_NOCONFERENCE","features":[67]},{"name":"LINEERR_NODEVICE","features":[67]},{"name":"LINEERR_NODRIVER","features":[67]},{"name":"LINEERR_NOMEM","features":[67]},{"name":"LINEERR_NOMULTIPLEINSTANCE","features":[67]},{"name":"LINEERR_NOREQUEST","features":[67]},{"name":"LINEERR_NOTOWNER","features":[67]},{"name":"LINEERR_NOTREGISTERED","features":[67]},{"name":"LINEERR_OPERATIONFAILED","features":[67]},{"name":"LINEERR_OPERATIONUNAVAIL","features":[67]},{"name":"LINEERR_RATEUNAVAIL","features":[67]},{"name":"LINEERR_REINIT","features":[67]},{"name":"LINEERR_REQUESTOVERRUN","features":[67]},{"name":"LINEERR_RESOURCEUNAVAIL","features":[67]},{"name":"LINEERR_SERVICE_NOT_RUNNING","features":[67]},{"name":"LINEERR_STRUCTURETOOSMALL","features":[67]},{"name":"LINEERR_TARGETNOTFOUND","features":[67]},{"name":"LINEERR_TARGETSELF","features":[67]},{"name":"LINEERR_UNINITIALIZED","features":[67]},{"name":"LINEERR_USERCANCELLED","features":[67]},{"name":"LINEERR_USERUSERINFOTOOBIG","features":[67]},{"name":"LINEEVENT","features":[67]},{"name":"LINEEXTENSIONID","features":[67]},{"name":"LINEFEATURE_DEVSPECIFIC","features":[67]},{"name":"LINEFEATURE_DEVSPECIFICFEAT","features":[67]},{"name":"LINEFEATURE_FORWARD","features":[67]},{"name":"LINEFEATURE_FORWARDDND","features":[67]},{"name":"LINEFEATURE_FORWARDFWD","features":[67]},{"name":"LINEFEATURE_MAKECALL","features":[67]},{"name":"LINEFEATURE_SETDEVSTATUS","features":[67]},{"name":"LINEFEATURE_SETMEDIACONTROL","features":[67]},{"name":"LINEFEATURE_SETTERMINAL","features":[67]},{"name":"LINEFORWARD","features":[67]},{"name":"LINEFORWARDLIST","features":[67]},{"name":"LINEFORWARDMODE_BUSY","features":[67]},{"name":"LINEFORWARDMODE_BUSYEXTERNAL","features":[67]},{"name":"LINEFORWARDMODE_BUSYINTERNAL","features":[67]},{"name":"LINEFORWARDMODE_BUSYNA","features":[67]},{"name":"LINEFORWARDMODE_BUSYNAEXTERNAL","features":[67]},{"name":"LINEFORWARDMODE_BUSYNAINTERNAL","features":[67]},{"name":"LINEFORWARDMODE_BUSYNASPECIFIC","features":[67]},{"name":"LINEFORWARDMODE_BUSYSPECIFIC","features":[67]},{"name":"LINEFORWARDMODE_NOANSW","features":[67]},{"name":"LINEFORWARDMODE_NOANSWEXTERNAL","features":[67]},{"name":"LINEFORWARDMODE_NOANSWINTERNAL","features":[67]},{"name":"LINEFORWARDMODE_NOANSWSPECIFIC","features":[67]},{"name":"LINEFORWARDMODE_UNAVAIL","features":[67]},{"name":"LINEFORWARDMODE_UNCOND","features":[67]},{"name":"LINEFORWARDMODE_UNCONDEXTERNAL","features":[67]},{"name":"LINEFORWARDMODE_UNCONDINTERNAL","features":[67]},{"name":"LINEFORWARDMODE_UNCONDSPECIFIC","features":[67]},{"name":"LINEFORWARDMODE_UNKNOWN","features":[67]},{"name":"LINEGATHERTERM_BUFFERFULL","features":[67]},{"name":"LINEGATHERTERM_CANCEL","features":[67]},{"name":"LINEGATHERTERM_FIRSTTIMEOUT","features":[67]},{"name":"LINEGATHERTERM_INTERTIMEOUT","features":[67]},{"name":"LINEGATHERTERM_TERMDIGIT","features":[67]},{"name":"LINEGENERATETERM_CANCEL","features":[67]},{"name":"LINEGENERATETERM_DONE","features":[67]},{"name":"LINEGENERATETONE","features":[67]},{"name":"LINEGROUPSTATUS_GROUPREMOVED","features":[67]},{"name":"LINEGROUPSTATUS_NEWGROUP","features":[67]},{"name":"LINEINITIALIZEEXOPTION_CALLHUBTRACKING","features":[67]},{"name":"LINEINITIALIZEEXOPTION_USECOMPLETIONPORT","features":[67]},{"name":"LINEINITIALIZEEXOPTION_USEEVENT","features":[67]},{"name":"LINEINITIALIZEEXOPTION_USEHIDDENWINDOW","features":[67]},{"name":"LINEINITIALIZEEXPARAMS","features":[67,3]},{"name":"LINELOCATIONENTRY","features":[67]},{"name":"LINELOCATIONOPTION_PULSEDIAL","features":[67]},{"name":"LINEMAPPER","features":[67]},{"name":"LINEMEDIACONTROLCALLSTATE","features":[67]},{"name":"LINEMEDIACONTROLDIGIT","features":[67]},{"name":"LINEMEDIACONTROLMEDIA","features":[67]},{"name":"LINEMEDIACONTROLTONE","features":[67]},{"name":"LINEMEDIACONTROL_NONE","features":[67]},{"name":"LINEMEDIACONTROL_PAUSE","features":[67]},{"name":"LINEMEDIACONTROL_RATEDOWN","features":[67]},{"name":"LINEMEDIACONTROL_RATENORMAL","features":[67]},{"name":"LINEMEDIACONTROL_RATEUP","features":[67]},{"name":"LINEMEDIACONTROL_RESET","features":[67]},{"name":"LINEMEDIACONTROL_RESUME","features":[67]},{"name":"LINEMEDIACONTROL_START","features":[67]},{"name":"LINEMEDIACONTROL_VOLUMEDOWN","features":[67]},{"name":"LINEMEDIACONTROL_VOLUMENORMAL","features":[67]},{"name":"LINEMEDIACONTROL_VOLUMEUP","features":[67]},{"name":"LINEMEDIAMODE_ADSI","features":[67]},{"name":"LINEMEDIAMODE_AUTOMATEDVOICE","features":[67]},{"name":"LINEMEDIAMODE_DATAMODEM","features":[67]},{"name":"LINEMEDIAMODE_DIGITALDATA","features":[67]},{"name":"LINEMEDIAMODE_G3FAX","features":[67]},{"name":"LINEMEDIAMODE_G4FAX","features":[67]},{"name":"LINEMEDIAMODE_INTERACTIVEVOICE","features":[67]},{"name":"LINEMEDIAMODE_MIXED","features":[67]},{"name":"LINEMEDIAMODE_TDD","features":[67]},{"name":"LINEMEDIAMODE_TELETEX","features":[67]},{"name":"LINEMEDIAMODE_TELEX","features":[67]},{"name":"LINEMEDIAMODE_UNKNOWN","features":[67]},{"name":"LINEMEDIAMODE_VIDEO","features":[67]},{"name":"LINEMEDIAMODE_VIDEOTEX","features":[67]},{"name":"LINEMEDIAMODE_VOICEVIEW","features":[67]},{"name":"LINEMESSAGE","features":[67]},{"name":"LINEMONITORTONE","features":[67]},{"name":"LINEOFFERINGMODE_ACTIVE","features":[67]},{"name":"LINEOFFERINGMODE_INACTIVE","features":[67]},{"name":"LINEOPENOPTION_PROXY","features":[67]},{"name":"LINEOPENOPTION_SINGLEADDRESS","features":[67]},{"name":"LINEPARKMODE_DIRECTED","features":[67]},{"name":"LINEPARKMODE_NONDIRECTED","features":[67]},{"name":"LINEPROVIDERENTRY","features":[67]},{"name":"LINEPROVIDERLIST","features":[67]},{"name":"LINEPROXYREQUEST","features":[67,43]},{"name":"LINEPROXYREQUESTLIST","features":[67]},{"name":"LINEPROXYREQUEST_AGENTSPECIFIC","features":[67]},{"name":"LINEPROXYREQUEST_CREATEAGENT","features":[67]},{"name":"LINEPROXYREQUEST_CREATEAGENTSESSION","features":[67]},{"name":"LINEPROXYREQUEST_GETAGENTACTIVITYLIST","features":[67]},{"name":"LINEPROXYREQUEST_GETAGENTCAPS","features":[67]},{"name":"LINEPROXYREQUEST_GETAGENTGROUPLIST","features":[67]},{"name":"LINEPROXYREQUEST_GETAGENTINFO","features":[67]},{"name":"LINEPROXYREQUEST_GETAGENTSESSIONINFO","features":[67]},{"name":"LINEPROXYREQUEST_GETAGENTSESSIONLIST","features":[67]},{"name":"LINEPROXYREQUEST_GETAGENTSTATUS","features":[67]},{"name":"LINEPROXYREQUEST_GETGROUPLIST","features":[67]},{"name":"LINEPROXYREQUEST_GETQUEUEINFO","features":[67]},{"name":"LINEPROXYREQUEST_GETQUEUELIST","features":[67]},{"name":"LINEPROXYREQUEST_SETAGENTACTIVITY","features":[67]},{"name":"LINEPROXYREQUEST_SETAGENTGROUP","features":[67]},{"name":"LINEPROXYREQUEST_SETAGENTMEASUREMENTPERIOD","features":[67]},{"name":"LINEPROXYREQUEST_SETAGENTSESSIONSTATE","features":[67]},{"name":"LINEPROXYREQUEST_SETAGENTSTATE","features":[67]},{"name":"LINEPROXYREQUEST_SETAGENTSTATEEX","features":[67]},{"name":"LINEPROXYREQUEST_SETQUEUEMEASUREMENTPERIOD","features":[67]},{"name":"LINEPROXYSTATUS_ALLOPENFORACD","features":[67]},{"name":"LINEPROXYSTATUS_CLOSE","features":[67]},{"name":"LINEPROXYSTATUS_OPEN","features":[67]},{"name":"LINEQOSREQUESTTYPE_SERVICELEVEL","features":[67]},{"name":"LINEQOSSERVICELEVEL_BESTEFFORT","features":[67]},{"name":"LINEQOSSERVICELEVEL_IFAVAILABLE","features":[67]},{"name":"LINEQOSSERVICELEVEL_NEEDED","features":[67]},{"name":"LINEQUEUEENTRY","features":[67]},{"name":"LINEQUEUEINFO","features":[67]},{"name":"LINEQUEUELIST","features":[67]},{"name":"LINEQUEUESTATUS_NEWQUEUE","features":[67]},{"name":"LINEQUEUESTATUS_QUEUEREMOVED","features":[67]},{"name":"LINEQUEUESTATUS_UPDATEINFO","features":[67]},{"name":"LINEREMOVEFROMCONF_ANY","features":[67]},{"name":"LINEREMOVEFROMCONF_LAST","features":[67]},{"name":"LINEREMOVEFROMCONF_NONE","features":[67]},{"name":"LINEREQMAKECALL","features":[67]},{"name":"LINEREQMAKECALLW","features":[67]},{"name":"LINEREQMEDIACALL","features":[67,3]},{"name":"LINEREQMEDIACALLW","features":[67,3]},{"name":"LINEREQUESTMODE_DROP","features":[67]},{"name":"LINEREQUESTMODE_MAKECALL","features":[67]},{"name":"LINEREQUESTMODE_MEDIACALL","features":[67]},{"name":"LINEROAMMODE_HOME","features":[67]},{"name":"LINEROAMMODE_ROAMA","features":[67]},{"name":"LINEROAMMODE_ROAMB","features":[67]},{"name":"LINEROAMMODE_UNAVAIL","features":[67]},{"name":"LINEROAMMODE_UNKNOWN","features":[67]},{"name":"LINESPECIALINFO_CUSTIRREG","features":[67]},{"name":"LINESPECIALINFO_NOCIRCUIT","features":[67]},{"name":"LINESPECIALINFO_REORDER","features":[67]},{"name":"LINESPECIALINFO_UNAVAIL","features":[67]},{"name":"LINESPECIALINFO_UNKNOWN","features":[67]},{"name":"LINETERMCAPS","features":[67]},{"name":"LINETERMDEV_HEADSET","features":[67]},{"name":"LINETERMDEV_PHONE","features":[67]},{"name":"LINETERMDEV_SPEAKER","features":[67]},{"name":"LINETERMMODE_BUTTONS","features":[67]},{"name":"LINETERMMODE_DISPLAY","features":[67]},{"name":"LINETERMMODE_HOOKSWITCH","features":[67]},{"name":"LINETERMMODE_LAMPS","features":[67]},{"name":"LINETERMMODE_MEDIABIDIRECT","features":[67]},{"name":"LINETERMMODE_MEDIAFROMLINE","features":[67]},{"name":"LINETERMMODE_MEDIATOLINE","features":[67]},{"name":"LINETERMMODE_RINGER","features":[67]},{"name":"LINETERMSHARING_PRIVATE","features":[67]},{"name":"LINETERMSHARING_SHAREDCONF","features":[67]},{"name":"LINETERMSHARING_SHAREDEXCL","features":[67]},{"name":"LINETOLLLISTOPTION_ADD","features":[67]},{"name":"LINETOLLLISTOPTION_REMOVE","features":[67]},{"name":"LINETONEMODE_BEEP","features":[67]},{"name":"LINETONEMODE_BILLING","features":[67]},{"name":"LINETONEMODE_BUSY","features":[67]},{"name":"LINETONEMODE_CUSTOM","features":[67]},{"name":"LINETONEMODE_RINGBACK","features":[67]},{"name":"LINETRANSFERMODE_CONFERENCE","features":[67]},{"name":"LINETRANSFERMODE_TRANSFER","features":[67]},{"name":"LINETRANSLATECAPS","features":[67]},{"name":"LINETRANSLATEOPTION_CANCELCALLWAITING","features":[67]},{"name":"LINETRANSLATEOPTION_CARDOVERRIDE","features":[67]},{"name":"LINETRANSLATEOPTION_FORCELD","features":[67]},{"name":"LINETRANSLATEOPTION_FORCELOCAL","features":[67]},{"name":"LINETRANSLATEOUTPUT","features":[67]},{"name":"LINETRANSLATERESULT_CANONICAL","features":[67]},{"name":"LINETRANSLATERESULT_DIALBILLING","features":[67]},{"name":"LINETRANSLATERESULT_DIALDIALTONE","features":[67]},{"name":"LINETRANSLATERESULT_DIALPROMPT","features":[67]},{"name":"LINETRANSLATERESULT_DIALQUIET","features":[67]},{"name":"LINETRANSLATERESULT_INTERNATIONAL","features":[67]},{"name":"LINETRANSLATERESULT_INTOLLLIST","features":[67]},{"name":"LINETRANSLATERESULT_LOCAL","features":[67]},{"name":"LINETRANSLATERESULT_LONGDISTANCE","features":[67]},{"name":"LINETRANSLATERESULT_NOTINTOLLLIST","features":[67]},{"name":"LINETRANSLATERESULT_NOTRANSLATION","features":[67]},{"name":"LINETRANSLATERESULT_VOICEDETECT","features":[67]},{"name":"LINETSPIOPTION_NONREENTRANT","features":[67]},{"name":"LINE_ADDRESSSTATE","features":[67]},{"name":"LINE_AGENTSESSIONSTATUS","features":[67]},{"name":"LINE_AGENTSPECIFIC","features":[67]},{"name":"LINE_AGENTSTATUS","features":[67]},{"name":"LINE_AGENTSTATUSEX","features":[67]},{"name":"LINE_APPNEWCALL","features":[67]},{"name":"LINE_APPNEWCALLHUB","features":[67]},{"name":"LINE_CALLHUBCLOSE","features":[67]},{"name":"LINE_CALLINFO","features":[67]},{"name":"LINE_CALLSTATE","features":[67]},{"name":"LINE_CLOSE","features":[67]},{"name":"LINE_CREATE","features":[67]},{"name":"LINE_DEVSPECIFIC","features":[67]},{"name":"LINE_DEVSPECIFICEX","features":[67]},{"name":"LINE_DEVSPECIFICFEATURE","features":[67]},{"name":"LINE_GATHERDIGITS","features":[67]},{"name":"LINE_GENERATE","features":[67]},{"name":"LINE_GROUPSTATUS","features":[67]},{"name":"LINE_LINEDEVSTATE","features":[67]},{"name":"LINE_MONITORDIGITS","features":[67]},{"name":"LINE_MONITORMEDIA","features":[67]},{"name":"LINE_MONITORTONE","features":[67]},{"name":"LINE_PROXYREQUEST","features":[67]},{"name":"LINE_PROXYSTATUS","features":[67]},{"name":"LINE_QUEUESTATUS","features":[67]},{"name":"LINE_REMOVE","features":[67]},{"name":"LINE_REPLY","features":[67]},{"name":"LINE_REQUEST","features":[67]},{"name":"LM_BROKENFLUTTER","features":[67]},{"name":"LM_DUMMY","features":[67]},{"name":"LM_FLASH","features":[67]},{"name":"LM_FLUTTER","features":[67]},{"name":"LM_OFF","features":[67]},{"name":"LM_STEADY","features":[67]},{"name":"LM_UNKNOWN","features":[67]},{"name":"LM_WINK","features":[67]},{"name":"LPGETTNEFSTREAMCODEPAGE","features":[67]},{"name":"LPOPENTNEFSTREAM","features":[67]},{"name":"LPOPENTNEFSTREAMEX","features":[67]},{"name":"ME_ADDRESS_EVENT","features":[67]},{"name":"ME_ASR_TERMINAL_EVENT","features":[67]},{"name":"ME_CALL_EVENT","features":[67]},{"name":"ME_FILE_TERMINAL_EVENT","features":[67]},{"name":"ME_PRIVATE_EVENT","features":[67]},{"name":"ME_TONE_TERMINAL_EVENT","features":[67]},{"name":"ME_TSP_DATA","features":[67]},{"name":"ME_TTS_TERMINAL_EVENT","features":[67]},{"name":"MSP_ADDRESS_EVENT","features":[67]},{"name":"MSP_CALL_EVENT","features":[67]},{"name":"MSP_CALL_EVENT_CAUSE","features":[67]},{"name":"MSP_EVENT","features":[67]},{"name":"MSP_EVENT_INFO","features":[67]},{"name":"McastAddressAllocation","features":[67]},{"name":"NSID","features":[67]},{"name":"OPENTNEFSTREAM","features":[67]},{"name":"OPENTNEFSTREAMEX","features":[67]},{"name":"OT_CONFERENCE","features":[67]},{"name":"OT_USER","features":[67]},{"name":"OpenTnefStream","features":[67]},{"name":"OpenTnefStreamEx","features":[67]},{"name":"PBF_ABBREVDIAL","features":[67]},{"name":"PBF_BRIDGEDAPP","features":[67]},{"name":"PBF_BUSY","features":[67]},{"name":"PBF_CALLAPP","features":[67]},{"name":"PBF_CALLID","features":[67]},{"name":"PBF_CAMPON","features":[67]},{"name":"PBF_CONFERENCE","features":[67]},{"name":"PBF_CONNECT","features":[67]},{"name":"PBF_COVER","features":[67]},{"name":"PBF_DATAOFF","features":[67]},{"name":"PBF_DATAON","features":[67]},{"name":"PBF_DATETIME","features":[67]},{"name":"PBF_DIRECTORY","features":[67]},{"name":"PBF_DISCONNECT","features":[67]},{"name":"PBF_DONOTDISTURB","features":[67]},{"name":"PBF_DROP","features":[67]},{"name":"PBF_FLASH","features":[67]},{"name":"PBF_FORWARD","features":[67]},{"name":"PBF_HOLD","features":[67]},{"name":"PBF_INTERCOM","features":[67]},{"name":"PBF_LASTNUM","features":[67]},{"name":"PBF_MSGINDICATOR","features":[67]},{"name":"PBF_MSGWAITOFF","features":[67]},{"name":"PBF_MSGWAITON","features":[67]},{"name":"PBF_MUTE","features":[67]},{"name":"PBF_NIGHTSRV","features":[67]},{"name":"PBF_NONE","features":[67]},{"name":"PBF_PARK","features":[67]},{"name":"PBF_PICKUP","features":[67]},{"name":"PBF_QUEUECALL","features":[67]},{"name":"PBF_RECALL","features":[67]},{"name":"PBF_REDIRECT","features":[67]},{"name":"PBF_REJECT","features":[67]},{"name":"PBF_REPDIAL","features":[67]},{"name":"PBF_RINGAGAIN","features":[67]},{"name":"PBF_SAVEREPEAT","features":[67]},{"name":"PBF_SELECTRING","features":[67]},{"name":"PBF_SEND","features":[67]},{"name":"PBF_SENDCALLS","features":[67]},{"name":"PBF_SETREPDIAL","features":[67]},{"name":"PBF_SPEAKEROFF","features":[67]},{"name":"PBF_SPEAKERON","features":[67]},{"name":"PBF_STATIONSPEED","features":[67]},{"name":"PBF_SYSTEMSPEED","features":[67]},{"name":"PBF_TRANSFER","features":[67]},{"name":"PBF_UNKNOWN","features":[67]},{"name":"PBF_VOLUMEDOWN","features":[67]},{"name":"PBF_VOLUMEUP","features":[67]},{"name":"PBM_CALL","features":[67]},{"name":"PBM_DISPLAY","features":[67]},{"name":"PBM_DUMMY","features":[67]},{"name":"PBM_FEATURE","features":[67]},{"name":"PBM_KEYPAD","features":[67]},{"name":"PBM_LOCAL","features":[67]},{"name":"PBS_DOWN","features":[67]},{"name":"PBS_UNAVAIL","features":[67]},{"name":"PBS_UNKNOWN","features":[67]},{"name":"PBS_UP","features":[67]},{"name":"PCB_DEVSPECIFICBUFFER","features":[67]},{"name":"PCL_DISPLAYNUMCOLUMNS","features":[67]},{"name":"PCL_DISPLAYNUMROWS","features":[67]},{"name":"PCL_GENERICPHONE","features":[67]},{"name":"PCL_HANDSETHOOKSWITCHMODES","features":[67]},{"name":"PCL_HEADSETHOOKSWITCHMODES","features":[67]},{"name":"PCL_HOOKSWITCHES","features":[67]},{"name":"PCL_NUMBUTTONLAMPS","features":[67]},{"name":"PCL_NUMRINGMODES","features":[67]},{"name":"PCL_SPEAKERPHONEHOOKSWITCHMODES","features":[67]},{"name":"PCS_PHONEINFO","features":[67]},{"name":"PCS_PHONENAME","features":[67]},{"name":"PCS_PROVIDERINFO","features":[67]},{"name":"PE_ANSWER","features":[67]},{"name":"PE_BUTTON","features":[67]},{"name":"PE_CAPSCHANGE","features":[67]},{"name":"PE_CLOSE","features":[67]},{"name":"PE_DIALING","features":[67]},{"name":"PE_DISCONNECT","features":[67]},{"name":"PE_DISPLAY","features":[67]},{"name":"PE_HOOKSWITCH","features":[67]},{"name":"PE_LAMPMODE","features":[67]},{"name":"PE_LASTITEM","features":[67]},{"name":"PE_NUMBERGATHERED","features":[67]},{"name":"PE_RINGMODE","features":[67]},{"name":"PE_RINGVOLUME","features":[67]},{"name":"PHONEBUTTONFUNCTION_ABBREVDIAL","features":[67]},{"name":"PHONEBUTTONFUNCTION_BRIDGEDAPP","features":[67]},{"name":"PHONEBUTTONFUNCTION_BUSY","features":[67]},{"name":"PHONEBUTTONFUNCTION_CALLAPP","features":[67]},{"name":"PHONEBUTTONFUNCTION_CALLID","features":[67]},{"name":"PHONEBUTTONFUNCTION_CAMPON","features":[67]},{"name":"PHONEBUTTONFUNCTION_CONFERENCE","features":[67]},{"name":"PHONEBUTTONFUNCTION_CONNECT","features":[67]},{"name":"PHONEBUTTONFUNCTION_COVER","features":[67]},{"name":"PHONEBUTTONFUNCTION_DATAOFF","features":[67]},{"name":"PHONEBUTTONFUNCTION_DATAON","features":[67]},{"name":"PHONEBUTTONFUNCTION_DATETIME","features":[67]},{"name":"PHONEBUTTONFUNCTION_DIRECTORY","features":[67]},{"name":"PHONEBUTTONFUNCTION_DISCONNECT","features":[67]},{"name":"PHONEBUTTONFUNCTION_DONOTDISTURB","features":[67]},{"name":"PHONEBUTTONFUNCTION_DROP","features":[67]},{"name":"PHONEBUTTONFUNCTION_FLASH","features":[67]},{"name":"PHONEBUTTONFUNCTION_FORWARD","features":[67]},{"name":"PHONEBUTTONFUNCTION_HOLD","features":[67]},{"name":"PHONEBUTTONFUNCTION_INTERCOM","features":[67]},{"name":"PHONEBUTTONFUNCTION_LASTNUM","features":[67]},{"name":"PHONEBUTTONFUNCTION_MSGINDICATOR","features":[67]},{"name":"PHONEBUTTONFUNCTION_MSGWAITOFF","features":[67]},{"name":"PHONEBUTTONFUNCTION_MSGWAITON","features":[67]},{"name":"PHONEBUTTONFUNCTION_MUTE","features":[67]},{"name":"PHONEBUTTONFUNCTION_NIGHTSRV","features":[67]},{"name":"PHONEBUTTONFUNCTION_NONE","features":[67]},{"name":"PHONEBUTTONFUNCTION_PARK","features":[67]},{"name":"PHONEBUTTONFUNCTION_PICKUP","features":[67]},{"name":"PHONEBUTTONFUNCTION_QUEUECALL","features":[67]},{"name":"PHONEBUTTONFUNCTION_RECALL","features":[67]},{"name":"PHONEBUTTONFUNCTION_REDIRECT","features":[67]},{"name":"PHONEBUTTONFUNCTION_REJECT","features":[67]},{"name":"PHONEBUTTONFUNCTION_REPDIAL","features":[67]},{"name":"PHONEBUTTONFUNCTION_RINGAGAIN","features":[67]},{"name":"PHONEBUTTONFUNCTION_SAVEREPEAT","features":[67]},{"name":"PHONEBUTTONFUNCTION_SELECTRING","features":[67]},{"name":"PHONEBUTTONFUNCTION_SEND","features":[67]},{"name":"PHONEBUTTONFUNCTION_SENDCALLS","features":[67]},{"name":"PHONEBUTTONFUNCTION_SETREPDIAL","features":[67]},{"name":"PHONEBUTTONFUNCTION_SPEAKEROFF","features":[67]},{"name":"PHONEBUTTONFUNCTION_SPEAKERON","features":[67]},{"name":"PHONEBUTTONFUNCTION_STATIONSPEED","features":[67]},{"name":"PHONEBUTTONFUNCTION_SYSTEMSPEED","features":[67]},{"name":"PHONEBUTTONFUNCTION_TRANSFER","features":[67]},{"name":"PHONEBUTTONFUNCTION_UNKNOWN","features":[67]},{"name":"PHONEBUTTONFUNCTION_VOLUMEDOWN","features":[67]},{"name":"PHONEBUTTONFUNCTION_VOLUMEUP","features":[67]},{"name":"PHONEBUTTONINFO","features":[67]},{"name":"PHONEBUTTONMODE_CALL","features":[67]},{"name":"PHONEBUTTONMODE_DISPLAY","features":[67]},{"name":"PHONEBUTTONMODE_DUMMY","features":[67]},{"name":"PHONEBUTTONMODE_FEATURE","features":[67]},{"name":"PHONEBUTTONMODE_KEYPAD","features":[67]},{"name":"PHONEBUTTONMODE_LOCAL","features":[67]},{"name":"PHONEBUTTONSTATE_DOWN","features":[67]},{"name":"PHONEBUTTONSTATE_UNAVAIL","features":[67]},{"name":"PHONEBUTTONSTATE_UNKNOWN","features":[67]},{"name":"PHONEBUTTONSTATE_UP","features":[67]},{"name":"PHONECALLBACK","features":[67]},{"name":"PHONECAPS","features":[67]},{"name":"PHONECAPS_BUFFER","features":[67]},{"name":"PHONECAPS_LONG","features":[67]},{"name":"PHONECAPS_STRING","features":[67]},{"name":"PHONEERR_ALLOCATED","features":[67]},{"name":"PHONEERR_BADDEVICEID","features":[67]},{"name":"PHONEERR_DISCONNECTED","features":[67]},{"name":"PHONEERR_INCOMPATIBLEAPIVERSION","features":[67]},{"name":"PHONEERR_INCOMPATIBLEEXTVERSION","features":[67]},{"name":"PHONEERR_INIFILECORRUPT","features":[67]},{"name":"PHONEERR_INUSE","features":[67]},{"name":"PHONEERR_INVALAPPHANDLE","features":[67]},{"name":"PHONEERR_INVALAPPNAME","features":[67]},{"name":"PHONEERR_INVALBUTTONLAMPID","features":[67]},{"name":"PHONEERR_INVALBUTTONMODE","features":[67]},{"name":"PHONEERR_INVALBUTTONSTATE","features":[67]},{"name":"PHONEERR_INVALDATAID","features":[67]},{"name":"PHONEERR_INVALDEVICECLASS","features":[67]},{"name":"PHONEERR_INVALEXTVERSION","features":[67]},{"name":"PHONEERR_INVALHOOKSWITCHDEV","features":[67]},{"name":"PHONEERR_INVALHOOKSWITCHMODE","features":[67]},{"name":"PHONEERR_INVALLAMPMODE","features":[67]},{"name":"PHONEERR_INVALPARAM","features":[67]},{"name":"PHONEERR_INVALPHONEHANDLE","features":[67]},{"name":"PHONEERR_INVALPHONESTATE","features":[67]},{"name":"PHONEERR_INVALPOINTER","features":[67]},{"name":"PHONEERR_INVALPRIVILEGE","features":[67]},{"name":"PHONEERR_INVALRINGMODE","features":[67]},{"name":"PHONEERR_NODEVICE","features":[67]},{"name":"PHONEERR_NODRIVER","features":[67]},{"name":"PHONEERR_NOMEM","features":[67]},{"name":"PHONEERR_NOTOWNER","features":[67]},{"name":"PHONEERR_OPERATIONFAILED","features":[67]},{"name":"PHONEERR_OPERATIONUNAVAIL","features":[67]},{"name":"PHONEERR_REINIT","features":[67]},{"name":"PHONEERR_REQUESTOVERRUN","features":[67]},{"name":"PHONEERR_RESOURCEUNAVAIL","features":[67]},{"name":"PHONEERR_SERVICE_NOT_RUNNING","features":[67]},{"name":"PHONEERR_STRUCTURETOOSMALL","features":[67]},{"name":"PHONEERR_UNINITIALIZED","features":[67]},{"name":"PHONEEVENT","features":[67]},{"name":"PHONEEXTENSIONID","features":[67]},{"name":"PHONEFEATURE_GENERICPHONE","features":[67]},{"name":"PHONEFEATURE_GETBUTTONINFO","features":[67]},{"name":"PHONEFEATURE_GETDATA","features":[67]},{"name":"PHONEFEATURE_GETDISPLAY","features":[67]},{"name":"PHONEFEATURE_GETGAINHANDSET","features":[67]},{"name":"PHONEFEATURE_GETGAINHEADSET","features":[67]},{"name":"PHONEFEATURE_GETGAINSPEAKER","features":[67]},{"name":"PHONEFEATURE_GETHOOKSWITCHHANDSET","features":[67]},{"name":"PHONEFEATURE_GETHOOKSWITCHHEADSET","features":[67]},{"name":"PHONEFEATURE_GETHOOKSWITCHSPEAKER","features":[67]},{"name":"PHONEFEATURE_GETLAMP","features":[67]},{"name":"PHONEFEATURE_GETRING","features":[67]},{"name":"PHONEFEATURE_GETVOLUMEHANDSET","features":[67]},{"name":"PHONEFEATURE_GETVOLUMEHEADSET","features":[67]},{"name":"PHONEFEATURE_GETVOLUMESPEAKER","features":[67]},{"name":"PHONEFEATURE_SETBUTTONINFO","features":[67]},{"name":"PHONEFEATURE_SETDATA","features":[67]},{"name":"PHONEFEATURE_SETDISPLAY","features":[67]},{"name":"PHONEFEATURE_SETGAINHANDSET","features":[67]},{"name":"PHONEFEATURE_SETGAINHEADSET","features":[67]},{"name":"PHONEFEATURE_SETGAINSPEAKER","features":[67]},{"name":"PHONEFEATURE_SETHOOKSWITCHHANDSET","features":[67]},{"name":"PHONEFEATURE_SETHOOKSWITCHHEADSET","features":[67]},{"name":"PHONEFEATURE_SETHOOKSWITCHSPEAKER","features":[67]},{"name":"PHONEFEATURE_SETLAMP","features":[67]},{"name":"PHONEFEATURE_SETRING","features":[67]},{"name":"PHONEFEATURE_SETVOLUMEHANDSET","features":[67]},{"name":"PHONEFEATURE_SETVOLUMEHEADSET","features":[67]},{"name":"PHONEFEATURE_SETVOLUMESPEAKER","features":[67]},{"name":"PHONEHOOKSWITCHDEV_HANDSET","features":[67]},{"name":"PHONEHOOKSWITCHDEV_HEADSET","features":[67]},{"name":"PHONEHOOKSWITCHDEV_SPEAKER","features":[67]},{"name":"PHONEHOOKSWITCHMODE_MIC","features":[67]},{"name":"PHONEHOOKSWITCHMODE_MICSPEAKER","features":[67]},{"name":"PHONEHOOKSWITCHMODE_ONHOOK","features":[67]},{"name":"PHONEHOOKSWITCHMODE_SPEAKER","features":[67]},{"name":"PHONEHOOKSWITCHMODE_UNKNOWN","features":[67]},{"name":"PHONEINITIALIZEEXOPTION_USECOMPLETIONPORT","features":[67]},{"name":"PHONEINITIALIZEEXOPTION_USEEVENT","features":[67]},{"name":"PHONEINITIALIZEEXOPTION_USEHIDDENWINDOW","features":[67]},{"name":"PHONEINITIALIZEEXPARAMS","features":[67,3]},{"name":"PHONELAMPMODE_BROKENFLUTTER","features":[67]},{"name":"PHONELAMPMODE_DUMMY","features":[67]},{"name":"PHONELAMPMODE_FLASH","features":[67]},{"name":"PHONELAMPMODE_FLUTTER","features":[67]},{"name":"PHONELAMPMODE_OFF","features":[67]},{"name":"PHONELAMPMODE_STEADY","features":[67]},{"name":"PHONELAMPMODE_UNKNOWN","features":[67]},{"name":"PHONELAMPMODE_WINK","features":[67]},{"name":"PHONEMESSAGE","features":[67]},{"name":"PHONEPRIVILEGE_MONITOR","features":[67]},{"name":"PHONEPRIVILEGE_OWNER","features":[67]},{"name":"PHONESTATE_CAPSCHANGE","features":[67]},{"name":"PHONESTATE_CONNECTED","features":[67]},{"name":"PHONESTATE_DEVSPECIFIC","features":[67]},{"name":"PHONESTATE_DISCONNECTED","features":[67]},{"name":"PHONESTATE_DISPLAY","features":[67]},{"name":"PHONESTATE_HANDSETGAIN","features":[67]},{"name":"PHONESTATE_HANDSETHOOKSWITCH","features":[67]},{"name":"PHONESTATE_HANDSETVOLUME","features":[67]},{"name":"PHONESTATE_HEADSETGAIN","features":[67]},{"name":"PHONESTATE_HEADSETHOOKSWITCH","features":[67]},{"name":"PHONESTATE_HEADSETVOLUME","features":[67]},{"name":"PHONESTATE_LAMP","features":[67]},{"name":"PHONESTATE_MONITORS","features":[67]},{"name":"PHONESTATE_OTHER","features":[67]},{"name":"PHONESTATE_OWNER","features":[67]},{"name":"PHONESTATE_REINIT","features":[67]},{"name":"PHONESTATE_REMOVED","features":[67]},{"name":"PHONESTATE_RESUME","features":[67]},{"name":"PHONESTATE_RINGMODE","features":[67]},{"name":"PHONESTATE_RINGVOLUME","features":[67]},{"name":"PHONESTATE_SPEAKERGAIN","features":[67]},{"name":"PHONESTATE_SPEAKERHOOKSWITCH","features":[67]},{"name":"PHONESTATE_SPEAKERVOLUME","features":[67]},{"name":"PHONESTATE_SUSPEND","features":[67]},{"name":"PHONESTATUS","features":[67]},{"name":"PHONESTATUSFLAGS_CONNECTED","features":[67]},{"name":"PHONESTATUSFLAGS_SUSPENDED","features":[67]},{"name":"PHONE_BUTTON","features":[67]},{"name":"PHONE_BUTTON_FUNCTION","features":[67]},{"name":"PHONE_BUTTON_MODE","features":[67]},{"name":"PHONE_BUTTON_STATE","features":[67]},{"name":"PHONE_CLOSE","features":[67]},{"name":"PHONE_CREATE","features":[67]},{"name":"PHONE_DEVSPECIFIC","features":[67]},{"name":"PHONE_EVENT","features":[67]},{"name":"PHONE_HOOK_SWITCH_DEVICE","features":[67]},{"name":"PHONE_HOOK_SWITCH_STATE","features":[67]},{"name":"PHONE_LAMP_MODE","features":[67]},{"name":"PHONE_PRIVILEGE","features":[67]},{"name":"PHONE_REMOVE","features":[67]},{"name":"PHONE_REPLY","features":[67]},{"name":"PHONE_STATE","features":[67]},{"name":"PHONE_TONE","features":[67]},{"name":"PHSD_HANDSET","features":[67]},{"name":"PHSD_HEADSET","features":[67]},{"name":"PHSD_SPEAKERPHONE","features":[67]},{"name":"PHSS_OFFHOOK","features":[67]},{"name":"PHSS_OFFHOOK_MIC_ONLY","features":[67]},{"name":"PHSS_OFFHOOK_SPEAKER_ONLY","features":[67]},{"name":"PHSS_ONHOOK","features":[67]},{"name":"PP_MONITOR","features":[67]},{"name":"PP_OWNER","features":[67]},{"name":"PRIVATEOBJECT_ADDRESS","features":[67]},{"name":"PRIVATEOBJECT_CALL","features":[67]},{"name":"PRIVATEOBJECT_CALLID","features":[67]},{"name":"PRIVATEOBJECT_LINE","features":[67]},{"name":"PRIVATEOBJECT_NONE","features":[67]},{"name":"PRIVATEOBJECT_PHONE","features":[67]},{"name":"PT_BUSY","features":[67]},{"name":"PT_ERRORTONE","features":[67]},{"name":"PT_EXTERNALDIALTONE","features":[67]},{"name":"PT_KEYPADA","features":[67]},{"name":"PT_KEYPADB","features":[67]},{"name":"PT_KEYPADC","features":[67]},{"name":"PT_KEYPADD","features":[67]},{"name":"PT_KEYPADEIGHT","features":[67]},{"name":"PT_KEYPADFIVE","features":[67]},{"name":"PT_KEYPADFOUR","features":[67]},{"name":"PT_KEYPADNINE","features":[67]},{"name":"PT_KEYPADONE","features":[67]},{"name":"PT_KEYPADPOUND","features":[67]},{"name":"PT_KEYPADSEVEN","features":[67]},{"name":"PT_KEYPADSIX","features":[67]},{"name":"PT_KEYPADSTAR","features":[67]},{"name":"PT_KEYPADTHREE","features":[67]},{"name":"PT_KEYPADTWO","features":[67]},{"name":"PT_KEYPADZERO","features":[67]},{"name":"PT_NORMALDIALTONE","features":[67]},{"name":"PT_RINGBACK","features":[67]},{"name":"PT_SILENCE","features":[67]},{"name":"QE_ADMISSIONFAILURE","features":[67]},{"name":"QE_GENERICERROR","features":[67]},{"name":"QE_LASTITEM","features":[67]},{"name":"QE_NOQOS","features":[67]},{"name":"QE_POLICYFAILURE","features":[67]},{"name":"QOS_EVENT","features":[67]},{"name":"QOS_SERVICE_LEVEL","features":[67]},{"name":"QSL_BEST_EFFORT","features":[67]},{"name":"QSL_IF_AVAILABLE","features":[67]},{"name":"QSL_NEEDED","features":[67]},{"name":"RAS_LOCAL","features":[67]},{"name":"RAS_REGION","features":[67]},{"name":"RAS_SITE","features":[67]},{"name":"RAS_WORLD","features":[67]},{"name":"RENDBIND_AUTHENTICATE","features":[67]},{"name":"RENDBIND_DEFAULTCREDENTIALS","features":[67]},{"name":"RENDBIND_DEFAULTDOMAINNAME","features":[67]},{"name":"RENDBIND_DEFAULTPASSWORD","features":[67]},{"name":"RENDBIND_DEFAULTUSERNAME","features":[67]},{"name":"RENDDATA","features":[67]},{"name":"RND_ADVERTISING_SCOPE","features":[67]},{"name":"Rendezvous","features":[67]},{"name":"RequestMakeCall","features":[67]},{"name":"STRINGFORMAT_ASCII","features":[67]},{"name":"STRINGFORMAT_BINARY","features":[67]},{"name":"STRINGFORMAT_DBCS","features":[67]},{"name":"STRINGFORMAT_UNICODE","features":[67]},{"name":"STRM_CONFIGURED","features":[67]},{"name":"STRM_INITIAL","features":[67]},{"name":"STRM_PAUSED","features":[67]},{"name":"STRM_RUNNING","features":[67]},{"name":"STRM_STOPPED","features":[67]},{"name":"STRM_TERMINALSELECTED","features":[67]},{"name":"STnefProblem","features":[67]},{"name":"STnefProblemArray","features":[67]},{"name":"TAPI","features":[67]},{"name":"TAPIERR_CONNECTED","features":[67]},{"name":"TAPIERR_DESTBUSY","features":[67]},{"name":"TAPIERR_DESTNOANSWER","features":[67]},{"name":"TAPIERR_DESTUNAVAIL","features":[67]},{"name":"TAPIERR_DEVICECLASSUNAVAIL","features":[67]},{"name":"TAPIERR_DEVICEIDUNAVAIL","features":[67]},{"name":"TAPIERR_DEVICEINUSE","features":[67]},{"name":"TAPIERR_DROPPED","features":[67]},{"name":"TAPIERR_INVALDESTADDRESS","features":[67]},{"name":"TAPIERR_INVALDEVICECLASS","features":[67]},{"name":"TAPIERR_INVALDEVICEID","features":[67]},{"name":"TAPIERR_INVALPOINTER","features":[67]},{"name":"TAPIERR_INVALWINDOWHANDLE","features":[67]},{"name":"TAPIERR_MMCWRITELOCKED","features":[67]},{"name":"TAPIERR_NOREQUESTRECIPIENT","features":[67]},{"name":"TAPIERR_NOTADMIN","features":[67]},{"name":"TAPIERR_PROVIDERALREADYINSTALLED","features":[67]},{"name":"TAPIERR_REQUESTCANCELLED","features":[67]},{"name":"TAPIERR_REQUESTFAILED","features":[67]},{"name":"TAPIERR_REQUESTQUEUEFULL","features":[67]},{"name":"TAPIERR_SCP_ALREADY_EXISTS","features":[67]},{"name":"TAPIERR_SCP_DOES_NOT_EXIST","features":[67]},{"name":"TAPIERR_UNKNOWNREQUESTID","features":[67]},{"name":"TAPIERR_UNKNOWNWINHANDLE","features":[67]},{"name":"TAPIMAXAPPNAMESIZE","features":[67]},{"name":"TAPIMAXCALLEDPARTYSIZE","features":[67]},{"name":"TAPIMAXCOMMENTSIZE","features":[67]},{"name":"TAPIMAXDESTADDRESSSIZE","features":[67]},{"name":"TAPIMAXDEVICECLASSSIZE","features":[67]},{"name":"TAPIMAXDEVICEIDSIZE","features":[67]},{"name":"TAPIMEDIATYPE_AUDIO","features":[67]},{"name":"TAPIMEDIATYPE_DATAMODEM","features":[67]},{"name":"TAPIMEDIATYPE_G3FAX","features":[67]},{"name":"TAPIMEDIATYPE_MULTITRACK","features":[67]},{"name":"TAPIMEDIATYPE_VIDEO","features":[67]},{"name":"TAPIOBJECT_EVENT","features":[67]},{"name":"TAPI_CURRENT_VERSION","features":[67]},{"name":"TAPI_CUSTOMTONE","features":[67]},{"name":"TAPI_DETECTTONE","features":[67]},{"name":"TAPI_EVENT","features":[67]},{"name":"TAPI_E_ADDRESSBLOCKED","features":[67]},{"name":"TAPI_E_ALLOCATED","features":[67]},{"name":"TAPI_E_BILLINGREJECTED","features":[67]},{"name":"TAPI_E_CALLCENTER_GROUP_REMOVED","features":[67]},{"name":"TAPI_E_CALLCENTER_INVALAGENTACTIVITY","features":[67]},{"name":"TAPI_E_CALLCENTER_INVALAGENTGROUP","features":[67]},{"name":"TAPI_E_CALLCENTER_INVALAGENTID","features":[67]},{"name":"TAPI_E_CALLCENTER_INVALAGENTSTATE","features":[67]},{"name":"TAPI_E_CALLCENTER_INVALPASSWORD","features":[67]},{"name":"TAPI_E_CALLCENTER_NO_AGENT_ID","features":[67]},{"name":"TAPI_E_CALLCENTER_QUEUE_REMOVED","features":[67]},{"name":"TAPI_E_CALLNOTSELECTED","features":[67]},{"name":"TAPI_E_CALLUNAVAIL","features":[67]},{"name":"TAPI_E_COMPLETIONOVERRUN","features":[67]},{"name":"TAPI_E_CONFERENCEFULL","features":[67]},{"name":"TAPI_E_DESTBUSY","features":[67]},{"name":"TAPI_E_DESTNOANSWER","features":[67]},{"name":"TAPI_E_DESTUNAVAIL","features":[67]},{"name":"TAPI_E_DIALMODIFIERNOTSUPPORTED","features":[67]},{"name":"TAPI_E_DROPPED","features":[67]},{"name":"TAPI_E_INUSE","features":[67]},{"name":"TAPI_E_INVALADDRESS","features":[67]},{"name":"TAPI_E_INVALADDRESSSTATE","features":[67]},{"name":"TAPI_E_INVALADDRESSTYPE","features":[67]},{"name":"TAPI_E_INVALBUTTONLAMPID","features":[67]},{"name":"TAPI_E_INVALBUTTONSTATE","features":[67]},{"name":"TAPI_E_INVALCALLPARAMS","features":[67]},{"name":"TAPI_E_INVALCALLPRIVILEGE","features":[67]},{"name":"TAPI_E_INVALCALLSTATE","features":[67]},{"name":"TAPI_E_INVALCARD","features":[67]},{"name":"TAPI_E_INVALCOMPLETIONID","features":[67]},{"name":"TAPI_E_INVALCOUNTRYCODE","features":[67]},{"name":"TAPI_E_INVALDATAID","features":[67]},{"name":"TAPI_E_INVALDEVICECLASS","features":[67]},{"name":"TAPI_E_INVALDIALPARAMS","features":[67]},{"name":"TAPI_E_INVALDIGITS","features":[67]},{"name":"TAPI_E_INVALFEATURE","features":[67]},{"name":"TAPI_E_INVALGROUPID","features":[67]},{"name":"TAPI_E_INVALHOOKSWITCHDEV","features":[67]},{"name":"TAPI_E_INVALIDDIRECTION","features":[67]},{"name":"TAPI_E_INVALIDMEDIATYPE","features":[67]},{"name":"TAPI_E_INVALIDSTREAM","features":[67]},{"name":"TAPI_E_INVALIDSTREAMSTATE","features":[67]},{"name":"TAPI_E_INVALIDTERMINAL","features":[67]},{"name":"TAPI_E_INVALIDTERMINALCLASS","features":[67]},{"name":"TAPI_E_INVALLIST","features":[67]},{"name":"TAPI_E_INVALLOCATION","features":[67]},{"name":"TAPI_E_INVALMESSAGEID","features":[67]},{"name":"TAPI_E_INVALMODE","features":[67]},{"name":"TAPI_E_INVALPARKID","features":[67]},{"name":"TAPI_E_INVALPRIVILEGE","features":[67]},{"name":"TAPI_E_INVALRATE","features":[67]},{"name":"TAPI_E_INVALTIMEOUT","features":[67]},{"name":"TAPI_E_INVALTONE","features":[67]},{"name":"TAPI_E_MAXSTREAMS","features":[67]},{"name":"TAPI_E_MAXTERMINALS","features":[67]},{"name":"TAPI_E_NOCONFERENCE","features":[67]},{"name":"TAPI_E_NODEVICE","features":[67]},{"name":"TAPI_E_NODRIVER","features":[67]},{"name":"TAPI_E_NOEVENT","features":[67]},{"name":"TAPI_E_NOFORMAT","features":[67]},{"name":"TAPI_E_NOITEMS","features":[67]},{"name":"TAPI_E_NOREQUEST","features":[67]},{"name":"TAPI_E_NOREQUESTRECIPIENT","features":[67]},{"name":"TAPI_E_NOTENOUGHMEMORY","features":[67]},{"name":"TAPI_E_NOTERMINALSELECTED","features":[67]},{"name":"TAPI_E_NOTOWNER","features":[67]},{"name":"TAPI_E_NOTREGISTERED","features":[67]},{"name":"TAPI_E_NOTSTOPPED","features":[67]},{"name":"TAPI_E_NOTSUPPORTED","features":[67]},{"name":"TAPI_E_NOT_INITIALIZED","features":[67]},{"name":"TAPI_E_OPERATIONFAILED","features":[67]},{"name":"TAPI_E_PEER_NOT_SET","features":[67]},{"name":"TAPI_E_PHONENOTOPEN","features":[67]},{"name":"TAPI_E_REGISTRY_SETTING_CORRUPT","features":[67]},{"name":"TAPI_E_REINIT","features":[67]},{"name":"TAPI_E_REQUESTCANCELLED","features":[67]},{"name":"TAPI_E_REQUESTFAILED","features":[67]},{"name":"TAPI_E_REQUESTOVERRUN","features":[67]},{"name":"TAPI_E_REQUESTQUEUEFULL","features":[67]},{"name":"TAPI_E_RESOURCEUNAVAIL","features":[67]},{"name":"TAPI_E_SERVICE_NOT_RUNNING","features":[67]},{"name":"TAPI_E_TARGETNOTFOUND","features":[67]},{"name":"TAPI_E_TARGETSELF","features":[67]},{"name":"TAPI_E_TERMINALINUSE","features":[67]},{"name":"TAPI_E_TERMINAL_PEER","features":[67]},{"name":"TAPI_E_TIMEOUT","features":[67]},{"name":"TAPI_E_USERUSERINFOTOOBIG","features":[67]},{"name":"TAPI_E_WRONGEVENT","features":[67]},{"name":"TAPI_E_WRONG_STATE","features":[67]},{"name":"TAPI_GATHERTERM","features":[67]},{"name":"TAPI_OBJECT_TYPE","features":[67]},{"name":"TAPI_REPLY","features":[67]},{"name":"TAPI_TONEMODE","features":[67]},{"name":"TD_BIDIRECTIONAL","features":[67]},{"name":"TD_CAPTURE","features":[67]},{"name":"TD_MULTITRACK_MIXED","features":[67]},{"name":"TD_NONE","features":[67]},{"name":"TD_RENDER","features":[67]},{"name":"TERMINAL_DIRECTION","features":[67]},{"name":"TERMINAL_MEDIA_STATE","features":[67]},{"name":"TERMINAL_STATE","features":[67]},{"name":"TERMINAL_TYPE","features":[67]},{"name":"TE_ACDGROUP","features":[67]},{"name":"TE_ADDRESS","features":[67]},{"name":"TE_ADDRESSCLOSE","features":[67]},{"name":"TE_ADDRESSCREATE","features":[67]},{"name":"TE_ADDRESSDEVSPECIFIC","features":[67]},{"name":"TE_ADDRESSREMOVE","features":[67]},{"name":"TE_AGENT","features":[67]},{"name":"TE_AGENTHANDLER","features":[67]},{"name":"TE_AGENTSESSION","features":[67]},{"name":"TE_ASRTERMINAL","features":[67]},{"name":"TE_CALLHUB","features":[67]},{"name":"TE_CALLINFOCHANGE","features":[67]},{"name":"TE_CALLMEDIA","features":[67]},{"name":"TE_CALLNOTIFICATION","features":[67]},{"name":"TE_CALLSTATE","features":[67]},{"name":"TE_DIGITEVENT","features":[67]},{"name":"TE_FILETERMINAL","features":[67]},{"name":"TE_GATHERDIGITS","features":[67]},{"name":"TE_GENERATEEVENT","features":[67]},{"name":"TE_PHONECREATE","features":[67]},{"name":"TE_PHONEDEVSPECIFIC","features":[67]},{"name":"TE_PHONEEVENT","features":[67]},{"name":"TE_PHONEREMOVE","features":[67]},{"name":"TE_PRIVATE","features":[67]},{"name":"TE_QOSEVENT","features":[67]},{"name":"TE_QUEUE","features":[67]},{"name":"TE_REINIT","features":[67]},{"name":"TE_REQUEST","features":[67]},{"name":"TE_TAPIOBJECT","features":[67]},{"name":"TE_TONEEVENT","features":[67]},{"name":"TE_TONETERMINAL","features":[67]},{"name":"TE_TRANSLATECHANGE","features":[67]},{"name":"TE_TTSTERMINAL","features":[67]},{"name":"TGT_BUFFERFULL","features":[67]},{"name":"TGT_CANCEL","features":[67]},{"name":"TGT_FIRSTTIMEOUT","features":[67]},{"name":"TGT_INTERTIMEOUT","features":[67]},{"name":"TGT_TERMDIGIT","features":[67]},{"name":"TMS_ACTIVE","features":[67]},{"name":"TMS_IDLE","features":[67]},{"name":"TMS_LASTITEM","features":[67]},{"name":"TMS_PAUSED","features":[67]},{"name":"TOT_ADDRESS","features":[67]},{"name":"TOT_CALL","features":[67]},{"name":"TOT_CALLHUB","features":[67]},{"name":"TOT_NONE","features":[67]},{"name":"TOT_PHONE","features":[67]},{"name":"TOT_TAPI","features":[67]},{"name":"TOT_TERMINAL","features":[67]},{"name":"TRP","features":[67]},{"name":"TSPI_LINEACCEPT","features":[67]},{"name":"TSPI_LINEADDTOCONFERENCE","features":[67]},{"name":"TSPI_LINEANSWER","features":[67]},{"name":"TSPI_LINEBLINDTRANSFER","features":[67]},{"name":"TSPI_LINECLOSE","features":[67]},{"name":"TSPI_LINECLOSECALL","features":[67]},{"name":"TSPI_LINECLOSEMSPINSTANCE","features":[67]},{"name":"TSPI_LINECOMPLETECALL","features":[67]},{"name":"TSPI_LINECOMPLETETRANSFER","features":[67]},{"name":"TSPI_LINECONDITIONALMEDIADETECTION","features":[67]},{"name":"TSPI_LINECONFIGDIALOG","features":[67]},{"name":"TSPI_LINECONFIGDIALOGEDIT","features":[67]},{"name":"TSPI_LINECREATEMSPINSTANCE","features":[67]},{"name":"TSPI_LINEDEVSPECIFIC","features":[67]},{"name":"TSPI_LINEDEVSPECIFICFEATURE","features":[67]},{"name":"TSPI_LINEDIAL","features":[67]},{"name":"TSPI_LINEDROP","features":[67]},{"name":"TSPI_LINEDROPNOOWNER","features":[67]},{"name":"TSPI_LINEDROPONCLOSE","features":[67]},{"name":"TSPI_LINEFORWARD","features":[67]},{"name":"TSPI_LINEGATHERDIGITS","features":[67]},{"name":"TSPI_LINEGENERATEDIGITS","features":[67]},{"name":"TSPI_LINEGENERATETONE","features":[67]},{"name":"TSPI_LINEGETADDRESSCAPS","features":[67]},{"name":"TSPI_LINEGETADDRESSID","features":[67]},{"name":"TSPI_LINEGETADDRESSSTATUS","features":[67]},{"name":"TSPI_LINEGETCALLADDRESSID","features":[67]},{"name":"TSPI_LINEGETCALLHUBTRACKING","features":[67]},{"name":"TSPI_LINEGETCALLID","features":[67]},{"name":"TSPI_LINEGETCALLINFO","features":[67]},{"name":"TSPI_LINEGETCALLSTATUS","features":[67]},{"name":"TSPI_LINEGETDEVCAPS","features":[67]},{"name":"TSPI_LINEGETDEVCONFIG","features":[67]},{"name":"TSPI_LINEGETEXTENSIONID","features":[67]},{"name":"TSPI_LINEGETICON","features":[67]},{"name":"TSPI_LINEGETID","features":[67]},{"name":"TSPI_LINEGETLINEDEVSTATUS","features":[67]},{"name":"TSPI_LINEGETNUMADDRESSIDS","features":[67]},{"name":"TSPI_LINEHOLD","features":[67]},{"name":"TSPI_LINEMAKECALL","features":[67]},{"name":"TSPI_LINEMONITORDIGITS","features":[67]},{"name":"TSPI_LINEMONITORMEDIA","features":[67]},{"name":"TSPI_LINEMONITORTONES","features":[67]},{"name":"TSPI_LINEMSPIDENTIFY","features":[67]},{"name":"TSPI_LINENEGOTIATEEXTVERSION","features":[67]},{"name":"TSPI_LINENEGOTIATETSPIVERSION","features":[67]},{"name":"TSPI_LINEOPEN","features":[67]},{"name":"TSPI_LINEPARK","features":[67]},{"name":"TSPI_LINEPICKUP","features":[67]},{"name":"TSPI_LINEPREPAREADDTOCONFERENCE","features":[67]},{"name":"TSPI_LINERECEIVEMSPDATA","features":[67]},{"name":"TSPI_LINEREDIRECT","features":[67]},{"name":"TSPI_LINERELEASEUSERUSERINFO","features":[67]},{"name":"TSPI_LINEREMOVEFROMCONFERENCE","features":[67]},{"name":"TSPI_LINESECURECALL","features":[67]},{"name":"TSPI_LINESELECTEXTVERSION","features":[67]},{"name":"TSPI_LINESENDUSERUSERINFO","features":[67]},{"name":"TSPI_LINESETAPPSPECIFIC","features":[67]},{"name":"TSPI_LINESETCALLHUBTRACKING","features":[67]},{"name":"TSPI_LINESETCALLPARAMS","features":[67]},{"name":"TSPI_LINESETCURRENTLOCATION","features":[67]},{"name":"TSPI_LINESETDEFAULTMEDIADETECTION","features":[67]},{"name":"TSPI_LINESETDEVCONFIG","features":[67]},{"name":"TSPI_LINESETMEDIACONTROL","features":[67]},{"name":"TSPI_LINESETMEDIAMODE","features":[67]},{"name":"TSPI_LINESETSTATUSMESSAGES","features":[67]},{"name":"TSPI_LINESETTERMINAL","features":[67]},{"name":"TSPI_LINESETUPCONFERENCE","features":[67]},{"name":"TSPI_LINESETUPTRANSFER","features":[67]},{"name":"TSPI_LINESWAPHOLD","features":[67]},{"name":"TSPI_LINEUNCOMPLETECALL","features":[67]},{"name":"TSPI_LINEUNHOLD","features":[67]},{"name":"TSPI_LINEUNPARK","features":[67]},{"name":"TSPI_MESSAGE_BASE","features":[67]},{"name":"TSPI_PHONECLOSE","features":[67]},{"name":"TSPI_PHONECONFIGDIALOG","features":[67]},{"name":"TSPI_PHONEDEVSPECIFIC","features":[67]},{"name":"TSPI_PHONEGETBUTTONINFO","features":[67]},{"name":"TSPI_PHONEGETDATA","features":[67]},{"name":"TSPI_PHONEGETDEVCAPS","features":[67]},{"name":"TSPI_PHONEGETDISPLAY","features":[67]},{"name":"TSPI_PHONEGETEXTENSIONID","features":[67]},{"name":"TSPI_PHONEGETGAIN","features":[67]},{"name":"TSPI_PHONEGETHOOKSWITCH","features":[67]},{"name":"TSPI_PHONEGETICON","features":[67]},{"name":"TSPI_PHONEGETID","features":[67]},{"name":"TSPI_PHONEGETLAMP","features":[67]},{"name":"TSPI_PHONEGETRING","features":[67]},{"name":"TSPI_PHONEGETSTATUS","features":[67]},{"name":"TSPI_PHONEGETVOLUME","features":[67]},{"name":"TSPI_PHONENEGOTIATEEXTVERSION","features":[67]},{"name":"TSPI_PHONENEGOTIATETSPIVERSION","features":[67]},{"name":"TSPI_PHONEOPEN","features":[67]},{"name":"TSPI_PHONESELECTEXTVERSION","features":[67]},{"name":"TSPI_PHONESETBUTTONINFO","features":[67]},{"name":"TSPI_PHONESETDATA","features":[67]},{"name":"TSPI_PHONESETDISPLAY","features":[67]},{"name":"TSPI_PHONESETGAIN","features":[67]},{"name":"TSPI_PHONESETHOOKSWITCH","features":[67]},{"name":"TSPI_PHONESETLAMP","features":[67]},{"name":"TSPI_PHONESETRING","features":[67]},{"name":"TSPI_PHONESETSTATUSMESSAGES","features":[67]},{"name":"TSPI_PHONESETVOLUME","features":[67]},{"name":"TSPI_PROC_BASE","features":[67]},{"name":"TSPI_PROVIDERCONFIG","features":[67]},{"name":"TSPI_PROVIDERCREATELINEDEVICE","features":[67]},{"name":"TSPI_PROVIDERCREATEPHONEDEVICE","features":[67]},{"name":"TSPI_PROVIDERENUMDEVICES","features":[67]},{"name":"TSPI_PROVIDERINIT","features":[67]},{"name":"TSPI_PROVIDERINSTALL","features":[67]},{"name":"TSPI_PROVIDERREMOVE","features":[67]},{"name":"TSPI_PROVIDERSHUTDOWN","features":[67]},{"name":"TS_INUSE","features":[67]},{"name":"TS_NOTINUSE","features":[67]},{"name":"TTM_BEEP","features":[67]},{"name":"TTM_BILLING","features":[67]},{"name":"TTM_BUSY","features":[67]},{"name":"TTM_RINGBACK","features":[67]},{"name":"TT_DYNAMIC","features":[67]},{"name":"TT_STATIC","features":[67]},{"name":"TUISPICREATEDIALOGINSTANCEPARAMS","features":[67]},{"name":"TUISPIDLLCALLBACK","features":[67]},{"name":"TUISPIDLL_OBJECT_DIALOGINSTANCE","features":[67]},{"name":"TUISPIDLL_OBJECT_LINEID","features":[67]},{"name":"TUISPIDLL_OBJECT_PHONEID","features":[67]},{"name":"TUISPIDLL_OBJECT_PROVIDERID","features":[67]},{"name":"VARSTRING","features":[67]},{"name":"atypFile","features":[67]},{"name":"atypMax","features":[67]},{"name":"atypNull","features":[67]},{"name":"atypOle","features":[67]},{"name":"atypPicture","features":[67]},{"name":"cbDisplayName","features":[67]},{"name":"cbEmailName","features":[67]},{"name":"cbMaxIdData","features":[67]},{"name":"cbSeverName","features":[67]},{"name":"cbTYPE","features":[67]},{"name":"lineAccept","features":[67]},{"name":"lineAddProvider","features":[67,3]},{"name":"lineAddProviderA","features":[67,3]},{"name":"lineAddProviderW","features":[67,3]},{"name":"lineAddToConference","features":[67]},{"name":"lineAgentSpecific","features":[67]},{"name":"lineAnswer","features":[67]},{"name":"lineBlindTransfer","features":[67]},{"name":"lineBlindTransferA","features":[67]},{"name":"lineBlindTransferW","features":[67]},{"name":"lineClose","features":[67]},{"name":"lineCompleteCall","features":[67]},{"name":"lineCompleteTransfer","features":[67]},{"name":"lineConfigDialog","features":[67,3]},{"name":"lineConfigDialogA","features":[67,3]},{"name":"lineConfigDialogEdit","features":[67,3]},{"name":"lineConfigDialogEditA","features":[67,3]},{"name":"lineConfigDialogEditW","features":[67,3]},{"name":"lineConfigDialogW","features":[67,3]},{"name":"lineConfigProvider","features":[67,3]},{"name":"lineCreateAgentA","features":[67]},{"name":"lineCreateAgentSessionA","features":[67]},{"name":"lineCreateAgentSessionW","features":[67]},{"name":"lineCreateAgentW","features":[67]},{"name":"lineDeallocateCall","features":[67]},{"name":"lineDevSpecific","features":[67]},{"name":"lineDevSpecificFeature","features":[67]},{"name":"lineDial","features":[67]},{"name":"lineDialA","features":[67]},{"name":"lineDialW","features":[67]},{"name":"lineDrop","features":[67]},{"name":"lineForward","features":[67]},{"name":"lineForwardA","features":[67]},{"name":"lineForwardW","features":[67]},{"name":"lineGatherDigits","features":[67]},{"name":"lineGatherDigitsA","features":[67]},{"name":"lineGatherDigitsW","features":[67]},{"name":"lineGenerateDigits","features":[67]},{"name":"lineGenerateDigitsA","features":[67]},{"name":"lineGenerateDigitsW","features":[67]},{"name":"lineGenerateTone","features":[67]},{"name":"lineGetAddressCaps","features":[67]},{"name":"lineGetAddressCapsA","features":[67]},{"name":"lineGetAddressCapsW","features":[67]},{"name":"lineGetAddressID","features":[67]},{"name":"lineGetAddressIDA","features":[67]},{"name":"lineGetAddressIDW","features":[67]},{"name":"lineGetAddressStatus","features":[67]},{"name":"lineGetAddressStatusA","features":[67]},{"name":"lineGetAddressStatusW","features":[67]},{"name":"lineGetAgentActivityListA","features":[67]},{"name":"lineGetAgentActivityListW","features":[67]},{"name":"lineGetAgentCapsA","features":[67]},{"name":"lineGetAgentCapsW","features":[67]},{"name":"lineGetAgentGroupListA","features":[67]},{"name":"lineGetAgentGroupListW","features":[67]},{"name":"lineGetAgentInfo","features":[67,43]},{"name":"lineGetAgentSessionInfo","features":[67,43]},{"name":"lineGetAgentSessionList","features":[67]},{"name":"lineGetAgentStatusA","features":[67]},{"name":"lineGetAgentStatusW","features":[67]},{"name":"lineGetAppPriority","features":[67]},{"name":"lineGetAppPriorityA","features":[67]},{"name":"lineGetAppPriorityW","features":[67]},{"name":"lineGetCallInfo","features":[67]},{"name":"lineGetCallInfoA","features":[67]},{"name":"lineGetCallInfoW","features":[67]},{"name":"lineGetCallStatus","features":[67,3]},{"name":"lineGetConfRelatedCalls","features":[67]},{"name":"lineGetCountry","features":[67]},{"name":"lineGetCountryA","features":[67]},{"name":"lineGetCountryW","features":[67]},{"name":"lineGetDevCaps","features":[67]},{"name":"lineGetDevCapsA","features":[67]},{"name":"lineGetDevCapsW","features":[67]},{"name":"lineGetDevConfig","features":[67]},{"name":"lineGetDevConfigA","features":[67]},{"name":"lineGetDevConfigW","features":[67]},{"name":"lineGetGroupListA","features":[67]},{"name":"lineGetGroupListW","features":[67]},{"name":"lineGetID","features":[67]},{"name":"lineGetIDA","features":[67]},{"name":"lineGetIDW","features":[67]},{"name":"lineGetIcon","features":[67,52]},{"name":"lineGetIconA","features":[67,52]},{"name":"lineGetIconW","features":[67,52]},{"name":"lineGetLineDevStatus","features":[67]},{"name":"lineGetLineDevStatusA","features":[67]},{"name":"lineGetLineDevStatusW","features":[67]},{"name":"lineGetMessage","features":[67]},{"name":"lineGetNewCalls","features":[67]},{"name":"lineGetNumRings","features":[67]},{"name":"lineGetProviderList","features":[67]},{"name":"lineGetProviderListA","features":[67]},{"name":"lineGetProviderListW","features":[67]},{"name":"lineGetProxyStatus","features":[67]},{"name":"lineGetQueueInfo","features":[67]},{"name":"lineGetQueueListA","features":[67]},{"name":"lineGetQueueListW","features":[67]},{"name":"lineGetRequest","features":[67]},{"name":"lineGetRequestA","features":[67]},{"name":"lineGetRequestW","features":[67]},{"name":"lineGetStatusMessages","features":[67]},{"name":"lineGetTranslateCaps","features":[67]},{"name":"lineGetTranslateCapsA","features":[67]},{"name":"lineGetTranslateCapsW","features":[67]},{"name":"lineHandoff","features":[67]},{"name":"lineHandoffA","features":[67]},{"name":"lineHandoffW","features":[67]},{"name":"lineHold","features":[67]},{"name":"lineInitialize","features":[67,3]},{"name":"lineInitializeExA","features":[67,3]},{"name":"lineInitializeExW","features":[67,3]},{"name":"lineMakeCall","features":[67]},{"name":"lineMakeCallA","features":[67]},{"name":"lineMakeCallW","features":[67]},{"name":"lineMonitorDigits","features":[67]},{"name":"lineMonitorMedia","features":[67]},{"name":"lineMonitorTones","features":[67]},{"name":"lineNegotiateAPIVersion","features":[67]},{"name":"lineNegotiateExtVersion","features":[67]},{"name":"lineOpen","features":[67]},{"name":"lineOpenA","features":[67]},{"name":"lineOpenW","features":[67]},{"name":"linePark","features":[67]},{"name":"lineParkA","features":[67]},{"name":"lineParkW","features":[67]},{"name":"linePickup","features":[67]},{"name":"linePickupA","features":[67]},{"name":"linePickupW","features":[67]},{"name":"linePrepareAddToConference","features":[67]},{"name":"linePrepareAddToConferenceA","features":[67]},{"name":"linePrepareAddToConferenceW","features":[67]},{"name":"lineProxyMessage","features":[67]},{"name":"lineProxyResponse","features":[67,43]},{"name":"lineRedirect","features":[67]},{"name":"lineRedirectA","features":[67]},{"name":"lineRedirectW","features":[67]},{"name":"lineRegisterRequestRecipient","features":[67]},{"name":"lineReleaseUserUserInfo","features":[67]},{"name":"lineRemoveFromConference","features":[67]},{"name":"lineRemoveProvider","features":[67,3]},{"name":"lineSecureCall","features":[67]},{"name":"lineSendUserUserInfo","features":[67]},{"name":"lineSetAgentActivity","features":[67]},{"name":"lineSetAgentGroup","features":[67]},{"name":"lineSetAgentMeasurementPeriod","features":[67]},{"name":"lineSetAgentSessionState","features":[67]},{"name":"lineSetAgentState","features":[67]},{"name":"lineSetAgentStateEx","features":[67]},{"name":"lineSetAppPriority","features":[67]},{"name":"lineSetAppPriorityA","features":[67]},{"name":"lineSetAppPriorityW","features":[67]},{"name":"lineSetAppSpecific","features":[67]},{"name":"lineSetCallData","features":[67]},{"name":"lineSetCallParams","features":[67]},{"name":"lineSetCallPrivilege","features":[67]},{"name":"lineSetCallQualityOfService","features":[67]},{"name":"lineSetCallTreatment","features":[67]},{"name":"lineSetCurrentLocation","features":[67]},{"name":"lineSetDevConfig","features":[67]},{"name":"lineSetDevConfigA","features":[67]},{"name":"lineSetDevConfigW","features":[67]},{"name":"lineSetLineDevStatus","features":[67]},{"name":"lineSetMediaControl","features":[67]},{"name":"lineSetMediaMode","features":[67]},{"name":"lineSetNumRings","features":[67]},{"name":"lineSetQueueMeasurementPeriod","features":[67]},{"name":"lineSetStatusMessages","features":[67]},{"name":"lineSetTerminal","features":[67]},{"name":"lineSetTollList","features":[67]},{"name":"lineSetTollListA","features":[67]},{"name":"lineSetTollListW","features":[67]},{"name":"lineSetupConference","features":[67]},{"name":"lineSetupConferenceA","features":[67]},{"name":"lineSetupConferenceW","features":[67]},{"name":"lineSetupTransfer","features":[67]},{"name":"lineSetupTransferA","features":[67]},{"name":"lineSetupTransferW","features":[67]},{"name":"lineShutdown","features":[67]},{"name":"lineSwapHold","features":[67]},{"name":"lineTranslateAddress","features":[67]},{"name":"lineTranslateAddressA","features":[67]},{"name":"lineTranslateAddressW","features":[67]},{"name":"lineTranslateDialog","features":[67,3]},{"name":"lineTranslateDialogA","features":[67,3]},{"name":"lineTranslateDialogW","features":[67,3]},{"name":"lineUncompleteCall","features":[67]},{"name":"lineUnhold","features":[67]},{"name":"lineUnpark","features":[67]},{"name":"lineUnparkA","features":[67]},{"name":"lineUnparkW","features":[67]},{"name":"phoneClose","features":[67]},{"name":"phoneConfigDialog","features":[67,3]},{"name":"phoneConfigDialogA","features":[67,3]},{"name":"phoneConfigDialogW","features":[67,3]},{"name":"phoneDevSpecific","features":[67]},{"name":"phoneGetButtonInfo","features":[67]},{"name":"phoneGetButtonInfoA","features":[67]},{"name":"phoneGetButtonInfoW","features":[67]},{"name":"phoneGetData","features":[67]},{"name":"phoneGetDevCaps","features":[67]},{"name":"phoneGetDevCapsA","features":[67]},{"name":"phoneGetDevCapsW","features":[67]},{"name":"phoneGetDisplay","features":[67]},{"name":"phoneGetGain","features":[67]},{"name":"phoneGetHookSwitch","features":[67]},{"name":"phoneGetID","features":[67]},{"name":"phoneGetIDA","features":[67]},{"name":"phoneGetIDW","features":[67]},{"name":"phoneGetIcon","features":[67,52]},{"name":"phoneGetIconA","features":[67,52]},{"name":"phoneGetIconW","features":[67,52]},{"name":"phoneGetLamp","features":[67]},{"name":"phoneGetMessage","features":[67]},{"name":"phoneGetRing","features":[67]},{"name":"phoneGetStatus","features":[67]},{"name":"phoneGetStatusA","features":[67]},{"name":"phoneGetStatusMessages","features":[67]},{"name":"phoneGetStatusW","features":[67]},{"name":"phoneGetVolume","features":[67]},{"name":"phoneInitialize","features":[67,3]},{"name":"phoneInitializeExA","features":[67,3]},{"name":"phoneInitializeExW","features":[67,3]},{"name":"phoneNegotiateAPIVersion","features":[67]},{"name":"phoneNegotiateExtVersion","features":[67]},{"name":"phoneOpen","features":[67]},{"name":"phoneSetButtonInfo","features":[67]},{"name":"phoneSetButtonInfoA","features":[67]},{"name":"phoneSetButtonInfoW","features":[67]},{"name":"phoneSetData","features":[67]},{"name":"phoneSetDisplay","features":[67]},{"name":"phoneSetGain","features":[67]},{"name":"phoneSetHookSwitch","features":[67]},{"name":"phoneSetLamp","features":[67]},{"name":"phoneSetRing","features":[67]},{"name":"phoneSetStatusMessages","features":[67]},{"name":"phoneSetVolume","features":[67]},{"name":"phoneShutdown","features":[67]},{"name":"prioHigh","features":[67]},{"name":"prioLow","features":[67]},{"name":"prioNorm","features":[67]},{"name":"tapiGetLocationInfo","features":[67]},{"name":"tapiGetLocationInfoA","features":[67]},{"name":"tapiGetLocationInfoW","features":[67]},{"name":"tapiRequestDrop","features":[67,3]},{"name":"tapiRequestMakeCall","features":[67]},{"name":"tapiRequestMakeCallA","features":[67]},{"name":"tapiRequestMakeCallW","features":[67]},{"name":"tapiRequestMediaCall","features":[67,3]},{"name":"tapiRequestMediaCallA","features":[67,3]},{"name":"tapiRequestMediaCallW","features":[67,3]}],"390":[{"name":"ALLOW_PARTIAL_READS","features":[68]},{"name":"ALL_PIPE","features":[68]},{"name":"ALTERNATE_INTERFACE","features":[68]},{"name":"AUTO_CLEAR_STALL","features":[68]},{"name":"AUTO_FLUSH","features":[68]},{"name":"AUTO_SUSPEND","features":[68]},{"name":"AcquireBusInfo","features":[68]},{"name":"AcquireControllerName","features":[68]},{"name":"AcquireHubName","features":[68]},{"name":"BMREQUEST_CLASS","features":[68]},{"name":"BMREQUEST_DEVICE_TO_HOST","features":[68]},{"name":"BMREQUEST_HOST_TO_DEVICE","features":[68]},{"name":"BMREQUEST_STANDARD","features":[68]},{"name":"BMREQUEST_TO_DEVICE","features":[68]},{"name":"BMREQUEST_TO_ENDPOINT","features":[68]},{"name":"BMREQUEST_TO_INTERFACE","features":[68]},{"name":"BMREQUEST_TO_OTHER","features":[68]},{"name":"BMREQUEST_VENDOR","features":[68]},{"name":"BM_REQUEST_TYPE","features":[68]},{"name":"BULKIN_FLAG","features":[68]},{"name":"CHANNEL_INFO","features":[68]},{"name":"CompositeDevice","features":[68]},{"name":"DEVICE_DESCRIPTOR","features":[68]},{"name":"DEVICE_SPEED","features":[68]},{"name":"DRV_VERSION","features":[68]},{"name":"DeviceCausedOvercurrent","features":[68]},{"name":"DeviceConnected","features":[68]},{"name":"DeviceEnumerating","features":[68]},{"name":"DeviceFailedEnumeration","features":[68]},{"name":"DeviceGeneralFailure","features":[68]},{"name":"DeviceHubNestedTooDeeply","features":[68]},{"name":"DeviceInLegacyHub","features":[68]},{"name":"DeviceNotEnoughBandwidth","features":[68]},{"name":"DeviceNotEnoughPower","features":[68]},{"name":"DeviceReset","features":[68]},{"name":"EHCI_Generic","features":[68]},{"name":"EHCI_Intel_Medfield","features":[68]},{"name":"EHCI_Lucent","features":[68]},{"name":"EHCI_NEC","features":[68]},{"name":"EHCI_NVIDIA_Tegra2","features":[68]},{"name":"EHCI_NVIDIA_Tegra3","features":[68]},{"name":"EVENT_PIPE","features":[68]},{"name":"EnumerationFailure","features":[68]},{"name":"FILE_DEVICE_USB","features":[68]},{"name":"FILE_DEVICE_USB_SCAN","features":[68]},{"name":"FullSpeed","features":[68]},{"name":"GUID_DEVINTERFACE_USB_BILLBOARD","features":[68]},{"name":"GUID_DEVINTERFACE_USB_DEVICE","features":[68]},{"name":"GUID_DEVINTERFACE_USB_HOST_CONTROLLER","features":[68]},{"name":"GUID_DEVINTERFACE_USB_HUB","features":[68]},{"name":"GUID_USB_MSOS20_PLATFORM_CAPABILITY_ID","features":[68]},{"name":"GUID_USB_PERFORMANCE_TRACING","features":[68]},{"name":"GUID_USB_TRANSFER_TRACING","features":[68]},{"name":"GUID_USB_WMI_DEVICE_PERF_INFO","features":[68]},{"name":"GUID_USB_WMI_NODE_INFO","features":[68]},{"name":"GUID_USB_WMI_STD_DATA","features":[68]},{"name":"GUID_USB_WMI_STD_NOTIFICATION","features":[68]},{"name":"GUID_USB_WMI_SURPRISE_REMOVAL_NOTIFICATION","features":[68]},{"name":"GUID_USB_WMI_TRACING","features":[68]},{"name":"HCD_DIAGNOSTIC_MODE_OFF","features":[68]},{"name":"HCD_DIAGNOSTIC_MODE_ON","features":[68]},{"name":"HCD_DISABLE_PORT","features":[68]},{"name":"HCD_ENABLE_PORT","features":[68]},{"name":"HCD_GET_DRIVERKEY_NAME","features":[68]},{"name":"HCD_GET_ROOT_HUB_NAME","features":[68]},{"name":"HCD_GET_STATS_1","features":[68]},{"name":"HCD_GET_STATS_2","features":[68]},{"name":"HCD_ISO_STAT_COUNTERS","features":[68]},{"name":"HCD_STAT_COUNTERS","features":[68]},{"name":"HCD_STAT_INFORMATION_1","features":[68]},{"name":"HCD_STAT_INFORMATION_2","features":[68]},{"name":"HCD_TRACE_READ_REQUEST","features":[68]},{"name":"HCD_USER_REQUEST","features":[68]},{"name":"HUB_DEVICE_CONFIG_INFO","features":[68]},{"name":"HighSpeed","features":[68]},{"name":"HubDevice","features":[68]},{"name":"HubNestedTooDeeply","features":[68]},{"name":"HubOvercurrent","features":[68]},{"name":"HubPowerChange","features":[68]},{"name":"IGNORE_SHORT_PACKETS","features":[68]},{"name":"IOCTL_ABORT_PIPE","features":[68]},{"name":"IOCTL_CANCEL_IO","features":[68]},{"name":"IOCTL_GENERICUSBFN_ACTIVATE_USB_BUS","features":[68]},{"name":"IOCTL_GENERICUSBFN_BUS_EVENT_NOTIFICATION","features":[68]},{"name":"IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_IN","features":[68]},{"name":"IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT","features":[68]},{"name":"IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS","features":[68]},{"name":"IOCTL_GENERICUSBFN_GET_CLASS_INFO","features":[68]},{"name":"IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX","features":[68]},{"name":"IOCTL_GENERICUSBFN_GET_INTERFACE_DESCRIPTOR_SET","features":[68]},{"name":"IOCTL_GENERICUSBFN_GET_PIPE_STATE","features":[68]},{"name":"IOCTL_GENERICUSBFN_REGISTER_USB_STRING","features":[68]},{"name":"IOCTL_GENERICUSBFN_SET_PIPE_STATE","features":[68]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_IN","features":[68]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_IN_APPEND_ZERO_PKT","features":[68]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_OUT","features":[68]},{"name":"IOCTL_GET_CHANNEL_ALIGN_RQST","features":[68]},{"name":"IOCTL_GET_DEVICE_DESCRIPTOR","features":[68]},{"name":"IOCTL_GET_HCD_DRIVERKEY_NAME","features":[68]},{"name":"IOCTL_GET_PIPE_CONFIGURATION","features":[68]},{"name":"IOCTL_GET_USB_DESCRIPTOR","features":[68]},{"name":"IOCTL_GET_VERSION","features":[68]},{"name":"IOCTL_INDEX","features":[68]},{"name":"IOCTL_INTERNAL_USB_CYCLE_PORT","features":[68]},{"name":"IOCTL_INTERNAL_USB_ENABLE_PORT","features":[68]},{"name":"IOCTL_INTERNAL_USB_FAIL_GET_STATUS_FROM_DEVICE","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_BUSGUID_INFO","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_BUS_INFO","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_CONTROLLER_NAME","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_CONFIG_INFO","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE_EX","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_HUB_COUNT","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_HUB_NAME","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_PARENT_HUB_INFO","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_PORT_STATUS","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_ROOTHUB_PDO","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_TOPOLOGY_ADDRESS","features":[68]},{"name":"IOCTL_INTERNAL_USB_GET_TT_DEVICE_HANDLE","features":[68]},{"name":"IOCTL_INTERNAL_USB_NOTIFY_IDLE_READY","features":[68]},{"name":"IOCTL_INTERNAL_USB_RECORD_FAILURE","features":[68]},{"name":"IOCTL_INTERNAL_USB_REGISTER_COMPOSITE_DEVICE","features":[68]},{"name":"IOCTL_INTERNAL_USB_REQUEST_REMOTE_WAKE_NOTIFICATION","features":[68]},{"name":"IOCTL_INTERNAL_USB_REQ_GLOBAL_RESUME","features":[68]},{"name":"IOCTL_INTERNAL_USB_REQ_GLOBAL_SUSPEND","features":[68]},{"name":"IOCTL_INTERNAL_USB_RESET_PORT","features":[68]},{"name":"IOCTL_INTERNAL_USB_SUBMIT_IDLE_NOTIFICATION","features":[68]},{"name":"IOCTL_INTERNAL_USB_SUBMIT_URB","features":[68]},{"name":"IOCTL_INTERNAL_USB_UNREGISTER_COMPOSITE_DEVICE","features":[68]},{"name":"IOCTL_READ_REGISTERS","features":[68]},{"name":"IOCTL_RESET_PIPE","features":[68]},{"name":"IOCTL_SEND_USB_REQUEST","features":[68]},{"name":"IOCTL_SET_TIMEOUT","features":[68]},{"name":"IOCTL_USB_DIAGNOSTIC_MODE_OFF","features":[68]},{"name":"IOCTL_USB_DIAGNOSTIC_MODE_ON","features":[68]},{"name":"IOCTL_USB_DIAG_IGNORE_HUBS_OFF","features":[68]},{"name":"IOCTL_USB_DIAG_IGNORE_HUBS_ON","features":[68]},{"name":"IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION","features":[68]},{"name":"IOCTL_USB_GET_DEVICE_CHARACTERISTICS","features":[68]},{"name":"IOCTL_USB_GET_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC","features":[68]},{"name":"IOCTL_USB_GET_HUB_CAPABILITIES","features":[68]},{"name":"IOCTL_USB_GET_HUB_CAPABILITIES_EX","features":[68]},{"name":"IOCTL_USB_GET_HUB_INFORMATION_EX","features":[68]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_ATTRIBUTES","features":[68]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY_NAME","features":[68]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION","features":[68]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX","features":[68]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX_V2","features":[68]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_NAME","features":[68]},{"name":"IOCTL_USB_GET_NODE_INFORMATION","features":[68]},{"name":"IOCTL_USB_GET_PORT_CONNECTOR_PROPERTIES","features":[68]},{"name":"IOCTL_USB_GET_ROOT_HUB_NAME","features":[68]},{"name":"IOCTL_USB_GET_TRANSPORT_CHARACTERISTICS","features":[68]},{"name":"IOCTL_USB_HCD_DISABLE_PORT","features":[68]},{"name":"IOCTL_USB_HCD_ENABLE_PORT","features":[68]},{"name":"IOCTL_USB_HCD_GET_STATS_1","features":[68]},{"name":"IOCTL_USB_HCD_GET_STATS_2","features":[68]},{"name":"IOCTL_USB_HUB_CYCLE_PORT","features":[68]},{"name":"IOCTL_USB_NOTIFY_ON_TRANSPORT_CHARACTERISTICS_CHANGE","features":[68]},{"name":"IOCTL_USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[68]},{"name":"IOCTL_USB_RESET_HUB","features":[68]},{"name":"IOCTL_USB_START_TRACKING_FOR_TIME_SYNC","features":[68]},{"name":"IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC","features":[68]},{"name":"IOCTL_USB_UNREGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[68]},{"name":"IOCTL_WAIT_ON_DEVICE_EVENT","features":[68]},{"name":"IOCTL_WRITE_REGISTERS","features":[68]},{"name":"IO_BLOCK","features":[68]},{"name":"IO_BLOCK_EX","features":[68]},{"name":"InsufficentBandwidth","features":[68]},{"name":"InsufficentPower","features":[68]},{"name":"KREGMANUSBFNENUMPATH","features":[68]},{"name":"KREGUSBFNENUMPATH","features":[68]},{"name":"LowSpeed","features":[68]},{"name":"MAXIMUM_TRANSFER_SIZE","features":[68]},{"name":"MAXIMUM_USB_STRING_LENGTH","features":[68]},{"name":"MAX_ALTERNATE_NAME_LENGTH","features":[68]},{"name":"MAX_ASSOCIATION_NAME_LENGTH","features":[68]},{"name":"MAX_CONFIGURATION_NAME_LENGTH","features":[68]},{"name":"MAX_INTERFACE_NAME_LENGTH","features":[68]},{"name":"MAX_NUM_PIPES","features":[68]},{"name":"MAX_NUM_USBFN_ENDPOINTS","features":[68]},{"name":"MAX_SUPPORTED_CONFIGURATIONS","features":[68]},{"name":"MAX_USB_STRING_LENGTH","features":[68]},{"name":"MS_GENRE_DESCRIPTOR_INDEX","features":[68]},{"name":"MS_OS_FLAGS_CONTAINERID","features":[68]},{"name":"MS_OS_STRING_SIGNATURE","features":[68]},{"name":"MS_POWER_DESCRIPTOR_INDEX","features":[68]},{"name":"ModernDeviceInLegacyHub","features":[68]},{"name":"NoDeviceConnected","features":[68]},{"name":"OHCI_Generic","features":[68]},{"name":"OHCI_Hydra","features":[68]},{"name":"OHCI_NEC","features":[68]},{"name":"OS_STRING","features":[68]},{"name":"OS_STRING_DESCRIPTOR_INDEX","features":[68]},{"name":"OverCurrent","features":[68]},{"name":"PACKET_PARAMETERS","features":[68]},{"name":"PIPE_TRANSFER_TIMEOUT","features":[68]},{"name":"PIPE_TYPE","features":[68]},{"name":"PORT_LINK_STATE_COMPLIANCE_MODE","features":[68]},{"name":"PORT_LINK_STATE_DISABLED","features":[68]},{"name":"PORT_LINK_STATE_HOT_RESET","features":[68]},{"name":"PORT_LINK_STATE_INACTIVE","features":[68]},{"name":"PORT_LINK_STATE_LOOPBACK","features":[68]},{"name":"PORT_LINK_STATE_POLLING","features":[68]},{"name":"PORT_LINK_STATE_RECOVERY","features":[68]},{"name":"PORT_LINK_STATE_RX_DETECT","features":[68]},{"name":"PORT_LINK_STATE_TEST_MODE","features":[68]},{"name":"PORT_LINK_STATE_U0","features":[68]},{"name":"PORT_LINK_STATE_U1","features":[68]},{"name":"PORT_LINK_STATE_U2","features":[68]},{"name":"PORT_LINK_STATE_U3","features":[68]},{"name":"RAW_IO","features":[68]},{"name":"RAW_PIPE_TYPE","features":[68]},{"name":"RAW_RESET_PORT_PARAMETERS","features":[68]},{"name":"RAW_ROOTPORT_FEATURE","features":[68]},{"name":"RAW_ROOTPORT_PARAMETERS","features":[68]},{"name":"READ_DATA_PIPE","features":[68]},{"name":"RESET_PIPE_ON_RESUME","features":[68]},{"name":"ResetOvercurrent","features":[68]},{"name":"SHORT_PACKET_TERMINATE","features":[68]},{"name":"SUSPEND_DELAY","features":[68]},{"name":"UHCI_Generic","features":[68]},{"name":"UHCI_Ich1","features":[68]},{"name":"UHCI_Ich2","features":[68]},{"name":"UHCI_Ich3m","features":[68]},{"name":"UHCI_Ich4","features":[68]},{"name":"UHCI_Ich5","features":[68]},{"name":"UHCI_Ich6","features":[68]},{"name":"UHCI_Intel","features":[68]},{"name":"UHCI_Piix3","features":[68]},{"name":"UHCI_Piix4","features":[68]},{"name":"UHCI_Reserved204","features":[68]},{"name":"UHCI_VIA","features":[68]},{"name":"UHCI_VIA_x01","features":[68]},{"name":"UHCI_VIA_x02","features":[68]},{"name":"UHCI_VIA_x03","features":[68]},{"name":"UHCI_VIA_x04","features":[68]},{"name":"UHCI_VIA_x0E_FIFO","features":[68]},{"name":"URB","features":[68]},{"name":"URB_FUNCTION_ABORT_PIPE","features":[68]},{"name":"URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER","features":[68]},{"name":"URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER_USING_CHAINED_MDL","features":[68]},{"name":"URB_FUNCTION_CLASS_DEVICE","features":[68]},{"name":"URB_FUNCTION_CLASS_ENDPOINT","features":[68]},{"name":"URB_FUNCTION_CLASS_INTERFACE","features":[68]},{"name":"URB_FUNCTION_CLASS_OTHER","features":[68]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_DEVICE","features":[68]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_ENDPOINT","features":[68]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_INTERFACE","features":[68]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_OTHER","features":[68]},{"name":"URB_FUNCTION_CLOSE_STATIC_STREAMS","features":[68]},{"name":"URB_FUNCTION_CONTROL_TRANSFER","features":[68]},{"name":"URB_FUNCTION_CONTROL_TRANSFER_EX","features":[68]},{"name":"URB_FUNCTION_GET_CONFIGURATION","features":[68]},{"name":"URB_FUNCTION_GET_CURRENT_FRAME_NUMBER","features":[68]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_DEVICE","features":[68]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_ENDPOINT","features":[68]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_INTERFACE","features":[68]},{"name":"URB_FUNCTION_GET_FRAME_LENGTH","features":[68]},{"name":"URB_FUNCTION_GET_INTERFACE","features":[68]},{"name":"URB_FUNCTION_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS","features":[68]},{"name":"URB_FUNCTION_GET_MS_FEATURE_DESCRIPTOR","features":[68]},{"name":"URB_FUNCTION_GET_STATUS_FROM_DEVICE","features":[68]},{"name":"URB_FUNCTION_GET_STATUS_FROM_ENDPOINT","features":[68]},{"name":"URB_FUNCTION_GET_STATUS_FROM_INTERFACE","features":[68]},{"name":"URB_FUNCTION_GET_STATUS_FROM_OTHER","features":[68]},{"name":"URB_FUNCTION_ISOCH_TRANSFER","features":[68]},{"name":"URB_FUNCTION_ISOCH_TRANSFER_USING_CHAINED_MDL","features":[68]},{"name":"URB_FUNCTION_OPEN_STATIC_STREAMS","features":[68]},{"name":"URB_FUNCTION_RELEASE_FRAME_LENGTH_CONTROL","features":[68]},{"name":"URB_FUNCTION_RESERVED_0X0016","features":[68]},{"name":"URB_FUNCTION_RESERVE_0X001D","features":[68]},{"name":"URB_FUNCTION_RESERVE_0X002B","features":[68]},{"name":"URB_FUNCTION_RESERVE_0X002C","features":[68]},{"name":"URB_FUNCTION_RESERVE_0X002D","features":[68]},{"name":"URB_FUNCTION_RESERVE_0X002E","features":[68]},{"name":"URB_FUNCTION_RESERVE_0X002F","features":[68]},{"name":"URB_FUNCTION_RESERVE_0X0033","features":[68]},{"name":"URB_FUNCTION_RESERVE_0X0034","features":[68]},{"name":"URB_FUNCTION_RESET_PIPE","features":[68]},{"name":"URB_FUNCTION_SELECT_CONFIGURATION","features":[68]},{"name":"URB_FUNCTION_SELECT_INTERFACE","features":[68]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_DEVICE","features":[68]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_ENDPOINT","features":[68]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_INTERFACE","features":[68]},{"name":"URB_FUNCTION_SET_FEATURE_TO_DEVICE","features":[68]},{"name":"URB_FUNCTION_SET_FEATURE_TO_ENDPOINT","features":[68]},{"name":"URB_FUNCTION_SET_FEATURE_TO_INTERFACE","features":[68]},{"name":"URB_FUNCTION_SET_FEATURE_TO_OTHER","features":[68]},{"name":"URB_FUNCTION_SET_FRAME_LENGTH","features":[68]},{"name":"URB_FUNCTION_SYNC_CLEAR_STALL","features":[68]},{"name":"URB_FUNCTION_SYNC_RESET_PIPE","features":[68]},{"name":"URB_FUNCTION_SYNC_RESET_PIPE_AND_CLEAR_STALL","features":[68]},{"name":"URB_FUNCTION_TAKE_FRAME_LENGTH_CONTROL","features":[68]},{"name":"URB_FUNCTION_VENDOR_DEVICE","features":[68]},{"name":"URB_FUNCTION_VENDOR_ENDPOINT","features":[68]},{"name":"URB_FUNCTION_VENDOR_INTERFACE","features":[68]},{"name":"URB_FUNCTION_VENDOR_OTHER","features":[68]},{"name":"URB_OPEN_STATIC_STREAMS_VERSION_100","features":[68]},{"name":"UREGMANUSBFNENUMPATH","features":[68]},{"name":"UREGUSBFNENUMPATH","features":[68]},{"name":"USBDI_VERSION","features":[68]},{"name":"USBD_DEFAULT_MAXIMUM_TRANSFER_SIZE","features":[68]},{"name":"USBD_DEFAULT_PIPE_TRANSFER","features":[68]},{"name":"USBD_DEVICE_INFORMATION","features":[68]},{"name":"USBD_ENDPOINT_OFFLOAD_INFORMATION","features":[68]},{"name":"USBD_ENDPOINT_OFFLOAD_MODE","features":[68]},{"name":"USBD_INTERFACE_INFORMATION","features":[68]},{"name":"USBD_ISO_PACKET_DESCRIPTOR","features":[68]},{"name":"USBD_ISO_START_FRAME_RANGE","features":[68]},{"name":"USBD_PF_CHANGE_MAX_PACKET","features":[68]},{"name":"USBD_PF_ENABLE_RT_THREAD_ACCESS","features":[68]},{"name":"USBD_PF_HANDLES_SSP_HIGH_BANDWIDTH_ISOCH","features":[68]},{"name":"USBD_PF_INTERACTIVE_PRIORITY","features":[68]},{"name":"USBD_PF_MAP_ADD_TRANSFERS","features":[68]},{"name":"USBD_PF_PRIORITY_MASK","features":[68]},{"name":"USBD_PF_SHORT_PACKET_OPT","features":[68]},{"name":"USBD_PF_SSP_HIGH_BANDWIDTH_ISOCH","features":[68]},{"name":"USBD_PF_VIDEO_PRIORITY","features":[68]},{"name":"USBD_PF_VOICE_PRIORITY","features":[68]},{"name":"USBD_PIPE_INFORMATION","features":[68]},{"name":"USBD_PIPE_TYPE","features":[68]},{"name":"USBD_PORT_CONNECTED","features":[68]},{"name":"USBD_PORT_ENABLED","features":[68]},{"name":"USBD_SHORT_TRANSFER_OK","features":[68]},{"name":"USBD_START_ISO_TRANSFER_ASAP","features":[68]},{"name":"USBD_STREAM_INFORMATION","features":[68]},{"name":"USBD_TRANSFER_DIRECTION","features":[68]},{"name":"USBD_TRANSFER_DIRECTION_IN","features":[68]},{"name":"USBD_TRANSFER_DIRECTION_OUT","features":[68]},{"name":"USBD_VERSION_INFORMATION","features":[68]},{"name":"USBFN_BUS_CONFIGURATION_INFO","features":[68,3]},{"name":"USBFN_BUS_SPEED","features":[68]},{"name":"USBFN_CLASS_INFORMATION_PACKET","features":[68,3]},{"name":"USBFN_CLASS_INFORMATION_PACKET_EX","features":[68,3]},{"name":"USBFN_CLASS_INTERFACE","features":[68]},{"name":"USBFN_CLASS_INTERFACE_EX","features":[68]},{"name":"USBFN_DEVICE_STATE","features":[68]},{"name":"USBFN_DIRECTION","features":[68]},{"name":"USBFN_EVENT","features":[68]},{"name":"USBFN_INTERFACE_INFO","features":[68]},{"name":"USBFN_INTERRUPT_ENDPOINT_SIZE_NOT_UPDATEABLE_MASK","features":[68]},{"name":"USBFN_NOTIFICATION","features":[68]},{"name":"USBFN_PIPE_INFORMATION","features":[68]},{"name":"USBFN_PORT_TYPE","features":[68]},{"name":"USBFN_USB_STRING","features":[68]},{"name":"USBSCAN_GET_DESCRIPTOR","features":[68]},{"name":"USBSCAN_PIPE_BULK","features":[68]},{"name":"USBSCAN_PIPE_CONFIGURATION","features":[68]},{"name":"USBSCAN_PIPE_CONTROL","features":[68]},{"name":"USBSCAN_PIPE_INFORMATION","features":[68]},{"name":"USBSCAN_PIPE_INTERRUPT","features":[68]},{"name":"USBSCAN_PIPE_ISOCHRONOUS","features":[68]},{"name":"USBSCAN_TIMEOUT","features":[68]},{"name":"USBUSER_BANDWIDTH_INFO_REQUEST","features":[68]},{"name":"USBUSER_BUS_STATISTICS_0_REQUEST","features":[68,3]},{"name":"USBUSER_CLEAR_ROOTPORT_FEATURE","features":[68]},{"name":"USBUSER_CLOSE_RAW_DEVICE","features":[68]},{"name":"USBUSER_CONTROLLER_INFO_0","features":[68]},{"name":"USBUSER_CONTROLLER_UNICODE_NAME","features":[68]},{"name":"USBUSER_GET_BANDWIDTH_INFORMATION","features":[68]},{"name":"USBUSER_GET_BUS_STATISTICS_0","features":[68]},{"name":"USBUSER_GET_CONTROLLER_DRIVER_KEY","features":[68]},{"name":"USBUSER_GET_CONTROLLER_INFO_0","features":[68]},{"name":"USBUSER_GET_DRIVER_VERSION","features":[68,3]},{"name":"USBUSER_GET_POWER_STATE_MAP","features":[68]},{"name":"USBUSER_GET_ROOTHUB_SYMBOLIC_NAME","features":[68]},{"name":"USBUSER_GET_ROOTPORT_STATUS","features":[68]},{"name":"USBUSER_GET_USB2HW_VERSION","features":[68]},{"name":"USBUSER_GET_USB2_HW_VERSION","features":[68]},{"name":"USBUSER_GET_USB_DRIVER_VERSION","features":[68]},{"name":"USBUSER_INVALID_REQUEST","features":[68]},{"name":"USBUSER_OPEN_RAW_DEVICE","features":[68]},{"name":"USBUSER_OP_CLOSE_RAW_DEVICE","features":[68]},{"name":"USBUSER_OP_MASK_DEVONLY_API","features":[68]},{"name":"USBUSER_OP_MASK_HCTEST_API","features":[68]},{"name":"USBUSER_OP_OPEN_RAW_DEVICE","features":[68]},{"name":"USBUSER_OP_RAW_RESET_PORT","features":[68]},{"name":"USBUSER_OP_SEND_ONE_PACKET","features":[68]},{"name":"USBUSER_OP_SEND_RAW_COMMAND","features":[68]},{"name":"USBUSER_PASS_THRU","features":[68]},{"name":"USBUSER_PASS_THRU_REQUEST","features":[68]},{"name":"USBUSER_POWER_INFO_REQUEST","features":[68,3]},{"name":"USBUSER_RAW_RESET_ROOT_PORT","features":[68]},{"name":"USBUSER_REFRESH_HCT_REG","features":[68]},{"name":"USBUSER_REQUEST_HEADER","features":[68]},{"name":"USBUSER_ROOTPORT_FEATURE_REQUEST","features":[68]},{"name":"USBUSER_ROOTPORT_PARAMETERS","features":[68]},{"name":"USBUSER_SEND_ONE_PACKET","features":[68]},{"name":"USBUSER_SEND_RAW_COMMAND","features":[68]},{"name":"USBUSER_SET_ROOTPORT_FEATURE","features":[68]},{"name":"USBUSER_USB_REFRESH_HCT_REG","features":[68]},{"name":"USBUSER_VERSION","features":[68]},{"name":"USB_20_ENDPOINT_TYPE_INTERRUPT_RESERVED_MASK","features":[68]},{"name":"USB_20_HUB_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_20_PORT_CHANGE","features":[68]},{"name":"USB_20_PORT_STATUS","features":[68]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_RESERVED_MASK","features":[68]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_MASK","features":[68]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_NOTIFICATION","features":[68]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_PERIODIC","features":[68]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_RESERVED10","features":[68]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_RESERVED11","features":[68]},{"name":"USB_30_HUB_DESCRIPTOR","features":[68]},{"name":"USB_30_HUB_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_30_PORT_CHANGE","features":[68]},{"name":"USB_30_PORT_STATUS","features":[68]},{"name":"USB_ACQUIRE_INFO","features":[68]},{"name":"USB_ALLOW_FIRMWARE_UPDATE","features":[68]},{"name":"USB_BANDWIDTH_INFO","features":[68]},{"name":"USB_BOS_DESCRIPTOR","features":[68]},{"name":"USB_BOS_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_BUS_NOTIFICATION","features":[68]},{"name":"USB_BUS_STATISTICS_0","features":[68,3]},{"name":"USB_CHANGE_REGISTRATION_HANDLE","features":[68]},{"name":"USB_CHARGING_POLICY_DEFAULT","features":[68]},{"name":"USB_CHARGING_POLICY_ICCHPF","features":[68]},{"name":"USB_CHARGING_POLICY_ICCLPF","features":[68]},{"name":"USB_CHARGING_POLICY_NO_POWER","features":[68]},{"name":"USB_CLOSE_RAW_DEVICE_PARAMETERS","features":[68]},{"name":"USB_COMMON_DESCRIPTOR","features":[68]},{"name":"USB_COMPOSITE_DEVICE_INFO","features":[68,3]},{"name":"USB_COMPOSITE_FUNCTION_INFO","features":[68,3]},{"name":"USB_CONFIGURATION_DESCRIPTOR","features":[68]},{"name":"USB_CONFIGURATION_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_CONFIGURATION_POWER_DESCRIPTOR","features":[68]},{"name":"USB_CONFIG_BUS_POWERED","features":[68]},{"name":"USB_CONFIG_POWERED_MASK","features":[68]},{"name":"USB_CONFIG_POWER_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_CONFIG_REMOTE_WAKEUP","features":[68]},{"name":"USB_CONFIG_RESERVED","features":[68]},{"name":"USB_CONFIG_SELF_POWERED","features":[68]},{"name":"USB_CONNECTION_NOTIFICATION","features":[68]},{"name":"USB_CONNECTION_STATUS","features":[68]},{"name":"USB_CONTROLLER_DEVICE_INFO","features":[68]},{"name":"USB_CONTROLLER_FLAVOR","features":[68]},{"name":"USB_CONTROLLER_INFO_0","features":[68]},{"name":"USB_CYCLE_PORT","features":[68]},{"name":"USB_CYCLE_PORT_PARAMS","features":[68]},{"name":"USB_DEBUG_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_DEFAULT_DEVICE_ADDRESS","features":[68]},{"name":"USB_DEFAULT_ENDPOINT_ADDRESS","features":[68]},{"name":"USB_DEFAULT_MAX_PACKET","features":[68]},{"name":"USB_DEFAULT_PIPE_SETUP_PACKET","features":[68]},{"name":"USB_DESCRIPTOR_REQUEST","features":[68]},{"name":"USB_DEVICE_CAPABILITY_BATTERY_INFO","features":[68]},{"name":"USB_DEVICE_CAPABILITY_BILLBOARD","features":[68]},{"name":"USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_CAPABILITY_CONTAINER_ID","features":[68]},{"name":"USB_DEVICE_CAPABILITY_CONTAINER_ID_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_CAPABILITY_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_CAPABILITY_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_DEVICE_CAPABILITY_FIRMWARE_STATUS","features":[68]},{"name":"USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_CAPABILITY_MAX_U1_LATENCY","features":[68]},{"name":"USB_DEVICE_CAPABILITY_MAX_U2_LATENCY","features":[68]},{"name":"USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT","features":[68]},{"name":"USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_CAPABILITY_PD_PROVIDER_PORT","features":[68]},{"name":"USB_DEVICE_CAPABILITY_PLATFORM","features":[68]},{"name":"USB_DEVICE_CAPABILITY_PLATFORM_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_CAPABILITY_POWER_DELIVERY","features":[68]},{"name":"USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_CAPABILITY_PRECISION_TIME_MEASUREMENT","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_RX","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_TX","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_BPS","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_GBPS","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_KBPS","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_MBPS","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_ASYMMETRIC","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_SYMMETRIC","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SS","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SSP","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_LTM_CAPABLE","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_RESERVED_MASK","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_FULL","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_HIGH","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_LOW","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_RESERVED_MASK","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_SUPER","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_U1_DEVICE_EXIT_MAX_VALUE","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_U2_DEVICE_EXIT_MAX_VALUE","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_USB","features":[68]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_USB_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION","features":[68]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION_BMATTRIBUTES_RESERVED_MASK","features":[68]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_CAPABILITY_WIRELESS_USB","features":[68]},{"name":"USB_DEVICE_CHARACTERISTICS","features":[68]},{"name":"USB_DEVICE_CHARACTERISTICS_MAXIMUM_PATH_DELAYS_AVAILABLE","features":[68]},{"name":"USB_DEVICE_CHARACTERISTICS_VERSION_1","features":[68]},{"name":"USB_DEVICE_CLASS_APPLICATION_SPECIFIC","features":[68]},{"name":"USB_DEVICE_CLASS_AUDIO","features":[68]},{"name":"USB_DEVICE_CLASS_AUDIO_VIDEO","features":[68]},{"name":"USB_DEVICE_CLASS_BILLBOARD","features":[68]},{"name":"USB_DEVICE_CLASS_CDC_DATA","features":[68]},{"name":"USB_DEVICE_CLASS_COMMUNICATIONS","features":[68]},{"name":"USB_DEVICE_CLASS_CONTENT_SECURITY","features":[68]},{"name":"USB_DEVICE_CLASS_DIAGNOSTIC_DEVICE","features":[68]},{"name":"USB_DEVICE_CLASS_HUB","features":[68]},{"name":"USB_DEVICE_CLASS_HUMAN_INTERFACE","features":[68]},{"name":"USB_DEVICE_CLASS_IMAGE","features":[68]},{"name":"USB_DEVICE_CLASS_MISCELLANEOUS","features":[68]},{"name":"USB_DEVICE_CLASS_MONITOR","features":[68]},{"name":"USB_DEVICE_CLASS_PERSONAL_HEALTHCARE","features":[68]},{"name":"USB_DEVICE_CLASS_PHYSICAL_INTERFACE","features":[68]},{"name":"USB_DEVICE_CLASS_POWER","features":[68]},{"name":"USB_DEVICE_CLASS_PRINTER","features":[68]},{"name":"USB_DEVICE_CLASS_RESERVED","features":[68]},{"name":"USB_DEVICE_CLASS_SMART_CARD","features":[68]},{"name":"USB_DEVICE_CLASS_STORAGE","features":[68]},{"name":"USB_DEVICE_CLASS_VENDOR_SPECIFIC","features":[68]},{"name":"USB_DEVICE_CLASS_VIDEO","features":[68]},{"name":"USB_DEVICE_CLASS_WIRELESS_CONTROLLER","features":[68]},{"name":"USB_DEVICE_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_DEVICE_FIRMWARE_HASH_LENGTH","features":[68]},{"name":"USB_DEVICE_INFO","features":[68]},{"name":"USB_DEVICE_NODE_INFO","features":[68,3]},{"name":"USB_DEVICE_PERFORMANCE_INFO","features":[68]},{"name":"USB_DEVICE_QUALIFIER_DESCRIPTOR","features":[68]},{"name":"USB_DEVICE_QUALIFIER_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_DEVICE_SPEED","features":[68]},{"name":"USB_DEVICE_STATE","features":[68]},{"name":"USB_DEVICE_STATUS","features":[68]},{"name":"USB_DEVICE_TYPE","features":[68]},{"name":"USB_DIAG_IGNORE_HUBS_OFF","features":[68]},{"name":"USB_DIAG_IGNORE_HUBS_ON","features":[68]},{"name":"USB_DISALLOW_FIRMWARE_UPDATE","features":[68]},{"name":"USB_DRIVER_VERSION_PARAMETERS","features":[68,3]},{"name":"USB_ENABLE_PORT","features":[68]},{"name":"USB_ENDPOINT_ADDRESS_MASK","features":[68]},{"name":"USB_ENDPOINT_DESCRIPTOR","features":[68]},{"name":"USB_ENDPOINT_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_ENDPOINT_DIRECTION_MASK","features":[68]},{"name":"USB_ENDPOINT_STATUS","features":[68]},{"name":"USB_ENDPOINT_SUPERSPEED_BULK_MAX_PACKET_SIZE","features":[68]},{"name":"USB_ENDPOINT_SUPERSPEED_CONTROL_MAX_PACKET_SIZE","features":[68]},{"name":"USB_ENDPOINT_SUPERSPEED_INTERRUPT_MAX_PACKET_SIZE","features":[68]},{"name":"USB_ENDPOINT_SUPERSPEED_ISO_MAX_PACKET_SIZE","features":[68]},{"name":"USB_ENDPOINT_TYPE_BULK","features":[68]},{"name":"USB_ENDPOINT_TYPE_BULK_RESERVED_MASK","features":[68]},{"name":"USB_ENDPOINT_TYPE_CONTROL","features":[68]},{"name":"USB_ENDPOINT_TYPE_CONTROL_RESERVED_MASK","features":[68]},{"name":"USB_ENDPOINT_TYPE_INTERRUPT","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_RESERVED_MASK","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_ADAPTIVE","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_ASYNCHRONOUS","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_MASK","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_NO_SYNCHRONIZATION","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_SYNCHRONOUS","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_DATA_ENDOINT","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_FEEDBACK_ENDPOINT","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_IMPLICIT_FEEDBACK_DATA_ENDPOINT","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_MASK","features":[68]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_RESERVED","features":[68]},{"name":"USB_ENDPOINT_TYPE_MASK","features":[68]},{"name":"USB_FAIL_GET_STATUS","features":[68]},{"name":"USB_FEATURE_BATTERY_WAKE_MASK","features":[68]},{"name":"USB_FEATURE_CHARGING_POLICY","features":[68]},{"name":"USB_FEATURE_ENDPOINT_STALL","features":[68]},{"name":"USB_FEATURE_FUNCTION_SUSPEND","features":[68]},{"name":"USB_FEATURE_INTERFACE_POWER_D0","features":[68]},{"name":"USB_FEATURE_INTERFACE_POWER_D1","features":[68]},{"name":"USB_FEATURE_INTERFACE_POWER_D2","features":[68]},{"name":"USB_FEATURE_INTERFACE_POWER_D3","features":[68]},{"name":"USB_FEATURE_LDM_ENABLE","features":[68]},{"name":"USB_FEATURE_LTM_ENABLE","features":[68]},{"name":"USB_FEATURE_OS_IS_PD_AWARE","features":[68]},{"name":"USB_FEATURE_POLICY_MODE","features":[68]},{"name":"USB_FEATURE_REMOTE_WAKEUP","features":[68]},{"name":"USB_FEATURE_TEST_MODE","features":[68]},{"name":"USB_FEATURE_U1_ENABLE","features":[68]},{"name":"USB_FEATURE_U2_ENABLE","features":[68]},{"name":"USB_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC_INFORMATION","features":[68,3]},{"name":"USB_FUNCTION_SUSPEND_OPTIONS","features":[68]},{"name":"USB_GETSTATUS_LTM_ENABLE","features":[68]},{"name":"USB_GETSTATUS_REMOTE_WAKEUP_ENABLED","features":[68]},{"name":"USB_GETSTATUS_SELF_POWERED","features":[68]},{"name":"USB_GETSTATUS_U1_ENABLE","features":[68]},{"name":"USB_GETSTATUS_U2_ENABLE","features":[68]},{"name":"USB_GET_BUSGUID_INFO","features":[68]},{"name":"USB_GET_BUS_INFO","features":[68]},{"name":"USB_GET_CONTROLLER_NAME","features":[68]},{"name":"USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION","features":[68]},{"name":"USB_GET_DEVICE_CHARACTERISTICS","features":[68]},{"name":"USB_GET_DEVICE_HANDLE","features":[68]},{"name":"USB_GET_DEVICE_HANDLE_EX","features":[68]},{"name":"USB_GET_FIRMWARE_ALLOWED_OR_DISALLOWED_STATE","features":[68]},{"name":"USB_GET_FIRMWARE_HASH","features":[68]},{"name":"USB_GET_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC","features":[68]},{"name":"USB_GET_HUB_CAPABILITIES","features":[68]},{"name":"USB_GET_HUB_CAPABILITIES_EX","features":[68]},{"name":"USB_GET_HUB_CONFIG_INFO","features":[68]},{"name":"USB_GET_HUB_COUNT","features":[68]},{"name":"USB_GET_HUB_INFORMATION_EX","features":[68]},{"name":"USB_GET_HUB_NAME","features":[68]},{"name":"USB_GET_NODE_CONNECTION_ATTRIBUTES","features":[68]},{"name":"USB_GET_NODE_CONNECTION_DRIVERKEY_NAME","features":[68]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION","features":[68]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION_EX","features":[68]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION_EX_V2","features":[68]},{"name":"USB_GET_NODE_CONNECTION_NAME","features":[68]},{"name":"USB_GET_NODE_INFORMATION","features":[68]},{"name":"USB_GET_PARENT_HUB_INFO","features":[68]},{"name":"USB_GET_PORT_CONNECTOR_PROPERTIES","features":[68]},{"name":"USB_GET_PORT_STATUS","features":[68]},{"name":"USB_GET_ROOTHUB_PDO","features":[68]},{"name":"USB_GET_TOPOLOGY_ADDRESS","features":[68]},{"name":"USB_GET_TRANSPORT_CHARACTERISTICS","features":[68]},{"name":"USB_GET_TT_DEVICE_HANDLE","features":[68]},{"name":"USB_HCD_DRIVERKEY_NAME","features":[68]},{"name":"USB_HC_FEATURE_FLAG_PORT_POWER_SWITCHING","features":[68]},{"name":"USB_HC_FEATURE_FLAG_SEL_SUSPEND","features":[68]},{"name":"USB_HC_FEATURE_LEGACY_BIOS","features":[68]},{"name":"USB_HC_FEATURE_TIME_SYNC_API","features":[68]},{"name":"USB_HIGH_SPEED_MAXPACKET","features":[68]},{"name":"USB_HUB_30_PORT_REMOTE_WAKE_MASK","features":[68]},{"name":"USB_HUB_CAPABILITIES","features":[68]},{"name":"USB_HUB_CAPABILITIES_EX","features":[68]},{"name":"USB_HUB_CAP_FLAGS","features":[68]},{"name":"USB_HUB_CHANGE","features":[68]},{"name":"USB_HUB_CYCLE_PORT","features":[68]},{"name":"USB_HUB_DESCRIPTOR","features":[68]},{"name":"USB_HUB_DEVICE_INFO","features":[68,3]},{"name":"USB_HUB_DEVICE_UXD_SETTINGS","features":[68]},{"name":"USB_HUB_INFORMATION","features":[68,3]},{"name":"USB_HUB_INFORMATION_EX","features":[68]},{"name":"USB_HUB_NAME","features":[68]},{"name":"USB_HUB_NODE","features":[68]},{"name":"USB_HUB_PORT_INFORMATION","features":[68]},{"name":"USB_HUB_STATUS","features":[68]},{"name":"USB_HUB_STATUS_AND_CHANGE","features":[68]},{"name":"USB_HUB_TYPE","features":[68]},{"name":"USB_HcGeneric","features":[68]},{"name":"USB_IDLE_CALLBACK","features":[68]},{"name":"USB_IDLE_CALLBACK_INFO","features":[68]},{"name":"USB_IDLE_NOTIFICATION","features":[68]},{"name":"USB_IDLE_NOTIFICATION_EX","features":[68]},{"name":"USB_ID_STRING","features":[68]},{"name":"USB_INTERFACE_ASSOCIATION_DESCRIPTOR","features":[68]},{"name":"USB_INTERFACE_ASSOCIATION_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_INTERFACE_DESCRIPTOR","features":[68]},{"name":"USB_INTERFACE_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_INTERFACE_POWER_DESCRIPTOR","features":[68]},{"name":"USB_INTERFACE_POWER_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_INTERFACE_STATUS","features":[68]},{"name":"USB_MI_PARENT_INFORMATION","features":[68]},{"name":"USB_NODE_CONNECTION_ATTRIBUTES","features":[68]},{"name":"USB_NODE_CONNECTION_DRIVERKEY_NAME","features":[68]},{"name":"USB_NODE_CONNECTION_INFORMATION","features":[68,3]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX","features":[68,3]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX_V2","features":[68]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS","features":[68]},{"name":"USB_NODE_CONNECTION_NAME","features":[68]},{"name":"USB_NODE_INFORMATION","features":[68,3]},{"name":"USB_NOTIFICATION","features":[68]},{"name":"USB_NOTIFICATION_TYPE","features":[68]},{"name":"USB_NOTIFY_ON_TRANSPORT_CHARACTERISTICS_CHANGE","features":[68]},{"name":"USB_OPEN_RAW_DEVICE_PARAMETERS","features":[68]},{"name":"USB_OTG_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_OTHER_SPEED_CONFIGURATION_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_PACKETFLAG_ASYNC_IN","features":[68]},{"name":"USB_PACKETFLAG_ASYNC_OUT","features":[68]},{"name":"USB_PACKETFLAG_FULL_SPEED","features":[68]},{"name":"USB_PACKETFLAG_HIGH_SPEED","features":[68]},{"name":"USB_PACKETFLAG_ISO_IN","features":[68]},{"name":"USB_PACKETFLAG_ISO_OUT","features":[68]},{"name":"USB_PACKETFLAG_LOW_SPEED","features":[68]},{"name":"USB_PACKETFLAG_SETUP","features":[68]},{"name":"USB_PACKETFLAG_TOGGLE0","features":[68]},{"name":"USB_PACKETFLAG_TOGGLE1","features":[68]},{"name":"USB_PASS_THRU_PARAMETERS","features":[68]},{"name":"USB_PIPE_INFO","features":[68]},{"name":"USB_PORTATTR_MINI_CONNECTOR","features":[68]},{"name":"USB_PORTATTR_NO_CONNECTOR","features":[68]},{"name":"USB_PORTATTR_NO_OVERCURRENT_UI","features":[68]},{"name":"USB_PORTATTR_OEM_CONNECTOR","features":[68]},{"name":"USB_PORTATTR_OWNED_BY_CC","features":[68]},{"name":"USB_PORTATTR_SHARED_USB2","features":[68]},{"name":"USB_PORT_CHANGE","features":[68]},{"name":"USB_PORT_CONNECTOR_PROPERTIES","features":[68]},{"name":"USB_PORT_EXT_STATUS","features":[68]},{"name":"USB_PORT_EXT_STATUS_AND_CHANGE","features":[68]},{"name":"USB_PORT_PROPERTIES","features":[68]},{"name":"USB_PORT_STATUS","features":[68]},{"name":"USB_PORT_STATUS_AND_CHANGE","features":[68]},{"name":"USB_PORT_STATUS_CONNECT","features":[68]},{"name":"USB_PORT_STATUS_ENABLE","features":[68]},{"name":"USB_PORT_STATUS_HIGH_SPEED","features":[68]},{"name":"USB_PORT_STATUS_LOW_SPEED","features":[68]},{"name":"USB_PORT_STATUS_OVER_CURRENT","features":[68]},{"name":"USB_PORT_STATUS_POWER","features":[68]},{"name":"USB_PORT_STATUS_RESET","features":[68]},{"name":"USB_PORT_STATUS_SUSPEND","features":[68]},{"name":"USB_POWER_INFO","features":[68,3]},{"name":"USB_PROTOCOLS","features":[68]},{"name":"USB_RECORD_FAILURE","features":[68]},{"name":"USB_REGISTER_COMPOSITE_DEVICE","features":[68]},{"name":"USB_REGISTER_FOR_TRANSPORT_BANDWIDTH_CHANGE","features":[68]},{"name":"USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[68]},{"name":"USB_REGISTER_FOR_TRANSPORT_LATENCY_CHANGE","features":[68]},{"name":"USB_REQUEST_CLEAR_FEATURE","features":[68]},{"name":"USB_REQUEST_CLEAR_TT_BUFFER","features":[68]},{"name":"USB_REQUEST_GET_CONFIGURATION","features":[68]},{"name":"USB_REQUEST_GET_DESCRIPTOR","features":[68]},{"name":"USB_REQUEST_GET_FIRMWARE_STATUS","features":[68]},{"name":"USB_REQUEST_GET_INTERFACE","features":[68]},{"name":"USB_REQUEST_GET_PORT_ERR_COUNT","features":[68]},{"name":"USB_REQUEST_GET_STATE","features":[68]},{"name":"USB_REQUEST_GET_STATUS","features":[68]},{"name":"USB_REQUEST_GET_TT_STATE","features":[68]},{"name":"USB_REQUEST_ISOCH_DELAY","features":[68]},{"name":"USB_REQUEST_REMOTE_WAKE_NOTIFICATION","features":[68]},{"name":"USB_REQUEST_RESET_TT","features":[68]},{"name":"USB_REQUEST_SET_ADDRESS","features":[68]},{"name":"USB_REQUEST_SET_CONFIGURATION","features":[68]},{"name":"USB_REQUEST_SET_DESCRIPTOR","features":[68]},{"name":"USB_REQUEST_SET_FEATURE","features":[68]},{"name":"USB_REQUEST_SET_FIRMWARE_STATUS","features":[68]},{"name":"USB_REQUEST_SET_HUB_DEPTH","features":[68]},{"name":"USB_REQUEST_SET_INTERFACE","features":[68]},{"name":"USB_REQUEST_SET_SEL","features":[68]},{"name":"USB_REQUEST_STOP_TT","features":[68]},{"name":"USB_REQUEST_SYNC_FRAME","features":[68]},{"name":"USB_REQ_GLOBAL_RESUME","features":[68]},{"name":"USB_REQ_GLOBAL_SUSPEND","features":[68]},{"name":"USB_RESERVED_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_RESERVED_USER_BASE","features":[68]},{"name":"USB_RESET_HUB","features":[68]},{"name":"USB_RESET_PORT","features":[68]},{"name":"USB_ROOT_HUB_NAME","features":[68]},{"name":"USB_SEND_RAW_COMMAND_PARAMETERS","features":[68]},{"name":"USB_START_TRACKING_FOR_TIME_SYNC","features":[68]},{"name":"USB_START_TRACKING_FOR_TIME_SYNC_INFORMATION","features":[68,3]},{"name":"USB_STATUS_EXT_PORT_STATUS","features":[68]},{"name":"USB_STATUS_PD_STATUS","features":[68]},{"name":"USB_STATUS_PORT_STATUS","features":[68]},{"name":"USB_STOP_TRACKING_FOR_TIME_SYNC","features":[68]},{"name":"USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION","features":[68,3]},{"name":"USB_STRING_DESCRIPTOR","features":[68]},{"name":"USB_STRING_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_SUBMIT_URB","features":[68]},{"name":"USB_SUPERSPEEDPLUS_ISOCHRONOUS_MAX_BYTESPERINTERVAL","features":[68]},{"name":"USB_SUPERSPEEDPLUS_ISOCHRONOUS_MIN_BYTESPERINTERVAL","features":[68]},{"name":"USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR","features":[68]},{"name":"USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR","features":[68]},{"name":"USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_TYPE","features":[68]},{"name":"USB_SUPERSPEED_ISOCHRONOUS_MAX_MULTIPLIER","features":[68]},{"name":"USB_SUPPORT_D0_COMMAND","features":[68]},{"name":"USB_SUPPORT_D1_COMMAND","features":[68]},{"name":"USB_SUPPORT_D1_WAKEUP","features":[68]},{"name":"USB_SUPPORT_D2_COMMAND","features":[68]},{"name":"USB_SUPPORT_D2_WAKEUP","features":[68]},{"name":"USB_SUPPORT_D3_COMMAND","features":[68]},{"name":"USB_TEST_MODE_TEST_FORCE_ENABLE","features":[68]},{"name":"USB_TEST_MODE_TEST_J","features":[68]},{"name":"USB_TEST_MODE_TEST_K","features":[68]},{"name":"USB_TEST_MODE_TEST_PACKET","features":[68]},{"name":"USB_TEST_MODE_TEST_SE0_NAK","features":[68]},{"name":"USB_TOPOLOGY_ADDRESS","features":[68]},{"name":"USB_TRANSPORT_CHARACTERISTICS","features":[68]},{"name":"USB_TRANSPORT_CHARACTERISTICS_BANDWIDTH_AVAILABLE","features":[68]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_NOTIFICATION","features":[68]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_REGISTRATION","features":[68]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_UNREGISTRATION","features":[68]},{"name":"USB_TRANSPORT_CHARACTERISTICS_LATENCY_AVAILABLE","features":[68]},{"name":"USB_TRANSPORT_CHARACTERISTICS_VERSION_1","features":[68]},{"name":"USB_UNICODE_NAME","features":[68]},{"name":"USB_UNREGISTER_COMPOSITE_DEVICE","features":[68]},{"name":"USB_UNREGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[68]},{"name":"USB_USB2HW_VERSION_PARAMETERS","features":[68]},{"name":"USB_USER_ERROR_CODE","features":[68]},{"name":"USB_WMI_DEVICE_NODE_TYPE","features":[68]},{"name":"Usb11Device","features":[68]},{"name":"Usb20Device","features":[68]},{"name":"Usb20Hub","features":[68]},{"name":"Usb30Hub","features":[68]},{"name":"UsbController","features":[68]},{"name":"UsbDevice","features":[68]},{"name":"UsbFullSpeed","features":[68]},{"name":"UsbHighSpeed","features":[68]},{"name":"UsbHub","features":[68]},{"name":"UsbLowSpeed","features":[68]},{"name":"UsbMIParent","features":[68]},{"name":"UsbRootHub","features":[68]},{"name":"UsbSuperSpeed","features":[68]},{"name":"UsbUserBufferTooSmall","features":[68]},{"name":"UsbUserDeviceNotStarted","features":[68]},{"name":"UsbUserErrorNotMapped","features":[68]},{"name":"UsbUserFeatureDisabled","features":[68]},{"name":"UsbUserInvalidHeaderParameter","features":[68]},{"name":"UsbUserInvalidParameter","features":[68]},{"name":"UsbUserInvalidRequestCode","features":[68]},{"name":"UsbUserMiniportError","features":[68]},{"name":"UsbUserNoDeviceConnected","features":[68]},{"name":"UsbUserNotSupported","features":[68]},{"name":"UsbUserSuccess","features":[68]},{"name":"UsbdEndpointOffloadHardwareAssisted","features":[68]},{"name":"UsbdEndpointOffloadModeNotSupported","features":[68]},{"name":"UsbdEndpointOffloadSoftwareAssisted","features":[68]},{"name":"UsbdPipeTypeBulk","features":[68]},{"name":"UsbdPipeTypeControl","features":[68]},{"name":"UsbdPipeTypeInterrupt","features":[68]},{"name":"UsbdPipeTypeIsochronous","features":[68]},{"name":"UsbfnBusSpeedFull","features":[68]},{"name":"UsbfnBusSpeedHigh","features":[68]},{"name":"UsbfnBusSpeedLow","features":[68]},{"name":"UsbfnBusSpeedMaximum","features":[68]},{"name":"UsbfnBusSpeedSuper","features":[68]},{"name":"UsbfnChargingDownstreamPort","features":[68]},{"name":"UsbfnDedicatedChargingPort","features":[68]},{"name":"UsbfnDeviceStateAddressed","features":[68]},{"name":"UsbfnDeviceStateAttached","features":[68]},{"name":"UsbfnDeviceStateConfigured","features":[68]},{"name":"UsbfnDeviceStateDefault","features":[68]},{"name":"UsbfnDeviceStateDetached","features":[68]},{"name":"UsbfnDeviceStateMinimum","features":[68]},{"name":"UsbfnDeviceStateStateMaximum","features":[68]},{"name":"UsbfnDeviceStateSuspended","features":[68]},{"name":"UsbfnDirectionIn","features":[68]},{"name":"UsbfnDirectionMaximum","features":[68]},{"name":"UsbfnDirectionMinimum","features":[68]},{"name":"UsbfnDirectionOut","features":[68]},{"name":"UsbfnDirectionRx","features":[68]},{"name":"UsbfnDirectionTx","features":[68]},{"name":"UsbfnEventAttach","features":[68]},{"name":"UsbfnEventBusTearDown","features":[68]},{"name":"UsbfnEventConfigured","features":[68]},{"name":"UsbfnEventDetach","features":[68]},{"name":"UsbfnEventMaximum","features":[68]},{"name":"UsbfnEventMinimum","features":[68]},{"name":"UsbfnEventPortType","features":[68]},{"name":"UsbfnEventReset","features":[68]},{"name":"UsbfnEventResume","features":[68]},{"name":"UsbfnEventSetInterface","features":[68]},{"name":"UsbfnEventSetupPacket","features":[68]},{"name":"UsbfnEventSuspend","features":[68]},{"name":"UsbfnEventUnConfigured","features":[68]},{"name":"UsbfnInvalidDedicatedChargingPort","features":[68]},{"name":"UsbfnPortTypeMaximum","features":[68]},{"name":"UsbfnProprietaryDedicatedChargingPort","features":[68]},{"name":"UsbfnStandardDownstreamPort","features":[68]},{"name":"UsbfnUnknownPort","features":[68]},{"name":"WDMUSB_POWER_STATE","features":[68]},{"name":"WINUSB_INTERFACE_HANDLE","features":[68]},{"name":"WINUSB_PIPE_INFORMATION","features":[68]},{"name":"WINUSB_PIPE_INFORMATION_EX","features":[68]},{"name":"WINUSB_PIPE_POLICY","features":[68]},{"name":"WINUSB_POWER_POLICY","features":[68]},{"name":"WINUSB_SETUP_PACKET","features":[68]},{"name":"WMI_USB_DEVICE_NODE_INFORMATION","features":[68]},{"name":"WMI_USB_DRIVER_INFORMATION","features":[68]},{"name":"WMI_USB_DRIVER_NOTIFICATION","features":[68]},{"name":"WMI_USB_HUB_NODE_INFORMATION","features":[68]},{"name":"WMI_USB_PERFORMANCE_INFORMATION","features":[68]},{"name":"WMI_USB_POWER_DEVICE_ENABLE","features":[68]},{"name":"WRITE_DATA_PIPE","features":[68]},{"name":"WdmUsbPowerDeviceD0","features":[68]},{"name":"WdmUsbPowerDeviceD1","features":[68]},{"name":"WdmUsbPowerDeviceD2","features":[68]},{"name":"WdmUsbPowerDeviceD3","features":[68]},{"name":"WdmUsbPowerDeviceUnspecified","features":[68]},{"name":"WdmUsbPowerNotMapped","features":[68]},{"name":"WdmUsbPowerSystemHibernate","features":[68]},{"name":"WdmUsbPowerSystemShutdown","features":[68]},{"name":"WdmUsbPowerSystemSleeping1","features":[68]},{"name":"WdmUsbPowerSystemSleeping2","features":[68]},{"name":"WdmUsbPowerSystemSleeping3","features":[68]},{"name":"WdmUsbPowerSystemUnspecified","features":[68]},{"name":"WdmUsbPowerSystemWorking","features":[68]},{"name":"WinUSB_TestGuid","features":[68]},{"name":"WinUsb_AbortPipe","features":[68,3]},{"name":"WinUsb_ControlTransfer","features":[68,3,8]},{"name":"WinUsb_FlushPipe","features":[68,3]},{"name":"WinUsb_Free","features":[68,3]},{"name":"WinUsb_GetAdjustedFrameNumber","features":[68,3]},{"name":"WinUsb_GetAssociatedInterface","features":[68,3]},{"name":"WinUsb_GetCurrentAlternateSetting","features":[68,3]},{"name":"WinUsb_GetCurrentFrameNumber","features":[68,3]},{"name":"WinUsb_GetCurrentFrameNumberAndQpc","features":[68,3]},{"name":"WinUsb_GetDescriptor","features":[68,3]},{"name":"WinUsb_GetOverlappedResult","features":[68,3,8]},{"name":"WinUsb_GetPipePolicy","features":[68,3]},{"name":"WinUsb_GetPowerPolicy","features":[68,3]},{"name":"WinUsb_Initialize","features":[68,3]},{"name":"WinUsb_ParseConfigurationDescriptor","features":[68]},{"name":"WinUsb_ParseDescriptors","features":[68]},{"name":"WinUsb_QueryDeviceInformation","features":[68,3]},{"name":"WinUsb_QueryInterfaceSettings","features":[68,3]},{"name":"WinUsb_QueryPipe","features":[68,3]},{"name":"WinUsb_QueryPipeEx","features":[68,3]},{"name":"WinUsb_ReadIsochPipe","features":[68,3,8]},{"name":"WinUsb_ReadIsochPipeAsap","features":[68,3,8]},{"name":"WinUsb_ReadPipe","features":[68,3,8]},{"name":"WinUsb_RegisterIsochBuffer","features":[68,3]},{"name":"WinUsb_ResetPipe","features":[68,3]},{"name":"WinUsb_SetCurrentAlternateSetting","features":[68,3]},{"name":"WinUsb_SetPipePolicy","features":[68,3]},{"name":"WinUsb_SetPowerPolicy","features":[68,3]},{"name":"WinUsb_StartTrackingForTimeSync","features":[68,3]},{"name":"WinUsb_StopTrackingForTimeSync","features":[68,3]},{"name":"WinUsb_UnregisterIsochBuffer","features":[68,3]},{"name":"WinUsb_WriteIsochPipe","features":[68,3,8]},{"name":"WinUsb_WriteIsochPipeAsap","features":[68,3,8]},{"name":"WinUsb_WritePipe","features":[68,3,8]},{"name":"_URB_BULK_OR_INTERRUPT_TRANSFER","features":[68]},{"name":"_URB_CONTROL_DESCRIPTOR_REQUEST","features":[68]},{"name":"_URB_CONTROL_FEATURE_REQUEST","features":[68]},{"name":"_URB_CONTROL_GET_CONFIGURATION_REQUEST","features":[68]},{"name":"_URB_CONTROL_GET_INTERFACE_REQUEST","features":[68]},{"name":"_URB_CONTROL_GET_STATUS_REQUEST","features":[68]},{"name":"_URB_CONTROL_TRANSFER","features":[68]},{"name":"_URB_CONTROL_TRANSFER_EX","features":[68]},{"name":"_URB_CONTROL_VENDOR_OR_CLASS_REQUEST","features":[68]},{"name":"_URB_FRAME_LENGTH_CONTROL","features":[68]},{"name":"_URB_GET_CURRENT_FRAME_NUMBER","features":[68]},{"name":"_URB_GET_FRAME_LENGTH","features":[68]},{"name":"_URB_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS","features":[68]},{"name":"_URB_HCD_AREA","features":[68]},{"name":"_URB_HEADER","features":[68]},{"name":"_URB_ISOCH_TRANSFER","features":[68]},{"name":"_URB_OPEN_STATIC_STREAMS","features":[68]},{"name":"_URB_OS_FEATURE_DESCRIPTOR_REQUEST","features":[68]},{"name":"_URB_PIPE_REQUEST","features":[68]},{"name":"_URB_SELECT_CONFIGURATION","features":[68]},{"name":"_URB_SELECT_INTERFACE","features":[68]},{"name":"_URB_SET_FRAME_LENGTH","features":[68]}],"391":[{"name":"DeviceDiscoveryMechanism","features":[69]},{"name":"DirectedDiscovery","features":[69]},{"name":"IWSDAddress","features":[69]},{"name":"IWSDAsyncCallback","features":[69]},{"name":"IWSDAsyncResult","features":[69]},{"name":"IWSDAttachment","features":[69]},{"name":"IWSDDeviceHost","features":[69]},{"name":"IWSDDeviceHostNotify","features":[69]},{"name":"IWSDDeviceProxy","features":[69]},{"name":"IWSDEndpointProxy","features":[69]},{"name":"IWSDEventingStatus","features":[69]},{"name":"IWSDHttpAddress","features":[69]},{"name":"IWSDHttpAuthParameters","features":[69]},{"name":"IWSDHttpMessageParameters","features":[69]},{"name":"IWSDInboundAttachment","features":[69]},{"name":"IWSDMessageParameters","features":[69]},{"name":"IWSDMetadataExchange","features":[69]},{"name":"IWSDOutboundAttachment","features":[69]},{"name":"IWSDSSLClientCertificate","features":[69]},{"name":"IWSDScopeMatchingRule","features":[69]},{"name":"IWSDServiceMessaging","features":[69]},{"name":"IWSDServiceProxy","features":[69]},{"name":"IWSDServiceProxyEventing","features":[69]},{"name":"IWSDSignatureProperty","features":[69]},{"name":"IWSDTransportAddress","features":[69]},{"name":"IWSDUdpAddress","features":[69]},{"name":"IWSDUdpMessageParameters","features":[69]},{"name":"IWSDXMLContext","features":[69]},{"name":"IWSDiscoveredService","features":[69]},{"name":"IWSDiscoveryProvider","features":[69]},{"name":"IWSDiscoveryProviderNotify","features":[69]},{"name":"IWSDiscoveryPublisher","features":[69]},{"name":"IWSDiscoveryPublisherNotify","features":[69]},{"name":"MulticastDiscovery","features":[69]},{"name":"ONE_WAY","features":[69]},{"name":"OpAnyElement","features":[69]},{"name":"OpAnyElements","features":[69]},{"name":"OpAnyNumber","features":[69]},{"name":"OpAnyText","features":[69]},{"name":"OpAnything","features":[69]},{"name":"OpAttribute_","features":[69]},{"name":"OpBeginAll","features":[69]},{"name":"OpBeginAnyElement","features":[69]},{"name":"OpBeginChoice","features":[69]},{"name":"OpBeginElement_","features":[69]},{"name":"OpBeginSequence","features":[69]},{"name":"OpElement_","features":[69]},{"name":"OpEndAll","features":[69]},{"name":"OpEndChoice","features":[69]},{"name":"OpEndElement","features":[69]},{"name":"OpEndOfTable","features":[69]},{"name":"OpEndSequence","features":[69]},{"name":"OpFormatBool_","features":[69]},{"name":"OpFormatDateTime_","features":[69]},{"name":"OpFormatDom_","features":[69]},{"name":"OpFormatDouble_","features":[69]},{"name":"OpFormatDuration_","features":[69]},{"name":"OpFormatDynamicType_","features":[69]},{"name":"OpFormatFloat_","features":[69]},{"name":"OpFormatInt16_","features":[69]},{"name":"OpFormatInt32_","features":[69]},{"name":"OpFormatInt64_","features":[69]},{"name":"OpFormatInt8_","features":[69]},{"name":"OpFormatListInsertTail_","features":[69]},{"name":"OpFormatLookupType_","features":[69]},{"name":"OpFormatMax","features":[69]},{"name":"OpFormatName_","features":[69]},{"name":"OpFormatStruct_","features":[69]},{"name":"OpFormatType_","features":[69]},{"name":"OpFormatUInt16_","features":[69]},{"name":"OpFormatUInt32_","features":[69]},{"name":"OpFormatUInt64_","features":[69]},{"name":"OpFormatUInt8_","features":[69]},{"name":"OpFormatUnicodeString_","features":[69]},{"name":"OpFormatUri_","features":[69]},{"name":"OpFormatUuidUri_","features":[69]},{"name":"OpFormatXMLDeclaration_","features":[69]},{"name":"OpNone","features":[69]},{"name":"OpOneOrMore","features":[69]},{"name":"OpOptional","features":[69]},{"name":"OpProcess_","features":[69]},{"name":"OpQualifiedAttribute_","features":[69]},{"name":"PWSD_SOAP_MESSAGE_HANDLER","features":[69]},{"name":"REQUESTBODY_GetStatus","features":[69]},{"name":"REQUESTBODY_Renew","features":[69,3]},{"name":"REQUESTBODY_Subscribe","features":[69,3]},{"name":"REQUESTBODY_Unsubscribe","features":[69]},{"name":"RESPONSEBODY_GetMetadata","features":[69]},{"name":"RESPONSEBODY_GetStatus","features":[69,3]},{"name":"RESPONSEBODY_Renew","features":[69,3]},{"name":"RESPONSEBODY_Subscribe","features":[69,3]},{"name":"RESPONSEBODY_SubscriptionEnd","features":[69]},{"name":"SecureDirectedDiscovery","features":[69]},{"name":"TWO_WAY","features":[69]},{"name":"WSDAPI_ADDRESSFAMILY_IPV4","features":[69]},{"name":"WSDAPI_ADDRESSFAMILY_IPV6","features":[69]},{"name":"WSDAPI_COMPACTSIG_ACCEPT_ALL_MESSAGES","features":[69]},{"name":"WSDAPI_OPTION_MAX_INBOUND_MESSAGE_SIZE","features":[69]},{"name":"WSDAPI_OPTION_TRACE_XML_TO_DEBUGGER","features":[69]},{"name":"WSDAPI_OPTION_TRACE_XML_TO_FILE","features":[69]},{"name":"WSDAPI_SSL_CERT_APPLY_DEFAULT_CHECKS","features":[69]},{"name":"WSDAPI_SSL_CERT_IGNORE_EXPIRY","features":[69]},{"name":"WSDAPI_SSL_CERT_IGNORE_INVALID_CN","features":[69]},{"name":"WSDAPI_SSL_CERT_IGNORE_REVOCATION","features":[69]},{"name":"WSDAPI_SSL_CERT_IGNORE_UNKNOWN_CA","features":[69]},{"name":"WSDAPI_SSL_CERT_IGNORE_WRONG_USAGE","features":[69]},{"name":"WSDAllocateLinkedMemory","features":[69]},{"name":"WSDAttachLinkedMemory","features":[69]},{"name":"WSDCreateDeviceHost","features":[69]},{"name":"WSDCreateDeviceHost2","features":[69]},{"name":"WSDCreateDeviceHostAdvanced","features":[69]},{"name":"WSDCreateDeviceProxy","features":[69]},{"name":"WSDCreateDeviceProxy2","features":[69]},{"name":"WSDCreateDeviceProxyAdvanced","features":[69]},{"name":"WSDCreateDiscoveryProvider","features":[69]},{"name":"WSDCreateDiscoveryProvider2","features":[69]},{"name":"WSDCreateDiscoveryPublisher","features":[69]},{"name":"WSDCreateDiscoveryPublisher2","features":[69]},{"name":"WSDCreateHttpAddress","features":[69]},{"name":"WSDCreateHttpMessageParameters","features":[69]},{"name":"WSDCreateOutboundAttachment","features":[69]},{"name":"WSDCreateUdpAddress","features":[69]},{"name":"WSDCreateUdpMessageParameters","features":[69]},{"name":"WSDDetachLinkedMemory","features":[69]},{"name":"WSDET_INCOMING_FAULT","features":[69]},{"name":"WSDET_INCOMING_MESSAGE","features":[69]},{"name":"WSDET_NONE","features":[69]},{"name":"WSDET_RESPONSE_TIMEOUT","features":[69]},{"name":"WSDET_TRANSMISSION_FAILURE","features":[69]},{"name":"WSDEventType","features":[69]},{"name":"WSDFreeLinkedMemory","features":[69]},{"name":"WSDGenerateFault","features":[69]},{"name":"WSDGenerateFaultEx","features":[69]},{"name":"WSDGetConfigurationOption","features":[69]},{"name":"WSDSetConfigurationOption","features":[69]},{"name":"WSDUdpMessageType","features":[69]},{"name":"WSDUdpRetransmitParams","features":[69]},{"name":"WSDUriDecode","features":[69]},{"name":"WSDUriEncode","features":[69]},{"name":"WSDXMLAddChild","features":[69]},{"name":"WSDXMLAddSibling","features":[69]},{"name":"WSDXMLBuildAnyForSingleElement","features":[69]},{"name":"WSDXMLCleanupElement","features":[69]},{"name":"WSDXMLCreateContext","features":[69]},{"name":"WSDXMLGetNameFromBuiltinNamespace","features":[69]},{"name":"WSDXMLGetValueFromAny","features":[69]},{"name":"WSDXML_ATTRIBUTE","features":[69]},{"name":"WSDXML_ELEMENT","features":[69]},{"name":"WSDXML_ELEMENT_LIST","features":[69]},{"name":"WSDXML_NAME","features":[69]},{"name":"WSDXML_NAMESPACE","features":[69]},{"name":"WSDXML_NODE","features":[69]},{"name":"WSDXML_OP","features":[69]},{"name":"WSDXML_PREFIX_MAPPING","features":[69]},{"name":"WSDXML_TEXT","features":[69]},{"name":"WSDXML_TYPE","features":[69]},{"name":"WSD_APP_SEQUENCE","features":[69]},{"name":"WSD_BYE","features":[69]},{"name":"WSD_CONFIG_ADDRESSES","features":[69]},{"name":"WSD_CONFIG_DEVICE_ADDRESSES","features":[69]},{"name":"WSD_CONFIG_HOSTING_ADDRESSES","features":[69]},{"name":"WSD_CONFIG_MAX_INBOUND_MESSAGE_SIZE","features":[69]},{"name":"WSD_CONFIG_MAX_OUTBOUND_MESSAGE_SIZE","features":[69]},{"name":"WSD_CONFIG_PARAM","features":[69]},{"name":"WSD_CONFIG_PARAM_TYPE","features":[69]},{"name":"WSD_DATETIME","features":[69,3]},{"name":"WSD_DEFAULT_EVENTING_ADDRESS","features":[69]},{"name":"WSD_DEFAULT_HOSTING_ADDRESS","features":[69]},{"name":"WSD_DEFAULT_SECURE_HOSTING_ADDRESS","features":[69]},{"name":"WSD_DURATION","features":[69,3]},{"name":"WSD_ENDPOINT_REFERENCE","features":[69]},{"name":"WSD_ENDPOINT_REFERENCE_LIST","features":[69]},{"name":"WSD_EVENT","features":[69]},{"name":"WSD_EVENTING_DELIVERY_MODE","features":[69]},{"name":"WSD_EVENTING_DELIVERY_MODE_PUSH","features":[69]},{"name":"WSD_EVENTING_EXPIRES","features":[69,3]},{"name":"WSD_EVENTING_FILTER","features":[69]},{"name":"WSD_EVENTING_FILTER_ACTION","features":[69]},{"name":"WSD_HANDLER_CONTEXT","features":[69]},{"name":"WSD_HEADER_RELATESTO","features":[69]},{"name":"WSD_HELLO","features":[69]},{"name":"WSD_HOST_METADATA","features":[69]},{"name":"WSD_LOCALIZED_STRING","features":[69]},{"name":"WSD_LOCALIZED_STRING_LIST","features":[69]},{"name":"WSD_METADATA_SECTION","features":[69]},{"name":"WSD_METADATA_SECTION_LIST","features":[69]},{"name":"WSD_NAME_LIST","features":[69]},{"name":"WSD_OPERATION","features":[69]},{"name":"WSD_PORT_TYPE","features":[69]},{"name":"WSD_PROBE","features":[69]},{"name":"WSD_PROBE_MATCH","features":[69]},{"name":"WSD_PROBE_MATCHES","features":[69]},{"name":"WSD_PROBE_MATCH_LIST","features":[69]},{"name":"WSD_PROTOCOL_TYPE","features":[69]},{"name":"WSD_PT_ALL","features":[69]},{"name":"WSD_PT_HTTP","features":[69]},{"name":"WSD_PT_HTTPS","features":[69]},{"name":"WSD_PT_NONE","features":[69]},{"name":"WSD_PT_UDP","features":[69]},{"name":"WSD_REFERENCE_PARAMETERS","features":[69]},{"name":"WSD_REFERENCE_PROPERTIES","features":[69]},{"name":"WSD_RELATIONSHIP_METADATA","features":[69]},{"name":"WSD_RESOLVE","features":[69]},{"name":"WSD_RESOLVE_MATCH","features":[69]},{"name":"WSD_RESOLVE_MATCHES","features":[69]},{"name":"WSD_SCOPES","features":[69]},{"name":"WSD_SECURITY_CERT_VALIDATION","features":[69,3,70]},{"name":"WSD_SECURITY_CERT_VALIDATION_V1","features":[69,3,70]},{"name":"WSD_SECURITY_COMPACTSIG_SIGNING_CERT","features":[69]},{"name":"WSD_SECURITY_COMPACTSIG_VALIDATION","features":[69]},{"name":"WSD_SECURITY_HTTP_AUTH_SCHEME_NEGOTIATE","features":[69]},{"name":"WSD_SECURITY_HTTP_AUTH_SCHEME_NTLM","features":[69]},{"name":"WSD_SECURITY_REQUIRE_CLIENT_CERT_OR_HTTP_CLIENT_AUTH","features":[69]},{"name":"WSD_SECURITY_REQUIRE_HTTP_CLIENT_AUTH","features":[69]},{"name":"WSD_SECURITY_SIGNATURE_VALIDATION","features":[69,3,70]},{"name":"WSD_SECURITY_SSL_CERT_FOR_CLIENT_AUTH","features":[69]},{"name":"WSD_SECURITY_SSL_CLIENT_CERT_VALIDATION","features":[69]},{"name":"WSD_SECURITY_SSL_NEGOTIATE_CLIENT_CERT","features":[69]},{"name":"WSD_SECURITY_SSL_SERVER_CERT_VALIDATION","features":[69]},{"name":"WSD_SECURITY_USE_HTTP_CLIENT_AUTH","features":[69]},{"name":"WSD_SERVICE_METADATA","features":[69]},{"name":"WSD_SERVICE_METADATA_LIST","features":[69]},{"name":"WSD_SOAP_FAULT","features":[69]},{"name":"WSD_SOAP_FAULT_CODE","features":[69]},{"name":"WSD_SOAP_FAULT_REASON","features":[69]},{"name":"WSD_SOAP_FAULT_SUBCODE","features":[69]},{"name":"WSD_SOAP_HEADER","features":[69]},{"name":"WSD_SOAP_MESSAGE","features":[69]},{"name":"WSD_STUB_FUNCTION","features":[69]},{"name":"WSD_SYNCHRONOUS_RESPONSE_CONTEXT","features":[69,3]},{"name":"WSD_THIS_DEVICE_METADATA","features":[69]},{"name":"WSD_THIS_MODEL_METADATA","features":[69]},{"name":"WSD_UNKNOWN_LOOKUP","features":[69]},{"name":"WSD_URI_LIST","features":[69]}],"392":[{"name":"APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID","features":[3]},{"name":"APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED","features":[3]},{"name":"APPMODEL_ERROR_NO_APPLICATION","features":[3]},{"name":"APPMODEL_ERROR_NO_MUTABLE_DIRECTORY","features":[3]},{"name":"APPMODEL_ERROR_NO_PACKAGE","features":[3]},{"name":"APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT","features":[3]},{"name":"APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE","features":[3]},{"name":"APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT","features":[3]},{"name":"APPX_E_BLOCK_HASH_INVALID","features":[3]},{"name":"APPX_E_CORRUPT_CONTENT","features":[3]},{"name":"APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED","features":[3]},{"name":"APPX_E_DELTA_BASELINE_VERSION_MISMATCH","features":[3]},{"name":"APPX_E_DELTA_PACKAGE_MISSING_FILE","features":[3]},{"name":"APPX_E_DIGEST_MISMATCH","features":[3]},{"name":"APPX_E_FILE_COMPRESSION_MISMATCH","features":[3]},{"name":"APPX_E_INTERLEAVING_NOT_ALLOWED","features":[3]},{"name":"APPX_E_INVALID_APPINSTALLER","features":[3]},{"name":"APPX_E_INVALID_BLOCKMAP","features":[3]},{"name":"APPX_E_INVALID_CONTENTGROUPMAP","features":[3]},{"name":"APPX_E_INVALID_DELTA_PACKAGE","features":[3]},{"name":"APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST","features":[3]},{"name":"APPX_E_INVALID_KEY_INFO","features":[3]},{"name":"APPX_E_INVALID_MANIFEST","features":[3]},{"name":"APPX_E_INVALID_PACKAGESIGNCONFIG","features":[3]},{"name":"APPX_E_INVALID_PACKAGE_FOLDER_ACLS","features":[3]},{"name":"APPX_E_INVALID_PACKAGING_LAYOUT","features":[3]},{"name":"APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION","features":[3]},{"name":"APPX_E_INVALID_PUBLISHER_BRIDGING","features":[3]},{"name":"APPX_E_INVALID_SIP_CLIENT_DATA","features":[3]},{"name":"APPX_E_MISSING_REQUIRED_FILE","features":[3]},{"name":"APPX_E_PACKAGING_INTERNAL","features":[3]},{"name":"APPX_E_RELATIONSHIPS_NOT_ALLOWED","features":[3]},{"name":"APPX_E_REQUESTED_RANGE_TOO_LARGE","features":[3]},{"name":"APPX_E_RESOURCESPRI_NOT_ALLOWED","features":[3]},{"name":"APP_LOCAL_DEVICE_ID","features":[3]},{"name":"APP_LOCAL_DEVICE_ID_SIZE","features":[3]},{"name":"BOOL","features":[3]},{"name":"BOOLEAN","features":[3]},{"name":"BSTR","features":[3]},{"name":"BT_E_SPURIOUS_ACTIVATION","features":[3]},{"name":"CACHE_E_FIRST","features":[3]},{"name":"CACHE_E_LAST","features":[3]},{"name":"CACHE_E_NOCACHE_UPDATED","features":[3]},{"name":"CACHE_S_FIRST","features":[3]},{"name":"CACHE_S_FORMATETC_NOTSUPPORTED","features":[3]},{"name":"CACHE_S_LAST","features":[3]},{"name":"CACHE_S_SAMECACHE","features":[3]},{"name":"CACHE_S_SOMECACHES_NOTUPDATED","features":[3]},{"name":"CAT_E_CATIDNOEXIST","features":[3]},{"name":"CAT_E_FIRST","features":[3]},{"name":"CAT_E_LAST","features":[3]},{"name":"CAT_E_NODESCRIPTION","features":[3]},{"name":"CERTSRV_E_ADMIN_DENIED_REQUEST","features":[3]},{"name":"CERTSRV_E_ALIGNMENT_FAULT","features":[3]},{"name":"CERTSRV_E_ARCHIVED_KEY_REQUIRED","features":[3]},{"name":"CERTSRV_E_ARCHIVED_KEY_UNEXPECTED","features":[3]},{"name":"CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE","features":[3]},{"name":"CERTSRV_E_BAD_RENEWAL_SUBJECT","features":[3]},{"name":"CERTSRV_E_BAD_REQUESTSTATUS","features":[3]},{"name":"CERTSRV_E_BAD_REQUESTSUBJECT","features":[3]},{"name":"CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL","features":[3]},{"name":"CERTSRV_E_BAD_TEMPLATE_VERSION","features":[3]},{"name":"CERTSRV_E_CERT_TYPE_OVERLAP","features":[3]},{"name":"CERTSRV_E_CORRUPT_KEY_ATTESTATION","features":[3]},{"name":"CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE","features":[3]},{"name":"CERTSRV_E_ENCODING_LENGTH","features":[3]},{"name":"CERTSRV_E_ENCRYPTION_CERT_REQUIRED","features":[3]},{"name":"CERTSRV_E_ENROLL_DENIED","features":[3]},{"name":"CERTSRV_E_EXPIRED_CHALLENGE","features":[3]},{"name":"CERTSRV_E_INVALID_ATTESTATION","features":[3]},{"name":"CERTSRV_E_INVALID_CA_CERTIFICATE","features":[3]},{"name":"CERTSRV_E_INVALID_EK","features":[3]},{"name":"CERTSRV_E_INVALID_IDBINDING","features":[3]},{"name":"CERTSRV_E_INVALID_REQUESTID","features":[3]},{"name":"CERTSRV_E_INVALID_RESPONSE","features":[3]},{"name":"CERTSRV_E_ISSUANCE_POLICY_REQUIRED","features":[3]},{"name":"CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED","features":[3]},{"name":"CERTSRV_E_KEY_ATTESTATION","features":[3]},{"name":"CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED","features":[3]},{"name":"CERTSRV_E_KEY_LENGTH","features":[3]},{"name":"CERTSRV_E_NO_CAADMIN_DEFINED","features":[3]},{"name":"CERTSRV_E_NO_CERT_TYPE","features":[3]},{"name":"CERTSRV_E_NO_DB_SESSIONS","features":[3]},{"name":"CERTSRV_E_NO_POLICY_SERVER","features":[3]},{"name":"CERTSRV_E_NO_REQUEST","features":[3]},{"name":"CERTSRV_E_NO_VALID_KRA","features":[3]},{"name":"CERTSRV_E_PENDING_CLIENT_RESPONSE","features":[3]},{"name":"CERTSRV_E_PROPERTY_EMPTY","features":[3]},{"name":"CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY","features":[3]},{"name":"CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH","features":[3]},{"name":"CERTSRV_E_RESTRICTEDOFFICER","features":[3]},{"name":"CERTSRV_E_ROLECONFLICT","features":[3]},{"name":"CERTSRV_E_SEC_EXT_DIRECTORY_SID_REQUIRED","features":[3]},{"name":"CERTSRV_E_SERVER_SUSPENDED","features":[3]},{"name":"CERTSRV_E_SIGNATURE_COUNT","features":[3]},{"name":"CERTSRV_E_SIGNATURE_POLICY_REQUIRED","features":[3]},{"name":"CERTSRV_E_SIGNATURE_REJECTED","features":[3]},{"name":"CERTSRV_E_SMIME_REQUIRED","features":[3]},{"name":"CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED","features":[3]},{"name":"CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED","features":[3]},{"name":"CERTSRV_E_SUBJECT_DNS_REQUIRED","features":[3]},{"name":"CERTSRV_E_SUBJECT_EMAIL_REQUIRED","features":[3]},{"name":"CERTSRV_E_SUBJECT_UPN_REQUIRED","features":[3]},{"name":"CERTSRV_E_TEMPLATE_CONFLICT","features":[3]},{"name":"CERTSRV_E_TEMPLATE_DENIED","features":[3]},{"name":"CERTSRV_E_TEMPLATE_POLICY_REQUIRED","features":[3]},{"name":"CERTSRV_E_TOO_MANY_SIGNATURES","features":[3]},{"name":"CERTSRV_E_UNKNOWN_CERT_TYPE","features":[3]},{"name":"CERTSRV_E_UNSUPPORTED_CERT_TYPE","features":[3]},{"name":"CERTSRV_E_WEAK_SIGNATURE_OR_KEY","features":[3]},{"name":"CERT_E_CHAINING","features":[3]},{"name":"CERT_E_CN_NO_MATCH","features":[3]},{"name":"CERT_E_CRITICAL","features":[3]},{"name":"CERT_E_EXPIRED","features":[3]},{"name":"CERT_E_INVALID_NAME","features":[3]},{"name":"CERT_E_INVALID_POLICY","features":[3]},{"name":"CERT_E_ISSUERCHAINING","features":[3]},{"name":"CERT_E_MALFORMED","features":[3]},{"name":"CERT_E_PATHLENCONST","features":[3]},{"name":"CERT_E_PURPOSE","features":[3]},{"name":"CERT_E_REVOCATION_FAILURE","features":[3]},{"name":"CERT_E_REVOKED","features":[3]},{"name":"CERT_E_ROLE","features":[3]},{"name":"CERT_E_UNTRUSTEDCA","features":[3]},{"name":"CERT_E_UNTRUSTEDROOT","features":[3]},{"name":"CERT_E_UNTRUSTEDTESTROOT","features":[3]},{"name":"CERT_E_VALIDITYPERIODNESTING","features":[3]},{"name":"CERT_E_WRONG_USAGE","features":[3]},{"name":"CHAR","features":[3]},{"name":"CI_CORRUPT_CATALOG","features":[3]},{"name":"CI_CORRUPT_DATABASE","features":[3]},{"name":"CI_CORRUPT_FILTER_BUFFER","features":[3]},{"name":"CI_E_ALREADY_INITIALIZED","features":[3]},{"name":"CI_E_BUFFERTOOSMALL","features":[3]},{"name":"CI_E_CARDINALITY_MISMATCH","features":[3]},{"name":"CI_E_CLIENT_FILTER_ABORT","features":[3]},{"name":"CI_E_CONFIG_DISK_FULL","features":[3]},{"name":"CI_E_DISK_FULL","features":[3]},{"name":"CI_E_DISTRIBUTED_GROUPBY_UNSUPPORTED","features":[3]},{"name":"CI_E_DUPLICATE_NOTIFICATION","features":[3]},{"name":"CI_E_ENUMERATION_STARTED","features":[3]},{"name":"CI_E_FILTERING_DISABLED","features":[3]},{"name":"CI_E_INVALID_FLAGS_COMBINATION","features":[3]},{"name":"CI_E_INVALID_STATE","features":[3]},{"name":"CI_E_LOGON_FAILURE","features":[3]},{"name":"CI_E_NOT_FOUND","features":[3]},{"name":"CI_E_NOT_INITIALIZED","features":[3]},{"name":"CI_E_NOT_RUNNING","features":[3]},{"name":"CI_E_NO_CATALOG","features":[3]},{"name":"CI_E_OUTOFSEQ_INCREMENT_DATA","features":[3]},{"name":"CI_E_PROPERTY_NOT_CACHED","features":[3]},{"name":"CI_E_PROPERTY_TOOLARGE","features":[3]},{"name":"CI_E_SHARING_VIOLATION","features":[3]},{"name":"CI_E_SHUTDOWN","features":[3]},{"name":"CI_E_STRANGE_PAGEORSECTOR_SIZE","features":[3]},{"name":"CI_E_TIMEOUT","features":[3]},{"name":"CI_E_UPDATES_DISABLED","features":[3]},{"name":"CI_E_USE_DEFAULT_PID","features":[3]},{"name":"CI_E_WORKID_NOTVALID","features":[3]},{"name":"CI_INCORRECT_VERSION","features":[3]},{"name":"CI_INVALID_INDEX","features":[3]},{"name":"CI_INVALID_PARTITION","features":[3]},{"name":"CI_INVALID_PRIORITY","features":[3]},{"name":"CI_NO_CATALOG","features":[3]},{"name":"CI_NO_STARTING_KEY","features":[3]},{"name":"CI_OUT_OF_INDEX_IDS","features":[3]},{"name":"CI_PROPSTORE_INCONSISTENCY","features":[3]},{"name":"CI_S_CAT_STOPPED","features":[3]},{"name":"CI_S_END_OF_ENUMERATION","features":[3]},{"name":"CI_S_NO_DOCSTORE","features":[3]},{"name":"CI_S_WORKID_DELETED","features":[3]},{"name":"CLASSFACTORY_E_FIRST","features":[3]},{"name":"CLASSFACTORY_E_LAST","features":[3]},{"name":"CLASSFACTORY_S_FIRST","features":[3]},{"name":"CLASSFACTORY_S_LAST","features":[3]},{"name":"CLASS_E_CLASSNOTAVAILABLE","features":[3]},{"name":"CLASS_E_NOAGGREGATION","features":[3]},{"name":"CLASS_E_NOTLICENSED","features":[3]},{"name":"CLIENTSITE_E_FIRST","features":[3]},{"name":"CLIENTSITE_E_LAST","features":[3]},{"name":"CLIENTSITE_S_FIRST","features":[3]},{"name":"CLIENTSITE_S_LAST","features":[3]},{"name":"CLIPBRD_E_BAD_DATA","features":[3]},{"name":"CLIPBRD_E_CANT_CLOSE","features":[3]},{"name":"CLIPBRD_E_CANT_EMPTY","features":[3]},{"name":"CLIPBRD_E_CANT_OPEN","features":[3]},{"name":"CLIPBRD_E_CANT_SET","features":[3]},{"name":"CLIPBRD_E_FIRST","features":[3]},{"name":"CLIPBRD_E_LAST","features":[3]},{"name":"CLIPBRD_S_FIRST","features":[3]},{"name":"CLIPBRD_S_LAST","features":[3]},{"name":"COLORREF","features":[3]},{"name":"COMADMIN_E_ALREADYINSTALLED","features":[3]},{"name":"COMADMIN_E_AMBIGUOUS_APPLICATION_NAME","features":[3]},{"name":"COMADMIN_E_AMBIGUOUS_PARTITION_NAME","features":[3]},{"name":"COMADMIN_E_APPDIRNOTFOUND","features":[3]},{"name":"COMADMIN_E_APPLICATIONEXISTS","features":[3]},{"name":"COMADMIN_E_APPLID_MATCHES_CLSID","features":[3]},{"name":"COMADMIN_E_APP_FILE_READFAIL","features":[3]},{"name":"COMADMIN_E_APP_FILE_VERSION","features":[3]},{"name":"COMADMIN_E_APP_FILE_WRITEFAIL","features":[3]},{"name":"COMADMIN_E_APP_NOT_RUNNING","features":[3]},{"name":"COMADMIN_E_AUTHENTICATIONLEVEL","features":[3]},{"name":"COMADMIN_E_BADPATH","features":[3]},{"name":"COMADMIN_E_BADREGISTRYLIBID","features":[3]},{"name":"COMADMIN_E_BADREGISTRYPROGID","features":[3]},{"name":"COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET","features":[3]},{"name":"COMADMIN_E_BASE_PARTITION_ONLY","features":[3]},{"name":"COMADMIN_E_CANNOT_ALIAS_EVENTCLASS","features":[3]},{"name":"COMADMIN_E_CANTCOPYFILE","features":[3]},{"name":"COMADMIN_E_CANTMAKEINPROCSERVICE","features":[3]},{"name":"COMADMIN_E_CANTRECYCLELIBRARYAPPS","features":[3]},{"name":"COMADMIN_E_CANTRECYCLESERVICEAPPS","features":[3]},{"name":"COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT","features":[3]},{"name":"COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY","features":[3]},{"name":"COMADMIN_E_CAN_NOT_EXPORT_SYS_APP","features":[3]},{"name":"COMADMIN_E_CAN_NOT_START_APP","features":[3]},{"name":"COMADMIN_E_CAT_BITNESSMISMATCH","features":[3]},{"name":"COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME","features":[3]},{"name":"COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED","features":[3]},{"name":"COMADMIN_E_CAT_INVALID_PARTITION_NAME","features":[3]},{"name":"COMADMIN_E_CAT_PARTITION_IN_USE","features":[3]},{"name":"COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED","features":[3]},{"name":"COMADMIN_E_CAT_SERVERFAULT","features":[3]},{"name":"COMADMIN_E_CAT_UNACCEPTABLEBITNESS","features":[3]},{"name":"COMADMIN_E_CAT_WRONGAPPBITNESS","features":[3]},{"name":"COMADMIN_E_CLSIDORIIDMISMATCH","features":[3]},{"name":"COMADMIN_E_COMPFILE_BADTLB","features":[3]},{"name":"COMADMIN_E_COMPFILE_CLASSNOTAVAIL","features":[3]},{"name":"COMADMIN_E_COMPFILE_DOESNOTEXIST","features":[3]},{"name":"COMADMIN_E_COMPFILE_GETCLASSOBJ","features":[3]},{"name":"COMADMIN_E_COMPFILE_LOADDLLFAIL","features":[3]},{"name":"COMADMIN_E_COMPFILE_NOREGISTRAR","features":[3]},{"name":"COMADMIN_E_COMPFILE_NOTINSTALLABLE","features":[3]},{"name":"COMADMIN_E_COMPONENTEXISTS","features":[3]},{"name":"COMADMIN_E_COMP_MOVE_BAD_DEST","features":[3]},{"name":"COMADMIN_E_COMP_MOVE_DEST","features":[3]},{"name":"COMADMIN_E_COMP_MOVE_LOCKED","features":[3]},{"name":"COMADMIN_E_COMP_MOVE_PRIVATE","features":[3]},{"name":"COMADMIN_E_COMP_MOVE_SOURCE","features":[3]},{"name":"COMADMIN_E_COREQCOMPINSTALLED","features":[3]},{"name":"COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET","features":[3]},{"name":"COMADMIN_E_DLLLOADFAILED","features":[3]},{"name":"COMADMIN_E_DLLREGISTERSERVER","features":[3]},{"name":"COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER","features":[3]},{"name":"COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES","features":[3]},{"name":"COMADMIN_E_INVALIDUSERIDS","features":[3]},{"name":"COMADMIN_E_INVALID_PARTITION","features":[3]},{"name":"COMADMIN_E_KEYMISSING","features":[3]},{"name":"COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT","features":[3]},{"name":"COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS","features":[3]},{"name":"COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE","features":[3]},{"name":"COMADMIN_E_MIG_SCHEMANOTFOUND","features":[3]},{"name":"COMADMIN_E_MIG_VERSIONNOTSUPPORTED","features":[3]},{"name":"COMADMIN_E_NOREGISTRYCLSID","features":[3]},{"name":"COMADMIN_E_NOSERVERSHARE","features":[3]},{"name":"COMADMIN_E_NOTCHANGEABLE","features":[3]},{"name":"COMADMIN_E_NOTDELETEABLE","features":[3]},{"name":"COMADMIN_E_NOTINREGISTRY","features":[3]},{"name":"COMADMIN_E_NOUSER","features":[3]},{"name":"COMADMIN_E_OBJECTERRORS","features":[3]},{"name":"COMADMIN_E_OBJECTEXISTS","features":[3]},{"name":"COMADMIN_E_OBJECTINVALID","features":[3]},{"name":"COMADMIN_E_OBJECTNOTPOOLABLE","features":[3]},{"name":"COMADMIN_E_OBJECT_DOES_NOT_EXIST","features":[3]},{"name":"COMADMIN_E_OBJECT_PARENT_MISSING","features":[3]},{"name":"COMADMIN_E_PARTITIONS_DISABLED","features":[3]},{"name":"COMADMIN_E_PARTITION_ACCESSDENIED","features":[3]},{"name":"COMADMIN_E_PARTITION_MSI_ONLY","features":[3]},{"name":"COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED","features":[3]},{"name":"COMADMIN_E_PRIVATE_ACCESSDENIED","features":[3]},{"name":"COMADMIN_E_PROCESSALREADYRECYCLED","features":[3]},{"name":"COMADMIN_E_PROGIDINUSEBYCLSID","features":[3]},{"name":"COMADMIN_E_PROPERTYSAVEFAILED","features":[3]},{"name":"COMADMIN_E_PROPERTY_OVERFLOW","features":[3]},{"name":"COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED","features":[3]},{"name":"COMADMIN_E_REGDB_ALREADYRUNNING","features":[3]},{"name":"COMADMIN_E_REGDB_NOTINITIALIZED","features":[3]},{"name":"COMADMIN_E_REGDB_NOTOPEN","features":[3]},{"name":"COMADMIN_E_REGDB_SYSTEMERR","features":[3]},{"name":"COMADMIN_E_REGFILE_CORRUPT","features":[3]},{"name":"COMADMIN_E_REGISTERTLB","features":[3]},{"name":"COMADMIN_E_REGISTRARFAILED","features":[3]},{"name":"COMADMIN_E_REGISTRY_ACCESSDENIED","features":[3]},{"name":"COMADMIN_E_REMOTEINTERFACE","features":[3]},{"name":"COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM","features":[3]},{"name":"COMADMIN_E_ROLEEXISTS","features":[3]},{"name":"COMADMIN_E_ROLE_DOES_NOT_EXIST","features":[3]},{"name":"COMADMIN_E_SAFERINVALID","features":[3]},{"name":"COMADMIN_E_SERVICENOTINSTALLED","features":[3]},{"name":"COMADMIN_E_SESSION","features":[3]},{"name":"COMADMIN_E_START_APP_DISABLED","features":[3]},{"name":"COMADMIN_E_START_APP_NEEDS_COMPONENTS","features":[3]},{"name":"COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE","features":[3]},{"name":"COMADMIN_E_SYSTEMAPP","features":[3]},{"name":"COMADMIN_E_USERPASSWDNOTVALID","features":[3]},{"name":"COMADMIN_E_USER_IN_SET","features":[3]},{"name":"COMQC_E_APPLICATION_NOT_QUEUED","features":[3]},{"name":"COMQC_E_BAD_MESSAGE","features":[3]},{"name":"COMQC_E_NO_IPERSISTSTREAM","features":[3]},{"name":"COMQC_E_NO_QUEUEABLE_INTERFACES","features":[3]},{"name":"COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE","features":[3]},{"name":"COMQC_E_UNAUTHENTICATED","features":[3]},{"name":"COMQC_E_UNTRUSTED_ENQUEUER","features":[3]},{"name":"CONTEXT_E_ABORTED","features":[3]},{"name":"CONTEXT_E_ABORTING","features":[3]},{"name":"CONTEXT_E_FIRST","features":[3]},{"name":"CONTEXT_E_LAST","features":[3]},{"name":"CONTEXT_E_NOCONTEXT","features":[3]},{"name":"CONTEXT_E_NOJIT","features":[3]},{"name":"CONTEXT_E_NOTRANSACTION","features":[3]},{"name":"CONTEXT_E_OLDREF","features":[3]},{"name":"CONTEXT_E_ROLENOTFOUND","features":[3]},{"name":"CONTEXT_E_SYNCH_TIMEOUT","features":[3]},{"name":"CONTEXT_E_TMNOTAVAILABLE","features":[3]},{"name":"CONTEXT_E_WOULD_DEADLOCK","features":[3]},{"name":"CONTEXT_S_FIRST","features":[3]},{"name":"CONTEXT_S_LAST","features":[3]},{"name":"CONTROL_C_EXIT","features":[3]},{"name":"CONVERT10_E_FIRST","features":[3]},{"name":"CONVERT10_E_LAST","features":[3]},{"name":"CONVERT10_E_OLELINK_DISABLED","features":[3]},{"name":"CONVERT10_E_OLESTREAM_BITMAP_TO_DIB","features":[3]},{"name":"CONVERT10_E_OLESTREAM_FMT","features":[3]},{"name":"CONVERT10_E_OLESTREAM_GET","features":[3]},{"name":"CONVERT10_E_OLESTREAM_PUT","features":[3]},{"name":"CONVERT10_E_STG_DIB_TO_BITMAP","features":[3]},{"name":"CONVERT10_E_STG_FMT","features":[3]},{"name":"CONVERT10_E_STG_NO_STD_STREAM","features":[3]},{"name":"CONVERT10_S_FIRST","features":[3]},{"name":"CONVERT10_S_LAST","features":[3]},{"name":"CONVERT10_S_NO_PRESENTATION","features":[3]},{"name":"CO_E_ACCESSCHECKFAILED","features":[3]},{"name":"CO_E_ACESINWRONGORDER","features":[3]},{"name":"CO_E_ACNOTINITIALIZED","features":[3]},{"name":"CO_E_ACTIVATIONFAILED","features":[3]},{"name":"CO_E_ACTIVATIONFAILED_CATALOGERROR","features":[3]},{"name":"CO_E_ACTIVATIONFAILED_EVENTLOGGED","features":[3]},{"name":"CO_E_ACTIVATIONFAILED_TIMEOUT","features":[3]},{"name":"CO_E_ALREADYINITIALIZED","features":[3]},{"name":"CO_E_APPDIDNTREG","features":[3]},{"name":"CO_E_APPNOTFOUND","features":[3]},{"name":"CO_E_APPSINGLEUSE","features":[3]},{"name":"CO_E_ASYNC_WORK_REJECTED","features":[3]},{"name":"CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT","features":[3]},{"name":"CO_E_BAD_PATH","features":[3]},{"name":"CO_E_BAD_SERVER_NAME","features":[3]},{"name":"CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED","features":[3]},{"name":"CO_E_CANCEL_DISABLED","features":[3]},{"name":"CO_E_CANTDETERMINECLASS","features":[3]},{"name":"CO_E_CANT_REMOTE","features":[3]},{"name":"CO_E_CLASSSTRING","features":[3]},{"name":"CO_E_CLASS_CREATE_FAILED","features":[3]},{"name":"CO_E_CLASS_DISABLED","features":[3]},{"name":"CO_E_CLRNOTAVAILABLE","features":[3]},{"name":"CO_E_CLSREG_INCONSISTENT","features":[3]},{"name":"CO_E_CONVERSIONFAILED","features":[3]},{"name":"CO_E_CREATEPROCESS_FAILURE","features":[3]},{"name":"CO_E_DBERROR","features":[3]},{"name":"CO_E_DECODEFAILED","features":[3]},{"name":"CO_E_DLLNOTFOUND","features":[3]},{"name":"CO_E_ELEVATION_DISABLED","features":[3]},{"name":"CO_E_ERRORINAPP","features":[3]},{"name":"CO_E_ERRORINDLL","features":[3]},{"name":"CO_E_EXCEEDSYSACLLIMIT","features":[3]},{"name":"CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED","features":[3]},{"name":"CO_E_FAILEDTOCLOSEHANDLE","features":[3]},{"name":"CO_E_FAILEDTOCREATEFILE","features":[3]},{"name":"CO_E_FAILEDTOGENUUID","features":[3]},{"name":"CO_E_FAILEDTOGETSECCTX","features":[3]},{"name":"CO_E_FAILEDTOGETTOKENINFO","features":[3]},{"name":"CO_E_FAILEDTOGETWINDIR","features":[3]},{"name":"CO_E_FAILEDTOIMPERSONATE","features":[3]},{"name":"CO_E_FAILEDTOOPENPROCESSTOKEN","features":[3]},{"name":"CO_E_FAILEDTOOPENTHREADTOKEN","features":[3]},{"name":"CO_E_FAILEDTOQUERYCLIENTBLANKET","features":[3]},{"name":"CO_E_FAILEDTOSETDACL","features":[3]},{"name":"CO_E_FIRST","features":[3]},{"name":"CO_E_IIDREG_INCONSISTENT","features":[3]},{"name":"CO_E_IIDSTRING","features":[3]},{"name":"CO_E_INCOMPATIBLESTREAMVERSION","features":[3]},{"name":"CO_E_INITIALIZATIONFAILED","features":[3]},{"name":"CO_E_INIT_CLASS_CACHE","features":[3]},{"name":"CO_E_INIT_MEMORY_ALLOCATOR","features":[3]},{"name":"CO_E_INIT_ONLY_SINGLE_THREADED","features":[3]},{"name":"CO_E_INIT_RPC_CHANNEL","features":[3]},{"name":"CO_E_INIT_SCM_EXEC_FAILURE","features":[3]},{"name":"CO_E_INIT_SCM_FILE_MAPPING_EXISTS","features":[3]},{"name":"CO_E_INIT_SCM_MAP_VIEW_OF_FILE","features":[3]},{"name":"CO_E_INIT_SCM_MUTEX_EXISTS","features":[3]},{"name":"CO_E_INIT_SHARED_ALLOCATOR","features":[3]},{"name":"CO_E_INIT_TLS","features":[3]},{"name":"CO_E_INIT_TLS_CHANNEL_CONTROL","features":[3]},{"name":"CO_E_INIT_TLS_SET_CHANNEL_CONTROL","features":[3]},{"name":"CO_E_INIT_UNACCEPTED_USER_ALLOCATOR","features":[3]},{"name":"CO_E_INVALIDSID","features":[3]},{"name":"CO_E_ISOLEVELMISMATCH","features":[3]},{"name":"CO_E_LAST","features":[3]},{"name":"CO_E_LAUNCH_PERMSSION_DENIED","features":[3]},{"name":"CO_E_LOOKUPACCNAMEFAILED","features":[3]},{"name":"CO_E_LOOKUPACCSIDFAILED","features":[3]},{"name":"CO_E_MALFORMED_SPN","features":[3]},{"name":"CO_E_MISSING_DISPLAYNAME","features":[3]},{"name":"CO_E_MSI_ERROR","features":[3]},{"name":"CO_E_NETACCESSAPIFAILED","features":[3]},{"name":"CO_E_NOCOOKIES","features":[3]},{"name":"CO_E_NOIISINTRINSICS","features":[3]},{"name":"CO_E_NOMATCHINGNAMEFOUND","features":[3]},{"name":"CO_E_NOMATCHINGSIDFOUND","features":[3]},{"name":"CO_E_NOSYNCHRONIZATION","features":[3]},{"name":"CO_E_NOTCONSTRUCTED","features":[3]},{"name":"CO_E_NOTINITIALIZED","features":[3]},{"name":"CO_E_NOTPOOLED","features":[3]},{"name":"CO_E_NOT_SUPPORTED","features":[3]},{"name":"CO_E_NO_SECCTX_IN_ACTIVATE","features":[3]},{"name":"CO_E_OBJISREG","features":[3]},{"name":"CO_E_OBJNOTCONNECTED","features":[3]},{"name":"CO_E_OBJNOTREG","features":[3]},{"name":"CO_E_OBJSRV_RPC_FAILURE","features":[3]},{"name":"CO_E_OLE1DDE_DISABLED","features":[3]},{"name":"CO_E_PATHTOOLONG","features":[3]},{"name":"CO_E_PREMATURE_STUB_RUNDOWN","features":[3]},{"name":"CO_E_RELEASED","features":[3]},{"name":"CO_E_RELOAD_DLL","features":[3]},{"name":"CO_E_REMOTE_COMMUNICATION_FAILURE","features":[3]},{"name":"CO_E_RUNAS_CREATEPROCESS_FAILURE","features":[3]},{"name":"CO_E_RUNAS_LOGON_FAILURE","features":[3]},{"name":"CO_E_RUNAS_SYNTAX","features":[3]},{"name":"CO_E_RUNAS_VALUE_MUST_BE_AAA","features":[3]},{"name":"CO_E_SCM_ERROR","features":[3]},{"name":"CO_E_SCM_RPC_FAILURE","features":[3]},{"name":"CO_E_SERVER_EXEC_FAILURE","features":[3]},{"name":"CO_E_SERVER_INIT_TIMEOUT","features":[3]},{"name":"CO_E_SERVER_NOT_PAUSED","features":[3]},{"name":"CO_E_SERVER_PAUSED","features":[3]},{"name":"CO_E_SERVER_START_TIMEOUT","features":[3]},{"name":"CO_E_SERVER_STOPPING","features":[3]},{"name":"CO_E_SETSERLHNDLFAILED","features":[3]},{"name":"CO_E_START_SERVICE_FAILURE","features":[3]},{"name":"CO_E_SXS_CONFIG","features":[3]},{"name":"CO_E_THREADINGMODEL_CHANGED","features":[3]},{"name":"CO_E_THREADPOOL_CONFIG","features":[3]},{"name":"CO_E_TRACKER_CONFIG","features":[3]},{"name":"CO_E_TRUSTEEDOESNTMATCHCLIENT","features":[3]},{"name":"CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN","features":[3]},{"name":"CO_E_WRONGOSFORAPP","features":[3]},{"name":"CO_E_WRONGTRUSTEENAMESYNTAX","features":[3]},{"name":"CO_E_WRONG_SERVER_IDENTITY","features":[3]},{"name":"CO_S_FIRST","features":[3]},{"name":"CO_S_LAST","features":[3]},{"name":"CO_S_MACHINENAMENOTFOUND","features":[3]},{"name":"CO_S_NOTALLINTERFACES","features":[3]},{"name":"CRYPT_E_ALREADY_DECRYPTED","features":[3]},{"name":"CRYPT_E_ASN1_BADARGS","features":[3]},{"name":"CRYPT_E_ASN1_BADPDU","features":[3]},{"name":"CRYPT_E_ASN1_BADREAL","features":[3]},{"name":"CRYPT_E_ASN1_BADTAG","features":[3]},{"name":"CRYPT_E_ASN1_CHOICE","features":[3]},{"name":"CRYPT_E_ASN1_CONSTRAINT","features":[3]},{"name":"CRYPT_E_ASN1_CORRUPT","features":[3]},{"name":"CRYPT_E_ASN1_EOD","features":[3]},{"name":"CRYPT_E_ASN1_ERROR","features":[3]},{"name":"CRYPT_E_ASN1_EXTENDED","features":[3]},{"name":"CRYPT_E_ASN1_INTERNAL","features":[3]},{"name":"CRYPT_E_ASN1_LARGE","features":[3]},{"name":"CRYPT_E_ASN1_MEMORY","features":[3]},{"name":"CRYPT_E_ASN1_NOEOD","features":[3]},{"name":"CRYPT_E_ASN1_NYI","features":[3]},{"name":"CRYPT_E_ASN1_OVERFLOW","features":[3]},{"name":"CRYPT_E_ASN1_PDU_TYPE","features":[3]},{"name":"CRYPT_E_ASN1_RULE","features":[3]},{"name":"CRYPT_E_ASN1_UTF8","features":[3]},{"name":"CRYPT_E_ATTRIBUTES_MISSING","features":[3]},{"name":"CRYPT_E_AUTH_ATTR_MISSING","features":[3]},{"name":"CRYPT_E_BAD_ENCODE","features":[3]},{"name":"CRYPT_E_BAD_LEN","features":[3]},{"name":"CRYPT_E_BAD_MSG","features":[3]},{"name":"CRYPT_E_CONTROL_TYPE","features":[3]},{"name":"CRYPT_E_DELETED_PREV","features":[3]},{"name":"CRYPT_E_EXISTS","features":[3]},{"name":"CRYPT_E_FILERESIZED","features":[3]},{"name":"CRYPT_E_FILE_ERROR","features":[3]},{"name":"CRYPT_E_HASH_VALUE","features":[3]},{"name":"CRYPT_E_INVALID_IA5_STRING","features":[3]},{"name":"CRYPT_E_INVALID_INDEX","features":[3]},{"name":"CRYPT_E_INVALID_MSG_TYPE","features":[3]},{"name":"CRYPT_E_INVALID_NUMERIC_STRING","features":[3]},{"name":"CRYPT_E_INVALID_PRINTABLE_STRING","features":[3]},{"name":"CRYPT_E_INVALID_X500_STRING","features":[3]},{"name":"CRYPT_E_ISSUER_SERIALNUMBER","features":[3]},{"name":"CRYPT_E_MISSING_PUBKEY_PARA","features":[3]},{"name":"CRYPT_E_MSG_ERROR","features":[3]},{"name":"CRYPT_E_NOT_CHAR_STRING","features":[3]},{"name":"CRYPT_E_NOT_DECRYPTED","features":[3]},{"name":"CRYPT_E_NOT_FOUND","features":[3]},{"name":"CRYPT_E_NOT_IN_CTL","features":[3]},{"name":"CRYPT_E_NOT_IN_REVOCATION_DATABASE","features":[3]},{"name":"CRYPT_E_NO_DECRYPT_CERT","features":[3]},{"name":"CRYPT_E_NO_KEY_PROPERTY","features":[3]},{"name":"CRYPT_E_NO_MATCH","features":[3]},{"name":"CRYPT_E_NO_PROVIDER","features":[3]},{"name":"CRYPT_E_NO_REVOCATION_CHECK","features":[3]},{"name":"CRYPT_E_NO_REVOCATION_DLL","features":[3]},{"name":"CRYPT_E_NO_SIGNER","features":[3]},{"name":"CRYPT_E_NO_TRUSTED_SIGNER","features":[3]},{"name":"CRYPT_E_NO_VERIFY_USAGE_CHECK","features":[3]},{"name":"CRYPT_E_NO_VERIFY_USAGE_DLL","features":[3]},{"name":"CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND","features":[3]},{"name":"CRYPT_E_OID_FORMAT","features":[3]},{"name":"CRYPT_E_OSS_ERROR","features":[3]},{"name":"CRYPT_E_PENDING_CLOSE","features":[3]},{"name":"CRYPT_E_RECIPIENT_NOT_FOUND","features":[3]},{"name":"CRYPT_E_REVOCATION_OFFLINE","features":[3]},{"name":"CRYPT_E_REVOKED","features":[3]},{"name":"CRYPT_E_SECURITY_SETTINGS","features":[3]},{"name":"CRYPT_E_SELF_SIGNED","features":[3]},{"name":"CRYPT_E_SIGNER_NOT_FOUND","features":[3]},{"name":"CRYPT_E_STREAM_INSUFFICIENT_DATA","features":[3]},{"name":"CRYPT_E_STREAM_MSG_NOT_READY","features":[3]},{"name":"CRYPT_E_UNEXPECTED_ENCODING","features":[3]},{"name":"CRYPT_E_UNEXPECTED_MSG_TYPE","features":[3]},{"name":"CRYPT_E_UNKNOWN_ALGO","features":[3]},{"name":"CRYPT_E_VERIFY_USAGE_OFFLINE","features":[3]},{"name":"CRYPT_I_NEW_PROTECTION_REQUIRED","features":[3]},{"name":"CS_E_ADMIN_LIMIT_EXCEEDED","features":[3]},{"name":"CS_E_CLASS_NOTFOUND","features":[3]},{"name":"CS_E_FIRST","features":[3]},{"name":"CS_E_INTERNAL_ERROR","features":[3]},{"name":"CS_E_INVALID_PATH","features":[3]},{"name":"CS_E_INVALID_VERSION","features":[3]},{"name":"CS_E_LAST","features":[3]},{"name":"CS_E_NETWORK_ERROR","features":[3]},{"name":"CS_E_NOT_DELETABLE","features":[3]},{"name":"CS_E_NO_CLASSSTORE","features":[3]},{"name":"CS_E_OBJECT_ALREADY_EXISTS","features":[3]},{"name":"CS_E_OBJECT_NOTFOUND","features":[3]},{"name":"CS_E_PACKAGE_NOTFOUND","features":[3]},{"name":"CS_E_SCHEMA_MISMATCH","features":[3]},{"name":"CloseHandle","features":[3]},{"name":"CompareObjectHandles","features":[3]},{"name":"D2DERR_BAD_NUMBER","features":[3]},{"name":"D2DERR_BITMAP_BOUND_AS_TARGET","features":[3]},{"name":"D2DERR_BITMAP_CANNOT_DRAW","features":[3]},{"name":"D2DERR_CYCLIC_GRAPH","features":[3]},{"name":"D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED","features":[3]},{"name":"D2DERR_DISPLAY_STATE_INVALID","features":[3]},{"name":"D2DERR_EFFECT_IS_NOT_REGISTERED","features":[3]},{"name":"D2DERR_EXCEEDS_MAX_BITMAP_SIZE","features":[3]},{"name":"D2DERR_INCOMPATIBLE_BRUSH_TYPES","features":[3]},{"name":"D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES","features":[3]},{"name":"D2DERR_INTERMEDIATE_TOO_LARGE","features":[3]},{"name":"D2DERR_INTERNAL_ERROR","features":[3]},{"name":"D2DERR_INVALID_CALL","features":[3]},{"name":"D2DERR_INVALID_GLYPH_IMAGE","features":[3]},{"name":"D2DERR_INVALID_GRAPH_CONFIGURATION","features":[3]},{"name":"D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION","features":[3]},{"name":"D2DERR_INVALID_PROPERTY","features":[3]},{"name":"D2DERR_INVALID_TARGET","features":[3]},{"name":"D2DERR_LAYER_ALREADY_IN_USE","features":[3]},{"name":"D2DERR_MAX_TEXTURE_SIZE_EXCEEDED","features":[3]},{"name":"D2DERR_NOT_INITIALIZED","features":[3]},{"name":"D2DERR_NO_HARDWARE_DEVICE","features":[3]},{"name":"D2DERR_NO_SUBPROPERTIES","features":[3]},{"name":"D2DERR_ORIGINAL_TARGET_NOT_BOUND","features":[3]},{"name":"D2DERR_OUTSTANDING_BITMAP_REFERENCES","features":[3]},{"name":"D2DERR_POP_CALL_DID_NOT_MATCH_PUSH","features":[3]},{"name":"D2DERR_PRINT_FORMAT_NOT_SUPPORTED","features":[3]},{"name":"D2DERR_PRINT_JOB_CLOSED","features":[3]},{"name":"D2DERR_PUSH_POP_UNBALANCED","features":[3]},{"name":"D2DERR_RECREATE_TARGET","features":[3]},{"name":"D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT","features":[3]},{"name":"D2DERR_SCANNER_FAILED","features":[3]},{"name":"D2DERR_SCREEN_ACCESS_DENIED","features":[3]},{"name":"D2DERR_SHADER_COMPILE_FAILED","features":[3]},{"name":"D2DERR_TARGET_NOT_GDI_COMPATIBLE","features":[3]},{"name":"D2DERR_TEXT_EFFECT_IS_WRONG_TYPE","features":[3]},{"name":"D2DERR_TEXT_RENDERER_NOT_RELEASED","features":[3]},{"name":"D2DERR_TOO_MANY_SHADER_ELEMENTS","features":[3]},{"name":"D2DERR_TOO_MANY_TRANSFORM_INPUTS","features":[3]},{"name":"D2DERR_UNSUPPORTED_OPERATION","features":[3]},{"name":"D2DERR_UNSUPPORTED_VERSION","features":[3]},{"name":"D2DERR_WIN32_ERROR","features":[3]},{"name":"D2DERR_WRONG_FACTORY","features":[3]},{"name":"D2DERR_WRONG_RESOURCE_DOMAIN","features":[3]},{"name":"D2DERR_WRONG_STATE","features":[3]},{"name":"D2DERR_ZERO_VECTOR","features":[3]},{"name":"D3D10_ERROR_FILE_NOT_FOUND","features":[3]},{"name":"D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS","features":[3]},{"name":"D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD","features":[3]},{"name":"D3D11_ERROR_FILE_NOT_FOUND","features":[3]},{"name":"D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS","features":[3]},{"name":"D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS","features":[3]},{"name":"D3D12_ERROR_ADAPTER_NOT_FOUND","features":[3]},{"name":"D3D12_ERROR_DRIVER_VERSION_MISMATCH","features":[3]},{"name":"D3D12_ERROR_INVALID_REDIST","features":[3]},{"name":"DATA_E_FIRST","features":[3]},{"name":"DATA_E_LAST","features":[3]},{"name":"DATA_S_FIRST","features":[3]},{"name":"DATA_S_LAST","features":[3]},{"name":"DATA_S_SAMEFORMATETC","features":[3]},{"name":"DBG_APP_NOT_IDLE","features":[3]},{"name":"DBG_COMMAND_EXCEPTION","features":[3]},{"name":"DBG_CONTINUE","features":[3]},{"name":"DBG_CONTROL_BREAK","features":[3]},{"name":"DBG_CONTROL_C","features":[3]},{"name":"DBG_EXCEPTION_HANDLED","features":[3]},{"name":"DBG_EXCEPTION_NOT_HANDLED","features":[3]},{"name":"DBG_NO_STATE_CHANGE","features":[3]},{"name":"DBG_PRINTEXCEPTION_C","features":[3]},{"name":"DBG_PRINTEXCEPTION_WIDE_C","features":[3]},{"name":"DBG_REPLY_LATER","features":[3]},{"name":"DBG_RIPEXCEPTION","features":[3]},{"name":"DBG_TERMINATE_PROCESS","features":[3]},{"name":"DBG_TERMINATE_THREAD","features":[3]},{"name":"DBG_UNABLE_TO_PROVIDE_HANDLE","features":[3]},{"name":"DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED","features":[3]},{"name":"DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED","features":[3]},{"name":"DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED","features":[3]},{"name":"DECIMAL","features":[3]},{"name":"DIGSIG_E_CRYPTO","features":[3]},{"name":"DIGSIG_E_DECODE","features":[3]},{"name":"DIGSIG_E_ENCODE","features":[3]},{"name":"DIGSIG_E_EXTENSIBILITY","features":[3]},{"name":"DISP_E_ARRAYISLOCKED","features":[3]},{"name":"DISP_E_BADCALLEE","features":[3]},{"name":"DISP_E_BADINDEX","features":[3]},{"name":"DISP_E_BADPARAMCOUNT","features":[3]},{"name":"DISP_E_BADVARTYPE","features":[3]},{"name":"DISP_E_BUFFERTOOSMALL","features":[3]},{"name":"DISP_E_DIVBYZERO","features":[3]},{"name":"DISP_E_EXCEPTION","features":[3]},{"name":"DISP_E_MEMBERNOTFOUND","features":[3]},{"name":"DISP_E_NONAMEDARGS","features":[3]},{"name":"DISP_E_NOTACOLLECTION","features":[3]},{"name":"DISP_E_OVERFLOW","features":[3]},{"name":"DISP_E_PARAMNOTFOUND","features":[3]},{"name":"DISP_E_PARAMNOTOPTIONAL","features":[3]},{"name":"DISP_E_TYPEMISMATCH","features":[3]},{"name":"DISP_E_UNKNOWNINTERFACE","features":[3]},{"name":"DISP_E_UNKNOWNLCID","features":[3]},{"name":"DISP_E_UNKNOWNNAME","features":[3]},{"name":"DNS_ERROR_ADDRESS_REQUIRED","features":[3]},{"name":"DNS_ERROR_ALIAS_LOOP","features":[3]},{"name":"DNS_ERROR_AUTOZONE_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_AXFR","features":[3]},{"name":"DNS_ERROR_BACKGROUND_LOADING","features":[3]},{"name":"DNS_ERROR_BAD_KEYMASTER","features":[3]},{"name":"DNS_ERROR_BAD_PACKET","features":[3]},{"name":"DNS_ERROR_CANNOT_FIND_ROOT_HINTS","features":[3]},{"name":"DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST","features":[3]},{"name":"DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED","features":[3]},{"name":"DNS_ERROR_CNAME_COLLISION","features":[3]},{"name":"DNS_ERROR_CNAME_LOOP","features":[3]},{"name":"DNS_ERROR_DATABASE_BASE","features":[3]},{"name":"DNS_ERROR_DATAFILE_BASE","features":[3]},{"name":"DNS_ERROR_DATAFILE_OPEN_FAILURE","features":[3]},{"name":"DNS_ERROR_DATAFILE_PARSING","features":[3]},{"name":"DNS_ERROR_DEFAULT_SCOPE","features":[3]},{"name":"DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE","features":[3]},{"name":"DNS_ERROR_DEFAULT_ZONESCOPE","features":[3]},{"name":"DNS_ERROR_DELEGATION_REQUIRED","features":[3]},{"name":"DNS_ERROR_DNAME_COLLISION","features":[3]},{"name":"DNS_ERROR_DNSSEC_BASE","features":[3]},{"name":"DNS_ERROR_DNSSEC_IS_DISABLED","features":[3]},{"name":"DNS_ERROR_DP_ALREADY_ENLISTED","features":[3]},{"name":"DNS_ERROR_DP_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_DP_BASE","features":[3]},{"name":"DNS_ERROR_DP_DOES_NOT_EXIST","features":[3]},{"name":"DNS_ERROR_DP_FSMO_ERROR","features":[3]},{"name":"DNS_ERROR_DP_NOT_AVAILABLE","features":[3]},{"name":"DNS_ERROR_DP_NOT_ENLISTED","features":[3]},{"name":"DNS_ERROR_DS_UNAVAILABLE","features":[3]},{"name":"DNS_ERROR_DS_ZONE_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_DWORD_VALUE_TOO_LARGE","features":[3]},{"name":"DNS_ERROR_DWORD_VALUE_TOO_SMALL","features":[3]},{"name":"DNS_ERROR_FILE_WRITEBACK_FAILED","features":[3]},{"name":"DNS_ERROR_FORWARDER_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_GENERAL_API_BASE","features":[3]},{"name":"DNS_ERROR_INCONSISTENT_ROOT_HINTS","features":[3]},{"name":"DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME","features":[3]},{"name":"DNS_ERROR_INVALID_CLIENT_SUBNET_NAME","features":[3]},{"name":"DNS_ERROR_INVALID_DATA","features":[3]},{"name":"DNS_ERROR_INVALID_DATAFILE_NAME","features":[3]},{"name":"DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET","features":[3]},{"name":"DNS_ERROR_INVALID_IP_ADDRESS","features":[3]},{"name":"DNS_ERROR_INVALID_KEY_SIZE","features":[3]},{"name":"DNS_ERROR_INVALID_NAME","features":[3]},{"name":"DNS_ERROR_INVALID_NAME_CHAR","features":[3]},{"name":"DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT","features":[3]},{"name":"DNS_ERROR_INVALID_POLICY_TABLE","features":[3]},{"name":"DNS_ERROR_INVALID_PROPERTY","features":[3]},{"name":"DNS_ERROR_INVALID_ROLLOVER_PERIOD","features":[3]},{"name":"DNS_ERROR_INVALID_SCOPE_NAME","features":[3]},{"name":"DNS_ERROR_INVALID_SCOPE_OPERATION","features":[3]},{"name":"DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD","features":[3]},{"name":"DNS_ERROR_INVALID_TYPE","features":[3]},{"name":"DNS_ERROR_INVALID_XML","features":[3]},{"name":"DNS_ERROR_INVALID_ZONESCOPE_NAME","features":[3]},{"name":"DNS_ERROR_INVALID_ZONE_OPERATION","features":[3]},{"name":"DNS_ERROR_INVALID_ZONE_TYPE","features":[3]},{"name":"DNS_ERROR_KEYMASTER_REQUIRED","features":[3]},{"name":"DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION","features":[3]},{"name":"DNS_ERROR_KSP_NOT_ACCESSIBLE","features":[3]},{"name":"DNS_ERROR_LOAD_ZONESCOPE_FAILED","features":[3]},{"name":"DNS_ERROR_MASK","features":[3]},{"name":"DNS_ERROR_NAME_DOES_NOT_EXIST","features":[3]},{"name":"DNS_ERROR_NAME_NOT_IN_ZONE","features":[3]},{"name":"DNS_ERROR_NBSTAT_INIT_FAILED","features":[3]},{"name":"DNS_ERROR_NEED_SECONDARY_ADDRESSES","features":[3]},{"name":"DNS_ERROR_NEED_WINS_SERVERS","features":[3]},{"name":"DNS_ERROR_NODE_CREATION_FAILED","features":[3]},{"name":"DNS_ERROR_NODE_IS_CNAME","features":[3]},{"name":"DNS_ERROR_NODE_IS_DNAME","features":[3]},{"name":"DNS_ERROR_NON_RFC_NAME","features":[3]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD","features":[3]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_RODC","features":[3]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER","features":[3]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE","features":[3]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE","features":[3]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ZSK","features":[3]},{"name":"DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION","features":[3]},{"name":"DNS_ERROR_NOT_ALLOWED_UNDER_DNAME","features":[3]},{"name":"DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES","features":[3]},{"name":"DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS","features":[3]},{"name":"DNS_ERROR_NOT_UNIQUE","features":[3]},{"name":"DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE","features":[3]},{"name":"DNS_ERROR_NO_CREATE_CACHE_DATA","features":[3]},{"name":"DNS_ERROR_NO_DNS_SERVERS","features":[3]},{"name":"DNS_ERROR_NO_MEMORY","features":[3]},{"name":"DNS_ERROR_NO_PACKET","features":[3]},{"name":"DNS_ERROR_NO_TCPIP","features":[3]},{"name":"DNS_ERROR_NO_VALID_TRUST_ANCHORS","features":[3]},{"name":"DNS_ERROR_NO_ZONE_INFO","features":[3]},{"name":"DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1","features":[3]},{"name":"DNS_ERROR_NSEC3_NAME_COLLISION","features":[3]},{"name":"DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1","features":[3]},{"name":"DNS_ERROR_NUMERIC_NAME","features":[3]},{"name":"DNS_ERROR_OPERATION_BASE","features":[3]},{"name":"DNS_ERROR_PACKET_FMT_BASE","features":[3]},{"name":"DNS_ERROR_POLICY_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_POLICY_DOES_NOT_EXIST","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_NAME","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_SETTINGS","features":[3]},{"name":"DNS_ERROR_POLICY_INVALID_WEIGHT","features":[3]},{"name":"DNS_ERROR_POLICY_LOCKED","features":[3]},{"name":"DNS_ERROR_POLICY_MISSING_CRITERIA","features":[3]},{"name":"DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID","features":[3]},{"name":"DNS_ERROR_POLICY_SCOPE_MISSING","features":[3]},{"name":"DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED","features":[3]},{"name":"DNS_ERROR_PRIMARY_REQUIRES_DATAFILE","features":[3]},{"name":"DNS_ERROR_RCODE","features":[3]},{"name":"DNS_ERROR_RCODE_BADKEY","features":[3]},{"name":"DNS_ERROR_RCODE_BADSIG","features":[3]},{"name":"DNS_ERROR_RCODE_BADTIME","features":[3]},{"name":"DNS_ERROR_RCODE_FORMAT_ERROR","features":[3]},{"name":"DNS_ERROR_RCODE_LAST","features":[3]},{"name":"DNS_ERROR_RCODE_NAME_ERROR","features":[3]},{"name":"DNS_ERROR_RCODE_NOTAUTH","features":[3]},{"name":"DNS_ERROR_RCODE_NOTZONE","features":[3]},{"name":"DNS_ERROR_RCODE_NOT_IMPLEMENTED","features":[3]},{"name":"DNS_ERROR_RCODE_NO_ERROR","features":[3]},{"name":"DNS_ERROR_RCODE_NXRRSET","features":[3]},{"name":"DNS_ERROR_RCODE_REFUSED","features":[3]},{"name":"DNS_ERROR_RCODE_SERVER_FAILURE","features":[3]},{"name":"DNS_ERROR_RCODE_YXDOMAIN","features":[3]},{"name":"DNS_ERROR_RCODE_YXRRSET","features":[3]},{"name":"DNS_ERROR_RECORD_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_RECORD_DOES_NOT_EXIST","features":[3]},{"name":"DNS_ERROR_RECORD_FORMAT","features":[3]},{"name":"DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT","features":[3]},{"name":"DNS_ERROR_RECORD_TIMED_OUT","features":[3]},{"name":"DNS_ERROR_RESPONSE_CODES_BASE","features":[3]},{"name":"DNS_ERROR_ROLLOVER_ALREADY_QUEUED","features":[3]},{"name":"DNS_ERROR_ROLLOVER_IN_PROGRESS","features":[3]},{"name":"DNS_ERROR_ROLLOVER_NOT_POKEABLE","features":[3]},{"name":"DNS_ERROR_RRL_INVALID_IPV4_PREFIX","features":[3]},{"name":"DNS_ERROR_RRL_INVALID_IPV6_PREFIX","features":[3]},{"name":"DNS_ERROR_RRL_INVALID_LEAK_RATE","features":[3]},{"name":"DNS_ERROR_RRL_INVALID_TC_RATE","features":[3]},{"name":"DNS_ERROR_RRL_INVALID_WINDOW_SIZE","features":[3]},{"name":"DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE","features":[3]},{"name":"DNS_ERROR_RRL_NOT_ENABLED","features":[3]},{"name":"DNS_ERROR_SCOPE_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_SCOPE_DOES_NOT_EXIST","features":[3]},{"name":"DNS_ERROR_SCOPE_LOCKED","features":[3]},{"name":"DNS_ERROR_SECONDARY_DATA","features":[3]},{"name":"DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP","features":[3]},{"name":"DNS_ERROR_SECURE_BASE","features":[3]},{"name":"DNS_ERROR_SERVERSCOPE_IS_REFERENCED","features":[3]},{"name":"DNS_ERROR_SETUP_BASE","features":[3]},{"name":"DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE","features":[3]},{"name":"DNS_ERROR_SOA_DELETE_INVALID","features":[3]},{"name":"DNS_ERROR_STANDBY_KEY_NOT_PRESENT","features":[3]},{"name":"DNS_ERROR_SUBNET_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_SUBNET_DOES_NOT_EXIST","features":[3]},{"name":"DNS_ERROR_TOO_MANY_SKDS","features":[3]},{"name":"DNS_ERROR_TRY_AGAIN_LATER","features":[3]},{"name":"DNS_ERROR_UNEXPECTED_CNG_ERROR","features":[3]},{"name":"DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR","features":[3]},{"name":"DNS_ERROR_UNKNOWN_RECORD_TYPE","features":[3]},{"name":"DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION","features":[3]},{"name":"DNS_ERROR_UNSECURE_PACKET","features":[3]},{"name":"DNS_ERROR_UNSUPPORTED_ALGORITHM","features":[3]},{"name":"DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST","features":[3]},{"name":"DNS_ERROR_VIRTUALIZATION_TREE_LOCKED","features":[3]},{"name":"DNS_ERROR_WINS_INIT_FAILED","features":[3]},{"name":"DNS_ERROR_ZONESCOPE_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST","features":[3]},{"name":"DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED","features":[3]},{"name":"DNS_ERROR_ZONESCOPE_IS_REFERENCED","features":[3]},{"name":"DNS_ERROR_ZONE_ALREADY_EXISTS","features":[3]},{"name":"DNS_ERROR_ZONE_BASE","features":[3]},{"name":"DNS_ERROR_ZONE_CONFIGURATION_ERROR","features":[3]},{"name":"DNS_ERROR_ZONE_CREATION_FAILED","features":[3]},{"name":"DNS_ERROR_ZONE_DOES_NOT_EXIST","features":[3]},{"name":"DNS_ERROR_ZONE_HAS_NO_NS_RECORDS","features":[3]},{"name":"DNS_ERROR_ZONE_HAS_NO_SOA_RECORD","features":[3]},{"name":"DNS_ERROR_ZONE_IS_SHUTDOWN","features":[3]},{"name":"DNS_ERROR_ZONE_LOCKED","features":[3]},{"name":"DNS_ERROR_ZONE_LOCKED_FOR_SIGNING","features":[3]},{"name":"DNS_ERROR_ZONE_NOT_SECONDARY","features":[3]},{"name":"DNS_ERROR_ZONE_REQUIRES_MASTER_IP","features":[3]},{"name":"DNS_INFO_ADDED_LOCAL_WINS","features":[3]},{"name":"DNS_INFO_AXFR_COMPLETE","features":[3]},{"name":"DNS_INFO_NO_RECORDS","features":[3]},{"name":"DNS_REQUEST_PENDING","features":[3]},{"name":"DNS_STATUS_CONTINUE_NEEDED","features":[3]},{"name":"DNS_STATUS_DOTTED_NAME","features":[3]},{"name":"DNS_STATUS_FQDN","features":[3]},{"name":"DNS_STATUS_SINGLE_PART_NAME","features":[3]},{"name":"DNS_WARNING_DOMAIN_UNDELETED","features":[3]},{"name":"DNS_WARNING_PTR_CREATE_FAILED","features":[3]},{"name":"DRAGDROP_E_ALREADYREGISTERED","features":[3]},{"name":"DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED","features":[3]},{"name":"DRAGDROP_E_FIRST","features":[3]},{"name":"DRAGDROP_E_INVALIDHWND","features":[3]},{"name":"DRAGDROP_E_LAST","features":[3]},{"name":"DRAGDROP_E_NOTREGISTERED","features":[3]},{"name":"DRAGDROP_S_CANCEL","features":[3]},{"name":"DRAGDROP_S_DROP","features":[3]},{"name":"DRAGDROP_S_FIRST","features":[3]},{"name":"DRAGDROP_S_LAST","features":[3]},{"name":"DRAGDROP_S_USEDEFAULTCURSORS","features":[3]},{"name":"DUPLICATE_CLOSE_SOURCE","features":[3]},{"name":"DUPLICATE_HANDLE_OPTIONS","features":[3]},{"name":"DUPLICATE_SAME_ACCESS","features":[3]},{"name":"DV_E_CLIPFORMAT","features":[3]},{"name":"DV_E_DVASPECT","features":[3]},{"name":"DV_E_DVTARGETDEVICE","features":[3]},{"name":"DV_E_DVTARGETDEVICE_SIZE","features":[3]},{"name":"DV_E_FORMATETC","features":[3]},{"name":"DV_E_LINDEX","features":[3]},{"name":"DV_E_NOIVIEWOBJECT","features":[3]},{"name":"DV_E_STATDATA","features":[3]},{"name":"DV_E_STGMEDIUM","features":[3]},{"name":"DV_E_TYMED","features":[3]},{"name":"DWMERR_CATASTROPHIC_FAILURE","features":[3]},{"name":"DWMERR_STATE_TRANSITION_FAILED","features":[3]},{"name":"DWMERR_THEME_FAILED","features":[3]},{"name":"DWM_E_ADAPTER_NOT_FOUND","features":[3]},{"name":"DWM_E_COMPOSITIONDISABLED","features":[3]},{"name":"DWM_E_NOT_QUEUING_PRESENTS","features":[3]},{"name":"DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE","features":[3]},{"name":"DWM_E_REMOTING_NOT_SUPPORTED","features":[3]},{"name":"DWM_E_TEXTURE_TOO_LARGE","features":[3]},{"name":"DWM_S_GDI_REDIRECTION_SURFACE","features":[3]},{"name":"DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI","features":[3]},{"name":"DWRITE_E_ALREADYREGISTERED","features":[3]},{"name":"DWRITE_E_CACHEFORMAT","features":[3]},{"name":"DWRITE_E_CACHEVERSION","features":[3]},{"name":"DWRITE_E_FILEACCESS","features":[3]},{"name":"DWRITE_E_FILEFORMAT","features":[3]},{"name":"DWRITE_E_FILENOTFOUND","features":[3]},{"name":"DWRITE_E_FLOWDIRECTIONCONFLICTS","features":[3]},{"name":"DWRITE_E_FONTCOLLECTIONOBSOLETE","features":[3]},{"name":"DWRITE_E_NOCOLOR","features":[3]},{"name":"DWRITE_E_NOFONT","features":[3]},{"name":"DWRITE_E_TEXTRENDERERINCOMPATIBLE","features":[3]},{"name":"DWRITE_E_UNEXPECTED","features":[3]},{"name":"DWRITE_E_UNSUPPORTEDOPERATION","features":[3]},{"name":"DXCORE_ERROR_EVENT_NOT_UNREGISTERED","features":[3]},{"name":"DXGI_DDI_ERR_NONEXCLUSIVE","features":[3]},{"name":"DXGI_DDI_ERR_UNSUPPORTED","features":[3]},{"name":"DXGI_DDI_ERR_WASSTILLDRAWING","features":[3]},{"name":"DXGI_STATUS_CLIPPED","features":[3]},{"name":"DXGI_STATUS_DDA_WAS_STILL_DRAWING","features":[3]},{"name":"DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[3]},{"name":"DXGI_STATUS_MODE_CHANGED","features":[3]},{"name":"DXGI_STATUS_MODE_CHANGE_IN_PROGRESS","features":[3]},{"name":"DXGI_STATUS_NO_DESKTOP_ACCESS","features":[3]},{"name":"DXGI_STATUS_NO_REDIRECTION","features":[3]},{"name":"DXGI_STATUS_OCCLUDED","features":[3]},{"name":"DXGI_STATUS_PRESENT_REQUIRED","features":[3]},{"name":"DXGI_STATUS_UNOCCLUDED","features":[3]},{"name":"DuplicateHandle","features":[3]},{"name":"EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD","features":[3]},{"name":"EAS_E_ADMINS_HAVE_BLANK_PASSWORD","features":[3]},{"name":"EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD","features":[3]},{"name":"EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD","features":[3]},{"name":"EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD","features":[3]},{"name":"EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD","features":[3]},{"name":"EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS","features":[3]},{"name":"EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER","features":[3]},{"name":"EAS_E_POLICY_COMPLIANT_WITH_ACTIONS","features":[3]},{"name":"EAS_E_POLICY_NOT_MANAGED_BY_OS","features":[3]},{"name":"EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE","features":[3]},{"name":"EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE","features":[3]},{"name":"EAS_E_USER_CANNOT_CHANGE_PASSWORD","features":[3]},{"name":"ENUM_E_FIRST","features":[3]},{"name":"ENUM_E_LAST","features":[3]},{"name":"ENUM_S_FIRST","features":[3]},{"name":"ENUM_S_LAST","features":[3]},{"name":"EPT_NT_CANT_CREATE","features":[3]},{"name":"EPT_NT_CANT_PERFORM_OP","features":[3]},{"name":"EPT_NT_INVALID_ENTRY","features":[3]},{"name":"EPT_NT_NOT_REGISTERED","features":[3]},{"name":"ERROR_ABANDONED_WAIT_0","features":[3]},{"name":"ERROR_ABANDONED_WAIT_63","features":[3]},{"name":"ERROR_ABANDON_HIBERFILE","features":[3]},{"name":"ERROR_ABIOS_ERROR","features":[3]},{"name":"ERROR_ACCESS_AUDIT_BY_POLICY","features":[3]},{"name":"ERROR_ACCESS_DENIED","features":[3]},{"name":"ERROR_ACCESS_DENIED_APPDATA","features":[3]},{"name":"ERROR_ACCESS_DISABLED_BY_POLICY","features":[3]},{"name":"ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY","features":[3]},{"name":"ERROR_ACCESS_DISABLED_WEBBLADE","features":[3]},{"name":"ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER","features":[3]},{"name":"ERROR_ACCOUNT_DISABLED","features":[3]},{"name":"ERROR_ACCOUNT_EXPIRED","features":[3]},{"name":"ERROR_ACCOUNT_LOCKED_OUT","features":[3]},{"name":"ERROR_ACCOUNT_RESTRICTION","features":[3]},{"name":"ERROR_ACPI_ERROR","features":[3]},{"name":"ERROR_ACTIVATION_COUNT_EXCEEDED","features":[3]},{"name":"ERROR_ACTIVE_CONNECTIONS","features":[3]},{"name":"ERROR_ADAP_HDW_ERR","features":[3]},{"name":"ERROR_ADDRESS_ALREADY_ASSOCIATED","features":[3]},{"name":"ERROR_ADDRESS_NOT_ASSOCIATED","features":[3]},{"name":"ERROR_ADVANCED_INSTALLER_FAILED","features":[3]},{"name":"ERROR_ALERTED","features":[3]},{"name":"ERROR_ALIAS_EXISTS","features":[3]},{"name":"ERROR_ALLOCATE_BUCKET","features":[3]},{"name":"ERROR_ALLOTTED_SPACE_EXCEEDED","features":[3]},{"name":"ERROR_ALLOWED_PORT_TYPE_RESTRICTION","features":[3]},{"name":"ERROR_ALL_NODES_NOT_AVAILABLE","features":[3]},{"name":"ERROR_ALL_SIDS_FILTERED","features":[3]},{"name":"ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED","features":[3]},{"name":"ERROR_ALREADY_ASSIGNED","features":[3]},{"name":"ERROR_ALREADY_CONNECTED","features":[3]},{"name":"ERROR_ALREADY_CONNECTING","features":[3]},{"name":"ERROR_ALREADY_EXISTS","features":[3]},{"name":"ERROR_ALREADY_FIBER","features":[3]},{"name":"ERROR_ALREADY_HAS_STREAM_ID","features":[3]},{"name":"ERROR_ALREADY_INITIALIZED","features":[3]},{"name":"ERROR_ALREADY_REGISTERED","features":[3]},{"name":"ERROR_ALREADY_RUNNING_LKG","features":[3]},{"name":"ERROR_ALREADY_THREAD","features":[3]},{"name":"ERROR_ALREADY_WAITING","features":[3]},{"name":"ERROR_ALREADY_WIN32","features":[3]},{"name":"ERROR_AMBIGUOUS_SYSTEM_DEVICE","features":[3]},{"name":"ERROR_API_UNAVAILABLE","features":[3]},{"name":"ERROR_APPCONTAINER_REQUIRED","features":[3]},{"name":"ERROR_APPEXEC_APP_COMPAT_BLOCK","features":[3]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT","features":[3]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING","features":[3]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES","features":[3]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION","features":[3]},{"name":"ERROR_APPEXEC_CONDITION_NOT_SATISFIED","features":[3]},{"name":"ERROR_APPEXEC_HANDLE_INVALIDATED","features":[3]},{"name":"ERROR_APPEXEC_HOST_ID_MISMATCH","features":[3]},{"name":"ERROR_APPEXEC_INVALID_HOST_GENERATION","features":[3]},{"name":"ERROR_APPEXEC_INVALID_HOST_STATE","features":[3]},{"name":"ERROR_APPEXEC_NO_DONOR","features":[3]},{"name":"ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION","features":[3]},{"name":"ERROR_APPEXEC_UNKNOWN_USER","features":[3]},{"name":"ERROR_APPHELP_BLOCK","features":[3]},{"name":"ERROR_APPINSTALLER_ACTIVATION_BLOCKED","features":[3]},{"name":"ERROR_APPINSTALLER_IS_MANAGED_BY_SYSTEM","features":[3]},{"name":"ERROR_APPINSTALLER_URI_IN_USE","features":[3]},{"name":"ERROR_APPX_FILE_NOT_ENCRYPTED","features":[3]},{"name":"ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN","features":[3]},{"name":"ERROR_APPX_RAW_DATA_WRITE_FAILED","features":[3]},{"name":"ERROR_APP_DATA_CORRUPT","features":[3]},{"name":"ERROR_APP_DATA_EXPIRED","features":[3]},{"name":"ERROR_APP_DATA_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_APP_DATA_NOT_FOUND","features":[3]},{"name":"ERROR_APP_DATA_REBOOT_REQUIRED","features":[3]},{"name":"ERROR_APP_HANG","features":[3]},{"name":"ERROR_APP_INIT_FAILURE","features":[3]},{"name":"ERROR_APP_WRONG_OS","features":[3]},{"name":"ERROR_ARBITRATION_UNHANDLED","features":[3]},{"name":"ERROR_ARENA_TRASHED","features":[3]},{"name":"ERROR_ARITHMETIC_OVERFLOW","features":[3]},{"name":"ERROR_ASSERTION_FAILURE","features":[3]},{"name":"ERROR_ATOMIC_LOCKS_NOT_SUPPORTED","features":[3]},{"name":"ERROR_ATTRIBUTE_NOT_PRESENT","features":[3]},{"name":"ERROR_AUDITING_DISABLED","features":[3]},{"name":"ERROR_AUDIT_FAILED","features":[3]},{"name":"ERROR_AUTHENTICATION_FIREWALL_FAILED","features":[3]},{"name":"ERROR_AUTHENTICATOR_MISMATCH","features":[3]},{"name":"ERROR_AUTHENTICODE_DISALLOWED","features":[3]},{"name":"ERROR_AUTHENTICODE_PUBLISHER_NOT_TRUSTED","features":[3]},{"name":"ERROR_AUTHENTICODE_TRUSTED_PUBLISHER","features":[3]},{"name":"ERROR_AUTHENTICODE_TRUST_NOT_ESTABLISHED","features":[3]},{"name":"ERROR_AUTHIP_FAILURE","features":[3]},{"name":"ERROR_AUTH_PROTOCOL_REJECTED","features":[3]},{"name":"ERROR_AUTH_PROTOCOL_RESTRICTION","features":[3]},{"name":"ERROR_AUTH_SERVER_TIMEOUT","features":[3]},{"name":"ERROR_AUTODATASEG_EXCEEDS_64k","features":[3]},{"name":"ERROR_BACKUP_CONTROLLER","features":[3]},{"name":"ERROR_BADDB","features":[3]},{"name":"ERROR_BADKEY","features":[3]},{"name":"ERROR_BADSTARTPOSITION","features":[3]},{"name":"ERROR_BAD_ACCESSOR_FLAGS","features":[3]},{"name":"ERROR_BAD_ARGUMENTS","features":[3]},{"name":"ERROR_BAD_CLUSTERS","features":[3]},{"name":"ERROR_BAD_COMMAND","features":[3]},{"name":"ERROR_BAD_COMPRESSION_BUFFER","features":[3]},{"name":"ERROR_BAD_CONFIGURATION","features":[3]},{"name":"ERROR_BAD_CURRENT_DIRECTORY","features":[3]},{"name":"ERROR_BAD_DESCRIPTOR_FORMAT","features":[3]},{"name":"ERROR_BAD_DEVICE","features":[3]},{"name":"ERROR_BAD_DEVICE_PATH","features":[3]},{"name":"ERROR_BAD_DEV_TYPE","features":[3]},{"name":"ERROR_BAD_DLL_ENTRYPOINT","features":[3]},{"name":"ERROR_BAD_DRIVER","features":[3]},{"name":"ERROR_BAD_DRIVER_LEVEL","features":[3]},{"name":"ERROR_BAD_ENVIRONMENT","features":[3]},{"name":"ERROR_BAD_EXE_FORMAT","features":[3]},{"name":"ERROR_BAD_FILE_TYPE","features":[3]},{"name":"ERROR_BAD_FORMAT","features":[3]},{"name":"ERROR_BAD_FUNCTION_TABLE","features":[3]},{"name":"ERROR_BAD_IMPERSONATION_LEVEL","features":[3]},{"name":"ERROR_BAD_INHERITANCE_ACL","features":[3]},{"name":"ERROR_BAD_INTERFACE_INSTALLSECT","features":[3]},{"name":"ERROR_BAD_LENGTH","features":[3]},{"name":"ERROR_BAD_LOGON_SESSION_STATE","features":[3]},{"name":"ERROR_BAD_MCFG_TABLE","features":[3]},{"name":"ERROR_BAD_NETPATH","features":[3]},{"name":"ERROR_BAD_NET_NAME","features":[3]},{"name":"ERROR_BAD_NET_RESP","features":[3]},{"name":"ERROR_BAD_PATHNAME","features":[3]},{"name":"ERROR_BAD_PIPE","features":[3]},{"name":"ERROR_BAD_PROFILE","features":[3]},{"name":"ERROR_BAD_PROVIDER","features":[3]},{"name":"ERROR_BAD_QUERY_SYNTAX","features":[3]},{"name":"ERROR_BAD_RECOVERY_POLICY","features":[3]},{"name":"ERROR_BAD_REM_ADAP","features":[3]},{"name":"ERROR_BAD_SECTION_NAME_LINE","features":[3]},{"name":"ERROR_BAD_SERVICE_ENTRYPOINT","features":[3]},{"name":"ERROR_BAD_SERVICE_INSTALLSECT","features":[3]},{"name":"ERROR_BAD_STACK","features":[3]},{"name":"ERROR_BAD_THREADID_ADDR","features":[3]},{"name":"ERROR_BAD_TOKEN_TYPE","features":[3]},{"name":"ERROR_BAD_UNIT","features":[3]},{"name":"ERROR_BAD_USERNAME","features":[3]},{"name":"ERROR_BAD_USER_PROFILE","features":[3]},{"name":"ERROR_BAD_VALIDATION_CLASS","features":[3]},{"name":"ERROR_BAP_DISCONNECTED","features":[3]},{"name":"ERROR_BAP_REQUIRED","features":[3]},{"name":"ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED","features":[3]},{"name":"ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED","features":[3]},{"name":"ERROR_BCD_TOO_MANY_ELEMENTS","features":[3]},{"name":"ERROR_BEGINNING_OF_MEDIA","features":[3]},{"name":"ERROR_BEYOND_VDL","features":[3]},{"name":"ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT","features":[3]},{"name":"ERROR_BIZRULES_NOT_ENABLED","features":[3]},{"name":"ERROR_BLOCKED_BY_PARENTAL_CONTROLS","features":[3]},{"name":"ERROR_BLOCK_SHARED","features":[3]},{"name":"ERROR_BLOCK_SOURCE_WEAK_REFERENCE_INVALID","features":[3]},{"name":"ERROR_BLOCK_TARGET_WEAK_REFERENCE_INVALID","features":[3]},{"name":"ERROR_BLOCK_TOO_MANY_REFERENCES","features":[3]},{"name":"ERROR_BLOCK_WEAK_REFERENCE_INVALID","features":[3]},{"name":"ERROR_BOOT_ALREADY_ACCEPTED","features":[3]},{"name":"ERROR_BROKEN_PIPE","features":[3]},{"name":"ERROR_BUFFER_ALL_ZEROS","features":[3]},{"name":"ERROR_BUFFER_OVERFLOW","features":[3]},{"name":"ERROR_BUSY","features":[3]},{"name":"ERROR_BUSY_DRIVE","features":[3]},{"name":"ERROR_BUS_RESET","features":[3]},{"name":"ERROR_BYPASSIO_FLT_NOT_SUPPORTED","features":[3]},{"name":"ERROR_CACHE_PAGE_LOCKED","features":[3]},{"name":"ERROR_CALLBACK_INVOKE_INLINE","features":[3]},{"name":"ERROR_CALLBACK_POP_STACK","features":[3]},{"name":"ERROR_CALLBACK_SUPPLIED_INVALID_DATA","features":[3]},{"name":"ERROR_CALL_NOT_IMPLEMENTED","features":[3]},{"name":"ERROR_CANCELLED","features":[3]},{"name":"ERROR_CANCEL_VIOLATION","features":[3]},{"name":"ERROR_CANNOT_ABORT_TRANSACTIONS","features":[3]},{"name":"ERROR_CANNOT_ACCEPT_TRANSACTED_WORK","features":[3]},{"name":"ERROR_CANNOT_BREAK_OPLOCK","features":[3]},{"name":"ERROR_CANNOT_COPY","features":[3]},{"name":"ERROR_CANNOT_DETECT_DRIVER_FAILURE","features":[3]},{"name":"ERROR_CANNOT_DETECT_PROCESS_ABORT","features":[3]},{"name":"ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION","features":[3]},{"name":"ERROR_CANNOT_FIND_WND_CLASS","features":[3]},{"name":"ERROR_CANNOT_GRANT_REQUESTED_OPLOCK","features":[3]},{"name":"ERROR_CANNOT_IMPERSONATE","features":[3]},{"name":"ERROR_CANNOT_LOAD_REGISTRY_FILE","features":[3]},{"name":"ERROR_CANNOT_MAKE","features":[3]},{"name":"ERROR_CANNOT_OPEN_PROFILE","features":[3]},{"name":"ERROR_CANNOT_SWITCH_RUNLEVEL","features":[3]},{"name":"ERROR_CANTFETCHBACKWARDS","features":[3]},{"name":"ERROR_CANTOPEN","features":[3]},{"name":"ERROR_CANTREAD","features":[3]},{"name":"ERROR_CANTSCROLLBACKWARDS","features":[3]},{"name":"ERROR_CANTWRITE","features":[3]},{"name":"ERROR_CANT_ACCESS_DOMAIN_INFO","features":[3]},{"name":"ERROR_CANT_ACCESS_FILE","features":[3]},{"name":"ERROR_CANT_ATTACH_TO_DEV_VOLUME","features":[3]},{"name":"ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY","features":[3]},{"name":"ERROR_CANT_CLEAR_ENCRYPTION_FLAG","features":[3]},{"name":"ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS","features":[3]},{"name":"ERROR_CANT_CROSS_RM_BOUNDARY","features":[3]},{"name":"ERROR_CANT_DELETE_LAST_ITEM","features":[3]},{"name":"ERROR_CANT_DISABLE_MANDATORY","features":[3]},{"name":"ERROR_CANT_ENABLE_DENY_ONLY","features":[3]},{"name":"ERROR_CANT_EVICT_ACTIVE_NODE","features":[3]},{"name":"ERROR_CANT_LOAD_CLASS_ICON","features":[3]},{"name":"ERROR_CANT_OPEN_ANONYMOUS","features":[3]},{"name":"ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT","features":[3]},{"name":"ERROR_CANT_RECOVER_WITH_HANDLE_OPEN","features":[3]},{"name":"ERROR_CANT_REMOVE_DEVINST","features":[3]},{"name":"ERROR_CANT_RESOLVE_FILENAME","features":[3]},{"name":"ERROR_CANT_TERMINATE_SELF","features":[3]},{"name":"ERROR_CANT_WAIT","features":[3]},{"name":"ERROR_CAN_NOT_COMPLETE","features":[3]},{"name":"ERROR_CAN_NOT_DEL_LOCAL_WINS","features":[3]},{"name":"ERROR_CAPAUTHZ_CHANGE_TYPE","features":[3]},{"name":"ERROR_CAPAUTHZ_DB_CORRUPTED","features":[3]},{"name":"ERROR_CAPAUTHZ_NOT_AUTHORIZED","features":[3]},{"name":"ERROR_CAPAUTHZ_NOT_DEVUNLOCKED","features":[3]},{"name":"ERROR_CAPAUTHZ_NOT_PROVISIONED","features":[3]},{"name":"ERROR_CAPAUTHZ_NO_POLICY","features":[3]},{"name":"ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED","features":[3]},{"name":"ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG","features":[3]},{"name":"ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY","features":[3]},{"name":"ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH","features":[3]},{"name":"ERROR_CAPAUTHZ_SCCD_PARSE_ERROR","features":[3]},{"name":"ERROR_CARDBUS_NOT_SUPPORTED","features":[3]},{"name":"ERROR_CASE_DIFFERING_NAMES_IN_DIR","features":[3]},{"name":"ERROR_CASE_SENSITIVE_PATH","features":[3]},{"name":"ERROR_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT","features":[3]},{"name":"ERROR_CHECKING_FILE_SYSTEM","features":[3]},{"name":"ERROR_CHECKOUT_REQUIRED","features":[3]},{"name":"ERROR_CHILD_MUST_BE_VOLATILE","features":[3]},{"name":"ERROR_CHILD_NOT_COMPLETE","features":[3]},{"name":"ERROR_CHILD_PROCESS_BLOCKED","features":[3]},{"name":"ERROR_CHILD_WINDOW_MENU","features":[3]},{"name":"ERROR_CIMFS_IMAGE_CORRUPT","features":[3]},{"name":"ERROR_CIMFS_IMAGE_VERSION_NOT_SUPPORTED","features":[3]},{"name":"ERROR_CIRCULAR_DEPENDENCY","features":[3]},{"name":"ERROR_CLASSIC_COMPAT_MODE_NOT_ALLOWED","features":[3]},{"name":"ERROR_CLASS_ALREADY_EXISTS","features":[3]},{"name":"ERROR_CLASS_DOES_NOT_EXIST","features":[3]},{"name":"ERROR_CLASS_HAS_WINDOWS","features":[3]},{"name":"ERROR_CLASS_MISMATCH","features":[3]},{"name":"ERROR_CLEANER_CARTRIDGE_INSTALLED","features":[3]},{"name":"ERROR_CLEANER_CARTRIDGE_SPENT","features":[3]},{"name":"ERROR_CLEANER_SLOT_NOT_SET","features":[3]},{"name":"ERROR_CLEANER_SLOT_SET","features":[3]},{"name":"ERROR_CLIENT_INTERFACE_ALREADY_EXISTS","features":[3]},{"name":"ERROR_CLIENT_SERVER_PARAMETERS_INVALID","features":[3]},{"name":"ERROR_CLIPBOARD_NOT_OPEN","features":[3]},{"name":"ERROR_CLIPPING_NOT_SUPPORTED","features":[3]},{"name":"ERROR_CLIP_DEVICE_LICENSE_MISSING","features":[3]},{"name":"ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID","features":[3]},{"name":"ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH","features":[3]},{"name":"ERROR_CLIP_LICENSE_EXPIRED","features":[3]},{"name":"ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE","features":[3]},{"name":"ERROR_CLIP_LICENSE_INVALID_SIGNATURE","features":[3]},{"name":"ERROR_CLIP_LICENSE_NOT_FOUND","features":[3]},{"name":"ERROR_CLIP_LICENSE_NOT_SIGNED","features":[3]},{"name":"ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE","features":[3]},{"name":"ERROR_CLOUD_FILE_ACCESS_DENIED","features":[3]},{"name":"ERROR_CLOUD_FILE_ALREADY_CONNECTED","features":[3]},{"name":"ERROR_CLOUD_FILE_AUTHENTICATION_FAILED","features":[3]},{"name":"ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY","features":[3]},{"name":"ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED","features":[3]},{"name":"ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS","features":[3]},{"name":"ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES","features":[3]},{"name":"ERROR_CLOUD_FILE_INVALID_REQUEST","features":[3]},{"name":"ERROR_CLOUD_FILE_IN_USE","features":[3]},{"name":"ERROR_CLOUD_FILE_METADATA_CORRUPT","features":[3]},{"name":"ERROR_CLOUD_FILE_METADATA_TOO_LARGE","features":[3]},{"name":"ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE","features":[3]},{"name":"ERROR_CLOUD_FILE_NOT_IN_SYNC","features":[3]},{"name":"ERROR_CLOUD_FILE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT","features":[3]},{"name":"ERROR_CLOUD_FILE_PINNED","features":[3]},{"name":"ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH","features":[3]},{"name":"ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE","features":[3]},{"name":"ERROR_CLOUD_FILE_PROPERTY_CORRUPT","features":[3]},{"name":"ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT","features":[3]},{"name":"ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED","features":[3]},{"name":"ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING","features":[3]},{"name":"ERROR_CLOUD_FILE_PROVIDER_TERMINATED","features":[3]},{"name":"ERROR_CLOUD_FILE_READ_ONLY_VOLUME","features":[3]},{"name":"ERROR_CLOUD_FILE_REQUEST_ABORTED","features":[3]},{"name":"ERROR_CLOUD_FILE_REQUEST_CANCELED","features":[3]},{"name":"ERROR_CLOUD_FILE_REQUEST_TIMEOUT","features":[3]},{"name":"ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT","features":[3]},{"name":"ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS","features":[3]},{"name":"ERROR_CLOUD_FILE_UNSUCCESSFUL","features":[3]},{"name":"ERROR_CLOUD_FILE_US_MESSAGE_TIMEOUT","features":[3]},{"name":"ERROR_CLOUD_FILE_VALIDATION_FAILED","features":[3]},{"name":"ERROR_CLUSCFG_ALREADY_COMMITTED","features":[3]},{"name":"ERROR_CLUSCFG_ROLLBACK_FAILED","features":[3]},{"name":"ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT","features":[3]},{"name":"ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND","features":[3]},{"name":"ERROR_CLUSTERLOG_CORRUPT","features":[3]},{"name":"ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE","features":[3]},{"name":"ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE","features":[3]},{"name":"ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE","features":[3]},{"name":"ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE","features":[3]},{"name":"ERROR_CLUSTER_AFFINITY_CONFLICT","features":[3]},{"name":"ERROR_CLUSTER_BACKUP_IN_PROGRESS","features":[3]},{"name":"ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES","features":[3]},{"name":"ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME","features":[3]},{"name":"ERROR_CLUSTER_CANT_DESERIALIZE_DATA","features":[3]},{"name":"ERROR_CLUSTER_CSV_INVALID_HANDLE","features":[3]},{"name":"ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT","features":[3]},{"name":"ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR","features":[3]},{"name":"ERROR_CLUSTER_DATABASE_SEQMISMATCH","features":[3]},{"name":"ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS","features":[3]},{"name":"ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS","features":[3]},{"name":"ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED","features":[3]},{"name":"ERROR_CLUSTER_DISK_NOT_CONNECTED","features":[3]},{"name":"ERROR_CLUSTER_EVICT_INVALID_REQUEST","features":[3]},{"name":"ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP","features":[3]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION","features":[3]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY","features":[3]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND","features":[3]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS","features":[3]},{"name":"ERROR_CLUSTER_GROUP_BUSY","features":[3]},{"name":"ERROR_CLUSTER_GROUP_MOVING","features":[3]},{"name":"ERROR_CLUSTER_GROUP_QUEUED","features":[3]},{"name":"ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE","features":[3]},{"name":"ERROR_CLUSTER_GUM_NOT_LOCKER","features":[3]},{"name":"ERROR_CLUSTER_INCOMPATIBLE_VERSIONS","features":[3]},{"name":"ERROR_CLUSTER_INSTANCE_ID_MISMATCH","features":[3]},{"name":"ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION","features":[3]},{"name":"ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME","features":[3]},{"name":"ERROR_CLUSTER_INVALID_IPV6_NETWORK","features":[3]},{"name":"ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK","features":[3]},{"name":"ERROR_CLUSTER_INVALID_NETWORK","features":[3]},{"name":"ERROR_CLUSTER_INVALID_NETWORK_PROVIDER","features":[3]},{"name":"ERROR_CLUSTER_INVALID_NODE","features":[3]},{"name":"ERROR_CLUSTER_INVALID_NODE_WEIGHT","features":[3]},{"name":"ERROR_CLUSTER_INVALID_REQUEST","features":[3]},{"name":"ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR","features":[3]},{"name":"ERROR_CLUSTER_INVALID_STRING_FORMAT","features":[3]},{"name":"ERROR_CLUSTER_INVALID_STRING_TERMINATION","features":[3]},{"name":"ERROR_CLUSTER_IPADDR_IN_USE","features":[3]},{"name":"ERROR_CLUSTER_JOIN_ABORTED","features":[3]},{"name":"ERROR_CLUSTER_JOIN_IN_PROGRESS","features":[3]},{"name":"ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS","features":[3]},{"name":"ERROR_CLUSTER_LAST_INTERNAL_NETWORK","features":[3]},{"name":"ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND","features":[3]},{"name":"ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED","features":[3]},{"name":"ERROR_CLUSTER_MAX_NODES_IN_CLUSTER","features":[3]},{"name":"ERROR_CLUSTER_MEMBERSHIP_HALT","features":[3]},{"name":"ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE","features":[3]},{"name":"ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME","features":[3]},{"name":"ERROR_CLUSTER_NETINTERFACE_EXISTS","features":[3]},{"name":"ERROR_CLUSTER_NETINTERFACE_NOT_FOUND","features":[3]},{"name":"ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE","features":[3]},{"name":"ERROR_CLUSTER_NETWORK_ALREADY_ONLINE","features":[3]},{"name":"ERROR_CLUSTER_NETWORK_EXISTS","features":[3]},{"name":"ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS","features":[3]},{"name":"ERROR_CLUSTER_NETWORK_NOT_FOUND","features":[3]},{"name":"ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP","features":[3]},{"name":"ERROR_CLUSTER_NETWORK_NOT_INTERNAL","features":[3]},{"name":"ERROR_CLUSTER_NODE_ALREADY_DOWN","features":[3]},{"name":"ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT","features":[3]},{"name":"ERROR_CLUSTER_NODE_ALREADY_MEMBER","features":[3]},{"name":"ERROR_CLUSTER_NODE_ALREADY_UP","features":[3]},{"name":"ERROR_CLUSTER_NODE_DOWN","features":[3]},{"name":"ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS","features":[3]},{"name":"ERROR_CLUSTER_NODE_EXISTS","features":[3]},{"name":"ERROR_CLUSTER_NODE_IN_GRACE_PERIOD","features":[3]},{"name":"ERROR_CLUSTER_NODE_ISOLATED","features":[3]},{"name":"ERROR_CLUSTER_NODE_NOT_FOUND","features":[3]},{"name":"ERROR_CLUSTER_NODE_NOT_MEMBER","features":[3]},{"name":"ERROR_CLUSTER_NODE_NOT_PAUSED","features":[3]},{"name":"ERROR_CLUSTER_NODE_NOT_READY","features":[3]},{"name":"ERROR_CLUSTER_NODE_PAUSED","features":[3]},{"name":"ERROR_CLUSTER_NODE_QUARANTINED","features":[3]},{"name":"ERROR_CLUSTER_NODE_SHUTTING_DOWN","features":[3]},{"name":"ERROR_CLUSTER_NODE_UNREACHABLE","features":[3]},{"name":"ERROR_CLUSTER_NODE_UP","features":[3]},{"name":"ERROR_CLUSTER_NOT_INSTALLED","features":[3]},{"name":"ERROR_CLUSTER_NOT_SHARED_VOLUME","features":[3]},{"name":"ERROR_CLUSTER_NO_NET_ADAPTERS","features":[3]},{"name":"ERROR_CLUSTER_NO_QUORUM","features":[3]},{"name":"ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED","features":[3]},{"name":"ERROR_CLUSTER_NO_SECURITY_CONTEXT","features":[3]},{"name":"ERROR_CLUSTER_NULL_DATA","features":[3]},{"name":"ERROR_CLUSTER_OBJECT_ALREADY_USED","features":[3]},{"name":"ERROR_CLUSTER_OBJECT_IS_CLUSTER_SET_VM","features":[3]},{"name":"ERROR_CLUSTER_OLD_VERSION","features":[3]},{"name":"ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST","features":[3]},{"name":"ERROR_CLUSTER_PARAMETER_MISMATCH","features":[3]},{"name":"ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS","features":[3]},{"name":"ERROR_CLUSTER_PARTIAL_READ","features":[3]},{"name":"ERROR_CLUSTER_PARTIAL_SEND","features":[3]},{"name":"ERROR_CLUSTER_PARTIAL_WRITE","features":[3]},{"name":"ERROR_CLUSTER_POISONED","features":[3]},{"name":"ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH","features":[3]},{"name":"ERROR_CLUSTER_QUORUMLOG_NOT_FOUND","features":[3]},{"name":"ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION","features":[3]},{"name":"ERROR_CLUSTER_RESNAME_NOT_FOUND","features":[3]},{"name":"ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_IS_REPLICATED","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_LOCKED_STATUS","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_NOT_MONITORED","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_TYPE_BUSY","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_CALL","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION","features":[3]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE","features":[3]},{"name":"ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_CLUSTER_RHS_FAILED_INITIALIZATION","features":[3]},{"name":"ERROR_CLUSTER_SHARED_VOLUMES_IN_USE","features":[3]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED","features":[3]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED","features":[3]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED","features":[3]},{"name":"ERROR_CLUSTER_SHUTTING_DOWN","features":[3]},{"name":"ERROR_CLUSTER_SINGLETON_RESOURCE","features":[3]},{"name":"ERROR_CLUSTER_SPACE_DEGRADED","features":[3]},{"name":"ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED","features":[3]},{"name":"ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED","features":[3]},{"name":"ERROR_CLUSTER_TOO_MANY_NODES","features":[3]},{"name":"ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED","features":[3]},{"name":"ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS","features":[3]},{"name":"ERROR_CLUSTER_UPGRADE_INCOMPLETE","features":[3]},{"name":"ERROR_CLUSTER_UPGRADE_IN_PROGRESS","features":[3]},{"name":"ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED","features":[3]},{"name":"ERROR_CLUSTER_USE_SHARED_VOLUMES_API","features":[3]},{"name":"ERROR_CLUSTER_WATCHDOG_TERMINATING","features":[3]},{"name":"ERROR_CLUSTER_WRONG_OS_VERSION","features":[3]},{"name":"ERROR_COLORSPACE_MISMATCH","features":[3]},{"name":"ERROR_COMMITMENT_LIMIT","features":[3]},{"name":"ERROR_COMMITMENT_MINIMUM","features":[3]},{"name":"ERROR_COMPRESSED_FILE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_COMPRESSION_DISABLED","features":[3]},{"name":"ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","features":[3]},{"name":"ERROR_COMPRESSION_NOT_BENEFICIAL","features":[3]},{"name":"ERROR_COM_TASK_STOP_PENDING","features":[3]},{"name":"ERROR_CONNECTED_OTHER_PASSWORD","features":[3]},{"name":"ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT","features":[3]},{"name":"ERROR_CONNECTION_ABORTED","features":[3]},{"name":"ERROR_CONNECTION_ACTIVE","features":[3]},{"name":"ERROR_CONNECTION_COUNT_LIMIT","features":[3]},{"name":"ERROR_CONNECTION_INVALID","features":[3]},{"name":"ERROR_CONNECTION_REFUSED","features":[3]},{"name":"ERROR_CONNECTION_UNAVAIL","features":[3]},{"name":"ERROR_CONTAINER_ASSIGNED","features":[3]},{"name":"ERROR_CONTENT_BLOCKED","features":[3]},{"name":"ERROR_CONTEXT_EXPIRED","features":[3]},{"name":"ERROR_CONTINUE","features":[3]},{"name":"ERROR_CONTROLLING_IEPORT","features":[3]},{"name":"ERROR_CONTROL_C_EXIT","features":[3]},{"name":"ERROR_CONTROL_ID_NOT_FOUND","features":[3]},{"name":"ERROR_CONVERT_TO_LARGE","features":[3]},{"name":"ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND","features":[3]},{"name":"ERROR_CORE_RESOURCE","features":[3]},{"name":"ERROR_CORRUPT_LOG_CLEARED","features":[3]},{"name":"ERROR_CORRUPT_LOG_CORRUPTED","features":[3]},{"name":"ERROR_CORRUPT_LOG_DELETED_FULL","features":[3]},{"name":"ERROR_CORRUPT_LOG_OVERFULL","features":[3]},{"name":"ERROR_CORRUPT_LOG_UNAVAILABLE","features":[3]},{"name":"ERROR_CORRUPT_SYSTEM_FILE","features":[3]},{"name":"ERROR_COULD_NOT_INTERPRET","features":[3]},{"name":"ERROR_COULD_NOT_RESIZE_LOG","features":[3]},{"name":"ERROR_COUNTER_TIMEOUT","features":[3]},{"name":"ERROR_CPU_SET_INVALID","features":[3]},{"name":"ERROR_CRASH_DUMP","features":[3]},{"name":"ERROR_CRC","features":[3]},{"name":"ERROR_CREATE_FAILED","features":[3]},{"name":"ERROR_CRED_REQUIRES_CONFIRMATION","features":[3]},{"name":"ERROR_CRM_PROTOCOL_ALREADY_EXISTS","features":[3]},{"name":"ERROR_CRM_PROTOCOL_NOT_FOUND","features":[3]},{"name":"ERROR_CROSS_PARTITION_VIOLATION","features":[3]},{"name":"ERROR_CSCSHARE_OFFLINE","features":[3]},{"name":"ERROR_CSV_VOLUME_NOT_LOCAL","features":[3]},{"name":"ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE","features":[3]},{"name":"ERROR_CS_ENCRYPTION_FILE_NOT_CSE","features":[3]},{"name":"ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE","features":[3]},{"name":"ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE","features":[3]},{"name":"ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER","features":[3]},{"name":"ERROR_CTLOG_INCONSISTENT_TRACKING_FILE","features":[3]},{"name":"ERROR_CTLOG_INVALID_TRACKING_STATE","features":[3]},{"name":"ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE","features":[3]},{"name":"ERROR_CTLOG_TRACKING_NOT_INITIALIZED","features":[3]},{"name":"ERROR_CTLOG_VHD_CHANGED_OFFLINE","features":[3]},{"name":"ERROR_CTX_ACCOUNT_RESTRICTION","features":[3]},{"name":"ERROR_CTX_BAD_VIDEO_MODE","features":[3]},{"name":"ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY","features":[3]},{"name":"ERROR_CTX_CDM_CONNECT","features":[3]},{"name":"ERROR_CTX_CDM_DISCONNECT","features":[3]},{"name":"ERROR_CTX_CLIENT_LICENSE_IN_USE","features":[3]},{"name":"ERROR_CTX_CLIENT_LICENSE_NOT_SET","features":[3]},{"name":"ERROR_CTX_CLIENT_QUERY_TIMEOUT","features":[3]},{"name":"ERROR_CTX_CLOSE_PENDING","features":[3]},{"name":"ERROR_CTX_CONSOLE_CONNECT","features":[3]},{"name":"ERROR_CTX_CONSOLE_DISCONNECT","features":[3]},{"name":"ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED","features":[3]},{"name":"ERROR_CTX_GRAPHICS_INVALID","features":[3]},{"name":"ERROR_CTX_INVALID_MODEMNAME","features":[3]},{"name":"ERROR_CTX_INVALID_PD","features":[3]},{"name":"ERROR_CTX_INVALID_WD","features":[3]},{"name":"ERROR_CTX_LICENSE_CLIENT_INVALID","features":[3]},{"name":"ERROR_CTX_LICENSE_EXPIRED","features":[3]},{"name":"ERROR_CTX_LICENSE_NOT_AVAILABLE","features":[3]},{"name":"ERROR_CTX_LOGON_DISABLED","features":[3]},{"name":"ERROR_CTX_MODEM_INF_NOT_FOUND","features":[3]},{"name":"ERROR_CTX_MODEM_RESPONSE_BUSY","features":[3]},{"name":"ERROR_CTX_MODEM_RESPONSE_ERROR","features":[3]},{"name":"ERROR_CTX_MODEM_RESPONSE_NO_CARRIER","features":[3]},{"name":"ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE","features":[3]},{"name":"ERROR_CTX_MODEM_RESPONSE_TIMEOUT","features":[3]},{"name":"ERROR_CTX_MODEM_RESPONSE_VOICE","features":[3]},{"name":"ERROR_CTX_NOT_CONSOLE","features":[3]},{"name":"ERROR_CTX_NO_FORCE_LOGOFF","features":[3]},{"name":"ERROR_CTX_NO_OUTBUF","features":[3]},{"name":"ERROR_CTX_PD_NOT_FOUND","features":[3]},{"name":"ERROR_CTX_SECURITY_LAYER_ERROR","features":[3]},{"name":"ERROR_CTX_SERVICE_NAME_COLLISION","features":[3]},{"name":"ERROR_CTX_SESSION_IN_USE","features":[3]},{"name":"ERROR_CTX_SHADOW_DENIED","features":[3]},{"name":"ERROR_CTX_SHADOW_DISABLED","features":[3]},{"name":"ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE","features":[3]},{"name":"ERROR_CTX_SHADOW_INVALID","features":[3]},{"name":"ERROR_CTX_SHADOW_NOT_RUNNING","features":[3]},{"name":"ERROR_CTX_TD_ERROR","features":[3]},{"name":"ERROR_CTX_WD_NOT_FOUND","features":[3]},{"name":"ERROR_CTX_WINSTATIONS_DISABLED","features":[3]},{"name":"ERROR_CTX_WINSTATION_ACCESS_DENIED","features":[3]},{"name":"ERROR_CTX_WINSTATION_ALREADY_EXISTS","features":[3]},{"name":"ERROR_CTX_WINSTATION_BUSY","features":[3]},{"name":"ERROR_CTX_WINSTATION_NAME_INVALID","features":[3]},{"name":"ERROR_CTX_WINSTATION_NOT_FOUND","features":[3]},{"name":"ERROR_CURRENT_DIRECTORY","features":[3]},{"name":"ERROR_CURRENT_DOMAIN_NOT_ALLOWED","features":[3]},{"name":"ERROR_CURRENT_TRANSACTION_NOT_VALID","features":[3]},{"name":"ERROR_DATABASE_BACKUP_CORRUPT","features":[3]},{"name":"ERROR_DATABASE_DOES_NOT_EXIST","features":[3]},{"name":"ERROR_DATABASE_FAILURE","features":[3]},{"name":"ERROR_DATABASE_FULL","features":[3]},{"name":"ERROR_DATATYPE_MISMATCH","features":[3]},{"name":"ERROR_DATA_CHECKSUM_ERROR","features":[3]},{"name":"ERROR_DATA_LOST_REPAIR","features":[3]},{"name":"ERROR_DATA_NOT_ACCEPTED","features":[3]},{"name":"ERROR_DAX_MAPPING_EXISTS","features":[3]},{"name":"ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN","features":[3]},{"name":"ERROR_DBG_COMMAND_EXCEPTION","features":[3]},{"name":"ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN","features":[3]},{"name":"ERROR_DBG_CONTINUE","features":[3]},{"name":"ERROR_DBG_CONTROL_BREAK","features":[3]},{"name":"ERROR_DBG_CONTROL_C","features":[3]},{"name":"ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN","features":[3]},{"name":"ERROR_DBG_EXCEPTION_HANDLED","features":[3]},{"name":"ERROR_DBG_EXCEPTION_NOT_HANDLED","features":[3]},{"name":"ERROR_DBG_PRINTEXCEPTION_C","features":[3]},{"name":"ERROR_DBG_REPLY_LATER","features":[3]},{"name":"ERROR_DBG_RIPEXCEPTION","features":[3]},{"name":"ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN","features":[3]},{"name":"ERROR_DBG_TERMINATE_PROCESS","features":[3]},{"name":"ERROR_DBG_TERMINATE_THREAD","features":[3]},{"name":"ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE","features":[3]},{"name":"ERROR_DC_NOT_FOUND","features":[3]},{"name":"ERROR_DDE_FAIL","features":[3]},{"name":"ERROR_DDM_NOT_RUNNING","features":[3]},{"name":"ERROR_DEBUGGER_INACTIVE","features":[3]},{"name":"ERROR_DEBUG_ATTACH_FAILED","features":[3]},{"name":"ERROR_DECRYPTION_FAILED","features":[3]},{"name":"ERROR_DELAY_LOAD_FAILED","features":[3]},{"name":"ERROR_DELETE_PENDING","features":[3]},{"name":"ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED","features":[3]},{"name":"ERROR_DELETING_ICM_XFORM","features":[3]},{"name":"ERROR_DEPENDENCY_ALREADY_EXISTS","features":[3]},{"name":"ERROR_DEPENDENCY_NOT_ALLOWED","features":[3]},{"name":"ERROR_DEPENDENCY_NOT_FOUND","features":[3]},{"name":"ERROR_DEPENDENCY_TREE_TOO_COMPLEX","features":[3]},{"name":"ERROR_DEPENDENT_RESOURCE_EXISTS","features":[3]},{"name":"ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT","features":[3]},{"name":"ERROR_DEPENDENT_SERVICES_RUNNING","features":[3]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_POLICY","features":[3]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY","features":[3]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF","features":[3]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE","features":[3]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE","features":[3]},{"name":"ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY","features":[3]},{"name":"ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED","features":[3]},{"name":"ERROR_DESTINATION_ELEMENT_FULL","features":[3]},{"name":"ERROR_DESTROY_OBJECT_OF_OTHER_THREAD","features":[3]},{"name":"ERROR_DEVICE_ALREADY_ATTACHED","features":[3]},{"name":"ERROR_DEVICE_ALREADY_REMEMBERED","features":[3]},{"name":"ERROR_DEVICE_DOOR_OPEN","features":[3]},{"name":"ERROR_DEVICE_ENUMERATION_ERROR","features":[3]},{"name":"ERROR_DEVICE_FEATURE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_DEVICE_HARDWARE_ERROR","features":[3]},{"name":"ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL","features":[3]},{"name":"ERROR_DEVICE_INSTALLER_NOT_READY","features":[3]},{"name":"ERROR_DEVICE_INSTALL_BLOCKED","features":[3]},{"name":"ERROR_DEVICE_INTERFACE_ACTIVE","features":[3]},{"name":"ERROR_DEVICE_INTERFACE_REMOVED","features":[3]},{"name":"ERROR_DEVICE_IN_MAINTENANCE","features":[3]},{"name":"ERROR_DEVICE_IN_USE","features":[3]},{"name":"ERROR_DEVICE_NOT_AVAILABLE","features":[3]},{"name":"ERROR_DEVICE_NOT_CONNECTED","features":[3]},{"name":"ERROR_DEVICE_NOT_PARTITIONED","features":[3]},{"name":"ERROR_DEVICE_NO_RESOURCES","features":[3]},{"name":"ERROR_DEVICE_REINITIALIZATION_NEEDED","features":[3]},{"name":"ERROR_DEVICE_REMOVED","features":[3]},{"name":"ERROR_DEVICE_REQUIRES_CLEANING","features":[3]},{"name":"ERROR_DEVICE_RESET_REQUIRED","features":[3]},{"name":"ERROR_DEVICE_SUPPORT_IN_PROGRESS","features":[3]},{"name":"ERROR_DEVICE_UNREACHABLE","features":[3]},{"name":"ERROR_DEVINFO_DATA_LOCKED","features":[3]},{"name":"ERROR_DEVINFO_LIST_LOCKED","features":[3]},{"name":"ERROR_DEVINFO_NOT_REGISTERED","features":[3]},{"name":"ERROR_DEVINSTALL_QUEUE_NONNATIVE","features":[3]},{"name":"ERROR_DEVINST_ALREADY_EXISTS","features":[3]},{"name":"ERROR_DEV_NOT_EXIST","features":[3]},{"name":"ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_DHCP_ADDRESS_CONFLICT","features":[3]},{"name":"ERROR_DIALIN_HOURS_RESTRICTION","features":[3]},{"name":"ERROR_DIALOUT_HOURS_RESTRICTION","features":[3]},{"name":"ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST","features":[3]},{"name":"ERROR_DIFFERENT_SERVICE_ACCOUNT","features":[3]},{"name":"ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED","features":[3]},{"name":"ERROR_DIF_BINDING_API_NOT_FOUND","features":[3]},{"name":"ERROR_DIF_IOCALLBACK_NOT_REPLACED","features":[3]},{"name":"ERROR_DIF_LIVEDUMP_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_DIF_VOLATILE_DRIVER_HOTPATCHED","features":[3]},{"name":"ERROR_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING","features":[3]},{"name":"ERROR_DIF_VOLATILE_INVALID_INFO","features":[3]},{"name":"ERROR_DIF_VOLATILE_NOT_ALLOWED","features":[3]},{"name":"ERROR_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED","features":[3]},{"name":"ERROR_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING","features":[3]},{"name":"ERROR_DIF_VOLATILE_SECTION_NOT_LOCKED","features":[3]},{"name":"ERROR_DIRECTORY","features":[3]},{"name":"ERROR_DIRECTORY_NOT_RM","features":[3]},{"name":"ERROR_DIRECTORY_NOT_SUPPORTED","features":[3]},{"name":"ERROR_DIRECT_ACCESS_HANDLE","features":[3]},{"name":"ERROR_DIR_EFS_DISALLOWED","features":[3]},{"name":"ERROR_DIR_NOT_EMPTY","features":[3]},{"name":"ERROR_DIR_NOT_ROOT","features":[3]},{"name":"ERROR_DISCARDED","features":[3]},{"name":"ERROR_DISK_CHANGE","features":[3]},{"name":"ERROR_DISK_CORRUPT","features":[3]},{"name":"ERROR_DISK_FULL","features":[3]},{"name":"ERROR_DISK_NOT_CSV_CAPABLE","features":[3]},{"name":"ERROR_DISK_OPERATION_FAILED","features":[3]},{"name":"ERROR_DISK_QUOTA_EXCEEDED","features":[3]},{"name":"ERROR_DISK_RECALIBRATE_FAILED","features":[3]},{"name":"ERROR_DISK_REPAIR_DISABLED","features":[3]},{"name":"ERROR_DISK_REPAIR_REDIRECTED","features":[3]},{"name":"ERROR_DISK_REPAIR_UNSUCCESSFUL","features":[3]},{"name":"ERROR_DISK_RESET_FAILED","features":[3]},{"name":"ERROR_DISK_RESOURCES_EXHAUSTED","features":[3]},{"name":"ERROR_DISK_TOO_FRAGMENTED","features":[3]},{"name":"ERROR_DI_BAD_PATH","features":[3]},{"name":"ERROR_DI_DONT_INSTALL","features":[3]},{"name":"ERROR_DI_DO_DEFAULT","features":[3]},{"name":"ERROR_DI_FUNCTION_OBSOLETE","features":[3]},{"name":"ERROR_DI_NOFILECOPY","features":[3]},{"name":"ERROR_DI_POSTPROCESSING_REQUIRED","features":[3]},{"name":"ERROR_DLL_INIT_FAILED","features":[3]},{"name":"ERROR_DLL_INIT_FAILED_LOGOFF","features":[3]},{"name":"ERROR_DLL_MIGHT_BE_INCOMPATIBLE","features":[3]},{"name":"ERROR_DLL_MIGHT_BE_INSECURE","features":[3]},{"name":"ERROR_DLL_NOT_FOUND","features":[3]},{"name":"ERROR_DLP_POLICY_DENIES_OPERATION","features":[3]},{"name":"ERROR_DLP_POLICY_SILENTLY_FAIL","features":[3]},{"name":"ERROR_DLP_POLICY_WARNS_AGAINST_OPERATION","features":[3]},{"name":"ERROR_DM_OPERATION_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_DOMAIN_CONTROLLER_EXISTS","features":[3]},{"name":"ERROR_DOMAIN_CONTROLLER_NOT_FOUND","features":[3]},{"name":"ERROR_DOMAIN_CTRLR_CONFIG_ERROR","features":[3]},{"name":"ERROR_DOMAIN_EXISTS","features":[3]},{"name":"ERROR_DOMAIN_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION","features":[3]},{"name":"ERROR_DOMAIN_TRUST_INCONSISTENT","features":[3]},{"name":"ERROR_DOWNGRADE_DETECTED","features":[3]},{"name":"ERROR_DPL_NOT_SUPPORTED_FOR_USER","features":[3]},{"name":"ERROR_DRIVERS_LEAKING_LOCKED_PAGES","features":[3]},{"name":"ERROR_DRIVER_BLOCKED","features":[3]},{"name":"ERROR_DRIVER_CANCEL_TIMEOUT","features":[3]},{"name":"ERROR_DRIVER_DATABASE_ERROR","features":[3]},{"name":"ERROR_DRIVER_FAILED_PRIOR_UNLOAD","features":[3]},{"name":"ERROR_DRIVER_FAILED_SLEEP","features":[3]},{"name":"ERROR_DRIVER_INSTALL_BLOCKED","features":[3]},{"name":"ERROR_DRIVER_NONNATIVE","features":[3]},{"name":"ERROR_DRIVER_PROCESS_TERMINATED","features":[3]},{"name":"ERROR_DRIVER_STORE_ADD_FAILED","features":[3]},{"name":"ERROR_DRIVER_STORE_DELETE_FAILED","features":[3]},{"name":"ERROR_DRIVE_LOCKED","features":[3]},{"name":"ERROR_DRIVE_MEDIA_MISMATCH","features":[3]},{"name":"ERROR_DS_ADD_REPLICA_INHIBITED","features":[3]},{"name":"ERROR_DS_ADMIN_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_DS_AFFECTS_MULTIPLE_DSAS","features":[3]},{"name":"ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER","features":[3]},{"name":"ERROR_DS_ALIASED_OBJ_MISSING","features":[3]},{"name":"ERROR_DS_ALIAS_DEREF_PROBLEM","features":[3]},{"name":"ERROR_DS_ALIAS_POINTS_TO_ALIAS","features":[3]},{"name":"ERROR_DS_ALIAS_PROBLEM","features":[3]},{"name":"ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS","features":[3]},{"name":"ERROR_DS_ATTRIBUTE_OWNED_BY_SAM","features":[3]},{"name":"ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED","features":[3]},{"name":"ERROR_DS_ATT_ALREADY_EXISTS","features":[3]},{"name":"ERROR_DS_ATT_IS_NOT_ON_OBJ","features":[3]},{"name":"ERROR_DS_ATT_NOT_DEF_FOR_CLASS","features":[3]},{"name":"ERROR_DS_ATT_NOT_DEF_IN_SCHEMA","features":[3]},{"name":"ERROR_DS_ATT_SCHEMA_REQ_ID","features":[3]},{"name":"ERROR_DS_ATT_SCHEMA_REQ_SYNTAX","features":[3]},{"name":"ERROR_DS_ATT_VAL_ALREADY_EXISTS","features":[3]},{"name":"ERROR_DS_AUDIT_FAILURE","features":[3]},{"name":"ERROR_DS_AUTHORIZATION_FAILED","features":[3]},{"name":"ERROR_DS_AUTH_METHOD_NOT_SUPPORTED","features":[3]},{"name":"ERROR_DS_AUTH_UNKNOWN","features":[3]},{"name":"ERROR_DS_AUX_CLS_TEST_FAIL","features":[3]},{"name":"ERROR_DS_BACKLINK_WITHOUT_LINK","features":[3]},{"name":"ERROR_DS_BAD_ATT_SCHEMA_SYNTAX","features":[3]},{"name":"ERROR_DS_BAD_HIERARCHY_FILE","features":[3]},{"name":"ERROR_DS_BAD_INSTANCE_TYPE","features":[3]},{"name":"ERROR_DS_BAD_NAME_SYNTAX","features":[3]},{"name":"ERROR_DS_BAD_RDN_ATT_ID_SYNTAX","features":[3]},{"name":"ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED","features":[3]},{"name":"ERROR_DS_BUSY","features":[3]},{"name":"ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD","features":[3]},{"name":"ERROR_DS_CANT_ADD_ATT_VALUES","features":[3]},{"name":"ERROR_DS_CANT_ADD_SYSTEM_ONLY","features":[3]},{"name":"ERROR_DS_CANT_ADD_TO_GC","features":[3]},{"name":"ERROR_DS_CANT_CACHE_ATT","features":[3]},{"name":"ERROR_DS_CANT_CACHE_CLASS","features":[3]},{"name":"ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC","features":[3]},{"name":"ERROR_DS_CANT_CREATE_UNDER_SCHEMA","features":[3]},{"name":"ERROR_DS_CANT_DELETE","features":[3]},{"name":"ERROR_DS_CANT_DELETE_DSA_OBJ","features":[3]},{"name":"ERROR_DS_CANT_DEL_MASTER_CROSSREF","features":[3]},{"name":"ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC","features":[3]},{"name":"ERROR_DS_CANT_DEREF_ALIAS","features":[3]},{"name":"ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN","features":[3]},{"name":"ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF","features":[3]},{"name":"ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN","features":[3]},{"name":"ERROR_DS_CANT_FIND_DSA_OBJ","features":[3]},{"name":"ERROR_DS_CANT_FIND_EXPECTED_NC","features":[3]},{"name":"ERROR_DS_CANT_FIND_NC_IN_CACHE","features":[3]},{"name":"ERROR_DS_CANT_MIX_MASTER_AND_REPS","features":[3]},{"name":"ERROR_DS_CANT_MOD_OBJ_CLASS","features":[3]},{"name":"ERROR_DS_CANT_MOD_PRIMARYGROUPID","features":[3]},{"name":"ERROR_DS_CANT_MOD_SYSTEM_ONLY","features":[3]},{"name":"ERROR_DS_CANT_MOVE_ACCOUNT_GROUP","features":[3]},{"name":"ERROR_DS_CANT_MOVE_APP_BASIC_GROUP","features":[3]},{"name":"ERROR_DS_CANT_MOVE_APP_QUERY_GROUP","features":[3]},{"name":"ERROR_DS_CANT_MOVE_DELETED_OBJECT","features":[3]},{"name":"ERROR_DS_CANT_MOVE_RESOURCE_GROUP","features":[3]},{"name":"ERROR_DS_CANT_ON_NON_LEAF","features":[3]},{"name":"ERROR_DS_CANT_ON_RDN","features":[3]},{"name":"ERROR_DS_CANT_REMOVE_ATT_CACHE","features":[3]},{"name":"ERROR_DS_CANT_REMOVE_CLASS_CACHE","features":[3]},{"name":"ERROR_DS_CANT_REM_MISSING_ATT","features":[3]},{"name":"ERROR_DS_CANT_REM_MISSING_ATT_VAL","features":[3]},{"name":"ERROR_DS_CANT_REPLACE_HIDDEN_REC","features":[3]},{"name":"ERROR_DS_CANT_RETRIEVE_ATTS","features":[3]},{"name":"ERROR_DS_CANT_RETRIEVE_CHILD","features":[3]},{"name":"ERROR_DS_CANT_RETRIEVE_DN","features":[3]},{"name":"ERROR_DS_CANT_RETRIEVE_INSTANCE","features":[3]},{"name":"ERROR_DS_CANT_RETRIEVE_SD","features":[3]},{"name":"ERROR_DS_CANT_START","features":[3]},{"name":"ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ","features":[3]},{"name":"ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS","features":[3]},{"name":"ERROR_DS_CHILDREN_EXIST","features":[3]},{"name":"ERROR_DS_CLASS_MUST_BE_CONCRETE","features":[3]},{"name":"ERROR_DS_CLASS_NOT_DSA","features":[3]},{"name":"ERROR_DS_CLIENT_LOOP","features":[3]},{"name":"ERROR_DS_CODE_INCONSISTENCY","features":[3]},{"name":"ERROR_DS_COMPARE_FALSE","features":[3]},{"name":"ERROR_DS_COMPARE_TRUE","features":[3]},{"name":"ERROR_DS_CONFIDENTIALITY_REQUIRED","features":[3]},{"name":"ERROR_DS_CONFIG_PARAM_MISSING","features":[3]},{"name":"ERROR_DS_CONSTRAINT_VIOLATION","features":[3]},{"name":"ERROR_DS_CONSTRUCTED_ATT_MOD","features":[3]},{"name":"ERROR_DS_CONTROL_NOT_FOUND","features":[3]},{"name":"ERROR_DS_COULDNT_CONTACT_FSMO","features":[3]},{"name":"ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE","features":[3]},{"name":"ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE","features":[3]},{"name":"ERROR_DS_COULDNT_UPDATE_SPNS","features":[3]},{"name":"ERROR_DS_COUNTING_AB_INDICES_FAILED","features":[3]},{"name":"ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD","features":[3]},{"name":"ERROR_DS_CROSS_DOM_MOVE_ERROR","features":[3]},{"name":"ERROR_DS_CROSS_NC_DN_RENAME","features":[3]},{"name":"ERROR_DS_CROSS_REF_BUSY","features":[3]},{"name":"ERROR_DS_CROSS_REF_EXISTS","features":[3]},{"name":"ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE","features":[3]},{"name":"ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2","features":[3]},{"name":"ERROR_DS_DATABASE_ERROR","features":[3]},{"name":"ERROR_DS_DECODING_ERROR","features":[3]},{"name":"ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED","features":[3]},{"name":"ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST","features":[3]},{"name":"ERROR_DS_DIFFERENT_REPL_EPOCHS","features":[3]},{"name":"ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER","features":[3]},{"name":"ERROR_DS_DISALLOWED_NC_REDIRECT","features":[3]},{"name":"ERROR_DS_DNS_LOOKUP_FAILURE","features":[3]},{"name":"ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST","features":[3]},{"name":"ERROR_DS_DOMAIN_RENAME_IN_PROGRESS","features":[3]},{"name":"ERROR_DS_DOMAIN_VERSION_TOO_HIGH","features":[3]},{"name":"ERROR_DS_DOMAIN_VERSION_TOO_LOW","features":[3]},{"name":"ERROR_DS_DRA_ABANDON_SYNC","features":[3]},{"name":"ERROR_DS_DRA_ACCESS_DENIED","features":[3]},{"name":"ERROR_DS_DRA_BAD_DN","features":[3]},{"name":"ERROR_DS_DRA_BAD_INSTANCE_TYPE","features":[3]},{"name":"ERROR_DS_DRA_BAD_NC","features":[3]},{"name":"ERROR_DS_DRA_BUSY","features":[3]},{"name":"ERROR_DS_DRA_CONNECTION_FAILED","features":[3]},{"name":"ERROR_DS_DRA_CORRUPT_UTD_VECTOR","features":[3]},{"name":"ERROR_DS_DRA_DB_ERROR","features":[3]},{"name":"ERROR_DS_DRA_DN_EXISTS","features":[3]},{"name":"ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT","features":[3]},{"name":"ERROR_DS_DRA_EXTN_CONNECTION_FAILED","features":[3]},{"name":"ERROR_DS_DRA_GENERIC","features":[3]},{"name":"ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET","features":[3]},{"name":"ERROR_DS_DRA_INCONSISTENT_DIT","features":[3]},{"name":"ERROR_DS_DRA_INTERNAL_ERROR","features":[3]},{"name":"ERROR_DS_DRA_INVALID_PARAMETER","features":[3]},{"name":"ERROR_DS_DRA_MAIL_PROBLEM","features":[3]},{"name":"ERROR_DS_DRA_MISSING_KRBTGT_SECRET","features":[3]},{"name":"ERROR_DS_DRA_MISSING_PARENT","features":[3]},{"name":"ERROR_DS_DRA_NAME_COLLISION","features":[3]},{"name":"ERROR_DS_DRA_NOT_SUPPORTED","features":[3]},{"name":"ERROR_DS_DRA_NO_REPLICA","features":[3]},{"name":"ERROR_DS_DRA_OBJ_IS_REP_SOURCE","features":[3]},{"name":"ERROR_DS_DRA_OBJ_NC_MISMATCH","features":[3]},{"name":"ERROR_DS_DRA_OUT_OF_MEM","features":[3]},{"name":"ERROR_DS_DRA_OUT_SCHEDULE_WINDOW","features":[3]},{"name":"ERROR_DS_DRA_PREEMPTED","features":[3]},{"name":"ERROR_DS_DRA_RECYCLED_TARGET","features":[3]},{"name":"ERROR_DS_DRA_REF_ALREADY_EXISTS","features":[3]},{"name":"ERROR_DS_DRA_REF_NOT_FOUND","features":[3]},{"name":"ERROR_DS_DRA_REPL_PENDING","features":[3]},{"name":"ERROR_DS_DRA_RPC_CANCELLED","features":[3]},{"name":"ERROR_DS_DRA_SCHEMA_CONFLICT","features":[3]},{"name":"ERROR_DS_DRA_SCHEMA_INFO_SHIP","features":[3]},{"name":"ERROR_DS_DRA_SCHEMA_MISMATCH","features":[3]},{"name":"ERROR_DS_DRA_SECRETS_DENIED","features":[3]},{"name":"ERROR_DS_DRA_SHUTDOWN","features":[3]},{"name":"ERROR_DS_DRA_SINK_DISABLED","features":[3]},{"name":"ERROR_DS_DRA_SOURCE_DISABLED","features":[3]},{"name":"ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA","features":[3]},{"name":"ERROR_DS_DRA_SOURCE_REINSTALLED","features":[3]},{"name":"ERROR_DS_DRS_EXTENSIONS_CHANGED","features":[3]},{"name":"ERROR_DS_DSA_MUST_BE_INT_MASTER","features":[3]},{"name":"ERROR_DS_DST_DOMAIN_NOT_NATIVE","features":[3]},{"name":"ERROR_DS_DST_NC_MISMATCH","features":[3]},{"name":"ERROR_DS_DS_REQUIRED","features":[3]},{"name":"ERROR_DS_DUPLICATE_ID_FOUND","features":[3]},{"name":"ERROR_DS_DUP_LDAP_DISPLAY_NAME","features":[3]},{"name":"ERROR_DS_DUP_LINK_ID","features":[3]},{"name":"ERROR_DS_DUP_MAPI_ID","features":[3]},{"name":"ERROR_DS_DUP_MSDS_INTID","features":[3]},{"name":"ERROR_DS_DUP_OID","features":[3]},{"name":"ERROR_DS_DUP_RDN","features":[3]},{"name":"ERROR_DS_DUP_SCHEMA_ID_GUID","features":[3]},{"name":"ERROR_DS_ENCODING_ERROR","features":[3]},{"name":"ERROR_DS_EPOCH_MISMATCH","features":[3]},{"name":"ERROR_DS_EXISTING_AD_CHILD_NC","features":[3]},{"name":"ERROR_DS_EXISTS_IN_AUX_CLS","features":[3]},{"name":"ERROR_DS_EXISTS_IN_MAY_HAVE","features":[3]},{"name":"ERROR_DS_EXISTS_IN_MUST_HAVE","features":[3]},{"name":"ERROR_DS_EXISTS_IN_POSS_SUP","features":[3]},{"name":"ERROR_DS_EXISTS_IN_RDNATTID","features":[3]},{"name":"ERROR_DS_EXISTS_IN_SUB_CLS","features":[3]},{"name":"ERROR_DS_FILTER_UNKNOWN","features":[3]},{"name":"ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS","features":[3]},{"name":"ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST","features":[3]},{"name":"ERROR_DS_FOREST_VERSION_TOO_HIGH","features":[3]},{"name":"ERROR_DS_FOREST_VERSION_TOO_LOW","features":[3]},{"name":"ERROR_DS_GCVERIFY_ERROR","features":[3]},{"name":"ERROR_DS_GC_NOT_AVAILABLE","features":[3]},{"name":"ERROR_DS_GC_REQUIRED","features":[3]},{"name":"ERROR_DS_GENERIC_ERROR","features":[3]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER","features":[3]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER","features":[3]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER","features":[3]},{"name":"ERROR_DS_GOVERNSID_MISSING","features":[3]},{"name":"ERROR_DS_GROUP_CONVERSION_ERROR","features":[3]},{"name":"ERROR_DS_HAVE_PRIMARY_MEMBERS","features":[3]},{"name":"ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED","features":[3]},{"name":"ERROR_DS_HIERARCHY_TABLE_TOO_DEEP","features":[3]},{"name":"ERROR_DS_HIGH_ADLDS_FFL","features":[3]},{"name":"ERROR_DS_HIGH_DSA_VERSION","features":[3]},{"name":"ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD","features":[3]},{"name":"ERROR_DS_ILLEGAL_MOD_OPERATION","features":[3]},{"name":"ERROR_DS_ILLEGAL_SUPERIOR","features":[3]},{"name":"ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION","features":[3]},{"name":"ERROR_DS_INAPPROPRIATE_AUTH","features":[3]},{"name":"ERROR_DS_INAPPROPRIATE_MATCHING","features":[3]},{"name":"ERROR_DS_INCOMPATIBLE_CONTROLS_USED","features":[3]},{"name":"ERROR_DS_INCOMPATIBLE_VERSION","features":[3]},{"name":"ERROR_DS_INCORRECT_ROLE_OWNER","features":[3]},{"name":"ERROR_DS_INIT_FAILURE","features":[3]},{"name":"ERROR_DS_INIT_FAILURE_CONSOLE","features":[3]},{"name":"ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE","features":[3]},{"name":"ERROR_DS_INSTALL_NO_SRC_SCH_VERSION","features":[3]},{"name":"ERROR_DS_INSTALL_SCHEMA_MISMATCH","features":[3]},{"name":"ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT","features":[3]},{"name":"ERROR_DS_INSUFF_ACCESS_RIGHTS","features":[3]},{"name":"ERROR_DS_INTERNAL_FAILURE","features":[3]},{"name":"ERROR_DS_INVALID_ATTRIBUTE_SYNTAX","features":[3]},{"name":"ERROR_DS_INVALID_DMD","features":[3]},{"name":"ERROR_DS_INVALID_DN_SYNTAX","features":[3]},{"name":"ERROR_DS_INVALID_GROUP_TYPE","features":[3]},{"name":"ERROR_DS_INVALID_LDAP_DISPLAY_NAME","features":[3]},{"name":"ERROR_DS_INVALID_NAME_FOR_SPN","features":[3]},{"name":"ERROR_DS_INVALID_ROLE_OWNER","features":[3]},{"name":"ERROR_DS_INVALID_SCRIPT","features":[3]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG","features":[3]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE","features":[3]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG_TUPLE","features":[3]},{"name":"ERROR_DS_IS_LEAF","features":[3]},{"name":"ERROR_DS_KEY_NOT_UNIQUE","features":[3]},{"name":"ERROR_DS_LDAP_SEND_QUEUE_FULL","features":[3]},{"name":"ERROR_DS_LINK_ID_NOT_AVAILABLE","features":[3]},{"name":"ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER","features":[3]},{"name":"ERROR_DS_LOCAL_ERROR","features":[3]},{"name":"ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY","features":[3]},{"name":"ERROR_DS_LOOP_DETECT","features":[3]},{"name":"ERROR_DS_LOW_ADLDS_FFL","features":[3]},{"name":"ERROR_DS_LOW_DSA_VERSION","features":[3]},{"name":"ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4","features":[3]},{"name":"ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED","features":[3]},{"name":"ERROR_DS_MAPI_ID_NOT_AVAILABLE","features":[3]},{"name":"ERROR_DS_MASTERDSA_REQUIRED","features":[3]},{"name":"ERROR_DS_MAX_OBJ_SIZE_EXCEEDED","features":[3]},{"name":"ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY","features":[3]},{"name":"ERROR_DS_MISSING_EXPECTED_ATT","features":[3]},{"name":"ERROR_DS_MISSING_FOREST_TRUST","features":[3]},{"name":"ERROR_DS_MISSING_FSMO_SETTINGS","features":[3]},{"name":"ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER","features":[3]},{"name":"ERROR_DS_MISSING_REQUIRED_ATT","features":[3]},{"name":"ERROR_DS_MISSING_SUPREF","features":[3]},{"name":"ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG","features":[3]},{"name":"ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE","features":[3]},{"name":"ERROR_DS_MODIFYDN_WRONG_GRANDPARENT","features":[3]},{"name":"ERROR_DS_MUST_BE_RUN_ON_DST_DC","features":[3]},{"name":"ERROR_DS_NAME_ERROR_DOMAIN_ONLY","features":[3]},{"name":"ERROR_DS_NAME_ERROR_NOT_FOUND","features":[3]},{"name":"ERROR_DS_NAME_ERROR_NOT_UNIQUE","features":[3]},{"name":"ERROR_DS_NAME_ERROR_NO_MAPPING","features":[3]},{"name":"ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING","features":[3]},{"name":"ERROR_DS_NAME_ERROR_RESOLVING","features":[3]},{"name":"ERROR_DS_NAME_ERROR_TRUST_REFERRAL","features":[3]},{"name":"ERROR_DS_NAME_NOT_UNIQUE","features":[3]},{"name":"ERROR_DS_NAME_REFERENCE_INVALID","features":[3]},{"name":"ERROR_DS_NAME_TOO_LONG","features":[3]},{"name":"ERROR_DS_NAME_TOO_MANY_PARTS","features":[3]},{"name":"ERROR_DS_NAME_TYPE_UNKNOWN","features":[3]},{"name":"ERROR_DS_NAME_UNPARSEABLE","features":[3]},{"name":"ERROR_DS_NAME_VALUE_TOO_LONG","features":[3]},{"name":"ERROR_DS_NAMING_MASTER_GC","features":[3]},{"name":"ERROR_DS_NAMING_VIOLATION","features":[3]},{"name":"ERROR_DS_NCNAME_MISSING_CR_REF","features":[3]},{"name":"ERROR_DS_NCNAME_MUST_BE_NC","features":[3]},{"name":"ERROR_DS_NC_MUST_HAVE_NC_PARENT","features":[3]},{"name":"ERROR_DS_NC_STILL_HAS_DSAS","features":[3]},{"name":"ERROR_DS_NONEXISTENT_MAY_HAVE","features":[3]},{"name":"ERROR_DS_NONEXISTENT_MUST_HAVE","features":[3]},{"name":"ERROR_DS_NONEXISTENT_POSS_SUP","features":[3]},{"name":"ERROR_DS_NONSAFE_SCHEMA_CHANGE","features":[3]},{"name":"ERROR_DS_NON_ASQ_SEARCH","features":[3]},{"name":"ERROR_DS_NON_BASE_SEARCH","features":[3]},{"name":"ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX","features":[3]},{"name":"ERROR_DS_NOT_AN_OBJECT","features":[3]},{"name":"ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC","features":[3]},{"name":"ERROR_DS_NOT_CLOSEST","features":[3]},{"name":"ERROR_DS_NOT_INSTALLED","features":[3]},{"name":"ERROR_DS_NOT_ON_BACKLINK","features":[3]},{"name":"ERROR_DS_NOT_SUPPORTED","features":[3]},{"name":"ERROR_DS_NOT_SUPPORTED_SORT_ORDER","features":[3]},{"name":"ERROR_DS_NO_ATTRIBUTE_OR_VALUE","features":[3]},{"name":"ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN","features":[3]},{"name":"ERROR_DS_NO_CHAINED_EVAL","features":[3]},{"name":"ERROR_DS_NO_CHAINING","features":[3]},{"name":"ERROR_DS_NO_CHECKPOINT_WITH_PDC","features":[3]},{"name":"ERROR_DS_NO_CROSSREF_FOR_NC","features":[3]},{"name":"ERROR_DS_NO_DELETED_NAME","features":[3]},{"name":"ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS","features":[3]},{"name":"ERROR_DS_NO_MORE_RIDS","features":[3]},{"name":"ERROR_DS_NO_MSDS_INTID","features":[3]},{"name":"ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN","features":[3]},{"name":"ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN","features":[3]},{"name":"ERROR_DS_NO_NTDSA_OBJECT","features":[3]},{"name":"ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC","features":[3]},{"name":"ERROR_DS_NO_PARENT_OBJECT","features":[3]},{"name":"ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION","features":[3]},{"name":"ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA","features":[3]},{"name":"ERROR_DS_NO_REF_DOMAIN","features":[3]},{"name":"ERROR_DS_NO_REQUESTED_ATTS_FOUND","features":[3]},{"name":"ERROR_DS_NO_RESULTS_RETURNED","features":[3]},{"name":"ERROR_DS_NO_RIDS_ALLOCATED","features":[3]},{"name":"ERROR_DS_NO_SERVER_OBJECT","features":[3]},{"name":"ERROR_DS_NO_SUCH_OBJECT","features":[3]},{"name":"ERROR_DS_NO_TREE_DELETE_ABOVE_NC","features":[3]},{"name":"ERROR_DS_NTDSCRIPT_PROCESS_ERROR","features":[3]},{"name":"ERROR_DS_NTDSCRIPT_SYNTAX_ERROR","features":[3]},{"name":"ERROR_DS_OBJECT_BEING_REMOVED","features":[3]},{"name":"ERROR_DS_OBJECT_CLASS_REQUIRED","features":[3]},{"name":"ERROR_DS_OBJECT_RESULTS_TOO_LARGE","features":[3]},{"name":"ERROR_DS_OBJ_CLASS_NOT_DEFINED","features":[3]},{"name":"ERROR_DS_OBJ_CLASS_NOT_SUBCLASS","features":[3]},{"name":"ERROR_DS_OBJ_CLASS_VIOLATION","features":[3]},{"name":"ERROR_DS_OBJ_GUID_EXISTS","features":[3]},{"name":"ERROR_DS_OBJ_NOT_FOUND","features":[3]},{"name":"ERROR_DS_OBJ_STRING_NAME_EXISTS","features":[3]},{"name":"ERROR_DS_OBJ_TOO_LARGE","features":[3]},{"name":"ERROR_DS_OFFSET_RANGE_ERROR","features":[3]},{"name":"ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS","features":[3]},{"name":"ERROR_DS_OID_NOT_FOUND","features":[3]},{"name":"ERROR_DS_OPERATIONS_ERROR","features":[3]},{"name":"ERROR_DS_OUT_OF_SCOPE","features":[3]},{"name":"ERROR_DS_OUT_OF_VERSION_STORE","features":[3]},{"name":"ERROR_DS_PARAM_ERROR","features":[3]},{"name":"ERROR_DS_PARENT_IS_AN_ALIAS","features":[3]},{"name":"ERROR_DS_PDC_OPERATION_IN_PROGRESS","features":[3]},{"name":"ERROR_DS_PER_ATTRIBUTE_AUTHZ_FAILED_DURING_ADD","features":[3]},{"name":"ERROR_DS_POLICY_NOT_KNOWN","features":[3]},{"name":"ERROR_DS_PROTOCOL_ERROR","features":[3]},{"name":"ERROR_DS_RANGE_CONSTRAINT","features":[3]},{"name":"ERROR_DS_RDN_DOESNT_MATCH_SCHEMA","features":[3]},{"name":"ERROR_DS_RECALCSCHEMA_FAILED","features":[3]},{"name":"ERROR_DS_REFERRAL","features":[3]},{"name":"ERROR_DS_REFERRAL_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_DS_REFUSING_FSMO_ROLES","features":[3]},{"name":"ERROR_DS_REMOTE_CROSSREF_OP_FAILED","features":[3]},{"name":"ERROR_DS_REPLICATOR_ONLY","features":[3]},{"name":"ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR","features":[3]},{"name":"ERROR_DS_REPL_LIFETIME_EXCEEDED","features":[3]},{"name":"ERROR_DS_RESERVED_LINK_ID","features":[3]},{"name":"ERROR_DS_RESERVED_MAPI_ID","features":[3]},{"name":"ERROR_DS_RIDMGR_DISABLED","features":[3]},{"name":"ERROR_DS_RIDMGR_INIT_ERROR","features":[3]},{"name":"ERROR_DS_ROLE_NOT_VERIFIED","features":[3]},{"name":"ERROR_DS_ROOT_CANT_BE_SUBREF","features":[3]},{"name":"ERROR_DS_ROOT_MUST_BE_NC","features":[3]},{"name":"ERROR_DS_ROOT_REQUIRES_CLASS_TOP","features":[3]},{"name":"ERROR_DS_SAM_INIT_FAILURE","features":[3]},{"name":"ERROR_DS_SAM_INIT_FAILURE_CONSOLE","features":[3]},{"name":"ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY","features":[3]},{"name":"ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD","features":[3]},{"name":"ERROR_DS_SCHEMA_ALLOC_FAILED","features":[3]},{"name":"ERROR_DS_SCHEMA_NOT_LOADED","features":[3]},{"name":"ERROR_DS_SCHEMA_UPDATE_DISALLOWED","features":[3]},{"name":"ERROR_DS_SECURITY_CHECKING_ERROR","features":[3]},{"name":"ERROR_DS_SECURITY_ILLEGAL_MODIFY","features":[3]},{"name":"ERROR_DS_SEC_DESC_INVALID","features":[3]},{"name":"ERROR_DS_SEC_DESC_TOO_SHORT","features":[3]},{"name":"ERROR_DS_SEMANTIC_ATT_TEST","features":[3]},{"name":"ERROR_DS_SENSITIVE_GROUP_VIOLATION","features":[3]},{"name":"ERROR_DS_SERVER_DOWN","features":[3]},{"name":"ERROR_DS_SHUTTING_DOWN","features":[3]},{"name":"ERROR_DS_SINGLE_USER_MODE_FAILED","features":[3]},{"name":"ERROR_DS_SINGLE_VALUE_CONSTRAINT","features":[3]},{"name":"ERROR_DS_SIZELIMIT_EXCEEDED","features":[3]},{"name":"ERROR_DS_SORT_CONTROL_MISSING","features":[3]},{"name":"ERROR_DS_SOURCE_AUDITING_NOT_ENABLED","features":[3]},{"name":"ERROR_DS_SOURCE_DOMAIN_IN_FOREST","features":[3]},{"name":"ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST","features":[3]},{"name":"ERROR_DS_SRC_AND_DST_NC_IDENTICAL","features":[3]},{"name":"ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH","features":[3]},{"name":"ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER","features":[3]},{"name":"ERROR_DS_SRC_GUID_MISMATCH","features":[3]},{"name":"ERROR_DS_SRC_NAME_MISMATCH","features":[3]},{"name":"ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER","features":[3]},{"name":"ERROR_DS_SRC_SID_EXISTS_IN_FOREST","features":[3]},{"name":"ERROR_DS_STRING_SD_CONVERSION_FAILED","features":[3]},{"name":"ERROR_DS_STRONG_AUTH_REQUIRED","features":[3]},{"name":"ERROR_DS_SUBREF_MUST_HAVE_PARENT","features":[3]},{"name":"ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD","features":[3]},{"name":"ERROR_DS_SUB_CLS_TEST_FAIL","features":[3]},{"name":"ERROR_DS_SYNTAX_MISMATCH","features":[3]},{"name":"ERROR_DS_THREAD_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_DS_TIMELIMIT_EXCEEDED","features":[3]},{"name":"ERROR_DS_TREE_DELETE_NOT_FINISHED","features":[3]},{"name":"ERROR_DS_UNABLE_TO_SURRENDER_ROLES","features":[3]},{"name":"ERROR_DS_UNAVAILABLE","features":[3]},{"name":"ERROR_DS_UNAVAILABLE_CRIT_EXTENSION","features":[3]},{"name":"ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED","features":[3]},{"name":"ERROR_DS_UNICODEPWD_NOT_IN_QUOTES","features":[3]},{"name":"ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER","features":[3]},{"name":"ERROR_DS_UNKNOWN_ERROR","features":[3]},{"name":"ERROR_DS_UNKNOWN_OPERATION","features":[3]},{"name":"ERROR_DS_UNWILLING_TO_PERFORM","features":[3]},{"name":"ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST","features":[3]},{"name":"ERROR_DS_USER_BUFFER_TO_SMALL","features":[3]},{"name":"ERROR_DS_VALUE_KEY_NOT_UNIQUE","features":[3]},{"name":"ERROR_DS_VERSION_CHECK_FAILURE","features":[3]},{"name":"ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL","features":[3]},{"name":"ERROR_DS_WRONG_LINKED_ATT_SYNTAX","features":[3]},{"name":"ERROR_DS_WRONG_OM_OBJ_CLASS","features":[3]},{"name":"ERROR_DUPLICATE_FOUND","features":[3]},{"name":"ERROR_DUPLICATE_PRIVILEGES","features":[3]},{"name":"ERROR_DUPLICATE_SERVICE_NAME","features":[3]},{"name":"ERROR_DUPLICATE_TAG","features":[3]},{"name":"ERROR_DUP_DOMAINNAME","features":[3]},{"name":"ERROR_DUP_NAME","features":[3]},{"name":"ERROR_DYNAMIC_CODE_BLOCKED","features":[3]},{"name":"ERROR_DYNLINK_FROM_INVALID_RING","features":[3]},{"name":"ERROR_EAS_DIDNT_FIT","features":[3]},{"name":"ERROR_EAS_NOT_SUPPORTED","features":[3]},{"name":"ERROR_EA_ACCESS_DENIED","features":[3]},{"name":"ERROR_EA_FILE_CORRUPT","features":[3]},{"name":"ERROR_EA_LIST_INCONSISTENT","features":[3]},{"name":"ERROR_EA_TABLE_FULL","features":[3]},{"name":"ERROR_EC_CIRCULAR_FORWARDING","features":[3]},{"name":"ERROR_EC_CREDSTORE_FULL","features":[3]},{"name":"ERROR_EC_CRED_NOT_FOUND","features":[3]},{"name":"ERROR_EC_LOG_DISABLED","features":[3]},{"name":"ERROR_EC_NO_ACTIVE_CHANNEL","features":[3]},{"name":"ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE","features":[3]},{"name":"ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED","features":[3]},{"name":"ERROR_EDP_POLICY_DENIES_OPERATION","features":[3]},{"name":"ERROR_EFS_ALG_BLOB_TOO_BIG","features":[3]},{"name":"ERROR_EFS_DISABLED","features":[3]},{"name":"ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION","features":[3]},{"name":"ERROR_EFS_SERVER_NOT_TRUSTED","features":[3]},{"name":"ERROR_EFS_VERSION_NOT_SUPPORT","features":[3]},{"name":"ERROR_ELEVATION_REQUIRED","features":[3]},{"name":"ERROR_EMPTY","features":[3]},{"name":"ERROR_ENCLAVE_FAILURE","features":[3]},{"name":"ERROR_ENCLAVE_NOT_TERMINATED","features":[3]},{"name":"ERROR_ENCLAVE_VIOLATION","features":[3]},{"name":"ERROR_ENCRYPTED_FILE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_ENCRYPTED_IO_NOT_POSSIBLE","features":[3]},{"name":"ERROR_ENCRYPTING_METADATA_DISALLOWED","features":[3]},{"name":"ERROR_ENCRYPTION_DISABLED","features":[3]},{"name":"ERROR_ENCRYPTION_FAILED","features":[3]},{"name":"ERROR_ENCRYPTION_POLICY_DENIES_OPERATION","features":[3]},{"name":"ERROR_END_OF_MEDIA","features":[3]},{"name":"ERROR_ENLISTMENT_NOT_FOUND","features":[3]},{"name":"ERROR_ENLISTMENT_NOT_SUPERIOR","features":[3]},{"name":"ERROR_ENVVAR_NOT_FOUND","features":[3]},{"name":"ERROR_EOM_OVERFLOW","features":[3]},{"name":"ERROR_ERRORS_ENCOUNTERED","features":[3]},{"name":"ERROR_EVALUATION_EXPIRATION","features":[3]},{"name":"ERROR_EVENTLOG_CANT_START","features":[3]},{"name":"ERROR_EVENTLOG_FILE_CHANGED","features":[3]},{"name":"ERROR_EVENTLOG_FILE_CORRUPT","features":[3]},{"name":"ERROR_EVENT_DONE","features":[3]},{"name":"ERROR_EVENT_PENDING","features":[3]},{"name":"ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY","features":[3]},{"name":"ERROR_EVT_CHANNEL_CANNOT_ACTIVATE","features":[3]},{"name":"ERROR_EVT_CHANNEL_NOT_FOUND","features":[3]},{"name":"ERROR_EVT_CONFIGURATION_ERROR","features":[3]},{"name":"ERROR_EVT_EVENT_DEFINITION_NOT_FOUND","features":[3]},{"name":"ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND","features":[3]},{"name":"ERROR_EVT_FILTER_ALREADYSCOPED","features":[3]},{"name":"ERROR_EVT_FILTER_INVARG","features":[3]},{"name":"ERROR_EVT_FILTER_INVTEST","features":[3]},{"name":"ERROR_EVT_FILTER_INVTYPE","features":[3]},{"name":"ERROR_EVT_FILTER_NOTELTSET","features":[3]},{"name":"ERROR_EVT_FILTER_OUT_OF_RANGE","features":[3]},{"name":"ERROR_EVT_FILTER_PARSEERR","features":[3]},{"name":"ERROR_EVT_FILTER_TOO_COMPLEX","features":[3]},{"name":"ERROR_EVT_FILTER_UNEXPECTEDTOKEN","features":[3]},{"name":"ERROR_EVT_FILTER_UNSUPPORTEDOP","features":[3]},{"name":"ERROR_EVT_INVALID_CHANNEL_PATH","features":[3]},{"name":"ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE","features":[3]},{"name":"ERROR_EVT_INVALID_EVENT_DATA","features":[3]},{"name":"ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL","features":[3]},{"name":"ERROR_EVT_INVALID_PUBLISHER_NAME","features":[3]},{"name":"ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE","features":[3]},{"name":"ERROR_EVT_INVALID_QUERY","features":[3]},{"name":"ERROR_EVT_MALFORMED_XML_TEXT","features":[3]},{"name":"ERROR_EVT_MAX_INSERTS_REACHED","features":[3]},{"name":"ERROR_EVT_MESSAGE_ID_NOT_FOUND","features":[3]},{"name":"ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND","features":[3]},{"name":"ERROR_EVT_MESSAGE_NOT_FOUND","features":[3]},{"name":"ERROR_EVT_NON_VALIDATING_MSXML","features":[3]},{"name":"ERROR_EVT_PUBLISHER_DISABLED","features":[3]},{"name":"ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND","features":[3]},{"name":"ERROR_EVT_QUERY_RESULT_INVALID_POSITION","features":[3]},{"name":"ERROR_EVT_QUERY_RESULT_STALE","features":[3]},{"name":"ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL","features":[3]},{"name":"ERROR_EVT_UNRESOLVED_PARAMETER_INSERT","features":[3]},{"name":"ERROR_EVT_UNRESOLVED_VALUE_INSERT","features":[3]},{"name":"ERROR_EVT_VERSION_TOO_NEW","features":[3]},{"name":"ERROR_EVT_VERSION_TOO_OLD","features":[3]},{"name":"ERROR_EXCEPTION_IN_RESOURCE_CALL","features":[3]},{"name":"ERROR_EXCEPTION_IN_SERVICE","features":[3]},{"name":"ERROR_EXCL_SEM_ALREADY_OWNED","features":[3]},{"name":"ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY","features":[3]},{"name":"ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY","features":[3]},{"name":"ERROR_EXE_MACHINE_TYPE_MISMATCH","features":[3]},{"name":"ERROR_EXE_MARKED_INVALID","features":[3]},{"name":"ERROR_EXPECTED_SECTION_NAME","features":[3]},{"name":"ERROR_EXPIRED_HANDLE","features":[3]},{"name":"ERROR_EXTENDED_ERROR","features":[3]},{"name":"ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN","features":[3]},{"name":"ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED","features":[3]},{"name":"ERROR_EXTRANEOUS_INFORMATION","features":[3]},{"name":"ERROR_FAILED_DRIVER_ENTRY","features":[3]},{"name":"ERROR_FAILED_SERVICE_CONTROLLER_CONNECT","features":[3]},{"name":"ERROR_FAIL_FAST_EXCEPTION","features":[3]},{"name":"ERROR_FAIL_I24","features":[3]},{"name":"ERROR_FAIL_NOACTION_REBOOT","features":[3]},{"name":"ERROR_FAIL_REBOOT_INITIATED","features":[3]},{"name":"ERROR_FAIL_REBOOT_REQUIRED","features":[3]},{"name":"ERROR_FAIL_RESTART","features":[3]},{"name":"ERROR_FAIL_SHUTDOWN","features":[3]},{"name":"ERROR_FATAL_APP_EXIT","features":[3]},{"name":"ERROR_FILEMARK_DETECTED","features":[3]},{"name":"ERROR_FILENAME_EXCED_RANGE","features":[3]},{"name":"ERROR_FILEQUEUE_LOCKED","features":[3]},{"name":"ERROR_FILE_CHECKED_OUT","features":[3]},{"name":"ERROR_FILE_CORRUPT","features":[3]},{"name":"ERROR_FILE_ENCRYPTED","features":[3]},{"name":"ERROR_FILE_EXISTS","features":[3]},{"name":"ERROR_FILE_HANDLE_REVOKED","features":[3]},{"name":"ERROR_FILE_HASH_NOT_IN_CATALOG","features":[3]},{"name":"ERROR_FILE_IDENTITY_NOT_PERSISTENT","features":[3]},{"name":"ERROR_FILE_INVALID","features":[3]},{"name":"ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED","features":[3]},{"name":"ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS","features":[3]},{"name":"ERROR_FILE_NOT_ENCRYPTED","features":[3]},{"name":"ERROR_FILE_NOT_FOUND","features":[3]},{"name":"ERROR_FILE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_FILE_OFFLINE","features":[3]},{"name":"ERROR_FILE_PROTECTED_UNDER_DPL","features":[3]},{"name":"ERROR_FILE_READ_ONLY","features":[3]},{"name":"ERROR_FILE_SHARE_RESOURCE_CONFLICT","features":[3]},{"name":"ERROR_FILE_SNAP_INVALID_PARAMETER","features":[3]},{"name":"ERROR_FILE_SNAP_IN_PROGRESS","features":[3]},{"name":"ERROR_FILE_SNAP_IO_NOT_COORDINATED","features":[3]},{"name":"ERROR_FILE_SNAP_MODIFY_NOT_SUPPORTED","features":[3]},{"name":"ERROR_FILE_SNAP_UNEXPECTED_ERROR","features":[3]},{"name":"ERROR_FILE_SNAP_USER_SECTION_NOT_SUPPORTED","features":[3]},{"name":"ERROR_FILE_SYSTEM_LIMITATION","features":[3]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY","features":[3]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION","features":[3]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT","features":[3]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN","features":[3]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE","features":[3]},{"name":"ERROR_FILE_TOO_LARGE","features":[3]},{"name":"ERROR_FIRMWARE_UPDATED","features":[3]},{"name":"ERROR_FLOATED_SECTION","features":[3]},{"name":"ERROR_FLOAT_MULTIPLE_FAULTS","features":[3]},{"name":"ERROR_FLOAT_MULTIPLE_TRAPS","features":[3]},{"name":"ERROR_FLOPPY_BAD_REGISTERS","features":[3]},{"name":"ERROR_FLOPPY_ID_MARK_NOT_FOUND","features":[3]},{"name":"ERROR_FLOPPY_UNKNOWN_ERROR","features":[3]},{"name":"ERROR_FLOPPY_VOLUME","features":[3]},{"name":"ERROR_FLOPPY_WRONG_CYLINDER","features":[3]},{"name":"ERROR_FLT_ALREADY_ENLISTED","features":[3]},{"name":"ERROR_FLT_CBDQ_DISABLED","features":[3]},{"name":"ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND","features":[3]},{"name":"ERROR_FLT_CONTEXT_ALREADY_DEFINED","features":[3]},{"name":"ERROR_FLT_CONTEXT_ALREADY_LINKED","features":[3]},{"name":"ERROR_FLT_DELETING_OBJECT","features":[3]},{"name":"ERROR_FLT_DISALLOW_FAST_IO","features":[3]},{"name":"ERROR_FLT_DO_NOT_ATTACH","features":[3]},{"name":"ERROR_FLT_DO_NOT_DETACH","features":[3]},{"name":"ERROR_FLT_DUPLICATE_ENTRY","features":[3]},{"name":"ERROR_FLT_FILTER_NOT_FOUND","features":[3]},{"name":"ERROR_FLT_FILTER_NOT_READY","features":[3]},{"name":"ERROR_FLT_INSTANCE_ALTITUDE_COLLISION","features":[3]},{"name":"ERROR_FLT_INSTANCE_NAME_COLLISION","features":[3]},{"name":"ERROR_FLT_INSTANCE_NOT_FOUND","features":[3]},{"name":"ERROR_FLT_INTERNAL_ERROR","features":[3]},{"name":"ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST","features":[3]},{"name":"ERROR_FLT_INVALID_CONTEXT_REGISTRATION","features":[3]},{"name":"ERROR_FLT_INVALID_NAME_REQUEST","features":[3]},{"name":"ERROR_FLT_IO_COMPLETE","features":[3]},{"name":"ERROR_FLT_MUST_BE_NONPAGED_POOL","features":[3]},{"name":"ERROR_FLT_NAME_CACHE_MISS","features":[3]},{"name":"ERROR_FLT_NOT_INITIALIZED","features":[3]},{"name":"ERROR_FLT_NOT_SAFE_TO_POST_OPERATION","features":[3]},{"name":"ERROR_FLT_NO_DEVICE_OBJECT","features":[3]},{"name":"ERROR_FLT_NO_HANDLER_DEFINED","features":[3]},{"name":"ERROR_FLT_NO_WAITER_FOR_REPLY","features":[3]},{"name":"ERROR_FLT_POST_OPERATION_CLEANUP","features":[3]},{"name":"ERROR_FLT_REGISTRATION_BUSY","features":[3]},{"name":"ERROR_FLT_VOLUME_ALREADY_MOUNTED","features":[3]},{"name":"ERROR_FLT_VOLUME_NOT_FOUND","features":[3]},{"name":"ERROR_FLT_WCOS_NOT_SUPPORTED","features":[3]},{"name":"ERROR_FORMS_AUTH_REQUIRED","features":[3]},{"name":"ERROR_FOUND_OUT_OF_SCOPE","features":[3]},{"name":"ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY","features":[3]},{"name":"ERROR_FS_DRIVER_REQUIRED","features":[3]},{"name":"ERROR_FS_GUID_MISMATCH","features":[3]},{"name":"ERROR_FS_METADATA_INCONSISTENT","features":[3]},{"name":"ERROR_FT_DI_SCAN_REQUIRED","features":[3]},{"name":"ERROR_FT_READ_FAILURE","features":[3]},{"name":"ERROR_FT_READ_FROM_COPY_FAILURE","features":[3]},{"name":"ERROR_FT_READ_RECOVERY_FROM_BACKUP","features":[3]},{"name":"ERROR_FT_WRITE_FAILURE","features":[3]},{"name":"ERROR_FT_WRITE_RECOVERY","features":[3]},{"name":"ERROR_FULLSCREEN_MODE","features":[3]},{"name":"ERROR_FULL_BACKUP","features":[3]},{"name":"ERROR_FUNCTION_FAILED","features":[3]},{"name":"ERROR_FUNCTION_NOT_CALLED","features":[3]},{"name":"ERROR_GDI_HANDLE_LEAK","features":[3]},{"name":"ERROR_GENERAL_SYNTAX","features":[3]},{"name":"ERROR_GENERIC_COMMAND_FAILED","features":[3]},{"name":"ERROR_GENERIC_NOT_MAPPED","features":[3]},{"name":"ERROR_GEN_FAILURE","features":[3]},{"name":"ERROR_GLOBAL_ONLY_HOOK","features":[3]},{"name":"ERROR_GPIO_CLIENT_INFORMATION_INVALID","features":[3]},{"name":"ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE","features":[3]},{"name":"ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED","features":[3]},{"name":"ERROR_GPIO_INVALID_REGISTRATION_PACKET","features":[3]},{"name":"ERROR_GPIO_OPERATION_DENIED","features":[3]},{"name":"ERROR_GPIO_VERSION_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRACEFUL_DISCONNECT","features":[3]},{"name":"ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED","features":[3]},{"name":"ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY","features":[3]},{"name":"ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE","features":[3]},{"name":"ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET","features":[3]},{"name":"ERROR_GRAPHICS_ADAPTER_WAS_RESET","features":[3]},{"name":"ERROR_GRAPHICS_ALLOCATION_BUSY","features":[3]},{"name":"ERROR_GRAPHICS_ALLOCATION_CLOSED","features":[3]},{"name":"ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST","features":[3]},{"name":"ERROR_GRAPHICS_ALLOCATION_INVALID","features":[3]},{"name":"ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION","features":[3]},{"name":"ERROR_GRAPHICS_CANNOTCOLORCONVERT","features":[3]},{"name":"ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN","features":[3]},{"name":"ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION","features":[3]},{"name":"ERROR_GRAPHICS_CANT_LOCK_MEMORY","features":[3]},{"name":"ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION","features":[3]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED","features":[3]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON","features":[3]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED","features":[3]},{"name":"ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET","features":[3]},{"name":"ERROR_GRAPHICS_COPP_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_DATASET_IS_EMPTY","features":[3]},{"name":"ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE","features":[3]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_DATA","features":[3]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM","features":[3]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND","features":[3]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH","features":[3]},{"name":"ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE","features":[3]},{"name":"ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS","features":[3]},{"name":"ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP","features":[3]},{"name":"ERROR_GRAPHICS_DRIVER_MISMATCH","features":[3]},{"name":"ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION","features":[3]},{"name":"ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET","features":[3]},{"name":"ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET","features":[3]},{"name":"ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE","features":[3]},{"name":"ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST","features":[3]},{"name":"ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA","features":[3]},{"name":"ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA","features":[3]},{"name":"ERROR_GRAPHICS_I2C_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT","features":[3]},{"name":"ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE","features":[3]},{"name":"ERROR_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN","features":[3]},{"name":"ERROR_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED","features":[3]},{"name":"ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER","features":[3]},{"name":"ERROR_GRAPHICS_INTERNAL_ERROR","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_ACTIVE_REGION","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_CLIENT_TYPE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_COLORBASIS","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_DRIVER_MODEL","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_FREQUENCY","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_GAMMA_RAMP","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_PIXELFORMAT","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_POINTER","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_STRIDE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_TOTAL_REGION","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON","features":[3]},{"name":"ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE","features":[3]},{"name":"ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED","features":[3]},{"name":"ERROR_GRAPHICS_LEADLINK_START_DEFERRED","features":[3]},{"name":"ERROR_GRAPHICS_LINK_CONFIGURATION_IN_PROGRESS","features":[3]},{"name":"ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED","features":[3]},{"name":"ERROR_GRAPHICS_MCA_INTERNAL_ERROR","features":[3]},{"name":"ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING","features":[3]},{"name":"ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED","features":[3]},{"name":"ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION","features":[3]},{"name":"ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH","features":[3]},{"name":"ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION","features":[3]},{"name":"ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE","features":[3]},{"name":"ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION","features":[3]},{"name":"ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET","features":[3]},{"name":"ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE","features":[3]},{"name":"ERROR_GRAPHICS_MODE_NOT_IN_MODESET","features":[3]},{"name":"ERROR_GRAPHICS_MODE_NOT_PINNED","features":[3]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET","features":[3]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE","features":[3]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET","features":[3]},{"name":"ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER","features":[3]},{"name":"ERROR_GRAPHICS_MONITOR_NOT_CONNECTED","features":[3]},{"name":"ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS","features":[3]},{"name":"ERROR_GRAPHICS_MPO_ALLOCATION_UNPINNED","features":[3]},{"name":"ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER","features":[3]},{"name":"ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER","features":[3]},{"name":"ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER","features":[3]},{"name":"ERROR_GRAPHICS_NO_ACTIVE_VIDPN","features":[3]},{"name":"ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS","features":[3]},{"name":"ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET","features":[3]},{"name":"ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME","features":[3]},{"name":"ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT","features":[3]},{"name":"ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE","features":[3]},{"name":"ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET","features":[3]},{"name":"ERROR_GRAPHICS_NO_PREFERRED_MODE","features":[3]},{"name":"ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN","features":[3]},{"name":"ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY","features":[3]},{"name":"ERROR_GRAPHICS_NO_VIDEO_MEMORY","features":[3]},{"name":"ERROR_GRAPHICS_NO_VIDPNMGR","features":[3]},{"name":"ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE","features":[3]},{"name":"ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR","features":[3]},{"name":"ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET","features":[3]},{"name":"ERROR_GRAPHICS_OPM_INTERNAL_ERROR","features":[3]},{"name":"ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST","features":[3]},{"name":"ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS","features":[3]},{"name":"ERROR_GRAPHICS_OPM_INVALID_HANDLE","features":[3]},{"name":"ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST","features":[3]},{"name":"ERROR_GRAPHICS_OPM_INVALID_SRM","features":[3]},{"name":"ERROR_GRAPHICS_OPM_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST","features":[3]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP","features":[3]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA","features":[3]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP","features":[3]},{"name":"ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH","features":[3]},{"name":"ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[3]},{"name":"ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED","features":[3]},{"name":"ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED","features":[3]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS","features":[3]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS","features":[3]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS","features":[3]},{"name":"ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL","features":[3]},{"name":"ERROR_GRAPHICS_PARTIAL_DATA_POPULATED","features":[3]},{"name":"ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY","features":[3]},{"name":"ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED","features":[3]},{"name":"ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY","features":[3]},{"name":"ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET","features":[3]},{"name":"ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY","features":[3]},{"name":"ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND","features":[3]},{"name":"ERROR_GRAPHICS_PRESENT_DENIED","features":[3]},{"name":"ERROR_GRAPHICS_PRESENT_INVALID_WINDOW","features":[3]},{"name":"ERROR_GRAPHICS_PRESENT_MODE_CHANGED","features":[3]},{"name":"ERROR_GRAPHICS_PRESENT_OCCLUDED","features":[3]},{"name":"ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED","features":[3]},{"name":"ERROR_GRAPHICS_PRESENT_UNOCCLUDED","features":[3]},{"name":"ERROR_GRAPHICS_PVP_HFS_FAILED","features":[3]},{"name":"ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH","features":[3]},{"name":"ERROR_GRAPHICS_RESOURCES_NOT_RELATED","features":[3]},{"name":"ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[3]},{"name":"ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION","features":[3]},{"name":"ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET","features":[3]},{"name":"ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE","features":[3]},{"name":"ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY","features":[3]},{"name":"ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED","features":[3]},{"name":"ERROR_GRAPHICS_STALE_MODESET","features":[3]},{"name":"ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY","features":[3]},{"name":"ERROR_GRAPHICS_START_DEFERRED","features":[3]},{"name":"ERROR_GRAPHICS_TARGET_ALREADY_IN_SET","features":[3]},{"name":"ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE","features":[3]},{"name":"ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY","features":[3]},{"name":"ERROR_GRAPHICS_TOO_MANY_REFERENCES","features":[3]},{"name":"ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED","features":[3]},{"name":"ERROR_GRAPHICS_TRY_AGAIN_LATER","features":[3]},{"name":"ERROR_GRAPHICS_TRY_AGAIN_NOW","features":[3]},{"name":"ERROR_GRAPHICS_UAB_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS","features":[3]},{"name":"ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS","features":[3]},{"name":"ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE","features":[3]},{"name":"ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_COMPOSITION_WINDOW_DPI_MESSAGE","features":[3]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_CREATE_SUPERWETINK_MESSAGE","features":[3]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_DESTROY_SUPERWETINK_MESSAGE","features":[3]},{"name":"ERROR_GRAPHICS_VAIL_STATE_CHANGED","features":[3]},{"name":"ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES","features":[3]},{"name":"ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[3]},{"name":"ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED","features":[3]},{"name":"ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE","features":[3]},{"name":"ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED","features":[3]},{"name":"ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE","features":[3]},{"name":"ERROR_GROUPSET_CANT_PROVIDE","features":[3]},{"name":"ERROR_GROUPSET_NOT_AVAILABLE","features":[3]},{"name":"ERROR_GROUPSET_NOT_FOUND","features":[3]},{"name":"ERROR_GROUP_EXISTS","features":[3]},{"name":"ERROR_GROUP_NOT_AVAILABLE","features":[3]},{"name":"ERROR_GROUP_NOT_FOUND","features":[3]},{"name":"ERROR_GROUP_NOT_ONLINE","features":[3]},{"name":"ERROR_GUID_SUBSTITUTION_MADE","features":[3]},{"name":"ERROR_HANDLES_CLOSED","features":[3]},{"name":"ERROR_HANDLE_DISK_FULL","features":[3]},{"name":"ERROR_HANDLE_EOF","features":[3]},{"name":"ERROR_HANDLE_NO_LONGER_VALID","features":[3]},{"name":"ERROR_HANDLE_REVOKED","features":[3]},{"name":"ERROR_HASH_NOT_PRESENT","features":[3]},{"name":"ERROR_HASH_NOT_SUPPORTED","features":[3]},{"name":"ERROR_HAS_SYSTEM_CRITICAL_FILES","features":[3]},{"name":"ERROR_HEURISTIC_DAMAGE_POSSIBLE","features":[3]},{"name":"ERROR_HIBERNATED","features":[3]},{"name":"ERROR_HIBERNATION_FAILURE","features":[3]},{"name":"ERROR_HOOK_NEEDS_HMOD","features":[3]},{"name":"ERROR_HOOK_NOT_INSTALLED","features":[3]},{"name":"ERROR_HOOK_TYPE_NOT_ALLOWED","features":[3]},{"name":"ERROR_HOST_DOWN","features":[3]},{"name":"ERROR_HOST_NODE_NOT_AVAILABLE","features":[3]},{"name":"ERROR_HOST_NODE_NOT_GROUP_OWNER","features":[3]},{"name":"ERROR_HOST_NODE_NOT_RESOURCE_OWNER","features":[3]},{"name":"ERROR_HOST_UNREACHABLE","features":[3]},{"name":"ERROR_HOTKEY_ALREADY_REGISTERED","features":[3]},{"name":"ERROR_HOTKEY_NOT_REGISTERED","features":[3]},{"name":"ERROR_HUNG_DISPLAY_DRIVER_THREAD","features":[3]},{"name":"ERROR_HV_ACCESS_DENIED","features":[3]},{"name":"ERROR_HV_ACKNOWLEDGED","features":[3]},{"name":"ERROR_HV_CPUID_FEATURE_VALIDATION","features":[3]},{"name":"ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION","features":[3]},{"name":"ERROR_HV_DEVICE_NOT_IN_DOMAIN","features":[3]},{"name":"ERROR_HV_EVENT_BUFFER_ALREADY_FREED","features":[3]},{"name":"ERROR_HV_FEATURE_UNAVAILABLE","features":[3]},{"name":"ERROR_HV_INACTIVE","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_BUFFER","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_BUFFERS","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_MEMORY","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_MEMORY_MIRRORING","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_ROOT_MEMORY","features":[3]},{"name":"ERROR_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING","features":[3]},{"name":"ERROR_HV_INVALID_ALIGNMENT","features":[3]},{"name":"ERROR_HV_INVALID_CONNECTION_ID","features":[3]},{"name":"ERROR_HV_INVALID_CPU_GROUP_ID","features":[3]},{"name":"ERROR_HV_INVALID_CPU_GROUP_STATE","features":[3]},{"name":"ERROR_HV_INVALID_DEVICE_ID","features":[3]},{"name":"ERROR_HV_INVALID_DEVICE_STATE","features":[3]},{"name":"ERROR_HV_INVALID_HYPERCALL_CODE","features":[3]},{"name":"ERROR_HV_INVALID_HYPERCALL_INPUT","features":[3]},{"name":"ERROR_HV_INVALID_LP_INDEX","features":[3]},{"name":"ERROR_HV_INVALID_PARAMETER","features":[3]},{"name":"ERROR_HV_INVALID_PARTITION_ID","features":[3]},{"name":"ERROR_HV_INVALID_PARTITION_STATE","features":[3]},{"name":"ERROR_HV_INVALID_PORT_ID","features":[3]},{"name":"ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO","features":[3]},{"name":"ERROR_HV_INVALID_REGISTER_VALUE","features":[3]},{"name":"ERROR_HV_INVALID_SAVE_RESTORE_STATE","features":[3]},{"name":"ERROR_HV_INVALID_SYNIC_STATE","features":[3]},{"name":"ERROR_HV_INVALID_VP_INDEX","features":[3]},{"name":"ERROR_HV_INVALID_VP_STATE","features":[3]},{"name":"ERROR_HV_INVALID_VTL_STATE","features":[3]},{"name":"ERROR_HV_MSR_ACCESS_FAILED","features":[3]},{"name":"ERROR_HV_NESTED_VM_EXIT","features":[3]},{"name":"ERROR_HV_NOT_ACKNOWLEDGED","features":[3]},{"name":"ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE","features":[3]},{"name":"ERROR_HV_NOT_PRESENT","features":[3]},{"name":"ERROR_HV_NO_DATA","features":[3]},{"name":"ERROR_HV_NO_RESOURCES","features":[3]},{"name":"ERROR_HV_NX_NOT_DETECTED","features":[3]},{"name":"ERROR_HV_OBJECT_IN_USE","features":[3]},{"name":"ERROR_HV_OPERATION_DENIED","features":[3]},{"name":"ERROR_HV_OPERATION_FAILED","features":[3]},{"name":"ERROR_HV_PAGE_REQUEST_INVALID","features":[3]},{"name":"ERROR_HV_PARTITION_TOO_DEEP","features":[3]},{"name":"ERROR_HV_PENDING_PAGE_REQUESTS","features":[3]},{"name":"ERROR_HV_PROCESSOR_STARTUP_TIMEOUT","features":[3]},{"name":"ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE","features":[3]},{"name":"ERROR_HV_SMX_ENABLED","features":[3]},{"name":"ERROR_HV_UNKNOWN_PROPERTY","features":[3]},{"name":"ERROR_HWNDS_HAVE_DIFF_PARENT","features":[3]},{"name":"ERROR_ICM_NOT_ENABLED","features":[3]},{"name":"ERROR_IDLE_DISCONNECTED","features":[3]},{"name":"ERROR_IEPORT_FULL","features":[3]},{"name":"ERROR_ILLEGAL_CHARACTER","features":[3]},{"name":"ERROR_ILLEGAL_DLL_RELOCATION","features":[3]},{"name":"ERROR_ILLEGAL_ELEMENT_ADDRESS","features":[3]},{"name":"ERROR_ILLEGAL_FLOAT_CONTEXT","features":[3]},{"name":"ERROR_ILL_FORMED_PASSWORD","features":[3]},{"name":"ERROR_IMAGE_AT_DIFFERENT_BASE","features":[3]},{"name":"ERROR_IMAGE_MACHINE_TYPE_MISMATCH","features":[3]},{"name":"ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE","features":[3]},{"name":"ERROR_IMAGE_NOT_AT_BASE","features":[3]},{"name":"ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT","features":[3]},{"name":"ERROR_IMPLEMENTATION_LIMIT","features":[3]},{"name":"ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED","features":[3]},{"name":"ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE","features":[3]},{"name":"ERROR_INCOMPATIBLE_SERVICE_SID_TYPE","features":[3]},{"name":"ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING","features":[3]},{"name":"ERROR_INCORRECT_ACCOUNT_TYPE","features":[3]},{"name":"ERROR_INCORRECT_ADDRESS","features":[3]},{"name":"ERROR_INCORRECT_SIZE","features":[3]},{"name":"ERROR_INC_BACKUP","features":[3]},{"name":"ERROR_INDEX_ABSENT","features":[3]},{"name":"ERROR_INDEX_OUT_OF_BOUNDS","features":[3]},{"name":"ERROR_INDIGENOUS_TYPE","features":[3]},{"name":"ERROR_INDOUBT_TRANSACTIONS_EXIST","features":[3]},{"name":"ERROR_INFLOOP_IN_RELOC_CHAIN","features":[3]},{"name":"ERROR_INF_IN_USE_BY_DEVICES","features":[3]},{"name":"ERROR_INSTALL_ALREADY_RUNNING","features":[3]},{"name":"ERROR_INSTALL_CANCEL","features":[3]},{"name":"ERROR_INSTALL_DEREGISTRATION_FAILURE","features":[3]},{"name":"ERROR_INSTALL_FAILED","features":[3]},{"name":"ERROR_INSTALL_FAILURE","features":[3]},{"name":"ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING","features":[3]},{"name":"ERROR_INSTALL_FULLTRUST_HOSTRUNTIME_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY","features":[3]},{"name":"ERROR_INSTALL_INVALID_PACKAGE","features":[3]},{"name":"ERROR_INSTALL_INVALID_RELATED_SET_UPDATE","features":[3]},{"name":"ERROR_INSTALL_LANGUAGE_UNSUPPORTED","features":[3]},{"name":"ERROR_INSTALL_LOG_FAILURE","features":[3]},{"name":"ERROR_INSTALL_NETWORK_FAILURE","features":[3]},{"name":"ERROR_INSTALL_NOTUSED","features":[3]},{"name":"ERROR_INSTALL_OPEN_PACKAGE_FAILED","features":[3]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE","features":[3]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE","features":[3]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY","features":[3]},{"name":"ERROR_INSTALL_OUT_OF_DISK_SPACE","features":[3]},{"name":"ERROR_INSTALL_PACKAGE_DOWNGRADE","features":[3]},{"name":"ERROR_INSTALL_PACKAGE_INVALID","features":[3]},{"name":"ERROR_INSTALL_PACKAGE_NOT_FOUND","features":[3]},{"name":"ERROR_INSTALL_PACKAGE_OPEN_FAILED","features":[3]},{"name":"ERROR_INSTALL_PACKAGE_REJECTED","features":[3]},{"name":"ERROR_INSTALL_PACKAGE_VERSION","features":[3]},{"name":"ERROR_INSTALL_PLATFORM_UNSUPPORTED","features":[3]},{"name":"ERROR_INSTALL_POLICY_FAILURE","features":[3]},{"name":"ERROR_INSTALL_PREREQUISITE_FAILED","features":[3]},{"name":"ERROR_INSTALL_REGISTRATION_FAILURE","features":[3]},{"name":"ERROR_INSTALL_REJECTED","features":[3]},{"name":"ERROR_INSTALL_REMOTE_DISALLOWED","features":[3]},{"name":"ERROR_INSTALL_REMOTE_PROHIBITED","features":[3]},{"name":"ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED","features":[3]},{"name":"ERROR_INSTALL_RESOLVE_HOSTRUNTIME_DEPENDENCY_FAILED","features":[3]},{"name":"ERROR_INSTALL_SERVICE_FAILURE","features":[3]},{"name":"ERROR_INSTALL_SERVICE_SAFEBOOT","features":[3]},{"name":"ERROR_INSTALL_SOURCE_ABSENT","features":[3]},{"name":"ERROR_INSTALL_SUSPEND","features":[3]},{"name":"ERROR_INSTALL_TEMP_UNWRITABLE","features":[3]},{"name":"ERROR_INSTALL_TRANSFORM_FAILURE","features":[3]},{"name":"ERROR_INSTALL_TRANSFORM_REJECTED","features":[3]},{"name":"ERROR_INSTALL_UI_FAILURE","features":[3]},{"name":"ERROR_INSTALL_USEREXIT","features":[3]},{"name":"ERROR_INSTALL_VOLUME_CORRUPT","features":[3]},{"name":"ERROR_INSTALL_VOLUME_NOT_EMPTY","features":[3]},{"name":"ERROR_INSTALL_VOLUME_OFFLINE","features":[3]},{"name":"ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE","features":[3]},{"name":"ERROR_INSTRUCTION_MISALIGNMENT","features":[3]},{"name":"ERROR_INSUFFICIENT_BUFFER","features":[3]},{"name":"ERROR_INSUFFICIENT_LOGON_INFO","features":[3]},{"name":"ERROR_INSUFFICIENT_POWER","features":[3]},{"name":"ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE","features":[3]},{"name":"ERROR_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES","features":[3]},{"name":"ERROR_INTERFACE_ALREADY_EXISTS","features":[3]},{"name":"ERROR_INTERFACE_CONFIGURATION","features":[3]},{"name":"ERROR_INTERFACE_CONNECTED","features":[3]},{"name":"ERROR_INTERFACE_DEVICE_ACTIVE","features":[3]},{"name":"ERROR_INTERFACE_DEVICE_REMOVED","features":[3]},{"name":"ERROR_INTERFACE_DISABLED","features":[3]},{"name":"ERROR_INTERFACE_DISCONNECTED","features":[3]},{"name":"ERROR_INTERFACE_HAS_NO_DEVICES","features":[3]},{"name":"ERROR_INTERFACE_NOT_CONNECTED","features":[3]},{"name":"ERROR_INTERFACE_UNREACHABLE","features":[3]},{"name":"ERROR_INTERMIXED_KERNEL_EA_OPERATION","features":[3]},{"name":"ERROR_INTERNAL_DB_CORRUPTION","features":[3]},{"name":"ERROR_INTERNAL_DB_ERROR","features":[3]},{"name":"ERROR_INTERNAL_ERROR","features":[3]},{"name":"ERROR_INTERRUPT_STILL_CONNECTED","features":[3]},{"name":"ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED","features":[3]},{"name":"ERROR_INVALID_ACCEL_HANDLE","features":[3]},{"name":"ERROR_INVALID_ACCESS","features":[3]},{"name":"ERROR_INVALID_ACCOUNT_NAME","features":[3]},{"name":"ERROR_INVALID_ACE_CONDITION","features":[3]},{"name":"ERROR_INVALID_ACL","features":[3]},{"name":"ERROR_INVALID_ADDRESS","features":[3]},{"name":"ERROR_INVALID_ATTRIBUTE_LENGTH","features":[3]},{"name":"ERROR_INVALID_AT_INTERRUPT_TIME","features":[3]},{"name":"ERROR_INVALID_BLOCK","features":[3]},{"name":"ERROR_INVALID_BLOCK_LENGTH","features":[3]},{"name":"ERROR_INVALID_CAP","features":[3]},{"name":"ERROR_INVALID_CATEGORY","features":[3]},{"name":"ERROR_INVALID_CLASS","features":[3]},{"name":"ERROR_INVALID_CLASS_INSTALLER","features":[3]},{"name":"ERROR_INVALID_CLEANER","features":[3]},{"name":"ERROR_INVALID_CLUSTER_IPV6_ADDRESS","features":[3]},{"name":"ERROR_INVALID_CMM","features":[3]},{"name":"ERROR_INVALID_COINSTALLER","features":[3]},{"name":"ERROR_INVALID_COLORINDEX","features":[3]},{"name":"ERROR_INVALID_COLORSPACE","features":[3]},{"name":"ERROR_INVALID_COMBOBOX_MESSAGE","features":[3]},{"name":"ERROR_INVALID_COMMAND_LINE","features":[3]},{"name":"ERROR_INVALID_COMPUTERNAME","features":[3]},{"name":"ERROR_INVALID_CONFIG_VALUE","features":[3]},{"name":"ERROR_INVALID_CRUNTIME_PARAMETER","features":[3]},{"name":"ERROR_INVALID_CURSOR_HANDLE","features":[3]},{"name":"ERROR_INVALID_DATA","features":[3]},{"name":"ERROR_INVALID_DATATYPE","features":[3]},{"name":"ERROR_INVALID_DEVICE_OBJECT_PARAMETER","features":[3]},{"name":"ERROR_INVALID_DEVINST_NAME","features":[3]},{"name":"ERROR_INVALID_DLL","features":[3]},{"name":"ERROR_INVALID_DOMAINNAME","features":[3]},{"name":"ERROR_INVALID_DOMAIN_ROLE","features":[3]},{"name":"ERROR_INVALID_DOMAIN_STATE","features":[3]},{"name":"ERROR_INVALID_DRIVE","features":[3]},{"name":"ERROR_INVALID_DRIVE_OBJECT","features":[3]},{"name":"ERROR_INVALID_DWP_HANDLE","features":[3]},{"name":"ERROR_INVALID_EA_HANDLE","features":[3]},{"name":"ERROR_INVALID_EA_NAME","features":[3]},{"name":"ERROR_INVALID_EDIT_HEIGHT","features":[3]},{"name":"ERROR_INVALID_ENVIRONMENT","features":[3]},{"name":"ERROR_INVALID_EVENTNAME","features":[3]},{"name":"ERROR_INVALID_EVENT_COUNT","features":[3]},{"name":"ERROR_INVALID_EXCEPTION_HANDLER","features":[3]},{"name":"ERROR_INVALID_EXE_SIGNATURE","features":[3]},{"name":"ERROR_INVALID_FIELD","features":[3]},{"name":"ERROR_INVALID_FIELD_IN_PARAMETER_LIST","features":[3]},{"name":"ERROR_INVALID_FILTER_DRIVER","features":[3]},{"name":"ERROR_INVALID_FILTER_PROC","features":[3]},{"name":"ERROR_INVALID_FLAGS","features":[3]},{"name":"ERROR_INVALID_FLAG_NUMBER","features":[3]},{"name":"ERROR_INVALID_FORM_NAME","features":[3]},{"name":"ERROR_INVALID_FORM_SIZE","features":[3]},{"name":"ERROR_INVALID_FUNCTION","features":[3]},{"name":"ERROR_INVALID_GROUPNAME","features":[3]},{"name":"ERROR_INVALID_GROUP_ATTRIBUTES","features":[3]},{"name":"ERROR_INVALID_GW_COMMAND","features":[3]},{"name":"ERROR_INVALID_HANDLE","features":[3]},{"name":"ERROR_INVALID_HANDLE_STATE","features":[3]},{"name":"ERROR_INVALID_HOOK_FILTER","features":[3]},{"name":"ERROR_INVALID_HOOK_HANDLE","features":[3]},{"name":"ERROR_INVALID_HWPROFILE","features":[3]},{"name":"ERROR_INVALID_HW_PROFILE","features":[3]},{"name":"ERROR_INVALID_ICON_HANDLE","features":[3]},{"name":"ERROR_INVALID_ID_AUTHORITY","features":[3]},{"name":"ERROR_INVALID_IMAGE_HASH","features":[3]},{"name":"ERROR_INVALID_IMPORT_OF_NON_DLL","features":[3]},{"name":"ERROR_INVALID_INDEX","features":[3]},{"name":"ERROR_INVALID_INF_LOGCONFIG","features":[3]},{"name":"ERROR_INVALID_KERNEL_INFO_VERSION","features":[3]},{"name":"ERROR_INVALID_KEYBOARD_HANDLE","features":[3]},{"name":"ERROR_INVALID_LABEL","features":[3]},{"name":"ERROR_INVALID_LB_MESSAGE","features":[3]},{"name":"ERROR_INVALID_LDT_DESCRIPTOR","features":[3]},{"name":"ERROR_INVALID_LDT_OFFSET","features":[3]},{"name":"ERROR_INVALID_LDT_SIZE","features":[3]},{"name":"ERROR_INVALID_LEVEL","features":[3]},{"name":"ERROR_INVALID_LIBRARY","features":[3]},{"name":"ERROR_INVALID_LIST_FORMAT","features":[3]},{"name":"ERROR_INVALID_LOCK_RANGE","features":[3]},{"name":"ERROR_INVALID_LOGON_HOURS","features":[3]},{"name":"ERROR_INVALID_LOGON_TYPE","features":[3]},{"name":"ERROR_INVALID_MACHINENAME","features":[3]},{"name":"ERROR_INVALID_MEDIA","features":[3]},{"name":"ERROR_INVALID_MEDIA_POOL","features":[3]},{"name":"ERROR_INVALID_MEMBER","features":[3]},{"name":"ERROR_INVALID_MENU_HANDLE","features":[3]},{"name":"ERROR_INVALID_MESSAGE","features":[3]},{"name":"ERROR_INVALID_MESSAGEDEST","features":[3]},{"name":"ERROR_INVALID_MESSAGENAME","features":[3]},{"name":"ERROR_INVALID_MINALLOCSIZE","features":[3]},{"name":"ERROR_INVALID_MODULETYPE","features":[3]},{"name":"ERROR_INVALID_MONITOR_HANDLE","features":[3]},{"name":"ERROR_INVALID_MSGBOX_STYLE","features":[3]},{"name":"ERROR_INVALID_NAME","features":[3]},{"name":"ERROR_INVALID_NETNAME","features":[3]},{"name":"ERROR_INVALID_OPERATION","features":[3]},{"name":"ERROR_INVALID_OPERATION_ON_QUORUM","features":[3]},{"name":"ERROR_INVALID_OPLOCK_PROTOCOL","features":[3]},{"name":"ERROR_INVALID_ORDINAL","features":[3]},{"name":"ERROR_INVALID_OWNER","features":[3]},{"name":"ERROR_INVALID_PACKAGE_SID_LENGTH","features":[3]},{"name":"ERROR_INVALID_PACKET","features":[3]},{"name":"ERROR_INVALID_PACKET_LENGTH_OR_ID","features":[3]},{"name":"ERROR_INVALID_PARAMETER","features":[3]},{"name":"ERROR_INVALID_PASSWORD","features":[3]},{"name":"ERROR_INVALID_PASSWORDNAME","features":[3]},{"name":"ERROR_INVALID_PATCH_XML","features":[3]},{"name":"ERROR_INVALID_PEP_INFO_VERSION","features":[3]},{"name":"ERROR_INVALID_PIXEL_FORMAT","features":[3]},{"name":"ERROR_INVALID_PLUGPLAY_DEVICE_PATH","features":[3]},{"name":"ERROR_INVALID_PORT_ATTRIBUTES","features":[3]},{"name":"ERROR_INVALID_PRIMARY_GROUP","features":[3]},{"name":"ERROR_INVALID_PRINTER_COMMAND","features":[3]},{"name":"ERROR_INVALID_PRINTER_DRIVER_MANIFEST","features":[3]},{"name":"ERROR_INVALID_PRINTER_NAME","features":[3]},{"name":"ERROR_INVALID_PRINTER_STATE","features":[3]},{"name":"ERROR_INVALID_PRINT_MONITOR","features":[3]},{"name":"ERROR_INVALID_PRIORITY","features":[3]},{"name":"ERROR_INVALID_PROFILE","features":[3]},{"name":"ERROR_INVALID_PROPPAGE_PROVIDER","features":[3]},{"name":"ERROR_INVALID_QUOTA_LOWER","features":[3]},{"name":"ERROR_INVALID_RADIUS_RESPONSE","features":[3]},{"name":"ERROR_INVALID_REFERENCE_STRING","features":[3]},{"name":"ERROR_INVALID_REG_PROPERTY","features":[3]},{"name":"ERROR_INVALID_REPARSE_DATA","features":[3]},{"name":"ERROR_INVALID_RUNLEVEL_SETTING","features":[3]},{"name":"ERROR_INVALID_SCROLLBAR_RANGE","features":[3]},{"name":"ERROR_INVALID_SECURITY_DESCR","features":[3]},{"name":"ERROR_INVALID_SEGDPL","features":[3]},{"name":"ERROR_INVALID_SEGMENT_NUMBER","features":[3]},{"name":"ERROR_INVALID_SEPARATOR_FILE","features":[3]},{"name":"ERROR_INVALID_SERVER_STATE","features":[3]},{"name":"ERROR_INVALID_SERVICENAME","features":[3]},{"name":"ERROR_INVALID_SERVICE_ACCOUNT","features":[3]},{"name":"ERROR_INVALID_SERVICE_CONTROL","features":[3]},{"name":"ERROR_INVALID_SERVICE_LOCK","features":[3]},{"name":"ERROR_INVALID_SHARENAME","features":[3]},{"name":"ERROR_INVALID_SHOWWIN_COMMAND","features":[3]},{"name":"ERROR_INVALID_SID","features":[3]},{"name":"ERROR_INVALID_SIGNAL_NUMBER","features":[3]},{"name":"ERROR_INVALID_SIGNATURE","features":[3]},{"name":"ERROR_INVALID_SIGNATURE_LENGTH","features":[3]},{"name":"ERROR_INVALID_SPI_VALUE","features":[3]},{"name":"ERROR_INVALID_STACKSEG","features":[3]},{"name":"ERROR_INVALID_STAGED_SIGNATURE","features":[3]},{"name":"ERROR_INVALID_STARTING_CODESEG","features":[3]},{"name":"ERROR_INVALID_STATE","features":[3]},{"name":"ERROR_INVALID_SUB_AUTHORITY","features":[3]},{"name":"ERROR_INVALID_TABLE","features":[3]},{"name":"ERROR_INVALID_TARGET","features":[3]},{"name":"ERROR_INVALID_TARGET_HANDLE","features":[3]},{"name":"ERROR_INVALID_TASK_INDEX","features":[3]},{"name":"ERROR_INVALID_TASK_NAME","features":[3]},{"name":"ERROR_INVALID_THREAD_ID","features":[3]},{"name":"ERROR_INVALID_TIME","features":[3]},{"name":"ERROR_INVALID_TOKEN","features":[3]},{"name":"ERROR_INVALID_TRANSACTION","features":[3]},{"name":"ERROR_INVALID_TRANSFORM","features":[3]},{"name":"ERROR_INVALID_UNWIND_TARGET","features":[3]},{"name":"ERROR_INVALID_USER_BUFFER","features":[3]},{"name":"ERROR_INVALID_USER_PRINCIPAL_NAME","features":[3]},{"name":"ERROR_INVALID_VARIANT","features":[3]},{"name":"ERROR_INVALID_VERIFY_SWITCH","features":[3]},{"name":"ERROR_INVALID_WINDOW_HANDLE","features":[3]},{"name":"ERROR_INVALID_WINDOW_STYLE","features":[3]},{"name":"ERROR_INVALID_WORKSTATION","features":[3]},{"name":"ERROR_IN_WOW64","features":[3]},{"name":"ERROR_IOPL_NOT_ENABLED","features":[3]},{"name":"ERROR_IO_DEVICE","features":[3]},{"name":"ERROR_IO_INCOMPLETE","features":[3]},{"name":"ERROR_IO_PENDING","features":[3]},{"name":"ERROR_IO_PREEMPTED","features":[3]},{"name":"ERROR_IO_PRIVILEGE_FAILED","features":[3]},{"name":"ERROR_IO_REISSUE_AS_CACHED","features":[3]},{"name":"ERROR_IPSEC_AUTH_FIREWALL_DROP","features":[3]},{"name":"ERROR_IPSEC_BAD_SPI","features":[3]},{"name":"ERROR_IPSEC_CLEAR_TEXT_DROP","features":[3]},{"name":"ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND","features":[3]},{"name":"ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND","features":[3]},{"name":"ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND","features":[3]},{"name":"ERROR_IPSEC_DOSP_BLOCK","features":[3]},{"name":"ERROR_IPSEC_DOSP_INVALID_PACKET","features":[3]},{"name":"ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED","features":[3]},{"name":"ERROR_IPSEC_DOSP_MAX_ENTRIES","features":[3]},{"name":"ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES","features":[3]},{"name":"ERROR_IPSEC_DOSP_NOT_INSTALLED","features":[3]},{"name":"ERROR_IPSEC_DOSP_RECEIVED_MULTICAST","features":[3]},{"name":"ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED","features":[3]},{"name":"ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED","features":[3]},{"name":"ERROR_IPSEC_IKE_ATTRIB_FAIL","features":[3]},{"name":"ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE","features":[3]},{"name":"ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY","features":[3]},{"name":"ERROR_IPSEC_IKE_AUTH_FAIL","features":[3]},{"name":"ERROR_IPSEC_IKE_BENIGN_REINIT","features":[3]},{"name":"ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH","features":[3]},{"name":"ERROR_IPSEC_IKE_CGA_AUTH_FAILED","features":[3]},{"name":"ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS","features":[3]},{"name":"ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED","features":[3]},{"name":"ERROR_IPSEC_IKE_CRL_FAILED","features":[3]},{"name":"ERROR_IPSEC_IKE_DECRYPT","features":[3]},{"name":"ERROR_IPSEC_IKE_DH_FAIL","features":[3]},{"name":"ERROR_IPSEC_IKE_DH_FAILURE","features":[3]},{"name":"ERROR_IPSEC_IKE_DOS_COOKIE_SENT","features":[3]},{"name":"ERROR_IPSEC_IKE_DROP_NO_RESPONSE","features":[3]},{"name":"ERROR_IPSEC_IKE_ENCRYPT","features":[3]},{"name":"ERROR_IPSEC_IKE_ERROR","features":[3]},{"name":"ERROR_IPSEC_IKE_FAILQUERYSSP","features":[3]},{"name":"ERROR_IPSEC_IKE_FAILSSPINIT","features":[3]},{"name":"ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR","features":[3]},{"name":"ERROR_IPSEC_IKE_GETSPIFAIL","features":[3]},{"name":"ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_AUTH_ALG","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_CERT_TYPE","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_COOKIE","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_FILTER","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_GROUP","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH_ALG","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH_SIZE","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_HEADER","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_KEY_USAGE","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_MM_FOR_QM","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_PAYLOAD","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_POLICY","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_SIG","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_SIGNATURE","features":[3]},{"name":"ERROR_IPSEC_IKE_INVALID_SITUATION","features":[3]},{"name":"ERROR_IPSEC_IKE_KERBEROS_ERROR","features":[3]},{"name":"ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL","features":[3]},{"name":"ERROR_IPSEC_IKE_LOAD_FAILED","features":[3]},{"name":"ERROR_IPSEC_IKE_LOAD_SOFT_SA","features":[3]},{"name":"ERROR_IPSEC_IKE_MM_ACQUIRE_DROP","features":[3]},{"name":"ERROR_IPSEC_IKE_MM_DELAY_DROP","features":[3]},{"name":"ERROR_IPSEC_IKE_MM_EXPIRED","features":[3]},{"name":"ERROR_IPSEC_IKE_MM_LIMIT","features":[3]},{"name":"ERROR_IPSEC_IKE_NEGOTIATION_DISABLED","features":[3]},{"name":"ERROR_IPSEC_IKE_NEGOTIATION_PENDING","features":[3]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_BEGIN","features":[3]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_END","features":[3]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END","features":[3]},{"name":"ERROR_IPSEC_IKE_NOTCBPRIV","features":[3]},{"name":"ERROR_IPSEC_IKE_NO_CERT","features":[3]},{"name":"ERROR_IPSEC_IKE_NO_MM_POLICY","features":[3]},{"name":"ERROR_IPSEC_IKE_NO_PEER_CERT","features":[3]},{"name":"ERROR_IPSEC_IKE_NO_POLICY","features":[3]},{"name":"ERROR_IPSEC_IKE_NO_PRIVATE_KEY","features":[3]},{"name":"ERROR_IPSEC_IKE_NO_PUBLIC_KEY","features":[3]},{"name":"ERROR_IPSEC_IKE_OUT_OF_MEMORY","features":[3]},{"name":"ERROR_IPSEC_IKE_PEER_CRL_FAILED","features":[3]},{"name":"ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE","features":[3]},{"name":"ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID","features":[3]},{"name":"ERROR_IPSEC_IKE_POLICY_CHANGE","features":[3]},{"name":"ERROR_IPSEC_IKE_POLICY_MATCH","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_CERT","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_DELETE","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_HASH","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_ID","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_KE","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NATOA","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NONCE","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_PROP","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_SA","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_SIG","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_TRANS","features":[3]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR","features":[3]},{"name":"ERROR_IPSEC_IKE_QM_ACQUIRE_DROP","features":[3]},{"name":"ERROR_IPSEC_IKE_QM_DELAY_DROP","features":[3]},{"name":"ERROR_IPSEC_IKE_QM_EXPIRED","features":[3]},{"name":"ERROR_IPSEC_IKE_QM_LIMIT","features":[3]},{"name":"ERROR_IPSEC_IKE_QUEUE_DROP_MM","features":[3]},{"name":"ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM","features":[3]},{"name":"ERROR_IPSEC_IKE_RATELIMIT_DROP","features":[3]},{"name":"ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING","features":[3]},{"name":"ERROR_IPSEC_IKE_RPC_DELETE","features":[3]},{"name":"ERROR_IPSEC_IKE_SA_DELETED","features":[3]},{"name":"ERROR_IPSEC_IKE_SA_REAPED","features":[3]},{"name":"ERROR_IPSEC_IKE_SECLOADFAIL","features":[3]},{"name":"ERROR_IPSEC_IKE_SHUTTING_DOWN","features":[3]},{"name":"ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY","features":[3]},{"name":"ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN","features":[3]},{"name":"ERROR_IPSEC_IKE_SRVACQFAIL","features":[3]},{"name":"ERROR_IPSEC_IKE_SRVQUERYCRED","features":[3]},{"name":"ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE","features":[3]},{"name":"ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE","features":[3]},{"name":"ERROR_IPSEC_IKE_TIMED_OUT","features":[3]},{"name":"ERROR_IPSEC_IKE_TOO_MANY_FILTERS","features":[3]},{"name":"ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID","features":[3]},{"name":"ERROR_IPSEC_IKE_UNKNOWN_DOI","features":[3]},{"name":"ERROR_IPSEC_IKE_UNSUPPORTED_ID","features":[3]},{"name":"ERROR_IPSEC_INTEGRITY_CHECK_FAILED","features":[3]},{"name":"ERROR_IPSEC_INVALID_PACKET","features":[3]},{"name":"ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING","features":[3]},{"name":"ERROR_IPSEC_MM_AUTH_EXISTS","features":[3]},{"name":"ERROR_IPSEC_MM_AUTH_IN_USE","features":[3]},{"name":"ERROR_IPSEC_MM_AUTH_NOT_FOUND","features":[3]},{"name":"ERROR_IPSEC_MM_AUTH_PENDING_DELETION","features":[3]},{"name":"ERROR_IPSEC_MM_FILTER_EXISTS","features":[3]},{"name":"ERROR_IPSEC_MM_FILTER_NOT_FOUND","features":[3]},{"name":"ERROR_IPSEC_MM_FILTER_PENDING_DELETION","features":[3]},{"name":"ERROR_IPSEC_MM_POLICY_EXISTS","features":[3]},{"name":"ERROR_IPSEC_MM_POLICY_IN_USE","features":[3]},{"name":"ERROR_IPSEC_MM_POLICY_NOT_FOUND","features":[3]},{"name":"ERROR_IPSEC_MM_POLICY_PENDING_DELETION","features":[3]},{"name":"ERROR_IPSEC_QM_POLICY_EXISTS","features":[3]},{"name":"ERROR_IPSEC_QM_POLICY_IN_USE","features":[3]},{"name":"ERROR_IPSEC_QM_POLICY_NOT_FOUND","features":[3]},{"name":"ERROR_IPSEC_QM_POLICY_PENDING_DELETION","features":[3]},{"name":"ERROR_IPSEC_REPLAY_CHECK_FAILED","features":[3]},{"name":"ERROR_IPSEC_SA_LIFETIME_EXPIRED","features":[3]},{"name":"ERROR_IPSEC_THROTTLE_DROP","features":[3]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_EXISTS","features":[3]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND","features":[3]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION","features":[3]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_EXISTS","features":[3]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND","features":[3]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION","features":[3]},{"name":"ERROR_IPSEC_WRONG_SA","features":[3]},{"name":"ERROR_IP_ADDRESS_CONFLICT1","features":[3]},{"name":"ERROR_IP_ADDRESS_CONFLICT2","features":[3]},{"name":"ERROR_IRQ_BUSY","features":[3]},{"name":"ERROR_IS_JOINED","features":[3]},{"name":"ERROR_IS_JOIN_PATH","features":[3]},{"name":"ERROR_IS_JOIN_TARGET","features":[3]},{"name":"ERROR_IS_SUBSTED","features":[3]},{"name":"ERROR_IS_SUBST_PATH","features":[3]},{"name":"ERROR_IS_SUBST_TARGET","features":[3]},{"name":"ERROR_ITERATED_DATA_EXCEEDS_64k","features":[3]},{"name":"ERROR_JOB_NO_CONTAINER","features":[3]},{"name":"ERROR_JOIN_TO_JOIN","features":[3]},{"name":"ERROR_JOIN_TO_SUBST","features":[3]},{"name":"ERROR_JOURNAL_DELETE_IN_PROGRESS","features":[3]},{"name":"ERROR_JOURNAL_ENTRY_DELETED","features":[3]},{"name":"ERROR_JOURNAL_HOOK_SET","features":[3]},{"name":"ERROR_JOURNAL_NOT_ACTIVE","features":[3]},{"name":"ERROR_KERNEL_APC","features":[3]},{"name":"ERROR_KEY_DELETED","features":[3]},{"name":"ERROR_KEY_DOES_NOT_EXIST","features":[3]},{"name":"ERROR_KEY_HAS_CHILDREN","features":[3]},{"name":"ERROR_KM_DRIVER_BLOCKED","features":[3]},{"name":"ERROR_LABEL_TOO_LONG","features":[3]},{"name":"ERROR_LAPS_ENCRYPTION_REQUIRES_2016_DFL","features":[3]},{"name":"ERROR_LAPS_LEGACY_SCHEMA_MISSING","features":[3]},{"name":"ERROR_LAPS_SCHEMA_MISSING","features":[3]},{"name":"ERROR_LAST_ADMIN","features":[3]},{"name":"ERROR_LB_WITHOUT_TABSTOPS","features":[3]},{"name":"ERROR_LIBRARY_FULL","features":[3]},{"name":"ERROR_LIBRARY_OFFLINE","features":[3]},{"name":"ERROR_LICENSE_QUOTA_EXCEEDED","features":[3]},{"name":"ERROR_LINE_NOT_FOUND","features":[3]},{"name":"ERROR_LINUX_SUBSYSTEM_NOT_PRESENT","features":[3]},{"name":"ERROR_LINUX_SUBSYSTEM_UPDATE_REQUIRED","features":[3]},{"name":"ERROR_LISTBOX_ID_NOT_FOUND","features":[3]},{"name":"ERROR_LM_CROSS_ENCRYPTION_REQUIRED","features":[3]},{"name":"ERROR_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED","features":[3]},{"name":"ERROR_LOCAL_USER_SESSION_KEY","features":[3]},{"name":"ERROR_LOCKED","features":[3]},{"name":"ERROR_LOCK_FAILED","features":[3]},{"name":"ERROR_LOCK_VIOLATION","features":[3]},{"name":"ERROR_LOGIN_TIME_RESTRICTION","features":[3]},{"name":"ERROR_LOGIN_WKSTA_RESTRICTION","features":[3]},{"name":"ERROR_LOGON_FAILURE","features":[3]},{"name":"ERROR_LOGON_NOT_GRANTED","features":[3]},{"name":"ERROR_LOGON_SERVER_CONFLICT","features":[3]},{"name":"ERROR_LOGON_SESSION_COLLISION","features":[3]},{"name":"ERROR_LOGON_SESSION_EXISTS","features":[3]},{"name":"ERROR_LOGON_TYPE_NOT_GRANTED","features":[3]},{"name":"ERROR_LOG_APPENDED_FLUSH_FAILED","features":[3]},{"name":"ERROR_LOG_ARCHIVE_IN_PROGRESS","features":[3]},{"name":"ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS","features":[3]},{"name":"ERROR_LOG_BLOCKS_EXHAUSTED","features":[3]},{"name":"ERROR_LOG_BLOCK_INCOMPLETE","features":[3]},{"name":"ERROR_LOG_BLOCK_INVALID","features":[3]},{"name":"ERROR_LOG_BLOCK_VERSION","features":[3]},{"name":"ERROR_LOG_CANT_DELETE","features":[3]},{"name":"ERROR_LOG_CLIENT_ALREADY_REGISTERED","features":[3]},{"name":"ERROR_LOG_CLIENT_NOT_REGISTERED","features":[3]},{"name":"ERROR_LOG_CONTAINER_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_LOG_CONTAINER_OPEN_FAILED","features":[3]},{"name":"ERROR_LOG_CONTAINER_READ_FAILED","features":[3]},{"name":"ERROR_LOG_CONTAINER_STATE_INVALID","features":[3]},{"name":"ERROR_LOG_CONTAINER_WRITE_FAILED","features":[3]},{"name":"ERROR_LOG_CORRUPTION_DETECTED","features":[3]},{"name":"ERROR_LOG_DEDICATED","features":[3]},{"name":"ERROR_LOG_EPHEMERAL","features":[3]},{"name":"ERROR_LOG_FILE_FULL","features":[3]},{"name":"ERROR_LOG_FULL","features":[3]},{"name":"ERROR_LOG_FULL_HANDLER_IN_PROGRESS","features":[3]},{"name":"ERROR_LOG_GROWTH_FAILED","features":[3]},{"name":"ERROR_LOG_HARD_ERROR","features":[3]},{"name":"ERROR_LOG_INCONSISTENT_SECURITY","features":[3]},{"name":"ERROR_LOG_INVALID_RANGE","features":[3]},{"name":"ERROR_LOG_METADATA_CORRUPT","features":[3]},{"name":"ERROR_LOG_METADATA_FLUSH_FAILED","features":[3]},{"name":"ERROR_LOG_METADATA_INCONSISTENT","features":[3]},{"name":"ERROR_LOG_METADATA_INVALID","features":[3]},{"name":"ERROR_LOG_MULTIPLEXED","features":[3]},{"name":"ERROR_LOG_NOT_ENOUGH_CONTAINERS","features":[3]},{"name":"ERROR_LOG_NO_RESTART","features":[3]},{"name":"ERROR_LOG_PINNED","features":[3]},{"name":"ERROR_LOG_PINNED_ARCHIVE_TAIL","features":[3]},{"name":"ERROR_LOG_PINNED_RESERVATION","features":[3]},{"name":"ERROR_LOG_POLICY_ALREADY_INSTALLED","features":[3]},{"name":"ERROR_LOG_POLICY_CONFLICT","features":[3]},{"name":"ERROR_LOG_POLICY_INVALID","features":[3]},{"name":"ERROR_LOG_POLICY_NOT_INSTALLED","features":[3]},{"name":"ERROR_LOG_READ_CONTEXT_INVALID","features":[3]},{"name":"ERROR_LOG_READ_MODE_INVALID","features":[3]},{"name":"ERROR_LOG_RECORDS_RESERVED_INVALID","features":[3]},{"name":"ERROR_LOG_RECORD_NONEXISTENT","features":[3]},{"name":"ERROR_LOG_RESERVATION_INVALID","features":[3]},{"name":"ERROR_LOG_RESIZE_INVALID_SIZE","features":[3]},{"name":"ERROR_LOG_RESTART_INVALID","features":[3]},{"name":"ERROR_LOG_SECTOR_INVALID","features":[3]},{"name":"ERROR_LOG_SECTOR_PARITY_INVALID","features":[3]},{"name":"ERROR_LOG_SECTOR_REMAPPED","features":[3]},{"name":"ERROR_LOG_SPACE_RESERVED_INVALID","features":[3]},{"name":"ERROR_LOG_START_OF_LOG","features":[3]},{"name":"ERROR_LOG_STATE_INVALID","features":[3]},{"name":"ERROR_LOG_TAIL_INVALID","features":[3]},{"name":"ERROR_LONGJUMP","features":[3]},{"name":"ERROR_LOST_MODE_LOGON_RESTRICTION","features":[3]},{"name":"ERROR_LOST_WRITEBEHIND_DATA","features":[3]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR","features":[3]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED","features":[3]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR","features":[3]},{"name":"ERROR_LUIDS_EXHAUSTED","features":[3]},{"name":"ERROR_MACHINE_LOCKED","features":[3]},{"name":"ERROR_MACHINE_SCOPE_NOT_ALLOWED","features":[3]},{"name":"ERROR_MACHINE_UNAVAILABLE","features":[3]},{"name":"ERROR_MAGAZINE_NOT_PRESENT","features":[3]},{"name":"ERROR_MALFORMED_SUBSTITUTION_STRING","features":[3]},{"name":"ERROR_MAPPED_ALIGNMENT","features":[3]},{"name":"ERROR_MARKED_TO_DISALLOW_WRITES","features":[3]},{"name":"ERROR_MARSHALL_OVERFLOW","features":[3]},{"name":"ERROR_MAX_CLIENT_INTERFACE_LIMIT","features":[3]},{"name":"ERROR_MAX_LAN_INTERFACE_LIMIT","features":[3]},{"name":"ERROR_MAX_SESSIONS_REACHED","features":[3]},{"name":"ERROR_MAX_THRDS_REACHED","features":[3]},{"name":"ERROR_MAX_WAN_INTERFACE_LIMIT","features":[3]},{"name":"ERROR_MCA_EXCEPTION","features":[3]},{"name":"ERROR_MCA_INTERNAL_ERROR","features":[3]},{"name":"ERROR_MCA_INVALID_CAPABILITIES_STRING","features":[3]},{"name":"ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED","features":[3]},{"name":"ERROR_MCA_INVALID_VCP_VERSION","features":[3]},{"name":"ERROR_MCA_MCCS_VERSION_MISMATCH","features":[3]},{"name":"ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION","features":[3]},{"name":"ERROR_MCA_OCCURED","features":[3]},{"name":"ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE","features":[3]},{"name":"ERROR_MCA_UNSUPPORTED_MCCS_VERSION","features":[3]},{"name":"ERROR_MEDIA_CHANGED","features":[3]},{"name":"ERROR_MEDIA_CHECK","features":[3]},{"name":"ERROR_MEDIA_INCOMPATIBLE","features":[3]},{"name":"ERROR_MEDIA_NOT_AVAILABLE","features":[3]},{"name":"ERROR_MEDIA_OFFLINE","features":[3]},{"name":"ERROR_MEDIA_UNAVAILABLE","features":[3]},{"name":"ERROR_MEDIUM_NOT_ACCESSIBLE","features":[3]},{"name":"ERROR_MEMBERS_PRIMARY_GROUP","features":[3]},{"name":"ERROR_MEMBER_IN_ALIAS","features":[3]},{"name":"ERROR_MEMBER_IN_GROUP","features":[3]},{"name":"ERROR_MEMBER_NOT_IN_ALIAS","features":[3]},{"name":"ERROR_MEMBER_NOT_IN_GROUP","features":[3]},{"name":"ERROR_MEMORY_HARDWARE","features":[3]},{"name":"ERROR_MENU_ITEM_NOT_FOUND","features":[3]},{"name":"ERROR_MESSAGE_EXCEEDS_MAX_SIZE","features":[3]},{"name":"ERROR_MESSAGE_SYNC_ONLY","features":[3]},{"name":"ERROR_METAFILE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_META_EXPANSION_TOO_LONG","features":[3]},{"name":"ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION","features":[3]},{"name":"ERROR_MISSING_SYSTEMFILE","features":[3]},{"name":"ERROR_MOD_NOT_FOUND","features":[3]},{"name":"ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM","features":[3]},{"name":"ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK","features":[3]},{"name":"ERROR_MONITOR_INVALID_MANUFACTURE_DATE","features":[3]},{"name":"ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK","features":[3]},{"name":"ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK","features":[3]},{"name":"ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK","features":[3]},{"name":"ERROR_MONITOR_NO_DESCRIPTOR","features":[3]},{"name":"ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA","features":[3]},{"name":"ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT","features":[3]},{"name":"ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED","features":[3]},{"name":"ERROR_MORE_DATA","features":[3]},{"name":"ERROR_MORE_WRITES","features":[3]},{"name":"ERROR_MOUNT_POINT_NOT_RESOLVED","features":[3]},{"name":"ERROR_MP_PROCESSOR_MISMATCH","features":[3]},{"name":"ERROR_MRM_AUTOMERGE_ENABLED","features":[3]},{"name":"ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE","features":[3]},{"name":"ERROR_MRM_DUPLICATE_ENTRY","features":[3]},{"name":"ERROR_MRM_DUPLICATE_MAP_NAME","features":[3]},{"name":"ERROR_MRM_FILEPATH_TOO_LONG","features":[3]},{"name":"ERROR_MRM_GENERATION_COUNT_MISMATCH","features":[3]},{"name":"ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE","features":[3]},{"name":"ERROR_MRM_INVALID_FILE_TYPE","features":[3]},{"name":"ERROR_MRM_INVALID_PRICONFIG","features":[3]},{"name":"ERROR_MRM_INVALID_PRI_FILE","features":[3]},{"name":"ERROR_MRM_INVALID_QUALIFIER_OPERATOR","features":[3]},{"name":"ERROR_MRM_INVALID_QUALIFIER_VALUE","features":[3]},{"name":"ERROR_MRM_INVALID_RESOURCE_IDENTIFIER","features":[3]},{"name":"ERROR_MRM_MAP_NOT_FOUND","features":[3]},{"name":"ERROR_MRM_MISSING_DEFAULT_LANGUAGE","features":[3]},{"name":"ERROR_MRM_NAMED_RESOURCE_NOT_FOUND","features":[3]},{"name":"ERROR_MRM_NO_CANDIDATE","features":[3]},{"name":"ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD","features":[3]},{"name":"ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE","features":[3]},{"name":"ERROR_MRM_PACKAGE_NOT_FOUND","features":[3]},{"name":"ERROR_MRM_RESOURCE_TYPE_MISMATCH","features":[3]},{"name":"ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE","features":[3]},{"name":"ERROR_MRM_SCOPE_ITEM_CONFLICT","features":[3]},{"name":"ERROR_MRM_TOO_MANY_RESOURCES","features":[3]},{"name":"ERROR_MRM_UNKNOWN_QUALIFIER","features":[3]},{"name":"ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE","features":[3]},{"name":"ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE","features":[3]},{"name":"ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE","features":[3]},{"name":"ERROR_MRM_UNSUPPORTED_PROFILE_TYPE","features":[3]},{"name":"ERROR_MR_MID_NOT_FOUND","features":[3]},{"name":"ERROR_MUI_FILE_NOT_FOUND","features":[3]},{"name":"ERROR_MUI_FILE_NOT_LOADED","features":[3]},{"name":"ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME","features":[3]},{"name":"ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED","features":[3]},{"name":"ERROR_MUI_INVALID_FILE","features":[3]},{"name":"ERROR_MUI_INVALID_LOCALE_NAME","features":[3]},{"name":"ERROR_MUI_INVALID_RC_CONFIG","features":[3]},{"name":"ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME","features":[3]},{"name":"ERROR_MULTIPLE_FAULT_VIOLATION","features":[3]},{"name":"ERROR_MUTANT_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_MUTUAL_AUTH_FAILED","features":[3]},{"name":"ERROR_NDIS_ADAPTER_NOT_FOUND","features":[3]},{"name":"ERROR_NDIS_ADAPTER_NOT_READY","features":[3]},{"name":"ERROR_NDIS_ADAPTER_REMOVED","features":[3]},{"name":"ERROR_NDIS_ALREADY_MAPPED","features":[3]},{"name":"ERROR_NDIS_BAD_CHARACTERISTICS","features":[3]},{"name":"ERROR_NDIS_BAD_VERSION","features":[3]},{"name":"ERROR_NDIS_BUFFER_TOO_SHORT","features":[3]},{"name":"ERROR_NDIS_DEVICE_FAILED","features":[3]},{"name":"ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE","features":[3]},{"name":"ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED","features":[3]},{"name":"ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE","features":[3]},{"name":"ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED","features":[3]},{"name":"ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED","features":[3]},{"name":"ERROR_NDIS_DOT11_MEDIA_IN_USE","features":[3]},{"name":"ERROR_NDIS_DOT11_POWER_STATE_INVALID","features":[3]},{"name":"ERROR_NDIS_ERROR_READING_FILE","features":[3]},{"name":"ERROR_NDIS_FILE_NOT_FOUND","features":[3]},{"name":"ERROR_NDIS_GROUP_ADDRESS_IN_USE","features":[3]},{"name":"ERROR_NDIS_INDICATION_REQUIRED","features":[3]},{"name":"ERROR_NDIS_INTERFACE_CLOSING","features":[3]},{"name":"ERROR_NDIS_INTERFACE_NOT_FOUND","features":[3]},{"name":"ERROR_NDIS_INVALID_ADDRESS","features":[3]},{"name":"ERROR_NDIS_INVALID_DATA","features":[3]},{"name":"ERROR_NDIS_INVALID_DEVICE_REQUEST","features":[3]},{"name":"ERROR_NDIS_INVALID_LENGTH","features":[3]},{"name":"ERROR_NDIS_INVALID_OID","features":[3]},{"name":"ERROR_NDIS_INVALID_PACKET","features":[3]},{"name":"ERROR_NDIS_INVALID_PORT","features":[3]},{"name":"ERROR_NDIS_INVALID_PORT_STATE","features":[3]},{"name":"ERROR_NDIS_LOW_POWER_STATE","features":[3]},{"name":"ERROR_NDIS_MEDIA_DISCONNECTED","features":[3]},{"name":"ERROR_NDIS_MULTICAST_EXISTS","features":[3]},{"name":"ERROR_NDIS_MULTICAST_FULL","features":[3]},{"name":"ERROR_NDIS_MULTICAST_NOT_FOUND","features":[3]},{"name":"ERROR_NDIS_NOT_SUPPORTED","features":[3]},{"name":"ERROR_NDIS_NO_QUEUES","features":[3]},{"name":"ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED","features":[3]},{"name":"ERROR_NDIS_OFFLOAD_PATH_REJECTED","features":[3]},{"name":"ERROR_NDIS_OFFLOAD_POLICY","features":[3]},{"name":"ERROR_NDIS_OPEN_FAILED","features":[3]},{"name":"ERROR_NDIS_PAUSED","features":[3]},{"name":"ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL","features":[3]},{"name":"ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL","features":[3]},{"name":"ERROR_NDIS_REINIT_REQUIRED","features":[3]},{"name":"ERROR_NDIS_REQUEST_ABORTED","features":[3]},{"name":"ERROR_NDIS_RESET_IN_PROGRESS","features":[3]},{"name":"ERROR_NDIS_RESOURCE_CONFLICT","features":[3]},{"name":"ERROR_NDIS_UNSUPPORTED_MEDIA","features":[3]},{"name":"ERROR_NDIS_UNSUPPORTED_REVISION","features":[3]},{"name":"ERROR_NEEDS_REGISTRATION","features":[3]},{"name":"ERROR_NEEDS_REMEDIATION","features":[3]},{"name":"ERROR_NEGATIVE_SEEK","features":[3]},{"name":"ERROR_NESTING_NOT_ALLOWED","features":[3]},{"name":"ERROR_NETLOGON_NOT_STARTED","features":[3]},{"name":"ERROR_NETNAME_DELETED","features":[3]},{"name":"ERROR_NETWORK_ACCESS_DENIED","features":[3]},{"name":"ERROR_NETWORK_ACCESS_DENIED_EDP","features":[3]},{"name":"ERROR_NETWORK_AUTHENTICATION_PROMPT_CANCELED","features":[3]},{"name":"ERROR_NETWORK_BUSY","features":[3]},{"name":"ERROR_NETWORK_NOT_AVAILABLE","features":[3]},{"name":"ERROR_NETWORK_UNREACHABLE","features":[3]},{"name":"ERROR_NET_OPEN_FAILED","features":[3]},{"name":"ERROR_NET_WRITE_FAULT","features":[3]},{"name":"ERROR_NOACCESS","features":[3]},{"name":"ERROR_NODE_CANNOT_BE_CLUSTERED","features":[3]},{"name":"ERROR_NODE_CANT_HOST_RESOURCE","features":[3]},{"name":"ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER","features":[3]},{"name":"ERROR_NODE_NOT_AVAILABLE","features":[3]},{"name":"ERROR_NOINTERFACE","features":[3]},{"name":"ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT","features":[3]},{"name":"ERROR_NOLOGON_SERVER_TRUST_ACCOUNT","features":[3]},{"name":"ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT","features":[3]},{"name":"ERROR_NONCORE_GROUPS_FOUND","features":[3]},{"name":"ERROR_NONE_MAPPED","features":[3]},{"name":"ERROR_NONPAGED_SYSTEM_RESOURCES","features":[3]},{"name":"ERROR_NON_ACCOUNT_SID","features":[3]},{"name":"ERROR_NON_CSV_PATH","features":[3]},{"name":"ERROR_NON_DOMAIN_SID","features":[3]},{"name":"ERROR_NON_MDICHILD_WINDOW","features":[3]},{"name":"ERROR_NON_WINDOWS_DRIVER","features":[3]},{"name":"ERROR_NON_WINDOWS_NT_DRIVER","features":[3]},{"name":"ERROR_NOTHING_TO_TERMINATE","features":[3]},{"name":"ERROR_NOTIFICATION_GUID_ALREADY_DEFINED","features":[3]},{"name":"ERROR_NOTIFY_CLEANUP","features":[3]},{"name":"ERROR_NOTIFY_ENUM_DIR","features":[3]},{"name":"ERROR_NOT_ALLOWED_ON_SYSTEM_FILE","features":[3]},{"name":"ERROR_NOT_ALL_ASSIGNED","features":[3]},{"name":"ERROR_NOT_AN_INSTALLED_OEM_INF","features":[3]},{"name":"ERROR_NOT_APPCONTAINER","features":[3]},{"name":"ERROR_NOT_AUTHENTICATED","features":[3]},{"name":"ERROR_NOT_A_CLOUD_FILE","features":[3]},{"name":"ERROR_NOT_A_CLOUD_SYNC_ROOT","features":[3]},{"name":"ERROR_NOT_A_DAX_VOLUME","features":[3]},{"name":"ERROR_NOT_A_DEV_VOLUME","features":[3]},{"name":"ERROR_NOT_A_REPARSE_POINT","features":[3]},{"name":"ERROR_NOT_A_TIERED_VOLUME","features":[3]},{"name":"ERROR_NOT_CAPABLE","features":[3]},{"name":"ERROR_NOT_CHILD_WINDOW","features":[3]},{"name":"ERROR_NOT_CLIENT_PORT","features":[3]},{"name":"ERROR_NOT_CONNECTED","features":[3]},{"name":"ERROR_NOT_CONTAINER","features":[3]},{"name":"ERROR_NOT_DAX_MAPPABLE","features":[3]},{"name":"ERROR_NOT_DISABLEABLE","features":[3]},{"name":"ERROR_NOT_DOS_DISK","features":[3]},{"name":"ERROR_NOT_EMPTY","features":[3]},{"name":"ERROR_NOT_ENOUGH_MEMORY","features":[3]},{"name":"ERROR_NOT_ENOUGH_QUOTA","features":[3]},{"name":"ERROR_NOT_ENOUGH_SERVER_MEMORY","features":[3]},{"name":"ERROR_NOT_EXPORT_FORMAT","features":[3]},{"name":"ERROR_NOT_FOUND","features":[3]},{"name":"ERROR_NOT_GUI_PROCESS","features":[3]},{"name":"ERROR_NOT_INSTALLED","features":[3]},{"name":"ERROR_NOT_JOINED","features":[3]},{"name":"ERROR_NOT_LOCKED","features":[3]},{"name":"ERROR_NOT_LOGGED_ON","features":[3]},{"name":"ERROR_NOT_LOGON_PROCESS","features":[3]},{"name":"ERROR_NOT_OWNER","features":[3]},{"name":"ERROR_NOT_QUORUM_CAPABLE","features":[3]},{"name":"ERROR_NOT_QUORUM_CLASS","features":[3]},{"name":"ERROR_NOT_READY","features":[3]},{"name":"ERROR_NOT_READ_FROM_COPY","features":[3]},{"name":"ERROR_NOT_REDUNDANT_STORAGE","features":[3]},{"name":"ERROR_NOT_REGISTRY_FILE","features":[3]},{"name":"ERROR_NOT_ROUTER_PORT","features":[3]},{"name":"ERROR_NOT_SAFEBOOT_SERVICE","features":[3]},{"name":"ERROR_NOT_SAFE_MODE_DRIVER","features":[3]},{"name":"ERROR_NOT_SAME_DEVICE","features":[3]},{"name":"ERROR_NOT_SAME_OBJECT","features":[3]},{"name":"ERROR_NOT_SNAPSHOT_VOLUME","features":[3]},{"name":"ERROR_NOT_SUBSTED","features":[3]},{"name":"ERROR_NOT_SUPPORTED","features":[3]},{"name":"ERROR_NOT_SUPPORTED_IN_APPCONTAINER","features":[3]},{"name":"ERROR_NOT_SUPPORTED_ON_DAX","features":[3]},{"name":"ERROR_NOT_SUPPORTED_ON_SBS","features":[3]},{"name":"ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_AUDITING","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_BTT","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_BYPASSIO","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_CACHED_HANDLE","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_COMPRESSION","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_DEDUPLICATION","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_ENCRYPTION","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_MONITORING","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_REPLICATION","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_SNAPSHOT","features":[3]},{"name":"ERROR_NOT_SUPPORTED_WITH_VIRTUALIZATION","features":[3]},{"name":"ERROR_NOT_TINY_STREAM","features":[3]},{"name":"ERROR_NO_ACE_CONDITION","features":[3]},{"name":"ERROR_NO_ADMIN_ACCESS_POINT","features":[3]},{"name":"ERROR_NO_APPLICABLE_APP_LICENSES_FOUND","features":[3]},{"name":"ERROR_NO_ASSOCIATED_CLASS","features":[3]},{"name":"ERROR_NO_ASSOCIATED_SERVICE","features":[3]},{"name":"ERROR_NO_ASSOCIATION","features":[3]},{"name":"ERROR_NO_AUTHENTICODE_CATALOG","features":[3]},{"name":"ERROR_NO_AUTH_PROTOCOL_AVAILABLE","features":[3]},{"name":"ERROR_NO_BACKUP","features":[3]},{"name":"ERROR_NO_BROWSER_SERVERS_FOUND","features":[3]},{"name":"ERROR_NO_BYPASSIO_DRIVER_SUPPORT","features":[3]},{"name":"ERROR_NO_CALLBACK_ACTIVE","features":[3]},{"name":"ERROR_NO_CATALOG_FOR_OEM_INF","features":[3]},{"name":"ERROR_NO_CLASSINSTALL_PARAMS","features":[3]},{"name":"ERROR_NO_CLASS_DRIVER_LIST","features":[3]},{"name":"ERROR_NO_COMPAT_DRIVERS","features":[3]},{"name":"ERROR_NO_CONFIGMGR_SERVICES","features":[3]},{"name":"ERROR_NO_DATA","features":[3]},{"name":"ERROR_NO_DATA_DETECTED","features":[3]},{"name":"ERROR_NO_DEFAULT_DEVICE_INTERFACE","features":[3]},{"name":"ERROR_NO_DEFAULT_INTERFACE_DEVICE","features":[3]},{"name":"ERROR_NO_DEVICE_ICON","features":[3]},{"name":"ERROR_NO_DEVICE_SELECTED","features":[3]},{"name":"ERROR_NO_DRIVER_SELECTED","features":[3]},{"name":"ERROR_NO_EFS","features":[3]},{"name":"ERROR_NO_EVENT_PAIR","features":[3]},{"name":"ERROR_NO_GUID_TRANSLATION","features":[3]},{"name":"ERROR_NO_IMPERSONATION_TOKEN","features":[3]},{"name":"ERROR_NO_INF","features":[3]},{"name":"ERROR_NO_INHERITANCE","features":[3]},{"name":"ERROR_NO_INTERFACE_CREDENTIALS_SET","features":[3]},{"name":"ERROR_NO_LINK_TRACKING_IN_TRANSACTION","features":[3]},{"name":"ERROR_NO_LOGON_SERVERS","features":[3]},{"name":"ERROR_NO_LOG_SPACE","features":[3]},{"name":"ERROR_NO_MATCH","features":[3]},{"name":"ERROR_NO_MEDIA_IN_DRIVE","features":[3]},{"name":"ERROR_NO_MORE_DEVICES","features":[3]},{"name":"ERROR_NO_MORE_FILES","features":[3]},{"name":"ERROR_NO_MORE_ITEMS","features":[3]},{"name":"ERROR_NO_MORE_MATCHES","features":[3]},{"name":"ERROR_NO_MORE_SEARCH_HANDLES","features":[3]},{"name":"ERROR_NO_MORE_USER_HANDLES","features":[3]},{"name":"ERROR_NO_NETWORK","features":[3]},{"name":"ERROR_NO_NET_OR_BAD_PATH","features":[3]},{"name":"ERROR_NO_NVRAM_RESOURCES","features":[3]},{"name":"ERROR_NO_PAGEFILE","features":[3]},{"name":"ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND","features":[3]},{"name":"ERROR_NO_PROC_SLOTS","features":[3]},{"name":"ERROR_NO_PROMOTION_ACTIVE","features":[3]},{"name":"ERROR_NO_QUOTAS_FOR_ACCOUNT","features":[3]},{"name":"ERROR_NO_RADIUS_SERVERS","features":[3]},{"name":"ERROR_NO_RANGES_PROCESSED","features":[3]},{"name":"ERROR_NO_RECOVERY_POLICY","features":[3]},{"name":"ERROR_NO_RECOVERY_PROGRAM","features":[3]},{"name":"ERROR_NO_SAVEPOINT_WITH_OPEN_FILES","features":[3]},{"name":"ERROR_NO_SCROLLBARS","features":[3]},{"name":"ERROR_NO_SECRETS","features":[3]},{"name":"ERROR_NO_SECURITY_ON_OBJECT","features":[3]},{"name":"ERROR_NO_SHUTDOWN_IN_PROGRESS","features":[3]},{"name":"ERROR_NO_SIGNAL_SENT","features":[3]},{"name":"ERROR_NO_SIGNATURE","features":[3]},{"name":"ERROR_NO_SITENAME","features":[3]},{"name":"ERROR_NO_SITE_SETTINGS_OBJECT","features":[3]},{"name":"ERROR_NO_SPOOL_SPACE","features":[3]},{"name":"ERROR_NO_SUCH_ALIAS","features":[3]},{"name":"ERROR_NO_SUCH_DEVICE","features":[3]},{"name":"ERROR_NO_SUCH_DEVICE_INTERFACE","features":[3]},{"name":"ERROR_NO_SUCH_DEVINST","features":[3]},{"name":"ERROR_NO_SUCH_DOMAIN","features":[3]},{"name":"ERROR_NO_SUCH_GROUP","features":[3]},{"name":"ERROR_NO_SUCH_INTERFACE","features":[3]},{"name":"ERROR_NO_SUCH_INTERFACE_CLASS","features":[3]},{"name":"ERROR_NO_SUCH_INTERFACE_DEVICE","features":[3]},{"name":"ERROR_NO_SUCH_LOGON_SESSION","features":[3]},{"name":"ERROR_NO_SUCH_MEMBER","features":[3]},{"name":"ERROR_NO_SUCH_PACKAGE","features":[3]},{"name":"ERROR_NO_SUCH_PRIVILEGE","features":[3]},{"name":"ERROR_NO_SUCH_SITE","features":[3]},{"name":"ERROR_NO_SUCH_USER","features":[3]},{"name":"ERROR_NO_SUPPORTING_DRIVES","features":[3]},{"name":"ERROR_NO_SYSTEM_MENU","features":[3]},{"name":"ERROR_NO_SYSTEM_RESOURCES","features":[3]},{"name":"ERROR_NO_TASK_QUEUE","features":[3]},{"name":"ERROR_NO_TOKEN","features":[3]},{"name":"ERROR_NO_TRACKING_SERVICE","features":[3]},{"name":"ERROR_NO_TRUST_LSA_SECRET","features":[3]},{"name":"ERROR_NO_TRUST_SAM_ACCOUNT","features":[3]},{"name":"ERROR_NO_TXF_METADATA","features":[3]},{"name":"ERROR_NO_UNICODE_TRANSLATION","features":[3]},{"name":"ERROR_NO_USER_KEYS","features":[3]},{"name":"ERROR_NO_USER_SESSION_KEY","features":[3]},{"name":"ERROR_NO_VOLUME_ID","features":[3]},{"name":"ERROR_NO_VOLUME_LABEL","features":[3]},{"name":"ERROR_NO_WILDCARD_CHARACTERS","features":[3]},{"name":"ERROR_NO_WORK_DONE","features":[3]},{"name":"ERROR_NO_WRITABLE_DC_FOUND","features":[3]},{"name":"ERROR_NO_YIELD_PERFORMED","features":[3]},{"name":"ERROR_NTLM_BLOCKED","features":[3]},{"name":"ERROR_NT_CROSS_ENCRYPTION_REQUIRED","features":[3]},{"name":"ERROR_NULL_LM_PASSWORD","features":[3]},{"name":"ERROR_OBJECT_ALREADY_EXISTS","features":[3]},{"name":"ERROR_OBJECT_IN_LIST","features":[3]},{"name":"ERROR_OBJECT_IS_IMMUTABLE","features":[3]},{"name":"ERROR_OBJECT_NAME_EXISTS","features":[3]},{"name":"ERROR_OBJECT_NOT_EXTERNALLY_BACKED","features":[3]},{"name":"ERROR_OBJECT_NOT_FOUND","features":[3]},{"name":"ERROR_OBJECT_NO_LONGER_EXISTS","features":[3]},{"name":"ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED","features":[3]},{"name":"ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED","features":[3]},{"name":"ERROR_OFFSET_ALIGNMENT_VIOLATION","features":[3]},{"name":"ERROR_OLD_WIN_VERSION","features":[3]},{"name":"ERROR_ONLY_IF_CONNECTED","features":[3]},{"name":"ERROR_ONLY_VALIDATE_VIA_AUTHENTICODE","features":[3]},{"name":"ERROR_OPEN_FAILED","features":[3]},{"name":"ERROR_OPEN_FILES","features":[3]},{"name":"ERROR_OPERATION_ABORTED","features":[3]},{"name":"ERROR_OPERATION_IN_PROGRESS","features":[3]},{"name":"ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT","features":[3]},{"name":"ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION","features":[3]},{"name":"ERROR_OPLOCK_BREAK_IN_PROGRESS","features":[3]},{"name":"ERROR_OPLOCK_HANDLE_CLOSED","features":[3]},{"name":"ERROR_OPLOCK_NOT_GRANTED","features":[3]},{"name":"ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE","features":[3]},{"name":"ERROR_ORPHAN_NAME_EXHAUSTED","features":[3]},{"name":"ERROR_OUTOFMEMORY","features":[3]},{"name":"ERROR_OUT_OF_PAPER","features":[3]},{"name":"ERROR_OUT_OF_STRUCTURES","features":[3]},{"name":"ERROR_OVERRIDE_NOCHANGES","features":[3]},{"name":"ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES","features":[3]},{"name":"ERROR_PACKAGES_IN_USE","features":[3]},{"name":"ERROR_PACKAGES_REPUTATION_CHECK_FAILED","features":[3]},{"name":"ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT","features":[3]},{"name":"ERROR_PACKAGE_ALREADY_EXISTS","features":[3]},{"name":"ERROR_PACKAGE_EXTERNAL_LOCATION_NOT_ALLOWED","features":[3]},{"name":"ERROR_PACKAGE_LACKS_CAPABILITY_FOR_MANDATORY_STARTUPTASKS","features":[3]},{"name":"ERROR_PACKAGE_LACKS_CAPABILITY_TO_DEPLOY_ON_HOST","features":[3]},{"name":"ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING","features":[3]},{"name":"ERROR_PACKAGE_MOVE_FAILED","features":[3]},{"name":"ERROR_PACKAGE_NAME_MISMATCH","features":[3]},{"name":"ERROR_PACKAGE_NOT_REGISTERED_FOR_USER","features":[3]},{"name":"ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM","features":[3]},{"name":"ERROR_PACKAGE_REPOSITORY_CORRUPTED","features":[3]},{"name":"ERROR_PACKAGE_STAGING_ONHOLD","features":[3]},{"name":"ERROR_PACKAGE_UPDATING","features":[3]},{"name":"ERROR_PAGED_SYSTEM_RESOURCES","features":[3]},{"name":"ERROR_PAGEFILE_CREATE_FAILED","features":[3]},{"name":"ERROR_PAGEFILE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_PAGEFILE_QUOTA","features":[3]},{"name":"ERROR_PAGEFILE_QUOTA_EXCEEDED","features":[3]},{"name":"ERROR_PAGE_FAULT_COPY_ON_WRITE","features":[3]},{"name":"ERROR_PAGE_FAULT_DEMAND_ZERO","features":[3]},{"name":"ERROR_PAGE_FAULT_GUARD_PAGE","features":[3]},{"name":"ERROR_PAGE_FAULT_PAGING_FILE","features":[3]},{"name":"ERROR_PAGE_FAULT_TRANSITION","features":[3]},{"name":"ERROR_PARAMETER_QUOTA_EXCEEDED","features":[3]},{"name":"ERROR_PARTIAL_COPY","features":[3]},{"name":"ERROR_PARTITION_FAILURE","features":[3]},{"name":"ERROR_PARTITION_TERMINATING","features":[3]},{"name":"ERROR_PASSWORD_CHANGE_REQUIRED","features":[3]},{"name":"ERROR_PASSWORD_EXPIRED","features":[3]},{"name":"ERROR_PASSWORD_MUST_CHANGE","features":[3]},{"name":"ERROR_PASSWORD_RESTRICTION","features":[3]},{"name":"ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT","features":[3]},{"name":"ERROR_PATCH_NO_SEQUENCE","features":[3]},{"name":"ERROR_PATCH_PACKAGE_INVALID","features":[3]},{"name":"ERROR_PATCH_PACKAGE_OPEN_FAILED","features":[3]},{"name":"ERROR_PATCH_PACKAGE_REJECTED","features":[3]},{"name":"ERROR_PATCH_PACKAGE_UNSUPPORTED","features":[3]},{"name":"ERROR_PATCH_REMOVAL_DISALLOWED","features":[3]},{"name":"ERROR_PATCH_REMOVAL_UNSUPPORTED","features":[3]},{"name":"ERROR_PATCH_TARGET_NOT_FOUND","features":[3]},{"name":"ERROR_PATH_BUSY","features":[3]},{"name":"ERROR_PATH_NOT_FOUND","features":[3]},{"name":"ERROR_PEER_REFUSED_AUTH","features":[3]},{"name":"ERROR_PER_USER_TRUST_QUOTA_EXCEEDED","features":[3]},{"name":"ERROR_PIPE_BUSY","features":[3]},{"name":"ERROR_PIPE_CONNECTED","features":[3]},{"name":"ERROR_PIPE_LISTENING","features":[3]},{"name":"ERROR_PIPE_LOCAL","features":[3]},{"name":"ERROR_PIPE_NOT_CONNECTED","features":[3]},{"name":"ERROR_PKINIT_FAILURE","features":[3]},{"name":"ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND","features":[3]},{"name":"ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED","features":[3]},{"name":"ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED","features":[3]},{"name":"ERROR_PLATFORM_MANIFEST_INVALID","features":[3]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_ACTIVE","features":[3]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED","features":[3]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_SIGNED","features":[3]},{"name":"ERROR_PLUGPLAY_QUERY_VETOED","features":[3]},{"name":"ERROR_PNP_BAD_MPS_TABLE","features":[3]},{"name":"ERROR_PNP_INVALID_ID","features":[3]},{"name":"ERROR_PNP_IRQ_TRANSLATION_FAILED","features":[3]},{"name":"ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT","features":[3]},{"name":"ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT","features":[3]},{"name":"ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT","features":[3]},{"name":"ERROR_PNP_REBOOT_REQUIRED","features":[3]},{"name":"ERROR_PNP_REGISTRY_ERROR","features":[3]},{"name":"ERROR_PNP_RESTART_ENUMERATION","features":[3]},{"name":"ERROR_PNP_TRANSLATION_FAILED","features":[3]},{"name":"ERROR_POINT_NOT_FOUND","features":[3]},{"name":"ERROR_POLICY_CONTROLLED_ACCOUNT","features":[3]},{"name":"ERROR_POLICY_OBJECT_NOT_FOUND","features":[3]},{"name":"ERROR_POLICY_ONLY_IN_DS","features":[3]},{"name":"ERROR_POPUP_ALREADY_ACTIVE","features":[3]},{"name":"ERROR_PORT_LIMIT_REACHED","features":[3]},{"name":"ERROR_PORT_MESSAGE_TOO_LONG","features":[3]},{"name":"ERROR_PORT_NOT_SET","features":[3]},{"name":"ERROR_PORT_UNREACHABLE","features":[3]},{"name":"ERROR_POSSIBLE_DEADLOCK","features":[3]},{"name":"ERROR_POTENTIAL_FILE_FOUND","features":[3]},{"name":"ERROR_PPP_SESSION_TIMEOUT","features":[3]},{"name":"ERROR_PREDEFINED_HANDLE","features":[3]},{"name":"ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[3]},{"name":"ERROR_PRINTER_ALREADY_EXISTS","features":[3]},{"name":"ERROR_PRINTER_DELETED","features":[3]},{"name":"ERROR_PRINTER_DRIVER_ALREADY_INSTALLED","features":[3]},{"name":"ERROR_PRINTER_DRIVER_BLOCKED","features":[3]},{"name":"ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED","features":[3]},{"name":"ERROR_PRINTER_DRIVER_IN_USE","features":[3]},{"name":"ERROR_PRINTER_DRIVER_PACKAGE_IN_USE","features":[3]},{"name":"ERROR_PRINTER_DRIVER_WARNED","features":[3]},{"name":"ERROR_PRINTER_HAS_JOBS_QUEUED","features":[3]},{"name":"ERROR_PRINTER_NOT_FOUND","features":[3]},{"name":"ERROR_PRINTER_NOT_SHAREABLE","features":[3]},{"name":"ERROR_PRINTQ_FULL","features":[3]},{"name":"ERROR_PRINT_CANCELLED","features":[3]},{"name":"ERROR_PRINT_JOB_RESTART_REQUIRED","features":[3]},{"name":"ERROR_PRINT_MONITOR_ALREADY_INSTALLED","features":[3]},{"name":"ERROR_PRINT_MONITOR_IN_USE","features":[3]},{"name":"ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED","features":[3]},{"name":"ERROR_PRIVATE_DIALOG_INDEX","features":[3]},{"name":"ERROR_PRIVILEGE_NOT_HELD","features":[3]},{"name":"ERROR_PRI_MERGE_ADD_FILE_FAILED","features":[3]},{"name":"ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED","features":[3]},{"name":"ERROR_PRI_MERGE_INVALID_FILE_NAME","features":[3]},{"name":"ERROR_PRI_MERGE_LOAD_FILE_FAILED","features":[3]},{"name":"ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED","features":[3]},{"name":"ERROR_PRI_MERGE_MISSING_SCHEMA","features":[3]},{"name":"ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED","features":[3]},{"name":"ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED","features":[3]},{"name":"ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED","features":[3]},{"name":"ERROR_PRI_MERGE_VERSION_MISMATCH","features":[3]},{"name":"ERROR_PRI_MERGE_WRITE_FILE_FAILED","features":[3]},{"name":"ERROR_PROCESS_ABORTED","features":[3]},{"name":"ERROR_PROCESS_IN_JOB","features":[3]},{"name":"ERROR_PROCESS_IS_PROTECTED","features":[3]},{"name":"ERROR_PROCESS_MODE_ALREADY_BACKGROUND","features":[3]},{"name":"ERROR_PROCESS_MODE_NOT_BACKGROUND","features":[3]},{"name":"ERROR_PROCESS_NOT_IN_JOB","features":[3]},{"name":"ERROR_PROC_NOT_FOUND","features":[3]},{"name":"ERROR_PRODUCT_UNINSTALLED","features":[3]},{"name":"ERROR_PRODUCT_VERSION","features":[3]},{"name":"ERROR_PROFILE_DOES_NOT_MATCH_DEVICE","features":[3]},{"name":"ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE","features":[3]},{"name":"ERROR_PROFILE_NOT_FOUND","features":[3]},{"name":"ERROR_PROFILING_AT_LIMIT","features":[3]},{"name":"ERROR_PROFILING_NOT_STARTED","features":[3]},{"name":"ERROR_PROFILING_NOT_STOPPED","features":[3]},{"name":"ERROR_PROMOTION_ACTIVE","features":[3]},{"name":"ERROR_PROTOCOL_ALREADY_INSTALLED","features":[3]},{"name":"ERROR_PROTOCOL_STOP_PENDING","features":[3]},{"name":"ERROR_PROTOCOL_UNREACHABLE","features":[3]},{"name":"ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED","features":[3]},{"name":"ERROR_PWD_HISTORY_CONFLICT","features":[3]},{"name":"ERROR_PWD_TOO_LONG","features":[3]},{"name":"ERROR_PWD_TOO_RECENT","features":[3]},{"name":"ERROR_PWD_TOO_SHORT","features":[3]},{"name":"ERROR_QUERY_STORAGE_ERROR","features":[3]},{"name":"ERROR_QUIC_ALPN_NEG_FAILURE","features":[3]},{"name":"ERROR_QUIC_CONNECTION_IDLE","features":[3]},{"name":"ERROR_QUIC_CONNECTION_TIMEOUT","features":[3]},{"name":"ERROR_QUIC_HANDSHAKE_FAILURE","features":[3]},{"name":"ERROR_QUIC_INTERNAL_ERROR","features":[3]},{"name":"ERROR_QUIC_PROTOCOL_VIOLATION","features":[3]},{"name":"ERROR_QUIC_USER_CANCELED","features":[3]},{"name":"ERROR_QUIC_VER_NEG_FAILURE","features":[3]},{"name":"ERROR_QUORUMLOG_OPEN_FAILED","features":[3]},{"name":"ERROR_QUORUM_DISK_NOT_FOUND","features":[3]},{"name":"ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP","features":[3]},{"name":"ERROR_QUORUM_OWNER_ALIVE","features":[3]},{"name":"ERROR_QUORUM_RESOURCE","features":[3]},{"name":"ERROR_QUORUM_RESOURCE_ONLINE_FAILED","features":[3]},{"name":"ERROR_QUOTA_ACTIVITY","features":[3]},{"name":"ERROR_QUOTA_LIST_INCONSISTENT","features":[3]},{"name":"ERROR_RANGE_LIST_CONFLICT","features":[3]},{"name":"ERROR_RANGE_NOT_FOUND","features":[3]},{"name":"ERROR_RDP_PROTOCOL_ERROR","features":[3]},{"name":"ERROR_READ_FAULT","features":[3]},{"name":"ERROR_RECEIVE_EXPEDITED","features":[3]},{"name":"ERROR_RECEIVE_PARTIAL","features":[3]},{"name":"ERROR_RECEIVE_PARTIAL_EXPEDITED","features":[3]},{"name":"ERROR_RECOVERY_FAILURE","features":[3]},{"name":"ERROR_RECOVERY_FILE_CORRUPT","features":[3]},{"name":"ERROR_RECOVERY_NOT_NEEDED","features":[3]},{"name":"ERROR_REC_NON_EXISTENT","features":[3]},{"name":"ERROR_REDIRECTION_TO_DEFAULT_ACCOUNT_NOT_ALLOWED","features":[3]},{"name":"ERROR_REDIRECTOR_HAS_OPEN_HANDLES","features":[3]},{"name":"ERROR_REDIR_PAUSED","features":[3]},{"name":"ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_REGISTRY_CORRUPT","features":[3]},{"name":"ERROR_REGISTRY_HIVE_RECOVERED","features":[3]},{"name":"ERROR_REGISTRY_IO_FAILED","features":[3]},{"name":"ERROR_REGISTRY_QUOTA_LIMIT","features":[3]},{"name":"ERROR_REGISTRY_RECOVERED","features":[3]},{"name":"ERROR_REG_NAT_CONSUMPTION","features":[3]},{"name":"ERROR_RELOC_CHAIN_XEEDS_SEGLIM","features":[3]},{"name":"ERROR_REMOTEACCESS_NOT_CONFIGURED","features":[3]},{"name":"ERROR_REMOTE_ACCT_DISABLED","features":[3]},{"name":"ERROR_REMOTE_AUTHENTICATION_FAILURE","features":[3]},{"name":"ERROR_REMOTE_COMM_FAILURE","features":[3]},{"name":"ERROR_REMOTE_FILE_VERSION_MISMATCH","features":[3]},{"name":"ERROR_REMOTE_NO_DIALIN_PERMISSION","features":[3]},{"name":"ERROR_REMOTE_PASSWD_EXPIRED","features":[3]},{"name":"ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED","features":[3]},{"name":"ERROR_REMOTE_REQUEST_UNSUPPORTED","features":[3]},{"name":"ERROR_REMOTE_RESTRICTED_LOGON_HOURS","features":[3]},{"name":"ERROR_REMOTE_SESSION_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_REMOTE_STORAGE_MEDIA_ERROR","features":[3]},{"name":"ERROR_REMOTE_STORAGE_NOT_ACTIVE","features":[3]},{"name":"ERROR_REMOVE_FAILED","features":[3]},{"name":"ERROR_REM_NOT_LIST","features":[3]},{"name":"ERROR_REPARSE","features":[3]},{"name":"ERROR_REPARSE_ATTRIBUTE_CONFLICT","features":[3]},{"name":"ERROR_REPARSE_OBJECT","features":[3]},{"name":"ERROR_REPARSE_POINT_ENCOUNTERED","features":[3]},{"name":"ERROR_REPARSE_TAG_INVALID","features":[3]},{"name":"ERROR_REPARSE_TAG_MISMATCH","features":[3]},{"name":"ERROR_REPLY_MESSAGE_MISMATCH","features":[3]},{"name":"ERROR_REQUEST_ABORTED","features":[3]},{"name":"ERROR_REQUEST_OUT_OF_SEQUENCE","features":[3]},{"name":"ERROR_REQUEST_PAUSED","features":[3]},{"name":"ERROR_REQUEST_REFUSED","features":[3]},{"name":"ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION","features":[3]},{"name":"ERROR_REQ_NOT_ACCEP","features":[3]},{"name":"ERROR_RESIDENT_FILE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_RESILIENCY_FILE_CORRUPT","features":[3]},{"name":"ERROR_RESMON_CREATE_FAILED","features":[3]},{"name":"ERROR_RESMON_INVALID_STATE","features":[3]},{"name":"ERROR_RESMON_ONLINE_FAILED","features":[3]},{"name":"ERROR_RESMON_SYSTEM_RESOURCES_LACKING","features":[3]},{"name":"ERROR_RESOURCEMANAGER_NOT_FOUND","features":[3]},{"name":"ERROR_RESOURCEMANAGER_READ_ONLY","features":[3]},{"name":"ERROR_RESOURCE_CALL_TIMED_OUT","features":[3]},{"name":"ERROR_RESOURCE_DATA_NOT_FOUND","features":[3]},{"name":"ERROR_RESOURCE_DISABLED","features":[3]},{"name":"ERROR_RESOURCE_ENUM_USER_STOP","features":[3]},{"name":"ERROR_RESOURCE_FAILED","features":[3]},{"name":"ERROR_RESOURCE_LANG_NOT_FOUND","features":[3]},{"name":"ERROR_RESOURCE_NAME_NOT_FOUND","features":[3]},{"name":"ERROR_RESOURCE_NOT_AVAILABLE","features":[3]},{"name":"ERROR_RESOURCE_NOT_FOUND","features":[3]},{"name":"ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE","features":[3]},{"name":"ERROR_RESOURCE_NOT_ONLINE","features":[3]},{"name":"ERROR_RESOURCE_NOT_PRESENT","features":[3]},{"name":"ERROR_RESOURCE_ONLINE","features":[3]},{"name":"ERROR_RESOURCE_PROPERTIES_STORED","features":[3]},{"name":"ERROR_RESOURCE_PROPERTY_UNCHANGEABLE","features":[3]},{"name":"ERROR_RESOURCE_REQUIREMENTS_CHANGED","features":[3]},{"name":"ERROR_RESOURCE_TYPE_NOT_FOUND","features":[3]},{"name":"ERROR_RESTART_APPLICATION","features":[3]},{"name":"ERROR_RESUME_HIBERNATION","features":[3]},{"name":"ERROR_RETRY","features":[3]},{"name":"ERROR_RETURN_ADDRESS_HIJACK_ATTEMPT","features":[3]},{"name":"ERROR_REVISION_MISMATCH","features":[3]},{"name":"ERROR_RING2SEG_MUST_BE_MOVABLE","features":[3]},{"name":"ERROR_RING2_STACK_IN_USE","features":[3]},{"name":"ERROR_RMODE_APP","features":[3]},{"name":"ERROR_RM_ALREADY_STARTED","features":[3]},{"name":"ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT","features":[3]},{"name":"ERROR_RM_DISCONNECTED","features":[3]},{"name":"ERROR_RM_METADATA_CORRUPT","features":[3]},{"name":"ERROR_RM_NOT_ACTIVE","features":[3]},{"name":"ERROR_ROLLBACK_TIMER_EXPIRED","features":[3]},{"name":"ERROR_ROUTER_CONFIG_INCOMPATIBLE","features":[3]},{"name":"ERROR_ROUTER_STOPPED","features":[3]},{"name":"ERROR_ROWSNOTRELEASED","features":[3]},{"name":"ERROR_RPL_NOT_ALLOWED","features":[3]},{"name":"ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT","features":[3]},{"name":"ERROR_RUNLEVEL_SWITCH_IN_PROGRESS","features":[3]},{"name":"ERROR_RUNLEVEL_SWITCH_TIMEOUT","features":[3]},{"name":"ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED","features":[3]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET","features":[3]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE","features":[3]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER","features":[3]},{"name":"ERROR_RXACT_COMMITTED","features":[3]},{"name":"ERROR_RXACT_COMMIT_FAILURE","features":[3]},{"name":"ERROR_RXACT_COMMIT_NECESSARY","features":[3]},{"name":"ERROR_RXACT_INVALID_STATE","features":[3]},{"name":"ERROR_RXACT_STATE_CREATED","features":[3]},{"name":"ERROR_SAME_DRIVE","features":[3]},{"name":"ERROR_SAM_INIT_FAILURE","features":[3]},{"name":"ERROR_SCE_DISABLED","features":[3]},{"name":"ERROR_SCOPE_NOT_FOUND","features":[3]},{"name":"ERROR_SCREEN_ALREADY_LOCKED","features":[3]},{"name":"ERROR_SCRUB_DATA_DISABLED","features":[3]},{"name":"ERROR_SECCORE_INVALID_COMMAND","features":[3]},{"name":"ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED","features":[3]},{"name":"ERROR_SECRET_TOO_LONG","features":[3]},{"name":"ERROR_SECTION_DIRECT_MAP_ONLY","features":[3]},{"name":"ERROR_SECTION_NAME_TOO_LONG","features":[3]},{"name":"ERROR_SECTION_NOT_FOUND","features":[3]},{"name":"ERROR_SECTOR_NOT_FOUND","features":[3]},{"name":"ERROR_SECUREBOOT_FILE_REPLACED","features":[3]},{"name":"ERROR_SECUREBOOT_INVALID_POLICY","features":[3]},{"name":"ERROR_SECUREBOOT_NOT_BASE_POLICY","features":[3]},{"name":"ERROR_SECUREBOOT_NOT_ENABLED","features":[3]},{"name":"ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY","features":[3]},{"name":"ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH","features":[3]},{"name":"ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION","features":[3]},{"name":"ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED","features":[3]},{"name":"ERROR_SECUREBOOT_POLICY_NOT_SIGNED","features":[3]},{"name":"ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND","features":[3]},{"name":"ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED","features":[3]},{"name":"ERROR_SECUREBOOT_POLICY_UNKNOWN","features":[3]},{"name":"ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH","features":[3]},{"name":"ERROR_SECUREBOOT_POLICY_VIOLATION","features":[3]},{"name":"ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING","features":[3]},{"name":"ERROR_SECUREBOOT_ROLLBACK_DETECTED","features":[3]},{"name":"ERROR_SECURITY_DENIES_OPERATION","features":[3]},{"name":"ERROR_SECURITY_STREAM_IS_INCONSISTENT","features":[3]},{"name":"ERROR_SEEK","features":[3]},{"name":"ERROR_SEEK_ON_DEVICE","features":[3]},{"name":"ERROR_SEGMENT_NOTIFICATION","features":[3]},{"name":"ERROR_SEM_IS_SET","features":[3]},{"name":"ERROR_SEM_NOT_FOUND","features":[3]},{"name":"ERROR_SEM_OWNER_DIED","features":[3]},{"name":"ERROR_SEM_TIMEOUT","features":[3]},{"name":"ERROR_SEM_USER_LIMIT","features":[3]},{"name":"ERROR_SERIAL_NO_DEVICE","features":[3]},{"name":"ERROR_SERVER_DISABLED","features":[3]},{"name":"ERROR_SERVER_HAS_OPEN_HANDLES","features":[3]},{"name":"ERROR_SERVER_NOT_DISABLED","features":[3]},{"name":"ERROR_SERVER_SERVICE_CALL_REQUIRES_SMB1","features":[3]},{"name":"ERROR_SERVER_SHUTDOWN_IN_PROGRESS","features":[3]},{"name":"ERROR_SERVER_SID_MISMATCH","features":[3]},{"name":"ERROR_SERVER_TRANSPORT_CONFLICT","features":[3]},{"name":"ERROR_SERVICES_FAILED_AUTOSTART","features":[3]},{"name":"ERROR_SERVICE_ALREADY_RUNNING","features":[3]},{"name":"ERROR_SERVICE_CANNOT_ACCEPT_CTRL","features":[3]},{"name":"ERROR_SERVICE_DATABASE_LOCKED","features":[3]},{"name":"ERROR_SERVICE_DEPENDENCY_DELETED","features":[3]},{"name":"ERROR_SERVICE_DEPENDENCY_FAIL","features":[3]},{"name":"ERROR_SERVICE_DISABLED","features":[3]},{"name":"ERROR_SERVICE_DOES_NOT_EXIST","features":[3]},{"name":"ERROR_SERVICE_EXISTS","features":[3]},{"name":"ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE","features":[3]},{"name":"ERROR_SERVICE_IS_PAUSED","features":[3]},{"name":"ERROR_SERVICE_LOGON_FAILED","features":[3]},{"name":"ERROR_SERVICE_MARKED_FOR_DELETE","features":[3]},{"name":"ERROR_SERVICE_NEVER_STARTED","features":[3]},{"name":"ERROR_SERVICE_NOTIFICATION","features":[3]},{"name":"ERROR_SERVICE_NOTIFY_CLIENT_LAGGING","features":[3]},{"name":"ERROR_SERVICE_NOT_ACTIVE","features":[3]},{"name":"ERROR_SERVICE_NOT_FOUND","features":[3]},{"name":"ERROR_SERVICE_NOT_IN_EXE","features":[3]},{"name":"ERROR_SERVICE_NO_THREAD","features":[3]},{"name":"ERROR_SERVICE_REQUEST_TIMEOUT","features":[3]},{"name":"ERROR_SERVICE_SPECIFIC_ERROR","features":[3]},{"name":"ERROR_SERVICE_START_HANG","features":[3]},{"name":"ERROR_SESSION_CREDENTIAL_CONFLICT","features":[3]},{"name":"ERROR_SESSION_KEY_TOO_SHORT","features":[3]},{"name":"ERROR_SETCOUNT_ON_BAD_LB","features":[3]},{"name":"ERROR_SETMARK_DETECTED","features":[3]},{"name":"ERROR_SET_CONTEXT_DENIED","features":[3]},{"name":"ERROR_SET_NOT_FOUND","features":[3]},{"name":"ERROR_SET_POWER_STATE_FAILED","features":[3]},{"name":"ERROR_SET_POWER_STATE_VETOED","features":[3]},{"name":"ERROR_SET_SYSTEM_RESTORE_POINT","features":[3]},{"name":"ERROR_SHARED_POLICY","features":[3]},{"name":"ERROR_SHARING_BUFFER_EXCEEDED","features":[3]},{"name":"ERROR_SHARING_PAUSED","features":[3]},{"name":"ERROR_SHARING_VIOLATION","features":[3]},{"name":"ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME","features":[3]},{"name":"ERROR_SHUTDOWN_CLUSTER","features":[3]},{"name":"ERROR_SHUTDOWN_DISKS_NOT_IN_MAINTENANCE_MODE","features":[3]},{"name":"ERROR_SHUTDOWN_IN_PROGRESS","features":[3]},{"name":"ERROR_SHUTDOWN_IS_SCHEDULED","features":[3]},{"name":"ERROR_SHUTDOWN_USERS_LOGGED_ON","features":[3]},{"name":"ERROR_SIGNAL_PENDING","features":[3]},{"name":"ERROR_SIGNAL_REFUSED","features":[3]},{"name":"ERROR_SIGNATURE_OSATTRIBUTE_MISMATCH","features":[3]},{"name":"ERROR_SIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE","features":[3]},{"name":"ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER","features":[3]},{"name":"ERROR_SINGLE_INSTANCE_APP","features":[3]},{"name":"ERROR_SMARTCARD_SUBSYSTEM_FAILURE","features":[3]},{"name":"ERROR_SMB1_NOT_AVAILABLE","features":[3]},{"name":"ERROR_SMB_BAD_CLUSTER_DIALECT","features":[3]},{"name":"ERROR_SMB_GUEST_LOGON_BLOCKED","features":[3]},{"name":"ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP","features":[3]},{"name":"ERROR_SMB_NO_SIGNING_ALGORITHM_OVERLAP","features":[3]},{"name":"ERROR_SMI_PRIMITIVE_INSTALLER_FAILED","features":[3]},{"name":"ERROR_SMR_GARBAGE_COLLECTION_REQUIRED","features":[3]},{"name":"ERROR_SOME_NOT_MAPPED","features":[3]},{"name":"ERROR_SOURCE_ELEMENT_EMPTY","features":[3]},{"name":"ERROR_SPACES_ALLOCATION_SIZE_INVALID","features":[3]},{"name":"ERROR_SPACES_CACHE_FULL","features":[3]},{"name":"ERROR_SPACES_CORRUPT_METADATA","features":[3]},{"name":"ERROR_SPACES_DRIVE_LOST_DATA","features":[3]},{"name":"ERROR_SPACES_DRIVE_NOT_READY","features":[3]},{"name":"ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID","features":[3]},{"name":"ERROR_SPACES_DRIVE_REDUNDANCY_INVALID","features":[3]},{"name":"ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID","features":[3]},{"name":"ERROR_SPACES_DRIVE_SPLIT","features":[3]},{"name":"ERROR_SPACES_DRT_FULL","features":[3]},{"name":"ERROR_SPACES_ENCLOSURE_AWARE_INVALID","features":[3]},{"name":"ERROR_SPACES_ENTRY_INCOMPLETE","features":[3]},{"name":"ERROR_SPACES_ENTRY_INVALID","features":[3]},{"name":"ERROR_SPACES_EXTENDED_ERROR","features":[3]},{"name":"ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID","features":[3]},{"name":"ERROR_SPACES_FLUSH_METADATA","features":[3]},{"name":"ERROR_SPACES_INCONSISTENCY","features":[3]},{"name":"ERROR_SPACES_INTERLEAVE_LENGTH_INVALID","features":[3]},{"name":"ERROR_SPACES_INTERNAL_ERROR","features":[3]},{"name":"ERROR_SPACES_LOG_NOT_READY","features":[3]},{"name":"ERROR_SPACES_MAP_REQUIRED","features":[3]},{"name":"ERROR_SPACES_MARK_DIRTY","features":[3]},{"name":"ERROR_SPACES_NOT_ENOUGH_DRIVES","features":[3]},{"name":"ERROR_SPACES_NO_REDUNDANCY","features":[3]},{"name":"ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID","features":[3]},{"name":"ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID","features":[3]},{"name":"ERROR_SPACES_NUMBER_OF_GROUPS_INVALID","features":[3]},{"name":"ERROR_SPACES_PARITY_LAYOUT_INVALID","features":[3]},{"name":"ERROR_SPACES_POOL_WAS_DELETED","features":[3]},{"name":"ERROR_SPACES_PROVISIONING_TYPE_INVALID","features":[3]},{"name":"ERROR_SPACES_REPAIR_IN_PROGRESS","features":[3]},{"name":"ERROR_SPACES_RESILIENCY_TYPE_INVALID","features":[3]},{"name":"ERROR_SPACES_UNSUPPORTED_VERSION","features":[3]},{"name":"ERROR_SPACES_UPDATE_COLUMN_STATE","features":[3]},{"name":"ERROR_SPACES_WRITE_CACHE_SIZE_INVALID","features":[3]},{"name":"ERROR_SPARSE_FILE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION","features":[3]},{"name":"ERROR_SPECIAL_ACCOUNT","features":[3]},{"name":"ERROR_SPECIAL_GROUP","features":[3]},{"name":"ERROR_SPECIAL_USER","features":[3]},{"name":"ERROR_SPL_NO_ADDJOB","features":[3]},{"name":"ERROR_SPL_NO_STARTDOC","features":[3]},{"name":"ERROR_SPOOL_FILE_NOT_FOUND","features":[3]},{"name":"ERROR_SRC_SRV_DLL_LOAD_FAILED","features":[3]},{"name":"ERROR_STACK_BUFFER_OVERRUN","features":[3]},{"name":"ERROR_STACK_OVERFLOW","features":[3]},{"name":"ERROR_STACK_OVERFLOW_READ","features":[3]},{"name":"ERROR_STAGEFROMUPDATEAGENT_PACKAGE_NOT_APPLICABLE","features":[3]},{"name":"ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_STATE_CREATE_CONTAINER_FAILED","features":[3]},{"name":"ERROR_STATE_DELETE_CONTAINER_FAILED","features":[3]},{"name":"ERROR_STATE_DELETE_SETTING_FAILED","features":[3]},{"name":"ERROR_STATE_ENUMERATE_CONTAINER_FAILED","features":[3]},{"name":"ERROR_STATE_ENUMERATE_SETTINGS_FAILED","features":[3]},{"name":"ERROR_STATE_GET_VERSION_FAILED","features":[3]},{"name":"ERROR_STATE_LOAD_STORE_FAILED","features":[3]},{"name":"ERROR_STATE_OPEN_CONTAINER_FAILED","features":[3]},{"name":"ERROR_STATE_QUERY_SETTING_FAILED","features":[3]},{"name":"ERROR_STATE_READ_COMPOSITE_SETTING_FAILED","features":[3]},{"name":"ERROR_STATE_READ_SETTING_FAILED","features":[3]},{"name":"ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_STATE_SET_VERSION_FAILED","features":[3]},{"name":"ERROR_STATE_STRUCTURED_RESET_FAILED","features":[3]},{"name":"ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED","features":[3]},{"name":"ERROR_STATE_WRITE_SETTING_FAILED","features":[3]},{"name":"ERROR_STATIC_INIT","features":[3]},{"name":"ERROR_STOPPED_ON_SYMLINK","features":[3]},{"name":"ERROR_STORAGE_LOST_DATA_PERSISTENCE","features":[3]},{"name":"ERROR_STORAGE_RESERVE_ALREADY_EXISTS","features":[3]},{"name":"ERROR_STORAGE_RESERVE_DOES_NOT_EXIST","features":[3]},{"name":"ERROR_STORAGE_RESERVE_ID_INVALID","features":[3]},{"name":"ERROR_STORAGE_RESERVE_NOT_EMPTY","features":[3]},{"name":"ERROR_STORAGE_STACK_ACCESS_DENIED","features":[3]},{"name":"ERROR_STORAGE_TOPOLOGY_ID_MISMATCH","features":[3]},{"name":"ERROR_STREAM_MINIVERSION_NOT_FOUND","features":[3]},{"name":"ERROR_STREAM_MINIVERSION_NOT_VALID","features":[3]},{"name":"ERROR_STRICT_CFG_VIOLATION","features":[3]},{"name":"ERROR_SUBST_TO_JOIN","features":[3]},{"name":"ERROR_SUBST_TO_SUBST","features":[3]},{"name":"ERROR_SUCCESS","features":[3]},{"name":"ERROR_SUCCESS_REBOOT_INITIATED","features":[3]},{"name":"ERROR_SUCCESS_REBOOT_REQUIRED","features":[3]},{"name":"ERROR_SUCCESS_RESTART_REQUIRED","features":[3]},{"name":"ERROR_SVHDX_ERROR_NOT_AVAILABLE","features":[3]},{"name":"ERROR_SVHDX_ERROR_STORED","features":[3]},{"name":"ERROR_SVHDX_NO_INITIATOR","features":[3]},{"name":"ERROR_SVHDX_RESERVATION_CONFLICT","features":[3]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE","features":[3]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED","features":[3]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED","features":[3]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED","features":[3]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED","features":[3]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED","features":[3]},{"name":"ERROR_SVHDX_VERSION_MISMATCH","features":[3]},{"name":"ERROR_SVHDX_WRONG_FILE_TYPE","features":[3]},{"name":"ERROR_SWAPERROR","features":[3]},{"name":"ERROR_SXS_ACTIVATION_CONTEXT_DISABLED","features":[3]},{"name":"ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT","features":[3]},{"name":"ERROR_SXS_ASSEMBLY_MISSING","features":[3]},{"name":"ERROR_SXS_ASSEMBLY_NOT_FOUND","features":[3]},{"name":"ERROR_SXS_ASSEMBLY_NOT_LOCKED","features":[3]},{"name":"ERROR_SXS_CANT_GEN_ACTCTX","features":[3]},{"name":"ERROR_SXS_COMPONENT_STORE_CORRUPT","features":[3]},{"name":"ERROR_SXS_CORRUPTION","features":[3]},{"name":"ERROR_SXS_CORRUPT_ACTIVATION_STACK","features":[3]},{"name":"ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS","features":[3]},{"name":"ERROR_SXS_DUPLICATE_ASSEMBLY_NAME","features":[3]},{"name":"ERROR_SXS_DUPLICATE_CLSID","features":[3]},{"name":"ERROR_SXS_DUPLICATE_DLL_NAME","features":[3]},{"name":"ERROR_SXS_DUPLICATE_IID","features":[3]},{"name":"ERROR_SXS_DUPLICATE_PROGID","features":[3]},{"name":"ERROR_SXS_DUPLICATE_TLBID","features":[3]},{"name":"ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME","features":[3]},{"name":"ERROR_SXS_EARLY_DEACTIVATION","features":[3]},{"name":"ERROR_SXS_FILE_HASH_MISMATCH","features":[3]},{"name":"ERROR_SXS_FILE_HASH_MISSING","features":[3]},{"name":"ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY","features":[3]},{"name":"ERROR_SXS_IDENTITIES_DIFFERENT","features":[3]},{"name":"ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE","features":[3]},{"name":"ERROR_SXS_IDENTITY_PARSE_ERROR","features":[3]},{"name":"ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN","features":[3]},{"name":"ERROR_SXS_INVALID_ACTCTXDATA_FORMAT","features":[3]},{"name":"ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE","features":[3]},{"name":"ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME","features":[3]},{"name":"ERROR_SXS_INVALID_DEACTIVATION","features":[3]},{"name":"ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME","features":[3]},{"name":"ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE","features":[3]},{"name":"ERROR_SXS_INVALID_XML_NAMESPACE_URI","features":[3]},{"name":"ERROR_SXS_KEY_NOT_FOUND","features":[3]},{"name":"ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED","features":[3]},{"name":"ERROR_SXS_MANIFEST_FORMAT_ERROR","features":[3]},{"name":"ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT","features":[3]},{"name":"ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE","features":[3]},{"name":"ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE","features":[3]},{"name":"ERROR_SXS_MANIFEST_PARSE_ERROR","features":[3]},{"name":"ERROR_SXS_MANIFEST_TOO_BIG","features":[3]},{"name":"ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE","features":[3]},{"name":"ERROR_SXS_MULTIPLE_DEACTIVATION","features":[3]},{"name":"ERROR_SXS_POLICY_PARSE_ERROR","features":[3]},{"name":"ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT","features":[3]},{"name":"ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET","features":[3]},{"name":"ERROR_SXS_PROCESS_TERMINATION_REQUESTED","features":[3]},{"name":"ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING","features":[3]},{"name":"ERROR_SXS_PROTECTION_CATALOG_NOT_VALID","features":[3]},{"name":"ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT","features":[3]},{"name":"ERROR_SXS_PROTECTION_RECOVERY_FAILED","features":[3]},{"name":"ERROR_SXS_RELEASE_ACTIVATION_CONTEXT","features":[3]},{"name":"ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED","features":[3]},{"name":"ERROR_SXS_SECTION_NOT_FOUND","features":[3]},{"name":"ERROR_SXS_SETTING_NOT_REGISTERED","features":[3]},{"name":"ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY","features":[3]},{"name":"ERROR_SXS_THREAD_QUERIES_DISABLED","features":[3]},{"name":"ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE","features":[3]},{"name":"ERROR_SXS_UNKNOWN_ENCODING","features":[3]},{"name":"ERROR_SXS_UNKNOWN_ENCODING_GROUP","features":[3]},{"name":"ERROR_SXS_UNTRANSLATABLE_HRESULT","features":[3]},{"name":"ERROR_SXS_VERSION_CONFLICT","features":[3]},{"name":"ERROR_SXS_WRONG_SECTION_TYPE","features":[3]},{"name":"ERROR_SXS_XML_E_BADCHARDATA","features":[3]},{"name":"ERROR_SXS_XML_E_BADCHARINSTRING","features":[3]},{"name":"ERROR_SXS_XML_E_BADNAMECHAR","features":[3]},{"name":"ERROR_SXS_XML_E_BADPEREFINSUBSET","features":[3]},{"name":"ERROR_SXS_XML_E_BADSTARTNAMECHAR","features":[3]},{"name":"ERROR_SXS_XML_E_BADXMLCASE","features":[3]},{"name":"ERROR_SXS_XML_E_BADXMLDECL","features":[3]},{"name":"ERROR_SXS_XML_E_COMMENTSYNTAX","features":[3]},{"name":"ERROR_SXS_XML_E_DUPLICATEATTRIBUTE","features":[3]},{"name":"ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE","features":[3]},{"name":"ERROR_SXS_XML_E_EXPECTINGTAGEND","features":[3]},{"name":"ERROR_SXS_XML_E_INCOMPLETE_ENCODING","features":[3]},{"name":"ERROR_SXS_XML_E_INTERNALERROR","features":[3]},{"name":"ERROR_SXS_XML_E_INVALIDATROOTLEVEL","features":[3]},{"name":"ERROR_SXS_XML_E_INVALIDENCODING","features":[3]},{"name":"ERROR_SXS_XML_E_INVALIDSWITCH","features":[3]},{"name":"ERROR_SXS_XML_E_INVALID_DECIMAL","features":[3]},{"name":"ERROR_SXS_XML_E_INVALID_HEXIDECIMAL","features":[3]},{"name":"ERROR_SXS_XML_E_INVALID_STANDALONE","features":[3]},{"name":"ERROR_SXS_XML_E_INVALID_UNICODE","features":[3]},{"name":"ERROR_SXS_XML_E_INVALID_VERSION","features":[3]},{"name":"ERROR_SXS_XML_E_MISSINGEQUALS","features":[3]},{"name":"ERROR_SXS_XML_E_MISSINGQUOTE","features":[3]},{"name":"ERROR_SXS_XML_E_MISSINGROOT","features":[3]},{"name":"ERROR_SXS_XML_E_MISSINGSEMICOLON","features":[3]},{"name":"ERROR_SXS_XML_E_MISSINGWHITESPACE","features":[3]},{"name":"ERROR_SXS_XML_E_MISSING_PAREN","features":[3]},{"name":"ERROR_SXS_XML_E_MULTIPLEROOTS","features":[3]},{"name":"ERROR_SXS_XML_E_MULTIPLE_COLONS","features":[3]},{"name":"ERROR_SXS_XML_E_RESERVEDNAMESPACE","features":[3]},{"name":"ERROR_SXS_XML_E_UNBALANCEDPAREN","features":[3]},{"name":"ERROR_SXS_XML_E_UNCLOSEDCDATA","features":[3]},{"name":"ERROR_SXS_XML_E_UNCLOSEDCOMMENT","features":[3]},{"name":"ERROR_SXS_XML_E_UNCLOSEDDECL","features":[3]},{"name":"ERROR_SXS_XML_E_UNCLOSEDENDTAG","features":[3]},{"name":"ERROR_SXS_XML_E_UNCLOSEDSTARTTAG","features":[3]},{"name":"ERROR_SXS_XML_E_UNCLOSEDSTRING","features":[3]},{"name":"ERROR_SXS_XML_E_UNCLOSEDTAG","features":[3]},{"name":"ERROR_SXS_XML_E_UNEXPECTEDENDTAG","features":[3]},{"name":"ERROR_SXS_XML_E_UNEXPECTEDEOF","features":[3]},{"name":"ERROR_SXS_XML_E_UNEXPECTED_STANDALONE","features":[3]},{"name":"ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE","features":[3]},{"name":"ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK","features":[3]},{"name":"ERROR_SXS_XML_E_XMLDECLSYNTAX","features":[3]},{"name":"ERROR_SYMLINK_CLASS_DISABLED","features":[3]},{"name":"ERROR_SYMLINK_NOT_SUPPORTED","features":[3]},{"name":"ERROR_SYNCHRONIZATION_REQUIRED","features":[3]},{"name":"ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED","features":[3]},{"name":"ERROR_SYSTEM_DEVICE_NOT_FOUND","features":[3]},{"name":"ERROR_SYSTEM_HIVE_TOO_LARGE","features":[3]},{"name":"ERROR_SYSTEM_IMAGE_BAD_SIGNATURE","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_INVALID_POLICY","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_OFFLINE","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_PUA","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED","features":[3]},{"name":"ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES","features":[3]},{"name":"ERROR_SYSTEM_NEEDS_REMEDIATION","features":[3]},{"name":"ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION","features":[3]},{"name":"ERROR_SYSTEM_POWERSTATE_TRANSITION","features":[3]},{"name":"ERROR_SYSTEM_PROCESS_TERMINATED","features":[3]},{"name":"ERROR_SYSTEM_SHUTDOWN","features":[3]},{"name":"ERROR_SYSTEM_TRACE","features":[3]},{"name":"ERROR_TAG_NOT_FOUND","features":[3]},{"name":"ERROR_TAG_NOT_PRESENT","features":[3]},{"name":"ERROR_THREAD_1_INACTIVE","features":[3]},{"name":"ERROR_THREAD_ALREADY_IN_TASK","features":[3]},{"name":"ERROR_THREAD_MODE_ALREADY_BACKGROUND","features":[3]},{"name":"ERROR_THREAD_MODE_NOT_BACKGROUND","features":[3]},{"name":"ERROR_THREAD_NOT_IN_PROCESS","features":[3]},{"name":"ERROR_THREAD_WAS_SUSPENDED","features":[3]},{"name":"ERROR_TIERING_ALREADY_PROCESSING","features":[3]},{"name":"ERROR_TIERING_CANNOT_PIN_OBJECT","features":[3]},{"name":"ERROR_TIERING_FILE_IS_NOT_PINNED","features":[3]},{"name":"ERROR_TIERING_INVALID_FILE_ID","features":[3]},{"name":"ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME","features":[3]},{"name":"ERROR_TIERING_STORAGE_TIER_NOT_FOUND","features":[3]},{"name":"ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS","features":[3]},{"name":"ERROR_TIERING_WRONG_CLUSTER_NODE","features":[3]},{"name":"ERROR_TIMEOUT","features":[3]},{"name":"ERROR_TIMER_NOT_CANCELED","features":[3]},{"name":"ERROR_TIMER_RESOLUTION_NOT_SET","features":[3]},{"name":"ERROR_TIMER_RESUME_IGNORED","features":[3]},{"name":"ERROR_TIME_SENSITIVE_THREAD","features":[3]},{"name":"ERROR_TIME_SKEW","features":[3]},{"name":"ERROR_TLW_WITH_WSCHILD","features":[3]},{"name":"ERROR_TM_IDENTITY_MISMATCH","features":[3]},{"name":"ERROR_TM_INITIALIZATION_FAILED","features":[3]},{"name":"ERROR_TM_VOLATILE","features":[3]},{"name":"ERROR_TOKEN_ALREADY_IN_USE","features":[3]},{"name":"ERROR_TOO_MANY_CMDS","features":[3]},{"name":"ERROR_TOO_MANY_CONTEXT_IDS","features":[3]},{"name":"ERROR_TOO_MANY_DESCRIPTORS","features":[3]},{"name":"ERROR_TOO_MANY_LINKS","features":[3]},{"name":"ERROR_TOO_MANY_LUIDS_REQUESTED","features":[3]},{"name":"ERROR_TOO_MANY_MODULES","features":[3]},{"name":"ERROR_TOO_MANY_MUXWAITERS","features":[3]},{"name":"ERROR_TOO_MANY_NAMES","features":[3]},{"name":"ERROR_TOO_MANY_OPEN_FILES","features":[3]},{"name":"ERROR_TOO_MANY_POSTS","features":[3]},{"name":"ERROR_TOO_MANY_SECRETS","features":[3]},{"name":"ERROR_TOO_MANY_SEMAPHORES","features":[3]},{"name":"ERROR_TOO_MANY_SEM_REQUESTS","features":[3]},{"name":"ERROR_TOO_MANY_SESS","features":[3]},{"name":"ERROR_TOO_MANY_SIDS","features":[3]},{"name":"ERROR_TOO_MANY_TCBS","features":[3]},{"name":"ERROR_TOO_MANY_THREADS","features":[3]},{"name":"ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE","features":[3]},{"name":"ERROR_TRANSACTIONAL_CONFLICT","features":[3]},{"name":"ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED","features":[3]},{"name":"ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH","features":[3]},{"name":"ERROR_TRANSACTIONMANAGER_NOT_FOUND","features":[3]},{"name":"ERROR_TRANSACTIONMANAGER_NOT_ONLINE","features":[3]},{"name":"ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION","features":[3]},{"name":"ERROR_TRANSACTIONS_NOT_FROZEN","features":[3]},{"name":"ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE","features":[3]},{"name":"ERROR_TRANSACTION_ALREADY_ABORTED","features":[3]},{"name":"ERROR_TRANSACTION_ALREADY_COMMITTED","features":[3]},{"name":"ERROR_TRANSACTION_FREEZE_IN_PROGRESS","features":[3]},{"name":"ERROR_TRANSACTION_INTEGRITY_VIOLATED","features":[3]},{"name":"ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER","features":[3]},{"name":"ERROR_TRANSACTION_MUST_WRITETHROUGH","features":[3]},{"name":"ERROR_TRANSACTION_NOT_ACTIVE","features":[3]},{"name":"ERROR_TRANSACTION_NOT_ENLISTED","features":[3]},{"name":"ERROR_TRANSACTION_NOT_FOUND","features":[3]},{"name":"ERROR_TRANSACTION_NOT_JOINED","features":[3]},{"name":"ERROR_TRANSACTION_NOT_REQUESTED","features":[3]},{"name":"ERROR_TRANSACTION_NOT_ROOT","features":[3]},{"name":"ERROR_TRANSACTION_NO_SUPERIOR","features":[3]},{"name":"ERROR_TRANSACTION_OBJECT_EXPIRED","features":[3]},{"name":"ERROR_TRANSACTION_PROPAGATION_FAILED","features":[3]},{"name":"ERROR_TRANSACTION_RECORD_TOO_LONG","features":[3]},{"name":"ERROR_TRANSACTION_REQUEST_NOT_VALID","features":[3]},{"name":"ERROR_TRANSACTION_REQUIRED_PROMOTION","features":[3]},{"name":"ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED","features":[3]},{"name":"ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET","features":[3]},{"name":"ERROR_TRANSACTION_SUPERIOR_EXISTS","features":[3]},{"name":"ERROR_TRANSFORM_NOT_SUPPORTED","features":[3]},{"name":"ERROR_TRANSLATION_COMPLETE","features":[3]},{"name":"ERROR_TRANSPORT_FULL","features":[3]},{"name":"ERROR_TRUSTED_DOMAIN_FAILURE","features":[3]},{"name":"ERROR_TRUSTED_RELATIONSHIP_FAILURE","features":[3]},{"name":"ERROR_TRUST_FAILURE","features":[3]},{"name":"ERROR_TS_INCOMPATIBLE_SESSIONS","features":[3]},{"name":"ERROR_TS_VIDEO_SUBSYSTEM_ERROR","features":[3]},{"name":"ERROR_TXF_ATTRIBUTE_CORRUPT","features":[3]},{"name":"ERROR_TXF_DIR_NOT_EMPTY","features":[3]},{"name":"ERROR_TXF_METADATA_ALREADY_PRESENT","features":[3]},{"name":"ERROR_UNABLE_TO_CLEAN","features":[3]},{"name":"ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA","features":[3]},{"name":"ERROR_UNABLE_TO_INVENTORY_DRIVE","features":[3]},{"name":"ERROR_UNABLE_TO_INVENTORY_SLOT","features":[3]},{"name":"ERROR_UNABLE_TO_INVENTORY_TRANSPORT","features":[3]},{"name":"ERROR_UNABLE_TO_LOAD_MEDIUM","features":[3]},{"name":"ERROR_UNABLE_TO_LOCK_MEDIA","features":[3]},{"name":"ERROR_UNABLE_TO_MOVE_REPLACEMENT","features":[3]},{"name":"ERROR_UNABLE_TO_MOVE_REPLACEMENT_2","features":[3]},{"name":"ERROR_UNABLE_TO_REMOVE_REPLACED","features":[3]},{"name":"ERROR_UNABLE_TO_UNLOAD_MEDIA","features":[3]},{"name":"ERROR_UNDEFINED_CHARACTER","features":[3]},{"name":"ERROR_UNDEFINED_SCOPE","features":[3]},{"name":"ERROR_UNEXPECTED_MM_CREATE_ERR","features":[3]},{"name":"ERROR_UNEXPECTED_MM_EXTEND_ERR","features":[3]},{"name":"ERROR_UNEXPECTED_MM_MAP_ERROR","features":[3]},{"name":"ERROR_UNEXPECTED_NTCACHEMANAGER_ERROR","features":[3]},{"name":"ERROR_UNEXPECTED_OMID","features":[3]},{"name":"ERROR_UNEXP_NET_ERR","features":[3]},{"name":"ERROR_UNHANDLED_EXCEPTION","features":[3]},{"name":"ERROR_UNIDENTIFIED_ERROR","features":[3]},{"name":"ERROR_UNKNOWN_COMPONENT","features":[3]},{"name":"ERROR_UNKNOWN_EXCEPTION","features":[3]},{"name":"ERROR_UNKNOWN_FEATURE","features":[3]},{"name":"ERROR_UNKNOWN_PATCH","features":[3]},{"name":"ERROR_UNKNOWN_PORT","features":[3]},{"name":"ERROR_UNKNOWN_PRINTER_DRIVER","features":[3]},{"name":"ERROR_UNKNOWN_PRINTPROCESSOR","features":[3]},{"name":"ERROR_UNKNOWN_PRINT_MONITOR","features":[3]},{"name":"ERROR_UNKNOWN_PRODUCT","features":[3]},{"name":"ERROR_UNKNOWN_PROPERTY","features":[3]},{"name":"ERROR_UNKNOWN_PROTOCOL_ID","features":[3]},{"name":"ERROR_UNKNOWN_REVISION","features":[3]},{"name":"ERROR_UNMAPPED_SUBSTITUTION_STRING","features":[3]},{"name":"ERROR_UNRECOGNIZED_MEDIA","features":[3]},{"name":"ERROR_UNRECOGNIZED_VOLUME","features":[3]},{"name":"ERROR_UNRECOVERABLE_STACK_OVERFLOW","features":[3]},{"name":"ERROR_UNSATISFIED_DEPENDENCIES","features":[3]},{"name":"ERROR_UNSIGNED_PACKAGE_INVALID_CONTENT","features":[3]},{"name":"ERROR_UNSIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE","features":[3]},{"name":"ERROR_UNSUPPORTED_COMPRESSION","features":[3]},{"name":"ERROR_UNSUPPORTED_TYPE","features":[3]},{"name":"ERROR_UNTRUSTED_MOUNT_POINT","features":[3]},{"name":"ERROR_UNWIND","features":[3]},{"name":"ERROR_UNWIND_CONSOLIDATE","features":[3]},{"name":"ERROR_UPDATE_IN_PROGRESS","features":[3]},{"name":"ERROR_USER_APC","features":[3]},{"name":"ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED","features":[3]},{"name":"ERROR_USER_EXISTS","features":[3]},{"name":"ERROR_USER_LIMIT","features":[3]},{"name":"ERROR_USER_MAPPED_FILE","features":[3]},{"name":"ERROR_USER_PROFILE_LOAD","features":[3]},{"name":"ERROR_VALIDATE_CONTINUE","features":[3]},{"name":"ERROR_VC_DISCONNECTED","features":[3]},{"name":"ERROR_VDM_DISALLOWED","features":[3]},{"name":"ERROR_VDM_HARD_ERROR","features":[3]},{"name":"ERROR_VERIFIER_STOP","features":[3]},{"name":"ERROR_VERSION_PARSE_ERROR","features":[3]},{"name":"ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND","features":[3]},{"name":"ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE","features":[3]},{"name":"ERROR_VHD_BITMAP_MISMATCH","features":[3]},{"name":"ERROR_VHD_BLOCK_ALLOCATION_FAILURE","features":[3]},{"name":"ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT","features":[3]},{"name":"ERROR_VHD_CHANGE_TRACKING_DISABLED","features":[3]},{"name":"ERROR_VHD_CHILD_PARENT_ID_MISMATCH","features":[3]},{"name":"ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH","features":[3]},{"name":"ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH","features":[3]},{"name":"ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE","features":[3]},{"name":"ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED","features":[3]},{"name":"ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT","features":[3]},{"name":"ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH","features":[3]},{"name":"ERROR_VHD_DRIVE_FOOTER_CORRUPT","features":[3]},{"name":"ERROR_VHD_DRIVE_FOOTER_MISSING","features":[3]},{"name":"ERROR_VHD_FORMAT_UNKNOWN","features":[3]},{"name":"ERROR_VHD_FORMAT_UNSUPPORTED_VERSION","features":[3]},{"name":"ERROR_VHD_INVALID_BLOCK_SIZE","features":[3]},{"name":"ERROR_VHD_INVALID_CHANGE_TRACKING_ID","features":[3]},{"name":"ERROR_VHD_INVALID_FILE_SIZE","features":[3]},{"name":"ERROR_VHD_INVALID_SIZE","features":[3]},{"name":"ERROR_VHD_INVALID_STATE","features":[3]},{"name":"ERROR_VHD_INVALID_TYPE","features":[3]},{"name":"ERROR_VHD_METADATA_FULL","features":[3]},{"name":"ERROR_VHD_METADATA_READ_FAILURE","features":[3]},{"name":"ERROR_VHD_METADATA_WRITE_FAILURE","features":[3]},{"name":"ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION","features":[3]},{"name":"ERROR_VHD_PARENT_VHD_ACCESS_DENIED","features":[3]},{"name":"ERROR_VHD_PARENT_VHD_NOT_FOUND","features":[3]},{"name":"ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA","features":[3]},{"name":"ERROR_VHD_SHARED","features":[3]},{"name":"ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH","features":[3]},{"name":"ERROR_VHD_SPARSE_HEADER_CORRUPT","features":[3]},{"name":"ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION","features":[3]},{"name":"ERROR_VHD_UNEXPECTED_ID","features":[3]},{"name":"ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED","features":[3]},{"name":"ERROR_VID_DUPLICATE_HANDLER","features":[3]},{"name":"ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT","features":[3]},{"name":"ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT","features":[3]},{"name":"ERROR_VID_HANDLER_NOT_PRESENT","features":[3]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT","features":[3]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER","features":[3]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_RESERVE","features":[3]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_WITHDRAW","features":[3]},{"name":"ERROR_VID_INVALID_CHILD_GPA_PAGE_SET","features":[3]},{"name":"ERROR_VID_INVALID_GPA_RANGE_HANDLE","features":[3]},{"name":"ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE","features":[3]},{"name":"ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE","features":[3]},{"name":"ERROR_VID_INVALID_NUMA_NODE_INDEX","features":[3]},{"name":"ERROR_VID_INVALID_NUMA_SETTINGS","features":[3]},{"name":"ERROR_VID_INVALID_OBJECT_NAME","features":[3]},{"name":"ERROR_VID_INVALID_PPM_HANDLE","features":[3]},{"name":"ERROR_VID_INVALID_PROCESSOR_STATE","features":[3]},{"name":"ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED","features":[3]},{"name":"ERROR_VID_MBPS_ARE_LOCKED","features":[3]},{"name":"ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE","features":[3]},{"name":"ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT","features":[3]},{"name":"ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET","features":[3]},{"name":"ERROR_VID_MB_STILL_REFERENCED","features":[3]},{"name":"ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED","features":[3]},{"name":"ERROR_VID_MEMORY_TYPE_NOT_SUPPORTED","features":[3]},{"name":"ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS","features":[3]},{"name":"ERROR_VID_MESSAGE_QUEUE_CLOSED","features":[3]},{"name":"ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG","features":[3]},{"name":"ERROR_VID_MMIO_RANGE_DESTROYED","features":[3]},{"name":"ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED","features":[3]},{"name":"ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE","features":[3]},{"name":"ERROR_VID_PAGE_RANGE_OVERFLOW","features":[3]},{"name":"ERROR_VID_PARTITION_ALREADY_EXISTS","features":[3]},{"name":"ERROR_VID_PARTITION_DOES_NOT_EXIST","features":[3]},{"name":"ERROR_VID_PARTITION_NAME_NOT_FOUND","features":[3]},{"name":"ERROR_VID_PARTITION_NAME_TOO_LONG","features":[3]},{"name":"ERROR_VID_PROCESS_ALREADY_SET","features":[3]},{"name":"ERROR_VID_QUEUE_FULL","features":[3]},{"name":"ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED","features":[3]},{"name":"ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED","features":[3]},{"name":"ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL","features":[3]},{"name":"ERROR_VID_SAVED_STATE_CORRUPT","features":[3]},{"name":"ERROR_VID_SAVED_STATE_INCOMPATIBLE","features":[3]},{"name":"ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM","features":[3]},{"name":"ERROR_VID_STOP_PENDING","features":[3]},{"name":"ERROR_VID_TOO_MANY_HANDLERS","features":[3]},{"name":"ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED","features":[3]},{"name":"ERROR_VID_VTL_ACCESS_DENIED","features":[3]},{"name":"ERROR_VIRTDISK_DISK_ALREADY_OWNED","features":[3]},{"name":"ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE","features":[3]},{"name":"ERROR_VIRTDISK_NOT_VIRTUAL_DISK","features":[3]},{"name":"ERROR_VIRTDISK_PROVIDER_NOT_FOUND","features":[3]},{"name":"ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE","features":[3]},{"name":"ERROR_VIRTUAL_DISK_LIMITATION","features":[3]},{"name":"ERROR_VIRUS_DELETED","features":[3]},{"name":"ERROR_VIRUS_INFECTED","features":[3]},{"name":"ERROR_VMCOMPUTE_CONNECTION_CLOSED","features":[3]},{"name":"ERROR_VMCOMPUTE_CONNECT_FAILED","features":[3]},{"name":"ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED","features":[3]},{"name":"ERROR_VMCOMPUTE_IMAGE_MISMATCH","features":[3]},{"name":"ERROR_VMCOMPUTE_INVALID_JSON","features":[3]},{"name":"ERROR_VMCOMPUTE_INVALID_LAYER","features":[3]},{"name":"ERROR_VMCOMPUTE_INVALID_STATE","features":[3]},{"name":"ERROR_VMCOMPUTE_OPERATION_PENDING","features":[3]},{"name":"ERROR_VMCOMPUTE_PROTOCOL_ERROR","features":[3]},{"name":"ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS","features":[3]},{"name":"ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED","features":[3]},{"name":"ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND","features":[3]},{"name":"ERROR_VMCOMPUTE_TERMINATED","features":[3]},{"name":"ERROR_VMCOMPUTE_TERMINATED_DURING_START","features":[3]},{"name":"ERROR_VMCOMPUTE_TIMEOUT","features":[3]},{"name":"ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS","features":[3]},{"name":"ERROR_VMCOMPUTE_UNEXPECTED_EXIT","features":[3]},{"name":"ERROR_VMCOMPUTE_UNKNOWN_MESSAGE","features":[3]},{"name":"ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION","features":[3]},{"name":"ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED","features":[3]},{"name":"ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND","features":[3]},{"name":"ERROR_VOLMGR_ALL_DISKS_FAILED","features":[3]},{"name":"ERROR_VOLMGR_BAD_BOOT_DISK","features":[3]},{"name":"ERROR_VOLMGR_DATABASE_FULL","features":[3]},{"name":"ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE","features":[3]},{"name":"ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED","features":[3]},{"name":"ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC","features":[3]},{"name":"ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME","features":[3]},{"name":"ERROR_VOLMGR_DISK_DUPLICATE","features":[3]},{"name":"ERROR_VOLMGR_DISK_DYNAMIC","features":[3]},{"name":"ERROR_VOLMGR_DISK_ID_INVALID","features":[3]},{"name":"ERROR_VOLMGR_DISK_INVALID","features":[3]},{"name":"ERROR_VOLMGR_DISK_LAST_VOTER","features":[3]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_INVALID","features":[3]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS","features":[3]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED","features":[3]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL","features":[3]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS","features":[3]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS","features":[3]},{"name":"ERROR_VOLMGR_DISK_MISSING","features":[3]},{"name":"ERROR_VOLMGR_DISK_NOT_EMPTY","features":[3]},{"name":"ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE","features":[3]},{"name":"ERROR_VOLMGR_DISK_REVECTORING_FAILED","features":[3]},{"name":"ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID","features":[3]},{"name":"ERROR_VOLMGR_DISK_SET_NOT_CONTAINED","features":[3]},{"name":"ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS","features":[3]},{"name":"ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES","features":[3]},{"name":"ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED","features":[3]},{"name":"ERROR_VOLMGR_EXTENT_ALREADY_USED","features":[3]},{"name":"ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS","features":[3]},{"name":"ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION","features":[3]},{"name":"ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED","features":[3]},{"name":"ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION","features":[3]},{"name":"ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH","features":[3]},{"name":"ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED","features":[3]},{"name":"ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION","features":[3]},{"name":"ERROR_VOLMGR_INCOMPLETE_REGENERATION","features":[3]},{"name":"ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID","features":[3]},{"name":"ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS","features":[3]},{"name":"ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE","features":[3]},{"name":"ERROR_VOLMGR_MEMBER_INDEX_INVALID","features":[3]},{"name":"ERROR_VOLMGR_MEMBER_IN_SYNC","features":[3]},{"name":"ERROR_VOLMGR_MEMBER_MISSING","features":[3]},{"name":"ERROR_VOLMGR_MEMBER_NOT_DETACHED","features":[3]},{"name":"ERROR_VOLMGR_MEMBER_REGENERATING","features":[3]},{"name":"ERROR_VOLMGR_MIRROR_NOT_SUPPORTED","features":[3]},{"name":"ERROR_VOLMGR_NOTIFICATION_RESET","features":[3]},{"name":"ERROR_VOLMGR_NOT_PRIMARY_PACK","features":[3]},{"name":"ERROR_VOLMGR_NO_REGISTERED_USERS","features":[3]},{"name":"ERROR_VOLMGR_NO_SUCH_USER","features":[3]},{"name":"ERROR_VOLMGR_NO_VALID_LOG_COPIES","features":[3]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID","features":[3]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID","features":[3]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID","features":[3]},{"name":"ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID","features":[3]},{"name":"ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID","features":[3]},{"name":"ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID","features":[3]},{"name":"ERROR_VOLMGR_PACK_CONFIG_OFFLINE","features":[3]},{"name":"ERROR_VOLMGR_PACK_CONFIG_ONLINE","features":[3]},{"name":"ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED","features":[3]},{"name":"ERROR_VOLMGR_PACK_DUPLICATE","features":[3]},{"name":"ERROR_VOLMGR_PACK_HAS_QUORUM","features":[3]},{"name":"ERROR_VOLMGR_PACK_ID_INVALID","features":[3]},{"name":"ERROR_VOLMGR_PACK_INVALID","features":[3]},{"name":"ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED","features":[3]},{"name":"ERROR_VOLMGR_PACK_NAME_INVALID","features":[3]},{"name":"ERROR_VOLMGR_PACK_OFFLINE","features":[3]},{"name":"ERROR_VOLMGR_PACK_WITHOUT_QUORUM","features":[3]},{"name":"ERROR_VOLMGR_PARTITION_STYLE_INVALID","features":[3]},{"name":"ERROR_VOLMGR_PARTITION_UPDATE_FAILED","features":[3]},{"name":"ERROR_VOLMGR_PLEX_INDEX_DUPLICATE","features":[3]},{"name":"ERROR_VOLMGR_PLEX_INDEX_INVALID","features":[3]},{"name":"ERROR_VOLMGR_PLEX_IN_SYNC","features":[3]},{"name":"ERROR_VOLMGR_PLEX_LAST_ACTIVE","features":[3]},{"name":"ERROR_VOLMGR_PLEX_MISSING","features":[3]},{"name":"ERROR_VOLMGR_PLEX_NOT_RAID5","features":[3]},{"name":"ERROR_VOLMGR_PLEX_NOT_SIMPLE","features":[3]},{"name":"ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED","features":[3]},{"name":"ERROR_VOLMGR_PLEX_REGENERATING","features":[3]},{"name":"ERROR_VOLMGR_PLEX_TYPE_INVALID","features":[3]},{"name":"ERROR_VOLMGR_PRIMARY_PACK_PRESENT","features":[3]},{"name":"ERROR_VOLMGR_RAID5_NOT_SUPPORTED","features":[3]},{"name":"ERROR_VOLMGR_STRUCTURE_SIZE_INVALID","features":[3]},{"name":"ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS","features":[3]},{"name":"ERROR_VOLMGR_TRANSACTION_IN_PROGRESS","features":[3]},{"name":"ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE","features":[3]},{"name":"ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK","features":[3]},{"name":"ERROR_VOLMGR_VOLUME_ID_INVALID","features":[3]},{"name":"ERROR_VOLMGR_VOLUME_LENGTH_INVALID","features":[3]},{"name":"ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE","features":[3]},{"name":"ERROR_VOLMGR_VOLUME_MIRRORED","features":[3]},{"name":"ERROR_VOLMGR_VOLUME_NOT_MIRRORED","features":[3]},{"name":"ERROR_VOLMGR_VOLUME_NOT_RETAINED","features":[3]},{"name":"ERROR_VOLMGR_VOLUME_OFFLINE","features":[3]},{"name":"ERROR_VOLMGR_VOLUME_RETAINED","features":[3]},{"name":"ERROR_VOLSNAP_ACTIVATION_TIMEOUT","features":[3]},{"name":"ERROR_VOLSNAP_BOOTFILE_NOT_VALID","features":[3]},{"name":"ERROR_VOLSNAP_HIBERNATE_READY","features":[3]},{"name":"ERROR_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT","features":[3]},{"name":"ERROR_VOLSNAP_PREPARE_HIBERNATE","features":[3]},{"name":"ERROR_VOLUME_CONTAINS_SYS_FILES","features":[3]},{"name":"ERROR_VOLUME_DIRTY","features":[3]},{"name":"ERROR_VOLUME_MOUNTED","features":[3]},{"name":"ERROR_VOLUME_NOT_CLUSTER_ALIGNED","features":[3]},{"name":"ERROR_VOLUME_NOT_SIS_ENABLED","features":[3]},{"name":"ERROR_VOLUME_NOT_SUPPORTED","features":[3]},{"name":"ERROR_VOLUME_NOT_SUPPORT_EFS","features":[3]},{"name":"ERROR_VOLUME_UPGRADE_DISABLED","features":[3]},{"name":"ERROR_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED","features":[3]},{"name":"ERROR_VOLUME_UPGRADE_NOT_NEEDED","features":[3]},{"name":"ERROR_VOLUME_UPGRADE_PENDING","features":[3]},{"name":"ERROR_VOLUME_WRITE_ACCESS_DENIED","features":[3]},{"name":"ERROR_VRF_VOLATILE_CFG_AND_IO_ENABLED","features":[3]},{"name":"ERROR_VRF_VOLATILE_NMI_REGISTERED","features":[3]},{"name":"ERROR_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM","features":[3]},{"name":"ERROR_VRF_VOLATILE_NOT_STOPPABLE","features":[3]},{"name":"ERROR_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS","features":[3]},{"name":"ERROR_VRF_VOLATILE_PROTECTED_DRIVER","features":[3]},{"name":"ERROR_VRF_VOLATILE_SAFE_MODE","features":[3]},{"name":"ERROR_VRF_VOLATILE_SETTINGS_CONFLICT","features":[3]},{"name":"ERROR_VSMB_SAVED_STATE_CORRUPT","features":[3]},{"name":"ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND","features":[3]},{"name":"ERROR_VSM_DMA_PROTECTION_NOT_IN_USE","features":[3]},{"name":"ERROR_VSM_NOT_INITIALIZED","features":[3]},{"name":"ERROR_WAIT_1","features":[3]},{"name":"ERROR_WAIT_2","features":[3]},{"name":"ERROR_WAIT_3","features":[3]},{"name":"ERROR_WAIT_63","features":[3]},{"name":"ERROR_WAIT_FOR_OPLOCK","features":[3]},{"name":"ERROR_WAIT_NO_CHILDREN","features":[3]},{"name":"ERROR_WAKE_SYSTEM","features":[3]},{"name":"ERROR_WAKE_SYSTEM_DEBUGGER","features":[3]},{"name":"ERROR_WAS_LOCKED","features":[3]},{"name":"ERROR_WAS_UNLOCKED","features":[3]},{"name":"ERROR_WEAK_WHFBKEY_BLOCKED","features":[3]},{"name":"ERROR_WINDOW_NOT_COMBOBOX","features":[3]},{"name":"ERROR_WINDOW_NOT_DIALOG","features":[3]},{"name":"ERROR_WINDOW_OF_OTHER_THREAD","features":[3]},{"name":"ERROR_WINS_INTERNAL","features":[3]},{"name":"ERROR_WIP_ENCRYPTION_FAILED","features":[3]},{"name":"ERROR_WMI_ALREADY_DISABLED","features":[3]},{"name":"ERROR_WMI_ALREADY_ENABLED","features":[3]},{"name":"ERROR_WMI_DP_FAILED","features":[3]},{"name":"ERROR_WMI_DP_NOT_FOUND","features":[3]},{"name":"ERROR_WMI_GUID_DISCONNECTED","features":[3]},{"name":"ERROR_WMI_GUID_NOT_FOUND","features":[3]},{"name":"ERROR_WMI_INSTANCE_NOT_FOUND","features":[3]},{"name":"ERROR_WMI_INVALID_MOF","features":[3]},{"name":"ERROR_WMI_INVALID_REGINFO","features":[3]},{"name":"ERROR_WMI_ITEMID_NOT_FOUND","features":[3]},{"name":"ERROR_WMI_READ_ONLY","features":[3]},{"name":"ERROR_WMI_SERVER_UNAVAILABLE","features":[3]},{"name":"ERROR_WMI_SET_FAILURE","features":[3]},{"name":"ERROR_WMI_TRY_AGAIN","features":[3]},{"name":"ERROR_WMI_UNRESOLVED_INSTANCE_REF","features":[3]},{"name":"ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT","features":[3]},{"name":"ERROR_WOF_WIM_HEADER_CORRUPT","features":[3]},{"name":"ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT","features":[3]},{"name":"ERROR_WORKING_SET_QUOTA","features":[3]},{"name":"ERROR_WOW_ASSERTION","features":[3]},{"name":"ERROR_WRITE_FAULT","features":[3]},{"name":"ERROR_WRITE_PROTECT","features":[3]},{"name":"ERROR_WRONG_COMPARTMENT","features":[3]},{"name":"ERROR_WRONG_DISK","features":[3]},{"name":"ERROR_WRONG_EFS","features":[3]},{"name":"ERROR_WRONG_INF_STYLE","features":[3]},{"name":"ERROR_WRONG_INF_TYPE","features":[3]},{"name":"ERROR_WRONG_PASSWORD","features":[3]},{"name":"ERROR_WRONG_TARGET_NAME","features":[3]},{"name":"ERROR_WX86_ERROR","features":[3]},{"name":"ERROR_WX86_WARNING","features":[3]},{"name":"ERROR_XMLDSIG_ERROR","features":[3]},{"name":"ERROR_XML_ENCODING_MISMATCH","features":[3]},{"name":"ERROR_XML_PARSE_ERROR","features":[3]},{"name":"EVENT_E_ALL_SUBSCRIBERS_FAILED","features":[3]},{"name":"EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT","features":[3]},{"name":"EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT","features":[3]},{"name":"EVENT_E_COMPLUS_NOT_INSTALLED","features":[3]},{"name":"EVENT_E_FIRST","features":[3]},{"name":"EVENT_E_INTERNALERROR","features":[3]},{"name":"EVENT_E_INTERNALEXCEPTION","features":[3]},{"name":"EVENT_E_INVALID_EVENT_CLASS_PARTITION","features":[3]},{"name":"EVENT_E_INVALID_PER_USER_SID","features":[3]},{"name":"EVENT_E_LAST","features":[3]},{"name":"EVENT_E_MISSING_EVENTCLASS","features":[3]},{"name":"EVENT_E_NOT_ALL_REMOVED","features":[3]},{"name":"EVENT_E_PER_USER_SID_NOT_LOGGED_ON","features":[3]},{"name":"EVENT_E_QUERYFIELD","features":[3]},{"name":"EVENT_E_QUERYSYNTAX","features":[3]},{"name":"EVENT_E_TOO_MANY_METHODS","features":[3]},{"name":"EVENT_E_USER_EXCEPTION","features":[3]},{"name":"EVENT_S_FIRST","features":[3]},{"name":"EVENT_S_LAST","features":[3]},{"name":"EVENT_S_NOSUBSCRIBERS","features":[3]},{"name":"EVENT_S_SOME_SUBSCRIBERS_FAILED","features":[3]},{"name":"EXCEPTION_ACCESS_VIOLATION","features":[3]},{"name":"EXCEPTION_ARRAY_BOUNDS_EXCEEDED","features":[3]},{"name":"EXCEPTION_BREAKPOINT","features":[3]},{"name":"EXCEPTION_DATATYPE_MISALIGNMENT","features":[3]},{"name":"EXCEPTION_FLT_DENORMAL_OPERAND","features":[3]},{"name":"EXCEPTION_FLT_DIVIDE_BY_ZERO","features":[3]},{"name":"EXCEPTION_FLT_INEXACT_RESULT","features":[3]},{"name":"EXCEPTION_FLT_INVALID_OPERATION","features":[3]},{"name":"EXCEPTION_FLT_OVERFLOW","features":[3]},{"name":"EXCEPTION_FLT_STACK_CHECK","features":[3]},{"name":"EXCEPTION_FLT_UNDERFLOW","features":[3]},{"name":"EXCEPTION_GUARD_PAGE","features":[3]},{"name":"EXCEPTION_ILLEGAL_INSTRUCTION","features":[3]},{"name":"EXCEPTION_INT_DIVIDE_BY_ZERO","features":[3]},{"name":"EXCEPTION_INT_OVERFLOW","features":[3]},{"name":"EXCEPTION_INVALID_DISPOSITION","features":[3]},{"name":"EXCEPTION_INVALID_HANDLE","features":[3]},{"name":"EXCEPTION_IN_PAGE_ERROR","features":[3]},{"name":"EXCEPTION_NONCONTINUABLE_EXCEPTION","features":[3]},{"name":"EXCEPTION_POSSIBLE_DEADLOCK","features":[3]},{"name":"EXCEPTION_PRIV_INSTRUCTION","features":[3]},{"name":"EXCEPTION_SINGLE_STEP","features":[3]},{"name":"EXCEPTION_SPAPI_UNRECOVERABLE_STACK_OVERFLOW","features":[3]},{"name":"EXCEPTION_STACK_OVERFLOW","features":[3]},{"name":"E_ABORT","features":[3]},{"name":"E_ACCESSDENIED","features":[3]},{"name":"E_APPLICATION_ACTIVATION_EXEC_FAILURE","features":[3]},{"name":"E_APPLICATION_ACTIVATION_TIMED_OUT","features":[3]},{"name":"E_APPLICATION_EXITING","features":[3]},{"name":"E_APPLICATION_MANAGER_NOT_RUNNING","features":[3]},{"name":"E_APPLICATION_NOT_REGISTERED","features":[3]},{"name":"E_APPLICATION_TEMPORARY_LICENSE_ERROR","features":[3]},{"name":"E_APPLICATION_TRIAL_LICENSE_EXPIRED","features":[3]},{"name":"E_APPLICATION_VIEW_EXITING","features":[3]},{"name":"E_ASYNC_OPERATION_NOT_STARTED","features":[3]},{"name":"E_AUDIO_ENGINE_NODE_NOT_FOUND","features":[3]},{"name":"E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND","features":[3]},{"name":"E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG","features":[3]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION","features":[3]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION","features":[3]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION","features":[3]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[3]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES","features":[3]},{"name":"E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[3]},{"name":"E_BLUETOOTH_ATT_INVALID_HANDLE","features":[3]},{"name":"E_BLUETOOTH_ATT_INVALID_OFFSET","features":[3]},{"name":"E_BLUETOOTH_ATT_INVALID_PDU","features":[3]},{"name":"E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL","features":[3]},{"name":"E_BLUETOOTH_ATT_READ_NOT_PERMITTED","features":[3]},{"name":"E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED","features":[3]},{"name":"E_BLUETOOTH_ATT_UNKNOWN_ERROR","features":[3]},{"name":"E_BLUETOOTH_ATT_UNLIKELY","features":[3]},{"name":"E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE","features":[3]},{"name":"E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED","features":[3]},{"name":"E_BOUNDS","features":[3]},{"name":"E_CHANGED_STATE","features":[3]},{"name":"E_ELEVATED_ACTIVATION_NOT_SUPPORTED","features":[3]},{"name":"E_FAIL","features":[3]},{"name":"E_FULL_ADMIN_NOT_SUPPORTED","features":[3]},{"name":"E_HANDLE","features":[3]},{"name":"E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED","features":[3]},{"name":"E_HDAUDIO_EMPTY_CONNECTION_LIST","features":[3]},{"name":"E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED","features":[3]},{"name":"E_HDAUDIO_NULL_LINKED_LIST_ENTRY","features":[3]},{"name":"E_ILLEGAL_DELEGATE_ASSIGNMENT","features":[3]},{"name":"E_ILLEGAL_METHOD_CALL","features":[3]},{"name":"E_ILLEGAL_STATE_CHANGE","features":[3]},{"name":"E_INVALIDARG","features":[3]},{"name":"E_INVALID_PROTOCOL_FORMAT","features":[3]},{"name":"E_INVALID_PROTOCOL_OPERATION","features":[3]},{"name":"E_MBN_BAD_SIM","features":[3]},{"name":"E_MBN_CONTEXT_NOT_ACTIVATED","features":[3]},{"name":"E_MBN_DATA_CLASS_NOT_AVAILABLE","features":[3]},{"name":"E_MBN_DEFAULT_PROFILE_EXIST","features":[3]},{"name":"E_MBN_FAILURE","features":[3]},{"name":"E_MBN_INVALID_ACCESS_STRING","features":[3]},{"name":"E_MBN_INVALID_CACHE","features":[3]},{"name":"E_MBN_INVALID_PROFILE","features":[3]},{"name":"E_MBN_MAX_ACTIVATED_CONTEXTS","features":[3]},{"name":"E_MBN_NOT_REGISTERED","features":[3]},{"name":"E_MBN_PACKET_SVC_DETACHED","features":[3]},{"name":"E_MBN_PIN_DISABLED","features":[3]},{"name":"E_MBN_PIN_NOT_SUPPORTED","features":[3]},{"name":"E_MBN_PIN_REQUIRED","features":[3]},{"name":"E_MBN_PROVIDERS_NOT_FOUND","features":[3]},{"name":"E_MBN_PROVIDER_NOT_VISIBLE","features":[3]},{"name":"E_MBN_RADIO_POWER_OFF","features":[3]},{"name":"E_MBN_SERVICE_NOT_ACTIVATED","features":[3]},{"name":"E_MBN_SIM_NOT_INSERTED","features":[3]},{"name":"E_MBN_SMS_ENCODING_NOT_SUPPORTED","features":[3]},{"name":"E_MBN_SMS_FILTER_NOT_SUPPORTED","features":[3]},{"name":"E_MBN_SMS_FORMAT_NOT_SUPPORTED","features":[3]},{"name":"E_MBN_SMS_INVALID_MEMORY_INDEX","features":[3]},{"name":"E_MBN_SMS_LANG_NOT_SUPPORTED","features":[3]},{"name":"E_MBN_SMS_MEMORY_FAILURE","features":[3]},{"name":"E_MBN_SMS_MEMORY_FULL","features":[3]},{"name":"E_MBN_SMS_NETWORK_TIMEOUT","features":[3]},{"name":"E_MBN_SMS_OPERATION_NOT_ALLOWED","features":[3]},{"name":"E_MBN_SMS_UNKNOWN_SMSC_ADDRESS","features":[3]},{"name":"E_MBN_VOICE_CALL_IN_PROGRESS","features":[3]},{"name":"E_MONITOR_RESOLUTION_TOO_LOW","features":[3]},{"name":"E_MULTIPLE_EXTENSIONS_FOR_APPLICATION","features":[3]},{"name":"E_MULTIPLE_PACKAGES_FOR_FAMILY","features":[3]},{"name":"E_NOINTERFACE","features":[3]},{"name":"E_NOTIMPL","features":[3]},{"name":"E_OUTOFMEMORY","features":[3]},{"name":"E_POINTER","features":[3]},{"name":"E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED","features":[3]},{"name":"E_PROTOCOL_VERSION_NOT_SUPPORTED","features":[3]},{"name":"E_SKYDRIVE_FILE_NOT_UPLOADED","features":[3]},{"name":"E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX","features":[3]},{"name":"E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED","features":[3]},{"name":"E_SKYDRIVE_ROOT_TARGET_OVERLAP","features":[3]},{"name":"E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED","features":[3]},{"name":"E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL","features":[3]},{"name":"E_STRING_NOT_NULL_TERMINATED","features":[3]},{"name":"E_SUBPROTOCOL_NOT_SUPPORTED","features":[3]},{"name":"E_SYNCENGINE_CLIENT_UPDATE_NEEDED","features":[3]},{"name":"E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN","features":[3]},{"name":"E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA","features":[3]},{"name":"E_SYNCENGINE_FILE_SIZE_OVER_LIMIT","features":[3]},{"name":"E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR","features":[3]},{"name":"E_SYNCENGINE_FOLDER_INACCESSIBLE","features":[3]},{"name":"E_SYNCENGINE_FOLDER_IN_REDIRECTION","features":[3]},{"name":"E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED","features":[3]},{"name":"E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED","features":[3]},{"name":"E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED","features":[3]},{"name":"E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED","features":[3]},{"name":"E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE","features":[3]},{"name":"E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR","features":[3]},{"name":"E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED","features":[3]},{"name":"E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE","features":[3]},{"name":"E_SYNCENGINE_STORAGE_SERVICE_BLOCKED","features":[3]},{"name":"E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED","features":[3]},{"name":"E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE","features":[3]},{"name":"E_SYNCENGINE_UNKNOWN_SERVICE_ERROR","features":[3]},{"name":"E_SYNCENGINE_UNSUPPORTED_FILE_NAME","features":[3]},{"name":"E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME","features":[3]},{"name":"E_SYNCENGINE_UNSUPPORTED_MARKET","features":[3]},{"name":"E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT","features":[3]},{"name":"E_UAC_DISABLED","features":[3]},{"name":"E_UNEXPECTED","features":[3]},{"name":"FACILITY_ACPI_ERROR_CODE","features":[3]},{"name":"FACILITY_APP_EXEC","features":[3]},{"name":"FACILITY_AUDIO_KERNEL","features":[3]},{"name":"FACILITY_BCD_ERROR_CODE","features":[3]},{"name":"FACILITY_BTH_ATT","features":[3]},{"name":"FACILITY_CLUSTER_ERROR_CODE","features":[3]},{"name":"FACILITY_CODCLASS_ERROR_CODE","features":[3]},{"name":"FACILITY_COMMONLOG","features":[3]},{"name":"FACILITY_DEBUGGER","features":[3]},{"name":"FACILITY_DRIVER_FRAMEWORK","features":[3]},{"name":"FACILITY_FILTER_MANAGER","features":[3]},{"name":"FACILITY_FIREWIRE_ERROR_CODE","features":[3]},{"name":"FACILITY_FVE_ERROR_CODE","features":[3]},{"name":"FACILITY_FWP_ERROR_CODE","features":[3]},{"name":"FACILITY_GRAPHICS_KERNEL","features":[3]},{"name":"FACILITY_HID_ERROR_CODE","features":[3]},{"name":"FACILITY_HYPERVISOR","features":[3]},{"name":"FACILITY_INTERIX","features":[3]},{"name":"FACILITY_IO_ERROR_CODE","features":[3]},{"name":"FACILITY_IPSEC","features":[3]},{"name":"FACILITY_LICENSING","features":[3]},{"name":"FACILITY_MAXIMUM_VALUE","features":[3]},{"name":"FACILITY_MCA_ERROR_CODE","features":[3]},{"name":"FACILITY_MONITOR","features":[3]},{"name":"FACILITY_NDIS_ERROR_CODE","features":[3]},{"name":"FACILITY_NTCERT","features":[3]},{"name":"FACILITY_NTSSPI","features":[3]},{"name":"FACILITY_NTWIN32","features":[3]},{"name":"FACILITY_NT_IORING","features":[3]},{"name":"FACILITY_PLATFORM_MANIFEST","features":[3]},{"name":"FACILITY_QUIC_ERROR_CODE","features":[3]},{"name":"FACILITY_RDBSS","features":[3]},{"name":"FACILITY_RESUME_KEY_FILTER","features":[3]},{"name":"FACILITY_RPC_RUNTIME","features":[3]},{"name":"FACILITY_RPC_STUBS","features":[3]},{"name":"FACILITY_RTPM","features":[3]},{"name":"FACILITY_SDBUS","features":[3]},{"name":"FACILITY_SECUREBOOT","features":[3]},{"name":"FACILITY_SECURITY_CORE","features":[3]},{"name":"FACILITY_SHARED_VHDX","features":[3]},{"name":"FACILITY_SMB","features":[3]},{"name":"FACILITY_SPACES","features":[3]},{"name":"FACILITY_SXS_ERROR_CODE","features":[3]},{"name":"FACILITY_SYSTEM_INTEGRITY","features":[3]},{"name":"FACILITY_TERMINAL_SERVER","features":[3]},{"name":"FACILITY_TPM","features":[3]},{"name":"FACILITY_TRANSACTION","features":[3]},{"name":"FACILITY_USB_ERROR_CODE","features":[3]},{"name":"FACILITY_VIDEO","features":[3]},{"name":"FACILITY_VIRTUALIZATION","features":[3]},{"name":"FACILITY_VOLMGR","features":[3]},{"name":"FACILITY_VOLSNAP","features":[3]},{"name":"FACILITY_VSM","features":[3]},{"name":"FACILITY_WIN32K_NTGDI","features":[3]},{"name":"FACILITY_WIN32K_NTUSER","features":[3]},{"name":"FACILITY_XVS","features":[3]},{"name":"FACILTIY_MUI_ERROR_CODE","features":[3]},{"name":"FALSE","features":[3]},{"name":"FARPROC","features":[3]},{"name":"FA_E_HOMEGROUP_NOT_AVAILABLE","features":[3]},{"name":"FA_E_MAX_PERSISTED_ITEMS_REACHED","features":[3]},{"name":"FDAEMON_E_CHANGEUPDATEFAILED","features":[3]},{"name":"FDAEMON_E_FATALERROR","features":[3]},{"name":"FDAEMON_E_LOWRESOURCE","features":[3]},{"name":"FDAEMON_E_NOWORDLIST","features":[3]},{"name":"FDAEMON_E_PARTITIONDELETED","features":[3]},{"name":"FDAEMON_E_TOOMANYFILTEREDBLOCKS","features":[3]},{"name":"FDAEMON_E_WORDLISTCOMMITFAILED","features":[3]},{"name":"FDAEMON_W_EMPTYWORDLIST","features":[3]},{"name":"FDAEMON_W_WORDLISTFULL","features":[3]},{"name":"FILETIME","features":[3]},{"name":"FILTER_E_ALREADY_OPEN","features":[3]},{"name":"FILTER_E_CONTENTINDEXCORRUPT","features":[3]},{"name":"FILTER_E_IN_USE","features":[3]},{"name":"FILTER_E_NOT_OPEN","features":[3]},{"name":"FILTER_E_NO_SUCH_PROPERTY","features":[3]},{"name":"FILTER_E_OFFLINE","features":[3]},{"name":"FILTER_E_PARTIALLY_FILTERED","features":[3]},{"name":"FILTER_E_TOO_BIG","features":[3]},{"name":"FILTER_E_UNREACHABLE","features":[3]},{"name":"FILTER_S_CONTENTSCAN_DELAYED","features":[3]},{"name":"FILTER_S_DISK_FULL","features":[3]},{"name":"FILTER_S_FULL_CONTENTSCAN_IMMEDIATE","features":[3]},{"name":"FILTER_S_NO_PROPSETS","features":[3]},{"name":"FILTER_S_NO_SECURITY_DESCRIPTOR","features":[3]},{"name":"FILTER_S_PARTIAL_CONTENTSCAN_IMMEDIATE","features":[3]},{"name":"FLOAT128","features":[3]},{"name":"FRS_ERR_AUTHENTICATION","features":[3]},{"name":"FRS_ERR_CHILD_TO_PARENT_COMM","features":[3]},{"name":"FRS_ERR_INSUFFICIENT_PRIV","features":[3]},{"name":"FRS_ERR_INTERNAL","features":[3]},{"name":"FRS_ERR_INTERNAL_API","features":[3]},{"name":"FRS_ERR_INVALID_API_SEQUENCE","features":[3]},{"name":"FRS_ERR_INVALID_SERVICE_PARAMETER","features":[3]},{"name":"FRS_ERR_PARENT_AUTHENTICATION","features":[3]},{"name":"FRS_ERR_PARENT_INSUFFICIENT_PRIV","features":[3]},{"name":"FRS_ERR_PARENT_TO_CHILD_COMM","features":[3]},{"name":"FRS_ERR_SERVICE_COMM","features":[3]},{"name":"FRS_ERR_STARTING_SERVICE","features":[3]},{"name":"FRS_ERR_STOPPING_SERVICE","features":[3]},{"name":"FRS_ERR_SYSVOL_DEMOTE","features":[3]},{"name":"FRS_ERR_SYSVOL_IS_BUSY","features":[3]},{"name":"FRS_ERR_SYSVOL_POPULATE","features":[3]},{"name":"FRS_ERR_SYSVOL_POPULATE_TIMEOUT","features":[3]},{"name":"FVE_E_AAD_ENDPOINT_BUSY","features":[3]},{"name":"FVE_E_AAD_SERVER_FAIL_BACKOFF","features":[3]},{"name":"FVE_E_AAD_SERVER_FAIL_RETRY_AFTER","features":[3]},{"name":"FVE_E_ACTION_NOT_ALLOWED","features":[3]},{"name":"FVE_E_ADBACKUP_NOT_ENABLED","features":[3]},{"name":"FVE_E_AD_ATTR_NOT_SET","features":[3]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE","features":[3]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE","features":[3]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE","features":[3]},{"name":"FVE_E_AD_GUID_NOT_FOUND","features":[3]},{"name":"FVE_E_AD_INSUFFICIENT_BUFFER","features":[3]},{"name":"FVE_E_AD_INVALID_DATASIZE","features":[3]},{"name":"FVE_E_AD_INVALID_DATATYPE","features":[3]},{"name":"FVE_E_AD_NO_VALUES","features":[3]},{"name":"FVE_E_AD_SCHEMA_NOT_INSTALLED","features":[3]},{"name":"FVE_E_AUTH_INVALID_APPLICATION","features":[3]},{"name":"FVE_E_AUTH_INVALID_CONFIG","features":[3]},{"name":"FVE_E_AUTOUNLOCK_ENABLED","features":[3]},{"name":"FVE_E_BAD_DATA","features":[3]},{"name":"FVE_E_BAD_INFORMATION","features":[3]},{"name":"FVE_E_BAD_PARTITION_SIZE","features":[3]},{"name":"FVE_E_BCD_APPLICATIONS_PATH_INCORRECT","features":[3]},{"name":"FVE_E_BOOTABLE_CDDVD","features":[3]},{"name":"FVE_E_BUFFER_TOO_LARGE","features":[3]},{"name":"FVE_E_CANNOT_ENCRYPT_NO_KEY","features":[3]},{"name":"FVE_E_CANNOT_SET_FVEK_ENCRYPTED","features":[3]},{"name":"FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME","features":[3]},{"name":"FVE_E_CLUSTERING_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_CONV_READ","features":[3]},{"name":"FVE_E_CONV_RECOVERY_FAILED","features":[3]},{"name":"FVE_E_CONV_WRITE","features":[3]},{"name":"FVE_E_DATASET_FULL","features":[3]},{"name":"FVE_E_DEBUGGER_ENABLED","features":[3]},{"name":"FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH","features":[3]},{"name":"FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE","features":[3]},{"name":"FVE_E_DEVICE_NOT_JOINED","features":[3]},{"name":"FVE_E_DE_DEVICE_LOCKEDOUT","features":[3]},{"name":"FVE_E_DE_FIXED_DATA_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_DE_HARDWARE_NOT_COMPLIANT","features":[3]},{"name":"FVE_E_DE_OS_VOLUME_NOT_PROTECTED","features":[3]},{"name":"FVE_E_DE_PREVENTED_FOR_OS","features":[3]},{"name":"FVE_E_DE_PROTECTION_NOT_YET_ENABLED","features":[3]},{"name":"FVE_E_DE_PROTECTION_SUSPENDED","features":[3]},{"name":"FVE_E_DE_VOLUME_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_DE_VOLUME_OPTED_OUT","features":[3]},{"name":"FVE_E_DE_WINRE_NOT_CONFIGURED","features":[3]},{"name":"FVE_E_DRY_RUN_FAILED","features":[3]},{"name":"FVE_E_DV_NOT_ALLOWED_BY_GP","features":[3]},{"name":"FVE_E_DV_NOT_SUPPORTED_ON_FS","features":[3]},{"name":"FVE_E_EDRIVE_BAND_ENUMERATION_FAILED","features":[3]},{"name":"FVE_E_EDRIVE_BAND_IN_USE","features":[3]},{"name":"FVE_E_EDRIVE_DISALLOWED_BY_GP","features":[3]},{"name":"FVE_E_EDRIVE_DRY_RUN_FAILED","features":[3]},{"name":"FVE_E_EDRIVE_DV_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE","features":[3]},{"name":"FVE_E_EDRIVE_INCOMPATIBLE_VOLUME","features":[3]},{"name":"FVE_E_EDRIVE_NO_FAILOVER_TO_SW","features":[3]},{"name":"FVE_E_EFI_ONLY","features":[3]},{"name":"FVE_E_ENH_PIN_INVALID","features":[3]},{"name":"FVE_E_EOW_NOT_SUPPORTED_IN_VERSION","features":[3]},{"name":"FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON","features":[3]},{"name":"FVE_E_FAILED_AUTHENTICATION","features":[3]},{"name":"FVE_E_FAILED_SECTOR_SIZE","features":[3]},{"name":"FVE_E_FAILED_WRONG_FS","features":[3]},{"name":"FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED","features":[3]},{"name":"FVE_E_FIPS_HASH_KDF_NOT_ALLOWED","features":[3]},{"name":"FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT","features":[3]},{"name":"FVE_E_FIPS_PREVENTS_PASSPHRASE","features":[3]},{"name":"FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD","features":[3]},{"name":"FVE_E_FIPS_RNG_CHECK_FAILED","features":[3]},{"name":"FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_FOREIGN_VOLUME","features":[3]},{"name":"FVE_E_FS_MOUNTED","features":[3]},{"name":"FVE_E_FS_NOT_EXTENDED","features":[3]},{"name":"FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE","features":[3]},{"name":"FVE_E_HIDDEN_VOLUME","features":[3]},{"name":"FVE_E_INVALID_BITLOCKER_OID","features":[3]},{"name":"FVE_E_INVALID_DATUM_TYPE","features":[3]},{"name":"FVE_E_INVALID_KEY_FORMAT","features":[3]},{"name":"FVE_E_INVALID_NBP_CERT","features":[3]},{"name":"FVE_E_INVALID_NKP_CERT","features":[3]},{"name":"FVE_E_INVALID_PASSWORD_FORMAT","features":[3]},{"name":"FVE_E_INVALID_PIN_CHARS","features":[3]},{"name":"FVE_E_INVALID_PIN_CHARS_DETAILED","features":[3]},{"name":"FVE_E_INVALID_PROTECTOR_TYPE","features":[3]},{"name":"FVE_E_INVALID_STARTUP_OPTIONS","features":[3]},{"name":"FVE_E_KEYFILE_INVALID","features":[3]},{"name":"FVE_E_KEYFILE_NOT_FOUND","features":[3]},{"name":"FVE_E_KEYFILE_NO_VMK","features":[3]},{"name":"FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE","features":[3]},{"name":"FVE_E_KEY_PROTECTOR_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_KEY_REQUIRED","features":[3]},{"name":"FVE_E_KEY_ROTATION_NOT_ENABLED","features":[3]},{"name":"FVE_E_KEY_ROTATION_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_LIVEID_ACCOUNT_BLOCKED","features":[3]},{"name":"FVE_E_LIVEID_ACCOUNT_SUSPENDED","features":[3]},{"name":"FVE_E_LOCKED_VOLUME","features":[3]},{"name":"FVE_E_METADATA_FULL","features":[3]},{"name":"FVE_E_MOR_FAILED","features":[3]},{"name":"FVE_E_MULTIPLE_NKP_CERTS","features":[3]},{"name":"FVE_E_NON_BITLOCKER_KU","features":[3]},{"name":"FVE_E_NON_BITLOCKER_OID","features":[3]},{"name":"FVE_E_NOT_ACTIVATED","features":[3]},{"name":"FVE_E_NOT_ALLOWED_IN_SAFE_MODE","features":[3]},{"name":"FVE_E_NOT_ALLOWED_IN_VERSION","features":[3]},{"name":"FVE_E_NOT_ALLOWED_ON_CLUSTER","features":[3]},{"name":"FVE_E_NOT_ALLOWED_ON_CSV_STACK","features":[3]},{"name":"FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING","features":[3]},{"name":"FVE_E_NOT_DATA_VOLUME","features":[3]},{"name":"FVE_E_NOT_DECRYPTED","features":[3]},{"name":"FVE_E_NOT_DE_VOLUME","features":[3]},{"name":"FVE_E_NOT_ENCRYPTED","features":[3]},{"name":"FVE_E_NOT_ON_STACK","features":[3]},{"name":"FVE_E_NOT_OS_VOLUME","features":[3]},{"name":"FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES","features":[3]},{"name":"FVE_E_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_NO_AUTOUNLOCK_MASTER_KEY","features":[3]},{"name":"FVE_E_NO_BOOTMGR_METRIC","features":[3]},{"name":"FVE_E_NO_BOOTSECTOR_METRIC","features":[3]},{"name":"FVE_E_NO_EXISTING_PASSPHRASE","features":[3]},{"name":"FVE_E_NO_EXISTING_PIN","features":[3]},{"name":"FVE_E_NO_FEATURE_LICENSE","features":[3]},{"name":"FVE_E_NO_LICENSE","features":[3]},{"name":"FVE_E_NO_MBR_METRIC","features":[3]},{"name":"FVE_E_NO_PASSPHRASE_WITH_TPM","features":[3]},{"name":"FVE_E_NO_PREBOOT_KEYBOARD_DETECTED","features":[3]},{"name":"FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED","features":[3]},{"name":"FVE_E_NO_PROTECTORS_TO_TEST","features":[3]},{"name":"FVE_E_NO_SUCH_CAPABILITY_ON_TARGET","features":[3]},{"name":"FVE_E_NO_TPM_BIOS","features":[3]},{"name":"FVE_E_NO_TPM_WITH_PASSPHRASE","features":[3]},{"name":"FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME","features":[3]},{"name":"FVE_E_OSV_KSR_NOT_ALLOWED","features":[3]},{"name":"FVE_E_OS_NOT_PROTECTED","features":[3]},{"name":"FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED","features":[3]},{"name":"FVE_E_OVERLAPPED_UPDATE","features":[3]},{"name":"FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED","features":[3]},{"name":"FVE_E_PASSPHRASE_TOO_LONG","features":[3]},{"name":"FVE_E_PIN_INVALID","features":[3]},{"name":"FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED","features":[3]},{"name":"FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON","features":[3]},{"name":"FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON","features":[3]},{"name":"FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON","features":[3]},{"name":"FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON","features":[3]},{"name":"FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON","features":[3]},{"name":"FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED","features":[3]},{"name":"FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS","features":[3]},{"name":"FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH","features":[3]},{"name":"FVE_E_POLICY_INVALID_PIN_LENGTH","features":[3]},{"name":"FVE_E_POLICY_ON_RDV_EXCLUSION_LIST","features":[3]},{"name":"FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_PASSPHRASE_REQUIRED","features":[3]},{"name":"FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII","features":[3]},{"name":"FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE","features":[3]},{"name":"FVE_E_POLICY_PASSWORD_REQUIRED","features":[3]},{"name":"FVE_E_POLICY_PROHIBITS_SELFSIGNED","features":[3]},{"name":"FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_RECOVERY_KEY_REQUIRED","features":[3]},{"name":"FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED","features":[3]},{"name":"FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE","features":[3]},{"name":"FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE","features":[3]},{"name":"FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_STARTUP_KEY_REQUIRED","features":[3]},{"name":"FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED","features":[3]},{"name":"FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_STARTUP_PIN_REQUIRED","features":[3]},{"name":"FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_STARTUP_TPM_REQUIRED","features":[3]},{"name":"FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_USER_CERTIFICATE_REQUIRED","features":[3]},{"name":"FVE_E_POLICY_USER_CERT_MUST_BE_HW","features":[3]},{"name":"FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED","features":[3]},{"name":"FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED","features":[3]},{"name":"FVE_E_PREDICTED_TPM_PROTECTOR_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_PRIVATEKEY_AUTH_FAILED","features":[3]},{"name":"FVE_E_PROTECTION_CANNOT_BE_DISABLED","features":[3]},{"name":"FVE_E_PROTECTION_DISABLED","features":[3]},{"name":"FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED","features":[3]},{"name":"FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED","features":[3]},{"name":"FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH","features":[3]},{"name":"FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH","features":[3]},{"name":"FVE_E_PROTECTOR_EXISTS","features":[3]},{"name":"FVE_E_PROTECTOR_NOT_FOUND","features":[3]},{"name":"FVE_E_PUBKEY_NOT_ALLOWED","features":[3]},{"name":"FVE_E_RAW_ACCESS","features":[3]},{"name":"FVE_E_RAW_BLOCKED","features":[3]},{"name":"FVE_E_REBOOT_REQUIRED","features":[3]},{"name":"FVE_E_RECOVERY_KEY_REQUIRED","features":[3]},{"name":"FVE_E_RECOVERY_PARTITION","features":[3]},{"name":"FVE_E_RELATIVE_PATH","features":[3]},{"name":"FVE_E_REMOVAL_OF_DRA_FAILED","features":[3]},{"name":"FVE_E_REMOVAL_OF_NKP_FAILED","features":[3]},{"name":"FVE_E_SECUREBOOT_CONFIGURATION_INVALID","features":[3]},{"name":"FVE_E_SECUREBOOT_DISABLED","features":[3]},{"name":"FVE_E_SECURE_KEY_REQUIRED","features":[3]},{"name":"FVE_E_SETUP_TPM_CALLBACK_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_SHADOW_COPY_PRESENT","features":[3]},{"name":"FVE_E_SYSTEM_VOLUME","features":[3]},{"name":"FVE_E_TOKEN_NOT_IMPERSONATED","features":[3]},{"name":"FVE_E_TOO_SMALL","features":[3]},{"name":"FVE_E_TPM_CONTEXT_SETUP_NOT_SUPPORTED","features":[3]},{"name":"FVE_E_TPM_DISABLED","features":[3]},{"name":"FVE_E_TPM_INVALID_PCR","features":[3]},{"name":"FVE_E_TPM_NOT_OWNED","features":[3]},{"name":"FVE_E_TPM_NO_VMK","features":[3]},{"name":"FVE_E_TPM_SRK_AUTH_NOT_ZERO","features":[3]},{"name":"FVE_E_TRANSIENT_STATE","features":[3]},{"name":"FVE_E_UPDATE_INVALID_CONFIG","features":[3]},{"name":"FVE_E_VIRTUALIZED_SPACE_TOO_BIG","features":[3]},{"name":"FVE_E_VOLUME_BOUND_ALREADY","features":[3]},{"name":"FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT","features":[3]},{"name":"FVE_E_VOLUME_HANDLE_OPEN","features":[3]},{"name":"FVE_E_VOLUME_NOT_BOUND","features":[3]},{"name":"FVE_E_VOLUME_TOO_SMALL","features":[3]},{"name":"FVE_E_WIPE_CANCEL_NOT_APPLICABLE","features":[3]},{"name":"FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE","features":[3]},{"name":"FVE_E_WRONG_BOOTMGR","features":[3]},{"name":"FVE_E_WRONG_BOOTSECTOR","features":[3]},{"name":"FVE_E_WRONG_SYSTEM_FS","features":[3]},{"name":"FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER","features":[3]},{"name":"FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER","features":[3]},{"name":"FWP_E_ALREADY_EXISTS","features":[3]},{"name":"FWP_E_BUILTIN_OBJECT","features":[3]},{"name":"FWP_E_CALLOUT_NOTIFICATION_FAILED","features":[3]},{"name":"FWP_E_CALLOUT_NOT_FOUND","features":[3]},{"name":"FWP_E_CONDITION_NOT_FOUND","features":[3]},{"name":"FWP_E_CONNECTIONS_DISABLED","features":[3]},{"name":"FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT","features":[3]},{"name":"FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER","features":[3]},{"name":"FWP_E_DROP_NOICMP","features":[3]},{"name":"FWP_E_DUPLICATE_AUTH_METHOD","features":[3]},{"name":"FWP_E_DUPLICATE_CONDITION","features":[3]},{"name":"FWP_E_DUPLICATE_KEYMOD","features":[3]},{"name":"FWP_E_DYNAMIC_SESSION_IN_PROGRESS","features":[3]},{"name":"FWP_E_EM_NOT_SUPPORTED","features":[3]},{"name":"FWP_E_FILTER_NOT_FOUND","features":[3]},{"name":"FWP_E_IKEEXT_NOT_RUNNING","features":[3]},{"name":"FWP_E_INCOMPATIBLE_AUTH_METHOD","features":[3]},{"name":"FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM","features":[3]},{"name":"FWP_E_INCOMPATIBLE_DH_GROUP","features":[3]},{"name":"FWP_E_INCOMPATIBLE_LAYER","features":[3]},{"name":"FWP_E_INCOMPATIBLE_SA_STATE","features":[3]},{"name":"FWP_E_INCOMPATIBLE_TXN","features":[3]},{"name":"FWP_E_INVALID_ACTION_TYPE","features":[3]},{"name":"FWP_E_INVALID_AUTH_TRANSFORM","features":[3]},{"name":"FWP_E_INVALID_CIPHER_TRANSFORM","features":[3]},{"name":"FWP_E_INVALID_DNS_NAME","features":[3]},{"name":"FWP_E_INVALID_ENUMERATOR","features":[3]},{"name":"FWP_E_INVALID_FLAGS","features":[3]},{"name":"FWP_E_INVALID_INTERVAL","features":[3]},{"name":"FWP_E_INVALID_NET_MASK","features":[3]},{"name":"FWP_E_INVALID_PARAMETER","features":[3]},{"name":"FWP_E_INVALID_RANGE","features":[3]},{"name":"FWP_E_INVALID_TRANSFORM_COMBINATION","features":[3]},{"name":"FWP_E_INVALID_TUNNEL_ENDPOINT","features":[3]},{"name":"FWP_E_INVALID_WEIGHT","features":[3]},{"name":"FWP_E_IN_USE","features":[3]},{"name":"FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL","features":[3]},{"name":"FWP_E_KEY_DICTATOR_ALREADY_REGISTERED","features":[3]},{"name":"FWP_E_KM_CLIENTS_ONLY","features":[3]},{"name":"FWP_E_L2_DRIVER_NOT_READY","features":[3]},{"name":"FWP_E_LAYER_NOT_FOUND","features":[3]},{"name":"FWP_E_LIFETIME_MISMATCH","features":[3]},{"name":"FWP_E_MATCH_TYPE_MISMATCH","features":[3]},{"name":"FWP_E_NET_EVENTS_DISABLED","features":[3]},{"name":"FWP_E_NEVER_MATCH","features":[3]},{"name":"FWP_E_NOTIFICATION_DROPPED","features":[3]},{"name":"FWP_E_NOT_FOUND","features":[3]},{"name":"FWP_E_NO_TXN_IN_PROGRESS","features":[3]},{"name":"FWP_E_NULL_DISPLAY_NAME","features":[3]},{"name":"FWP_E_NULL_POINTER","features":[3]},{"name":"FWP_E_OUT_OF_BOUNDS","features":[3]},{"name":"FWP_E_PROVIDER_CONTEXT_MISMATCH","features":[3]},{"name":"FWP_E_PROVIDER_CONTEXT_NOT_FOUND","features":[3]},{"name":"FWP_E_PROVIDER_NOT_FOUND","features":[3]},{"name":"FWP_E_RESERVED","features":[3]},{"name":"FWP_E_SESSION_ABORTED","features":[3]},{"name":"FWP_E_STILL_ON","features":[3]},{"name":"FWP_E_SUBLAYER_NOT_FOUND","features":[3]},{"name":"FWP_E_TIMEOUT","features":[3]},{"name":"FWP_E_TOO_MANY_CALLOUTS","features":[3]},{"name":"FWP_E_TOO_MANY_SUBLAYERS","features":[3]},{"name":"FWP_E_TRAFFIC_MISMATCH","features":[3]},{"name":"FWP_E_TXN_ABORTED","features":[3]},{"name":"FWP_E_TXN_IN_PROGRESS","features":[3]},{"name":"FWP_E_TYPE_MISMATCH","features":[3]},{"name":"FWP_E_WRONG_SESSION","features":[3]},{"name":"FWP_E_ZERO_LENGTH_ARRAY","features":[3]},{"name":"FreeLibrary","features":[3]},{"name":"GCN_E_DEFAULTNAMESPACE_EXISTS","features":[3]},{"name":"GCN_E_MODULE_NOT_FOUND","features":[3]},{"name":"GCN_E_NETADAPTER_NOT_FOUND","features":[3]},{"name":"GCN_E_NETADAPTER_TIMEOUT","features":[3]},{"name":"GCN_E_NETCOMPARTMENT_NOT_FOUND","features":[3]},{"name":"GCN_E_NETINTERFACE_NOT_FOUND","features":[3]},{"name":"GCN_E_NO_REQUEST_HANDLERS","features":[3]},{"name":"GCN_E_REQUEST_UNSUPPORTED","features":[3]},{"name":"GCN_E_RUNTIMEKEYS_FAILED","features":[3]},{"name":"GENERIC_ACCESS_RIGHTS","features":[3]},{"name":"GENERIC_ALL","features":[3]},{"name":"GENERIC_EXECUTE","features":[3]},{"name":"GENERIC_READ","features":[3]},{"name":"GENERIC_WRITE","features":[3]},{"name":"GetHandleInformation","features":[3]},{"name":"GetLastError","features":[3]},{"name":"GlobalFree","features":[3]},{"name":"HANDLE","features":[3]},{"name":"HANDLE_FLAGS","features":[3]},{"name":"HANDLE_FLAG_INHERIT","features":[3]},{"name":"HANDLE_FLAG_PROTECT_FROM_CLOSE","features":[3]},{"name":"HANDLE_PTR","features":[3]},{"name":"HCN_E_ADAPTER_NOT_FOUND","features":[3]},{"name":"HCN_E_ADDR_INVALID_OR_RESERVED","features":[3]},{"name":"HCN_E_DEGRADED_OPERATION","features":[3]},{"name":"HCN_E_ENDPOINT_ALREADY_ATTACHED","features":[3]},{"name":"HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS","features":[3]},{"name":"HCN_E_ENDPOINT_NOT_ATTACHED","features":[3]},{"name":"HCN_E_ENDPOINT_NOT_FOUND","features":[3]},{"name":"HCN_E_ENDPOINT_NOT_LOCAL","features":[3]},{"name":"HCN_E_ENDPOINT_SHARING_DISABLED","features":[3]},{"name":"HCN_E_ENTITY_HAS_REFERENCES","features":[3]},{"name":"HCN_E_GUID_CONVERSION_FAILURE","features":[3]},{"name":"HCN_E_ICS_DISABLED","features":[3]},{"name":"HCN_E_INVALID_ENDPOINT","features":[3]},{"name":"HCN_E_INVALID_INTERNAL_PORT","features":[3]},{"name":"HCN_E_INVALID_IP","features":[3]},{"name":"HCN_E_INVALID_IP_SUBNET","features":[3]},{"name":"HCN_E_INVALID_JSON","features":[3]},{"name":"HCN_E_INVALID_JSON_REFERENCE","features":[3]},{"name":"HCN_E_INVALID_NETWORK","features":[3]},{"name":"HCN_E_INVALID_NETWORK_TYPE","features":[3]},{"name":"HCN_E_INVALID_POLICY","features":[3]},{"name":"HCN_E_INVALID_POLICY_TYPE","features":[3]},{"name":"HCN_E_INVALID_PREFIX","features":[3]},{"name":"HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION","features":[3]},{"name":"HCN_E_INVALID_SUBNET","features":[3]},{"name":"HCN_E_LAYER_ALREADY_EXISTS","features":[3]},{"name":"HCN_E_LAYER_NOT_FOUND","features":[3]},{"name":"HCN_E_MANAGER_STOPPED","features":[3]},{"name":"HCN_E_MAPPING_NOT_SUPPORTED","features":[3]},{"name":"HCN_E_NAMESPACE_ATTACH_FAILED","features":[3]},{"name":"HCN_E_NETWORK_ALREADY_EXISTS","features":[3]},{"name":"HCN_E_NETWORK_NOT_FOUND","features":[3]},{"name":"HCN_E_OBJECT_USED_AFTER_UNLOAD","features":[3]},{"name":"HCN_E_POLICY_ALREADY_EXISTS","features":[3]},{"name":"HCN_E_POLICY_NOT_FOUND","features":[3]},{"name":"HCN_E_PORT_ALREADY_EXISTS","features":[3]},{"name":"HCN_E_PORT_NOT_FOUND","features":[3]},{"name":"HCN_E_REGKEY_FAILURE","features":[3]},{"name":"HCN_E_REQUEST_UNSUPPORTED","features":[3]},{"name":"HCN_E_SHARED_SWITCH_MODIFICATION","features":[3]},{"name":"HCN_E_SUBNET_NOT_FOUND","features":[3]},{"name":"HCN_E_SWITCH_EXTENSION_NOT_FOUND","features":[3]},{"name":"HCN_E_SWITCH_NOT_FOUND","features":[3]},{"name":"HCN_E_VFP_NOT_ALLOWED","features":[3]},{"name":"HCN_E_VFP_PORTSETTING_NOT_FOUND","features":[3]},{"name":"HCN_INTERFACEPARAMETERS_ALREADY_APPLIED","features":[3]},{"name":"HCS_E_ACCESS_DENIED","features":[3]},{"name":"HCS_E_CONNECTION_CLOSED","features":[3]},{"name":"HCS_E_CONNECTION_TIMEOUT","features":[3]},{"name":"HCS_E_CONNECT_FAILED","features":[3]},{"name":"HCS_E_GUEST_CRITICAL_ERROR","features":[3]},{"name":"HCS_E_HYPERV_NOT_INSTALLED","features":[3]},{"name":"HCS_E_IMAGE_MISMATCH","features":[3]},{"name":"HCS_E_INVALID_JSON","features":[3]},{"name":"HCS_E_INVALID_LAYER","features":[3]},{"name":"HCS_E_INVALID_STATE","features":[3]},{"name":"HCS_E_OPERATION_ALREADY_CANCELLED","features":[3]},{"name":"HCS_E_OPERATION_ALREADY_STARTED","features":[3]},{"name":"HCS_E_OPERATION_NOT_STARTED","features":[3]},{"name":"HCS_E_OPERATION_PENDING","features":[3]},{"name":"HCS_E_OPERATION_RESULT_ALLOCATION_FAILED","features":[3]},{"name":"HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET","features":[3]},{"name":"HCS_E_OPERATION_TIMEOUT","features":[3]},{"name":"HCS_E_PROCESS_ALREADY_STOPPED","features":[3]},{"name":"HCS_E_PROCESS_INFO_NOT_AVAILABLE","features":[3]},{"name":"HCS_E_PROTOCOL_ERROR","features":[3]},{"name":"HCS_E_SERVICE_DISCONNECT","features":[3]},{"name":"HCS_E_SERVICE_NOT_AVAILABLE","features":[3]},{"name":"HCS_E_SYSTEM_ALREADY_EXISTS","features":[3]},{"name":"HCS_E_SYSTEM_ALREADY_STOPPED","features":[3]},{"name":"HCS_E_SYSTEM_NOT_CONFIGURED_FOR_OPERATION","features":[3]},{"name":"HCS_E_SYSTEM_NOT_FOUND","features":[3]},{"name":"HCS_E_TERMINATED","features":[3]},{"name":"HCS_E_TERMINATED_DURING_START","features":[3]},{"name":"HCS_E_UNEXPECTED_EXIT","features":[3]},{"name":"HCS_E_UNKNOWN_MESSAGE","features":[3]},{"name":"HCS_E_UNSUPPORTED_PROTOCOL_VERSION","features":[3]},{"name":"HCS_E_WINDOWS_INSIDER_REQUIRED","features":[3]},{"name":"HGLOBAL","features":[3]},{"name":"HINSTANCE","features":[3]},{"name":"HLOCAL","features":[3]},{"name":"HLSURF","features":[3]},{"name":"HMODULE","features":[3]},{"name":"HRESULT","features":[3]},{"name":"HRSRC","features":[3]},{"name":"HSPRITE","features":[3]},{"name":"HSP_BASE_ERROR_MASK","features":[3]},{"name":"HSP_BASE_INTERNAL_ERROR","features":[3]},{"name":"HSP_BS_ERROR_MASK","features":[3]},{"name":"HSP_BS_INTERNAL_ERROR","features":[3]},{"name":"HSP_DRV_ERROR_MASK","features":[3]},{"name":"HSP_DRV_INTERNAL_ERROR","features":[3]},{"name":"HSP_E_ERROR_MASK","features":[3]},{"name":"HSP_E_INTERNAL_ERROR","features":[3]},{"name":"HSP_KSP_ALGORITHM_NOT_SUPPORTED","features":[3]},{"name":"HSP_KSP_BUFFER_TOO_SMALL","features":[3]},{"name":"HSP_KSP_DEVICE_NOT_READY","features":[3]},{"name":"HSP_KSP_ERROR_MASK","features":[3]},{"name":"HSP_KSP_INTERNAL_ERROR","features":[3]},{"name":"HSP_KSP_INVALID_DATA","features":[3]},{"name":"HSP_KSP_INVALID_FLAGS","features":[3]},{"name":"HSP_KSP_INVALID_KEY_HANDLE","features":[3]},{"name":"HSP_KSP_INVALID_KEY_TYPE","features":[3]},{"name":"HSP_KSP_INVALID_PARAMETER","features":[3]},{"name":"HSP_KSP_INVALID_PROVIDER_HANDLE","features":[3]},{"name":"HSP_KSP_KEY_ALREADY_FINALIZED","features":[3]},{"name":"HSP_KSP_KEY_EXISTS","features":[3]},{"name":"HSP_KSP_KEY_LOAD_FAIL","features":[3]},{"name":"HSP_KSP_KEY_MISSING","features":[3]},{"name":"HSP_KSP_KEY_NOT_FINALIZED","features":[3]},{"name":"HSP_KSP_NOT_SUPPORTED","features":[3]},{"name":"HSP_KSP_NO_MEMORY","features":[3]},{"name":"HSP_KSP_NO_MORE_ITEMS","features":[3]},{"name":"HSP_KSP_PARAMETER_NOT_SET","features":[3]},{"name":"HSTR","features":[3]},{"name":"HTTP_E_STATUS_AMBIGUOUS","features":[3]},{"name":"HTTP_E_STATUS_BAD_GATEWAY","features":[3]},{"name":"HTTP_E_STATUS_BAD_METHOD","features":[3]},{"name":"HTTP_E_STATUS_BAD_REQUEST","features":[3]},{"name":"HTTP_E_STATUS_CONFLICT","features":[3]},{"name":"HTTP_E_STATUS_DENIED","features":[3]},{"name":"HTTP_E_STATUS_EXPECTATION_FAILED","features":[3]},{"name":"HTTP_E_STATUS_FORBIDDEN","features":[3]},{"name":"HTTP_E_STATUS_GATEWAY_TIMEOUT","features":[3]},{"name":"HTTP_E_STATUS_GONE","features":[3]},{"name":"HTTP_E_STATUS_LENGTH_REQUIRED","features":[3]},{"name":"HTTP_E_STATUS_MOVED","features":[3]},{"name":"HTTP_E_STATUS_NONE_ACCEPTABLE","features":[3]},{"name":"HTTP_E_STATUS_NOT_FOUND","features":[3]},{"name":"HTTP_E_STATUS_NOT_MODIFIED","features":[3]},{"name":"HTTP_E_STATUS_NOT_SUPPORTED","features":[3]},{"name":"HTTP_E_STATUS_PAYMENT_REQ","features":[3]},{"name":"HTTP_E_STATUS_PRECOND_FAILED","features":[3]},{"name":"HTTP_E_STATUS_PROXY_AUTH_REQ","features":[3]},{"name":"HTTP_E_STATUS_RANGE_NOT_SATISFIABLE","features":[3]},{"name":"HTTP_E_STATUS_REDIRECT","features":[3]},{"name":"HTTP_E_STATUS_REDIRECT_KEEP_VERB","features":[3]},{"name":"HTTP_E_STATUS_REDIRECT_METHOD","features":[3]},{"name":"HTTP_E_STATUS_REQUEST_TIMEOUT","features":[3]},{"name":"HTTP_E_STATUS_REQUEST_TOO_LARGE","features":[3]},{"name":"HTTP_E_STATUS_SERVER_ERROR","features":[3]},{"name":"HTTP_E_STATUS_SERVICE_UNAVAIL","features":[3]},{"name":"HTTP_E_STATUS_UNEXPECTED","features":[3]},{"name":"HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR","features":[3]},{"name":"HTTP_E_STATUS_UNEXPECTED_REDIRECTION","features":[3]},{"name":"HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR","features":[3]},{"name":"HTTP_E_STATUS_UNSUPPORTED_MEDIA","features":[3]},{"name":"HTTP_E_STATUS_URI_TOO_LONG","features":[3]},{"name":"HTTP_E_STATUS_USE_PROXY","features":[3]},{"name":"HTTP_E_STATUS_VERSION_NOT_SUP","features":[3]},{"name":"HUMPD","features":[3]},{"name":"HWND","features":[3]},{"name":"INPLACE_E_FIRST","features":[3]},{"name":"INPLACE_E_LAST","features":[3]},{"name":"INPLACE_E_NOTOOLSPACE","features":[3]},{"name":"INPLACE_E_NOTUNDOABLE","features":[3]},{"name":"INPLACE_S_FIRST","features":[3]},{"name":"INPLACE_S_LAST","features":[3]},{"name":"INPLACE_S_TRUNCATED","features":[3]},{"name":"INPUT_E_DEVICE_INFO","features":[3]},{"name":"INPUT_E_DEVICE_PROPERTY","features":[3]},{"name":"INPUT_E_FRAME","features":[3]},{"name":"INPUT_E_HISTORY","features":[3]},{"name":"INPUT_E_MULTIMODAL","features":[3]},{"name":"INPUT_E_OUT_OF_ORDER","features":[3]},{"name":"INPUT_E_PACKET","features":[3]},{"name":"INPUT_E_REENTRANCY","features":[3]},{"name":"INPUT_E_TRANSFORM","features":[3]},{"name":"INVALID_HANDLE_VALUE","features":[3]},{"name":"IORING_E_COMPLETION_QUEUE_TOO_BIG","features":[3]},{"name":"IORING_E_COMPLETION_QUEUE_TOO_FULL","features":[3]},{"name":"IORING_E_CORRUPT","features":[3]},{"name":"IORING_E_REQUIRED_FLAG_NOT_SUPPORTED","features":[3]},{"name":"IORING_E_SUBMISSION_QUEUE_FULL","features":[3]},{"name":"IORING_E_SUBMISSION_QUEUE_TOO_BIG","features":[3]},{"name":"IORING_E_SUBMIT_IN_PROGRESS","features":[3]},{"name":"IORING_E_VERSION_NOT_SUPPORTED","features":[3]},{"name":"IO_BAD_BLOCK_WITH_NAME","features":[3]},{"name":"IO_CDROM_EXCLUSIVE_LOCK","features":[3]},{"name":"IO_DRIVER_CANCEL_TIMEOUT","features":[3]},{"name":"IO_DUMP_CALLBACK_EXCEPTION","features":[3]},{"name":"IO_DUMP_CREATION_SUCCESS","features":[3]},{"name":"IO_DUMP_DIRECT_CONFIG_FAILED","features":[3]},{"name":"IO_DUMP_DRIVER_LOAD_FAILURE","features":[3]},{"name":"IO_DUMP_DUMPFILE_CONFLICT","features":[3]},{"name":"IO_DUMP_INITIALIZATION_FAILURE","features":[3]},{"name":"IO_DUMP_INIT_DEDICATED_DUMP_FAILURE","features":[3]},{"name":"IO_DUMP_PAGE_CONFIG_FAILED","features":[3]},{"name":"IO_DUMP_POINTER_FAILURE","features":[3]},{"name":"IO_ERROR_DISK_RESOURCES_EXHAUSTED","features":[3]},{"name":"IO_ERROR_DUMP_CREATION_ERROR","features":[3]},{"name":"IO_ERROR_IO_HARDWARE_ERROR","features":[3]},{"name":"IO_ERR_BAD_BLOCK","features":[3]},{"name":"IO_ERR_BAD_FIRMWARE","features":[3]},{"name":"IO_ERR_CONFIGURATION_ERROR","features":[3]},{"name":"IO_ERR_CONTROLLER_ERROR","features":[3]},{"name":"IO_ERR_DMA_CONFLICT_DETECTED","features":[3]},{"name":"IO_ERR_DMA_RESOURCE_CONFLICT","features":[3]},{"name":"IO_ERR_DRIVER_ERROR","features":[3]},{"name":"IO_ERR_INCORRECT_IRQL","features":[3]},{"name":"IO_ERR_INSUFFICIENT_RESOURCES","features":[3]},{"name":"IO_ERR_INTERNAL_ERROR","features":[3]},{"name":"IO_ERR_INTERRUPT_RESOURCE_CONFLICT","features":[3]},{"name":"IO_ERR_INVALID_IOBASE","features":[3]},{"name":"IO_ERR_INVALID_REQUEST","features":[3]},{"name":"IO_ERR_IRQ_CONFLICT_DETECTED","features":[3]},{"name":"IO_ERR_LAYERED_FAILURE","features":[3]},{"name":"IO_ERR_MEMORY_CONFLICT_DETECTED","features":[3]},{"name":"IO_ERR_MEMORY_RESOURCE_CONFLICT","features":[3]},{"name":"IO_ERR_NOT_READY","features":[3]},{"name":"IO_ERR_OVERRUN_ERROR","features":[3]},{"name":"IO_ERR_PARITY","features":[3]},{"name":"IO_ERR_PORT_CONFLICT_DETECTED","features":[3]},{"name":"IO_ERR_PORT_RESOURCE_CONFLICT","features":[3]},{"name":"IO_ERR_PORT_TIMEOUT","features":[3]},{"name":"IO_ERR_PROTOCOL","features":[3]},{"name":"IO_ERR_RESET","features":[3]},{"name":"IO_ERR_RETRY_SUCCEEDED","features":[3]},{"name":"IO_ERR_SEEK_ERROR","features":[3]},{"name":"IO_ERR_SEQUENCE","features":[3]},{"name":"IO_ERR_THREAD_STUCK_IN_DEVICE_DRIVER","features":[3]},{"name":"IO_ERR_TIMEOUT","features":[3]},{"name":"IO_ERR_VERSION","features":[3]},{"name":"IO_FILE_QUOTA_CORRUPT","features":[3]},{"name":"IO_FILE_QUOTA_FAILED","features":[3]},{"name":"IO_FILE_QUOTA_LIMIT","features":[3]},{"name":"IO_FILE_QUOTA_STARTED","features":[3]},{"name":"IO_FILE_QUOTA_SUCCEEDED","features":[3]},{"name":"IO_FILE_QUOTA_THRESHOLD","features":[3]},{"name":"IO_FILE_SYSTEM_CORRUPT","features":[3]},{"name":"IO_FILE_SYSTEM_CORRUPT_WITH_NAME","features":[3]},{"name":"IO_INFO_THROTTLE_COMPLETE","features":[3]},{"name":"IO_LOST_DELAYED_WRITE","features":[3]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_DISCONNECTED","features":[3]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_LOCAL_DISK_ERROR","features":[3]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_SERVER_ERROR","features":[3]},{"name":"IO_RECOVERED_VIA_ECC","features":[3]},{"name":"IO_SYSTEM_SLEEP_FAILED","features":[3]},{"name":"IO_WARNING_ADAPTER_FIRMWARE_UPDATED","features":[3]},{"name":"IO_WARNING_ALLOCATION_FAILED","features":[3]},{"name":"IO_WARNING_BUS_RESET","features":[3]},{"name":"IO_WARNING_COMPLETION_TIME","features":[3]},{"name":"IO_WARNING_DEVICE_HAS_INTERNAL_DUMP","features":[3]},{"name":"IO_WARNING_DISK_CAPACITY_CHANGED","features":[3]},{"name":"IO_WARNING_DISK_FIRMWARE_UPDATED","features":[3]},{"name":"IO_WARNING_DISK_PROVISIONING_TYPE_CHANGED","features":[3]},{"name":"IO_WARNING_DISK_SURPRISE_REMOVED","features":[3]},{"name":"IO_WARNING_DUMP_DISABLED_DEVICE_GONE","features":[3]},{"name":"IO_WARNING_DUPLICATE_PATH","features":[3]},{"name":"IO_WARNING_DUPLICATE_SIGNATURE","features":[3]},{"name":"IO_WARNING_INTERRUPT_STILL_PENDING","features":[3]},{"name":"IO_WARNING_IO_OPERATION_RETRIED","features":[3]},{"name":"IO_WARNING_LOG_FLUSH_FAILED","features":[3]},{"name":"IO_WARNING_PAGING_FAILURE","features":[3]},{"name":"IO_WARNING_REPEATED_DISK_GUID","features":[3]},{"name":"IO_WARNING_RESET","features":[3]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED","features":[3]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX","features":[3]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_LUN_LUN","features":[3]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_LUN_POOL","features":[3]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_POOL_LUN","features":[3]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_POOL_POOL","features":[3]},{"name":"IO_WARNING_VOLUME_LOST_DISK_EXTENT","features":[3]},{"name":"IO_WARNING_WRITE_FUA_PROBLEM","features":[3]},{"name":"IO_WRITE_CACHE_DISABLED","features":[3]},{"name":"IO_WRITE_CACHE_ENABLED","features":[3]},{"name":"IO_WRN_BAD_FIRMWARE","features":[3]},{"name":"IO_WRN_FAILURE_PREDICTED","features":[3]},{"name":"JSCRIPT_E_CANTEXECUTE","features":[3]},{"name":"LANGUAGE_E_DATABASE_NOT_FOUND","features":[3]},{"name":"LANGUAGE_S_LARGE_WORD","features":[3]},{"name":"LPARAM","features":[3]},{"name":"LRESULT","features":[3]},{"name":"LUID","features":[3]},{"name":"LocalFree","features":[3]},{"name":"MARSHAL_E_FIRST","features":[3]},{"name":"MARSHAL_E_LAST","features":[3]},{"name":"MARSHAL_S_FIRST","features":[3]},{"name":"MARSHAL_S_LAST","features":[3]},{"name":"MAX_PATH","features":[3]},{"name":"MCA_BUS_ERROR","features":[3]},{"name":"MCA_BUS_TIMEOUT_ERROR","features":[3]},{"name":"MCA_ERROR_CACHE","features":[3]},{"name":"MCA_ERROR_CPU","features":[3]},{"name":"MCA_ERROR_CPU_BUS","features":[3]},{"name":"MCA_ERROR_MAS","features":[3]},{"name":"MCA_ERROR_MEM_1_2","features":[3]},{"name":"MCA_ERROR_MEM_1_2_5","features":[3]},{"name":"MCA_ERROR_MEM_1_2_5_4","features":[3]},{"name":"MCA_ERROR_MEM_UNKNOWN","features":[3]},{"name":"MCA_ERROR_PCI_BUS_MASTER_ABORT","features":[3]},{"name":"MCA_ERROR_PCI_BUS_MASTER_ABORT_NO_INFO","features":[3]},{"name":"MCA_ERROR_PCI_BUS_PARITY","features":[3]},{"name":"MCA_ERROR_PCI_BUS_PARITY_NO_INFO","features":[3]},{"name":"MCA_ERROR_PCI_BUS_SERR","features":[3]},{"name":"MCA_ERROR_PCI_BUS_SERR_NO_INFO","features":[3]},{"name":"MCA_ERROR_PCI_BUS_TIMEOUT","features":[3]},{"name":"MCA_ERROR_PCI_BUS_TIMEOUT_NO_INFO","features":[3]},{"name":"MCA_ERROR_PCI_BUS_UNKNOWN","features":[3]},{"name":"MCA_ERROR_PCI_DEVICE","features":[3]},{"name":"MCA_ERROR_PLATFORM_SPECIFIC","features":[3]},{"name":"MCA_ERROR_REGISTER_FILE","features":[3]},{"name":"MCA_ERROR_SMBIOS","features":[3]},{"name":"MCA_ERROR_SYSTEM_EVENT","features":[3]},{"name":"MCA_ERROR_TLB","features":[3]},{"name":"MCA_ERROR_UNKNOWN","features":[3]},{"name":"MCA_ERROR_UNKNOWN_NO_CPU","features":[3]},{"name":"MCA_EXTERNAL_ERROR","features":[3]},{"name":"MCA_FRC_ERROR","features":[3]},{"name":"MCA_INFO_CPU_THERMAL_THROTTLING_REMOVED","features":[3]},{"name":"MCA_INFO_MEMORY_PAGE_MARKED_BAD","features":[3]},{"name":"MCA_INFO_NO_MORE_CORRECTED_ERROR_LOGS","features":[3]},{"name":"MCA_INTERNALTIMER_ERROR","features":[3]},{"name":"MCA_MEMORYHIERARCHY_ERROR","features":[3]},{"name":"MCA_MICROCODE_ROM_PARITY_ERROR","features":[3]},{"name":"MCA_TLB_ERROR","features":[3]},{"name":"MCA_WARNING_CACHE","features":[3]},{"name":"MCA_WARNING_CMC_THRESHOLD_EXCEEDED","features":[3]},{"name":"MCA_WARNING_CPE_THRESHOLD_EXCEEDED","features":[3]},{"name":"MCA_WARNING_CPU","features":[3]},{"name":"MCA_WARNING_CPU_BUS","features":[3]},{"name":"MCA_WARNING_CPU_THERMAL_THROTTLED","features":[3]},{"name":"MCA_WARNING_MAS","features":[3]},{"name":"MCA_WARNING_MEM_1_2","features":[3]},{"name":"MCA_WARNING_MEM_1_2_5","features":[3]},{"name":"MCA_WARNING_MEM_1_2_5_4","features":[3]},{"name":"MCA_WARNING_MEM_UNKNOWN","features":[3]},{"name":"MCA_WARNING_PCI_BUS_MASTER_ABORT","features":[3]},{"name":"MCA_WARNING_PCI_BUS_MASTER_ABORT_NO_INFO","features":[3]},{"name":"MCA_WARNING_PCI_BUS_PARITY","features":[3]},{"name":"MCA_WARNING_PCI_BUS_PARITY_NO_INFO","features":[3]},{"name":"MCA_WARNING_PCI_BUS_SERR","features":[3]},{"name":"MCA_WARNING_PCI_BUS_SERR_NO_INFO","features":[3]},{"name":"MCA_WARNING_PCI_BUS_TIMEOUT","features":[3]},{"name":"MCA_WARNING_PCI_BUS_TIMEOUT_NO_INFO","features":[3]},{"name":"MCA_WARNING_PCI_BUS_UNKNOWN","features":[3]},{"name":"MCA_WARNING_PCI_DEVICE","features":[3]},{"name":"MCA_WARNING_PLATFORM_SPECIFIC","features":[3]},{"name":"MCA_WARNING_REGISTER_FILE","features":[3]},{"name":"MCA_WARNING_SMBIOS","features":[3]},{"name":"MCA_WARNING_SYSTEM_EVENT","features":[3]},{"name":"MCA_WARNING_TLB","features":[3]},{"name":"MCA_WARNING_UNKNOWN","features":[3]},{"name":"MCA_WARNING_UNKNOWN_NO_CPU","features":[3]},{"name":"MEM_E_INVALID_LINK","features":[3]},{"name":"MEM_E_INVALID_ROOT","features":[3]},{"name":"MEM_E_INVALID_SIZE","features":[3]},{"name":"MENROLL_S_ENROLLMENT_SUSPENDED","features":[3]},{"name":"MILAVERR_INSUFFICIENTVIDEORESOURCES","features":[3]},{"name":"MILAVERR_INVALIDWMPVERSION","features":[3]},{"name":"MILAVERR_MEDIAPLAYERCLOSED","features":[3]},{"name":"MILAVERR_MODULENOTLOADED","features":[3]},{"name":"MILAVERR_NOCLOCK","features":[3]},{"name":"MILAVERR_NOMEDIATYPE","features":[3]},{"name":"MILAVERR_NOREADYFRAMES","features":[3]},{"name":"MILAVERR_NOVIDEOMIXER","features":[3]},{"name":"MILAVERR_NOVIDEOPRESENTER","features":[3]},{"name":"MILAVERR_REQUESTEDTEXTURETOOBIG","features":[3]},{"name":"MILAVERR_SEEKFAILED","features":[3]},{"name":"MILAVERR_UNEXPECTEDWMPFAILURE","features":[3]},{"name":"MILAVERR_UNKNOWNHARDWAREERROR","features":[3]},{"name":"MILAVERR_VIDEOACCELERATIONNOTAVAILABLE","features":[3]},{"name":"MILAVERR_WMPFACTORYNOTREGISTERED","features":[3]},{"name":"MILEFFECTSERR_ALREADYATTACHEDTOLISTENER","features":[3]},{"name":"MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT","features":[3]},{"name":"MILEFFECTSERR_CONNECTORNOTCONNECTED","features":[3]},{"name":"MILEFFECTSERR_CYCLEDETECTED","features":[3]},{"name":"MILEFFECTSERR_EFFECTALREADYINAGRAPH","features":[3]},{"name":"MILEFFECTSERR_EFFECTHASNOCHILDREN","features":[3]},{"name":"MILEFFECTSERR_EFFECTINMORETHANONEGRAPH","features":[3]},{"name":"MILEFFECTSERR_EFFECTNOTPARTOFGROUP","features":[3]},{"name":"MILEFFECTSERR_EMPTYBOUNDS","features":[3]},{"name":"MILEFFECTSERR_NOINPUTSOURCEATTACHED","features":[3]},{"name":"MILEFFECTSERR_NOTAFFINETRANSFORM","features":[3]},{"name":"MILEFFECTSERR_OUTPUTSIZETOOLARGE","features":[3]},{"name":"MILEFFECTSERR_RESERVED","features":[3]},{"name":"MILEFFECTSERR_UNKNOWNPROPERTY","features":[3]},{"name":"MILERR_ADAPTER_NOT_FOUND","features":[3]},{"name":"MILERR_ALREADYLOCKED","features":[3]},{"name":"MILERR_ALREADY_INITIALIZED","features":[3]},{"name":"MILERR_BADNUMBER","features":[3]},{"name":"MILERR_COLORSPACE_NOT_SUPPORTED","features":[3]},{"name":"MILERR_DEVICECANNOTRENDERTEXT","features":[3]},{"name":"MILERR_DISPLAYFORMATNOTSUPPORTED","features":[3]},{"name":"MILERR_DISPLAYID_ACCESS_DENIED","features":[3]},{"name":"MILERR_DISPLAYSTATEINVALID","features":[3]},{"name":"MILERR_DXGI_ENUMERATION_OUT_OF_SYNC","features":[3]},{"name":"MILERR_GENERIC_IGNORE","features":[3]},{"name":"MILERR_GLYPHBITMAPMISSED","features":[3]},{"name":"MILERR_INSUFFICIENTBUFFER","features":[3]},{"name":"MILERR_INTERNALERROR","features":[3]},{"name":"MILERR_INVALIDCALL","features":[3]},{"name":"MILERR_MALFORMEDGLYPHCACHE","features":[3]},{"name":"MILERR_MALFORMED_GUIDELINE_DATA","features":[3]},{"name":"MILERR_MAX_TEXTURE_SIZE_EXCEEDED","features":[3]},{"name":"MILERR_MISMATCHED_SIZE","features":[3]},{"name":"MILERR_MROW_READLOCK_FAILED","features":[3]},{"name":"MILERR_MROW_UPDATE_FAILED","features":[3]},{"name":"MILERR_NEED_RECREATE_AND_PRESENT","features":[3]},{"name":"MILERR_NONINVERTIBLEMATRIX","features":[3]},{"name":"MILERR_NOTLOCKED","features":[3]},{"name":"MILERR_NOT_QUEUING_PRESENTS","features":[3]},{"name":"MILERR_NO_HARDWARE_DEVICE","features":[3]},{"name":"MILERR_NO_REDIRECTION_SURFACE_AVAILABLE","features":[3]},{"name":"MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER","features":[3]},{"name":"MILERR_OBJECTBUSY","features":[3]},{"name":"MILERR_PREFILTER_NOT_SUPPORTED","features":[3]},{"name":"MILERR_QPC_TIME_WENT_BACKWARD","features":[3]},{"name":"MILERR_QUEUED_PRESENT_NOT_SUPPORTED","features":[3]},{"name":"MILERR_REMOTING_NOT_SUPPORTED","features":[3]},{"name":"MILERR_SCANNER_FAILED","features":[3]},{"name":"MILERR_SCREENACCESSDENIED","features":[3]},{"name":"MILERR_SHADER_COMPILE_FAILED","features":[3]},{"name":"MILERR_TERMINATED","features":[3]},{"name":"MILERR_TOOMANYSHADERELEMNTS","features":[3]},{"name":"MILERR_WIN32ERROR","features":[3]},{"name":"MILERR_ZEROVECTOR","features":[3]},{"name":"MK_E_CANTOPENFILE","features":[3]},{"name":"MK_E_CONNECTMANUALLY","features":[3]},{"name":"MK_E_ENUMERATION_FAILED","features":[3]},{"name":"MK_E_EXCEEDEDDEADLINE","features":[3]},{"name":"MK_E_FIRST","features":[3]},{"name":"MK_E_INTERMEDIATEINTERFACENOTSUPPORTED","features":[3]},{"name":"MK_E_INVALIDEXTENSION","features":[3]},{"name":"MK_E_LAST","features":[3]},{"name":"MK_E_MUSTBOTHERUSER","features":[3]},{"name":"MK_E_NEEDGENERIC","features":[3]},{"name":"MK_E_NOINVERSE","features":[3]},{"name":"MK_E_NOOBJECT","features":[3]},{"name":"MK_E_NOPREFIX","features":[3]},{"name":"MK_E_NOSTORAGE","features":[3]},{"name":"MK_E_NOTBINDABLE","features":[3]},{"name":"MK_E_NOTBOUND","features":[3]},{"name":"MK_E_NO_NORMALIZED","features":[3]},{"name":"MK_E_SYNTAX","features":[3]},{"name":"MK_E_UNAVAILABLE","features":[3]},{"name":"MK_S_FIRST","features":[3]},{"name":"MK_S_HIM","features":[3]},{"name":"MK_S_LAST","features":[3]},{"name":"MK_S_ME","features":[3]},{"name":"MK_S_MONIKERALREADYREGISTERED","features":[3]},{"name":"MK_S_REDUCED_TO_SELF","features":[3]},{"name":"MK_S_US","features":[3]},{"name":"MSDTC_E_DUPLICATE_RESOURCE","features":[3]},{"name":"MSSIPOTF_E_BADVERSION","features":[3]},{"name":"MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT","features":[3]},{"name":"MSSIPOTF_E_BAD_MAGICNUMBER","features":[3]},{"name":"MSSIPOTF_E_BAD_OFFSET_TABLE","features":[3]},{"name":"MSSIPOTF_E_CANTGETOBJECT","features":[3]},{"name":"MSSIPOTF_E_CRYPT","features":[3]},{"name":"MSSIPOTF_E_DSIG_STRUCTURE","features":[3]},{"name":"MSSIPOTF_E_FAILED_HINTS_CHECK","features":[3]},{"name":"MSSIPOTF_E_FAILED_POLICY","features":[3]},{"name":"MSSIPOTF_E_FILE","features":[3]},{"name":"MSSIPOTF_E_FILETOOSMALL","features":[3]},{"name":"MSSIPOTF_E_FILE_CHECKSUM","features":[3]},{"name":"MSSIPOTF_E_NOHEADTABLE","features":[3]},{"name":"MSSIPOTF_E_NOT_OPENTYPE","features":[3]},{"name":"MSSIPOTF_E_OUTOFMEMRANGE","features":[3]},{"name":"MSSIPOTF_E_PCONST_CHECK","features":[3]},{"name":"MSSIPOTF_E_STRUCTURE","features":[3]},{"name":"MSSIPOTF_E_TABLES_OVERLAP","features":[3]},{"name":"MSSIPOTF_E_TABLE_CHECKSUM","features":[3]},{"name":"MSSIPOTF_E_TABLE_LONGWORD","features":[3]},{"name":"MSSIPOTF_E_TABLE_PADBYTES","features":[3]},{"name":"MSSIPOTF_E_TABLE_TAGORDER","features":[3]},{"name":"NAP_E_CONFLICTING_ID","features":[3]},{"name":"NAP_E_ENTITY_DISABLED","features":[3]},{"name":"NAP_E_ID_NOT_FOUND","features":[3]},{"name":"NAP_E_INVALID_PACKET","features":[3]},{"name":"NAP_E_MAXSIZE_TOO_SMALL","features":[3]},{"name":"NAP_E_MISMATCHED_ID","features":[3]},{"name":"NAP_E_MISSING_SOH","features":[3]},{"name":"NAP_E_NETSH_GROUPPOLICY_ERROR","features":[3]},{"name":"NAP_E_NOT_INITIALIZED","features":[3]},{"name":"NAP_E_NOT_PENDING","features":[3]},{"name":"NAP_E_NOT_REGISTERED","features":[3]},{"name":"NAP_E_NO_CACHED_SOH","features":[3]},{"name":"NAP_E_SERVICE_NOT_RUNNING","features":[3]},{"name":"NAP_E_SHV_CONFIG_EXISTED","features":[3]},{"name":"NAP_E_SHV_CONFIG_NOT_FOUND","features":[3]},{"name":"NAP_E_SHV_TIMEOUT","features":[3]},{"name":"NAP_E_STILL_BOUND","features":[3]},{"name":"NAP_E_TOO_MANY_CALLS","features":[3]},{"name":"NAP_S_CERT_ALREADY_PRESENT","features":[3]},{"name":"NEARPROC","features":[3]},{"name":"NOERROR","features":[3]},{"name":"NOT_AN_ERROR1","features":[3]},{"name":"NO_ERROR","features":[3]},{"name":"NTDDI_MAXVER","features":[3]},{"name":"NTE_AUTHENTICATION_IGNORED","features":[3]},{"name":"NTE_BAD_ALGID","features":[3]},{"name":"NTE_BAD_DATA","features":[3]},{"name":"NTE_BAD_FLAGS","features":[3]},{"name":"NTE_BAD_HASH","features":[3]},{"name":"NTE_BAD_HASH_STATE","features":[3]},{"name":"NTE_BAD_KEY","features":[3]},{"name":"NTE_BAD_KEYSET","features":[3]},{"name":"NTE_BAD_KEYSET_PARAM","features":[3]},{"name":"NTE_BAD_KEY_STATE","features":[3]},{"name":"NTE_BAD_LEN","features":[3]},{"name":"NTE_BAD_PROVIDER","features":[3]},{"name":"NTE_BAD_PROV_TYPE","features":[3]},{"name":"NTE_BAD_PUBLIC_KEY","features":[3]},{"name":"NTE_BAD_SIGNATURE","features":[3]},{"name":"NTE_BAD_TYPE","features":[3]},{"name":"NTE_BAD_UID","features":[3]},{"name":"NTE_BAD_VER","features":[3]},{"name":"NTE_BUFFERS_OVERLAP","features":[3]},{"name":"NTE_BUFFER_TOO_SMALL","features":[3]},{"name":"NTE_DECRYPTION_FAILURE","features":[3]},{"name":"NTE_DEVICE_NOT_FOUND","features":[3]},{"name":"NTE_DEVICE_NOT_READY","features":[3]},{"name":"NTE_DOUBLE_ENCRYPT","features":[3]},{"name":"NTE_ENCRYPTION_FAILURE","features":[3]},{"name":"NTE_EXISTS","features":[3]},{"name":"NTE_FAIL","features":[3]},{"name":"NTE_FIXEDPARAMETER","features":[3]},{"name":"NTE_HMAC_NOT_SUPPORTED","features":[3]},{"name":"NTE_INCORRECT_PASSWORD","features":[3]},{"name":"NTE_INTERNAL_ERROR","features":[3]},{"name":"NTE_INVALID_HANDLE","features":[3]},{"name":"NTE_INVALID_PARAMETER","features":[3]},{"name":"NTE_KEYSET_ENTRY_BAD","features":[3]},{"name":"NTE_KEYSET_NOT_DEF","features":[3]},{"name":"NTE_NOT_ACTIVE_CONSOLE","features":[3]},{"name":"NTE_NOT_FOUND","features":[3]},{"name":"NTE_NOT_SUPPORTED","features":[3]},{"name":"NTE_NO_KEY","features":[3]},{"name":"NTE_NO_MEMORY","features":[3]},{"name":"NTE_NO_MORE_ITEMS","features":[3]},{"name":"NTE_OP_OK","features":[3]},{"name":"NTE_PASSWORD_CHANGE_REQUIRED","features":[3]},{"name":"NTE_PERM","features":[3]},{"name":"NTE_PROVIDER_DLL_FAIL","features":[3]},{"name":"NTE_PROV_DLL_NOT_FOUND","features":[3]},{"name":"NTE_PROV_TYPE_ENTRY_BAD","features":[3]},{"name":"NTE_PROV_TYPE_NOT_DEF","features":[3]},{"name":"NTE_PROV_TYPE_NO_MATCH","features":[3]},{"name":"NTE_SIGNATURE_FILE_BAD","features":[3]},{"name":"NTE_SILENT_CONTEXT","features":[3]},{"name":"NTE_SYS_ERR","features":[3]},{"name":"NTE_TEMPORARY_PROFILE","features":[3]},{"name":"NTE_TOKEN_KEYSET_STORAGE_FULL","features":[3]},{"name":"NTE_UI_REQUIRED","features":[3]},{"name":"NTE_USER_CANCELLED","features":[3]},{"name":"NTE_VALIDATION_FAILED","features":[3]},{"name":"NTSTATUS","features":[3]},{"name":"NTSTATUS_FACILITY_CODE","features":[3]},{"name":"NTSTATUS_SEVERITY_CODE","features":[3]},{"name":"OLEOBJ_E_FIRST","features":[3]},{"name":"OLEOBJ_E_INVALIDVERB","features":[3]},{"name":"OLEOBJ_E_LAST","features":[3]},{"name":"OLEOBJ_E_NOVERBS","features":[3]},{"name":"OLEOBJ_S_CANNOT_DOVERB_NOW","features":[3]},{"name":"OLEOBJ_S_FIRST","features":[3]},{"name":"OLEOBJ_S_INVALIDHWND","features":[3]},{"name":"OLEOBJ_S_INVALIDVERB","features":[3]},{"name":"OLEOBJ_S_LAST","features":[3]},{"name":"OLE_E_ADVF","features":[3]},{"name":"OLE_E_ADVISENOTSUPPORTED","features":[3]},{"name":"OLE_E_BLANK","features":[3]},{"name":"OLE_E_CANTCONVERT","features":[3]},{"name":"OLE_E_CANT_BINDTOSOURCE","features":[3]},{"name":"OLE_E_CANT_GETMONIKER","features":[3]},{"name":"OLE_E_CLASSDIFF","features":[3]},{"name":"OLE_E_ENUM_NOMORE","features":[3]},{"name":"OLE_E_FIRST","features":[3]},{"name":"OLE_E_INVALIDHWND","features":[3]},{"name":"OLE_E_INVALIDRECT","features":[3]},{"name":"OLE_E_LAST","features":[3]},{"name":"OLE_E_NOCACHE","features":[3]},{"name":"OLE_E_NOCONNECTION","features":[3]},{"name":"OLE_E_NOSTORAGE","features":[3]},{"name":"OLE_E_NOTRUNNING","features":[3]},{"name":"OLE_E_NOT_INPLACEACTIVE","features":[3]},{"name":"OLE_E_OLEVERB","features":[3]},{"name":"OLE_E_PROMPTSAVECANCELLED","features":[3]},{"name":"OLE_E_STATIC","features":[3]},{"name":"OLE_E_WRONGCOMPOBJ","features":[3]},{"name":"OLE_S_FIRST","features":[3]},{"name":"OLE_S_LAST","features":[3]},{"name":"OLE_S_MAC_CLIPFORMAT","features":[3]},{"name":"OLE_S_STATIC","features":[3]},{"name":"OLE_S_USEREG","features":[3]},{"name":"ONL_CONNECTION_COUNT_LIMIT","features":[3]},{"name":"ONL_E_ACCESS_DENIED_BY_TOU","features":[3]},{"name":"ONL_E_ACCOUNT_LOCKED","features":[3]},{"name":"ONL_E_ACCOUNT_SUSPENDED_ABUSE","features":[3]},{"name":"ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE","features":[3]},{"name":"ONL_E_ACCOUNT_UPDATE_REQUIRED","features":[3]},{"name":"ONL_E_ACTION_REQUIRED","features":[3]},{"name":"ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT","features":[3]},{"name":"ONL_E_EMAIL_VERIFICATION_REQUIRED","features":[3]},{"name":"ONL_E_FORCESIGNIN","features":[3]},{"name":"ONL_E_INVALID_APPLICATION","features":[3]},{"name":"ONL_E_INVALID_AUTHENTICATION_TARGET","features":[3]},{"name":"ONL_E_PARENTAL_CONSENT_REQUIRED","features":[3]},{"name":"ONL_E_PASSWORD_UPDATE_REQUIRED","features":[3]},{"name":"ONL_E_REQUEST_THROTTLED","features":[3]},{"name":"ONL_E_USER_AUTHENTICATION_REQUIRED","features":[3]},{"name":"OR_INVALID_OID","features":[3]},{"name":"OR_INVALID_OXID","features":[3]},{"name":"OR_INVALID_SET","features":[3]},{"name":"OSS_ACCESS_SERIALIZATION_ERROR","features":[3]},{"name":"OSS_API_DLL_NOT_LINKED","features":[3]},{"name":"OSS_BAD_ARG","features":[3]},{"name":"OSS_BAD_ENCRULES","features":[3]},{"name":"OSS_BAD_PTR","features":[3]},{"name":"OSS_BAD_TABLE","features":[3]},{"name":"OSS_BAD_TIME","features":[3]},{"name":"OSS_BAD_VERSION","features":[3]},{"name":"OSS_BERDER_DLL_NOT_LINKED","features":[3]},{"name":"OSS_CANT_CLOSE_TRACE_FILE","features":[3]},{"name":"OSS_CANT_OPEN_TRACE_FILE","features":[3]},{"name":"OSS_CANT_OPEN_TRACE_WINDOW","features":[3]},{"name":"OSS_COMPARATOR_CODE_NOT_LINKED","features":[3]},{"name":"OSS_COMPARATOR_DLL_NOT_LINKED","features":[3]},{"name":"OSS_CONSTRAINT_DLL_NOT_LINKED","features":[3]},{"name":"OSS_CONSTRAINT_VIOLATED","features":[3]},{"name":"OSS_COPIER_DLL_NOT_LINKED","features":[3]},{"name":"OSS_DATA_ERROR","features":[3]},{"name":"OSS_FATAL_ERROR","features":[3]},{"name":"OSS_INDEFINITE_NOT_SUPPORTED","features":[3]},{"name":"OSS_LIMITED","features":[3]},{"name":"OSS_MEM_ERROR","features":[3]},{"name":"OSS_MEM_MGR_DLL_NOT_LINKED","features":[3]},{"name":"OSS_MORE_BUF","features":[3]},{"name":"OSS_MORE_INPUT","features":[3]},{"name":"OSS_MUTEX_NOT_CREATED","features":[3]},{"name":"OSS_NEGATIVE_UINTEGER","features":[3]},{"name":"OSS_NULL_FCN","features":[3]},{"name":"OSS_NULL_TBL","features":[3]},{"name":"OSS_OID_DLL_NOT_LINKED","features":[3]},{"name":"OSS_OPEN_TYPE_ERROR","features":[3]},{"name":"OSS_OUT_MEMORY","features":[3]},{"name":"OSS_OUT_OF_RANGE","features":[3]},{"name":"OSS_PDU_MISMATCH","features":[3]},{"name":"OSS_PDU_RANGE","features":[3]},{"name":"OSS_PDV_CODE_NOT_LINKED","features":[3]},{"name":"OSS_PDV_DLL_NOT_LINKED","features":[3]},{"name":"OSS_PER_DLL_NOT_LINKED","features":[3]},{"name":"OSS_REAL_CODE_NOT_LINKED","features":[3]},{"name":"OSS_REAL_DLL_NOT_LINKED","features":[3]},{"name":"OSS_TABLE_MISMATCH","features":[3]},{"name":"OSS_TOO_LONG","features":[3]},{"name":"OSS_TRACE_FILE_ALREADY_OPEN","features":[3]},{"name":"OSS_TYPE_NOT_SUPPORTED","features":[3]},{"name":"OSS_UNAVAIL_ENCRULES","features":[3]},{"name":"OSS_UNIMPLEMENTED","features":[3]},{"name":"PAPCFUNC","features":[3]},{"name":"PEERDIST_ERROR_ALREADY_COMPLETED","features":[3]},{"name":"PEERDIST_ERROR_ALREADY_EXISTS","features":[3]},{"name":"PEERDIST_ERROR_ALREADY_INITIALIZED","features":[3]},{"name":"PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO","features":[3]},{"name":"PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED","features":[3]},{"name":"PEERDIST_ERROR_INVALIDATED","features":[3]},{"name":"PEERDIST_ERROR_INVALID_CONFIGURATION","features":[3]},{"name":"PEERDIST_ERROR_MISSING_DATA","features":[3]},{"name":"PEERDIST_ERROR_NOT_INITIALIZED","features":[3]},{"name":"PEERDIST_ERROR_NOT_LICENSED","features":[3]},{"name":"PEERDIST_ERROR_NO_MORE","features":[3]},{"name":"PEERDIST_ERROR_OPERATION_NOTFOUND","features":[3]},{"name":"PEERDIST_ERROR_OUT_OF_BOUNDS","features":[3]},{"name":"PEERDIST_ERROR_SERVICE_UNAVAILABLE","features":[3]},{"name":"PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS","features":[3]},{"name":"PEERDIST_ERROR_TRUST_FAILURE","features":[3]},{"name":"PEERDIST_ERROR_VERSION_UNSUPPORTED","features":[3]},{"name":"PEER_E_ALREADY_LISTENING","features":[3]},{"name":"PEER_E_CANNOT_CONVERT_PEER_NAME","features":[3]},{"name":"PEER_E_CANNOT_START_SERVICE","features":[3]},{"name":"PEER_E_CERT_STORE_CORRUPTED","features":[3]},{"name":"PEER_E_CHAIN_TOO_LONG","features":[3]},{"name":"PEER_E_CIRCULAR_CHAIN_DETECTED","features":[3]},{"name":"PEER_E_CLASSIFIER_TOO_LONG","features":[3]},{"name":"PEER_E_CLOUD_NAME_AMBIGUOUS","features":[3]},{"name":"PEER_E_CONNECTION_FAILED","features":[3]},{"name":"PEER_E_CONNECTION_NOT_AUTHENTICATED","features":[3]},{"name":"PEER_E_CONNECTION_NOT_FOUND","features":[3]},{"name":"PEER_E_CONNECTION_REFUSED","features":[3]},{"name":"PEER_E_CONNECT_SELF","features":[3]},{"name":"PEER_E_CONTACT_NOT_FOUND","features":[3]},{"name":"PEER_E_DATABASE_ACCESSDENIED","features":[3]},{"name":"PEER_E_DATABASE_ALREADY_PRESENT","features":[3]},{"name":"PEER_E_DATABASE_NOT_PRESENT","features":[3]},{"name":"PEER_E_DBINITIALIZATION_FAILED","features":[3]},{"name":"PEER_E_DBNAME_CHANGED","features":[3]},{"name":"PEER_E_DEFERRED_VALIDATION","features":[3]},{"name":"PEER_E_DUPLICATE_GRAPH","features":[3]},{"name":"PEER_E_EVENT_HANDLE_NOT_FOUND","features":[3]},{"name":"PEER_E_FW_BLOCKED_BY_POLICY","features":[3]},{"name":"PEER_E_FW_BLOCKED_BY_SHIELDS_UP","features":[3]},{"name":"PEER_E_FW_DECLINED","features":[3]},{"name":"PEER_E_FW_EXCEPTION_DISABLED","features":[3]},{"name":"PEER_E_GRAPH_IN_USE","features":[3]},{"name":"PEER_E_GRAPH_NOT_READY","features":[3]},{"name":"PEER_E_GRAPH_SHUTTING_DOWN","features":[3]},{"name":"PEER_E_GROUPS_EXIST","features":[3]},{"name":"PEER_E_GROUP_IN_USE","features":[3]},{"name":"PEER_E_GROUP_NOT_READY","features":[3]},{"name":"PEER_E_IDENTITY_DELETED","features":[3]},{"name":"PEER_E_IDENTITY_NOT_FOUND","features":[3]},{"name":"PEER_E_INVALID_ADDRESS","features":[3]},{"name":"PEER_E_INVALID_ATTRIBUTES","features":[3]},{"name":"PEER_E_INVALID_CLASSIFIER","features":[3]},{"name":"PEER_E_INVALID_CLASSIFIER_PROPERTY","features":[3]},{"name":"PEER_E_INVALID_CREDENTIAL","features":[3]},{"name":"PEER_E_INVALID_CREDENTIAL_INFO","features":[3]},{"name":"PEER_E_INVALID_DATABASE","features":[3]},{"name":"PEER_E_INVALID_FRIENDLY_NAME","features":[3]},{"name":"PEER_E_INVALID_GRAPH","features":[3]},{"name":"PEER_E_INVALID_GROUP","features":[3]},{"name":"PEER_E_INVALID_GROUP_PROPERTIES","features":[3]},{"name":"PEER_E_INVALID_PEER_HOST_NAME","features":[3]},{"name":"PEER_E_INVALID_PEER_NAME","features":[3]},{"name":"PEER_E_INVALID_RECORD","features":[3]},{"name":"PEER_E_INVALID_RECORD_EXPIRATION","features":[3]},{"name":"PEER_E_INVALID_RECORD_SIZE","features":[3]},{"name":"PEER_E_INVALID_ROLE_PROPERTY","features":[3]},{"name":"PEER_E_INVALID_SEARCH","features":[3]},{"name":"PEER_E_INVALID_TIME_PERIOD","features":[3]},{"name":"PEER_E_INVITATION_NOT_TRUSTED","features":[3]},{"name":"PEER_E_INVITE_CANCELLED","features":[3]},{"name":"PEER_E_INVITE_RESPONSE_NOT_AVAILABLE","features":[3]},{"name":"PEER_E_IPV6_NOT_INSTALLED","features":[3]},{"name":"PEER_E_MAX_RECORD_SIZE_EXCEEDED","features":[3]},{"name":"PEER_E_NODE_NOT_FOUND","features":[3]},{"name":"PEER_E_NOT_AUTHORIZED","features":[3]},{"name":"PEER_E_NOT_INITIALIZED","features":[3]},{"name":"PEER_E_NOT_LICENSED","features":[3]},{"name":"PEER_E_NOT_SIGNED_IN","features":[3]},{"name":"PEER_E_NO_CLOUD","features":[3]},{"name":"PEER_E_NO_KEY_ACCESS","features":[3]},{"name":"PEER_E_NO_MEMBERS_FOUND","features":[3]},{"name":"PEER_E_NO_MEMBER_CONNECTIONS","features":[3]},{"name":"PEER_E_NO_MORE","features":[3]},{"name":"PEER_E_PASSWORD_DOES_NOT_MEET_POLICY","features":[3]},{"name":"PEER_E_PNRP_DUPLICATE_PEER_NAME","features":[3]},{"name":"PEER_E_PRIVACY_DECLINED","features":[3]},{"name":"PEER_E_RECORD_NOT_FOUND","features":[3]},{"name":"PEER_E_SERVICE_NOT_AVAILABLE","features":[3]},{"name":"PEER_E_TIMEOUT","features":[3]},{"name":"PEER_E_TOO_MANY_ATTRIBUTES","features":[3]},{"name":"PEER_E_TOO_MANY_IDENTITIES","features":[3]},{"name":"PEER_E_UNABLE_TO_LISTEN","features":[3]},{"name":"PEER_E_UNSUPPORTED_VERSION","features":[3]},{"name":"PEER_S_ALREADY_A_MEMBER","features":[3]},{"name":"PEER_S_ALREADY_CONNECTED","features":[3]},{"name":"PEER_S_GRAPH_DATA_CREATED","features":[3]},{"name":"PEER_S_NO_CONNECTIVITY","features":[3]},{"name":"PEER_S_NO_EVENT_DATA","features":[3]},{"name":"PEER_S_SUBSCRIPTION_EXISTS","features":[3]},{"name":"PERSIST_E_NOTSELFSIZING","features":[3]},{"name":"PERSIST_E_SIZEDEFINITE","features":[3]},{"name":"PERSIST_E_SIZEINDEFINITE","features":[3]},{"name":"PLA_E_CABAPI_FAILURE","features":[3]},{"name":"PLA_E_CONFLICT_INCL_EXCL_API","features":[3]},{"name":"PLA_E_CREDENTIALS_REQUIRED","features":[3]},{"name":"PLA_E_DCS_ALREADY_EXISTS","features":[3]},{"name":"PLA_E_DCS_IN_USE","features":[3]},{"name":"PLA_E_DCS_NOT_FOUND","features":[3]},{"name":"PLA_E_DCS_NOT_RUNNING","features":[3]},{"name":"PLA_E_DCS_SINGLETON_REQUIRED","features":[3]},{"name":"PLA_E_DCS_START_WAIT_TIMEOUT","features":[3]},{"name":"PLA_E_DC_ALREADY_EXISTS","features":[3]},{"name":"PLA_E_DC_START_WAIT_TIMEOUT","features":[3]},{"name":"PLA_E_EXE_ALREADY_CONFIGURED","features":[3]},{"name":"PLA_E_EXE_FULL_PATH_REQUIRED","features":[3]},{"name":"PLA_E_EXE_PATH_NOT_VALID","features":[3]},{"name":"PLA_E_INVALID_SESSION_NAME","features":[3]},{"name":"PLA_E_NETWORK_EXE_NOT_VALID","features":[3]},{"name":"PLA_E_NO_DUPLICATES","features":[3]},{"name":"PLA_E_NO_MIN_DISK","features":[3]},{"name":"PLA_E_PLA_CHANNEL_NOT_ENABLED","features":[3]},{"name":"PLA_E_PROPERTY_CONFLICT","features":[3]},{"name":"PLA_E_REPORT_WAIT_TIMEOUT","features":[3]},{"name":"PLA_E_RULES_MANAGER_FAILED","features":[3]},{"name":"PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED","features":[3]},{"name":"PLA_E_TOO_MANY_FOLDERS","features":[3]},{"name":"PLA_S_PROPERTY_IGNORED","features":[3]},{"name":"POINT","features":[3]},{"name":"POINTL","features":[3]},{"name":"POINTS","features":[3]},{"name":"PRESENTATION_ERROR_LOST","features":[3]},{"name":"PROC","features":[3]},{"name":"PSINK_E_INDEX_ONLY","features":[3]},{"name":"PSINK_E_LARGE_ATTACHMENT","features":[3]},{"name":"PSINK_E_QUERY_ONLY","features":[3]},{"name":"PSINK_S_LARGE_WORD","features":[3]},{"name":"PSTR","features":[3]},{"name":"PWSTR","features":[3]},{"name":"QPARSE_E_EXPECTING_BRACE","features":[3]},{"name":"QPARSE_E_EXPECTING_COMMA","features":[3]},{"name":"QPARSE_E_EXPECTING_CURRENCY","features":[3]},{"name":"QPARSE_E_EXPECTING_DATE","features":[3]},{"name":"QPARSE_E_EXPECTING_EOS","features":[3]},{"name":"QPARSE_E_EXPECTING_GUID","features":[3]},{"name":"QPARSE_E_EXPECTING_INTEGER","features":[3]},{"name":"QPARSE_E_EXPECTING_PAREN","features":[3]},{"name":"QPARSE_E_EXPECTING_PHRASE","features":[3]},{"name":"QPARSE_E_EXPECTING_PROPERTY","features":[3]},{"name":"QPARSE_E_EXPECTING_REAL","features":[3]},{"name":"QPARSE_E_EXPECTING_REGEX","features":[3]},{"name":"QPARSE_E_EXPECTING_REGEX_PROPERTY","features":[3]},{"name":"QPARSE_E_INVALID_GROUPING","features":[3]},{"name":"QPARSE_E_INVALID_LITERAL","features":[3]},{"name":"QPARSE_E_INVALID_QUERY","features":[3]},{"name":"QPARSE_E_INVALID_RANKMETHOD","features":[3]},{"name":"QPARSE_E_INVALID_SORT_ORDER","features":[3]},{"name":"QPARSE_E_NOT_YET_IMPLEMENTED","features":[3]},{"name":"QPARSE_E_NO_SUCH_PROPERTY","features":[3]},{"name":"QPARSE_E_NO_SUCH_SORT_PROPERTY","features":[3]},{"name":"QPARSE_E_UNEXPECTED_EOS","features":[3]},{"name":"QPARSE_E_UNEXPECTED_NOT","features":[3]},{"name":"QPARSE_E_UNSUPPORTED_PROPERTY_TYPE","features":[3]},{"name":"QPARSE_E_WEIGHT_OUT_OF_RANGE","features":[3]},{"name":"QPLIST_E_BAD_GUID","features":[3]},{"name":"QPLIST_E_BYREF_USED_WITHOUT_PTRTYPE","features":[3]},{"name":"QPLIST_E_CANT_OPEN_FILE","features":[3]},{"name":"QPLIST_E_CANT_SET_PROPERTY","features":[3]},{"name":"QPLIST_E_DUPLICATE","features":[3]},{"name":"QPLIST_E_EXPECTING_CLOSE_PAREN","features":[3]},{"name":"QPLIST_E_EXPECTING_GUID","features":[3]},{"name":"QPLIST_E_EXPECTING_INTEGER","features":[3]},{"name":"QPLIST_E_EXPECTING_NAME","features":[3]},{"name":"QPLIST_E_EXPECTING_PROP_SPEC","features":[3]},{"name":"QPLIST_E_EXPECTING_TYPE","features":[3]},{"name":"QPLIST_E_READ_ERROR","features":[3]},{"name":"QPLIST_E_UNRECOGNIZED_TYPE","features":[3]},{"name":"QPLIST_E_VECTORBYREF_USED_ALONE","features":[3]},{"name":"QPLIST_S_DUPLICATE","features":[3]},{"name":"QUERY_E_ALLNOISE","features":[3]},{"name":"QUERY_E_DIR_ON_REMOVABLE_DRIVE","features":[3]},{"name":"QUERY_E_DUPLICATE_OUTPUT_COLUMN","features":[3]},{"name":"QUERY_E_FAILED","features":[3]},{"name":"QUERY_E_INVALIDCATEGORIZE","features":[3]},{"name":"QUERY_E_INVALIDQUERY","features":[3]},{"name":"QUERY_E_INVALIDRESTRICTION","features":[3]},{"name":"QUERY_E_INVALIDSORT","features":[3]},{"name":"QUERY_E_INVALID_DIRECTORY","features":[3]},{"name":"QUERY_E_INVALID_OUTPUT_COLUMN","features":[3]},{"name":"QUERY_E_TIMEDOUT","features":[3]},{"name":"QUERY_E_TOOCOMPLEX","features":[3]},{"name":"QUERY_S_NO_QUERY","features":[3]},{"name":"QUTIL_E_CANT_CONVERT_VROOT","features":[3]},{"name":"QUTIL_E_INVALID_CODEPAGE","features":[3]},{"name":"RECT","features":[3]},{"name":"RECTL","features":[3]},{"name":"REGDB_E_BADTHREADINGMODEL","features":[3]},{"name":"REGDB_E_CLASSNOTREG","features":[3]},{"name":"REGDB_E_FIRST","features":[3]},{"name":"REGDB_E_IIDNOTREG","features":[3]},{"name":"REGDB_E_INVALIDVALUE","features":[3]},{"name":"REGDB_E_KEYMISSING","features":[3]},{"name":"REGDB_E_LAST","features":[3]},{"name":"REGDB_E_PACKAGEPOLICYVIOLATION","features":[3]},{"name":"REGDB_E_READREGDB","features":[3]},{"name":"REGDB_E_WRITEREGDB","features":[3]},{"name":"REGDB_S_FIRST","features":[3]},{"name":"REGDB_S_LAST","features":[3]},{"name":"ROUTEBASE","features":[3]},{"name":"ROUTEBASEEND","features":[3]},{"name":"RO_E_BLOCKED_CROSS_ASTA_CALL","features":[3]},{"name":"RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER","features":[3]},{"name":"RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER","features":[3]},{"name":"RO_E_CHANGE_NOTIFICATION_IN_PROGRESS","features":[3]},{"name":"RO_E_CLOSED","features":[3]},{"name":"RO_E_COMMITTED","features":[3]},{"name":"RO_E_ERROR_STRING_NOT_FOUND","features":[3]},{"name":"RO_E_EXCLUSIVE_WRITE","features":[3]},{"name":"RO_E_INVALID_METADATA_FILE","features":[3]},{"name":"RO_E_METADATA_INVALID_TYPE_FORMAT","features":[3]},{"name":"RO_E_METADATA_NAME_IS_NAMESPACE","features":[3]},{"name":"RO_E_METADATA_NAME_NOT_FOUND","features":[3]},{"name":"RO_E_MUST_BE_AGILE","features":[3]},{"name":"RO_E_UNSUPPORTED_FROM_MTA","features":[3]},{"name":"RPC_E_ACCESS_DENIED","features":[3]},{"name":"RPC_E_ATTEMPTED_MULTITHREAD","features":[3]},{"name":"RPC_E_CALL_CANCELED","features":[3]},{"name":"RPC_E_CALL_COMPLETE","features":[3]},{"name":"RPC_E_CALL_REJECTED","features":[3]},{"name":"RPC_E_CANTCALLOUT_AGAIN","features":[3]},{"name":"RPC_E_CANTCALLOUT_INASYNCCALL","features":[3]},{"name":"RPC_E_CANTCALLOUT_INEXTERNALCALL","features":[3]},{"name":"RPC_E_CANTCALLOUT_ININPUTSYNCCALL","features":[3]},{"name":"RPC_E_CANTPOST_INSENDCALL","features":[3]},{"name":"RPC_E_CANTTRANSMIT_CALL","features":[3]},{"name":"RPC_E_CHANGED_MODE","features":[3]},{"name":"RPC_E_CLIENT_CANTMARSHAL_DATA","features":[3]},{"name":"RPC_E_CLIENT_CANTUNMARSHAL_DATA","features":[3]},{"name":"RPC_E_CLIENT_DIED","features":[3]},{"name":"RPC_E_CONNECTION_TERMINATED","features":[3]},{"name":"RPC_E_DISCONNECTED","features":[3]},{"name":"RPC_E_FAULT","features":[3]},{"name":"RPC_E_FULLSIC_REQUIRED","features":[3]},{"name":"RPC_E_INVALIDMETHOD","features":[3]},{"name":"RPC_E_INVALID_CALLDATA","features":[3]},{"name":"RPC_E_INVALID_DATA","features":[3]},{"name":"RPC_E_INVALID_DATAPACKET","features":[3]},{"name":"RPC_E_INVALID_EXTENSION","features":[3]},{"name":"RPC_E_INVALID_HEADER","features":[3]},{"name":"RPC_E_INVALID_IPID","features":[3]},{"name":"RPC_E_INVALID_OBJECT","features":[3]},{"name":"RPC_E_INVALID_OBJREF","features":[3]},{"name":"RPC_E_INVALID_PARAMETER","features":[3]},{"name":"RPC_E_INVALID_STD_NAME","features":[3]},{"name":"RPC_E_NOT_REGISTERED","features":[3]},{"name":"RPC_E_NO_CONTEXT","features":[3]},{"name":"RPC_E_NO_GOOD_SECURITY_PACKAGES","features":[3]},{"name":"RPC_E_NO_SYNC","features":[3]},{"name":"RPC_E_OUT_OF_RESOURCES","features":[3]},{"name":"RPC_E_REMOTE_DISABLED","features":[3]},{"name":"RPC_E_RETRY","features":[3]},{"name":"RPC_E_SERVERCALL_REJECTED","features":[3]},{"name":"RPC_E_SERVERCALL_RETRYLATER","features":[3]},{"name":"RPC_E_SERVERFAULT","features":[3]},{"name":"RPC_E_SERVER_CANTMARSHAL_DATA","features":[3]},{"name":"RPC_E_SERVER_CANTUNMARSHAL_DATA","features":[3]},{"name":"RPC_E_SERVER_DIED","features":[3]},{"name":"RPC_E_SERVER_DIED_DNE","features":[3]},{"name":"RPC_E_SYS_CALL_FAILED","features":[3]},{"name":"RPC_E_THREAD_NOT_INIT","features":[3]},{"name":"RPC_E_TIMEOUT","features":[3]},{"name":"RPC_E_TOO_LATE","features":[3]},{"name":"RPC_E_UNEXPECTED","features":[3]},{"name":"RPC_E_UNSECURE_CALL","features":[3]},{"name":"RPC_E_VERSION_MISMATCH","features":[3]},{"name":"RPC_E_WRONG_THREAD","features":[3]},{"name":"RPC_NT_ADDRESS_ERROR","features":[3]},{"name":"RPC_NT_ALREADY_LISTENING","features":[3]},{"name":"RPC_NT_ALREADY_REGISTERED","features":[3]},{"name":"RPC_NT_BAD_STUB_DATA","features":[3]},{"name":"RPC_NT_BINDING_HAS_NO_AUTH","features":[3]},{"name":"RPC_NT_BINDING_INCOMPLETE","features":[3]},{"name":"RPC_NT_BYTE_COUNT_TOO_SMALL","features":[3]},{"name":"RPC_NT_CALL_CANCELLED","features":[3]},{"name":"RPC_NT_CALL_FAILED","features":[3]},{"name":"RPC_NT_CALL_FAILED_DNE","features":[3]},{"name":"RPC_NT_CALL_IN_PROGRESS","features":[3]},{"name":"RPC_NT_CANNOT_SUPPORT","features":[3]},{"name":"RPC_NT_CANT_CREATE_ENDPOINT","features":[3]},{"name":"RPC_NT_COMM_FAILURE","features":[3]},{"name":"RPC_NT_COOKIE_AUTH_FAILED","features":[3]},{"name":"RPC_NT_DUPLICATE_ENDPOINT","features":[3]},{"name":"RPC_NT_ENTRY_ALREADY_EXISTS","features":[3]},{"name":"RPC_NT_ENTRY_NOT_FOUND","features":[3]},{"name":"RPC_NT_ENUM_VALUE_OUT_OF_RANGE","features":[3]},{"name":"RPC_NT_FP_DIV_ZERO","features":[3]},{"name":"RPC_NT_FP_OVERFLOW","features":[3]},{"name":"RPC_NT_FP_UNDERFLOW","features":[3]},{"name":"RPC_NT_GROUP_MEMBER_NOT_FOUND","features":[3]},{"name":"RPC_NT_INCOMPLETE_NAME","features":[3]},{"name":"RPC_NT_INTERFACE_NOT_FOUND","features":[3]},{"name":"RPC_NT_INTERNAL_ERROR","features":[3]},{"name":"RPC_NT_INVALID_ASYNC_CALL","features":[3]},{"name":"RPC_NT_INVALID_ASYNC_HANDLE","features":[3]},{"name":"RPC_NT_INVALID_AUTH_IDENTITY","features":[3]},{"name":"RPC_NT_INVALID_BINDING","features":[3]},{"name":"RPC_NT_INVALID_BOUND","features":[3]},{"name":"RPC_NT_INVALID_ENDPOINT_FORMAT","features":[3]},{"name":"RPC_NT_INVALID_ES_ACTION","features":[3]},{"name":"RPC_NT_INVALID_NAF_ID","features":[3]},{"name":"RPC_NT_INVALID_NAME_SYNTAX","features":[3]},{"name":"RPC_NT_INVALID_NETWORK_OPTIONS","features":[3]},{"name":"RPC_NT_INVALID_NET_ADDR","features":[3]},{"name":"RPC_NT_INVALID_OBJECT","features":[3]},{"name":"RPC_NT_INVALID_PIPE_OBJECT","features":[3]},{"name":"RPC_NT_INVALID_PIPE_OPERATION","features":[3]},{"name":"RPC_NT_INVALID_RPC_PROTSEQ","features":[3]},{"name":"RPC_NT_INVALID_STRING_BINDING","features":[3]},{"name":"RPC_NT_INVALID_STRING_UUID","features":[3]},{"name":"RPC_NT_INVALID_TAG","features":[3]},{"name":"RPC_NT_INVALID_TIMEOUT","features":[3]},{"name":"RPC_NT_INVALID_VERS_OPTION","features":[3]},{"name":"RPC_NT_MAX_CALLS_TOO_SMALL","features":[3]},{"name":"RPC_NT_NAME_SERVICE_UNAVAILABLE","features":[3]},{"name":"RPC_NT_NOTHING_TO_EXPORT","features":[3]},{"name":"RPC_NT_NOT_ALL_OBJS_UNEXPORTED","features":[3]},{"name":"RPC_NT_NOT_CANCELLED","features":[3]},{"name":"RPC_NT_NOT_LISTENING","features":[3]},{"name":"RPC_NT_NOT_RPC_ERROR","features":[3]},{"name":"RPC_NT_NO_BINDINGS","features":[3]},{"name":"RPC_NT_NO_CALL_ACTIVE","features":[3]},{"name":"RPC_NT_NO_CONTEXT_AVAILABLE","features":[3]},{"name":"RPC_NT_NO_ENDPOINT_FOUND","features":[3]},{"name":"RPC_NT_NO_ENTRY_NAME","features":[3]},{"name":"RPC_NT_NO_INTERFACES","features":[3]},{"name":"RPC_NT_NO_MORE_BINDINGS","features":[3]},{"name":"RPC_NT_NO_MORE_ENTRIES","features":[3]},{"name":"RPC_NT_NO_MORE_MEMBERS","features":[3]},{"name":"RPC_NT_NO_PRINC_NAME","features":[3]},{"name":"RPC_NT_NO_PROTSEQS","features":[3]},{"name":"RPC_NT_NO_PROTSEQS_REGISTERED","features":[3]},{"name":"RPC_NT_NULL_REF_POINTER","features":[3]},{"name":"RPC_NT_OBJECT_NOT_FOUND","features":[3]},{"name":"RPC_NT_OUT_OF_RESOURCES","features":[3]},{"name":"RPC_NT_PIPE_CLOSED","features":[3]},{"name":"RPC_NT_PIPE_DISCIPLINE_ERROR","features":[3]},{"name":"RPC_NT_PIPE_EMPTY","features":[3]},{"name":"RPC_NT_PROCNUM_OUT_OF_RANGE","features":[3]},{"name":"RPC_NT_PROTOCOL_ERROR","features":[3]},{"name":"RPC_NT_PROTSEQ_NOT_FOUND","features":[3]},{"name":"RPC_NT_PROTSEQ_NOT_SUPPORTED","features":[3]},{"name":"RPC_NT_PROXY_ACCESS_DENIED","features":[3]},{"name":"RPC_NT_SEC_PKG_ERROR","features":[3]},{"name":"RPC_NT_SEND_INCOMPLETE","features":[3]},{"name":"RPC_NT_SERVER_TOO_BUSY","features":[3]},{"name":"RPC_NT_SERVER_UNAVAILABLE","features":[3]},{"name":"RPC_NT_SS_CANNOT_GET_CALL_HANDLE","features":[3]},{"name":"RPC_NT_SS_CHAR_TRANS_OPEN_FAIL","features":[3]},{"name":"RPC_NT_SS_CHAR_TRANS_SHORT_FILE","features":[3]},{"name":"RPC_NT_SS_CONTEXT_DAMAGED","features":[3]},{"name":"RPC_NT_SS_CONTEXT_MISMATCH","features":[3]},{"name":"RPC_NT_SS_HANDLES_MISMATCH","features":[3]},{"name":"RPC_NT_SS_IN_NULL_CONTEXT","features":[3]},{"name":"RPC_NT_STRING_TOO_LONG","features":[3]},{"name":"RPC_NT_TYPE_ALREADY_REGISTERED","features":[3]},{"name":"RPC_NT_UNKNOWN_AUTHN_LEVEL","features":[3]},{"name":"RPC_NT_UNKNOWN_AUTHN_SERVICE","features":[3]},{"name":"RPC_NT_UNKNOWN_AUTHN_TYPE","features":[3]},{"name":"RPC_NT_UNKNOWN_AUTHZ_SERVICE","features":[3]},{"name":"RPC_NT_UNKNOWN_IF","features":[3]},{"name":"RPC_NT_UNKNOWN_MGR_TYPE","features":[3]},{"name":"RPC_NT_UNSUPPORTED_AUTHN_LEVEL","features":[3]},{"name":"RPC_NT_UNSUPPORTED_NAME_SYNTAX","features":[3]},{"name":"RPC_NT_UNSUPPORTED_TRANS_SYN","features":[3]},{"name":"RPC_NT_UNSUPPORTED_TYPE","features":[3]},{"name":"RPC_NT_UUID_LOCAL_ONLY","features":[3]},{"name":"RPC_NT_UUID_NO_ADDRESS","features":[3]},{"name":"RPC_NT_WRONG_ES_VERSION","features":[3]},{"name":"RPC_NT_WRONG_KIND_OF_BINDING","features":[3]},{"name":"RPC_NT_WRONG_PIPE_VERSION","features":[3]},{"name":"RPC_NT_WRONG_STUB_VERSION","features":[3]},{"name":"RPC_NT_ZERO_DIVIDE","features":[3]},{"name":"RPC_S_CALLPENDING","features":[3]},{"name":"RPC_S_WAITONTIMER","features":[3]},{"name":"RPC_X_BAD_STUB_DATA","features":[3]},{"name":"RPC_X_BYTE_COUNT_TOO_SMALL","features":[3]},{"name":"RPC_X_ENUM_VALUE_OUT_OF_RANGE","features":[3]},{"name":"RPC_X_ENUM_VALUE_TOO_LARGE","features":[3]},{"name":"RPC_X_INVALID_BOUND","features":[3]},{"name":"RPC_X_INVALID_BUFFER","features":[3]},{"name":"RPC_X_INVALID_ES_ACTION","features":[3]},{"name":"RPC_X_INVALID_PIPE_OBJECT","features":[3]},{"name":"RPC_X_INVALID_PIPE_OPERATION","features":[3]},{"name":"RPC_X_INVALID_TAG","features":[3]},{"name":"RPC_X_NO_MEMORY","features":[3]},{"name":"RPC_X_NO_MORE_ENTRIES","features":[3]},{"name":"RPC_X_NULL_REF_POINTER","features":[3]},{"name":"RPC_X_PIPE_APP_MEMORY","features":[3]},{"name":"RPC_X_PIPE_CLOSED","features":[3]},{"name":"RPC_X_PIPE_DISCIPLINE_ERROR","features":[3]},{"name":"RPC_X_PIPE_EMPTY","features":[3]},{"name":"RPC_X_SS_CANNOT_GET_CALL_HANDLE","features":[3]},{"name":"RPC_X_SS_CHAR_TRANS_OPEN_FAIL","features":[3]},{"name":"RPC_X_SS_CHAR_TRANS_SHORT_FILE","features":[3]},{"name":"RPC_X_SS_CONTEXT_DAMAGED","features":[3]},{"name":"RPC_X_SS_CONTEXT_MISMATCH","features":[3]},{"name":"RPC_X_SS_HANDLES_MISMATCH","features":[3]},{"name":"RPC_X_SS_IN_NULL_CONTEXT","features":[3]},{"name":"RPC_X_WRONG_ES_VERSION","features":[3]},{"name":"RPC_X_WRONG_PIPE_ORDER","features":[3]},{"name":"RPC_X_WRONG_PIPE_VERSION","features":[3]},{"name":"RPC_X_WRONG_STUB_VERSION","features":[3]},{"name":"RtlNtStatusToDosError","features":[3]},{"name":"SCARD_E_BAD_SEEK","features":[3]},{"name":"SCARD_E_CANCELLED","features":[3]},{"name":"SCARD_E_CANT_DISPOSE","features":[3]},{"name":"SCARD_E_CARD_UNSUPPORTED","features":[3]},{"name":"SCARD_E_CERTIFICATE_UNAVAILABLE","features":[3]},{"name":"SCARD_E_COMM_DATA_LOST","features":[3]},{"name":"SCARD_E_DIR_NOT_FOUND","features":[3]},{"name":"SCARD_E_DUPLICATE_READER","features":[3]},{"name":"SCARD_E_FILE_NOT_FOUND","features":[3]},{"name":"SCARD_E_ICC_CREATEORDER","features":[3]},{"name":"SCARD_E_ICC_INSTALLATION","features":[3]},{"name":"SCARD_E_INSUFFICIENT_BUFFER","features":[3]},{"name":"SCARD_E_INVALID_ATR","features":[3]},{"name":"SCARD_E_INVALID_CHV","features":[3]},{"name":"SCARD_E_INVALID_HANDLE","features":[3]},{"name":"SCARD_E_INVALID_PARAMETER","features":[3]},{"name":"SCARD_E_INVALID_TARGET","features":[3]},{"name":"SCARD_E_INVALID_VALUE","features":[3]},{"name":"SCARD_E_NOT_READY","features":[3]},{"name":"SCARD_E_NOT_TRANSACTED","features":[3]},{"name":"SCARD_E_NO_ACCESS","features":[3]},{"name":"SCARD_E_NO_DIR","features":[3]},{"name":"SCARD_E_NO_FILE","features":[3]},{"name":"SCARD_E_NO_KEY_CONTAINER","features":[3]},{"name":"SCARD_E_NO_MEMORY","features":[3]},{"name":"SCARD_E_NO_PIN_CACHE","features":[3]},{"name":"SCARD_E_NO_READERS_AVAILABLE","features":[3]},{"name":"SCARD_E_NO_SERVICE","features":[3]},{"name":"SCARD_E_NO_SMARTCARD","features":[3]},{"name":"SCARD_E_NO_SUCH_CERTIFICATE","features":[3]},{"name":"SCARD_E_PCI_TOO_SMALL","features":[3]},{"name":"SCARD_E_PIN_CACHE_EXPIRED","features":[3]},{"name":"SCARD_E_PROTO_MISMATCH","features":[3]},{"name":"SCARD_E_READER_UNAVAILABLE","features":[3]},{"name":"SCARD_E_READER_UNSUPPORTED","features":[3]},{"name":"SCARD_E_READ_ONLY_CARD","features":[3]},{"name":"SCARD_E_SERVER_TOO_BUSY","features":[3]},{"name":"SCARD_E_SERVICE_STOPPED","features":[3]},{"name":"SCARD_E_SHARING_VIOLATION","features":[3]},{"name":"SCARD_E_SYSTEM_CANCELLED","features":[3]},{"name":"SCARD_E_TIMEOUT","features":[3]},{"name":"SCARD_E_UNEXPECTED","features":[3]},{"name":"SCARD_E_UNKNOWN_CARD","features":[3]},{"name":"SCARD_E_UNKNOWN_READER","features":[3]},{"name":"SCARD_E_UNKNOWN_RES_MNG","features":[3]},{"name":"SCARD_E_UNSUPPORTED_FEATURE","features":[3]},{"name":"SCARD_E_WRITE_TOO_MANY","features":[3]},{"name":"SCARD_F_COMM_ERROR","features":[3]},{"name":"SCARD_F_INTERNAL_ERROR","features":[3]},{"name":"SCARD_F_UNKNOWN_ERROR","features":[3]},{"name":"SCARD_F_WAITED_TOO_LONG","features":[3]},{"name":"SCARD_P_SHUTDOWN","features":[3]},{"name":"SCARD_W_CACHE_ITEM_NOT_FOUND","features":[3]},{"name":"SCARD_W_CACHE_ITEM_STALE","features":[3]},{"name":"SCARD_W_CACHE_ITEM_TOO_BIG","features":[3]},{"name":"SCARD_W_CANCELLED_BY_USER","features":[3]},{"name":"SCARD_W_CARD_NOT_AUTHENTICATED","features":[3]},{"name":"SCARD_W_CHV_BLOCKED","features":[3]},{"name":"SCARD_W_EOF","features":[3]},{"name":"SCARD_W_REMOVED_CARD","features":[3]},{"name":"SCARD_W_RESET_CARD","features":[3]},{"name":"SCARD_W_SECURITY_VIOLATION","features":[3]},{"name":"SCARD_W_UNPOWERED_CARD","features":[3]},{"name":"SCARD_W_UNRESPONSIVE_CARD","features":[3]},{"name":"SCARD_W_UNSUPPORTED_CARD","features":[3]},{"name":"SCARD_W_WRONG_CHV","features":[3]},{"name":"SCHED_E_ACCOUNT_DBASE_CORRUPT","features":[3]},{"name":"SCHED_E_ACCOUNT_INFORMATION_NOT_SET","features":[3]},{"name":"SCHED_E_ACCOUNT_NAME_NOT_FOUND","features":[3]},{"name":"SCHED_E_ALREADY_RUNNING","features":[3]},{"name":"SCHED_E_CANNOT_OPEN_TASK","features":[3]},{"name":"SCHED_E_DEPRECATED_FEATURE_USED","features":[3]},{"name":"SCHED_E_INVALIDVALUE","features":[3]},{"name":"SCHED_E_INVALID_TASK","features":[3]},{"name":"SCHED_E_INVALID_TASK_HASH","features":[3]},{"name":"SCHED_E_MALFORMEDXML","features":[3]},{"name":"SCHED_E_MISSINGNODE","features":[3]},{"name":"SCHED_E_NAMESPACE","features":[3]},{"name":"SCHED_E_NO_SECURITY_SERVICES","features":[3]},{"name":"SCHED_E_PAST_END_BOUNDARY","features":[3]},{"name":"SCHED_E_SERVICE_NOT_AVAILABLE","features":[3]},{"name":"SCHED_E_SERVICE_NOT_INSTALLED","features":[3]},{"name":"SCHED_E_SERVICE_NOT_LOCALSYSTEM","features":[3]},{"name":"SCHED_E_SERVICE_NOT_RUNNING","features":[3]},{"name":"SCHED_E_SERVICE_TOO_BUSY","features":[3]},{"name":"SCHED_E_START_ON_DEMAND","features":[3]},{"name":"SCHED_E_TASK_ATTEMPTED","features":[3]},{"name":"SCHED_E_TASK_DISABLED","features":[3]},{"name":"SCHED_E_TASK_NOT_READY","features":[3]},{"name":"SCHED_E_TASK_NOT_RUNNING","features":[3]},{"name":"SCHED_E_TASK_NOT_UBPM_COMPAT","features":[3]},{"name":"SCHED_E_TASK_NOT_V1_COMPAT","features":[3]},{"name":"SCHED_E_TOO_MANY_NODES","features":[3]},{"name":"SCHED_E_TRIGGER_NOT_FOUND","features":[3]},{"name":"SCHED_E_UNEXPECTEDNODE","features":[3]},{"name":"SCHED_E_UNKNOWN_OBJECT_VERSION","features":[3]},{"name":"SCHED_E_UNSUPPORTED_ACCOUNT_OPTION","features":[3]},{"name":"SCHED_E_USER_NOT_LOGGED_ON","features":[3]},{"name":"SCHED_S_BATCH_LOGON_PROBLEM","features":[3]},{"name":"SCHED_S_EVENT_TRIGGER","features":[3]},{"name":"SCHED_S_SOME_TRIGGERS_FAILED","features":[3]},{"name":"SCHED_S_TASK_DISABLED","features":[3]},{"name":"SCHED_S_TASK_HAS_NOT_RUN","features":[3]},{"name":"SCHED_S_TASK_NOT_SCHEDULED","features":[3]},{"name":"SCHED_S_TASK_NO_MORE_RUNS","features":[3]},{"name":"SCHED_S_TASK_NO_VALID_TRIGGERS","features":[3]},{"name":"SCHED_S_TASK_QUEUED","features":[3]},{"name":"SCHED_S_TASK_READY","features":[3]},{"name":"SCHED_S_TASK_RUNNING","features":[3]},{"name":"SCHED_S_TASK_TERMINATED","features":[3]},{"name":"SDIAG_E_CANCELLED","features":[3]},{"name":"SDIAG_E_CANNOTRUN","features":[3]},{"name":"SDIAG_E_DISABLED","features":[3]},{"name":"SDIAG_E_MANAGEDHOST","features":[3]},{"name":"SDIAG_E_NOVERIFIER","features":[3]},{"name":"SDIAG_E_POWERSHELL","features":[3]},{"name":"SDIAG_E_RESOURCE","features":[3]},{"name":"SDIAG_E_ROOTCAUSE","features":[3]},{"name":"SDIAG_E_SCRIPT","features":[3]},{"name":"SDIAG_E_TRUST","features":[3]},{"name":"SDIAG_E_VERSION","features":[3]},{"name":"SDIAG_S_CANNOTRUN","features":[3]},{"name":"SEARCH_E_NOMONIKER","features":[3]},{"name":"SEARCH_E_NOREGION","features":[3]},{"name":"SEARCH_S_NOMOREHITS","features":[3]},{"name":"SEC_E_ALGORITHM_MISMATCH","features":[3]},{"name":"SEC_E_APPLICATION_PROTOCOL_MISMATCH","features":[3]},{"name":"SEC_E_BAD_BINDINGS","features":[3]},{"name":"SEC_E_BAD_PKGID","features":[3]},{"name":"SEC_E_BUFFER_TOO_SMALL","features":[3]},{"name":"SEC_E_CANNOT_INSTALL","features":[3]},{"name":"SEC_E_CANNOT_PACK","features":[3]},{"name":"SEC_E_CERT_EXPIRED","features":[3]},{"name":"SEC_E_CERT_UNKNOWN","features":[3]},{"name":"SEC_E_CERT_WRONG_USAGE","features":[3]},{"name":"SEC_E_CONTEXT_EXPIRED","features":[3]},{"name":"SEC_E_CROSSREALM_DELEGATION_FAILURE","features":[3]},{"name":"SEC_E_CRYPTO_SYSTEM_INVALID","features":[3]},{"name":"SEC_E_DECRYPT_FAILURE","features":[3]},{"name":"SEC_E_DELEGATION_POLICY","features":[3]},{"name":"SEC_E_DELEGATION_REQUIRED","features":[3]},{"name":"SEC_E_DOWNGRADE_DETECTED","features":[3]},{"name":"SEC_E_ENCRYPT_FAILURE","features":[3]},{"name":"SEC_E_EXT_BUFFER_TOO_SMALL","features":[3]},{"name":"SEC_E_ILLEGAL_MESSAGE","features":[3]},{"name":"SEC_E_INCOMPLETE_CREDENTIALS","features":[3]},{"name":"SEC_E_INCOMPLETE_MESSAGE","features":[3]},{"name":"SEC_E_INSUFFICIENT_BUFFERS","features":[3]},{"name":"SEC_E_INSUFFICIENT_MEMORY","features":[3]},{"name":"SEC_E_INTERNAL_ERROR","features":[3]},{"name":"SEC_E_INVALID_HANDLE","features":[3]},{"name":"SEC_E_INVALID_PARAMETER","features":[3]},{"name":"SEC_E_INVALID_TOKEN","features":[3]},{"name":"SEC_E_INVALID_UPN_NAME","features":[3]},{"name":"SEC_E_ISSUING_CA_UNTRUSTED","features":[3]},{"name":"SEC_E_ISSUING_CA_UNTRUSTED_KDC","features":[3]},{"name":"SEC_E_KDC_CERT_EXPIRED","features":[3]},{"name":"SEC_E_KDC_CERT_REVOKED","features":[3]},{"name":"SEC_E_KDC_INVALID_REQUEST","features":[3]},{"name":"SEC_E_KDC_UNABLE_TO_REFER","features":[3]},{"name":"SEC_E_KDC_UNKNOWN_ETYPE","features":[3]},{"name":"SEC_E_LOGON_DENIED","features":[3]},{"name":"SEC_E_MAX_REFERRALS_EXCEEDED","features":[3]},{"name":"SEC_E_MESSAGE_ALTERED","features":[3]},{"name":"SEC_E_MULTIPLE_ACCOUNTS","features":[3]},{"name":"SEC_E_MUST_BE_KDC","features":[3]},{"name":"SEC_E_MUTUAL_AUTH_FAILED","features":[3]},{"name":"SEC_E_NOT_OWNER","features":[3]},{"name":"SEC_E_NOT_SUPPORTED","features":[3]},{"name":"SEC_E_NO_AUTHENTICATING_AUTHORITY","features":[3]},{"name":"SEC_E_NO_CONTEXT","features":[3]},{"name":"SEC_E_NO_CREDENTIALS","features":[3]},{"name":"SEC_E_NO_IMPERSONATION","features":[3]},{"name":"SEC_E_NO_IP_ADDRESSES","features":[3]},{"name":"SEC_E_NO_KERB_KEY","features":[3]},{"name":"SEC_E_NO_PA_DATA","features":[3]},{"name":"SEC_E_NO_S4U_PROT_SUPPORT","features":[3]},{"name":"SEC_E_NO_SPM","features":[3]},{"name":"SEC_E_NO_TGT_REPLY","features":[3]},{"name":"SEC_E_OK","features":[3]},{"name":"SEC_E_ONLY_HTTPS_ALLOWED","features":[3]},{"name":"SEC_E_OUT_OF_SEQUENCE","features":[3]},{"name":"SEC_E_PKINIT_CLIENT_FAILURE","features":[3]},{"name":"SEC_E_PKINIT_NAME_MISMATCH","features":[3]},{"name":"SEC_E_PKU2U_CERT_FAILURE","features":[3]},{"name":"SEC_E_POLICY_NLTM_ONLY","features":[3]},{"name":"SEC_E_QOP_NOT_SUPPORTED","features":[3]},{"name":"SEC_E_REVOCATION_OFFLINE_C","features":[3]},{"name":"SEC_E_REVOCATION_OFFLINE_KDC","features":[3]},{"name":"SEC_E_SECPKG_NOT_FOUND","features":[3]},{"name":"SEC_E_SECURITY_QOS_FAILED","features":[3]},{"name":"SEC_E_SHUTDOWN_IN_PROGRESS","features":[3]},{"name":"SEC_E_SMARTCARD_CERT_EXPIRED","features":[3]},{"name":"SEC_E_SMARTCARD_CERT_REVOKED","features":[3]},{"name":"SEC_E_SMARTCARD_LOGON_REQUIRED","features":[3]},{"name":"SEC_E_STRONG_CRYPTO_NOT_SUPPORTED","features":[3]},{"name":"SEC_E_TARGET_UNKNOWN","features":[3]},{"name":"SEC_E_TIME_SKEW","features":[3]},{"name":"SEC_E_TOO_MANY_PRINCIPALS","features":[3]},{"name":"SEC_E_UNFINISHED_CONTEXT_DELETED","features":[3]},{"name":"SEC_E_UNKNOWN_CREDENTIALS","features":[3]},{"name":"SEC_E_UNSUPPORTED_FUNCTION","features":[3]},{"name":"SEC_E_UNSUPPORTED_PREAUTH","features":[3]},{"name":"SEC_E_UNTRUSTED_ROOT","features":[3]},{"name":"SEC_E_WRONG_CREDENTIAL_HANDLE","features":[3]},{"name":"SEC_E_WRONG_PRINCIPAL","features":[3]},{"name":"SEC_I_ASYNC_CALL_PENDING","features":[3]},{"name":"SEC_I_COMPLETE_AND_CONTINUE","features":[3]},{"name":"SEC_I_COMPLETE_NEEDED","features":[3]},{"name":"SEC_I_CONTEXT_EXPIRED","features":[3]},{"name":"SEC_I_CONTINUE_NEEDED","features":[3]},{"name":"SEC_I_CONTINUE_NEEDED_MESSAGE_OK","features":[3]},{"name":"SEC_I_GENERIC_EXTENSION_RECEIVED","features":[3]},{"name":"SEC_I_INCOMPLETE_CREDENTIALS","features":[3]},{"name":"SEC_I_LOCAL_LOGON","features":[3]},{"name":"SEC_I_MESSAGE_FRAGMENT","features":[3]},{"name":"SEC_I_NO_LSA_CONTEXT","features":[3]},{"name":"SEC_I_NO_RENEGOTIATION","features":[3]},{"name":"SEC_I_RENEGOTIATE","features":[3]},{"name":"SEC_I_SIGNATURE_NEEDED","features":[3]},{"name":"SEVERITY_ERROR","features":[3]},{"name":"SEVERITY_SUCCESS","features":[3]},{"name":"SHANDLE_PTR","features":[3]},{"name":"SIZE","features":[3]},{"name":"SPAPI_E_AUTHENTICODE_DISALLOWED","features":[3]},{"name":"SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED","features":[3]},{"name":"SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER","features":[3]},{"name":"SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED","features":[3]},{"name":"SPAPI_E_BAD_INTERFACE_INSTALLSECT","features":[3]},{"name":"SPAPI_E_BAD_SECTION_NAME_LINE","features":[3]},{"name":"SPAPI_E_BAD_SERVICE_INSTALLSECT","features":[3]},{"name":"SPAPI_E_CANT_LOAD_CLASS_ICON","features":[3]},{"name":"SPAPI_E_CANT_REMOVE_DEVINST","features":[3]},{"name":"SPAPI_E_CLASS_MISMATCH","features":[3]},{"name":"SPAPI_E_DEVICE_INSTALLER_NOT_READY","features":[3]},{"name":"SPAPI_E_DEVICE_INSTALL_BLOCKED","features":[3]},{"name":"SPAPI_E_DEVICE_INTERFACE_ACTIVE","features":[3]},{"name":"SPAPI_E_DEVICE_INTERFACE_REMOVED","features":[3]},{"name":"SPAPI_E_DEVINFO_DATA_LOCKED","features":[3]},{"name":"SPAPI_E_DEVINFO_LIST_LOCKED","features":[3]},{"name":"SPAPI_E_DEVINFO_NOT_REGISTERED","features":[3]},{"name":"SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE","features":[3]},{"name":"SPAPI_E_DEVINST_ALREADY_EXISTS","features":[3]},{"name":"SPAPI_E_DI_BAD_PATH","features":[3]},{"name":"SPAPI_E_DI_DONT_INSTALL","features":[3]},{"name":"SPAPI_E_DI_DO_DEFAULT","features":[3]},{"name":"SPAPI_E_DI_FUNCTION_OBSOLETE","features":[3]},{"name":"SPAPI_E_DI_NOFILECOPY","features":[3]},{"name":"SPAPI_E_DI_POSTPROCESSING_REQUIRED","features":[3]},{"name":"SPAPI_E_DRIVER_INSTALL_BLOCKED","features":[3]},{"name":"SPAPI_E_DRIVER_NONNATIVE","features":[3]},{"name":"SPAPI_E_DRIVER_STORE_ADD_FAILED","features":[3]},{"name":"SPAPI_E_DRIVER_STORE_DELETE_FAILED","features":[3]},{"name":"SPAPI_E_DUPLICATE_FOUND","features":[3]},{"name":"SPAPI_E_ERROR_NOT_INSTALLED","features":[3]},{"name":"SPAPI_E_EXPECTED_SECTION_NAME","features":[3]},{"name":"SPAPI_E_FILEQUEUE_LOCKED","features":[3]},{"name":"SPAPI_E_FILE_HASH_NOT_IN_CATALOG","features":[3]},{"name":"SPAPI_E_GENERAL_SYNTAX","features":[3]},{"name":"SPAPI_E_INCORRECTLY_COPIED_INF","features":[3]},{"name":"SPAPI_E_INF_IN_USE_BY_DEVICES","features":[3]},{"name":"SPAPI_E_INVALID_CLASS","features":[3]},{"name":"SPAPI_E_INVALID_CLASS_INSTALLER","features":[3]},{"name":"SPAPI_E_INVALID_COINSTALLER","features":[3]},{"name":"SPAPI_E_INVALID_DEVINST_NAME","features":[3]},{"name":"SPAPI_E_INVALID_FILTER_DRIVER","features":[3]},{"name":"SPAPI_E_INVALID_HWPROFILE","features":[3]},{"name":"SPAPI_E_INVALID_INF_LOGCONFIG","features":[3]},{"name":"SPAPI_E_INVALID_MACHINENAME","features":[3]},{"name":"SPAPI_E_INVALID_PROPPAGE_PROVIDER","features":[3]},{"name":"SPAPI_E_INVALID_REFERENCE_STRING","features":[3]},{"name":"SPAPI_E_INVALID_REG_PROPERTY","features":[3]},{"name":"SPAPI_E_INVALID_TARGET","features":[3]},{"name":"SPAPI_E_IN_WOW64","features":[3]},{"name":"SPAPI_E_KEY_DOES_NOT_EXIST","features":[3]},{"name":"SPAPI_E_LINE_NOT_FOUND","features":[3]},{"name":"SPAPI_E_MACHINE_UNAVAILABLE","features":[3]},{"name":"SPAPI_E_NON_WINDOWS_DRIVER","features":[3]},{"name":"SPAPI_E_NON_WINDOWS_NT_DRIVER","features":[3]},{"name":"SPAPI_E_NOT_AN_INSTALLED_OEM_INF","features":[3]},{"name":"SPAPI_E_NOT_DISABLEABLE","features":[3]},{"name":"SPAPI_E_NO_ASSOCIATED_CLASS","features":[3]},{"name":"SPAPI_E_NO_ASSOCIATED_SERVICE","features":[3]},{"name":"SPAPI_E_NO_AUTHENTICODE_CATALOG","features":[3]},{"name":"SPAPI_E_NO_BACKUP","features":[3]},{"name":"SPAPI_E_NO_CATALOG_FOR_OEM_INF","features":[3]},{"name":"SPAPI_E_NO_CLASSINSTALL_PARAMS","features":[3]},{"name":"SPAPI_E_NO_CLASS_DRIVER_LIST","features":[3]},{"name":"SPAPI_E_NO_COMPAT_DRIVERS","features":[3]},{"name":"SPAPI_E_NO_CONFIGMGR_SERVICES","features":[3]},{"name":"SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE","features":[3]},{"name":"SPAPI_E_NO_DEVICE_ICON","features":[3]},{"name":"SPAPI_E_NO_DEVICE_SELECTED","features":[3]},{"name":"SPAPI_E_NO_DRIVER_SELECTED","features":[3]},{"name":"SPAPI_E_NO_INF","features":[3]},{"name":"SPAPI_E_NO_SUCH_DEVICE_INTERFACE","features":[3]},{"name":"SPAPI_E_NO_SUCH_DEVINST","features":[3]},{"name":"SPAPI_E_NO_SUCH_INTERFACE_CLASS","features":[3]},{"name":"SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE","features":[3]},{"name":"SPAPI_E_PNP_REGISTRY_ERROR","features":[3]},{"name":"SPAPI_E_REMOTE_COMM_FAILURE","features":[3]},{"name":"SPAPI_E_REMOTE_REQUEST_UNSUPPORTED","features":[3]},{"name":"SPAPI_E_SCE_DISABLED","features":[3]},{"name":"SPAPI_E_SECTION_NAME_TOO_LONG","features":[3]},{"name":"SPAPI_E_SECTION_NOT_FOUND","features":[3]},{"name":"SPAPI_E_SET_SYSTEM_RESTORE_POINT","features":[3]},{"name":"SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH","features":[3]},{"name":"SPAPI_E_UNKNOWN_EXCEPTION","features":[3]},{"name":"SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW","features":[3]},{"name":"SPAPI_E_WRONG_INF_STYLE","features":[3]},{"name":"SPAPI_E_WRONG_INF_TYPE","features":[3]},{"name":"SQLITE_E_ABORT","features":[3]},{"name":"SQLITE_E_ABORT_ROLLBACK","features":[3]},{"name":"SQLITE_E_AUTH","features":[3]},{"name":"SQLITE_E_BUSY","features":[3]},{"name":"SQLITE_E_BUSY_RECOVERY","features":[3]},{"name":"SQLITE_E_BUSY_SNAPSHOT","features":[3]},{"name":"SQLITE_E_CANTOPEN","features":[3]},{"name":"SQLITE_E_CANTOPEN_CONVPATH","features":[3]},{"name":"SQLITE_E_CANTOPEN_FULLPATH","features":[3]},{"name":"SQLITE_E_CANTOPEN_ISDIR","features":[3]},{"name":"SQLITE_E_CANTOPEN_NOTEMPDIR","features":[3]},{"name":"SQLITE_E_CONSTRAINT","features":[3]},{"name":"SQLITE_E_CONSTRAINT_CHECK","features":[3]},{"name":"SQLITE_E_CONSTRAINT_COMMITHOOK","features":[3]},{"name":"SQLITE_E_CONSTRAINT_FOREIGNKEY","features":[3]},{"name":"SQLITE_E_CONSTRAINT_FUNCTION","features":[3]},{"name":"SQLITE_E_CONSTRAINT_NOTNULL","features":[3]},{"name":"SQLITE_E_CONSTRAINT_PRIMARYKEY","features":[3]},{"name":"SQLITE_E_CONSTRAINT_ROWID","features":[3]},{"name":"SQLITE_E_CONSTRAINT_TRIGGER","features":[3]},{"name":"SQLITE_E_CONSTRAINT_UNIQUE","features":[3]},{"name":"SQLITE_E_CONSTRAINT_VTAB","features":[3]},{"name":"SQLITE_E_CORRUPT","features":[3]},{"name":"SQLITE_E_CORRUPT_VTAB","features":[3]},{"name":"SQLITE_E_DONE","features":[3]},{"name":"SQLITE_E_EMPTY","features":[3]},{"name":"SQLITE_E_ERROR","features":[3]},{"name":"SQLITE_E_FORMAT","features":[3]},{"name":"SQLITE_E_FULL","features":[3]},{"name":"SQLITE_E_INTERNAL","features":[3]},{"name":"SQLITE_E_INTERRUPT","features":[3]},{"name":"SQLITE_E_IOERR","features":[3]},{"name":"SQLITE_E_IOERR_ACCESS","features":[3]},{"name":"SQLITE_E_IOERR_AUTH","features":[3]},{"name":"SQLITE_E_IOERR_BLOCKED","features":[3]},{"name":"SQLITE_E_IOERR_CHECKRESERVEDLOCK","features":[3]},{"name":"SQLITE_E_IOERR_CLOSE","features":[3]},{"name":"SQLITE_E_IOERR_CONVPATH","features":[3]},{"name":"SQLITE_E_IOERR_DELETE","features":[3]},{"name":"SQLITE_E_IOERR_DELETE_NOENT","features":[3]},{"name":"SQLITE_E_IOERR_DIR_CLOSE","features":[3]},{"name":"SQLITE_E_IOERR_DIR_FSYNC","features":[3]},{"name":"SQLITE_E_IOERR_FSTAT","features":[3]},{"name":"SQLITE_E_IOERR_FSYNC","features":[3]},{"name":"SQLITE_E_IOERR_GETTEMPPATH","features":[3]},{"name":"SQLITE_E_IOERR_LOCK","features":[3]},{"name":"SQLITE_E_IOERR_MMAP","features":[3]},{"name":"SQLITE_E_IOERR_NOMEM","features":[3]},{"name":"SQLITE_E_IOERR_RDLOCK","features":[3]},{"name":"SQLITE_E_IOERR_READ","features":[3]},{"name":"SQLITE_E_IOERR_SEEK","features":[3]},{"name":"SQLITE_E_IOERR_SHMLOCK","features":[3]},{"name":"SQLITE_E_IOERR_SHMMAP","features":[3]},{"name":"SQLITE_E_IOERR_SHMOPEN","features":[3]},{"name":"SQLITE_E_IOERR_SHMSIZE","features":[3]},{"name":"SQLITE_E_IOERR_SHORT_READ","features":[3]},{"name":"SQLITE_E_IOERR_TRUNCATE","features":[3]},{"name":"SQLITE_E_IOERR_UNLOCK","features":[3]},{"name":"SQLITE_E_IOERR_VNODE","features":[3]},{"name":"SQLITE_E_IOERR_WRITE","features":[3]},{"name":"SQLITE_E_LOCKED","features":[3]},{"name":"SQLITE_E_LOCKED_SHAREDCACHE","features":[3]},{"name":"SQLITE_E_MISMATCH","features":[3]},{"name":"SQLITE_E_MISUSE","features":[3]},{"name":"SQLITE_E_NOLFS","features":[3]},{"name":"SQLITE_E_NOMEM","features":[3]},{"name":"SQLITE_E_NOTADB","features":[3]},{"name":"SQLITE_E_NOTFOUND","features":[3]},{"name":"SQLITE_E_NOTICE","features":[3]},{"name":"SQLITE_E_NOTICE_RECOVER_ROLLBACK","features":[3]},{"name":"SQLITE_E_NOTICE_RECOVER_WAL","features":[3]},{"name":"SQLITE_E_PERM","features":[3]},{"name":"SQLITE_E_PROTOCOL","features":[3]},{"name":"SQLITE_E_RANGE","features":[3]},{"name":"SQLITE_E_READONLY","features":[3]},{"name":"SQLITE_E_READONLY_CANTLOCK","features":[3]},{"name":"SQLITE_E_READONLY_DBMOVED","features":[3]},{"name":"SQLITE_E_READONLY_RECOVERY","features":[3]},{"name":"SQLITE_E_READONLY_ROLLBACK","features":[3]},{"name":"SQLITE_E_ROW","features":[3]},{"name":"SQLITE_E_SCHEMA","features":[3]},{"name":"SQLITE_E_TOOBIG","features":[3]},{"name":"SQLITE_E_WARNING","features":[3]},{"name":"SQLITE_E_WARNING_AUTOINDEX","features":[3]},{"name":"STATEREPOSITORY_ERROR_CACHE_CORRUPTED","features":[3]},{"name":"STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED","features":[3]},{"name":"STATEREPOSITORY_E_BLOCKED","features":[3]},{"name":"STATEREPOSITORY_E_BUSY_RECOVERY_RETRY","features":[3]},{"name":"STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED","features":[3]},{"name":"STATEREPOSITORY_E_BUSY_RETRY","features":[3]},{"name":"STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED","features":[3]},{"name":"STATEREPOSITORY_E_CACHE_NOT_INIITALIZED","features":[3]},{"name":"STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE","features":[3]},{"name":"STATEREPOSITORY_E_CONFIGURATION_INVALID","features":[3]},{"name":"STATEREPOSITORY_E_DEPENDENCY_NOT_RESOLVED","features":[3]},{"name":"STATEREPOSITORY_E_LOCKED_RETRY","features":[3]},{"name":"STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY","features":[3]},{"name":"STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED","features":[3]},{"name":"STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED","features":[3]},{"name":"STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS","features":[3]},{"name":"STATEREPOSITORY_E_STATEMENT_INPROGRESS","features":[3]},{"name":"STATEREPOSITORY_E_TRANSACTION_REQUIRED","features":[3]},{"name":"STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION","features":[3]},{"name":"STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED","features":[3]},{"name":"STATEREPOSITORY_TRANSACTION_IN_PROGRESS","features":[3]},{"name":"STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED","features":[3]},{"name":"STATUS_ABANDONED","features":[3]},{"name":"STATUS_ABANDONED_WAIT_0","features":[3]},{"name":"STATUS_ABANDONED_WAIT_63","features":[3]},{"name":"STATUS_ABANDON_HIBERFILE","features":[3]},{"name":"STATUS_ABIOS_INVALID_COMMAND","features":[3]},{"name":"STATUS_ABIOS_INVALID_LID","features":[3]},{"name":"STATUS_ABIOS_INVALID_SELECTOR","features":[3]},{"name":"STATUS_ABIOS_LID_ALREADY_OWNED","features":[3]},{"name":"STATUS_ABIOS_LID_NOT_EXIST","features":[3]},{"name":"STATUS_ABIOS_NOT_LID_OWNER","features":[3]},{"name":"STATUS_ABIOS_NOT_PRESENT","features":[3]},{"name":"STATUS_ABIOS_SELECTOR_NOT_AVAILABLE","features":[3]},{"name":"STATUS_ACCESS_AUDIT_BY_POLICY","features":[3]},{"name":"STATUS_ACCESS_DENIED","features":[3]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT","features":[3]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_OTHER","features":[3]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_PATH","features":[3]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER","features":[3]},{"name":"STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY","features":[3]},{"name":"STATUS_ACCESS_VIOLATION","features":[3]},{"name":"STATUS_ACPI_ACQUIRE_GLOBAL_LOCK","features":[3]},{"name":"STATUS_ACPI_ADDRESS_NOT_MAPPED","features":[3]},{"name":"STATUS_ACPI_ALREADY_INITIALIZED","features":[3]},{"name":"STATUS_ACPI_ASSERT_FAILED","features":[3]},{"name":"STATUS_ACPI_FATAL","features":[3]},{"name":"STATUS_ACPI_HANDLER_COLLISION","features":[3]},{"name":"STATUS_ACPI_INCORRECT_ARGUMENT_COUNT","features":[3]},{"name":"STATUS_ACPI_INVALID_ACCESS_SIZE","features":[3]},{"name":"STATUS_ACPI_INVALID_ARGTYPE","features":[3]},{"name":"STATUS_ACPI_INVALID_ARGUMENT","features":[3]},{"name":"STATUS_ACPI_INVALID_DATA","features":[3]},{"name":"STATUS_ACPI_INVALID_EVENTTYPE","features":[3]},{"name":"STATUS_ACPI_INVALID_INDEX","features":[3]},{"name":"STATUS_ACPI_INVALID_MUTEX_LEVEL","features":[3]},{"name":"STATUS_ACPI_INVALID_OBJTYPE","features":[3]},{"name":"STATUS_ACPI_INVALID_OPCODE","features":[3]},{"name":"STATUS_ACPI_INVALID_REGION","features":[3]},{"name":"STATUS_ACPI_INVALID_SUPERNAME","features":[3]},{"name":"STATUS_ACPI_INVALID_TABLE","features":[3]},{"name":"STATUS_ACPI_INVALID_TARGETTYPE","features":[3]},{"name":"STATUS_ACPI_MUTEX_NOT_OWNED","features":[3]},{"name":"STATUS_ACPI_MUTEX_NOT_OWNER","features":[3]},{"name":"STATUS_ACPI_NOT_INITIALIZED","features":[3]},{"name":"STATUS_ACPI_POWER_REQUEST_FAILED","features":[3]},{"name":"STATUS_ACPI_REG_HANDLER_FAILED","features":[3]},{"name":"STATUS_ACPI_RS_ACCESS","features":[3]},{"name":"STATUS_ACPI_STACK_OVERFLOW","features":[3]},{"name":"STATUS_ADAPTER_HARDWARE_ERROR","features":[3]},{"name":"STATUS_ADDRESS_ALREADY_ASSOCIATED","features":[3]},{"name":"STATUS_ADDRESS_ALREADY_EXISTS","features":[3]},{"name":"STATUS_ADDRESS_CLOSED","features":[3]},{"name":"STATUS_ADDRESS_NOT_ASSOCIATED","features":[3]},{"name":"STATUS_ADMINLESS_ACCESS_DENIED","features":[3]},{"name":"STATUS_ADVANCED_INSTALLER_FAILED","features":[3]},{"name":"STATUS_AGENTS_EXHAUSTED","features":[3]},{"name":"STATUS_ALERTED","features":[3]},{"name":"STATUS_ALIAS_EXISTS","features":[3]},{"name":"STATUS_ALLOCATE_BUCKET","features":[3]},{"name":"STATUS_ALLOTTED_SPACE_EXCEEDED","features":[3]},{"name":"STATUS_ALL_SIDS_FILTERED","features":[3]},{"name":"STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED","features":[3]},{"name":"STATUS_ALPC_CHECK_COMPLETION_LIST","features":[3]},{"name":"STATUS_ALREADY_COMMITTED","features":[3]},{"name":"STATUS_ALREADY_COMPLETE","features":[3]},{"name":"STATUS_ALREADY_DISCONNECTED","features":[3]},{"name":"STATUS_ALREADY_HAS_STREAM_ID","features":[3]},{"name":"STATUS_ALREADY_INITIALIZED","features":[3]},{"name":"STATUS_ALREADY_REGISTERED","features":[3]},{"name":"STATUS_ALREADY_WIN32","features":[3]},{"name":"STATUS_AMBIGUOUS_SYSTEM_DEVICE","features":[3]},{"name":"STATUS_APC_RETURNED_WHILE_IMPERSONATING","features":[3]},{"name":"STATUS_APISET_NOT_HOSTED","features":[3]},{"name":"STATUS_APISET_NOT_PRESENT","features":[3]},{"name":"STATUS_APPEXEC_APP_COMPAT_BLOCK","features":[3]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT","features":[3]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING","features":[3]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES","features":[3]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION","features":[3]},{"name":"STATUS_APPEXEC_CONDITION_NOT_SATISFIED","features":[3]},{"name":"STATUS_APPEXEC_HANDLE_INVALIDATED","features":[3]},{"name":"STATUS_APPEXEC_HOST_ID_MISMATCH","features":[3]},{"name":"STATUS_APPEXEC_INVALID_HOST_GENERATION","features":[3]},{"name":"STATUS_APPEXEC_INVALID_HOST_STATE","features":[3]},{"name":"STATUS_APPEXEC_NO_DONOR","features":[3]},{"name":"STATUS_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION","features":[3]},{"name":"STATUS_APPEXEC_UNKNOWN_USER","features":[3]},{"name":"STATUS_APPHELP_BLOCK","features":[3]},{"name":"STATUS_APPX_FILE_NOT_ENCRYPTED","features":[3]},{"name":"STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN","features":[3]},{"name":"STATUS_APP_DATA_CORRUPT","features":[3]},{"name":"STATUS_APP_DATA_EXPIRED","features":[3]},{"name":"STATUS_APP_DATA_LIMIT_EXCEEDED","features":[3]},{"name":"STATUS_APP_DATA_NOT_FOUND","features":[3]},{"name":"STATUS_APP_DATA_REBOOT_REQUIRED","features":[3]},{"name":"STATUS_APP_INIT_FAILURE","features":[3]},{"name":"STATUS_ARBITRATION_UNHANDLED","features":[3]},{"name":"STATUS_ARRAY_BOUNDS_EXCEEDED","features":[3]},{"name":"STATUS_ASSERTION_FAILURE","features":[3]},{"name":"STATUS_ATTACHED_EXECUTABLE_MEMORY_WRITE","features":[3]},{"name":"STATUS_ATTRIBUTE_NOT_PRESENT","features":[3]},{"name":"STATUS_AUDIO_ENGINE_NODE_NOT_FOUND","features":[3]},{"name":"STATUS_AUDITING_DISABLED","features":[3]},{"name":"STATUS_AUDIT_FAILED","features":[3]},{"name":"STATUS_AUTHIP_FAILURE","features":[3]},{"name":"STATUS_AUTH_TAG_MISMATCH","features":[3]},{"name":"STATUS_BACKUP_CONTROLLER","features":[3]},{"name":"STATUS_BAD_BINDINGS","features":[3]},{"name":"STATUS_BAD_CLUSTERS","features":[3]},{"name":"STATUS_BAD_COMPRESSION_BUFFER","features":[3]},{"name":"STATUS_BAD_CURRENT_DIRECTORY","features":[3]},{"name":"STATUS_BAD_DATA","features":[3]},{"name":"STATUS_BAD_DESCRIPTOR_FORMAT","features":[3]},{"name":"STATUS_BAD_DEVICE_TYPE","features":[3]},{"name":"STATUS_BAD_DLL_ENTRYPOINT","features":[3]},{"name":"STATUS_BAD_FILE_TYPE","features":[3]},{"name":"STATUS_BAD_FUNCTION_TABLE","features":[3]},{"name":"STATUS_BAD_IMPERSONATION_LEVEL","features":[3]},{"name":"STATUS_BAD_INHERITANCE_ACL","features":[3]},{"name":"STATUS_BAD_INITIAL_PC","features":[3]},{"name":"STATUS_BAD_INITIAL_STACK","features":[3]},{"name":"STATUS_BAD_KEY","features":[3]},{"name":"STATUS_BAD_LOGON_SESSION_STATE","features":[3]},{"name":"STATUS_BAD_MASTER_BOOT_RECORD","features":[3]},{"name":"STATUS_BAD_MCFG_TABLE","features":[3]},{"name":"STATUS_BAD_NETWORK_NAME","features":[3]},{"name":"STATUS_BAD_NETWORK_PATH","features":[3]},{"name":"STATUS_BAD_REMOTE_ADAPTER","features":[3]},{"name":"STATUS_BAD_SERVICE_ENTRYPOINT","features":[3]},{"name":"STATUS_BAD_STACK","features":[3]},{"name":"STATUS_BAD_TOKEN_TYPE","features":[3]},{"name":"STATUS_BAD_VALIDATION_CLASS","features":[3]},{"name":"STATUS_BAD_WORKING_SET_LIMIT","features":[3]},{"name":"STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED","features":[3]},{"name":"STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED","features":[3]},{"name":"STATUS_BCD_TOO_MANY_ELEMENTS","features":[3]},{"name":"STATUS_BEGINNING_OF_MEDIA","features":[3]},{"name":"STATUS_BEYOND_VDL","features":[3]},{"name":"STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT","features":[3]},{"name":"STATUS_BIZRULES_NOT_ENABLED","features":[3]},{"name":"STATUS_BLOCKED_BY_PARENTAL_CONTROLS","features":[3]},{"name":"STATUS_BLOCK_SHARED","features":[3]},{"name":"STATUS_BLOCK_SOURCE_WEAK_REFERENCE_INVALID","features":[3]},{"name":"STATUS_BLOCK_TARGET_WEAK_REFERENCE_INVALID","features":[3]},{"name":"STATUS_BLOCK_TOO_MANY_REFERENCES","features":[3]},{"name":"STATUS_BLOCK_WEAK_REFERENCE_INVALID","features":[3]},{"name":"STATUS_BREAKPOINT","features":[3]},{"name":"STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND","features":[3]},{"name":"STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG","features":[3]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION","features":[3]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION","features":[3]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION","features":[3]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[3]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_RESOURCES","features":[3]},{"name":"STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[3]},{"name":"STATUS_BTH_ATT_INVALID_HANDLE","features":[3]},{"name":"STATUS_BTH_ATT_INVALID_OFFSET","features":[3]},{"name":"STATUS_BTH_ATT_INVALID_PDU","features":[3]},{"name":"STATUS_BTH_ATT_PREPARE_QUEUE_FULL","features":[3]},{"name":"STATUS_BTH_ATT_READ_NOT_PERMITTED","features":[3]},{"name":"STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED","features":[3]},{"name":"STATUS_BTH_ATT_UNKNOWN_ERROR","features":[3]},{"name":"STATUS_BTH_ATT_UNLIKELY","features":[3]},{"name":"STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE","features":[3]},{"name":"STATUS_BTH_ATT_WRITE_NOT_PERMITTED","features":[3]},{"name":"STATUS_BUFFER_ALL_ZEROS","features":[3]},{"name":"STATUS_BUFFER_OVERFLOW","features":[3]},{"name":"STATUS_BUFFER_TOO_SMALL","features":[3]},{"name":"STATUS_BUS_RESET","features":[3]},{"name":"STATUS_BYPASSIO_FLT_NOT_SUPPORTED","features":[3]},{"name":"STATUS_CACHE_PAGE_LOCKED","features":[3]},{"name":"STATUS_CALLBACK_BYPASS","features":[3]},{"name":"STATUS_CALLBACK_INVOKE_INLINE","features":[3]},{"name":"STATUS_CALLBACK_POP_STACK","features":[3]},{"name":"STATUS_CALLBACK_RETURNED_LANG","features":[3]},{"name":"STATUS_CALLBACK_RETURNED_LDR_LOCK","features":[3]},{"name":"STATUS_CALLBACK_RETURNED_PRI_BACK","features":[3]},{"name":"STATUS_CALLBACK_RETURNED_THREAD_AFFINITY","features":[3]},{"name":"STATUS_CALLBACK_RETURNED_THREAD_PRIORITY","features":[3]},{"name":"STATUS_CALLBACK_RETURNED_TRANSACTION","features":[3]},{"name":"STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING","features":[3]},{"name":"STATUS_CANCELLED","features":[3]},{"name":"STATUS_CANNOT_ABORT_TRANSACTIONS","features":[3]},{"name":"STATUS_CANNOT_ACCEPT_TRANSACTED_WORK","features":[3]},{"name":"STATUS_CANNOT_BREAK_OPLOCK","features":[3]},{"name":"STATUS_CANNOT_DELETE","features":[3]},{"name":"STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION","features":[3]},{"name":"STATUS_CANNOT_GRANT_REQUESTED_OPLOCK","features":[3]},{"name":"STATUS_CANNOT_IMPERSONATE","features":[3]},{"name":"STATUS_CANNOT_LOAD_REGISTRY_FILE","features":[3]},{"name":"STATUS_CANNOT_MAKE","features":[3]},{"name":"STATUS_CANNOT_SWITCH_RUNLEVEL","features":[3]},{"name":"STATUS_CANT_ACCESS_DOMAIN_INFO","features":[3]},{"name":"STATUS_CANT_ATTACH_TO_DEV_VOLUME","features":[3]},{"name":"STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY","features":[3]},{"name":"STATUS_CANT_CLEAR_ENCRYPTION_FLAG","features":[3]},{"name":"STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS","features":[3]},{"name":"STATUS_CANT_CROSS_RM_BOUNDARY","features":[3]},{"name":"STATUS_CANT_DISABLE_MANDATORY","features":[3]},{"name":"STATUS_CANT_ENABLE_DENY_ONLY","features":[3]},{"name":"STATUS_CANT_OPEN_ANONYMOUS","features":[3]},{"name":"STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT","features":[3]},{"name":"STATUS_CANT_RECOVER_WITH_HANDLE_OPEN","features":[3]},{"name":"STATUS_CANT_TERMINATE_SELF","features":[3]},{"name":"STATUS_CANT_WAIT","features":[3]},{"name":"STATUS_CARDBUS_NOT_SUPPORTED","features":[3]},{"name":"STATUS_CASE_DIFFERING_NAMES_IN_DIR","features":[3]},{"name":"STATUS_CASE_SENSITIVE_PATH","features":[3]},{"name":"STATUS_CC_NEEDS_CALLBACK_SECTION_DRAIN","features":[3]},{"name":"STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE","features":[3]},{"name":"STATUS_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT","features":[3]},{"name":"STATUS_CHECKING_FILE_SYSTEM","features":[3]},{"name":"STATUS_CHECKOUT_REQUIRED","features":[3]},{"name":"STATUS_CHILD_MUST_BE_VOLATILE","features":[3]},{"name":"STATUS_CHILD_PROCESS_BLOCKED","features":[3]},{"name":"STATUS_CIMFS_IMAGE_CORRUPT","features":[3]},{"name":"STATUS_CIMFS_IMAGE_VERSION_NOT_SUPPORTED","features":[3]},{"name":"STATUS_CLEANER_CARTRIDGE_INSTALLED","features":[3]},{"name":"STATUS_CLIENT_SERVER_PARAMETERS_INVALID","features":[3]},{"name":"STATUS_CLIP_DEVICE_LICENSE_MISSING","features":[3]},{"name":"STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID","features":[3]},{"name":"STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH","features":[3]},{"name":"STATUS_CLIP_LICENSE_EXPIRED","features":[3]},{"name":"STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE","features":[3]},{"name":"STATUS_CLIP_LICENSE_INVALID_SIGNATURE","features":[3]},{"name":"STATUS_CLIP_LICENSE_NOT_FOUND","features":[3]},{"name":"STATUS_CLIP_LICENSE_NOT_SIGNED","features":[3]},{"name":"STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE","features":[3]},{"name":"STATUS_CLOUD_FILE_ACCESS_DENIED","features":[3]},{"name":"STATUS_CLOUD_FILE_ALREADY_CONNECTED","features":[3]},{"name":"STATUS_CLOUD_FILE_AUTHENTICATION_FAILED","features":[3]},{"name":"STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY","features":[3]},{"name":"STATUS_CLOUD_FILE_DEHYDRATION_DISALLOWED","features":[3]},{"name":"STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS","features":[3]},{"name":"STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES","features":[3]},{"name":"STATUS_CLOUD_FILE_INVALID_REQUEST","features":[3]},{"name":"STATUS_CLOUD_FILE_IN_USE","features":[3]},{"name":"STATUS_CLOUD_FILE_METADATA_CORRUPT","features":[3]},{"name":"STATUS_CLOUD_FILE_METADATA_TOO_LARGE","features":[3]},{"name":"STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE","features":[3]},{"name":"STATUS_CLOUD_FILE_NOT_IN_SYNC","features":[3]},{"name":"STATUS_CLOUD_FILE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT","features":[3]},{"name":"STATUS_CLOUD_FILE_PINNED","features":[3]},{"name":"STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH","features":[3]},{"name":"STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE","features":[3]},{"name":"STATUS_CLOUD_FILE_PROPERTY_CORRUPT","features":[3]},{"name":"STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT","features":[3]},{"name":"STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED","features":[3]},{"name":"STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING","features":[3]},{"name":"STATUS_CLOUD_FILE_PROVIDER_TERMINATED","features":[3]},{"name":"STATUS_CLOUD_FILE_READ_ONLY_VOLUME","features":[3]},{"name":"STATUS_CLOUD_FILE_REQUEST_ABORTED","features":[3]},{"name":"STATUS_CLOUD_FILE_REQUEST_CANCELED","features":[3]},{"name":"STATUS_CLOUD_FILE_REQUEST_TIMEOUT","features":[3]},{"name":"STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT","features":[3]},{"name":"STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS","features":[3]},{"name":"STATUS_CLOUD_FILE_UNSUCCESSFUL","features":[3]},{"name":"STATUS_CLOUD_FILE_US_MESSAGE_TIMEOUT","features":[3]},{"name":"STATUS_CLOUD_FILE_VALIDATION_FAILED","features":[3]},{"name":"STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED","features":[3]},{"name":"STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR","features":[3]},{"name":"STATUS_CLUSTER_CSV_INVALID_HANDLE","features":[3]},{"name":"STATUS_CLUSTER_CSV_NOT_REDIRECTED","features":[3]},{"name":"STATUS_CLUSTER_CSV_NO_SNAPSHOTS","features":[3]},{"name":"STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS","features":[3]},{"name":"STATUS_CLUSTER_CSV_REDIRECTED","features":[3]},{"name":"STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS","features":[3]},{"name":"STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR","features":[3]},{"name":"STATUS_CLUSTER_CSV_VOLUME_DRAINING","features":[3]},{"name":"STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL","features":[3]},{"name":"STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL","features":[3]},{"name":"STATUS_CLUSTER_INVALID_NETWORK","features":[3]},{"name":"STATUS_CLUSTER_INVALID_NETWORK_PROVIDER","features":[3]},{"name":"STATUS_CLUSTER_INVALID_NODE","features":[3]},{"name":"STATUS_CLUSTER_INVALID_REQUEST","features":[3]},{"name":"STATUS_CLUSTER_JOIN_IN_PROGRESS","features":[3]},{"name":"STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS","features":[3]},{"name":"STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND","features":[3]},{"name":"STATUS_CLUSTER_NETINTERFACE_EXISTS","features":[3]},{"name":"STATUS_CLUSTER_NETINTERFACE_NOT_FOUND","features":[3]},{"name":"STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE","features":[3]},{"name":"STATUS_CLUSTER_NETWORK_ALREADY_ONLINE","features":[3]},{"name":"STATUS_CLUSTER_NETWORK_EXISTS","features":[3]},{"name":"STATUS_CLUSTER_NETWORK_NOT_FOUND","features":[3]},{"name":"STATUS_CLUSTER_NETWORK_NOT_INTERNAL","features":[3]},{"name":"STATUS_CLUSTER_NODE_ALREADY_DOWN","features":[3]},{"name":"STATUS_CLUSTER_NODE_ALREADY_MEMBER","features":[3]},{"name":"STATUS_CLUSTER_NODE_ALREADY_UP","features":[3]},{"name":"STATUS_CLUSTER_NODE_DOWN","features":[3]},{"name":"STATUS_CLUSTER_NODE_EXISTS","features":[3]},{"name":"STATUS_CLUSTER_NODE_NOT_FOUND","features":[3]},{"name":"STATUS_CLUSTER_NODE_NOT_MEMBER","features":[3]},{"name":"STATUS_CLUSTER_NODE_NOT_PAUSED","features":[3]},{"name":"STATUS_CLUSTER_NODE_PAUSED","features":[3]},{"name":"STATUS_CLUSTER_NODE_UNREACHABLE","features":[3]},{"name":"STATUS_CLUSTER_NODE_UP","features":[3]},{"name":"STATUS_CLUSTER_NON_CSV_PATH","features":[3]},{"name":"STATUS_CLUSTER_NO_NET_ADAPTERS","features":[3]},{"name":"STATUS_CLUSTER_NO_SECURITY_CONTEXT","features":[3]},{"name":"STATUS_CLUSTER_POISONED","features":[3]},{"name":"STATUS_COMMITMENT_LIMIT","features":[3]},{"name":"STATUS_COMMITMENT_MINIMUM","features":[3]},{"name":"STATUS_COMPRESSED_FILE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_COMPRESSION_DISABLED","features":[3]},{"name":"STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","features":[3]},{"name":"STATUS_COMPRESSION_NOT_BENEFICIAL","features":[3]},{"name":"STATUS_CONFLICTING_ADDRESSES","features":[3]},{"name":"STATUS_CONNECTION_ABORTED","features":[3]},{"name":"STATUS_CONNECTION_ACTIVE","features":[3]},{"name":"STATUS_CONNECTION_COUNT_LIMIT","features":[3]},{"name":"STATUS_CONNECTION_DISCONNECTED","features":[3]},{"name":"STATUS_CONNECTION_INVALID","features":[3]},{"name":"STATUS_CONNECTION_IN_USE","features":[3]},{"name":"STATUS_CONNECTION_REFUSED","features":[3]},{"name":"STATUS_CONNECTION_RESET","features":[3]},{"name":"STATUS_CONTAINER_ASSIGNED","features":[3]},{"name":"STATUS_CONTENT_BLOCKED","features":[3]},{"name":"STATUS_CONTEXT_MISMATCH","features":[3]},{"name":"STATUS_CONTEXT_STOWED_EXCEPTION","features":[3]},{"name":"STATUS_CONTROL_C_EXIT","features":[3]},{"name":"STATUS_CONTROL_STACK_VIOLATION","features":[3]},{"name":"STATUS_CONVERT_TO_LARGE","features":[3]},{"name":"STATUS_COPY_PROTECTION_FAILURE","features":[3]},{"name":"STATUS_CORRUPT_LOG_CLEARED","features":[3]},{"name":"STATUS_CORRUPT_LOG_CORRUPTED","features":[3]},{"name":"STATUS_CORRUPT_LOG_DELETED_FULL","features":[3]},{"name":"STATUS_CORRUPT_LOG_OVERFULL","features":[3]},{"name":"STATUS_CORRUPT_LOG_UNAVAILABLE","features":[3]},{"name":"STATUS_CORRUPT_LOG_UPLEVEL_RECORDS","features":[3]},{"name":"STATUS_CORRUPT_SYSTEM_FILE","features":[3]},{"name":"STATUS_COULD_NOT_INTERPRET","features":[3]},{"name":"STATUS_COULD_NOT_RESIZE_LOG","features":[3]},{"name":"STATUS_CPU_SET_INVALID","features":[3]},{"name":"STATUS_CRASH_DUMP","features":[3]},{"name":"STATUS_CRC_ERROR","features":[3]},{"name":"STATUS_CRED_REQUIRES_CONFIRMATION","features":[3]},{"name":"STATUS_CRM_PROTOCOL_ALREADY_EXISTS","features":[3]},{"name":"STATUS_CRM_PROTOCOL_NOT_FOUND","features":[3]},{"name":"STATUS_CROSSREALM_DELEGATION_FAILURE","features":[3]},{"name":"STATUS_CROSS_PARTITION_VIOLATION","features":[3]},{"name":"STATUS_CRYPTO_SYSTEM_INVALID","features":[3]},{"name":"STATUS_CSS_AUTHENTICATION_FAILURE","features":[3]},{"name":"STATUS_CSS_KEY_NOT_ESTABLISHED","features":[3]},{"name":"STATUS_CSS_KEY_NOT_PRESENT","features":[3]},{"name":"STATUS_CSS_REGION_MISMATCH","features":[3]},{"name":"STATUS_CSS_RESETS_EXHAUSTED","features":[3]},{"name":"STATUS_CSS_SCRAMBLED_SECTOR","features":[3]},{"name":"STATUS_CSV_IO_PAUSE_TIMEOUT","features":[3]},{"name":"STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE","features":[3]},{"name":"STATUS_CS_ENCRYPTION_FILE_NOT_CSE","features":[3]},{"name":"STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE","features":[3]},{"name":"STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE","features":[3]},{"name":"STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER","features":[3]},{"name":"STATUS_CTLOG_INCONSISTENT_TRACKING_FILE","features":[3]},{"name":"STATUS_CTLOG_INVALID_TRACKING_STATE","features":[3]},{"name":"STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE","features":[3]},{"name":"STATUS_CTLOG_TRACKING_NOT_INITIALIZED","features":[3]},{"name":"STATUS_CTLOG_VHD_CHANGED_OFFLINE","features":[3]},{"name":"STATUS_CTL_FILE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_CTX_BAD_VIDEO_MODE","features":[3]},{"name":"STATUS_CTX_CDM_CONNECT","features":[3]},{"name":"STATUS_CTX_CDM_DISCONNECT","features":[3]},{"name":"STATUS_CTX_CLIENT_LICENSE_IN_USE","features":[3]},{"name":"STATUS_CTX_CLIENT_LICENSE_NOT_SET","features":[3]},{"name":"STATUS_CTX_CLIENT_QUERY_TIMEOUT","features":[3]},{"name":"STATUS_CTX_CLOSE_PENDING","features":[3]},{"name":"STATUS_CTX_CONSOLE_CONNECT","features":[3]},{"name":"STATUS_CTX_CONSOLE_DISCONNECT","features":[3]},{"name":"STATUS_CTX_GRAPHICS_INVALID","features":[3]},{"name":"STATUS_CTX_INVALID_MODEMNAME","features":[3]},{"name":"STATUS_CTX_INVALID_PD","features":[3]},{"name":"STATUS_CTX_INVALID_WD","features":[3]},{"name":"STATUS_CTX_LICENSE_CLIENT_INVALID","features":[3]},{"name":"STATUS_CTX_LICENSE_EXPIRED","features":[3]},{"name":"STATUS_CTX_LICENSE_NOT_AVAILABLE","features":[3]},{"name":"STATUS_CTX_LOGON_DISABLED","features":[3]},{"name":"STATUS_CTX_MODEM_INF_NOT_FOUND","features":[3]},{"name":"STATUS_CTX_MODEM_RESPONSE_BUSY","features":[3]},{"name":"STATUS_CTX_MODEM_RESPONSE_NO_CARRIER","features":[3]},{"name":"STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE","features":[3]},{"name":"STATUS_CTX_MODEM_RESPONSE_TIMEOUT","features":[3]},{"name":"STATUS_CTX_MODEM_RESPONSE_VOICE","features":[3]},{"name":"STATUS_CTX_NOT_CONSOLE","features":[3]},{"name":"STATUS_CTX_NO_OUTBUF","features":[3]},{"name":"STATUS_CTX_PD_NOT_FOUND","features":[3]},{"name":"STATUS_CTX_RESPONSE_ERROR","features":[3]},{"name":"STATUS_CTX_SECURITY_LAYER_ERROR","features":[3]},{"name":"STATUS_CTX_SHADOW_DENIED","features":[3]},{"name":"STATUS_CTX_SHADOW_DISABLED","features":[3]},{"name":"STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE","features":[3]},{"name":"STATUS_CTX_SHADOW_INVALID","features":[3]},{"name":"STATUS_CTX_SHADOW_NOT_RUNNING","features":[3]},{"name":"STATUS_CTX_TD_ERROR","features":[3]},{"name":"STATUS_CTX_WD_NOT_FOUND","features":[3]},{"name":"STATUS_CTX_WINSTATION_ACCESS_DENIED","features":[3]},{"name":"STATUS_CTX_WINSTATION_BUSY","features":[3]},{"name":"STATUS_CTX_WINSTATION_NAME_COLLISION","features":[3]},{"name":"STATUS_CTX_WINSTATION_NAME_INVALID","features":[3]},{"name":"STATUS_CTX_WINSTATION_NOT_FOUND","features":[3]},{"name":"STATUS_CURRENT_DOMAIN_NOT_ALLOWED","features":[3]},{"name":"STATUS_CURRENT_TRANSACTION_NOT_VALID","features":[3]},{"name":"STATUS_DATATYPE_MISALIGNMENT","features":[3]},{"name":"STATUS_DATATYPE_MISALIGNMENT_ERROR","features":[3]},{"name":"STATUS_DATA_CHECKSUM_ERROR","features":[3]},{"name":"STATUS_DATA_ERROR","features":[3]},{"name":"STATUS_DATA_LATE_ERROR","features":[3]},{"name":"STATUS_DATA_LOST_REPAIR","features":[3]},{"name":"STATUS_DATA_NOT_ACCEPTED","features":[3]},{"name":"STATUS_DATA_OVERRUN","features":[3]},{"name":"STATUS_DATA_OVERWRITTEN","features":[3]},{"name":"STATUS_DAX_MAPPING_EXISTS","features":[3]},{"name":"STATUS_DEBUGGER_INACTIVE","features":[3]},{"name":"STATUS_DEBUG_ATTACH_FAILED","features":[3]},{"name":"STATUS_DECRYPTION_FAILED","features":[3]},{"name":"STATUS_DELAY_LOAD_FAILED","features":[3]},{"name":"STATUS_DELETE_PENDING","features":[3]},{"name":"STATUS_DESTINATION_ELEMENT_FULL","features":[3]},{"name":"STATUS_DEVICE_ALREADY_ATTACHED","features":[3]},{"name":"STATUS_DEVICE_BUSY","features":[3]},{"name":"STATUS_DEVICE_CONFIGURATION_ERROR","features":[3]},{"name":"STATUS_DEVICE_DATA_ERROR","features":[3]},{"name":"STATUS_DEVICE_DOES_NOT_EXIST","features":[3]},{"name":"STATUS_DEVICE_DOOR_OPEN","features":[3]},{"name":"STATUS_DEVICE_ENUMERATION_ERROR","features":[3]},{"name":"STATUS_DEVICE_FEATURE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_DEVICE_HARDWARE_ERROR","features":[3]},{"name":"STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL","features":[3]},{"name":"STATUS_DEVICE_HUNG","features":[3]},{"name":"STATUS_DEVICE_INSUFFICIENT_RESOURCES","features":[3]},{"name":"STATUS_DEVICE_IN_MAINTENANCE","features":[3]},{"name":"STATUS_DEVICE_NOT_CONNECTED","features":[3]},{"name":"STATUS_DEVICE_NOT_PARTITIONED","features":[3]},{"name":"STATUS_DEVICE_NOT_READY","features":[3]},{"name":"STATUS_DEVICE_OFF_LINE","features":[3]},{"name":"STATUS_DEVICE_PAPER_EMPTY","features":[3]},{"name":"STATUS_DEVICE_POWERED_OFF","features":[3]},{"name":"STATUS_DEVICE_POWER_CYCLE_REQUIRED","features":[3]},{"name":"STATUS_DEVICE_POWER_FAILURE","features":[3]},{"name":"STATUS_DEVICE_PROTOCOL_ERROR","features":[3]},{"name":"STATUS_DEVICE_REMOVED","features":[3]},{"name":"STATUS_DEVICE_REQUIRES_CLEANING","features":[3]},{"name":"STATUS_DEVICE_RESET_REQUIRED","features":[3]},{"name":"STATUS_DEVICE_SUPPORT_IN_PROGRESS","features":[3]},{"name":"STATUS_DEVICE_UNREACHABLE","features":[3]},{"name":"STATUS_DEVICE_UNRESPONSIVE","features":[3]},{"name":"STATUS_DFS_EXIT_PATH_FOUND","features":[3]},{"name":"STATUS_DFS_UNAVAILABLE","features":[3]},{"name":"STATUS_DIF_BINDING_API_NOT_FOUND","features":[3]},{"name":"STATUS_DIF_IOCALLBACK_NOT_REPLACED","features":[3]},{"name":"STATUS_DIF_LIVEDUMP_LIMIT_EXCEEDED","features":[3]},{"name":"STATUS_DIF_VOLATILE_DRIVER_HOTPATCHED","features":[3]},{"name":"STATUS_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING","features":[3]},{"name":"STATUS_DIF_VOLATILE_INVALID_INFO","features":[3]},{"name":"STATUS_DIF_VOLATILE_NOT_ALLOWED","features":[3]},{"name":"STATUS_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED","features":[3]},{"name":"STATUS_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING","features":[3]},{"name":"STATUS_DIF_VOLATILE_SECTION_NOT_LOCKED","features":[3]},{"name":"STATUS_DIRECTORY_IS_A_REPARSE_POINT","features":[3]},{"name":"STATUS_DIRECTORY_NOT_EMPTY","features":[3]},{"name":"STATUS_DIRECTORY_NOT_RM","features":[3]},{"name":"STATUS_DIRECTORY_NOT_SUPPORTED","features":[3]},{"name":"STATUS_DIRECTORY_SERVICE_REQUIRED","features":[3]},{"name":"STATUS_DISK_CORRUPT_ERROR","features":[3]},{"name":"STATUS_DISK_FULL","features":[3]},{"name":"STATUS_DISK_OPERATION_FAILED","features":[3]},{"name":"STATUS_DISK_QUOTA_EXCEEDED","features":[3]},{"name":"STATUS_DISK_RECALIBRATE_FAILED","features":[3]},{"name":"STATUS_DISK_REPAIR_DISABLED","features":[3]},{"name":"STATUS_DISK_REPAIR_REDIRECTED","features":[3]},{"name":"STATUS_DISK_REPAIR_UNSUCCESSFUL","features":[3]},{"name":"STATUS_DISK_RESET_FAILED","features":[3]},{"name":"STATUS_DISK_RESOURCES_EXHAUSTED","features":[3]},{"name":"STATUS_DLL_INIT_FAILED","features":[3]},{"name":"STATUS_DLL_INIT_FAILED_LOGOFF","features":[3]},{"name":"STATUS_DLL_MIGHT_BE_INCOMPATIBLE","features":[3]},{"name":"STATUS_DLL_MIGHT_BE_INSECURE","features":[3]},{"name":"STATUS_DLL_NOT_FOUND","features":[3]},{"name":"STATUS_DM_OPERATION_LIMIT_EXCEEDED","features":[3]},{"name":"STATUS_DOMAIN_CONTROLLER_NOT_FOUND","features":[3]},{"name":"STATUS_DOMAIN_CTRLR_CONFIG_ERROR","features":[3]},{"name":"STATUS_DOMAIN_EXISTS","features":[3]},{"name":"STATUS_DOMAIN_LIMIT_EXCEEDED","features":[3]},{"name":"STATUS_DOMAIN_TRUST_INCONSISTENT","features":[3]},{"name":"STATUS_DRIVERS_LEAKING_LOCKED_PAGES","features":[3]},{"name":"STATUS_DRIVER_BLOCKED","features":[3]},{"name":"STATUS_DRIVER_BLOCKED_CRITICAL","features":[3]},{"name":"STATUS_DRIVER_CANCEL_TIMEOUT","features":[3]},{"name":"STATUS_DRIVER_DATABASE_ERROR","features":[3]},{"name":"STATUS_DRIVER_ENTRYPOINT_NOT_FOUND","features":[3]},{"name":"STATUS_DRIVER_FAILED_PRIOR_UNLOAD","features":[3]},{"name":"STATUS_DRIVER_FAILED_SLEEP","features":[3]},{"name":"STATUS_DRIVER_INTERNAL_ERROR","features":[3]},{"name":"STATUS_DRIVER_ORDINAL_NOT_FOUND","features":[3]},{"name":"STATUS_DRIVER_PROCESS_TERMINATED","features":[3]},{"name":"STATUS_DRIVER_UNABLE_TO_LOAD","features":[3]},{"name":"STATUS_DS_ADMIN_LIMIT_EXCEEDED","features":[3]},{"name":"STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER","features":[3]},{"name":"STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS","features":[3]},{"name":"STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED","features":[3]},{"name":"STATUS_DS_BUSY","features":[3]},{"name":"STATUS_DS_CANT_MOD_OBJ_CLASS","features":[3]},{"name":"STATUS_DS_CANT_MOD_PRIMARYGROUPID","features":[3]},{"name":"STATUS_DS_CANT_ON_NON_LEAF","features":[3]},{"name":"STATUS_DS_CANT_ON_RDN","features":[3]},{"name":"STATUS_DS_CANT_START","features":[3]},{"name":"STATUS_DS_CROSS_DOM_MOVE_FAILED","features":[3]},{"name":"STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST","features":[3]},{"name":"STATUS_DS_DOMAIN_RENAME_IN_PROGRESS","features":[3]},{"name":"STATUS_DS_DUPLICATE_ID_FOUND","features":[3]},{"name":"STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST","features":[3]},{"name":"STATUS_DS_GC_NOT_AVAILABLE","features":[3]},{"name":"STATUS_DS_GC_REQUIRED","features":[3]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER","features":[3]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER","features":[3]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER","features":[3]},{"name":"STATUS_DS_GROUP_CONVERSION_ERROR","features":[3]},{"name":"STATUS_DS_HAVE_PRIMARY_MEMBERS","features":[3]},{"name":"STATUS_DS_INCORRECT_ROLE_OWNER","features":[3]},{"name":"STATUS_DS_INIT_FAILURE","features":[3]},{"name":"STATUS_DS_INIT_FAILURE_CONSOLE","features":[3]},{"name":"STATUS_DS_INVALID_ATTRIBUTE_SYNTAX","features":[3]},{"name":"STATUS_DS_INVALID_GROUP_TYPE","features":[3]},{"name":"STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER","features":[3]},{"name":"STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY","features":[3]},{"name":"STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED","features":[3]},{"name":"STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY","features":[3]},{"name":"STATUS_DS_NAME_NOT_UNIQUE","features":[3]},{"name":"STATUS_DS_NO_ATTRIBUTE_OR_VALUE","features":[3]},{"name":"STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS","features":[3]},{"name":"STATUS_DS_NO_MORE_RIDS","features":[3]},{"name":"STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN","features":[3]},{"name":"STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN","features":[3]},{"name":"STATUS_DS_NO_RIDS_ALLOCATED","features":[3]},{"name":"STATUS_DS_OBJ_CLASS_VIOLATION","features":[3]},{"name":"STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS","features":[3]},{"name":"STATUS_DS_OID_NOT_FOUND","features":[3]},{"name":"STATUS_DS_RIDMGR_DISABLED","features":[3]},{"name":"STATUS_DS_RIDMGR_INIT_ERROR","features":[3]},{"name":"STATUS_DS_SAM_INIT_FAILURE","features":[3]},{"name":"STATUS_DS_SAM_INIT_FAILURE_CONSOLE","features":[3]},{"name":"STATUS_DS_SENSITIVE_GROUP_VIOLATION","features":[3]},{"name":"STATUS_DS_SHUTTING_DOWN","features":[3]},{"name":"STATUS_DS_SRC_SID_EXISTS_IN_FOREST","features":[3]},{"name":"STATUS_DS_UNAVAILABLE","features":[3]},{"name":"STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER","features":[3]},{"name":"STATUS_DS_VERSION_CHECK_FAILURE","features":[3]},{"name":"STATUS_DUPLICATE_NAME","features":[3]},{"name":"STATUS_DUPLICATE_OBJECTID","features":[3]},{"name":"STATUS_DUPLICATE_PRIVILEGES","features":[3]},{"name":"STATUS_DYNAMIC_CODE_BLOCKED","features":[3]},{"name":"STATUS_EAS_NOT_SUPPORTED","features":[3]},{"name":"STATUS_EA_CORRUPT_ERROR","features":[3]},{"name":"STATUS_EA_LIST_INCONSISTENT","features":[3]},{"name":"STATUS_EA_TOO_LARGE","features":[3]},{"name":"STATUS_EFS_ALG_BLOB_TOO_BIG","features":[3]},{"name":"STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION","features":[3]},{"name":"STATUS_ELEVATION_REQUIRED","features":[3]},{"name":"STATUS_EMULATION_BREAKPOINT","features":[3]},{"name":"STATUS_EMULATION_SYSCALL","features":[3]},{"name":"STATUS_ENCLAVE_FAILURE","features":[3]},{"name":"STATUS_ENCLAVE_IS_TERMINATING","features":[3]},{"name":"STATUS_ENCLAVE_NOT_TERMINATED","features":[3]},{"name":"STATUS_ENCLAVE_VIOLATION","features":[3]},{"name":"STATUS_ENCOUNTERED_WRITE_IN_PROGRESS","features":[3]},{"name":"STATUS_ENCRYPTED_FILE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_ENCRYPTED_IO_NOT_POSSIBLE","features":[3]},{"name":"STATUS_ENCRYPTING_METADATA_DISALLOWED","features":[3]},{"name":"STATUS_ENCRYPTION_DISABLED","features":[3]},{"name":"STATUS_ENCRYPTION_FAILED","features":[3]},{"name":"STATUS_END_OF_FILE","features":[3]},{"name":"STATUS_END_OF_MEDIA","features":[3]},{"name":"STATUS_ENLISTMENT_NOT_FOUND","features":[3]},{"name":"STATUS_ENLISTMENT_NOT_SUPERIOR","features":[3]},{"name":"STATUS_ENTRYPOINT_NOT_FOUND","features":[3]},{"name":"STATUS_EOF_ON_GHOSTED_RANGE","features":[3]},{"name":"STATUS_EOM_OVERFLOW","features":[3]},{"name":"STATUS_ERROR_PROCESS_NOT_IN_JOB","features":[3]},{"name":"STATUS_EVALUATION_EXPIRATION","features":[3]},{"name":"STATUS_EVENTLOG_CANT_START","features":[3]},{"name":"STATUS_EVENTLOG_FILE_CHANGED","features":[3]},{"name":"STATUS_EVENTLOG_FILE_CORRUPT","features":[3]},{"name":"STATUS_EVENT_DONE","features":[3]},{"name":"STATUS_EVENT_PENDING","features":[3]},{"name":"STATUS_EXECUTABLE_MEMORY_WRITE","features":[3]},{"name":"STATUS_EXPIRED_HANDLE","features":[3]},{"name":"STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN","features":[3]},{"name":"STATUS_EXTERNAL_SYSKEY_NOT_SUPPORTED","features":[3]},{"name":"STATUS_EXTRANEOUS_INFORMATION","features":[3]},{"name":"STATUS_FAILED_DRIVER_ENTRY","features":[3]},{"name":"STATUS_FAILED_STACK_SWITCH","features":[3]},{"name":"STATUS_FAIL_CHECK","features":[3]},{"name":"STATUS_FAIL_FAST_EXCEPTION","features":[3]},{"name":"STATUS_FASTPATH_REJECTED","features":[3]},{"name":"STATUS_FATAL_APP_EXIT","features":[3]},{"name":"STATUS_FATAL_MEMORY_EXHAUSTION","features":[3]},{"name":"STATUS_FATAL_USER_CALLBACK_EXCEPTION","features":[3]},{"name":"STATUS_FILEMARK_DETECTED","features":[3]},{"name":"STATUS_FILES_OPEN","features":[3]},{"name":"STATUS_FILE_CHECKED_OUT","features":[3]},{"name":"STATUS_FILE_CLOSED","features":[3]},{"name":"STATUS_FILE_CORRUPT_ERROR","features":[3]},{"name":"STATUS_FILE_DELETED","features":[3]},{"name":"STATUS_FILE_ENCRYPTED","features":[3]},{"name":"STATUS_FILE_FORCED_CLOSED","features":[3]},{"name":"STATUS_FILE_HANDLE_REVOKED","features":[3]},{"name":"STATUS_FILE_IDENTITY_NOT_PERSISTENT","features":[3]},{"name":"STATUS_FILE_INVALID","features":[3]},{"name":"STATUS_FILE_IS_A_DIRECTORY","features":[3]},{"name":"STATUS_FILE_IS_OFFLINE","features":[3]},{"name":"STATUS_FILE_LOCKED_WITH_ONLY_READERS","features":[3]},{"name":"STATUS_FILE_LOCKED_WITH_WRITERS","features":[3]},{"name":"STATUS_FILE_LOCK_CONFLICT","features":[3]},{"name":"STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS","features":[3]},{"name":"STATUS_FILE_NOT_AVAILABLE","features":[3]},{"name":"STATUS_FILE_NOT_ENCRYPTED","features":[3]},{"name":"STATUS_FILE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_FILE_PROTECTED_UNDER_DPL","features":[3]},{"name":"STATUS_FILE_RENAMED","features":[3]},{"name":"STATUS_FILE_SNAP_INVALID_PARAMETER","features":[3]},{"name":"STATUS_FILE_SNAP_IN_PROGRESS","features":[3]},{"name":"STATUS_FILE_SNAP_IO_NOT_COORDINATED","features":[3]},{"name":"STATUS_FILE_SNAP_MODIFY_NOT_SUPPORTED","features":[3]},{"name":"STATUS_FILE_SNAP_UNEXPECTED_ERROR","features":[3]},{"name":"STATUS_FILE_SNAP_USER_SECTION_NOT_SUPPORTED","features":[3]},{"name":"STATUS_FILE_SYSTEM_LIMITATION","features":[3]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_BUSY","features":[3]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION","features":[3]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT","features":[3]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN","features":[3]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE","features":[3]},{"name":"STATUS_FILE_TOO_LARGE","features":[3]},{"name":"STATUS_FIRMWARE_IMAGE_INVALID","features":[3]},{"name":"STATUS_FIRMWARE_SLOT_INVALID","features":[3]},{"name":"STATUS_FIRMWARE_UPDATED","features":[3]},{"name":"STATUS_FLOATED_SECTION","features":[3]},{"name":"STATUS_FLOAT_DENORMAL_OPERAND","features":[3]},{"name":"STATUS_FLOAT_DIVIDE_BY_ZERO","features":[3]},{"name":"STATUS_FLOAT_INEXACT_RESULT","features":[3]},{"name":"STATUS_FLOAT_INVALID_OPERATION","features":[3]},{"name":"STATUS_FLOAT_MULTIPLE_FAULTS","features":[3]},{"name":"STATUS_FLOAT_MULTIPLE_TRAPS","features":[3]},{"name":"STATUS_FLOAT_OVERFLOW","features":[3]},{"name":"STATUS_FLOAT_STACK_CHECK","features":[3]},{"name":"STATUS_FLOAT_UNDERFLOW","features":[3]},{"name":"STATUS_FLOPPY_BAD_REGISTERS","features":[3]},{"name":"STATUS_FLOPPY_ID_MARK_NOT_FOUND","features":[3]},{"name":"STATUS_FLOPPY_UNKNOWN_ERROR","features":[3]},{"name":"STATUS_FLOPPY_VOLUME","features":[3]},{"name":"STATUS_FLOPPY_WRONG_CYLINDER","features":[3]},{"name":"STATUS_FLT_ALREADY_ENLISTED","features":[3]},{"name":"STATUS_FLT_BUFFER_TOO_SMALL","features":[3]},{"name":"STATUS_FLT_CBDQ_DISABLED","features":[3]},{"name":"STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND","features":[3]},{"name":"STATUS_FLT_CONTEXT_ALREADY_DEFINED","features":[3]},{"name":"STATUS_FLT_CONTEXT_ALREADY_LINKED","features":[3]},{"name":"STATUS_FLT_DELETING_OBJECT","features":[3]},{"name":"STATUS_FLT_DISALLOW_FAST_IO","features":[3]},{"name":"STATUS_FLT_DISALLOW_FSFILTER_IO","features":[3]},{"name":"STATUS_FLT_DO_NOT_ATTACH","features":[3]},{"name":"STATUS_FLT_DO_NOT_DETACH","features":[3]},{"name":"STATUS_FLT_DUPLICATE_ENTRY","features":[3]},{"name":"STATUS_FLT_FILTER_NOT_FOUND","features":[3]},{"name":"STATUS_FLT_FILTER_NOT_READY","features":[3]},{"name":"STATUS_FLT_INSTANCE_ALTITUDE_COLLISION","features":[3]},{"name":"STATUS_FLT_INSTANCE_NAME_COLLISION","features":[3]},{"name":"STATUS_FLT_INSTANCE_NOT_FOUND","features":[3]},{"name":"STATUS_FLT_INTERNAL_ERROR","features":[3]},{"name":"STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST","features":[3]},{"name":"STATUS_FLT_INVALID_CONTEXT_REGISTRATION","features":[3]},{"name":"STATUS_FLT_INVALID_NAME_REQUEST","features":[3]},{"name":"STATUS_FLT_IO_COMPLETE","features":[3]},{"name":"STATUS_FLT_MUST_BE_NONPAGED_POOL","features":[3]},{"name":"STATUS_FLT_NAME_CACHE_MISS","features":[3]},{"name":"STATUS_FLT_NOT_INITIALIZED","features":[3]},{"name":"STATUS_FLT_NOT_SAFE_TO_POST_OPERATION","features":[3]},{"name":"STATUS_FLT_NO_DEVICE_OBJECT","features":[3]},{"name":"STATUS_FLT_NO_HANDLER_DEFINED","features":[3]},{"name":"STATUS_FLT_NO_WAITER_FOR_REPLY","features":[3]},{"name":"STATUS_FLT_POST_OPERATION_CLEANUP","features":[3]},{"name":"STATUS_FLT_REGISTRATION_BUSY","features":[3]},{"name":"STATUS_FLT_VOLUME_ALREADY_MOUNTED","features":[3]},{"name":"STATUS_FLT_VOLUME_NOT_FOUND","features":[3]},{"name":"STATUS_FLT_WCOS_NOT_SUPPORTED","features":[3]},{"name":"STATUS_FORMS_AUTH_REQUIRED","features":[3]},{"name":"STATUS_FOUND_OUT_OF_SCOPE","features":[3]},{"name":"STATUS_FREE_SPACE_TOO_FRAGMENTED","features":[3]},{"name":"STATUS_FREE_VM_NOT_AT_BASE","features":[3]},{"name":"STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY","features":[3]},{"name":"STATUS_FS_DRIVER_REQUIRED","features":[3]},{"name":"STATUS_FS_GUID_MISMATCH","features":[3]},{"name":"STATUS_FS_METADATA_INCONSISTENT","features":[3]},{"name":"STATUS_FT_DI_SCAN_REQUIRED","features":[3]},{"name":"STATUS_FT_MISSING_MEMBER","features":[3]},{"name":"STATUS_FT_ORPHANING","features":[3]},{"name":"STATUS_FT_READ_FAILURE","features":[3]},{"name":"STATUS_FT_READ_FROM_COPY","features":[3]},{"name":"STATUS_FT_READ_FROM_COPY_FAILURE","features":[3]},{"name":"STATUS_FT_READ_RECOVERY_FROM_BACKUP","features":[3]},{"name":"STATUS_FT_WRITE_FAILURE","features":[3]},{"name":"STATUS_FT_WRITE_RECOVERY","features":[3]},{"name":"STATUS_FULLSCREEN_MODE","features":[3]},{"name":"STATUS_FVE_ACTION_NOT_ALLOWED","features":[3]},{"name":"STATUS_FVE_AUTH_INVALID_APPLICATION","features":[3]},{"name":"STATUS_FVE_AUTH_INVALID_CONFIG","features":[3]},{"name":"STATUS_FVE_BAD_DATA","features":[3]},{"name":"STATUS_FVE_BAD_INFORMATION","features":[3]},{"name":"STATUS_FVE_BAD_METADATA_POINTER","features":[3]},{"name":"STATUS_FVE_BAD_PARTITION_SIZE","features":[3]},{"name":"STATUS_FVE_CONV_READ_ERROR","features":[3]},{"name":"STATUS_FVE_CONV_RECOVERY_FAILED","features":[3]},{"name":"STATUS_FVE_CONV_WRITE_ERROR","features":[3]},{"name":"STATUS_FVE_DATASET_FULL","features":[3]},{"name":"STATUS_FVE_DEBUGGER_ENABLED","features":[3]},{"name":"STATUS_FVE_DEVICE_LOCKEDOUT","features":[3]},{"name":"STATUS_FVE_DRY_RUN_FAILED","features":[3]},{"name":"STATUS_FVE_EDRIVE_BAND_ENUMERATION_FAILED","features":[3]},{"name":"STATUS_FVE_EDRIVE_DRY_RUN_FAILED","features":[3]},{"name":"STATUS_FVE_ENH_PIN_INVALID","features":[3]},{"name":"STATUS_FVE_FAILED_AUTHENTICATION","features":[3]},{"name":"STATUS_FVE_FAILED_SECTOR_SIZE","features":[3]},{"name":"STATUS_FVE_FAILED_WRONG_FS","features":[3]},{"name":"STATUS_FVE_FS_MOUNTED","features":[3]},{"name":"STATUS_FVE_FS_NOT_EXTENDED","features":[3]},{"name":"STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE","features":[3]},{"name":"STATUS_FVE_INVALID_DATUM_TYPE","features":[3]},{"name":"STATUS_FVE_KEYFILE_INVALID","features":[3]},{"name":"STATUS_FVE_KEYFILE_NOT_FOUND","features":[3]},{"name":"STATUS_FVE_KEYFILE_NO_VMK","features":[3]},{"name":"STATUS_FVE_LOCKED_VOLUME","features":[3]},{"name":"STATUS_FVE_METADATA_FULL","features":[3]},{"name":"STATUS_FVE_MOR_FAILED","features":[3]},{"name":"STATUS_FVE_NOT_ALLOWED_ON_CLUSTER","features":[3]},{"name":"STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK","features":[3]},{"name":"STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING","features":[3]},{"name":"STATUS_FVE_NOT_DATA_VOLUME","features":[3]},{"name":"STATUS_FVE_NOT_DE_VOLUME","features":[3]},{"name":"STATUS_FVE_NOT_ENCRYPTED","features":[3]},{"name":"STATUS_FVE_NOT_OS_VOLUME","features":[3]},{"name":"STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY","features":[3]},{"name":"STATUS_FVE_NO_FEATURE_LICENSE","features":[3]},{"name":"STATUS_FVE_NO_LICENSE","features":[3]},{"name":"STATUS_FVE_OLD_METADATA_COPY","features":[3]},{"name":"STATUS_FVE_OSV_KSR_NOT_ALLOWED","features":[3]},{"name":"STATUS_FVE_OVERLAPPED_UPDATE","features":[3]},{"name":"STATUS_FVE_PARTIAL_METADATA","features":[3]},{"name":"STATUS_FVE_PIN_INVALID","features":[3]},{"name":"STATUS_FVE_POLICY_ON_RDV_EXCLUSION_LIST","features":[3]},{"name":"STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED","features":[3]},{"name":"STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED","features":[3]},{"name":"STATUS_FVE_PROTECTION_DISABLED","features":[3]},{"name":"STATUS_FVE_RAW_ACCESS","features":[3]},{"name":"STATUS_FVE_RAW_BLOCKED","features":[3]},{"name":"STATUS_FVE_REBOOT_REQUIRED","features":[3]},{"name":"STATUS_FVE_SECUREBOOT_CONFIG_CHANGE","features":[3]},{"name":"STATUS_FVE_SECUREBOOT_DISABLED","features":[3]},{"name":"STATUS_FVE_TOO_SMALL","features":[3]},{"name":"STATUS_FVE_TPM_DISABLED","features":[3]},{"name":"STATUS_FVE_TPM_INVALID_PCR","features":[3]},{"name":"STATUS_FVE_TPM_NO_VMK","features":[3]},{"name":"STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO","features":[3]},{"name":"STATUS_FVE_TRANSIENT_STATE","features":[3]},{"name":"STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG","features":[3]},{"name":"STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT","features":[3]},{"name":"STATUS_FVE_VOLUME_NOT_BOUND","features":[3]},{"name":"STATUS_FVE_VOLUME_TOO_SMALL","features":[3]},{"name":"STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE","features":[3]},{"name":"STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE","features":[3]},{"name":"STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER","features":[3]},{"name":"STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER","features":[3]},{"name":"STATUS_FWP_ALREADY_EXISTS","features":[3]},{"name":"STATUS_FWP_BUILTIN_OBJECT","features":[3]},{"name":"STATUS_FWP_CALLOUT_NOTIFICATION_FAILED","features":[3]},{"name":"STATUS_FWP_CALLOUT_NOT_FOUND","features":[3]},{"name":"STATUS_FWP_CANNOT_PEND","features":[3]},{"name":"STATUS_FWP_CONDITION_NOT_FOUND","features":[3]},{"name":"STATUS_FWP_CONNECTIONS_DISABLED","features":[3]},{"name":"STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT","features":[3]},{"name":"STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER","features":[3]},{"name":"STATUS_FWP_DROP_NOICMP","features":[3]},{"name":"STATUS_FWP_DUPLICATE_AUTH_METHOD","features":[3]},{"name":"STATUS_FWP_DUPLICATE_CONDITION","features":[3]},{"name":"STATUS_FWP_DUPLICATE_KEYMOD","features":[3]},{"name":"STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS","features":[3]},{"name":"STATUS_FWP_EM_NOT_SUPPORTED","features":[3]},{"name":"STATUS_FWP_FILTER_NOT_FOUND","features":[3]},{"name":"STATUS_FWP_IKEEXT_NOT_RUNNING","features":[3]},{"name":"STATUS_FWP_INCOMPATIBLE_AUTH_METHOD","features":[3]},{"name":"STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM","features":[3]},{"name":"STATUS_FWP_INCOMPATIBLE_DH_GROUP","features":[3]},{"name":"STATUS_FWP_INCOMPATIBLE_LAYER","features":[3]},{"name":"STATUS_FWP_INCOMPATIBLE_SA_STATE","features":[3]},{"name":"STATUS_FWP_INCOMPATIBLE_TXN","features":[3]},{"name":"STATUS_FWP_INJECT_HANDLE_CLOSING","features":[3]},{"name":"STATUS_FWP_INJECT_HANDLE_STALE","features":[3]},{"name":"STATUS_FWP_INVALID_ACTION_TYPE","features":[3]},{"name":"STATUS_FWP_INVALID_AUTH_TRANSFORM","features":[3]},{"name":"STATUS_FWP_INVALID_CIPHER_TRANSFORM","features":[3]},{"name":"STATUS_FWP_INVALID_DNS_NAME","features":[3]},{"name":"STATUS_FWP_INVALID_ENUMERATOR","features":[3]},{"name":"STATUS_FWP_INVALID_FLAGS","features":[3]},{"name":"STATUS_FWP_INVALID_INTERVAL","features":[3]},{"name":"STATUS_FWP_INVALID_NET_MASK","features":[3]},{"name":"STATUS_FWP_INVALID_PARAMETER","features":[3]},{"name":"STATUS_FWP_INVALID_RANGE","features":[3]},{"name":"STATUS_FWP_INVALID_TRANSFORM_COMBINATION","features":[3]},{"name":"STATUS_FWP_INVALID_TUNNEL_ENDPOINT","features":[3]},{"name":"STATUS_FWP_INVALID_WEIGHT","features":[3]},{"name":"STATUS_FWP_IN_USE","features":[3]},{"name":"STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL","features":[3]},{"name":"STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED","features":[3]},{"name":"STATUS_FWP_KM_CLIENTS_ONLY","features":[3]},{"name":"STATUS_FWP_L2_DRIVER_NOT_READY","features":[3]},{"name":"STATUS_FWP_LAYER_NOT_FOUND","features":[3]},{"name":"STATUS_FWP_LIFETIME_MISMATCH","features":[3]},{"name":"STATUS_FWP_MATCH_TYPE_MISMATCH","features":[3]},{"name":"STATUS_FWP_NET_EVENTS_DISABLED","features":[3]},{"name":"STATUS_FWP_NEVER_MATCH","features":[3]},{"name":"STATUS_FWP_NOTIFICATION_DROPPED","features":[3]},{"name":"STATUS_FWP_NOT_FOUND","features":[3]},{"name":"STATUS_FWP_NO_TXN_IN_PROGRESS","features":[3]},{"name":"STATUS_FWP_NULL_DISPLAY_NAME","features":[3]},{"name":"STATUS_FWP_NULL_POINTER","features":[3]},{"name":"STATUS_FWP_OUT_OF_BOUNDS","features":[3]},{"name":"STATUS_FWP_PROVIDER_CONTEXT_MISMATCH","features":[3]},{"name":"STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND","features":[3]},{"name":"STATUS_FWP_PROVIDER_NOT_FOUND","features":[3]},{"name":"STATUS_FWP_RESERVED","features":[3]},{"name":"STATUS_FWP_SESSION_ABORTED","features":[3]},{"name":"STATUS_FWP_STILL_ON","features":[3]},{"name":"STATUS_FWP_SUBLAYER_NOT_FOUND","features":[3]},{"name":"STATUS_FWP_TCPIP_NOT_READY","features":[3]},{"name":"STATUS_FWP_TIMEOUT","features":[3]},{"name":"STATUS_FWP_TOO_MANY_CALLOUTS","features":[3]},{"name":"STATUS_FWP_TOO_MANY_SUBLAYERS","features":[3]},{"name":"STATUS_FWP_TRAFFIC_MISMATCH","features":[3]},{"name":"STATUS_FWP_TXN_ABORTED","features":[3]},{"name":"STATUS_FWP_TXN_IN_PROGRESS","features":[3]},{"name":"STATUS_FWP_TYPE_MISMATCH","features":[3]},{"name":"STATUS_FWP_WRONG_SESSION","features":[3]},{"name":"STATUS_FWP_ZERO_LENGTH_ARRAY","features":[3]},{"name":"STATUS_GDI_HANDLE_LEAK","features":[3]},{"name":"STATUS_GENERIC_COMMAND_FAILED","features":[3]},{"name":"STATUS_GENERIC_NOT_MAPPED","features":[3]},{"name":"STATUS_GHOSTED","features":[3]},{"name":"STATUS_GPIO_CLIENT_INFORMATION_INVALID","features":[3]},{"name":"STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE","features":[3]},{"name":"STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED","features":[3]},{"name":"STATUS_GPIO_INVALID_REGISTRATION_PACKET","features":[3]},{"name":"STATUS_GPIO_OPERATION_DENIED","features":[3]},{"name":"STATUS_GPIO_VERSION_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRACEFUL_DISCONNECT","features":[3]},{"name":"STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED","features":[3]},{"name":"STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY","features":[3]},{"name":"STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE","features":[3]},{"name":"STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET","features":[3]},{"name":"STATUS_GRAPHICS_ADAPTER_WAS_RESET","features":[3]},{"name":"STATUS_GRAPHICS_ALLOCATION_BUSY","features":[3]},{"name":"STATUS_GRAPHICS_ALLOCATION_CLOSED","features":[3]},{"name":"STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST","features":[3]},{"name":"STATUS_GRAPHICS_ALLOCATION_INVALID","features":[3]},{"name":"STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION","features":[3]},{"name":"STATUS_GRAPHICS_CANNOTCOLORCONVERT","features":[3]},{"name":"STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN","features":[3]},{"name":"STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION","features":[3]},{"name":"STATUS_GRAPHICS_CANT_LOCK_MEMORY","features":[3]},{"name":"STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION","features":[3]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED","features":[3]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON","features":[3]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED","features":[3]},{"name":"STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET","features":[3]},{"name":"STATUS_GRAPHICS_COPP_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_DATASET_IS_EMPTY","features":[3]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING","features":[3]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_DATA","features":[3]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM","features":[3]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND","features":[3]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH","features":[3]},{"name":"STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE","features":[3]},{"name":"STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS","features":[3]},{"name":"STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP","features":[3]},{"name":"STATUS_GRAPHICS_DRIVER_MISMATCH","features":[3]},{"name":"STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION","features":[3]},{"name":"STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET","features":[3]},{"name":"STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET","features":[3]},{"name":"STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE","features":[3]},{"name":"STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST","features":[3]},{"name":"STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA","features":[3]},{"name":"STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA","features":[3]},{"name":"STATUS_GRAPHICS_I2C_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT","features":[3]},{"name":"STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE","features":[3]},{"name":"STATUS_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN","features":[3]},{"name":"STATUS_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED","features":[3]},{"name":"STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER","features":[3]},{"name":"STATUS_GRAPHICS_INTERNAL_ERROR","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_ACTIVE_REGION","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_CLIENT_TYPE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_COLORBASIS","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_DRIVER_MODEL","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_FREQUENCY","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_GAMMA_RAMP","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_PIXELFORMAT","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_POINTER","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_STRIDE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_TOTAL_REGION","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON","features":[3]},{"name":"STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE","features":[3]},{"name":"STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED","features":[3]},{"name":"STATUS_GRAPHICS_LEADLINK_START_DEFERRED","features":[3]},{"name":"STATUS_GRAPHICS_LINK_CONFIGURATION_IN_PROGRESS","features":[3]},{"name":"STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED","features":[3]},{"name":"STATUS_GRAPHICS_MCA_INTERNAL_ERROR","features":[3]},{"name":"STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET","features":[3]},{"name":"STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE","features":[3]},{"name":"STATUS_GRAPHICS_MODE_NOT_IN_MODESET","features":[3]},{"name":"STATUS_GRAPHICS_MODE_NOT_PINNED","features":[3]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET","features":[3]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE","features":[3]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET","features":[3]},{"name":"STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER","features":[3]},{"name":"STATUS_GRAPHICS_MONITOR_NOT_CONNECTED","features":[3]},{"name":"STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS","features":[3]},{"name":"STATUS_GRAPHICS_MPO_ALLOCATION_UNPINNED","features":[3]},{"name":"STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER","features":[3]},{"name":"STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER","features":[3]},{"name":"STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER","features":[3]},{"name":"STATUS_GRAPHICS_NO_ACTIVE_VIDPN","features":[3]},{"name":"STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS","features":[3]},{"name":"STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET","features":[3]},{"name":"STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME","features":[3]},{"name":"STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT","features":[3]},{"name":"STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE","features":[3]},{"name":"STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET","features":[3]},{"name":"STATUS_GRAPHICS_NO_PREFERRED_MODE","features":[3]},{"name":"STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN","features":[3]},{"name":"STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY","features":[3]},{"name":"STATUS_GRAPHICS_NO_VIDEO_MEMORY","features":[3]},{"name":"STATUS_GRAPHICS_NO_VIDPNMGR","features":[3]},{"name":"STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE","features":[3]},{"name":"STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR","features":[3]},{"name":"STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET","features":[3]},{"name":"STATUS_GRAPHICS_OPM_INTERNAL_ERROR","features":[3]},{"name":"STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST","features":[3]},{"name":"STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS","features":[3]},{"name":"STATUS_GRAPHICS_OPM_INVALID_HANDLE","features":[3]},{"name":"STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST","features":[3]},{"name":"STATUS_GRAPHICS_OPM_INVALID_SRM","features":[3]},{"name":"STATUS_GRAPHICS_OPM_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST","features":[3]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP","features":[3]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA","features":[3]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP","features":[3]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS","features":[3]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS","features":[3]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS","features":[3]},{"name":"STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH","features":[3]},{"name":"STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED","features":[3]},{"name":"STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED","features":[3]},{"name":"STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL","features":[3]},{"name":"STATUS_GRAPHICS_PARTIAL_DATA_POPULATED","features":[3]},{"name":"STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY","features":[3]},{"name":"STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED","features":[3]},{"name":"STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY","features":[3]},{"name":"STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET","features":[3]},{"name":"STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY","features":[3]},{"name":"STATUS_GRAPHICS_PRESENT_BUFFER_NOT_BOUND","features":[3]},{"name":"STATUS_GRAPHICS_PRESENT_DENIED","features":[3]},{"name":"STATUS_GRAPHICS_PRESENT_INVALID_WINDOW","features":[3]},{"name":"STATUS_GRAPHICS_PRESENT_MODE_CHANGED","features":[3]},{"name":"STATUS_GRAPHICS_PRESENT_OCCLUDED","features":[3]},{"name":"STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED","features":[3]},{"name":"STATUS_GRAPHICS_PRESENT_UNOCCLUDED","features":[3]},{"name":"STATUS_GRAPHICS_PVP_HFS_FAILED","features":[3]},{"name":"STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH","features":[3]},{"name":"STATUS_GRAPHICS_RESOURCES_NOT_RELATED","features":[3]},{"name":"STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[3]},{"name":"STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION","features":[3]},{"name":"STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET","features":[3]},{"name":"STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE","features":[3]},{"name":"STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY","features":[3]},{"name":"STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED","features":[3]},{"name":"STATUS_GRAPHICS_STALE_MODESET","features":[3]},{"name":"STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY","features":[3]},{"name":"STATUS_GRAPHICS_START_DEFERRED","features":[3]},{"name":"STATUS_GRAPHICS_TARGET_ALREADY_IN_SET","features":[3]},{"name":"STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE","features":[3]},{"name":"STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY","features":[3]},{"name":"STATUS_GRAPHICS_TOO_MANY_REFERENCES","features":[3]},{"name":"STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED","features":[3]},{"name":"STATUS_GRAPHICS_TRY_AGAIN_LATER","features":[3]},{"name":"STATUS_GRAPHICS_TRY_AGAIN_NOW","features":[3]},{"name":"STATUS_GRAPHICS_UAB_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS","features":[3]},{"name":"STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS","features":[3]},{"name":"STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE","features":[3]},{"name":"STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_VAIL_STATE_CHANGED","features":[3]},{"name":"STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES","features":[3]},{"name":"STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[3]},{"name":"STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED","features":[3]},{"name":"STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE","features":[3]},{"name":"STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED","features":[3]},{"name":"STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE","features":[3]},{"name":"STATUS_GROUP_EXISTS","features":[3]},{"name":"STATUS_GUARD_PAGE_VIOLATION","features":[3]},{"name":"STATUS_GUIDS_EXHAUSTED","features":[3]},{"name":"STATUS_GUID_SUBSTITUTION_MADE","features":[3]},{"name":"STATUS_HANDLES_CLOSED","features":[3]},{"name":"STATUS_HANDLE_NOT_CLOSABLE","features":[3]},{"name":"STATUS_HANDLE_NO_LONGER_VALID","features":[3]},{"name":"STATUS_HANDLE_REVOKED","features":[3]},{"name":"STATUS_HARDWARE_MEMORY_ERROR","features":[3]},{"name":"STATUS_HASH_NOT_PRESENT","features":[3]},{"name":"STATUS_HASH_NOT_SUPPORTED","features":[3]},{"name":"STATUS_HAS_SYSTEM_CRITICAL_FILES","features":[3]},{"name":"STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED","features":[3]},{"name":"STATUS_HDAUDIO_EMPTY_CONNECTION_LIST","features":[3]},{"name":"STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED","features":[3]},{"name":"STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY","features":[3]},{"name":"STATUS_HEAP_CORRUPTION","features":[3]},{"name":"STATUS_HEURISTIC_DAMAGE_POSSIBLE","features":[3]},{"name":"STATUS_HIBERNATED","features":[3]},{"name":"STATUS_HIBERNATION_FAILURE","features":[3]},{"name":"STATUS_HIVE_UNLOADED","features":[3]},{"name":"STATUS_HMAC_NOT_SUPPORTED","features":[3]},{"name":"STATUS_HOPLIMIT_EXCEEDED","features":[3]},{"name":"STATUS_HOST_DOWN","features":[3]},{"name":"STATUS_HOST_UNREACHABLE","features":[3]},{"name":"STATUS_HUNG_DISPLAY_DRIVER_THREAD","features":[3]},{"name":"STATUS_HV_ACCESS_DENIED","features":[3]},{"name":"STATUS_HV_ACKNOWLEDGED","features":[3]},{"name":"STATUS_HV_CALL_PENDING","features":[3]},{"name":"STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR","features":[3]},{"name":"STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR","features":[3]},{"name":"STATUS_HV_DEVICE_NOT_IN_DOMAIN","features":[3]},{"name":"STATUS_HV_EVENT_BUFFER_ALREADY_FREED","features":[3]},{"name":"STATUS_HV_FEATURE_UNAVAILABLE","features":[3]},{"name":"STATUS_HV_INACTIVE","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_BUFFER","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_BUFFERS","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_MEMORY","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_MEMORY_MIRRORING","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_ROOT_MEMORY","features":[3]},{"name":"STATUS_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING","features":[3]},{"name":"STATUS_HV_INVALID_ALIGNMENT","features":[3]},{"name":"STATUS_HV_INVALID_CONNECTION_ID","features":[3]},{"name":"STATUS_HV_INVALID_CPU_GROUP_ID","features":[3]},{"name":"STATUS_HV_INVALID_CPU_GROUP_STATE","features":[3]},{"name":"STATUS_HV_INVALID_DEVICE_ID","features":[3]},{"name":"STATUS_HV_INVALID_DEVICE_STATE","features":[3]},{"name":"STATUS_HV_INVALID_HYPERCALL_CODE","features":[3]},{"name":"STATUS_HV_INVALID_HYPERCALL_INPUT","features":[3]},{"name":"STATUS_HV_INVALID_LP_INDEX","features":[3]},{"name":"STATUS_HV_INVALID_PARAMETER","features":[3]},{"name":"STATUS_HV_INVALID_PARTITION_ID","features":[3]},{"name":"STATUS_HV_INVALID_PARTITION_STATE","features":[3]},{"name":"STATUS_HV_INVALID_PORT_ID","features":[3]},{"name":"STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO","features":[3]},{"name":"STATUS_HV_INVALID_REGISTER_VALUE","features":[3]},{"name":"STATUS_HV_INVALID_SAVE_RESTORE_STATE","features":[3]},{"name":"STATUS_HV_INVALID_SYNIC_STATE","features":[3]},{"name":"STATUS_HV_INVALID_VP_INDEX","features":[3]},{"name":"STATUS_HV_INVALID_VP_STATE","features":[3]},{"name":"STATUS_HV_INVALID_VTL_STATE","features":[3]},{"name":"STATUS_HV_MSR_ACCESS_FAILED","features":[3]},{"name":"STATUS_HV_NESTED_VM_EXIT","features":[3]},{"name":"STATUS_HV_NOT_ACKNOWLEDGED","features":[3]},{"name":"STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE","features":[3]},{"name":"STATUS_HV_NOT_PRESENT","features":[3]},{"name":"STATUS_HV_NO_DATA","features":[3]},{"name":"STATUS_HV_NO_RESOURCES","features":[3]},{"name":"STATUS_HV_NX_NOT_DETECTED","features":[3]},{"name":"STATUS_HV_OBJECT_IN_USE","features":[3]},{"name":"STATUS_HV_OPERATION_DENIED","features":[3]},{"name":"STATUS_HV_OPERATION_FAILED","features":[3]},{"name":"STATUS_HV_PAGE_REQUEST_INVALID","features":[3]},{"name":"STATUS_HV_PARTITION_TOO_DEEP","features":[3]},{"name":"STATUS_HV_PENDING_PAGE_REQUESTS","features":[3]},{"name":"STATUS_HV_PROCESSOR_STARTUP_TIMEOUT","features":[3]},{"name":"STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE","features":[3]},{"name":"STATUS_HV_SMX_ENABLED","features":[3]},{"name":"STATUS_HV_UNKNOWN_PROPERTY","features":[3]},{"name":"STATUS_ILLEGAL_CHARACTER","features":[3]},{"name":"STATUS_ILLEGAL_DLL_RELOCATION","features":[3]},{"name":"STATUS_ILLEGAL_ELEMENT_ADDRESS","features":[3]},{"name":"STATUS_ILLEGAL_FLOAT_CONTEXT","features":[3]},{"name":"STATUS_ILLEGAL_FUNCTION","features":[3]},{"name":"STATUS_ILLEGAL_INSTRUCTION","features":[3]},{"name":"STATUS_ILL_FORMED_PASSWORD","features":[3]},{"name":"STATUS_ILL_FORMED_SERVICE_ENTRY","features":[3]},{"name":"STATUS_IMAGE_ALREADY_LOADED","features":[3]},{"name":"STATUS_IMAGE_ALREADY_LOADED_AS_DLL","features":[3]},{"name":"STATUS_IMAGE_AT_DIFFERENT_BASE","features":[3]},{"name":"STATUS_IMAGE_CERT_EXPIRED","features":[3]},{"name":"STATUS_IMAGE_CERT_REVOKED","features":[3]},{"name":"STATUS_IMAGE_CHECKSUM_MISMATCH","features":[3]},{"name":"STATUS_IMAGE_LOADED_AS_PATCH_IMAGE","features":[3]},{"name":"STATUS_IMAGE_MACHINE_TYPE_MISMATCH","features":[3]},{"name":"STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE","features":[3]},{"name":"STATUS_IMAGE_MP_UP_MISMATCH","features":[3]},{"name":"STATUS_IMAGE_NOT_AT_BASE","features":[3]},{"name":"STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT","features":[3]},{"name":"STATUS_IMPLEMENTATION_LIMIT","features":[3]},{"name":"STATUS_INCOMPATIBLE_DRIVER_BLOCKED","features":[3]},{"name":"STATUS_INCOMPATIBLE_FILE_MAP","features":[3]},{"name":"STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING","features":[3]},{"name":"STATUS_INCORRECT_ACCOUNT_TYPE","features":[3]},{"name":"STATUS_INDEX_OUT_OF_BOUNDS","features":[3]},{"name":"STATUS_INDOUBT_TRANSACTIONS_EXIST","features":[3]},{"name":"STATUS_INFO_LENGTH_MISMATCH","features":[3]},{"name":"STATUS_INSTANCE_NOT_AVAILABLE","features":[3]},{"name":"STATUS_INSTRUCTION_MISALIGNMENT","features":[3]},{"name":"STATUS_INSUFFICIENT_LOGON_INFO","features":[3]},{"name":"STATUS_INSUFFICIENT_NVRAM_RESOURCES","features":[3]},{"name":"STATUS_INSUFFICIENT_POWER","features":[3]},{"name":"STATUS_INSUFFICIENT_RESOURCES","features":[3]},{"name":"STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE","features":[3]},{"name":"STATUS_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES","features":[3]},{"name":"STATUS_INSUFF_SERVER_RESOURCES","features":[3]},{"name":"STATUS_INTEGER_DIVIDE_BY_ZERO","features":[3]},{"name":"STATUS_INTEGER_OVERFLOW","features":[3]},{"name":"STATUS_INTERMIXED_KERNEL_EA_OPERATION","features":[3]},{"name":"STATUS_INTERNAL_DB_CORRUPTION","features":[3]},{"name":"STATUS_INTERNAL_DB_ERROR","features":[3]},{"name":"STATUS_INTERNAL_ERROR","features":[3]},{"name":"STATUS_INTERRUPTED","features":[3]},{"name":"STATUS_INTERRUPT_STILL_CONNECTED","features":[3]},{"name":"STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED","features":[3]},{"name":"STATUS_INVALID_ACCOUNT_NAME","features":[3]},{"name":"STATUS_INVALID_ACE_CONDITION","features":[3]},{"name":"STATUS_INVALID_ACL","features":[3]},{"name":"STATUS_INVALID_ADDRESS","features":[3]},{"name":"STATUS_INVALID_ADDRESS_COMPONENT","features":[3]},{"name":"STATUS_INVALID_ADDRESS_WILDCARD","features":[3]},{"name":"STATUS_INVALID_BLOCK_LENGTH","features":[3]},{"name":"STATUS_INVALID_BUFFER_SIZE","features":[3]},{"name":"STATUS_INVALID_CAP","features":[3]},{"name":"STATUS_INVALID_CID","features":[3]},{"name":"STATUS_INVALID_COMPUTER_NAME","features":[3]},{"name":"STATUS_INVALID_CONFIG_VALUE","features":[3]},{"name":"STATUS_INVALID_CONNECTION","features":[3]},{"name":"STATUS_INVALID_CRUNTIME_PARAMETER","features":[3]},{"name":"STATUS_INVALID_DEVICE_OBJECT_PARAMETER","features":[3]},{"name":"STATUS_INVALID_DEVICE_REQUEST","features":[3]},{"name":"STATUS_INVALID_DEVICE_STATE","features":[3]},{"name":"STATUS_INVALID_DISPOSITION","features":[3]},{"name":"STATUS_INVALID_DOMAIN_ROLE","features":[3]},{"name":"STATUS_INVALID_DOMAIN_STATE","features":[3]},{"name":"STATUS_INVALID_EA_FLAG","features":[3]},{"name":"STATUS_INVALID_EA_NAME","features":[3]},{"name":"STATUS_INVALID_EXCEPTION_HANDLER","features":[3]},{"name":"STATUS_INVALID_FIELD_IN_PARAMETER_LIST","features":[3]},{"name":"STATUS_INVALID_FILE_FOR_SECTION","features":[3]},{"name":"STATUS_INVALID_GROUP_ATTRIBUTES","features":[3]},{"name":"STATUS_INVALID_HANDLE","features":[3]},{"name":"STATUS_INVALID_HW_PROFILE","features":[3]},{"name":"STATUS_INVALID_IDN_NORMALIZATION","features":[3]},{"name":"STATUS_INVALID_ID_AUTHORITY","features":[3]},{"name":"STATUS_INVALID_IMAGE_FORMAT","features":[3]},{"name":"STATUS_INVALID_IMAGE_HASH","features":[3]},{"name":"STATUS_INVALID_IMAGE_LE_FORMAT","features":[3]},{"name":"STATUS_INVALID_IMAGE_NE_FORMAT","features":[3]},{"name":"STATUS_INVALID_IMAGE_NOT_MZ","features":[3]},{"name":"STATUS_INVALID_IMAGE_PROTECT","features":[3]},{"name":"STATUS_INVALID_IMAGE_WIN_16","features":[3]},{"name":"STATUS_INVALID_IMAGE_WIN_32","features":[3]},{"name":"STATUS_INVALID_IMAGE_WIN_64","features":[3]},{"name":"STATUS_INVALID_IMPORT_OF_NON_DLL","features":[3]},{"name":"STATUS_INVALID_INFO_CLASS","features":[3]},{"name":"STATUS_INVALID_INITIATOR_TARGET_PATH","features":[3]},{"name":"STATUS_INVALID_KERNEL_INFO_VERSION","features":[3]},{"name":"STATUS_INVALID_LABEL","features":[3]},{"name":"STATUS_INVALID_LDT_DESCRIPTOR","features":[3]},{"name":"STATUS_INVALID_LDT_OFFSET","features":[3]},{"name":"STATUS_INVALID_LDT_SIZE","features":[3]},{"name":"STATUS_INVALID_LEVEL","features":[3]},{"name":"STATUS_INVALID_LOCK_RANGE","features":[3]},{"name":"STATUS_INVALID_LOCK_SEQUENCE","features":[3]},{"name":"STATUS_INVALID_LOGON_HOURS","features":[3]},{"name":"STATUS_INVALID_LOGON_TYPE","features":[3]},{"name":"STATUS_INVALID_MEMBER","features":[3]},{"name":"STATUS_INVALID_MESSAGE","features":[3]},{"name":"STATUS_INVALID_NETWORK_RESPONSE","features":[3]},{"name":"STATUS_INVALID_OFFSET_ALIGNMENT","features":[3]},{"name":"STATUS_INVALID_OPLOCK_PROTOCOL","features":[3]},{"name":"STATUS_INVALID_OWNER","features":[3]},{"name":"STATUS_INVALID_PACKAGE_SID_LENGTH","features":[3]},{"name":"STATUS_INVALID_PAGE_PROTECTION","features":[3]},{"name":"STATUS_INVALID_PARAMETER","features":[3]},{"name":"STATUS_INVALID_PARAMETER_1","features":[3]},{"name":"STATUS_INVALID_PARAMETER_10","features":[3]},{"name":"STATUS_INVALID_PARAMETER_11","features":[3]},{"name":"STATUS_INVALID_PARAMETER_12","features":[3]},{"name":"STATUS_INVALID_PARAMETER_2","features":[3]},{"name":"STATUS_INVALID_PARAMETER_3","features":[3]},{"name":"STATUS_INVALID_PARAMETER_4","features":[3]},{"name":"STATUS_INVALID_PARAMETER_5","features":[3]},{"name":"STATUS_INVALID_PARAMETER_6","features":[3]},{"name":"STATUS_INVALID_PARAMETER_7","features":[3]},{"name":"STATUS_INVALID_PARAMETER_8","features":[3]},{"name":"STATUS_INVALID_PARAMETER_9","features":[3]},{"name":"STATUS_INVALID_PARAMETER_MIX","features":[3]},{"name":"STATUS_INVALID_PEP_INFO_VERSION","features":[3]},{"name":"STATUS_INVALID_PIPE_STATE","features":[3]},{"name":"STATUS_INVALID_PLUGPLAY_DEVICE_PATH","features":[3]},{"name":"STATUS_INVALID_PORT_ATTRIBUTES","features":[3]},{"name":"STATUS_INVALID_PORT_HANDLE","features":[3]},{"name":"STATUS_INVALID_PRIMARY_GROUP","features":[3]},{"name":"STATUS_INVALID_QUOTA_LOWER","features":[3]},{"name":"STATUS_INVALID_READ_MODE","features":[3]},{"name":"STATUS_INVALID_RUNLEVEL_SETTING","features":[3]},{"name":"STATUS_INVALID_SECURITY_DESCR","features":[3]},{"name":"STATUS_INVALID_SERVER_STATE","features":[3]},{"name":"STATUS_INVALID_SESSION","features":[3]},{"name":"STATUS_INVALID_SID","features":[3]},{"name":"STATUS_INVALID_SIGNATURE","features":[3]},{"name":"STATUS_INVALID_STATE_TRANSITION","features":[3]},{"name":"STATUS_INVALID_SUB_AUTHORITY","features":[3]},{"name":"STATUS_INVALID_SYSTEM_SERVICE","features":[3]},{"name":"STATUS_INVALID_TASK_INDEX","features":[3]},{"name":"STATUS_INVALID_TASK_NAME","features":[3]},{"name":"STATUS_INVALID_THREAD","features":[3]},{"name":"STATUS_INVALID_TOKEN","features":[3]},{"name":"STATUS_INVALID_TRANSACTION","features":[3]},{"name":"STATUS_INVALID_UNWIND_TARGET","features":[3]},{"name":"STATUS_INVALID_USER_BUFFER","features":[3]},{"name":"STATUS_INVALID_USER_PRINCIPAL_NAME","features":[3]},{"name":"STATUS_INVALID_VARIANT","features":[3]},{"name":"STATUS_INVALID_VIEW_SIZE","features":[3]},{"name":"STATUS_INVALID_VOLUME_LABEL","features":[3]},{"name":"STATUS_INVALID_WEIGHT","features":[3]},{"name":"STATUS_INVALID_WORKSTATION","features":[3]},{"name":"STATUS_IN_PAGE_ERROR","features":[3]},{"name":"STATUS_IORING_COMPLETION_QUEUE_TOO_BIG","features":[3]},{"name":"STATUS_IORING_COMPLETION_QUEUE_TOO_FULL","features":[3]},{"name":"STATUS_IORING_CORRUPT","features":[3]},{"name":"STATUS_IORING_REQUIRED_FLAG_NOT_SUPPORTED","features":[3]},{"name":"STATUS_IORING_SUBMISSION_QUEUE_FULL","features":[3]},{"name":"STATUS_IORING_SUBMISSION_QUEUE_TOO_BIG","features":[3]},{"name":"STATUS_IORING_SUBMIT_IN_PROGRESS","features":[3]},{"name":"STATUS_IORING_VERSION_NOT_SUPPORTED","features":[3]},{"name":"STATUS_IO_DEVICE_ERROR","features":[3]},{"name":"STATUS_IO_DEVICE_INVALID_DATA","features":[3]},{"name":"STATUS_IO_OPERATION_TIMEOUT","features":[3]},{"name":"STATUS_IO_PREEMPTED","features":[3]},{"name":"STATUS_IO_PRIVILEGE_FAILED","features":[3]},{"name":"STATUS_IO_REISSUE_AS_CACHED","features":[3]},{"name":"STATUS_IO_REPARSE_DATA_INVALID","features":[3]},{"name":"STATUS_IO_REPARSE_TAG_INVALID","features":[3]},{"name":"STATUS_IO_REPARSE_TAG_MISMATCH","features":[3]},{"name":"STATUS_IO_REPARSE_TAG_NOT_HANDLED","features":[3]},{"name":"STATUS_IO_TIMEOUT","features":[3]},{"name":"STATUS_IO_UNALIGNED_WRITE","features":[3]},{"name":"STATUS_IPSEC_AUTH_FIREWALL_DROP","features":[3]},{"name":"STATUS_IPSEC_BAD_SPI","features":[3]},{"name":"STATUS_IPSEC_CLEAR_TEXT_DROP","features":[3]},{"name":"STATUS_IPSEC_DOSP_BLOCK","features":[3]},{"name":"STATUS_IPSEC_DOSP_INVALID_PACKET","features":[3]},{"name":"STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED","features":[3]},{"name":"STATUS_IPSEC_DOSP_MAX_ENTRIES","features":[3]},{"name":"STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES","features":[3]},{"name":"STATUS_IPSEC_DOSP_RECEIVED_MULTICAST","features":[3]},{"name":"STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED","features":[3]},{"name":"STATUS_IPSEC_INTEGRITY_CHECK_FAILED","features":[3]},{"name":"STATUS_IPSEC_INVALID_PACKET","features":[3]},{"name":"STATUS_IPSEC_QUEUE_OVERFLOW","features":[3]},{"name":"STATUS_IPSEC_REPLAY_CHECK_FAILED","features":[3]},{"name":"STATUS_IPSEC_SA_LIFETIME_EXPIRED","features":[3]},{"name":"STATUS_IPSEC_THROTTLE_DROP","features":[3]},{"name":"STATUS_IPSEC_WRONG_SA","features":[3]},{"name":"STATUS_IP_ADDRESS_CONFLICT1","features":[3]},{"name":"STATUS_IP_ADDRESS_CONFLICT2","features":[3]},{"name":"STATUS_ISSUING_CA_UNTRUSTED","features":[3]},{"name":"STATUS_ISSUING_CA_UNTRUSTED_KDC","features":[3]},{"name":"STATUS_JOB_NOT_EMPTY","features":[3]},{"name":"STATUS_JOB_NO_CONTAINER","features":[3]},{"name":"STATUS_JOURNAL_DELETE_IN_PROGRESS","features":[3]},{"name":"STATUS_JOURNAL_ENTRY_DELETED","features":[3]},{"name":"STATUS_JOURNAL_NOT_ACTIVE","features":[3]},{"name":"STATUS_KDC_CERT_EXPIRED","features":[3]},{"name":"STATUS_KDC_CERT_REVOKED","features":[3]},{"name":"STATUS_KDC_INVALID_REQUEST","features":[3]},{"name":"STATUS_KDC_UNABLE_TO_REFER","features":[3]},{"name":"STATUS_KDC_UNKNOWN_ETYPE","features":[3]},{"name":"STATUS_KERNEL_APC","features":[3]},{"name":"STATUS_KERNEL_EXECUTABLE_MEMORY_WRITE","features":[3]},{"name":"STATUS_KEY_DELETED","features":[3]},{"name":"STATUS_KEY_HAS_CHILDREN","features":[3]},{"name":"STATUS_LAPS_ENCRYPTION_REQUIRES_2016_DFL","features":[3]},{"name":"STATUS_LAPS_LEGACY_SCHEMA_MISSING","features":[3]},{"name":"STATUS_LAPS_SCHEMA_MISSING","features":[3]},{"name":"STATUS_LAST_ADMIN","features":[3]},{"name":"STATUS_LICENSE_QUOTA_EXCEEDED","features":[3]},{"name":"STATUS_LICENSE_VIOLATION","features":[3]},{"name":"STATUS_LINK_FAILED","features":[3]},{"name":"STATUS_LINK_TIMEOUT","features":[3]},{"name":"STATUS_LM_CROSS_ENCRYPTION_REQUIRED","features":[3]},{"name":"STATUS_LOCAL_DISCONNECT","features":[3]},{"name":"STATUS_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED","features":[3]},{"name":"STATUS_LOCAL_USER_SESSION_KEY","features":[3]},{"name":"STATUS_LOCK_NOT_GRANTED","features":[3]},{"name":"STATUS_LOGIN_TIME_RESTRICTION","features":[3]},{"name":"STATUS_LOGIN_WKSTA_RESTRICTION","features":[3]},{"name":"STATUS_LOGON_NOT_GRANTED","features":[3]},{"name":"STATUS_LOGON_SERVER_CONFLICT","features":[3]},{"name":"STATUS_LOGON_SESSION_COLLISION","features":[3]},{"name":"STATUS_LOGON_SESSION_EXISTS","features":[3]},{"name":"STATUS_LOG_APPENDED_FLUSH_FAILED","features":[3]},{"name":"STATUS_LOG_ARCHIVE_IN_PROGRESS","features":[3]},{"name":"STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS","features":[3]},{"name":"STATUS_LOG_BLOCKS_EXHAUSTED","features":[3]},{"name":"STATUS_LOG_BLOCK_INCOMPLETE","features":[3]},{"name":"STATUS_LOG_BLOCK_INVALID","features":[3]},{"name":"STATUS_LOG_BLOCK_VERSION","features":[3]},{"name":"STATUS_LOG_CANT_DELETE","features":[3]},{"name":"STATUS_LOG_CLIENT_ALREADY_REGISTERED","features":[3]},{"name":"STATUS_LOG_CLIENT_NOT_REGISTERED","features":[3]},{"name":"STATUS_LOG_CONTAINER_LIMIT_EXCEEDED","features":[3]},{"name":"STATUS_LOG_CONTAINER_OPEN_FAILED","features":[3]},{"name":"STATUS_LOG_CONTAINER_READ_FAILED","features":[3]},{"name":"STATUS_LOG_CONTAINER_STATE_INVALID","features":[3]},{"name":"STATUS_LOG_CONTAINER_WRITE_FAILED","features":[3]},{"name":"STATUS_LOG_CORRUPTION_DETECTED","features":[3]},{"name":"STATUS_LOG_DEDICATED","features":[3]},{"name":"STATUS_LOG_EPHEMERAL","features":[3]},{"name":"STATUS_LOG_FILE_FULL","features":[3]},{"name":"STATUS_LOG_FULL","features":[3]},{"name":"STATUS_LOG_FULL_HANDLER_IN_PROGRESS","features":[3]},{"name":"STATUS_LOG_GROWTH_FAILED","features":[3]},{"name":"STATUS_LOG_HARD_ERROR","features":[3]},{"name":"STATUS_LOG_INCONSISTENT_SECURITY","features":[3]},{"name":"STATUS_LOG_INVALID_RANGE","features":[3]},{"name":"STATUS_LOG_METADATA_CORRUPT","features":[3]},{"name":"STATUS_LOG_METADATA_FLUSH_FAILED","features":[3]},{"name":"STATUS_LOG_METADATA_INCONSISTENT","features":[3]},{"name":"STATUS_LOG_METADATA_INVALID","features":[3]},{"name":"STATUS_LOG_MULTIPLEXED","features":[3]},{"name":"STATUS_LOG_NOT_ENOUGH_CONTAINERS","features":[3]},{"name":"STATUS_LOG_NO_RESTART","features":[3]},{"name":"STATUS_LOG_PINNED","features":[3]},{"name":"STATUS_LOG_PINNED_ARCHIVE_TAIL","features":[3]},{"name":"STATUS_LOG_PINNED_RESERVATION","features":[3]},{"name":"STATUS_LOG_POLICY_ALREADY_INSTALLED","features":[3]},{"name":"STATUS_LOG_POLICY_CONFLICT","features":[3]},{"name":"STATUS_LOG_POLICY_INVALID","features":[3]},{"name":"STATUS_LOG_POLICY_NOT_INSTALLED","features":[3]},{"name":"STATUS_LOG_READ_CONTEXT_INVALID","features":[3]},{"name":"STATUS_LOG_READ_MODE_INVALID","features":[3]},{"name":"STATUS_LOG_RECORDS_RESERVED_INVALID","features":[3]},{"name":"STATUS_LOG_RECORD_NONEXISTENT","features":[3]},{"name":"STATUS_LOG_RESERVATION_INVALID","features":[3]},{"name":"STATUS_LOG_RESIZE_INVALID_SIZE","features":[3]},{"name":"STATUS_LOG_RESTART_INVALID","features":[3]},{"name":"STATUS_LOG_SECTOR_INVALID","features":[3]},{"name":"STATUS_LOG_SECTOR_PARITY_INVALID","features":[3]},{"name":"STATUS_LOG_SECTOR_REMAPPED","features":[3]},{"name":"STATUS_LOG_SPACE_RESERVED_INVALID","features":[3]},{"name":"STATUS_LOG_START_OF_LOG","features":[3]},{"name":"STATUS_LOG_STATE_INVALID","features":[3]},{"name":"STATUS_LOG_TAIL_INVALID","features":[3]},{"name":"STATUS_LONGJUMP","features":[3]},{"name":"STATUS_LOST_MODE_LOGON_RESTRICTION","features":[3]},{"name":"STATUS_LOST_WRITEBEHIND_DATA","features":[3]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR","features":[3]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED","features":[3]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR","features":[3]},{"name":"STATUS_LPAC_ACCESS_DENIED","features":[3]},{"name":"STATUS_LPC_HANDLE_COUNT_EXCEEDED","features":[3]},{"name":"STATUS_LPC_INVALID_CONNECTION_USAGE","features":[3]},{"name":"STATUS_LPC_RECEIVE_BUFFER_EXPECTED","features":[3]},{"name":"STATUS_LPC_REPLY_LOST","features":[3]},{"name":"STATUS_LPC_REQUESTS_NOT_ALLOWED","features":[3]},{"name":"STATUS_LUIDS_EXHAUSTED","features":[3]},{"name":"STATUS_MAGAZINE_NOT_PRESENT","features":[3]},{"name":"STATUS_MAPPED_ALIGNMENT","features":[3]},{"name":"STATUS_MAPPED_FILE_SIZE_ZERO","features":[3]},{"name":"STATUS_MARKED_TO_DISALLOW_WRITES","features":[3]},{"name":"STATUS_MARSHALL_OVERFLOW","features":[3]},{"name":"STATUS_MAX_REFERRALS_EXCEEDED","features":[3]},{"name":"STATUS_MCA_EXCEPTION","features":[3]},{"name":"STATUS_MCA_OCCURED","features":[3]},{"name":"STATUS_MEDIA_CHANGED","features":[3]},{"name":"STATUS_MEDIA_CHECK","features":[3]},{"name":"STATUS_MEDIA_WRITE_PROTECTED","features":[3]},{"name":"STATUS_MEMBERS_PRIMARY_GROUP","features":[3]},{"name":"STATUS_MEMBER_IN_ALIAS","features":[3]},{"name":"STATUS_MEMBER_IN_GROUP","features":[3]},{"name":"STATUS_MEMBER_NOT_IN_ALIAS","features":[3]},{"name":"STATUS_MEMBER_NOT_IN_GROUP","features":[3]},{"name":"STATUS_MEMORY_NOT_ALLOCATED","features":[3]},{"name":"STATUS_MESSAGE_LOST","features":[3]},{"name":"STATUS_MESSAGE_NOT_FOUND","features":[3]},{"name":"STATUS_MESSAGE_RETRIEVED","features":[3]},{"name":"STATUS_MFT_TOO_FRAGMENTED","features":[3]},{"name":"STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION","features":[3]},{"name":"STATUS_MISSING_SYSTEMFILE","features":[3]},{"name":"STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM","features":[3]},{"name":"STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK","features":[3]},{"name":"STATUS_MONITOR_INVALID_MANUFACTURE_DATE","features":[3]},{"name":"STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK","features":[3]},{"name":"STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK","features":[3]},{"name":"STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK","features":[3]},{"name":"STATUS_MONITOR_NO_DESCRIPTOR","features":[3]},{"name":"STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA","features":[3]},{"name":"STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT","features":[3]},{"name":"STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED","features":[3]},{"name":"STATUS_MORE_ENTRIES","features":[3]},{"name":"STATUS_MORE_PROCESSING_REQUIRED","features":[3]},{"name":"STATUS_MOUNT_POINT_NOT_RESOLVED","features":[3]},{"name":"STATUS_MP_PROCESSOR_MISMATCH","features":[3]},{"name":"STATUS_MUI_FILE_NOT_FOUND","features":[3]},{"name":"STATUS_MUI_FILE_NOT_LOADED","features":[3]},{"name":"STATUS_MUI_INVALID_FILE","features":[3]},{"name":"STATUS_MUI_INVALID_LOCALE_NAME","features":[3]},{"name":"STATUS_MUI_INVALID_RC_CONFIG","features":[3]},{"name":"STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME","features":[3]},{"name":"STATUS_MULTIPLE_FAULT_VIOLATION","features":[3]},{"name":"STATUS_MUST_BE_KDC","features":[3]},{"name":"STATUS_MUTANT_LIMIT_EXCEEDED","features":[3]},{"name":"STATUS_MUTANT_NOT_OWNED","features":[3]},{"name":"STATUS_MUTUAL_AUTHENTICATION_FAILED","features":[3]},{"name":"STATUS_NAME_TOO_LONG","features":[3]},{"name":"STATUS_NDIS_ADAPTER_NOT_FOUND","features":[3]},{"name":"STATUS_NDIS_ADAPTER_NOT_READY","features":[3]},{"name":"STATUS_NDIS_ADAPTER_REMOVED","features":[3]},{"name":"STATUS_NDIS_ALREADY_MAPPED","features":[3]},{"name":"STATUS_NDIS_BAD_CHARACTERISTICS","features":[3]},{"name":"STATUS_NDIS_BAD_VERSION","features":[3]},{"name":"STATUS_NDIS_BUFFER_TOO_SHORT","features":[3]},{"name":"STATUS_NDIS_CLOSING","features":[3]},{"name":"STATUS_NDIS_DEVICE_FAILED","features":[3]},{"name":"STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE","features":[3]},{"name":"STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED","features":[3]},{"name":"STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE","features":[3]},{"name":"STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED","features":[3]},{"name":"STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED","features":[3]},{"name":"STATUS_NDIS_DOT11_MEDIA_IN_USE","features":[3]},{"name":"STATUS_NDIS_DOT11_POWER_STATE_INVALID","features":[3]},{"name":"STATUS_NDIS_ERROR_READING_FILE","features":[3]},{"name":"STATUS_NDIS_FILE_NOT_FOUND","features":[3]},{"name":"STATUS_NDIS_GROUP_ADDRESS_IN_USE","features":[3]},{"name":"STATUS_NDIS_INDICATION_REQUIRED","features":[3]},{"name":"STATUS_NDIS_INTERFACE_NOT_FOUND","features":[3]},{"name":"STATUS_NDIS_INVALID_ADDRESS","features":[3]},{"name":"STATUS_NDIS_INVALID_DATA","features":[3]},{"name":"STATUS_NDIS_INVALID_DEVICE_REQUEST","features":[3]},{"name":"STATUS_NDIS_INVALID_LENGTH","features":[3]},{"name":"STATUS_NDIS_INVALID_OID","features":[3]},{"name":"STATUS_NDIS_INVALID_PACKET","features":[3]},{"name":"STATUS_NDIS_INVALID_PORT","features":[3]},{"name":"STATUS_NDIS_INVALID_PORT_STATE","features":[3]},{"name":"STATUS_NDIS_LOW_POWER_STATE","features":[3]},{"name":"STATUS_NDIS_MEDIA_DISCONNECTED","features":[3]},{"name":"STATUS_NDIS_MULTICAST_EXISTS","features":[3]},{"name":"STATUS_NDIS_MULTICAST_FULL","features":[3]},{"name":"STATUS_NDIS_MULTICAST_NOT_FOUND","features":[3]},{"name":"STATUS_NDIS_NOT_SUPPORTED","features":[3]},{"name":"STATUS_NDIS_NO_QUEUES","features":[3]},{"name":"STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED","features":[3]},{"name":"STATUS_NDIS_OFFLOAD_PATH_REJECTED","features":[3]},{"name":"STATUS_NDIS_OFFLOAD_POLICY","features":[3]},{"name":"STATUS_NDIS_OPEN_FAILED","features":[3]},{"name":"STATUS_NDIS_PAUSED","features":[3]},{"name":"STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL","features":[3]},{"name":"STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL","features":[3]},{"name":"STATUS_NDIS_REINIT_REQUIRED","features":[3]},{"name":"STATUS_NDIS_REQUEST_ABORTED","features":[3]},{"name":"STATUS_NDIS_RESET_IN_PROGRESS","features":[3]},{"name":"STATUS_NDIS_RESOURCE_CONFLICT","features":[3]},{"name":"STATUS_NDIS_UNSUPPORTED_MEDIA","features":[3]},{"name":"STATUS_NDIS_UNSUPPORTED_REVISION","features":[3]},{"name":"STATUS_ND_QUEUE_OVERFLOW","features":[3]},{"name":"STATUS_NEEDS_REGISTRATION","features":[3]},{"name":"STATUS_NEEDS_REMEDIATION","features":[3]},{"name":"STATUS_NETLOGON_NOT_STARTED","features":[3]},{"name":"STATUS_NETWORK_ACCESS_DENIED","features":[3]},{"name":"STATUS_NETWORK_ACCESS_DENIED_EDP","features":[3]},{"name":"STATUS_NETWORK_AUTHENTICATION_PROMPT_CANCELED","features":[3]},{"name":"STATUS_NETWORK_BUSY","features":[3]},{"name":"STATUS_NETWORK_CREDENTIAL_CONFLICT","features":[3]},{"name":"STATUS_NETWORK_NAME_DELETED","features":[3]},{"name":"STATUS_NETWORK_OPEN_RESTRICTION","features":[3]},{"name":"STATUS_NETWORK_SESSION_EXPIRED","features":[3]},{"name":"STATUS_NETWORK_UNREACHABLE","features":[3]},{"name":"STATUS_NET_WRITE_FAULT","features":[3]},{"name":"STATUS_NOINTERFACE","features":[3]},{"name":"STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT","features":[3]},{"name":"STATUS_NOLOGON_SERVER_TRUST_ACCOUNT","features":[3]},{"name":"STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT","features":[3]},{"name":"STATUS_NONCONTINUABLE_EXCEPTION","features":[3]},{"name":"STATUS_NONEXISTENT_EA_ENTRY","features":[3]},{"name":"STATUS_NONEXISTENT_SECTOR","features":[3]},{"name":"STATUS_NONE_MAPPED","features":[3]},{"name":"STATUS_NOTHING_TO_TERMINATE","features":[3]},{"name":"STATUS_NOTIFICATION_GUID_ALREADY_DEFINED","features":[3]},{"name":"STATUS_NOTIFY_CLEANUP","features":[3]},{"name":"STATUS_NOTIFY_ENUM_DIR","features":[3]},{"name":"STATUS_NOT_ALLOWED_ON_SYSTEM_FILE","features":[3]},{"name":"STATUS_NOT_ALL_ASSIGNED","features":[3]},{"name":"STATUS_NOT_APPCONTAINER","features":[3]},{"name":"STATUS_NOT_A_CLOUD_FILE","features":[3]},{"name":"STATUS_NOT_A_CLOUD_SYNC_ROOT","features":[3]},{"name":"STATUS_NOT_A_DAX_VOLUME","features":[3]},{"name":"STATUS_NOT_A_DEV_VOLUME","features":[3]},{"name":"STATUS_NOT_A_DIRECTORY","features":[3]},{"name":"STATUS_NOT_A_REPARSE_POINT","features":[3]},{"name":"STATUS_NOT_A_TIERED_VOLUME","features":[3]},{"name":"STATUS_NOT_CAPABLE","features":[3]},{"name":"STATUS_NOT_CLIENT_SESSION","features":[3]},{"name":"STATUS_NOT_COMMITTED","features":[3]},{"name":"STATUS_NOT_DAX_MAPPABLE","features":[3]},{"name":"STATUS_NOT_EXPORT_FORMAT","features":[3]},{"name":"STATUS_NOT_FOUND","features":[3]},{"name":"STATUS_NOT_GUI_PROCESS","features":[3]},{"name":"STATUS_NOT_IMPLEMENTED","features":[3]},{"name":"STATUS_NOT_LOCKED","features":[3]},{"name":"STATUS_NOT_LOGON_PROCESS","features":[3]},{"name":"STATUS_NOT_MAPPED_DATA","features":[3]},{"name":"STATUS_NOT_MAPPED_VIEW","features":[3]},{"name":"STATUS_NOT_READ_FROM_COPY","features":[3]},{"name":"STATUS_NOT_REDUNDANT_STORAGE","features":[3]},{"name":"STATUS_NOT_REGISTRY_FILE","features":[3]},{"name":"STATUS_NOT_SAFE_MODE_DRIVER","features":[3]},{"name":"STATUS_NOT_SAME_DEVICE","features":[3]},{"name":"STATUS_NOT_SAME_OBJECT","features":[3]},{"name":"STATUS_NOT_SERVER_SESSION","features":[3]},{"name":"STATUS_NOT_SNAPSHOT_VOLUME","features":[3]},{"name":"STATUS_NOT_SUPPORTED","features":[3]},{"name":"STATUS_NOT_SUPPORTED_IN_APPCONTAINER","features":[3]},{"name":"STATUS_NOT_SUPPORTED_ON_DAX","features":[3]},{"name":"STATUS_NOT_SUPPORTED_ON_SBS","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_AUDITING","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_BTT","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_BYPASSIO","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_CACHED_HANDLE","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_COMPRESSION","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_DEDUPLICATION","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_ENCRYPTION","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_MONITORING","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_REPLICATION","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_SNAPSHOT","features":[3]},{"name":"STATUS_NOT_SUPPORTED_WITH_VIRTUALIZATION","features":[3]},{"name":"STATUS_NOT_TINY_STREAM","features":[3]},{"name":"STATUS_NO_ACE_CONDITION","features":[3]},{"name":"STATUS_NO_APPLICABLE_APP_LICENSES_FOUND","features":[3]},{"name":"STATUS_NO_APPLICATION_PACKAGE","features":[3]},{"name":"STATUS_NO_BROWSER_SERVERS_FOUND","features":[3]},{"name":"STATUS_NO_BYPASSIO_DRIVER_SUPPORT","features":[3]},{"name":"STATUS_NO_CALLBACK_ACTIVE","features":[3]},{"name":"STATUS_NO_DATA_DETECTED","features":[3]},{"name":"STATUS_NO_EAS_ON_FILE","features":[3]},{"name":"STATUS_NO_EFS","features":[3]},{"name":"STATUS_NO_EVENT_PAIR","features":[3]},{"name":"STATUS_NO_GUID_TRANSLATION","features":[3]},{"name":"STATUS_NO_IMPERSONATION_TOKEN","features":[3]},{"name":"STATUS_NO_INHERITANCE","features":[3]},{"name":"STATUS_NO_IP_ADDRESSES","features":[3]},{"name":"STATUS_NO_KERB_KEY","features":[3]},{"name":"STATUS_NO_KEY","features":[3]},{"name":"STATUS_NO_LDT","features":[3]},{"name":"STATUS_NO_LINK_TRACKING_IN_TRANSACTION","features":[3]},{"name":"STATUS_NO_LOGON_SERVERS","features":[3]},{"name":"STATUS_NO_LOG_SPACE","features":[3]},{"name":"STATUS_NO_MATCH","features":[3]},{"name":"STATUS_NO_MEDIA","features":[3]},{"name":"STATUS_NO_MEDIA_IN_DEVICE","features":[3]},{"name":"STATUS_NO_MEMORY","features":[3]},{"name":"STATUS_NO_MORE_EAS","features":[3]},{"name":"STATUS_NO_MORE_ENTRIES","features":[3]},{"name":"STATUS_NO_MORE_FILES","features":[3]},{"name":"STATUS_NO_MORE_MATCHES","features":[3]},{"name":"STATUS_NO_PAGEFILE","features":[3]},{"name":"STATUS_NO_PA_DATA","features":[3]},{"name":"STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND","features":[3]},{"name":"STATUS_NO_QUOTAS_FOR_ACCOUNT","features":[3]},{"name":"STATUS_NO_RANGES_PROCESSED","features":[3]},{"name":"STATUS_NO_RECOVERY_POLICY","features":[3]},{"name":"STATUS_NO_S4U_PROT_SUPPORT","features":[3]},{"name":"STATUS_NO_SAVEPOINT_WITH_OPEN_FILES","features":[3]},{"name":"STATUS_NO_SECRETS","features":[3]},{"name":"STATUS_NO_SECURITY_CONTEXT","features":[3]},{"name":"STATUS_NO_SECURITY_ON_OBJECT","features":[3]},{"name":"STATUS_NO_SPOOL_SPACE","features":[3]},{"name":"STATUS_NO_SUCH_ALIAS","features":[3]},{"name":"STATUS_NO_SUCH_DEVICE","features":[3]},{"name":"STATUS_NO_SUCH_DOMAIN","features":[3]},{"name":"STATUS_NO_SUCH_FILE","features":[3]},{"name":"STATUS_NO_SUCH_GROUP","features":[3]},{"name":"STATUS_NO_SUCH_MEMBER","features":[3]},{"name":"STATUS_NO_SUCH_PACKAGE","features":[3]},{"name":"STATUS_NO_SUCH_PRIVILEGE","features":[3]},{"name":"STATUS_NO_TGT_REPLY","features":[3]},{"name":"STATUS_NO_TOKEN","features":[3]},{"name":"STATUS_NO_TRACKING_SERVICE","features":[3]},{"name":"STATUS_NO_TRUST_LSA_SECRET","features":[3]},{"name":"STATUS_NO_TRUST_SAM_ACCOUNT","features":[3]},{"name":"STATUS_NO_TXF_METADATA","features":[3]},{"name":"STATUS_NO_UNICODE_TRANSLATION","features":[3]},{"name":"STATUS_NO_USER_KEYS","features":[3]},{"name":"STATUS_NO_USER_SESSION_KEY","features":[3]},{"name":"STATUS_NO_WORK_DONE","features":[3]},{"name":"STATUS_NO_YIELD_PERFORMED","features":[3]},{"name":"STATUS_NTLM_BLOCKED","features":[3]},{"name":"STATUS_NT_CROSS_ENCRYPTION_REQUIRED","features":[3]},{"name":"STATUS_NULL_LM_PASSWORD","features":[3]},{"name":"STATUS_OBJECTID_EXISTS","features":[3]},{"name":"STATUS_OBJECTID_NOT_FOUND","features":[3]},{"name":"STATUS_OBJECT_IS_IMMUTABLE","features":[3]},{"name":"STATUS_OBJECT_NAME_COLLISION","features":[3]},{"name":"STATUS_OBJECT_NAME_EXISTS","features":[3]},{"name":"STATUS_OBJECT_NAME_INVALID","features":[3]},{"name":"STATUS_OBJECT_NAME_NOT_FOUND","features":[3]},{"name":"STATUS_OBJECT_NOT_EXTERNALLY_BACKED","features":[3]},{"name":"STATUS_OBJECT_NO_LONGER_EXISTS","features":[3]},{"name":"STATUS_OBJECT_PATH_INVALID","features":[3]},{"name":"STATUS_OBJECT_PATH_NOT_FOUND","features":[3]},{"name":"STATUS_OBJECT_PATH_SYNTAX_BAD","features":[3]},{"name":"STATUS_OBJECT_TYPE_MISMATCH","features":[3]},{"name":"STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED","features":[3]},{"name":"STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED","features":[3]},{"name":"STATUS_ONLY_IF_CONNECTED","features":[3]},{"name":"STATUS_OPEN_FAILED","features":[3]},{"name":"STATUS_OPERATION_IN_PROGRESS","features":[3]},{"name":"STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION","features":[3]},{"name":"STATUS_OPLOCK_BREAK_IN_PROGRESS","features":[3]},{"name":"STATUS_OPLOCK_HANDLE_CLOSED","features":[3]},{"name":"STATUS_OPLOCK_NOT_GRANTED","features":[3]},{"name":"STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE","features":[3]},{"name":"STATUS_ORDINAL_NOT_FOUND","features":[3]},{"name":"STATUS_ORPHAN_NAME_EXHAUSTED","features":[3]},{"name":"STATUS_PACKAGE_NOT_AVAILABLE","features":[3]},{"name":"STATUS_PACKAGE_UPDATING","features":[3]},{"name":"STATUS_PAGEFILE_CREATE_FAILED","features":[3]},{"name":"STATUS_PAGEFILE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_PAGEFILE_QUOTA","features":[3]},{"name":"STATUS_PAGEFILE_QUOTA_EXCEEDED","features":[3]},{"name":"STATUS_PAGE_FAULT_COPY_ON_WRITE","features":[3]},{"name":"STATUS_PAGE_FAULT_DEMAND_ZERO","features":[3]},{"name":"STATUS_PAGE_FAULT_GUARD_PAGE","features":[3]},{"name":"STATUS_PAGE_FAULT_PAGING_FILE","features":[3]},{"name":"STATUS_PAGE_FAULT_RETRY","features":[3]},{"name":"STATUS_PAGE_FAULT_TRANSITION","features":[3]},{"name":"STATUS_PARAMETER_QUOTA_EXCEEDED","features":[3]},{"name":"STATUS_PARITY_ERROR","features":[3]},{"name":"STATUS_PARTIAL_COPY","features":[3]},{"name":"STATUS_PARTITION_FAILURE","features":[3]},{"name":"STATUS_PARTITION_TERMINATING","features":[3]},{"name":"STATUS_PASSWORD_CHANGE_REQUIRED","features":[3]},{"name":"STATUS_PASSWORD_RESTRICTION","features":[3]},{"name":"STATUS_PATCH_CONFLICT","features":[3]},{"name":"STATUS_PATCH_DEFERRED","features":[3]},{"name":"STATUS_PATCH_NOT_REGISTERED","features":[3]},{"name":"STATUS_PATH_NOT_COVERED","features":[3]},{"name":"STATUS_PCP_ATTESTATION_CHALLENGE_NOT_SET","features":[3]},{"name":"STATUS_PCP_AUTHENTICATION_FAILED","features":[3]},{"name":"STATUS_PCP_AUTHENTICATION_IGNORED","features":[3]},{"name":"STATUS_PCP_BUFFER_LENGTH_MISMATCH","features":[3]},{"name":"STATUS_PCP_BUFFER_TOO_SMALL","features":[3]},{"name":"STATUS_PCP_CLAIM_TYPE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_PCP_DEVICE_NOT_FOUND","features":[3]},{"name":"STATUS_PCP_DEVICE_NOT_READY","features":[3]},{"name":"STATUS_PCP_ERROR_MASK","features":[3]},{"name":"STATUS_PCP_FLAG_NOT_SUPPORTED","features":[3]},{"name":"STATUS_PCP_IFX_RSA_KEY_CREATION_BLOCKED","features":[3]},{"name":"STATUS_PCP_INTERNAL_ERROR","features":[3]},{"name":"STATUS_PCP_INVALID_HANDLE","features":[3]},{"name":"STATUS_PCP_INVALID_PARAMETER","features":[3]},{"name":"STATUS_PCP_KEY_ALREADY_FINALIZED","features":[3]},{"name":"STATUS_PCP_KEY_HANDLE_INVALIDATED","features":[3]},{"name":"STATUS_PCP_KEY_NOT_AIK","features":[3]},{"name":"STATUS_PCP_KEY_NOT_AUTHENTICATED","features":[3]},{"name":"STATUS_PCP_KEY_NOT_FINALIZED","features":[3]},{"name":"STATUS_PCP_KEY_NOT_LOADED","features":[3]},{"name":"STATUS_PCP_KEY_NOT_SIGNING_KEY","features":[3]},{"name":"STATUS_PCP_KEY_USAGE_POLICY_INVALID","features":[3]},{"name":"STATUS_PCP_KEY_USAGE_POLICY_NOT_SUPPORTED","features":[3]},{"name":"STATUS_PCP_LOCKED_OUT","features":[3]},{"name":"STATUS_PCP_NOT_PCR_BOUND","features":[3]},{"name":"STATUS_PCP_NOT_SUPPORTED","features":[3]},{"name":"STATUS_PCP_NO_KEY_CERTIFICATION","features":[3]},{"name":"STATUS_PCP_POLICY_NOT_FOUND","features":[3]},{"name":"STATUS_PCP_PROFILE_NOT_FOUND","features":[3]},{"name":"STATUS_PCP_RAW_POLICY_NOT_SUPPORTED","features":[3]},{"name":"STATUS_PCP_SOFT_KEY_ERROR","features":[3]},{"name":"STATUS_PCP_TICKET_MISSING","features":[3]},{"name":"STATUS_PCP_TPM_VERSION_NOT_SUPPORTED","features":[3]},{"name":"STATUS_PCP_UNSUPPORTED_PSS_SALT","features":[3]},{"name":"STATUS_PCP_VALIDATION_FAILED","features":[3]},{"name":"STATUS_PCP_WRONG_PARENT","features":[3]},{"name":"STATUS_PENDING","features":[3]},{"name":"STATUS_PER_USER_TRUST_QUOTA_EXCEEDED","features":[3]},{"name":"STATUS_PIPE_BROKEN","features":[3]},{"name":"STATUS_PIPE_BUSY","features":[3]},{"name":"STATUS_PIPE_CLOSING","features":[3]},{"name":"STATUS_PIPE_CONNECTED","features":[3]},{"name":"STATUS_PIPE_DISCONNECTED","features":[3]},{"name":"STATUS_PIPE_EMPTY","features":[3]},{"name":"STATUS_PIPE_LISTENING","features":[3]},{"name":"STATUS_PIPE_NOT_AVAILABLE","features":[3]},{"name":"STATUS_PKINIT_CLIENT_FAILURE","features":[3]},{"name":"STATUS_PKINIT_FAILURE","features":[3]},{"name":"STATUS_PKINIT_NAME_MISMATCH","features":[3]},{"name":"STATUS_PKU2U_CERT_FAILURE","features":[3]},{"name":"STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND","features":[3]},{"name":"STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED","features":[3]},{"name":"STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED","features":[3]},{"name":"STATUS_PLATFORM_MANIFEST_INVALID","features":[3]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_ACTIVE","features":[3]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED","features":[3]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_SIGNED","features":[3]},{"name":"STATUS_PLUGPLAY_NO_DEVICE","features":[3]},{"name":"STATUS_PLUGPLAY_QUERY_VETOED","features":[3]},{"name":"STATUS_PNP_BAD_MPS_TABLE","features":[3]},{"name":"STATUS_PNP_DEVICE_CONFIGURATION_PENDING","features":[3]},{"name":"STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE","features":[3]},{"name":"STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND","features":[3]},{"name":"STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND","features":[3]},{"name":"STATUS_PNP_FUNCTION_DRIVER_REQUIRED","features":[3]},{"name":"STATUS_PNP_INVALID_ID","features":[3]},{"name":"STATUS_PNP_IRQ_TRANSLATION_FAILED","features":[3]},{"name":"STATUS_PNP_NO_COMPAT_DRIVERS","features":[3]},{"name":"STATUS_PNP_REBOOT_REQUIRED","features":[3]},{"name":"STATUS_PNP_RESTART_ENUMERATION","features":[3]},{"name":"STATUS_PNP_TRANSLATION_FAILED","features":[3]},{"name":"STATUS_POLICY_CONTROLLED_ACCOUNT","features":[3]},{"name":"STATUS_POLICY_OBJECT_NOT_FOUND","features":[3]},{"name":"STATUS_POLICY_ONLY_IN_DS","features":[3]},{"name":"STATUS_PORT_ALREADY_HAS_COMPLETION_LIST","features":[3]},{"name":"STATUS_PORT_ALREADY_SET","features":[3]},{"name":"STATUS_PORT_CLOSED","features":[3]},{"name":"STATUS_PORT_CONNECTION_REFUSED","features":[3]},{"name":"STATUS_PORT_DISCONNECTED","features":[3]},{"name":"STATUS_PORT_DO_NOT_DISTURB","features":[3]},{"name":"STATUS_PORT_MESSAGE_TOO_LONG","features":[3]},{"name":"STATUS_PORT_NOT_SET","features":[3]},{"name":"STATUS_PORT_UNREACHABLE","features":[3]},{"name":"STATUS_POSSIBLE_DEADLOCK","features":[3]},{"name":"STATUS_POWER_STATE_INVALID","features":[3]},{"name":"STATUS_PREDEFINED_HANDLE","features":[3]},{"name":"STATUS_PRENT4_MACHINE_ACCOUNT","features":[3]},{"name":"STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[3]},{"name":"STATUS_PRINT_CANCELLED","features":[3]},{"name":"STATUS_PRINT_QUEUE_FULL","features":[3]},{"name":"STATUS_PRIVILEGED_INSTRUCTION","features":[3]},{"name":"STATUS_PRIVILEGE_NOT_HELD","features":[3]},{"name":"STATUS_PROACTIVE_SCAN_IN_PROGRESS","features":[3]},{"name":"STATUS_PROCEDURE_NOT_FOUND","features":[3]},{"name":"STATUS_PROCESS_CLONED","features":[3]},{"name":"STATUS_PROCESS_IN_JOB","features":[3]},{"name":"STATUS_PROCESS_IS_PROTECTED","features":[3]},{"name":"STATUS_PROCESS_IS_TERMINATING","features":[3]},{"name":"STATUS_PROCESS_NOT_IN_JOB","features":[3]},{"name":"STATUS_PROFILING_AT_LIMIT","features":[3]},{"name":"STATUS_PROFILING_NOT_STARTED","features":[3]},{"name":"STATUS_PROFILING_NOT_STOPPED","features":[3]},{"name":"STATUS_PROPSET_NOT_FOUND","features":[3]},{"name":"STATUS_PROTOCOL_NOT_SUPPORTED","features":[3]},{"name":"STATUS_PROTOCOL_UNREACHABLE","features":[3]},{"name":"STATUS_PTE_CHANGED","features":[3]},{"name":"STATUS_PURGE_FAILED","features":[3]},{"name":"STATUS_PWD_HISTORY_CONFLICT","features":[3]},{"name":"STATUS_PWD_TOO_LONG","features":[3]},{"name":"STATUS_PWD_TOO_RECENT","features":[3]},{"name":"STATUS_PWD_TOO_SHORT","features":[3]},{"name":"STATUS_QUERY_STORAGE_ERROR","features":[3]},{"name":"STATUS_QUIC_ALPN_NEG_FAILURE","features":[3]},{"name":"STATUS_QUIC_CONNECTION_IDLE","features":[3]},{"name":"STATUS_QUIC_CONNECTION_TIMEOUT","features":[3]},{"name":"STATUS_QUIC_HANDSHAKE_FAILURE","features":[3]},{"name":"STATUS_QUIC_INTERNAL_ERROR","features":[3]},{"name":"STATUS_QUIC_PROTOCOL_VIOLATION","features":[3]},{"name":"STATUS_QUIC_USER_CANCELED","features":[3]},{"name":"STATUS_QUIC_VER_NEG_FAILURE","features":[3]},{"name":"STATUS_QUOTA_ACTIVITY","features":[3]},{"name":"STATUS_QUOTA_EXCEEDED","features":[3]},{"name":"STATUS_QUOTA_LIST_INCONSISTENT","features":[3]},{"name":"STATUS_QUOTA_NOT_ENABLED","features":[3]},{"name":"STATUS_RANGE_LIST_CONFLICT","features":[3]},{"name":"STATUS_RANGE_NOT_FOUND","features":[3]},{"name":"STATUS_RANGE_NOT_LOCKED","features":[3]},{"name":"STATUS_RDBSS_CONTINUE_OPERATION","features":[3]},{"name":"STATUS_RDBSS_POST_OPERATION","features":[3]},{"name":"STATUS_RDBSS_RESTART_OPERATION","features":[3]},{"name":"STATUS_RDBSS_RETRY_LOOKUP","features":[3]},{"name":"STATUS_RDP_PROTOCOL_ERROR","features":[3]},{"name":"STATUS_RECEIVE_EXPEDITED","features":[3]},{"name":"STATUS_RECEIVE_PARTIAL","features":[3]},{"name":"STATUS_RECEIVE_PARTIAL_EXPEDITED","features":[3]},{"name":"STATUS_RECOVERABLE_BUGCHECK","features":[3]},{"name":"STATUS_RECOVERY_FAILURE","features":[3]},{"name":"STATUS_RECOVERY_NOT_NEEDED","features":[3]},{"name":"STATUS_RECURSIVE_DISPATCH","features":[3]},{"name":"STATUS_REDIRECTOR_HAS_OPEN_HANDLES","features":[3]},{"name":"STATUS_REDIRECTOR_NOT_STARTED","features":[3]},{"name":"STATUS_REDIRECTOR_PAUSED","features":[3]},{"name":"STATUS_REDIRECTOR_STARTED","features":[3]},{"name":"STATUS_REGISTRY_CORRUPT","features":[3]},{"name":"STATUS_REGISTRY_HIVE_RECOVERED","features":[3]},{"name":"STATUS_REGISTRY_IO_FAILED","features":[3]},{"name":"STATUS_REGISTRY_QUOTA_LIMIT","features":[3]},{"name":"STATUS_REGISTRY_RECOVERED","features":[3]},{"name":"STATUS_REG_NAT_CONSUMPTION","features":[3]},{"name":"STATUS_REINITIALIZATION_NEEDED","features":[3]},{"name":"STATUS_REMOTE_DISCONNECT","features":[3]},{"name":"STATUS_REMOTE_FILE_VERSION_MISMATCH","features":[3]},{"name":"STATUS_REMOTE_NOT_LISTENING","features":[3]},{"name":"STATUS_REMOTE_RESOURCES","features":[3]},{"name":"STATUS_REMOTE_SESSION_LIMIT","features":[3]},{"name":"STATUS_REMOTE_STORAGE_MEDIA_ERROR","features":[3]},{"name":"STATUS_REMOTE_STORAGE_NOT_ACTIVE","features":[3]},{"name":"STATUS_REPAIR_NEEDED","features":[3]},{"name":"STATUS_REPARSE","features":[3]},{"name":"STATUS_REPARSE_ATTRIBUTE_CONFLICT","features":[3]},{"name":"STATUS_REPARSE_GLOBAL","features":[3]},{"name":"STATUS_REPARSE_OBJECT","features":[3]},{"name":"STATUS_REPARSE_POINT_ENCOUNTERED","features":[3]},{"name":"STATUS_REPARSE_POINT_NOT_RESOLVED","features":[3]},{"name":"STATUS_REPLY_MESSAGE_MISMATCH","features":[3]},{"name":"STATUS_REQUEST_ABORTED","features":[3]},{"name":"STATUS_REQUEST_CANCELED","features":[3]},{"name":"STATUS_REQUEST_NOT_ACCEPTED","features":[3]},{"name":"STATUS_REQUEST_OUT_OF_SEQUENCE","features":[3]},{"name":"STATUS_REQUEST_PAUSED","features":[3]},{"name":"STATUS_RESIDENT_FILE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_RESOURCEMANAGER_NOT_FOUND","features":[3]},{"name":"STATUS_RESOURCEMANAGER_READ_ONLY","features":[3]},{"name":"STATUS_RESOURCE_DATA_NOT_FOUND","features":[3]},{"name":"STATUS_RESOURCE_ENUM_USER_STOP","features":[3]},{"name":"STATUS_RESOURCE_IN_USE","features":[3]},{"name":"STATUS_RESOURCE_LANG_NOT_FOUND","features":[3]},{"name":"STATUS_RESOURCE_NAME_NOT_FOUND","features":[3]},{"name":"STATUS_RESOURCE_NOT_OWNED","features":[3]},{"name":"STATUS_RESOURCE_REQUIREMENTS_CHANGED","features":[3]},{"name":"STATUS_RESOURCE_TYPE_NOT_FOUND","features":[3]},{"name":"STATUS_RESTART_BOOT_APPLICATION","features":[3]},{"name":"STATUS_RESUME_HIBERNATION","features":[3]},{"name":"STATUS_RETRY","features":[3]},{"name":"STATUS_RETURN_ADDRESS_HIJACK_ATTEMPT","features":[3]},{"name":"STATUS_REVISION_MISMATCH","features":[3]},{"name":"STATUS_REVOCATION_OFFLINE_C","features":[3]},{"name":"STATUS_REVOCATION_OFFLINE_KDC","features":[3]},{"name":"STATUS_RING_NEWLY_EMPTY","features":[3]},{"name":"STATUS_RING_PREVIOUSLY_ABOVE_QUOTA","features":[3]},{"name":"STATUS_RING_PREVIOUSLY_EMPTY","features":[3]},{"name":"STATUS_RING_PREVIOUSLY_FULL","features":[3]},{"name":"STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT","features":[3]},{"name":"STATUS_RKF_ACTIVE_KEY","features":[3]},{"name":"STATUS_RKF_BLOB_FULL","features":[3]},{"name":"STATUS_RKF_DUPLICATE_KEY","features":[3]},{"name":"STATUS_RKF_FILE_BLOCKED","features":[3]},{"name":"STATUS_RKF_KEY_NOT_FOUND","features":[3]},{"name":"STATUS_RKF_STORE_FULL","features":[3]},{"name":"STATUS_RM_ALREADY_STARTED","features":[3]},{"name":"STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT","features":[3]},{"name":"STATUS_RM_DISCONNECTED","features":[3]},{"name":"STATUS_RM_METADATA_CORRUPT","features":[3]},{"name":"STATUS_RM_NOT_ACTIVE","features":[3]},{"name":"STATUS_ROLLBACK_TIMER_EXPIRED","features":[3]},{"name":"STATUS_RTPM_CONTEXT_COMPLETE","features":[3]},{"name":"STATUS_RTPM_CONTEXT_CONTINUE","features":[3]},{"name":"STATUS_RTPM_INVALID_CONTEXT","features":[3]},{"name":"STATUS_RTPM_NO_RESULT","features":[3]},{"name":"STATUS_RTPM_PCR_READ_INCOMPLETE","features":[3]},{"name":"STATUS_RTPM_UNSUPPORTED_CMD","features":[3]},{"name":"STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT","features":[3]},{"name":"STATUS_RUNLEVEL_SWITCH_IN_PROGRESS","features":[3]},{"name":"STATUS_RUNLEVEL_SWITCH_TIMEOUT","features":[3]},{"name":"STATUS_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED","features":[3]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET","features":[3]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE","features":[3]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER","features":[3]},{"name":"STATUS_RXACT_COMMITTED","features":[3]},{"name":"STATUS_RXACT_COMMIT_FAILURE","features":[3]},{"name":"STATUS_RXACT_COMMIT_NECESSARY","features":[3]},{"name":"STATUS_RXACT_INVALID_STATE","features":[3]},{"name":"STATUS_RXACT_STATE_CREATED","features":[3]},{"name":"STATUS_SAM_INIT_FAILURE","features":[3]},{"name":"STATUS_SAM_NEED_BOOTKEY_FLOPPY","features":[3]},{"name":"STATUS_SAM_NEED_BOOTKEY_PASSWORD","features":[3]},{"name":"STATUS_SCRUB_DATA_DISABLED","features":[3]},{"name":"STATUS_SECCORE_INVALID_COMMAND","features":[3]},{"name":"STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED","features":[3]},{"name":"STATUS_SECRET_TOO_LONG","features":[3]},{"name":"STATUS_SECTION_DIRECT_MAP_ONLY","features":[3]},{"name":"STATUS_SECTION_NOT_EXTENDED","features":[3]},{"name":"STATUS_SECTION_NOT_IMAGE","features":[3]},{"name":"STATUS_SECTION_PROTECTION","features":[3]},{"name":"STATUS_SECTION_TOO_BIG","features":[3]},{"name":"STATUS_SECUREBOOT_FILE_REPLACED","features":[3]},{"name":"STATUS_SECUREBOOT_INVALID_POLICY","features":[3]},{"name":"STATUS_SECUREBOOT_NOT_BASE_POLICY","features":[3]},{"name":"STATUS_SECUREBOOT_NOT_ENABLED","features":[3]},{"name":"STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY","features":[3]},{"name":"STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH","features":[3]},{"name":"STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION","features":[3]},{"name":"STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED","features":[3]},{"name":"STATUS_SECUREBOOT_POLICY_NOT_SIGNED","features":[3]},{"name":"STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND","features":[3]},{"name":"STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED","features":[3]},{"name":"STATUS_SECUREBOOT_POLICY_UNKNOWN","features":[3]},{"name":"STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH","features":[3]},{"name":"STATUS_SECUREBOOT_POLICY_VIOLATION","features":[3]},{"name":"STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING","features":[3]},{"name":"STATUS_SECUREBOOT_ROLLBACK_DETECTED","features":[3]},{"name":"STATUS_SECURITY_STREAM_IS_INCONSISTENT","features":[3]},{"name":"STATUS_SEGMENT_NOTIFICATION","features":[3]},{"name":"STATUS_SEMAPHORE_LIMIT_EXCEEDED","features":[3]},{"name":"STATUS_SERIAL_COUNTER_TIMEOUT","features":[3]},{"name":"STATUS_SERIAL_MORE_WRITES","features":[3]},{"name":"STATUS_SERIAL_NO_DEVICE_INITED","features":[3]},{"name":"STATUS_SERVER_DISABLED","features":[3]},{"name":"STATUS_SERVER_HAS_OPEN_HANDLES","features":[3]},{"name":"STATUS_SERVER_NOT_DISABLED","features":[3]},{"name":"STATUS_SERVER_SHUTDOWN_IN_PROGRESS","features":[3]},{"name":"STATUS_SERVER_SID_MISMATCH","features":[3]},{"name":"STATUS_SERVER_TRANSPORT_CONFLICT","features":[3]},{"name":"STATUS_SERVER_UNAVAILABLE","features":[3]},{"name":"STATUS_SERVICES_FAILED_AUTOSTART","features":[3]},{"name":"STATUS_SERVICE_NOTIFICATION","features":[3]},{"name":"STATUS_SESSION_KEY_TOO_SHORT","features":[3]},{"name":"STATUS_SETMARK_DETECTED","features":[3]},{"name":"STATUS_SET_CONTEXT_DENIED","features":[3]},{"name":"STATUS_SEVERITY_COERROR","features":[3]},{"name":"STATUS_SEVERITY_COFAIL","features":[3]},{"name":"STATUS_SEVERITY_ERROR","features":[3]},{"name":"STATUS_SEVERITY_INFORMATIONAL","features":[3]},{"name":"STATUS_SEVERITY_SUCCESS","features":[3]},{"name":"STATUS_SEVERITY_WARNING","features":[3]},{"name":"STATUS_SHARED_IRQ_BUSY","features":[3]},{"name":"STATUS_SHARED_POLICY","features":[3]},{"name":"STATUS_SHARE_UNAVAILABLE","features":[3]},{"name":"STATUS_SHARING_PAUSED","features":[3]},{"name":"STATUS_SHARING_VIOLATION","features":[3]},{"name":"STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME","features":[3]},{"name":"STATUS_SHUTDOWN_IN_PROGRESS","features":[3]},{"name":"STATUS_SINGLE_STEP","features":[3]},{"name":"STATUS_SMARTCARD_CARD_BLOCKED","features":[3]},{"name":"STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED","features":[3]},{"name":"STATUS_SMARTCARD_CERT_EXPIRED","features":[3]},{"name":"STATUS_SMARTCARD_CERT_REVOKED","features":[3]},{"name":"STATUS_SMARTCARD_IO_ERROR","features":[3]},{"name":"STATUS_SMARTCARD_LOGON_REQUIRED","features":[3]},{"name":"STATUS_SMARTCARD_NO_CARD","features":[3]},{"name":"STATUS_SMARTCARD_NO_CERTIFICATE","features":[3]},{"name":"STATUS_SMARTCARD_NO_KEYSET","features":[3]},{"name":"STATUS_SMARTCARD_NO_KEY_CONTAINER","features":[3]},{"name":"STATUS_SMARTCARD_SILENT_CONTEXT","features":[3]},{"name":"STATUS_SMARTCARD_SUBSYSTEM_FAILURE","features":[3]},{"name":"STATUS_SMARTCARD_WRONG_PIN","features":[3]},{"name":"STATUS_SMB1_NOT_AVAILABLE","features":[3]},{"name":"STATUS_SMB_BAD_CLUSTER_DIALECT","features":[3]},{"name":"STATUS_SMB_GUEST_LOGON_BLOCKED","features":[3]},{"name":"STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP","features":[3]},{"name":"STATUS_SMB_NO_SIGNING_ALGORITHM_OVERLAP","features":[3]},{"name":"STATUS_SMI_PRIMITIVE_INSTALLER_FAILED","features":[3]},{"name":"STATUS_SMR_GARBAGE_COLLECTION_REQUIRED","features":[3]},{"name":"STATUS_SOME_NOT_MAPPED","features":[3]},{"name":"STATUS_SOURCE_ELEMENT_EMPTY","features":[3]},{"name":"STATUS_SPACES_ALLOCATION_SIZE_INVALID","features":[3]},{"name":"STATUS_SPACES_CACHE_FULL","features":[3]},{"name":"STATUS_SPACES_COMPLETE","features":[3]},{"name":"STATUS_SPACES_CORRUPT_METADATA","features":[3]},{"name":"STATUS_SPACES_DRIVE_LOST_DATA","features":[3]},{"name":"STATUS_SPACES_DRIVE_NOT_READY","features":[3]},{"name":"STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID","features":[3]},{"name":"STATUS_SPACES_DRIVE_REDUNDANCY_INVALID","features":[3]},{"name":"STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID","features":[3]},{"name":"STATUS_SPACES_DRIVE_SPLIT","features":[3]},{"name":"STATUS_SPACES_DRT_FULL","features":[3]},{"name":"STATUS_SPACES_ENCLOSURE_AWARE_INVALID","features":[3]},{"name":"STATUS_SPACES_ENTRY_INCOMPLETE","features":[3]},{"name":"STATUS_SPACES_ENTRY_INVALID","features":[3]},{"name":"STATUS_SPACES_EXTENDED_ERROR","features":[3]},{"name":"STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID","features":[3]},{"name":"STATUS_SPACES_FLUSH_METADATA","features":[3]},{"name":"STATUS_SPACES_INCONSISTENCY","features":[3]},{"name":"STATUS_SPACES_INTERLEAVE_LENGTH_INVALID","features":[3]},{"name":"STATUS_SPACES_LOG_NOT_READY","features":[3]},{"name":"STATUS_SPACES_MAP_REQUIRED","features":[3]},{"name":"STATUS_SPACES_MARK_DIRTY","features":[3]},{"name":"STATUS_SPACES_NOT_ENOUGH_DRIVES","features":[3]},{"name":"STATUS_SPACES_NO_REDUNDANCY","features":[3]},{"name":"STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID","features":[3]},{"name":"STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID","features":[3]},{"name":"STATUS_SPACES_NUMBER_OF_GROUPS_INVALID","features":[3]},{"name":"STATUS_SPACES_PAUSE","features":[3]},{"name":"STATUS_SPACES_PD_INVALID_DATA","features":[3]},{"name":"STATUS_SPACES_PD_LENGTH_MISMATCH","features":[3]},{"name":"STATUS_SPACES_PD_NOT_FOUND","features":[3]},{"name":"STATUS_SPACES_PD_UNSUPPORTED_VERSION","features":[3]},{"name":"STATUS_SPACES_PROVISIONING_TYPE_INVALID","features":[3]},{"name":"STATUS_SPACES_REDIRECT","features":[3]},{"name":"STATUS_SPACES_REPAIRED","features":[3]},{"name":"STATUS_SPACES_REPAIR_IN_PROGRESS","features":[3]},{"name":"STATUS_SPACES_RESILIENCY_TYPE_INVALID","features":[3]},{"name":"STATUS_SPACES_UNSUPPORTED_VERSION","features":[3]},{"name":"STATUS_SPACES_UPDATE_COLUMN_STATE","features":[3]},{"name":"STATUS_SPACES_WRITE_CACHE_SIZE_INVALID","features":[3]},{"name":"STATUS_SPARSE_FILE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION","features":[3]},{"name":"STATUS_SPECIAL_ACCOUNT","features":[3]},{"name":"STATUS_SPECIAL_GROUP","features":[3]},{"name":"STATUS_SPECIAL_USER","features":[3]},{"name":"STATUS_STACK_BUFFER_OVERRUN","features":[3]},{"name":"STATUS_STACK_OVERFLOW","features":[3]},{"name":"STATUS_STACK_OVERFLOW_READ","features":[3]},{"name":"STATUS_STOPPED_ON_SYMLINK","features":[3]},{"name":"STATUS_STORAGE_LOST_DATA_PERSISTENCE","features":[3]},{"name":"STATUS_STORAGE_RESERVE_ALREADY_EXISTS","features":[3]},{"name":"STATUS_STORAGE_RESERVE_DOES_NOT_EXIST","features":[3]},{"name":"STATUS_STORAGE_RESERVE_ID_INVALID","features":[3]},{"name":"STATUS_STORAGE_RESERVE_NOT_EMPTY","features":[3]},{"name":"STATUS_STORAGE_STACK_ACCESS_DENIED","features":[3]},{"name":"STATUS_STORAGE_TOPOLOGY_ID_MISMATCH","features":[3]},{"name":"STATUS_STOWED_EXCEPTION","features":[3]},{"name":"STATUS_STREAM_MINIVERSION_NOT_FOUND","features":[3]},{"name":"STATUS_STREAM_MINIVERSION_NOT_VALID","features":[3]},{"name":"STATUS_STRICT_CFG_VIOLATION","features":[3]},{"name":"STATUS_STRONG_CRYPTO_NOT_SUPPORTED","features":[3]},{"name":"STATUS_SUCCESS","features":[3]},{"name":"STATUS_SUSPEND_COUNT_EXCEEDED","features":[3]},{"name":"STATUS_SVHDX_ERROR_NOT_AVAILABLE","features":[3]},{"name":"STATUS_SVHDX_ERROR_STORED","features":[3]},{"name":"STATUS_SVHDX_NO_INITIATOR","features":[3]},{"name":"STATUS_SVHDX_RESERVATION_CONFLICT","features":[3]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE","features":[3]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED","features":[3]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED","features":[3]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED","features":[3]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED","features":[3]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED","features":[3]},{"name":"STATUS_SVHDX_VERSION_MISMATCH","features":[3]},{"name":"STATUS_SVHDX_WRONG_FILE_TYPE","features":[3]},{"name":"STATUS_SXS_ACTIVATION_CONTEXT_DISABLED","features":[3]},{"name":"STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT","features":[3]},{"name":"STATUS_SXS_ASSEMBLY_MISSING","features":[3]},{"name":"STATUS_SXS_ASSEMBLY_NOT_FOUND","features":[3]},{"name":"STATUS_SXS_CANT_GEN_ACTCTX","features":[3]},{"name":"STATUS_SXS_COMPONENT_STORE_CORRUPT","features":[3]},{"name":"STATUS_SXS_CORRUPTION","features":[3]},{"name":"STATUS_SXS_CORRUPT_ACTIVATION_STACK","features":[3]},{"name":"STATUS_SXS_EARLY_DEACTIVATION","features":[3]},{"name":"STATUS_SXS_FILE_HASH_MISMATCH","features":[3]},{"name":"STATUS_SXS_FILE_HASH_MISSING","features":[3]},{"name":"STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY","features":[3]},{"name":"STATUS_SXS_IDENTITIES_DIFFERENT","features":[3]},{"name":"STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE","features":[3]},{"name":"STATUS_SXS_IDENTITY_PARSE_ERROR","features":[3]},{"name":"STATUS_SXS_INVALID_ACTCTXDATA_FORMAT","features":[3]},{"name":"STATUS_SXS_INVALID_DEACTIVATION","features":[3]},{"name":"STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME","features":[3]},{"name":"STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE","features":[3]},{"name":"STATUS_SXS_KEY_NOT_FOUND","features":[3]},{"name":"STATUS_SXS_MANIFEST_FORMAT_ERROR","features":[3]},{"name":"STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT","features":[3]},{"name":"STATUS_SXS_MANIFEST_PARSE_ERROR","features":[3]},{"name":"STATUS_SXS_MANIFEST_TOO_BIG","features":[3]},{"name":"STATUS_SXS_MULTIPLE_DEACTIVATION","features":[3]},{"name":"STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET","features":[3]},{"name":"STATUS_SXS_PROCESS_TERMINATION_REQUESTED","features":[3]},{"name":"STATUS_SXS_RELEASE_ACTIVATION_CONTEXT","features":[3]},{"name":"STATUS_SXS_SECTION_NOT_FOUND","features":[3]},{"name":"STATUS_SXS_SETTING_NOT_REGISTERED","features":[3]},{"name":"STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY","features":[3]},{"name":"STATUS_SXS_THREAD_QUERIES_DISABLED","features":[3]},{"name":"STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE","features":[3]},{"name":"STATUS_SXS_VERSION_CONFLICT","features":[3]},{"name":"STATUS_SXS_WRONG_SECTION_TYPE","features":[3]},{"name":"STATUS_SYMLINK_CLASS_DISABLED","features":[3]},{"name":"STATUS_SYNCHRONIZATION_REQUIRED","features":[3]},{"name":"STATUS_SYSTEM_DEVICE_NOT_FOUND","features":[3]},{"name":"STATUS_SYSTEM_HIVE_TOO_LARGE","features":[3]},{"name":"STATUS_SYSTEM_IMAGE_BAD_SIGNATURE","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_INVALID_POLICY","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_OFFLINE","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_PUA","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED","features":[3]},{"name":"STATUS_SYSTEM_INTEGRITY_TOO_MANY_POLICIES","features":[3]},{"name":"STATUS_SYSTEM_NEEDS_REMEDIATION","features":[3]},{"name":"STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION","features":[3]},{"name":"STATUS_SYSTEM_POWERSTATE_TRANSITION","features":[3]},{"name":"STATUS_SYSTEM_PROCESS_TERMINATED","features":[3]},{"name":"STATUS_SYSTEM_SHUTDOWN","features":[3]},{"name":"STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED","features":[3]},{"name":"STATUS_THREADPOOL_HANDLE_EXCEPTION","features":[3]},{"name":"STATUS_THREADPOOL_RELEASED_DURING_OPERATION","features":[3]},{"name":"STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED","features":[3]},{"name":"STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED","features":[3]},{"name":"STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED","features":[3]},{"name":"STATUS_THREAD_ALREADY_IN_SESSION","features":[3]},{"name":"STATUS_THREAD_ALREADY_IN_TASK","features":[3]},{"name":"STATUS_THREAD_IS_TERMINATING","features":[3]},{"name":"STATUS_THREAD_NOT_IN_PROCESS","features":[3]},{"name":"STATUS_THREAD_NOT_IN_SESSION","features":[3]},{"name":"STATUS_THREAD_NOT_RUNNING","features":[3]},{"name":"STATUS_THREAD_WAS_SUSPENDED","features":[3]},{"name":"STATUS_TIMEOUT","features":[3]},{"name":"STATUS_TIMER_NOT_CANCELED","features":[3]},{"name":"STATUS_TIMER_RESOLUTION_NOT_SET","features":[3]},{"name":"STATUS_TIMER_RESUME_IGNORED","features":[3]},{"name":"STATUS_TIME_DIFFERENCE_AT_DC","features":[3]},{"name":"STATUS_TM_IDENTITY_MISMATCH","features":[3]},{"name":"STATUS_TM_INITIALIZATION_FAILED","features":[3]},{"name":"STATUS_TM_VOLATILE","features":[3]},{"name":"STATUS_TOKEN_ALREADY_IN_USE","features":[3]},{"name":"STATUS_TOO_LATE","features":[3]},{"name":"STATUS_TOO_MANY_ADDRESSES","features":[3]},{"name":"STATUS_TOO_MANY_COMMANDS","features":[3]},{"name":"STATUS_TOO_MANY_CONTEXT_IDS","features":[3]},{"name":"STATUS_TOO_MANY_GUIDS_REQUESTED","features":[3]},{"name":"STATUS_TOO_MANY_LINKS","features":[3]},{"name":"STATUS_TOO_MANY_LUIDS_REQUESTED","features":[3]},{"name":"STATUS_TOO_MANY_NAMES","features":[3]},{"name":"STATUS_TOO_MANY_NODES","features":[3]},{"name":"STATUS_TOO_MANY_OPENED_FILES","features":[3]},{"name":"STATUS_TOO_MANY_PAGING_FILES","features":[3]},{"name":"STATUS_TOO_MANY_PRINCIPALS","features":[3]},{"name":"STATUS_TOO_MANY_SECRETS","features":[3]},{"name":"STATUS_TOO_MANY_SEGMENT_DESCRIPTORS","features":[3]},{"name":"STATUS_TOO_MANY_SESSIONS","features":[3]},{"name":"STATUS_TOO_MANY_SIDS","features":[3]},{"name":"STATUS_TOO_MANY_THREADS","features":[3]},{"name":"STATUS_TPM_20_E_ASYMMETRIC","features":[3]},{"name":"STATUS_TPM_20_E_ATTRIBUTES","features":[3]},{"name":"STATUS_TPM_20_E_AUTHSIZE","features":[3]},{"name":"STATUS_TPM_20_E_AUTH_CONTEXT","features":[3]},{"name":"STATUS_TPM_20_E_AUTH_FAIL","features":[3]},{"name":"STATUS_TPM_20_E_AUTH_MISSING","features":[3]},{"name":"STATUS_TPM_20_E_AUTH_TYPE","features":[3]},{"name":"STATUS_TPM_20_E_AUTH_UNAVAILABLE","features":[3]},{"name":"STATUS_TPM_20_E_BAD_AUTH","features":[3]},{"name":"STATUS_TPM_20_E_BAD_CONTEXT","features":[3]},{"name":"STATUS_TPM_20_E_BINDING","features":[3]},{"name":"STATUS_TPM_20_E_COMMAND_CODE","features":[3]},{"name":"STATUS_TPM_20_E_COMMAND_SIZE","features":[3]},{"name":"STATUS_TPM_20_E_CPHASH","features":[3]},{"name":"STATUS_TPM_20_E_CURVE","features":[3]},{"name":"STATUS_TPM_20_E_DISABLED","features":[3]},{"name":"STATUS_TPM_20_E_ECC_CURVE","features":[3]},{"name":"STATUS_TPM_20_E_ECC_POINT","features":[3]},{"name":"STATUS_TPM_20_E_EXCLUSIVE","features":[3]},{"name":"STATUS_TPM_20_E_EXPIRED","features":[3]},{"name":"STATUS_TPM_20_E_FAILURE","features":[3]},{"name":"STATUS_TPM_20_E_HANDLE","features":[3]},{"name":"STATUS_TPM_20_E_HASH","features":[3]},{"name":"STATUS_TPM_20_E_HIERARCHY","features":[3]},{"name":"STATUS_TPM_20_E_HMAC","features":[3]},{"name":"STATUS_TPM_20_E_INITIALIZE","features":[3]},{"name":"STATUS_TPM_20_E_INSUFFICIENT","features":[3]},{"name":"STATUS_TPM_20_E_INTEGRITY","features":[3]},{"name":"STATUS_TPM_20_E_KDF","features":[3]},{"name":"STATUS_TPM_20_E_KEY","features":[3]},{"name":"STATUS_TPM_20_E_KEY_SIZE","features":[3]},{"name":"STATUS_TPM_20_E_MGF","features":[3]},{"name":"STATUS_TPM_20_E_MODE","features":[3]},{"name":"STATUS_TPM_20_E_NEEDS_TEST","features":[3]},{"name":"STATUS_TPM_20_E_NONCE","features":[3]},{"name":"STATUS_TPM_20_E_NO_RESULT","features":[3]},{"name":"STATUS_TPM_20_E_NV_AUTHORIZATION","features":[3]},{"name":"STATUS_TPM_20_E_NV_DEFINED","features":[3]},{"name":"STATUS_TPM_20_E_NV_LOCKED","features":[3]},{"name":"STATUS_TPM_20_E_NV_RANGE","features":[3]},{"name":"STATUS_TPM_20_E_NV_SIZE","features":[3]},{"name":"STATUS_TPM_20_E_NV_SPACE","features":[3]},{"name":"STATUS_TPM_20_E_NV_UNINITIALIZED","features":[3]},{"name":"STATUS_TPM_20_E_PARENT","features":[3]},{"name":"STATUS_TPM_20_E_PCR","features":[3]},{"name":"STATUS_TPM_20_E_PCR_CHANGED","features":[3]},{"name":"STATUS_TPM_20_E_POLICY","features":[3]},{"name":"STATUS_TPM_20_E_POLICY_CC","features":[3]},{"name":"STATUS_TPM_20_E_POLICY_FAIL","features":[3]},{"name":"STATUS_TPM_20_E_PP","features":[3]},{"name":"STATUS_TPM_20_E_PRIVATE","features":[3]},{"name":"STATUS_TPM_20_E_RANGE","features":[3]},{"name":"STATUS_TPM_20_E_REBOOT","features":[3]},{"name":"STATUS_TPM_20_E_RESERVED_BITS","features":[3]},{"name":"STATUS_TPM_20_E_SCHEME","features":[3]},{"name":"STATUS_TPM_20_E_SELECTOR","features":[3]},{"name":"STATUS_TPM_20_E_SENSITIVE","features":[3]},{"name":"STATUS_TPM_20_E_SEQUENCE","features":[3]},{"name":"STATUS_TPM_20_E_SIGNATURE","features":[3]},{"name":"STATUS_TPM_20_E_SIZE","features":[3]},{"name":"STATUS_TPM_20_E_SYMMETRIC","features":[3]},{"name":"STATUS_TPM_20_E_TAG","features":[3]},{"name":"STATUS_TPM_20_E_TICKET","features":[3]},{"name":"STATUS_TPM_20_E_TOO_MANY_CONTEXTS","features":[3]},{"name":"STATUS_TPM_20_E_TYPE","features":[3]},{"name":"STATUS_TPM_20_E_UNBALANCED","features":[3]},{"name":"STATUS_TPM_20_E_UPGRADE","features":[3]},{"name":"STATUS_TPM_20_E_VALUE","features":[3]},{"name":"STATUS_TPM_ACCESS_DENIED","features":[3]},{"name":"STATUS_TPM_AREA_LOCKED","features":[3]},{"name":"STATUS_TPM_AUDITFAILURE","features":[3]},{"name":"STATUS_TPM_AUDITFAIL_SUCCESSFUL","features":[3]},{"name":"STATUS_TPM_AUDITFAIL_UNSUCCESSFUL","features":[3]},{"name":"STATUS_TPM_AUTH2FAIL","features":[3]},{"name":"STATUS_TPM_AUTHFAIL","features":[3]},{"name":"STATUS_TPM_AUTH_CONFLICT","features":[3]},{"name":"STATUS_TPM_BADCONTEXT","features":[3]},{"name":"STATUS_TPM_BADINDEX","features":[3]},{"name":"STATUS_TPM_BADTAG","features":[3]},{"name":"STATUS_TPM_BAD_ATTRIBUTES","features":[3]},{"name":"STATUS_TPM_BAD_COUNTER","features":[3]},{"name":"STATUS_TPM_BAD_DATASIZE","features":[3]},{"name":"STATUS_TPM_BAD_DELEGATE","features":[3]},{"name":"STATUS_TPM_BAD_HANDLE","features":[3]},{"name":"STATUS_TPM_BAD_KEY_PROPERTY","features":[3]},{"name":"STATUS_TPM_BAD_LOCALITY","features":[3]},{"name":"STATUS_TPM_BAD_MIGRATION","features":[3]},{"name":"STATUS_TPM_BAD_MODE","features":[3]},{"name":"STATUS_TPM_BAD_ORDINAL","features":[3]},{"name":"STATUS_TPM_BAD_PARAMETER","features":[3]},{"name":"STATUS_TPM_BAD_PARAM_SIZE","features":[3]},{"name":"STATUS_TPM_BAD_PRESENCE","features":[3]},{"name":"STATUS_TPM_BAD_SCHEME","features":[3]},{"name":"STATUS_TPM_BAD_SIGNATURE","features":[3]},{"name":"STATUS_TPM_BAD_TYPE","features":[3]},{"name":"STATUS_TPM_BAD_VERSION","features":[3]},{"name":"STATUS_TPM_CLEAR_DISABLED","features":[3]},{"name":"STATUS_TPM_COMMAND_BLOCKED","features":[3]},{"name":"STATUS_TPM_COMMAND_CANCELED","features":[3]},{"name":"STATUS_TPM_CONTEXT_GAP","features":[3]},{"name":"STATUS_TPM_DAA_INPUT_DATA0","features":[3]},{"name":"STATUS_TPM_DAA_INPUT_DATA1","features":[3]},{"name":"STATUS_TPM_DAA_ISSUER_SETTINGS","features":[3]},{"name":"STATUS_TPM_DAA_ISSUER_VALIDITY","features":[3]},{"name":"STATUS_TPM_DAA_RESOURCES","features":[3]},{"name":"STATUS_TPM_DAA_STAGE","features":[3]},{"name":"STATUS_TPM_DAA_TPM_SETTINGS","features":[3]},{"name":"STATUS_TPM_DAA_WRONG_W","features":[3]},{"name":"STATUS_TPM_DEACTIVATED","features":[3]},{"name":"STATUS_TPM_DECRYPT_ERROR","features":[3]},{"name":"STATUS_TPM_DEFEND_LOCK_RUNNING","features":[3]},{"name":"STATUS_TPM_DELEGATE_ADMIN","features":[3]},{"name":"STATUS_TPM_DELEGATE_FAMILY","features":[3]},{"name":"STATUS_TPM_DELEGATE_LOCK","features":[3]},{"name":"STATUS_TPM_DISABLED","features":[3]},{"name":"STATUS_TPM_DISABLED_CMD","features":[3]},{"name":"STATUS_TPM_DOING_SELFTEST","features":[3]},{"name":"STATUS_TPM_DUPLICATE_VHANDLE","features":[3]},{"name":"STATUS_TPM_EMBEDDED_COMMAND_BLOCKED","features":[3]},{"name":"STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED","features":[3]},{"name":"STATUS_TPM_ENCRYPT_ERROR","features":[3]},{"name":"STATUS_TPM_ERROR_MASK","features":[3]},{"name":"STATUS_TPM_FAIL","features":[3]},{"name":"STATUS_TPM_FAILEDSELFTEST","features":[3]},{"name":"STATUS_TPM_FAMILYCOUNT","features":[3]},{"name":"STATUS_TPM_INAPPROPRIATE_ENC","features":[3]},{"name":"STATUS_TPM_INAPPROPRIATE_SIG","features":[3]},{"name":"STATUS_TPM_INSTALL_DISABLED","features":[3]},{"name":"STATUS_TPM_INSUFFICIENT_BUFFER","features":[3]},{"name":"STATUS_TPM_INVALID_AUTHHANDLE","features":[3]},{"name":"STATUS_TPM_INVALID_FAMILY","features":[3]},{"name":"STATUS_TPM_INVALID_HANDLE","features":[3]},{"name":"STATUS_TPM_INVALID_KEYHANDLE","features":[3]},{"name":"STATUS_TPM_INVALID_KEYUSAGE","features":[3]},{"name":"STATUS_TPM_INVALID_PCR_INFO","features":[3]},{"name":"STATUS_TPM_INVALID_POSTINIT","features":[3]},{"name":"STATUS_TPM_INVALID_RESOURCE","features":[3]},{"name":"STATUS_TPM_INVALID_STRUCTURE","features":[3]},{"name":"STATUS_TPM_IOERROR","features":[3]},{"name":"STATUS_TPM_KEYNOTFOUND","features":[3]},{"name":"STATUS_TPM_KEY_NOTSUPPORTED","features":[3]},{"name":"STATUS_TPM_KEY_OWNER_CONTROL","features":[3]},{"name":"STATUS_TPM_MAXNVWRITES","features":[3]},{"name":"STATUS_TPM_MA_AUTHORITY","features":[3]},{"name":"STATUS_TPM_MA_DESTINATION","features":[3]},{"name":"STATUS_TPM_MA_SOURCE","features":[3]},{"name":"STATUS_TPM_MA_TICKET_SIGNATURE","features":[3]},{"name":"STATUS_TPM_MIGRATEFAIL","features":[3]},{"name":"STATUS_TPM_NEEDS_SELFTEST","features":[3]},{"name":"STATUS_TPM_NOCONTEXTSPACE","features":[3]},{"name":"STATUS_TPM_NOOPERATOR","features":[3]},{"name":"STATUS_TPM_NOSPACE","features":[3]},{"name":"STATUS_TPM_NOSRK","features":[3]},{"name":"STATUS_TPM_NOTFIPS","features":[3]},{"name":"STATUS_TPM_NOTLOCAL","features":[3]},{"name":"STATUS_TPM_NOTRESETABLE","features":[3]},{"name":"STATUS_TPM_NOTSEALED_BLOB","features":[3]},{"name":"STATUS_TPM_NOT_FOUND","features":[3]},{"name":"STATUS_TPM_NOT_FULLWRITE","features":[3]},{"name":"STATUS_TPM_NO_ENDORSEMENT","features":[3]},{"name":"STATUS_TPM_NO_NV_PERMISSION","features":[3]},{"name":"STATUS_TPM_NO_WRAP_TRANSPORT","features":[3]},{"name":"STATUS_TPM_OWNER_CONTROL","features":[3]},{"name":"STATUS_TPM_OWNER_SET","features":[3]},{"name":"STATUS_TPM_PERMANENTEK","features":[3]},{"name":"STATUS_TPM_PER_NOWRITE","features":[3]},{"name":"STATUS_TPM_PPI_FUNCTION_UNSUPPORTED","features":[3]},{"name":"STATUS_TPM_READ_ONLY","features":[3]},{"name":"STATUS_TPM_REQUIRES_SIGN","features":[3]},{"name":"STATUS_TPM_RESOURCEMISSING","features":[3]},{"name":"STATUS_TPM_RESOURCES","features":[3]},{"name":"STATUS_TPM_RETRY","features":[3]},{"name":"STATUS_TPM_SHA_ERROR","features":[3]},{"name":"STATUS_TPM_SHA_THREAD","features":[3]},{"name":"STATUS_TPM_SHORTRANDOM","features":[3]},{"name":"STATUS_TPM_SIZE","features":[3]},{"name":"STATUS_TPM_TOOMANYCONTEXTS","features":[3]},{"name":"STATUS_TPM_TOO_MANY_CONTEXTS","features":[3]},{"name":"STATUS_TPM_TRANSPORT_NOTEXCLUSIVE","features":[3]},{"name":"STATUS_TPM_WRITE_LOCKED","features":[3]},{"name":"STATUS_TPM_WRONGPCRVAL","features":[3]},{"name":"STATUS_TPM_WRONG_ENTITYTYPE","features":[3]},{"name":"STATUS_TPM_ZERO_EXHAUST_ENABLED","features":[3]},{"name":"STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE","features":[3]},{"name":"STATUS_TRANSACTIONAL_CONFLICT","features":[3]},{"name":"STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED","features":[3]},{"name":"STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH","features":[3]},{"name":"STATUS_TRANSACTIONMANAGER_NOT_FOUND","features":[3]},{"name":"STATUS_TRANSACTIONMANAGER_NOT_ONLINE","features":[3]},{"name":"STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION","features":[3]},{"name":"STATUS_TRANSACTIONS_NOT_FROZEN","features":[3]},{"name":"STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE","features":[3]},{"name":"STATUS_TRANSACTION_ABORTED","features":[3]},{"name":"STATUS_TRANSACTION_ALREADY_ABORTED","features":[3]},{"name":"STATUS_TRANSACTION_ALREADY_COMMITTED","features":[3]},{"name":"STATUS_TRANSACTION_FREEZE_IN_PROGRESS","features":[3]},{"name":"STATUS_TRANSACTION_INTEGRITY_VIOLATED","features":[3]},{"name":"STATUS_TRANSACTION_INVALID_ID","features":[3]},{"name":"STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER","features":[3]},{"name":"STATUS_TRANSACTION_INVALID_TYPE","features":[3]},{"name":"STATUS_TRANSACTION_MUST_WRITETHROUGH","features":[3]},{"name":"STATUS_TRANSACTION_NOT_ACTIVE","features":[3]},{"name":"STATUS_TRANSACTION_NOT_ENLISTED","features":[3]},{"name":"STATUS_TRANSACTION_NOT_FOUND","features":[3]},{"name":"STATUS_TRANSACTION_NOT_JOINED","features":[3]},{"name":"STATUS_TRANSACTION_NOT_REQUESTED","features":[3]},{"name":"STATUS_TRANSACTION_NOT_ROOT","features":[3]},{"name":"STATUS_TRANSACTION_NO_MATCH","features":[3]},{"name":"STATUS_TRANSACTION_NO_RELEASE","features":[3]},{"name":"STATUS_TRANSACTION_NO_SUPERIOR","features":[3]},{"name":"STATUS_TRANSACTION_OBJECT_EXPIRED","features":[3]},{"name":"STATUS_TRANSACTION_PROPAGATION_FAILED","features":[3]},{"name":"STATUS_TRANSACTION_RECORD_TOO_LONG","features":[3]},{"name":"STATUS_TRANSACTION_REQUEST_NOT_VALID","features":[3]},{"name":"STATUS_TRANSACTION_REQUIRED_PROMOTION","features":[3]},{"name":"STATUS_TRANSACTION_RESPONDED","features":[3]},{"name":"STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED","features":[3]},{"name":"STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET","features":[3]},{"name":"STATUS_TRANSACTION_SUPERIOR_EXISTS","features":[3]},{"name":"STATUS_TRANSACTION_TIMED_OUT","features":[3]},{"name":"STATUS_TRANSLATION_COMPLETE","features":[3]},{"name":"STATUS_TRANSPORT_FULL","features":[3]},{"name":"STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE","features":[3]},{"name":"STATUS_TRIM_READ_ZERO_NOT_SUPPORTED","features":[3]},{"name":"STATUS_TRUSTED_DOMAIN_FAILURE","features":[3]},{"name":"STATUS_TRUSTED_RELATIONSHIP_FAILURE","features":[3]},{"name":"STATUS_TRUST_FAILURE","features":[3]},{"name":"STATUS_TS_INCOMPATIBLE_SESSIONS","features":[3]},{"name":"STATUS_TS_VIDEO_SUBSYSTEM_ERROR","features":[3]},{"name":"STATUS_TXF_ATTRIBUTE_CORRUPT","features":[3]},{"name":"STATUS_TXF_DIR_NOT_EMPTY","features":[3]},{"name":"STATUS_TXF_METADATA_ALREADY_PRESENT","features":[3]},{"name":"STATUS_UNABLE_TO_DECOMMIT_VM","features":[3]},{"name":"STATUS_UNABLE_TO_DELETE_SECTION","features":[3]},{"name":"STATUS_UNABLE_TO_FREE_VM","features":[3]},{"name":"STATUS_UNABLE_TO_LOCK_MEDIA","features":[3]},{"name":"STATUS_UNABLE_TO_UNLOAD_MEDIA","features":[3]},{"name":"STATUS_UNDEFINED_CHARACTER","features":[3]},{"name":"STATUS_UNDEFINED_SCOPE","features":[3]},{"name":"STATUS_UNEXPECTED_IO_ERROR","features":[3]},{"name":"STATUS_UNEXPECTED_MM_CREATE_ERR","features":[3]},{"name":"STATUS_UNEXPECTED_MM_EXTEND_ERR","features":[3]},{"name":"STATUS_UNEXPECTED_MM_MAP_ERROR","features":[3]},{"name":"STATUS_UNEXPECTED_NETWORK_ERROR","features":[3]},{"name":"STATUS_UNFINISHED_CONTEXT_DELETED","features":[3]},{"name":"STATUS_UNHANDLED_EXCEPTION","features":[3]},{"name":"STATUS_UNKNOWN_REVISION","features":[3]},{"name":"STATUS_UNMAPPABLE_CHARACTER","features":[3]},{"name":"STATUS_UNRECOGNIZED_MEDIA","features":[3]},{"name":"STATUS_UNRECOGNIZED_VOLUME","features":[3]},{"name":"STATUS_UNSATISFIED_DEPENDENCIES","features":[3]},{"name":"STATUS_UNSUCCESSFUL","features":[3]},{"name":"STATUS_UNSUPPORTED_COMPRESSION","features":[3]},{"name":"STATUS_UNSUPPORTED_PAGING_MODE","features":[3]},{"name":"STATUS_UNSUPPORTED_PREAUTH","features":[3]},{"name":"STATUS_UNTRUSTED_MOUNT_POINT","features":[3]},{"name":"STATUS_UNWIND","features":[3]},{"name":"STATUS_UNWIND_CONSOLIDATE","features":[3]},{"name":"STATUS_USER2USER_REQUIRED","features":[3]},{"name":"STATUS_USER_APC","features":[3]},{"name":"STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED","features":[3]},{"name":"STATUS_USER_EXISTS","features":[3]},{"name":"STATUS_USER_MAPPED_FILE","features":[3]},{"name":"STATUS_USER_SESSION_DELETED","features":[3]},{"name":"STATUS_VALIDATE_CONTINUE","features":[3]},{"name":"STATUS_VALID_CATALOG_HASH","features":[3]},{"name":"STATUS_VALID_IMAGE_HASH","features":[3]},{"name":"STATUS_VALID_STRONG_CODE_HASH","features":[3]},{"name":"STATUS_VARIABLE_NOT_FOUND","features":[3]},{"name":"STATUS_VDM_DISALLOWED","features":[3]},{"name":"STATUS_VDM_HARD_ERROR","features":[3]},{"name":"STATUS_VERIFIER_STOP","features":[3]},{"name":"STATUS_VERIFY_REQUIRED","features":[3]},{"name":"STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND","features":[3]},{"name":"STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE","features":[3]},{"name":"STATUS_VHD_BITMAP_MISMATCH","features":[3]},{"name":"STATUS_VHD_BLOCK_ALLOCATION_FAILURE","features":[3]},{"name":"STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT","features":[3]},{"name":"STATUS_VHD_CHANGE_TRACKING_DISABLED","features":[3]},{"name":"STATUS_VHD_CHILD_PARENT_ID_MISMATCH","features":[3]},{"name":"STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH","features":[3]},{"name":"STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH","features":[3]},{"name":"STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE","features":[3]},{"name":"STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED","features":[3]},{"name":"STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT","features":[3]},{"name":"STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH","features":[3]},{"name":"STATUS_VHD_DRIVE_FOOTER_CORRUPT","features":[3]},{"name":"STATUS_VHD_DRIVE_FOOTER_MISSING","features":[3]},{"name":"STATUS_VHD_FORMAT_UNKNOWN","features":[3]},{"name":"STATUS_VHD_FORMAT_UNSUPPORTED_VERSION","features":[3]},{"name":"STATUS_VHD_INVALID_BLOCK_SIZE","features":[3]},{"name":"STATUS_VHD_INVALID_CHANGE_TRACKING_ID","features":[3]},{"name":"STATUS_VHD_INVALID_FILE_SIZE","features":[3]},{"name":"STATUS_VHD_INVALID_SIZE","features":[3]},{"name":"STATUS_VHD_INVALID_STATE","features":[3]},{"name":"STATUS_VHD_INVALID_TYPE","features":[3]},{"name":"STATUS_VHD_METADATA_FULL","features":[3]},{"name":"STATUS_VHD_METADATA_READ_FAILURE","features":[3]},{"name":"STATUS_VHD_METADATA_WRITE_FAILURE","features":[3]},{"name":"STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION","features":[3]},{"name":"STATUS_VHD_PARENT_VHD_ACCESS_DENIED","features":[3]},{"name":"STATUS_VHD_PARENT_VHD_NOT_FOUND","features":[3]},{"name":"STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA","features":[3]},{"name":"STATUS_VHD_SHARED","features":[3]},{"name":"STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH","features":[3]},{"name":"STATUS_VHD_SPARSE_HEADER_CORRUPT","features":[3]},{"name":"STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION","features":[3]},{"name":"STATUS_VHD_UNEXPECTED_ID","features":[3]},{"name":"STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST","features":[3]},{"name":"STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD","features":[3]},{"name":"STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED","features":[3]},{"name":"STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED","features":[3]},{"name":"STATUS_VID_DUPLICATE_HANDLER","features":[3]},{"name":"STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT","features":[3]},{"name":"STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT","features":[3]},{"name":"STATUS_VID_HANDLER_NOT_PRESENT","features":[3]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT","features":[3]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER","features":[3]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_RESERVE","features":[3]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_WITHDRAW","features":[3]},{"name":"STATUS_VID_INVALID_CHILD_GPA_PAGE_SET","features":[3]},{"name":"STATUS_VID_INVALID_GPA_RANGE_HANDLE","features":[3]},{"name":"STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE","features":[3]},{"name":"STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE","features":[3]},{"name":"STATUS_VID_INVALID_NUMA_NODE_INDEX","features":[3]},{"name":"STATUS_VID_INVALID_NUMA_SETTINGS","features":[3]},{"name":"STATUS_VID_INVALID_OBJECT_NAME","features":[3]},{"name":"STATUS_VID_INVALID_PPM_HANDLE","features":[3]},{"name":"STATUS_VID_INVALID_PROCESSOR_STATE","features":[3]},{"name":"STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED","features":[3]},{"name":"STATUS_VID_MBPS_ARE_LOCKED","features":[3]},{"name":"STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE","features":[3]},{"name":"STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT","features":[3]},{"name":"STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET","features":[3]},{"name":"STATUS_VID_MB_STILL_REFERENCED","features":[3]},{"name":"STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED","features":[3]},{"name":"STATUS_VID_MEMORY_TYPE_NOT_SUPPORTED","features":[3]},{"name":"STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS","features":[3]},{"name":"STATUS_VID_MESSAGE_QUEUE_CLOSED","features":[3]},{"name":"STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG","features":[3]},{"name":"STATUS_VID_MMIO_RANGE_DESTROYED","features":[3]},{"name":"STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED","features":[3]},{"name":"STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE","features":[3]},{"name":"STATUS_VID_PAGE_RANGE_OVERFLOW","features":[3]},{"name":"STATUS_VID_PARTITION_ALREADY_EXISTS","features":[3]},{"name":"STATUS_VID_PARTITION_DOES_NOT_EXIST","features":[3]},{"name":"STATUS_VID_PARTITION_NAME_NOT_FOUND","features":[3]},{"name":"STATUS_VID_PARTITION_NAME_TOO_LONG","features":[3]},{"name":"STATUS_VID_PROCESS_ALREADY_SET","features":[3]},{"name":"STATUS_VID_QUEUE_FULL","features":[3]},{"name":"STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED","features":[3]},{"name":"STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED","features":[3]},{"name":"STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL","features":[3]},{"name":"STATUS_VID_SAVED_STATE_CORRUPT","features":[3]},{"name":"STATUS_VID_SAVED_STATE_INCOMPATIBLE","features":[3]},{"name":"STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM","features":[3]},{"name":"STATUS_VID_STOP_PENDING","features":[3]},{"name":"STATUS_VID_TOO_MANY_HANDLERS","features":[3]},{"name":"STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED","features":[3]},{"name":"STATUS_VID_VTL_ACCESS_DENIED","features":[3]},{"name":"STATUS_VIRTDISK_DISK_ALREADY_OWNED","features":[3]},{"name":"STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE","features":[3]},{"name":"STATUS_VIRTDISK_NOT_VIRTUAL_DISK","features":[3]},{"name":"STATUS_VIRTDISK_PROVIDER_NOT_FOUND","features":[3]},{"name":"STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE","features":[3]},{"name":"STATUS_VIRTUAL_CIRCUIT_CLOSED","features":[3]},{"name":"STATUS_VIRTUAL_DISK_LIMITATION","features":[3]},{"name":"STATUS_VIRUS_DELETED","features":[3]},{"name":"STATUS_VIRUS_INFECTED","features":[3]},{"name":"STATUS_VOLMGR_ALL_DISKS_FAILED","features":[3]},{"name":"STATUS_VOLMGR_BAD_BOOT_DISK","features":[3]},{"name":"STATUS_VOLMGR_DATABASE_FULL","features":[3]},{"name":"STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE","features":[3]},{"name":"STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED","features":[3]},{"name":"STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC","features":[3]},{"name":"STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME","features":[3]},{"name":"STATUS_VOLMGR_DISK_DUPLICATE","features":[3]},{"name":"STATUS_VOLMGR_DISK_DYNAMIC","features":[3]},{"name":"STATUS_VOLMGR_DISK_ID_INVALID","features":[3]},{"name":"STATUS_VOLMGR_DISK_INVALID","features":[3]},{"name":"STATUS_VOLMGR_DISK_LAST_VOTER","features":[3]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_INVALID","features":[3]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS","features":[3]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED","features":[3]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL","features":[3]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS","features":[3]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS","features":[3]},{"name":"STATUS_VOLMGR_DISK_MISSING","features":[3]},{"name":"STATUS_VOLMGR_DISK_NOT_EMPTY","features":[3]},{"name":"STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE","features":[3]},{"name":"STATUS_VOLMGR_DISK_REVECTORING_FAILED","features":[3]},{"name":"STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID","features":[3]},{"name":"STATUS_VOLMGR_DISK_SET_NOT_CONTAINED","features":[3]},{"name":"STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS","features":[3]},{"name":"STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES","features":[3]},{"name":"STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED","features":[3]},{"name":"STATUS_VOLMGR_EXTENT_ALREADY_USED","features":[3]},{"name":"STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS","features":[3]},{"name":"STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION","features":[3]},{"name":"STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED","features":[3]},{"name":"STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION","features":[3]},{"name":"STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH","features":[3]},{"name":"STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED","features":[3]},{"name":"STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION","features":[3]},{"name":"STATUS_VOLMGR_INCOMPLETE_REGENERATION","features":[3]},{"name":"STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID","features":[3]},{"name":"STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS","features":[3]},{"name":"STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE","features":[3]},{"name":"STATUS_VOLMGR_MEMBER_INDEX_INVALID","features":[3]},{"name":"STATUS_VOLMGR_MEMBER_IN_SYNC","features":[3]},{"name":"STATUS_VOLMGR_MEMBER_MISSING","features":[3]},{"name":"STATUS_VOLMGR_MEMBER_NOT_DETACHED","features":[3]},{"name":"STATUS_VOLMGR_MEMBER_REGENERATING","features":[3]},{"name":"STATUS_VOLMGR_MIRROR_NOT_SUPPORTED","features":[3]},{"name":"STATUS_VOLMGR_NOTIFICATION_RESET","features":[3]},{"name":"STATUS_VOLMGR_NOT_PRIMARY_PACK","features":[3]},{"name":"STATUS_VOLMGR_NO_REGISTERED_USERS","features":[3]},{"name":"STATUS_VOLMGR_NO_SUCH_USER","features":[3]},{"name":"STATUS_VOLMGR_NO_VALID_LOG_COPIES","features":[3]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID","features":[3]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID","features":[3]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID","features":[3]},{"name":"STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID","features":[3]},{"name":"STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID","features":[3]},{"name":"STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID","features":[3]},{"name":"STATUS_VOLMGR_PACK_CONFIG_OFFLINE","features":[3]},{"name":"STATUS_VOLMGR_PACK_CONFIG_ONLINE","features":[3]},{"name":"STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED","features":[3]},{"name":"STATUS_VOLMGR_PACK_DUPLICATE","features":[3]},{"name":"STATUS_VOLMGR_PACK_HAS_QUORUM","features":[3]},{"name":"STATUS_VOLMGR_PACK_ID_INVALID","features":[3]},{"name":"STATUS_VOLMGR_PACK_INVALID","features":[3]},{"name":"STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED","features":[3]},{"name":"STATUS_VOLMGR_PACK_NAME_INVALID","features":[3]},{"name":"STATUS_VOLMGR_PACK_OFFLINE","features":[3]},{"name":"STATUS_VOLMGR_PACK_WITHOUT_QUORUM","features":[3]},{"name":"STATUS_VOLMGR_PARTITION_STYLE_INVALID","features":[3]},{"name":"STATUS_VOLMGR_PARTITION_UPDATE_FAILED","features":[3]},{"name":"STATUS_VOLMGR_PLEX_INDEX_DUPLICATE","features":[3]},{"name":"STATUS_VOLMGR_PLEX_INDEX_INVALID","features":[3]},{"name":"STATUS_VOLMGR_PLEX_IN_SYNC","features":[3]},{"name":"STATUS_VOLMGR_PLEX_LAST_ACTIVE","features":[3]},{"name":"STATUS_VOLMGR_PLEX_MISSING","features":[3]},{"name":"STATUS_VOLMGR_PLEX_NOT_RAID5","features":[3]},{"name":"STATUS_VOLMGR_PLEX_NOT_SIMPLE","features":[3]},{"name":"STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED","features":[3]},{"name":"STATUS_VOLMGR_PLEX_REGENERATING","features":[3]},{"name":"STATUS_VOLMGR_PLEX_TYPE_INVALID","features":[3]},{"name":"STATUS_VOLMGR_PRIMARY_PACK_PRESENT","features":[3]},{"name":"STATUS_VOLMGR_RAID5_NOT_SUPPORTED","features":[3]},{"name":"STATUS_VOLMGR_STRUCTURE_SIZE_INVALID","features":[3]},{"name":"STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS","features":[3]},{"name":"STATUS_VOLMGR_TRANSACTION_IN_PROGRESS","features":[3]},{"name":"STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE","features":[3]},{"name":"STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK","features":[3]},{"name":"STATUS_VOLMGR_VOLUME_ID_INVALID","features":[3]},{"name":"STATUS_VOLMGR_VOLUME_LENGTH_INVALID","features":[3]},{"name":"STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE","features":[3]},{"name":"STATUS_VOLMGR_VOLUME_MIRRORED","features":[3]},{"name":"STATUS_VOLMGR_VOLUME_NOT_MIRRORED","features":[3]},{"name":"STATUS_VOLMGR_VOLUME_NOT_RETAINED","features":[3]},{"name":"STATUS_VOLMGR_VOLUME_OFFLINE","features":[3]},{"name":"STATUS_VOLMGR_VOLUME_RETAINED","features":[3]},{"name":"STATUS_VOLSNAP_ACTIVATION_TIMEOUT","features":[3]},{"name":"STATUS_VOLSNAP_BOOTFILE_NOT_VALID","features":[3]},{"name":"STATUS_VOLSNAP_HIBERNATE_READY","features":[3]},{"name":"STATUS_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT","features":[3]},{"name":"STATUS_VOLSNAP_PREPARE_HIBERNATE","features":[3]},{"name":"STATUS_VOLUME_DIRTY","features":[3]},{"name":"STATUS_VOLUME_DISMOUNTED","features":[3]},{"name":"STATUS_VOLUME_MOUNTED","features":[3]},{"name":"STATUS_VOLUME_NOT_CLUSTER_ALIGNED","features":[3]},{"name":"STATUS_VOLUME_NOT_SUPPORTED","features":[3]},{"name":"STATUS_VOLUME_NOT_UPGRADED","features":[3]},{"name":"STATUS_VOLUME_UPGRADE_DISABLED","features":[3]},{"name":"STATUS_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED","features":[3]},{"name":"STATUS_VOLUME_UPGRADE_NOT_NEEDED","features":[3]},{"name":"STATUS_VOLUME_UPGRADE_PENDING","features":[3]},{"name":"STATUS_VOLUME_WRITE_ACCESS_DENIED","features":[3]},{"name":"STATUS_VRF_VOLATILE_CFG_AND_IO_ENABLED","features":[3]},{"name":"STATUS_VRF_VOLATILE_NMI_REGISTERED","features":[3]},{"name":"STATUS_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM","features":[3]},{"name":"STATUS_VRF_VOLATILE_NOT_STOPPABLE","features":[3]},{"name":"STATUS_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS","features":[3]},{"name":"STATUS_VRF_VOLATILE_PROTECTED_DRIVER","features":[3]},{"name":"STATUS_VRF_VOLATILE_SAFE_MODE","features":[3]},{"name":"STATUS_VRF_VOLATILE_SETTINGS_CONFLICT","features":[3]},{"name":"STATUS_VSM_DMA_PROTECTION_NOT_IN_USE","features":[3]},{"name":"STATUS_VSM_NOT_INITIALIZED","features":[3]},{"name":"STATUS_WAIT_0","features":[3]},{"name":"STATUS_WAIT_1","features":[3]},{"name":"STATUS_WAIT_2","features":[3]},{"name":"STATUS_WAIT_3","features":[3]},{"name":"STATUS_WAIT_63","features":[3]},{"name":"STATUS_WAIT_FOR_OPLOCK","features":[3]},{"name":"STATUS_WAKE_SYSTEM","features":[3]},{"name":"STATUS_WAKE_SYSTEM_DEBUGGER","features":[3]},{"name":"STATUS_WAS_LOCKED","features":[3]},{"name":"STATUS_WAS_UNLOCKED","features":[3]},{"name":"STATUS_WEAK_WHFBKEY_BLOCKED","features":[3]},{"name":"STATUS_WIM_NOT_BOOTABLE","features":[3]},{"name":"STATUS_WMI_ALREADY_DISABLED","features":[3]},{"name":"STATUS_WMI_ALREADY_ENABLED","features":[3]},{"name":"STATUS_WMI_GUID_DISCONNECTED","features":[3]},{"name":"STATUS_WMI_GUID_NOT_FOUND","features":[3]},{"name":"STATUS_WMI_INSTANCE_NOT_FOUND","features":[3]},{"name":"STATUS_WMI_ITEMID_NOT_FOUND","features":[3]},{"name":"STATUS_WMI_NOT_SUPPORTED","features":[3]},{"name":"STATUS_WMI_READ_ONLY","features":[3]},{"name":"STATUS_WMI_SET_FAILURE","features":[3]},{"name":"STATUS_WMI_TRY_AGAIN","features":[3]},{"name":"STATUS_WOF_FILE_RESOURCE_TABLE_CORRUPT","features":[3]},{"name":"STATUS_WOF_WIM_HEADER_CORRUPT","features":[3]},{"name":"STATUS_WOF_WIM_RESOURCE_TABLE_CORRUPT","features":[3]},{"name":"STATUS_WORKING_SET_LIMIT_RANGE","features":[3]},{"name":"STATUS_WORKING_SET_QUOTA","features":[3]},{"name":"STATUS_WOW_ASSERTION","features":[3]},{"name":"STATUS_WRONG_COMPARTMENT","features":[3]},{"name":"STATUS_WRONG_CREDENTIAL_HANDLE","features":[3]},{"name":"STATUS_WRONG_EFS","features":[3]},{"name":"STATUS_WRONG_PASSWORD_CORE","features":[3]},{"name":"STATUS_WRONG_VOLUME","features":[3]},{"name":"STATUS_WX86_BREAKPOINT","features":[3]},{"name":"STATUS_WX86_CONTINUE","features":[3]},{"name":"STATUS_WX86_CREATEWX86TIB","features":[3]},{"name":"STATUS_WX86_EXCEPTION_CHAIN","features":[3]},{"name":"STATUS_WX86_EXCEPTION_CONTINUE","features":[3]},{"name":"STATUS_WX86_EXCEPTION_LASTCHANCE","features":[3]},{"name":"STATUS_WX86_FLOAT_STACK_CHECK","features":[3]},{"name":"STATUS_WX86_INTERNAL_ERROR","features":[3]},{"name":"STATUS_WX86_SINGLE_STEP","features":[3]},{"name":"STATUS_WX86_UNSIMULATE","features":[3]},{"name":"STATUS_XMLDSIG_ERROR","features":[3]},{"name":"STATUS_XML_ENCODING_MISMATCH","features":[3]},{"name":"STATUS_XML_PARSE_ERROR","features":[3]},{"name":"STG_E_ABNORMALAPIEXIT","features":[3]},{"name":"STG_E_ACCESSDENIED","features":[3]},{"name":"STG_E_BADBASEADDRESS","features":[3]},{"name":"STG_E_CANTSAVE","features":[3]},{"name":"STG_E_CSS_AUTHENTICATION_FAILURE","features":[3]},{"name":"STG_E_CSS_KEY_NOT_ESTABLISHED","features":[3]},{"name":"STG_E_CSS_KEY_NOT_PRESENT","features":[3]},{"name":"STG_E_CSS_REGION_MISMATCH","features":[3]},{"name":"STG_E_CSS_SCRAMBLED_SECTOR","features":[3]},{"name":"STG_E_DEVICE_UNRESPONSIVE","features":[3]},{"name":"STG_E_DISKISWRITEPROTECTED","features":[3]},{"name":"STG_E_DOCFILECORRUPT","features":[3]},{"name":"STG_E_DOCFILETOOLARGE","features":[3]},{"name":"STG_E_EXTANTMARSHALLINGS","features":[3]},{"name":"STG_E_FILEALREADYEXISTS","features":[3]},{"name":"STG_E_FILENOTFOUND","features":[3]},{"name":"STG_E_FIRMWARE_IMAGE_INVALID","features":[3]},{"name":"STG_E_FIRMWARE_SLOT_INVALID","features":[3]},{"name":"STG_E_INCOMPLETE","features":[3]},{"name":"STG_E_INSUFFICIENTMEMORY","features":[3]},{"name":"STG_E_INUSE","features":[3]},{"name":"STG_E_INVALIDFLAG","features":[3]},{"name":"STG_E_INVALIDFUNCTION","features":[3]},{"name":"STG_E_INVALIDHANDLE","features":[3]},{"name":"STG_E_INVALIDHEADER","features":[3]},{"name":"STG_E_INVALIDNAME","features":[3]},{"name":"STG_E_INVALIDPARAMETER","features":[3]},{"name":"STG_E_INVALIDPOINTER","features":[3]},{"name":"STG_E_LOCKVIOLATION","features":[3]},{"name":"STG_E_MEDIUMFULL","features":[3]},{"name":"STG_E_NOMOREFILES","features":[3]},{"name":"STG_E_NOTCURRENT","features":[3]},{"name":"STG_E_NOTFILEBASEDSTORAGE","features":[3]},{"name":"STG_E_NOTSIMPLEFORMAT","features":[3]},{"name":"STG_E_OLDDLL","features":[3]},{"name":"STG_E_OLDFORMAT","features":[3]},{"name":"STG_E_PATHNOTFOUND","features":[3]},{"name":"STG_E_PROPSETMISMATCHED","features":[3]},{"name":"STG_E_READFAULT","features":[3]},{"name":"STG_E_RESETS_EXHAUSTED","features":[3]},{"name":"STG_E_REVERTED","features":[3]},{"name":"STG_E_SEEKERROR","features":[3]},{"name":"STG_E_SHAREREQUIRED","features":[3]},{"name":"STG_E_SHAREVIOLATION","features":[3]},{"name":"STG_E_STATUS_COPY_PROTECTION_FAILURE","features":[3]},{"name":"STG_E_TERMINATED","features":[3]},{"name":"STG_E_TOOMANYOPENFILES","features":[3]},{"name":"STG_E_UNIMPLEMENTEDFUNCTION","features":[3]},{"name":"STG_E_UNKNOWN","features":[3]},{"name":"STG_E_WRITEFAULT","features":[3]},{"name":"STG_S_BLOCK","features":[3]},{"name":"STG_S_CANNOTCONSOLIDATE","features":[3]},{"name":"STG_S_CONSOLIDATIONFAILED","features":[3]},{"name":"STG_S_CONVERTED","features":[3]},{"name":"STG_S_MONITORING","features":[3]},{"name":"STG_S_MULTIPLEOPENS","features":[3]},{"name":"STG_S_POWER_CYCLE_REQUIRED","features":[3]},{"name":"STG_S_RETRYNOW","features":[3]},{"name":"STILL_ACTIVE","features":[3]},{"name":"STORE_ERROR_LICENSE_REVOKED","features":[3]},{"name":"STORE_ERROR_PENDING_COM_TRANSACTION","features":[3]},{"name":"STORE_ERROR_UNLICENSED","features":[3]},{"name":"STORE_ERROR_UNLICENSED_USER","features":[3]},{"name":"STRICT","features":[3]},{"name":"SUCCESS","features":[3]},{"name":"SYSTEMTIME","features":[3]},{"name":"S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG","features":[3]},{"name":"S_FALSE","features":[3]},{"name":"S_OK","features":[3]},{"name":"S_STORE_LAUNCHED_FOR_REMEDIATION","features":[3]},{"name":"SetHandleInformation","features":[3]},{"name":"SetLastError","features":[3]},{"name":"SetLastErrorEx","features":[3]},{"name":"SysAddRefString","features":[3]},{"name":"SysAllocString","features":[3]},{"name":"SysAllocStringByteLen","features":[3]},{"name":"SysAllocStringLen","features":[3]},{"name":"SysFreeString","features":[3]},{"name":"SysReAllocString","features":[3]},{"name":"SysReAllocStringLen","features":[3]},{"name":"SysReleaseString","features":[3]},{"name":"SysStringByteLen","features":[3]},{"name":"SysStringLen","features":[3]},{"name":"TBSIMP_E_BUFFER_TOO_SMALL","features":[3]},{"name":"TBSIMP_E_CLEANUP_FAILED","features":[3]},{"name":"TBSIMP_E_COMMAND_CANCELED","features":[3]},{"name":"TBSIMP_E_COMMAND_FAILED","features":[3]},{"name":"TBSIMP_E_DUPLICATE_VHANDLE","features":[3]},{"name":"TBSIMP_E_HASH_BAD_KEY","features":[3]},{"name":"TBSIMP_E_HASH_TABLE_FULL","features":[3]},{"name":"TBSIMP_E_INVALID_CONTEXT_HANDLE","features":[3]},{"name":"TBSIMP_E_INVALID_CONTEXT_PARAM","features":[3]},{"name":"TBSIMP_E_INVALID_OUTPUT_POINTER","features":[3]},{"name":"TBSIMP_E_INVALID_PARAMETER","features":[3]},{"name":"TBSIMP_E_INVALID_RESOURCE","features":[3]},{"name":"TBSIMP_E_LIST_NOT_FOUND","features":[3]},{"name":"TBSIMP_E_LIST_NO_MORE_ITEMS","features":[3]},{"name":"TBSIMP_E_NOTHING_TO_UNLOAD","features":[3]},{"name":"TBSIMP_E_NOT_ENOUGH_SPACE","features":[3]},{"name":"TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS","features":[3]},{"name":"TBSIMP_E_NO_EVENT_LOG","features":[3]},{"name":"TBSIMP_E_OUT_OF_MEMORY","features":[3]},{"name":"TBSIMP_E_PPI_NOT_SUPPORTED","features":[3]},{"name":"TBSIMP_E_RESOURCE_EXPIRED","features":[3]},{"name":"TBSIMP_E_RPC_INIT_FAILED","features":[3]},{"name":"TBSIMP_E_SCHEDULER_NOT_RUNNING","features":[3]},{"name":"TBSIMP_E_TOO_MANY_RESOURCES","features":[3]},{"name":"TBSIMP_E_TOO_MANY_TBS_CONTEXTS","features":[3]},{"name":"TBSIMP_E_TPM_ERROR","features":[3]},{"name":"TBSIMP_E_TPM_INCOMPATIBLE","features":[3]},{"name":"TBSIMP_E_UNKNOWN_ORDINAL","features":[3]},{"name":"TBS_E_ACCESS_DENIED","features":[3]},{"name":"TBS_E_BAD_PARAMETER","features":[3]},{"name":"TBS_E_BUFFER_TOO_LARGE","features":[3]},{"name":"TBS_E_COMMAND_CANCELED","features":[3]},{"name":"TBS_E_INSUFFICIENT_BUFFER","features":[3]},{"name":"TBS_E_INTERNAL_ERROR","features":[3]},{"name":"TBS_E_INVALID_CONTEXT","features":[3]},{"name":"TBS_E_INVALID_CONTEXT_PARAM","features":[3]},{"name":"TBS_E_INVALID_OUTPUT_POINTER","features":[3]},{"name":"TBS_E_IOERROR","features":[3]},{"name":"TBS_E_NO_EVENT_LOG","features":[3]},{"name":"TBS_E_OWNERAUTH_NOT_FOUND","features":[3]},{"name":"TBS_E_PPI_FUNCTION_UNSUPPORTED","features":[3]},{"name":"TBS_E_PPI_NOT_SUPPORTED","features":[3]},{"name":"TBS_E_PROVISIONING_INCOMPLETE","features":[3]},{"name":"TBS_E_PROVISIONING_NOT_ALLOWED","features":[3]},{"name":"TBS_E_SERVICE_DISABLED","features":[3]},{"name":"TBS_E_SERVICE_NOT_RUNNING","features":[3]},{"name":"TBS_E_SERVICE_START_PENDING","features":[3]},{"name":"TBS_E_TOO_MANY_RESOURCES","features":[3]},{"name":"TBS_E_TOO_MANY_TBS_CONTEXTS","features":[3]},{"name":"TBS_E_TPM_NOT_FOUND","features":[3]},{"name":"TPC_E_INITIALIZE_FAIL","features":[3]},{"name":"TPC_E_INVALID_CONFIGURATION","features":[3]},{"name":"TPC_E_INVALID_DATA_FROM_RECOGNIZER","features":[3]},{"name":"TPC_E_INVALID_INPUT_RECT","features":[3]},{"name":"TPC_E_INVALID_PACKET_DESCRIPTION","features":[3]},{"name":"TPC_E_INVALID_PROPERTY","features":[3]},{"name":"TPC_E_INVALID_RIGHTS","features":[3]},{"name":"TPC_E_INVALID_STROKE","features":[3]},{"name":"TPC_E_NOT_RELEVANT","features":[3]},{"name":"TPC_E_NO_DEFAULT_TABLET","features":[3]},{"name":"TPC_E_OUT_OF_ORDER_CALL","features":[3]},{"name":"TPC_E_QUEUE_FULL","features":[3]},{"name":"TPC_E_RECOGNIZER_NOT_REGISTERED","features":[3]},{"name":"TPC_E_UNKNOWN_PROPERTY","features":[3]},{"name":"TPC_S_INTERRUPTED","features":[3]},{"name":"TPC_S_NO_DATA_TO_PROCESS","features":[3]},{"name":"TPC_S_TRUNCATED","features":[3]},{"name":"TPMAPI_E_ACCESS_DENIED","features":[3]},{"name":"TPMAPI_E_AUTHORIZATION_FAILED","features":[3]},{"name":"TPMAPI_E_AUTHORIZATION_REVOKED","features":[3]},{"name":"TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED","features":[3]},{"name":"TPMAPI_E_BUFFER_TOO_SMALL","features":[3]},{"name":"TPMAPI_E_EMPTY_TCG_LOG","features":[3]},{"name":"TPMAPI_E_ENCRYPTION_FAILED","features":[3]},{"name":"TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL","features":[3]},{"name":"TPMAPI_E_FIPS_RNG_CHECK_FAILED","features":[3]},{"name":"TPMAPI_E_INTERNAL_ERROR","features":[3]},{"name":"TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE","features":[3]},{"name":"TPMAPI_E_INVALID_CONTEXT_HANDLE","features":[3]},{"name":"TPMAPI_E_INVALID_CONTEXT_PARAMS","features":[3]},{"name":"TPMAPI_E_INVALID_DELEGATE_BLOB","features":[3]},{"name":"TPMAPI_E_INVALID_ENCODING","features":[3]},{"name":"TPMAPI_E_INVALID_KEY_BLOB","features":[3]},{"name":"TPMAPI_E_INVALID_KEY_PARAMS","features":[3]},{"name":"TPMAPI_E_INVALID_KEY_SIZE","features":[3]},{"name":"TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB","features":[3]},{"name":"TPMAPI_E_INVALID_OUTPUT_POINTER","features":[3]},{"name":"TPMAPI_E_INVALID_OWNER_AUTH","features":[3]},{"name":"TPMAPI_E_INVALID_PARAMETER","features":[3]},{"name":"TPMAPI_E_INVALID_PCR_DATA","features":[3]},{"name":"TPMAPI_E_INVALID_PCR_INDEX","features":[3]},{"name":"TPMAPI_E_INVALID_POLICYAUTH_BLOB_TYPE","features":[3]},{"name":"TPMAPI_E_INVALID_STATE","features":[3]},{"name":"TPMAPI_E_INVALID_TCG_LOG_ENTRY","features":[3]},{"name":"TPMAPI_E_INVALID_TPM_VERSION","features":[3]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_KEY","features":[3]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER","features":[3]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY","features":[3]},{"name":"TPMAPI_E_MESSAGE_TOO_LARGE","features":[3]},{"name":"TPMAPI_E_NOT_ENOUGH_DATA","features":[3]},{"name":"TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND","features":[3]},{"name":"TPMAPI_E_NV_BITS_NOT_DEFINED","features":[3]},{"name":"TPMAPI_E_NV_BITS_NOT_READY","features":[3]},{"name":"TPMAPI_E_OUT_OF_MEMORY","features":[3]},{"name":"TPMAPI_E_OWNER_AUTH_NOT_NULL","features":[3]},{"name":"TPMAPI_E_POLICY_DENIES_OPERATION","features":[3]},{"name":"TPMAPI_E_SEALING_KEY_CHANGED","features":[3]},{"name":"TPMAPI_E_SEALING_KEY_NOT_AVAILABLE","features":[3]},{"name":"TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE","features":[3]},{"name":"TPMAPI_E_TBS_COMMUNICATION_ERROR","features":[3]},{"name":"TPMAPI_E_TCG_INVALID_DIGEST_ENTRY","features":[3]},{"name":"TPMAPI_E_TCG_SEPARATOR_ABSENT","features":[3]},{"name":"TPMAPI_E_TOO_MUCH_DATA","features":[3]},{"name":"TPMAPI_E_TPM_COMMAND_ERROR","features":[3]},{"name":"TPM_20_E_ASYMMETRIC","features":[3]},{"name":"TPM_20_E_ATTRIBUTES","features":[3]},{"name":"TPM_20_E_AUTHSIZE","features":[3]},{"name":"TPM_20_E_AUTH_CONTEXT","features":[3]},{"name":"TPM_20_E_AUTH_FAIL","features":[3]},{"name":"TPM_20_E_AUTH_MISSING","features":[3]},{"name":"TPM_20_E_AUTH_TYPE","features":[3]},{"name":"TPM_20_E_AUTH_UNAVAILABLE","features":[3]},{"name":"TPM_20_E_BAD_AUTH","features":[3]},{"name":"TPM_20_E_BAD_CONTEXT","features":[3]},{"name":"TPM_20_E_BINDING","features":[3]},{"name":"TPM_20_E_CANCELED","features":[3]},{"name":"TPM_20_E_COMMAND_CODE","features":[3]},{"name":"TPM_20_E_COMMAND_SIZE","features":[3]},{"name":"TPM_20_E_CONTEXT_GAP","features":[3]},{"name":"TPM_20_E_CPHASH","features":[3]},{"name":"TPM_20_E_CURVE","features":[3]},{"name":"TPM_20_E_DISABLED","features":[3]},{"name":"TPM_20_E_ECC_CURVE","features":[3]},{"name":"TPM_20_E_ECC_POINT","features":[3]},{"name":"TPM_20_E_EXCLUSIVE","features":[3]},{"name":"TPM_20_E_EXPIRED","features":[3]},{"name":"TPM_20_E_FAILURE","features":[3]},{"name":"TPM_20_E_HANDLE","features":[3]},{"name":"TPM_20_E_HASH","features":[3]},{"name":"TPM_20_E_HIERARCHY","features":[3]},{"name":"TPM_20_E_HMAC","features":[3]},{"name":"TPM_20_E_INITIALIZE","features":[3]},{"name":"TPM_20_E_INSUFFICIENT","features":[3]},{"name":"TPM_20_E_INTEGRITY","features":[3]},{"name":"TPM_20_E_KDF","features":[3]},{"name":"TPM_20_E_KEY","features":[3]},{"name":"TPM_20_E_KEY_SIZE","features":[3]},{"name":"TPM_20_E_LOCALITY","features":[3]},{"name":"TPM_20_E_LOCKOUT","features":[3]},{"name":"TPM_20_E_MEMORY","features":[3]},{"name":"TPM_20_E_MGF","features":[3]},{"name":"TPM_20_E_MODE","features":[3]},{"name":"TPM_20_E_NEEDS_TEST","features":[3]},{"name":"TPM_20_E_NONCE","features":[3]},{"name":"TPM_20_E_NO_RESULT","features":[3]},{"name":"TPM_20_E_NV_AUTHORIZATION","features":[3]},{"name":"TPM_20_E_NV_DEFINED","features":[3]},{"name":"TPM_20_E_NV_LOCKED","features":[3]},{"name":"TPM_20_E_NV_RANGE","features":[3]},{"name":"TPM_20_E_NV_RATE","features":[3]},{"name":"TPM_20_E_NV_SIZE","features":[3]},{"name":"TPM_20_E_NV_SPACE","features":[3]},{"name":"TPM_20_E_NV_UNAVAILABLE","features":[3]},{"name":"TPM_20_E_NV_UNINITIALIZED","features":[3]},{"name":"TPM_20_E_OBJECT_HANDLES","features":[3]},{"name":"TPM_20_E_OBJECT_MEMORY","features":[3]},{"name":"TPM_20_E_PARENT","features":[3]},{"name":"TPM_20_E_PCR","features":[3]},{"name":"TPM_20_E_PCR_CHANGED","features":[3]},{"name":"TPM_20_E_POLICY","features":[3]},{"name":"TPM_20_E_POLICY_CC","features":[3]},{"name":"TPM_20_E_POLICY_FAIL","features":[3]},{"name":"TPM_20_E_PP","features":[3]},{"name":"TPM_20_E_PRIVATE","features":[3]},{"name":"TPM_20_E_RANGE","features":[3]},{"name":"TPM_20_E_REBOOT","features":[3]},{"name":"TPM_20_E_RESERVED_BITS","features":[3]},{"name":"TPM_20_E_RETRY","features":[3]},{"name":"TPM_20_E_SCHEME","features":[3]},{"name":"TPM_20_E_SELECTOR","features":[3]},{"name":"TPM_20_E_SENSITIVE","features":[3]},{"name":"TPM_20_E_SEQUENCE","features":[3]},{"name":"TPM_20_E_SESSION_HANDLES","features":[3]},{"name":"TPM_20_E_SESSION_MEMORY","features":[3]},{"name":"TPM_20_E_SIGNATURE","features":[3]},{"name":"TPM_20_E_SIZE","features":[3]},{"name":"TPM_20_E_SYMMETRIC","features":[3]},{"name":"TPM_20_E_TAG","features":[3]},{"name":"TPM_20_E_TESTING","features":[3]},{"name":"TPM_20_E_TICKET","features":[3]},{"name":"TPM_20_E_TOO_MANY_CONTEXTS","features":[3]},{"name":"TPM_20_E_TYPE","features":[3]},{"name":"TPM_20_E_UNBALANCED","features":[3]},{"name":"TPM_20_E_UPGRADE","features":[3]},{"name":"TPM_20_E_VALUE","features":[3]},{"name":"TPM_20_E_YIELDED","features":[3]},{"name":"TPM_E_AREA_LOCKED","features":[3]},{"name":"TPM_E_ATTESTATION_CHALLENGE_NOT_SET","features":[3]},{"name":"TPM_E_AUDITFAILURE","features":[3]},{"name":"TPM_E_AUDITFAIL_SUCCESSFUL","features":[3]},{"name":"TPM_E_AUDITFAIL_UNSUCCESSFUL","features":[3]},{"name":"TPM_E_AUTH2FAIL","features":[3]},{"name":"TPM_E_AUTHFAIL","features":[3]},{"name":"TPM_E_AUTH_CONFLICT","features":[3]},{"name":"TPM_E_BADCONTEXT","features":[3]},{"name":"TPM_E_BADINDEX","features":[3]},{"name":"TPM_E_BADTAG","features":[3]},{"name":"TPM_E_BAD_ATTRIBUTES","features":[3]},{"name":"TPM_E_BAD_COUNTER","features":[3]},{"name":"TPM_E_BAD_DATASIZE","features":[3]},{"name":"TPM_E_BAD_DELEGATE","features":[3]},{"name":"TPM_E_BAD_HANDLE","features":[3]},{"name":"TPM_E_BAD_KEY_PROPERTY","features":[3]},{"name":"TPM_E_BAD_LOCALITY","features":[3]},{"name":"TPM_E_BAD_MIGRATION","features":[3]},{"name":"TPM_E_BAD_MODE","features":[3]},{"name":"TPM_E_BAD_ORDINAL","features":[3]},{"name":"TPM_E_BAD_PARAMETER","features":[3]},{"name":"TPM_E_BAD_PARAM_SIZE","features":[3]},{"name":"TPM_E_BAD_PRESENCE","features":[3]},{"name":"TPM_E_BAD_SCHEME","features":[3]},{"name":"TPM_E_BAD_SIGNATURE","features":[3]},{"name":"TPM_E_BAD_TYPE","features":[3]},{"name":"TPM_E_BAD_VERSION","features":[3]},{"name":"TPM_E_BUFFER_LENGTH_MISMATCH","features":[3]},{"name":"TPM_E_CLAIM_TYPE_NOT_SUPPORTED","features":[3]},{"name":"TPM_E_CLEAR_DISABLED","features":[3]},{"name":"TPM_E_COMMAND_BLOCKED","features":[3]},{"name":"TPM_E_CONTEXT_GAP","features":[3]},{"name":"TPM_E_DAA_INPUT_DATA0","features":[3]},{"name":"TPM_E_DAA_INPUT_DATA1","features":[3]},{"name":"TPM_E_DAA_ISSUER_SETTINGS","features":[3]},{"name":"TPM_E_DAA_ISSUER_VALIDITY","features":[3]},{"name":"TPM_E_DAA_RESOURCES","features":[3]},{"name":"TPM_E_DAA_STAGE","features":[3]},{"name":"TPM_E_DAA_TPM_SETTINGS","features":[3]},{"name":"TPM_E_DAA_WRONG_W","features":[3]},{"name":"TPM_E_DEACTIVATED","features":[3]},{"name":"TPM_E_DECRYPT_ERROR","features":[3]},{"name":"TPM_E_DEFEND_LOCK_RUNNING","features":[3]},{"name":"TPM_E_DELEGATE_ADMIN","features":[3]},{"name":"TPM_E_DELEGATE_FAMILY","features":[3]},{"name":"TPM_E_DELEGATE_LOCK","features":[3]},{"name":"TPM_E_DISABLED","features":[3]},{"name":"TPM_E_DISABLED_CMD","features":[3]},{"name":"TPM_E_DOING_SELFTEST","features":[3]},{"name":"TPM_E_DUPLICATE_VHANDLE","features":[3]},{"name":"TPM_E_EMBEDDED_COMMAND_BLOCKED","features":[3]},{"name":"TPM_E_EMBEDDED_COMMAND_UNSUPPORTED","features":[3]},{"name":"TPM_E_ENCRYPT_ERROR","features":[3]},{"name":"TPM_E_ERROR_MASK","features":[3]},{"name":"TPM_E_FAIL","features":[3]},{"name":"TPM_E_FAILEDSELFTEST","features":[3]},{"name":"TPM_E_FAMILYCOUNT","features":[3]},{"name":"TPM_E_INAPPROPRIATE_ENC","features":[3]},{"name":"TPM_E_INAPPROPRIATE_SIG","features":[3]},{"name":"TPM_E_INSTALL_DISABLED","features":[3]},{"name":"TPM_E_INVALID_AUTHHANDLE","features":[3]},{"name":"TPM_E_INVALID_FAMILY","features":[3]},{"name":"TPM_E_INVALID_HANDLE","features":[3]},{"name":"TPM_E_INVALID_KEYHANDLE","features":[3]},{"name":"TPM_E_INVALID_KEYUSAGE","features":[3]},{"name":"TPM_E_INVALID_OWNER_AUTH","features":[3]},{"name":"TPM_E_INVALID_PCR_INFO","features":[3]},{"name":"TPM_E_INVALID_POSTINIT","features":[3]},{"name":"TPM_E_INVALID_RESOURCE","features":[3]},{"name":"TPM_E_INVALID_STRUCTURE","features":[3]},{"name":"TPM_E_IOERROR","features":[3]},{"name":"TPM_E_KEYNOTFOUND","features":[3]},{"name":"TPM_E_KEY_ALREADY_FINALIZED","features":[3]},{"name":"TPM_E_KEY_NOTSUPPORTED","features":[3]},{"name":"TPM_E_KEY_NOT_AUTHENTICATED","features":[3]},{"name":"TPM_E_KEY_NOT_FINALIZED","features":[3]},{"name":"TPM_E_KEY_NOT_LOADED","features":[3]},{"name":"TPM_E_KEY_NOT_SIGNING_KEY","features":[3]},{"name":"TPM_E_KEY_OWNER_CONTROL","features":[3]},{"name":"TPM_E_KEY_USAGE_POLICY_INVALID","features":[3]},{"name":"TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED","features":[3]},{"name":"TPM_E_LOCKED_OUT","features":[3]},{"name":"TPM_E_MAXNVWRITES","features":[3]},{"name":"TPM_E_MA_AUTHORITY","features":[3]},{"name":"TPM_E_MA_DESTINATION","features":[3]},{"name":"TPM_E_MA_SOURCE","features":[3]},{"name":"TPM_E_MA_TICKET_SIGNATURE","features":[3]},{"name":"TPM_E_MIGRATEFAIL","features":[3]},{"name":"TPM_E_NEEDS_SELFTEST","features":[3]},{"name":"TPM_E_NOCONTEXTSPACE","features":[3]},{"name":"TPM_E_NOOPERATOR","features":[3]},{"name":"TPM_E_NOSPACE","features":[3]},{"name":"TPM_E_NOSRK","features":[3]},{"name":"TPM_E_NOTFIPS","features":[3]},{"name":"TPM_E_NOTLOCAL","features":[3]},{"name":"TPM_E_NOTRESETABLE","features":[3]},{"name":"TPM_E_NOTSEALED_BLOB","features":[3]},{"name":"TPM_E_NOT_FULLWRITE","features":[3]},{"name":"TPM_E_NOT_PCR_BOUND","features":[3]},{"name":"TPM_E_NO_ENDORSEMENT","features":[3]},{"name":"TPM_E_NO_KEY_CERTIFICATION","features":[3]},{"name":"TPM_E_NO_NV_PERMISSION","features":[3]},{"name":"TPM_E_NO_WRAP_TRANSPORT","features":[3]},{"name":"TPM_E_OWNER_CONTROL","features":[3]},{"name":"TPM_E_OWNER_SET","features":[3]},{"name":"TPM_E_PCP_AUTHENTICATION_FAILED","features":[3]},{"name":"TPM_E_PCP_AUTHENTICATION_IGNORED","features":[3]},{"name":"TPM_E_PCP_BUFFER_TOO_SMALL","features":[3]},{"name":"TPM_E_PCP_DEVICE_NOT_READY","features":[3]},{"name":"TPM_E_PCP_ERROR_MASK","features":[3]},{"name":"TPM_E_PCP_FLAG_NOT_SUPPORTED","features":[3]},{"name":"TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED","features":[3]},{"name":"TPM_E_PCP_INTERNAL_ERROR","features":[3]},{"name":"TPM_E_PCP_INVALID_HANDLE","features":[3]},{"name":"TPM_E_PCP_INVALID_PARAMETER","features":[3]},{"name":"TPM_E_PCP_KEY_HANDLE_INVALIDATED","features":[3]},{"name":"TPM_E_PCP_KEY_NOT_AIK","features":[3]},{"name":"TPM_E_PCP_NOT_SUPPORTED","features":[3]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_MAY_BE_OUTDATED","features":[3]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_OUTDATED","features":[3]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_REBOOT","features":[3]},{"name":"TPM_E_PCP_POLICY_NOT_FOUND","features":[3]},{"name":"TPM_E_PCP_PROFILE_NOT_FOUND","features":[3]},{"name":"TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED","features":[3]},{"name":"TPM_E_PCP_TICKET_MISSING","features":[3]},{"name":"TPM_E_PCP_UNSUPPORTED_PSS_SALT","features":[3]},{"name":"TPM_E_PCP_VALIDATION_FAILED","features":[3]},{"name":"TPM_E_PCP_WRONG_PARENT","features":[3]},{"name":"TPM_E_PERMANENTEK","features":[3]},{"name":"TPM_E_PER_NOWRITE","features":[3]},{"name":"TPM_E_PPI_ACPI_FAILURE","features":[3]},{"name":"TPM_E_PPI_BIOS_FAILURE","features":[3]},{"name":"TPM_E_PPI_BLOCKED_IN_BIOS","features":[3]},{"name":"TPM_E_PPI_NOT_SUPPORTED","features":[3]},{"name":"TPM_E_PPI_USER_ABORT","features":[3]},{"name":"TPM_E_PROVISIONING_INCOMPLETE","features":[3]},{"name":"TPM_E_READ_ONLY","features":[3]},{"name":"TPM_E_REQUIRES_SIGN","features":[3]},{"name":"TPM_E_RESOURCEMISSING","features":[3]},{"name":"TPM_E_RESOURCES","features":[3]},{"name":"TPM_E_RETRY","features":[3]},{"name":"TPM_E_SHA_ERROR","features":[3]},{"name":"TPM_E_SHA_THREAD","features":[3]},{"name":"TPM_E_SHORTRANDOM","features":[3]},{"name":"TPM_E_SIZE","features":[3]},{"name":"TPM_E_SOFT_KEY_ERROR","features":[3]},{"name":"TPM_E_TOOMANYCONTEXTS","features":[3]},{"name":"TPM_E_TOO_MUCH_DATA","features":[3]},{"name":"TPM_E_TPM_GENERATED_EPS","features":[3]},{"name":"TPM_E_TRANSPORT_NOTEXCLUSIVE","features":[3]},{"name":"TPM_E_VERSION_NOT_SUPPORTED","features":[3]},{"name":"TPM_E_WRITE_LOCKED","features":[3]},{"name":"TPM_E_WRONGPCRVAL","features":[3]},{"name":"TPM_E_WRONG_ENTITYTYPE","features":[3]},{"name":"TPM_E_ZERO_EXHAUST_ENABLED","features":[3]},{"name":"TRUE","features":[3]},{"name":"TRUST_E_ACTION_UNKNOWN","features":[3]},{"name":"TRUST_E_BAD_DIGEST","features":[3]},{"name":"TRUST_E_BASIC_CONSTRAINTS","features":[3]},{"name":"TRUST_E_CERT_SIGNATURE","features":[3]},{"name":"TRUST_E_COUNTER_SIGNER","features":[3]},{"name":"TRUST_E_EXPLICIT_DISTRUST","features":[3]},{"name":"TRUST_E_FAIL","features":[3]},{"name":"TRUST_E_FINANCIAL_CRITERIA","features":[3]},{"name":"TRUST_E_MALFORMED_SIGNATURE","features":[3]},{"name":"TRUST_E_NOSIGNATURE","features":[3]},{"name":"TRUST_E_NO_SIGNER_CERT","features":[3]},{"name":"TRUST_E_PROVIDER_UNKNOWN","features":[3]},{"name":"TRUST_E_SUBJECT_FORM_UNKNOWN","features":[3]},{"name":"TRUST_E_SUBJECT_NOT_TRUSTED","features":[3]},{"name":"TRUST_E_SYSTEM_ERROR","features":[3]},{"name":"TRUST_E_TIME_STAMP","features":[3]},{"name":"TYPE_E_AMBIGUOUSNAME","features":[3]},{"name":"TYPE_E_BADMODULEKIND","features":[3]},{"name":"TYPE_E_BUFFERTOOSMALL","features":[3]},{"name":"TYPE_E_CANTCREATETMPFILE","features":[3]},{"name":"TYPE_E_CANTLOADLIBRARY","features":[3]},{"name":"TYPE_E_CIRCULARTYPE","features":[3]},{"name":"TYPE_E_DLLFUNCTIONNOTFOUND","features":[3]},{"name":"TYPE_E_DUPLICATEID","features":[3]},{"name":"TYPE_E_ELEMENTNOTFOUND","features":[3]},{"name":"TYPE_E_FIELDNOTFOUND","features":[3]},{"name":"TYPE_E_INCONSISTENTPROPFUNCS","features":[3]},{"name":"TYPE_E_INVALIDID","features":[3]},{"name":"TYPE_E_INVALIDSTATE","features":[3]},{"name":"TYPE_E_INVDATAREAD","features":[3]},{"name":"TYPE_E_IOERROR","features":[3]},{"name":"TYPE_E_LIBNOTREGISTERED","features":[3]},{"name":"TYPE_E_NAMECONFLICT","features":[3]},{"name":"TYPE_E_OUTOFBOUNDS","features":[3]},{"name":"TYPE_E_QUALIFIEDNAMEDISALLOWED","features":[3]},{"name":"TYPE_E_REGISTRYACCESS","features":[3]},{"name":"TYPE_E_SIZETOOBIG","features":[3]},{"name":"TYPE_E_TYPEMISMATCH","features":[3]},{"name":"TYPE_E_UNDEFINEDTYPE","features":[3]},{"name":"TYPE_E_UNKNOWNLCID","features":[3]},{"name":"TYPE_E_UNSUPFORMAT","features":[3]},{"name":"TYPE_E_WRONGTYPEKIND","features":[3]},{"name":"UCEERR_BLOCKSFULL","features":[3]},{"name":"UCEERR_CHANNELSYNCABANDONED","features":[3]},{"name":"UCEERR_CHANNELSYNCTIMEDOUT","features":[3]},{"name":"UCEERR_COMMANDTRANSPORTDENIED","features":[3]},{"name":"UCEERR_CONNECTIONIDLOOKUPFAILED","features":[3]},{"name":"UCEERR_CTXSTACKFRSTTARGETNULL","features":[3]},{"name":"UCEERR_FEEDBACK_UNSUPPORTED","features":[3]},{"name":"UCEERR_GRAPHICSSTREAMALREADYOPEN","features":[3]},{"name":"UCEERR_GRAPHICSSTREAMUNAVAILABLE","features":[3]},{"name":"UCEERR_HANDLELOOKUPFAILED","features":[3]},{"name":"UCEERR_ILLEGALHANDLE","features":[3]},{"name":"UCEERR_ILLEGALPACKET","features":[3]},{"name":"UCEERR_ILLEGALRECORDTYPE","features":[3]},{"name":"UCEERR_INVALIDPACKETHEADER","features":[3]},{"name":"UCEERR_MALFORMEDPACKET","features":[3]},{"name":"UCEERR_MEMORYFAILURE","features":[3]},{"name":"UCEERR_MISSINGBEGINCOMMAND","features":[3]},{"name":"UCEERR_MISSINGENDCOMMAND","features":[3]},{"name":"UCEERR_NO_MULTIPLE_WORKER_THREADS","features":[3]},{"name":"UCEERR_OUTOFHANDLES","features":[3]},{"name":"UCEERR_PACKETRECORDOUTOFRANGE","features":[3]},{"name":"UCEERR_PARTITION_ZOMBIED","features":[3]},{"name":"UCEERR_REMOTINGNOTSUPPORTED","features":[3]},{"name":"UCEERR_RENDERTHREADFAILURE","features":[3]},{"name":"UCEERR_TRANSPORTDISCONNECTED","features":[3]},{"name":"UCEERR_TRANSPORTOVERLOADED","features":[3]},{"name":"UCEERR_TRANSPORTUNAVAILABLE","features":[3]},{"name":"UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED","features":[3]},{"name":"UCEERR_UNKNOWNPACKET","features":[3]},{"name":"UCEERR_UNSUPPORTEDTRANSPORTVERSION","features":[3]},{"name":"UI_E_AMBIGUOUS_MATCH","features":[3]},{"name":"UI_E_BOOLEAN_EXPECTED","features":[3]},{"name":"UI_E_CREATE_FAILED","features":[3]},{"name":"UI_E_DIFFERENT_OWNER","features":[3]},{"name":"UI_E_END_KEYFRAME_NOT_DETERMINED","features":[3]},{"name":"UI_E_FP_OVERFLOW","features":[3]},{"name":"UI_E_ILLEGAL_REENTRANCY","features":[3]},{"name":"UI_E_INVALID_DIMENSION","features":[3]},{"name":"UI_E_INVALID_OUTPUT","features":[3]},{"name":"UI_E_LOOPS_OVERLAP","features":[3]},{"name":"UI_E_OBJECT_SEALED","features":[3]},{"name":"UI_E_PRIMITIVE_OUT_OF_BOUNDS","features":[3]},{"name":"UI_E_SHUTDOWN_CALLED","features":[3]},{"name":"UI_E_START_KEYFRAME_AFTER_END","features":[3]},{"name":"UI_E_STORYBOARD_ACTIVE","features":[3]},{"name":"UI_E_STORYBOARD_NOT_PLAYING","features":[3]},{"name":"UI_E_TIMER_CLIENT_ALREADY_CONNECTED","features":[3]},{"name":"UI_E_TIME_BEFORE_LAST_UPDATE","features":[3]},{"name":"UI_E_TRANSITION_ALREADY_USED","features":[3]},{"name":"UI_E_TRANSITION_ECLIPSED","features":[3]},{"name":"UI_E_TRANSITION_NOT_IN_STORYBOARD","features":[3]},{"name":"UI_E_VALUE_NOT_DETERMINED","features":[3]},{"name":"UI_E_VALUE_NOT_SET","features":[3]},{"name":"UI_E_WINDOW_CLOSED","features":[3]},{"name":"UI_E_WRONG_THREAD","features":[3]},{"name":"UNICODE_STRING","features":[3]},{"name":"UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION","features":[3]},{"name":"UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE","features":[3]},{"name":"UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT","features":[3]},{"name":"UTC_E_AOT_NOT_RUNNING","features":[3]},{"name":"UTC_E_API_BUSY","features":[3]},{"name":"UTC_E_API_NOT_SUPPORTED","features":[3]},{"name":"UTC_E_API_RESULT_UNAVAILABLE","features":[3]},{"name":"UTC_E_BINARY_MISSING","features":[3]},{"name":"UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML","features":[3]},{"name":"UTC_E_CERT_REV_FAILED","features":[3]},{"name":"UTC_E_CHILD_PROCESS_FAILED","features":[3]},{"name":"UTC_E_COMMAND_LINE_NOT_AUTHORIZED","features":[3]},{"name":"UTC_E_DELAY_TERMINATED","features":[3]},{"name":"UTC_E_DEVICE_TICKET_ERROR","features":[3]},{"name":"UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH","features":[3]},{"name":"UTC_E_ESCALATION_ALREADY_RUNNING","features":[3]},{"name":"UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN","features":[3]},{"name":"UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS","features":[3]},{"name":"UTC_E_ESCALATION_NOT_AUTHORIZED","features":[3]},{"name":"UTC_E_ESCALATION_TIMED_OUT","features":[3]},{"name":"UTC_E_EVENTLOG_ENTRY_MALFORMED","features":[3]},{"name":"UTC_E_EXCLUSIVITY_NOT_AVAILABLE","features":[3]},{"name":"UTC_E_EXE_TERMINATED","features":[3]},{"name":"UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS","features":[3]},{"name":"UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID","features":[3]},{"name":"UTC_E_FAILED_TO_START_NDISCAP","features":[3]},{"name":"UTC_E_FILTER_FUNCTION_RESTRICTED","features":[3]},{"name":"UTC_E_FILTER_ILLEGAL_EVAL","features":[3]},{"name":"UTC_E_FILTER_INVALID_COMMAND","features":[3]},{"name":"UTC_E_FILTER_INVALID_FUNCTION","features":[3]},{"name":"UTC_E_FILTER_INVALID_FUNCTION_PARAMS","features":[3]},{"name":"UTC_E_FILTER_INVALID_TYPE","features":[3]},{"name":"UTC_E_FILTER_MISSING_ATTRIBUTE","features":[3]},{"name":"UTC_E_FILTER_VARIABLE_NOT_FOUND","features":[3]},{"name":"UTC_E_FILTER_VERSION_MISMATCH","features":[3]},{"name":"UTC_E_FORWARDER_ALREADY_DISABLED","features":[3]},{"name":"UTC_E_FORWARDER_ALREADY_ENABLED","features":[3]},{"name":"UTC_E_FORWARDER_PRODUCER_MISMATCH","features":[3]},{"name":"UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED","features":[3]},{"name":"UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED","features":[3]},{"name":"UTC_E_GETFILE_FILE_PATH_NOT_APPROVED","features":[3]},{"name":"UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE","features":[3]},{"name":"UTC_E_INTENTIONAL_SCRIPT_FAILURE","features":[3]},{"name":"UTC_E_INVALID_AGGREGATION_STRUCT","features":[3]},{"name":"UTC_E_INVALID_CUSTOM_FILTER","features":[3]},{"name":"UTC_E_INVALID_FILTER","features":[3]},{"name":"UTC_E_KERNELDUMP_LIMIT_REACHED","features":[3]},{"name":"UTC_E_MISSING_AGGREGATE_EVENT_TAG","features":[3]},{"name":"UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE","features":[3]},{"name":"UTC_E_NO_WER_LOGGER_SUPPORTED","features":[3]},{"name":"UTC_E_PERFTRACK_ALREADY_TRACING","features":[3]},{"name":"UTC_E_REACHED_MAX_ESCALATIONS","features":[3]},{"name":"UTC_E_REESCALATED_TOO_QUICKLY","features":[3]},{"name":"UTC_E_RPC_TIMEOUT","features":[3]},{"name":"UTC_E_RPC_WAIT_FAILED","features":[3]},{"name":"UTC_E_SCENARIODEF_NOT_FOUND","features":[3]},{"name":"UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH","features":[3]},{"name":"UTC_E_SCENARIO_HAS_NO_ACTIONS","features":[3]},{"name":"UTC_E_SCENARIO_THROTTLED","features":[3]},{"name":"UTC_E_SCRIPT_MISSING","features":[3]},{"name":"UTC_E_SCRIPT_TERMINATED","features":[3]},{"name":"UTC_E_SCRIPT_TYPE_INVALID","features":[3]},{"name":"UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED","features":[3]},{"name":"UTC_E_SETUP_NOT_AUTHORIZED","features":[3]},{"name":"UTC_E_SETUP_TIMED_OUT","features":[3]},{"name":"UTC_E_SIF_NOT_SUPPORTED","features":[3]},{"name":"UTC_E_SQM_INIT_FAILED","features":[3]},{"name":"UTC_E_THROTTLED","features":[3]},{"name":"UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE","features":[3]},{"name":"UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION","features":[3]},{"name":"UTC_E_TIME_TRIGGER_ON_START_INVALID","features":[3]},{"name":"UTC_E_TOGGLE_TRACE_STARTED","features":[3]},{"name":"UTC_E_TRACEPROFILE_NOT_FOUND","features":[3]},{"name":"UTC_E_TRACERS_DONT_EXIST","features":[3]},{"name":"UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED","features":[3]},{"name":"UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET","features":[3]},{"name":"UTC_E_TRACE_NOT_RUNNING","features":[3]},{"name":"UTC_E_TRACE_THROTTLED","features":[3]},{"name":"UTC_E_TRIGGER_MISMATCH","features":[3]},{"name":"UTC_E_TRIGGER_NOT_FOUND","features":[3]},{"name":"UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED","features":[3]},{"name":"UTC_E_TTTRACER_RETURNED_ERROR","features":[3]},{"name":"UTC_E_TTTRACER_STORAGE_FULL","features":[3]},{"name":"UTC_E_UNABLE_TO_RESOLVE_SESSION","features":[3]},{"name":"UTC_E_UNAPPROVED_SCRIPT","features":[3]},{"name":"UTC_E_WINRT_INIT_FAILED","features":[3]},{"name":"VARIANT_BOOL","features":[3]},{"name":"VARIANT_FALSE","features":[3]},{"name":"VARIANT_TRUE","features":[3]},{"name":"VIEW_E_DRAW","features":[3]},{"name":"VIEW_E_FIRST","features":[3]},{"name":"VIEW_E_LAST","features":[3]},{"name":"VIEW_S_ALREADY_FROZEN","features":[3]},{"name":"VIEW_S_FIRST","features":[3]},{"name":"VIEW_S_LAST","features":[3]},{"name":"VM_SAVED_STATE_DUMP_E_GUEST_MEMORY_NOT_FOUND","features":[3]},{"name":"VM_SAVED_STATE_DUMP_E_INVALID_VP_STATE","features":[3]},{"name":"VM_SAVED_STATE_DUMP_E_NESTED_VIRTUALIZATION_NOT_SUPPORTED","features":[3]},{"name":"VM_SAVED_STATE_DUMP_E_NO_VP_FOUND_IN_PARTITION_STATE","features":[3]},{"name":"VM_SAVED_STATE_DUMP_E_PARTITION_STATE_NOT_FOUND","features":[3]},{"name":"VM_SAVED_STATE_DUMP_E_VA_NOT_MAPPED","features":[3]},{"name":"VM_SAVED_STATE_DUMP_E_VP_VTL_NOT_ENABLED","features":[3]},{"name":"VM_SAVED_STATE_DUMP_E_WINDOWS_KERNEL_IMAGE_NOT_FOUND","features":[3]},{"name":"VOLMGR_KSR_BYPASS","features":[3]},{"name":"VOLMGR_KSR_ERROR","features":[3]},{"name":"VOLMGR_KSR_READ_ERROR","features":[3]},{"name":"WAIT_ABANDONED","features":[3]},{"name":"WAIT_ABANDONED_0","features":[3]},{"name":"WAIT_EVENT","features":[3]},{"name":"WAIT_FAILED","features":[3]},{"name":"WAIT_IO_COMPLETION","features":[3]},{"name":"WAIT_OBJECT_0","features":[3]},{"name":"WAIT_TIMEOUT","features":[3]},{"name":"WARNING_IPSEC_MM_POLICY_PRUNED","features":[3]},{"name":"WARNING_IPSEC_QM_POLICY_PRUNED","features":[3]},{"name":"WARNING_NO_MD5_MIGRATION","features":[3]},{"name":"WBREAK_E_BUFFER_TOO_SMALL","features":[3]},{"name":"WBREAK_E_END_OF_TEXT","features":[3]},{"name":"WBREAK_E_INIT_FAILED","features":[3]},{"name":"WBREAK_E_QUERY_ONLY","features":[3]},{"name":"WEB_E_INVALID_JSON_NUMBER","features":[3]},{"name":"WEB_E_INVALID_JSON_STRING","features":[3]},{"name":"WEB_E_INVALID_XML","features":[3]},{"name":"WEB_E_JSON_VALUE_NOT_FOUND","features":[3]},{"name":"WEB_E_MISSING_REQUIRED_ATTRIBUTE","features":[3]},{"name":"WEB_E_MISSING_REQUIRED_ELEMENT","features":[3]},{"name":"WEB_E_RESOURCE_TOO_LARGE","features":[3]},{"name":"WEB_E_UNEXPECTED_CONTENT","features":[3]},{"name":"WEB_E_UNSUPPORTED_FORMAT","features":[3]},{"name":"WEP_E_BUFFER_TOO_LARGE","features":[3]},{"name":"WEP_E_FIXED_DATA_NOT_SUPPORTED","features":[3]},{"name":"WEP_E_HARDWARE_NOT_COMPLIANT","features":[3]},{"name":"WEP_E_LOCK_NOT_CONFIGURED","features":[3]},{"name":"WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES","features":[3]},{"name":"WEP_E_NO_LICENSE","features":[3]},{"name":"WEP_E_OS_NOT_PROTECTED","features":[3]},{"name":"WEP_E_PROTECTION_SUSPENDED","features":[3]},{"name":"WEP_E_UNEXPECTED_FAIL","features":[3]},{"name":"WER_E_ALREADY_REPORTING","features":[3]},{"name":"WER_E_CANCELED","features":[3]},{"name":"WER_E_CRASH_FAILURE","features":[3]},{"name":"WER_E_DUMP_THROTTLED","features":[3]},{"name":"WER_E_INSUFFICIENT_CONSENT","features":[3]},{"name":"WER_E_NETWORK_FAILURE","features":[3]},{"name":"WER_E_NOT_INITIALIZED","features":[3]},{"name":"WER_E_TOO_HEAVY","features":[3]},{"name":"WER_S_ASSERT_CONTINUE","features":[3]},{"name":"WER_S_DISABLED","features":[3]},{"name":"WER_S_DISABLED_ARCHIVE","features":[3]},{"name":"WER_S_DISABLED_QUEUE","features":[3]},{"name":"WER_S_IGNORE_ALL_ASSERTS","features":[3]},{"name":"WER_S_IGNORE_ASSERT_INSTANCE","features":[3]},{"name":"WER_S_REPORT_ASYNC","features":[3]},{"name":"WER_S_REPORT_DEBUG","features":[3]},{"name":"WER_S_REPORT_QUEUED","features":[3]},{"name":"WER_S_REPORT_UPLOADED","features":[3]},{"name":"WER_S_REPORT_UPLOADED_CAB","features":[3]},{"name":"WER_S_SUSPENDED_UPLOAD","features":[3]},{"name":"WER_S_THROTTLED","features":[3]},{"name":"WHV_E_GPA_RANGE_NOT_FOUND","features":[3]},{"name":"WHV_E_INSUFFICIENT_BUFFER","features":[3]},{"name":"WHV_E_INVALID_PARTITION_CONFIG","features":[3]},{"name":"WHV_E_INVALID_VP_REGISTER_NAME","features":[3]},{"name":"WHV_E_INVALID_VP_STATE","features":[3]},{"name":"WHV_E_UNKNOWN_CAPABILITY","features":[3]},{"name":"WHV_E_UNKNOWN_PROPERTY","features":[3]},{"name":"WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG","features":[3]},{"name":"WHV_E_UNSUPPORTED_PROCESSOR_CONFIG","features":[3]},{"name":"WHV_E_VP_ALREADY_EXISTS","features":[3]},{"name":"WHV_E_VP_DOES_NOT_EXIST","features":[3]},{"name":"WIN32_ERROR","features":[3]},{"name":"WINCODEC_ERR_ALREADYLOCKED","features":[3]},{"name":"WINCODEC_ERR_BADHEADER","features":[3]},{"name":"WINCODEC_ERR_BADIMAGE","features":[3]},{"name":"WINCODEC_ERR_BADMETADATAHEADER","features":[3]},{"name":"WINCODEC_ERR_BADSTREAMDATA","features":[3]},{"name":"WINCODEC_ERR_CODECNOTHUMBNAIL","features":[3]},{"name":"WINCODEC_ERR_CODECPRESENT","features":[3]},{"name":"WINCODEC_ERR_CODECTOOMANYSCANLINES","features":[3]},{"name":"WINCODEC_ERR_COMPONENTINITIALIZEFAILURE","features":[3]},{"name":"WINCODEC_ERR_COMPONENTNOTFOUND","features":[3]},{"name":"WINCODEC_ERR_DUPLICATEMETADATAPRESENT","features":[3]},{"name":"WINCODEC_ERR_FRAMEMISSING","features":[3]},{"name":"WINCODEC_ERR_IMAGESIZEOUTOFRANGE","features":[3]},{"name":"WINCODEC_ERR_INSUFFICIENTBUFFER","features":[3]},{"name":"WINCODEC_ERR_INTERNALERROR","features":[3]},{"name":"WINCODEC_ERR_INVALIDJPEGSCANINDEX","features":[3]},{"name":"WINCODEC_ERR_INVALIDPROGRESSIVELEVEL","features":[3]},{"name":"WINCODEC_ERR_INVALIDQUERYCHARACTER","features":[3]},{"name":"WINCODEC_ERR_INVALIDQUERYREQUEST","features":[3]},{"name":"WINCODEC_ERR_INVALIDREGISTRATION","features":[3]},{"name":"WINCODEC_ERR_NOTINITIALIZED","features":[3]},{"name":"WINCODEC_ERR_PALETTEUNAVAILABLE","features":[3]},{"name":"WINCODEC_ERR_PROPERTYNOTFOUND","features":[3]},{"name":"WINCODEC_ERR_PROPERTYNOTSUPPORTED","features":[3]},{"name":"WINCODEC_ERR_PROPERTYSIZE","features":[3]},{"name":"WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE","features":[3]},{"name":"WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT","features":[3]},{"name":"WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS","features":[3]},{"name":"WINCODEC_ERR_STREAMNOTAVAILABLE","features":[3]},{"name":"WINCODEC_ERR_STREAMREAD","features":[3]},{"name":"WINCODEC_ERR_STREAMWRITE","features":[3]},{"name":"WINCODEC_ERR_TOOMUCHMETADATA","features":[3]},{"name":"WINCODEC_ERR_UNEXPECTEDMETADATATYPE","features":[3]},{"name":"WINCODEC_ERR_UNEXPECTEDSIZE","features":[3]},{"name":"WINCODEC_ERR_UNKNOWNIMAGEFORMAT","features":[3]},{"name":"WINCODEC_ERR_UNSUPPORTEDOPERATION","features":[3]},{"name":"WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT","features":[3]},{"name":"WINCODEC_ERR_UNSUPPORTEDVERSION","features":[3]},{"name":"WINCODEC_ERR_VALUEOUTOFRANGE","features":[3]},{"name":"WINCODEC_ERR_WIN32ERROR","features":[3]},{"name":"WINCODEC_ERR_WRONGSTATE","features":[3]},{"name":"WININET_E_ASYNC_THREAD_FAILED","features":[3]},{"name":"WININET_E_BAD_AUTO_PROXY_SCRIPT","features":[3]},{"name":"WININET_E_BAD_OPTION_LENGTH","features":[3]},{"name":"WININET_E_BAD_REGISTRY_PARAMETER","features":[3]},{"name":"WININET_E_CANNOT_CONNECT","features":[3]},{"name":"WININET_E_CHG_POST_IS_NON_SECURE","features":[3]},{"name":"WININET_E_CLIENT_AUTH_CERT_NEEDED","features":[3]},{"name":"WININET_E_CLIENT_AUTH_NOT_SETUP","features":[3]},{"name":"WININET_E_CONNECTION_ABORTED","features":[3]},{"name":"WININET_E_CONNECTION_RESET","features":[3]},{"name":"WININET_E_COOKIE_DECLINED","features":[3]},{"name":"WININET_E_COOKIE_NEEDS_CONFIRMATION","features":[3]},{"name":"WININET_E_DECODING_FAILED","features":[3]},{"name":"WININET_E_DIALOG_PENDING","features":[3]},{"name":"WININET_E_DISCONNECTED","features":[3]},{"name":"WININET_E_DOWNLEVEL_SERVER","features":[3]},{"name":"WININET_E_EXTENDED_ERROR","features":[3]},{"name":"WININET_E_FAILED_DUETOSECURITYCHECK","features":[3]},{"name":"WININET_E_FORCE_RETRY","features":[3]},{"name":"WININET_E_HANDLE_EXISTS","features":[3]},{"name":"WININET_E_HEADER_ALREADY_EXISTS","features":[3]},{"name":"WININET_E_HEADER_NOT_FOUND","features":[3]},{"name":"WININET_E_HTTPS_HTTP_SUBMIT_REDIR","features":[3]},{"name":"WININET_E_HTTPS_TO_HTTP_ON_REDIR","features":[3]},{"name":"WININET_E_HTTP_TO_HTTPS_ON_REDIR","features":[3]},{"name":"WININET_E_INCORRECT_FORMAT","features":[3]},{"name":"WININET_E_INCORRECT_HANDLE_STATE","features":[3]},{"name":"WININET_E_INCORRECT_HANDLE_TYPE","features":[3]},{"name":"WININET_E_INCORRECT_PASSWORD","features":[3]},{"name":"WININET_E_INCORRECT_USER_NAME","features":[3]},{"name":"WININET_E_INTERNAL_ERROR","features":[3]},{"name":"WININET_E_INVALID_CA","features":[3]},{"name":"WININET_E_INVALID_HEADER","features":[3]},{"name":"WININET_E_INVALID_OPERATION","features":[3]},{"name":"WININET_E_INVALID_OPTION","features":[3]},{"name":"WININET_E_INVALID_PROXY_REQUEST","features":[3]},{"name":"WININET_E_INVALID_QUERY_REQUEST","features":[3]},{"name":"WININET_E_INVALID_SERVER_RESPONSE","features":[3]},{"name":"WININET_E_INVALID_URL","features":[3]},{"name":"WININET_E_ITEM_NOT_FOUND","features":[3]},{"name":"WININET_E_LOGIN_FAILURE","features":[3]},{"name":"WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[3]},{"name":"WININET_E_MIXED_SECURITY","features":[3]},{"name":"WININET_E_NAME_NOT_RESOLVED","features":[3]},{"name":"WININET_E_NEED_UI","features":[3]},{"name":"WININET_E_NOT_INITIALIZED","features":[3]},{"name":"WININET_E_NOT_PROXY_REQUEST","features":[3]},{"name":"WININET_E_NOT_REDIRECTED","features":[3]},{"name":"WININET_E_NO_CALLBACK","features":[3]},{"name":"WININET_E_NO_CONTEXT","features":[3]},{"name":"WININET_E_NO_DIRECT_ACCESS","features":[3]},{"name":"WININET_E_NO_NEW_CONTAINERS","features":[3]},{"name":"WININET_E_OPERATION_CANCELLED","features":[3]},{"name":"WININET_E_OPTION_NOT_SETTABLE","features":[3]},{"name":"WININET_E_OUT_OF_HANDLES","features":[3]},{"name":"WININET_E_POST_IS_NON_SECURE","features":[3]},{"name":"WININET_E_PROTOCOL_NOT_FOUND","features":[3]},{"name":"WININET_E_PROXY_SERVER_UNREACHABLE","features":[3]},{"name":"WININET_E_REDIRECT_FAILED","features":[3]},{"name":"WININET_E_REDIRECT_NEEDS_CONFIRMATION","features":[3]},{"name":"WININET_E_REDIRECT_SCHEME_CHANGE","features":[3]},{"name":"WININET_E_REGISTRY_VALUE_NOT_FOUND","features":[3]},{"name":"WININET_E_REQUEST_PENDING","features":[3]},{"name":"WININET_E_RETRY_DIALOG","features":[3]},{"name":"WININET_E_SECURITY_CHANNEL_ERROR","features":[3]},{"name":"WININET_E_SEC_CERT_CN_INVALID","features":[3]},{"name":"WININET_E_SEC_CERT_DATE_INVALID","features":[3]},{"name":"WININET_E_SEC_CERT_ERRORS","features":[3]},{"name":"WININET_E_SEC_CERT_REVOKED","features":[3]},{"name":"WININET_E_SEC_CERT_REV_FAILED","features":[3]},{"name":"WININET_E_SEC_INVALID_CERT","features":[3]},{"name":"WININET_E_SERVER_UNREACHABLE","features":[3]},{"name":"WININET_E_SHUTDOWN","features":[3]},{"name":"WININET_E_TCPIP_NOT_INSTALLED","features":[3]},{"name":"WININET_E_TIMEOUT","features":[3]},{"name":"WININET_E_UNABLE_TO_CACHE_FILE","features":[3]},{"name":"WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT","features":[3]},{"name":"WININET_E_UNRECOGNIZED_SCHEME","features":[3]},{"name":"WINML_ERR_INVALID_BINDING","features":[3]},{"name":"WINML_ERR_INVALID_DEVICE","features":[3]},{"name":"WINML_ERR_SIZE_MISMATCH","features":[3]},{"name":"WINML_ERR_VALUE_NOTFOUND","features":[3]},{"name":"WINVER","features":[3]},{"name":"WINVER_MAXVER","features":[3]},{"name":"WPARAM","features":[3]},{"name":"WPN_E_ACCESS_DENIED","features":[3]},{"name":"WPN_E_ALL_URL_NOT_COMPLETED","features":[3]},{"name":"WPN_E_CALLBACK_ALREADY_REGISTERED","features":[3]},{"name":"WPN_E_CHANNEL_CLOSED","features":[3]},{"name":"WPN_E_CHANNEL_REQUEST_NOT_COMPLETE","features":[3]},{"name":"WPN_E_CLOUD_AUTH_UNAVAILABLE","features":[3]},{"name":"WPN_E_CLOUD_DISABLED","features":[3]},{"name":"WPN_E_CLOUD_DISABLED_FOR_APP","features":[3]},{"name":"WPN_E_CLOUD_INCAPABLE","features":[3]},{"name":"WPN_E_CLOUD_SERVICE_UNAVAILABLE","features":[3]},{"name":"WPN_E_DEV_ID_SIZE","features":[3]},{"name":"WPN_E_DUPLICATE_CHANNEL","features":[3]},{"name":"WPN_E_DUPLICATE_REGISTRATION","features":[3]},{"name":"WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION","features":[3]},{"name":"WPN_E_GROUP_ALPHANUMERIC","features":[3]},{"name":"WPN_E_GROUP_SIZE","features":[3]},{"name":"WPN_E_IMAGE_NOT_FOUND_IN_CACHE","features":[3]},{"name":"WPN_E_INTERNET_INCAPABLE","features":[3]},{"name":"WPN_E_INVALID_APP","features":[3]},{"name":"WPN_E_INVALID_CLOUD_IMAGE","features":[3]},{"name":"WPN_E_INVALID_HTTP_STATUS_CODE","features":[3]},{"name":"WPN_E_NOTIFICATION_DISABLED","features":[3]},{"name":"WPN_E_NOTIFICATION_HIDDEN","features":[3]},{"name":"WPN_E_NOTIFICATION_ID_MATCHED","features":[3]},{"name":"WPN_E_NOTIFICATION_INCAPABLE","features":[3]},{"name":"WPN_E_NOTIFICATION_NOT_POSTED","features":[3]},{"name":"WPN_E_NOTIFICATION_POSTED","features":[3]},{"name":"WPN_E_NOTIFICATION_SIZE","features":[3]},{"name":"WPN_E_NOTIFICATION_TYPE_DISABLED","features":[3]},{"name":"WPN_E_OUTSTANDING_CHANNEL_REQUEST","features":[3]},{"name":"WPN_E_OUT_OF_SESSION","features":[3]},{"name":"WPN_E_PLATFORM_UNAVAILABLE","features":[3]},{"name":"WPN_E_POWER_SAVE","features":[3]},{"name":"WPN_E_PUSH_NOTIFICATION_INCAPABLE","features":[3]},{"name":"WPN_E_STORAGE_LOCKED","features":[3]},{"name":"WPN_E_TAG_ALPHANUMERIC","features":[3]},{"name":"WPN_E_TAG_SIZE","features":[3]},{"name":"WPN_E_TOAST_NOTIFICATION_DROPPED","features":[3]},{"name":"WS_E_ADDRESS_IN_USE","features":[3]},{"name":"WS_E_ADDRESS_NOT_AVAILABLE","features":[3]},{"name":"WS_E_ENDPOINT_ACCESS_DENIED","features":[3]},{"name":"WS_E_ENDPOINT_ACTION_NOT_SUPPORTED","features":[3]},{"name":"WS_E_ENDPOINT_DISCONNECTED","features":[3]},{"name":"WS_E_ENDPOINT_FAILURE","features":[3]},{"name":"WS_E_ENDPOINT_FAULT_RECEIVED","features":[3]},{"name":"WS_E_ENDPOINT_NOT_AVAILABLE","features":[3]},{"name":"WS_E_ENDPOINT_NOT_FOUND","features":[3]},{"name":"WS_E_ENDPOINT_TOO_BUSY","features":[3]},{"name":"WS_E_ENDPOINT_UNREACHABLE","features":[3]},{"name":"WS_E_INVALID_ENDPOINT_URL","features":[3]},{"name":"WS_E_INVALID_FORMAT","features":[3]},{"name":"WS_E_INVALID_OPERATION","features":[3]},{"name":"WS_E_NOT_SUPPORTED","features":[3]},{"name":"WS_E_NO_TRANSLATION_AVAILABLE","features":[3]},{"name":"WS_E_NUMERIC_OVERFLOW","features":[3]},{"name":"WS_E_OBJECT_FAULTED","features":[3]},{"name":"WS_E_OPERATION_ABANDONED","features":[3]},{"name":"WS_E_OPERATION_ABORTED","features":[3]},{"name":"WS_E_OPERATION_TIMED_OUT","features":[3]},{"name":"WS_E_OTHER","features":[3]},{"name":"WS_E_PROXY_ACCESS_DENIED","features":[3]},{"name":"WS_E_PROXY_FAILURE","features":[3]},{"name":"WS_E_PROXY_REQUIRES_BASIC_AUTH","features":[3]},{"name":"WS_E_PROXY_REQUIRES_DIGEST_AUTH","features":[3]},{"name":"WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH","features":[3]},{"name":"WS_E_PROXY_REQUIRES_NTLM_AUTH","features":[3]},{"name":"WS_E_QUOTA_EXCEEDED","features":[3]},{"name":"WS_E_SECURITY_SYSTEM_FAILURE","features":[3]},{"name":"WS_E_SECURITY_TOKEN_EXPIRED","features":[3]},{"name":"WS_E_SECURITY_VERIFICATION_FAILURE","features":[3]},{"name":"WS_E_SERVER_REQUIRES_BASIC_AUTH","features":[3]},{"name":"WS_E_SERVER_REQUIRES_DIGEST_AUTH","features":[3]},{"name":"WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH","features":[3]},{"name":"WS_E_SERVER_REQUIRES_NTLM_AUTH","features":[3]},{"name":"WS_S_ASYNC","features":[3]},{"name":"WS_S_END","features":[3]},{"name":"XACT_E_ABORTED","features":[3]},{"name":"XACT_E_ABORTING","features":[3]},{"name":"XACT_E_ALREADYINPROGRESS","features":[3]},{"name":"XACT_E_ALREADYOTHERSINGLEPHASE","features":[3]},{"name":"XACT_E_CANTRETAIN","features":[3]},{"name":"XACT_E_CLERKEXISTS","features":[3]},{"name":"XACT_E_CLERKNOTFOUND","features":[3]},{"name":"XACT_E_COMMITFAILED","features":[3]},{"name":"XACT_E_COMMITPREVENTED","features":[3]},{"name":"XACT_E_CONNECTION_DENIED","features":[3]},{"name":"XACT_E_CONNECTION_DOWN","features":[3]},{"name":"XACT_E_DEST_TMNOTAVAILABLE","features":[3]},{"name":"XACT_E_FIRST","features":[3]},{"name":"XACT_E_HEURISTICABORT","features":[3]},{"name":"XACT_E_HEURISTICCOMMIT","features":[3]},{"name":"XACT_E_HEURISTICDAMAGE","features":[3]},{"name":"XACT_E_HEURISTICDANGER","features":[3]},{"name":"XACT_E_INDOUBT","features":[3]},{"name":"XACT_E_INVALIDCOOKIE","features":[3]},{"name":"XACT_E_INVALIDLSN","features":[3]},{"name":"XACT_E_ISOLATIONLEVEL","features":[3]},{"name":"XACT_E_LAST","features":[3]},{"name":"XACT_E_LOGFULL","features":[3]},{"name":"XACT_E_LU_TX_DISABLED","features":[3]},{"name":"XACT_E_NETWORK_TX_DISABLED","features":[3]},{"name":"XACT_E_NOASYNC","features":[3]},{"name":"XACT_E_NOENLIST","features":[3]},{"name":"XACT_E_NOIMPORTOBJECT","features":[3]},{"name":"XACT_E_NOISORETAIN","features":[3]},{"name":"XACT_E_NORESOURCE","features":[3]},{"name":"XACT_E_NOTCURRENT","features":[3]},{"name":"XACT_E_NOTIMEOUT","features":[3]},{"name":"XACT_E_NOTRANSACTION","features":[3]},{"name":"XACT_E_NOTSUPPORTED","features":[3]},{"name":"XACT_E_PARTNER_NETWORK_TX_DISABLED","features":[3]},{"name":"XACT_E_PULL_COMM_FAILURE","features":[3]},{"name":"XACT_E_PUSH_COMM_FAILURE","features":[3]},{"name":"XACT_E_RECOVERYINPROGRESS","features":[3]},{"name":"XACT_E_REENLISTTIMEOUT","features":[3]},{"name":"XACT_E_REPLAYREQUEST","features":[3]},{"name":"XACT_E_TIP_CONNECT_FAILED","features":[3]},{"name":"XACT_E_TIP_DISABLED","features":[3]},{"name":"XACT_E_TIP_PROTOCOL_ERROR","features":[3]},{"name":"XACT_E_TIP_PULL_FAILED","features":[3]},{"name":"XACT_E_TMNOTAVAILABLE","features":[3]},{"name":"XACT_E_TRANSACTIONCLOSED","features":[3]},{"name":"XACT_E_UNABLE_TO_LOAD_DTC_PROXY","features":[3]},{"name":"XACT_E_UNABLE_TO_READ_DTC_CONFIG","features":[3]},{"name":"XACT_E_UNKNOWNRMGRID","features":[3]},{"name":"XACT_E_WRONGSTATE","features":[3]},{"name":"XACT_E_WRONGUOW","features":[3]},{"name":"XACT_E_XA_TX_DISABLED","features":[3]},{"name":"XACT_E_XTIONEXISTS","features":[3]},{"name":"XACT_S_ABORTING","features":[3]},{"name":"XACT_S_ALLNORETAIN","features":[3]},{"name":"XACT_S_ASYNC","features":[3]},{"name":"XACT_S_DEFECT","features":[3]},{"name":"XACT_S_FIRST","features":[3]},{"name":"XACT_S_LAST","features":[3]},{"name":"XACT_S_LASTRESOURCEMANAGER","features":[3]},{"name":"XACT_S_LOCALLY_OK","features":[3]},{"name":"XACT_S_MADECHANGESCONTENT","features":[3]},{"name":"XACT_S_MADECHANGESINFORM","features":[3]},{"name":"XACT_S_OKINFORM","features":[3]},{"name":"XACT_S_READONLY","features":[3]},{"name":"XACT_S_SINGLEPHASE","features":[3]},{"name":"XACT_S_SOMENORETAIN","features":[3]},{"name":"XENROLL_E_CANNOT_ADD_ROOT_CERT","features":[3]},{"name":"XENROLL_E_KEYSPEC_SMIME_MISMATCH","features":[3]},{"name":"XENROLL_E_KEY_NOT_EXPORTABLE","features":[3]},{"name":"XENROLL_E_RESPONSE_KA_HASH_MISMATCH","features":[3]},{"name":"XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND","features":[3]},{"name":"XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH","features":[3]},{"name":"_WIN32_IE_MAXVER","features":[3]},{"name":"_WIN32_MAXVER","features":[3]},{"name":"_WIN32_WINDOWS_MAXVER","features":[3]},{"name":"_WIN32_WINNT_MAXVER","features":[3]}],"394":[{"name":"CheckGamingPrivilegeSilently","features":[3,71]},{"name":"CheckGamingPrivilegeSilentlyForUser","features":[3,71]},{"name":"CheckGamingPrivilegeWithUI","features":[71]},{"name":"CheckGamingPrivilegeWithUIForUser","features":[71]},{"name":"GAMESTATS_OPEN_CREATED","features":[71]},{"name":"GAMESTATS_OPEN_OPENED","features":[71]},{"name":"GAMESTATS_OPEN_OPENONLY","features":[71]},{"name":"GAMESTATS_OPEN_OPENORCREATE","features":[71]},{"name":"GAMESTATS_OPEN_RESULT","features":[71]},{"name":"GAMESTATS_OPEN_TYPE","features":[71]},{"name":"GAME_INSTALL_SCOPE","features":[71]},{"name":"GAMING_DEVICE_DEVICE_ID","features":[71]},{"name":"GAMING_DEVICE_DEVICE_ID_NONE","features":[71]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE","features":[71]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_S","features":[71]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_X","features":[71]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_X_DEVKIT","features":[71]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_S","features":[71]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_X","features":[71]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_X_DEVKIT","features":[71]},{"name":"GAMING_DEVICE_MODEL_INFORMATION","features":[71]},{"name":"GAMING_DEVICE_VENDOR_ID","features":[71]},{"name":"GAMING_DEVICE_VENDOR_ID_MICROSOFT","features":[71]},{"name":"GAMING_DEVICE_VENDOR_ID_NONE","features":[71]},{"name":"GIS_ALL_USERS","features":[71]},{"name":"GIS_CURRENT_USER","features":[71]},{"name":"GIS_NOT_INSTALLED","features":[71]},{"name":"GameExplorer","features":[71]},{"name":"GameStatistics","features":[71]},{"name":"GameUICompletionRoutine","features":[71]},{"name":"GetExpandedResourceExclusiveCpuCount","features":[71]},{"name":"GetGamingDeviceModelInformation","features":[71]},{"name":"HasExpandedResources","features":[3,71]},{"name":"ID_GDF_THUMBNAIL_STR","features":[71]},{"name":"ID_GDF_XML_STR","features":[71]},{"name":"IGameExplorer","features":[71]},{"name":"IGameExplorer2","features":[71]},{"name":"IGameStatistics","features":[71]},{"name":"IGameStatisticsMgr","features":[71]},{"name":"IXblIdpAuthManager","features":[71]},{"name":"IXblIdpAuthManager2","features":[71]},{"name":"IXblIdpAuthTokenResult","features":[71]},{"name":"IXblIdpAuthTokenResult2","features":[71]},{"name":"KnownGamingPrivileges","features":[71]},{"name":"PlayerPickerUICompletionRoutine","features":[71]},{"name":"ProcessPendingGameUI","features":[3,71]},{"name":"ReleaseExclusiveCpuSets","features":[71]},{"name":"ShowChangeFriendRelationshipUI","features":[71]},{"name":"ShowChangeFriendRelationshipUIForUser","features":[71]},{"name":"ShowCustomizeUserProfileUI","features":[71]},{"name":"ShowCustomizeUserProfileUIForUser","features":[71]},{"name":"ShowFindFriendsUI","features":[71]},{"name":"ShowFindFriendsUIForUser","features":[71]},{"name":"ShowGameInfoUI","features":[71]},{"name":"ShowGameInfoUIForUser","features":[71]},{"name":"ShowGameInviteUI","features":[71]},{"name":"ShowGameInviteUIForUser","features":[71]},{"name":"ShowGameInviteUIWithContext","features":[71]},{"name":"ShowGameInviteUIWithContextForUser","features":[71]},{"name":"ShowPlayerPickerUI","features":[71]},{"name":"ShowPlayerPickerUIForUser","features":[71]},{"name":"ShowProfileCardUI","features":[71]},{"name":"ShowProfileCardUIForUser","features":[71]},{"name":"ShowTitleAchievementsUI","features":[71]},{"name":"ShowTitleAchievementsUIForUser","features":[71]},{"name":"ShowUserSettingsUI","features":[71]},{"name":"ShowUserSettingsUIForUser","features":[71]},{"name":"TryCancelPendingGameUI","features":[3,71]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS","features":[71]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_LOAD_MSA_ACCOUNT_FAILED","features":[71]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_MSA_INTERRUPT","features":[71]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_NO_ACCOUNT_SET","features":[71]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_OFFLINE_NO_CONSENT","features":[71]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_OFFLINE_SUCCESS","features":[71]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_SUCCESS","features":[71]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_UNKNOWN","features":[71]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_VIEW_NOT_SET","features":[71]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_XBOX_VETO","features":[71]},{"name":"XPRIVILEGE_ADD_FRIEND","features":[71]},{"name":"XPRIVILEGE_BROADCAST","features":[71]},{"name":"XPRIVILEGE_CLOUD_GAMING_JOIN_SESSION","features":[71]},{"name":"XPRIVILEGE_CLOUD_GAMING_MANAGE_SESSION","features":[71]},{"name":"XPRIVILEGE_CLOUD_SAVED_GAMES","features":[71]},{"name":"XPRIVILEGE_COMMUNICATIONS","features":[71]},{"name":"XPRIVILEGE_COMMUNICATION_VOICE_INGAME","features":[71]},{"name":"XPRIVILEGE_COMMUNICATION_VOICE_SKYPE","features":[71]},{"name":"XPRIVILEGE_GAME_DVR","features":[71]},{"name":"XPRIVILEGE_MULTIPLAYER_PARTIES","features":[71]},{"name":"XPRIVILEGE_MULTIPLAYER_SESSIONS","features":[71]},{"name":"XPRIVILEGE_PREMIUM_CONTENT","features":[71]},{"name":"XPRIVILEGE_PREMIUM_VIDEO","features":[71]},{"name":"XPRIVILEGE_PROFILE_VIEWING","features":[71]},{"name":"XPRIVILEGE_PURCHASE_CONTENT","features":[71]},{"name":"XPRIVILEGE_SHARE_CONTENT","features":[71]},{"name":"XPRIVILEGE_SHARE_KINECT_CONTENT","features":[71]},{"name":"XPRIVILEGE_SOCIAL_NETWORK_SHARING","features":[71]},{"name":"XPRIVILEGE_SUBSCRIPTION_CONTENT","features":[71]},{"name":"XPRIVILEGE_USER_CREATED_CONTENT","features":[71]},{"name":"XPRIVILEGE_VIDEO_COMMUNICATIONS","features":[71]},{"name":"XPRIVILEGE_VIEW_FRIENDS_LIST","features":[71]},{"name":"XblIdpAuthManager","features":[71]},{"name":"XblIdpAuthTokenResult","features":[71]}],"395":[{"name":"ALL_SERVICES","features":[72]},{"name":"ALL_SERVICE_TYPES","features":[72]},{"name":"AdjustCalendarDate","features":[3,72]},{"name":"C1_ALPHA","features":[72]},{"name":"C1_BLANK","features":[72]},{"name":"C1_CNTRL","features":[72]},{"name":"C1_DEFINED","features":[72]},{"name":"C1_DIGIT","features":[72]},{"name":"C1_LOWER","features":[72]},{"name":"C1_PUNCT","features":[72]},{"name":"C1_SPACE","features":[72]},{"name":"C1_UPPER","features":[72]},{"name":"C1_XDIGIT","features":[72]},{"name":"C2_ARABICNUMBER","features":[72]},{"name":"C2_BLOCKSEPARATOR","features":[72]},{"name":"C2_COMMONSEPARATOR","features":[72]},{"name":"C2_EUROPENUMBER","features":[72]},{"name":"C2_EUROPESEPARATOR","features":[72]},{"name":"C2_EUROPETERMINATOR","features":[72]},{"name":"C2_LEFTTORIGHT","features":[72]},{"name":"C2_NOTAPPLICABLE","features":[72]},{"name":"C2_OTHERNEUTRAL","features":[72]},{"name":"C2_RIGHTTOLEFT","features":[72]},{"name":"C2_SEGMENTSEPARATOR","features":[72]},{"name":"C2_WHITESPACE","features":[72]},{"name":"C3_ALPHA","features":[72]},{"name":"C3_DIACRITIC","features":[72]},{"name":"C3_FULLWIDTH","features":[72]},{"name":"C3_HALFWIDTH","features":[72]},{"name":"C3_HIGHSURROGATE","features":[72]},{"name":"C3_HIRAGANA","features":[72]},{"name":"C3_IDEOGRAPH","features":[72]},{"name":"C3_KASHIDA","features":[72]},{"name":"C3_KATAKANA","features":[72]},{"name":"C3_LEXICAL","features":[72]},{"name":"C3_LOWSURROGATE","features":[72]},{"name":"C3_NONSPACING","features":[72]},{"name":"C3_NOTAPPLICABLE","features":[72]},{"name":"C3_SYMBOL","features":[72]},{"name":"C3_VOWELMARK","features":[72]},{"name":"CALDATETIME","features":[72]},{"name":"CALDATETIME_DATEUNIT","features":[72]},{"name":"CALINFO_ENUMPROCA","features":[3,72]},{"name":"CALINFO_ENUMPROCEXA","features":[3,72]},{"name":"CALINFO_ENUMPROCEXEX","features":[3,72]},{"name":"CALINFO_ENUMPROCEXW","features":[3,72]},{"name":"CALINFO_ENUMPROCW","features":[3,72]},{"name":"CAL_GREGORIAN","features":[72]},{"name":"CAL_GREGORIAN_ARABIC","features":[72]},{"name":"CAL_GREGORIAN_ME_FRENCH","features":[72]},{"name":"CAL_GREGORIAN_US","features":[72]},{"name":"CAL_GREGORIAN_XLIT_ENGLISH","features":[72]},{"name":"CAL_GREGORIAN_XLIT_FRENCH","features":[72]},{"name":"CAL_HEBREW","features":[72]},{"name":"CAL_HIJRI","features":[72]},{"name":"CAL_ICALINTVALUE","features":[72]},{"name":"CAL_ITWODIGITYEARMAX","features":[72]},{"name":"CAL_IYEAROFFSETRANGE","features":[72]},{"name":"CAL_JAPAN","features":[72]},{"name":"CAL_KOREA","features":[72]},{"name":"CAL_NOUSEROVERRIDE","features":[72]},{"name":"CAL_PERSIAN","features":[72]},{"name":"CAL_RETURN_GENITIVE_NAMES","features":[72]},{"name":"CAL_RETURN_NUMBER","features":[72]},{"name":"CAL_SABBREVDAYNAME1","features":[72]},{"name":"CAL_SABBREVDAYNAME2","features":[72]},{"name":"CAL_SABBREVDAYNAME3","features":[72]},{"name":"CAL_SABBREVDAYNAME4","features":[72]},{"name":"CAL_SABBREVDAYNAME5","features":[72]},{"name":"CAL_SABBREVDAYNAME6","features":[72]},{"name":"CAL_SABBREVDAYNAME7","features":[72]},{"name":"CAL_SABBREVERASTRING","features":[72]},{"name":"CAL_SABBREVMONTHNAME1","features":[72]},{"name":"CAL_SABBREVMONTHNAME10","features":[72]},{"name":"CAL_SABBREVMONTHNAME11","features":[72]},{"name":"CAL_SABBREVMONTHNAME12","features":[72]},{"name":"CAL_SABBREVMONTHNAME13","features":[72]},{"name":"CAL_SABBREVMONTHNAME2","features":[72]},{"name":"CAL_SABBREVMONTHNAME3","features":[72]},{"name":"CAL_SABBREVMONTHNAME4","features":[72]},{"name":"CAL_SABBREVMONTHNAME5","features":[72]},{"name":"CAL_SABBREVMONTHNAME6","features":[72]},{"name":"CAL_SABBREVMONTHNAME7","features":[72]},{"name":"CAL_SABBREVMONTHNAME8","features":[72]},{"name":"CAL_SABBREVMONTHNAME9","features":[72]},{"name":"CAL_SCALNAME","features":[72]},{"name":"CAL_SDAYNAME1","features":[72]},{"name":"CAL_SDAYNAME2","features":[72]},{"name":"CAL_SDAYNAME3","features":[72]},{"name":"CAL_SDAYNAME4","features":[72]},{"name":"CAL_SDAYNAME5","features":[72]},{"name":"CAL_SDAYNAME6","features":[72]},{"name":"CAL_SDAYNAME7","features":[72]},{"name":"CAL_SENGLISHABBREVERANAME","features":[72]},{"name":"CAL_SENGLISHERANAME","features":[72]},{"name":"CAL_SERASTRING","features":[72]},{"name":"CAL_SJAPANESEERAFIRSTYEAR","features":[72]},{"name":"CAL_SLONGDATE","features":[72]},{"name":"CAL_SMONTHDAY","features":[72]},{"name":"CAL_SMONTHNAME1","features":[72]},{"name":"CAL_SMONTHNAME10","features":[72]},{"name":"CAL_SMONTHNAME11","features":[72]},{"name":"CAL_SMONTHNAME12","features":[72]},{"name":"CAL_SMONTHNAME13","features":[72]},{"name":"CAL_SMONTHNAME2","features":[72]},{"name":"CAL_SMONTHNAME3","features":[72]},{"name":"CAL_SMONTHNAME4","features":[72]},{"name":"CAL_SMONTHNAME5","features":[72]},{"name":"CAL_SMONTHNAME6","features":[72]},{"name":"CAL_SMONTHNAME7","features":[72]},{"name":"CAL_SMONTHNAME8","features":[72]},{"name":"CAL_SMONTHNAME9","features":[72]},{"name":"CAL_SRELATIVELONGDATE","features":[72]},{"name":"CAL_SSHORTDATE","features":[72]},{"name":"CAL_SSHORTESTDAYNAME1","features":[72]},{"name":"CAL_SSHORTESTDAYNAME2","features":[72]},{"name":"CAL_SSHORTESTDAYNAME3","features":[72]},{"name":"CAL_SSHORTESTDAYNAME4","features":[72]},{"name":"CAL_SSHORTESTDAYNAME5","features":[72]},{"name":"CAL_SSHORTESTDAYNAME6","features":[72]},{"name":"CAL_SSHORTESTDAYNAME7","features":[72]},{"name":"CAL_SYEARMONTH","features":[72]},{"name":"CAL_TAIWAN","features":[72]},{"name":"CAL_THAI","features":[72]},{"name":"CAL_UMALQURA","features":[72]},{"name":"CAL_USE_CP_ACP","features":[72]},{"name":"CANITER_SKIP_ZEROES","features":[72]},{"name":"CHARSETINFO","features":[72]},{"name":"CMLangConvertCharset","features":[72]},{"name":"CMLangString","features":[72]},{"name":"CMultiLanguage","features":[72]},{"name":"CODEPAGE_ENUMPROCA","features":[3,72]},{"name":"CODEPAGE_ENUMPROCW","features":[3,72]},{"name":"COMPARESTRING_RESULT","features":[72]},{"name":"COMPARE_STRING","features":[72]},{"name":"COMPARE_STRING_FLAGS","features":[72]},{"name":"CORRECTIVE_ACTION","features":[72]},{"name":"CORRECTIVE_ACTION_DELETE","features":[72]},{"name":"CORRECTIVE_ACTION_GET_SUGGESTIONS","features":[72]},{"name":"CORRECTIVE_ACTION_NONE","features":[72]},{"name":"CORRECTIVE_ACTION_REPLACE","features":[72]},{"name":"CPINFO","features":[72]},{"name":"CPINFOEXA","features":[72]},{"name":"CPINFOEXW","features":[72]},{"name":"CPIOD_FORCE_PROMPT","features":[72]},{"name":"CPIOD_PEEK","features":[72]},{"name":"CP_ACP","features":[72]},{"name":"CP_INSTALLED","features":[72]},{"name":"CP_MACCP","features":[72]},{"name":"CP_OEMCP","features":[72]},{"name":"CP_SUPPORTED","features":[72]},{"name":"CP_SYMBOL","features":[72]},{"name":"CP_THREAD_ACP","features":[72]},{"name":"CP_UTF7","features":[72]},{"name":"CP_UTF8","features":[72]},{"name":"CSTR_EQUAL","features":[72]},{"name":"CSTR_GREATER_THAN","features":[72]},{"name":"CSTR_LESS_THAN","features":[72]},{"name":"CTRY_ALBANIA","features":[72]},{"name":"CTRY_ALGERIA","features":[72]},{"name":"CTRY_ARGENTINA","features":[72]},{"name":"CTRY_ARMENIA","features":[72]},{"name":"CTRY_AUSTRALIA","features":[72]},{"name":"CTRY_AUSTRIA","features":[72]},{"name":"CTRY_AZERBAIJAN","features":[72]},{"name":"CTRY_BAHRAIN","features":[72]},{"name":"CTRY_BELARUS","features":[72]},{"name":"CTRY_BELGIUM","features":[72]},{"name":"CTRY_BELIZE","features":[72]},{"name":"CTRY_BOLIVIA","features":[72]},{"name":"CTRY_BRAZIL","features":[72]},{"name":"CTRY_BRUNEI_DARUSSALAM","features":[72]},{"name":"CTRY_BULGARIA","features":[72]},{"name":"CTRY_CANADA","features":[72]},{"name":"CTRY_CARIBBEAN","features":[72]},{"name":"CTRY_CHILE","features":[72]},{"name":"CTRY_COLOMBIA","features":[72]},{"name":"CTRY_COSTA_RICA","features":[72]},{"name":"CTRY_CROATIA","features":[72]},{"name":"CTRY_CZECH","features":[72]},{"name":"CTRY_DEFAULT","features":[72]},{"name":"CTRY_DENMARK","features":[72]},{"name":"CTRY_DOMINICAN_REPUBLIC","features":[72]},{"name":"CTRY_ECUADOR","features":[72]},{"name":"CTRY_EGYPT","features":[72]},{"name":"CTRY_EL_SALVADOR","features":[72]},{"name":"CTRY_ESTONIA","features":[72]},{"name":"CTRY_FAEROE_ISLANDS","features":[72]},{"name":"CTRY_FINLAND","features":[72]},{"name":"CTRY_FRANCE","features":[72]},{"name":"CTRY_GEORGIA","features":[72]},{"name":"CTRY_GERMANY","features":[72]},{"name":"CTRY_GREECE","features":[72]},{"name":"CTRY_GUATEMALA","features":[72]},{"name":"CTRY_HONDURAS","features":[72]},{"name":"CTRY_HONG_KONG","features":[72]},{"name":"CTRY_HUNGARY","features":[72]},{"name":"CTRY_ICELAND","features":[72]},{"name":"CTRY_INDIA","features":[72]},{"name":"CTRY_INDONESIA","features":[72]},{"name":"CTRY_IRAN","features":[72]},{"name":"CTRY_IRAQ","features":[72]},{"name":"CTRY_IRELAND","features":[72]},{"name":"CTRY_ISRAEL","features":[72]},{"name":"CTRY_ITALY","features":[72]},{"name":"CTRY_JAMAICA","features":[72]},{"name":"CTRY_JAPAN","features":[72]},{"name":"CTRY_JORDAN","features":[72]},{"name":"CTRY_KAZAKSTAN","features":[72]},{"name":"CTRY_KENYA","features":[72]},{"name":"CTRY_KUWAIT","features":[72]},{"name":"CTRY_KYRGYZSTAN","features":[72]},{"name":"CTRY_LATVIA","features":[72]},{"name":"CTRY_LEBANON","features":[72]},{"name":"CTRY_LIBYA","features":[72]},{"name":"CTRY_LIECHTENSTEIN","features":[72]},{"name":"CTRY_LITHUANIA","features":[72]},{"name":"CTRY_LUXEMBOURG","features":[72]},{"name":"CTRY_MACAU","features":[72]},{"name":"CTRY_MACEDONIA","features":[72]},{"name":"CTRY_MALAYSIA","features":[72]},{"name":"CTRY_MALDIVES","features":[72]},{"name":"CTRY_MEXICO","features":[72]},{"name":"CTRY_MONACO","features":[72]},{"name":"CTRY_MONGOLIA","features":[72]},{"name":"CTRY_MOROCCO","features":[72]},{"name":"CTRY_NETHERLANDS","features":[72]},{"name":"CTRY_NEW_ZEALAND","features":[72]},{"name":"CTRY_NICARAGUA","features":[72]},{"name":"CTRY_NORWAY","features":[72]},{"name":"CTRY_OMAN","features":[72]},{"name":"CTRY_PAKISTAN","features":[72]},{"name":"CTRY_PANAMA","features":[72]},{"name":"CTRY_PARAGUAY","features":[72]},{"name":"CTRY_PERU","features":[72]},{"name":"CTRY_PHILIPPINES","features":[72]},{"name":"CTRY_POLAND","features":[72]},{"name":"CTRY_PORTUGAL","features":[72]},{"name":"CTRY_PRCHINA","features":[72]},{"name":"CTRY_PUERTO_RICO","features":[72]},{"name":"CTRY_QATAR","features":[72]},{"name":"CTRY_ROMANIA","features":[72]},{"name":"CTRY_RUSSIA","features":[72]},{"name":"CTRY_SAUDI_ARABIA","features":[72]},{"name":"CTRY_SERBIA","features":[72]},{"name":"CTRY_SINGAPORE","features":[72]},{"name":"CTRY_SLOVAK","features":[72]},{"name":"CTRY_SLOVENIA","features":[72]},{"name":"CTRY_SOUTH_AFRICA","features":[72]},{"name":"CTRY_SOUTH_KOREA","features":[72]},{"name":"CTRY_SPAIN","features":[72]},{"name":"CTRY_SWEDEN","features":[72]},{"name":"CTRY_SWITZERLAND","features":[72]},{"name":"CTRY_SYRIA","features":[72]},{"name":"CTRY_TAIWAN","features":[72]},{"name":"CTRY_TATARSTAN","features":[72]},{"name":"CTRY_THAILAND","features":[72]},{"name":"CTRY_TRINIDAD_Y_TOBAGO","features":[72]},{"name":"CTRY_TUNISIA","features":[72]},{"name":"CTRY_TURKEY","features":[72]},{"name":"CTRY_UAE","features":[72]},{"name":"CTRY_UKRAINE","features":[72]},{"name":"CTRY_UNITED_KINGDOM","features":[72]},{"name":"CTRY_UNITED_STATES","features":[72]},{"name":"CTRY_URUGUAY","features":[72]},{"name":"CTRY_UZBEKISTAN","features":[72]},{"name":"CTRY_VENEZUELA","features":[72]},{"name":"CTRY_VIET_NAM","features":[72]},{"name":"CTRY_YEMEN","features":[72]},{"name":"CTRY_ZIMBABWE","features":[72]},{"name":"CT_CTYPE1","features":[72]},{"name":"CT_CTYPE2","features":[72]},{"name":"CT_CTYPE3","features":[72]},{"name":"CURRENCYFMTA","features":[72]},{"name":"CURRENCYFMTW","features":[72]},{"name":"CompareStringA","features":[72]},{"name":"CompareStringEx","features":[3,72]},{"name":"CompareStringOrdinal","features":[3,72]},{"name":"CompareStringW","features":[72]},{"name":"ConvertCalDateTimeToSystemTime","features":[3,72]},{"name":"ConvertDefaultLocale","features":[72]},{"name":"ConvertSystemTimeToCalDateTime","features":[3,72]},{"name":"DATEFMT_ENUMPROCA","features":[3,72]},{"name":"DATEFMT_ENUMPROCEXA","features":[3,72]},{"name":"DATEFMT_ENUMPROCEXEX","features":[3,72]},{"name":"DATEFMT_ENUMPROCEXW","features":[3,72]},{"name":"DATEFMT_ENUMPROCW","features":[3,72]},{"name":"DATE_AUTOLAYOUT","features":[72]},{"name":"DATE_LONGDATE","features":[72]},{"name":"DATE_LTRREADING","features":[72]},{"name":"DATE_MONTHDAY","features":[72]},{"name":"DATE_RTLREADING","features":[72]},{"name":"DATE_SHORTDATE","features":[72]},{"name":"DATE_USE_ALT_CALENDAR","features":[72]},{"name":"DATE_YEARMONTH","features":[72]},{"name":"DayUnit","features":[72]},{"name":"DetectEncodingInfo","features":[72]},{"name":"ELS_GUID_LANGUAGE_DETECTION","features":[72]},{"name":"ELS_GUID_SCRIPT_DETECTION","features":[72]},{"name":"ELS_GUID_TRANSLITERATION_BENGALI_TO_LATIN","features":[72]},{"name":"ELS_GUID_TRANSLITERATION_CYRILLIC_TO_LATIN","features":[72]},{"name":"ELS_GUID_TRANSLITERATION_DEVANAGARI_TO_LATIN","features":[72]},{"name":"ELS_GUID_TRANSLITERATION_HANGUL_DECOMPOSITION","features":[72]},{"name":"ELS_GUID_TRANSLITERATION_HANS_TO_HANT","features":[72]},{"name":"ELS_GUID_TRANSLITERATION_HANT_TO_HANS","features":[72]},{"name":"ELS_GUID_TRANSLITERATION_MALAYALAM_TO_LATIN","features":[72]},{"name":"ENUMTEXTMETRICA","features":[72,14]},{"name":"ENUMTEXTMETRICW","features":[72,14]},{"name":"ENUM_ALL_CALENDARS","features":[72]},{"name":"ENUM_DATE_FORMATS_FLAGS","features":[72]},{"name":"ENUM_SYSTEM_CODE_PAGES_FLAGS","features":[72]},{"name":"ENUM_SYSTEM_LANGUAGE_GROUPS_FLAGS","features":[72]},{"name":"EnumCalendarInfoA","features":[3,72]},{"name":"EnumCalendarInfoExA","features":[3,72]},{"name":"EnumCalendarInfoExEx","features":[3,72]},{"name":"EnumCalendarInfoExW","features":[3,72]},{"name":"EnumCalendarInfoW","features":[3,72]},{"name":"EnumDateFormatsA","features":[3,72]},{"name":"EnumDateFormatsExA","features":[3,72]},{"name":"EnumDateFormatsExEx","features":[3,72]},{"name":"EnumDateFormatsExW","features":[3,72]},{"name":"EnumDateFormatsW","features":[3,72]},{"name":"EnumLanguageGroupLocalesA","features":[3,72]},{"name":"EnumLanguageGroupLocalesW","features":[3,72]},{"name":"EnumSystemCodePagesA","features":[3,72]},{"name":"EnumSystemCodePagesW","features":[3,72]},{"name":"EnumSystemGeoID","features":[3,72]},{"name":"EnumSystemGeoNames","features":[3,72]},{"name":"EnumSystemLanguageGroupsA","features":[3,72]},{"name":"EnumSystemLanguageGroupsW","features":[3,72]},{"name":"EnumSystemLocalesA","features":[3,72]},{"name":"EnumSystemLocalesEx","features":[3,72]},{"name":"EnumSystemLocalesW","features":[3,72]},{"name":"EnumTimeFormatsA","features":[3,72]},{"name":"EnumTimeFormatsEx","features":[3,72]},{"name":"EnumTimeFormatsW","features":[3,72]},{"name":"EnumUILanguagesA","features":[3,72]},{"name":"EnumUILanguagesW","features":[3,72]},{"name":"EraUnit","features":[72]},{"name":"FILEMUIINFO","features":[72]},{"name":"FIND_ENDSWITH","features":[72]},{"name":"FIND_FROMEND","features":[72]},{"name":"FIND_FROMSTART","features":[72]},{"name":"FIND_STARTSWITH","features":[72]},{"name":"FOLD_STRING_MAP_FLAGS","features":[72]},{"name":"FONTSIGNATURE","features":[72]},{"name":"FindNLSString","features":[72]},{"name":"FindNLSStringEx","features":[3,72]},{"name":"FindStringOrdinal","features":[3,72]},{"name":"FoldStringA","features":[72]},{"name":"FoldStringW","features":[72]},{"name":"GEOCLASS_ALL","features":[72]},{"name":"GEOCLASS_NATION","features":[72]},{"name":"GEOCLASS_REGION","features":[72]},{"name":"GEOID_NOT_AVAILABLE","features":[72]},{"name":"GEO_CURRENCYCODE","features":[72]},{"name":"GEO_CURRENCYSYMBOL","features":[72]},{"name":"GEO_DIALINGCODE","features":[72]},{"name":"GEO_ENUMNAMEPROC","features":[3,72]},{"name":"GEO_ENUMPROC","features":[3,72]},{"name":"GEO_FRIENDLYNAME","features":[72]},{"name":"GEO_ID","features":[72]},{"name":"GEO_ISO2","features":[72]},{"name":"GEO_ISO3","features":[72]},{"name":"GEO_ISO_UN_NUMBER","features":[72]},{"name":"GEO_LATITUDE","features":[72]},{"name":"GEO_LCID","features":[72]},{"name":"GEO_LONGITUDE","features":[72]},{"name":"GEO_NAME","features":[72]},{"name":"GEO_NATION","features":[72]},{"name":"GEO_OFFICIALLANGUAGES","features":[72]},{"name":"GEO_OFFICIALNAME","features":[72]},{"name":"GEO_PARENT","features":[72]},{"name":"GEO_RFC1766","features":[72]},{"name":"GEO_TIMEZONES","features":[72]},{"name":"GOFFSET","features":[72]},{"name":"GSS_ALLOW_INHERITED_COMMON","features":[72]},{"name":"GetACP","features":[72]},{"name":"GetCPInfo","features":[3,72]},{"name":"GetCPInfoExA","features":[3,72]},{"name":"GetCPInfoExW","features":[3,72]},{"name":"GetCalendarDateFormatEx","features":[3,72]},{"name":"GetCalendarInfoA","features":[72]},{"name":"GetCalendarInfoEx","features":[72]},{"name":"GetCalendarInfoW","features":[72]},{"name":"GetCalendarSupportedDateRange","features":[3,72]},{"name":"GetCurrencyFormatA","features":[72]},{"name":"GetCurrencyFormatEx","features":[72]},{"name":"GetCurrencyFormatW","features":[72]},{"name":"GetDateFormatA","features":[3,72]},{"name":"GetDateFormatEx","features":[3,72]},{"name":"GetDateFormatW","features":[3,72]},{"name":"GetDistanceOfClosestLanguageInList","features":[72]},{"name":"GetDurationFormat","features":[3,72]},{"name":"GetDurationFormatEx","features":[3,72]},{"name":"GetFileMUIInfo","features":[3,72]},{"name":"GetFileMUIPath","features":[3,72]},{"name":"GetGeoInfoA","features":[72]},{"name":"GetGeoInfoEx","features":[72]},{"name":"GetGeoInfoW","features":[72]},{"name":"GetLocaleInfoA","features":[72]},{"name":"GetLocaleInfoEx","features":[72]},{"name":"GetLocaleInfoW","features":[72]},{"name":"GetNLSVersion","features":[3,72]},{"name":"GetNLSVersionEx","features":[3,72]},{"name":"GetNumberFormatA","features":[72]},{"name":"GetNumberFormatEx","features":[72]},{"name":"GetNumberFormatW","features":[72]},{"name":"GetOEMCP","features":[72]},{"name":"GetProcessPreferredUILanguages","features":[3,72]},{"name":"GetStringScripts","features":[72]},{"name":"GetStringTypeA","features":[3,72]},{"name":"GetStringTypeExA","features":[3,72]},{"name":"GetStringTypeExW","features":[3,72]},{"name":"GetStringTypeW","features":[3,72]},{"name":"GetSystemDefaultLCID","features":[72]},{"name":"GetSystemDefaultLangID","features":[72]},{"name":"GetSystemDefaultLocaleName","features":[72]},{"name":"GetSystemDefaultUILanguage","features":[72]},{"name":"GetSystemPreferredUILanguages","features":[3,72]},{"name":"GetTextCharset","features":[72,14]},{"name":"GetTextCharsetInfo","features":[72,14]},{"name":"GetThreadLocale","features":[72]},{"name":"GetThreadPreferredUILanguages","features":[3,72]},{"name":"GetThreadUILanguage","features":[72]},{"name":"GetTimeFormatA","features":[3,72]},{"name":"GetTimeFormatEx","features":[3,72]},{"name":"GetTimeFormatW","features":[3,72]},{"name":"GetUILanguageInfo","features":[3,72]},{"name":"GetUserDefaultGeoName","features":[72]},{"name":"GetUserDefaultLCID","features":[72]},{"name":"GetUserDefaultLangID","features":[72]},{"name":"GetUserDefaultLocaleName","features":[72]},{"name":"GetUserDefaultUILanguage","features":[72]},{"name":"GetUserGeoID","features":[72]},{"name":"GetUserPreferredUILanguages","features":[3,72]},{"name":"HIGHLEVEL_SERVICE_TYPES","features":[72]},{"name":"HIGH_SURROGATE_END","features":[72]},{"name":"HIGH_SURROGATE_START","features":[72]},{"name":"HSAVEDUILANGUAGES","features":[72]},{"name":"HourUnit","features":[72]},{"name":"IComprehensiveSpellCheckProvider","features":[72]},{"name":"IDN_ALLOW_UNASSIGNED","features":[72]},{"name":"IDN_EMAIL_ADDRESS","features":[72]},{"name":"IDN_RAW_PUNYCODE","features":[72]},{"name":"IDN_USE_STD3_ASCII_RULES","features":[72]},{"name":"IEnumCodePage","features":[72]},{"name":"IEnumRfc1766","features":[72]},{"name":"IEnumScript","features":[72]},{"name":"IEnumSpellingError","features":[72]},{"name":"IMLangCodePages","features":[72]},{"name":"IMLangConvertCharset","features":[72]},{"name":"IMLangFontLink","features":[72]},{"name":"IMLangFontLink2","features":[72]},{"name":"IMLangLineBreakConsole","features":[72]},{"name":"IMLangString","features":[72]},{"name":"IMLangStringAStr","features":[72]},{"name":"IMLangStringBufA","features":[72]},{"name":"IMLangStringBufW","features":[72]},{"name":"IMLangStringWStr","features":[72]},{"name":"IMultiLanguage","features":[72]},{"name":"IMultiLanguage2","features":[72]},{"name":"IMultiLanguage3","features":[72]},{"name":"IOptionDescription","features":[72]},{"name":"IS_TEXT_UNICODE_ASCII16","features":[72]},{"name":"IS_TEXT_UNICODE_CONTROLS","features":[72]},{"name":"IS_TEXT_UNICODE_ILLEGAL_CHARS","features":[72]},{"name":"IS_TEXT_UNICODE_NOT_ASCII_MASK","features":[72]},{"name":"IS_TEXT_UNICODE_NOT_UNICODE_MASK","features":[72]},{"name":"IS_TEXT_UNICODE_NULL_BYTES","features":[72]},{"name":"IS_TEXT_UNICODE_ODD_LENGTH","features":[72]},{"name":"IS_TEXT_UNICODE_RESULT","features":[72]},{"name":"IS_TEXT_UNICODE_REVERSE_ASCII16","features":[72]},{"name":"IS_TEXT_UNICODE_REVERSE_CONTROLS","features":[72]},{"name":"IS_TEXT_UNICODE_REVERSE_MASK","features":[72]},{"name":"IS_TEXT_UNICODE_REVERSE_SIGNATURE","features":[72]},{"name":"IS_TEXT_UNICODE_REVERSE_STATISTICS","features":[72]},{"name":"IS_TEXT_UNICODE_SIGNATURE","features":[72]},{"name":"IS_TEXT_UNICODE_STATISTICS","features":[72]},{"name":"IS_TEXT_UNICODE_UNICODE_MASK","features":[72]},{"name":"IS_VALID_LOCALE_FLAGS","features":[72]},{"name":"ISpellCheckProvider","features":[72]},{"name":"ISpellCheckProviderFactory","features":[72]},{"name":"ISpellChecker","features":[72]},{"name":"ISpellChecker2","features":[72]},{"name":"ISpellCheckerChangedEventHandler","features":[72]},{"name":"ISpellCheckerFactory","features":[72]},{"name":"ISpellingError","features":[72]},{"name":"IUserDictionariesRegistrar","features":[72]},{"name":"IdnToAscii","features":[72]},{"name":"IdnToNameprepUnicode","features":[72]},{"name":"IdnToUnicode","features":[72]},{"name":"IsCalendarLeapYear","features":[3,72]},{"name":"IsDBCSLeadByte","features":[3,72]},{"name":"IsDBCSLeadByteEx","features":[3,72]},{"name":"IsNLSDefinedString","features":[3,72]},{"name":"IsNormalizedString","features":[3,72]},{"name":"IsTextUnicode","features":[3,72]},{"name":"IsValidCodePage","features":[3,72]},{"name":"IsValidLanguageGroup","features":[3,72]},{"name":"IsValidLocale","features":[3,72]},{"name":"IsValidLocaleName","features":[3,72]},{"name":"IsValidNLSVersion","features":[72]},{"name":"IsWellFormedTag","features":[72]},{"name":"LANGGROUPLOCALE_ENUMPROCA","features":[3,72]},{"name":"LANGGROUPLOCALE_ENUMPROCW","features":[3,72]},{"name":"LANGUAGEGROUP_ENUMPROCA","features":[3,72]},{"name":"LANGUAGEGROUP_ENUMPROCW","features":[3,72]},{"name":"LANG_SYSTEM_DEFAULT","features":[72]},{"name":"LANG_USER_DEFAULT","features":[72]},{"name":"LCIDToLocaleName","features":[72]},{"name":"LCID_ALTERNATE_SORTS","features":[72]},{"name":"LCID_INSTALLED","features":[72]},{"name":"LCID_SUPPORTED","features":[72]},{"name":"LCMAP_BYTEREV","features":[72]},{"name":"LCMAP_FULLWIDTH","features":[72]},{"name":"LCMAP_HALFWIDTH","features":[72]},{"name":"LCMAP_HASH","features":[72]},{"name":"LCMAP_HIRAGANA","features":[72]},{"name":"LCMAP_KATAKANA","features":[72]},{"name":"LCMAP_LINGUISTIC_CASING","features":[72]},{"name":"LCMAP_LOWERCASE","features":[72]},{"name":"LCMAP_SIMPLIFIED_CHINESE","features":[72]},{"name":"LCMAP_SORTHANDLE","features":[72]},{"name":"LCMAP_SORTKEY","features":[72]},{"name":"LCMAP_TITLECASE","features":[72]},{"name":"LCMAP_TRADITIONAL_CHINESE","features":[72]},{"name":"LCMAP_UPPERCASE","features":[72]},{"name":"LCMapStringA","features":[72]},{"name":"LCMapStringEx","features":[3,72]},{"name":"LCMapStringW","features":[72]},{"name":"LGRPID_ARABIC","features":[72]},{"name":"LGRPID_ARMENIAN","features":[72]},{"name":"LGRPID_BALTIC","features":[72]},{"name":"LGRPID_CENTRAL_EUROPE","features":[72]},{"name":"LGRPID_CYRILLIC","features":[72]},{"name":"LGRPID_GEORGIAN","features":[72]},{"name":"LGRPID_GREEK","features":[72]},{"name":"LGRPID_HEBREW","features":[72]},{"name":"LGRPID_INDIC","features":[72]},{"name":"LGRPID_INSTALLED","features":[72]},{"name":"LGRPID_JAPANESE","features":[72]},{"name":"LGRPID_KOREAN","features":[72]},{"name":"LGRPID_SIMPLIFIED_CHINESE","features":[72]},{"name":"LGRPID_SUPPORTED","features":[72]},{"name":"LGRPID_THAI","features":[72]},{"name":"LGRPID_TRADITIONAL_CHINESE","features":[72]},{"name":"LGRPID_TURKIC","features":[72]},{"name":"LGRPID_TURKISH","features":[72]},{"name":"LGRPID_VIETNAMESE","features":[72]},{"name":"LGRPID_WESTERN_EUROPE","features":[72]},{"name":"LINGUISTIC_IGNORECASE","features":[72]},{"name":"LINGUISTIC_IGNOREDIACRITIC","features":[72]},{"name":"LOCALESIGNATURE","features":[72]},{"name":"LOCALE_ALL","features":[72]},{"name":"LOCALE_ALLOW_NEUTRAL_NAMES","features":[72]},{"name":"LOCALE_ALTERNATE_SORTS","features":[72]},{"name":"LOCALE_ENUMPROCA","features":[3,72]},{"name":"LOCALE_ENUMPROCEX","features":[3,72]},{"name":"LOCALE_ENUMPROCW","features":[3,72]},{"name":"LOCALE_FONTSIGNATURE","features":[72]},{"name":"LOCALE_ICALENDARTYPE","features":[72]},{"name":"LOCALE_ICENTURY","features":[72]},{"name":"LOCALE_ICONSTRUCTEDLOCALE","features":[72]},{"name":"LOCALE_ICOUNTRY","features":[72]},{"name":"LOCALE_ICURRDIGITS","features":[72]},{"name":"LOCALE_ICURRENCY","features":[72]},{"name":"LOCALE_IDATE","features":[72]},{"name":"LOCALE_IDAYLZERO","features":[72]},{"name":"LOCALE_IDEFAULTANSICODEPAGE","features":[72]},{"name":"LOCALE_IDEFAULTCODEPAGE","features":[72]},{"name":"LOCALE_IDEFAULTCOUNTRY","features":[72]},{"name":"LOCALE_IDEFAULTEBCDICCODEPAGE","features":[72]},{"name":"LOCALE_IDEFAULTLANGUAGE","features":[72]},{"name":"LOCALE_IDEFAULTMACCODEPAGE","features":[72]},{"name":"LOCALE_IDIALINGCODE","features":[72]},{"name":"LOCALE_IDIGITS","features":[72]},{"name":"LOCALE_IDIGITSUBSTITUTION","features":[72]},{"name":"LOCALE_IFIRSTDAYOFWEEK","features":[72]},{"name":"LOCALE_IFIRSTWEEKOFYEAR","features":[72]},{"name":"LOCALE_IGEOID","features":[72]},{"name":"LOCALE_IINTLCURRDIGITS","features":[72]},{"name":"LOCALE_ILANGUAGE","features":[72]},{"name":"LOCALE_ILDATE","features":[72]},{"name":"LOCALE_ILZERO","features":[72]},{"name":"LOCALE_IMEASURE","features":[72]},{"name":"LOCALE_IMONLZERO","features":[72]},{"name":"LOCALE_INEGATIVEPERCENT","features":[72]},{"name":"LOCALE_INEGCURR","features":[72]},{"name":"LOCALE_INEGNUMBER","features":[72]},{"name":"LOCALE_INEGSEPBYSPACE","features":[72]},{"name":"LOCALE_INEGSIGNPOSN","features":[72]},{"name":"LOCALE_INEGSYMPRECEDES","features":[72]},{"name":"LOCALE_INEUTRAL","features":[72]},{"name":"LOCALE_IOPTIONALCALENDAR","features":[72]},{"name":"LOCALE_IPAPERSIZE","features":[72]},{"name":"LOCALE_IPOSITIVEPERCENT","features":[72]},{"name":"LOCALE_IPOSSEPBYSPACE","features":[72]},{"name":"LOCALE_IPOSSIGNPOSN","features":[72]},{"name":"LOCALE_IPOSSYMPRECEDES","features":[72]},{"name":"LOCALE_IREADINGLAYOUT","features":[72]},{"name":"LOCALE_ITIME","features":[72]},{"name":"LOCALE_ITIMEMARKPOSN","features":[72]},{"name":"LOCALE_ITLZERO","features":[72]},{"name":"LOCALE_IUSEUTF8LEGACYACP","features":[72]},{"name":"LOCALE_IUSEUTF8LEGACYOEMCP","features":[72]},{"name":"LOCALE_NAME_INVARIANT","features":[72]},{"name":"LOCALE_NAME_SYSTEM_DEFAULT","features":[72]},{"name":"LOCALE_NEUTRALDATA","features":[72]},{"name":"LOCALE_NOUSEROVERRIDE","features":[72]},{"name":"LOCALE_REPLACEMENT","features":[72]},{"name":"LOCALE_RETURN_GENITIVE_NAMES","features":[72]},{"name":"LOCALE_RETURN_NUMBER","features":[72]},{"name":"LOCALE_S1159","features":[72]},{"name":"LOCALE_S2359","features":[72]},{"name":"LOCALE_SABBREVCTRYNAME","features":[72]},{"name":"LOCALE_SABBREVDAYNAME1","features":[72]},{"name":"LOCALE_SABBREVDAYNAME2","features":[72]},{"name":"LOCALE_SABBREVDAYNAME3","features":[72]},{"name":"LOCALE_SABBREVDAYNAME4","features":[72]},{"name":"LOCALE_SABBREVDAYNAME5","features":[72]},{"name":"LOCALE_SABBREVDAYNAME6","features":[72]},{"name":"LOCALE_SABBREVDAYNAME7","features":[72]},{"name":"LOCALE_SABBREVLANGNAME","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME1","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME10","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME11","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME12","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME13","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME2","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME3","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME4","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME5","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME6","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME7","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME8","features":[72]},{"name":"LOCALE_SABBREVMONTHNAME9","features":[72]},{"name":"LOCALE_SAM","features":[72]},{"name":"LOCALE_SCONSOLEFALLBACKNAME","features":[72]},{"name":"LOCALE_SCOUNTRY","features":[72]},{"name":"LOCALE_SCURRENCY","features":[72]},{"name":"LOCALE_SDATE","features":[72]},{"name":"LOCALE_SDAYNAME1","features":[72]},{"name":"LOCALE_SDAYNAME2","features":[72]},{"name":"LOCALE_SDAYNAME3","features":[72]},{"name":"LOCALE_SDAYNAME4","features":[72]},{"name":"LOCALE_SDAYNAME5","features":[72]},{"name":"LOCALE_SDAYNAME6","features":[72]},{"name":"LOCALE_SDAYNAME7","features":[72]},{"name":"LOCALE_SDECIMAL","features":[72]},{"name":"LOCALE_SDURATION","features":[72]},{"name":"LOCALE_SENGCOUNTRY","features":[72]},{"name":"LOCALE_SENGCURRNAME","features":[72]},{"name":"LOCALE_SENGLANGUAGE","features":[72]},{"name":"LOCALE_SENGLISHCOUNTRYNAME","features":[72]},{"name":"LOCALE_SENGLISHDISPLAYNAME","features":[72]},{"name":"LOCALE_SENGLISHLANGUAGENAME","features":[72]},{"name":"LOCALE_SGROUPING","features":[72]},{"name":"LOCALE_SINTLSYMBOL","features":[72]},{"name":"LOCALE_SISO3166CTRYNAME","features":[72]},{"name":"LOCALE_SISO3166CTRYNAME2","features":[72]},{"name":"LOCALE_SISO639LANGNAME","features":[72]},{"name":"LOCALE_SISO639LANGNAME2","features":[72]},{"name":"LOCALE_SKEYBOARDSTOINSTALL","features":[72]},{"name":"LOCALE_SLANGDISPLAYNAME","features":[72]},{"name":"LOCALE_SLANGUAGE","features":[72]},{"name":"LOCALE_SLIST","features":[72]},{"name":"LOCALE_SLOCALIZEDCOUNTRYNAME","features":[72]},{"name":"LOCALE_SLOCALIZEDDISPLAYNAME","features":[72]},{"name":"LOCALE_SLOCALIZEDLANGUAGENAME","features":[72]},{"name":"LOCALE_SLONGDATE","features":[72]},{"name":"LOCALE_SMONDECIMALSEP","features":[72]},{"name":"LOCALE_SMONGROUPING","features":[72]},{"name":"LOCALE_SMONTHDAY","features":[72]},{"name":"LOCALE_SMONTHNAME1","features":[72]},{"name":"LOCALE_SMONTHNAME10","features":[72]},{"name":"LOCALE_SMONTHNAME11","features":[72]},{"name":"LOCALE_SMONTHNAME12","features":[72]},{"name":"LOCALE_SMONTHNAME13","features":[72]},{"name":"LOCALE_SMONTHNAME2","features":[72]},{"name":"LOCALE_SMONTHNAME3","features":[72]},{"name":"LOCALE_SMONTHNAME4","features":[72]},{"name":"LOCALE_SMONTHNAME5","features":[72]},{"name":"LOCALE_SMONTHNAME6","features":[72]},{"name":"LOCALE_SMONTHNAME7","features":[72]},{"name":"LOCALE_SMONTHNAME8","features":[72]},{"name":"LOCALE_SMONTHNAME9","features":[72]},{"name":"LOCALE_SMONTHOUSANDSEP","features":[72]},{"name":"LOCALE_SNAME","features":[72]},{"name":"LOCALE_SNAN","features":[72]},{"name":"LOCALE_SNATIVECOUNTRYNAME","features":[72]},{"name":"LOCALE_SNATIVECTRYNAME","features":[72]},{"name":"LOCALE_SNATIVECURRNAME","features":[72]},{"name":"LOCALE_SNATIVEDIGITS","features":[72]},{"name":"LOCALE_SNATIVEDISPLAYNAME","features":[72]},{"name":"LOCALE_SNATIVELANGNAME","features":[72]},{"name":"LOCALE_SNATIVELANGUAGENAME","features":[72]},{"name":"LOCALE_SNEGATIVESIGN","features":[72]},{"name":"LOCALE_SNEGINFINITY","features":[72]},{"name":"LOCALE_SOPENTYPELANGUAGETAG","features":[72]},{"name":"LOCALE_SPARENT","features":[72]},{"name":"LOCALE_SPECIFICDATA","features":[72]},{"name":"LOCALE_SPERCENT","features":[72]},{"name":"LOCALE_SPERMILLE","features":[72]},{"name":"LOCALE_SPM","features":[72]},{"name":"LOCALE_SPOSINFINITY","features":[72]},{"name":"LOCALE_SPOSITIVESIGN","features":[72]},{"name":"LOCALE_SRELATIVELONGDATE","features":[72]},{"name":"LOCALE_SSCRIPTS","features":[72]},{"name":"LOCALE_SSHORTDATE","features":[72]},{"name":"LOCALE_SSHORTESTAM","features":[72]},{"name":"LOCALE_SSHORTESTDAYNAME1","features":[72]},{"name":"LOCALE_SSHORTESTDAYNAME2","features":[72]},{"name":"LOCALE_SSHORTESTDAYNAME3","features":[72]},{"name":"LOCALE_SSHORTESTDAYNAME4","features":[72]},{"name":"LOCALE_SSHORTESTDAYNAME5","features":[72]},{"name":"LOCALE_SSHORTESTDAYNAME6","features":[72]},{"name":"LOCALE_SSHORTESTDAYNAME7","features":[72]},{"name":"LOCALE_SSHORTESTPM","features":[72]},{"name":"LOCALE_SSHORTTIME","features":[72]},{"name":"LOCALE_SSORTLOCALE","features":[72]},{"name":"LOCALE_SSORTNAME","features":[72]},{"name":"LOCALE_STHOUSAND","features":[72]},{"name":"LOCALE_STIME","features":[72]},{"name":"LOCALE_STIMEFORMAT","features":[72]},{"name":"LOCALE_SUPPLEMENTAL","features":[72]},{"name":"LOCALE_SYEARMONTH","features":[72]},{"name":"LOCALE_SYSTEM_DEFAULT","features":[72]},{"name":"LOCALE_USER_DEFAULT","features":[72]},{"name":"LOCALE_USE_CP_ACP","features":[72]},{"name":"LOCALE_WINDOWS","features":[72]},{"name":"LOWLEVEL_SERVICE_TYPES","features":[72]},{"name":"LOW_SURROGATE_END","features":[72]},{"name":"LOW_SURROGATE_START","features":[72]},{"name":"LocaleNameToLCID","features":[72]},{"name":"MAPPING_DATA_RANGE","features":[72]},{"name":"MAPPING_ENUM_OPTIONS","features":[72]},{"name":"MAPPING_OPTIONS","features":[72]},{"name":"MAPPING_PROPERTY_BAG","features":[72]},{"name":"MAPPING_SERVICE_INFO","features":[72]},{"name":"MAP_COMPOSITE","features":[72]},{"name":"MAP_EXPAND_LIGATURES","features":[72]},{"name":"MAP_FOLDCZONE","features":[72]},{"name":"MAP_FOLDDIGITS","features":[72]},{"name":"MAP_PRECOMPOSED","features":[72]},{"name":"MAX_DEFAULTCHAR","features":[72]},{"name":"MAX_LEADBYTES","features":[72]},{"name":"MAX_LOCALE_NAME","features":[72]},{"name":"MAX_MIMECP_NAME","features":[72]},{"name":"MAX_MIMECSET_NAME","features":[72]},{"name":"MAX_MIMEFACE_NAME","features":[72]},{"name":"MAX_RFC1766_NAME","features":[72]},{"name":"MAX_SCRIPT_NAME","features":[72]},{"name":"MB_COMPOSITE","features":[72]},{"name":"MB_ERR_INVALID_CHARS","features":[72]},{"name":"MB_PRECOMPOSED","features":[72]},{"name":"MB_USEGLYPHCHARS","features":[72]},{"name":"MIMECONTF","features":[72]},{"name":"MIMECONTF_BROWSER","features":[72]},{"name":"MIMECONTF_EXPORT","features":[72]},{"name":"MIMECONTF_IMPORT","features":[72]},{"name":"MIMECONTF_MAILNEWS","features":[72]},{"name":"MIMECONTF_MIME_IE4","features":[72]},{"name":"MIMECONTF_MIME_LATEST","features":[72]},{"name":"MIMECONTF_MIME_REGISTRY","features":[72]},{"name":"MIMECONTF_MINIMAL","features":[72]},{"name":"MIMECONTF_PRIVCONVERTER","features":[72]},{"name":"MIMECONTF_SAVABLE_BROWSER","features":[72]},{"name":"MIMECONTF_SAVABLE_MAILNEWS","features":[72]},{"name":"MIMECONTF_VALID","features":[72]},{"name":"MIMECONTF_VALID_NLS","features":[72]},{"name":"MIMECPINFO","features":[72]},{"name":"MIMECSETINFO","features":[72]},{"name":"MIN_SPELLING_NTDDI","features":[72]},{"name":"MLCONVCHAR","features":[72]},{"name":"MLCONVCHARF_AUTODETECT","features":[72]},{"name":"MLCONVCHARF_DETECTJPN","features":[72]},{"name":"MLCONVCHARF_ENTITIZE","features":[72]},{"name":"MLCONVCHARF_NAME_ENTITIZE","features":[72]},{"name":"MLCONVCHARF_NCR_ENTITIZE","features":[72]},{"name":"MLCONVCHARF_NOBESTFITCHARS","features":[72]},{"name":"MLCONVCHARF_USEDEFCHAR","features":[72]},{"name":"MLCP","features":[72]},{"name":"MLDETECTCP","features":[72]},{"name":"MLDETECTCP_7BIT","features":[72]},{"name":"MLDETECTCP_8BIT","features":[72]},{"name":"MLDETECTCP_DBCS","features":[72]},{"name":"MLDETECTCP_HTML","features":[72]},{"name":"MLDETECTCP_NONE","features":[72]},{"name":"MLDETECTCP_NUMBER","features":[72]},{"name":"MLDETECTF_BROWSER","features":[72]},{"name":"MLDETECTF_EURO_UTF8","features":[72]},{"name":"MLDETECTF_FILTER_SPECIALCHAR","features":[72]},{"name":"MLDETECTF_MAILNEWS","features":[72]},{"name":"MLDETECTF_PREFERRED_ONLY","features":[72]},{"name":"MLDETECTF_PRESERVE_ORDER","features":[72]},{"name":"MLDETECTF_VALID","features":[72]},{"name":"MLDETECTF_VALID_NLS","features":[72]},{"name":"MLSTR_FLAGS","features":[72]},{"name":"MLSTR_READ","features":[72]},{"name":"MLSTR_WRITE","features":[72]},{"name":"MUI_COMPLEX_SCRIPT_FILTER","features":[72]},{"name":"MUI_CONSOLE_FILTER","features":[72]},{"name":"MUI_FILEINFO_VERSION","features":[72]},{"name":"MUI_FILETYPE_LANGUAGE_NEUTRAL_MAIN","features":[72]},{"name":"MUI_FILETYPE_LANGUAGE_NEUTRAL_MUI","features":[72]},{"name":"MUI_FILETYPE_NOT_LANGUAGE_NEUTRAL","features":[72]},{"name":"MUI_FORMAT_INF_COMPAT","features":[72]},{"name":"MUI_FORMAT_REG_COMPAT","features":[72]},{"name":"MUI_FULL_LANGUAGE","features":[72]},{"name":"MUI_IMMUTABLE_LOOKUP","features":[72]},{"name":"MUI_LANGUAGE_EXACT","features":[72]},{"name":"MUI_LANGUAGE_ID","features":[72]},{"name":"MUI_LANGUAGE_INSTALLED","features":[72]},{"name":"MUI_LANGUAGE_LICENSED","features":[72]},{"name":"MUI_LANGUAGE_NAME","features":[72]},{"name":"MUI_LANG_NEUTRAL_PE_FILE","features":[72]},{"name":"MUI_LIP_LANGUAGE","features":[72]},{"name":"MUI_MACHINE_LANGUAGE_SETTINGS","features":[72]},{"name":"MUI_MERGE_SYSTEM_FALLBACK","features":[72]},{"name":"MUI_MERGE_USER_FALLBACK","features":[72]},{"name":"MUI_NON_LANG_NEUTRAL_FILE","features":[72]},{"name":"MUI_PARTIAL_LANGUAGE","features":[72]},{"name":"MUI_QUERY_CHECKSUM","features":[72]},{"name":"MUI_QUERY_LANGUAGE_NAME","features":[72]},{"name":"MUI_QUERY_RESOURCE_TYPES","features":[72]},{"name":"MUI_QUERY_TYPE","features":[72]},{"name":"MUI_RESET_FILTERS","features":[72]},{"name":"MUI_SKIP_STRING_CACHE","features":[72]},{"name":"MUI_THREAD_LANGUAGES","features":[72]},{"name":"MUI_USER_PREFERRED_UI_LANGUAGES","features":[72]},{"name":"MUI_USE_INSTALLED_LANGUAGES","features":[72]},{"name":"MUI_USE_SEARCH_ALL_LANGUAGES","features":[72]},{"name":"MUI_VERIFY_FILE_EXISTS","features":[72]},{"name":"MULTI_BYTE_TO_WIDE_CHAR_FLAGS","features":[72]},{"name":"MappingDoAction","features":[72]},{"name":"MappingFreePropertyBag","features":[72]},{"name":"MappingFreeServices","features":[72]},{"name":"MappingGetServices","features":[72]},{"name":"MappingRecognizeText","features":[72]},{"name":"MinuteUnit","features":[72]},{"name":"MonthUnit","features":[72]},{"name":"MultiByteToWideChar","features":[72]},{"name":"NEWTEXTMETRICEXA","features":[72,14]},{"name":"NEWTEXTMETRICEXW","features":[72,14]},{"name":"NLSVERSIONINFO","features":[72]},{"name":"NLSVERSIONINFOEX","features":[72]},{"name":"NLS_CP_CPINFO","features":[72]},{"name":"NLS_CP_MBTOWC","features":[72]},{"name":"NLS_CP_WCTOMB","features":[72]},{"name":"NORM_FORM","features":[72]},{"name":"NORM_IGNORECASE","features":[72]},{"name":"NORM_IGNOREKANATYPE","features":[72]},{"name":"NORM_IGNORENONSPACE","features":[72]},{"name":"NORM_IGNORESYMBOLS","features":[72]},{"name":"NORM_IGNOREWIDTH","features":[72]},{"name":"NORM_LINGUISTIC_CASING","features":[72]},{"name":"NUMBERFMTA","features":[72]},{"name":"NUMBERFMTW","features":[72]},{"name":"NUMSYS_NAME_CAPACITY","features":[72]},{"name":"NormalizationC","features":[72]},{"name":"NormalizationD","features":[72]},{"name":"NormalizationKC","features":[72]},{"name":"NormalizationKD","features":[72]},{"name":"NormalizationOther","features":[72]},{"name":"NormalizeString","features":[72]},{"name":"NotifyUILanguageChange","features":[3,72]},{"name":"OFFLINE_SERVICES","features":[72]},{"name":"ONLINE_SERVICES","features":[72]},{"name":"OPENTYPE_FEATURE_RECORD","features":[72]},{"name":"PFN_MAPPINGCALLBACKPROC","features":[72]},{"name":"RFC1766INFO","features":[72]},{"name":"ResolveLocaleName","features":[72]},{"name":"RestoreThreadPreferredUILanguages","features":[72]},{"name":"SCRIPTCONTF","features":[72]},{"name":"SCRIPTCONTF_FIXED_FONT","features":[72]},{"name":"SCRIPTCONTF_PROPORTIONAL_FONT","features":[72]},{"name":"SCRIPTCONTF_SCRIPT_HIDE","features":[72]},{"name":"SCRIPTCONTF_SCRIPT_SYSTEM","features":[72]},{"name":"SCRIPTCONTF_SCRIPT_USER","features":[72]},{"name":"SCRIPTFONTCONTF","features":[72]},{"name":"SCRIPTFONTINFO","features":[72]},{"name":"SCRIPTINFO","features":[72]},{"name":"SCRIPT_ANALYSIS","features":[72]},{"name":"SCRIPT_CHARPROP","features":[72]},{"name":"SCRIPT_CONTROL","features":[72]},{"name":"SCRIPT_DIGITSUBSTITUTE","features":[72]},{"name":"SCRIPT_DIGITSUBSTITUTE_CONTEXT","features":[72]},{"name":"SCRIPT_DIGITSUBSTITUTE_NATIONAL","features":[72]},{"name":"SCRIPT_DIGITSUBSTITUTE_NONE","features":[72]},{"name":"SCRIPT_DIGITSUBSTITUTE_TRADITIONAL","features":[72]},{"name":"SCRIPT_FONTPROPERTIES","features":[72]},{"name":"SCRIPT_GLYPHPROP","features":[72]},{"name":"SCRIPT_IS_COMPLEX_FLAGS","features":[72]},{"name":"SCRIPT_ITEM","features":[72]},{"name":"SCRIPT_JUSTIFY","features":[72]},{"name":"SCRIPT_JUSTIFY_ARABIC_ALEF","features":[72]},{"name":"SCRIPT_JUSTIFY_ARABIC_BA","features":[72]},{"name":"SCRIPT_JUSTIFY_ARABIC_BARA","features":[72]},{"name":"SCRIPT_JUSTIFY_ARABIC_BLANK","features":[72]},{"name":"SCRIPT_JUSTIFY_ARABIC_HA","features":[72]},{"name":"SCRIPT_JUSTIFY_ARABIC_KASHIDA","features":[72]},{"name":"SCRIPT_JUSTIFY_ARABIC_NORMAL","features":[72]},{"name":"SCRIPT_JUSTIFY_ARABIC_RA","features":[72]},{"name":"SCRIPT_JUSTIFY_ARABIC_SEEN","features":[72]},{"name":"SCRIPT_JUSTIFY_ARABIC_SEEN_M","features":[72]},{"name":"SCRIPT_JUSTIFY_BLANK","features":[72]},{"name":"SCRIPT_JUSTIFY_CHARACTER","features":[72]},{"name":"SCRIPT_JUSTIFY_NONE","features":[72]},{"name":"SCRIPT_JUSTIFY_RESERVED1","features":[72]},{"name":"SCRIPT_JUSTIFY_RESERVED2","features":[72]},{"name":"SCRIPT_JUSTIFY_RESERVED3","features":[72]},{"name":"SCRIPT_LOGATTR","features":[72]},{"name":"SCRIPT_PROPERTIES","features":[72]},{"name":"SCRIPT_STATE","features":[72]},{"name":"SCRIPT_TABDEF","features":[72]},{"name":"SCRIPT_TAG_UNKNOWN","features":[72]},{"name":"SCRIPT_UNDEFINED","features":[72]},{"name":"SCRIPT_VISATTR","features":[72]},{"name":"SGCM_RTL","features":[72]},{"name":"SIC_ASCIIDIGIT","features":[72]},{"name":"SIC_COMPLEX","features":[72]},{"name":"SIC_NEUTRAL","features":[72]},{"name":"SORTING_PARADIGM_ICU","features":[72]},{"name":"SORTING_PARADIGM_NLS","features":[72]},{"name":"SORT_DIGITSASNUMBERS","features":[72]},{"name":"SORT_STRINGSORT","features":[72]},{"name":"SSA_BREAK","features":[72]},{"name":"SSA_CLIP","features":[72]},{"name":"SSA_DONTGLYPH","features":[72]},{"name":"SSA_DZWG","features":[72]},{"name":"SSA_FALLBACK","features":[72]},{"name":"SSA_FIT","features":[72]},{"name":"SSA_FULLMEASURE","features":[72]},{"name":"SSA_GCP","features":[72]},{"name":"SSA_GLYPHS","features":[72]},{"name":"SSA_HIDEHOTKEY","features":[72]},{"name":"SSA_HOTKEY","features":[72]},{"name":"SSA_HOTKEYONLY","features":[72]},{"name":"SSA_LAYOUTRTL","features":[72]},{"name":"SSA_LINK","features":[72]},{"name":"SSA_LPKANSIFALLBACK","features":[72]},{"name":"SSA_METAFILE","features":[72]},{"name":"SSA_NOKASHIDA","features":[72]},{"name":"SSA_PASSWORD","features":[72]},{"name":"SSA_PIDX","features":[72]},{"name":"SSA_RTL","features":[72]},{"name":"SSA_TAB","features":[72]},{"name":"SYSGEOCLASS","features":[72]},{"name":"SYSGEOTYPE","features":[72]},{"name":"SYSNLS_FUNCTION","features":[72]},{"name":"ScriptApplyDigitSubstitution","features":[72]},{"name":"ScriptApplyLogicalWidth","features":[72,14]},{"name":"ScriptBreak","features":[72]},{"name":"ScriptCPtoX","features":[3,72]},{"name":"ScriptCacheGetHeight","features":[72,14]},{"name":"ScriptFreeCache","features":[72]},{"name":"ScriptGetCMap","features":[72,14]},{"name":"ScriptGetFontAlternateGlyphs","features":[72,14]},{"name":"ScriptGetFontFeatureTags","features":[72,14]},{"name":"ScriptGetFontLanguageTags","features":[72,14]},{"name":"ScriptGetFontProperties","features":[72,14]},{"name":"ScriptGetFontScriptTags","features":[72,14]},{"name":"ScriptGetGlyphABCWidth","features":[72,14]},{"name":"ScriptGetLogicalWidths","features":[72]},{"name":"ScriptGetProperties","features":[72]},{"name":"ScriptIsComplex","features":[72]},{"name":"ScriptItemize","features":[72]},{"name":"ScriptItemizeOpenType","features":[72]},{"name":"ScriptJustify","features":[72]},{"name":"ScriptLayout","features":[72]},{"name":"ScriptPlace","features":[72,14]},{"name":"ScriptPlaceOpenType","features":[72,14]},{"name":"ScriptPositionSingleGlyph","features":[72,14]},{"name":"ScriptRecordDigitSubstitution","features":[72]},{"name":"ScriptShape","features":[72,14]},{"name":"ScriptShapeOpenType","features":[72,14]},{"name":"ScriptStringAnalyse","features":[72,14]},{"name":"ScriptStringCPtoX","features":[3,72]},{"name":"ScriptStringFree","features":[72]},{"name":"ScriptStringGetLogicalWidths","features":[72]},{"name":"ScriptStringGetOrder","features":[72]},{"name":"ScriptStringOut","features":[3,72,14]},{"name":"ScriptStringValidate","features":[72]},{"name":"ScriptStringXtoCP","features":[72]},{"name":"ScriptString_pLogAttr","features":[72]},{"name":"ScriptString_pSize","features":[3,72]},{"name":"ScriptString_pcOutChars","features":[72]},{"name":"ScriptSubstituteSingleGlyph","features":[72,14]},{"name":"ScriptTextOut","features":[3,72,14]},{"name":"ScriptXtoCP","features":[72]},{"name":"SecondUnit","features":[72]},{"name":"SetCalendarInfoA","features":[3,72]},{"name":"SetCalendarInfoW","features":[3,72]},{"name":"SetLocaleInfoA","features":[3,72]},{"name":"SetLocaleInfoW","features":[3,72]},{"name":"SetProcessPreferredUILanguages","features":[3,72]},{"name":"SetThreadLocale","features":[3,72]},{"name":"SetThreadPreferredUILanguages","features":[3,72]},{"name":"SetThreadPreferredUILanguages2","features":[3,72]},{"name":"SetThreadUILanguage","features":[72]},{"name":"SetUserGeoID","features":[3,72]},{"name":"SetUserGeoName","features":[3,72]},{"name":"SpellCheckerFactory","features":[72]},{"name":"TCI_SRCCHARSET","features":[72]},{"name":"TCI_SRCCODEPAGE","features":[72]},{"name":"TCI_SRCFONTSIG","features":[72]},{"name":"TCI_SRCLOCALE","features":[72]},{"name":"TEXTRANGE_PROPERTIES","features":[72]},{"name":"TIMEFMT_ENUMPROCA","features":[3,72]},{"name":"TIMEFMT_ENUMPROCEX","features":[3,72]},{"name":"TIMEFMT_ENUMPROCW","features":[3,72]},{"name":"TIME_FORCE24HOURFORMAT","features":[72]},{"name":"TIME_FORMAT_FLAGS","features":[72]},{"name":"TIME_NOMINUTESORSECONDS","features":[72]},{"name":"TIME_NOSECONDS","features":[72]},{"name":"TIME_NOTIMEMARKER","features":[72]},{"name":"TRANSLATE_CHARSET_INFO_FLAGS","features":[72]},{"name":"TickUnit","features":[72]},{"name":"TranslateCharsetInfo","features":[3,72]},{"name":"U16_MAX_LENGTH","features":[72]},{"name":"U8_LEAD3_T1_BITS","features":[72]},{"name":"U8_LEAD4_T1_BITS","features":[72]},{"name":"U8_MAX_LENGTH","features":[72]},{"name":"UAcceptResult","features":[72]},{"name":"UAlphabeticIndexLabelType","features":[72]},{"name":"UBIDI_DEFAULT_LTR","features":[72]},{"name":"UBIDI_DEFAULT_RTL","features":[72]},{"name":"UBIDI_DO_MIRRORING","features":[72]},{"name":"UBIDI_INSERT_LRM_FOR_NUMERIC","features":[72]},{"name":"UBIDI_KEEP_BASE_COMBINING","features":[72]},{"name":"UBIDI_LEVEL_OVERRIDE","features":[72]},{"name":"UBIDI_LOGICAL","features":[72]},{"name":"UBIDI_LTR","features":[72]},{"name":"UBIDI_MAP_NOWHERE","features":[72]},{"name":"UBIDI_MAX_EXPLICIT_LEVEL","features":[72]},{"name":"UBIDI_MIRRORING_OFF","features":[72]},{"name":"UBIDI_MIRRORING_ON","features":[72]},{"name":"UBIDI_MIXED","features":[72]},{"name":"UBIDI_NEUTRAL","features":[72]},{"name":"UBIDI_OPTION_DEFAULT","features":[72]},{"name":"UBIDI_OPTION_INSERT_MARKS","features":[72]},{"name":"UBIDI_OPTION_REMOVE_CONTROLS","features":[72]},{"name":"UBIDI_OPTION_STREAMING","features":[72]},{"name":"UBIDI_OUTPUT_REVERSE","features":[72]},{"name":"UBIDI_REMOVE_BIDI_CONTROLS","features":[72]},{"name":"UBIDI_REORDER_DEFAULT","features":[72]},{"name":"UBIDI_REORDER_GROUP_NUMBERS_WITH_R","features":[72]},{"name":"UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL","features":[72]},{"name":"UBIDI_REORDER_INVERSE_LIKE_DIRECT","features":[72]},{"name":"UBIDI_REORDER_INVERSE_NUMBERS_AS_L","features":[72]},{"name":"UBIDI_REORDER_NUMBERS_SPECIAL","features":[72]},{"name":"UBIDI_REORDER_RUNS_ONLY","features":[72]},{"name":"UBIDI_RTL","features":[72]},{"name":"UBIDI_VISUAL","features":[72]},{"name":"UBLOCK_ADLAM","features":[72]},{"name":"UBLOCK_AEGEAN_NUMBERS","features":[72]},{"name":"UBLOCK_AHOM","features":[72]},{"name":"UBLOCK_ALCHEMICAL_SYMBOLS","features":[72]},{"name":"UBLOCK_ALPHABETIC_PRESENTATION_FORMS","features":[72]},{"name":"UBLOCK_ANATOLIAN_HIEROGLYPHS","features":[72]},{"name":"UBLOCK_ANCIENT_GREEK_MUSICAL_NOTATION","features":[72]},{"name":"UBLOCK_ANCIENT_GREEK_NUMBERS","features":[72]},{"name":"UBLOCK_ANCIENT_SYMBOLS","features":[72]},{"name":"UBLOCK_ARABIC","features":[72]},{"name":"UBLOCK_ARABIC_EXTENDED_A","features":[72]},{"name":"UBLOCK_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS","features":[72]},{"name":"UBLOCK_ARABIC_PRESENTATION_FORMS_A","features":[72]},{"name":"UBLOCK_ARABIC_PRESENTATION_FORMS_B","features":[72]},{"name":"UBLOCK_ARABIC_SUPPLEMENT","features":[72]},{"name":"UBLOCK_ARMENIAN","features":[72]},{"name":"UBLOCK_ARROWS","features":[72]},{"name":"UBLOCK_AVESTAN","features":[72]},{"name":"UBLOCK_BALINESE","features":[72]},{"name":"UBLOCK_BAMUM","features":[72]},{"name":"UBLOCK_BAMUM_SUPPLEMENT","features":[72]},{"name":"UBLOCK_BASIC_LATIN","features":[72]},{"name":"UBLOCK_BASSA_VAH","features":[72]},{"name":"UBLOCK_BATAK","features":[72]},{"name":"UBLOCK_BENGALI","features":[72]},{"name":"UBLOCK_BHAIKSUKI","features":[72]},{"name":"UBLOCK_BLOCK_ELEMENTS","features":[72]},{"name":"UBLOCK_BOPOMOFO","features":[72]},{"name":"UBLOCK_BOPOMOFO_EXTENDED","features":[72]},{"name":"UBLOCK_BOX_DRAWING","features":[72]},{"name":"UBLOCK_BRAHMI","features":[72]},{"name":"UBLOCK_BRAILLE_PATTERNS","features":[72]},{"name":"UBLOCK_BUGINESE","features":[72]},{"name":"UBLOCK_BUHID","features":[72]},{"name":"UBLOCK_BYZANTINE_MUSICAL_SYMBOLS","features":[72]},{"name":"UBLOCK_CARIAN","features":[72]},{"name":"UBLOCK_CAUCASIAN_ALBANIAN","features":[72]},{"name":"UBLOCK_CHAKMA","features":[72]},{"name":"UBLOCK_CHAM","features":[72]},{"name":"UBLOCK_CHEROKEE","features":[72]},{"name":"UBLOCK_CHEROKEE_SUPPLEMENT","features":[72]},{"name":"UBLOCK_CHESS_SYMBOLS","features":[72]},{"name":"UBLOCK_CHORASMIAN","features":[72]},{"name":"UBLOCK_CJK_COMPATIBILITY","features":[72]},{"name":"UBLOCK_CJK_COMPATIBILITY_FORMS","features":[72]},{"name":"UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS","features":[72]},{"name":"UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT","features":[72]},{"name":"UBLOCK_CJK_RADICALS_SUPPLEMENT","features":[72]},{"name":"UBLOCK_CJK_STROKES","features":[72]},{"name":"UBLOCK_CJK_SYMBOLS_AND_PUNCTUATION","features":[72]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS","features":[72]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A","features":[72]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B","features":[72]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C","features":[72]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D","features":[72]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E","features":[72]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F","features":[72]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G","features":[72]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS","features":[72]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS_EXTENDED","features":[72]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT","features":[72]},{"name":"UBLOCK_COMBINING_HALF_MARKS","features":[72]},{"name":"UBLOCK_COMBINING_MARKS_FOR_SYMBOLS","features":[72]},{"name":"UBLOCK_COMMON_INDIC_NUMBER_FORMS","features":[72]},{"name":"UBLOCK_CONTROL_PICTURES","features":[72]},{"name":"UBLOCK_COPTIC","features":[72]},{"name":"UBLOCK_COPTIC_EPACT_NUMBERS","features":[72]},{"name":"UBLOCK_COUNTING_ROD_NUMERALS","features":[72]},{"name":"UBLOCK_CUNEIFORM","features":[72]},{"name":"UBLOCK_CUNEIFORM_NUMBERS_AND_PUNCTUATION","features":[72]},{"name":"UBLOCK_CURRENCY_SYMBOLS","features":[72]},{"name":"UBLOCK_CYPRIOT_SYLLABARY","features":[72]},{"name":"UBLOCK_CYRILLIC","features":[72]},{"name":"UBLOCK_CYRILLIC_EXTENDED_A","features":[72]},{"name":"UBLOCK_CYRILLIC_EXTENDED_B","features":[72]},{"name":"UBLOCK_CYRILLIC_EXTENDED_C","features":[72]},{"name":"UBLOCK_CYRILLIC_SUPPLEMENT","features":[72]},{"name":"UBLOCK_CYRILLIC_SUPPLEMENTARY","features":[72]},{"name":"UBLOCK_DESERET","features":[72]},{"name":"UBLOCK_DEVANAGARI","features":[72]},{"name":"UBLOCK_DEVANAGARI_EXTENDED","features":[72]},{"name":"UBLOCK_DINGBATS","features":[72]},{"name":"UBLOCK_DIVES_AKURU","features":[72]},{"name":"UBLOCK_DOGRA","features":[72]},{"name":"UBLOCK_DOMINO_TILES","features":[72]},{"name":"UBLOCK_DUPLOYAN","features":[72]},{"name":"UBLOCK_EARLY_DYNASTIC_CUNEIFORM","features":[72]},{"name":"UBLOCK_EGYPTIAN_HIEROGLYPHS","features":[72]},{"name":"UBLOCK_EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS","features":[72]},{"name":"UBLOCK_ELBASAN","features":[72]},{"name":"UBLOCK_ELYMAIC","features":[72]},{"name":"UBLOCK_EMOTICONS","features":[72]},{"name":"UBLOCK_ENCLOSED_ALPHANUMERICS","features":[72]},{"name":"UBLOCK_ENCLOSED_ALPHANUMERIC_SUPPLEMENT","features":[72]},{"name":"UBLOCK_ENCLOSED_CJK_LETTERS_AND_MONTHS","features":[72]},{"name":"UBLOCK_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT","features":[72]},{"name":"UBLOCK_ETHIOPIC","features":[72]},{"name":"UBLOCK_ETHIOPIC_EXTENDED","features":[72]},{"name":"UBLOCK_ETHIOPIC_EXTENDED_A","features":[72]},{"name":"UBLOCK_ETHIOPIC_SUPPLEMENT","features":[72]},{"name":"UBLOCK_GENERAL_PUNCTUATION","features":[72]},{"name":"UBLOCK_GEOMETRIC_SHAPES","features":[72]},{"name":"UBLOCK_GEOMETRIC_SHAPES_EXTENDED","features":[72]},{"name":"UBLOCK_GEORGIAN","features":[72]},{"name":"UBLOCK_GEORGIAN_EXTENDED","features":[72]},{"name":"UBLOCK_GEORGIAN_SUPPLEMENT","features":[72]},{"name":"UBLOCK_GLAGOLITIC","features":[72]},{"name":"UBLOCK_GLAGOLITIC_SUPPLEMENT","features":[72]},{"name":"UBLOCK_GOTHIC","features":[72]},{"name":"UBLOCK_GRANTHA","features":[72]},{"name":"UBLOCK_GREEK","features":[72]},{"name":"UBLOCK_GREEK_EXTENDED","features":[72]},{"name":"UBLOCK_GUJARATI","features":[72]},{"name":"UBLOCK_GUNJALA_GONDI","features":[72]},{"name":"UBLOCK_GURMUKHI","features":[72]},{"name":"UBLOCK_HALFWIDTH_AND_FULLWIDTH_FORMS","features":[72]},{"name":"UBLOCK_HANGUL_COMPATIBILITY_JAMO","features":[72]},{"name":"UBLOCK_HANGUL_JAMO","features":[72]},{"name":"UBLOCK_HANGUL_JAMO_EXTENDED_A","features":[72]},{"name":"UBLOCK_HANGUL_JAMO_EXTENDED_B","features":[72]},{"name":"UBLOCK_HANGUL_SYLLABLES","features":[72]},{"name":"UBLOCK_HANIFI_ROHINGYA","features":[72]},{"name":"UBLOCK_HANUNOO","features":[72]},{"name":"UBLOCK_HATRAN","features":[72]},{"name":"UBLOCK_HEBREW","features":[72]},{"name":"UBLOCK_HIGH_PRIVATE_USE_SURROGATES","features":[72]},{"name":"UBLOCK_HIGH_SURROGATES","features":[72]},{"name":"UBLOCK_HIRAGANA","features":[72]},{"name":"UBLOCK_IDEOGRAPHIC_DESCRIPTION_CHARACTERS","features":[72]},{"name":"UBLOCK_IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION","features":[72]},{"name":"UBLOCK_IMPERIAL_ARAMAIC","features":[72]},{"name":"UBLOCK_INDIC_SIYAQ_NUMBERS","features":[72]},{"name":"UBLOCK_INSCRIPTIONAL_PAHLAVI","features":[72]},{"name":"UBLOCK_INSCRIPTIONAL_PARTHIAN","features":[72]},{"name":"UBLOCK_INVALID_CODE","features":[72]},{"name":"UBLOCK_IPA_EXTENSIONS","features":[72]},{"name":"UBLOCK_JAVANESE","features":[72]},{"name":"UBLOCK_KAITHI","features":[72]},{"name":"UBLOCK_KANA_EXTENDED_A","features":[72]},{"name":"UBLOCK_KANA_SUPPLEMENT","features":[72]},{"name":"UBLOCK_KANBUN","features":[72]},{"name":"UBLOCK_KANGXI_RADICALS","features":[72]},{"name":"UBLOCK_KANNADA","features":[72]},{"name":"UBLOCK_KATAKANA","features":[72]},{"name":"UBLOCK_KATAKANA_PHONETIC_EXTENSIONS","features":[72]},{"name":"UBLOCK_KAYAH_LI","features":[72]},{"name":"UBLOCK_KHAROSHTHI","features":[72]},{"name":"UBLOCK_KHITAN_SMALL_SCRIPT","features":[72]},{"name":"UBLOCK_KHMER","features":[72]},{"name":"UBLOCK_KHMER_SYMBOLS","features":[72]},{"name":"UBLOCK_KHOJKI","features":[72]},{"name":"UBLOCK_KHUDAWADI","features":[72]},{"name":"UBLOCK_LAO","features":[72]},{"name":"UBLOCK_LATIN_1_SUPPLEMENT","features":[72]},{"name":"UBLOCK_LATIN_EXTENDED_A","features":[72]},{"name":"UBLOCK_LATIN_EXTENDED_ADDITIONAL","features":[72]},{"name":"UBLOCK_LATIN_EXTENDED_B","features":[72]},{"name":"UBLOCK_LATIN_EXTENDED_C","features":[72]},{"name":"UBLOCK_LATIN_EXTENDED_D","features":[72]},{"name":"UBLOCK_LATIN_EXTENDED_E","features":[72]},{"name":"UBLOCK_LEPCHA","features":[72]},{"name":"UBLOCK_LETTERLIKE_SYMBOLS","features":[72]},{"name":"UBLOCK_LIMBU","features":[72]},{"name":"UBLOCK_LINEAR_A","features":[72]},{"name":"UBLOCK_LINEAR_B_IDEOGRAMS","features":[72]},{"name":"UBLOCK_LINEAR_B_SYLLABARY","features":[72]},{"name":"UBLOCK_LISU","features":[72]},{"name":"UBLOCK_LISU_SUPPLEMENT","features":[72]},{"name":"UBLOCK_LOW_SURROGATES","features":[72]},{"name":"UBLOCK_LYCIAN","features":[72]},{"name":"UBLOCK_LYDIAN","features":[72]},{"name":"UBLOCK_MAHAJANI","features":[72]},{"name":"UBLOCK_MAHJONG_TILES","features":[72]},{"name":"UBLOCK_MAKASAR","features":[72]},{"name":"UBLOCK_MALAYALAM","features":[72]},{"name":"UBLOCK_MANDAIC","features":[72]},{"name":"UBLOCK_MANICHAEAN","features":[72]},{"name":"UBLOCK_MARCHEN","features":[72]},{"name":"UBLOCK_MASARAM_GONDI","features":[72]},{"name":"UBLOCK_MATHEMATICAL_ALPHANUMERIC_SYMBOLS","features":[72]},{"name":"UBLOCK_MATHEMATICAL_OPERATORS","features":[72]},{"name":"UBLOCK_MAYAN_NUMERALS","features":[72]},{"name":"UBLOCK_MEDEFAIDRIN","features":[72]},{"name":"UBLOCK_MEETEI_MAYEK","features":[72]},{"name":"UBLOCK_MEETEI_MAYEK_EXTENSIONS","features":[72]},{"name":"UBLOCK_MENDE_KIKAKUI","features":[72]},{"name":"UBLOCK_MEROITIC_CURSIVE","features":[72]},{"name":"UBLOCK_MEROITIC_HIEROGLYPHS","features":[72]},{"name":"UBLOCK_MIAO","features":[72]},{"name":"UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A","features":[72]},{"name":"UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B","features":[72]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS","features":[72]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS_AND_ARROWS","features":[72]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS","features":[72]},{"name":"UBLOCK_MISCELLANEOUS_TECHNICAL","features":[72]},{"name":"UBLOCK_MODI","features":[72]},{"name":"UBLOCK_MODIFIER_TONE_LETTERS","features":[72]},{"name":"UBLOCK_MONGOLIAN","features":[72]},{"name":"UBLOCK_MONGOLIAN_SUPPLEMENT","features":[72]},{"name":"UBLOCK_MRO","features":[72]},{"name":"UBLOCK_MULTANI","features":[72]},{"name":"UBLOCK_MUSICAL_SYMBOLS","features":[72]},{"name":"UBLOCK_MYANMAR","features":[72]},{"name":"UBLOCK_MYANMAR_EXTENDED_A","features":[72]},{"name":"UBLOCK_MYANMAR_EXTENDED_B","features":[72]},{"name":"UBLOCK_NABATAEAN","features":[72]},{"name":"UBLOCK_NANDINAGARI","features":[72]},{"name":"UBLOCK_NEWA","features":[72]},{"name":"UBLOCK_NEW_TAI_LUE","features":[72]},{"name":"UBLOCK_NKO","features":[72]},{"name":"UBLOCK_NO_BLOCK","features":[72]},{"name":"UBLOCK_NUMBER_FORMS","features":[72]},{"name":"UBLOCK_NUSHU","features":[72]},{"name":"UBLOCK_NYIAKENG_PUACHUE_HMONG","features":[72]},{"name":"UBLOCK_OGHAM","features":[72]},{"name":"UBLOCK_OLD_HUNGARIAN","features":[72]},{"name":"UBLOCK_OLD_ITALIC","features":[72]},{"name":"UBLOCK_OLD_NORTH_ARABIAN","features":[72]},{"name":"UBLOCK_OLD_PERMIC","features":[72]},{"name":"UBLOCK_OLD_PERSIAN","features":[72]},{"name":"UBLOCK_OLD_SOGDIAN","features":[72]},{"name":"UBLOCK_OLD_SOUTH_ARABIAN","features":[72]},{"name":"UBLOCK_OLD_TURKIC","features":[72]},{"name":"UBLOCK_OL_CHIKI","features":[72]},{"name":"UBLOCK_OPTICAL_CHARACTER_RECOGNITION","features":[72]},{"name":"UBLOCK_ORIYA","features":[72]},{"name":"UBLOCK_ORNAMENTAL_DINGBATS","features":[72]},{"name":"UBLOCK_OSAGE","features":[72]},{"name":"UBLOCK_OSMANYA","features":[72]},{"name":"UBLOCK_OTTOMAN_SIYAQ_NUMBERS","features":[72]},{"name":"UBLOCK_PAHAWH_HMONG","features":[72]},{"name":"UBLOCK_PALMYRENE","features":[72]},{"name":"UBLOCK_PAU_CIN_HAU","features":[72]},{"name":"UBLOCK_PHAGS_PA","features":[72]},{"name":"UBLOCK_PHAISTOS_DISC","features":[72]},{"name":"UBLOCK_PHOENICIAN","features":[72]},{"name":"UBLOCK_PHONETIC_EXTENSIONS","features":[72]},{"name":"UBLOCK_PHONETIC_EXTENSIONS_SUPPLEMENT","features":[72]},{"name":"UBLOCK_PLAYING_CARDS","features":[72]},{"name":"UBLOCK_PRIVATE_USE","features":[72]},{"name":"UBLOCK_PRIVATE_USE_AREA","features":[72]},{"name":"UBLOCK_PSALTER_PAHLAVI","features":[72]},{"name":"UBLOCK_REJANG","features":[72]},{"name":"UBLOCK_RUMI_NUMERAL_SYMBOLS","features":[72]},{"name":"UBLOCK_RUNIC","features":[72]},{"name":"UBLOCK_SAMARITAN","features":[72]},{"name":"UBLOCK_SAURASHTRA","features":[72]},{"name":"UBLOCK_SHARADA","features":[72]},{"name":"UBLOCK_SHAVIAN","features":[72]},{"name":"UBLOCK_SHORTHAND_FORMAT_CONTROLS","features":[72]},{"name":"UBLOCK_SIDDHAM","features":[72]},{"name":"UBLOCK_SINHALA","features":[72]},{"name":"UBLOCK_SINHALA_ARCHAIC_NUMBERS","features":[72]},{"name":"UBLOCK_SMALL_FORM_VARIANTS","features":[72]},{"name":"UBLOCK_SMALL_KANA_EXTENSION","features":[72]},{"name":"UBLOCK_SOGDIAN","features":[72]},{"name":"UBLOCK_SORA_SOMPENG","features":[72]},{"name":"UBLOCK_SOYOMBO","features":[72]},{"name":"UBLOCK_SPACING_MODIFIER_LETTERS","features":[72]},{"name":"UBLOCK_SPECIALS","features":[72]},{"name":"UBLOCK_SUNDANESE","features":[72]},{"name":"UBLOCK_SUNDANESE_SUPPLEMENT","features":[72]},{"name":"UBLOCK_SUPERSCRIPTS_AND_SUBSCRIPTS","features":[72]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_A","features":[72]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_B","features":[72]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_C","features":[72]},{"name":"UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS","features":[72]},{"name":"UBLOCK_SUPPLEMENTAL_PUNCTUATION","features":[72]},{"name":"UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS","features":[72]},{"name":"UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_A","features":[72]},{"name":"UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_B","features":[72]},{"name":"UBLOCK_SUTTON_SIGNWRITING","features":[72]},{"name":"UBLOCK_SYLOTI_NAGRI","features":[72]},{"name":"UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A","features":[72]},{"name":"UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING","features":[72]},{"name":"UBLOCK_SYRIAC","features":[72]},{"name":"UBLOCK_SYRIAC_SUPPLEMENT","features":[72]},{"name":"UBLOCK_TAGALOG","features":[72]},{"name":"UBLOCK_TAGBANWA","features":[72]},{"name":"UBLOCK_TAGS","features":[72]},{"name":"UBLOCK_TAI_LE","features":[72]},{"name":"UBLOCK_TAI_THAM","features":[72]},{"name":"UBLOCK_TAI_VIET","features":[72]},{"name":"UBLOCK_TAI_XUAN_JING_SYMBOLS","features":[72]},{"name":"UBLOCK_TAKRI","features":[72]},{"name":"UBLOCK_TAMIL","features":[72]},{"name":"UBLOCK_TAMIL_SUPPLEMENT","features":[72]},{"name":"UBLOCK_TANGUT","features":[72]},{"name":"UBLOCK_TANGUT_COMPONENTS","features":[72]},{"name":"UBLOCK_TANGUT_SUPPLEMENT","features":[72]},{"name":"UBLOCK_TELUGU","features":[72]},{"name":"UBLOCK_THAANA","features":[72]},{"name":"UBLOCK_THAI","features":[72]},{"name":"UBLOCK_TIBETAN","features":[72]},{"name":"UBLOCK_TIFINAGH","features":[72]},{"name":"UBLOCK_TIRHUTA","features":[72]},{"name":"UBLOCK_TRANSPORT_AND_MAP_SYMBOLS","features":[72]},{"name":"UBLOCK_UGARITIC","features":[72]},{"name":"UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS","features":[72]},{"name":"UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED","features":[72]},{"name":"UBLOCK_VAI","features":[72]},{"name":"UBLOCK_VARIATION_SELECTORS","features":[72]},{"name":"UBLOCK_VARIATION_SELECTORS_SUPPLEMENT","features":[72]},{"name":"UBLOCK_VEDIC_EXTENSIONS","features":[72]},{"name":"UBLOCK_VERTICAL_FORMS","features":[72]},{"name":"UBLOCK_WANCHO","features":[72]},{"name":"UBLOCK_WARANG_CITI","features":[72]},{"name":"UBLOCK_YEZIDI","features":[72]},{"name":"UBLOCK_YIJING_HEXAGRAM_SYMBOLS","features":[72]},{"name":"UBLOCK_YI_RADICALS","features":[72]},{"name":"UBLOCK_YI_SYLLABLES","features":[72]},{"name":"UBLOCK_ZANABAZAR_SQUARE","features":[72]},{"name":"UBRK_CHARACTER","features":[72]},{"name":"UBRK_LINE","features":[72]},{"name":"UBRK_LINE_HARD","features":[72]},{"name":"UBRK_LINE_HARD_LIMIT","features":[72]},{"name":"UBRK_LINE_SOFT","features":[72]},{"name":"UBRK_LINE_SOFT_LIMIT","features":[72]},{"name":"UBRK_SENTENCE","features":[72]},{"name":"UBRK_SENTENCE_SEP","features":[72]},{"name":"UBRK_SENTENCE_SEP_LIMIT","features":[72]},{"name":"UBRK_SENTENCE_TERM","features":[72]},{"name":"UBRK_SENTENCE_TERM_LIMIT","features":[72]},{"name":"UBRK_WORD","features":[72]},{"name":"UBRK_WORD_IDEO","features":[72]},{"name":"UBRK_WORD_IDEO_LIMIT","features":[72]},{"name":"UBRK_WORD_KANA","features":[72]},{"name":"UBRK_WORD_KANA_LIMIT","features":[72]},{"name":"UBRK_WORD_LETTER","features":[72]},{"name":"UBRK_WORD_LETTER_LIMIT","features":[72]},{"name":"UBRK_WORD_NONE","features":[72]},{"name":"UBRK_WORD_NONE_LIMIT","features":[72]},{"name":"UBRK_WORD_NUMBER","features":[72]},{"name":"UBRK_WORD_NUMBER_LIMIT","features":[72]},{"name":"UBiDi","features":[72]},{"name":"UBiDiClassCallback","features":[72]},{"name":"UBiDiDirection","features":[72]},{"name":"UBiDiMirroring","features":[72]},{"name":"UBiDiOrder","features":[72]},{"name":"UBiDiReorderingMode","features":[72]},{"name":"UBiDiReorderingOption","features":[72]},{"name":"UBiDiTransform","features":[72]},{"name":"UBidiPairedBracketType","features":[72]},{"name":"UBlockCode","features":[72]},{"name":"UBreakIterator","features":[72]},{"name":"UBreakIteratorType","features":[72]},{"name":"UCAL_ACTUAL_MAXIMUM","features":[72]},{"name":"UCAL_ACTUAL_MINIMUM","features":[72]},{"name":"UCAL_AM","features":[72]},{"name":"UCAL_AM_PM","features":[72]},{"name":"UCAL_APRIL","features":[72]},{"name":"UCAL_AUGUST","features":[72]},{"name":"UCAL_DATE","features":[72]},{"name":"UCAL_DAY_OF_MONTH","features":[72]},{"name":"UCAL_DAY_OF_WEEK","features":[72]},{"name":"UCAL_DAY_OF_WEEK_IN_MONTH","features":[72]},{"name":"UCAL_DAY_OF_YEAR","features":[72]},{"name":"UCAL_DECEMBER","features":[72]},{"name":"UCAL_DEFAULT","features":[72]},{"name":"UCAL_DOW_LOCAL","features":[72]},{"name":"UCAL_DST","features":[72]},{"name":"UCAL_DST_OFFSET","features":[72]},{"name":"UCAL_ERA","features":[72]},{"name":"UCAL_EXTENDED_YEAR","features":[72]},{"name":"UCAL_FEBRUARY","features":[72]},{"name":"UCAL_FIELD_COUNT","features":[72]},{"name":"UCAL_FIRST_DAY_OF_WEEK","features":[72]},{"name":"UCAL_FRIDAY","features":[72]},{"name":"UCAL_GREATEST_MINIMUM","features":[72]},{"name":"UCAL_GREGORIAN","features":[72]},{"name":"UCAL_HOUR","features":[72]},{"name":"UCAL_HOUR_OF_DAY","features":[72]},{"name":"UCAL_IS_LEAP_MONTH","features":[72]},{"name":"UCAL_JANUARY","features":[72]},{"name":"UCAL_JULIAN_DAY","features":[72]},{"name":"UCAL_JULY","features":[72]},{"name":"UCAL_JUNE","features":[72]},{"name":"UCAL_LEAST_MAXIMUM","features":[72]},{"name":"UCAL_LENIENT","features":[72]},{"name":"UCAL_MARCH","features":[72]},{"name":"UCAL_MAXIMUM","features":[72]},{"name":"UCAL_MAY","features":[72]},{"name":"UCAL_MILLISECOND","features":[72]},{"name":"UCAL_MILLISECONDS_IN_DAY","features":[72]},{"name":"UCAL_MINIMAL_DAYS_IN_FIRST_WEEK","features":[72]},{"name":"UCAL_MINIMUM","features":[72]},{"name":"UCAL_MINUTE","features":[72]},{"name":"UCAL_MONDAY","features":[72]},{"name":"UCAL_MONTH","features":[72]},{"name":"UCAL_NOVEMBER","features":[72]},{"name":"UCAL_OCTOBER","features":[72]},{"name":"UCAL_PM","features":[72]},{"name":"UCAL_REPEATED_WALL_TIME","features":[72]},{"name":"UCAL_SATURDAY","features":[72]},{"name":"UCAL_SECOND","features":[72]},{"name":"UCAL_SEPTEMBER","features":[72]},{"name":"UCAL_SHORT_DST","features":[72]},{"name":"UCAL_SHORT_STANDARD","features":[72]},{"name":"UCAL_SKIPPED_WALL_TIME","features":[72]},{"name":"UCAL_STANDARD","features":[72]},{"name":"UCAL_SUNDAY","features":[72]},{"name":"UCAL_THURSDAY","features":[72]},{"name":"UCAL_TRADITIONAL","features":[72]},{"name":"UCAL_TUESDAY","features":[72]},{"name":"UCAL_TZ_TRANSITION_NEXT","features":[72]},{"name":"UCAL_TZ_TRANSITION_NEXT_INCLUSIVE","features":[72]},{"name":"UCAL_TZ_TRANSITION_PREVIOUS","features":[72]},{"name":"UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE","features":[72]},{"name":"UCAL_UNDECIMBER","features":[72]},{"name":"UCAL_UNKNOWN_ZONE_ID","features":[72]},{"name":"UCAL_WALLTIME_FIRST","features":[72]},{"name":"UCAL_WALLTIME_LAST","features":[72]},{"name":"UCAL_WALLTIME_NEXT_VALID","features":[72]},{"name":"UCAL_WEDNESDAY","features":[72]},{"name":"UCAL_WEEKDAY","features":[72]},{"name":"UCAL_WEEKEND","features":[72]},{"name":"UCAL_WEEKEND_CEASE","features":[72]},{"name":"UCAL_WEEKEND_ONSET","features":[72]},{"name":"UCAL_WEEK_OF_MONTH","features":[72]},{"name":"UCAL_WEEK_OF_YEAR","features":[72]},{"name":"UCAL_YEAR","features":[72]},{"name":"UCAL_YEAR_WOY","features":[72]},{"name":"UCAL_ZONE_OFFSET","features":[72]},{"name":"UCAL_ZONE_TYPE_ANY","features":[72]},{"name":"UCAL_ZONE_TYPE_CANONICAL","features":[72]},{"name":"UCAL_ZONE_TYPE_CANONICAL_LOCATION","features":[72]},{"name":"UCHAR_AGE","features":[72]},{"name":"UCHAR_ALPHABETIC","features":[72]},{"name":"UCHAR_ASCII_HEX_DIGIT","features":[72]},{"name":"UCHAR_BIDI_CLASS","features":[72]},{"name":"UCHAR_BIDI_CONTROL","features":[72]},{"name":"UCHAR_BIDI_MIRRORED","features":[72]},{"name":"UCHAR_BIDI_MIRRORING_GLYPH","features":[72]},{"name":"UCHAR_BIDI_PAIRED_BRACKET","features":[72]},{"name":"UCHAR_BIDI_PAIRED_BRACKET_TYPE","features":[72]},{"name":"UCHAR_BINARY_START","features":[72]},{"name":"UCHAR_BLOCK","features":[72]},{"name":"UCHAR_CANONICAL_COMBINING_CLASS","features":[72]},{"name":"UCHAR_CASED","features":[72]},{"name":"UCHAR_CASE_FOLDING","features":[72]},{"name":"UCHAR_CASE_IGNORABLE","features":[72]},{"name":"UCHAR_CASE_SENSITIVE","features":[72]},{"name":"UCHAR_CHANGES_WHEN_CASEFOLDED","features":[72]},{"name":"UCHAR_CHANGES_WHEN_CASEMAPPED","features":[72]},{"name":"UCHAR_CHANGES_WHEN_LOWERCASED","features":[72]},{"name":"UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED","features":[72]},{"name":"UCHAR_CHANGES_WHEN_TITLECASED","features":[72]},{"name":"UCHAR_CHANGES_WHEN_UPPERCASED","features":[72]},{"name":"UCHAR_DASH","features":[72]},{"name":"UCHAR_DECOMPOSITION_TYPE","features":[72]},{"name":"UCHAR_DEFAULT_IGNORABLE_CODE_POINT","features":[72]},{"name":"UCHAR_DEPRECATED","features":[72]},{"name":"UCHAR_DIACRITIC","features":[72]},{"name":"UCHAR_DOUBLE_START","features":[72]},{"name":"UCHAR_EAST_ASIAN_WIDTH","features":[72]},{"name":"UCHAR_EMOJI","features":[72]},{"name":"UCHAR_EMOJI_COMPONENT","features":[72]},{"name":"UCHAR_EMOJI_MODIFIER","features":[72]},{"name":"UCHAR_EMOJI_MODIFIER_BASE","features":[72]},{"name":"UCHAR_EMOJI_PRESENTATION","features":[72]},{"name":"UCHAR_EXTENDED_PICTOGRAPHIC","features":[72]},{"name":"UCHAR_EXTENDER","features":[72]},{"name":"UCHAR_FULL_COMPOSITION_EXCLUSION","features":[72]},{"name":"UCHAR_GENERAL_CATEGORY","features":[72]},{"name":"UCHAR_GENERAL_CATEGORY_MASK","features":[72]},{"name":"UCHAR_GRAPHEME_BASE","features":[72]},{"name":"UCHAR_GRAPHEME_CLUSTER_BREAK","features":[72]},{"name":"UCHAR_GRAPHEME_EXTEND","features":[72]},{"name":"UCHAR_GRAPHEME_LINK","features":[72]},{"name":"UCHAR_HANGUL_SYLLABLE_TYPE","features":[72]},{"name":"UCHAR_HEX_DIGIT","features":[72]},{"name":"UCHAR_HYPHEN","features":[72]},{"name":"UCHAR_IDEOGRAPHIC","features":[72]},{"name":"UCHAR_IDS_BINARY_OPERATOR","features":[72]},{"name":"UCHAR_IDS_TRINARY_OPERATOR","features":[72]},{"name":"UCHAR_ID_CONTINUE","features":[72]},{"name":"UCHAR_ID_START","features":[72]},{"name":"UCHAR_INDIC_POSITIONAL_CATEGORY","features":[72]},{"name":"UCHAR_INDIC_SYLLABIC_CATEGORY","features":[72]},{"name":"UCHAR_INT_START","features":[72]},{"name":"UCHAR_INVALID_CODE","features":[72]},{"name":"UCHAR_JOINING_GROUP","features":[72]},{"name":"UCHAR_JOINING_TYPE","features":[72]},{"name":"UCHAR_JOIN_CONTROL","features":[72]},{"name":"UCHAR_LEAD_CANONICAL_COMBINING_CLASS","features":[72]},{"name":"UCHAR_LINE_BREAK","features":[72]},{"name":"UCHAR_LOGICAL_ORDER_EXCEPTION","features":[72]},{"name":"UCHAR_LOWERCASE","features":[72]},{"name":"UCHAR_LOWERCASE_MAPPING","features":[72]},{"name":"UCHAR_MASK_START","features":[72]},{"name":"UCHAR_MATH","features":[72]},{"name":"UCHAR_MAX_VALUE","features":[72]},{"name":"UCHAR_MIN_VALUE","features":[72]},{"name":"UCHAR_NAME","features":[72]},{"name":"UCHAR_NFC_INERT","features":[72]},{"name":"UCHAR_NFC_QUICK_CHECK","features":[72]},{"name":"UCHAR_NFD_INERT","features":[72]},{"name":"UCHAR_NFD_QUICK_CHECK","features":[72]},{"name":"UCHAR_NFKC_INERT","features":[72]},{"name":"UCHAR_NFKC_QUICK_CHECK","features":[72]},{"name":"UCHAR_NFKD_INERT","features":[72]},{"name":"UCHAR_NFKD_QUICK_CHECK","features":[72]},{"name":"UCHAR_NONCHARACTER_CODE_POINT","features":[72]},{"name":"UCHAR_NUMERIC_TYPE","features":[72]},{"name":"UCHAR_NUMERIC_VALUE","features":[72]},{"name":"UCHAR_OTHER_PROPERTY_START","features":[72]},{"name":"UCHAR_PATTERN_SYNTAX","features":[72]},{"name":"UCHAR_PATTERN_WHITE_SPACE","features":[72]},{"name":"UCHAR_POSIX_ALNUM","features":[72]},{"name":"UCHAR_POSIX_BLANK","features":[72]},{"name":"UCHAR_POSIX_GRAPH","features":[72]},{"name":"UCHAR_POSIX_PRINT","features":[72]},{"name":"UCHAR_POSIX_XDIGIT","features":[72]},{"name":"UCHAR_PREPENDED_CONCATENATION_MARK","features":[72]},{"name":"UCHAR_QUOTATION_MARK","features":[72]},{"name":"UCHAR_RADICAL","features":[72]},{"name":"UCHAR_REGIONAL_INDICATOR","features":[72]},{"name":"UCHAR_SCRIPT","features":[72]},{"name":"UCHAR_SCRIPT_EXTENSIONS","features":[72]},{"name":"UCHAR_SEGMENT_STARTER","features":[72]},{"name":"UCHAR_SENTENCE_BREAK","features":[72]},{"name":"UCHAR_SIMPLE_CASE_FOLDING","features":[72]},{"name":"UCHAR_SIMPLE_LOWERCASE_MAPPING","features":[72]},{"name":"UCHAR_SIMPLE_TITLECASE_MAPPING","features":[72]},{"name":"UCHAR_SIMPLE_UPPERCASE_MAPPING","features":[72]},{"name":"UCHAR_SOFT_DOTTED","features":[72]},{"name":"UCHAR_STRING_START","features":[72]},{"name":"UCHAR_S_TERM","features":[72]},{"name":"UCHAR_TERMINAL_PUNCTUATION","features":[72]},{"name":"UCHAR_TITLECASE_MAPPING","features":[72]},{"name":"UCHAR_TRAIL_CANONICAL_COMBINING_CLASS","features":[72]},{"name":"UCHAR_UNIFIED_IDEOGRAPH","features":[72]},{"name":"UCHAR_UPPERCASE","features":[72]},{"name":"UCHAR_UPPERCASE_MAPPING","features":[72]},{"name":"UCHAR_VARIATION_SELECTOR","features":[72]},{"name":"UCHAR_VERTICAL_ORIENTATION","features":[72]},{"name":"UCHAR_WHITE_SPACE","features":[72]},{"name":"UCHAR_WORD_BREAK","features":[72]},{"name":"UCHAR_XID_CONTINUE","features":[72]},{"name":"UCHAR_XID_START","features":[72]},{"name":"UCLN_NO_AUTO_CLEANUP","features":[72]},{"name":"UCNV_BOCU1","features":[72]},{"name":"UCNV_CESU8","features":[72]},{"name":"UCNV_CLONE","features":[72]},{"name":"UCNV_CLOSE","features":[72]},{"name":"UCNV_COMPOUND_TEXT","features":[72]},{"name":"UCNV_DBCS","features":[72]},{"name":"UCNV_EBCDIC_STATEFUL","features":[72]},{"name":"UCNV_ESCAPE_C","features":[72]},{"name":"UCNV_ESCAPE_CSS2","features":[72]},{"name":"UCNV_ESCAPE_JAVA","features":[72]},{"name":"UCNV_ESCAPE_UNICODE","features":[72]},{"name":"UCNV_ESCAPE_XML_DEC","features":[72]},{"name":"UCNV_ESCAPE_XML_HEX","features":[72]},{"name":"UCNV_FROM_U_CALLBACK_ESCAPE","features":[72]},{"name":"UCNV_FROM_U_CALLBACK_SKIP","features":[72]},{"name":"UCNV_FROM_U_CALLBACK_STOP","features":[72]},{"name":"UCNV_FROM_U_CALLBACK_SUBSTITUTE","features":[72]},{"name":"UCNV_HZ","features":[72]},{"name":"UCNV_IBM","features":[72]},{"name":"UCNV_ILLEGAL","features":[72]},{"name":"UCNV_IMAP_MAILBOX","features":[72]},{"name":"UCNV_IRREGULAR","features":[72]},{"name":"UCNV_ISCII","features":[72]},{"name":"UCNV_ISO_2022","features":[72]},{"name":"UCNV_LATIN_1","features":[72]},{"name":"UCNV_LMBCS_1","features":[72]},{"name":"UCNV_LMBCS_11","features":[72]},{"name":"UCNV_LMBCS_16","features":[72]},{"name":"UCNV_LMBCS_17","features":[72]},{"name":"UCNV_LMBCS_18","features":[72]},{"name":"UCNV_LMBCS_19","features":[72]},{"name":"UCNV_LMBCS_2","features":[72]},{"name":"UCNV_LMBCS_3","features":[72]},{"name":"UCNV_LMBCS_4","features":[72]},{"name":"UCNV_LMBCS_5","features":[72]},{"name":"UCNV_LMBCS_6","features":[72]},{"name":"UCNV_LMBCS_8","features":[72]},{"name":"UCNV_LMBCS_LAST","features":[72]},{"name":"UCNV_LOCALE_OPTION_STRING","features":[72]},{"name":"UCNV_MAX_CONVERTER_NAME_LENGTH","features":[72]},{"name":"UCNV_MBCS","features":[72]},{"name":"UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES","features":[72]},{"name":"UCNV_OPTION_SEP_STRING","features":[72]},{"name":"UCNV_RESET","features":[72]},{"name":"UCNV_ROUNDTRIP_AND_FALLBACK_SET","features":[72]},{"name":"UCNV_ROUNDTRIP_SET","features":[72]},{"name":"UCNV_SBCS","features":[72]},{"name":"UCNV_SCSU","features":[72]},{"name":"UCNV_SI","features":[72]},{"name":"UCNV_SKIP_STOP_ON_ILLEGAL","features":[72]},{"name":"UCNV_SO","features":[72]},{"name":"UCNV_SUB_STOP_ON_ILLEGAL","features":[72]},{"name":"UCNV_SWAP_LFNL_OPTION_STRING","features":[72]},{"name":"UCNV_TO_U_CALLBACK_ESCAPE","features":[72]},{"name":"UCNV_TO_U_CALLBACK_SKIP","features":[72]},{"name":"UCNV_TO_U_CALLBACK_STOP","features":[72]},{"name":"UCNV_TO_U_CALLBACK_SUBSTITUTE","features":[72]},{"name":"UCNV_UNASSIGNED","features":[72]},{"name":"UCNV_UNKNOWN","features":[72]},{"name":"UCNV_UNSUPPORTED_CONVERTER","features":[72]},{"name":"UCNV_US_ASCII","features":[72]},{"name":"UCNV_UTF16","features":[72]},{"name":"UCNV_UTF16_BigEndian","features":[72]},{"name":"UCNV_UTF16_LittleEndian","features":[72]},{"name":"UCNV_UTF32","features":[72]},{"name":"UCNV_UTF32_BigEndian","features":[72]},{"name":"UCNV_UTF32_LittleEndian","features":[72]},{"name":"UCNV_UTF7","features":[72]},{"name":"UCNV_UTF8","features":[72]},{"name":"UCNV_VALUE_SEP_STRING","features":[72]},{"name":"UCNV_VERSION_OPTION_STRING","features":[72]},{"name":"UCOL_ALTERNATE_HANDLING","features":[72]},{"name":"UCOL_ATTRIBUTE_COUNT","features":[72]},{"name":"UCOL_BOUND_LOWER","features":[72]},{"name":"UCOL_BOUND_UPPER","features":[72]},{"name":"UCOL_BOUND_UPPER_LONG","features":[72]},{"name":"UCOL_CASE_FIRST","features":[72]},{"name":"UCOL_CASE_LEVEL","features":[72]},{"name":"UCOL_CE_STRENGTH_LIMIT","features":[72]},{"name":"UCOL_DECOMPOSITION_MODE","features":[72]},{"name":"UCOL_DEFAULT","features":[72]},{"name":"UCOL_DEFAULT_STRENGTH","features":[72]},{"name":"UCOL_EQUAL","features":[72]},{"name":"UCOL_FRENCH_COLLATION","features":[72]},{"name":"UCOL_FULL_RULES","features":[72]},{"name":"UCOL_GREATER","features":[72]},{"name":"UCOL_IDENTICAL","features":[72]},{"name":"UCOL_LESS","features":[72]},{"name":"UCOL_LOWER_FIRST","features":[72]},{"name":"UCOL_NON_IGNORABLE","features":[72]},{"name":"UCOL_NORMALIZATION_MODE","features":[72]},{"name":"UCOL_NUMERIC_COLLATION","features":[72]},{"name":"UCOL_OFF","features":[72]},{"name":"UCOL_ON","features":[72]},{"name":"UCOL_PRIMARY","features":[72]},{"name":"UCOL_QUATERNARY","features":[72]},{"name":"UCOL_REORDER_CODE_CURRENCY","features":[72]},{"name":"UCOL_REORDER_CODE_DEFAULT","features":[72]},{"name":"UCOL_REORDER_CODE_DIGIT","features":[72]},{"name":"UCOL_REORDER_CODE_FIRST","features":[72]},{"name":"UCOL_REORDER_CODE_NONE","features":[72]},{"name":"UCOL_REORDER_CODE_OTHERS","features":[72]},{"name":"UCOL_REORDER_CODE_PUNCTUATION","features":[72]},{"name":"UCOL_REORDER_CODE_SPACE","features":[72]},{"name":"UCOL_REORDER_CODE_SYMBOL","features":[72]},{"name":"UCOL_SECONDARY","features":[72]},{"name":"UCOL_SHIFTED","features":[72]},{"name":"UCOL_STRENGTH","features":[72]},{"name":"UCOL_STRENGTH_LIMIT","features":[72]},{"name":"UCOL_TAILORING_ONLY","features":[72]},{"name":"UCOL_TERTIARY","features":[72]},{"name":"UCOL_UPPER_FIRST","features":[72]},{"name":"UCONFIG_ENABLE_PLUGINS","features":[72]},{"name":"UCONFIG_FORMAT_FASTPATHS_49","features":[72]},{"name":"UCONFIG_HAVE_PARSEALLINPUT","features":[72]},{"name":"UCONFIG_NO_BREAK_ITERATION","features":[72]},{"name":"UCONFIG_NO_COLLATION","features":[72]},{"name":"UCONFIG_NO_CONVERSION","features":[72]},{"name":"UCONFIG_NO_FILE_IO","features":[72]},{"name":"UCONFIG_NO_FILTERED_BREAK_ITERATION","features":[72]},{"name":"UCONFIG_NO_FORMATTING","features":[72]},{"name":"UCONFIG_NO_IDNA","features":[72]},{"name":"UCONFIG_NO_LEGACY_CONVERSION","features":[72]},{"name":"UCONFIG_NO_NORMALIZATION","features":[72]},{"name":"UCONFIG_NO_REGULAR_EXPRESSIONS","features":[72]},{"name":"UCONFIG_NO_SERVICE","features":[72]},{"name":"UCONFIG_NO_TRANSLITERATION","features":[72]},{"name":"UCONFIG_ONLY_COLLATION","features":[72]},{"name":"UCONFIG_ONLY_HTML_CONVERSION","features":[72]},{"name":"UCPMAP_RANGE_FIXED_ALL_SURROGATES","features":[72]},{"name":"UCPMAP_RANGE_FIXED_LEAD_SURROGATES","features":[72]},{"name":"UCPMAP_RANGE_NORMAL","features":[72]},{"name":"UCPMap","features":[72]},{"name":"UCPMapRangeOption","features":[72]},{"name":"UCPMapValueFilter","features":[72]},{"name":"UCPTRIE_ERROR_VALUE_NEG_DATA_OFFSET","features":[72]},{"name":"UCPTRIE_FAST_DATA_BLOCK_LENGTH","features":[72]},{"name":"UCPTRIE_FAST_DATA_MASK","features":[72]},{"name":"UCPTRIE_FAST_SHIFT","features":[72]},{"name":"UCPTRIE_HIGH_VALUE_NEG_DATA_OFFSET","features":[72]},{"name":"UCPTRIE_SMALL_MAX","features":[72]},{"name":"UCPTRIE_TYPE_ANY","features":[72]},{"name":"UCPTRIE_TYPE_FAST","features":[72]},{"name":"UCPTRIE_TYPE_SMALL","features":[72]},{"name":"UCPTRIE_VALUE_BITS_16","features":[72]},{"name":"UCPTRIE_VALUE_BITS_32","features":[72]},{"name":"UCPTRIE_VALUE_BITS_8","features":[72]},{"name":"UCPTRIE_VALUE_BITS_ANY","features":[72]},{"name":"UCPTrie","features":[72]},{"name":"UCPTrieData","features":[72]},{"name":"UCPTrieType","features":[72]},{"name":"UCPTrieValueWidth","features":[72]},{"name":"UCURR_ALL","features":[72]},{"name":"UCURR_COMMON","features":[72]},{"name":"UCURR_DEPRECATED","features":[72]},{"name":"UCURR_LONG_NAME","features":[72]},{"name":"UCURR_NARROW_SYMBOL_NAME","features":[72]},{"name":"UCURR_NON_DEPRECATED","features":[72]},{"name":"UCURR_SYMBOL_NAME","features":[72]},{"name":"UCURR_UNCOMMON","features":[72]},{"name":"UCURR_USAGE_CASH","features":[72]},{"name":"UCURR_USAGE_STANDARD","features":[72]},{"name":"UCalendarAMPMs","features":[72]},{"name":"UCalendarAttribute","features":[72]},{"name":"UCalendarDateFields","features":[72]},{"name":"UCalendarDaysOfWeek","features":[72]},{"name":"UCalendarDisplayNameType","features":[72]},{"name":"UCalendarLimitType","features":[72]},{"name":"UCalendarMonths","features":[72]},{"name":"UCalendarType","features":[72]},{"name":"UCalendarWallTimeOption","features":[72]},{"name":"UCalendarWeekdayType","features":[72]},{"name":"UCaseMap","features":[72]},{"name":"UCharCategory","features":[72]},{"name":"UCharDirection","features":[72]},{"name":"UCharEnumTypeRange","features":[72]},{"name":"UCharIterator","features":[72]},{"name":"UCharIteratorCurrent","features":[72]},{"name":"UCharIteratorGetIndex","features":[72]},{"name":"UCharIteratorGetState","features":[72]},{"name":"UCharIteratorHasNext","features":[72]},{"name":"UCharIteratorHasPrevious","features":[72]},{"name":"UCharIteratorMove","features":[72]},{"name":"UCharIteratorNext","features":[72]},{"name":"UCharIteratorOrigin","features":[72]},{"name":"UCharIteratorPrevious","features":[72]},{"name":"UCharIteratorReserved","features":[72]},{"name":"UCharIteratorSetState","features":[72]},{"name":"UCharNameChoice","features":[72]},{"name":"UCharsetDetector","features":[72]},{"name":"UCharsetMatch","features":[72]},{"name":"UColAttribute","features":[72]},{"name":"UColAttributeValue","features":[72]},{"name":"UColBoundMode","features":[72]},{"name":"UColReorderCode","features":[72]},{"name":"UColRuleOption","features":[72]},{"name":"UCollationElements","features":[72]},{"name":"UCollationResult","features":[72]},{"name":"UCollator","features":[72]},{"name":"UConstrainedFieldPosition","features":[72]},{"name":"UConverter","features":[72]},{"name":"UConverterCallbackReason","features":[72]},{"name":"UConverterFromUCallback","features":[72]},{"name":"UConverterFromUnicodeArgs","features":[72]},{"name":"UConverterPlatform","features":[72]},{"name":"UConverterSelector","features":[72]},{"name":"UConverterToUCallback","features":[72]},{"name":"UConverterToUnicodeArgs","features":[72]},{"name":"UConverterType","features":[72]},{"name":"UConverterUnicodeSet","features":[72]},{"name":"UCurrCurrencyType","features":[72]},{"name":"UCurrNameStyle","features":[72]},{"name":"UCurrencySpacing","features":[72]},{"name":"UCurrencyUsage","features":[72]},{"name":"UDATPG_ABBREVIATED","features":[72]},{"name":"UDATPG_BASE_CONFLICT","features":[72]},{"name":"UDATPG_CONFLICT","features":[72]},{"name":"UDATPG_DAYPERIOD_FIELD","features":[72]},{"name":"UDATPG_DAY_FIELD","features":[72]},{"name":"UDATPG_DAY_OF_WEEK_IN_MONTH_FIELD","features":[72]},{"name":"UDATPG_DAY_OF_YEAR_FIELD","features":[72]},{"name":"UDATPG_ERA_FIELD","features":[72]},{"name":"UDATPG_FIELD_COUNT","features":[72]},{"name":"UDATPG_FRACTIONAL_SECOND_FIELD","features":[72]},{"name":"UDATPG_HOUR_FIELD","features":[72]},{"name":"UDATPG_MATCH_ALL_FIELDS_LENGTH","features":[72]},{"name":"UDATPG_MATCH_HOUR_FIELD_LENGTH","features":[72]},{"name":"UDATPG_MATCH_NO_OPTIONS","features":[72]},{"name":"UDATPG_MINUTE_FIELD","features":[72]},{"name":"UDATPG_MONTH_FIELD","features":[72]},{"name":"UDATPG_NARROW","features":[72]},{"name":"UDATPG_NO_CONFLICT","features":[72]},{"name":"UDATPG_QUARTER_FIELD","features":[72]},{"name":"UDATPG_SECOND_FIELD","features":[72]},{"name":"UDATPG_WEEKDAY_FIELD","features":[72]},{"name":"UDATPG_WEEK_OF_MONTH_FIELD","features":[72]},{"name":"UDATPG_WEEK_OF_YEAR_FIELD","features":[72]},{"name":"UDATPG_WIDE","features":[72]},{"name":"UDATPG_YEAR_FIELD","features":[72]},{"name":"UDATPG_ZONE_FIELD","features":[72]},{"name":"UDAT_ABBR_GENERIC_TZ","features":[72]},{"name":"UDAT_ABBR_MONTH","features":[72]},{"name":"UDAT_ABBR_MONTH_DAY","features":[72]},{"name":"UDAT_ABBR_MONTH_WEEKDAY_DAY","features":[72]},{"name":"UDAT_ABBR_QUARTER","features":[72]},{"name":"UDAT_ABBR_SPECIFIC_TZ","features":[72]},{"name":"UDAT_ABBR_UTC_TZ","features":[72]},{"name":"UDAT_ABBR_WEEKDAY","features":[72]},{"name":"UDAT_ABSOLUTE_DAY","features":[72]},{"name":"UDAT_ABSOLUTE_FRIDAY","features":[72]},{"name":"UDAT_ABSOLUTE_MONDAY","features":[72]},{"name":"UDAT_ABSOLUTE_MONTH","features":[72]},{"name":"UDAT_ABSOLUTE_NOW","features":[72]},{"name":"UDAT_ABSOLUTE_SATURDAY","features":[72]},{"name":"UDAT_ABSOLUTE_SUNDAY","features":[72]},{"name":"UDAT_ABSOLUTE_THURSDAY","features":[72]},{"name":"UDAT_ABSOLUTE_TUESDAY","features":[72]},{"name":"UDAT_ABSOLUTE_UNIT_COUNT","features":[72]},{"name":"UDAT_ABSOLUTE_WEDNESDAY","features":[72]},{"name":"UDAT_ABSOLUTE_WEEK","features":[72]},{"name":"UDAT_ABSOLUTE_YEAR","features":[72]},{"name":"UDAT_AM_PMS","features":[72]},{"name":"UDAT_AM_PM_FIELD","features":[72]},{"name":"UDAT_AM_PM_MIDNIGHT_NOON_FIELD","features":[72]},{"name":"UDAT_BOOLEAN_ATTRIBUTE_COUNT","features":[72]},{"name":"UDAT_CYCLIC_YEARS_ABBREVIATED","features":[72]},{"name":"UDAT_CYCLIC_YEARS_NARROW","features":[72]},{"name":"UDAT_CYCLIC_YEARS_WIDE","features":[72]},{"name":"UDAT_DATE_FIELD","features":[72]},{"name":"UDAT_DAY","features":[72]},{"name":"UDAT_DAY_OF_WEEK_FIELD","features":[72]},{"name":"UDAT_DAY_OF_WEEK_IN_MONTH_FIELD","features":[72]},{"name":"UDAT_DAY_OF_YEAR_FIELD","features":[72]},{"name":"UDAT_DEFAULT","features":[72]},{"name":"UDAT_DIRECTION_COUNT","features":[72]},{"name":"UDAT_DIRECTION_LAST","features":[72]},{"name":"UDAT_DIRECTION_LAST_2","features":[72]},{"name":"UDAT_DIRECTION_NEXT","features":[72]},{"name":"UDAT_DIRECTION_NEXT_2","features":[72]},{"name":"UDAT_DIRECTION_PLAIN","features":[72]},{"name":"UDAT_DIRECTION_THIS","features":[72]},{"name":"UDAT_DOW_LOCAL_FIELD","features":[72]},{"name":"UDAT_ERAS","features":[72]},{"name":"UDAT_ERA_FIELD","features":[72]},{"name":"UDAT_ERA_NAMES","features":[72]},{"name":"UDAT_EXTENDED_YEAR_FIELD","features":[72]},{"name":"UDAT_FLEXIBLE_DAY_PERIOD_FIELD","features":[72]},{"name":"UDAT_FRACTIONAL_SECOND_FIELD","features":[72]},{"name":"UDAT_FULL","features":[72]},{"name":"UDAT_FULL_RELATIVE","features":[72]},{"name":"UDAT_GENERIC_TZ","features":[72]},{"name":"UDAT_HOUR","features":[72]},{"name":"UDAT_HOUR0_FIELD","features":[72]},{"name":"UDAT_HOUR1_FIELD","features":[72]},{"name":"UDAT_HOUR24","features":[72]},{"name":"UDAT_HOUR24_MINUTE","features":[72]},{"name":"UDAT_HOUR24_MINUTE_SECOND","features":[72]},{"name":"UDAT_HOUR_MINUTE","features":[72]},{"name":"UDAT_HOUR_MINUTE_SECOND","features":[72]},{"name":"UDAT_HOUR_OF_DAY0_FIELD","features":[72]},{"name":"UDAT_HOUR_OF_DAY1_FIELD","features":[72]},{"name":"UDAT_JULIAN_DAY_FIELD","features":[72]},{"name":"UDAT_LOCALIZED_CHARS","features":[72]},{"name":"UDAT_LOCATION_TZ","features":[72]},{"name":"UDAT_LONG","features":[72]},{"name":"UDAT_LONG_RELATIVE","features":[72]},{"name":"UDAT_MEDIUM","features":[72]},{"name":"UDAT_MEDIUM_RELATIVE","features":[72]},{"name":"UDAT_MILLISECONDS_IN_DAY_FIELD","features":[72]},{"name":"UDAT_MINUTE","features":[72]},{"name":"UDAT_MINUTE_FIELD","features":[72]},{"name":"UDAT_MINUTE_SECOND","features":[72]},{"name":"UDAT_MONTH","features":[72]},{"name":"UDAT_MONTHS","features":[72]},{"name":"UDAT_MONTH_DAY","features":[72]},{"name":"UDAT_MONTH_FIELD","features":[72]},{"name":"UDAT_MONTH_WEEKDAY_DAY","features":[72]},{"name":"UDAT_NARROW_MONTHS","features":[72]},{"name":"UDAT_NARROW_WEEKDAYS","features":[72]},{"name":"UDAT_NONE","features":[72]},{"name":"UDAT_NUM_MONTH","features":[72]},{"name":"UDAT_NUM_MONTH_DAY","features":[72]},{"name":"UDAT_NUM_MONTH_WEEKDAY_DAY","features":[72]},{"name":"UDAT_PARSE_ALLOW_NUMERIC","features":[72]},{"name":"UDAT_PARSE_ALLOW_WHITESPACE","features":[72]},{"name":"UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH","features":[72]},{"name":"UDAT_PARSE_PARTIAL_LITERAL_MATCH","features":[72]},{"name":"UDAT_PATTERN","features":[72]},{"name":"UDAT_QUARTER","features":[72]},{"name":"UDAT_QUARTERS","features":[72]},{"name":"UDAT_QUARTER_FIELD","features":[72]},{"name":"UDAT_RELATIVE","features":[72]},{"name":"UDAT_RELATIVE_DAYS","features":[72]},{"name":"UDAT_RELATIVE_HOURS","features":[72]},{"name":"UDAT_RELATIVE_MINUTES","features":[72]},{"name":"UDAT_RELATIVE_MONTHS","features":[72]},{"name":"UDAT_RELATIVE_SECONDS","features":[72]},{"name":"UDAT_RELATIVE_UNIT_COUNT","features":[72]},{"name":"UDAT_RELATIVE_WEEKS","features":[72]},{"name":"UDAT_RELATIVE_YEARS","features":[72]},{"name":"UDAT_REL_LITERAL_FIELD","features":[72]},{"name":"UDAT_REL_NUMERIC_FIELD","features":[72]},{"name":"UDAT_REL_UNIT_DAY","features":[72]},{"name":"UDAT_REL_UNIT_FRIDAY","features":[72]},{"name":"UDAT_REL_UNIT_HOUR","features":[72]},{"name":"UDAT_REL_UNIT_MINUTE","features":[72]},{"name":"UDAT_REL_UNIT_MONDAY","features":[72]},{"name":"UDAT_REL_UNIT_MONTH","features":[72]},{"name":"UDAT_REL_UNIT_QUARTER","features":[72]},{"name":"UDAT_REL_UNIT_SATURDAY","features":[72]},{"name":"UDAT_REL_UNIT_SECOND","features":[72]},{"name":"UDAT_REL_UNIT_SUNDAY","features":[72]},{"name":"UDAT_REL_UNIT_THURSDAY","features":[72]},{"name":"UDAT_REL_UNIT_TUESDAY","features":[72]},{"name":"UDAT_REL_UNIT_WEDNESDAY","features":[72]},{"name":"UDAT_REL_UNIT_WEEK","features":[72]},{"name":"UDAT_REL_UNIT_YEAR","features":[72]},{"name":"UDAT_SECOND","features":[72]},{"name":"UDAT_SECOND_FIELD","features":[72]},{"name":"UDAT_SHORT","features":[72]},{"name":"UDAT_SHORTER_WEEKDAYS","features":[72]},{"name":"UDAT_SHORT_MONTHS","features":[72]},{"name":"UDAT_SHORT_QUARTERS","features":[72]},{"name":"UDAT_SHORT_RELATIVE","features":[72]},{"name":"UDAT_SHORT_WEEKDAYS","features":[72]},{"name":"UDAT_SPECIFIC_TZ","features":[72]},{"name":"UDAT_STANDALONE_DAY_FIELD","features":[72]},{"name":"UDAT_STANDALONE_MONTHS","features":[72]},{"name":"UDAT_STANDALONE_MONTH_FIELD","features":[72]},{"name":"UDAT_STANDALONE_NARROW_MONTHS","features":[72]},{"name":"UDAT_STANDALONE_NARROW_WEEKDAYS","features":[72]},{"name":"UDAT_STANDALONE_QUARTERS","features":[72]},{"name":"UDAT_STANDALONE_QUARTER_FIELD","features":[72]},{"name":"UDAT_STANDALONE_SHORTER_WEEKDAYS","features":[72]},{"name":"UDAT_STANDALONE_SHORT_MONTHS","features":[72]},{"name":"UDAT_STANDALONE_SHORT_QUARTERS","features":[72]},{"name":"UDAT_STANDALONE_SHORT_WEEKDAYS","features":[72]},{"name":"UDAT_STANDALONE_WEEKDAYS","features":[72]},{"name":"UDAT_STYLE_LONG","features":[72]},{"name":"UDAT_STYLE_NARROW","features":[72]},{"name":"UDAT_STYLE_SHORT","features":[72]},{"name":"UDAT_TIMEZONE_FIELD","features":[72]},{"name":"UDAT_TIMEZONE_GENERIC_FIELD","features":[72]},{"name":"UDAT_TIMEZONE_ISO_FIELD","features":[72]},{"name":"UDAT_TIMEZONE_ISO_LOCAL_FIELD","features":[72]},{"name":"UDAT_TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD","features":[72]},{"name":"UDAT_TIMEZONE_RFC_FIELD","features":[72]},{"name":"UDAT_TIMEZONE_SPECIAL_FIELD","features":[72]},{"name":"UDAT_WEEKDAY","features":[72]},{"name":"UDAT_WEEKDAYS","features":[72]},{"name":"UDAT_WEEK_OF_MONTH_FIELD","features":[72]},{"name":"UDAT_WEEK_OF_YEAR_FIELD","features":[72]},{"name":"UDAT_YEAR","features":[72]},{"name":"UDAT_YEAR_ABBR_MONTH","features":[72]},{"name":"UDAT_YEAR_ABBR_MONTH_DAY","features":[72]},{"name":"UDAT_YEAR_ABBR_MONTH_WEEKDAY_DAY","features":[72]},{"name":"UDAT_YEAR_ABBR_QUARTER","features":[72]},{"name":"UDAT_YEAR_FIELD","features":[72]},{"name":"UDAT_YEAR_MONTH","features":[72]},{"name":"UDAT_YEAR_MONTH_DAY","features":[72]},{"name":"UDAT_YEAR_MONTH_WEEKDAY_DAY","features":[72]},{"name":"UDAT_YEAR_NAME_FIELD","features":[72]},{"name":"UDAT_YEAR_NUM_MONTH","features":[72]},{"name":"UDAT_YEAR_NUM_MONTH_DAY","features":[72]},{"name":"UDAT_YEAR_NUM_MONTH_WEEKDAY_DAY","features":[72]},{"name":"UDAT_YEAR_QUARTER","features":[72]},{"name":"UDAT_YEAR_WOY_FIELD","features":[72]},{"name":"UDAT_ZODIAC_NAMES_ABBREVIATED","features":[72]},{"name":"UDAT_ZODIAC_NAMES_NARROW","features":[72]},{"name":"UDAT_ZODIAC_NAMES_WIDE","features":[72]},{"name":"UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE","features":[72]},{"name":"UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE","features":[72]},{"name":"UDISPCTX_CAPITALIZATION_FOR_STANDALONE","features":[72]},{"name":"UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU","features":[72]},{"name":"UDISPCTX_CAPITALIZATION_NONE","features":[72]},{"name":"UDISPCTX_DIALECT_NAMES","features":[72]},{"name":"UDISPCTX_LENGTH_FULL","features":[72]},{"name":"UDISPCTX_LENGTH_SHORT","features":[72]},{"name":"UDISPCTX_NO_SUBSTITUTE","features":[72]},{"name":"UDISPCTX_STANDARD_NAMES","features":[72]},{"name":"UDISPCTX_SUBSTITUTE","features":[72]},{"name":"UDISPCTX_TYPE_CAPITALIZATION","features":[72]},{"name":"UDISPCTX_TYPE_DIALECT_HANDLING","features":[72]},{"name":"UDISPCTX_TYPE_DISPLAY_LENGTH","features":[72]},{"name":"UDISPCTX_TYPE_SUBSTITUTE_HANDLING","features":[72]},{"name":"UDTS_DB2_TIME","features":[72]},{"name":"UDTS_DOTNET_DATE_TIME","features":[72]},{"name":"UDTS_EXCEL_TIME","features":[72]},{"name":"UDTS_ICU4C_TIME","features":[72]},{"name":"UDTS_JAVA_TIME","features":[72]},{"name":"UDTS_MAC_OLD_TIME","features":[72]},{"name":"UDTS_MAC_TIME","features":[72]},{"name":"UDTS_UNIX_MICROSECONDS_TIME","features":[72]},{"name":"UDTS_UNIX_TIME","features":[72]},{"name":"UDTS_WINDOWS_FILE_TIME","features":[72]},{"name":"UDateAbsoluteUnit","features":[72]},{"name":"UDateDirection","features":[72]},{"name":"UDateFormatBooleanAttribute","features":[72]},{"name":"UDateFormatField","features":[72]},{"name":"UDateFormatStyle","features":[72]},{"name":"UDateFormatSymbolType","features":[72]},{"name":"UDateFormatSymbols","features":[72]},{"name":"UDateIntervalFormat","features":[72]},{"name":"UDateRelativeDateTimeFormatterStyle","features":[72]},{"name":"UDateRelativeUnit","features":[72]},{"name":"UDateTimePGDisplayWidth","features":[72]},{"name":"UDateTimePatternConflict","features":[72]},{"name":"UDateTimePatternField","features":[72]},{"name":"UDateTimePatternMatchOptions","features":[72]},{"name":"UDateTimeScale","features":[72]},{"name":"UDecompositionType","features":[72]},{"name":"UDialectHandling","features":[72]},{"name":"UDisplayContext","features":[72]},{"name":"UDisplayContextType","features":[72]},{"name":"UEastAsianWidth","features":[72]},{"name":"UEnumCharNamesFn","features":[72]},{"name":"UEnumeration","features":[72]},{"name":"UErrorCode","features":[72]},{"name":"UFIELD_CATEGORY_DATE","features":[72]},{"name":"UFIELD_CATEGORY_DATE_INTERVAL","features":[72]},{"name":"UFIELD_CATEGORY_DATE_INTERVAL_SPAN","features":[72]},{"name":"UFIELD_CATEGORY_LIST","features":[72]},{"name":"UFIELD_CATEGORY_LIST_SPAN","features":[72]},{"name":"UFIELD_CATEGORY_NUMBER","features":[72]},{"name":"UFIELD_CATEGORY_RELATIVE_DATETIME","features":[72]},{"name":"UFIELD_CATEGORY_UNDEFINED","features":[72]},{"name":"UFMT_ARRAY","features":[72]},{"name":"UFMT_DATE","features":[72]},{"name":"UFMT_DOUBLE","features":[72]},{"name":"UFMT_INT64","features":[72]},{"name":"UFMT_LONG","features":[72]},{"name":"UFMT_OBJECT","features":[72]},{"name":"UFMT_STRING","features":[72]},{"name":"UFieldCategory","features":[72]},{"name":"UFieldPosition","features":[72]},{"name":"UFieldPositionIterator","features":[72]},{"name":"UFormattableType","features":[72]},{"name":"UFormattedDateInterval","features":[72]},{"name":"UFormattedList","features":[72]},{"name":"UFormattedNumber","features":[72]},{"name":"UFormattedNumberRange","features":[72]},{"name":"UFormattedRelativeDateTime","features":[72]},{"name":"UFormattedValue","features":[72]},{"name":"UGENDER_FEMALE","features":[72]},{"name":"UGENDER_MALE","features":[72]},{"name":"UGENDER_OTHER","features":[72]},{"name":"UGender","features":[72]},{"name":"UGenderInfo","features":[72]},{"name":"UGraphemeClusterBreak","features":[72]},{"name":"UHangulSyllableType","features":[72]},{"name":"UHashtable","features":[72]},{"name":"UIDNA","features":[72]},{"name":"UIDNAInfo","features":[72]},{"name":"UIDNA_CHECK_BIDI","features":[72]},{"name":"UIDNA_CHECK_CONTEXTJ","features":[72]},{"name":"UIDNA_CHECK_CONTEXTO","features":[72]},{"name":"UIDNA_DEFAULT","features":[72]},{"name":"UIDNA_ERROR_BIDI","features":[72]},{"name":"UIDNA_ERROR_CONTEXTJ","features":[72]},{"name":"UIDNA_ERROR_CONTEXTO_DIGITS","features":[72]},{"name":"UIDNA_ERROR_CONTEXTO_PUNCTUATION","features":[72]},{"name":"UIDNA_ERROR_DISALLOWED","features":[72]},{"name":"UIDNA_ERROR_DOMAIN_NAME_TOO_LONG","features":[72]},{"name":"UIDNA_ERROR_EMPTY_LABEL","features":[72]},{"name":"UIDNA_ERROR_HYPHEN_3_4","features":[72]},{"name":"UIDNA_ERROR_INVALID_ACE_LABEL","features":[72]},{"name":"UIDNA_ERROR_LABEL_HAS_DOT","features":[72]},{"name":"UIDNA_ERROR_LABEL_TOO_LONG","features":[72]},{"name":"UIDNA_ERROR_LEADING_COMBINING_MARK","features":[72]},{"name":"UIDNA_ERROR_LEADING_HYPHEN","features":[72]},{"name":"UIDNA_ERROR_PUNYCODE","features":[72]},{"name":"UIDNA_ERROR_TRAILING_HYPHEN","features":[72]},{"name":"UIDNA_NONTRANSITIONAL_TO_ASCII","features":[72]},{"name":"UIDNA_NONTRANSITIONAL_TO_UNICODE","features":[72]},{"name":"UIDNA_USE_STD3_RULES","features":[72]},{"name":"UILANGUAGE_ENUMPROCA","features":[3,72]},{"name":"UILANGUAGE_ENUMPROCW","features":[3,72]},{"name":"UITER_CURRENT","features":[72]},{"name":"UITER_LENGTH","features":[72]},{"name":"UITER_LIMIT","features":[72]},{"name":"UITER_START","features":[72]},{"name":"UITER_UNKNOWN_INDEX","features":[72]},{"name":"UITER_ZERO","features":[72]},{"name":"UIndicPositionalCategory","features":[72]},{"name":"UIndicSyllabicCategory","features":[72]},{"name":"UJoiningGroup","features":[72]},{"name":"UJoiningType","features":[72]},{"name":"ULDN_DIALECT_NAMES","features":[72]},{"name":"ULDN_STANDARD_NAMES","features":[72]},{"name":"ULISTFMT_ELEMENT_FIELD","features":[72]},{"name":"ULISTFMT_LITERAL_FIELD","features":[72]},{"name":"ULISTFMT_TYPE_AND","features":[72]},{"name":"ULISTFMT_TYPE_OR","features":[72]},{"name":"ULISTFMT_TYPE_UNITS","features":[72]},{"name":"ULISTFMT_WIDTH_NARROW","features":[72]},{"name":"ULISTFMT_WIDTH_SHORT","features":[72]},{"name":"ULISTFMT_WIDTH_WIDE","features":[72]},{"name":"ULOCDATA_ALT_QUOTATION_END","features":[72]},{"name":"ULOCDATA_ALT_QUOTATION_START","features":[72]},{"name":"ULOCDATA_ES_AUXILIARY","features":[72]},{"name":"ULOCDATA_ES_INDEX","features":[72]},{"name":"ULOCDATA_ES_PUNCTUATION","features":[72]},{"name":"ULOCDATA_ES_STANDARD","features":[72]},{"name":"ULOCDATA_QUOTATION_END","features":[72]},{"name":"ULOCDATA_QUOTATION_START","features":[72]},{"name":"ULOC_ACCEPT_FAILED","features":[72]},{"name":"ULOC_ACCEPT_FALLBACK","features":[72]},{"name":"ULOC_ACCEPT_VALID","features":[72]},{"name":"ULOC_ACTUAL_LOCALE","features":[72]},{"name":"ULOC_AVAILABLE_DEFAULT","features":[72]},{"name":"ULOC_AVAILABLE_ONLY_LEGACY_ALIASES","features":[72]},{"name":"ULOC_AVAILABLE_WITH_LEGACY_ALIASES","features":[72]},{"name":"ULOC_CANADA","features":[72]},{"name":"ULOC_CANADA_FRENCH","features":[72]},{"name":"ULOC_CHINA","features":[72]},{"name":"ULOC_CHINESE","features":[72]},{"name":"ULOC_COUNTRY_CAPACITY","features":[72]},{"name":"ULOC_ENGLISH","features":[72]},{"name":"ULOC_FRANCE","features":[72]},{"name":"ULOC_FRENCH","features":[72]},{"name":"ULOC_FULLNAME_CAPACITY","features":[72]},{"name":"ULOC_GERMAN","features":[72]},{"name":"ULOC_GERMANY","features":[72]},{"name":"ULOC_ITALIAN","features":[72]},{"name":"ULOC_ITALY","features":[72]},{"name":"ULOC_JAPAN","features":[72]},{"name":"ULOC_JAPANESE","features":[72]},{"name":"ULOC_KEYWORDS_CAPACITY","features":[72]},{"name":"ULOC_KEYWORD_AND_VALUES_CAPACITY","features":[72]},{"name":"ULOC_KEYWORD_ASSIGN_UNICODE","features":[72]},{"name":"ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE","features":[72]},{"name":"ULOC_KEYWORD_SEPARATOR_UNICODE","features":[72]},{"name":"ULOC_KOREA","features":[72]},{"name":"ULOC_KOREAN","features":[72]},{"name":"ULOC_LANG_CAPACITY","features":[72]},{"name":"ULOC_LAYOUT_BTT","features":[72]},{"name":"ULOC_LAYOUT_LTR","features":[72]},{"name":"ULOC_LAYOUT_RTL","features":[72]},{"name":"ULOC_LAYOUT_TTB","features":[72]},{"name":"ULOC_LAYOUT_UNKNOWN","features":[72]},{"name":"ULOC_PRC","features":[72]},{"name":"ULOC_SCRIPT_CAPACITY","features":[72]},{"name":"ULOC_SIMPLIFIED_CHINESE","features":[72]},{"name":"ULOC_TAIWAN","features":[72]},{"name":"ULOC_TRADITIONAL_CHINESE","features":[72]},{"name":"ULOC_UK","features":[72]},{"name":"ULOC_US","features":[72]},{"name":"ULOC_VALID_LOCALE","features":[72]},{"name":"ULayoutType","features":[72]},{"name":"ULineBreak","features":[72]},{"name":"ULineBreakTag","features":[72]},{"name":"UListFormatter","features":[72]},{"name":"UListFormatterField","features":[72]},{"name":"UListFormatterType","features":[72]},{"name":"UListFormatterWidth","features":[72]},{"name":"ULocAvailableType","features":[72]},{"name":"ULocDataLocaleType","features":[72]},{"name":"ULocaleData","features":[72]},{"name":"ULocaleDataDelimiterType","features":[72]},{"name":"ULocaleDataExemplarSetType","features":[72]},{"name":"ULocaleDisplayNames","features":[72]},{"name":"UMEASFMT_WIDTH_COUNT","features":[72]},{"name":"UMEASFMT_WIDTH_NARROW","features":[72]},{"name":"UMEASFMT_WIDTH_NUMERIC","features":[72]},{"name":"UMEASFMT_WIDTH_SHORT","features":[72]},{"name":"UMEASFMT_WIDTH_WIDE","features":[72]},{"name":"UMSGPAT_APOS_DOUBLE_OPTIONAL","features":[72]},{"name":"UMSGPAT_APOS_DOUBLE_REQUIRED","features":[72]},{"name":"UMSGPAT_ARG_NAME_NOT_NUMBER","features":[72]},{"name":"UMSGPAT_ARG_NAME_NOT_VALID","features":[72]},{"name":"UMSGPAT_ARG_TYPE_CHOICE","features":[72]},{"name":"UMSGPAT_ARG_TYPE_NONE","features":[72]},{"name":"UMSGPAT_ARG_TYPE_PLURAL","features":[72]},{"name":"UMSGPAT_ARG_TYPE_SELECT","features":[72]},{"name":"UMSGPAT_ARG_TYPE_SELECTORDINAL","features":[72]},{"name":"UMSGPAT_ARG_TYPE_SIMPLE","features":[72]},{"name":"UMSGPAT_PART_TYPE_ARG_DOUBLE","features":[72]},{"name":"UMSGPAT_PART_TYPE_ARG_INT","features":[72]},{"name":"UMSGPAT_PART_TYPE_ARG_LIMIT","features":[72]},{"name":"UMSGPAT_PART_TYPE_ARG_NAME","features":[72]},{"name":"UMSGPAT_PART_TYPE_ARG_NUMBER","features":[72]},{"name":"UMSGPAT_PART_TYPE_ARG_SELECTOR","features":[72]},{"name":"UMSGPAT_PART_TYPE_ARG_START","features":[72]},{"name":"UMSGPAT_PART_TYPE_ARG_STYLE","features":[72]},{"name":"UMSGPAT_PART_TYPE_ARG_TYPE","features":[72]},{"name":"UMSGPAT_PART_TYPE_INSERT_CHAR","features":[72]},{"name":"UMSGPAT_PART_TYPE_MSG_LIMIT","features":[72]},{"name":"UMSGPAT_PART_TYPE_MSG_START","features":[72]},{"name":"UMSGPAT_PART_TYPE_REPLACE_NUMBER","features":[72]},{"name":"UMSGPAT_PART_TYPE_SKIP_SYNTAX","features":[72]},{"name":"UMS_SI","features":[72]},{"name":"UMS_UK","features":[72]},{"name":"UMS_US","features":[72]},{"name":"UMeasureFormatWidth","features":[72]},{"name":"UMeasurementSystem","features":[72]},{"name":"UMemAllocFn","features":[72]},{"name":"UMemFreeFn","features":[72]},{"name":"UMemReallocFn","features":[72]},{"name":"UMessagePatternApostropheMode","features":[72]},{"name":"UMessagePatternArgType","features":[72]},{"name":"UMessagePatternPartType","features":[72]},{"name":"UMutableCPTrie","features":[72]},{"name":"UNESCAPE_CHAR_AT","features":[72]},{"name":"UNICODERANGE","features":[72]},{"name":"UNISCRIBE_OPENTYPE","features":[72]},{"name":"UNORM2_COMPOSE","features":[72]},{"name":"UNORM2_COMPOSE_CONTIGUOUS","features":[72]},{"name":"UNORM2_DECOMPOSE","features":[72]},{"name":"UNORM2_FCD","features":[72]},{"name":"UNORM_DEFAULT","features":[72]},{"name":"UNORM_FCD","features":[72]},{"name":"UNORM_INPUT_IS_FCD","features":[72]},{"name":"UNORM_MAYBE","features":[72]},{"name":"UNORM_MODE_COUNT","features":[72]},{"name":"UNORM_NFC","features":[72]},{"name":"UNORM_NFD","features":[72]},{"name":"UNORM_NFKC","features":[72]},{"name":"UNORM_NFKD","features":[72]},{"name":"UNORM_NO","features":[72]},{"name":"UNORM_NONE","features":[72]},{"name":"UNORM_YES","features":[72]},{"name":"UNUM_CASH_CURRENCY","features":[72]},{"name":"UNUM_COMPACT_FIELD","features":[72]},{"name":"UNUM_CURRENCY","features":[72]},{"name":"UNUM_CURRENCY_ACCOUNTING","features":[72]},{"name":"UNUM_CURRENCY_CODE","features":[72]},{"name":"UNUM_CURRENCY_FIELD","features":[72]},{"name":"UNUM_CURRENCY_INSERT","features":[72]},{"name":"UNUM_CURRENCY_ISO","features":[72]},{"name":"UNUM_CURRENCY_MATCH","features":[72]},{"name":"UNUM_CURRENCY_PLURAL","features":[72]},{"name":"UNUM_CURRENCY_SPACING_COUNT","features":[72]},{"name":"UNUM_CURRENCY_STANDARD","features":[72]},{"name":"UNUM_CURRENCY_SURROUNDING_MATCH","features":[72]},{"name":"UNUM_CURRENCY_SYMBOL","features":[72]},{"name":"UNUM_CURRENCY_USAGE","features":[72]},{"name":"UNUM_DECIMAL","features":[72]},{"name":"UNUM_DECIMAL_ALWAYS_SHOWN","features":[72]},{"name":"UNUM_DECIMAL_COMPACT_LONG","features":[72]},{"name":"UNUM_DECIMAL_COMPACT_SHORT","features":[72]},{"name":"UNUM_DECIMAL_SEPARATOR_ALWAYS","features":[72]},{"name":"UNUM_DECIMAL_SEPARATOR_AUTO","features":[72]},{"name":"UNUM_DECIMAL_SEPARATOR_COUNT","features":[72]},{"name":"UNUM_DECIMAL_SEPARATOR_FIELD","features":[72]},{"name":"UNUM_DECIMAL_SEPARATOR_SYMBOL","features":[72]},{"name":"UNUM_DEFAULT","features":[72]},{"name":"UNUM_DEFAULT_RULESET","features":[72]},{"name":"UNUM_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_DURATION","features":[72]},{"name":"UNUM_EIGHT_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_EXPONENTIAL_SYMBOL","features":[72]},{"name":"UNUM_EXPONENT_FIELD","features":[72]},{"name":"UNUM_EXPONENT_MULTIPLICATION_SYMBOL","features":[72]},{"name":"UNUM_EXPONENT_SIGN_FIELD","features":[72]},{"name":"UNUM_EXPONENT_SYMBOL_FIELD","features":[72]},{"name":"UNUM_FIVE_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_FORMAT_ATTRIBUTE_VALUE_HIDDEN","features":[72]},{"name":"UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS","features":[72]},{"name":"UNUM_FORMAT_WIDTH","features":[72]},{"name":"UNUM_FOUR_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_FRACTION_DIGITS","features":[72]},{"name":"UNUM_FRACTION_FIELD","features":[72]},{"name":"UNUM_GROUPING_AUTO","features":[72]},{"name":"UNUM_GROUPING_MIN2","features":[72]},{"name":"UNUM_GROUPING_OFF","features":[72]},{"name":"UNUM_GROUPING_ON_ALIGNED","features":[72]},{"name":"UNUM_GROUPING_SEPARATOR_FIELD","features":[72]},{"name":"UNUM_GROUPING_SEPARATOR_SYMBOL","features":[72]},{"name":"UNUM_GROUPING_SIZE","features":[72]},{"name":"UNUM_GROUPING_THOUSANDS","features":[72]},{"name":"UNUM_GROUPING_USED","features":[72]},{"name":"UNUM_IDENTITY_FALLBACK_APPROXIMATELY","features":[72]},{"name":"UNUM_IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE","features":[72]},{"name":"UNUM_IDENTITY_FALLBACK_RANGE","features":[72]},{"name":"UNUM_IDENTITY_FALLBACK_SINGLE_VALUE","features":[72]},{"name":"UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING","features":[72]},{"name":"UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING","features":[72]},{"name":"UNUM_IDENTITY_RESULT_NOT_EQUAL","features":[72]},{"name":"UNUM_IGNORE","features":[72]},{"name":"UNUM_INFINITY_SYMBOL","features":[72]},{"name":"UNUM_INTEGER_DIGITS","features":[72]},{"name":"UNUM_INTEGER_FIELD","features":[72]},{"name":"UNUM_INTL_CURRENCY_SYMBOL","features":[72]},{"name":"UNUM_LENIENT_PARSE","features":[72]},{"name":"UNUM_LONG","features":[72]},{"name":"UNUM_MAX_FRACTION_DIGITS","features":[72]},{"name":"UNUM_MAX_INTEGER_DIGITS","features":[72]},{"name":"UNUM_MAX_SIGNIFICANT_DIGITS","features":[72]},{"name":"UNUM_MEASURE_UNIT_FIELD","features":[72]},{"name":"UNUM_MINIMUM_GROUPING_DIGITS","features":[72]},{"name":"UNUM_MINUS_SIGN_SYMBOL","features":[72]},{"name":"UNUM_MIN_FRACTION_DIGITS","features":[72]},{"name":"UNUM_MIN_INTEGER_DIGITS","features":[72]},{"name":"UNUM_MIN_SIGNIFICANT_DIGITS","features":[72]},{"name":"UNUM_MONETARY_GROUPING_SEPARATOR_SYMBOL","features":[72]},{"name":"UNUM_MONETARY_SEPARATOR_SYMBOL","features":[72]},{"name":"UNUM_MULTIPLIER","features":[72]},{"name":"UNUM_NAN_SYMBOL","features":[72]},{"name":"UNUM_NEGATIVE_PREFIX","features":[72]},{"name":"UNUM_NEGATIVE_SUFFIX","features":[72]},{"name":"UNUM_NINE_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_NUMBERING_SYSTEM","features":[72]},{"name":"UNUM_ONE_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_ORDINAL","features":[72]},{"name":"UNUM_PADDING_CHARACTER","features":[72]},{"name":"UNUM_PADDING_POSITION","features":[72]},{"name":"UNUM_PAD_AFTER_PREFIX","features":[72]},{"name":"UNUM_PAD_AFTER_SUFFIX","features":[72]},{"name":"UNUM_PAD_BEFORE_PREFIX","features":[72]},{"name":"UNUM_PAD_BEFORE_SUFFIX","features":[72]},{"name":"UNUM_PAD_ESCAPE_SYMBOL","features":[72]},{"name":"UNUM_PARSE_ALL_INPUT","features":[72]},{"name":"UNUM_PARSE_CASE_SENSITIVE","features":[72]},{"name":"UNUM_PARSE_DECIMAL_MARK_REQUIRED","features":[72]},{"name":"UNUM_PARSE_INT_ONLY","features":[72]},{"name":"UNUM_PARSE_NO_EXPONENT","features":[72]},{"name":"UNUM_PATTERN_DECIMAL","features":[72]},{"name":"UNUM_PATTERN_RULEBASED","features":[72]},{"name":"UNUM_PATTERN_SEPARATOR_SYMBOL","features":[72]},{"name":"UNUM_PERCENT","features":[72]},{"name":"UNUM_PERCENT_FIELD","features":[72]},{"name":"UNUM_PERCENT_SYMBOL","features":[72]},{"name":"UNUM_PERMILL_FIELD","features":[72]},{"name":"UNUM_PERMILL_SYMBOL","features":[72]},{"name":"UNUM_PLUS_SIGN_SYMBOL","features":[72]},{"name":"UNUM_POSITIVE_PREFIX","features":[72]},{"name":"UNUM_POSITIVE_SUFFIX","features":[72]},{"name":"UNUM_PUBLIC_RULESETS","features":[72]},{"name":"UNUM_RANGE_COLLAPSE_ALL","features":[72]},{"name":"UNUM_RANGE_COLLAPSE_AUTO","features":[72]},{"name":"UNUM_RANGE_COLLAPSE_NONE","features":[72]},{"name":"UNUM_RANGE_COLLAPSE_UNIT","features":[72]},{"name":"UNUM_ROUNDING_INCREMENT","features":[72]},{"name":"UNUM_ROUNDING_MODE","features":[72]},{"name":"UNUM_ROUND_CEILING","features":[72]},{"name":"UNUM_ROUND_DOWN","features":[72]},{"name":"UNUM_ROUND_FLOOR","features":[72]},{"name":"UNUM_ROUND_HALFDOWN","features":[72]},{"name":"UNUM_ROUND_HALFEVEN","features":[72]},{"name":"UNUM_ROUND_HALFUP","features":[72]},{"name":"UNUM_ROUND_UNNECESSARY","features":[72]},{"name":"UNUM_ROUND_UP","features":[72]},{"name":"UNUM_SCALE","features":[72]},{"name":"UNUM_SCIENTIFIC","features":[72]},{"name":"UNUM_SECONDARY_GROUPING_SIZE","features":[72]},{"name":"UNUM_SEVEN_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_SHORT","features":[72]},{"name":"UNUM_SIGNIFICANT_DIGITS_USED","features":[72]},{"name":"UNUM_SIGNIFICANT_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_SIGN_ACCOUNTING","features":[72]},{"name":"UNUM_SIGN_ACCOUNTING_ALWAYS","features":[72]},{"name":"UNUM_SIGN_ACCOUNTING_EXCEPT_ZERO","features":[72]},{"name":"UNUM_SIGN_ALWAYS","features":[72]},{"name":"UNUM_SIGN_ALWAYS_SHOWN","features":[72]},{"name":"UNUM_SIGN_AUTO","features":[72]},{"name":"UNUM_SIGN_COUNT","features":[72]},{"name":"UNUM_SIGN_EXCEPT_ZERO","features":[72]},{"name":"UNUM_SIGN_FIELD","features":[72]},{"name":"UNUM_SIGN_NEVER","features":[72]},{"name":"UNUM_SIX_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_SPELLOUT","features":[72]},{"name":"UNUM_THREE_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_TWO_DIGIT_SYMBOL","features":[72]},{"name":"UNUM_UNIT_WIDTH_COUNT","features":[72]},{"name":"UNUM_UNIT_WIDTH_FULL_NAME","features":[72]},{"name":"UNUM_UNIT_WIDTH_HIDDEN","features":[72]},{"name":"UNUM_UNIT_WIDTH_ISO_CODE","features":[72]},{"name":"UNUM_UNIT_WIDTH_NARROW","features":[72]},{"name":"UNUM_UNIT_WIDTH_SHORT","features":[72]},{"name":"UNUM_ZERO_DIGIT_SYMBOL","features":[72]},{"name":"UNormalization2Mode","features":[72]},{"name":"UNormalizationCheckResult","features":[72]},{"name":"UNormalizationMode","features":[72]},{"name":"UNormalizer2","features":[72]},{"name":"UNumberCompactStyle","features":[72]},{"name":"UNumberDecimalSeparatorDisplay","features":[72]},{"name":"UNumberFormatAttribute","features":[72]},{"name":"UNumberFormatAttributeValue","features":[72]},{"name":"UNumberFormatFields","features":[72]},{"name":"UNumberFormatPadPosition","features":[72]},{"name":"UNumberFormatRoundingMode","features":[72]},{"name":"UNumberFormatStyle","features":[72]},{"name":"UNumberFormatSymbol","features":[72]},{"name":"UNumberFormatTextAttribute","features":[72]},{"name":"UNumberFormatter","features":[72]},{"name":"UNumberGroupingStrategy","features":[72]},{"name":"UNumberRangeCollapse","features":[72]},{"name":"UNumberRangeIdentityFallback","features":[72]},{"name":"UNumberRangeIdentityResult","features":[72]},{"name":"UNumberSignDisplay","features":[72]},{"name":"UNumberUnitWidth","features":[72]},{"name":"UNumberingSystem","features":[72]},{"name":"UNumericType","features":[72]},{"name":"UPLURAL_TYPE_CARDINAL","features":[72]},{"name":"UPLURAL_TYPE_ORDINAL","features":[72]},{"name":"UParseError","features":[72]},{"name":"UPluralRules","features":[72]},{"name":"UPluralType","features":[72]},{"name":"UProperty","features":[72]},{"name":"UPropertyNameChoice","features":[72]},{"name":"UREGEX_CASE_INSENSITIVE","features":[72]},{"name":"UREGEX_COMMENTS","features":[72]},{"name":"UREGEX_DOTALL","features":[72]},{"name":"UREGEX_ERROR_ON_UNKNOWN_ESCAPES","features":[72]},{"name":"UREGEX_LITERAL","features":[72]},{"name":"UREGEX_MULTILINE","features":[72]},{"name":"UREGEX_UNIX_LINES","features":[72]},{"name":"UREGEX_UWORD","features":[72]},{"name":"URES_ALIAS","features":[72]},{"name":"URES_ARRAY","features":[72]},{"name":"URES_BINARY","features":[72]},{"name":"URES_INT","features":[72]},{"name":"URES_INT_VECTOR","features":[72]},{"name":"URES_NONE","features":[72]},{"name":"URES_STRING","features":[72]},{"name":"URES_TABLE","features":[72]},{"name":"URGN_CONTINENT","features":[72]},{"name":"URGN_DEPRECATED","features":[72]},{"name":"URGN_GROUPING","features":[72]},{"name":"URGN_SUBCONTINENT","features":[72]},{"name":"URGN_TERRITORY","features":[72]},{"name":"URGN_UNKNOWN","features":[72]},{"name":"URGN_WORLD","features":[72]},{"name":"URegexFindProgressCallback","features":[72]},{"name":"URegexMatchCallback","features":[72]},{"name":"URegexpFlag","features":[72]},{"name":"URegion","features":[72]},{"name":"URegionType","features":[72]},{"name":"URegularExpression","features":[72]},{"name":"URelativeDateTimeFormatter","features":[72]},{"name":"URelativeDateTimeFormatterField","features":[72]},{"name":"URelativeDateTimeUnit","features":[72]},{"name":"UReplaceableCallbacks","features":[72]},{"name":"UResType","features":[72]},{"name":"UResourceBundle","features":[72]},{"name":"URestrictionLevel","features":[72]},{"name":"USCRIPT_ADLAM","features":[72]},{"name":"USCRIPT_AFAKA","features":[72]},{"name":"USCRIPT_AHOM","features":[72]},{"name":"USCRIPT_ANATOLIAN_HIEROGLYPHS","features":[72]},{"name":"USCRIPT_ARABIC","features":[72]},{"name":"USCRIPT_ARMENIAN","features":[72]},{"name":"USCRIPT_AVESTAN","features":[72]},{"name":"USCRIPT_BALINESE","features":[72]},{"name":"USCRIPT_BAMUM","features":[72]},{"name":"USCRIPT_BASSA_VAH","features":[72]},{"name":"USCRIPT_BATAK","features":[72]},{"name":"USCRIPT_BENGALI","features":[72]},{"name":"USCRIPT_BHAIKSUKI","features":[72]},{"name":"USCRIPT_BLISSYMBOLS","features":[72]},{"name":"USCRIPT_BOOK_PAHLAVI","features":[72]},{"name":"USCRIPT_BOPOMOFO","features":[72]},{"name":"USCRIPT_BRAHMI","features":[72]},{"name":"USCRIPT_BRAILLE","features":[72]},{"name":"USCRIPT_BUGINESE","features":[72]},{"name":"USCRIPT_BUHID","features":[72]},{"name":"USCRIPT_CANADIAN_ABORIGINAL","features":[72]},{"name":"USCRIPT_CARIAN","features":[72]},{"name":"USCRIPT_CAUCASIAN_ALBANIAN","features":[72]},{"name":"USCRIPT_CHAKMA","features":[72]},{"name":"USCRIPT_CHAM","features":[72]},{"name":"USCRIPT_CHEROKEE","features":[72]},{"name":"USCRIPT_CHORASMIAN","features":[72]},{"name":"USCRIPT_CIRTH","features":[72]},{"name":"USCRIPT_COMMON","features":[72]},{"name":"USCRIPT_COPTIC","features":[72]},{"name":"USCRIPT_CUNEIFORM","features":[72]},{"name":"USCRIPT_CYPRIOT","features":[72]},{"name":"USCRIPT_CYRILLIC","features":[72]},{"name":"USCRIPT_DEMOTIC_EGYPTIAN","features":[72]},{"name":"USCRIPT_DESERET","features":[72]},{"name":"USCRIPT_DEVANAGARI","features":[72]},{"name":"USCRIPT_DIVES_AKURU","features":[72]},{"name":"USCRIPT_DOGRA","features":[72]},{"name":"USCRIPT_DUPLOYAN","features":[72]},{"name":"USCRIPT_EASTERN_SYRIAC","features":[72]},{"name":"USCRIPT_EGYPTIAN_HIEROGLYPHS","features":[72]},{"name":"USCRIPT_ELBASAN","features":[72]},{"name":"USCRIPT_ELYMAIC","features":[72]},{"name":"USCRIPT_ESTRANGELO_SYRIAC","features":[72]},{"name":"USCRIPT_ETHIOPIC","features":[72]},{"name":"USCRIPT_GEORGIAN","features":[72]},{"name":"USCRIPT_GLAGOLITIC","features":[72]},{"name":"USCRIPT_GOTHIC","features":[72]},{"name":"USCRIPT_GRANTHA","features":[72]},{"name":"USCRIPT_GREEK","features":[72]},{"name":"USCRIPT_GUJARATI","features":[72]},{"name":"USCRIPT_GUNJALA_GONDI","features":[72]},{"name":"USCRIPT_GURMUKHI","features":[72]},{"name":"USCRIPT_HAN","features":[72]},{"name":"USCRIPT_HANGUL","features":[72]},{"name":"USCRIPT_HANIFI_ROHINGYA","features":[72]},{"name":"USCRIPT_HANUNOO","features":[72]},{"name":"USCRIPT_HAN_WITH_BOPOMOFO","features":[72]},{"name":"USCRIPT_HARAPPAN_INDUS","features":[72]},{"name":"USCRIPT_HATRAN","features":[72]},{"name":"USCRIPT_HEBREW","features":[72]},{"name":"USCRIPT_HIERATIC_EGYPTIAN","features":[72]},{"name":"USCRIPT_HIRAGANA","features":[72]},{"name":"USCRIPT_IMPERIAL_ARAMAIC","features":[72]},{"name":"USCRIPT_INHERITED","features":[72]},{"name":"USCRIPT_INSCRIPTIONAL_PAHLAVI","features":[72]},{"name":"USCRIPT_INSCRIPTIONAL_PARTHIAN","features":[72]},{"name":"USCRIPT_INVALID_CODE","features":[72]},{"name":"USCRIPT_JAMO","features":[72]},{"name":"USCRIPT_JAPANESE","features":[72]},{"name":"USCRIPT_JAVANESE","features":[72]},{"name":"USCRIPT_JURCHEN","features":[72]},{"name":"USCRIPT_KAITHI","features":[72]},{"name":"USCRIPT_KANNADA","features":[72]},{"name":"USCRIPT_KATAKANA","features":[72]},{"name":"USCRIPT_KATAKANA_OR_HIRAGANA","features":[72]},{"name":"USCRIPT_KAYAH_LI","features":[72]},{"name":"USCRIPT_KHAROSHTHI","features":[72]},{"name":"USCRIPT_KHITAN_SMALL_SCRIPT","features":[72]},{"name":"USCRIPT_KHMER","features":[72]},{"name":"USCRIPT_KHOJKI","features":[72]},{"name":"USCRIPT_KHUDAWADI","features":[72]},{"name":"USCRIPT_KHUTSURI","features":[72]},{"name":"USCRIPT_KOREAN","features":[72]},{"name":"USCRIPT_KPELLE","features":[72]},{"name":"USCRIPT_LANNA","features":[72]},{"name":"USCRIPT_LAO","features":[72]},{"name":"USCRIPT_LATIN","features":[72]},{"name":"USCRIPT_LATIN_FRAKTUR","features":[72]},{"name":"USCRIPT_LATIN_GAELIC","features":[72]},{"name":"USCRIPT_LEPCHA","features":[72]},{"name":"USCRIPT_LIMBU","features":[72]},{"name":"USCRIPT_LINEAR_A","features":[72]},{"name":"USCRIPT_LINEAR_B","features":[72]},{"name":"USCRIPT_LISU","features":[72]},{"name":"USCRIPT_LOMA","features":[72]},{"name":"USCRIPT_LYCIAN","features":[72]},{"name":"USCRIPT_LYDIAN","features":[72]},{"name":"USCRIPT_MAHAJANI","features":[72]},{"name":"USCRIPT_MAKASAR","features":[72]},{"name":"USCRIPT_MALAYALAM","features":[72]},{"name":"USCRIPT_MANDAEAN","features":[72]},{"name":"USCRIPT_MANDAIC","features":[72]},{"name":"USCRIPT_MANICHAEAN","features":[72]},{"name":"USCRIPT_MARCHEN","features":[72]},{"name":"USCRIPT_MASARAM_GONDI","features":[72]},{"name":"USCRIPT_MATHEMATICAL_NOTATION","features":[72]},{"name":"USCRIPT_MAYAN_HIEROGLYPHS","features":[72]},{"name":"USCRIPT_MEDEFAIDRIN","features":[72]},{"name":"USCRIPT_MEITEI_MAYEK","features":[72]},{"name":"USCRIPT_MENDE","features":[72]},{"name":"USCRIPT_MEROITIC","features":[72]},{"name":"USCRIPT_MEROITIC_CURSIVE","features":[72]},{"name":"USCRIPT_MEROITIC_HIEROGLYPHS","features":[72]},{"name":"USCRIPT_MIAO","features":[72]},{"name":"USCRIPT_MODI","features":[72]},{"name":"USCRIPT_MONGOLIAN","features":[72]},{"name":"USCRIPT_MOON","features":[72]},{"name":"USCRIPT_MRO","features":[72]},{"name":"USCRIPT_MULTANI","features":[72]},{"name":"USCRIPT_MYANMAR","features":[72]},{"name":"USCRIPT_NABATAEAN","features":[72]},{"name":"USCRIPT_NAKHI_GEBA","features":[72]},{"name":"USCRIPT_NANDINAGARI","features":[72]},{"name":"USCRIPT_NEWA","features":[72]},{"name":"USCRIPT_NEW_TAI_LUE","features":[72]},{"name":"USCRIPT_NKO","features":[72]},{"name":"USCRIPT_NUSHU","features":[72]},{"name":"USCRIPT_NYIAKENG_PUACHUE_HMONG","features":[72]},{"name":"USCRIPT_OGHAM","features":[72]},{"name":"USCRIPT_OLD_CHURCH_SLAVONIC_CYRILLIC","features":[72]},{"name":"USCRIPT_OLD_HUNGARIAN","features":[72]},{"name":"USCRIPT_OLD_ITALIC","features":[72]},{"name":"USCRIPT_OLD_NORTH_ARABIAN","features":[72]},{"name":"USCRIPT_OLD_PERMIC","features":[72]},{"name":"USCRIPT_OLD_PERSIAN","features":[72]},{"name":"USCRIPT_OLD_SOGDIAN","features":[72]},{"name":"USCRIPT_OLD_SOUTH_ARABIAN","features":[72]},{"name":"USCRIPT_OL_CHIKI","features":[72]},{"name":"USCRIPT_ORIYA","features":[72]},{"name":"USCRIPT_ORKHON","features":[72]},{"name":"USCRIPT_OSAGE","features":[72]},{"name":"USCRIPT_OSMANYA","features":[72]},{"name":"USCRIPT_PAHAWH_HMONG","features":[72]},{"name":"USCRIPT_PALMYRENE","features":[72]},{"name":"USCRIPT_PAU_CIN_HAU","features":[72]},{"name":"USCRIPT_PHAGS_PA","features":[72]},{"name":"USCRIPT_PHOENICIAN","features":[72]},{"name":"USCRIPT_PHONETIC_POLLARD","features":[72]},{"name":"USCRIPT_PSALTER_PAHLAVI","features":[72]},{"name":"USCRIPT_REJANG","features":[72]},{"name":"USCRIPT_RONGORONGO","features":[72]},{"name":"USCRIPT_RUNIC","features":[72]},{"name":"USCRIPT_SAMARITAN","features":[72]},{"name":"USCRIPT_SARATI","features":[72]},{"name":"USCRIPT_SAURASHTRA","features":[72]},{"name":"USCRIPT_SHARADA","features":[72]},{"name":"USCRIPT_SHAVIAN","features":[72]},{"name":"USCRIPT_SIDDHAM","features":[72]},{"name":"USCRIPT_SIGN_WRITING","features":[72]},{"name":"USCRIPT_SIMPLIFIED_HAN","features":[72]},{"name":"USCRIPT_SINDHI","features":[72]},{"name":"USCRIPT_SINHALA","features":[72]},{"name":"USCRIPT_SOGDIAN","features":[72]},{"name":"USCRIPT_SORA_SOMPENG","features":[72]},{"name":"USCRIPT_SOYOMBO","features":[72]},{"name":"USCRIPT_SUNDANESE","features":[72]},{"name":"USCRIPT_SYLOTI_NAGRI","features":[72]},{"name":"USCRIPT_SYMBOLS","features":[72]},{"name":"USCRIPT_SYMBOLS_EMOJI","features":[72]},{"name":"USCRIPT_SYRIAC","features":[72]},{"name":"USCRIPT_TAGALOG","features":[72]},{"name":"USCRIPT_TAGBANWA","features":[72]},{"name":"USCRIPT_TAI_LE","features":[72]},{"name":"USCRIPT_TAI_VIET","features":[72]},{"name":"USCRIPT_TAKRI","features":[72]},{"name":"USCRIPT_TAMIL","features":[72]},{"name":"USCRIPT_TANGUT","features":[72]},{"name":"USCRIPT_TELUGU","features":[72]},{"name":"USCRIPT_TENGWAR","features":[72]},{"name":"USCRIPT_THAANA","features":[72]},{"name":"USCRIPT_THAI","features":[72]},{"name":"USCRIPT_TIBETAN","features":[72]},{"name":"USCRIPT_TIFINAGH","features":[72]},{"name":"USCRIPT_TIRHUTA","features":[72]},{"name":"USCRIPT_TRADITIONAL_HAN","features":[72]},{"name":"USCRIPT_UCAS","features":[72]},{"name":"USCRIPT_UGARITIC","features":[72]},{"name":"USCRIPT_UNKNOWN","features":[72]},{"name":"USCRIPT_UNWRITTEN_LANGUAGES","features":[72]},{"name":"USCRIPT_USAGE_ASPIRATIONAL","features":[72]},{"name":"USCRIPT_USAGE_EXCLUDED","features":[72]},{"name":"USCRIPT_USAGE_LIMITED_USE","features":[72]},{"name":"USCRIPT_USAGE_NOT_ENCODED","features":[72]},{"name":"USCRIPT_USAGE_RECOMMENDED","features":[72]},{"name":"USCRIPT_USAGE_UNKNOWN","features":[72]},{"name":"USCRIPT_VAI","features":[72]},{"name":"USCRIPT_VISIBLE_SPEECH","features":[72]},{"name":"USCRIPT_WANCHO","features":[72]},{"name":"USCRIPT_WARANG_CITI","features":[72]},{"name":"USCRIPT_WESTERN_SYRIAC","features":[72]},{"name":"USCRIPT_WOLEAI","features":[72]},{"name":"USCRIPT_YEZIDI","features":[72]},{"name":"USCRIPT_YI","features":[72]},{"name":"USCRIPT_ZANABAZAR_SQUARE","features":[72]},{"name":"USEARCH_ANY_BASE_WEIGHT_IS_WILDCARD","features":[72]},{"name":"USEARCH_DEFAULT","features":[72]},{"name":"USEARCH_DONE","features":[72]},{"name":"USEARCH_ELEMENT_COMPARISON","features":[72]},{"name":"USEARCH_OFF","features":[72]},{"name":"USEARCH_ON","features":[72]},{"name":"USEARCH_OVERLAP","features":[72]},{"name":"USEARCH_PATTERN_BASE_WEIGHT_IS_WILDCARD","features":[72]},{"name":"USEARCH_STANDARD_ELEMENT_COMPARISON","features":[72]},{"name":"USET_ADD_CASE_MAPPINGS","features":[72]},{"name":"USET_CASE_INSENSITIVE","features":[72]},{"name":"USET_IGNORE_SPACE","features":[72]},{"name":"USET_SERIALIZED_STATIC_ARRAY_CAPACITY","features":[72]},{"name":"USET_SPAN_CONTAINED","features":[72]},{"name":"USET_SPAN_NOT_CONTAINED","features":[72]},{"name":"USET_SPAN_SIMPLE","features":[72]},{"name":"USPOOF_ALL_CHECKS","features":[72]},{"name":"USPOOF_ASCII","features":[72]},{"name":"USPOOF_AUX_INFO","features":[72]},{"name":"USPOOF_CHAR_LIMIT","features":[72]},{"name":"USPOOF_CONFUSABLE","features":[72]},{"name":"USPOOF_HIDDEN_OVERLAY","features":[72]},{"name":"USPOOF_HIGHLY_RESTRICTIVE","features":[72]},{"name":"USPOOF_INVISIBLE","features":[72]},{"name":"USPOOF_MINIMALLY_RESTRICTIVE","features":[72]},{"name":"USPOOF_MIXED_NUMBERS","features":[72]},{"name":"USPOOF_MIXED_SCRIPT_CONFUSABLE","features":[72]},{"name":"USPOOF_MODERATELY_RESTRICTIVE","features":[72]},{"name":"USPOOF_RESTRICTION_LEVEL","features":[72]},{"name":"USPOOF_RESTRICTION_LEVEL_MASK","features":[72]},{"name":"USPOOF_SINGLE_SCRIPT_CONFUSABLE","features":[72]},{"name":"USPOOF_SINGLE_SCRIPT_RESTRICTIVE","features":[72]},{"name":"USPOOF_UNRESTRICTIVE","features":[72]},{"name":"USPOOF_WHOLE_SCRIPT_CONFUSABLE","features":[72]},{"name":"USPREP_ALLOW_UNASSIGNED","features":[72]},{"name":"USPREP_DEFAULT","features":[72]},{"name":"USPREP_RFC3491_NAMEPREP","features":[72]},{"name":"USPREP_RFC3530_NFS4_CIS_PREP","features":[72]},{"name":"USPREP_RFC3530_NFS4_CS_PREP","features":[72]},{"name":"USPREP_RFC3530_NFS4_CS_PREP_CI","features":[72]},{"name":"USPREP_RFC3530_NFS4_MIXED_PREP_PREFIX","features":[72]},{"name":"USPREP_RFC3530_NFS4_MIXED_PREP_SUFFIX","features":[72]},{"name":"USPREP_RFC3722_ISCSI","features":[72]},{"name":"USPREP_RFC3920_NODEPREP","features":[72]},{"name":"USPREP_RFC3920_RESOURCEPREP","features":[72]},{"name":"USPREP_RFC4011_MIB","features":[72]},{"name":"USPREP_RFC4013_SASLPREP","features":[72]},{"name":"USPREP_RFC4505_TRACE","features":[72]},{"name":"USPREP_RFC4518_LDAP","features":[72]},{"name":"USPREP_RFC4518_LDAP_CI","features":[72]},{"name":"USP_E_SCRIPT_NOT_IN_FONT","features":[72]},{"name":"USTRINGTRIE_BUILD_FAST","features":[72]},{"name":"USTRINGTRIE_BUILD_SMALL","features":[72]},{"name":"USTRINGTRIE_FINAL_VALUE","features":[72]},{"name":"USTRINGTRIE_INTERMEDIATE_VALUE","features":[72]},{"name":"USTRINGTRIE_NO_MATCH","features":[72]},{"name":"USTRINGTRIE_NO_VALUE","features":[72]},{"name":"UScriptCode","features":[72]},{"name":"UScriptUsage","features":[72]},{"name":"USearch","features":[72]},{"name":"USearchAttribute","features":[72]},{"name":"USearchAttributeValue","features":[72]},{"name":"USentenceBreak","features":[72]},{"name":"USentenceBreakTag","features":[72]},{"name":"USerializedSet","features":[72]},{"name":"USet","features":[72]},{"name":"USetSpanCondition","features":[72]},{"name":"USpoofCheckResult","features":[72]},{"name":"USpoofChecker","features":[72]},{"name":"USpoofChecks","features":[72]},{"name":"UStringCaseMapper","features":[72]},{"name":"UStringPrepProfile","features":[72]},{"name":"UStringPrepProfileType","features":[72]},{"name":"UStringSearch","features":[72]},{"name":"UStringTrieBuildOption","features":[72]},{"name":"UStringTrieResult","features":[72]},{"name":"USystemTimeZoneType","features":[72]},{"name":"UTEXT_MAGIC","features":[72]},{"name":"UTEXT_PROVIDER_HAS_META_DATA","features":[72]},{"name":"UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE","features":[72]},{"name":"UTEXT_PROVIDER_OWNS_TEXT","features":[72]},{"name":"UTEXT_PROVIDER_STABLE_CHUNKS","features":[72]},{"name":"UTEXT_PROVIDER_WRITABLE","features":[72]},{"name":"UTF16_MAX_CHAR_LENGTH","features":[72]},{"name":"UTF32_MAX_CHAR_LENGTH","features":[72]},{"name":"UTF8_ERROR_VALUE_1","features":[72]},{"name":"UTF8_ERROR_VALUE_2","features":[72]},{"name":"UTF8_MAX_CHAR_LENGTH","features":[72]},{"name":"UTF_ERROR_VALUE","features":[72]},{"name":"UTF_MAX_CHAR_LENGTH","features":[72]},{"name":"UTF_SIZE","features":[72]},{"name":"UTRACE_COLLATION_START","features":[72]},{"name":"UTRACE_CONVERSION_START","features":[72]},{"name":"UTRACE_ERROR","features":[72]},{"name":"UTRACE_FUNCTION_START","features":[72]},{"name":"UTRACE_INFO","features":[72]},{"name":"UTRACE_OFF","features":[72]},{"name":"UTRACE_OPEN_CLOSE","features":[72]},{"name":"UTRACE_UCNV_CLONE","features":[72]},{"name":"UTRACE_UCNV_CLOSE","features":[72]},{"name":"UTRACE_UCNV_FLUSH_CACHE","features":[72]},{"name":"UTRACE_UCNV_LOAD","features":[72]},{"name":"UTRACE_UCNV_OPEN","features":[72]},{"name":"UTRACE_UCNV_OPEN_ALGORITHMIC","features":[72]},{"name":"UTRACE_UCNV_OPEN_PACKAGE","features":[72]},{"name":"UTRACE_UCNV_UNLOAD","features":[72]},{"name":"UTRACE_UCOL_CLOSE","features":[72]},{"name":"UTRACE_UCOL_GETLOCALE","features":[72]},{"name":"UTRACE_UCOL_GET_SORTKEY","features":[72]},{"name":"UTRACE_UCOL_NEXTSORTKEYPART","features":[72]},{"name":"UTRACE_UCOL_OPEN","features":[72]},{"name":"UTRACE_UCOL_OPEN_FROM_SHORT_STRING","features":[72]},{"name":"UTRACE_UCOL_STRCOLL","features":[72]},{"name":"UTRACE_UCOL_STRCOLLITER","features":[72]},{"name":"UTRACE_UCOL_STRCOLLUTF8","features":[72]},{"name":"UTRACE_UDATA_BUNDLE","features":[72]},{"name":"UTRACE_UDATA_DATA_FILE","features":[72]},{"name":"UTRACE_UDATA_RESOURCE","features":[72]},{"name":"UTRACE_UDATA_RES_FILE","features":[72]},{"name":"UTRACE_UDATA_START","features":[72]},{"name":"UTRACE_U_CLEANUP","features":[72]},{"name":"UTRACE_U_INIT","features":[72]},{"name":"UTRACE_VERBOSE","features":[72]},{"name":"UTRACE_WARNING","features":[72]},{"name":"UTRANS_FORWARD","features":[72]},{"name":"UTRANS_REVERSE","features":[72]},{"name":"UTSV_EPOCH_OFFSET_VALUE","features":[72]},{"name":"UTSV_FROM_MAX_VALUE","features":[72]},{"name":"UTSV_FROM_MIN_VALUE","features":[72]},{"name":"UTSV_TO_MAX_VALUE","features":[72]},{"name":"UTSV_TO_MIN_VALUE","features":[72]},{"name":"UTSV_UNITS_VALUE","features":[72]},{"name":"UTZFMT_PARSE_OPTION_ALL_STYLES","features":[72]},{"name":"UTZFMT_PARSE_OPTION_NONE","features":[72]},{"name":"UTZFMT_PARSE_OPTION_TZ_DATABASE_ABBREVIATIONS","features":[72]},{"name":"UTZFMT_PAT_COUNT","features":[72]},{"name":"UTZFMT_PAT_NEGATIVE_H","features":[72]},{"name":"UTZFMT_PAT_NEGATIVE_HM","features":[72]},{"name":"UTZFMT_PAT_NEGATIVE_HMS","features":[72]},{"name":"UTZFMT_PAT_POSITIVE_H","features":[72]},{"name":"UTZFMT_PAT_POSITIVE_HM","features":[72]},{"name":"UTZFMT_PAT_POSITIVE_HMS","features":[72]},{"name":"UTZFMT_STYLE_EXEMPLAR_LOCATION","features":[72]},{"name":"UTZFMT_STYLE_GENERIC_LOCATION","features":[72]},{"name":"UTZFMT_STYLE_GENERIC_LONG","features":[72]},{"name":"UTZFMT_STYLE_GENERIC_SHORT","features":[72]},{"name":"UTZFMT_STYLE_ISO_BASIC_FIXED","features":[72]},{"name":"UTZFMT_STYLE_ISO_BASIC_FULL","features":[72]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED","features":[72]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL","features":[72]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT","features":[72]},{"name":"UTZFMT_STYLE_ISO_BASIC_SHORT","features":[72]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_FIXED","features":[72]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_FULL","features":[72]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED","features":[72]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL","features":[72]},{"name":"UTZFMT_STYLE_LOCALIZED_GMT","features":[72]},{"name":"UTZFMT_STYLE_LOCALIZED_GMT_SHORT","features":[72]},{"name":"UTZFMT_STYLE_SPECIFIC_LONG","features":[72]},{"name":"UTZFMT_STYLE_SPECIFIC_SHORT","features":[72]},{"name":"UTZFMT_STYLE_ZONE_ID","features":[72]},{"name":"UTZFMT_STYLE_ZONE_ID_SHORT","features":[72]},{"name":"UTZFMT_TIME_TYPE_DAYLIGHT","features":[72]},{"name":"UTZFMT_TIME_TYPE_STANDARD","features":[72]},{"name":"UTZFMT_TIME_TYPE_UNKNOWN","features":[72]},{"name":"UTZNM_EXEMPLAR_LOCATION","features":[72]},{"name":"UTZNM_LONG_DAYLIGHT","features":[72]},{"name":"UTZNM_LONG_GENERIC","features":[72]},{"name":"UTZNM_LONG_STANDARD","features":[72]},{"name":"UTZNM_SHORT_DAYLIGHT","features":[72]},{"name":"UTZNM_SHORT_GENERIC","features":[72]},{"name":"UTZNM_SHORT_STANDARD","features":[72]},{"name":"UTZNM_UNKNOWN","features":[72]},{"name":"UText","features":[72]},{"name":"UTextAccess","features":[72]},{"name":"UTextClone","features":[72]},{"name":"UTextClose","features":[72]},{"name":"UTextCopy","features":[72]},{"name":"UTextExtract","features":[72]},{"name":"UTextFuncs","features":[72]},{"name":"UTextMapNativeIndexToUTF16","features":[72]},{"name":"UTextMapOffsetToNative","features":[72]},{"name":"UTextNativeLength","features":[72]},{"name":"UTextReplace","features":[72]},{"name":"UTimeScaleValue","features":[72]},{"name":"UTimeZoneFormatGMTOffsetPatternType","features":[72]},{"name":"UTimeZoneFormatParseOption","features":[72]},{"name":"UTimeZoneFormatStyle","features":[72]},{"name":"UTimeZoneFormatTimeType","features":[72]},{"name":"UTimeZoneNameType","features":[72]},{"name":"UTimeZoneTransitionType","features":[72]},{"name":"UTraceData","features":[72]},{"name":"UTraceEntry","features":[72]},{"name":"UTraceExit","features":[72]},{"name":"UTraceFunctionNumber","features":[72]},{"name":"UTraceLevel","features":[72]},{"name":"UTransDirection","features":[72]},{"name":"UTransPosition","features":[72]},{"name":"UVerticalOrientation","features":[72]},{"name":"UWordBreak","features":[72]},{"name":"UWordBreakValues","features":[72]},{"name":"U_ALPHAINDEX_INFLOW","features":[72]},{"name":"U_ALPHAINDEX_NORMAL","features":[72]},{"name":"U_ALPHAINDEX_OVERFLOW","features":[72]},{"name":"U_ALPHAINDEX_UNDERFLOW","features":[72]},{"name":"U_AMBIGUOUS_ALIAS_WARNING","features":[72]},{"name":"U_ARABIC_NUMBER","features":[72]},{"name":"U_ARGUMENT_TYPE_MISMATCH","features":[72]},{"name":"U_ASCII_FAMILY","features":[72]},{"name":"U_BAD_VARIABLE_DEFINITION","features":[72]},{"name":"U_BLOCK_SEPARATOR","features":[72]},{"name":"U_BOUNDARY_NEUTRAL","features":[72]},{"name":"U_BPT_CLOSE","features":[72]},{"name":"U_BPT_NONE","features":[72]},{"name":"U_BPT_OPEN","features":[72]},{"name":"U_BRK_ASSIGN_ERROR","features":[72]},{"name":"U_BRK_ERROR_START","features":[72]},{"name":"U_BRK_HEX_DIGITS_EXPECTED","features":[72]},{"name":"U_BRK_INIT_ERROR","features":[72]},{"name":"U_BRK_INTERNAL_ERROR","features":[72]},{"name":"U_BRK_MALFORMED_RULE_TAG","features":[72]},{"name":"U_BRK_MISMATCHED_PAREN","features":[72]},{"name":"U_BRK_NEW_LINE_IN_QUOTED_STRING","features":[72]},{"name":"U_BRK_RULE_EMPTY_SET","features":[72]},{"name":"U_BRK_RULE_SYNTAX","features":[72]},{"name":"U_BRK_SEMICOLON_EXPECTED","features":[72]},{"name":"U_BRK_UNCLOSED_SET","features":[72]},{"name":"U_BRK_UNDEFINED_VARIABLE","features":[72]},{"name":"U_BRK_UNRECOGNIZED_OPTION","features":[72]},{"name":"U_BRK_VARIABLE_REDFINITION","features":[72]},{"name":"U_BUFFER_OVERFLOW_ERROR","features":[72]},{"name":"U_CE_NOT_FOUND_ERROR","features":[72]},{"name":"U_CHAR16_IS_TYPEDEF","features":[72]},{"name":"U_CHARSET_FAMILY","features":[72]},{"name":"U_CHARSET_IS_UTF8","features":[72]},{"name":"U_CHAR_CATEGORY_COUNT","features":[72]},{"name":"U_CHAR_NAME_ALIAS","features":[72]},{"name":"U_CHECK_DYLOAD","features":[72]},{"name":"U_COLLATOR_VERSION_MISMATCH","features":[72]},{"name":"U_COMBINED_IMPLEMENTATION","features":[72]},{"name":"U_COMBINING_SPACING_MARK","features":[72]},{"name":"U_COMMON_NUMBER_SEPARATOR","features":[72]},{"name":"U_COMPARE_CODE_POINT_ORDER","features":[72]},{"name":"U_COMPARE_IGNORE_CASE","features":[72]},{"name":"U_CONNECTOR_PUNCTUATION","features":[72]},{"name":"U_CONTROL_CHAR","features":[72]},{"name":"U_COPYRIGHT_STRING_LENGTH","features":[72]},{"name":"U_CPLUSPLUS_VERSION","features":[72]},{"name":"U_CURRENCY_SYMBOL","features":[72]},{"name":"U_DASH_PUNCTUATION","features":[72]},{"name":"U_DEBUG","features":[72]},{"name":"U_DECIMAL_DIGIT_NUMBER","features":[72]},{"name":"U_DECIMAL_NUMBER_SYNTAX_ERROR","features":[72]},{"name":"U_DEFAULT_KEYWORD_MISSING","features":[72]},{"name":"U_DEFAULT_SHOW_DRAFT","features":[72]},{"name":"U_DEFINE_FALSE_AND_TRUE","features":[72]},{"name":"U_DIFFERENT_UCA_VERSION","features":[72]},{"name":"U_DIR_NON_SPACING_MARK","features":[72]},{"name":"U_DISABLE_RENAMING","features":[72]},{"name":"U_DT_CANONICAL","features":[72]},{"name":"U_DT_CIRCLE","features":[72]},{"name":"U_DT_COMPAT","features":[72]},{"name":"U_DT_FINAL","features":[72]},{"name":"U_DT_FONT","features":[72]},{"name":"U_DT_FRACTION","features":[72]},{"name":"U_DT_INITIAL","features":[72]},{"name":"U_DT_ISOLATED","features":[72]},{"name":"U_DT_MEDIAL","features":[72]},{"name":"U_DT_NARROW","features":[72]},{"name":"U_DT_NOBREAK","features":[72]},{"name":"U_DT_NONE","features":[72]},{"name":"U_DT_SMALL","features":[72]},{"name":"U_DT_SQUARE","features":[72]},{"name":"U_DT_SUB","features":[72]},{"name":"U_DT_SUPER","features":[72]},{"name":"U_DT_VERTICAL","features":[72]},{"name":"U_DT_WIDE","features":[72]},{"name":"U_DUPLICATE_KEYWORD","features":[72]},{"name":"U_EA_AMBIGUOUS","features":[72]},{"name":"U_EA_FULLWIDTH","features":[72]},{"name":"U_EA_HALFWIDTH","features":[72]},{"name":"U_EA_NARROW","features":[72]},{"name":"U_EA_NEUTRAL","features":[72]},{"name":"U_EA_WIDE","features":[72]},{"name":"U_EBCDIC_FAMILY","features":[72]},{"name":"U_EDITS_NO_RESET","features":[72]},{"name":"U_ENABLE_DYLOAD","features":[72]},{"name":"U_ENABLE_TRACING","features":[72]},{"name":"U_ENCLOSING_MARK","features":[72]},{"name":"U_END_PUNCTUATION","features":[72]},{"name":"U_ENUM_OUT_OF_SYNC_ERROR","features":[72]},{"name":"U_ERROR_WARNING_START","features":[72]},{"name":"U_EUROPEAN_NUMBER","features":[72]},{"name":"U_EUROPEAN_NUMBER_SEPARATOR","features":[72]},{"name":"U_EUROPEAN_NUMBER_TERMINATOR","features":[72]},{"name":"U_EXTENDED_CHAR_NAME","features":[72]},{"name":"U_FILE_ACCESS_ERROR","features":[72]},{"name":"U_FINAL_PUNCTUATION","features":[72]},{"name":"U_FIRST_STRONG_ISOLATE","features":[72]},{"name":"U_FMT_PARSE_ERROR_START","features":[72]},{"name":"U_FOLD_CASE_DEFAULT","features":[72]},{"name":"U_FOLD_CASE_EXCLUDE_SPECIAL_I","features":[72]},{"name":"U_FORMAT_CHAR","features":[72]},{"name":"U_FORMAT_INEXACT_ERROR","features":[72]},{"name":"U_GCB_CONTROL","features":[72]},{"name":"U_GCB_CR","features":[72]},{"name":"U_GCB_EXTEND","features":[72]},{"name":"U_GCB_E_BASE","features":[72]},{"name":"U_GCB_E_BASE_GAZ","features":[72]},{"name":"U_GCB_E_MODIFIER","features":[72]},{"name":"U_GCB_GLUE_AFTER_ZWJ","features":[72]},{"name":"U_GCB_L","features":[72]},{"name":"U_GCB_LF","features":[72]},{"name":"U_GCB_LV","features":[72]},{"name":"U_GCB_LVT","features":[72]},{"name":"U_GCB_OTHER","features":[72]},{"name":"U_GCB_PREPEND","features":[72]},{"name":"U_GCB_REGIONAL_INDICATOR","features":[72]},{"name":"U_GCB_SPACING_MARK","features":[72]},{"name":"U_GCB_T","features":[72]},{"name":"U_GCB_V","features":[72]},{"name":"U_GCB_ZWJ","features":[72]},{"name":"U_GCC_MAJOR_MINOR","features":[72]},{"name":"U_GENERAL_OTHER_TYPES","features":[72]},{"name":"U_HAVE_CHAR16_T","features":[72]},{"name":"U_HAVE_DEBUG_LOCATION_NEW","features":[72]},{"name":"U_HAVE_INTTYPES_H","features":[72]},{"name":"U_HAVE_LIB_SUFFIX","features":[72]},{"name":"U_HAVE_PLACEMENT_NEW","features":[72]},{"name":"U_HAVE_RBNF","features":[72]},{"name":"U_HAVE_RVALUE_REFERENCES","features":[72]},{"name":"U_HAVE_STDINT_H","features":[72]},{"name":"U_HAVE_STD_STRING","features":[72]},{"name":"U_HAVE_WCHAR_H","features":[72]},{"name":"U_HAVE_WCSCPY","features":[72]},{"name":"U_HIDE_DEPRECATED_API","features":[72]},{"name":"U_HIDE_DRAFT_API","features":[72]},{"name":"U_HIDE_INTERNAL_API","features":[72]},{"name":"U_HIDE_OBSOLETE_API","features":[72]},{"name":"U_HIDE_OBSOLETE_UTF_OLD_H","features":[72]},{"name":"U_HST_LEADING_JAMO","features":[72]},{"name":"U_HST_LVT_SYLLABLE","features":[72]},{"name":"U_HST_LV_SYLLABLE","features":[72]},{"name":"U_HST_NOT_APPLICABLE","features":[72]},{"name":"U_HST_TRAILING_JAMO","features":[72]},{"name":"U_HST_VOWEL_JAMO","features":[72]},{"name":"U_ICUDATA_TYPE_LETTER","features":[72]},{"name":"U_ICU_DATA_KEY","features":[72]},{"name":"U_ICU_VERSION_BUNDLE","features":[72]},{"name":"U_IDNA_ACE_PREFIX_ERROR","features":[72]},{"name":"U_IDNA_CHECK_BIDI_ERROR","features":[72]},{"name":"U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR","features":[72]},{"name":"U_IDNA_ERROR_START","features":[72]},{"name":"U_IDNA_LABEL_TOO_LONG_ERROR","features":[72]},{"name":"U_IDNA_PROHIBITED_ERROR","features":[72]},{"name":"U_IDNA_STD3_ASCII_RULES_ERROR","features":[72]},{"name":"U_IDNA_UNASSIGNED_ERROR","features":[72]},{"name":"U_IDNA_VERIFICATION_ERROR","features":[72]},{"name":"U_IDNA_ZERO_LENGTH_LABEL_ERROR","features":[72]},{"name":"U_ILLEGAL_ARGUMENT_ERROR","features":[72]},{"name":"U_ILLEGAL_CHARACTER","features":[72]},{"name":"U_ILLEGAL_CHAR_FOUND","features":[72]},{"name":"U_ILLEGAL_CHAR_IN_SEGMENT","features":[72]},{"name":"U_ILLEGAL_ESCAPE_SEQUENCE","features":[72]},{"name":"U_ILLEGAL_PAD_POSITION","features":[72]},{"name":"U_INDEX_OUTOFBOUNDS_ERROR","features":[72]},{"name":"U_INITIAL_PUNCTUATION","features":[72]},{"name":"U_INPC_BOTTOM","features":[72]},{"name":"U_INPC_BOTTOM_AND_LEFT","features":[72]},{"name":"U_INPC_BOTTOM_AND_RIGHT","features":[72]},{"name":"U_INPC_LEFT","features":[72]},{"name":"U_INPC_LEFT_AND_RIGHT","features":[72]},{"name":"U_INPC_NA","features":[72]},{"name":"U_INPC_OVERSTRUCK","features":[72]},{"name":"U_INPC_RIGHT","features":[72]},{"name":"U_INPC_TOP","features":[72]},{"name":"U_INPC_TOP_AND_BOTTOM","features":[72]},{"name":"U_INPC_TOP_AND_BOTTOM_AND_LEFT","features":[72]},{"name":"U_INPC_TOP_AND_BOTTOM_AND_RIGHT","features":[72]},{"name":"U_INPC_TOP_AND_LEFT","features":[72]},{"name":"U_INPC_TOP_AND_LEFT_AND_RIGHT","features":[72]},{"name":"U_INPC_TOP_AND_RIGHT","features":[72]},{"name":"U_INPC_VISUAL_ORDER_LEFT","features":[72]},{"name":"U_INSC_AVAGRAHA","features":[72]},{"name":"U_INSC_BINDU","features":[72]},{"name":"U_INSC_BRAHMI_JOINING_NUMBER","features":[72]},{"name":"U_INSC_CANTILLATION_MARK","features":[72]},{"name":"U_INSC_CONSONANT","features":[72]},{"name":"U_INSC_CONSONANT_DEAD","features":[72]},{"name":"U_INSC_CONSONANT_FINAL","features":[72]},{"name":"U_INSC_CONSONANT_HEAD_LETTER","features":[72]},{"name":"U_INSC_CONSONANT_INITIAL_POSTFIXED","features":[72]},{"name":"U_INSC_CONSONANT_KILLER","features":[72]},{"name":"U_INSC_CONSONANT_MEDIAL","features":[72]},{"name":"U_INSC_CONSONANT_PLACEHOLDER","features":[72]},{"name":"U_INSC_CONSONANT_PRECEDING_REPHA","features":[72]},{"name":"U_INSC_CONSONANT_PREFIXED","features":[72]},{"name":"U_INSC_CONSONANT_SUBJOINED","features":[72]},{"name":"U_INSC_CONSONANT_SUCCEEDING_REPHA","features":[72]},{"name":"U_INSC_CONSONANT_WITH_STACKER","features":[72]},{"name":"U_INSC_GEMINATION_MARK","features":[72]},{"name":"U_INSC_INVISIBLE_STACKER","features":[72]},{"name":"U_INSC_JOINER","features":[72]},{"name":"U_INSC_MODIFYING_LETTER","features":[72]},{"name":"U_INSC_NON_JOINER","features":[72]},{"name":"U_INSC_NUKTA","features":[72]},{"name":"U_INSC_NUMBER","features":[72]},{"name":"U_INSC_NUMBER_JOINER","features":[72]},{"name":"U_INSC_OTHER","features":[72]},{"name":"U_INSC_PURE_KILLER","features":[72]},{"name":"U_INSC_REGISTER_SHIFTER","features":[72]},{"name":"U_INSC_SYLLABLE_MODIFIER","features":[72]},{"name":"U_INSC_TONE_LETTER","features":[72]},{"name":"U_INSC_TONE_MARK","features":[72]},{"name":"U_INSC_VIRAMA","features":[72]},{"name":"U_INSC_VISARGA","features":[72]},{"name":"U_INSC_VOWEL","features":[72]},{"name":"U_INSC_VOWEL_DEPENDENT","features":[72]},{"name":"U_INSC_VOWEL_INDEPENDENT","features":[72]},{"name":"U_INTERNAL_PROGRAM_ERROR","features":[72]},{"name":"U_INTERNAL_TRANSLITERATOR_ERROR","features":[72]},{"name":"U_INVALID_CHAR_FOUND","features":[72]},{"name":"U_INVALID_FORMAT_ERROR","features":[72]},{"name":"U_INVALID_FUNCTION","features":[72]},{"name":"U_INVALID_ID","features":[72]},{"name":"U_INVALID_PROPERTY_PATTERN","features":[72]},{"name":"U_INVALID_RBT_SYNTAX","features":[72]},{"name":"U_INVALID_STATE_ERROR","features":[72]},{"name":"U_INVALID_TABLE_FILE","features":[72]},{"name":"U_INVALID_TABLE_FORMAT","features":[72]},{"name":"U_INVARIANT_CONVERSION_ERROR","features":[72]},{"name":"U_IOSTREAM_SOURCE","features":[72]},{"name":"U_IS_BIG_ENDIAN","features":[72]},{"name":"U_JG_AFRICAN_FEH","features":[72]},{"name":"U_JG_AFRICAN_NOON","features":[72]},{"name":"U_JG_AFRICAN_QAF","features":[72]},{"name":"U_JG_AIN","features":[72]},{"name":"U_JG_ALAPH","features":[72]},{"name":"U_JG_ALEF","features":[72]},{"name":"U_JG_BEH","features":[72]},{"name":"U_JG_BETH","features":[72]},{"name":"U_JG_BURUSHASKI_YEH_BARREE","features":[72]},{"name":"U_JG_DAL","features":[72]},{"name":"U_JG_DALATH_RISH","features":[72]},{"name":"U_JG_E","features":[72]},{"name":"U_JG_FARSI_YEH","features":[72]},{"name":"U_JG_FE","features":[72]},{"name":"U_JG_FEH","features":[72]},{"name":"U_JG_FINAL_SEMKATH","features":[72]},{"name":"U_JG_GAF","features":[72]},{"name":"U_JG_GAMAL","features":[72]},{"name":"U_JG_HAH","features":[72]},{"name":"U_JG_HAMZA_ON_HEH_GOAL","features":[72]},{"name":"U_JG_HANIFI_ROHINGYA_KINNA_YA","features":[72]},{"name":"U_JG_HANIFI_ROHINGYA_PA","features":[72]},{"name":"U_JG_HE","features":[72]},{"name":"U_JG_HEH","features":[72]},{"name":"U_JG_HEH_GOAL","features":[72]},{"name":"U_JG_HETH","features":[72]},{"name":"U_JG_KAF","features":[72]},{"name":"U_JG_KAPH","features":[72]},{"name":"U_JG_KHAPH","features":[72]},{"name":"U_JG_KNOTTED_HEH","features":[72]},{"name":"U_JG_LAM","features":[72]},{"name":"U_JG_LAMADH","features":[72]},{"name":"U_JG_MALAYALAM_BHA","features":[72]},{"name":"U_JG_MALAYALAM_JA","features":[72]},{"name":"U_JG_MALAYALAM_LLA","features":[72]},{"name":"U_JG_MALAYALAM_LLLA","features":[72]},{"name":"U_JG_MALAYALAM_NGA","features":[72]},{"name":"U_JG_MALAYALAM_NNA","features":[72]},{"name":"U_JG_MALAYALAM_NNNA","features":[72]},{"name":"U_JG_MALAYALAM_NYA","features":[72]},{"name":"U_JG_MALAYALAM_RA","features":[72]},{"name":"U_JG_MALAYALAM_SSA","features":[72]},{"name":"U_JG_MALAYALAM_TTA","features":[72]},{"name":"U_JG_MANICHAEAN_ALEPH","features":[72]},{"name":"U_JG_MANICHAEAN_AYIN","features":[72]},{"name":"U_JG_MANICHAEAN_BETH","features":[72]},{"name":"U_JG_MANICHAEAN_DALETH","features":[72]},{"name":"U_JG_MANICHAEAN_DHAMEDH","features":[72]},{"name":"U_JG_MANICHAEAN_FIVE","features":[72]},{"name":"U_JG_MANICHAEAN_GIMEL","features":[72]},{"name":"U_JG_MANICHAEAN_HETH","features":[72]},{"name":"U_JG_MANICHAEAN_HUNDRED","features":[72]},{"name":"U_JG_MANICHAEAN_KAPH","features":[72]},{"name":"U_JG_MANICHAEAN_LAMEDH","features":[72]},{"name":"U_JG_MANICHAEAN_MEM","features":[72]},{"name":"U_JG_MANICHAEAN_NUN","features":[72]},{"name":"U_JG_MANICHAEAN_ONE","features":[72]},{"name":"U_JG_MANICHAEAN_PE","features":[72]},{"name":"U_JG_MANICHAEAN_QOPH","features":[72]},{"name":"U_JG_MANICHAEAN_RESH","features":[72]},{"name":"U_JG_MANICHAEAN_SADHE","features":[72]},{"name":"U_JG_MANICHAEAN_SAMEKH","features":[72]},{"name":"U_JG_MANICHAEAN_TAW","features":[72]},{"name":"U_JG_MANICHAEAN_TEN","features":[72]},{"name":"U_JG_MANICHAEAN_TETH","features":[72]},{"name":"U_JG_MANICHAEAN_THAMEDH","features":[72]},{"name":"U_JG_MANICHAEAN_TWENTY","features":[72]},{"name":"U_JG_MANICHAEAN_WAW","features":[72]},{"name":"U_JG_MANICHAEAN_YODH","features":[72]},{"name":"U_JG_MANICHAEAN_ZAYIN","features":[72]},{"name":"U_JG_MEEM","features":[72]},{"name":"U_JG_MIM","features":[72]},{"name":"U_JG_NOON","features":[72]},{"name":"U_JG_NO_JOINING_GROUP","features":[72]},{"name":"U_JG_NUN","features":[72]},{"name":"U_JG_NYA","features":[72]},{"name":"U_JG_PE","features":[72]},{"name":"U_JG_QAF","features":[72]},{"name":"U_JG_QAPH","features":[72]},{"name":"U_JG_REH","features":[72]},{"name":"U_JG_REVERSED_PE","features":[72]},{"name":"U_JG_ROHINGYA_YEH","features":[72]},{"name":"U_JG_SAD","features":[72]},{"name":"U_JG_SADHE","features":[72]},{"name":"U_JG_SEEN","features":[72]},{"name":"U_JG_SEMKATH","features":[72]},{"name":"U_JG_SHIN","features":[72]},{"name":"U_JG_STRAIGHT_WAW","features":[72]},{"name":"U_JG_SWASH_KAF","features":[72]},{"name":"U_JG_SYRIAC_WAW","features":[72]},{"name":"U_JG_TAH","features":[72]},{"name":"U_JG_TAW","features":[72]},{"name":"U_JG_TEH_MARBUTA","features":[72]},{"name":"U_JG_TEH_MARBUTA_GOAL","features":[72]},{"name":"U_JG_TETH","features":[72]},{"name":"U_JG_WAW","features":[72]},{"name":"U_JG_YEH","features":[72]},{"name":"U_JG_YEH_BARREE","features":[72]},{"name":"U_JG_YEH_WITH_TAIL","features":[72]},{"name":"U_JG_YUDH","features":[72]},{"name":"U_JG_YUDH_HE","features":[72]},{"name":"U_JG_ZAIN","features":[72]},{"name":"U_JG_ZHAIN","features":[72]},{"name":"U_JT_DUAL_JOINING","features":[72]},{"name":"U_JT_JOIN_CAUSING","features":[72]},{"name":"U_JT_LEFT_JOINING","features":[72]},{"name":"U_JT_NON_JOINING","features":[72]},{"name":"U_JT_RIGHT_JOINING","features":[72]},{"name":"U_JT_TRANSPARENT","features":[72]},{"name":"U_LB_ALPHABETIC","features":[72]},{"name":"U_LB_AMBIGUOUS","features":[72]},{"name":"U_LB_BREAK_AFTER","features":[72]},{"name":"U_LB_BREAK_BEFORE","features":[72]},{"name":"U_LB_BREAK_BOTH","features":[72]},{"name":"U_LB_BREAK_SYMBOLS","features":[72]},{"name":"U_LB_CARRIAGE_RETURN","features":[72]},{"name":"U_LB_CLOSE_PARENTHESIS","features":[72]},{"name":"U_LB_CLOSE_PUNCTUATION","features":[72]},{"name":"U_LB_COMBINING_MARK","features":[72]},{"name":"U_LB_COMPLEX_CONTEXT","features":[72]},{"name":"U_LB_CONDITIONAL_JAPANESE_STARTER","features":[72]},{"name":"U_LB_CONTINGENT_BREAK","features":[72]},{"name":"U_LB_EXCLAMATION","features":[72]},{"name":"U_LB_E_BASE","features":[72]},{"name":"U_LB_E_MODIFIER","features":[72]},{"name":"U_LB_GLUE","features":[72]},{"name":"U_LB_H2","features":[72]},{"name":"U_LB_H3","features":[72]},{"name":"U_LB_HEBREW_LETTER","features":[72]},{"name":"U_LB_HYPHEN","features":[72]},{"name":"U_LB_IDEOGRAPHIC","features":[72]},{"name":"U_LB_INFIX_NUMERIC","features":[72]},{"name":"U_LB_INSEPARABLE","features":[72]},{"name":"U_LB_INSEPERABLE","features":[72]},{"name":"U_LB_JL","features":[72]},{"name":"U_LB_JT","features":[72]},{"name":"U_LB_JV","features":[72]},{"name":"U_LB_LINE_FEED","features":[72]},{"name":"U_LB_MANDATORY_BREAK","features":[72]},{"name":"U_LB_NEXT_LINE","features":[72]},{"name":"U_LB_NONSTARTER","features":[72]},{"name":"U_LB_NUMERIC","features":[72]},{"name":"U_LB_OPEN_PUNCTUATION","features":[72]},{"name":"U_LB_POSTFIX_NUMERIC","features":[72]},{"name":"U_LB_PREFIX_NUMERIC","features":[72]},{"name":"U_LB_QUOTATION","features":[72]},{"name":"U_LB_REGIONAL_INDICATOR","features":[72]},{"name":"U_LB_SPACE","features":[72]},{"name":"U_LB_SURROGATE","features":[72]},{"name":"U_LB_UNKNOWN","features":[72]},{"name":"U_LB_WORD_JOINER","features":[72]},{"name":"U_LB_ZWJ","features":[72]},{"name":"U_LB_ZWSPACE","features":[72]},{"name":"U_LEFT_TO_RIGHT","features":[72]},{"name":"U_LEFT_TO_RIGHT_EMBEDDING","features":[72]},{"name":"U_LEFT_TO_RIGHT_ISOLATE","features":[72]},{"name":"U_LEFT_TO_RIGHT_OVERRIDE","features":[72]},{"name":"U_LETTER_NUMBER","features":[72]},{"name":"U_LIB_SUFFIX_C_NAME_STRING","features":[72]},{"name":"U_LINE_SEPARATOR","features":[72]},{"name":"U_LONG_PROPERTY_NAME","features":[72]},{"name":"U_LOWERCASE_LETTER","features":[72]},{"name":"U_MALFORMED_EXPONENTIAL_PATTERN","features":[72]},{"name":"U_MALFORMED_PRAGMA","features":[72]},{"name":"U_MALFORMED_RULE","features":[72]},{"name":"U_MALFORMED_SET","features":[72]},{"name":"U_MALFORMED_SYMBOL_REFERENCE","features":[72]},{"name":"U_MALFORMED_UNICODE_ESCAPE","features":[72]},{"name":"U_MALFORMED_VARIABLE_DEFINITION","features":[72]},{"name":"U_MALFORMED_VARIABLE_REFERENCE","features":[72]},{"name":"U_MATH_SYMBOL","features":[72]},{"name":"U_MAX_VERSION_LENGTH","features":[72]},{"name":"U_MAX_VERSION_STRING_LENGTH","features":[72]},{"name":"U_MEMORY_ALLOCATION_ERROR","features":[72]},{"name":"U_MESSAGE_PARSE_ERROR","features":[72]},{"name":"U_MILLIS_PER_DAY","features":[72]},{"name":"U_MILLIS_PER_HOUR","features":[72]},{"name":"U_MILLIS_PER_MINUTE","features":[72]},{"name":"U_MILLIS_PER_SECOND","features":[72]},{"name":"U_MISMATCHED_SEGMENT_DELIMITERS","features":[72]},{"name":"U_MISPLACED_ANCHOR_START","features":[72]},{"name":"U_MISPLACED_COMPOUND_FILTER","features":[72]},{"name":"U_MISPLACED_CURSOR_OFFSET","features":[72]},{"name":"U_MISPLACED_QUANTIFIER","features":[72]},{"name":"U_MISSING_OPERATOR","features":[72]},{"name":"U_MISSING_RESOURCE_ERROR","features":[72]},{"name":"U_MISSING_SEGMENT_CLOSE","features":[72]},{"name":"U_MODIFIER_LETTER","features":[72]},{"name":"U_MODIFIER_SYMBOL","features":[72]},{"name":"U_MULTIPLE_ANTE_CONTEXTS","features":[72]},{"name":"U_MULTIPLE_COMPOUND_FILTERS","features":[72]},{"name":"U_MULTIPLE_CURSORS","features":[72]},{"name":"U_MULTIPLE_DECIMAL_SEPARATORS","features":[72]},{"name":"U_MULTIPLE_DECIMAL_SEPERATORS","features":[72]},{"name":"U_MULTIPLE_EXPONENTIAL_SYMBOLS","features":[72]},{"name":"U_MULTIPLE_PAD_SPECIFIERS","features":[72]},{"name":"U_MULTIPLE_PERCENT_SYMBOLS","features":[72]},{"name":"U_MULTIPLE_PERMILL_SYMBOLS","features":[72]},{"name":"U_MULTIPLE_POST_CONTEXTS","features":[72]},{"name":"U_NON_SPACING_MARK","features":[72]},{"name":"U_NO_DEFAULT_INCLUDE_UTF_HEADERS","features":[72]},{"name":"U_NO_SPACE_AVAILABLE","features":[72]},{"name":"U_NO_WRITE_PERMISSION","features":[72]},{"name":"U_NT_DECIMAL","features":[72]},{"name":"U_NT_DIGIT","features":[72]},{"name":"U_NT_NONE","features":[72]},{"name":"U_NT_NUMERIC","features":[72]},{"name":"U_NUMBER_ARG_OUTOFBOUNDS_ERROR","features":[72]},{"name":"U_NUMBER_SKELETON_SYNTAX_ERROR","features":[72]},{"name":"U_OMIT_UNCHANGED_TEXT","features":[72]},{"name":"U_OTHER_LETTER","features":[72]},{"name":"U_OTHER_NEUTRAL","features":[72]},{"name":"U_OTHER_NUMBER","features":[72]},{"name":"U_OTHER_PUNCTUATION","features":[72]},{"name":"U_OTHER_SYMBOL","features":[72]},{"name":"U_OVERRIDE_CXX_ALLOCATION","features":[72]},{"name":"U_PARAGRAPH_SEPARATOR","features":[72]},{"name":"U_PARSE_CONTEXT_LEN","features":[72]},{"name":"U_PARSE_ERROR","features":[72]},{"name":"U_PARSE_ERROR_START","features":[72]},{"name":"U_PATTERN_SYNTAX_ERROR","features":[72]},{"name":"U_PF_AIX","features":[72]},{"name":"U_PF_ANDROID","features":[72]},{"name":"U_PF_BROWSER_NATIVE_CLIENT","features":[72]},{"name":"U_PF_BSD","features":[72]},{"name":"U_PF_CYGWIN","features":[72]},{"name":"U_PF_DARWIN","features":[72]},{"name":"U_PF_EMSCRIPTEN","features":[72]},{"name":"U_PF_FUCHSIA","features":[72]},{"name":"U_PF_HPUX","features":[72]},{"name":"U_PF_IPHONE","features":[72]},{"name":"U_PF_IRIX","features":[72]},{"name":"U_PF_LINUX","features":[72]},{"name":"U_PF_MINGW","features":[72]},{"name":"U_PF_OS390","features":[72]},{"name":"U_PF_OS400","features":[72]},{"name":"U_PF_QNX","features":[72]},{"name":"U_PF_SOLARIS","features":[72]},{"name":"U_PF_UNKNOWN","features":[72]},{"name":"U_PF_WINDOWS","features":[72]},{"name":"U_PLATFORM","features":[72]},{"name":"U_PLATFORM_HAS_WIN32_API","features":[72]},{"name":"U_PLATFORM_HAS_WINUWP_API","features":[72]},{"name":"U_PLATFORM_IMPLEMENTS_POSIX","features":[72]},{"name":"U_PLATFORM_IS_DARWIN_BASED","features":[72]},{"name":"U_PLATFORM_IS_LINUX_BASED","features":[72]},{"name":"U_PLATFORM_USES_ONLY_WIN32_API","features":[72]},{"name":"U_PLUGIN_CHANGED_LEVEL_WARNING","features":[72]},{"name":"U_PLUGIN_DIDNT_SET_LEVEL","features":[72]},{"name":"U_PLUGIN_ERROR_START","features":[72]},{"name":"U_PLUGIN_TOO_HIGH","features":[72]},{"name":"U_POP_DIRECTIONAL_FORMAT","features":[72]},{"name":"U_POP_DIRECTIONAL_ISOLATE","features":[72]},{"name":"U_PRIMARY_TOO_LONG_ERROR","features":[72]},{"name":"U_PRIVATE_USE_CHAR","features":[72]},{"name":"U_REGEX_BAD_ESCAPE_SEQUENCE","features":[72]},{"name":"U_REGEX_BAD_INTERVAL","features":[72]},{"name":"U_REGEX_ERROR_START","features":[72]},{"name":"U_REGEX_INTERNAL_ERROR","features":[72]},{"name":"U_REGEX_INVALID_BACK_REF","features":[72]},{"name":"U_REGEX_INVALID_CAPTURE_GROUP_NAME","features":[72]},{"name":"U_REGEX_INVALID_FLAG","features":[72]},{"name":"U_REGEX_INVALID_RANGE","features":[72]},{"name":"U_REGEX_INVALID_STATE","features":[72]},{"name":"U_REGEX_LOOK_BEHIND_LIMIT","features":[72]},{"name":"U_REGEX_MAX_LT_MIN","features":[72]},{"name":"U_REGEX_MISMATCHED_PAREN","features":[72]},{"name":"U_REGEX_MISSING_CLOSE_BRACKET","features":[72]},{"name":"U_REGEX_NUMBER_TOO_BIG","features":[72]},{"name":"U_REGEX_PATTERN_TOO_BIG","features":[72]},{"name":"U_REGEX_PROPERTY_SYNTAX","features":[72]},{"name":"U_REGEX_RULE_SYNTAX","features":[72]},{"name":"U_REGEX_SET_CONTAINS_STRING","features":[72]},{"name":"U_REGEX_STACK_OVERFLOW","features":[72]},{"name":"U_REGEX_STOPPED_BY_CALLER","features":[72]},{"name":"U_REGEX_TIME_OUT","features":[72]},{"name":"U_REGEX_UNIMPLEMENTED","features":[72]},{"name":"U_RESOURCE_TYPE_MISMATCH","features":[72]},{"name":"U_RIGHT_TO_LEFT","features":[72]},{"name":"U_RIGHT_TO_LEFT_ARABIC","features":[72]},{"name":"U_RIGHT_TO_LEFT_EMBEDDING","features":[72]},{"name":"U_RIGHT_TO_LEFT_ISOLATE","features":[72]},{"name":"U_RIGHT_TO_LEFT_OVERRIDE","features":[72]},{"name":"U_RULE_MASK_ERROR","features":[72]},{"name":"U_SAFECLONE_ALLOCATED_WARNING","features":[72]},{"name":"U_SB_ATERM","features":[72]},{"name":"U_SB_CLOSE","features":[72]},{"name":"U_SB_CR","features":[72]},{"name":"U_SB_EXTEND","features":[72]},{"name":"U_SB_FORMAT","features":[72]},{"name":"U_SB_LF","features":[72]},{"name":"U_SB_LOWER","features":[72]},{"name":"U_SB_NUMERIC","features":[72]},{"name":"U_SB_OLETTER","features":[72]},{"name":"U_SB_OTHER","features":[72]},{"name":"U_SB_SCONTINUE","features":[72]},{"name":"U_SB_SEP","features":[72]},{"name":"U_SB_SP","features":[72]},{"name":"U_SB_STERM","features":[72]},{"name":"U_SB_UPPER","features":[72]},{"name":"U_SEGMENT_SEPARATOR","features":[72]},{"name":"U_SENTINEL","features":[72]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL","features":[72]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL_MASK","features":[72]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL_NOOP","features":[72]},{"name":"U_SHAPE_DIGITS_ALEN2AN_INIT_AL","features":[72]},{"name":"U_SHAPE_DIGITS_ALEN2AN_INIT_LR","features":[72]},{"name":"U_SHAPE_DIGITS_AN2EN","features":[72]},{"name":"U_SHAPE_DIGITS_EN2AN","features":[72]},{"name":"U_SHAPE_DIGITS_MASK","features":[72]},{"name":"U_SHAPE_DIGITS_NOOP","features":[72]},{"name":"U_SHAPE_DIGITS_RESERVED","features":[72]},{"name":"U_SHAPE_DIGIT_TYPE_AN","features":[72]},{"name":"U_SHAPE_DIGIT_TYPE_AN_EXTENDED","features":[72]},{"name":"U_SHAPE_DIGIT_TYPE_MASK","features":[72]},{"name":"U_SHAPE_DIGIT_TYPE_RESERVED","features":[72]},{"name":"U_SHAPE_LAMALEF_AUTO","features":[72]},{"name":"U_SHAPE_LAMALEF_BEGIN","features":[72]},{"name":"U_SHAPE_LAMALEF_END","features":[72]},{"name":"U_SHAPE_LAMALEF_MASK","features":[72]},{"name":"U_SHAPE_LAMALEF_NEAR","features":[72]},{"name":"U_SHAPE_LAMALEF_RESIZE","features":[72]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_AT_BEGINNING","features":[72]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_AT_END","features":[72]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_NEAR","features":[72]},{"name":"U_SHAPE_LENGTH_GROW_SHRINK","features":[72]},{"name":"U_SHAPE_LENGTH_MASK","features":[72]},{"name":"U_SHAPE_LETTERS_MASK","features":[72]},{"name":"U_SHAPE_LETTERS_NOOP","features":[72]},{"name":"U_SHAPE_LETTERS_SHAPE","features":[72]},{"name":"U_SHAPE_LETTERS_SHAPE_TASHKEEL_ISOLATED","features":[72]},{"name":"U_SHAPE_LETTERS_UNSHAPE","features":[72]},{"name":"U_SHAPE_PRESERVE_PRESENTATION","features":[72]},{"name":"U_SHAPE_PRESERVE_PRESENTATION_MASK","features":[72]},{"name":"U_SHAPE_PRESERVE_PRESENTATION_NOOP","features":[72]},{"name":"U_SHAPE_SEEN_MASK","features":[72]},{"name":"U_SHAPE_SEEN_TWOCELL_NEAR","features":[72]},{"name":"U_SHAPE_SPACES_RELATIVE_TO_TEXT_BEGIN_END","features":[72]},{"name":"U_SHAPE_SPACES_RELATIVE_TO_TEXT_MASK","features":[72]},{"name":"U_SHAPE_TAIL_NEW_UNICODE","features":[72]},{"name":"U_SHAPE_TAIL_TYPE_MASK","features":[72]},{"name":"U_SHAPE_TASHKEEL_BEGIN","features":[72]},{"name":"U_SHAPE_TASHKEEL_END","features":[72]},{"name":"U_SHAPE_TASHKEEL_MASK","features":[72]},{"name":"U_SHAPE_TASHKEEL_REPLACE_BY_TATWEEL","features":[72]},{"name":"U_SHAPE_TASHKEEL_RESIZE","features":[72]},{"name":"U_SHAPE_TEXT_DIRECTION_LOGICAL","features":[72]},{"name":"U_SHAPE_TEXT_DIRECTION_MASK","features":[72]},{"name":"U_SHAPE_TEXT_DIRECTION_VISUAL_LTR","features":[72]},{"name":"U_SHAPE_TEXT_DIRECTION_VISUAL_RTL","features":[72]},{"name":"U_SHAPE_YEHHAMZA_MASK","features":[72]},{"name":"U_SHAPE_YEHHAMZA_TWOCELL_NEAR","features":[72]},{"name":"U_SHORT_PROPERTY_NAME","features":[72]},{"name":"U_SHOW_CPLUSPLUS_API","features":[72]},{"name":"U_SIZEOF_UCHAR","features":[72]},{"name":"U_SIZEOF_WCHAR_T","features":[72]},{"name":"U_SORT_KEY_TOO_SHORT_WARNING","features":[72]},{"name":"U_SPACE_SEPARATOR","features":[72]},{"name":"U_START_PUNCTUATION","features":[72]},{"name":"U_STATE_OLD_WARNING","features":[72]},{"name":"U_STATE_TOO_OLD_ERROR","features":[72]},{"name":"U_STRINGPREP_CHECK_BIDI_ERROR","features":[72]},{"name":"U_STRINGPREP_PROHIBITED_ERROR","features":[72]},{"name":"U_STRINGPREP_UNASSIGNED_ERROR","features":[72]},{"name":"U_STRING_NOT_TERMINATED_WARNING","features":[72]},{"name":"U_SURROGATE","features":[72]},{"name":"U_TITLECASE_ADJUST_TO_CASED","features":[72]},{"name":"U_TITLECASE_LETTER","features":[72]},{"name":"U_TITLECASE_NO_BREAK_ADJUSTMENT","features":[72]},{"name":"U_TITLECASE_NO_LOWERCASE","features":[72]},{"name":"U_TITLECASE_SENTENCES","features":[72]},{"name":"U_TITLECASE_WHOLE_STRING","features":[72]},{"name":"U_TOO_MANY_ALIASES_ERROR","features":[72]},{"name":"U_TRAILING_BACKSLASH","features":[72]},{"name":"U_TRUNCATED_CHAR_FOUND","features":[72]},{"name":"U_UNASSIGNED","features":[72]},{"name":"U_UNCLOSED_SEGMENT","features":[72]},{"name":"U_UNDEFINED_KEYWORD","features":[72]},{"name":"U_UNDEFINED_SEGMENT_REFERENCE","features":[72]},{"name":"U_UNDEFINED_VARIABLE","features":[72]},{"name":"U_UNEXPECTED_TOKEN","features":[72]},{"name":"U_UNICODE_CHAR_NAME","features":[72]},{"name":"U_UNICODE_VERSION","features":[72]},{"name":"U_UNMATCHED_BRACES","features":[72]},{"name":"U_UNQUOTED_SPECIAL","features":[72]},{"name":"U_UNSUPPORTED_ATTRIBUTE","features":[72]},{"name":"U_UNSUPPORTED_ERROR","features":[72]},{"name":"U_UNSUPPORTED_ESCAPE_SEQUENCE","features":[72]},{"name":"U_UNSUPPORTED_PROPERTY","features":[72]},{"name":"U_UNTERMINATED_QUOTE","features":[72]},{"name":"U_UPPERCASE_LETTER","features":[72]},{"name":"U_USELESS_COLLATOR_ERROR","features":[72]},{"name":"U_USING_DEFAULT_WARNING","features":[72]},{"name":"U_USING_FALLBACK_WARNING","features":[72]},{"name":"U_USING_ICU_NAMESPACE","features":[72]},{"name":"U_VARIABLE_RANGE_EXHAUSTED","features":[72]},{"name":"U_VARIABLE_RANGE_OVERLAP","features":[72]},{"name":"U_VO_ROTATED","features":[72]},{"name":"U_VO_TRANSFORMED_ROTATED","features":[72]},{"name":"U_VO_TRANSFORMED_UPRIGHT","features":[72]},{"name":"U_VO_UPRIGHT","features":[72]},{"name":"U_WB_ALETTER","features":[72]},{"name":"U_WB_CR","features":[72]},{"name":"U_WB_DOUBLE_QUOTE","features":[72]},{"name":"U_WB_EXTEND","features":[72]},{"name":"U_WB_EXTENDNUMLET","features":[72]},{"name":"U_WB_E_BASE","features":[72]},{"name":"U_WB_E_BASE_GAZ","features":[72]},{"name":"U_WB_E_MODIFIER","features":[72]},{"name":"U_WB_FORMAT","features":[72]},{"name":"U_WB_GLUE_AFTER_ZWJ","features":[72]},{"name":"U_WB_HEBREW_LETTER","features":[72]},{"name":"U_WB_KATAKANA","features":[72]},{"name":"U_WB_LF","features":[72]},{"name":"U_WB_MIDLETTER","features":[72]},{"name":"U_WB_MIDNUM","features":[72]},{"name":"U_WB_MIDNUMLET","features":[72]},{"name":"U_WB_NEWLINE","features":[72]},{"name":"U_WB_NUMERIC","features":[72]},{"name":"U_WB_OTHER","features":[72]},{"name":"U_WB_REGIONAL_INDICATOR","features":[72]},{"name":"U_WB_SINGLE_QUOTE","features":[72]},{"name":"U_WB_WSEGSPACE","features":[72]},{"name":"U_WB_ZWJ","features":[72]},{"name":"U_WHITE_SPACE_NEUTRAL","features":[72]},{"name":"U_ZERO_ERROR","features":[72]},{"name":"UpdateCalendarDayOfWeek","features":[3,72]},{"name":"VS_ALLOW_LATIN","features":[72]},{"name":"VerifyScripts","features":[3,72]},{"name":"WC_COMPOSITECHECK","features":[72]},{"name":"WC_DEFAULTCHAR","features":[72]},{"name":"WC_DISCARDNS","features":[72]},{"name":"WC_ERR_INVALID_CHARS","features":[72]},{"name":"WC_NO_BEST_FIT_CHARS","features":[72]},{"name":"WC_SEPCHARS","features":[72]},{"name":"WORDLIST_TYPE","features":[72]},{"name":"WORDLIST_TYPE_ADD","features":[72]},{"name":"WORDLIST_TYPE_AUTOCORRECT","features":[72]},{"name":"WORDLIST_TYPE_EXCLUDE","features":[72]},{"name":"WORDLIST_TYPE_IGNORE","features":[72]},{"name":"WeekUnit","features":[72]},{"name":"WideCharToMultiByte","features":[3,72]},{"name":"YearUnit","features":[72]},{"name":"lstrcatA","features":[72]},{"name":"lstrcatW","features":[72]},{"name":"lstrcmpA","features":[72]},{"name":"lstrcmpW","features":[72]},{"name":"lstrcmpiA","features":[72]},{"name":"lstrcmpiW","features":[72]},{"name":"lstrcpyA","features":[72]},{"name":"lstrcpyW","features":[72]},{"name":"lstrcpynA","features":[72]},{"name":"lstrcpynW","features":[72]},{"name":"lstrlenA","features":[72]},{"name":"lstrlenW","features":[72]},{"name":"sidArabic","features":[72]},{"name":"sidArmenian","features":[72]},{"name":"sidAsciiLatin","features":[72]},{"name":"sidAsciiSym","features":[72]},{"name":"sidBengali","features":[72]},{"name":"sidBopomofo","features":[72]},{"name":"sidBraille","features":[72]},{"name":"sidBurmese","features":[72]},{"name":"sidCanSyllabic","features":[72]},{"name":"sidCherokee","features":[72]},{"name":"sidCyrillic","features":[72]},{"name":"sidDefault","features":[72]},{"name":"sidDevanagari","features":[72]},{"name":"sidEthiopic","features":[72]},{"name":"sidFEFirst","features":[72]},{"name":"sidFELast","features":[72]},{"name":"sidGeorgian","features":[72]},{"name":"sidGreek","features":[72]},{"name":"sidGujarati","features":[72]},{"name":"sidGurmukhi","features":[72]},{"name":"sidHan","features":[72]},{"name":"sidHangul","features":[72]},{"name":"sidHebrew","features":[72]},{"name":"sidKana","features":[72]},{"name":"sidKannada","features":[72]},{"name":"sidKhmer","features":[72]},{"name":"sidLao","features":[72]},{"name":"sidLatin","features":[72]},{"name":"sidLim","features":[72]},{"name":"sidMalayalam","features":[72]},{"name":"sidMerge","features":[72]},{"name":"sidMongolian","features":[72]},{"name":"sidOgham","features":[72]},{"name":"sidOriya","features":[72]},{"name":"sidRunic","features":[72]},{"name":"sidSinhala","features":[72]},{"name":"sidSyriac","features":[72]},{"name":"sidTamil","features":[72]},{"name":"sidTelugu","features":[72]},{"name":"sidThaana","features":[72]},{"name":"sidThai","features":[72]},{"name":"sidTibetan","features":[72]},{"name":"sidUserDefined","features":[72]},{"name":"sidYi","features":[72]},{"name":"u_UCharsToChars","features":[72]},{"name":"u_austrcpy","features":[72]},{"name":"u_austrncpy","features":[72]},{"name":"u_catclose","features":[72]},{"name":"u_catgets","features":[72]},{"name":"u_catopen","features":[72]},{"name":"u_charAge","features":[72]},{"name":"u_charDigitValue","features":[72]},{"name":"u_charDirection","features":[72]},{"name":"u_charFromName","features":[72]},{"name":"u_charMirror","features":[72]},{"name":"u_charName","features":[72]},{"name":"u_charType","features":[72]},{"name":"u_charsToUChars","features":[72]},{"name":"u_cleanup","features":[72]},{"name":"u_countChar32","features":[72]},{"name":"u_digit","features":[72]},{"name":"u_enumCharNames","features":[72]},{"name":"u_enumCharTypes","features":[72]},{"name":"u_errorName","features":[72]},{"name":"u_foldCase","features":[72]},{"name":"u_forDigit","features":[72]},{"name":"u_formatMessage","features":[72]},{"name":"u_formatMessageWithError","features":[72]},{"name":"u_getBidiPairedBracket","features":[72]},{"name":"u_getBinaryPropertySet","features":[72]},{"name":"u_getCombiningClass","features":[72]},{"name":"u_getDataVersion","features":[72]},{"name":"u_getFC_NFKC_Closure","features":[72]},{"name":"u_getIntPropertyMap","features":[72]},{"name":"u_getIntPropertyMaxValue","features":[72]},{"name":"u_getIntPropertyMinValue","features":[72]},{"name":"u_getIntPropertyValue","features":[72]},{"name":"u_getNumericValue","features":[72]},{"name":"u_getPropertyEnum","features":[72]},{"name":"u_getPropertyName","features":[72]},{"name":"u_getPropertyValueEnum","features":[72]},{"name":"u_getPropertyValueName","features":[72]},{"name":"u_getUnicodeVersion","features":[72]},{"name":"u_getVersion","features":[72]},{"name":"u_hasBinaryProperty","features":[72]},{"name":"u_init","features":[72]},{"name":"u_isIDIgnorable","features":[72]},{"name":"u_isIDPart","features":[72]},{"name":"u_isIDStart","features":[72]},{"name":"u_isISOControl","features":[72]},{"name":"u_isJavaIDPart","features":[72]},{"name":"u_isJavaIDStart","features":[72]},{"name":"u_isJavaSpaceChar","features":[72]},{"name":"u_isMirrored","features":[72]},{"name":"u_isUAlphabetic","features":[72]},{"name":"u_isULowercase","features":[72]},{"name":"u_isUUppercase","features":[72]},{"name":"u_isUWhiteSpace","features":[72]},{"name":"u_isWhitespace","features":[72]},{"name":"u_isalnum","features":[72]},{"name":"u_isalpha","features":[72]},{"name":"u_isbase","features":[72]},{"name":"u_isblank","features":[72]},{"name":"u_iscntrl","features":[72]},{"name":"u_isdefined","features":[72]},{"name":"u_isdigit","features":[72]},{"name":"u_isgraph","features":[72]},{"name":"u_islower","features":[72]},{"name":"u_isprint","features":[72]},{"name":"u_ispunct","features":[72]},{"name":"u_isspace","features":[72]},{"name":"u_istitle","features":[72]},{"name":"u_isupper","features":[72]},{"name":"u_isxdigit","features":[72]},{"name":"u_memcasecmp","features":[72]},{"name":"u_memchr","features":[72]},{"name":"u_memchr32","features":[72]},{"name":"u_memcmp","features":[72]},{"name":"u_memcmpCodePointOrder","features":[72]},{"name":"u_memcpy","features":[72]},{"name":"u_memmove","features":[72]},{"name":"u_memrchr","features":[72]},{"name":"u_memrchr32","features":[72]},{"name":"u_memset","features":[72]},{"name":"u_parseMessage","features":[72]},{"name":"u_parseMessageWithError","features":[72]},{"name":"u_setMemoryFunctions","features":[72]},{"name":"u_shapeArabic","features":[72]},{"name":"u_strCaseCompare","features":[72]},{"name":"u_strCompare","features":[72]},{"name":"u_strCompareIter","features":[72]},{"name":"u_strFindFirst","features":[72]},{"name":"u_strFindLast","features":[72]},{"name":"u_strFoldCase","features":[72]},{"name":"u_strFromJavaModifiedUTF8WithSub","features":[72]},{"name":"u_strFromUTF32","features":[72]},{"name":"u_strFromUTF32WithSub","features":[72]},{"name":"u_strFromUTF8","features":[72]},{"name":"u_strFromUTF8Lenient","features":[72]},{"name":"u_strFromUTF8WithSub","features":[72]},{"name":"u_strFromWCS","features":[72]},{"name":"u_strHasMoreChar32Than","features":[72]},{"name":"u_strToJavaModifiedUTF8","features":[72]},{"name":"u_strToLower","features":[72]},{"name":"u_strToTitle","features":[72]},{"name":"u_strToUTF32","features":[72]},{"name":"u_strToUTF32WithSub","features":[72]},{"name":"u_strToUTF8","features":[72]},{"name":"u_strToUTF8WithSub","features":[72]},{"name":"u_strToUpper","features":[72]},{"name":"u_strToWCS","features":[72]},{"name":"u_strcasecmp","features":[72]},{"name":"u_strcat","features":[72]},{"name":"u_strchr","features":[72]},{"name":"u_strchr32","features":[72]},{"name":"u_strcmp","features":[72]},{"name":"u_strcmpCodePointOrder","features":[72]},{"name":"u_strcpy","features":[72]},{"name":"u_strcspn","features":[72]},{"name":"u_strlen","features":[72]},{"name":"u_strncasecmp","features":[72]},{"name":"u_strncat","features":[72]},{"name":"u_strncmp","features":[72]},{"name":"u_strncmpCodePointOrder","features":[72]},{"name":"u_strncpy","features":[72]},{"name":"u_strpbrk","features":[72]},{"name":"u_strrchr","features":[72]},{"name":"u_strrchr32","features":[72]},{"name":"u_strrstr","features":[72]},{"name":"u_strspn","features":[72]},{"name":"u_strstr","features":[72]},{"name":"u_strtok_r","features":[72]},{"name":"u_tolower","features":[72]},{"name":"u_totitle","features":[72]},{"name":"u_toupper","features":[72]},{"name":"u_uastrcpy","features":[72]},{"name":"u_uastrncpy","features":[72]},{"name":"u_unescape","features":[72]},{"name":"u_unescapeAt","features":[72]},{"name":"u_versionFromString","features":[72]},{"name":"u_versionFromUString","features":[72]},{"name":"u_versionToString","features":[72]},{"name":"u_vformatMessage","features":[72]},{"name":"u_vformatMessageWithError","features":[72]},{"name":"u_vparseMessage","features":[72]},{"name":"u_vparseMessageWithError","features":[72]},{"name":"ubidi_close","features":[72]},{"name":"ubidi_countParagraphs","features":[72]},{"name":"ubidi_countRuns","features":[72]},{"name":"ubidi_getBaseDirection","features":[72]},{"name":"ubidi_getClassCallback","features":[72]},{"name":"ubidi_getCustomizedClass","features":[72]},{"name":"ubidi_getDirection","features":[72]},{"name":"ubidi_getLength","features":[72]},{"name":"ubidi_getLevelAt","features":[72]},{"name":"ubidi_getLevels","features":[72]},{"name":"ubidi_getLogicalIndex","features":[72]},{"name":"ubidi_getLogicalMap","features":[72]},{"name":"ubidi_getLogicalRun","features":[72]},{"name":"ubidi_getParaLevel","features":[72]},{"name":"ubidi_getParagraph","features":[72]},{"name":"ubidi_getParagraphByIndex","features":[72]},{"name":"ubidi_getProcessedLength","features":[72]},{"name":"ubidi_getReorderingMode","features":[72]},{"name":"ubidi_getReorderingOptions","features":[72]},{"name":"ubidi_getResultLength","features":[72]},{"name":"ubidi_getText","features":[72]},{"name":"ubidi_getVisualIndex","features":[72]},{"name":"ubidi_getVisualMap","features":[72]},{"name":"ubidi_getVisualRun","features":[72]},{"name":"ubidi_invertMap","features":[72]},{"name":"ubidi_isInverse","features":[72]},{"name":"ubidi_isOrderParagraphsLTR","features":[72]},{"name":"ubidi_open","features":[72]},{"name":"ubidi_openSized","features":[72]},{"name":"ubidi_orderParagraphsLTR","features":[72]},{"name":"ubidi_reorderLogical","features":[72]},{"name":"ubidi_reorderVisual","features":[72]},{"name":"ubidi_setClassCallback","features":[72]},{"name":"ubidi_setContext","features":[72]},{"name":"ubidi_setInverse","features":[72]},{"name":"ubidi_setLine","features":[72]},{"name":"ubidi_setPara","features":[72]},{"name":"ubidi_setReorderingMode","features":[72]},{"name":"ubidi_setReorderingOptions","features":[72]},{"name":"ubidi_writeReordered","features":[72]},{"name":"ubidi_writeReverse","features":[72]},{"name":"ubiditransform_close","features":[72]},{"name":"ubiditransform_open","features":[72]},{"name":"ubiditransform_transform","features":[72]},{"name":"ublock_getCode","features":[72]},{"name":"ubrk_close","features":[72]},{"name":"ubrk_countAvailable","features":[72]},{"name":"ubrk_current","features":[72]},{"name":"ubrk_first","features":[72]},{"name":"ubrk_following","features":[72]},{"name":"ubrk_getAvailable","features":[72]},{"name":"ubrk_getBinaryRules","features":[72]},{"name":"ubrk_getLocaleByType","features":[72]},{"name":"ubrk_getRuleStatus","features":[72]},{"name":"ubrk_getRuleStatusVec","features":[72]},{"name":"ubrk_isBoundary","features":[72]},{"name":"ubrk_last","features":[72]},{"name":"ubrk_next","features":[72]},{"name":"ubrk_open","features":[72]},{"name":"ubrk_openBinaryRules","features":[72]},{"name":"ubrk_openRules","features":[72]},{"name":"ubrk_preceding","features":[72]},{"name":"ubrk_previous","features":[72]},{"name":"ubrk_refreshUText","features":[72]},{"name":"ubrk_safeClone","features":[72]},{"name":"ubrk_setText","features":[72]},{"name":"ubrk_setUText","features":[72]},{"name":"ucal_add","features":[72]},{"name":"ucal_clear","features":[72]},{"name":"ucal_clearField","features":[72]},{"name":"ucal_clone","features":[72]},{"name":"ucal_close","features":[72]},{"name":"ucal_countAvailable","features":[72]},{"name":"ucal_equivalentTo","features":[72]},{"name":"ucal_get","features":[72]},{"name":"ucal_getAttribute","features":[72]},{"name":"ucal_getAvailable","features":[72]},{"name":"ucal_getCanonicalTimeZoneID","features":[72]},{"name":"ucal_getDSTSavings","features":[72]},{"name":"ucal_getDayOfWeekType","features":[72]},{"name":"ucal_getDefaultTimeZone","features":[72]},{"name":"ucal_getFieldDifference","features":[72]},{"name":"ucal_getGregorianChange","features":[72]},{"name":"ucal_getHostTimeZone","features":[72]},{"name":"ucal_getKeywordValuesForLocale","features":[72]},{"name":"ucal_getLimit","features":[72]},{"name":"ucal_getLocaleByType","features":[72]},{"name":"ucal_getMillis","features":[72]},{"name":"ucal_getNow","features":[72]},{"name":"ucal_getTZDataVersion","features":[72]},{"name":"ucal_getTimeZoneDisplayName","features":[72]},{"name":"ucal_getTimeZoneID","features":[72]},{"name":"ucal_getTimeZoneIDForWindowsID","features":[72]},{"name":"ucal_getTimeZoneTransitionDate","features":[72]},{"name":"ucal_getType","features":[72]},{"name":"ucal_getWeekendTransition","features":[72]},{"name":"ucal_getWindowsTimeZoneID","features":[72]},{"name":"ucal_inDaylightTime","features":[72]},{"name":"ucal_isSet","features":[72]},{"name":"ucal_isWeekend","features":[72]},{"name":"ucal_open","features":[72]},{"name":"ucal_openCountryTimeZones","features":[72]},{"name":"ucal_openTimeZoneIDEnumeration","features":[72]},{"name":"ucal_openTimeZones","features":[72]},{"name":"ucal_roll","features":[72]},{"name":"ucal_set","features":[72]},{"name":"ucal_setAttribute","features":[72]},{"name":"ucal_setDate","features":[72]},{"name":"ucal_setDateTime","features":[72]},{"name":"ucal_setDefaultTimeZone","features":[72]},{"name":"ucal_setGregorianChange","features":[72]},{"name":"ucal_setMillis","features":[72]},{"name":"ucal_setTimeZone","features":[72]},{"name":"ucasemap_close","features":[72]},{"name":"ucasemap_getBreakIterator","features":[72]},{"name":"ucasemap_getLocale","features":[72]},{"name":"ucasemap_getOptions","features":[72]},{"name":"ucasemap_open","features":[72]},{"name":"ucasemap_setBreakIterator","features":[72]},{"name":"ucasemap_setLocale","features":[72]},{"name":"ucasemap_setOptions","features":[72]},{"name":"ucasemap_toTitle","features":[72]},{"name":"ucasemap_utf8FoldCase","features":[72]},{"name":"ucasemap_utf8ToLower","features":[72]},{"name":"ucasemap_utf8ToTitle","features":[72]},{"name":"ucasemap_utf8ToUpper","features":[72]},{"name":"ucfpos_close","features":[72]},{"name":"ucfpos_constrainCategory","features":[72]},{"name":"ucfpos_constrainField","features":[72]},{"name":"ucfpos_getCategory","features":[72]},{"name":"ucfpos_getField","features":[72]},{"name":"ucfpos_getIndexes","features":[72]},{"name":"ucfpos_getInt64IterationContext","features":[72]},{"name":"ucfpos_matchesField","features":[72]},{"name":"ucfpos_open","features":[72]},{"name":"ucfpos_reset","features":[72]},{"name":"ucfpos_setInt64IterationContext","features":[72]},{"name":"ucfpos_setState","features":[72]},{"name":"ucnv_cbFromUWriteBytes","features":[72]},{"name":"ucnv_cbFromUWriteSub","features":[72]},{"name":"ucnv_cbFromUWriteUChars","features":[72]},{"name":"ucnv_cbToUWriteSub","features":[72]},{"name":"ucnv_cbToUWriteUChars","features":[72]},{"name":"ucnv_close","features":[72]},{"name":"ucnv_compareNames","features":[72]},{"name":"ucnv_convert","features":[72]},{"name":"ucnv_convertEx","features":[72]},{"name":"ucnv_countAliases","features":[72]},{"name":"ucnv_countAvailable","features":[72]},{"name":"ucnv_countStandards","features":[72]},{"name":"ucnv_detectUnicodeSignature","features":[72]},{"name":"ucnv_fixFileSeparator","features":[72]},{"name":"ucnv_flushCache","features":[72]},{"name":"ucnv_fromAlgorithmic","features":[72]},{"name":"ucnv_fromUChars","features":[72]},{"name":"ucnv_fromUCountPending","features":[72]},{"name":"ucnv_fromUnicode","features":[72]},{"name":"ucnv_getAlias","features":[72]},{"name":"ucnv_getAliases","features":[72]},{"name":"ucnv_getAvailableName","features":[72]},{"name":"ucnv_getCCSID","features":[72]},{"name":"ucnv_getCanonicalName","features":[72]},{"name":"ucnv_getDefaultName","features":[72]},{"name":"ucnv_getDisplayName","features":[72]},{"name":"ucnv_getFromUCallBack","features":[72]},{"name":"ucnv_getInvalidChars","features":[72]},{"name":"ucnv_getInvalidUChars","features":[72]},{"name":"ucnv_getMaxCharSize","features":[72]},{"name":"ucnv_getMinCharSize","features":[72]},{"name":"ucnv_getName","features":[72]},{"name":"ucnv_getNextUChar","features":[72]},{"name":"ucnv_getPlatform","features":[72]},{"name":"ucnv_getStandard","features":[72]},{"name":"ucnv_getStandardName","features":[72]},{"name":"ucnv_getStarters","features":[72]},{"name":"ucnv_getSubstChars","features":[72]},{"name":"ucnv_getToUCallBack","features":[72]},{"name":"ucnv_getType","features":[72]},{"name":"ucnv_getUnicodeSet","features":[72]},{"name":"ucnv_isAmbiguous","features":[72]},{"name":"ucnv_isFixedWidth","features":[72]},{"name":"ucnv_open","features":[72]},{"name":"ucnv_openAllNames","features":[72]},{"name":"ucnv_openCCSID","features":[72]},{"name":"ucnv_openPackage","features":[72]},{"name":"ucnv_openStandardNames","features":[72]},{"name":"ucnv_openU","features":[72]},{"name":"ucnv_reset","features":[72]},{"name":"ucnv_resetFromUnicode","features":[72]},{"name":"ucnv_resetToUnicode","features":[72]},{"name":"ucnv_safeClone","features":[72]},{"name":"ucnv_setDefaultName","features":[72]},{"name":"ucnv_setFallback","features":[72]},{"name":"ucnv_setFromUCallBack","features":[72]},{"name":"ucnv_setSubstChars","features":[72]},{"name":"ucnv_setSubstString","features":[72]},{"name":"ucnv_setToUCallBack","features":[72]},{"name":"ucnv_toAlgorithmic","features":[72]},{"name":"ucnv_toUChars","features":[72]},{"name":"ucnv_toUCountPending","features":[72]},{"name":"ucnv_toUnicode","features":[72]},{"name":"ucnv_usesFallback","features":[72]},{"name":"ucnvsel_close","features":[72]},{"name":"ucnvsel_open","features":[72]},{"name":"ucnvsel_openFromSerialized","features":[72]},{"name":"ucnvsel_selectForString","features":[72]},{"name":"ucnvsel_selectForUTF8","features":[72]},{"name":"ucnvsel_serialize","features":[72]},{"name":"ucol_cloneBinary","features":[72]},{"name":"ucol_close","features":[72]},{"name":"ucol_closeElements","features":[72]},{"name":"ucol_countAvailable","features":[72]},{"name":"ucol_equal","features":[72]},{"name":"ucol_getAttribute","features":[72]},{"name":"ucol_getAvailable","features":[72]},{"name":"ucol_getBound","features":[72]},{"name":"ucol_getContractionsAndExpansions","features":[72]},{"name":"ucol_getDisplayName","features":[72]},{"name":"ucol_getEquivalentReorderCodes","features":[72]},{"name":"ucol_getFunctionalEquivalent","features":[72]},{"name":"ucol_getKeywordValues","features":[72]},{"name":"ucol_getKeywordValuesForLocale","features":[72]},{"name":"ucol_getKeywords","features":[72]},{"name":"ucol_getLocaleByType","features":[72]},{"name":"ucol_getMaxExpansion","features":[72]},{"name":"ucol_getMaxVariable","features":[72]},{"name":"ucol_getOffset","features":[72]},{"name":"ucol_getReorderCodes","features":[72]},{"name":"ucol_getRules","features":[72]},{"name":"ucol_getRulesEx","features":[72]},{"name":"ucol_getSortKey","features":[72]},{"name":"ucol_getStrength","features":[72]},{"name":"ucol_getTailoredSet","features":[72]},{"name":"ucol_getUCAVersion","features":[72]},{"name":"ucol_getVariableTop","features":[72]},{"name":"ucol_getVersion","features":[72]},{"name":"ucol_greater","features":[72]},{"name":"ucol_greaterOrEqual","features":[72]},{"name":"ucol_keyHashCode","features":[72]},{"name":"ucol_mergeSortkeys","features":[72]},{"name":"ucol_next","features":[72]},{"name":"ucol_nextSortKeyPart","features":[72]},{"name":"ucol_open","features":[72]},{"name":"ucol_openAvailableLocales","features":[72]},{"name":"ucol_openBinary","features":[72]},{"name":"ucol_openElements","features":[72]},{"name":"ucol_openRules","features":[72]},{"name":"ucol_previous","features":[72]},{"name":"ucol_primaryOrder","features":[72]},{"name":"ucol_reset","features":[72]},{"name":"ucol_safeClone","features":[72]},{"name":"ucol_secondaryOrder","features":[72]},{"name":"ucol_setAttribute","features":[72]},{"name":"ucol_setMaxVariable","features":[72]},{"name":"ucol_setOffset","features":[72]},{"name":"ucol_setReorderCodes","features":[72]},{"name":"ucol_setStrength","features":[72]},{"name":"ucol_setText","features":[72]},{"name":"ucol_strcoll","features":[72]},{"name":"ucol_strcollIter","features":[72]},{"name":"ucol_strcollUTF8","features":[72]},{"name":"ucol_tertiaryOrder","features":[72]},{"name":"ucpmap_get","features":[72]},{"name":"ucpmap_getRange","features":[72]},{"name":"ucptrie_close","features":[72]},{"name":"ucptrie_get","features":[72]},{"name":"ucptrie_getRange","features":[72]},{"name":"ucptrie_getType","features":[72]},{"name":"ucptrie_getValueWidth","features":[72]},{"name":"ucptrie_internalSmallIndex","features":[72]},{"name":"ucptrie_internalSmallU8Index","features":[72]},{"name":"ucptrie_internalU8PrevIndex","features":[72]},{"name":"ucptrie_openFromBinary","features":[72]},{"name":"ucptrie_toBinary","features":[72]},{"name":"ucsdet_close","features":[72]},{"name":"ucsdet_detect","features":[72]},{"name":"ucsdet_detectAll","features":[72]},{"name":"ucsdet_enableInputFilter","features":[72]},{"name":"ucsdet_getAllDetectableCharsets","features":[72]},{"name":"ucsdet_getConfidence","features":[72]},{"name":"ucsdet_getLanguage","features":[72]},{"name":"ucsdet_getName","features":[72]},{"name":"ucsdet_getUChars","features":[72]},{"name":"ucsdet_isInputFilterEnabled","features":[72]},{"name":"ucsdet_open","features":[72]},{"name":"ucsdet_setDeclaredEncoding","features":[72]},{"name":"ucsdet_setText","features":[72]},{"name":"ucurr_countCurrencies","features":[72]},{"name":"ucurr_forLocale","features":[72]},{"name":"ucurr_forLocaleAndDate","features":[72]},{"name":"ucurr_getDefaultFractionDigits","features":[72]},{"name":"ucurr_getDefaultFractionDigitsForUsage","features":[72]},{"name":"ucurr_getKeywordValuesForLocale","features":[72]},{"name":"ucurr_getName","features":[72]},{"name":"ucurr_getNumericCode","features":[72]},{"name":"ucurr_getPluralName","features":[72]},{"name":"ucurr_getRoundingIncrement","features":[72]},{"name":"ucurr_getRoundingIncrementForUsage","features":[72]},{"name":"ucurr_isAvailable","features":[72]},{"name":"ucurr_openISOCurrencies","features":[72]},{"name":"ucurr_register","features":[72]},{"name":"ucurr_unregister","features":[72]},{"name":"udat_adoptNumberFormat","features":[72]},{"name":"udat_adoptNumberFormatForFields","features":[72]},{"name":"udat_applyPattern","features":[72]},{"name":"udat_clone","features":[72]},{"name":"udat_close","features":[72]},{"name":"udat_countAvailable","features":[72]},{"name":"udat_countSymbols","features":[72]},{"name":"udat_format","features":[72]},{"name":"udat_formatCalendar","features":[72]},{"name":"udat_formatCalendarForFields","features":[72]},{"name":"udat_formatForFields","features":[72]},{"name":"udat_get2DigitYearStart","features":[72]},{"name":"udat_getAvailable","features":[72]},{"name":"udat_getBooleanAttribute","features":[72]},{"name":"udat_getCalendar","features":[72]},{"name":"udat_getContext","features":[72]},{"name":"udat_getLocaleByType","features":[72]},{"name":"udat_getNumberFormat","features":[72]},{"name":"udat_getNumberFormatForField","features":[72]},{"name":"udat_getSymbols","features":[72]},{"name":"udat_isLenient","features":[72]},{"name":"udat_open","features":[72]},{"name":"udat_parse","features":[72]},{"name":"udat_parseCalendar","features":[72]},{"name":"udat_set2DigitYearStart","features":[72]},{"name":"udat_setBooleanAttribute","features":[72]},{"name":"udat_setCalendar","features":[72]},{"name":"udat_setContext","features":[72]},{"name":"udat_setLenient","features":[72]},{"name":"udat_setNumberFormat","features":[72]},{"name":"udat_setSymbols","features":[72]},{"name":"udat_toCalendarDateField","features":[72]},{"name":"udat_toPattern","features":[72]},{"name":"udatpg_addPattern","features":[72]},{"name":"udatpg_clone","features":[72]},{"name":"udatpg_close","features":[72]},{"name":"udatpg_getAppendItemFormat","features":[72]},{"name":"udatpg_getAppendItemName","features":[72]},{"name":"udatpg_getBaseSkeleton","features":[72]},{"name":"udatpg_getBestPattern","features":[72]},{"name":"udatpg_getBestPatternWithOptions","features":[72]},{"name":"udatpg_getDateTimeFormat","features":[72]},{"name":"udatpg_getDecimal","features":[72]},{"name":"udatpg_getFieldDisplayName","features":[72]},{"name":"udatpg_getPatternForSkeleton","features":[72]},{"name":"udatpg_getSkeleton","features":[72]},{"name":"udatpg_open","features":[72]},{"name":"udatpg_openBaseSkeletons","features":[72]},{"name":"udatpg_openEmpty","features":[72]},{"name":"udatpg_openSkeletons","features":[72]},{"name":"udatpg_replaceFieldTypes","features":[72]},{"name":"udatpg_replaceFieldTypesWithOptions","features":[72]},{"name":"udatpg_setAppendItemFormat","features":[72]},{"name":"udatpg_setAppendItemName","features":[72]},{"name":"udatpg_setDateTimeFormat","features":[72]},{"name":"udatpg_setDecimal","features":[72]},{"name":"udtitvfmt_close","features":[72]},{"name":"udtitvfmt_closeResult","features":[72]},{"name":"udtitvfmt_format","features":[72]},{"name":"udtitvfmt_open","features":[72]},{"name":"udtitvfmt_openResult","features":[72]},{"name":"udtitvfmt_resultAsValue","features":[72]},{"name":"uenum_close","features":[72]},{"name":"uenum_count","features":[72]},{"name":"uenum_next","features":[72]},{"name":"uenum_openCharStringsEnumeration","features":[72]},{"name":"uenum_openUCharStringsEnumeration","features":[72]},{"name":"uenum_reset","features":[72]},{"name":"uenum_unext","features":[72]},{"name":"ufieldpositer_close","features":[72]},{"name":"ufieldpositer_next","features":[72]},{"name":"ufieldpositer_open","features":[72]},{"name":"ufmt_close","features":[72]},{"name":"ufmt_getArrayItemByIndex","features":[72]},{"name":"ufmt_getArrayLength","features":[72]},{"name":"ufmt_getDate","features":[72]},{"name":"ufmt_getDecNumChars","features":[72]},{"name":"ufmt_getDouble","features":[72]},{"name":"ufmt_getInt64","features":[72]},{"name":"ufmt_getLong","features":[72]},{"name":"ufmt_getObject","features":[72]},{"name":"ufmt_getType","features":[72]},{"name":"ufmt_getUChars","features":[72]},{"name":"ufmt_isNumeric","features":[72]},{"name":"ufmt_open","features":[72]},{"name":"ufmtval_getString","features":[72]},{"name":"ufmtval_nextPosition","features":[72]},{"name":"ugender_getInstance","features":[72]},{"name":"ugender_getListGender","features":[72]},{"name":"uidna_close","features":[72]},{"name":"uidna_labelToASCII","features":[72]},{"name":"uidna_labelToASCII_UTF8","features":[72]},{"name":"uidna_labelToUnicode","features":[72]},{"name":"uidna_labelToUnicodeUTF8","features":[72]},{"name":"uidna_nameToASCII","features":[72]},{"name":"uidna_nameToASCII_UTF8","features":[72]},{"name":"uidna_nameToUnicode","features":[72]},{"name":"uidna_nameToUnicodeUTF8","features":[72]},{"name":"uidna_openUTS46","features":[72]},{"name":"uiter_current32","features":[72]},{"name":"uiter_getState","features":[72]},{"name":"uiter_next32","features":[72]},{"name":"uiter_previous32","features":[72]},{"name":"uiter_setState","features":[72]},{"name":"uiter_setString","features":[72]},{"name":"uiter_setUTF16BE","features":[72]},{"name":"uiter_setUTF8","features":[72]},{"name":"uldn_close","features":[72]},{"name":"uldn_getContext","features":[72]},{"name":"uldn_getDialectHandling","features":[72]},{"name":"uldn_getLocale","features":[72]},{"name":"uldn_keyDisplayName","features":[72]},{"name":"uldn_keyValueDisplayName","features":[72]},{"name":"uldn_languageDisplayName","features":[72]},{"name":"uldn_localeDisplayName","features":[72]},{"name":"uldn_open","features":[72]},{"name":"uldn_openForContext","features":[72]},{"name":"uldn_regionDisplayName","features":[72]},{"name":"uldn_scriptCodeDisplayName","features":[72]},{"name":"uldn_scriptDisplayName","features":[72]},{"name":"uldn_variantDisplayName","features":[72]},{"name":"ulistfmt_close","features":[72]},{"name":"ulistfmt_closeResult","features":[72]},{"name":"ulistfmt_format","features":[72]},{"name":"ulistfmt_formatStringsToResult","features":[72]},{"name":"ulistfmt_open","features":[72]},{"name":"ulistfmt_openForType","features":[72]},{"name":"ulistfmt_openResult","features":[72]},{"name":"ulistfmt_resultAsValue","features":[72]},{"name":"uloc_acceptLanguage","features":[72]},{"name":"uloc_acceptLanguageFromHTTP","features":[72]},{"name":"uloc_addLikelySubtags","features":[72]},{"name":"uloc_canonicalize","features":[72]},{"name":"uloc_countAvailable","features":[72]},{"name":"uloc_forLanguageTag","features":[72]},{"name":"uloc_getAvailable","features":[72]},{"name":"uloc_getBaseName","features":[72]},{"name":"uloc_getCharacterOrientation","features":[72]},{"name":"uloc_getCountry","features":[72]},{"name":"uloc_getDefault","features":[72]},{"name":"uloc_getDisplayCountry","features":[72]},{"name":"uloc_getDisplayKeyword","features":[72]},{"name":"uloc_getDisplayKeywordValue","features":[72]},{"name":"uloc_getDisplayLanguage","features":[72]},{"name":"uloc_getDisplayName","features":[72]},{"name":"uloc_getDisplayScript","features":[72]},{"name":"uloc_getDisplayVariant","features":[72]},{"name":"uloc_getISO3Country","features":[72]},{"name":"uloc_getISO3Language","features":[72]},{"name":"uloc_getISOCountries","features":[72]},{"name":"uloc_getISOLanguages","features":[72]},{"name":"uloc_getKeywordValue","features":[72]},{"name":"uloc_getLCID","features":[72]},{"name":"uloc_getLanguage","features":[72]},{"name":"uloc_getLineOrientation","features":[72]},{"name":"uloc_getLocaleForLCID","features":[72]},{"name":"uloc_getName","features":[72]},{"name":"uloc_getParent","features":[72]},{"name":"uloc_getScript","features":[72]},{"name":"uloc_getVariant","features":[72]},{"name":"uloc_isRightToLeft","features":[72]},{"name":"uloc_minimizeSubtags","features":[72]},{"name":"uloc_openAvailableByType","features":[72]},{"name":"uloc_openKeywords","features":[72]},{"name":"uloc_setDefault","features":[72]},{"name":"uloc_setKeywordValue","features":[72]},{"name":"uloc_toLanguageTag","features":[72]},{"name":"uloc_toLegacyKey","features":[72]},{"name":"uloc_toLegacyType","features":[72]},{"name":"uloc_toUnicodeLocaleKey","features":[72]},{"name":"uloc_toUnicodeLocaleType","features":[72]},{"name":"ulocdata_close","features":[72]},{"name":"ulocdata_getCLDRVersion","features":[72]},{"name":"ulocdata_getDelimiter","features":[72]},{"name":"ulocdata_getExemplarSet","features":[72]},{"name":"ulocdata_getLocaleDisplayPattern","features":[72]},{"name":"ulocdata_getLocaleSeparator","features":[72]},{"name":"ulocdata_getMeasurementSystem","features":[72]},{"name":"ulocdata_getNoSubstitute","features":[72]},{"name":"ulocdata_getPaperSize","features":[72]},{"name":"ulocdata_open","features":[72]},{"name":"ulocdata_setNoSubstitute","features":[72]},{"name":"umsg_applyPattern","features":[72]},{"name":"umsg_autoQuoteApostrophe","features":[72]},{"name":"umsg_clone","features":[72]},{"name":"umsg_close","features":[72]},{"name":"umsg_format","features":[72]},{"name":"umsg_getLocale","features":[72]},{"name":"umsg_open","features":[72]},{"name":"umsg_parse","features":[72]},{"name":"umsg_setLocale","features":[72]},{"name":"umsg_toPattern","features":[72]},{"name":"umsg_vformat","features":[72]},{"name":"umsg_vparse","features":[72]},{"name":"umutablecptrie_buildImmutable","features":[72]},{"name":"umutablecptrie_clone","features":[72]},{"name":"umutablecptrie_close","features":[72]},{"name":"umutablecptrie_fromUCPMap","features":[72]},{"name":"umutablecptrie_fromUCPTrie","features":[72]},{"name":"umutablecptrie_get","features":[72]},{"name":"umutablecptrie_getRange","features":[72]},{"name":"umutablecptrie_open","features":[72]},{"name":"umutablecptrie_set","features":[72]},{"name":"umutablecptrie_setRange","features":[72]},{"name":"unorm2_append","features":[72]},{"name":"unorm2_close","features":[72]},{"name":"unorm2_composePair","features":[72]},{"name":"unorm2_getCombiningClass","features":[72]},{"name":"unorm2_getDecomposition","features":[72]},{"name":"unorm2_getInstance","features":[72]},{"name":"unorm2_getNFCInstance","features":[72]},{"name":"unorm2_getNFDInstance","features":[72]},{"name":"unorm2_getNFKCCasefoldInstance","features":[72]},{"name":"unorm2_getNFKCInstance","features":[72]},{"name":"unorm2_getNFKDInstance","features":[72]},{"name":"unorm2_getRawDecomposition","features":[72]},{"name":"unorm2_hasBoundaryAfter","features":[72]},{"name":"unorm2_hasBoundaryBefore","features":[72]},{"name":"unorm2_isInert","features":[72]},{"name":"unorm2_isNormalized","features":[72]},{"name":"unorm2_normalize","features":[72]},{"name":"unorm2_normalizeSecondAndAppend","features":[72]},{"name":"unorm2_openFiltered","features":[72]},{"name":"unorm2_quickCheck","features":[72]},{"name":"unorm2_spanQuickCheckYes","features":[72]},{"name":"unorm_compare","features":[72]},{"name":"unum_applyPattern","features":[72]},{"name":"unum_clone","features":[72]},{"name":"unum_close","features":[72]},{"name":"unum_countAvailable","features":[72]},{"name":"unum_format","features":[72]},{"name":"unum_formatDecimal","features":[72]},{"name":"unum_formatDouble","features":[72]},{"name":"unum_formatDoubleCurrency","features":[72]},{"name":"unum_formatDoubleForFields","features":[72]},{"name":"unum_formatInt64","features":[72]},{"name":"unum_formatUFormattable","features":[72]},{"name":"unum_getAttribute","features":[72]},{"name":"unum_getAvailable","features":[72]},{"name":"unum_getContext","features":[72]},{"name":"unum_getDoubleAttribute","features":[72]},{"name":"unum_getLocaleByType","features":[72]},{"name":"unum_getSymbol","features":[72]},{"name":"unum_getTextAttribute","features":[72]},{"name":"unum_open","features":[72]},{"name":"unum_parse","features":[72]},{"name":"unum_parseDecimal","features":[72]},{"name":"unum_parseDouble","features":[72]},{"name":"unum_parseDoubleCurrency","features":[72]},{"name":"unum_parseInt64","features":[72]},{"name":"unum_parseToUFormattable","features":[72]},{"name":"unum_setAttribute","features":[72]},{"name":"unum_setContext","features":[72]},{"name":"unum_setDoubleAttribute","features":[72]},{"name":"unum_setSymbol","features":[72]},{"name":"unum_setTextAttribute","features":[72]},{"name":"unum_toPattern","features":[72]},{"name":"unumf_close","features":[72]},{"name":"unumf_closeResult","features":[72]},{"name":"unumf_formatDecimal","features":[72]},{"name":"unumf_formatDouble","features":[72]},{"name":"unumf_formatInt","features":[72]},{"name":"unumf_openForSkeletonAndLocale","features":[72]},{"name":"unumf_openForSkeletonAndLocaleWithError","features":[72]},{"name":"unumf_openResult","features":[72]},{"name":"unumf_resultAsValue","features":[72]},{"name":"unumf_resultGetAllFieldPositions","features":[72]},{"name":"unumf_resultNextFieldPosition","features":[72]},{"name":"unumf_resultToString","features":[72]},{"name":"unumsys_close","features":[72]},{"name":"unumsys_getDescription","features":[72]},{"name":"unumsys_getName","features":[72]},{"name":"unumsys_getRadix","features":[72]},{"name":"unumsys_isAlgorithmic","features":[72]},{"name":"unumsys_open","features":[72]},{"name":"unumsys_openAvailableNames","features":[72]},{"name":"unumsys_openByName","features":[72]},{"name":"uplrules_close","features":[72]},{"name":"uplrules_getKeywords","features":[72]},{"name":"uplrules_open","features":[72]},{"name":"uplrules_openForType","features":[72]},{"name":"uplrules_select","features":[72]},{"name":"uplrules_selectFormatted","features":[72]},{"name":"uregex_appendReplacement","features":[72]},{"name":"uregex_appendReplacementUText","features":[72]},{"name":"uregex_appendTail","features":[72]},{"name":"uregex_appendTailUText","features":[72]},{"name":"uregex_clone","features":[72]},{"name":"uregex_close","features":[72]},{"name":"uregex_end","features":[72]},{"name":"uregex_end64","features":[72]},{"name":"uregex_find","features":[72]},{"name":"uregex_find64","features":[72]},{"name":"uregex_findNext","features":[72]},{"name":"uregex_flags","features":[72]},{"name":"uregex_getFindProgressCallback","features":[72]},{"name":"uregex_getMatchCallback","features":[72]},{"name":"uregex_getStackLimit","features":[72]},{"name":"uregex_getText","features":[72]},{"name":"uregex_getTimeLimit","features":[72]},{"name":"uregex_getUText","features":[72]},{"name":"uregex_group","features":[72]},{"name":"uregex_groupCount","features":[72]},{"name":"uregex_groupNumberFromCName","features":[72]},{"name":"uregex_groupNumberFromName","features":[72]},{"name":"uregex_groupUText","features":[72]},{"name":"uregex_hasAnchoringBounds","features":[72]},{"name":"uregex_hasTransparentBounds","features":[72]},{"name":"uregex_hitEnd","features":[72]},{"name":"uregex_lookingAt","features":[72]},{"name":"uregex_lookingAt64","features":[72]},{"name":"uregex_matches","features":[72]},{"name":"uregex_matches64","features":[72]},{"name":"uregex_open","features":[72]},{"name":"uregex_openC","features":[72]},{"name":"uregex_openUText","features":[72]},{"name":"uregex_pattern","features":[72]},{"name":"uregex_patternUText","features":[72]},{"name":"uregex_refreshUText","features":[72]},{"name":"uregex_regionEnd","features":[72]},{"name":"uregex_regionEnd64","features":[72]},{"name":"uregex_regionStart","features":[72]},{"name":"uregex_regionStart64","features":[72]},{"name":"uregex_replaceAll","features":[72]},{"name":"uregex_replaceAllUText","features":[72]},{"name":"uregex_replaceFirst","features":[72]},{"name":"uregex_replaceFirstUText","features":[72]},{"name":"uregex_requireEnd","features":[72]},{"name":"uregex_reset","features":[72]},{"name":"uregex_reset64","features":[72]},{"name":"uregex_setFindProgressCallback","features":[72]},{"name":"uregex_setMatchCallback","features":[72]},{"name":"uregex_setRegion","features":[72]},{"name":"uregex_setRegion64","features":[72]},{"name":"uregex_setRegionAndStart","features":[72]},{"name":"uregex_setStackLimit","features":[72]},{"name":"uregex_setText","features":[72]},{"name":"uregex_setTimeLimit","features":[72]},{"name":"uregex_setUText","features":[72]},{"name":"uregex_split","features":[72]},{"name":"uregex_splitUText","features":[72]},{"name":"uregex_start","features":[72]},{"name":"uregex_start64","features":[72]},{"name":"uregex_useAnchoringBounds","features":[72]},{"name":"uregex_useTransparentBounds","features":[72]},{"name":"uregion_areEqual","features":[72]},{"name":"uregion_contains","features":[72]},{"name":"uregion_getAvailable","features":[72]},{"name":"uregion_getContainedRegions","features":[72]},{"name":"uregion_getContainedRegionsOfType","features":[72]},{"name":"uregion_getContainingRegion","features":[72]},{"name":"uregion_getContainingRegionOfType","features":[72]},{"name":"uregion_getNumericCode","features":[72]},{"name":"uregion_getPreferredValues","features":[72]},{"name":"uregion_getRegionCode","features":[72]},{"name":"uregion_getRegionFromCode","features":[72]},{"name":"uregion_getRegionFromNumericCode","features":[72]},{"name":"uregion_getType","features":[72]},{"name":"ureldatefmt_close","features":[72]},{"name":"ureldatefmt_closeResult","features":[72]},{"name":"ureldatefmt_combineDateAndTime","features":[72]},{"name":"ureldatefmt_format","features":[72]},{"name":"ureldatefmt_formatNumeric","features":[72]},{"name":"ureldatefmt_formatNumericToResult","features":[72]},{"name":"ureldatefmt_formatToResult","features":[72]},{"name":"ureldatefmt_open","features":[72]},{"name":"ureldatefmt_openResult","features":[72]},{"name":"ureldatefmt_resultAsValue","features":[72]},{"name":"ures_close","features":[72]},{"name":"ures_getBinary","features":[72]},{"name":"ures_getByIndex","features":[72]},{"name":"ures_getByKey","features":[72]},{"name":"ures_getInt","features":[72]},{"name":"ures_getIntVector","features":[72]},{"name":"ures_getKey","features":[72]},{"name":"ures_getLocaleByType","features":[72]},{"name":"ures_getNextResource","features":[72]},{"name":"ures_getNextString","features":[72]},{"name":"ures_getSize","features":[72]},{"name":"ures_getString","features":[72]},{"name":"ures_getStringByIndex","features":[72]},{"name":"ures_getStringByKey","features":[72]},{"name":"ures_getType","features":[72]},{"name":"ures_getUInt","features":[72]},{"name":"ures_getUTF8String","features":[72]},{"name":"ures_getUTF8StringByIndex","features":[72]},{"name":"ures_getUTF8StringByKey","features":[72]},{"name":"ures_getVersion","features":[72]},{"name":"ures_hasNext","features":[72]},{"name":"ures_open","features":[72]},{"name":"ures_openAvailableLocales","features":[72]},{"name":"ures_openDirect","features":[72]},{"name":"ures_openU","features":[72]},{"name":"ures_resetIterator","features":[72]},{"name":"uscript_breaksBetweenLetters","features":[72]},{"name":"uscript_getCode","features":[72]},{"name":"uscript_getName","features":[72]},{"name":"uscript_getSampleString","features":[72]},{"name":"uscript_getScript","features":[72]},{"name":"uscript_getScriptExtensions","features":[72]},{"name":"uscript_getShortName","features":[72]},{"name":"uscript_getUsage","features":[72]},{"name":"uscript_hasScript","features":[72]},{"name":"uscript_isCased","features":[72]},{"name":"uscript_isRightToLeft","features":[72]},{"name":"usearch_close","features":[72]},{"name":"usearch_first","features":[72]},{"name":"usearch_following","features":[72]},{"name":"usearch_getAttribute","features":[72]},{"name":"usearch_getBreakIterator","features":[72]},{"name":"usearch_getCollator","features":[72]},{"name":"usearch_getMatchedLength","features":[72]},{"name":"usearch_getMatchedStart","features":[72]},{"name":"usearch_getMatchedText","features":[72]},{"name":"usearch_getOffset","features":[72]},{"name":"usearch_getPattern","features":[72]},{"name":"usearch_getText","features":[72]},{"name":"usearch_last","features":[72]},{"name":"usearch_next","features":[72]},{"name":"usearch_open","features":[72]},{"name":"usearch_openFromCollator","features":[72]},{"name":"usearch_preceding","features":[72]},{"name":"usearch_previous","features":[72]},{"name":"usearch_reset","features":[72]},{"name":"usearch_setAttribute","features":[72]},{"name":"usearch_setBreakIterator","features":[72]},{"name":"usearch_setCollator","features":[72]},{"name":"usearch_setOffset","features":[72]},{"name":"usearch_setPattern","features":[72]},{"name":"usearch_setText","features":[72]},{"name":"uset_add","features":[72]},{"name":"uset_addAll","features":[72]},{"name":"uset_addAllCodePoints","features":[72]},{"name":"uset_addRange","features":[72]},{"name":"uset_addString","features":[72]},{"name":"uset_applyIntPropertyValue","features":[72]},{"name":"uset_applyPattern","features":[72]},{"name":"uset_applyPropertyAlias","features":[72]},{"name":"uset_charAt","features":[72]},{"name":"uset_clear","features":[72]},{"name":"uset_clone","features":[72]},{"name":"uset_cloneAsThawed","features":[72]},{"name":"uset_close","features":[72]},{"name":"uset_closeOver","features":[72]},{"name":"uset_compact","features":[72]},{"name":"uset_complement","features":[72]},{"name":"uset_complementAll","features":[72]},{"name":"uset_contains","features":[72]},{"name":"uset_containsAll","features":[72]},{"name":"uset_containsAllCodePoints","features":[72]},{"name":"uset_containsNone","features":[72]},{"name":"uset_containsRange","features":[72]},{"name":"uset_containsSome","features":[72]},{"name":"uset_containsString","features":[72]},{"name":"uset_equals","features":[72]},{"name":"uset_freeze","features":[72]},{"name":"uset_getItem","features":[72]},{"name":"uset_getItemCount","features":[72]},{"name":"uset_getSerializedRange","features":[72]},{"name":"uset_getSerializedRangeCount","features":[72]},{"name":"uset_getSerializedSet","features":[72]},{"name":"uset_indexOf","features":[72]},{"name":"uset_isEmpty","features":[72]},{"name":"uset_isFrozen","features":[72]},{"name":"uset_open","features":[72]},{"name":"uset_openEmpty","features":[72]},{"name":"uset_openPattern","features":[72]},{"name":"uset_openPatternOptions","features":[72]},{"name":"uset_remove","features":[72]},{"name":"uset_removeAll","features":[72]},{"name":"uset_removeAllStrings","features":[72]},{"name":"uset_removeRange","features":[72]},{"name":"uset_removeString","features":[72]},{"name":"uset_resemblesPattern","features":[72]},{"name":"uset_retain","features":[72]},{"name":"uset_retainAll","features":[72]},{"name":"uset_serialize","features":[72]},{"name":"uset_serializedContains","features":[72]},{"name":"uset_set","features":[72]},{"name":"uset_setSerializedToOne","features":[72]},{"name":"uset_size","features":[72]},{"name":"uset_span","features":[72]},{"name":"uset_spanBack","features":[72]},{"name":"uset_spanBackUTF8","features":[72]},{"name":"uset_spanUTF8","features":[72]},{"name":"uset_toPattern","features":[72]},{"name":"uspoof_areConfusable","features":[72]},{"name":"uspoof_areConfusableUTF8","features":[72]},{"name":"uspoof_check","features":[72]},{"name":"uspoof_check2","features":[72]},{"name":"uspoof_check2UTF8","features":[72]},{"name":"uspoof_checkUTF8","features":[72]},{"name":"uspoof_clone","features":[72]},{"name":"uspoof_close","features":[72]},{"name":"uspoof_closeCheckResult","features":[72]},{"name":"uspoof_getAllowedChars","features":[72]},{"name":"uspoof_getAllowedLocales","features":[72]},{"name":"uspoof_getCheckResultChecks","features":[72]},{"name":"uspoof_getCheckResultNumerics","features":[72]},{"name":"uspoof_getCheckResultRestrictionLevel","features":[72]},{"name":"uspoof_getChecks","features":[72]},{"name":"uspoof_getInclusionSet","features":[72]},{"name":"uspoof_getRecommendedSet","features":[72]},{"name":"uspoof_getRestrictionLevel","features":[72]},{"name":"uspoof_getSkeleton","features":[72]},{"name":"uspoof_getSkeletonUTF8","features":[72]},{"name":"uspoof_open","features":[72]},{"name":"uspoof_openCheckResult","features":[72]},{"name":"uspoof_openFromSerialized","features":[72]},{"name":"uspoof_openFromSource","features":[72]},{"name":"uspoof_serialize","features":[72]},{"name":"uspoof_setAllowedChars","features":[72]},{"name":"uspoof_setAllowedLocales","features":[72]},{"name":"uspoof_setChecks","features":[72]},{"name":"uspoof_setRestrictionLevel","features":[72]},{"name":"usprep_close","features":[72]},{"name":"usprep_open","features":[72]},{"name":"usprep_openByType","features":[72]},{"name":"usprep_prepare","features":[72]},{"name":"utext_char32At","features":[72]},{"name":"utext_clone","features":[72]},{"name":"utext_close","features":[72]},{"name":"utext_copy","features":[72]},{"name":"utext_current32","features":[72]},{"name":"utext_equals","features":[72]},{"name":"utext_extract","features":[72]},{"name":"utext_freeze","features":[72]},{"name":"utext_getNativeIndex","features":[72]},{"name":"utext_getPreviousNativeIndex","features":[72]},{"name":"utext_hasMetaData","features":[72]},{"name":"utext_isLengthExpensive","features":[72]},{"name":"utext_isWritable","features":[72]},{"name":"utext_moveIndex32","features":[72]},{"name":"utext_nativeLength","features":[72]},{"name":"utext_next32","features":[72]},{"name":"utext_next32From","features":[72]},{"name":"utext_openUChars","features":[72]},{"name":"utext_openUTF8","features":[72]},{"name":"utext_previous32","features":[72]},{"name":"utext_previous32From","features":[72]},{"name":"utext_replace","features":[72]},{"name":"utext_setNativeIndex","features":[72]},{"name":"utext_setup","features":[72]},{"name":"utf8_appendCharSafeBody","features":[72]},{"name":"utf8_back1SafeBody","features":[72]},{"name":"utf8_nextCharSafeBody","features":[72]},{"name":"utf8_prevCharSafeBody","features":[72]},{"name":"utmscale_fromInt64","features":[72]},{"name":"utmscale_getTimeScaleValue","features":[72]},{"name":"utmscale_toInt64","features":[72]},{"name":"utrace_format","features":[72]},{"name":"utrace_functionName","features":[72]},{"name":"utrace_getFunctions","features":[72]},{"name":"utrace_getLevel","features":[72]},{"name":"utrace_setFunctions","features":[72]},{"name":"utrace_setLevel","features":[72]},{"name":"utrace_vformat","features":[72]},{"name":"utrans_clone","features":[72]},{"name":"utrans_close","features":[72]},{"name":"utrans_countAvailableIDs","features":[72]},{"name":"utrans_getSourceSet","features":[72]},{"name":"utrans_getUnicodeID","features":[72]},{"name":"utrans_openIDs","features":[72]},{"name":"utrans_openInverse","features":[72]},{"name":"utrans_openU","features":[72]},{"name":"utrans_register","features":[72]},{"name":"utrans_setFilter","features":[72]},{"name":"utrans_toRules","features":[72]},{"name":"utrans_trans","features":[72]},{"name":"utrans_transIncremental","features":[72]},{"name":"utrans_transIncrementalUChars","features":[72]},{"name":"utrans_transUChars","features":[72]},{"name":"utrans_unregisterID","features":[72]}],"413":[{"name":"DWMFLIP3DWINDOWPOLICY","features":[73]},{"name":"DWMFLIP3D_DEFAULT","features":[73]},{"name":"DWMFLIP3D_EXCLUDEABOVE","features":[73]},{"name":"DWMFLIP3D_EXCLUDEBELOW","features":[73]},{"name":"DWMFLIP3D_LAST","features":[73]},{"name":"DWMNCRENDERINGPOLICY","features":[73]},{"name":"DWMNCRP_DISABLED","features":[73]},{"name":"DWMNCRP_ENABLED","features":[73]},{"name":"DWMNCRP_LAST","features":[73]},{"name":"DWMNCRP_USEWINDOWSTYLE","features":[73]},{"name":"DWMSBT_AUTO","features":[73]},{"name":"DWMSBT_MAINWINDOW","features":[73]},{"name":"DWMSBT_NONE","features":[73]},{"name":"DWMSBT_TABBEDWINDOW","features":[73]},{"name":"DWMSBT_TRANSIENTWINDOW","features":[73]},{"name":"DWMSC_ALL","features":[73]},{"name":"DWMSC_DOWN","features":[73]},{"name":"DWMSC_DRAG","features":[73]},{"name":"DWMSC_HOLD","features":[73]},{"name":"DWMSC_NONE","features":[73]},{"name":"DWMSC_PENBARREL","features":[73]},{"name":"DWMSC_UP","features":[73]},{"name":"DWMTRANSITION_OWNEDWINDOW_NULL","features":[73]},{"name":"DWMTRANSITION_OWNEDWINDOW_REPOSITION","features":[73]},{"name":"DWMTRANSITION_OWNEDWINDOW_TARGET","features":[73]},{"name":"DWMTWR_APP_COMPAT","features":[73]},{"name":"DWMTWR_GROUP_POLICY","features":[73]},{"name":"DWMTWR_IMPLEMENTED_BY_SYSTEM","features":[73]},{"name":"DWMTWR_NONE","features":[73]},{"name":"DWMTWR_TABBING_ENABLED","features":[73]},{"name":"DWMTWR_USER_POLICY","features":[73]},{"name":"DWMTWR_WINDOW_DWM_ATTRIBUTES","features":[73]},{"name":"DWMTWR_WINDOW_MARGINS","features":[73]},{"name":"DWMTWR_WINDOW_REGION","features":[73]},{"name":"DWMTWR_WINDOW_RELATIONSHIP","features":[73]},{"name":"DWMTWR_WINDOW_STYLES","features":[73]},{"name":"DWMWA_ALLOW_NCPAINT","features":[73]},{"name":"DWMWA_BORDER_COLOR","features":[73]},{"name":"DWMWA_CAPTION_BUTTON_BOUNDS","features":[73]},{"name":"DWMWA_CAPTION_COLOR","features":[73]},{"name":"DWMWA_CLOAK","features":[73]},{"name":"DWMWA_CLOAKED","features":[73]},{"name":"DWMWA_COLOR_DEFAULT","features":[73]},{"name":"DWMWA_COLOR_NONE","features":[73]},{"name":"DWMWA_DISALLOW_PEEK","features":[73]},{"name":"DWMWA_EXCLUDED_FROM_PEEK","features":[73]},{"name":"DWMWA_EXTENDED_FRAME_BOUNDS","features":[73]},{"name":"DWMWA_FLIP3D_POLICY","features":[73]},{"name":"DWMWA_FORCE_ICONIC_REPRESENTATION","features":[73]},{"name":"DWMWA_FREEZE_REPRESENTATION","features":[73]},{"name":"DWMWA_HAS_ICONIC_BITMAP","features":[73]},{"name":"DWMWA_LAST","features":[73]},{"name":"DWMWA_NCRENDERING_ENABLED","features":[73]},{"name":"DWMWA_NCRENDERING_POLICY","features":[73]},{"name":"DWMWA_NONCLIENT_RTL_LAYOUT","features":[73]},{"name":"DWMWA_PASSIVE_UPDATE_MODE","features":[73]},{"name":"DWMWA_SYSTEMBACKDROP_TYPE","features":[73]},{"name":"DWMWA_TEXT_COLOR","features":[73]},{"name":"DWMWA_TRANSITIONS_FORCEDISABLED","features":[73]},{"name":"DWMWA_USE_HOSTBACKDROPBRUSH","features":[73]},{"name":"DWMWA_USE_IMMERSIVE_DARK_MODE","features":[73]},{"name":"DWMWA_VISIBLE_FRAME_BORDER_THICKNESS","features":[73]},{"name":"DWMWA_WINDOW_CORNER_PREFERENCE","features":[73]},{"name":"DWMWCP_DEFAULT","features":[73]},{"name":"DWMWCP_DONOTROUND","features":[73]},{"name":"DWMWCP_ROUND","features":[73]},{"name":"DWMWCP_ROUNDSMALL","features":[73]},{"name":"DWMWINDOWATTRIBUTE","features":[73]},{"name":"DWM_BB_BLURREGION","features":[73]},{"name":"DWM_BB_ENABLE","features":[73]},{"name":"DWM_BB_TRANSITIONONMAXIMIZED","features":[73]},{"name":"DWM_BLURBEHIND","features":[3,73,14]},{"name":"DWM_CLOAKED_APP","features":[73]},{"name":"DWM_CLOAKED_INHERITED","features":[73]},{"name":"DWM_CLOAKED_SHELL","features":[73]},{"name":"DWM_EC_DISABLECOMPOSITION","features":[73]},{"name":"DWM_EC_ENABLECOMPOSITION","features":[73]},{"name":"DWM_FRAME_DURATION_DEFAULT","features":[73]},{"name":"DWM_PRESENT_PARAMETERS","features":[3,73]},{"name":"DWM_SHOWCONTACT","features":[73]},{"name":"DWM_SIT_DISPLAYFRAME","features":[73]},{"name":"DWM_SOURCE_FRAME_SAMPLING","features":[73]},{"name":"DWM_SOURCE_FRAME_SAMPLING_COVERAGE","features":[73]},{"name":"DWM_SOURCE_FRAME_SAMPLING_LAST","features":[73]},{"name":"DWM_SOURCE_FRAME_SAMPLING_POINT","features":[73]},{"name":"DWM_SYSTEMBACKDROP_TYPE","features":[73]},{"name":"DWM_TAB_WINDOW_REQUIREMENTS","features":[73]},{"name":"DWM_THUMBNAIL_PROPERTIES","features":[3,73]},{"name":"DWM_TIMING_INFO","features":[73]},{"name":"DWM_TNP_OPACITY","features":[73]},{"name":"DWM_TNP_RECTDESTINATION","features":[73]},{"name":"DWM_TNP_RECTSOURCE","features":[73]},{"name":"DWM_TNP_SOURCECLIENTAREAONLY","features":[73]},{"name":"DWM_TNP_VISIBLE","features":[73]},{"name":"DWM_WINDOW_CORNER_PREFERENCE","features":[73]},{"name":"DwmAttachMilContent","features":[3,73]},{"name":"DwmDefWindowProc","features":[3,73]},{"name":"DwmDetachMilContent","features":[3,73]},{"name":"DwmEnableBlurBehindWindow","features":[3,73,14]},{"name":"DwmEnableComposition","features":[73]},{"name":"DwmEnableMMCSS","features":[3,73]},{"name":"DwmExtendFrameIntoClientArea","features":[3,73,42]},{"name":"DwmFlush","features":[73]},{"name":"DwmGetColorizationColor","features":[3,73]},{"name":"DwmGetCompositionTimingInfo","features":[3,73]},{"name":"DwmGetGraphicsStreamClient","features":[73]},{"name":"DwmGetGraphicsStreamTransformHint","features":[73]},{"name":"DwmGetTransportAttributes","features":[3,73]},{"name":"DwmGetUnmetTabRequirements","features":[3,73]},{"name":"DwmGetWindowAttribute","features":[3,73]},{"name":"DwmInvalidateIconicBitmaps","features":[3,73]},{"name":"DwmIsCompositionEnabled","features":[3,73]},{"name":"DwmModifyPreviousDxFrameDuration","features":[3,73]},{"name":"DwmQueryThumbnailSourceSize","features":[3,73]},{"name":"DwmRegisterThumbnail","features":[3,73]},{"name":"DwmRenderGesture","features":[3,73]},{"name":"DwmSetDxFrameDuration","features":[3,73]},{"name":"DwmSetIconicLivePreviewBitmap","features":[3,73,14]},{"name":"DwmSetIconicThumbnail","features":[3,73,14]},{"name":"DwmSetPresentParameters","features":[3,73]},{"name":"DwmSetWindowAttribute","features":[3,73]},{"name":"DwmShowContact","features":[73]},{"name":"DwmTetherContact","features":[3,73]},{"name":"DwmTransitionOwnedWindow","features":[3,73]},{"name":"DwmUnregisterThumbnail","features":[73]},{"name":"DwmUpdateThumbnailProperties","features":[3,73]},{"name":"GESTURE_TYPE","features":[73]},{"name":"GT_PEN_DOUBLETAP","features":[73]},{"name":"GT_PEN_PRESSANDHOLD","features":[73]},{"name":"GT_PEN_PRESSANDHOLDABORT","features":[73]},{"name":"GT_PEN_RIGHTTAP","features":[73]},{"name":"GT_PEN_TAP","features":[73]},{"name":"GT_TOUCH_DOUBLETAP","features":[73]},{"name":"GT_TOUCH_PRESSANDHOLD","features":[73]},{"name":"GT_TOUCH_PRESSANDHOLDABORT","features":[73]},{"name":"GT_TOUCH_PRESSANDTAP","features":[73]},{"name":"GT_TOUCH_RIGHTTAP","features":[73]},{"name":"GT_TOUCH_TAP","features":[73]},{"name":"MilMatrix3x2D","features":[73]},{"name":"UNSIGNED_RATIO","features":[73]},{"name":"c_DwmMaxAdapters","features":[73]},{"name":"c_DwmMaxMonitors","features":[73]},{"name":"c_DwmMaxQueuedBuffers","features":[73]}],"416":[{"name":"ABC","features":[14]},{"name":"ABCFLOAT","features":[14]},{"name":"ABORTDOC","features":[14]},{"name":"ABORTPATH","features":[14]},{"name":"ABSOLUTE","features":[14]},{"name":"AC_SRC_ALPHA","features":[14]},{"name":"AC_SRC_OVER","features":[14]},{"name":"AD_CLOCKWISE","features":[14]},{"name":"AD_COUNTERCLOCKWISE","features":[14]},{"name":"ALTERNATE","features":[14]},{"name":"ANSI_CHARSET","features":[14]},{"name":"ANSI_FIXED_FONT","features":[14]},{"name":"ANSI_VAR_FONT","features":[14]},{"name":"ANTIALIASED_QUALITY","features":[14]},{"name":"ARABIC_CHARSET","features":[14]},{"name":"ARC_DIRECTION","features":[14]},{"name":"ASPECTX","features":[14]},{"name":"ASPECTXY","features":[14]},{"name":"ASPECTY","features":[14]},{"name":"ASPECT_FILTERING","features":[14]},{"name":"AXESLISTA","features":[14]},{"name":"AXESLISTW","features":[14]},{"name":"AXISINFOA","features":[14]},{"name":"AXISINFOW","features":[14]},{"name":"AbortPath","features":[3,14]},{"name":"AddFontMemResourceEx","features":[3,14]},{"name":"AddFontResourceA","features":[14]},{"name":"AddFontResourceExA","features":[14]},{"name":"AddFontResourceExW","features":[14]},{"name":"AddFontResourceW","features":[14]},{"name":"AlphaBlend","features":[3,14]},{"name":"AngleArc","features":[3,14]},{"name":"AnimatePalette","features":[3,14]},{"name":"Arc","features":[3,14]},{"name":"ArcTo","features":[3,14]},{"name":"BACKGROUND_MODE","features":[14]},{"name":"BALTIC_CHARSET","features":[14]},{"name":"BANDINFO","features":[14]},{"name":"BDR_INNER","features":[14]},{"name":"BDR_OUTER","features":[14]},{"name":"BDR_RAISED","features":[14]},{"name":"BDR_RAISEDINNER","features":[14]},{"name":"BDR_RAISEDOUTER","features":[14]},{"name":"BDR_SUNKEN","features":[14]},{"name":"BDR_SUNKENINNER","features":[14]},{"name":"BDR_SUNKENOUTER","features":[14]},{"name":"BEGIN_PATH","features":[14]},{"name":"BF_ADJUST","features":[14]},{"name":"BF_BOTTOM","features":[14]},{"name":"BF_BOTTOMLEFT","features":[14]},{"name":"BF_BOTTOMRIGHT","features":[14]},{"name":"BF_DIAGONAL","features":[14]},{"name":"BF_DIAGONAL_ENDBOTTOMLEFT","features":[14]},{"name":"BF_DIAGONAL_ENDBOTTOMRIGHT","features":[14]},{"name":"BF_DIAGONAL_ENDTOPLEFT","features":[14]},{"name":"BF_DIAGONAL_ENDTOPRIGHT","features":[14]},{"name":"BF_FLAT","features":[14]},{"name":"BF_LEFT","features":[14]},{"name":"BF_MIDDLE","features":[14]},{"name":"BF_MONO","features":[14]},{"name":"BF_RECT","features":[14]},{"name":"BF_RIGHT","features":[14]},{"name":"BF_SOFT","features":[14]},{"name":"BF_TOP","features":[14]},{"name":"BF_TOPLEFT","features":[14]},{"name":"BF_TOPRIGHT","features":[14]},{"name":"BITMAP","features":[14]},{"name":"BITMAPCOREHEADER","features":[14]},{"name":"BITMAPCOREINFO","features":[14]},{"name":"BITMAPFILEHEADER","features":[14]},{"name":"BITMAPINFO","features":[14]},{"name":"BITMAPINFOHEADER","features":[14]},{"name":"BITMAPV4HEADER","features":[14]},{"name":"BITMAPV5HEADER","features":[14]},{"name":"BITSPIXEL","features":[14]},{"name":"BI_BITFIELDS","features":[14]},{"name":"BI_COMPRESSION","features":[14]},{"name":"BI_JPEG","features":[14]},{"name":"BI_PNG","features":[14]},{"name":"BI_RGB","features":[14]},{"name":"BI_RLE4","features":[14]},{"name":"BI_RLE8","features":[14]},{"name":"BKMODE_LAST","features":[14]},{"name":"BLACKNESS","features":[14]},{"name":"BLACKONWHITE","features":[14]},{"name":"BLACK_BRUSH","features":[14]},{"name":"BLACK_PEN","features":[14]},{"name":"BLENDFUNCTION","features":[14]},{"name":"BLTALIGNMENT","features":[14]},{"name":"BRUSH_STYLE","features":[14]},{"name":"BS_DIBPATTERN","features":[14]},{"name":"BS_DIBPATTERN8X8","features":[14]},{"name":"BS_DIBPATTERNPT","features":[14]},{"name":"BS_HATCHED","features":[14]},{"name":"BS_HOLLOW","features":[14]},{"name":"BS_INDEXED","features":[14]},{"name":"BS_MONOPATTERN","features":[14]},{"name":"BS_NULL","features":[14]},{"name":"BS_PATTERN","features":[14]},{"name":"BS_PATTERN8X8","features":[14]},{"name":"BS_SOLID","features":[14]},{"name":"BeginPaint","features":[3,14]},{"name":"BeginPath","features":[3,14]},{"name":"BitBlt","features":[3,14]},{"name":"CAPTUREBLT","features":[14]},{"name":"CA_LOG_FILTER","features":[14]},{"name":"CA_NEGATIVE","features":[14]},{"name":"CBM_INIT","features":[14]},{"name":"CCHFORMNAME","features":[14]},{"name":"CC_CHORD","features":[14]},{"name":"CC_CIRCLES","features":[14]},{"name":"CC_ELLIPSES","features":[14]},{"name":"CC_INTERIORS","features":[14]},{"name":"CC_NONE","features":[14]},{"name":"CC_PIE","features":[14]},{"name":"CC_ROUNDRECT","features":[14]},{"name":"CC_STYLED","features":[14]},{"name":"CC_WIDE","features":[14]},{"name":"CC_WIDESTYLED","features":[14]},{"name":"CDS_DISABLE_UNSAFE_MODES","features":[14]},{"name":"CDS_ENABLE_UNSAFE_MODES","features":[14]},{"name":"CDS_FULLSCREEN","features":[14]},{"name":"CDS_GLOBAL","features":[14]},{"name":"CDS_NORESET","features":[14]},{"name":"CDS_RESET","features":[14]},{"name":"CDS_RESET_EX","features":[14]},{"name":"CDS_SET_PRIMARY","features":[14]},{"name":"CDS_TEST","features":[14]},{"name":"CDS_TYPE","features":[14]},{"name":"CDS_UPDATEREGISTRY","features":[14]},{"name":"CDS_VIDEOPARAMETERS","features":[14]},{"name":"CFP_ALLOCPROC","features":[14]},{"name":"CFP_FREEPROC","features":[14]},{"name":"CFP_REALLOCPROC","features":[14]},{"name":"CHARSET_DEFAULT","features":[14]},{"name":"CHARSET_GLYPHIDX","features":[14]},{"name":"CHARSET_SYMBOL","features":[14]},{"name":"CHARSET_UNICODE","features":[14]},{"name":"CHECKJPEGFORMAT","features":[14]},{"name":"CHECKPNGFORMAT","features":[14]},{"name":"CHINESEBIG5_CHARSET","features":[14]},{"name":"CIEXYZ","features":[14]},{"name":"CIEXYZTRIPLE","features":[14]},{"name":"CLEARTYPE_NATURAL_QUALITY","features":[14]},{"name":"CLEARTYPE_QUALITY","features":[14]},{"name":"CLIPCAPS","features":[14]},{"name":"CLIP_CHARACTER_PRECIS","features":[14]},{"name":"CLIP_DEFAULT_PRECIS","features":[14]},{"name":"CLIP_DFA_DISABLE","features":[14]},{"name":"CLIP_DFA_OVERRIDE","features":[14]},{"name":"CLIP_EMBEDDED","features":[14]},{"name":"CLIP_LH_ANGLES","features":[14]},{"name":"CLIP_MASK","features":[14]},{"name":"CLIP_STROKE_PRECIS","features":[14]},{"name":"CLIP_TO_PATH","features":[14]},{"name":"CLIP_TT_ALWAYS","features":[14]},{"name":"CLOSECHANNEL","features":[14]},{"name":"CLR_INVALID","features":[14]},{"name":"CM_CMYK_COLOR","features":[14]},{"name":"CM_DEVICE_ICM","features":[14]},{"name":"CM_GAMMA_RAMP","features":[14]},{"name":"CM_IN_GAMUT","features":[14]},{"name":"CM_NONE","features":[14]},{"name":"CM_OUT_OF_GAMUT","features":[14]},{"name":"COLORADJUSTMENT","features":[14]},{"name":"COLORMATCHTOTARGET_EMBEDED","features":[14]},{"name":"COLORMGMTCAPS","features":[14]},{"name":"COLORONCOLOR","features":[14]},{"name":"COLORRES","features":[14]},{"name":"COLOR_3DDKSHADOW","features":[14]},{"name":"COLOR_3DFACE","features":[14]},{"name":"COLOR_3DHIGHLIGHT","features":[14]},{"name":"COLOR_3DHILIGHT","features":[14]},{"name":"COLOR_3DLIGHT","features":[14]},{"name":"COLOR_3DSHADOW","features":[14]},{"name":"COLOR_ACTIVEBORDER","features":[14]},{"name":"COLOR_ACTIVECAPTION","features":[14]},{"name":"COLOR_APPWORKSPACE","features":[14]},{"name":"COLOR_BACKGROUND","features":[14]},{"name":"COLOR_BTNFACE","features":[14]},{"name":"COLOR_BTNHIGHLIGHT","features":[14]},{"name":"COLOR_BTNHILIGHT","features":[14]},{"name":"COLOR_BTNSHADOW","features":[14]},{"name":"COLOR_BTNTEXT","features":[14]},{"name":"COLOR_CAPTIONTEXT","features":[14]},{"name":"COLOR_DESKTOP","features":[14]},{"name":"COLOR_GRADIENTACTIVECAPTION","features":[14]},{"name":"COLOR_GRADIENTINACTIVECAPTION","features":[14]},{"name":"COLOR_GRAYTEXT","features":[14]},{"name":"COLOR_HIGHLIGHT","features":[14]},{"name":"COLOR_HIGHLIGHTTEXT","features":[14]},{"name":"COLOR_HOTLIGHT","features":[14]},{"name":"COLOR_INACTIVEBORDER","features":[14]},{"name":"COLOR_INACTIVECAPTION","features":[14]},{"name":"COLOR_INACTIVECAPTIONTEXT","features":[14]},{"name":"COLOR_INFOBK","features":[14]},{"name":"COLOR_INFOTEXT","features":[14]},{"name":"COLOR_MENU","features":[14]},{"name":"COLOR_MENUBAR","features":[14]},{"name":"COLOR_MENUHILIGHT","features":[14]},{"name":"COLOR_MENUTEXT","features":[14]},{"name":"COLOR_SCROLLBAR","features":[14]},{"name":"COLOR_WINDOW","features":[14]},{"name":"COLOR_WINDOWFRAME","features":[14]},{"name":"COLOR_WINDOWTEXT","features":[14]},{"name":"COMPLEXREGION","features":[14]},{"name":"CP_NONE","features":[14]},{"name":"CP_RECTANGLE","features":[14]},{"name":"CP_REGION","features":[14]},{"name":"CREATECOLORSPACE_EMBEDED","features":[14]},{"name":"CREATE_FONT_PACKAGE_SUBSET_ENCODING","features":[14]},{"name":"CREATE_FONT_PACKAGE_SUBSET_PLATFORM","features":[14]},{"name":"CREATE_POLYGON_RGN_MODE","features":[14]},{"name":"CURVECAPS","features":[14]},{"name":"CancelDC","features":[3,14]},{"name":"ChangeDisplaySettingsA","features":[3,14]},{"name":"ChangeDisplaySettingsExA","features":[3,14]},{"name":"ChangeDisplaySettingsExW","features":[3,14]},{"name":"ChangeDisplaySettingsW","features":[3,14]},{"name":"Chord","features":[3,14]},{"name":"ClientToScreen","features":[3,14]},{"name":"CloseEnhMetaFile","features":[14]},{"name":"CloseFigure","features":[3,14]},{"name":"CloseMetaFile","features":[14]},{"name":"CombineRgn","features":[14]},{"name":"CombineTransform","features":[3,14]},{"name":"CopyEnhMetaFileA","features":[14]},{"name":"CopyEnhMetaFileW","features":[14]},{"name":"CopyMetaFileA","features":[14]},{"name":"CopyMetaFileW","features":[14]},{"name":"CopyRect","features":[3,14]},{"name":"CreateBitmap","features":[14]},{"name":"CreateBitmapIndirect","features":[14]},{"name":"CreateBrushIndirect","features":[3,14]},{"name":"CreateCompatibleBitmap","features":[14]},{"name":"CreateCompatibleDC","features":[14]},{"name":"CreateDCA","features":[3,14]},{"name":"CreateDCW","features":[3,14]},{"name":"CreateDIBPatternBrush","features":[3,14]},{"name":"CreateDIBPatternBrushPt","features":[14]},{"name":"CreateDIBSection","features":[3,14]},{"name":"CreateDIBitmap","features":[14]},{"name":"CreateDiscardableBitmap","features":[14]},{"name":"CreateEllipticRgn","features":[14]},{"name":"CreateEllipticRgnIndirect","features":[3,14]},{"name":"CreateEnhMetaFileA","features":[3,14]},{"name":"CreateEnhMetaFileW","features":[3,14]},{"name":"CreateFontA","features":[14]},{"name":"CreateFontIndirectA","features":[14]},{"name":"CreateFontIndirectExA","features":[14]},{"name":"CreateFontIndirectExW","features":[14]},{"name":"CreateFontIndirectW","features":[14]},{"name":"CreateFontPackage","features":[14]},{"name":"CreateFontW","features":[14]},{"name":"CreateHalftonePalette","features":[14]},{"name":"CreateHatchBrush","features":[3,14]},{"name":"CreateICA","features":[3,14]},{"name":"CreateICW","features":[3,14]},{"name":"CreateMetaFileA","features":[14]},{"name":"CreateMetaFileW","features":[14]},{"name":"CreatePalette","features":[14]},{"name":"CreatePatternBrush","features":[14]},{"name":"CreatePen","features":[3,14]},{"name":"CreatePenIndirect","features":[3,14]},{"name":"CreatePolyPolygonRgn","features":[3,14]},{"name":"CreatePolygonRgn","features":[3,14]},{"name":"CreateRectRgn","features":[14]},{"name":"CreateRectRgnIndirect","features":[3,14]},{"name":"CreateRoundRectRgn","features":[14]},{"name":"CreateScalableFontResourceA","features":[3,14]},{"name":"CreateScalableFontResourceW","features":[3,14]},{"name":"CreateSolidBrush","features":[3,14]},{"name":"DCBA_FACEDOWNCENTER","features":[14]},{"name":"DCBA_FACEDOWNLEFT","features":[14]},{"name":"DCBA_FACEDOWNNONE","features":[14]},{"name":"DCBA_FACEDOWNRIGHT","features":[14]},{"name":"DCBA_FACEUPCENTER","features":[14]},{"name":"DCBA_FACEUPLEFT","features":[14]},{"name":"DCBA_FACEUPNONE","features":[14]},{"name":"DCBA_FACEUPRIGHT","features":[14]},{"name":"DCB_ACCUMULATE","features":[14]},{"name":"DCB_DISABLE","features":[14]},{"name":"DCB_ENABLE","features":[14]},{"name":"DCB_RESET","features":[14]},{"name":"DCTT_BITMAP","features":[14]},{"name":"DCTT_DOWNLOAD","features":[14]},{"name":"DCTT_DOWNLOAD_OUTLINE","features":[14]},{"name":"DCTT_SUBDEV","features":[14]},{"name":"DCX_CACHE","features":[14]},{"name":"DCX_CLIPCHILDREN","features":[14]},{"name":"DCX_CLIPSIBLINGS","features":[14]},{"name":"DCX_EXCLUDERGN","features":[14]},{"name":"DCX_INTERSECTRGN","features":[14]},{"name":"DCX_INTERSECTUPDATE","features":[14]},{"name":"DCX_LOCKWINDOWUPDATE","features":[14]},{"name":"DCX_NORESETATTRS","features":[14]},{"name":"DCX_PARENTCLIP","features":[14]},{"name":"DCX_VALIDATE","features":[14]},{"name":"DCX_WINDOW","features":[14]},{"name":"DC_ACTIVE","features":[14]},{"name":"DC_BINADJUST","features":[14]},{"name":"DC_BRUSH","features":[14]},{"name":"DC_BUTTONS","features":[14]},{"name":"DC_DATATYPE_PRODUCED","features":[14]},{"name":"DC_EMF_COMPLIANT","features":[14]},{"name":"DC_GRADIENT","features":[14]},{"name":"DC_ICON","features":[14]},{"name":"DC_INBUTTON","features":[14]},{"name":"DC_LAYOUT","features":[14]},{"name":"DC_MANUFACTURER","features":[14]},{"name":"DC_MODEL","features":[14]},{"name":"DC_PEN","features":[14]},{"name":"DC_SMALLCAP","features":[14]},{"name":"DC_TEXT","features":[14]},{"name":"DEFAULT_CHARSET","features":[14]},{"name":"DEFAULT_GUI_FONT","features":[14]},{"name":"DEFAULT_PALETTE","features":[14]},{"name":"DEFAULT_PITCH","features":[14]},{"name":"DEFAULT_QUALITY","features":[14]},{"name":"DESIGNVECTOR","features":[14]},{"name":"DESKTOPHORZRES","features":[14]},{"name":"DESKTOPVERTRES","features":[14]},{"name":"DEVICEDATA","features":[14]},{"name":"DEVICE_DEFAULT_FONT","features":[14]},{"name":"DEVICE_FONTTYPE","features":[14]},{"name":"DEVMODEA","features":[3,14]},{"name":"DEVMODEW","features":[3,14]},{"name":"DEVMODE_COLLATE","features":[14]},{"name":"DEVMODE_COLOR","features":[14]},{"name":"DEVMODE_DISPLAY_FIXED_OUTPUT","features":[14]},{"name":"DEVMODE_DISPLAY_ORIENTATION","features":[14]},{"name":"DEVMODE_DUPLEX","features":[14]},{"name":"DEVMODE_FIELD_FLAGS","features":[14]},{"name":"DEVMODE_TRUETYPE_OPTION","features":[14]},{"name":"DFCS_ADJUSTRECT","features":[14]},{"name":"DFCS_BUTTON3STATE","features":[14]},{"name":"DFCS_BUTTONCHECK","features":[14]},{"name":"DFCS_BUTTONPUSH","features":[14]},{"name":"DFCS_BUTTONRADIO","features":[14]},{"name":"DFCS_BUTTONRADIOIMAGE","features":[14]},{"name":"DFCS_BUTTONRADIOMASK","features":[14]},{"name":"DFCS_CAPTIONCLOSE","features":[14]},{"name":"DFCS_CAPTIONHELP","features":[14]},{"name":"DFCS_CAPTIONMAX","features":[14]},{"name":"DFCS_CAPTIONMIN","features":[14]},{"name":"DFCS_CAPTIONRESTORE","features":[14]},{"name":"DFCS_CHECKED","features":[14]},{"name":"DFCS_FLAT","features":[14]},{"name":"DFCS_HOT","features":[14]},{"name":"DFCS_INACTIVE","features":[14]},{"name":"DFCS_MENUARROW","features":[14]},{"name":"DFCS_MENUARROWRIGHT","features":[14]},{"name":"DFCS_MENUBULLET","features":[14]},{"name":"DFCS_MENUCHECK","features":[14]},{"name":"DFCS_MONO","features":[14]},{"name":"DFCS_PUSHED","features":[14]},{"name":"DFCS_SCROLLCOMBOBOX","features":[14]},{"name":"DFCS_SCROLLDOWN","features":[14]},{"name":"DFCS_SCROLLLEFT","features":[14]},{"name":"DFCS_SCROLLRIGHT","features":[14]},{"name":"DFCS_SCROLLSIZEGRIP","features":[14]},{"name":"DFCS_SCROLLSIZEGRIPRIGHT","features":[14]},{"name":"DFCS_SCROLLUP","features":[14]},{"name":"DFCS_STATE","features":[14]},{"name":"DFCS_TRANSPARENT","features":[14]},{"name":"DFC_BUTTON","features":[14]},{"name":"DFC_CAPTION","features":[14]},{"name":"DFC_MENU","features":[14]},{"name":"DFC_POPUPMENU","features":[14]},{"name":"DFC_SCROLL","features":[14]},{"name":"DFC_TYPE","features":[14]},{"name":"DIBSECTION","features":[3,14]},{"name":"DIB_PAL_COLORS","features":[14]},{"name":"DIB_RGB_COLORS","features":[14]},{"name":"DIB_USAGE","features":[14]},{"name":"DISPLAYCONFIG_COLOR_ENCODING","features":[14]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_INTENSITY","features":[14]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_RGB","features":[14]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR420","features":[14]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR422","features":[14]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR444","features":[14]},{"name":"DISPLAYCONFIG_MAXPATH","features":[14]},{"name":"DISPLAYCONFIG_PATH_ACTIVE","features":[14]},{"name":"DISPLAYCONFIG_PATH_CLONE_GROUP_INVALID","features":[14]},{"name":"DISPLAYCONFIG_PATH_DESKTOP_IMAGE_IDX_INVALID","features":[14]},{"name":"DISPLAYCONFIG_PATH_MODE_IDX_INVALID","features":[14]},{"name":"DISPLAYCONFIG_PATH_PREFERRED_UNSCALED","features":[14]},{"name":"DISPLAYCONFIG_PATH_SOURCE_MODE_IDX_INVALID","features":[14]},{"name":"DISPLAYCONFIG_PATH_SUPPORT_VIRTUAL_MODE","features":[14]},{"name":"DISPLAYCONFIG_PATH_TARGET_MODE_IDX_INVALID","features":[14]},{"name":"DISPLAYCONFIG_PATH_VALID_FLAGS","features":[14]},{"name":"DISPLAYCONFIG_SOURCE_IN_USE","features":[14]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_BOOT","features":[14]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_PATH","features":[14]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_SYSTEM","features":[14]},{"name":"DISPLAYCONFIG_TARGET_FORCIBLE","features":[14]},{"name":"DISPLAYCONFIG_TARGET_IN_USE","features":[14]},{"name":"DISPLAYCONFIG_TARGET_IS_HMD","features":[14]},{"name":"DISPLAY_DEVICEA","features":[14]},{"name":"DISPLAY_DEVICEW","features":[14]},{"name":"DISPLAY_DEVICE_ACC_DRIVER","features":[14]},{"name":"DISPLAY_DEVICE_ACTIVE","features":[14]},{"name":"DISPLAY_DEVICE_ATTACHED","features":[14]},{"name":"DISPLAY_DEVICE_ATTACHED_TO_DESKTOP","features":[14]},{"name":"DISPLAY_DEVICE_DISCONNECT","features":[14]},{"name":"DISPLAY_DEVICE_MIRRORING_DRIVER","features":[14]},{"name":"DISPLAY_DEVICE_MODESPRUNED","features":[14]},{"name":"DISPLAY_DEVICE_MULTI_DRIVER","features":[14]},{"name":"DISPLAY_DEVICE_PRIMARY_DEVICE","features":[14]},{"name":"DISPLAY_DEVICE_RDPUDD","features":[14]},{"name":"DISPLAY_DEVICE_REMOTE","features":[14]},{"name":"DISPLAY_DEVICE_REMOVABLE","features":[14]},{"name":"DISPLAY_DEVICE_TS_COMPATIBLE","features":[14]},{"name":"DISPLAY_DEVICE_UNSAFE_MODES_ON","features":[14]},{"name":"DISPLAY_DEVICE_VGA_COMPATIBLE","features":[14]},{"name":"DISP_CHANGE","features":[14]},{"name":"DISP_CHANGE_BADDUALVIEW","features":[14]},{"name":"DISP_CHANGE_BADFLAGS","features":[14]},{"name":"DISP_CHANGE_BADMODE","features":[14]},{"name":"DISP_CHANGE_BADPARAM","features":[14]},{"name":"DISP_CHANGE_FAILED","features":[14]},{"name":"DISP_CHANGE_NOTUPDATED","features":[14]},{"name":"DISP_CHANGE_RESTART","features":[14]},{"name":"DISP_CHANGE_SUCCESSFUL","features":[14]},{"name":"DI_APPBANDING","features":[14]},{"name":"DI_ROPS_READ_DESTINATION","features":[14]},{"name":"DKGRAY_BRUSH","features":[14]},{"name":"DMBIN_AUTO","features":[14]},{"name":"DMBIN_CASSETTE","features":[14]},{"name":"DMBIN_ENVELOPE","features":[14]},{"name":"DMBIN_ENVMANUAL","features":[14]},{"name":"DMBIN_FORMSOURCE","features":[14]},{"name":"DMBIN_LARGECAPACITY","features":[14]},{"name":"DMBIN_LARGEFMT","features":[14]},{"name":"DMBIN_LAST","features":[14]},{"name":"DMBIN_LOWER","features":[14]},{"name":"DMBIN_MANUAL","features":[14]},{"name":"DMBIN_MIDDLE","features":[14]},{"name":"DMBIN_ONLYONE","features":[14]},{"name":"DMBIN_SMALLFMT","features":[14]},{"name":"DMBIN_TRACTOR","features":[14]},{"name":"DMBIN_UPPER","features":[14]},{"name":"DMBIN_USER","features":[14]},{"name":"DMCOLLATE_FALSE","features":[14]},{"name":"DMCOLLATE_TRUE","features":[14]},{"name":"DMCOLOR_COLOR","features":[14]},{"name":"DMCOLOR_MONOCHROME","features":[14]},{"name":"DMDFO_CENTER","features":[14]},{"name":"DMDFO_DEFAULT","features":[14]},{"name":"DMDFO_STRETCH","features":[14]},{"name":"DMDISPLAYFLAGS_TEXTMODE","features":[14]},{"name":"DMDITHER_COARSE","features":[14]},{"name":"DMDITHER_ERRORDIFFUSION","features":[14]},{"name":"DMDITHER_FINE","features":[14]},{"name":"DMDITHER_GRAYSCALE","features":[14]},{"name":"DMDITHER_LINEART","features":[14]},{"name":"DMDITHER_NONE","features":[14]},{"name":"DMDITHER_RESERVED6","features":[14]},{"name":"DMDITHER_RESERVED7","features":[14]},{"name":"DMDITHER_RESERVED8","features":[14]},{"name":"DMDITHER_RESERVED9","features":[14]},{"name":"DMDITHER_USER","features":[14]},{"name":"DMDO_180","features":[14]},{"name":"DMDO_270","features":[14]},{"name":"DMDO_90","features":[14]},{"name":"DMDO_DEFAULT","features":[14]},{"name":"DMDUP_HORIZONTAL","features":[14]},{"name":"DMDUP_SIMPLEX","features":[14]},{"name":"DMDUP_VERTICAL","features":[14]},{"name":"DMICMMETHOD_DEVICE","features":[14]},{"name":"DMICMMETHOD_DRIVER","features":[14]},{"name":"DMICMMETHOD_NONE","features":[14]},{"name":"DMICMMETHOD_SYSTEM","features":[14]},{"name":"DMICMMETHOD_USER","features":[14]},{"name":"DMICM_ABS_COLORIMETRIC","features":[14]},{"name":"DMICM_COLORIMETRIC","features":[14]},{"name":"DMICM_CONTRAST","features":[14]},{"name":"DMICM_SATURATE","features":[14]},{"name":"DMICM_USER","features":[14]},{"name":"DMMEDIA_GLOSSY","features":[14]},{"name":"DMMEDIA_STANDARD","features":[14]},{"name":"DMMEDIA_TRANSPARENCY","features":[14]},{"name":"DMMEDIA_USER","features":[14]},{"name":"DMNUP_ONEUP","features":[14]},{"name":"DMNUP_SYSTEM","features":[14]},{"name":"DMORIENT_LANDSCAPE","features":[14]},{"name":"DMORIENT_PORTRAIT","features":[14]},{"name":"DMPAPER_10X11","features":[14]},{"name":"DMPAPER_10X14","features":[14]},{"name":"DMPAPER_11X17","features":[14]},{"name":"DMPAPER_12X11","features":[14]},{"name":"DMPAPER_15X11","features":[14]},{"name":"DMPAPER_9X11","features":[14]},{"name":"DMPAPER_A2","features":[14]},{"name":"DMPAPER_A3","features":[14]},{"name":"DMPAPER_A3_EXTRA","features":[14]},{"name":"DMPAPER_A3_EXTRA_TRANSVERSE","features":[14]},{"name":"DMPAPER_A3_ROTATED","features":[14]},{"name":"DMPAPER_A3_TRANSVERSE","features":[14]},{"name":"DMPAPER_A4","features":[14]},{"name":"DMPAPER_A4SMALL","features":[14]},{"name":"DMPAPER_A4_EXTRA","features":[14]},{"name":"DMPAPER_A4_PLUS","features":[14]},{"name":"DMPAPER_A4_ROTATED","features":[14]},{"name":"DMPAPER_A4_TRANSVERSE","features":[14]},{"name":"DMPAPER_A5","features":[14]},{"name":"DMPAPER_A5_EXTRA","features":[14]},{"name":"DMPAPER_A5_ROTATED","features":[14]},{"name":"DMPAPER_A5_TRANSVERSE","features":[14]},{"name":"DMPAPER_A6","features":[14]},{"name":"DMPAPER_A6_ROTATED","features":[14]},{"name":"DMPAPER_A_PLUS","features":[14]},{"name":"DMPAPER_B4","features":[14]},{"name":"DMPAPER_B4_JIS_ROTATED","features":[14]},{"name":"DMPAPER_B5","features":[14]},{"name":"DMPAPER_B5_EXTRA","features":[14]},{"name":"DMPAPER_B5_JIS_ROTATED","features":[14]},{"name":"DMPAPER_B5_TRANSVERSE","features":[14]},{"name":"DMPAPER_B6_JIS","features":[14]},{"name":"DMPAPER_B6_JIS_ROTATED","features":[14]},{"name":"DMPAPER_B_PLUS","features":[14]},{"name":"DMPAPER_CSHEET","features":[14]},{"name":"DMPAPER_DBL_JAPANESE_POSTCARD","features":[14]},{"name":"DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED","features":[14]},{"name":"DMPAPER_DSHEET","features":[14]},{"name":"DMPAPER_ENV_10","features":[14]},{"name":"DMPAPER_ENV_11","features":[14]},{"name":"DMPAPER_ENV_12","features":[14]},{"name":"DMPAPER_ENV_14","features":[14]},{"name":"DMPAPER_ENV_9","features":[14]},{"name":"DMPAPER_ENV_B4","features":[14]},{"name":"DMPAPER_ENV_B5","features":[14]},{"name":"DMPAPER_ENV_B6","features":[14]},{"name":"DMPAPER_ENV_C3","features":[14]},{"name":"DMPAPER_ENV_C4","features":[14]},{"name":"DMPAPER_ENV_C5","features":[14]},{"name":"DMPAPER_ENV_C6","features":[14]},{"name":"DMPAPER_ENV_C65","features":[14]},{"name":"DMPAPER_ENV_DL","features":[14]},{"name":"DMPAPER_ENV_INVITE","features":[14]},{"name":"DMPAPER_ENV_ITALY","features":[14]},{"name":"DMPAPER_ENV_MONARCH","features":[14]},{"name":"DMPAPER_ENV_PERSONAL","features":[14]},{"name":"DMPAPER_ESHEET","features":[14]},{"name":"DMPAPER_EXECUTIVE","features":[14]},{"name":"DMPAPER_FANFOLD_LGL_GERMAN","features":[14]},{"name":"DMPAPER_FANFOLD_STD_GERMAN","features":[14]},{"name":"DMPAPER_FANFOLD_US","features":[14]},{"name":"DMPAPER_FOLIO","features":[14]},{"name":"DMPAPER_ISO_B4","features":[14]},{"name":"DMPAPER_JAPANESE_POSTCARD","features":[14]},{"name":"DMPAPER_JAPANESE_POSTCARD_ROTATED","features":[14]},{"name":"DMPAPER_JENV_CHOU3","features":[14]},{"name":"DMPAPER_JENV_CHOU3_ROTATED","features":[14]},{"name":"DMPAPER_JENV_CHOU4","features":[14]},{"name":"DMPAPER_JENV_CHOU4_ROTATED","features":[14]},{"name":"DMPAPER_JENV_KAKU2","features":[14]},{"name":"DMPAPER_JENV_KAKU2_ROTATED","features":[14]},{"name":"DMPAPER_JENV_KAKU3","features":[14]},{"name":"DMPAPER_JENV_KAKU3_ROTATED","features":[14]},{"name":"DMPAPER_JENV_YOU4","features":[14]},{"name":"DMPAPER_JENV_YOU4_ROTATED","features":[14]},{"name":"DMPAPER_LAST","features":[14]},{"name":"DMPAPER_LEDGER","features":[14]},{"name":"DMPAPER_LEGAL","features":[14]},{"name":"DMPAPER_LEGAL_EXTRA","features":[14]},{"name":"DMPAPER_LETTER","features":[14]},{"name":"DMPAPER_LETTERSMALL","features":[14]},{"name":"DMPAPER_LETTER_EXTRA","features":[14]},{"name":"DMPAPER_LETTER_EXTRA_TRANSVERSE","features":[14]},{"name":"DMPAPER_LETTER_PLUS","features":[14]},{"name":"DMPAPER_LETTER_ROTATED","features":[14]},{"name":"DMPAPER_LETTER_TRANSVERSE","features":[14]},{"name":"DMPAPER_NOTE","features":[14]},{"name":"DMPAPER_P16K","features":[14]},{"name":"DMPAPER_P16K_ROTATED","features":[14]},{"name":"DMPAPER_P32K","features":[14]},{"name":"DMPAPER_P32KBIG","features":[14]},{"name":"DMPAPER_P32KBIG_ROTATED","features":[14]},{"name":"DMPAPER_P32K_ROTATED","features":[14]},{"name":"DMPAPER_PENV_1","features":[14]},{"name":"DMPAPER_PENV_10","features":[14]},{"name":"DMPAPER_PENV_10_ROTATED","features":[14]},{"name":"DMPAPER_PENV_1_ROTATED","features":[14]},{"name":"DMPAPER_PENV_2","features":[14]},{"name":"DMPAPER_PENV_2_ROTATED","features":[14]},{"name":"DMPAPER_PENV_3","features":[14]},{"name":"DMPAPER_PENV_3_ROTATED","features":[14]},{"name":"DMPAPER_PENV_4","features":[14]},{"name":"DMPAPER_PENV_4_ROTATED","features":[14]},{"name":"DMPAPER_PENV_5","features":[14]},{"name":"DMPAPER_PENV_5_ROTATED","features":[14]},{"name":"DMPAPER_PENV_6","features":[14]},{"name":"DMPAPER_PENV_6_ROTATED","features":[14]},{"name":"DMPAPER_PENV_7","features":[14]},{"name":"DMPAPER_PENV_7_ROTATED","features":[14]},{"name":"DMPAPER_PENV_8","features":[14]},{"name":"DMPAPER_PENV_8_ROTATED","features":[14]},{"name":"DMPAPER_PENV_9","features":[14]},{"name":"DMPAPER_PENV_9_ROTATED","features":[14]},{"name":"DMPAPER_QUARTO","features":[14]},{"name":"DMPAPER_RESERVED_48","features":[14]},{"name":"DMPAPER_RESERVED_49","features":[14]},{"name":"DMPAPER_STATEMENT","features":[14]},{"name":"DMPAPER_TABLOID","features":[14]},{"name":"DMPAPER_TABLOID_EXTRA","features":[14]},{"name":"DMPAPER_USER","features":[14]},{"name":"DMRES_DRAFT","features":[14]},{"name":"DMRES_HIGH","features":[14]},{"name":"DMRES_LOW","features":[14]},{"name":"DMRES_MEDIUM","features":[14]},{"name":"DMTT_BITMAP","features":[14]},{"name":"DMTT_DOWNLOAD","features":[14]},{"name":"DMTT_DOWNLOAD_OUTLINE","features":[14]},{"name":"DMTT_SUBDEV","features":[14]},{"name":"DM_BITSPERPEL","features":[14]},{"name":"DM_COLLATE","features":[14]},{"name":"DM_COLOR","features":[14]},{"name":"DM_COPIES","features":[14]},{"name":"DM_COPY","features":[14]},{"name":"DM_DEFAULTSOURCE","features":[14]},{"name":"DM_DISPLAYFIXEDOUTPUT","features":[14]},{"name":"DM_DISPLAYFLAGS","features":[14]},{"name":"DM_DISPLAYFREQUENCY","features":[14]},{"name":"DM_DISPLAYORIENTATION","features":[14]},{"name":"DM_DITHERTYPE","features":[14]},{"name":"DM_DUPLEX","features":[14]},{"name":"DM_FORMNAME","features":[14]},{"name":"DM_ICMINTENT","features":[14]},{"name":"DM_ICMMETHOD","features":[14]},{"name":"DM_INTERLACED","features":[14]},{"name":"DM_IN_BUFFER","features":[14]},{"name":"DM_IN_PROMPT","features":[14]},{"name":"DM_LOGPIXELS","features":[14]},{"name":"DM_MEDIATYPE","features":[14]},{"name":"DM_MODIFY","features":[14]},{"name":"DM_NUP","features":[14]},{"name":"DM_ORIENTATION","features":[14]},{"name":"DM_OUT_BUFFER","features":[14]},{"name":"DM_OUT_DEFAULT","features":[14]},{"name":"DM_PANNINGHEIGHT","features":[14]},{"name":"DM_PANNINGWIDTH","features":[14]},{"name":"DM_PAPERLENGTH","features":[14]},{"name":"DM_PAPERSIZE","features":[14]},{"name":"DM_PAPERWIDTH","features":[14]},{"name":"DM_PELSHEIGHT","features":[14]},{"name":"DM_PELSWIDTH","features":[14]},{"name":"DM_POSITION","features":[14]},{"name":"DM_PRINTQUALITY","features":[14]},{"name":"DM_PROMPT","features":[14]},{"name":"DM_SCALE","features":[14]},{"name":"DM_SPECVERSION","features":[14]},{"name":"DM_TTOPTION","features":[14]},{"name":"DM_UPDATE","features":[14]},{"name":"DM_YRESOLUTION","features":[14]},{"name":"DOWNLOADFACE","features":[14]},{"name":"DOWNLOADHEADER","features":[14]},{"name":"DPtoLP","features":[3,14]},{"name":"DRAFTMODE","features":[14]},{"name":"DRAFT_QUALITY","features":[14]},{"name":"DRAWEDGE_FLAGS","features":[14]},{"name":"DRAWPATTERNRECT","features":[14]},{"name":"DRAWSTATEPROC","features":[3,14]},{"name":"DRAWSTATE_FLAGS","features":[14]},{"name":"DRAWTEXTPARAMS","features":[14]},{"name":"DRAW_CAPTION_FLAGS","features":[14]},{"name":"DRAW_EDGE_FLAGS","features":[14]},{"name":"DRAW_TEXT_FORMAT","features":[14]},{"name":"DRIVERVERSION","features":[14]},{"name":"DSS_DISABLED","features":[14]},{"name":"DSS_HIDEPREFIX","features":[14]},{"name":"DSS_MONO","features":[14]},{"name":"DSS_NORMAL","features":[14]},{"name":"DSS_PREFIXONLY","features":[14]},{"name":"DSS_RIGHT","features":[14]},{"name":"DSS_UNION","features":[14]},{"name":"DSTINVERT","features":[14]},{"name":"DST_BITMAP","features":[14]},{"name":"DST_COMPLEX","features":[14]},{"name":"DST_ICON","features":[14]},{"name":"DST_PREFIXTEXT","features":[14]},{"name":"DST_TEXT","features":[14]},{"name":"DT_BOTTOM","features":[14]},{"name":"DT_CALCRECT","features":[14]},{"name":"DT_CENTER","features":[14]},{"name":"DT_CHARSTREAM","features":[14]},{"name":"DT_DISPFILE","features":[14]},{"name":"DT_EDITCONTROL","features":[14]},{"name":"DT_END_ELLIPSIS","features":[14]},{"name":"DT_EXPANDTABS","features":[14]},{"name":"DT_EXTERNALLEADING","features":[14]},{"name":"DT_HIDEPREFIX","features":[14]},{"name":"DT_INTERNAL","features":[14]},{"name":"DT_LEFT","features":[14]},{"name":"DT_METAFILE","features":[14]},{"name":"DT_MODIFYSTRING","features":[14]},{"name":"DT_NOCLIP","features":[14]},{"name":"DT_NOFULLWIDTHCHARBREAK","features":[14]},{"name":"DT_NOPREFIX","features":[14]},{"name":"DT_PATH_ELLIPSIS","features":[14]},{"name":"DT_PLOTTER","features":[14]},{"name":"DT_PREFIXONLY","features":[14]},{"name":"DT_RASCAMERA","features":[14]},{"name":"DT_RASDISPLAY","features":[14]},{"name":"DT_RASPRINTER","features":[14]},{"name":"DT_RIGHT","features":[14]},{"name":"DT_RTLREADING","features":[14]},{"name":"DT_SINGLELINE","features":[14]},{"name":"DT_TABSTOP","features":[14]},{"name":"DT_TOP","features":[14]},{"name":"DT_VCENTER","features":[14]},{"name":"DT_WORDBREAK","features":[14]},{"name":"DT_WORD_ELLIPSIS","features":[14]},{"name":"DeleteDC","features":[3,14]},{"name":"DeleteEnhMetaFile","features":[3,14]},{"name":"DeleteMetaFile","features":[3,14]},{"name":"DeleteObject","features":[3,14]},{"name":"DrawAnimatedRects","features":[3,14]},{"name":"DrawCaption","features":[3,14]},{"name":"DrawEdge","features":[3,14]},{"name":"DrawEscape","features":[14]},{"name":"DrawFocusRect","features":[3,14]},{"name":"DrawFrameControl","features":[3,14]},{"name":"DrawStateA","features":[3,14]},{"name":"DrawStateW","features":[3,14]},{"name":"DrawTextA","features":[3,14]},{"name":"DrawTextExA","features":[3,14]},{"name":"DrawTextExW","features":[3,14]},{"name":"DrawTextW","features":[3,14]},{"name":"EASTEUROPE_CHARSET","features":[14]},{"name":"EDGE_BUMP","features":[14]},{"name":"EDGE_ETCHED","features":[14]},{"name":"EDGE_RAISED","features":[14]},{"name":"EDGE_SUNKEN","features":[14]},{"name":"EDS_RAWMODE","features":[14]},{"name":"EDS_ROTATEDMODE","features":[14]},{"name":"ELF_CULTURE_LATIN","features":[14]},{"name":"ELF_VENDOR_SIZE","features":[14]},{"name":"ELF_VERSION","features":[14]},{"name":"EMBEDDED_FONT_PRIV_STATUS","features":[14]},{"name":"EMBED_EDITABLE","features":[14]},{"name":"EMBED_FONT_CHARSET","features":[14]},{"name":"EMBED_INSTALLABLE","features":[14]},{"name":"EMBED_NOEMBEDDING","features":[14]},{"name":"EMBED_PREVIEWPRINT","features":[14]},{"name":"EMR","features":[14]},{"name":"EMRALPHABLEND","features":[3,14]},{"name":"EMRANGLEARC","features":[3,14]},{"name":"EMRARC","features":[3,14]},{"name":"EMRBITBLT","features":[3,14]},{"name":"EMRCOLORCORRECTPALETTE","features":[14]},{"name":"EMRCOLORMATCHTOTARGET","features":[14]},{"name":"EMRCREATEBRUSHINDIRECT","features":[3,14]},{"name":"EMRCREATEDIBPATTERNBRUSHPT","features":[14]},{"name":"EMRCREATEMONOBRUSH","features":[14]},{"name":"EMRCREATEPALETTE","features":[14]},{"name":"EMRCREATEPEN","features":[3,14]},{"name":"EMRELLIPSE","features":[3,14]},{"name":"EMREOF","features":[14]},{"name":"EMREXCLUDECLIPRECT","features":[3,14]},{"name":"EMREXTCREATEFONTINDIRECTW","features":[14]},{"name":"EMREXTCREATEPEN","features":[3,14]},{"name":"EMREXTESCAPE","features":[14]},{"name":"EMREXTFLOODFILL","features":[3,14]},{"name":"EMREXTSELECTCLIPRGN","features":[14]},{"name":"EMREXTTEXTOUTA","features":[3,14]},{"name":"EMRFILLPATH","features":[3,14]},{"name":"EMRFILLRGN","features":[3,14]},{"name":"EMRFORMAT","features":[14]},{"name":"EMRFRAMERGN","features":[3,14]},{"name":"EMRGDICOMMENT","features":[14]},{"name":"EMRGLSBOUNDEDRECORD","features":[3,14]},{"name":"EMRGLSRECORD","features":[14]},{"name":"EMRGRADIENTFILL","features":[3,14]},{"name":"EMRINVERTRGN","features":[3,14]},{"name":"EMRLINETO","features":[3,14]},{"name":"EMRMASKBLT","features":[3,14]},{"name":"EMRMODIFYWORLDTRANSFORM","features":[14]},{"name":"EMRNAMEDESCAPE","features":[14]},{"name":"EMROFFSETCLIPRGN","features":[3,14]},{"name":"EMRPLGBLT","features":[3,14]},{"name":"EMRPOLYDRAW","features":[3,14]},{"name":"EMRPOLYDRAW16","features":[3,14]},{"name":"EMRPOLYLINE","features":[3,14]},{"name":"EMRPOLYLINE16","features":[3,14]},{"name":"EMRPOLYPOLYLINE","features":[3,14]},{"name":"EMRPOLYPOLYLINE16","features":[3,14]},{"name":"EMRPOLYTEXTOUTA","features":[3,14]},{"name":"EMRRESIZEPALETTE","features":[14]},{"name":"EMRRESTOREDC","features":[14]},{"name":"EMRROUNDRECT","features":[3,14]},{"name":"EMRSCALEVIEWPORTEXTEX","features":[14]},{"name":"EMRSELECTCLIPPATH","features":[14]},{"name":"EMRSELECTOBJECT","features":[14]},{"name":"EMRSELECTPALETTE","features":[14]},{"name":"EMRSETARCDIRECTION","features":[14]},{"name":"EMRSETCOLORADJUSTMENT","features":[14]},{"name":"EMRSETCOLORSPACE","features":[14]},{"name":"EMRSETDIBITSTODEVICE","features":[3,14]},{"name":"EMRSETICMPROFILE","features":[14]},{"name":"EMRSETMAPPERFLAGS","features":[14]},{"name":"EMRSETMITERLIMIT","features":[14]},{"name":"EMRSETPALETTEENTRIES","features":[14]},{"name":"EMRSETPIXELV","features":[3,14]},{"name":"EMRSETTEXTCOLOR","features":[3,14]},{"name":"EMRSETVIEWPORTEXTEX","features":[3,14]},{"name":"EMRSETVIEWPORTORGEX","features":[3,14]},{"name":"EMRSETWORLDTRANSFORM","features":[14]},{"name":"EMRSTRETCHBLT","features":[3,14]},{"name":"EMRSTRETCHDIBITS","features":[3,14]},{"name":"EMRTEXT","features":[3,14]},{"name":"EMRTRANSPARENTBLT","features":[3,14]},{"name":"EMR_ABORTPATH","features":[14]},{"name":"EMR_ALPHABLEND","features":[14]},{"name":"EMR_ANGLEARC","features":[14]},{"name":"EMR_ARC","features":[14]},{"name":"EMR_ARCTO","features":[14]},{"name":"EMR_BEGINPATH","features":[14]},{"name":"EMR_BITBLT","features":[14]},{"name":"EMR_CHORD","features":[14]},{"name":"EMR_CLOSEFIGURE","features":[14]},{"name":"EMR_COLORCORRECTPALETTE","features":[14]},{"name":"EMR_COLORMATCHTOTARGETW","features":[14]},{"name":"EMR_CREATEBRUSHINDIRECT","features":[14]},{"name":"EMR_CREATECOLORSPACE","features":[14]},{"name":"EMR_CREATECOLORSPACEW","features":[14]},{"name":"EMR_CREATEDIBPATTERNBRUSHPT","features":[14]},{"name":"EMR_CREATEMONOBRUSH","features":[14]},{"name":"EMR_CREATEPALETTE","features":[14]},{"name":"EMR_CREATEPEN","features":[14]},{"name":"EMR_DELETECOLORSPACE","features":[14]},{"name":"EMR_DELETEOBJECT","features":[14]},{"name":"EMR_ELLIPSE","features":[14]},{"name":"EMR_ENDPATH","features":[14]},{"name":"EMR_EOF","features":[14]},{"name":"EMR_EXCLUDECLIPRECT","features":[14]},{"name":"EMR_EXTCREATEFONTINDIRECTW","features":[14]},{"name":"EMR_EXTCREATEPEN","features":[14]},{"name":"EMR_EXTFLOODFILL","features":[14]},{"name":"EMR_EXTSELECTCLIPRGN","features":[14]},{"name":"EMR_EXTTEXTOUTA","features":[14]},{"name":"EMR_EXTTEXTOUTW","features":[14]},{"name":"EMR_FILLPATH","features":[14]},{"name":"EMR_FILLRGN","features":[14]},{"name":"EMR_FLATTENPATH","features":[14]},{"name":"EMR_FRAMERGN","features":[14]},{"name":"EMR_GDICOMMENT","features":[14]},{"name":"EMR_GLSBOUNDEDRECORD","features":[14]},{"name":"EMR_GLSRECORD","features":[14]},{"name":"EMR_GRADIENTFILL","features":[14]},{"name":"EMR_HEADER","features":[14]},{"name":"EMR_INTERSECTCLIPRECT","features":[14]},{"name":"EMR_INVERTRGN","features":[14]},{"name":"EMR_LINETO","features":[14]},{"name":"EMR_MASKBLT","features":[14]},{"name":"EMR_MAX","features":[14]},{"name":"EMR_MIN","features":[14]},{"name":"EMR_MODIFYWORLDTRANSFORM","features":[14]},{"name":"EMR_MOVETOEX","features":[14]},{"name":"EMR_OFFSETCLIPRGN","features":[14]},{"name":"EMR_PAINTRGN","features":[14]},{"name":"EMR_PIE","features":[14]},{"name":"EMR_PIXELFORMAT","features":[14]},{"name":"EMR_PLGBLT","features":[14]},{"name":"EMR_POLYBEZIER","features":[14]},{"name":"EMR_POLYBEZIER16","features":[14]},{"name":"EMR_POLYBEZIERTO","features":[14]},{"name":"EMR_POLYBEZIERTO16","features":[14]},{"name":"EMR_POLYDRAW","features":[14]},{"name":"EMR_POLYDRAW16","features":[14]},{"name":"EMR_POLYGON","features":[14]},{"name":"EMR_POLYGON16","features":[14]},{"name":"EMR_POLYLINE","features":[14]},{"name":"EMR_POLYLINE16","features":[14]},{"name":"EMR_POLYLINETO","features":[14]},{"name":"EMR_POLYLINETO16","features":[14]},{"name":"EMR_POLYPOLYGON","features":[14]},{"name":"EMR_POLYPOLYGON16","features":[14]},{"name":"EMR_POLYPOLYLINE","features":[14]},{"name":"EMR_POLYPOLYLINE16","features":[14]},{"name":"EMR_POLYTEXTOUTA","features":[14]},{"name":"EMR_POLYTEXTOUTW","features":[14]},{"name":"EMR_REALIZEPALETTE","features":[14]},{"name":"EMR_RECTANGLE","features":[14]},{"name":"EMR_RESERVED_105","features":[14]},{"name":"EMR_RESERVED_106","features":[14]},{"name":"EMR_RESERVED_107","features":[14]},{"name":"EMR_RESERVED_108","features":[14]},{"name":"EMR_RESERVED_109","features":[14]},{"name":"EMR_RESERVED_110","features":[14]},{"name":"EMR_RESERVED_117","features":[14]},{"name":"EMR_RESERVED_119","features":[14]},{"name":"EMR_RESERVED_120","features":[14]},{"name":"EMR_RESIZEPALETTE","features":[14]},{"name":"EMR_RESTOREDC","features":[14]},{"name":"EMR_ROUNDRECT","features":[14]},{"name":"EMR_SAVEDC","features":[14]},{"name":"EMR_SCALEVIEWPORTEXTEX","features":[14]},{"name":"EMR_SCALEWINDOWEXTEX","features":[14]},{"name":"EMR_SELECTCLIPPATH","features":[14]},{"name":"EMR_SELECTOBJECT","features":[14]},{"name":"EMR_SELECTPALETTE","features":[14]},{"name":"EMR_SETARCDIRECTION","features":[14]},{"name":"EMR_SETBKCOLOR","features":[14]},{"name":"EMR_SETBKMODE","features":[14]},{"name":"EMR_SETBRUSHORGEX","features":[14]},{"name":"EMR_SETCOLORADJUSTMENT","features":[14]},{"name":"EMR_SETCOLORSPACE","features":[14]},{"name":"EMR_SETDIBITSTODEVICE","features":[14]},{"name":"EMR_SETICMMODE","features":[14]},{"name":"EMR_SETICMPROFILEA","features":[14]},{"name":"EMR_SETICMPROFILEW","features":[14]},{"name":"EMR_SETLAYOUT","features":[14]},{"name":"EMR_SETMAPMODE","features":[14]},{"name":"EMR_SETMAPPERFLAGS","features":[14]},{"name":"EMR_SETMETARGN","features":[14]},{"name":"EMR_SETMITERLIMIT","features":[14]},{"name":"EMR_SETPALETTEENTRIES","features":[14]},{"name":"EMR_SETPIXELV","features":[14]},{"name":"EMR_SETPOLYFILLMODE","features":[14]},{"name":"EMR_SETROP2","features":[14]},{"name":"EMR_SETSTRETCHBLTMODE","features":[14]},{"name":"EMR_SETTEXTALIGN","features":[14]},{"name":"EMR_SETTEXTCOLOR","features":[14]},{"name":"EMR_SETVIEWPORTEXTEX","features":[14]},{"name":"EMR_SETVIEWPORTORGEX","features":[14]},{"name":"EMR_SETWINDOWEXTEX","features":[14]},{"name":"EMR_SETWINDOWORGEX","features":[14]},{"name":"EMR_SETWORLDTRANSFORM","features":[14]},{"name":"EMR_STRETCHBLT","features":[14]},{"name":"EMR_STRETCHDIBITS","features":[14]},{"name":"EMR_STROKEANDFILLPATH","features":[14]},{"name":"EMR_STROKEPATH","features":[14]},{"name":"EMR_TRANSPARENTBLT","features":[14]},{"name":"EMR_WIDENPATH","features":[14]},{"name":"ENABLEDUPLEX","features":[14]},{"name":"ENABLEPAIRKERNING","features":[14]},{"name":"ENABLERELATIVEWIDTHS","features":[14]},{"name":"ENCAPSULATED_POSTSCRIPT","features":[14]},{"name":"ENDDOC","features":[14]},{"name":"END_PATH","features":[14]},{"name":"ENHANCED_METAFILE_RECORD_TYPE","features":[14]},{"name":"ENHMETAHEADER","features":[3,14]},{"name":"ENHMETARECORD","features":[14]},{"name":"ENHMETA_SIGNATURE","features":[14]},{"name":"ENHMETA_STOCK_OBJECT","features":[14]},{"name":"ENHMFENUMPROC","features":[3,14]},{"name":"ENUMLOGFONTA","features":[14]},{"name":"ENUMLOGFONTEXA","features":[14]},{"name":"ENUMLOGFONTEXDVA","features":[14]},{"name":"ENUMLOGFONTEXDVW","features":[14]},{"name":"ENUMLOGFONTEXW","features":[14]},{"name":"ENUMLOGFONTW","features":[14]},{"name":"ENUMPAPERBINS","features":[14]},{"name":"ENUMPAPERMETRICS","features":[14]},{"name":"ENUM_CURRENT_SETTINGS","features":[14]},{"name":"ENUM_DISPLAY_SETTINGS_FLAGS","features":[14]},{"name":"ENUM_DISPLAY_SETTINGS_MODE","features":[14]},{"name":"ENUM_REGISTRY_SETTINGS","features":[14]},{"name":"EPSPRINTING","features":[14]},{"name":"EPS_SIGNATURE","features":[14]},{"name":"ERROR","features":[14]},{"name":"ERR_FORMAT","features":[14]},{"name":"ERR_GENERIC","features":[14]},{"name":"ERR_INVALID_BASE","features":[14]},{"name":"ERR_INVALID_CMAP","features":[14]},{"name":"ERR_INVALID_DELTA_FORMAT","features":[14]},{"name":"ERR_INVALID_EBLC","features":[14]},{"name":"ERR_INVALID_GDEF","features":[14]},{"name":"ERR_INVALID_GLYF","features":[14]},{"name":"ERR_INVALID_GPOS","features":[14]},{"name":"ERR_INVALID_GSUB","features":[14]},{"name":"ERR_INVALID_HDMX","features":[14]},{"name":"ERR_INVALID_HEAD","features":[14]},{"name":"ERR_INVALID_HHEA","features":[14]},{"name":"ERR_INVALID_HHEA_OR_VHEA","features":[14]},{"name":"ERR_INVALID_HMTX","features":[14]},{"name":"ERR_INVALID_HMTX_OR_VMTX","features":[14]},{"name":"ERR_INVALID_JSTF","features":[14]},{"name":"ERR_INVALID_LOCA","features":[14]},{"name":"ERR_INVALID_LTSH","features":[14]},{"name":"ERR_INVALID_MAXP","features":[14]},{"name":"ERR_INVALID_MERGE_CHECKSUMS","features":[14]},{"name":"ERR_INVALID_MERGE_FORMATS","features":[14]},{"name":"ERR_INVALID_MERGE_NUMGLYPHS","features":[14]},{"name":"ERR_INVALID_NAME","features":[14]},{"name":"ERR_INVALID_OS2","features":[14]},{"name":"ERR_INVALID_POST","features":[14]},{"name":"ERR_INVALID_TTC_INDEX","features":[14]},{"name":"ERR_INVALID_TTO","features":[14]},{"name":"ERR_INVALID_VDMX","features":[14]},{"name":"ERR_INVALID_VHEA","features":[14]},{"name":"ERR_INVALID_VMTX","features":[14]},{"name":"ERR_MEM","features":[14]},{"name":"ERR_MISSING_CMAP","features":[14]},{"name":"ERR_MISSING_EBDT","features":[14]},{"name":"ERR_MISSING_GLYF","features":[14]},{"name":"ERR_MISSING_HEAD","features":[14]},{"name":"ERR_MISSING_HHEA","features":[14]},{"name":"ERR_MISSING_HHEA_OR_VHEA","features":[14]},{"name":"ERR_MISSING_HMTX","features":[14]},{"name":"ERR_MISSING_HMTX_OR_VMTX","features":[14]},{"name":"ERR_MISSING_LOCA","features":[14]},{"name":"ERR_MISSING_MAXP","features":[14]},{"name":"ERR_MISSING_NAME","features":[14]},{"name":"ERR_MISSING_OS2","features":[14]},{"name":"ERR_MISSING_POST","features":[14]},{"name":"ERR_MISSING_VHEA","features":[14]},{"name":"ERR_MISSING_VMTX","features":[14]},{"name":"ERR_NOT_TTC","features":[14]},{"name":"ERR_NO_GLYPHS","features":[14]},{"name":"ERR_PARAMETER0","features":[14]},{"name":"ERR_PARAMETER1","features":[14]},{"name":"ERR_PARAMETER10","features":[14]},{"name":"ERR_PARAMETER11","features":[14]},{"name":"ERR_PARAMETER12","features":[14]},{"name":"ERR_PARAMETER13","features":[14]},{"name":"ERR_PARAMETER14","features":[14]},{"name":"ERR_PARAMETER15","features":[14]},{"name":"ERR_PARAMETER16","features":[14]},{"name":"ERR_PARAMETER2","features":[14]},{"name":"ERR_PARAMETER3","features":[14]},{"name":"ERR_PARAMETER4","features":[14]},{"name":"ERR_PARAMETER5","features":[14]},{"name":"ERR_PARAMETER6","features":[14]},{"name":"ERR_PARAMETER7","features":[14]},{"name":"ERR_PARAMETER8","features":[14]},{"name":"ERR_PARAMETER9","features":[14]},{"name":"ERR_READCONTROL","features":[14]},{"name":"ERR_READOUTOFBOUNDS","features":[14]},{"name":"ERR_VERSION","features":[14]},{"name":"ERR_WOULD_GROW","features":[14]},{"name":"ERR_WRITECONTROL","features":[14]},{"name":"ERR_WRITEOUTOFBOUNDS","features":[14]},{"name":"ETO_CLIPPED","features":[14]},{"name":"ETO_GLYPH_INDEX","features":[14]},{"name":"ETO_IGNORELANGUAGE","features":[14]},{"name":"ETO_NUMERICSLATIN","features":[14]},{"name":"ETO_NUMERICSLOCAL","features":[14]},{"name":"ETO_OPAQUE","features":[14]},{"name":"ETO_OPTIONS","features":[14]},{"name":"ETO_PDY","features":[14]},{"name":"ETO_REVERSE_INDEX_MAP","features":[14]},{"name":"ETO_RTLREADING","features":[14]},{"name":"EXTLOGFONTA","features":[14]},{"name":"EXTLOGFONTW","features":[14]},{"name":"EXTLOGPEN","features":[3,14]},{"name":"EXTLOGPEN32","features":[3,14]},{"name":"EXTTEXTOUT","features":[14]},{"name":"EXT_DEVICE_CAPS","features":[14]},{"name":"EXT_FLOOD_FILL_TYPE","features":[14]},{"name":"E_ADDFONTFAILED","features":[14]},{"name":"E_API_NOTIMPL","features":[14]},{"name":"E_CHARCODECOUNTINVALID","features":[14]},{"name":"E_CHARCODESETINVALID","features":[14]},{"name":"E_CHARSETINVALID","features":[14]},{"name":"E_COULDNTCREATETEMPFILE","features":[14]},{"name":"E_DEVICETRUETYPEFONT","features":[14]},{"name":"E_ERRORACCESSINGEXCLUDELIST","features":[14]},{"name":"E_ERRORACCESSINGFACENAME","features":[14]},{"name":"E_ERRORACCESSINGFONTDATA","features":[14]},{"name":"E_ERRORCOMPRESSINGFONTDATA","features":[14]},{"name":"E_ERRORCONVERTINGCHARS","features":[14]},{"name":"E_ERRORCREATINGFONTFILE","features":[14]},{"name":"E_ERRORDECOMPRESSINGFONTDATA","features":[14]},{"name":"E_ERROREXPANDINGFONTDATA","features":[14]},{"name":"E_ERRORGETTINGDC","features":[14]},{"name":"E_ERRORREADINGFONTDATA","features":[14]},{"name":"E_ERRORUNICODECONVERSION","features":[14]},{"name":"E_EXCEPTION","features":[14]},{"name":"E_EXCEPTIONINCOMPRESSION","features":[14]},{"name":"E_EXCEPTIONINDECOMPRESSION","features":[14]},{"name":"E_FACENAMEINVALID","features":[14]},{"name":"E_FILE_NOT_FOUND","features":[14]},{"name":"E_FLAGSINVALID","features":[14]},{"name":"E_FONTALREADYEXISTS","features":[14]},{"name":"E_FONTDATAINVALID","features":[14]},{"name":"E_FONTFAMILYNAMENOTINFULL","features":[14]},{"name":"E_FONTFILECREATEFAILED","features":[14]},{"name":"E_FONTFILENOTFOUND","features":[14]},{"name":"E_FONTINSTALLFAILED","features":[14]},{"name":"E_FONTNAMEALREADYEXISTS","features":[14]},{"name":"E_FONTNOTEMBEDDABLE","features":[14]},{"name":"E_FONTREFERENCEINVALID","features":[14]},{"name":"E_FONTVARIATIONSIMULATED","features":[14]},{"name":"E_HDCINVALID","features":[14]},{"name":"E_INPUTPARAMINVALID","features":[14]},{"name":"E_NAMECHANGEFAILED","features":[14]},{"name":"E_NOFREEMEMORY","features":[14]},{"name":"E_NONE","features":[14]},{"name":"E_NOOS2","features":[14]},{"name":"E_NOTATRUETYPEFONT","features":[14]},{"name":"E_PBENABLEDINVALID","features":[14]},{"name":"E_PERMISSIONSINVALID","features":[14]},{"name":"E_PRIVSINVALID","features":[14]},{"name":"E_PRIVSTATUSINVALID","features":[14]},{"name":"E_READFROMSTREAMFAILED","features":[14]},{"name":"E_RESERVEDPARAMNOTNULL","features":[14]},{"name":"E_RESOURCEFILECREATEFAILED","features":[14]},{"name":"E_SAVETOSTREAMFAILED","features":[14]},{"name":"E_STATUSINVALID","features":[14]},{"name":"E_STREAMINVALID","features":[14]},{"name":"E_SUBSETTINGEXCEPTION","features":[14]},{"name":"E_SUBSETTINGFAILED","features":[14]},{"name":"E_SUBSTRING_TEST_FAIL","features":[14]},{"name":"E_T2NOFREEMEMORY","features":[14]},{"name":"E_TTC_INDEX_OUT_OF_RANGE","features":[14]},{"name":"E_WINDOWSAPI","features":[14]},{"name":"Ellipse","features":[3,14]},{"name":"EndPaint","features":[3,14]},{"name":"EndPath","features":[3,14]},{"name":"EnumDisplayDevicesA","features":[3,14]},{"name":"EnumDisplayDevicesW","features":[3,14]},{"name":"EnumDisplayMonitors","features":[3,14]},{"name":"EnumDisplaySettingsA","features":[3,14]},{"name":"EnumDisplaySettingsExA","features":[3,14]},{"name":"EnumDisplaySettingsExW","features":[3,14]},{"name":"EnumDisplaySettingsW","features":[3,14]},{"name":"EnumEnhMetaFile","features":[3,14]},{"name":"EnumFontFamiliesA","features":[3,14]},{"name":"EnumFontFamiliesExA","features":[3,14]},{"name":"EnumFontFamiliesExW","features":[3,14]},{"name":"EnumFontFamiliesW","features":[3,14]},{"name":"EnumFontsA","features":[3,14]},{"name":"EnumFontsW","features":[3,14]},{"name":"EnumMetaFile","features":[3,14]},{"name":"EnumObjects","features":[3,14]},{"name":"EqualRect","features":[3,14]},{"name":"EqualRgn","features":[3,14]},{"name":"ExcludeClipRect","features":[14]},{"name":"ExcludeUpdateRgn","features":[3,14]},{"name":"ExtCreatePen","features":[3,14]},{"name":"ExtCreateRegion","features":[3,14]},{"name":"ExtFloodFill","features":[3,14]},{"name":"ExtSelectClipRgn","features":[14]},{"name":"ExtTextOutA","features":[3,14]},{"name":"ExtTextOutW","features":[3,14]},{"name":"FEATURESETTING_CUSTPAPER","features":[14]},{"name":"FEATURESETTING_MIRROR","features":[14]},{"name":"FEATURESETTING_NEGATIVE","features":[14]},{"name":"FEATURESETTING_NUP","features":[14]},{"name":"FEATURESETTING_OUTPUT","features":[14]},{"name":"FEATURESETTING_PRIVATE_BEGIN","features":[14]},{"name":"FEATURESETTING_PRIVATE_END","features":[14]},{"name":"FEATURESETTING_PROTOCOL","features":[14]},{"name":"FEATURESETTING_PSLEVEL","features":[14]},{"name":"FF_DECORATIVE","features":[14]},{"name":"FF_DONTCARE","features":[14]},{"name":"FF_MODERN","features":[14]},{"name":"FF_ROMAN","features":[14]},{"name":"FF_SCRIPT","features":[14]},{"name":"FF_SWISS","features":[14]},{"name":"FIXED","features":[14]},{"name":"FIXED_PITCH","features":[14]},{"name":"FLI_GLYPHS","features":[14]},{"name":"FLI_MASK","features":[14]},{"name":"FLOODFILLBORDER","features":[14]},{"name":"FLOODFILLSURFACE","features":[14]},{"name":"FLUSHOUTPUT","features":[14]},{"name":"FONTENUMPROCA","features":[3,14]},{"name":"FONTENUMPROCW","features":[3,14]},{"name":"FONTMAPPER_MAX","features":[14]},{"name":"FONT_CHARSET","features":[14]},{"name":"FONT_CLIP_PRECISION","features":[14]},{"name":"FONT_FAMILY","features":[14]},{"name":"FONT_LICENSE_PRIVS","features":[14]},{"name":"FONT_OUTPUT_PRECISION","features":[14]},{"name":"FONT_PITCH","features":[14]},{"name":"FONT_QUALITY","features":[14]},{"name":"FONT_RESOURCE_CHARACTERISTICS","features":[14]},{"name":"FONT_WEIGHT","features":[14]},{"name":"FR_NOT_ENUM","features":[14]},{"name":"FR_PRIVATE","features":[14]},{"name":"FS_ARABIC","features":[14]},{"name":"FS_BALTIC","features":[14]},{"name":"FS_CHINESESIMP","features":[14]},{"name":"FS_CHINESETRAD","features":[14]},{"name":"FS_CYRILLIC","features":[14]},{"name":"FS_GREEK","features":[14]},{"name":"FS_HEBREW","features":[14]},{"name":"FS_JISJAPAN","features":[14]},{"name":"FS_JOHAB","features":[14]},{"name":"FS_LATIN1","features":[14]},{"name":"FS_LATIN2","features":[14]},{"name":"FS_SYMBOL","features":[14]},{"name":"FS_THAI","features":[14]},{"name":"FS_TURKISH","features":[14]},{"name":"FS_VIETNAMESE","features":[14]},{"name":"FS_WANSUNG","features":[14]},{"name":"FW_BLACK","features":[14]},{"name":"FW_BOLD","features":[14]},{"name":"FW_DEMIBOLD","features":[14]},{"name":"FW_DONTCARE","features":[14]},{"name":"FW_EXTRABOLD","features":[14]},{"name":"FW_EXTRALIGHT","features":[14]},{"name":"FW_HEAVY","features":[14]},{"name":"FW_LIGHT","features":[14]},{"name":"FW_MEDIUM","features":[14]},{"name":"FW_NORMAL","features":[14]},{"name":"FW_REGULAR","features":[14]},{"name":"FW_SEMIBOLD","features":[14]},{"name":"FW_THIN","features":[14]},{"name":"FW_ULTRABOLD","features":[14]},{"name":"FW_ULTRALIGHT","features":[14]},{"name":"FillPath","features":[3,14]},{"name":"FillRect","features":[3,14]},{"name":"FillRgn","features":[3,14]},{"name":"FixBrushOrgEx","features":[3,14]},{"name":"FlattenPath","features":[3,14]},{"name":"FloodFill","features":[3,14]},{"name":"FrameRect","features":[3,14]},{"name":"FrameRgn","features":[3,14]},{"name":"GB2312_CHARSET","features":[14]},{"name":"GCPCLASS_ARABIC","features":[14]},{"name":"GCPCLASS_HEBREW","features":[14]},{"name":"GCPCLASS_LATIN","features":[14]},{"name":"GCPCLASS_LATINNUMBER","features":[14]},{"name":"GCPCLASS_LATINNUMERICSEPARATOR","features":[14]},{"name":"GCPCLASS_LATINNUMERICTERMINATOR","features":[14]},{"name":"GCPCLASS_LOCALNUMBER","features":[14]},{"name":"GCPCLASS_NEUTRAL","features":[14]},{"name":"GCPCLASS_NUMERICSEPARATOR","features":[14]},{"name":"GCPCLASS_POSTBOUNDLTR","features":[14]},{"name":"GCPCLASS_POSTBOUNDRTL","features":[14]},{"name":"GCPCLASS_PREBOUNDLTR","features":[14]},{"name":"GCPCLASS_PREBOUNDRTL","features":[14]},{"name":"GCPGLYPH_LINKAFTER","features":[14]},{"name":"GCPGLYPH_LINKBEFORE","features":[14]},{"name":"GCP_CLASSIN","features":[14]},{"name":"GCP_DBCS","features":[14]},{"name":"GCP_DIACRITIC","features":[14]},{"name":"GCP_DISPLAYZWG","features":[14]},{"name":"GCP_ERROR","features":[14]},{"name":"GCP_GLYPHSHAPE","features":[14]},{"name":"GCP_JUSTIFY","features":[14]},{"name":"GCP_JUSTIFYIN","features":[14]},{"name":"GCP_KASHIDA","features":[14]},{"name":"GCP_LIGATE","features":[14]},{"name":"GCP_MAXEXTENT","features":[14]},{"name":"GCP_NEUTRALOVERRIDE","features":[14]},{"name":"GCP_NUMERICOVERRIDE","features":[14]},{"name":"GCP_NUMERICSLATIN","features":[14]},{"name":"GCP_NUMERICSLOCAL","features":[14]},{"name":"GCP_REORDER","features":[14]},{"name":"GCP_RESULTSA","features":[14]},{"name":"GCP_RESULTSW","features":[14]},{"name":"GCP_SYMSWAPOFF","features":[14]},{"name":"GCP_USEKERNING","features":[14]},{"name":"GDICOMMENT_BEGINGROUP","features":[14]},{"name":"GDICOMMENT_ENDGROUP","features":[14]},{"name":"GDICOMMENT_IDENTIFIER","features":[14]},{"name":"GDICOMMENT_MULTIFORMATS","features":[14]},{"name":"GDICOMMENT_UNICODE_END","features":[14]},{"name":"GDICOMMENT_UNICODE_STRING","features":[14]},{"name":"GDICOMMENT_WINDOWS_METAFILE","features":[14]},{"name":"GDIPLUS_TS_QUERYVER","features":[14]},{"name":"GDIPLUS_TS_RECORD","features":[14]},{"name":"GDIREGISTERDDRAWPACKETVERSION","features":[14]},{"name":"GDI_ERROR","features":[14]},{"name":"GDI_REGION_TYPE","features":[14]},{"name":"GETCOLORTABLE","features":[14]},{"name":"GETDEVICEUNITS","features":[14]},{"name":"GETEXTENDEDTEXTMETRICS","features":[14]},{"name":"GETEXTENTTABLE","features":[14]},{"name":"GETFACENAME","features":[14]},{"name":"GETPAIRKERNTABLE","features":[14]},{"name":"GETPENWIDTH","features":[14]},{"name":"GETPHYSPAGESIZE","features":[14]},{"name":"GETPRINTINGOFFSET","features":[14]},{"name":"GETSCALINGFACTOR","features":[14]},{"name":"GETSETPAPERBINS","features":[14]},{"name":"GETSETPAPERMETRICS","features":[14]},{"name":"GETSETPRINTORIENT","features":[14]},{"name":"GETSETSCREENPARAMS","features":[14]},{"name":"GETTECHNOLGY","features":[14]},{"name":"GETTECHNOLOGY","features":[14]},{"name":"GETTRACKKERNTABLE","features":[14]},{"name":"GETVECTORBRUSHSIZE","features":[14]},{"name":"GETVECTORPENSIZE","features":[14]},{"name":"GET_CHARACTER_PLACEMENT_FLAGS","features":[14]},{"name":"GET_DCX_FLAGS","features":[14]},{"name":"GET_DEVICE_CAPS_INDEX","features":[14]},{"name":"GET_GLYPH_OUTLINE_FORMAT","features":[14]},{"name":"GET_PS_FEATURESETTING","features":[14]},{"name":"GET_STOCK_OBJECT_FLAGS","features":[14]},{"name":"GGI_MARK_NONEXISTING_GLYPHS","features":[14]},{"name":"GGO_BEZIER","features":[14]},{"name":"GGO_BITMAP","features":[14]},{"name":"GGO_GLYPH_INDEX","features":[14]},{"name":"GGO_GRAY2_BITMAP","features":[14]},{"name":"GGO_GRAY4_BITMAP","features":[14]},{"name":"GGO_GRAY8_BITMAP","features":[14]},{"name":"GGO_METRICS","features":[14]},{"name":"GGO_NATIVE","features":[14]},{"name":"GGO_UNHINTED","features":[14]},{"name":"GLYPHMETRICS","features":[3,14]},{"name":"GLYPHSET","features":[14]},{"name":"GM_ADVANCED","features":[14]},{"name":"GM_COMPATIBLE","features":[14]},{"name":"GM_LAST","features":[14]},{"name":"GOBJENUMPROC","features":[3,14]},{"name":"GRADIENT_FILL","features":[14]},{"name":"GRADIENT_FILL_OP_FLAG","features":[14]},{"name":"GRADIENT_FILL_RECT_H","features":[14]},{"name":"GRADIENT_FILL_RECT_V","features":[14]},{"name":"GRADIENT_FILL_TRIANGLE","features":[14]},{"name":"GRADIENT_RECT","features":[14]},{"name":"GRADIENT_TRIANGLE","features":[14]},{"name":"GRAPHICS_MODE","features":[14]},{"name":"GRAYSTRINGPROC","features":[3,14]},{"name":"GRAY_BRUSH","features":[14]},{"name":"GREEK_CHARSET","features":[14]},{"name":"GS_8BIT_INDICES","features":[14]},{"name":"GdiAlphaBlend","features":[3,14]},{"name":"GdiComment","features":[3,14]},{"name":"GdiFlush","features":[3,14]},{"name":"GdiGetBatchLimit","features":[14]},{"name":"GdiGradientFill","features":[3,14]},{"name":"GdiSetBatchLimit","features":[14]},{"name":"GdiTransparentBlt","features":[3,14]},{"name":"GetArcDirection","features":[14]},{"name":"GetAspectRatioFilterEx","features":[3,14]},{"name":"GetBitmapBits","features":[14]},{"name":"GetBitmapDimensionEx","features":[3,14]},{"name":"GetBkColor","features":[3,14]},{"name":"GetBkMode","features":[14]},{"name":"GetBoundsRect","features":[3,14]},{"name":"GetBrushOrgEx","features":[3,14]},{"name":"GetCharABCWidthsA","features":[3,14]},{"name":"GetCharABCWidthsFloatA","features":[3,14]},{"name":"GetCharABCWidthsFloatW","features":[3,14]},{"name":"GetCharABCWidthsI","features":[3,14]},{"name":"GetCharABCWidthsW","features":[3,14]},{"name":"GetCharWidth32A","features":[3,14]},{"name":"GetCharWidth32W","features":[3,14]},{"name":"GetCharWidthA","features":[3,14]},{"name":"GetCharWidthFloatA","features":[3,14]},{"name":"GetCharWidthFloatW","features":[3,14]},{"name":"GetCharWidthI","features":[3,14]},{"name":"GetCharWidthW","features":[3,14]},{"name":"GetCharacterPlacementA","features":[14]},{"name":"GetCharacterPlacementW","features":[14]},{"name":"GetClipBox","features":[3,14]},{"name":"GetClipRgn","features":[14]},{"name":"GetColorAdjustment","features":[3,14]},{"name":"GetCurrentObject","features":[14]},{"name":"GetCurrentPositionEx","features":[3,14]},{"name":"GetDC","features":[3,14]},{"name":"GetDCBrushColor","features":[3,14]},{"name":"GetDCEx","features":[3,14]},{"name":"GetDCOrgEx","features":[3,14]},{"name":"GetDCPenColor","features":[3,14]},{"name":"GetDIBColorTable","features":[14]},{"name":"GetDIBits","features":[14]},{"name":"GetDeviceCaps","features":[14]},{"name":"GetEnhMetaFileA","features":[14]},{"name":"GetEnhMetaFileBits","features":[14]},{"name":"GetEnhMetaFileDescriptionA","features":[14]},{"name":"GetEnhMetaFileDescriptionW","features":[14]},{"name":"GetEnhMetaFileHeader","features":[3,14]},{"name":"GetEnhMetaFilePaletteEntries","features":[14]},{"name":"GetEnhMetaFileW","features":[14]},{"name":"GetFontData","features":[14]},{"name":"GetFontLanguageInfo","features":[14]},{"name":"GetFontUnicodeRanges","features":[14]},{"name":"GetGlyphIndicesA","features":[14]},{"name":"GetGlyphIndicesW","features":[14]},{"name":"GetGlyphOutlineA","features":[3,14]},{"name":"GetGlyphOutlineW","features":[3,14]},{"name":"GetGraphicsMode","features":[14]},{"name":"GetKerningPairsA","features":[14]},{"name":"GetKerningPairsW","features":[14]},{"name":"GetLayout","features":[14]},{"name":"GetMapMode","features":[14]},{"name":"GetMetaFileA","features":[14]},{"name":"GetMetaFileBitsEx","features":[14]},{"name":"GetMetaFileW","features":[14]},{"name":"GetMetaRgn","features":[14]},{"name":"GetMiterLimit","features":[3,14]},{"name":"GetMonitorInfoA","features":[3,14]},{"name":"GetMonitorInfoW","features":[3,14]},{"name":"GetNearestColor","features":[3,14]},{"name":"GetNearestPaletteIndex","features":[3,14]},{"name":"GetObjectA","features":[14]},{"name":"GetObjectType","features":[14]},{"name":"GetObjectW","features":[14]},{"name":"GetOutlineTextMetricsA","features":[3,14]},{"name":"GetOutlineTextMetricsW","features":[3,14]},{"name":"GetPaletteEntries","features":[14]},{"name":"GetPath","features":[3,14]},{"name":"GetPixel","features":[3,14]},{"name":"GetPolyFillMode","features":[14]},{"name":"GetROP2","features":[14]},{"name":"GetRandomRgn","features":[14]},{"name":"GetRasterizerCaps","features":[3,14]},{"name":"GetRegionData","features":[3,14]},{"name":"GetRgnBox","features":[3,14]},{"name":"GetStockObject","features":[14]},{"name":"GetStretchBltMode","features":[14]},{"name":"GetSysColor","features":[14]},{"name":"GetSysColorBrush","features":[14]},{"name":"GetSystemPaletteEntries","features":[14]},{"name":"GetSystemPaletteUse","features":[14]},{"name":"GetTabbedTextExtentA","features":[14]},{"name":"GetTabbedTextExtentW","features":[14]},{"name":"GetTextAlign","features":[14]},{"name":"GetTextCharacterExtra","features":[14]},{"name":"GetTextColor","features":[3,14]},{"name":"GetTextExtentExPointA","features":[3,14]},{"name":"GetTextExtentExPointI","features":[3,14]},{"name":"GetTextExtentExPointW","features":[3,14]},{"name":"GetTextExtentPoint32A","features":[3,14]},{"name":"GetTextExtentPoint32W","features":[3,14]},{"name":"GetTextExtentPointA","features":[3,14]},{"name":"GetTextExtentPointI","features":[3,14]},{"name":"GetTextExtentPointW","features":[3,14]},{"name":"GetTextFaceA","features":[14]},{"name":"GetTextFaceW","features":[14]},{"name":"GetTextMetricsA","features":[3,14]},{"name":"GetTextMetricsW","features":[3,14]},{"name":"GetUpdateRect","features":[3,14]},{"name":"GetUpdateRgn","features":[3,14]},{"name":"GetViewportExtEx","features":[3,14]},{"name":"GetViewportOrgEx","features":[3,14]},{"name":"GetWinMetaFileBits","features":[14]},{"name":"GetWindowDC","features":[3,14]},{"name":"GetWindowExtEx","features":[3,14]},{"name":"GetWindowOrgEx","features":[3,14]},{"name":"GetWindowRgn","features":[3,14]},{"name":"GetWindowRgnBox","features":[3,14]},{"name":"GetWorldTransform","features":[3,14]},{"name":"GradientFill","features":[3,14]},{"name":"GrayStringA","features":[3,14]},{"name":"GrayStringW","features":[3,14]},{"name":"HALFTONE","features":[14]},{"name":"HANDLETABLE","features":[14]},{"name":"HANGEUL_CHARSET","features":[14]},{"name":"HANGUL_CHARSET","features":[14]},{"name":"HATCH_BRUSH_STYLE","features":[14]},{"name":"HBITMAP","features":[14]},{"name":"HBRUSH","features":[14]},{"name":"HDC","features":[14]},{"name":"HDC_MAP_MODE","features":[14]},{"name":"HEBREW_CHARSET","features":[14]},{"name":"HENHMETAFILE","features":[14]},{"name":"HFONT","features":[14]},{"name":"HGDIOBJ","features":[14]},{"name":"HMETAFILE","features":[14]},{"name":"HMONITOR","features":[14]},{"name":"HOLLOW_BRUSH","features":[14]},{"name":"HORZRES","features":[14]},{"name":"HORZSIZE","features":[14]},{"name":"HPALETTE","features":[14]},{"name":"HPEN","features":[14]},{"name":"HRGN","features":[14]},{"name":"HS_API_MAX","features":[14]},{"name":"HS_BDIAGONAL","features":[14]},{"name":"HS_CROSS","features":[14]},{"name":"HS_DIAGCROSS","features":[14]},{"name":"HS_FDIAGONAL","features":[14]},{"name":"HS_HORIZONTAL","features":[14]},{"name":"HS_VERTICAL","features":[14]},{"name":"ILLUMINANT_A","features":[14]},{"name":"ILLUMINANT_B","features":[14]},{"name":"ILLUMINANT_C","features":[14]},{"name":"ILLUMINANT_D50","features":[14]},{"name":"ILLUMINANT_D55","features":[14]},{"name":"ILLUMINANT_D65","features":[14]},{"name":"ILLUMINANT_D75","features":[14]},{"name":"ILLUMINANT_DAYLIGHT","features":[14]},{"name":"ILLUMINANT_DEVICE_DEFAULT","features":[14]},{"name":"ILLUMINANT_F2","features":[14]},{"name":"ILLUMINANT_FLUORESCENT","features":[14]},{"name":"ILLUMINANT_MAX_INDEX","features":[14]},{"name":"ILLUMINANT_NTSC","features":[14]},{"name":"ILLUMINANT_TUNGSTEN","features":[14]},{"name":"InflateRect","features":[3,14]},{"name":"IntersectClipRect","features":[14]},{"name":"IntersectRect","features":[3,14]},{"name":"InvalidateRect","features":[3,14]},{"name":"InvalidateRgn","features":[3,14]},{"name":"InvertRect","features":[3,14]},{"name":"InvertRgn","features":[3,14]},{"name":"IsRectEmpty","features":[3,14]},{"name":"JOHAB_CHARSET","features":[14]},{"name":"KERNINGPAIR","features":[14]},{"name":"LAYOUT_BITMAPORIENTATIONPRESERVED","features":[14]},{"name":"LAYOUT_BTT","features":[14]},{"name":"LAYOUT_RTL","features":[14]},{"name":"LAYOUT_VBH","features":[14]},{"name":"LCS_GM_ABS_COLORIMETRIC","features":[14]},{"name":"LCS_GM_BUSINESS","features":[14]},{"name":"LCS_GM_GRAPHICS","features":[14]},{"name":"LCS_GM_IMAGES","features":[14]},{"name":"LC_INTERIORS","features":[14]},{"name":"LC_MARKER","features":[14]},{"name":"LC_NONE","features":[14]},{"name":"LC_POLYLINE","features":[14]},{"name":"LC_POLYMARKER","features":[14]},{"name":"LC_STYLED","features":[14]},{"name":"LC_WIDE","features":[14]},{"name":"LC_WIDESTYLED","features":[14]},{"name":"LF_FACESIZE","features":[14]},{"name":"LF_FULLFACESIZE","features":[14]},{"name":"LICENSE_DEFAULT","features":[14]},{"name":"LICENSE_EDITABLE","features":[14]},{"name":"LICENSE_INSTALLABLE","features":[14]},{"name":"LICENSE_NOEMBEDDING","features":[14]},{"name":"LICENSE_PREVIEWPRINT","features":[14]},{"name":"LINECAPS","features":[14]},{"name":"LINEDDAPROC","features":[3,14]},{"name":"LOGBRUSH","features":[3,14]},{"name":"LOGBRUSH32","features":[3,14]},{"name":"LOGFONTA","features":[14]},{"name":"LOGFONTW","features":[14]},{"name":"LOGPALETTE","features":[14]},{"name":"LOGPEN","features":[3,14]},{"name":"LOGPIXELSX","features":[14]},{"name":"LOGPIXELSY","features":[14]},{"name":"LPD_DOUBLEBUFFER","features":[14]},{"name":"LPD_SHARE_ACCUM","features":[14]},{"name":"LPD_SHARE_DEPTH","features":[14]},{"name":"LPD_SHARE_STENCIL","features":[14]},{"name":"LPD_STEREO","features":[14]},{"name":"LPD_SUPPORT_GDI","features":[14]},{"name":"LPD_SUPPORT_OPENGL","features":[14]},{"name":"LPD_SWAP_COPY","features":[14]},{"name":"LPD_SWAP_EXCHANGE","features":[14]},{"name":"LPD_TRANSPARENT","features":[14]},{"name":"LPD_TYPE_COLORINDEX","features":[14]},{"name":"LPD_TYPE_RGBA","features":[14]},{"name":"LPFNDEVCAPS","features":[3,14]},{"name":"LPFNDEVMODE","features":[3,14]},{"name":"LPtoDP","features":[3,14]},{"name":"LTGRAY_BRUSH","features":[14]},{"name":"LineDDA","features":[3,14]},{"name":"LineTo","features":[3,14]},{"name":"LoadBitmapA","features":[3,14]},{"name":"LoadBitmapW","features":[3,14]},{"name":"LockWindowUpdate","features":[3,14]},{"name":"MAC_CHARSET","features":[14]},{"name":"MAT2","features":[14]},{"name":"MAXSTRETCHBLTMODE","features":[14]},{"name":"MERGECOPY","features":[14]},{"name":"MERGEPAINT","features":[14]},{"name":"METAFILE_DRIVER","features":[14]},{"name":"METAHEADER","features":[14]},{"name":"METARECORD","features":[14]},{"name":"META_ANIMATEPALETTE","features":[14]},{"name":"META_ARC","features":[14]},{"name":"META_BITBLT","features":[14]},{"name":"META_CHORD","features":[14]},{"name":"META_CREATEBRUSHINDIRECT","features":[14]},{"name":"META_CREATEFONTINDIRECT","features":[14]},{"name":"META_CREATEPALETTE","features":[14]},{"name":"META_CREATEPATTERNBRUSH","features":[14]},{"name":"META_CREATEPENINDIRECT","features":[14]},{"name":"META_CREATEREGION","features":[14]},{"name":"META_DELETEOBJECT","features":[14]},{"name":"META_DIBBITBLT","features":[14]},{"name":"META_DIBCREATEPATTERNBRUSH","features":[14]},{"name":"META_DIBSTRETCHBLT","features":[14]},{"name":"META_ELLIPSE","features":[14]},{"name":"META_ESCAPE","features":[14]},{"name":"META_EXCLUDECLIPRECT","features":[14]},{"name":"META_EXTFLOODFILL","features":[14]},{"name":"META_EXTTEXTOUT","features":[14]},{"name":"META_FILLREGION","features":[14]},{"name":"META_FLOODFILL","features":[14]},{"name":"META_FRAMEREGION","features":[14]},{"name":"META_INTERSECTCLIPRECT","features":[14]},{"name":"META_INVERTREGION","features":[14]},{"name":"META_LINETO","features":[14]},{"name":"META_MOVETO","features":[14]},{"name":"META_OFFSETCLIPRGN","features":[14]},{"name":"META_OFFSETVIEWPORTORG","features":[14]},{"name":"META_OFFSETWINDOWORG","features":[14]},{"name":"META_PAINTREGION","features":[14]},{"name":"META_PATBLT","features":[14]},{"name":"META_PIE","features":[14]},{"name":"META_POLYGON","features":[14]},{"name":"META_POLYLINE","features":[14]},{"name":"META_POLYPOLYGON","features":[14]},{"name":"META_REALIZEPALETTE","features":[14]},{"name":"META_RECTANGLE","features":[14]},{"name":"META_RESIZEPALETTE","features":[14]},{"name":"META_RESTOREDC","features":[14]},{"name":"META_ROUNDRECT","features":[14]},{"name":"META_SAVEDC","features":[14]},{"name":"META_SCALEVIEWPORTEXT","features":[14]},{"name":"META_SCALEWINDOWEXT","features":[14]},{"name":"META_SELECTCLIPREGION","features":[14]},{"name":"META_SELECTOBJECT","features":[14]},{"name":"META_SELECTPALETTE","features":[14]},{"name":"META_SETBKCOLOR","features":[14]},{"name":"META_SETBKMODE","features":[14]},{"name":"META_SETDIBTODEV","features":[14]},{"name":"META_SETLAYOUT","features":[14]},{"name":"META_SETMAPMODE","features":[14]},{"name":"META_SETMAPPERFLAGS","features":[14]},{"name":"META_SETPALENTRIES","features":[14]},{"name":"META_SETPIXEL","features":[14]},{"name":"META_SETPOLYFILLMODE","features":[14]},{"name":"META_SETRELABS","features":[14]},{"name":"META_SETROP2","features":[14]},{"name":"META_SETSTRETCHBLTMODE","features":[14]},{"name":"META_SETTEXTALIGN","features":[14]},{"name":"META_SETTEXTCHAREXTRA","features":[14]},{"name":"META_SETTEXTCOLOR","features":[14]},{"name":"META_SETTEXTJUSTIFICATION","features":[14]},{"name":"META_SETVIEWPORTEXT","features":[14]},{"name":"META_SETVIEWPORTORG","features":[14]},{"name":"META_SETWINDOWEXT","features":[14]},{"name":"META_SETWINDOWORG","features":[14]},{"name":"META_STRETCHBLT","features":[14]},{"name":"META_STRETCHDIB","features":[14]},{"name":"META_TEXTOUT","features":[14]},{"name":"MFCOMMENT","features":[14]},{"name":"MFENUMPROC","features":[3,14]},{"name":"MILCORE_TS_QUERYVER_RESULT_FALSE","features":[14]},{"name":"MILCORE_TS_QUERYVER_RESULT_TRUE","features":[14]},{"name":"MM_ANISOTROPIC","features":[14]},{"name":"MM_HIENGLISH","features":[14]},{"name":"MM_HIMETRIC","features":[14]},{"name":"MM_ISOTROPIC","features":[14]},{"name":"MM_LOENGLISH","features":[14]},{"name":"MM_LOMETRIC","features":[14]},{"name":"MM_MAX_AXES_NAMELEN","features":[14]},{"name":"MM_MAX_NUMAXES","features":[14]},{"name":"MM_TEXT","features":[14]},{"name":"MM_TWIPS","features":[14]},{"name":"MODIFY_WORLD_TRANSFORM_MODE","features":[14]},{"name":"MONITORENUMPROC","features":[3,14]},{"name":"MONITORINFO","features":[3,14]},{"name":"MONITORINFOEXA","features":[3,14]},{"name":"MONITORINFOEXW","features":[3,14]},{"name":"MONITOR_DEFAULTTONEAREST","features":[14]},{"name":"MONITOR_DEFAULTTONULL","features":[14]},{"name":"MONITOR_DEFAULTTOPRIMARY","features":[14]},{"name":"MONITOR_FROM_FLAGS","features":[14]},{"name":"MONO_FONT","features":[14]},{"name":"MOUSETRAILS","features":[14]},{"name":"MWT_IDENTITY","features":[14]},{"name":"MWT_LEFTMULTIPLY","features":[14]},{"name":"MWT_RIGHTMULTIPLY","features":[14]},{"name":"MapWindowPoints","features":[3,14]},{"name":"MaskBlt","features":[3,14]},{"name":"MergeFontPackage","features":[14]},{"name":"ModifyWorldTransform","features":[3,14]},{"name":"MonitorFromPoint","features":[3,14]},{"name":"MonitorFromRect","features":[3,14]},{"name":"MonitorFromWindow","features":[3,14]},{"name":"MoveToEx","features":[3,14]},{"name":"NEWFRAME","features":[14]},{"name":"NEWTEXTMETRICA","features":[14]},{"name":"NEWTEXTMETRICW","features":[14]},{"name":"NEWTRANSPARENT","features":[14]},{"name":"NEXTBAND","features":[14]},{"name":"NOMIRRORBITMAP","features":[14]},{"name":"NONANTIALIASED_QUALITY","features":[14]},{"name":"NOTSRCCOPY","features":[14]},{"name":"NOTSRCERASE","features":[14]},{"name":"NTM_BOLD","features":[14]},{"name":"NTM_DSIG","features":[14]},{"name":"NTM_ITALIC","features":[14]},{"name":"NTM_MULTIPLEMASTER","features":[14]},{"name":"NTM_NONNEGATIVE_AC","features":[14]},{"name":"NTM_PS_OPENTYPE","features":[14]},{"name":"NTM_REGULAR","features":[14]},{"name":"NTM_TT_OPENTYPE","features":[14]},{"name":"NTM_TYPE1","features":[14]},{"name":"NULLREGION","features":[14]},{"name":"NULL_BRUSH","features":[14]},{"name":"NULL_PEN","features":[14]},{"name":"NUMBRUSHES","features":[14]},{"name":"NUMCOLORS","features":[14]},{"name":"NUMFONTS","features":[14]},{"name":"NUMMARKERS","features":[14]},{"name":"NUMPENS","features":[14]},{"name":"NUMRESERVED","features":[14]},{"name":"OBJ_BITMAP","features":[14]},{"name":"OBJ_BRUSH","features":[14]},{"name":"OBJ_COLORSPACE","features":[14]},{"name":"OBJ_DC","features":[14]},{"name":"OBJ_ENHMETADC","features":[14]},{"name":"OBJ_ENHMETAFILE","features":[14]},{"name":"OBJ_EXTPEN","features":[14]},{"name":"OBJ_FONT","features":[14]},{"name":"OBJ_MEMDC","features":[14]},{"name":"OBJ_METADC","features":[14]},{"name":"OBJ_METAFILE","features":[14]},{"name":"OBJ_PAL","features":[14]},{"name":"OBJ_PEN","features":[14]},{"name":"OBJ_REGION","features":[14]},{"name":"OBJ_TYPE","features":[14]},{"name":"OEM_CHARSET","features":[14]},{"name":"OEM_FIXED_FONT","features":[14]},{"name":"OPAQUE","features":[14]},{"name":"OPENCHANNEL","features":[14]},{"name":"OUTLINETEXTMETRICA","features":[3,14]},{"name":"OUTLINETEXTMETRICW","features":[3,14]},{"name":"OUT_CHARACTER_PRECIS","features":[14]},{"name":"OUT_DEFAULT_PRECIS","features":[14]},{"name":"OUT_DEVICE_PRECIS","features":[14]},{"name":"OUT_OUTLINE_PRECIS","features":[14]},{"name":"OUT_PS_ONLY_PRECIS","features":[14]},{"name":"OUT_RASTER_PRECIS","features":[14]},{"name":"OUT_SCREEN_OUTLINE_PRECIS","features":[14]},{"name":"OUT_STRING_PRECIS","features":[14]},{"name":"OUT_STROKE_PRECIS","features":[14]},{"name":"OUT_TT_ONLY_PRECIS","features":[14]},{"name":"OUT_TT_PRECIS","features":[14]},{"name":"OffsetClipRgn","features":[14]},{"name":"OffsetRect","features":[3,14]},{"name":"OffsetRgn","features":[14]},{"name":"OffsetViewportOrgEx","features":[3,14]},{"name":"OffsetWindowOrgEx","features":[3,14]},{"name":"PAINTSTRUCT","features":[3,14]},{"name":"PALETTEENTRY","features":[14]},{"name":"PANOSE","features":[14]},{"name":"PANOSE_COUNT","features":[14]},{"name":"PAN_ANY","features":[14]},{"name":"PAN_ARMSTYLE_INDEX","features":[14]},{"name":"PAN_ARM_ANY","features":[14]},{"name":"PAN_ARM_NO_FIT","features":[14]},{"name":"PAN_ARM_STYLE","features":[14]},{"name":"PAN_BENT_ARMS_DOUBLE_SERIF","features":[14]},{"name":"PAN_BENT_ARMS_HORZ","features":[14]},{"name":"PAN_BENT_ARMS_SINGLE_SERIF","features":[14]},{"name":"PAN_BENT_ARMS_VERT","features":[14]},{"name":"PAN_BENT_ARMS_WEDGE","features":[14]},{"name":"PAN_CONTRAST","features":[14]},{"name":"PAN_CONTRAST_ANY","features":[14]},{"name":"PAN_CONTRAST_HIGH","features":[14]},{"name":"PAN_CONTRAST_INDEX","features":[14]},{"name":"PAN_CONTRAST_LOW","features":[14]},{"name":"PAN_CONTRAST_MEDIUM","features":[14]},{"name":"PAN_CONTRAST_MEDIUM_HIGH","features":[14]},{"name":"PAN_CONTRAST_MEDIUM_LOW","features":[14]},{"name":"PAN_CONTRAST_NONE","features":[14]},{"name":"PAN_CONTRAST_NO_FIT","features":[14]},{"name":"PAN_CONTRAST_VERY_HIGH","features":[14]},{"name":"PAN_CONTRAST_VERY_LOW","features":[14]},{"name":"PAN_CULTURE_LATIN","features":[14]},{"name":"PAN_FAMILYTYPE_INDEX","features":[14]},{"name":"PAN_FAMILY_ANY","features":[14]},{"name":"PAN_FAMILY_DECORATIVE","features":[14]},{"name":"PAN_FAMILY_NO_FIT","features":[14]},{"name":"PAN_FAMILY_PICTORIAL","features":[14]},{"name":"PAN_FAMILY_SCRIPT","features":[14]},{"name":"PAN_FAMILY_TEXT_DISPLAY","features":[14]},{"name":"PAN_FAMILY_TYPE","features":[14]},{"name":"PAN_LETTERFORM_INDEX","features":[14]},{"name":"PAN_LETT_FORM","features":[14]},{"name":"PAN_LETT_FORM_ANY","features":[14]},{"name":"PAN_LETT_FORM_NO_FIT","features":[14]},{"name":"PAN_LETT_NORMAL_BOXED","features":[14]},{"name":"PAN_LETT_NORMAL_CONTACT","features":[14]},{"name":"PAN_LETT_NORMAL_FLATTENED","features":[14]},{"name":"PAN_LETT_NORMAL_OFF_CENTER","features":[14]},{"name":"PAN_LETT_NORMAL_ROUNDED","features":[14]},{"name":"PAN_LETT_NORMAL_SQUARE","features":[14]},{"name":"PAN_LETT_NORMAL_WEIGHTED","features":[14]},{"name":"PAN_LETT_OBLIQUE_BOXED","features":[14]},{"name":"PAN_LETT_OBLIQUE_CONTACT","features":[14]},{"name":"PAN_LETT_OBLIQUE_FLATTENED","features":[14]},{"name":"PAN_LETT_OBLIQUE_OFF_CENTER","features":[14]},{"name":"PAN_LETT_OBLIQUE_ROUNDED","features":[14]},{"name":"PAN_LETT_OBLIQUE_SQUARE","features":[14]},{"name":"PAN_LETT_OBLIQUE_WEIGHTED","features":[14]},{"name":"PAN_MIDLINE","features":[14]},{"name":"PAN_MIDLINE_ANY","features":[14]},{"name":"PAN_MIDLINE_CONSTANT_POINTED","features":[14]},{"name":"PAN_MIDLINE_CONSTANT_SERIFED","features":[14]},{"name":"PAN_MIDLINE_CONSTANT_TRIMMED","features":[14]},{"name":"PAN_MIDLINE_HIGH_POINTED","features":[14]},{"name":"PAN_MIDLINE_HIGH_SERIFED","features":[14]},{"name":"PAN_MIDLINE_HIGH_TRIMMED","features":[14]},{"name":"PAN_MIDLINE_INDEX","features":[14]},{"name":"PAN_MIDLINE_LOW_POINTED","features":[14]},{"name":"PAN_MIDLINE_LOW_SERIFED","features":[14]},{"name":"PAN_MIDLINE_LOW_TRIMMED","features":[14]},{"name":"PAN_MIDLINE_NO_FIT","features":[14]},{"name":"PAN_MIDLINE_STANDARD_POINTED","features":[14]},{"name":"PAN_MIDLINE_STANDARD_SERIFED","features":[14]},{"name":"PAN_MIDLINE_STANDARD_TRIMMED","features":[14]},{"name":"PAN_NO_FIT","features":[14]},{"name":"PAN_PROPORTION","features":[14]},{"name":"PAN_PROPORTION_INDEX","features":[14]},{"name":"PAN_PROP_ANY","features":[14]},{"name":"PAN_PROP_CONDENSED","features":[14]},{"name":"PAN_PROP_EVEN_WIDTH","features":[14]},{"name":"PAN_PROP_EXPANDED","features":[14]},{"name":"PAN_PROP_MODERN","features":[14]},{"name":"PAN_PROP_MONOSPACED","features":[14]},{"name":"PAN_PROP_NO_FIT","features":[14]},{"name":"PAN_PROP_OLD_STYLE","features":[14]},{"name":"PAN_PROP_VERY_CONDENSED","features":[14]},{"name":"PAN_PROP_VERY_EXPANDED","features":[14]},{"name":"PAN_SERIFSTYLE_INDEX","features":[14]},{"name":"PAN_SERIF_ANY","features":[14]},{"name":"PAN_SERIF_BONE","features":[14]},{"name":"PAN_SERIF_COVE","features":[14]},{"name":"PAN_SERIF_EXAGGERATED","features":[14]},{"name":"PAN_SERIF_FLARED","features":[14]},{"name":"PAN_SERIF_NORMAL_SANS","features":[14]},{"name":"PAN_SERIF_NO_FIT","features":[14]},{"name":"PAN_SERIF_OBTUSE_COVE","features":[14]},{"name":"PAN_SERIF_OBTUSE_SANS","features":[14]},{"name":"PAN_SERIF_OBTUSE_SQUARE_COVE","features":[14]},{"name":"PAN_SERIF_PERP_SANS","features":[14]},{"name":"PAN_SERIF_ROUNDED","features":[14]},{"name":"PAN_SERIF_SQUARE","features":[14]},{"name":"PAN_SERIF_SQUARE_COVE","features":[14]},{"name":"PAN_SERIF_STYLE","features":[14]},{"name":"PAN_SERIF_THIN","features":[14]},{"name":"PAN_SERIF_TRIANGLE","features":[14]},{"name":"PAN_STRAIGHT_ARMS_DOUBLE_SERIF","features":[14]},{"name":"PAN_STRAIGHT_ARMS_HORZ","features":[14]},{"name":"PAN_STRAIGHT_ARMS_SINGLE_SERIF","features":[14]},{"name":"PAN_STRAIGHT_ARMS_VERT","features":[14]},{"name":"PAN_STRAIGHT_ARMS_WEDGE","features":[14]},{"name":"PAN_STROKEVARIATION_INDEX","features":[14]},{"name":"PAN_STROKE_ANY","features":[14]},{"name":"PAN_STROKE_GRADUAL_DIAG","features":[14]},{"name":"PAN_STROKE_GRADUAL_HORZ","features":[14]},{"name":"PAN_STROKE_GRADUAL_TRAN","features":[14]},{"name":"PAN_STROKE_GRADUAL_VERT","features":[14]},{"name":"PAN_STROKE_INSTANT_VERT","features":[14]},{"name":"PAN_STROKE_NO_FIT","features":[14]},{"name":"PAN_STROKE_RAPID_HORZ","features":[14]},{"name":"PAN_STROKE_RAPID_VERT","features":[14]},{"name":"PAN_STROKE_VARIATION","features":[14]},{"name":"PAN_WEIGHT","features":[14]},{"name":"PAN_WEIGHT_ANY","features":[14]},{"name":"PAN_WEIGHT_BLACK","features":[14]},{"name":"PAN_WEIGHT_BOLD","features":[14]},{"name":"PAN_WEIGHT_BOOK","features":[14]},{"name":"PAN_WEIGHT_DEMI","features":[14]},{"name":"PAN_WEIGHT_HEAVY","features":[14]},{"name":"PAN_WEIGHT_INDEX","features":[14]},{"name":"PAN_WEIGHT_LIGHT","features":[14]},{"name":"PAN_WEIGHT_MEDIUM","features":[14]},{"name":"PAN_WEIGHT_NORD","features":[14]},{"name":"PAN_WEIGHT_NO_FIT","features":[14]},{"name":"PAN_WEIGHT_THIN","features":[14]},{"name":"PAN_WEIGHT_VERY_LIGHT","features":[14]},{"name":"PAN_XHEIGHT","features":[14]},{"name":"PAN_XHEIGHT_ANY","features":[14]},{"name":"PAN_XHEIGHT_CONSTANT_LARGE","features":[14]},{"name":"PAN_XHEIGHT_CONSTANT_SMALL","features":[14]},{"name":"PAN_XHEIGHT_CONSTANT_STD","features":[14]},{"name":"PAN_XHEIGHT_DUCKING_LARGE","features":[14]},{"name":"PAN_XHEIGHT_DUCKING_SMALL","features":[14]},{"name":"PAN_XHEIGHT_DUCKING_STD","features":[14]},{"name":"PAN_XHEIGHT_INDEX","features":[14]},{"name":"PAN_XHEIGHT_NO_FIT","features":[14]},{"name":"PASSTHROUGH","features":[14]},{"name":"PATCOPY","features":[14]},{"name":"PATINVERT","features":[14]},{"name":"PATPAINT","features":[14]},{"name":"PC_EXPLICIT","features":[14]},{"name":"PC_INTERIORS","features":[14]},{"name":"PC_NOCOLLAPSE","features":[14]},{"name":"PC_NONE","features":[14]},{"name":"PC_PATHS","features":[14]},{"name":"PC_POLYGON","features":[14]},{"name":"PC_POLYPOLYGON","features":[14]},{"name":"PC_RECTANGLE","features":[14]},{"name":"PC_RESERVED","features":[14]},{"name":"PC_SCANLINE","features":[14]},{"name":"PC_STYLED","features":[14]},{"name":"PC_TRAPEZOID","features":[14]},{"name":"PC_WIDE","features":[14]},{"name":"PC_WIDESTYLED","features":[14]},{"name":"PC_WINDPOLYGON","features":[14]},{"name":"PDEVICESIZE","features":[14]},{"name":"PELARRAY","features":[14]},{"name":"PEN_STYLE","features":[14]},{"name":"PHYSICALHEIGHT","features":[14]},{"name":"PHYSICALOFFSETX","features":[14]},{"name":"PHYSICALOFFSETY","features":[14]},{"name":"PHYSICALWIDTH","features":[14]},{"name":"PLANES","features":[14]},{"name":"POINTFX","features":[14]},{"name":"POLYFILL_LAST","features":[14]},{"name":"POLYGONALCAPS","features":[14]},{"name":"POLYTEXTA","features":[3,14]},{"name":"POLYTEXTW","features":[3,14]},{"name":"POSTSCRIPT_DATA","features":[14]},{"name":"POSTSCRIPT_IDENTIFY","features":[14]},{"name":"POSTSCRIPT_IGNORE","features":[14]},{"name":"POSTSCRIPT_INJECTION","features":[14]},{"name":"POSTSCRIPT_PASSTHROUGH","features":[14]},{"name":"PRINTRATEUNIT_CPS","features":[14]},{"name":"PRINTRATEUNIT_IPM","features":[14]},{"name":"PRINTRATEUNIT_LPM","features":[14]},{"name":"PRINTRATEUNIT_PPM","features":[14]},{"name":"PROOF_QUALITY","features":[14]},{"name":"PR_JOBSTATUS","features":[14]},{"name":"PSIDENT_GDICENTRIC","features":[14]},{"name":"PSIDENT_PSCENTRIC","features":[14]},{"name":"PSINJECT_DLFONT","features":[14]},{"name":"PSPROTOCOL_ASCII","features":[14]},{"name":"PSPROTOCOL_BCP","features":[14]},{"name":"PSPROTOCOL_BINARY","features":[14]},{"name":"PSPROTOCOL_TBCP","features":[14]},{"name":"PS_ALTERNATE","features":[14]},{"name":"PS_COSMETIC","features":[14]},{"name":"PS_DASH","features":[14]},{"name":"PS_DASHDOT","features":[14]},{"name":"PS_DASHDOTDOT","features":[14]},{"name":"PS_DOT","features":[14]},{"name":"PS_ENDCAP_FLAT","features":[14]},{"name":"PS_ENDCAP_MASK","features":[14]},{"name":"PS_ENDCAP_ROUND","features":[14]},{"name":"PS_ENDCAP_SQUARE","features":[14]},{"name":"PS_GEOMETRIC","features":[14]},{"name":"PS_INSIDEFRAME","features":[14]},{"name":"PS_JOIN_BEVEL","features":[14]},{"name":"PS_JOIN_MASK","features":[14]},{"name":"PS_JOIN_MITER","features":[14]},{"name":"PS_JOIN_ROUND","features":[14]},{"name":"PS_NULL","features":[14]},{"name":"PS_SOLID","features":[14]},{"name":"PS_STYLE_MASK","features":[14]},{"name":"PS_TYPE_MASK","features":[14]},{"name":"PS_USERSTYLE","features":[14]},{"name":"PT_BEZIERTO","features":[14]},{"name":"PT_CLOSEFIGURE","features":[14]},{"name":"PT_LINETO","features":[14]},{"name":"PT_MOVETO","features":[14]},{"name":"PaintDesktop","features":[3,14]},{"name":"PaintRgn","features":[3,14]},{"name":"PatBlt","features":[3,14]},{"name":"PathToRegion","features":[14]},{"name":"Pie","features":[3,14]},{"name":"PlayEnhMetaFile","features":[3,14]},{"name":"PlayEnhMetaFileRecord","features":[3,14]},{"name":"PlayMetaFile","features":[3,14]},{"name":"PlayMetaFileRecord","features":[3,14]},{"name":"PlgBlt","features":[3,14]},{"name":"PolyBezier","features":[3,14]},{"name":"PolyBezierTo","features":[3,14]},{"name":"PolyDraw","features":[3,14]},{"name":"PolyPolygon","features":[3,14]},{"name":"PolyPolyline","features":[3,14]},{"name":"PolyTextOutA","features":[3,14]},{"name":"PolyTextOutW","features":[3,14]},{"name":"Polygon","features":[3,14]},{"name":"Polyline","features":[3,14]},{"name":"PolylineTo","features":[3,14]},{"name":"PtInRect","features":[3,14]},{"name":"PtInRegion","features":[3,14]},{"name":"PtVisible","features":[3,14]},{"name":"QDI_DIBTOSCREEN","features":[14]},{"name":"QDI_GETDIBITS","features":[14]},{"name":"QDI_SETDIBITS","features":[14]},{"name":"QDI_STRETCHDIB","features":[14]},{"name":"QUERYDIBSUPPORT","features":[14]},{"name":"QUERYESCSUPPORT","features":[14]},{"name":"QUERYROPSUPPORT","features":[14]},{"name":"R2_BLACK","features":[14]},{"name":"R2_COPYPEN","features":[14]},{"name":"R2_LAST","features":[14]},{"name":"R2_MASKNOTPEN","features":[14]},{"name":"R2_MASKPEN","features":[14]},{"name":"R2_MASKPENNOT","features":[14]},{"name":"R2_MERGENOTPEN","features":[14]},{"name":"R2_MERGEPEN","features":[14]},{"name":"R2_MERGEPENNOT","features":[14]},{"name":"R2_MODE","features":[14]},{"name":"R2_NOP","features":[14]},{"name":"R2_NOT","features":[14]},{"name":"R2_NOTCOPYPEN","features":[14]},{"name":"R2_NOTMASKPEN","features":[14]},{"name":"R2_NOTMERGEPEN","features":[14]},{"name":"R2_NOTXORPEN","features":[14]},{"name":"R2_WHITE","features":[14]},{"name":"R2_XORPEN","features":[14]},{"name":"RASTERCAPS","features":[14]},{"name":"RASTERIZER_STATUS","features":[14]},{"name":"RASTER_FONTTYPE","features":[14]},{"name":"RC_BANDING","features":[14]},{"name":"RC_BIGFONT","features":[14]},{"name":"RC_BITBLT","features":[14]},{"name":"RC_BITMAP64","features":[14]},{"name":"RC_DEVBITS","features":[14]},{"name":"RC_DIBTODEV","features":[14]},{"name":"RC_DI_BITMAP","features":[14]},{"name":"RC_FLOODFILL","features":[14]},{"name":"RC_GDI20_OUTPUT","features":[14]},{"name":"RC_GDI20_STATE","features":[14]},{"name":"RC_OP_DX_OUTPUT","features":[14]},{"name":"RC_PALETTE","features":[14]},{"name":"RC_SAVEBITMAP","features":[14]},{"name":"RC_SCALING","features":[14]},{"name":"RC_STRETCHBLT","features":[14]},{"name":"RC_STRETCHDIB","features":[14]},{"name":"RDH_RECTANGLES","features":[14]},{"name":"RDW_ALLCHILDREN","features":[14]},{"name":"RDW_ERASE","features":[14]},{"name":"RDW_ERASENOW","features":[14]},{"name":"RDW_FRAME","features":[14]},{"name":"RDW_INTERNALPAINT","features":[14]},{"name":"RDW_INVALIDATE","features":[14]},{"name":"RDW_NOCHILDREN","features":[14]},{"name":"RDW_NOERASE","features":[14]},{"name":"RDW_NOFRAME","features":[14]},{"name":"RDW_NOINTERNALPAINT","features":[14]},{"name":"RDW_UPDATENOW","features":[14]},{"name":"RDW_VALIDATE","features":[14]},{"name":"READEMBEDPROC","features":[14]},{"name":"REDRAW_WINDOW_FLAGS","features":[14]},{"name":"RELATIVE","features":[14]},{"name":"RESTORE_CTM","features":[14]},{"name":"RGBQUAD","features":[14]},{"name":"RGBTRIPLE","features":[14]},{"name":"RGNDATA","features":[3,14]},{"name":"RGNDATAHEADER","features":[3,14]},{"name":"RGN_AND","features":[14]},{"name":"RGN_COMBINE_MODE","features":[14]},{"name":"RGN_COPY","features":[14]},{"name":"RGN_DIFF","features":[14]},{"name":"RGN_ERROR","features":[14]},{"name":"RGN_MAX","features":[14]},{"name":"RGN_MIN","features":[14]},{"name":"RGN_OR","features":[14]},{"name":"RGN_XOR","features":[14]},{"name":"ROP_CODE","features":[14]},{"name":"RUSSIAN_CHARSET","features":[14]},{"name":"RealizePalette","features":[14]},{"name":"RectInRegion","features":[3,14]},{"name":"RectVisible","features":[3,14]},{"name":"Rectangle","features":[3,14]},{"name":"RedrawWindow","features":[3,14]},{"name":"ReleaseDC","features":[3,14]},{"name":"RemoveFontMemResourceEx","features":[3,14]},{"name":"RemoveFontResourceA","features":[3,14]},{"name":"RemoveFontResourceExA","features":[3,14]},{"name":"RemoveFontResourceExW","features":[3,14]},{"name":"RemoveFontResourceW","features":[3,14]},{"name":"ResetDCA","features":[3,14]},{"name":"ResetDCW","features":[3,14]},{"name":"ResizePalette","features":[3,14]},{"name":"RestoreDC","features":[3,14]},{"name":"RoundRect","features":[3,14]},{"name":"SAVE_CTM","features":[14]},{"name":"SB_CONST_ALPHA","features":[14]},{"name":"SB_GRAD_RECT","features":[14]},{"name":"SB_GRAD_TRI","features":[14]},{"name":"SB_NONE","features":[14]},{"name":"SB_PIXEL_ALPHA","features":[14]},{"name":"SB_PREMULT_ALPHA","features":[14]},{"name":"SCALINGFACTORX","features":[14]},{"name":"SCALINGFACTORY","features":[14]},{"name":"SC_SCREENSAVE","features":[14]},{"name":"SELECTDIB","features":[14]},{"name":"SELECTPAPERSOURCE","features":[14]},{"name":"SETABORTPROC","features":[14]},{"name":"SETALLJUSTVALUES","features":[14]},{"name":"SETCHARSET","features":[14]},{"name":"SETCOLORTABLE","features":[14]},{"name":"SETCOPYCOUNT","features":[14]},{"name":"SETDIBSCALING","features":[14]},{"name":"SETICMPROFILE_EMBEDED","features":[14]},{"name":"SETKERNTRACK","features":[14]},{"name":"SETLINECAP","features":[14]},{"name":"SETLINEJOIN","features":[14]},{"name":"SETMITERLIMIT","features":[14]},{"name":"SET_ARC_DIRECTION","features":[14]},{"name":"SET_BACKGROUND_COLOR","features":[14]},{"name":"SET_BOUNDS","features":[14]},{"name":"SET_BOUNDS_RECT_FLAGS","features":[14]},{"name":"SET_CLIP_BOX","features":[14]},{"name":"SET_MIRROR_MODE","features":[14]},{"name":"SET_POLY_MODE","features":[14]},{"name":"SET_SCREEN_ANGLE","features":[14]},{"name":"SET_SPREAD","features":[14]},{"name":"SHADEBLENDCAPS","features":[14]},{"name":"SHIFTJIS_CHARSET","features":[14]},{"name":"SIMPLEREGION","features":[14]},{"name":"SIZEPALETTE","features":[14]},{"name":"SPCLPASSTHROUGH2","features":[14]},{"name":"SP_APPABORT","features":[14]},{"name":"SP_ERROR","features":[14]},{"name":"SP_NOTREPORTED","features":[14]},{"name":"SP_OUTOFDISK","features":[14]},{"name":"SP_OUTOFMEMORY","features":[14]},{"name":"SP_USERABORT","features":[14]},{"name":"SRCAND","features":[14]},{"name":"SRCCOPY","features":[14]},{"name":"SRCERASE","features":[14]},{"name":"SRCINVERT","features":[14]},{"name":"SRCPAINT","features":[14]},{"name":"STARTDOC","features":[14]},{"name":"STOCK_LAST","features":[14]},{"name":"STRETCHBLT","features":[14]},{"name":"STRETCH_ANDSCANS","features":[14]},{"name":"STRETCH_BLT_MODE","features":[14]},{"name":"STRETCH_DELETESCANS","features":[14]},{"name":"STRETCH_HALFTONE","features":[14]},{"name":"STRETCH_ORSCANS","features":[14]},{"name":"SYMBOL_CHARSET","features":[14]},{"name":"SYSPAL_ERROR","features":[14]},{"name":"SYSPAL_NOSTATIC","features":[14]},{"name":"SYSPAL_NOSTATIC256","features":[14]},{"name":"SYSPAL_STATIC","features":[14]},{"name":"SYSRGN","features":[14]},{"name":"SYSTEM_FIXED_FONT","features":[14]},{"name":"SYSTEM_FONT","features":[14]},{"name":"SYSTEM_PALETTE_USE","features":[14]},{"name":"SYS_COLOR_INDEX","features":[14]},{"name":"SaveDC","features":[14]},{"name":"ScaleViewportExtEx","features":[3,14]},{"name":"ScaleWindowExtEx","features":[3,14]},{"name":"ScreenToClient","features":[3,14]},{"name":"SelectClipPath","features":[3,14]},{"name":"SelectClipRgn","features":[14]},{"name":"SelectObject","features":[14]},{"name":"SelectPalette","features":[3,14]},{"name":"SetArcDirection","features":[14]},{"name":"SetBitmapBits","features":[14]},{"name":"SetBitmapDimensionEx","features":[3,14]},{"name":"SetBkColor","features":[3,14]},{"name":"SetBkMode","features":[14]},{"name":"SetBoundsRect","features":[3,14]},{"name":"SetBrushOrgEx","features":[3,14]},{"name":"SetColorAdjustment","features":[3,14]},{"name":"SetDCBrushColor","features":[3,14]},{"name":"SetDCPenColor","features":[3,14]},{"name":"SetDIBColorTable","features":[14]},{"name":"SetDIBits","features":[14]},{"name":"SetDIBitsToDevice","features":[14]},{"name":"SetEnhMetaFileBits","features":[14]},{"name":"SetGraphicsMode","features":[14]},{"name":"SetLayout","features":[14]},{"name":"SetMapMode","features":[14]},{"name":"SetMapperFlags","features":[14]},{"name":"SetMetaFileBitsEx","features":[14]},{"name":"SetMetaRgn","features":[14]},{"name":"SetMiterLimit","features":[3,14]},{"name":"SetPaletteEntries","features":[14]},{"name":"SetPixel","features":[3,14]},{"name":"SetPixelV","features":[3,14]},{"name":"SetPolyFillMode","features":[14]},{"name":"SetROP2","features":[14]},{"name":"SetRect","features":[3,14]},{"name":"SetRectEmpty","features":[3,14]},{"name":"SetRectRgn","features":[3,14]},{"name":"SetStretchBltMode","features":[14]},{"name":"SetSysColors","features":[3,14]},{"name":"SetSystemPaletteUse","features":[14]},{"name":"SetTextAlign","features":[14]},{"name":"SetTextCharacterExtra","features":[14]},{"name":"SetTextColor","features":[3,14]},{"name":"SetTextJustification","features":[3,14]},{"name":"SetViewportExtEx","features":[3,14]},{"name":"SetViewportOrgEx","features":[3,14]},{"name":"SetWindowExtEx","features":[3,14]},{"name":"SetWindowOrgEx","features":[3,14]},{"name":"SetWindowRgn","features":[3,14]},{"name":"SetWorldTransform","features":[3,14]},{"name":"StretchBlt","features":[3,14]},{"name":"StretchDIBits","features":[14]},{"name":"StrokeAndFillPath","features":[3,14]},{"name":"StrokePath","features":[3,14]},{"name":"SubtractRect","features":[3,14]},{"name":"TA_BASELINE","features":[14]},{"name":"TA_BOTTOM","features":[14]},{"name":"TA_CENTER","features":[14]},{"name":"TA_LEFT","features":[14]},{"name":"TA_MASK","features":[14]},{"name":"TA_NOUPDATECP","features":[14]},{"name":"TA_RIGHT","features":[14]},{"name":"TA_RTLREADING","features":[14]},{"name":"TA_TOP","features":[14]},{"name":"TA_UPDATECP","features":[14]},{"name":"TC_CP_STROKE","features":[14]},{"name":"TC_CR_90","features":[14]},{"name":"TC_CR_ANY","features":[14]},{"name":"TC_EA_DOUBLE","features":[14]},{"name":"TC_IA_ABLE","features":[14]},{"name":"TC_OP_CHARACTER","features":[14]},{"name":"TC_OP_STROKE","features":[14]},{"name":"TC_RA_ABLE","features":[14]},{"name":"TC_RESERVED","features":[14]},{"name":"TC_SA_CONTIN","features":[14]},{"name":"TC_SA_DOUBLE","features":[14]},{"name":"TC_SA_INTEGER","features":[14]},{"name":"TC_SCROLLBLT","features":[14]},{"name":"TC_SF_X_YINDEP","features":[14]},{"name":"TC_SO_ABLE","features":[14]},{"name":"TC_UA_ABLE","features":[14]},{"name":"TC_VA_ABLE","features":[14]},{"name":"TECHNOLOGY","features":[14]},{"name":"TEXTCAPS","features":[14]},{"name":"TEXTMETRICA","features":[14]},{"name":"TEXTMETRICW","features":[14]},{"name":"TEXT_ALIGN_OPTIONS","features":[14]},{"name":"THAI_CHARSET","features":[14]},{"name":"TMPF_DEVICE","features":[14]},{"name":"TMPF_FIXED_PITCH","features":[14]},{"name":"TMPF_FLAGS","features":[14]},{"name":"TMPF_TRUETYPE","features":[14]},{"name":"TMPF_VECTOR","features":[14]},{"name":"TRANSFORM_CTM","features":[14]},{"name":"TRANSPARENT","features":[14]},{"name":"TRIVERTEX","features":[14]},{"name":"TRUETYPE_FONTTYPE","features":[14]},{"name":"TTCharToUnicode","features":[14]},{"name":"TTDELETE_DONTREMOVEFONT","features":[14]},{"name":"TTDeleteEmbeddedFont","features":[3,14]},{"name":"TTEMBEDINFO","features":[14]},{"name":"TTEMBED_EMBEDEUDC","features":[14]},{"name":"TTEMBED_EUDCEMBEDDED","features":[14]},{"name":"TTEMBED_FAILIFVARIATIONSIMULATED","features":[14]},{"name":"TTEMBED_FLAGS","features":[14]},{"name":"TTEMBED_RAW","features":[14]},{"name":"TTEMBED_SUBSET","features":[14]},{"name":"TTEMBED_SUBSETCANCEL","features":[14]},{"name":"TTEMBED_TTCOMPRESSED","features":[14]},{"name":"TTEMBED_VARIATIONSIMULATED","features":[14]},{"name":"TTEMBED_WEBOBJECT","features":[14]},{"name":"TTEMBED_XORENCRYPTDATA","features":[14]},{"name":"TTEmbedFont","features":[14]},{"name":"TTEmbedFontEx","features":[14]},{"name":"TTEmbedFontFromFileA","features":[14]},{"name":"TTEnableEmbeddingForFacename","features":[3,14]},{"name":"TTFCFP_APPLE_PLATFORMID","features":[14]},{"name":"TTFCFP_DELTA","features":[14]},{"name":"TTFCFP_DONT_CARE","features":[14]},{"name":"TTFCFP_FLAGS_COMPRESS","features":[14]},{"name":"TTFCFP_FLAGS_GLYPHLIST","features":[14]},{"name":"TTFCFP_FLAGS_SUBSET","features":[14]},{"name":"TTFCFP_FLAGS_TTC","features":[14]},{"name":"TTFCFP_ISO_PLATFORMID","features":[14]},{"name":"TTFCFP_LANG_KEEP_ALL","features":[14]},{"name":"TTFCFP_MS_PLATFORMID","features":[14]},{"name":"TTFCFP_STD_MAC_CHAR_SET","features":[14]},{"name":"TTFCFP_SUBSET","features":[14]},{"name":"TTFCFP_SUBSET1","features":[14]},{"name":"TTFCFP_SYMBOL_CHAR_SET","features":[14]},{"name":"TTFCFP_UNICODE_CHAR_SET","features":[14]},{"name":"TTFCFP_UNICODE_PLATFORMID","features":[14]},{"name":"TTFMFP_DELTA","features":[14]},{"name":"TTFMFP_SUBSET","features":[14]},{"name":"TTFMFP_SUBSET1","features":[14]},{"name":"TTGetEmbeddedFontInfo","features":[14]},{"name":"TTGetEmbeddingType","features":[14]},{"name":"TTGetNewFontName","features":[3,14]},{"name":"TTIsEmbeddingEnabled","features":[3,14]},{"name":"TTIsEmbeddingEnabledForFacename","features":[3,14]},{"name":"TTLOADINFO","features":[14]},{"name":"TTLOAD_EMBEDDED_FONT_STATUS","features":[14]},{"name":"TTLOAD_EUDC_OVERWRITE","features":[14]},{"name":"TTLOAD_EUDC_SET","features":[14]},{"name":"TTLOAD_FONT_IN_SYSSTARTUP","features":[14]},{"name":"TTLOAD_FONT_SUBSETTED","features":[14]},{"name":"TTLOAD_PRIVATE","features":[14]},{"name":"TTLoadEmbeddedFont","features":[3,14]},{"name":"TTPOLYCURVE","features":[14]},{"name":"TTPOLYGONHEADER","features":[14]},{"name":"TTRunValidationTests","features":[14]},{"name":"TTRunValidationTestsEx","features":[14]},{"name":"TTVALIDATIONTESTSPARAMS","features":[14]},{"name":"TTVALIDATIONTESTSPARAMSEX","features":[14]},{"name":"TT_AVAILABLE","features":[14]},{"name":"TT_ENABLED","features":[14]},{"name":"TT_POLYGON_TYPE","features":[14]},{"name":"TT_PRIM_CSPLINE","features":[14]},{"name":"TT_PRIM_LINE","features":[14]},{"name":"TT_PRIM_QSPLINE","features":[14]},{"name":"TURKISH_CHARSET","features":[14]},{"name":"TabbedTextOutA","features":[14]},{"name":"TabbedTextOutW","features":[14]},{"name":"TextOutA","features":[3,14]},{"name":"TextOutW","features":[3,14]},{"name":"TransparentBlt","features":[3,14]},{"name":"UnionRect","features":[3,14]},{"name":"UnrealizeObject","features":[3,14]},{"name":"UpdateColors","features":[3,14]},{"name":"UpdateWindow","features":[3,14]},{"name":"VARIABLE_PITCH","features":[14]},{"name":"VERTRES","features":[14]},{"name":"VERTSIZE","features":[14]},{"name":"VIETNAMESE_CHARSET","features":[14]},{"name":"VREFRESH","features":[14]},{"name":"VTA_BASELINE","features":[14]},{"name":"VTA_BOTTOM","features":[14]},{"name":"VTA_CENTER","features":[14]},{"name":"VTA_LEFT","features":[14]},{"name":"VTA_RIGHT","features":[14]},{"name":"VTA_TOP","features":[14]},{"name":"ValidateRect","features":[3,14]},{"name":"ValidateRgn","features":[3,14]},{"name":"WCRANGE","features":[14]},{"name":"WGLSWAP","features":[14]},{"name":"WGL_FONT_LINES","features":[14]},{"name":"WGL_FONT_POLYGONS","features":[14]},{"name":"WGL_SWAPMULTIPLE_MAX","features":[14]},{"name":"WGL_SWAP_MAIN_PLANE","features":[14]},{"name":"WGL_SWAP_OVERLAY1","features":[14]},{"name":"WGL_SWAP_OVERLAY10","features":[14]},{"name":"WGL_SWAP_OVERLAY11","features":[14]},{"name":"WGL_SWAP_OVERLAY12","features":[14]},{"name":"WGL_SWAP_OVERLAY13","features":[14]},{"name":"WGL_SWAP_OVERLAY14","features":[14]},{"name":"WGL_SWAP_OVERLAY15","features":[14]},{"name":"WGL_SWAP_OVERLAY2","features":[14]},{"name":"WGL_SWAP_OVERLAY3","features":[14]},{"name":"WGL_SWAP_OVERLAY4","features":[14]},{"name":"WGL_SWAP_OVERLAY5","features":[14]},{"name":"WGL_SWAP_OVERLAY6","features":[14]},{"name":"WGL_SWAP_OVERLAY7","features":[14]},{"name":"WGL_SWAP_OVERLAY8","features":[14]},{"name":"WGL_SWAP_OVERLAY9","features":[14]},{"name":"WGL_SWAP_UNDERLAY1","features":[14]},{"name":"WGL_SWAP_UNDERLAY10","features":[14]},{"name":"WGL_SWAP_UNDERLAY11","features":[14]},{"name":"WGL_SWAP_UNDERLAY12","features":[14]},{"name":"WGL_SWAP_UNDERLAY13","features":[14]},{"name":"WGL_SWAP_UNDERLAY14","features":[14]},{"name":"WGL_SWAP_UNDERLAY15","features":[14]},{"name":"WGL_SWAP_UNDERLAY2","features":[14]},{"name":"WGL_SWAP_UNDERLAY3","features":[14]},{"name":"WGL_SWAP_UNDERLAY4","features":[14]},{"name":"WGL_SWAP_UNDERLAY5","features":[14]},{"name":"WGL_SWAP_UNDERLAY6","features":[14]},{"name":"WGL_SWAP_UNDERLAY7","features":[14]},{"name":"WGL_SWAP_UNDERLAY8","features":[14]},{"name":"WGL_SWAP_UNDERLAY9","features":[14]},{"name":"WHITENESS","features":[14]},{"name":"WHITEONBLACK","features":[14]},{"name":"WHITE_BRUSH","features":[14]},{"name":"WHITE_PEN","features":[14]},{"name":"WINDING","features":[14]},{"name":"WRITEEMBEDPROC","features":[14]},{"name":"WidenPath","features":[3,14]},{"name":"WindowFromDC","features":[3,14]},{"name":"XFORM","features":[14]},{"name":"wglSwapMultipleBuffers","features":[14]}],"417":[{"name":"ALPHA_SHIFT","features":[74]},{"name":"Aborted","features":[74]},{"name":"AccessDenied","features":[74]},{"name":"AdjustBlackSaturation","features":[74]},{"name":"AdjustContrast","features":[74]},{"name":"AdjustDensity","features":[74]},{"name":"AdjustExposure","features":[74]},{"name":"AdjustHighlight","features":[74]},{"name":"AdjustMidtone","features":[74]},{"name":"AdjustShadow","features":[74]},{"name":"AdjustWhiteSaturation","features":[74]},{"name":"BLUE_SHIFT","features":[74]},{"name":"Bitmap","features":[74]},{"name":"BitmapData","features":[74]},{"name":"Blur","features":[3,74]},{"name":"BlurEffectGuid","features":[74]},{"name":"BlurParams","features":[3,74]},{"name":"BrightnessContrast","features":[3,74]},{"name":"BrightnessContrastEffectGuid","features":[74]},{"name":"BrightnessContrastParams","features":[74]},{"name":"BrushType","features":[74]},{"name":"BrushTypeHatchFill","features":[74]},{"name":"BrushTypeLinearGradient","features":[74]},{"name":"BrushTypePathGradient","features":[74]},{"name":"BrushTypeSolidColor","features":[74]},{"name":"BrushTypeTextureFill","features":[74]},{"name":"CGpEffect","features":[74]},{"name":"CachedBitmap","features":[74]},{"name":"CharacterRange","features":[74]},{"name":"CodecIImageBytes","features":[74]},{"name":"Color","features":[74]},{"name":"ColorAdjustType","features":[74]},{"name":"ColorAdjustTypeAny","features":[74]},{"name":"ColorAdjustTypeBitmap","features":[74]},{"name":"ColorAdjustTypeBrush","features":[74]},{"name":"ColorAdjustTypeCount","features":[74]},{"name":"ColorAdjustTypeDefault","features":[74]},{"name":"ColorAdjustTypePen","features":[74]},{"name":"ColorAdjustTypeText","features":[74]},{"name":"ColorBalance","features":[3,74]},{"name":"ColorBalanceEffectGuid","features":[74]},{"name":"ColorBalanceParams","features":[74]},{"name":"ColorChannelFlags","features":[74]},{"name":"ColorChannelFlagsC","features":[74]},{"name":"ColorChannelFlagsK","features":[74]},{"name":"ColorChannelFlagsLast","features":[74]},{"name":"ColorChannelFlagsM","features":[74]},{"name":"ColorChannelFlagsY","features":[74]},{"name":"ColorCurve","features":[3,74]},{"name":"ColorCurveEffectGuid","features":[74]},{"name":"ColorCurveParams","features":[74]},{"name":"ColorLUT","features":[3,74]},{"name":"ColorLUTEffectGuid","features":[74]},{"name":"ColorLUTParams","features":[74]},{"name":"ColorMap","features":[74]},{"name":"ColorMatrix","features":[74]},{"name":"ColorMatrixEffect","features":[3,74]},{"name":"ColorMatrixEffectGuid","features":[74]},{"name":"ColorMatrixFlags","features":[74]},{"name":"ColorMatrixFlagsAltGray","features":[74]},{"name":"ColorMatrixFlagsDefault","features":[74]},{"name":"ColorMatrixFlagsSkipGrays","features":[74]},{"name":"ColorMode","features":[74]},{"name":"ColorModeARGB32","features":[74]},{"name":"ColorModeARGB64","features":[74]},{"name":"ColorPalette","features":[74]},{"name":"CombineMode","features":[74]},{"name":"CombineModeComplement","features":[74]},{"name":"CombineModeExclude","features":[74]},{"name":"CombineModeIntersect","features":[74]},{"name":"CombineModeReplace","features":[74]},{"name":"CombineModeUnion","features":[74]},{"name":"CombineModeXor","features":[74]},{"name":"CompositingMode","features":[74]},{"name":"CompositingModeSourceCopy","features":[74]},{"name":"CompositingModeSourceOver","features":[74]},{"name":"CompositingQuality","features":[74]},{"name":"CompositingQualityAssumeLinear","features":[74]},{"name":"CompositingQualityDefault","features":[74]},{"name":"CompositingQualityGammaCorrected","features":[74]},{"name":"CompositingQualityHighQuality","features":[74]},{"name":"CompositingQualityHighSpeed","features":[74]},{"name":"CompositingQualityInvalid","features":[74]},{"name":"ConvertToEmfPlusFlags","features":[74]},{"name":"ConvertToEmfPlusFlagsDefault","features":[74]},{"name":"ConvertToEmfPlusFlagsInvalidRecord","features":[74]},{"name":"ConvertToEmfPlusFlagsRopUsed","features":[74]},{"name":"ConvertToEmfPlusFlagsText","features":[74]},{"name":"CoordinateSpace","features":[74]},{"name":"CoordinateSpaceDevice","features":[74]},{"name":"CoordinateSpacePage","features":[74]},{"name":"CoordinateSpaceWorld","features":[74]},{"name":"CurveAdjustments","features":[74]},{"name":"CurveChannel","features":[74]},{"name":"CurveChannelAll","features":[74]},{"name":"CurveChannelBlue","features":[74]},{"name":"CurveChannelGreen","features":[74]},{"name":"CurveChannelRed","features":[74]},{"name":"CustomLineCap","features":[74]},{"name":"CustomLineCapType","features":[74]},{"name":"CustomLineCapTypeAdjustableArrow","features":[74]},{"name":"CustomLineCapTypeDefault","features":[74]},{"name":"DashCap","features":[74]},{"name":"DashCapFlat","features":[74]},{"name":"DashCapRound","features":[74]},{"name":"DashCapTriangle","features":[74]},{"name":"DashStyle","features":[74]},{"name":"DashStyleCustom","features":[74]},{"name":"DashStyleDash","features":[74]},{"name":"DashStyleDashDot","features":[74]},{"name":"DashStyleDashDotDot","features":[74]},{"name":"DashStyleDot","features":[74]},{"name":"DashStyleSolid","features":[74]},{"name":"DebugEventLevel","features":[74]},{"name":"DebugEventLevelFatal","features":[74]},{"name":"DebugEventLevelWarning","features":[74]},{"name":"DebugEventProc","features":[74]},{"name":"DitherType","features":[74]},{"name":"DitherTypeDualSpiral4x4","features":[74]},{"name":"DitherTypeDualSpiral8x8","features":[74]},{"name":"DitherTypeErrorDiffusion","features":[74]},{"name":"DitherTypeMax","features":[74]},{"name":"DitherTypeNone","features":[74]},{"name":"DitherTypeOrdered16x16","features":[74]},{"name":"DitherTypeOrdered4x4","features":[74]},{"name":"DitherTypeOrdered8x8","features":[74]},{"name":"DitherTypeSolid","features":[74]},{"name":"DitherTypeSpiral4x4","features":[74]},{"name":"DitherTypeSpiral8x8","features":[74]},{"name":"DrawImageAbort","features":[3,74]},{"name":"DriverStringOptions","features":[74]},{"name":"DriverStringOptionsCmapLookup","features":[74]},{"name":"DriverStringOptionsLimitSubpixel","features":[74]},{"name":"DriverStringOptionsRealizedAdvance","features":[74]},{"name":"DriverStringOptionsVertical","features":[74]},{"name":"ENHMETAHEADER3","features":[3,74]},{"name":"Effect","features":[3,74]},{"name":"EmfPlusRecordTotal","features":[74]},{"name":"EmfPlusRecordType","features":[74]},{"name":"EmfPlusRecordTypeBeginContainer","features":[74]},{"name":"EmfPlusRecordTypeBeginContainerNoParams","features":[74]},{"name":"EmfPlusRecordTypeClear","features":[74]},{"name":"EmfPlusRecordTypeComment","features":[74]},{"name":"EmfPlusRecordTypeDrawArc","features":[74]},{"name":"EmfPlusRecordTypeDrawBeziers","features":[74]},{"name":"EmfPlusRecordTypeDrawClosedCurve","features":[74]},{"name":"EmfPlusRecordTypeDrawCurve","features":[74]},{"name":"EmfPlusRecordTypeDrawDriverString","features":[74]},{"name":"EmfPlusRecordTypeDrawEllipse","features":[74]},{"name":"EmfPlusRecordTypeDrawImage","features":[74]},{"name":"EmfPlusRecordTypeDrawImagePoints","features":[74]},{"name":"EmfPlusRecordTypeDrawLines","features":[74]},{"name":"EmfPlusRecordTypeDrawPath","features":[74]},{"name":"EmfPlusRecordTypeDrawPie","features":[74]},{"name":"EmfPlusRecordTypeDrawRects","features":[74]},{"name":"EmfPlusRecordTypeDrawString","features":[74]},{"name":"EmfPlusRecordTypeEndContainer","features":[74]},{"name":"EmfPlusRecordTypeEndOfFile","features":[74]},{"name":"EmfPlusRecordTypeFillClosedCurve","features":[74]},{"name":"EmfPlusRecordTypeFillEllipse","features":[74]},{"name":"EmfPlusRecordTypeFillPath","features":[74]},{"name":"EmfPlusRecordTypeFillPie","features":[74]},{"name":"EmfPlusRecordTypeFillPolygon","features":[74]},{"name":"EmfPlusRecordTypeFillRects","features":[74]},{"name":"EmfPlusRecordTypeFillRegion","features":[74]},{"name":"EmfPlusRecordTypeGetDC","features":[74]},{"name":"EmfPlusRecordTypeHeader","features":[74]},{"name":"EmfPlusRecordTypeInvalid","features":[74]},{"name":"EmfPlusRecordTypeMax","features":[74]},{"name":"EmfPlusRecordTypeMin","features":[74]},{"name":"EmfPlusRecordTypeMultiFormatEnd","features":[74]},{"name":"EmfPlusRecordTypeMultiFormatSection","features":[74]},{"name":"EmfPlusRecordTypeMultiFormatStart","features":[74]},{"name":"EmfPlusRecordTypeMultiplyWorldTransform","features":[74]},{"name":"EmfPlusRecordTypeObject","features":[74]},{"name":"EmfPlusRecordTypeOffsetClip","features":[74]},{"name":"EmfPlusRecordTypeResetClip","features":[74]},{"name":"EmfPlusRecordTypeResetWorldTransform","features":[74]},{"name":"EmfPlusRecordTypeRestore","features":[74]},{"name":"EmfPlusRecordTypeRotateWorldTransform","features":[74]},{"name":"EmfPlusRecordTypeSave","features":[74]},{"name":"EmfPlusRecordTypeScaleWorldTransform","features":[74]},{"name":"EmfPlusRecordTypeSerializableObject","features":[74]},{"name":"EmfPlusRecordTypeSetAntiAliasMode","features":[74]},{"name":"EmfPlusRecordTypeSetClipPath","features":[74]},{"name":"EmfPlusRecordTypeSetClipRect","features":[74]},{"name":"EmfPlusRecordTypeSetClipRegion","features":[74]},{"name":"EmfPlusRecordTypeSetCompositingMode","features":[74]},{"name":"EmfPlusRecordTypeSetCompositingQuality","features":[74]},{"name":"EmfPlusRecordTypeSetInterpolationMode","features":[74]},{"name":"EmfPlusRecordTypeSetPageTransform","features":[74]},{"name":"EmfPlusRecordTypeSetPixelOffsetMode","features":[74]},{"name":"EmfPlusRecordTypeSetRenderingOrigin","features":[74]},{"name":"EmfPlusRecordTypeSetTSClip","features":[74]},{"name":"EmfPlusRecordTypeSetTSGraphics","features":[74]},{"name":"EmfPlusRecordTypeSetTextContrast","features":[74]},{"name":"EmfPlusRecordTypeSetTextRenderingHint","features":[74]},{"name":"EmfPlusRecordTypeSetWorldTransform","features":[74]},{"name":"EmfPlusRecordTypeStrokeFillPath","features":[74]},{"name":"EmfPlusRecordTypeTranslateWorldTransform","features":[74]},{"name":"EmfRecordTypeAbortPath","features":[74]},{"name":"EmfRecordTypeAlphaBlend","features":[74]},{"name":"EmfRecordTypeAngleArc","features":[74]},{"name":"EmfRecordTypeArc","features":[74]},{"name":"EmfRecordTypeArcTo","features":[74]},{"name":"EmfRecordTypeBeginPath","features":[74]},{"name":"EmfRecordTypeBitBlt","features":[74]},{"name":"EmfRecordTypeChord","features":[74]},{"name":"EmfRecordTypeCloseFigure","features":[74]},{"name":"EmfRecordTypeColorCorrectPalette","features":[74]},{"name":"EmfRecordTypeColorMatchToTargetW","features":[74]},{"name":"EmfRecordTypeCreateBrushIndirect","features":[74]},{"name":"EmfRecordTypeCreateColorSpace","features":[74]},{"name":"EmfRecordTypeCreateColorSpaceW","features":[74]},{"name":"EmfRecordTypeCreateDIBPatternBrushPt","features":[74]},{"name":"EmfRecordTypeCreateMonoBrush","features":[74]},{"name":"EmfRecordTypeCreatePalette","features":[74]},{"name":"EmfRecordTypeCreatePen","features":[74]},{"name":"EmfRecordTypeDeleteColorSpace","features":[74]},{"name":"EmfRecordTypeDeleteObject","features":[74]},{"name":"EmfRecordTypeDrawEscape","features":[74]},{"name":"EmfRecordTypeEOF","features":[74]},{"name":"EmfRecordTypeEllipse","features":[74]},{"name":"EmfRecordTypeEndPath","features":[74]},{"name":"EmfRecordTypeExcludeClipRect","features":[74]},{"name":"EmfRecordTypeExtCreateFontIndirect","features":[74]},{"name":"EmfRecordTypeExtCreatePen","features":[74]},{"name":"EmfRecordTypeExtEscape","features":[74]},{"name":"EmfRecordTypeExtFloodFill","features":[74]},{"name":"EmfRecordTypeExtSelectClipRgn","features":[74]},{"name":"EmfRecordTypeExtTextOutA","features":[74]},{"name":"EmfRecordTypeExtTextOutW","features":[74]},{"name":"EmfRecordTypeFillPath","features":[74]},{"name":"EmfRecordTypeFillRgn","features":[74]},{"name":"EmfRecordTypeFlattenPath","features":[74]},{"name":"EmfRecordTypeForceUFIMapping","features":[74]},{"name":"EmfRecordTypeFrameRgn","features":[74]},{"name":"EmfRecordTypeGLSBoundedRecord","features":[74]},{"name":"EmfRecordTypeGLSRecord","features":[74]},{"name":"EmfRecordTypeGdiComment","features":[74]},{"name":"EmfRecordTypeGradientFill","features":[74]},{"name":"EmfRecordTypeHeader","features":[74]},{"name":"EmfRecordTypeIntersectClipRect","features":[74]},{"name":"EmfRecordTypeInvertRgn","features":[74]},{"name":"EmfRecordTypeLineTo","features":[74]},{"name":"EmfRecordTypeMaskBlt","features":[74]},{"name":"EmfRecordTypeMax","features":[74]},{"name":"EmfRecordTypeMin","features":[74]},{"name":"EmfRecordTypeModifyWorldTransform","features":[74]},{"name":"EmfRecordTypeMoveToEx","features":[74]},{"name":"EmfRecordTypeNamedEscape","features":[74]},{"name":"EmfRecordTypeOffsetClipRgn","features":[74]},{"name":"EmfRecordTypePaintRgn","features":[74]},{"name":"EmfRecordTypePie","features":[74]},{"name":"EmfRecordTypePixelFormat","features":[74]},{"name":"EmfRecordTypePlgBlt","features":[74]},{"name":"EmfRecordTypePolyBezier","features":[74]},{"name":"EmfRecordTypePolyBezier16","features":[74]},{"name":"EmfRecordTypePolyBezierTo","features":[74]},{"name":"EmfRecordTypePolyBezierTo16","features":[74]},{"name":"EmfRecordTypePolyDraw","features":[74]},{"name":"EmfRecordTypePolyDraw16","features":[74]},{"name":"EmfRecordTypePolyLineTo","features":[74]},{"name":"EmfRecordTypePolyPolygon","features":[74]},{"name":"EmfRecordTypePolyPolygon16","features":[74]},{"name":"EmfRecordTypePolyPolyline","features":[74]},{"name":"EmfRecordTypePolyPolyline16","features":[74]},{"name":"EmfRecordTypePolyTextOutA","features":[74]},{"name":"EmfRecordTypePolyTextOutW","features":[74]},{"name":"EmfRecordTypePolygon","features":[74]},{"name":"EmfRecordTypePolygon16","features":[74]},{"name":"EmfRecordTypePolyline","features":[74]},{"name":"EmfRecordTypePolyline16","features":[74]},{"name":"EmfRecordTypePolylineTo16","features":[74]},{"name":"EmfRecordTypeRealizePalette","features":[74]},{"name":"EmfRecordTypeRectangle","features":[74]},{"name":"EmfRecordTypeReserved_069","features":[74]},{"name":"EmfRecordTypeReserved_117","features":[74]},{"name":"EmfRecordTypeResizePalette","features":[74]},{"name":"EmfRecordTypeRestoreDC","features":[74]},{"name":"EmfRecordTypeRoundRect","features":[74]},{"name":"EmfRecordTypeSaveDC","features":[74]},{"name":"EmfRecordTypeScaleViewportExtEx","features":[74]},{"name":"EmfRecordTypeScaleWindowExtEx","features":[74]},{"name":"EmfRecordTypeSelectClipPath","features":[74]},{"name":"EmfRecordTypeSelectObject","features":[74]},{"name":"EmfRecordTypeSelectPalette","features":[74]},{"name":"EmfRecordTypeSetArcDirection","features":[74]},{"name":"EmfRecordTypeSetBkColor","features":[74]},{"name":"EmfRecordTypeSetBkMode","features":[74]},{"name":"EmfRecordTypeSetBrushOrgEx","features":[74]},{"name":"EmfRecordTypeSetColorAdjustment","features":[74]},{"name":"EmfRecordTypeSetColorSpace","features":[74]},{"name":"EmfRecordTypeSetDIBitsToDevice","features":[74]},{"name":"EmfRecordTypeSetICMMode","features":[74]},{"name":"EmfRecordTypeSetICMProfileA","features":[74]},{"name":"EmfRecordTypeSetICMProfileW","features":[74]},{"name":"EmfRecordTypeSetLayout","features":[74]},{"name":"EmfRecordTypeSetLinkedUFIs","features":[74]},{"name":"EmfRecordTypeSetMapMode","features":[74]},{"name":"EmfRecordTypeSetMapperFlags","features":[74]},{"name":"EmfRecordTypeSetMetaRgn","features":[74]},{"name":"EmfRecordTypeSetMiterLimit","features":[74]},{"name":"EmfRecordTypeSetPaletteEntries","features":[74]},{"name":"EmfRecordTypeSetPixelV","features":[74]},{"name":"EmfRecordTypeSetPolyFillMode","features":[74]},{"name":"EmfRecordTypeSetROP2","features":[74]},{"name":"EmfRecordTypeSetStretchBltMode","features":[74]},{"name":"EmfRecordTypeSetTextAlign","features":[74]},{"name":"EmfRecordTypeSetTextColor","features":[74]},{"name":"EmfRecordTypeSetTextJustification","features":[74]},{"name":"EmfRecordTypeSetViewportExtEx","features":[74]},{"name":"EmfRecordTypeSetViewportOrgEx","features":[74]},{"name":"EmfRecordTypeSetWindowExtEx","features":[74]},{"name":"EmfRecordTypeSetWindowOrgEx","features":[74]},{"name":"EmfRecordTypeSetWorldTransform","features":[74]},{"name":"EmfRecordTypeSmallTextOut","features":[74]},{"name":"EmfRecordTypeStartDoc","features":[74]},{"name":"EmfRecordTypeStretchBlt","features":[74]},{"name":"EmfRecordTypeStretchDIBits","features":[74]},{"name":"EmfRecordTypeStrokeAndFillPath","features":[74]},{"name":"EmfRecordTypeStrokePath","features":[74]},{"name":"EmfRecordTypeTransparentBlt","features":[74]},{"name":"EmfRecordTypeWidenPath","features":[74]},{"name":"EmfToWmfBitsFlags","features":[74]},{"name":"EmfToWmfBitsFlagsDefault","features":[74]},{"name":"EmfToWmfBitsFlagsEmbedEmf","features":[74]},{"name":"EmfToWmfBitsFlagsIncludePlaceable","features":[74]},{"name":"EmfToWmfBitsFlagsNoXORClip","features":[74]},{"name":"EmfType","features":[74]},{"name":"EmfTypeEmfOnly","features":[74]},{"name":"EmfTypeEmfPlusDual","features":[74]},{"name":"EmfTypeEmfPlusOnly","features":[74]},{"name":"EncoderChrominanceTable","features":[74]},{"name":"EncoderColorDepth","features":[74]},{"name":"EncoderColorSpace","features":[74]},{"name":"EncoderCompression","features":[74]},{"name":"EncoderImageItems","features":[74]},{"name":"EncoderLuminanceTable","features":[74]},{"name":"EncoderParameter","features":[74]},{"name":"EncoderParameterValueType","features":[74]},{"name":"EncoderParameterValueTypeASCII","features":[74]},{"name":"EncoderParameterValueTypeByte","features":[74]},{"name":"EncoderParameterValueTypeLong","features":[74]},{"name":"EncoderParameterValueTypeLongRange","features":[74]},{"name":"EncoderParameterValueTypePointer","features":[74]},{"name":"EncoderParameterValueTypeRational","features":[74]},{"name":"EncoderParameterValueTypeRationalRange","features":[74]},{"name":"EncoderParameterValueTypeShort","features":[74]},{"name":"EncoderParameterValueTypeUndefined","features":[74]},{"name":"EncoderParameters","features":[74]},{"name":"EncoderQuality","features":[74]},{"name":"EncoderRenderMethod","features":[74]},{"name":"EncoderSaveAsCMYK","features":[74]},{"name":"EncoderSaveFlag","features":[74]},{"name":"EncoderScanMethod","features":[74]},{"name":"EncoderTransformation","features":[74]},{"name":"EncoderValue","features":[74]},{"name":"EncoderValueColorTypeCMYK","features":[74]},{"name":"EncoderValueColorTypeGray","features":[74]},{"name":"EncoderValueColorTypeRGB","features":[74]},{"name":"EncoderValueColorTypeYCCK","features":[74]},{"name":"EncoderValueCompressionCCITT3","features":[74]},{"name":"EncoderValueCompressionCCITT4","features":[74]},{"name":"EncoderValueCompressionLZW","features":[74]},{"name":"EncoderValueCompressionNone","features":[74]},{"name":"EncoderValueCompressionRle","features":[74]},{"name":"EncoderValueFlush","features":[74]},{"name":"EncoderValueFrameDimensionPage","features":[74]},{"name":"EncoderValueFrameDimensionResolution","features":[74]},{"name":"EncoderValueFrameDimensionTime","features":[74]},{"name":"EncoderValueLastFrame","features":[74]},{"name":"EncoderValueMultiFrame","features":[74]},{"name":"EncoderValueRenderNonProgressive","features":[74]},{"name":"EncoderValueRenderProgressive","features":[74]},{"name":"EncoderValueScanMethodInterlaced","features":[74]},{"name":"EncoderValueScanMethodNonInterlaced","features":[74]},{"name":"EncoderValueTransformFlipHorizontal","features":[74]},{"name":"EncoderValueTransformFlipVertical","features":[74]},{"name":"EncoderValueTransformRotate180","features":[74]},{"name":"EncoderValueTransformRotate270","features":[74]},{"name":"EncoderValueTransformRotate90","features":[74]},{"name":"EncoderValueVersionGif87","features":[74]},{"name":"EncoderValueVersionGif89","features":[74]},{"name":"EncoderVersion","features":[74]},{"name":"EnumerateMetafileProc","features":[3,74]},{"name":"FileNotFound","features":[74]},{"name":"FillMode","features":[74]},{"name":"FillModeAlternate","features":[74]},{"name":"FillModeWinding","features":[74]},{"name":"FlatnessDefault","features":[74]},{"name":"FlushIntention","features":[74]},{"name":"FlushIntentionFlush","features":[74]},{"name":"FlushIntentionSync","features":[74]},{"name":"Font","features":[74]},{"name":"FontCollection","features":[74]},{"name":"FontFamily","features":[74]},{"name":"FontFamilyNotFound","features":[74]},{"name":"FontStyle","features":[74]},{"name":"FontStyleBold","features":[74]},{"name":"FontStyleBoldItalic","features":[74]},{"name":"FontStyleItalic","features":[74]},{"name":"FontStyleNotFound","features":[74]},{"name":"FontStyleRegular","features":[74]},{"name":"FontStyleStrikeout","features":[74]},{"name":"FontStyleUnderline","features":[74]},{"name":"FormatIDImageInformation","features":[74]},{"name":"FormatIDJpegAppHeaders","features":[74]},{"name":"FrameDimensionPage","features":[74]},{"name":"FrameDimensionResolution","features":[74]},{"name":"FrameDimensionTime","features":[74]},{"name":"GDIP_EMFPLUSFLAGS_DISPLAY","features":[74]},{"name":"GDIP_EMFPLUS_RECORD_BASE","features":[74]},{"name":"GDIP_WMF_RECORD_BASE","features":[74]},{"name":"GREEN_SHIFT","features":[74]},{"name":"GdipAddPathArc","features":[74]},{"name":"GdipAddPathArcI","features":[74]},{"name":"GdipAddPathBezier","features":[74]},{"name":"GdipAddPathBezierI","features":[74]},{"name":"GdipAddPathBeziers","features":[74]},{"name":"GdipAddPathBeziersI","features":[74]},{"name":"GdipAddPathClosedCurve","features":[74]},{"name":"GdipAddPathClosedCurve2","features":[74]},{"name":"GdipAddPathClosedCurve2I","features":[74]},{"name":"GdipAddPathClosedCurveI","features":[74]},{"name":"GdipAddPathCurve","features":[74]},{"name":"GdipAddPathCurve2","features":[74]},{"name":"GdipAddPathCurve2I","features":[74]},{"name":"GdipAddPathCurve3","features":[74]},{"name":"GdipAddPathCurve3I","features":[74]},{"name":"GdipAddPathCurveI","features":[74]},{"name":"GdipAddPathEllipse","features":[74]},{"name":"GdipAddPathEllipseI","features":[74]},{"name":"GdipAddPathLine","features":[74]},{"name":"GdipAddPathLine2","features":[74]},{"name":"GdipAddPathLine2I","features":[74]},{"name":"GdipAddPathLineI","features":[74]},{"name":"GdipAddPathPath","features":[3,74]},{"name":"GdipAddPathPie","features":[74]},{"name":"GdipAddPathPieI","features":[74]},{"name":"GdipAddPathPolygon","features":[74]},{"name":"GdipAddPathPolygonI","features":[74]},{"name":"GdipAddPathRectangle","features":[74]},{"name":"GdipAddPathRectangleI","features":[74]},{"name":"GdipAddPathRectangles","features":[74]},{"name":"GdipAddPathRectanglesI","features":[74]},{"name":"GdipAddPathString","features":[74]},{"name":"GdipAddPathStringI","features":[74]},{"name":"GdipAlloc","features":[74]},{"name":"GdipBeginContainer","features":[74]},{"name":"GdipBeginContainer2","features":[74]},{"name":"GdipBeginContainerI","features":[74]},{"name":"GdipBitmapApplyEffect","features":[3,74]},{"name":"GdipBitmapConvertFormat","features":[74]},{"name":"GdipBitmapCreateApplyEffect","features":[3,74]},{"name":"GdipBitmapGetHistogram","features":[74]},{"name":"GdipBitmapGetHistogramSize","features":[74]},{"name":"GdipBitmapGetPixel","features":[74]},{"name":"GdipBitmapLockBits","features":[74]},{"name":"GdipBitmapSetPixel","features":[74]},{"name":"GdipBitmapSetResolution","features":[74]},{"name":"GdipBitmapUnlockBits","features":[74]},{"name":"GdipClearPathMarkers","features":[74]},{"name":"GdipCloneBitmapArea","features":[74]},{"name":"GdipCloneBitmapAreaI","features":[74]},{"name":"GdipCloneBrush","features":[74]},{"name":"GdipCloneCustomLineCap","features":[74]},{"name":"GdipCloneFont","features":[74]},{"name":"GdipCloneFontFamily","features":[74]},{"name":"GdipCloneImage","features":[74]},{"name":"GdipCloneImageAttributes","features":[74]},{"name":"GdipCloneMatrix","features":[74]},{"name":"GdipClonePath","features":[74]},{"name":"GdipClonePen","features":[74]},{"name":"GdipCloneRegion","features":[74]},{"name":"GdipCloneStringFormat","features":[74]},{"name":"GdipClosePathFigure","features":[74]},{"name":"GdipClosePathFigures","features":[74]},{"name":"GdipCombineRegionPath","features":[74]},{"name":"GdipCombineRegionRect","features":[74]},{"name":"GdipCombineRegionRectI","features":[74]},{"name":"GdipCombineRegionRegion","features":[74]},{"name":"GdipComment","features":[74]},{"name":"GdipConvertToEmfPlus","features":[74]},{"name":"GdipConvertToEmfPlusToFile","features":[74]},{"name":"GdipConvertToEmfPlusToStream","features":[74]},{"name":"GdipCreateAdjustableArrowCap","features":[3,74]},{"name":"GdipCreateBitmapFromDirectDrawSurface","features":[74]},{"name":"GdipCreateBitmapFromFile","features":[74]},{"name":"GdipCreateBitmapFromFileICM","features":[74]},{"name":"GdipCreateBitmapFromGdiDib","features":[14,74]},{"name":"GdipCreateBitmapFromGraphics","features":[74]},{"name":"GdipCreateBitmapFromHBITMAP","features":[14,74]},{"name":"GdipCreateBitmapFromHICON","features":[74,52]},{"name":"GdipCreateBitmapFromResource","features":[3,74]},{"name":"GdipCreateBitmapFromScan0","features":[74]},{"name":"GdipCreateBitmapFromStream","features":[74]},{"name":"GdipCreateBitmapFromStreamICM","features":[74]},{"name":"GdipCreateCachedBitmap","features":[74]},{"name":"GdipCreateCustomLineCap","features":[74]},{"name":"GdipCreateEffect","features":[74]},{"name":"GdipCreateFont","features":[74]},{"name":"GdipCreateFontFamilyFromName","features":[74]},{"name":"GdipCreateFontFromDC","features":[14,74]},{"name":"GdipCreateFontFromLogfontA","features":[14,74]},{"name":"GdipCreateFontFromLogfontW","features":[14,74]},{"name":"GdipCreateFromHDC","features":[14,74]},{"name":"GdipCreateFromHDC2","features":[3,14,74]},{"name":"GdipCreateFromHWND","features":[3,74]},{"name":"GdipCreateFromHWNDICM","features":[3,74]},{"name":"GdipCreateHBITMAPFromBitmap","features":[14,74]},{"name":"GdipCreateHICONFromBitmap","features":[74,52]},{"name":"GdipCreateHalftonePalette","features":[14,74]},{"name":"GdipCreateHatchBrush","features":[74]},{"name":"GdipCreateImageAttributes","features":[74]},{"name":"GdipCreateLineBrush","features":[74]},{"name":"GdipCreateLineBrushFromRect","features":[74]},{"name":"GdipCreateLineBrushFromRectI","features":[74]},{"name":"GdipCreateLineBrushFromRectWithAngle","features":[3,74]},{"name":"GdipCreateLineBrushFromRectWithAngleI","features":[3,74]},{"name":"GdipCreateLineBrushI","features":[74]},{"name":"GdipCreateMatrix","features":[74]},{"name":"GdipCreateMatrix2","features":[74]},{"name":"GdipCreateMatrix3","features":[74]},{"name":"GdipCreateMatrix3I","features":[74]},{"name":"GdipCreateMetafileFromEmf","features":[3,14,74]},{"name":"GdipCreateMetafileFromFile","features":[74]},{"name":"GdipCreateMetafileFromStream","features":[74]},{"name":"GdipCreateMetafileFromWmf","features":[3,14,74]},{"name":"GdipCreateMetafileFromWmfFile","features":[74]},{"name":"GdipCreatePath","features":[74]},{"name":"GdipCreatePath2","features":[74]},{"name":"GdipCreatePath2I","features":[74]},{"name":"GdipCreatePathGradient","features":[74]},{"name":"GdipCreatePathGradientFromPath","features":[74]},{"name":"GdipCreatePathGradientI","features":[74]},{"name":"GdipCreatePathIter","features":[74]},{"name":"GdipCreatePen1","features":[74]},{"name":"GdipCreatePen2","features":[74]},{"name":"GdipCreateRegion","features":[74]},{"name":"GdipCreateRegionHrgn","features":[14,74]},{"name":"GdipCreateRegionPath","features":[74]},{"name":"GdipCreateRegionRect","features":[74]},{"name":"GdipCreateRegionRectI","features":[74]},{"name":"GdipCreateRegionRgnData","features":[74]},{"name":"GdipCreateSolidFill","features":[74]},{"name":"GdipCreateStreamOnFile","features":[74]},{"name":"GdipCreateStringFormat","features":[74]},{"name":"GdipCreateTexture","features":[74]},{"name":"GdipCreateTexture2","features":[74]},{"name":"GdipCreateTexture2I","features":[74]},{"name":"GdipCreateTextureIA","features":[74]},{"name":"GdipCreateTextureIAI","features":[74]},{"name":"GdipDeleteBrush","features":[74]},{"name":"GdipDeleteCachedBitmap","features":[74]},{"name":"GdipDeleteCustomLineCap","features":[74]},{"name":"GdipDeleteEffect","features":[74]},{"name":"GdipDeleteFont","features":[74]},{"name":"GdipDeleteFontFamily","features":[74]},{"name":"GdipDeleteGraphics","features":[74]},{"name":"GdipDeleteMatrix","features":[74]},{"name":"GdipDeletePath","features":[74]},{"name":"GdipDeletePathIter","features":[74]},{"name":"GdipDeletePen","features":[74]},{"name":"GdipDeletePrivateFontCollection","features":[74]},{"name":"GdipDeleteRegion","features":[74]},{"name":"GdipDeleteStringFormat","features":[74]},{"name":"GdipDisposeImage","features":[74]},{"name":"GdipDisposeImageAttributes","features":[74]},{"name":"GdipDrawArc","features":[74]},{"name":"GdipDrawArcI","features":[74]},{"name":"GdipDrawBezier","features":[74]},{"name":"GdipDrawBezierI","features":[74]},{"name":"GdipDrawBeziers","features":[74]},{"name":"GdipDrawBeziersI","features":[74]},{"name":"GdipDrawCachedBitmap","features":[74]},{"name":"GdipDrawClosedCurve","features":[74]},{"name":"GdipDrawClosedCurve2","features":[74]},{"name":"GdipDrawClosedCurve2I","features":[74]},{"name":"GdipDrawClosedCurveI","features":[74]},{"name":"GdipDrawCurve","features":[74]},{"name":"GdipDrawCurve2","features":[74]},{"name":"GdipDrawCurve2I","features":[74]},{"name":"GdipDrawCurve3","features":[74]},{"name":"GdipDrawCurve3I","features":[74]},{"name":"GdipDrawCurveI","features":[74]},{"name":"GdipDrawDriverString","features":[74]},{"name":"GdipDrawEllipse","features":[74]},{"name":"GdipDrawEllipseI","features":[74]},{"name":"GdipDrawImage","features":[74]},{"name":"GdipDrawImageFX","features":[74]},{"name":"GdipDrawImageI","features":[74]},{"name":"GdipDrawImagePointRect","features":[74]},{"name":"GdipDrawImagePointRectI","features":[74]},{"name":"GdipDrawImagePoints","features":[74]},{"name":"GdipDrawImagePointsI","features":[74]},{"name":"GdipDrawImagePointsRect","features":[74]},{"name":"GdipDrawImagePointsRectI","features":[74]},{"name":"GdipDrawImageRect","features":[74]},{"name":"GdipDrawImageRectI","features":[74]},{"name":"GdipDrawImageRectRect","features":[74]},{"name":"GdipDrawImageRectRectI","features":[74]},{"name":"GdipDrawLine","features":[74]},{"name":"GdipDrawLineI","features":[74]},{"name":"GdipDrawLines","features":[74]},{"name":"GdipDrawLinesI","features":[74]},{"name":"GdipDrawPath","features":[74]},{"name":"GdipDrawPie","features":[74]},{"name":"GdipDrawPieI","features":[74]},{"name":"GdipDrawPolygon","features":[74]},{"name":"GdipDrawPolygonI","features":[74]},{"name":"GdipDrawRectangle","features":[74]},{"name":"GdipDrawRectangleI","features":[74]},{"name":"GdipDrawRectangles","features":[74]},{"name":"GdipDrawRectanglesI","features":[74]},{"name":"GdipDrawString","features":[74]},{"name":"GdipEmfToWmfBits","features":[14,74]},{"name":"GdipEndContainer","features":[74]},{"name":"GdipEnumerateMetafileDestPoint","features":[74]},{"name":"GdipEnumerateMetafileDestPointI","features":[74]},{"name":"GdipEnumerateMetafileDestPoints","features":[74]},{"name":"GdipEnumerateMetafileDestPointsI","features":[74]},{"name":"GdipEnumerateMetafileDestRect","features":[74]},{"name":"GdipEnumerateMetafileDestRectI","features":[74]},{"name":"GdipEnumerateMetafileSrcRectDestPoint","features":[74]},{"name":"GdipEnumerateMetafileSrcRectDestPointI","features":[74]},{"name":"GdipEnumerateMetafileSrcRectDestPoints","features":[74]},{"name":"GdipEnumerateMetafileSrcRectDestPointsI","features":[74]},{"name":"GdipEnumerateMetafileSrcRectDestRect","features":[74]},{"name":"GdipEnumerateMetafileSrcRectDestRectI","features":[74]},{"name":"GdipFillClosedCurve","features":[74]},{"name":"GdipFillClosedCurve2","features":[74]},{"name":"GdipFillClosedCurve2I","features":[74]},{"name":"GdipFillClosedCurveI","features":[74]},{"name":"GdipFillEllipse","features":[74]},{"name":"GdipFillEllipseI","features":[74]},{"name":"GdipFillPath","features":[74]},{"name":"GdipFillPie","features":[74]},{"name":"GdipFillPieI","features":[74]},{"name":"GdipFillPolygon","features":[74]},{"name":"GdipFillPolygon2","features":[74]},{"name":"GdipFillPolygon2I","features":[74]},{"name":"GdipFillPolygonI","features":[74]},{"name":"GdipFillRectangle","features":[74]},{"name":"GdipFillRectangleI","features":[74]},{"name":"GdipFillRectangles","features":[74]},{"name":"GdipFillRectanglesI","features":[74]},{"name":"GdipFillRegion","features":[74]},{"name":"GdipFindFirstImageItem","features":[74]},{"name":"GdipFindNextImageItem","features":[74]},{"name":"GdipFlattenPath","features":[74]},{"name":"GdipFlush","features":[74]},{"name":"GdipFree","features":[74]},{"name":"GdipGetAdjustableArrowCapFillState","features":[3,74]},{"name":"GdipGetAdjustableArrowCapHeight","features":[74]},{"name":"GdipGetAdjustableArrowCapMiddleInset","features":[74]},{"name":"GdipGetAdjustableArrowCapWidth","features":[74]},{"name":"GdipGetAllPropertyItems","features":[74]},{"name":"GdipGetBrushType","features":[74]},{"name":"GdipGetCellAscent","features":[74]},{"name":"GdipGetCellDescent","features":[74]},{"name":"GdipGetClip","features":[74]},{"name":"GdipGetClipBounds","features":[74]},{"name":"GdipGetClipBoundsI","features":[74]},{"name":"GdipGetCompositingMode","features":[74]},{"name":"GdipGetCompositingQuality","features":[74]},{"name":"GdipGetCustomLineCapBaseCap","features":[74]},{"name":"GdipGetCustomLineCapBaseInset","features":[74]},{"name":"GdipGetCustomLineCapStrokeCaps","features":[74]},{"name":"GdipGetCustomLineCapStrokeJoin","features":[74]},{"name":"GdipGetCustomLineCapType","features":[74]},{"name":"GdipGetCustomLineCapWidthScale","features":[74]},{"name":"GdipGetDC","features":[14,74]},{"name":"GdipGetDpiX","features":[74]},{"name":"GdipGetDpiY","features":[74]},{"name":"GdipGetEffectParameterSize","features":[74]},{"name":"GdipGetEffectParameters","features":[74]},{"name":"GdipGetEmHeight","features":[74]},{"name":"GdipGetEncoderParameterList","features":[74]},{"name":"GdipGetEncoderParameterListSize","features":[74]},{"name":"GdipGetFamily","features":[74]},{"name":"GdipGetFamilyName","features":[74]},{"name":"GdipGetFontCollectionFamilyCount","features":[74]},{"name":"GdipGetFontCollectionFamilyList","features":[74]},{"name":"GdipGetFontHeight","features":[74]},{"name":"GdipGetFontHeightGivenDPI","features":[74]},{"name":"GdipGetFontSize","features":[74]},{"name":"GdipGetFontStyle","features":[74]},{"name":"GdipGetFontUnit","features":[74]},{"name":"GdipGetGenericFontFamilyMonospace","features":[74]},{"name":"GdipGetGenericFontFamilySansSerif","features":[74]},{"name":"GdipGetGenericFontFamilySerif","features":[74]},{"name":"GdipGetHatchBackgroundColor","features":[74]},{"name":"GdipGetHatchForegroundColor","features":[74]},{"name":"GdipGetHatchStyle","features":[74]},{"name":"GdipGetHemfFromMetafile","features":[14,74]},{"name":"GdipGetImageAttributesAdjustedPalette","features":[74]},{"name":"GdipGetImageBounds","features":[74]},{"name":"GdipGetImageDecoders","features":[74]},{"name":"GdipGetImageDecodersSize","features":[74]},{"name":"GdipGetImageDimension","features":[74]},{"name":"GdipGetImageEncoders","features":[74]},{"name":"GdipGetImageEncodersSize","features":[74]},{"name":"GdipGetImageFlags","features":[74]},{"name":"GdipGetImageGraphicsContext","features":[74]},{"name":"GdipGetImageHeight","features":[74]},{"name":"GdipGetImageHorizontalResolution","features":[74]},{"name":"GdipGetImageItemData","features":[74]},{"name":"GdipGetImagePalette","features":[74]},{"name":"GdipGetImagePaletteSize","features":[74]},{"name":"GdipGetImagePixelFormat","features":[74]},{"name":"GdipGetImageRawFormat","features":[74]},{"name":"GdipGetImageThumbnail","features":[74]},{"name":"GdipGetImageType","features":[74]},{"name":"GdipGetImageVerticalResolution","features":[74]},{"name":"GdipGetImageWidth","features":[74]},{"name":"GdipGetInterpolationMode","features":[74]},{"name":"GdipGetLineBlend","features":[74]},{"name":"GdipGetLineBlendCount","features":[74]},{"name":"GdipGetLineColors","features":[74]},{"name":"GdipGetLineGammaCorrection","features":[3,74]},{"name":"GdipGetLinePresetBlend","features":[74]},{"name":"GdipGetLinePresetBlendCount","features":[74]},{"name":"GdipGetLineRect","features":[74]},{"name":"GdipGetLineRectI","features":[74]},{"name":"GdipGetLineSpacing","features":[74]},{"name":"GdipGetLineTransform","features":[74]},{"name":"GdipGetLineWrapMode","features":[74]},{"name":"GdipGetLogFontA","features":[14,74]},{"name":"GdipGetLogFontW","features":[14,74]},{"name":"GdipGetMatrixElements","features":[74]},{"name":"GdipGetMetafileDownLevelRasterizationLimit","features":[74]},{"name":"GdipGetMetafileHeaderFromEmf","features":[3,14,74]},{"name":"GdipGetMetafileHeaderFromFile","features":[3,14,74]},{"name":"GdipGetMetafileHeaderFromMetafile","features":[3,14,74]},{"name":"GdipGetMetafileHeaderFromStream","features":[3,14,74]},{"name":"GdipGetMetafileHeaderFromWmf","features":[3,14,74]},{"name":"GdipGetNearestColor","features":[74]},{"name":"GdipGetPageScale","features":[74]},{"name":"GdipGetPageUnit","features":[74]},{"name":"GdipGetPathData","features":[74]},{"name":"GdipGetPathFillMode","features":[74]},{"name":"GdipGetPathGradientBlend","features":[74]},{"name":"GdipGetPathGradientBlendCount","features":[74]},{"name":"GdipGetPathGradientCenterColor","features":[74]},{"name":"GdipGetPathGradientCenterPoint","features":[74]},{"name":"GdipGetPathGradientCenterPointI","features":[74]},{"name":"GdipGetPathGradientFocusScales","features":[74]},{"name":"GdipGetPathGradientGammaCorrection","features":[3,74]},{"name":"GdipGetPathGradientPath","features":[74]},{"name":"GdipGetPathGradientPointCount","features":[74]},{"name":"GdipGetPathGradientPresetBlend","features":[74]},{"name":"GdipGetPathGradientPresetBlendCount","features":[74]},{"name":"GdipGetPathGradientRect","features":[74]},{"name":"GdipGetPathGradientRectI","features":[74]},{"name":"GdipGetPathGradientSurroundColorCount","features":[74]},{"name":"GdipGetPathGradientSurroundColorsWithCount","features":[74]},{"name":"GdipGetPathGradientTransform","features":[74]},{"name":"GdipGetPathGradientWrapMode","features":[74]},{"name":"GdipGetPathLastPoint","features":[74]},{"name":"GdipGetPathPoints","features":[74]},{"name":"GdipGetPathPointsI","features":[74]},{"name":"GdipGetPathTypes","features":[74]},{"name":"GdipGetPathWorldBounds","features":[74]},{"name":"GdipGetPathWorldBoundsI","features":[74]},{"name":"GdipGetPenBrushFill","features":[74]},{"name":"GdipGetPenColor","features":[74]},{"name":"GdipGetPenCompoundArray","features":[74]},{"name":"GdipGetPenCompoundCount","features":[74]},{"name":"GdipGetPenCustomEndCap","features":[74]},{"name":"GdipGetPenCustomStartCap","features":[74]},{"name":"GdipGetPenDashArray","features":[74]},{"name":"GdipGetPenDashCap197819","features":[74]},{"name":"GdipGetPenDashCount","features":[74]},{"name":"GdipGetPenDashOffset","features":[74]},{"name":"GdipGetPenDashStyle","features":[74]},{"name":"GdipGetPenEndCap","features":[74]},{"name":"GdipGetPenFillType","features":[74]},{"name":"GdipGetPenLineJoin","features":[74]},{"name":"GdipGetPenMiterLimit","features":[74]},{"name":"GdipGetPenMode","features":[74]},{"name":"GdipGetPenStartCap","features":[74]},{"name":"GdipGetPenTransform","features":[74]},{"name":"GdipGetPenUnit","features":[74]},{"name":"GdipGetPenWidth","features":[74]},{"name":"GdipGetPixelOffsetMode","features":[74]},{"name":"GdipGetPointCount","features":[74]},{"name":"GdipGetPropertyCount","features":[74]},{"name":"GdipGetPropertyIdList","features":[74]},{"name":"GdipGetPropertyItem","features":[74]},{"name":"GdipGetPropertyItemSize","features":[74]},{"name":"GdipGetPropertySize","features":[74]},{"name":"GdipGetRegionBounds","features":[74]},{"name":"GdipGetRegionBoundsI","features":[74]},{"name":"GdipGetRegionData","features":[74]},{"name":"GdipGetRegionDataSize","features":[74]},{"name":"GdipGetRegionHRgn","features":[14,74]},{"name":"GdipGetRegionScans","features":[74]},{"name":"GdipGetRegionScansCount","features":[74]},{"name":"GdipGetRegionScansI","features":[74]},{"name":"GdipGetRenderingOrigin","features":[74]},{"name":"GdipGetSmoothingMode","features":[74]},{"name":"GdipGetSolidFillColor","features":[74]},{"name":"GdipGetStringFormatAlign","features":[74]},{"name":"GdipGetStringFormatDigitSubstitution","features":[74]},{"name":"GdipGetStringFormatFlags","features":[74]},{"name":"GdipGetStringFormatHotkeyPrefix","features":[74]},{"name":"GdipGetStringFormatLineAlign","features":[74]},{"name":"GdipGetStringFormatMeasurableCharacterRangeCount","features":[74]},{"name":"GdipGetStringFormatTabStopCount","features":[74]},{"name":"GdipGetStringFormatTabStops","features":[74]},{"name":"GdipGetStringFormatTrimming","features":[74]},{"name":"GdipGetTextContrast","features":[74]},{"name":"GdipGetTextRenderingHint","features":[74]},{"name":"GdipGetTextureImage","features":[74]},{"name":"GdipGetTextureTransform","features":[74]},{"name":"GdipGetTextureWrapMode","features":[74]},{"name":"GdipGetVisibleClipBounds","features":[74]},{"name":"GdipGetVisibleClipBoundsI","features":[74]},{"name":"GdipGetWorldTransform","features":[74]},{"name":"GdipGraphicsClear","features":[74]},{"name":"GdipGraphicsSetAbort","features":[74]},{"name":"GdipImageForceValidation","features":[74]},{"name":"GdipImageGetFrameCount","features":[74]},{"name":"GdipImageGetFrameDimensionsCount","features":[74]},{"name":"GdipImageGetFrameDimensionsList","features":[74]},{"name":"GdipImageRotateFlip","features":[74]},{"name":"GdipImageSelectActiveFrame","features":[74]},{"name":"GdipImageSetAbort","features":[74]},{"name":"GdipInitializePalette","features":[3,74]},{"name":"GdipInvertMatrix","features":[74]},{"name":"GdipIsClipEmpty","features":[3,74]},{"name":"GdipIsEmptyRegion","features":[3,74]},{"name":"GdipIsEqualRegion","features":[3,74]},{"name":"GdipIsInfiniteRegion","features":[3,74]},{"name":"GdipIsMatrixEqual","features":[3,74]},{"name":"GdipIsMatrixIdentity","features":[3,74]},{"name":"GdipIsMatrixInvertible","features":[3,74]},{"name":"GdipIsOutlineVisiblePathPoint","features":[3,74]},{"name":"GdipIsOutlineVisiblePathPointI","features":[3,74]},{"name":"GdipIsStyleAvailable","features":[3,74]},{"name":"GdipIsVisibleClipEmpty","features":[3,74]},{"name":"GdipIsVisiblePathPoint","features":[3,74]},{"name":"GdipIsVisiblePathPointI","features":[3,74]},{"name":"GdipIsVisiblePoint","features":[3,74]},{"name":"GdipIsVisiblePointI","features":[3,74]},{"name":"GdipIsVisibleRect","features":[3,74]},{"name":"GdipIsVisibleRectI","features":[3,74]},{"name":"GdipIsVisibleRegionPoint","features":[3,74]},{"name":"GdipIsVisibleRegionPointI","features":[3,74]},{"name":"GdipIsVisibleRegionRect","features":[3,74]},{"name":"GdipIsVisibleRegionRectI","features":[3,74]},{"name":"GdipLoadImageFromFile","features":[74]},{"name":"GdipLoadImageFromFileICM","features":[74]},{"name":"GdipLoadImageFromStream","features":[74]},{"name":"GdipLoadImageFromStreamICM","features":[74]},{"name":"GdipMeasureCharacterRanges","features":[74]},{"name":"GdipMeasureDriverString","features":[74]},{"name":"GdipMeasureString","features":[74]},{"name":"GdipMultiplyLineTransform","features":[74]},{"name":"GdipMultiplyMatrix","features":[74]},{"name":"GdipMultiplyPathGradientTransform","features":[74]},{"name":"GdipMultiplyPenTransform","features":[74]},{"name":"GdipMultiplyTextureTransform","features":[74]},{"name":"GdipMultiplyWorldTransform","features":[74]},{"name":"GdipNewInstalledFontCollection","features":[74]},{"name":"GdipNewPrivateFontCollection","features":[74]},{"name":"GdipPathIterCopyData","features":[74]},{"name":"GdipPathIterEnumerate","features":[74]},{"name":"GdipPathIterGetCount","features":[74]},{"name":"GdipPathIterGetSubpathCount","features":[74]},{"name":"GdipPathIterHasCurve","features":[3,74]},{"name":"GdipPathIterIsValid","features":[3,74]},{"name":"GdipPathIterNextMarker","features":[74]},{"name":"GdipPathIterNextMarkerPath","features":[74]},{"name":"GdipPathIterNextPathType","features":[74]},{"name":"GdipPathIterNextSubpath","features":[3,74]},{"name":"GdipPathIterNextSubpathPath","features":[3,74]},{"name":"GdipPathIterRewind","features":[74]},{"name":"GdipPlayMetafileRecord","features":[74]},{"name":"GdipPrivateAddFontFile","features":[74]},{"name":"GdipPrivateAddMemoryFont","features":[74]},{"name":"GdipRecordMetafile","features":[14,74]},{"name":"GdipRecordMetafileFileName","features":[14,74]},{"name":"GdipRecordMetafileFileNameI","features":[14,74]},{"name":"GdipRecordMetafileI","features":[14,74]},{"name":"GdipRecordMetafileStream","features":[14,74]},{"name":"GdipRecordMetafileStreamI","features":[14,74]},{"name":"GdipReleaseDC","features":[14,74]},{"name":"GdipRemovePropertyItem","features":[74]},{"name":"GdipResetClip","features":[74]},{"name":"GdipResetImageAttributes","features":[74]},{"name":"GdipResetLineTransform","features":[74]},{"name":"GdipResetPageTransform","features":[74]},{"name":"GdipResetPath","features":[74]},{"name":"GdipResetPathGradientTransform","features":[74]},{"name":"GdipResetPenTransform","features":[74]},{"name":"GdipResetTextureTransform","features":[74]},{"name":"GdipResetWorldTransform","features":[74]},{"name":"GdipRestoreGraphics","features":[74]},{"name":"GdipReversePath","features":[74]},{"name":"GdipRotateLineTransform","features":[74]},{"name":"GdipRotateMatrix","features":[74]},{"name":"GdipRotatePathGradientTransform","features":[74]},{"name":"GdipRotatePenTransform","features":[74]},{"name":"GdipRotateTextureTransform","features":[74]},{"name":"GdipRotateWorldTransform","features":[74]},{"name":"GdipSaveAdd","features":[74]},{"name":"GdipSaveAddImage","features":[74]},{"name":"GdipSaveGraphics","features":[74]},{"name":"GdipSaveImageToFile","features":[74]},{"name":"GdipSaveImageToStream","features":[74]},{"name":"GdipScaleLineTransform","features":[74]},{"name":"GdipScaleMatrix","features":[74]},{"name":"GdipScalePathGradientTransform","features":[74]},{"name":"GdipScalePenTransform","features":[74]},{"name":"GdipScaleTextureTransform","features":[74]},{"name":"GdipScaleWorldTransform","features":[74]},{"name":"GdipSetAdjustableArrowCapFillState","features":[3,74]},{"name":"GdipSetAdjustableArrowCapHeight","features":[74]},{"name":"GdipSetAdjustableArrowCapMiddleInset","features":[74]},{"name":"GdipSetAdjustableArrowCapWidth","features":[74]},{"name":"GdipSetClipGraphics","features":[74]},{"name":"GdipSetClipHrgn","features":[14,74]},{"name":"GdipSetClipPath","features":[74]},{"name":"GdipSetClipRect","features":[74]},{"name":"GdipSetClipRectI","features":[74]},{"name":"GdipSetClipRegion","features":[74]},{"name":"GdipSetCompositingMode","features":[74]},{"name":"GdipSetCompositingQuality","features":[74]},{"name":"GdipSetCustomLineCapBaseCap","features":[74]},{"name":"GdipSetCustomLineCapBaseInset","features":[74]},{"name":"GdipSetCustomLineCapStrokeCaps","features":[74]},{"name":"GdipSetCustomLineCapStrokeJoin","features":[74]},{"name":"GdipSetCustomLineCapWidthScale","features":[74]},{"name":"GdipSetEffectParameters","features":[74]},{"name":"GdipSetEmpty","features":[74]},{"name":"GdipSetImageAttributesCachedBackground","features":[3,74]},{"name":"GdipSetImageAttributesColorKeys","features":[3,74]},{"name":"GdipSetImageAttributesColorMatrix","features":[3,74]},{"name":"GdipSetImageAttributesGamma","features":[3,74]},{"name":"GdipSetImageAttributesNoOp","features":[3,74]},{"name":"GdipSetImageAttributesOutputChannel","features":[3,74]},{"name":"GdipSetImageAttributesOutputChannelColorProfile","features":[3,74]},{"name":"GdipSetImageAttributesRemapTable","features":[3,74]},{"name":"GdipSetImageAttributesThreshold","features":[3,74]},{"name":"GdipSetImageAttributesToIdentity","features":[74]},{"name":"GdipSetImageAttributesWrapMode","features":[3,74]},{"name":"GdipSetImagePalette","features":[74]},{"name":"GdipSetInfinite","features":[74]},{"name":"GdipSetInterpolationMode","features":[74]},{"name":"GdipSetLineBlend","features":[74]},{"name":"GdipSetLineColors","features":[74]},{"name":"GdipSetLineGammaCorrection","features":[3,74]},{"name":"GdipSetLineLinearBlend","features":[74]},{"name":"GdipSetLinePresetBlend","features":[74]},{"name":"GdipSetLineSigmaBlend","features":[74]},{"name":"GdipSetLineTransform","features":[74]},{"name":"GdipSetLineWrapMode","features":[74]},{"name":"GdipSetMatrixElements","features":[74]},{"name":"GdipSetMetafileDownLevelRasterizationLimit","features":[74]},{"name":"GdipSetPageScale","features":[74]},{"name":"GdipSetPageUnit","features":[74]},{"name":"GdipSetPathFillMode","features":[74]},{"name":"GdipSetPathGradientBlend","features":[74]},{"name":"GdipSetPathGradientCenterColor","features":[74]},{"name":"GdipSetPathGradientCenterPoint","features":[74]},{"name":"GdipSetPathGradientCenterPointI","features":[74]},{"name":"GdipSetPathGradientFocusScales","features":[74]},{"name":"GdipSetPathGradientGammaCorrection","features":[3,74]},{"name":"GdipSetPathGradientLinearBlend","features":[74]},{"name":"GdipSetPathGradientPath","features":[74]},{"name":"GdipSetPathGradientPresetBlend","features":[74]},{"name":"GdipSetPathGradientSigmaBlend","features":[74]},{"name":"GdipSetPathGradientSurroundColorsWithCount","features":[74]},{"name":"GdipSetPathGradientTransform","features":[74]},{"name":"GdipSetPathGradientWrapMode","features":[74]},{"name":"GdipSetPathMarker","features":[74]},{"name":"GdipSetPenBrushFill","features":[74]},{"name":"GdipSetPenColor","features":[74]},{"name":"GdipSetPenCompoundArray","features":[74]},{"name":"GdipSetPenCustomEndCap","features":[74]},{"name":"GdipSetPenCustomStartCap","features":[74]},{"name":"GdipSetPenDashArray","features":[74]},{"name":"GdipSetPenDashCap197819","features":[74]},{"name":"GdipSetPenDashOffset","features":[74]},{"name":"GdipSetPenDashStyle","features":[74]},{"name":"GdipSetPenEndCap","features":[74]},{"name":"GdipSetPenLineCap197819","features":[74]},{"name":"GdipSetPenLineJoin","features":[74]},{"name":"GdipSetPenMiterLimit","features":[74]},{"name":"GdipSetPenMode","features":[74]},{"name":"GdipSetPenStartCap","features":[74]},{"name":"GdipSetPenTransform","features":[74]},{"name":"GdipSetPenUnit","features":[74]},{"name":"GdipSetPenWidth","features":[74]},{"name":"GdipSetPixelOffsetMode","features":[74]},{"name":"GdipSetPropertyItem","features":[74]},{"name":"GdipSetRenderingOrigin","features":[74]},{"name":"GdipSetSmoothingMode","features":[74]},{"name":"GdipSetSolidFillColor","features":[74]},{"name":"GdipSetStringFormatAlign","features":[74]},{"name":"GdipSetStringFormatDigitSubstitution","features":[74]},{"name":"GdipSetStringFormatFlags","features":[74]},{"name":"GdipSetStringFormatHotkeyPrefix","features":[74]},{"name":"GdipSetStringFormatLineAlign","features":[74]},{"name":"GdipSetStringFormatMeasurableCharacterRanges","features":[74]},{"name":"GdipSetStringFormatTabStops","features":[74]},{"name":"GdipSetStringFormatTrimming","features":[74]},{"name":"GdipSetTextContrast","features":[74]},{"name":"GdipSetTextRenderingHint","features":[74]},{"name":"GdipSetTextureTransform","features":[74]},{"name":"GdipSetTextureWrapMode","features":[74]},{"name":"GdipSetWorldTransform","features":[74]},{"name":"GdipShearMatrix","features":[74]},{"name":"GdipStartPathFigure","features":[74]},{"name":"GdipStringFormatGetGenericDefault","features":[74]},{"name":"GdipStringFormatGetGenericTypographic","features":[74]},{"name":"GdipTestControl","features":[74]},{"name":"GdipTransformMatrixPoints","features":[74]},{"name":"GdipTransformMatrixPointsI","features":[74]},{"name":"GdipTransformPath","features":[74]},{"name":"GdipTransformPoints","features":[74]},{"name":"GdipTransformPointsI","features":[74]},{"name":"GdipTransformRegion","features":[74]},{"name":"GdipTranslateClip","features":[74]},{"name":"GdipTranslateClipI","features":[74]},{"name":"GdipTranslateLineTransform","features":[74]},{"name":"GdipTranslateMatrix","features":[74]},{"name":"GdipTranslatePathGradientTransform","features":[74]},{"name":"GdipTranslatePenTransform","features":[74]},{"name":"GdipTranslateRegion","features":[74]},{"name":"GdipTranslateRegionI","features":[74]},{"name":"GdipTranslateTextureTransform","features":[74]},{"name":"GdipTranslateWorldTransform","features":[74]},{"name":"GdipVectorTransformMatrixPoints","features":[74]},{"name":"GdipVectorTransformMatrixPointsI","features":[74]},{"name":"GdipWarpPath","features":[74]},{"name":"GdipWidenPath","features":[74]},{"name":"GdipWindingModeOutline","features":[74]},{"name":"GdiplusAbort","features":[74]},{"name":"GdiplusNotInitialized","features":[74]},{"name":"GdiplusNotificationHook","features":[74]},{"name":"GdiplusNotificationUnhook","features":[74]},{"name":"GdiplusShutdown","features":[74]},{"name":"GdiplusStartup","features":[3,74]},{"name":"GdiplusStartupDefault","features":[74]},{"name":"GdiplusStartupInput","features":[3,74]},{"name":"GdiplusStartupInputEx","features":[3,74]},{"name":"GdiplusStartupNoSetRound","features":[74]},{"name":"GdiplusStartupOutput","features":[74]},{"name":"GdiplusStartupParams","features":[74]},{"name":"GdiplusStartupSetPSValue","features":[74]},{"name":"GdiplusStartupTransparencyMask","features":[74]},{"name":"GenericError","features":[74]},{"name":"GenericFontFamily","features":[74]},{"name":"GenericFontFamilyMonospace","features":[74]},{"name":"GenericFontFamilySansSerif","features":[74]},{"name":"GenericFontFamilySerif","features":[74]},{"name":"GetThumbnailImageAbort","features":[3,74]},{"name":"GpAdjustableArrowCap","features":[74]},{"name":"GpBitmap","features":[74]},{"name":"GpBrush","features":[74]},{"name":"GpCachedBitmap","features":[74]},{"name":"GpCustomLineCap","features":[74]},{"name":"GpFont","features":[74]},{"name":"GpFontCollection","features":[74]},{"name":"GpFontFamily","features":[74]},{"name":"GpGraphics","features":[74]},{"name":"GpHatch","features":[74]},{"name":"GpImage","features":[74]},{"name":"GpImageAttributes","features":[74]},{"name":"GpInstalledFontCollection","features":[74]},{"name":"GpLineGradient","features":[74]},{"name":"GpMetafile","features":[74]},{"name":"GpPath","features":[74]},{"name":"GpPathGradient","features":[74]},{"name":"GpPathIterator","features":[74]},{"name":"GpPen","features":[74]},{"name":"GpPrivateFontCollection","features":[74]},{"name":"GpRegion","features":[74]},{"name":"GpSolidFill","features":[74]},{"name":"GpStringFormat","features":[74]},{"name":"GpTestControlEnum","features":[74]},{"name":"GpTexture","features":[74]},{"name":"HatchStyle","features":[74]},{"name":"HatchStyle05Percent","features":[74]},{"name":"HatchStyle10Percent","features":[74]},{"name":"HatchStyle20Percent","features":[74]},{"name":"HatchStyle25Percent","features":[74]},{"name":"HatchStyle30Percent","features":[74]},{"name":"HatchStyle40Percent","features":[74]},{"name":"HatchStyle50Percent","features":[74]},{"name":"HatchStyle60Percent","features":[74]},{"name":"HatchStyle70Percent","features":[74]},{"name":"HatchStyle75Percent","features":[74]},{"name":"HatchStyle80Percent","features":[74]},{"name":"HatchStyle90Percent","features":[74]},{"name":"HatchStyleBackwardDiagonal","features":[74]},{"name":"HatchStyleCross","features":[74]},{"name":"HatchStyleDarkDownwardDiagonal","features":[74]},{"name":"HatchStyleDarkHorizontal","features":[74]},{"name":"HatchStyleDarkUpwardDiagonal","features":[74]},{"name":"HatchStyleDarkVertical","features":[74]},{"name":"HatchStyleDashedDownwardDiagonal","features":[74]},{"name":"HatchStyleDashedHorizontal","features":[74]},{"name":"HatchStyleDashedUpwardDiagonal","features":[74]},{"name":"HatchStyleDashedVertical","features":[74]},{"name":"HatchStyleDiagonalBrick","features":[74]},{"name":"HatchStyleDiagonalCross","features":[74]},{"name":"HatchStyleDivot","features":[74]},{"name":"HatchStyleDottedDiamond","features":[74]},{"name":"HatchStyleDottedGrid","features":[74]},{"name":"HatchStyleForwardDiagonal","features":[74]},{"name":"HatchStyleHorizontal","features":[74]},{"name":"HatchStyleHorizontalBrick","features":[74]},{"name":"HatchStyleLargeCheckerBoard","features":[74]},{"name":"HatchStyleLargeConfetti","features":[74]},{"name":"HatchStyleLargeGrid","features":[74]},{"name":"HatchStyleLightDownwardDiagonal","features":[74]},{"name":"HatchStyleLightHorizontal","features":[74]},{"name":"HatchStyleLightUpwardDiagonal","features":[74]},{"name":"HatchStyleLightVertical","features":[74]},{"name":"HatchStyleMax","features":[74]},{"name":"HatchStyleMin","features":[74]},{"name":"HatchStyleNarrowHorizontal","features":[74]},{"name":"HatchStyleNarrowVertical","features":[74]},{"name":"HatchStyleOutlinedDiamond","features":[74]},{"name":"HatchStylePlaid","features":[74]},{"name":"HatchStyleShingle","features":[74]},{"name":"HatchStyleSmallCheckerBoard","features":[74]},{"name":"HatchStyleSmallConfetti","features":[74]},{"name":"HatchStyleSmallGrid","features":[74]},{"name":"HatchStyleSolidDiamond","features":[74]},{"name":"HatchStyleSphere","features":[74]},{"name":"HatchStyleTotal","features":[74]},{"name":"HatchStyleTrellis","features":[74]},{"name":"HatchStyleVertical","features":[74]},{"name":"HatchStyleWave","features":[74]},{"name":"HatchStyleWeave","features":[74]},{"name":"HatchStyleWideDownwardDiagonal","features":[74]},{"name":"HatchStyleWideUpwardDiagonal","features":[74]},{"name":"HatchStyleZigZag","features":[74]},{"name":"HistogramFormat","features":[74]},{"name":"HistogramFormatA","features":[74]},{"name":"HistogramFormatARGB","features":[74]},{"name":"HistogramFormatB","features":[74]},{"name":"HistogramFormatG","features":[74]},{"name":"HistogramFormatGray","features":[74]},{"name":"HistogramFormatPARGB","features":[74]},{"name":"HistogramFormatR","features":[74]},{"name":"HistogramFormatRGB","features":[74]},{"name":"HotkeyPrefix","features":[74]},{"name":"HotkeyPrefixHide","features":[74]},{"name":"HotkeyPrefixNone","features":[74]},{"name":"HotkeyPrefixShow","features":[74]},{"name":"HueSaturationLightness","features":[3,74]},{"name":"HueSaturationLightnessEffectGuid","features":[74]},{"name":"HueSaturationLightnessParams","features":[74]},{"name":"IImageBytes","features":[74]},{"name":"Image","features":[74]},{"name":"ImageAbort","features":[3,74]},{"name":"ImageCodecFlags","features":[74]},{"name":"ImageCodecFlagsBlockingDecode","features":[74]},{"name":"ImageCodecFlagsBuiltin","features":[74]},{"name":"ImageCodecFlagsDecoder","features":[74]},{"name":"ImageCodecFlagsEncoder","features":[74]},{"name":"ImageCodecFlagsSeekableEncode","features":[74]},{"name":"ImageCodecFlagsSupportBitmap","features":[74]},{"name":"ImageCodecFlagsSupportVector","features":[74]},{"name":"ImageCodecFlagsSystem","features":[74]},{"name":"ImageCodecFlagsUser","features":[74]},{"name":"ImageCodecInfo","features":[74]},{"name":"ImageFlags","features":[74]},{"name":"ImageFlagsCaching","features":[74]},{"name":"ImageFlagsColorSpaceCMYK","features":[74]},{"name":"ImageFlagsColorSpaceGRAY","features":[74]},{"name":"ImageFlagsColorSpaceRGB","features":[74]},{"name":"ImageFlagsColorSpaceYCBCR","features":[74]},{"name":"ImageFlagsColorSpaceYCCK","features":[74]},{"name":"ImageFlagsHasAlpha","features":[74]},{"name":"ImageFlagsHasRealDPI","features":[74]},{"name":"ImageFlagsHasRealPixelSize","features":[74]},{"name":"ImageFlagsHasTranslucent","features":[74]},{"name":"ImageFlagsNone","features":[74]},{"name":"ImageFlagsPartiallyScalable","features":[74]},{"name":"ImageFlagsReadOnly","features":[74]},{"name":"ImageFlagsScalable","features":[74]},{"name":"ImageFormatBMP","features":[74]},{"name":"ImageFormatEMF","features":[74]},{"name":"ImageFormatEXIF","features":[74]},{"name":"ImageFormatGIF","features":[74]},{"name":"ImageFormatHEIF","features":[74]},{"name":"ImageFormatIcon","features":[74]},{"name":"ImageFormatJPEG","features":[74]},{"name":"ImageFormatMemoryBMP","features":[74]},{"name":"ImageFormatPNG","features":[74]},{"name":"ImageFormatTIFF","features":[74]},{"name":"ImageFormatUndefined","features":[74]},{"name":"ImageFormatWEBP","features":[74]},{"name":"ImageFormatWMF","features":[74]},{"name":"ImageItemData","features":[74]},{"name":"ImageLockMode","features":[74]},{"name":"ImageLockModeRead","features":[74]},{"name":"ImageLockModeUserInputBuf","features":[74]},{"name":"ImageLockModeWrite","features":[74]},{"name":"ImageType","features":[74]},{"name":"ImageTypeBitmap","features":[74]},{"name":"ImageTypeMetafile","features":[74]},{"name":"ImageTypeUnknown","features":[74]},{"name":"InstalledFontCollection","features":[74]},{"name":"InsufficientBuffer","features":[74]},{"name":"InterpolationMode","features":[74]},{"name":"InterpolationModeBicubic","features":[74]},{"name":"InterpolationModeBilinear","features":[74]},{"name":"InterpolationModeDefault","features":[74]},{"name":"InterpolationModeHighQuality","features":[74]},{"name":"InterpolationModeHighQualityBicubic","features":[74]},{"name":"InterpolationModeHighQualityBilinear","features":[74]},{"name":"InterpolationModeInvalid","features":[74]},{"name":"InterpolationModeLowQuality","features":[74]},{"name":"InterpolationModeNearestNeighbor","features":[74]},{"name":"InvalidParameter","features":[74]},{"name":"ItemDataPosition","features":[74]},{"name":"ItemDataPositionAfterBits","features":[74]},{"name":"ItemDataPositionAfterHeader","features":[74]},{"name":"ItemDataPositionAfterPalette","features":[74]},{"name":"Levels","features":[3,74]},{"name":"LevelsEffectGuid","features":[74]},{"name":"LevelsParams","features":[74]},{"name":"LineCap","features":[74]},{"name":"LineCapAnchorMask","features":[74]},{"name":"LineCapArrowAnchor","features":[74]},{"name":"LineCapCustom","features":[74]},{"name":"LineCapDiamondAnchor","features":[74]},{"name":"LineCapFlat","features":[74]},{"name":"LineCapNoAnchor","features":[74]},{"name":"LineCapRound","features":[74]},{"name":"LineCapRoundAnchor","features":[74]},{"name":"LineCapSquare","features":[74]},{"name":"LineCapSquareAnchor","features":[74]},{"name":"LineCapTriangle","features":[74]},{"name":"LineJoin","features":[74]},{"name":"LineJoinBevel","features":[74]},{"name":"LineJoinMiter","features":[74]},{"name":"LineJoinMiterClipped","features":[74]},{"name":"LineJoinRound","features":[74]},{"name":"LinearGradientMode","features":[74]},{"name":"LinearGradientModeBackwardDiagonal","features":[74]},{"name":"LinearGradientModeForwardDiagonal","features":[74]},{"name":"LinearGradientModeHorizontal","features":[74]},{"name":"LinearGradientModeVertical","features":[74]},{"name":"Matrix","features":[74]},{"name":"MatrixOrder","features":[74]},{"name":"MatrixOrderAppend","features":[74]},{"name":"MatrixOrderPrepend","features":[74]},{"name":"Metafile","features":[74]},{"name":"MetafileFrameUnit","features":[74]},{"name":"MetafileFrameUnitDocument","features":[74]},{"name":"MetafileFrameUnitGdi","features":[74]},{"name":"MetafileFrameUnitInch","features":[74]},{"name":"MetafileFrameUnitMillimeter","features":[74]},{"name":"MetafileFrameUnitPixel","features":[74]},{"name":"MetafileFrameUnitPoint","features":[74]},{"name":"MetafileHeader","features":[3,14,74]},{"name":"MetafileType","features":[74]},{"name":"MetafileTypeEmf","features":[74]},{"name":"MetafileTypeEmfPlusDual","features":[74]},{"name":"MetafileTypeEmfPlusOnly","features":[74]},{"name":"MetafileTypeInvalid","features":[74]},{"name":"MetafileTypeWmf","features":[74]},{"name":"MetafileTypeWmfPlaceable","features":[74]},{"name":"NotImplemented","features":[74]},{"name":"NotTrueTypeFont","features":[74]},{"name":"NotificationHookProc","features":[74]},{"name":"NotificationUnhookProc","features":[74]},{"name":"ObjectBusy","features":[74]},{"name":"ObjectType","features":[74]},{"name":"ObjectTypeBrush","features":[74]},{"name":"ObjectTypeCustomLineCap","features":[74]},{"name":"ObjectTypeFont","features":[74]},{"name":"ObjectTypeGraphics","features":[74]},{"name":"ObjectTypeImage","features":[74]},{"name":"ObjectTypeImageAttributes","features":[74]},{"name":"ObjectTypeInvalid","features":[74]},{"name":"ObjectTypeMax","features":[74]},{"name":"ObjectTypeMin","features":[74]},{"name":"ObjectTypePath","features":[74]},{"name":"ObjectTypePen","features":[74]},{"name":"ObjectTypeRegion","features":[74]},{"name":"ObjectTypeStringFormat","features":[74]},{"name":"Ok","features":[74]},{"name":"OutOfMemory","features":[74]},{"name":"PWMFRect16","features":[74]},{"name":"PaletteFlags","features":[74]},{"name":"PaletteFlagsGrayScale","features":[74]},{"name":"PaletteFlagsHalftone","features":[74]},{"name":"PaletteFlagsHasAlpha","features":[74]},{"name":"PaletteType","features":[74]},{"name":"PaletteTypeCustom","features":[74]},{"name":"PaletteTypeFixedBW","features":[74]},{"name":"PaletteTypeFixedHalftone125","features":[74]},{"name":"PaletteTypeFixedHalftone216","features":[74]},{"name":"PaletteTypeFixedHalftone252","features":[74]},{"name":"PaletteTypeFixedHalftone256","features":[74]},{"name":"PaletteTypeFixedHalftone27","features":[74]},{"name":"PaletteTypeFixedHalftone64","features":[74]},{"name":"PaletteTypeFixedHalftone8","features":[74]},{"name":"PaletteTypeOptimal","features":[74]},{"name":"PathData","features":[74]},{"name":"PathPointType","features":[74]},{"name":"PathPointTypeBezier","features":[74]},{"name":"PathPointTypeBezier3","features":[74]},{"name":"PathPointTypeCloseSubpath","features":[74]},{"name":"PathPointTypeDashMode","features":[74]},{"name":"PathPointTypeLine","features":[74]},{"name":"PathPointTypePathMarker","features":[74]},{"name":"PathPointTypePathTypeMask","features":[74]},{"name":"PathPointTypeStart","features":[74]},{"name":"PenAlignment","features":[74]},{"name":"PenAlignmentCenter","features":[74]},{"name":"PenAlignmentInset","features":[74]},{"name":"PenType","features":[74]},{"name":"PenTypeHatchFill","features":[74]},{"name":"PenTypeLinearGradient","features":[74]},{"name":"PenTypePathGradient","features":[74]},{"name":"PenTypeSolidColor","features":[74]},{"name":"PenTypeTextureFill","features":[74]},{"name":"PenTypeUnknown","features":[74]},{"name":"PixelFormatAlpha","features":[74]},{"name":"PixelFormatCanonical","features":[74]},{"name":"PixelFormatDontCare","features":[74]},{"name":"PixelFormatExtended","features":[74]},{"name":"PixelFormatGDI","features":[74]},{"name":"PixelFormatIndexed","features":[74]},{"name":"PixelFormatMax","features":[74]},{"name":"PixelFormatPAlpha","features":[74]},{"name":"PixelFormatUndefined","features":[74]},{"name":"PixelOffsetMode","features":[74]},{"name":"PixelOffsetModeDefault","features":[74]},{"name":"PixelOffsetModeHalf","features":[74]},{"name":"PixelOffsetModeHighQuality","features":[74]},{"name":"PixelOffsetModeHighSpeed","features":[74]},{"name":"PixelOffsetModeInvalid","features":[74]},{"name":"PixelOffsetModeNone","features":[74]},{"name":"Point","features":[74]},{"name":"PointF","features":[74]},{"name":"PrivateFontCollection","features":[74]},{"name":"ProfileNotFound","features":[74]},{"name":"PropertyItem","features":[74]},{"name":"PropertyNotFound","features":[74]},{"name":"PropertyNotSupported","features":[74]},{"name":"PropertyTagArtist","features":[74]},{"name":"PropertyTagBitsPerSample","features":[74]},{"name":"PropertyTagCellHeight","features":[74]},{"name":"PropertyTagCellWidth","features":[74]},{"name":"PropertyTagChrominanceTable","features":[74]},{"name":"PropertyTagColorMap","features":[74]},{"name":"PropertyTagColorTransferFunction","features":[74]},{"name":"PropertyTagCompression","features":[74]},{"name":"PropertyTagCopyright","features":[74]},{"name":"PropertyTagDateTime","features":[74]},{"name":"PropertyTagDocumentName","features":[74]},{"name":"PropertyTagDotRange","features":[74]},{"name":"PropertyTagEquipMake","features":[74]},{"name":"PropertyTagEquipModel","features":[74]},{"name":"PropertyTagExifAperture","features":[74]},{"name":"PropertyTagExifBrightness","features":[74]},{"name":"PropertyTagExifCfaPattern","features":[74]},{"name":"PropertyTagExifColorSpace","features":[74]},{"name":"PropertyTagExifCompBPP","features":[74]},{"name":"PropertyTagExifCompConfig","features":[74]},{"name":"PropertyTagExifContrast","features":[74]},{"name":"PropertyTagExifCustomRendered","features":[74]},{"name":"PropertyTagExifDTDigSS","features":[74]},{"name":"PropertyTagExifDTDigitized","features":[74]},{"name":"PropertyTagExifDTOrig","features":[74]},{"name":"PropertyTagExifDTOrigSS","features":[74]},{"name":"PropertyTagExifDTSubsec","features":[74]},{"name":"PropertyTagExifDeviceSettingDesc","features":[74]},{"name":"PropertyTagExifDigitalZoomRatio","features":[74]},{"name":"PropertyTagExifExposureBias","features":[74]},{"name":"PropertyTagExifExposureIndex","features":[74]},{"name":"PropertyTagExifExposureMode","features":[74]},{"name":"PropertyTagExifExposureProg","features":[74]},{"name":"PropertyTagExifExposureTime","features":[74]},{"name":"PropertyTagExifFNumber","features":[74]},{"name":"PropertyTagExifFPXVer","features":[74]},{"name":"PropertyTagExifFileSource","features":[74]},{"name":"PropertyTagExifFlash","features":[74]},{"name":"PropertyTagExifFlashEnergy","features":[74]},{"name":"PropertyTagExifFocalLength","features":[74]},{"name":"PropertyTagExifFocalLengthIn35mmFilm","features":[74]},{"name":"PropertyTagExifFocalResUnit","features":[74]},{"name":"PropertyTagExifFocalXRes","features":[74]},{"name":"PropertyTagExifFocalYRes","features":[74]},{"name":"PropertyTagExifGainControl","features":[74]},{"name":"PropertyTagExifIFD","features":[74]},{"name":"PropertyTagExifISOSpeed","features":[74]},{"name":"PropertyTagExifInterop","features":[74]},{"name":"PropertyTagExifLightSource","features":[74]},{"name":"PropertyTagExifMakerNote","features":[74]},{"name":"PropertyTagExifMaxAperture","features":[74]},{"name":"PropertyTagExifMeteringMode","features":[74]},{"name":"PropertyTagExifOECF","features":[74]},{"name":"PropertyTagExifPixXDim","features":[74]},{"name":"PropertyTagExifPixYDim","features":[74]},{"name":"PropertyTagExifRelatedWav","features":[74]},{"name":"PropertyTagExifSaturation","features":[74]},{"name":"PropertyTagExifSceneCaptureType","features":[74]},{"name":"PropertyTagExifSceneType","features":[74]},{"name":"PropertyTagExifSensingMethod","features":[74]},{"name":"PropertyTagExifSharpness","features":[74]},{"name":"PropertyTagExifShutterSpeed","features":[74]},{"name":"PropertyTagExifSpatialFR","features":[74]},{"name":"PropertyTagExifSpectralSense","features":[74]},{"name":"PropertyTagExifSubjectArea","features":[74]},{"name":"PropertyTagExifSubjectDist","features":[74]},{"name":"PropertyTagExifSubjectDistanceRange","features":[74]},{"name":"PropertyTagExifSubjectLoc","features":[74]},{"name":"PropertyTagExifUniqueImageID","features":[74]},{"name":"PropertyTagExifUserComment","features":[74]},{"name":"PropertyTagExifVer","features":[74]},{"name":"PropertyTagExifWhiteBalance","features":[74]},{"name":"PropertyTagExtraSamples","features":[74]},{"name":"PropertyTagFillOrder","features":[74]},{"name":"PropertyTagFrameDelay","features":[74]},{"name":"PropertyTagFreeByteCounts","features":[74]},{"name":"PropertyTagFreeOffset","features":[74]},{"name":"PropertyTagGamma","features":[74]},{"name":"PropertyTagGlobalPalette","features":[74]},{"name":"PropertyTagGpsAltitude","features":[74]},{"name":"PropertyTagGpsAltitudeRef","features":[74]},{"name":"PropertyTagGpsAreaInformation","features":[74]},{"name":"PropertyTagGpsDate","features":[74]},{"name":"PropertyTagGpsDestBear","features":[74]},{"name":"PropertyTagGpsDestBearRef","features":[74]},{"name":"PropertyTagGpsDestDist","features":[74]},{"name":"PropertyTagGpsDestDistRef","features":[74]},{"name":"PropertyTagGpsDestLat","features":[74]},{"name":"PropertyTagGpsDestLatRef","features":[74]},{"name":"PropertyTagGpsDestLong","features":[74]},{"name":"PropertyTagGpsDestLongRef","features":[74]},{"name":"PropertyTagGpsDifferential","features":[74]},{"name":"PropertyTagGpsGpsDop","features":[74]},{"name":"PropertyTagGpsGpsMeasureMode","features":[74]},{"name":"PropertyTagGpsGpsSatellites","features":[74]},{"name":"PropertyTagGpsGpsStatus","features":[74]},{"name":"PropertyTagGpsGpsTime","features":[74]},{"name":"PropertyTagGpsIFD","features":[74]},{"name":"PropertyTagGpsImgDir","features":[74]},{"name":"PropertyTagGpsImgDirRef","features":[74]},{"name":"PropertyTagGpsLatitude","features":[74]},{"name":"PropertyTagGpsLatitudeRef","features":[74]},{"name":"PropertyTagGpsLongitude","features":[74]},{"name":"PropertyTagGpsLongitudeRef","features":[74]},{"name":"PropertyTagGpsMapDatum","features":[74]},{"name":"PropertyTagGpsProcessingMethod","features":[74]},{"name":"PropertyTagGpsSpeed","features":[74]},{"name":"PropertyTagGpsSpeedRef","features":[74]},{"name":"PropertyTagGpsTrack","features":[74]},{"name":"PropertyTagGpsTrackRef","features":[74]},{"name":"PropertyTagGpsVer","features":[74]},{"name":"PropertyTagGrayResponseCurve","features":[74]},{"name":"PropertyTagGrayResponseUnit","features":[74]},{"name":"PropertyTagGridSize","features":[74]},{"name":"PropertyTagHalftoneDegree","features":[74]},{"name":"PropertyTagHalftoneHints","features":[74]},{"name":"PropertyTagHalftoneLPI","features":[74]},{"name":"PropertyTagHalftoneLPIUnit","features":[74]},{"name":"PropertyTagHalftoneMisc","features":[74]},{"name":"PropertyTagHalftoneScreen","features":[74]},{"name":"PropertyTagHalftoneShape","features":[74]},{"name":"PropertyTagHostComputer","features":[74]},{"name":"PropertyTagICCProfile","features":[74]},{"name":"PropertyTagICCProfileDescriptor","features":[74]},{"name":"PropertyTagImageDescription","features":[74]},{"name":"PropertyTagImageHeight","features":[74]},{"name":"PropertyTagImageTitle","features":[74]},{"name":"PropertyTagImageWidth","features":[74]},{"name":"PropertyTagIndexBackground","features":[74]},{"name":"PropertyTagIndexTransparent","features":[74]},{"name":"PropertyTagInkNames","features":[74]},{"name":"PropertyTagInkSet","features":[74]},{"name":"PropertyTagJPEGACTables","features":[74]},{"name":"PropertyTagJPEGDCTables","features":[74]},{"name":"PropertyTagJPEGInterFormat","features":[74]},{"name":"PropertyTagJPEGInterLength","features":[74]},{"name":"PropertyTagJPEGLosslessPredictors","features":[74]},{"name":"PropertyTagJPEGPointTransforms","features":[74]},{"name":"PropertyTagJPEGProc","features":[74]},{"name":"PropertyTagJPEGQTables","features":[74]},{"name":"PropertyTagJPEGQuality","features":[74]},{"name":"PropertyTagJPEGRestartInterval","features":[74]},{"name":"PropertyTagLoopCount","features":[74]},{"name":"PropertyTagLuminanceTable","features":[74]},{"name":"PropertyTagMaxSampleValue","features":[74]},{"name":"PropertyTagMinSampleValue","features":[74]},{"name":"PropertyTagNewSubfileType","features":[74]},{"name":"PropertyTagNumberOfInks","features":[74]},{"name":"PropertyTagOrientation","features":[74]},{"name":"PropertyTagPageName","features":[74]},{"name":"PropertyTagPageNumber","features":[74]},{"name":"PropertyTagPaletteHistogram","features":[74]},{"name":"PropertyTagPhotometricInterp","features":[74]},{"name":"PropertyTagPixelPerUnitX","features":[74]},{"name":"PropertyTagPixelPerUnitY","features":[74]},{"name":"PropertyTagPixelUnit","features":[74]},{"name":"PropertyTagPlanarConfig","features":[74]},{"name":"PropertyTagPredictor","features":[74]},{"name":"PropertyTagPrimaryChromaticities","features":[74]},{"name":"PropertyTagPrintFlags","features":[74]},{"name":"PropertyTagPrintFlagsBleedWidth","features":[74]},{"name":"PropertyTagPrintFlagsBleedWidthScale","features":[74]},{"name":"PropertyTagPrintFlagsCrop","features":[74]},{"name":"PropertyTagPrintFlagsVersion","features":[74]},{"name":"PropertyTagREFBlackWhite","features":[74]},{"name":"PropertyTagResolutionUnit","features":[74]},{"name":"PropertyTagResolutionXLengthUnit","features":[74]},{"name":"PropertyTagResolutionXUnit","features":[74]},{"name":"PropertyTagResolutionYLengthUnit","features":[74]},{"name":"PropertyTagResolutionYUnit","features":[74]},{"name":"PropertyTagRowsPerStrip","features":[74]},{"name":"PropertyTagSMaxSampleValue","features":[74]},{"name":"PropertyTagSMinSampleValue","features":[74]},{"name":"PropertyTagSRGBRenderingIntent","features":[74]},{"name":"PropertyTagSampleFormat","features":[74]},{"name":"PropertyTagSamplesPerPixel","features":[74]},{"name":"PropertyTagSoftwareUsed","features":[74]},{"name":"PropertyTagStripBytesCount","features":[74]},{"name":"PropertyTagStripOffsets","features":[74]},{"name":"PropertyTagSubfileType","features":[74]},{"name":"PropertyTagT4Option","features":[74]},{"name":"PropertyTagT6Option","features":[74]},{"name":"PropertyTagTargetPrinter","features":[74]},{"name":"PropertyTagThreshHolding","features":[74]},{"name":"PropertyTagThumbnailArtist","features":[74]},{"name":"PropertyTagThumbnailBitsPerSample","features":[74]},{"name":"PropertyTagThumbnailColorDepth","features":[74]},{"name":"PropertyTagThumbnailCompressedSize","features":[74]},{"name":"PropertyTagThumbnailCompression","features":[74]},{"name":"PropertyTagThumbnailCopyRight","features":[74]},{"name":"PropertyTagThumbnailData","features":[74]},{"name":"PropertyTagThumbnailDateTime","features":[74]},{"name":"PropertyTagThumbnailEquipMake","features":[74]},{"name":"PropertyTagThumbnailEquipModel","features":[74]},{"name":"PropertyTagThumbnailFormat","features":[74]},{"name":"PropertyTagThumbnailHeight","features":[74]},{"name":"PropertyTagThumbnailImageDescription","features":[74]},{"name":"PropertyTagThumbnailImageHeight","features":[74]},{"name":"PropertyTagThumbnailImageWidth","features":[74]},{"name":"PropertyTagThumbnailOrientation","features":[74]},{"name":"PropertyTagThumbnailPhotometricInterp","features":[74]},{"name":"PropertyTagThumbnailPlanarConfig","features":[74]},{"name":"PropertyTagThumbnailPlanes","features":[74]},{"name":"PropertyTagThumbnailPrimaryChromaticities","features":[74]},{"name":"PropertyTagThumbnailRawBytes","features":[74]},{"name":"PropertyTagThumbnailRefBlackWhite","features":[74]},{"name":"PropertyTagThumbnailResolutionUnit","features":[74]},{"name":"PropertyTagThumbnailResolutionX","features":[74]},{"name":"PropertyTagThumbnailResolutionY","features":[74]},{"name":"PropertyTagThumbnailRowsPerStrip","features":[74]},{"name":"PropertyTagThumbnailSamplesPerPixel","features":[74]},{"name":"PropertyTagThumbnailSize","features":[74]},{"name":"PropertyTagThumbnailSoftwareUsed","features":[74]},{"name":"PropertyTagThumbnailStripBytesCount","features":[74]},{"name":"PropertyTagThumbnailStripOffsets","features":[74]},{"name":"PropertyTagThumbnailTransferFunction","features":[74]},{"name":"PropertyTagThumbnailWhitePoint","features":[74]},{"name":"PropertyTagThumbnailWidth","features":[74]},{"name":"PropertyTagThumbnailYCbCrCoefficients","features":[74]},{"name":"PropertyTagThumbnailYCbCrPositioning","features":[74]},{"name":"PropertyTagThumbnailYCbCrSubsampling","features":[74]},{"name":"PropertyTagTileByteCounts","features":[74]},{"name":"PropertyTagTileLength","features":[74]},{"name":"PropertyTagTileOffset","features":[74]},{"name":"PropertyTagTileWidth","features":[74]},{"name":"PropertyTagTransferFuncition","features":[74]},{"name":"PropertyTagTransferRange","features":[74]},{"name":"PropertyTagTypeASCII","features":[74]},{"name":"PropertyTagTypeByte","features":[74]},{"name":"PropertyTagTypeLong","features":[74]},{"name":"PropertyTagTypeRational","features":[74]},{"name":"PropertyTagTypeSLONG","features":[74]},{"name":"PropertyTagTypeSRational","features":[74]},{"name":"PropertyTagTypeShort","features":[74]},{"name":"PropertyTagTypeUndefined","features":[74]},{"name":"PropertyTagWhitePoint","features":[74]},{"name":"PropertyTagXPosition","features":[74]},{"name":"PropertyTagXResolution","features":[74]},{"name":"PropertyTagYCbCrCoefficients","features":[74]},{"name":"PropertyTagYCbCrPositioning","features":[74]},{"name":"PropertyTagYCbCrSubsampling","features":[74]},{"name":"PropertyTagYPosition","features":[74]},{"name":"PropertyTagYResolution","features":[74]},{"name":"QualityMode","features":[74]},{"name":"QualityModeDefault","features":[74]},{"name":"QualityModeHigh","features":[74]},{"name":"QualityModeInvalid","features":[74]},{"name":"QualityModeLow","features":[74]},{"name":"RED_SHIFT","features":[74]},{"name":"Rect","features":[74]},{"name":"RectF","features":[74]},{"name":"RedEyeCorrection","features":[3,74]},{"name":"RedEyeCorrectionEffectGuid","features":[74]},{"name":"RedEyeCorrectionParams","features":[3,74]},{"name":"Region","features":[74]},{"name":"Rotate180FlipNone","features":[74]},{"name":"Rotate180FlipX","features":[74]},{"name":"Rotate180FlipXY","features":[74]},{"name":"Rotate180FlipY","features":[74]},{"name":"Rotate270FlipNone","features":[74]},{"name":"Rotate270FlipX","features":[74]},{"name":"Rotate270FlipXY","features":[74]},{"name":"Rotate270FlipY","features":[74]},{"name":"Rotate90FlipNone","features":[74]},{"name":"Rotate90FlipX","features":[74]},{"name":"Rotate90FlipXY","features":[74]},{"name":"Rotate90FlipY","features":[74]},{"name":"RotateFlipType","features":[74]},{"name":"RotateNoneFlipNone","features":[74]},{"name":"RotateNoneFlipX","features":[74]},{"name":"RotateNoneFlipXY","features":[74]},{"name":"RotateNoneFlipY","features":[74]},{"name":"Sharpen","features":[3,74]},{"name":"SharpenEffectGuid","features":[74]},{"name":"SharpenParams","features":[74]},{"name":"Size","features":[74]},{"name":"SizeF","features":[74]},{"name":"SmoothingMode","features":[74]},{"name":"SmoothingModeAntiAlias","features":[74]},{"name":"SmoothingModeAntiAlias8x4","features":[74]},{"name":"SmoothingModeAntiAlias8x8","features":[74]},{"name":"SmoothingModeDefault","features":[74]},{"name":"SmoothingModeHighQuality","features":[74]},{"name":"SmoothingModeHighSpeed","features":[74]},{"name":"SmoothingModeInvalid","features":[74]},{"name":"SmoothingModeNone","features":[74]},{"name":"Status","features":[74]},{"name":"StringAlignment","features":[74]},{"name":"StringAlignmentCenter","features":[74]},{"name":"StringAlignmentFar","features":[74]},{"name":"StringAlignmentNear","features":[74]},{"name":"StringDigitSubstitute","features":[74]},{"name":"StringDigitSubstituteNational","features":[74]},{"name":"StringDigitSubstituteNone","features":[74]},{"name":"StringDigitSubstituteTraditional","features":[74]},{"name":"StringDigitSubstituteUser","features":[74]},{"name":"StringFormatFlags","features":[74]},{"name":"StringFormatFlagsBypassGDI","features":[74]},{"name":"StringFormatFlagsDirectionRightToLeft","features":[74]},{"name":"StringFormatFlagsDirectionVertical","features":[74]},{"name":"StringFormatFlagsDisplayFormatControl","features":[74]},{"name":"StringFormatFlagsLineLimit","features":[74]},{"name":"StringFormatFlagsMeasureTrailingSpaces","features":[74]},{"name":"StringFormatFlagsNoClip","features":[74]},{"name":"StringFormatFlagsNoFitBlackBox","features":[74]},{"name":"StringFormatFlagsNoFontFallback","features":[74]},{"name":"StringFormatFlagsNoWrap","features":[74]},{"name":"StringTrimming","features":[74]},{"name":"StringTrimmingCharacter","features":[74]},{"name":"StringTrimmingEllipsisCharacter","features":[74]},{"name":"StringTrimmingEllipsisPath","features":[74]},{"name":"StringTrimmingEllipsisWord","features":[74]},{"name":"StringTrimmingNone","features":[74]},{"name":"StringTrimmingWord","features":[74]},{"name":"TestControlForceBilinear","features":[74]},{"name":"TestControlGetBuildNumber","features":[74]},{"name":"TestControlNoICM","features":[74]},{"name":"TextRenderingHint","features":[74]},{"name":"TextRenderingHintAntiAlias","features":[74]},{"name":"TextRenderingHintAntiAliasGridFit","features":[74]},{"name":"TextRenderingHintClearTypeGridFit","features":[74]},{"name":"TextRenderingHintSingleBitPerPixel","features":[74]},{"name":"TextRenderingHintSingleBitPerPixelGridFit","features":[74]},{"name":"TextRenderingHintSystemDefault","features":[74]},{"name":"Tint","features":[3,74]},{"name":"TintEffectGuid","features":[74]},{"name":"TintParams","features":[74]},{"name":"Unit","features":[74]},{"name":"UnitDisplay","features":[74]},{"name":"UnitDocument","features":[74]},{"name":"UnitInch","features":[74]},{"name":"UnitMillimeter","features":[74]},{"name":"UnitPixel","features":[74]},{"name":"UnitPoint","features":[74]},{"name":"UnitWorld","features":[74]},{"name":"UnknownImageFormat","features":[74]},{"name":"UnsupportedGdiplusVersion","features":[74]},{"name":"ValueOverflow","features":[74]},{"name":"WarpMode","features":[74]},{"name":"WarpModeBilinear","features":[74]},{"name":"WarpModePerspective","features":[74]},{"name":"Win32Error","features":[74]},{"name":"WmfPlaceableFileHeader","features":[74]},{"name":"WmfRecordTypeAbortDoc","features":[74]},{"name":"WmfRecordTypeAnimatePalette","features":[74]},{"name":"WmfRecordTypeArc","features":[74]},{"name":"WmfRecordTypeBitBlt","features":[74]},{"name":"WmfRecordTypeChord","features":[74]},{"name":"WmfRecordTypeCreateBitmap","features":[74]},{"name":"WmfRecordTypeCreateBitmapIndirect","features":[74]},{"name":"WmfRecordTypeCreateBrush","features":[74]},{"name":"WmfRecordTypeCreateBrushIndirect","features":[74]},{"name":"WmfRecordTypeCreateFontIndirect","features":[74]},{"name":"WmfRecordTypeCreatePalette","features":[74]},{"name":"WmfRecordTypeCreatePatternBrush","features":[74]},{"name":"WmfRecordTypeCreatePenIndirect","features":[74]},{"name":"WmfRecordTypeCreateRegion","features":[74]},{"name":"WmfRecordTypeDIBBitBlt","features":[74]},{"name":"WmfRecordTypeDIBCreatePatternBrush","features":[74]},{"name":"WmfRecordTypeDIBStretchBlt","features":[74]},{"name":"WmfRecordTypeDeleteObject","features":[74]},{"name":"WmfRecordTypeDrawText","features":[74]},{"name":"WmfRecordTypeEllipse","features":[74]},{"name":"WmfRecordTypeEndDoc","features":[74]},{"name":"WmfRecordTypeEndPage","features":[74]},{"name":"WmfRecordTypeEscape","features":[74]},{"name":"WmfRecordTypeExcludeClipRect","features":[74]},{"name":"WmfRecordTypeExtFloodFill","features":[74]},{"name":"WmfRecordTypeExtTextOut","features":[74]},{"name":"WmfRecordTypeFillRegion","features":[74]},{"name":"WmfRecordTypeFloodFill","features":[74]},{"name":"WmfRecordTypeFrameRegion","features":[74]},{"name":"WmfRecordTypeIntersectClipRect","features":[74]},{"name":"WmfRecordTypeInvertRegion","features":[74]},{"name":"WmfRecordTypeLineTo","features":[74]},{"name":"WmfRecordTypeMoveTo","features":[74]},{"name":"WmfRecordTypeOffsetClipRgn","features":[74]},{"name":"WmfRecordTypeOffsetViewportOrg","features":[74]},{"name":"WmfRecordTypeOffsetWindowOrg","features":[74]},{"name":"WmfRecordTypePaintRegion","features":[74]},{"name":"WmfRecordTypePatBlt","features":[74]},{"name":"WmfRecordTypePie","features":[74]},{"name":"WmfRecordTypePolyPolygon","features":[74]},{"name":"WmfRecordTypePolygon","features":[74]},{"name":"WmfRecordTypePolyline","features":[74]},{"name":"WmfRecordTypeRealizePalette","features":[74]},{"name":"WmfRecordTypeRectangle","features":[74]},{"name":"WmfRecordTypeResetDC","features":[74]},{"name":"WmfRecordTypeResizePalette","features":[74]},{"name":"WmfRecordTypeRestoreDC","features":[74]},{"name":"WmfRecordTypeRoundRect","features":[74]},{"name":"WmfRecordTypeSaveDC","features":[74]},{"name":"WmfRecordTypeScaleViewportExt","features":[74]},{"name":"WmfRecordTypeScaleWindowExt","features":[74]},{"name":"WmfRecordTypeSelectClipRegion","features":[74]},{"name":"WmfRecordTypeSelectObject","features":[74]},{"name":"WmfRecordTypeSelectPalette","features":[74]},{"name":"WmfRecordTypeSetBkColor","features":[74]},{"name":"WmfRecordTypeSetBkMode","features":[74]},{"name":"WmfRecordTypeSetDIBToDev","features":[74]},{"name":"WmfRecordTypeSetLayout","features":[74]},{"name":"WmfRecordTypeSetMapMode","features":[74]},{"name":"WmfRecordTypeSetMapperFlags","features":[74]},{"name":"WmfRecordTypeSetPalEntries","features":[74]},{"name":"WmfRecordTypeSetPixel","features":[74]},{"name":"WmfRecordTypeSetPolyFillMode","features":[74]},{"name":"WmfRecordTypeSetROP2","features":[74]},{"name":"WmfRecordTypeSetRelAbs","features":[74]},{"name":"WmfRecordTypeSetStretchBltMode","features":[74]},{"name":"WmfRecordTypeSetTextAlign","features":[74]},{"name":"WmfRecordTypeSetTextCharExtra","features":[74]},{"name":"WmfRecordTypeSetTextColor","features":[74]},{"name":"WmfRecordTypeSetTextJustification","features":[74]},{"name":"WmfRecordTypeSetViewportExt","features":[74]},{"name":"WmfRecordTypeSetViewportOrg","features":[74]},{"name":"WmfRecordTypeSetWindowExt","features":[74]},{"name":"WmfRecordTypeSetWindowOrg","features":[74]},{"name":"WmfRecordTypeStartDoc","features":[74]},{"name":"WmfRecordTypeStartPage","features":[74]},{"name":"WmfRecordTypeStretchBlt","features":[74]},{"name":"WmfRecordTypeStretchDIB","features":[74]},{"name":"WmfRecordTypeTextOut","features":[74]},{"name":"WrapMode","features":[74]},{"name":"WrapModeClamp","features":[74]},{"name":"WrapModeTile","features":[74]},{"name":"WrapModeTileFlipX","features":[74]},{"name":"WrapModeTileFlipXY","features":[74]},{"name":"WrapModeTileFlipY","features":[74]},{"name":"WrongState","features":[74]}],"418":[{"name":"D3DCOMPILE_OPTIMIZATION_LEVEL2","features":[75]},{"name":"D3D_COMPILE_STANDARD_FILE_INCLUDE","features":[75]}],"421":[{"name":"ChoosePixelFormat","features":[14,56]},{"name":"DescribePixelFormat","features":[14,56]},{"name":"EMRPIXELFORMAT","features":[14,56]},{"name":"GLU_AUTO_LOAD_MATRIX","features":[56]},{"name":"GLU_BEGIN","features":[56]},{"name":"GLU_CCW","features":[56]},{"name":"GLU_CULLING","features":[56]},{"name":"GLU_CW","features":[56]},{"name":"GLU_DISPLAY_MODE","features":[56]},{"name":"GLU_DOMAIN_DISTANCE","features":[56]},{"name":"GLU_EDGE_FLAG","features":[56]},{"name":"GLU_END","features":[56]},{"name":"GLU_ERROR","features":[56]},{"name":"GLU_EXTENSIONS","features":[56]},{"name":"GLU_EXTERIOR","features":[56]},{"name":"GLU_FALSE","features":[56]},{"name":"GLU_FILL","features":[56]},{"name":"GLU_FLAT","features":[56]},{"name":"GLU_INCOMPATIBLE_GL_VERSION","features":[56]},{"name":"GLU_INSIDE","features":[56]},{"name":"GLU_INTERIOR","features":[56]},{"name":"GLU_INVALID_ENUM","features":[56]},{"name":"GLU_INVALID_VALUE","features":[56]},{"name":"GLU_LINE","features":[56]},{"name":"GLU_MAP1_TRIM_2","features":[56]},{"name":"GLU_MAP1_TRIM_3","features":[56]},{"name":"GLU_NONE","features":[56]},{"name":"GLU_NURBS_ERROR1","features":[56]},{"name":"GLU_NURBS_ERROR10","features":[56]},{"name":"GLU_NURBS_ERROR11","features":[56]},{"name":"GLU_NURBS_ERROR12","features":[56]},{"name":"GLU_NURBS_ERROR13","features":[56]},{"name":"GLU_NURBS_ERROR14","features":[56]},{"name":"GLU_NURBS_ERROR15","features":[56]},{"name":"GLU_NURBS_ERROR16","features":[56]},{"name":"GLU_NURBS_ERROR17","features":[56]},{"name":"GLU_NURBS_ERROR18","features":[56]},{"name":"GLU_NURBS_ERROR19","features":[56]},{"name":"GLU_NURBS_ERROR2","features":[56]},{"name":"GLU_NURBS_ERROR20","features":[56]},{"name":"GLU_NURBS_ERROR21","features":[56]},{"name":"GLU_NURBS_ERROR22","features":[56]},{"name":"GLU_NURBS_ERROR23","features":[56]},{"name":"GLU_NURBS_ERROR24","features":[56]},{"name":"GLU_NURBS_ERROR25","features":[56]},{"name":"GLU_NURBS_ERROR26","features":[56]},{"name":"GLU_NURBS_ERROR27","features":[56]},{"name":"GLU_NURBS_ERROR28","features":[56]},{"name":"GLU_NURBS_ERROR29","features":[56]},{"name":"GLU_NURBS_ERROR3","features":[56]},{"name":"GLU_NURBS_ERROR30","features":[56]},{"name":"GLU_NURBS_ERROR31","features":[56]},{"name":"GLU_NURBS_ERROR32","features":[56]},{"name":"GLU_NURBS_ERROR33","features":[56]},{"name":"GLU_NURBS_ERROR34","features":[56]},{"name":"GLU_NURBS_ERROR35","features":[56]},{"name":"GLU_NURBS_ERROR36","features":[56]},{"name":"GLU_NURBS_ERROR37","features":[56]},{"name":"GLU_NURBS_ERROR4","features":[56]},{"name":"GLU_NURBS_ERROR5","features":[56]},{"name":"GLU_NURBS_ERROR6","features":[56]},{"name":"GLU_NURBS_ERROR7","features":[56]},{"name":"GLU_NURBS_ERROR8","features":[56]},{"name":"GLU_NURBS_ERROR9","features":[56]},{"name":"GLU_OUTLINE_PATCH","features":[56]},{"name":"GLU_OUTLINE_POLYGON","features":[56]},{"name":"GLU_OUTSIDE","features":[56]},{"name":"GLU_OUT_OF_MEMORY","features":[56]},{"name":"GLU_PARAMETRIC_ERROR","features":[56]},{"name":"GLU_PARAMETRIC_TOLERANCE","features":[56]},{"name":"GLU_PATH_LENGTH","features":[56]},{"name":"GLU_POINT","features":[56]},{"name":"GLU_SAMPLING_METHOD","features":[56]},{"name":"GLU_SAMPLING_TOLERANCE","features":[56]},{"name":"GLU_SILHOUETTE","features":[56]},{"name":"GLU_SMOOTH","features":[56]},{"name":"GLU_TESS_BEGIN","features":[56]},{"name":"GLU_TESS_BEGIN_DATA","features":[56]},{"name":"GLU_TESS_BOUNDARY_ONLY","features":[56]},{"name":"GLU_TESS_COMBINE","features":[56]},{"name":"GLU_TESS_COMBINE_DATA","features":[56]},{"name":"GLU_TESS_COORD_TOO_LARGE","features":[56]},{"name":"GLU_TESS_EDGE_FLAG","features":[56]},{"name":"GLU_TESS_EDGE_FLAG_DATA","features":[56]},{"name":"GLU_TESS_END","features":[56]},{"name":"GLU_TESS_END_DATA","features":[56]},{"name":"GLU_TESS_ERROR","features":[56]},{"name":"GLU_TESS_ERROR1","features":[56]},{"name":"GLU_TESS_ERROR2","features":[56]},{"name":"GLU_TESS_ERROR3","features":[56]},{"name":"GLU_TESS_ERROR4","features":[56]},{"name":"GLU_TESS_ERROR5","features":[56]},{"name":"GLU_TESS_ERROR6","features":[56]},{"name":"GLU_TESS_ERROR7","features":[56]},{"name":"GLU_TESS_ERROR8","features":[56]},{"name":"GLU_TESS_ERROR_DATA","features":[56]},{"name":"GLU_TESS_MISSING_BEGIN_CONTOUR","features":[56]},{"name":"GLU_TESS_MISSING_BEGIN_POLYGON","features":[56]},{"name":"GLU_TESS_MISSING_END_CONTOUR","features":[56]},{"name":"GLU_TESS_MISSING_END_POLYGON","features":[56]},{"name":"GLU_TESS_NEED_COMBINE_CALLBACK","features":[56]},{"name":"GLU_TESS_TOLERANCE","features":[56]},{"name":"GLU_TESS_VERTEX","features":[56]},{"name":"GLU_TESS_VERTEX_DATA","features":[56]},{"name":"GLU_TESS_WINDING_ABS_GEQ_TWO","features":[56]},{"name":"GLU_TESS_WINDING_NEGATIVE","features":[56]},{"name":"GLU_TESS_WINDING_NONZERO","features":[56]},{"name":"GLU_TESS_WINDING_ODD","features":[56]},{"name":"GLU_TESS_WINDING_POSITIVE","features":[56]},{"name":"GLU_TESS_WINDING_RULE","features":[56]},{"name":"GLU_TRUE","features":[56]},{"name":"GLU_UNKNOWN","features":[56]},{"name":"GLU_U_STEP","features":[56]},{"name":"GLU_VERSION","features":[56]},{"name":"GLU_VERSION_1_1","features":[56]},{"name":"GLU_VERSION_1_2","features":[56]},{"name":"GLU_VERTEX","features":[56]},{"name":"GLU_V_STEP","features":[56]},{"name":"GLUnurbs","features":[56]},{"name":"GLUnurbsErrorProc","features":[56]},{"name":"GLUquadric","features":[56]},{"name":"GLUquadricErrorProc","features":[56]},{"name":"GLUtessBeginDataProc","features":[56]},{"name":"GLUtessBeginProc","features":[56]},{"name":"GLUtessCombineDataProc","features":[56]},{"name":"GLUtessCombineProc","features":[56]},{"name":"GLUtessEdgeFlagDataProc","features":[56]},{"name":"GLUtessEdgeFlagProc","features":[56]},{"name":"GLUtessEndDataProc","features":[56]},{"name":"GLUtessEndProc","features":[56]},{"name":"GLUtessErrorDataProc","features":[56]},{"name":"GLUtessErrorProc","features":[56]},{"name":"GLUtessVertexDataProc","features":[56]},{"name":"GLUtessVertexProc","features":[56]},{"name":"GLUtesselator","features":[56]},{"name":"GLYPHMETRICSFLOAT","features":[56]},{"name":"GL_2D","features":[56]},{"name":"GL_2_BYTES","features":[56]},{"name":"GL_3D","features":[56]},{"name":"GL_3D_COLOR","features":[56]},{"name":"GL_3D_COLOR_TEXTURE","features":[56]},{"name":"GL_3_BYTES","features":[56]},{"name":"GL_4D_COLOR_TEXTURE","features":[56]},{"name":"GL_4_BYTES","features":[56]},{"name":"GL_ACCUM","features":[56]},{"name":"GL_ACCUM_ALPHA_BITS","features":[56]},{"name":"GL_ACCUM_BLUE_BITS","features":[56]},{"name":"GL_ACCUM_BUFFER_BIT","features":[56]},{"name":"GL_ACCUM_CLEAR_VALUE","features":[56]},{"name":"GL_ACCUM_GREEN_BITS","features":[56]},{"name":"GL_ACCUM_RED_BITS","features":[56]},{"name":"GL_ADD","features":[56]},{"name":"GL_ALL_ATTRIB_BITS","features":[56]},{"name":"GL_ALPHA","features":[56]},{"name":"GL_ALPHA12","features":[56]},{"name":"GL_ALPHA16","features":[56]},{"name":"GL_ALPHA4","features":[56]},{"name":"GL_ALPHA8","features":[56]},{"name":"GL_ALPHA_BIAS","features":[56]},{"name":"GL_ALPHA_BITS","features":[56]},{"name":"GL_ALPHA_SCALE","features":[56]},{"name":"GL_ALPHA_TEST","features":[56]},{"name":"GL_ALPHA_TEST_FUNC","features":[56]},{"name":"GL_ALPHA_TEST_REF","features":[56]},{"name":"GL_ALWAYS","features":[56]},{"name":"GL_AMBIENT","features":[56]},{"name":"GL_AMBIENT_AND_DIFFUSE","features":[56]},{"name":"GL_AND","features":[56]},{"name":"GL_AND_INVERTED","features":[56]},{"name":"GL_AND_REVERSE","features":[56]},{"name":"GL_ATTRIB_STACK_DEPTH","features":[56]},{"name":"GL_AUTO_NORMAL","features":[56]},{"name":"GL_AUX0","features":[56]},{"name":"GL_AUX1","features":[56]},{"name":"GL_AUX2","features":[56]},{"name":"GL_AUX3","features":[56]},{"name":"GL_AUX_BUFFERS","features":[56]},{"name":"GL_BACK","features":[56]},{"name":"GL_BACK_LEFT","features":[56]},{"name":"GL_BACK_RIGHT","features":[56]},{"name":"GL_BGRA_EXT","features":[56]},{"name":"GL_BGR_EXT","features":[56]},{"name":"GL_BITMAP","features":[56]},{"name":"GL_BITMAP_TOKEN","features":[56]},{"name":"GL_BLEND","features":[56]},{"name":"GL_BLEND_DST","features":[56]},{"name":"GL_BLEND_SRC","features":[56]},{"name":"GL_BLUE","features":[56]},{"name":"GL_BLUE_BIAS","features":[56]},{"name":"GL_BLUE_BITS","features":[56]},{"name":"GL_BLUE_SCALE","features":[56]},{"name":"GL_BYTE","features":[56]},{"name":"GL_C3F_V3F","features":[56]},{"name":"GL_C4F_N3F_V3F","features":[56]},{"name":"GL_C4UB_V2F","features":[56]},{"name":"GL_C4UB_V3F","features":[56]},{"name":"GL_CCW","features":[56]},{"name":"GL_CLAMP","features":[56]},{"name":"GL_CLEAR","features":[56]},{"name":"GL_CLIENT_ALL_ATTRIB_BITS","features":[56]},{"name":"GL_CLIENT_ATTRIB_STACK_DEPTH","features":[56]},{"name":"GL_CLIENT_PIXEL_STORE_BIT","features":[56]},{"name":"GL_CLIENT_VERTEX_ARRAY_BIT","features":[56]},{"name":"GL_CLIP_PLANE0","features":[56]},{"name":"GL_CLIP_PLANE1","features":[56]},{"name":"GL_CLIP_PLANE2","features":[56]},{"name":"GL_CLIP_PLANE3","features":[56]},{"name":"GL_CLIP_PLANE4","features":[56]},{"name":"GL_CLIP_PLANE5","features":[56]},{"name":"GL_COEFF","features":[56]},{"name":"GL_COLOR","features":[56]},{"name":"GL_COLOR_ARRAY","features":[56]},{"name":"GL_COLOR_ARRAY_COUNT_EXT","features":[56]},{"name":"GL_COLOR_ARRAY_EXT","features":[56]},{"name":"GL_COLOR_ARRAY_POINTER","features":[56]},{"name":"GL_COLOR_ARRAY_POINTER_EXT","features":[56]},{"name":"GL_COLOR_ARRAY_SIZE","features":[56]},{"name":"GL_COLOR_ARRAY_SIZE_EXT","features":[56]},{"name":"GL_COLOR_ARRAY_STRIDE","features":[56]},{"name":"GL_COLOR_ARRAY_STRIDE_EXT","features":[56]},{"name":"GL_COLOR_ARRAY_TYPE","features":[56]},{"name":"GL_COLOR_ARRAY_TYPE_EXT","features":[56]},{"name":"GL_COLOR_BUFFER_BIT","features":[56]},{"name":"GL_COLOR_CLEAR_VALUE","features":[56]},{"name":"GL_COLOR_INDEX","features":[56]},{"name":"GL_COLOR_INDEX12_EXT","features":[56]},{"name":"GL_COLOR_INDEX16_EXT","features":[56]},{"name":"GL_COLOR_INDEX1_EXT","features":[56]},{"name":"GL_COLOR_INDEX2_EXT","features":[56]},{"name":"GL_COLOR_INDEX4_EXT","features":[56]},{"name":"GL_COLOR_INDEX8_EXT","features":[56]},{"name":"GL_COLOR_INDEXES","features":[56]},{"name":"GL_COLOR_LOGIC_OP","features":[56]},{"name":"GL_COLOR_MATERIAL","features":[56]},{"name":"GL_COLOR_MATERIAL_FACE","features":[56]},{"name":"GL_COLOR_MATERIAL_PARAMETER","features":[56]},{"name":"GL_COLOR_TABLE_ALPHA_SIZE_EXT","features":[56]},{"name":"GL_COLOR_TABLE_BLUE_SIZE_EXT","features":[56]},{"name":"GL_COLOR_TABLE_FORMAT_EXT","features":[56]},{"name":"GL_COLOR_TABLE_GREEN_SIZE_EXT","features":[56]},{"name":"GL_COLOR_TABLE_INTENSITY_SIZE_EXT","features":[56]},{"name":"GL_COLOR_TABLE_LUMINANCE_SIZE_EXT","features":[56]},{"name":"GL_COLOR_TABLE_RED_SIZE_EXT","features":[56]},{"name":"GL_COLOR_TABLE_WIDTH_EXT","features":[56]},{"name":"GL_COLOR_WRITEMASK","features":[56]},{"name":"GL_COMPILE","features":[56]},{"name":"GL_COMPILE_AND_EXECUTE","features":[56]},{"name":"GL_CONSTANT_ATTENUATION","features":[56]},{"name":"GL_COPY","features":[56]},{"name":"GL_COPY_INVERTED","features":[56]},{"name":"GL_COPY_PIXEL_TOKEN","features":[56]},{"name":"GL_CULL_FACE","features":[56]},{"name":"GL_CULL_FACE_MODE","features":[56]},{"name":"GL_CURRENT_BIT","features":[56]},{"name":"GL_CURRENT_COLOR","features":[56]},{"name":"GL_CURRENT_INDEX","features":[56]},{"name":"GL_CURRENT_NORMAL","features":[56]},{"name":"GL_CURRENT_RASTER_COLOR","features":[56]},{"name":"GL_CURRENT_RASTER_DISTANCE","features":[56]},{"name":"GL_CURRENT_RASTER_INDEX","features":[56]},{"name":"GL_CURRENT_RASTER_POSITION","features":[56]},{"name":"GL_CURRENT_RASTER_POSITION_VALID","features":[56]},{"name":"GL_CURRENT_RASTER_TEXTURE_COORDS","features":[56]},{"name":"GL_CURRENT_TEXTURE_COORDS","features":[56]},{"name":"GL_CW","features":[56]},{"name":"GL_DECAL","features":[56]},{"name":"GL_DECR","features":[56]},{"name":"GL_DEPTH","features":[56]},{"name":"GL_DEPTH_BIAS","features":[56]},{"name":"GL_DEPTH_BITS","features":[56]},{"name":"GL_DEPTH_BUFFER_BIT","features":[56]},{"name":"GL_DEPTH_CLEAR_VALUE","features":[56]},{"name":"GL_DEPTH_COMPONENT","features":[56]},{"name":"GL_DEPTH_FUNC","features":[56]},{"name":"GL_DEPTH_RANGE","features":[56]},{"name":"GL_DEPTH_SCALE","features":[56]},{"name":"GL_DEPTH_TEST","features":[56]},{"name":"GL_DEPTH_WRITEMASK","features":[56]},{"name":"GL_DIFFUSE","features":[56]},{"name":"GL_DITHER","features":[56]},{"name":"GL_DOMAIN","features":[56]},{"name":"GL_DONT_CARE","features":[56]},{"name":"GL_DOUBLE","features":[56]},{"name":"GL_DOUBLEBUFFER","features":[56]},{"name":"GL_DOUBLE_EXT","features":[56]},{"name":"GL_DRAW_BUFFER","features":[56]},{"name":"GL_DRAW_PIXEL_TOKEN","features":[56]},{"name":"GL_DST_ALPHA","features":[56]},{"name":"GL_DST_COLOR","features":[56]},{"name":"GL_EDGE_FLAG","features":[56]},{"name":"GL_EDGE_FLAG_ARRAY","features":[56]},{"name":"GL_EDGE_FLAG_ARRAY_COUNT_EXT","features":[56]},{"name":"GL_EDGE_FLAG_ARRAY_EXT","features":[56]},{"name":"GL_EDGE_FLAG_ARRAY_POINTER","features":[56]},{"name":"GL_EDGE_FLAG_ARRAY_POINTER_EXT","features":[56]},{"name":"GL_EDGE_FLAG_ARRAY_STRIDE","features":[56]},{"name":"GL_EDGE_FLAG_ARRAY_STRIDE_EXT","features":[56]},{"name":"GL_EMISSION","features":[56]},{"name":"GL_ENABLE_BIT","features":[56]},{"name":"GL_EQUAL","features":[56]},{"name":"GL_EQUIV","features":[56]},{"name":"GL_EVAL_BIT","features":[56]},{"name":"GL_EXP","features":[56]},{"name":"GL_EXP2","features":[56]},{"name":"GL_EXTENSIONS","features":[56]},{"name":"GL_EXT_bgra","features":[56]},{"name":"GL_EXT_paletted_texture","features":[56]},{"name":"GL_EXT_vertex_array","features":[56]},{"name":"GL_EYE_LINEAR","features":[56]},{"name":"GL_EYE_PLANE","features":[56]},{"name":"GL_FALSE","features":[56]},{"name":"GL_FASTEST","features":[56]},{"name":"GL_FEEDBACK","features":[56]},{"name":"GL_FEEDBACK_BUFFER_POINTER","features":[56]},{"name":"GL_FEEDBACK_BUFFER_SIZE","features":[56]},{"name":"GL_FEEDBACK_BUFFER_TYPE","features":[56]},{"name":"GL_FILL","features":[56]},{"name":"GL_FLAT","features":[56]},{"name":"GL_FLOAT","features":[56]},{"name":"GL_FOG","features":[56]},{"name":"GL_FOG_BIT","features":[56]},{"name":"GL_FOG_COLOR","features":[56]},{"name":"GL_FOG_DENSITY","features":[56]},{"name":"GL_FOG_END","features":[56]},{"name":"GL_FOG_HINT","features":[56]},{"name":"GL_FOG_INDEX","features":[56]},{"name":"GL_FOG_MODE","features":[56]},{"name":"GL_FOG_SPECULAR_TEXTURE_WIN","features":[56]},{"name":"GL_FOG_START","features":[56]},{"name":"GL_FRONT","features":[56]},{"name":"GL_FRONT_AND_BACK","features":[56]},{"name":"GL_FRONT_FACE","features":[56]},{"name":"GL_FRONT_LEFT","features":[56]},{"name":"GL_FRONT_RIGHT","features":[56]},{"name":"GL_GEQUAL","features":[56]},{"name":"GL_GREATER","features":[56]},{"name":"GL_GREEN","features":[56]},{"name":"GL_GREEN_BIAS","features":[56]},{"name":"GL_GREEN_BITS","features":[56]},{"name":"GL_GREEN_SCALE","features":[56]},{"name":"GL_HINT_BIT","features":[56]},{"name":"GL_INCR","features":[56]},{"name":"GL_INDEX_ARRAY","features":[56]},{"name":"GL_INDEX_ARRAY_COUNT_EXT","features":[56]},{"name":"GL_INDEX_ARRAY_EXT","features":[56]},{"name":"GL_INDEX_ARRAY_POINTER","features":[56]},{"name":"GL_INDEX_ARRAY_POINTER_EXT","features":[56]},{"name":"GL_INDEX_ARRAY_STRIDE","features":[56]},{"name":"GL_INDEX_ARRAY_STRIDE_EXT","features":[56]},{"name":"GL_INDEX_ARRAY_TYPE","features":[56]},{"name":"GL_INDEX_ARRAY_TYPE_EXT","features":[56]},{"name":"GL_INDEX_BITS","features":[56]},{"name":"GL_INDEX_CLEAR_VALUE","features":[56]},{"name":"GL_INDEX_LOGIC_OP","features":[56]},{"name":"GL_INDEX_MODE","features":[56]},{"name":"GL_INDEX_OFFSET","features":[56]},{"name":"GL_INDEX_SHIFT","features":[56]},{"name":"GL_INDEX_WRITEMASK","features":[56]},{"name":"GL_INT","features":[56]},{"name":"GL_INTENSITY","features":[56]},{"name":"GL_INTENSITY12","features":[56]},{"name":"GL_INTENSITY16","features":[56]},{"name":"GL_INTENSITY4","features":[56]},{"name":"GL_INTENSITY8","features":[56]},{"name":"GL_INVALID_ENUM","features":[56]},{"name":"GL_INVALID_OPERATION","features":[56]},{"name":"GL_INVALID_VALUE","features":[56]},{"name":"GL_INVERT","features":[56]},{"name":"GL_KEEP","features":[56]},{"name":"GL_LEFT","features":[56]},{"name":"GL_LEQUAL","features":[56]},{"name":"GL_LESS","features":[56]},{"name":"GL_LIGHT0","features":[56]},{"name":"GL_LIGHT1","features":[56]},{"name":"GL_LIGHT2","features":[56]},{"name":"GL_LIGHT3","features":[56]},{"name":"GL_LIGHT4","features":[56]},{"name":"GL_LIGHT5","features":[56]},{"name":"GL_LIGHT6","features":[56]},{"name":"GL_LIGHT7","features":[56]},{"name":"GL_LIGHTING","features":[56]},{"name":"GL_LIGHTING_BIT","features":[56]},{"name":"GL_LIGHT_MODEL_AMBIENT","features":[56]},{"name":"GL_LIGHT_MODEL_LOCAL_VIEWER","features":[56]},{"name":"GL_LIGHT_MODEL_TWO_SIDE","features":[56]},{"name":"GL_LINE","features":[56]},{"name":"GL_LINEAR","features":[56]},{"name":"GL_LINEAR_ATTENUATION","features":[56]},{"name":"GL_LINEAR_MIPMAP_LINEAR","features":[56]},{"name":"GL_LINEAR_MIPMAP_NEAREST","features":[56]},{"name":"GL_LINES","features":[56]},{"name":"GL_LINE_BIT","features":[56]},{"name":"GL_LINE_LOOP","features":[56]},{"name":"GL_LINE_RESET_TOKEN","features":[56]},{"name":"GL_LINE_SMOOTH","features":[56]},{"name":"GL_LINE_SMOOTH_HINT","features":[56]},{"name":"GL_LINE_STIPPLE","features":[56]},{"name":"GL_LINE_STIPPLE_PATTERN","features":[56]},{"name":"GL_LINE_STIPPLE_REPEAT","features":[56]},{"name":"GL_LINE_STRIP","features":[56]},{"name":"GL_LINE_TOKEN","features":[56]},{"name":"GL_LINE_WIDTH","features":[56]},{"name":"GL_LINE_WIDTH_GRANULARITY","features":[56]},{"name":"GL_LINE_WIDTH_RANGE","features":[56]},{"name":"GL_LIST_BASE","features":[56]},{"name":"GL_LIST_BIT","features":[56]},{"name":"GL_LIST_INDEX","features":[56]},{"name":"GL_LIST_MODE","features":[56]},{"name":"GL_LOAD","features":[56]},{"name":"GL_LOGIC_OP","features":[56]},{"name":"GL_LOGIC_OP_MODE","features":[56]},{"name":"GL_LUMINANCE","features":[56]},{"name":"GL_LUMINANCE12","features":[56]},{"name":"GL_LUMINANCE12_ALPHA12","features":[56]},{"name":"GL_LUMINANCE12_ALPHA4","features":[56]},{"name":"GL_LUMINANCE16","features":[56]},{"name":"GL_LUMINANCE16_ALPHA16","features":[56]},{"name":"GL_LUMINANCE4","features":[56]},{"name":"GL_LUMINANCE4_ALPHA4","features":[56]},{"name":"GL_LUMINANCE6_ALPHA2","features":[56]},{"name":"GL_LUMINANCE8","features":[56]},{"name":"GL_LUMINANCE8_ALPHA8","features":[56]},{"name":"GL_LUMINANCE_ALPHA","features":[56]},{"name":"GL_MAP1_COLOR_4","features":[56]},{"name":"GL_MAP1_GRID_DOMAIN","features":[56]},{"name":"GL_MAP1_GRID_SEGMENTS","features":[56]},{"name":"GL_MAP1_INDEX","features":[56]},{"name":"GL_MAP1_NORMAL","features":[56]},{"name":"GL_MAP1_TEXTURE_COORD_1","features":[56]},{"name":"GL_MAP1_TEXTURE_COORD_2","features":[56]},{"name":"GL_MAP1_TEXTURE_COORD_3","features":[56]},{"name":"GL_MAP1_TEXTURE_COORD_4","features":[56]},{"name":"GL_MAP1_VERTEX_3","features":[56]},{"name":"GL_MAP1_VERTEX_4","features":[56]},{"name":"GL_MAP2_COLOR_4","features":[56]},{"name":"GL_MAP2_GRID_DOMAIN","features":[56]},{"name":"GL_MAP2_GRID_SEGMENTS","features":[56]},{"name":"GL_MAP2_INDEX","features":[56]},{"name":"GL_MAP2_NORMAL","features":[56]},{"name":"GL_MAP2_TEXTURE_COORD_1","features":[56]},{"name":"GL_MAP2_TEXTURE_COORD_2","features":[56]},{"name":"GL_MAP2_TEXTURE_COORD_3","features":[56]},{"name":"GL_MAP2_TEXTURE_COORD_4","features":[56]},{"name":"GL_MAP2_VERTEX_3","features":[56]},{"name":"GL_MAP2_VERTEX_4","features":[56]},{"name":"GL_MAP_COLOR","features":[56]},{"name":"GL_MAP_STENCIL","features":[56]},{"name":"GL_MATRIX_MODE","features":[56]},{"name":"GL_MAX_ATTRIB_STACK_DEPTH","features":[56]},{"name":"GL_MAX_CLIENT_ATTRIB_STACK_DEPTH","features":[56]},{"name":"GL_MAX_CLIP_PLANES","features":[56]},{"name":"GL_MAX_ELEMENTS_INDICES_WIN","features":[56]},{"name":"GL_MAX_ELEMENTS_VERTICES_WIN","features":[56]},{"name":"GL_MAX_EVAL_ORDER","features":[56]},{"name":"GL_MAX_LIGHTS","features":[56]},{"name":"GL_MAX_LIST_NESTING","features":[56]},{"name":"GL_MAX_MODELVIEW_STACK_DEPTH","features":[56]},{"name":"GL_MAX_NAME_STACK_DEPTH","features":[56]},{"name":"GL_MAX_PIXEL_MAP_TABLE","features":[56]},{"name":"GL_MAX_PROJECTION_STACK_DEPTH","features":[56]},{"name":"GL_MAX_TEXTURE_SIZE","features":[56]},{"name":"GL_MAX_TEXTURE_STACK_DEPTH","features":[56]},{"name":"GL_MAX_VIEWPORT_DIMS","features":[56]},{"name":"GL_MODELVIEW","features":[56]},{"name":"GL_MODELVIEW_MATRIX","features":[56]},{"name":"GL_MODELVIEW_STACK_DEPTH","features":[56]},{"name":"GL_MODULATE","features":[56]},{"name":"GL_MULT","features":[56]},{"name":"GL_N3F_V3F","features":[56]},{"name":"GL_NAME_STACK_DEPTH","features":[56]},{"name":"GL_NAND","features":[56]},{"name":"GL_NEAREST","features":[56]},{"name":"GL_NEAREST_MIPMAP_LINEAR","features":[56]},{"name":"GL_NEAREST_MIPMAP_NEAREST","features":[56]},{"name":"GL_NEVER","features":[56]},{"name":"GL_NICEST","features":[56]},{"name":"GL_NONE","features":[56]},{"name":"GL_NOOP","features":[56]},{"name":"GL_NOR","features":[56]},{"name":"GL_NORMALIZE","features":[56]},{"name":"GL_NORMAL_ARRAY","features":[56]},{"name":"GL_NORMAL_ARRAY_COUNT_EXT","features":[56]},{"name":"GL_NORMAL_ARRAY_EXT","features":[56]},{"name":"GL_NORMAL_ARRAY_POINTER","features":[56]},{"name":"GL_NORMAL_ARRAY_POINTER_EXT","features":[56]},{"name":"GL_NORMAL_ARRAY_STRIDE","features":[56]},{"name":"GL_NORMAL_ARRAY_STRIDE_EXT","features":[56]},{"name":"GL_NORMAL_ARRAY_TYPE","features":[56]},{"name":"GL_NORMAL_ARRAY_TYPE_EXT","features":[56]},{"name":"GL_NOTEQUAL","features":[56]},{"name":"GL_NO_ERROR","features":[56]},{"name":"GL_OBJECT_LINEAR","features":[56]},{"name":"GL_OBJECT_PLANE","features":[56]},{"name":"GL_ONE","features":[56]},{"name":"GL_ONE_MINUS_DST_ALPHA","features":[56]},{"name":"GL_ONE_MINUS_DST_COLOR","features":[56]},{"name":"GL_ONE_MINUS_SRC_ALPHA","features":[56]},{"name":"GL_ONE_MINUS_SRC_COLOR","features":[56]},{"name":"GL_OR","features":[56]},{"name":"GL_ORDER","features":[56]},{"name":"GL_OR_INVERTED","features":[56]},{"name":"GL_OR_REVERSE","features":[56]},{"name":"GL_OUT_OF_MEMORY","features":[56]},{"name":"GL_PACK_ALIGNMENT","features":[56]},{"name":"GL_PACK_LSB_FIRST","features":[56]},{"name":"GL_PACK_ROW_LENGTH","features":[56]},{"name":"GL_PACK_SKIP_PIXELS","features":[56]},{"name":"GL_PACK_SKIP_ROWS","features":[56]},{"name":"GL_PACK_SWAP_BYTES","features":[56]},{"name":"GL_PASS_THROUGH_TOKEN","features":[56]},{"name":"GL_PERSPECTIVE_CORRECTION_HINT","features":[56]},{"name":"GL_PHONG_HINT_WIN","features":[56]},{"name":"GL_PHONG_WIN","features":[56]},{"name":"GL_PIXEL_MAP_A_TO_A","features":[56]},{"name":"GL_PIXEL_MAP_A_TO_A_SIZE","features":[56]},{"name":"GL_PIXEL_MAP_B_TO_B","features":[56]},{"name":"GL_PIXEL_MAP_B_TO_B_SIZE","features":[56]},{"name":"GL_PIXEL_MAP_G_TO_G","features":[56]},{"name":"GL_PIXEL_MAP_G_TO_G_SIZE","features":[56]},{"name":"GL_PIXEL_MAP_I_TO_A","features":[56]},{"name":"GL_PIXEL_MAP_I_TO_A_SIZE","features":[56]},{"name":"GL_PIXEL_MAP_I_TO_B","features":[56]},{"name":"GL_PIXEL_MAP_I_TO_B_SIZE","features":[56]},{"name":"GL_PIXEL_MAP_I_TO_G","features":[56]},{"name":"GL_PIXEL_MAP_I_TO_G_SIZE","features":[56]},{"name":"GL_PIXEL_MAP_I_TO_I","features":[56]},{"name":"GL_PIXEL_MAP_I_TO_I_SIZE","features":[56]},{"name":"GL_PIXEL_MAP_I_TO_R","features":[56]},{"name":"GL_PIXEL_MAP_I_TO_R_SIZE","features":[56]},{"name":"GL_PIXEL_MAP_R_TO_R","features":[56]},{"name":"GL_PIXEL_MAP_R_TO_R_SIZE","features":[56]},{"name":"GL_PIXEL_MAP_S_TO_S","features":[56]},{"name":"GL_PIXEL_MAP_S_TO_S_SIZE","features":[56]},{"name":"GL_PIXEL_MODE_BIT","features":[56]},{"name":"GL_POINT","features":[56]},{"name":"GL_POINTS","features":[56]},{"name":"GL_POINT_BIT","features":[56]},{"name":"GL_POINT_SIZE","features":[56]},{"name":"GL_POINT_SIZE_GRANULARITY","features":[56]},{"name":"GL_POINT_SIZE_RANGE","features":[56]},{"name":"GL_POINT_SMOOTH","features":[56]},{"name":"GL_POINT_SMOOTH_HINT","features":[56]},{"name":"GL_POINT_TOKEN","features":[56]},{"name":"GL_POLYGON","features":[56]},{"name":"GL_POLYGON_BIT","features":[56]},{"name":"GL_POLYGON_MODE","features":[56]},{"name":"GL_POLYGON_OFFSET_FACTOR","features":[56]},{"name":"GL_POLYGON_OFFSET_FILL","features":[56]},{"name":"GL_POLYGON_OFFSET_LINE","features":[56]},{"name":"GL_POLYGON_OFFSET_POINT","features":[56]},{"name":"GL_POLYGON_OFFSET_UNITS","features":[56]},{"name":"GL_POLYGON_SMOOTH","features":[56]},{"name":"GL_POLYGON_SMOOTH_HINT","features":[56]},{"name":"GL_POLYGON_STIPPLE","features":[56]},{"name":"GL_POLYGON_STIPPLE_BIT","features":[56]},{"name":"GL_POLYGON_TOKEN","features":[56]},{"name":"GL_POSITION","features":[56]},{"name":"GL_PROJECTION","features":[56]},{"name":"GL_PROJECTION_MATRIX","features":[56]},{"name":"GL_PROJECTION_STACK_DEPTH","features":[56]},{"name":"GL_PROXY_TEXTURE_1D","features":[56]},{"name":"GL_PROXY_TEXTURE_2D","features":[56]},{"name":"GL_Q","features":[56]},{"name":"GL_QUADRATIC_ATTENUATION","features":[56]},{"name":"GL_QUADS","features":[56]},{"name":"GL_QUAD_STRIP","features":[56]},{"name":"GL_R","features":[56]},{"name":"GL_R3_G3_B2","features":[56]},{"name":"GL_READ_BUFFER","features":[56]},{"name":"GL_RED","features":[56]},{"name":"GL_RED_BIAS","features":[56]},{"name":"GL_RED_BITS","features":[56]},{"name":"GL_RED_SCALE","features":[56]},{"name":"GL_RENDER","features":[56]},{"name":"GL_RENDERER","features":[56]},{"name":"GL_RENDER_MODE","features":[56]},{"name":"GL_REPEAT","features":[56]},{"name":"GL_REPLACE","features":[56]},{"name":"GL_RETURN","features":[56]},{"name":"GL_RGB","features":[56]},{"name":"GL_RGB10","features":[56]},{"name":"GL_RGB10_A2","features":[56]},{"name":"GL_RGB12","features":[56]},{"name":"GL_RGB16","features":[56]},{"name":"GL_RGB4","features":[56]},{"name":"GL_RGB5","features":[56]},{"name":"GL_RGB5_A1","features":[56]},{"name":"GL_RGB8","features":[56]},{"name":"GL_RGBA","features":[56]},{"name":"GL_RGBA12","features":[56]},{"name":"GL_RGBA16","features":[56]},{"name":"GL_RGBA2","features":[56]},{"name":"GL_RGBA4","features":[56]},{"name":"GL_RGBA8","features":[56]},{"name":"GL_RGBA_MODE","features":[56]},{"name":"GL_RIGHT","features":[56]},{"name":"GL_S","features":[56]},{"name":"GL_SCISSOR_BIT","features":[56]},{"name":"GL_SCISSOR_BOX","features":[56]},{"name":"GL_SCISSOR_TEST","features":[56]},{"name":"GL_SELECT","features":[56]},{"name":"GL_SELECTION_BUFFER_POINTER","features":[56]},{"name":"GL_SELECTION_BUFFER_SIZE","features":[56]},{"name":"GL_SET","features":[56]},{"name":"GL_SHADE_MODEL","features":[56]},{"name":"GL_SHININESS","features":[56]},{"name":"GL_SHORT","features":[56]},{"name":"GL_SMOOTH","features":[56]},{"name":"GL_SPECULAR","features":[56]},{"name":"GL_SPHERE_MAP","features":[56]},{"name":"GL_SPOT_CUTOFF","features":[56]},{"name":"GL_SPOT_DIRECTION","features":[56]},{"name":"GL_SPOT_EXPONENT","features":[56]},{"name":"GL_SRC_ALPHA","features":[56]},{"name":"GL_SRC_ALPHA_SATURATE","features":[56]},{"name":"GL_SRC_COLOR","features":[56]},{"name":"GL_STACK_OVERFLOW","features":[56]},{"name":"GL_STACK_UNDERFLOW","features":[56]},{"name":"GL_STENCIL","features":[56]},{"name":"GL_STENCIL_BITS","features":[56]},{"name":"GL_STENCIL_BUFFER_BIT","features":[56]},{"name":"GL_STENCIL_CLEAR_VALUE","features":[56]},{"name":"GL_STENCIL_FAIL","features":[56]},{"name":"GL_STENCIL_FUNC","features":[56]},{"name":"GL_STENCIL_INDEX","features":[56]},{"name":"GL_STENCIL_PASS_DEPTH_FAIL","features":[56]},{"name":"GL_STENCIL_PASS_DEPTH_PASS","features":[56]},{"name":"GL_STENCIL_REF","features":[56]},{"name":"GL_STENCIL_TEST","features":[56]},{"name":"GL_STENCIL_VALUE_MASK","features":[56]},{"name":"GL_STENCIL_WRITEMASK","features":[56]},{"name":"GL_STEREO","features":[56]},{"name":"GL_SUBPIXEL_BITS","features":[56]},{"name":"GL_T","features":[56]},{"name":"GL_T2F_C3F_V3F","features":[56]},{"name":"GL_T2F_C4F_N3F_V3F","features":[56]},{"name":"GL_T2F_C4UB_V3F","features":[56]},{"name":"GL_T2F_N3F_V3F","features":[56]},{"name":"GL_T2F_V3F","features":[56]},{"name":"GL_T4F_C4F_N3F_V4F","features":[56]},{"name":"GL_T4F_V4F","features":[56]},{"name":"GL_TEXTURE","features":[56]},{"name":"GL_TEXTURE_1D","features":[56]},{"name":"GL_TEXTURE_2D","features":[56]},{"name":"GL_TEXTURE_ALPHA_SIZE","features":[56]},{"name":"GL_TEXTURE_BINDING_1D","features":[56]},{"name":"GL_TEXTURE_BINDING_2D","features":[56]},{"name":"GL_TEXTURE_BIT","features":[56]},{"name":"GL_TEXTURE_BLUE_SIZE","features":[56]},{"name":"GL_TEXTURE_BORDER","features":[56]},{"name":"GL_TEXTURE_BORDER_COLOR","features":[56]},{"name":"GL_TEXTURE_COMPONENTS","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY_COUNT_EXT","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY_EXT","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY_POINTER","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY_POINTER_EXT","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY_SIZE","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY_SIZE_EXT","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY_STRIDE","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY_STRIDE_EXT","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY_TYPE","features":[56]},{"name":"GL_TEXTURE_COORD_ARRAY_TYPE_EXT","features":[56]},{"name":"GL_TEXTURE_ENV","features":[56]},{"name":"GL_TEXTURE_ENV_COLOR","features":[56]},{"name":"GL_TEXTURE_ENV_MODE","features":[56]},{"name":"GL_TEXTURE_GEN_MODE","features":[56]},{"name":"GL_TEXTURE_GEN_Q","features":[56]},{"name":"GL_TEXTURE_GEN_R","features":[56]},{"name":"GL_TEXTURE_GEN_S","features":[56]},{"name":"GL_TEXTURE_GEN_T","features":[56]},{"name":"GL_TEXTURE_GREEN_SIZE","features":[56]},{"name":"GL_TEXTURE_HEIGHT","features":[56]},{"name":"GL_TEXTURE_INTENSITY_SIZE","features":[56]},{"name":"GL_TEXTURE_INTERNAL_FORMAT","features":[56]},{"name":"GL_TEXTURE_LUMINANCE_SIZE","features":[56]},{"name":"GL_TEXTURE_MAG_FILTER","features":[56]},{"name":"GL_TEXTURE_MATRIX","features":[56]},{"name":"GL_TEXTURE_MIN_FILTER","features":[56]},{"name":"GL_TEXTURE_PRIORITY","features":[56]},{"name":"GL_TEXTURE_RED_SIZE","features":[56]},{"name":"GL_TEXTURE_RESIDENT","features":[56]},{"name":"GL_TEXTURE_STACK_DEPTH","features":[56]},{"name":"GL_TEXTURE_WIDTH","features":[56]},{"name":"GL_TEXTURE_WRAP_S","features":[56]},{"name":"GL_TEXTURE_WRAP_T","features":[56]},{"name":"GL_TRANSFORM_BIT","features":[56]},{"name":"GL_TRIANGLES","features":[56]},{"name":"GL_TRIANGLE_FAN","features":[56]},{"name":"GL_TRIANGLE_STRIP","features":[56]},{"name":"GL_TRUE","features":[56]},{"name":"GL_UNPACK_ALIGNMENT","features":[56]},{"name":"GL_UNPACK_LSB_FIRST","features":[56]},{"name":"GL_UNPACK_ROW_LENGTH","features":[56]},{"name":"GL_UNPACK_SKIP_PIXELS","features":[56]},{"name":"GL_UNPACK_SKIP_ROWS","features":[56]},{"name":"GL_UNPACK_SWAP_BYTES","features":[56]},{"name":"GL_UNSIGNED_BYTE","features":[56]},{"name":"GL_UNSIGNED_INT","features":[56]},{"name":"GL_UNSIGNED_SHORT","features":[56]},{"name":"GL_V2F","features":[56]},{"name":"GL_V3F","features":[56]},{"name":"GL_VENDOR","features":[56]},{"name":"GL_VERSION","features":[56]},{"name":"GL_VERSION_1_1","features":[56]},{"name":"GL_VERTEX_ARRAY","features":[56]},{"name":"GL_VERTEX_ARRAY_COUNT_EXT","features":[56]},{"name":"GL_VERTEX_ARRAY_EXT","features":[56]},{"name":"GL_VERTEX_ARRAY_POINTER","features":[56]},{"name":"GL_VERTEX_ARRAY_POINTER_EXT","features":[56]},{"name":"GL_VERTEX_ARRAY_SIZE","features":[56]},{"name":"GL_VERTEX_ARRAY_SIZE_EXT","features":[56]},{"name":"GL_VERTEX_ARRAY_STRIDE","features":[56]},{"name":"GL_VERTEX_ARRAY_STRIDE_EXT","features":[56]},{"name":"GL_VERTEX_ARRAY_TYPE","features":[56]},{"name":"GL_VERTEX_ARRAY_TYPE_EXT","features":[56]},{"name":"GL_VIEWPORT","features":[56]},{"name":"GL_VIEWPORT_BIT","features":[56]},{"name":"GL_WIN_draw_range_elements","features":[56]},{"name":"GL_WIN_swap_hint","features":[56]},{"name":"GL_XOR","features":[56]},{"name":"GL_ZERO","features":[56]},{"name":"GL_ZOOM_X","features":[56]},{"name":"GL_ZOOM_Y","features":[56]},{"name":"GetEnhMetaFilePixelFormat","features":[14,56]},{"name":"GetPixelFormat","features":[14,56]},{"name":"HGLRC","features":[56]},{"name":"LAYERPLANEDESCRIPTOR","features":[3,56]},{"name":"PFD_DEPTH_DONTCARE","features":[56]},{"name":"PFD_DIRECT3D_ACCELERATED","features":[56]},{"name":"PFD_DOUBLEBUFFER","features":[56]},{"name":"PFD_DOUBLEBUFFER_DONTCARE","features":[56]},{"name":"PFD_DRAW_TO_BITMAP","features":[56]},{"name":"PFD_DRAW_TO_WINDOW","features":[56]},{"name":"PFD_FLAGS","features":[56]},{"name":"PFD_GENERIC_ACCELERATED","features":[56]},{"name":"PFD_GENERIC_FORMAT","features":[56]},{"name":"PFD_LAYER_TYPE","features":[56]},{"name":"PFD_MAIN_PLANE","features":[56]},{"name":"PFD_NEED_PALETTE","features":[56]},{"name":"PFD_NEED_SYSTEM_PALETTE","features":[56]},{"name":"PFD_OVERLAY_PLANE","features":[56]},{"name":"PFD_PIXEL_TYPE","features":[56]},{"name":"PFD_STEREO","features":[56]},{"name":"PFD_STEREO_DONTCARE","features":[56]},{"name":"PFD_SUPPORT_COMPOSITION","features":[56]},{"name":"PFD_SUPPORT_DIRECTDRAW","features":[56]},{"name":"PFD_SUPPORT_GDI","features":[56]},{"name":"PFD_SUPPORT_OPENGL","features":[56]},{"name":"PFD_SWAP_COPY","features":[56]},{"name":"PFD_SWAP_EXCHANGE","features":[56]},{"name":"PFD_SWAP_LAYER_BUFFERS","features":[56]},{"name":"PFD_TYPE_COLORINDEX","features":[56]},{"name":"PFD_TYPE_RGBA","features":[56]},{"name":"PFD_UNDERLAY_PLANE","features":[56]},{"name":"PFNGLADDSWAPHINTRECTWINPROC","features":[56]},{"name":"PFNGLARRAYELEMENTARRAYEXTPROC","features":[56]},{"name":"PFNGLARRAYELEMENTEXTPROC","features":[56]},{"name":"PFNGLCOLORPOINTEREXTPROC","features":[56]},{"name":"PFNGLCOLORSUBTABLEEXTPROC","features":[56]},{"name":"PFNGLCOLORTABLEEXTPROC","features":[56]},{"name":"PFNGLDRAWARRAYSEXTPROC","features":[56]},{"name":"PFNGLDRAWRANGEELEMENTSWINPROC","features":[56]},{"name":"PFNGLEDGEFLAGPOINTEREXTPROC","features":[56]},{"name":"PFNGLGETCOLORTABLEEXTPROC","features":[56]},{"name":"PFNGLGETCOLORTABLEPARAMETERFVEXTPROC","features":[56]},{"name":"PFNGLGETCOLORTABLEPARAMETERIVEXTPROC","features":[56]},{"name":"PFNGLGETPOINTERVEXTPROC","features":[56]},{"name":"PFNGLINDEXPOINTEREXTPROC","features":[56]},{"name":"PFNGLNORMALPOINTEREXTPROC","features":[56]},{"name":"PFNGLTEXCOORDPOINTEREXTPROC","features":[56]},{"name":"PFNGLVERTEXPOINTEREXTPROC","features":[56]},{"name":"PIXELFORMATDESCRIPTOR","features":[56]},{"name":"POINTFLOAT","features":[56]},{"name":"SetPixelFormat","features":[3,14,56]},{"name":"SwapBuffers","features":[3,14,56]},{"name":"glAccum","features":[56]},{"name":"glAlphaFunc","features":[56]},{"name":"glAreTexturesResident","features":[56]},{"name":"glArrayElement","features":[56]},{"name":"glBegin","features":[56]},{"name":"glBindTexture","features":[56]},{"name":"glBitmap","features":[56]},{"name":"glBlendFunc","features":[56]},{"name":"glCallList","features":[56]},{"name":"glCallLists","features":[56]},{"name":"glClear","features":[56]},{"name":"glClearAccum","features":[56]},{"name":"glClearColor","features":[56]},{"name":"glClearDepth","features":[56]},{"name":"glClearIndex","features":[56]},{"name":"glClearStencil","features":[56]},{"name":"glClipPlane","features":[56]},{"name":"glColor3b","features":[56]},{"name":"glColor3bv","features":[56]},{"name":"glColor3d","features":[56]},{"name":"glColor3dv","features":[56]},{"name":"glColor3f","features":[56]},{"name":"glColor3fv","features":[56]},{"name":"glColor3i","features":[56]},{"name":"glColor3iv","features":[56]},{"name":"glColor3s","features":[56]},{"name":"glColor3sv","features":[56]},{"name":"glColor3ub","features":[56]},{"name":"glColor3ubv","features":[56]},{"name":"glColor3ui","features":[56]},{"name":"glColor3uiv","features":[56]},{"name":"glColor3us","features":[56]},{"name":"glColor3usv","features":[56]},{"name":"glColor4b","features":[56]},{"name":"glColor4bv","features":[56]},{"name":"glColor4d","features":[56]},{"name":"glColor4dv","features":[56]},{"name":"glColor4f","features":[56]},{"name":"glColor4fv","features":[56]},{"name":"glColor4i","features":[56]},{"name":"glColor4iv","features":[56]},{"name":"glColor4s","features":[56]},{"name":"glColor4sv","features":[56]},{"name":"glColor4ub","features":[56]},{"name":"glColor4ubv","features":[56]},{"name":"glColor4ui","features":[56]},{"name":"glColor4uiv","features":[56]},{"name":"glColor4us","features":[56]},{"name":"glColor4usv","features":[56]},{"name":"glColorMask","features":[56]},{"name":"glColorMaterial","features":[56]},{"name":"glColorPointer","features":[56]},{"name":"glCopyPixels","features":[56]},{"name":"glCopyTexImage1D","features":[56]},{"name":"glCopyTexImage2D","features":[56]},{"name":"glCopyTexSubImage1D","features":[56]},{"name":"glCopyTexSubImage2D","features":[56]},{"name":"glCullFace","features":[56]},{"name":"glDeleteLists","features":[56]},{"name":"glDeleteTextures","features":[56]},{"name":"glDepthFunc","features":[56]},{"name":"glDepthMask","features":[56]},{"name":"glDepthRange","features":[56]},{"name":"glDisable","features":[56]},{"name":"glDisableClientState","features":[56]},{"name":"glDrawArrays","features":[56]},{"name":"glDrawBuffer","features":[56]},{"name":"glDrawElements","features":[56]},{"name":"glDrawPixels","features":[56]},{"name":"glEdgeFlag","features":[56]},{"name":"glEdgeFlagPointer","features":[56]},{"name":"glEdgeFlagv","features":[56]},{"name":"glEnable","features":[56]},{"name":"glEnableClientState","features":[56]},{"name":"glEnd","features":[56]},{"name":"glEndList","features":[56]},{"name":"glEvalCoord1d","features":[56]},{"name":"glEvalCoord1dv","features":[56]},{"name":"glEvalCoord1f","features":[56]},{"name":"glEvalCoord1fv","features":[56]},{"name":"glEvalCoord2d","features":[56]},{"name":"glEvalCoord2dv","features":[56]},{"name":"glEvalCoord2f","features":[56]},{"name":"glEvalCoord2fv","features":[56]},{"name":"glEvalMesh1","features":[56]},{"name":"glEvalMesh2","features":[56]},{"name":"glEvalPoint1","features":[56]},{"name":"glEvalPoint2","features":[56]},{"name":"glFeedbackBuffer","features":[56]},{"name":"glFinish","features":[56]},{"name":"glFlush","features":[56]},{"name":"glFogf","features":[56]},{"name":"glFogfv","features":[56]},{"name":"glFogi","features":[56]},{"name":"glFogiv","features":[56]},{"name":"glFrontFace","features":[56]},{"name":"glFrustum","features":[56]},{"name":"glGenLists","features":[56]},{"name":"glGenTextures","features":[56]},{"name":"glGetBooleanv","features":[56]},{"name":"glGetClipPlane","features":[56]},{"name":"glGetDoublev","features":[56]},{"name":"glGetError","features":[56]},{"name":"glGetFloatv","features":[56]},{"name":"glGetIntegerv","features":[56]},{"name":"glGetLightfv","features":[56]},{"name":"glGetLightiv","features":[56]},{"name":"glGetMapdv","features":[56]},{"name":"glGetMapfv","features":[56]},{"name":"glGetMapiv","features":[56]},{"name":"glGetMaterialfv","features":[56]},{"name":"glGetMaterialiv","features":[56]},{"name":"glGetPixelMapfv","features":[56]},{"name":"glGetPixelMapuiv","features":[56]},{"name":"glGetPixelMapusv","features":[56]},{"name":"glGetPointerv","features":[56]},{"name":"glGetPolygonStipple","features":[56]},{"name":"glGetString","features":[56]},{"name":"glGetTexEnvfv","features":[56]},{"name":"glGetTexEnviv","features":[56]},{"name":"glGetTexGendv","features":[56]},{"name":"glGetTexGenfv","features":[56]},{"name":"glGetTexGeniv","features":[56]},{"name":"glGetTexImage","features":[56]},{"name":"glGetTexLevelParameterfv","features":[56]},{"name":"glGetTexLevelParameteriv","features":[56]},{"name":"glGetTexParameterfv","features":[56]},{"name":"glGetTexParameteriv","features":[56]},{"name":"glHint","features":[56]},{"name":"glIndexMask","features":[56]},{"name":"glIndexPointer","features":[56]},{"name":"glIndexd","features":[56]},{"name":"glIndexdv","features":[56]},{"name":"glIndexf","features":[56]},{"name":"glIndexfv","features":[56]},{"name":"glIndexi","features":[56]},{"name":"glIndexiv","features":[56]},{"name":"glIndexs","features":[56]},{"name":"glIndexsv","features":[56]},{"name":"glIndexub","features":[56]},{"name":"glIndexubv","features":[56]},{"name":"glInitNames","features":[56]},{"name":"glInterleavedArrays","features":[56]},{"name":"glIsEnabled","features":[56]},{"name":"glIsList","features":[56]},{"name":"glIsTexture","features":[56]},{"name":"glLightModelf","features":[56]},{"name":"glLightModelfv","features":[56]},{"name":"glLightModeli","features":[56]},{"name":"glLightModeliv","features":[56]},{"name":"glLightf","features":[56]},{"name":"glLightfv","features":[56]},{"name":"glLighti","features":[56]},{"name":"glLightiv","features":[56]},{"name":"glLineStipple","features":[56]},{"name":"glLineWidth","features":[56]},{"name":"glListBase","features":[56]},{"name":"glLoadIdentity","features":[56]},{"name":"glLoadMatrixd","features":[56]},{"name":"glLoadMatrixf","features":[56]},{"name":"glLoadName","features":[56]},{"name":"glLogicOp","features":[56]},{"name":"glMap1d","features":[56]},{"name":"glMap1f","features":[56]},{"name":"glMap2d","features":[56]},{"name":"glMap2f","features":[56]},{"name":"glMapGrid1d","features":[56]},{"name":"glMapGrid1f","features":[56]},{"name":"glMapGrid2d","features":[56]},{"name":"glMapGrid2f","features":[56]},{"name":"glMaterialf","features":[56]},{"name":"glMaterialfv","features":[56]},{"name":"glMateriali","features":[56]},{"name":"glMaterialiv","features":[56]},{"name":"glMatrixMode","features":[56]},{"name":"glMultMatrixd","features":[56]},{"name":"glMultMatrixf","features":[56]},{"name":"glNewList","features":[56]},{"name":"glNormal3b","features":[56]},{"name":"glNormal3bv","features":[56]},{"name":"glNormal3d","features":[56]},{"name":"glNormal3dv","features":[56]},{"name":"glNormal3f","features":[56]},{"name":"glNormal3fv","features":[56]},{"name":"glNormal3i","features":[56]},{"name":"glNormal3iv","features":[56]},{"name":"glNormal3s","features":[56]},{"name":"glNormal3sv","features":[56]},{"name":"glNormalPointer","features":[56]},{"name":"glOrtho","features":[56]},{"name":"glPassThrough","features":[56]},{"name":"glPixelMapfv","features":[56]},{"name":"glPixelMapuiv","features":[56]},{"name":"glPixelMapusv","features":[56]},{"name":"glPixelStoref","features":[56]},{"name":"glPixelStorei","features":[56]},{"name":"glPixelTransferf","features":[56]},{"name":"glPixelTransferi","features":[56]},{"name":"glPixelZoom","features":[56]},{"name":"glPointSize","features":[56]},{"name":"glPolygonMode","features":[56]},{"name":"glPolygonOffset","features":[56]},{"name":"glPolygonStipple","features":[56]},{"name":"glPopAttrib","features":[56]},{"name":"glPopClientAttrib","features":[56]},{"name":"glPopMatrix","features":[56]},{"name":"glPopName","features":[56]},{"name":"glPrioritizeTextures","features":[56]},{"name":"glPushAttrib","features":[56]},{"name":"glPushClientAttrib","features":[56]},{"name":"glPushMatrix","features":[56]},{"name":"glPushName","features":[56]},{"name":"glRasterPos2d","features":[56]},{"name":"glRasterPos2dv","features":[56]},{"name":"glRasterPos2f","features":[56]},{"name":"glRasterPos2fv","features":[56]},{"name":"glRasterPos2i","features":[56]},{"name":"glRasterPos2iv","features":[56]},{"name":"glRasterPos2s","features":[56]},{"name":"glRasterPos2sv","features":[56]},{"name":"glRasterPos3d","features":[56]},{"name":"glRasterPos3dv","features":[56]},{"name":"glRasterPos3f","features":[56]},{"name":"glRasterPos3fv","features":[56]},{"name":"glRasterPos3i","features":[56]},{"name":"glRasterPos3iv","features":[56]},{"name":"glRasterPos3s","features":[56]},{"name":"glRasterPos3sv","features":[56]},{"name":"glRasterPos4d","features":[56]},{"name":"glRasterPos4dv","features":[56]},{"name":"glRasterPos4f","features":[56]},{"name":"glRasterPos4fv","features":[56]},{"name":"glRasterPos4i","features":[56]},{"name":"glRasterPos4iv","features":[56]},{"name":"glRasterPos4s","features":[56]},{"name":"glRasterPos4sv","features":[56]},{"name":"glReadBuffer","features":[56]},{"name":"glReadPixels","features":[56]},{"name":"glRectd","features":[56]},{"name":"glRectdv","features":[56]},{"name":"glRectf","features":[56]},{"name":"glRectfv","features":[56]},{"name":"glRecti","features":[56]},{"name":"glRectiv","features":[56]},{"name":"glRects","features":[56]},{"name":"glRectsv","features":[56]},{"name":"glRenderMode","features":[56]},{"name":"glRotated","features":[56]},{"name":"glRotatef","features":[56]},{"name":"glScaled","features":[56]},{"name":"glScalef","features":[56]},{"name":"glScissor","features":[56]},{"name":"glSelectBuffer","features":[56]},{"name":"glShadeModel","features":[56]},{"name":"glStencilFunc","features":[56]},{"name":"glStencilMask","features":[56]},{"name":"glStencilOp","features":[56]},{"name":"glTexCoord1d","features":[56]},{"name":"glTexCoord1dv","features":[56]},{"name":"glTexCoord1f","features":[56]},{"name":"glTexCoord1fv","features":[56]},{"name":"glTexCoord1i","features":[56]},{"name":"glTexCoord1iv","features":[56]},{"name":"glTexCoord1s","features":[56]},{"name":"glTexCoord1sv","features":[56]},{"name":"glTexCoord2d","features":[56]},{"name":"glTexCoord2dv","features":[56]},{"name":"glTexCoord2f","features":[56]},{"name":"glTexCoord2fv","features":[56]},{"name":"glTexCoord2i","features":[56]},{"name":"glTexCoord2iv","features":[56]},{"name":"glTexCoord2s","features":[56]},{"name":"glTexCoord2sv","features":[56]},{"name":"glTexCoord3d","features":[56]},{"name":"glTexCoord3dv","features":[56]},{"name":"glTexCoord3f","features":[56]},{"name":"glTexCoord3fv","features":[56]},{"name":"glTexCoord3i","features":[56]},{"name":"glTexCoord3iv","features":[56]},{"name":"glTexCoord3s","features":[56]},{"name":"glTexCoord3sv","features":[56]},{"name":"glTexCoord4d","features":[56]},{"name":"glTexCoord4dv","features":[56]},{"name":"glTexCoord4f","features":[56]},{"name":"glTexCoord4fv","features":[56]},{"name":"glTexCoord4i","features":[56]},{"name":"glTexCoord4iv","features":[56]},{"name":"glTexCoord4s","features":[56]},{"name":"glTexCoord4sv","features":[56]},{"name":"glTexCoordPointer","features":[56]},{"name":"glTexEnvf","features":[56]},{"name":"glTexEnvfv","features":[56]},{"name":"glTexEnvi","features":[56]},{"name":"glTexEnviv","features":[56]},{"name":"glTexGend","features":[56]},{"name":"glTexGendv","features":[56]},{"name":"glTexGenf","features":[56]},{"name":"glTexGenfv","features":[56]},{"name":"glTexGeni","features":[56]},{"name":"glTexGeniv","features":[56]},{"name":"glTexImage1D","features":[56]},{"name":"glTexImage2D","features":[56]},{"name":"glTexParameterf","features":[56]},{"name":"glTexParameterfv","features":[56]},{"name":"glTexParameteri","features":[56]},{"name":"glTexParameteriv","features":[56]},{"name":"glTexSubImage1D","features":[56]},{"name":"glTexSubImage2D","features":[56]},{"name":"glTranslated","features":[56]},{"name":"glTranslatef","features":[56]},{"name":"glVertex2d","features":[56]},{"name":"glVertex2dv","features":[56]},{"name":"glVertex2f","features":[56]},{"name":"glVertex2fv","features":[56]},{"name":"glVertex2i","features":[56]},{"name":"glVertex2iv","features":[56]},{"name":"glVertex2s","features":[56]},{"name":"glVertex2sv","features":[56]},{"name":"glVertex3d","features":[56]},{"name":"glVertex3dv","features":[56]},{"name":"glVertex3f","features":[56]},{"name":"glVertex3fv","features":[56]},{"name":"glVertex3i","features":[56]},{"name":"glVertex3iv","features":[56]},{"name":"glVertex3s","features":[56]},{"name":"glVertex3sv","features":[56]},{"name":"glVertex4d","features":[56]},{"name":"glVertex4dv","features":[56]},{"name":"glVertex4f","features":[56]},{"name":"glVertex4fv","features":[56]},{"name":"glVertex4i","features":[56]},{"name":"glVertex4iv","features":[56]},{"name":"glVertex4s","features":[56]},{"name":"glVertex4sv","features":[56]},{"name":"glVertexPointer","features":[56]},{"name":"glViewport","features":[56]},{"name":"gluBeginCurve","features":[56]},{"name":"gluBeginPolygon","features":[56]},{"name":"gluBeginSurface","features":[56]},{"name":"gluBeginTrim","features":[56]},{"name":"gluBuild1DMipmaps","features":[56]},{"name":"gluBuild2DMipmaps","features":[56]},{"name":"gluCylinder","features":[56]},{"name":"gluDeleteNurbsRenderer","features":[56]},{"name":"gluDeleteQuadric","features":[56]},{"name":"gluDeleteTess","features":[56]},{"name":"gluDisk","features":[56]},{"name":"gluEndCurve","features":[56]},{"name":"gluEndPolygon","features":[56]},{"name":"gluEndSurface","features":[56]},{"name":"gluEndTrim","features":[56]},{"name":"gluErrorString","features":[56]},{"name":"gluErrorUnicodeStringEXT","features":[56]},{"name":"gluGetNurbsProperty","features":[56]},{"name":"gluGetString","features":[56]},{"name":"gluGetTessProperty","features":[56]},{"name":"gluLoadSamplingMatrices","features":[56]},{"name":"gluLookAt","features":[56]},{"name":"gluNewNurbsRenderer","features":[56]},{"name":"gluNewQuadric","features":[56]},{"name":"gluNewTess","features":[56]},{"name":"gluNextContour","features":[56]},{"name":"gluNurbsCallback","features":[56]},{"name":"gluNurbsCurve","features":[56]},{"name":"gluNurbsProperty","features":[56]},{"name":"gluNurbsSurface","features":[56]},{"name":"gluOrtho2D","features":[56]},{"name":"gluPartialDisk","features":[56]},{"name":"gluPerspective","features":[56]},{"name":"gluPickMatrix","features":[56]},{"name":"gluProject","features":[56]},{"name":"gluPwlCurve","features":[56]},{"name":"gluQuadricCallback","features":[56]},{"name":"gluQuadricDrawStyle","features":[56]},{"name":"gluQuadricNormals","features":[56]},{"name":"gluQuadricOrientation","features":[56]},{"name":"gluQuadricTexture","features":[56]},{"name":"gluScaleImage","features":[56]},{"name":"gluSphere","features":[56]},{"name":"gluTessBeginContour","features":[56]},{"name":"gluTessBeginPolygon","features":[56]},{"name":"gluTessCallback","features":[56]},{"name":"gluTessEndContour","features":[56]},{"name":"gluTessEndPolygon","features":[56]},{"name":"gluTessNormal","features":[56]},{"name":"gluTessProperty","features":[56]},{"name":"gluTessVertex","features":[56]},{"name":"gluUnProject","features":[56]},{"name":"wglCopyContext","features":[3,56]},{"name":"wglCreateContext","features":[14,56]},{"name":"wglCreateLayerContext","features":[14,56]},{"name":"wglDeleteContext","features":[3,56]},{"name":"wglDescribeLayerPlane","features":[3,14,56]},{"name":"wglGetCurrentContext","features":[56]},{"name":"wglGetCurrentDC","features":[14,56]},{"name":"wglGetLayerPaletteEntries","features":[3,14,56]},{"name":"wglGetProcAddress","features":[3,56]},{"name":"wglMakeCurrent","features":[3,14,56]},{"name":"wglRealizeLayerPalette","features":[3,14,56]},{"name":"wglSetLayerPaletteEntries","features":[3,14,56]},{"name":"wglShareLists","features":[3,56]},{"name":"wglSwapLayerBuffers","features":[3,14,56]},{"name":"wglUseFontBitmapsA","features":[3,14,56]},{"name":"wglUseFontBitmapsW","features":[3,14,56]},{"name":"wglUseFontOutlinesA","features":[3,14,56]},{"name":"wglUseFontOutlinesW","features":[3,14,56]}],"422":[{"name":"ADDJOB_INFO_1A","features":[76]},{"name":"ADDJOB_INFO_1W","features":[76]},{"name":"ALREADY_REGISTERED","features":[76]},{"name":"ALREADY_UNREGISTERED","features":[76]},{"name":"APD_COPY_ALL_FILES","features":[76]},{"name":"APD_COPY_FROM_DIRECTORY","features":[76]},{"name":"APD_COPY_NEW_FILES","features":[76]},{"name":"APD_STRICT_DOWNGRADE","features":[76]},{"name":"APD_STRICT_UPGRADE","features":[76]},{"name":"APPLYCPSUI_NO_NEWDEF","features":[76]},{"name":"APPLYCPSUI_OK_CANCEL_BUTTON","features":[76]},{"name":"ASYNC_CALL_ALREADY_PARKED","features":[76]},{"name":"ASYNC_CALL_IN_PROGRESS","features":[76]},{"name":"ASYNC_NOTIFICATION_FAILURE","features":[76]},{"name":"ATTRIBUTE_INFO_1","features":[76]},{"name":"ATTRIBUTE_INFO_2","features":[76]},{"name":"ATTRIBUTE_INFO_3","features":[76]},{"name":"ATTRIBUTE_INFO_4","features":[76]},{"name":"AbortPrinter","features":[3,76]},{"name":"AddFormA","features":[3,76]},{"name":"AddFormW","features":[3,76]},{"name":"AddJobA","features":[3,76]},{"name":"AddJobW","features":[3,76]},{"name":"AddMonitorA","features":[3,76]},{"name":"AddMonitorW","features":[3,76]},{"name":"AddPortA","features":[3,76]},{"name":"AddPortW","features":[3,76]},{"name":"AddPrintDeviceObject","features":[3,76]},{"name":"AddPrintProcessorA","features":[3,76]},{"name":"AddPrintProcessorW","features":[3,76]},{"name":"AddPrintProvidorA","features":[3,76]},{"name":"AddPrintProvidorW","features":[3,76]},{"name":"AddPrinterA","features":[3,76]},{"name":"AddPrinterConnection2A","features":[3,76]},{"name":"AddPrinterConnection2W","features":[3,76]},{"name":"AddPrinterConnectionA","features":[3,76]},{"name":"AddPrinterConnectionW","features":[3,76]},{"name":"AddPrinterDriverA","features":[3,76]},{"name":"AddPrinterDriverExA","features":[3,76]},{"name":"AddPrinterDriverExW","features":[3,76]},{"name":"AddPrinterDriverW","features":[3,76]},{"name":"AddPrinterW","features":[3,76]},{"name":"AdvancedDocumentPropertiesA","features":[3,14,76]},{"name":"AdvancedDocumentPropertiesW","features":[3,14,76]},{"name":"AppendPrinterNotifyInfoData","features":[3,76]},{"name":"BIDI_ACCESS_ADMINISTRATOR","features":[76]},{"name":"BIDI_ACCESS_USER","features":[76]},{"name":"BIDI_ACTION_ENUM_SCHEMA","features":[76]},{"name":"BIDI_ACTION_GET","features":[76]},{"name":"BIDI_ACTION_GET_ALL","features":[76]},{"name":"BIDI_ACTION_GET_WITH_ARGUMENT","features":[76]},{"name":"BIDI_ACTION_SET","features":[76]},{"name":"BIDI_BLOB","features":[76]},{"name":"BIDI_BOOL","features":[76]},{"name":"BIDI_DATA","features":[3,76]},{"name":"BIDI_ENUM","features":[76]},{"name":"BIDI_FLOAT","features":[76]},{"name":"BIDI_INT","features":[76]},{"name":"BIDI_NULL","features":[76]},{"name":"BIDI_REQUEST_CONTAINER","features":[3,76]},{"name":"BIDI_REQUEST_DATA","features":[3,76]},{"name":"BIDI_RESPONSE_CONTAINER","features":[3,76]},{"name":"BIDI_RESPONSE_DATA","features":[3,76]},{"name":"BIDI_STRING","features":[76]},{"name":"BIDI_TEXT","features":[76]},{"name":"BIDI_TYPE","features":[76]},{"name":"BINARY_CONTAINER","features":[76]},{"name":"BOOKLET_EDGE_LEFT","features":[76]},{"name":"BOOKLET_EDGE_RIGHT","features":[76]},{"name":"BOOKLET_PRINT","features":[76]},{"name":"BORDER_PRINT","features":[76]},{"name":"BidiRequest","features":[76]},{"name":"BidiRequestContainer","features":[76]},{"name":"BidiSpl","features":[76]},{"name":"BranchOfficeJobData","features":[76]},{"name":"BranchOfficeJobDataContainer","features":[76]},{"name":"BranchOfficeJobDataError","features":[76]},{"name":"BranchOfficeJobDataPipelineFailed","features":[76]},{"name":"BranchOfficeJobDataPrinted","features":[76]},{"name":"BranchOfficeJobDataRendered","features":[76]},{"name":"BranchOfficeLogOfflineFileFull","features":[76]},{"name":"CC_BIG5","features":[76]},{"name":"CC_CP437","features":[76]},{"name":"CC_CP850","features":[76]},{"name":"CC_CP863","features":[76]},{"name":"CC_DEFAULT","features":[76]},{"name":"CC_GB2312","features":[76]},{"name":"CC_ISC","features":[76]},{"name":"CC_JIS","features":[76]},{"name":"CC_JIS_ANK","features":[76]},{"name":"CC_NOPRECNV","features":[76]},{"name":"CC_NS86","features":[76]},{"name":"CC_SJIS","features":[76]},{"name":"CC_TCA","features":[76]},{"name":"CC_WANSUNG","features":[76]},{"name":"CDM_CONVERT","features":[76]},{"name":"CDM_CONVERT351","features":[76]},{"name":"CDM_DRIVER_DEFAULT","features":[76]},{"name":"CHANNEL_ACQUIRED","features":[76]},{"name":"CHANNEL_ALREADY_CLOSED","features":[76]},{"name":"CHANNEL_ALREADY_OPENED","features":[76]},{"name":"CHANNEL_CLOSED_BY_ANOTHER_LISTENER","features":[76]},{"name":"CHANNEL_CLOSED_BY_SAME_LISTENER","features":[76]},{"name":"CHANNEL_CLOSED_BY_SERVER","features":[76]},{"name":"CHANNEL_NOT_OPENED","features":[76]},{"name":"CHANNEL_RELEASED_BY_LISTENER","features":[76]},{"name":"CHANNEL_WAITING_FOR_CLIENT_NOTIFICATION","features":[76]},{"name":"CHKBOXS_FALSE_PDATA","features":[76]},{"name":"CHKBOXS_FALSE_TRUE","features":[76]},{"name":"CHKBOXS_NONE_PDATA","features":[76]},{"name":"CHKBOXS_NO_PDATA","features":[76]},{"name":"CHKBOXS_NO_YES","features":[76]},{"name":"CHKBOXS_OFF_ON","features":[76]},{"name":"CHKBOXS_OFF_PDATA","features":[76]},{"name":"CLSID_OEMPTPROVIDER","features":[76]},{"name":"CLSID_OEMRENDER","features":[76]},{"name":"CLSID_OEMUI","features":[76]},{"name":"CLSID_OEMUIMXDC","features":[76]},{"name":"CLSID_PTPROVIDER","features":[76]},{"name":"CLSID_XPSRASTERIZER_FACTORY","features":[76]},{"name":"COLOR_OPTIMIZATION","features":[76]},{"name":"COMPROPSHEETUI","features":[3,76,52]},{"name":"CONFIG_INFO_DATA_1","features":[76]},{"name":"COPYFILE_EVENT_ADD_PRINTER_CONNECTION","features":[76]},{"name":"COPYFILE_EVENT_DELETE_PRINTER","features":[76]},{"name":"COPYFILE_EVENT_DELETE_PRINTER_CONNECTION","features":[76]},{"name":"COPYFILE_EVENT_FILES_CHANGED","features":[76]},{"name":"COPYFILE_EVENT_SET_PRINTER_DATAEX","features":[76]},{"name":"COPYFILE_FLAG_CLIENT_SPOOLER","features":[76]},{"name":"COPYFILE_FLAG_SERVER_SPOOLER","features":[76]},{"name":"CORE_PRINTER_DRIVERA","features":[3,76]},{"name":"CORE_PRINTER_DRIVERW","features":[3,76]},{"name":"CPSFUNC_ADD_HPROPSHEETPAGE","features":[76]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUI","features":[76]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUIA","features":[76]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUIW","features":[76]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUI","features":[76]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUIA","features":[76]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUIW","features":[76]},{"name":"CPSFUNC_ADD_PROPSHEETPAGE","features":[76]},{"name":"CPSFUNC_ADD_PROPSHEETPAGEA","features":[76]},{"name":"CPSFUNC_ADD_PROPSHEETPAGEW","features":[76]},{"name":"CPSFUNC_DELETE_HCOMPROPSHEET","features":[76]},{"name":"CPSFUNC_DO_APPLY_CPSUI","features":[76]},{"name":"CPSFUNC_GET_HPSUIPAGES","features":[76]},{"name":"CPSFUNC_GET_PAGECOUNT","features":[76]},{"name":"CPSFUNC_GET_PFNPROPSHEETUI_ICON","features":[76]},{"name":"CPSFUNC_IGNORE_CPSUI_PSN_APPLY","features":[76]},{"name":"CPSFUNC_INSERT_PSUIPAGE","features":[76]},{"name":"CPSFUNC_INSERT_PSUIPAGEA","features":[76]},{"name":"CPSFUNC_INSERT_PSUIPAGEW","features":[76]},{"name":"CPSFUNC_LOAD_CPSUI_ICON","features":[76]},{"name":"CPSFUNC_LOAD_CPSUI_STRING","features":[76]},{"name":"CPSFUNC_LOAD_CPSUI_STRINGA","features":[76]},{"name":"CPSFUNC_LOAD_CPSUI_STRINGW","features":[76]},{"name":"CPSFUNC_QUERY_DATABLOCK","features":[76]},{"name":"CPSFUNC_SET_DATABLOCK","features":[76]},{"name":"CPSFUNC_SET_DMPUB_HIDEBITS","features":[76]},{"name":"CPSFUNC_SET_FUSION_CONTEXT","features":[76]},{"name":"CPSFUNC_SET_HSTARTPAGE","features":[76]},{"name":"CPSFUNC_SET_PSUIPAGE_ICON","features":[76]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLE","features":[76]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLEA","features":[76]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLEW","features":[76]},{"name":"CPSFUNC_SET_RESULT","features":[76]},{"name":"CPSUICBPARAM","features":[3,76,52]},{"name":"CPSUICB_ACTION_ITEMS_APPLIED","features":[76]},{"name":"CPSUICB_ACTION_NONE","features":[76]},{"name":"CPSUICB_ACTION_NO_APPLY_EXIT","features":[76]},{"name":"CPSUICB_ACTION_OPTIF_CHANGED","features":[76]},{"name":"CPSUICB_ACTION_REINIT_ITEMS","features":[76]},{"name":"CPSUICB_REASON_ABOUT","features":[76]},{"name":"CPSUICB_REASON_APPLYNOW","features":[76]},{"name":"CPSUICB_REASON_DLGPROC","features":[76]},{"name":"CPSUICB_REASON_ECB_CHANGED","features":[76]},{"name":"CPSUICB_REASON_EXTPUSH","features":[76]},{"name":"CPSUICB_REASON_ITEMS_REVERTED","features":[76]},{"name":"CPSUICB_REASON_KILLACTIVE","features":[76]},{"name":"CPSUICB_REASON_OPTITEM_SETFOCUS","features":[76]},{"name":"CPSUICB_REASON_PUSHBUTTON","features":[76]},{"name":"CPSUICB_REASON_SEL_CHANGED","features":[76]},{"name":"CPSUICB_REASON_SETACTIVE","features":[76]},{"name":"CPSUICB_REASON_UNDO_CHANGES","features":[76]},{"name":"CPSUIDATABLOCK","features":[76]},{"name":"CPSUIF_ABOUT_CALLBACK","features":[76]},{"name":"CPSUIF_ICONID_AS_HICON","features":[76]},{"name":"CPSUIF_UPDATE_PERMISSION","features":[76]},{"name":"CPSUI_CANCEL","features":[76]},{"name":"CPSUI_OK","features":[76]},{"name":"CPSUI_REBOOTSYSTEM","features":[76]},{"name":"CPSUI_RESTARTWINDOWS","features":[76]},{"name":"CUSTOMPARAM_HEIGHT","features":[76]},{"name":"CUSTOMPARAM_HEIGHTOFFSET","features":[76]},{"name":"CUSTOMPARAM_MAX","features":[76]},{"name":"CUSTOMPARAM_ORIENTATION","features":[76]},{"name":"CUSTOMPARAM_WIDTH","features":[76]},{"name":"CUSTOMPARAM_WIDTHOFFSET","features":[76]},{"name":"CUSTOMSIZEPARAM","features":[76]},{"name":"CallRouterFindFirstPrinterChangeNotification","features":[3,76]},{"name":"ClosePrinter","features":[3,76]},{"name":"CloseSpoolFileHandle","features":[3,76]},{"name":"CommitSpoolData","features":[3,76]},{"name":"CommonPropertySheetUIA","features":[3,76]},{"name":"CommonPropertySheetUIW","features":[3,76]},{"name":"Compression_Fast","features":[76]},{"name":"Compression_Normal","features":[76]},{"name":"Compression_NotCompressed","features":[76]},{"name":"Compression_Small","features":[76]},{"name":"ConfigurePortA","features":[3,76]},{"name":"ConfigurePortW","features":[3,76]},{"name":"ConnectToPrinterDlg","features":[3,76]},{"name":"CorePrinterDriverInstalledA","features":[3,76]},{"name":"CorePrinterDriverInstalledW","features":[3,76]},{"name":"CreatePrintAsyncNotifyChannel","features":[76]},{"name":"CreatePrinterIC","features":[3,14,76]},{"name":"DATATYPES_INFO_1A","features":[76]},{"name":"DATATYPES_INFO_1W","features":[76]},{"name":"DATA_HEADER","features":[76]},{"name":"DEF_PRIORITY","features":[76]},{"name":"DELETE_PORT_DATA_1","features":[76]},{"name":"DEVICEPROPERTYHEADER","features":[3,76]},{"name":"DEVQUERYPRINT_INFO","features":[3,14,76]},{"name":"DF_BKSP_OK","features":[76]},{"name":"DF_NOITALIC","features":[76]},{"name":"DF_NOUNDER","features":[76]},{"name":"DF_NO_BOLD","features":[76]},{"name":"DF_NO_DOUBLE_UNDERLINE","features":[76]},{"name":"DF_NO_STRIKETHRU","features":[76]},{"name":"DF_TYPE_CAPSL","features":[76]},{"name":"DF_TYPE_HPINTELLIFONT","features":[76]},{"name":"DF_TYPE_OEM1","features":[76]},{"name":"DF_TYPE_OEM2","features":[76]},{"name":"DF_TYPE_PST1","features":[76]},{"name":"DF_TYPE_TRUETYPE","features":[76]},{"name":"DF_XM_CR","features":[76]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT","features":[76]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION","features":[76]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION_COUNT","features":[76]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION_GETAT","features":[76]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_DRIVERPROPERTIES","features":[76]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_PRINTERQUEUE","features":[76]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_PRINTSCHEMATICKET","features":[76]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_USERPROPERTIES","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENT","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_BIDINOTIFICATION","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_DETAILEDREASONID","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_REASONID","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_REQUEST","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_SOURCEAPPLICATION","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_WINDOWMODAL","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_WINDOWPARENT","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENT_ONDRIVEREVENT","features":[76]},{"name":"DISPID_PRINTEREXTENSION_EVENT_ONPRINTERQUEUESENUMERATED","features":[76]},{"name":"DISPID_PRINTEREXTENSION_REQUEST","features":[76]},{"name":"DISPID_PRINTEREXTENSION_REQUEST_CANCEL","features":[76]},{"name":"DISPID_PRINTEREXTENSION_REQUEST_COMPLETE","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG_GETBOOL","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG_GETBYTES","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG_GETINT32","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG_GETREADSTREAM","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG_GETSTRING","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG_GETWRITESTREAM","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG_SETBOOL","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG_SETBYTES","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG_SETINT32","features":[76]},{"name":"DISPID_PRINTERPROPERTYBAG_SETSTRING","features":[76]},{"name":"DISPID_PRINTERQUEUE","features":[76]},{"name":"DISPID_PRINTERQUEUEEVENT","features":[76]},{"name":"DISPID_PRINTERQUEUEEVENT_ONBIDIRESPONSERECEIVED","features":[76]},{"name":"DISPID_PRINTERQUEUEVIEW","features":[76]},{"name":"DISPID_PRINTERQUEUEVIEW_EVENT","features":[76]},{"name":"DISPID_PRINTERQUEUEVIEW_EVENT_ONCHANGED","features":[76]},{"name":"DISPID_PRINTERQUEUEVIEW_SETVIEWRANGE","features":[76]},{"name":"DISPID_PRINTERQUEUE_GETPRINTERQUEUEVIEW","features":[76]},{"name":"DISPID_PRINTERQUEUE_GETPROPERTIES","features":[76]},{"name":"DISPID_PRINTERQUEUE_HANDLE","features":[76]},{"name":"DISPID_PRINTERQUEUE_NAME","features":[76]},{"name":"DISPID_PRINTERQUEUE_SENDBIDIQUERY","features":[76]},{"name":"DISPID_PRINTERQUEUE_SENDBIDISETREQUESTASYNC","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETBOOL","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETBYTES","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETINT32","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETREADSTREAM","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETSTREAMASXML","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETSTRING","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETWRITESTREAM","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETBOOL","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETBYTES","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETINT32","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETSTRING","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM_READ","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM_WRITE","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_COMMIT","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_SEEK","features":[76]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_SETSIZE","features":[76]},{"name":"DISPID_PRINTERSCRIPTCONTEXT","features":[76]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_DRIVERPROPERTIES","features":[76]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_QUEUEPROPERTIES","features":[76]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_USERPROPERTIES","features":[76]},{"name":"DISPID_PRINTJOBCOLLECTION","features":[76]},{"name":"DISPID_PRINTJOBCOLLECTION_COUNT","features":[76]},{"name":"DISPID_PRINTJOBCOLLECTION_GETAT","features":[76]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION","features":[76]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATIONEVENT","features":[76]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATIONEVENT_COMPLETED","features":[76]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION_CANCEL","features":[76]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION_START","features":[76]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES","features":[76]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETFEATURE","features":[76]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETFEATURE_KEYNAME","features":[76]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETOPTIONS","features":[76]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETPARAMETERDEFINITION","features":[76]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETSELECTEDOPTION","features":[76]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_JOBCOPIESMAXVALUE","features":[76]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_JOBCOPIESMINVALUE","features":[76]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_PAGEIMAGEABLESIZE","features":[76]},{"name":"DISPID_PRINTSCHEMA_DISPLAYABLEELEMENT","features":[76]},{"name":"DISPID_PRINTSCHEMA_DISPLAYABLEELEMENT_DISPLAYNAME","features":[76]},{"name":"DISPID_PRINTSCHEMA_ELEMENT","features":[76]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_NAME","features":[76]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_NAMESPACEURI","features":[76]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_XMLNODE","features":[76]},{"name":"DISPID_PRINTSCHEMA_FEATURE","features":[76]},{"name":"DISPID_PRINTSCHEMA_FEATURE_DISPLAYUI","features":[76]},{"name":"DISPID_PRINTSCHEMA_FEATURE_GETOPTION","features":[76]},{"name":"DISPID_PRINTSCHEMA_FEATURE_SELECTEDOPTION","features":[76]},{"name":"DISPID_PRINTSCHEMA_FEATURE_SELECTIONTYPE","features":[76]},{"name":"DISPID_PRINTSCHEMA_NUPOPTION","features":[76]},{"name":"DISPID_PRINTSCHEMA_NUPOPTION_PAGESPERSHEET","features":[76]},{"name":"DISPID_PRINTSCHEMA_OPTION","features":[76]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION","features":[76]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION_COUNT","features":[76]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION_GETAT","features":[76]},{"name":"DISPID_PRINTSCHEMA_OPTION_CONSTRAINED","features":[76]},{"name":"DISPID_PRINTSCHEMA_OPTION_GETPROPERTYVALUE","features":[76]},{"name":"DISPID_PRINTSCHEMA_OPTION_SELECTED","features":[76]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE","features":[76]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_EXTENT_HEIGHT","features":[76]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_EXTENT_WIDTH","features":[76]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_IMAGEABLE_HEIGHT","features":[76]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_IMAGEABLE_WIDTH","features":[76]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_ORIGIN_HEIGHT","features":[76]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_ORIGIN_WIDTH","features":[76]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION","features":[76]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION_HEIGHT","features":[76]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION_WIDTH","features":[76]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION","features":[76]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_DATATYPE","features":[76]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_RANGEMAX","features":[76]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_RANGEMIN","features":[76]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_UNITTYPE","features":[76]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_USERINPUTREQUIRED","features":[76]},{"name":"DISPID_PRINTSCHEMA_PARAMETERINITIALIZER","features":[76]},{"name":"DISPID_PRINTSCHEMA_PARAMETERINITIALIZER_VALUE","features":[76]},{"name":"DISPID_PRINTSCHEMA_TICKET","features":[76]},{"name":"DISPID_PRINTSCHEMA_TICKET_COMMITASYNC","features":[76]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETCAPABILITIES","features":[76]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETFEATURE","features":[76]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETFEATURE_KEYNAME","features":[76]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETPARAMETERINITIALIZER","features":[76]},{"name":"DISPID_PRINTSCHEMA_TICKET_JOBCOPIESALLDOCUMENTS","features":[76]},{"name":"DISPID_PRINTSCHEMA_TICKET_NOTIFYXMLCHANGED","features":[76]},{"name":"DISPID_PRINTSCHEMA_TICKET_VALIDATEASYNC","features":[76]},{"name":"DI_CHANNEL","features":[76]},{"name":"DI_MEMORYMAP_WRITE","features":[76]},{"name":"DI_READ_SPOOL_JOB","features":[76]},{"name":"DLGPAGE","features":[3,76,52]},{"name":"DMPUB_BOOKLET_EDGE","features":[76]},{"name":"DMPUB_COLOR","features":[76]},{"name":"DMPUB_COPIES_COLLATE","features":[76]},{"name":"DMPUB_DEFSOURCE","features":[76]},{"name":"DMPUB_DITHERTYPE","features":[76]},{"name":"DMPUB_DUPLEX","features":[76]},{"name":"DMPUB_FIRST","features":[76]},{"name":"DMPUB_FORMNAME","features":[76]},{"name":"DMPUB_ICMINTENT","features":[76]},{"name":"DMPUB_ICMMETHOD","features":[76]},{"name":"DMPUB_LAST","features":[76]},{"name":"DMPUB_MANUAL_DUPLEX","features":[76]},{"name":"DMPUB_MEDIATYPE","features":[76]},{"name":"DMPUB_NONE","features":[76]},{"name":"DMPUB_NUP","features":[76]},{"name":"DMPUB_NUP_DIRECTION","features":[76]},{"name":"DMPUB_OEM_GRAPHIC_ITEM","features":[76]},{"name":"DMPUB_OEM_PAPER_ITEM","features":[76]},{"name":"DMPUB_OEM_ROOT_ITEM","features":[76]},{"name":"DMPUB_ORIENTATION","features":[76]},{"name":"DMPUB_OUTPUTBIN","features":[76]},{"name":"DMPUB_PAGEORDER","features":[76]},{"name":"DMPUB_PRINTQUALITY","features":[76]},{"name":"DMPUB_QUALITY","features":[76]},{"name":"DMPUB_SCALE","features":[76]},{"name":"DMPUB_STAPLE","features":[76]},{"name":"DMPUB_TTOPTION","features":[76]},{"name":"DMPUB_USER","features":[76]},{"name":"DM_ADVANCED","features":[76]},{"name":"DM_INVALIDATE_DRIVER_CACHE","features":[76]},{"name":"DM_NOPERMISSION","features":[76]},{"name":"DM_PROMPT_NON_MODAL","features":[76]},{"name":"DM_RESERVED","features":[76]},{"name":"DM_USER_DEFAULT","features":[76]},{"name":"DOCEVENT_CREATEDCPRE","features":[3,14,76]},{"name":"DOCEVENT_ESCAPE","features":[76]},{"name":"DOCEVENT_FILTER","features":[76]},{"name":"DOCUMENTEVENT_ABORTDOC","features":[76]},{"name":"DOCUMENTEVENT_CREATEDCPOST","features":[76]},{"name":"DOCUMENTEVENT_CREATEDCPRE","features":[76]},{"name":"DOCUMENTEVENT_DELETEDC","features":[76]},{"name":"DOCUMENTEVENT_ENDDOC","features":[76]},{"name":"DOCUMENTEVENT_ENDDOCPOST","features":[76]},{"name":"DOCUMENTEVENT_ENDDOCPRE","features":[76]},{"name":"DOCUMENTEVENT_ENDPAGE","features":[76]},{"name":"DOCUMENTEVENT_ESCAPE","features":[76]},{"name":"DOCUMENTEVENT_FAILURE","features":[76]},{"name":"DOCUMENTEVENT_FIRST","features":[76]},{"name":"DOCUMENTEVENT_LAST","features":[76]},{"name":"DOCUMENTEVENT_QUERYFILTER","features":[76]},{"name":"DOCUMENTEVENT_RESETDCPOST","features":[76]},{"name":"DOCUMENTEVENT_RESETDCPRE","features":[76]},{"name":"DOCUMENTEVENT_SPOOLED","features":[76]},{"name":"DOCUMENTEVENT_STARTDOC","features":[76]},{"name":"DOCUMENTEVENT_STARTDOCPOST","features":[76]},{"name":"DOCUMENTEVENT_STARTDOCPRE","features":[76]},{"name":"DOCUMENTEVENT_STARTPAGE","features":[76]},{"name":"DOCUMENTEVENT_SUCCESS","features":[76]},{"name":"DOCUMENTEVENT_UNSUPPORTED","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPOST","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRE","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRINTTICKETPOST","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRINTTICKETPRE","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPOST","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRE","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRINTTICKETPOST","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRINTTICKETPRE","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEEPRE","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPOST","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPRINTTICKETPOST","features":[76]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPRINTTICKETPRE","features":[76]},{"name":"DOCUMENTEVENT_XPS_CANCELJOB","features":[76]},{"name":"DOCUMENTPROPERTYHEADER","features":[3,14,76]},{"name":"DOC_INFO_1A","features":[76]},{"name":"DOC_INFO_1W","features":[76]},{"name":"DOC_INFO_2A","features":[76]},{"name":"DOC_INFO_2W","features":[76]},{"name":"DOC_INFO_3A","features":[76]},{"name":"DOC_INFO_3W","features":[76]},{"name":"DOC_INFO_INTERNAL","features":[3,76]},{"name":"DOC_INFO_INTERNAL_LEVEL","features":[76]},{"name":"DPD_DELETE_ALL_FILES","features":[76]},{"name":"DPD_DELETE_SPECIFIC_VERSION","features":[76]},{"name":"DPD_DELETE_UNUSED_FILES","features":[76]},{"name":"DPF_ICONID_AS_HICON","features":[76]},{"name":"DPF_USE_HDLGTEMPLATE","features":[76]},{"name":"DPS_NOPERMISSION","features":[76]},{"name":"DP_STD_DOCPROPPAGE1","features":[76]},{"name":"DP_STD_DOCPROPPAGE2","features":[76]},{"name":"DP_STD_RESERVED_START","features":[76]},{"name":"DP_STD_TREEVIEWPAGE","features":[76]},{"name":"DRIVER_EVENT_DELETE","features":[76]},{"name":"DRIVER_EVENT_INITIALIZE","features":[76]},{"name":"DRIVER_INFO_1A","features":[76]},{"name":"DRIVER_INFO_1W","features":[76]},{"name":"DRIVER_INFO_2A","features":[76]},{"name":"DRIVER_INFO_2W","features":[76]},{"name":"DRIVER_INFO_3A","features":[76]},{"name":"DRIVER_INFO_3W","features":[76]},{"name":"DRIVER_INFO_4A","features":[76]},{"name":"DRIVER_INFO_4W","features":[76]},{"name":"DRIVER_INFO_5A","features":[76]},{"name":"DRIVER_INFO_5W","features":[76]},{"name":"DRIVER_INFO_6A","features":[3,76]},{"name":"DRIVER_INFO_6W","features":[3,76]},{"name":"DRIVER_INFO_8A","features":[3,76]},{"name":"DRIVER_INFO_8W","features":[3,76]},{"name":"DRIVER_KERNELMODE","features":[76]},{"name":"DRIVER_UPGRADE_INFO_1","features":[76]},{"name":"DRIVER_UPGRADE_INFO_2","features":[76]},{"name":"DRIVER_USERMODE","features":[76]},{"name":"DSPRINT_PENDING","features":[76]},{"name":"DSPRINT_PUBLISH","features":[76]},{"name":"DSPRINT_REPUBLISH","features":[76]},{"name":"DSPRINT_UNPUBLISH","features":[76]},{"name":"DSPRINT_UPDATE","features":[76]},{"name":"DeleteFormA","features":[3,76]},{"name":"DeleteFormW","features":[3,76]},{"name":"DeleteJobNamedProperty","features":[3,76]},{"name":"DeleteMonitorA","features":[3,76]},{"name":"DeleteMonitorW","features":[3,76]},{"name":"DeletePortA","features":[3,76]},{"name":"DeletePortW","features":[3,76]},{"name":"DeletePrintProcessorA","features":[3,76]},{"name":"DeletePrintProcessorW","features":[3,76]},{"name":"DeletePrintProvidorA","features":[3,76]},{"name":"DeletePrintProvidorW","features":[3,76]},{"name":"DeletePrinter","features":[3,76]},{"name":"DeletePrinterConnectionA","features":[3,76]},{"name":"DeletePrinterConnectionW","features":[3,76]},{"name":"DeletePrinterDataA","features":[3,76]},{"name":"DeletePrinterDataExA","features":[3,76]},{"name":"DeletePrinterDataExW","features":[3,76]},{"name":"DeletePrinterDataW","features":[3,76]},{"name":"DeletePrinterDriverA","features":[3,76]},{"name":"DeletePrinterDriverExA","features":[3,76]},{"name":"DeletePrinterDriverExW","features":[3,76]},{"name":"DeletePrinterDriverPackageA","features":[76]},{"name":"DeletePrinterDriverPackageW","features":[76]},{"name":"DeletePrinterDriverW","features":[3,76]},{"name":"DeletePrinterIC","features":[3,76]},{"name":"DeletePrinterKeyA","features":[3,76]},{"name":"DeletePrinterKeyW","features":[3,76]},{"name":"DevQueryPrint","features":[3,14,76]},{"name":"DevQueryPrintEx","features":[3,14,76]},{"name":"DocumentPropertiesA","features":[3,14,76]},{"name":"DocumentPropertiesW","features":[3,14,76]},{"name":"EATTRIBUTE_DATATYPE","features":[76]},{"name":"EBranchOfficeJobEventType","features":[76]},{"name":"ECBF_CHECKNAME_AT_FRONT","features":[76]},{"name":"ECBF_CHECKNAME_ONLY","features":[76]},{"name":"ECBF_CHECKNAME_ONLY_ENABLED","features":[76]},{"name":"ECBF_ICONID_AS_HICON","features":[76]},{"name":"ECBF_MASK","features":[76]},{"name":"ECBF_OVERLAY_ECBICON_IF_CHECKED","features":[76]},{"name":"ECBF_OVERLAY_NO_ICON","features":[76]},{"name":"ECBF_OVERLAY_STOP_ICON","features":[76]},{"name":"ECBF_OVERLAY_WARNING_ICON","features":[76]},{"name":"EMFPLAYPROC","features":[3,14,76]},{"name":"EMF_PP_COLOR_OPTIMIZATION","features":[76]},{"name":"EPF_ICONID_AS_HICON","features":[76]},{"name":"EPF_INCL_SETUP_TITLE","features":[76]},{"name":"EPF_MASK","features":[76]},{"name":"EPF_NO_DOT_DOT_DOT","features":[76]},{"name":"EPF_OVERLAY_NO_ICON","features":[76]},{"name":"EPF_OVERLAY_STOP_ICON","features":[76]},{"name":"EPF_OVERLAY_WARNING_ICON","features":[76]},{"name":"EPF_PUSH_TYPE_DLGPROC","features":[76]},{"name":"EPF_USE_HDLGTEMPLATE","features":[76]},{"name":"EPrintPropertyType","features":[76]},{"name":"EPrintXPSJobOperation","features":[76]},{"name":"EPrintXPSJobProgress","features":[76]},{"name":"ERROR_BIDI_DEVICE_CONFIG_UNCHANGED","features":[76]},{"name":"ERROR_BIDI_DEVICE_OFFLINE","features":[76]},{"name":"ERROR_BIDI_ERROR_BASE","features":[76]},{"name":"ERROR_BIDI_GET_ARGUMENT_NOT_SUPPORTED","features":[76]},{"name":"ERROR_BIDI_GET_MISSING_ARGUMENT","features":[76]},{"name":"ERROR_BIDI_GET_REQUIRES_ARGUMENT","features":[76]},{"name":"ERROR_BIDI_NO_BIDI_SCHEMA_EXTENSIONS","features":[76]},{"name":"ERROR_BIDI_NO_LOCALIZED_RESOURCES","features":[76]},{"name":"ERROR_BIDI_SCHEMA_NOT_SUPPORTED","features":[76]},{"name":"ERROR_BIDI_SCHEMA_READ_ONLY","features":[76]},{"name":"ERROR_BIDI_SCHEMA_WRITE_ONLY","features":[76]},{"name":"ERROR_BIDI_SERVER_OFFLINE","features":[76]},{"name":"ERROR_BIDI_SET_DIFFERENT_TYPE","features":[76]},{"name":"ERROR_BIDI_SET_INVALID_SCHEMAPATH","features":[76]},{"name":"ERROR_BIDI_SET_MULTIPLE_SCHEMAPATH","features":[76]},{"name":"ERROR_BIDI_SET_UNKNOWN_FAILURE","features":[76]},{"name":"ERROR_BIDI_STATUS_OK","features":[76]},{"name":"ERROR_BIDI_STATUS_WARNING","features":[76]},{"name":"ERROR_BIDI_UNSUPPORTED_CLIENT_LANGUAGE","features":[76]},{"name":"ERROR_BIDI_UNSUPPORTED_RESOURCE_FORMAT","features":[76]},{"name":"ERR_CPSUI_ALLOCMEM_FAILED","features":[76]},{"name":"ERR_CPSUI_CREATEPROPPAGE_FAILED","features":[76]},{"name":"ERR_CPSUI_CREATE_IMAGELIST_FAILED","features":[76]},{"name":"ERR_CPSUI_CREATE_TRACKBAR_FAILED","features":[76]},{"name":"ERR_CPSUI_CREATE_UDARROW_FAILED","features":[76]},{"name":"ERR_CPSUI_DMCOPIES_USE_EXTPUSH","features":[76]},{"name":"ERR_CPSUI_FUNCTION_NOT_IMPLEMENTED","features":[76]},{"name":"ERR_CPSUI_GETLASTERROR","features":[76]},{"name":"ERR_CPSUI_INTERNAL_ERROR","features":[76]},{"name":"ERR_CPSUI_INVALID_DLGPAGEIDX","features":[76]},{"name":"ERR_CPSUI_INVALID_DLGPAGE_CBSIZE","features":[76]},{"name":"ERR_CPSUI_INVALID_DMPUBID","features":[76]},{"name":"ERR_CPSUI_INVALID_DMPUB_TVOT","features":[76]},{"name":"ERR_CPSUI_INVALID_ECB_CBSIZE","features":[76]},{"name":"ERR_CPSUI_INVALID_EDITBOX_BUF_SIZE","features":[76]},{"name":"ERR_CPSUI_INVALID_EDITBOX_PSEL","features":[76]},{"name":"ERR_CPSUI_INVALID_EXTPUSH_CBSIZE","features":[76]},{"name":"ERR_CPSUI_INVALID_LBCB_TYPE","features":[76]},{"name":"ERR_CPSUI_INVALID_LPARAM","features":[76]},{"name":"ERR_CPSUI_INVALID_OPTITEM_CBSIZE","features":[76]},{"name":"ERR_CPSUI_INVALID_OPTPARAM_CBSIZE","features":[76]},{"name":"ERR_CPSUI_INVALID_OPTTYPE_CBSIZE","features":[76]},{"name":"ERR_CPSUI_INVALID_OPTTYPE_COUNT","features":[76]},{"name":"ERR_CPSUI_INVALID_PDATA","features":[76]},{"name":"ERR_CPSUI_INVALID_PDLGPAGE","features":[76]},{"name":"ERR_CPSUI_INVALID_PUSHBUTTON_TYPE","features":[76]},{"name":"ERR_CPSUI_INVALID_TVOT_TYPE","features":[76]},{"name":"ERR_CPSUI_MORE_THAN_ONE_STDPAGE","features":[76]},{"name":"ERR_CPSUI_MORE_THAN_ONE_TVPAGE","features":[76]},{"name":"ERR_CPSUI_NO_EXTPUSH_DLGTEMPLATEID","features":[76]},{"name":"ERR_CPSUI_NO_PROPSHEETPAGE","features":[76]},{"name":"ERR_CPSUI_NULL_CALLERNAME","features":[76]},{"name":"ERR_CPSUI_NULL_ECB_PCHECKEDNAME","features":[76]},{"name":"ERR_CPSUI_NULL_ECB_PTITLE","features":[76]},{"name":"ERR_CPSUI_NULL_EXTPUSH_CALLBACK","features":[76]},{"name":"ERR_CPSUI_NULL_EXTPUSH_DLGPROC","features":[76]},{"name":"ERR_CPSUI_NULL_HINST","features":[76]},{"name":"ERR_CPSUI_NULL_OPTITEMNAME","features":[76]},{"name":"ERR_CPSUI_NULL_POPTITEM","features":[76]},{"name":"ERR_CPSUI_NULL_POPTPARAM","features":[76]},{"name":"ERR_CPSUI_SUBITEM_DIFF_DLGPAGEIDX","features":[76]},{"name":"ERR_CPSUI_SUBITEM_DIFF_OPTIF_HIDE","features":[76]},{"name":"ERR_CPSUI_TOO_MANY_DLGPAGES","features":[76]},{"name":"ERR_CPSUI_TOO_MANY_PROPSHEETPAGES","features":[76]},{"name":"ERR_CPSUI_ZERO_OPTITEM","features":[76]},{"name":"EXTCHKBOX","features":[76]},{"name":"EXTPUSH","features":[3,76,52]},{"name":"EXTTEXTMETRIC","features":[76]},{"name":"EXpsCompressionOptions","features":[76]},{"name":"EXpsFontOptions","features":[76]},{"name":"EXpsFontRestriction","features":[76]},{"name":"EXpsJobConsumption","features":[76]},{"name":"E_VERSION_NOT_SUPPORTED","features":[76]},{"name":"EndDocPrinter","features":[3,76]},{"name":"EndPagePrinter","features":[3,76]},{"name":"EnumFormsA","features":[3,76]},{"name":"EnumFormsW","features":[3,76]},{"name":"EnumJobNamedProperties","features":[3,76]},{"name":"EnumJobsA","features":[3,76]},{"name":"EnumJobsW","features":[3,76]},{"name":"EnumMonitorsA","features":[3,76]},{"name":"EnumMonitorsW","features":[3,76]},{"name":"EnumPortsA","features":[3,76]},{"name":"EnumPortsW","features":[3,76]},{"name":"EnumPrintProcessorDatatypesA","features":[3,76]},{"name":"EnumPrintProcessorDatatypesW","features":[3,76]},{"name":"EnumPrintProcessorsA","features":[3,76]},{"name":"EnumPrintProcessorsW","features":[3,76]},{"name":"EnumPrinterDataA","features":[3,76]},{"name":"EnumPrinterDataExA","features":[3,76]},{"name":"EnumPrinterDataExW","features":[3,76]},{"name":"EnumPrinterDataW","features":[3,76]},{"name":"EnumPrinterDriversA","features":[3,76]},{"name":"EnumPrinterDriversW","features":[3,76]},{"name":"EnumPrinterKeyA","features":[3,76]},{"name":"EnumPrinterKeyW","features":[3,76]},{"name":"EnumPrintersA","features":[3,76]},{"name":"EnumPrintersW","features":[3,76]},{"name":"ExtDeviceMode","features":[3,14,76]},{"name":"FG_CANCHANGE","features":[76]},{"name":"FILL_WITH_DEFAULTS","features":[76]},{"name":"FMTID_PrinterPropertyBag","features":[76]},{"name":"FNT_INFO_CURRENTFONTID","features":[76]},{"name":"FNT_INFO_FONTBOLD","features":[76]},{"name":"FNT_INFO_FONTHEIGHT","features":[76]},{"name":"FNT_INFO_FONTITALIC","features":[76]},{"name":"FNT_INFO_FONTMAXWIDTH","features":[76]},{"name":"FNT_INFO_FONTSTRIKETHRU","features":[76]},{"name":"FNT_INFO_FONTUNDERLINE","features":[76]},{"name":"FNT_INFO_FONTWIDTH","features":[76]},{"name":"FNT_INFO_GRAYPERCENTAGE","features":[76]},{"name":"FNT_INFO_MAX","features":[76]},{"name":"FNT_INFO_NEXTFONTID","features":[76]},{"name":"FNT_INFO_NEXTGLYPH","features":[76]},{"name":"FNT_INFO_PRINTDIRINCCDEGREES","features":[76]},{"name":"FNT_INFO_TEXTXRES","features":[76]},{"name":"FNT_INFO_TEXTYRES","features":[76]},{"name":"FONT_DIR_SORTED","features":[76]},{"name":"FONT_FL_DEVICEFONT","features":[76]},{"name":"FONT_FL_GLYPHSET_GTT","features":[76]},{"name":"FONT_FL_GLYPHSET_RLE","features":[76]},{"name":"FONT_FL_IFI","features":[76]},{"name":"FONT_FL_PERMANENT_SF","features":[76]},{"name":"FONT_FL_RESERVED","features":[76]},{"name":"FONT_FL_SOFTFONT","features":[76]},{"name":"FONT_FL_UFM","features":[76]},{"name":"FORM_BUILTIN","features":[76]},{"name":"FORM_INFO_1A","features":[3,76]},{"name":"FORM_INFO_1W","features":[3,76]},{"name":"FORM_INFO_2A","features":[3,76]},{"name":"FORM_INFO_2W","features":[3,76]},{"name":"FORM_PRINTER","features":[76]},{"name":"FORM_USER","features":[76]},{"name":"FinalPageCount","features":[76]},{"name":"FindClosePrinterChangeNotification","features":[3,76]},{"name":"FindFirstPrinterChangeNotification","features":[3,76]},{"name":"FindNextPrinterChangeNotification","features":[3,76]},{"name":"FlushPrinter","features":[3,76]},{"name":"Font_Normal","features":[76]},{"name":"Font_Obfusticate","features":[76]},{"name":"FreePrintNamedPropertyArray","features":[76]},{"name":"FreePrintPropertyValue","features":[76]},{"name":"FreePrinterNotifyInfo","features":[3,76]},{"name":"GLYPHRUN","features":[76]},{"name":"GPD_OEMCUSTOMDATA","features":[76]},{"name":"GUID_DEVINTERFACE_IPPUSB_PRINT","features":[76]},{"name":"GUID_DEVINTERFACE_USBPRINT","features":[76]},{"name":"GdiDeleteSpoolFileHandle","features":[3,76]},{"name":"GdiEndDocEMF","features":[3,76]},{"name":"GdiEndPageEMF","features":[3,76]},{"name":"GdiGetDC","features":[3,14,76]},{"name":"GdiGetDevmodeForPage","features":[3,14,76]},{"name":"GdiGetPageCount","features":[3,76]},{"name":"GdiGetPageHandle","features":[3,76]},{"name":"GdiGetSpoolFileHandle","features":[3,14,76]},{"name":"GdiPlayPageEMF","features":[3,76]},{"name":"GdiResetDCEMF","features":[3,14,76]},{"name":"GdiStartDocEMF","features":[3,76,77]},{"name":"GdiStartPageEMF","features":[3,76]},{"name":"GenerateCopyFilePaths","features":[76]},{"name":"GetCPSUIUserData","features":[3,76]},{"name":"GetCorePrinterDriversA","features":[3,76]},{"name":"GetCorePrinterDriversW","features":[3,76]},{"name":"GetDefaultPrinterA","features":[3,76]},{"name":"GetDefaultPrinterW","features":[3,76]},{"name":"GetFormA","features":[3,76]},{"name":"GetFormW","features":[3,76]},{"name":"GetJobA","features":[3,76]},{"name":"GetJobAttributes","features":[3,14,76]},{"name":"GetJobAttributesEx","features":[3,14,76]},{"name":"GetJobNamedPropertyValue","features":[3,76]},{"name":"GetJobW","features":[3,76]},{"name":"GetPrintExecutionData","features":[3,76]},{"name":"GetPrintOutputInfo","features":[3,76]},{"name":"GetPrintProcessorDirectoryA","features":[3,76]},{"name":"GetPrintProcessorDirectoryW","features":[3,76]},{"name":"GetPrinterA","features":[3,76]},{"name":"GetPrinterDataA","features":[3,76]},{"name":"GetPrinterDataExA","features":[3,76]},{"name":"GetPrinterDataExW","features":[3,76]},{"name":"GetPrinterDataW","features":[3,76]},{"name":"GetPrinterDriver2A","features":[3,76]},{"name":"GetPrinterDriver2W","features":[3,76]},{"name":"GetPrinterDriverA","features":[3,76]},{"name":"GetPrinterDriverDirectoryA","features":[3,76]},{"name":"GetPrinterDriverDirectoryW","features":[3,76]},{"name":"GetPrinterDriverPackagePathA","features":[76]},{"name":"GetPrinterDriverPackagePathW","features":[76]},{"name":"GetPrinterDriverW","features":[3,76]},{"name":"GetPrinterW","features":[3,76]},{"name":"GetSpoolFileHandle","features":[3,76]},{"name":"IAsyncGetSendNotificationCookie","features":[76]},{"name":"IAsyncGetSrvReferralCookie","features":[76]},{"name":"IBidiAsyncNotifyChannel","features":[76]},{"name":"IBidiRequest","features":[76]},{"name":"IBidiRequestContainer","features":[76]},{"name":"IBidiSpl","features":[76]},{"name":"IBidiSpl2","features":[76]},{"name":"IDI_CPSUI_ADVANCE","features":[76]},{"name":"IDI_CPSUI_AUTOSEL","features":[76]},{"name":"IDI_CPSUI_COLLATE","features":[76]},{"name":"IDI_CPSUI_COLOR","features":[76]},{"name":"IDI_CPSUI_COPY","features":[76]},{"name":"IDI_CPSUI_DEVICE","features":[76]},{"name":"IDI_CPSUI_DEVICE2","features":[76]},{"name":"IDI_CPSUI_DEVICE_FEATURE","features":[76]},{"name":"IDI_CPSUI_DITHER_COARSE","features":[76]},{"name":"IDI_CPSUI_DITHER_FINE","features":[76]},{"name":"IDI_CPSUI_DITHER_LINEART","features":[76]},{"name":"IDI_CPSUI_DITHER_NONE","features":[76]},{"name":"IDI_CPSUI_DOCUMENT","features":[76]},{"name":"IDI_CPSUI_DUPLEX_HORZ","features":[76]},{"name":"IDI_CPSUI_DUPLEX_HORZ_L","features":[76]},{"name":"IDI_CPSUI_DUPLEX_NONE","features":[76]},{"name":"IDI_CPSUI_DUPLEX_NONE_L","features":[76]},{"name":"IDI_CPSUI_DUPLEX_VERT","features":[76]},{"name":"IDI_CPSUI_DUPLEX_VERT_L","features":[76]},{"name":"IDI_CPSUI_EMPTY","features":[76]},{"name":"IDI_CPSUI_ENVELOPE","features":[76]},{"name":"IDI_CPSUI_ENVELOPE_FEED","features":[76]},{"name":"IDI_CPSUI_ERROR","features":[76]},{"name":"IDI_CPSUI_FALSE","features":[76]},{"name":"IDI_CPSUI_FAX","features":[76]},{"name":"IDI_CPSUI_FONTCART","features":[76]},{"name":"IDI_CPSUI_FONTCARTHDR","features":[76]},{"name":"IDI_CPSUI_FONTCART_SLOT","features":[76]},{"name":"IDI_CPSUI_FONTSUB","features":[76]},{"name":"IDI_CPSUI_FORMTRAYASSIGN","features":[76]},{"name":"IDI_CPSUI_GENERIC_ITEM","features":[76]},{"name":"IDI_CPSUI_GENERIC_OPTION","features":[76]},{"name":"IDI_CPSUI_GRAPHIC","features":[76]},{"name":"IDI_CPSUI_HALFTONE_SETUP","features":[76]},{"name":"IDI_CPSUI_HTCLRADJ","features":[76]},{"name":"IDI_CPSUI_HT_DEVICE","features":[76]},{"name":"IDI_CPSUI_HT_HOST","features":[76]},{"name":"IDI_CPSUI_ICM_INTENT","features":[76]},{"name":"IDI_CPSUI_ICM_METHOD","features":[76]},{"name":"IDI_CPSUI_ICM_OPTION","features":[76]},{"name":"IDI_CPSUI_ICONID_FIRST","features":[76]},{"name":"IDI_CPSUI_ICONID_LAST","features":[76]},{"name":"IDI_CPSUI_INSTALLABLE_OPTION","features":[76]},{"name":"IDI_CPSUI_LANDSCAPE","features":[76]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWL","features":[76]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWLR","features":[76]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWS","features":[76]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETL","features":[76]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETL_NB","features":[76]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETP","features":[76]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETP_NB","features":[76]},{"name":"IDI_CPSUI_LAYOUT_BMP_PORTRAIT","features":[76]},{"name":"IDI_CPSUI_LAYOUT_BMP_ROT_PORT","features":[76]},{"name":"IDI_CPSUI_LF_PEN_PLOTTER","features":[76]},{"name":"IDI_CPSUI_LF_RASTER_PLOTTER","features":[76]},{"name":"IDI_CPSUI_MANUAL_FEED","features":[76]},{"name":"IDI_CPSUI_MEM","features":[76]},{"name":"IDI_CPSUI_MONO","features":[76]},{"name":"IDI_CPSUI_NO","features":[76]},{"name":"IDI_CPSUI_NOTINSTALLED","features":[76]},{"name":"IDI_CPSUI_NUP_BORDER","features":[76]},{"name":"IDI_CPSUI_OFF","features":[76]},{"name":"IDI_CPSUI_ON","features":[76]},{"name":"IDI_CPSUI_OPTION","features":[76]},{"name":"IDI_CPSUI_OPTION2","features":[76]},{"name":"IDI_CPSUI_OUTBIN","features":[76]},{"name":"IDI_CPSUI_OUTPUT","features":[76]},{"name":"IDI_CPSUI_PAGE_PROTECT","features":[76]},{"name":"IDI_CPSUI_PAPER_OUTPUT","features":[76]},{"name":"IDI_CPSUI_PAPER_TRAY","features":[76]},{"name":"IDI_CPSUI_PAPER_TRAY2","features":[76]},{"name":"IDI_CPSUI_PAPER_TRAY3","features":[76]},{"name":"IDI_CPSUI_PEN_CARROUSEL","features":[76]},{"name":"IDI_CPSUI_PLOTTER_PEN","features":[76]},{"name":"IDI_CPSUI_PORTRAIT","features":[76]},{"name":"IDI_CPSUI_POSTSCRIPT","features":[76]},{"name":"IDI_CPSUI_PRINTER","features":[76]},{"name":"IDI_CPSUI_PRINTER2","features":[76]},{"name":"IDI_CPSUI_PRINTER3","features":[76]},{"name":"IDI_CPSUI_PRINTER4","features":[76]},{"name":"IDI_CPSUI_PRINTER_FEATURE","features":[76]},{"name":"IDI_CPSUI_PRINTER_FOLDER","features":[76]},{"name":"IDI_CPSUI_QUESTION","features":[76]},{"name":"IDI_CPSUI_RES_DRAFT","features":[76]},{"name":"IDI_CPSUI_RES_HIGH","features":[76]},{"name":"IDI_CPSUI_RES_LOW","features":[76]},{"name":"IDI_CPSUI_RES_MEDIUM","features":[76]},{"name":"IDI_CPSUI_RES_PRESENTATION","features":[76]},{"name":"IDI_CPSUI_ROLL_PAPER","features":[76]},{"name":"IDI_CPSUI_ROT_LAND","features":[76]},{"name":"IDI_CPSUI_ROT_PORT","features":[76]},{"name":"IDI_CPSUI_RUN_DIALOG","features":[76]},{"name":"IDI_CPSUI_SCALING","features":[76]},{"name":"IDI_CPSUI_SEL_NONE","features":[76]},{"name":"IDI_CPSUI_SF_PEN_PLOTTER","features":[76]},{"name":"IDI_CPSUI_SF_RASTER_PLOTTER","features":[76]},{"name":"IDI_CPSUI_STAPLER_OFF","features":[76]},{"name":"IDI_CPSUI_STAPLER_ON","features":[76]},{"name":"IDI_CPSUI_STD_FORM","features":[76]},{"name":"IDI_CPSUI_STOP","features":[76]},{"name":"IDI_CPSUI_STOP_WARNING_OVERLAY","features":[76]},{"name":"IDI_CPSUI_TELEPHONE","features":[76]},{"name":"IDI_CPSUI_TRANSPARENT","features":[76]},{"name":"IDI_CPSUI_TRUE","features":[76]},{"name":"IDI_CPSUI_TT_DOWNLOADSOFT","features":[76]},{"name":"IDI_CPSUI_TT_DOWNLOADVECT","features":[76]},{"name":"IDI_CPSUI_TT_PRINTASGRAPHIC","features":[76]},{"name":"IDI_CPSUI_TT_SUBDEV","features":[76]},{"name":"IDI_CPSUI_WARNING","features":[76]},{"name":"IDI_CPSUI_WARNING_OVERLAY","features":[76]},{"name":"IDI_CPSUI_WATERMARK","features":[76]},{"name":"IDI_CPSUI_YES","features":[76]},{"name":"IDS_CPSUI_ABOUT","features":[76]},{"name":"IDS_CPSUI_ADVANCED","features":[76]},{"name":"IDS_CPSUI_ADVANCEDOCUMENT","features":[76]},{"name":"IDS_CPSUI_ALL","features":[76]},{"name":"IDS_CPSUI_AUTOSELECT","features":[76]},{"name":"IDS_CPSUI_BACKTOFRONT","features":[76]},{"name":"IDS_CPSUI_BOND","features":[76]},{"name":"IDS_CPSUI_BOOKLET","features":[76]},{"name":"IDS_CPSUI_BOOKLET_EDGE","features":[76]},{"name":"IDS_CPSUI_BOOKLET_EDGE_LEFT","features":[76]},{"name":"IDS_CPSUI_BOOKLET_EDGE_RIGHT","features":[76]},{"name":"IDS_CPSUI_CASSETTE_TRAY","features":[76]},{"name":"IDS_CPSUI_CHANGE","features":[76]},{"name":"IDS_CPSUI_CHANGED","features":[76]},{"name":"IDS_CPSUI_CHANGES","features":[76]},{"name":"IDS_CPSUI_COARSE","features":[76]},{"name":"IDS_CPSUI_COLLATE","features":[76]},{"name":"IDS_CPSUI_COLLATED","features":[76]},{"name":"IDS_CPSUI_COLON_SEP","features":[76]},{"name":"IDS_CPSUI_COLOR","features":[76]},{"name":"IDS_CPSUI_COLOR_APPERANCE","features":[76]},{"name":"IDS_CPSUI_COPIES","features":[76]},{"name":"IDS_CPSUI_COPY","features":[76]},{"name":"IDS_CPSUI_DEFAULT","features":[76]},{"name":"IDS_CPSUI_DEFAULTDOCUMENT","features":[76]},{"name":"IDS_CPSUI_DEFAULT_TRAY","features":[76]},{"name":"IDS_CPSUI_DEVICE","features":[76]},{"name":"IDS_CPSUI_DEVICEOPTIONS","features":[76]},{"name":"IDS_CPSUI_DEVICE_SETTINGS","features":[76]},{"name":"IDS_CPSUI_DITHERING","features":[76]},{"name":"IDS_CPSUI_DOCUMENT","features":[76]},{"name":"IDS_CPSUI_DOWN_THEN_LEFT","features":[76]},{"name":"IDS_CPSUI_DOWN_THEN_RIGHT","features":[76]},{"name":"IDS_CPSUI_DRAFT","features":[76]},{"name":"IDS_CPSUI_DUPLEX","features":[76]},{"name":"IDS_CPSUI_ENVELOPE_TRAY","features":[76]},{"name":"IDS_CPSUI_ENVMANUAL_TRAY","features":[76]},{"name":"IDS_CPSUI_ERRDIFFUSE","features":[76]},{"name":"IDS_CPSUI_ERROR","features":[76]},{"name":"IDS_CPSUI_EXIST","features":[76]},{"name":"IDS_CPSUI_FALSE","features":[76]},{"name":"IDS_CPSUI_FAST","features":[76]},{"name":"IDS_CPSUI_FAX","features":[76]},{"name":"IDS_CPSUI_FINE","features":[76]},{"name":"IDS_CPSUI_FORMNAME","features":[76]},{"name":"IDS_CPSUI_FORMSOURCE","features":[76]},{"name":"IDS_CPSUI_FORMTRAYASSIGN","features":[76]},{"name":"IDS_CPSUI_FRONTTOBACK","features":[76]},{"name":"IDS_CPSUI_GLOSSY","features":[76]},{"name":"IDS_CPSUI_GRAPHIC","features":[76]},{"name":"IDS_CPSUI_GRAYSCALE","features":[76]},{"name":"IDS_CPSUI_HALFTONE","features":[76]},{"name":"IDS_CPSUI_HALFTONE_SETUP","features":[76]},{"name":"IDS_CPSUI_HIGH","features":[76]},{"name":"IDS_CPSUI_HORIZONTAL","features":[76]},{"name":"IDS_CPSUI_HTCLRADJ","features":[76]},{"name":"IDS_CPSUI_ICM","features":[76]},{"name":"IDS_CPSUI_ICMINTENT","features":[76]},{"name":"IDS_CPSUI_ICMMETHOD","features":[76]},{"name":"IDS_CPSUI_ICM_BLACKWHITE","features":[76]},{"name":"IDS_CPSUI_ICM_COLORMETRIC","features":[76]},{"name":"IDS_CPSUI_ICM_CONTRAST","features":[76]},{"name":"IDS_CPSUI_ICM_NO","features":[76]},{"name":"IDS_CPSUI_ICM_SATURATION","features":[76]},{"name":"IDS_CPSUI_ICM_YES","features":[76]},{"name":"IDS_CPSUI_INSTFONTCART","features":[76]},{"name":"IDS_CPSUI_LANDSCAPE","features":[76]},{"name":"IDS_CPSUI_LARGECAP_TRAY","features":[76]},{"name":"IDS_CPSUI_LARGEFMT_TRAY","features":[76]},{"name":"IDS_CPSUI_LBCB_NOSEL","features":[76]},{"name":"IDS_CPSUI_LEFT_ANGLE","features":[76]},{"name":"IDS_CPSUI_LEFT_SLOT","features":[76]},{"name":"IDS_CPSUI_LEFT_THEN_DOWN","features":[76]},{"name":"IDS_CPSUI_LINEART","features":[76]},{"name":"IDS_CPSUI_LONG_SIDE","features":[76]},{"name":"IDS_CPSUI_LOW","features":[76]},{"name":"IDS_CPSUI_LOWER_TRAY","features":[76]},{"name":"IDS_CPSUI_MAILBOX","features":[76]},{"name":"IDS_CPSUI_MAKE","features":[76]},{"name":"IDS_CPSUI_MANUALFEED","features":[76]},{"name":"IDS_CPSUI_MANUAL_DUPLEX","features":[76]},{"name":"IDS_CPSUI_MANUAL_DUPLEX_OFF","features":[76]},{"name":"IDS_CPSUI_MANUAL_DUPLEX_ON","features":[76]},{"name":"IDS_CPSUI_MANUAL_TRAY","features":[76]},{"name":"IDS_CPSUI_MEDIA","features":[76]},{"name":"IDS_CPSUI_MEDIUM","features":[76]},{"name":"IDS_CPSUI_MIDDLE_TRAY","features":[76]},{"name":"IDS_CPSUI_MONOCHROME","features":[76]},{"name":"IDS_CPSUI_MORE","features":[76]},{"name":"IDS_CPSUI_NO","features":[76]},{"name":"IDS_CPSUI_NONE","features":[76]},{"name":"IDS_CPSUI_NOT","features":[76]},{"name":"IDS_CPSUI_NOTINSTALLED","features":[76]},{"name":"IDS_CPSUI_NO_NAME","features":[76]},{"name":"IDS_CPSUI_NUM_OF_COPIES","features":[76]},{"name":"IDS_CPSUI_NUP","features":[76]},{"name":"IDS_CPSUI_NUP_BORDER","features":[76]},{"name":"IDS_CPSUI_NUP_BORDERED","features":[76]},{"name":"IDS_CPSUI_NUP_DIRECTION","features":[76]},{"name":"IDS_CPSUI_NUP_FOURUP","features":[76]},{"name":"IDS_CPSUI_NUP_NINEUP","features":[76]},{"name":"IDS_CPSUI_NUP_NORMAL","features":[76]},{"name":"IDS_CPSUI_NUP_SIXTEENUP","features":[76]},{"name":"IDS_CPSUI_NUP_SIXUP","features":[76]},{"name":"IDS_CPSUI_NUP_TWOUP","features":[76]},{"name":"IDS_CPSUI_OF","features":[76]},{"name":"IDS_CPSUI_OFF","features":[76]},{"name":"IDS_CPSUI_ON","features":[76]},{"name":"IDS_CPSUI_ONLYONE","features":[76]},{"name":"IDS_CPSUI_OPTION","features":[76]},{"name":"IDS_CPSUI_OPTIONS","features":[76]},{"name":"IDS_CPSUI_ORIENTATION","features":[76]},{"name":"IDS_CPSUI_OUTBINASSIGN","features":[76]},{"name":"IDS_CPSUI_OUTPUTBIN","features":[76]},{"name":"IDS_CPSUI_PAGEORDER","features":[76]},{"name":"IDS_CPSUI_PAGEPROTECT","features":[76]},{"name":"IDS_CPSUI_PAPER_OUTPUT","features":[76]},{"name":"IDS_CPSUI_PERCENT","features":[76]},{"name":"IDS_CPSUI_PLOT","features":[76]},{"name":"IDS_CPSUI_PORTRAIT","features":[76]},{"name":"IDS_CPSUI_POSTER","features":[76]},{"name":"IDS_CPSUI_POSTER_2x2","features":[76]},{"name":"IDS_CPSUI_POSTER_3x3","features":[76]},{"name":"IDS_CPSUI_POSTER_4x4","features":[76]},{"name":"IDS_CPSUI_PRESENTATION","features":[76]},{"name":"IDS_CPSUI_PRINT","features":[76]},{"name":"IDS_CPSUI_PRINTER","features":[76]},{"name":"IDS_CPSUI_PRINTERMEM_KB","features":[76]},{"name":"IDS_CPSUI_PRINTERMEM_MB","features":[76]},{"name":"IDS_CPSUI_PRINTFLDSETTING","features":[76]},{"name":"IDS_CPSUI_PRINTQUALITY","features":[76]},{"name":"IDS_CPSUI_PROPERTIES","features":[76]},{"name":"IDS_CPSUI_QUALITY_BEST","features":[76]},{"name":"IDS_CPSUI_QUALITY_BETTER","features":[76]},{"name":"IDS_CPSUI_QUALITY_CUSTOM","features":[76]},{"name":"IDS_CPSUI_QUALITY_DRAFT","features":[76]},{"name":"IDS_CPSUI_QUALITY_SETTINGS","features":[76]},{"name":"IDS_CPSUI_RANGE_FROM","features":[76]},{"name":"IDS_CPSUI_REGULAR","features":[76]},{"name":"IDS_CPSUI_RESET","features":[76]},{"name":"IDS_CPSUI_RESOLUTION","features":[76]},{"name":"IDS_CPSUI_REVERT","features":[76]},{"name":"IDS_CPSUI_RIGHT_ANGLE","features":[76]},{"name":"IDS_CPSUI_RIGHT_SLOT","features":[76]},{"name":"IDS_CPSUI_RIGHT_THEN_DOWN","features":[76]},{"name":"IDS_CPSUI_ROTATED","features":[76]},{"name":"IDS_CPSUI_ROT_LAND","features":[76]},{"name":"IDS_CPSUI_ROT_PORT","features":[76]},{"name":"IDS_CPSUI_SCALING","features":[76]},{"name":"IDS_CPSUI_SETTING","features":[76]},{"name":"IDS_CPSUI_SETTINGS","features":[76]},{"name":"IDS_CPSUI_SETUP","features":[76]},{"name":"IDS_CPSUI_SHORT_SIDE","features":[76]},{"name":"IDS_CPSUI_SIDE1","features":[76]},{"name":"IDS_CPSUI_SIDE2","features":[76]},{"name":"IDS_CPSUI_SIMPLEX","features":[76]},{"name":"IDS_CPSUI_SLASH_SEP","features":[76]},{"name":"IDS_CPSUI_SLOT1","features":[76]},{"name":"IDS_CPSUI_SLOT2","features":[76]},{"name":"IDS_CPSUI_SLOT3","features":[76]},{"name":"IDS_CPSUI_SLOT4","features":[76]},{"name":"IDS_CPSUI_SLOW","features":[76]},{"name":"IDS_CPSUI_SMALLFMT_TRAY","features":[76]},{"name":"IDS_CPSUI_SOURCE","features":[76]},{"name":"IDS_CPSUI_STACKER","features":[76]},{"name":"IDS_CPSUI_STANDARD","features":[76]},{"name":"IDS_CPSUI_STAPLE","features":[76]},{"name":"IDS_CPSUI_STAPLER","features":[76]},{"name":"IDS_CPSUI_STAPLER_OFF","features":[76]},{"name":"IDS_CPSUI_STAPLER_ON","features":[76]},{"name":"IDS_CPSUI_STDDOCPROPTAB","features":[76]},{"name":"IDS_CPSUI_STDDOCPROPTAB1","features":[76]},{"name":"IDS_CPSUI_STDDOCPROPTAB2","features":[76]},{"name":"IDS_CPSUI_STDDOCPROPTVTAB","features":[76]},{"name":"IDS_CPSUI_STRID_FIRST","features":[76]},{"name":"IDS_CPSUI_STRID_LAST","features":[76]},{"name":"IDS_CPSUI_TO","features":[76]},{"name":"IDS_CPSUI_TOTAL","features":[76]},{"name":"IDS_CPSUI_TRACTOR_TRAY","features":[76]},{"name":"IDS_CPSUI_TRANSPARENCY","features":[76]},{"name":"IDS_CPSUI_TRUE","features":[76]},{"name":"IDS_CPSUI_TTOPTION","features":[76]},{"name":"IDS_CPSUI_TT_DOWNLOADSOFT","features":[76]},{"name":"IDS_CPSUI_TT_DOWNLOADVECT","features":[76]},{"name":"IDS_CPSUI_TT_PRINTASGRAPHIC","features":[76]},{"name":"IDS_CPSUI_TT_SUBDEV","features":[76]},{"name":"IDS_CPSUI_UPPER_TRAY","features":[76]},{"name":"IDS_CPSUI_USE_DEVICE_HT","features":[76]},{"name":"IDS_CPSUI_USE_HOST_HT","features":[76]},{"name":"IDS_CPSUI_USE_PRINTER_HT","features":[76]},{"name":"IDS_CPSUI_VERSION","features":[76]},{"name":"IDS_CPSUI_VERTICAL","features":[76]},{"name":"IDS_CPSUI_WARNING","features":[76]},{"name":"IDS_CPSUI_WATERMARK","features":[76]},{"name":"IDS_CPSUI_YES","features":[76]},{"name":"IFixedDocument","features":[76]},{"name":"IFixedDocumentSequence","features":[76]},{"name":"IFixedPage","features":[76]},{"name":"IImgCreateErrorInfo","features":[76]},{"name":"IImgErrorInfo","features":[76]},{"name":"IInterFilterCommunicator","features":[76]},{"name":"INSERTPSUIPAGE_INFO","features":[76]},{"name":"INSPSUIPAGE_MODE_AFTER","features":[76]},{"name":"INSPSUIPAGE_MODE_BEFORE","features":[76]},{"name":"INSPSUIPAGE_MODE_FIRST_CHILD","features":[76]},{"name":"INSPSUIPAGE_MODE_INDEX","features":[76]},{"name":"INSPSUIPAGE_MODE_LAST_CHILD","features":[76]},{"name":"INTERNAL_NOTIFICATION_QUEUE_IS_FULL","features":[76]},{"name":"INVALID_NOTIFICATION_TYPE","features":[76]},{"name":"INVOC","features":[76]},{"name":"IOCTL_USBPRINT_ADD_CHILD_DEVICE","features":[76]},{"name":"IOCTL_USBPRINT_ADD_MSIPP_COMPAT_ID","features":[76]},{"name":"IOCTL_USBPRINT_CYCLE_PORT","features":[76]},{"name":"IOCTL_USBPRINT_GET_1284_ID","features":[76]},{"name":"IOCTL_USBPRINT_GET_INTERFACE_TYPE","features":[76]},{"name":"IOCTL_USBPRINT_GET_LPT_STATUS","features":[76]},{"name":"IOCTL_USBPRINT_GET_PROTOCOL","features":[76]},{"name":"IOCTL_USBPRINT_SET_DEVICE_ID","features":[76]},{"name":"IOCTL_USBPRINT_SET_PORT_NUMBER","features":[76]},{"name":"IOCTL_USBPRINT_SET_PROTOCOL","features":[76]},{"name":"IOCTL_USBPRINT_SOFT_RESET","features":[76]},{"name":"IOCTL_USBPRINT_VENDOR_GET_COMMAND","features":[76]},{"name":"IOCTL_USBPRINT_VENDOR_SET_COMMAND","features":[76]},{"name":"IPDFP_COPY_ALL_FILES","features":[76]},{"name":"IPartBase","features":[76]},{"name":"IPartColorProfile","features":[76]},{"name":"IPartDiscardControl","features":[76]},{"name":"IPartFont","features":[76]},{"name":"IPartFont2","features":[76]},{"name":"IPartImage","features":[76]},{"name":"IPartPrintTicket","features":[76]},{"name":"IPartResourceDictionary","features":[76]},{"name":"IPartThumbnail","features":[76]},{"name":"IPrintAsyncCookie","features":[76]},{"name":"IPrintAsyncNewChannelCookie","features":[76]},{"name":"IPrintAsyncNotify","features":[76]},{"name":"IPrintAsyncNotifyCallback","features":[76]},{"name":"IPrintAsyncNotifyChannel","features":[76]},{"name":"IPrintAsyncNotifyDataObject","features":[76]},{"name":"IPrintAsyncNotifyRegistration","features":[76]},{"name":"IPrintAsyncNotifyServerReferral","features":[76]},{"name":"IPrintBidiAsyncNotifyRegistration","features":[76]},{"name":"IPrintClassObjectFactory","features":[76]},{"name":"IPrintCoreHelper","features":[76]},{"name":"IPrintCoreHelperPS","features":[76]},{"name":"IPrintCoreHelperUni","features":[76]},{"name":"IPrintCoreHelperUni2","features":[76]},{"name":"IPrintCoreUI2","features":[76]},{"name":"IPrintJob","features":[76]},{"name":"IPrintJobCollection","features":[76]},{"name":"IPrintOemCommon","features":[76]},{"name":"IPrintOemDriverUI","features":[76]},{"name":"IPrintOemUI","features":[76]},{"name":"IPrintOemUI2","features":[76]},{"name":"IPrintOemUIMXDC","features":[76]},{"name":"IPrintPipelineFilter","features":[76]},{"name":"IPrintPipelineManagerControl","features":[76]},{"name":"IPrintPipelineProgressReport","features":[76]},{"name":"IPrintPipelinePropertyBag","features":[76]},{"name":"IPrintPreviewDxgiPackageTarget","features":[76]},{"name":"IPrintReadStream","features":[76]},{"name":"IPrintReadStreamFactory","features":[76]},{"name":"IPrintSchemaAsyncOperation","features":[76]},{"name":"IPrintSchemaAsyncOperationEvent","features":[76]},{"name":"IPrintSchemaCapabilities","features":[76]},{"name":"IPrintSchemaCapabilities2","features":[76]},{"name":"IPrintSchemaDisplayableElement","features":[76]},{"name":"IPrintSchemaElement","features":[76]},{"name":"IPrintSchemaFeature","features":[76]},{"name":"IPrintSchemaNUpOption","features":[76]},{"name":"IPrintSchemaOption","features":[76]},{"name":"IPrintSchemaOptionCollection","features":[76]},{"name":"IPrintSchemaPageImageableSize","features":[76]},{"name":"IPrintSchemaPageMediaSizeOption","features":[76]},{"name":"IPrintSchemaParameterDefinition","features":[76]},{"name":"IPrintSchemaParameterInitializer","features":[76]},{"name":"IPrintSchemaTicket","features":[76]},{"name":"IPrintSchemaTicket2","features":[76]},{"name":"IPrintTicketProvider","features":[76]},{"name":"IPrintTicketProvider2","features":[76]},{"name":"IPrintUnidiAsyncNotifyRegistration","features":[76]},{"name":"IPrintWriteStream","features":[76]},{"name":"IPrintWriteStreamFlush","features":[76]},{"name":"IPrinterBidiSetRequestCallback","features":[76]},{"name":"IPrinterExtensionAsyncOperation","features":[76]},{"name":"IPrinterExtensionContext","features":[76]},{"name":"IPrinterExtensionContextCollection","features":[76]},{"name":"IPrinterExtensionEvent","features":[76]},{"name":"IPrinterExtensionEventArgs","features":[76]},{"name":"IPrinterExtensionManager","features":[76]},{"name":"IPrinterExtensionRequest","features":[76]},{"name":"IPrinterPropertyBag","features":[76]},{"name":"IPrinterQueue","features":[76]},{"name":"IPrinterQueue2","features":[76]},{"name":"IPrinterQueueEvent","features":[76]},{"name":"IPrinterQueueView","features":[76]},{"name":"IPrinterQueueViewEvent","features":[76]},{"name":"IPrinterScriptContext","features":[76]},{"name":"IPrinterScriptablePropertyBag","features":[76]},{"name":"IPrinterScriptablePropertyBag2","features":[76]},{"name":"IPrinterScriptableSequentialStream","features":[76]},{"name":"IPrinterScriptableStream","features":[76]},{"name":"IXpsDocument","features":[76]},{"name":"IXpsDocumentConsumer","features":[76]},{"name":"IXpsDocumentProvider","features":[76]},{"name":"IXpsPartIterator","features":[76]},{"name":"IXpsRasterizationFactory","features":[76]},{"name":"IXpsRasterizationFactory1","features":[76]},{"name":"IXpsRasterizationFactory2","features":[76]},{"name":"IXpsRasterizer","features":[76]},{"name":"IXpsRasterizerNotificationCallback","features":[76]},{"name":"ImgErrorInfo","features":[76]},{"name":"ImpersonatePrinterClient","features":[3,76]},{"name":"InstallPrinterDriverFromPackageA","features":[76]},{"name":"InstallPrinterDriverFromPackageW","features":[76]},{"name":"IntermediatePageCount","features":[76]},{"name":"IsValidDevmodeA","features":[3,14,76]},{"name":"IsValidDevmodeW","features":[3,14,76]},{"name":"JOB_ACCESS_ADMINISTER","features":[76]},{"name":"JOB_ACCESS_READ","features":[76]},{"name":"JOB_CONTROL_CANCEL","features":[76]},{"name":"JOB_CONTROL_DELETE","features":[76]},{"name":"JOB_CONTROL_LAST_PAGE_EJECTED","features":[76]},{"name":"JOB_CONTROL_PAUSE","features":[76]},{"name":"JOB_CONTROL_RELEASE","features":[76]},{"name":"JOB_CONTROL_RESTART","features":[76]},{"name":"JOB_CONTROL_RESUME","features":[76]},{"name":"JOB_CONTROL_RETAIN","features":[76]},{"name":"JOB_CONTROL_SEND_TOAST","features":[76]},{"name":"JOB_CONTROL_SENT_TO_PRINTER","features":[76]},{"name":"JOB_INFO_1A","features":[3,76]},{"name":"JOB_INFO_1W","features":[3,76]},{"name":"JOB_INFO_2A","features":[3,14,76,6]},{"name":"JOB_INFO_2W","features":[3,14,76,6]},{"name":"JOB_INFO_3","features":[76]},{"name":"JOB_INFO_4A","features":[3,14,76,6]},{"name":"JOB_INFO_4W","features":[3,14,76,6]},{"name":"JOB_NOTIFY_FIELD_BYTES_PRINTED","features":[76]},{"name":"JOB_NOTIFY_FIELD_DATATYPE","features":[76]},{"name":"JOB_NOTIFY_FIELD_DEVMODE","features":[76]},{"name":"JOB_NOTIFY_FIELD_DOCUMENT","features":[76]},{"name":"JOB_NOTIFY_FIELD_DRIVER_NAME","features":[76]},{"name":"JOB_NOTIFY_FIELD_MACHINE_NAME","features":[76]},{"name":"JOB_NOTIFY_FIELD_NOTIFY_NAME","features":[76]},{"name":"JOB_NOTIFY_FIELD_PAGES_PRINTED","features":[76]},{"name":"JOB_NOTIFY_FIELD_PARAMETERS","features":[76]},{"name":"JOB_NOTIFY_FIELD_PORT_NAME","features":[76]},{"name":"JOB_NOTIFY_FIELD_POSITION","features":[76]},{"name":"JOB_NOTIFY_FIELD_PRINTER_NAME","features":[76]},{"name":"JOB_NOTIFY_FIELD_PRINT_PROCESSOR","features":[76]},{"name":"JOB_NOTIFY_FIELD_PRIORITY","features":[76]},{"name":"JOB_NOTIFY_FIELD_REMOTE_JOB_ID","features":[76]},{"name":"JOB_NOTIFY_FIELD_SECURITY_DESCRIPTOR","features":[76]},{"name":"JOB_NOTIFY_FIELD_START_TIME","features":[76]},{"name":"JOB_NOTIFY_FIELD_STATUS","features":[76]},{"name":"JOB_NOTIFY_FIELD_STATUS_STRING","features":[76]},{"name":"JOB_NOTIFY_FIELD_SUBMITTED","features":[76]},{"name":"JOB_NOTIFY_FIELD_TIME","features":[76]},{"name":"JOB_NOTIFY_FIELD_TOTAL_BYTES","features":[76]},{"name":"JOB_NOTIFY_FIELD_TOTAL_PAGES","features":[76]},{"name":"JOB_NOTIFY_FIELD_UNTIL_TIME","features":[76]},{"name":"JOB_NOTIFY_FIELD_USER_NAME","features":[76]},{"name":"JOB_NOTIFY_TYPE","features":[76]},{"name":"JOB_POSITION_UNSPECIFIED","features":[76]},{"name":"JOB_STATUS_BLOCKED_DEVQ","features":[76]},{"name":"JOB_STATUS_COMPLETE","features":[76]},{"name":"JOB_STATUS_DELETED","features":[76]},{"name":"JOB_STATUS_DELETING","features":[76]},{"name":"JOB_STATUS_ERROR","features":[76]},{"name":"JOB_STATUS_OFFLINE","features":[76]},{"name":"JOB_STATUS_PAPEROUT","features":[76]},{"name":"JOB_STATUS_PAUSED","features":[76]},{"name":"JOB_STATUS_PRINTED","features":[76]},{"name":"JOB_STATUS_PRINTING","features":[76]},{"name":"JOB_STATUS_RENDERING_LOCALLY","features":[76]},{"name":"JOB_STATUS_RESTART","features":[76]},{"name":"JOB_STATUS_RETAINED","features":[76]},{"name":"JOB_STATUS_SPOOLING","features":[76]},{"name":"JOB_STATUS_USER_INTERVENTION","features":[76]},{"name":"KERNDATA","features":[54,76]},{"name":"LOCAL_ONLY_REGISTRATION","features":[76]},{"name":"LPR","features":[76]},{"name":"MAPTABLE","features":[76]},{"name":"MAX_ADDRESS_STR_LEN","features":[76]},{"name":"MAX_CHANNEL_COUNT_EXCEEDED","features":[76]},{"name":"MAX_CPSFUNC_INDEX","features":[76]},{"name":"MAX_DEVICEDESCRIPTION_STR_LEN","features":[76]},{"name":"MAX_DLGPAGE_COUNT","features":[76]},{"name":"MAX_FORM_KEYWORD_LENGTH","features":[76]},{"name":"MAX_IPADDR_STR_LEN","features":[76]},{"name":"MAX_NETWORKNAME2_LEN","features":[76]},{"name":"MAX_NETWORKNAME_LEN","features":[76]},{"name":"MAX_NOTIFICATION_SIZE_EXCEEDED","features":[76]},{"name":"MAX_PORTNAME_LEN","features":[76]},{"name":"MAX_PRIORITY","features":[76]},{"name":"MAX_PROPSHEETUI_REASON_INDEX","features":[76]},{"name":"MAX_PSUIPAGEINSERT_INDEX","features":[76]},{"name":"MAX_QUEUENAME_LEN","features":[76]},{"name":"MAX_REGISTRATION_COUNT_EXCEEDED","features":[76]},{"name":"MAX_RES_STR_CHARS","features":[76]},{"name":"MAX_SNMP_COMMUNITY_STR_LEN","features":[76]},{"name":"MESSAGEBOX_PARAMS","features":[3,76]},{"name":"MIN_PRIORITY","features":[76]},{"name":"MONITOR","features":[49,3,76,10]},{"name":"MONITOR2","features":[49,3,76,10]},{"name":"MONITOREX","features":[49,3,76,10]},{"name":"MONITORINIT","features":[3,76,51]},{"name":"MONITORREG","features":[76]},{"name":"MONITORUI","features":[76]},{"name":"MONITOR_INFO_1A","features":[76]},{"name":"MONITOR_INFO_1W","features":[76]},{"name":"MONITOR_INFO_2A","features":[76]},{"name":"MONITOR_INFO_2W","features":[76]},{"name":"MS_PRINT_JOB_OUTPUT_FILE","features":[76]},{"name":"MTYPE_ADD","features":[76]},{"name":"MTYPE_COMPOSE","features":[76]},{"name":"MTYPE_DIRECT","features":[76]},{"name":"MTYPE_DISABLE","features":[76]},{"name":"MTYPE_DOUBLE","features":[76]},{"name":"MTYPE_DOUBLEBYTECHAR_MASK","features":[76]},{"name":"MTYPE_FORMAT_MASK","features":[76]},{"name":"MTYPE_PAIRED","features":[76]},{"name":"MTYPE_PREDEFIN_MASK","features":[76]},{"name":"MTYPE_REPLACE","features":[76]},{"name":"MTYPE_SINGLE","features":[76]},{"name":"MV_GRAPHICS","features":[76]},{"name":"MV_PHYSICAL","features":[76]},{"name":"MV_RELATIVE","features":[76]},{"name":"MV_SENDXMOVECMD","features":[76]},{"name":"MV_SENDYMOVECMD","features":[76]},{"name":"MV_UPDATE","features":[76]},{"name":"MXDCOP_GET_FILENAME","features":[76]},{"name":"MXDCOP_PRINTTICKET_FIXED_DOC","features":[76]},{"name":"MXDCOP_PRINTTICKET_FIXED_DOC_SEQ","features":[76]},{"name":"MXDCOP_PRINTTICKET_FIXED_PAGE","features":[76]},{"name":"MXDCOP_SET_S0PAGE","features":[76]},{"name":"MXDCOP_SET_S0PAGE_RESOURCE","features":[76]},{"name":"MXDCOP_SET_XPSPASSTHRU_MODE","features":[76]},{"name":"MXDC_ESCAPE","features":[76]},{"name":"MXDC_ESCAPE_HEADER_T","features":[76]},{"name":"MXDC_GET_FILENAME_DATA_T","features":[76]},{"name":"MXDC_IMAGETYPE_JPEGHIGH_COMPRESSION","features":[76]},{"name":"MXDC_IMAGETYPE_JPEGLOW_COMPRESSION","features":[76]},{"name":"MXDC_IMAGETYPE_JPEGMEDIUM_COMPRESSION","features":[76]},{"name":"MXDC_IMAGETYPE_PNG","features":[76]},{"name":"MXDC_IMAGE_TYPE_ENUMS","features":[76]},{"name":"MXDC_LANDSCAPE_ROTATE_COUNTERCLOCKWISE_270_DEGREES","features":[76]},{"name":"MXDC_LANDSCAPE_ROTATE_COUNTERCLOCKWISE_90_DEGREES","features":[76]},{"name":"MXDC_LANDSCAPE_ROTATE_NONE","features":[76]},{"name":"MXDC_LANDSCAPE_ROTATION_ENUMS","features":[76]},{"name":"MXDC_PRINTTICKET_DATA_T","features":[76]},{"name":"MXDC_PRINTTICKET_ESCAPE_T","features":[76]},{"name":"MXDC_RESOURCE_DICTIONARY","features":[76]},{"name":"MXDC_RESOURCE_ICC_PROFILE","features":[76]},{"name":"MXDC_RESOURCE_JPEG","features":[76]},{"name":"MXDC_RESOURCE_JPEG_THUMBNAIL","features":[76]},{"name":"MXDC_RESOURCE_MAX","features":[76]},{"name":"MXDC_RESOURCE_PNG","features":[76]},{"name":"MXDC_RESOURCE_PNG_THUMBNAIL","features":[76]},{"name":"MXDC_RESOURCE_TIFF","features":[76]},{"name":"MXDC_RESOURCE_TTF","features":[76]},{"name":"MXDC_RESOURCE_WDP","features":[76]},{"name":"MXDC_S0PAGE_DATA_T","features":[76]},{"name":"MXDC_S0PAGE_PASSTHROUGH_ESCAPE_T","features":[76]},{"name":"MXDC_S0PAGE_RESOURCE_ESCAPE_T","features":[76]},{"name":"MXDC_S0_PAGE_ENUMS","features":[76]},{"name":"MXDC_XPS_S0PAGE_RESOURCE_T","features":[76]},{"name":"NORMAL_PRINT","features":[76]},{"name":"NOTIFICATION_CALLBACK_COMMANDS","features":[76]},{"name":"NOTIFICATION_COMMAND_CONTEXT_ACQUIRE","features":[76]},{"name":"NOTIFICATION_COMMAND_CONTEXT_RELEASE","features":[76]},{"name":"NOTIFICATION_COMMAND_NOTIFY","features":[76]},{"name":"NOTIFICATION_CONFIG_1","features":[3,76]},{"name":"NOTIFICATION_CONFIG_ASYNC_CHANNEL","features":[76]},{"name":"NOTIFICATION_CONFIG_CREATE_EVENT","features":[76]},{"name":"NOTIFICATION_CONFIG_EVENT_TRIGGER","features":[76]},{"name":"NOTIFICATION_CONFIG_FLAGS","features":[76]},{"name":"NOTIFICATION_CONFIG_REGISTER_CALLBACK","features":[76]},{"name":"NOTIFICATION_RELEASE","features":[76]},{"name":"NOT_REGISTERED","features":[76]},{"name":"NO_BORDER_PRINT","features":[76]},{"name":"NO_COLOR_OPTIMIZATION","features":[76]},{"name":"NO_LISTENERS","features":[76]},{"name":"NO_PRIORITY","features":[76]},{"name":"OEMCUIPCALLBACK","features":[3,14,76,52]},{"name":"OEMCUIPPARAM","features":[3,14,76,52]},{"name":"OEMCUIP_DOCPROP","features":[76]},{"name":"OEMCUIP_PRNPROP","features":[76]},{"name":"OEMDMPARAM","features":[3,14,76]},{"name":"OEMDM_CONVERT","features":[76]},{"name":"OEMDM_DEFAULT","features":[76]},{"name":"OEMDM_MERGE","features":[76]},{"name":"OEMDM_SIZE","features":[76]},{"name":"OEMFONTINSTPARAM","features":[3,76]},{"name":"OEMGDS_FREEMEM","features":[76]},{"name":"OEMGDS_JOBTIMEOUT","features":[76]},{"name":"OEMGDS_MAX","features":[76]},{"name":"OEMGDS_MAXBITMAP","features":[76]},{"name":"OEMGDS_MINOUTLINE","features":[76]},{"name":"OEMGDS_MIN_DOCSTICKY","features":[76]},{"name":"OEMGDS_MIN_PRINTERSTICKY","features":[76]},{"name":"OEMGDS_PRINTFLAGS","features":[76]},{"name":"OEMGDS_PROTOCOL","features":[76]},{"name":"OEMGDS_PSDM_CUSTOMSIZE","features":[76]},{"name":"OEMGDS_PSDM_DIALECT","features":[76]},{"name":"OEMGDS_PSDM_FLAGS","features":[76]},{"name":"OEMGDS_PSDM_NUP","features":[76]},{"name":"OEMGDS_PSDM_PSLEVEL","features":[76]},{"name":"OEMGDS_PSDM_TTDLFMT","features":[76]},{"name":"OEMGDS_UNIDM_FLAGS","features":[76]},{"name":"OEMGDS_UNIDM_GPDVER","features":[76]},{"name":"OEMGDS_WAITTIMEOUT","features":[76]},{"name":"OEMGI_GETINTERFACEVERSION","features":[76]},{"name":"OEMGI_GETPUBLISHERINFO","features":[76]},{"name":"OEMGI_GETREQUESTEDHELPERINTERFACES","features":[76]},{"name":"OEMGI_GETSIGNATURE","features":[76]},{"name":"OEMGI_GETVERSION","features":[76]},{"name":"OEMPUBLISH_DEFAULT","features":[76]},{"name":"OEMPUBLISH_IPRINTCOREHELPER","features":[76]},{"name":"OEMTTY_INFO_CODEPAGE","features":[76]},{"name":"OEMTTY_INFO_MARGINS","features":[76]},{"name":"OEMTTY_INFO_NUM_UFMS","features":[76]},{"name":"OEMTTY_INFO_UFM_IDS","features":[76]},{"name":"OEMUIOBJ","features":[3,76]},{"name":"OEMUIPROCS","features":[3,76]},{"name":"OEMUIPSPARAM","features":[3,14,76]},{"name":"OEM_DMEXTRAHEADER","features":[76]},{"name":"OEM_MODE_PUBLISHER","features":[76]},{"name":"OIEXT","features":[3,76]},{"name":"OIEXTF_ANSI_STRING","features":[76]},{"name":"OPTCF_HIDE","features":[76]},{"name":"OPTCF_MASK","features":[76]},{"name":"OPTCOMBO","features":[3,76]},{"name":"OPTIF_CALLBACK","features":[76]},{"name":"OPTIF_CHANGED","features":[76]},{"name":"OPTIF_CHANGEONCE","features":[76]},{"name":"OPTIF_COLLAPSE","features":[76]},{"name":"OPTIF_DISABLED","features":[76]},{"name":"OPTIF_ECB_CHECKED","features":[76]},{"name":"OPTIF_EXT_DISABLED","features":[76]},{"name":"OPTIF_EXT_HIDE","features":[76]},{"name":"OPTIF_EXT_IS_EXTPUSH","features":[76]},{"name":"OPTIF_HAS_POIEXT","features":[76]},{"name":"OPTIF_HIDE","features":[76]},{"name":"OPTIF_INITIAL_TVITEM","features":[76]},{"name":"OPTIF_MASK","features":[76]},{"name":"OPTIF_NO_GROUPBOX_NAME","features":[76]},{"name":"OPTIF_OVERLAY_NO_ICON","features":[76]},{"name":"OPTIF_OVERLAY_STOP_ICON","features":[76]},{"name":"OPTIF_OVERLAY_WARNING_ICON","features":[76]},{"name":"OPTIF_SEL_AS_HICON","features":[76]},{"name":"OPTITEM","features":[3,76,52]},{"name":"OPTPARAM","features":[3,76]},{"name":"OPTPF_DISABLED","features":[76]},{"name":"OPTPF_HIDE","features":[76]},{"name":"OPTPF_ICONID_AS_HICON","features":[76]},{"name":"OPTPF_MASK","features":[76]},{"name":"OPTPF_OVERLAY_NO_ICON","features":[76]},{"name":"OPTPF_OVERLAY_STOP_ICON","features":[76]},{"name":"OPTPF_OVERLAY_WARNING_ICON","features":[76]},{"name":"OPTPF_USE_HDLGTEMPLATE","features":[76]},{"name":"OPTTF_MASK","features":[76]},{"name":"OPTTF_NOSPACE_BEFORE_POSTFIX","features":[76]},{"name":"OPTTF_TYPE_DISABLED","features":[76]},{"name":"OPTTYPE","features":[3,76]},{"name":"OTS_LBCB_INCL_ITEM_NONE","features":[76]},{"name":"OTS_LBCB_NO_ICON16_IN_ITEM","features":[76]},{"name":"OTS_LBCB_PROPPAGE_CBUSELB","features":[76]},{"name":"OTS_LBCB_PROPPAGE_LBUSECB","features":[76]},{"name":"OTS_LBCB_SORT","features":[76]},{"name":"OTS_MASK","features":[76]},{"name":"OTS_PUSH_ENABLE_ALWAYS","features":[76]},{"name":"OTS_PUSH_INCL_SETUP_TITLE","features":[76]},{"name":"OTS_PUSH_NO_DOT_DOT_DOT","features":[76]},{"name":"OpenPrinter2A","features":[3,14,76]},{"name":"OpenPrinter2W","features":[3,14,76]},{"name":"OpenPrinterA","features":[3,14,76]},{"name":"OpenPrinterW","features":[3,14,76]},{"name":"PDEV_ADJUST_PAPER_MARGIN_TYPE","features":[76]},{"name":"PDEV_HOSTFONT_ENABLED_TYPE","features":[76]},{"name":"PDEV_USE_TRUE_COLOR_TYPE","features":[76]},{"name":"PFNCOMPROPSHEET","features":[3,76]},{"name":"PFNPROPSHEETUI","features":[3,76]},{"name":"PFN_DrvGetDriverSetting","features":[3,76]},{"name":"PFN_DrvUpdateUISetting","features":[3,76]},{"name":"PFN_DrvUpgradeRegistrySetting","features":[3,76]},{"name":"PFN_PRINTING_ADDPORT","features":[3,76]},{"name":"PFN_PRINTING_ADDPORT2","features":[3,76]},{"name":"PFN_PRINTING_ADDPORTEX","features":[3,76]},{"name":"PFN_PRINTING_ADDPORTEX2","features":[3,76]},{"name":"PFN_PRINTING_CLOSEPORT","features":[3,76]},{"name":"PFN_PRINTING_CLOSEPORT2","features":[3,76]},{"name":"PFN_PRINTING_CONFIGUREPORT","features":[3,76]},{"name":"PFN_PRINTING_CONFIGUREPORT2","features":[3,76]},{"name":"PFN_PRINTING_DELETEPORT","features":[3,76]},{"name":"PFN_PRINTING_DELETEPORT2","features":[3,76]},{"name":"PFN_PRINTING_ENDDOCPORT","features":[3,76]},{"name":"PFN_PRINTING_ENDDOCPORT2","features":[3,76]},{"name":"PFN_PRINTING_ENUMPORTS","features":[3,76]},{"name":"PFN_PRINTING_ENUMPORTS2","features":[3,76]},{"name":"PFN_PRINTING_GETPRINTERDATAFROMPORT","features":[3,76]},{"name":"PFN_PRINTING_GETPRINTERDATAFROMPORT2","features":[3,76]},{"name":"PFN_PRINTING_NOTIFYUNUSEDPORTS2","features":[3,76]},{"name":"PFN_PRINTING_NOTIFYUSEDPORTS2","features":[3,76]},{"name":"PFN_PRINTING_OPENPORT","features":[3,76]},{"name":"PFN_PRINTING_OPENPORT2","features":[3,76]},{"name":"PFN_PRINTING_OPENPORTEX","features":[49,3,76,10]},{"name":"PFN_PRINTING_OPENPORTEX2","features":[49,3,76,10]},{"name":"PFN_PRINTING_POWEREVENT2","features":[3,76,10]},{"name":"PFN_PRINTING_READPORT","features":[3,76]},{"name":"PFN_PRINTING_READPORT2","features":[3,76]},{"name":"PFN_PRINTING_SENDRECVBIDIDATAFROMPORT2","features":[3,76]},{"name":"PFN_PRINTING_SETPORTTIMEOUTS","features":[49,3,76]},{"name":"PFN_PRINTING_SETPORTTIMEOUTS2","features":[49,3,76]},{"name":"PFN_PRINTING_SHUTDOWN2","features":[3,76]},{"name":"PFN_PRINTING_STARTDOCPORT","features":[3,76]},{"name":"PFN_PRINTING_STARTDOCPORT2","features":[3,76]},{"name":"PFN_PRINTING_WRITEPORT","features":[3,76]},{"name":"PFN_PRINTING_WRITEPORT2","features":[3,76]},{"name":"PFN_PRINTING_XCVCLOSEPORT","features":[3,76]},{"name":"PFN_PRINTING_XCVCLOSEPORT2","features":[3,76]},{"name":"PFN_PRINTING_XCVDATAPORT","features":[3,76]},{"name":"PFN_PRINTING_XCVDATAPORT2","features":[3,76]},{"name":"PFN_PRINTING_XCVOPENPORT","features":[3,76]},{"name":"PFN_PRINTING_XCVOPENPORT2","features":[3,76]},{"name":"PORT_DATA_1","features":[76]},{"name":"PORT_DATA_2","features":[76]},{"name":"PORT_DATA_LIST_1","features":[76]},{"name":"PORT_INFO_1A","features":[76]},{"name":"PORT_INFO_1W","features":[76]},{"name":"PORT_INFO_2A","features":[76]},{"name":"PORT_INFO_2W","features":[76]},{"name":"PORT_INFO_3A","features":[76]},{"name":"PORT_INFO_3W","features":[76]},{"name":"PORT_STATUS_DOOR_OPEN","features":[76]},{"name":"PORT_STATUS_NO_TONER","features":[76]},{"name":"PORT_STATUS_OFFLINE","features":[76]},{"name":"PORT_STATUS_OUTPUT_BIN_FULL","features":[76]},{"name":"PORT_STATUS_OUT_OF_MEMORY","features":[76]},{"name":"PORT_STATUS_PAPER_JAM","features":[76]},{"name":"PORT_STATUS_PAPER_OUT","features":[76]},{"name":"PORT_STATUS_PAPER_PROBLEM","features":[76]},{"name":"PORT_STATUS_POWER_SAVE","features":[76]},{"name":"PORT_STATUS_TONER_LOW","features":[76]},{"name":"PORT_STATUS_TYPE_ERROR","features":[76]},{"name":"PORT_STATUS_TYPE_INFO","features":[76]},{"name":"PORT_STATUS_TYPE_WARNING","features":[76]},{"name":"PORT_STATUS_USER_INTERVENTION","features":[76]},{"name":"PORT_STATUS_WARMING_UP","features":[76]},{"name":"PORT_TYPE_NET_ATTACHED","features":[76]},{"name":"PORT_TYPE_READ","features":[76]},{"name":"PORT_TYPE_REDIRECTED","features":[76]},{"name":"PORT_TYPE_WRITE","features":[76]},{"name":"PPCAPS_BOOKLET_EDGE","features":[76]},{"name":"PPCAPS_BORDER_PRINT","features":[76]},{"name":"PPCAPS_REVERSE_PAGES_FOR_REVERSE_DUPLEX","features":[76]},{"name":"PPCAPS_RIGHT_THEN_DOWN","features":[76]},{"name":"PPCAPS_SQUARE_SCALING","features":[76]},{"name":"PRINTER_ACCESS_ADMINISTER","features":[76]},{"name":"PRINTER_ACCESS_MANAGE_LIMITED","features":[76]},{"name":"PRINTER_ACCESS_RIGHTS","features":[76]},{"name":"PRINTER_ACCESS_USE","features":[76]},{"name":"PRINTER_ALL_ACCESS","features":[76]},{"name":"PRINTER_ATTRIBUTE_DEFAULT","features":[76]},{"name":"PRINTER_ATTRIBUTE_DIRECT","features":[76]},{"name":"PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST","features":[76]},{"name":"PRINTER_ATTRIBUTE_ENABLE_BIDI","features":[76]},{"name":"PRINTER_ATTRIBUTE_ENABLE_DEVQ","features":[76]},{"name":"PRINTER_ATTRIBUTE_ENTERPRISE_CLOUD","features":[76]},{"name":"PRINTER_ATTRIBUTE_FAX","features":[76]},{"name":"PRINTER_ATTRIBUTE_FRIENDLY_NAME","features":[76]},{"name":"PRINTER_ATTRIBUTE_HIDDEN","features":[76]},{"name":"PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS","features":[76]},{"name":"PRINTER_ATTRIBUTE_LOCAL","features":[76]},{"name":"PRINTER_ATTRIBUTE_MACHINE","features":[76]},{"name":"PRINTER_ATTRIBUTE_NETWORK","features":[76]},{"name":"PRINTER_ATTRIBUTE_PER_USER","features":[76]},{"name":"PRINTER_ATTRIBUTE_PUBLISHED","features":[76]},{"name":"PRINTER_ATTRIBUTE_PUSHED_MACHINE","features":[76]},{"name":"PRINTER_ATTRIBUTE_PUSHED_USER","features":[76]},{"name":"PRINTER_ATTRIBUTE_QUEUED","features":[76]},{"name":"PRINTER_ATTRIBUTE_RAW_ONLY","features":[76]},{"name":"PRINTER_ATTRIBUTE_SHARED","features":[76]},{"name":"PRINTER_ATTRIBUTE_TS","features":[76]},{"name":"PRINTER_ATTRIBUTE_TS_GENERIC_DRIVER","features":[76]},{"name":"PRINTER_ATTRIBUTE_WORK_OFFLINE","features":[76]},{"name":"PRINTER_CHANGE_ADD_FORM","features":[76]},{"name":"PRINTER_CHANGE_ADD_JOB","features":[76]},{"name":"PRINTER_CHANGE_ADD_PORT","features":[76]},{"name":"PRINTER_CHANGE_ADD_PRINTER","features":[76]},{"name":"PRINTER_CHANGE_ADD_PRINTER_DRIVER","features":[76]},{"name":"PRINTER_CHANGE_ADD_PRINT_PROCESSOR","features":[76]},{"name":"PRINTER_CHANGE_ALL","features":[76]},{"name":"PRINTER_CHANGE_CONFIGURE_PORT","features":[76]},{"name":"PRINTER_CHANGE_DELETE_FORM","features":[76]},{"name":"PRINTER_CHANGE_DELETE_JOB","features":[76]},{"name":"PRINTER_CHANGE_DELETE_PORT","features":[76]},{"name":"PRINTER_CHANGE_DELETE_PRINTER","features":[76]},{"name":"PRINTER_CHANGE_DELETE_PRINTER_DRIVER","features":[76]},{"name":"PRINTER_CHANGE_DELETE_PRINT_PROCESSOR","features":[76]},{"name":"PRINTER_CHANGE_FAILED_CONNECTION_PRINTER","features":[76]},{"name":"PRINTER_CHANGE_FORM","features":[76]},{"name":"PRINTER_CHANGE_JOB","features":[76]},{"name":"PRINTER_CHANGE_PORT","features":[76]},{"name":"PRINTER_CHANGE_PRINTER","features":[76]},{"name":"PRINTER_CHANGE_PRINTER_DRIVER","features":[76]},{"name":"PRINTER_CHANGE_PRINT_PROCESSOR","features":[76]},{"name":"PRINTER_CHANGE_SERVER","features":[76]},{"name":"PRINTER_CHANGE_SET_FORM","features":[76]},{"name":"PRINTER_CHANGE_SET_JOB","features":[76]},{"name":"PRINTER_CHANGE_SET_PRINTER","features":[76]},{"name":"PRINTER_CHANGE_SET_PRINTER_DRIVER","features":[76]},{"name":"PRINTER_CHANGE_TIMEOUT","features":[76]},{"name":"PRINTER_CHANGE_WRITE_JOB","features":[76]},{"name":"PRINTER_CONNECTION_INFO_1A","features":[76]},{"name":"PRINTER_CONNECTION_INFO_1W","features":[76]},{"name":"PRINTER_CONNECTION_MISMATCH","features":[76]},{"name":"PRINTER_CONNECTION_NO_UI","features":[76]},{"name":"PRINTER_CONTROL_PAUSE","features":[76]},{"name":"PRINTER_CONTROL_PURGE","features":[76]},{"name":"PRINTER_CONTROL_RESUME","features":[76]},{"name":"PRINTER_CONTROL_SET_STATUS","features":[76]},{"name":"PRINTER_DEFAULTSA","features":[3,14,76]},{"name":"PRINTER_DEFAULTSW","features":[3,14,76]},{"name":"PRINTER_DELETE","features":[76]},{"name":"PRINTER_DRIVER_CATEGORY_3D","features":[76]},{"name":"PRINTER_DRIVER_CATEGORY_CLOUD","features":[76]},{"name":"PRINTER_DRIVER_CATEGORY_FAX","features":[76]},{"name":"PRINTER_DRIVER_CATEGORY_FILE","features":[76]},{"name":"PRINTER_DRIVER_CATEGORY_SERVICE","features":[76]},{"name":"PRINTER_DRIVER_CATEGORY_VIRTUAL","features":[76]},{"name":"PRINTER_DRIVER_CLASS","features":[76]},{"name":"PRINTER_DRIVER_DERIVED","features":[76]},{"name":"PRINTER_DRIVER_NOT_SHAREABLE","features":[76]},{"name":"PRINTER_DRIVER_PACKAGE_AWARE","features":[76]},{"name":"PRINTER_DRIVER_SANDBOX_DISABLED","features":[76]},{"name":"PRINTER_DRIVER_SANDBOX_ENABLED","features":[76]},{"name":"PRINTER_DRIVER_SOFT_RESET_REQUIRED","features":[76]},{"name":"PRINTER_DRIVER_XPS","features":[76]},{"name":"PRINTER_ENUM_CATEGORY_3D","features":[76]},{"name":"PRINTER_ENUM_CATEGORY_ALL","features":[76]},{"name":"PRINTER_ENUM_CONNECTIONS","features":[76]},{"name":"PRINTER_ENUM_CONTAINER","features":[76]},{"name":"PRINTER_ENUM_DEFAULT","features":[76]},{"name":"PRINTER_ENUM_EXPAND","features":[76]},{"name":"PRINTER_ENUM_FAVORITE","features":[76]},{"name":"PRINTER_ENUM_HIDE","features":[76]},{"name":"PRINTER_ENUM_ICON1","features":[76]},{"name":"PRINTER_ENUM_ICON2","features":[76]},{"name":"PRINTER_ENUM_ICON3","features":[76]},{"name":"PRINTER_ENUM_ICON4","features":[76]},{"name":"PRINTER_ENUM_ICON5","features":[76]},{"name":"PRINTER_ENUM_ICON6","features":[76]},{"name":"PRINTER_ENUM_ICON7","features":[76]},{"name":"PRINTER_ENUM_ICON8","features":[76]},{"name":"PRINTER_ENUM_ICONMASK","features":[76]},{"name":"PRINTER_ENUM_LOCAL","features":[76]},{"name":"PRINTER_ENUM_NAME","features":[76]},{"name":"PRINTER_ENUM_NETWORK","features":[76]},{"name":"PRINTER_ENUM_REMOTE","features":[76]},{"name":"PRINTER_ENUM_SHARED","features":[76]},{"name":"PRINTER_ENUM_VALUESA","features":[76]},{"name":"PRINTER_ENUM_VALUESW","features":[76]},{"name":"PRINTER_ERROR_INFORMATION","features":[76]},{"name":"PRINTER_ERROR_JAM","features":[76]},{"name":"PRINTER_ERROR_OUTOFPAPER","features":[76]},{"name":"PRINTER_ERROR_OUTOFTONER","features":[76]},{"name":"PRINTER_ERROR_SEVERE","features":[76]},{"name":"PRINTER_ERROR_WARNING","features":[76]},{"name":"PRINTER_EVENT_ADD_CONNECTION","features":[76]},{"name":"PRINTER_EVENT_ADD_CONNECTION_NO_UI","features":[76]},{"name":"PRINTER_EVENT_ATTRIBUTES_CHANGED","features":[76]},{"name":"PRINTER_EVENT_ATTRIBUTES_INFO","features":[76]},{"name":"PRINTER_EVENT_CACHE_DELETE","features":[76]},{"name":"PRINTER_EVENT_CACHE_REFRESH","features":[76]},{"name":"PRINTER_EVENT_CONFIGURATION_CHANGE","features":[76]},{"name":"PRINTER_EVENT_CONFIGURATION_UPDATE","features":[76]},{"name":"PRINTER_EVENT_DELETE","features":[76]},{"name":"PRINTER_EVENT_DELETE_CONNECTION","features":[76]},{"name":"PRINTER_EVENT_DELETE_CONNECTION_NO_UI","features":[76]},{"name":"PRINTER_EVENT_FLAG_NO_UI","features":[76]},{"name":"PRINTER_EVENT_INITIALIZE","features":[76]},{"name":"PRINTER_EXECUTE","features":[76]},{"name":"PRINTER_EXTENSION_DETAILEDREASON_PRINTER_STATUS","features":[76]},{"name":"PRINTER_EXTENSION_REASON_DRIVER_EVENT","features":[76]},{"name":"PRINTER_EXTENSION_REASON_PRINT_PREFERENCES","features":[76]},{"name":"PRINTER_INFO_1A","features":[76]},{"name":"PRINTER_INFO_1W","features":[76]},{"name":"PRINTER_INFO_2A","features":[3,14,76,6]},{"name":"PRINTER_INFO_2W","features":[3,14,76,6]},{"name":"PRINTER_INFO_3","features":[76,6]},{"name":"PRINTER_INFO_4A","features":[76]},{"name":"PRINTER_INFO_4W","features":[76]},{"name":"PRINTER_INFO_5A","features":[76]},{"name":"PRINTER_INFO_5W","features":[76]},{"name":"PRINTER_INFO_6","features":[76]},{"name":"PRINTER_INFO_7A","features":[76]},{"name":"PRINTER_INFO_7W","features":[76]},{"name":"PRINTER_INFO_8A","features":[3,14,76]},{"name":"PRINTER_INFO_8W","features":[3,14,76]},{"name":"PRINTER_INFO_9A","features":[3,14,76]},{"name":"PRINTER_INFO_9W","features":[3,14,76]},{"name":"PRINTER_NOTIFY_CATEGORY_3D","features":[76]},{"name":"PRINTER_NOTIFY_CATEGORY_ALL","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_ATTRIBUTES","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_AVERAGE_PPM","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_BRANCH_OFFICE_PRINTING","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_BYTES_PRINTED","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_CJOBS","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_COMMENT","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_DATATYPE","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_DEFAULT_PRIORITY","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_DEVMODE","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_DRIVER_NAME","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_FRIENDLY_NAME","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_LOCATION","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_OBJECT_GUID","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_PAGES_PRINTED","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_PARAMETERS","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_PORT_NAME","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_PRINTER_NAME","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_PRINT_PROCESSOR","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_PRIORITY","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_SECURITY_DESCRIPTOR","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_SEPFILE","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_SERVER_NAME","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_SHARE_NAME","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_START_TIME","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_STATUS","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_STATUS_STRING","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_TOTAL_BYTES","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_TOTAL_PAGES","features":[76]},{"name":"PRINTER_NOTIFY_FIELD_UNTIL_TIME","features":[76]},{"name":"PRINTER_NOTIFY_INFO","features":[76]},{"name":"PRINTER_NOTIFY_INFO_DATA","features":[76]},{"name":"PRINTER_NOTIFY_INFO_DATA_COMPACT","features":[76]},{"name":"PRINTER_NOTIFY_INFO_DISCARDED","features":[76]},{"name":"PRINTER_NOTIFY_INIT","features":[76]},{"name":"PRINTER_NOTIFY_OPTIONS","features":[76]},{"name":"PRINTER_NOTIFY_OPTIONS_REFRESH","features":[76]},{"name":"PRINTER_NOTIFY_OPTIONS_TYPE","features":[76]},{"name":"PRINTER_NOTIFY_STATUS_ENDPOINT","features":[76]},{"name":"PRINTER_NOTIFY_STATUS_INFO","features":[76]},{"name":"PRINTER_NOTIFY_STATUS_POLL","features":[76]},{"name":"PRINTER_NOTIFY_TYPE","features":[76]},{"name":"PRINTER_OEMINTF_VERSION","features":[76]},{"name":"PRINTER_OPTIONSA","features":[76]},{"name":"PRINTER_OPTIONSW","features":[76]},{"name":"PRINTER_OPTION_CACHE","features":[76]},{"name":"PRINTER_OPTION_CLIENT_CHANGE","features":[76]},{"name":"PRINTER_OPTION_FLAGS","features":[76]},{"name":"PRINTER_OPTION_NO_CACHE","features":[76]},{"name":"PRINTER_OPTION_NO_CLIENT_DATA","features":[76]},{"name":"PRINTER_READ","features":[76]},{"name":"PRINTER_READ_CONTROL","features":[76]},{"name":"PRINTER_STANDARD_RIGHTS_EXECUTE","features":[76]},{"name":"PRINTER_STANDARD_RIGHTS_READ","features":[76]},{"name":"PRINTER_STANDARD_RIGHTS_REQUIRED","features":[76]},{"name":"PRINTER_STANDARD_RIGHTS_WRITE","features":[76]},{"name":"PRINTER_STATUS_BUSY","features":[76]},{"name":"PRINTER_STATUS_DOOR_OPEN","features":[76]},{"name":"PRINTER_STATUS_DRIVER_UPDATE_NEEDED","features":[76]},{"name":"PRINTER_STATUS_ERROR","features":[76]},{"name":"PRINTER_STATUS_INITIALIZING","features":[76]},{"name":"PRINTER_STATUS_IO_ACTIVE","features":[76]},{"name":"PRINTER_STATUS_MANUAL_FEED","features":[76]},{"name":"PRINTER_STATUS_NOT_AVAILABLE","features":[76]},{"name":"PRINTER_STATUS_NO_TONER","features":[76]},{"name":"PRINTER_STATUS_OFFLINE","features":[76]},{"name":"PRINTER_STATUS_OUTPUT_BIN_FULL","features":[76]},{"name":"PRINTER_STATUS_OUT_OF_MEMORY","features":[76]},{"name":"PRINTER_STATUS_PAGE_PUNT","features":[76]},{"name":"PRINTER_STATUS_PAPER_JAM","features":[76]},{"name":"PRINTER_STATUS_PAPER_OUT","features":[76]},{"name":"PRINTER_STATUS_PAPER_PROBLEM","features":[76]},{"name":"PRINTER_STATUS_PAUSED","features":[76]},{"name":"PRINTER_STATUS_PENDING_DELETION","features":[76]},{"name":"PRINTER_STATUS_POWER_SAVE","features":[76]},{"name":"PRINTER_STATUS_PRINTING","features":[76]},{"name":"PRINTER_STATUS_PROCESSING","features":[76]},{"name":"PRINTER_STATUS_SERVER_OFFLINE","features":[76]},{"name":"PRINTER_STATUS_SERVER_UNKNOWN","features":[76]},{"name":"PRINTER_STATUS_TONER_LOW","features":[76]},{"name":"PRINTER_STATUS_USER_INTERVENTION","features":[76]},{"name":"PRINTER_STATUS_WAITING","features":[76]},{"name":"PRINTER_STATUS_WARMING_UP","features":[76]},{"name":"PRINTER_SYNCHRONIZE","features":[76]},{"name":"PRINTER_WRITE","features":[76]},{"name":"PRINTER_WRITE_DAC","features":[76]},{"name":"PRINTER_WRITE_OWNER","features":[76]},{"name":"PRINTIFI32","features":[3,14,76]},{"name":"PRINTPROCESSOROPENDATA","features":[3,14,76]},{"name":"PRINTPROCESSOR_CAPS_1","features":[76]},{"name":"PRINTPROCESSOR_CAPS_2","features":[76]},{"name":"PRINTPROCESSOR_INFO_1A","features":[76]},{"name":"PRINTPROCESSOR_INFO_1W","features":[76]},{"name":"PRINTPROVIDOR","features":[76]},{"name":"PRINT_APP_BIDI_NOTIFY_CHANNEL","features":[76]},{"name":"PRINT_EXECUTION_CONTEXT","features":[76]},{"name":"PRINT_EXECUTION_CONTEXT_APPLICATION","features":[76]},{"name":"PRINT_EXECUTION_CONTEXT_FILTER_PIPELINE","features":[76]},{"name":"PRINT_EXECUTION_CONTEXT_SPOOLER_ISOLATION_HOST","features":[76]},{"name":"PRINT_EXECUTION_CONTEXT_SPOOLER_SERVICE","features":[76]},{"name":"PRINT_EXECUTION_CONTEXT_WOW64","features":[76]},{"name":"PRINT_EXECUTION_DATA","features":[76]},{"name":"PRINT_FEATURE_OPTION","features":[76]},{"name":"PRINT_PORT_MONITOR_NOTIFY_CHANNEL","features":[76]},{"name":"PROPSHEETUI_GETICON_INFO","features":[76,52]},{"name":"PROPSHEETUI_INFO","features":[3,76]},{"name":"PROPSHEETUI_INFO_HEADER","features":[3,76,52]},{"name":"PROPSHEETUI_INFO_VERSION","features":[76]},{"name":"PROPSHEETUI_REASON_BEFORE_INIT","features":[76]},{"name":"PROPSHEETUI_REASON_DESTROY","features":[76]},{"name":"PROPSHEETUI_REASON_GET_ICON","features":[76]},{"name":"PROPSHEETUI_REASON_GET_INFO_HEADER","features":[76]},{"name":"PROPSHEETUI_REASON_INIT","features":[76]},{"name":"PROPSHEETUI_REASON_SET_RESULT","features":[76]},{"name":"PROTOCOL_LPR_TYPE","features":[76]},{"name":"PROTOCOL_RAWTCP_TYPE","features":[76]},{"name":"PROTOCOL_UNKNOWN_TYPE","features":[76]},{"name":"PROVIDOR_INFO_1A","features":[76]},{"name":"PROVIDOR_INFO_1W","features":[76]},{"name":"PROVIDOR_INFO_2A","features":[76]},{"name":"PROVIDOR_INFO_2W","features":[76]},{"name":"PSCRIPT5_PRIVATE_DEVMODE","features":[76]},{"name":"PSPINFO","features":[3,76]},{"name":"PSUIHDRF_DEFTITLE","features":[76]},{"name":"PSUIHDRF_EXACT_PTITLE","features":[76]},{"name":"PSUIHDRF_NOAPPLYNOW","features":[76]},{"name":"PSUIHDRF_OBSOLETE","features":[76]},{"name":"PSUIHDRF_PROPTITLE","features":[76]},{"name":"PSUIHDRF_USEHICON","features":[76]},{"name":"PSUIINFO_UNICODE","features":[76]},{"name":"PSUIPAGEINSERT_DLL","features":[76]},{"name":"PSUIPAGEINSERT_GROUP_PARENT","features":[76]},{"name":"PSUIPAGEINSERT_HPROPSHEETPAGE","features":[76]},{"name":"PSUIPAGEINSERT_PCOMPROPSHEETUI","features":[76]},{"name":"PSUIPAGEINSERT_PFNPROPSHEETUI","features":[76]},{"name":"PSUIPAGEINSERT_PROPSHEETPAGE","features":[76]},{"name":"PTSHIM_DEFAULT","features":[76]},{"name":"PTSHIM_NOSNAPSHOT","features":[76]},{"name":"PUBLISHERINFO","features":[76]},{"name":"PUSHBUTTON_TYPE_CALLBACK","features":[76]},{"name":"PUSHBUTTON_TYPE_DLGPROC","features":[76]},{"name":"PUSHBUTTON_TYPE_HTCLRADJ","features":[76]},{"name":"PUSHBUTTON_TYPE_HTSETUP","features":[76]},{"name":"PageCountType","features":[76]},{"name":"PartialReplyPrinterChangeNotification","features":[3,76]},{"name":"PlayGdiScriptOnPrinterIC","features":[3,76]},{"name":"PrintAsyncNotifyConversationStyle","features":[76]},{"name":"PrintAsyncNotifyError","features":[76]},{"name":"PrintAsyncNotifyUserFilter","features":[76]},{"name":"PrintJobStatus","features":[76]},{"name":"PrintJobStatus_BlockedDeviceQueue","features":[76]},{"name":"PrintJobStatus_Complete","features":[76]},{"name":"PrintJobStatus_Deleted","features":[76]},{"name":"PrintJobStatus_Deleting","features":[76]},{"name":"PrintJobStatus_Error","features":[76]},{"name":"PrintJobStatus_Offline","features":[76]},{"name":"PrintJobStatus_PaperOut","features":[76]},{"name":"PrintJobStatus_Paused","features":[76]},{"name":"PrintJobStatus_Printed","features":[76]},{"name":"PrintJobStatus_Printing","features":[76]},{"name":"PrintJobStatus_Restarted","features":[76]},{"name":"PrintJobStatus_Retained","features":[76]},{"name":"PrintJobStatus_Spooling","features":[76]},{"name":"PrintJobStatus_UserIntervention","features":[76]},{"name":"PrintNamedProperty","features":[76]},{"name":"PrintPropertiesCollection","features":[76]},{"name":"PrintPropertyValue","features":[76]},{"name":"PrintSchemaAsyncOperation","features":[76]},{"name":"PrintSchemaConstrainedSetting","features":[76]},{"name":"PrintSchemaConstrainedSetting_Admin","features":[76]},{"name":"PrintSchemaConstrainedSetting_Device","features":[76]},{"name":"PrintSchemaConstrainedSetting_None","features":[76]},{"name":"PrintSchemaConstrainedSetting_PrintTicket","features":[76]},{"name":"PrintSchemaParameterDataType","features":[76]},{"name":"PrintSchemaParameterDataType_Integer","features":[76]},{"name":"PrintSchemaParameterDataType_NumericString","features":[76]},{"name":"PrintSchemaParameterDataType_String","features":[76]},{"name":"PrintSchemaSelectionType","features":[76]},{"name":"PrintSchemaSelectionType_PickMany","features":[76]},{"name":"PrintSchemaSelectionType_PickOne","features":[76]},{"name":"PrinterExtensionManager","features":[76]},{"name":"PrinterMessageBoxA","features":[3,76]},{"name":"PrinterMessageBoxW","features":[3,76]},{"name":"PrinterProperties","features":[3,76]},{"name":"PrinterQueue","features":[76]},{"name":"PrinterQueueView","features":[76]},{"name":"ProvidorFindClosePrinterChangeNotification","features":[3,76]},{"name":"ProvidorFindFirstPrinterChangeNotification","features":[3,76]},{"name":"QCP_DEVICEPROFILE","features":[76]},{"name":"QCP_PROFILEDISK","features":[76]},{"name":"QCP_PROFILEMEMORY","features":[76]},{"name":"QCP_SOURCEPROFILE","features":[76]},{"name":"RAWTCP","features":[76]},{"name":"REMOTE_ONLY_REGISTRATION","features":[76]},{"name":"REVERSE_PAGES_FOR_REVERSE_DUPLEX","features":[76]},{"name":"REVERSE_PRINT","features":[76]},{"name":"RIGHT_THEN_DOWN","features":[76]},{"name":"ROUTER_NOTIFY_CALLBACK","features":[3,76]},{"name":"ROUTER_STOP_ROUTING","features":[76]},{"name":"ROUTER_SUCCESS","features":[76]},{"name":"ROUTER_UNKNOWN","features":[76]},{"name":"ReadPrinter","features":[3,76]},{"name":"RegisterForPrintAsyncNotifications","features":[3,76]},{"name":"RemovePrintDeviceObject","features":[3,76]},{"name":"ReplyPrinterChangeNotification","features":[3,76]},{"name":"ReplyPrinterChangeNotificationEx","features":[3,76]},{"name":"ReportJobProcessingProgress","features":[3,76]},{"name":"ResetPrinterA","features":[3,14,76]},{"name":"ResetPrinterW","features":[3,14,76]},{"name":"RevertToPrinterSelf","features":[3,76]},{"name":"RouterAllocBidiMem","features":[76]},{"name":"RouterAllocBidiResponseContainer","features":[3,76]},{"name":"RouterAllocPrinterNotifyInfo","features":[76]},{"name":"RouterFreeBidiMem","features":[76]},{"name":"RouterFreeBidiResponseContainer","features":[3,76]},{"name":"RouterFreePrinterNotifyInfo","features":[3,76]},{"name":"SERVER_ACCESS_ADMINISTER","features":[76]},{"name":"SERVER_ACCESS_ENUMERATE","features":[76]},{"name":"SERVER_ALL_ACCESS","features":[76]},{"name":"SERVER_EXECUTE","features":[76]},{"name":"SERVER_NOTIFY_FIELD_PRINT_DRIVER_ISOLATION_GROUP","features":[76]},{"name":"SERVER_NOTIFY_TYPE","features":[76]},{"name":"SERVER_READ","features":[76]},{"name":"SERVER_WRITE","features":[76]},{"name":"SETOPTIONS_FLAG_KEEP_CONFLICT","features":[76]},{"name":"SETOPTIONS_FLAG_RESOLVE_CONFLICT","features":[76]},{"name":"SETOPTIONS_RESULT_CONFLICT_REMAINED","features":[76]},{"name":"SETOPTIONS_RESULT_CONFLICT_RESOLVED","features":[76]},{"name":"SETOPTIONS_RESULT_NO_CONFLICT","features":[76]},{"name":"SETRESULT_INFO","features":[3,76]},{"name":"SHIMOPTS","features":[76]},{"name":"SHOWUIPARAMS","features":[3,76]},{"name":"SIMULATE_CAPS_1","features":[76]},{"name":"SPLCLIENT_INFO_1","features":[76]},{"name":"SPLCLIENT_INFO_2_W2K","features":[76]},{"name":"SPLCLIENT_INFO_2_WINXP","features":[76]},{"name":"SPLCLIENT_INFO_2_WINXP","features":[76]},{"name":"SPLCLIENT_INFO_3_VISTA","features":[76]},{"name":"SPLCLIENT_INFO_INTERNAL","features":[76]},{"name":"SPLCLIENT_INFO_INTERNAL_LEVEL","features":[76]},{"name":"SPLDS_ASSET_NUMBER","features":[76]},{"name":"SPLDS_BYTES_PER_MINUTE","features":[76]},{"name":"SPLDS_DESCRIPTION","features":[76]},{"name":"SPLDS_DRIVER_KEY","features":[76]},{"name":"SPLDS_DRIVER_NAME","features":[76]},{"name":"SPLDS_DRIVER_VERSION","features":[76]},{"name":"SPLDS_FLAGS","features":[76]},{"name":"SPLDS_LOCATION","features":[76]},{"name":"SPLDS_PORT_NAME","features":[76]},{"name":"SPLDS_PRINTER_CLASS","features":[76]},{"name":"SPLDS_PRINTER_LOCATIONS","features":[76]},{"name":"SPLDS_PRINTER_MODEL","features":[76]},{"name":"SPLDS_PRINTER_NAME","features":[76]},{"name":"SPLDS_PRINTER_NAME_ALIASES","features":[76]},{"name":"SPLDS_PRINT_ATTRIBUTES","features":[76]},{"name":"SPLDS_PRINT_BIN_NAMES","features":[76]},{"name":"SPLDS_PRINT_COLLATE","features":[76]},{"name":"SPLDS_PRINT_COLOR","features":[76]},{"name":"SPLDS_PRINT_DUPLEX_SUPPORTED","features":[76]},{"name":"SPLDS_PRINT_END_TIME","features":[76]},{"name":"SPLDS_PRINT_KEEP_PRINTED_JOBS","features":[76]},{"name":"SPLDS_PRINT_LANGUAGE","features":[76]},{"name":"SPLDS_PRINT_MAC_ADDRESS","features":[76]},{"name":"SPLDS_PRINT_MAX_RESOLUTION_SUPPORTED","features":[76]},{"name":"SPLDS_PRINT_MAX_X_EXTENT","features":[76]},{"name":"SPLDS_PRINT_MAX_Y_EXTENT","features":[76]},{"name":"SPLDS_PRINT_MEDIA_READY","features":[76]},{"name":"SPLDS_PRINT_MEDIA_SUPPORTED","features":[76]},{"name":"SPLDS_PRINT_MEMORY","features":[76]},{"name":"SPLDS_PRINT_MIN_X_EXTENT","features":[76]},{"name":"SPLDS_PRINT_MIN_Y_EXTENT","features":[76]},{"name":"SPLDS_PRINT_NETWORK_ADDRESS","features":[76]},{"name":"SPLDS_PRINT_NOTIFY","features":[76]},{"name":"SPLDS_PRINT_NUMBER_UP","features":[76]},{"name":"SPLDS_PRINT_ORIENTATIONS_SUPPORTED","features":[76]},{"name":"SPLDS_PRINT_OWNER","features":[76]},{"name":"SPLDS_PRINT_PAGES_PER_MINUTE","features":[76]},{"name":"SPLDS_PRINT_RATE","features":[76]},{"name":"SPLDS_PRINT_RATE_UNIT","features":[76]},{"name":"SPLDS_PRINT_SEPARATOR_FILE","features":[76]},{"name":"SPLDS_PRINT_SHARE_NAME","features":[76]},{"name":"SPLDS_PRINT_SPOOLING","features":[76]},{"name":"SPLDS_PRINT_STAPLING_SUPPORTED","features":[76]},{"name":"SPLDS_PRINT_START_TIME","features":[76]},{"name":"SPLDS_PRINT_STATUS","features":[76]},{"name":"SPLDS_PRIORITY","features":[76]},{"name":"SPLDS_SERVER_NAME","features":[76]},{"name":"SPLDS_SHORT_SERVER_NAME","features":[76]},{"name":"SPLDS_SPOOLER_KEY","features":[76]},{"name":"SPLDS_UNC_NAME","features":[76]},{"name":"SPLDS_URL","features":[76]},{"name":"SPLDS_USER_KEY","features":[76]},{"name":"SPLDS_VERSION_NUMBER","features":[76]},{"name":"SPLPRINTER_USER_MODE_PRINTER_DRIVER","features":[76]},{"name":"SPLREG_ALLOW_USER_MANAGEFORMS","features":[76]},{"name":"SPLREG_ARCHITECTURE","features":[76]},{"name":"SPLREG_BEEP_ENABLED","features":[76]},{"name":"SPLREG_DEFAULT_SPOOL_DIRECTORY","features":[76]},{"name":"SPLREG_DNS_MACHINE_NAME","features":[76]},{"name":"SPLREG_DS_PRESENT","features":[76]},{"name":"SPLREG_DS_PRESENT_FOR_USER","features":[76]},{"name":"SPLREG_EVENT_LOG","features":[76]},{"name":"SPLREG_MAJOR_VERSION","features":[76]},{"name":"SPLREG_MINOR_VERSION","features":[76]},{"name":"SPLREG_NET_POPUP","features":[76]},{"name":"SPLREG_NET_POPUP_TO_COMPUTER","features":[76]},{"name":"SPLREG_OS_VERSION","features":[76]},{"name":"SPLREG_OS_VERSIONEX","features":[76]},{"name":"SPLREG_PORT_THREAD_PRIORITY","features":[76]},{"name":"SPLREG_PORT_THREAD_PRIORITY_DEFAULT","features":[76]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_EXECUTION_POLICY","features":[76]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_GROUPS","features":[76]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_IDLE_TIMEOUT","features":[76]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_MAX_OBJECTS_BEFORE_RECYCLE","features":[76]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_OVERRIDE_POLICY","features":[76]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_TIME_BEFORE_RECYCLE","features":[76]},{"name":"SPLREG_PRINT_QUEUE_V4_DRIVER_DIRECTORY","features":[76]},{"name":"SPLREG_REMOTE_FAX","features":[76]},{"name":"SPLREG_RESTART_JOB_ON_POOL_ENABLED","features":[76]},{"name":"SPLREG_RESTART_JOB_ON_POOL_ERROR","features":[76]},{"name":"SPLREG_RETRY_POPUP","features":[76]},{"name":"SPLREG_SCHEDULER_THREAD_PRIORITY","features":[76]},{"name":"SPLREG_SCHEDULER_THREAD_PRIORITY_DEFAULT","features":[76]},{"name":"SPLREG_WEBSHAREMGMT","features":[76]},{"name":"SPOOL_FILE_PERSISTENT","features":[76]},{"name":"SPOOL_FILE_TEMPORARY","features":[76]},{"name":"SR_OWNER","features":[76]},{"name":"SR_OWNER_PARENT","features":[76]},{"name":"SSP_STDPAGE1","features":[76]},{"name":"SSP_STDPAGE2","features":[76]},{"name":"SSP_TVPAGE","features":[76]},{"name":"STRING_LANGPAIR","features":[76]},{"name":"STRING_MUIDLL","features":[76]},{"name":"STRING_NONE","features":[76]},{"name":"S_CONFLICT_RESOLVED","features":[76]},{"name":"S_DEVCAP_OUTPUT_FULL_REPLACEMENT","features":[76]},{"name":"S_NO_CONFLICT","features":[76]},{"name":"ScheduleJob","features":[3,76]},{"name":"SetCPSUIUserData","features":[3,76]},{"name":"SetDefaultPrinterA","features":[3,76]},{"name":"SetDefaultPrinterW","features":[3,76]},{"name":"SetFormA","features":[3,76]},{"name":"SetFormW","features":[3,76]},{"name":"SetJobA","features":[3,76]},{"name":"SetJobNamedProperty","features":[3,76]},{"name":"SetJobW","features":[3,76]},{"name":"SetPortA","features":[3,76]},{"name":"SetPortW","features":[3,76]},{"name":"SetPrinterA","features":[3,76]},{"name":"SetPrinterDataA","features":[3,76]},{"name":"SetPrinterDataExA","features":[3,76]},{"name":"SetPrinterDataExW","features":[3,76]},{"name":"SetPrinterDataW","features":[3,76]},{"name":"SetPrinterW","features":[3,76]},{"name":"SplIsSessionZero","features":[3,76]},{"name":"SplPromptUIInUsersSession","features":[3,76]},{"name":"SpoolerCopyFileEvent","features":[3,76]},{"name":"SpoolerFindClosePrinterChangeNotification","features":[3,76]},{"name":"SpoolerFindFirstPrinterChangeNotification","features":[3,76]},{"name":"SpoolerFindNextPrinterChangeNotification","features":[3,76]},{"name":"SpoolerFreePrinterNotifyInfo","features":[76]},{"name":"SpoolerRefreshPrinterChangeNotification","features":[3,76]},{"name":"StartDocPrinterA","features":[3,76]},{"name":"StartDocPrinterW","features":[3,76]},{"name":"StartPagePrinter","features":[3,76]},{"name":"TRANSDATA","features":[76]},{"name":"TTDOWNLOAD_BITMAP","features":[76]},{"name":"TTDOWNLOAD_DONTCARE","features":[76]},{"name":"TTDOWNLOAD_GRAPHICS","features":[76]},{"name":"TTDOWNLOAD_TTOUTLINE","features":[76]},{"name":"TVOT_2STATES","features":[76]},{"name":"TVOT_3STATES","features":[76]},{"name":"TVOT_CHKBOX","features":[76]},{"name":"TVOT_COMBOBOX","features":[76]},{"name":"TVOT_EDITBOX","features":[76]},{"name":"TVOT_LISTBOX","features":[76]},{"name":"TVOT_NSTATES_EX","features":[76]},{"name":"TVOT_PUSHBUTTON","features":[76]},{"name":"TVOT_SCROLLBAR","features":[76]},{"name":"TVOT_TRACKBAR","features":[76]},{"name":"TVOT_UDARROW","features":[76]},{"name":"TYPE_GLYPHHANDLE","features":[76]},{"name":"TYPE_GLYPHID","features":[76]},{"name":"TYPE_TRANSDATA","features":[76]},{"name":"TYPE_UNICODE","features":[76]},{"name":"UFF_FILEHEADER","features":[76]},{"name":"UFF_FONTDIRECTORY","features":[76]},{"name":"UFF_VERSION_NUMBER","features":[76]},{"name":"UFM_CART","features":[76]},{"name":"UFM_SCALABLE","features":[76]},{"name":"UFM_SOFT","features":[76]},{"name":"UFOFLAG_TTDOWNLOAD_BITMAP","features":[76]},{"name":"UFOFLAG_TTDOWNLOAD_TTOUTLINE","features":[76]},{"name":"UFOFLAG_TTFONT","features":[76]},{"name":"UFOFLAG_TTOUTLINE_BOLD_SIM","features":[76]},{"name":"UFOFLAG_TTOUTLINE_ITALIC_SIM","features":[76]},{"name":"UFOFLAG_TTOUTLINE_VERTICAL","features":[76]},{"name":"UFOFLAG_TTSUBSTITUTED","features":[76]},{"name":"UFO_GETINFO_FONTOBJ","features":[76]},{"name":"UFO_GETINFO_GLYPHBITMAP","features":[76]},{"name":"UFO_GETINFO_GLYPHSTRING","features":[76]},{"name":"UFO_GETINFO_GLYPHWIDTH","features":[76]},{"name":"UFO_GETINFO_MEMORY","features":[76]},{"name":"UFO_GETINFO_STDVARIABLE","features":[76]},{"name":"UI_TYPE","features":[76]},{"name":"UNIDRVINFO","features":[76]},{"name":"UNIDRV_PRIVATE_DEVMODE","features":[76]},{"name":"UNIFM_HDR","features":[76]},{"name":"UNIFM_VERSION_1_0","features":[76]},{"name":"UNIRECTIONAL_NOTIFICATION_LOST","features":[76]},{"name":"UNI_CODEPAGEINFO","features":[76]},{"name":"UNI_GLYPHSETDATA","features":[76]},{"name":"UNI_GLYPHSETDATA_VERSION_1_0","features":[76]},{"name":"UNKNOWN_PROTOCOL","features":[76]},{"name":"UPDP_CHECK_DRIVERSTORE","features":[76]},{"name":"UPDP_SILENT_UPLOAD","features":[76]},{"name":"UPDP_UPLOAD_ALWAYS","features":[76]},{"name":"USBPRINT_IOCTL_INDEX","features":[76]},{"name":"USB_PRINTER_INTERFACE_CLASSIC","features":[76]},{"name":"USB_PRINTER_INTERFACE_DUAL","features":[76]},{"name":"USB_PRINTER_INTERFACE_IPP","features":[76]},{"name":"USERDATA","features":[76]},{"name":"UnRegisterForPrintAsyncNotifications","features":[3,76]},{"name":"UpdatePrintDeviceObject","features":[3,76]},{"name":"UploadPrinterDriverPackageA","features":[3,76]},{"name":"UploadPrinterDriverPackageW","features":[3,76]},{"name":"WIDTHRUN","features":[76]},{"name":"WIDTHTABLE","features":[76]},{"name":"WM_FI_FILENAME","features":[76]},{"name":"WaitForPrinterChange","features":[3,76]},{"name":"WritePrinter","features":[3,76]},{"name":"XPSRAS_BACKGROUND_COLOR","features":[76]},{"name":"XPSRAS_BACKGROUND_COLOR_OPAQUE","features":[76]},{"name":"XPSRAS_BACKGROUND_COLOR_TRANSPARENT","features":[76]},{"name":"XPSRAS_PIXEL_FORMAT","features":[76]},{"name":"XPSRAS_PIXEL_FORMAT_128BPP_PRGBA_FLOAT_SCRGB","features":[76]},{"name":"XPSRAS_PIXEL_FORMAT_32BPP_PBGRA_UINT_SRGB","features":[76]},{"name":"XPSRAS_PIXEL_FORMAT_64BPP_PRGBA_HALF_SCRGB","features":[76]},{"name":"XPSRAS_RENDERING_MODE","features":[76]},{"name":"XPSRAS_RENDERING_MODE_ALIASED","features":[76]},{"name":"XPSRAS_RENDERING_MODE_ANTIALIASED","features":[76]},{"name":"XPS_FP_DRIVER_PROPERTY_BAG","features":[76]},{"name":"XPS_FP_JOB_ID","features":[76]},{"name":"XPS_FP_JOB_LEVEL_PRINTTICKET","features":[76]},{"name":"XPS_FP_MERGED_DATAFILE_PATH","features":[76]},{"name":"XPS_FP_MS_CONTENT_TYPE","features":[76]},{"name":"XPS_FP_MS_CONTENT_TYPE_OPENXPS","features":[76]},{"name":"XPS_FP_MS_CONTENT_TYPE_XPS","features":[76]},{"name":"XPS_FP_OUTPUT_FILE","features":[76]},{"name":"XPS_FP_PRINTDEVICECAPABILITIES","features":[76]},{"name":"XPS_FP_PRINTER_HANDLE","features":[76]},{"name":"XPS_FP_PRINTER_NAME","features":[76]},{"name":"XPS_FP_PRINT_CLASS_FACTORY","features":[76]},{"name":"XPS_FP_PROGRESS_REPORT","features":[76]},{"name":"XPS_FP_QUEUE_PROPERTY_BAG","features":[76]},{"name":"XPS_FP_RESOURCE_DLL_PATHS","features":[76]},{"name":"XPS_FP_USER_PRINT_TICKET","features":[76]},{"name":"XPS_FP_USER_TOKEN","features":[76]},{"name":"XcvDataW","features":[3,76]},{"name":"XpsJob_DocumentSequenceAdded","features":[76]},{"name":"XpsJob_FixedDocumentAdded","features":[76]},{"name":"XpsJob_FixedPageAdded","features":[76]},{"name":"Xps_Restricted_Font_Editable","features":[76]},{"name":"Xps_Restricted_Font_Installable","features":[76]},{"name":"Xps_Restricted_Font_NoEmbedding","features":[76]},{"name":"Xps_Restricted_Font_PreviewPrint","features":[76]},{"name":"_CPSUICALLBACK","features":[3,76,52]},{"name":"_SPLCLIENT_INFO_2_V3","features":[76]},{"name":"kADT_ASCII","features":[76]},{"name":"kADT_BINARY","features":[76]},{"name":"kADT_BOOL","features":[76]},{"name":"kADT_CUSTOMSIZEPARAMS","features":[76]},{"name":"kADT_DWORD","features":[76]},{"name":"kADT_INT","features":[76]},{"name":"kADT_LONG","features":[76]},{"name":"kADT_RECT","features":[76]},{"name":"kADT_SIZE","features":[76]},{"name":"kADT_UNICODE","features":[76]},{"name":"kADT_UNKNOWN","features":[76]},{"name":"kAddingDocumentSequence","features":[76]},{"name":"kAddingFixedDocument","features":[76]},{"name":"kAddingFixedPage","features":[76]},{"name":"kAllUsers","features":[76]},{"name":"kBiDirectional","features":[76]},{"name":"kDocumentSequenceAdded","features":[76]},{"name":"kFixedDocumentAdded","features":[76]},{"name":"kFixedPageAdded","features":[76]},{"name":"kFontAdded","features":[76]},{"name":"kImageAdded","features":[76]},{"name":"kInvalidJobState","features":[76]},{"name":"kJobConsumption","features":[76]},{"name":"kJobProduction","features":[76]},{"name":"kLogJobError","features":[76]},{"name":"kLogJobPipelineError","features":[76]},{"name":"kLogJobPrinted","features":[76]},{"name":"kLogJobRendered","features":[76]},{"name":"kLogOfflineFileFull","features":[76]},{"name":"kMessageBox","features":[76]},{"name":"kPerUser","features":[76]},{"name":"kPropertyTypeBuffer","features":[76]},{"name":"kPropertyTypeByte","features":[76]},{"name":"kPropertyTypeDevMode","features":[76]},{"name":"kPropertyTypeInt32","features":[76]},{"name":"kPropertyTypeInt64","features":[76]},{"name":"kPropertyTypeNotificationOptions","features":[76]},{"name":"kPropertyTypeNotificationReply","features":[76]},{"name":"kPropertyTypeSD","features":[76]},{"name":"kPropertyTypeString","features":[76]},{"name":"kPropertyTypeTime","features":[76]},{"name":"kResourceAdded","features":[76]},{"name":"kUniDirectional","features":[76]},{"name":"kXpsDocumentCommitted","features":[76]}],"423":[{"name":"EDefaultDevmodeType","features":[78]},{"name":"EPrintTicketScope","features":[78]},{"name":"E_DELTA_PRINTTICKET_FORMAT","features":[78]},{"name":"E_PRINTCAPABILITIES_FORMAT","features":[78]},{"name":"E_PRINTDEVICECAPABILITIES_FORMAT","features":[78]},{"name":"E_PRINTTICKET_FORMAT","features":[78]},{"name":"HPTPROVIDER","features":[78]},{"name":"PRINTTICKET_ISTREAM_APIS","features":[78]},{"name":"PTCloseProvider","features":[78]},{"name":"PTConvertDevModeToPrintTicket","features":[3,14,78]},{"name":"PTConvertPrintTicketToDevMode","features":[3,14,78]},{"name":"PTGetPrintCapabilities","features":[78]},{"name":"PTGetPrintDeviceCapabilities","features":[78]},{"name":"PTGetPrintDeviceResources","features":[78]},{"name":"PTMergeAndValidatePrintTicket","features":[78]},{"name":"PTOpenProvider","features":[78]},{"name":"PTOpenProviderEx","features":[78]},{"name":"PTQuerySchemaVersionSupport","features":[78]},{"name":"PTReleaseMemory","features":[78]},{"name":"S_PT_CONFLICT_RESOLVED","features":[78]},{"name":"S_PT_NO_CONFLICT","features":[78]},{"name":"kPTDocumentScope","features":[78]},{"name":"kPTJobScope","features":[78]},{"name":"kPTPageScope","features":[78]},{"name":"kPrinterDefaultDevmode","features":[78]},{"name":"kUserDefaultDevmode","features":[78]}],"424":[{"name":"ApplyLocalManagementSyncML","features":[79]},{"name":"DEVICEREGISTRATIONTYPE_MAM","features":[79]},{"name":"DEVICEREGISTRATIONTYPE_MDM_DEVICEWIDE_WITH_AAD","features":[79]},{"name":"DEVICEREGISTRATIONTYPE_MDM_ONLY","features":[79]},{"name":"DEVICEREGISTRATIONTYPE_MDM_USERSPECIFIC_WITH_AAD","features":[79]},{"name":"DEVICE_ENROLLER_FACILITY_CODE","features":[79]},{"name":"DeviceRegistrationBasicInfo","features":[79]},{"name":"DiscoverManagementService","features":[79]},{"name":"DiscoverManagementServiceEx","features":[79]},{"name":"GetDeviceManagementConfigInfo","features":[79]},{"name":"GetDeviceRegistrationInfo","features":[79]},{"name":"GetManagementAppHyperlink","features":[79]},{"name":"IsDeviceRegisteredWithManagement","features":[3,79]},{"name":"IsManagementRegistrationAllowed","features":[3,79]},{"name":"IsMdmUxWithoutAadAllowed","features":[3,79]},{"name":"MANAGEMENT_REGISTRATION_INFO","features":[3,79]},{"name":"MANAGEMENT_SERVICE_INFO","features":[79]},{"name":"MDM_REGISTRATION_FACILITY_CODE","features":[79]},{"name":"MENROLL_E_CERTAUTH_FAILED_TO_FIND_CERT","features":[79]},{"name":"MENROLL_E_CERTPOLICY_PRIVATEKEYCREATION_FAILED","features":[79]},{"name":"MENROLL_E_CONNECTIVITY","features":[79]},{"name":"MENROLL_E_CUSTOMSERVERERROR","features":[79]},{"name":"MENROLL_E_DEVICECAPREACHED","features":[79]},{"name":"MENROLL_E_DEVICENOTSUPPORTED","features":[79]},{"name":"MENROLL_E_DEVICE_ALREADY_ENROLLED","features":[79]},{"name":"MENROLL_E_DEVICE_AUTHENTICATION_ERROR","features":[79]},{"name":"MENROLL_E_DEVICE_AUTHORIZATION_ERROR","features":[79]},{"name":"MENROLL_E_DEVICE_CERTIFCATEREQUEST_ERROR","features":[79]},{"name":"MENROLL_E_DEVICE_CERTIFICATEREQUEST_ERROR","features":[79]},{"name":"MENROLL_E_DEVICE_CONFIGMGRSERVER_ERROR","features":[79]},{"name":"MENROLL_E_DEVICE_INTERNALSERVICE_ERROR","features":[79]},{"name":"MENROLL_E_DEVICE_INVALIDSECURITY_ERROR","features":[79]},{"name":"MENROLL_E_DEVICE_MANAGEMENT_BLOCKED","features":[79]},{"name":"MENROLL_E_DEVICE_MESSAGE_FORMAT_ERROR","features":[79]},{"name":"MENROLL_E_DEVICE_NOT_ENROLLED","features":[79]},{"name":"MENROLL_E_DEVICE_UNKNOWN_ERROR","features":[79]},{"name":"MENROLL_E_DISCOVERY_SEC_CERT_DATE_INVALID","features":[79]},{"name":"MENROLL_E_EMPTY_MESSAGE","features":[79]},{"name":"MENROLL_E_ENROLLMENTDATAINVALID","features":[79]},{"name":"MENROLL_E_ENROLLMENT_IN_PROGRESS","features":[79]},{"name":"MENROLL_E_INMAINTENANCE","features":[79]},{"name":"MENROLL_E_INSECUREREDIRECT","features":[79]},{"name":"MENROLL_E_INVALIDSSLCERT","features":[79]},{"name":"MENROLL_E_MDM_NOT_CONFIGURED","features":[79]},{"name":"MENROLL_E_NOTELIGIBLETORENEW","features":[79]},{"name":"MENROLL_E_NOTSUPPORTED","features":[79]},{"name":"MENROLL_E_NOT_SUPPORTED","features":[79]},{"name":"MENROLL_E_PASSWORD_NEEDED","features":[79]},{"name":"MENROLL_E_PLATFORM_LICENSE_ERROR","features":[79]},{"name":"MENROLL_E_PLATFORM_UNKNOWN_ERROR","features":[79]},{"name":"MENROLL_E_PLATFORM_WRONG_STATE","features":[79]},{"name":"MENROLL_E_PROV_CSP_APPMGMT","features":[79]},{"name":"MENROLL_E_PROV_CSP_CERTSTORE","features":[79]},{"name":"MENROLL_E_PROV_CSP_DMCLIENT","features":[79]},{"name":"MENROLL_E_PROV_CSP_MISC","features":[79]},{"name":"MENROLL_E_PROV_CSP_PFW","features":[79]},{"name":"MENROLL_E_PROV_CSP_W7","features":[79]},{"name":"MENROLL_E_PROV_SSLCERTNOTFOUND","features":[79]},{"name":"MENROLL_E_PROV_UNKNOWN","features":[79]},{"name":"MENROLL_E_USERLICENSE","features":[79]},{"name":"MENROLL_E_USER_CANCELED","features":[79]},{"name":"MENROLL_E_USER_CANCELLED","features":[79]},{"name":"MENROLL_E_USER_LICENSE","features":[79]},{"name":"MENROLL_E_WAB_ERROR","features":[79]},{"name":"MREGISTER_E_DEVICE_ALREADY_REGISTERED","features":[79]},{"name":"MREGISTER_E_DEVICE_AUTHENTICATION_ERROR","features":[79]},{"name":"MREGISTER_E_DEVICE_AUTHORIZATION_ERROR","features":[79]},{"name":"MREGISTER_E_DEVICE_CERTIFCATEREQUEST_ERROR","features":[79]},{"name":"MREGISTER_E_DEVICE_CONFIGMGRSERVER_ERROR","features":[79]},{"name":"MREGISTER_E_DEVICE_INTERNALSERVICE_ERROR","features":[79]},{"name":"MREGISTER_E_DEVICE_INVALIDSECURITY_ERROR","features":[79]},{"name":"MREGISTER_E_DEVICE_MESSAGE_FORMAT_ERROR","features":[79]},{"name":"MREGISTER_E_DEVICE_NOT_AD_REGISTERED_ERROR","features":[79]},{"name":"MREGISTER_E_DEVICE_NOT_REGISTERED","features":[79]},{"name":"MREGISTER_E_DEVICE_UNKNOWN_ERROR","features":[79]},{"name":"MREGISTER_E_DISCOVERY_FAILED","features":[79]},{"name":"MREGISTER_E_DISCOVERY_REDIRECTED","features":[79]},{"name":"MREGISTER_E_REGISTRATION_IN_PROGRESS","features":[79]},{"name":"MaxDeviceInfoClass","features":[79]},{"name":"REGISTRATION_INFORMATION_CLASS","features":[79]},{"name":"RegisterDeviceWithLocalManagement","features":[3,79]},{"name":"RegisterDeviceWithManagement","features":[79]},{"name":"RegisterDeviceWithManagementUsingAADCredentials","features":[3,79]},{"name":"RegisterDeviceWithManagementUsingAADDeviceCredentials","features":[79]},{"name":"RegisterDeviceWithManagementUsingAADDeviceCredentials2","features":[79]},{"name":"SetDeviceManagementConfigInfo","features":[79]},{"name":"SetManagedExternally","features":[3,79]},{"name":"UnregisterDeviceWithLocalManagement","features":[79]},{"name":"UnregisterDeviceWithManagement","features":[79]}],"425":[{"name":"ED_DEVCAP_ATN_READ","features":[80]},{"name":"ED_DEVCAP_RTC_READ","features":[80]},{"name":"ED_DEVCAP_TIMECODE_READ","features":[80]},{"name":"HTASK","features":[80]},{"name":"IReferenceClock","features":[80]},{"name":"IReferenceClock2","features":[80]},{"name":"IReferenceClockTimerControl","features":[80]},{"name":"JOYERR_BASE","features":[80]},{"name":"LPDRVCALLBACK","features":[81]},{"name":"LPTIMECALLBACK","features":[80]},{"name":"MAXERRORLENGTH","features":[80]},{"name":"MAXPNAMELEN","features":[80]},{"name":"MCIERR_BASE","features":[80]},{"name":"MCI_CD_OFFSET","features":[80]},{"name":"MCI_SEQ_OFFSET","features":[80]},{"name":"MCI_STRING_OFFSET","features":[80]},{"name":"MCI_VD_OFFSET","features":[80]},{"name":"MCI_WAVE_OFFSET","features":[80]},{"name":"MIDIERR_BASE","features":[80]},{"name":"MIXERR_BASE","features":[80]},{"name":"MMSYSERR_ALLOCATED","features":[80]},{"name":"MMSYSERR_BADDB","features":[80]},{"name":"MMSYSERR_BADDEVICEID","features":[80]},{"name":"MMSYSERR_BADERRNUM","features":[80]},{"name":"MMSYSERR_BASE","features":[80]},{"name":"MMSYSERR_DELETEERROR","features":[80]},{"name":"MMSYSERR_ERROR","features":[80]},{"name":"MMSYSERR_HANDLEBUSY","features":[80]},{"name":"MMSYSERR_INVALFLAG","features":[80]},{"name":"MMSYSERR_INVALHANDLE","features":[80]},{"name":"MMSYSERR_INVALIDALIAS","features":[80]},{"name":"MMSYSERR_INVALPARAM","features":[80]},{"name":"MMSYSERR_KEYNOTFOUND","features":[80]},{"name":"MMSYSERR_LASTERROR","features":[80]},{"name":"MMSYSERR_MOREDATA","features":[80]},{"name":"MMSYSERR_NODRIVER","features":[80]},{"name":"MMSYSERR_NODRIVERCB","features":[80]},{"name":"MMSYSERR_NOERROR","features":[80]},{"name":"MMSYSERR_NOMEM","features":[80]},{"name":"MMSYSERR_NOTENABLED","features":[80]},{"name":"MMSYSERR_NOTSUPPORTED","features":[80]},{"name":"MMSYSERR_READERROR","features":[80]},{"name":"MMSYSERR_VALNOTFOUND","features":[80]},{"name":"MMSYSERR_WRITEERROR","features":[80]},{"name":"MMTIME","features":[80]},{"name":"MM_ADLIB","features":[80]},{"name":"MM_DRVM_CLOSE","features":[80]},{"name":"MM_DRVM_DATA","features":[80]},{"name":"MM_DRVM_ERROR","features":[80]},{"name":"MM_DRVM_OPEN","features":[80]},{"name":"MM_JOY1BUTTONDOWN","features":[80]},{"name":"MM_JOY1BUTTONUP","features":[80]},{"name":"MM_JOY1MOVE","features":[80]},{"name":"MM_JOY1ZMOVE","features":[80]},{"name":"MM_JOY2BUTTONDOWN","features":[80]},{"name":"MM_JOY2BUTTONUP","features":[80]},{"name":"MM_JOY2MOVE","features":[80]},{"name":"MM_JOY2ZMOVE","features":[80]},{"name":"MM_MCINOTIFY","features":[80]},{"name":"MM_MCISIGNAL","features":[80]},{"name":"MM_MICROSOFT","features":[80]},{"name":"MM_MIDI_MAPPER","features":[80]},{"name":"MM_MIM_CLOSE","features":[80]},{"name":"MM_MIM_DATA","features":[80]},{"name":"MM_MIM_ERROR","features":[80]},{"name":"MM_MIM_LONGDATA","features":[80]},{"name":"MM_MIM_LONGERROR","features":[80]},{"name":"MM_MIM_MOREDATA","features":[80]},{"name":"MM_MIM_OPEN","features":[80]},{"name":"MM_MIXM_CONTROL_CHANGE","features":[80]},{"name":"MM_MIXM_LINE_CHANGE","features":[80]},{"name":"MM_MOM_CLOSE","features":[80]},{"name":"MM_MOM_DONE","features":[80]},{"name":"MM_MOM_OPEN","features":[80]},{"name":"MM_MOM_POSITIONCB","features":[80]},{"name":"MM_MPU401_MIDIIN","features":[80]},{"name":"MM_MPU401_MIDIOUT","features":[80]},{"name":"MM_PC_JOYSTICK","features":[80]},{"name":"MM_SNDBLST_MIDIIN","features":[80]},{"name":"MM_SNDBLST_MIDIOUT","features":[80]},{"name":"MM_SNDBLST_SYNTH","features":[80]},{"name":"MM_SNDBLST_WAVEIN","features":[80]},{"name":"MM_SNDBLST_WAVEOUT","features":[80]},{"name":"MM_STREAM_CLOSE","features":[80]},{"name":"MM_STREAM_DONE","features":[80]},{"name":"MM_STREAM_ERROR","features":[80]},{"name":"MM_STREAM_OPEN","features":[80]},{"name":"MM_WAVE_MAPPER","features":[80]},{"name":"MM_WIM_CLOSE","features":[80]},{"name":"MM_WIM_DATA","features":[80]},{"name":"MM_WIM_OPEN","features":[80]},{"name":"MM_WOM_CLOSE","features":[80]},{"name":"MM_WOM_DONE","features":[80]},{"name":"MM_WOM_OPEN","features":[80]},{"name":"TIMECAPS","features":[80]},{"name":"TIMECODE","features":[80]},{"name":"TIMECODE_SAMPLE","features":[80]},{"name":"TIMECODE_SAMPLE_FLAGS","features":[80]},{"name":"TIMERR_BASE","features":[80]},{"name":"TIMERR_NOCANDO","features":[80]},{"name":"TIMERR_NOERROR","features":[80]},{"name":"TIMERR_STRUCT","features":[80]},{"name":"TIME_BYTES","features":[80]},{"name":"TIME_CALLBACK_EVENT_PULSE","features":[80]},{"name":"TIME_CALLBACK_EVENT_SET","features":[80]},{"name":"TIME_CALLBACK_FUNCTION","features":[80]},{"name":"TIME_KILL_SYNCHRONOUS","features":[80]},{"name":"TIME_MIDI","features":[80]},{"name":"TIME_MS","features":[80]},{"name":"TIME_ONESHOT","features":[80]},{"name":"TIME_PERIODIC","features":[80]},{"name":"TIME_SAMPLES","features":[80]},{"name":"TIME_SMPTE","features":[80]},{"name":"TIME_TICKS","features":[80]},{"name":"WAVERR_BASE","features":[80]},{"name":"timeBeginPeriod","features":[80]},{"name":"timeEndPeriod","features":[80]},{"name":"timeGetDevCaps","features":[80]},{"name":"timeGetSystemTime","features":[80]},{"name":"timeGetTime","features":[80]},{"name":"timeKillEvent","features":[80]},{"name":"timeSetEvent","features":[80]}],"426":[{"name":"ACMDM_DRIVER_ABOUT","features":[82]},{"name":"ACMDM_DRIVER_DETAILS","features":[82]},{"name":"ACMDM_DRIVER_NOTIFY","features":[82]},{"name":"ACMDM_FILTERTAG_DETAILS","features":[82]},{"name":"ACMDM_FILTER_DETAILS","features":[82]},{"name":"ACMDM_FORMATTAG_DETAILS","features":[82]},{"name":"ACMDM_FORMAT_DETAILS","features":[82]},{"name":"ACMDM_FORMAT_SUGGEST","features":[82]},{"name":"ACMDM_HARDWARE_WAVE_CAPS_INPUT","features":[82]},{"name":"ACMDM_HARDWARE_WAVE_CAPS_OUTPUT","features":[82]},{"name":"ACMDM_RESERVED_HIGH","features":[82]},{"name":"ACMDM_RESERVED_LOW","features":[82]},{"name":"ACMDM_STREAM_CLOSE","features":[82]},{"name":"ACMDM_STREAM_CONVERT","features":[82]},{"name":"ACMDM_STREAM_OPEN","features":[82]},{"name":"ACMDM_STREAM_PREPARE","features":[82]},{"name":"ACMDM_STREAM_RESET","features":[82]},{"name":"ACMDM_STREAM_SIZE","features":[82]},{"name":"ACMDM_STREAM_UNPREPARE","features":[82]},{"name":"ACMDM_STREAM_UPDATE","features":[82]},{"name":"ACMDM_USER","features":[82]},{"name":"ACMDRIVERDETAILSA","features":[82,52]},{"name":"ACMDRIVERDETAILSW","features":[82,52]},{"name":"ACMDRIVERDETAILS_COPYRIGHT_CHARS","features":[82]},{"name":"ACMDRIVERDETAILS_FEATURES_CHARS","features":[82]},{"name":"ACMDRIVERDETAILS_LICENSING_CHARS","features":[82]},{"name":"ACMDRIVERDETAILS_LONGNAME_CHARS","features":[82]},{"name":"ACMDRIVERDETAILS_SHORTNAME_CHARS","features":[82]},{"name":"ACMDRIVERDETAILS_SUPPORTF_ASYNC","features":[82]},{"name":"ACMDRIVERDETAILS_SUPPORTF_CODEC","features":[82]},{"name":"ACMDRIVERDETAILS_SUPPORTF_CONVERTER","features":[82]},{"name":"ACMDRIVERDETAILS_SUPPORTF_DISABLED","features":[82]},{"name":"ACMDRIVERDETAILS_SUPPORTF_FILTER","features":[82]},{"name":"ACMDRIVERDETAILS_SUPPORTF_HARDWARE","features":[82]},{"name":"ACMDRIVERDETAILS_SUPPORTF_LOCAL","features":[82]},{"name":"ACMDRIVERENUMCB","features":[3,82]},{"name":"ACMDRVFORMATSUGGEST","features":[82]},{"name":"ACMDRVOPENDESCA","features":[82]},{"name":"ACMDRVOPENDESCW","features":[82]},{"name":"ACMDRVSTREAMHEADER","features":[82]},{"name":"ACMDRVSTREAMINSTANCE","features":[82]},{"name":"ACMDRVSTREAMSIZE","features":[82]},{"name":"ACMERR_BASE","features":[82]},{"name":"ACMERR_BUSY","features":[82]},{"name":"ACMERR_CANCELED","features":[82]},{"name":"ACMERR_NOTPOSSIBLE","features":[82]},{"name":"ACMERR_UNPREPARED","features":[82]},{"name":"ACMFILTERCHOOSEA","features":[3,82]},{"name":"ACMFILTERCHOOSEHOOKPROCA","features":[3,82]},{"name":"ACMFILTERCHOOSEHOOKPROCW","features":[3,82]},{"name":"ACMFILTERCHOOSEW","features":[3,82]},{"name":"ACMFILTERCHOOSE_STYLEF_CONTEXTHELP","features":[82]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLEHOOK","features":[82]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLETEMPLATE","features":[82]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLETEMPLATEHANDLE","features":[82]},{"name":"ACMFILTERCHOOSE_STYLEF_INITTOFILTERSTRUCT","features":[82]},{"name":"ACMFILTERCHOOSE_STYLEF_SHOWHELP","features":[82]},{"name":"ACMFILTERDETAILSA","features":[82]},{"name":"ACMFILTERDETAILSW","features":[82]},{"name":"ACMFILTERDETAILS_FILTER_CHARS","features":[82]},{"name":"ACMFILTERENUMCBA","features":[3,82]},{"name":"ACMFILTERENUMCBW","features":[3,82]},{"name":"ACMFILTERTAGDETAILSA","features":[82]},{"name":"ACMFILTERTAGDETAILSW","features":[82]},{"name":"ACMFILTERTAGDETAILS_FILTERTAG_CHARS","features":[82]},{"name":"ACMFILTERTAGENUMCBA","features":[3,82]},{"name":"ACMFILTERTAGENUMCBW","features":[3,82]},{"name":"ACMFORMATCHOOSEA","features":[3,82]},{"name":"ACMFORMATCHOOSEHOOKPROCA","features":[3,82]},{"name":"ACMFORMATCHOOSEHOOKPROCW","features":[3,82]},{"name":"ACMFORMATCHOOSEW","features":[3,82]},{"name":"ACMFORMATCHOOSE_STYLEF_CONTEXTHELP","features":[82]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLEHOOK","features":[82]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLETEMPLATE","features":[82]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLETEMPLATEHANDLE","features":[82]},{"name":"ACMFORMATCHOOSE_STYLEF_INITTOWFXSTRUCT","features":[82]},{"name":"ACMFORMATCHOOSE_STYLEF_SHOWHELP","features":[82]},{"name":"ACMFORMATDETAILSA","features":[82]},{"name":"ACMFORMATDETAILS_FORMAT_CHARS","features":[82]},{"name":"ACMFORMATENUMCBA","features":[3,82]},{"name":"ACMFORMATENUMCBW","features":[3,82]},{"name":"ACMFORMATTAGDETAILSA","features":[82]},{"name":"ACMFORMATTAGDETAILSW","features":[82]},{"name":"ACMFORMATTAGDETAILS_FORMATTAG_CHARS","features":[82]},{"name":"ACMFORMATTAGENUMCBA","features":[3,82]},{"name":"ACMFORMATTAGENUMCBW","features":[3,82]},{"name":"ACMHELPMSGCONTEXTHELP","features":[82]},{"name":"ACMHELPMSGCONTEXTHELPA","features":[82]},{"name":"ACMHELPMSGCONTEXTHELPW","features":[82]},{"name":"ACMHELPMSGCONTEXTMENU","features":[82]},{"name":"ACMHELPMSGCONTEXTMENUA","features":[82]},{"name":"ACMHELPMSGCONTEXTMENUW","features":[82]},{"name":"ACMHELPMSGSTRING","features":[82]},{"name":"ACMHELPMSGSTRINGA","features":[82]},{"name":"ACMHELPMSGSTRINGW","features":[82]},{"name":"ACMSTREAMHEADER","features":[82]},{"name":"ACMSTREAMHEADER","features":[82]},{"name":"ACMSTREAMHEADER_STATUSF_DONE","features":[82]},{"name":"ACMSTREAMHEADER_STATUSF_INQUEUE","features":[82]},{"name":"ACMSTREAMHEADER_STATUSF_PREPARED","features":[82]},{"name":"ACM_DRIVERADDF_FUNCTION","features":[82]},{"name":"ACM_DRIVERADDF_GLOBAL","features":[82]},{"name":"ACM_DRIVERADDF_LOCAL","features":[82]},{"name":"ACM_DRIVERADDF_NAME","features":[82]},{"name":"ACM_DRIVERADDF_NOTIFYHWND","features":[82]},{"name":"ACM_DRIVERADDF_TYPEMASK","features":[82]},{"name":"ACM_DRIVERENUMF_DISABLED","features":[82]},{"name":"ACM_DRIVERENUMF_NOLOCAL","features":[82]},{"name":"ACM_DRIVERPRIORITYF_ABLEMASK","features":[82]},{"name":"ACM_DRIVERPRIORITYF_BEGIN","features":[82]},{"name":"ACM_DRIVERPRIORITYF_DEFERMASK","features":[82]},{"name":"ACM_DRIVERPRIORITYF_DISABLE","features":[82]},{"name":"ACM_DRIVERPRIORITYF_ENABLE","features":[82]},{"name":"ACM_DRIVERPRIORITYF_END","features":[82]},{"name":"ACM_FILTERDETAILSF_FILTER","features":[82]},{"name":"ACM_FILTERDETAILSF_INDEX","features":[82]},{"name":"ACM_FILTERDETAILSF_QUERYMASK","features":[82]},{"name":"ACM_FILTERENUMF_DWFILTERTAG","features":[82]},{"name":"ACM_FILTERTAGDETAILSF_FILTERTAG","features":[82]},{"name":"ACM_FILTERTAGDETAILSF_INDEX","features":[82]},{"name":"ACM_FILTERTAGDETAILSF_LARGESTSIZE","features":[82]},{"name":"ACM_FILTERTAGDETAILSF_QUERYMASK","features":[82]},{"name":"ACM_FORMATDETAILSF_FORMAT","features":[82]},{"name":"ACM_FORMATDETAILSF_INDEX","features":[82]},{"name":"ACM_FORMATDETAILSF_QUERYMASK","features":[82]},{"name":"ACM_FORMATENUMF_CONVERT","features":[82]},{"name":"ACM_FORMATENUMF_HARDWARE","features":[82]},{"name":"ACM_FORMATENUMF_INPUT","features":[82]},{"name":"ACM_FORMATENUMF_NCHANNELS","features":[82]},{"name":"ACM_FORMATENUMF_NSAMPLESPERSEC","features":[82]},{"name":"ACM_FORMATENUMF_OUTPUT","features":[82]},{"name":"ACM_FORMATENUMF_SUGGEST","features":[82]},{"name":"ACM_FORMATENUMF_WBITSPERSAMPLE","features":[82]},{"name":"ACM_FORMATENUMF_WFORMATTAG","features":[82]},{"name":"ACM_FORMATSUGGESTF_NCHANNELS","features":[82]},{"name":"ACM_FORMATSUGGESTF_NSAMPLESPERSEC","features":[82]},{"name":"ACM_FORMATSUGGESTF_TYPEMASK","features":[82]},{"name":"ACM_FORMATSUGGESTF_WBITSPERSAMPLE","features":[82]},{"name":"ACM_FORMATSUGGESTF_WFORMATTAG","features":[82]},{"name":"ACM_FORMATTAGDETAILSF_FORMATTAG","features":[82]},{"name":"ACM_FORMATTAGDETAILSF_INDEX","features":[82]},{"name":"ACM_FORMATTAGDETAILSF_LARGESTSIZE","features":[82]},{"name":"ACM_FORMATTAGDETAILSF_QUERYMASK","features":[82]},{"name":"ACM_METRIC_COUNT_CODECS","features":[82]},{"name":"ACM_METRIC_COUNT_CONVERTERS","features":[82]},{"name":"ACM_METRIC_COUNT_DISABLED","features":[82]},{"name":"ACM_METRIC_COUNT_DRIVERS","features":[82]},{"name":"ACM_METRIC_COUNT_FILTERS","features":[82]},{"name":"ACM_METRIC_COUNT_HARDWARE","features":[82]},{"name":"ACM_METRIC_COUNT_LOCAL_CODECS","features":[82]},{"name":"ACM_METRIC_COUNT_LOCAL_CONVERTERS","features":[82]},{"name":"ACM_METRIC_COUNT_LOCAL_DISABLED","features":[82]},{"name":"ACM_METRIC_COUNT_LOCAL_DRIVERS","features":[82]},{"name":"ACM_METRIC_COUNT_LOCAL_FILTERS","features":[82]},{"name":"ACM_METRIC_DRIVER_PRIORITY","features":[82]},{"name":"ACM_METRIC_DRIVER_SUPPORT","features":[82]},{"name":"ACM_METRIC_HARDWARE_WAVE_INPUT","features":[82]},{"name":"ACM_METRIC_HARDWARE_WAVE_OUTPUT","features":[82]},{"name":"ACM_METRIC_MAX_SIZE_FILTER","features":[82]},{"name":"ACM_METRIC_MAX_SIZE_FORMAT","features":[82]},{"name":"ACM_STREAMCONVERTF_BLOCKALIGN","features":[82]},{"name":"ACM_STREAMCONVERTF_END","features":[82]},{"name":"ACM_STREAMCONVERTF_START","features":[82]},{"name":"ACM_STREAMOPENF_ASYNC","features":[82]},{"name":"ACM_STREAMOPENF_NONREALTIME","features":[82]},{"name":"ACM_STREAMOPENF_QUERY","features":[82]},{"name":"ACM_STREAMSIZEF_DESTINATION","features":[82]},{"name":"ACM_STREAMSIZEF_QUERYMASK","features":[82]},{"name":"ACM_STREAMSIZEF_SOURCE","features":[82]},{"name":"AMBISONICS_CHANNEL_ORDERING","features":[82]},{"name":"AMBISONICS_CHANNEL_ORDERING_ACN","features":[82]},{"name":"AMBISONICS_NORMALIZATION","features":[82]},{"name":"AMBISONICS_NORMALIZATION_N3D","features":[82]},{"name":"AMBISONICS_NORMALIZATION_SN3D","features":[82]},{"name":"AMBISONICS_PARAMS","features":[82]},{"name":"AMBISONICS_PARAM_VERSION_1","features":[82]},{"name":"AMBISONICS_TYPE","features":[82]},{"name":"AMBISONICS_TYPE_FULL3D","features":[82]},{"name":"AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY","features":[82]},{"name":"AUDCLNT_BUFFERFLAGS_SILENT","features":[82]},{"name":"AUDCLNT_BUFFERFLAGS_TIMESTAMP_ERROR","features":[82]},{"name":"AUDCLNT_E_ALREADY_INITIALIZED","features":[82]},{"name":"AUDCLNT_E_BUFDURATION_PERIOD_NOT_EQUAL","features":[82]},{"name":"AUDCLNT_E_BUFFER_ERROR","features":[82]},{"name":"AUDCLNT_E_BUFFER_OPERATION_PENDING","features":[82]},{"name":"AUDCLNT_E_BUFFER_SIZE_ERROR","features":[82]},{"name":"AUDCLNT_E_BUFFER_SIZE_NOT_ALIGNED","features":[82]},{"name":"AUDCLNT_E_BUFFER_TOO_LARGE","features":[82]},{"name":"AUDCLNT_E_CPUUSAGE_EXCEEDED","features":[82]},{"name":"AUDCLNT_E_DEVICE_INVALIDATED","features":[82]},{"name":"AUDCLNT_E_DEVICE_IN_USE","features":[82]},{"name":"AUDCLNT_E_EFFECT_NOT_AVAILABLE","features":[82]},{"name":"AUDCLNT_E_EFFECT_STATE_READ_ONLY","features":[82]},{"name":"AUDCLNT_E_ENDPOINT_CREATE_FAILED","features":[82]},{"name":"AUDCLNT_E_ENDPOINT_OFFLOAD_NOT_CAPABLE","features":[82]},{"name":"AUDCLNT_E_ENGINE_FORMAT_LOCKED","features":[82]},{"name":"AUDCLNT_E_ENGINE_PERIODICITY_LOCKED","features":[82]},{"name":"AUDCLNT_E_EVENTHANDLE_NOT_EXPECTED","features":[82]},{"name":"AUDCLNT_E_EVENTHANDLE_NOT_SET","features":[82]},{"name":"AUDCLNT_E_EXCLUSIVE_MODE_NOT_ALLOWED","features":[82]},{"name":"AUDCLNT_E_EXCLUSIVE_MODE_ONLY","features":[82]},{"name":"AUDCLNT_E_HEADTRACKING_ENABLED","features":[82]},{"name":"AUDCLNT_E_HEADTRACKING_UNSUPPORTED","features":[82]},{"name":"AUDCLNT_E_INCORRECT_BUFFER_SIZE","features":[82]},{"name":"AUDCLNT_E_INVALID_DEVICE_PERIOD","features":[82]},{"name":"AUDCLNT_E_INVALID_SIZE","features":[82]},{"name":"AUDCLNT_E_INVALID_STREAM_FLAG","features":[82]},{"name":"AUDCLNT_E_NONOFFLOAD_MODE_ONLY","features":[82]},{"name":"AUDCLNT_E_NOT_INITIALIZED","features":[82]},{"name":"AUDCLNT_E_NOT_STOPPED","features":[82]},{"name":"AUDCLNT_E_OFFLOAD_MODE_ONLY","features":[82]},{"name":"AUDCLNT_E_OUT_OF_OFFLOAD_RESOURCES","features":[82]},{"name":"AUDCLNT_E_OUT_OF_ORDER","features":[82]},{"name":"AUDCLNT_E_RAW_MODE_UNSUPPORTED","features":[82]},{"name":"AUDCLNT_E_RESOURCES_INVALIDATED","features":[82]},{"name":"AUDCLNT_E_SERVICE_NOT_RUNNING","features":[82]},{"name":"AUDCLNT_E_THREAD_NOT_REGISTERED","features":[82]},{"name":"AUDCLNT_E_UNSUPPORTED_FORMAT","features":[82]},{"name":"AUDCLNT_E_WRONG_ENDPOINT_TYPE","features":[82]},{"name":"AUDCLNT_SESSIONFLAGS_DISPLAY_HIDE","features":[82]},{"name":"AUDCLNT_SESSIONFLAGS_DISPLAY_HIDEWHENEXPIRED","features":[82]},{"name":"AUDCLNT_SESSIONFLAGS_EXPIREWHENUNOWNED","features":[82]},{"name":"AUDCLNT_SHAREMODE","features":[82]},{"name":"AUDCLNT_SHAREMODE_EXCLUSIVE","features":[82]},{"name":"AUDCLNT_SHAREMODE_SHARED","features":[82]},{"name":"AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM","features":[82]},{"name":"AUDCLNT_STREAMFLAGS_CROSSPROCESS","features":[82]},{"name":"AUDCLNT_STREAMFLAGS_EVENTCALLBACK","features":[82]},{"name":"AUDCLNT_STREAMFLAGS_LOOPBACK","features":[82]},{"name":"AUDCLNT_STREAMFLAGS_NOPERSIST","features":[82]},{"name":"AUDCLNT_STREAMFLAGS_RATEADJUST","features":[82]},{"name":"AUDCLNT_STREAMFLAGS_SRC_DEFAULT_QUALITY","features":[82]},{"name":"AUDCLNT_STREAMOPTIONS","features":[82]},{"name":"AUDCLNT_STREAMOPTIONS_AMBISONICS","features":[82]},{"name":"AUDCLNT_STREAMOPTIONS_MATCH_FORMAT","features":[82]},{"name":"AUDCLNT_STREAMOPTIONS_NONE","features":[82]},{"name":"AUDCLNT_STREAMOPTIONS_RAW","features":[82]},{"name":"AUDCLNT_S_BUFFER_EMPTY","features":[82]},{"name":"AUDCLNT_S_POSITION_STALLED","features":[82]},{"name":"AUDCLNT_S_THREAD_ALREADY_REGISTERED","features":[82]},{"name":"AUDIOCLIENT_ACTIVATION_PARAMS","features":[82]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE","features":[82]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE_DEFAULT","features":[82]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE_PROCESS_LOOPBACK","features":[82]},{"name":"AUDIOCLIENT_PROCESS_LOOPBACK_PARAMS","features":[82]},{"name":"AUDIOCLOCK_CHARACTERISTIC_FIXED_FREQ","features":[82]},{"name":"AUDIO_DUCKING_OPTIONS","features":[82]},{"name":"AUDIO_DUCKING_OPTIONS_DEFAULT","features":[82]},{"name":"AUDIO_DUCKING_OPTIONS_DO_NOT_DUCK_OTHER_STREAMS","features":[82]},{"name":"AUDIO_EFFECT","features":[3,82]},{"name":"AUDIO_EFFECT_STATE","features":[82]},{"name":"AUDIO_EFFECT_STATE_OFF","features":[82]},{"name":"AUDIO_EFFECT_STATE_ON","features":[82]},{"name":"AUDIO_STREAM_CATEGORY","features":[82]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE","features":[82]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_DEFAULT","features":[82]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_ENUM_COUNT","features":[82]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_USER","features":[82]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_VOLATILE","features":[82]},{"name":"AUDIO_VOLUME_NOTIFICATION_DATA","features":[3,82]},{"name":"AUXCAPS2A","features":[82]},{"name":"AUXCAPS2W","features":[82]},{"name":"AUXCAPSA","features":[82]},{"name":"AUXCAPSW","features":[82]},{"name":"AUXCAPS_AUXIN","features":[82]},{"name":"AUXCAPS_CDAUDIO","features":[82]},{"name":"AUXCAPS_LRVOLUME","features":[82]},{"name":"AUXCAPS_VOLUME","features":[82]},{"name":"ActivateAudioInterfaceAsync","features":[3,82,65,44]},{"name":"AudioCategory_Alerts","features":[82]},{"name":"AudioCategory_Communications","features":[82]},{"name":"AudioCategory_FarFieldSpeech","features":[82]},{"name":"AudioCategory_ForegroundOnlyMedia","features":[82]},{"name":"AudioCategory_GameChat","features":[82]},{"name":"AudioCategory_GameEffects","features":[82]},{"name":"AudioCategory_GameMedia","features":[82]},{"name":"AudioCategory_Media","features":[82]},{"name":"AudioCategory_Movie","features":[82]},{"name":"AudioCategory_Other","features":[82]},{"name":"AudioCategory_SoundEffects","features":[82]},{"name":"AudioCategory_Speech","features":[82]},{"name":"AudioCategory_UniformSpeech","features":[82]},{"name":"AudioCategory_VoiceTyping","features":[82]},{"name":"AudioClient3ActivationParams","features":[82]},{"name":"AudioClientProperties","features":[3,82]},{"name":"AudioExtensionParams","features":[3,82]},{"name":"AudioObjectType","features":[82]},{"name":"AudioObjectType_BackCenter","features":[82]},{"name":"AudioObjectType_BackLeft","features":[82]},{"name":"AudioObjectType_BackRight","features":[82]},{"name":"AudioObjectType_BottomBackLeft","features":[82]},{"name":"AudioObjectType_BottomBackRight","features":[82]},{"name":"AudioObjectType_BottomFrontLeft","features":[82]},{"name":"AudioObjectType_BottomFrontRight","features":[82]},{"name":"AudioObjectType_Dynamic","features":[82]},{"name":"AudioObjectType_FrontCenter","features":[82]},{"name":"AudioObjectType_FrontLeft","features":[82]},{"name":"AudioObjectType_FrontRight","features":[82]},{"name":"AudioObjectType_LowFrequency","features":[82]},{"name":"AudioObjectType_None","features":[82]},{"name":"AudioObjectType_SideLeft","features":[82]},{"name":"AudioObjectType_SideRight","features":[82]},{"name":"AudioObjectType_TopBackLeft","features":[82]},{"name":"AudioObjectType_TopBackRight","features":[82]},{"name":"AudioObjectType_TopFrontLeft","features":[82]},{"name":"AudioObjectType_TopFrontRight","features":[82]},{"name":"AudioSessionDisconnectReason","features":[82]},{"name":"AudioSessionState","features":[82]},{"name":"AudioSessionStateActive","features":[82]},{"name":"AudioSessionStateExpired","features":[82]},{"name":"AudioSessionStateInactive","features":[82]},{"name":"AudioStateMonitorSoundLevel","features":[82]},{"name":"CALLBACK_EVENT","features":[82]},{"name":"CALLBACK_FUNCTION","features":[82]},{"name":"CALLBACK_NULL","features":[82]},{"name":"CALLBACK_TASK","features":[82]},{"name":"CALLBACK_THREAD","features":[82]},{"name":"CALLBACK_TYPEMASK","features":[82]},{"name":"CALLBACK_WINDOW","features":[82]},{"name":"CoRegisterMessageFilter","features":[82]},{"name":"Connector","features":[82]},{"name":"ConnectorType","features":[82]},{"name":"CreateCaptureAudioStateMonitor","features":[82]},{"name":"CreateCaptureAudioStateMonitorForCategory","features":[82]},{"name":"CreateCaptureAudioStateMonitorForCategoryAndDeviceId","features":[82]},{"name":"CreateCaptureAudioStateMonitorForCategoryAndDeviceRole","features":[82]},{"name":"CreateRenderAudioStateMonitor","features":[82]},{"name":"CreateRenderAudioStateMonitorForCategory","features":[82]},{"name":"CreateRenderAudioStateMonitorForCategoryAndDeviceId","features":[82]},{"name":"CreateRenderAudioStateMonitorForCategoryAndDeviceRole","features":[82]},{"name":"DEVICE_STATE","features":[82]},{"name":"DEVICE_STATEMASK_ALL","features":[82]},{"name":"DEVICE_STATE_ACTIVE","features":[82]},{"name":"DEVICE_STATE_DISABLED","features":[82]},{"name":"DEVICE_STATE_NOTPRESENT","features":[82]},{"name":"DEVICE_STATE_UNPLUGGED","features":[82]},{"name":"DEVINTERFACE_AUDIO_CAPTURE","features":[82]},{"name":"DEVINTERFACE_AUDIO_RENDER","features":[82]},{"name":"DEVINTERFACE_MIDI_INPUT","features":[82]},{"name":"DEVINTERFACE_MIDI_OUTPUT","features":[82]},{"name":"DIRECTX_AUDIO_ACTIVATION_PARAMS","features":[82]},{"name":"DRVM_MAPPER","features":[82]},{"name":"DRVM_MAPPER_STATUS","features":[82]},{"name":"DRV_MAPPER_PREFERRED_INPUT_GET","features":[82]},{"name":"DRV_MAPPER_PREFERRED_OUTPUT_GET","features":[82]},{"name":"DataFlow","features":[82]},{"name":"DeviceTopology","features":[82]},{"name":"DigitalAudioDisplayDevice","features":[82]},{"name":"DisconnectReasonDeviceRemoval","features":[82]},{"name":"DisconnectReasonExclusiveModeOverride","features":[82]},{"name":"DisconnectReasonFormatChanged","features":[82]},{"name":"DisconnectReasonServerShutdown","features":[82]},{"name":"DisconnectReasonSessionDisconnected","features":[82]},{"name":"DisconnectReasonSessionLogoff","features":[82]},{"name":"ECHOWAVEFILTER","features":[82]},{"name":"EDataFlow","features":[82]},{"name":"EDataFlow_enum_count","features":[82]},{"name":"ENDPOINT_FORMAT_RESET_MIX_ONLY","features":[82]},{"name":"ENDPOINT_HARDWARE_SUPPORT_METER","features":[82]},{"name":"ENDPOINT_HARDWARE_SUPPORT_MUTE","features":[82]},{"name":"ENDPOINT_HARDWARE_SUPPORT_VOLUME","features":[82]},{"name":"ENDPOINT_SYSFX_DISABLED","features":[82]},{"name":"ENDPOINT_SYSFX_ENABLED","features":[82]},{"name":"ERole","features":[82]},{"name":"ERole_enum_count","features":[82]},{"name":"EVENTCONTEXT_VOLUMESLIDER","features":[82]},{"name":"EndpointFormFactor","features":[82]},{"name":"EndpointFormFactor_enum_count","features":[82]},{"name":"FILTERCHOOSE_CUSTOM_VERIFY","features":[82]},{"name":"FILTERCHOOSE_FILTERTAG_VERIFY","features":[82]},{"name":"FILTERCHOOSE_FILTER_VERIFY","features":[82]},{"name":"FILTERCHOOSE_MESSAGE","features":[82]},{"name":"FORMATCHOOSE_CUSTOM_VERIFY","features":[82]},{"name":"FORMATCHOOSE_FORMATTAG_VERIFY","features":[82]},{"name":"FORMATCHOOSE_FORMAT_VERIFY","features":[82]},{"name":"FORMATCHOOSE_MESSAGE","features":[82]},{"name":"Full","features":[82]},{"name":"HACMDRIVER","features":[82]},{"name":"HACMDRIVERID","features":[82]},{"name":"HACMOBJ","features":[82]},{"name":"HACMSTREAM","features":[82]},{"name":"HMIDI","features":[82]},{"name":"HMIDIIN","features":[82]},{"name":"HMIDIOUT","features":[82]},{"name":"HMIDISTRM","features":[82]},{"name":"HMIXER","features":[82]},{"name":"HMIXEROBJ","features":[82]},{"name":"HWAVE","features":[82]},{"name":"HWAVEIN","features":[82]},{"name":"HWAVEOUT","features":[82]},{"name":"Handset","features":[82]},{"name":"Headphones","features":[82]},{"name":"Headset","features":[82]},{"name":"IAcousticEchoCancellationControl","features":[82]},{"name":"IActivateAudioInterfaceAsyncOperation","features":[82]},{"name":"IActivateAudioInterfaceCompletionHandler","features":[82]},{"name":"IAudioAmbisonicsControl","features":[82]},{"name":"IAudioAutoGainControl","features":[82]},{"name":"IAudioBass","features":[82]},{"name":"IAudioCaptureClient","features":[82]},{"name":"IAudioChannelConfig","features":[82]},{"name":"IAudioClient","features":[82]},{"name":"IAudioClient2","features":[82]},{"name":"IAudioClient3","features":[82]},{"name":"IAudioClientDuckingControl","features":[82]},{"name":"IAudioClock","features":[82]},{"name":"IAudioClock2","features":[82]},{"name":"IAudioClockAdjustment","features":[82]},{"name":"IAudioEffectsChangedNotificationClient","features":[82]},{"name":"IAudioEffectsManager","features":[82]},{"name":"IAudioFormatEnumerator","features":[82]},{"name":"IAudioInputSelector","features":[82]},{"name":"IAudioLoudness","features":[82]},{"name":"IAudioMidrange","features":[82]},{"name":"IAudioMute","features":[82]},{"name":"IAudioOutputSelector","features":[82]},{"name":"IAudioPeakMeter","features":[82]},{"name":"IAudioRenderClient","features":[82]},{"name":"IAudioSessionControl","features":[82]},{"name":"IAudioSessionControl2","features":[82]},{"name":"IAudioSessionEnumerator","features":[82]},{"name":"IAudioSessionEvents","features":[82]},{"name":"IAudioSessionManager","features":[82]},{"name":"IAudioSessionManager2","features":[82]},{"name":"IAudioSessionNotification","features":[82]},{"name":"IAudioStateMonitor","features":[82]},{"name":"IAudioStreamVolume","features":[82]},{"name":"IAudioSystemEffectsPropertyChangeNotificationClient","features":[82]},{"name":"IAudioSystemEffectsPropertyStore","features":[82]},{"name":"IAudioTreble","features":[82]},{"name":"IAudioViewManagerService","features":[82]},{"name":"IAudioVolumeDuckNotification","features":[82]},{"name":"IAudioVolumeLevel","features":[82]},{"name":"IChannelAudioVolume","features":[82]},{"name":"IConnector","features":[82]},{"name":"IControlChangeNotify","features":[82]},{"name":"IControlInterface","features":[82]},{"name":"IDeviceSpecificProperty","features":[82]},{"name":"IDeviceTopology","features":[82]},{"name":"IMMDevice","features":[82]},{"name":"IMMDeviceActivator","features":[82]},{"name":"IMMDeviceCollection","features":[82]},{"name":"IMMDeviceEnumerator","features":[82]},{"name":"IMMEndpoint","features":[82]},{"name":"IMMNotificationClient","features":[82]},{"name":"IMessageFilter","features":[82]},{"name":"IPart","features":[82]},{"name":"IPartsList","features":[82]},{"name":"IPerChannelDbLevel","features":[82]},{"name":"ISimpleAudioVolume","features":[82]},{"name":"ISpatialAudioClient","features":[82]},{"name":"ISpatialAudioClient2","features":[82]},{"name":"ISpatialAudioMetadataClient","features":[82]},{"name":"ISpatialAudioMetadataCopier","features":[82]},{"name":"ISpatialAudioMetadataItems","features":[82]},{"name":"ISpatialAudioMetadataItemsBuffer","features":[82]},{"name":"ISpatialAudioMetadataReader","features":[82]},{"name":"ISpatialAudioMetadataWriter","features":[82]},{"name":"ISpatialAudioObject","features":[82]},{"name":"ISpatialAudioObjectBase","features":[82]},{"name":"ISpatialAudioObjectForHrtf","features":[82]},{"name":"ISpatialAudioObjectForMetadataCommands","features":[82]},{"name":"ISpatialAudioObjectForMetadataItems","features":[82]},{"name":"ISpatialAudioObjectRenderStream","features":[82]},{"name":"ISpatialAudioObjectRenderStreamBase","features":[82]},{"name":"ISpatialAudioObjectRenderStreamForHrtf","features":[82]},{"name":"ISpatialAudioObjectRenderStreamForMetadata","features":[82]},{"name":"ISpatialAudioObjectRenderStreamNotify","features":[82]},{"name":"ISubunit","features":[82]},{"name":"In","features":[82]},{"name":"LPACMDRIVERPROC","features":[3,82]},{"name":"LPMIDICALLBACK","features":[82,81]},{"name":"LPWAVECALLBACK","features":[82,81]},{"name":"LineLevel","features":[82]},{"name":"Low","features":[82]},{"name":"MEVT_COMMENT","features":[82]},{"name":"MEVT_F_CALLBACK","features":[82]},{"name":"MEVT_F_LONG","features":[82]},{"name":"MEVT_F_SHORT","features":[82]},{"name":"MEVT_LONGMSG","features":[82]},{"name":"MEVT_NOP","features":[82]},{"name":"MEVT_SHORTMSG","features":[82]},{"name":"MEVT_TEMPO","features":[82]},{"name":"MEVT_VERSION","features":[82]},{"name":"MHDR_DONE","features":[82]},{"name":"MHDR_INQUEUE","features":[82]},{"name":"MHDR_ISSTRM","features":[82]},{"name":"MHDR_PREPARED","features":[82]},{"name":"MIDICAPS_CACHE","features":[82]},{"name":"MIDICAPS_LRVOLUME","features":[82]},{"name":"MIDICAPS_STREAM","features":[82]},{"name":"MIDICAPS_VOLUME","features":[82]},{"name":"MIDIERR_BADOPENMODE","features":[82]},{"name":"MIDIERR_DONT_CONTINUE","features":[82]},{"name":"MIDIERR_INVALIDSETUP","features":[82]},{"name":"MIDIERR_LASTERROR","features":[82]},{"name":"MIDIERR_NODEVICE","features":[82]},{"name":"MIDIERR_NOMAP","features":[82]},{"name":"MIDIERR_NOTREADY","features":[82]},{"name":"MIDIERR_STILLPLAYING","features":[82]},{"name":"MIDIERR_UNPREPARED","features":[82]},{"name":"MIDIEVENT","features":[82]},{"name":"MIDIHDR","features":[82]},{"name":"MIDIINCAPS2A","features":[82]},{"name":"MIDIINCAPS2W","features":[82]},{"name":"MIDIINCAPSA","features":[82]},{"name":"MIDIINCAPSW","features":[82]},{"name":"MIDIOUTCAPS2A","features":[82]},{"name":"MIDIOUTCAPS2W","features":[82]},{"name":"MIDIOUTCAPSA","features":[82]},{"name":"MIDIOUTCAPSW","features":[82]},{"name":"MIDIPATCHSIZE","features":[82]},{"name":"MIDIPROPTEMPO","features":[82]},{"name":"MIDIPROPTIMEDIV","features":[82]},{"name":"MIDIPROP_GET","features":[82]},{"name":"MIDIPROP_SET","features":[82]},{"name":"MIDIPROP_TEMPO","features":[82]},{"name":"MIDIPROP_TIMEDIV","features":[82]},{"name":"MIDISTRMBUFFVER","features":[82]},{"name":"MIDISTRM_ERROR","features":[82]},{"name":"MIDI_CACHE_ALL","features":[82]},{"name":"MIDI_CACHE_BESTFIT","features":[82]},{"name":"MIDI_CACHE_QUERY","features":[82]},{"name":"MIDI_IO_STATUS","features":[82]},{"name":"MIDI_UNCACHE","features":[82]},{"name":"MIDI_WAVE_OPEN_TYPE","features":[82]},{"name":"MIXERCAPS2A","features":[82]},{"name":"MIXERCAPS2W","features":[82]},{"name":"MIXERCAPSA","features":[82]},{"name":"MIXERCAPSW","features":[82]},{"name":"MIXERCONTROLA","features":[82]},{"name":"MIXERCONTROLDETAILS","features":[3,82]},{"name":"MIXERCONTROLDETAILS_BOOLEAN","features":[82]},{"name":"MIXERCONTROLDETAILS_LISTTEXTA","features":[82]},{"name":"MIXERCONTROLDETAILS_LISTTEXTW","features":[82]},{"name":"MIXERCONTROLDETAILS_SIGNED","features":[82]},{"name":"MIXERCONTROLDETAILS_UNSIGNED","features":[82]},{"name":"MIXERCONTROLW","features":[82]},{"name":"MIXERCONTROL_CONTROLF_DISABLED","features":[82]},{"name":"MIXERCONTROL_CONTROLF_MULTIPLE","features":[82]},{"name":"MIXERCONTROL_CONTROLF_UNIFORM","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_BASS","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_BASS_BOOST","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_BOOLEAN","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_BOOLEANMETER","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_BUTTON","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_CUSTOM","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_DECIBELS","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_EQUALIZER","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_FADER","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_LOUDNESS","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_MICROTIME","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_MILLITIME","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_MIXER","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_MONO","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_MULTIPLESELECT","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_MUTE","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_MUX","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_ONOFF","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_PAN","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_PEAKMETER","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_PERCENT","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_QSOUNDPAN","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_SIGNED","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_SIGNEDMETER","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_SINGLESELECT","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_SLIDER","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_STEREOENH","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_TREBLE","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_UNSIGNED","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_UNSIGNEDMETER","features":[82]},{"name":"MIXERCONTROL_CONTROLTYPE_VOLUME","features":[82]},{"name":"MIXERCONTROL_CT_CLASS_CUSTOM","features":[82]},{"name":"MIXERCONTROL_CT_CLASS_FADER","features":[82]},{"name":"MIXERCONTROL_CT_CLASS_LIST","features":[82]},{"name":"MIXERCONTROL_CT_CLASS_MASK","features":[82]},{"name":"MIXERCONTROL_CT_CLASS_METER","features":[82]},{"name":"MIXERCONTROL_CT_CLASS_NUMBER","features":[82]},{"name":"MIXERCONTROL_CT_CLASS_SLIDER","features":[82]},{"name":"MIXERCONTROL_CT_CLASS_SWITCH","features":[82]},{"name":"MIXERCONTROL_CT_CLASS_TIME","features":[82]},{"name":"MIXERCONTROL_CT_SC_LIST_MULTIPLE","features":[82]},{"name":"MIXERCONTROL_CT_SC_LIST_SINGLE","features":[82]},{"name":"MIXERCONTROL_CT_SC_METER_POLLED","features":[82]},{"name":"MIXERCONTROL_CT_SC_SWITCH_BOOLEAN","features":[82]},{"name":"MIXERCONTROL_CT_SC_SWITCH_BUTTON","features":[82]},{"name":"MIXERCONTROL_CT_SC_TIME_MICROSECS","features":[82]},{"name":"MIXERCONTROL_CT_SC_TIME_MILLISECS","features":[82]},{"name":"MIXERCONTROL_CT_SUBCLASS_MASK","features":[82]},{"name":"MIXERCONTROL_CT_UNITS_BOOLEAN","features":[82]},{"name":"MIXERCONTROL_CT_UNITS_CUSTOM","features":[82]},{"name":"MIXERCONTROL_CT_UNITS_DECIBELS","features":[82]},{"name":"MIXERCONTROL_CT_UNITS_MASK","features":[82]},{"name":"MIXERCONTROL_CT_UNITS_PERCENT","features":[82]},{"name":"MIXERCONTROL_CT_UNITS_SIGNED","features":[82]},{"name":"MIXERCONTROL_CT_UNITS_UNSIGNED","features":[82]},{"name":"MIXERLINEA","features":[82]},{"name":"MIXERLINECONTROLSA","features":[82]},{"name":"MIXERLINECONTROLSW","features":[82]},{"name":"MIXERLINEW","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_DIGITAL","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_FIRST","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_HEADPHONES","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_LAST","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_LINE","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_MONITOR","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_SPEAKERS","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_TELEPHONE","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_UNDEFINED","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_VOICEIN","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_DST_WAVEIN","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_ANALOG","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_AUXILIARY","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_COMPACTDISC","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_DIGITAL","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_FIRST","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_LAST","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_LINE","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_PCSPEAKER","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_SYNTHESIZER","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_TELEPHONE","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_UNDEFINED","features":[82]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_WAVEOUT","features":[82]},{"name":"MIXERLINE_LINEF_ACTIVE","features":[82]},{"name":"MIXERLINE_LINEF_DISCONNECTED","features":[82]},{"name":"MIXERLINE_LINEF_SOURCE","features":[82]},{"name":"MIXERLINE_TARGETTYPE_AUX","features":[82]},{"name":"MIXERLINE_TARGETTYPE_MIDIIN","features":[82]},{"name":"MIXERLINE_TARGETTYPE_MIDIOUT","features":[82]},{"name":"MIXERLINE_TARGETTYPE_UNDEFINED","features":[82]},{"name":"MIXERLINE_TARGETTYPE_WAVEIN","features":[82]},{"name":"MIXERLINE_TARGETTYPE_WAVEOUT","features":[82]},{"name":"MIXERR_INVALCONTROL","features":[82]},{"name":"MIXERR_INVALLINE","features":[82]},{"name":"MIXERR_INVALVALUE","features":[82]},{"name":"MIXERR_LASTERROR","features":[82]},{"name":"MIXER_GETCONTROLDETAILSF_LISTTEXT","features":[82]},{"name":"MIXER_GETCONTROLDETAILSF_QUERYMASK","features":[82]},{"name":"MIXER_GETCONTROLDETAILSF_VALUE","features":[82]},{"name":"MIXER_GETLINECONTROLSF_ALL","features":[82]},{"name":"MIXER_GETLINECONTROLSF_ONEBYID","features":[82]},{"name":"MIXER_GETLINECONTROLSF_ONEBYTYPE","features":[82]},{"name":"MIXER_GETLINECONTROLSF_QUERYMASK","features":[82]},{"name":"MIXER_GETLINEINFOF_COMPONENTTYPE","features":[82]},{"name":"MIXER_GETLINEINFOF_DESTINATION","features":[82]},{"name":"MIXER_GETLINEINFOF_LINEID","features":[82]},{"name":"MIXER_GETLINEINFOF_QUERYMASK","features":[82]},{"name":"MIXER_GETLINEINFOF_SOURCE","features":[82]},{"name":"MIXER_GETLINEINFOF_TARGETTYPE","features":[82]},{"name":"MIXER_LONG_NAME_CHARS","features":[82]},{"name":"MIXER_OBJECTF_AUX","features":[82]},{"name":"MIXER_OBJECTF_HANDLE","features":[82]},{"name":"MIXER_OBJECTF_MIDIIN","features":[82]},{"name":"MIXER_OBJECTF_MIDIOUT","features":[82]},{"name":"MIXER_OBJECTF_MIXER","features":[82]},{"name":"MIXER_OBJECTF_WAVEIN","features":[82]},{"name":"MIXER_OBJECTF_WAVEOUT","features":[82]},{"name":"MIXER_SETCONTROLDETAILSF_CUSTOM","features":[82]},{"name":"MIXER_SETCONTROLDETAILSF_QUERYMASK","features":[82]},{"name":"MIXER_SETCONTROLDETAILSF_VALUE","features":[82]},{"name":"MIXER_SHORT_NAME_CHARS","features":[82]},{"name":"MMDeviceEnumerator","features":[82]},{"name":"MM_ACM_FILTERCHOOSE","features":[82]},{"name":"MM_ACM_FORMATCHOOSE","features":[82]},{"name":"MOD_FMSYNTH","features":[82]},{"name":"MOD_MAPPER","features":[82]},{"name":"MOD_MIDIPORT","features":[82]},{"name":"MOD_SQSYNTH","features":[82]},{"name":"MOD_SWSYNTH","features":[82]},{"name":"MOD_SYNTH","features":[82]},{"name":"MOD_WAVETABLE","features":[82]},{"name":"Microphone","features":[82]},{"name":"Muted","features":[82]},{"name":"Out","features":[82]},{"name":"PAudioStateMonitorCallback","features":[82]},{"name":"PCMWAVEFORMAT","features":[82]},{"name":"PKEY_AudioEndpointLogo_IconEffects","features":[82,62]},{"name":"PKEY_AudioEndpointLogo_IconPath","features":[82,62]},{"name":"PKEY_AudioEndpointSettings_LaunchContract","features":[82,62]},{"name":"PKEY_AudioEndpointSettings_MenuText","features":[82,62]},{"name":"PKEY_AudioEndpoint_Association","features":[82,62]},{"name":"PKEY_AudioEndpoint_ControlPanelPageProvider","features":[82,62]},{"name":"PKEY_AudioEndpoint_Default_VolumeInDb","features":[82,62]},{"name":"PKEY_AudioEndpoint_Disable_SysFx","features":[82,62]},{"name":"PKEY_AudioEndpoint_FormFactor","features":[82,62]},{"name":"PKEY_AudioEndpoint_FullRangeSpeakers","features":[82,62]},{"name":"PKEY_AudioEndpoint_GUID","features":[82,62]},{"name":"PKEY_AudioEndpoint_JackSubType","features":[82,62]},{"name":"PKEY_AudioEndpoint_PhysicalSpeakers","features":[82,62]},{"name":"PKEY_AudioEndpoint_Supports_EventDriven_Mode","features":[82,62]},{"name":"PKEY_AudioEngine_DeviceFormat","features":[82,62]},{"name":"PKEY_AudioEngine_OEMFormat","features":[82,62]},{"name":"PROCESS_LOOPBACK_MODE","features":[82]},{"name":"PROCESS_LOOPBACK_MODE_EXCLUDE_TARGET_PROCESS_TREE","features":[82]},{"name":"PROCESS_LOOPBACK_MODE_INCLUDE_TARGET_PROCESS_TREE","features":[82]},{"name":"PartType","features":[82]},{"name":"PlaySoundA","features":[3,82]},{"name":"PlaySoundW","features":[3,82]},{"name":"RemoteNetworkDevice","features":[82]},{"name":"SND_ALIAS","features":[82]},{"name":"SND_ALIAS_ID","features":[82]},{"name":"SND_ALIAS_START","features":[82]},{"name":"SND_APPLICATION","features":[82]},{"name":"SND_ASYNC","features":[82]},{"name":"SND_FILENAME","features":[82]},{"name":"SND_FLAGS","features":[82]},{"name":"SND_LOOP","features":[82]},{"name":"SND_MEMORY","features":[82]},{"name":"SND_NODEFAULT","features":[82]},{"name":"SND_NOSTOP","features":[82]},{"name":"SND_NOWAIT","features":[82]},{"name":"SND_PURGE","features":[82]},{"name":"SND_RESOURCE","features":[82]},{"name":"SND_RING","features":[82]},{"name":"SND_SENTRY","features":[82]},{"name":"SND_SYNC","features":[82]},{"name":"SND_SYSTEM","features":[82]},{"name":"SPATIAL_AUDIO_POSITION","features":[82]},{"name":"SPATIAL_AUDIO_STANDARD_COMMANDS_START","features":[82]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS","features":[82]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS_NONE","features":[82]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS_OFFLOAD","features":[82]},{"name":"SPDIF","features":[82]},{"name":"SPTLAUDCLNT_E_DESTROYED","features":[82]},{"name":"SPTLAUDCLNT_E_ERRORS_IN_OBJECT_CALLS","features":[82]},{"name":"SPTLAUDCLNT_E_INTERNAL","features":[82]},{"name":"SPTLAUDCLNT_E_INVALID_LICENSE","features":[82]},{"name":"SPTLAUDCLNT_E_METADATA_FORMAT_NOT_SUPPORTED","features":[82]},{"name":"SPTLAUDCLNT_E_NO_MORE_OBJECTS","features":[82]},{"name":"SPTLAUDCLNT_E_OBJECT_ALREADY_ACTIVE","features":[82]},{"name":"SPTLAUDCLNT_E_OUT_OF_ORDER","features":[82]},{"name":"SPTLAUDCLNT_E_PROPERTY_NOT_SUPPORTED","features":[82]},{"name":"SPTLAUDCLNT_E_RESOURCES_INVALIDATED","features":[82]},{"name":"SPTLAUDCLNT_E_STATIC_OBJECT_NOT_AVAILABLE","features":[82]},{"name":"SPTLAUDCLNT_E_STREAM_NOT_AVAILABLE","features":[82]},{"name":"SPTLAUDCLNT_E_STREAM_NOT_STOPPED","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_ATTACH_FAILED_INTERNAL_BUFFER","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_ALREADY_ATTACHED","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_NOT_ATTACHED","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_STILL_ATTACHED","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_COMMAND_ALREADY_WRITTEN","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_COMMAND_NOT_FOUND","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_DETACH_FAILED_INTERNAL_BUFFER","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_FORMAT_MISMATCH","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_FRAMECOUNT_OUT_OF_RANGE","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_FRAMEOFFSET_OUT_OF_RANGE","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_INVALID_ARGS","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_ITEMS_ALREADY_OPEN","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_ITEMS_LOCKED_FOR_WRITING","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_ITEM_COPY_OVERFLOW","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_ITEM_MUST_HAVE_COMMANDS","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_MEMORY_BOUNDS","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_METADATA_FORMAT_NOT_FOUND","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_NO_BUFFER_ATTACHED","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMOFFSET_WRITTEN","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_FOUND","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_OPEN","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_WRITTEN","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_NO_MORE_COMMANDS","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_NO_MORE_ITEMS","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_OBJECT_NOT_INITIALIZED","features":[82]},{"name":"SPTLAUD_MD_CLNT_E_VALUE_BUFFER_INCORRECT_SIZE","features":[82]},{"name":"SpatialAudioClientActivationParams","features":[82]},{"name":"SpatialAudioHrtfActivationParams","features":[3,82]},{"name":"SpatialAudioHrtfActivationParams2","features":[3,82]},{"name":"SpatialAudioHrtfDirectivity","features":[82]},{"name":"SpatialAudioHrtfDirectivityCardioid","features":[82]},{"name":"SpatialAudioHrtfDirectivityCone","features":[82]},{"name":"SpatialAudioHrtfDirectivityType","features":[82]},{"name":"SpatialAudioHrtfDirectivityUnion","features":[82]},{"name":"SpatialAudioHrtfDirectivity_Cardioid","features":[82]},{"name":"SpatialAudioHrtfDirectivity_Cone","features":[82]},{"name":"SpatialAudioHrtfDirectivity_OmniDirectional","features":[82]},{"name":"SpatialAudioHrtfDistanceDecay","features":[82]},{"name":"SpatialAudioHrtfDistanceDecayType","features":[82]},{"name":"SpatialAudioHrtfDistanceDecay_CustomDecay","features":[82]},{"name":"SpatialAudioHrtfDistanceDecay_NaturalDecay","features":[82]},{"name":"SpatialAudioHrtfEnvironmentType","features":[82]},{"name":"SpatialAudioHrtfEnvironment_Average","features":[82]},{"name":"SpatialAudioHrtfEnvironment_Large","features":[82]},{"name":"SpatialAudioHrtfEnvironment_Medium","features":[82]},{"name":"SpatialAudioHrtfEnvironment_Outdoors","features":[82]},{"name":"SpatialAudioHrtfEnvironment_Small","features":[82]},{"name":"SpatialAudioMetadataCopyMode","features":[82]},{"name":"SpatialAudioMetadataCopy_Append","features":[82]},{"name":"SpatialAudioMetadataCopy_AppendMergeWithFirst","features":[82]},{"name":"SpatialAudioMetadataCopy_AppendMergeWithLast","features":[82]},{"name":"SpatialAudioMetadataCopy_Overwrite","features":[82]},{"name":"SpatialAudioMetadataItemsInfo","features":[82]},{"name":"SpatialAudioMetadataWriterOverflowMode","features":[82]},{"name":"SpatialAudioMetadataWriterOverflow_Fail","features":[82]},{"name":"SpatialAudioMetadataWriterOverflow_MergeWithLast","features":[82]},{"name":"SpatialAudioMetadataWriterOverflow_MergeWithNew","features":[82]},{"name":"SpatialAudioObjectRenderStreamActivationParams","features":[3,82]},{"name":"SpatialAudioObjectRenderStreamActivationParams2","features":[3,82]},{"name":"SpatialAudioObjectRenderStreamForMetadataActivationParams","features":[3,82,65,44]},{"name":"SpatialAudioObjectRenderStreamForMetadataActivationParams2","features":[3,82,65,44]},{"name":"Speakers","features":[82]},{"name":"Subunit","features":[82]},{"name":"UnknownDigitalPassthrough","features":[82]},{"name":"UnknownFormFactor","features":[82]},{"name":"VIRTUAL_AUDIO_DEVICE_PROCESS_LOOPBACK","features":[82]},{"name":"VOLUMEWAVEFILTER","features":[82]},{"name":"WAVECAPS_LRVOLUME","features":[82]},{"name":"WAVECAPS_PITCH","features":[82]},{"name":"WAVECAPS_PLAYBACKRATE","features":[82]},{"name":"WAVECAPS_SAMPLEACCURATE","features":[82]},{"name":"WAVECAPS_SYNC","features":[82]},{"name":"WAVECAPS_VOLUME","features":[82]},{"name":"WAVEFILTER","features":[82]},{"name":"WAVEFORMAT","features":[82]},{"name":"WAVEFORMATEX","features":[82]},{"name":"WAVEFORMATEXTENSIBLE","features":[82]},{"name":"WAVEHDR","features":[82]},{"name":"WAVEINCAPS2A","features":[82]},{"name":"WAVEINCAPS2W","features":[82]},{"name":"WAVEINCAPSA","features":[82]},{"name":"WAVEINCAPSW","features":[82]},{"name":"WAVEIN_MAPPER_STATUS_DEVICE","features":[82]},{"name":"WAVEIN_MAPPER_STATUS_FORMAT","features":[82]},{"name":"WAVEIN_MAPPER_STATUS_MAPPED","features":[82]},{"name":"WAVEOUTCAPS2A","features":[82]},{"name":"WAVEOUTCAPS2W","features":[82]},{"name":"WAVEOUTCAPSA","features":[82]},{"name":"WAVEOUTCAPSW","features":[82]},{"name":"WAVEOUT_MAPPER_STATUS_DEVICE","features":[82]},{"name":"WAVEOUT_MAPPER_STATUS_FORMAT","features":[82]},{"name":"WAVEOUT_MAPPER_STATUS_MAPPED","features":[82]},{"name":"WAVERR_BADFORMAT","features":[82]},{"name":"WAVERR_LASTERROR","features":[82]},{"name":"WAVERR_STILLPLAYING","features":[82]},{"name":"WAVERR_SYNC","features":[82]},{"name":"WAVERR_UNPREPARED","features":[82]},{"name":"WAVE_ALLOWSYNC","features":[82]},{"name":"WAVE_FORMAT_1M08","features":[82]},{"name":"WAVE_FORMAT_1M16","features":[82]},{"name":"WAVE_FORMAT_1S08","features":[82]},{"name":"WAVE_FORMAT_1S16","features":[82]},{"name":"WAVE_FORMAT_2M08","features":[82]},{"name":"WAVE_FORMAT_2M16","features":[82]},{"name":"WAVE_FORMAT_2S08","features":[82]},{"name":"WAVE_FORMAT_2S16","features":[82]},{"name":"WAVE_FORMAT_44M08","features":[82]},{"name":"WAVE_FORMAT_44M16","features":[82]},{"name":"WAVE_FORMAT_44S08","features":[82]},{"name":"WAVE_FORMAT_44S16","features":[82]},{"name":"WAVE_FORMAT_48M08","features":[82]},{"name":"WAVE_FORMAT_48M16","features":[82]},{"name":"WAVE_FORMAT_48S08","features":[82]},{"name":"WAVE_FORMAT_48S16","features":[82]},{"name":"WAVE_FORMAT_4M08","features":[82]},{"name":"WAVE_FORMAT_4M16","features":[82]},{"name":"WAVE_FORMAT_4S08","features":[82]},{"name":"WAVE_FORMAT_4S16","features":[82]},{"name":"WAVE_FORMAT_96M08","features":[82]},{"name":"WAVE_FORMAT_96M16","features":[82]},{"name":"WAVE_FORMAT_96S08","features":[82]},{"name":"WAVE_FORMAT_96S16","features":[82]},{"name":"WAVE_FORMAT_DIRECT","features":[82]},{"name":"WAVE_FORMAT_DIRECT_QUERY","features":[82]},{"name":"WAVE_FORMAT_PCM","features":[82]},{"name":"WAVE_FORMAT_QUERY","features":[82]},{"name":"WAVE_INVALIDFORMAT","features":[82]},{"name":"WAVE_MAPPED","features":[82]},{"name":"WAVE_MAPPED_DEFAULT_COMMUNICATION_DEVICE","features":[82]},{"name":"WAVE_MAPPER","features":[82]},{"name":"WHDR_BEGINLOOP","features":[82]},{"name":"WHDR_DONE","features":[82]},{"name":"WHDR_ENDLOOP","features":[82]},{"name":"WHDR_INQUEUE","features":[82]},{"name":"WHDR_PREPARED","features":[82]},{"name":"WIDM_MAPPER_STATUS","features":[82]},{"name":"WODM_MAPPER_STATUS","features":[82]},{"name":"_AUDCLNT_BUFFERFLAGS","features":[82]},{"name":"acmDriverAddA","features":[3,82]},{"name":"acmDriverAddW","features":[3,82]},{"name":"acmDriverClose","features":[82]},{"name":"acmDriverDetailsA","features":[82,52]},{"name":"acmDriverDetailsW","features":[82,52]},{"name":"acmDriverEnum","features":[3,82]},{"name":"acmDriverID","features":[82]},{"name":"acmDriverMessage","features":[3,82]},{"name":"acmDriverOpen","features":[82]},{"name":"acmDriverPriority","features":[82]},{"name":"acmDriverRemove","features":[82]},{"name":"acmFilterChooseA","features":[3,82]},{"name":"acmFilterChooseW","features":[3,82]},{"name":"acmFilterDetailsA","features":[82]},{"name":"acmFilterDetailsW","features":[82]},{"name":"acmFilterEnumA","features":[3,82]},{"name":"acmFilterEnumW","features":[3,82]},{"name":"acmFilterTagDetailsA","features":[82]},{"name":"acmFilterTagDetailsW","features":[82]},{"name":"acmFilterTagEnumA","features":[3,82]},{"name":"acmFilterTagEnumW","features":[3,82]},{"name":"acmFormatChooseA","features":[3,82]},{"name":"acmFormatChooseW","features":[3,82]},{"name":"acmFormatDetailsA","features":[82]},{"name":"acmFormatDetailsW","features":[82]},{"name":"acmFormatEnumA","features":[3,82]},{"name":"acmFormatEnumW","features":[3,82]},{"name":"acmFormatSuggest","features":[82]},{"name":"acmFormatTagDetailsA","features":[82]},{"name":"acmFormatTagDetailsW","features":[82]},{"name":"acmFormatTagEnumA","features":[3,82]},{"name":"acmFormatTagEnumW","features":[3,82]},{"name":"acmGetVersion","features":[82]},{"name":"acmMetrics","features":[82]},{"name":"acmStreamClose","features":[82]},{"name":"acmStreamConvert","features":[82]},{"name":"acmStreamMessage","features":[3,82]},{"name":"acmStreamOpen","features":[82]},{"name":"acmStreamPrepareHeader","features":[82]},{"name":"acmStreamReset","features":[82]},{"name":"acmStreamSize","features":[82]},{"name":"acmStreamUnprepareHeader","features":[82]},{"name":"auxGetDevCapsA","features":[82]},{"name":"auxGetDevCapsW","features":[82]},{"name":"auxGetNumDevs","features":[82]},{"name":"auxGetVolume","features":[82]},{"name":"auxOutMessage","features":[82]},{"name":"auxSetVolume","features":[82]},{"name":"eAll","features":[82]},{"name":"eCapture","features":[82]},{"name":"eCommunications","features":[82]},{"name":"eConsole","features":[82]},{"name":"eMultimedia","features":[82]},{"name":"eRender","features":[82]},{"name":"midiConnect","features":[82]},{"name":"midiDisconnect","features":[82]},{"name":"midiInAddBuffer","features":[82]},{"name":"midiInClose","features":[82]},{"name":"midiInGetDevCapsA","features":[82]},{"name":"midiInGetDevCapsW","features":[82]},{"name":"midiInGetErrorTextA","features":[82]},{"name":"midiInGetErrorTextW","features":[82]},{"name":"midiInGetID","features":[82]},{"name":"midiInGetNumDevs","features":[82]},{"name":"midiInMessage","features":[82]},{"name":"midiInOpen","features":[82]},{"name":"midiInPrepareHeader","features":[82]},{"name":"midiInReset","features":[82]},{"name":"midiInStart","features":[82]},{"name":"midiInStop","features":[82]},{"name":"midiInUnprepareHeader","features":[82]},{"name":"midiOutCacheDrumPatches","features":[82]},{"name":"midiOutCachePatches","features":[82]},{"name":"midiOutClose","features":[82]},{"name":"midiOutGetDevCapsA","features":[82]},{"name":"midiOutGetDevCapsW","features":[82]},{"name":"midiOutGetErrorTextA","features":[82]},{"name":"midiOutGetErrorTextW","features":[82]},{"name":"midiOutGetID","features":[82]},{"name":"midiOutGetNumDevs","features":[82]},{"name":"midiOutGetVolume","features":[82]},{"name":"midiOutLongMsg","features":[82]},{"name":"midiOutMessage","features":[82]},{"name":"midiOutOpen","features":[82]},{"name":"midiOutPrepareHeader","features":[82]},{"name":"midiOutReset","features":[82]},{"name":"midiOutSetVolume","features":[82]},{"name":"midiOutShortMsg","features":[82]},{"name":"midiOutUnprepareHeader","features":[82]},{"name":"midiStreamClose","features":[82]},{"name":"midiStreamOpen","features":[82]},{"name":"midiStreamOut","features":[82]},{"name":"midiStreamPause","features":[82]},{"name":"midiStreamPosition","features":[82]},{"name":"midiStreamProperty","features":[82]},{"name":"midiStreamRestart","features":[82]},{"name":"midiStreamStop","features":[82]},{"name":"mixerClose","features":[82]},{"name":"mixerGetControlDetailsA","features":[3,82]},{"name":"mixerGetControlDetailsW","features":[3,82]},{"name":"mixerGetDevCapsA","features":[82]},{"name":"mixerGetDevCapsW","features":[82]},{"name":"mixerGetID","features":[82]},{"name":"mixerGetLineControlsA","features":[82]},{"name":"mixerGetLineControlsW","features":[82]},{"name":"mixerGetLineInfoA","features":[82]},{"name":"mixerGetLineInfoW","features":[82]},{"name":"mixerGetNumDevs","features":[82]},{"name":"mixerMessage","features":[82]},{"name":"mixerOpen","features":[82]},{"name":"mixerSetControlDetails","features":[3,82]},{"name":"sndPlaySoundA","features":[3,82]},{"name":"sndPlaySoundW","features":[3,82]},{"name":"tACMFORMATDETAILSW","features":[82]},{"name":"waveInAddBuffer","features":[82]},{"name":"waveInClose","features":[82]},{"name":"waveInGetDevCapsA","features":[82]},{"name":"waveInGetDevCapsW","features":[82]},{"name":"waveInGetErrorTextA","features":[82]},{"name":"waveInGetErrorTextW","features":[82]},{"name":"waveInGetID","features":[82]},{"name":"waveInGetNumDevs","features":[82]},{"name":"waveInGetPosition","features":[82]},{"name":"waveInMessage","features":[82]},{"name":"waveInOpen","features":[82]},{"name":"waveInPrepareHeader","features":[82]},{"name":"waveInReset","features":[82]},{"name":"waveInStart","features":[82]},{"name":"waveInStop","features":[82]},{"name":"waveInUnprepareHeader","features":[82]},{"name":"waveOutBreakLoop","features":[82]},{"name":"waveOutClose","features":[82]},{"name":"waveOutGetDevCapsA","features":[82]},{"name":"waveOutGetDevCapsW","features":[82]},{"name":"waveOutGetErrorTextA","features":[82]},{"name":"waveOutGetErrorTextW","features":[82]},{"name":"waveOutGetID","features":[82]},{"name":"waveOutGetNumDevs","features":[82]},{"name":"waveOutGetPitch","features":[82]},{"name":"waveOutGetPlaybackRate","features":[82]},{"name":"waveOutGetPosition","features":[82]},{"name":"waveOutGetVolume","features":[82]},{"name":"waveOutMessage","features":[82]},{"name":"waveOutOpen","features":[82]},{"name":"waveOutPause","features":[82]},{"name":"waveOutPrepareHeader","features":[82]},{"name":"waveOutReset","features":[82]},{"name":"waveOutRestart","features":[82]},{"name":"waveOutSetPitch","features":[82]},{"name":"waveOutSetPlaybackRate","features":[82]},{"name":"waveOutSetVolume","features":[82]},{"name":"waveOutUnprepareHeader","features":[82]},{"name":"waveOutWrite","features":[82]}],"436":[{"name":"DMOCATEGORY_ACOUSTIC_ECHO_CANCEL","features":[83]},{"name":"DMOCATEGORY_AGC","features":[83]},{"name":"DMOCATEGORY_AUDIO_CAPTURE_EFFECT","features":[83]},{"name":"DMOCATEGORY_AUDIO_DECODER","features":[83]},{"name":"DMOCATEGORY_AUDIO_EFFECT","features":[83]},{"name":"DMOCATEGORY_AUDIO_ENCODER","features":[83]},{"name":"DMOCATEGORY_AUDIO_NOISE_SUPPRESS","features":[83]},{"name":"DMOCATEGORY_VIDEO_DECODER","features":[83]},{"name":"DMOCATEGORY_VIDEO_EFFECT","features":[83]},{"name":"DMOCATEGORY_VIDEO_ENCODER","features":[83]},{"name":"DMOEnum","features":[83]},{"name":"DMOGetName","features":[83]},{"name":"DMOGetTypes","features":[83]},{"name":"DMORegister","features":[83]},{"name":"DMOUnregister","features":[83]},{"name":"DMO_ENUMF_INCLUDE_KEYED","features":[83]},{"name":"DMO_ENUM_FLAGS","features":[83]},{"name":"DMO_E_INVALIDSTREAMINDEX","features":[83]},{"name":"DMO_E_INVALIDTYPE","features":[83]},{"name":"DMO_E_NOTACCEPTING","features":[83]},{"name":"DMO_E_NO_MORE_ITEMS","features":[83]},{"name":"DMO_E_TYPE_NOT_ACCEPTED","features":[83]},{"name":"DMO_E_TYPE_NOT_SET","features":[83]},{"name":"DMO_INPLACE_NORMAL","features":[83]},{"name":"DMO_INPLACE_ZERO","features":[83]},{"name":"DMO_INPUT_DATA_BUFFERF_DISCONTINUITY","features":[83]},{"name":"DMO_INPUT_DATA_BUFFERF_SYNCPOINT","features":[83]},{"name":"DMO_INPUT_DATA_BUFFERF_TIME","features":[83]},{"name":"DMO_INPUT_DATA_BUFFERF_TIMELENGTH","features":[83]},{"name":"DMO_INPUT_STATUSF_ACCEPT_DATA","features":[83]},{"name":"DMO_INPUT_STREAMF_FIXED_SAMPLE_SIZE","features":[83]},{"name":"DMO_INPUT_STREAMF_HOLDS_BUFFERS","features":[83]},{"name":"DMO_INPUT_STREAMF_SINGLE_SAMPLE_PER_BUFFER","features":[83]},{"name":"DMO_INPUT_STREAMF_WHOLE_SAMPLES","features":[83]},{"name":"DMO_MEDIA_TYPE","features":[3,83]},{"name":"DMO_OUTPUT_DATA_BUFFER","features":[83]},{"name":"DMO_OUTPUT_DATA_BUFFERF_DISCONTINUITY","features":[83]},{"name":"DMO_OUTPUT_DATA_BUFFERF_INCOMPLETE","features":[83]},{"name":"DMO_OUTPUT_DATA_BUFFERF_SYNCPOINT","features":[83]},{"name":"DMO_OUTPUT_DATA_BUFFERF_TIME","features":[83]},{"name":"DMO_OUTPUT_DATA_BUFFERF_TIMELENGTH","features":[83]},{"name":"DMO_OUTPUT_STREAMF_DISCARDABLE","features":[83]},{"name":"DMO_OUTPUT_STREAMF_FIXED_SAMPLE_SIZE","features":[83]},{"name":"DMO_OUTPUT_STREAMF_OPTIONAL","features":[83]},{"name":"DMO_OUTPUT_STREAMF_SINGLE_SAMPLE_PER_BUFFER","features":[83]},{"name":"DMO_OUTPUT_STREAMF_WHOLE_SAMPLES","features":[83]},{"name":"DMO_PARTIAL_MEDIATYPE","features":[83]},{"name":"DMO_PROCESS_OUTPUT_DISCARD_WHEN_NO_BUFFER","features":[83]},{"name":"DMO_QUALITY_STATUS_ENABLED","features":[83]},{"name":"DMO_REGISTERF_IS_KEYED","features":[83]},{"name":"DMO_REGISTER_FLAGS","features":[83]},{"name":"DMO_SET_TYPEF_CLEAR","features":[83]},{"name":"DMO_SET_TYPEF_TEST_ONLY","features":[83]},{"name":"DMO_VOSF_NEEDS_PREVIOUS_SAMPLE","features":[83]},{"name":"IDMOQualityControl","features":[83]},{"name":"IDMOVideoOutputOptimizations","features":[83]},{"name":"IEnumDMO","features":[83]},{"name":"IMediaBuffer","features":[83]},{"name":"IMediaObject","features":[83]},{"name":"IMediaObjectInPlace","features":[83]},{"name":"MoCopyMediaType","features":[3,83]},{"name":"MoCreateMediaType","features":[3,83]},{"name":"MoDeleteMediaType","features":[3,83]},{"name":"MoDuplicateMediaType","features":[3,83]},{"name":"MoFreeMediaType","features":[3,83]},{"name":"MoInitMediaType","features":[3,83]},{"name":"_DMO_INPLACE_PROCESS_FLAGS","features":[83]},{"name":"_DMO_INPUT_DATA_BUFFER_FLAGS","features":[83]},{"name":"_DMO_INPUT_STATUS_FLAGS","features":[83]},{"name":"_DMO_INPUT_STREAM_INFO_FLAGS","features":[83]},{"name":"_DMO_OUTPUT_DATA_BUFFER_FLAGS","features":[83]},{"name":"_DMO_OUTPUT_STREAM_INFO_FLAGS","features":[83]},{"name":"_DMO_PROCESS_OUTPUT_FLAGS","features":[83]},{"name":"_DMO_QUALITY_STATUS_FLAGS","features":[83]},{"name":"_DMO_SET_TYPE_FLAGS","features":[83]},{"name":"_DMO_VIDEO_OUTPUT_STREAM_FLAGS","features":[83]}],"437":[{"name":"AEC_MODE_FULL_DUPLEX","features":[84]},{"name":"AEC_MODE_HALF_DUPLEX","features":[84]},{"name":"AEC_MODE_PASS_THROUGH","features":[84]},{"name":"AEC_STATUS_FD_CURRENTLY_CONVERGED","features":[84]},{"name":"AEC_STATUS_FD_HISTORY_CONTINUOUSLY_CONVERGED","features":[84]},{"name":"AEC_STATUS_FD_HISTORY_PREVIOUSLY_DIVERGED","features":[84]},{"name":"AEC_STATUS_FD_HISTORY_UNINITIALIZED","features":[84]},{"name":"ALLOCATOR_PROPERTIES_EX","features":[84]},{"name":"APO_CLASS_UUID","features":[84]},{"name":"AUDIOENDPOINT_CLASS_UUID","features":[84]},{"name":"AUDIOMODULE_MAX_DATA_SIZE","features":[84]},{"name":"AUDIOMODULE_MAX_NAME_CCH_SIZE","features":[84]},{"name":"AUDIOPOSTURE_ORIENTATION","features":[84]},{"name":"AUDIOPOSTURE_ORIENTATION_NOTROTATED","features":[84]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED180DEGREESCOUNTERCLOCKWISE","features":[84]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED270DEGREESCOUNTERCLOCKWISE","features":[84]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED90DEGREESCOUNTERCLOCKWISE","features":[84]},{"name":"AUDIORESOURCEMANAGEMENT_RESOURCEGROUP","features":[3,84]},{"name":"AUDIO_CURVE_TYPE","features":[84]},{"name":"AUDIO_CURVE_TYPE_NONE","features":[84]},{"name":"AUDIO_CURVE_TYPE_WINDOWS_FADE","features":[84]},{"name":"AUDIO_EFFECT_TYPE_ACOUSTIC_ECHO_CANCELLATION","features":[84]},{"name":"AUDIO_EFFECT_TYPE_AUTOMATIC_GAIN_CONTROL","features":[84]},{"name":"AUDIO_EFFECT_TYPE_BASS_BOOST","features":[84]},{"name":"AUDIO_EFFECT_TYPE_BASS_MANAGEMENT","features":[84]},{"name":"AUDIO_EFFECT_TYPE_BEAMFORMING","features":[84]},{"name":"AUDIO_EFFECT_TYPE_CONSTANT_TONE_REMOVAL","features":[84]},{"name":"AUDIO_EFFECT_TYPE_DEEP_NOISE_SUPPRESSION","features":[84]},{"name":"AUDIO_EFFECT_TYPE_DYNAMIC_RANGE_COMPRESSION","features":[84]},{"name":"AUDIO_EFFECT_TYPE_ENVIRONMENTAL_EFFECTS","features":[84]},{"name":"AUDIO_EFFECT_TYPE_EQUALIZER","features":[84]},{"name":"AUDIO_EFFECT_TYPE_FAR_FIELD_BEAMFORMING","features":[84]},{"name":"AUDIO_EFFECT_TYPE_LOUDNESS_EQUALIZER","features":[84]},{"name":"AUDIO_EFFECT_TYPE_NOISE_SUPPRESSION","features":[84]},{"name":"AUDIO_EFFECT_TYPE_ROOM_CORRECTION","features":[84]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_COMPENSATION","features":[84]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_FILL","features":[84]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_PROTECTION","features":[84]},{"name":"AUDIO_EFFECT_TYPE_VIRTUAL_HEADPHONES","features":[84]},{"name":"AUDIO_EFFECT_TYPE_VIRTUAL_SURROUND","features":[84]},{"name":"AUDIO_SIGNALPROCESSINGMODE_COMMUNICATIONS","features":[84]},{"name":"AUDIO_SIGNALPROCESSINGMODE_DEFAULT","features":[84]},{"name":"AUDIO_SIGNALPROCESSINGMODE_FAR_FIELD_SPEECH","features":[84]},{"name":"AUDIO_SIGNALPROCESSINGMODE_MEDIA","features":[84]},{"name":"AUDIO_SIGNALPROCESSINGMODE_MOVIE","features":[84]},{"name":"AUDIO_SIGNALPROCESSINGMODE_NOTIFICATION","features":[84]},{"name":"AUDIO_SIGNALPROCESSINGMODE_RAW","features":[84]},{"name":"AUDIO_SIGNALPROCESSINGMODE_SPEECH","features":[84]},{"name":"AllocatorStrategy_DontCare","features":[84]},{"name":"AllocatorStrategy_MaximizeSpeed","features":[84]},{"name":"AllocatorStrategy_MinimizeFrameSize","features":[84]},{"name":"AllocatorStrategy_MinimizeNumberOfAllocators","features":[84]},{"name":"AllocatorStrategy_MinimizeNumberOfFrames","features":[84]},{"name":"BLUETOOTHLE_MIDI_SERVICE_UUID","features":[84]},{"name":"BLUETOOTH_MIDI_DATAIO_CHARACTERISTIC","features":[84]},{"name":"BUS_INTERFACE_REFERENCE_VERSION","features":[84]},{"name":"CAPTURE_MEMORY_ALLOCATION_FLAGS","features":[84]},{"name":"CASCADE_FORM","features":[84]},{"name":"CC_BYTE_PAIR","features":[84]},{"name":"CC_HW_FIELD","features":[84]},{"name":"CC_MAX_HW_DECODE_LINES","features":[84]},{"name":"CLSID_KsIBasicAudioInterfaceHandler","features":[84]},{"name":"CLSID_Proxy","features":[84]},{"name":"CONSTRICTOR_OPTION","features":[84]},{"name":"CONSTRICTOR_OPTION_DISABLE","features":[84]},{"name":"CONSTRICTOR_OPTION_MUTE","features":[84]},{"name":"DEVCAPS","features":[84]},{"name":"DEVPKEY_KsAudio_Controller_DeviceInterface_Path","features":[1,84]},{"name":"DEVPKEY_KsAudio_PacketSize_Constraints","features":[1,84]},{"name":"DEVPKEY_KsAudio_PacketSize_Constraints2","features":[1,84]},{"name":"DIRECT_FORM","features":[84]},{"name":"DS3DVECTOR","features":[84]},{"name":"DS3D_HRTF_VERSION_1","features":[84]},{"name":"EDeviceControlUseType","features":[84]},{"name":"EPcxConnectionType","features":[84]},{"name":"EPcxGenLocation","features":[84]},{"name":"EPcxGenLocation_enum_count","features":[84]},{"name":"EPcxGeoLocation","features":[84]},{"name":"EPcxGeoLocation_enum_count","features":[84]},{"name":"EPxcPortConnection","features":[84]},{"name":"EVENTSETID_CROSSBAR","features":[84]},{"name":"EVENTSETID_TUNER","features":[84]},{"name":"EVENTSETID_VIDCAP_CAMERACONTROL_REGION_OF_INTEREST","features":[84]},{"name":"EVENTSETID_VIDEODECODER","features":[84]},{"name":"FLOAT_COEFF","features":[84]},{"name":"FRAMING_CACHE_OPS","features":[84]},{"name":"FRAMING_PROP","features":[84]},{"name":"FULL_FILTER","features":[84]},{"name":"FramingProp_Ex","features":[84]},{"name":"FramingProp_None","features":[84]},{"name":"FramingProp_Old","features":[84]},{"name":"FramingProp_Uninitialized","features":[84]},{"name":"Framing_Cache_ReadLast","features":[84]},{"name":"Framing_Cache_ReadOrig","features":[84]},{"name":"Framing_Cache_Update","features":[84]},{"name":"Framing_Cache_Write","features":[84]},{"name":"GUID_NULL","features":[84]},{"name":"IKsAggregateControl","features":[84]},{"name":"IKsAllocator","features":[84]},{"name":"IKsAllocatorEx","features":[84]},{"name":"IKsClockPropertySet","features":[84]},{"name":"IKsControl","features":[84]},{"name":"IKsDataTypeCompletion","features":[84]},{"name":"IKsDataTypeHandler","features":[84]},{"name":"IKsFormatSupport","features":[84]},{"name":"IKsInterfaceHandler","features":[84]},{"name":"IKsJackContainerId","features":[84]},{"name":"IKsJackDescription","features":[84]},{"name":"IKsJackDescription2","features":[84]},{"name":"IKsJackDescription3","features":[84]},{"name":"IKsJackSinkInformation","features":[84]},{"name":"IKsNodeControl","features":[84]},{"name":"IKsNotifyEvent","features":[84]},{"name":"IKsObject","features":[84]},{"name":"IKsPin","features":[84]},{"name":"IKsPinEx","features":[84]},{"name":"IKsPinFactory","features":[84]},{"name":"IKsPinPipe","features":[84]},{"name":"IKsPropertySet","features":[84]},{"name":"IKsQualityForwarder","features":[84]},{"name":"IKsTopology","features":[84]},{"name":"IKsTopologyInfo","features":[84]},{"name":"INTERLEAVED_AUDIO_FORMAT_INFORMATION","features":[84]},{"name":"IOCTL_KS_DISABLE_EVENT","features":[84]},{"name":"IOCTL_KS_ENABLE_EVENT","features":[84]},{"name":"IOCTL_KS_HANDSHAKE","features":[84]},{"name":"IOCTL_KS_METHOD","features":[84]},{"name":"IOCTL_KS_PROPERTY","features":[84]},{"name":"IOCTL_KS_READ_STREAM","features":[84]},{"name":"IOCTL_KS_RESET_STATE","features":[84]},{"name":"IOCTL_KS_WRITE_STREAM","features":[84]},{"name":"JACKDESC2_DYNAMIC_FORMAT_CHANGE_CAPABILITY","features":[84]},{"name":"JACKDESC2_PRESENCE_DETECT_CAPABILITY","features":[84]},{"name":"KSAC3_ALTERNATE_AUDIO","features":[3,84]},{"name":"KSAC3_ALTERNATE_AUDIO_1","features":[84]},{"name":"KSAC3_ALTERNATE_AUDIO_2","features":[84]},{"name":"KSAC3_ALTERNATE_AUDIO_BOTH","features":[84]},{"name":"KSAC3_BIT_STREAM_MODE","features":[84]},{"name":"KSAC3_DIALOGUE_LEVEL","features":[84]},{"name":"KSAC3_DOWNMIX","features":[3,84]},{"name":"KSAC3_ERROR_CONCEALMENT","features":[3,84]},{"name":"KSAC3_ROOM_TYPE","features":[3,84]},{"name":"KSAC3_SERVICE_COMMENTARY","features":[84]},{"name":"KSAC3_SERVICE_DIALOG_ONLY","features":[84]},{"name":"KSAC3_SERVICE_EMERGENCY_FLASH","features":[84]},{"name":"KSAC3_SERVICE_HEARING_IMPAIRED","features":[84]},{"name":"KSAC3_SERVICE_MAIN_AUDIO","features":[84]},{"name":"KSAC3_SERVICE_NO_DIALOG","features":[84]},{"name":"KSAC3_SERVICE_VISUALLY_IMPAIRED","features":[84]},{"name":"KSAC3_SERVICE_VOICE_OVER","features":[84]},{"name":"KSALGORITHMINSTANCE_SYSTEM_ACOUSTIC_ECHO_CANCEL","features":[84]},{"name":"KSALGORITHMINSTANCE_SYSTEM_AGC","features":[84]},{"name":"KSALGORITHMINSTANCE_SYSTEM_MICROPHONE_ARRAY_PROCESSOR","features":[84]},{"name":"KSALGORITHMINSTANCE_SYSTEM_NOISE_SUPPRESS","features":[84]},{"name":"KSALLOCATORMODE","features":[84]},{"name":"KSALLOCATOR_FLAG_2D_BUFFER_REQUIRED","features":[84]},{"name":"KSALLOCATOR_FLAG_ALLOCATOR_EXISTS","features":[84]},{"name":"KSALLOCATOR_FLAG_ATTENTION_STEPPING","features":[84]},{"name":"KSALLOCATOR_FLAG_CAN_ALLOCATE","features":[84]},{"name":"KSALLOCATOR_FLAG_CYCLE","features":[84]},{"name":"KSALLOCATOR_FLAG_DEVICE_SPECIFIC","features":[84]},{"name":"KSALLOCATOR_FLAG_ENABLE_CACHED_MDL","features":[84]},{"name":"KSALLOCATOR_FLAG_INDEPENDENT_RANGES","features":[84]},{"name":"KSALLOCATOR_FLAG_INSIST_ON_FRAMESIZE_RATIO","features":[84]},{"name":"KSALLOCATOR_FLAG_MULTIPLE_OUTPUT","features":[84]},{"name":"KSALLOCATOR_FLAG_NO_FRAME_INTEGRITY","features":[84]},{"name":"KSALLOCATOR_FLAG_PARTIAL_READ_SUPPORT","features":[84]},{"name":"KSALLOCATOR_FRAMING","features":[84]},{"name":"KSALLOCATOR_FRAMING_EX","features":[84]},{"name":"KSALLOCATOR_OPTIONF_COMPATIBLE","features":[84]},{"name":"KSALLOCATOR_OPTIONF_SYSTEM_MEMORY","features":[84]},{"name":"KSALLOCATOR_OPTIONF_VALID","features":[84]},{"name":"KSALLOCATOR_REQUIREMENTF_FRAME_INTEGRITY","features":[84]},{"name":"KSALLOCATOR_REQUIREMENTF_INPLACE_MODIFIER","features":[84]},{"name":"KSALLOCATOR_REQUIREMENTF_MUST_ALLOCATE","features":[84]},{"name":"KSALLOCATOR_REQUIREMENTF_PREFERENCES_ONLY","features":[84]},{"name":"KSALLOCATOR_REQUIREMENTF_SYSTEM_MEMORY","features":[84]},{"name":"KSALLOCATOR_REQUIREMENTF_SYSTEM_MEMORY_CUSTOM_ALLOCATION","features":[84]},{"name":"KSATTRIBUTE","features":[84]},{"name":"KSATTRIBUTEID_AUDIOSIGNALPROCESSING_MODE","features":[84]},{"name":"KSATTRIBUTE_AUDIOSIGNALPROCESSING_MODE","features":[84]},{"name":"KSATTRIBUTE_REQUIRED","features":[84]},{"name":"KSAUDDECOUTMODE_PCM_51","features":[84]},{"name":"KSAUDDECOUTMODE_SPDIFF","features":[84]},{"name":"KSAUDDECOUTMODE_STEREO_ANALOG","features":[84]},{"name":"KSAUDFNAME_3D_CENTER","features":[84]},{"name":"KSAUDFNAME_3D_DEPTH","features":[84]},{"name":"KSAUDFNAME_3D_STEREO","features":[84]},{"name":"KSAUDFNAME_ALTERNATE_MICROPHONE","features":[84]},{"name":"KSAUDFNAME_AUX","features":[84]},{"name":"KSAUDFNAME_AUX_MUTE","features":[84]},{"name":"KSAUDFNAME_AUX_VOLUME","features":[84]},{"name":"KSAUDFNAME_BASS","features":[84]},{"name":"KSAUDFNAME_CD_AUDIO","features":[84]},{"name":"KSAUDFNAME_CD_IN_VOLUME","features":[84]},{"name":"KSAUDFNAME_CD_MUTE","features":[84]},{"name":"KSAUDFNAME_CD_VOLUME","features":[84]},{"name":"KSAUDFNAME_LINE_IN","features":[84]},{"name":"KSAUDFNAME_LINE_IN_VOLUME","features":[84]},{"name":"KSAUDFNAME_LINE_MUTE","features":[84]},{"name":"KSAUDFNAME_LINE_VOLUME","features":[84]},{"name":"KSAUDFNAME_MASTER_MUTE","features":[84]},{"name":"KSAUDFNAME_MASTER_VOLUME","features":[84]},{"name":"KSAUDFNAME_MICROPHONE_BOOST","features":[84]},{"name":"KSAUDFNAME_MIC_IN_VOLUME","features":[84]},{"name":"KSAUDFNAME_MIC_MUTE","features":[84]},{"name":"KSAUDFNAME_MIC_VOLUME","features":[84]},{"name":"KSAUDFNAME_MIDI","features":[84]},{"name":"KSAUDFNAME_MIDI_IN_VOLUME","features":[84]},{"name":"KSAUDFNAME_MIDI_MUTE","features":[84]},{"name":"KSAUDFNAME_MIDI_VOLUME","features":[84]},{"name":"KSAUDFNAME_MIDRANGE","features":[84]},{"name":"KSAUDFNAME_MONO_MIX","features":[84]},{"name":"KSAUDFNAME_MONO_MIX_MUTE","features":[84]},{"name":"KSAUDFNAME_MONO_MIX_VOLUME","features":[84]},{"name":"KSAUDFNAME_MONO_OUT","features":[84]},{"name":"KSAUDFNAME_MONO_OUT_MUTE","features":[84]},{"name":"KSAUDFNAME_MONO_OUT_VOLUME","features":[84]},{"name":"KSAUDFNAME_PC_SPEAKER","features":[84]},{"name":"KSAUDFNAME_PC_SPEAKER_MUTE","features":[84]},{"name":"KSAUDFNAME_PC_SPEAKER_VOLUME","features":[84]},{"name":"KSAUDFNAME_PEAKMETER","features":[84]},{"name":"KSAUDFNAME_RECORDING_CONTROL","features":[84]},{"name":"KSAUDFNAME_RECORDING_SOURCE","features":[84]},{"name":"KSAUDFNAME_STEREO_MIX","features":[84]},{"name":"KSAUDFNAME_STEREO_MIX_MUTE","features":[84]},{"name":"KSAUDFNAME_STEREO_MIX_VOLUME","features":[84]},{"name":"KSAUDFNAME_TREBLE","features":[84]},{"name":"KSAUDFNAME_VIDEO","features":[84]},{"name":"KSAUDFNAME_VIDEO_MUTE","features":[84]},{"name":"KSAUDFNAME_VIDEO_VOLUME","features":[84]},{"name":"KSAUDFNAME_VOLUME_CONTROL","features":[84]},{"name":"KSAUDFNAME_WAVE_IN_VOLUME","features":[84]},{"name":"KSAUDFNAME_WAVE_MUTE","features":[84]},{"name":"KSAUDFNAME_WAVE_OUT_MIX","features":[84]},{"name":"KSAUDFNAME_WAVE_VOLUME","features":[84]},{"name":"KSAUDIOENGINE_BUFFER_SIZE_RANGE","features":[84]},{"name":"KSAUDIOENGINE_DESCRIPTOR","features":[84]},{"name":"KSAUDIOENGINE_DEVICECONTROLS","features":[84]},{"name":"KSAUDIOENGINE_VOLUMELEVEL","features":[84]},{"name":"KSAUDIOMODULE_DESCRIPTOR","features":[84]},{"name":"KSAUDIOMODULE_NOTIFICATION","features":[84]},{"name":"KSAUDIOMODULE_PROPERTY","features":[84]},{"name":"KSAUDIO_CHANNEL_CONFIG","features":[84]},{"name":"KSAUDIO_COPY_PROTECTION","features":[3,84]},{"name":"KSAUDIO_CPU_RESOURCES_HOST_CPU","features":[84]},{"name":"KSAUDIO_CPU_RESOURCES_NOT_HOST_CPU","features":[84]},{"name":"KSAUDIO_DYNAMIC_RANGE","features":[84]},{"name":"KSAUDIO_MICROPHONE_COORDINATES","features":[84]},{"name":"KSAUDIO_MIC_ARRAY_GEOMETRY","features":[84]},{"name":"KSAUDIO_MIXCAP_TABLE","features":[3,84]},{"name":"KSAUDIO_MIXLEVEL","features":[3,84]},{"name":"KSAUDIO_MIX_CAPS","features":[3,84]},{"name":"KSAUDIO_PACKETSIZE_CONSTRAINTS","features":[84]},{"name":"KSAUDIO_PACKETSIZE_CONSTRAINTS2","features":[84]},{"name":"KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT","features":[84]},{"name":"KSAUDIO_POSITION","features":[84]},{"name":"KSAUDIO_POSITIONEX","features":[84]},{"name":"KSAUDIO_PRESENTATION_POSITION","features":[84]},{"name":"KSAUDIO_QUALITY_ADVANCED","features":[84]},{"name":"KSAUDIO_QUALITY_BASIC","features":[84]},{"name":"KSAUDIO_QUALITY_PC","features":[84]},{"name":"KSAUDIO_QUALITY_WORST","features":[84]},{"name":"KSAUDIO_SPEAKER_DIRECTOUT","features":[84]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_CENTER","features":[84]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_LEFT","features":[84]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_RIGHT","features":[84]},{"name":"KSAUDIO_SPEAKER_GROUND_REAR_LEFT","features":[84]},{"name":"KSAUDIO_SPEAKER_GROUND_REAR_RIGHT","features":[84]},{"name":"KSAUDIO_SPEAKER_MONO","features":[84]},{"name":"KSAUDIO_SPEAKER_SUPER_WOOFER","features":[84]},{"name":"KSAUDIO_SPEAKER_TOP_MIDDLE","features":[84]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_HEADPHONE","features":[84]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_MAX","features":[84]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_MIN","features":[84]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_NARROW","features":[84]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_WIDE","features":[84]},{"name":"KSCAMERAPROFILE_BalancedVideoAndPhoto","features":[84]},{"name":"KSCAMERAPROFILE_CompressedCamera","features":[84]},{"name":"KSCAMERAPROFILE_FLAGS_FACEDETECTION","features":[84]},{"name":"KSCAMERAPROFILE_FLAGS_PHOTOHDR","features":[84]},{"name":"KSCAMERAPROFILE_FLAGS_PREVIEW_RES_MUSTMATCH","features":[84]},{"name":"KSCAMERAPROFILE_FLAGS_VARIABLEPHOTOSEQUENCE","features":[84]},{"name":"KSCAMERAPROFILE_FLAGS_VIDEOHDR","features":[84]},{"name":"KSCAMERAPROFILE_FLAGS_VIDEOSTABLIZATION","features":[84]},{"name":"KSCAMERAPROFILE_FaceAuth_Mode","features":[84]},{"name":"KSCAMERAPROFILE_HDRWithWCGPhoto","features":[84]},{"name":"KSCAMERAPROFILE_HDRWithWCGVideo","features":[84]},{"name":"KSCAMERAPROFILE_HighFrameRate","features":[84]},{"name":"KSCAMERAPROFILE_HighQualityPhoto","features":[84]},{"name":"KSCAMERAPROFILE_Legacy","features":[84]},{"name":"KSCAMERAPROFILE_PhotoSequence","features":[84]},{"name":"KSCAMERAPROFILE_VariablePhotoSequence","features":[84]},{"name":"KSCAMERAPROFILE_VideoConferencing","features":[84]},{"name":"KSCAMERAPROFILE_VideoHDR8","features":[84]},{"name":"KSCAMERAPROFILE_VideoRecording","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_AUTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_FNF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_HDR","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_ULTRALOWLIGHT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_BLUR","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_CONFIGCAPS","features":[3,84]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_MASK","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_SHALLOWFOCUS","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_CAMERAOFFSET","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_ASYNCCONTROL","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_CANCELLABLE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_MASK","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_RESERVED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_AUTOFACEFRAMING","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPSHEADER","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_MANUAL","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_SETTING","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMPENSATION","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_FULLSTEP","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_HALFSTEP","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_QUARTERSTEP","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_SIXTHSTEP","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_THIRDSTEP","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_STARE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_ALTERNATIVE_FRAME_ILLUMINATION","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_BACKGROUND_SUBTRACTION","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_DISABLED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_BLINK","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_PHOTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_PREVIEW","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_SMILE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_VIDEO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FIELDOFVIEW","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FILTERSCOPE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLAG_CANCELOPERATION","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLAG_MASK","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_AUTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_AUTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_AUTO_ADJUSTABLEPOWER","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_MULTIFLASHSUPPORTED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ON_ADJUSTABLEPOWER","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_REDEYEREDUCTION","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_SINGLEFLASH","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSPRIORITY_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSPRIORITY_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_FAILED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_FOCUSED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_LOST","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_SEARCHING","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_UNINITIALIZED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_CONTINUOUS","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_CONTINUOUSLOCK","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_HYPERFOCAL","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_INFINITY","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_NEAREST","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DRIVERFALLBACK_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_FULLRANGE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_HYPERFOCAL","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_INFINITY","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_MACRO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_NORMAL","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_REGIONBASED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_UNLOCK","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_HEADER","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_HISTOGRAM_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_HISTOGRAM_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_ALTERNATING_FRAME_ILLUMINATION","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_ALWAYS_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_100","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_12800","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_1600","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_200","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_25600","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_3200","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_400","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_50","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_6400","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_80","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_800","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_AUTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_MANUAL","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_METADATAINFO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_ALIGNMENTREQUIRED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_MEMORYTYPE_MASK","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_SYSTEMMEMORY","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_1024","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_128","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_16","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_2048","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_256","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_32","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_4096","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_512","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_64","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_8192","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_AUTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_DEFAULT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_LATENCY","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_PHOTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_POWER","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_QUALITY","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_VIDEO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOCONFIRMATION_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOCONFIRMATION_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_NORMAL","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE_SUB_NONE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE_SUB_VARIABLE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_16X","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_2X","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_4X","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_8X","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_DISABLE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_PROFILE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_DYNAMIC","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE_FACE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE_UNKNOWN","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_EXPOSURE","features":[3,84]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_FOCUS","features":[3,84]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_INFO","features":[3,84]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROLHEADER","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_WHITEBALANCE","features":[3,84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_AUTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_BACKLIT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_BEACH","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_CANDLELIGHT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_LANDSCAPE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_MACRO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_MANUAL","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_NIGHT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_NIGHTPORTRAIT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_PORTRAIT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SNOW","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SPORT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SUNSET","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SECUREMODE_DISABLED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_SECUREMODE_ENABLED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VALUE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VFR_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VFR_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_AUTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_AUTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_LOCK","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_MANUAL","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCSETTING","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_AUTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_AUTO","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_OFF","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_ON","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_ON_ADJUSTABLEPOWER","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WARMSTART_MODE_DISABLED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WARMSTART_MODE_ENABLED","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_CANDLELIGHT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_CLOUDY","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_DAYLIGHT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_FLASH","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_FLUORESCENT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_TUNGSTEN","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_MODE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_PRESET","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_TEMPERATURE","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_DEFAULT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_DIRECT","features":[84]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_SMOOTH","features":[84]},{"name":"KSCAMERA_MAXVIDEOFPS_FORPHOTORES","features":[84]},{"name":"KSCAMERA_METADATA_BACKGROUNDSEGMENTATIONMASK","features":[3,84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_EXPOSURECOMPENSATION","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_EXPOSURETIME","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FLASH","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FLASHPOWER","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FOCUSSTATE","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_ISOSPEED","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_LENSPOSITION","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_SCENEMODE","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_SENSORFRAMERATE","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_WHITEBALANCE","features":[84]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_ZOOMFACTOR","features":[84]},{"name":"KSCAMERA_METADATA_DIGITALWINDOW","features":[84]},{"name":"KSCAMERA_METADATA_FRAMEILLUMINATION","features":[84]},{"name":"KSCAMERA_METADATA_FRAMEILLUMINATION_FLAG_ON","features":[84]},{"name":"KSCAMERA_METADATA_ITEMHEADER","features":[84]},{"name":"KSCAMERA_METADATA_PHOTOCONFIRMATION","features":[84]},{"name":"KSCAMERA_MetadataId","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_AUTO","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_CAP_HEADER","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_CAP_ITEM_HEADER","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_CUSTOM_ITEM","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_FRAME_HEADER","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_HEADER","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_CUSTOM","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_EXPOSURE_COMPENSATION","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_EXPOSURE_TIME","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_FLASH","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_FOCUS","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_HEADER","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_ISO","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_PHOTOCONFIRMATION","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_TYPE","features":[84]},{"name":"KSCAMERA_PERFRAMESETTING_MANUAL","features":[84]},{"name":"KSCAMERA_PROFILE_CONCURRENCYINFO","features":[84]},{"name":"KSCAMERA_PROFILE_INFO","features":[84]},{"name":"KSCAMERA_PROFILE_MEDIAINFO","features":[84]},{"name":"KSCAMERA_PROFILE_PININFO","features":[84]},{"name":"KSCATEGORY_ACOUSTIC_ECHO_CANCEL","features":[84]},{"name":"KSCATEGORY_AUDIO","features":[84]},{"name":"KSCATEGORY_BRIDGE","features":[84]},{"name":"KSCATEGORY_CAPTURE","features":[84]},{"name":"KSCATEGORY_CLOCK","features":[84]},{"name":"KSCATEGORY_COMMUNICATIONSTRANSFORM","features":[84]},{"name":"KSCATEGORY_CROSSBAR","features":[84]},{"name":"KSCATEGORY_DATACOMPRESSOR","features":[84]},{"name":"KSCATEGORY_DATADECOMPRESSOR","features":[84]},{"name":"KSCATEGORY_DATATRANSFORM","features":[84]},{"name":"KSCATEGORY_ENCODER","features":[84]},{"name":"KSCATEGORY_ESCALANTE_PLATFORM_DRIVER","features":[84]},{"name":"KSCATEGORY_FILESYSTEM","features":[84]},{"name":"KSCATEGORY_INTERFACETRANSFORM","features":[84]},{"name":"KSCATEGORY_MEDIUMTRANSFORM","features":[84]},{"name":"KSCATEGORY_MICROPHONE_ARRAY_PROCESSOR","features":[84]},{"name":"KSCATEGORY_MIXER","features":[84]},{"name":"KSCATEGORY_MULTIPLEXER","features":[84]},{"name":"KSCATEGORY_NETWORK","features":[84]},{"name":"KSCATEGORY_NETWORK_CAMERA","features":[84]},{"name":"KSCATEGORY_PROXY","features":[84]},{"name":"KSCATEGORY_QUALITY","features":[84]},{"name":"KSCATEGORY_REALTIME","features":[84]},{"name":"KSCATEGORY_RENDER","features":[84]},{"name":"KSCATEGORY_SENSOR_CAMERA","features":[84]},{"name":"KSCATEGORY_SENSOR_GROUP","features":[84]},{"name":"KSCATEGORY_SPLITTER","features":[84]},{"name":"KSCATEGORY_TEXT","features":[84]},{"name":"KSCATEGORY_TOPOLOGY","features":[84]},{"name":"KSCATEGORY_TVAUDIO","features":[84]},{"name":"KSCATEGORY_TVTUNER","features":[84]},{"name":"KSCATEGORY_VBICODEC","features":[84]},{"name":"KSCATEGORY_VIDEO","features":[84]},{"name":"KSCATEGORY_VIDEO_CAMERA","features":[84]},{"name":"KSCATEGORY_VIRTUAL","features":[84]},{"name":"KSCATEGORY_VPMUX","features":[84]},{"name":"KSCATEGORY_WDMAUD_USE_PIN_NAME","features":[84]},{"name":"KSCLOCK_CREATE","features":[84]},{"name":"KSCOMPONENTID","features":[84]},{"name":"KSCOMPONENTID_USBAUDIO","features":[84]},{"name":"KSCORRELATED_TIME","features":[84]},{"name":"KSCREATE_ITEM_FREEONSTOP","features":[84]},{"name":"KSCREATE_ITEM_NOPARAMETERS","features":[84]},{"name":"KSCREATE_ITEM_SECURITYCHANGED","features":[84]},{"name":"KSCREATE_ITEM_WILDCARD","features":[84]},{"name":"KSCameraProfileSensorType_Custom","features":[84]},{"name":"KSCameraProfileSensorType_Depth","features":[84]},{"name":"KSCameraProfileSensorType_ImageSegmentation","features":[84]},{"name":"KSCameraProfileSensorType_Infrared","features":[84]},{"name":"KSCameraProfileSensorType_PoseTracking","features":[84]},{"name":"KSCameraProfileSensorType_RGB","features":[84]},{"name":"KSDATAFORMAT","features":[84]},{"name":"KSDATAFORMAT_BIT_ATTRIBUTES","features":[84]},{"name":"KSDATAFORMAT_BIT_TEMPORAL_COMPRESSION","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_AC3_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_ANALOGVIDEO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_AC3_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG1_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG1_VIDEO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG2_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG2_VIDEO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_DSOUND","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_FILEHANDLE","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_FILENAME","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_H264_VIDEO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_IMAGE","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_JPEG_IMAGE","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_LPCM_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG1_VIDEO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG2_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG2_VIDEO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_NONE","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_VBI","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_VC_ID","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_VIDEOINFO","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_VIDEOINFO2","features":[84]},{"name":"KSDATAFORMAT_SPECIFIER_WAVEFORMATEX","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_AC3_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_ANALOG","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_CC","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_D16","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_DSS_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_DSS_VIDEO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_DTS_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_AAC","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_ATRAC","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL_PLUS","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL_PLUS_ATMOS","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MAT20","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MAT21","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MLP","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DST","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTS","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTSX_E1","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTSX_E2","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTS_HD","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG1","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG2","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG3","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_ONE_BIT_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_WMA_PRO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_IMAGE_RGB32","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_JPEG","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_L16","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_L16_CUSTOM","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_L16_IR","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_L8","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_L8_CUSTOM","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_L8_IR","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_LPCM_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_Line21_BytePair","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_Line21_GOPPacket","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MIDI","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MIDI_BUS","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_CUSTOM","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_DEPTH","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_IR","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Packet","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Payload","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Video","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG2_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG2_VIDEO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MPEGLAYER3","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG_HEAAC","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_NABTS","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_NABTS_FEC","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_NONE","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_OVERLAY","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_PCM","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_RAW8","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_RIFF","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_RIFFMIDI","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_RIFFWAVE","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_SDDS_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_AC3_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG1_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG1_VIDEO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG2_AUDIO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG2_VIDEO","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_SUBPICTURE","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_TELETEXT","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_VPVBI","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_VPVideo","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_WAVEFORMATEX","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO2","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO3","features":[84]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO_LOSSLESS","features":[84]},{"name":"KSDATAFORMAT_TYPE_ANALOGAUDIO","features":[84]},{"name":"KSDATAFORMAT_TYPE_ANALOGVIDEO","features":[84]},{"name":"KSDATAFORMAT_TYPE_AUDIO","features":[84]},{"name":"KSDATAFORMAT_TYPE_AUXLine21Data","features":[84]},{"name":"KSDATAFORMAT_TYPE_DVD_ENCRYPTED_PACK","features":[84]},{"name":"KSDATAFORMAT_TYPE_IMAGE","features":[84]},{"name":"KSDATAFORMAT_TYPE_MIDI","features":[84]},{"name":"KSDATAFORMAT_TYPE_MPEG2_PES","features":[84]},{"name":"KSDATAFORMAT_TYPE_MPEG2_PROGRAM","features":[84]},{"name":"KSDATAFORMAT_TYPE_MPEG2_TRANSPORT","features":[84]},{"name":"KSDATAFORMAT_TYPE_MUSIC","features":[84]},{"name":"KSDATAFORMAT_TYPE_NABTS","features":[84]},{"name":"KSDATAFORMAT_TYPE_STANDARD_ELEMENTARY_STREAM","features":[84]},{"name":"KSDATAFORMAT_TYPE_STANDARD_PACK_HEADER","features":[84]},{"name":"KSDATAFORMAT_TYPE_STANDARD_PES_PACKET","features":[84]},{"name":"KSDATAFORMAT_TYPE_STREAM","features":[84]},{"name":"KSDATAFORMAT_TYPE_TEXT","features":[84]},{"name":"KSDATAFORMAT_TYPE_VBI","features":[84]},{"name":"KSDATAFORMAT_TYPE_VIDEO","features":[84]},{"name":"KSDATARANGE_AUDIO","features":[84]},{"name":"KSDATARANGE_BIT_ATTRIBUTES","features":[84]},{"name":"KSDATARANGE_BIT_REQUIRED_ATTRIBUTES","features":[84]},{"name":"KSDATARANGE_MUSIC","features":[84]},{"name":"KSDEGRADESETID_Standard","features":[84]},{"name":"KSDEGRADE_STANDARD","features":[84]},{"name":"KSDEGRADE_STANDARD_COMPUTATION","features":[84]},{"name":"KSDEGRADE_STANDARD_QUALITY","features":[84]},{"name":"KSDEGRADE_STANDARD_SAMPLE","features":[84]},{"name":"KSDEGRADE_STANDARD_SKIP","features":[84]},{"name":"KSDEVICE_DESCRIPTOR_VERSION","features":[84]},{"name":"KSDEVICE_DESCRIPTOR_VERSION_2","features":[84]},{"name":"KSDEVICE_FLAG_ENABLE_QUERYINTERFACE","features":[84]},{"name":"KSDEVICE_FLAG_ENABLE_REMOTE_WAKEUP","features":[84]},{"name":"KSDEVICE_FLAG_LOWPOWER_PASSTHROUGH","features":[84]},{"name":"KSDEVICE_PROFILE_INFO","features":[84]},{"name":"KSDEVICE_PROFILE_TYPE_CAMERA","features":[84]},{"name":"KSDEVICE_PROFILE_TYPE_UNKNOWN","features":[84]},{"name":"KSDEVICE_THERMAL_STATE","features":[84]},{"name":"KSDEVICE_THERMAL_STATE_HIGH","features":[84]},{"name":"KSDEVICE_THERMAL_STATE_LOW","features":[84]},{"name":"KSDISPATCH_FASTIO","features":[84]},{"name":"KSDISPLAYCHANGE","features":[84]},{"name":"KSDS3D_BUFFER_ALL","features":[84]},{"name":"KSDS3D_BUFFER_CONE_ANGLES","features":[84]},{"name":"KSDS3D_COEFF_COUNT","features":[84]},{"name":"KSDS3D_FILTER_METHOD_COUNT","features":[84]},{"name":"KSDS3D_FILTER_QUALITY_COUNT","features":[84]},{"name":"KSDS3D_HRTF_COEFF_FORMAT","features":[84]},{"name":"KSDS3D_HRTF_FILTER_FORMAT_MSG","features":[84]},{"name":"KSDS3D_HRTF_FILTER_METHOD","features":[84]},{"name":"KSDS3D_HRTF_FILTER_QUALITY","features":[84]},{"name":"KSDS3D_HRTF_FILTER_VERSION","features":[84]},{"name":"KSDS3D_HRTF_INIT_MSG","features":[84]},{"name":"KSDS3D_HRTF_PARAMS_MSG","features":[3,84]},{"name":"KSDS3D_ITD_PARAMS","features":[84]},{"name":"KSDS3D_ITD_PARAMS_MSG","features":[84]},{"name":"KSDS3D_LISTENER_ALL","features":[84]},{"name":"KSDS3D_LISTENER_ORIENTATION","features":[84]},{"name":"KSDSOUND_3D_MODE_DISABLE","features":[84]},{"name":"KSDSOUND_3D_MODE_HEADRELATIVE","features":[84]},{"name":"KSDSOUND_3D_MODE_NORMAL","features":[84]},{"name":"KSDSOUND_BUFFER_CTRL_3D","features":[84]},{"name":"KSDSOUND_BUFFER_CTRL_FREQUENCY","features":[84]},{"name":"KSDSOUND_BUFFER_CTRL_HRTF_3D","features":[84]},{"name":"KSDSOUND_BUFFER_CTRL_PAN","features":[84]},{"name":"KSDSOUND_BUFFER_CTRL_POSITIONNOTIFY","features":[84]},{"name":"KSDSOUND_BUFFER_CTRL_VOLUME","features":[84]},{"name":"KSDSOUND_BUFFER_LOCHARDWARE","features":[84]},{"name":"KSDSOUND_BUFFER_LOCSOFTWARE","features":[84]},{"name":"KSDSOUND_BUFFER_PRIMARY","features":[84]},{"name":"KSDSOUND_BUFFER_STATIC","features":[84]},{"name":"KSERROR","features":[84]},{"name":"KSEVENTDATA","features":[3,84]},{"name":"KSEVENTF_DPC","features":[84]},{"name":"KSEVENTF_EVENT_HANDLE","features":[84]},{"name":"KSEVENTF_EVENT_OBJECT","features":[84]},{"name":"KSEVENTF_KSWORKITEM","features":[84]},{"name":"KSEVENTF_SEMAPHORE_HANDLE","features":[84]},{"name":"KSEVENTF_SEMAPHORE_OBJECT","features":[84]},{"name":"KSEVENTF_WORKITEM","features":[84]},{"name":"KSEVENTSETID_AudioControlChange","features":[84]},{"name":"KSEVENTSETID_CameraAsyncControl","features":[84]},{"name":"KSEVENTSETID_CameraEvent","features":[84]},{"name":"KSEVENTSETID_Clock","features":[84]},{"name":"KSEVENTSETID_Connection","features":[84]},{"name":"KSEVENTSETID_Device","features":[84]},{"name":"KSEVENTSETID_DynamicFormatChange","features":[84]},{"name":"KSEVENTSETID_EXTDEV_Command","features":[84]},{"name":"KSEVENTSETID_ExtendedCameraControl","features":[84]},{"name":"KSEVENTSETID_LoopedStreaming","features":[84]},{"name":"KSEVENTSETID_PinCapsChange","features":[84]},{"name":"KSEVENTSETID_SoundDetector","features":[84]},{"name":"KSEVENTSETID_StreamAllocator","features":[84]},{"name":"KSEVENTSETID_Telephony","features":[84]},{"name":"KSEVENTSETID_VIDCAPTOSTI","features":[84]},{"name":"KSEVENTSETID_VIDCAP_TVAUDIO","features":[84]},{"name":"KSEVENTSETID_VPNotify","features":[84]},{"name":"KSEVENTSETID_VPVBINotify","features":[84]},{"name":"KSEVENTSETID_VolumeLimit","features":[84]},{"name":"KSEVENT_AUDIO_CONTROL_CHANGE","features":[84]},{"name":"KSEVENT_CAMERACONTROL","features":[84]},{"name":"KSEVENT_CAMERACONTROL_FOCUS","features":[84]},{"name":"KSEVENT_CAMERACONTROL_ZOOM","features":[84]},{"name":"KSEVENT_CAMERAEVENT","features":[84]},{"name":"KSEVENT_CLOCK_INTERVAL_MARK","features":[84]},{"name":"KSEVENT_CLOCK_POSITION","features":[84]},{"name":"KSEVENT_CLOCK_POSITION_MARK","features":[84]},{"name":"KSEVENT_CONNECTION","features":[84]},{"name":"KSEVENT_CONNECTION_DATADISCONTINUITY","features":[84]},{"name":"KSEVENT_CONNECTION_ENDOFSTREAM","features":[84]},{"name":"KSEVENT_CONNECTION_POSITIONUPDATE","features":[84]},{"name":"KSEVENT_CONNECTION_PRIORITY","features":[84]},{"name":"KSEVENT_CONNECTION_TIMEDISCONTINUITY","features":[84]},{"name":"KSEVENT_CONTROL_CHANGE","features":[84]},{"name":"KSEVENT_CROSSBAR","features":[84]},{"name":"KSEVENT_CROSSBAR_CHANGED","features":[84]},{"name":"KSEVENT_DEVCMD","features":[84]},{"name":"KSEVENT_DEVICE","features":[84]},{"name":"KSEVENT_DEVICE_LOST","features":[84]},{"name":"KSEVENT_DEVICE_PREEMPTED","features":[84]},{"name":"KSEVENT_DEVICE_THERMAL_HIGH","features":[84]},{"name":"KSEVENT_DEVICE_THERMAL_LOW","features":[84]},{"name":"KSEVENT_DYNAMICFORMATCHANGE","features":[84]},{"name":"KSEVENT_DYNAMIC_FORMAT_CHANGE","features":[84]},{"name":"KSEVENT_ENTRY_BUFFERED","features":[84]},{"name":"KSEVENT_ENTRY_DELETED","features":[84]},{"name":"KSEVENT_ENTRY_ONESHOT","features":[84]},{"name":"KSEVENT_EXTDEV_COMMAND_BUSRESET","features":[84]},{"name":"KSEVENT_EXTDEV_COMMAND_CONTROL_INTERIM_READY","features":[84]},{"name":"KSEVENT_EXTDEV_COMMAND_NOTIFY_INTERIM_READY","features":[84]},{"name":"KSEVENT_EXTDEV_NOTIFY_MEDIUM_CHANGE","features":[84]},{"name":"KSEVENT_EXTDEV_NOTIFY_REMOVAL","features":[84]},{"name":"KSEVENT_EXTDEV_OPERATION_MODE_UPDATE","features":[84]},{"name":"KSEVENT_EXTDEV_TIMECODE_UPDATE","features":[84]},{"name":"KSEVENT_EXTDEV_TRANSPORT_STATE_UPDATE","features":[84]},{"name":"KSEVENT_LOOPEDSTREAMING","features":[84]},{"name":"KSEVENT_LOOPEDSTREAMING_POSITION","features":[84]},{"name":"KSEVENT_PHOTO_SAMPLE_SCANNED","features":[84]},{"name":"KSEVENT_PINCAPS_CHANGENOTIFICATIONS","features":[84]},{"name":"KSEVENT_PINCAPS_FORMATCHANGE","features":[84]},{"name":"KSEVENT_PINCAPS_JACKINFOCHANGE","features":[84]},{"name":"KSEVENT_SOUNDDETECTOR","features":[84]},{"name":"KSEVENT_SOUNDDETECTOR_MATCHDETECTED","features":[84]},{"name":"KSEVENT_STREAMALLOCATOR","features":[84]},{"name":"KSEVENT_STREAMALLOCATOR_FREEFRAME","features":[84]},{"name":"KSEVENT_STREAMALLOCATOR_INTERNAL_FREEFRAME","features":[84]},{"name":"KSEVENT_TELEPHONY","features":[84]},{"name":"KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED","features":[84]},{"name":"KSEVENT_TIME_INTERVAL","features":[3,84]},{"name":"KSEVENT_TIME_MARK","features":[3,84]},{"name":"KSEVENT_TUNER","features":[84]},{"name":"KSEVENT_TUNER_CHANGED","features":[84]},{"name":"KSEVENT_TUNER_INITIATE_SCAN","features":[84]},{"name":"KSEVENT_TUNER_INITIATE_SCAN_S","features":[3,84]},{"name":"KSEVENT_TVAUDIO","features":[84]},{"name":"KSEVENT_TVAUDIO_CHANGED","features":[84]},{"name":"KSEVENT_TYPE_BASICSUPPORT","features":[84]},{"name":"KSEVENT_TYPE_ENABLE","features":[84]},{"name":"KSEVENT_TYPE_ENABLEBUFFERED","features":[84]},{"name":"KSEVENT_TYPE_ONESHOT","features":[84]},{"name":"KSEVENT_TYPE_QUERYBUFFER","features":[84]},{"name":"KSEVENT_TYPE_SETSUPPORT","features":[84]},{"name":"KSEVENT_TYPE_TOPOLOGY","features":[84]},{"name":"KSEVENT_VIDCAPTOSTI","features":[84]},{"name":"KSEVENT_VIDCAPTOSTI_EXT_TRIGGER","features":[84]},{"name":"KSEVENT_VIDCAP_AUTO_UPDATE","features":[84]},{"name":"KSEVENT_VIDCAP_SEARCH","features":[84]},{"name":"KSEVENT_VIDEODECODER","features":[84]},{"name":"KSEVENT_VIDEODECODER_CHANGED","features":[84]},{"name":"KSEVENT_VOLUMELIMIT","features":[84]},{"name":"KSEVENT_VOLUMELIMIT_CHANGED","features":[84]},{"name":"KSEVENT_VPNOTIFY","features":[84]},{"name":"KSEVENT_VPNOTIFY_FORMATCHANGE","features":[84]},{"name":"KSEVENT_VPVBINOTIFY","features":[84]},{"name":"KSEVENT_VPVBINOTIFY_FORMATCHANGE","features":[84]},{"name":"KSE_NODE","features":[84]},{"name":"KSE_PIN","features":[84]},{"name":"KSFILTER_FLAG_CRITICAL_PROCESSING","features":[84]},{"name":"KSFILTER_FLAG_DENY_USERMODE_ACCESS","features":[84]},{"name":"KSFILTER_FLAG_DISPATCH_LEVEL_PROCESSING","features":[84]},{"name":"KSFILTER_FLAG_HYPERCRITICAL_PROCESSING","features":[84]},{"name":"KSFILTER_FLAG_PRIORITIZE_REFERENCEGUID","features":[84]},{"name":"KSFILTER_FLAG_RECEIVE_ZERO_LENGTH_SAMPLES","features":[84]},{"name":"KSFRAMETIME","features":[84]},{"name":"KSFRAMETIME_VARIABLESIZE","features":[84]},{"name":"KSGOP_USERDATA","features":[84]},{"name":"KSIDENTIFIER","features":[84]},{"name":"KSINTERFACESETID_FileIo","features":[84]},{"name":"KSINTERFACESETID_Media","features":[84]},{"name":"KSINTERFACESETID_Standard","features":[84]},{"name":"KSINTERFACE_FILEIO","features":[84]},{"name":"KSINTERFACE_FILEIO_STREAMING","features":[84]},{"name":"KSINTERFACE_MEDIA","features":[84]},{"name":"KSINTERFACE_MEDIA_MUSIC","features":[84]},{"name":"KSINTERFACE_MEDIA_WAVE_BUFFERED","features":[84]},{"name":"KSINTERFACE_MEDIA_WAVE_QUEUED","features":[84]},{"name":"KSINTERFACE_STANDARD","features":[84]},{"name":"KSINTERFACE_STANDARD_CONTROL","features":[84]},{"name":"KSINTERFACE_STANDARD_LOOPED_STREAMING","features":[84]},{"name":"KSINTERFACE_STANDARD_STREAMING","features":[84]},{"name":"KSINTERVAL","features":[84]},{"name":"KSIOOPERATION","features":[84]},{"name":"KSJACK_DESCRIPTION","features":[3,84]},{"name":"KSJACK_DESCRIPTION2","features":[84]},{"name":"KSJACK_DESCRIPTION3","features":[84]},{"name":"KSJACK_SINK_CONNECTIONTYPE","features":[84]},{"name":"KSJACK_SINK_CONNECTIONTYPE_DISPLAYPORT","features":[84]},{"name":"KSJACK_SINK_CONNECTIONTYPE_HDMI","features":[84]},{"name":"KSJACK_SINK_INFORMATION","features":[3,84]},{"name":"KSMEDIUMSETID_MidiBus","features":[84]},{"name":"KSMEDIUMSETID_Standard","features":[84]},{"name":"KSMEDIUMSETID_VPBus","features":[84]},{"name":"KSMEDIUM_STANDARD_DEVIO","features":[84]},{"name":"KSMEDIUM_TYPE_ANYINSTANCE","features":[84]},{"name":"KSMEMORY_TYPE_DEVICE_UNKNOWN","features":[84]},{"name":"KSMEMORY_TYPE_KERNEL_NONPAGED","features":[84]},{"name":"KSMEMORY_TYPE_KERNEL_PAGED","features":[84]},{"name":"KSMEMORY_TYPE_SYSTEM","features":[84]},{"name":"KSMEMORY_TYPE_USER","features":[84]},{"name":"KSMETHODSETID_StreamAllocator","features":[84]},{"name":"KSMETHODSETID_StreamIo","features":[84]},{"name":"KSMETHODSETID_Wavetable","features":[84]},{"name":"KSMETHOD_STREAMALLOCATOR","features":[84]},{"name":"KSMETHOD_STREAMALLOCATOR_ALLOC","features":[84]},{"name":"KSMETHOD_STREAMALLOCATOR_FREE","features":[84]},{"name":"KSMETHOD_STREAMIO","features":[84]},{"name":"KSMETHOD_STREAMIO_READ","features":[84]},{"name":"KSMETHOD_STREAMIO_WRITE","features":[84]},{"name":"KSMETHOD_TYPE_BASICSUPPORT","features":[84]},{"name":"KSMETHOD_TYPE_MODIFY","features":[84]},{"name":"KSMETHOD_TYPE_NONE","features":[84]},{"name":"KSMETHOD_TYPE_READ","features":[84]},{"name":"KSMETHOD_TYPE_SEND","features":[84]},{"name":"KSMETHOD_TYPE_SETSUPPORT","features":[84]},{"name":"KSMETHOD_TYPE_SOURCE","features":[84]},{"name":"KSMETHOD_TYPE_TOPOLOGY","features":[84]},{"name":"KSMETHOD_TYPE_WRITE","features":[84]},{"name":"KSMETHOD_WAVETABLE","features":[84]},{"name":"KSMETHOD_WAVETABLE_WAVE_ALLOC","features":[84]},{"name":"KSMETHOD_WAVETABLE_WAVE_FIND","features":[84]},{"name":"KSMETHOD_WAVETABLE_WAVE_FREE","features":[84]},{"name":"KSMETHOD_WAVETABLE_WAVE_WRITE","features":[84]},{"name":"KSMETHOD_WAVE_QUEUED_BREAKLOOP","features":[84]},{"name":"KSMFT_CATEGORY_AUDIO_DECODER","features":[84]},{"name":"KSMFT_CATEGORY_AUDIO_EFFECT","features":[84]},{"name":"KSMFT_CATEGORY_AUDIO_ENCODER","features":[84]},{"name":"KSMFT_CATEGORY_DEMULTIPLEXER","features":[84]},{"name":"KSMFT_CATEGORY_MULTIPLEXER","features":[84]},{"name":"KSMFT_CATEGORY_OTHER","features":[84]},{"name":"KSMFT_CATEGORY_VIDEO_DECODER","features":[84]},{"name":"KSMFT_CATEGORY_VIDEO_EFFECT","features":[84]},{"name":"KSMFT_CATEGORY_VIDEO_ENCODER","features":[84]},{"name":"KSMFT_CATEGORY_VIDEO_PROCESSOR","features":[84]},{"name":"KSMICARRAY_MICARRAYTYPE","features":[84]},{"name":"KSMICARRAY_MICARRAYTYPE_3D","features":[84]},{"name":"KSMICARRAY_MICARRAYTYPE_LINEAR","features":[84]},{"name":"KSMICARRAY_MICARRAYTYPE_PLANAR","features":[84]},{"name":"KSMICARRAY_MICTYPE","features":[84]},{"name":"KSMICARRAY_MICTYPE_8SHAPED","features":[84]},{"name":"KSMICARRAY_MICTYPE_CARDIOID","features":[84]},{"name":"KSMICARRAY_MICTYPE_HYPERCARDIOID","features":[84]},{"name":"KSMICARRAY_MICTYPE_OMNIDIRECTIONAL","features":[84]},{"name":"KSMICARRAY_MICTYPE_SUBCARDIOID","features":[84]},{"name":"KSMICARRAY_MICTYPE_SUPERCARDIOID","features":[84]},{"name":"KSMICARRAY_MICTYPE_VENDORDEFINED","features":[84]},{"name":"KSMPEGVIDMODE_LTRBOX","features":[84]},{"name":"KSMPEGVIDMODE_PANSCAN","features":[84]},{"name":"KSMPEGVIDMODE_SCALE","features":[84]},{"name":"KSMPEGVID_RECT","features":[84]},{"name":"KSMULTIPLE_DATA_PROP","features":[84]},{"name":"KSMULTIPLE_ITEM","features":[84]},{"name":"KSMUSICFORMAT","features":[84]},{"name":"KSMUSIC_TECHNOLOGY_FMSYNTH","features":[84]},{"name":"KSMUSIC_TECHNOLOGY_PORT","features":[84]},{"name":"KSMUSIC_TECHNOLOGY_SQSYNTH","features":[84]},{"name":"KSMUSIC_TECHNOLOGY_SWSYNTH","features":[84]},{"name":"KSMUSIC_TECHNOLOGY_WAVETABLE","features":[84]},{"name":"KSM_NODE","features":[84]},{"name":"KSNAME_Allocator","features":[84]},{"name":"KSNAME_Clock","features":[84]},{"name":"KSNAME_Filter","features":[84]},{"name":"KSNAME_Pin","features":[84]},{"name":"KSNAME_TopologyNode","features":[84]},{"name":"KSNODEPIN_AEC_CAPTURE_IN","features":[84]},{"name":"KSNODEPIN_AEC_CAPTURE_OUT","features":[84]},{"name":"KSNODEPIN_AEC_RENDER_IN","features":[84]},{"name":"KSNODEPIN_AEC_RENDER_OUT","features":[84]},{"name":"KSNODEPIN_DEMUX_IN","features":[84]},{"name":"KSNODEPIN_DEMUX_OUT","features":[84]},{"name":"KSNODEPIN_STANDARD_IN","features":[84]},{"name":"KSNODEPIN_STANDARD_OUT","features":[84]},{"name":"KSNODEPIN_SUM_MUX_IN","features":[84]},{"name":"KSNODEPIN_SUM_MUX_OUT","features":[84]},{"name":"KSNODEPROPERTY","features":[84]},{"name":"KSNODEPROPERTY_AUDIO_3D_LISTENER","features":[84]},{"name":"KSNODEPROPERTY_AUDIO_3D_LISTENER","features":[84]},{"name":"KSNODEPROPERTY_AUDIO_CHANNEL","features":[84]},{"name":"KSNODEPROPERTY_AUDIO_DEV_SPECIFIC","features":[84]},{"name":"KSNODEPROPERTY_AUDIO_PROPERTY","features":[84]},{"name":"KSNODEPROPERTY_AUDIO_PROPERTY","features":[84]},{"name":"KSNODETYPE_1394_DA_STREAM","features":[84]},{"name":"KSNODETYPE_1394_DV_STREAM_SOUNDTRACK","features":[84]},{"name":"KSNODETYPE_3D_EFFECTS","features":[84]},{"name":"KSNODETYPE_ADC","features":[84]},{"name":"KSNODETYPE_AGC","features":[84]},{"name":"KSNODETYPE_ANALOG_CONNECTOR","features":[84]},{"name":"KSNODETYPE_ANALOG_TAPE","features":[84]},{"name":"KSNODETYPE_AUDIO_ENGINE","features":[84]},{"name":"KSNODETYPE_AUDIO_KEYWORDDETECTOR","features":[84]},{"name":"KSNODETYPE_AUDIO_LOOPBACK","features":[84]},{"name":"KSNODETYPE_AUDIO_MODULE","features":[84]},{"name":"KSNODETYPE_BIDIRECTIONAL_UNDEFINED","features":[84]},{"name":"KSNODETYPE_CABLE_TUNER_AUDIO","features":[84]},{"name":"KSNODETYPE_CD_PLAYER","features":[84]},{"name":"KSNODETYPE_CHORUS","features":[84]},{"name":"KSNODETYPE_COMMUNICATION_SPEAKER","features":[84]},{"name":"KSNODETYPE_DAC","features":[84]},{"name":"KSNODETYPE_DAT_IO_DIGITAL_AUDIO_TAPE","features":[84]},{"name":"KSNODETYPE_DCC_IO_DIGITAL_COMPACT_CASSETTE","features":[84]},{"name":"KSNODETYPE_DELAY","features":[84]},{"name":"KSNODETYPE_DEMUX","features":[84]},{"name":"KSNODETYPE_DESKTOP_MICROPHONE","features":[84]},{"name":"KSNODETYPE_DESKTOP_SPEAKER","features":[84]},{"name":"KSNODETYPE_DEV_SPECIFIC","features":[84]},{"name":"KSNODETYPE_DIGITAL_AUDIO_INTERFACE","features":[84]},{"name":"KSNODETYPE_DISPLAYPORT_INTERFACE","features":[84]},{"name":"KSNODETYPE_DOWN_LINE_PHONE","features":[84]},{"name":"KSNODETYPE_DRM_DESCRAMBLE","features":[84]},{"name":"KSNODETYPE_DSS_AUDIO","features":[84]},{"name":"KSNODETYPE_DVD_AUDIO","features":[84]},{"name":"KSNODETYPE_DYN_RANGE_COMPRESSOR","features":[84]},{"name":"KSNODETYPE_ECHO_CANCELING_SPEAKERPHONE","features":[84]},{"name":"KSNODETYPE_ECHO_SUPPRESSING_SPEAKERPHONE","features":[84]},{"name":"KSNODETYPE_EMBEDDED_UNDEFINED","features":[84]},{"name":"KSNODETYPE_EQUALIZATION_NOISE","features":[84]},{"name":"KSNODETYPE_EQUALIZER","features":[84]},{"name":"KSNODETYPE_EXTERNAL_UNDEFINED","features":[84]},{"name":"KSNODETYPE_FM_RX","features":[84]},{"name":"KSNODETYPE_HANDSET","features":[84]},{"name":"KSNODETYPE_HDMI_INTERFACE","features":[84]},{"name":"KSNODETYPE_HEADPHONES","features":[84]},{"name":"KSNODETYPE_HEADSET","features":[84]},{"name":"KSNODETYPE_HEAD_MOUNTED_DISPLAY_AUDIO","features":[84]},{"name":"KSNODETYPE_INPUT_UNDEFINED","features":[84]},{"name":"KSNODETYPE_LEGACY_AUDIO_CONNECTOR","features":[84]},{"name":"KSNODETYPE_LEVEL_CALIBRATION_NOISE_SOURCE","features":[84]},{"name":"KSNODETYPE_LINE_CONNECTOR","features":[84]},{"name":"KSNODETYPE_LOUDNESS","features":[84]},{"name":"KSNODETYPE_LOW_FREQUENCY_EFFECTS_SPEAKER","features":[84]},{"name":"KSNODETYPE_MICROPHONE","features":[84]},{"name":"KSNODETYPE_MICROPHONE_ARRAY","features":[84]},{"name":"KSNODETYPE_MIDI_ELEMENT","features":[84]},{"name":"KSNODETYPE_MIDI_JACK","features":[84]},{"name":"KSNODETYPE_MINIDISK","features":[84]},{"name":"KSNODETYPE_MULTITRACK_RECORDER","features":[84]},{"name":"KSNODETYPE_MUTE","features":[84]},{"name":"KSNODETYPE_MUX","features":[84]},{"name":"KSNODETYPE_NOISE_SUPPRESS","features":[84]},{"name":"KSNODETYPE_OMNI_DIRECTIONAL_MICROPHONE","features":[84]},{"name":"KSNODETYPE_OUTPUT_UNDEFINED","features":[84]},{"name":"KSNODETYPE_PARAMETRIC_EQUALIZER","features":[84]},{"name":"KSNODETYPE_PEAKMETER","features":[84]},{"name":"KSNODETYPE_PERSONAL_MICROPHONE","features":[84]},{"name":"KSNODETYPE_PHONE_LINE","features":[84]},{"name":"KSNODETYPE_PHONOGRAPH","features":[84]},{"name":"KSNODETYPE_PROCESSING_MICROPHONE_ARRAY","features":[84]},{"name":"KSNODETYPE_PROLOGIC_DECODER","features":[84]},{"name":"KSNODETYPE_PROLOGIC_ENCODER","features":[84]},{"name":"KSNODETYPE_RADIO_RECEIVER","features":[84]},{"name":"KSNODETYPE_RADIO_TRANSMITTER","features":[84]},{"name":"KSNODETYPE_REVERB","features":[84]},{"name":"KSNODETYPE_ROOM_SPEAKER","features":[84]},{"name":"KSNODETYPE_SATELLITE_RECEIVER_AUDIO","features":[84]},{"name":"KSNODETYPE_SPDIF_INTERFACE","features":[84]},{"name":"KSNODETYPE_SPEAKER","features":[84]},{"name":"KSNODETYPE_SPEAKERPHONE_NO_ECHO_REDUCTION","features":[84]},{"name":"KSNODETYPE_SPEAKERS_STATIC_JACK","features":[84]},{"name":"KSNODETYPE_SRC","features":[84]},{"name":"KSNODETYPE_STEREO_WIDE","features":[84]},{"name":"KSNODETYPE_SUM","features":[84]},{"name":"KSNODETYPE_SUPERMIX","features":[84]},{"name":"KSNODETYPE_SYNTHESIZER","features":[84]},{"name":"KSNODETYPE_TELEPHONE","features":[84]},{"name":"KSNODETYPE_TELEPHONY_BIDI","features":[84]},{"name":"KSNODETYPE_TELEPHONY_UNDEFINED","features":[84]},{"name":"KSNODETYPE_TONE","features":[84]},{"name":"KSNODETYPE_TV_TUNER_AUDIO","features":[84]},{"name":"KSNODETYPE_UPDOWN_MIX","features":[84]},{"name":"KSNODETYPE_VCR_AUDIO","features":[84]},{"name":"KSNODETYPE_VIDEO_CAMERA_TERMINAL","features":[84]},{"name":"KSNODETYPE_VIDEO_DISC_AUDIO","features":[84]},{"name":"KSNODETYPE_VIDEO_INPUT_MTT","features":[84]},{"name":"KSNODETYPE_VIDEO_INPUT_TERMINAL","features":[84]},{"name":"KSNODETYPE_VIDEO_OUTPUT_MTT","features":[84]},{"name":"KSNODETYPE_VIDEO_OUTPUT_TERMINAL","features":[84]},{"name":"KSNODETYPE_VIDEO_PROCESSING","features":[84]},{"name":"KSNODETYPE_VIDEO_SELECTOR","features":[84]},{"name":"KSNODETYPE_VIDEO_STREAMING","features":[84]},{"name":"KSNODETYPE_VOLUME","features":[84]},{"name":"KSNODE_CREATE","features":[84]},{"name":"KSNOTIFICATIONID_AudioModule","features":[84]},{"name":"KSNOTIFICATIONID_SoundDetector","features":[84]},{"name":"KSPEEKOPERATION","features":[84]},{"name":"KSPIN_CINSTANCES","features":[84]},{"name":"KSPIN_COMMUNICATION","features":[84]},{"name":"KSPIN_COMMUNICATION_BOTH","features":[84]},{"name":"KSPIN_COMMUNICATION_BRIDGE","features":[84]},{"name":"KSPIN_COMMUNICATION_NONE","features":[84]},{"name":"KSPIN_COMMUNICATION_SINK","features":[84]},{"name":"KSPIN_COMMUNICATION_SOURCE","features":[84]},{"name":"KSPIN_CONNECT","features":[3,84]},{"name":"KSPIN_DATAFLOW","features":[84]},{"name":"KSPIN_DATAFLOW_IN","features":[84]},{"name":"KSPIN_DATAFLOW_OUT","features":[84]},{"name":"KSPIN_FLAG_ASYNCHRONOUS_PROCESSING","features":[84]},{"name":"KSPIN_FLAG_CRITICAL_PROCESSING","features":[84]},{"name":"KSPIN_FLAG_DENY_USERMODE_ACCESS","features":[84]},{"name":"KSPIN_FLAG_DISPATCH_LEVEL_PROCESSING","features":[84]},{"name":"KSPIN_FLAG_DISTINCT_TRAILING_EDGE","features":[84]},{"name":"KSPIN_FLAG_DO_NOT_INITIATE_PROCESSING","features":[84]},{"name":"KSPIN_FLAG_DO_NOT_USE_STANDARD_TRANSPORT","features":[84]},{"name":"KSPIN_FLAG_ENFORCE_FIFO","features":[84]},{"name":"KSPIN_FLAG_FIXED_FORMAT","features":[84]},{"name":"KSPIN_FLAG_FRAMES_NOT_REQUIRED_FOR_PROCESSING","features":[84]},{"name":"KSPIN_FLAG_GENERATE_EOS_EVENTS","features":[84]},{"name":"KSPIN_FLAG_GENERATE_MAPPINGS","features":[84]},{"name":"KSPIN_FLAG_HYPERCRITICAL_PROCESSING","features":[84]},{"name":"KSPIN_FLAG_IMPLEMENT_CLOCK","features":[84]},{"name":"KSPIN_FLAG_INITIATE_PROCESSING_ON_EVERY_ARRIVAL","features":[84]},{"name":"KSPIN_FLAG_PROCESS_IF_ANY_IN_RUN_STATE","features":[84]},{"name":"KSPIN_FLAG_PROCESS_IN_RUN_STATE_ONLY","features":[84]},{"name":"KSPIN_FLAG_SOME_FRAMES_REQUIRED_FOR_PROCESSING","features":[84]},{"name":"KSPIN_FLAG_SPLITTER","features":[84]},{"name":"KSPIN_FLAG_USE_STANDARD_TRANSPORT","features":[84]},{"name":"KSPIN_MDL_CACHING_EVENT","features":[84]},{"name":"KSPIN_MDL_CACHING_NOTIFICATION","features":[84]},{"name":"KSPIN_MDL_CACHING_NOTIFICATION32","features":[84]},{"name":"KSPIN_MDL_CACHING_NOTIFY_ADDSAMPLE","features":[84]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANALL_NOWAIT","features":[84]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANALL_WAIT","features":[84]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANUP","features":[84]},{"name":"KSPIN_PHYSICALCONNECTION","features":[84]},{"name":"KSPPROPERTY_ALLOCATOR_MDLCACHING","features":[84]},{"name":"KSPRIORITY","features":[84]},{"name":"KSPRIORITY_EXCLUSIVE","features":[84]},{"name":"KSPRIORITY_HIGH","features":[84]},{"name":"KSPRIORITY_LOW","features":[84]},{"name":"KSPRIORITY_NORMAL","features":[84]},{"name":"KSPROBE_ALLOCATEMDL","features":[84]},{"name":"KSPROBE_ALLOWFORMATCHANGE","features":[84]},{"name":"KSPROBE_MODIFY","features":[84]},{"name":"KSPROBE_PROBEANDLOCK","features":[84]},{"name":"KSPROBE_STREAMREAD","features":[84]},{"name":"KSPROBE_STREAMWRITE","features":[84]},{"name":"KSPROBE_SYSTEMADDRESS","features":[84]},{"name":"KSPROPERTYSETID_ExtendedCameraControl","features":[84]},{"name":"KSPROPERTYSETID_NetworkCameraControl","features":[84]},{"name":"KSPROPERTYSETID_PerFrameSettingControl","features":[84]},{"name":"KSPROPERTY_AC3","features":[84]},{"name":"KSPROPERTY_AC3_ALTERNATE_AUDIO","features":[84]},{"name":"KSPROPERTY_AC3_BIT_STREAM_MODE","features":[84]},{"name":"KSPROPERTY_AC3_DIALOGUE_LEVEL","features":[84]},{"name":"KSPROPERTY_AC3_DOWNMIX","features":[84]},{"name":"KSPROPERTY_AC3_ERROR_CONCEALMENT","features":[84]},{"name":"KSPROPERTY_AC3_LANGUAGE_CODE","features":[84]},{"name":"KSPROPERTY_AC3_ROOM_TYPE","features":[84]},{"name":"KSPROPERTY_ALLOCATOR_CLEANUP_CACHEDMDLPAGES","features":[84]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL","features":[84]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS","features":[84]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S","features":[84]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE","features":[84]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S","features":[84]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_HONOR_COUNT","features":[84]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE","features":[84]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S","features":[84]},{"name":"KSPROPERTY_ATN_READER","features":[84]},{"name":"KSPROPERTY_AUDDECOUT","features":[84]},{"name":"KSPROPERTY_AUDDECOUT_CUR_MODE","features":[84]},{"name":"KSPROPERTY_AUDDECOUT_MODES","features":[84]},{"name":"KSPROPERTY_AUDIO","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE_BUFFER_SIZE_RANGE","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE_DESCRIPTOR","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE_DEVICECONTROLS","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE_DEVICEFORMAT","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE_GFXENABLE","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE_LFXENABLE","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE_LOOPBACK_PROTECTION","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE_MIXFORMAT","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE_SUPPORTEDDEVICEFORMATS","features":[84]},{"name":"KSPROPERTY_AUDIOENGINE_VOLUMELEVEL","features":[84]},{"name":"KSPROPERTY_AUDIOMODULE","features":[84]},{"name":"KSPROPERTY_AUDIOMODULE_COMMAND","features":[84]},{"name":"KSPROPERTY_AUDIOMODULE_DESCRIPTORS","features":[84]},{"name":"KSPROPERTY_AUDIOMODULE_NOTIFICATION_DEVICE_ID","features":[84]},{"name":"KSPROPERTY_AUDIOPOSTURE","features":[84]},{"name":"KSPROPERTY_AUDIOPOSTURE_ORIENTATION","features":[84]},{"name":"KSPROPERTY_AUDIORESOURCEMANAGEMENT","features":[84]},{"name":"KSPROPERTY_AUDIORESOURCEMANAGEMENT_RESOURCEGROUP","features":[84]},{"name":"KSPROPERTY_AUDIOSIGNALPROCESSING","features":[84]},{"name":"KSPROPERTY_AUDIOSIGNALPROCESSING_MODES","features":[84]},{"name":"KSPROPERTY_AUDIO_3D_INTERFACE","features":[84]},{"name":"KSPROPERTY_AUDIO_AGC","features":[84]},{"name":"KSPROPERTY_AUDIO_ALGORITHM_INSTANCE","features":[84]},{"name":"KSPROPERTY_AUDIO_BASS","features":[84]},{"name":"KSPROPERTY_AUDIO_BASS_BOOST","features":[84]},{"name":"KSPROPERTY_AUDIO_BUFFER_DURATION","features":[84]},{"name":"KSPROPERTY_AUDIO_CHANNEL_CONFIG","features":[84]},{"name":"KSPROPERTY_AUDIO_CHORUS_LEVEL","features":[84]},{"name":"KSPROPERTY_AUDIO_CHORUS_MODULATION_DEPTH","features":[84]},{"name":"KSPROPERTY_AUDIO_CHORUS_MODULATION_RATE","features":[84]},{"name":"KSPROPERTY_AUDIO_COPY_PROTECTION","features":[84]},{"name":"KSPROPERTY_AUDIO_CPU_RESOURCES","features":[84]},{"name":"KSPROPERTY_AUDIO_DELAY","features":[84]},{"name":"KSPROPERTY_AUDIO_DEMUX_DEST","features":[84]},{"name":"KSPROPERTY_AUDIO_DEV_SPECIFIC","features":[84]},{"name":"KSPROPERTY_AUDIO_DYNAMIC_RANGE","features":[84]},{"name":"KSPROPERTY_AUDIO_DYNAMIC_SAMPLING_RATE","features":[84]},{"name":"KSPROPERTY_AUDIO_EQ_BANDS","features":[84]},{"name":"KSPROPERTY_AUDIO_EQ_LEVEL","features":[84]},{"name":"KSPROPERTY_AUDIO_FILTER_STATE","features":[84]},{"name":"KSPROPERTY_AUDIO_LATENCY","features":[84]},{"name":"KSPROPERTY_AUDIO_LINEAR_BUFFER_POSITION","features":[84]},{"name":"KSPROPERTY_AUDIO_LOUDNESS","features":[84]},{"name":"KSPROPERTY_AUDIO_MANUFACTURE_GUID","features":[84]},{"name":"KSPROPERTY_AUDIO_MIC_ARRAY_GEOMETRY","features":[84]},{"name":"KSPROPERTY_AUDIO_MIC_SENSITIVITY","features":[84]},{"name":"KSPROPERTY_AUDIO_MIC_SENSITIVITY2","features":[84]},{"name":"KSPROPERTY_AUDIO_MIC_SNR","features":[84]},{"name":"KSPROPERTY_AUDIO_MID","features":[84]},{"name":"KSPROPERTY_AUDIO_MIX_LEVEL_CAPS","features":[84]},{"name":"KSPROPERTY_AUDIO_MIX_LEVEL_TABLE","features":[84]},{"name":"KSPROPERTY_AUDIO_MUTE","features":[84]},{"name":"KSPROPERTY_AUDIO_MUX_SOURCE","features":[84]},{"name":"KSPROPERTY_AUDIO_NUM_EQ_BANDS","features":[84]},{"name":"KSPROPERTY_AUDIO_PEAKMETER","features":[84]},{"name":"KSPROPERTY_AUDIO_PEAKMETER2","features":[84]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_CENTER_FREQ","features":[84]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_LEVEL","features":[84]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_Q_FACTOR","features":[84]},{"name":"KSPROPERTY_AUDIO_PEQ_MAX_BANDS","features":[84]},{"name":"KSPROPERTY_AUDIO_PEQ_NUM_BANDS","features":[84]},{"name":"KSPROPERTY_AUDIO_POSITION","features":[84]},{"name":"KSPROPERTY_AUDIO_POSITIONEX","features":[84]},{"name":"KSPROPERTY_AUDIO_PREFERRED_STATUS","features":[84]},{"name":"KSPROPERTY_AUDIO_PRESENTATION_POSITION","features":[84]},{"name":"KSPROPERTY_AUDIO_PRODUCT_GUID","features":[84]},{"name":"KSPROPERTY_AUDIO_QUALITY","features":[84]},{"name":"KSPROPERTY_AUDIO_REVERB_DELAY_FEEDBACK","features":[84]},{"name":"KSPROPERTY_AUDIO_REVERB_LEVEL","features":[84]},{"name":"KSPROPERTY_AUDIO_REVERB_TIME","features":[84]},{"name":"KSPROPERTY_AUDIO_SAMPLING_RATE","features":[84]},{"name":"KSPROPERTY_AUDIO_STEREO_ENHANCE","features":[84]},{"name":"KSPROPERTY_AUDIO_STEREO_SPEAKER_GEOMETRY","features":[84]},{"name":"KSPROPERTY_AUDIO_SURROUND_ENCODE","features":[84]},{"name":"KSPROPERTY_AUDIO_TREBLE","features":[84]},{"name":"KSPROPERTY_AUDIO_VOLUMELEVEL","features":[84]},{"name":"KSPROPERTY_AUDIO_VOLUMELIMIT_ENGAGED","features":[84]},{"name":"KSPROPERTY_AUDIO_WAVERT_CURRENT_WRITE_LASTBUFFER_POSITION","features":[84]},{"name":"KSPROPERTY_AUDIO_WAVERT_CURRENT_WRITE_POSITION","features":[84]},{"name":"KSPROPERTY_AUDIO_WIDENESS","features":[84]},{"name":"KSPROPERTY_AUDIO_WIDE_MODE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYGEOGRAPHIC","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYPERSONALNAME","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYRELATED","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYTITLE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYTOPICALTERM","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYUNIFORMTITLE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDFORMAVAILABLE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_AWARDS","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_BIBLIOGRAPHYNOTE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CATALOGINGSOURCE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CITATION","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CONTENTSNOTE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CREATIONCREDIT","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_GENERALNOTE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_INDEXTERMCURRICULUM","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_INDEXTERMGENRE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ISBN","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ISSN","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_LCCN","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_LEADER","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINCORPORATEBODY","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINMEETINGNAME","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINPERSONALNAME","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINUNIFORMTITLE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PARTICIPANT","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PHYSICALDESCRIPTION","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PUBLICATION","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENT","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENTPERSONALNAME","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENTUNIFORMTITLE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SUMMARY","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SYSTEMDETAILS","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_TARGETAUDIENCE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_TITLESTATEMENT","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_UNIFORMTITLE","features":[84]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_VARYINGFORMTITLE","features":[84]},{"name":"KSPROPERTY_BOUNDS_LONG","features":[84]},{"name":"KSPROPERTY_BOUNDS_LONGLONG","features":[84]},{"name":"KSPROPERTY_BTAUDIO","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_AUTO_EXPOSURE_PRIORITY","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXPOSURE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXPOSURE_RELATIVE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ADVANCEDPHOTO","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_BACKGROUNDSEGMENTATION","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_CAMERAANGLEOFFSET","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_DIGITALWINDOW","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_DIGITALWINDOW_CONFIGCAPS","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_END","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_END2","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EVCOMPENSATION","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EXPOSUREMODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EYEGAZECORRECTION","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FACEAUTH_MODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FACEDETECTION","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FIELDOFVIEW","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FLASHMODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSMODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSPRIORITY","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSSTATE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_HISTOGRAM","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_IRTORCHMODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ISO","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ISO_ADVANCED","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_MAXVIDFPS_PHOTORES","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_MCC","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_METADATA","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_OIS","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_OPTIMIZATIONHINT","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOCONFIRMATION","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOFRAMERATE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOMAXFRAMERATE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOMODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOTHUMBNAIL","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOTRIGGERTIME","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PROFILE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PROPERTY","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_RELATIVEPANELOPTIMIZATION","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ROI_CONFIGCAPS","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ROI_ISPCONTROL","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_SCENEMODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_SECURE_MODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_TORCHMODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VFR","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOHDR","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOSTABILIZATION","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOTEMPORALDENOISING","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_WARMSTART","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_WHITEBALANCEMODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ZOOM","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_ABSOLUTE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_ASYNCHRONOUS","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_AUTO","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_MANUAL","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_RELATIVE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_AUTO","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_FLAGS_AUTO","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_FLAGS_MANUAL","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_OFF","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_ON","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_PROPERTY_ID","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_S","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH_S","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FOCUS","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_FOCUS_RELATIVE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_EXCLUSIVE_WITH_RECORD","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_PROPERTY_ID","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_SEQUENCE_EXCLUSIVE_WITH_RECORD","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_IRIS","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_IRIS_RELATIVE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_FOCAL_LENGTH_S","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_S","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_S2","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_PAN","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_PANTILT","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_PANTILT_RELATIVE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_PAN_RELATIVE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CAPABILITY","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CLEAR","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_PROPERTY","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_SET","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_PRIVACY","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_EXPOSURE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_FOCUS","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_WB","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONVERGEMODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_ASYNC","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_AUTO","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_MANUAL","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_PROPERTY_ID","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_S","features":[3,84]},{"name":"KSPROPERTY_CAMERACONTROL_ROLL","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_ROLL_RELATIVE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_S","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_S2","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_SCANMODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_S_EX","features":[3,84]},{"name":"KSPROPERTY_CAMERACONTROL_TILT","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_TILT_RELATIVE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_AUTO","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_FLAGS_AUTO","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_FLAGS_MANUAL","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_HIGH","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_LOW","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_MEDIUM","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_OFF","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_S","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEO_STABILIZATION_MODE","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEO_STABILIZATION_MODE_PROPERTY_ID","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_ZOOM","features":[84]},{"name":"KSPROPERTY_CAMERACONTROL_ZOOM_RELATIVE","features":[84]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_CLEAR","features":[84]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_FLAGS","features":[84]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_SET","features":[84]},{"name":"KSPROPERTY_CLOCK","features":[84]},{"name":"KSPROPERTY_CLOCK_CORRELATEDPHYSICALTIME","features":[84]},{"name":"KSPROPERTY_CLOCK_CORRELATEDTIME","features":[84]},{"name":"KSPROPERTY_CLOCK_PHYSICALTIME","features":[84]},{"name":"KSPROPERTY_CLOCK_RESOLUTION","features":[84]},{"name":"KSPROPERTY_CLOCK_STATE","features":[84]},{"name":"KSPROPERTY_CLOCK_TIME","features":[84]},{"name":"KSPROPERTY_CONNECTION","features":[84]},{"name":"KSPROPERTY_CONNECTION_ACQUIREORDERING","features":[84]},{"name":"KSPROPERTY_CONNECTION_ALLOCATORFRAMING","features":[84]},{"name":"KSPROPERTY_CONNECTION_ALLOCATORFRAMING_EX","features":[84]},{"name":"KSPROPERTY_CONNECTION_DATAFORMAT","features":[84]},{"name":"KSPROPERTY_CONNECTION_PRIORITY","features":[84]},{"name":"KSPROPERTY_CONNECTION_PROPOSEDATAFORMAT","features":[84]},{"name":"KSPROPERTY_CONNECTION_STARTAT","features":[84]},{"name":"KSPROPERTY_CONNECTION_STATE","features":[84]},{"name":"KSPROPERTY_COPYPROT","features":[84]},{"name":"KSPROPERTY_COPY_MACROVISION","features":[84]},{"name":"KSPROPERTY_CROSSBAR_ACTIVE_S","features":[84]},{"name":"KSPROPERTY_CROSSBAR_CAN_ROUTE","features":[84]},{"name":"KSPROPERTY_CROSSBAR_CAPS","features":[84]},{"name":"KSPROPERTY_CROSSBAR_CAPS_S","features":[84]},{"name":"KSPROPERTY_CROSSBAR_INPUT_ACTIVE","features":[84]},{"name":"KSPROPERTY_CROSSBAR_PININFO","features":[84]},{"name":"KSPROPERTY_CROSSBAR_PININFO_S","features":[84]},{"name":"KSPROPERTY_CROSSBAR_ROUTE","features":[84]},{"name":"KSPROPERTY_CROSSBAR_ROUTE_S","features":[84]},{"name":"KSPROPERTY_CURRENT_CAPTURE_SURFACE","features":[84]},{"name":"KSPROPERTY_CYCLIC","features":[84]},{"name":"KSPROPERTY_CYCLIC_POSITION","features":[84]},{"name":"KSPROPERTY_DESCRIPTION","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_ALL","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEANGLES","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEORIENTATION","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEOUTSIDEVOLUME","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MAXDISTANCE","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MINDISTANCE","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MODE","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_POSITION","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_VELOCITY","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ALL","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ALLOCATION","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_BATCH","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_DISTANCEFACTOR","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_DOPPLERFACTOR","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ORIENTATION","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_POSITION","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ROLLOFFFACTOR","features":[84]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_VELOCITY","features":[84]},{"name":"KSPROPERTY_DISPLAY_ADAPTER_GUID","features":[84]},{"name":"KSPROPERTY_DRMAUDIOSTREAM","features":[84]},{"name":"KSPROPERTY_DRMAUDIOSTREAM_CONTENTID","features":[84]},{"name":"KSPROPERTY_DROPPEDFRAMES_CURRENT","features":[84]},{"name":"KSPROPERTY_DROPPEDFRAMES_CURRENT_S","features":[84]},{"name":"KSPROPERTY_DVDCOPY_CHLG_KEY","features":[84]},{"name":"KSPROPERTY_DVDCOPY_DEC_KEY2","features":[84]},{"name":"KSPROPERTY_DVDCOPY_DISC_KEY","features":[84]},{"name":"KSPROPERTY_DVDCOPY_DVD_KEY1","features":[84]},{"name":"KSPROPERTY_DVDCOPY_REGION","features":[84]},{"name":"KSPROPERTY_DVDCOPY_SET_COPY_STATE","features":[84]},{"name":"KSPROPERTY_DVDCOPY_TITLE_KEY","features":[84]},{"name":"KSPROPERTY_DVDSUBPIC","features":[84]},{"name":"KSPROPERTY_DVDSUBPIC_COMPOSIT_ON","features":[84]},{"name":"KSPROPERTY_DVDSUBPIC_HLI","features":[84]},{"name":"KSPROPERTY_DVDSUBPIC_PALETTE","features":[84]},{"name":"KSPROPERTY_EXTDEVICE","features":[84]},{"name":"KSPROPERTY_EXTDEVICE_CAPABILITIES","features":[84]},{"name":"KSPROPERTY_EXTDEVICE_ID","features":[84]},{"name":"KSPROPERTY_EXTDEVICE_PORT","features":[84]},{"name":"KSPROPERTY_EXTDEVICE_POWER_STATE","features":[84]},{"name":"KSPROPERTY_EXTDEVICE_S","features":[84]},{"name":"KSPROPERTY_EXTDEVICE_VERSION","features":[84]},{"name":"KSPROPERTY_EXTENSION_UNIT","features":[84]},{"name":"KSPROPERTY_EXTENSION_UNIT_CONTROL","features":[84]},{"name":"KSPROPERTY_EXTENSION_UNIT_INFO","features":[84]},{"name":"KSPROPERTY_EXTENSION_UNIT_PASS_THROUGH","features":[84]},{"name":"KSPROPERTY_EXTXPORT","features":[84]},{"name":"KSPROPERTY_EXTXPORT_ATN_SEARCH","features":[84]},{"name":"KSPROPERTY_EXTXPORT_CAPABILITIES","features":[84]},{"name":"KSPROPERTY_EXTXPORT_INPUT_SIGNAL_MODE","features":[84]},{"name":"KSPROPERTY_EXTXPORT_LOAD_MEDIUM","features":[84]},{"name":"KSPROPERTY_EXTXPORT_MEDIUM_INFO","features":[84]},{"name":"KSPROPERTY_EXTXPORT_NODE_S","features":[3,84]},{"name":"KSPROPERTY_EXTXPORT_OUTPUT_SIGNAL_MODE","features":[84]},{"name":"KSPROPERTY_EXTXPORT_RTC_SEARCH","features":[84]},{"name":"KSPROPERTY_EXTXPORT_S","features":[3,84]},{"name":"KSPROPERTY_EXTXPORT_STATE","features":[84]},{"name":"KSPROPERTY_EXTXPORT_STATE_NOTIFY","features":[84]},{"name":"KSPROPERTY_EXTXPORT_TIMECODE_SEARCH","features":[84]},{"name":"KSPROPERTY_FMRX_ANTENNAENDPOINTID","features":[84]},{"name":"KSPROPERTY_FMRX_CONTROL","features":[84]},{"name":"KSPROPERTY_FMRX_ENDPOINTID","features":[84]},{"name":"KSPROPERTY_FMRX_STATE","features":[84]},{"name":"KSPROPERTY_FMRX_TOPOLOGY","features":[84]},{"name":"KSPROPERTY_FMRX_VOLUME","features":[84]},{"name":"KSPROPERTY_GENERAL","features":[84]},{"name":"KSPROPERTY_GENERAL_COMPONENTID","features":[84]},{"name":"KSPROPERTY_HRTF3D","features":[84]},{"name":"KSPROPERTY_HRTF3D_FILTER_FORMAT","features":[84]},{"name":"KSPROPERTY_HRTF3D_INITIALIZE","features":[84]},{"name":"KSPROPERTY_HRTF3D_PARAMS","features":[84]},{"name":"KSPROPERTY_INTERLEAVEDAUDIO","features":[84]},{"name":"KSPROPERTY_INTERLEAVEDAUDIO_FORMATINFORMATION","features":[84]},{"name":"KSPROPERTY_ITD3D","features":[84]},{"name":"KSPROPERTY_ITD3D_PARAMS","features":[84]},{"name":"KSPROPERTY_JACK","features":[84]},{"name":"KSPROPERTY_JACK_CONTAINERID","features":[84]},{"name":"KSPROPERTY_JACK_DESCRIPTION","features":[84]},{"name":"KSPROPERTY_JACK_DESCRIPTION2","features":[84]},{"name":"KSPROPERTY_JACK_DESCRIPTION3","features":[84]},{"name":"KSPROPERTY_JACK_SINK_INFO","features":[84]},{"name":"KSPROPERTY_MAP_CAPTURE_HANDLE_TO_VRAM_ADDRESS","features":[84]},{"name":"KSPROPERTY_MEDIAAVAILABLE","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING_AVAILABLE","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING_CAPABILITIES","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING_CONVERTTIMEFORMAT","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING_DURATION","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING_FORMATS","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING_POSITION","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING_POSITIONS","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING_PREROLL","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING_STOPPOSITION","features":[84]},{"name":"KSPROPERTY_MEDIASEEKING_TIMEFORMAT","features":[84]},{"name":"KSPROPERTY_MEMBERSHEADER","features":[84]},{"name":"KSPROPERTY_MEMBER_FLAG_BASICSUPPORT_MULTICHANNEL","features":[84]},{"name":"KSPROPERTY_MEMBER_FLAG_BASICSUPPORT_UNIFORM","features":[84]},{"name":"KSPROPERTY_MEMBER_FLAG_DEFAULT","features":[84]},{"name":"KSPROPERTY_MEMBER_RANGES","features":[84]},{"name":"KSPROPERTY_MEMBER_STEPPEDRANGES","features":[84]},{"name":"KSPROPERTY_MEMBER_VALUES","features":[84]},{"name":"KSPROPERTY_MEMORY_TRANSPORT","features":[84]},{"name":"KSPROPERTY_MPEG2VID","features":[84]},{"name":"KSPROPERTY_MPEG2VID_16_9_PANSCAN","features":[84]},{"name":"KSPROPERTY_MPEG2VID_16_9_RECT","features":[84]},{"name":"KSPROPERTY_MPEG2VID_4_3_RECT","features":[84]},{"name":"KSPROPERTY_MPEG2VID_CUR_MODE","features":[84]},{"name":"KSPROPERTY_MPEG2VID_MODES","features":[84]},{"name":"KSPROPERTY_MPEG4_MEDIATYPE_ATTRIBUTES","features":[84]},{"name":"KSPROPERTY_MPEG4_MEDIATYPE_SD_BOX","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_EVENTTOPICS_XML","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_EVENT_INFO","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_INFO","features":[3,84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_TYPE","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_TYPE_EVENTSINFO","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTP","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_HEADER","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_CUSTOM","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_DISABLE","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_HOSTNTP","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_PROPERTY","features":[84]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_URI","features":[84]},{"name":"KSPROPERTY_ONESHOT_DISCONNECT","features":[84]},{"name":"KSPROPERTY_ONESHOT_RECONNECT","features":[84]},{"name":"KSPROPERTY_OVERLAYUPDATE","features":[84]},{"name":"KSPROPERTY_OVERLAYUPDATE_CLIPLIST","features":[84]},{"name":"KSPROPERTY_OVERLAYUPDATE_COLORKEY","features":[84]},{"name":"KSPROPERTY_OVERLAYUPDATE_COLORREF","features":[84]},{"name":"KSPROPERTY_OVERLAYUPDATE_DISPLAYCHANGE","features":[84]},{"name":"KSPROPERTY_OVERLAYUPDATE_INTERESTS","features":[84]},{"name":"KSPROPERTY_OVERLAYUPDATE_PALETTE","features":[84]},{"name":"KSPROPERTY_OVERLAYUPDATE_VIDEOPOSITION","features":[84]},{"name":"KSPROPERTY_PIN","features":[84]},{"name":"KSPROPERTY_PIN_CATEGORY","features":[84]},{"name":"KSPROPERTY_PIN_CINSTANCES","features":[84]},{"name":"KSPROPERTY_PIN_COMMUNICATION","features":[84]},{"name":"KSPROPERTY_PIN_CONSTRAINEDDATARANGES","features":[84]},{"name":"KSPROPERTY_PIN_CTYPES","features":[84]},{"name":"KSPROPERTY_PIN_DATAFLOW","features":[84]},{"name":"KSPROPERTY_PIN_DATAINTERSECTION","features":[84]},{"name":"KSPROPERTY_PIN_DATARANGES","features":[84]},{"name":"KSPROPERTY_PIN_FLAGS_ATTRIBUTE_RANGE_AWARE","features":[84]},{"name":"KSPROPERTY_PIN_FLAGS_MASK","features":[84]},{"name":"KSPROPERTY_PIN_GLOBALCINSTANCES","features":[84]},{"name":"KSPROPERTY_PIN_INTERFACES","features":[84]},{"name":"KSPROPERTY_PIN_MEDIUMS","features":[84]},{"name":"KSPROPERTY_PIN_MODEDATAFORMATS","features":[84]},{"name":"KSPROPERTY_PIN_NAME","features":[84]},{"name":"KSPROPERTY_PIN_NECESSARYINSTANCES","features":[84]},{"name":"KSPROPERTY_PIN_PHYSICALCONNECTION","features":[84]},{"name":"KSPROPERTY_PIN_PROPOSEDATAFORMAT","features":[84]},{"name":"KSPROPERTY_PIN_PROPOSEDATAFORMAT2","features":[84]},{"name":"KSPROPERTY_POSITIONS","features":[84]},{"name":"KSPROPERTY_PREFERRED_CAPTURE_SURFACE","features":[84]},{"name":"KSPROPERTY_QUALITY","features":[84]},{"name":"KSPROPERTY_QUALITY_ERROR","features":[84]},{"name":"KSPROPERTY_QUALITY_REPORT","features":[84]},{"name":"KSPROPERTY_RAW_AVC_CMD","features":[84]},{"name":"KSPROPERTY_RTAUDIO","features":[84]},{"name":"KSPROPERTY_RTAUDIO_BUFFER","features":[84]},{"name":"KSPROPERTY_RTAUDIO_BUFFER_WITH_NOTIFICATION","features":[84]},{"name":"KSPROPERTY_RTAUDIO_CLOCKREGISTER","features":[84]},{"name":"KSPROPERTY_RTAUDIO_GETPOSITIONFUNCTION","features":[84]},{"name":"KSPROPERTY_RTAUDIO_GETREADPACKET","features":[84]},{"name":"KSPROPERTY_RTAUDIO_HWLATENCY","features":[84]},{"name":"KSPROPERTY_RTAUDIO_PACKETCOUNT","features":[84]},{"name":"KSPROPERTY_RTAUDIO_PACKETVREGISTER","features":[84]},{"name":"KSPROPERTY_RTAUDIO_POSITIONREGISTER","features":[84]},{"name":"KSPROPERTY_RTAUDIO_PRESENTATION_POSITION","features":[84]},{"name":"KSPROPERTY_RTAUDIO_QUERY_NOTIFICATION_SUPPORT","features":[84]},{"name":"KSPROPERTY_RTAUDIO_REGISTER_NOTIFICATION_EVENT","features":[84]},{"name":"KSPROPERTY_RTAUDIO_SETWRITEPACKET","features":[84]},{"name":"KSPROPERTY_RTAUDIO_UNREGISTER_NOTIFICATION_EVENT","features":[84]},{"name":"KSPROPERTY_RTC_READER","features":[84]},{"name":"KSPROPERTY_SELECTOR_NODE_S","features":[84]},{"name":"KSPROPERTY_SELECTOR_NUM_SOURCES","features":[84]},{"name":"KSPROPERTY_SELECTOR_S","features":[84]},{"name":"KSPROPERTY_SELECTOR_SOURCE_NODE_ID","features":[84]},{"name":"KSPROPERTY_SERIAL","features":[84]},{"name":"KSPROPERTY_SERIALHDR","features":[84]},{"name":"KSPROPERTY_SOUNDDETECTOR","features":[84]},{"name":"KSPROPERTY_SOUNDDETECTOR_ARMED","features":[84]},{"name":"KSPROPERTY_SOUNDDETECTOR_MATCHRESULT","features":[84]},{"name":"KSPROPERTY_SOUNDDETECTOR_PATTERNS","features":[84]},{"name":"KSPROPERTY_SOUNDDETECTOR_RESET","features":[84]},{"name":"KSPROPERTY_SOUNDDETECTOR_STREAMINGSUPPORT","features":[84]},{"name":"KSPROPERTY_SOUNDDETECTOR_SUPPORTEDPATTERNS","features":[84]},{"name":"KSPROPERTY_SPHLI","features":[84]},{"name":"KSPROPERTY_SPPAL","features":[84]},{"name":"KSPROPERTY_STEPPING_LONG","features":[84]},{"name":"KSPROPERTY_STEPPING_LONGLONG","features":[84]},{"name":"KSPROPERTY_STREAM","features":[84]},{"name":"KSPROPERTY_STREAMINTERFACE","features":[84]},{"name":"KSPROPERTY_STREAMINTERFACE_HEADERSIZE","features":[84]},{"name":"KSPROPERTY_STREAM_ALLOCATOR","features":[84]},{"name":"KSPROPERTY_STREAM_DEGRADATION","features":[84]},{"name":"KSPROPERTY_STREAM_FRAMETIME","features":[84]},{"name":"KSPROPERTY_STREAM_MASTERCLOCK","features":[84]},{"name":"KSPROPERTY_STREAM_PIPE_ID","features":[84]},{"name":"KSPROPERTY_STREAM_PRESENTATIONEXTENT","features":[84]},{"name":"KSPROPERTY_STREAM_PRESENTATIONTIME","features":[84]},{"name":"KSPROPERTY_STREAM_QUALITY","features":[84]},{"name":"KSPROPERTY_STREAM_RATE","features":[84]},{"name":"KSPROPERTY_STREAM_RATECAPABILITY","features":[84]},{"name":"KSPROPERTY_STREAM_TIMEFORMAT","features":[84]},{"name":"KSPROPERTY_TELEPHONY_CALLCONTROL","features":[84]},{"name":"KSPROPERTY_TELEPHONY_CALLHOLD","features":[84]},{"name":"KSPROPERTY_TELEPHONY_CALLINFO","features":[84]},{"name":"KSPROPERTY_TELEPHONY_CONTROL","features":[84]},{"name":"KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR","features":[84]},{"name":"KSPROPERTY_TELEPHONY_MUTE_TX","features":[84]},{"name":"KSPROPERTY_TELEPHONY_PROVIDERCHANGE","features":[84]},{"name":"KSPROPERTY_TELEPHONY_PROVIDERID","features":[84]},{"name":"KSPROPERTY_TELEPHONY_TOPOLOGY","features":[84]},{"name":"KSPROPERTY_TELEPHONY_VOLUME","features":[84]},{"name":"KSPROPERTY_TIMECODE","features":[84]},{"name":"KSPROPERTY_TIMECODE_NODE_S","features":[84]},{"name":"KSPROPERTY_TIMECODE_READER","features":[84]},{"name":"KSPROPERTY_TIMECODE_S","features":[84]},{"name":"KSPROPERTY_TOPOLOGY","features":[84]},{"name":"KSPROPERTY_TOPOLOGYNODE","features":[84]},{"name":"KSPROPERTY_TOPOLOGYNODE_ENABLE","features":[84]},{"name":"KSPROPERTY_TOPOLOGYNODE_RESET","features":[84]},{"name":"KSPROPERTY_TOPOLOGY_CATEGORIES","features":[84]},{"name":"KSPROPERTY_TOPOLOGY_CONNECTIONS","features":[84]},{"name":"KSPROPERTY_TOPOLOGY_NAME","features":[84]},{"name":"KSPROPERTY_TOPOLOGY_NODES","features":[84]},{"name":"KSPROPERTY_TUNER","features":[84]},{"name":"KSPROPERTY_TUNER_CAPS","features":[84]},{"name":"KSPROPERTY_TUNER_CAPS_S","features":[84]},{"name":"KSPROPERTY_TUNER_FREQUENCY","features":[84]},{"name":"KSPROPERTY_TUNER_FREQUENCY_S","features":[84]},{"name":"KSPROPERTY_TUNER_IF_MEDIUM","features":[84]},{"name":"KSPROPERTY_TUNER_IF_MEDIUM_S","features":[84]},{"name":"KSPROPERTY_TUNER_INPUT","features":[84]},{"name":"KSPROPERTY_TUNER_INPUT_S","features":[84]},{"name":"KSPROPERTY_TUNER_MODE","features":[84]},{"name":"KSPROPERTY_TUNER_MODES","features":[84]},{"name":"KSPROPERTY_TUNER_MODE_AM_RADIO","features":[84]},{"name":"KSPROPERTY_TUNER_MODE_ATSC","features":[84]},{"name":"KSPROPERTY_TUNER_MODE_CAPS","features":[84]},{"name":"KSPROPERTY_TUNER_MODE_CAPS_S","features":[84]},{"name":"KSPROPERTY_TUNER_MODE_DSS","features":[84]},{"name":"KSPROPERTY_TUNER_MODE_FM_RADIO","features":[84]},{"name":"KSPROPERTY_TUNER_MODE_S","features":[84]},{"name":"KSPROPERTY_TUNER_MODE_TV","features":[84]},{"name":"KSPROPERTY_TUNER_NETWORKTYPE_SCAN_CAPS","features":[84]},{"name":"KSPROPERTY_TUNER_NETWORKTYPE_SCAN_CAPS_S","features":[84]},{"name":"KSPROPERTY_TUNER_SCAN_CAPS","features":[84]},{"name":"KSPROPERTY_TUNER_SCAN_CAPS_S","features":[3,84]},{"name":"KSPROPERTY_TUNER_SCAN_STATUS","features":[84]},{"name":"KSPROPERTY_TUNER_SCAN_STATUS_S","features":[84]},{"name":"KSPROPERTY_TUNER_STANDARD","features":[84]},{"name":"KSPROPERTY_TUNER_STANDARD_MODE","features":[84]},{"name":"KSPROPERTY_TUNER_STANDARD_MODE_S","features":[3,84]},{"name":"KSPROPERTY_TUNER_STANDARD_S","features":[84]},{"name":"KSPROPERTY_TUNER_STATUS","features":[84]},{"name":"KSPROPERTY_TUNER_STATUS_S","features":[84]},{"name":"KSPROPERTY_TVAUDIO_CAPS","features":[84]},{"name":"KSPROPERTY_TVAUDIO_CAPS_S","features":[84]},{"name":"KSPROPERTY_TVAUDIO_CURRENTLY_AVAILABLE_MODES","features":[84]},{"name":"KSPROPERTY_TVAUDIO_MODE","features":[84]},{"name":"KSPROPERTY_TVAUDIO_S","features":[84]},{"name":"KSPROPERTY_TYPE_BASICSUPPORT","features":[84]},{"name":"KSPROPERTY_TYPE_COPYPAYLOAD","features":[84]},{"name":"KSPROPERTY_TYPE_DEFAULTVALUES","features":[84]},{"name":"KSPROPERTY_TYPE_FSFILTERSCOPE","features":[84]},{"name":"KSPROPERTY_TYPE_GET","features":[84]},{"name":"KSPROPERTY_TYPE_GETPAYLOADSIZE","features":[84]},{"name":"KSPROPERTY_TYPE_HIGHPRIORITY","features":[84]},{"name":"KSPROPERTY_TYPE_RELATIONS","features":[84]},{"name":"KSPROPERTY_TYPE_SERIALIZERAW","features":[84]},{"name":"KSPROPERTY_TYPE_SERIALIZESET","features":[84]},{"name":"KSPROPERTY_TYPE_SERIALIZESIZE","features":[84]},{"name":"KSPROPERTY_TYPE_SET","features":[84]},{"name":"KSPROPERTY_TYPE_SETSUPPORT","features":[84]},{"name":"KSPROPERTY_TYPE_TOPOLOGY","features":[84]},{"name":"KSPROPERTY_TYPE_UNSERIALIZERAW","features":[84]},{"name":"KSPROPERTY_TYPE_UNSERIALIZESET","features":[84]},{"name":"KSPROPERTY_VBICAP","features":[84]},{"name":"KSPROPERTY_VBICAP_PROPERTIES_PROTECTION","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_CC_SUBSTREAMS_S","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_NABTS_SUBSTREAMS_S","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_DISCOVERED_BIT_ARRAY","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_REQUESTED_BIT_ARRAY","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_S","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_CC_PIN_S","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_CC_S","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_COMMON_PIN_S","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_COMMON_S","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_NABTS_PIN_S","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_NABTS_S","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_SUBSTREAMS_DISCOVERED_BIT_ARRAY","features":[84]},{"name":"KSPROPERTY_VBICODECFILTERING_SUBSTREAMS_REQUESTED_BIT_ARRAY","features":[84]},{"name":"KSPROPERTY_VIDCAP_CAMERACONTROL","features":[84]},{"name":"KSPROPERTY_VIDCAP_CROSSBAR","features":[84]},{"name":"KSPROPERTY_VIDCAP_DROPPEDFRAMES","features":[84]},{"name":"KSPROPERTY_VIDCAP_SELECTOR","features":[84]},{"name":"KSPROPERTY_VIDCAP_TVAUDIO","features":[84]},{"name":"KSPROPERTY_VIDCAP_VIDEOCOMPRESSION","features":[84]},{"name":"KSPROPERTY_VIDCAP_VIDEOCONTROL","features":[84]},{"name":"KSPROPERTY_VIDCAP_VIDEODECODER","features":[84]},{"name":"KSPROPERTY_VIDCAP_VIDEOENCODER","features":[84]},{"name":"KSPROPERTY_VIDCAP_VIDEOPROCAMP","features":[84]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_GETINFO","features":[84]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_GETINFO_S","features":[84]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_KEYFRAME_RATE","features":[84]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_OVERRIDE_FRAME_SIZE","features":[84]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_OVERRIDE_KEYFRAME","features":[84]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_PFRAMES_PER_KEYFRAME","features":[84]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_QUALITY","features":[84]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_S","features":[84]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_S1","features":[84]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_WINDOWSIZE","features":[84]},{"name":"KSPROPERTY_VIDEOCONTROL_ACTUAL_FRAME_RATE","features":[84]},{"name":"KSPROPERTY_VIDEOCONTROL_ACTUAL_FRAME_RATE_S","features":[3,84]},{"name":"KSPROPERTY_VIDEOCONTROL_CAPS","features":[84]},{"name":"KSPROPERTY_VIDEOCONTROL_CAPS_S","features":[84]},{"name":"KSPROPERTY_VIDEOCONTROL_FRAME_RATES","features":[84]},{"name":"KSPROPERTY_VIDEOCONTROL_FRAME_RATES_S","features":[3,84]},{"name":"KSPROPERTY_VIDEOCONTROL_MODE","features":[84]},{"name":"KSPROPERTY_VIDEOCONTROL_MODE_S","features":[84]},{"name":"KSPROPERTY_VIDEODECODER_CAPS","features":[84]},{"name":"KSPROPERTY_VIDEODECODER_CAPS_S","features":[84]},{"name":"KSPROPERTY_VIDEODECODER_OUTPUT_ENABLE","features":[84]},{"name":"KSPROPERTY_VIDEODECODER_S","features":[84]},{"name":"KSPROPERTY_VIDEODECODER_STANDARD","features":[84]},{"name":"KSPROPERTY_VIDEODECODER_STATUS","features":[84]},{"name":"KSPROPERTY_VIDEODECODER_STATUS2","features":[84]},{"name":"KSPROPERTY_VIDEODECODER_STATUS2_S","features":[84]},{"name":"KSPROPERTY_VIDEODECODER_STATUS_S","features":[84]},{"name":"KSPROPERTY_VIDEODECODER_VCR_TIMING","features":[84]},{"name":"KSPROPERTY_VIDEOENCODER_CAPS","features":[84]},{"name":"KSPROPERTY_VIDEOENCODER_CC_ENABLE","features":[84]},{"name":"KSPROPERTY_VIDEOENCODER_COPYPROTECTION","features":[84]},{"name":"KSPROPERTY_VIDEOENCODER_S","features":[84]},{"name":"KSPROPERTY_VIDEOENCODER_STANDARD","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_BACKLIGHT_COMPENSATION","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_BRIGHTNESS","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_COLORENABLE","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_CONTRAST","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_DIGITAL_MULTIPLIER","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_DIGITAL_MULTIPLIER_LIMIT","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_FLAGS_AUTO","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_FLAGS_MANUAL","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_GAIN","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_GAMMA","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_HUE","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_NODE_S","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_NODE_S2","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_POWERLINE_FREQUENCY","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_S","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_S2","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_SATURATION","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_SHARPNESS","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_WHITEBALANCE","features":[84]},{"name":"KSPROPERTY_VIDEOPROCAMP_WHITEBALANCE_COMPONENT","features":[84]},{"name":"KSPROPERTY_VIDMEM_TRANSPORT","features":[84]},{"name":"KSPROPERTY_VPCONFIG","features":[84]},{"name":"KSPROPERTY_VPCONFIG_DDRAWHANDLE","features":[84]},{"name":"KSPROPERTY_VPCONFIG_DDRAWSURFACEHANDLE","features":[84]},{"name":"KSPROPERTY_VPCONFIG_DECIMATIONCAPABILITY","features":[84]},{"name":"KSPROPERTY_VPCONFIG_GETCONNECTINFO","features":[84]},{"name":"KSPROPERTY_VPCONFIG_GETVIDEOFORMAT","features":[84]},{"name":"KSPROPERTY_VPCONFIG_INFORMVPINPUT","features":[84]},{"name":"KSPROPERTY_VPCONFIG_INVERTPOLARITY","features":[84]},{"name":"KSPROPERTY_VPCONFIG_MAXPIXELRATE","features":[84]},{"name":"KSPROPERTY_VPCONFIG_NUMCONNECTINFO","features":[84]},{"name":"KSPROPERTY_VPCONFIG_NUMVIDEOFORMAT","features":[84]},{"name":"KSPROPERTY_VPCONFIG_SCALEFACTOR","features":[84]},{"name":"KSPROPERTY_VPCONFIG_SETCONNECTINFO","features":[84]},{"name":"KSPROPERTY_VPCONFIG_SETVIDEOFORMAT","features":[84]},{"name":"KSPROPERTY_VPCONFIG_SURFACEPARAMS","features":[84]},{"name":"KSPROPERTY_VPCONFIG_VIDEOPORTID","features":[84]},{"name":"KSPROPERTY_VPCONFIG_VPDATAINFO","features":[84]},{"name":"KSPROPERTY_WAVE","features":[84]},{"name":"KSPROPERTY_WAVE_BUFFER","features":[84]},{"name":"KSPROPERTY_WAVE_COMPATIBLE_CAPABILITIES","features":[84]},{"name":"KSPROPERTY_WAVE_FREQUENCY","features":[84]},{"name":"KSPROPERTY_WAVE_INPUT_CAPABILITIES","features":[84]},{"name":"KSPROPERTY_WAVE_OUTPUT_CAPABILITIES","features":[84]},{"name":"KSPROPERTY_WAVE_PAN","features":[84]},{"name":"KSPROPERTY_WAVE_QUEUED_POSITION","features":[84]},{"name":"KSPROPERTY_WAVE_VOLUME","features":[84]},{"name":"KSPROPSETID_AC3","features":[84]},{"name":"KSPROPSETID_Audio","features":[84]},{"name":"KSPROPSETID_AudioBufferDuration","features":[84]},{"name":"KSPROPSETID_AudioDecoderOut","features":[84]},{"name":"KSPROPSETID_AudioEngine","features":[84]},{"name":"KSPROPSETID_AudioModule","features":[84]},{"name":"KSPROPSETID_AudioPosture","features":[84]},{"name":"KSPROPSETID_AudioResourceManagement","features":[84]},{"name":"KSPROPSETID_AudioSignalProcessing","features":[84]},{"name":"KSPROPSETID_Bibliographic","features":[84]},{"name":"KSPROPSETID_BtAudio","features":[84]},{"name":"KSPROPSETID_Clock","features":[84]},{"name":"KSPROPSETID_Connection","features":[84]},{"name":"KSPROPSETID_CopyProt","features":[84]},{"name":"KSPROPSETID_Cyclic","features":[84]},{"name":"KSPROPSETID_DirectSound3DBuffer","features":[84]},{"name":"KSPROPSETID_DirectSound3DListener","features":[84]},{"name":"KSPROPSETID_DrmAudioStream","features":[84]},{"name":"KSPROPSETID_DvdSubPic","features":[84]},{"name":"KSPROPSETID_FMRXControl","features":[84]},{"name":"KSPROPSETID_FMRXTopology","features":[84]},{"name":"KSPROPSETID_General","features":[84]},{"name":"KSPROPSETID_Hrtf3d","features":[84]},{"name":"KSPROPSETID_InterleavedAudio","features":[84]},{"name":"KSPROPSETID_Itd3d","features":[84]},{"name":"KSPROPSETID_Jack","features":[84]},{"name":"KSPROPSETID_MPEG4_MediaType_Attributes","features":[84]},{"name":"KSPROPSETID_MediaSeeking","features":[84]},{"name":"KSPROPSETID_MemoryTransport","features":[84]},{"name":"KSPROPSETID_Mpeg2Vid","features":[84]},{"name":"KSPROPSETID_OverlayUpdate","features":[84]},{"name":"KSPROPSETID_Pin","features":[84]},{"name":"KSPROPSETID_PinMDLCacheClearProp","features":[84]},{"name":"KSPROPSETID_Quality","features":[84]},{"name":"KSPROPSETID_RtAudio","features":[84]},{"name":"KSPROPSETID_SoundDetector","features":[84]},{"name":"KSPROPSETID_SoundDetector2","features":[84]},{"name":"KSPROPSETID_Stream","features":[84]},{"name":"KSPROPSETID_StreamAllocator","features":[84]},{"name":"KSPROPSETID_StreamInterface","features":[84]},{"name":"KSPROPSETID_TSRateChange","features":[84]},{"name":"KSPROPSETID_TelephonyControl","features":[84]},{"name":"KSPROPSETID_TelephonyTopology","features":[84]},{"name":"KSPROPSETID_Topology","features":[84]},{"name":"KSPROPSETID_TopologyNode","features":[84]},{"name":"KSPROPSETID_VBICAP_PROPERTIES","features":[84]},{"name":"KSPROPSETID_VBICodecFiltering","features":[84]},{"name":"KSPROPSETID_VPConfig","features":[84]},{"name":"KSPROPSETID_VPVBIConfig","features":[84]},{"name":"KSPROPSETID_VramCapture","features":[84]},{"name":"KSPROPSETID_Wave","features":[84]},{"name":"KSPROPTYPESETID_General","features":[84]},{"name":"KSP_NODE","features":[84]},{"name":"KSP_PIN","features":[84]},{"name":"KSP_TIMEFORMAT","features":[84]},{"name":"KSQUALITY","features":[84]},{"name":"KSQUALITY_MANAGER","features":[3,84]},{"name":"KSQUERYBUFFER","features":[3,84]},{"name":"KSRATE","features":[84]},{"name":"KSRATE_CAPABILITY","features":[84]},{"name":"KSRATE_NOPRESENTATIONDURATION","features":[84]},{"name":"KSRATE_NOPRESENTATIONSTART","features":[84]},{"name":"KSRELATIVEEVENT","features":[3,84]},{"name":"KSRELATIVEEVENT_FLAG_HANDLE","features":[84]},{"name":"KSRELATIVEEVENT_FLAG_POINTER","features":[84]},{"name":"KSRESET","features":[84]},{"name":"KSRESET_BEGIN","features":[84]},{"name":"KSRESET_END","features":[84]},{"name":"KSRESOLUTION","features":[84]},{"name":"KSRTAUDIO_BUFFER","features":[3,84]},{"name":"KSRTAUDIO_BUFFER32","features":[3,84]},{"name":"KSRTAUDIO_BUFFER_PROPERTY","features":[84]},{"name":"KSRTAUDIO_BUFFER_PROPERTY32","features":[84]},{"name":"KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION","features":[84]},{"name":"KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION32","features":[84]},{"name":"KSRTAUDIO_GETREADPACKET_INFO","features":[3,84]},{"name":"KSRTAUDIO_HWLATENCY","features":[84]},{"name":"KSRTAUDIO_HWREGISTER","features":[84]},{"name":"KSRTAUDIO_HWREGISTER32","features":[84]},{"name":"KSRTAUDIO_HWREGISTER_PROPERTY","features":[84]},{"name":"KSRTAUDIO_HWREGISTER_PROPERTY32","features":[84]},{"name":"KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY","features":[3,84]},{"name":"KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32","features":[84]},{"name":"KSRTAUDIO_PACKETVREGISTER","features":[84]},{"name":"KSRTAUDIO_PACKETVREGISTER_PROPERTY","features":[84]},{"name":"KSRTAUDIO_SETWRITEPACKET_INFO","features":[84]},{"name":"KSSOUNDDETECTORPROPERTY","features":[84]},{"name":"KSSTATE","features":[84]},{"name":"KSSTATE_ACQUIRE","features":[84]},{"name":"KSSTATE_PAUSE","features":[84]},{"name":"KSSTATE_RUN","features":[84]},{"name":"KSSTATE_STOP","features":[84]},{"name":"KSSTREAMALLOCATOR_STATUS","features":[84]},{"name":"KSSTREAMALLOCATOR_STATUS_EX","features":[84]},{"name":"KSSTREAM_FAILUREEXCEPTION","features":[84]},{"name":"KSSTREAM_HEADER","features":[84]},{"name":"KSSTREAM_HEADER","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_BUFFEREDTRANSFER","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_DATADISCONTINUITY","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_DURATIONVALID","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_ENDOFPHOTOSEQUENCE","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_ENDOFSTREAM","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_FLUSHONPAUSE","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_FRAMEINFO","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_LOOPEDDATA","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_METADATA","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_PERSIST_SAMPLE","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_PREROLL","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_SAMPLE_PERSISTED","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_SECUREBUFFERTRANSFER","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_SPLICEPOINT","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_TIMEDISCONTINUITY","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_TIMEVALID","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_TYPECHANGED","features":[84]},{"name":"KSSTREAM_HEADER_OPTIONSF_VRAM_DATA_TRANSFER","features":[84]},{"name":"KSSTREAM_HEADER_TRACK_COMPLETION_NUMBERS","features":[84]},{"name":"KSSTREAM_METADATA_INFO","features":[84]},{"name":"KSSTREAM_NONPAGED_DATA","features":[84]},{"name":"KSSTREAM_PAGED_DATA","features":[84]},{"name":"KSSTREAM_READ","features":[84]},{"name":"KSSTREAM_SEGMENT","features":[3,84]},{"name":"KSSTREAM_SYNCHRONOUS","features":[84]},{"name":"KSSTREAM_UVC_METADATA","features":[84]},{"name":"KSSTREAM_UVC_METADATATYPE_TIMESTAMP","features":[84]},{"name":"KSSTREAM_UVC_SECURE_ATTRIBUTE_SIZE","features":[84]},{"name":"KSSTREAM_WRITE","features":[84]},{"name":"KSSTRING_Allocator","features":[84]},{"name":"KSSTRING_AllocatorEx","features":[84]},{"name":"KSSTRING_Clock","features":[84]},{"name":"KSSTRING_Filter","features":[84]},{"name":"KSSTRING_Pin","features":[84]},{"name":"KSSTRING_TopologyNode","features":[84]},{"name":"KSTELEPHONY_CALLCONTROL","features":[84]},{"name":"KSTELEPHONY_CALLINFO","features":[84]},{"name":"KSTELEPHONY_PROVIDERCHANGE","features":[84]},{"name":"KSTIME","features":[84]},{"name":"KSTIME_FORMAT_BYTE","features":[84]},{"name":"KSTIME_FORMAT_FIELD","features":[84]},{"name":"KSTIME_FORMAT_FRAME","features":[84]},{"name":"KSTIME_FORMAT_MEDIA_TIME","features":[84]},{"name":"KSTIME_FORMAT_SAMPLE","features":[84]},{"name":"KSTOPOLOGY","features":[84]},{"name":"KSTOPOLOGY_CONNECTION","features":[84]},{"name":"KSTOPOLOGY_ENDPOINTID","features":[84]},{"name":"KSTOPOLOGY_ENDPOINTIDPAIR","features":[84]},{"name":"KSVPMAXPIXELRATE","features":[84]},{"name":"KSVPSIZE_PROP","features":[84]},{"name":"KSVPSURFACEPARAMS","features":[84]},{"name":"KSWAVETABLE_WAVE_DESC","features":[3,84]},{"name":"KSWAVE_BUFFER","features":[84]},{"name":"KSWAVE_BUFFER_ATTRIBUTEF_LOOPING","features":[84]},{"name":"KSWAVE_BUFFER_ATTRIBUTEF_STATIC","features":[84]},{"name":"KSWAVE_COMPATCAPS","features":[84]},{"name":"KSWAVE_COMPATCAPS_INPUT","features":[84]},{"name":"KSWAVE_COMPATCAPS_OUTPUT","features":[84]},{"name":"KSWAVE_INPUT_CAPABILITIES","features":[84]},{"name":"KSWAVE_OUTPUT_CAPABILITIES","features":[84]},{"name":"KSWAVE_VOLUME","features":[84]},{"name":"KS_AMCONTROL_COLORINFO_PRESENT","features":[84]},{"name":"KS_AMCONTROL_PAD_TO_16x9","features":[84]},{"name":"KS_AMCONTROL_PAD_TO_4x3","features":[84]},{"name":"KS_AMCONTROL_USED","features":[84]},{"name":"KS_AMPixAspectRatio","features":[84]},{"name":"KS_AMVPDATAINFO","features":[3,84]},{"name":"KS_AMVPDIMINFO","features":[3,84]},{"name":"KS_AMVPSIZE","features":[84]},{"name":"KS_AMVP_BEST_BANDWIDTH","features":[84]},{"name":"KS_AMVP_DO_NOT_CARE","features":[84]},{"name":"KS_AMVP_INPUT_SAME_AS_OUTPUT","features":[84]},{"name":"KS_AMVP_MODE","features":[84]},{"name":"KS_AMVP_MODE_BOBINTERLEAVED","features":[84]},{"name":"KS_AMVP_MODE_BOBNONINTERLEAVED","features":[84]},{"name":"KS_AMVP_MODE_SKIPEVEN","features":[84]},{"name":"KS_AMVP_MODE_SKIPODD","features":[84]},{"name":"KS_AMVP_MODE_WEAVE","features":[84]},{"name":"KS_AMVP_SELECTFORMATBY","features":[84]},{"name":"KS_AM_ExactRateChange","features":[84]},{"name":"KS_AM_PROPERTY_TS_RATE_CHANGE","features":[84]},{"name":"KS_AM_RATE_ExactRateChange","features":[84]},{"name":"KS_AM_RATE_MaxFullDataRate","features":[84]},{"name":"KS_AM_RATE_SimpleRateChange","features":[84]},{"name":"KS_AM_RATE_Step","features":[84]},{"name":"KS_AM_SimpleRateChange","features":[84]},{"name":"KS_AM_UseNewCSSKey","features":[84]},{"name":"KS_ANALOGVIDEOINFO","features":[3,84]},{"name":"KS_AnalogVideoStandard","features":[84]},{"name":"KS_AnalogVideo_NTSC_433","features":[84]},{"name":"KS_AnalogVideo_NTSC_M","features":[84]},{"name":"KS_AnalogVideo_NTSC_M_J","features":[84]},{"name":"KS_AnalogVideo_NTSC_Mask","features":[84]},{"name":"KS_AnalogVideo_None","features":[84]},{"name":"KS_AnalogVideo_PAL_60","features":[84]},{"name":"KS_AnalogVideo_PAL_B","features":[84]},{"name":"KS_AnalogVideo_PAL_D","features":[84]},{"name":"KS_AnalogVideo_PAL_G","features":[84]},{"name":"KS_AnalogVideo_PAL_H","features":[84]},{"name":"KS_AnalogVideo_PAL_I","features":[84]},{"name":"KS_AnalogVideo_PAL_M","features":[84]},{"name":"KS_AnalogVideo_PAL_Mask","features":[84]},{"name":"KS_AnalogVideo_PAL_N","features":[84]},{"name":"KS_AnalogVideo_PAL_N_COMBO","features":[84]},{"name":"KS_AnalogVideo_SECAM_B","features":[84]},{"name":"KS_AnalogVideo_SECAM_D","features":[84]},{"name":"KS_AnalogVideo_SECAM_G","features":[84]},{"name":"KS_AnalogVideo_SECAM_H","features":[84]},{"name":"KS_AnalogVideo_SECAM_K","features":[84]},{"name":"KS_AnalogVideo_SECAM_K1","features":[84]},{"name":"KS_AnalogVideo_SECAM_L","features":[84]},{"name":"KS_AnalogVideo_SECAM_L1","features":[84]},{"name":"KS_AnalogVideo_SECAM_Mask","features":[84]},{"name":"KS_BITMAPINFOHEADER","features":[84]},{"name":"KS_BI_BITFIELDS","features":[84]},{"name":"KS_BI_JPEG","features":[84]},{"name":"KS_BI_RGB","features":[84]},{"name":"KS_BI_RLE4","features":[84]},{"name":"KS_BI_RLE8","features":[84]},{"name":"KS_CAMERACONTROL_ASYNC_RESET","features":[84]},{"name":"KS_CAMERACONTROL_ASYNC_START","features":[84]},{"name":"KS_CAMERACONTROL_ASYNC_STOP","features":[84]},{"name":"KS_CAPTURE_ALLOC_INVALID","features":[84]},{"name":"KS_CAPTURE_ALLOC_SECURE_BUFFER","features":[84]},{"name":"KS_CAPTURE_ALLOC_SYSTEM","features":[84]},{"name":"KS_CAPTURE_ALLOC_SYSTEM_AGP","features":[84]},{"name":"KS_CAPTURE_ALLOC_VRAM","features":[84]},{"name":"KS_CAPTURE_ALLOC_VRAM_MAPPED","features":[84]},{"name":"KS_CC_SUBSTREAM_EVEN","features":[84]},{"name":"KS_CC_SUBSTREAM_FIELD1_MASK","features":[84]},{"name":"KS_CC_SUBSTREAM_FIELD2_MASK","features":[84]},{"name":"KS_CC_SUBSTREAM_ODD","features":[84]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC1","features":[84]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC2","features":[84]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC3","features":[84]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC4","features":[84]},{"name":"KS_CC_SUBSTREAM_SERVICE_T1","features":[84]},{"name":"KS_CC_SUBSTREAM_SERVICE_T2","features":[84]},{"name":"KS_CC_SUBSTREAM_SERVICE_T3","features":[84]},{"name":"KS_CC_SUBSTREAM_SERVICE_T4","features":[84]},{"name":"KS_CC_SUBSTREAM_SERVICE_XDS","features":[84]},{"name":"KS_COLCON","features":[84]},{"name":"KS_COMPRESSION","features":[84]},{"name":"KS_COPYPROTECT_RestrictDuplication","features":[84]},{"name":"KS_COPY_MACROVISION","features":[84]},{"name":"KS_COPY_MACROVISION_LEVEL","features":[84]},{"name":"KS_CameraControlAsyncOperation","features":[84]},{"name":"KS_CompressionCaps","features":[84]},{"name":"KS_CompressionCaps_CanBFrame","features":[84]},{"name":"KS_CompressionCaps_CanCrunch","features":[84]},{"name":"KS_CompressionCaps_CanKeyFrame","features":[84]},{"name":"KS_CompressionCaps_CanQuality","features":[84]},{"name":"KS_CompressionCaps_CanWindow","features":[84]},{"name":"KS_DATAFORMAT_H264VIDEOINFO","features":[84]},{"name":"KS_DATAFORMAT_IMAGEINFO","features":[84]},{"name":"KS_DATAFORMAT_MPEGVIDEOINFO2","features":[3,84]},{"name":"KS_DATAFORMAT_VBIINFOHEADER","features":[84]},{"name":"KS_DATAFORMAT_VIDEOINFOHEADER","features":[3,84]},{"name":"KS_DATAFORMAT_VIDEOINFOHEADER2","features":[3,84]},{"name":"KS_DATAFORMAT_VIDEOINFO_PALETTE","features":[3,84]},{"name":"KS_DATARANGE_ANALOGVIDEO","features":[3,84]},{"name":"KS_DATARANGE_H264_VIDEO","features":[3,84]},{"name":"KS_DATARANGE_IMAGE","features":[3,84]},{"name":"KS_DATARANGE_MPEG1_VIDEO","features":[3,84]},{"name":"KS_DATARANGE_MPEG2_VIDEO","features":[3,84]},{"name":"KS_DATARANGE_VIDEO","features":[3,84]},{"name":"KS_DATARANGE_VIDEO2","features":[3,84]},{"name":"KS_DATARANGE_VIDEO_PALETTE","features":[3,84]},{"name":"KS_DATARANGE_VIDEO_VBI","features":[3,84]},{"name":"KS_DVDCOPYSTATE","features":[84]},{"name":"KS_DVDCOPYSTATE_AUTHENTICATION_NOT_REQUIRED","features":[84]},{"name":"KS_DVDCOPYSTATE_AUTHENTICATION_REQUIRED","features":[84]},{"name":"KS_DVDCOPYSTATE_DONE","features":[84]},{"name":"KS_DVDCOPYSTATE_INITIALIZE","features":[84]},{"name":"KS_DVDCOPYSTATE_INITIALIZE_TITLE","features":[84]},{"name":"KS_DVDCOPY_BUSKEY","features":[84]},{"name":"KS_DVDCOPY_CHLGKEY","features":[84]},{"name":"KS_DVDCOPY_DISCKEY","features":[84]},{"name":"KS_DVDCOPY_REGION","features":[84]},{"name":"KS_DVDCOPY_SET_COPY_STATE","features":[84]},{"name":"KS_DVDCOPY_TITLEKEY","features":[84]},{"name":"KS_DVD_CGMS_COPY_ONCE","features":[84]},{"name":"KS_DVD_CGMS_COPY_PERMITTED","features":[84]},{"name":"KS_DVD_CGMS_COPY_PROTECT_MASK","features":[84]},{"name":"KS_DVD_CGMS_NO_COPY","features":[84]},{"name":"KS_DVD_CGMS_RESERVED_MASK","features":[84]},{"name":"KS_DVD_COPYRIGHTED","features":[84]},{"name":"KS_DVD_COPYRIGHT_MASK","features":[84]},{"name":"KS_DVD_NOT_COPYRIGHTED","features":[84]},{"name":"KS_DVD_SECTOR_NOT_PROTECTED","features":[84]},{"name":"KS_DVD_SECTOR_PROTECTED","features":[84]},{"name":"KS_DVD_SECTOR_PROTECT_MASK","features":[84]},{"name":"KS_DVD_YCrCb","features":[84]},{"name":"KS_DVD_YUV","features":[84]},{"name":"KS_FRAME_INFO","features":[3,84]},{"name":"KS_FRAMING_ITEM","features":[84]},{"name":"KS_FRAMING_RANGE","features":[84]},{"name":"KS_FRAMING_RANGE_WEIGHTED","features":[84]},{"name":"KS_H264VIDEOINFO","features":[84]},{"name":"KS_INTERLACE_1FieldPerSample","features":[84]},{"name":"KS_INTERLACE_DisplayModeBobOnly","features":[84]},{"name":"KS_INTERLACE_DisplayModeBobOrWeave","features":[84]},{"name":"KS_INTERLACE_DisplayModeMask","features":[84]},{"name":"KS_INTERLACE_DisplayModeWeaveOnly","features":[84]},{"name":"KS_INTERLACE_Field1First","features":[84]},{"name":"KS_INTERLACE_FieldPatBothIrregular","features":[84]},{"name":"KS_INTERLACE_FieldPatBothRegular","features":[84]},{"name":"KS_INTERLACE_FieldPatField1Only","features":[84]},{"name":"KS_INTERLACE_FieldPatField2Only","features":[84]},{"name":"KS_INTERLACE_FieldPatternMask","features":[84]},{"name":"KS_INTERLACE_IsInterlaced","features":[84]},{"name":"KS_INTERLACE_UNUSED","features":[84]},{"name":"KS_LogicalMemoryType","features":[84]},{"name":"KS_MACROVISION_DISABLED","features":[84]},{"name":"KS_MACROVISION_LEVEL1","features":[84]},{"name":"KS_MACROVISION_LEVEL2","features":[84]},{"name":"KS_MACROVISION_LEVEL3","features":[84]},{"name":"KS_MAX_SIZE_MPEG1_SEQUENCE_INFO","features":[84]},{"name":"KS_MPEG1VIDEOINFO","features":[3,84]},{"name":"KS_MPEG2Level","features":[84]},{"name":"KS_MPEG2Level_High","features":[84]},{"name":"KS_MPEG2Level_High1440","features":[84]},{"name":"KS_MPEG2Level_Low","features":[84]},{"name":"KS_MPEG2Level_Main","features":[84]},{"name":"KS_MPEG2Profile","features":[84]},{"name":"KS_MPEG2Profile_High","features":[84]},{"name":"KS_MPEG2Profile_Main","features":[84]},{"name":"KS_MPEG2Profile_SNRScalable","features":[84]},{"name":"KS_MPEG2Profile_Simple","features":[84]},{"name":"KS_MPEG2Profile_SpatiallyScalable","features":[84]},{"name":"KS_MPEG2_27MhzTimebase","features":[84]},{"name":"KS_MPEG2_DSS_UserData","features":[84]},{"name":"KS_MPEG2_DVB_UserData","features":[84]},{"name":"KS_MPEG2_DVDLine21Field1","features":[84]},{"name":"KS_MPEG2_DVDLine21Field2","features":[84]},{"name":"KS_MPEG2_DoPanScan","features":[84]},{"name":"KS_MPEG2_FilmCameraMode","features":[84]},{"name":"KS_MPEG2_LetterboxAnalogOut","features":[84]},{"name":"KS_MPEG2_SourceIsLetterboxed","features":[84]},{"name":"KS_MPEG2_WidescreenAnalogOut","features":[84]},{"name":"KS_MPEGAUDIOINFO","features":[84]},{"name":"KS_MPEGAUDIOINFO_27MhzTimebase","features":[84]},{"name":"KS_MPEGVIDEOINFO2","features":[3,84]},{"name":"KS_MemoryTypeAnyHost","features":[84]},{"name":"KS_MemoryTypeDeviceHostMapped","features":[84]},{"name":"KS_MemoryTypeDeviceSpecific","features":[84]},{"name":"KS_MemoryTypeDontCare","features":[84]},{"name":"KS_MemoryTypeKernelNonPaged","features":[84]},{"name":"KS_MemoryTypeKernelPaged","features":[84]},{"name":"KS_MemoryTypeUser","features":[84]},{"name":"KS_NABTS_GROUPID_LOCAL_CABLE_SYSTEM_ADVERTISER_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_LOCAL_CABLE_SYSTEM_CONTENT_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_MICROSOFT_RESERVED_TEST_DATA_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_NETWORK_WIDE_ADVERTISER_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_NETWORK_WIDE_CONTENT_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_ORIGINAL_CONTENT_ADVERTISER_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_ORIGINAL_CONTENT_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_PRODUCTION_COMPANY_ADVERTISER_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_PRODUCTION_COMPANY_CONTENT_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_SYNDICATED_SHOW_ADVERTISER_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_SYNDICATED_SHOW_CONTENT_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_TELEVISION_STATION_ADVERTISER_BASE","features":[84]},{"name":"KS_NABTS_GROUPID_TELEVISION_STATION_CONTENT_BASE","features":[84]},{"name":"KS_Obsolete_VideoControlFlag_ExternalTriggerEnable","features":[84]},{"name":"KS_Obsolete_VideoControlFlag_Trigger","features":[84]},{"name":"KS_PhysConn_Audio_1394","features":[84]},{"name":"KS_PhysConn_Audio_AESDigital","features":[84]},{"name":"KS_PhysConn_Audio_AUX","features":[84]},{"name":"KS_PhysConn_Audio_AudioDecoder","features":[84]},{"name":"KS_PhysConn_Audio_Line","features":[84]},{"name":"KS_PhysConn_Audio_Mic","features":[84]},{"name":"KS_PhysConn_Audio_SCSI","features":[84]},{"name":"KS_PhysConn_Audio_SPDIFDigital","features":[84]},{"name":"KS_PhysConn_Audio_Tuner","features":[84]},{"name":"KS_PhysConn_Audio_USB","features":[84]},{"name":"KS_PhysConn_Video_1394","features":[84]},{"name":"KS_PhysConn_Video_AUX","features":[84]},{"name":"KS_PhysConn_Video_Composite","features":[84]},{"name":"KS_PhysConn_Video_ParallelDigital","features":[84]},{"name":"KS_PhysConn_Video_RGB","features":[84]},{"name":"KS_PhysConn_Video_SCART","features":[84]},{"name":"KS_PhysConn_Video_SCSI","features":[84]},{"name":"KS_PhysConn_Video_SVideo","features":[84]},{"name":"KS_PhysConn_Video_SerialDigital","features":[84]},{"name":"KS_PhysConn_Video_Tuner","features":[84]},{"name":"KS_PhysConn_Video_USB","features":[84]},{"name":"KS_PhysConn_Video_VideoDecoder","features":[84]},{"name":"KS_PhysConn_Video_VideoEncoder","features":[84]},{"name":"KS_PhysConn_Video_YRYBY","features":[84]},{"name":"KS_PhysicalConnectorType","features":[84]},{"name":"KS_PixAspectRatio_NTSC16x9","features":[84]},{"name":"KS_PixAspectRatio_NTSC4x3","features":[84]},{"name":"KS_PixAspectRatio_PAL16x9","features":[84]},{"name":"KS_PixAspectRatio_PAL4x3","features":[84]},{"name":"KS_RGBQUAD","features":[84]},{"name":"KS_SECURE_CAMERA_SCENARIO_ID","features":[84]},{"name":"KS_SEEKING_AbsolutePositioning","features":[84]},{"name":"KS_SEEKING_CAPABILITIES","features":[84]},{"name":"KS_SEEKING_CanGetCurrentPos","features":[84]},{"name":"KS_SEEKING_CanGetDuration","features":[84]},{"name":"KS_SEEKING_CanGetStopPos","features":[84]},{"name":"KS_SEEKING_CanPlayBackwards","features":[84]},{"name":"KS_SEEKING_CanSeekAbsolute","features":[84]},{"name":"KS_SEEKING_CanSeekBackwards","features":[84]},{"name":"KS_SEEKING_CanSeekForwards","features":[84]},{"name":"KS_SEEKING_FLAGS","features":[84]},{"name":"KS_SEEKING_IncrementalPositioning","features":[84]},{"name":"KS_SEEKING_NoPositioning","features":[84]},{"name":"KS_SEEKING_PositioningBitsMask","features":[84]},{"name":"KS_SEEKING_RelativePositioning","features":[84]},{"name":"KS_SEEKING_ReturnTime","features":[84]},{"name":"KS_SEEKING_SeekToKeyFrame","features":[84]},{"name":"KS_StreamingHint_CompQuality","features":[84]},{"name":"KS_StreamingHint_CompWindowSize","features":[84]},{"name":"KS_StreamingHint_FrameInterval","features":[84]},{"name":"KS_StreamingHint_KeyFrameRate","features":[84]},{"name":"KS_StreamingHint_PFrameRate","features":[84]},{"name":"KS_TRUECOLORINFO","features":[84]},{"name":"KS_TUNER_STRATEGY","features":[84]},{"name":"KS_TUNER_STRATEGY_DRIVER_TUNES","features":[84]},{"name":"KS_TUNER_STRATEGY_PLL","features":[84]},{"name":"KS_TUNER_STRATEGY_SIGNAL_STRENGTH","features":[84]},{"name":"KS_TUNER_TUNING_COARSE","features":[84]},{"name":"KS_TUNER_TUNING_EXACT","features":[84]},{"name":"KS_TUNER_TUNING_FINE","features":[84]},{"name":"KS_TUNER_TUNING_FLAGS","features":[84]},{"name":"KS_TVAUDIO_MODE_LANG_A","features":[84]},{"name":"KS_TVAUDIO_MODE_LANG_B","features":[84]},{"name":"KS_TVAUDIO_MODE_LANG_C","features":[84]},{"name":"KS_TVAUDIO_MODE_MONO","features":[84]},{"name":"KS_TVAUDIO_MODE_STEREO","features":[84]},{"name":"KS_TVAUDIO_PRESET_LANG_A","features":[84]},{"name":"KS_TVAUDIO_PRESET_LANG_B","features":[84]},{"name":"KS_TVAUDIO_PRESET_LANG_C","features":[84]},{"name":"KS_TVAUDIO_PRESET_STEREO","features":[84]},{"name":"KS_TVTUNER_CHANGE_BEGIN_TUNE","features":[84]},{"name":"KS_TVTUNER_CHANGE_END_TUNE","features":[84]},{"name":"KS_TVTUNER_CHANGE_INFO","features":[84]},{"name":"KS_VBICAP_PROTECTION_MV_DETECTED","features":[84]},{"name":"KS_VBICAP_PROTECTION_MV_HARDWARE","features":[84]},{"name":"KS_VBICAP_PROTECTION_MV_PRESENT","features":[84]},{"name":"KS_VBIDATARATE_CC","features":[84]},{"name":"KS_VBIDATARATE_NABTS","features":[84]},{"name":"KS_VBIINFOHEADER","features":[84]},{"name":"KS_VBI_FLAG_FIELD1","features":[84]},{"name":"KS_VBI_FLAG_FIELD2","features":[84]},{"name":"KS_VBI_FLAG_FRAME","features":[84]},{"name":"KS_VBI_FLAG_MV_DETECTED","features":[84]},{"name":"KS_VBI_FLAG_MV_HARDWARE","features":[84]},{"name":"KS_VBI_FLAG_MV_PRESENT","features":[84]},{"name":"KS_VBI_FLAG_TVTUNER_CHANGE","features":[84]},{"name":"KS_VBI_FLAG_VBIINFOHEADER_CHANGE","features":[84]},{"name":"KS_VBI_FRAME_INFO","features":[84]},{"name":"KS_VIDEODECODER_FLAGS","features":[84]},{"name":"KS_VIDEODECODER_FLAGS_CAN_DISABLE_OUTPUT","features":[84]},{"name":"KS_VIDEODECODER_FLAGS_CAN_INDICATE_LOCKED","features":[84]},{"name":"KS_VIDEODECODER_FLAGS_CAN_USE_VCR_LOCKING","features":[84]},{"name":"KS_VIDEOINFO","features":[3,84]},{"name":"KS_VIDEOINFOHEADER","features":[3,84]},{"name":"KS_VIDEOINFOHEADER2","features":[3,84]},{"name":"KS_VIDEOSTREAM_CAPTURE","features":[84]},{"name":"KS_VIDEOSTREAM_CC","features":[84]},{"name":"KS_VIDEOSTREAM_EDS","features":[84]},{"name":"KS_VIDEOSTREAM_IS_VPE","features":[84]},{"name":"KS_VIDEOSTREAM_NABTS","features":[84]},{"name":"KS_VIDEOSTREAM_PREVIEW","features":[84]},{"name":"KS_VIDEOSTREAM_STILL","features":[84]},{"name":"KS_VIDEOSTREAM_TELETEXT","features":[84]},{"name":"KS_VIDEOSTREAM_VBI","features":[84]},{"name":"KS_VIDEO_ALLOC_VPE_AGP","features":[84]},{"name":"KS_VIDEO_ALLOC_VPE_DISPLAY","features":[84]},{"name":"KS_VIDEO_ALLOC_VPE_SYSTEM","features":[84]},{"name":"KS_VIDEO_FLAG_B_FRAME","features":[84]},{"name":"KS_VIDEO_FLAG_FIELD1","features":[84]},{"name":"KS_VIDEO_FLAG_FIELD1FIRST","features":[84]},{"name":"KS_VIDEO_FLAG_FIELD2","features":[84]},{"name":"KS_VIDEO_FLAG_FIELD_MASK","features":[84]},{"name":"KS_VIDEO_FLAG_FRAME","features":[84]},{"name":"KS_VIDEO_FLAG_IPB_MASK","features":[84]},{"name":"KS_VIDEO_FLAG_I_FRAME","features":[84]},{"name":"KS_VIDEO_FLAG_P_FRAME","features":[84]},{"name":"KS_VIDEO_FLAG_REPEAT_FIELD","features":[84]},{"name":"KS_VIDEO_FLAG_WEAVE","features":[84]},{"name":"KS_VIDEO_STREAM_CONFIG_CAPS","features":[3,84]},{"name":"KS_VideoControlFlag_ExternalTriggerEnable","features":[84]},{"name":"KS_VideoControlFlag_FlipHorizontal","features":[84]},{"name":"KS_VideoControlFlag_FlipVertical","features":[84]},{"name":"KS_VideoControlFlag_IndependentImagePin","features":[84]},{"name":"KS_VideoControlFlag_StartPhotoSequenceCapture","features":[84]},{"name":"KS_VideoControlFlag_StillCapturePreviewFrame","features":[84]},{"name":"KS_VideoControlFlag_StopPhotoSequenceCapture","features":[84]},{"name":"KS_VideoControlFlag_Trigger","features":[84]},{"name":"KS_VideoControlFlags","features":[84]},{"name":"KS_VideoStreamingHints","features":[84]},{"name":"KS_iBLUE","features":[84]},{"name":"KS_iEGA_COLORS","features":[84]},{"name":"KS_iGREEN","features":[84]},{"name":"KS_iMASK_COLORS","features":[84]},{"name":"KS_iMAXBITS","features":[84]},{"name":"KS_iPALETTE","features":[84]},{"name":"KS_iPALETTE_COLORS","features":[84]},{"name":"KS_iRED","features":[84]},{"name":"KS_iTRUECOLOR","features":[84]},{"name":"KsAllocatorMode_Kernel","features":[84]},{"name":"KsAllocatorMode_User","features":[84]},{"name":"KsCreateAllocator","features":[3,84]},{"name":"KsCreateAllocator2","features":[3,84]},{"name":"KsCreateClock","features":[3,84]},{"name":"KsCreateClock2","features":[3,84]},{"name":"KsCreatePin","features":[3,84]},{"name":"KsCreatePin2","features":[3,84]},{"name":"KsCreateTopologyNode","features":[3,84]},{"name":"KsCreateTopologyNode2","features":[3,84]},{"name":"KsGetMediaType","features":[3,84,85]},{"name":"KsGetMediaTypeCount","features":[3,84]},{"name":"KsGetMultiplePinFactoryItems","features":[3,84]},{"name":"KsIoOperation_Read","features":[84]},{"name":"KsIoOperation_Write","features":[84]},{"name":"KsOpenDefaultDevice","features":[3,84]},{"name":"KsPeekOperation_AddRef","features":[84]},{"name":"KsPeekOperation_PeekOnly","features":[84]},{"name":"KsResolveRequiredAttributes","features":[84]},{"name":"KsSynchronousDeviceControl","features":[3,84]},{"name":"LIGHT_FILTER","features":[84]},{"name":"LOOPEDSTREAMING_POSITION_EVENT_DATA","features":[3,84]},{"name":"MAX_NABTS_VBI_LINES_PER_FIELD","features":[84]},{"name":"MAX_RESOURCEGROUPID_LENGTH","features":[84]},{"name":"MAX_SINK_DESCRIPTION_NAME_LENGTH","features":[84]},{"name":"MAX_WST_VBI_LINES_PER_FIELD","features":[84]},{"name":"MEDIUM_INFO","features":[3,84]},{"name":"MF_MDL_SHARED_PAYLOAD_KEY","features":[84]},{"name":"MIN_DEV_VER_FOR_FLAGS","features":[84]},{"name":"MIN_DEV_VER_FOR_QI","features":[84]},{"name":"MetadataId_BackgroundSegmentationMask","features":[84]},{"name":"MetadataId_CameraExtrinsics","features":[84]},{"name":"MetadataId_CameraIntrinsics","features":[84]},{"name":"MetadataId_CaptureStats","features":[84]},{"name":"MetadataId_Custom_Start","features":[84]},{"name":"MetadataId_DigitalWindow","features":[84]},{"name":"MetadataId_FrameIllumination","features":[84]},{"name":"MetadataId_PhotoConfirmation","features":[84]},{"name":"MetadataId_Standard_End","features":[84]},{"name":"MetadataId_Standard_Start","features":[84]},{"name":"MetadataId_UsbVideoHeader","features":[84]},{"name":"NABTSFEC_BUFFER","features":[84]},{"name":"NABTS_BUFFER","features":[84]},{"name":"NABTS_BUFFER_LINE","features":[84]},{"name":"NABTS_BUFFER_PICTURENUMBER_SUPPORT","features":[84]},{"name":"NABTS_BYTES_PER_LINE","features":[84]},{"name":"NABTS_LINES_PER_BUNDLE","features":[84]},{"name":"NABTS_PAYLOAD_PER_LINE","features":[84]},{"name":"NANOSECONDS","features":[84]},{"name":"OPTIMAL_WEIGHT_TOTALS","features":[84]},{"name":"PINNAME_DISPLAYPORT_OUT","features":[84]},{"name":"PINNAME_HDMI_OUT","features":[84]},{"name":"PINNAME_IMAGE","features":[84]},{"name":"PINNAME_SPDIF_IN","features":[84]},{"name":"PINNAME_SPDIF_OUT","features":[84]},{"name":"PINNAME_VIDEO_ANALOGVIDEOIN","features":[84]},{"name":"PINNAME_VIDEO_CAPTURE","features":[84]},{"name":"PINNAME_VIDEO_CC","features":[84]},{"name":"PINNAME_VIDEO_CC_CAPTURE","features":[84]},{"name":"PINNAME_VIDEO_EDS","features":[84]},{"name":"PINNAME_VIDEO_NABTS","features":[84]},{"name":"PINNAME_VIDEO_NABTS_CAPTURE","features":[84]},{"name":"PINNAME_VIDEO_PREVIEW","features":[84]},{"name":"PINNAME_VIDEO_STILL","features":[84]},{"name":"PINNAME_VIDEO_TELETEXT","features":[84]},{"name":"PINNAME_VIDEO_TIMECODE","features":[84]},{"name":"PINNAME_VIDEO_VBI","features":[84]},{"name":"PINNAME_VIDEO_VIDEOPORT","features":[84]},{"name":"PINNAME_VIDEO_VIDEOPORT_VBI","features":[84]},{"name":"PIPE_ALLOCATOR_PLACE","features":[84]},{"name":"PIPE_DIMENSIONS","features":[84]},{"name":"PIPE_STATE","features":[84]},{"name":"PIPE_TERMINATION","features":[84]},{"name":"PROPSETID_ALLOCATOR_CONTROL","features":[84]},{"name":"PROPSETID_EXT_DEVICE","features":[84]},{"name":"PROPSETID_EXT_TRANSPORT","features":[84]},{"name":"PROPSETID_TIMECODE_READER","features":[84]},{"name":"PROPSETID_TUNER","features":[84]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL","features":[84]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_FLASH","features":[84]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_IMAGE_PIN_CAPABILITY","features":[84]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_REGION_OF_INTEREST","features":[84]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_VIDEO_STABILIZATION","features":[84]},{"name":"PROPSETID_VIDCAP_CROSSBAR","features":[84]},{"name":"PROPSETID_VIDCAP_DROPPEDFRAMES","features":[84]},{"name":"PROPSETID_VIDCAP_SELECTOR","features":[84]},{"name":"PROPSETID_VIDCAP_TVAUDIO","features":[84]},{"name":"PROPSETID_VIDCAP_VIDEOCOMPRESSION","features":[84]},{"name":"PROPSETID_VIDCAP_VIDEOCONTROL","features":[84]},{"name":"PROPSETID_VIDCAP_VIDEODECODER","features":[84]},{"name":"PROPSETID_VIDCAP_VIDEOENCODER","features":[84]},{"name":"PROPSETID_VIDCAP_VIDEOPROCAMP","features":[84]},{"name":"PipeFactor_Align","features":[84]},{"name":"PipeFactor_Buffers","features":[84]},{"name":"PipeFactor_FixedCompression","features":[84]},{"name":"PipeFactor_Flags","features":[84]},{"name":"PipeFactor_LogicalEnd","features":[84]},{"name":"PipeFactor_MemoryTypes","features":[84]},{"name":"PipeFactor_None","features":[84]},{"name":"PipeFactor_OptimalRanges","features":[84]},{"name":"PipeFactor_PhysicalEnd","features":[84]},{"name":"PipeFactor_PhysicalRanges","features":[84]},{"name":"PipeFactor_UnknownCompression","features":[84]},{"name":"PipeFactor_UserModeDownstream","features":[84]},{"name":"PipeFactor_UserModeUpstream","features":[84]},{"name":"PipeState_CompressionUnknown","features":[84]},{"name":"PipeState_DontCare","features":[84]},{"name":"PipeState_Finalized","features":[84]},{"name":"PipeState_RangeFixed","features":[84]},{"name":"PipeState_RangeNotFixed","features":[84]},{"name":"Pipe_Allocator_FirstPin","features":[84]},{"name":"Pipe_Allocator_LastPin","features":[84]},{"name":"Pipe_Allocator_MiddlePin","features":[84]},{"name":"Pipe_Allocator_None","features":[84]},{"name":"RT_RCDATA","features":[84]},{"name":"RT_STRING","features":[84]},{"name":"SECURE_BUFFER_INFO","features":[84]},{"name":"SHORT_COEFF","features":[84]},{"name":"SOUNDDETECTOR_PATTERNHEADER","features":[84]},{"name":"SPEAKER_ALL","features":[84]},{"name":"SPEAKER_BACK_CENTER","features":[84]},{"name":"SPEAKER_BACK_LEFT","features":[84]},{"name":"SPEAKER_BACK_RIGHT","features":[84]},{"name":"SPEAKER_FRONT_CENTER","features":[84]},{"name":"SPEAKER_FRONT_LEFT","features":[84]},{"name":"SPEAKER_FRONT_LEFT_OF_CENTER","features":[84]},{"name":"SPEAKER_FRONT_RIGHT","features":[84]},{"name":"SPEAKER_FRONT_RIGHT_OF_CENTER","features":[84]},{"name":"SPEAKER_LOW_FREQUENCY","features":[84]},{"name":"SPEAKER_RESERVED","features":[84]},{"name":"SPEAKER_SIDE_LEFT","features":[84]},{"name":"SPEAKER_SIDE_RIGHT","features":[84]},{"name":"SPEAKER_TOP_BACK_CENTER","features":[84]},{"name":"SPEAKER_TOP_BACK_LEFT","features":[84]},{"name":"SPEAKER_TOP_BACK_RIGHT","features":[84]},{"name":"SPEAKER_TOP_CENTER","features":[84]},{"name":"SPEAKER_TOP_FRONT_CENTER","features":[84]},{"name":"SPEAKER_TOP_FRONT_LEFT","features":[84]},{"name":"SPEAKER_TOP_FRONT_RIGHT","features":[84]},{"name":"SYSAUDIO_FLAGS_CLEAR_PREFERRED","features":[84]},{"name":"SYSAUDIO_FLAGS_DONT_COMBINE_PINS","features":[84]},{"name":"TELEPHONY_CALLCONTROLOP","features":[84]},{"name":"TELEPHONY_CALLCONTROLOP_DISABLE","features":[84]},{"name":"TELEPHONY_CALLCONTROLOP_ENABLE","features":[84]},{"name":"TELEPHONY_CALLSTATE","features":[84]},{"name":"TELEPHONY_CALLSTATE_DISABLED","features":[84]},{"name":"TELEPHONY_CALLSTATE_ENABLED","features":[84]},{"name":"TELEPHONY_CALLSTATE_HOLD","features":[84]},{"name":"TELEPHONY_CALLSTATE_PROVIDERTRANSITION","features":[84]},{"name":"TELEPHONY_CALLTYPE","features":[84]},{"name":"TELEPHONY_CALLTYPE_CIRCUITSWITCHED","features":[84]},{"name":"TELEPHONY_CALLTYPE_PACKETSWITCHED_LTE","features":[84]},{"name":"TELEPHONY_CALLTYPE_PACKETSWITCHED_WLAN","features":[84]},{"name":"TELEPHONY_PROVIDERCHANGEOP","features":[84]},{"name":"TELEPHONY_PROVIDERCHANGEOP_BEGIN","features":[84]},{"name":"TELEPHONY_PROVIDERCHANGEOP_CANCEL","features":[84]},{"name":"TELEPHONY_PROVIDERCHANGEOP_END","features":[84]},{"name":"TRANSPORTAUDIOPARMS","features":[84]},{"name":"TRANSPORTBASICPARMS","features":[84]},{"name":"TRANSPORTSTATUS","features":[84]},{"name":"TRANSPORTVIDEOPARMS","features":[84]},{"name":"TRANSPORT_STATE","features":[84]},{"name":"TUNER_ANALOG_CAPS_S","features":[84]},{"name":"TunerLockType","features":[84]},{"name":"Tuner_LockType_Locked","features":[84]},{"name":"Tuner_LockType_None","features":[84]},{"name":"Tuner_LockType_Within_Scan_Sensing_Range","features":[84]},{"name":"VBICAP_PROPERTIES_PROTECTION_S","features":[84]},{"name":"VBICODECFILTERING_CC_SUBSTREAMS","features":[84]},{"name":"VBICODECFILTERING_NABTS_SUBSTREAMS","features":[84]},{"name":"VBICODECFILTERING_SCANLINES","features":[84]},{"name":"VBICODECFILTERING_STATISTICS_CC","features":[84]},{"name":"VBICODECFILTERING_STATISTICS_CC_PIN","features":[84]},{"name":"VBICODECFILTERING_STATISTICS_COMMON","features":[84]},{"name":"VBICODECFILTERING_STATISTICS_COMMON_PIN","features":[84]},{"name":"VBICODECFILTERING_STATISTICS_NABTS","features":[84]},{"name":"VBICODECFILTERING_STATISTICS_NABTS_PIN","features":[84]},{"name":"VBICODECFILTERING_STATISTICS_TELETEXT","features":[84]},{"name":"VBICODECFILTERING_STATISTICS_TELETEXT_PIN","features":[84]},{"name":"VRAM_SURFACE_INFO","features":[84]},{"name":"VRAM_SURFACE_INFO_PROPERTY_S","features":[84]},{"name":"WAVE_FORMAT_EXTENSIBLE","features":[84]},{"name":"WNF_KSCAMERA_STREAMSTATE_INFO","features":[84]},{"name":"WST_BUFFER","features":[84]},{"name":"WST_BUFFER_LINE","features":[84]},{"name":"WST_BYTES_PER_LINE","features":[84]},{"name":"WST_TVTUNER_CHANGE_BEGIN_TUNE","features":[84]},{"name":"WST_TVTUNER_CHANGE_END_TUNE","features":[84]},{"name":"eConnType3Point5mm","features":[84]},{"name":"eConnTypeAtapiInternal","features":[84]},{"name":"eConnTypeCombination","features":[84]},{"name":"eConnTypeMultichannelAnalogDIN","features":[84]},{"name":"eConnTypeOptical","features":[84]},{"name":"eConnTypeOtherAnalog","features":[84]},{"name":"eConnTypeOtherDigital","features":[84]},{"name":"eConnTypeQuarter","features":[84]},{"name":"eConnTypeRCA","features":[84]},{"name":"eConnTypeRJ11Modem","features":[84]},{"name":"eConnTypeUnknown","features":[84]},{"name":"eConnTypeXlrProfessional","features":[84]},{"name":"eDeviceControlUseMissing","features":[84]},{"name":"eDeviceControlUsePrimary","features":[84]},{"name":"eDeviceControlUseSecondary","features":[84]},{"name":"eGenLocInternal","features":[84]},{"name":"eGenLocOther","features":[84]},{"name":"eGenLocPrimaryBox","features":[84]},{"name":"eGenLocSeparate","features":[84]},{"name":"eGeoLocATAPI","features":[84]},{"name":"eGeoLocBottom","features":[84]},{"name":"eGeoLocDrivebay","features":[84]},{"name":"eGeoLocFront","features":[84]},{"name":"eGeoLocHDMI","features":[84]},{"name":"eGeoLocInsideMobileLid","features":[84]},{"name":"eGeoLocLeft","features":[84]},{"name":"eGeoLocNotApplicable","features":[84]},{"name":"eGeoLocOutsideMobileLid","features":[84]},{"name":"eGeoLocRear","features":[84]},{"name":"eGeoLocRearPanel","features":[84]},{"name":"eGeoLocReserved6","features":[84]},{"name":"eGeoLocRight","features":[84]},{"name":"eGeoLocRiser","features":[84]},{"name":"eGeoLocTop","features":[84]},{"name":"ePortConnBothIntegratedAndJack","features":[84]},{"name":"ePortConnIntegratedDevice","features":[84]},{"name":"ePortConnJack","features":[84]},{"name":"ePortConnUnknown","features":[84]}],"441":[{"name":"ACMDM_BASE","features":[81]},{"name":"ACM_MPEG_COPYRIGHT","features":[81]},{"name":"ACM_MPEG_DUALCHANNEL","features":[81]},{"name":"ACM_MPEG_ID_MPEG1","features":[81]},{"name":"ACM_MPEG_JOINTSTEREO","features":[81]},{"name":"ACM_MPEG_LAYER1","features":[81]},{"name":"ACM_MPEG_LAYER2","features":[81]},{"name":"ACM_MPEG_LAYER3","features":[81]},{"name":"ACM_MPEG_ORIGINALHOME","features":[81]},{"name":"ACM_MPEG_PRIVATEBIT","features":[81]},{"name":"ACM_MPEG_PROTECTIONBIT","features":[81]},{"name":"ACM_MPEG_SINGLECHANNEL","features":[81]},{"name":"ACM_MPEG_STEREO","features":[81]},{"name":"ADPCMCOEFSET","features":[81]},{"name":"ADPCMEWAVEFORMAT","features":[82,81]},{"name":"ADPCMWAVEFORMAT","features":[82,81]},{"name":"APTXWAVEFORMAT","features":[82,81]},{"name":"AUDIOFILE_AF10WAVEFORMAT","features":[82,81]},{"name":"AUDIOFILE_AF36WAVEFORMAT","features":[82,81]},{"name":"AUXDM_GETDEVCAPS","features":[81]},{"name":"AUXDM_GETNUMDEVS","features":[81]},{"name":"AUXDM_GETVOLUME","features":[81]},{"name":"AUXDM_SETVOLUME","features":[81]},{"name":"AUXM_INIT","features":[81]},{"name":"AUXM_INIT_EX","features":[81]},{"name":"AVIBuildFilterA","features":[3,81]},{"name":"AVIBuildFilterW","features":[3,81]},{"name":"AVICOMPRESSF_DATARATE","features":[81]},{"name":"AVICOMPRESSF_INTERLEAVE","features":[81]},{"name":"AVICOMPRESSF_KEYFRAMES","features":[81]},{"name":"AVICOMPRESSF_VALID","features":[81]},{"name":"AVICOMPRESSOPTIONS","features":[81]},{"name":"AVIClearClipboard","features":[81]},{"name":"AVIERR_OK","features":[81]},{"name":"AVIFILECAPS_ALLKEYFRAMES","features":[81]},{"name":"AVIFILECAPS_CANREAD","features":[81]},{"name":"AVIFILECAPS_CANWRITE","features":[81]},{"name":"AVIFILECAPS_NOCOMPRESSION","features":[81]},{"name":"AVIFILEHANDLER_CANACCEPTNONRGB","features":[81]},{"name":"AVIFILEHANDLER_CANREAD","features":[81]},{"name":"AVIFILEHANDLER_CANWRITE","features":[81]},{"name":"AVIFILEINFOA","features":[81]},{"name":"AVIFILEINFOW","features":[81]},{"name":"AVIFILEINFO_COPYRIGHTED","features":[81]},{"name":"AVIFILEINFO_HASINDEX","features":[81]},{"name":"AVIFILEINFO_ISINTERLEAVED","features":[81]},{"name":"AVIFILEINFO_MUSTUSEINDEX","features":[81]},{"name":"AVIFILEINFO_WASCAPTUREFILE","features":[81]},{"name":"AVIFileAddRef","features":[81]},{"name":"AVIFileCreateStreamA","features":[3,81]},{"name":"AVIFileCreateStreamW","features":[3,81]},{"name":"AVIFileEndRecord","features":[81]},{"name":"AVIFileExit","features":[81]},{"name":"AVIFileGetStream","features":[81]},{"name":"AVIFileInfoA","features":[81]},{"name":"AVIFileInfoW","features":[81]},{"name":"AVIFileInit","features":[81]},{"name":"AVIFileOpenA","features":[81]},{"name":"AVIFileOpenW","features":[81]},{"name":"AVIFileReadData","features":[81]},{"name":"AVIFileRelease","features":[81]},{"name":"AVIFileWriteData","features":[81]},{"name":"AVIGETFRAMEF_BESTDISPLAYFMT","features":[81]},{"name":"AVIGetFromClipboard","features":[81]},{"name":"AVIIF_CONTROLFRAME","features":[81]},{"name":"AVIIF_TWOCC","features":[81]},{"name":"AVIMakeCompressedStream","features":[81]},{"name":"AVIMakeFileFromStreams","features":[81]},{"name":"AVIMakeStreamFromClipboard","features":[3,81]},{"name":"AVIPutFileOnClipboard","features":[81]},{"name":"AVISAVECALLBACK","features":[3,81]},{"name":"AVISTREAMINFOA","features":[3,81]},{"name":"AVISTREAMINFOW","features":[3,81]},{"name":"AVISTREAMINFO_DISABLED","features":[81]},{"name":"AVISTREAMINFO_FORMATCHANGES","features":[81]},{"name":"AVISTREAMREAD_CONVENIENT","features":[81]},{"name":"AVISaveA","features":[3,81]},{"name":"AVISaveOptions","features":[3,81]},{"name":"AVISaveOptionsFree","features":[81]},{"name":"AVISaveVA","features":[3,81]},{"name":"AVISaveVW","features":[3,81]},{"name":"AVISaveW","features":[3,81]},{"name":"AVIStreamAddRef","features":[81]},{"name":"AVIStreamBeginStreaming","features":[81]},{"name":"AVIStreamCreate","features":[81]},{"name":"AVIStreamEndStreaming","features":[81]},{"name":"AVIStreamFindSample","features":[81]},{"name":"AVIStreamGetFrame","features":[81]},{"name":"AVIStreamGetFrameClose","features":[81]},{"name":"AVIStreamGetFrameOpen","features":[14,81]},{"name":"AVIStreamInfoA","features":[3,81]},{"name":"AVIStreamInfoW","features":[3,81]},{"name":"AVIStreamLength","features":[81]},{"name":"AVIStreamOpenFromFileA","features":[81]},{"name":"AVIStreamOpenFromFileW","features":[81]},{"name":"AVIStreamRead","features":[81]},{"name":"AVIStreamReadData","features":[81]},{"name":"AVIStreamReadFormat","features":[81]},{"name":"AVIStreamRelease","features":[81]},{"name":"AVIStreamSampleToTime","features":[81]},{"name":"AVIStreamSetFormat","features":[81]},{"name":"AVIStreamStart","features":[81]},{"name":"AVIStreamTimeToSample","features":[81]},{"name":"AVIStreamWrite","features":[81]},{"name":"AVIStreamWriteData","features":[81]},{"name":"AVSTREAMMASTER_AUDIO","features":[81]},{"name":"AVSTREAMMASTER_NONE","features":[81]},{"name":"BI_1632","features":[81]},{"name":"CAPCONTROLCALLBACK","features":[3,81]},{"name":"CAPDRIVERCAPS","features":[3,81]},{"name":"CAPERRORCALLBACKA","features":[3,81]},{"name":"CAPERRORCALLBACKW","features":[3,81]},{"name":"CAPINFOCHUNK","features":[81]},{"name":"CAPSTATUS","features":[3,14,81]},{"name":"CAPSTATUSCALLBACKA","features":[3,81]},{"name":"CAPSTATUSCALLBACKW","features":[3,81]},{"name":"CAPTUREPARMS","features":[3,81]},{"name":"CAPVIDEOCALLBACK","features":[3,81]},{"name":"CAPWAVECALLBACK","features":[3,82,81]},{"name":"CAPYIELDCALLBACK","features":[3,81]},{"name":"CHANNEL_CAPS","features":[81]},{"name":"CLSID_AVIFile","features":[81]},{"name":"CLSID_AVISimpleUnMarshal","features":[81]},{"name":"COMPVARS","features":[14,81]},{"name":"CONTRESCR10WAVEFORMAT","features":[82,81]},{"name":"CONTRESVQLPCWAVEFORMAT","features":[82,81]},{"name":"CONTROLCALLBACK_CAPTURING","features":[81]},{"name":"CONTROLCALLBACK_PREROLL","features":[81]},{"name":"CREATIVEADPCMWAVEFORMAT","features":[82,81]},{"name":"CREATIVEFASTSPEECH10WAVEFORMAT","features":[82,81]},{"name":"CREATIVEFASTSPEECH8WAVEFORMAT","features":[82,81]},{"name":"CRYSTAL_NET_SFM_CODEC","features":[81]},{"name":"CSIMAADPCMWAVEFORMAT","features":[82,81]},{"name":"CloseDriver","features":[3,81]},{"name":"CreateEditableStream","features":[81]},{"name":"DCB_EVENT","features":[81]},{"name":"DCB_FUNCTION","features":[81]},{"name":"DCB_NOSWITCH","features":[81]},{"name":"DCB_NULL","features":[81]},{"name":"DCB_TASK","features":[81]},{"name":"DCB_TYPEMASK","features":[81]},{"name":"DCB_WINDOW","features":[81]},{"name":"DDF_0001","features":[81]},{"name":"DDF_2000","features":[81]},{"name":"DDF_ANIMATE","features":[81]},{"name":"DDF_BACKGROUNDPAL","features":[81]},{"name":"DDF_BUFFER","features":[81]},{"name":"DDF_DONTDRAW","features":[81]},{"name":"DDF_FULLSCREEN","features":[81]},{"name":"DDF_HALFTONE","features":[81]},{"name":"DDF_HURRYUP","features":[81]},{"name":"DDF_JUSTDRAWIT","features":[81]},{"name":"DDF_NOTKEYFRAME","features":[81]},{"name":"DDF_PREROLL","features":[81]},{"name":"DDF_SAME_DIB","features":[81]},{"name":"DDF_SAME_DRAW","features":[81]},{"name":"DDF_SAME_HDC","features":[81]},{"name":"DDF_SAME_SIZE","features":[81]},{"name":"DDF_UPDATE","features":[81]},{"name":"DIALOGICOKIADPCMWAVEFORMAT","features":[82,81]},{"name":"DIGIADPCMWAVEFORMAT","features":[82,81]},{"name":"DIGIFIXWAVEFORMAT","features":[82,81]},{"name":"DIGIREALWAVEFORMAT","features":[82,81]},{"name":"DIGISTDWAVEFORMAT","features":[82,81]},{"name":"DLG_ACMFILTERCHOOSE_ID","features":[81]},{"name":"DLG_ACMFORMATCHOOSE_ID","features":[81]},{"name":"DOLBYAC2WAVEFORMAT","features":[82,81]},{"name":"DRAWDIBTIME","features":[81]},{"name":"DRIVERMSGPROC","features":[81]},{"name":"DRIVERPROC","features":[3,81]},{"name":"DRIVERS_SECTION","features":[81]},{"name":"DRMWAVEFORMAT","features":[82,81]},{"name":"DRVCNF_CANCEL","features":[81]},{"name":"DRVCNF_OK","features":[81]},{"name":"DRVCNF_RESTART","features":[81]},{"name":"DRVCONFIGINFO","features":[81]},{"name":"DRVCONFIGINFOEX","features":[81]},{"name":"DRVM_ADD_THRU","features":[81]},{"name":"DRVM_DISABLE","features":[81]},{"name":"DRVM_ENABLE","features":[81]},{"name":"DRVM_EXIT","features":[81]},{"name":"DRVM_INIT","features":[81]},{"name":"DRVM_INIT_EX","features":[81]},{"name":"DRVM_IOCTL","features":[81]},{"name":"DRVM_IOCTL_CMD_SYSTEM","features":[81]},{"name":"DRVM_IOCTL_CMD_USER","features":[81]},{"name":"DRVM_IOCTL_DATA","features":[81]},{"name":"DRVM_IOCTL_LAST","features":[81]},{"name":"DRVM_MAPPER_CONSOLEVOICECOM_GET","features":[81]},{"name":"DRVM_MAPPER_PREFERRED_FLAGS_PREFERREDONLY","features":[81]},{"name":"DRVM_MAPPER_PREFERRED_GET","features":[81]},{"name":"DRVM_MAPPER_RECONFIGURE","features":[81]},{"name":"DRVM_REMOVE_THRU","features":[81]},{"name":"DRVM_USER","features":[81]},{"name":"DRV_CANCEL","features":[81]},{"name":"DRV_CLOSE","features":[81]},{"name":"DRV_CONFIGURE","features":[81]},{"name":"DRV_DISABLE","features":[81]},{"name":"DRV_ENABLE","features":[81]},{"name":"DRV_EXITSESSION","features":[81]},{"name":"DRV_FREE","features":[81]},{"name":"DRV_INSTALL","features":[81]},{"name":"DRV_LOAD","features":[81]},{"name":"DRV_MCI_FIRST","features":[81]},{"name":"DRV_MCI_LAST","features":[81]},{"name":"DRV_OK","features":[81]},{"name":"DRV_OPEN","features":[81]},{"name":"DRV_PNPINSTALL","features":[81]},{"name":"DRV_POWER","features":[81]},{"name":"DRV_QUERYCONFIGURE","features":[81]},{"name":"DRV_QUERYDEVICEINTERFACE","features":[81]},{"name":"DRV_QUERYDEVICEINTERFACESIZE","features":[81]},{"name":"DRV_QUERYDEVNODE","features":[81]},{"name":"DRV_QUERYFUNCTIONINSTANCEID","features":[81]},{"name":"DRV_QUERYFUNCTIONINSTANCEIDSIZE","features":[81]},{"name":"DRV_QUERYIDFROMSTRINGID","features":[81]},{"name":"DRV_QUERYMAPPABLE","features":[81]},{"name":"DRV_QUERYMODULE","features":[81]},{"name":"DRV_QUERYSTRINGID","features":[81]},{"name":"DRV_QUERYSTRINGIDSIZE","features":[81]},{"name":"DRV_REMOVE","features":[81]},{"name":"DRV_RESERVED","features":[81]},{"name":"DRV_RESTART","features":[81]},{"name":"DRV_USER","features":[81]},{"name":"DVIADPCMWAVEFORMAT","features":[82,81]},{"name":"DVM_CONFIGURE_END","features":[81]},{"name":"DVM_CONFIGURE_START","features":[81]},{"name":"DVM_DST_RECT","features":[81]},{"name":"DVM_FORMAT","features":[81]},{"name":"DVM_PALETTE","features":[81]},{"name":"DVM_PALETTERGB555","features":[81]},{"name":"DVM_SRC_RECT","features":[81]},{"name":"DVM_USER","features":[81]},{"name":"DV_ERR_13","features":[81]},{"name":"DV_ERR_ALLOCATED","features":[81]},{"name":"DV_ERR_BADDEVICEID","features":[81]},{"name":"DV_ERR_BADERRNUM","features":[81]},{"name":"DV_ERR_BADFORMAT","features":[81]},{"name":"DV_ERR_BADINSTALL","features":[81]},{"name":"DV_ERR_BASE","features":[81]},{"name":"DV_ERR_CONFIG1","features":[81]},{"name":"DV_ERR_CONFIG2","features":[81]},{"name":"DV_ERR_CREATEPALETTE","features":[81]},{"name":"DV_ERR_DMA_CONFLICT","features":[81]},{"name":"DV_ERR_FLAGS","features":[81]},{"name":"DV_ERR_INT_CONFLICT","features":[81]},{"name":"DV_ERR_INVALHANDLE","features":[81]},{"name":"DV_ERR_IO_CONFLICT","features":[81]},{"name":"DV_ERR_LASTERROR","features":[81]},{"name":"DV_ERR_MEM_CONFLICT","features":[81]},{"name":"DV_ERR_NOMEM","features":[81]},{"name":"DV_ERR_NONSPECIFIC","features":[81]},{"name":"DV_ERR_NOTDETECTED","features":[81]},{"name":"DV_ERR_NOTSUPPORTED","features":[81]},{"name":"DV_ERR_NO_BUFFERS","features":[81]},{"name":"DV_ERR_OK","features":[81]},{"name":"DV_ERR_PARAM1","features":[81]},{"name":"DV_ERR_PARAM2","features":[81]},{"name":"DV_ERR_PROTECT_ONLY","features":[81]},{"name":"DV_ERR_SIZEFIELD","features":[81]},{"name":"DV_ERR_STILLPLAYING","features":[81]},{"name":"DV_ERR_SYNC","features":[81]},{"name":"DV_ERR_TOOMANYCHANNELS","features":[81]},{"name":"DV_ERR_UNPREPARED","features":[81]},{"name":"DV_ERR_USER_MSG","features":[81]},{"name":"DV_VM_CLOSE","features":[81]},{"name":"DV_VM_DATA","features":[81]},{"name":"DV_VM_ERROR","features":[81]},{"name":"DV_VM_OPEN","features":[81]},{"name":"DefDriverProc","features":[3,81]},{"name":"DrawDibBegin","features":[3,14,81]},{"name":"DrawDibChangePalette","features":[3,14,81]},{"name":"DrawDibClose","features":[3,81]},{"name":"DrawDibDraw","features":[3,14,81]},{"name":"DrawDibEnd","features":[3,81]},{"name":"DrawDibGetBuffer","features":[14,81]},{"name":"DrawDibGetPalette","features":[14,81]},{"name":"DrawDibOpen","features":[81]},{"name":"DrawDibProfileDisplay","features":[3,14,81]},{"name":"DrawDibRealize","features":[3,14,81]},{"name":"DrawDibSetPalette","features":[3,14,81]},{"name":"DrawDibStart","features":[3,81]},{"name":"DrawDibStop","features":[3,81]},{"name":"DrawDibTime","features":[3,81]},{"name":"DriverCallback","features":[3,81]},{"name":"DrvGetModuleHandle","features":[3,81]},{"name":"ECHOSC1WAVEFORMAT","features":[82,81]},{"name":"EXBMINFOHEADER","features":[14,81]},{"name":"EditStreamClone","features":[81]},{"name":"EditStreamCopy","features":[81]},{"name":"EditStreamCut","features":[81]},{"name":"EditStreamPaste","features":[81]},{"name":"EditStreamSetInfoA","features":[3,81]},{"name":"EditStreamSetInfoW","features":[3,81]},{"name":"EditStreamSetNameA","features":[81]},{"name":"EditStreamSetNameW","features":[81]},{"name":"FACILITY_NS","features":[81]},{"name":"FACILITY_NS_WIN32","features":[81]},{"name":"FIND_ANY","features":[81]},{"name":"FIND_DIR","features":[81]},{"name":"FIND_FORMAT","features":[81]},{"name":"FIND_FROM_START","features":[81]},{"name":"FIND_INDEX","features":[81]},{"name":"FIND_KEY","features":[81]},{"name":"FIND_LENGTH","features":[81]},{"name":"FIND_NEXT","features":[81]},{"name":"FIND_OFFSET","features":[81]},{"name":"FIND_POS","features":[81]},{"name":"FIND_PREV","features":[81]},{"name":"FIND_RET","features":[81]},{"name":"FIND_SIZE","features":[81]},{"name":"FIND_TYPE","features":[81]},{"name":"FMTOWNS_SND_WAVEFORMAT","features":[82,81]},{"name":"G721_ADPCMWAVEFORMAT","features":[82,81]},{"name":"G723_ADPCMWAVEFORMAT","features":[82,81]},{"name":"GSM610WAVEFORMAT","features":[82,81]},{"name":"GetDriverModuleHandle","features":[3,81]},{"name":"GetOpenFileNamePreviewA","features":[3,81,86]},{"name":"GetOpenFileNamePreviewW","features":[3,81,86]},{"name":"GetSaveFileNamePreviewA","features":[3,81,86]},{"name":"GetSaveFileNamePreviewW","features":[3,81,86]},{"name":"HDRVR","features":[81]},{"name":"HIC","features":[81]},{"name":"HMMIO","features":[81]},{"name":"HVIDEO","features":[81]},{"name":"IAVIEditStream","features":[81]},{"name":"IAVIFile","features":[81]},{"name":"IAVIPersistFile","features":[81]},{"name":"IAVIStream","features":[81]},{"name":"IAVIStreaming","features":[81]},{"name":"ICCOMPRESS","features":[14,81]},{"name":"ICCOMPRESSFRAMES","features":[3,14,81]},{"name":"ICCOMPRESSFRAMES_PADDING","features":[81]},{"name":"ICCOMPRESS_KEYFRAME","features":[81]},{"name":"ICClose","features":[3,81]},{"name":"ICCompress","features":[14,81]},{"name":"ICCompressorChoose","features":[3,14,81]},{"name":"ICCompressorFree","features":[14,81]},{"name":"ICDECOMPRESS","features":[14,81]},{"name":"ICDECOMPRESSEX","features":[14,81]},{"name":"ICDECOMPRESS_HURRYUP","features":[81]},{"name":"ICDECOMPRESS_NOTKEYFRAME","features":[81]},{"name":"ICDECOMPRESS_NULLFRAME","features":[81]},{"name":"ICDECOMPRESS_PREROLL","features":[81]},{"name":"ICDECOMPRESS_UPDATE","features":[81]},{"name":"ICDRAW","features":[81]},{"name":"ICDRAWBEGIN","features":[3,14,81]},{"name":"ICDRAWSUGGEST","features":[14,81]},{"name":"ICDRAW_ANIMATE","features":[81]},{"name":"ICDRAW_BUFFER","features":[81]},{"name":"ICDRAW_CONTINUE","features":[81]},{"name":"ICDRAW_FULLSCREEN","features":[81]},{"name":"ICDRAW_HDC","features":[81]},{"name":"ICDRAW_HURRYUP","features":[81]},{"name":"ICDRAW_MEMORYDC","features":[81]},{"name":"ICDRAW_NOTKEYFRAME","features":[81]},{"name":"ICDRAW_NULLFRAME","features":[81]},{"name":"ICDRAW_PREROLL","features":[81]},{"name":"ICDRAW_QUERY","features":[81]},{"name":"ICDRAW_RENDER","features":[81]},{"name":"ICDRAW_UPDATE","features":[81]},{"name":"ICDRAW_UPDATING","features":[81]},{"name":"ICDecompress","features":[14,81]},{"name":"ICDraw","features":[81]},{"name":"ICDrawBegin","features":[3,14,81]},{"name":"ICERR_ABORT","features":[81]},{"name":"ICERR_BADBITDEPTH","features":[81]},{"name":"ICERR_BADFLAGS","features":[81]},{"name":"ICERR_BADFORMAT","features":[81]},{"name":"ICERR_BADHANDLE","features":[81]},{"name":"ICERR_BADIMAGESIZE","features":[81]},{"name":"ICERR_BADPARAM","features":[81]},{"name":"ICERR_BADSIZE","features":[81]},{"name":"ICERR_CANTUPDATE","features":[81]},{"name":"ICERR_CUSTOM","features":[81]},{"name":"ICERR_DONTDRAW","features":[81]},{"name":"ICERR_ERROR","features":[81]},{"name":"ICERR_GOTOKEYFRAME","features":[81]},{"name":"ICERR_INTERNAL","features":[81]},{"name":"ICERR_MEMORY","features":[81]},{"name":"ICERR_NEWPALETTE","features":[81]},{"name":"ICERR_OK","features":[81]},{"name":"ICERR_STOPDRAWING","features":[81]},{"name":"ICERR_UNSUPPORTED","features":[81]},{"name":"ICGetDisplayFormat","features":[14,81]},{"name":"ICGetInfo","features":[3,81]},{"name":"ICINFO","features":[81]},{"name":"ICINSTALL_DRIVER","features":[81]},{"name":"ICINSTALL_DRIVERW","features":[81]},{"name":"ICINSTALL_FUNCTION","features":[81]},{"name":"ICINSTALL_HDRV","features":[81]},{"name":"ICINSTALL_UNICODE","features":[81]},{"name":"ICImageCompress","features":[3,14,81]},{"name":"ICImageDecompress","features":[3,14,81]},{"name":"ICInfo","features":[3,81]},{"name":"ICInstall","features":[3,81]},{"name":"ICLocate","features":[14,81]},{"name":"ICMF_ABOUT_QUERY","features":[81]},{"name":"ICMF_CHOOSE_ALLCOMPRESSORS","features":[81]},{"name":"ICMF_CHOOSE_DATARATE","features":[81]},{"name":"ICMF_CHOOSE_KEYFRAME","features":[81]},{"name":"ICMF_CHOOSE_PREVIEW","features":[81]},{"name":"ICMF_COMPVARS_VALID","features":[81]},{"name":"ICMF_CONFIGURE_QUERY","features":[81]},{"name":"ICMODE_COMPRESS","features":[81]},{"name":"ICMODE_DECOMPRESS","features":[81]},{"name":"ICMODE_DRAW","features":[81]},{"name":"ICMODE_FASTCOMPRESS","features":[81]},{"name":"ICMODE_FASTDECOMPRESS","features":[81]},{"name":"ICMODE_INTERNALF_FUNCTION32","features":[81]},{"name":"ICMODE_INTERNALF_MASK","features":[81]},{"name":"ICMODE_QUERY","features":[81]},{"name":"ICM_ABOUT","features":[81]},{"name":"ICM_COMPRESS","features":[81]},{"name":"ICM_COMPRESS_BEGIN","features":[81]},{"name":"ICM_COMPRESS_END","features":[81]},{"name":"ICM_COMPRESS_FRAMES","features":[81]},{"name":"ICM_COMPRESS_FRAMES_INFO","features":[81]},{"name":"ICM_COMPRESS_GET_FORMAT","features":[81]},{"name":"ICM_COMPRESS_GET_SIZE","features":[81]},{"name":"ICM_COMPRESS_QUERY","features":[81]},{"name":"ICM_CONFIGURE","features":[81]},{"name":"ICM_DECOMPRESS","features":[81]},{"name":"ICM_DECOMPRESSEX","features":[81]},{"name":"ICM_DECOMPRESSEX_BEGIN","features":[81]},{"name":"ICM_DECOMPRESSEX_END","features":[81]},{"name":"ICM_DECOMPRESSEX_QUERY","features":[81]},{"name":"ICM_DECOMPRESS_BEGIN","features":[81]},{"name":"ICM_DECOMPRESS_END","features":[81]},{"name":"ICM_DECOMPRESS_GET_FORMAT","features":[81]},{"name":"ICM_DECOMPRESS_GET_PALETTE","features":[81]},{"name":"ICM_DECOMPRESS_QUERY","features":[81]},{"name":"ICM_DECOMPRESS_SET_PALETTE","features":[81]},{"name":"ICM_DRAW","features":[81]},{"name":"ICM_DRAW_BEGIN","features":[81]},{"name":"ICM_DRAW_BITS","features":[81]},{"name":"ICM_DRAW_CHANGEPALETTE","features":[81]},{"name":"ICM_DRAW_END","features":[81]},{"name":"ICM_DRAW_FLUSH","features":[81]},{"name":"ICM_DRAW_GETTIME","features":[81]},{"name":"ICM_DRAW_GET_PALETTE","features":[81]},{"name":"ICM_DRAW_IDLE","features":[81]},{"name":"ICM_DRAW_QUERY","features":[81]},{"name":"ICM_DRAW_REALIZE","features":[81]},{"name":"ICM_DRAW_RENDERBUFFER","features":[81]},{"name":"ICM_DRAW_SETTIME","features":[81]},{"name":"ICM_DRAW_START","features":[81]},{"name":"ICM_DRAW_START_PLAY","features":[81]},{"name":"ICM_DRAW_STOP","features":[81]},{"name":"ICM_DRAW_STOP_PLAY","features":[81]},{"name":"ICM_DRAW_SUGGESTFORMAT","features":[81]},{"name":"ICM_DRAW_UPDATE","features":[81]},{"name":"ICM_DRAW_WINDOW","features":[81]},{"name":"ICM_ENUMFORMATS","features":[81]},{"name":"ICM_GET","features":[81]},{"name":"ICM_GETBUFFERSWANTED","features":[81]},{"name":"ICM_GETDEFAULTKEYFRAMERATE","features":[81]},{"name":"ICM_GETDEFAULTQUALITY","features":[81]},{"name":"ICM_GETERRORTEXT","features":[81]},{"name":"ICM_GETFORMATNAME","features":[81]},{"name":"ICM_GETINFO","features":[81]},{"name":"ICM_GETQUALITY","features":[81]},{"name":"ICM_GETSTATE","features":[81]},{"name":"ICM_RESERVED","features":[81]},{"name":"ICM_RESERVED_HIGH","features":[81]},{"name":"ICM_RESERVED_LOW","features":[81]},{"name":"ICM_SET","features":[81]},{"name":"ICM_SETQUALITY","features":[81]},{"name":"ICM_SETSTATE","features":[81]},{"name":"ICM_SET_STATUS_PROC","features":[81]},{"name":"ICM_USER","features":[81]},{"name":"ICOPEN","features":[3,81]},{"name":"ICOpen","features":[81]},{"name":"ICOpenFunction","features":[3,81]},{"name":"ICPALETTE","features":[14,81]},{"name":"ICQUALITY_DEFAULT","features":[81]},{"name":"ICQUALITY_HIGH","features":[81]},{"name":"ICQUALITY_LOW","features":[81]},{"name":"ICRemove","features":[3,81]},{"name":"ICSETSTATUSPROC","features":[3,81]},{"name":"ICSTATUS_END","features":[81]},{"name":"ICSTATUS_ERROR","features":[81]},{"name":"ICSTATUS_START","features":[81]},{"name":"ICSTATUS_STATUS","features":[81]},{"name":"ICSTATUS_YIELD","features":[81]},{"name":"ICSendMessage","features":[3,81]},{"name":"ICSeqCompressFrame","features":[3,14,81]},{"name":"ICSeqCompressFrameEnd","features":[14,81]},{"name":"ICSeqCompressFrameStart","features":[3,14,81]},{"name":"ICVERSION","features":[81]},{"name":"IDD_ACMFILTERCHOOSE_BTN_DELNAME","features":[81]},{"name":"IDD_ACMFILTERCHOOSE_BTN_HELP","features":[81]},{"name":"IDD_ACMFILTERCHOOSE_BTN_SETNAME","features":[81]},{"name":"IDD_ACMFILTERCHOOSE_CMB_CUSTOM","features":[81]},{"name":"IDD_ACMFILTERCHOOSE_CMB_FILTER","features":[81]},{"name":"IDD_ACMFILTERCHOOSE_CMB_FILTERTAG","features":[81]},{"name":"IDD_ACMFORMATCHOOSE_BTN_DELNAME","features":[81]},{"name":"IDD_ACMFORMATCHOOSE_BTN_HELP","features":[81]},{"name":"IDD_ACMFORMATCHOOSE_BTN_SETNAME","features":[81]},{"name":"IDD_ACMFORMATCHOOSE_CMB_CUSTOM","features":[81]},{"name":"IDD_ACMFORMATCHOOSE_CMB_FORMAT","features":[81]},{"name":"IDD_ACMFORMATCHOOSE_CMB_FORMATTAG","features":[81]},{"name":"IDS_CAP_AUDIO_DROP_COMPERROR","features":[81]},{"name":"IDS_CAP_AUDIO_DROP_ERROR","features":[81]},{"name":"IDS_CAP_AVI_DRAWDIB_ERROR","features":[81]},{"name":"IDS_CAP_AVI_INIT_ERROR","features":[81]},{"name":"IDS_CAP_BEGIN","features":[81]},{"name":"IDS_CAP_CANTOPEN","features":[81]},{"name":"IDS_CAP_COMPRESSOR_ERROR","features":[81]},{"name":"IDS_CAP_DEFAVIEXT","features":[81]},{"name":"IDS_CAP_DEFPALEXT","features":[81]},{"name":"IDS_CAP_DRIVER_ERROR","features":[81]},{"name":"IDS_CAP_END","features":[81]},{"name":"IDS_CAP_ERRORDIBSAVE","features":[81]},{"name":"IDS_CAP_ERRORPALOPEN","features":[81]},{"name":"IDS_CAP_ERRORPALSAVE","features":[81]},{"name":"IDS_CAP_FILEEXISTS","features":[81]},{"name":"IDS_CAP_FILE_OPEN_ERROR","features":[81]},{"name":"IDS_CAP_FILE_WRITE_ERROR","features":[81]},{"name":"IDS_CAP_INFO","features":[81]},{"name":"IDS_CAP_MCI_CANT_STEP_ERROR","features":[81]},{"name":"IDS_CAP_MCI_CONTROL_ERROR","features":[81]},{"name":"IDS_CAP_NODISKSPACE","features":[81]},{"name":"IDS_CAP_NO_AUDIO_CAP_ERROR","features":[81]},{"name":"IDS_CAP_NO_FRAME_CAP_ERROR","features":[81]},{"name":"IDS_CAP_NO_PALETTE_WARN","features":[81]},{"name":"IDS_CAP_OUTOFMEM","features":[81]},{"name":"IDS_CAP_READONLYFILE","features":[81]},{"name":"IDS_CAP_RECORDING_ERROR","features":[81]},{"name":"IDS_CAP_RECORDING_ERROR2","features":[81]},{"name":"IDS_CAP_SAVEASPERCENT","features":[81]},{"name":"IDS_CAP_SEQ_MSGSTART","features":[81]},{"name":"IDS_CAP_SEQ_MSGSTOP","features":[81]},{"name":"IDS_CAP_SETFILESIZE","features":[81]},{"name":"IDS_CAP_STAT_CAP_AUDIO","features":[81]},{"name":"IDS_CAP_STAT_CAP_FINI","features":[81]},{"name":"IDS_CAP_STAT_CAP_INIT","features":[81]},{"name":"IDS_CAP_STAT_CAP_L_FRAMES","features":[81]},{"name":"IDS_CAP_STAT_FRAMESDROPPED","features":[81]},{"name":"IDS_CAP_STAT_I_FRAMES","features":[81]},{"name":"IDS_CAP_STAT_LIVE_MODE","features":[81]},{"name":"IDS_CAP_STAT_L_FRAMES","features":[81]},{"name":"IDS_CAP_STAT_OPTPAL_BUILD","features":[81]},{"name":"IDS_CAP_STAT_OVERLAY_MODE","features":[81]},{"name":"IDS_CAP_STAT_PALETTE_BUILD","features":[81]},{"name":"IDS_CAP_STAT_VIDEOAUDIO","features":[81]},{"name":"IDS_CAP_STAT_VIDEOCURRENT","features":[81]},{"name":"IDS_CAP_STAT_VIDEOONLY","features":[81]},{"name":"IDS_CAP_VIDEDITERR","features":[81]},{"name":"IDS_CAP_VIDEO_ADD_ERROR","features":[81]},{"name":"IDS_CAP_VIDEO_ALLOC_ERROR","features":[81]},{"name":"IDS_CAP_VIDEO_OPEN_ERROR","features":[81]},{"name":"IDS_CAP_VIDEO_PREPARE_ERROR","features":[81]},{"name":"IDS_CAP_VIDEO_SIZE_ERROR","features":[81]},{"name":"IDS_CAP_WAVE_ADD_ERROR","features":[81]},{"name":"IDS_CAP_WAVE_ALLOC_ERROR","features":[81]},{"name":"IDS_CAP_WAVE_OPEN_ERROR","features":[81]},{"name":"IDS_CAP_WAVE_PREPARE_ERROR","features":[81]},{"name":"IDS_CAP_WAVE_SIZE_ERROR","features":[81]},{"name":"IDS_CAP_WRITEERROR","features":[81]},{"name":"IGetFrame","features":[81]},{"name":"IMAADPCMWAVEFORMAT","features":[82,81]},{"name":"JDD_CONFIGCHANGED","features":[81]},{"name":"JDD_GETDEVCAPS","features":[81]},{"name":"JDD_GETNUMDEVS","features":[81]},{"name":"JDD_GETPOS","features":[81]},{"name":"JDD_GETPOSEX","features":[81]},{"name":"JDD_SETCALIBRATION","features":[81]},{"name":"JIFMK_00","features":[81]},{"name":"JIFMK_APP0","features":[81]},{"name":"JIFMK_APP1","features":[81]},{"name":"JIFMK_APP2","features":[81]},{"name":"JIFMK_APP3","features":[81]},{"name":"JIFMK_APP4","features":[81]},{"name":"JIFMK_APP5","features":[81]},{"name":"JIFMK_APP6","features":[81]},{"name":"JIFMK_APP7","features":[81]},{"name":"JIFMK_COM","features":[81]},{"name":"JIFMK_DAC","features":[81]},{"name":"JIFMK_DHP","features":[81]},{"name":"JIFMK_DHT","features":[81]},{"name":"JIFMK_DNL","features":[81]},{"name":"JIFMK_DQT","features":[81]},{"name":"JIFMK_DRI","features":[81]},{"name":"JIFMK_EOI","features":[81]},{"name":"JIFMK_EXP","features":[81]},{"name":"JIFMK_FF","features":[81]},{"name":"JIFMK_JPG","features":[81]},{"name":"JIFMK_JPG0","features":[81]},{"name":"JIFMK_JPG1","features":[81]},{"name":"JIFMK_JPG10","features":[81]},{"name":"JIFMK_JPG11","features":[81]},{"name":"JIFMK_JPG12","features":[81]},{"name":"JIFMK_JPG13","features":[81]},{"name":"JIFMK_JPG2","features":[81]},{"name":"JIFMK_JPG3","features":[81]},{"name":"JIFMK_JPG4","features":[81]},{"name":"JIFMK_JPG5","features":[81]},{"name":"JIFMK_JPG6","features":[81]},{"name":"JIFMK_JPG7","features":[81]},{"name":"JIFMK_JPG8","features":[81]},{"name":"JIFMK_JPG9","features":[81]},{"name":"JIFMK_RES","features":[81]},{"name":"JIFMK_RST0","features":[81]},{"name":"JIFMK_RST1","features":[81]},{"name":"JIFMK_RST2","features":[81]},{"name":"JIFMK_RST3","features":[81]},{"name":"JIFMK_RST4","features":[81]},{"name":"JIFMK_RST5","features":[81]},{"name":"JIFMK_RST6","features":[81]},{"name":"JIFMK_RST7","features":[81]},{"name":"JIFMK_SOF0","features":[81]},{"name":"JIFMK_SOF1","features":[81]},{"name":"JIFMK_SOF10","features":[81]},{"name":"JIFMK_SOF11","features":[81]},{"name":"JIFMK_SOF13","features":[81]},{"name":"JIFMK_SOF14","features":[81]},{"name":"JIFMK_SOF15","features":[81]},{"name":"JIFMK_SOF2","features":[81]},{"name":"JIFMK_SOF3","features":[81]},{"name":"JIFMK_SOF5","features":[81]},{"name":"JIFMK_SOF6","features":[81]},{"name":"JIFMK_SOF7","features":[81]},{"name":"JIFMK_SOF9","features":[81]},{"name":"JIFMK_SOI","features":[81]},{"name":"JIFMK_SOS","features":[81]},{"name":"JIFMK_TEM","features":[81]},{"name":"JOYCAPS2A","features":[81]},{"name":"JOYCAPS2W","features":[81]},{"name":"JOYCAPSA","features":[81]},{"name":"JOYCAPSW","features":[81]},{"name":"JOYCAPS_HASPOV","features":[81]},{"name":"JOYCAPS_HASR","features":[81]},{"name":"JOYCAPS_HASU","features":[81]},{"name":"JOYCAPS_HASV","features":[81]},{"name":"JOYCAPS_HASZ","features":[81]},{"name":"JOYCAPS_POV4DIR","features":[81]},{"name":"JOYCAPS_POVCTS","features":[81]},{"name":"JOYERR_NOCANDO","features":[81]},{"name":"JOYERR_NOERROR","features":[81]},{"name":"JOYERR_PARMS","features":[81]},{"name":"JOYERR_UNPLUGGED","features":[81]},{"name":"JOYINFO","features":[81]},{"name":"JOYINFOEX","features":[81]},{"name":"JOYSTICKID1","features":[81]},{"name":"JOYSTICKID2","features":[81]},{"name":"JOY_BUTTON1","features":[81]},{"name":"JOY_BUTTON10","features":[81]},{"name":"JOY_BUTTON11","features":[81]},{"name":"JOY_BUTTON12","features":[81]},{"name":"JOY_BUTTON13","features":[81]},{"name":"JOY_BUTTON14","features":[81]},{"name":"JOY_BUTTON15","features":[81]},{"name":"JOY_BUTTON16","features":[81]},{"name":"JOY_BUTTON17","features":[81]},{"name":"JOY_BUTTON18","features":[81]},{"name":"JOY_BUTTON19","features":[81]},{"name":"JOY_BUTTON1CHG","features":[81]},{"name":"JOY_BUTTON2","features":[81]},{"name":"JOY_BUTTON20","features":[81]},{"name":"JOY_BUTTON21","features":[81]},{"name":"JOY_BUTTON22","features":[81]},{"name":"JOY_BUTTON23","features":[81]},{"name":"JOY_BUTTON24","features":[81]},{"name":"JOY_BUTTON25","features":[81]},{"name":"JOY_BUTTON26","features":[81]},{"name":"JOY_BUTTON27","features":[81]},{"name":"JOY_BUTTON28","features":[81]},{"name":"JOY_BUTTON29","features":[81]},{"name":"JOY_BUTTON2CHG","features":[81]},{"name":"JOY_BUTTON3","features":[81]},{"name":"JOY_BUTTON30","features":[81]},{"name":"JOY_BUTTON31","features":[81]},{"name":"JOY_BUTTON32","features":[81]},{"name":"JOY_BUTTON3CHG","features":[81]},{"name":"JOY_BUTTON4","features":[81]},{"name":"JOY_BUTTON4CHG","features":[81]},{"name":"JOY_BUTTON5","features":[81]},{"name":"JOY_BUTTON6","features":[81]},{"name":"JOY_BUTTON7","features":[81]},{"name":"JOY_BUTTON8","features":[81]},{"name":"JOY_BUTTON9","features":[81]},{"name":"JOY_CAL_READ3","features":[81]},{"name":"JOY_CAL_READ4","features":[81]},{"name":"JOY_CAL_READ5","features":[81]},{"name":"JOY_CAL_READ6","features":[81]},{"name":"JOY_CAL_READALWAYS","features":[81]},{"name":"JOY_CAL_READRONLY","features":[81]},{"name":"JOY_CAL_READUONLY","features":[81]},{"name":"JOY_CAL_READVONLY","features":[81]},{"name":"JOY_CAL_READXONLY","features":[81]},{"name":"JOY_CAL_READXYONLY","features":[81]},{"name":"JOY_CAL_READYONLY","features":[81]},{"name":"JOY_CAL_READZONLY","features":[81]},{"name":"JOY_CONFIGCHANGED_MSGSTRING","features":[81]},{"name":"JOY_POVBACKWARD","features":[81]},{"name":"JOY_POVFORWARD","features":[81]},{"name":"JOY_POVLEFT","features":[81]},{"name":"JOY_POVRIGHT","features":[81]},{"name":"JOY_RETURNBUTTONS","features":[81]},{"name":"JOY_RETURNCENTERED","features":[81]},{"name":"JOY_RETURNPOV","features":[81]},{"name":"JOY_RETURNPOVCTS","features":[81]},{"name":"JOY_RETURNR","features":[81]},{"name":"JOY_RETURNRAWDATA","features":[81]},{"name":"JOY_RETURNU","features":[81]},{"name":"JOY_RETURNV","features":[81]},{"name":"JOY_RETURNX","features":[81]},{"name":"JOY_RETURNY","features":[81]},{"name":"JOY_RETURNZ","features":[81]},{"name":"JOY_USEDEADZONE","features":[81]},{"name":"JPEGINFOHEADER","features":[81]},{"name":"JPEG_PROCESS_BASELINE","features":[81]},{"name":"JPEG_RGB","features":[81]},{"name":"JPEG_Y","features":[81]},{"name":"JPEG_YCbCr","features":[81]},{"name":"KSDATAFORMAT_SUBTYPE_IEEE_FLOAT","features":[81]},{"name":"LPFNEXTDEVIO","features":[3,81,8]},{"name":"LPMMIOPROC","features":[3,81]},{"name":"LPTASKCALLBACK","features":[81]},{"name":"MCIERR_AVI_AUDIOERROR","features":[81]},{"name":"MCIERR_AVI_BADPALETTE","features":[81]},{"name":"MCIERR_AVI_CANTPLAYFULLSCREEN","features":[81]},{"name":"MCIERR_AVI_DISPLAYERROR","features":[81]},{"name":"MCIERR_AVI_NOCOMPRESSOR","features":[81]},{"name":"MCIERR_AVI_NODISPDIB","features":[81]},{"name":"MCIERR_AVI_NOTINTERLEAVED","features":[81]},{"name":"MCIERR_AVI_OLDAVIFORMAT","features":[81]},{"name":"MCIERR_AVI_TOOBIGFORVGA","features":[81]},{"name":"MCIERR_BAD_CONSTANT","features":[81]},{"name":"MCIERR_BAD_INTEGER","features":[81]},{"name":"MCIERR_BAD_TIME_FORMAT","features":[81]},{"name":"MCIERR_CANNOT_LOAD_DRIVER","features":[81]},{"name":"MCIERR_CANNOT_USE_ALL","features":[81]},{"name":"MCIERR_CREATEWINDOW","features":[81]},{"name":"MCIERR_CUSTOM_DRIVER_BASE","features":[81]},{"name":"MCIERR_DEVICE_LENGTH","features":[81]},{"name":"MCIERR_DEVICE_LOCKED","features":[81]},{"name":"MCIERR_DEVICE_NOT_INSTALLED","features":[81]},{"name":"MCIERR_DEVICE_NOT_READY","features":[81]},{"name":"MCIERR_DEVICE_OPEN","features":[81]},{"name":"MCIERR_DEVICE_ORD_LENGTH","features":[81]},{"name":"MCIERR_DEVICE_TYPE_REQUIRED","features":[81]},{"name":"MCIERR_DGV_BAD_CLIPBOARD_RANGE","features":[81]},{"name":"MCIERR_DGV_DEVICE_LIMIT","features":[81]},{"name":"MCIERR_DGV_DEVICE_MEMORY_FULL","features":[81]},{"name":"MCIERR_DGV_DISK_FULL","features":[81]},{"name":"MCIERR_DGV_IOERR","features":[81]},{"name":"MCIERR_DGV_WORKSPACE_EMPTY","features":[81]},{"name":"MCIERR_DRIVER","features":[81]},{"name":"MCIERR_DRIVER_INTERNAL","features":[81]},{"name":"MCIERR_DUPLICATE_ALIAS","features":[81]},{"name":"MCIERR_DUPLICATE_FLAGS","features":[81]},{"name":"MCIERR_EXTENSION_NOT_FOUND","features":[81]},{"name":"MCIERR_EXTRA_CHARACTERS","features":[81]},{"name":"MCIERR_FILENAME_REQUIRED","features":[81]},{"name":"MCIERR_FILE_NOT_FOUND","features":[81]},{"name":"MCIERR_FILE_NOT_SAVED","features":[81]},{"name":"MCIERR_FILE_READ","features":[81]},{"name":"MCIERR_FILE_WRITE","features":[81]},{"name":"MCIERR_FLAGS_NOT_COMPATIBLE","features":[81]},{"name":"MCIERR_GET_CD","features":[81]},{"name":"MCIERR_HARDWARE","features":[81]},{"name":"MCIERR_ILLEGAL_FOR_AUTO_OPEN","features":[81]},{"name":"MCIERR_INTERNAL","features":[81]},{"name":"MCIERR_INVALID_DEVICE_ID","features":[81]},{"name":"MCIERR_INVALID_DEVICE_NAME","features":[81]},{"name":"MCIERR_INVALID_FILE","features":[81]},{"name":"MCIERR_MISSING_COMMAND_STRING","features":[81]},{"name":"MCIERR_MISSING_DEVICE_NAME","features":[81]},{"name":"MCIERR_MISSING_PARAMETER","features":[81]},{"name":"MCIERR_MISSING_STRING_ARGUMENT","features":[81]},{"name":"MCIERR_MULTIPLE","features":[81]},{"name":"MCIERR_MUST_USE_SHAREABLE","features":[81]},{"name":"MCIERR_NEW_REQUIRES_ALIAS","features":[81]},{"name":"MCIERR_NONAPPLICABLE_FUNCTION","features":[81]},{"name":"MCIERR_NOTIFY_ON_AUTO_OPEN","features":[81]},{"name":"MCIERR_NO_CLOSING_QUOTE","features":[81]},{"name":"MCIERR_NO_ELEMENT_ALLOWED","features":[81]},{"name":"MCIERR_NO_IDENTITY","features":[81]},{"name":"MCIERR_NO_INTEGER","features":[81]},{"name":"MCIERR_NO_WINDOW","features":[81]},{"name":"MCIERR_NULL_PARAMETER_BLOCK","features":[81]},{"name":"MCIERR_OUTOFRANGE","features":[81]},{"name":"MCIERR_OUT_OF_MEMORY","features":[81]},{"name":"MCIERR_PARAM_OVERFLOW","features":[81]},{"name":"MCIERR_PARSER_INTERNAL","features":[81]},{"name":"MCIERR_SEQ_DIV_INCOMPATIBLE","features":[81]},{"name":"MCIERR_SEQ_NOMIDIPRESENT","features":[81]},{"name":"MCIERR_SEQ_PORTUNSPECIFIED","features":[81]},{"name":"MCIERR_SEQ_PORT_INUSE","features":[81]},{"name":"MCIERR_SEQ_PORT_MAPNODEVICE","features":[81]},{"name":"MCIERR_SEQ_PORT_MISCERROR","features":[81]},{"name":"MCIERR_SEQ_PORT_NONEXISTENT","features":[81]},{"name":"MCIERR_SEQ_TIMER","features":[81]},{"name":"MCIERR_SET_CD","features":[81]},{"name":"MCIERR_SET_DRIVE","features":[81]},{"name":"MCIERR_UNNAMED_RESOURCE","features":[81]},{"name":"MCIERR_UNRECOGNIZED_COMMAND","features":[81]},{"name":"MCIERR_UNRECOGNIZED_KEYWORD","features":[81]},{"name":"MCIERR_UNSUPPORTED_FUNCTION","features":[81]},{"name":"MCIERR_WAVE_INPUTSINUSE","features":[81]},{"name":"MCIERR_WAVE_INPUTSUNSUITABLE","features":[81]},{"name":"MCIERR_WAVE_INPUTUNSPECIFIED","features":[81]},{"name":"MCIERR_WAVE_OUTPUTSINUSE","features":[81]},{"name":"MCIERR_WAVE_OUTPUTSUNSUITABLE","features":[81]},{"name":"MCIERR_WAVE_OUTPUTUNSPECIFIED","features":[81]},{"name":"MCIERR_WAVE_SETINPUTINUSE","features":[81]},{"name":"MCIERR_WAVE_SETINPUTUNSUITABLE","features":[81]},{"name":"MCIERR_WAVE_SETOUTPUTINUSE","features":[81]},{"name":"MCIERR_WAVE_SETOUTPUTUNSUITABLE","features":[81]},{"name":"MCIWNDF_NOAUTOSIZEMOVIE","features":[81]},{"name":"MCIWNDF_NOAUTOSIZEWINDOW","features":[81]},{"name":"MCIWNDF_NOERRORDLG","features":[81]},{"name":"MCIWNDF_NOMENU","features":[81]},{"name":"MCIWNDF_NOOPEN","features":[81]},{"name":"MCIWNDF_NOPLAYBAR","features":[81]},{"name":"MCIWNDF_NOTIFYALL","features":[81]},{"name":"MCIWNDF_NOTIFYANSI","features":[81]},{"name":"MCIWNDF_NOTIFYERROR","features":[81]},{"name":"MCIWNDF_NOTIFYMEDIA","features":[81]},{"name":"MCIWNDF_NOTIFYMEDIAA","features":[81]},{"name":"MCIWNDF_NOTIFYMEDIAW","features":[81]},{"name":"MCIWNDF_NOTIFYMODE","features":[81]},{"name":"MCIWNDF_NOTIFYPOS","features":[81]},{"name":"MCIWNDF_NOTIFYSIZE","features":[81]},{"name":"MCIWNDF_RECORD","features":[81]},{"name":"MCIWNDF_SHOWALL","features":[81]},{"name":"MCIWNDF_SHOWMODE","features":[81]},{"name":"MCIWNDF_SHOWNAME","features":[81]},{"name":"MCIWNDF_SHOWPOS","features":[81]},{"name":"MCIWNDM_CAN_CONFIG","features":[81]},{"name":"MCIWNDM_CAN_EJECT","features":[81]},{"name":"MCIWNDM_CAN_PLAY","features":[81]},{"name":"MCIWNDM_CAN_RECORD","features":[81]},{"name":"MCIWNDM_CAN_SAVE","features":[81]},{"name":"MCIWNDM_CAN_WINDOW","features":[81]},{"name":"MCIWNDM_CHANGESTYLES","features":[81]},{"name":"MCIWNDM_EJECT","features":[81]},{"name":"MCIWNDM_GETACTIVETIMER","features":[81]},{"name":"MCIWNDM_GETALIAS","features":[81]},{"name":"MCIWNDM_GETDEVICE","features":[81]},{"name":"MCIWNDM_GETDEVICEA","features":[81]},{"name":"MCIWNDM_GETDEVICEID","features":[81]},{"name":"MCIWNDM_GETDEVICEW","features":[81]},{"name":"MCIWNDM_GETEND","features":[81]},{"name":"MCIWNDM_GETERROR","features":[81]},{"name":"MCIWNDM_GETERRORA","features":[81]},{"name":"MCIWNDM_GETERRORW","features":[81]},{"name":"MCIWNDM_GETFILENAME","features":[81]},{"name":"MCIWNDM_GETFILENAMEA","features":[81]},{"name":"MCIWNDM_GETFILENAMEW","features":[81]},{"name":"MCIWNDM_GETINACTIVETIMER","features":[81]},{"name":"MCIWNDM_GETLENGTH","features":[81]},{"name":"MCIWNDM_GETMODE","features":[81]},{"name":"MCIWNDM_GETMODEA","features":[81]},{"name":"MCIWNDM_GETMODEW","features":[81]},{"name":"MCIWNDM_GETPALETTE","features":[81]},{"name":"MCIWNDM_GETPOSITION","features":[81]},{"name":"MCIWNDM_GETPOSITIONA","features":[81]},{"name":"MCIWNDM_GETPOSITIONW","features":[81]},{"name":"MCIWNDM_GETREPEAT","features":[81]},{"name":"MCIWNDM_GETSPEED","features":[81]},{"name":"MCIWNDM_GETSTART","features":[81]},{"name":"MCIWNDM_GETSTYLES","features":[81]},{"name":"MCIWNDM_GETTIMEFORMAT","features":[81]},{"name":"MCIWNDM_GETTIMEFORMATA","features":[81]},{"name":"MCIWNDM_GETTIMEFORMATW","features":[81]},{"name":"MCIWNDM_GETVOLUME","features":[81]},{"name":"MCIWNDM_GETZOOM","features":[81]},{"name":"MCIWNDM_GET_DEST","features":[81]},{"name":"MCIWNDM_GET_SOURCE","features":[81]},{"name":"MCIWNDM_NEW","features":[81]},{"name":"MCIWNDM_NEWA","features":[81]},{"name":"MCIWNDM_NEWW","features":[81]},{"name":"MCIWNDM_NOTIFYERROR","features":[81]},{"name":"MCIWNDM_NOTIFYMEDIA","features":[81]},{"name":"MCIWNDM_NOTIFYMODE","features":[81]},{"name":"MCIWNDM_NOTIFYPOS","features":[81]},{"name":"MCIWNDM_NOTIFYSIZE","features":[81]},{"name":"MCIWNDM_OPEN","features":[81]},{"name":"MCIWNDM_OPENA","features":[81]},{"name":"MCIWNDM_OPENINTERFACE","features":[81]},{"name":"MCIWNDM_OPENW","features":[81]},{"name":"MCIWNDM_PALETTEKICK","features":[81]},{"name":"MCIWNDM_PLAYFROM","features":[81]},{"name":"MCIWNDM_PLAYREVERSE","features":[81]},{"name":"MCIWNDM_PLAYTO","features":[81]},{"name":"MCIWNDM_PUT_DEST","features":[81]},{"name":"MCIWNDM_PUT_SOURCE","features":[81]},{"name":"MCIWNDM_REALIZE","features":[81]},{"name":"MCIWNDM_RETURNSTRING","features":[81]},{"name":"MCIWNDM_RETURNSTRINGA","features":[81]},{"name":"MCIWNDM_RETURNSTRINGW","features":[81]},{"name":"MCIWNDM_SENDSTRING","features":[81]},{"name":"MCIWNDM_SENDSTRINGA","features":[81]},{"name":"MCIWNDM_SENDSTRINGW","features":[81]},{"name":"MCIWNDM_SETACTIVETIMER","features":[81]},{"name":"MCIWNDM_SETINACTIVETIMER","features":[81]},{"name":"MCIWNDM_SETOWNER","features":[81]},{"name":"MCIWNDM_SETPALETTE","features":[81]},{"name":"MCIWNDM_SETREPEAT","features":[81]},{"name":"MCIWNDM_SETSPEED","features":[81]},{"name":"MCIWNDM_SETTIMEFORMAT","features":[81]},{"name":"MCIWNDM_SETTIMEFORMATA","features":[81]},{"name":"MCIWNDM_SETTIMEFORMATW","features":[81]},{"name":"MCIWNDM_SETTIMERS","features":[81]},{"name":"MCIWNDM_SETVOLUME","features":[81]},{"name":"MCIWNDM_SETZOOM","features":[81]},{"name":"MCIWNDM_VALIDATEMEDIA","features":[81]},{"name":"MCIWNDOPENF_NEW","features":[81]},{"name":"MCIWND_END","features":[81]},{"name":"MCIWND_START","features":[81]},{"name":"MCIWND_WINDOW_CLASS","features":[81]},{"name":"MCIWndCreateA","features":[3,81]},{"name":"MCIWndCreateW","features":[3,81]},{"name":"MCIWndRegisterClass","features":[3,81]},{"name":"MCI_ANIM_GETDEVCAPS_CAN_REVERSE","features":[81]},{"name":"MCI_ANIM_GETDEVCAPS_CAN_STRETCH","features":[81]},{"name":"MCI_ANIM_GETDEVCAPS_FAST_RATE","features":[81]},{"name":"MCI_ANIM_GETDEVCAPS_MAX_WINDOWS","features":[81]},{"name":"MCI_ANIM_GETDEVCAPS_NORMAL_RATE","features":[81]},{"name":"MCI_ANIM_GETDEVCAPS_PALETTES","features":[81]},{"name":"MCI_ANIM_GETDEVCAPS_SLOW_RATE","features":[81]},{"name":"MCI_ANIM_INFO_TEXT","features":[81]},{"name":"MCI_ANIM_OPEN_NOSTATIC","features":[81]},{"name":"MCI_ANIM_OPEN_PARENT","features":[81]},{"name":"MCI_ANIM_OPEN_PARMSA","features":[3,81]},{"name":"MCI_ANIM_OPEN_PARMSW","features":[3,81]},{"name":"MCI_ANIM_OPEN_WS","features":[81]},{"name":"MCI_ANIM_PLAY_FAST","features":[81]},{"name":"MCI_ANIM_PLAY_PARMS","features":[81]},{"name":"MCI_ANIM_PLAY_REVERSE","features":[81]},{"name":"MCI_ANIM_PLAY_SCAN","features":[81]},{"name":"MCI_ANIM_PLAY_SLOW","features":[81]},{"name":"MCI_ANIM_PLAY_SPEED","features":[81]},{"name":"MCI_ANIM_PUT_DESTINATION","features":[81]},{"name":"MCI_ANIM_PUT_SOURCE","features":[81]},{"name":"MCI_ANIM_REALIZE_BKGD","features":[81]},{"name":"MCI_ANIM_REALIZE_NORM","features":[81]},{"name":"MCI_ANIM_RECT","features":[81]},{"name":"MCI_ANIM_RECT_PARMS","features":[3,81]},{"name":"MCI_ANIM_STATUS_FORWARD","features":[81]},{"name":"MCI_ANIM_STATUS_HPAL","features":[81]},{"name":"MCI_ANIM_STATUS_HWND","features":[81]},{"name":"MCI_ANIM_STATUS_SPEED","features":[81]},{"name":"MCI_ANIM_STATUS_STRETCH","features":[81]},{"name":"MCI_ANIM_STEP_FRAMES","features":[81]},{"name":"MCI_ANIM_STEP_PARMS","features":[81]},{"name":"MCI_ANIM_STEP_REVERSE","features":[81]},{"name":"MCI_ANIM_UPDATE_HDC","features":[81]},{"name":"MCI_ANIM_UPDATE_PARMS","features":[3,14,81]},{"name":"MCI_ANIM_WHERE_DESTINATION","features":[81]},{"name":"MCI_ANIM_WHERE_SOURCE","features":[81]},{"name":"MCI_ANIM_WINDOW_DEFAULT","features":[81]},{"name":"MCI_ANIM_WINDOW_DISABLE_STRETCH","features":[81]},{"name":"MCI_ANIM_WINDOW_ENABLE_STRETCH","features":[81]},{"name":"MCI_ANIM_WINDOW_HWND","features":[81]},{"name":"MCI_ANIM_WINDOW_PARMSA","features":[3,81]},{"name":"MCI_ANIM_WINDOW_PARMSW","features":[3,81]},{"name":"MCI_ANIM_WINDOW_STATE","features":[81]},{"name":"MCI_ANIM_WINDOW_TEXT","features":[81]},{"name":"MCI_AVI_SETVIDEO_DRAW_PROCEDURE","features":[81]},{"name":"MCI_AVI_SETVIDEO_PALETTE_COLOR","features":[81]},{"name":"MCI_AVI_SETVIDEO_PALETTE_HALFTONE","features":[81]},{"name":"MCI_AVI_STATUS_AUDIO_BREAKS","features":[81]},{"name":"MCI_AVI_STATUS_FRAMES_SKIPPED","features":[81]},{"name":"MCI_AVI_STATUS_LAST_PLAY_SPEED","features":[81]},{"name":"MCI_BREAK","features":[81]},{"name":"MCI_BREAK_HWND","features":[81]},{"name":"MCI_BREAK_KEY","features":[81]},{"name":"MCI_BREAK_OFF","features":[81]},{"name":"MCI_BREAK_PARMS","features":[3,81]},{"name":"MCI_CAPTURE","features":[81]},{"name":"MCI_CDA_STATUS_TYPE_TRACK","features":[81]},{"name":"MCI_CDA_TRACK_AUDIO","features":[81]},{"name":"MCI_CDA_TRACK_OTHER","features":[81]},{"name":"MCI_CLOSE","features":[81]},{"name":"MCI_CLOSE_DRIVER","features":[81]},{"name":"MCI_COLONIZED3_RETURN","features":[81]},{"name":"MCI_COLONIZED4_RETURN","features":[81]},{"name":"MCI_COMMAND_HEAD","features":[81]},{"name":"MCI_CONFIGURE","features":[81]},{"name":"MCI_CONSTANT","features":[81]},{"name":"MCI_COPY","features":[81]},{"name":"MCI_CUE","features":[81]},{"name":"MCI_CUT","features":[81]},{"name":"MCI_DELETE","features":[81]},{"name":"MCI_DEVTYPE_ANIMATION","features":[81]},{"name":"MCI_DEVTYPE_CD_AUDIO","features":[81]},{"name":"MCI_DEVTYPE_DAT","features":[81]},{"name":"MCI_DEVTYPE_DIGITAL_VIDEO","features":[81]},{"name":"MCI_DEVTYPE_FIRST","features":[81]},{"name":"MCI_DEVTYPE_FIRST_USER","features":[81]},{"name":"MCI_DEVTYPE_LAST","features":[81]},{"name":"MCI_DEVTYPE_OTHER","features":[81]},{"name":"MCI_DEVTYPE_OVERLAY","features":[81]},{"name":"MCI_DEVTYPE_SCANNER","features":[81]},{"name":"MCI_DEVTYPE_SEQUENCER","features":[81]},{"name":"MCI_DEVTYPE_VCR","features":[81]},{"name":"MCI_DEVTYPE_VIDEODISC","features":[81]},{"name":"MCI_DEVTYPE_WAVEFORM_AUDIO","features":[81]},{"name":"MCI_DGV_CAPTURE_AS","features":[81]},{"name":"MCI_DGV_CAPTURE_AT","features":[81]},{"name":"MCI_DGV_CAPTURE_PARMSA","features":[3,81]},{"name":"MCI_DGV_CAPTURE_PARMSW","features":[3,81]},{"name":"MCI_DGV_COPY_AT","features":[81]},{"name":"MCI_DGV_COPY_AUDIO_STREAM","features":[81]},{"name":"MCI_DGV_COPY_PARMS","features":[3,81]},{"name":"MCI_DGV_COPY_VIDEO_STREAM","features":[81]},{"name":"MCI_DGV_CUE_INPUT","features":[81]},{"name":"MCI_DGV_CUE_NOSHOW","features":[81]},{"name":"MCI_DGV_CUE_OUTPUT","features":[81]},{"name":"MCI_DGV_CUE_PARMS","features":[81]},{"name":"MCI_DGV_CUT_AT","features":[81]},{"name":"MCI_DGV_CUT_AUDIO_STREAM","features":[81]},{"name":"MCI_DGV_CUT_PARMS","features":[3,81]},{"name":"MCI_DGV_CUT_VIDEO_STREAM","features":[81]},{"name":"MCI_DGV_DELETE_AT","features":[81]},{"name":"MCI_DGV_DELETE_AUDIO_STREAM","features":[81]},{"name":"MCI_DGV_DELETE_PARMS","features":[3,81]},{"name":"MCI_DGV_DELETE_VIDEO_STREAM","features":[81]},{"name":"MCI_DGV_FF_AVI","features":[81]},{"name":"MCI_DGV_FF_AVSS","features":[81]},{"name":"MCI_DGV_FF_DIB","features":[81]},{"name":"MCI_DGV_FF_JFIF","features":[81]},{"name":"MCI_DGV_FF_JPEG","features":[81]},{"name":"MCI_DGV_FF_MPEG","features":[81]},{"name":"MCI_DGV_FF_RDIB","features":[81]},{"name":"MCI_DGV_FF_RJPEG","features":[81]},{"name":"MCI_DGV_FILE_MODE_EDITING","features":[81]},{"name":"MCI_DGV_FILE_MODE_EDITING_S","features":[81]},{"name":"MCI_DGV_FILE_MODE_IDLE","features":[81]},{"name":"MCI_DGV_FILE_MODE_IDLE_S","features":[81]},{"name":"MCI_DGV_FILE_MODE_LOADING","features":[81]},{"name":"MCI_DGV_FILE_MODE_LOADING_S","features":[81]},{"name":"MCI_DGV_FILE_MODE_SAVING","features":[81]},{"name":"MCI_DGV_FILE_MODE_SAVING_S","features":[81]},{"name":"MCI_DGV_FILE_S","features":[81]},{"name":"MCI_DGV_FREEZE_AT","features":[81]},{"name":"MCI_DGV_FREEZE_OUTSIDE","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_CAN_FREEZE","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_CAN_LOCK","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_CAN_REVERSE","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_CAN_STRETCH","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_CAN_STR_IN","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_CAN_TEST","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_HAS_STILL","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_MAXIMUM_RATE","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_MAX_WINDOWS","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_MINIMUM_RATE","features":[81]},{"name":"MCI_DGV_GETDEVCAPS_PALETTES","features":[81]},{"name":"MCI_DGV_INFO_AUDIO_ALG","features":[81]},{"name":"MCI_DGV_INFO_AUDIO_QUALITY","features":[81]},{"name":"MCI_DGV_INFO_ITEM","features":[81]},{"name":"MCI_DGV_INFO_PARMSA","features":[81]},{"name":"MCI_DGV_INFO_PARMSW","features":[81]},{"name":"MCI_DGV_INFO_STILL_ALG","features":[81]},{"name":"MCI_DGV_INFO_STILL_QUALITY","features":[81]},{"name":"MCI_DGV_INFO_TEXT","features":[81]},{"name":"MCI_DGV_INFO_USAGE","features":[81]},{"name":"MCI_DGV_INFO_VIDEO_ALG","features":[81]},{"name":"MCI_DGV_INFO_VIDEO_QUALITY","features":[81]},{"name":"MCI_DGV_INPUT_S","features":[81]},{"name":"MCI_DGV_LIST_ALG","features":[81]},{"name":"MCI_DGV_LIST_AUDIO_ALG","features":[81]},{"name":"MCI_DGV_LIST_AUDIO_QUALITY","features":[81]},{"name":"MCI_DGV_LIST_AUDIO_STREAM","features":[81]},{"name":"MCI_DGV_LIST_COUNT","features":[81]},{"name":"MCI_DGV_LIST_ITEM","features":[81]},{"name":"MCI_DGV_LIST_NUMBER","features":[81]},{"name":"MCI_DGV_LIST_PARMSA","features":[81]},{"name":"MCI_DGV_LIST_PARMSW","features":[81]},{"name":"MCI_DGV_LIST_STILL_ALG","features":[81]},{"name":"MCI_DGV_LIST_STILL_QUALITY","features":[81]},{"name":"MCI_DGV_LIST_VIDEO_ALG","features":[81]},{"name":"MCI_DGV_LIST_VIDEO_QUALITY","features":[81]},{"name":"MCI_DGV_LIST_VIDEO_SOURCE","features":[81]},{"name":"MCI_DGV_LIST_VIDEO_STREAM","features":[81]},{"name":"MCI_DGV_METHOD_DIRECT","features":[81]},{"name":"MCI_DGV_METHOD_POST","features":[81]},{"name":"MCI_DGV_METHOD_PRE","features":[81]},{"name":"MCI_DGV_MONITOR_FILE","features":[81]},{"name":"MCI_DGV_MONITOR_INPUT","features":[81]},{"name":"MCI_DGV_MONITOR_METHOD","features":[81]},{"name":"MCI_DGV_MONITOR_PARMS","features":[81]},{"name":"MCI_DGV_MONITOR_SOURCE","features":[81]},{"name":"MCI_DGV_OPEN_16BIT","features":[81]},{"name":"MCI_DGV_OPEN_32BIT","features":[81]},{"name":"MCI_DGV_OPEN_NOSTATIC","features":[81]},{"name":"MCI_DGV_OPEN_PARENT","features":[81]},{"name":"MCI_DGV_OPEN_PARMSA","features":[3,81]},{"name":"MCI_DGV_OPEN_PARMSW","features":[3,81]},{"name":"MCI_DGV_OPEN_WS","features":[81]},{"name":"MCI_DGV_PASTE_AT","features":[81]},{"name":"MCI_DGV_PASTE_AUDIO_STREAM","features":[81]},{"name":"MCI_DGV_PASTE_INSERT","features":[81]},{"name":"MCI_DGV_PASTE_OVERWRITE","features":[81]},{"name":"MCI_DGV_PASTE_PARMS","features":[3,81]},{"name":"MCI_DGV_PASTE_VIDEO_STREAM","features":[81]},{"name":"MCI_DGV_PLAY_REPEAT","features":[81]},{"name":"MCI_DGV_PLAY_REVERSE","features":[81]},{"name":"MCI_DGV_PUT_CLIENT","features":[81]},{"name":"MCI_DGV_PUT_DESTINATION","features":[81]},{"name":"MCI_DGV_PUT_FRAME","features":[81]},{"name":"MCI_DGV_PUT_SOURCE","features":[81]},{"name":"MCI_DGV_PUT_VIDEO","features":[81]},{"name":"MCI_DGV_PUT_WINDOW","features":[81]},{"name":"MCI_DGV_QUALITY_PARMSA","features":[81]},{"name":"MCI_DGV_QUALITY_PARMSW","features":[81]},{"name":"MCI_DGV_REALIZE_BKGD","features":[81]},{"name":"MCI_DGV_REALIZE_NORM","features":[81]},{"name":"MCI_DGV_RECORD_AUDIO_STREAM","features":[81]},{"name":"MCI_DGV_RECORD_HOLD","features":[81]},{"name":"MCI_DGV_RECORD_PARMS","features":[3,81]},{"name":"MCI_DGV_RECORD_VIDEO_STREAM","features":[81]},{"name":"MCI_DGV_RECT","features":[81]},{"name":"MCI_DGV_RECT_PARMS","features":[3,81]},{"name":"MCI_DGV_RESERVE_IN","features":[81]},{"name":"MCI_DGV_RESERVE_PARMSA","features":[81]},{"name":"MCI_DGV_RESERVE_PARMSW","features":[81]},{"name":"MCI_DGV_RESERVE_SIZE","features":[81]},{"name":"MCI_DGV_RESTORE_AT","features":[81]},{"name":"MCI_DGV_RESTORE_FROM","features":[81]},{"name":"MCI_DGV_RESTORE_PARMSA","features":[3,81]},{"name":"MCI_DGV_RESTORE_PARMSW","features":[3,81]},{"name":"MCI_DGV_SAVE_ABORT","features":[81]},{"name":"MCI_DGV_SAVE_KEEPRESERVE","features":[81]},{"name":"MCI_DGV_SAVE_PARMSA","features":[3,81]},{"name":"MCI_DGV_SAVE_PARMSW","features":[3,81]},{"name":"MCI_DGV_SETAUDIO_ALG","features":[81]},{"name":"MCI_DGV_SETAUDIO_AVGBYTESPERSEC","features":[81]},{"name":"MCI_DGV_SETAUDIO_BASS","features":[81]},{"name":"MCI_DGV_SETAUDIO_BITSPERSAMPLE","features":[81]},{"name":"MCI_DGV_SETAUDIO_BLOCKALIGN","features":[81]},{"name":"MCI_DGV_SETAUDIO_CLOCKTIME","features":[81]},{"name":"MCI_DGV_SETAUDIO_INPUT","features":[81]},{"name":"MCI_DGV_SETAUDIO_ITEM","features":[81]},{"name":"MCI_DGV_SETAUDIO_LEFT","features":[81]},{"name":"MCI_DGV_SETAUDIO_OUTPUT","features":[81]},{"name":"MCI_DGV_SETAUDIO_OVER","features":[81]},{"name":"MCI_DGV_SETAUDIO_PARMSA","features":[81]},{"name":"MCI_DGV_SETAUDIO_PARMSW","features":[81]},{"name":"MCI_DGV_SETAUDIO_QUALITY","features":[81]},{"name":"MCI_DGV_SETAUDIO_RECORD","features":[81]},{"name":"MCI_DGV_SETAUDIO_RIGHT","features":[81]},{"name":"MCI_DGV_SETAUDIO_SAMPLESPERSEC","features":[81]},{"name":"MCI_DGV_SETAUDIO_SOURCE","features":[81]},{"name":"MCI_DGV_SETAUDIO_SOURCE_AVERAGE","features":[81]},{"name":"MCI_DGV_SETAUDIO_SOURCE_LEFT","features":[81]},{"name":"MCI_DGV_SETAUDIO_SOURCE_RIGHT","features":[81]},{"name":"MCI_DGV_SETAUDIO_SOURCE_STEREO","features":[81]},{"name":"MCI_DGV_SETAUDIO_SRC_AVERAGE_S","features":[81]},{"name":"MCI_DGV_SETAUDIO_SRC_LEFT_S","features":[81]},{"name":"MCI_DGV_SETAUDIO_SRC_RIGHT_S","features":[81]},{"name":"MCI_DGV_SETAUDIO_SRC_STEREO_S","features":[81]},{"name":"MCI_DGV_SETAUDIO_STREAM","features":[81]},{"name":"MCI_DGV_SETAUDIO_TREBLE","features":[81]},{"name":"MCI_DGV_SETAUDIO_VALUE","features":[81]},{"name":"MCI_DGV_SETAUDIO_VOLUME","features":[81]},{"name":"MCI_DGV_SETVIDEO_ALG","features":[81]},{"name":"MCI_DGV_SETVIDEO_BITSPERPEL","features":[81]},{"name":"MCI_DGV_SETVIDEO_BRIGHTNESS","features":[81]},{"name":"MCI_DGV_SETVIDEO_CLOCKTIME","features":[81]},{"name":"MCI_DGV_SETVIDEO_COLOR","features":[81]},{"name":"MCI_DGV_SETVIDEO_CONTRAST","features":[81]},{"name":"MCI_DGV_SETVIDEO_FRAME_RATE","features":[81]},{"name":"MCI_DGV_SETVIDEO_GAMMA","features":[81]},{"name":"MCI_DGV_SETVIDEO_INPUT","features":[81]},{"name":"MCI_DGV_SETVIDEO_ITEM","features":[81]},{"name":"MCI_DGV_SETVIDEO_KEY_COLOR","features":[81]},{"name":"MCI_DGV_SETVIDEO_KEY_INDEX","features":[81]},{"name":"MCI_DGV_SETVIDEO_OUTPUT","features":[81]},{"name":"MCI_DGV_SETVIDEO_OVER","features":[81]},{"name":"MCI_DGV_SETVIDEO_PALHANDLE","features":[81]},{"name":"MCI_DGV_SETVIDEO_PARMSA","features":[81]},{"name":"MCI_DGV_SETVIDEO_PARMSW","features":[81]},{"name":"MCI_DGV_SETVIDEO_QUALITY","features":[81]},{"name":"MCI_DGV_SETVIDEO_RECORD","features":[81]},{"name":"MCI_DGV_SETVIDEO_SHARPNESS","features":[81]},{"name":"MCI_DGV_SETVIDEO_SOURCE","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_GENERIC","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_GENERIC_S","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_NTSC","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_NTSC_S","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_NUMBER","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_PAL","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_PAL_S","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_RGB","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_RGB_S","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_SECAM","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_SECAM_S","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_SVIDEO","features":[81]},{"name":"MCI_DGV_SETVIDEO_SRC_SVIDEO_S","features":[81]},{"name":"MCI_DGV_SETVIDEO_STILL","features":[81]},{"name":"MCI_DGV_SETVIDEO_STREAM","features":[81]},{"name":"MCI_DGV_SETVIDEO_TINT","features":[81]},{"name":"MCI_DGV_SETVIDEO_VALUE","features":[81]},{"name":"MCI_DGV_SET_FILEFORMAT","features":[81]},{"name":"MCI_DGV_SET_PARMS","features":[81]},{"name":"MCI_DGV_SET_SEEK_EXACTLY","features":[81]},{"name":"MCI_DGV_SET_SPEED","features":[81]},{"name":"MCI_DGV_SET_STILL","features":[81]},{"name":"MCI_DGV_SIGNAL_AT","features":[81]},{"name":"MCI_DGV_SIGNAL_CANCEL","features":[81]},{"name":"MCI_DGV_SIGNAL_EVERY","features":[81]},{"name":"MCI_DGV_SIGNAL_PARMS","features":[81]},{"name":"MCI_DGV_SIGNAL_POSITION","features":[81]},{"name":"MCI_DGV_SIGNAL_USERVAL","features":[81]},{"name":"MCI_DGV_STATUS_AUDIO","features":[81]},{"name":"MCI_DGV_STATUS_AUDIO_INPUT","features":[81]},{"name":"MCI_DGV_STATUS_AUDIO_RECORD","features":[81]},{"name":"MCI_DGV_STATUS_AUDIO_SOURCE","features":[81]},{"name":"MCI_DGV_STATUS_AUDIO_STREAM","features":[81]},{"name":"MCI_DGV_STATUS_AVGBYTESPERSEC","features":[81]},{"name":"MCI_DGV_STATUS_BASS","features":[81]},{"name":"MCI_DGV_STATUS_BITSPERPEL","features":[81]},{"name":"MCI_DGV_STATUS_BITSPERSAMPLE","features":[81]},{"name":"MCI_DGV_STATUS_BLOCKALIGN","features":[81]},{"name":"MCI_DGV_STATUS_BRIGHTNESS","features":[81]},{"name":"MCI_DGV_STATUS_COLOR","features":[81]},{"name":"MCI_DGV_STATUS_CONTRAST","features":[81]},{"name":"MCI_DGV_STATUS_DISKSPACE","features":[81]},{"name":"MCI_DGV_STATUS_FILEFORMAT","features":[81]},{"name":"MCI_DGV_STATUS_FILE_COMPLETION","features":[81]},{"name":"MCI_DGV_STATUS_FILE_MODE","features":[81]},{"name":"MCI_DGV_STATUS_FORWARD","features":[81]},{"name":"MCI_DGV_STATUS_FRAME_RATE","features":[81]},{"name":"MCI_DGV_STATUS_GAMMA","features":[81]},{"name":"MCI_DGV_STATUS_HPAL","features":[81]},{"name":"MCI_DGV_STATUS_HWND","features":[81]},{"name":"MCI_DGV_STATUS_INPUT","features":[81]},{"name":"MCI_DGV_STATUS_KEY_COLOR","features":[81]},{"name":"MCI_DGV_STATUS_KEY_INDEX","features":[81]},{"name":"MCI_DGV_STATUS_LEFT","features":[81]},{"name":"MCI_DGV_STATUS_MONITOR","features":[81]},{"name":"MCI_DGV_STATUS_MONITOR_METHOD","features":[81]},{"name":"MCI_DGV_STATUS_NOMINAL","features":[81]},{"name":"MCI_DGV_STATUS_OUTPUT","features":[81]},{"name":"MCI_DGV_STATUS_PARMSA","features":[81]},{"name":"MCI_DGV_STATUS_PARMSW","features":[81]},{"name":"MCI_DGV_STATUS_PAUSE_MODE","features":[81]},{"name":"MCI_DGV_STATUS_RECORD","features":[81]},{"name":"MCI_DGV_STATUS_REFERENCE","features":[81]},{"name":"MCI_DGV_STATUS_RIGHT","features":[81]},{"name":"MCI_DGV_STATUS_SAMPLESPERSEC","features":[81]},{"name":"MCI_DGV_STATUS_SEEK_EXACTLY","features":[81]},{"name":"MCI_DGV_STATUS_SHARPNESS","features":[81]},{"name":"MCI_DGV_STATUS_SIZE","features":[81]},{"name":"MCI_DGV_STATUS_SMPTE","features":[81]},{"name":"MCI_DGV_STATUS_SPEED","features":[81]},{"name":"MCI_DGV_STATUS_STILL_FILEFORMAT","features":[81]},{"name":"MCI_DGV_STATUS_TINT","features":[81]},{"name":"MCI_DGV_STATUS_TREBLE","features":[81]},{"name":"MCI_DGV_STATUS_UNSAVED","features":[81]},{"name":"MCI_DGV_STATUS_VIDEO","features":[81]},{"name":"MCI_DGV_STATUS_VIDEO_RECORD","features":[81]},{"name":"MCI_DGV_STATUS_VIDEO_SOURCE","features":[81]},{"name":"MCI_DGV_STATUS_VIDEO_SRC_NUM","features":[81]},{"name":"MCI_DGV_STATUS_VIDEO_STREAM","features":[81]},{"name":"MCI_DGV_STATUS_VOLUME","features":[81]},{"name":"MCI_DGV_STATUS_WINDOW_MAXIMIZED","features":[81]},{"name":"MCI_DGV_STATUS_WINDOW_MINIMIZED","features":[81]},{"name":"MCI_DGV_STATUS_WINDOW_VISIBLE","features":[81]},{"name":"MCI_DGV_STEP_FRAMES","features":[81]},{"name":"MCI_DGV_STEP_PARMS","features":[81]},{"name":"MCI_DGV_STEP_REVERSE","features":[81]},{"name":"MCI_DGV_STOP_HOLD","features":[81]},{"name":"MCI_DGV_UPDATE_HDC","features":[81]},{"name":"MCI_DGV_UPDATE_PAINT","features":[81]},{"name":"MCI_DGV_UPDATE_PARMS","features":[3,14,81]},{"name":"MCI_DGV_WHERE_DESTINATION","features":[81]},{"name":"MCI_DGV_WHERE_FRAME","features":[81]},{"name":"MCI_DGV_WHERE_MAX","features":[81]},{"name":"MCI_DGV_WHERE_SOURCE","features":[81]},{"name":"MCI_DGV_WHERE_VIDEO","features":[81]},{"name":"MCI_DGV_WHERE_WINDOW","features":[81]},{"name":"MCI_DGV_WINDOW_DEFAULT","features":[81]},{"name":"MCI_DGV_WINDOW_HWND","features":[81]},{"name":"MCI_DGV_WINDOW_PARMSA","features":[3,81]},{"name":"MCI_DGV_WINDOW_PARMSW","features":[3,81]},{"name":"MCI_DGV_WINDOW_STATE","features":[81]},{"name":"MCI_DGV_WINDOW_TEXT","features":[81]},{"name":"MCI_END_COMMAND","features":[81]},{"name":"MCI_END_COMMAND_LIST","features":[81]},{"name":"MCI_END_CONSTANT","features":[81]},{"name":"MCI_ESCAPE","features":[81]},{"name":"MCI_FALSE","features":[81]},{"name":"MCI_FIRST","features":[81]},{"name":"MCI_FLAG","features":[81]},{"name":"MCI_FORMAT_BYTES","features":[81]},{"name":"MCI_FORMAT_BYTES_S","features":[81]},{"name":"MCI_FORMAT_FRAMES","features":[81]},{"name":"MCI_FORMAT_FRAMES_S","features":[81]},{"name":"MCI_FORMAT_HMS","features":[81]},{"name":"MCI_FORMAT_HMS_S","features":[81]},{"name":"MCI_FORMAT_MILLISECONDS","features":[81]},{"name":"MCI_FORMAT_MILLISECONDS_S","features":[81]},{"name":"MCI_FORMAT_MSF","features":[81]},{"name":"MCI_FORMAT_MSF_S","features":[81]},{"name":"MCI_FORMAT_SAMPLES","features":[81]},{"name":"MCI_FORMAT_SAMPLES_S","features":[81]},{"name":"MCI_FORMAT_SMPTE_24","features":[81]},{"name":"MCI_FORMAT_SMPTE_24_S","features":[81]},{"name":"MCI_FORMAT_SMPTE_25","features":[81]},{"name":"MCI_FORMAT_SMPTE_25_S","features":[81]},{"name":"MCI_FORMAT_SMPTE_30","features":[81]},{"name":"MCI_FORMAT_SMPTE_30DROP","features":[81]},{"name":"MCI_FORMAT_SMPTE_30DROP_S","features":[81]},{"name":"MCI_FORMAT_SMPTE_30_S","features":[81]},{"name":"MCI_FORMAT_TMSF","features":[81]},{"name":"MCI_FORMAT_TMSF_S","features":[81]},{"name":"MCI_FREEZE","features":[81]},{"name":"MCI_FROM","features":[81]},{"name":"MCI_GENERIC_PARMS","features":[81]},{"name":"MCI_GETDEVCAPS","features":[81]},{"name":"MCI_GETDEVCAPS_CAN_EJECT","features":[81]},{"name":"MCI_GETDEVCAPS_CAN_PLAY","features":[81]},{"name":"MCI_GETDEVCAPS_CAN_RECORD","features":[81]},{"name":"MCI_GETDEVCAPS_CAN_SAVE","features":[81]},{"name":"MCI_GETDEVCAPS_COMPOUND_DEVICE","features":[81]},{"name":"MCI_GETDEVCAPS_DEVICE_TYPE","features":[81]},{"name":"MCI_GETDEVCAPS_HAS_AUDIO","features":[81]},{"name":"MCI_GETDEVCAPS_HAS_VIDEO","features":[81]},{"name":"MCI_GETDEVCAPS_ITEM","features":[81]},{"name":"MCI_GETDEVCAPS_PARMS","features":[81]},{"name":"MCI_GETDEVCAPS_USES_FILES","features":[81]},{"name":"MCI_HDC","features":[81]},{"name":"MCI_HPAL","features":[81]},{"name":"MCI_HWND","features":[81]},{"name":"MCI_INFO","features":[81]},{"name":"MCI_INFO_COPYRIGHT","features":[81]},{"name":"MCI_INFO_FILE","features":[81]},{"name":"MCI_INFO_MEDIA_IDENTITY","features":[81]},{"name":"MCI_INFO_MEDIA_UPC","features":[81]},{"name":"MCI_INFO_NAME","features":[81]},{"name":"MCI_INFO_PARMSA","features":[81]},{"name":"MCI_INFO_PARMSW","features":[81]},{"name":"MCI_INFO_PRODUCT","features":[81]},{"name":"MCI_INFO_VERSION","features":[81]},{"name":"MCI_INTEGER","features":[81]},{"name":"MCI_INTEGER64","features":[81]},{"name":"MCI_INTEGER_RETURNED","features":[81]},{"name":"MCI_LAST","features":[81]},{"name":"MCI_LIST","features":[81]},{"name":"MCI_LOAD","features":[81]},{"name":"MCI_LOAD_FILE","features":[81]},{"name":"MCI_LOAD_PARMSA","features":[81]},{"name":"MCI_LOAD_PARMSW","features":[81]},{"name":"MCI_MAX_DEVICE_TYPE_LENGTH","features":[81]},{"name":"MCI_MCIAVI_PLAY_FULLBY2","features":[81]},{"name":"MCI_MCIAVI_PLAY_FULLSCREEN","features":[81]},{"name":"MCI_MCIAVI_PLAY_WINDOW","features":[81]},{"name":"MCI_MODE_NOT_READY","features":[81]},{"name":"MCI_MODE_OPEN","features":[81]},{"name":"MCI_MODE_PAUSE","features":[81]},{"name":"MCI_MODE_PLAY","features":[81]},{"name":"MCI_MODE_RECORD","features":[81]},{"name":"MCI_MODE_SEEK","features":[81]},{"name":"MCI_MODE_STOP","features":[81]},{"name":"MCI_MONITOR","features":[81]},{"name":"MCI_NOTIFY","features":[81]},{"name":"MCI_NOTIFY_ABORTED","features":[81]},{"name":"MCI_NOTIFY_FAILURE","features":[81]},{"name":"MCI_NOTIFY_SUCCESSFUL","features":[81]},{"name":"MCI_NOTIFY_SUPERSEDED","features":[81]},{"name":"MCI_OFF","features":[81]},{"name":"MCI_OFF_S","features":[81]},{"name":"MCI_ON","features":[81]},{"name":"MCI_ON_S","features":[81]},{"name":"MCI_OPEN","features":[81]},{"name":"MCI_OPEN_ALIAS","features":[81]},{"name":"MCI_OPEN_DRIVER","features":[81]},{"name":"MCI_OPEN_DRIVER_PARMS","features":[81]},{"name":"MCI_OPEN_ELEMENT","features":[81]},{"name":"MCI_OPEN_ELEMENT_ID","features":[81]},{"name":"MCI_OPEN_PARMSA","features":[81]},{"name":"MCI_OPEN_PARMSW","features":[81]},{"name":"MCI_OPEN_SHAREABLE","features":[81]},{"name":"MCI_OPEN_TYPE","features":[81]},{"name":"MCI_OPEN_TYPE_ID","features":[81]},{"name":"MCI_OVLY_GETDEVCAPS_CAN_FREEZE","features":[81]},{"name":"MCI_OVLY_GETDEVCAPS_CAN_STRETCH","features":[81]},{"name":"MCI_OVLY_GETDEVCAPS_MAX_WINDOWS","features":[81]},{"name":"MCI_OVLY_INFO_TEXT","features":[81]},{"name":"MCI_OVLY_LOAD_PARMSA","features":[3,81]},{"name":"MCI_OVLY_LOAD_PARMSW","features":[3,81]},{"name":"MCI_OVLY_OPEN_PARENT","features":[81]},{"name":"MCI_OVLY_OPEN_PARMSA","features":[3,81]},{"name":"MCI_OVLY_OPEN_PARMSW","features":[3,81]},{"name":"MCI_OVLY_OPEN_WS","features":[81]},{"name":"MCI_OVLY_PUT_DESTINATION","features":[81]},{"name":"MCI_OVLY_PUT_FRAME","features":[81]},{"name":"MCI_OVLY_PUT_SOURCE","features":[81]},{"name":"MCI_OVLY_PUT_VIDEO","features":[81]},{"name":"MCI_OVLY_RECT","features":[81]},{"name":"MCI_OVLY_RECT_PARMS","features":[3,81]},{"name":"MCI_OVLY_SAVE_PARMSA","features":[3,81]},{"name":"MCI_OVLY_SAVE_PARMSW","features":[3,81]},{"name":"MCI_OVLY_STATUS_HWND","features":[81]},{"name":"MCI_OVLY_STATUS_STRETCH","features":[81]},{"name":"MCI_OVLY_WHERE_DESTINATION","features":[81]},{"name":"MCI_OVLY_WHERE_FRAME","features":[81]},{"name":"MCI_OVLY_WHERE_SOURCE","features":[81]},{"name":"MCI_OVLY_WHERE_VIDEO","features":[81]},{"name":"MCI_OVLY_WINDOW_DEFAULT","features":[81]},{"name":"MCI_OVLY_WINDOW_DISABLE_STRETCH","features":[81]},{"name":"MCI_OVLY_WINDOW_ENABLE_STRETCH","features":[81]},{"name":"MCI_OVLY_WINDOW_HWND","features":[81]},{"name":"MCI_OVLY_WINDOW_PARMSA","features":[3,81]},{"name":"MCI_OVLY_WINDOW_PARMSW","features":[3,81]},{"name":"MCI_OVLY_WINDOW_STATE","features":[81]},{"name":"MCI_OVLY_WINDOW_TEXT","features":[81]},{"name":"MCI_PASTE","features":[81]},{"name":"MCI_PAUSE","features":[81]},{"name":"MCI_PLAY","features":[81]},{"name":"MCI_PLAY_PARMS","features":[81]},{"name":"MCI_PUT","features":[81]},{"name":"MCI_QUALITY","features":[81]},{"name":"MCI_QUALITY_ALG","features":[81]},{"name":"MCI_QUALITY_DIALOG","features":[81]},{"name":"MCI_QUALITY_HANDLE","features":[81]},{"name":"MCI_QUALITY_ITEM","features":[81]},{"name":"MCI_QUALITY_ITEM_AUDIO","features":[81]},{"name":"MCI_QUALITY_ITEM_STILL","features":[81]},{"name":"MCI_QUALITY_ITEM_VIDEO","features":[81]},{"name":"MCI_QUALITY_NAME","features":[81]},{"name":"MCI_REALIZE","features":[81]},{"name":"MCI_RECORD","features":[81]},{"name":"MCI_RECORD_INSERT","features":[81]},{"name":"MCI_RECORD_OVERWRITE","features":[81]},{"name":"MCI_RECORD_PARMS","features":[81]},{"name":"MCI_RECT","features":[81]},{"name":"MCI_RESERVE","features":[81]},{"name":"MCI_RESOURCE_DRIVER","features":[81]},{"name":"MCI_RESOURCE_RETURNED","features":[81]},{"name":"MCI_RESTORE","features":[81]},{"name":"MCI_RESUME","features":[81]},{"name":"MCI_RETURN","features":[81]},{"name":"MCI_SAVE","features":[81]},{"name":"MCI_SAVE_FILE","features":[81]},{"name":"MCI_SAVE_PARMSA","features":[81]},{"name":"MCI_SAVE_PARMSW","features":[81]},{"name":"MCI_SECTION","features":[81]},{"name":"MCI_SEEK","features":[81]},{"name":"MCI_SEEK_PARMS","features":[81]},{"name":"MCI_SEEK_TO_END","features":[81]},{"name":"MCI_SEEK_TO_START","features":[81]},{"name":"MCI_SEQ_FILE","features":[81]},{"name":"MCI_SEQ_FILE_S","features":[81]},{"name":"MCI_SEQ_FORMAT_SONGPTR","features":[81]},{"name":"MCI_SEQ_FORMAT_SONGPTR_S","features":[81]},{"name":"MCI_SEQ_MAPPER","features":[81]},{"name":"MCI_SEQ_MAPPER_S","features":[81]},{"name":"MCI_SEQ_MIDI","features":[81]},{"name":"MCI_SEQ_MIDI_S","features":[81]},{"name":"MCI_SEQ_NONE","features":[81]},{"name":"MCI_SEQ_NONE_S","features":[81]},{"name":"MCI_SEQ_SET_MASTER","features":[81]},{"name":"MCI_SEQ_SET_OFFSET","features":[81]},{"name":"MCI_SEQ_SET_PARMS","features":[81]},{"name":"MCI_SEQ_SET_PORT","features":[81]},{"name":"MCI_SEQ_SET_SLAVE","features":[81]},{"name":"MCI_SEQ_SET_TEMPO","features":[81]},{"name":"MCI_SEQ_SMPTE","features":[81]},{"name":"MCI_SEQ_SMPTE_S","features":[81]},{"name":"MCI_SEQ_STATUS_COPYRIGHT","features":[81]},{"name":"MCI_SEQ_STATUS_DIVTYPE","features":[81]},{"name":"MCI_SEQ_STATUS_MASTER","features":[81]},{"name":"MCI_SEQ_STATUS_NAME","features":[81]},{"name":"MCI_SEQ_STATUS_OFFSET","features":[81]},{"name":"MCI_SEQ_STATUS_PORT","features":[81]},{"name":"MCI_SEQ_STATUS_SLAVE","features":[81]},{"name":"MCI_SEQ_STATUS_TEMPO","features":[81]},{"name":"MCI_SET","features":[81]},{"name":"MCI_SETAUDIO","features":[81]},{"name":"MCI_SETVIDEO","features":[81]},{"name":"MCI_SET_AUDIO","features":[81]},{"name":"MCI_SET_AUDIO_ALL","features":[81]},{"name":"MCI_SET_AUDIO_LEFT","features":[81]},{"name":"MCI_SET_AUDIO_RIGHT","features":[81]},{"name":"MCI_SET_DOOR_CLOSED","features":[81]},{"name":"MCI_SET_DOOR_OPEN","features":[81]},{"name":"MCI_SET_OFF","features":[81]},{"name":"MCI_SET_ON","features":[81]},{"name":"MCI_SET_PARMS","features":[81]},{"name":"MCI_SET_TIME_FORMAT","features":[81]},{"name":"MCI_SET_VIDEO","features":[81]},{"name":"MCI_SIGNAL","features":[81]},{"name":"MCI_SPIN","features":[81]},{"name":"MCI_STATUS","features":[81]},{"name":"MCI_STATUS_CURRENT_TRACK","features":[81]},{"name":"MCI_STATUS_ITEM","features":[81]},{"name":"MCI_STATUS_LENGTH","features":[81]},{"name":"MCI_STATUS_MEDIA_PRESENT","features":[81]},{"name":"MCI_STATUS_MODE","features":[81]},{"name":"MCI_STATUS_NUMBER_OF_TRACKS","features":[81]},{"name":"MCI_STATUS_PARMS","features":[81]},{"name":"MCI_STATUS_POSITION","features":[81]},{"name":"MCI_STATUS_READY","features":[81]},{"name":"MCI_STATUS_START","features":[81]},{"name":"MCI_STATUS_TIME_FORMAT","features":[81]},{"name":"MCI_STEP","features":[81]},{"name":"MCI_STOP","features":[81]},{"name":"MCI_STRING","features":[81]},{"name":"MCI_SYSINFO","features":[81]},{"name":"MCI_SYSINFO_INSTALLNAME","features":[81]},{"name":"MCI_SYSINFO_NAME","features":[81]},{"name":"MCI_SYSINFO_OPEN","features":[81]},{"name":"MCI_SYSINFO_PARMSA","features":[81]},{"name":"MCI_SYSINFO_PARMSW","features":[81]},{"name":"MCI_SYSINFO_QUANTITY","features":[81]},{"name":"MCI_TEST","features":[81]},{"name":"MCI_TO","features":[81]},{"name":"MCI_TRACK","features":[81]},{"name":"MCI_TRUE","features":[81]},{"name":"MCI_UNDO","features":[81]},{"name":"MCI_UNFREEZE","features":[81]},{"name":"MCI_UPDATE","features":[81]},{"name":"MCI_USER_MESSAGES","features":[81]},{"name":"MCI_VD_ESCAPE_PARMSA","features":[81]},{"name":"MCI_VD_ESCAPE_PARMSW","features":[81]},{"name":"MCI_VD_ESCAPE_STRING","features":[81]},{"name":"MCI_VD_FORMAT_TRACK","features":[81]},{"name":"MCI_VD_FORMAT_TRACK_S","features":[81]},{"name":"MCI_VD_GETDEVCAPS_CAN_REVERSE","features":[81]},{"name":"MCI_VD_GETDEVCAPS_CAV","features":[81]},{"name":"MCI_VD_GETDEVCAPS_CLV","features":[81]},{"name":"MCI_VD_GETDEVCAPS_FAST_RATE","features":[81]},{"name":"MCI_VD_GETDEVCAPS_NORMAL_RATE","features":[81]},{"name":"MCI_VD_GETDEVCAPS_SLOW_RATE","features":[81]},{"name":"MCI_VD_MEDIA_CAV","features":[81]},{"name":"MCI_VD_MEDIA_CLV","features":[81]},{"name":"MCI_VD_MEDIA_OTHER","features":[81]},{"name":"MCI_VD_MODE_PARK","features":[81]},{"name":"MCI_VD_PLAY_FAST","features":[81]},{"name":"MCI_VD_PLAY_PARMS","features":[81]},{"name":"MCI_VD_PLAY_REVERSE","features":[81]},{"name":"MCI_VD_PLAY_SCAN","features":[81]},{"name":"MCI_VD_PLAY_SLOW","features":[81]},{"name":"MCI_VD_PLAY_SPEED","features":[81]},{"name":"MCI_VD_SEEK_REVERSE","features":[81]},{"name":"MCI_VD_SPIN_DOWN","features":[81]},{"name":"MCI_VD_SPIN_UP","features":[81]},{"name":"MCI_VD_STATUS_DISC_SIZE","features":[81]},{"name":"MCI_VD_STATUS_FORWARD","features":[81]},{"name":"MCI_VD_STATUS_MEDIA_TYPE","features":[81]},{"name":"MCI_VD_STATUS_SIDE","features":[81]},{"name":"MCI_VD_STATUS_SPEED","features":[81]},{"name":"MCI_VD_STEP_FRAMES","features":[81]},{"name":"MCI_VD_STEP_PARMS","features":[81]},{"name":"MCI_VD_STEP_REVERSE","features":[81]},{"name":"MCI_WAIT","features":[81]},{"name":"MCI_WAVE_DELETE_PARMS","features":[81]},{"name":"MCI_WAVE_GETDEVCAPS_INPUTS","features":[81]},{"name":"MCI_WAVE_GETDEVCAPS_OUTPUTS","features":[81]},{"name":"MCI_WAVE_INPUT","features":[81]},{"name":"MCI_WAVE_MAPPER","features":[81]},{"name":"MCI_WAVE_OPEN_BUFFER","features":[81]},{"name":"MCI_WAVE_OPEN_PARMSA","features":[81]},{"name":"MCI_WAVE_OPEN_PARMSW","features":[81]},{"name":"MCI_WAVE_OUTPUT","features":[81]},{"name":"MCI_WAVE_PCM","features":[81]},{"name":"MCI_WAVE_SET_ANYINPUT","features":[81]},{"name":"MCI_WAVE_SET_ANYOUTPUT","features":[81]},{"name":"MCI_WAVE_SET_AVGBYTESPERSEC","features":[81]},{"name":"MCI_WAVE_SET_BITSPERSAMPLE","features":[81]},{"name":"MCI_WAVE_SET_BLOCKALIGN","features":[81]},{"name":"MCI_WAVE_SET_CHANNELS","features":[81]},{"name":"MCI_WAVE_SET_FORMATTAG","features":[81]},{"name":"MCI_WAVE_SET_PARMS","features":[81]},{"name":"MCI_WAVE_SET_SAMPLESPERSEC","features":[81]},{"name":"MCI_WAVE_STATUS_AVGBYTESPERSEC","features":[81]},{"name":"MCI_WAVE_STATUS_BITSPERSAMPLE","features":[81]},{"name":"MCI_WAVE_STATUS_BLOCKALIGN","features":[81]},{"name":"MCI_WAVE_STATUS_CHANNELS","features":[81]},{"name":"MCI_WAVE_STATUS_FORMATTAG","features":[81]},{"name":"MCI_WAVE_STATUS_LEVEL","features":[81]},{"name":"MCI_WAVE_STATUS_SAMPLESPERSEC","features":[81]},{"name":"MCI_WHERE","features":[81]},{"name":"MCI_WINDOW","features":[81]},{"name":"MCMADM_E_REGKEY_NOT_FOUND","features":[81]},{"name":"MCMADM_I_NO_EVENTS","features":[81]},{"name":"MEDIASPACEADPCMWAVEFORMAT","features":[82,81]},{"name":"MIDIMAPPER_S","features":[81]},{"name":"MIDIOPENSTRMID","features":[81]},{"name":"MIDI_IO_COOKED","features":[81]},{"name":"MIDI_IO_PACKED","features":[81]},{"name":"MIDM_ADDBUFFER","features":[81]},{"name":"MIDM_CLOSE","features":[81]},{"name":"MIDM_GETDEVCAPS","features":[81]},{"name":"MIDM_GETNUMDEVS","features":[81]},{"name":"MIDM_INIT","features":[81]},{"name":"MIDM_INIT_EX","features":[81]},{"name":"MIDM_MAPPER","features":[81]},{"name":"MIDM_OPEN","features":[81]},{"name":"MIDM_PREPARE","features":[81]},{"name":"MIDM_RESET","features":[81]},{"name":"MIDM_START","features":[81]},{"name":"MIDM_STOP","features":[81]},{"name":"MIDM_UNPREPARE","features":[81]},{"name":"MIDM_USER","features":[81]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_MTS","features":[81]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_ONOFF","features":[81]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_SYNTHSELECT","features":[81]},{"name":"MIXEROPENDESC","features":[82,81]},{"name":"MMCKINFO","features":[81]},{"name":"MMIOERR_ACCESSDENIED","features":[81]},{"name":"MMIOERR_BASE","features":[81]},{"name":"MMIOERR_CANNOTCLOSE","features":[81]},{"name":"MMIOERR_CANNOTEXPAND","features":[81]},{"name":"MMIOERR_CANNOTOPEN","features":[81]},{"name":"MMIOERR_CANNOTREAD","features":[81]},{"name":"MMIOERR_CANNOTSEEK","features":[81]},{"name":"MMIOERR_CANNOTWRITE","features":[81]},{"name":"MMIOERR_CHUNKNOTFOUND","features":[81]},{"name":"MMIOERR_FILENOTFOUND","features":[81]},{"name":"MMIOERR_INVALIDFILE","features":[81]},{"name":"MMIOERR_NETWORKERROR","features":[81]},{"name":"MMIOERR_OUTOFMEMORY","features":[81]},{"name":"MMIOERR_PATHNOTFOUND","features":[81]},{"name":"MMIOERR_SHARINGVIOLATION","features":[81]},{"name":"MMIOERR_TOOMANYOPENFILES","features":[81]},{"name":"MMIOERR_UNBUFFERED","features":[81]},{"name":"MMIOINFO","features":[3,81]},{"name":"MMIOM_CLOSE","features":[81]},{"name":"MMIOM_OPEN","features":[81]},{"name":"MMIOM_READ","features":[81]},{"name":"MMIOM_RENAME","features":[81]},{"name":"MMIOM_SEEK","features":[81]},{"name":"MMIOM_USER","features":[81]},{"name":"MMIOM_WRITE","features":[81]},{"name":"MMIOM_WRITEFLUSH","features":[81]},{"name":"MMIO_ALLOCBUF","features":[81]},{"name":"MMIO_COMPAT","features":[81]},{"name":"MMIO_CREATE","features":[81]},{"name":"MMIO_CREATELIST","features":[81]},{"name":"MMIO_CREATERIFF","features":[81]},{"name":"MMIO_DEFAULTBUFFER","features":[81]},{"name":"MMIO_DELETE","features":[81]},{"name":"MMIO_DENYNONE","features":[81]},{"name":"MMIO_DENYREAD","features":[81]},{"name":"MMIO_DENYWRITE","features":[81]},{"name":"MMIO_DIRTY","features":[81]},{"name":"MMIO_EMPTYBUF","features":[81]},{"name":"MMIO_EXCLUSIVE","features":[81]},{"name":"MMIO_EXIST","features":[81]},{"name":"MMIO_FHOPEN","features":[81]},{"name":"MMIO_FINDCHUNK","features":[81]},{"name":"MMIO_FINDLIST","features":[81]},{"name":"MMIO_FINDPROC","features":[81]},{"name":"MMIO_FINDRIFF","features":[81]},{"name":"MMIO_GETTEMP","features":[81]},{"name":"MMIO_GLOBALPROC","features":[81]},{"name":"MMIO_INSTALLPROC","features":[81]},{"name":"MMIO_PARSE","features":[81]},{"name":"MMIO_READ","features":[81]},{"name":"MMIO_READWRITE","features":[81]},{"name":"MMIO_REMOVEPROC","features":[81]},{"name":"MMIO_RWMODE","features":[81]},{"name":"MMIO_SHAREMODE","features":[81]},{"name":"MMIO_TOUPPER","features":[81]},{"name":"MMIO_UNICODEPROC","features":[81]},{"name":"MMIO_WRITE","features":[81]},{"name":"MM_3COM","features":[81]},{"name":"MM_3COM_CB_MIXER","features":[81]},{"name":"MM_3COM_CB_WAVEIN","features":[81]},{"name":"MM_3COM_CB_WAVEOUT","features":[81]},{"name":"MM_3DFX","features":[81]},{"name":"MM_AARDVARK","features":[81]},{"name":"MM_AARDVARK_STUDIO12_WAVEIN","features":[81]},{"name":"MM_AARDVARK_STUDIO12_WAVEOUT","features":[81]},{"name":"MM_AARDVARK_STUDIO88_WAVEIN","features":[81]},{"name":"MM_AARDVARK_STUDIO88_WAVEOUT","features":[81]},{"name":"MM_ACTIVEVOICE","features":[81]},{"name":"MM_ACTIVEVOICE_ACM_VOXADPCM","features":[81]},{"name":"MM_ACULAB","features":[81]},{"name":"MM_ADDX","features":[81]},{"name":"MM_ADDX_PCTV_AUX_CD","features":[81]},{"name":"MM_ADDX_PCTV_AUX_LINE","features":[81]},{"name":"MM_ADDX_PCTV_DIGITALMIX","features":[81]},{"name":"MM_ADDX_PCTV_MIXER","features":[81]},{"name":"MM_ADDX_PCTV_WAVEIN","features":[81]},{"name":"MM_ADDX_PCTV_WAVEOUT","features":[81]},{"name":"MM_ADLACC","features":[81]},{"name":"MM_ADMOS","features":[81]},{"name":"MM_ADMOS_FM_SYNTH","features":[81]},{"name":"MM_ADMOS_QS3AMIDIIN","features":[81]},{"name":"MM_ADMOS_QS3AMIDIOUT","features":[81]},{"name":"MM_ADMOS_QS3AWAVEIN","features":[81]},{"name":"MM_ADMOS_QS3AWAVEOUT","features":[81]},{"name":"MM_AHEAD","features":[81]},{"name":"MM_AHEAD_GENERIC","features":[81]},{"name":"MM_AHEAD_MULTISOUND","features":[81]},{"name":"MM_AHEAD_PROAUDIO","features":[81]},{"name":"MM_AHEAD_SOUNDBLASTER","features":[81]},{"name":"MM_ALARIS","features":[81]},{"name":"MM_ALDIGITAL","features":[81]},{"name":"MM_ALESIS","features":[81]},{"name":"MM_ALGOVISION","features":[81]},{"name":"MM_ALGOVISION_VB80AUX","features":[81]},{"name":"MM_ALGOVISION_VB80AUX2","features":[81]},{"name":"MM_ALGOVISION_VB80MIXER","features":[81]},{"name":"MM_ALGOVISION_VB80WAVEIN","features":[81]},{"name":"MM_ALGOVISION_VB80WAVEOUT","features":[81]},{"name":"MM_AMD","features":[81]},{"name":"MM_AMD_INTERWAVE_AUX1","features":[81]},{"name":"MM_AMD_INTERWAVE_AUX2","features":[81]},{"name":"MM_AMD_INTERWAVE_AUX_CD","features":[81]},{"name":"MM_AMD_INTERWAVE_AUX_MIC","features":[81]},{"name":"MM_AMD_INTERWAVE_EX_CD","features":[81]},{"name":"MM_AMD_INTERWAVE_EX_TELEPHONY","features":[81]},{"name":"MM_AMD_INTERWAVE_JOYSTICK","features":[81]},{"name":"MM_AMD_INTERWAVE_MIDIIN","features":[81]},{"name":"MM_AMD_INTERWAVE_MIDIOUT","features":[81]},{"name":"MM_AMD_INTERWAVE_MIXER1","features":[81]},{"name":"MM_AMD_INTERWAVE_MIXER2","features":[81]},{"name":"MM_AMD_INTERWAVE_MONO_IN","features":[81]},{"name":"MM_AMD_INTERWAVE_MONO_OUT","features":[81]},{"name":"MM_AMD_INTERWAVE_STEREO_ENHANCED","features":[81]},{"name":"MM_AMD_INTERWAVE_SYNTH","features":[81]},{"name":"MM_AMD_INTERWAVE_WAVEIN","features":[81]},{"name":"MM_AMD_INTERWAVE_WAVEOUT","features":[81]},{"name":"MM_AMD_INTERWAVE_WAVEOUT_BASE","features":[81]},{"name":"MM_AMD_INTERWAVE_WAVEOUT_TREBLE","features":[81]},{"name":"MM_ANALOGDEVICES","features":[81]},{"name":"MM_ANTEX","features":[81]},{"name":"MM_ANTEX_AUDIOPORT22_FEEDTHRU","features":[81]},{"name":"MM_ANTEX_AUDIOPORT22_WAVEIN","features":[81]},{"name":"MM_ANTEX_AUDIOPORT22_WAVEOUT","features":[81]},{"name":"MM_ANTEX_SX12_WAVEIN","features":[81]},{"name":"MM_ANTEX_SX12_WAVEOUT","features":[81]},{"name":"MM_ANTEX_SX15_WAVEIN","features":[81]},{"name":"MM_ANTEX_SX15_WAVEOUT","features":[81]},{"name":"MM_ANTEX_VP625_WAVEIN","features":[81]},{"name":"MM_ANTEX_VP625_WAVEOUT","features":[81]},{"name":"MM_APICOM","features":[81]},{"name":"MM_APPLE","features":[81]},{"name":"MM_APPS","features":[81]},{"name":"MM_APT","features":[81]},{"name":"MM_APT_ACE100CD","features":[81]},{"name":"MM_ARRAY","features":[81]},{"name":"MM_ARTISOFT","features":[81]},{"name":"MM_ARTISOFT_SBWAVEIN","features":[81]},{"name":"MM_ARTISOFT_SBWAVEOUT","features":[81]},{"name":"MM_AST","features":[81]},{"name":"MM_AST_MODEMWAVE_WAVEIN","features":[81]},{"name":"MM_AST_MODEMWAVE_WAVEOUT","features":[81]},{"name":"MM_ATI","features":[81]},{"name":"MM_ATT","features":[81]},{"name":"MM_ATT_G729A","features":[81]},{"name":"MM_ATT_MICROELECTRONICS","features":[81]},{"name":"MM_AU8820_AUX","features":[81]},{"name":"MM_AU8820_MIDIIN","features":[81]},{"name":"MM_AU8820_MIDIOUT","features":[81]},{"name":"MM_AU8820_MIXER","features":[81]},{"name":"MM_AU8820_SYNTH","features":[81]},{"name":"MM_AU8820_WAVEIN","features":[81]},{"name":"MM_AU8820_WAVEOUT","features":[81]},{"name":"MM_AU8830_AUX","features":[81]},{"name":"MM_AU8830_MIDIIN","features":[81]},{"name":"MM_AU8830_MIDIOUT","features":[81]},{"name":"MM_AU8830_MIXER","features":[81]},{"name":"MM_AU8830_SYNTH","features":[81]},{"name":"MM_AU8830_WAVEIN","features":[81]},{"name":"MM_AU8830_WAVEOUT","features":[81]},{"name":"MM_AUDIOFILE","features":[81]},{"name":"MM_AUDIOPT","features":[81]},{"name":"MM_AUDIOSCIENCE","features":[81]},{"name":"MM_AURAVISION","features":[81]},{"name":"MM_AUREAL","features":[81]},{"name":"MM_AUREAL_AU8820","features":[81]},{"name":"MM_AUREAL_AU8830","features":[81]},{"name":"MM_AZTECH","features":[81]},{"name":"MM_AZTECH_AUX","features":[81]},{"name":"MM_AZTECH_AUX_CD","features":[81]},{"name":"MM_AZTECH_AUX_LINE","features":[81]},{"name":"MM_AZTECH_AUX_MIC","features":[81]},{"name":"MM_AZTECH_DSP16_FMSYNTH","features":[81]},{"name":"MM_AZTECH_DSP16_WAVEIN","features":[81]},{"name":"MM_AZTECH_DSP16_WAVEOUT","features":[81]},{"name":"MM_AZTECH_DSP16_WAVESYNTH","features":[81]},{"name":"MM_AZTECH_FMSYNTH","features":[81]},{"name":"MM_AZTECH_MIDIIN","features":[81]},{"name":"MM_AZTECH_MIDIOUT","features":[81]},{"name":"MM_AZTECH_MIXER","features":[81]},{"name":"MM_AZTECH_NOVA16_MIXER","features":[81]},{"name":"MM_AZTECH_NOVA16_WAVEIN","features":[81]},{"name":"MM_AZTECH_NOVA16_WAVEOUT","features":[81]},{"name":"MM_AZTECH_PRO16_FMSYNTH","features":[81]},{"name":"MM_AZTECH_PRO16_WAVEIN","features":[81]},{"name":"MM_AZTECH_PRO16_WAVEOUT","features":[81]},{"name":"MM_AZTECH_WASH16_MIXER","features":[81]},{"name":"MM_AZTECH_WASH16_WAVEIN","features":[81]},{"name":"MM_AZTECH_WASH16_WAVEOUT","features":[81]},{"name":"MM_AZTECH_WAVEIN","features":[81]},{"name":"MM_AZTECH_WAVEOUT","features":[81]},{"name":"MM_BCB","features":[81]},{"name":"MM_BCB_NETBOARD_10","features":[81]},{"name":"MM_BCB_TT75_10","features":[81]},{"name":"MM_BECUBED","features":[81]},{"name":"MM_BERCOS","features":[81]},{"name":"MM_BERCOS_MIXER","features":[81]},{"name":"MM_BERCOS_WAVEIN","features":[81]},{"name":"MM_BERCOS_WAVEOUT","features":[81]},{"name":"MM_BERKOM","features":[81]},{"name":"MM_BINTEC","features":[81]},{"name":"MM_BINTEC_TAPI_WAVE","features":[81]},{"name":"MM_BROOKTREE","features":[81]},{"name":"MM_BTV_AUX_CD","features":[81]},{"name":"MM_BTV_AUX_LINE","features":[81]},{"name":"MM_BTV_AUX_MIC","features":[81]},{"name":"MM_BTV_DIGITALIN","features":[81]},{"name":"MM_BTV_DIGITALOUT","features":[81]},{"name":"MM_BTV_MIDIIN","features":[81]},{"name":"MM_BTV_MIDIOUT","features":[81]},{"name":"MM_BTV_MIDISYNTH","features":[81]},{"name":"MM_BTV_MIDIWAVESTREAM","features":[81]},{"name":"MM_BTV_MIXER","features":[81]},{"name":"MM_BTV_WAVEIN","features":[81]},{"name":"MM_BTV_WAVEOUT","features":[81]},{"name":"MM_CANAM","features":[81]},{"name":"MM_CANAM_CBXWAVEIN","features":[81]},{"name":"MM_CANAM_CBXWAVEOUT","features":[81]},{"name":"MM_CANOPUS","features":[81]},{"name":"MM_CANOPUS_ACM_DVREX","features":[81]},{"name":"MM_CASIO","features":[81]},{"name":"MM_CASIO_LSG_MIDIOUT","features":[81]},{"name":"MM_CASIO_WP150_MIDIIN","features":[81]},{"name":"MM_CASIO_WP150_MIDIOUT","features":[81]},{"name":"MM_CAT","features":[81]},{"name":"MM_CAT_WAVEOUT","features":[81]},{"name":"MM_CDPC_AUX","features":[81]},{"name":"MM_CDPC_MIDIIN","features":[81]},{"name":"MM_CDPC_MIDIOUT","features":[81]},{"name":"MM_CDPC_MIXER","features":[81]},{"name":"MM_CDPC_SYNTH","features":[81]},{"name":"MM_CDPC_WAVEIN","features":[81]},{"name":"MM_CDPC_WAVEOUT","features":[81]},{"name":"MM_CHROMATIC","features":[81]},{"name":"MM_CHROMATIC_M1","features":[81]},{"name":"MM_CHROMATIC_M1_AUX","features":[81]},{"name":"MM_CHROMATIC_M1_AUX_CD","features":[81]},{"name":"MM_CHROMATIC_M1_FMSYNTH","features":[81]},{"name":"MM_CHROMATIC_M1_MIDIIN","features":[81]},{"name":"MM_CHROMATIC_M1_MIDIOUT","features":[81]},{"name":"MM_CHROMATIC_M1_MIXER","features":[81]},{"name":"MM_CHROMATIC_M1_MPEGWAVEIN","features":[81]},{"name":"MM_CHROMATIC_M1_MPEGWAVEOUT","features":[81]},{"name":"MM_CHROMATIC_M1_WAVEIN","features":[81]},{"name":"MM_CHROMATIC_M1_WAVEOUT","features":[81]},{"name":"MM_CHROMATIC_M1_WTSYNTH","features":[81]},{"name":"MM_CHROMATIC_M2","features":[81]},{"name":"MM_CHROMATIC_M2_AUX","features":[81]},{"name":"MM_CHROMATIC_M2_AUX_CD","features":[81]},{"name":"MM_CHROMATIC_M2_FMSYNTH","features":[81]},{"name":"MM_CHROMATIC_M2_MIDIIN","features":[81]},{"name":"MM_CHROMATIC_M2_MIDIOUT","features":[81]},{"name":"MM_CHROMATIC_M2_MIXER","features":[81]},{"name":"MM_CHROMATIC_M2_MPEGWAVEIN","features":[81]},{"name":"MM_CHROMATIC_M2_MPEGWAVEOUT","features":[81]},{"name":"MM_CHROMATIC_M2_WAVEIN","features":[81]},{"name":"MM_CHROMATIC_M2_WAVEOUT","features":[81]},{"name":"MM_CHROMATIC_M2_WTSYNTH","features":[81]},{"name":"MM_CIRRUSLOGIC","features":[81]},{"name":"MM_COLORGRAPH","features":[81]},{"name":"MM_COMPAQ","features":[81]},{"name":"MM_COMPAQ_BB_WAVEAUX","features":[81]},{"name":"MM_COMPAQ_BB_WAVEIN","features":[81]},{"name":"MM_COMPAQ_BB_WAVEOUT","features":[81]},{"name":"MM_COMPUSIC","features":[81]},{"name":"MM_COMPUTER_FRIENDS","features":[81]},{"name":"MM_CONCEPTS","features":[81]},{"name":"MM_CONNECTIX","features":[81]},{"name":"MM_CONNECTIX_VIDEC_CODEC","features":[81]},{"name":"MM_CONTROLRES","features":[81]},{"name":"MM_COREDYNAMICS","features":[81]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_VGA","features":[81]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_WAVE_IN","features":[81]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_WAVE_OUT","features":[81]},{"name":"MM_COREDYNAMICS_DYNAMIXHR","features":[81]},{"name":"MM_COREDYNAMICS_DYNASONIX_AUDIO_IN","features":[81]},{"name":"MM_COREDYNAMICS_DYNASONIX_AUDIO_OUT","features":[81]},{"name":"MM_COREDYNAMICS_DYNASONIX_MIDI_IN","features":[81]},{"name":"MM_COREDYNAMICS_DYNASONIX_MIDI_OUT","features":[81]},{"name":"MM_COREDYNAMICS_DYNASONIX_SYNTH","features":[81]},{"name":"MM_COREDYNAMICS_DYNASONIX_WAVE_IN","features":[81]},{"name":"MM_COREDYNAMICS_DYNASONIX_WAVE_OUT","features":[81]},{"name":"MM_CREATIVE","features":[81]},{"name":"MM_CREATIVE_AUX_CD","features":[81]},{"name":"MM_CREATIVE_AUX_LINE","features":[81]},{"name":"MM_CREATIVE_AUX_MASTER","features":[81]},{"name":"MM_CREATIVE_AUX_MIC","features":[81]},{"name":"MM_CREATIVE_AUX_MIDI","features":[81]},{"name":"MM_CREATIVE_AUX_PCSPK","features":[81]},{"name":"MM_CREATIVE_AUX_WAVE","features":[81]},{"name":"MM_CREATIVE_FMSYNTH_MONO","features":[81]},{"name":"MM_CREATIVE_FMSYNTH_STEREO","features":[81]},{"name":"MM_CREATIVE_MIDIIN","features":[81]},{"name":"MM_CREATIVE_MIDIOUT","features":[81]},{"name":"MM_CREATIVE_MIDI_AWE32","features":[81]},{"name":"MM_CREATIVE_PHNBLST_WAVEIN","features":[81]},{"name":"MM_CREATIVE_PHNBLST_WAVEOUT","features":[81]},{"name":"MM_CREATIVE_SB15_WAVEIN","features":[81]},{"name":"MM_CREATIVE_SB15_WAVEOUT","features":[81]},{"name":"MM_CREATIVE_SB16_MIXER","features":[81]},{"name":"MM_CREATIVE_SB20_WAVEIN","features":[81]},{"name":"MM_CREATIVE_SB20_WAVEOUT","features":[81]},{"name":"MM_CREATIVE_SBP16_WAVEIN","features":[81]},{"name":"MM_CREATIVE_SBP16_WAVEOUT","features":[81]},{"name":"MM_CREATIVE_SBPRO_MIXER","features":[81]},{"name":"MM_CREATIVE_SBPRO_WAVEIN","features":[81]},{"name":"MM_CREATIVE_SBPRO_WAVEOUT","features":[81]},{"name":"MM_CRYSTAL","features":[81]},{"name":"MM_CRYSTAL_CS4232_INPUTGAIN_AUX1","features":[81]},{"name":"MM_CRYSTAL_CS4232_INPUTGAIN_LOOP","features":[81]},{"name":"MM_CRYSTAL_CS4232_MIDIIN","features":[81]},{"name":"MM_CRYSTAL_CS4232_MIDIOUT","features":[81]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_AUX1","features":[81]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_AUX2","features":[81]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_LINE","features":[81]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_MASTER","features":[81]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_MONO","features":[81]},{"name":"MM_CRYSTAL_CS4232_WAVEIN","features":[81]},{"name":"MM_CRYSTAL_CS4232_WAVEMIXER","features":[81]},{"name":"MM_CRYSTAL_CS4232_WAVEOUT","features":[81]},{"name":"MM_CRYSTAL_NET","features":[81]},{"name":"MM_CRYSTAL_SOUND_FUSION_JOYSTICK","features":[81]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIDIIN","features":[81]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIDIOUT","features":[81]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIXER","features":[81]},{"name":"MM_CRYSTAL_SOUND_FUSION_WAVEIN","features":[81]},{"name":"MM_CRYSTAL_SOUND_FUSION_WAVEOUT","features":[81]},{"name":"MM_CS","features":[81]},{"name":"MM_CYRIX","features":[81]},{"name":"MM_CYRIX_XAAUX","features":[81]},{"name":"MM_CYRIX_XAMIDIIN","features":[81]},{"name":"MM_CYRIX_XAMIDIOUT","features":[81]},{"name":"MM_CYRIX_XAMIXER","features":[81]},{"name":"MM_CYRIX_XASYNTH","features":[81]},{"name":"MM_CYRIX_XAWAVEIN","features":[81]},{"name":"MM_CYRIX_XAWAVEOUT","features":[81]},{"name":"MM_DATAFUSION","features":[81]},{"name":"MM_DATARAN","features":[81]},{"name":"MM_DDD","features":[81]},{"name":"MM_DDD_MIDILINK_MIDIIN","features":[81]},{"name":"MM_DDD_MIDILINK_MIDIOUT","features":[81]},{"name":"MM_DF_ACM_G726","features":[81]},{"name":"MM_DF_ACM_GSM610","features":[81]},{"name":"MM_DIACOUSTICS","features":[81]},{"name":"MM_DIACOUSTICS_DRUM_ACTION","features":[81]},{"name":"MM_DIALOGIC","features":[81]},{"name":"MM_DIAMONDMM","features":[81]},{"name":"MM_DICTAPHONE","features":[81]},{"name":"MM_DICTAPHONE_G726","features":[81]},{"name":"MM_DIGIGRAM","features":[81]},{"name":"MM_DIGITAL","features":[81]},{"name":"MM_DIGITAL_ACM_G723","features":[81]},{"name":"MM_DIGITAL_AUDIO_LABS","features":[81]},{"name":"MM_DIGITAL_AUDIO_LABS_CDLX","features":[81]},{"name":"MM_DIGITAL_AUDIO_LABS_CPRO","features":[81]},{"name":"MM_DIGITAL_AUDIO_LABS_CTDIF","features":[81]},{"name":"MM_DIGITAL_AUDIO_LABS_DOC","features":[81]},{"name":"MM_DIGITAL_AUDIO_LABS_TC","features":[81]},{"name":"MM_DIGITAL_AUDIO_LABS_V8","features":[81]},{"name":"MM_DIGITAL_AUDIO_LABS_VP","features":[81]},{"name":"MM_DIGITAL_AV320_WAVEIN","features":[81]},{"name":"MM_DIGITAL_AV320_WAVEOUT","features":[81]},{"name":"MM_DIGITAL_ICM_H261","features":[81]},{"name":"MM_DIGITAL_ICM_H263","features":[81]},{"name":"MM_DIMD_AUX_LINE","features":[81]},{"name":"MM_DIMD_DIRSOUND","features":[81]},{"name":"MM_DIMD_MIDIIN","features":[81]},{"name":"MM_DIMD_MIDIOUT","features":[81]},{"name":"MM_DIMD_MIXER","features":[81]},{"name":"MM_DIMD_PLATFORM","features":[81]},{"name":"MM_DIMD_VIRTJOY","features":[81]},{"name":"MM_DIMD_VIRTMPU","features":[81]},{"name":"MM_DIMD_VIRTSB","features":[81]},{"name":"MM_DIMD_WAVEIN","features":[81]},{"name":"MM_DIMD_WAVEOUT","features":[81]},{"name":"MM_DIMD_WSS_AUX","features":[81]},{"name":"MM_DIMD_WSS_MIXER","features":[81]},{"name":"MM_DIMD_WSS_SYNTH","features":[81]},{"name":"MM_DIMD_WSS_WAVEIN","features":[81]},{"name":"MM_DIMD_WSS_WAVEOUT","features":[81]},{"name":"MM_DOLBY","features":[81]},{"name":"MM_DPSINC","features":[81]},{"name":"MM_DSP_GROUP","features":[81]},{"name":"MM_DSP_GROUP_TRUESPEECH","features":[81]},{"name":"MM_DSP_SOLUTIONS","features":[81]},{"name":"MM_DSP_SOLUTIONS_AUX","features":[81]},{"name":"MM_DSP_SOLUTIONS_SYNTH","features":[81]},{"name":"MM_DSP_SOLUTIONS_WAVEIN","features":[81]},{"name":"MM_DSP_SOLUTIONS_WAVEOUT","features":[81]},{"name":"MM_DTS","features":[81]},{"name":"MM_DTS_DS","features":[81]},{"name":"MM_DUCK","features":[81]},{"name":"MM_DVISION","features":[81]},{"name":"MM_ECHO","features":[81]},{"name":"MM_ECHO_AUX","features":[81]},{"name":"MM_ECHO_MIDIIN","features":[81]},{"name":"MM_ECHO_MIDIOUT","features":[81]},{"name":"MM_ECHO_SYNTH","features":[81]},{"name":"MM_ECHO_WAVEIN","features":[81]},{"name":"MM_ECHO_WAVEOUT","features":[81]},{"name":"MM_ECS","features":[81]},{"name":"MM_ECS_AADF_MIDI_IN","features":[81]},{"name":"MM_ECS_AADF_MIDI_OUT","features":[81]},{"name":"MM_ECS_AADF_WAVE2MIDI_IN","features":[81]},{"name":"MM_EES","features":[81]},{"name":"MM_EES_PCMIDI14","features":[81]},{"name":"MM_EES_PCMIDI14_IN","features":[81]},{"name":"MM_EES_PCMIDI14_OUT1","features":[81]},{"name":"MM_EES_PCMIDI14_OUT2","features":[81]},{"name":"MM_EES_PCMIDI14_OUT3","features":[81]},{"name":"MM_EES_PCMIDI14_OUT4","features":[81]},{"name":"MM_EMAGIC","features":[81]},{"name":"MM_EMAGIC_UNITOR8","features":[81]},{"name":"MM_EMU","features":[81]},{"name":"MM_EMU_APSMIDIIN","features":[81]},{"name":"MM_EMU_APSMIDIOUT","features":[81]},{"name":"MM_EMU_APSSYNTH","features":[81]},{"name":"MM_EMU_APSWAVEIN","features":[81]},{"name":"MM_EMU_APSWAVEOUT","features":[81]},{"name":"MM_ENET","features":[81]},{"name":"MM_ENET_T2000_HANDSETIN","features":[81]},{"name":"MM_ENET_T2000_HANDSETOUT","features":[81]},{"name":"MM_ENET_T2000_LINEIN","features":[81]},{"name":"MM_ENET_T2000_LINEOUT","features":[81]},{"name":"MM_ENSONIQ","features":[81]},{"name":"MM_ENSONIQ_SOUNDSCAPE","features":[81]},{"name":"MM_EPSON","features":[81]},{"name":"MM_EPS_FMSND","features":[81]},{"name":"MM_ESS","features":[81]},{"name":"MM_ESS_AMAUX","features":[81]},{"name":"MM_ESS_AMMIDIIN","features":[81]},{"name":"MM_ESS_AMMIDIOUT","features":[81]},{"name":"MM_ESS_AMSYNTH","features":[81]},{"name":"MM_ESS_AMWAVEIN","features":[81]},{"name":"MM_ESS_AMWAVEOUT","features":[81]},{"name":"MM_ESS_AUX_CD","features":[81]},{"name":"MM_ESS_ES1488_MIXER","features":[81]},{"name":"MM_ESS_ES1488_WAVEIN","features":[81]},{"name":"MM_ESS_ES1488_WAVEOUT","features":[81]},{"name":"MM_ESS_ES1688_MIXER","features":[81]},{"name":"MM_ESS_ES1688_WAVEIN","features":[81]},{"name":"MM_ESS_ES1688_WAVEOUT","features":[81]},{"name":"MM_ESS_ES1788_MIXER","features":[81]},{"name":"MM_ESS_ES1788_WAVEIN","features":[81]},{"name":"MM_ESS_ES1788_WAVEOUT","features":[81]},{"name":"MM_ESS_ES1868_MIXER","features":[81]},{"name":"MM_ESS_ES1868_WAVEIN","features":[81]},{"name":"MM_ESS_ES1868_WAVEOUT","features":[81]},{"name":"MM_ESS_ES1878_MIXER","features":[81]},{"name":"MM_ESS_ES1878_WAVEIN","features":[81]},{"name":"MM_ESS_ES1878_WAVEOUT","features":[81]},{"name":"MM_ESS_ES1888_MIXER","features":[81]},{"name":"MM_ESS_ES1888_WAVEIN","features":[81]},{"name":"MM_ESS_ES1888_WAVEOUT","features":[81]},{"name":"MM_ESS_ES488_MIXER","features":[81]},{"name":"MM_ESS_ES488_WAVEIN","features":[81]},{"name":"MM_ESS_ES488_WAVEOUT","features":[81]},{"name":"MM_ESS_ES688_MIXER","features":[81]},{"name":"MM_ESS_ES688_WAVEIN","features":[81]},{"name":"MM_ESS_ES688_WAVEOUT","features":[81]},{"name":"MM_ESS_MIXER","features":[81]},{"name":"MM_ESS_MPU401_MIDIIN","features":[81]},{"name":"MM_ESS_MPU401_MIDIOUT","features":[81]},{"name":"MM_ETEK","features":[81]},{"name":"MM_ETEK_KWIKMIDI_MIDIIN","features":[81]},{"name":"MM_ETEK_KWIKMIDI_MIDIOUT","features":[81]},{"name":"MM_EUPHONICS","features":[81]},{"name":"MM_EUPHONICS_AUX_CD","features":[81]},{"name":"MM_EUPHONICS_AUX_LINE","features":[81]},{"name":"MM_EUPHONICS_AUX_MASTER","features":[81]},{"name":"MM_EUPHONICS_AUX_MIC","features":[81]},{"name":"MM_EUPHONICS_AUX_MIDI","features":[81]},{"name":"MM_EUPHONICS_AUX_WAVE","features":[81]},{"name":"MM_EUPHONICS_EUSYNTH","features":[81]},{"name":"MM_EUPHONICS_FMSYNTH_MONO","features":[81]},{"name":"MM_EUPHONICS_FMSYNTH_STEREO","features":[81]},{"name":"MM_EUPHONICS_MIDIIN","features":[81]},{"name":"MM_EUPHONICS_MIDIOUT","features":[81]},{"name":"MM_EUPHONICS_MIXER","features":[81]},{"name":"MM_EUPHONICS_WAVEIN","features":[81]},{"name":"MM_EUPHONICS_WAVEOUT","features":[81]},{"name":"MM_EVEREX","features":[81]},{"name":"MM_EVEREX_CARRIER","features":[81]},{"name":"MM_EXAN","features":[81]},{"name":"MM_FAITH","features":[81]},{"name":"MM_FAST","features":[81]},{"name":"MM_FHGIIS_MPEGLAYER3","features":[81]},{"name":"MM_FHGIIS_MPEGLAYER3_ADVANCED","features":[81]},{"name":"MM_FHGIIS_MPEGLAYER3_ADVANCEDPLUS","features":[81]},{"name":"MM_FHGIIS_MPEGLAYER3_BASIC","features":[81]},{"name":"MM_FHGIIS_MPEGLAYER3_DECODE","features":[81]},{"name":"MM_FHGIIS_MPEGLAYER3_LITE","features":[81]},{"name":"MM_FHGIIS_MPEGLAYER3_PROFESSIONAL","features":[81]},{"name":"MM_FLEXION","features":[81]},{"name":"MM_FLEXION_X300_WAVEIN","features":[81]},{"name":"MM_FLEXION_X300_WAVEOUT","features":[81]},{"name":"MM_FORTEMEDIA","features":[81]},{"name":"MM_FORTEMEDIA_AUX","features":[81]},{"name":"MM_FORTEMEDIA_FMSYNC","features":[81]},{"name":"MM_FORTEMEDIA_MIXER","features":[81]},{"name":"MM_FORTEMEDIA_WAVEIN","features":[81]},{"name":"MM_FORTEMEDIA_WAVEOUT","features":[81]},{"name":"MM_FRAUNHOFER_IIS","features":[81]},{"name":"MM_FRONTIER","features":[81]},{"name":"MM_FRONTIER_WAVECENTER_MIDIIN","features":[81]},{"name":"MM_FRONTIER_WAVECENTER_MIDIOUT","features":[81]},{"name":"MM_FRONTIER_WAVECENTER_WAVEIN","features":[81]},{"name":"MM_FRONTIER_WAVECENTER_WAVEOUT","features":[81]},{"name":"MM_FTR","features":[81]},{"name":"MM_FTR_ACM","features":[81]},{"name":"MM_FTR_ENCODER_WAVEIN","features":[81]},{"name":"MM_FUJITSU","features":[81]},{"name":"MM_GADGETLABS","features":[81]},{"name":"MM_GADGETLABS_WAVE42_WAVEIN","features":[81]},{"name":"MM_GADGETLABS_WAVE42_WAVEOUT","features":[81]},{"name":"MM_GADGETLABS_WAVE44_WAVEIN","features":[81]},{"name":"MM_GADGETLABS_WAVE44_WAVEOUT","features":[81]},{"name":"MM_GADGETLABS_WAVE4_MIDIIN","features":[81]},{"name":"MM_GADGETLABS_WAVE4_MIDIOUT","features":[81]},{"name":"MM_GRANDE","features":[81]},{"name":"MM_GRAVIS","features":[81]},{"name":"MM_GUILLEMOT","features":[81]},{"name":"MM_GULBRANSEN","features":[81]},{"name":"MM_HAFTMANN","features":[81]},{"name":"MM_HAFTMANN_LPTDAC2","features":[81]},{"name":"MM_HEADSPACE","features":[81]},{"name":"MM_HEADSPACE_HAEMIXER","features":[81]},{"name":"MM_HEADSPACE_HAESYNTH","features":[81]},{"name":"MM_HEADSPACE_HAEWAVEIN","features":[81]},{"name":"MM_HEADSPACE_HAEWAVEOUT","features":[81]},{"name":"MM_HEWLETT_PACKARD","features":[81]},{"name":"MM_HEWLETT_PACKARD_CU_CODEC","features":[81]},{"name":"MM_HORIZONS","features":[81]},{"name":"MM_HP","features":[81]},{"name":"MM_HP_WAVEIN","features":[81]},{"name":"MM_HP_WAVEOUT","features":[81]},{"name":"MM_HYPERACTIVE","features":[81]},{"name":"MM_IBM","features":[81]},{"name":"MM_IBM_MWAVE_AUX","features":[81]},{"name":"MM_IBM_MWAVE_MIDIIN","features":[81]},{"name":"MM_IBM_MWAVE_MIDIOUT","features":[81]},{"name":"MM_IBM_MWAVE_MIXER","features":[81]},{"name":"MM_IBM_MWAVE_WAVEIN","features":[81]},{"name":"MM_IBM_MWAVE_WAVEOUT","features":[81]},{"name":"MM_IBM_PCMCIA_AUX","features":[81]},{"name":"MM_IBM_PCMCIA_MIDIIN","features":[81]},{"name":"MM_IBM_PCMCIA_MIDIOUT","features":[81]},{"name":"MM_IBM_PCMCIA_SYNTH","features":[81]},{"name":"MM_IBM_PCMCIA_WAVEIN","features":[81]},{"name":"MM_IBM_PCMCIA_WAVEOUT","features":[81]},{"name":"MM_IBM_THINKPAD200","features":[81]},{"name":"MM_IBM_WC_MIDIOUT","features":[81]},{"name":"MM_IBM_WC_MIXEROUT","features":[81]},{"name":"MM_IBM_WC_WAVEOUT","features":[81]},{"name":"MM_ICCC","features":[81]},{"name":"MM_ICCC_UNA3_AUX","features":[81]},{"name":"MM_ICCC_UNA3_MIXER","features":[81]},{"name":"MM_ICCC_UNA3_WAVEIN","features":[81]},{"name":"MM_ICCC_UNA3_WAVEOUT","features":[81]},{"name":"MM_ICE","features":[81]},{"name":"MM_ICE_AUX","features":[81]},{"name":"MM_ICE_MIDIIN1","features":[81]},{"name":"MM_ICE_MIDIIN2","features":[81]},{"name":"MM_ICE_MIDIOUT1","features":[81]},{"name":"MM_ICE_MIDIOUT2","features":[81]},{"name":"MM_ICE_MIXER","features":[81]},{"name":"MM_ICE_MTWAVEIN","features":[81]},{"name":"MM_ICE_MTWAVEOUT","features":[81]},{"name":"MM_ICE_SYNTH","features":[81]},{"name":"MM_ICE_WAVEIN","features":[81]},{"name":"MM_ICE_WAVEOUT","features":[81]},{"name":"MM_ICL_PS","features":[81]},{"name":"MM_ICOM_AUX","features":[81]},{"name":"MM_ICOM_LINE","features":[81]},{"name":"MM_ICOM_MIXER","features":[81]},{"name":"MM_ICOM_WAVEIN","features":[81]},{"name":"MM_ICOM_WAVEOUT","features":[81]},{"name":"MM_ICS","features":[81]},{"name":"MM_ICS_2115_LITE_MIDIOUT","features":[81]},{"name":"MM_ICS_2120_LITE_MIDIOUT","features":[81]},{"name":"MM_ICS_WAVEDECK_AUX","features":[81]},{"name":"MM_ICS_WAVEDECK_MIXER","features":[81]},{"name":"MM_ICS_WAVEDECK_SYNTH","features":[81]},{"name":"MM_ICS_WAVEDECK_WAVEIN","features":[81]},{"name":"MM_ICS_WAVEDECK_WAVEOUT","features":[81]},{"name":"MM_ICS_WAVEDEC_SB_AUX","features":[81]},{"name":"MM_ICS_WAVEDEC_SB_FM_MIDIOUT","features":[81]},{"name":"MM_ICS_WAVEDEC_SB_MIXER","features":[81]},{"name":"MM_ICS_WAVEDEC_SB_MPU401_MIDIIN","features":[81]},{"name":"MM_ICS_WAVEDEC_SB_MPU401_MIDIOUT","features":[81]},{"name":"MM_ICS_WAVEDEC_SB_WAVEIN","features":[81]},{"name":"MM_ICS_WAVEDEC_SB_WAVEOUT","features":[81]},{"name":"MM_INSOFT","features":[81]},{"name":"MM_INTEL","features":[81]},{"name":"MM_INTELOPD_AUX","features":[81]},{"name":"MM_INTELOPD_WAVEIN","features":[81]},{"name":"MM_INTELOPD_WAVEOUT","features":[81]},{"name":"MM_INTEL_NSPMODEMLINEIN","features":[81]},{"name":"MM_INTEL_NSPMODEMLINEOUT","features":[81]},{"name":"MM_INTERACTIVE","features":[81]},{"name":"MM_INTERACTIVE_WAVEIN","features":[81]},{"name":"MM_INTERACTIVE_WAVEOUT","features":[81]},{"name":"MM_INTERNET","features":[81]},{"name":"MM_INTERNET_SSW_MIDIIN","features":[81]},{"name":"MM_INTERNET_SSW_MIDIOUT","features":[81]},{"name":"MM_INTERNET_SSW_WAVEIN","features":[81]},{"name":"MM_INTERNET_SSW_WAVEOUT","features":[81]},{"name":"MM_INVISION","features":[81]},{"name":"MM_IODD","features":[81]},{"name":"MM_IOMAGIC","features":[81]},{"name":"MM_IOMAGIC_TEMPO_AUXOUT","features":[81]},{"name":"MM_IOMAGIC_TEMPO_MIDIOUT","features":[81]},{"name":"MM_IOMAGIC_TEMPO_MXDOUT","features":[81]},{"name":"MM_IOMAGIC_TEMPO_SYNTH","features":[81]},{"name":"MM_IOMAGIC_TEMPO_WAVEIN","features":[81]},{"name":"MM_IOMAGIC_TEMPO_WAVEOUT","features":[81]},{"name":"MM_IPI","features":[81]},{"name":"MM_IPI_ACM_HSX","features":[81]},{"name":"MM_IPI_ACM_RPELP","features":[81]},{"name":"MM_IPI_AT_MIXER","features":[81]},{"name":"MM_IPI_AT_WAVEIN","features":[81]},{"name":"MM_IPI_AT_WAVEOUT","features":[81]},{"name":"MM_IPI_WF_ASSS","features":[81]},{"name":"MM_ISOLUTION","features":[81]},{"name":"MM_ISOLUTION_PASCAL","features":[81]},{"name":"MM_ITERATEDSYS","features":[81]},{"name":"MM_ITERATEDSYS_FUFCODEC","features":[81]},{"name":"MM_I_LINK","features":[81]},{"name":"MM_I_LINK_VOICE_CODER","features":[81]},{"name":"MM_KAY_ELEMETRICS","features":[81]},{"name":"MM_KAY_ELEMETRICS_CSL","features":[81]},{"name":"MM_KAY_ELEMETRICS_CSL_4CHANNEL","features":[81]},{"name":"MM_KAY_ELEMETRICS_CSL_DAT","features":[81]},{"name":"MM_KORG","features":[81]},{"name":"MM_KORG_1212IO_MSWAVEIN","features":[81]},{"name":"MM_KORG_1212IO_MSWAVEOUT","features":[81]},{"name":"MM_KORG_PCIF_MIDIIN","features":[81]},{"name":"MM_KORG_PCIF_MIDIOUT","features":[81]},{"name":"MM_LERNOUT_ANDHAUSPIE_LHCODECACM","features":[81]},{"name":"MM_LERNOUT_AND_HAUSPIE","features":[81]},{"name":"MM_LEXICON","features":[81]},{"name":"MM_LEXICON_STUDIO_WAVE_IN","features":[81]},{"name":"MM_LEXICON_STUDIO_WAVE_OUT","features":[81]},{"name":"MM_LOGITECH","features":[81]},{"name":"MM_LUCENT","features":[81]},{"name":"MM_LUCENT_ACM_G723","features":[81]},{"name":"MM_LUCID","features":[81]},{"name":"MM_LUCID_PCI24WAVEIN","features":[81]},{"name":"MM_LUCID_PCI24WAVEOUT","features":[81]},{"name":"MM_LUMINOSITI","features":[81]},{"name":"MM_LUMINOSITI_SCWAVEIN","features":[81]},{"name":"MM_LUMINOSITI_SCWAVEMIX","features":[81]},{"name":"MM_LUMINOSITI_SCWAVEOUT","features":[81]},{"name":"MM_LYNX","features":[81]},{"name":"MM_LYRRUS","features":[81]},{"name":"MM_LYRRUS_BRIDGE_GUITAR","features":[81]},{"name":"MM_MALDEN","features":[81]},{"name":"MM_MARIAN","features":[81]},{"name":"MM_MARIAN_ARC44WAVEIN","features":[81]},{"name":"MM_MARIAN_ARC44WAVEOUT","features":[81]},{"name":"MM_MARIAN_ARC88WAVEIN","features":[81]},{"name":"MM_MARIAN_ARC88WAVEOUT","features":[81]},{"name":"MM_MARIAN_PRODIF24WAVEIN","features":[81]},{"name":"MM_MARIAN_PRODIF24WAVEOUT","features":[81]},{"name":"MM_MATROX_DIV","features":[81]},{"name":"MM_MATSUSHITA","features":[81]},{"name":"MM_MATSUSHITA_AUX","features":[81]},{"name":"MM_MATSUSHITA_FMSYNTH_STEREO","features":[81]},{"name":"MM_MATSUSHITA_MIXER","features":[81]},{"name":"MM_MATSUSHITA_WAVEIN","features":[81]},{"name":"MM_MATSUSHITA_WAVEOUT","features":[81]},{"name":"MM_MEDIASONIC","features":[81]},{"name":"MM_MEDIASONIC_ACM_G723","features":[81]},{"name":"MM_MEDIASONIC_ICOM","features":[81]},{"name":"MM_MEDIATRIX","features":[81]},{"name":"MM_MEDIAVISION","features":[81]},{"name":"MM_MEDIAVISION_CDPC","features":[81]},{"name":"MM_MEDIAVISION_OPUS1208","features":[81]},{"name":"MM_MEDIAVISION_OPUS1216","features":[81]},{"name":"MM_MEDIAVISION_PROAUDIO","features":[81]},{"name":"MM_MEDIAVISION_PROAUDIO_16","features":[81]},{"name":"MM_MEDIAVISION_PROAUDIO_PLUS","features":[81]},{"name":"MM_MEDIAVISION_PROSTUDIO_16","features":[81]},{"name":"MM_MEDIAVISION_THUNDER","features":[81]},{"name":"MM_MEDIAVISION_TPORT","features":[81]},{"name":"MM_MELABS","features":[81]},{"name":"MM_MELABS_MIDI2GO","features":[81]},{"name":"MM_MERGING_MPEGL3","features":[81]},{"name":"MM_MERGING_TECHNOLOGIES","features":[81]},{"name":"MM_METHEUS","features":[81]},{"name":"MM_METHEUS_ZIPPER","features":[81]},{"name":"MM_MICRONAS","features":[81]},{"name":"MM_MICRONAS_CLP833","features":[81]},{"name":"MM_MICRONAS_SC4","features":[81]},{"name":"MM_MINDMAKER","features":[81]},{"name":"MM_MINDMAKER_GC_MIXER","features":[81]},{"name":"MM_MINDMAKER_GC_WAVEIN","features":[81]},{"name":"MM_MINDMAKER_GC_WAVEOUT","features":[81]},{"name":"MM_MIRO","features":[81]},{"name":"MM_MIRO_DC30_MIX","features":[81]},{"name":"MM_MIRO_DC30_WAVEIN","features":[81]},{"name":"MM_MIRO_DC30_WAVEOUT","features":[81]},{"name":"MM_MIRO_MOVIEPRO","features":[81]},{"name":"MM_MIRO_VIDEOD1","features":[81]},{"name":"MM_MIRO_VIDEODC1TV","features":[81]},{"name":"MM_MIRO_VIDEOTD","features":[81]},{"name":"MM_MITEL","features":[81]},{"name":"MM_MITEL_MEDIAPATH_WAVEIN","features":[81]},{"name":"MM_MITEL_MEDIAPATH_WAVEOUT","features":[81]},{"name":"MM_MITEL_MPA_HANDSET_WAVEIN","features":[81]},{"name":"MM_MITEL_MPA_HANDSET_WAVEOUT","features":[81]},{"name":"MM_MITEL_MPA_HANDSFREE_WAVEIN","features":[81]},{"name":"MM_MITEL_MPA_HANDSFREE_WAVEOUT","features":[81]},{"name":"MM_MITEL_MPA_LINE1_WAVEIN","features":[81]},{"name":"MM_MITEL_MPA_LINE1_WAVEOUT","features":[81]},{"name":"MM_MITEL_MPA_LINE2_WAVEIN","features":[81]},{"name":"MM_MITEL_MPA_LINE2_WAVEOUT","features":[81]},{"name":"MM_MITEL_TALKTO_BRIDGED_WAVEIN","features":[81]},{"name":"MM_MITEL_TALKTO_BRIDGED_WAVEOUT","features":[81]},{"name":"MM_MITEL_TALKTO_HANDSET_WAVEIN","features":[81]},{"name":"MM_MITEL_TALKTO_HANDSET_WAVEOUT","features":[81]},{"name":"MM_MITEL_TALKTO_LINE_WAVEIN","features":[81]},{"name":"MM_MITEL_TALKTO_LINE_WAVEOUT","features":[81]},{"name":"MM_MMOTION_WAVEAUX","features":[81]},{"name":"MM_MMOTION_WAVEIN","features":[81]},{"name":"MM_MMOTION_WAVEOUT","features":[81]},{"name":"MM_MOSCOM","features":[81]},{"name":"MM_MOSCOM_VPC2400_IN","features":[81]},{"name":"MM_MOSCOM_VPC2400_OUT","features":[81]},{"name":"MM_MOTIONPIXELS","features":[81]},{"name":"MM_MOTIONPIXELS_MVI2","features":[81]},{"name":"MM_MOTOROLA","features":[81]},{"name":"MM_MOTU","features":[81]},{"name":"MM_MOTU_DTX_MIDI_IN_A","features":[81]},{"name":"MM_MOTU_DTX_MIDI_IN_B","features":[81]},{"name":"MM_MOTU_DTX_MIDI_IN_SYNC","features":[81]},{"name":"MM_MOTU_DTX_MIDI_OUT_A","features":[81]},{"name":"MM_MOTU_DTX_MIDI_OUT_B","features":[81]},{"name":"MM_MOTU_FLYER_MIDI_IN_A","features":[81]},{"name":"MM_MOTU_FLYER_MIDI_IN_B","features":[81]},{"name":"MM_MOTU_FLYER_MIDI_IN_SYNC","features":[81]},{"name":"MM_MOTU_FLYER_MIDI_OUT_A","features":[81]},{"name":"MM_MOTU_FLYER_MIDI_OUT_B","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIIN_1","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIIN_2","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIIN_3","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIIN_4","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIIN_5","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIIN_6","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIIN_7","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIIN_8","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIIN_ADAT","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIIN_SYNC","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIOUT_1","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIOUT_2","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIOUT_3","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIOUT_4","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIOUT_5","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIOUT_6","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIOUT_7","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIOUT_8","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIOUT_ADAT","features":[81]},{"name":"MM_MOTU_MTPAV_MIDIOUT_ALL","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_1","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_2","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_3","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_4","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_5","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_6","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_7","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_8","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_1","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_2","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_3","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_4","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_5","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_6","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_7","features":[81]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_8","features":[81]},{"name":"MM_MOTU_MTPII_MIDIIN_1","features":[81]},{"name":"MM_MOTU_MTPII_MIDIIN_2","features":[81]},{"name":"MM_MOTU_MTPII_MIDIIN_3","features":[81]},{"name":"MM_MOTU_MTPII_MIDIIN_4","features":[81]},{"name":"MM_MOTU_MTPII_MIDIIN_5","features":[81]},{"name":"MM_MOTU_MTPII_MIDIIN_6","features":[81]},{"name":"MM_MOTU_MTPII_MIDIIN_7","features":[81]},{"name":"MM_MOTU_MTPII_MIDIIN_8","features":[81]},{"name":"MM_MOTU_MTPII_MIDIIN_SYNC","features":[81]},{"name":"MM_MOTU_MTPII_MIDIOUT_1","features":[81]},{"name":"MM_MOTU_MTPII_MIDIOUT_2","features":[81]},{"name":"MM_MOTU_MTPII_MIDIOUT_3","features":[81]},{"name":"MM_MOTU_MTPII_MIDIOUT_4","features":[81]},{"name":"MM_MOTU_MTPII_MIDIOUT_5","features":[81]},{"name":"MM_MOTU_MTPII_MIDIOUT_6","features":[81]},{"name":"MM_MOTU_MTPII_MIDIOUT_7","features":[81]},{"name":"MM_MOTU_MTPII_MIDIOUT_8","features":[81]},{"name":"MM_MOTU_MTPII_MIDIOUT_ALL","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_1","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_2","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_3","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_4","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_5","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_6","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_7","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_8","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_1","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_2","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_3","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_4","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_5","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_6","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_7","features":[81]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_8","features":[81]},{"name":"MM_MOTU_MTP_MIDIIN_1","features":[81]},{"name":"MM_MOTU_MTP_MIDIIN_2","features":[81]},{"name":"MM_MOTU_MTP_MIDIIN_3","features":[81]},{"name":"MM_MOTU_MTP_MIDIIN_4","features":[81]},{"name":"MM_MOTU_MTP_MIDIIN_5","features":[81]},{"name":"MM_MOTU_MTP_MIDIIN_6","features":[81]},{"name":"MM_MOTU_MTP_MIDIIN_7","features":[81]},{"name":"MM_MOTU_MTP_MIDIIN_8","features":[81]},{"name":"MM_MOTU_MTP_MIDIOUT_1","features":[81]},{"name":"MM_MOTU_MTP_MIDIOUT_2","features":[81]},{"name":"MM_MOTU_MTP_MIDIOUT_3","features":[81]},{"name":"MM_MOTU_MTP_MIDIOUT_4","features":[81]},{"name":"MM_MOTU_MTP_MIDIOUT_5","features":[81]},{"name":"MM_MOTU_MTP_MIDIOUT_6","features":[81]},{"name":"MM_MOTU_MTP_MIDIOUT_7","features":[81]},{"name":"MM_MOTU_MTP_MIDIOUT_8","features":[81]},{"name":"MM_MOTU_MTP_MIDIOUT_ALL","features":[81]},{"name":"MM_MOTU_MXN_MIDIIN_1","features":[81]},{"name":"MM_MOTU_MXN_MIDIIN_2","features":[81]},{"name":"MM_MOTU_MXN_MIDIIN_3","features":[81]},{"name":"MM_MOTU_MXN_MIDIIN_4","features":[81]},{"name":"MM_MOTU_MXN_MIDIIN_SYNC","features":[81]},{"name":"MM_MOTU_MXN_MIDIOUT_1","features":[81]},{"name":"MM_MOTU_MXN_MIDIOUT_2","features":[81]},{"name":"MM_MOTU_MXN_MIDIOUT_3","features":[81]},{"name":"MM_MOTU_MXN_MIDIOUT_4","features":[81]},{"name":"MM_MOTU_MXN_MIDIOUT_ALL","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIIN_1","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIIN_2","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIIN_3","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIIN_4","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIIN_5","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIIN_6","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIIN_SYNC","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_1","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_2","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_3","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_4","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_5","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_6","features":[81]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_ALL","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIIN_1","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIIN_2","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIIN_3","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIIN_4","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIIN_5","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIIN_6","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIIN_7","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIIN_8","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIIN_SYNC","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIOUT_1","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIOUT_2","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIOUT_3","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIOUT_4","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIOUT_5","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIOUT_6","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIOUT_7","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIOUT_8","features":[81]},{"name":"MM_MOTU_MXPXT_MIDIOUT_ALL","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_1","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_2","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_3","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_4","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_5","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_6","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_1","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_2","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_3","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_4","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_5","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_6","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_ALL","features":[81]},{"name":"MM_MOTU_MXP_MIDIIN_SYNC","features":[81]},{"name":"MM_MOTU_PKX_MIDI_IN_A","features":[81]},{"name":"MM_MOTU_PKX_MIDI_IN_B","features":[81]},{"name":"MM_MOTU_PKX_MIDI_IN_SYNC","features":[81]},{"name":"MM_MOTU_PKX_MIDI_OUT_A","features":[81]},{"name":"MM_MOTU_PKX_MIDI_OUT_B","features":[81]},{"name":"MM_MPTUS","features":[81]},{"name":"MM_MPTUS_SPWAVEOUT","features":[81]},{"name":"MM_MSFT_ACM_G711","features":[81]},{"name":"MM_MSFT_ACM_GSM610","features":[81]},{"name":"MM_MSFT_ACM_IMAADPCM","features":[81]},{"name":"MM_MSFT_ACM_MSADPCM","features":[81]},{"name":"MM_MSFT_ACM_MSAUDIO1","features":[81]},{"name":"MM_MSFT_ACM_MSFILTER","features":[81]},{"name":"MM_MSFT_ACM_MSG723","features":[81]},{"name":"MM_MSFT_ACM_MSNAUDIO","features":[81]},{"name":"MM_MSFT_ACM_MSRT24","features":[81]},{"name":"MM_MSFT_ACM_PCM","features":[81]},{"name":"MM_MSFT_ACM_WMAUDIO","features":[81]},{"name":"MM_MSFT_ACM_WMAUDIO2","features":[81]},{"name":"MM_MSFT_GENERIC_AUX_CD","features":[81]},{"name":"MM_MSFT_GENERIC_AUX_LINE","features":[81]},{"name":"MM_MSFT_GENERIC_AUX_MIC","features":[81]},{"name":"MM_MSFT_GENERIC_MIDIIN","features":[81]},{"name":"MM_MSFT_GENERIC_MIDIOUT","features":[81]},{"name":"MM_MSFT_GENERIC_MIDISYNTH","features":[81]},{"name":"MM_MSFT_GENERIC_WAVEIN","features":[81]},{"name":"MM_MSFT_GENERIC_WAVEOUT","features":[81]},{"name":"MM_MSFT_MSACM","features":[81]},{"name":"MM_MSFT_MSOPL_SYNTH","features":[81]},{"name":"MM_MSFT_SB16_AUX_CD","features":[81]},{"name":"MM_MSFT_SB16_AUX_LINE","features":[81]},{"name":"MM_MSFT_SB16_MIDIIN","features":[81]},{"name":"MM_MSFT_SB16_MIDIOUT","features":[81]},{"name":"MM_MSFT_SB16_MIXER","features":[81]},{"name":"MM_MSFT_SB16_SYNTH","features":[81]},{"name":"MM_MSFT_SB16_WAVEIN","features":[81]},{"name":"MM_MSFT_SB16_WAVEOUT","features":[81]},{"name":"MM_MSFT_SBPRO_AUX_CD","features":[81]},{"name":"MM_MSFT_SBPRO_AUX_LINE","features":[81]},{"name":"MM_MSFT_SBPRO_MIDIIN","features":[81]},{"name":"MM_MSFT_SBPRO_MIDIOUT","features":[81]},{"name":"MM_MSFT_SBPRO_MIXER","features":[81]},{"name":"MM_MSFT_SBPRO_SYNTH","features":[81]},{"name":"MM_MSFT_SBPRO_WAVEIN","features":[81]},{"name":"MM_MSFT_SBPRO_WAVEOUT","features":[81]},{"name":"MM_MSFT_VMDMS_HANDSET_WAVEIN","features":[81]},{"name":"MM_MSFT_VMDMS_HANDSET_WAVEOUT","features":[81]},{"name":"MM_MSFT_VMDMS_LINE_WAVEIN","features":[81]},{"name":"MM_MSFT_VMDMS_LINE_WAVEOUT","features":[81]},{"name":"MM_MSFT_VMDMW_HANDSET_WAVEIN","features":[81]},{"name":"MM_MSFT_VMDMW_HANDSET_WAVEOUT","features":[81]},{"name":"MM_MSFT_VMDMW_LINE_WAVEIN","features":[81]},{"name":"MM_MSFT_VMDMW_LINE_WAVEOUT","features":[81]},{"name":"MM_MSFT_VMDMW_MIXER","features":[81]},{"name":"MM_MSFT_VMDM_GAME_WAVEIN","features":[81]},{"name":"MM_MSFT_VMDM_GAME_WAVEOUT","features":[81]},{"name":"MM_MSFT_WDMAUDIO_AUX","features":[81]},{"name":"MM_MSFT_WDMAUDIO_MIDIIN","features":[81]},{"name":"MM_MSFT_WDMAUDIO_MIDIOUT","features":[81]},{"name":"MM_MSFT_WDMAUDIO_MIXER","features":[81]},{"name":"MM_MSFT_WDMAUDIO_WAVEIN","features":[81]},{"name":"MM_MSFT_WDMAUDIO_WAVEOUT","features":[81]},{"name":"MM_MSFT_WSS_AUX","features":[81]},{"name":"MM_MSFT_WSS_FMSYNTH_STEREO","features":[81]},{"name":"MM_MSFT_WSS_MIXER","features":[81]},{"name":"MM_MSFT_WSS_NT_AUX","features":[81]},{"name":"MM_MSFT_WSS_NT_FMSYNTH_STEREO","features":[81]},{"name":"MM_MSFT_WSS_NT_MIXER","features":[81]},{"name":"MM_MSFT_WSS_NT_WAVEIN","features":[81]},{"name":"MM_MSFT_WSS_NT_WAVEOUT","features":[81]},{"name":"MM_MSFT_WSS_OEM_AUX","features":[81]},{"name":"MM_MSFT_WSS_OEM_FMSYNTH_STEREO","features":[81]},{"name":"MM_MSFT_WSS_OEM_MIXER","features":[81]},{"name":"MM_MSFT_WSS_OEM_WAVEIN","features":[81]},{"name":"MM_MSFT_WSS_OEM_WAVEOUT","features":[81]},{"name":"MM_MSFT_WSS_WAVEIN","features":[81]},{"name":"MM_MSFT_WSS_WAVEOUT","features":[81]},{"name":"MM_MWM","features":[81]},{"name":"MM_NCR","features":[81]},{"name":"MM_NCR_BA_AUX","features":[81]},{"name":"MM_NCR_BA_MIXER","features":[81]},{"name":"MM_NCR_BA_SYNTH","features":[81]},{"name":"MM_NCR_BA_WAVEIN","features":[81]},{"name":"MM_NCR_BA_WAVEOUT","features":[81]},{"name":"MM_NEC","features":[81]},{"name":"MM_NEC_26_SYNTH","features":[81]},{"name":"MM_NEC_73_86_SYNTH","features":[81]},{"name":"MM_NEC_73_86_WAVEIN","features":[81]},{"name":"MM_NEC_73_86_WAVEOUT","features":[81]},{"name":"MM_NEC_JOYSTICK","features":[81]},{"name":"MM_NEC_MPU401_MIDIIN","features":[81]},{"name":"MM_NEC_MPU401_MIDIOUT","features":[81]},{"name":"MM_NEOMAGIC","features":[81]},{"name":"MM_NEOMAGIC_AUX","features":[81]},{"name":"MM_NEOMAGIC_MIDIIN","features":[81]},{"name":"MM_NEOMAGIC_MIDIOUT","features":[81]},{"name":"MM_NEOMAGIC_MW3DX_AUX","features":[81]},{"name":"MM_NEOMAGIC_MW3DX_FMSYNTH","features":[81]},{"name":"MM_NEOMAGIC_MW3DX_GMSYNTH","features":[81]},{"name":"MM_NEOMAGIC_MW3DX_MIDIIN","features":[81]},{"name":"MM_NEOMAGIC_MW3DX_MIDIOUT","features":[81]},{"name":"MM_NEOMAGIC_MW3DX_MIXER","features":[81]},{"name":"MM_NEOMAGIC_MW3DX_WAVEIN","features":[81]},{"name":"MM_NEOMAGIC_MW3DX_WAVEOUT","features":[81]},{"name":"MM_NEOMAGIC_MWAVE_AUX","features":[81]},{"name":"MM_NEOMAGIC_MWAVE_MIDIIN","features":[81]},{"name":"MM_NEOMAGIC_MWAVE_MIDIOUT","features":[81]},{"name":"MM_NEOMAGIC_MWAVE_MIXER","features":[81]},{"name":"MM_NEOMAGIC_MWAVE_WAVEIN","features":[81]},{"name":"MM_NEOMAGIC_MWAVE_WAVEOUT","features":[81]},{"name":"MM_NEOMAGIC_SYNTH","features":[81]},{"name":"MM_NEOMAGIC_WAVEIN","features":[81]},{"name":"MM_NEOMAGIC_WAVEOUT","features":[81]},{"name":"MM_NETSCAPE","features":[81]},{"name":"MM_NETXL","features":[81]},{"name":"MM_NETXL_XLVIDEO","features":[81]},{"name":"MM_NEWMEDIA","features":[81]},{"name":"MM_NEWMEDIA_WAVJAMMER","features":[81]},{"name":"MM_NMP","features":[81]},{"name":"MM_NMP_ACM_AMR","features":[81]},{"name":"MM_NMP_CCP_WAVEIN","features":[81]},{"name":"MM_NMP_CCP_WAVEOUT","features":[81]},{"name":"MM_NMS","features":[81]},{"name":"MM_NOGATECH","features":[81]},{"name":"MM_NORRIS","features":[81]},{"name":"MM_NORRIS_VOICELINK","features":[81]},{"name":"MM_NORTEL_MPXAC_WAVEIN","features":[81]},{"name":"MM_NORTEL_MPXAC_WAVEOUT","features":[81]},{"name":"MM_NORTHERN_TELECOM","features":[81]},{"name":"MM_NVIDIA","features":[81]},{"name":"MM_NVIDIA_AUX","features":[81]},{"name":"MM_NVIDIA_GAMEPORT","features":[81]},{"name":"MM_NVIDIA_MIDIIN","features":[81]},{"name":"MM_NVIDIA_MIDIOUT","features":[81]},{"name":"MM_NVIDIA_MIXER","features":[81]},{"name":"MM_NVIDIA_WAVEIN","features":[81]},{"name":"MM_NVIDIA_WAVEOUT","features":[81]},{"name":"MM_OKI","features":[81]},{"name":"MM_OKSORI","features":[81]},{"name":"MM_OKSORI_BASE","features":[81]},{"name":"MM_OKSORI_EXT_MIC1","features":[81]},{"name":"MM_OKSORI_EXT_MIC2","features":[81]},{"name":"MM_OKSORI_FM_OPL4","features":[81]},{"name":"MM_OKSORI_MIDIIN","features":[81]},{"name":"MM_OKSORI_MIDIOUT","features":[81]},{"name":"MM_OKSORI_MIX_AUX1","features":[81]},{"name":"MM_OKSORI_MIX_CD","features":[81]},{"name":"MM_OKSORI_MIX_ECHO","features":[81]},{"name":"MM_OKSORI_MIX_FM","features":[81]},{"name":"MM_OKSORI_MIX_LINE","features":[81]},{"name":"MM_OKSORI_MIX_LINE1","features":[81]},{"name":"MM_OKSORI_MIX_MASTER","features":[81]},{"name":"MM_OKSORI_MIX_MIC","features":[81]},{"name":"MM_OKSORI_MIX_WAVE","features":[81]},{"name":"MM_OKSORI_MPEG_CDVISION","features":[81]},{"name":"MM_OKSORI_OSR16_WAVEIN","features":[81]},{"name":"MM_OKSORI_OSR16_WAVEOUT","features":[81]},{"name":"MM_OKSORI_OSR8_WAVEIN","features":[81]},{"name":"MM_OKSORI_OSR8_WAVEOUT","features":[81]},{"name":"MM_OLIVETTI","features":[81]},{"name":"MM_OLIVETTI_ACM_ADPCM","features":[81]},{"name":"MM_OLIVETTI_ACM_CELP","features":[81]},{"name":"MM_OLIVETTI_ACM_GSM","features":[81]},{"name":"MM_OLIVETTI_ACM_OPR","features":[81]},{"name":"MM_OLIVETTI_ACM_SBC","features":[81]},{"name":"MM_OLIVETTI_AUX","features":[81]},{"name":"MM_OLIVETTI_JOYSTICK","features":[81]},{"name":"MM_OLIVETTI_MIDIIN","features":[81]},{"name":"MM_OLIVETTI_MIDIOUT","features":[81]},{"name":"MM_OLIVETTI_MIXER","features":[81]},{"name":"MM_OLIVETTI_SYNTH","features":[81]},{"name":"MM_OLIVETTI_WAVEIN","features":[81]},{"name":"MM_OLIVETTI_WAVEOUT","features":[81]},{"name":"MM_ONLIVE","features":[81]},{"name":"MM_ONLIVE_MPCODEC","features":[81]},{"name":"MM_OPCODE","features":[81]},{"name":"MM_OPTI","features":[81]},{"name":"MM_OPTI_M16_AUX","features":[81]},{"name":"MM_OPTI_M16_FMSYNTH_STEREO","features":[81]},{"name":"MM_OPTI_M16_MIDIIN","features":[81]},{"name":"MM_OPTI_M16_MIDIOUT","features":[81]},{"name":"MM_OPTI_M16_MIXER","features":[81]},{"name":"MM_OPTI_M16_WAVEIN","features":[81]},{"name":"MM_OPTI_M16_WAVEOUT","features":[81]},{"name":"MM_OPTI_M32_AUX","features":[81]},{"name":"MM_OPTI_M32_MIDIIN","features":[81]},{"name":"MM_OPTI_M32_MIDIOUT","features":[81]},{"name":"MM_OPTI_M32_MIXER","features":[81]},{"name":"MM_OPTI_M32_SYNTH_STEREO","features":[81]},{"name":"MM_OPTI_M32_WAVEIN","features":[81]},{"name":"MM_OPTI_M32_WAVEOUT","features":[81]},{"name":"MM_OPTI_P16_AUX","features":[81]},{"name":"MM_OPTI_P16_FMSYNTH_STEREO","features":[81]},{"name":"MM_OPTI_P16_MIDIIN","features":[81]},{"name":"MM_OPTI_P16_MIDIOUT","features":[81]},{"name":"MM_OPTI_P16_MIXER","features":[81]},{"name":"MM_OPTI_P16_WAVEIN","features":[81]},{"name":"MM_OPTI_P16_WAVEOUT","features":[81]},{"name":"MM_OPUS1208_AUX","features":[81]},{"name":"MM_OPUS1208_MIXER","features":[81]},{"name":"MM_OPUS1208_SYNTH","features":[81]},{"name":"MM_OPUS1208_WAVEIN","features":[81]},{"name":"MM_OPUS1208_WAVEOUT","features":[81]},{"name":"MM_OPUS1216_AUX","features":[81]},{"name":"MM_OPUS1216_MIDIIN","features":[81]},{"name":"MM_OPUS1216_MIDIOUT","features":[81]},{"name":"MM_OPUS1216_MIXER","features":[81]},{"name":"MM_OPUS1216_SYNTH","features":[81]},{"name":"MM_OPUS1216_WAVEIN","features":[81]},{"name":"MM_OPUS1216_WAVEOUT","features":[81]},{"name":"MM_OPUS401_MIDIIN","features":[81]},{"name":"MM_OPUS401_MIDIOUT","features":[81]},{"name":"MM_OSITECH","features":[81]},{"name":"MM_OSITECH_TRUMPCARD","features":[81]},{"name":"MM_OSPREY","features":[81]},{"name":"MM_OSPREY_1000WAVEIN","features":[81]},{"name":"MM_OSPREY_1000WAVEOUT","features":[81]},{"name":"MM_OTI","features":[81]},{"name":"MM_OTI_611MIDIN","features":[81]},{"name":"MM_OTI_611MIDIOUT","features":[81]},{"name":"MM_OTI_611MIXER","features":[81]},{"name":"MM_OTI_611WAVEIN","features":[81]},{"name":"MM_OTI_611WAVEOUT","features":[81]},{"name":"MM_PACIFICRESEARCH","features":[81]},{"name":"MM_PCSPEAKER_WAVEOUT","features":[81]},{"name":"MM_PHILIPS_ACM_LPCBB","features":[81]},{"name":"MM_PHILIPS_SPEECH_PROCESSING","features":[81]},{"name":"MM_PHONET","features":[81]},{"name":"MM_PHONET_PP_MIXER","features":[81]},{"name":"MM_PHONET_PP_WAVEIN","features":[81]},{"name":"MM_PHONET_PP_WAVEOUT","features":[81]},{"name":"MM_PICTURETEL","features":[81]},{"name":"MM_PID_UNMAPPED","features":[81]},{"name":"MM_PINNACLE","features":[81]},{"name":"MM_PRAGMATRAX","features":[81]},{"name":"MM_PRECEPT","features":[81]},{"name":"MM_PROAUD_16_AUX","features":[81]},{"name":"MM_PROAUD_16_MIDIIN","features":[81]},{"name":"MM_PROAUD_16_MIDIOUT","features":[81]},{"name":"MM_PROAUD_16_MIXER","features":[81]},{"name":"MM_PROAUD_16_SYNTH","features":[81]},{"name":"MM_PROAUD_16_WAVEIN","features":[81]},{"name":"MM_PROAUD_16_WAVEOUT","features":[81]},{"name":"MM_PROAUD_AUX","features":[81]},{"name":"MM_PROAUD_MIDIIN","features":[81]},{"name":"MM_PROAUD_MIDIOUT","features":[81]},{"name":"MM_PROAUD_MIXER","features":[81]},{"name":"MM_PROAUD_PLUS_AUX","features":[81]},{"name":"MM_PROAUD_PLUS_MIDIIN","features":[81]},{"name":"MM_PROAUD_PLUS_MIDIOUT","features":[81]},{"name":"MM_PROAUD_PLUS_MIXER","features":[81]},{"name":"MM_PROAUD_PLUS_SYNTH","features":[81]},{"name":"MM_PROAUD_PLUS_WAVEIN","features":[81]},{"name":"MM_PROAUD_PLUS_WAVEOUT","features":[81]},{"name":"MM_PROAUD_SYNTH","features":[81]},{"name":"MM_PROAUD_WAVEIN","features":[81]},{"name":"MM_PROAUD_WAVEOUT","features":[81]},{"name":"MM_QCIAR","features":[81]},{"name":"MM_QDESIGN","features":[81]},{"name":"MM_QDESIGN_ACM_MPEG","features":[81]},{"name":"MM_QDESIGN_ACM_QDESIGN_MUSIC","features":[81]},{"name":"MM_QTEAM","features":[81]},{"name":"MM_QUALCOMM","features":[81]},{"name":"MM_QUANTUM3D","features":[81]},{"name":"MM_QUARTERDECK","features":[81]},{"name":"MM_QUARTERDECK_LHWAVEIN","features":[81]},{"name":"MM_QUARTERDECK_LHWAVEOUT","features":[81]},{"name":"MM_QUICKAUDIO","features":[81]},{"name":"MM_QUICKAUDIO_MAXIMIDI","features":[81]},{"name":"MM_QUICKAUDIO_MINIMIDI","features":[81]},{"name":"MM_QUICKNET","features":[81]},{"name":"MM_QUICKNET_PJWAVEIN","features":[81]},{"name":"MM_QUICKNET_PJWAVEOUT","features":[81]},{"name":"MM_RADIUS","features":[81]},{"name":"MM_RHETOREX","features":[81]},{"name":"MM_RHETOREX_WAVEIN","features":[81]},{"name":"MM_RHETOREX_WAVEOUT","features":[81]},{"name":"MM_RICHMOND","features":[81]},{"name":"MM_ROCKWELL","features":[81]},{"name":"MM_ROLAND","features":[81]},{"name":"MM_ROLAND_MPU401_MIDIIN","features":[81]},{"name":"MM_ROLAND_MPU401_MIDIOUT","features":[81]},{"name":"MM_ROLAND_RAP10_MIDIIN","features":[81]},{"name":"MM_ROLAND_RAP10_MIDIOUT","features":[81]},{"name":"MM_ROLAND_RAP10_SYNTH","features":[81]},{"name":"MM_ROLAND_RAP10_WAVEIN","features":[81]},{"name":"MM_ROLAND_RAP10_WAVEOUT","features":[81]},{"name":"MM_ROLAND_SC7_MIDIIN","features":[81]},{"name":"MM_ROLAND_SC7_MIDIOUT","features":[81]},{"name":"MM_ROLAND_SCP_AUX","features":[81]},{"name":"MM_ROLAND_SCP_MIDIIN","features":[81]},{"name":"MM_ROLAND_SCP_MIDIOUT","features":[81]},{"name":"MM_ROLAND_SCP_MIXER","features":[81]},{"name":"MM_ROLAND_SCP_WAVEIN","features":[81]},{"name":"MM_ROLAND_SCP_WAVEOUT","features":[81]},{"name":"MM_ROLAND_SERIAL_MIDIIN","features":[81]},{"name":"MM_ROLAND_SERIAL_MIDIOUT","features":[81]},{"name":"MM_ROLAND_SMPU_MIDIINA","features":[81]},{"name":"MM_ROLAND_SMPU_MIDIINB","features":[81]},{"name":"MM_ROLAND_SMPU_MIDIOUTA","features":[81]},{"name":"MM_ROLAND_SMPU_MIDIOUTB","features":[81]},{"name":"MM_RZS","features":[81]},{"name":"MM_RZS_ACM_TUBGSM","features":[81]},{"name":"MM_S3","features":[81]},{"name":"MM_S3_AUX","features":[81]},{"name":"MM_S3_FMSYNTH","features":[81]},{"name":"MM_S3_MIDIIN","features":[81]},{"name":"MM_S3_MIDIOUT","features":[81]},{"name":"MM_S3_MIXER","features":[81]},{"name":"MM_S3_WAVEIN","features":[81]},{"name":"MM_S3_WAVEOUT","features":[81]},{"name":"MM_SANYO","features":[81]},{"name":"MM_SANYO_ACM_LD_ADPCM","features":[81]},{"name":"MM_SCALACS","features":[81]},{"name":"MM_SEERSYS","features":[81]},{"name":"MM_SEERSYS_REALITY","features":[81]},{"name":"MM_SEERSYS_SEERMIX","features":[81]},{"name":"MM_SEERSYS_SEERSYNTH","features":[81]},{"name":"MM_SEERSYS_SEERWAVE","features":[81]},{"name":"MM_SEERSYS_WAVESYNTH","features":[81]},{"name":"MM_SEERSYS_WAVESYNTH_WG","features":[81]},{"name":"MM_SELSIUS_SYSTEMS","features":[81]},{"name":"MM_SELSIUS_SYSTEMS_RTPWAVEIN","features":[81]},{"name":"MM_SELSIUS_SYSTEMS_RTPWAVEOUT","features":[81]},{"name":"MM_SGI","features":[81]},{"name":"MM_SGI_320_MIXER","features":[81]},{"name":"MM_SGI_320_WAVEIN","features":[81]},{"name":"MM_SGI_320_WAVEOUT","features":[81]},{"name":"MM_SGI_540_MIXER","features":[81]},{"name":"MM_SGI_540_WAVEIN","features":[81]},{"name":"MM_SGI_540_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADAT8CHAN_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADAT8CHAN_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATMONO1_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATMONO1_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATMONO2_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATMONO2_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATMONO3_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATMONO3_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATMONO4_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATMONO4_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATMONO5_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATMONO5_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATMONO6_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATMONO6_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATMONO7_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATMONO7_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATMONO8_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATMONO8_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATSTEREO12_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATSTEREO12_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATSTEREO32_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATSTEREO34_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATSTEREO56_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATSTEREO56_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_ADATSTEREO78_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_ADATSTEREO78_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_AESMONO1_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_AESMONO1_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_AESMONO2_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_AESMONO2_WAVEOUT","features":[81]},{"name":"MM_SGI_RAD_AESSTEREO_WAVEIN","features":[81]},{"name":"MM_SGI_RAD_AESSTEREO_WAVEOUT","features":[81]},{"name":"MM_SHARP","features":[81]},{"name":"MM_SHARP_MDC_AUX","features":[81]},{"name":"MM_SHARP_MDC_AUX_BASS","features":[81]},{"name":"MM_SHARP_MDC_AUX_CHR","features":[81]},{"name":"MM_SHARP_MDC_AUX_MASTER","features":[81]},{"name":"MM_SHARP_MDC_AUX_MIDI_VOL","features":[81]},{"name":"MM_SHARP_MDC_AUX_RVB","features":[81]},{"name":"MM_SHARP_MDC_AUX_TREBLE","features":[81]},{"name":"MM_SHARP_MDC_AUX_VOL","features":[81]},{"name":"MM_SHARP_MDC_AUX_WAVE_CHR","features":[81]},{"name":"MM_SHARP_MDC_AUX_WAVE_RVB","features":[81]},{"name":"MM_SHARP_MDC_AUX_WAVE_VOL","features":[81]},{"name":"MM_SHARP_MDC_MIDI_IN","features":[81]},{"name":"MM_SHARP_MDC_MIDI_OUT","features":[81]},{"name":"MM_SHARP_MDC_MIDI_SYNTH","features":[81]},{"name":"MM_SHARP_MDC_MIXER","features":[81]},{"name":"MM_SHARP_MDC_WAVE_IN","features":[81]},{"name":"MM_SHARP_MDC_WAVE_OUT","features":[81]},{"name":"MM_SICRESOURCE","features":[81]},{"name":"MM_SICRESOURCE_SSO3D","features":[81]},{"name":"MM_SICRESOURCE_SSOW3DI","features":[81]},{"name":"MM_SIEMENS_SBC","features":[81]},{"name":"MM_SIERRA","features":[81]},{"name":"MM_SIERRA_ARIA_AUX","features":[81]},{"name":"MM_SIERRA_ARIA_AUX2","features":[81]},{"name":"MM_SIERRA_ARIA_MIDIIN","features":[81]},{"name":"MM_SIERRA_ARIA_MIDIOUT","features":[81]},{"name":"MM_SIERRA_ARIA_SYNTH","features":[81]},{"name":"MM_SIERRA_ARIA_WAVEIN","features":[81]},{"name":"MM_SIERRA_ARIA_WAVEOUT","features":[81]},{"name":"MM_SIERRA_QUARTET_AUX_CD","features":[81]},{"name":"MM_SIERRA_QUARTET_AUX_LINE","features":[81]},{"name":"MM_SIERRA_QUARTET_AUX_MODEM","features":[81]},{"name":"MM_SIERRA_QUARTET_MIDIIN","features":[81]},{"name":"MM_SIERRA_QUARTET_MIDIOUT","features":[81]},{"name":"MM_SIERRA_QUARTET_MIXER","features":[81]},{"name":"MM_SIERRA_QUARTET_SYNTH","features":[81]},{"name":"MM_SIERRA_QUARTET_WAVEIN","features":[81]},{"name":"MM_SIERRA_QUARTET_WAVEOUT","features":[81]},{"name":"MM_SILICONSOFT","features":[81]},{"name":"MM_SILICONSOFT_SC1_WAVEIN","features":[81]},{"name":"MM_SILICONSOFT_SC1_WAVEOUT","features":[81]},{"name":"MM_SILICONSOFT_SC2_WAVEIN","features":[81]},{"name":"MM_SILICONSOFT_SC2_WAVEOUT","features":[81]},{"name":"MM_SILICONSOFT_SOUNDJR2PR_WAVEIN","features":[81]},{"name":"MM_SILICONSOFT_SOUNDJR2PR_WAVEOUT","features":[81]},{"name":"MM_SILICONSOFT_SOUNDJR2_WAVEOUT","features":[81]},{"name":"MM_SILICONSOFT_SOUNDJR3_WAVEOUT","features":[81]},{"name":"MM_SIPROLAB","features":[81]},{"name":"MM_SIPROLAB_ACELPNET","features":[81]},{"name":"MM_SNI","features":[81]},{"name":"MM_SNI_ACM_G721","features":[81]},{"name":"MM_SOFTLAB_NSK","features":[81]},{"name":"MM_SOFTLAB_NSK_FRW_AUX","features":[81]},{"name":"MM_SOFTLAB_NSK_FRW_MIXER","features":[81]},{"name":"MM_SOFTLAB_NSK_FRW_WAVEIN","features":[81]},{"name":"MM_SOFTLAB_NSK_FRW_WAVEOUT","features":[81]},{"name":"MM_SOFTSOUND","features":[81]},{"name":"MM_SOFTSOUND_CODEC","features":[81]},{"name":"MM_SONICFOUNDRY","features":[81]},{"name":"MM_SONORUS","features":[81]},{"name":"MM_SONORUS_STUDIO","features":[81]},{"name":"MM_SONY","features":[81]},{"name":"MM_SONY_ACM_SCX","features":[81]},{"name":"MM_SORVIS","features":[81]},{"name":"MM_SOUNDESIGNS","features":[81]},{"name":"MM_SOUNDESIGNS_WAVEIN","features":[81]},{"name":"MM_SOUNDESIGNS_WAVEOUT","features":[81]},{"name":"MM_SOUNDSCAPE_AUX","features":[81]},{"name":"MM_SOUNDSCAPE_MIDIIN","features":[81]},{"name":"MM_SOUNDSCAPE_MIDIOUT","features":[81]},{"name":"MM_SOUNDSCAPE_MIXER","features":[81]},{"name":"MM_SOUNDSCAPE_SYNTH","features":[81]},{"name":"MM_SOUNDSCAPE_WAVEIN","features":[81]},{"name":"MM_SOUNDSCAPE_WAVEOUT","features":[81]},{"name":"MM_SOUNDSCAPE_WAVEOUT_AUX","features":[81]},{"name":"MM_SOUNDSPACE","features":[81]},{"name":"MM_SPECTRUM_PRODUCTIONS","features":[81]},{"name":"MM_SPECTRUM_SIGNAL_PROCESSING","features":[81]},{"name":"MM_SPEECHCOMP","features":[81]},{"name":"MM_SPLASH_STUDIOS","features":[81]},{"name":"MM_SSP_SNDFESAUX","features":[81]},{"name":"MM_SSP_SNDFESMIDIIN","features":[81]},{"name":"MM_SSP_SNDFESMIDIOUT","features":[81]},{"name":"MM_SSP_SNDFESMIX","features":[81]},{"name":"MM_SSP_SNDFESSYNTH","features":[81]},{"name":"MM_SSP_SNDFESWAVEIN","features":[81]},{"name":"MM_SSP_SNDFESWAVEOUT","features":[81]},{"name":"MM_STUDER","features":[81]},{"name":"MM_STUDIO_16_AUX","features":[81]},{"name":"MM_STUDIO_16_MIDIIN","features":[81]},{"name":"MM_STUDIO_16_MIDIOUT","features":[81]},{"name":"MM_STUDIO_16_MIXER","features":[81]},{"name":"MM_STUDIO_16_SYNTH","features":[81]},{"name":"MM_STUDIO_16_WAVEIN","features":[81]},{"name":"MM_STUDIO_16_WAVEOUT","features":[81]},{"name":"MM_ST_MICROELECTRONICS","features":[81]},{"name":"MM_SUNCOM","features":[81]},{"name":"MM_SUPERMAC","features":[81]},{"name":"MM_SYDEC_NV","features":[81]},{"name":"MM_SYDEC_NV_WAVEIN","features":[81]},{"name":"MM_SYDEC_NV_WAVEOUT","features":[81]},{"name":"MM_TANDY","features":[81]},{"name":"MM_TANDY_PSSJWAVEIN","features":[81]},{"name":"MM_TANDY_PSSJWAVEOUT","features":[81]},{"name":"MM_TANDY_SENS_MMAMIDIIN","features":[81]},{"name":"MM_TANDY_SENS_MMAMIDIOUT","features":[81]},{"name":"MM_TANDY_SENS_MMAWAVEIN","features":[81]},{"name":"MM_TANDY_SENS_MMAWAVEOUT","features":[81]},{"name":"MM_TANDY_SENS_VISWAVEOUT","features":[81]},{"name":"MM_TANDY_VISBIOSSYNTH","features":[81]},{"name":"MM_TANDY_VISWAVEIN","features":[81]},{"name":"MM_TANDY_VISWAVEOUT","features":[81]},{"name":"MM_TBS_TROPEZ_AUX1","features":[81]},{"name":"MM_TBS_TROPEZ_AUX2","features":[81]},{"name":"MM_TBS_TROPEZ_LINE","features":[81]},{"name":"MM_TBS_TROPEZ_WAVEIN","features":[81]},{"name":"MM_TBS_TROPEZ_WAVEOUT","features":[81]},{"name":"MM_TDK","features":[81]},{"name":"MM_TDK_MW_AUX","features":[81]},{"name":"MM_TDK_MW_AUX_BASS","features":[81]},{"name":"MM_TDK_MW_AUX_CHR","features":[81]},{"name":"MM_TDK_MW_AUX_MASTER","features":[81]},{"name":"MM_TDK_MW_AUX_MIDI_VOL","features":[81]},{"name":"MM_TDK_MW_AUX_RVB","features":[81]},{"name":"MM_TDK_MW_AUX_TREBLE","features":[81]},{"name":"MM_TDK_MW_AUX_VOL","features":[81]},{"name":"MM_TDK_MW_AUX_WAVE_CHR","features":[81]},{"name":"MM_TDK_MW_AUX_WAVE_RVB","features":[81]},{"name":"MM_TDK_MW_AUX_WAVE_VOL","features":[81]},{"name":"MM_TDK_MW_MIDI_IN","features":[81]},{"name":"MM_TDK_MW_MIDI_OUT","features":[81]},{"name":"MM_TDK_MW_MIDI_SYNTH","features":[81]},{"name":"MM_TDK_MW_MIXER","features":[81]},{"name":"MM_TDK_MW_WAVE_IN","features":[81]},{"name":"MM_TDK_MW_WAVE_OUT","features":[81]},{"name":"MM_TELEKOL","features":[81]},{"name":"MM_TELEKOL_WAVEIN","features":[81]},{"name":"MM_TELEKOL_WAVEOUT","features":[81]},{"name":"MM_TERALOGIC","features":[81]},{"name":"MM_TERRATEC","features":[81]},{"name":"MM_THUNDER_AUX","features":[81]},{"name":"MM_THUNDER_SYNTH","features":[81]},{"name":"MM_THUNDER_WAVEIN","features":[81]},{"name":"MM_THUNDER_WAVEOUT","features":[81]},{"name":"MM_TPORT_SYNTH","features":[81]},{"name":"MM_TPORT_WAVEIN","features":[81]},{"name":"MM_TPORT_WAVEOUT","features":[81]},{"name":"MM_TRUEVISION","features":[81]},{"name":"MM_TRUEVISION_WAVEIN1","features":[81]},{"name":"MM_TRUEVISION_WAVEOUT1","features":[81]},{"name":"MM_TTEWS_AUX","features":[81]},{"name":"MM_TTEWS_MIDIIN","features":[81]},{"name":"MM_TTEWS_MIDIMONITOR","features":[81]},{"name":"MM_TTEWS_MIDIOUT","features":[81]},{"name":"MM_TTEWS_MIDISYNTH","features":[81]},{"name":"MM_TTEWS_MIXER","features":[81]},{"name":"MM_TTEWS_VMIDIIN","features":[81]},{"name":"MM_TTEWS_VMIDIOUT","features":[81]},{"name":"MM_TTEWS_WAVEIN","features":[81]},{"name":"MM_TTEWS_WAVEOUT","features":[81]},{"name":"MM_TURTLE_BEACH","features":[81]},{"name":"MM_UHER_INFORMATIC","features":[81]},{"name":"MM_UH_ACM_ADPCM","features":[81]},{"name":"MM_UNISYS","features":[81]},{"name":"MM_UNISYS_ACM_NAP","features":[81]},{"name":"MM_UNMAPPED","features":[81]},{"name":"MM_VAL","features":[81]},{"name":"MM_VAL_MICROKEY_AP_WAVEIN","features":[81]},{"name":"MM_VAL_MICROKEY_AP_WAVEOUT","features":[81]},{"name":"MM_VANKOEVERING","features":[81]},{"name":"MM_VIA","features":[81]},{"name":"MM_VIA_AUX","features":[81]},{"name":"MM_VIA_MIXER","features":[81]},{"name":"MM_VIA_MPU401_MIDIIN","features":[81]},{"name":"MM_VIA_MPU401_MIDIOUT","features":[81]},{"name":"MM_VIA_SWFM_SYNTH","features":[81]},{"name":"MM_VIA_WAVEIN","features":[81]},{"name":"MM_VIA_WAVEOUT","features":[81]},{"name":"MM_VIA_WDM_MIXER","features":[81]},{"name":"MM_VIA_WDM_MPU401_MIDIIN","features":[81]},{"name":"MM_VIA_WDM_MPU401_MIDIOUT","features":[81]},{"name":"MM_VIA_WDM_WAVEIN","features":[81]},{"name":"MM_VIA_WDM_WAVEOUT","features":[81]},{"name":"MM_VIDEOLOGIC","features":[81]},{"name":"MM_VIDEOLOGIC_MSWAVEIN","features":[81]},{"name":"MM_VIDEOLOGIC_MSWAVEOUT","features":[81]},{"name":"MM_VIENNASYS","features":[81]},{"name":"MM_VIENNASYS_TSP_WAVE_DRIVER","features":[81]},{"name":"MM_VIONA","features":[81]},{"name":"MM_VIONAQVINPCI_WAVEOUT","features":[81]},{"name":"MM_VIONA_BUSTER_MIXER","features":[81]},{"name":"MM_VIONA_CINEMASTER_MIXER","features":[81]},{"name":"MM_VIONA_CONCERTO_MIXER","features":[81]},{"name":"MM_VIONA_QVINPCI_MIXER","features":[81]},{"name":"MM_VIONA_QVINPCI_WAVEIN","features":[81]},{"name":"MM_VIRTUALMUSIC","features":[81]},{"name":"MM_VITEC","features":[81]},{"name":"MM_VITEC_VMAKER","features":[81]},{"name":"MM_VITEC_VMPRO","features":[81]},{"name":"MM_VIVO","features":[81]},{"name":"MM_VIVO_AUDIO_CODEC","features":[81]},{"name":"MM_VKC_MPU401_MIDIIN","features":[81]},{"name":"MM_VKC_MPU401_MIDIOUT","features":[81]},{"name":"MM_VKC_SERIAL_MIDIIN","features":[81]},{"name":"MM_VKC_SERIAL_MIDIOUT","features":[81]},{"name":"MM_VOCALTEC","features":[81]},{"name":"MM_VOCALTEC_WAVEIN","features":[81]},{"name":"MM_VOCALTEC_WAVEOUT","features":[81]},{"name":"MM_VOICEINFO","features":[81]},{"name":"MM_VOICEMIXER","features":[81]},{"name":"MM_VOXWARE","features":[81]},{"name":"MM_VOXWARE_CODEC","features":[81]},{"name":"MM_VOYETRA","features":[81]},{"name":"MM_VQST","features":[81]},{"name":"MM_VQST_VQC1","features":[81]},{"name":"MM_VQST_VQC2","features":[81]},{"name":"MM_VTG","features":[81]},{"name":"MM_WANGLABS","features":[81]},{"name":"MM_WANGLABS_WAVEIN1","features":[81]},{"name":"MM_WANGLABS_WAVEOUT1","features":[81]},{"name":"MM_WEITEK","features":[81]},{"name":"MM_WILDCAT","features":[81]},{"name":"MM_WILDCAT_AUTOSCOREMIDIIN","features":[81]},{"name":"MM_WILLOPOND_SNDCOMM_WAVEIN","features":[81]},{"name":"MM_WILLOWPOND","features":[81]},{"name":"MM_WILLOWPOND_FMSYNTH_STEREO","features":[81]},{"name":"MM_WILLOWPOND_GENERIC_AUX","features":[81]},{"name":"MM_WILLOWPOND_GENERIC_MIXER","features":[81]},{"name":"MM_WILLOWPOND_GENERIC_WAVEIN","features":[81]},{"name":"MM_WILLOWPOND_GENERIC_WAVEOUT","features":[81]},{"name":"MM_WILLOWPOND_MPU401","features":[81]},{"name":"MM_WILLOWPOND_PH_AUX","features":[81]},{"name":"MM_WILLOWPOND_PH_MIXER","features":[81]},{"name":"MM_WILLOWPOND_PH_WAVEIN","features":[81]},{"name":"MM_WILLOWPOND_PH_WAVEOUT","features":[81]},{"name":"MM_WILLOWPOND_SNDCOMM_AUX","features":[81]},{"name":"MM_WILLOWPOND_SNDCOMM_MIXER","features":[81]},{"name":"MM_WILLOWPOND_SNDCOMM_WAVEOUT","features":[81]},{"name":"MM_WILLOWPOND_SNDPORT_AUX","features":[81]},{"name":"MM_WILLOWPOND_SNDPORT_MIXER","features":[81]},{"name":"MM_WILLOWPOND_SNDPORT_WAVEIN","features":[81]},{"name":"MM_WILLOWPOND_SNDPORT_WAVEOUT","features":[81]},{"name":"MM_WINBOND","features":[81]},{"name":"MM_WINNOV","features":[81]},{"name":"MM_WINNOV_CAVIAR_CHAMPAGNE","features":[81]},{"name":"MM_WINNOV_CAVIAR_VIDC","features":[81]},{"name":"MM_WINNOV_CAVIAR_WAVEIN","features":[81]},{"name":"MM_WINNOV_CAVIAR_WAVEOUT","features":[81]},{"name":"MM_WINNOV_CAVIAR_YUV8","features":[81]},{"name":"MM_WORKBIT","features":[81]},{"name":"MM_WORKBIT_AUX","features":[81]},{"name":"MM_WORKBIT_FMSYNTH","features":[81]},{"name":"MM_WORKBIT_JOYSTICK","features":[81]},{"name":"MM_WORKBIT_MIDIIN","features":[81]},{"name":"MM_WORKBIT_MIDIOUT","features":[81]},{"name":"MM_WORKBIT_MIXER","features":[81]},{"name":"MM_WORKBIT_WAVEIN","features":[81]},{"name":"MM_WORKBIT_WAVEOUT","features":[81]},{"name":"MM_WSS_SB16_AUX_CD","features":[81]},{"name":"MM_WSS_SB16_AUX_LINE","features":[81]},{"name":"MM_WSS_SB16_MIDIIN","features":[81]},{"name":"MM_WSS_SB16_MIDIOUT","features":[81]},{"name":"MM_WSS_SB16_MIXER","features":[81]},{"name":"MM_WSS_SB16_SYNTH","features":[81]},{"name":"MM_WSS_SB16_WAVEIN","features":[81]},{"name":"MM_WSS_SB16_WAVEOUT","features":[81]},{"name":"MM_WSS_SBPRO_AUX_CD","features":[81]},{"name":"MM_WSS_SBPRO_AUX_LINE","features":[81]},{"name":"MM_WSS_SBPRO_MIDIIN","features":[81]},{"name":"MM_WSS_SBPRO_MIDIOUT","features":[81]},{"name":"MM_WSS_SBPRO_MIXER","features":[81]},{"name":"MM_WSS_SBPRO_SYNTH","features":[81]},{"name":"MM_WSS_SBPRO_WAVEIN","features":[81]},{"name":"MM_WSS_SBPRO_WAVEOUT","features":[81]},{"name":"MM_XEBEC","features":[81]},{"name":"MM_XIRLINK","features":[81]},{"name":"MM_XIRLINK_VISIONLINK","features":[81]},{"name":"MM_XYZ","features":[81]},{"name":"MM_YAMAHA","features":[81]},{"name":"MM_YAMAHA_ACXG_AUX","features":[81]},{"name":"MM_YAMAHA_ACXG_MIDIOUT","features":[81]},{"name":"MM_YAMAHA_ACXG_MIXER","features":[81]},{"name":"MM_YAMAHA_ACXG_WAVEIN","features":[81]},{"name":"MM_YAMAHA_ACXG_WAVEOUT","features":[81]},{"name":"MM_YAMAHA_GSS_AUX","features":[81]},{"name":"MM_YAMAHA_GSS_MIDIIN","features":[81]},{"name":"MM_YAMAHA_GSS_MIDIOUT","features":[81]},{"name":"MM_YAMAHA_GSS_SYNTH","features":[81]},{"name":"MM_YAMAHA_GSS_WAVEIN","features":[81]},{"name":"MM_YAMAHA_GSS_WAVEOUT","features":[81]},{"name":"MM_YAMAHA_OPL3SA_FMSYNTH","features":[81]},{"name":"MM_YAMAHA_OPL3SA_JOYSTICK","features":[81]},{"name":"MM_YAMAHA_OPL3SA_MIDIIN","features":[81]},{"name":"MM_YAMAHA_OPL3SA_MIDIOUT","features":[81]},{"name":"MM_YAMAHA_OPL3SA_MIXER","features":[81]},{"name":"MM_YAMAHA_OPL3SA_WAVEIN","features":[81]},{"name":"MM_YAMAHA_OPL3SA_WAVEOUT","features":[81]},{"name":"MM_YAMAHA_OPL3SA_YSYNTH","features":[81]},{"name":"MM_YAMAHA_SERIAL_MIDIIN","features":[81]},{"name":"MM_YAMAHA_SERIAL_MIDIOUT","features":[81]},{"name":"MM_YAMAHA_SXG_MIDIOUT","features":[81]},{"name":"MM_YAMAHA_SXG_MIXER","features":[81]},{"name":"MM_YAMAHA_SXG_WAVEOUT","features":[81]},{"name":"MM_YAMAHA_YMF724LEG_FMSYNTH","features":[81]},{"name":"MM_YAMAHA_YMF724LEG_MIDIIN","features":[81]},{"name":"MM_YAMAHA_YMF724LEG_MIDIOUT","features":[81]},{"name":"MM_YAMAHA_YMF724LEG_MIXER","features":[81]},{"name":"MM_YAMAHA_YMF724_AUX","features":[81]},{"name":"MM_YAMAHA_YMF724_MIDIOUT","features":[81]},{"name":"MM_YAMAHA_YMF724_MIXER","features":[81]},{"name":"MM_YAMAHA_YMF724_WAVEIN","features":[81]},{"name":"MM_YAMAHA_YMF724_WAVEOUT","features":[81]},{"name":"MM_YOUCOM","features":[81]},{"name":"MM_ZEFIRO","features":[81]},{"name":"MM_ZEFIRO_ZA2","features":[81]},{"name":"MM_ZYXEL","features":[81]},{"name":"MM_ZYXEL_ACM_ADPCM","features":[81]},{"name":"MODM_CACHEDRUMPATCHES","features":[81]},{"name":"MODM_CACHEPATCHES","features":[81]},{"name":"MODM_CLOSE","features":[81]},{"name":"MODM_DATA","features":[81]},{"name":"MODM_GETDEVCAPS","features":[81]},{"name":"MODM_GETNUMDEVS","features":[81]},{"name":"MODM_GETPOS","features":[81]},{"name":"MODM_GETVOLUME","features":[81]},{"name":"MODM_INIT","features":[81]},{"name":"MODM_INIT_EX","features":[81]},{"name":"MODM_LONGDATA","features":[81]},{"name":"MODM_MAPPER","features":[81]},{"name":"MODM_OPEN","features":[81]},{"name":"MODM_PAUSE","features":[81]},{"name":"MODM_PREFERRED","features":[81]},{"name":"MODM_PREPARE","features":[81]},{"name":"MODM_PROPERTIES","features":[81]},{"name":"MODM_RECONFIGURE","features":[81]},{"name":"MODM_RESET","features":[81]},{"name":"MODM_RESTART","features":[81]},{"name":"MODM_SETVOLUME","features":[81]},{"name":"MODM_STOP","features":[81]},{"name":"MODM_STRMDATA","features":[81]},{"name":"MODM_UNPREPARE","features":[81]},{"name":"MODM_USER","features":[81]},{"name":"MPEGLAYER3_ID_CONSTANTFRAMESIZE","features":[81]},{"name":"MPEGLAYER3_ID_MPEG","features":[81]},{"name":"MPEGLAYER3_ID_UNKNOWN","features":[81]},{"name":"MPEGLAYER3_WFX_EXTRA_BYTES","features":[81]},{"name":"MSAUDIO1WAVEFORMAT","features":[82,81]},{"name":"MSAUDIO1_BITS_PER_SAMPLE","features":[81]},{"name":"MSAUDIO1_MAX_CHANNELS","features":[81]},{"name":"MXDM_BASE","features":[81]},{"name":"MXDM_CLOSE","features":[81]},{"name":"MXDM_GETCONTROLDETAILS","features":[81]},{"name":"MXDM_GETDEVCAPS","features":[81]},{"name":"MXDM_GETLINECONTROLS","features":[81]},{"name":"MXDM_GETLINEINFO","features":[81]},{"name":"MXDM_GETNUMDEVS","features":[81]},{"name":"MXDM_INIT","features":[81]},{"name":"MXDM_INIT_EX","features":[81]},{"name":"MXDM_OPEN","features":[81]},{"name":"MXDM_SETCONTROLDETAILS","features":[81]},{"name":"MXDM_USER","features":[81]},{"name":"NMS_VBXADPCMWAVEFORMAT","features":[82,81]},{"name":"NS_DRM_E_MIGRATION_IMAGE_ALREADY_EXISTS","features":[81]},{"name":"NS_DRM_E_MIGRATION_SOURCE_MACHINE_IN_USE","features":[81]},{"name":"NS_DRM_E_MIGRATION_TARGET_MACHINE_LESS_THAN_LH","features":[81]},{"name":"NS_DRM_E_MIGRATION_UPGRADE_WITH_DIFF_SID","features":[81]},{"name":"NS_E_8BIT_WAVE_UNSUPPORTED","features":[81]},{"name":"NS_E_ACTIVE_SG_DEVICE_CONTROL_DISCONNECTED","features":[81]},{"name":"NS_E_ACTIVE_SG_DEVICE_DISCONNECTED","features":[81]},{"name":"NS_E_ADVANCEDEDIT_TOO_MANY_PICTURES","features":[81]},{"name":"NS_E_ALLOCATE_FILE_FAIL","features":[81]},{"name":"NS_E_ALL_PROTOCOLS_DISABLED","features":[81]},{"name":"NS_E_ALREADY_CONNECTED","features":[81]},{"name":"NS_E_ANALOG_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[81]},{"name":"NS_E_ARCHIVE_ABORT_DUE_TO_BCAST","features":[81]},{"name":"NS_E_ARCHIVE_FILENAME_NOTSET","features":[81]},{"name":"NS_E_ARCHIVE_GAP_DETECTED","features":[81]},{"name":"NS_E_ARCHIVE_REACH_QUOTA","features":[81]},{"name":"NS_E_ARCHIVE_SAME_AS_INPUT","features":[81]},{"name":"NS_E_ASSERT","features":[81]},{"name":"NS_E_ASX_INVALIDFORMAT","features":[81]},{"name":"NS_E_ASX_INVALIDVERSION","features":[81]},{"name":"NS_E_ASX_INVALID_REPEAT_BLOCK","features":[81]},{"name":"NS_E_ASX_NOTHING_TO_WRITE","features":[81]},{"name":"NS_E_ATTRIBUTE_NOT_ALLOWED","features":[81]},{"name":"NS_E_ATTRIBUTE_READ_ONLY","features":[81]},{"name":"NS_E_AUDIENCE_CONTENTTYPE_MISMATCH","features":[81]},{"name":"NS_E_AUDIENCE__LANGUAGE_CONTENTTYPE_MISMATCH","features":[81]},{"name":"NS_E_AUDIODEVICE_BADFORMAT","features":[81]},{"name":"NS_E_AUDIODEVICE_BUSY","features":[81]},{"name":"NS_E_AUDIODEVICE_UNEXPECTED","features":[81]},{"name":"NS_E_AUDIO_BITRATE_STEPDOWN","features":[81]},{"name":"NS_E_AUDIO_CODEC_ERROR","features":[81]},{"name":"NS_E_AUDIO_CODEC_NOT_INSTALLED","features":[81]},{"name":"NS_E_AUTHORIZATION_FILE_NOT_FOUND","features":[81]},{"name":"NS_E_BACKUP_RESTORE_BAD_DATA","features":[81]},{"name":"NS_E_BACKUP_RESTORE_BAD_REQUEST_ID","features":[81]},{"name":"NS_E_BACKUP_RESTORE_FAILURE","features":[81]},{"name":"NS_E_BACKUP_RESTORE_TOO_MANY_RESETS","features":[81]},{"name":"NS_E_BAD_ADAPTER_ADDRESS","features":[81]},{"name":"NS_E_BAD_ADAPTER_NAME","features":[81]},{"name":"NS_E_BAD_BLOCK0_VERSION","features":[81]},{"name":"NS_E_BAD_CONTENTEDL","features":[81]},{"name":"NS_E_BAD_CONTROL_DATA","features":[81]},{"name":"NS_E_BAD_CUB_UID","features":[81]},{"name":"NS_E_BAD_DELIVERY_MODE","features":[81]},{"name":"NS_E_BAD_DISK_UID","features":[81]},{"name":"NS_E_BAD_FSMAJOR_VERSION","features":[81]},{"name":"NS_E_BAD_MARKIN","features":[81]},{"name":"NS_E_BAD_MARKOUT","features":[81]},{"name":"NS_E_BAD_MULTICAST_ADDRESS","features":[81]},{"name":"NS_E_BAD_REQUEST","features":[81]},{"name":"NS_E_BAD_STAMPNUMBER","features":[81]},{"name":"NS_E_BAD_SYNTAX_IN_SERVER_RESPONSE","features":[81]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCENDED","features":[81]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCFAILED","features":[81]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCTIMEOUT","features":[81]},{"name":"NS_E_BKGDOWNLOAD_CANCELCOMPLETEDJOB","features":[81]},{"name":"NS_E_BKGDOWNLOAD_COMPLETECANCELLEDJOB","features":[81]},{"name":"NS_E_BKGDOWNLOAD_FAILEDINITIALIZE","features":[81]},{"name":"NS_E_BKGDOWNLOAD_FAILED_TO_CREATE_TEMPFILE","features":[81]},{"name":"NS_E_BKGDOWNLOAD_INVALIDJOBSIGNATURE","features":[81]},{"name":"NS_E_BKGDOWNLOAD_INVALID_FILE_NAME","features":[81]},{"name":"NS_E_BKGDOWNLOAD_NOJOBPOINTER","features":[81]},{"name":"NS_E_BKGDOWNLOAD_PLUGIN_FAILEDINITIALIZE","features":[81]},{"name":"NS_E_BKGDOWNLOAD_PLUGIN_FAILEDTOMOVEFILE","features":[81]},{"name":"NS_E_BKGDOWNLOAD_WMDUNPACKFAILED","features":[81]},{"name":"NS_E_BKGDOWNLOAD_WRONG_NO_FILES","features":[81]},{"name":"NS_E_BUSY","features":[81]},{"name":"NS_E_CACHE_ARCHIVE_CONFLICT","features":[81]},{"name":"NS_E_CACHE_CANNOT_BE_CACHED","features":[81]},{"name":"NS_E_CACHE_NOT_BROADCAST","features":[81]},{"name":"NS_E_CACHE_NOT_MODIFIED","features":[81]},{"name":"NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND","features":[81]},{"name":"NS_E_CACHE_ORIGIN_SERVER_TIMEOUT","features":[81]},{"name":"NS_E_CANNOTCONNECT","features":[81]},{"name":"NS_E_CANNOTCONNECTEVENTS","features":[81]},{"name":"NS_E_CANNOTDESTROYTITLE","features":[81]},{"name":"NS_E_CANNOTOFFLINEDISK","features":[81]},{"name":"NS_E_CANNOTONLINEDISK","features":[81]},{"name":"NS_E_CANNOTRENAMETITLE","features":[81]},{"name":"NS_E_CANNOT_BUY_OR_DOWNLOAD_CONTENT","features":[81]},{"name":"NS_E_CANNOT_BUY_OR_DOWNLOAD_FROM_MULTIPLE_SERVICES","features":[81]},{"name":"NS_E_CANNOT_CONNECT_TO_PROXY","features":[81]},{"name":"NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP","features":[81]},{"name":"NS_E_CANNOT_GENERATE_BROADCAST_INFO_FOR_QUALITYVBR","features":[81]},{"name":"NS_E_CANNOT_PAUSE_LIVEBROADCAST","features":[81]},{"name":"NS_E_CANNOT_READ_PLAYLIST_FROM_MEDIASERVER","features":[81]},{"name":"NS_E_CANNOT_REMOVE_PLUGIN","features":[81]},{"name":"NS_E_CANNOT_REMOVE_PUBLISHING_POINT","features":[81]},{"name":"NS_E_CANNOT_SYNC_DRM_TO_NON_JANUS_DEVICE","features":[81]},{"name":"NS_E_CANNOT_SYNC_PREVIOUS_SYNC_RUNNING","features":[81]},{"name":"NS_E_CANT_READ_DIGITAL","features":[81]},{"name":"NS_E_CCLINK_DOWN","features":[81]},{"name":"NS_E_CD_COPYTO_CD","features":[81]},{"name":"NS_E_CD_DRIVER_PROBLEM","features":[81]},{"name":"NS_E_CD_EMPTY_TRACK_QUEUE","features":[81]},{"name":"NS_E_CD_ISRC_INVALID","features":[81]},{"name":"NS_E_CD_MEDIA_CATALOG_NUMBER_INVALID","features":[81]},{"name":"NS_E_CD_NO_BUFFERS_READ","features":[81]},{"name":"NS_E_CD_NO_READER","features":[81]},{"name":"NS_E_CD_QUEUEING_DISABLED","features":[81]},{"name":"NS_E_CD_READ_ERROR","features":[81]},{"name":"NS_E_CD_READ_ERROR_NO_CORRECTION","features":[81]},{"name":"NS_E_CD_REFRESH","features":[81]},{"name":"NS_E_CD_SLOW_COPY","features":[81]},{"name":"NS_E_CD_SPEEDDETECT_NOT_ENOUGH_READS","features":[81]},{"name":"NS_E_CHANGING_PROXYBYPASS","features":[81]},{"name":"NS_E_CHANGING_PROXY_EXCEPTIONLIST","features":[81]},{"name":"NS_E_CHANGING_PROXY_NAME","features":[81]},{"name":"NS_E_CHANGING_PROXY_PORT","features":[81]},{"name":"NS_E_CHANGING_PROXY_PROTOCOL_NOT_FOUND","features":[81]},{"name":"NS_E_CLOSED_ON_SUSPEND","features":[81]},{"name":"NS_E_CODEC_DMO_ERROR","features":[81]},{"name":"NS_E_CODEC_UNAVAILABLE","features":[81]},{"name":"NS_E_COMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED","features":[81]},{"name":"NS_E_COMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[81]},{"name":"NS_E_CONNECTION_FAILURE","features":[81]},{"name":"NS_E_CONNECT_TIMEOUT","features":[81]},{"name":"NS_E_CONTENT_PARTNER_STILL_INITIALIZING","features":[81]},{"name":"NS_E_CORECD_NOTAMEDIACD","features":[81]},{"name":"NS_E_CRITICAL_ERROR","features":[81]},{"name":"NS_E_CUB_FAIL","features":[81]},{"name":"NS_E_CUB_FAIL_LINK","features":[81]},{"name":"NS_E_CURLHELPER_NOTADIRECTORY","features":[81]},{"name":"NS_E_CURLHELPER_NOTAFILE","features":[81]},{"name":"NS_E_CURLHELPER_NOTRELATIVE","features":[81]},{"name":"NS_E_CURL_CANTDECODE","features":[81]},{"name":"NS_E_CURL_CANTWALK","features":[81]},{"name":"NS_E_CURL_INVALIDBUFFERSIZE","features":[81]},{"name":"NS_E_CURL_INVALIDCHAR","features":[81]},{"name":"NS_E_CURL_INVALIDHOSTNAME","features":[81]},{"name":"NS_E_CURL_INVALIDPATH","features":[81]},{"name":"NS_E_CURL_INVALIDPORT","features":[81]},{"name":"NS_E_CURL_INVALIDSCHEME","features":[81]},{"name":"NS_E_CURL_INVALIDURL","features":[81]},{"name":"NS_E_CURL_NOTSAFE","features":[81]},{"name":"NS_E_DAMAGED_FILE","features":[81]},{"name":"NS_E_DATAPATH_NO_SINK","features":[81]},{"name":"NS_E_DATA_SOURCE_ENUMERATION_NOT_SUPPORTED","features":[81]},{"name":"NS_E_DATA_UNIT_EXTENSION_TOO_LARGE","features":[81]},{"name":"NS_E_DDRAW_GENERIC","features":[81]},{"name":"NS_E_DEVCONTROL_FAILED_SEEK","features":[81]},{"name":"NS_E_DEVICECONTROL_UNSTABLE","features":[81]},{"name":"NS_E_DEVICE_DISCONNECTED","features":[81]},{"name":"NS_E_DEVICE_IS_NOT_READY","features":[81]},{"name":"NS_E_DEVICE_NOT_READY","features":[81]},{"name":"NS_E_DEVICE_NOT_SUPPORT_FORMAT","features":[81]},{"name":"NS_E_DEVICE_NOT_WMDRM_DEVICE","features":[81]},{"name":"NS_E_DISK_FAIL","features":[81]},{"name":"NS_E_DISK_READ","features":[81]},{"name":"NS_E_DISK_WRITE","features":[81]},{"name":"NS_E_DISPLAY_MODE_CHANGE_FAILED","features":[81]},{"name":"NS_E_DRMPROFILE_NOTFOUND","features":[81]},{"name":"NS_E_DRM_ACQUIRING_LICENSE","features":[81]},{"name":"NS_E_DRM_ACTION_NOT_QUERIED","features":[81]},{"name":"NS_E_DRM_ALREADY_INDIVIDUALIZED","features":[81]},{"name":"NS_E_DRM_APPCERT_REVOKED","features":[81]},{"name":"NS_E_DRM_ATTRIBUTE_TOO_LONG","features":[81]},{"name":"NS_E_DRM_BACKUPRESTORE_BUSY","features":[81]},{"name":"NS_E_DRM_BACKUP_CORRUPT","features":[81]},{"name":"NS_E_DRM_BACKUP_EXISTS","features":[81]},{"name":"NS_E_DRM_BAD_REQUEST","features":[81]},{"name":"NS_E_DRM_BB_UNABLE_TO_INITIALIZE","features":[81]},{"name":"NS_E_DRM_BUFFER_TOO_SMALL","features":[81]},{"name":"NS_E_DRM_BUSY","features":[81]},{"name":"NS_E_DRM_CACHED_CONTENT_ERROR","features":[81]},{"name":"NS_E_DRM_CERTIFICATE_REVOKED","features":[81]},{"name":"NS_E_DRM_CERTIFICATE_SECURITY_LEVEL_INADEQUATE","features":[81]},{"name":"NS_E_DRM_CHAIN_TOO_LONG","features":[81]},{"name":"NS_E_DRM_CHECKPOINT_CORRUPT","features":[81]},{"name":"NS_E_DRM_CHECKPOINT_FAILED","features":[81]},{"name":"NS_E_DRM_CHECKPOINT_MISMATCH","features":[81]},{"name":"NS_E_DRM_CLIENT_CODE_EXPIRED","features":[81]},{"name":"NS_E_DRM_DATASTORE_CORRUPT","features":[81]},{"name":"NS_E_DRM_DEBUGGING_NOT_ALLOWED","features":[81]},{"name":"NS_E_DRM_DECRYPT_ERROR","features":[81]},{"name":"NS_E_DRM_DEVICE_ACTIVATION_CANCELED","features":[81]},{"name":"NS_E_DRM_DEVICE_ALREADY_REGISTERED","features":[81]},{"name":"NS_E_DRM_DEVICE_LIMIT_REACHED","features":[81]},{"name":"NS_E_DRM_DEVICE_NOT_OPEN","features":[81]},{"name":"NS_E_DRM_DEVICE_NOT_REGISTERED","features":[81]},{"name":"NS_E_DRM_DRIVER_AUTH_FAILURE","features":[81]},{"name":"NS_E_DRM_DRIVER_DIGIOUT_FAILURE","features":[81]},{"name":"NS_E_DRM_DRMV2CLT_REVOKED","features":[81]},{"name":"NS_E_DRM_ENCRYPT_ERROR","features":[81]},{"name":"NS_E_DRM_ENUM_LICENSE_FAILED","features":[81]},{"name":"NS_E_DRM_ERROR_BAD_NET_RESP","features":[81]},{"name":"NS_E_DRM_EXPIRED_LICENSEBLOB","features":[81]},{"name":"NS_E_DRM_GET_CONTENTSTRING_ERROR","features":[81]},{"name":"NS_E_DRM_GET_LICENSESTRING_ERROR","features":[81]},{"name":"NS_E_DRM_GET_LICENSE_ERROR","features":[81]},{"name":"NS_E_DRM_HARDWAREID_MISMATCH","features":[81]},{"name":"NS_E_DRM_HARDWARE_INCONSISTENT","features":[81]},{"name":"NS_E_DRM_INCLUSION_LIST_REQUIRED","features":[81]},{"name":"NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE","features":[81]},{"name":"NS_E_DRM_INDIVIDUALIZE_ERROR","features":[81]},{"name":"NS_E_DRM_INDIVIDUALIZING","features":[81]},{"name":"NS_E_DRM_INDIV_FRAUD","features":[81]},{"name":"NS_E_DRM_INDIV_NO_CABS","features":[81]},{"name":"NS_E_DRM_INDIV_SERVICE_UNAVAILABLE","features":[81]},{"name":"NS_E_DRM_INVALID_APPCERT","features":[81]},{"name":"NS_E_DRM_INVALID_APPDATA","features":[81]},{"name":"NS_E_DRM_INVALID_APPDATA_VERSION","features":[81]},{"name":"NS_E_DRM_INVALID_APPLICATION","features":[81]},{"name":"NS_E_DRM_INVALID_CERTIFICATE","features":[81]},{"name":"NS_E_DRM_INVALID_CONTENT","features":[81]},{"name":"NS_E_DRM_INVALID_CRL","features":[81]},{"name":"NS_E_DRM_INVALID_DATA","features":[81]},{"name":"NS_E_DRM_INVALID_KID","features":[81]},{"name":"NS_E_DRM_INVALID_LICENSE","features":[81]},{"name":"NS_E_DRM_INVALID_LICENSEBLOB","features":[81]},{"name":"NS_E_DRM_INVALID_LICENSE_ACQUIRED","features":[81]},{"name":"NS_E_DRM_INVALID_LICENSE_REQUEST","features":[81]},{"name":"NS_E_DRM_INVALID_MACHINE","features":[81]},{"name":"NS_E_DRM_INVALID_MIGRATION_IMAGE","features":[81]},{"name":"NS_E_DRM_INVALID_PROPERTY","features":[81]},{"name":"NS_E_DRM_INVALID_PROXIMITY_RESPONSE","features":[81]},{"name":"NS_E_DRM_INVALID_SECURESTORE_PASSWORD","features":[81]},{"name":"NS_E_DRM_INVALID_SESSION","features":[81]},{"name":"NS_E_DRM_KEY_ERROR","features":[81]},{"name":"NS_E_DRM_LICENSE_APPSECLOW","features":[81]},{"name":"NS_E_DRM_LICENSE_APP_NOTALLOWED","features":[81]},{"name":"NS_E_DRM_LICENSE_CERT_EXPIRED","features":[81]},{"name":"NS_E_DRM_LICENSE_CLOSE_ERROR","features":[81]},{"name":"NS_E_DRM_LICENSE_CONTENT_REVOKED","features":[81]},{"name":"NS_E_DRM_LICENSE_DELETION_ERROR","features":[81]},{"name":"NS_E_DRM_LICENSE_EXPIRED","features":[81]},{"name":"NS_E_DRM_LICENSE_INITIALIZATION_ERROR","features":[81]},{"name":"NS_E_DRM_LICENSE_INVALID_XML","features":[81]},{"name":"NS_E_DRM_LICENSE_NOSAP","features":[81]},{"name":"NS_E_DRM_LICENSE_NOSVP","features":[81]},{"name":"NS_E_DRM_LICENSE_NOTACQUIRED","features":[81]},{"name":"NS_E_DRM_LICENSE_NOTENABLED","features":[81]},{"name":"NS_E_DRM_LICENSE_NOTRUSTEDCODEC","features":[81]},{"name":"NS_E_DRM_LICENSE_NOWDM","features":[81]},{"name":"NS_E_DRM_LICENSE_OPEN_ERROR","features":[81]},{"name":"NS_E_DRM_LICENSE_SECLOW","features":[81]},{"name":"NS_E_DRM_LICENSE_SERVER_INFO_MISSING","features":[81]},{"name":"NS_E_DRM_LICENSE_STORE_ERROR","features":[81]},{"name":"NS_E_DRM_LICENSE_STORE_SAVE_ERROR","features":[81]},{"name":"NS_E_DRM_LICENSE_UNAVAILABLE","features":[81]},{"name":"NS_E_DRM_LICENSE_UNUSABLE","features":[81]},{"name":"NS_E_DRM_LIC_NEEDS_DEVICE_CLOCK_SET","features":[81]},{"name":"NS_E_DRM_MALFORMED_CONTENT_HEADER","features":[81]},{"name":"NS_E_DRM_MIGRATION_IMPORTER_NOT_AVAILABLE","features":[81]},{"name":"NS_E_DRM_MIGRATION_INVALID_LEGACYV2_DATA","features":[81]},{"name":"NS_E_DRM_MIGRATION_INVALID_LEGACYV2_SST_PASSWORD","features":[81]},{"name":"NS_E_DRM_MIGRATION_LICENSE_ALREADY_EXISTS","features":[81]},{"name":"NS_E_DRM_MIGRATION_NOT_SUPPORTED","features":[81]},{"name":"NS_E_DRM_MIGRATION_OBJECT_IN_USE","features":[81]},{"name":"NS_E_DRM_MIGRATION_OPERATION_CANCELLED","features":[81]},{"name":"NS_E_DRM_MIGRATION_TARGET_NOT_ONLINE","features":[81]},{"name":"NS_E_DRM_MIGRATION_TARGET_STATES_CORRUPTED","features":[81]},{"name":"NS_E_DRM_MONITOR_ERROR","features":[81]},{"name":"NS_E_DRM_MUST_APPROVE","features":[81]},{"name":"NS_E_DRM_MUST_REGISTER","features":[81]},{"name":"NS_E_DRM_MUST_REVALIDATE","features":[81]},{"name":"NS_E_DRM_NEEDS_INDIVIDUALIZATION","features":[81]},{"name":"NS_E_DRM_NEEDS_UPGRADE_TEMPFILE","features":[81]},{"name":"NS_E_DRM_NEED_UPGRADE_MSSAP","features":[81]},{"name":"NS_E_DRM_NEED_UPGRADE_PD","features":[81]},{"name":"NS_E_DRM_NOT_CONFIGURED","features":[81]},{"name":"NS_E_DRM_NO_RIGHTS","features":[81]},{"name":"NS_E_DRM_NO_UPLINK_LICENSE","features":[81]},{"name":"NS_E_DRM_OPERATION_CANCELED","features":[81]},{"name":"NS_E_DRM_PARAMETERS_MISMATCHED","features":[81]},{"name":"NS_E_DRM_PASSWORD_TOO_LONG","features":[81]},{"name":"NS_E_DRM_PD_TOO_MANY_DEVICES","features":[81]},{"name":"NS_E_DRM_POLICY_DISABLE_ONLINE","features":[81]},{"name":"NS_E_DRM_POLICY_METERING_DISABLED","features":[81]},{"name":"NS_E_DRM_PROFILE_NOT_SET","features":[81]},{"name":"NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_CHALLENGE","features":[81]},{"name":"NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_PETITION","features":[81]},{"name":"NS_E_DRM_QUERY_ERROR","features":[81]},{"name":"NS_E_DRM_REOPEN_CONTENT","features":[81]},{"name":"NS_E_DRM_REPORT_ERROR","features":[81]},{"name":"NS_E_DRM_RESTORE_FRAUD","features":[81]},{"name":"NS_E_DRM_RESTORE_SERVICE_UNAVAILABLE","features":[81]},{"name":"NS_E_DRM_RESTRICTIONS_NOT_RETRIEVED","features":[81]},{"name":"NS_E_DRM_RIV_TOO_SMALL","features":[81]},{"name":"NS_E_DRM_SDK_VERSIONMISMATCH","features":[81]},{"name":"NS_E_DRM_SDMI_NOMORECOPIES","features":[81]},{"name":"NS_E_DRM_SDMI_TRIGGER","features":[81]},{"name":"NS_E_DRM_SECURE_STORE_ERROR","features":[81]},{"name":"NS_E_DRM_SECURE_STORE_NOT_FOUND","features":[81]},{"name":"NS_E_DRM_SECURE_STORE_UNLOCK_ERROR","features":[81]},{"name":"NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID","features":[81]},{"name":"NS_E_DRM_SIGNATURE_FAILURE","features":[81]},{"name":"NS_E_DRM_SOURCEID_NOT_SUPPORTED","features":[81]},{"name":"NS_E_DRM_STORE_NEEDINDI","features":[81]},{"name":"NS_E_DRM_STORE_NOTALLOWED","features":[81]},{"name":"NS_E_DRM_STORE_NOTALLSTORED","features":[81]},{"name":"NS_E_DRM_STUBLIB_REQUIRED","features":[81]},{"name":"NS_E_DRM_TRACK_EXCEEDED_PLAYLIST_RESTICTION","features":[81]},{"name":"NS_E_DRM_TRACK_EXCEEDED_TRACKBURN_RESTRICTION","features":[81]},{"name":"NS_E_DRM_TRANSFER_CHAINED_LICENSES_UNSUPPORTED","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_CERTIFICATE_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_DEVICE_REGISTRATION_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_INMEMORYSTORE_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_METERING_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_MIGRATION_IMPORTER_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_BURN_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_GET_DEVICE_CERT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK_FROM_SERVER","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_INITIALIZE","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_LOAD_HARDWARE_ID","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_DATA_STORE","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_LICENSE","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_PORT","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_SET_PARAMETER","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_SET_SECURE_CLOCK","features":[81]},{"name":"NS_E_DRM_UNABLE_TO_VERIFY_PROXIMITY","features":[81]},{"name":"NS_E_DRM_UNSUPPORTED_ACTION","features":[81]},{"name":"NS_E_DRM_UNSUPPORTED_ALGORITHM","features":[81]},{"name":"NS_E_DRM_UNSUPPORTED_PROPERTY","features":[81]},{"name":"NS_E_DRM_UNSUPPORTED_PROTOCOL_VERSION","features":[81]},{"name":"NS_E_DUPLICATE_ADDRESS","features":[81]},{"name":"NS_E_DUPLICATE_DRMPROFILE","features":[81]},{"name":"NS_E_DUPLICATE_NAME","features":[81]},{"name":"NS_E_DUPLICATE_PACKET","features":[81]},{"name":"NS_E_DVD_AUTHORING_PROBLEM","features":[81]},{"name":"NS_E_DVD_CANNOT_COPY_PROTECTED","features":[81]},{"name":"NS_E_DVD_CANNOT_JUMP","features":[81]},{"name":"NS_E_DVD_COMPATIBLE_VIDEO_CARD","features":[81]},{"name":"NS_E_DVD_COPY_PROTECT","features":[81]},{"name":"NS_E_DVD_DEVICE_CONTENTION","features":[81]},{"name":"NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_FAILED","features":[81]},{"name":"NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_NS","features":[81]},{"name":"NS_E_DVD_DISC_DECODER_REGION","features":[81]},{"name":"NS_E_DVD_GRAPH_BUILDING","features":[81]},{"name":"NS_E_DVD_INVALID_DISC_REGION","features":[81]},{"name":"NS_E_DVD_INVALID_TITLE_CHAPTER","features":[81]},{"name":"NS_E_DVD_MACROVISION","features":[81]},{"name":"NS_E_DVD_NO_AUDIO_STREAM","features":[81]},{"name":"NS_E_DVD_NO_DECODER","features":[81]},{"name":"NS_E_DVD_NO_SUBPICTURE_STREAM","features":[81]},{"name":"NS_E_DVD_NO_VIDEO_MEMORY","features":[81]},{"name":"NS_E_DVD_NO_VIDEO_STREAM","features":[81]},{"name":"NS_E_DVD_PARENTAL","features":[81]},{"name":"NS_E_DVD_REQUIRED_PROPERTY_NOT_SET","features":[81]},{"name":"NS_E_DVD_SYSTEM_DECODER_REGION","features":[81]},{"name":"NS_E_EDL_REQUIRED_FOR_DEVICE_MULTIPASS","features":[81]},{"name":"NS_E_EMPTY_PLAYLIST","features":[81]},{"name":"NS_E_EMPTY_PROGRAM_NAME","features":[81]},{"name":"NS_E_ENACTPLAN_GIVEUP","features":[81]},{"name":"NS_E_END_OF_PLAYLIST","features":[81]},{"name":"NS_E_END_OF_TAPE","features":[81]},{"name":"NS_E_ERROR_FROM_PROXY","features":[81]},{"name":"NS_E_EXCEED_MAX_DRM_PROFILE_LIMIT","features":[81]},{"name":"NS_E_EXPECT_MONO_WAV_INPUT","features":[81]},{"name":"NS_E_FAILED_DOWNLOAD_ABORT_BURN","features":[81]},{"name":"NS_E_FAIL_LAUNCH_ROXIO_PLUGIN","features":[81]},{"name":"NS_E_FEATURE_DISABLED_BY_GROUP_POLICY","features":[81]},{"name":"NS_E_FEATURE_DISABLED_IN_SKU","features":[81]},{"name":"NS_E_FEATURE_REQUIRES_ENTERPRISE_SERVER","features":[81]},{"name":"NS_E_FILE_ALLOCATION_FAILED","features":[81]},{"name":"NS_E_FILE_BANDWIDTH_LIMIT","features":[81]},{"name":"NS_E_FILE_EXISTS","features":[81]},{"name":"NS_E_FILE_FAILED_CHECKS","features":[81]},{"name":"NS_E_FILE_INIT_FAILED","features":[81]},{"name":"NS_E_FILE_NOT_FOUND","features":[81]},{"name":"NS_E_FILE_OPEN_FAILED","features":[81]},{"name":"NS_E_FILE_PLAY_FAILED","features":[81]},{"name":"NS_E_FILE_READ","features":[81]},{"name":"NS_E_FILE_WRITE","features":[81]},{"name":"NS_E_FIREWALL","features":[81]},{"name":"NS_E_FLASH_PLAYBACK_NOT_ALLOWED","features":[81]},{"name":"NS_E_GLITCH_MODE","features":[81]},{"name":"NS_E_GRAPH_NOAUDIOLANGUAGE","features":[81]},{"name":"NS_E_GRAPH_NOAUDIOLANGUAGESELECTED","features":[81]},{"name":"NS_E_HDS_KEY_MISMATCH","features":[81]},{"name":"NS_E_HEADER_MISMATCH","features":[81]},{"name":"NS_E_HTTP_DISABLED","features":[81]},{"name":"NS_E_HTTP_TEXT_DATACONTAINER_INVALID_SERVER_RESPONSE","features":[81]},{"name":"NS_E_HTTP_TEXT_DATACONTAINER_SIZE_LIMIT_EXCEEDED","features":[81]},{"name":"NS_E_ICMQUERYFORMAT","features":[81]},{"name":"NS_E_IE_DISALLOWS_ACTIVEX_CONTROLS","features":[81]},{"name":"NS_E_IMAGE_DOWNLOAD_FAILED","features":[81]},{"name":"NS_E_IMAPI_LOSSOFSTREAMING","features":[81]},{"name":"NS_E_IMAPI_MEDIUM_INVALIDTYPE","features":[81]},{"name":"NS_E_INCOMPATIBLE_FORMAT","features":[81]},{"name":"NS_E_INCOMPATIBLE_PUSH_SERVER","features":[81]},{"name":"NS_E_INCOMPATIBLE_SERVER","features":[81]},{"name":"NS_E_INCOMPATIBLE_VERSION","features":[81]},{"name":"NS_E_INCOMPLETE_PLAYLIST","features":[81]},{"name":"NS_E_INCORRECTCLIPSETTINGS","features":[81]},{"name":"NS_E_INDUCED","features":[81]},{"name":"NS_E_INPUTSOURCE_PROBLEM","features":[81]},{"name":"NS_E_INPUT_DOESNOT_SUPPORT_SMPTE","features":[81]},{"name":"NS_E_INPUT_WAVFORMAT_MISMATCH","features":[81]},{"name":"NS_E_INSUFFICIENT_BANDWIDTH","features":[81]},{"name":"NS_E_INSUFFICIENT_DATA","features":[81]},{"name":"NS_E_INTERFACE_NOT_REGISTERED_IN_GIT","features":[81]},{"name":"NS_E_INTERLACEMODE_MISMATCH","features":[81]},{"name":"NS_E_INTERLACE_REQUIRE_SAMESIZE","features":[81]},{"name":"NS_E_INTERNAL","features":[81]},{"name":"NS_E_INTERNAL_SERVER_ERROR","features":[81]},{"name":"NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING","features":[81]},{"name":"NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING","features":[81]},{"name":"NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED","features":[81]},{"name":"NS_E_INVALIDINPUTFPS","features":[81]},{"name":"NS_E_INVALIDPACKETSIZE","features":[81]},{"name":"NS_E_INVALIDPROFILE","features":[81]},{"name":"NS_E_INVALID_ARCHIVE","features":[81]},{"name":"NS_E_INVALID_AUDIO_BUFFERMAX","features":[81]},{"name":"NS_E_INVALID_AUDIO_PEAKRATE","features":[81]},{"name":"NS_E_INVALID_AUDIO_PEAKRATE_2","features":[81]},{"name":"NS_E_INVALID_BLACKHOLE_ADDRESS","features":[81]},{"name":"NS_E_INVALID_CHANNEL","features":[81]},{"name":"NS_E_INVALID_CLIENT","features":[81]},{"name":"NS_E_INVALID_DATA","features":[81]},{"name":"NS_E_INVALID_DEVICE","features":[81]},{"name":"NS_E_INVALID_DRMV2CLT_STUBLIB","features":[81]},{"name":"NS_E_INVALID_EDL","features":[81]},{"name":"NS_E_INVALID_FILE_BITRATE","features":[81]},{"name":"NS_E_INVALID_FOLDDOWN_COEFFICIENTS","features":[81]},{"name":"NS_E_INVALID_INDEX","features":[81]},{"name":"NS_E_INVALID_INDEX2","features":[81]},{"name":"NS_E_INVALID_INPUT_AUDIENCE_INDEX","features":[81]},{"name":"NS_E_INVALID_INPUT_FORMAT","features":[81]},{"name":"NS_E_INVALID_INPUT_LANGUAGE","features":[81]},{"name":"NS_E_INVALID_INPUT_STREAM","features":[81]},{"name":"NS_E_INVALID_INTERLACEMODE","features":[81]},{"name":"NS_E_INVALID_INTERLACE_COMPAT","features":[81]},{"name":"NS_E_INVALID_KEY","features":[81]},{"name":"NS_E_INVALID_LOG_URL","features":[81]},{"name":"NS_E_INVALID_MTU_RANGE","features":[81]},{"name":"NS_E_INVALID_NAME","features":[81]},{"name":"NS_E_INVALID_NONSQUAREPIXEL_COMPAT","features":[81]},{"name":"NS_E_INVALID_NUM_PASSES","features":[81]},{"name":"NS_E_INVALID_OPERATING_SYSTEM_VERSION","features":[81]},{"name":"NS_E_INVALID_OUTPUT_FORMAT","features":[81]},{"name":"NS_E_INVALID_PIXEL_ASPECT_RATIO","features":[81]},{"name":"NS_E_INVALID_PLAY_STATISTICS","features":[81]},{"name":"NS_E_INVALID_PLUGIN_LOAD_TYPE_CONFIGURATION","features":[81]},{"name":"NS_E_INVALID_PORT","features":[81]},{"name":"NS_E_INVALID_PROFILE_CONTENTTYPE","features":[81]},{"name":"NS_E_INVALID_PUBLISHING_POINT_NAME","features":[81]},{"name":"NS_E_INVALID_PUSH_PUBLISHING_POINT","features":[81]},{"name":"NS_E_INVALID_PUSH_PUBLISHING_POINT_START_REQUEST","features":[81]},{"name":"NS_E_INVALID_PUSH_TEMPLATE","features":[81]},{"name":"NS_E_INVALID_QUERY_OPERATOR","features":[81]},{"name":"NS_E_INVALID_QUERY_PROPERTY","features":[81]},{"name":"NS_E_INVALID_REDIRECT","features":[81]},{"name":"NS_E_INVALID_REQUEST","features":[81]},{"name":"NS_E_INVALID_SAMPLING_RATE","features":[81]},{"name":"NS_E_INVALID_SCRIPT_BITRATE","features":[81]},{"name":"NS_E_INVALID_SOURCE_WITH_DEVICE_CONTROL","features":[81]},{"name":"NS_E_INVALID_STREAM","features":[81]},{"name":"NS_E_INVALID_TIMECODE","features":[81]},{"name":"NS_E_INVALID_TTL","features":[81]},{"name":"NS_E_INVALID_VBR_COMPAT","features":[81]},{"name":"NS_E_INVALID_VBR_WITH_UNCOMP","features":[81]},{"name":"NS_E_INVALID_VIDEO_BITRATE","features":[81]},{"name":"NS_E_INVALID_VIDEO_BUFFER","features":[81]},{"name":"NS_E_INVALID_VIDEO_BUFFERMAX","features":[81]},{"name":"NS_E_INVALID_VIDEO_BUFFERMAX_2","features":[81]},{"name":"NS_E_INVALID_VIDEO_CQUALITY","features":[81]},{"name":"NS_E_INVALID_VIDEO_FPS","features":[81]},{"name":"NS_E_INVALID_VIDEO_HEIGHT","features":[81]},{"name":"NS_E_INVALID_VIDEO_HEIGHT_ALIGN","features":[81]},{"name":"NS_E_INVALID_VIDEO_IQUALITY","features":[81]},{"name":"NS_E_INVALID_VIDEO_KEYFRAME","features":[81]},{"name":"NS_E_INVALID_VIDEO_PEAKRATE","features":[81]},{"name":"NS_E_INVALID_VIDEO_PEAKRATE_2","features":[81]},{"name":"NS_E_INVALID_VIDEO_WIDTH","features":[81]},{"name":"NS_E_INVALID_VIDEO_WIDTH_ALIGN","features":[81]},{"name":"NS_E_INVALID_VIDEO_WIDTH_FOR_INTERLACED_ENCODING","features":[81]},{"name":"NS_E_LANGUAGE_MISMATCH","features":[81]},{"name":"NS_E_LATE_OPERATION","features":[81]},{"name":"NS_E_LATE_PACKET","features":[81]},{"name":"NS_E_LICENSE_EXPIRED","features":[81]},{"name":"NS_E_LICENSE_HEADER_MISSING_URL","features":[81]},{"name":"NS_E_LICENSE_INCORRECT_RIGHTS","features":[81]},{"name":"NS_E_LICENSE_OUTOFDATE","features":[81]},{"name":"NS_E_LICENSE_REQUIRED","features":[81]},{"name":"NS_E_LOGFILEPERIOD","features":[81]},{"name":"NS_E_LOG_FILE_SIZE","features":[81]},{"name":"NS_E_LOG_NEED_TO_BE_SKIPPED","features":[81]},{"name":"NS_E_MARKIN_UNSUPPORTED","features":[81]},{"name":"NS_E_MAX_BITRATE","features":[81]},{"name":"NS_E_MAX_CLIENTS","features":[81]},{"name":"NS_E_MAX_FILERATE","features":[81]},{"name":"NS_E_MAX_FUNNELS_ALERT","features":[81]},{"name":"NS_E_MAX_PACKET_SIZE_TOO_SMALL","features":[81]},{"name":"NS_E_MEDIACD_READ_ERROR","features":[81]},{"name":"NS_E_MEDIA_LIBRARY_FAILED","features":[81]},{"name":"NS_E_MEDIA_PARSER_INVALID_FORMAT","features":[81]},{"name":"NS_E_MEMSTORAGE_BAD_DATA","features":[81]},{"name":"NS_E_METADATA_CACHE_DATA_NOT_AVAILABLE","features":[81]},{"name":"NS_E_METADATA_CANNOT_RETRIEVE_FROM_OFFLINE_CACHE","features":[81]},{"name":"NS_E_METADATA_CANNOT_SET_LOCALE","features":[81]},{"name":"NS_E_METADATA_FORMAT_NOT_SUPPORTED","features":[81]},{"name":"NS_E_METADATA_IDENTIFIER_NOT_AVAILABLE","features":[81]},{"name":"NS_E_METADATA_INVALID_DOCUMENT_TYPE","features":[81]},{"name":"NS_E_METADATA_LANGUAGE_NOT_SUPORTED","features":[81]},{"name":"NS_E_METADATA_NOT_AVAILABLE","features":[81]},{"name":"NS_E_METADATA_NO_EDITING_CAPABILITY","features":[81]},{"name":"NS_E_METADATA_NO_RFC1766_NAME_FOR_LOCALE","features":[81]},{"name":"NS_E_MISMATCHED_MEDIACONTENT","features":[81]},{"name":"NS_E_MISSING_AUDIENCE","features":[81]},{"name":"NS_E_MISSING_CHANNEL","features":[81]},{"name":"NS_E_MISSING_SOURCE_INDEX","features":[81]},{"name":"NS_E_MIXER_INVALID_CONTROL","features":[81]},{"name":"NS_E_MIXER_INVALID_LINE","features":[81]},{"name":"NS_E_MIXER_INVALID_VALUE","features":[81]},{"name":"NS_E_MIXER_NODRIVER","features":[81]},{"name":"NS_E_MIXER_UNKNOWN_MMRESULT","features":[81]},{"name":"NS_E_MLS_SMARTPLAYLIST_FILTER_NOT_REGISTERED","features":[81]},{"name":"NS_E_MMSAUTOSERVER_CANTFINDWALKER","features":[81]},{"name":"NS_E_MMS_NOT_SUPPORTED","features":[81]},{"name":"NS_E_MONITOR_GIVEUP","features":[81]},{"name":"NS_E_MP3_FORMAT_NOT_FOUND","features":[81]},{"name":"NS_E_MPDB_GENERIC","features":[81]},{"name":"NS_E_MSAUDIO_NOT_INSTALLED","features":[81]},{"name":"NS_E_MSBD_NO_LONGER_SUPPORTED","features":[81]},{"name":"NS_E_MULTICAST_DISABLED","features":[81]},{"name":"NS_E_MULTICAST_PLUGIN_NOT_ENABLED","features":[81]},{"name":"NS_E_MULTIPLE_AUDIO_CODECS","features":[81]},{"name":"NS_E_MULTIPLE_AUDIO_FORMATS","features":[81]},{"name":"NS_E_MULTIPLE_FILE_BITRATES","features":[81]},{"name":"NS_E_MULTIPLE_SCRIPT_BITRATES","features":[81]},{"name":"NS_E_MULTIPLE_VBR_AUDIENCES","features":[81]},{"name":"NS_E_MULTIPLE_VIDEO_CODECS","features":[81]},{"name":"NS_E_MULTIPLE_VIDEO_SIZES","features":[81]},{"name":"NS_E_NAMESPACE_BAD_NAME","features":[81]},{"name":"NS_E_NAMESPACE_BUFFER_TOO_SMALL","features":[81]},{"name":"NS_E_NAMESPACE_CALLBACK_NOT_FOUND","features":[81]},{"name":"NS_E_NAMESPACE_DUPLICATE_CALLBACK","features":[81]},{"name":"NS_E_NAMESPACE_DUPLICATE_NAME","features":[81]},{"name":"NS_E_NAMESPACE_EMPTY_NAME","features":[81]},{"name":"NS_E_NAMESPACE_INDEX_TOO_LARGE","features":[81]},{"name":"NS_E_NAMESPACE_NAME_TOO_LONG","features":[81]},{"name":"NS_E_NAMESPACE_NODE_CONFLICT","features":[81]},{"name":"NS_E_NAMESPACE_NODE_NOT_FOUND","features":[81]},{"name":"NS_E_NAMESPACE_TOO_MANY_CALLBACKS","features":[81]},{"name":"NS_E_NAMESPACE_WRONG_PERSIST","features":[81]},{"name":"NS_E_NAMESPACE_WRONG_SECURITY","features":[81]},{"name":"NS_E_NAMESPACE_WRONG_TYPE","features":[81]},{"name":"NS_E_NEED_CORE_REFERENCE","features":[81]},{"name":"NS_E_NEED_TO_ASK_USER","features":[81]},{"name":"NS_E_NETWORK_BUSY","features":[81]},{"name":"NS_E_NETWORK_RESOURCE_FAILURE","features":[81]},{"name":"NS_E_NETWORK_SERVICE_FAILURE","features":[81]},{"name":"NS_E_NETWORK_SINK_WRITE","features":[81]},{"name":"NS_E_NET_READ","features":[81]},{"name":"NS_E_NET_WRITE","features":[81]},{"name":"NS_E_NOCONNECTION","features":[81]},{"name":"NS_E_NOFUNNEL","features":[81]},{"name":"NS_E_NOMATCHING_ELEMENT","features":[81]},{"name":"NS_E_NOMATCHING_MEDIASOURCE","features":[81]},{"name":"NS_E_NONSQUAREPIXELMODE_MISMATCH","features":[81]},{"name":"NS_E_NOREGISTEREDWALKER","features":[81]},{"name":"NS_E_NOSOURCEGROUPS","features":[81]},{"name":"NS_E_NOSTATSAVAILABLE","features":[81]},{"name":"NS_E_NOTARCHIVING","features":[81]},{"name":"NS_E_NOTHING_TO_DO","features":[81]},{"name":"NS_E_NOTITLES","features":[81]},{"name":"NS_E_NOT_CONFIGURED","features":[81]},{"name":"NS_E_NOT_CONNECTED","features":[81]},{"name":"NS_E_NOT_CONTENT_PARTNER_TRACK","features":[81]},{"name":"NS_E_NOT_LICENSED","features":[81]},{"name":"NS_E_NOT_REBUILDING","features":[81]},{"name":"NS_E_NO_ACTIVE_SOURCEGROUP","features":[81]},{"name":"NS_E_NO_AUDIENCES","features":[81]},{"name":"NS_E_NO_AUDIODATA","features":[81]},{"name":"NS_E_NO_AUDIO_COMPAT","features":[81]},{"name":"NS_E_NO_AUDIO_TIMECOMPRESSION","features":[81]},{"name":"NS_E_NO_CD","features":[81]},{"name":"NS_E_NO_CD_BURNER","features":[81]},{"name":"NS_E_NO_CHANNELS","features":[81]},{"name":"NS_E_NO_DATAVIEW_SUPPORT","features":[81]},{"name":"NS_E_NO_DEVICE","features":[81]},{"name":"NS_E_NO_ERROR_STRING_FOUND","features":[81]},{"name":"NS_E_NO_EXISTING_PACKETIZER","features":[81]},{"name":"NS_E_NO_FORMATS","features":[81]},{"name":"NS_E_NO_FRAMES_SUBMITTED_TO_ANALYZER","features":[81]},{"name":"NS_E_NO_LOCALPLAY","features":[81]},{"name":"NS_E_NO_MBR_WITH_TIMECODE","features":[81]},{"name":"NS_E_NO_MEDIAFORMAT_IN_SOURCE","features":[81]},{"name":"NS_E_NO_MEDIA_IN_AUDIENCE","features":[81]},{"name":"NS_E_NO_MEDIA_PROTOCOL","features":[81]},{"name":"NS_E_NO_MORE_SAMPLES","features":[81]},{"name":"NS_E_NO_MULTICAST","features":[81]},{"name":"NS_E_NO_MULTIPASS_FOR_LIVEDEVICE","features":[81]},{"name":"NS_E_NO_NEW_CONNECTIONS","features":[81]},{"name":"NS_E_NO_PAL_INVERSE_TELECINE","features":[81]},{"name":"NS_E_NO_PDA","features":[81]},{"name":"NS_E_NO_PROFILE_IN_SOURCEGROUP","features":[81]},{"name":"NS_E_NO_PROFILE_NAME","features":[81]},{"name":"NS_E_NO_REALTIME_PREPROCESS","features":[81]},{"name":"NS_E_NO_REALTIME_TIMECOMPRESSION","features":[81]},{"name":"NS_E_NO_REFERENCES","features":[81]},{"name":"NS_E_NO_REPEAT_PREPROCESS","features":[81]},{"name":"NS_E_NO_SCRIPT_ENGINE","features":[81]},{"name":"NS_E_NO_SCRIPT_STREAM","features":[81]},{"name":"NS_E_NO_SERVER_CONTACT","features":[81]},{"name":"NS_E_NO_SMPTE_WITH_MULTIPLE_SOURCEGROUPS","features":[81]},{"name":"NS_E_NO_SPECIFIED_DEVICE","features":[81]},{"name":"NS_E_NO_STREAM","features":[81]},{"name":"NS_E_NO_TWOPASS_TIMECOMPRESSION","features":[81]},{"name":"NS_E_NO_VALID_OUTPUT_STREAM","features":[81]},{"name":"NS_E_NO_VALID_SOURCE_PLUGIN","features":[81]},{"name":"NS_E_NUM_LANGUAGE_MISMATCH","features":[81]},{"name":"NS_E_OFFLINE_MODE","features":[81]},{"name":"NS_E_OPEN_CONTAINING_FOLDER_FAILED","features":[81]},{"name":"NS_E_OPEN_FILE_LIMIT","features":[81]},{"name":"NS_E_OUTPUT_PROTECTION_LEVEL_UNSUPPORTED","features":[81]},{"name":"NS_E_OUTPUT_PROTECTION_SCHEME_UNSUPPORTED","features":[81]},{"name":"NS_E_PACKETSINK_UNKNOWN_FEC_STREAM","features":[81]},{"name":"NS_E_PAGING_ERROR","features":[81]},{"name":"NS_E_PARTIALLY_REBUILT_DISK","features":[81]},{"name":"NS_E_PDA_CANNOT_CREATE_ADDITIONAL_SYNC_RELATIONSHIP","features":[81]},{"name":"NS_E_PDA_CANNOT_SYNC_FROM_INTERNET","features":[81]},{"name":"NS_E_PDA_CANNOT_SYNC_FROM_LOCATION","features":[81]},{"name":"NS_E_PDA_CANNOT_SYNC_INVALID_PLAYLIST","features":[81]},{"name":"NS_E_PDA_CANNOT_TRANSCODE","features":[81]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_AUDIO","features":[81]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_IMAGE","features":[81]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_VIDEO","features":[81]},{"name":"NS_E_PDA_CEWMDM_DRM_ERROR","features":[81]},{"name":"NS_E_PDA_DELETE_FAILED","features":[81]},{"name":"NS_E_PDA_DEVICESUPPORTDISABLED","features":[81]},{"name":"NS_E_PDA_DEVICE_FULL","features":[81]},{"name":"NS_E_PDA_DEVICE_FULL_IN_SESSION","features":[81]},{"name":"NS_E_PDA_DEVICE_NOT_RESPONDING","features":[81]},{"name":"NS_E_PDA_ENCODER_NOT_RESPONDING","features":[81]},{"name":"NS_E_PDA_FAILED_TO_BURN","features":[81]},{"name":"NS_E_PDA_FAILED_TO_ENCRYPT_TRANSCODED_FILE","features":[81]},{"name":"NS_E_PDA_FAILED_TO_RETRIEVE_FILE","features":[81]},{"name":"NS_E_PDA_FAILED_TO_SYNCHRONIZE_FILE","features":[81]},{"name":"NS_E_PDA_FAILED_TO_TRANSCODE_PHOTO","features":[81]},{"name":"NS_E_PDA_FAIL_READ_WAVE_FILE","features":[81]},{"name":"NS_E_PDA_FAIL_SELECT_DEVICE","features":[81]},{"name":"NS_E_PDA_INITIALIZINGDEVICES","features":[81]},{"name":"NS_E_PDA_MANUALDEVICE","features":[81]},{"name":"NS_E_PDA_NO_LONGER_AVAILABLE","features":[81]},{"name":"NS_E_PDA_NO_TRANSCODE_OF_DRM","features":[81]},{"name":"NS_E_PDA_OBSOLETE_SP","features":[81]},{"name":"NS_E_PDA_PARTNERSHIPNOTEXIST","features":[81]},{"name":"NS_E_PDA_RETRIEVED_FILE_FILENAME_TOO_LONG","features":[81]},{"name":"NS_E_PDA_SYNC_FAILED","features":[81]},{"name":"NS_E_PDA_SYNC_LOGIN_ERROR","features":[81]},{"name":"NS_E_PDA_SYNC_RUNNING","features":[81]},{"name":"NS_E_PDA_TITLE_COLLISION","features":[81]},{"name":"NS_E_PDA_TOO_MANY_FILES_IN_DIRECTORY","features":[81]},{"name":"NS_E_PDA_TOO_MANY_FILE_COLLISIONS","features":[81]},{"name":"NS_E_PDA_TRANSCODECACHEFULL","features":[81]},{"name":"NS_E_PDA_TRANSCODE_CODEC_NOT_FOUND","features":[81]},{"name":"NS_E_PDA_TRANSCODE_NOT_PERMITTED","features":[81]},{"name":"NS_E_PDA_UNSPECIFIED_ERROR","features":[81]},{"name":"NS_E_PDA_UNSUPPORTED_FORMAT","features":[81]},{"name":"NS_E_PLAYLIST_CONTAINS_ERRORS","features":[81]},{"name":"NS_E_PLAYLIST_END_RECEDING","features":[81]},{"name":"NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING","features":[81]},{"name":"NS_E_PLAYLIST_ENTRY_HAS_CHANGED","features":[81]},{"name":"NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST","features":[81]},{"name":"NS_E_PLAYLIST_ENTRY_SEEK","features":[81]},{"name":"NS_E_PLAYLIST_PARSE_FAILURE","features":[81]},{"name":"NS_E_PLAYLIST_PLUGIN_NOT_FOUND","features":[81]},{"name":"NS_E_PLAYLIST_RECURSIVE_PLAYLISTS","features":[81]},{"name":"NS_E_PLAYLIST_SHUTDOWN","features":[81]},{"name":"NS_E_PLAYLIST_TOO_MANY_NESTED_PLAYLISTS","features":[81]},{"name":"NS_E_PLAYLIST_UNSUPPORTED_ENTRY","features":[81]},{"name":"NS_E_PLUGIN_CLSID_INVALID","features":[81]},{"name":"NS_E_PLUGIN_ERROR_REPORTED","features":[81]},{"name":"NS_E_PLUGIN_NOTSHUTDOWN","features":[81]},{"name":"NS_E_PORT_IN_USE","features":[81]},{"name":"NS_E_PORT_IN_USE_HTTP","features":[81]},{"name":"NS_E_PROCESSINGSHOWSYNCWIZARD","features":[81]},{"name":"NS_E_PROFILE_MISMATCH","features":[81]},{"name":"NS_E_PROPERTY_NOT_FOUND","features":[81]},{"name":"NS_E_PROPERTY_NOT_SUPPORTED","features":[81]},{"name":"NS_E_PROPERTY_READ_ONLY","features":[81]},{"name":"NS_E_PROTECTED_CONTENT","features":[81]},{"name":"NS_E_PROTOCOL_MISMATCH","features":[81]},{"name":"NS_E_PROXY_ACCESSDENIED","features":[81]},{"name":"NS_E_PROXY_CONNECT_TIMEOUT","features":[81]},{"name":"NS_E_PROXY_DNS_TIMEOUT","features":[81]},{"name":"NS_E_PROXY_NOT_FOUND","features":[81]},{"name":"NS_E_PROXY_SOURCE_ACCESSDENIED","features":[81]},{"name":"NS_E_PROXY_TIMEOUT","features":[81]},{"name":"NS_E_PUBLISHING_POINT_INVALID_REQUEST_WHILE_STARTED","features":[81]},{"name":"NS_E_PUBLISHING_POINT_REMOVED","features":[81]},{"name":"NS_E_PUBLISHING_POINT_STOPPED","features":[81]},{"name":"NS_E_PUSH_CANNOTCONNECT","features":[81]},{"name":"NS_E_PUSH_DUPLICATE_PUBLISHING_POINT_NAME","features":[81]},{"name":"NS_E_REBOOT_RECOMMENDED","features":[81]},{"name":"NS_E_REBOOT_REQUIRED","features":[81]},{"name":"NS_E_RECORDQ_DISK_FULL","features":[81]},{"name":"NS_E_REDBOOK_ENABLED_WHILE_COPYING","features":[81]},{"name":"NS_E_REDIRECT","features":[81]},{"name":"NS_E_REDIRECT_TO_PROXY","features":[81]},{"name":"NS_E_REFUSED_BY_SERVER","features":[81]},{"name":"NS_E_REG_FLUSH_FAILURE","features":[81]},{"name":"NS_E_REMIRRORED_DISK","features":[81]},{"name":"NS_E_REQUIRE_STREAMING_CLIENT","features":[81]},{"name":"NS_E_RESET_SOCKET_CONNECTION","features":[81]},{"name":"NS_E_RESOURCE_GONE","features":[81]},{"name":"NS_E_SAME_AS_INPUT_COMBINATION","features":[81]},{"name":"NS_E_SCHEMA_CLASSIFY_FAILURE","features":[81]},{"name":"NS_E_SCRIPT_DEBUGGER_NOT_INSTALLED","features":[81]},{"name":"NS_E_SDK_BUFFERTOOSMALL","features":[81]},{"name":"NS_E_SERVER_ACCESSDENIED","features":[81]},{"name":"NS_E_SERVER_DNS_TIMEOUT","features":[81]},{"name":"NS_E_SERVER_NOT_FOUND","features":[81]},{"name":"NS_E_SERVER_UNAVAILABLE","features":[81]},{"name":"NS_E_SESSION_INVALID","features":[81]},{"name":"NS_E_SESSION_NOT_FOUND","features":[81]},{"name":"NS_E_SETUP_BLOCKED","features":[81]},{"name":"NS_E_SETUP_DRM_MIGRATION_FAILED","features":[81]},{"name":"NS_E_SETUP_DRM_MIGRATION_FAILED_AND_IGNORABLE_FAILURE","features":[81]},{"name":"NS_E_SETUP_IGNORABLE_FAILURE","features":[81]},{"name":"NS_E_SETUP_INCOMPLETE","features":[81]},{"name":"NS_E_SET_DISK_UID_FAILED","features":[81]},{"name":"NS_E_SHARING_STATE_OUT_OF_SYNC","features":[81]},{"name":"NS_E_SHARING_VIOLATION","features":[81]},{"name":"NS_E_SHUTDOWN","features":[81]},{"name":"NS_E_SLOW_READ_DIGITAL","features":[81]},{"name":"NS_E_SLOW_READ_DIGITAL_WITH_ERRORCORRECTION","features":[81]},{"name":"NS_E_SMPTEMODE_MISMATCH","features":[81]},{"name":"NS_E_SOURCEGROUP_NOTPREPARED","features":[81]},{"name":"NS_E_SOURCE_CANNOT_LOOP","features":[81]},{"name":"NS_E_SOURCE_NOTSPECIFIED","features":[81]},{"name":"NS_E_SOURCE_PLUGIN_NOT_FOUND","features":[81]},{"name":"NS_E_SPEECHEDL_ON_NON_MIXEDMODE","features":[81]},{"name":"NS_E_STALE_PRESENTATION","features":[81]},{"name":"NS_E_STREAM_END","features":[81]},{"name":"NS_E_STRIDE_REFUSED","features":[81]},{"name":"NS_E_SUBSCRIPTIONSERVICE_DOWNLOAD_TIMEOUT","features":[81]},{"name":"NS_E_SUBSCRIPTIONSERVICE_LOGIN_FAILED","features":[81]},{"name":"NS_E_SUBSCRIPTIONSERVICE_PLAYBACK_DISALLOWED","features":[81]},{"name":"NS_E_SYNCWIZ_CANNOT_CHANGE_SETTINGS","features":[81]},{"name":"NS_E_SYNCWIZ_DEVICE_FULL","features":[81]},{"name":"NS_E_TABLE_KEY_NOT_FOUND","features":[81]},{"name":"NS_E_TAMPERED_CONTENT","features":[81]},{"name":"NS_E_TCP_DISABLED","features":[81]},{"name":"NS_E_TIGER_FAIL","features":[81]},{"name":"NS_E_TIMECODE_REQUIRES_VIDEOSTREAM","features":[81]},{"name":"NS_E_TIMEOUT","features":[81]},{"name":"NS_E_TITLE_BITRATE","features":[81]},{"name":"NS_E_TITLE_SIZE_EXCEEDED","features":[81]},{"name":"NS_E_TOO_MANY_AUDIO","features":[81]},{"name":"NS_E_TOO_MANY_DEVICECONTROL","features":[81]},{"name":"NS_E_TOO_MANY_HOPS","features":[81]},{"name":"NS_E_TOO_MANY_MULTICAST_SINKS","features":[81]},{"name":"NS_E_TOO_MANY_SESS","features":[81]},{"name":"NS_E_TOO_MANY_TITLES","features":[81]},{"name":"NS_E_TOO_MANY_VIDEO","features":[81]},{"name":"NS_E_TOO_MUCH_DATA","features":[81]},{"name":"NS_E_TOO_MUCH_DATA_FROM_SERVER","features":[81]},{"name":"NS_E_TRACK_DOWNLOAD_REQUIRES_ALBUM_PURCHASE","features":[81]},{"name":"NS_E_TRACK_DOWNLOAD_REQUIRES_PURCHASE","features":[81]},{"name":"NS_E_TRACK_PURCHASE_MAXIMUM_EXCEEDED","features":[81]},{"name":"NS_E_TRANSCODE_DELETECACHEERROR","features":[81]},{"name":"NS_E_TRANSFORM_PLUGIN_INVALID","features":[81]},{"name":"NS_E_TRANSFORM_PLUGIN_NOT_FOUND","features":[81]},{"name":"NS_E_UDP_DISABLED","features":[81]},{"name":"NS_E_UNABLE_TO_CREATE_RIP_LOCATION","features":[81]},{"name":"NS_E_UNCOMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED","features":[81]},{"name":"NS_E_UNCOMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[81]},{"name":"NS_E_UNCOMP_COMP_COMBINATION","features":[81]},{"name":"NS_E_UNEXPECTED_DISPLAY_SETTINGS","features":[81]},{"name":"NS_E_UNEXPECTED_MSAUDIO_ERROR","features":[81]},{"name":"NS_E_UNKNOWN_PROTOCOL","features":[81]},{"name":"NS_E_UNRECOGNIZED_STREAM_TYPE","features":[81]},{"name":"NS_E_UNSUPPORTED_ARCHIVEOPERATION","features":[81]},{"name":"NS_E_UNSUPPORTED_ARCHIVETYPE","features":[81]},{"name":"NS_E_UNSUPPORTED_ENCODER_DEVICE","features":[81]},{"name":"NS_E_UNSUPPORTED_LANGUAGE","features":[81]},{"name":"NS_E_UNSUPPORTED_LOAD_TYPE","features":[81]},{"name":"NS_E_UNSUPPORTED_PROPERTY","features":[81]},{"name":"NS_E_UNSUPPORTED_SOURCETYPE","features":[81]},{"name":"NS_E_URLLIST_INVALIDFORMAT","features":[81]},{"name":"NS_E_USER_STOP","features":[81]},{"name":"NS_E_USE_FILE_SOURCE","features":[81]},{"name":"NS_E_VBRMODE_MISMATCH","features":[81]},{"name":"NS_E_VIDCAPCREATEWINDOW","features":[81]},{"name":"NS_E_VIDCAPDRVINUSE","features":[81]},{"name":"NS_E_VIDCAPSTARTFAILED","features":[81]},{"name":"NS_E_VIDEODEVICE_BUSY","features":[81]},{"name":"NS_E_VIDEODEVICE_UNEXPECTED","features":[81]},{"name":"NS_E_VIDEODRIVER_UNSTABLE","features":[81]},{"name":"NS_E_VIDEO_BITRATE_STEPDOWN","features":[81]},{"name":"NS_E_VIDEO_CODEC_ERROR","features":[81]},{"name":"NS_E_VIDEO_CODEC_NOT_INSTALLED","features":[81]},{"name":"NS_E_VIDSOURCECOMPRESSION","features":[81]},{"name":"NS_E_VIDSOURCESIZE","features":[81]},{"name":"NS_E_WALKER_SERVER","features":[81]},{"name":"NS_E_WALKER_UNKNOWN","features":[81]},{"name":"NS_E_WALKER_USAGE","features":[81]},{"name":"NS_E_WAVE_OPEN","features":[81]},{"name":"NS_E_WINSOCK_ERROR_STRING","features":[81]},{"name":"NS_E_WIZARD_RUNNING","features":[81]},{"name":"NS_E_WMDM_REVOKED","features":[81]},{"name":"NS_E_WMDRM_DEPRECATED","features":[81]},{"name":"NS_E_WME_VERSION_MISMATCH","features":[81]},{"name":"NS_E_WMG_CANNOTQUEUE","features":[81]},{"name":"NS_E_WMG_COPP_SECURITY_INVALID","features":[81]},{"name":"NS_E_WMG_COPP_UNSUPPORTED","features":[81]},{"name":"NS_E_WMG_FILETRANSFERNOTALLOWED","features":[81]},{"name":"NS_E_WMG_INVALIDSTATE","features":[81]},{"name":"NS_E_WMG_INVALID_COPP_CERTIFICATE","features":[81]},{"name":"NS_E_WMG_LICENSE_TAMPERED","features":[81]},{"name":"NS_E_WMG_NOSDKINTERFACE","features":[81]},{"name":"NS_E_WMG_NOTALLOUTPUTSRENDERED","features":[81]},{"name":"NS_E_WMG_PLUGINUNAVAILABLE","features":[81]},{"name":"NS_E_WMG_PREROLLLICENSEACQUISITIONNOTALLOWED","features":[81]},{"name":"NS_E_WMG_RATEUNAVAILABLE","features":[81]},{"name":"NS_E_WMG_SINKALREADYEXISTS","features":[81]},{"name":"NS_E_WMG_UNEXPECTEDPREROLLSTATUS","features":[81]},{"name":"NS_E_WMPBR_BACKUPCANCEL","features":[81]},{"name":"NS_E_WMPBR_BACKUPRESTOREFAILED","features":[81]},{"name":"NS_E_WMPBR_DRIVE_INVALID","features":[81]},{"name":"NS_E_WMPBR_ERRORWITHURL","features":[81]},{"name":"NS_E_WMPBR_NAMECOLLISION","features":[81]},{"name":"NS_E_WMPBR_NOLISTENER","features":[81]},{"name":"NS_E_WMPBR_RESTORECANCEL","features":[81]},{"name":"NS_E_WMPCORE_BUFFERTOOSMALL","features":[81]},{"name":"NS_E_WMPCORE_BUSY","features":[81]},{"name":"NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT","features":[81]},{"name":"NS_E_WMPCORE_CODEC_DOWNLOAD_NOT_ALLOWED","features":[81]},{"name":"NS_E_WMPCORE_CODEC_NOT_FOUND","features":[81]},{"name":"NS_E_WMPCORE_CODEC_NOT_TRUSTED","features":[81]},{"name":"NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE","features":[81]},{"name":"NS_E_WMPCORE_DEVICE_DRIVERS_MISSING","features":[81]},{"name":"NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE","features":[81]},{"name":"NS_E_WMPCORE_ERRORSINKNOTREGISTERED","features":[81]},{"name":"NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST","features":[81]},{"name":"NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE","features":[81]},{"name":"NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST","features":[81]},{"name":"NS_E_WMPCORE_FILE_NOT_FOUND","features":[81]},{"name":"NS_E_WMPCORE_GRAPH_NOT_IN_LIST","features":[81]},{"name":"NS_E_WMPCORE_INVALIDPLAYLISTMODE","features":[81]},{"name":"NS_E_WMPCORE_INVALID_PLAYLIST_URL","features":[81]},{"name":"NS_E_WMPCORE_ITEMNOTINPLAYLIST","features":[81]},{"name":"NS_E_WMPCORE_LIST_ENTRY_NO_REF","features":[81]},{"name":"NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY","features":[81]},{"name":"NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE","features":[81]},{"name":"NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED","features":[81]},{"name":"NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST","features":[81]},{"name":"NS_E_WMPCORE_MEDIA_UNAVAILABLE","features":[81]},{"name":"NS_E_WMPCORE_MEDIA_URL_TOO_LONG","features":[81]},{"name":"NS_E_WMPCORE_MISMATCHED_RUNTIME","features":[81]},{"name":"NS_E_WMPCORE_MISNAMED_FILE","features":[81]},{"name":"NS_E_WMPCORE_NOBROWSER","features":[81]},{"name":"NS_E_WMPCORE_NOSOURCEURLSTRING","features":[81]},{"name":"NS_E_WMPCORE_NO_PLAYABLE_MEDIA_IN_PLAYLIST","features":[81]},{"name":"NS_E_WMPCORE_NO_REF_IN_ENTRY","features":[81]},{"name":"NS_E_WMPCORE_PLAYLISTEMPTY","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_EMPTY_NESTED_PLAYLIST_SKIPPED_ITEMS","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_EMPTY_OR_SINGLE_MEDIA","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_IMPORT_FAILED_NO_ITEMS","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE","features":[81]},{"name":"NS_E_WMPCORE_PLAYLIST_STACK_EMPTY","features":[81]},{"name":"NS_E_WMPCORE_SOME_CODECS_MISSING","features":[81]},{"name":"NS_E_WMPCORE_TEMP_FILE_NOT_FOUND","features":[81]},{"name":"NS_E_WMPCORE_UNAVAILABLE","features":[81]},{"name":"NS_E_WMPCORE_UNRECOGNIZED_MEDIA_URL","features":[81]},{"name":"NS_E_WMPCORE_USER_CANCEL","features":[81]},{"name":"NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION","features":[81]},{"name":"NS_E_WMPCORE_WEBHELPFAILED","features":[81]},{"name":"NS_E_WMPCORE_WMX_ENTRYREF_NO_REF","features":[81]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY","features":[81]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL","features":[81]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY","features":[81]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL","features":[81]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY","features":[81]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL","features":[81]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY","features":[81]},{"name":"NS_E_WMPFLASH_CANT_FIND_COM_SERVER","features":[81]},{"name":"NS_E_WMPFLASH_INCOMPATIBLEVERSION","features":[81]},{"name":"NS_E_WMPIM_DIALUPFAILED","features":[81]},{"name":"NS_E_WMPIM_USERCANCELED","features":[81]},{"name":"NS_E_WMPIM_USEROFFLINE","features":[81]},{"name":"NS_E_WMPOCXGRAPH_IE_DISALLOWS_ACTIVEX_CONTROLS","features":[81]},{"name":"NS_E_WMPOCX_ERRORMANAGERNOTAVAILABLE","features":[81]},{"name":"NS_E_WMPOCX_NOT_RUNNING_REMOTELY","features":[81]},{"name":"NS_E_WMPOCX_NO_ACTIVE_CORE","features":[81]},{"name":"NS_E_WMPOCX_NO_REMOTE_CORE","features":[81]},{"name":"NS_E_WMPOCX_NO_REMOTE_WINDOW","features":[81]},{"name":"NS_E_WMPOCX_PLAYER_NOT_DOCKED","features":[81]},{"name":"NS_E_WMPOCX_REMOTE_PLAYER_ALREADY_RUNNING","features":[81]},{"name":"NS_E_WMPOCX_UNABLE_TO_LOAD_SKIN","features":[81]},{"name":"NS_E_WMPXML_ATTRIBUTENOTFOUND","features":[81]},{"name":"NS_E_WMPXML_EMPTYDOC","features":[81]},{"name":"NS_E_WMPXML_ENDOFDATA","features":[81]},{"name":"NS_E_WMPXML_NOERROR","features":[81]},{"name":"NS_E_WMPXML_PARSEERROR","features":[81]},{"name":"NS_E_WMPXML_PINOTFOUND","features":[81]},{"name":"NS_E_WMPZIP_CORRUPT","features":[81]},{"name":"NS_E_WMPZIP_FILENOTFOUND","features":[81]},{"name":"NS_E_WMPZIP_NOTAZIPFILE","features":[81]},{"name":"NS_E_WMP_ACCESS_DENIED","features":[81]},{"name":"NS_E_WMP_ADDTOLIBRARY_FAILED","features":[81]},{"name":"NS_E_WMP_ALREADY_IN_USE","features":[81]},{"name":"NS_E_WMP_AUDIO_CODEC_NOT_INSTALLED","features":[81]},{"name":"NS_E_WMP_AUDIO_DEVICE_LOST","features":[81]},{"name":"NS_E_WMP_AUDIO_HW_PROBLEM","features":[81]},{"name":"NS_E_WMP_AUTOPLAY_INVALID_STATE","features":[81]},{"name":"NS_E_WMP_BAD_DRIVER","features":[81]},{"name":"NS_E_WMP_BMP_BITMAP_NOT_CREATED","features":[81]},{"name":"NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED","features":[81]},{"name":"NS_E_WMP_BMP_INVALID_BITMASK","features":[81]},{"name":"NS_E_WMP_BMP_INVALID_FORMAT","features":[81]},{"name":"NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED","features":[81]},{"name":"NS_E_WMP_BSTR_TOO_LONG","features":[81]},{"name":"NS_E_WMP_BURN_DISC_OVERFLOW","features":[81]},{"name":"NS_E_WMP_CANNOT_BURN_NON_LOCAL_FILE","features":[81]},{"name":"NS_E_WMP_CANNOT_FIND_FILE","features":[81]},{"name":"NS_E_WMP_CANNOT_FIND_FOLDER","features":[81]},{"name":"NS_E_WMP_CANT_PLAY_PROTECTED","features":[81]},{"name":"NS_E_WMP_CD_ANOTHER_USER","features":[81]},{"name":"NS_E_WMP_CD_STASH_NO_SPACE","features":[81]},{"name":"NS_E_WMP_CODEC_NEEDED_WITH_4CC","features":[81]},{"name":"NS_E_WMP_CODEC_NEEDED_WITH_FORMATTAG","features":[81]},{"name":"NS_E_WMP_COMPONENT_REVOKED","features":[81]},{"name":"NS_E_WMP_CONNECT_TIMEOUT","features":[81]},{"name":"NS_E_WMP_CONVERT_FILE_CORRUPT","features":[81]},{"name":"NS_E_WMP_CONVERT_FILE_FAILED","features":[81]},{"name":"NS_E_WMP_CONVERT_NO_RIGHTS_ERRORURL","features":[81]},{"name":"NS_E_WMP_CONVERT_NO_RIGHTS_NOERRORURL","features":[81]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_ERRORURL","features":[81]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_NOERRORURL","features":[81]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNKNOWN_FILE_OWNER","features":[81]},{"name":"NS_E_WMP_CS_JPGPOSITIONIMAGE","features":[81]},{"name":"NS_E_WMP_CS_NOTEVENLYDIVISIBLE","features":[81]},{"name":"NS_E_WMP_DAI_SONGTOOSHORT","features":[81]},{"name":"NS_E_WMP_DRM_ACQUIRING_LICENSE","features":[81]},{"name":"NS_E_WMP_DRM_CANNOT_RESTORE","features":[81]},{"name":"NS_E_WMP_DRM_COMPONENT_FAILURE","features":[81]},{"name":"NS_E_WMP_DRM_CORRUPT_BACKUP","features":[81]},{"name":"NS_E_WMP_DRM_DRIVER_AUTH_FAILURE","features":[81]},{"name":"NS_E_WMP_DRM_GENERIC_LICENSE_FAILURE","features":[81]},{"name":"NS_E_WMP_DRM_INDIV_FAILED","features":[81]},{"name":"NS_E_WMP_DRM_INVALID_SIG","features":[81]},{"name":"NS_E_WMP_DRM_LICENSE_CONTENT_REVOKED","features":[81]},{"name":"NS_E_WMP_DRM_LICENSE_EXPIRED","features":[81]},{"name":"NS_E_WMP_DRM_LICENSE_NOSAP","features":[81]},{"name":"NS_E_WMP_DRM_LICENSE_NOTACQUIRED","features":[81]},{"name":"NS_E_WMP_DRM_LICENSE_NOTENABLED","features":[81]},{"name":"NS_E_WMP_DRM_LICENSE_SERVER_UNAVAILABLE","features":[81]},{"name":"NS_E_WMP_DRM_LICENSE_UNUSABLE","features":[81]},{"name":"NS_E_WMP_DRM_NEEDS_AUTHORIZATION","features":[81]},{"name":"NS_E_WMP_DRM_NEW_HARDWARE","features":[81]},{"name":"NS_E_WMP_DRM_NOT_ACQUIRING","features":[81]},{"name":"NS_E_WMP_DRM_NO_DEVICE_CERT","features":[81]},{"name":"NS_E_WMP_DRM_NO_RIGHTS","features":[81]},{"name":"NS_E_WMP_DRM_NO_SECURE_CLOCK","features":[81]},{"name":"NS_E_WMP_DRM_UNABLE_TO_ACQUIRE_LICENSE","features":[81]},{"name":"NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT","features":[81]},{"name":"NS_E_WMP_ERASE_FAILED","features":[81]},{"name":"NS_E_WMP_EXTERNAL_NOTREADY","features":[81]},{"name":"NS_E_WMP_FAILED_TO_OPEN_IMAGE","features":[81]},{"name":"NS_E_WMP_FAILED_TO_OPEN_WMD","features":[81]},{"name":"NS_E_WMP_FAILED_TO_RIP_TRACK","features":[81]},{"name":"NS_E_WMP_FAILED_TO_SAVE_FILE","features":[81]},{"name":"NS_E_WMP_FAILED_TO_SAVE_PLAYLIST","features":[81]},{"name":"NS_E_WMP_FILESCANALREADYSTARTED","features":[81]},{"name":"NS_E_WMP_FILE_DOES_NOT_FIT_ON_CD","features":[81]},{"name":"NS_E_WMP_FILE_NO_DURATION","features":[81]},{"name":"NS_E_WMP_FILE_OPEN_FAILED","features":[81]},{"name":"NS_E_WMP_FILE_TYPE_CANNOT_BURN_TO_AUDIO_CD","features":[81]},{"name":"NS_E_WMP_FORMAT_FAILED","features":[81]},{"name":"NS_E_WMP_GIF_BAD_VERSION_NUMBER","features":[81]},{"name":"NS_E_WMP_GIF_INVALID_FORMAT","features":[81]},{"name":"NS_E_WMP_GIF_NO_IMAGE_IN_FILE","features":[81]},{"name":"NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE","features":[81]},{"name":"NS_E_WMP_GOFULLSCREEN_FAILED","features":[81]},{"name":"NS_E_WMP_HME_INVALIDOBJECTID","features":[81]},{"name":"NS_E_WMP_HME_NOTSEARCHABLEFORITEMS","features":[81]},{"name":"NS_E_WMP_HME_STALEREQUEST","features":[81]},{"name":"NS_E_WMP_HWND_NOTFOUND","features":[81]},{"name":"NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED","features":[81]},{"name":"NS_E_WMP_IMAGE_INVALID_FORMAT","features":[81]},{"name":"NS_E_WMP_IMAPI2_ERASE_DEVICE_BUSY","features":[81]},{"name":"NS_E_WMP_IMAPI2_ERASE_FAIL","features":[81]},{"name":"NS_E_WMP_IMAPI_DEVICE_BUSY","features":[81]},{"name":"NS_E_WMP_IMAPI_DEVICE_INVALIDTYPE","features":[81]},{"name":"NS_E_WMP_IMAPI_DEVICE_NOTPRESENT","features":[81]},{"name":"NS_E_WMP_IMAPI_FAILURE","features":[81]},{"name":"NS_E_WMP_IMAPI_GENERIC","features":[81]},{"name":"NS_E_WMP_IMAPI_LOSS_OF_STREAMING","features":[81]},{"name":"NS_E_WMP_IMAPI_MEDIA_INCOMPATIBLE","features":[81]},{"name":"NS_E_WMP_INVALID_ASX","features":[81]},{"name":"NS_E_WMP_INVALID_KEY","features":[81]},{"name":"NS_E_WMP_INVALID_LIBRARY_ADD","features":[81]},{"name":"NS_E_WMP_INVALID_MAX_VAL","features":[81]},{"name":"NS_E_WMP_INVALID_MIN_VAL","features":[81]},{"name":"NS_E_WMP_INVALID_PROTOCOL","features":[81]},{"name":"NS_E_WMP_INVALID_REQUEST","features":[81]},{"name":"NS_E_WMP_INVALID_SKIN","features":[81]},{"name":"NS_E_WMP_JPGTRANSPARENCY","features":[81]},{"name":"NS_E_WMP_JPG_BAD_DCTSIZE","features":[81]},{"name":"NS_E_WMP_JPG_BAD_PRECISION","features":[81]},{"name":"NS_E_WMP_JPG_BAD_VERSION_NUMBER","features":[81]},{"name":"NS_E_WMP_JPG_CCIR601_NOTIMPL","features":[81]},{"name":"NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL","features":[81]},{"name":"NS_E_WMP_JPG_IMAGE_TOO_BIG","features":[81]},{"name":"NS_E_WMP_JPG_INVALID_FORMAT","features":[81]},{"name":"NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL","features":[81]},{"name":"NS_E_WMP_JPG_NO_IMAGE_IN_FILE","features":[81]},{"name":"NS_E_WMP_JPG_READ_ERROR","features":[81]},{"name":"NS_E_WMP_JPG_SOF_UNSUPPORTED","features":[81]},{"name":"NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE","features":[81]},{"name":"NS_E_WMP_JPG_UNKNOWN_MARKER","features":[81]},{"name":"NS_E_WMP_LICENSE_REQUIRED","features":[81]},{"name":"NS_E_WMP_LICENSE_RESTRICTS","features":[81]},{"name":"NS_E_WMP_LOCKEDINSKINMODE","features":[81]},{"name":"NS_E_WMP_LOGON_FAILURE","features":[81]},{"name":"NS_E_WMP_MF_CODE_EXPIRED","features":[81]},{"name":"NS_E_WMP_MLS_STALE_DATA","features":[81]},{"name":"NS_E_WMP_MMS_NOT_SUPPORTED","features":[81]},{"name":"NS_E_WMP_MSSAP_NOT_AVAILABLE","features":[81]},{"name":"NS_E_WMP_MULTICAST_DISABLED","features":[81]},{"name":"NS_E_WMP_MULTIPLE_ERROR_IN_PLAYLIST","features":[81]},{"name":"NS_E_WMP_NEED_UPGRADE","features":[81]},{"name":"NS_E_WMP_NETWORK_ERROR","features":[81]},{"name":"NS_E_WMP_NETWORK_FIREWALL","features":[81]},{"name":"NS_E_WMP_NETWORK_RESOURCE_FAILURE","features":[81]},{"name":"NS_E_WMP_NONMEDIA_FILES","features":[81]},{"name":"NS_E_WMP_NO_DISK_SPACE","features":[81]},{"name":"NS_E_WMP_NO_PROTOCOLS_SELECTED","features":[81]},{"name":"NS_E_WMP_NO_REMOVABLE_MEDIA","features":[81]},{"name":"NS_E_WMP_OUTOFMEMORY","features":[81]},{"name":"NS_E_WMP_PATH_ALREADY_IN_LIBRARY","features":[81]},{"name":"NS_E_WMP_PLAYLIST_EXISTS","features":[81]},{"name":"NS_E_WMP_PLUGINDLL_NOTFOUND","features":[81]},{"name":"NS_E_WMP_PNG_INVALIDFORMAT","features":[81]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC","features":[81]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH","features":[81]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION","features":[81]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_FILTER","features":[81]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_INTERLACE","features":[81]},{"name":"NS_E_WMP_POLICY_VALUE_NOT_CONFIGURED","features":[81]},{"name":"NS_E_WMP_PROTECTED_CONTENT","features":[81]},{"name":"NS_E_WMP_PROTOCOL_PROBLEM","features":[81]},{"name":"NS_E_WMP_PROXY_CONNECT_TIMEOUT","features":[81]},{"name":"NS_E_WMP_PROXY_NOT_FOUND","features":[81]},{"name":"NS_E_WMP_RBC_JPGMAPPINGIMAGE","features":[81]},{"name":"NS_E_WMP_RECORDING_NOT_ALLOWED","features":[81]},{"name":"NS_E_WMP_RIP_FAILED","features":[81]},{"name":"NS_E_WMP_SAVEAS_READONLY","features":[81]},{"name":"NS_E_WMP_SENDMAILFAILED","features":[81]},{"name":"NS_E_WMP_SERVER_DNS_TIMEOUT","features":[81]},{"name":"NS_E_WMP_SERVER_INACCESSIBLE","features":[81]},{"name":"NS_E_WMP_SERVER_NONEWCONNECTIONS","features":[81]},{"name":"NS_E_WMP_SERVER_NOT_RESPONDING","features":[81]},{"name":"NS_E_WMP_SERVER_SECURITY_ERROR","features":[81]},{"name":"NS_E_WMP_SERVER_UNAVAILABLE","features":[81]},{"name":"NS_E_WMP_STREAMING_RECORDING_NOT_ALLOWED","features":[81]},{"name":"NS_E_WMP_TAMPERED_CONTENT","features":[81]},{"name":"NS_E_WMP_UDRM_NOUSERLIST","features":[81]},{"name":"NS_E_WMP_UI_NOSKININZIP","features":[81]},{"name":"NS_E_WMP_UI_NOTATHEMEFILE","features":[81]},{"name":"NS_E_WMP_UI_OBJECTNOTFOUND","features":[81]},{"name":"NS_E_WMP_UI_PASSTHROUGH","features":[81]},{"name":"NS_E_WMP_UI_SECONDHANDLER","features":[81]},{"name":"NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED","features":[81]},{"name":"NS_E_WMP_UI_SUBELEMENTNOTFOUND","features":[81]},{"name":"NS_E_WMP_UI_VERSIONMISMATCH","features":[81]},{"name":"NS_E_WMP_UI_VERSIONPARSE","features":[81]},{"name":"NS_E_WMP_UI_VIEWIDNOTFOUND","features":[81]},{"name":"NS_E_WMP_UNKNOWN_ERROR","features":[81]},{"name":"NS_E_WMP_UNSUPPORTED_FORMAT","features":[81]},{"name":"NS_E_WMP_UPGRADE_APPLICATION","features":[81]},{"name":"NS_E_WMP_URLDOWNLOADFAILED","features":[81]},{"name":"NS_E_WMP_VERIFY_ONLINE","features":[81]},{"name":"NS_E_WMP_VIDEO_CODEC_NOT_INSTALLED","features":[81]},{"name":"NS_E_WMP_WINDOWSAPIFAILURE","features":[81]},{"name":"NS_E_WMP_WMDM_BUSY","features":[81]},{"name":"NS_E_WMP_WMDM_FAILURE","features":[81]},{"name":"NS_E_WMP_WMDM_INCORRECT_RIGHTS","features":[81]},{"name":"NS_E_WMP_WMDM_INTERFACEDEAD","features":[81]},{"name":"NS_E_WMP_WMDM_LICENSE_EXPIRED","features":[81]},{"name":"NS_E_WMP_WMDM_LICENSE_NOTEXIST","features":[81]},{"name":"NS_E_WMP_WMDM_NORIGHTS","features":[81]},{"name":"NS_E_WMP_WMDM_NOTCERTIFIED","features":[81]},{"name":"NS_E_WMR_CANNOT_RENDER_BINARY_STREAM","features":[81]},{"name":"NS_E_WMR_NOCALLBACKAVAILABLE","features":[81]},{"name":"NS_E_WMR_NOSOURCEFILTER","features":[81]},{"name":"NS_E_WMR_PINNOTFOUND","features":[81]},{"name":"NS_E_WMR_PINTYPENOMATCH","features":[81]},{"name":"NS_E_WMR_SAMPLEPROPERTYNOTSET","features":[81]},{"name":"NS_E_WMR_UNSUPPORTEDSTREAM","features":[81]},{"name":"NS_E_WMR_WAITINGONFORMATSWITCH","features":[81]},{"name":"NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM","features":[81]},{"name":"NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS","features":[81]},{"name":"NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST","features":[81]},{"name":"NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE","features":[81]},{"name":"NS_E_WMX_INVALID_FORMAT_OVER_NESTING","features":[81]},{"name":"NS_E_WMX_ITEM_DOES_NOT_EXIST","features":[81]},{"name":"NS_E_WMX_ITEM_TYPE_ILLEGAL","features":[81]},{"name":"NS_E_WMX_ITEM_UNSETTABLE","features":[81]},{"name":"NS_E_WMX_PLAYLIST_EMPTY","features":[81]},{"name":"NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT","features":[81]},{"name":"NS_E_WONT_DO_DIGITAL","features":[81]},{"name":"NS_E_WRONG_OS_VERSION","features":[81]},{"name":"NS_E_WRONG_PUBLISHING_POINT_TYPE","features":[81]},{"name":"NS_E_WSX_INVALID_VERSION","features":[81]},{"name":"NS_I_CATATONIC_AUTO_UNFAIL","features":[81]},{"name":"NS_I_CATATONIC_FAILURE","features":[81]},{"name":"NS_I_CUB_RUNNING","features":[81]},{"name":"NS_I_CUB_START","features":[81]},{"name":"NS_I_CUB_UNFAIL_LINK","features":[81]},{"name":"NS_I_DISK_REBUILD_ABORTED","features":[81]},{"name":"NS_I_DISK_REBUILD_FINISHED","features":[81]},{"name":"NS_I_DISK_REBUILD_STARTED","features":[81]},{"name":"NS_I_DISK_START","features":[81]},{"name":"NS_I_DISK_STOP","features":[81]},{"name":"NS_I_EXISTING_PACKETIZER","features":[81]},{"name":"NS_I_KILL_CONNECTION","features":[81]},{"name":"NS_I_KILL_USERSESSION","features":[81]},{"name":"NS_I_LIMIT_BANDWIDTH","features":[81]},{"name":"NS_I_LIMIT_FUNNELS","features":[81]},{"name":"NS_I_LOGGING_FAILED","features":[81]},{"name":"NS_I_MANUAL_PROXY","features":[81]},{"name":"NS_I_NOLOG_STOP","features":[81]},{"name":"NS_I_PLAYLIST_CHANGE_RECEDING","features":[81]},{"name":"NS_I_REBUILD_DISK","features":[81]},{"name":"NS_I_RECONNECTED","features":[81]},{"name":"NS_I_RESTRIPE_CUB_OUT","features":[81]},{"name":"NS_I_RESTRIPE_DISK_OUT","features":[81]},{"name":"NS_I_RESTRIPE_DONE","features":[81]},{"name":"NS_I_RESTRIPE_START","features":[81]},{"name":"NS_I_START_DISK","features":[81]},{"name":"NS_I_STOP_CUB","features":[81]},{"name":"NS_I_STOP_DISK","features":[81]},{"name":"NS_I_TIGER_START","features":[81]},{"name":"NS_S_CALLABORTED","features":[81]},{"name":"NS_S_CALLPENDING","features":[81]},{"name":"NS_S_CHANGENOTICE","features":[81]},{"name":"NS_S_DEGRADING_QUALITY","features":[81]},{"name":"NS_S_DRM_ACQUIRE_CANCELLED","features":[81]},{"name":"NS_S_DRM_BURNABLE_TRACK","features":[81]},{"name":"NS_S_DRM_BURNABLE_TRACK_WITH_PLAYLIST_RESTRICTION","features":[81]},{"name":"NS_S_DRM_INDIVIDUALIZED","features":[81]},{"name":"NS_S_DRM_LICENSE_ACQUIRED","features":[81]},{"name":"NS_S_DRM_MONITOR_CANCELLED","features":[81]},{"name":"NS_S_DRM_NEEDS_INDIVIDUALIZATION","features":[81]},{"name":"NS_S_EOSRECEDING","features":[81]},{"name":"NS_S_NAVIGATION_COMPLETE_WITH_ERRORS","features":[81]},{"name":"NS_S_NEED_TO_BUY_BURN_RIGHTS","features":[81]},{"name":"NS_S_OPERATION_PENDING","features":[81]},{"name":"NS_S_PUBLISHING_POINT_STARTED_WITH_FAILED_SINKS","features":[81]},{"name":"NS_S_REBOOT_RECOMMENDED","features":[81]},{"name":"NS_S_REBOOT_REQUIRED","features":[81]},{"name":"NS_S_REBUFFERING","features":[81]},{"name":"NS_S_STREAM_TRUNCATED","features":[81]},{"name":"NS_S_TRACK_ALREADY_DOWNLOADED","features":[81]},{"name":"NS_S_TRACK_BUY_REQUIRES_ALBUM_PURCHASE","features":[81]},{"name":"NS_S_TRANSCRYPTOR_EOF","features":[81]},{"name":"NS_S_WMG_ADVISE_DROP_FRAME","features":[81]},{"name":"NS_S_WMG_ADVISE_DROP_TO_KEYFRAME","features":[81]},{"name":"NS_S_WMG_FORCE_DROP_FRAME","features":[81]},{"name":"NS_S_WMPBR_PARTIALSUCCESS","features":[81]},{"name":"NS_S_WMPBR_SUCCESS","features":[81]},{"name":"NS_S_WMPCORE_COMMAND_NOT_AVAILABLE","features":[81]},{"name":"NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING","features":[81]},{"name":"NS_S_WMPCORE_MEDIA_VALIDATION_PENDING","features":[81]},{"name":"NS_S_WMPCORE_MORE_NODES_AVAIABLE","features":[81]},{"name":"NS_S_WMPCORE_PLAYLISTCLEARABORT","features":[81]},{"name":"NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT","features":[81]},{"name":"NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA","features":[81]},{"name":"NS_S_WMPCORE_PLAYLIST_CREATION_PENDING","features":[81]},{"name":"NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS","features":[81]},{"name":"NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED","features":[81]},{"name":"NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED","features":[81]},{"name":"NS_S_WMPEFFECT_OPAQUE","features":[81]},{"name":"NS_S_WMPEFFECT_TRANSPARENT","features":[81]},{"name":"NS_S_WMP_EXCEPTION","features":[81]},{"name":"NS_S_WMP_LOADED_BMP_IMAGE","features":[81]},{"name":"NS_S_WMP_LOADED_GIF_IMAGE","features":[81]},{"name":"NS_S_WMP_LOADED_JPG_IMAGE","features":[81]},{"name":"NS_S_WMP_LOADED_PNG_IMAGE","features":[81]},{"name":"NS_S_WMP_UI_VERSIONMISMATCH","features":[81]},{"name":"NS_S_WMR_ALREADYRENDERED","features":[81]},{"name":"NS_S_WMR_PINTYPEFULLMATCH","features":[81]},{"name":"NS_S_WMR_PINTYPEPARTIALMATCH","features":[81]},{"name":"NS_W_FILE_BANDWIDTH_LIMIT","features":[81]},{"name":"NS_W_SERVER_BANDWIDTH_LIMIT","features":[81]},{"name":"NS_W_UNKNOWN_EVENT","features":[81]},{"name":"OLIADPCMWAVEFORMAT","features":[82,81]},{"name":"OLICELPWAVEFORMAT","features":[82,81]},{"name":"OLIGSMWAVEFORMAT","features":[82,81]},{"name":"OLIOPRWAVEFORMAT","features":[82,81]},{"name":"OLISBCWAVEFORMAT","features":[82,81]},{"name":"OpenDriver","features":[3,81]},{"name":"PD_CAN_DRAW_DIB","features":[81]},{"name":"PD_CAN_STRETCHDIB","features":[81]},{"name":"PD_STRETCHDIB_1_1_OK","features":[81]},{"name":"PD_STRETCHDIB_1_2_OK","features":[81]},{"name":"PD_STRETCHDIB_1_N_OK","features":[81]},{"name":"ROCKWELL_WA1_MIXER","features":[81]},{"name":"ROCKWELL_WA1_MPU401_IN","features":[81]},{"name":"ROCKWELL_WA1_MPU401_OUT","features":[81]},{"name":"ROCKWELL_WA1_SYNTH","features":[81]},{"name":"ROCKWELL_WA1_WAVEIN","features":[81]},{"name":"ROCKWELL_WA1_WAVEOUT","features":[81]},{"name":"ROCKWELL_WA2_MIXER","features":[81]},{"name":"ROCKWELL_WA2_MPU401_IN","features":[81]},{"name":"ROCKWELL_WA2_MPU401_OUT","features":[81]},{"name":"ROCKWELL_WA2_SYNTH","features":[81]},{"name":"ROCKWELL_WA2_WAVEIN","features":[81]},{"name":"ROCKWELL_WA2_WAVEOUT","features":[81]},{"name":"SEARCH_ANY","features":[81]},{"name":"SEARCH_BACKWARD","features":[81]},{"name":"SEARCH_FORWARD","features":[81]},{"name":"SEARCH_KEY","features":[81]},{"name":"SEARCH_NEAREST","features":[81]},{"name":"SEEK_CUR","features":[81]},{"name":"SEEK_END","features":[81]},{"name":"SEEK_SET","features":[81]},{"name":"SIERRAADPCMWAVEFORMAT","features":[82,81]},{"name":"SONARCWAVEFORMAT","features":[82,81]},{"name":"SendDriverMessage","features":[3,81]},{"name":"TARGET_DEVICE_FRIENDLY_NAME","features":[81]},{"name":"TARGET_DEVICE_OPEN_EXCLUSIVELY","features":[81]},{"name":"TASKERR_NOTASKSUPPORT","features":[81]},{"name":"TASKERR_OUTOFMEMORY","features":[81]},{"name":"TDD_BEGINMINPERIOD","features":[81]},{"name":"TDD_ENDMINPERIOD","features":[81]},{"name":"TDD_GETDEVCAPS","features":[81]},{"name":"TDD_GETSYSTEMTIME","features":[81]},{"name":"TDD_KILLTIMEREVENT","features":[81]},{"name":"TDD_SETTIMEREVENT","features":[81]},{"name":"TIMEREVENT","features":[81]},{"name":"TRUESPEECHWAVEFORMAT","features":[82,81]},{"name":"VADMAD_Device_ID","features":[81]},{"name":"VCAPS_CAN_SCALE","features":[81]},{"name":"VCAPS_DST_CAN_CLIP","features":[81]},{"name":"VCAPS_OVERLAY","features":[81]},{"name":"VCAPS_SRC_CAN_CLIP","features":[81]},{"name":"VFWWDMExtensionProc","features":[3,81,42]},{"name":"VFW_HIDE_CAMERACONTROL_PAGE","features":[81]},{"name":"VFW_HIDE_SETTINGS_PAGE","features":[81]},{"name":"VFW_HIDE_VIDEOSRC_PAGE","features":[81]},{"name":"VFW_OEM_ADD_PAGE","features":[81]},{"name":"VFW_QUERY_DEV_CHANGED","features":[81]},{"name":"VFW_USE_DEVICE_HANDLE","features":[81]},{"name":"VFW_USE_STREAM_HANDLE","features":[81]},{"name":"VHDR_DONE","features":[81]},{"name":"VHDR_INQUEUE","features":[81]},{"name":"VHDR_KEYFRAME","features":[81]},{"name":"VHDR_PREPARED","features":[81]},{"name":"VHDR_VALID","features":[81]},{"name":"VIDCF_COMPRESSFRAMES","features":[81]},{"name":"VIDCF_CRUNCH","features":[81]},{"name":"VIDCF_DRAW","features":[81]},{"name":"VIDCF_FASTTEMPORALC","features":[81]},{"name":"VIDCF_FASTTEMPORALD","features":[81]},{"name":"VIDCF_QUALITY","features":[81]},{"name":"VIDCF_TEMPORAL","features":[81]},{"name":"VIDEOHDR","features":[81]},{"name":"VIDEO_CONFIGURE_CURRENT","features":[81]},{"name":"VIDEO_CONFIGURE_GET","features":[81]},{"name":"VIDEO_CONFIGURE_MAX","features":[81]},{"name":"VIDEO_CONFIGURE_MIN","features":[81]},{"name":"VIDEO_CONFIGURE_NOMINAL","features":[81]},{"name":"VIDEO_CONFIGURE_QUERY","features":[81]},{"name":"VIDEO_CONFIGURE_QUERYSIZE","features":[81]},{"name":"VIDEO_CONFIGURE_SET","features":[81]},{"name":"VIDEO_DLG_QUERY","features":[81]},{"name":"VIDEO_EXTERNALIN","features":[81]},{"name":"VIDEO_EXTERNALOUT","features":[81]},{"name":"VIDEO_IN","features":[81]},{"name":"VIDEO_OUT","features":[81]},{"name":"VP_COMMAND_GET","features":[81]},{"name":"VP_COMMAND_SET","features":[81]},{"name":"VP_CP_CMD_ACTIVATE","features":[81]},{"name":"VP_CP_CMD_CHANGE","features":[81]},{"name":"VP_CP_CMD_DEACTIVATE","features":[81]},{"name":"VP_CP_TYPE_APS_TRIGGER","features":[81]},{"name":"VP_CP_TYPE_MACROVISION","features":[81]},{"name":"VP_FLAGS_BRIGHTNESS","features":[81]},{"name":"VP_FLAGS_CONTRAST","features":[81]},{"name":"VP_FLAGS_COPYPROTECT","features":[81]},{"name":"VP_FLAGS_FLICKER","features":[81]},{"name":"VP_FLAGS_MAX_UNSCALED","features":[81]},{"name":"VP_FLAGS_OVERSCAN","features":[81]},{"name":"VP_FLAGS_POSITION","features":[81]},{"name":"VP_FLAGS_TV_MODE","features":[81]},{"name":"VP_FLAGS_TV_STANDARD","features":[81]},{"name":"VP_MODE_TV_PLAYBACK","features":[81]},{"name":"VP_MODE_WIN_GRAPHICS","features":[81]},{"name":"VP_TV_STANDARD_NTSC_433","features":[81]},{"name":"VP_TV_STANDARD_NTSC_M","features":[81]},{"name":"VP_TV_STANDARD_NTSC_M_J","features":[81]},{"name":"VP_TV_STANDARD_PAL_60","features":[81]},{"name":"VP_TV_STANDARD_PAL_B","features":[81]},{"name":"VP_TV_STANDARD_PAL_D","features":[81]},{"name":"VP_TV_STANDARD_PAL_G","features":[81]},{"name":"VP_TV_STANDARD_PAL_H","features":[81]},{"name":"VP_TV_STANDARD_PAL_I","features":[81]},{"name":"VP_TV_STANDARD_PAL_M","features":[81]},{"name":"VP_TV_STANDARD_PAL_N","features":[81]},{"name":"VP_TV_STANDARD_SECAM_B","features":[81]},{"name":"VP_TV_STANDARD_SECAM_D","features":[81]},{"name":"VP_TV_STANDARD_SECAM_G","features":[81]},{"name":"VP_TV_STANDARD_SECAM_H","features":[81]},{"name":"VP_TV_STANDARD_SECAM_K","features":[81]},{"name":"VP_TV_STANDARD_SECAM_K1","features":[81]},{"name":"VP_TV_STANDARD_SECAM_L","features":[81]},{"name":"VP_TV_STANDARD_SECAM_L1","features":[81]},{"name":"VP_TV_STANDARD_WIN_VGA","features":[81]},{"name":"VideoForWindowsVersion","features":[81]},{"name":"WAVEOPENDESC","features":[82,81]},{"name":"WAVE_FILTER_DEVELOPMENT","features":[81]},{"name":"WAVE_FILTER_ECHO","features":[81]},{"name":"WAVE_FILTER_UNKNOWN","features":[81]},{"name":"WAVE_FILTER_VOLUME","features":[81]},{"name":"WAVE_FORMAT_3COM_NBX","features":[81]},{"name":"WAVE_FORMAT_ADPCM","features":[81]},{"name":"WAVE_FORMAT_ALAC","features":[81]},{"name":"WAVE_FORMAT_ALAW","features":[81]},{"name":"WAVE_FORMAT_AMR_NB","features":[81]},{"name":"WAVE_FORMAT_AMR_WB","features":[81]},{"name":"WAVE_FORMAT_AMR_WP","features":[81]},{"name":"WAVE_FORMAT_ANTEX_ADPCME","features":[81]},{"name":"WAVE_FORMAT_APTX","features":[81]},{"name":"WAVE_FORMAT_AUDIOFILE_AF10","features":[81]},{"name":"WAVE_FORMAT_AUDIOFILE_AF36","features":[81]},{"name":"WAVE_FORMAT_BTV_DIGITAL","features":[81]},{"name":"WAVE_FORMAT_CANOPUS_ATRAC","features":[81]},{"name":"WAVE_FORMAT_CIRRUS","features":[81]},{"name":"WAVE_FORMAT_CODIAN","features":[81]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_AVQSBC","features":[81]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_G723_1","features":[81]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_SBC","features":[81]},{"name":"WAVE_FORMAT_CONGRUENCY","features":[81]},{"name":"WAVE_FORMAT_CONTROL_RES_CR10","features":[81]},{"name":"WAVE_FORMAT_CONTROL_RES_VQLPC","features":[81]},{"name":"WAVE_FORMAT_CONVEDIA_G729","features":[81]},{"name":"WAVE_FORMAT_CREATIVE_ADPCM","features":[81]},{"name":"WAVE_FORMAT_CREATIVE_FASTSPEECH10","features":[81]},{"name":"WAVE_FORMAT_CREATIVE_FASTSPEECH8","features":[81]},{"name":"WAVE_FORMAT_CS2","features":[81]},{"name":"WAVE_FORMAT_CS_IMAADPCM","features":[81]},{"name":"WAVE_FORMAT_CUSEEME","features":[81]},{"name":"WAVE_FORMAT_CU_CODEC","features":[81]},{"name":"WAVE_FORMAT_DEVELOPMENT","features":[81]},{"name":"WAVE_FORMAT_DF_G726","features":[81]},{"name":"WAVE_FORMAT_DF_GSM610","features":[81]},{"name":"WAVE_FORMAT_DIALOGIC_OKI_ADPCM","features":[81]},{"name":"WAVE_FORMAT_DICTAPHONE_CELP54","features":[81]},{"name":"WAVE_FORMAT_DICTAPHONE_CELP68","features":[81]},{"name":"WAVE_FORMAT_DIGIADPCM","features":[81]},{"name":"WAVE_FORMAT_DIGIFIX","features":[81]},{"name":"WAVE_FORMAT_DIGIREAL","features":[81]},{"name":"WAVE_FORMAT_DIGISTD","features":[81]},{"name":"WAVE_FORMAT_DIGITAL_G723","features":[81]},{"name":"WAVE_FORMAT_DIVIO_G726","features":[81]},{"name":"WAVE_FORMAT_DIVIO_MPEG4_AAC","features":[81]},{"name":"WAVE_FORMAT_DOLBY_AC2","features":[81]},{"name":"WAVE_FORMAT_DOLBY_AC3_SPDIF","features":[81]},{"name":"WAVE_FORMAT_DOLBY_AC4","features":[81]},{"name":"WAVE_FORMAT_DRM","features":[81]},{"name":"WAVE_FORMAT_DSAT","features":[81]},{"name":"WAVE_FORMAT_DSAT_DISPLAY","features":[81]},{"name":"WAVE_FORMAT_DSPGROUP_TRUESPEECH","features":[81]},{"name":"WAVE_FORMAT_DTS","features":[81]},{"name":"WAVE_FORMAT_DTS2","features":[81]},{"name":"WAVE_FORMAT_DTS_DS","features":[81]},{"name":"WAVE_FORMAT_DVI_ADPCM","features":[81]},{"name":"WAVE_FORMAT_DVM","features":[81]},{"name":"WAVE_FORMAT_ECHOSC1","features":[81]},{"name":"WAVE_FORMAT_ECHOSC3","features":[81]},{"name":"WAVE_FORMAT_ENCORE_G726","features":[81]},{"name":"WAVE_FORMAT_ESPCM","features":[81]},{"name":"WAVE_FORMAT_ESST_AC3","features":[81]},{"name":"WAVE_FORMAT_FAAD_AAC","features":[81]},{"name":"WAVE_FORMAT_FLAC","features":[81]},{"name":"WAVE_FORMAT_FM_TOWNS_SND","features":[81]},{"name":"WAVE_FORMAT_FRACE_TELECOM_G729","features":[81]},{"name":"WAVE_FORMAT_FRAUNHOFER_IIS_MPEG2_AAC","features":[81]},{"name":"WAVE_FORMAT_G721_ADPCM","features":[81]},{"name":"WAVE_FORMAT_G722_ADPCM","features":[81]},{"name":"WAVE_FORMAT_G723_ADPCM","features":[81]},{"name":"WAVE_FORMAT_G726ADPCM","features":[81]},{"name":"WAVE_FORMAT_G726_ADPCM","features":[81]},{"name":"WAVE_FORMAT_G728_CELP","features":[81]},{"name":"WAVE_FORMAT_G729A","features":[81]},{"name":"WAVE_FORMAT_GENERIC_PASSTHRU","features":[81]},{"name":"WAVE_FORMAT_GLOBAL_IP_ILBC","features":[81]},{"name":"WAVE_FORMAT_GSM610","features":[81]},{"name":"WAVE_FORMAT_GSM_610","features":[81]},{"name":"WAVE_FORMAT_GSM_620","features":[81]},{"name":"WAVE_FORMAT_GSM_660","features":[81]},{"name":"WAVE_FORMAT_GSM_690","features":[81]},{"name":"WAVE_FORMAT_GSM_ADAPTIVE_MULTIRATE_WB","features":[81]},{"name":"WAVE_FORMAT_GSM_AMR_CBR","features":[81]},{"name":"WAVE_FORMAT_GSM_AMR_VBR_SID","features":[81]},{"name":"WAVE_FORMAT_HP_DYN_VOICE","features":[81]},{"name":"WAVE_FORMAT_IBM_CVSD","features":[81]},{"name":"WAVE_FORMAT_IEEE_FLOAT","features":[81]},{"name":"WAVE_FORMAT_ILINK_VC","features":[81]},{"name":"WAVE_FORMAT_IMA_ADPCM","features":[81]},{"name":"WAVE_FORMAT_INDEO_AUDIO","features":[81]},{"name":"WAVE_FORMAT_INFOCOM_ITS_G721_ADPCM","features":[81]},{"name":"WAVE_FORMAT_INGENIENT_G726","features":[81]},{"name":"WAVE_FORMAT_INNINGS_TELECOM_ADPCM","features":[81]},{"name":"WAVE_FORMAT_INTEL_G723_1","features":[81]},{"name":"WAVE_FORMAT_INTEL_G729","features":[81]},{"name":"WAVE_FORMAT_INTEL_MUSIC_CODER","features":[81]},{"name":"WAVE_FORMAT_IPI_HSX","features":[81]},{"name":"WAVE_FORMAT_IPI_RPELP","features":[81]},{"name":"WAVE_FORMAT_IRAT","features":[81]},{"name":"WAVE_FORMAT_ISIAUDIO","features":[81]},{"name":"WAVE_FORMAT_ISIAUDIO_2","features":[81]},{"name":"WAVE_FORMAT_KNOWLEDGE_ADVENTURE_ADPCM","features":[81]},{"name":"WAVE_FORMAT_LEAD_SPEECH","features":[81]},{"name":"WAVE_FORMAT_LEAD_VORBIS","features":[81]},{"name":"WAVE_FORMAT_LH_CODEC","features":[81]},{"name":"WAVE_FORMAT_LH_CODEC_CELP","features":[81]},{"name":"WAVE_FORMAT_LH_CODEC_SBC12","features":[81]},{"name":"WAVE_FORMAT_LH_CODEC_SBC16","features":[81]},{"name":"WAVE_FORMAT_LH_CODEC_SBC8","features":[81]},{"name":"WAVE_FORMAT_LIGHTWAVE_LOSSLESS","features":[81]},{"name":"WAVE_FORMAT_LRC","features":[81]},{"name":"WAVE_FORMAT_LUCENT_G723","features":[81]},{"name":"WAVE_FORMAT_LUCENT_SX5363S","features":[81]},{"name":"WAVE_FORMAT_LUCENT_SX8300P","features":[81]},{"name":"WAVE_FORMAT_MAKEAVIS","features":[81]},{"name":"WAVE_FORMAT_MALDEN_PHONYTALK","features":[81]},{"name":"WAVE_FORMAT_MEDIASONIC_G723","features":[81]},{"name":"WAVE_FORMAT_MEDIASPACE_ADPCM","features":[81]},{"name":"WAVE_FORMAT_MEDIAVISION_ADPCM","features":[81]},{"name":"WAVE_FORMAT_MICRONAS","features":[81]},{"name":"WAVE_FORMAT_MICRONAS_CELP833","features":[81]},{"name":"WAVE_FORMAT_MPEG","features":[81]},{"name":"WAVE_FORMAT_MPEG4_AAC","features":[81]},{"name":"WAVE_FORMAT_MPEGLAYER3","features":[81]},{"name":"WAVE_FORMAT_MPEG_ADTS_AAC","features":[81]},{"name":"WAVE_FORMAT_MPEG_HEAAC","features":[81]},{"name":"WAVE_FORMAT_MPEG_LOAS","features":[81]},{"name":"WAVE_FORMAT_MPEG_RAW_AAC","features":[81]},{"name":"WAVE_FORMAT_MSAUDIO1","features":[81]},{"name":"WAVE_FORMAT_MSG723","features":[81]},{"name":"WAVE_FORMAT_MSNAUDIO","features":[81]},{"name":"WAVE_FORMAT_MSRT24","features":[81]},{"name":"WAVE_FORMAT_MULAW","features":[81]},{"name":"WAVE_FORMAT_MULTITUDE_FT_SX20","features":[81]},{"name":"WAVE_FORMAT_MVI_MVI2","features":[81]},{"name":"WAVE_FORMAT_NEC_AAC","features":[81]},{"name":"WAVE_FORMAT_NICE_ACA","features":[81]},{"name":"WAVE_FORMAT_NICE_ADPCM","features":[81]},{"name":"WAVE_FORMAT_NICE_G728","features":[81]},{"name":"WAVE_FORMAT_NMS_VBXADPCM","features":[81]},{"name":"WAVE_FORMAT_NOKIA_ADAPTIVE_MULTIRATE","features":[81]},{"name":"WAVE_FORMAT_NOKIA_MPEG_ADTS_AAC","features":[81]},{"name":"WAVE_FORMAT_NOKIA_MPEG_RAW_AAC","features":[81]},{"name":"WAVE_FORMAT_NORCOM_VOICE_SYSTEMS_ADPCM","features":[81]},{"name":"WAVE_FORMAT_NORRIS","features":[81]},{"name":"WAVE_FORMAT_NTCSOFT_ALF2CM_ACM","features":[81]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_1","features":[81]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_1_PLUS","features":[81]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_2","features":[81]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_2_PLUS","features":[81]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_3","features":[81]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_3_PLUS","features":[81]},{"name":"WAVE_FORMAT_OKI_ADPCM","features":[81]},{"name":"WAVE_FORMAT_OLIADPCM","features":[81]},{"name":"WAVE_FORMAT_OLICELP","features":[81]},{"name":"WAVE_FORMAT_OLIGSM","features":[81]},{"name":"WAVE_FORMAT_OLIOPR","features":[81]},{"name":"WAVE_FORMAT_OLISBC","features":[81]},{"name":"WAVE_FORMAT_ON2_VP6_AUDIO","features":[81]},{"name":"WAVE_FORMAT_ON2_VP7_AUDIO","features":[81]},{"name":"WAVE_FORMAT_ONLIVE","features":[81]},{"name":"WAVE_FORMAT_OPUS","features":[81]},{"name":"WAVE_FORMAT_PAC","features":[81]},{"name":"WAVE_FORMAT_PACKED","features":[81]},{"name":"WAVE_FORMAT_PCM_S","features":[81]},{"name":"WAVE_FORMAT_PHILIPS_CELP","features":[81]},{"name":"WAVE_FORMAT_PHILIPS_GRUNDIG","features":[81]},{"name":"WAVE_FORMAT_PHILIPS_LPCBB","features":[81]},{"name":"WAVE_FORMAT_POLYCOM_G722","features":[81]},{"name":"WAVE_FORMAT_POLYCOM_G728","features":[81]},{"name":"WAVE_FORMAT_POLYCOM_G729_A","features":[81]},{"name":"WAVE_FORMAT_POLYCOM_SIREN","features":[81]},{"name":"WAVE_FORMAT_PROSODY_1612","features":[81]},{"name":"WAVE_FORMAT_PROSODY_8KBPS","features":[81]},{"name":"WAVE_FORMAT_QDESIGN_MUSIC","features":[81]},{"name":"WAVE_FORMAT_QUALCOMM_HALFRATE","features":[81]},{"name":"WAVE_FORMAT_QUALCOMM_PUREVOICE","features":[81]},{"name":"WAVE_FORMAT_QUARTERDECK","features":[81]},{"name":"WAVE_FORMAT_RACAL_RECORDER_G720_A","features":[81]},{"name":"WAVE_FORMAT_RACAL_RECORDER_G723_1","features":[81]},{"name":"WAVE_FORMAT_RACAL_RECORDER_GSM","features":[81]},{"name":"WAVE_FORMAT_RACAL_RECORDER_TETRA_ACELP","features":[81]},{"name":"WAVE_FORMAT_RADIOTIME_TIME_SHIFT_RADIO","features":[81]},{"name":"WAVE_FORMAT_RAW_AAC1","features":[81]},{"name":"WAVE_FORMAT_RAW_SPORT","features":[81]},{"name":"WAVE_FORMAT_RHETOREX_ADPCM","features":[81]},{"name":"WAVE_FORMAT_ROCKWELL_ADPCM","features":[81]},{"name":"WAVE_FORMAT_ROCKWELL_DIGITALK","features":[81]},{"name":"WAVE_FORMAT_RT24","features":[81]},{"name":"WAVE_FORMAT_SANYO_LD_ADPCM","features":[81]},{"name":"WAVE_FORMAT_SBC24","features":[81]},{"name":"WAVE_FORMAT_SHARP_G726","features":[81]},{"name":"WAVE_FORMAT_SIERRA_ADPCM","features":[81]},{"name":"WAVE_FORMAT_SIPROLAB_ACELP4800","features":[81]},{"name":"WAVE_FORMAT_SIPROLAB_ACELP8V3","features":[81]},{"name":"WAVE_FORMAT_SIPROLAB_ACEPLNET","features":[81]},{"name":"WAVE_FORMAT_SIPROLAB_G729","features":[81]},{"name":"WAVE_FORMAT_SIPROLAB_G729A","features":[81]},{"name":"WAVE_FORMAT_SIPROLAB_KELVIN","features":[81]},{"name":"WAVE_FORMAT_SOFTSOUND","features":[81]},{"name":"WAVE_FORMAT_SONARC","features":[81]},{"name":"WAVE_FORMAT_SONICFOUNDRY_LOSSLESS","features":[81]},{"name":"WAVE_FORMAT_SONY_ATRAC3","features":[81]},{"name":"WAVE_FORMAT_SONY_SCX","features":[81]},{"name":"WAVE_FORMAT_SONY_SCY","features":[81]},{"name":"WAVE_FORMAT_SONY_SPC","features":[81]},{"name":"WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS","features":[81]},{"name":"WAVE_FORMAT_SPEEX_VOICE","features":[81]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC008","features":[81]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_CELP54","features":[81]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_CELP68","features":[81]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_G726L","features":[81]},{"name":"WAVE_FORMAT_SYMBOL_G729_A","features":[81]},{"name":"WAVE_FORMAT_TELUM_AUDIO","features":[81]},{"name":"WAVE_FORMAT_TELUM_IA_AUDIO","features":[81]},{"name":"WAVE_FORMAT_TPC","features":[81]},{"name":"WAVE_FORMAT_TUBGSM","features":[81]},{"name":"WAVE_FORMAT_UHER_ADPCM","features":[81]},{"name":"WAVE_FORMAT_ULEAD_DV_AUDIO","features":[81]},{"name":"WAVE_FORMAT_ULEAD_DV_AUDIO_1","features":[81]},{"name":"WAVE_FORMAT_UNISYS_NAP_16K","features":[81]},{"name":"WAVE_FORMAT_UNISYS_NAP_ADPCM","features":[81]},{"name":"WAVE_FORMAT_UNISYS_NAP_ALAW","features":[81]},{"name":"WAVE_FORMAT_UNISYS_NAP_ULAW","features":[81]},{"name":"WAVE_FORMAT_UNKNOWN","features":[81]},{"name":"WAVE_FORMAT_VIANIX_MASC","features":[81]},{"name":"WAVE_FORMAT_VIVO_G723","features":[81]},{"name":"WAVE_FORMAT_VIVO_SIREN","features":[81]},{"name":"WAVE_FORMAT_VME_VMPCM","features":[81]},{"name":"WAVE_FORMAT_VOCORD_G721","features":[81]},{"name":"WAVE_FORMAT_VOCORD_G722_1","features":[81]},{"name":"WAVE_FORMAT_VOCORD_G723_1","features":[81]},{"name":"WAVE_FORMAT_VOCORD_G726","features":[81]},{"name":"WAVE_FORMAT_VOCORD_G728","features":[81]},{"name":"WAVE_FORMAT_VOCORD_G729","features":[81]},{"name":"WAVE_FORMAT_VOCORD_G729_A","features":[81]},{"name":"WAVE_FORMAT_VOCORD_LBC","features":[81]},{"name":"WAVE_FORMAT_VODAFONE_MPEG_ADTS_AAC","features":[81]},{"name":"WAVE_FORMAT_VODAFONE_MPEG_RAW_AAC","features":[81]},{"name":"WAVE_FORMAT_VOICEAGE_AMR","features":[81]},{"name":"WAVE_FORMAT_VOICEAGE_AMR_WB","features":[81]},{"name":"WAVE_FORMAT_VOXWARE","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_AC10","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_AC16","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_AC20","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_AC8","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_BYTE_ALIGNED","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_RT24","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_RT24_SPEECH","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_RT29","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_RT29HW","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_SC3","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_SC3_1","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_TQ40","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_TQ60","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_VR12","features":[81]},{"name":"WAVE_FORMAT_VOXWARE_VR18","features":[81]},{"name":"WAVE_FORMAT_VSELP","features":[81]},{"name":"WAVE_FORMAT_WAVPACK_AUDIO","features":[81]},{"name":"WAVE_FORMAT_WM9_SPECTRUM_ANALYZER","features":[81]},{"name":"WAVE_FORMAT_WMASPDIF","features":[81]},{"name":"WAVE_FORMAT_WMAUDIO2","features":[81]},{"name":"WAVE_FORMAT_WMAUDIO3","features":[81]},{"name":"WAVE_FORMAT_WMAUDIO_LOSSLESS","features":[81]},{"name":"WAVE_FORMAT_WMAVOICE10","features":[81]},{"name":"WAVE_FORMAT_WMAVOICE9","features":[81]},{"name":"WAVE_FORMAT_WMF_SPECTRUM_ANAYZER","features":[81]},{"name":"WAVE_FORMAT_XEBEC","features":[81]},{"name":"WAVE_FORMAT_YAMAHA_ADPCM","features":[81]},{"name":"WAVE_FORMAT_ZOLL_ASAO","features":[81]},{"name":"WAVE_FORMAT_ZYXEL_ADPCM","features":[81]},{"name":"WAVE_MAPPER_S","features":[81]},{"name":"WIDM_ADDBUFFER","features":[81]},{"name":"WIDM_CLOSE","features":[81]},{"name":"WIDM_GETDEVCAPS","features":[81]},{"name":"WIDM_GETNUMDEVS","features":[81]},{"name":"WIDM_GETPOS","features":[81]},{"name":"WIDM_INIT","features":[81]},{"name":"WIDM_INIT_EX","features":[81]},{"name":"WIDM_OPEN","features":[81]},{"name":"WIDM_PREFERRED","features":[81]},{"name":"WIDM_PREPARE","features":[81]},{"name":"WIDM_RESET","features":[81]},{"name":"WIDM_START","features":[81]},{"name":"WIDM_STOP","features":[81]},{"name":"WIDM_UNPREPARE","features":[81]},{"name":"WMAUDIO2WAVEFORMAT","features":[82,81]},{"name":"WMAUDIO2_BITS_PER_SAMPLE","features":[81]},{"name":"WMAUDIO2_MAX_CHANNELS","features":[81]},{"name":"WMAUDIO3WAVEFORMAT","features":[82,81]},{"name":"WMAUDIO_BITS_PER_SAMPLE","features":[81]},{"name":"WMAUDIO_MAX_CHANNELS","features":[81]},{"name":"WM_CAP_ABORT","features":[81]},{"name":"WM_CAP_DLG_VIDEOCOMPRESSION","features":[81]},{"name":"WM_CAP_DLG_VIDEODISPLAY","features":[81]},{"name":"WM_CAP_DLG_VIDEOFORMAT","features":[81]},{"name":"WM_CAP_DLG_VIDEOSOURCE","features":[81]},{"name":"WM_CAP_DRIVER_CONNECT","features":[81]},{"name":"WM_CAP_DRIVER_DISCONNECT","features":[81]},{"name":"WM_CAP_DRIVER_GET_CAPS","features":[81]},{"name":"WM_CAP_DRIVER_GET_NAME","features":[81]},{"name":"WM_CAP_DRIVER_GET_NAMEA","features":[81]},{"name":"WM_CAP_DRIVER_GET_NAMEW","features":[81]},{"name":"WM_CAP_DRIVER_GET_VERSION","features":[81]},{"name":"WM_CAP_DRIVER_GET_VERSIONA","features":[81]},{"name":"WM_CAP_DRIVER_GET_VERSIONW","features":[81]},{"name":"WM_CAP_EDIT_COPY","features":[81]},{"name":"WM_CAP_END","features":[81]},{"name":"WM_CAP_FILE_ALLOCATE","features":[81]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILE","features":[81]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILEA","features":[81]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILEW","features":[81]},{"name":"WM_CAP_FILE_SAVEAS","features":[81]},{"name":"WM_CAP_FILE_SAVEASA","features":[81]},{"name":"WM_CAP_FILE_SAVEASW","features":[81]},{"name":"WM_CAP_FILE_SAVEDIB","features":[81]},{"name":"WM_CAP_FILE_SAVEDIBA","features":[81]},{"name":"WM_CAP_FILE_SAVEDIBW","features":[81]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILE","features":[81]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILEA","features":[81]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILEW","features":[81]},{"name":"WM_CAP_FILE_SET_INFOCHUNK","features":[81]},{"name":"WM_CAP_GET_AUDIOFORMAT","features":[81]},{"name":"WM_CAP_GET_CAPSTREAMPTR","features":[81]},{"name":"WM_CAP_GET_MCI_DEVICE","features":[81]},{"name":"WM_CAP_GET_MCI_DEVICEA","features":[81]},{"name":"WM_CAP_GET_MCI_DEVICEW","features":[81]},{"name":"WM_CAP_GET_SEQUENCE_SETUP","features":[81]},{"name":"WM_CAP_GET_STATUS","features":[81]},{"name":"WM_CAP_GET_USER_DATA","features":[81]},{"name":"WM_CAP_GET_VIDEOFORMAT","features":[81]},{"name":"WM_CAP_GRAB_FRAME","features":[81]},{"name":"WM_CAP_GRAB_FRAME_NOSTOP","features":[81]},{"name":"WM_CAP_PAL_AUTOCREATE","features":[81]},{"name":"WM_CAP_PAL_MANUALCREATE","features":[81]},{"name":"WM_CAP_PAL_OPEN","features":[81]},{"name":"WM_CAP_PAL_OPENA","features":[81]},{"name":"WM_CAP_PAL_OPENW","features":[81]},{"name":"WM_CAP_PAL_PASTE","features":[81]},{"name":"WM_CAP_PAL_SAVE","features":[81]},{"name":"WM_CAP_PAL_SAVEA","features":[81]},{"name":"WM_CAP_PAL_SAVEW","features":[81]},{"name":"WM_CAP_SEQUENCE","features":[81]},{"name":"WM_CAP_SEQUENCE_NOFILE","features":[81]},{"name":"WM_CAP_SET_AUDIOFORMAT","features":[81]},{"name":"WM_CAP_SET_CALLBACK_CAPCONTROL","features":[81]},{"name":"WM_CAP_SET_CALLBACK_ERROR","features":[81]},{"name":"WM_CAP_SET_CALLBACK_ERRORA","features":[81]},{"name":"WM_CAP_SET_CALLBACK_ERRORW","features":[81]},{"name":"WM_CAP_SET_CALLBACK_FRAME","features":[81]},{"name":"WM_CAP_SET_CALLBACK_STATUS","features":[81]},{"name":"WM_CAP_SET_CALLBACK_STATUSA","features":[81]},{"name":"WM_CAP_SET_CALLBACK_STATUSW","features":[81]},{"name":"WM_CAP_SET_CALLBACK_VIDEOSTREAM","features":[81]},{"name":"WM_CAP_SET_CALLBACK_WAVESTREAM","features":[81]},{"name":"WM_CAP_SET_CALLBACK_YIELD","features":[81]},{"name":"WM_CAP_SET_MCI_DEVICE","features":[81]},{"name":"WM_CAP_SET_MCI_DEVICEA","features":[81]},{"name":"WM_CAP_SET_MCI_DEVICEW","features":[81]},{"name":"WM_CAP_SET_OVERLAY","features":[81]},{"name":"WM_CAP_SET_PREVIEW","features":[81]},{"name":"WM_CAP_SET_PREVIEWRATE","features":[81]},{"name":"WM_CAP_SET_SCALE","features":[81]},{"name":"WM_CAP_SET_SCROLL","features":[81]},{"name":"WM_CAP_SET_SEQUENCE_SETUP","features":[81]},{"name":"WM_CAP_SET_USER_DATA","features":[81]},{"name":"WM_CAP_SET_VIDEOFORMAT","features":[81]},{"name":"WM_CAP_SINGLE_FRAME","features":[81]},{"name":"WM_CAP_SINGLE_FRAME_CLOSE","features":[81]},{"name":"WM_CAP_SINGLE_FRAME_OPEN","features":[81]},{"name":"WM_CAP_START","features":[81]},{"name":"WM_CAP_STOP","features":[81]},{"name":"WM_CAP_UNICODE_END","features":[81]},{"name":"WM_CAP_UNICODE_START","features":[81]},{"name":"WODM_BREAKLOOP","features":[81]},{"name":"WODM_BUSY","features":[81]},{"name":"WODM_CLOSE","features":[81]},{"name":"WODM_GETDEVCAPS","features":[81]},{"name":"WODM_GETNUMDEVS","features":[81]},{"name":"WODM_GETPITCH","features":[81]},{"name":"WODM_GETPLAYBACKRATE","features":[81]},{"name":"WODM_GETPOS","features":[81]},{"name":"WODM_GETVOLUME","features":[81]},{"name":"WODM_INIT","features":[81]},{"name":"WODM_INIT_EX","features":[81]},{"name":"WODM_OPEN","features":[81]},{"name":"WODM_PAUSE","features":[81]},{"name":"WODM_PREFERRED","features":[81]},{"name":"WODM_PREPARE","features":[81]},{"name":"WODM_RESET","features":[81]},{"name":"WODM_RESTART","features":[81]},{"name":"WODM_SETPITCH","features":[81]},{"name":"WODM_SETPLAYBACKRATE","features":[81]},{"name":"WODM_SETVOLUME","features":[81]},{"name":"WODM_UNPREPARE","features":[81]},{"name":"WODM_WRITE","features":[81]},{"name":"YAMAHA_ADPCMWAVEFORMAT","features":[82,81]},{"name":"YIELDPROC","features":[81]},{"name":"capCreateCaptureWindowA","features":[3,81]},{"name":"capCreateCaptureWindowW","features":[3,81]},{"name":"capGetDriverDescriptionA","features":[3,81]},{"name":"capGetDriverDescriptionW","features":[3,81]},{"name":"joyGetDevCapsA","features":[81]},{"name":"joyGetDevCapsW","features":[81]},{"name":"joyGetNumDevs","features":[81]},{"name":"joyGetPos","features":[81]},{"name":"joyGetPosEx","features":[81]},{"name":"joyGetThreshold","features":[81]},{"name":"joyReleaseCapture","features":[81]},{"name":"joySetCapture","features":[3,81]},{"name":"joySetThreshold","features":[81]},{"name":"mciDriverNotify","features":[3,81]},{"name":"mciDriverYield","features":[81]},{"name":"mciFreeCommandResource","features":[3,81]},{"name":"mciGetCreatorTask","features":[81]},{"name":"mciGetDeviceIDA","features":[81]},{"name":"mciGetDeviceIDFromElementIDA","features":[81]},{"name":"mciGetDeviceIDFromElementIDW","features":[81]},{"name":"mciGetDeviceIDW","features":[81]},{"name":"mciGetDriverData","features":[81]},{"name":"mciGetErrorStringA","features":[3,81]},{"name":"mciGetErrorStringW","features":[3,81]},{"name":"mciGetYieldProc","features":[81]},{"name":"mciLoadCommandResource","features":[3,81]},{"name":"mciSendCommandA","features":[81]},{"name":"mciSendCommandW","features":[81]},{"name":"mciSendStringA","features":[3,81]},{"name":"mciSendStringW","features":[3,81]},{"name":"mciSetDriverData","features":[3,81]},{"name":"mciSetYieldProc","features":[3,81]},{"name":"mmDrvInstall","features":[81]},{"name":"mmGetCurrentTask","features":[81]},{"name":"mmTaskBlock","features":[81]},{"name":"mmTaskCreate","features":[3,81]},{"name":"mmTaskSignal","features":[3,81]},{"name":"mmTaskYield","features":[81]},{"name":"mmioAdvance","features":[3,81]},{"name":"mmioAscend","features":[81]},{"name":"mmioClose","features":[81]},{"name":"mmioCreateChunk","features":[81]},{"name":"mmioDescend","features":[81]},{"name":"mmioFlush","features":[81]},{"name":"mmioGetInfo","features":[3,81]},{"name":"mmioInstallIOProcA","features":[3,81]},{"name":"mmioInstallIOProcW","features":[3,81]},{"name":"mmioOpenA","features":[3,81]},{"name":"mmioOpenW","features":[3,81]},{"name":"mmioRead","features":[81]},{"name":"mmioRenameA","features":[3,81]},{"name":"mmioRenameW","features":[3,81]},{"name":"mmioSeek","features":[81]},{"name":"mmioSendMessage","features":[3,81]},{"name":"mmioSetBuffer","features":[81]},{"name":"mmioSetInfo","features":[3,81]},{"name":"mmioStringToFOURCCA","features":[81]},{"name":"mmioStringToFOURCCW","features":[81]},{"name":"mmioWrite","features":[81]},{"name":"s_RIFFWAVE_inst","features":[81]},{"name":"sndOpenSound","features":[3,81]}],"444":[{"name":"CapturedMetadataExposureCompensation","features":[87]},{"name":"CapturedMetadataISOGains","features":[87]},{"name":"CapturedMetadataWhiteBalanceGains","features":[87]},{"name":"DEVPKEY_Device_DLNACAP","features":[1,87]},{"name":"DEVPKEY_Device_DLNADOC","features":[1,87]},{"name":"DEVPKEY_Device_MaxVolume","features":[1,87]},{"name":"DEVPKEY_Device_PacketWakeSupported","features":[1,87]},{"name":"DEVPKEY_Device_SendPacketWakeSupported","features":[1,87]},{"name":"DEVPKEY_Device_SinkProtocolInfo","features":[1,87]},{"name":"DEVPKEY_Device_SupportsAudio","features":[1,87]},{"name":"DEVPKEY_Device_SupportsImages","features":[1,87]},{"name":"DEVPKEY_Device_SupportsMute","features":[1,87]},{"name":"DEVPKEY_Device_SupportsSearch","features":[1,87]},{"name":"DEVPKEY_Device_SupportsSetNextAVT","features":[1,87]},{"name":"DEVPKEY_Device_SupportsVideo","features":[1,87]},{"name":"DEVPKEY_Device_UDN","features":[1,87]},{"name":"FaceCharacterization","features":[87]},{"name":"FaceCharacterizationBlobHeader","features":[87]},{"name":"FaceRectInfo","features":[3,87]},{"name":"FaceRectInfoBlobHeader","features":[87]},{"name":"GUID_DEVINTERFACE_DMP","features":[87]},{"name":"GUID_DEVINTERFACE_DMR","features":[87]},{"name":"GUID_DEVINTERFACE_DMS","features":[87]},{"name":"HistogramBlobHeader","features":[87]},{"name":"HistogramDataHeader","features":[87]},{"name":"HistogramGrid","features":[3,87]},{"name":"HistogramHeader","features":[3,87]},{"name":"MF_MEDIASOURCE_STATUS_INFO","features":[87]},{"name":"MF_MEDIASOURCE_STATUS_INFO_FULLYSUPPORTED","features":[87]},{"name":"MF_MEDIASOURCE_STATUS_INFO_UNKNOWN","features":[87]},{"name":"MF_TRANSFER_VIDEO_FRAME_DEFAULT","features":[87]},{"name":"MF_TRANSFER_VIDEO_FRAME_FLAGS","features":[87]},{"name":"MF_TRANSFER_VIDEO_FRAME_IGNORE_PAR","features":[87]},{"name":"MF_TRANSFER_VIDEO_FRAME_STRETCH","features":[87]},{"name":"MetadataTimeStamps","features":[87]}],"445":[{"name":"AM_CONFIGASFWRITER_PARAM_AUTOINDEX","features":[88]},{"name":"AM_CONFIGASFWRITER_PARAM_DONTCOMPRESS","features":[88]},{"name":"AM_CONFIGASFWRITER_PARAM_MULTIPASS","features":[88]},{"name":"AM_WMT_EVENT_DATA","features":[88]},{"name":"CLSID_ClientNetManager","features":[88]},{"name":"CLSID_WMBandwidthSharing_Exclusive","features":[88]},{"name":"CLSID_WMBandwidthSharing_Partial","features":[88]},{"name":"CLSID_WMMUTEX_Bitrate","features":[88]},{"name":"CLSID_WMMUTEX_Language","features":[88]},{"name":"CLSID_WMMUTEX_Presentation","features":[88]},{"name":"CLSID_WMMUTEX_Unknown","features":[88]},{"name":"DRM_COPY_OPL","features":[88]},{"name":"DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS","features":[88]},{"name":"DRM_OPL_OUTPUT_IDS","features":[88]},{"name":"DRM_OPL_TYPES","features":[88]},{"name":"DRM_OUTPUT_PROTECTION","features":[88]},{"name":"DRM_PLAY_OPL","features":[88]},{"name":"DRM_VAL16","features":[88]},{"name":"DRM_VIDEO_OUTPUT_PROTECTION_IDS","features":[88]},{"name":"INSNetSourceCreator","features":[88]},{"name":"INSSBuffer","features":[88]},{"name":"INSSBuffer2","features":[88]},{"name":"INSSBuffer3","features":[88]},{"name":"INSSBuffer4","features":[88]},{"name":"IWMAddressAccess","features":[88]},{"name":"IWMAddressAccess2","features":[88]},{"name":"IWMAuthorizer","features":[88]},{"name":"IWMBackupRestoreProps","features":[88]},{"name":"IWMBandwidthSharing","features":[88]},{"name":"IWMClientConnections","features":[88]},{"name":"IWMClientConnections2","features":[88]},{"name":"IWMCodecInfo","features":[88]},{"name":"IWMCodecInfo2","features":[88]},{"name":"IWMCodecInfo3","features":[88]},{"name":"IWMCredentialCallback","features":[88]},{"name":"IWMDRMEditor","features":[88]},{"name":"IWMDRMMessageParser","features":[88]},{"name":"IWMDRMReader","features":[88]},{"name":"IWMDRMReader2","features":[88]},{"name":"IWMDRMReader3","features":[88]},{"name":"IWMDRMTranscryptionManager","features":[88]},{"name":"IWMDRMTranscryptor","features":[88]},{"name":"IWMDRMTranscryptor2","features":[88]},{"name":"IWMDRMWriter","features":[88]},{"name":"IWMDRMWriter2","features":[88]},{"name":"IWMDRMWriter3","features":[88]},{"name":"IWMDeviceRegistration","features":[88]},{"name":"IWMGetSecureChannel","features":[88]},{"name":"IWMHeaderInfo","features":[88]},{"name":"IWMHeaderInfo2","features":[88]},{"name":"IWMHeaderInfo3","features":[88]},{"name":"IWMIStreamProps","features":[88]},{"name":"IWMImageInfo","features":[88]},{"name":"IWMIndexer","features":[88]},{"name":"IWMIndexer2","features":[88]},{"name":"IWMInputMediaProps","features":[88]},{"name":"IWMLanguageList","features":[88]},{"name":"IWMLicenseBackup","features":[88]},{"name":"IWMLicenseRestore","features":[88]},{"name":"IWMLicenseRevocationAgent","features":[88]},{"name":"IWMMediaProps","features":[88]},{"name":"IWMMetadataEditor","features":[88]},{"name":"IWMMetadataEditor2","features":[88]},{"name":"IWMMutualExclusion","features":[88]},{"name":"IWMMutualExclusion2","features":[88]},{"name":"IWMOutputMediaProps","features":[88]},{"name":"IWMPacketSize","features":[88]},{"name":"IWMPacketSize2","features":[88]},{"name":"IWMPlayerHook","features":[88]},{"name":"IWMPlayerTimestampHook","features":[88]},{"name":"IWMProfile","features":[88]},{"name":"IWMProfile2","features":[88]},{"name":"IWMProfile3","features":[88]},{"name":"IWMProfileManager","features":[88]},{"name":"IWMProfileManager2","features":[88]},{"name":"IWMProfileManagerLanguage","features":[88]},{"name":"IWMPropertyVault","features":[88]},{"name":"IWMProximityDetection","features":[88]},{"name":"IWMReader","features":[88]},{"name":"IWMReaderAccelerator","features":[88]},{"name":"IWMReaderAdvanced","features":[88]},{"name":"IWMReaderAdvanced2","features":[88]},{"name":"IWMReaderAdvanced3","features":[88]},{"name":"IWMReaderAdvanced4","features":[88]},{"name":"IWMReaderAdvanced5","features":[88]},{"name":"IWMReaderAdvanced6","features":[88]},{"name":"IWMReaderAllocatorEx","features":[88]},{"name":"IWMReaderCallback","features":[88]},{"name":"IWMReaderCallbackAdvanced","features":[88]},{"name":"IWMReaderNetworkConfig","features":[88]},{"name":"IWMReaderNetworkConfig2","features":[88]},{"name":"IWMReaderPlaylistBurn","features":[88]},{"name":"IWMReaderStreamClock","features":[88]},{"name":"IWMReaderTimecode","features":[88]},{"name":"IWMReaderTypeNegotiation","features":[88]},{"name":"IWMRegisterCallback","features":[88]},{"name":"IWMRegisteredDevice","features":[88]},{"name":"IWMSBufferAllocator","features":[88]},{"name":"IWMSInternalAdminNetSource","features":[88]},{"name":"IWMSInternalAdminNetSource2","features":[88]},{"name":"IWMSInternalAdminNetSource3","features":[88]},{"name":"IWMSecureChannel","features":[88]},{"name":"IWMStatusCallback","features":[88]},{"name":"IWMStreamConfig","features":[88]},{"name":"IWMStreamConfig2","features":[88]},{"name":"IWMStreamConfig3","features":[88]},{"name":"IWMStreamList","features":[88]},{"name":"IWMStreamPrioritization","features":[88]},{"name":"IWMSyncReader","features":[88]},{"name":"IWMSyncReader2","features":[88]},{"name":"IWMVideoMediaProps","features":[88]},{"name":"IWMWatermarkInfo","features":[88]},{"name":"IWMWriter","features":[88]},{"name":"IWMWriterAdvanced","features":[88]},{"name":"IWMWriterAdvanced2","features":[88]},{"name":"IWMWriterAdvanced3","features":[88]},{"name":"IWMWriterFileSink","features":[88]},{"name":"IWMWriterFileSink2","features":[88]},{"name":"IWMWriterFileSink3","features":[88]},{"name":"IWMWriterNetworkSink","features":[88]},{"name":"IWMWriterPostView","features":[88]},{"name":"IWMWriterPostViewCallback","features":[88]},{"name":"IWMWriterPreprocess","features":[88]},{"name":"IWMWriterPushSink","features":[88]},{"name":"IWMWriterSink","features":[88]},{"name":"NETSOURCE_URLCREDPOLICY_SETTINGS","features":[88]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_ANONYMOUSONLY","features":[88]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_MUSTPROMPTUSER","features":[88]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_SILENTLOGONOK","features":[88]},{"name":"WEBSTREAM_SAMPLE_TYPE","features":[88]},{"name":"WEBSTREAM_SAMPLE_TYPE_FILE","features":[88]},{"name":"WEBSTREAM_SAMPLE_TYPE_RENDER","features":[88]},{"name":"WMCreateBackupRestorer","features":[88]},{"name":"WMCreateEditor","features":[88]},{"name":"WMCreateIndexer","features":[88]},{"name":"WMCreateProfileManager","features":[88]},{"name":"WMCreateReader","features":[88]},{"name":"WMCreateSyncReader","features":[88]},{"name":"WMCreateWriter","features":[88]},{"name":"WMCreateWriterFileSink","features":[88]},{"name":"WMCreateWriterNetworkSink","features":[88]},{"name":"WMCreateWriterPushSink","features":[88]},{"name":"WMDRM_IMPORT_INIT_STRUCT","features":[88]},{"name":"WMDRM_IMPORT_INIT_STRUCT_DEFINED","features":[88]},{"name":"WMFORMAT_MPEG2Video","features":[88]},{"name":"WMFORMAT_Script","features":[88]},{"name":"WMFORMAT_VideoInfo","features":[88]},{"name":"WMFORMAT_WaveFormatEx","features":[88]},{"name":"WMFORMAT_WebStream","features":[88]},{"name":"WMIsContentProtected","features":[3,88]},{"name":"WMMEDIASUBTYPE_ACELPnet","features":[88]},{"name":"WMMEDIASUBTYPE_Base","features":[88]},{"name":"WMMEDIASUBTYPE_DRM","features":[88]},{"name":"WMMEDIASUBTYPE_I420","features":[88]},{"name":"WMMEDIASUBTYPE_IYUV","features":[88]},{"name":"WMMEDIASUBTYPE_M4S2","features":[88]},{"name":"WMMEDIASUBTYPE_MP3","features":[88]},{"name":"WMMEDIASUBTYPE_MP43","features":[88]},{"name":"WMMEDIASUBTYPE_MP4S","features":[88]},{"name":"WMMEDIASUBTYPE_MPEG2_VIDEO","features":[88]},{"name":"WMMEDIASUBTYPE_MSS1","features":[88]},{"name":"WMMEDIASUBTYPE_MSS2","features":[88]},{"name":"WMMEDIASUBTYPE_P422","features":[88]},{"name":"WMMEDIASUBTYPE_PCM","features":[88]},{"name":"WMMEDIASUBTYPE_RGB1","features":[88]},{"name":"WMMEDIASUBTYPE_RGB24","features":[88]},{"name":"WMMEDIASUBTYPE_RGB32","features":[88]},{"name":"WMMEDIASUBTYPE_RGB4","features":[88]},{"name":"WMMEDIASUBTYPE_RGB555","features":[88]},{"name":"WMMEDIASUBTYPE_RGB565","features":[88]},{"name":"WMMEDIASUBTYPE_RGB8","features":[88]},{"name":"WMMEDIASUBTYPE_UYVY","features":[88]},{"name":"WMMEDIASUBTYPE_VIDEOIMAGE","features":[88]},{"name":"WMMEDIASUBTYPE_WMAudioV2","features":[88]},{"name":"WMMEDIASUBTYPE_WMAudioV7","features":[88]},{"name":"WMMEDIASUBTYPE_WMAudioV8","features":[88]},{"name":"WMMEDIASUBTYPE_WMAudioV9","features":[88]},{"name":"WMMEDIASUBTYPE_WMAudio_Lossless","features":[88]},{"name":"WMMEDIASUBTYPE_WMSP1","features":[88]},{"name":"WMMEDIASUBTYPE_WMSP2","features":[88]},{"name":"WMMEDIASUBTYPE_WMV1","features":[88]},{"name":"WMMEDIASUBTYPE_WMV2","features":[88]},{"name":"WMMEDIASUBTYPE_WMV3","features":[88]},{"name":"WMMEDIASUBTYPE_WMVA","features":[88]},{"name":"WMMEDIASUBTYPE_WMVP","features":[88]},{"name":"WMMEDIASUBTYPE_WVC1","features":[88]},{"name":"WMMEDIASUBTYPE_WVP2","features":[88]},{"name":"WMMEDIASUBTYPE_WebStream","features":[88]},{"name":"WMMEDIASUBTYPE_YUY2","features":[88]},{"name":"WMMEDIASUBTYPE_YV12","features":[88]},{"name":"WMMEDIASUBTYPE_YVU9","features":[88]},{"name":"WMMEDIASUBTYPE_YVYU","features":[88]},{"name":"WMMEDIATYPE_Audio","features":[88]},{"name":"WMMEDIATYPE_FileTransfer","features":[88]},{"name":"WMMEDIATYPE_Image","features":[88]},{"name":"WMMEDIATYPE_Script","features":[88]},{"name":"WMMEDIATYPE_Text","features":[88]},{"name":"WMMEDIATYPE_Video","features":[88]},{"name":"WMMPEG2VIDEOINFO","features":[3,14,88]},{"name":"WMSCRIPTFORMAT","features":[88]},{"name":"WMSCRIPTTYPE_TwoStrings","features":[88]},{"name":"WMT_ACQUIRE_LICENSE","features":[88]},{"name":"WMT_ATTR_DATATYPE","features":[88]},{"name":"WMT_ATTR_IMAGETYPE","features":[88]},{"name":"WMT_BACKUPRESTORE_BEGIN","features":[88]},{"name":"WMT_BACKUPRESTORE_CONNECTING","features":[88]},{"name":"WMT_BACKUPRESTORE_DISCONNECTING","features":[88]},{"name":"WMT_BACKUPRESTORE_END","features":[88]},{"name":"WMT_BUFFERING_START","features":[88]},{"name":"WMT_BUFFERING_STOP","features":[88]},{"name":"WMT_BUFFER_SEGMENT","features":[88]},{"name":"WMT_CLEANPOINT_ONLY","features":[88]},{"name":"WMT_CLIENT_CONNECT","features":[88]},{"name":"WMT_CLIENT_CONNECT_EX","features":[88]},{"name":"WMT_CLIENT_DISCONNECT","features":[88]},{"name":"WMT_CLIENT_DISCONNECT_EX","features":[88]},{"name":"WMT_CLIENT_PROPERTIES","features":[88]},{"name":"WMT_CLOSED","features":[88]},{"name":"WMT_CODECINFO_AUDIO","features":[88]},{"name":"WMT_CODECINFO_UNKNOWN","features":[88]},{"name":"WMT_CODECINFO_VIDEO","features":[88]},{"name":"WMT_CODEC_INFO_TYPE","features":[88]},{"name":"WMT_COLORSPACEINFO_EXTENSION_DATA","features":[88]},{"name":"WMT_CONNECTING","features":[88]},{"name":"WMT_CONTENT_ENABLER","features":[88]},{"name":"WMT_CREDENTIAL_CLEAR_TEXT","features":[88]},{"name":"WMT_CREDENTIAL_DONT_CACHE","features":[88]},{"name":"WMT_CREDENTIAL_ENCRYPT","features":[88]},{"name":"WMT_CREDENTIAL_FLAGS","features":[88]},{"name":"WMT_CREDENTIAL_PROXY","features":[88]},{"name":"WMT_CREDENTIAL_SAVE","features":[88]},{"name":"WMT_DMOCATEGORY_AUDIO_WATERMARK","features":[88]},{"name":"WMT_DMOCATEGORY_VIDEO_WATERMARK","features":[88]},{"name":"WMT_DRMLA_TAMPERED","features":[88]},{"name":"WMT_DRMLA_TRUST","features":[88]},{"name":"WMT_DRMLA_TRUSTED","features":[88]},{"name":"WMT_DRMLA_UNTRUSTED","features":[88]},{"name":"WMT_END_OF_FILE","features":[88]},{"name":"WMT_END_OF_SEGMENT","features":[88]},{"name":"WMT_END_OF_STREAMING","features":[88]},{"name":"WMT_EOF","features":[88]},{"name":"WMT_ERROR","features":[88]},{"name":"WMT_ERROR_WITHURL","features":[88]},{"name":"WMT_FILESINK_DATA_UNIT","features":[88]},{"name":"WMT_FILESINK_MODE","features":[88]},{"name":"WMT_FM_FILESINK_DATA_UNITS","features":[88]},{"name":"WMT_FM_FILESINK_UNBUFFERED","features":[88]},{"name":"WMT_FM_SINGLE_BUFFERS","features":[88]},{"name":"WMT_IMAGETYPE_BITMAP","features":[88]},{"name":"WMT_IMAGETYPE_GIF","features":[88]},{"name":"WMT_IMAGETYPE_JPEG","features":[88]},{"name":"WMT_IMAGE_TYPE","features":[88]},{"name":"WMT_INDEXER_TYPE","features":[88]},{"name":"WMT_INDEX_PROGRESS","features":[88]},{"name":"WMT_INDEX_TYPE","features":[88]},{"name":"WMT_INDIVIDUALIZE","features":[88]},{"name":"WMT_INIT_PLAYLIST_BURN","features":[88]},{"name":"WMT_IT_BITMAP","features":[88]},{"name":"WMT_IT_FRAME_NUMBERS","features":[88]},{"name":"WMT_IT_GIF","features":[88]},{"name":"WMT_IT_JPEG","features":[88]},{"name":"WMT_IT_NEAREST_CLEAN_POINT","features":[88]},{"name":"WMT_IT_NEAREST_DATA_UNIT","features":[88]},{"name":"WMT_IT_NEAREST_OBJECT","features":[88]},{"name":"WMT_IT_NONE","features":[88]},{"name":"WMT_IT_PRESENTATION_TIME","features":[88]},{"name":"WMT_IT_TIMECODE","features":[88]},{"name":"WMT_LICENSEURL_SIGNATURE_STATE","features":[88]},{"name":"WMT_LOCATING","features":[88]},{"name":"WMT_MISSING_CODEC","features":[88]},{"name":"WMT_MS_CLASS_MIXED","features":[88]},{"name":"WMT_MS_CLASS_MUSIC","features":[88]},{"name":"WMT_MS_CLASS_SPEECH","features":[88]},{"name":"WMT_MUSICSPEECH_CLASS_MODE","features":[88]},{"name":"WMT_NATIVE_OUTPUT_PROPS_CHANGED","features":[88]},{"name":"WMT_NEEDS_INDIVIDUALIZATION","features":[88]},{"name":"WMT_NET_PROTOCOL","features":[88]},{"name":"WMT_NEW_METADATA","features":[88]},{"name":"WMT_NEW_SOURCEFLAGS","features":[88]},{"name":"WMT_NO_RIGHTS","features":[88]},{"name":"WMT_NO_RIGHTS_EX","features":[88]},{"name":"WMT_OFF","features":[88]},{"name":"WMT_OFFSET_FORMAT","features":[88]},{"name":"WMT_OFFSET_FORMAT_100NS","features":[88]},{"name":"WMT_OFFSET_FORMAT_100NS_APPROXIMATE","features":[88]},{"name":"WMT_OFFSET_FORMAT_FRAME_NUMBERS","features":[88]},{"name":"WMT_OFFSET_FORMAT_PLAYLIST_OFFSET","features":[88]},{"name":"WMT_OFFSET_FORMAT_TIMECODE","features":[88]},{"name":"WMT_ON","features":[88]},{"name":"WMT_OPENED","features":[88]},{"name":"WMT_PAYLOAD_FRAGMENT","features":[88]},{"name":"WMT_PLAY_MODE","features":[88]},{"name":"WMT_PLAY_MODE_AUTOSELECT","features":[88]},{"name":"WMT_PLAY_MODE_DOWNLOAD","features":[88]},{"name":"WMT_PLAY_MODE_LOCAL","features":[88]},{"name":"WMT_PLAY_MODE_STREAMING","features":[88]},{"name":"WMT_PREROLL_COMPLETE","features":[88]},{"name":"WMT_PREROLL_READY","features":[88]},{"name":"WMT_PROTOCOL_HTTP","features":[88]},{"name":"WMT_PROXIMITY_COMPLETED","features":[88]},{"name":"WMT_PROXIMITY_RESULT","features":[88]},{"name":"WMT_PROXY_SETTINGS","features":[88]},{"name":"WMT_PROXY_SETTING_AUTO","features":[88]},{"name":"WMT_PROXY_SETTING_BROWSER","features":[88]},{"name":"WMT_PROXY_SETTING_MANUAL","features":[88]},{"name":"WMT_PROXY_SETTING_MAX","features":[88]},{"name":"WMT_PROXY_SETTING_NONE","features":[88]},{"name":"WMT_RECONNECT_END","features":[88]},{"name":"WMT_RECONNECT_START","features":[88]},{"name":"WMT_RESTRICTED_LICENSE","features":[88]},{"name":"WMT_RIGHTS","features":[88]},{"name":"WMT_RIGHT_COLLABORATIVE_PLAY","features":[88]},{"name":"WMT_RIGHT_COPY","features":[88]},{"name":"WMT_RIGHT_COPY_TO_CD","features":[88]},{"name":"WMT_RIGHT_COPY_TO_NON_SDMI_DEVICE","features":[88]},{"name":"WMT_RIGHT_COPY_TO_SDMI_DEVICE","features":[88]},{"name":"WMT_RIGHT_ONE_TIME","features":[88]},{"name":"WMT_RIGHT_PLAYBACK","features":[88]},{"name":"WMT_RIGHT_SAVE_STREAM_PROTECTED","features":[88]},{"name":"WMT_RIGHT_SDMI_NOMORECOPIES","features":[88]},{"name":"WMT_RIGHT_SDMI_TRIGGER","features":[88]},{"name":"WMT_SAVEAS_START","features":[88]},{"name":"WMT_SAVEAS_STOP","features":[88]},{"name":"WMT_SET_FEC_SPAN","features":[88]},{"name":"WMT_SOURCE_SWITCH","features":[88]},{"name":"WMT_STARTED","features":[88]},{"name":"WMT_STATUS","features":[88]},{"name":"WMT_STOPPED","features":[88]},{"name":"WMT_STORAGE_FORMAT","features":[88]},{"name":"WMT_STREAM_SELECTION","features":[88]},{"name":"WMT_STRIDING","features":[88]},{"name":"WMT_Storage_Format_MP3","features":[88]},{"name":"WMT_Storage_Format_V1","features":[88]},{"name":"WMT_TIMECODE_EXTENSION_DATA","features":[88]},{"name":"WMT_TIMECODE_FRAMERATE","features":[88]},{"name":"WMT_TIMECODE_FRAMERATE_24","features":[88]},{"name":"WMT_TIMECODE_FRAMERATE_25","features":[88]},{"name":"WMT_TIMECODE_FRAMERATE_30","features":[88]},{"name":"WMT_TIMECODE_FRAMERATE_30DROP","features":[88]},{"name":"WMT_TIMER","features":[88]},{"name":"WMT_TRANSCRYPTOR_CLOSED","features":[88]},{"name":"WMT_TRANSCRYPTOR_INIT","features":[88]},{"name":"WMT_TRANSCRYPTOR_READ","features":[88]},{"name":"WMT_TRANSCRYPTOR_SEEKED","features":[88]},{"name":"WMT_TRANSPORT_TYPE","features":[88]},{"name":"WMT_TYPE_BINARY","features":[88]},{"name":"WMT_TYPE_BOOL","features":[88]},{"name":"WMT_TYPE_DWORD","features":[88]},{"name":"WMT_TYPE_GUID","features":[88]},{"name":"WMT_TYPE_QWORD","features":[88]},{"name":"WMT_TYPE_STRING","features":[88]},{"name":"WMT_TYPE_WORD","features":[88]},{"name":"WMT_Transport_Type_Reliable","features":[88]},{"name":"WMT_Transport_Type_Unreliable","features":[88]},{"name":"WMT_VERSION","features":[88]},{"name":"WMT_VER_4_0","features":[88]},{"name":"WMT_VER_7_0","features":[88]},{"name":"WMT_VER_8_0","features":[88]},{"name":"WMT_VER_9_0","features":[88]},{"name":"WMT_VIDEOIMAGE_INTEGER_DENOMINATOR","features":[88]},{"name":"WMT_VIDEOIMAGE_MAGIC_NUMBER","features":[88]},{"name":"WMT_VIDEOIMAGE_MAGIC_NUMBER_2","features":[88]},{"name":"WMT_VIDEOIMAGE_SAMPLE","features":[88]},{"name":"WMT_VIDEOIMAGE_SAMPLE2","features":[3,88]},{"name":"WMT_VIDEOIMAGE_SAMPLE_ADV_BLENDING","features":[88]},{"name":"WMT_VIDEOIMAGE_SAMPLE_BLENDING","features":[88]},{"name":"WMT_VIDEOIMAGE_SAMPLE_INPUT_FRAME","features":[88]},{"name":"WMT_VIDEOIMAGE_SAMPLE_MOTION","features":[88]},{"name":"WMT_VIDEOIMAGE_SAMPLE_OUTPUT_FRAME","features":[88]},{"name":"WMT_VIDEOIMAGE_SAMPLE_ROTATION","features":[88]},{"name":"WMT_VIDEOIMAGE_SAMPLE_USES_CURRENT_INPUT_FRAME","features":[88]},{"name":"WMT_VIDEOIMAGE_SAMPLE_USES_PREVIOUS_INPUT_FRAME","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_BOW_TIE","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_CIRCLE","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_CROSS_FADE","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_DIAGONAL","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_DIAMOND","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FADE_TO_COLOR","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FILLED_V","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FLIP","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_INSET","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_IRIS","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_PAGE_ROLL","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_RECTANGLE","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_REVEAL","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_SLIDE","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_SPLIT","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_STAR","features":[88]},{"name":"WMT_VIDEOIMAGE_TRANSITION_WHEEL","features":[88]},{"name":"WMT_WATERMARK_ENTRY","features":[88]},{"name":"WMT_WATERMARK_ENTRY_TYPE","features":[88]},{"name":"WMT_WEBSTREAM_FORMAT","features":[88]},{"name":"WMT_WEBSTREAM_SAMPLE_HEADER","features":[88]},{"name":"WMT_WMETYPE_AUDIO","features":[88]},{"name":"WMT_WMETYPE_VIDEO","features":[88]},{"name":"WMVIDEOINFOHEADER","features":[3,14,88]},{"name":"WMVIDEOINFOHEADER2","features":[3,14,88]},{"name":"WM_ADDRESS_ACCESSENTRY","features":[88]},{"name":"WM_AETYPE","features":[88]},{"name":"WM_AETYPE_EXCLUDE","features":[88]},{"name":"WM_AETYPE_INCLUDE","features":[88]},{"name":"WM_CLIENT_PROPERTIES","features":[88]},{"name":"WM_CLIENT_PROPERTIES_EX","features":[88]},{"name":"WM_CL_INTERLACED420","features":[88]},{"name":"WM_CL_PROGRESSIVE420","features":[88]},{"name":"WM_CT_BOTTOM_FIELD_FIRST","features":[88]},{"name":"WM_CT_INTERLACED","features":[88]},{"name":"WM_CT_REPEAT_FIRST_FIELD","features":[88]},{"name":"WM_CT_TOP_FIELD_FIRST","features":[88]},{"name":"WM_DM_DEINTERLACE_HALFSIZE","features":[88]},{"name":"WM_DM_DEINTERLACE_HALFSIZEDOUBLERATE","features":[88]},{"name":"WM_DM_DEINTERLACE_INVERSETELECINE","features":[88]},{"name":"WM_DM_DEINTERLACE_NORMAL","features":[88]},{"name":"WM_DM_DEINTERLACE_VERTICALHALFSIZEDOUBLERATE","features":[88]},{"name":"WM_DM_INTERLACED_TYPE","features":[88]},{"name":"WM_DM_IT_DISABLE_COHERENT_MODE","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_COHERENCY","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_AA_BOTTOM","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_AA_TOP","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BB_BOTTOM","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BB_TOP","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BC_BOTTOM","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BC_TOP","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_CD_BOTTOM","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_CD_TOP","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_DD_BOTTOM","features":[88]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_DD_TOP","features":[88]},{"name":"WM_DM_NOTINTERLACED","features":[88]},{"name":"WM_LEAKY_BUCKET_PAIR","features":[88]},{"name":"WM_MAX_STREAMS","features":[88]},{"name":"WM_MAX_VIDEO_STREAMS","features":[88]},{"name":"WM_MEDIA_TYPE","features":[3,88]},{"name":"WM_PICTURE","features":[88]},{"name":"WM_PLAYBACK_DRC_HIGH","features":[88]},{"name":"WM_PLAYBACK_DRC_LEVEL","features":[88]},{"name":"WM_PLAYBACK_DRC_LOW","features":[88]},{"name":"WM_PLAYBACK_DRC_MEDIUM","features":[88]},{"name":"WM_PORT_NUMBER_RANGE","features":[88]},{"name":"WM_READER_CLIENTINFO","features":[3,88]},{"name":"WM_READER_STATISTICS","features":[88]},{"name":"WM_SFEX_DATALOSS","features":[88]},{"name":"WM_SFEX_NOTASYNCPOINT","features":[88]},{"name":"WM_SFEX_TYPE","features":[88]},{"name":"WM_SF_CLEANPOINT","features":[88]},{"name":"WM_SF_DATALOSS","features":[88]},{"name":"WM_SF_DISCONTINUITY","features":[88]},{"name":"WM_SF_TYPE","features":[88]},{"name":"WM_STREAM_PRIORITY_RECORD","features":[3,88]},{"name":"WM_STREAM_TYPE_INFO","features":[88]},{"name":"WM_SYNCHRONISED_LYRICS","features":[88]},{"name":"WM_SampleExtensionGUID_ChromaLocation","features":[88]},{"name":"WM_SampleExtensionGUID_ColorSpaceInfo","features":[88]},{"name":"WM_SampleExtensionGUID_ContentType","features":[88]},{"name":"WM_SampleExtensionGUID_FileName","features":[88]},{"name":"WM_SampleExtensionGUID_OutputCleanPoint","features":[88]},{"name":"WM_SampleExtensionGUID_PixelAspectRatio","features":[88]},{"name":"WM_SampleExtensionGUID_SampleDuration","features":[88]},{"name":"WM_SampleExtensionGUID_SampleProtectionSalt","features":[88]},{"name":"WM_SampleExtensionGUID_Timecode","features":[88]},{"name":"WM_SampleExtensionGUID_UserDataInfo","features":[88]},{"name":"WM_SampleExtension_ChromaLocation_Size","features":[88]},{"name":"WM_SampleExtension_ColorSpaceInfo_Size","features":[88]},{"name":"WM_SampleExtension_ContentType_Size","features":[88]},{"name":"WM_SampleExtension_PixelAspectRatio_Size","features":[88]},{"name":"WM_SampleExtension_SampleDuration_Size","features":[88]},{"name":"WM_SampleExtension_Timecode_Size","features":[88]},{"name":"WM_USER_TEXT","features":[88]},{"name":"WM_USER_WEB_URL","features":[88]},{"name":"WM_WRITER_STATISTICS","features":[88]},{"name":"WM_WRITER_STATISTICS_EX","features":[88]},{"name":"_AM_ASFWRITERCONFIG_PARAM","features":[88]},{"name":"g_dwWMContentAttributes","features":[88]},{"name":"g_dwWMNSCAttributes","features":[88]},{"name":"g_dwWMSpecialAttributes","features":[88]},{"name":"g_wszASFLeakyBucketPairs","features":[88]},{"name":"g_wszAllowInterlacedOutput","features":[88]},{"name":"g_wszAverageLevel","features":[88]},{"name":"g_wszBufferAverage","features":[88]},{"name":"g_wszComplexity","features":[88]},{"name":"g_wszComplexityLive","features":[88]},{"name":"g_wszComplexityMax","features":[88]},{"name":"g_wszComplexityOffline","features":[88]},{"name":"g_wszDecoderComplexityRequested","features":[88]},{"name":"g_wszDedicatedDeliveryThread","features":[88]},{"name":"g_wszDeinterlaceMode","features":[88]},{"name":"g_wszDeliverOnReceive","features":[88]},{"name":"g_wszDeviceConformanceTemplate","features":[88]},{"name":"g_wszDynamicRangeControl","features":[88]},{"name":"g_wszEDL","features":[88]},{"name":"g_wszEarlyDataDelivery","features":[88]},{"name":"g_wszEnableDiscreteOutput","features":[88]},{"name":"g_wszEnableFrameInterpolation","features":[88]},{"name":"g_wszEnableWMAProSPDIFOutput","features":[88]},{"name":"g_wszFailSeekOnError","features":[88]},{"name":"g_wszFixedFrameRate","features":[88]},{"name":"g_wszFold6To2Channels3","features":[88]},{"name":"g_wszFoldToChannelsTemplate","features":[88]},{"name":"g_wszInitialPatternForInverseTelecine","features":[88]},{"name":"g_wszInterlacedCoding","features":[88]},{"name":"g_wszIsVBRSupported","features":[88]},{"name":"g_wszJPEGCompressionQuality","features":[88]},{"name":"g_wszJustInTimeDecode","features":[88]},{"name":"g_wszMixedClassMode","features":[88]},{"name":"g_wszMusicClassMode","features":[88]},{"name":"g_wszMusicSpeechClassMode","features":[88]},{"name":"g_wszNeedsPreviousSample","features":[88]},{"name":"g_wszNumPasses","features":[88]},{"name":"g_wszOriginalSourceFormatTag","features":[88]},{"name":"g_wszOriginalWaveFormat","features":[88]},{"name":"g_wszPeakValue","features":[88]},{"name":"g_wszPermitSeeksBeyondEndOfStream","features":[88]},{"name":"g_wszReloadIndexOnSeek","features":[88]},{"name":"g_wszScrambledAudio","features":[88]},{"name":"g_wszSingleOutputBuffer","features":[88]},{"name":"g_wszSoftwareScaling","features":[88]},{"name":"g_wszSourceBufferTime","features":[88]},{"name":"g_wszSourceMaxBytesAtOnce","features":[88]},{"name":"g_wszSpeakerConfig","features":[88]},{"name":"g_wszSpeechCaps","features":[88]},{"name":"g_wszSpeechClassMode","features":[88]},{"name":"g_wszStreamLanguage","features":[88]},{"name":"g_wszStreamNumIndexObjects","features":[88]},{"name":"g_wszUsePacketAtSeekPoint","features":[88]},{"name":"g_wszVBRBitrateMax","features":[88]},{"name":"g_wszVBRBufferWindowMax","features":[88]},{"name":"g_wszVBREnabled","features":[88]},{"name":"g_wszVBRPeak","features":[88]},{"name":"g_wszVBRQuality","features":[88]},{"name":"g_wszVideoSampleDurations","features":[88]},{"name":"g_wszWMADID","features":[88]},{"name":"g_wszWMASFPacketCount","features":[88]},{"name":"g_wszWMASFSecurityObjectsSize","features":[88]},{"name":"g_wszWMAlbumArtist","features":[88]},{"name":"g_wszWMAlbumArtistSort","features":[88]},{"name":"g_wszWMAlbumCoverURL","features":[88]},{"name":"g_wszWMAlbumTitle","features":[88]},{"name":"g_wszWMAlbumTitleSort","features":[88]},{"name":"g_wszWMAspectRatioX","features":[88]},{"name":"g_wszWMAspectRatioY","features":[88]},{"name":"g_wszWMAudioFileURL","features":[88]},{"name":"g_wszWMAudioSourceURL","features":[88]},{"name":"g_wszWMAuthor","features":[88]},{"name":"g_wszWMAuthorSort","features":[88]},{"name":"g_wszWMAuthorURL","features":[88]},{"name":"g_wszWMBannerImageData","features":[88]},{"name":"g_wszWMBannerImageType","features":[88]},{"name":"g_wszWMBannerImageURL","features":[88]},{"name":"g_wszWMBeatsPerMinute","features":[88]},{"name":"g_wszWMBitrate","features":[88]},{"name":"g_wszWMBroadcast","features":[88]},{"name":"g_wszWMCategory","features":[88]},{"name":"g_wszWMCodec","features":[88]},{"name":"g_wszWMComposer","features":[88]},{"name":"g_wszWMComposerSort","features":[88]},{"name":"g_wszWMConductor","features":[88]},{"name":"g_wszWMContainerFormat","features":[88]},{"name":"g_wszWMContentDistributor","features":[88]},{"name":"g_wszWMContentGroupDescription","features":[88]},{"name":"g_wszWMCopyright","features":[88]},{"name":"g_wszWMCopyrightURL","features":[88]},{"name":"g_wszWMCurrentBitrate","features":[88]},{"name":"g_wszWMDRM","features":[88]},{"name":"g_wszWMDRM_ContentID","features":[88]},{"name":"g_wszWMDRM_Flags","features":[88]},{"name":"g_wszWMDRM_HeaderSignPrivKey","features":[88]},{"name":"g_wszWMDRM_IndividualizedVersion","features":[88]},{"name":"g_wszWMDRM_KeyID","features":[88]},{"name":"g_wszWMDRM_KeySeed","features":[88]},{"name":"g_wszWMDRM_LASignatureCert","features":[88]},{"name":"g_wszWMDRM_LASignatureLicSrvCert","features":[88]},{"name":"g_wszWMDRM_LASignaturePrivKey","features":[88]},{"name":"g_wszWMDRM_LASignatureRootCert","features":[88]},{"name":"g_wszWMDRM_Level","features":[88]},{"name":"g_wszWMDRM_LicenseAcqURL","features":[88]},{"name":"g_wszWMDRM_SourceID","features":[88]},{"name":"g_wszWMDRM_V1LicenseAcqURL","features":[88]},{"name":"g_wszWMDVDID","features":[88]},{"name":"g_wszWMDescription","features":[88]},{"name":"g_wszWMDirector","features":[88]},{"name":"g_wszWMDuration","features":[88]},{"name":"g_wszWMEncodedBy","features":[88]},{"name":"g_wszWMEncodingSettings","features":[88]},{"name":"g_wszWMEncodingTime","features":[88]},{"name":"g_wszWMEpisodeNumber","features":[88]},{"name":"g_wszWMFileSize","features":[88]},{"name":"g_wszWMGenre","features":[88]},{"name":"g_wszWMGenreID","features":[88]},{"name":"g_wszWMHasArbitraryDataStream","features":[88]},{"name":"g_wszWMHasAttachedImages","features":[88]},{"name":"g_wszWMHasAudio","features":[88]},{"name":"g_wszWMHasFileTransferStream","features":[88]},{"name":"g_wszWMHasImage","features":[88]},{"name":"g_wszWMHasScript","features":[88]},{"name":"g_wszWMHasVideo","features":[88]},{"name":"g_wszWMISAN","features":[88]},{"name":"g_wszWMISRC","features":[88]},{"name":"g_wszWMInitialKey","features":[88]},{"name":"g_wszWMIsCompilation","features":[88]},{"name":"g_wszWMIsVBR","features":[88]},{"name":"g_wszWMLanguage","features":[88]},{"name":"g_wszWMLyrics","features":[88]},{"name":"g_wszWMLyrics_Synchronised","features":[88]},{"name":"g_wszWMMCDI","features":[88]},{"name":"g_wszWMMediaClassPrimaryID","features":[88]},{"name":"g_wszWMMediaClassSecondaryID","features":[88]},{"name":"g_wszWMMediaCredits","features":[88]},{"name":"g_wszWMMediaIsDelay","features":[88]},{"name":"g_wszWMMediaIsFinale","features":[88]},{"name":"g_wszWMMediaIsLive","features":[88]},{"name":"g_wszWMMediaIsPremiere","features":[88]},{"name":"g_wszWMMediaIsRepeat","features":[88]},{"name":"g_wszWMMediaIsSAP","features":[88]},{"name":"g_wszWMMediaIsStereo","features":[88]},{"name":"g_wszWMMediaIsSubtitled","features":[88]},{"name":"g_wszWMMediaIsTape","features":[88]},{"name":"g_wszWMMediaNetworkAffiliation","features":[88]},{"name":"g_wszWMMediaOriginalBroadcastDateTime","features":[88]},{"name":"g_wszWMMediaOriginalChannel","features":[88]},{"name":"g_wszWMMediaStationCallSign","features":[88]},{"name":"g_wszWMMediaStationName","features":[88]},{"name":"g_wszWMModifiedBy","features":[88]},{"name":"g_wszWMMood","features":[88]},{"name":"g_wszWMNSCAddress","features":[88]},{"name":"g_wszWMNSCDescription","features":[88]},{"name":"g_wszWMNSCEmail","features":[88]},{"name":"g_wszWMNSCName","features":[88]},{"name":"g_wszWMNSCPhone","features":[88]},{"name":"g_wszWMNumberOfFrames","features":[88]},{"name":"g_wszWMOptimalBitrate","features":[88]},{"name":"g_wszWMOriginalAlbumTitle","features":[88]},{"name":"g_wszWMOriginalArtist","features":[88]},{"name":"g_wszWMOriginalFilename","features":[88]},{"name":"g_wszWMOriginalLyricist","features":[88]},{"name":"g_wszWMOriginalReleaseTime","features":[88]},{"name":"g_wszWMOriginalReleaseYear","features":[88]},{"name":"g_wszWMParentalRating","features":[88]},{"name":"g_wszWMParentalRatingReason","features":[88]},{"name":"g_wszWMPartOfSet","features":[88]},{"name":"g_wszWMPeakBitrate","features":[88]},{"name":"g_wszWMPeriod","features":[88]},{"name":"g_wszWMPicture","features":[88]},{"name":"g_wszWMPlaylistDelay","features":[88]},{"name":"g_wszWMProducer","features":[88]},{"name":"g_wszWMPromotionURL","features":[88]},{"name":"g_wszWMProtected","features":[88]},{"name":"g_wszWMProtectionType","features":[88]},{"name":"g_wszWMProvider","features":[88]},{"name":"g_wszWMProviderCopyright","features":[88]},{"name":"g_wszWMProviderRating","features":[88]},{"name":"g_wszWMProviderStyle","features":[88]},{"name":"g_wszWMPublisher","features":[88]},{"name":"g_wszWMRadioStationName","features":[88]},{"name":"g_wszWMRadioStationOwner","features":[88]},{"name":"g_wszWMRating","features":[88]},{"name":"g_wszWMSeasonNumber","features":[88]},{"name":"g_wszWMSeekable","features":[88]},{"name":"g_wszWMSharedUserRating","features":[88]},{"name":"g_wszWMSignature_Name","features":[88]},{"name":"g_wszWMSkipBackward","features":[88]},{"name":"g_wszWMSkipForward","features":[88]},{"name":"g_wszWMStreamTypeInfo","features":[88]},{"name":"g_wszWMStridable","features":[88]},{"name":"g_wszWMSubTitle","features":[88]},{"name":"g_wszWMSubTitleDescription","features":[88]},{"name":"g_wszWMSubscriptionContentID","features":[88]},{"name":"g_wszWMText","features":[88]},{"name":"g_wszWMTitle","features":[88]},{"name":"g_wszWMTitleSort","features":[88]},{"name":"g_wszWMToolName","features":[88]},{"name":"g_wszWMToolVersion","features":[88]},{"name":"g_wszWMTrack","features":[88]},{"name":"g_wszWMTrackNumber","features":[88]},{"name":"g_wszWMTrusted","features":[88]},{"name":"g_wszWMUniqueFileIdentifier","features":[88]},{"name":"g_wszWMUse_Advanced_DRM","features":[88]},{"name":"g_wszWMUse_DRM","features":[88]},{"name":"g_wszWMUserWebURL","features":[88]},{"name":"g_wszWMVideoClosedCaptioning","features":[88]},{"name":"g_wszWMVideoFrameRate","features":[88]},{"name":"g_wszWMVideoHeight","features":[88]},{"name":"g_wszWMVideoWidth","features":[88]},{"name":"g_wszWMWMADRCAverageReference","features":[88]},{"name":"g_wszWMWMADRCAverageTarget","features":[88]},{"name":"g_wszWMWMADRCPeakReference","features":[88]},{"name":"g_wszWMWMADRCPeakTarget","features":[88]},{"name":"g_wszWMWMCPDistributor","features":[88]},{"name":"g_wszWMWMCPDistributorID","features":[88]},{"name":"g_wszWMWMCollectionGroupID","features":[88]},{"name":"g_wszWMWMCollectionID","features":[88]},{"name":"g_wszWMWMContentID","features":[88]},{"name":"g_wszWMWMShadowFileSourceDRMType","features":[88]},{"name":"g_wszWMWMShadowFileSourceFileType","features":[88]},{"name":"g_wszWMWriter","features":[88]},{"name":"g_wszWMYear","features":[88]},{"name":"g_wszWatermarkCLSID","features":[88]},{"name":"g_wszWatermarkConfig","features":[88]}],"446":[{"name":"ADDRESS_TYPE_IANA","features":[89]},{"name":"ADDRESS_TYPE_IATA","features":[89]},{"name":"Allow","features":[89]},{"name":"CHANGESTATE","features":[89]},{"name":"CLIENT_TYPE_BOOTP","features":[89]},{"name":"CLIENT_TYPE_DHCP","features":[89]},{"name":"CLIENT_TYPE_NONE","features":[89]},{"name":"CLIENT_TYPE_RESERVATION_FLAG","features":[89]},{"name":"CLIENT_TYPE_UNSPECIFIED","features":[89]},{"name":"COMMUNICATION_INT","features":[89]},{"name":"CONFLICT_DONE","features":[89]},{"name":"DATE_TIME","features":[89]},{"name":"DEFAULTQUARSETTING","features":[89]},{"name":"DHCPAPI_PARAMS","features":[3,89]},{"name":"DHCPCAPI_CLASSID","features":[89]},{"name":"DHCPCAPI_DEREGISTER_HANDLE_EVENT","features":[89]},{"name":"DHCPCAPI_PARAMS_ARRAY","features":[3,89]},{"name":"DHCPCAPI_REGISTER_HANDLE_EVENT","features":[89]},{"name":"DHCPCAPI_REQUEST_ASYNCHRONOUS","features":[89]},{"name":"DHCPCAPI_REQUEST_CANCEL","features":[89]},{"name":"DHCPCAPI_REQUEST_MASK","features":[89]},{"name":"DHCPCAPI_REQUEST_PERSISTENT","features":[89]},{"name":"DHCPCAPI_REQUEST_SYNCHRONOUS","features":[89]},{"name":"DHCPDS_SERVER","features":[89]},{"name":"DHCPDS_SERVERS","features":[89]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO","features":[3,89]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO_ARRAY","features":[3,89]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO_EX","features":[3,89]},{"name":"DHCPV6CAPI_CLASSID","features":[89]},{"name":"DHCPV6CAPI_PARAMS","features":[3,89]},{"name":"DHCPV6CAPI_PARAMS_ARRAY","features":[3,89]},{"name":"DHCPV6Prefix","features":[89]},{"name":"DHCPV6PrefixLeaseInformation","features":[89]},{"name":"DHCPV6_BIND_ELEMENT","features":[3,89]},{"name":"DHCPV6_BIND_ELEMENT_ARRAY","features":[3,89]},{"name":"DHCPV6_IP_ARRAY","features":[89]},{"name":"DHCPV6_OPTION_CLIENTID","features":[89]},{"name":"DHCPV6_OPTION_DNS_SERVERS","features":[89]},{"name":"DHCPV6_OPTION_DOMAIN_LIST","features":[89]},{"name":"DHCPV6_OPTION_IA_NA","features":[89]},{"name":"DHCPV6_OPTION_IA_PD","features":[89]},{"name":"DHCPV6_OPTION_IA_TA","features":[89]},{"name":"DHCPV6_OPTION_NISP_DOMAIN_NAME","features":[89]},{"name":"DHCPV6_OPTION_NISP_SERVERS","features":[89]},{"name":"DHCPV6_OPTION_NIS_DOMAIN_NAME","features":[89]},{"name":"DHCPV6_OPTION_NIS_SERVERS","features":[89]},{"name":"DHCPV6_OPTION_ORO","features":[89]},{"name":"DHCPV6_OPTION_PREFERENCE","features":[89]},{"name":"DHCPV6_OPTION_RAPID_COMMIT","features":[89]},{"name":"DHCPV6_OPTION_RECONF_MSG","features":[89]},{"name":"DHCPV6_OPTION_SERVERID","features":[89]},{"name":"DHCPV6_OPTION_SIP_SERVERS_ADDRS","features":[89]},{"name":"DHCPV6_OPTION_SIP_SERVERS_NAMES","features":[89]},{"name":"DHCPV6_OPTION_UNICAST","features":[89]},{"name":"DHCPV6_OPTION_USER_CLASS","features":[89]},{"name":"DHCPV6_OPTION_VENDOR_CLASS","features":[89]},{"name":"DHCPV6_OPTION_VENDOR_OPTS","features":[89]},{"name":"DHCPV6_STATELESS_PARAMS","features":[3,89]},{"name":"DHCPV6_STATELESS_PARAM_TYPE","features":[89]},{"name":"DHCPV6_STATELESS_SCOPE_STATS","features":[89]},{"name":"DHCPV6_STATELESS_STATS","features":[89]},{"name":"DHCP_ADDR_PATTERN","features":[3,89]},{"name":"DHCP_ALL_OPTIONS","features":[89]},{"name":"DHCP_ALL_OPTION_VALUES","features":[3,89]},{"name":"DHCP_ALL_OPTION_VALUES_PB","features":[3,89]},{"name":"DHCP_ATTRIB","features":[3,89]},{"name":"DHCP_ATTRIB_ARRAY","features":[3,89]},{"name":"DHCP_ATTRIB_BOOL_IS_ADMIN","features":[89]},{"name":"DHCP_ATTRIB_BOOL_IS_BINDING_AWARE","features":[89]},{"name":"DHCP_ATTRIB_BOOL_IS_DYNBOOTP","features":[89]},{"name":"DHCP_ATTRIB_BOOL_IS_PART_OF_DSDC","features":[89]},{"name":"DHCP_ATTRIB_BOOL_IS_ROGUE","features":[89]},{"name":"DHCP_ATTRIB_TYPE_BOOL","features":[89]},{"name":"DHCP_ATTRIB_TYPE_ULONG","features":[89]},{"name":"DHCP_ATTRIB_ULONG_RESTORE_STATUS","features":[89]},{"name":"DHCP_BINARY_DATA","features":[89]},{"name":"DHCP_BIND_ELEMENT","features":[3,89]},{"name":"DHCP_BIND_ELEMENT_ARRAY","features":[3,89]},{"name":"DHCP_BOOTP_IP_RANGE","features":[89]},{"name":"DHCP_CALLOUT_ENTRY_POINT","features":[89]},{"name":"DHCP_CALLOUT_LIST_KEY","features":[89]},{"name":"DHCP_CALLOUT_LIST_VALUE","features":[89]},{"name":"DHCP_CALLOUT_TABLE","features":[3,89]},{"name":"DHCP_CLASS_INFO","features":[3,89]},{"name":"DHCP_CLASS_INFO_ARRAY","features":[3,89]},{"name":"DHCP_CLASS_INFO_ARRAY_V6","features":[3,89]},{"name":"DHCP_CLASS_INFO_V6","features":[3,89]},{"name":"DHCP_CLIENT_BOOTP","features":[89]},{"name":"DHCP_CLIENT_DHCP","features":[89]},{"name":"DHCP_CLIENT_FILTER_STATUS_INFO","features":[3,89]},{"name":"DHCP_CLIENT_FILTER_STATUS_INFO_ARRAY","features":[3,89]},{"name":"DHCP_CLIENT_INFO","features":[89]},{"name":"DHCP_CLIENT_INFO_ARRAY","features":[89]},{"name":"DHCP_CLIENT_INFO_ARRAY_V4","features":[89]},{"name":"DHCP_CLIENT_INFO_ARRAY_V5","features":[89]},{"name":"DHCP_CLIENT_INFO_ARRAY_V6","features":[89]},{"name":"DHCP_CLIENT_INFO_ARRAY_VQ","features":[3,89]},{"name":"DHCP_CLIENT_INFO_EX","features":[3,89]},{"name":"DHCP_CLIENT_INFO_EX_ARRAY","features":[3,89]},{"name":"DHCP_CLIENT_INFO_PB","features":[3,89]},{"name":"DHCP_CLIENT_INFO_PB_ARRAY","features":[3,89]},{"name":"DHCP_CLIENT_INFO_V4","features":[89]},{"name":"DHCP_CLIENT_INFO_V5","features":[89]},{"name":"DHCP_CLIENT_INFO_V6","features":[89]},{"name":"DHCP_CLIENT_INFO_VQ","features":[3,89]},{"name":"DHCP_CONTROL_CONTINUE","features":[89]},{"name":"DHCP_CONTROL_PAUSE","features":[89]},{"name":"DHCP_CONTROL_START","features":[89]},{"name":"DHCP_CONTROL_STOP","features":[89]},{"name":"DHCP_DROP_DUPLICATE","features":[89]},{"name":"DHCP_DROP_GEN_FAILURE","features":[89]},{"name":"DHCP_DROP_INTERNAL_ERROR","features":[89]},{"name":"DHCP_DROP_INVALID","features":[89]},{"name":"DHCP_DROP_NOADDRESS","features":[89]},{"name":"DHCP_DROP_NOMEM","features":[89]},{"name":"DHCP_DROP_NO_SUBNETS","features":[89]},{"name":"DHCP_DROP_PAUSED","features":[89]},{"name":"DHCP_DROP_PROCESSED","features":[89]},{"name":"DHCP_DROP_TIMEOUT","features":[89]},{"name":"DHCP_DROP_UNAUTH","features":[89]},{"name":"DHCP_DROP_WRONG_SERVER","features":[89]},{"name":"DHCP_ENDPOINT_FLAG_CANT_MODIFY","features":[89]},{"name":"DHCP_FAILOVER_DELETE_SCOPES","features":[89]},{"name":"DHCP_FAILOVER_MAX_NUM_ADD_SCOPES","features":[89]},{"name":"DHCP_FAILOVER_MAX_NUM_REL","features":[89]},{"name":"DHCP_FAILOVER_MODE","features":[89]},{"name":"DHCP_FAILOVER_RELATIONSHIP","features":[89]},{"name":"DHCP_FAILOVER_RELATIONSHIP_ARRAY","features":[89]},{"name":"DHCP_FAILOVER_SERVER","features":[89]},{"name":"DHCP_FAILOVER_STATISTICS","features":[89]},{"name":"DHCP_FILTER_ADD_INFO","features":[3,89]},{"name":"DHCP_FILTER_ENUM_INFO","features":[3,89]},{"name":"DHCP_FILTER_GLOBAL_INFO","features":[3,89]},{"name":"DHCP_FILTER_LIST_TYPE","features":[89]},{"name":"DHCP_FILTER_RECORD","features":[3,89]},{"name":"DHCP_FLAGS_DONT_ACCESS_DS","features":[89]},{"name":"DHCP_FLAGS_DONT_DO_RPC","features":[89]},{"name":"DHCP_FLAGS_OPTION_IS_VENDOR","features":[89]},{"name":"DHCP_FORCE_FLAG","features":[89]},{"name":"DHCP_GIVE_ADDRESS_NEW","features":[89]},{"name":"DHCP_GIVE_ADDRESS_OLD","features":[89]},{"name":"DHCP_HOST_INFO","features":[89]},{"name":"DHCP_HOST_INFO_V6","features":[89]},{"name":"DHCP_IPV6_ADDRESS","features":[89]},{"name":"DHCP_IP_ARRAY","features":[89]},{"name":"DHCP_IP_CLUSTER","features":[89]},{"name":"DHCP_IP_RANGE","features":[89]},{"name":"DHCP_IP_RANGE_ARRAY","features":[89]},{"name":"DHCP_IP_RANGE_V6","features":[89]},{"name":"DHCP_IP_RESERVATION","features":[89]},{"name":"DHCP_IP_RESERVATION_INFO","features":[89]},{"name":"DHCP_IP_RESERVATION_V4","features":[89]},{"name":"DHCP_IP_RESERVATION_V6","features":[89]},{"name":"DHCP_MAX_DELAY","features":[89]},{"name":"DHCP_MIB_INFO","features":[89]},{"name":"DHCP_MIB_INFO_V5","features":[89]},{"name":"DHCP_MIB_INFO_V6","features":[89]},{"name":"DHCP_MIB_INFO_VQ","features":[89]},{"name":"DHCP_MIN_DELAY","features":[89]},{"name":"DHCP_OPTION","features":[89]},{"name":"DHCP_OPTION_ARRAY","features":[89]},{"name":"DHCP_OPTION_DATA","features":[89]},{"name":"DHCP_OPTION_DATA_ELEMENT","features":[89]},{"name":"DHCP_OPTION_DATA_TYPE","features":[89]},{"name":"DHCP_OPTION_LIST","features":[89]},{"name":"DHCP_OPTION_SCOPE_INFO","features":[89]},{"name":"DHCP_OPTION_SCOPE_INFO6","features":[89]},{"name":"DHCP_OPTION_SCOPE_TYPE","features":[89]},{"name":"DHCP_OPTION_SCOPE_TYPE6","features":[89]},{"name":"DHCP_OPTION_TYPE","features":[89]},{"name":"DHCP_OPTION_VALUE","features":[89]},{"name":"DHCP_OPTION_VALUE_ARRAY","features":[89]},{"name":"DHCP_OPT_ENUM_IGNORE_VENDOR","features":[89]},{"name":"DHCP_OPT_ENUM_USE_CLASSNAME","features":[89]},{"name":"DHCP_PERF_STATS","features":[89]},{"name":"DHCP_POLICY","features":[3,89]},{"name":"DHCP_POLICY_ARRAY","features":[3,89]},{"name":"DHCP_POLICY_EX","features":[3,89]},{"name":"DHCP_POLICY_EX_ARRAY","features":[3,89]},{"name":"DHCP_POLICY_FIELDS_TO_UPDATE","features":[89]},{"name":"DHCP_POL_ATTR_TYPE","features":[89]},{"name":"DHCP_POL_COMPARATOR","features":[89]},{"name":"DHCP_POL_COND","features":[89]},{"name":"DHCP_POL_COND_ARRAY","features":[89]},{"name":"DHCP_POL_EXPR","features":[89]},{"name":"DHCP_POL_EXPR_ARRAY","features":[89]},{"name":"DHCP_POL_LOGIC_OPER","features":[89]},{"name":"DHCP_PROB_CONFLICT","features":[89]},{"name":"DHCP_PROB_DECLINE","features":[89]},{"name":"DHCP_PROB_NACKED","features":[89]},{"name":"DHCP_PROB_RELEASE","features":[89]},{"name":"DHCP_PROPERTY","features":[89]},{"name":"DHCP_PROPERTY_ARRAY","features":[89]},{"name":"DHCP_PROPERTY_ID","features":[89]},{"name":"DHCP_PROPERTY_TYPE","features":[89]},{"name":"DHCP_RESERVATION_INFO_ARRAY","features":[89]},{"name":"DHCP_RESERVED_SCOPE","features":[89]},{"name":"DHCP_RESERVED_SCOPE6","features":[89]},{"name":"DHCP_SCAN_FLAG","features":[89]},{"name":"DHCP_SCAN_ITEM","features":[89]},{"name":"DHCP_SCAN_LIST","features":[89]},{"name":"DHCP_SEARCH_INFO","features":[89]},{"name":"DHCP_SEARCH_INFO_TYPE","features":[89]},{"name":"DHCP_SEARCH_INFO_TYPE_V6","features":[89]},{"name":"DHCP_SEARCH_INFO_V6","features":[89]},{"name":"DHCP_SEND_PACKET","features":[89]},{"name":"DHCP_SERVER_CONFIG_INFO","features":[89]},{"name":"DHCP_SERVER_CONFIG_INFO_V4","features":[3,89]},{"name":"DHCP_SERVER_CONFIG_INFO_V6","features":[3,89]},{"name":"DHCP_SERVER_CONFIG_INFO_VQ","features":[3,89]},{"name":"DHCP_SERVER_OPTIONS","features":[3,89]},{"name":"DHCP_SERVER_SPECIFIC_STRINGS","features":[89]},{"name":"DHCP_SUBNET_ELEMENT_DATA","features":[89]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V4","features":[89]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V5","features":[89]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V6","features":[89]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY","features":[89]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V4","features":[89]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5","features":[89]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V6","features":[89]},{"name":"DHCP_SUBNET_ELEMENT_TYPE","features":[89]},{"name":"DHCP_SUBNET_ELEMENT_TYPE_V6","features":[89]},{"name":"DHCP_SUBNET_INFO","features":[89]},{"name":"DHCP_SUBNET_INFO_V6","features":[89]},{"name":"DHCP_SUBNET_INFO_VQ","features":[89]},{"name":"DHCP_SUBNET_INFO_VQ_FLAG_QUARANTINE","features":[89]},{"name":"DHCP_SUBNET_STATE","features":[89]},{"name":"DHCP_SUPER_SCOPE_TABLE","features":[89]},{"name":"DHCP_SUPER_SCOPE_TABLE_ENTRY","features":[89]},{"name":"DNS_FLAG_CLEANUP_EXPIRED","features":[89]},{"name":"DNS_FLAG_DISABLE_PTR_UPDATE","features":[89]},{"name":"DNS_FLAG_ENABLED","features":[89]},{"name":"DNS_FLAG_HAS_DNS_SUFFIX","features":[89]},{"name":"DNS_FLAG_UPDATE_BOTH_ALWAYS","features":[89]},{"name":"DNS_FLAG_UPDATE_DHCID","features":[89]},{"name":"DNS_FLAG_UPDATE_DOWNLEVEL","features":[89]},{"name":"DROPPACKET","features":[89]},{"name":"DWORD_DWORD","features":[89]},{"name":"Deny","features":[89]},{"name":"DhcpAddFilterV4","features":[3,89]},{"name":"DhcpAddSecurityGroup","features":[89]},{"name":"DhcpAddServer","features":[89]},{"name":"DhcpAddSubnetElement","features":[89]},{"name":"DhcpAddSubnetElementV4","features":[89]},{"name":"DhcpAddSubnetElementV5","features":[89]},{"name":"DhcpAddSubnetElementV6","features":[89]},{"name":"DhcpArrayTypeOption","features":[89]},{"name":"DhcpAttrFqdn","features":[89]},{"name":"DhcpAttrFqdnSingleLabel","features":[89]},{"name":"DhcpAttrHWAddr","features":[89]},{"name":"DhcpAttrOption","features":[89]},{"name":"DhcpAttrSubOption","features":[89]},{"name":"DhcpAuditLogGetParams","features":[89]},{"name":"DhcpAuditLogSetParams","features":[89]},{"name":"DhcpBinaryDataOption","features":[89]},{"name":"DhcpByteOption","features":[89]},{"name":"DhcpCApiCleanup","features":[89]},{"name":"DhcpCApiInitialize","features":[89]},{"name":"DhcpClientHardwareAddress","features":[89]},{"name":"DhcpClientIpAddress","features":[89]},{"name":"DhcpClientName","features":[89]},{"name":"DhcpCompBeginsWith","features":[89]},{"name":"DhcpCompEndsWith","features":[89]},{"name":"DhcpCompEqual","features":[89]},{"name":"DhcpCompNotBeginWith","features":[89]},{"name":"DhcpCompNotEndWith","features":[89]},{"name":"DhcpCompNotEqual","features":[89]},{"name":"DhcpCreateClass","features":[3,89]},{"name":"DhcpCreateClassV6","features":[3,89]},{"name":"DhcpCreateClientInfo","features":[89]},{"name":"DhcpCreateClientInfoV4","features":[89]},{"name":"DhcpCreateClientInfoVQ","features":[3,89]},{"name":"DhcpCreateOption","features":[89]},{"name":"DhcpCreateOptionV5","features":[89]},{"name":"DhcpCreateOptionV6","features":[89]},{"name":"DhcpCreateSubnet","features":[89]},{"name":"DhcpCreateSubnetV6","features":[89]},{"name":"DhcpCreateSubnetVQ","features":[89]},{"name":"DhcpDWordDWordOption","features":[89]},{"name":"DhcpDWordOption","features":[89]},{"name":"DhcpDatabaseFix","features":[89]},{"name":"DhcpDeRegisterParamChange","features":[89]},{"name":"DhcpDefaultOptions","features":[89]},{"name":"DhcpDefaultOptions6","features":[89]},{"name":"DhcpDeleteClass","features":[89]},{"name":"DhcpDeleteClassV6","features":[89]},{"name":"DhcpDeleteClientInfo","features":[89]},{"name":"DhcpDeleteClientInfoV6","features":[89]},{"name":"DhcpDeleteFilterV4","features":[3,89]},{"name":"DhcpDeleteServer","features":[89]},{"name":"DhcpDeleteSubnet","features":[89]},{"name":"DhcpDeleteSubnetV6","features":[89]},{"name":"DhcpDeleteSuperScopeV4","features":[89]},{"name":"DhcpDsCleanup","features":[89]},{"name":"DhcpDsInit","features":[89]},{"name":"DhcpEncapsulatedDataOption","features":[89]},{"name":"DhcpEnumClasses","features":[3,89]},{"name":"DhcpEnumClassesV6","features":[3,89]},{"name":"DhcpEnumFilterV4","features":[3,89]},{"name":"DhcpEnumOptionValues","features":[89]},{"name":"DhcpEnumOptionValuesV5","features":[89]},{"name":"DhcpEnumOptionValuesV6","features":[89]},{"name":"DhcpEnumOptions","features":[89]},{"name":"DhcpEnumOptionsV5","features":[89]},{"name":"DhcpEnumOptionsV6","features":[89]},{"name":"DhcpEnumServers","features":[89]},{"name":"DhcpEnumSubnetClients","features":[89]},{"name":"DhcpEnumSubnetClientsFilterStatusInfo","features":[3,89]},{"name":"DhcpEnumSubnetClientsV4","features":[89]},{"name":"DhcpEnumSubnetClientsV5","features":[89]},{"name":"DhcpEnumSubnetClientsV6","features":[89]},{"name":"DhcpEnumSubnetClientsVQ","features":[3,89]},{"name":"DhcpEnumSubnetElements","features":[89]},{"name":"DhcpEnumSubnetElementsV4","features":[89]},{"name":"DhcpEnumSubnetElementsV5","features":[89]},{"name":"DhcpEnumSubnetElementsV6","features":[89]},{"name":"DhcpEnumSubnets","features":[89]},{"name":"DhcpEnumSubnetsV6","features":[89]},{"name":"DhcpExcludedIpRanges","features":[89]},{"name":"DhcpFailoverForce","features":[89]},{"name":"DhcpFullForce","features":[89]},{"name":"DhcpGetAllOptionValues","features":[3,89]},{"name":"DhcpGetAllOptionValuesV6","features":[3,89]},{"name":"DhcpGetAllOptions","features":[89]},{"name":"DhcpGetAllOptionsV6","features":[89]},{"name":"DhcpGetClassInfo","features":[3,89]},{"name":"DhcpGetClientInfo","features":[89]},{"name":"DhcpGetClientInfoV4","features":[89]},{"name":"DhcpGetClientInfoV6","features":[89]},{"name":"DhcpGetClientInfoVQ","features":[3,89]},{"name":"DhcpGetClientOptions","features":[89]},{"name":"DhcpGetFilterV4","features":[3,89]},{"name":"DhcpGetMibInfo","features":[89]},{"name":"DhcpGetMibInfoV5","features":[89]},{"name":"DhcpGetMibInfoV6","features":[89]},{"name":"DhcpGetOptionInfo","features":[89]},{"name":"DhcpGetOptionInfoV5","features":[89]},{"name":"DhcpGetOptionInfoV6","features":[89]},{"name":"DhcpGetOptionValue","features":[89]},{"name":"DhcpGetOptionValueV5","features":[89]},{"name":"DhcpGetOptionValueV6","features":[89]},{"name":"DhcpGetOriginalSubnetMask","features":[89]},{"name":"DhcpGetServerBindingInfo","features":[3,89]},{"name":"DhcpGetServerBindingInfoV6","features":[3,89]},{"name":"DhcpGetServerSpecificStrings","features":[89]},{"name":"DhcpGetSubnetDelayOffer","features":[89]},{"name":"DhcpGetSubnetInfo","features":[89]},{"name":"DhcpGetSubnetInfoV6","features":[89]},{"name":"DhcpGetSubnetInfoVQ","features":[89]},{"name":"DhcpGetSuperScopeInfoV4","features":[89]},{"name":"DhcpGetThreadOptions","features":[89]},{"name":"DhcpGetVersion","features":[89]},{"name":"DhcpGlobalOptions","features":[89]},{"name":"DhcpGlobalOptions6","features":[89]},{"name":"DhcpHlprAddV4PolicyCondition","features":[3,89]},{"name":"DhcpHlprAddV4PolicyExpr","features":[3,89]},{"name":"DhcpHlprAddV4PolicyRange","features":[3,89]},{"name":"DhcpHlprCreateV4Policy","features":[3,89]},{"name":"DhcpHlprCreateV4PolicyEx","features":[3,89]},{"name":"DhcpHlprFindV4DhcpProperty","features":[89]},{"name":"DhcpHlprFreeV4DhcpProperty","features":[89]},{"name":"DhcpHlprFreeV4DhcpPropertyArray","features":[89]},{"name":"DhcpHlprFreeV4Policy","features":[3,89]},{"name":"DhcpHlprFreeV4PolicyArray","features":[3,89]},{"name":"DhcpHlprFreeV4PolicyEx","features":[3,89]},{"name":"DhcpHlprFreeV4PolicyExArray","features":[3,89]},{"name":"DhcpHlprIsV4PolicySingleUC","features":[3,89]},{"name":"DhcpHlprIsV4PolicyValid","features":[3,89]},{"name":"DhcpHlprIsV4PolicyWellFormed","features":[3,89]},{"name":"DhcpHlprModifyV4PolicyExpr","features":[3,89]},{"name":"DhcpHlprResetV4PolicyExpr","features":[3,89]},{"name":"DhcpIpAddressOption","features":[89]},{"name":"DhcpIpRanges","features":[89]},{"name":"DhcpIpRangesBootpOnly","features":[89]},{"name":"DhcpIpRangesDhcpBootp","features":[89]},{"name":"DhcpIpRangesDhcpOnly","features":[89]},{"name":"DhcpIpUsedClusters","features":[89]},{"name":"DhcpIpv6AddressOption","features":[89]},{"name":"DhcpLogicalAnd","features":[89]},{"name":"DhcpLogicalOr","features":[89]},{"name":"DhcpMScopeOptions","features":[89]},{"name":"DhcpModifyClass","features":[3,89]},{"name":"DhcpModifyClassV6","features":[3,89]},{"name":"DhcpNoForce","features":[89]},{"name":"DhcpPropIdClientAddressStateEx","features":[89]},{"name":"DhcpPropIdPolicyDnsSuffix","features":[89]},{"name":"DhcpPropTypeBinary","features":[89]},{"name":"DhcpPropTypeByte","features":[89]},{"name":"DhcpPropTypeDword","features":[89]},{"name":"DhcpPropTypeString","features":[89]},{"name":"DhcpPropTypeWord","features":[89]},{"name":"DhcpRegisterParamChange","features":[3,89]},{"name":"DhcpRegistryFix","features":[89]},{"name":"DhcpRemoveDNSRegistrations","features":[89]},{"name":"DhcpRemoveOption","features":[89]},{"name":"DhcpRemoveOptionV5","features":[89]},{"name":"DhcpRemoveOptionV6","features":[89]},{"name":"DhcpRemoveOptionValue","features":[89]},{"name":"DhcpRemoveOptionValueV5","features":[89]},{"name":"DhcpRemoveOptionValueV6","features":[89]},{"name":"DhcpRemoveSubnetElement","features":[89]},{"name":"DhcpRemoveSubnetElementV4","features":[89]},{"name":"DhcpRemoveSubnetElementV5","features":[89]},{"name":"DhcpRemoveSubnetElementV6","features":[89]},{"name":"DhcpRequestParams","features":[3,89]},{"name":"DhcpReservedIps","features":[89]},{"name":"DhcpReservedOptions","features":[89]},{"name":"DhcpReservedOptions6","features":[89]},{"name":"DhcpRpcFreeMemory","features":[89]},{"name":"DhcpScanDatabase","features":[89]},{"name":"DhcpScopeOptions6","features":[89]},{"name":"DhcpSecondaryHosts","features":[89]},{"name":"DhcpServerAuditlogParamsFree","features":[3,89]},{"name":"DhcpServerBackupDatabase","features":[89]},{"name":"DhcpServerGetConfig","features":[89]},{"name":"DhcpServerGetConfigV4","features":[3,89]},{"name":"DhcpServerGetConfigV6","features":[3,89]},{"name":"DhcpServerGetConfigVQ","features":[3,89]},{"name":"DhcpServerQueryAttribute","features":[3,89]},{"name":"DhcpServerQueryAttributes","features":[3,89]},{"name":"DhcpServerQueryDnsRegCredentials","features":[89]},{"name":"DhcpServerRedoAuthorization","features":[89]},{"name":"DhcpServerRestoreDatabase","features":[89]},{"name":"DhcpServerSetConfig","features":[89]},{"name":"DhcpServerSetConfigV4","features":[3,89]},{"name":"DhcpServerSetConfigV6","features":[3,89]},{"name":"DhcpServerSetConfigVQ","features":[3,89]},{"name":"DhcpServerSetDnsRegCredentials","features":[89]},{"name":"DhcpServerSetDnsRegCredentialsV5","features":[89]},{"name":"DhcpSetClientInfo","features":[89]},{"name":"DhcpSetClientInfoV4","features":[89]},{"name":"DhcpSetClientInfoV6","features":[89]},{"name":"DhcpSetClientInfoVQ","features":[3,89]},{"name":"DhcpSetFilterV4","features":[3,89]},{"name":"DhcpSetOptionInfo","features":[89]},{"name":"DhcpSetOptionInfoV5","features":[89]},{"name":"DhcpSetOptionInfoV6","features":[89]},{"name":"DhcpSetOptionValue","features":[89]},{"name":"DhcpSetOptionValueV5","features":[89]},{"name":"DhcpSetOptionValueV6","features":[89]},{"name":"DhcpSetOptionValues","features":[89]},{"name":"DhcpSetOptionValuesV5","features":[89]},{"name":"DhcpSetServerBindingInfo","features":[3,89]},{"name":"DhcpSetServerBindingInfoV6","features":[3,89]},{"name":"DhcpSetSubnetDelayOffer","features":[89]},{"name":"DhcpSetSubnetInfo","features":[89]},{"name":"DhcpSetSubnetInfoV6","features":[89]},{"name":"DhcpSetSubnetInfoVQ","features":[89]},{"name":"DhcpSetSuperScopeV4","features":[3,89]},{"name":"DhcpSetThreadOptions","features":[89]},{"name":"DhcpStatelessPurgeInterval","features":[89]},{"name":"DhcpStatelessStatus","features":[89]},{"name":"DhcpStringDataOption","features":[89]},{"name":"DhcpSubnetDisabled","features":[89]},{"name":"DhcpSubnetDisabledSwitched","features":[89]},{"name":"DhcpSubnetEnabled","features":[89]},{"name":"DhcpSubnetEnabledSwitched","features":[89]},{"name":"DhcpSubnetInvalidState","features":[89]},{"name":"DhcpSubnetOptions","features":[89]},{"name":"DhcpUnaryElementTypeOption","features":[89]},{"name":"DhcpUndoRequestParams","features":[89]},{"name":"DhcpUpdatePolicyDescr","features":[89]},{"name":"DhcpUpdatePolicyDnsSuffix","features":[89]},{"name":"DhcpUpdatePolicyExpr","features":[89]},{"name":"DhcpUpdatePolicyName","features":[89]},{"name":"DhcpUpdatePolicyOrder","features":[89]},{"name":"DhcpUpdatePolicyRanges","features":[89]},{"name":"DhcpUpdatePolicyStatus","features":[89]},{"name":"DhcpV4AddPolicyRange","features":[89]},{"name":"DhcpV4CreateClientInfo","features":[3,89]},{"name":"DhcpV4CreateClientInfoEx","features":[3,89]},{"name":"DhcpV4CreatePolicy","features":[3,89]},{"name":"DhcpV4CreatePolicyEx","features":[3,89]},{"name":"DhcpV4DeletePolicy","features":[3,89]},{"name":"DhcpV4EnumPolicies","features":[3,89]},{"name":"DhcpV4EnumPoliciesEx","features":[3,89]},{"name":"DhcpV4EnumSubnetClients","features":[3,89]},{"name":"DhcpV4EnumSubnetClientsEx","features":[3,89]},{"name":"DhcpV4EnumSubnetReservations","features":[89]},{"name":"DhcpV4FailoverAddScopeToRelationship","features":[89]},{"name":"DhcpV4FailoverCreateRelationship","features":[89]},{"name":"DhcpV4FailoverDeleteRelationship","features":[89]},{"name":"DhcpV4FailoverDeleteScopeFromRelationship","features":[89]},{"name":"DhcpV4FailoverEnumRelationship","features":[89]},{"name":"DhcpV4FailoverGetAddressStatus","features":[89]},{"name":"DhcpV4FailoverGetClientInfo","features":[3,89]},{"name":"DhcpV4FailoverGetRelationship","features":[89]},{"name":"DhcpV4FailoverGetScopeRelationship","features":[89]},{"name":"DhcpV4FailoverGetScopeStatistics","features":[89]},{"name":"DhcpV4FailoverGetSystemTime","features":[89]},{"name":"DhcpV4FailoverSetRelationship","features":[89]},{"name":"DhcpV4FailoverTriggerAddrAllocation","features":[89]},{"name":"DhcpV4GetAllOptionValues","features":[3,89]},{"name":"DhcpV4GetClientInfo","features":[3,89]},{"name":"DhcpV4GetClientInfoEx","features":[3,89]},{"name":"DhcpV4GetFreeIPAddress","features":[89]},{"name":"DhcpV4GetOptionValue","features":[89]},{"name":"DhcpV4GetPolicy","features":[3,89]},{"name":"DhcpV4GetPolicyEx","features":[3,89]},{"name":"DhcpV4QueryPolicyEnforcement","features":[3,89]},{"name":"DhcpV4RemoveOptionValue","features":[89]},{"name":"DhcpV4RemovePolicyRange","features":[89]},{"name":"DhcpV4SetOptionValue","features":[89]},{"name":"DhcpV4SetOptionValues","features":[89]},{"name":"DhcpV4SetPolicy","features":[3,89]},{"name":"DhcpV4SetPolicyEnforcement","features":[3,89]},{"name":"DhcpV4SetPolicyEx","features":[3,89]},{"name":"DhcpV6CreateClientInfo","features":[89]},{"name":"DhcpV6GetFreeIPAddress","features":[89]},{"name":"DhcpV6GetStatelessStatistics","features":[89]},{"name":"DhcpV6GetStatelessStoreParams","features":[3,89]},{"name":"DhcpV6SetStatelessStoreParams","features":[3,89]},{"name":"DhcpWordOption","features":[89]},{"name":"Dhcpv6CApiCleanup","features":[89]},{"name":"Dhcpv6CApiInitialize","features":[89]},{"name":"Dhcpv6ClientDUID","features":[89]},{"name":"Dhcpv6ClientIpAddress","features":[89]},{"name":"Dhcpv6ClientName","features":[89]},{"name":"Dhcpv6ExcludedIpRanges","features":[89]},{"name":"Dhcpv6IpRanges","features":[89]},{"name":"Dhcpv6ReleasePrefix","features":[89]},{"name":"Dhcpv6RenewPrefix","features":[89]},{"name":"Dhcpv6RequestParams","features":[3,89]},{"name":"Dhcpv6RequestPrefix","features":[89]},{"name":"Dhcpv6ReservedIps","features":[89]},{"name":"ERROR_DDS_CLASS_DOES_NOT_EXIST","features":[89]},{"name":"ERROR_DDS_CLASS_EXISTS","features":[89]},{"name":"ERROR_DDS_DHCP_SERVER_NOT_FOUND","features":[89]},{"name":"ERROR_DDS_NO_DHCP_ROOT","features":[89]},{"name":"ERROR_DDS_NO_DS_AVAILABLE","features":[89]},{"name":"ERROR_DDS_OPTION_ALREADY_EXISTS","features":[89]},{"name":"ERROR_DDS_OPTION_DOES_NOT_EXIST","features":[89]},{"name":"ERROR_DDS_POSSIBLE_RANGE_CONFLICT","features":[89]},{"name":"ERROR_DDS_RANGE_DOES_NOT_EXIST","features":[89]},{"name":"ERROR_DDS_RESERVATION_CONFLICT","features":[89]},{"name":"ERROR_DDS_RESERVATION_NOT_PRESENT","features":[89]},{"name":"ERROR_DDS_SERVER_ADDRESS_MISMATCH","features":[89]},{"name":"ERROR_DDS_SERVER_ALREADY_EXISTS","features":[89]},{"name":"ERROR_DDS_SERVER_DOES_NOT_EXIST","features":[89]},{"name":"ERROR_DDS_SUBNET_EXISTS","features":[89]},{"name":"ERROR_DDS_SUBNET_HAS_DIFF_SSCOPE","features":[89]},{"name":"ERROR_DDS_SUBNET_NOT_PRESENT","features":[89]},{"name":"ERROR_DDS_TOO_MANY_ERRORS","features":[89]},{"name":"ERROR_DDS_UNEXPECTED_ERROR","features":[89]},{"name":"ERROR_DHCP_ADDRESS_NOT_AVAILABLE","features":[89]},{"name":"ERROR_DHCP_CANNOT_MODIFY_BINDINGS","features":[89]},{"name":"ERROR_DHCP_CANT_CHANGE_ATTRIBUTE","features":[89]},{"name":"ERROR_DHCP_CLASS_ALREADY_EXISTS","features":[89]},{"name":"ERROR_DHCP_CLASS_NOT_FOUND","features":[89]},{"name":"ERROR_DHCP_CLIENT_EXISTS","features":[89]},{"name":"ERROR_DHCP_DATABASE_INIT_FAILED","features":[89]},{"name":"ERROR_DHCP_DEFAULT_SCOPE_EXITS","features":[89]},{"name":"ERROR_DHCP_DELETE_BUILTIN_CLASS","features":[89]},{"name":"ERROR_DHCP_ELEMENT_CANT_REMOVE","features":[89]},{"name":"ERROR_DHCP_EXEMPTION_EXISTS","features":[89]},{"name":"ERROR_DHCP_EXEMPTION_NOT_PRESENT","features":[89]},{"name":"ERROR_DHCP_FO_ADDSCOPE_LEASES_NOT_SYNCED","features":[89]},{"name":"ERROR_DHCP_FO_BOOT_NOT_SUPPORTED","features":[89]},{"name":"ERROR_DHCP_FO_FEATURE_NOT_SUPPORTED","features":[89]},{"name":"ERROR_DHCP_FO_IPRANGE_TYPE_CONV_ILLEGAL","features":[89]},{"name":"ERROR_DHCP_FO_MAX_ADD_SCOPES","features":[89]},{"name":"ERROR_DHCP_FO_MAX_RELATIONSHIPS","features":[89]},{"name":"ERROR_DHCP_FO_NOT_SUPPORTED","features":[89]},{"name":"ERROR_DHCP_FO_RANGE_PART_OF_REL","features":[89]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_DOES_NOT_EXIST","features":[89]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_EXISTS","features":[89]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_NAME_TOO_LONG","features":[89]},{"name":"ERROR_DHCP_FO_RELATION_IS_SECONDARY","features":[89]},{"name":"ERROR_DHCP_FO_SCOPE_ALREADY_IN_RELATIONSHIP","features":[89]},{"name":"ERROR_DHCP_FO_SCOPE_NOT_IN_RELATIONSHIP","features":[89]},{"name":"ERROR_DHCP_FO_SCOPE_SYNC_IN_PROGRESS","features":[89]},{"name":"ERROR_DHCP_FO_STATE_NOT_NORMAL","features":[89]},{"name":"ERROR_DHCP_FO_TIME_OUT_OF_SYNC","features":[89]},{"name":"ERROR_DHCP_HARDWARE_ADDRESS_TYPE_ALREADY_EXEMPT","features":[89]},{"name":"ERROR_DHCP_INVALID_DELAY","features":[89]},{"name":"ERROR_DHCP_INVALID_DHCP_CLIENT","features":[89]},{"name":"ERROR_DHCP_INVALID_DHCP_MESSAGE","features":[89]},{"name":"ERROR_DHCP_INVALID_PARAMETER_OPTION32","features":[89]},{"name":"ERROR_DHCP_INVALID_POLICY_EXPRESSION","features":[89]},{"name":"ERROR_DHCP_INVALID_PROCESSING_ORDER","features":[89]},{"name":"ERROR_DHCP_INVALID_RANGE","features":[89]},{"name":"ERROR_DHCP_INVALID_SUBNET_PREFIX","features":[89]},{"name":"ERROR_DHCP_IPRANGE_CONV_ILLEGAL","features":[89]},{"name":"ERROR_DHCP_IPRANGE_EXITS","features":[89]},{"name":"ERROR_DHCP_IP_ADDRESS_IN_USE","features":[89]},{"name":"ERROR_DHCP_JET97_CONV_REQUIRED","features":[89]},{"name":"ERROR_DHCP_JET_CONV_REQUIRED","features":[89]},{"name":"ERROR_DHCP_JET_ERROR","features":[89]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_DOES_NOT_EXIST","features":[89]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_EXISTS","features":[89]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_RESERVATION_EXISTS","features":[89]},{"name":"ERROR_DHCP_LOG_FILE_PATH_TOO_LONG","features":[89]},{"name":"ERROR_DHCP_MSCOPE_EXISTS","features":[89]},{"name":"ERROR_DHCP_NAP_NOT_SUPPORTED","features":[89]},{"name":"ERROR_DHCP_NETWORK_CHANGED","features":[89]},{"name":"ERROR_DHCP_NETWORK_INIT_FAILED","features":[89]},{"name":"ERROR_DHCP_NOT_RESERVED_CLIENT","features":[89]},{"name":"ERROR_DHCP_NO_ADMIN_PERMISSION","features":[89]},{"name":"ERROR_DHCP_OPTION_EXITS","features":[89]},{"name":"ERROR_DHCP_OPTION_NOT_PRESENT","features":[89]},{"name":"ERROR_DHCP_OPTION_TYPE_MISMATCH","features":[89]},{"name":"ERROR_DHCP_POLICY_BAD_PARENT_EXPR","features":[89]},{"name":"ERROR_DHCP_POLICY_EDIT_FQDN_UNSUPPORTED","features":[89]},{"name":"ERROR_DHCP_POLICY_EXISTS","features":[89]},{"name":"ERROR_DHCP_POLICY_FQDN_OPTION_UNSUPPORTED","features":[89]},{"name":"ERROR_DHCP_POLICY_FQDN_RANGE_UNSUPPORTED","features":[89]},{"name":"ERROR_DHCP_POLICY_NOT_FOUND","features":[89]},{"name":"ERROR_DHCP_POLICY_RANGE_BAD","features":[89]},{"name":"ERROR_DHCP_POLICY_RANGE_EXISTS","features":[89]},{"name":"ERROR_DHCP_PRIMARY_NOT_FOUND","features":[89]},{"name":"ERROR_DHCP_RANGE_EXTENDED","features":[89]},{"name":"ERROR_DHCP_RANGE_FULL","features":[89]},{"name":"ERROR_DHCP_RANGE_INVALID_IN_SERVER_POLICY","features":[89]},{"name":"ERROR_DHCP_RANGE_TOO_SMALL","features":[89]},{"name":"ERROR_DHCP_REACHED_END_OF_SELECTION","features":[89]},{"name":"ERROR_DHCP_REGISTRY_INIT_FAILED","features":[89]},{"name":"ERROR_DHCP_RESERVEDIP_EXITS","features":[89]},{"name":"ERROR_DHCP_RESERVED_CLIENT","features":[89]},{"name":"ERROR_DHCP_ROGUE_DS_CONFLICT","features":[89]},{"name":"ERROR_DHCP_ROGUE_DS_UNREACHABLE","features":[89]},{"name":"ERROR_DHCP_ROGUE_INIT_FAILED","features":[89]},{"name":"ERROR_DHCP_ROGUE_NOT_AUTHORIZED","features":[89]},{"name":"ERROR_DHCP_ROGUE_NOT_OUR_ENTERPRISE","features":[89]},{"name":"ERROR_DHCP_ROGUE_SAMSHUTDOWN","features":[89]},{"name":"ERROR_DHCP_ROGUE_STANDALONE_IN_DS","features":[89]},{"name":"ERROR_DHCP_RPC_INIT_FAILED","features":[89]},{"name":"ERROR_DHCP_SCOPE_NAME_TOO_LONG","features":[89]},{"name":"ERROR_DHCP_SERVER_NAME_NOT_RESOLVED","features":[89]},{"name":"ERROR_DHCP_SERVER_NOT_REACHABLE","features":[89]},{"name":"ERROR_DHCP_SERVER_NOT_RUNNING","features":[89]},{"name":"ERROR_DHCP_SERVICE_PAUSED","features":[89]},{"name":"ERROR_DHCP_SUBNET_EXISTS","features":[89]},{"name":"ERROR_DHCP_SUBNET_EXITS","features":[89]},{"name":"ERROR_DHCP_SUBNET_NOT_PRESENT","features":[89]},{"name":"ERROR_DHCP_SUPER_SCOPE_NAME_TOO_LONG","features":[89]},{"name":"ERROR_DHCP_UNDEFINED_HARDWARE_ADDRESS_TYPE","features":[89]},{"name":"ERROR_DHCP_UNSUPPORTED_CLIENT","features":[89]},{"name":"ERROR_EXTEND_TOO_SMALL","features":[89]},{"name":"ERROR_LAST_DHCP_SERVER_ERROR","features":[89]},{"name":"ERROR_MSCOPE_RANGE_TOO_SMALL","features":[89]},{"name":"ERROR_SCOPE_RANGE_POLICY_RANGE_CONFLICT","features":[89]},{"name":"ERROR_SERVER_INVALID_BOOT_FILE_TABLE","features":[89]},{"name":"ERROR_SERVER_UNKNOWN_BOOT_FILE_NAME","features":[89]},{"name":"EXEMPT","features":[89]},{"name":"FILTER_STATUS_FULL_MATCH_IN_ALLOW_LIST","features":[89]},{"name":"FILTER_STATUS_FULL_MATCH_IN_DENY_LIST","features":[89]},{"name":"FILTER_STATUS_NONE","features":[89]},{"name":"FILTER_STATUS_WILDCARD_MATCH_IN_ALLOW_LIST","features":[89]},{"name":"FILTER_STATUS_WILDCARD_MATCH_IN_DENY_LIST","features":[89]},{"name":"FSM_STATE","features":[89]},{"name":"HWTYPE_ETHERNET_10MB","features":[89]},{"name":"HotStandby","features":[89]},{"name":"INIT","features":[89]},{"name":"LPDHCP_CONTROL","features":[89]},{"name":"LPDHCP_DELETE_CLIENT","features":[89]},{"name":"LPDHCP_DROP_SEND","features":[89]},{"name":"LPDHCP_ENTRY_POINT_FUNC","features":[3,89]},{"name":"LPDHCP_GIVE_ADDRESS","features":[89]},{"name":"LPDHCP_HANDLE_OPTIONS","features":[3,89]},{"name":"LPDHCP_NEWPKT","features":[3,89]},{"name":"LPDHCP_PROB","features":[89]},{"name":"LoadBalance","features":[89]},{"name":"MAC_ADDRESS_LENGTH","features":[89]},{"name":"MAX_PATTERN_LENGTH","features":[89]},{"name":"MCLT","features":[89]},{"name":"MODE","features":[89]},{"name":"NOQUARANTINE","features":[89]},{"name":"NOQUARINFO","features":[89]},{"name":"NORMAL","features":[89]},{"name":"NO_STATE","features":[89]},{"name":"OPTION_ALL_SUBNETS_MTU","features":[89]},{"name":"OPTION_ARP_CACHE_TIMEOUT","features":[89]},{"name":"OPTION_BE_A_MASK_SUPPLIER","features":[89]},{"name":"OPTION_BE_A_ROUTER","features":[89]},{"name":"OPTION_BOOTFILE_NAME","features":[89]},{"name":"OPTION_BOOT_FILE_SIZE","features":[89]},{"name":"OPTION_BROADCAST_ADDRESS","features":[89]},{"name":"OPTION_CLIENT_CLASS_INFO","features":[89]},{"name":"OPTION_CLIENT_ID","features":[89]},{"name":"OPTION_COOKIE_SERVERS","features":[89]},{"name":"OPTION_DEFAULT_TTL","features":[89]},{"name":"OPTION_DOMAIN_NAME","features":[89]},{"name":"OPTION_DOMAIN_NAME_SERVERS","features":[89]},{"name":"OPTION_END","features":[89]},{"name":"OPTION_ETHERNET_ENCAPSULATION","features":[89]},{"name":"OPTION_EXTENSIONS_PATH","features":[89]},{"name":"OPTION_HOST_NAME","features":[89]},{"name":"OPTION_IEN116_NAME_SERVERS","features":[89]},{"name":"OPTION_IMPRESS_SERVERS","features":[89]},{"name":"OPTION_KEEP_ALIVE_DATA_SIZE","features":[89]},{"name":"OPTION_KEEP_ALIVE_INTERVAL","features":[89]},{"name":"OPTION_LEASE_TIME","features":[89]},{"name":"OPTION_LOG_SERVERS","features":[89]},{"name":"OPTION_LPR_SERVERS","features":[89]},{"name":"OPTION_MAX_REASSEMBLY_SIZE","features":[89]},{"name":"OPTION_MERIT_DUMP_FILE","features":[89]},{"name":"OPTION_MESSAGE","features":[89]},{"name":"OPTION_MESSAGE_LENGTH","features":[89]},{"name":"OPTION_MESSAGE_TYPE","features":[89]},{"name":"OPTION_MSFT_IE_PROXY","features":[89]},{"name":"OPTION_MTU","features":[89]},{"name":"OPTION_NETBIOS_DATAGRAM_SERVER","features":[89]},{"name":"OPTION_NETBIOS_NAME_SERVER","features":[89]},{"name":"OPTION_NETBIOS_NODE_TYPE","features":[89]},{"name":"OPTION_NETBIOS_SCOPE_OPTION","features":[89]},{"name":"OPTION_NETWORK_INFO_SERVERS","features":[89]},{"name":"OPTION_NETWORK_INFO_SERVICE_DOM","features":[89]},{"name":"OPTION_NETWORK_TIME_SERVERS","features":[89]},{"name":"OPTION_NON_LOCAL_SOURCE_ROUTING","features":[89]},{"name":"OPTION_OK_TO_OVERLAY","features":[89]},{"name":"OPTION_PAD","features":[89]},{"name":"OPTION_PARAMETER_REQUEST_LIST","features":[89]},{"name":"OPTION_PERFORM_MASK_DISCOVERY","features":[89]},{"name":"OPTION_PERFORM_ROUTER_DISCOVERY","features":[89]},{"name":"OPTION_PMTU_AGING_TIMEOUT","features":[89]},{"name":"OPTION_PMTU_PLATEAU_TABLE","features":[89]},{"name":"OPTION_POLICY_FILTER_FOR_NLSR","features":[89]},{"name":"OPTION_REBIND_TIME","features":[89]},{"name":"OPTION_RENEWAL_TIME","features":[89]},{"name":"OPTION_REQUESTED_ADDRESS","features":[89]},{"name":"OPTION_RLP_SERVERS","features":[89]},{"name":"OPTION_ROOT_DISK","features":[89]},{"name":"OPTION_ROUTER_ADDRESS","features":[89]},{"name":"OPTION_ROUTER_SOLICITATION_ADDR","features":[89]},{"name":"OPTION_SERVER_IDENTIFIER","features":[89]},{"name":"OPTION_STATIC_ROUTES","features":[89]},{"name":"OPTION_SUBNET_MASK","features":[89]},{"name":"OPTION_SWAP_SERVER","features":[89]},{"name":"OPTION_TFTP_SERVER_NAME","features":[89]},{"name":"OPTION_TIME_OFFSET","features":[89]},{"name":"OPTION_TIME_SERVERS","features":[89]},{"name":"OPTION_TRAILERS","features":[89]},{"name":"OPTION_TTL","features":[89]},{"name":"OPTION_VENDOR_SPEC_INFO","features":[89]},{"name":"OPTION_XWINDOW_DISPLAY_MANAGER","features":[89]},{"name":"OPTION_XWINDOW_FONT_SERVER","features":[89]},{"name":"PARTNER_DOWN","features":[89]},{"name":"PAUSED","features":[89]},{"name":"PERCENTAGE","features":[89]},{"name":"POTENTIAL_CONFLICT","features":[89]},{"name":"PREVSTATE","features":[89]},{"name":"PROBATION","features":[89]},{"name":"PrimaryServer","features":[89]},{"name":"QUARANTINE_CONFIG_OPTION","features":[89]},{"name":"QUARANTINE_SCOPE_QUARPROFILE_OPTION","features":[89]},{"name":"QUARANTIN_OPTION_BASE","features":[89]},{"name":"QuarantineStatus","features":[89]},{"name":"RECOVER","features":[89]},{"name":"RECOVER_DONE","features":[89]},{"name":"RECOVER_WAIT","features":[89]},{"name":"RESOLUTION_INT","features":[89]},{"name":"RESTRICTEDACCESS","features":[89]},{"name":"SAFEPERIOD","features":[89]},{"name":"SCOPE_MIB_INFO","features":[89]},{"name":"SCOPE_MIB_INFO_V5","features":[89]},{"name":"SCOPE_MIB_INFO_V6","features":[89]},{"name":"SCOPE_MIB_INFO_VQ","features":[89]},{"name":"SHAREDSECRET","features":[89]},{"name":"SHUTDOWN","features":[89]},{"name":"STARTUP","features":[89]},{"name":"STATUS_NOPREFIX_AVAIL","features":[89]},{"name":"STATUS_NO_BINDING","features":[89]},{"name":"STATUS_NO_ERROR","features":[89]},{"name":"STATUS_UNSPECIFIED_FAILURE","features":[89]},{"name":"SecondaryServer","features":[89]},{"name":"Set_APIProtocolSupport","features":[89]},{"name":"Set_AuditLogState","features":[89]},{"name":"Set_BackupInterval","features":[89]},{"name":"Set_BackupPath","features":[89]},{"name":"Set_BootFileTable","features":[89]},{"name":"Set_DatabaseCleanupInterval","features":[89]},{"name":"Set_DatabaseLoggingFlag","features":[89]},{"name":"Set_DatabaseName","features":[89]},{"name":"Set_DatabasePath","features":[89]},{"name":"Set_DebugFlag","features":[89]},{"name":"Set_PingRetries","features":[89]},{"name":"Set_PreferredLifetime","features":[89]},{"name":"Set_PreferredLifetimeIATA","features":[89]},{"name":"Set_QuarantineDefFail","features":[89]},{"name":"Set_QuarantineON","features":[89]},{"name":"Set_RapidCommitFlag","features":[89]},{"name":"Set_RestoreFlag","features":[89]},{"name":"Set_T1","features":[89]},{"name":"Set_T2","features":[89]},{"name":"Set_UnicastFlag","features":[89]},{"name":"Set_ValidLifetime","features":[89]},{"name":"Set_ValidLifetimeIATA","features":[89]},{"name":"StatusCode","features":[89]},{"name":"V5_ADDRESS_BIT_BOTH_REC","features":[89]},{"name":"V5_ADDRESS_BIT_DELETED","features":[89]},{"name":"V5_ADDRESS_BIT_UNREGISTERED","features":[89]},{"name":"V5_ADDRESS_EX_BIT_DISABLE_PTR_RR","features":[89]},{"name":"V5_ADDRESS_STATE_ACTIVE","features":[89]},{"name":"V5_ADDRESS_STATE_DECLINED","features":[89]},{"name":"V5_ADDRESS_STATE_DOOM","features":[89]},{"name":"V5_ADDRESS_STATE_OFFERED","features":[89]},{"name":"WARNING_EXTENDED_LESS","features":[89]}],"447":[{"name":"DDR_MAX_IP_HINTS","features":[90]},{"name":"DNSREC_ADDITIONAL","features":[90]},{"name":"DNSREC_ANSWER","features":[90]},{"name":"DNSREC_AUTHORITY","features":[90]},{"name":"DNSREC_DELETE","features":[90]},{"name":"DNSREC_NOEXIST","features":[90]},{"name":"DNSREC_PREREQ","features":[90]},{"name":"DNSREC_QUESTION","features":[90]},{"name":"DNSREC_SECTION","features":[90]},{"name":"DNSREC_UPDATE","features":[90]},{"name":"DNSREC_ZONE","features":[90]},{"name":"DNSSEC_ALGORITHM_ECDSAP256_SHA256","features":[90]},{"name":"DNSSEC_ALGORITHM_ECDSAP384_SHA384","features":[90]},{"name":"DNSSEC_ALGORITHM_NULL","features":[90]},{"name":"DNSSEC_ALGORITHM_PRIVATE","features":[90]},{"name":"DNSSEC_ALGORITHM_RSAMD5","features":[90]},{"name":"DNSSEC_ALGORITHM_RSASHA1","features":[90]},{"name":"DNSSEC_ALGORITHM_RSASHA1_NSEC3","features":[90]},{"name":"DNSSEC_ALGORITHM_RSASHA256","features":[90]},{"name":"DNSSEC_ALGORITHM_RSASHA512","features":[90]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA1","features":[90]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA256","features":[90]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA384","features":[90]},{"name":"DNSSEC_KEY_FLAG_EXTEND","features":[90]},{"name":"DNSSEC_KEY_FLAG_FLAG10","features":[90]},{"name":"DNSSEC_KEY_FLAG_FLAG11","features":[90]},{"name":"DNSSEC_KEY_FLAG_FLAG2","features":[90]},{"name":"DNSSEC_KEY_FLAG_FLAG4","features":[90]},{"name":"DNSSEC_KEY_FLAG_FLAG5","features":[90]},{"name":"DNSSEC_KEY_FLAG_FLAG8","features":[90]},{"name":"DNSSEC_KEY_FLAG_FLAG9","features":[90]},{"name":"DNSSEC_KEY_FLAG_HOST","features":[90]},{"name":"DNSSEC_KEY_FLAG_NOAUTH","features":[90]},{"name":"DNSSEC_KEY_FLAG_NOCONF","features":[90]},{"name":"DNSSEC_KEY_FLAG_NTPE3","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG0","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG1","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG10","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG11","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG12","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG13","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG14","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG15","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG2","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG3","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG4","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG5","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG6","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG7","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG8","features":[90]},{"name":"DNSSEC_KEY_FLAG_SIG9","features":[90]},{"name":"DNSSEC_KEY_FLAG_USER","features":[90]},{"name":"DNSSEC_KEY_FLAG_ZONE","features":[90]},{"name":"DNSSEC_PROTOCOL_DNSSEC","features":[90]},{"name":"DNSSEC_PROTOCOL_EMAIL","features":[90]},{"name":"DNSSEC_PROTOCOL_IPSEC","features":[90]},{"name":"DNSSEC_PROTOCOL_NONE","features":[90]},{"name":"DNSSEC_PROTOCOL_TLS","features":[90]},{"name":"DNS_AAAA_DATA","features":[90]},{"name":"DNS_ADDR","features":[90]},{"name":"DNS_ADDRESS_STRING_LENGTH","features":[90]},{"name":"DNS_ADDR_ARRAY","features":[90]},{"name":"DNS_ADDR_MAX_SOCKADDR_LENGTH","features":[90]},{"name":"DNS_APPLICATION_SETTINGS","features":[90]},{"name":"DNS_APP_SETTINGS_EXCLUSIVE_SERVERS","features":[90]},{"name":"DNS_APP_SETTINGS_VERSION1","features":[90]},{"name":"DNS_ATMA_AESA_ADDR_LENGTH","features":[90]},{"name":"DNS_ATMA_DATA","features":[90]},{"name":"DNS_ATMA_FORMAT_AESA","features":[90]},{"name":"DNS_ATMA_FORMAT_E164","features":[90]},{"name":"DNS_ATMA_MAX_ADDR_LENGTH","features":[90]},{"name":"DNS_ATMA_MAX_RECORD_LENGTH","features":[90]},{"name":"DNS_A_DATA","features":[90]},{"name":"DNS_CHARSET","features":[90]},{"name":"DNS_CLASS_ALL","features":[90]},{"name":"DNS_CLASS_ANY","features":[90]},{"name":"DNS_CLASS_CHAOS","features":[90]},{"name":"DNS_CLASS_CSNET","features":[90]},{"name":"DNS_CLASS_HESIOD","features":[90]},{"name":"DNS_CLASS_INTERNET","features":[90]},{"name":"DNS_CLASS_NONE","features":[90]},{"name":"DNS_CLASS_UNICAST_RESPONSE","features":[90]},{"name":"DNS_COMPRESSED_QUESTION_NAME","features":[90]},{"name":"DNS_CONFIG_FLAG_ALLOC","features":[90]},{"name":"DNS_CONFIG_TYPE","features":[90]},{"name":"DNS_CONNECTION_IFINDEX_ENTRY","features":[90]},{"name":"DNS_CONNECTION_IFINDEX_LIST","features":[90]},{"name":"DNS_CONNECTION_NAME","features":[90]},{"name":"DNS_CONNECTION_NAME_LIST","features":[90]},{"name":"DNS_CONNECTION_NAME_MAX_LENGTH","features":[90]},{"name":"DNS_CONNECTION_POLICY_ENTRY","features":[90]},{"name":"DNS_CONNECTION_POLICY_ENTRY_LIST","features":[90]},{"name":"DNS_CONNECTION_POLICY_ENTRY_ONDEMAND","features":[90]},{"name":"DNS_CONNECTION_POLICY_TAG","features":[90]},{"name":"DNS_CONNECTION_PROXY_ELEMENT","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_CURRENT_VERSION","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_EX","features":[3,90]},{"name":"DNS_CONNECTION_PROXY_INFO_EXCEPTION_MAX_LENGTH","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_EXTRA_INFO_MAX_LENGTH","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_FLAG_BYPASSLOCAL","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_FLAG_DISABLED","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_FRIENDLY_NAME_MAX_LENGTH","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_PASSWORD_MAX_LENGTH","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_SERVER_MAX_LENGTH","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_CONFIG","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_SCRIPT","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_WPAD","features":[90]},{"name":"DNS_CONNECTION_PROXY_INFO_USERNAME_MAX_LENGTH","features":[90]},{"name":"DNS_CONNECTION_PROXY_LIST","features":[90]},{"name":"DNS_CONNECTION_PROXY_TYPE","features":[90]},{"name":"DNS_CONNECTION_PROXY_TYPE_HTTP","features":[90]},{"name":"DNS_CONNECTION_PROXY_TYPE_NULL","features":[90]},{"name":"DNS_CONNECTION_PROXY_TYPE_SOCKS4","features":[90]},{"name":"DNS_CONNECTION_PROXY_TYPE_SOCKS5","features":[90]},{"name":"DNS_CONNECTION_PROXY_TYPE_WAP","features":[90]},{"name":"DNS_CUSTOM_SERVER","features":[90]},{"name":"DNS_CUSTOM_SERVER_TYPE_DOH","features":[90]},{"name":"DNS_CUSTOM_SERVER_TYPE_UDP","features":[90]},{"name":"DNS_CUSTOM_SERVER_UDP_FALLBACK","features":[90]},{"name":"DNS_DHCID_DATA","features":[90]},{"name":"DNS_DS_DATA","features":[90]},{"name":"DNS_FREE_TYPE","features":[90]},{"name":"DNS_HEADER","features":[90]},{"name":"DNS_HEADER_EXT","features":[90]},{"name":"DNS_KEY_DATA","features":[90]},{"name":"DNS_LOC_DATA","features":[90]},{"name":"DNS_MAX_IP4_REVERSE_NAME_BUFFER_LENGTH","features":[90]},{"name":"DNS_MAX_IP4_REVERSE_NAME_LENGTH","features":[90]},{"name":"DNS_MAX_IP6_REVERSE_NAME_BUFFER_LENGTH","features":[90]},{"name":"DNS_MAX_IP6_REVERSE_NAME_LENGTH","features":[90]},{"name":"DNS_MAX_LABEL_BUFFER_LENGTH","features":[90]},{"name":"DNS_MAX_LABEL_LENGTH","features":[90]},{"name":"DNS_MAX_NAME_BUFFER_LENGTH","features":[90]},{"name":"DNS_MAX_NAME_LENGTH","features":[90]},{"name":"DNS_MAX_REVERSE_NAME_BUFFER_LENGTH","features":[90]},{"name":"DNS_MAX_REVERSE_NAME_LENGTH","features":[90]},{"name":"DNS_MAX_TEXT_STRING_LENGTH","features":[90]},{"name":"DNS_MESSAGE_BUFFER","features":[90]},{"name":"DNS_MINFO_DATAA","features":[90]},{"name":"DNS_MINFO_DATAW","features":[90]},{"name":"DNS_MX_DATAA","features":[90]},{"name":"DNS_MX_DATAW","features":[90]},{"name":"DNS_NAME_FORMAT","features":[90]},{"name":"DNS_NAPTR_DATAA","features":[90]},{"name":"DNS_NAPTR_DATAW","features":[90]},{"name":"DNS_NSEC3PARAM_DATA","features":[90]},{"name":"DNS_NSEC3_DATA","features":[90]},{"name":"DNS_NSEC_DATAA","features":[90]},{"name":"DNS_NSEC_DATAW","features":[90]},{"name":"DNS_NULL_DATA","features":[90]},{"name":"DNS_NXT_DATAA","features":[90]},{"name":"DNS_NXT_DATAW","features":[90]},{"name":"DNS_OPCODE_IQUERY","features":[90]},{"name":"DNS_OPCODE_NOTIFY","features":[90]},{"name":"DNS_OPCODE_QUERY","features":[90]},{"name":"DNS_OPCODE_SERVER_STATUS","features":[90]},{"name":"DNS_OPCODE_UNKNOWN","features":[90]},{"name":"DNS_OPCODE_UPDATE","features":[90]},{"name":"DNS_OPT_DATA","features":[90]},{"name":"DNS_PORT_HOST_ORDER","features":[90]},{"name":"DNS_PORT_NET_ORDER","features":[90]},{"name":"DNS_PROTOCOL_DOH","features":[90]},{"name":"DNS_PROTOCOL_NO_WIRE","features":[90]},{"name":"DNS_PROTOCOL_TCP","features":[90]},{"name":"DNS_PROTOCOL_UDP","features":[90]},{"name":"DNS_PROTOCOL_UNSPECIFIED","features":[90]},{"name":"DNS_PROXY_COMPLETION_ROUTINE","features":[90]},{"name":"DNS_PROXY_INFORMATION","features":[90]},{"name":"DNS_PROXY_INFORMATION_DEFAULT_SETTINGS","features":[90]},{"name":"DNS_PROXY_INFORMATION_DIRECT","features":[90]},{"name":"DNS_PROXY_INFORMATION_DOES_NOT_EXIST","features":[90]},{"name":"DNS_PROXY_INFORMATION_PROXY_NAME","features":[90]},{"name":"DNS_PROXY_INFORMATION_TYPE","features":[90]},{"name":"DNS_PTR_DATAA","features":[90]},{"name":"DNS_PTR_DATAW","features":[90]},{"name":"DNS_QUERY_ACCEPT_TRUNCATED_RESPONSE","features":[90]},{"name":"DNS_QUERY_ADDRCONFIG","features":[90]},{"name":"DNS_QUERY_APPEND_MULTILABEL","features":[90]},{"name":"DNS_QUERY_BYPASS_CACHE","features":[90]},{"name":"DNS_QUERY_CACHE_ONLY","features":[90]},{"name":"DNS_QUERY_CANCEL","features":[90]},{"name":"DNS_QUERY_DISABLE_IDN_ENCODING","features":[90]},{"name":"DNS_QUERY_DNSSEC_CHECKING_DISABLED","features":[90]},{"name":"DNS_QUERY_DNSSEC_OK","features":[90]},{"name":"DNS_QUERY_DONT_RESET_TTL_VALUES","features":[90]},{"name":"DNS_QUERY_DUAL_ADDR","features":[90]},{"name":"DNS_QUERY_MULTICAST_ONLY","features":[90]},{"name":"DNS_QUERY_NO_HOSTS_FILE","features":[90]},{"name":"DNS_QUERY_NO_LOCAL_NAME","features":[90]},{"name":"DNS_QUERY_NO_MULTICAST","features":[90]},{"name":"DNS_QUERY_NO_NETBT","features":[90]},{"name":"DNS_QUERY_NO_RECURSION","features":[90]},{"name":"DNS_QUERY_NO_WIRE_QUERY","features":[90]},{"name":"DNS_QUERY_OPTIONS","features":[90]},{"name":"DNS_QUERY_RAW_CANCEL","features":[90]},{"name":"DNS_QUERY_RAW_COMPLETION_ROUTINE","features":[3,90]},{"name":"DNS_QUERY_RAW_OPTION_BEST_EFFORT_PARSE","features":[90]},{"name":"DNS_QUERY_RAW_REQUEST","features":[3,90]},{"name":"DNS_QUERY_RAW_REQUEST_VERSION1","features":[90]},{"name":"DNS_QUERY_RAW_RESULT","features":[3,90]},{"name":"DNS_QUERY_RAW_RESULTS_VERSION1","features":[90]},{"name":"DNS_QUERY_REQUEST","features":[3,90]},{"name":"DNS_QUERY_REQUEST3","features":[3,90]},{"name":"DNS_QUERY_REQUEST_VERSION1","features":[90]},{"name":"DNS_QUERY_REQUEST_VERSION2","features":[90]},{"name":"DNS_QUERY_REQUEST_VERSION3","features":[90]},{"name":"DNS_QUERY_RESERVED","features":[90]},{"name":"DNS_QUERY_RESULT","features":[3,90]},{"name":"DNS_QUERY_RESULTS_VERSION1","features":[90]},{"name":"DNS_QUERY_RETURN_MESSAGE","features":[90]},{"name":"DNS_QUERY_STANDARD","features":[90]},{"name":"DNS_QUERY_TREAT_AS_FQDN","features":[90]},{"name":"DNS_QUERY_USE_TCP_ONLY","features":[90]},{"name":"DNS_QUERY_WIRE_ONLY","features":[90]},{"name":"DNS_RCLASS_ALL","features":[90]},{"name":"DNS_RCLASS_ANY","features":[90]},{"name":"DNS_RCLASS_CHAOS","features":[90]},{"name":"DNS_RCLASS_CSNET","features":[90]},{"name":"DNS_RCLASS_HESIOD","features":[90]},{"name":"DNS_RCLASS_INTERNET","features":[90]},{"name":"DNS_RCLASS_MDNS_CACHE_FLUSH","features":[90]},{"name":"DNS_RCLASS_NONE","features":[90]},{"name":"DNS_RCLASS_UNICAST_RESPONSE","features":[90]},{"name":"DNS_RCODE_BADKEY","features":[90]},{"name":"DNS_RCODE_BADSIG","features":[90]},{"name":"DNS_RCODE_BADTIME","features":[90]},{"name":"DNS_RCODE_BADVERS","features":[90]},{"name":"DNS_RCODE_FORMAT_ERROR","features":[90]},{"name":"DNS_RCODE_FORMERR","features":[90]},{"name":"DNS_RCODE_MAX","features":[90]},{"name":"DNS_RCODE_NAME_ERROR","features":[90]},{"name":"DNS_RCODE_NOERROR","features":[90]},{"name":"DNS_RCODE_NOTAUTH","features":[90]},{"name":"DNS_RCODE_NOTIMPL","features":[90]},{"name":"DNS_RCODE_NOTZONE","features":[90]},{"name":"DNS_RCODE_NOT_IMPLEMENTED","features":[90]},{"name":"DNS_RCODE_NO_ERROR","features":[90]},{"name":"DNS_RCODE_NXDOMAIN","features":[90]},{"name":"DNS_RCODE_NXRRSET","features":[90]},{"name":"DNS_RCODE_REFUSED","features":[90]},{"name":"DNS_RCODE_SERVER_FAILURE","features":[90]},{"name":"DNS_RCODE_SERVFAIL","features":[90]},{"name":"DNS_RCODE_YXDOMAIN","features":[90]},{"name":"DNS_RCODE_YXRRSET","features":[90]},{"name":"DNS_RECORDA","features":[3,90]},{"name":"DNS_RECORDW","features":[3,90]},{"name":"DNS_RECORD_FLAGS","features":[90]},{"name":"DNS_RECORD_OPTW","features":[3,90]},{"name":"DNS_RFC_MAX_UDP_PACKET_LENGTH","features":[90]},{"name":"DNS_RRSET","features":[3,90]},{"name":"DNS_RTYPE_A","features":[90]},{"name":"DNS_RTYPE_A6","features":[90]},{"name":"DNS_RTYPE_AAAA","features":[90]},{"name":"DNS_RTYPE_AFSDB","features":[90]},{"name":"DNS_RTYPE_ALL","features":[90]},{"name":"DNS_RTYPE_ANY","features":[90]},{"name":"DNS_RTYPE_ATMA","features":[90]},{"name":"DNS_RTYPE_AXFR","features":[90]},{"name":"DNS_RTYPE_CERT","features":[90]},{"name":"DNS_RTYPE_CNAME","features":[90]},{"name":"DNS_RTYPE_DHCID","features":[90]},{"name":"DNS_RTYPE_DNAME","features":[90]},{"name":"DNS_RTYPE_DNSKEY","features":[90]},{"name":"DNS_RTYPE_DS","features":[90]},{"name":"DNS_RTYPE_EID","features":[90]},{"name":"DNS_RTYPE_GID","features":[90]},{"name":"DNS_RTYPE_GPOS","features":[90]},{"name":"DNS_RTYPE_HINFO","features":[90]},{"name":"DNS_RTYPE_ISDN","features":[90]},{"name":"DNS_RTYPE_IXFR","features":[90]},{"name":"DNS_RTYPE_KEY","features":[90]},{"name":"DNS_RTYPE_KX","features":[90]},{"name":"DNS_RTYPE_LOC","features":[90]},{"name":"DNS_RTYPE_MAILA","features":[90]},{"name":"DNS_RTYPE_MAILB","features":[90]},{"name":"DNS_RTYPE_MB","features":[90]},{"name":"DNS_RTYPE_MD","features":[90]},{"name":"DNS_RTYPE_MF","features":[90]},{"name":"DNS_RTYPE_MG","features":[90]},{"name":"DNS_RTYPE_MINFO","features":[90]},{"name":"DNS_RTYPE_MR","features":[90]},{"name":"DNS_RTYPE_MX","features":[90]},{"name":"DNS_RTYPE_NAPTR","features":[90]},{"name":"DNS_RTYPE_NIMLOC","features":[90]},{"name":"DNS_RTYPE_NS","features":[90]},{"name":"DNS_RTYPE_NSAP","features":[90]},{"name":"DNS_RTYPE_NSAPPTR","features":[90]},{"name":"DNS_RTYPE_NSEC","features":[90]},{"name":"DNS_RTYPE_NSEC3","features":[90]},{"name":"DNS_RTYPE_NSEC3PARAM","features":[90]},{"name":"DNS_RTYPE_NULL","features":[90]},{"name":"DNS_RTYPE_NXT","features":[90]},{"name":"DNS_RTYPE_OPT","features":[90]},{"name":"DNS_RTYPE_PTR","features":[90]},{"name":"DNS_RTYPE_PX","features":[90]},{"name":"DNS_RTYPE_RP","features":[90]},{"name":"DNS_RTYPE_RRSIG","features":[90]},{"name":"DNS_RTYPE_RT","features":[90]},{"name":"DNS_RTYPE_SIG","features":[90]},{"name":"DNS_RTYPE_SINK","features":[90]},{"name":"DNS_RTYPE_SOA","features":[90]},{"name":"DNS_RTYPE_SRV","features":[90]},{"name":"DNS_RTYPE_TEXT","features":[90]},{"name":"DNS_RTYPE_TKEY","features":[90]},{"name":"DNS_RTYPE_TLSA","features":[90]},{"name":"DNS_RTYPE_TSIG","features":[90]},{"name":"DNS_RTYPE_UID","features":[90]},{"name":"DNS_RTYPE_UINFO","features":[90]},{"name":"DNS_RTYPE_UNSPEC","features":[90]},{"name":"DNS_RTYPE_WINS","features":[90]},{"name":"DNS_RTYPE_WINSR","features":[90]},{"name":"DNS_RTYPE_WKS","features":[90]},{"name":"DNS_RTYPE_X25","features":[90]},{"name":"DNS_SECTION","features":[90]},{"name":"DNS_SERVICE_BROWSE_REQUEST","features":[3,90]},{"name":"DNS_SERVICE_CANCEL","features":[90]},{"name":"DNS_SERVICE_INSTANCE","features":[90]},{"name":"DNS_SERVICE_REGISTER_REQUEST","features":[3,90]},{"name":"DNS_SERVICE_RESOLVE_REQUEST","features":[90]},{"name":"DNS_SIG_DATAA","features":[90]},{"name":"DNS_SIG_DATAW","features":[90]},{"name":"DNS_SOA_DATAA","features":[90]},{"name":"DNS_SOA_DATAW","features":[90]},{"name":"DNS_SRV_DATAA","features":[90]},{"name":"DNS_SRV_DATAW","features":[90]},{"name":"DNS_SVCB_DATA","features":[90]},{"name":"DNS_SVCB_PARAM","features":[90]},{"name":"DNS_SVCB_PARAM_ALPN","features":[90]},{"name":"DNS_SVCB_PARAM_ALPN_ID","features":[90]},{"name":"DNS_SVCB_PARAM_IPV4","features":[90]},{"name":"DNS_SVCB_PARAM_IPV6","features":[90]},{"name":"DNS_SVCB_PARAM_MANDATORY","features":[90]},{"name":"DNS_SVCB_PARAM_TYPE","features":[90]},{"name":"DNS_SVCB_PARAM_UNKNOWN","features":[90]},{"name":"DNS_TKEY_DATAA","features":[3,90]},{"name":"DNS_TKEY_DATAW","features":[3,90]},{"name":"DNS_TKEY_MODE_DIFFIE_HELLMAN","features":[90]},{"name":"DNS_TKEY_MODE_GSS","features":[90]},{"name":"DNS_TKEY_MODE_RESOLVER_ASSIGN","features":[90]},{"name":"DNS_TKEY_MODE_SERVER_ASSIGN","features":[90]},{"name":"DNS_TLSA_DATA","features":[90]},{"name":"DNS_TSIG_DATAA","features":[3,90]},{"name":"DNS_TSIG_DATAW","features":[3,90]},{"name":"DNS_TXT_DATAA","features":[90]},{"name":"DNS_TXT_DATAW","features":[90]},{"name":"DNS_TYPE","features":[90]},{"name":"DNS_TYPE_A","features":[90]},{"name":"DNS_TYPE_A6","features":[90]},{"name":"DNS_TYPE_AAAA","features":[90]},{"name":"DNS_TYPE_ADDRS","features":[90]},{"name":"DNS_TYPE_AFSDB","features":[90]},{"name":"DNS_TYPE_ALL","features":[90]},{"name":"DNS_TYPE_ANY","features":[90]},{"name":"DNS_TYPE_ATMA","features":[90]},{"name":"DNS_TYPE_AXFR","features":[90]},{"name":"DNS_TYPE_CERT","features":[90]},{"name":"DNS_TYPE_CNAME","features":[90]},{"name":"DNS_TYPE_DHCID","features":[90]},{"name":"DNS_TYPE_DNAME","features":[90]},{"name":"DNS_TYPE_DNSKEY","features":[90]},{"name":"DNS_TYPE_DS","features":[90]},{"name":"DNS_TYPE_EID","features":[90]},{"name":"DNS_TYPE_GID","features":[90]},{"name":"DNS_TYPE_GPOS","features":[90]},{"name":"DNS_TYPE_HINFO","features":[90]},{"name":"DNS_TYPE_HTTPS","features":[90]},{"name":"DNS_TYPE_ISDN","features":[90]},{"name":"DNS_TYPE_IXFR","features":[90]},{"name":"DNS_TYPE_KEY","features":[90]},{"name":"DNS_TYPE_KX","features":[90]},{"name":"DNS_TYPE_LOC","features":[90]},{"name":"DNS_TYPE_MAILA","features":[90]},{"name":"DNS_TYPE_MAILB","features":[90]},{"name":"DNS_TYPE_MB","features":[90]},{"name":"DNS_TYPE_MD","features":[90]},{"name":"DNS_TYPE_MF","features":[90]},{"name":"DNS_TYPE_MG","features":[90]},{"name":"DNS_TYPE_MINFO","features":[90]},{"name":"DNS_TYPE_MR","features":[90]},{"name":"DNS_TYPE_MX","features":[90]},{"name":"DNS_TYPE_NAPTR","features":[90]},{"name":"DNS_TYPE_NBSTAT","features":[90]},{"name":"DNS_TYPE_NIMLOC","features":[90]},{"name":"DNS_TYPE_NS","features":[90]},{"name":"DNS_TYPE_NSAP","features":[90]},{"name":"DNS_TYPE_NSAPPTR","features":[90]},{"name":"DNS_TYPE_NSEC","features":[90]},{"name":"DNS_TYPE_NSEC3","features":[90]},{"name":"DNS_TYPE_NSEC3PARAM","features":[90]},{"name":"DNS_TYPE_NULL","features":[90]},{"name":"DNS_TYPE_NXT","features":[90]},{"name":"DNS_TYPE_OPT","features":[90]},{"name":"DNS_TYPE_PTR","features":[90]},{"name":"DNS_TYPE_PX","features":[90]},{"name":"DNS_TYPE_RP","features":[90]},{"name":"DNS_TYPE_RRSIG","features":[90]},{"name":"DNS_TYPE_RT","features":[90]},{"name":"DNS_TYPE_SIG","features":[90]},{"name":"DNS_TYPE_SINK","features":[90]},{"name":"DNS_TYPE_SOA","features":[90]},{"name":"DNS_TYPE_SRV","features":[90]},{"name":"DNS_TYPE_SVCB","features":[90]},{"name":"DNS_TYPE_TEXT","features":[90]},{"name":"DNS_TYPE_TKEY","features":[90]},{"name":"DNS_TYPE_TLSA","features":[90]},{"name":"DNS_TYPE_TSIG","features":[90]},{"name":"DNS_TYPE_UID","features":[90]},{"name":"DNS_TYPE_UINFO","features":[90]},{"name":"DNS_TYPE_UNSPEC","features":[90]},{"name":"DNS_TYPE_WINS","features":[90]},{"name":"DNS_TYPE_WINSR","features":[90]},{"name":"DNS_TYPE_WKS","features":[90]},{"name":"DNS_TYPE_X25","features":[90]},{"name":"DNS_TYPE_ZERO","features":[90]},{"name":"DNS_UNKNOWN_DATA","features":[90]},{"name":"DNS_UPDATE_CACHE_SECURITY_CONTEXT","features":[90]},{"name":"DNS_UPDATE_FORCE_SECURITY_NEGO","features":[90]},{"name":"DNS_UPDATE_REMOTE_SERVER","features":[90]},{"name":"DNS_UPDATE_RESERVED","features":[90]},{"name":"DNS_UPDATE_SECURITY_OFF","features":[90]},{"name":"DNS_UPDATE_SECURITY_ON","features":[90]},{"name":"DNS_UPDATE_SECURITY_ONLY","features":[90]},{"name":"DNS_UPDATE_SECURITY_USE_DEFAULT","features":[90]},{"name":"DNS_UPDATE_SKIP_NO_UPDATE_ADAPTERS","features":[90]},{"name":"DNS_UPDATE_TEST_USE_LOCAL_SYS_ACCT","features":[90]},{"name":"DNS_UPDATE_TRY_ALL_MASTER_SERVERS","features":[90]},{"name":"DNS_VALSVR_ERROR_INVALID_ADDR","features":[90]},{"name":"DNS_VALSVR_ERROR_INVALID_NAME","features":[90]},{"name":"DNS_VALSVR_ERROR_NO_AUTH","features":[90]},{"name":"DNS_VALSVR_ERROR_NO_RESPONSE","features":[90]},{"name":"DNS_VALSVR_ERROR_NO_TCP","features":[90]},{"name":"DNS_VALSVR_ERROR_REFUSED","features":[90]},{"name":"DNS_VALSVR_ERROR_UNKNOWN","features":[90]},{"name":"DNS_VALSVR_ERROR_UNREACHABLE","features":[90]},{"name":"DNS_WINSR_DATAA","features":[90]},{"name":"DNS_WINSR_DATAW","features":[90]},{"name":"DNS_WINS_DATA","features":[90]},{"name":"DNS_WINS_FLAG_LOCAL","features":[90]},{"name":"DNS_WINS_FLAG_SCOPE","features":[90]},{"name":"DNS_WIRE_QUESTION","features":[90]},{"name":"DNS_WIRE_RECORD","features":[90]},{"name":"DNS_WKS_DATA","features":[90]},{"name":"DnsAcquireContextHandle_A","features":[3,90]},{"name":"DnsAcquireContextHandle_W","features":[3,90]},{"name":"DnsCancelQuery","features":[90]},{"name":"DnsCancelQueryRaw","features":[90]},{"name":"DnsCharSetAnsi","features":[90]},{"name":"DnsCharSetUnicode","features":[90]},{"name":"DnsCharSetUnknown","features":[90]},{"name":"DnsCharSetUtf8","features":[90]},{"name":"DnsConfigAdapterDomainName_A","features":[90]},{"name":"DnsConfigAdapterDomainName_UTF8","features":[90]},{"name":"DnsConfigAdapterDomainName_W","features":[90]},{"name":"DnsConfigAdapterHostNameRegistrationEnabled","features":[90]},{"name":"DnsConfigAdapterInfo","features":[90]},{"name":"DnsConfigAddressRegistrationMaxCount","features":[90]},{"name":"DnsConfigDnsServerList","features":[90]},{"name":"DnsConfigFullHostName_A","features":[90]},{"name":"DnsConfigFullHostName_UTF8","features":[90]},{"name":"DnsConfigFullHostName_W","features":[90]},{"name":"DnsConfigHostName_A","features":[90]},{"name":"DnsConfigHostName_UTF8","features":[90]},{"name":"DnsConfigHostName_W","features":[90]},{"name":"DnsConfigNameServer","features":[90]},{"name":"DnsConfigPrimaryDomainName_A","features":[90]},{"name":"DnsConfigPrimaryDomainName_UTF8","features":[90]},{"name":"DnsConfigPrimaryDomainName_W","features":[90]},{"name":"DnsConfigPrimaryHostNameRegistrationEnabled","features":[90]},{"name":"DnsConfigSearchList","features":[90]},{"name":"DnsConnectionDeletePolicyEntries","features":[90]},{"name":"DnsConnectionDeleteProxyInfo","features":[90]},{"name":"DnsConnectionFreeNameList","features":[90]},{"name":"DnsConnectionFreeProxyInfo","features":[90]},{"name":"DnsConnectionFreeProxyInfoEx","features":[3,90]},{"name":"DnsConnectionFreeProxyList","features":[90]},{"name":"DnsConnectionGetNameList","features":[90]},{"name":"DnsConnectionGetProxyInfo","features":[90]},{"name":"DnsConnectionGetProxyInfoForHostUrl","features":[3,90]},{"name":"DnsConnectionGetProxyInfoForHostUrlEx","features":[3,90]},{"name":"DnsConnectionGetProxyList","features":[90]},{"name":"DnsConnectionSetPolicyEntries","features":[90]},{"name":"DnsConnectionSetProxyInfo","features":[90]},{"name":"DnsConnectionUpdateIfIndexTable","features":[90]},{"name":"DnsExtractRecordsFromMessage_UTF8","features":[3,90]},{"name":"DnsExtractRecordsFromMessage_W","features":[3,90]},{"name":"DnsFree","features":[90]},{"name":"DnsFreeCustomServers","features":[90]},{"name":"DnsFreeFlat","features":[90]},{"name":"DnsFreeParsedMessageFields","features":[90]},{"name":"DnsFreeProxyName","features":[90]},{"name":"DnsFreeRecordList","features":[90]},{"name":"DnsGetApplicationSettings","features":[90]},{"name":"DnsGetProxyInformation","features":[90]},{"name":"DnsModifyRecordsInSet_A","features":[3,90]},{"name":"DnsModifyRecordsInSet_UTF8","features":[3,90]},{"name":"DnsModifyRecordsInSet_W","features":[3,90]},{"name":"DnsNameCompare_A","features":[3,90]},{"name":"DnsNameCompare_W","features":[3,90]},{"name":"DnsNameDomain","features":[90]},{"name":"DnsNameDomainLabel","features":[90]},{"name":"DnsNameHostnameFull","features":[90]},{"name":"DnsNameHostnameLabel","features":[90]},{"name":"DnsNameSrvRecord","features":[90]},{"name":"DnsNameValidateTld","features":[90]},{"name":"DnsNameWildcard","features":[90]},{"name":"DnsQueryConfig","features":[90]},{"name":"DnsQueryEx","features":[3,90]},{"name":"DnsQueryRaw","features":[3,90]},{"name":"DnsQueryRawResultFree","features":[3,90]},{"name":"DnsQuery_A","features":[3,90]},{"name":"DnsQuery_UTF8","features":[3,90]},{"name":"DnsQuery_W","features":[3,90]},{"name":"DnsRecordCompare","features":[3,90]},{"name":"DnsRecordCopyEx","features":[3,90]},{"name":"DnsRecordSetCompare","features":[3,90]},{"name":"DnsRecordSetCopyEx","features":[3,90]},{"name":"DnsRecordSetDetach","features":[3,90]},{"name":"DnsReleaseContextHandle","features":[3,90]},{"name":"DnsReplaceRecordSetA","features":[3,90]},{"name":"DnsReplaceRecordSetUTF8","features":[3,90]},{"name":"DnsReplaceRecordSetW","features":[3,90]},{"name":"DnsSectionAddtional","features":[90]},{"name":"DnsSectionAnswer","features":[90]},{"name":"DnsSectionAuthority","features":[90]},{"name":"DnsSectionQuestion","features":[90]},{"name":"DnsServiceBrowse","features":[3,90]},{"name":"DnsServiceBrowseCancel","features":[90]},{"name":"DnsServiceConstructInstance","features":[90]},{"name":"DnsServiceCopyInstance","features":[90]},{"name":"DnsServiceDeRegister","features":[3,90]},{"name":"DnsServiceFreeInstance","features":[90]},{"name":"DnsServiceRegister","features":[3,90]},{"name":"DnsServiceRegisterCancel","features":[90]},{"name":"DnsServiceResolve","features":[90]},{"name":"DnsServiceResolveCancel","features":[90]},{"name":"DnsSetApplicationSettings","features":[90]},{"name":"DnsStartMulticastQuery","features":[3,90]},{"name":"DnsStopMulticastQuery","features":[90]},{"name":"DnsSvcbParamAlpn","features":[90]},{"name":"DnsSvcbParamDohPath","features":[90]},{"name":"DnsSvcbParamDohPathOpenDns","features":[90]},{"name":"DnsSvcbParamDohPathQuad9","features":[90]},{"name":"DnsSvcbParamEch","features":[90]},{"name":"DnsSvcbParamIpv4Hint","features":[90]},{"name":"DnsSvcbParamIpv6Hint","features":[90]},{"name":"DnsSvcbParamMandatory","features":[90]},{"name":"DnsSvcbParamNoDefaultAlpn","features":[90]},{"name":"DnsSvcbParamPort","features":[90]},{"name":"DnsValidateName_A","features":[90]},{"name":"DnsValidateName_UTF8","features":[90]},{"name":"DnsValidateName_W","features":[90]},{"name":"DnsWriteQuestionToBuffer_UTF8","features":[3,90]},{"name":"DnsWriteQuestionToBuffer_W","features":[3,90]},{"name":"IP4_ADDRESS_STRING_BUFFER_LENGTH","features":[90]},{"name":"IP4_ADDRESS_STRING_LENGTH","features":[90]},{"name":"IP4_ARRAY","features":[90]},{"name":"IP6_ADDRESS","features":[90]},{"name":"IP6_ADDRESS","features":[90]},{"name":"IP6_ADDRESS_STRING_BUFFER_LENGTH","features":[90]},{"name":"IP6_ADDRESS_STRING_LENGTH","features":[90]},{"name":"MDNS_QUERY_HANDLE","features":[90]},{"name":"MDNS_QUERY_REQUEST","features":[3,90]},{"name":"PDNS_QUERY_COMPLETION_ROUTINE","features":[3,90]},{"name":"PDNS_SERVICE_BROWSE_CALLBACK","features":[3,90]},{"name":"PDNS_SERVICE_REGISTER_COMPLETE","features":[90]},{"name":"PDNS_SERVICE_RESOLVE_COMPLETE","features":[90]},{"name":"PMDNS_QUERY_CALLBACK","features":[3,90]},{"name":"SIZEOF_IP4_ADDRESS","features":[90]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_CONNECTION_MANAGER","features":[90]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_DEFAULT","features":[90]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_WWWPT","features":[90]},{"name":"_DnsRecordOptA","features":[3,90]}],"448":[{"name":"ICW_ALREADYRUN","features":[91]},{"name":"ICW_CHECKSTATUS","features":[91]},{"name":"ICW_FULLPRESENT","features":[91]},{"name":"ICW_FULL_SMARTSTART","features":[91]},{"name":"ICW_LAUNCHEDFULL","features":[91]},{"name":"ICW_LAUNCHEDMANUAL","features":[91]},{"name":"ICW_LAUNCHFULL","features":[91]},{"name":"ICW_LAUNCHMANUAL","features":[91]},{"name":"ICW_MANUALPRESENT","features":[91]},{"name":"ICW_MAX_ACCTNAME","features":[91]},{"name":"ICW_MAX_EMAILADDR","features":[91]},{"name":"ICW_MAX_EMAILNAME","features":[91]},{"name":"ICW_MAX_LOGONNAME","features":[91]},{"name":"ICW_MAX_PASSWORD","features":[91]},{"name":"ICW_MAX_RASNAME","features":[91]},{"name":"ICW_MAX_SERVERNAME","features":[91]},{"name":"ICW_REGKEYCOMPLETED","features":[91]},{"name":"ICW_REGPATHSETTINGS","features":[91]},{"name":"ICW_USEDEFAULTS","features":[91]},{"name":"ICW_USE_SHELLNEXT","features":[91]},{"name":"PFNCHECKCONNECTIONWIZARD","features":[91]},{"name":"PFNSETSHELLNEXT","features":[91]}],"449":[{"name":"ANY_SIZE","features":[92]},{"name":"ARP_SEND_REPLY","features":[92]},{"name":"AddIPAddress","features":[92]},{"name":"BEST_IF","features":[92]},{"name":"BEST_ROUTE","features":[92]},{"name":"BROADCAST_NODETYPE","features":[92]},{"name":"CancelIPChangeNotify","features":[3,92,8]},{"name":"CancelIfTimestampConfigChange","features":[92]},{"name":"CancelMibChangeNotify2","features":[3,92]},{"name":"CaptureInterfaceHardwareCrossTimestamp","features":[92,18]},{"name":"ConvertCompartmentGuidToId","features":[3,92]},{"name":"ConvertCompartmentIdToGuid","features":[3,92]},{"name":"ConvertInterfaceAliasToLuid","features":[3,92,18]},{"name":"ConvertInterfaceGuidToLuid","features":[3,92,18]},{"name":"ConvertInterfaceIndexToLuid","features":[3,92,18]},{"name":"ConvertInterfaceLuidToAlias","features":[3,92,18]},{"name":"ConvertInterfaceLuidToGuid","features":[3,92,18]},{"name":"ConvertInterfaceLuidToIndex","features":[3,92,18]},{"name":"ConvertInterfaceLuidToNameA","features":[3,92,18]},{"name":"ConvertInterfaceLuidToNameW","features":[3,92,18]},{"name":"ConvertInterfaceNameToLuidA","features":[3,92,18]},{"name":"ConvertInterfaceNameToLuidW","features":[3,92,18]},{"name":"ConvertIpv4MaskToLength","features":[3,92]},{"name":"ConvertLengthToIpv4Mask","features":[3,92]},{"name":"CreateAnycastIpAddressEntry","features":[3,92,18,17]},{"name":"CreateIpForwardEntry","features":[92,17]},{"name":"CreateIpForwardEntry2","features":[3,92,18,17]},{"name":"CreateIpNetEntry","features":[92]},{"name":"CreateIpNetEntry2","features":[3,92,18,17]},{"name":"CreatePersistentTcpPortReservation","features":[92]},{"name":"CreatePersistentUdpPortReservation","features":[92]},{"name":"CreateProxyArpEntry","features":[92]},{"name":"CreateSortedAddressPairs","features":[3,92,17]},{"name":"CreateUnicastIpAddressEntry","features":[3,92,18,17]},{"name":"DEFAULT_MINIMUM_ENTITIES","features":[92]},{"name":"DEST_LONGER","features":[92]},{"name":"DEST_MATCHING","features":[92]},{"name":"DEST_SHORTER","features":[92]},{"name":"DNS_DDR_ADAPTER_ENABLE_DOH","features":[92]},{"name":"DNS_DDR_ADAPTER_ENABLE_UDP_FALLBACK","features":[92]},{"name":"DNS_DOH_AUTO_UPGRADE_SERVER","features":[92]},{"name":"DNS_DOH_POLICY_AUTO","features":[92]},{"name":"DNS_DOH_POLICY_DISABLE","features":[92]},{"name":"DNS_DOH_POLICY_NOT_CONFIGURED","features":[92]},{"name":"DNS_DOH_POLICY_REQUIRED","features":[92]},{"name":"DNS_DOH_SERVER_SETTINGS","features":[92]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE","features":[92]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE_AUTO","features":[92]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE_DDR","features":[92]},{"name":"DNS_DOH_SERVER_SETTINGS_FALLBACK_TO_UDP","features":[92]},{"name":"DNS_ENABLE_DDR","features":[92]},{"name":"DNS_ENABLE_DOH","features":[92]},{"name":"DNS_INTERFACE_SETTINGS","features":[92]},{"name":"DNS_INTERFACE_SETTINGS3","features":[92]},{"name":"DNS_INTERFACE_SETTINGS4","features":[92]},{"name":"DNS_INTERFACE_SETTINGS_EX","features":[92]},{"name":"DNS_INTERFACE_SETTINGS_VERSION1","features":[92]},{"name":"DNS_INTERFACE_SETTINGS_VERSION2","features":[92]},{"name":"DNS_INTERFACE_SETTINGS_VERSION3","features":[92]},{"name":"DNS_INTERFACE_SETTINGS_VERSION4","features":[92]},{"name":"DNS_SERVER_PROPERTY","features":[92]},{"name":"DNS_SERVER_PROPERTY_TYPE","features":[92]},{"name":"DNS_SERVER_PROPERTY_TYPES","features":[92]},{"name":"DNS_SERVER_PROPERTY_VERSION1","features":[92]},{"name":"DNS_SETTINGS","features":[92]},{"name":"DNS_SETTINGS2","features":[92]},{"name":"DNS_SETTINGS_ENABLE_LLMNR","features":[92]},{"name":"DNS_SETTINGS_QUERY_ADAPTER_NAME","features":[92]},{"name":"DNS_SETTINGS_VERSION1","features":[92]},{"name":"DNS_SETTINGS_VERSION2","features":[92]},{"name":"DNS_SETTING_DDR","features":[92]},{"name":"DNS_SETTING_DISABLE_UNCONSTRAINED_QUERIES","features":[92]},{"name":"DNS_SETTING_DOH","features":[92]},{"name":"DNS_SETTING_DOH_PROFILE","features":[92]},{"name":"DNS_SETTING_DOMAIN","features":[92]},{"name":"DNS_SETTING_ENCRYPTED_DNS_ADAPTER_FLAGS","features":[92]},{"name":"DNS_SETTING_HOSTNAME","features":[92]},{"name":"DNS_SETTING_IPV6","features":[92]},{"name":"DNS_SETTING_NAMESERVER","features":[92]},{"name":"DNS_SETTING_PROFILE_NAMESERVER","features":[92]},{"name":"DNS_SETTING_REGISTER_ADAPTER_NAME","features":[92]},{"name":"DNS_SETTING_REGISTRATION_ENABLED","features":[92]},{"name":"DNS_SETTING_SEARCHLIST","features":[92]},{"name":"DNS_SETTING_SUPPLEMENTAL_SEARCH_LIST","features":[92]},{"name":"DeleteAnycastIpAddressEntry","features":[3,92,18,17]},{"name":"DeleteIPAddress","features":[92]},{"name":"DeleteIpForwardEntry","features":[92,17]},{"name":"DeleteIpForwardEntry2","features":[3,92,18,17]},{"name":"DeleteIpNetEntry","features":[92]},{"name":"DeleteIpNetEntry2","features":[3,92,18,17]},{"name":"DeletePersistentTcpPortReservation","features":[92]},{"name":"DeletePersistentUdpPortReservation","features":[92]},{"name":"DeleteProxyArpEntry","features":[92]},{"name":"DeleteUnicastIpAddressEntry","features":[3,92,18,17]},{"name":"DisableMediaSense","features":[3,92,8]},{"name":"DnsServerDohProperty","features":[92]},{"name":"DnsServerInvalidProperty","features":[92]},{"name":"ERROR_BASE","features":[92]},{"name":"ERROR_IPV6_NOT_IMPLEMENTED","features":[92]},{"name":"EnableRouter","features":[3,92,8]},{"name":"FD_FLAGS_ALLFLAGS","features":[92]},{"name":"FD_FLAGS_NOSYN","features":[92]},{"name":"FILTER_ICMP_CODE_ANY","features":[92]},{"name":"FILTER_ICMP_TYPE_ANY","features":[92]},{"name":"FIXED_INFO_W2KSP1","features":[92]},{"name":"FlushIpNetTable","features":[92]},{"name":"FlushIpNetTable2","features":[3,92,17]},{"name":"FlushIpPathTable","features":[3,92,17]},{"name":"FreeDnsSettings","features":[92]},{"name":"FreeInterfaceDnsSettings","features":[92]},{"name":"FreeMibTable","features":[92]},{"name":"GAA_FLAG_INCLUDE_ALL_COMPARTMENTS","features":[92]},{"name":"GAA_FLAG_INCLUDE_ALL_INTERFACES","features":[92]},{"name":"GAA_FLAG_INCLUDE_GATEWAYS","features":[92]},{"name":"GAA_FLAG_INCLUDE_PREFIX","features":[92]},{"name":"GAA_FLAG_INCLUDE_TUNNEL_BINDINGORDER","features":[92]},{"name":"GAA_FLAG_INCLUDE_WINS_INFO","features":[92]},{"name":"GAA_FLAG_SKIP_ANYCAST","features":[92]},{"name":"GAA_FLAG_SKIP_DNS_INFO","features":[92]},{"name":"GAA_FLAG_SKIP_DNS_SERVER","features":[92]},{"name":"GAA_FLAG_SKIP_FRIENDLY_NAME","features":[92]},{"name":"GAA_FLAG_SKIP_MULTICAST","features":[92]},{"name":"GAA_FLAG_SKIP_UNICAST","features":[92]},{"name":"GET_ADAPTERS_ADDRESSES_FLAGS","features":[92]},{"name":"GF_FRAGCACHE","features":[92]},{"name":"GF_FRAGMENTS","features":[92]},{"name":"GF_STRONGHOST","features":[92]},{"name":"GLOBAL_FILTER","features":[92]},{"name":"GetAdapterIndex","features":[92]},{"name":"GetAdapterOrderMap","features":[92]},{"name":"GetAdaptersAddresses","features":[92,18,17]},{"name":"GetAdaptersInfo","features":[3,92]},{"name":"GetAnycastIpAddressEntry","features":[3,92,18,17]},{"name":"GetAnycastIpAddressTable","features":[3,92,18,17]},{"name":"GetBestInterface","features":[92]},{"name":"GetBestInterfaceEx","features":[92,17]},{"name":"GetBestRoute","features":[92,17]},{"name":"GetBestRoute2","features":[3,92,18,17]},{"name":"GetCurrentThreadCompartmentId","features":[3,92]},{"name":"GetCurrentThreadCompartmentScope","features":[92]},{"name":"GetDefaultCompartmentId","features":[3,92]},{"name":"GetDnsSettings","features":[3,92]},{"name":"GetExtendedTcpTable","features":[3,92]},{"name":"GetExtendedUdpTable","features":[3,92]},{"name":"GetFriendlyIfIndex","features":[92]},{"name":"GetIcmpStatistics","features":[92]},{"name":"GetIcmpStatisticsEx","features":[92]},{"name":"GetIfEntry","features":[92]},{"name":"GetIfEntry2","features":[3,92,18]},{"name":"GetIfEntry2Ex","features":[3,92,18]},{"name":"GetIfStackTable","features":[3,92]},{"name":"GetIfTable","features":[3,92]},{"name":"GetIfTable2","features":[3,92,18]},{"name":"GetIfTable2Ex","features":[3,92,18]},{"name":"GetInterfaceActiveTimestampCapabilities","features":[3,92,18]},{"name":"GetInterfaceCurrentTimestampCapabilities","features":[3,92,18]},{"name":"GetInterfaceDnsSettings","features":[3,92]},{"name":"GetInterfaceHardwareTimestampCapabilities","features":[3,92,18]},{"name":"GetInterfaceInfo","features":[92]},{"name":"GetInterfaceSupportedTimestampCapabilities","features":[3,92,18]},{"name":"GetInvertedIfStackTable","features":[3,92]},{"name":"GetIpAddrTable","features":[3,92]},{"name":"GetIpErrorString","features":[92]},{"name":"GetIpForwardEntry2","features":[3,92,18,17]},{"name":"GetIpForwardTable","features":[3,92,17]},{"name":"GetIpForwardTable2","features":[3,92,18,17]},{"name":"GetIpInterfaceEntry","features":[3,92,18,17]},{"name":"GetIpInterfaceTable","features":[3,92,18,17]},{"name":"GetIpNetEntry2","features":[3,92,18,17]},{"name":"GetIpNetTable","features":[3,92]},{"name":"GetIpNetTable2","features":[3,92,18,17]},{"name":"GetIpNetworkConnectionBandwidthEstimates","features":[3,92,17]},{"name":"GetIpPathEntry","features":[3,92,18,17]},{"name":"GetIpPathTable","features":[3,92,18,17]},{"name":"GetIpStatistics","features":[92]},{"name":"GetIpStatisticsEx","features":[92]},{"name":"GetJobCompartmentId","features":[3,92]},{"name":"GetMulticastIpAddressEntry","features":[3,92,18,17]},{"name":"GetMulticastIpAddressTable","features":[3,92,18,17]},{"name":"GetNetworkConnectivityHint","features":[3,92,17]},{"name":"GetNetworkConnectivityHintForInterface","features":[3,92,17]},{"name":"GetNetworkInformation","features":[3,92]},{"name":"GetNetworkParams","features":[3,92]},{"name":"GetNumberOfInterfaces","features":[92]},{"name":"GetOwnerModuleFromPidAndInfo","features":[92]},{"name":"GetOwnerModuleFromTcp6Entry","features":[92]},{"name":"GetOwnerModuleFromTcpEntry","features":[92]},{"name":"GetOwnerModuleFromUdp6Entry","features":[92]},{"name":"GetOwnerModuleFromUdpEntry","features":[92]},{"name":"GetPerAdapterInfo","features":[92]},{"name":"GetPerTcp6ConnectionEStats","features":[92,17]},{"name":"GetPerTcpConnectionEStats","features":[92]},{"name":"GetRTTAndHopCount","features":[3,92]},{"name":"GetSessionCompartmentId","features":[3,92]},{"name":"GetTcp6Table","features":[3,92,17]},{"name":"GetTcp6Table2","features":[3,92,17]},{"name":"GetTcpStatistics","features":[92]},{"name":"GetTcpStatisticsEx","features":[92]},{"name":"GetTcpStatisticsEx2","features":[92]},{"name":"GetTcpTable","features":[3,92]},{"name":"GetTcpTable2","features":[3,92]},{"name":"GetTeredoPort","features":[3,92]},{"name":"GetUdp6Table","features":[3,92,17]},{"name":"GetUdpStatistics","features":[92]},{"name":"GetUdpStatisticsEx","features":[92]},{"name":"GetUdpStatisticsEx2","features":[92]},{"name":"GetUdpTable","features":[3,92]},{"name":"GetUniDirectionalAdapterInfo","features":[92]},{"name":"GetUnicastIpAddressEntry","features":[3,92,18,17]},{"name":"GetUnicastIpAddressTable","features":[3,92,18,17]},{"name":"HIFTIMESTAMPCHANGE","features":[92]},{"name":"HYBRID_NODETYPE","features":[92]},{"name":"ICMP4_DST_UNREACH","features":[92]},{"name":"ICMP4_ECHO_REPLY","features":[92]},{"name":"ICMP4_ECHO_REQUEST","features":[92]},{"name":"ICMP4_MASK_REPLY","features":[92]},{"name":"ICMP4_MASK_REQUEST","features":[92]},{"name":"ICMP4_PARAM_PROB","features":[92]},{"name":"ICMP4_REDIRECT","features":[92]},{"name":"ICMP4_ROUTER_ADVERT","features":[92]},{"name":"ICMP4_ROUTER_SOLICIT","features":[92]},{"name":"ICMP4_SOURCE_QUENCH","features":[92]},{"name":"ICMP4_TIMESTAMP_REPLY","features":[92]},{"name":"ICMP4_TIMESTAMP_REQUEST","features":[92]},{"name":"ICMP4_TIME_EXCEEDED","features":[92]},{"name":"ICMP4_TYPE","features":[92]},{"name":"ICMP6_DST_UNREACH","features":[92]},{"name":"ICMP6_ECHO_REPLY","features":[92]},{"name":"ICMP6_ECHO_REQUEST","features":[92]},{"name":"ICMP6_INFOMSG_MASK","features":[92]},{"name":"ICMP6_MEMBERSHIP_QUERY","features":[92]},{"name":"ICMP6_MEMBERSHIP_REDUCTION","features":[92]},{"name":"ICMP6_MEMBERSHIP_REPORT","features":[92]},{"name":"ICMP6_PACKET_TOO_BIG","features":[92]},{"name":"ICMP6_PARAM_PROB","features":[92]},{"name":"ICMP6_TIME_EXCEEDED","features":[92]},{"name":"ICMP6_TYPE","features":[92]},{"name":"ICMP6_V2_MEMBERSHIP_REPORT","features":[92]},{"name":"ICMPV6_ECHO_REPLY_LH","features":[92]},{"name":"ICMP_ECHO_REPLY","features":[92]},{"name":"ICMP_ECHO_REPLY32","features":[92]},{"name":"ICMP_STATS","features":[92]},{"name":"IF_ACCESS_BROADCAST","features":[92]},{"name":"IF_ACCESS_LOOPBACK","features":[92]},{"name":"IF_ACCESS_POINTTOMULTIPOINT","features":[92]},{"name":"IF_ACCESS_POINTTOPOINT","features":[92]},{"name":"IF_ACCESS_POINT_TO_MULTI_POINT","features":[92]},{"name":"IF_ACCESS_POINT_TO_POINT","features":[92]},{"name":"IF_ACCESS_TYPE","features":[92]},{"name":"IF_ADMIN_STATUS_DOWN","features":[92]},{"name":"IF_ADMIN_STATUS_TESTING","features":[92]},{"name":"IF_ADMIN_STATUS_UP","features":[92]},{"name":"IF_CHECK_MCAST","features":[92]},{"name":"IF_CHECK_NONE","features":[92]},{"name":"IF_CHECK_SEND","features":[92]},{"name":"IF_CONNECTION_DEDICATED","features":[92]},{"name":"IF_CONNECTION_DEMAND","features":[92]},{"name":"IF_CONNECTION_PASSIVE","features":[92]},{"name":"IF_NUMBER","features":[92]},{"name":"IF_OPER_STATUS_CONNECTED","features":[92]},{"name":"IF_OPER_STATUS_CONNECTING","features":[92]},{"name":"IF_OPER_STATUS_DISCONNECTED","features":[92]},{"name":"IF_OPER_STATUS_NON_OPERATIONAL","features":[92]},{"name":"IF_OPER_STATUS_OPERATIONAL","features":[92]},{"name":"IF_OPER_STATUS_UNREACHABLE","features":[92]},{"name":"IF_ROW","features":[92]},{"name":"IF_STATUS","features":[92]},{"name":"IF_TABLE","features":[92]},{"name":"IF_TYPE_A12MPPSWITCH","features":[92]},{"name":"IF_TYPE_AAL2","features":[92]},{"name":"IF_TYPE_AAL5","features":[92]},{"name":"IF_TYPE_ADSL","features":[92]},{"name":"IF_TYPE_AFLANE_8023","features":[92]},{"name":"IF_TYPE_AFLANE_8025","features":[92]},{"name":"IF_TYPE_ARAP","features":[92]},{"name":"IF_TYPE_ARCNET","features":[92]},{"name":"IF_TYPE_ARCNET_PLUS","features":[92]},{"name":"IF_TYPE_ASYNC","features":[92]},{"name":"IF_TYPE_ATM","features":[92]},{"name":"IF_TYPE_ATM_DXI","features":[92]},{"name":"IF_TYPE_ATM_FUNI","features":[92]},{"name":"IF_TYPE_ATM_IMA","features":[92]},{"name":"IF_TYPE_ATM_LOGICAL","features":[92]},{"name":"IF_TYPE_ATM_RADIO","features":[92]},{"name":"IF_TYPE_ATM_SUBINTERFACE","features":[92]},{"name":"IF_TYPE_ATM_VCI_ENDPT","features":[92]},{"name":"IF_TYPE_ATM_VIRTUAL","features":[92]},{"name":"IF_TYPE_BASIC_ISDN","features":[92]},{"name":"IF_TYPE_BGP_POLICY_ACCOUNTING","features":[92]},{"name":"IF_TYPE_BSC","features":[92]},{"name":"IF_TYPE_CCTEMUL","features":[92]},{"name":"IF_TYPE_CES","features":[92]},{"name":"IF_TYPE_CHANNEL","features":[92]},{"name":"IF_TYPE_CNR","features":[92]},{"name":"IF_TYPE_COFFEE","features":[92]},{"name":"IF_TYPE_COMPOSITELINK","features":[92]},{"name":"IF_TYPE_DCN","features":[92]},{"name":"IF_TYPE_DDN_X25","features":[92]},{"name":"IF_TYPE_DIGITALPOWERLINE","features":[92]},{"name":"IF_TYPE_DIGITAL_WRAPPER_OVERHEAD_CHANNEL","features":[92]},{"name":"IF_TYPE_DLSW","features":[92]},{"name":"IF_TYPE_DOCSCABLE_DOWNSTREAM","features":[92]},{"name":"IF_TYPE_DOCSCABLE_MACLAYER","features":[92]},{"name":"IF_TYPE_DOCSCABLE_UPSTREAM","features":[92]},{"name":"IF_TYPE_DS0","features":[92]},{"name":"IF_TYPE_DS0_BUNDLE","features":[92]},{"name":"IF_TYPE_DS1","features":[92]},{"name":"IF_TYPE_DS1_FDL","features":[92]},{"name":"IF_TYPE_DS3","features":[92]},{"name":"IF_TYPE_DTM","features":[92]},{"name":"IF_TYPE_DVBRCC_DOWNSTREAM","features":[92]},{"name":"IF_TYPE_DVBRCC_MACLAYER","features":[92]},{"name":"IF_TYPE_DVBRCC_UPSTREAM","features":[92]},{"name":"IF_TYPE_DVB_ASI_IN","features":[92]},{"name":"IF_TYPE_DVB_ASI_OUT","features":[92]},{"name":"IF_TYPE_E1","features":[92]},{"name":"IF_TYPE_EON","features":[92]},{"name":"IF_TYPE_EPLRS","features":[92]},{"name":"IF_TYPE_ESCON","features":[92]},{"name":"IF_TYPE_ETHERNET_3MBIT","features":[92]},{"name":"IF_TYPE_ETHERNET_CSMACD","features":[92]},{"name":"IF_TYPE_FAST","features":[92]},{"name":"IF_TYPE_FASTETHER","features":[92]},{"name":"IF_TYPE_FASTETHER_FX","features":[92]},{"name":"IF_TYPE_FDDI","features":[92]},{"name":"IF_TYPE_FIBRECHANNEL","features":[92]},{"name":"IF_TYPE_FRAMERELAY","features":[92]},{"name":"IF_TYPE_FRAMERELAY_INTERCONNECT","features":[92]},{"name":"IF_TYPE_FRAMERELAY_MPI","features":[92]},{"name":"IF_TYPE_FRAMERELAY_SERVICE","features":[92]},{"name":"IF_TYPE_FRF16_MFR_BUNDLE","features":[92]},{"name":"IF_TYPE_FR_DLCI_ENDPT","features":[92]},{"name":"IF_TYPE_FR_FORWARD","features":[92]},{"name":"IF_TYPE_G703_2MB","features":[92]},{"name":"IF_TYPE_G703_64K","features":[92]},{"name":"IF_TYPE_GIGABITETHERNET","features":[92]},{"name":"IF_TYPE_GR303_IDT","features":[92]},{"name":"IF_TYPE_GR303_RDT","features":[92]},{"name":"IF_TYPE_H323_GATEKEEPER","features":[92]},{"name":"IF_TYPE_H323_PROXY","features":[92]},{"name":"IF_TYPE_HDH_1822","features":[92]},{"name":"IF_TYPE_HDLC","features":[92]},{"name":"IF_TYPE_HDSL2","features":[92]},{"name":"IF_TYPE_HIPERLAN2","features":[92]},{"name":"IF_TYPE_HIPPI","features":[92]},{"name":"IF_TYPE_HIPPIINTERFACE","features":[92]},{"name":"IF_TYPE_HOSTPAD","features":[92]},{"name":"IF_TYPE_HSSI","features":[92]},{"name":"IF_TYPE_HYPERCHANNEL","features":[92]},{"name":"IF_TYPE_IBM370PARCHAN","features":[92]},{"name":"IF_TYPE_IDSL","features":[92]},{"name":"IF_TYPE_IEEE1394","features":[92]},{"name":"IF_TYPE_IEEE80211","features":[92]},{"name":"IF_TYPE_IEEE80212","features":[92]},{"name":"IF_TYPE_IEEE802154","features":[92]},{"name":"IF_TYPE_IEEE80216_WMAN","features":[92]},{"name":"IF_TYPE_IEEE8023AD_LAG","features":[92]},{"name":"IF_TYPE_IF_GSN","features":[92]},{"name":"IF_TYPE_IMT","features":[92]},{"name":"IF_TYPE_INTERLEAVE","features":[92]},{"name":"IF_TYPE_IP","features":[92]},{"name":"IF_TYPE_IPFORWARD","features":[92]},{"name":"IF_TYPE_IPOVER_ATM","features":[92]},{"name":"IF_TYPE_IPOVER_CDLC","features":[92]},{"name":"IF_TYPE_IPOVER_CLAW","features":[92]},{"name":"IF_TYPE_IPSWITCH","features":[92]},{"name":"IF_TYPE_IS088023_CSMACD","features":[92]},{"name":"IF_TYPE_ISDN","features":[92]},{"name":"IF_TYPE_ISDN_S","features":[92]},{"name":"IF_TYPE_ISDN_U","features":[92]},{"name":"IF_TYPE_ISO88022_LLC","features":[92]},{"name":"IF_TYPE_ISO88024_TOKENBUS","features":[92]},{"name":"IF_TYPE_ISO88025R_DTR","features":[92]},{"name":"IF_TYPE_ISO88025_CRFPRINT","features":[92]},{"name":"IF_TYPE_ISO88025_FIBER","features":[92]},{"name":"IF_TYPE_ISO88025_TOKENRING","features":[92]},{"name":"IF_TYPE_ISO88026_MAN","features":[92]},{"name":"IF_TYPE_ISUP","features":[92]},{"name":"IF_TYPE_L2_VLAN","features":[92]},{"name":"IF_TYPE_L3_IPVLAN","features":[92]},{"name":"IF_TYPE_L3_IPXVLAN","features":[92]},{"name":"IF_TYPE_LAP_B","features":[92]},{"name":"IF_TYPE_LAP_D","features":[92]},{"name":"IF_TYPE_LAP_F","features":[92]},{"name":"IF_TYPE_LOCALTALK","features":[92]},{"name":"IF_TYPE_MEDIAMAILOVERIP","features":[92]},{"name":"IF_TYPE_MF_SIGLINK","features":[92]},{"name":"IF_TYPE_MIO_X25","features":[92]},{"name":"IF_TYPE_MODEM","features":[92]},{"name":"IF_TYPE_MPC","features":[92]},{"name":"IF_TYPE_MPLS","features":[92]},{"name":"IF_TYPE_MPLS_TUNNEL","features":[92]},{"name":"IF_TYPE_MSDSL","features":[92]},{"name":"IF_TYPE_MVL","features":[92]},{"name":"IF_TYPE_MYRINET","features":[92]},{"name":"IF_TYPE_NFAS","features":[92]},{"name":"IF_TYPE_NSIP","features":[92]},{"name":"IF_TYPE_OPTICAL_CHANNEL","features":[92]},{"name":"IF_TYPE_OPTICAL_TRANSPORT","features":[92]},{"name":"IF_TYPE_OTHER","features":[92]},{"name":"IF_TYPE_PARA","features":[92]},{"name":"IF_TYPE_PLC","features":[92]},{"name":"IF_TYPE_POS","features":[92]},{"name":"IF_TYPE_PPP","features":[92]},{"name":"IF_TYPE_PPPMULTILINKBUNDLE","features":[92]},{"name":"IF_TYPE_PRIMARY_ISDN","features":[92]},{"name":"IF_TYPE_PROP_BWA_P2MP","features":[92]},{"name":"IF_TYPE_PROP_CNLS","features":[92]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_DOWNSTREAM","features":[92]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_MACLAYER","features":[92]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_UPSTREAM","features":[92]},{"name":"IF_TYPE_PROP_MULTIPLEXOR","features":[92]},{"name":"IF_TYPE_PROP_POINT2POINT_SERIAL","features":[92]},{"name":"IF_TYPE_PROP_VIRTUAL","features":[92]},{"name":"IF_TYPE_PROP_WIRELESS_P2P","features":[92]},{"name":"IF_TYPE_PROTEON_10MBIT","features":[92]},{"name":"IF_TYPE_PROTEON_80MBIT","features":[92]},{"name":"IF_TYPE_QLLC","features":[92]},{"name":"IF_TYPE_RADIO_MAC","features":[92]},{"name":"IF_TYPE_RADSL","features":[92]},{"name":"IF_TYPE_REACH_DSL","features":[92]},{"name":"IF_TYPE_REGULAR_1822","features":[92]},{"name":"IF_TYPE_RFC1483","features":[92]},{"name":"IF_TYPE_RFC877_X25","features":[92]},{"name":"IF_TYPE_RS232","features":[92]},{"name":"IF_TYPE_RSRB","features":[92]},{"name":"IF_TYPE_SDLC","features":[92]},{"name":"IF_TYPE_SDSL","features":[92]},{"name":"IF_TYPE_SHDSL","features":[92]},{"name":"IF_TYPE_SIP","features":[92]},{"name":"IF_TYPE_SLIP","features":[92]},{"name":"IF_TYPE_SMDS_DXI","features":[92]},{"name":"IF_TYPE_SMDS_ICIP","features":[92]},{"name":"IF_TYPE_SOFTWARE_LOOPBACK","features":[92]},{"name":"IF_TYPE_SONET","features":[92]},{"name":"IF_TYPE_SONET_OVERHEAD_CHANNEL","features":[92]},{"name":"IF_TYPE_SONET_PATH","features":[92]},{"name":"IF_TYPE_SONET_VT","features":[92]},{"name":"IF_TYPE_SRP","features":[92]},{"name":"IF_TYPE_SS7_SIGLINK","features":[92]},{"name":"IF_TYPE_STACKTOSTACK","features":[92]},{"name":"IF_TYPE_STARLAN","features":[92]},{"name":"IF_TYPE_TDLC","features":[92]},{"name":"IF_TYPE_TERMPAD","features":[92]},{"name":"IF_TYPE_TR008","features":[92]},{"name":"IF_TYPE_TRANSPHDLC","features":[92]},{"name":"IF_TYPE_TUNNEL","features":[92]},{"name":"IF_TYPE_ULTRA","features":[92]},{"name":"IF_TYPE_USB","features":[92]},{"name":"IF_TYPE_V11","features":[92]},{"name":"IF_TYPE_V35","features":[92]},{"name":"IF_TYPE_V36","features":[92]},{"name":"IF_TYPE_V37","features":[92]},{"name":"IF_TYPE_VDSL","features":[92]},{"name":"IF_TYPE_VIRTUALIPADDRESS","features":[92]},{"name":"IF_TYPE_VOICEOVERATM","features":[92]},{"name":"IF_TYPE_VOICEOVERFRAMERELAY","features":[92]},{"name":"IF_TYPE_VOICE_EM","features":[92]},{"name":"IF_TYPE_VOICE_ENCAP","features":[92]},{"name":"IF_TYPE_VOICE_FXO","features":[92]},{"name":"IF_TYPE_VOICE_FXS","features":[92]},{"name":"IF_TYPE_VOICE_OVERIP","features":[92]},{"name":"IF_TYPE_WWANPP","features":[92]},{"name":"IF_TYPE_WWANPP2","features":[92]},{"name":"IF_TYPE_X213","features":[92]},{"name":"IF_TYPE_X25_HUNTGROUP","features":[92]},{"name":"IF_TYPE_X25_MLP","features":[92]},{"name":"IF_TYPE_X25_PLE","features":[92]},{"name":"IF_TYPE_XBOX_WIRELESS","features":[92]},{"name":"INTERFACE_HARDWARE_CROSSTIMESTAMP","features":[92]},{"name":"INTERFACE_HARDWARE_CROSSTIMESTAMP_VERSION_1","features":[92]},{"name":"INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES","features":[3,92]},{"name":"INTERFACE_SOFTWARE_TIMESTAMP_CAPABILITIES","features":[3,92]},{"name":"INTERFACE_TIMESTAMP_CAPABILITIES","features":[3,92]},{"name":"INTERFACE_TIMESTAMP_CAPABILITIES_VERSION_1","features":[92]},{"name":"INTERNAL_IF_OPER_STATUS","features":[92]},{"name":"IOCTL_ARP_SEND_REQUEST","features":[92]},{"name":"IOCTL_IP_ADDCHANGE_NOTIFY_REQUEST","features":[92]},{"name":"IOCTL_IP_GET_BEST_INTERFACE","features":[92]},{"name":"IOCTL_IP_INTERFACE_INFO","features":[92]},{"name":"IOCTL_IP_RTCHANGE_NOTIFY_REQUEST","features":[92]},{"name":"IOCTL_IP_UNIDIRECTIONAL_ADAPTER_ADDRESS","features":[92]},{"name":"IP6_STATS","features":[92]},{"name":"IPRTRMGR_PID","features":[92]},{"name":"IPV6_ADDRESS_EX","features":[92]},{"name":"IPV6_GLOBAL_INFO","features":[92]},{"name":"IPV6_ROUTE_INFO","features":[92]},{"name":"IP_ADAPTER_ADDRESSES_LH","features":[92,18,17]},{"name":"IP_ADAPTER_ADDRESSES_XP","features":[92,18,17]},{"name":"IP_ADAPTER_ADDRESS_DNS_ELIGIBLE","features":[92]},{"name":"IP_ADAPTER_ADDRESS_TRANSIENT","features":[92]},{"name":"IP_ADAPTER_ANYCAST_ADDRESS_XP","features":[92,17]},{"name":"IP_ADAPTER_DDNS_ENABLED","features":[92]},{"name":"IP_ADAPTER_DHCP_ENABLED","features":[92]},{"name":"IP_ADAPTER_DNS_SERVER_ADDRESS_XP","features":[92,17]},{"name":"IP_ADAPTER_DNS_SUFFIX","features":[92]},{"name":"IP_ADAPTER_GATEWAY_ADDRESS_LH","features":[92,17]},{"name":"IP_ADAPTER_INDEX_MAP","features":[92]},{"name":"IP_ADAPTER_INFO","features":[3,92]},{"name":"IP_ADAPTER_IPV4_ENABLED","features":[92]},{"name":"IP_ADAPTER_IPV6_ENABLED","features":[92]},{"name":"IP_ADAPTER_IPV6_MANAGE_ADDRESS_CONFIG","features":[92]},{"name":"IP_ADAPTER_IPV6_OTHER_STATEFUL_CONFIG","features":[92]},{"name":"IP_ADAPTER_MULTICAST_ADDRESS_XP","features":[92,17]},{"name":"IP_ADAPTER_NETBIOS_OVER_TCPIP_ENABLED","features":[92]},{"name":"IP_ADAPTER_NO_MULTICAST","features":[92]},{"name":"IP_ADAPTER_ORDER_MAP","features":[92]},{"name":"IP_ADAPTER_PREFIX_XP","features":[92,17]},{"name":"IP_ADAPTER_RECEIVE_ONLY","features":[92]},{"name":"IP_ADAPTER_REGISTER_ADAPTER_SUFFIX","features":[92]},{"name":"IP_ADAPTER_UNICAST_ADDRESS_LH","features":[92,17]},{"name":"IP_ADAPTER_UNICAST_ADDRESS_XP","features":[92,17]},{"name":"IP_ADAPTER_WINS_SERVER_ADDRESS_LH","features":[92,17]},{"name":"IP_ADDRESS_PREFIX","features":[92,17]},{"name":"IP_ADDRESS_STRING","features":[92]},{"name":"IP_ADDRROW","features":[92]},{"name":"IP_ADDRTABLE","features":[92]},{"name":"IP_ADDR_ADDED","features":[92]},{"name":"IP_ADDR_DELETED","features":[92]},{"name":"IP_ADDR_STRING","features":[92]},{"name":"IP_BAD_DESTINATION","features":[92]},{"name":"IP_BAD_HEADER","features":[92]},{"name":"IP_BAD_OPTION","features":[92]},{"name":"IP_BAD_REQ","features":[92]},{"name":"IP_BAD_ROUTE","features":[92]},{"name":"IP_BIND_ADAPTER","features":[92]},{"name":"IP_BUF_TOO_SMALL","features":[92]},{"name":"IP_DEMAND_DIAL_FILTER_INFO","features":[92]},{"name":"IP_DEMAND_DIAL_FILTER_INFO_V6","features":[92]},{"name":"IP_DEST_ADDR_UNREACHABLE","features":[92]},{"name":"IP_DEST_HOST_UNREACHABLE","features":[92]},{"name":"IP_DEST_NET_UNREACHABLE","features":[92]},{"name":"IP_DEST_NO_ROUTE","features":[92]},{"name":"IP_DEST_PORT_UNREACHABLE","features":[92]},{"name":"IP_DEST_PROHIBITED","features":[92]},{"name":"IP_DEST_PROT_UNREACHABLE","features":[92]},{"name":"IP_DEST_SCOPE_MISMATCH","features":[92]},{"name":"IP_DEST_UNREACHABLE","features":[92]},{"name":"IP_DEVICE_DOES_NOT_EXIST","features":[92]},{"name":"IP_DUPLICATE_ADDRESS","features":[92]},{"name":"IP_DUPLICATE_IPADD","features":[92]},{"name":"IP_EXPORT_INCLUDED","features":[92]},{"name":"IP_FILTER_ENABLE_INFO","features":[92]},{"name":"IP_FILTER_ENABLE_INFO_V6","features":[92]},{"name":"IP_FLAG_DF","features":[92]},{"name":"IP_FLAG_REVERSE","features":[92]},{"name":"IP_FORWARDNUMBER","features":[92]},{"name":"IP_FORWARDROW","features":[92]},{"name":"IP_FORWARDTABLE","features":[92]},{"name":"IP_GENERAL_FAILURE","features":[92]},{"name":"IP_GENERAL_INFO_BASE","features":[92]},{"name":"IP_GLOBAL_INFO","features":[92]},{"name":"IP_HOP_LIMIT_EXCEEDED","features":[92]},{"name":"IP_HW_ERROR","features":[92]},{"name":"IP_ICMP_ERROR","features":[92]},{"name":"IP_IFFILTER_INFO","features":[92]},{"name":"IP_IFFILTER_INFO_V6","features":[92]},{"name":"IP_INTERFACE_INFO","features":[92]},{"name":"IP_INTERFACE_METRIC_CHANGE","features":[92]},{"name":"IP_INTERFACE_NAME_INFO_W2KSP1","features":[92]},{"name":"IP_INTERFACE_STATUS_INFO","features":[92]},{"name":"IP_INTERFACE_WOL_CAPABILITY_CHANGE","features":[92]},{"name":"IP_IN_FILTER_INFO","features":[92]},{"name":"IP_IN_FILTER_INFO_V6","features":[92]},{"name":"IP_IPINIP_CFG_INFO","features":[92]},{"name":"IP_MCAST_BOUNDARY_INFO","features":[92]},{"name":"IP_MCAST_COUNTER_INFO","features":[92]},{"name":"IP_MCAST_HEARBEAT_INFO","features":[92]},{"name":"IP_MCAST_LIMIT_INFO","features":[92]},{"name":"IP_MEDIA_CONNECT","features":[92]},{"name":"IP_MEDIA_DISCONNECT","features":[92]},{"name":"IP_MTU_CHANGE","features":[92]},{"name":"IP_NEGOTIATING_IPSEC","features":[92]},{"name":"IP_NETROW","features":[92]},{"name":"IP_NETTABLE","features":[92]},{"name":"IP_NO_RESOURCES","features":[92]},{"name":"IP_OPTION_INFORMATION","features":[92]},{"name":"IP_OPTION_INFORMATION32","features":[92]},{"name":"IP_OPTION_TOO_BIG","features":[92]},{"name":"IP_OUT_FILTER_INFO","features":[92]},{"name":"IP_OUT_FILTER_INFO_V6","features":[92]},{"name":"IP_PACKET_TOO_BIG","features":[92]},{"name":"IP_PARAMETER_PROBLEM","features":[92]},{"name":"IP_PARAM_PROBLEM","features":[92]},{"name":"IP_PENDING","features":[92]},{"name":"IP_PER_ADAPTER_INFO_W2KSP1","features":[92]},{"name":"IP_PROT_PRIORITY_INFO","features":[92]},{"name":"IP_PROT_PRIORITY_INFO_EX","features":[92]},{"name":"IP_REASSEMBLY_TIME_EXCEEDED","features":[92]},{"name":"IP_RECONFIG_SECFLTR","features":[92]},{"name":"IP_REQ_TIMED_OUT","features":[92]},{"name":"IP_ROUTER_DISC_INFO","features":[92]},{"name":"IP_ROUTER_MANAGER_VERSION","features":[92]},{"name":"IP_ROUTE_INFO","features":[92]},{"name":"IP_SOURCE_QUENCH","features":[92]},{"name":"IP_SPEC_MTU_CHANGE","features":[92]},{"name":"IP_STATS","features":[92]},{"name":"IP_STATUS_BASE","features":[92]},{"name":"IP_SUCCESS","features":[92]},{"name":"IP_TIME_EXCEEDED","features":[92]},{"name":"IP_TTL_EXPIRED_REASSEM","features":[92]},{"name":"IP_TTL_EXPIRED_TRANSIT","features":[92]},{"name":"IP_UNBIND_ADAPTER","features":[92]},{"name":"IP_UNIDIRECTIONAL_ADAPTER_ADDRESS","features":[92]},{"name":"IP_UNLOAD","features":[92]},{"name":"IP_UNRECOGNIZED_NEXT_HEADER","features":[92]},{"name":"Icmp6CreateFile","features":[3,92]},{"name":"Icmp6ParseReplies","features":[92]},{"name":"Icmp6SendEcho2","features":[3,92,17,8]},{"name":"IcmpCloseHandle","features":[3,92]},{"name":"IcmpCreateFile","features":[3,92]},{"name":"IcmpParseReplies","features":[92]},{"name":"IcmpSendEcho","features":[3,92]},{"name":"IcmpSendEcho2","features":[3,92,8]},{"name":"IcmpSendEcho2Ex","features":[3,92,8]},{"name":"InitializeIpForwardEntry","features":[3,92,18,17]},{"name":"InitializeIpInterfaceEntry","features":[3,92,18,17]},{"name":"InitializeUnicastIpAddressEntry","features":[3,92,18,17]},{"name":"IpReleaseAddress","features":[92]},{"name":"IpRenewAddress","features":[92]},{"name":"LB_DST_ADDR_USE_DSTADDR_FLAG","features":[92]},{"name":"LB_DST_ADDR_USE_SRCADDR_FLAG","features":[92]},{"name":"LB_DST_MASK_LATE_FLAG","features":[92]},{"name":"LB_SRC_ADDR_USE_DSTADDR_FLAG","features":[92]},{"name":"LB_SRC_ADDR_USE_SRCADDR_FLAG","features":[92]},{"name":"LB_SRC_MASK_LATE_FLAG","features":[92]},{"name":"LookupPersistentTcpPortReservation","features":[92]},{"name":"LookupPersistentUdpPortReservation","features":[92]},{"name":"MAXLEN_IFDESCR","features":[92]},{"name":"MAXLEN_PHYSADDR","features":[92]},{"name":"MAX_ADAPTER_ADDRESS_LENGTH","features":[92]},{"name":"MAX_ADAPTER_DESCRIPTION_LENGTH","features":[92]},{"name":"MAX_ADAPTER_NAME","features":[92]},{"name":"MAX_ADAPTER_NAME_LENGTH","features":[92]},{"name":"MAX_DHCPV6_DUID_LENGTH","features":[92]},{"name":"MAX_DNS_SUFFIX_STRING_LENGTH","features":[92]},{"name":"MAX_DOMAIN_NAME_LEN","features":[92]},{"name":"MAX_HOSTNAME_LEN","features":[92]},{"name":"MAX_IF_TYPE","features":[92]},{"name":"MAX_INTERFACE_NAME_LEN","features":[92]},{"name":"MAX_IP_STATUS","features":[92]},{"name":"MAX_MIB_OFFSET","features":[92]},{"name":"MAX_OPT_SIZE","features":[92]},{"name":"MAX_SCOPE_ID_LEN","features":[92]},{"name":"MAX_SCOPE_NAME_LEN","features":[92]},{"name":"MCAST_BOUNDARY","features":[92]},{"name":"MCAST_GLOBAL","features":[92]},{"name":"MCAST_IF_ENTRY","features":[92]},{"name":"MCAST_MFE","features":[92]},{"name":"MCAST_MFE_STATS","features":[92]},{"name":"MCAST_MFE_STATS_EX","features":[92]},{"name":"MCAST_SCOPE","features":[92]},{"name":"MIBICMPINFO","features":[92]},{"name":"MIBICMPSTATS","features":[92]},{"name":"MIBICMPSTATS_EX_XPSP1","features":[92]},{"name":"MIB_ANYCASTIPADDRESS_ROW","features":[92,18,17]},{"name":"MIB_ANYCASTIPADDRESS_TABLE","features":[92,18,17]},{"name":"MIB_BEST_IF","features":[92]},{"name":"MIB_BOUNDARYROW","features":[92]},{"name":"MIB_ICMP","features":[92]},{"name":"MIB_ICMP_EX_XPSP1","features":[92]},{"name":"MIB_IFNUMBER","features":[92]},{"name":"MIB_IFROW","features":[92]},{"name":"MIB_IFSTACK_ROW","features":[92]},{"name":"MIB_IFSTACK_TABLE","features":[92]},{"name":"MIB_IFSTATUS","features":[3,92]},{"name":"MIB_IFTABLE","features":[92]},{"name":"MIB_IF_ADMIN_STATUS_DOWN","features":[92]},{"name":"MIB_IF_ADMIN_STATUS_TESTING","features":[92]},{"name":"MIB_IF_ADMIN_STATUS_UP","features":[92]},{"name":"MIB_IF_ENTRY_LEVEL","features":[92]},{"name":"MIB_IF_ROW2","features":[92,18]},{"name":"MIB_IF_TABLE2","features":[92,18]},{"name":"MIB_IF_TABLE_LEVEL","features":[92]},{"name":"MIB_IF_TYPE_ETHERNET","features":[92]},{"name":"MIB_IF_TYPE_FDDI","features":[92]},{"name":"MIB_IF_TYPE_LOOPBACK","features":[92]},{"name":"MIB_IF_TYPE_OTHER","features":[92]},{"name":"MIB_IF_TYPE_PPP","features":[92]},{"name":"MIB_IF_TYPE_SLIP","features":[92]},{"name":"MIB_IF_TYPE_TOKENRING","features":[92]},{"name":"MIB_INVALID_TEREDO_PORT_NUMBER","features":[92]},{"name":"MIB_INVERTEDIFSTACK_ROW","features":[92]},{"name":"MIB_INVERTEDIFSTACK_TABLE","features":[92]},{"name":"MIB_IPADDRROW_W2K","features":[92]},{"name":"MIB_IPADDRROW_XP","features":[92]},{"name":"MIB_IPADDRTABLE","features":[92]},{"name":"MIB_IPADDR_DELETED","features":[92]},{"name":"MIB_IPADDR_DISCONNECTED","features":[92]},{"name":"MIB_IPADDR_DNS_ELIGIBLE","features":[92]},{"name":"MIB_IPADDR_DYNAMIC","features":[92]},{"name":"MIB_IPADDR_PRIMARY","features":[92]},{"name":"MIB_IPADDR_TRANSIENT","features":[92]},{"name":"MIB_IPDESTROW","features":[92,17]},{"name":"MIB_IPDESTTABLE","features":[92,17]},{"name":"MIB_IPFORWARDNUMBER","features":[92]},{"name":"MIB_IPFORWARDROW","features":[92,17]},{"name":"MIB_IPFORWARDTABLE","features":[92,17]},{"name":"MIB_IPFORWARD_ROW2","features":[3,92,18,17]},{"name":"MIB_IPFORWARD_TABLE2","features":[3,92,18,17]},{"name":"MIB_IPFORWARD_TYPE","features":[92]},{"name":"MIB_IPINTERFACE_ROW","features":[3,92,18,17]},{"name":"MIB_IPINTERFACE_TABLE","features":[3,92,18,17]},{"name":"MIB_IPMCAST_BOUNDARY","features":[92]},{"name":"MIB_IPMCAST_BOUNDARY_TABLE","features":[92]},{"name":"MIB_IPMCAST_GLOBAL","features":[92]},{"name":"MIB_IPMCAST_IF_ENTRY","features":[92]},{"name":"MIB_IPMCAST_IF_TABLE","features":[92]},{"name":"MIB_IPMCAST_MFE","features":[92]},{"name":"MIB_IPMCAST_MFE_STATS","features":[92]},{"name":"MIB_IPMCAST_MFE_STATS_EX_XP","features":[92]},{"name":"MIB_IPMCAST_OIF_STATS_LH","features":[92]},{"name":"MIB_IPMCAST_OIF_STATS_W2K","features":[92]},{"name":"MIB_IPMCAST_OIF_W2K","features":[92]},{"name":"MIB_IPMCAST_OIF_XP","features":[92]},{"name":"MIB_IPMCAST_SCOPE","features":[92]},{"name":"MIB_IPNETROW_LH","features":[92]},{"name":"MIB_IPNETROW_W2K","features":[92]},{"name":"MIB_IPNETTABLE","features":[92]},{"name":"MIB_IPNET_ROW2","features":[92,18,17]},{"name":"MIB_IPNET_TABLE2","features":[92,18,17]},{"name":"MIB_IPNET_TYPE","features":[92]},{"name":"MIB_IPNET_TYPE_DYNAMIC","features":[92]},{"name":"MIB_IPNET_TYPE_INVALID","features":[92]},{"name":"MIB_IPNET_TYPE_OTHER","features":[92]},{"name":"MIB_IPNET_TYPE_STATIC","features":[92]},{"name":"MIB_IPPATH_ROW","features":[3,92,18,17]},{"name":"MIB_IPPATH_TABLE","features":[3,92,18,17]},{"name":"MIB_IPROUTE_METRIC_UNUSED","features":[92]},{"name":"MIB_IPROUTE_TYPE_DIRECT","features":[92]},{"name":"MIB_IPROUTE_TYPE_INDIRECT","features":[92]},{"name":"MIB_IPROUTE_TYPE_INVALID","features":[92]},{"name":"MIB_IPROUTE_TYPE_OTHER","features":[92]},{"name":"MIB_IPSTATS_FORWARDING","features":[92]},{"name":"MIB_IPSTATS_LH","features":[92]},{"name":"MIB_IPSTATS_W2K","features":[92]},{"name":"MIB_IP_FORWARDING","features":[92]},{"name":"MIB_IP_NETWORK_CONNECTION_BANDWIDTH_ESTIMATES","features":[3,92,17]},{"name":"MIB_IP_NOT_FORWARDING","features":[92]},{"name":"MIB_MCAST_LIMIT_ROW","features":[92]},{"name":"MIB_MFE_STATS_TABLE","features":[92]},{"name":"MIB_MFE_STATS_TABLE_EX_XP","features":[92]},{"name":"MIB_MFE_TABLE","features":[92]},{"name":"MIB_MULTICASTIPADDRESS_ROW","features":[92,18,17]},{"name":"MIB_MULTICASTIPADDRESS_TABLE","features":[92,18,17]},{"name":"MIB_NOTIFICATION_TYPE","features":[92]},{"name":"MIB_OPAQUE_INFO","features":[92]},{"name":"MIB_OPAQUE_QUERY","features":[92]},{"name":"MIB_PROXYARP","features":[92]},{"name":"MIB_ROUTESTATE","features":[3,92]},{"name":"MIB_TCP6ROW","features":[92,17]},{"name":"MIB_TCP6ROW2","features":[92,17]},{"name":"MIB_TCP6ROW_OWNER_MODULE","features":[92]},{"name":"MIB_TCP6ROW_OWNER_PID","features":[92]},{"name":"MIB_TCP6TABLE","features":[92,17]},{"name":"MIB_TCP6TABLE2","features":[92,17]},{"name":"MIB_TCP6TABLE_OWNER_MODULE","features":[92]},{"name":"MIB_TCP6TABLE_OWNER_PID","features":[92]},{"name":"MIB_TCPROW2","features":[92]},{"name":"MIB_TCPROW_LH","features":[92]},{"name":"MIB_TCPROW_OWNER_MODULE","features":[92]},{"name":"MIB_TCPROW_OWNER_PID","features":[92]},{"name":"MIB_TCPROW_W2K","features":[92]},{"name":"MIB_TCPSTATS2","features":[92]},{"name":"MIB_TCPSTATS_LH","features":[92]},{"name":"MIB_TCPSTATS_W2K","features":[92]},{"name":"MIB_TCPTABLE","features":[92]},{"name":"MIB_TCPTABLE2","features":[92]},{"name":"MIB_TCPTABLE_OWNER_MODULE","features":[92]},{"name":"MIB_TCPTABLE_OWNER_PID","features":[92]},{"name":"MIB_TCP_RTO_CONSTANT","features":[92]},{"name":"MIB_TCP_RTO_OTHER","features":[92]},{"name":"MIB_TCP_RTO_RSRE","features":[92]},{"name":"MIB_TCP_RTO_VANJ","features":[92]},{"name":"MIB_TCP_STATE","features":[92]},{"name":"MIB_TCP_STATE_CLOSED","features":[92]},{"name":"MIB_TCP_STATE_CLOSE_WAIT","features":[92]},{"name":"MIB_TCP_STATE_CLOSING","features":[92]},{"name":"MIB_TCP_STATE_DELETE_TCB","features":[92]},{"name":"MIB_TCP_STATE_ESTAB","features":[92]},{"name":"MIB_TCP_STATE_FIN_WAIT1","features":[92]},{"name":"MIB_TCP_STATE_FIN_WAIT2","features":[92]},{"name":"MIB_TCP_STATE_LAST_ACK","features":[92]},{"name":"MIB_TCP_STATE_LISTEN","features":[92]},{"name":"MIB_TCP_STATE_RESERVED","features":[92]},{"name":"MIB_TCP_STATE_SYN_RCVD","features":[92]},{"name":"MIB_TCP_STATE_SYN_SENT","features":[92]},{"name":"MIB_TCP_STATE_TIME_WAIT","features":[92]},{"name":"MIB_UDP6ROW","features":[92,17]},{"name":"MIB_UDP6ROW2","features":[92]},{"name":"MIB_UDP6ROW_OWNER_MODULE","features":[92]},{"name":"MIB_UDP6ROW_OWNER_PID","features":[92]},{"name":"MIB_UDP6TABLE","features":[92,17]},{"name":"MIB_UDP6TABLE2","features":[92]},{"name":"MIB_UDP6TABLE_OWNER_MODULE","features":[92]},{"name":"MIB_UDP6TABLE_OWNER_PID","features":[92]},{"name":"MIB_UDPROW","features":[92]},{"name":"MIB_UDPROW2","features":[92]},{"name":"MIB_UDPROW_OWNER_MODULE","features":[92]},{"name":"MIB_UDPROW_OWNER_PID","features":[92]},{"name":"MIB_UDPSTATS","features":[92]},{"name":"MIB_UDPSTATS2","features":[92]},{"name":"MIB_UDPTABLE","features":[92]},{"name":"MIB_UDPTABLE2","features":[92]},{"name":"MIB_UDPTABLE_OWNER_MODULE","features":[92]},{"name":"MIB_UDPTABLE_OWNER_PID","features":[92]},{"name":"MIB_UNICASTIPADDRESS_ROW","features":[3,92,18,17]},{"name":"MIB_UNICASTIPADDRESS_TABLE","features":[3,92,18,17]},{"name":"MIB_USE_CURRENT_FORWARDING","features":[92]},{"name":"MIB_USE_CURRENT_TTL","features":[92]},{"name":"MIN_IF_TYPE","features":[92]},{"name":"MIXED_NODETYPE","features":[92]},{"name":"MibAddInstance","features":[92]},{"name":"MibDeleteInstance","features":[92]},{"name":"MibIfEntryNormal","features":[92]},{"name":"MibIfEntryNormalWithoutStatistics","features":[92]},{"name":"MibIfTableNormal","features":[92]},{"name":"MibIfTableNormalWithoutStatistics","features":[92]},{"name":"MibIfTableRaw","features":[92]},{"name":"MibInitialNotification","features":[92]},{"name":"MibParameterNotification","features":[92]},{"name":"ND_NEIGHBOR_ADVERT","features":[92]},{"name":"ND_NEIGHBOR_SOLICIT","features":[92]},{"name":"ND_REDIRECT","features":[92]},{"name":"ND_ROUTER_ADVERT","features":[92]},{"name":"ND_ROUTER_SOLICIT","features":[92]},{"name":"NET_ADDRESS_DNS_NAME","features":[92]},{"name":"NET_ADDRESS_FORMAT","features":[92]},{"name":"NET_ADDRESS_FORMAT_UNSPECIFIED","features":[92]},{"name":"NET_ADDRESS_INFO","features":[92,17]},{"name":"NET_ADDRESS_IPV4","features":[92]},{"name":"NET_ADDRESS_IPV6","features":[92]},{"name":"NET_STRING_IPV4_ADDRESS","features":[92]},{"name":"NET_STRING_IPV4_NETWORK","features":[92]},{"name":"NET_STRING_IPV4_SERVICE","features":[92]},{"name":"NET_STRING_IPV6_ADDRESS","features":[92]},{"name":"NET_STRING_IPV6_ADDRESS_NO_SCOPE","features":[92]},{"name":"NET_STRING_IPV6_NETWORK","features":[92]},{"name":"NET_STRING_IPV6_SERVICE","features":[92]},{"name":"NET_STRING_IPV6_SERVICE_NO_SCOPE","features":[92]},{"name":"NET_STRING_NAMED_ADDRESS","features":[92]},{"name":"NET_STRING_NAMED_SERVICE","features":[92]},{"name":"NUMBER_OF_EXPORTED_VARIABLES","features":[92]},{"name":"NhpAllocateAndGetInterfaceInfoFromStack","features":[3,92]},{"name":"NotifyAddrChange","features":[3,92,8]},{"name":"NotifyIfTimestampConfigChange","features":[92]},{"name":"NotifyIpInterfaceChange","features":[3,92,18,17]},{"name":"NotifyNetworkConnectivityHintChange","features":[3,92,17]},{"name":"NotifyRouteChange","features":[3,92,8]},{"name":"NotifyRouteChange2","features":[3,92,18,17]},{"name":"NotifyStableUnicastIpAddressTable","features":[3,92,18,17]},{"name":"NotifyTeredoPortChange","features":[3,92]},{"name":"NotifyUnicastIpAddressChange","features":[3,92,18,17]},{"name":"PEER_TO_PEER_NODETYPE","features":[92]},{"name":"PFADDRESSTYPE","features":[92]},{"name":"PFERROR_BUFFER_TOO_SMALL","features":[92]},{"name":"PFERROR_NO_FILTERS_GIVEN","features":[92]},{"name":"PFERROR_NO_PF_INTERFACE","features":[92]},{"name":"PFFORWARD_ACTION","features":[92]},{"name":"PFFRAMETYPE","features":[92]},{"name":"PFFT_FILTER","features":[92]},{"name":"PFFT_FRAG","features":[92]},{"name":"PFFT_SPOOF","features":[92]},{"name":"PFLOGFRAME","features":[92]},{"name":"PF_ACTION_DROP","features":[92]},{"name":"PF_ACTION_FORWARD","features":[92]},{"name":"PF_FILTER_DESCRIPTOR","features":[92]},{"name":"PF_FILTER_STATS","features":[92]},{"name":"PF_INTERFACE_STATS","features":[92]},{"name":"PF_IPV4","features":[92]},{"name":"PF_IPV6","features":[92]},{"name":"PF_LATEBIND_INFO","features":[92]},{"name":"PINTERFACE_TIMESTAMP_CONFIG_CHANGE_CALLBACK","features":[92]},{"name":"PIPFORWARD_CHANGE_CALLBACK","features":[3,92,18,17]},{"name":"PIPINTERFACE_CHANGE_CALLBACK","features":[3,92,18,17]},{"name":"PNETWORK_CONNECTIVITY_HINT_CHANGE_CALLBACK","features":[3,92,17]},{"name":"PROXY_ARP","features":[92]},{"name":"PSTABLE_UNICAST_IPADDRESS_TABLE_CALLBACK","features":[3,92,18,17]},{"name":"PTEREDO_PORT_CHANGE_CALLBACK","features":[92]},{"name":"PUNICAST_IPADDRESS_CHANGE_CALLBACK","features":[3,92,18,17]},{"name":"ParseNetworkString","features":[92,17]},{"name":"PfAddFiltersToInterface","features":[92]},{"name":"PfAddGlobalFilterToInterface","features":[92]},{"name":"PfBindInterfaceToIPAddress","features":[92]},{"name":"PfBindInterfaceToIndex","features":[92]},{"name":"PfCreateInterface","features":[3,92]},{"name":"PfDeleteInterface","features":[92]},{"name":"PfDeleteLog","features":[92]},{"name":"PfGetInterfaceStatistics","features":[3,92]},{"name":"PfMakeLog","features":[3,92]},{"name":"PfRebindFilters","features":[92]},{"name":"PfRemoveFilterHandles","features":[92]},{"name":"PfRemoveFiltersFromInterface","features":[92]},{"name":"PfRemoveGlobalFilterFromInterface","features":[92]},{"name":"PfSetLogBuffer","features":[92]},{"name":"PfTestPacket","features":[92]},{"name":"PfUnBindInterface","features":[92]},{"name":"ROUTE_LONGER","features":[92]},{"name":"ROUTE_MATCHING","features":[92]},{"name":"ROUTE_SHORTER","features":[92]},{"name":"ROUTE_STATE","features":[92]},{"name":"RegisterInterfaceTimestampConfigChange","features":[92]},{"name":"ResolveIpNetEntry2","features":[3,92,18,17]},{"name":"ResolveNeighbor","features":[92,17]},{"name":"RestoreMediaSense","features":[3,92,8]},{"name":"SendARP","features":[92]},{"name":"SetCurrentThreadCompartmentId","features":[3,92]},{"name":"SetCurrentThreadCompartmentScope","features":[3,92]},{"name":"SetDnsSettings","features":[3,92]},{"name":"SetIfEntry","features":[92]},{"name":"SetInterfaceDnsSettings","features":[3,92]},{"name":"SetIpForwardEntry","features":[92,17]},{"name":"SetIpForwardEntry2","features":[3,92,18,17]},{"name":"SetIpInterfaceEntry","features":[3,92,18,17]},{"name":"SetIpNetEntry","features":[92]},{"name":"SetIpNetEntry2","features":[3,92,18,17]},{"name":"SetIpStatistics","features":[92]},{"name":"SetIpStatisticsEx","features":[92]},{"name":"SetIpTTL","features":[92]},{"name":"SetJobCompartmentId","features":[3,92]},{"name":"SetNetworkInformation","features":[3,92]},{"name":"SetPerTcp6ConnectionEStats","features":[92,17]},{"name":"SetPerTcpConnectionEStats","features":[92]},{"name":"SetSessionCompartmentId","features":[3,92]},{"name":"SetTcpEntry","features":[92]},{"name":"SetUnicastIpAddressEntry","features":[3,92,18,17]},{"name":"TCP6_STATS","features":[92]},{"name":"TCPIP_OWNER_MODULE_BASIC_INFO","features":[92]},{"name":"TCPIP_OWNER_MODULE_INFO_BASIC","features":[92]},{"name":"TCPIP_OWNER_MODULE_INFO_CLASS","features":[92]},{"name":"TCPIP_OWNING_MODULE_SIZE","features":[92]},{"name":"TCP_BOOLEAN_OPTIONAL","features":[92]},{"name":"TCP_CONNECTION_OFFLOAD_STATE","features":[92]},{"name":"TCP_ESTATS_BANDWIDTH_ROD_v0","features":[3,92]},{"name":"TCP_ESTATS_BANDWIDTH_RW_v0","features":[92]},{"name":"TCP_ESTATS_DATA_ROD_v0","features":[92]},{"name":"TCP_ESTATS_DATA_RW_v0","features":[3,92]},{"name":"TCP_ESTATS_FINE_RTT_ROD_v0","features":[92]},{"name":"TCP_ESTATS_FINE_RTT_RW_v0","features":[3,92]},{"name":"TCP_ESTATS_OBS_REC_ROD_v0","features":[92]},{"name":"TCP_ESTATS_OBS_REC_RW_v0","features":[3,92]},{"name":"TCP_ESTATS_PATH_ROD_v0","features":[92]},{"name":"TCP_ESTATS_PATH_RW_v0","features":[3,92]},{"name":"TCP_ESTATS_REC_ROD_v0","features":[92]},{"name":"TCP_ESTATS_REC_RW_v0","features":[3,92]},{"name":"TCP_ESTATS_SEND_BUFF_ROD_v0","features":[92]},{"name":"TCP_ESTATS_SEND_BUFF_RW_v0","features":[3,92]},{"name":"TCP_ESTATS_SND_CONG_ROD_v0","features":[92]},{"name":"TCP_ESTATS_SND_CONG_ROS_v0","features":[92]},{"name":"TCP_ESTATS_SND_CONG_RW_v0","features":[3,92]},{"name":"TCP_ESTATS_SYN_OPTS_ROS_v0","features":[3,92]},{"name":"TCP_ESTATS_TYPE","features":[92]},{"name":"TCP_RESERVE_PORT_RANGE","features":[92]},{"name":"TCP_ROW","features":[92]},{"name":"TCP_RTO_ALGORITHM","features":[92]},{"name":"TCP_SOFT_ERROR","features":[92]},{"name":"TCP_STATS","features":[92]},{"name":"TCP_TABLE","features":[92]},{"name":"TCP_TABLE_BASIC_ALL","features":[92]},{"name":"TCP_TABLE_BASIC_CONNECTIONS","features":[92]},{"name":"TCP_TABLE_BASIC_LISTENER","features":[92]},{"name":"TCP_TABLE_CLASS","features":[92]},{"name":"TCP_TABLE_OWNER_MODULE_ALL","features":[92]},{"name":"TCP_TABLE_OWNER_MODULE_CONNECTIONS","features":[92]},{"name":"TCP_TABLE_OWNER_MODULE_LISTENER","features":[92]},{"name":"TCP_TABLE_OWNER_PID_ALL","features":[92]},{"name":"TCP_TABLE_OWNER_PID_CONNECTIONS","features":[92]},{"name":"TCP_TABLE_OWNER_PID_LISTENER","features":[92]},{"name":"TcpBoolOptDisabled","features":[92]},{"name":"TcpBoolOptEnabled","features":[92]},{"name":"TcpBoolOptUnchanged","features":[92]},{"name":"TcpConnectionEstatsBandwidth","features":[92]},{"name":"TcpConnectionEstatsData","features":[92]},{"name":"TcpConnectionEstatsFineRtt","features":[92]},{"name":"TcpConnectionEstatsMaximum","features":[92]},{"name":"TcpConnectionEstatsObsRec","features":[92]},{"name":"TcpConnectionEstatsPath","features":[92]},{"name":"TcpConnectionEstatsRec","features":[92]},{"name":"TcpConnectionEstatsSendBuff","features":[92]},{"name":"TcpConnectionEstatsSndCong","features":[92]},{"name":"TcpConnectionEstatsSynOpts","features":[92]},{"name":"TcpConnectionOffloadStateInHost","features":[92]},{"name":"TcpConnectionOffloadStateMax","features":[92]},{"name":"TcpConnectionOffloadStateOffloaded","features":[92]},{"name":"TcpConnectionOffloadStateOffloading","features":[92]},{"name":"TcpConnectionOffloadStateUploading","features":[92]},{"name":"TcpErrorAboveAckWindow","features":[92]},{"name":"TcpErrorAboveDataWindow","features":[92]},{"name":"TcpErrorAboveTsWindow","features":[92]},{"name":"TcpErrorBelowAckWindow","features":[92]},{"name":"TcpErrorBelowDataWindow","features":[92]},{"name":"TcpErrorBelowTsWindow","features":[92]},{"name":"TcpErrorDataChecksumError","features":[92]},{"name":"TcpErrorDataLengthError","features":[92]},{"name":"TcpErrorMaxSoftError","features":[92]},{"name":"TcpErrorNone","features":[92]},{"name":"TcpRtoAlgorithmConstant","features":[92]},{"name":"TcpRtoAlgorithmOther","features":[92]},{"name":"TcpRtoAlgorithmRsre","features":[92]},{"name":"TcpRtoAlgorithmVanj","features":[92]},{"name":"UDP6_STATS","features":[92]},{"name":"UDP_ROW","features":[92]},{"name":"UDP_STATS","features":[92]},{"name":"UDP_TABLE","features":[92]},{"name":"UDP_TABLE_BASIC","features":[92]},{"name":"UDP_TABLE_CLASS","features":[92]},{"name":"UDP_TABLE_OWNER_MODULE","features":[92]},{"name":"UDP_TABLE_OWNER_PID","features":[92]},{"name":"UnenableRouter","features":[3,92,8]},{"name":"UnregisterInterfaceTimestampConfigChange","features":[92]},{"name":"if_indextoname","features":[92]},{"name":"if_nametoindex","features":[92]}],"451":[{"name":"IPNG_ADDRESS","features":[93]},{"name":"MCAST_API_CURRENT_VERSION","features":[93]},{"name":"MCAST_API_VERSION_0","features":[93]},{"name":"MCAST_API_VERSION_1","features":[93]},{"name":"MCAST_CLIENT_ID_LEN","features":[93]},{"name":"MCAST_CLIENT_UID","features":[93]},{"name":"MCAST_LEASE_REQUEST","features":[93]},{"name":"MCAST_LEASE_RESPONSE","features":[93]},{"name":"MCAST_SCOPE_CTX","features":[93]},{"name":"MCAST_SCOPE_ENTRY","features":[3,93]},{"name":"McastApiCleanup","features":[93]},{"name":"McastApiStartup","features":[93]},{"name":"McastEnumerateScopes","features":[3,93]},{"name":"McastGenUID","features":[93]},{"name":"McastReleaseAddress","features":[93]},{"name":"McastRenewAddress","features":[93]},{"name":"McastRequestAddress","features":[93]}],"452":[{"name":"AUTHENTICATE","features":[18]},{"name":"BSSID_INFO","features":[18]},{"name":"CLOCK_NETWORK_DERIVED","features":[18]},{"name":"CLOCK_PRECISION","features":[18]},{"name":"DD_NDIS_DEVICE_NAME","features":[18]},{"name":"DOT11_RSN_KCK_LENGTH","features":[18]},{"name":"DOT11_RSN_KEK_LENGTH","features":[18]},{"name":"DOT11_RSN_MAX_CIPHER_KEY_LENGTH","features":[18]},{"name":"EAPOL_REQUEST_ID_WOL_FLAG_MUST_ENCRYPT","features":[18]},{"name":"ENCRYPT","features":[18]},{"name":"ETHERNET_LENGTH_OF_ADDRESS","features":[18]},{"name":"GEN_GET_NETCARD_TIME","features":[18]},{"name":"GEN_GET_TIME_CAPS","features":[18]},{"name":"GUID_DEVINTERFACE_NET","features":[18]},{"name":"GUID_DEVINTERFACE_NETUIO","features":[18]},{"name":"GUID_NDIS_802_11_ADD_KEY","features":[18]},{"name":"GUID_NDIS_802_11_ADD_WEP","features":[18]},{"name":"GUID_NDIS_802_11_ASSOCIATION_INFORMATION","features":[18]},{"name":"GUID_NDIS_802_11_AUTHENTICATION_MODE","features":[18]},{"name":"GUID_NDIS_802_11_BSSID","features":[18]},{"name":"GUID_NDIS_802_11_BSSID_LIST","features":[18]},{"name":"GUID_NDIS_802_11_BSSID_LIST_SCAN","features":[18]},{"name":"GUID_NDIS_802_11_CONFIGURATION","features":[18]},{"name":"GUID_NDIS_802_11_DESIRED_RATES","features":[18]},{"name":"GUID_NDIS_802_11_DISASSOCIATE","features":[18]},{"name":"GUID_NDIS_802_11_FRAGMENTATION_THRESHOLD","features":[18]},{"name":"GUID_NDIS_802_11_INFRASTRUCTURE_MODE","features":[18]},{"name":"GUID_NDIS_802_11_MEDIA_STREAM_MODE","features":[18]},{"name":"GUID_NDIS_802_11_NETWORK_TYPES_SUPPORTED","features":[18]},{"name":"GUID_NDIS_802_11_NETWORK_TYPE_IN_USE","features":[18]},{"name":"GUID_NDIS_802_11_NUMBER_OF_ANTENNAS","features":[18]},{"name":"GUID_NDIS_802_11_POWER_MODE","features":[18]},{"name":"GUID_NDIS_802_11_PRIVACY_FILTER","features":[18]},{"name":"GUID_NDIS_802_11_RELOAD_DEFAULTS","features":[18]},{"name":"GUID_NDIS_802_11_REMOVE_KEY","features":[18]},{"name":"GUID_NDIS_802_11_REMOVE_WEP","features":[18]},{"name":"GUID_NDIS_802_11_RSSI","features":[18]},{"name":"GUID_NDIS_802_11_RSSI_TRIGGER","features":[18]},{"name":"GUID_NDIS_802_11_RTS_THRESHOLD","features":[18]},{"name":"GUID_NDIS_802_11_RX_ANTENNA_SELECTED","features":[18]},{"name":"GUID_NDIS_802_11_SSID","features":[18]},{"name":"GUID_NDIS_802_11_STATISTICS","features":[18]},{"name":"GUID_NDIS_802_11_SUPPORTED_RATES","features":[18]},{"name":"GUID_NDIS_802_11_TEST","features":[18]},{"name":"GUID_NDIS_802_11_TX_ANTENNA_SELECTED","features":[18]},{"name":"GUID_NDIS_802_11_TX_POWER_LEVEL","features":[18]},{"name":"GUID_NDIS_802_11_WEP_STATUS","features":[18]},{"name":"GUID_NDIS_802_3_CURRENT_ADDRESS","features":[18]},{"name":"GUID_NDIS_802_3_MAC_OPTIONS","features":[18]},{"name":"GUID_NDIS_802_3_MAXIMUM_LIST_SIZE","features":[18]},{"name":"GUID_NDIS_802_3_MULTICAST_LIST","features":[18]},{"name":"GUID_NDIS_802_3_PERMANENT_ADDRESS","features":[18]},{"name":"GUID_NDIS_802_3_RCV_ERROR_ALIGNMENT","features":[18]},{"name":"GUID_NDIS_802_3_XMIT_MORE_COLLISIONS","features":[18]},{"name":"GUID_NDIS_802_3_XMIT_ONE_COLLISION","features":[18]},{"name":"GUID_NDIS_802_5_CURRENT_ADDRESS","features":[18]},{"name":"GUID_NDIS_802_5_CURRENT_FUNCTIONAL","features":[18]},{"name":"GUID_NDIS_802_5_CURRENT_GROUP","features":[18]},{"name":"GUID_NDIS_802_5_CURRENT_RING_STATE","features":[18]},{"name":"GUID_NDIS_802_5_CURRENT_RING_STATUS","features":[18]},{"name":"GUID_NDIS_802_5_LAST_OPEN_STATUS","features":[18]},{"name":"GUID_NDIS_802_5_LINE_ERRORS","features":[18]},{"name":"GUID_NDIS_802_5_LOST_FRAMES","features":[18]},{"name":"GUID_NDIS_802_5_PERMANENT_ADDRESS","features":[18]},{"name":"GUID_NDIS_ENUMERATE_ADAPTER","features":[18]},{"name":"GUID_NDIS_ENUMERATE_ADAPTERS_EX","features":[18]},{"name":"GUID_NDIS_ENUMERATE_VC","features":[18]},{"name":"GUID_NDIS_GEN_CO_DRIVER_VERSION","features":[18]},{"name":"GUID_NDIS_GEN_CO_HARDWARE_STATUS","features":[18]},{"name":"GUID_NDIS_GEN_CO_LINK_SPEED","features":[18]},{"name":"GUID_NDIS_GEN_CO_MAC_OPTIONS","features":[18]},{"name":"GUID_NDIS_GEN_CO_MEDIA_CONNECT_STATUS","features":[18]},{"name":"GUID_NDIS_GEN_CO_MEDIA_IN_USE","features":[18]},{"name":"GUID_NDIS_GEN_CO_MEDIA_SUPPORTED","features":[18]},{"name":"GUID_NDIS_GEN_CO_MINIMUM_LINK_SPEED","features":[18]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_ERROR","features":[18]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_NO_BUFFER","features":[18]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_OK","features":[18]},{"name":"GUID_NDIS_GEN_CO_VENDOR_DESCRIPTION","features":[18]},{"name":"GUID_NDIS_GEN_CO_VENDOR_DRIVER_VERSION","features":[18]},{"name":"GUID_NDIS_GEN_CO_VENDOR_ID","features":[18]},{"name":"GUID_NDIS_GEN_CO_XMIT_PDUS_ERROR","features":[18]},{"name":"GUID_NDIS_GEN_CO_XMIT_PDUS_OK","features":[18]},{"name":"GUID_NDIS_GEN_CURRENT_LOOKAHEAD","features":[18]},{"name":"GUID_NDIS_GEN_CURRENT_PACKET_FILTER","features":[18]},{"name":"GUID_NDIS_GEN_DRIVER_VERSION","features":[18]},{"name":"GUID_NDIS_GEN_ENUMERATE_PORTS","features":[18]},{"name":"GUID_NDIS_GEN_HARDWARE_STATUS","features":[18]},{"name":"GUID_NDIS_GEN_INTERRUPT_MODERATION","features":[18]},{"name":"GUID_NDIS_GEN_INTERRUPT_MODERATION_PARAMETERS","features":[18]},{"name":"GUID_NDIS_GEN_LINK_PARAMETERS","features":[18]},{"name":"GUID_NDIS_GEN_LINK_SPEED","features":[18]},{"name":"GUID_NDIS_GEN_LINK_STATE","features":[18]},{"name":"GUID_NDIS_GEN_MAC_OPTIONS","features":[18]},{"name":"GUID_NDIS_GEN_MAXIMUM_FRAME_SIZE","features":[18]},{"name":"GUID_NDIS_GEN_MAXIMUM_LOOKAHEAD","features":[18]},{"name":"GUID_NDIS_GEN_MAXIMUM_SEND_PACKETS","features":[18]},{"name":"GUID_NDIS_GEN_MAXIMUM_TOTAL_SIZE","features":[18]},{"name":"GUID_NDIS_GEN_MEDIA_CONNECT_STATUS","features":[18]},{"name":"GUID_NDIS_GEN_MEDIA_IN_USE","features":[18]},{"name":"GUID_NDIS_GEN_MEDIA_SUPPORTED","features":[18]},{"name":"GUID_NDIS_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[18]},{"name":"GUID_NDIS_GEN_PHYSICAL_MEDIUM","features":[18]},{"name":"GUID_NDIS_GEN_PHYSICAL_MEDIUM_EX","features":[18]},{"name":"GUID_NDIS_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[18]},{"name":"GUID_NDIS_GEN_PORT_STATE","features":[18]},{"name":"GUID_NDIS_GEN_RCV_ERROR","features":[18]},{"name":"GUID_NDIS_GEN_RCV_NO_BUFFER","features":[18]},{"name":"GUID_NDIS_GEN_RCV_OK","features":[18]},{"name":"GUID_NDIS_GEN_RECEIVE_BLOCK_SIZE","features":[18]},{"name":"GUID_NDIS_GEN_RECEIVE_BUFFER_SPACE","features":[18]},{"name":"GUID_NDIS_GEN_STATISTICS","features":[18]},{"name":"GUID_NDIS_GEN_TRANSMIT_BLOCK_SIZE","features":[18]},{"name":"GUID_NDIS_GEN_TRANSMIT_BUFFER_SPACE","features":[18]},{"name":"GUID_NDIS_GEN_VENDOR_DESCRIPTION","features":[18]},{"name":"GUID_NDIS_GEN_VENDOR_DRIVER_VERSION","features":[18]},{"name":"GUID_NDIS_GEN_VENDOR_ID","features":[18]},{"name":"GUID_NDIS_GEN_VLAN_ID","features":[18]},{"name":"GUID_NDIS_GEN_XMIT_ERROR","features":[18]},{"name":"GUID_NDIS_GEN_XMIT_OK","features":[18]},{"name":"GUID_NDIS_HD_SPLIT_CURRENT_CONFIG","features":[18]},{"name":"GUID_NDIS_HD_SPLIT_PARAMETERS","features":[18]},{"name":"GUID_NDIS_LAN_CLASS","features":[18]},{"name":"GUID_NDIS_NDK_CAPABILITIES","features":[18]},{"name":"GUID_NDIS_NDK_STATE","features":[18]},{"name":"GUID_NDIS_NOTIFY_ADAPTER_ARRIVAL","features":[18]},{"name":"GUID_NDIS_NOTIFY_ADAPTER_REMOVAL","features":[18]},{"name":"GUID_NDIS_NOTIFY_BIND","features":[18]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_OFF","features":[18]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_OFF_EX","features":[18]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_ON","features":[18]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_ON_EX","features":[18]},{"name":"GUID_NDIS_NOTIFY_FILTER_ARRIVAL","features":[18]},{"name":"GUID_NDIS_NOTIFY_FILTER_REMOVAL","features":[18]},{"name":"GUID_NDIS_NOTIFY_UNBIND","features":[18]},{"name":"GUID_NDIS_NOTIFY_VC_ARRIVAL","features":[18]},{"name":"GUID_NDIS_NOTIFY_VC_REMOVAL","features":[18]},{"name":"GUID_NDIS_PM_ACTIVE_CAPABILITIES","features":[18]},{"name":"GUID_NDIS_PM_ADMIN_CONFIG","features":[18]},{"name":"GUID_NDIS_RECEIVE_FILTER_ENUM_FILTERS","features":[18]},{"name":"GUID_NDIS_RECEIVE_FILTER_ENUM_QUEUES","features":[18]},{"name":"GUID_NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[18]},{"name":"GUID_NDIS_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[18]},{"name":"GUID_NDIS_RECEIVE_FILTER_PARAMETERS","features":[18]},{"name":"GUID_NDIS_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[18]},{"name":"GUID_NDIS_RECEIVE_SCALE_CAPABILITIES","features":[18]},{"name":"GUID_NDIS_RSS_ENABLED","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_ASSOCIATION_COMPLETION","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_ASSOCIATION_START","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_CONNECTION_COMPLETION","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_CONNECTION_START","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_DISASSOCIATION","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_LINK_QUALITY","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_MPDU_MAX_LENGTH_CHANGED","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_PHY_STATE_CHANGED","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_PMKID_CANDIDATE_LIST","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_ROAMING_COMPLETION","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_ROAMING_START","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_SCAN_CONFIRM","features":[18]},{"name":"GUID_NDIS_STATUS_DOT11_TKIPMIC_FAILURE","features":[18]},{"name":"GUID_NDIS_STATUS_EXTERNAL_CONNECTIVITY_CHANGE","features":[18]},{"name":"GUID_NDIS_STATUS_HD_SPLIT_CURRENT_CONFIG","features":[18]},{"name":"GUID_NDIS_STATUS_LINK_SPEED_CHANGE","features":[18]},{"name":"GUID_NDIS_STATUS_LINK_STATE","features":[18]},{"name":"GUID_NDIS_STATUS_MEDIA_CONNECT","features":[18]},{"name":"GUID_NDIS_STATUS_MEDIA_DISCONNECT","features":[18]},{"name":"GUID_NDIS_STATUS_MEDIA_SPECIFIC_INDICATION","features":[18]},{"name":"GUID_NDIS_STATUS_NETWORK_CHANGE","features":[18]},{"name":"GUID_NDIS_STATUS_OPER_STATUS","features":[18]},{"name":"GUID_NDIS_STATUS_PACKET_FILTER","features":[18]},{"name":"GUID_NDIS_STATUS_PM_OFFLOAD_REJECTED","features":[18]},{"name":"GUID_NDIS_STATUS_PM_WAKE_REASON","features":[18]},{"name":"GUID_NDIS_STATUS_PM_WOL_PATTERN_REJECTED","features":[18]},{"name":"GUID_NDIS_STATUS_PORT_STATE","features":[18]},{"name":"GUID_NDIS_STATUS_RESET_END","features":[18]},{"name":"GUID_NDIS_STATUS_RESET_START","features":[18]},{"name":"GUID_NDIS_STATUS_TASK_OFFLOAD_CURRENT_CONFIG","features":[18]},{"name":"GUID_NDIS_STATUS_TASK_OFFLOAD_HARDWARE_CAPABILITIES","features":[18]},{"name":"GUID_NDIS_STATUS_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[18]},{"name":"GUID_NDIS_STATUS_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[18]},{"name":"GUID_NDIS_SWITCH_MICROSOFT_VENDOR_ID","features":[18]},{"name":"GUID_NDIS_SWITCH_PORT_PROPERTY_PROFILE_ID_DEFAULT_EXTERNAL_NIC","features":[18]},{"name":"GUID_NDIS_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[18]},{"name":"GUID_NDIS_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[18]},{"name":"GUID_NDIS_TCP_OFFLOAD_CURRENT_CONFIG","features":[18]},{"name":"GUID_NDIS_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[18]},{"name":"GUID_NDIS_TCP_OFFLOAD_PARAMETERS","features":[18]},{"name":"GUID_NDIS_TCP_RSC_STATISTICS","features":[18]},{"name":"GUID_NDIS_WAKE_ON_MAGIC_PACKET_ONLY","features":[18]},{"name":"GUID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[18]},{"name":"GUID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[18]},{"name":"GUID_PM_ADD_PROTOCOL_OFFLOAD","features":[18]},{"name":"GUID_PM_ADD_WOL_PATTERN","features":[18]},{"name":"GUID_PM_CURRENT_CAPABILITIES","features":[18]},{"name":"GUID_PM_GET_PROTOCOL_OFFLOAD","features":[18]},{"name":"GUID_PM_HARDWARE_CAPABILITIES","features":[18]},{"name":"GUID_PM_PARAMETERS","features":[18]},{"name":"GUID_PM_PROTOCOL_OFFLOAD_LIST","features":[18]},{"name":"GUID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[18]},{"name":"GUID_PM_REMOVE_WOL_PATTERN","features":[18]},{"name":"GUID_PM_WOL_PATTERN_LIST","features":[18]},{"name":"GUID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[18]},{"name":"GUID_STATUS_MEDIA_SPECIFIC_INDICATION_EX","features":[18]},{"name":"IF_ADMINISTRATIVE_DEMANDDIAL","features":[18]},{"name":"IF_ADMINISTRATIVE_DISABLED","features":[18]},{"name":"IF_ADMINISTRATIVE_ENABLED","features":[18]},{"name":"IF_ADMINISTRATIVE_STATE","features":[18]},{"name":"IF_COUNTED_STRING_LH","features":[18]},{"name":"IF_MAX_PHYS_ADDRESS_LENGTH","features":[18]},{"name":"IF_MAX_STRING_SIZE","features":[18]},{"name":"IF_OPER_STATUS","features":[18]},{"name":"IF_PHYSICAL_ADDRESS_LH","features":[18]},{"name":"IOCTL_NDIS_RESERVED5","features":[18]},{"name":"IOCTL_NDIS_RESERVED6","features":[18]},{"name":"IPSEC_OFFLOAD_V2_AND_TCP_CHECKSUM_COEXISTENCE","features":[18]},{"name":"IPSEC_OFFLOAD_V2_AND_UDP_CHECKSUM_COEXISTENCE","features":[18]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_128","features":[18]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_192","features":[18]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_256","features":[18]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_MD5","features":[18]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_1","features":[18]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_256","features":[18]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_3_DES_CBC","features":[18]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_128","features":[18]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_192","features":[18]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_256","features":[18]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_128","features":[18]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_192","features":[18]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_256","features":[18]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_DES_CBC","features":[18]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_NONE","features":[18]},{"name":"IfOperStatusDormant","features":[18]},{"name":"IfOperStatusDown","features":[18]},{"name":"IfOperStatusLowerLayerDown","features":[18]},{"name":"IfOperStatusNotPresent","features":[18]},{"name":"IfOperStatusTesting","features":[18]},{"name":"IfOperStatusUnknown","features":[18]},{"name":"IfOperStatusUp","features":[18]},{"name":"MAXIMUM_IP_OPER_STATUS_ADDRESS_FAMILIES_SUPPORTED","features":[18]},{"name":"MediaConnectStateConnected","features":[18]},{"name":"MediaConnectStateDisconnected","features":[18]},{"name":"MediaConnectStateUnknown","features":[18]},{"name":"MediaDuplexStateFull","features":[18]},{"name":"MediaDuplexStateHalf","features":[18]},{"name":"MediaDuplexStateUnknown","features":[18]},{"name":"NDIS_802_11_AI_REQFI","features":[18]},{"name":"NDIS_802_11_AI_REQFI_CAPABILITIES","features":[18]},{"name":"NDIS_802_11_AI_REQFI_CURRENTAPADDRESS","features":[18]},{"name":"NDIS_802_11_AI_REQFI_LISTENINTERVAL","features":[18]},{"name":"NDIS_802_11_AI_RESFI","features":[18]},{"name":"NDIS_802_11_AI_RESFI_ASSOCIATIONID","features":[18]},{"name":"NDIS_802_11_AI_RESFI_CAPABILITIES","features":[18]},{"name":"NDIS_802_11_AI_RESFI_STATUSCODE","features":[18]},{"name":"NDIS_802_11_ASSOCIATION_INFORMATION","features":[18]},{"name":"NDIS_802_11_AUTHENTICATION_ENCRYPTION","features":[18]},{"name":"NDIS_802_11_AUTHENTICATION_EVENT","features":[18]},{"name":"NDIS_802_11_AUTHENTICATION_MODE","features":[18]},{"name":"NDIS_802_11_AUTHENTICATION_REQUEST","features":[18]},{"name":"NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS","features":[18]},{"name":"NDIS_802_11_AUTH_REQUEST_GROUP_ERROR","features":[18]},{"name":"NDIS_802_11_AUTH_REQUEST_KEYUPDATE","features":[18]},{"name":"NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR","features":[18]},{"name":"NDIS_802_11_AUTH_REQUEST_REAUTH","features":[18]},{"name":"NDIS_802_11_BSSID_LIST","features":[18]},{"name":"NDIS_802_11_BSSID_LIST_EX","features":[18]},{"name":"NDIS_802_11_CAPABILITY","features":[18]},{"name":"NDIS_802_11_CONFIGURATION","features":[18]},{"name":"NDIS_802_11_CONFIGURATION_FH","features":[18]},{"name":"NDIS_802_11_FIXED_IEs","features":[18]},{"name":"NDIS_802_11_KEY","features":[18]},{"name":"NDIS_802_11_LENGTH_RATES","features":[18]},{"name":"NDIS_802_11_LENGTH_RATES_EX","features":[18]},{"name":"NDIS_802_11_LENGTH_SSID","features":[18]},{"name":"NDIS_802_11_MEDIA_STREAM_MODE","features":[18]},{"name":"NDIS_802_11_NETWORK_INFRASTRUCTURE","features":[18]},{"name":"NDIS_802_11_NETWORK_TYPE","features":[18]},{"name":"NDIS_802_11_NETWORK_TYPE_LIST","features":[18]},{"name":"NDIS_802_11_NON_BCAST_SSID_LIST","features":[18]},{"name":"NDIS_802_11_PMKID","features":[18]},{"name":"NDIS_802_11_PMKID_CANDIDATE_LIST","features":[18]},{"name":"NDIS_802_11_PMKID_CANDIDATE_PREAUTH_ENABLED","features":[18]},{"name":"NDIS_802_11_POWER_MODE","features":[18]},{"name":"NDIS_802_11_PRIVACY_FILTER","features":[18]},{"name":"NDIS_802_11_RADIO_STATUS","features":[18]},{"name":"NDIS_802_11_RELOAD_DEFAULTS","features":[18]},{"name":"NDIS_802_11_REMOVE_KEY","features":[18]},{"name":"NDIS_802_11_SSID","features":[18]},{"name":"NDIS_802_11_STATISTICS","features":[18]},{"name":"NDIS_802_11_STATUS_INDICATION","features":[18]},{"name":"NDIS_802_11_STATUS_TYPE","features":[18]},{"name":"NDIS_802_11_TEST","features":[18]},{"name":"NDIS_802_11_VARIABLE_IEs","features":[18]},{"name":"NDIS_802_11_WEP","features":[18]},{"name":"NDIS_802_11_WEP_STATUS","features":[18]},{"name":"NDIS_802_3_MAC_OPTION_PRIORITY","features":[18]},{"name":"NDIS_802_5_RING_STATE","features":[18]},{"name":"NDIS_CO_DEVICE_PROFILE","features":[18]},{"name":"NDIS_CO_LINK_SPEED","features":[18]},{"name":"NDIS_CO_MAC_OPTION_DYNAMIC_LINK_SPEED","features":[18]},{"name":"NDIS_DEFAULT_RECEIVE_FILTER_ID","features":[18]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_GROUP_ID","features":[18]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_ID","features":[18]},{"name":"NDIS_DEFAULT_SWITCH_ID","features":[18]},{"name":"NDIS_DEFAULT_VPORT_ID","features":[18]},{"name":"NDIS_DEVICE_POWER_STATE","features":[18]},{"name":"NDIS_DEVICE_TYPE_ENDPOINT","features":[18]},{"name":"NDIS_DEVICE_WAKE_ON_MAGIC_PACKET_ENABLE","features":[18]},{"name":"NDIS_DEVICE_WAKE_ON_PATTERN_MATCH_ENABLE","features":[18]},{"name":"NDIS_DEVICE_WAKE_UP_ENABLE","features":[18]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV4","features":[18]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV6","features":[18]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_NOT_SUPPORTED","features":[18]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV4","features":[18]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV6","features":[18]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3","features":[18]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q","features":[18]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q_IN_OOB","features":[18]},{"name":"NDIS_ENCAPSULATION_IEEE_LLC_SNAP_ROUTED","features":[18]},{"name":"NDIS_ENCAPSULATION_NOT_SUPPORTED","features":[18]},{"name":"NDIS_ENCAPSULATION_NULL","features":[18]},{"name":"NDIS_ENCAPSULATION_TYPE_GRE_MAC","features":[18]},{"name":"NDIS_ENCAPSULATION_TYPE_VXLAN","features":[18]},{"name":"NDIS_ETH_TYPE_802_1Q","features":[18]},{"name":"NDIS_ETH_TYPE_802_1X","features":[18]},{"name":"NDIS_ETH_TYPE_ARP","features":[18]},{"name":"NDIS_ETH_TYPE_IPV4","features":[18]},{"name":"NDIS_ETH_TYPE_IPV6","features":[18]},{"name":"NDIS_ETH_TYPE_SLOW_PROTOCOL","features":[18]},{"name":"NDIS_FDDI_ATTACHMENT_TYPE","features":[18]},{"name":"NDIS_FDDI_LCONNECTION_STATE","features":[18]},{"name":"NDIS_FDDI_RING_MGT_STATE","features":[18]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_GRE","features":[18]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_IP","features":[18]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NOT_ENCAPSULATED","features":[18]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NVGRE","features":[18]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_VXLAN","features":[18]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_RDMA_FLOW","features":[18]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_REVISION_1","features":[18]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_IS_TTL_ONE","features":[18]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_IS_TTL_ONE","features":[18]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_REVISION_1","features":[18]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_REVISION_1","features":[18]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_IS_TTL_ONE","features":[18]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_IS_TTL_ONE","features":[18]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[18]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_REVISION_1","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_ESP","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_ETHERNET","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_ICMP","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV4","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV6","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_GRE_ENCAP","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_IP_ENCAP","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_NO_ENCAP","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_NVGRE_ENCAP","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_TCP","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_UDP","features":[18]},{"name":"NDIS_GFP_HEADER_PRESENT_VXLAN_ENCAP","features":[18]},{"name":"NDIS_GFP_UNDEFINED_PROFILE_ID","features":[18]},{"name":"NDIS_GFP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[18]},{"name":"NDIS_GFT_COUNTER_INFO_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_GFT_COUNTER_INFO_REVISION_1","features":[18]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_CLIENT_SPECIFIED_ADDRESS","features":[18]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_GET_VALUES","features":[18]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_UPDATE_MEMORY_MAPPED_COUNTERS","features":[18]},{"name":"NDIS_GFT_CUSTOM_ACTION_LAST_ACTION","features":[18]},{"name":"NDIS_GFT_CUSTOM_ACTION_PROFILE_REVISION_1","features":[18]},{"name":"NDIS_GFT_CUSTOM_ACTION_REVISION_1","features":[18]},{"name":"NDIS_GFT_DELETE_PROFILE_ALL_PROFILES","features":[18]},{"name":"NDIS_GFT_DELETE_PROFILE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_GFT_DELETE_TABLE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_GFT_EMFE_ADD_IN_ACTIVATED_STATE","features":[18]},{"name":"NDIS_GFT_EMFE_ALL_VPORT_FLOW_ENTRIES","features":[18]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_FIN_FLAG_SET","features":[18]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_RST_FLAG_SET","features":[18]},{"name":"NDIS_GFT_EMFE_COPY_ALL_PACKETS","features":[18]},{"name":"NDIS_GFT_EMFE_COPY_CONDITION_CHANGED","features":[18]},{"name":"NDIS_GFT_EMFE_COPY_FIRST_PACKET","features":[18]},{"name":"NDIS_GFT_EMFE_COPY_WHEN_TCP_FLAG_SET","features":[18]},{"name":"NDIS_GFT_EMFE_COUNTER_ALLOCATE","features":[18]},{"name":"NDIS_GFT_EMFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[18]},{"name":"NDIS_GFT_EMFE_COUNTER_MEMORY_MAPPED","features":[18]},{"name":"NDIS_GFT_EMFE_COUNTER_TRACK_TCP_FLOW","features":[18]},{"name":"NDIS_GFT_EMFE_CUSTOM_ACTION_PRESENT","features":[18]},{"name":"NDIS_GFT_EMFE_MATCH_AND_ACTION_MUST_BE_SUPPORTED","features":[18]},{"name":"NDIS_GFT_EMFE_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[18]},{"name":"NDIS_GFT_EMFE_RDMA_FLOW","features":[18]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[18]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[18]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[18]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[18]},{"name":"NDIS_GFT_EXACT_MATCH_FLOW_ENTRY_REVISION_1","features":[18]},{"name":"NDIS_GFT_FLOW_ENTRY_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_NIC_SWITCH_FLOW_ENTRIES","features":[18]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_TABLE_FLOW_ENTRIES","features":[18]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_VPORT_FLOW_ENTRIES","features":[18]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_COUNTER_VALUES","features":[18]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_DEFINED","features":[18]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_RANGE_DEFINED","features":[18]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ALL_FLOW_ENTRIES","features":[18]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_GFT_FREE_COUNTER_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_DECREMENT_TTL_IF_NOT_ONE","features":[18]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_DECREMENT_TTL_IF_NOT_ONE","features":[18]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_REVISION_1","features":[18]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_REVISION_1","features":[18]},{"name":"NDIS_GFT_HEADER_TRANSPOSITION_PROFILE_REVISION_1","features":[18]},{"name":"NDIS_GFT_HTP_COPY_ALL_PACKETS","features":[18]},{"name":"NDIS_GFT_HTP_COPY_FIRST_PACKET","features":[18]},{"name":"NDIS_GFT_HTP_COPY_WHEN_TCP_FLAG_SET","features":[18]},{"name":"NDIS_GFT_HTP_CUSTOM_ACTION_PRESENT","features":[18]},{"name":"NDIS_GFT_HTP_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[18]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[18]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[18]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[18]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[18]},{"name":"NDIS_GFT_MAX_COUNTER_OBJECTS_PER_FLOW_ENTRY","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_8021P_PRIORITY_MASK","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ADD_FLOW_ENTRY_DEACTIVATED_PREFERRED","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ALLOW","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_CLIENT_SPECIFIED_MEMORY_MAPPED_COUNTERS","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COMBINED_COUNTER_AND_STATE","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_ALL","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_FIRST","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_WHEN_TCP_FLAG_SET","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DESIGNATED_EXCEPTION_VPORT","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DROP","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DSCP_MASK","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_AGGREGATE_COUNTERS","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_EXACT_MATCH","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_WILDCARD_MATCH","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_EXACT_MATCH","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_WILDCARD_MATCH","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_EXACT_MATCH","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_WILDCARD_MATCH","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_IGNORE_ACTION_SUPPORTED","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_AGGREGATE_COUNTERS","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_EXACT_MATCH","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_WILDCARD_MATCH","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_COUNTERS","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_PAKCET_AND_BYTE_COUNTERS","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_AFTER_HEADER_TRANSPOSITION","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MODIFY","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_FLOW_ENTRY_COUNTERS","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_PACKET_COUNTER_UPDATE","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_VPORT_EXCEPTION_VPORT","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_POP","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PUSH","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_RATE_LIMITING_QUEUE_SUPPORTED","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_SAMPLE","features":[18]},{"name":"NDIS_GFT_OFFLOAD_CAPS_TRACK_TCP_FLOW_STATE","features":[18]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_CUSTOM_PROVIDER_RESERVED","features":[18]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_ENABLE_OFFLOAD","features":[18]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_GFT_PROFILE_INFO_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_GFT_PROFILE_INFO_REVISION_1","features":[18]},{"name":"NDIS_GFT_RESERVED_CUSTOM_ACTIONS","features":[18]},{"name":"NDIS_GFT_STATISTICS_REVISION_1","features":[18]},{"name":"NDIS_GFT_TABLE_INCLUDE_EXTERNAL_VPPORT","features":[18]},{"name":"NDIS_GFT_TABLE_INFO_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_GFT_TABLE_INFO_REVISION_1","features":[18]},{"name":"NDIS_GFT_TABLE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_GFT_UNDEFINED_COUNTER_ID","features":[18]},{"name":"NDIS_GFT_UNDEFINED_CUSTOM_ACTION","features":[18]},{"name":"NDIS_GFT_UNDEFINED_FLOW_ENTRY_ID","features":[18]},{"name":"NDIS_GFT_UNDEFINED_TABLE_ID","features":[18]},{"name":"NDIS_GFT_VPORT_DSCP_FLAGS_CHANGED","features":[18]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_RX","features":[18]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_TX","features":[18]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_CHANGED","features":[18]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_RX","features":[18]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_TX","features":[18]},{"name":"NDIS_GFT_VPORT_ENABLE","features":[18]},{"name":"NDIS_GFT_VPORT_ENABLE_STATE_CHANGED","features":[18]},{"name":"NDIS_GFT_VPORT_EXCEPTION_VPORT_CHANGED","features":[18]},{"name":"NDIS_GFT_VPORT_MAX_DSCP_MASK_COUNTER_OBJECTS","features":[18]},{"name":"NDIS_GFT_VPORT_MAX_PRIORITY_MASK_COUNTER_OBJECTS","features":[18]},{"name":"NDIS_GFT_VPORT_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_GFT_VPORT_PARAMS_CHANGE_MASK","features":[18]},{"name":"NDIS_GFT_VPORT_PARAMS_CUSTOM_PROVIDER_RESERVED","features":[18]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN","features":[18]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN_NOT_IN_SRC_PORT_RANGE","features":[18]},{"name":"NDIS_GFT_VPORT_PRIORITY_MASK_CHANGED","features":[18]},{"name":"NDIS_GFT_VPORT_SAMPLING_RATE_CHANGED","features":[18]},{"name":"NDIS_GFT_VPORT_VXLAN_SETTINGS_CHANGED","features":[18]},{"name":"NDIS_GFT_WCFE_ADD_IN_ACTIVATED_STATE","features":[18]},{"name":"NDIS_GFT_WCFE_COPY_ALL_PACKETS","features":[18]},{"name":"NDIS_GFT_WCFE_COUNTER_ALLOCATE","features":[18]},{"name":"NDIS_GFT_WCFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[18]},{"name":"NDIS_GFT_WCFE_COUNTER_MEMORY_MAPPED","features":[18]},{"name":"NDIS_GFT_WCFE_CUSTOM_ACTION_PRESENT","features":[18]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[18]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[18]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[18]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[18]},{"name":"NDIS_GFT_WILDCARD_MATCH_FLOW_ENTRY_REVISION_1","features":[18]},{"name":"NDIS_GUID","features":[18]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP","features":[18]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP_REVISION_1","features":[18]},{"name":"NDIS_HARDWARE_STATUS","features":[18]},{"name":"NDIS_HASH_FUNCTION_MASK","features":[18]},{"name":"NDIS_HASH_IPV4","features":[18]},{"name":"NDIS_HASH_IPV6","features":[18]},{"name":"NDIS_HASH_IPV6_EX","features":[18]},{"name":"NDIS_HASH_TCP_IPV4","features":[18]},{"name":"NDIS_HASH_TCP_IPV6","features":[18]},{"name":"NDIS_HASH_TCP_IPV6_EX","features":[18]},{"name":"NDIS_HASH_TYPE_MASK","features":[18]},{"name":"NDIS_HASH_UDP_IPV4","features":[18]},{"name":"NDIS_HASH_UDP_IPV6","features":[18]},{"name":"NDIS_HASH_UDP_IPV6_EX","features":[18]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_HEADER_DATA_SPLIT","features":[18]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV4_OPTIONS","features":[18]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV6_EXTENSION_HEADERS","features":[18]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_TCP_OPTIONS","features":[18]},{"name":"NDIS_HD_SPLIT_COMBINE_ALL_HEADERS","features":[18]},{"name":"NDIS_HD_SPLIT_CURRENT_CONFIG_REVISION_1","features":[18]},{"name":"NDIS_HD_SPLIT_ENABLE_HEADER_DATA_SPLIT","features":[18]},{"name":"NDIS_HD_SPLIT_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_HYPERVISOR_INFO_FLAG_HYPERVISOR_PRESENT","features":[18]},{"name":"NDIS_HYPERVISOR_INFO_REVISION_1","features":[18]},{"name":"NDIS_INTERFACE_INFORMATION","features":[3,18]},{"name":"NDIS_INTERRUPT_MODERATION","features":[18]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_REINITIALIZE","features":[18]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_RESET","features":[18]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS","features":[18]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_IPSEC_OFFLOAD_V1","features":[18]},{"name":"NDIS_IP_OPER_STATE","features":[18]},{"name":"NDIS_IP_OPER_STATE_REVISION_1","features":[18]},{"name":"NDIS_IP_OPER_STATUS","features":[18]},{"name":"NDIS_IP_OPER_STATUS_INFO","features":[18]},{"name":"NDIS_IP_OPER_STATUS_INFO_REVISION_1","features":[18]},{"name":"NDIS_IRDA_PACKET_INFO","features":[18]},{"name":"NDIS_ISOLATION_NAME_MAX_STRING_SIZE","features":[18]},{"name":"NDIS_ISOLATION_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_LINK_PARAMETERS","features":[18]},{"name":"NDIS_LINK_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_LINK_SPEED","features":[18]},{"name":"NDIS_LINK_STATE","features":[18]},{"name":"NDIS_LINK_STATE_DUPLEX_AUTO_NEGOTIATED","features":[18]},{"name":"NDIS_LINK_STATE_PAUSE_FUNCTIONS_AUTO_NEGOTIATED","features":[18]},{"name":"NDIS_LINK_STATE_RCV_LINK_SPEED_AUTO_NEGOTIATED","features":[18]},{"name":"NDIS_LINK_STATE_REVISION_1","features":[18]},{"name":"NDIS_LINK_STATE_XMIT_LINK_SPEED_AUTO_NEGOTIATED","features":[18]},{"name":"NDIS_MAC_OPTION_8021P_PRIORITY","features":[18]},{"name":"NDIS_MAC_OPTION_8021Q_VLAN","features":[18]},{"name":"NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA","features":[18]},{"name":"NDIS_MAC_OPTION_EOTX_INDICATION","features":[18]},{"name":"NDIS_MAC_OPTION_FULL_DUPLEX","features":[18]},{"name":"NDIS_MAC_OPTION_NO_LOOPBACK","features":[18]},{"name":"NDIS_MAC_OPTION_RECEIVE_AT_DPC","features":[18]},{"name":"NDIS_MAC_OPTION_RECEIVE_SERIALIZED","features":[18]},{"name":"NDIS_MAC_OPTION_RESERVED","features":[18]},{"name":"NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE","features":[18]},{"name":"NDIS_MAC_OPTION_TRANSFERS_NOT_PEND","features":[18]},{"name":"NDIS_MAXIMUM_PORTS","features":[18]},{"name":"NDIS_MEDIA_CAP_RECEIVE","features":[18]},{"name":"NDIS_MEDIA_CAP_TRANSMIT","features":[18]},{"name":"NDIS_MEDIA_STATE","features":[18]},{"name":"NDIS_MEDIUM","features":[18]},{"name":"NDIS_NDK_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_NDK_CONNECTIONS_REVISION_1","features":[18]},{"name":"NDIS_NDK_LOCAL_ENDPOINTS_REVISION_1","features":[18]},{"name":"NDIS_NDK_STATISTICS_INFO_REVISION_1","features":[18]},{"name":"NDIS_NETWORK_CHANGE_TYPE","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_2","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_3","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_ASYMMETRIC_QUEUE_PAIRS_FOR_NONDEFAULT_VPORT_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_NIC_SWITCH_WITHOUT_IOV_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_PER_VPORT_INTERRUPT_MODERATION_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_ON_PF_VPORTS_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PARAMETERS_PER_PF_VPORT_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_FUNCTION_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_KEY_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_TYPE_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SIZE_RESTRICTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_SINGLE_VPORT_POOL","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_VF_RSS_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_CAPS_VLAN_SUPPORTED","features":[18]},{"name":"NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_DELETE_VPORT_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_FREE_VF_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_INFO_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_INFO_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_CHANGE_MASK","features":[18]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_DEFAULT_NUMBER_OF_QUEUE_PAIRS_FOR_DEFAULT_VPORT","features":[18]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_2","features":[18]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_SWITCH_NAME_CHANGED","features":[18]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[18]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_VF_INFO_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_VF_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_FUNCTION","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_GFT_ENABLED","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_LOOKAHEAD_SPLIT_ENABLED","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_PACKET_DIRECT_RX_ONLY","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_2","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_CHANGE_MASK","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_ENFORCE_MAX_SG_LIST","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_FLAGS_CHANGED","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_INT_MOD_CHANGED","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_LOOKAHEAD_SPLIT_ENABLED","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NAME_CHANGED","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NDK_PARAMS_CHANGED","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NUM_QUEUE_PAIRS_CHANGED","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PACKET_DIRECT_RX_ONLY","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PROCESSOR_AFFINITY_CHANGED","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_QOS_SQ_ID_CHANGED","features":[18]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_STATE_CHANGED","features":[18]},{"name":"NDIS_OBJECT_HEADER","features":[18]},{"name":"NDIS_OBJECT_REVISION_1","features":[18]},{"name":"NDIS_OBJECT_TYPE_BIND_PARAMETERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_CONFIGURATION_OBJECT","features":[18]},{"name":"NDIS_OBJECT_TYPE_CO_CALL_MANAGER_OPTIONAL_HANDLERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_CO_CLIENT_OPTIONAL_HANDLERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_CO_MINIPORT_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_CO_PROTOCOL_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_DEFAULT","features":[18]},{"name":"NDIS_OBJECT_TYPE_DEVICE_OBJECT_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_OBJECT","features":[18]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTACH_PARAMETERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_FILTER_DRIVER_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_FILTER_PARTIAL_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_FILTER_PAUSE_PARAMETERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_FILTER_RESTART_PARAMETERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_HD_SPLIT_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NDK_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DEVICE_POWER_NOTIFICATION","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DRIVER_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INIT_PARAMETERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INTERRUPT","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_PNP_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_SS_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_NDK_PROVIDER_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_NSI_COMPARTMENT_RW_STRUCT","features":[18]},{"name":"NDIS_OBJECT_TYPE_NSI_INTERFACE_PERSIST_RW_STRUCT","features":[18]},{"name":"NDIS_OBJECT_TYPE_NSI_NETWORK_RW_STRUCT","features":[18]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD","features":[18]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD_ENCAPSULATION","features":[18]},{"name":"NDIS_OBJECT_TYPE_OID_REQUEST","features":[18]},{"name":"NDIS_OBJECT_TYPE_OPEN_PARAMETERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_1","features":[18]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_2","features":[18]},{"name":"NDIS_OBJECT_TYPE_PD_RECEIVE_QUEUE","features":[18]},{"name":"NDIS_OBJECT_TYPE_PD_TRANSMIT_QUEUE","features":[18]},{"name":"NDIS_OBJECT_TYPE_PORT_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_PORT_STATE","features":[18]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_DRIVER_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_RESTART_PARAMETERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_QOS_CAPABILITIES","features":[18]},{"name":"NDIS_OBJECT_TYPE_QOS_CLASSIFICATION_ELEMENT","features":[18]},{"name":"NDIS_OBJECT_TYPE_QOS_PARAMETERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_REQUEST_EX","features":[18]},{"name":"NDIS_OBJECT_TYPE_RESTART_GENERAL_ATTRIBUTES","features":[18]},{"name":"NDIS_OBJECT_TYPE_RSS_CAPABILITIES","features":[18]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS_V2","features":[18]},{"name":"NDIS_OBJECT_TYPE_RSS_PROCESSOR_INFO","features":[18]},{"name":"NDIS_OBJECT_TYPE_RSS_SET_INDIRECTION_ENTRIES","features":[18]},{"name":"NDIS_OBJECT_TYPE_SG_DMA_DESCRIPTION","features":[18]},{"name":"NDIS_OBJECT_TYPE_SHARED_MEMORY_PROVIDER_CHARACTERISTICS","features":[18]},{"name":"NDIS_OBJECT_TYPE_STATUS_INDICATION","features":[18]},{"name":"NDIS_OBJECT_TYPE_SWITCH_OPTIONAL_HANDLERS","features":[18]},{"name":"NDIS_OBJECT_TYPE_TIMER_CHARACTERISTICS","features":[18]},{"name":"NDIS_OFFLOAD","features":[18]},{"name":"NDIS_OFFLOAD_FLAGS_GROUP_CHECKSUM_CAPABILITIES","features":[18]},{"name":"NDIS_OFFLOAD_NOT_SUPPORTED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_DISABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_AND_ESP_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_DISABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_ESP_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_AND_ESP_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_DISABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_ESP_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_DISABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_DISABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_NO_CHANGE","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_2","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_3","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_4","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_5","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_DISABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_RX_ENABLED_TX_DISABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_SKIP_REGISTRY_UPDATE","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_ENABLED_RX_DISABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_DISABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_DISABLED","features":[18]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_ENABLED","features":[18]},{"name":"NDIS_OFFLOAD_REVISION_1","features":[18]},{"name":"NDIS_OFFLOAD_REVISION_2","features":[18]},{"name":"NDIS_OFFLOAD_REVISION_3","features":[18]},{"name":"NDIS_OFFLOAD_REVISION_4","features":[18]},{"name":"NDIS_OFFLOAD_REVISION_5","features":[18]},{"name":"NDIS_OFFLOAD_REVISION_6","features":[18]},{"name":"NDIS_OFFLOAD_REVISION_7","features":[18]},{"name":"NDIS_OFFLOAD_SET_NO_CHANGE","features":[18]},{"name":"NDIS_OFFLOAD_SET_OFF","features":[18]},{"name":"NDIS_OFFLOAD_SET_ON","features":[18]},{"name":"NDIS_OFFLOAD_SUPPORTED","features":[18]},{"name":"NDIS_OPER_STATE","features":[18]},{"name":"NDIS_OPER_STATE_REVISION_1","features":[18]},{"name":"NDIS_PACKET_TYPE_ALL_FUNCTIONAL","features":[18]},{"name":"NDIS_PACKET_TYPE_ALL_LOCAL","features":[18]},{"name":"NDIS_PACKET_TYPE_ALL_MULTICAST","features":[18]},{"name":"NDIS_PACKET_TYPE_BROADCAST","features":[18]},{"name":"NDIS_PACKET_TYPE_DIRECTED","features":[18]},{"name":"NDIS_PACKET_TYPE_FUNCTIONAL","features":[18]},{"name":"NDIS_PACKET_TYPE_GROUP","features":[18]},{"name":"NDIS_PACKET_TYPE_MAC_FRAME","features":[18]},{"name":"NDIS_PACKET_TYPE_MULTICAST","features":[18]},{"name":"NDIS_PACKET_TYPE_NO_LOCAL","features":[18]},{"name":"NDIS_PACKET_TYPE_PROMISCUOUS","features":[18]},{"name":"NDIS_PACKET_TYPE_SMT","features":[18]},{"name":"NDIS_PACKET_TYPE_SOURCE_ROUTING","features":[18]},{"name":"NDIS_PCI_DEVICE_CUSTOM_PROPERTIES","features":[18]},{"name":"NDIS_PD_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_PD_CAPS_DRAIN_NOTIFICATIONS_SUPPORTED","features":[18]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_COUNT_SUPPORTED","features":[18]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_INTERVAL_SUPPORTED","features":[18]},{"name":"NDIS_PD_CAPS_RECEIVE_FILTER_COUNTERS_SUPPORTED","features":[18]},{"name":"NDIS_PD_CONFIG_REVISION_1","features":[18]},{"name":"NDIS_PHYSICAL_MEDIUM","features":[18]},{"name":"NDIS_PM_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_PM_CAPABILITIES_REVISION_2","features":[18]},{"name":"NDIS_PM_MAX_PATTERN_ID","features":[18]},{"name":"NDIS_PM_MAX_STRING_SIZE","features":[18]},{"name":"NDIS_PM_PACKET_PATTERN","features":[18]},{"name":"NDIS_PM_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_PM_PARAMETERS_REVISION_2","features":[18]},{"name":"NDIS_PM_PRIVATE_PATTERN_ID","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_ENABLED","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_SUPPORTED","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_ENABLED","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_SUPPORTED","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_ENABLED","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_SUPPORTED","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_HIGHEST","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_LOWEST","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_NORMAL","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[18]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_2","features":[18]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_ENABLED","features":[18]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_SUPPORTED","features":[18]},{"name":"NDIS_PM_WAKE_ON_LINK_CHANGE_ENABLED","features":[18]},{"name":"NDIS_PM_WAKE_ON_MEDIA_CONNECT_SUPPORTED","features":[18]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_ENABLED","features":[18]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_SUPPORTED","features":[18]},{"name":"NDIS_PM_WAKE_PACKET_INDICATION_SUPPORTED","features":[18]},{"name":"NDIS_PM_WAKE_PACKET_REVISION_1","features":[18]},{"name":"NDIS_PM_WAKE_REASON_REVISION_1","features":[18]},{"name":"NDIS_PM_WAKE_UP_CAPABILITIES","features":[18]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_ENABLED","features":[18]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_SUPPORTED","features":[18]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_ENABLED","features":[18]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_SUPPORTED","features":[18]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_ENABLED","features":[18]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_SUPPORTED","features":[18]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_ENABLED","features":[18]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_SUPPORTED","features":[18]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_ENABLED","features":[18]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_SUPPORTED","features":[18]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_ENABLED","features":[18]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_SUPPORTED","features":[18]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_ENABLED","features":[18]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_SUPPORTED","features":[18]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_1","features":[18]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_2","features":[18]},{"name":"NDIS_PM_WOL_PRIORITY_HIGHEST","features":[18]},{"name":"NDIS_PM_WOL_PRIORITY_LOWEST","features":[18]},{"name":"NDIS_PM_WOL_PRIORITY_NORMAL","features":[18]},{"name":"NDIS_PNP_CAPABILITIES","features":[18]},{"name":"NDIS_PNP_WAKE_UP_LINK_CHANGE","features":[18]},{"name":"NDIS_PNP_WAKE_UP_MAGIC_PACKET","features":[18]},{"name":"NDIS_PNP_WAKE_UP_PATTERN_MATCH","features":[18]},{"name":"NDIS_PORT","features":[18]},{"name":"NDIS_PORT_ARRAY","features":[18]},{"name":"NDIS_PORT_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS","features":[18]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_PORT_AUTHORIZATION_STATE","features":[18]},{"name":"NDIS_PORT_CHARACTERISTICS","features":[18]},{"name":"NDIS_PORT_CHARACTERISTICS_REVISION_1","features":[18]},{"name":"NDIS_PORT_CHAR_USE_DEFAULT_AUTH_SETTINGS","features":[18]},{"name":"NDIS_PORT_CONTROL_STATE","features":[18]},{"name":"NDIS_PORT_STATE","features":[18]},{"name":"NDIS_PORT_STATE_REVISION_1","features":[18]},{"name":"NDIS_PORT_TYPE","features":[18]},{"name":"NDIS_PROCESSOR_VENDOR","features":[18]},{"name":"NDIS_PROTOCOL_ID_DEFAULT","features":[18]},{"name":"NDIS_PROTOCOL_ID_IP6","features":[18]},{"name":"NDIS_PROTOCOL_ID_IPX","features":[18]},{"name":"NDIS_PROTOCOL_ID_MASK","features":[18]},{"name":"NDIS_PROTOCOL_ID_MAX","features":[18]},{"name":"NDIS_PROTOCOL_ID_NBF","features":[18]},{"name":"NDIS_PROTOCOL_ID_TCP_IP","features":[18]},{"name":"NDIS_PROT_OPTION_ESTIMATED_LENGTH","features":[18]},{"name":"NDIS_PROT_OPTION_NO_LOOPBACK","features":[18]},{"name":"NDIS_PROT_OPTION_NO_RSVD_ON_RCVPKT","features":[18]},{"name":"NDIS_PROT_OPTION_SEND_RESTRICTED","features":[18]},{"name":"NDIS_QOS_ACTION_MAXIMUM","features":[18]},{"name":"NDIS_QOS_ACTION_PRIORITY","features":[18]},{"name":"NDIS_QOS_CAPABILITIES_CEE_DCBX_SUPPORTED","features":[18]},{"name":"NDIS_QOS_CAPABILITIES_IEEE_DCBX_SUPPORTED","features":[18]},{"name":"NDIS_QOS_CAPABILITIES_MACSEC_BYPASS_SUPPORTED","features":[18]},{"name":"NDIS_QOS_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_QOS_CAPABILITIES_STRICT_TSA_SUPPORTED","features":[18]},{"name":"NDIS_QOS_CLASSIFICATION_ELEMENT_REVISION_1","features":[18]},{"name":"NDIS_QOS_CLASSIFICATION_ENFORCED_BY_MINIPORT","features":[18]},{"name":"NDIS_QOS_CLASSIFICATION_SET_BY_MINIPORT_MASK","features":[18]},{"name":"NDIS_QOS_CONDITION_DEFAULT","features":[18]},{"name":"NDIS_QOS_CONDITION_ETHERTYPE","features":[18]},{"name":"NDIS_QOS_CONDITION_MAXIMUM","features":[18]},{"name":"NDIS_QOS_CONDITION_NETDIRECT_PORT","features":[18]},{"name":"NDIS_QOS_CONDITION_RESERVED","features":[18]},{"name":"NDIS_QOS_CONDITION_TCP_OR_UDP_PORT","features":[18]},{"name":"NDIS_QOS_CONDITION_TCP_PORT","features":[18]},{"name":"NDIS_QOS_CONDITION_UDP_PORT","features":[18]},{"name":"NDIS_QOS_DEFAULT_SQ_ID","features":[18]},{"name":"NDIS_QOS_MAXIMUM_PRIORITIES","features":[18]},{"name":"NDIS_QOS_MAXIMUM_TRAFFIC_CLASSES","features":[18]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_2","features":[18]},{"name":"NDIS_QOS_OFFLOAD_CAPS_GFT_SQ","features":[18]},{"name":"NDIS_QOS_OFFLOAD_CAPS_STANDARD_SQ","features":[18]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CHANGED","features":[18]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CONFIGURED","features":[18]},{"name":"NDIS_QOS_PARAMETERS_ETS_CHANGED","features":[18]},{"name":"NDIS_QOS_PARAMETERS_ETS_CONFIGURED","features":[18]},{"name":"NDIS_QOS_PARAMETERS_PFC_CHANGED","features":[18]},{"name":"NDIS_QOS_PARAMETERS_PFC_CONFIGURED","features":[18]},{"name":"NDIS_QOS_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_QOS_PARAMETERS_WILLING","features":[18]},{"name":"NDIS_QOS_SQ_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_QOS_SQ_PARAMETERS_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_2","features":[18]},{"name":"NDIS_QOS_SQ_RECEIVE_CAP_ENABLED","features":[18]},{"name":"NDIS_QOS_SQ_STATS_REVISION_1","features":[18]},{"name":"NDIS_QOS_SQ_TRANSMIT_CAP_ENABLED","features":[18]},{"name":"NDIS_QOS_SQ_TRANSMIT_RESERVATION_ENABLED","features":[18]},{"name":"NDIS_QOS_TSA_CBS","features":[18]},{"name":"NDIS_QOS_TSA_ETS","features":[18]},{"name":"NDIS_QOS_TSA_MAXIMUM","features":[18]},{"name":"NDIS_QOS_TSA_STRICT","features":[18]},{"name":"NDIS_RECEIVE_FILTER_ANY_VLAN_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_OPERATION_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SPA_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_TPA_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_2","features":[18]},{"name":"NDIS_RECEIVE_FILTER_CLEAR_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_FOR_DEFAULT_QUEUE_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_FIELD_MAC_HEADER_VLAN_UNTAGGED_OR_ZERO","features":[18]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_2","features":[18]},{"name":"NDIS_RECEIVE_FILTER_FLAGS_RESERVED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_MIN_OF_QUEUES_MODE","features":[18]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_SUM_OF_QUEUES_MODE","features":[18]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_2","features":[18]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_VPORT_ID_SPECIFIED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_INFO_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_FILTER_INTERRUPT_VECTOR_COALESCING_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_PROTOCOL_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_PROTOCOL_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_LOOKAHEAD_SPLIT_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_DEST_ADDR_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PACKET_TYPE_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PRIORITY_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PROTOCOL_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SOURCE_ADDR_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_VLAN_ID_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_MOVE_FILTER_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_FILTER_MSI_X_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_FILTERS_ENABLED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_SUPPORTED_ON_DEFAULT_QUEUE","features":[18]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION","features":[18]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION_GRE","features":[18]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_2","features":[18]},{"name":"NDIS_RECEIVE_FILTER_RESERVED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_EQUAL_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_MASK_EQUAL_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_NOT_EQUAL_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_DEST_PORT_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_VMQ_FILTERS_ENABLED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUES_ENABLED","features":[18]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUE_SUPPORTED","features":[18]},{"name":"NDIS_RECEIVE_HASH_FLAG_ENABLE_HASH","features":[18]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_INFO_UNCHANGED","features":[18]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_KEY_UNCHANGED","features":[18]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS","features":[18]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_FREE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_INFO_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_2","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_CHANGE_MASK","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_FLAGS_CHANGED","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_INTERRUPT_COALESCING_DOMAIN_ID_CHANGED","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_LOOKAHEAD_SPLIT_REQUIRED","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_NAME_CHANGED","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PER_QUEUE_RECEIVE_INDICATION","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PROCESSOR_AFFINITY_CHANGED","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_QOS_SQ_ID_CHANGED","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_2","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_3","features":[18]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_SUGGESTED_RECV_BUFFER_NUMBERS_CHANGED","features":[18]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES","features":[18]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_2","features":[18]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_3","features":[18]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS","features":[18]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_2","features":[18]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_3","features":[18]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_V2_REVISION_1","features":[18]},{"name":"NDIS_RECEIVE_SCALE_PARAM_ENABLE_RSS","features":[18]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_INFO_CHANGED","features":[18]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_KEY_CHANGED","features":[18]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_ENTRIES_CHANGED","features":[18]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_QUEUES_CHANGED","features":[18]},{"name":"NDIS_REQUEST_TYPE","features":[18]},{"name":"NDIS_RING_AUTO_REMOVAL_ERROR","features":[18]},{"name":"NDIS_RING_COUNTER_OVERFLOW","features":[18]},{"name":"NDIS_RING_HARD_ERROR","features":[18]},{"name":"NDIS_RING_LOBE_WIRE_FAULT","features":[18]},{"name":"NDIS_RING_REMOVE_RECEIVED","features":[18]},{"name":"NDIS_RING_RING_RECOVERY","features":[18]},{"name":"NDIS_RING_SIGNAL_LOSS","features":[18]},{"name":"NDIS_RING_SINGLE_STATION","features":[18]},{"name":"NDIS_RING_SOFT_ERROR","features":[18]},{"name":"NDIS_RING_TRANSMIT_BEACON","features":[18]},{"name":"NDIS_ROUTING_DOMAIN_ENTRY_REVISION_1","features":[18]},{"name":"NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_REVISION_1","features":[18]},{"name":"NDIS_RSC_STATISTICS_REVISION_1","features":[18]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_DPC","features":[18]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_ISR","features":[18]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV4","features":[18]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6","features":[18]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6_EX","features":[18]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV4","features":[18]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6","features":[18]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6_EX","features":[18]},{"name":"NDIS_RSS_CAPS_MESSAGE_SIGNALED_INTERRUPTS","features":[18]},{"name":"NDIS_RSS_CAPS_RSS_AVAILABLE_ON_PORTS","features":[18]},{"name":"NDIS_RSS_CAPS_SUPPORTS_INDEPENDENT_ENTRY_MOVE","features":[18]},{"name":"NDIS_RSS_CAPS_SUPPORTS_MSI_X","features":[18]},{"name":"NDIS_RSS_CAPS_USING_MSI_X","features":[18]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_1","features":[18]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_2","features":[18]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_3","features":[18]},{"name":"NDIS_RSS_HASH_SECRET_KEY_SIZE_REVISION_1","features":[18]},{"name":"NDIS_RSS_INDIRECTION_TABLE_MAX_SIZE_REVISION_1","features":[18]},{"name":"NDIS_RSS_INDIRECTION_TABLE_SIZE_REVISION_1","features":[18]},{"name":"NDIS_RSS_PARAM_FLAG_BASE_CPU_UNCHANGED","features":[18]},{"name":"NDIS_RSS_PARAM_FLAG_DEFAULT_PROCESSOR_UNCHANGED","features":[18]},{"name":"NDIS_RSS_PARAM_FLAG_DISABLE_RSS","features":[18]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_INFO_UNCHANGED","features":[18]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_KEY_UNCHANGED","features":[18]},{"name":"NDIS_RSS_PARAM_FLAG_ITABLE_UNCHANGED","features":[18]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_1","features":[18]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_2","features":[18]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRIES_REVISION_1","features":[18]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_DEFAULT_PROCESSOR","features":[18]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_PRIMARY_PROCESSOR","features":[18]},{"name":"NDIS_SIZEOF_NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_BAR_RESOURCES_INFO_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_CAPS_PF_MINIPORT","features":[18]},{"name":"NDIS_SRIOV_CAPS_SRIOV_SUPPORTED","features":[18]},{"name":"NDIS_SRIOV_CAPS_VF_MINIPORT","features":[18]},{"name":"NDIS_SRIOV_CONFIG_STATE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_OVERLYING_ADAPTER_INFO_VERSION_1","features":[18]},{"name":"NDIS_SRIOV_PF_LUID_INFO_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_PROBED_BARS_INFO_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_RESET_VF_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_SET_VF_POWER_STATE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_VF_INVALIDATE_CONFIG_BLOCK_INFO_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_VF_SERIAL_NUMBER_INFO_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_VF_VENDOR_DEVICE_ID_INFO_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_RCV","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_XMIT","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_RCV","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_XMIT","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_RCV","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_XMIT","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_RCV","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_XMIT","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_RCV","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_XMIT","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_RCV","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_XMIT","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_RCV","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_XMIT","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_DISCARDS","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_ERROR","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_DISCARDS","features":[18]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_ERROR","features":[18]},{"name":"NDIS_STATISTICS_INFO","features":[18]},{"name":"NDIS_STATISTICS_INFO_REVISION_1","features":[18]},{"name":"NDIS_STATISTICS_VALUE","features":[18]},{"name":"NDIS_STATISTICS_VALUE_EX","features":[18]},{"name":"NDIS_SUPPORTED_PAUSE_FUNCTIONS","features":[18]},{"name":"NDIS_SUPPORT_NDIS6","features":[18]},{"name":"NDIS_SUPPORT_NDIS61","features":[18]},{"name":"NDIS_SUPPORT_NDIS620","features":[18]},{"name":"NDIS_SUPPORT_NDIS630","features":[18]},{"name":"NDIS_SUPPORT_NDIS640","features":[18]},{"name":"NDIS_SUPPORT_NDIS650","features":[18]},{"name":"NDIS_SUPPORT_NDIS651","features":[18]},{"name":"NDIS_SUPPORT_NDIS660","features":[18]},{"name":"NDIS_SUPPORT_NDIS670","features":[18]},{"name":"NDIS_SUPPORT_NDIS680","features":[18]},{"name":"NDIS_SUPPORT_NDIS681","features":[18]},{"name":"NDIS_SUPPORT_NDIS682","features":[18]},{"name":"NDIS_SUPPORT_NDIS683","features":[18]},{"name":"NDIS_SUPPORT_NDIS684","features":[18]},{"name":"NDIS_SUPPORT_NDIS685","features":[18]},{"name":"NDIS_SUPPORT_NDIS686","features":[18]},{"name":"NDIS_SUPPORT_NDIS687","features":[18]},{"name":"NDIS_SWITCH_FEATURE_STATUS_CUSTOM_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_NIC_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_NIC_FLAGS_MAPPED_NIC_UPDATED","features":[18]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_INITIALIZING","features":[18]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED","features":[18]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED_LM","features":[18]},{"name":"NDIS_SWITCH_NIC_OID_REQUEST_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_2","features":[18]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_2","features":[18]},{"name":"NDIS_SWITCH_OBJECT_SERIALIZATION_VERSION_1","features":[18]},{"name":"NDIS_SWITCH_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_ARRAY_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_CUSTOM_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_RESTORING_PORT","features":[18]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_UNTRUSTED_INTERNAL_PORT","features":[18]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_CUSTOM_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ISOLATION_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PROFILE_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_2","features":[18]},{"name":"NDIS_SWITCH_PORT_PROPERTY_VLAN_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PROPERTY_CUSTOM_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_INFO_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SWITCH_PROPERTY_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_EX_REVISION_1","features":[18]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD","features":[18]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_1","features":[18]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_2","features":[18]},{"name":"NDIS_TCP_IP_CHECKSUM_OFFLOAD","features":[18]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1","features":[18]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2","features":[18]},{"name":"NDIS_TCP_RECV_SEG_COALESC_OFFLOAD_REVISION_1","features":[18]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[18]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_TIMESTAMP_CAPABILITIES","features":[3,18]},{"name":"NDIS_TIMESTAMP_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_TIMESTAMP_CAPABILITY_FLAGS","features":[3,18]},{"name":"NDIS_VAR_DATA_DESC","features":[18]},{"name":"NDIS_WAN_HEADER_FORMAT","features":[18]},{"name":"NDIS_WAN_MEDIUM_SUBTYPE","features":[18]},{"name":"NDIS_WAN_PROTOCOL_CAPS","features":[18]},{"name":"NDIS_WAN_QUALITY","features":[18]},{"name":"NDIS_WLAN_BSSID","features":[18]},{"name":"NDIS_WLAN_BSSID_EX","features":[18]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_ENABLED","features":[18]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_SUPPORTED","features":[18]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_ENABLED","features":[18]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_SUPPORTED","features":[18]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_ENABLED","features":[18]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_SUPPORTED","features":[18]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_ENABLED","features":[18]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_SUPPORTED","features":[18]},{"name":"NDIS_WMI_DEFAULT_METHOD_ID","features":[18]},{"name":"NDIS_WMI_ENUM_ADAPTER","features":[18]},{"name":"NDIS_WMI_ENUM_ADAPTER_REVISION_1","features":[18]},{"name":"NDIS_WMI_EVENT_HEADER","features":[18]},{"name":"NDIS_WMI_EVENT_HEADER_REVISION_1","features":[18]},{"name":"NDIS_WMI_IPSEC_OFFLOAD_V1","features":[18]},{"name":"NDIS_WMI_METHOD_HEADER","features":[18]},{"name":"NDIS_WMI_METHOD_HEADER_REVISION_1","features":[18]},{"name":"NDIS_WMI_OBJECT_TYPE_ENUM_ADAPTER","features":[18]},{"name":"NDIS_WMI_OBJECT_TYPE_EVENT","features":[18]},{"name":"NDIS_WMI_OBJECT_TYPE_METHOD","features":[18]},{"name":"NDIS_WMI_OBJECT_TYPE_OUTPUT_INFO","features":[18]},{"name":"NDIS_WMI_OBJECT_TYPE_SET","features":[18]},{"name":"NDIS_WMI_OFFLOAD","features":[18]},{"name":"NDIS_WMI_OUTPUT_INFO","features":[18]},{"name":"NDIS_WMI_PM_ACTIVE_CAPABILITIES_REVISION_1","features":[18]},{"name":"NDIS_WMI_PM_ADMIN_CONFIG_REVISION_1","features":[18]},{"name":"NDIS_WMI_RECEIVE_QUEUE_INFO_REVISION_1","features":[18]},{"name":"NDIS_WMI_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[18]},{"name":"NDIS_WMI_SET_HEADER","features":[18]},{"name":"NDIS_WMI_SET_HEADER_REVISION_1","features":[18]},{"name":"NDIS_WMI_TCP_CONNECTION_OFFLOAD","features":[18]},{"name":"NDIS_WMI_TCP_IP_CHECKSUM_OFFLOAD","features":[18]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V1","features":[18]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2","features":[18]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_ENABLED","features":[18]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_SUPPORTED","features":[18]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_ENABLED","features":[18]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_SUPPORTED","features":[18]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_ENABLED","features":[18]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_SUPPORTED","features":[18]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_ENABLED","features":[18]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_SUPPORTED","features":[18]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_ENABLED","features":[18]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_SUPPORTED","features":[18]},{"name":"NDK_ADAPTER_FLAG_CQ_INTERRUPT_MODERATION_SUPPORTED","features":[18]},{"name":"NDK_ADAPTER_FLAG_CQ_RESIZE_SUPPORTED","features":[18]},{"name":"NDK_ADAPTER_FLAG_IN_ORDER_DMA_SUPPORTED","features":[18]},{"name":"NDK_ADAPTER_FLAG_LOOPBACK_CONNECTIONS_SUPPORTED","features":[18]},{"name":"NDK_ADAPTER_FLAG_MULTI_ENGINE_SUPPORTED","features":[18]},{"name":"NDK_ADAPTER_FLAG_RDMA_READ_LOCAL_INVALIDATE_SUPPORTED","features":[18]},{"name":"NDK_ADAPTER_FLAG_RDMA_READ_SINK_NOT_REQUIRED","features":[18]},{"name":"NDK_ADAPTER_INFO","features":[18]},{"name":"NDK_RDMA_TECHNOLOGY","features":[18]},{"name":"NDK_VERSION","features":[18]},{"name":"NETWORK_ADDRESS","features":[18]},{"name":"NETWORK_ADDRESS_IP","features":[18]},{"name":"NETWORK_ADDRESS_IP6","features":[18]},{"name":"NETWORK_ADDRESS_IPX","features":[18]},{"name":"NETWORK_ADDRESS_LIST","features":[18]},{"name":"NET_IFLUID_UNSPECIFIED","features":[18]},{"name":"NET_IF_ACCESS_BROADCAST","features":[18]},{"name":"NET_IF_ACCESS_LOOPBACK","features":[18]},{"name":"NET_IF_ACCESS_MAXIMUM","features":[18]},{"name":"NET_IF_ACCESS_POINT_TO_MULTI_POINT","features":[18]},{"name":"NET_IF_ACCESS_POINT_TO_POINT","features":[18]},{"name":"NET_IF_ACCESS_TYPE","features":[18]},{"name":"NET_IF_ADMIN_STATUS","features":[18]},{"name":"NET_IF_ADMIN_STATUS_DOWN","features":[18]},{"name":"NET_IF_ADMIN_STATUS_TESTING","features":[18]},{"name":"NET_IF_ADMIN_STATUS_UP","features":[18]},{"name":"NET_IF_ALIAS_LH","features":[18]},{"name":"NET_IF_CONNECTION_DEDICATED","features":[18]},{"name":"NET_IF_CONNECTION_DEMAND","features":[18]},{"name":"NET_IF_CONNECTION_MAXIMUM","features":[18]},{"name":"NET_IF_CONNECTION_PASSIVE","features":[18]},{"name":"NET_IF_CONNECTION_TYPE","features":[18]},{"name":"NET_IF_DIRECTION_MAXIMUM","features":[18]},{"name":"NET_IF_DIRECTION_RECEIVEONLY","features":[18]},{"name":"NET_IF_DIRECTION_SENDONLY","features":[18]},{"name":"NET_IF_DIRECTION_SENDRECEIVE","features":[18]},{"name":"NET_IF_DIRECTION_TYPE","features":[18]},{"name":"NET_IF_MEDIA_CONNECT_STATE","features":[18]},{"name":"NET_IF_MEDIA_DUPLEX_STATE","features":[18]},{"name":"NET_IF_OID_COMPARTMENT_ID","features":[18]},{"name":"NET_IF_OID_IF_ALIAS","features":[18]},{"name":"NET_IF_OID_IF_ENTRY","features":[18]},{"name":"NET_IF_OID_NETWORK_GUID","features":[18]},{"name":"NET_IF_OPER_STATUS","features":[18]},{"name":"NET_IF_OPER_STATUS_DORMANT","features":[18]},{"name":"NET_IF_OPER_STATUS_DORMANT_LOW_POWER","features":[18]},{"name":"NET_IF_OPER_STATUS_DORMANT_PAUSED","features":[18]},{"name":"NET_IF_OPER_STATUS_DOWN","features":[18]},{"name":"NET_IF_OPER_STATUS_DOWN_NOT_AUTHENTICATED","features":[18]},{"name":"NET_IF_OPER_STATUS_DOWN_NOT_MEDIA_CONNECTED","features":[18]},{"name":"NET_IF_OPER_STATUS_LOWER_LAYER_DOWN","features":[18]},{"name":"NET_IF_OPER_STATUS_NOT_PRESENT","features":[18]},{"name":"NET_IF_OPER_STATUS_TESTING","features":[18]},{"name":"NET_IF_OPER_STATUS_UNKNOWN","features":[18]},{"name":"NET_IF_OPER_STATUS_UP","features":[18]},{"name":"NET_IF_RCV_ADDRESS_LH","features":[18]},{"name":"NET_IF_RCV_ADDRESS_TYPE","features":[18]},{"name":"NET_IF_RCV_ADDRESS_TYPE_NON_VOLATILE","features":[18]},{"name":"NET_IF_RCV_ADDRESS_TYPE_OTHER","features":[18]},{"name":"NET_IF_RCV_ADDRESS_TYPE_VOLATILE","features":[18]},{"name":"NET_LUID_LH","features":[18]},{"name":"NET_PHYSICAL_LOCATION_LH","features":[18]},{"name":"NET_SITEID_MAXSYSTEM","features":[18]},{"name":"NET_SITEID_MAXUSER","features":[18]},{"name":"NET_SITEID_UNSPECIFIED","features":[18]},{"name":"NIIF_FILTER_INTERFACE","features":[18]},{"name":"NIIF_HARDWARE_INTERFACE","features":[18]},{"name":"NIIF_NDIS_ENDPOINT_INTERFACE","features":[18]},{"name":"NIIF_NDIS_ISCSI_INTERFACE","features":[18]},{"name":"NIIF_NDIS_RESERVED1","features":[18]},{"name":"NIIF_NDIS_RESERVED2","features":[18]},{"name":"NIIF_NDIS_RESERVED3","features":[18]},{"name":"NIIF_NDIS_RESERVED4","features":[18]},{"name":"NIIF_NDIS_WDM_INTERFACE","features":[18]},{"name":"Ndis802_11AuthModeAutoSwitch","features":[18]},{"name":"Ndis802_11AuthModeMax","features":[18]},{"name":"Ndis802_11AuthModeOpen","features":[18]},{"name":"Ndis802_11AuthModeShared","features":[18]},{"name":"Ndis802_11AuthModeWPA","features":[18]},{"name":"Ndis802_11AuthModeWPA2","features":[18]},{"name":"Ndis802_11AuthModeWPA2PSK","features":[18]},{"name":"Ndis802_11AuthModeWPA3","features":[18]},{"name":"Ndis802_11AuthModeWPA3Ent","features":[18]},{"name":"Ndis802_11AuthModeWPA3Ent192","features":[18]},{"name":"Ndis802_11AuthModeWPA3SAE","features":[18]},{"name":"Ndis802_11AuthModeWPANone","features":[18]},{"name":"Ndis802_11AuthModeWPAPSK","features":[18]},{"name":"Ndis802_11AutoUnknown","features":[18]},{"name":"Ndis802_11Automode","features":[18]},{"name":"Ndis802_11DS","features":[18]},{"name":"Ndis802_11Encryption1Enabled","features":[18]},{"name":"Ndis802_11Encryption1KeyAbsent","features":[18]},{"name":"Ndis802_11Encryption2Enabled","features":[18]},{"name":"Ndis802_11Encryption2KeyAbsent","features":[18]},{"name":"Ndis802_11Encryption3Enabled","features":[18]},{"name":"Ndis802_11Encryption3KeyAbsent","features":[18]},{"name":"Ndis802_11EncryptionDisabled","features":[18]},{"name":"Ndis802_11EncryptionNotSupported","features":[18]},{"name":"Ndis802_11FH","features":[18]},{"name":"Ndis802_11IBSS","features":[18]},{"name":"Ndis802_11Infrastructure","features":[18]},{"name":"Ndis802_11InfrastructureMax","features":[18]},{"name":"Ndis802_11MediaStreamOff","features":[18]},{"name":"Ndis802_11MediaStreamOn","features":[18]},{"name":"Ndis802_11NetworkTypeMax","features":[18]},{"name":"Ndis802_11OFDM24","features":[18]},{"name":"Ndis802_11OFDM5","features":[18]},{"name":"Ndis802_11PowerModeCAM","features":[18]},{"name":"Ndis802_11PowerModeFast_PSP","features":[18]},{"name":"Ndis802_11PowerModeMAX_PSP","features":[18]},{"name":"Ndis802_11PowerModeMax","features":[18]},{"name":"Ndis802_11PrivFilter8021xWEP","features":[18]},{"name":"Ndis802_11PrivFilterAcceptAll","features":[18]},{"name":"Ndis802_11RadioStatusHardwareOff","features":[18]},{"name":"Ndis802_11RadioStatusHardwareSoftwareOff","features":[18]},{"name":"Ndis802_11RadioStatusMax","features":[18]},{"name":"Ndis802_11RadioStatusOn","features":[18]},{"name":"Ndis802_11RadioStatusSoftwareOff","features":[18]},{"name":"Ndis802_11ReloadWEPKeys","features":[18]},{"name":"Ndis802_11StatusTypeMax","features":[18]},{"name":"Ndis802_11StatusType_Authentication","features":[18]},{"name":"Ndis802_11StatusType_MediaStreamMode","features":[18]},{"name":"Ndis802_11StatusType_PMKID_CandidateList","features":[18]},{"name":"Ndis802_11WEPDisabled","features":[18]},{"name":"Ndis802_11WEPEnabled","features":[18]},{"name":"Ndis802_11WEPKeyAbsent","features":[18]},{"name":"Ndis802_11WEPNotSupported","features":[18]},{"name":"NdisDefinitelyNetworkChange","features":[18]},{"name":"NdisDeviceStateD0","features":[18]},{"name":"NdisDeviceStateD1","features":[18]},{"name":"NdisDeviceStateD2","features":[18]},{"name":"NdisDeviceStateD3","features":[18]},{"name":"NdisDeviceStateMaximum","features":[18]},{"name":"NdisDeviceStateUnspecified","features":[18]},{"name":"NdisFddiRingDetect","features":[18]},{"name":"NdisFddiRingDirected","features":[18]},{"name":"NdisFddiRingIsolated","features":[18]},{"name":"NdisFddiRingNonOperational","features":[18]},{"name":"NdisFddiRingNonOperationalDup","features":[18]},{"name":"NdisFddiRingOperational","features":[18]},{"name":"NdisFddiRingOperationalDup","features":[18]},{"name":"NdisFddiRingTrace","features":[18]},{"name":"NdisFddiStateActive","features":[18]},{"name":"NdisFddiStateBreak","features":[18]},{"name":"NdisFddiStateConnect","features":[18]},{"name":"NdisFddiStateJoin","features":[18]},{"name":"NdisFddiStateMaintenance","features":[18]},{"name":"NdisFddiStateNext","features":[18]},{"name":"NdisFddiStateOff","features":[18]},{"name":"NdisFddiStateSignal","features":[18]},{"name":"NdisFddiStateTrace","features":[18]},{"name":"NdisFddiStateVerify","features":[18]},{"name":"NdisFddiTypeCWrapA","features":[18]},{"name":"NdisFddiTypeCWrapB","features":[18]},{"name":"NdisFddiTypeCWrapS","features":[18]},{"name":"NdisFddiTypeIsolated","features":[18]},{"name":"NdisFddiTypeLocalA","features":[18]},{"name":"NdisFddiTypeLocalAB","features":[18]},{"name":"NdisFddiTypeLocalB","features":[18]},{"name":"NdisFddiTypeLocalS","features":[18]},{"name":"NdisFddiTypeThrough","features":[18]},{"name":"NdisFddiTypeWrapA","features":[18]},{"name":"NdisFddiTypeWrapAB","features":[18]},{"name":"NdisFddiTypeWrapB","features":[18]},{"name":"NdisFddiTypeWrapS","features":[18]},{"name":"NdisHardwareStatusClosing","features":[18]},{"name":"NdisHardwareStatusInitializing","features":[18]},{"name":"NdisHardwareStatusNotReady","features":[18]},{"name":"NdisHardwareStatusReady","features":[18]},{"name":"NdisHardwareStatusReset","features":[18]},{"name":"NdisHashFunctionReserved1","features":[18]},{"name":"NdisHashFunctionReserved2","features":[18]},{"name":"NdisHashFunctionReserved3","features":[18]},{"name":"NdisHashFunctionToeplitz","features":[18]},{"name":"NdisInterruptModerationDisabled","features":[18]},{"name":"NdisInterruptModerationEnabled","features":[18]},{"name":"NdisInterruptModerationNotSupported","features":[18]},{"name":"NdisInterruptModerationUnknown","features":[18]},{"name":"NdisMediaStateConnected","features":[18]},{"name":"NdisMediaStateDisconnected","features":[18]},{"name":"NdisMedium1394","features":[18]},{"name":"NdisMedium802_3","features":[18]},{"name":"NdisMedium802_5","features":[18]},{"name":"NdisMediumArcnet878_2","features":[18]},{"name":"NdisMediumArcnetRaw","features":[18]},{"name":"NdisMediumAtm","features":[18]},{"name":"NdisMediumBpc","features":[18]},{"name":"NdisMediumCoWan","features":[18]},{"name":"NdisMediumDix","features":[18]},{"name":"NdisMediumFddi","features":[18]},{"name":"NdisMediumIP","features":[18]},{"name":"NdisMediumInfiniBand","features":[18]},{"name":"NdisMediumIrda","features":[18]},{"name":"NdisMediumLocalTalk","features":[18]},{"name":"NdisMediumLoopback","features":[18]},{"name":"NdisMediumMax","features":[18]},{"name":"NdisMediumNative802_11","features":[18]},{"name":"NdisMediumTunnel","features":[18]},{"name":"NdisMediumWan","features":[18]},{"name":"NdisMediumWiMAX","features":[18]},{"name":"NdisMediumWirelessWan","features":[18]},{"name":"NdisNetworkChangeFromMediaConnect","features":[18]},{"name":"NdisNetworkChangeMax","features":[18]},{"name":"NdisPauseFunctionsReceiveOnly","features":[18]},{"name":"NdisPauseFunctionsSendAndReceive","features":[18]},{"name":"NdisPauseFunctionsSendOnly","features":[18]},{"name":"NdisPauseFunctionsUnknown","features":[18]},{"name":"NdisPauseFunctionsUnsupported","features":[18]},{"name":"NdisPhysicalMedium1394","features":[18]},{"name":"NdisPhysicalMedium802_3","features":[18]},{"name":"NdisPhysicalMedium802_5","features":[18]},{"name":"NdisPhysicalMediumBluetooth","features":[18]},{"name":"NdisPhysicalMediumCableModem","features":[18]},{"name":"NdisPhysicalMediumDSL","features":[18]},{"name":"NdisPhysicalMediumFibreChannel","features":[18]},{"name":"NdisPhysicalMediumInfiniband","features":[18]},{"name":"NdisPhysicalMediumIrda","features":[18]},{"name":"NdisPhysicalMediumMax","features":[18]},{"name":"NdisPhysicalMediumNative802_11","features":[18]},{"name":"NdisPhysicalMediumNative802_15_4","features":[18]},{"name":"NdisPhysicalMediumOther","features":[18]},{"name":"NdisPhysicalMediumPhoneLine","features":[18]},{"name":"NdisPhysicalMediumPowerLine","features":[18]},{"name":"NdisPhysicalMediumUWB","features":[18]},{"name":"NdisPhysicalMediumUnspecified","features":[18]},{"name":"NdisPhysicalMediumWiMax","features":[18]},{"name":"NdisPhysicalMediumWiredCoWan","features":[18]},{"name":"NdisPhysicalMediumWiredWAN","features":[18]},{"name":"NdisPhysicalMediumWirelessLan","features":[18]},{"name":"NdisPhysicalMediumWirelessWan","features":[18]},{"name":"NdisPortAuthorizationUnknown","features":[18]},{"name":"NdisPortAuthorized","features":[18]},{"name":"NdisPortControlStateControlled","features":[18]},{"name":"NdisPortControlStateUncontrolled","features":[18]},{"name":"NdisPortControlStateUnknown","features":[18]},{"name":"NdisPortReauthorizing","features":[18]},{"name":"NdisPortType8021xSupplicant","features":[18]},{"name":"NdisPortTypeBridge","features":[18]},{"name":"NdisPortTypeMax","features":[18]},{"name":"NdisPortTypeRasConnection","features":[18]},{"name":"NdisPortTypeUndefined","features":[18]},{"name":"NdisPortUnauthorized","features":[18]},{"name":"NdisPossibleNetworkChange","features":[18]},{"name":"NdisProcessorVendorAuthenticAMD","features":[18]},{"name":"NdisProcessorVendorGenuinIntel","features":[18]},{"name":"NdisProcessorVendorGenuineIntel","features":[18]},{"name":"NdisProcessorVendorUnknown","features":[18]},{"name":"NdisRequestClose","features":[18]},{"name":"NdisRequestGeneric1","features":[18]},{"name":"NdisRequestGeneric2","features":[18]},{"name":"NdisRequestGeneric3","features":[18]},{"name":"NdisRequestGeneric4","features":[18]},{"name":"NdisRequestOpen","features":[18]},{"name":"NdisRequestQueryInformation","features":[18]},{"name":"NdisRequestQueryStatistics","features":[18]},{"name":"NdisRequestReset","features":[18]},{"name":"NdisRequestSend","features":[18]},{"name":"NdisRequestSetInformation","features":[18]},{"name":"NdisRequestTransferData","features":[18]},{"name":"NdisRingStateClosed","features":[18]},{"name":"NdisRingStateClosing","features":[18]},{"name":"NdisRingStateOpenFailure","features":[18]},{"name":"NdisRingStateOpened","features":[18]},{"name":"NdisRingStateOpening","features":[18]},{"name":"NdisRingStateRingFailure","features":[18]},{"name":"NdisWanErrorControl","features":[18]},{"name":"NdisWanHeaderEthernet","features":[18]},{"name":"NdisWanHeaderNative","features":[18]},{"name":"NdisWanMediumAgileVPN","features":[18]},{"name":"NdisWanMediumAtm","features":[18]},{"name":"NdisWanMediumFrameRelay","features":[18]},{"name":"NdisWanMediumGre","features":[18]},{"name":"NdisWanMediumHub","features":[18]},{"name":"NdisWanMediumIrda","features":[18]},{"name":"NdisWanMediumIsdn","features":[18]},{"name":"NdisWanMediumL2TP","features":[18]},{"name":"NdisWanMediumPPTP","features":[18]},{"name":"NdisWanMediumParallel","features":[18]},{"name":"NdisWanMediumPppoe","features":[18]},{"name":"NdisWanMediumSSTP","features":[18]},{"name":"NdisWanMediumSW56K","features":[18]},{"name":"NdisWanMediumSerial","features":[18]},{"name":"NdisWanMediumSonet","features":[18]},{"name":"NdisWanMediumSubTypeMax","features":[18]},{"name":"NdisWanMediumX_25","features":[18]},{"name":"NdisWanRaw","features":[18]},{"name":"NdisWanReliable","features":[18]},{"name":"NdkInfiniBand","features":[18]},{"name":"NdkMaxTechnology","features":[18]},{"name":"NdkRoCE","features":[18]},{"name":"NdkRoCEv2","features":[18]},{"name":"NdkUndefined","features":[18]},{"name":"NdkiWarp","features":[18]},{"name":"OFFLOAD_ALGO_INFO","features":[18]},{"name":"OFFLOAD_CONF_ALGO","features":[18]},{"name":"OFFLOAD_INBOUND_SA","features":[18]},{"name":"OFFLOAD_INTEGRITY_ALGO","features":[18]},{"name":"OFFLOAD_IPSEC_ADD_SA","features":[3,18]},{"name":"OFFLOAD_IPSEC_ADD_UDPESP_SA","features":[3,18]},{"name":"OFFLOAD_IPSEC_CONF_3_DES","features":[18]},{"name":"OFFLOAD_IPSEC_CONF_DES","features":[18]},{"name":"OFFLOAD_IPSEC_CONF_MAX","features":[18]},{"name":"OFFLOAD_IPSEC_CONF_NONE","features":[18]},{"name":"OFFLOAD_IPSEC_CONF_RESERVED","features":[18]},{"name":"OFFLOAD_IPSEC_DELETE_SA","features":[3,18]},{"name":"OFFLOAD_IPSEC_DELETE_UDPESP_SA","features":[3,18]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MAX","features":[18]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MD5","features":[18]},{"name":"OFFLOAD_IPSEC_INTEGRITY_NONE","features":[18]},{"name":"OFFLOAD_IPSEC_INTEGRITY_SHA","features":[18]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_ENTRY","features":[18]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_IKE","features":[18]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_OTHER","features":[18]},{"name":"OFFLOAD_MAX_SAS","features":[18]},{"name":"OFFLOAD_OPERATION_E","features":[18]},{"name":"OFFLOAD_OUTBOUND_SA","features":[18]},{"name":"OFFLOAD_SECURITY_ASSOCIATION","features":[18]},{"name":"OID_1394_LOCAL_NODE_INFO","features":[18]},{"name":"OID_1394_VC_INFO","features":[18]},{"name":"OID_802_11_ADD_KEY","features":[18]},{"name":"OID_802_11_ADD_WEP","features":[18]},{"name":"OID_802_11_ASSOCIATION_INFORMATION","features":[18]},{"name":"OID_802_11_AUTHENTICATION_MODE","features":[18]},{"name":"OID_802_11_BSSID","features":[18]},{"name":"OID_802_11_BSSID_LIST","features":[18]},{"name":"OID_802_11_BSSID_LIST_SCAN","features":[18]},{"name":"OID_802_11_CAPABILITY","features":[18]},{"name":"OID_802_11_CONFIGURATION","features":[18]},{"name":"OID_802_11_DESIRED_RATES","features":[18]},{"name":"OID_802_11_DISASSOCIATE","features":[18]},{"name":"OID_802_11_ENCRYPTION_STATUS","features":[18]},{"name":"OID_802_11_FRAGMENTATION_THRESHOLD","features":[18]},{"name":"OID_802_11_INFRASTRUCTURE_MODE","features":[18]},{"name":"OID_802_11_MEDIA_STREAM_MODE","features":[18]},{"name":"OID_802_11_NETWORK_TYPES_SUPPORTED","features":[18]},{"name":"OID_802_11_NETWORK_TYPE_IN_USE","features":[18]},{"name":"OID_802_11_NON_BCAST_SSID_LIST","features":[18]},{"name":"OID_802_11_NUMBER_OF_ANTENNAS","features":[18]},{"name":"OID_802_11_PMKID","features":[18]},{"name":"OID_802_11_POWER_MODE","features":[18]},{"name":"OID_802_11_PRIVACY_FILTER","features":[18]},{"name":"OID_802_11_RADIO_STATUS","features":[18]},{"name":"OID_802_11_RELOAD_DEFAULTS","features":[18]},{"name":"OID_802_11_REMOVE_KEY","features":[18]},{"name":"OID_802_11_REMOVE_WEP","features":[18]},{"name":"OID_802_11_RSSI","features":[18]},{"name":"OID_802_11_RSSI_TRIGGER","features":[18]},{"name":"OID_802_11_RTS_THRESHOLD","features":[18]},{"name":"OID_802_11_RX_ANTENNA_SELECTED","features":[18]},{"name":"OID_802_11_SSID","features":[18]},{"name":"OID_802_11_STATISTICS","features":[18]},{"name":"OID_802_11_SUPPORTED_RATES","features":[18]},{"name":"OID_802_11_TEST","features":[18]},{"name":"OID_802_11_TX_ANTENNA_SELECTED","features":[18]},{"name":"OID_802_11_TX_POWER_LEVEL","features":[18]},{"name":"OID_802_11_WEP_STATUS","features":[18]},{"name":"OID_802_3_ADD_MULTICAST_ADDRESS","features":[18]},{"name":"OID_802_3_CURRENT_ADDRESS","features":[18]},{"name":"OID_802_3_DELETE_MULTICAST_ADDRESS","features":[18]},{"name":"OID_802_3_MAC_OPTIONS","features":[18]},{"name":"OID_802_3_MAXIMUM_LIST_SIZE","features":[18]},{"name":"OID_802_3_MULTICAST_LIST","features":[18]},{"name":"OID_802_3_PERMANENT_ADDRESS","features":[18]},{"name":"OID_802_3_RCV_ERROR_ALIGNMENT","features":[18]},{"name":"OID_802_3_RCV_OVERRUN","features":[18]},{"name":"OID_802_3_XMIT_DEFERRED","features":[18]},{"name":"OID_802_3_XMIT_HEARTBEAT_FAILURE","features":[18]},{"name":"OID_802_3_XMIT_LATE_COLLISIONS","features":[18]},{"name":"OID_802_3_XMIT_MAX_COLLISIONS","features":[18]},{"name":"OID_802_3_XMIT_MORE_COLLISIONS","features":[18]},{"name":"OID_802_3_XMIT_ONE_COLLISION","features":[18]},{"name":"OID_802_3_XMIT_TIMES_CRS_LOST","features":[18]},{"name":"OID_802_3_XMIT_UNDERRUN","features":[18]},{"name":"OID_802_5_ABORT_DELIMETERS","features":[18]},{"name":"OID_802_5_AC_ERRORS","features":[18]},{"name":"OID_802_5_BURST_ERRORS","features":[18]},{"name":"OID_802_5_CURRENT_ADDRESS","features":[18]},{"name":"OID_802_5_CURRENT_FUNCTIONAL","features":[18]},{"name":"OID_802_5_CURRENT_GROUP","features":[18]},{"name":"OID_802_5_CURRENT_RING_STATE","features":[18]},{"name":"OID_802_5_CURRENT_RING_STATUS","features":[18]},{"name":"OID_802_5_FRAME_COPIED_ERRORS","features":[18]},{"name":"OID_802_5_FREQUENCY_ERRORS","features":[18]},{"name":"OID_802_5_INTERNAL_ERRORS","features":[18]},{"name":"OID_802_5_LAST_OPEN_STATUS","features":[18]},{"name":"OID_802_5_LINE_ERRORS","features":[18]},{"name":"OID_802_5_LOST_FRAMES","features":[18]},{"name":"OID_802_5_PERMANENT_ADDRESS","features":[18]},{"name":"OID_802_5_TOKEN_ERRORS","features":[18]},{"name":"OID_ARCNET_CURRENT_ADDRESS","features":[18]},{"name":"OID_ARCNET_PERMANENT_ADDRESS","features":[18]},{"name":"OID_ARCNET_RECONFIGURATIONS","features":[18]},{"name":"OID_ATM_ACQUIRE_ACCESS_NET_RESOURCES","features":[18]},{"name":"OID_ATM_ALIGNMENT_REQUIRED","features":[18]},{"name":"OID_ATM_ASSIGNED_VPI","features":[18]},{"name":"OID_ATM_CALL_ALERTING","features":[18]},{"name":"OID_ATM_CALL_NOTIFY","features":[18]},{"name":"OID_ATM_CALL_PROCEEDING","features":[18]},{"name":"OID_ATM_CELLS_HEC_ERROR","features":[18]},{"name":"OID_ATM_DIGITAL_BROADCAST_VPIVCI","features":[18]},{"name":"OID_ATM_GET_NEAREST_FLOW","features":[18]},{"name":"OID_ATM_HW_CURRENT_ADDRESS","features":[18]},{"name":"OID_ATM_ILMI_VPIVCI","features":[18]},{"name":"OID_ATM_LECS_ADDRESS","features":[18]},{"name":"OID_ATM_MAX_AAL0_PACKET_SIZE","features":[18]},{"name":"OID_ATM_MAX_AAL1_PACKET_SIZE","features":[18]},{"name":"OID_ATM_MAX_AAL34_PACKET_SIZE","features":[18]},{"name":"OID_ATM_MAX_AAL5_PACKET_SIZE","features":[18]},{"name":"OID_ATM_MAX_ACTIVE_VCI_BITS","features":[18]},{"name":"OID_ATM_MAX_ACTIVE_VCS","features":[18]},{"name":"OID_ATM_MAX_ACTIVE_VPI_BITS","features":[18]},{"name":"OID_ATM_MY_IP_NM_ADDRESS","features":[18]},{"name":"OID_ATM_PARTY_ALERTING","features":[18]},{"name":"OID_ATM_RCV_CELLS_DROPPED","features":[18]},{"name":"OID_ATM_RCV_CELLS_OK","features":[18]},{"name":"OID_ATM_RCV_INVALID_VPI_VCI","features":[18]},{"name":"OID_ATM_RCV_REASSEMBLY_ERROR","features":[18]},{"name":"OID_ATM_RELEASE_ACCESS_NET_RESOURCES","features":[18]},{"name":"OID_ATM_SERVICE_ADDRESS","features":[18]},{"name":"OID_ATM_SIGNALING_VPIVCI","features":[18]},{"name":"OID_ATM_SUPPORTED_AAL_TYPES","features":[18]},{"name":"OID_ATM_SUPPORTED_SERVICE_CATEGORY","features":[18]},{"name":"OID_ATM_SUPPORTED_VC_RATES","features":[18]},{"name":"OID_ATM_XMIT_CELLS_OK","features":[18]},{"name":"OID_CO_ADDRESS_CHANGE","features":[18]},{"name":"OID_CO_ADD_ADDRESS","features":[18]},{"name":"OID_CO_ADD_PVC","features":[18]},{"name":"OID_CO_AF_CLOSE","features":[18]},{"name":"OID_CO_DELETE_ADDRESS","features":[18]},{"name":"OID_CO_DELETE_PVC","features":[18]},{"name":"OID_CO_GET_ADDRESSES","features":[18]},{"name":"OID_CO_GET_CALL_INFORMATION","features":[18]},{"name":"OID_CO_SIGNALING_DISABLED","features":[18]},{"name":"OID_CO_SIGNALING_ENABLED","features":[18]},{"name":"OID_CO_TAPI_ADDRESS_CAPS","features":[18]},{"name":"OID_CO_TAPI_CM_CAPS","features":[18]},{"name":"OID_CO_TAPI_DONT_REPORT_DIGITS","features":[18]},{"name":"OID_CO_TAPI_GET_CALL_DIAGNOSTICS","features":[18]},{"name":"OID_CO_TAPI_LINE_CAPS","features":[18]},{"name":"OID_CO_TAPI_REPORT_DIGITS","features":[18]},{"name":"OID_CO_TAPI_TRANSLATE_NDIS_CALLPARAMS","features":[18]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_CALLPARAMS","features":[18]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_SAP","features":[18]},{"name":"OID_FDDI_ATTACHMENT_TYPE","features":[18]},{"name":"OID_FDDI_DOWNSTREAM_NODE_LONG","features":[18]},{"name":"OID_FDDI_FRAMES_LOST","features":[18]},{"name":"OID_FDDI_FRAME_ERRORS","features":[18]},{"name":"OID_FDDI_IF_ADMIN_STATUS","features":[18]},{"name":"OID_FDDI_IF_DESCR","features":[18]},{"name":"OID_FDDI_IF_IN_DISCARDS","features":[18]},{"name":"OID_FDDI_IF_IN_ERRORS","features":[18]},{"name":"OID_FDDI_IF_IN_NUCAST_PKTS","features":[18]},{"name":"OID_FDDI_IF_IN_OCTETS","features":[18]},{"name":"OID_FDDI_IF_IN_UCAST_PKTS","features":[18]},{"name":"OID_FDDI_IF_IN_UNKNOWN_PROTOS","features":[18]},{"name":"OID_FDDI_IF_LAST_CHANGE","features":[18]},{"name":"OID_FDDI_IF_MTU","features":[18]},{"name":"OID_FDDI_IF_OPER_STATUS","features":[18]},{"name":"OID_FDDI_IF_OUT_DISCARDS","features":[18]},{"name":"OID_FDDI_IF_OUT_ERRORS","features":[18]},{"name":"OID_FDDI_IF_OUT_NUCAST_PKTS","features":[18]},{"name":"OID_FDDI_IF_OUT_OCTETS","features":[18]},{"name":"OID_FDDI_IF_OUT_QLEN","features":[18]},{"name":"OID_FDDI_IF_OUT_UCAST_PKTS","features":[18]},{"name":"OID_FDDI_IF_PHYS_ADDRESS","features":[18]},{"name":"OID_FDDI_IF_SPECIFIC","features":[18]},{"name":"OID_FDDI_IF_SPEED","features":[18]},{"name":"OID_FDDI_IF_TYPE","features":[18]},{"name":"OID_FDDI_LCONNECTION_STATE","features":[18]},{"name":"OID_FDDI_LCT_FAILURES","features":[18]},{"name":"OID_FDDI_LEM_REJECTS","features":[18]},{"name":"OID_FDDI_LONG_CURRENT_ADDR","features":[18]},{"name":"OID_FDDI_LONG_MAX_LIST_SIZE","features":[18]},{"name":"OID_FDDI_LONG_MULTICAST_LIST","features":[18]},{"name":"OID_FDDI_LONG_PERMANENT_ADDR","features":[18]},{"name":"OID_FDDI_MAC_AVAILABLE_PATHS","features":[18]},{"name":"OID_FDDI_MAC_BRIDGE_FUNCTIONS","features":[18]},{"name":"OID_FDDI_MAC_COPIED_CT","features":[18]},{"name":"OID_FDDI_MAC_CURRENT_PATH","features":[18]},{"name":"OID_FDDI_MAC_DA_FLAG","features":[18]},{"name":"OID_FDDI_MAC_DOWNSTREAM_NBR","features":[18]},{"name":"OID_FDDI_MAC_DOWNSTREAM_PORT_TYPE","features":[18]},{"name":"OID_FDDI_MAC_DUP_ADDRESS_TEST","features":[18]},{"name":"OID_FDDI_MAC_ERROR_CT","features":[18]},{"name":"OID_FDDI_MAC_FRAME_CT","features":[18]},{"name":"OID_FDDI_MAC_FRAME_ERROR_FLAG","features":[18]},{"name":"OID_FDDI_MAC_FRAME_ERROR_RATIO","features":[18]},{"name":"OID_FDDI_MAC_FRAME_ERROR_THRESHOLD","features":[18]},{"name":"OID_FDDI_MAC_FRAME_STATUS_FUNCTIONS","features":[18]},{"name":"OID_FDDI_MAC_HARDWARE_PRESENT","features":[18]},{"name":"OID_FDDI_MAC_INDEX","features":[18]},{"name":"OID_FDDI_MAC_LATE_CT","features":[18]},{"name":"OID_FDDI_MAC_LONG_GRP_ADDRESS","features":[18]},{"name":"OID_FDDI_MAC_LOST_CT","features":[18]},{"name":"OID_FDDI_MAC_MA_UNITDATA_AVAILABLE","features":[18]},{"name":"OID_FDDI_MAC_MA_UNITDATA_ENABLE","features":[18]},{"name":"OID_FDDI_MAC_NOT_COPIED_CT","features":[18]},{"name":"OID_FDDI_MAC_NOT_COPIED_FLAG","features":[18]},{"name":"OID_FDDI_MAC_NOT_COPIED_RATIO","features":[18]},{"name":"OID_FDDI_MAC_NOT_COPIED_THRESHOLD","features":[18]},{"name":"OID_FDDI_MAC_OLD_DOWNSTREAM_NBR","features":[18]},{"name":"OID_FDDI_MAC_OLD_UPSTREAM_NBR","features":[18]},{"name":"OID_FDDI_MAC_REQUESTED_PATHS","features":[18]},{"name":"OID_FDDI_MAC_RING_OP_CT","features":[18]},{"name":"OID_FDDI_MAC_RMT_STATE","features":[18]},{"name":"OID_FDDI_MAC_SHORT_GRP_ADDRESS","features":[18]},{"name":"OID_FDDI_MAC_SMT_ADDRESS","features":[18]},{"name":"OID_FDDI_MAC_TOKEN_CT","features":[18]},{"name":"OID_FDDI_MAC_TRANSMIT_CT","features":[18]},{"name":"OID_FDDI_MAC_TVX_CAPABILITY","features":[18]},{"name":"OID_FDDI_MAC_TVX_EXPIRED_CT","features":[18]},{"name":"OID_FDDI_MAC_TVX_VALUE","features":[18]},{"name":"OID_FDDI_MAC_T_MAX","features":[18]},{"name":"OID_FDDI_MAC_T_MAX_CAPABILITY","features":[18]},{"name":"OID_FDDI_MAC_T_NEG","features":[18]},{"name":"OID_FDDI_MAC_T_PRI0","features":[18]},{"name":"OID_FDDI_MAC_T_PRI1","features":[18]},{"name":"OID_FDDI_MAC_T_PRI2","features":[18]},{"name":"OID_FDDI_MAC_T_PRI3","features":[18]},{"name":"OID_FDDI_MAC_T_PRI4","features":[18]},{"name":"OID_FDDI_MAC_T_PRI5","features":[18]},{"name":"OID_FDDI_MAC_T_PRI6","features":[18]},{"name":"OID_FDDI_MAC_T_REQ","features":[18]},{"name":"OID_FDDI_MAC_UNDA_FLAG","features":[18]},{"name":"OID_FDDI_MAC_UPSTREAM_NBR","features":[18]},{"name":"OID_FDDI_PATH_CONFIGURATION","features":[18]},{"name":"OID_FDDI_PATH_INDEX","features":[18]},{"name":"OID_FDDI_PATH_MAX_T_REQ","features":[18]},{"name":"OID_FDDI_PATH_RING_LATENCY","features":[18]},{"name":"OID_FDDI_PATH_SBA_AVAILABLE","features":[18]},{"name":"OID_FDDI_PATH_SBA_OVERHEAD","features":[18]},{"name":"OID_FDDI_PATH_SBA_PAYLOAD","features":[18]},{"name":"OID_FDDI_PATH_TRACE_STATUS","features":[18]},{"name":"OID_FDDI_PATH_TVX_LOWER_BOUND","features":[18]},{"name":"OID_FDDI_PATH_T_MAX_LOWER_BOUND","features":[18]},{"name":"OID_FDDI_PATH_T_R_MODE","features":[18]},{"name":"OID_FDDI_PORT_ACTION","features":[18]},{"name":"OID_FDDI_PORT_AVAILABLE_PATHS","features":[18]},{"name":"OID_FDDI_PORT_BS_FLAG","features":[18]},{"name":"OID_FDDI_PORT_CONNECTION_CAPABILITIES","features":[18]},{"name":"OID_FDDI_PORT_CONNECTION_POLICIES","features":[18]},{"name":"OID_FDDI_PORT_CONNNECT_STATE","features":[18]},{"name":"OID_FDDI_PORT_CURRENT_PATH","features":[18]},{"name":"OID_FDDI_PORT_EB_ERROR_CT","features":[18]},{"name":"OID_FDDI_PORT_HARDWARE_PRESENT","features":[18]},{"name":"OID_FDDI_PORT_INDEX","features":[18]},{"name":"OID_FDDI_PORT_LCT_FAIL_CT","features":[18]},{"name":"OID_FDDI_PORT_LEM_CT","features":[18]},{"name":"OID_FDDI_PORT_LEM_REJECT_CT","features":[18]},{"name":"OID_FDDI_PORT_LER_ALARM","features":[18]},{"name":"OID_FDDI_PORT_LER_CUTOFF","features":[18]},{"name":"OID_FDDI_PORT_LER_ESTIMATE","features":[18]},{"name":"OID_FDDI_PORT_LER_FLAG","features":[18]},{"name":"OID_FDDI_PORT_MAC_INDICATED","features":[18]},{"name":"OID_FDDI_PORT_MAC_LOOP_TIME","features":[18]},{"name":"OID_FDDI_PORT_MAC_PLACEMENT","features":[18]},{"name":"OID_FDDI_PORT_MAINT_LS","features":[18]},{"name":"OID_FDDI_PORT_MY_TYPE","features":[18]},{"name":"OID_FDDI_PORT_NEIGHBOR_TYPE","features":[18]},{"name":"OID_FDDI_PORT_PCM_STATE","features":[18]},{"name":"OID_FDDI_PORT_PC_LS","features":[18]},{"name":"OID_FDDI_PORT_PC_WITHHOLD","features":[18]},{"name":"OID_FDDI_PORT_PMD_CLASS","features":[18]},{"name":"OID_FDDI_PORT_REQUESTED_PATHS","features":[18]},{"name":"OID_FDDI_RING_MGT_STATE","features":[18]},{"name":"OID_FDDI_SHORT_CURRENT_ADDR","features":[18]},{"name":"OID_FDDI_SHORT_MAX_LIST_SIZE","features":[18]},{"name":"OID_FDDI_SHORT_MULTICAST_LIST","features":[18]},{"name":"OID_FDDI_SHORT_PERMANENT_ADDR","features":[18]},{"name":"OID_FDDI_SMT_AVAILABLE_PATHS","features":[18]},{"name":"OID_FDDI_SMT_BYPASS_PRESENT","features":[18]},{"name":"OID_FDDI_SMT_CF_STATE","features":[18]},{"name":"OID_FDDI_SMT_CONFIG_CAPABILITIES","features":[18]},{"name":"OID_FDDI_SMT_CONFIG_POLICY","features":[18]},{"name":"OID_FDDI_SMT_CONNECTION_POLICY","features":[18]},{"name":"OID_FDDI_SMT_ECM_STATE","features":[18]},{"name":"OID_FDDI_SMT_HI_VERSION_ID","features":[18]},{"name":"OID_FDDI_SMT_HOLD_STATE","features":[18]},{"name":"OID_FDDI_SMT_LAST_SET_STATION_ID","features":[18]},{"name":"OID_FDDI_SMT_LO_VERSION_ID","features":[18]},{"name":"OID_FDDI_SMT_MAC_CT","features":[18]},{"name":"OID_FDDI_SMT_MAC_INDEXES","features":[18]},{"name":"OID_FDDI_SMT_MANUFACTURER_DATA","features":[18]},{"name":"OID_FDDI_SMT_MASTER_CT","features":[18]},{"name":"OID_FDDI_SMT_MIB_VERSION_ID","features":[18]},{"name":"OID_FDDI_SMT_MSG_TIME_STAMP","features":[18]},{"name":"OID_FDDI_SMT_NON_MASTER_CT","features":[18]},{"name":"OID_FDDI_SMT_OP_VERSION_ID","features":[18]},{"name":"OID_FDDI_SMT_PEER_WRAP_FLAG","features":[18]},{"name":"OID_FDDI_SMT_PORT_INDEXES","features":[18]},{"name":"OID_FDDI_SMT_REMOTE_DISCONNECT_FLAG","features":[18]},{"name":"OID_FDDI_SMT_SET_COUNT","features":[18]},{"name":"OID_FDDI_SMT_STATION_ACTION","features":[18]},{"name":"OID_FDDI_SMT_STATION_ID","features":[18]},{"name":"OID_FDDI_SMT_STATION_STATUS","features":[18]},{"name":"OID_FDDI_SMT_STAT_RPT_POLICY","features":[18]},{"name":"OID_FDDI_SMT_TRACE_MAX_EXPIRATION","features":[18]},{"name":"OID_FDDI_SMT_TRANSITION_TIME_STAMP","features":[18]},{"name":"OID_FDDI_SMT_T_NOTIFY","features":[18]},{"name":"OID_FDDI_SMT_USER_DATA","features":[18]},{"name":"OID_FDDI_UPSTREAM_NODE_LONG","features":[18]},{"name":"OID_FFP_ADAPTER_STATS","features":[18]},{"name":"OID_FFP_CONTROL","features":[18]},{"name":"OID_FFP_DATA","features":[18]},{"name":"OID_FFP_DRIVER_STATS","features":[18]},{"name":"OID_FFP_FLUSH","features":[18]},{"name":"OID_FFP_PARAMS","features":[18]},{"name":"OID_FFP_SUPPORT","features":[18]},{"name":"OID_GEN_ADMIN_STATUS","features":[18]},{"name":"OID_GEN_ALIAS","features":[18]},{"name":"OID_GEN_BROADCAST_BYTES_RCV","features":[18]},{"name":"OID_GEN_BROADCAST_BYTES_XMIT","features":[18]},{"name":"OID_GEN_BROADCAST_FRAMES_RCV","features":[18]},{"name":"OID_GEN_BROADCAST_FRAMES_XMIT","features":[18]},{"name":"OID_GEN_BYTES_RCV","features":[18]},{"name":"OID_GEN_BYTES_XMIT","features":[18]},{"name":"OID_GEN_CO_BYTES_RCV","features":[18]},{"name":"OID_GEN_CO_BYTES_XMIT","features":[18]},{"name":"OID_GEN_CO_BYTES_XMIT_OUTSTANDING","features":[18]},{"name":"OID_GEN_CO_DEVICE_PROFILE","features":[18]},{"name":"OID_GEN_CO_DRIVER_VERSION","features":[18]},{"name":"OID_GEN_CO_GET_NETCARD_TIME","features":[18]},{"name":"OID_GEN_CO_GET_TIME_CAPS","features":[18]},{"name":"OID_GEN_CO_HARDWARE_STATUS","features":[18]},{"name":"OID_GEN_CO_LINK_SPEED","features":[18]},{"name":"OID_GEN_CO_MAC_OPTIONS","features":[18]},{"name":"OID_GEN_CO_MEDIA_CONNECT_STATUS","features":[18]},{"name":"OID_GEN_CO_MEDIA_IN_USE","features":[18]},{"name":"OID_GEN_CO_MEDIA_SUPPORTED","features":[18]},{"name":"OID_GEN_CO_MINIMUM_LINK_SPEED","features":[18]},{"name":"OID_GEN_CO_NETCARD_LOAD","features":[18]},{"name":"OID_GEN_CO_PROTOCOL_OPTIONS","features":[18]},{"name":"OID_GEN_CO_RCV_CRC_ERROR","features":[18]},{"name":"OID_GEN_CO_RCV_PDUS_ERROR","features":[18]},{"name":"OID_GEN_CO_RCV_PDUS_NO_BUFFER","features":[18]},{"name":"OID_GEN_CO_RCV_PDUS_OK","features":[18]},{"name":"OID_GEN_CO_SUPPORTED_GUIDS","features":[18]},{"name":"OID_GEN_CO_SUPPORTED_LIST","features":[18]},{"name":"OID_GEN_CO_TRANSMIT_QUEUE_LENGTH","features":[18]},{"name":"OID_GEN_CO_VENDOR_DESCRIPTION","features":[18]},{"name":"OID_GEN_CO_VENDOR_DRIVER_VERSION","features":[18]},{"name":"OID_GEN_CO_VENDOR_ID","features":[18]},{"name":"OID_GEN_CO_XMIT_PDUS_ERROR","features":[18]},{"name":"OID_GEN_CO_XMIT_PDUS_OK","features":[18]},{"name":"OID_GEN_CURRENT_LOOKAHEAD","features":[18]},{"name":"OID_GEN_CURRENT_PACKET_FILTER","features":[18]},{"name":"OID_GEN_DEVICE_PROFILE","features":[18]},{"name":"OID_GEN_DIRECTED_BYTES_RCV","features":[18]},{"name":"OID_GEN_DIRECTED_BYTES_XMIT","features":[18]},{"name":"OID_GEN_DIRECTED_FRAMES_RCV","features":[18]},{"name":"OID_GEN_DIRECTED_FRAMES_XMIT","features":[18]},{"name":"OID_GEN_DISCONTINUITY_TIME","features":[18]},{"name":"OID_GEN_DRIVER_VERSION","features":[18]},{"name":"OID_GEN_ENUMERATE_PORTS","features":[18]},{"name":"OID_GEN_FRIENDLY_NAME","features":[18]},{"name":"OID_GEN_GET_NETCARD_TIME","features":[18]},{"name":"OID_GEN_GET_TIME_CAPS","features":[18]},{"name":"OID_GEN_HARDWARE_STATUS","features":[18]},{"name":"OID_GEN_HD_SPLIT_CURRENT_CONFIG","features":[18]},{"name":"OID_GEN_HD_SPLIT_PARAMETERS","features":[18]},{"name":"OID_GEN_INIT_TIME_MS","features":[18]},{"name":"OID_GEN_INTERFACE_INFO","features":[18]},{"name":"OID_GEN_INTERRUPT_MODERATION","features":[18]},{"name":"OID_GEN_IP_OPER_STATUS","features":[18]},{"name":"OID_GEN_ISOLATION_PARAMETERS","features":[18]},{"name":"OID_GEN_LAST_CHANGE","features":[18]},{"name":"OID_GEN_LINK_PARAMETERS","features":[18]},{"name":"OID_GEN_LINK_SPEED","features":[18]},{"name":"OID_GEN_LINK_SPEED_EX","features":[18]},{"name":"OID_GEN_LINK_STATE","features":[18]},{"name":"OID_GEN_MACHINE_NAME","features":[18]},{"name":"OID_GEN_MAC_ADDRESS","features":[18]},{"name":"OID_GEN_MAC_OPTIONS","features":[18]},{"name":"OID_GEN_MAXIMUM_FRAME_SIZE","features":[18]},{"name":"OID_GEN_MAXIMUM_LOOKAHEAD","features":[18]},{"name":"OID_GEN_MAXIMUM_SEND_PACKETS","features":[18]},{"name":"OID_GEN_MAXIMUM_TOTAL_SIZE","features":[18]},{"name":"OID_GEN_MAX_LINK_SPEED","features":[18]},{"name":"OID_GEN_MEDIA_CAPABILITIES","features":[18]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS","features":[18]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS_EX","features":[18]},{"name":"OID_GEN_MEDIA_DUPLEX_STATE","features":[18]},{"name":"OID_GEN_MEDIA_IN_USE","features":[18]},{"name":"OID_GEN_MEDIA_SENSE_COUNTS","features":[18]},{"name":"OID_GEN_MEDIA_SUPPORTED","features":[18]},{"name":"OID_GEN_MINIPORT_RESTART_ATTRIBUTES","features":[18]},{"name":"OID_GEN_MULTICAST_BYTES_RCV","features":[18]},{"name":"OID_GEN_MULTICAST_BYTES_XMIT","features":[18]},{"name":"OID_GEN_MULTICAST_FRAMES_RCV","features":[18]},{"name":"OID_GEN_MULTICAST_FRAMES_XMIT","features":[18]},{"name":"OID_GEN_NDIS_RESERVED_1","features":[18]},{"name":"OID_GEN_NDIS_RESERVED_2","features":[18]},{"name":"OID_GEN_NDIS_RESERVED_3","features":[18]},{"name":"OID_GEN_NDIS_RESERVED_4","features":[18]},{"name":"OID_GEN_NDIS_RESERVED_5","features":[18]},{"name":"OID_GEN_NDIS_RESERVED_6","features":[18]},{"name":"OID_GEN_NDIS_RESERVED_7","features":[18]},{"name":"OID_GEN_NETCARD_LOAD","features":[18]},{"name":"OID_GEN_NETWORK_LAYER_ADDRESSES","features":[18]},{"name":"OID_GEN_OPERATIONAL_STATUS","features":[18]},{"name":"OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[18]},{"name":"OID_GEN_PHYSICAL_MEDIUM","features":[18]},{"name":"OID_GEN_PHYSICAL_MEDIUM_EX","features":[18]},{"name":"OID_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[18]},{"name":"OID_GEN_PORT_STATE","features":[18]},{"name":"OID_GEN_PROMISCUOUS_MODE","features":[18]},{"name":"OID_GEN_PROTOCOL_OPTIONS","features":[18]},{"name":"OID_GEN_RCV_CRC_ERROR","features":[18]},{"name":"OID_GEN_RCV_DISCARDS","features":[18]},{"name":"OID_GEN_RCV_ERROR","features":[18]},{"name":"OID_GEN_RCV_LINK_SPEED","features":[18]},{"name":"OID_GEN_RCV_NO_BUFFER","features":[18]},{"name":"OID_GEN_RCV_OK","features":[18]},{"name":"OID_GEN_RECEIVE_BLOCK_SIZE","features":[18]},{"name":"OID_GEN_RECEIVE_BUFFER_SPACE","features":[18]},{"name":"OID_GEN_RECEIVE_HASH","features":[18]},{"name":"OID_GEN_RECEIVE_SCALE_CAPABILITIES","features":[18]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS","features":[18]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS_V2","features":[18]},{"name":"OID_GEN_RESET_COUNTS","features":[18]},{"name":"OID_GEN_RNDIS_CONFIG_PARAMETER","features":[18]},{"name":"OID_GEN_RSS_SET_INDIRECTION_TABLE_ENTRIES","features":[18]},{"name":"OID_GEN_STATISTICS","features":[18]},{"name":"OID_GEN_SUPPORTED_GUIDS","features":[18]},{"name":"OID_GEN_SUPPORTED_LIST","features":[18]},{"name":"OID_GEN_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[18]},{"name":"OID_GEN_TRANSMIT_BLOCK_SIZE","features":[18]},{"name":"OID_GEN_TRANSMIT_BUFFER_SPACE","features":[18]},{"name":"OID_GEN_TRANSMIT_QUEUE_LENGTH","features":[18]},{"name":"OID_GEN_TRANSPORT_HEADER_OFFSET","features":[18]},{"name":"OID_GEN_UNKNOWN_PROTOS","features":[18]},{"name":"OID_GEN_VENDOR_DESCRIPTION","features":[18]},{"name":"OID_GEN_VENDOR_DRIVER_VERSION","features":[18]},{"name":"OID_GEN_VENDOR_ID","features":[18]},{"name":"OID_GEN_VLAN_ID","features":[18]},{"name":"OID_GEN_XMIT_DISCARDS","features":[18]},{"name":"OID_GEN_XMIT_ERROR","features":[18]},{"name":"OID_GEN_XMIT_LINK_SPEED","features":[18]},{"name":"OID_GEN_XMIT_OK","features":[18]},{"name":"OID_GFT_ACTIVATE_FLOW_ENTRIES","features":[18]},{"name":"OID_GFT_ADD_FLOW_ENTRIES","features":[18]},{"name":"OID_GFT_ALLOCATE_COUNTERS","features":[18]},{"name":"OID_GFT_COUNTER_VALUES","features":[18]},{"name":"OID_GFT_CREATE_LOGICAL_VPORT","features":[18]},{"name":"OID_GFT_CREATE_TABLE","features":[18]},{"name":"OID_GFT_CURRENT_CAPABILITIES","features":[18]},{"name":"OID_GFT_DEACTIVATE_FLOW_ENTRIES","features":[18]},{"name":"OID_GFT_DELETE_FLOW_ENTRIES","features":[18]},{"name":"OID_GFT_DELETE_LOGICAL_VPORT","features":[18]},{"name":"OID_GFT_DELETE_PROFILE","features":[18]},{"name":"OID_GFT_DELETE_TABLE","features":[18]},{"name":"OID_GFT_ENUM_COUNTERS","features":[18]},{"name":"OID_GFT_ENUM_FLOW_ENTRIES","features":[18]},{"name":"OID_GFT_ENUM_LOGICAL_VPORTS","features":[18]},{"name":"OID_GFT_ENUM_PROFILES","features":[18]},{"name":"OID_GFT_ENUM_TABLES","features":[18]},{"name":"OID_GFT_EXACT_MATCH_PROFILE","features":[18]},{"name":"OID_GFT_FLOW_ENTRY_PARAMETERS","features":[18]},{"name":"OID_GFT_FREE_COUNTERS","features":[18]},{"name":"OID_GFT_GLOBAL_PARAMETERS","features":[18]},{"name":"OID_GFT_HARDWARE_CAPABILITIES","features":[18]},{"name":"OID_GFT_HEADER_TRANSPOSITION_PROFILE","features":[18]},{"name":"OID_GFT_STATISTICS","features":[18]},{"name":"OID_GFT_VPORT_PARAMETERS","features":[18]},{"name":"OID_GFT_WILDCARD_MATCH_PROFILE","features":[18]},{"name":"OID_IP4_OFFLOAD_STATS","features":[18]},{"name":"OID_IP6_OFFLOAD_STATS","features":[18]},{"name":"OID_IRDA_EXTRA_RCV_BOFS","features":[18]},{"name":"OID_IRDA_LINK_SPEED","features":[18]},{"name":"OID_IRDA_MAX_RECEIVE_WINDOW_SIZE","features":[18]},{"name":"OID_IRDA_MAX_SEND_WINDOW_SIZE","features":[18]},{"name":"OID_IRDA_MAX_UNICAST_LIST_SIZE","features":[18]},{"name":"OID_IRDA_MEDIA_BUSY","features":[18]},{"name":"OID_IRDA_RATE_SNIFF","features":[18]},{"name":"OID_IRDA_RECEIVING","features":[18]},{"name":"OID_IRDA_RESERVED1","features":[18]},{"name":"OID_IRDA_RESERVED2","features":[18]},{"name":"OID_IRDA_SUPPORTED_SPEEDS","features":[18]},{"name":"OID_IRDA_TURNAROUND_TIME","features":[18]},{"name":"OID_IRDA_UNICAST_LIST","features":[18]},{"name":"OID_KDNET_ADD_PF","features":[18]},{"name":"OID_KDNET_ENUMERATE_PFS","features":[18]},{"name":"OID_KDNET_QUERY_PF_INFORMATION","features":[18]},{"name":"OID_KDNET_REMOVE_PF","features":[18]},{"name":"OID_LTALK_COLLISIONS","features":[18]},{"name":"OID_LTALK_CURRENT_NODE_ID","features":[18]},{"name":"OID_LTALK_DEFERS","features":[18]},{"name":"OID_LTALK_FCS_ERRORS","features":[18]},{"name":"OID_LTALK_IN_BROADCASTS","features":[18]},{"name":"OID_LTALK_IN_LENGTH_ERRORS","features":[18]},{"name":"OID_LTALK_NO_DATA_ERRORS","features":[18]},{"name":"OID_LTALK_OUT_NO_HANDLERS","features":[18]},{"name":"OID_LTALK_RANDOM_CTS_ERRORS","features":[18]},{"name":"OID_NDK_CONNECTIONS","features":[18]},{"name":"OID_NDK_LOCAL_ENDPOINTS","features":[18]},{"name":"OID_NDK_SET_STATE","features":[18]},{"name":"OID_NDK_STATISTICS","features":[18]},{"name":"OID_NIC_SWITCH_ALLOCATE_VF","features":[18]},{"name":"OID_NIC_SWITCH_CREATE_SWITCH","features":[18]},{"name":"OID_NIC_SWITCH_CREATE_VPORT","features":[18]},{"name":"OID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[18]},{"name":"OID_NIC_SWITCH_DELETE_SWITCH","features":[18]},{"name":"OID_NIC_SWITCH_DELETE_VPORT","features":[18]},{"name":"OID_NIC_SWITCH_ENUM_SWITCHES","features":[18]},{"name":"OID_NIC_SWITCH_ENUM_VFS","features":[18]},{"name":"OID_NIC_SWITCH_ENUM_VPORTS","features":[18]},{"name":"OID_NIC_SWITCH_FREE_VF","features":[18]},{"name":"OID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[18]},{"name":"OID_NIC_SWITCH_PARAMETERS","features":[18]},{"name":"OID_NIC_SWITCH_VF_PARAMETERS","features":[18]},{"name":"OID_NIC_SWITCH_VPORT_PARAMETERS","features":[18]},{"name":"OID_OFFLOAD_ENCAPSULATION","features":[18]},{"name":"OID_PACKET_COALESCING_FILTER_MATCH_COUNT","features":[18]},{"name":"OID_PD_CLOSE_PROVIDER","features":[18]},{"name":"OID_PD_OPEN_PROVIDER","features":[18]},{"name":"OID_PD_QUERY_CURRENT_CONFIG","features":[18]},{"name":"OID_PM_ADD_PROTOCOL_OFFLOAD","features":[18]},{"name":"OID_PM_ADD_WOL_PATTERN","features":[18]},{"name":"OID_PM_CURRENT_CAPABILITIES","features":[18]},{"name":"OID_PM_GET_PROTOCOL_OFFLOAD","features":[18]},{"name":"OID_PM_HARDWARE_CAPABILITIES","features":[18]},{"name":"OID_PM_PARAMETERS","features":[18]},{"name":"OID_PM_PROTOCOL_OFFLOAD_LIST","features":[18]},{"name":"OID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[18]},{"name":"OID_PM_REMOVE_WOL_PATTERN","features":[18]},{"name":"OID_PM_RESERVED_1","features":[18]},{"name":"OID_PM_WOL_PATTERN_LIST","features":[18]},{"name":"OID_PNP_ADD_WAKE_UP_PATTERN","features":[18]},{"name":"OID_PNP_CAPABILITIES","features":[18]},{"name":"OID_PNP_ENABLE_WAKE_UP","features":[18]},{"name":"OID_PNP_QUERY_POWER","features":[18]},{"name":"OID_PNP_REMOVE_WAKE_UP_PATTERN","features":[18]},{"name":"OID_PNP_SET_POWER","features":[18]},{"name":"OID_PNP_WAKE_UP_ERROR","features":[18]},{"name":"OID_PNP_WAKE_UP_OK","features":[18]},{"name":"OID_PNP_WAKE_UP_PATTERN_LIST","features":[18]},{"name":"OID_QOS_CURRENT_CAPABILITIES","features":[18]},{"name":"OID_QOS_HARDWARE_CAPABILITIES","features":[18]},{"name":"OID_QOS_OFFLOAD_CREATE_SQ","features":[18]},{"name":"OID_QOS_OFFLOAD_CURRENT_CAPABILITIES","features":[18]},{"name":"OID_QOS_OFFLOAD_DELETE_SQ","features":[18]},{"name":"OID_QOS_OFFLOAD_ENUM_SQS","features":[18]},{"name":"OID_QOS_OFFLOAD_HARDWARE_CAPABILITIES","features":[18]},{"name":"OID_QOS_OFFLOAD_SQ_STATS","features":[18]},{"name":"OID_QOS_OFFLOAD_UPDATE_SQ","features":[18]},{"name":"OID_QOS_OPERATIONAL_PARAMETERS","features":[18]},{"name":"OID_QOS_PARAMETERS","features":[18]},{"name":"OID_QOS_REMOTE_PARAMETERS","features":[18]},{"name":"OID_QOS_RESERVED1","features":[18]},{"name":"OID_QOS_RESERVED10","features":[18]},{"name":"OID_QOS_RESERVED11","features":[18]},{"name":"OID_QOS_RESERVED12","features":[18]},{"name":"OID_QOS_RESERVED13","features":[18]},{"name":"OID_QOS_RESERVED14","features":[18]},{"name":"OID_QOS_RESERVED15","features":[18]},{"name":"OID_QOS_RESERVED16","features":[18]},{"name":"OID_QOS_RESERVED17","features":[18]},{"name":"OID_QOS_RESERVED18","features":[18]},{"name":"OID_QOS_RESERVED19","features":[18]},{"name":"OID_QOS_RESERVED2","features":[18]},{"name":"OID_QOS_RESERVED20","features":[18]},{"name":"OID_QOS_RESERVED3","features":[18]},{"name":"OID_QOS_RESERVED4","features":[18]},{"name":"OID_QOS_RESERVED5","features":[18]},{"name":"OID_QOS_RESERVED6","features":[18]},{"name":"OID_QOS_RESERVED7","features":[18]},{"name":"OID_QOS_RESERVED8","features":[18]},{"name":"OID_QOS_RESERVED9","features":[18]},{"name":"OID_RECEIVE_FILTER_ALLOCATE_QUEUE","features":[18]},{"name":"OID_RECEIVE_FILTER_CLEAR_FILTER","features":[18]},{"name":"OID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[18]},{"name":"OID_RECEIVE_FILTER_ENUM_FILTERS","features":[18]},{"name":"OID_RECEIVE_FILTER_ENUM_QUEUES","features":[18]},{"name":"OID_RECEIVE_FILTER_FREE_QUEUE","features":[18]},{"name":"OID_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[18]},{"name":"OID_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[18]},{"name":"OID_RECEIVE_FILTER_MOVE_FILTER","features":[18]},{"name":"OID_RECEIVE_FILTER_PARAMETERS","features":[18]},{"name":"OID_RECEIVE_FILTER_QUEUE_ALLOCATION_COMPLETE","features":[18]},{"name":"OID_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[18]},{"name":"OID_RECEIVE_FILTER_SET_FILTER","features":[18]},{"name":"OID_SRIOV_BAR_RESOURCES","features":[18]},{"name":"OID_SRIOV_CONFIG_STATE","features":[18]},{"name":"OID_SRIOV_CURRENT_CAPABILITIES","features":[18]},{"name":"OID_SRIOV_HARDWARE_CAPABILITIES","features":[18]},{"name":"OID_SRIOV_OVERLYING_ADAPTER_INFO","features":[18]},{"name":"OID_SRIOV_PF_LUID","features":[18]},{"name":"OID_SRIOV_PROBED_BARS","features":[18]},{"name":"OID_SRIOV_READ_VF_CONFIG_BLOCK","features":[18]},{"name":"OID_SRIOV_READ_VF_CONFIG_SPACE","features":[18]},{"name":"OID_SRIOV_RESET_VF","features":[18]},{"name":"OID_SRIOV_SET_VF_POWER_STATE","features":[18]},{"name":"OID_SRIOV_VF_INVALIDATE_CONFIG_BLOCK","features":[18]},{"name":"OID_SRIOV_VF_SERIAL_NUMBER","features":[18]},{"name":"OID_SRIOV_VF_VENDOR_DEVICE_ID","features":[18]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_BLOCK","features":[18]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_SPACE","features":[18]},{"name":"OID_SWITCH_FEATURE_STATUS_QUERY","features":[18]},{"name":"OID_SWITCH_NIC_ARRAY","features":[18]},{"name":"OID_SWITCH_NIC_CONNECT","features":[18]},{"name":"OID_SWITCH_NIC_CREATE","features":[18]},{"name":"OID_SWITCH_NIC_DELETE","features":[18]},{"name":"OID_SWITCH_NIC_DIRECT_REQUEST","features":[18]},{"name":"OID_SWITCH_NIC_DISCONNECT","features":[18]},{"name":"OID_SWITCH_NIC_REQUEST","features":[18]},{"name":"OID_SWITCH_NIC_RESTORE","features":[18]},{"name":"OID_SWITCH_NIC_RESTORE_COMPLETE","features":[18]},{"name":"OID_SWITCH_NIC_RESUME","features":[18]},{"name":"OID_SWITCH_NIC_SAVE","features":[18]},{"name":"OID_SWITCH_NIC_SAVE_COMPLETE","features":[18]},{"name":"OID_SWITCH_NIC_SUSPEND","features":[18]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_FINISHED","features":[18]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_STARTED","features":[18]},{"name":"OID_SWITCH_NIC_UPDATED","features":[18]},{"name":"OID_SWITCH_PARAMETERS","features":[18]},{"name":"OID_SWITCH_PORT_ARRAY","features":[18]},{"name":"OID_SWITCH_PORT_CREATE","features":[18]},{"name":"OID_SWITCH_PORT_DELETE","features":[18]},{"name":"OID_SWITCH_PORT_FEATURE_STATUS_QUERY","features":[18]},{"name":"OID_SWITCH_PORT_PROPERTY_ADD","features":[18]},{"name":"OID_SWITCH_PORT_PROPERTY_DELETE","features":[18]},{"name":"OID_SWITCH_PORT_PROPERTY_ENUM","features":[18]},{"name":"OID_SWITCH_PORT_PROPERTY_UPDATE","features":[18]},{"name":"OID_SWITCH_PORT_TEARDOWN","features":[18]},{"name":"OID_SWITCH_PORT_UPDATED","features":[18]},{"name":"OID_SWITCH_PROPERTY_ADD","features":[18]},{"name":"OID_SWITCH_PROPERTY_DELETE","features":[18]},{"name":"OID_SWITCH_PROPERTY_ENUM","features":[18]},{"name":"OID_SWITCH_PROPERTY_UPDATE","features":[18]},{"name":"OID_TAPI_ACCEPT","features":[18]},{"name":"OID_TAPI_ANSWER","features":[18]},{"name":"OID_TAPI_CLOSE","features":[18]},{"name":"OID_TAPI_CLOSE_CALL","features":[18]},{"name":"OID_TAPI_CONDITIONAL_MEDIA_DETECTION","features":[18]},{"name":"OID_TAPI_CONFIG_DIALOG","features":[18]},{"name":"OID_TAPI_DEV_SPECIFIC","features":[18]},{"name":"OID_TAPI_DIAL","features":[18]},{"name":"OID_TAPI_DROP","features":[18]},{"name":"OID_TAPI_GATHER_DIGITS","features":[18]},{"name":"OID_TAPI_GET_ADDRESS_CAPS","features":[18]},{"name":"OID_TAPI_GET_ADDRESS_ID","features":[18]},{"name":"OID_TAPI_GET_ADDRESS_STATUS","features":[18]},{"name":"OID_TAPI_GET_CALL_ADDRESS_ID","features":[18]},{"name":"OID_TAPI_GET_CALL_INFO","features":[18]},{"name":"OID_TAPI_GET_CALL_STATUS","features":[18]},{"name":"OID_TAPI_GET_DEV_CAPS","features":[18]},{"name":"OID_TAPI_GET_DEV_CONFIG","features":[18]},{"name":"OID_TAPI_GET_EXTENSION_ID","features":[18]},{"name":"OID_TAPI_GET_ID","features":[18]},{"name":"OID_TAPI_GET_LINE_DEV_STATUS","features":[18]},{"name":"OID_TAPI_MAKE_CALL","features":[18]},{"name":"OID_TAPI_MONITOR_DIGITS","features":[18]},{"name":"OID_TAPI_NEGOTIATE_EXT_VERSION","features":[18]},{"name":"OID_TAPI_OPEN","features":[18]},{"name":"OID_TAPI_PROVIDER_INITIALIZE","features":[18]},{"name":"OID_TAPI_PROVIDER_SHUTDOWN","features":[18]},{"name":"OID_TAPI_SECURE_CALL","features":[18]},{"name":"OID_TAPI_SELECT_EXT_VERSION","features":[18]},{"name":"OID_TAPI_SEND_USER_USER_INFO","features":[18]},{"name":"OID_TAPI_SET_APP_SPECIFIC","features":[18]},{"name":"OID_TAPI_SET_CALL_PARAMS","features":[18]},{"name":"OID_TAPI_SET_DEFAULT_MEDIA_DETECTION","features":[18]},{"name":"OID_TAPI_SET_DEV_CONFIG","features":[18]},{"name":"OID_TAPI_SET_MEDIA_MODE","features":[18]},{"name":"OID_TAPI_SET_STATUS_MESSAGES","features":[18]},{"name":"OID_TCP4_OFFLOAD_STATS","features":[18]},{"name":"OID_TCP6_OFFLOAD_STATS","features":[18]},{"name":"OID_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[18]},{"name":"OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[18]},{"name":"OID_TCP_CONNECTION_OFFLOAD_PARAMETERS","features":[18]},{"name":"OID_TCP_OFFLOAD_CURRENT_CONFIG","features":[18]},{"name":"OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[18]},{"name":"OID_TCP_OFFLOAD_PARAMETERS","features":[18]},{"name":"OID_TCP_RSC_STATISTICS","features":[18]},{"name":"OID_TCP_SAN_SUPPORT","features":[18]},{"name":"OID_TCP_TASK_IPSEC_ADD_SA","features":[18]},{"name":"OID_TCP_TASK_IPSEC_ADD_UDPESP_SA","features":[18]},{"name":"OID_TCP_TASK_IPSEC_DELETE_SA","features":[18]},{"name":"OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA","features":[18]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA","features":[18]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA_EX","features":[18]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_DELETE_SA","features":[18]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_UPDATE_SA","features":[18]},{"name":"OID_TCP_TASK_OFFLOAD","features":[18]},{"name":"OID_TIMESTAMP_CAPABILITY","features":[18]},{"name":"OID_TIMESTAMP_CURRENT_CONFIG","features":[18]},{"name":"OID_TIMESTAMP_GET_CROSSTIMESTAMP","features":[18]},{"name":"OID_TUNNEL_INTERFACE_RELEASE_OID","features":[18]},{"name":"OID_TUNNEL_INTERFACE_SET_OID","features":[18]},{"name":"OID_VLAN_RESERVED1","features":[18]},{"name":"OID_VLAN_RESERVED2","features":[18]},{"name":"OID_VLAN_RESERVED3","features":[18]},{"name":"OID_VLAN_RESERVED4","features":[18]},{"name":"OID_WAN_CO_GET_COMP_INFO","features":[18]},{"name":"OID_WAN_CO_GET_INFO","features":[18]},{"name":"OID_WAN_CO_GET_LINK_INFO","features":[18]},{"name":"OID_WAN_CO_GET_STATS_INFO","features":[18]},{"name":"OID_WAN_CO_SET_COMP_INFO","features":[18]},{"name":"OID_WAN_CO_SET_LINK_INFO","features":[18]},{"name":"OID_WAN_CURRENT_ADDRESS","features":[18]},{"name":"OID_WAN_GET_BRIDGE_INFO","features":[18]},{"name":"OID_WAN_GET_COMP_INFO","features":[18]},{"name":"OID_WAN_GET_INFO","features":[18]},{"name":"OID_WAN_GET_LINK_INFO","features":[18]},{"name":"OID_WAN_GET_STATS_INFO","features":[18]},{"name":"OID_WAN_HEADER_FORMAT","features":[18]},{"name":"OID_WAN_LINE_COUNT","features":[18]},{"name":"OID_WAN_MEDIUM_SUBTYPE","features":[18]},{"name":"OID_WAN_PERMANENT_ADDRESS","features":[18]},{"name":"OID_WAN_PROTOCOL_CAPS","features":[18]},{"name":"OID_WAN_PROTOCOL_TYPE","features":[18]},{"name":"OID_WAN_QUALITY_OF_SERVICE","features":[18]},{"name":"OID_WAN_SET_BRIDGE_INFO","features":[18]},{"name":"OID_WAN_SET_COMP_INFO","features":[18]},{"name":"OID_WAN_SET_LINK_INFO","features":[18]},{"name":"OID_WWAN_AUTH_CHALLENGE","features":[18]},{"name":"OID_WWAN_BASE_STATIONS_INFO","features":[18]},{"name":"OID_WWAN_CONNECT","features":[18]},{"name":"OID_WWAN_CREATE_MAC","features":[18]},{"name":"OID_WWAN_DELETE_MAC","features":[18]},{"name":"OID_WWAN_DEVICE_BINDINGS","features":[18]},{"name":"OID_WWAN_DEVICE_CAPS","features":[18]},{"name":"OID_WWAN_DEVICE_CAPS_EX","features":[18]},{"name":"OID_WWAN_DEVICE_RESET","features":[18]},{"name":"OID_WWAN_DEVICE_SERVICE_COMMAND","features":[18]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION","features":[18]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION_WRITE","features":[18]},{"name":"OID_WWAN_DRIVER_CAPS","features":[18]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICES","features":[18]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICE_COMMANDS","features":[18]},{"name":"OID_WWAN_HOME_PROVIDER","features":[18]},{"name":"OID_WWAN_IMS_VOICE_STATE","features":[18]},{"name":"OID_WWAN_LOCATION_STATE","features":[18]},{"name":"OID_WWAN_LTE_ATTACH_CONFIG","features":[18]},{"name":"OID_WWAN_LTE_ATTACH_STATUS","features":[18]},{"name":"OID_WWAN_MBIM_VERSION","features":[18]},{"name":"OID_WWAN_MODEM_CONFIG_INFO","features":[18]},{"name":"OID_WWAN_MODEM_LOGGING_CONFIG","features":[18]},{"name":"OID_WWAN_MPDP","features":[18]},{"name":"OID_WWAN_NETWORK_BLACKLIST","features":[18]},{"name":"OID_WWAN_NETWORK_IDLE_HINT","features":[18]},{"name":"OID_WWAN_NETWORK_PARAMS","features":[18]},{"name":"OID_WWAN_NITZ","features":[18]},{"name":"OID_WWAN_PACKET_SERVICE","features":[18]},{"name":"OID_WWAN_PCO","features":[18]},{"name":"OID_WWAN_PIN","features":[18]},{"name":"OID_WWAN_PIN_EX","features":[18]},{"name":"OID_WWAN_PIN_EX2","features":[18]},{"name":"OID_WWAN_PIN_LIST","features":[18]},{"name":"OID_WWAN_PREFERRED_MULTICARRIER_PROVIDERS","features":[18]},{"name":"OID_WWAN_PREFERRED_PROVIDERS","features":[18]},{"name":"OID_WWAN_PRESHUTDOWN","features":[18]},{"name":"OID_WWAN_PROVISIONED_CONTEXTS","features":[18]},{"name":"OID_WWAN_PS_MEDIA_CONFIG","features":[18]},{"name":"OID_WWAN_RADIO_STATE","features":[18]},{"name":"OID_WWAN_READY_INFO","features":[18]},{"name":"OID_WWAN_REGISTER_PARAMS","features":[18]},{"name":"OID_WWAN_REGISTER_STATE","features":[18]},{"name":"OID_WWAN_REGISTER_STATE_EX","features":[18]},{"name":"OID_WWAN_SAR_CONFIG","features":[18]},{"name":"OID_WWAN_SAR_TRANSMISSION_STATUS","features":[18]},{"name":"OID_WWAN_SERVICE_ACTIVATION","features":[18]},{"name":"OID_WWAN_SIGNAL_STATE","features":[18]},{"name":"OID_WWAN_SIGNAL_STATE_EX","features":[18]},{"name":"OID_WWAN_SLOT_INFO_STATUS","features":[18]},{"name":"OID_WWAN_SMS_CONFIGURATION","features":[18]},{"name":"OID_WWAN_SMS_DELETE","features":[18]},{"name":"OID_WWAN_SMS_READ","features":[18]},{"name":"OID_WWAN_SMS_SEND","features":[18]},{"name":"OID_WWAN_SMS_STATUS","features":[18]},{"name":"OID_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS","features":[18]},{"name":"OID_WWAN_SYS_CAPS","features":[18]},{"name":"OID_WWAN_SYS_SLOTMAPPINGS","features":[18]},{"name":"OID_WWAN_UE_POLICY","features":[18]},{"name":"OID_WWAN_UICC_ACCESS_BINARY","features":[18]},{"name":"OID_WWAN_UICC_ACCESS_RECORD","features":[18]},{"name":"OID_WWAN_UICC_APDU","features":[18]},{"name":"OID_WWAN_UICC_APP_LIST","features":[18]},{"name":"OID_WWAN_UICC_ATR","features":[18]},{"name":"OID_WWAN_UICC_CLOSE_CHANNEL","features":[18]},{"name":"OID_WWAN_UICC_FILE_STATUS","features":[18]},{"name":"OID_WWAN_UICC_OPEN_CHANNEL","features":[18]},{"name":"OID_WWAN_UICC_RESET","features":[18]},{"name":"OID_WWAN_UICC_TERMINAL_CAPABILITY","features":[18]},{"name":"OID_WWAN_USSD","features":[18]},{"name":"OID_WWAN_VENDOR_SPECIFIC","features":[18]},{"name":"OID_WWAN_VISIBLE_PROVIDERS","features":[18]},{"name":"OID_XBOX_ACC_RESERVED0","features":[18]},{"name":"PMKID_CANDIDATE","features":[18]},{"name":"READABLE_LOCAL_CLOCK","features":[18]},{"name":"RECEIVE_TIME_INDICATION_CAPABLE","features":[18]},{"name":"TIMED_SEND_CAPABLE","features":[18]},{"name":"TIME_STAMP_CAPABLE","features":[18]},{"name":"TRANSPORT_HEADER_OFFSET","features":[18]},{"name":"TUNNEL_TYPE","features":[18]},{"name":"TUNNEL_TYPE_6TO4","features":[18]},{"name":"TUNNEL_TYPE_DIRECT","features":[18]},{"name":"TUNNEL_TYPE_IPHTTPS","features":[18]},{"name":"TUNNEL_TYPE_ISATAP","features":[18]},{"name":"TUNNEL_TYPE_NONE","features":[18]},{"name":"TUNNEL_TYPE_OTHER","features":[18]},{"name":"TUNNEL_TYPE_TEREDO","features":[18]},{"name":"UDP_ENCAP_TYPE","features":[18]},{"name":"UNSPECIFIED_NETWORK_GUID","features":[18]},{"name":"WAN_PROTOCOL_KEEPS_STATS","features":[18]},{"name":"fNDIS_GUID_ALLOW_READ","features":[18]},{"name":"fNDIS_GUID_ALLOW_WRITE","features":[18]},{"name":"fNDIS_GUID_ANSI_STRING","features":[18]},{"name":"fNDIS_GUID_ARRAY","features":[18]},{"name":"fNDIS_GUID_METHOD","features":[18]},{"name":"fNDIS_GUID_NDIS_RESERVED","features":[18]},{"name":"fNDIS_GUID_SUPPORT_COMMON_HEADER","features":[18]},{"name":"fNDIS_GUID_TO_OID","features":[18]},{"name":"fNDIS_GUID_TO_STATUS","features":[18]},{"name":"fNDIS_GUID_UNICODE_STRING","features":[18]}],"453":[{"name":"ACTION_HEADER","features":[94]},{"name":"ADAPTER_STATUS","features":[94]},{"name":"ALL_TRANSPORTS","features":[94]},{"name":"ASYNCH","features":[94]},{"name":"CALL_PENDING","features":[94]},{"name":"DEREGISTERED","features":[94]},{"name":"DUPLICATE","features":[94]},{"name":"DUPLICATE_DEREG","features":[94]},{"name":"FIND_NAME_BUFFER","features":[94]},{"name":"FIND_NAME_HEADER","features":[94]},{"name":"GROUP_NAME","features":[94]},{"name":"HANGUP_COMPLETE","features":[94]},{"name":"HANGUP_PENDING","features":[94]},{"name":"LANA_ENUM","features":[94]},{"name":"LISTEN_OUTSTANDING","features":[94]},{"name":"MAX_LANA","features":[94]},{"name":"MS_NBF","features":[94]},{"name":"NAME_BUFFER","features":[94]},{"name":"NAME_FLAGS_MASK","features":[94]},{"name":"NCB","features":[3,94]},{"name":"NCB","features":[3,94]},{"name":"NCBACTION","features":[94]},{"name":"NCBADDGRNAME","features":[94]},{"name":"NCBADDNAME","features":[94]},{"name":"NCBASTAT","features":[94]},{"name":"NCBCALL","features":[94]},{"name":"NCBCANCEL","features":[94]},{"name":"NCBCHAINSEND","features":[94]},{"name":"NCBCHAINSENDNA","features":[94]},{"name":"NCBDELNAME","features":[94]},{"name":"NCBDGRECV","features":[94]},{"name":"NCBDGRECVBC","features":[94]},{"name":"NCBDGSEND","features":[94]},{"name":"NCBDGSENDBC","features":[94]},{"name":"NCBENUM","features":[94]},{"name":"NCBFINDNAME","features":[94]},{"name":"NCBHANGUP","features":[94]},{"name":"NCBLANSTALERT","features":[94]},{"name":"NCBLISTEN","features":[94]},{"name":"NCBNAMSZ","features":[94]},{"name":"NCBRECV","features":[94]},{"name":"NCBRECVANY","features":[94]},{"name":"NCBRESET","features":[94]},{"name":"NCBSEND","features":[94]},{"name":"NCBSENDNA","features":[94]},{"name":"NCBSSTAT","features":[94]},{"name":"NCBTRACE","features":[94]},{"name":"NCBUNLINK","features":[94]},{"name":"NRC_ACTSES","features":[94]},{"name":"NRC_BADDR","features":[94]},{"name":"NRC_BRIDGE","features":[94]},{"name":"NRC_BUFLEN","features":[94]},{"name":"NRC_CANCEL","features":[94]},{"name":"NRC_CANOCCR","features":[94]},{"name":"NRC_CMDCAN","features":[94]},{"name":"NRC_CMDTMO","features":[94]},{"name":"NRC_DUPENV","features":[94]},{"name":"NRC_DUPNAME","features":[94]},{"name":"NRC_ENVNOTDEF","features":[94]},{"name":"NRC_GOODRET","features":[94]},{"name":"NRC_IFBUSY","features":[94]},{"name":"NRC_ILLCMD","features":[94]},{"name":"NRC_ILLNN","features":[94]},{"name":"NRC_INCOMP","features":[94]},{"name":"NRC_INUSE","features":[94]},{"name":"NRC_INVADDRESS","features":[94]},{"name":"NRC_INVDDID","features":[94]},{"name":"NRC_LOCKFAIL","features":[94]},{"name":"NRC_LOCTFUL","features":[94]},{"name":"NRC_MAXAPPS","features":[94]},{"name":"NRC_NAMCONF","features":[94]},{"name":"NRC_NAMERR","features":[94]},{"name":"NRC_NAMTFUL","features":[94]},{"name":"NRC_NOCALL","features":[94]},{"name":"NRC_NORES","features":[94]},{"name":"NRC_NORESOURCES","features":[94]},{"name":"NRC_NOSAPS","features":[94]},{"name":"NRC_NOWILD","features":[94]},{"name":"NRC_OPENERR","features":[94]},{"name":"NRC_OSRESNOTAV","features":[94]},{"name":"NRC_PENDING","features":[94]},{"name":"NRC_REMTFUL","features":[94]},{"name":"NRC_SABORT","features":[94]},{"name":"NRC_SCLOSED","features":[94]},{"name":"NRC_SNUMOUT","features":[94]},{"name":"NRC_SYSTEM","features":[94]},{"name":"NRC_TOOMANY","features":[94]},{"name":"Netbios","features":[3,94]},{"name":"REGISTERED","features":[94]},{"name":"REGISTERING","features":[94]},{"name":"SESSION_ABORTED","features":[94]},{"name":"SESSION_BUFFER","features":[94]},{"name":"SESSION_ESTABLISHED","features":[94]},{"name":"SESSION_HEADER","features":[94]},{"name":"UNIQUE_NAME","features":[94]}],"454":[{"name":"AA_AUDIT_ALL","features":[95]},{"name":"AA_A_ACL","features":[95]},{"name":"AA_A_CREATE","features":[95]},{"name":"AA_A_DELETE","features":[95]},{"name":"AA_A_OPEN","features":[95]},{"name":"AA_A_OWNER","features":[95]},{"name":"AA_A_WRITE","features":[95]},{"name":"AA_CLOSE","features":[95]},{"name":"AA_F_ACL","features":[95]},{"name":"AA_F_CREATE","features":[95]},{"name":"AA_F_DELETE","features":[95]},{"name":"AA_F_OPEN","features":[95]},{"name":"AA_F_WRITE","features":[95]},{"name":"AA_S_ACL","features":[95]},{"name":"AA_S_CREATE","features":[95]},{"name":"AA_S_DELETE","features":[95]},{"name":"AA_S_OPEN","features":[95]},{"name":"AA_S_WRITE","features":[95]},{"name":"ACCESS_ACCESS_LIST_PARMNUM","features":[95]},{"name":"ACCESS_ATTR_PARMNUM","features":[95]},{"name":"ACCESS_AUDIT","features":[95]},{"name":"ACCESS_COUNT_PARMNUM","features":[95]},{"name":"ACCESS_FAIL_ACL","features":[95]},{"name":"ACCESS_FAIL_DELETE","features":[95]},{"name":"ACCESS_FAIL_MASK","features":[95]},{"name":"ACCESS_FAIL_OPEN","features":[95]},{"name":"ACCESS_FAIL_SHIFT","features":[95]},{"name":"ACCESS_FAIL_WRITE","features":[95]},{"name":"ACCESS_GROUP","features":[95]},{"name":"ACCESS_INFO_0","features":[95]},{"name":"ACCESS_INFO_1","features":[95]},{"name":"ACCESS_INFO_1002","features":[95]},{"name":"ACCESS_LETTERS","features":[95]},{"name":"ACCESS_LIST","features":[95]},{"name":"ACCESS_NONE","features":[95]},{"name":"ACCESS_RESOURCE_NAME_PARMNUM","features":[95]},{"name":"ACCESS_SUCCESS_ACL","features":[95]},{"name":"ACCESS_SUCCESS_DELETE","features":[95]},{"name":"ACCESS_SUCCESS_MASK","features":[95]},{"name":"ACCESS_SUCCESS_OPEN","features":[95]},{"name":"ACCESS_SUCCESS_WRITE","features":[95]},{"name":"ACTION_ADMINUNLOCK","features":[95]},{"name":"ACTION_LOCKOUT","features":[95]},{"name":"ADMIN_OTHER_INFO","features":[95]},{"name":"AE_ACCLIM","features":[95]},{"name":"AE_ACCLIMITEXCD","features":[95]},{"name":"AE_ACCRESTRICT","features":[95]},{"name":"AE_ACLMOD","features":[95]},{"name":"AE_ACLMOD","features":[95]},{"name":"AE_ACLMODFAIL","features":[95]},{"name":"AE_ADD","features":[95]},{"name":"AE_ADMIN","features":[95]},{"name":"AE_ADMINDIS","features":[95]},{"name":"AE_ADMINPRIVREQD","features":[95]},{"name":"AE_ADMIN_CLOSE","features":[95]},{"name":"AE_AUTODIS","features":[95]},{"name":"AE_BADPW","features":[95]},{"name":"AE_CLOSEFILE","features":[95]},{"name":"AE_CLOSEFILE","features":[95]},{"name":"AE_CONNREJ","features":[95]},{"name":"AE_CONNREJ","features":[95]},{"name":"AE_CONNSTART","features":[95]},{"name":"AE_CONNSTART","features":[95]},{"name":"AE_CONNSTOP","features":[95]},{"name":"AE_CONNSTOP","features":[95]},{"name":"AE_DELETE","features":[95]},{"name":"AE_ERROR","features":[95]},{"name":"AE_GENERAL","features":[95]},{"name":"AE_GENERIC","features":[95]},{"name":"AE_GENERIC_TYPE","features":[95]},{"name":"AE_GUEST","features":[95]},{"name":"AE_LIM_DELETED","features":[95]},{"name":"AE_LIM_DISABLED","features":[95]},{"name":"AE_LIM_EXPIRED","features":[95]},{"name":"AE_LIM_INVAL_WKSTA","features":[95]},{"name":"AE_LIM_LOGONHOURS","features":[95]},{"name":"AE_LIM_UNKNOWN","features":[95]},{"name":"AE_LOCKOUT","features":[95]},{"name":"AE_LOCKOUT","features":[95]},{"name":"AE_MOD","features":[95]},{"name":"AE_NETLOGDENIED","features":[95]},{"name":"AE_NETLOGOFF","features":[95]},{"name":"AE_NETLOGOFF","features":[95]},{"name":"AE_NETLOGON","features":[95]},{"name":"AE_NETLOGON","features":[95]},{"name":"AE_NOACCESSPERM","features":[95]},{"name":"AE_NORMAL","features":[95]},{"name":"AE_NORMAL_CLOSE","features":[95]},{"name":"AE_RESACCESS","features":[95]},{"name":"AE_RESACCESS","features":[95]},{"name":"AE_RESACCESS2","features":[95]},{"name":"AE_RESACCESSREJ","features":[95]},{"name":"AE_RESACCESSREJ","features":[95]},{"name":"AE_SERVICESTAT","features":[95]},{"name":"AE_SERVICESTAT","features":[95]},{"name":"AE_SESSDIS","features":[95]},{"name":"AE_SESSLOGOFF","features":[95]},{"name":"AE_SESSLOGOFF","features":[95]},{"name":"AE_SESSLOGON","features":[95]},{"name":"AE_SESSLOGON","features":[95]},{"name":"AE_SESSPWERR","features":[95]},{"name":"AE_SESSPWERR","features":[95]},{"name":"AE_SES_CLOSE","features":[95]},{"name":"AE_SRVCONT","features":[95]},{"name":"AE_SRVPAUSED","features":[95]},{"name":"AE_SRVSTART","features":[95]},{"name":"AE_SRVSTATUS","features":[95]},{"name":"AE_SRVSTATUS","features":[95]},{"name":"AE_SRVSTOP","features":[95]},{"name":"AE_UASMOD","features":[95]},{"name":"AE_UASMOD","features":[95]},{"name":"AE_UAS_GROUP","features":[95]},{"name":"AE_UAS_MODALS","features":[95]},{"name":"AE_UAS_USER","features":[95]},{"name":"AE_UNSHARE","features":[95]},{"name":"AE_USER","features":[95]},{"name":"AE_USERLIMIT","features":[95]},{"name":"AF_OP","features":[95]},{"name":"AF_OP_ACCOUNTS","features":[95]},{"name":"AF_OP_COMM","features":[95]},{"name":"AF_OP_PRINT","features":[95]},{"name":"AF_OP_SERVER","features":[95]},{"name":"ALERTER_MAILSLOT","features":[95]},{"name":"ALERTSZ","features":[95]},{"name":"ALERT_ADMIN_EVENT","features":[95]},{"name":"ALERT_ERRORLOG_EVENT","features":[95]},{"name":"ALERT_MESSAGE_EVENT","features":[95]},{"name":"ALERT_PRINT_EVENT","features":[95]},{"name":"ALERT_USER_EVENT","features":[95]},{"name":"ALIGN_SHIFT","features":[95]},{"name":"ALIGN_SIZE","features":[95]},{"name":"ALLOCATE_RESPONSE","features":[95]},{"name":"AT_ENUM","features":[95]},{"name":"AT_INFO","features":[95]},{"name":"AUDIT_ENTRY","features":[95]},{"name":"BACKUP_MSG_FILENAME","features":[95]},{"name":"BIND_FLAGS1","features":[95]},{"name":"CLTYPE_LEN","features":[95]},{"name":"CNLEN","features":[95]},{"name":"COMPONENT_CHARACTERISTICS","features":[95]},{"name":"CONFIG_INFO_0","features":[95]},{"name":"COULD_NOT_VERIFY_VOLUMES","features":[95]},{"name":"CREATE_BYPASS_CSC","features":[95]},{"name":"CREATE_CRED_RESET","features":[95]},{"name":"CREATE_GLOBAL_MAPPING","features":[95]},{"name":"CREATE_NO_CONNECT","features":[95]},{"name":"CREATE_PERSIST_MAPPING","features":[95]},{"name":"CREATE_REQUIRE_CONNECTION_INTEGRITY","features":[95]},{"name":"CREATE_REQUIRE_CONNECTION_PRIVACY","features":[95]},{"name":"CREATE_WRITE_THROUGH_SEMANTICS","features":[95]},{"name":"CRYPT_KEY_LEN","features":[95]},{"name":"CRYPT_TXT_LEN","features":[95]},{"name":"DEFAULT_PAGES","features":[95]},{"name":"DEF_MAX_BADPW","features":[95]},{"name":"DEF_MAX_PWHIST","features":[95]},{"name":"DEF_MIN_PWLEN","features":[95]},{"name":"DEF_PWUNIQUENESS","features":[95]},{"name":"DEVLEN","features":[95]},{"name":"DFS_CONNECTION_FAILURE","features":[95]},{"name":"DFS_ERROR_ACTIVEDIRECTORY_OFFLINE","features":[95]},{"name":"DFS_ERROR_CLUSTERINFO_FAILED","features":[95]},{"name":"DFS_ERROR_COMPUTERINFO_FAILED","features":[95]},{"name":"DFS_ERROR_CREATEEVENT_FAILED","features":[95]},{"name":"DFS_ERROR_CREATE_REPARSEPOINT_FAILURE","features":[95]},{"name":"DFS_ERROR_CREATE_REPARSEPOINT_SUCCESS","features":[95]},{"name":"DFS_ERROR_CROSS_FOREST_TRUST_INFO_FAILED","features":[95]},{"name":"DFS_ERROR_DCINFO_FAILED","features":[95]},{"name":"DFS_ERROR_DSCONNECT_FAILED","features":[95]},{"name":"DFS_ERROR_DUPLICATE_LINK","features":[95]},{"name":"DFS_ERROR_HANDLENAMESPACE_FAILED","features":[95]},{"name":"DFS_ERROR_LINKS_OVERLAP","features":[95]},{"name":"DFS_ERROR_LINK_OVERLAP","features":[95]},{"name":"DFS_ERROR_MUTLIPLE_ROOTS_NOT_SUPPORTED","features":[95]},{"name":"DFS_ERROR_NO_DFS_DATA","features":[95]},{"name":"DFS_ERROR_ON_ROOT","features":[95]},{"name":"DFS_ERROR_OVERLAPPING_DIRECTORIES","features":[95]},{"name":"DFS_ERROR_PREFIXTABLE_FAILED","features":[95]},{"name":"DFS_ERROR_REFLECTIONENGINE_FAILED","features":[95]},{"name":"DFS_ERROR_REGISTERSTORE_FAILED","features":[95]},{"name":"DFS_ERROR_REMOVE_LINK_FAILED","features":[95]},{"name":"DFS_ERROR_RESYNCHRONIZE_FAILED","features":[95]},{"name":"DFS_ERROR_ROOTSYNCINIT_FAILED","features":[95]},{"name":"DFS_ERROR_SECURITYINIT_FAILED","features":[95]},{"name":"DFS_ERROR_SITECACHEINIT_FAILED","features":[95]},{"name":"DFS_ERROR_SITESUPPOR_FAILED","features":[95]},{"name":"DFS_ERROR_TARGET_LIST_INCORRECT","features":[95]},{"name":"DFS_ERROR_THREADINIT_FAILED","features":[95]},{"name":"DFS_ERROR_TOO_MANY_ERRORS","features":[95]},{"name":"DFS_ERROR_TRUSTED_DOMAIN_INFO_FAILED","features":[95]},{"name":"DFS_ERROR_UNSUPPORTED_FILESYSTEM","features":[95]},{"name":"DFS_ERROR_WINSOCKINIT_FAILED","features":[95]},{"name":"DFS_INFO_ACTIVEDIRECTORY_ONLINE","features":[95]},{"name":"DFS_INFO_CROSS_FOREST_TRUST_INFO_SUCCESS","features":[95]},{"name":"DFS_INFO_DOMAIN_REFERRAL_MIN_OVERFLOW","features":[95]},{"name":"DFS_INFO_DS_RECONNECTED","features":[95]},{"name":"DFS_INFO_FINISH_BUILDING_NAMESPACE","features":[95]},{"name":"DFS_INFO_FINISH_INIT","features":[95]},{"name":"DFS_INFO_RECONNECT_DATA","features":[95]},{"name":"DFS_INFO_TRUSTED_DOMAIN_INFO_SUCCESS","features":[95]},{"name":"DFS_INIT_SUCCESS","features":[95]},{"name":"DFS_MAX_DNR_ATTEMPTS","features":[95]},{"name":"DFS_OPEN_FAILURE","features":[95]},{"name":"DFS_REFERRAL_FAILURE","features":[95]},{"name":"DFS_REFERRAL_REQUEST","features":[95]},{"name":"DFS_REFERRAL_SUCCESS","features":[95]},{"name":"DFS_ROOT_SHARE_ACQUIRE_FAILED","features":[95]},{"name":"DFS_ROOT_SHARE_ACQUIRE_SUCCESS","features":[95]},{"name":"DFS_SPECIAL_REFERRAL_FAILURE","features":[95]},{"name":"DFS_WARN_DOMAIN_REFERRAL_OVERFLOW","features":[95]},{"name":"DFS_WARN_INCOMPLETE_MOVE","features":[95]},{"name":"DFS_WARN_METADATA_LINK_INFO_INVALID","features":[95]},{"name":"DFS_WARN_METADATA_LINK_TYPE_INCORRECT","features":[95]},{"name":"DNLEN","features":[95]},{"name":"DPP_ADVANCED","features":[95]},{"name":"DSREG_DEVICE_JOIN","features":[95]},{"name":"DSREG_JOIN_INFO","features":[3,95,70]},{"name":"DSREG_JOIN_TYPE","features":[95]},{"name":"DSREG_UNKNOWN_JOIN","features":[95]},{"name":"DSREG_USER_INFO","features":[95]},{"name":"DSREG_WORKPLACE_JOIN","features":[95]},{"name":"EBP_ABOVE","features":[95]},{"name":"EBP_BELOW","features":[95]},{"name":"ENCRYPTED_PWLEN","features":[95]},{"name":"ENUM_BINDING_PATHS_FLAGS","features":[95]},{"name":"ERRLOG2_BASE","features":[95]},{"name":"ERRLOG_BASE","features":[95]},{"name":"ERRLOG_OTHER_INFO","features":[95]},{"name":"ERROR_LOG","features":[95]},{"name":"EVENT_BAD_ACCOUNT_NAME","features":[95]},{"name":"EVENT_BAD_SERVICE_STATE","features":[95]},{"name":"EVENT_BOOT_SYSTEM_DRIVERS_FAILED","features":[95]},{"name":"EVENT_BOWSER_CANT_READ_REGISTRY","features":[95]},{"name":"EVENT_BOWSER_ELECTION_RECEIVED","features":[95]},{"name":"EVENT_BOWSER_ELECTION_SENT_FIND_MASTER_FAILED","features":[95]},{"name":"EVENT_BOWSER_ELECTION_SENT_GETBLIST_FAILED","features":[95]},{"name":"EVENT_BOWSER_GETBROWSERLIST_THRESHOLD_EXCEEDED","features":[95]},{"name":"EVENT_BOWSER_ILLEGAL_DATAGRAM","features":[95]},{"name":"EVENT_BOWSER_ILLEGAL_DATAGRAM_THRESHOLD","features":[95]},{"name":"EVENT_BOWSER_MAILSLOT_DATAGRAM_THRESHOLD_EXCEEDED","features":[95]},{"name":"EVENT_BOWSER_NAME_CONVERSION_FAILED","features":[95]},{"name":"EVENT_BOWSER_NON_MASTER_MASTER_ANNOUNCE","features":[95]},{"name":"EVENT_BOWSER_NON_PDC_WON_ELECTION","features":[95]},{"name":"EVENT_BOWSER_OLD_BACKUP_FOUND","features":[95]},{"name":"EVENT_BOWSER_OTHER_MASTER_ON_NET","features":[95]},{"name":"EVENT_BOWSER_PDC_LOST_ELECTION","features":[95]},{"name":"EVENT_BOWSER_PROMOTED_WHILE_ALREADY_MASTER","features":[95]},{"name":"EVENT_BRIDGE_ADAPTER_BIND_FAILED","features":[95]},{"name":"EVENT_BRIDGE_ADAPTER_FILTER_FAILED","features":[95]},{"name":"EVENT_BRIDGE_ADAPTER_LINK_SPEED_QUERY_FAILED","features":[95]},{"name":"EVENT_BRIDGE_ADAPTER_MAC_ADDR_QUERY_FAILED","features":[95]},{"name":"EVENT_BRIDGE_ADAPTER_NAME_QUERY_FAILED","features":[95]},{"name":"EVENT_BRIDGE_BUFFER_POOL_CREATION_FAILED","features":[95]},{"name":"EVENT_BRIDGE_DEVICE_CREATION_FAILED","features":[95]},{"name":"EVENT_BRIDGE_ETHERNET_NOT_OFFERED","features":[95]},{"name":"EVENT_BRIDGE_INIT_MALLOC_FAILED","features":[95]},{"name":"EVENT_BRIDGE_MINIPORT_INIT_FAILED","features":[95]},{"name":"EVENT_BRIDGE_MINIPORT_REGISTER_FAILED","features":[95]},{"name":"EVENT_BRIDGE_MINIPROT_DEVNAME_MISSING","features":[95]},{"name":"EVENT_BRIDGE_NO_BRIDGE_MAC_ADDR","features":[95]},{"name":"EVENT_BRIDGE_PACKET_POOL_CREATION_FAILED","features":[95]},{"name":"EVENT_BRIDGE_PROTOCOL_REGISTER_FAILED","features":[95]},{"name":"EVENT_BRIDGE_THREAD_CREATION_FAILED","features":[95]},{"name":"EVENT_BRIDGE_THREAD_REF_FAILED","features":[95]},{"name":"EVENT_BROWSER_BACKUP_STOPPED","features":[95]},{"name":"EVENT_BROWSER_DEPENDANT_SERVICE_FAILED","features":[95]},{"name":"EVENT_BROWSER_DOMAIN_LIST_FAILED","features":[95]},{"name":"EVENT_BROWSER_DOMAIN_LIST_RETRIEVED","features":[95]},{"name":"EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STARTED","features":[95]},{"name":"EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STOPPED","features":[95]},{"name":"EVENT_BROWSER_ELECTION_SENT_ROLE_CHANGED","features":[95]},{"name":"EVENT_BROWSER_GETBLIST_RECEIVED_NOT_MASTER","features":[95]},{"name":"EVENT_BROWSER_ILLEGAL_CONFIG","features":[95]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED","features":[95]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED_NO_MASTER","features":[95]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED_STOPPING","features":[95]},{"name":"EVENT_BROWSER_NOT_STARTED_IPX_CONFIG_MISMATCH","features":[95]},{"name":"EVENT_BROWSER_OTHERDOMAIN_ADD_FAILED","features":[95]},{"name":"EVENT_BROWSER_ROLE_CHANGE_FAILED","features":[95]},{"name":"EVENT_BROWSER_SERVER_LIST_FAILED","features":[95]},{"name":"EVENT_BROWSER_SERVER_LIST_RETRIEVED","features":[95]},{"name":"EVENT_BROWSER_STATUS_BITS_UPDATE_FAILED","features":[95]},{"name":"EVENT_CALL_TO_FUNCTION_FAILED","features":[95]},{"name":"EVENT_CALL_TO_FUNCTION_FAILED_II","features":[95]},{"name":"EVENT_CIRCULAR_DEPENDENCY_AUTO","features":[95]},{"name":"EVENT_CIRCULAR_DEPENDENCY_DEMAND","features":[95]},{"name":"EVENT_COMMAND_NOT_INTERACTIVE","features":[95]},{"name":"EVENT_COMMAND_START_FAILED","features":[95]},{"name":"EVENT_CONNECTION_TIMEOUT","features":[95]},{"name":"EVENT_ComputerNameChange","features":[95]},{"name":"EVENT_DAV_REDIR_DELAYED_WRITE_FAILED","features":[95]},{"name":"EVENT_DCOM_ASSERTION_FAILURE","features":[95]},{"name":"EVENT_DCOM_COMPLUS_DISABLED","features":[95]},{"name":"EVENT_DCOM_INVALID_ENDPOINT_DATA","features":[95]},{"name":"EVENT_DEPEND_ON_LATER_GROUP","features":[95]},{"name":"EVENT_DEPEND_ON_LATER_SERVICE","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT","features":[95]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_NOTSUPP","features":[95]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_OTHER","features":[95]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_REFUSED","features":[95]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SECURITY","features":[95]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SERVERFAIL","features":[95]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_TIMEOUT","features":[95]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_NOTSUPP","features":[95]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_OTHER","features":[95]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_REFUSED","features":[95]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SECURITY","features":[95]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SERVERFAIL","features":[95]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_TIMEOUT","features":[95]},{"name":"EVENT_DNSAPI_REGISTERED_ADAPTER","features":[95]},{"name":"EVENT_DNSAPI_REGISTERED_ADAPTER_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_REGISTERED_PTR","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_OTHER","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_OTHER_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT","features":[95]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT_PRIMARY_DN","features":[95]},{"name":"EVENT_DNSDomainNameChange","features":[95]},{"name":"EVENT_DNS_CACHE_NETWORK_PERF_WARNING","features":[95]},{"name":"EVENT_DNS_CACHE_START_FAILURE_LOW_MEMORY","features":[95]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_CONTROL","features":[95]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_DLL","features":[95]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_DONE_EVENT","features":[95]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_ENTRY","features":[95]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_RPC","features":[95]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_SHUTDOWN_NOTIFY","features":[95]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_UPDATE","features":[95]},{"name":"EVENT_DNS_CACHE_UNABLE_TO_REACH_SERVER_WARNING","features":[95]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_KEYNAME_SIZE_ZERO","features":[95]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_KEYNAME_TOO_LONG","features":[95]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_REFERESH","features":[95]},{"name":"EVENT_EQOS_ERROR_OPENING_MACHINE_POLICY_ROOT_KEY","features":[95]},{"name":"EVENT_EQOS_ERROR_OPENING_MACHINE_POLICY_SUBKEY","features":[95]},{"name":"EVENT_EQOS_ERROR_OPENING_USER_POLICY_ROOT_KEY","features":[95]},{"name":"EVENT_EQOS_ERROR_OPENING_USER_POLICY_SUBKEY","features":[95]},{"name":"EVENT_EQOS_ERROR_PROCESSING_MACHINE_POLICY_FIELD","features":[95]},{"name":"EVENT_EQOS_ERROR_PROCESSING_USER_POLICY_FIELD","features":[95]},{"name":"EVENT_EQOS_ERROR_SETTING_APP_MARKING","features":[95]},{"name":"EVENT_EQOS_ERROR_SETTING_TCP_AUTOTUNING","features":[95]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_KEYNAME_SIZE_ZERO","features":[95]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_KEYNAME_TOO_LONG","features":[95]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_REFERESH","features":[95]},{"name":"EVENT_EQOS_INFO_APP_MARKING_ALLOWED","features":[95]},{"name":"EVENT_EQOS_INFO_APP_MARKING_IGNORED","features":[95]},{"name":"EVENT_EQOS_INFO_APP_MARKING_NOT_CONFIGURED","features":[95]},{"name":"EVENT_EQOS_INFO_LOCAL_SETTING_DONT_USE_NLA","features":[95]},{"name":"EVENT_EQOS_INFO_MACHINE_POLICY_REFRESH_NO_CHANGE","features":[95]},{"name":"EVENT_EQOS_INFO_MACHINE_POLICY_REFRESH_WITH_CHANGE","features":[95]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_HIGHLY_RESTRICTED","features":[95]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_NORMAL","features":[95]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_NOT_CONFIGURED","features":[95]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_OFF","features":[95]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_RESTRICTED","features":[95]},{"name":"EVENT_EQOS_INFO_USER_POLICY_REFRESH_NO_CHANGE","features":[95]},{"name":"EVENT_EQOS_INFO_USER_POLICY_REFRESH_WITH_CHANGE","features":[95]},{"name":"EVENT_EQOS_URL_QOS_APPLICATION_CONFLICT","features":[95]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_CONFLICT","features":[95]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_NO_FULLPATH_APPNAME","features":[95]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_PROFILE_NOT_SPECIFIED","features":[95]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_QUOTA_EXCEEDED","features":[95]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_VERSION","features":[95]},{"name":"EVENT_EQOS_WARNING_TEST_1","features":[95]},{"name":"EVENT_EQOS_WARNING_TEST_2","features":[95]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_CONFLICT","features":[95]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_NO_FULLPATH_APPNAME","features":[95]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_PROFILE_NOT_SPECIFIED","features":[95]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_QUOTA_EXCEEDED","features":[95]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_VERSION","features":[95]},{"name":"EVENT_EventLogProductInfo","features":[95]},{"name":"EVENT_EventlogAbnormalShutdown","features":[95]},{"name":"EVENT_EventlogStarted","features":[95]},{"name":"EVENT_EventlogStopped","features":[95]},{"name":"EVENT_EventlogUptime","features":[95]},{"name":"EVENT_FIRST_LOGON_FAILED","features":[95]},{"name":"EVENT_FIRST_LOGON_FAILED_II","features":[95]},{"name":"EVENT_FRS_ACCESS_CHECKS_DISABLED","features":[95]},{"name":"EVENT_FRS_ACCESS_CHECKS_FAILED_UNKNOWN","features":[95]},{"name":"EVENT_FRS_ACCESS_CHECKS_FAILED_USER","features":[95]},{"name":"EVENT_FRS_ASSERT","features":[95]},{"name":"EVENT_FRS_BAD_REG_DATA","features":[95]},{"name":"EVENT_FRS_CANNOT_COMMUNICATE","features":[95]},{"name":"EVENT_FRS_CANNOT_CREATE_UUID","features":[95]},{"name":"EVENT_FRS_CANNOT_START_BACKUP_RESTORE_IN_PROGRESS","features":[95]},{"name":"EVENT_FRS_CANT_OPEN_PREINSTALL","features":[95]},{"name":"EVENT_FRS_CANT_OPEN_STAGE","features":[95]},{"name":"EVENT_FRS_DATABASE_SPACE","features":[95]},{"name":"EVENT_FRS_DISK_WRITE_CACHE_ENABLED","features":[95]},{"name":"EVENT_FRS_DS_POLL_ERROR_SUMMARY","features":[95]},{"name":"EVENT_FRS_DUPLICATE_IN_CXTION","features":[95]},{"name":"EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL","features":[95]},{"name":"EVENT_FRS_ERROR","features":[95]},{"name":"EVENT_FRS_ERROR_REPLICA_SET_DELETED","features":[95]},{"name":"EVENT_FRS_HUGE_FILE","features":[95]},{"name":"EVENT_FRS_IN_ERROR_STATE","features":[95]},{"name":"EVENT_FRS_JET_1414","features":[95]},{"name":"EVENT_FRS_JOIN_FAIL_TIME_SKEW","features":[95]},{"name":"EVENT_FRS_LONG_JOIN","features":[95]},{"name":"EVENT_FRS_LONG_JOIN_DONE","features":[95]},{"name":"EVENT_FRS_MOVED_PREEXISTING","features":[95]},{"name":"EVENT_FRS_NO_DNS_ATTRIBUTE","features":[95]},{"name":"EVENT_FRS_NO_SID","features":[95]},{"name":"EVENT_FRS_OVERLAPS_LOGGING","features":[95]},{"name":"EVENT_FRS_OVERLAPS_OTHER_STAGE","features":[95]},{"name":"EVENT_FRS_OVERLAPS_ROOT","features":[95]},{"name":"EVENT_FRS_OVERLAPS_STAGE","features":[95]},{"name":"EVENT_FRS_OVERLAPS_WORKING","features":[95]},{"name":"EVENT_FRS_PREPARE_ROOT_FAILED","features":[95]},{"name":"EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR","features":[95]},{"name":"EVENT_FRS_REPLICA_NO_ROOT_CHANGE","features":[95]},{"name":"EVENT_FRS_REPLICA_SET_CREATE_FAIL","features":[95]},{"name":"EVENT_FRS_REPLICA_SET_CREATE_OK","features":[95]},{"name":"EVENT_FRS_REPLICA_SET_CXTIONS","features":[95]},{"name":"EVENT_FRS_RMTCO_TIME_SKEW","features":[95]},{"name":"EVENT_FRS_ROOT_HAS_MOVED","features":[95]},{"name":"EVENT_FRS_ROOT_NOT_VALID","features":[95]},{"name":"EVENT_FRS_STAGE_NOT_VALID","features":[95]},{"name":"EVENT_FRS_STAGING_AREA_FULL","features":[95]},{"name":"EVENT_FRS_STARTING","features":[95]},{"name":"EVENT_FRS_STOPPED","features":[95]},{"name":"EVENT_FRS_STOPPED_ASSERT","features":[95]},{"name":"EVENT_FRS_STOPPED_FORCE","features":[95]},{"name":"EVENT_FRS_STOPPING","features":[95]},{"name":"EVENT_FRS_SYSVOL_NOT_READY","features":[95]},{"name":"EVENT_FRS_SYSVOL_NOT_READY_PRIMARY","features":[95]},{"name":"EVENT_FRS_SYSVOL_READY","features":[95]},{"name":"EVENT_FRS_VOLUME_NOT_SUPPORTED","features":[95]},{"name":"EVENT_INVALID_DRIVER_DEPENDENCY","features":[95]},{"name":"EVENT_IPX_CREATE_DEVICE","features":[95]},{"name":"EVENT_IPX_ILLEGAL_CONFIG","features":[95]},{"name":"EVENT_IPX_INTERNAL_NET_INVALID","features":[95]},{"name":"EVENT_IPX_NEW_DEFAULT_TYPE","features":[95]},{"name":"EVENT_IPX_NO_ADAPTERS","features":[95]},{"name":"EVENT_IPX_NO_FRAME_TYPES","features":[95]},{"name":"EVENT_IPX_SAP_ANNOUNCE","features":[95]},{"name":"EVENT_NBT_BAD_BACKUP_WINS_ADDR","features":[95]},{"name":"EVENT_NBT_BAD_PRIMARY_WINS_ADDR","features":[95]},{"name":"EVENT_NBT_CREATE_ADDRESS","features":[95]},{"name":"EVENT_NBT_CREATE_CONNECTION","features":[95]},{"name":"EVENT_NBT_CREATE_DEVICE","features":[95]},{"name":"EVENT_NBT_CREATE_DRIVER","features":[95]},{"name":"EVENT_NBT_DUPLICATE_NAME","features":[95]},{"name":"EVENT_NBT_DUPLICATE_NAME_ERROR","features":[95]},{"name":"EVENT_NBT_NAME_RELEASE","features":[95]},{"name":"EVENT_NBT_NAME_SERVER_ADDRS","features":[95]},{"name":"EVENT_NBT_NON_OS_INIT","features":[95]},{"name":"EVENT_NBT_NO_BACKUP_WINS","features":[95]},{"name":"EVENT_NBT_NO_DEVICES","features":[95]},{"name":"EVENT_NBT_NO_RESOURCES","features":[95]},{"name":"EVENT_NBT_NO_WINS","features":[95]},{"name":"EVENT_NBT_OPEN_REG_LINKAGE","features":[95]},{"name":"EVENT_NBT_OPEN_REG_NAMESERVER","features":[95]},{"name":"EVENT_NBT_OPEN_REG_PARAMS","features":[95]},{"name":"EVENT_NBT_READ_BIND","features":[95]},{"name":"EVENT_NBT_READ_EXPORT","features":[95]},{"name":"EVENT_NBT_TIMERS","features":[95]},{"name":"EVENT_NDIS_ADAPTER_CHECK_ERROR","features":[95]},{"name":"EVENT_NDIS_ADAPTER_DISABLED","features":[95]},{"name":"EVENT_NDIS_ADAPTER_NOT_FOUND","features":[95]},{"name":"EVENT_NDIS_BAD_IO_BASE_ADDRESS","features":[95]},{"name":"EVENT_NDIS_BAD_VERSION","features":[95]},{"name":"EVENT_NDIS_CABLE_DISCONNECTED_ERROR","features":[95]},{"name":"EVENT_NDIS_DMA_CONFLICT","features":[95]},{"name":"EVENT_NDIS_DRIVER_FAILURE","features":[95]},{"name":"EVENT_NDIS_HARDWARE_FAILURE","features":[95]},{"name":"EVENT_NDIS_INTERRUPT_CONFLICT","features":[95]},{"name":"EVENT_NDIS_INTERRUPT_CONNECT","features":[95]},{"name":"EVENT_NDIS_INVALID_DOWNLOAD_FILE_ERROR","features":[95]},{"name":"EVENT_NDIS_INVALID_VALUE_FROM_ADAPTER","features":[95]},{"name":"EVENT_NDIS_IO_PORT_CONFLICT","features":[95]},{"name":"EVENT_NDIS_LOBE_FAILUE_ERROR","features":[95]},{"name":"EVENT_NDIS_MAXFRAMESIZE_ERROR","features":[95]},{"name":"EVENT_NDIS_MAXINTERNALBUFS_ERROR","features":[95]},{"name":"EVENT_NDIS_MAXMULTICAST_ERROR","features":[95]},{"name":"EVENT_NDIS_MAXRECEIVES_ERROR","features":[95]},{"name":"EVENT_NDIS_MAXTRANSMITS_ERROR","features":[95]},{"name":"EVENT_NDIS_MEMORY_CONFLICT","features":[95]},{"name":"EVENT_NDIS_MISSING_CONFIGURATION_PARAMETER","features":[95]},{"name":"EVENT_NDIS_NETWORK_ADDRESS","features":[95]},{"name":"EVENT_NDIS_OUT_OF_RESOURCE","features":[95]},{"name":"EVENT_NDIS_PORT_OR_DMA_CONFLICT","features":[95]},{"name":"EVENT_NDIS_PRODUCTID_ERROR","features":[95]},{"name":"EVENT_NDIS_RECEIVE_SPACE_SMALL","features":[95]},{"name":"EVENT_NDIS_REMOVE_RECEIVED_ERROR","features":[95]},{"name":"EVENT_NDIS_RESET_FAILURE_CORRECTION","features":[95]},{"name":"EVENT_NDIS_RESET_FAILURE_ERROR","features":[95]},{"name":"EVENT_NDIS_RESOURCE_CONFLICT","features":[95]},{"name":"EVENT_NDIS_SIGNAL_LOSS_ERROR","features":[95]},{"name":"EVENT_NDIS_TIMEOUT","features":[95]},{"name":"EVENT_NDIS_TOKEN_RING_CORRECTION","features":[95]},{"name":"EVENT_NDIS_UNSUPPORTED_CONFIGURATION","features":[95]},{"name":"EVENT_PS_ADMISSIONCONTROL_OVERFLOW","features":[95]},{"name":"EVENT_PS_BAD_BESTEFFORT_LIMIT","features":[95]},{"name":"EVENT_PS_BINDING_FAILED","features":[95]},{"name":"EVENT_PS_GPC_REGISTER_FAILED","features":[95]},{"name":"EVENT_PS_INIT_DEVICE_FAILED","features":[95]},{"name":"EVENT_PS_MISSING_ADAPTER_REGISTRY_DATA","features":[95]},{"name":"EVENT_PS_NETWORK_ADDRESS_FAIL","features":[95]},{"name":"EVENT_PS_NO_RESOURCES_FOR_INIT","features":[95]},{"name":"EVENT_PS_QUERY_OID_GEN_LINK_SPEED","features":[95]},{"name":"EVENT_PS_QUERY_OID_GEN_MAXIMUM_FRAME_SIZE","features":[95]},{"name":"EVENT_PS_QUERY_OID_GEN_MAXIMUM_TOTAL_SIZE","features":[95]},{"name":"EVENT_PS_REGISTER_ADDRESS_FAMILY_FAILED","features":[95]},{"name":"EVENT_PS_REGISTER_MINIPORT_FAILED","features":[95]},{"name":"EVENT_PS_REGISTER_PROTOCOL_FAILED","features":[95]},{"name":"EVENT_PS_RESOURCE_POOL","features":[95]},{"name":"EVENT_PS_WAN_LIMITED_BESTEFFORT","features":[95]},{"name":"EVENT_PS_WMI_INSTANCE_NAME_FAILED","features":[95]},{"name":"EVENT_RDR_AT_THREAD_MAX","features":[95]},{"name":"EVENT_RDR_CANT_BIND_TRANSPORT","features":[95]},{"name":"EVENT_RDR_CANT_BUILD_SMB_HEADER","features":[95]},{"name":"EVENT_RDR_CANT_CREATE_DEVICE","features":[95]},{"name":"EVENT_RDR_CANT_CREATE_THREAD","features":[95]},{"name":"EVENT_RDR_CANT_GET_SECURITY_CONTEXT","features":[95]},{"name":"EVENT_RDR_CANT_READ_REGISTRY","features":[95]},{"name":"EVENT_RDR_CANT_REGISTER_ADDRESS","features":[95]},{"name":"EVENT_RDR_CANT_SET_THREAD","features":[95]},{"name":"EVENT_RDR_CLOSE_BEHIND","features":[95]},{"name":"EVENT_RDR_CONNECTION","features":[95]},{"name":"EVENT_RDR_CONNECTION_REFERENCE","features":[95]},{"name":"EVENT_RDR_CONTEXTS","features":[95]},{"name":"EVENT_RDR_DELAYED_SET_ATTRIBUTES_FAILED","features":[95]},{"name":"EVENT_RDR_DELETEONCLOSE_FAILED","features":[95]},{"name":"EVENT_RDR_DISPOSITION","features":[95]},{"name":"EVENT_RDR_ENCRYPT","features":[95]},{"name":"EVENT_RDR_FAILED_UNLOCK","features":[95]},{"name":"EVENT_RDR_INVALID_LOCK_REPLY","features":[95]},{"name":"EVENT_RDR_INVALID_OPLOCK","features":[95]},{"name":"EVENT_RDR_INVALID_REPLY","features":[95]},{"name":"EVENT_RDR_INVALID_SMB","features":[95]},{"name":"EVENT_RDR_MAXCMDS","features":[95]},{"name":"EVENT_RDR_OPLOCK_SMB","features":[95]},{"name":"EVENT_RDR_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[95]},{"name":"EVENT_RDR_RESOURCE_SHORTAGE","features":[95]},{"name":"EVENT_RDR_SECURITY_SIGNATURE_MISMATCH","features":[95]},{"name":"EVENT_RDR_SERVER_REFERENCE","features":[95]},{"name":"EVENT_RDR_SMB_REFERENCE","features":[95]},{"name":"EVENT_RDR_TIMEOUT","features":[95]},{"name":"EVENT_RDR_TIMEZONE_BIAS_TOO_LARGE","features":[95]},{"name":"EVENT_RDR_UNEXPECTED_ERROR","features":[95]},{"name":"EVENT_RDR_WRITE_BEHIND_FLUSH_FAILED","features":[95]},{"name":"EVENT_READFILE_TIMEOUT","features":[95]},{"name":"EVENT_REVERTED_TO_LASTKNOWNGOOD","features":[95]},{"name":"EVENT_RPCSS_ACTIVATION_ERROR","features":[95]},{"name":"EVENT_RPCSS_CREATEDEBUGGERPROCESS_FAILURE","features":[95]},{"name":"EVENT_RPCSS_CREATEPROCESS_FAILURE","features":[95]},{"name":"EVENT_RPCSS_DEFAULT_LAUNCH_ACCESS_DENIED","features":[95]},{"name":"EVENT_RPCSS_LAUNCH_ACCESS_DENIED","features":[95]},{"name":"EVENT_RPCSS_REMOTE_SIDE_ERROR","features":[95]},{"name":"EVENT_RPCSS_REMOTE_SIDE_ERROR_WITH_FILE","features":[95]},{"name":"EVENT_RPCSS_REMOTE_SIDE_UNAVAILABLE","features":[95]},{"name":"EVENT_RPCSS_RUNAS_CANT_LOGIN","features":[95]},{"name":"EVENT_RPCSS_RUNAS_CREATEPROCESS_FAILURE","features":[95]},{"name":"EVENT_RPCSS_SERVER_NOT_RESPONDING","features":[95]},{"name":"EVENT_RPCSS_SERVER_START_TIMEOUT","features":[95]},{"name":"EVENT_RPCSS_START_SERVICE_FAILURE","features":[95]},{"name":"EVENT_RPCSS_STOP_SERVICE_FAILURE","features":[95]},{"name":"EVENT_RUNNING_LASTKNOWNGOOD","features":[95]},{"name":"EVENT_SCOPE_LABEL_TOO_LONG","features":[95]},{"name":"EVENT_SCOPE_TOO_LONG","features":[95]},{"name":"EVENT_SECOND_LOGON_FAILED","features":[95]},{"name":"EVENT_SERVICE_CONFIG_BACKOUT_FAILED","features":[95]},{"name":"EVENT_SERVICE_CONTROL_SUCCESS","features":[95]},{"name":"EVENT_SERVICE_CRASH","features":[95]},{"name":"EVENT_SERVICE_CRASH_NO_ACTION","features":[95]},{"name":"EVENT_SERVICE_DIFFERENT_PID_CONNECTED","features":[95]},{"name":"EVENT_SERVICE_EXIT_FAILED","features":[95]},{"name":"EVENT_SERVICE_EXIT_FAILED_SPECIFIC","features":[95]},{"name":"EVENT_SERVICE_LOGON_TYPE_NOT_GRANTED","features":[95]},{"name":"EVENT_SERVICE_NOT_INTERACTIVE","features":[95]},{"name":"EVENT_SERVICE_RECOVERY_FAILED","features":[95]},{"name":"EVENT_SERVICE_SCESRV_FAILED","features":[95]},{"name":"EVENT_SERVICE_SHUTDOWN_FAILED","features":[95]},{"name":"EVENT_SERVICE_START_AT_BOOT_FAILED","features":[95]},{"name":"EVENT_SERVICE_START_FAILED","features":[95]},{"name":"EVENT_SERVICE_START_FAILED_GROUP","features":[95]},{"name":"EVENT_SERVICE_START_FAILED_II","features":[95]},{"name":"EVENT_SERVICE_START_FAILED_NONE","features":[95]},{"name":"EVENT_SERVICE_START_HUNG","features":[95]},{"name":"EVENT_SERVICE_START_TYPE_CHANGED","features":[95]},{"name":"EVENT_SERVICE_STATUS_SUCCESS","features":[95]},{"name":"EVENT_SERVICE_STOP_SUCCESS_WITH_REASON","features":[95]},{"name":"EVENT_SEVERE_SERVICE_FAILED","features":[95]},{"name":"EVENT_SRV_CANT_BIND_DUP_NAME","features":[95]},{"name":"EVENT_SRV_CANT_BIND_TO_TRANSPORT","features":[95]},{"name":"EVENT_SRV_CANT_CHANGE_DOMAIN_NAME","features":[95]},{"name":"EVENT_SRV_CANT_CREATE_DEVICE","features":[95]},{"name":"EVENT_SRV_CANT_CREATE_PROCESS","features":[95]},{"name":"EVENT_SRV_CANT_CREATE_THREAD","features":[95]},{"name":"EVENT_SRV_CANT_GROW_TABLE","features":[95]},{"name":"EVENT_SRV_CANT_LOAD_DRIVER","features":[95]},{"name":"EVENT_SRV_CANT_MAP_ERROR","features":[95]},{"name":"EVENT_SRV_CANT_OPEN_NPFS","features":[95]},{"name":"EVENT_SRV_CANT_RECREATE_SHARE","features":[95]},{"name":"EVENT_SRV_CANT_START_SCAVENGER","features":[95]},{"name":"EVENT_SRV_CANT_UNLOAD_DRIVER","features":[95]},{"name":"EVENT_SRV_DISK_FULL","features":[95]},{"name":"EVENT_SRV_DOS_ATTACK_DETECTED","features":[95]},{"name":"EVENT_SRV_INVALID_REGISTRY_VALUE","features":[95]},{"name":"EVENT_SRV_INVALID_REQUEST","features":[95]},{"name":"EVENT_SRV_INVALID_SD","features":[95]},{"name":"EVENT_SRV_IRP_STACK_SIZE","features":[95]},{"name":"EVENT_SRV_KEY_NOT_CREATED","features":[95]},{"name":"EVENT_SRV_KEY_NOT_FOUND","features":[95]},{"name":"EVENT_SRV_NETWORK_ERROR","features":[95]},{"name":"EVENT_SRV_NONPAGED_POOL_LIMIT","features":[95]},{"name":"EVENT_SRV_NO_BLOCKING_IO","features":[95]},{"name":"EVENT_SRV_NO_FREE_CONNECTIONS","features":[95]},{"name":"EVENT_SRV_NO_FREE_RAW_WORK_ITEM","features":[95]},{"name":"EVENT_SRV_NO_NONPAGED_POOL","features":[95]},{"name":"EVENT_SRV_NO_PAGED_POOL","features":[95]},{"name":"EVENT_SRV_NO_TRANSPORTS_BOUND","features":[95]},{"name":"EVENT_SRV_NO_VIRTUAL_MEMORY","features":[95]},{"name":"EVENT_SRV_NO_WORK_ITEM","features":[95]},{"name":"EVENT_SRV_OUT_OF_WORK_ITEM_DOS","features":[95]},{"name":"EVENT_SRV_PAGED_POOL_LIMIT","features":[95]},{"name":"EVENT_SRV_RESOURCE_SHORTAGE","features":[95]},{"name":"EVENT_SRV_SERVICE_FAILED","features":[95]},{"name":"EVENT_SRV_TOO_MANY_DOS","features":[95]},{"name":"EVENT_SRV_TXF_INIT_FAILED","features":[95]},{"name":"EVENT_SRV_UNEXPECTED_DISC","features":[95]},{"name":"EVENT_STREAMS_ALLOCB_FAILURE","features":[95]},{"name":"EVENT_STREAMS_ALLOCB_FAILURE_CNT","features":[95]},{"name":"EVENT_STREAMS_ESBALLOC_FAILURE","features":[95]},{"name":"EVENT_STREAMS_ESBALLOC_FAILURE_CNT","features":[95]},{"name":"EVENT_STREAMS_STRLOG","features":[95]},{"name":"EVENT_TAKE_OWNERSHIP","features":[95]},{"name":"EVENT_TCPIP6_STARTED","features":[95]},{"name":"EVENT_TCPIP_ADAPTER_REG_FAILURE","features":[95]},{"name":"EVENT_TCPIP_ADDRESS_CONFLICT1","features":[95]},{"name":"EVENT_TCPIP_ADDRESS_CONFLICT2","features":[95]},{"name":"EVENT_TCPIP_AUTOCONFIGURED_ADDRESS_LIMIT_REACHED","features":[95]},{"name":"EVENT_TCPIP_AUTOCONFIGURED_ROUTE_LIMIT_REACHED","features":[95]},{"name":"EVENT_TCPIP_CREATE_DEVICE_FAILED","features":[95]},{"name":"EVENT_TCPIP_DHCP_INIT_FAILED","features":[95]},{"name":"EVENT_TCPIP_INTERFACE_BIND_FAILURE","features":[95]},{"name":"EVENT_TCPIP_INVALID_ADDRESS","features":[95]},{"name":"EVENT_TCPIP_INVALID_DEFAULT_GATEWAY","features":[95]},{"name":"EVENT_TCPIP_INVALID_MASK","features":[95]},{"name":"EVENT_TCPIP_IPV4_UNINSTALLED","features":[95]},{"name":"EVENT_TCPIP_IP_INIT_FAILED","features":[95]},{"name":"EVENT_TCPIP_MEDIA_CONNECT","features":[95]},{"name":"EVENT_TCPIP_MEDIA_DISCONNECT","features":[95]},{"name":"EVENT_TCPIP_NO_ADAPTER_RESOURCES","features":[95]},{"name":"EVENT_TCPIP_NO_ADDRESS_LIST","features":[95]},{"name":"EVENT_TCPIP_NO_BINDINGS","features":[95]},{"name":"EVENT_TCPIP_NO_MASK","features":[95]},{"name":"EVENT_TCPIP_NO_MASK_LIST","features":[95]},{"name":"EVENT_TCPIP_NO_RESOURCES_FOR_INIT","features":[95]},{"name":"EVENT_TCPIP_NTE_CONTEXT_LIST_FAILURE","features":[95]},{"name":"EVENT_TCPIP_OUT_OF_ORDER_FRAGMENTS_EXCEEDED","features":[95]},{"name":"EVENT_TCPIP_PCF_CLEAR_FILTER_FAILURE","features":[95]},{"name":"EVENT_TCPIP_PCF_MISSING_CAPABILITY","features":[95]},{"name":"EVENT_TCPIP_PCF_MULTICAST_OID_ISSUE","features":[95]},{"name":"EVENT_TCPIP_PCF_NO_ARP_FILTER","features":[95]},{"name":"EVENT_TCPIP_PCF_SET_FILTER_FAILURE","features":[95]},{"name":"EVENT_TCPIP_TCP_CONNECTIONS_PERF_IMPACTED","features":[95]},{"name":"EVENT_TCPIP_TCP_CONNECT_LIMIT_REACHED","features":[95]},{"name":"EVENT_TCPIP_TCP_GLOBAL_EPHEMERAL_PORT_SPACE_EXHAUSTED","features":[95]},{"name":"EVENT_TCPIP_TCP_INIT_FAILED","features":[95]},{"name":"EVENT_TCPIP_TCP_MPP_ATTACKS_DETECTED","features":[95]},{"name":"EVENT_TCPIP_TCP_TIME_WAIT_COLLISION","features":[95]},{"name":"EVENT_TCPIP_TCP_WSD_WS_RESTRICTED","features":[95]},{"name":"EVENT_TCPIP_TOO_MANY_GATEWAYS","features":[95]},{"name":"EVENT_TCPIP_TOO_MANY_NETS","features":[95]},{"name":"EVENT_TCPIP_UDP_GLOBAL_EPHEMERAL_PORT_SPACE_EXHAUSTED","features":[95]},{"name":"EVENT_TCPIP_UDP_LIMIT_REACHED","features":[95]},{"name":"EVENT_TRANSACT_INVALID","features":[95]},{"name":"EVENT_TRANSACT_TIMEOUT","features":[95]},{"name":"EVENT_TRANSPORT_ADAPTER_NOT_FOUND","features":[95]},{"name":"EVENT_TRANSPORT_BAD_PROTOCOL","features":[95]},{"name":"EVENT_TRANSPORT_BINDING_FAILED","features":[95]},{"name":"EVENT_TRANSPORT_QUERY_OID_FAILED","features":[95]},{"name":"EVENT_TRANSPORT_REGISTER_FAILED","features":[95]},{"name":"EVENT_TRANSPORT_RESOURCE_LIMIT","features":[95]},{"name":"EVENT_TRANSPORT_RESOURCE_POOL","features":[95]},{"name":"EVENT_TRANSPORT_RESOURCE_SPECIFIC","features":[95]},{"name":"EVENT_TRANSPORT_SET_OID_FAILED","features":[95]},{"name":"EVENT_TRANSPORT_TOO_MANY_LINKS","features":[95]},{"name":"EVENT_TRANSPORT_TRANSFER_DATA","features":[95]},{"name":"EVENT_TRK_INTERNAL_ERROR","features":[95]},{"name":"EVENT_TRK_SERVICE_CORRUPT_LOG","features":[95]},{"name":"EVENT_TRK_SERVICE_DUPLICATE_VOLIDS","features":[95]},{"name":"EVENT_TRK_SERVICE_MOVE_QUOTA_EXCEEDED","features":[95]},{"name":"EVENT_TRK_SERVICE_START_FAILURE","features":[95]},{"name":"EVENT_TRK_SERVICE_START_SUCCESS","features":[95]},{"name":"EVENT_TRK_SERVICE_VOLUME_CLAIM","features":[95]},{"name":"EVENT_TRK_SERVICE_VOLUME_CREATE","features":[95]},{"name":"EVENT_TRK_SERVICE_VOL_QUOTA_EXCEEDED","features":[95]},{"name":"EVENT_UP_DRIVER_ON_MP","features":[95]},{"name":"EVENT_WEBCLIENT_CLOSE_DELETE_FAILED","features":[95]},{"name":"EVENT_WEBCLIENT_CLOSE_PROPPATCH_FAILED","features":[95]},{"name":"EVENT_WEBCLIENT_CLOSE_PUT_FAILED","features":[95]},{"name":"EVENT_WEBCLIENT_SETINFO_PROPPATCH_FAILED","features":[95]},{"name":"EVENT_WINNAT_SESSION_LIMIT_REACHED","features":[95]},{"name":"EVENT_WINSOCK_CLOSESOCKET_STUCK","features":[95]},{"name":"EVENT_WINSOCK_TDI_FILTER_DETECTED","features":[95]},{"name":"EVENT_WSK_OWNINGTHREAD_PARAMETER_IGNORED","features":[95]},{"name":"EVLEN","features":[95]},{"name":"EXTRA_EXIT_POINT","features":[95]},{"name":"EXTRA_EXIT_POINT_DELETED","features":[95]},{"name":"EXTRA_EXIT_POINT_NOT_DELETED","features":[95]},{"name":"EXTRA_VOLUME","features":[95]},{"name":"EXTRA_VOLUME_DELETED","features":[95]},{"name":"EXTRA_VOLUME_NOT_DELETED","features":[95]},{"name":"FILTER_INTERDOMAIN_TRUST_ACCOUNT","features":[95]},{"name":"FILTER_NORMAL_ACCOUNT","features":[95]},{"name":"FILTER_SERVER_TRUST_ACCOUNT","features":[95]},{"name":"FILTER_TEMP_DUPLICATE_ACCOUNT","features":[95]},{"name":"FILTER_WORKSTATION_TRUST_ACCOUNT","features":[95]},{"name":"FLAT_STRING","features":[95]},{"name":"FORCE_LEVEL_FLAGS","features":[95]},{"name":"GNLEN","features":[95]},{"name":"GROUPIDMASK","features":[95]},{"name":"GROUP_ALL_PARMNUM","features":[95]},{"name":"GROUP_ATTRIBUTES_PARMNUM","features":[95]},{"name":"GROUP_COMMENT_PARMNUM","features":[95]},{"name":"GROUP_INFO_0","features":[95]},{"name":"GROUP_INFO_1","features":[95]},{"name":"GROUP_INFO_1002","features":[95]},{"name":"GROUP_INFO_1005","features":[95]},{"name":"GROUP_INFO_2","features":[95]},{"name":"GROUP_INFO_3","features":[95,6]},{"name":"GROUP_NAME_PARMNUM","features":[95]},{"name":"GROUP_SPECIALGRP_ADMINS","features":[95]},{"name":"GROUP_SPECIALGRP_GUESTS","features":[95]},{"name":"GROUP_SPECIALGRP_LOCAL","features":[95]},{"name":"GROUP_SPECIALGRP_USERS","features":[95]},{"name":"GROUP_USERS_INFO_0","features":[95]},{"name":"GROUP_USERS_INFO_1","features":[95]},{"name":"GetNetScheduleAccountInformation","features":[95]},{"name":"HARDWARE_ADDRESS","features":[95]},{"name":"HARDWARE_ADDRESS_LENGTH","features":[95]},{"name":"HELP_MSG_FILENAME","features":[95]},{"name":"HLOG","features":[95]},{"name":"IEnumNetCfgBindingInterface","features":[95]},{"name":"IEnumNetCfgBindingPath","features":[95]},{"name":"IEnumNetCfgComponent","features":[95]},{"name":"INTERFACE_INFO_REVISION_1","features":[95]},{"name":"INVALID_TRACEID","features":[95]},{"name":"INetCfg","features":[95]},{"name":"INetCfgBindingInterface","features":[95]},{"name":"INetCfgBindingPath","features":[95]},{"name":"INetCfgClass","features":[95]},{"name":"INetCfgClassSetup","features":[95]},{"name":"INetCfgClassSetup2","features":[95]},{"name":"INetCfgComponent","features":[95]},{"name":"INetCfgComponentBindings","features":[95]},{"name":"INetCfgComponentControl","features":[95]},{"name":"INetCfgComponentNotifyBinding","features":[95]},{"name":"INetCfgComponentNotifyGlobal","features":[95]},{"name":"INetCfgComponentPropertyUi","features":[95]},{"name":"INetCfgComponentSetup","features":[95]},{"name":"INetCfgComponentSysPrep","features":[95]},{"name":"INetCfgComponentUpperEdge","features":[95]},{"name":"INetCfgLock","features":[95]},{"name":"INetCfgPnpReconfigCallback","features":[95]},{"name":"INetCfgSysPrep","features":[95]},{"name":"INetLanConnectionUiInfo","features":[95]},{"name":"INetRasConnectionIpUiInfo","features":[95]},{"name":"IPX_PROTOCOL_BASE","features":[95]},{"name":"IPX_PROTOCOL_RIP","features":[95]},{"name":"IProvisioningDomain","features":[95]},{"name":"IProvisioningProfileWireless","features":[95]},{"name":"IR_PROMISCUOUS","features":[95]},{"name":"IR_PROMISCUOUS_MULTICAST","features":[95]},{"name":"I_NetLogonControl2","features":[95]},{"name":"JOB_ADD_CURRENT_DATE","features":[95]},{"name":"JOB_EXEC_ERROR","features":[95]},{"name":"JOB_NONINTERACTIVE","features":[95]},{"name":"JOB_RUNS_TODAY","features":[95]},{"name":"JOB_RUN_PERIODICALLY","features":[95]},{"name":"KNOWLEDGE_INCONSISTENCY_DETECTED","features":[95]},{"name":"LG_INCLUDE_INDIRECT","features":[95]},{"name":"LM20_CNLEN","features":[95]},{"name":"LM20_DEVLEN","features":[95]},{"name":"LM20_DNLEN","features":[95]},{"name":"LM20_GNLEN","features":[95]},{"name":"LM20_MAXCOMMENTSZ","features":[95]},{"name":"LM20_NNLEN","features":[95]},{"name":"LM20_PATHLEN","features":[95]},{"name":"LM20_PWLEN","features":[95]},{"name":"LM20_QNLEN","features":[95]},{"name":"LM20_SERVICE_ACTIVE","features":[95]},{"name":"LM20_SERVICE_CONTINUE_PENDING","features":[95]},{"name":"LM20_SERVICE_PAUSED","features":[95]},{"name":"LM20_SERVICE_PAUSE_PENDING","features":[95]},{"name":"LM20_SNLEN","features":[95]},{"name":"LM20_STXTLEN","features":[95]},{"name":"LM20_UNCLEN","features":[95]},{"name":"LM20_UNLEN","features":[95]},{"name":"LM_REDIR_FAILURE","features":[95]},{"name":"LOCALGROUP_COMMENT_PARMNUM","features":[95]},{"name":"LOCALGROUP_INFO_0","features":[95]},{"name":"LOCALGROUP_INFO_1","features":[95]},{"name":"LOCALGROUP_INFO_1002","features":[95]},{"name":"LOCALGROUP_MEMBERS_INFO_0","features":[95,6]},{"name":"LOCALGROUP_MEMBERS_INFO_1","features":[95,6]},{"name":"LOCALGROUP_MEMBERS_INFO_2","features":[95,6]},{"name":"LOCALGROUP_MEMBERS_INFO_3","features":[95]},{"name":"LOCALGROUP_NAME_PARMNUM","features":[95]},{"name":"LOCALGROUP_USERS_INFO_0","features":[95]},{"name":"LOGFLAGS_BACKWARD","features":[95]},{"name":"LOGFLAGS_FORWARD","features":[95]},{"name":"LOGFLAGS_SEEK","features":[95]},{"name":"LOWER_GET_HINT_MASK","features":[95]},{"name":"LOWER_HINT_MASK","features":[95]},{"name":"LogErrorA","features":[95]},{"name":"LogErrorW","features":[95]},{"name":"LogEventA","features":[95]},{"name":"LogEventW","features":[95]},{"name":"MACHINE_UNJOINED","features":[95]},{"name":"MAJOR_VERSION_MASK","features":[95]},{"name":"MAXCOMMENTSZ","features":[95]},{"name":"MAXPERMENTRIES","features":[95]},{"name":"MAX_LANMAN_MESSAGE_ID","features":[95]},{"name":"MAX_NERR","features":[95]},{"name":"MAX_PASSWD_LEN","features":[95]},{"name":"MAX_PREFERRED_LENGTH","features":[95]},{"name":"MAX_PROTOCOL_DLL_LEN","features":[95]},{"name":"MAX_PROTOCOL_NAME_LEN","features":[95]},{"name":"MESSAGE_FILENAME","features":[95]},{"name":"MFE_BOUNDARY_REACHED","features":[95]},{"name":"MFE_IIF","features":[95]},{"name":"MFE_NOT_FORWARDING","features":[95]},{"name":"MFE_NOT_LAST_HOP","features":[95]},{"name":"MFE_NO_ERROR","features":[95]},{"name":"MFE_NO_MULTICAST","features":[95]},{"name":"MFE_NO_ROUTE","features":[95]},{"name":"MFE_NO_SPACE","features":[95]},{"name":"MFE_OIF_PRUNED","features":[95]},{"name":"MFE_OLD_ROUTER","features":[95]},{"name":"MFE_PROHIBITED","features":[95]},{"name":"MFE_PRUNED_UPSTREAM","features":[95]},{"name":"MFE_REACHED_CORE","features":[95]},{"name":"MFE_WRONG_IF","features":[95]},{"name":"MIN_LANMAN_MESSAGE_ID","features":[95]},{"name":"MISSING_EXIT_POINT","features":[95]},{"name":"MISSING_EXIT_POINT_CREATED","features":[95]},{"name":"MISSING_EXIT_POINT_NOT_CREATED","features":[95]},{"name":"MISSING_VOLUME","features":[95]},{"name":"MISSING_VOLUME_CREATED","features":[95]},{"name":"MISSING_VOLUME_NOT_CREATED","features":[95]},{"name":"MODALS_DOMAIN_ID_PARMNUM","features":[95]},{"name":"MODALS_DOMAIN_NAME_PARMNUM","features":[95]},{"name":"MODALS_FORCE_LOGOFF_PARMNUM","features":[95]},{"name":"MODALS_LOCKOUT_DURATION_PARMNUM","features":[95]},{"name":"MODALS_LOCKOUT_OBSERVATION_WINDOW_PARMNUM","features":[95]},{"name":"MODALS_LOCKOUT_THRESHOLD_PARMNUM","features":[95]},{"name":"MODALS_MAX_PASSWD_AGE_PARMNUM","features":[95]},{"name":"MODALS_MIN_PASSWD_AGE_PARMNUM","features":[95]},{"name":"MODALS_MIN_PASSWD_LEN_PARMNUM","features":[95]},{"name":"MODALS_PASSWD_HIST_LEN_PARMNUM","features":[95]},{"name":"MODALS_PRIMARY_PARMNUM","features":[95]},{"name":"MODALS_ROLE_PARMNUM","features":[95]},{"name":"MPR_PROTOCOL_0","features":[95]},{"name":"MRINFO_DISABLED_FLAG","features":[95]},{"name":"MRINFO_DOWN_FLAG","features":[95]},{"name":"MRINFO_LEAF_FLAG","features":[95]},{"name":"MRINFO_PIM_FLAG","features":[95]},{"name":"MRINFO_QUERIER_FLAG","features":[95]},{"name":"MRINFO_TUNNEL_FLAG","features":[95]},{"name":"MSA_INFO_0","features":[95]},{"name":"MSA_INFO_LEVEL","features":[95]},{"name":"MSA_INFO_STATE","features":[95]},{"name":"MSGNAME_FORWARDED_FROM","features":[95]},{"name":"MSGNAME_FORWARDED_TO","features":[95]},{"name":"MSGNAME_NOT_FORWARDED","features":[95]},{"name":"MSG_INFO_0","features":[95]},{"name":"MSG_INFO_1","features":[95]},{"name":"MS_ROUTER_VERSION","features":[95]},{"name":"MprSetupProtocolEnum","features":[95]},{"name":"MprSetupProtocolFree","features":[95]},{"name":"MsaInfoCanInstall","features":[95]},{"name":"MsaInfoCannotInstall","features":[95]},{"name":"MsaInfoInstalled","features":[95]},{"name":"MsaInfoLevel0","features":[95]},{"name":"MsaInfoLevelMax","features":[95]},{"name":"MsaInfoNotExist","features":[95]},{"name":"MsaInfoNotService","features":[95]},{"name":"NCF_DONTEXPOSELOWER","features":[95]},{"name":"NCF_FILTER","features":[95]},{"name":"NCF_FIXED_BINDING","features":[95]},{"name":"NCF_HAS_UI","features":[95]},{"name":"NCF_HIDDEN","features":[95]},{"name":"NCF_HIDE_BINDING","features":[95]},{"name":"NCF_LOWER","features":[95]},{"name":"NCF_LW_FILTER","features":[95]},{"name":"NCF_MULTIPORT_INSTANCED_ADAPTER","features":[95]},{"name":"NCF_NDIS_PROTOCOL","features":[95]},{"name":"NCF_NOT_USER_REMOVABLE","features":[95]},{"name":"NCF_NO_SERVICE","features":[95]},{"name":"NCF_PHYSICAL","features":[95]},{"name":"NCF_SINGLE_INSTANCE","features":[95]},{"name":"NCF_SOFTWARE_ENUMERATED","features":[95]},{"name":"NCF_UPPER","features":[95]},{"name":"NCF_VIRTUAL","features":[95]},{"name":"NCN_ADD","features":[95]},{"name":"NCN_BINDING_PATH","features":[95]},{"name":"NCN_DISABLE","features":[95]},{"name":"NCN_ENABLE","features":[95]},{"name":"NCN_NET","features":[95]},{"name":"NCN_NETCLIENT","features":[95]},{"name":"NCN_NETSERVICE","features":[95]},{"name":"NCN_NETTRANS","features":[95]},{"name":"NCN_PROPERTYCHANGE","features":[95]},{"name":"NCN_REMOVE","features":[95]},{"name":"NCN_UPDATE","features":[95]},{"name":"NCPNP_RECONFIG_LAYER","features":[95]},{"name":"NCRL_NDIS","features":[95]},{"name":"NCRL_TDI","features":[95]},{"name":"NCRP_FLAGS","features":[95]},{"name":"NCRP_QUERY_PROPERTY_UI","features":[95]},{"name":"NCRP_SHOW_PROPERTY_UI","features":[95]},{"name":"NELOG_AT_Exec_Err","features":[95]},{"name":"NELOG_AT_cannot_read","features":[95]},{"name":"NELOG_AT_cannot_write","features":[95]},{"name":"NELOG_AT_sched_err","features":[95]},{"name":"NELOG_AT_schedule_file_created","features":[95]},{"name":"NELOG_Access_File_Bad","features":[95]},{"name":"NELOG_Build_Name","features":[95]},{"name":"NELOG_Cant_Make_Msg_File","features":[95]},{"name":"NELOG_DiskFT","features":[95]},{"name":"NELOG_DriverNotLoaded","features":[95]},{"name":"NELOG_Entries_Lost","features":[95]},{"name":"NELOG_Error_in_DLL","features":[95]},{"name":"NELOG_Exec_Netservr_NoMem","features":[95]},{"name":"NELOG_FT_ErrLog_Too_Large","features":[95]},{"name":"NELOG_FT_Update_In_Progress","features":[95]},{"name":"NELOG_FailedToGetComputerName","features":[95]},{"name":"NELOG_FailedToRegisterSC","features":[95]},{"name":"NELOG_FailedToSetServiceStatus","features":[95]},{"name":"NELOG_File_Changed","features":[95]},{"name":"NELOG_Files_Dont_Fit","features":[95]},{"name":"NELOG_HardErr_From_Server","features":[95]},{"name":"NELOG_HotFix","features":[95]},{"name":"NELOG_Init_Chardev_Err","features":[95]},{"name":"NELOG_Init_Exec_Fail","features":[95]},{"name":"NELOG_Init_OpenCreate_Err","features":[95]},{"name":"NELOG_Init_Seg_Overflow","features":[95]},{"name":"NELOG_Internal_Error","features":[95]},{"name":"NELOG_Invalid_Config_File","features":[95]},{"name":"NELOG_Invalid_Config_Line","features":[95]},{"name":"NELOG_Ioctl_Error","features":[95]},{"name":"NELOG_Joined_Domain","features":[95]},{"name":"NELOG_Joined_Workgroup","features":[95]},{"name":"NELOG_Lazy_Write_Err","features":[95]},{"name":"NELOG_LocalSecFail1","features":[95]},{"name":"NELOG_LocalSecFail2","features":[95]},{"name":"NELOG_LocalSecFail3","features":[95]},{"name":"NELOG_LocalSecGeneralFail","features":[95]},{"name":"NELOG_Mail_Slt_Err","features":[95]},{"name":"NELOG_Mailslot_err","features":[95]},{"name":"NELOG_Message_Send","features":[95]},{"name":"NELOG_Missing_Parameter","features":[95]},{"name":"NELOG_Msg_Log_Err","features":[95]},{"name":"NELOG_Msg_Sem_Shutdown","features":[95]},{"name":"NELOG_Msg_Shutdown","features":[95]},{"name":"NELOG_Msg_Unexpected_SMB_Type","features":[95]},{"name":"NELOG_Name_Expansion","features":[95]},{"name":"NELOG_Ncb_Error","features":[95]},{"name":"NELOG_Ncb_TooManyErr","features":[95]},{"name":"NELOG_NetBios","features":[95]},{"name":"NELOG_NetLogonFailedToInitializeAuthzRm","features":[95]},{"name":"NELOG_NetLogonFailedToInitializeRPCSD","features":[95]},{"name":"NELOG_NetWkSta_Internal_Error","features":[95]},{"name":"NELOG_NetWkSta_NCB_Err","features":[95]},{"name":"NELOG_NetWkSta_No_Resource","features":[95]},{"name":"NELOG_NetWkSta_Reset_Err","features":[95]},{"name":"NELOG_NetWkSta_SMB_Err","features":[95]},{"name":"NELOG_NetWkSta_Stuck_VC_Err","features":[95]},{"name":"NELOG_NetWkSta_Too_Many","features":[95]},{"name":"NELOG_NetWkSta_VC_Err","features":[95]},{"name":"NELOG_NetWkSta_Write_Behind_Err","features":[95]},{"name":"NELOG_Net_Not_Started","features":[95]},{"name":"NELOG_NetlogonAddNameFailure","features":[95]},{"name":"NELOG_NetlogonAuthDCFail","features":[95]},{"name":"NELOG_NetlogonAuthDomainDowngraded","features":[95]},{"name":"NELOG_NetlogonAuthNoDomainController","features":[95]},{"name":"NELOG_NetlogonAuthNoTrustLsaSecret","features":[95]},{"name":"NELOG_NetlogonAuthNoTrustSamAccount","features":[95]},{"name":"NELOG_NetlogonAuthNoUplevelDomainController","features":[95]},{"name":"NELOG_NetlogonBadSiteName","features":[95]},{"name":"NELOG_NetlogonBadSubnetName","features":[95]},{"name":"NELOG_NetlogonBrowserDriver","features":[95]},{"name":"NELOG_NetlogonChangeLogCorrupt","features":[95]},{"name":"NELOG_NetlogonDcOldSiteCovered","features":[95]},{"name":"NELOG_NetlogonDcSiteCovered","features":[95]},{"name":"NELOG_NetlogonDcSiteNotCovered","features":[95]},{"name":"NELOG_NetlogonDcSiteNotCoveredAuto","features":[95]},{"name":"NELOG_NetlogonDnsDeregAborted","features":[95]},{"name":"NELOG_NetlogonDnsHostNameLowerCasingFailed","features":[95]},{"name":"NELOG_NetlogonDownLevelLogoffFailed","features":[95]},{"name":"NELOG_NetlogonDownLevelLogonFailed","features":[95]},{"name":"NELOG_NetlogonDuplicateMachineAccounts","features":[95]},{"name":"NELOG_NetlogonDynamicDnsDeregisterFailure","features":[95]},{"name":"NELOG_NetlogonDynamicDnsFailure","features":[95]},{"name":"NELOG_NetlogonDynamicDnsRegisterFailure","features":[95]},{"name":"NELOG_NetlogonDynamicDnsServerFailure","features":[95]},{"name":"NELOG_NetlogonFailedAccountDelta","features":[95]},{"name":"NELOG_NetlogonFailedDnsHostNameUpdate","features":[95]},{"name":"NELOG_NetlogonFailedDomainDelta","features":[95]},{"name":"NELOG_NetlogonFailedFileCreate","features":[95]},{"name":"NELOG_NetlogonFailedGlobalGroupDelta","features":[95]},{"name":"NELOG_NetlogonFailedLocalGroupDelta","features":[95]},{"name":"NELOG_NetlogonFailedPolicyDelta","features":[95]},{"name":"NELOG_NetlogonFailedPrimary","features":[95]},{"name":"NELOG_NetlogonFailedSecretDelta","features":[95]},{"name":"NELOG_NetlogonFailedSpnUpdate","features":[95]},{"name":"NELOG_NetlogonFailedToAddAuthzRpcInterface","features":[95]},{"name":"NELOG_NetlogonFailedToAddRpcInterface","features":[95]},{"name":"NELOG_NetlogonFailedToCreateShare","features":[95]},{"name":"NELOG_NetlogonFailedToReadMailslot","features":[95]},{"name":"NELOG_NetlogonFailedToRegisterSC","features":[95]},{"name":"NELOG_NetlogonFailedToUpdateTrustList","features":[95]},{"name":"NELOG_NetlogonFailedTrustedDomainDelta","features":[95]},{"name":"NELOG_NetlogonFailedUserDelta","features":[95]},{"name":"NELOG_NetlogonFullSyncCallFailed","features":[95]},{"name":"NELOG_NetlogonFullSyncCallSuccess","features":[95]},{"name":"NELOG_NetlogonFullSyncFailed","features":[95]},{"name":"NELOG_NetlogonFullSyncSuccess","features":[95]},{"name":"NELOG_NetlogonGcOldSiteCovered","features":[95]},{"name":"NELOG_NetlogonGcSiteCovered","features":[95]},{"name":"NELOG_NetlogonGcSiteNotCovered","features":[95]},{"name":"NELOG_NetlogonGcSiteNotCoveredAuto","features":[95]},{"name":"NELOG_NetlogonGetSubnetToSite","features":[95]},{"name":"NELOG_NetlogonInvalidDwordParameterValue","features":[95]},{"name":"NELOG_NetlogonInvalidGenericParameterValue","features":[95]},{"name":"NELOG_NetlogonLanmanBdcsNotAllowed","features":[95]},{"name":"NELOG_NetlogonMachinePasswdSetSucceeded","features":[95]},{"name":"NELOG_NetlogonMsaPasswdSetSucceeded","features":[95]},{"name":"NELOG_NetlogonNTLogoffFailed","features":[95]},{"name":"NELOG_NetlogonNTLogonFailed","features":[95]},{"name":"NELOG_NetlogonNdncOldSiteCovered","features":[95]},{"name":"NELOG_NetlogonNdncSiteCovered","features":[95]},{"name":"NELOG_NetlogonNdncSiteNotCovered","features":[95]},{"name":"NELOG_NetlogonNdncSiteNotCoveredAuto","features":[95]},{"name":"NELOG_NetlogonNoAddressToSiteMapping","features":[95]},{"name":"NELOG_NetlogonNoDynamicDns","features":[95]},{"name":"NELOG_NetlogonNoDynamicDnsManual","features":[95]},{"name":"NELOG_NetlogonNoSiteForClient","features":[95]},{"name":"NELOG_NetlogonNoSiteForClients","features":[95]},{"name":"NELOG_NetlogonPartialSiteMappingForClients","features":[95]},{"name":"NELOG_NetlogonPartialSyncCallFailed","features":[95]},{"name":"NELOG_NetlogonPartialSyncCallSuccess","features":[95]},{"name":"NELOG_NetlogonPartialSyncFailed","features":[95]},{"name":"NELOG_NetlogonPartialSyncSuccess","features":[95]},{"name":"NELOG_NetlogonPasswdSetFailed","features":[95]},{"name":"NELOG_NetlogonRejectedRemoteDynamicDnsDeregister","features":[95]},{"name":"NELOG_NetlogonRejectedRemoteDynamicDnsRegister","features":[95]},{"name":"NELOG_NetlogonRemoteDynamicDnsDeregisterFailure","features":[95]},{"name":"NELOG_NetlogonRemoteDynamicDnsRegisterFailure","features":[95]},{"name":"NELOG_NetlogonRemoteDynamicDnsUpdateRequestFailure","features":[95]},{"name":"NELOG_NetlogonRequireSignOrSealError","features":[95]},{"name":"NELOG_NetlogonRpcCallCancelled","features":[95]},{"name":"NELOG_NetlogonRpcPortRequestFailure","features":[95]},{"name":"NELOG_NetlogonSSIInitError","features":[95]},{"name":"NELOG_NetlogonServerAuthFailed","features":[95]},{"name":"NELOG_NetlogonServerAuthFailedNoAccount","features":[95]},{"name":"NELOG_NetlogonServerAuthNoTrustSamAccount","features":[95]},{"name":"NELOG_NetlogonSessionTypeWrong","features":[95]},{"name":"NELOG_NetlogonSpnCrackNamesFailure","features":[95]},{"name":"NELOG_NetlogonSpnMultipleSamAccountNames","features":[95]},{"name":"NELOG_NetlogonSyncError","features":[95]},{"name":"NELOG_NetlogonSystemError","features":[95]},{"name":"NELOG_NetlogonTooManyGlobalGroups","features":[95]},{"name":"NELOG_NetlogonTrackingError","features":[95]},{"name":"NELOG_NetlogonUserValidationReqInitialTimeOut","features":[95]},{"name":"NELOG_NetlogonUserValidationReqRecurringTimeOut","features":[95]},{"name":"NELOG_NetlogonUserValidationReqWaitInitialWarning","features":[95]},{"name":"NELOG_NetlogonUserValidationReqWaitRecurringWarning","features":[95]},{"name":"NELOG_NoTranportLoaded","features":[95]},{"name":"NELOG_OEM_Code","features":[95]},{"name":"NELOG_ReleaseMem_Alert","features":[95]},{"name":"NELOG_Remote_API","features":[95]},{"name":"NELOG_ReplAccessDenied","features":[95]},{"name":"NELOG_ReplBadExport","features":[95]},{"name":"NELOG_ReplBadImport","features":[95]},{"name":"NELOG_ReplBadMsg","features":[95]},{"name":"NELOG_ReplCannotMasterDir","features":[95]},{"name":"NELOG_ReplLogonFailed","features":[95]},{"name":"NELOG_ReplLostMaster","features":[95]},{"name":"NELOG_ReplMaxFiles","features":[95]},{"name":"NELOG_ReplMaxTreeDepth","features":[95]},{"name":"NELOG_ReplNetErr","features":[95]},{"name":"NELOG_ReplSignalFileErr","features":[95]},{"name":"NELOG_ReplSysErr","features":[95]},{"name":"NELOG_ReplUpdateError","features":[95]},{"name":"NELOG_ReplUserCurDir","features":[95]},{"name":"NELOG_ReplUserLoged","features":[95]},{"name":"NELOG_Resource_Shortage","features":[95]},{"name":"NELOG_RplAdapterResource","features":[95]},{"name":"NELOG_RplBackupDatabase","features":[95]},{"name":"NELOG_RplCheckConfigs","features":[95]},{"name":"NELOG_RplCheckSecurity","features":[95]},{"name":"NELOG_RplCreateProfiles","features":[95]},{"name":"NELOG_RplFileCopy","features":[95]},{"name":"NELOG_RplFileDelete","features":[95]},{"name":"NELOG_RplFilePerms","features":[95]},{"name":"NELOG_RplInitDatabase","features":[95]},{"name":"NELOG_RplInitRestoredDatabase","features":[95]},{"name":"NELOG_RplMessages","features":[95]},{"name":"NELOG_RplRegistry","features":[95]},{"name":"NELOG_RplReplaceRPLDISK","features":[95]},{"name":"NELOG_RplRestoreDatabaseFailure","features":[95]},{"name":"NELOG_RplRestoreDatabaseSuccess","features":[95]},{"name":"NELOG_RplSystem","features":[95]},{"name":"NELOG_RplUpgradeDBTo40","features":[95]},{"name":"NELOG_RplWkstaBbcFile","features":[95]},{"name":"NELOG_RplWkstaFileChecksum","features":[95]},{"name":"NELOG_RplWkstaFileLineCount","features":[95]},{"name":"NELOG_RplWkstaFileOpen","features":[95]},{"name":"NELOG_RplWkstaFileRead","features":[95]},{"name":"NELOG_RplWkstaFileSize","features":[95]},{"name":"NELOG_RplWkstaInternal","features":[95]},{"name":"NELOG_RplWkstaMemory","features":[95]},{"name":"NELOG_RplWkstaNetwork","features":[95]},{"name":"NELOG_RplWkstaTimeout","features":[95]},{"name":"NELOG_RplWkstaWrongVersion","features":[95]},{"name":"NELOG_RplXnsBoot","features":[95]},{"name":"NELOG_SMB_Illegal","features":[95]},{"name":"NELOG_Server_Lock_Failure","features":[95]},{"name":"NELOG_Service_Fail","features":[95]},{"name":"NELOG_Srv_Close_Failure","features":[95]},{"name":"NELOG_Srv_No_Mem_Grow","features":[95]},{"name":"NELOG_Srv_Thread_Failure","features":[95]},{"name":"NELOG_Srvnet_NB_Open","features":[95]},{"name":"NELOG_Srvnet_Not_Started","features":[95]},{"name":"NELOG_System_Error","features":[95]},{"name":"NELOG_System_Semaphore","features":[95]},{"name":"NELOG_UPS_CannotOpenDriver","features":[95]},{"name":"NELOG_UPS_CmdFileConfig","features":[95]},{"name":"NELOG_UPS_CmdFileError","features":[95]},{"name":"NELOG_UPS_CmdFileExec","features":[95]},{"name":"NELOG_UPS_PowerBack","features":[95]},{"name":"NELOG_UPS_PowerOut","features":[95]},{"name":"NELOG_UPS_Shutdown","features":[95]},{"name":"NELOG_Unable_To_Lock_Segment","features":[95]},{"name":"NELOG_Unable_To_Unlock_Segment","features":[95]},{"name":"NELOG_Uninstall_Service","features":[95]},{"name":"NELOG_VIO_POPUP_ERR","features":[95]},{"name":"NELOG_Wksta_Bad_Mailslot_SMB","features":[95]},{"name":"NELOG_Wksta_BiosThreadFailure","features":[95]},{"name":"NELOG_Wksta_Compname","features":[95]},{"name":"NELOG_Wksta_HostTab_Full","features":[95]},{"name":"NELOG_Wksta_Infoseg","features":[95]},{"name":"NELOG_Wksta_IniSeg","features":[95]},{"name":"NELOG_Wksta_SSIRelogon","features":[95]},{"name":"NELOG_Wksta_UASInit","features":[95]},{"name":"NELOG_Wrong_DLL_Version","features":[95]},{"name":"NERR_ACFFileIOFail","features":[95]},{"name":"NERR_ACFNoParent","features":[95]},{"name":"NERR_ACFNoRoom","features":[95]},{"name":"NERR_ACFNotFound","features":[95]},{"name":"NERR_ACFNotLoaded","features":[95]},{"name":"NERR_ACFTooManyLists","features":[95]},{"name":"NERR_AccountExpired","features":[95]},{"name":"NERR_AccountLockedOut","features":[95]},{"name":"NERR_AccountReuseBlockedByPolicy","features":[95]},{"name":"NERR_AccountUndefined","features":[95]},{"name":"NERR_AcctLimitExceeded","features":[95]},{"name":"NERR_ActiveConns","features":[95]},{"name":"NERR_AddForwarded","features":[95]},{"name":"NERR_AlertExists","features":[95]},{"name":"NERR_AlreadyCloudDomainJoined","features":[95]},{"name":"NERR_AlreadyExists","features":[95]},{"name":"NERR_AlreadyForwarded","features":[95]},{"name":"NERR_AlreadyLoggedOn","features":[95]},{"name":"NERR_BASE","features":[95]},{"name":"NERR_BadAsgType","features":[95]},{"name":"NERR_BadComponent","features":[95]},{"name":"NERR_BadControlRecv","features":[95]},{"name":"NERR_BadDest","features":[95]},{"name":"NERR_BadDev","features":[95]},{"name":"NERR_BadDevString","features":[95]},{"name":"NERR_BadDomainJoinInfo","features":[95]},{"name":"NERR_BadDosFunction","features":[95]},{"name":"NERR_BadDosRetCode","features":[95]},{"name":"NERR_BadEventName","features":[95]},{"name":"NERR_BadFileCheckSum","features":[95]},{"name":"NERR_BadOfflineJoinInfo","features":[95]},{"name":"NERR_BadPassword","features":[95]},{"name":"NERR_BadPasswordCore","features":[95]},{"name":"NERR_BadQueueDevString","features":[95]},{"name":"NERR_BadQueuePriority","features":[95]},{"name":"NERR_BadReceive","features":[95]},{"name":"NERR_BadRecipient","features":[95]},{"name":"NERR_BadServiceName","features":[95]},{"name":"NERR_BadServiceProgName","features":[95]},{"name":"NERR_BadSource","features":[95]},{"name":"NERR_BadTransactConfig","features":[95]},{"name":"NERR_BadUasConfig","features":[95]},{"name":"NERR_BadUsername","features":[95]},{"name":"NERR_BrowserConfiguredToNotRun","features":[95]},{"name":"NERR_BrowserNotStarted","features":[95]},{"name":"NERR_BrowserTableIncomplete","features":[95]},{"name":"NERR_BufTooSmall","features":[95]},{"name":"NERR_CallingRplSrvr","features":[95]},{"name":"NERR_CanNotGrowSegment","features":[95]},{"name":"NERR_CanNotGrowUASFile","features":[95]},{"name":"NERR_CannotUnjoinAadDomain","features":[95]},{"name":"NERR_CannotUpdateAadHostName","features":[95]},{"name":"NERR_CantConnectRplSrvr","features":[95]},{"name":"NERR_CantCreateJoinInfo","features":[95]},{"name":"NERR_CantLoadOfflineHive","features":[95]},{"name":"NERR_CantOpenImageFile","features":[95]},{"name":"NERR_CantType","features":[95]},{"name":"NERR_CantVerifyHostname","features":[95]},{"name":"NERR_CfgCompNotFound","features":[95]},{"name":"NERR_CfgParamNotFound","features":[95]},{"name":"NERR_ClientNameNotFound","features":[95]},{"name":"NERR_CommDevInUse","features":[95]},{"name":"NERR_ComputerAccountNotFound","features":[95]},{"name":"NERR_ConnectionInsecure","features":[95]},{"name":"NERR_DCNotFound","features":[95]},{"name":"NERR_DS8DCNotFound","features":[95]},{"name":"NERR_DS8DCRequired","features":[95]},{"name":"NERR_DS9DCNotFound","features":[95]},{"name":"NERR_DataTypeInvalid","features":[95]},{"name":"NERR_DatabaseUpToDate","features":[95]},{"name":"NERR_DefaultJoinRequired","features":[95]},{"name":"NERR_DelComputerName","features":[95]},{"name":"NERR_DeleteLater","features":[95]},{"name":"NERR_DestExists","features":[95]},{"name":"NERR_DestIdle","features":[95]},{"name":"NERR_DestInvalidOp","features":[95]},{"name":"NERR_DestInvalidState","features":[95]},{"name":"NERR_DestNoRoom","features":[95]},{"name":"NERR_DestNotFound","features":[95]},{"name":"NERR_DevInUse","features":[95]},{"name":"NERR_DevInvalidOpCode","features":[95]},{"name":"NERR_DevNotFound","features":[95]},{"name":"NERR_DevNotOpen","features":[95]},{"name":"NERR_DevNotRedirected","features":[95]},{"name":"NERR_DeviceIsShared","features":[95]},{"name":"NERR_DeviceNotShared","features":[95]},{"name":"NERR_DeviceShareConflict","features":[95]},{"name":"NERR_DfsAlreadyShared","features":[95]},{"name":"NERR_DfsBadRenamePath","features":[95]},{"name":"NERR_DfsCantCreateJunctionPoint","features":[95]},{"name":"NERR_DfsCantRemoveDfsRoot","features":[95]},{"name":"NERR_DfsCantRemoveLastServerShare","features":[95]},{"name":"NERR_DfsChildOrParentInDfs","features":[95]},{"name":"NERR_DfsCyclicalName","features":[95]},{"name":"NERR_DfsDataIsIdentical","features":[95]},{"name":"NERR_DfsDuplicateService","features":[95]},{"name":"NERR_DfsInconsistent","features":[95]},{"name":"NERR_DfsInternalCorruption","features":[95]},{"name":"NERR_DfsInternalError","features":[95]},{"name":"NERR_DfsLeafVolume","features":[95]},{"name":"NERR_DfsNoSuchServer","features":[95]},{"name":"NERR_DfsNoSuchShare","features":[95]},{"name":"NERR_DfsNoSuchVolume","features":[95]},{"name":"NERR_DfsNotALeafVolume","features":[95]},{"name":"NERR_DfsNotSupportedInServerDfs","features":[95]},{"name":"NERR_DfsServerNotDfsAware","features":[95]},{"name":"NERR_DfsServerUpgraded","features":[95]},{"name":"NERR_DfsVolumeAlreadyExists","features":[95]},{"name":"NERR_DfsVolumeDataCorrupt","features":[95]},{"name":"NERR_DfsVolumeHasMultipleServers","features":[95]},{"name":"NERR_DfsVolumeIsInterDfs","features":[95]},{"name":"NERR_DfsVolumeIsOffline","features":[95]},{"name":"NERR_DifferentServers","features":[95]},{"name":"NERR_DriverNotFound","features":[95]},{"name":"NERR_DupNameReboot","features":[95]},{"name":"NERR_DuplicateHostName","features":[95]},{"name":"NERR_DuplicateName","features":[95]},{"name":"NERR_DuplicateShare","features":[95]},{"name":"NERR_ErrCommRunSrv","features":[95]},{"name":"NERR_ErrorExecingGhost","features":[95]},{"name":"NERR_ExecFailure","features":[95]},{"name":"NERR_FileIdNotFound","features":[95]},{"name":"NERR_GroupExists","features":[95]},{"name":"NERR_GroupNotFound","features":[95]},{"name":"NERR_GrpMsgProcessor","features":[95]},{"name":"NERR_HostNameTooLong","features":[95]},{"name":"NERR_ImageParamErr","features":[95]},{"name":"NERR_InUseBySpooler","features":[95]},{"name":"NERR_IncompleteDel","features":[95]},{"name":"NERR_InternalError","features":[95]},{"name":"NERR_InvalidAPI","features":[95]},{"name":"NERR_InvalidComputer","features":[95]},{"name":"NERR_InvalidDatabase","features":[95]},{"name":"NERR_InvalidDevice","features":[95]},{"name":"NERR_InvalidLana","features":[95]},{"name":"NERR_InvalidLogSeek","features":[95]},{"name":"NERR_InvalidLogonHours","features":[95]},{"name":"NERR_InvalidMachineNameForJoin","features":[95]},{"name":"NERR_InvalidMaxUsers","features":[95]},{"name":"NERR_InvalidUASOp","features":[95]},{"name":"NERR_InvalidWorkgroupName","features":[95]},{"name":"NERR_InvalidWorkstation","features":[95]},{"name":"NERR_IsDfsShare","features":[95]},{"name":"NERR_ItemNotFound","features":[95]},{"name":"NERR_JobInvalidState","features":[95]},{"name":"NERR_JobNoRoom","features":[95]},{"name":"NERR_JobNotFound","features":[95]},{"name":"NERR_JoinPerformedMustRestart","features":[95]},{"name":"NERR_LDAPCapableDCRequired","features":[95]},{"name":"NERR_LanmanIniError","features":[95]},{"name":"NERR_LastAdmin","features":[95]},{"name":"NERR_LineTooLong","features":[95]},{"name":"NERR_LocalDrive","features":[95]},{"name":"NERR_LocalForward","features":[95]},{"name":"NERR_LogFileChanged","features":[95]},{"name":"NERR_LogFileCorrupt","features":[95]},{"name":"NERR_LogOverflow","features":[95]},{"name":"NERR_LogonDomainExists","features":[95]},{"name":"NERR_LogonNoUserPath","features":[95]},{"name":"NERR_LogonScriptError","features":[95]},{"name":"NERR_LogonServerConflict","features":[95]},{"name":"NERR_LogonServerNotFound","features":[95]},{"name":"NERR_LogonTrackingError","features":[95]},{"name":"NERR_LogonsPaused","features":[95]},{"name":"NERR_MaxLenExceeded","features":[95]},{"name":"NERR_MsgAlreadyStarted","features":[95]},{"name":"NERR_MsgInitFailed","features":[95]},{"name":"NERR_MsgNotStarted","features":[95]},{"name":"NERR_MultipleNets","features":[95]},{"name":"NERR_NameInUse","features":[95]},{"name":"NERR_NameNotForwarded","features":[95]},{"name":"NERR_NameNotFound","features":[95]},{"name":"NERR_NameUsesIncompatibleCodePage","features":[95]},{"name":"NERR_NetNameNotFound","features":[95]},{"name":"NERR_NetNotStarted","features":[95]},{"name":"NERR_NetlogonNotStarted","features":[95]},{"name":"NERR_NetworkError","features":[95]},{"name":"NERR_NoAlternateServers","features":[95]},{"name":"NERR_NoCommDevs","features":[95]},{"name":"NERR_NoComputerName","features":[95]},{"name":"NERR_NoForwardName","features":[95]},{"name":"NERR_NoJoinPending","features":[95]},{"name":"NERR_NoNetworkResource","features":[95]},{"name":"NERR_NoOfflineJoinInfo","features":[95]},{"name":"NERR_NoRoom","features":[95]},{"name":"NERR_NoRplBootSystem","features":[95]},{"name":"NERR_NoSuchAlert","features":[95]},{"name":"NERR_NoSuchConnection","features":[95]},{"name":"NERR_NoSuchServer","features":[95]},{"name":"NERR_NoSuchSession","features":[95]},{"name":"NERR_NonDosFloppyUsed","features":[95]},{"name":"NERR_NonValidatedLogon","features":[95]},{"name":"NERR_NotInCache","features":[95]},{"name":"NERR_NotInDispatchTbl","features":[95]},{"name":"NERR_NotLocalDomain","features":[95]},{"name":"NERR_NotLocalName","features":[95]},{"name":"NERR_NotLoggedOn","features":[95]},{"name":"NERR_NotPrimary","features":[95]},{"name":"NERR_OpenFiles","features":[95]},{"name":"NERR_PasswordCantChange","features":[95]},{"name":"NERR_PasswordExpired","features":[95]},{"name":"NERR_PasswordFilterError","features":[95]},{"name":"NERR_PasswordHistConflict","features":[95]},{"name":"NERR_PasswordMismatch","features":[95]},{"name":"NERR_PasswordMustChange","features":[95]},{"name":"NERR_PasswordNotComplexEnough","features":[95]},{"name":"NERR_PasswordTooLong","features":[95]},{"name":"NERR_PasswordTooRecent","features":[95]},{"name":"NERR_PasswordTooShort","features":[95]},{"name":"NERR_PausedRemote","features":[95]},{"name":"NERR_PersonalSku","features":[95]},{"name":"NERR_PlainTextSecretsRequired","features":[95]},{"name":"NERR_ProcNoRespond","features":[95]},{"name":"NERR_ProcNotFound","features":[95]},{"name":"NERR_ProfileCleanup","features":[95]},{"name":"NERR_ProfileFileTooBig","features":[95]},{"name":"NERR_ProfileLoadErr","features":[95]},{"name":"NERR_ProfileOffset","features":[95]},{"name":"NERR_ProfileSaveErr","features":[95]},{"name":"NERR_ProfileUnknownCmd","features":[95]},{"name":"NERR_ProgNeedsExtraMem","features":[95]},{"name":"NERR_ProvisioningBlobUnsupported","features":[95]},{"name":"NERR_QExists","features":[95]},{"name":"NERR_QInvalidState","features":[95]},{"name":"NERR_QNoRoom","features":[95]},{"name":"NERR_QNotFound","features":[95]},{"name":"NERR_QueueNotFound","features":[95]},{"name":"NERR_RPL_CONNECTED","features":[95]},{"name":"NERR_RedirectedPath","features":[95]},{"name":"NERR_RemoteBootFailed","features":[95]},{"name":"NERR_RemoteErr","features":[95]},{"name":"NERR_RemoteFull","features":[95]},{"name":"NERR_RemoteOnly","features":[95]},{"name":"NERR_ResourceExists","features":[95]},{"name":"NERR_ResourceNotFound","features":[95]},{"name":"NERR_RplAdapterInfoCorrupted","features":[95]},{"name":"NERR_RplAdapterNameUnavailable","features":[95]},{"name":"NERR_RplAdapterNotFound","features":[95]},{"name":"NERR_RplBackupDatabase","features":[95]},{"name":"NERR_RplBadDatabase","features":[95]},{"name":"NERR_RplBadRegistry","features":[95]},{"name":"NERR_RplBootInUse","features":[95]},{"name":"NERR_RplBootInfoCorrupted","features":[95]},{"name":"NERR_RplBootNameUnavailable","features":[95]},{"name":"NERR_RplBootNotFound","features":[95]},{"name":"NERR_RplBootRestart","features":[95]},{"name":"NERR_RplBootServiceTerm","features":[95]},{"name":"NERR_RplBootStartFailed","features":[95]},{"name":"NERR_RplCannotEnum","features":[95]},{"name":"NERR_RplConfigInfoCorrupted","features":[95]},{"name":"NERR_RplConfigNameUnavailable","features":[95]},{"name":"NERR_RplConfigNotEmpty","features":[95]},{"name":"NERR_RplConfigNotFound","features":[95]},{"name":"NERR_RplIncompatibleProfile","features":[95]},{"name":"NERR_RplInternal","features":[95]},{"name":"NERR_RplLoadrDiskErr","features":[95]},{"name":"NERR_RplLoadrNetBiosErr","features":[95]},{"name":"NERR_RplNeedsRPLUSERAcct","features":[95]},{"name":"NERR_RplNoAdaptersStarted","features":[95]},{"name":"NERR_RplNotRplServer","features":[95]},{"name":"NERR_RplProfileInfoCorrupted","features":[95]},{"name":"NERR_RplProfileNameUnavailable","features":[95]},{"name":"NERR_RplProfileNotEmpty","features":[95]},{"name":"NERR_RplProfileNotFound","features":[95]},{"name":"NERR_RplRplfilesShare","features":[95]},{"name":"NERR_RplSrvrCallFailed","features":[95]},{"name":"NERR_RplVendorInfoCorrupted","features":[95]},{"name":"NERR_RplVendorNameUnavailable","features":[95]},{"name":"NERR_RplVendorNotFound","features":[95]},{"name":"NERR_RplWkstaInfoCorrupted","features":[95]},{"name":"NERR_RplWkstaNameUnavailable","features":[95]},{"name":"NERR_RplWkstaNeedsUserAcct","features":[95]},{"name":"NERR_RplWkstaNotFound","features":[95]},{"name":"NERR_RunSrvPaused","features":[95]},{"name":"NERR_SameAsComputerName","features":[95]},{"name":"NERR_ServerNotStarted","features":[95]},{"name":"NERR_ServiceCtlBusy","features":[95]},{"name":"NERR_ServiceCtlNotValid","features":[95]},{"name":"NERR_ServiceCtlTimeout","features":[95]},{"name":"NERR_ServiceEntryLocked","features":[95]},{"name":"NERR_ServiceInstalled","features":[95]},{"name":"NERR_ServiceKillProc","features":[95]},{"name":"NERR_ServiceNotCtrl","features":[95]},{"name":"NERR_ServiceNotInstalled","features":[95]},{"name":"NERR_ServiceNotStarting","features":[95]},{"name":"NERR_ServiceTableFull","features":[95]},{"name":"NERR_ServiceTableLocked","features":[95]},{"name":"NERR_SetupAlreadyJoined","features":[95]},{"name":"NERR_SetupCheckDNSConfig","features":[95]},{"name":"NERR_SetupDomainController","features":[95]},{"name":"NERR_SetupNotJoined","features":[95]},{"name":"NERR_ShareMem","features":[95]},{"name":"NERR_ShareNotFound","features":[95]},{"name":"NERR_SourceIsDir","features":[95]},{"name":"NERR_SpeGroupOp","features":[95]},{"name":"NERR_SpoolNoMemory","features":[95]},{"name":"NERR_SpoolerNotLoaded","features":[95]},{"name":"NERR_StandaloneLogon","features":[95]},{"name":"NERR_StartingRplBoot","features":[95]},{"name":"NERR_Success","features":[95]},{"name":"NERR_SyncRequired","features":[95]},{"name":"NERR_TargetVersionUnsupported","features":[95]},{"name":"NERR_TimeDiffAtDC","features":[95]},{"name":"NERR_TmpFile","features":[95]},{"name":"NERR_TooManyAlerts","features":[95]},{"name":"NERR_TooManyConnections","features":[95]},{"name":"NERR_TooManyEntries","features":[95]},{"name":"NERR_TooManyFiles","features":[95]},{"name":"NERR_TooManyHostNames","features":[95]},{"name":"NERR_TooManyImageParams","features":[95]},{"name":"NERR_TooManyItems","features":[95]},{"name":"NERR_TooManyNames","features":[95]},{"name":"NERR_TooManyServers","features":[95]},{"name":"NERR_TooManySessions","features":[95]},{"name":"NERR_TooMuchData","features":[95]},{"name":"NERR_TruncatedBroadcast","features":[95]},{"name":"NERR_TryDownLevel","features":[95]},{"name":"NERR_UPSDriverNotStarted","features":[95]},{"name":"NERR_UPSInvalidCommPort","features":[95]},{"name":"NERR_UPSInvalidConfig","features":[95]},{"name":"NERR_UPSShutdownFailed","features":[95]},{"name":"NERR_UPSSignalAsserted","features":[95]},{"name":"NERR_UnableToAddName_F","features":[95]},{"name":"NERR_UnableToAddName_W","features":[95]},{"name":"NERR_UnableToDelName_F","features":[95]},{"name":"NERR_UnableToDelName_W","features":[95]},{"name":"NERR_UnknownDevDir","features":[95]},{"name":"NERR_UnknownServer","features":[95]},{"name":"NERR_UseNotFound","features":[95]},{"name":"NERR_UserExists","features":[95]},{"name":"NERR_UserInGroup","features":[95]},{"name":"NERR_UserLogon","features":[95]},{"name":"NERR_UserNotFound","features":[95]},{"name":"NERR_UserNotInGroup","features":[95]},{"name":"NERR_ValuesNotSet","features":[95]},{"name":"NERR_WkstaInconsistentState","features":[95]},{"name":"NERR_WkstaNotStarted","features":[95]},{"name":"NERR_WriteFault","features":[95]},{"name":"NETBIOS_NAME_LEN","features":[95]},{"name":"NETCFG_CLIENT_CID_MS_MSClient","features":[95]},{"name":"NETCFG_E_ACTIVE_RAS_CONNECTIONS","features":[95]},{"name":"NETCFG_E_ADAPTER_NOT_FOUND","features":[95]},{"name":"NETCFG_E_ALREADY_INITIALIZED","features":[95]},{"name":"NETCFG_E_COMPONENT_REMOVED_PENDING_REBOOT","features":[95]},{"name":"NETCFG_E_DUPLICATE_INSTANCEID","features":[95]},{"name":"NETCFG_E_IN_USE","features":[95]},{"name":"NETCFG_E_MAX_FILTER_LIMIT","features":[95]},{"name":"NETCFG_E_NEED_REBOOT","features":[95]},{"name":"NETCFG_E_NOT_INITIALIZED","features":[95]},{"name":"NETCFG_E_NO_WRITE_LOCK","features":[95]},{"name":"NETCFG_E_VMSWITCH_ACTIVE_OVER_ADAPTER","features":[95]},{"name":"NETCFG_SERVICE_CID_MS_NETBIOS","features":[95]},{"name":"NETCFG_SERVICE_CID_MS_PSCHED","features":[95]},{"name":"NETCFG_SERVICE_CID_MS_SERVER","features":[95]},{"name":"NETCFG_SERVICE_CID_MS_WLBS","features":[95]},{"name":"NETCFG_S_CAUSED_SETUP_CHANGE","features":[95]},{"name":"NETCFG_S_COMMIT_NOW","features":[95]},{"name":"NETCFG_S_DISABLE_QUERY","features":[95]},{"name":"NETCFG_S_REBOOT","features":[95]},{"name":"NETCFG_S_STILL_REFERENCED","features":[95]},{"name":"NETCFG_TRANS_CID_MS_APPLETALK","features":[95]},{"name":"NETCFG_TRANS_CID_MS_NETBEUI","features":[95]},{"name":"NETCFG_TRANS_CID_MS_NETMON","features":[95]},{"name":"NETCFG_TRANS_CID_MS_NWIPX","features":[95]},{"name":"NETCFG_TRANS_CID_MS_NWSPX","features":[95]},{"name":"NETCFG_TRANS_CID_MS_TCPIP","features":[95]},{"name":"NETLOGON_CONTROL_BACKUP_CHANGE_LOG","features":[95]},{"name":"NETLOGON_CONTROL_BREAKPOINT","features":[95]},{"name":"NETLOGON_CONTROL_CHANGE_PASSWORD","features":[95]},{"name":"NETLOGON_CONTROL_FIND_USER","features":[95]},{"name":"NETLOGON_CONTROL_FORCE_DNS_REG","features":[95]},{"name":"NETLOGON_CONTROL_PDC_REPLICATE","features":[95]},{"name":"NETLOGON_CONTROL_QUERY","features":[95]},{"name":"NETLOGON_CONTROL_QUERY_DNS_REG","features":[95]},{"name":"NETLOGON_CONTROL_QUERY_ENC_TYPES","features":[95]},{"name":"NETLOGON_CONTROL_REDISCOVER","features":[95]},{"name":"NETLOGON_CONTROL_REPLICATE","features":[95]},{"name":"NETLOGON_CONTROL_SET_DBFLAG","features":[95]},{"name":"NETLOGON_CONTROL_SYNCHRONIZE","features":[95]},{"name":"NETLOGON_CONTROL_TC_QUERY","features":[95]},{"name":"NETLOGON_CONTROL_TC_VERIFY","features":[95]},{"name":"NETLOGON_CONTROL_TRANSPORT_NOTIFY","features":[95]},{"name":"NETLOGON_CONTROL_TRUNCATE_LOG","features":[95]},{"name":"NETLOGON_CONTROL_UNLOAD_NETLOGON_DLL","features":[95]},{"name":"NETLOGON_DNS_UPDATE_FAILURE","features":[95]},{"name":"NETLOGON_FULL_SYNC_REPLICATION","features":[95]},{"name":"NETLOGON_HAS_IP","features":[95]},{"name":"NETLOGON_HAS_TIMESERV","features":[95]},{"name":"NETLOGON_INFO_1","features":[95]},{"name":"NETLOGON_INFO_2","features":[95]},{"name":"NETLOGON_INFO_3","features":[95]},{"name":"NETLOGON_INFO_4","features":[95]},{"name":"NETLOGON_REDO_NEEDED","features":[95]},{"name":"NETLOGON_REPLICATION_IN_PROGRESS","features":[95]},{"name":"NETLOGON_REPLICATION_NEEDED","features":[95]},{"name":"NETLOGON_VERIFY_STATUS_RETURNED","features":[95]},{"name":"NETLOG_NetlogonNonWindowsSupportsSecureRpc","features":[95]},{"name":"NETLOG_NetlogonRc4Allowed","features":[95]},{"name":"NETLOG_NetlogonRc4Denied","features":[95]},{"name":"NETLOG_NetlogonRpcBacklogLimitFailure","features":[95]},{"name":"NETLOG_NetlogonRpcBacklogLimitSet","features":[95]},{"name":"NETLOG_NetlogonRpcSigningClient","features":[95]},{"name":"NETLOG_NetlogonRpcSigningTrust","features":[95]},{"name":"NETLOG_NetlogonUnsecureRpcClient","features":[95]},{"name":"NETLOG_NetlogonUnsecureRpcMachineAllowedBySsdl","features":[95]},{"name":"NETLOG_NetlogonUnsecureRpcTrust","features":[95]},{"name":"NETLOG_NetlogonUnsecureRpcTrustAllowedBySsdl","features":[95]},{"name":"NETLOG_NetlogonUnsecuredRpcMachineTemporarilyAllowed","features":[95]},{"name":"NETLOG_PassThruFilterError_Request_AdminOverride","features":[95]},{"name":"NETLOG_PassThruFilterError_Request_Blocked","features":[95]},{"name":"NETLOG_PassThruFilterError_Summary_AdminOverride","features":[95]},{"name":"NETLOG_PassThruFilterError_Summary_Blocked","features":[95]},{"name":"NETMAN_VARTYPE_HARDWARE_ADDRESS","features":[95]},{"name":"NETMAN_VARTYPE_STRING","features":[95]},{"name":"NETMAN_VARTYPE_ULONG","features":[95]},{"name":"NETSETUP_ACCT_CREATE","features":[95]},{"name":"NETSETUP_ACCT_DELETE","features":[95]},{"name":"NETSETUP_ALT_SAMACCOUNTNAME","features":[95]},{"name":"NETSETUP_AMBIGUOUS_DC","features":[95]},{"name":"NETSETUP_DEFER_SPN_SET","features":[95]},{"name":"NETSETUP_DNS_NAME_CHANGES_ONLY","features":[95]},{"name":"NETSETUP_DOMAIN_JOIN_IF_JOINED","features":[95]},{"name":"NETSETUP_DONT_CONTROL_SERVICES","features":[95]},{"name":"NETSETUP_FORCE_SPN_SET","features":[95]},{"name":"NETSETUP_IGNORE_UNSUPPORTED_FLAGS","features":[95]},{"name":"NETSETUP_INSTALL_INVOCATION","features":[95]},{"name":"NETSETUP_JOIN_DC_ACCOUNT","features":[95]},{"name":"NETSETUP_JOIN_DOMAIN","features":[95]},{"name":"NETSETUP_JOIN_READONLY","features":[95]},{"name":"NETSETUP_JOIN_STATUS","features":[95]},{"name":"NETSETUP_JOIN_UNSECURE","features":[95]},{"name":"NETSETUP_JOIN_WITH_NEW_NAME","features":[95]},{"name":"NETSETUP_MACHINE_PWD_PASSED","features":[95]},{"name":"NETSETUP_NAME_TYPE","features":[95]},{"name":"NETSETUP_NO_ACCT_REUSE","features":[95]},{"name":"NETSETUP_NO_NETLOGON_CACHE","features":[95]},{"name":"NETSETUP_PROVISION","features":[95]},{"name":"NETSETUP_PROVISIONING_PARAMS","features":[95]},{"name":"NETSETUP_PROVISIONING_PARAMS_CURRENT_VERSION","features":[95]},{"name":"NETSETUP_PROVISIONING_PARAMS_WIN8_VERSION","features":[95]},{"name":"NETSETUP_PROVISION_CHECK_PWD_ONLY","features":[95]},{"name":"NETSETUP_PROVISION_DOWNLEVEL_PRIV_SUPPORT","features":[95]},{"name":"NETSETUP_PROVISION_ONLINE_CALLER","features":[95]},{"name":"NETSETUP_PROVISION_PERSISTENTSITE","features":[95]},{"name":"NETSETUP_PROVISION_REUSE_ACCOUNT","features":[95]},{"name":"NETSETUP_PROVISION_ROOT_CA_CERTS","features":[95]},{"name":"NETSETUP_PROVISION_SKIP_ACCOUNT_SEARCH","features":[95]},{"name":"NETSETUP_PROVISION_USE_DEFAULT_PASSWORD","features":[95]},{"name":"NETSETUP_SET_MACHINE_NAME","features":[95]},{"name":"NETSETUP_WIN9X_UPGRADE","features":[95]},{"name":"NETWORK_INSTALL_TIME","features":[95]},{"name":"NETWORK_NAME","features":[95]},{"name":"NETWORK_UPGRADE_TYPE","features":[95]},{"name":"NET_COMPUTER_NAME_TYPE","features":[95]},{"name":"NET_DFS_ENUM","features":[95]},{"name":"NET_DFS_ENUMEX","features":[95]},{"name":"NET_DISPLAY_GROUP","features":[95]},{"name":"NET_DISPLAY_MACHINE","features":[95]},{"name":"NET_DISPLAY_USER","features":[95]},{"name":"NET_IGNORE_UNSUPPORTED_FLAGS","features":[95]},{"name":"NET_JOIN_DOMAIN_JOIN_OPTIONS","features":[95]},{"name":"NET_REMOTE_COMPUTER_SUPPORTS_OPTIONS","features":[95]},{"name":"NET_REQUEST_PROVISION_OPTIONS","features":[95]},{"name":"NET_SERVER_TYPE","features":[95]},{"name":"NET_USER_ENUM_FILTER_FLAGS","features":[95]},{"name":"NET_VALIDATE_AUTHENTICATION_INPUT_ARG","features":[3,95]},{"name":"NET_VALIDATE_BAD_PASSWORD_COUNT","features":[95]},{"name":"NET_VALIDATE_BAD_PASSWORD_TIME","features":[95]},{"name":"NET_VALIDATE_LOCKOUT_TIME","features":[95]},{"name":"NET_VALIDATE_OUTPUT_ARG","features":[3,95]},{"name":"NET_VALIDATE_PASSWORD_CHANGE_INPUT_ARG","features":[3,95]},{"name":"NET_VALIDATE_PASSWORD_HASH","features":[95]},{"name":"NET_VALIDATE_PASSWORD_HISTORY","features":[95]},{"name":"NET_VALIDATE_PASSWORD_HISTORY_LENGTH","features":[95]},{"name":"NET_VALIDATE_PASSWORD_LAST_SET","features":[95]},{"name":"NET_VALIDATE_PASSWORD_RESET_INPUT_ARG","features":[3,95]},{"name":"NET_VALIDATE_PASSWORD_TYPE","features":[95]},{"name":"NET_VALIDATE_PERSISTED_FIELDS","features":[3,95]},{"name":"NON_VALIDATED_LOGON","features":[95]},{"name":"NOT_A_DFS_PATH","features":[95]},{"name":"NO_PERMISSION_REQUIRED","features":[95]},{"name":"NSF_COMPONENT_UPDATE","features":[95]},{"name":"NSF_POSTSYSINSTALL","features":[95]},{"name":"NSF_PRIMARYINSTALL","features":[95]},{"name":"NSF_WIN16_UPGRADE","features":[95]},{"name":"NSF_WIN95_UPGRADE","features":[95]},{"name":"NSF_WINNT_SBS_UPGRADE","features":[95]},{"name":"NSF_WINNT_SVR_UPGRADE","features":[95]},{"name":"NSF_WINNT_WKS_UPGRADE","features":[95]},{"name":"NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN","features":[95]},{"name":"NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET","features":[95]},{"name":"NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN","features":[95]},{"name":"NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET","features":[95]},{"name":"NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN","features":[95]},{"name":"NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET","features":[95]},{"name":"NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN","features":[95]},{"name":"NTFRSPRF_OPEN_RPC_CALL_ERROR_SET","features":[95]},{"name":"NTFRSPRF_REGISTRY_ERROR_CONN","features":[95]},{"name":"NTFRSPRF_REGISTRY_ERROR_SET","features":[95]},{"name":"NTFRSPRF_VIRTUALALLOC_ERROR_CONN","features":[95]},{"name":"NTFRSPRF_VIRTUALALLOC_ERROR_SET","features":[95]},{"name":"NULL_USERSETINFO_PASSWD","features":[95]},{"name":"NWSAP_DISPLAY_NAME","features":[95]},{"name":"NWSAP_EVENT_BADWANFILTER_VALUE","features":[95]},{"name":"NWSAP_EVENT_BIND_FAILED","features":[95]},{"name":"NWSAP_EVENT_CARDLISTEVENT_FAIL","features":[95]},{"name":"NWSAP_EVENT_CARDMALLOC_FAILED","features":[95]},{"name":"NWSAP_EVENT_CREATELPCEVENT_ERROR","features":[95]},{"name":"NWSAP_EVENT_CREATELPCPORT_ERROR","features":[95]},{"name":"NWSAP_EVENT_GETSOCKNAME_FAILED","features":[95]},{"name":"NWSAP_EVENT_HASHTABLE_MALLOC_FAILED","features":[95]},{"name":"NWSAP_EVENT_INVALID_FILTERNAME","features":[95]},{"name":"NWSAP_EVENT_KEY_NOT_FOUND","features":[95]},{"name":"NWSAP_EVENT_LPCHANDLEMEMORY_ERROR","features":[95]},{"name":"NWSAP_EVENT_LPCLISTENMEMORY_ERROR","features":[95]},{"name":"NWSAP_EVENT_NOCARDS","features":[95]},{"name":"NWSAP_EVENT_OPTBCASTINADDR_FAILED","features":[95]},{"name":"NWSAP_EVENT_OPTEXTENDEDADDR_FAILED","features":[95]},{"name":"NWSAP_EVENT_OPTMAXADAPTERNUM_ERROR","features":[95]},{"name":"NWSAP_EVENT_RECVSEM_FAIL","features":[95]},{"name":"NWSAP_EVENT_SDMDEVENT_FAIL","features":[95]},{"name":"NWSAP_EVENT_SENDEVENT_FAIL","features":[95]},{"name":"NWSAP_EVENT_SETOPTBCAST_FAILED","features":[95]},{"name":"NWSAP_EVENT_SOCKET_FAILED","features":[95]},{"name":"NWSAP_EVENT_STARTLPCWORKER_ERROR","features":[95]},{"name":"NWSAP_EVENT_STARTRECEIVE_ERROR","features":[95]},{"name":"NWSAP_EVENT_STARTWANCHECK_ERROR","features":[95]},{"name":"NWSAP_EVENT_STARTWANWORKER_ERROR","features":[95]},{"name":"NWSAP_EVENT_STARTWORKER_ERROR","features":[95]},{"name":"NWSAP_EVENT_TABLE_MALLOC_FAILED","features":[95]},{"name":"NWSAP_EVENT_THREADEVENT_FAIL","features":[95]},{"name":"NWSAP_EVENT_WANBIND_FAILED","features":[95]},{"name":"NWSAP_EVENT_WANEVENT_ERROR","features":[95]},{"name":"NWSAP_EVENT_WANHANDLEMEMORY_ERROR","features":[95]},{"name":"NWSAP_EVENT_WANSEM_FAIL","features":[95]},{"name":"NWSAP_EVENT_WANSOCKET_FAILED","features":[95]},{"name":"NWSAP_EVENT_WSASTARTUP_FAILED","features":[95]},{"name":"NetAccessAdd","features":[95]},{"name":"NetAccessDel","features":[95]},{"name":"NetAccessEnum","features":[95]},{"name":"NetAccessGetInfo","features":[95]},{"name":"NetAccessGetUserPerms","features":[95]},{"name":"NetAccessSetInfo","features":[95]},{"name":"NetAddAlternateComputerName","features":[95]},{"name":"NetAddServiceAccount","features":[3,95]},{"name":"NetAlertRaise","features":[95]},{"name":"NetAlertRaiseEx","features":[95]},{"name":"NetAllComputerNames","features":[95]},{"name":"NetAlternateComputerNames","features":[95]},{"name":"NetApiBufferAllocate","features":[95]},{"name":"NetApiBufferFree","features":[95]},{"name":"NetApiBufferReallocate","features":[95]},{"name":"NetApiBufferSize","features":[95]},{"name":"NetAuditClear","features":[95]},{"name":"NetAuditRead","features":[95]},{"name":"NetAuditWrite","features":[95]},{"name":"NetComputerNameTypeMax","features":[95]},{"name":"NetConfigGet","features":[95]},{"name":"NetConfigGetAll","features":[95]},{"name":"NetConfigSet","features":[95]},{"name":"NetCreateProvisioningPackage","features":[95]},{"name":"NetEnumerateComputerNames","features":[95]},{"name":"NetEnumerateServiceAccounts","features":[3,95]},{"name":"NetErrorLogClear","features":[95]},{"name":"NetErrorLogRead","features":[95]},{"name":"NetErrorLogWrite","features":[95]},{"name":"NetFreeAadJoinInformation","features":[3,95,70]},{"name":"NetGetAadJoinInformation","features":[3,95,70]},{"name":"NetGetAnyDCName","features":[95]},{"name":"NetGetDCName","features":[95]},{"name":"NetGetDisplayInformationIndex","features":[95]},{"name":"NetGetJoinInformation","features":[95]},{"name":"NetGetJoinableOUs","features":[95]},{"name":"NetGroupAdd","features":[95]},{"name":"NetGroupAddUser","features":[95]},{"name":"NetGroupDel","features":[95]},{"name":"NetGroupDelUser","features":[95]},{"name":"NetGroupEnum","features":[95]},{"name":"NetGroupGetInfo","features":[95]},{"name":"NetGroupGetUsers","features":[95]},{"name":"NetGroupSetInfo","features":[95]},{"name":"NetGroupSetUsers","features":[95]},{"name":"NetIsServiceAccount","features":[3,95]},{"name":"NetJoinDomain","features":[95]},{"name":"NetLocalGroupAdd","features":[95]},{"name":"NetLocalGroupAddMember","features":[95,6]},{"name":"NetLocalGroupAddMembers","features":[95]},{"name":"NetLocalGroupDel","features":[95]},{"name":"NetLocalGroupDelMember","features":[95,6]},{"name":"NetLocalGroupDelMembers","features":[95]},{"name":"NetLocalGroupEnum","features":[95]},{"name":"NetLocalGroupGetInfo","features":[95]},{"name":"NetLocalGroupGetMembers","features":[95]},{"name":"NetLocalGroupSetInfo","features":[95]},{"name":"NetLocalGroupSetMembers","features":[95]},{"name":"NetMessageBufferSend","features":[95]},{"name":"NetMessageNameAdd","features":[95]},{"name":"NetMessageNameDel","features":[95]},{"name":"NetMessageNameEnum","features":[95]},{"name":"NetMessageNameGetInfo","features":[95]},{"name":"NetPrimaryComputerName","features":[95]},{"name":"NetProvisionComputerAccount","features":[95]},{"name":"NetProvisioning","features":[95]},{"name":"NetQueryDisplayInformation","features":[95]},{"name":"NetQueryServiceAccount","features":[3,95]},{"name":"NetRemoteComputerSupports","features":[95]},{"name":"NetRemoteTOD","features":[95]},{"name":"NetRemoveAlternateComputerName","features":[95]},{"name":"NetRemoveServiceAccount","features":[3,95]},{"name":"NetRenameMachineInDomain","features":[95]},{"name":"NetReplExportDirAdd","features":[95]},{"name":"NetReplExportDirDel","features":[95]},{"name":"NetReplExportDirEnum","features":[95]},{"name":"NetReplExportDirGetInfo","features":[95]},{"name":"NetReplExportDirLock","features":[95]},{"name":"NetReplExportDirSetInfo","features":[95]},{"name":"NetReplExportDirUnlock","features":[95]},{"name":"NetReplGetInfo","features":[95]},{"name":"NetReplImportDirAdd","features":[95]},{"name":"NetReplImportDirDel","features":[95]},{"name":"NetReplImportDirEnum","features":[95]},{"name":"NetReplImportDirGetInfo","features":[95]},{"name":"NetReplImportDirLock","features":[95]},{"name":"NetReplImportDirUnlock","features":[95]},{"name":"NetReplSetInfo","features":[95]},{"name":"NetRequestOfflineDomainJoin","features":[95]},{"name":"NetRequestProvisioningPackageInstall","features":[95]},{"name":"NetScheduleJobAdd","features":[95]},{"name":"NetScheduleJobDel","features":[95]},{"name":"NetScheduleJobEnum","features":[95]},{"name":"NetScheduleJobGetInfo","features":[95]},{"name":"NetServerComputerNameAdd","features":[95]},{"name":"NetServerComputerNameDel","features":[95]},{"name":"NetServerDiskEnum","features":[95]},{"name":"NetServerEnum","features":[95]},{"name":"NetServerGetInfo","features":[95]},{"name":"NetServerSetInfo","features":[95]},{"name":"NetServerTransportAdd","features":[95]},{"name":"NetServerTransportAddEx","features":[95]},{"name":"NetServerTransportDel","features":[95]},{"name":"NetServerTransportEnum","features":[95]},{"name":"NetServiceControl","features":[95]},{"name":"NetServiceEnum","features":[95]},{"name":"NetServiceGetInfo","features":[95]},{"name":"NetServiceInstall","features":[95]},{"name":"NetSetPrimaryComputerName","features":[95]},{"name":"NetSetupDnsMachine","features":[95]},{"name":"NetSetupDomain","features":[95]},{"name":"NetSetupDomainName","features":[95]},{"name":"NetSetupMachine","features":[95]},{"name":"NetSetupNonExistentDomain","features":[95]},{"name":"NetSetupUnjoined","features":[95]},{"name":"NetSetupUnknown","features":[95]},{"name":"NetSetupUnknownStatus","features":[95]},{"name":"NetSetupWorkgroup","features":[95]},{"name":"NetSetupWorkgroupName","features":[95]},{"name":"NetUnjoinDomain","features":[95]},{"name":"NetUseAdd","features":[95]},{"name":"NetUseDel","features":[95]},{"name":"NetUseEnum","features":[95]},{"name":"NetUseGetInfo","features":[95]},{"name":"NetUserAdd","features":[95]},{"name":"NetUserChangePassword","features":[95]},{"name":"NetUserDel","features":[95]},{"name":"NetUserEnum","features":[95]},{"name":"NetUserGetGroups","features":[95]},{"name":"NetUserGetInfo","features":[95]},{"name":"NetUserGetLocalGroups","features":[95]},{"name":"NetUserModalsGet","features":[95]},{"name":"NetUserModalsSet","features":[95]},{"name":"NetUserSetGroups","features":[95]},{"name":"NetUserSetInfo","features":[95]},{"name":"NetValidateAuthentication","features":[95]},{"name":"NetValidateName","features":[95]},{"name":"NetValidatePasswordChange","features":[95]},{"name":"NetValidatePasswordPolicy","features":[95]},{"name":"NetValidatePasswordPolicyFree","features":[95]},{"name":"NetValidatePasswordReset","features":[95]},{"name":"NetWkstaGetInfo","features":[95]},{"name":"NetWkstaSetInfo","features":[95]},{"name":"NetWkstaTransportAdd","features":[95]},{"name":"NetWkstaTransportDel","features":[95]},{"name":"NetWkstaTransportEnum","features":[95]},{"name":"NetWkstaUserEnum","features":[95]},{"name":"NetWkstaUserGetInfo","features":[95]},{"name":"NetWkstaUserSetInfo","features":[95]},{"name":"OBO_COMPONENT","features":[95]},{"name":"OBO_SOFTWARE","features":[95]},{"name":"OBO_TOKEN","features":[3,95]},{"name":"OBO_TOKEN_TYPE","features":[95]},{"name":"OBO_USER","features":[95]},{"name":"OS2MSG_FILENAME","features":[95]},{"name":"PARMNUM_ALL","features":[95]},{"name":"PARMNUM_BASE_INFOLEVEL","features":[95]},{"name":"PARM_ERROR_NONE","features":[95]},{"name":"PARM_ERROR_UNKNOWN","features":[95]},{"name":"PASSWORD_EXPIRED","features":[95]},{"name":"PATHLEN","features":[95]},{"name":"PLATFORM_ID_DOS","features":[95]},{"name":"PLATFORM_ID_NT","features":[95]},{"name":"PLATFORM_ID_OS2","features":[95]},{"name":"PLATFORM_ID_OSF","features":[95]},{"name":"PLATFORM_ID_VMS","features":[95]},{"name":"PREFIX_MISMATCH","features":[95]},{"name":"PREFIX_MISMATCH_FIXED","features":[95]},{"name":"PREFIX_MISMATCH_NOT_FIXED","features":[95]},{"name":"PRINT_OTHER_INFO","features":[95]},{"name":"PRJOB_COMPLETE","features":[95]},{"name":"PRJOB_DELETED","features":[95]},{"name":"PRJOB_DESTNOPAPER","features":[95]},{"name":"PRJOB_DESTOFFLINE","features":[95]},{"name":"PRJOB_DESTPAUSED","features":[95]},{"name":"PRJOB_DEVSTATUS","features":[95]},{"name":"PRJOB_ERROR","features":[95]},{"name":"PRJOB_INTERV","features":[95]},{"name":"PRJOB_NOTIFY","features":[95]},{"name":"PRJOB_QSTATUS","features":[95]},{"name":"PRJOB_QS_PAUSED","features":[95]},{"name":"PRJOB_QS_PRINTING","features":[95]},{"name":"PRJOB_QS_QUEUED","features":[95]},{"name":"PRJOB_QS_SPOOLING","features":[95]},{"name":"PROTO_IPV6_DHCP","features":[95]},{"name":"PROTO_IP_ALG","features":[95]},{"name":"PROTO_IP_BGMP","features":[95]},{"name":"PROTO_IP_BOOTP","features":[95]},{"name":"PROTO_IP_DHCP_ALLOCATOR","features":[95]},{"name":"PROTO_IP_DIFFSERV","features":[95]},{"name":"PROTO_IP_DNS_PROXY","features":[95]},{"name":"PROTO_IP_DTP","features":[95]},{"name":"PROTO_IP_FTP","features":[95]},{"name":"PROTO_IP_H323","features":[95]},{"name":"PROTO_IP_IGMP","features":[95]},{"name":"PROTO_IP_MGM","features":[95]},{"name":"PROTO_IP_MSDP","features":[95]},{"name":"PROTO_IP_NAT","features":[95]},{"name":"PROTO_IP_VRRP","features":[95]},{"name":"PROTO_TYPE_MCAST","features":[95]},{"name":"PROTO_TYPE_MS0","features":[95]},{"name":"PROTO_TYPE_MS1","features":[95]},{"name":"PROTO_TYPE_UCAST","features":[95]},{"name":"PROTO_VENDOR_MS0","features":[95]},{"name":"PROTO_VENDOR_MS1","features":[95]},{"name":"PROTO_VENDOR_MS2","features":[95]},{"name":"PWLEN","features":[95]},{"name":"QNLEN","features":[95]},{"name":"RASCON_IPUI","features":[3,95]},{"name":"RASCON_UIINFO_FLAGS","features":[95]},{"name":"RCUIF_DEMAND_DIAL","features":[95]},{"name":"RCUIF_DISABLE_CLASS_BASED_ROUTE","features":[95]},{"name":"RCUIF_ENABLE_NBT","features":[95]},{"name":"RCUIF_NOT_ADMIN","features":[95]},{"name":"RCUIF_USE_DISABLE_REGISTER_DNS","features":[95]},{"name":"RCUIF_USE_HEADER_COMPRESSION","features":[95]},{"name":"RCUIF_USE_IPv4_EXPLICIT_METRIC","features":[95]},{"name":"RCUIF_USE_IPv4_NAME_SERVERS","features":[95]},{"name":"RCUIF_USE_IPv4_REMOTE_GATEWAY","features":[95]},{"name":"RCUIF_USE_IPv4_STATICADDRESS","features":[95]},{"name":"RCUIF_USE_IPv6_EXPLICIT_METRIC","features":[95]},{"name":"RCUIF_USE_IPv6_NAME_SERVERS","features":[95]},{"name":"RCUIF_USE_IPv6_REMOTE_GATEWAY","features":[95]},{"name":"RCUIF_USE_IPv6_STATICADDRESS","features":[95]},{"name":"RCUIF_USE_PRIVATE_DNS_SUFFIX","features":[95]},{"name":"RCUIF_VPN","features":[95]},{"name":"REGISTER_PROTOCOL_ENTRY_POINT_STRING","features":[95]},{"name":"REPL_EDIR_INFO_0","features":[95]},{"name":"REPL_EDIR_INFO_1","features":[95]},{"name":"REPL_EDIR_INFO_1000","features":[95]},{"name":"REPL_EDIR_INFO_1001","features":[95]},{"name":"REPL_EDIR_INFO_2","features":[95]},{"name":"REPL_EXPORT_EXTENT_INFOLEVEL","features":[95]},{"name":"REPL_EXPORT_INTEGRITY_INFOLEVEL","features":[95]},{"name":"REPL_EXTENT_FILE","features":[95]},{"name":"REPL_EXTENT_TREE","features":[95]},{"name":"REPL_GUARDTIME_INFOLEVEL","features":[95]},{"name":"REPL_IDIR_INFO_0","features":[95]},{"name":"REPL_IDIR_INFO_1","features":[95]},{"name":"REPL_INFO_0","features":[95]},{"name":"REPL_INFO_1000","features":[95]},{"name":"REPL_INFO_1001","features":[95]},{"name":"REPL_INFO_1002","features":[95]},{"name":"REPL_INFO_1003","features":[95]},{"name":"REPL_INTEGRITY_FILE","features":[95]},{"name":"REPL_INTEGRITY_TREE","features":[95]},{"name":"REPL_INTERVAL_INFOLEVEL","features":[95]},{"name":"REPL_PULSE_INFOLEVEL","features":[95]},{"name":"REPL_RANDOM_INFOLEVEL","features":[95]},{"name":"REPL_ROLE_BOTH","features":[95]},{"name":"REPL_ROLE_EXPORT","features":[95]},{"name":"REPL_ROLE_IMPORT","features":[95]},{"name":"REPL_STATE_NEVER_REPLICATED","features":[95]},{"name":"REPL_STATE_NO_MASTER","features":[95]},{"name":"REPL_STATE_NO_SYNC","features":[95]},{"name":"REPL_STATE_OK","features":[95]},{"name":"REPL_UNLOCK_FORCE","features":[95]},{"name":"REPL_UNLOCK_NOFORCE","features":[95]},{"name":"RF_ADD_ALL_INTERFACES","features":[95]},{"name":"RF_DEMAND_UPDATE_ROUTES","features":[95]},{"name":"RF_MULTICAST","features":[95]},{"name":"RF_POWER","features":[95]},{"name":"RF_ROUTING","features":[95]},{"name":"RF_ROUTINGV6","features":[95]},{"name":"RIS_INTERFACE_ADDRESS_CHANGE","features":[95]},{"name":"RIS_INTERFACE_DISABLED","features":[95]},{"name":"RIS_INTERFACE_ENABLED","features":[95]},{"name":"RIS_INTERFACE_MEDIA_ABSENT","features":[95]},{"name":"RIS_INTERFACE_MEDIA_PRESENT","features":[95]},{"name":"ROUTING_DOMAIN_INFO_REVISION_1","features":[95]},{"name":"RTR_INFO_BLOCK_HEADER","features":[95]},{"name":"RTR_INFO_BLOCK_VERSION","features":[95]},{"name":"RTR_TOC_ENTRY","features":[95]},{"name":"RTUTILS_MAX_PROTOCOL_DLL_LEN","features":[95]},{"name":"RTUTILS_MAX_PROTOCOL_NAME_LEN","features":[95]},{"name":"RouterAssert","features":[95]},{"name":"RouterGetErrorStringA","features":[95]},{"name":"RouterGetErrorStringW","features":[95]},{"name":"RouterLogDeregisterA","features":[3,95]},{"name":"RouterLogDeregisterW","features":[3,95]},{"name":"RouterLogEventA","features":[3,95]},{"name":"RouterLogEventDataA","features":[3,95]},{"name":"RouterLogEventDataW","features":[3,95]},{"name":"RouterLogEventExA","features":[3,95]},{"name":"RouterLogEventExW","features":[3,95]},{"name":"RouterLogEventStringA","features":[3,95]},{"name":"RouterLogEventStringW","features":[3,95]},{"name":"RouterLogEventValistExA","features":[3,95]},{"name":"RouterLogEventValistExW","features":[3,95]},{"name":"RouterLogEventW","features":[3,95]},{"name":"RouterLogRegisterA","features":[3,95]},{"name":"RouterLogRegisterW","features":[3,95]},{"name":"SERVCE_LM20_W32TIME","features":[95]},{"name":"SERVER_DISPLAY_NAME","features":[95]},{"name":"SERVER_INFO_100","features":[95]},{"name":"SERVER_INFO_1005","features":[95]},{"name":"SERVER_INFO_101","features":[95]},{"name":"SERVER_INFO_1010","features":[95]},{"name":"SERVER_INFO_1016","features":[95]},{"name":"SERVER_INFO_1017","features":[95]},{"name":"SERVER_INFO_1018","features":[95]},{"name":"SERVER_INFO_102","features":[95]},{"name":"SERVER_INFO_103","features":[3,95]},{"name":"SERVER_INFO_1107","features":[95]},{"name":"SERVER_INFO_1501","features":[95]},{"name":"SERVER_INFO_1502","features":[95]},{"name":"SERVER_INFO_1503","features":[95]},{"name":"SERVER_INFO_1506","features":[95]},{"name":"SERVER_INFO_1509","features":[95]},{"name":"SERVER_INFO_1510","features":[95]},{"name":"SERVER_INFO_1511","features":[95]},{"name":"SERVER_INFO_1512","features":[95]},{"name":"SERVER_INFO_1513","features":[95]},{"name":"SERVER_INFO_1514","features":[3,95]},{"name":"SERVER_INFO_1515","features":[3,95]},{"name":"SERVER_INFO_1516","features":[3,95]},{"name":"SERVER_INFO_1518","features":[3,95]},{"name":"SERVER_INFO_1520","features":[95]},{"name":"SERVER_INFO_1521","features":[95]},{"name":"SERVER_INFO_1522","features":[95]},{"name":"SERVER_INFO_1523","features":[95]},{"name":"SERVER_INFO_1524","features":[95]},{"name":"SERVER_INFO_1525","features":[95]},{"name":"SERVER_INFO_1528","features":[95]},{"name":"SERVER_INFO_1529","features":[95]},{"name":"SERVER_INFO_1530","features":[95]},{"name":"SERVER_INFO_1533","features":[95]},{"name":"SERVER_INFO_1534","features":[95]},{"name":"SERVER_INFO_1535","features":[95]},{"name":"SERVER_INFO_1536","features":[3,95]},{"name":"SERVER_INFO_1537","features":[3,95]},{"name":"SERVER_INFO_1538","features":[3,95]},{"name":"SERVER_INFO_1539","features":[3,95]},{"name":"SERVER_INFO_1540","features":[3,95]},{"name":"SERVER_INFO_1541","features":[3,95]},{"name":"SERVER_INFO_1542","features":[3,95]},{"name":"SERVER_INFO_1543","features":[95]},{"name":"SERVER_INFO_1544","features":[95]},{"name":"SERVER_INFO_1545","features":[95]},{"name":"SERVER_INFO_1546","features":[95]},{"name":"SERVER_INFO_1547","features":[95]},{"name":"SERVER_INFO_1548","features":[95]},{"name":"SERVER_INFO_1549","features":[95]},{"name":"SERVER_INFO_1550","features":[95]},{"name":"SERVER_INFO_1552","features":[95]},{"name":"SERVER_INFO_1553","features":[95]},{"name":"SERVER_INFO_1554","features":[95]},{"name":"SERVER_INFO_1555","features":[95]},{"name":"SERVER_INFO_1556","features":[95]},{"name":"SERVER_INFO_1557","features":[95]},{"name":"SERVER_INFO_1560","features":[95]},{"name":"SERVER_INFO_1561","features":[95]},{"name":"SERVER_INFO_1562","features":[95]},{"name":"SERVER_INFO_1563","features":[95]},{"name":"SERVER_INFO_1564","features":[95]},{"name":"SERVER_INFO_1565","features":[95]},{"name":"SERVER_INFO_1566","features":[3,95]},{"name":"SERVER_INFO_1567","features":[95]},{"name":"SERVER_INFO_1568","features":[95]},{"name":"SERVER_INFO_1569","features":[95]},{"name":"SERVER_INFO_1570","features":[95]},{"name":"SERVER_INFO_1571","features":[95]},{"name":"SERVER_INFO_1572","features":[95]},{"name":"SERVER_INFO_1573","features":[95]},{"name":"SERVER_INFO_1574","features":[95]},{"name":"SERVER_INFO_1575","features":[95]},{"name":"SERVER_INFO_1576","features":[95]},{"name":"SERVER_INFO_1577","features":[95]},{"name":"SERVER_INFO_1578","features":[95]},{"name":"SERVER_INFO_1579","features":[95]},{"name":"SERVER_INFO_1580","features":[95]},{"name":"SERVER_INFO_1581","features":[95]},{"name":"SERVER_INFO_1582","features":[95]},{"name":"SERVER_INFO_1583","features":[95]},{"name":"SERVER_INFO_1584","features":[95]},{"name":"SERVER_INFO_1585","features":[3,95]},{"name":"SERVER_INFO_1586","features":[95]},{"name":"SERVER_INFO_1587","features":[95]},{"name":"SERVER_INFO_1588","features":[95]},{"name":"SERVER_INFO_1590","features":[95]},{"name":"SERVER_INFO_1591","features":[95]},{"name":"SERVER_INFO_1592","features":[95]},{"name":"SERVER_INFO_1593","features":[95]},{"name":"SERVER_INFO_1594","features":[95]},{"name":"SERVER_INFO_1595","features":[95]},{"name":"SERVER_INFO_1596","features":[95]},{"name":"SERVER_INFO_1597","features":[95]},{"name":"SERVER_INFO_1598","features":[95]},{"name":"SERVER_INFO_1599","features":[3,95]},{"name":"SERVER_INFO_1600","features":[3,95]},{"name":"SERVER_INFO_1601","features":[95]},{"name":"SERVER_INFO_1602","features":[3,95]},{"name":"SERVER_INFO_402","features":[95]},{"name":"SERVER_INFO_403","features":[95]},{"name":"SERVER_INFO_502","features":[3,95]},{"name":"SERVER_INFO_503","features":[3,95]},{"name":"SERVER_INFO_598","features":[3,95]},{"name":"SERVER_INFO_599","features":[3,95]},{"name":"SERVER_INFO_HIDDEN","features":[95]},{"name":"SERVER_INFO_SECURITY","features":[95]},{"name":"SERVER_TRANSPORT_INFO_0","features":[95]},{"name":"SERVER_TRANSPORT_INFO_1","features":[95]},{"name":"SERVER_TRANSPORT_INFO_2","features":[95]},{"name":"SERVER_TRANSPORT_INFO_3","features":[95]},{"name":"SERVICE2_BASE","features":[95]},{"name":"SERVICE_ACCOUNT_FLAG_ADD_AGAINST_RODC","features":[95]},{"name":"SERVICE_ACCOUNT_FLAG_LINK_TO_HOST_ONLY","features":[95]},{"name":"SERVICE_ACCOUNT_FLAG_REMOVE_OFFLINE","features":[95]},{"name":"SERVICE_ACCOUNT_FLAG_UNLINK_FROM_HOST_ONLY","features":[95]},{"name":"SERVICE_ACCOUNT_PASSWORD","features":[95]},{"name":"SERVICE_ACCOUNT_SECRET_PREFIX","features":[95]},{"name":"SERVICE_ADWS","features":[95]},{"name":"SERVICE_AFP","features":[95]},{"name":"SERVICE_ALERTER","features":[95]},{"name":"SERVICE_BASE","features":[95]},{"name":"SERVICE_BROWSER","features":[95]},{"name":"SERVICE_CCP_CHKPT_NUM","features":[95]},{"name":"SERVICE_CCP_NO_HINT","features":[95]},{"name":"SERVICE_CCP_QUERY_HINT","features":[95]},{"name":"SERVICE_CCP_WAIT_TIME","features":[95]},{"name":"SERVICE_CTRL_CONTINUE","features":[95]},{"name":"SERVICE_CTRL_INTERROGATE","features":[95]},{"name":"SERVICE_CTRL_PAUSE","features":[95]},{"name":"SERVICE_CTRL_REDIR_COMM","features":[95]},{"name":"SERVICE_CTRL_REDIR_DISK","features":[95]},{"name":"SERVICE_CTRL_REDIR_PRINT","features":[95]},{"name":"SERVICE_CTRL_UNINSTALL","features":[95]},{"name":"SERVICE_DHCP","features":[95]},{"name":"SERVICE_DNS_CACHE","features":[95]},{"name":"SERVICE_DOS_ENCRYPTION","features":[95]},{"name":"SERVICE_DSROLE","features":[95]},{"name":"SERVICE_INFO_0","features":[95]},{"name":"SERVICE_INFO_1","features":[95]},{"name":"SERVICE_INFO_2","features":[95]},{"name":"SERVICE_INSTALLED","features":[95]},{"name":"SERVICE_INSTALL_PENDING","features":[95]},{"name":"SERVICE_INSTALL_STATE","features":[95]},{"name":"SERVICE_IP_CHKPT_NUM","features":[95]},{"name":"SERVICE_IP_NO_HINT","features":[95]},{"name":"SERVICE_IP_QUERY_HINT","features":[95]},{"name":"SERVICE_IP_WAITTIME_SHIFT","features":[95]},{"name":"SERVICE_IP_WAIT_TIME","features":[95]},{"name":"SERVICE_ISMSERV","features":[95]},{"name":"SERVICE_KDC","features":[95]},{"name":"SERVICE_LM20_AFP","features":[95]},{"name":"SERVICE_LM20_ALERTER","features":[95]},{"name":"SERVICE_LM20_BROWSER","features":[95]},{"name":"SERVICE_LM20_DHCP","features":[95]},{"name":"SERVICE_LM20_DSROLE","features":[95]},{"name":"SERVICE_LM20_ISMSERV","features":[95]},{"name":"SERVICE_LM20_KDC","features":[95]},{"name":"SERVICE_LM20_LMHOSTS","features":[95]},{"name":"SERVICE_LM20_MESSENGER","features":[95]},{"name":"SERVICE_LM20_NBT","features":[95]},{"name":"SERVICE_LM20_NETLOGON","features":[95]},{"name":"SERVICE_LM20_NETPOPUP","features":[95]},{"name":"SERVICE_LM20_NETRUN","features":[95]},{"name":"SERVICE_LM20_NTDS","features":[95]},{"name":"SERVICE_LM20_NTFRS","features":[95]},{"name":"SERVICE_LM20_NWSAP","features":[95]},{"name":"SERVICE_LM20_REPL","features":[95]},{"name":"SERVICE_LM20_RIPL","features":[95]},{"name":"SERVICE_LM20_RPCLOCATOR","features":[95]},{"name":"SERVICE_LM20_SCHEDULE","features":[95]},{"name":"SERVICE_LM20_SERVER","features":[95]},{"name":"SERVICE_LM20_SPOOLER","features":[95]},{"name":"SERVICE_LM20_SQLSERVER","features":[95]},{"name":"SERVICE_LM20_TCPIP","features":[95]},{"name":"SERVICE_LM20_TELNET","features":[95]},{"name":"SERVICE_LM20_TIMESOURCE","features":[95]},{"name":"SERVICE_LM20_TRKSVR","features":[95]},{"name":"SERVICE_LM20_TRKWKS","features":[95]},{"name":"SERVICE_LM20_UPS","features":[95]},{"name":"SERVICE_LM20_WORKSTATION","features":[95]},{"name":"SERVICE_LM20_XACTSRV","features":[95]},{"name":"SERVICE_LMHOSTS","features":[95]},{"name":"SERVICE_MAXTIME","features":[95]},{"name":"SERVICE_MESSENGER","features":[95]},{"name":"SERVICE_NBT","features":[95]},{"name":"SERVICE_NETLOGON","features":[95]},{"name":"SERVICE_NETPOPUP","features":[95]},{"name":"SERVICE_NETRUN","features":[95]},{"name":"SERVICE_NOT_PAUSABLE","features":[95]},{"name":"SERVICE_NOT_UNINSTALLABLE","features":[95]},{"name":"SERVICE_NTDS","features":[95]},{"name":"SERVICE_NTFRS","features":[95]},{"name":"SERVICE_NTIP_WAITTIME_SHIFT","features":[95]},{"name":"SERVICE_NTLMSSP","features":[95]},{"name":"SERVICE_NT_MAXTIME","features":[95]},{"name":"SERVICE_NWCS","features":[95]},{"name":"SERVICE_NWSAP","features":[95]},{"name":"SERVICE_PAUSABLE","features":[95]},{"name":"SERVICE_PAUSE_STATE","features":[95]},{"name":"SERVICE_REDIR_COMM_PAUSED","features":[95]},{"name":"SERVICE_REDIR_DISK_PAUSED","features":[95]},{"name":"SERVICE_REDIR_PAUSED","features":[95]},{"name":"SERVICE_REDIR_PRINT_PAUSED","features":[95]},{"name":"SERVICE_REPL","features":[95]},{"name":"SERVICE_RESRV_MASK","features":[95]},{"name":"SERVICE_RIPL","features":[95]},{"name":"SERVICE_RPCLOCATOR","features":[95]},{"name":"SERVICE_SCHEDULE","features":[95]},{"name":"SERVICE_SERVER","features":[95]},{"name":"SERVICE_SPOOLER","features":[95]},{"name":"SERVICE_SQLSERVER","features":[95]},{"name":"SERVICE_TCPIP","features":[95]},{"name":"SERVICE_TELNET","features":[95]},{"name":"SERVICE_TIMESOURCE","features":[95]},{"name":"SERVICE_TRKSVR","features":[95]},{"name":"SERVICE_TRKWKS","features":[95]},{"name":"SERVICE_UIC_AMBIGPARM","features":[95]},{"name":"SERVICE_UIC_BADPARMVAL","features":[95]},{"name":"SERVICE_UIC_CONFIG","features":[95]},{"name":"SERVICE_UIC_CONFLPARM","features":[95]},{"name":"SERVICE_UIC_DUPPARM","features":[95]},{"name":"SERVICE_UIC_EXEC","features":[95]},{"name":"SERVICE_UIC_FILE","features":[95]},{"name":"SERVICE_UIC_INTERNAL","features":[95]},{"name":"SERVICE_UIC_KILL","features":[95]},{"name":"SERVICE_UIC_MISSPARM","features":[95]},{"name":"SERVICE_UIC_M_ADDPAK","features":[95]},{"name":"SERVICE_UIC_M_ANNOUNCE","features":[95]},{"name":"SERVICE_UIC_M_DATABASE_ERROR","features":[95]},{"name":"SERVICE_UIC_M_DISK","features":[95]},{"name":"SERVICE_UIC_M_ERRLOG","features":[95]},{"name":"SERVICE_UIC_M_FILES","features":[95]},{"name":"SERVICE_UIC_M_FILE_UW","features":[95]},{"name":"SERVICE_UIC_M_LANGROUP","features":[95]},{"name":"SERVICE_UIC_M_LANROOT","features":[95]},{"name":"SERVICE_UIC_M_LAZY","features":[95]},{"name":"SERVICE_UIC_M_LOGS","features":[95]},{"name":"SERVICE_UIC_M_LSA_MACHINE_ACCT","features":[95]},{"name":"SERVICE_UIC_M_MEMORY","features":[95]},{"name":"SERVICE_UIC_M_MSGNAME","features":[95]},{"name":"SERVICE_UIC_M_NETLOGON_AUTH","features":[95]},{"name":"SERVICE_UIC_M_NETLOGON_DC_CFLCT","features":[95]},{"name":"SERVICE_UIC_M_NETLOGON_MPATH","features":[95]},{"name":"SERVICE_UIC_M_NETLOGON_NO_DC","features":[95]},{"name":"SERVICE_UIC_M_NULL","features":[95]},{"name":"SERVICE_UIC_M_PROCESSES","features":[95]},{"name":"SERVICE_UIC_M_REDIR","features":[95]},{"name":"SERVICE_UIC_M_SECURITY","features":[95]},{"name":"SERVICE_UIC_M_SEC_FILE_ERR","features":[95]},{"name":"SERVICE_UIC_M_SERVER","features":[95]},{"name":"SERVICE_UIC_M_SERVER_SEC_ERR","features":[95]},{"name":"SERVICE_UIC_M_THREADS","features":[95]},{"name":"SERVICE_UIC_M_UAS","features":[95]},{"name":"SERVICE_UIC_M_UAS_INVALID_ROLE","features":[95]},{"name":"SERVICE_UIC_M_UAS_MACHINE_ACCT","features":[95]},{"name":"SERVICE_UIC_M_UAS_PROLOG","features":[95]},{"name":"SERVICE_UIC_M_UAS_SERVERS_NMEMB","features":[95]},{"name":"SERVICE_UIC_M_UAS_SERVERS_NOGRP","features":[95]},{"name":"SERVICE_UIC_M_WKSTA","features":[95]},{"name":"SERVICE_UIC_NORMAL","features":[95]},{"name":"SERVICE_UIC_RESOURCE","features":[95]},{"name":"SERVICE_UIC_SUBSERV","features":[95]},{"name":"SERVICE_UIC_SYSTEM","features":[95]},{"name":"SERVICE_UIC_UNKPARM","features":[95]},{"name":"SERVICE_UNINSTALLABLE","features":[95]},{"name":"SERVICE_UNINSTALLED","features":[95]},{"name":"SERVICE_UNINSTALL_PENDING","features":[95]},{"name":"SERVICE_UPS","features":[95]},{"name":"SERVICE_W32TIME","features":[95]},{"name":"SERVICE_WORKSTATION","features":[95]},{"name":"SERVICE_XACTSRV","features":[95]},{"name":"SESSION_CRYPT_KLEN","features":[95]},{"name":"SESSION_PWLEN","features":[95]},{"name":"SHPWLEN","features":[95]},{"name":"SMB_COMPRESSION_INFO","features":[3,95]},{"name":"SMB_TREE_CONNECT_PARAMETERS","features":[95]},{"name":"SMB_USE_OPTION_COMPRESSION_PARAMETERS","features":[95]},{"name":"SNLEN","features":[95]},{"name":"SRV_HASH_GENERATION_ACTIVE","features":[95]},{"name":"SRV_SUPPORT_HASH_GENERATION","features":[95]},{"name":"STD_ALERT","features":[95]},{"name":"STXTLEN","features":[95]},{"name":"SUPPORTS_ANY","features":[95]},{"name":"SUPPORTS_BINDING_INTERFACE_FLAGS","features":[95]},{"name":"SUPPORTS_LOCAL","features":[95]},{"name":"SUPPORTS_REMOTE_ADMIN_PROTOCOL","features":[95]},{"name":"SUPPORTS_RPC","features":[95]},{"name":"SUPPORTS_SAM_PROTOCOL","features":[95]},{"name":"SUPPORTS_UNICODE","features":[95]},{"name":"SVAUD_BADNETLOGON","features":[95]},{"name":"SVAUD_BADSESSLOGON","features":[95]},{"name":"SVAUD_BADUSE","features":[95]},{"name":"SVAUD_GOODNETLOGON","features":[95]},{"name":"SVAUD_GOODSESSLOGON","features":[95]},{"name":"SVAUD_GOODUSE","features":[95]},{"name":"SVAUD_LOGONLIM","features":[95]},{"name":"SVAUD_PERMISSIONS","features":[95]},{"name":"SVAUD_RESOURCE","features":[95]},{"name":"SVAUD_SERVICE","features":[95]},{"name":"SVAUD_USERLIST","features":[95]},{"name":"SVI1_NUM_ELEMENTS","features":[95]},{"name":"SVI2_NUM_ELEMENTS","features":[95]},{"name":"SVI3_NUM_ELEMENTS","features":[95]},{"name":"SVTI2_CLUSTER_DNN_NAME","features":[95]},{"name":"SVTI2_CLUSTER_NAME","features":[95]},{"name":"SVTI2_REMAP_PIPE_NAMES","features":[95]},{"name":"SVTI2_RESERVED1","features":[95]},{"name":"SVTI2_RESERVED2","features":[95]},{"name":"SVTI2_RESERVED3","features":[95]},{"name":"SVTI2_SCOPED_NAME","features":[95]},{"name":"SVTI2_UNICODE_TRANSPORT_ADDRESS","features":[95]},{"name":"SV_ACCEPTDOWNLEVELAPIS_PARMNUM","features":[95]},{"name":"SV_ACCESSALERT_PARMNUM","features":[95]},{"name":"SV_ACTIVELOCKS_PARMNUM","features":[95]},{"name":"SV_ALERTSCHEDULE_PARMNUM","features":[95]},{"name":"SV_ALERTSCHED_PARMNUM","features":[95]},{"name":"SV_ALERTS_PARMNUM","features":[95]},{"name":"SV_ALIST_MTIME_PARMNUM","features":[95]},{"name":"SV_ANNDELTA_PARMNUM","features":[95]},{"name":"SV_ANNOUNCE_PARMNUM","features":[95]},{"name":"SV_AUTOSHARESERVER_PARMNUM","features":[95]},{"name":"SV_AUTOSHAREWKS_PARMNUM","features":[95]},{"name":"SV_BALANCECOUNT_PARMNUM","features":[95]},{"name":"SV_CACHEDDIRECTORYLIMIT_PARMNUM","features":[95]},{"name":"SV_CACHEDOPENLIMIT_PARMNUM","features":[95]},{"name":"SV_CHDEVJOBS_PARMNUM","features":[95]},{"name":"SV_CHDEVQ_PARMNUM","features":[95]},{"name":"SV_COMMENT_PARMNUM","features":[95]},{"name":"SV_CONNECTIONLESSAUTODISC_PARMNUM","features":[95]},{"name":"SV_CONNECTIONNOSESSIONSTIMEOUT_PARMNUM","features":[95]},{"name":"SV_CONNECTIONS_PARMNUM","features":[95]},{"name":"SV_CRITICALTHREADS_PARMNUM","features":[95]},{"name":"SV_DISABLEDOS_PARMNUM","features":[95]},{"name":"SV_DISABLESTRICTNAMECHECKING_PARMNUM","features":[95]},{"name":"SV_DISC_PARMNUM","features":[95]},{"name":"SV_DISKALERT_PARMNUM","features":[95]},{"name":"SV_DISKSPACETHRESHOLD_PARMNUM","features":[95]},{"name":"SV_DOMAIN_PARMNUM","features":[95]},{"name":"SV_ENABLEAUTHENTICATEUSERSHARING_PARMNUM","features":[95]},{"name":"SV_ENABLECOMPRESSION_PARMNUM","features":[95]},{"name":"SV_ENABLEFCBOPENS_PARMNUM","features":[95]},{"name":"SV_ENABLEFORCEDLOGOFF_PARMNUM","features":[95]},{"name":"SV_ENABLEOPLOCKFORCECLOSE_PARMNUM","features":[95]},{"name":"SV_ENABLEOPLOCKS_PARMNUM","features":[95]},{"name":"SV_ENABLERAW_PARMNUM","features":[95]},{"name":"SV_ENABLESECURITYSIGNATURE_PARMNUM","features":[95]},{"name":"SV_ENABLESHAREDNETDRIVES_PARMNUM","features":[95]},{"name":"SV_ENABLESOFTCOMPAT_PARMNUM","features":[95]},{"name":"SV_ENABLEW9XSECURITYSIGNATURE_PARMNUM","features":[95]},{"name":"SV_ENABLEWFW311DIRECTIPX_PARMNUM","features":[95]},{"name":"SV_ENFORCEKERBEROSREAUTHENTICATION_PARMNUM","features":[95]},{"name":"SV_ERRORALERT_PARMNUM","features":[95]},{"name":"SV_ERRORTHRESHOLD_PARMNUM","features":[95]},{"name":"SV_GLIST_MTIME_PARMNUM","features":[95]},{"name":"SV_GUESTACC_PARMNUM","features":[95]},{"name":"SV_HIDDEN","features":[95]},{"name":"SV_HIDDEN_PARMNUM","features":[95]},{"name":"SV_IDLETHREADTIMEOUT_PARMNUM","features":[95]},{"name":"SV_INITCONNTABLE_PARMNUM","features":[95]},{"name":"SV_INITFILETABLE_PARMNUM","features":[95]},{"name":"SV_INITSEARCHTABLE_PARMNUM","features":[95]},{"name":"SV_INITSESSTABLE_PARMNUM","features":[95]},{"name":"SV_INITWORKITEMS_PARMNUM","features":[95]},{"name":"SV_IRPSTACKSIZE_PARMNUM","features":[95]},{"name":"SV_LANMASK_PARMNUM","features":[95]},{"name":"SV_LINKINFOVALIDTIME_PARMNUM","features":[95]},{"name":"SV_LMANNOUNCE_PARMNUM","features":[95]},{"name":"SV_LOCKVIOLATIONDELAY_PARMNUM","features":[95]},{"name":"SV_LOCKVIOLATIONOFFSET_PARMNUM","features":[95]},{"name":"SV_LOCKVIOLATIONRETRIES_PARMNUM","features":[95]},{"name":"SV_LOGONALERT_PARMNUM","features":[95]},{"name":"SV_LOWDISKSPACEMINIMUM_PARMNUM","features":[95]},{"name":"SV_MAXAUDITSZ_PARMNUM","features":[95]},{"name":"SV_MAXCOPYLENGTH_PARMNUM","features":[95]},{"name":"SV_MAXCOPYREADLEN_PARMNUM","features":[95]},{"name":"SV_MAXCOPYWRITELEN_PARMNUM","features":[95]},{"name":"SV_MAXFREECONNECTIONS_PARMNUM","features":[95]},{"name":"SV_MAXFREELFCBS_PARMNUM","features":[95]},{"name":"SV_MAXFREEMFCBS_PARMNUM","features":[95]},{"name":"SV_MAXFREEPAGEDPOOLCHUNKS_PARMNUM","features":[95]},{"name":"SV_MAXFREERFCBS_PARMNUM","features":[95]},{"name":"SV_MAXGLOBALOPENSEARCH_PARMNUM","features":[95]},{"name":"SV_MAXKEEPCOMPLSEARCH_PARMNUM","features":[95]},{"name":"SV_MAXKEEPSEARCH_PARMNUM","features":[95]},{"name":"SV_MAXLINKDELAY_PARMNUM","features":[95]},{"name":"SV_MAXMPXCT_PARMNUM","features":[95]},{"name":"SV_MAXNONPAGEDMEMORYUSAGE_PARMNUM","features":[95]},{"name":"SV_MAXPAGEDMEMORYUSAGE_PARMNUM","features":[95]},{"name":"SV_MAXPAGEDPOOLCHUNKSIZE_PARMNUM","features":[95]},{"name":"SV_MAXRAWBUFLEN_PARMNUM","features":[95]},{"name":"SV_MAXRAWWORKITEMS_PARMNUM","features":[95]},{"name":"SV_MAXTHREADSPERQUEUE_PARMNUM","features":[95]},{"name":"SV_MAXWORKITEMIDLETIME_PARMNUM","features":[95]},{"name":"SV_MAXWORKITEMS_PARMNUM","features":[95]},{"name":"SV_MAX_CMD_LEN","features":[95]},{"name":"SV_MAX_SRV_HEUR_LEN","features":[95]},{"name":"SV_MDLREADSWITCHOVER_PARMNUM","features":[95]},{"name":"SV_MINCLIENTBUFFERSIZE_PARMNUM","features":[95]},{"name":"SV_MINFREECONNECTIONS_PARMNUM","features":[95]},{"name":"SV_MINFREEWORKITEMS_PARMNUM","features":[95]},{"name":"SV_MINKEEPCOMPLSEARCH_PARMNUM","features":[95]},{"name":"SV_MINKEEPSEARCH_PARMNUM","features":[95]},{"name":"SV_MINLINKTHROUGHPUT_PARMNUM","features":[95]},{"name":"SV_MINPAGEDPOOLCHUNKSIZE_PARMNUM","features":[95]},{"name":"SV_MINRCVQUEUE_PARMNUM","features":[95]},{"name":"SV_NAME_PARMNUM","features":[95]},{"name":"SV_NETIOALERT_PARMNUM","features":[95]},{"name":"SV_NETWORKERRORTHRESHOLD_PARMNUM","features":[95]},{"name":"SV_NODISC","features":[95]},{"name":"SV_NUMADMIN_PARMNUM","features":[95]},{"name":"SV_NUMBIGBUF_PARMNUM","features":[95]},{"name":"SV_NUMBLOCKTHREADS_PARMNUM","features":[95]},{"name":"SV_NUMFILETASKS_PARMNUM","features":[95]},{"name":"SV_NUMREQBUF_PARMNUM","features":[95]},{"name":"SV_OPENFILES_PARMNUM","features":[95]},{"name":"SV_OPENSEARCH_PARMNUM","features":[95]},{"name":"SV_OPLOCKBREAKRESPONSEWAIT_PARMNUM","features":[95]},{"name":"SV_OPLOCKBREAKWAIT_PARMNUM","features":[95]},{"name":"SV_OTHERQUEUEAFFINITY_PARMNUM","features":[95]},{"name":"SV_PLATFORM_ID_NT","features":[95]},{"name":"SV_PLATFORM_ID_OS2","features":[95]},{"name":"SV_PLATFORM_ID_PARMNUM","features":[95]},{"name":"SV_PREFERREDAFFINITY_PARMNUM","features":[95]},{"name":"SV_PRODUCTTYPE_PARMNUM","features":[95]},{"name":"SV_QUEUESAMPLESECS_PARMNUM","features":[95]},{"name":"SV_RAWWORKITEMS_PARMNUM","features":[95]},{"name":"SV_REMOVEDUPLICATESEARCHES_PARMNUM","features":[95]},{"name":"SV_REQUIRESECURITYSIGNATURE_PARMNUM","features":[95]},{"name":"SV_RESTRICTNULLSESSACCESS_PARMNUM","features":[95]},{"name":"SV_SCAVQOSINFOUPDATETIME_PARMNUM","features":[95]},{"name":"SV_SCAVTIMEOUT_PARMNUM","features":[95]},{"name":"SV_SECURITY_PARMNUM","features":[95]},{"name":"SV_SENDSFROMPREFERREDPROCESSOR_PARMNUM","features":[95]},{"name":"SV_SERVERSIZE_PARMNUM","features":[95]},{"name":"SV_SESSCONNS_PARMNUM","features":[95]},{"name":"SV_SESSOPENS_PARMNUM","features":[95]},{"name":"SV_SESSREQS_PARMNUM","features":[95]},{"name":"SV_SESSUSERS_PARMNUM","features":[95]},{"name":"SV_SESSVCS_PARMNUM","features":[95]},{"name":"SV_SHARESECURITY","features":[95]},{"name":"SV_SHARES_PARMNUM","features":[95]},{"name":"SV_SHARINGVIOLATIONDELAY_PARMNUM","features":[95]},{"name":"SV_SHARINGVIOLATIONRETRIES_PARMNUM","features":[95]},{"name":"SV_SIZREQBUF_PARMNUM","features":[95]},{"name":"SV_SRVHEURISTICS_PARMNUM","features":[95]},{"name":"SV_THREADCOUNTADD_PARMNUM","features":[95]},{"name":"SV_THREADPRIORITY_PARMNUM","features":[95]},{"name":"SV_TIMESOURCE_PARMNUM","features":[95]},{"name":"SV_TYPE_AFP","features":[95]},{"name":"SV_TYPE_ALL","features":[95]},{"name":"SV_TYPE_ALTERNATE_XPORT","features":[95]},{"name":"SV_TYPE_BACKUP_BROWSER","features":[95]},{"name":"SV_TYPE_CLUSTER_NT","features":[95]},{"name":"SV_TYPE_CLUSTER_VS_NT","features":[95]},{"name":"SV_TYPE_DCE","features":[95]},{"name":"SV_TYPE_DFS","features":[95]},{"name":"SV_TYPE_DIALIN_SERVER","features":[95]},{"name":"SV_TYPE_DOMAIN_BAKCTRL","features":[95]},{"name":"SV_TYPE_DOMAIN_CTRL","features":[95]},{"name":"SV_TYPE_DOMAIN_ENUM","features":[95]},{"name":"SV_TYPE_DOMAIN_MASTER","features":[95]},{"name":"SV_TYPE_DOMAIN_MEMBER","features":[95]},{"name":"SV_TYPE_LOCAL_LIST_ONLY","features":[95]},{"name":"SV_TYPE_MASTER_BROWSER","features":[95]},{"name":"SV_TYPE_NOVELL","features":[95]},{"name":"SV_TYPE_NT","features":[95]},{"name":"SV_TYPE_PARMNUM","features":[95]},{"name":"SV_TYPE_POTENTIAL_BROWSER","features":[95]},{"name":"SV_TYPE_PRINTQ_SERVER","features":[95]},{"name":"SV_TYPE_SERVER","features":[95]},{"name":"SV_TYPE_SERVER_MFPN","features":[95]},{"name":"SV_TYPE_SERVER_NT","features":[95]},{"name":"SV_TYPE_SERVER_OSF","features":[95]},{"name":"SV_TYPE_SERVER_UNIX","features":[95]},{"name":"SV_TYPE_SERVER_VMS","features":[95]},{"name":"SV_TYPE_SQLSERVER","features":[95]},{"name":"SV_TYPE_TERMINALSERVER","features":[95]},{"name":"SV_TYPE_TIME_SOURCE","features":[95]},{"name":"SV_TYPE_WFW","features":[95]},{"name":"SV_TYPE_WINDOWS","features":[95]},{"name":"SV_TYPE_WORKSTATION","features":[95]},{"name":"SV_TYPE_XENIX_SERVER","features":[95]},{"name":"SV_ULIST_MTIME_PARMNUM","features":[95]},{"name":"SV_USERPATH_PARMNUM","features":[95]},{"name":"SV_USERSECURITY","features":[95]},{"name":"SV_USERS_PARMNUM","features":[95]},{"name":"SV_USERS_PER_LICENSE","features":[95]},{"name":"SV_VERSION_MAJOR_PARMNUM","features":[95]},{"name":"SV_VERSION_MINOR_PARMNUM","features":[95]},{"name":"SV_VISIBLE","features":[95]},{"name":"SV_XACTMEMSIZE_PARMNUM","features":[95]},{"name":"SW_AUTOPROF_LOAD_MASK","features":[95]},{"name":"SW_AUTOPROF_SAVE_MASK","features":[95]},{"name":"ServiceAccountPasswordGUID","features":[95]},{"name":"SetNetScheduleAccountInformation","features":[95]},{"name":"TIME_OF_DAY_INFO","features":[95]},{"name":"TITLE_SC_MESSAGE_BOX","features":[95]},{"name":"TRACE_NO_STDINFO","features":[95]},{"name":"TRACE_NO_SYNCH","features":[95]},{"name":"TRACE_USE_CONSOLE","features":[95]},{"name":"TRACE_USE_DATE","features":[95]},{"name":"TRACE_USE_FILE","features":[95]},{"name":"TRACE_USE_MASK","features":[95]},{"name":"TRACE_USE_MSEC","features":[95]},{"name":"TRANSPORT_INFO","features":[3,95]},{"name":"TRANSPORT_NAME_PARMNUM","features":[95]},{"name":"TRANSPORT_QUALITYOFSERVICE_PARMNUM","features":[95]},{"name":"TRANSPORT_TYPE","features":[95]},{"name":"TraceDeregisterA","features":[95]},{"name":"TraceDeregisterExA","features":[95]},{"name":"TraceDeregisterExW","features":[95]},{"name":"TraceDeregisterW","features":[95]},{"name":"TraceDumpExA","features":[3,95]},{"name":"TraceDumpExW","features":[3,95]},{"name":"TraceGetConsoleA","features":[3,95]},{"name":"TraceGetConsoleW","features":[3,95]},{"name":"TracePrintfA","features":[95]},{"name":"TracePrintfExA","features":[95]},{"name":"TracePrintfExW","features":[95]},{"name":"TracePrintfW","features":[95]},{"name":"TracePutsExA","features":[95]},{"name":"TracePutsExW","features":[95]},{"name":"TraceRegisterExA","features":[95]},{"name":"TraceRegisterExW","features":[95]},{"name":"TraceVprintfExA","features":[95]},{"name":"TraceVprintfExW","features":[95]},{"name":"UAS_ROLE_BACKUP","features":[95]},{"name":"UAS_ROLE_MEMBER","features":[95]},{"name":"UAS_ROLE_PRIMARY","features":[95]},{"name":"UAS_ROLE_STANDALONE","features":[95]},{"name":"UF_ACCOUNTDISABLE","features":[95]},{"name":"UF_DONT_EXPIRE_PASSWD","features":[95]},{"name":"UF_DONT_REQUIRE_PREAUTH","features":[95]},{"name":"UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[95]},{"name":"UF_HOMEDIR_REQUIRED","features":[95]},{"name":"UF_INTERDOMAIN_TRUST_ACCOUNT","features":[95]},{"name":"UF_LOCKOUT","features":[95]},{"name":"UF_MNS_LOGON_ACCOUNT","features":[95]},{"name":"UF_NORMAL_ACCOUNT","features":[95]},{"name":"UF_NOT_DELEGATED","features":[95]},{"name":"UF_NO_AUTH_DATA_REQUIRED","features":[95]},{"name":"UF_PARTIAL_SECRETS_ACCOUNT","features":[95]},{"name":"UF_PASSWD_CANT_CHANGE","features":[95]},{"name":"UF_PASSWD_NOTREQD","features":[95]},{"name":"UF_PASSWORD_EXPIRED","features":[95]},{"name":"UF_SCRIPT","features":[95]},{"name":"UF_SERVER_TRUST_ACCOUNT","features":[95]},{"name":"UF_SMARTCARD_REQUIRED","features":[95]},{"name":"UF_TEMP_DUPLICATE_ACCOUNT","features":[95]},{"name":"UF_TRUSTED_FOR_DELEGATION","features":[95]},{"name":"UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[95]},{"name":"UF_USE_AES_KEYS","features":[95]},{"name":"UF_USE_DES_KEY_ONLY","features":[95]},{"name":"UF_WORKSTATION_TRUST_ACCOUNT","features":[95]},{"name":"UNCLEN","features":[95]},{"name":"UNITS_PER_DAY","features":[95]},{"name":"UNLEN","features":[95]},{"name":"UPPER_GET_HINT_MASK","features":[95]},{"name":"UPPER_HINT_MASK","features":[95]},{"name":"USER_ACCOUNT_FLAGS","features":[95]},{"name":"USER_ACCT_EXPIRES_PARMNUM","features":[95]},{"name":"USER_AUTH_FLAGS_PARMNUM","features":[95]},{"name":"USER_CODE_PAGE_PARMNUM","features":[95]},{"name":"USER_COMMENT_PARMNUM","features":[95]},{"name":"USER_COUNTRY_CODE_PARMNUM","features":[95]},{"name":"USER_FLAGS_PARMNUM","features":[95]},{"name":"USER_FULL_NAME_PARMNUM","features":[95]},{"name":"USER_HOME_DIR_DRIVE_PARMNUM","features":[95]},{"name":"USER_HOME_DIR_PARMNUM","features":[95]},{"name":"USER_INFO_0","features":[95]},{"name":"USER_INFO_1","features":[95]},{"name":"USER_INFO_10","features":[95]},{"name":"USER_INFO_1003","features":[95]},{"name":"USER_INFO_1005","features":[95]},{"name":"USER_INFO_1006","features":[95]},{"name":"USER_INFO_1007","features":[95]},{"name":"USER_INFO_1008","features":[95]},{"name":"USER_INFO_1009","features":[95]},{"name":"USER_INFO_1010","features":[95]},{"name":"USER_INFO_1011","features":[95]},{"name":"USER_INFO_1012","features":[95]},{"name":"USER_INFO_1013","features":[95]},{"name":"USER_INFO_1014","features":[95]},{"name":"USER_INFO_1017","features":[95]},{"name":"USER_INFO_1018","features":[95]},{"name":"USER_INFO_1020","features":[95]},{"name":"USER_INFO_1023","features":[95]},{"name":"USER_INFO_1024","features":[95]},{"name":"USER_INFO_1025","features":[95]},{"name":"USER_INFO_1051","features":[95]},{"name":"USER_INFO_1052","features":[95]},{"name":"USER_INFO_1053","features":[95]},{"name":"USER_INFO_11","features":[95]},{"name":"USER_INFO_2","features":[95]},{"name":"USER_INFO_20","features":[95]},{"name":"USER_INFO_21","features":[95]},{"name":"USER_INFO_22","features":[95]},{"name":"USER_INFO_23","features":[95,6]},{"name":"USER_INFO_24","features":[3,95,6]},{"name":"USER_INFO_3","features":[95]},{"name":"USER_INFO_4","features":[95,6]},{"name":"USER_LAST_LOGOFF_PARMNUM","features":[95]},{"name":"USER_LAST_LOGON_PARMNUM","features":[95]},{"name":"USER_LOGON_HOURS_PARMNUM","features":[95]},{"name":"USER_LOGON_SERVER_PARMNUM","features":[95]},{"name":"USER_MAX_STORAGE_PARMNUM","features":[95]},{"name":"USER_MODALS_INFO_0","features":[95]},{"name":"USER_MODALS_INFO_1","features":[95]},{"name":"USER_MODALS_INFO_1001","features":[95]},{"name":"USER_MODALS_INFO_1002","features":[95]},{"name":"USER_MODALS_INFO_1003","features":[95]},{"name":"USER_MODALS_INFO_1004","features":[95]},{"name":"USER_MODALS_INFO_1005","features":[95]},{"name":"USER_MODALS_INFO_1006","features":[95]},{"name":"USER_MODALS_INFO_1007","features":[95]},{"name":"USER_MODALS_INFO_2","features":[95,6]},{"name":"USER_MODALS_INFO_3","features":[95]},{"name":"USER_MODALS_ROLES","features":[95]},{"name":"USER_NAME_PARMNUM","features":[95]},{"name":"USER_NUM_LOGONS_PARMNUM","features":[95]},{"name":"USER_OTHER_INFO","features":[95]},{"name":"USER_PAD_PW_COUNT_PARMNUM","features":[95]},{"name":"USER_PARMS_PARMNUM","features":[95]},{"name":"USER_PASSWORD_AGE_PARMNUM","features":[95]},{"name":"USER_PASSWORD_PARMNUM","features":[95]},{"name":"USER_PRIMARY_GROUP_PARMNUM","features":[95]},{"name":"USER_PRIV","features":[95]},{"name":"USER_PRIV_ADMIN","features":[95]},{"name":"USER_PRIV_GUEST","features":[95]},{"name":"USER_PRIV_MASK","features":[95]},{"name":"USER_PRIV_PARMNUM","features":[95]},{"name":"USER_PRIV_USER","features":[95]},{"name":"USER_PROFILE","features":[95]},{"name":"USER_PROFILE_PARMNUM","features":[95]},{"name":"USER_SCRIPT_PATH_PARMNUM","features":[95]},{"name":"USER_UNITS_PER_WEEK_PARMNUM","features":[95]},{"name":"USER_USR_COMMENT_PARMNUM","features":[95]},{"name":"USER_WORKSTATIONS_PARMNUM","features":[95]},{"name":"USE_ASGTYPE_PARMNUM","features":[95]},{"name":"USE_AUTHIDENTITY_PARMNUM","features":[95]},{"name":"USE_CHARDEV","features":[95]},{"name":"USE_CONN","features":[95]},{"name":"USE_DEFAULT_CREDENTIALS","features":[95]},{"name":"USE_DISCONN","features":[95]},{"name":"USE_DISKDEV","features":[95]},{"name":"USE_DOMAINNAME_PARMNUM","features":[95]},{"name":"USE_FLAGS_PARMNUM","features":[95]},{"name":"USE_FLAG_GLOBAL_MAPPING","features":[95]},{"name":"USE_FORCE","features":[95]},{"name":"USE_INFO_0","features":[95]},{"name":"USE_INFO_1","features":[95]},{"name":"USE_INFO_2","features":[95]},{"name":"USE_INFO_3","features":[95]},{"name":"USE_INFO_4","features":[95]},{"name":"USE_INFO_5","features":[95]},{"name":"USE_INFO_ASG_TYPE","features":[95]},{"name":"USE_IPC","features":[95]},{"name":"USE_LOCAL_PARMNUM","features":[95]},{"name":"USE_LOTS_OF_FORCE","features":[95]},{"name":"USE_NETERR","features":[95]},{"name":"USE_NOFORCE","features":[95]},{"name":"USE_OK","features":[95]},{"name":"USE_OPTIONS_PARMNUM","features":[95]},{"name":"USE_OPTION_DEFERRED_CONNECTION_PARAMETERS","features":[95]},{"name":"USE_OPTION_GENERIC","features":[95]},{"name":"USE_OPTION_PROPERTIES","features":[95]},{"name":"USE_OPTION_TRANSPORT_PARAMETERS","features":[95]},{"name":"USE_PASSWORD_PARMNUM","features":[95]},{"name":"USE_PAUSED","features":[95]},{"name":"USE_RECONN","features":[95]},{"name":"USE_REMOTE_PARMNUM","features":[95]},{"name":"USE_SD_PARMNUM","features":[95]},{"name":"USE_SESSLOST","features":[95]},{"name":"USE_SPECIFIC_TRANSPORT","features":[95]},{"name":"USE_SPOOLDEV","features":[95]},{"name":"USE_USERNAME_PARMNUM","features":[95]},{"name":"USE_WILDCARD","features":[95]},{"name":"UseTransportType_None","features":[95]},{"name":"UseTransportType_Quic","features":[95]},{"name":"UseTransportType_Wsk","features":[95]},{"name":"VALIDATED_LOGON","features":[95]},{"name":"VALID_LOGOFF","features":[95]},{"name":"WKSTA_BUFFERNAMEDPIPES_PARMNUM","features":[95]},{"name":"WKSTA_BUFFERREADONLYFILES_PARMNUM","features":[95]},{"name":"WKSTA_BUFFILESWITHDENYWRITE_PARMNUM","features":[95]},{"name":"WKSTA_CACHEFILETIMEOUT_PARMNUM","features":[95]},{"name":"WKSTA_CHARCOUNT_PARMNUM","features":[95]},{"name":"WKSTA_CHARTIME_PARMNUM","features":[95]},{"name":"WKSTA_CHARWAIT_PARMNUM","features":[95]},{"name":"WKSTA_COMPUTERNAME_PARMNUM","features":[95]},{"name":"WKSTA_DORMANTFILELIMIT_PARMNUM","features":[95]},{"name":"WKSTA_ERRLOGSZ_PARMNUM","features":[95]},{"name":"WKSTA_FORCECORECREATEMODE_PARMNUM","features":[95]},{"name":"WKSTA_INFO_100","features":[95]},{"name":"WKSTA_INFO_101","features":[95]},{"name":"WKSTA_INFO_1010","features":[95]},{"name":"WKSTA_INFO_1011","features":[95]},{"name":"WKSTA_INFO_1012","features":[95]},{"name":"WKSTA_INFO_1013","features":[95]},{"name":"WKSTA_INFO_1018","features":[95]},{"name":"WKSTA_INFO_102","features":[95]},{"name":"WKSTA_INFO_1023","features":[95]},{"name":"WKSTA_INFO_1027","features":[95]},{"name":"WKSTA_INFO_1028","features":[95]},{"name":"WKSTA_INFO_1032","features":[95]},{"name":"WKSTA_INFO_1033","features":[95]},{"name":"WKSTA_INFO_1041","features":[95]},{"name":"WKSTA_INFO_1042","features":[95]},{"name":"WKSTA_INFO_1043","features":[95]},{"name":"WKSTA_INFO_1044","features":[95]},{"name":"WKSTA_INFO_1045","features":[95]},{"name":"WKSTA_INFO_1046","features":[95]},{"name":"WKSTA_INFO_1047","features":[95]},{"name":"WKSTA_INFO_1048","features":[3,95]},{"name":"WKSTA_INFO_1049","features":[3,95]},{"name":"WKSTA_INFO_1050","features":[3,95]},{"name":"WKSTA_INFO_1051","features":[3,95]},{"name":"WKSTA_INFO_1052","features":[3,95]},{"name":"WKSTA_INFO_1053","features":[3,95]},{"name":"WKSTA_INFO_1054","features":[3,95]},{"name":"WKSTA_INFO_1055","features":[3,95]},{"name":"WKSTA_INFO_1056","features":[3,95]},{"name":"WKSTA_INFO_1057","features":[3,95]},{"name":"WKSTA_INFO_1058","features":[3,95]},{"name":"WKSTA_INFO_1059","features":[3,95]},{"name":"WKSTA_INFO_1060","features":[3,95]},{"name":"WKSTA_INFO_1061","features":[3,95]},{"name":"WKSTA_INFO_1062","features":[95]},{"name":"WKSTA_INFO_302","features":[95]},{"name":"WKSTA_INFO_402","features":[95]},{"name":"WKSTA_INFO_502","features":[3,95]},{"name":"WKSTA_KEEPCONN_PARMNUM","features":[95]},{"name":"WKSTA_KEEPSEARCH_PARMNUM","features":[95]},{"name":"WKSTA_LANGROUP_PARMNUM","features":[95]},{"name":"WKSTA_LANROOT_PARMNUM","features":[95]},{"name":"WKSTA_LOCKINCREMENT_PARMNUM","features":[95]},{"name":"WKSTA_LOCKMAXIMUM_PARMNUM","features":[95]},{"name":"WKSTA_LOCKQUOTA_PARMNUM","features":[95]},{"name":"WKSTA_LOGGED_ON_USERS_PARMNUM","features":[95]},{"name":"WKSTA_LOGON_DOMAIN_PARMNUM","features":[95]},{"name":"WKSTA_LOGON_SERVER_PARMNUM","features":[95]},{"name":"WKSTA_MAILSLOTS_PARMNUM","features":[95]},{"name":"WKSTA_MAXCMDS_PARMNUM","features":[95]},{"name":"WKSTA_MAXTHREADS_PARMNUM","features":[95]},{"name":"WKSTA_MAXWRKCACHE_PARMNUM","features":[95]},{"name":"WKSTA_NUMALERTS_PARMNUM","features":[95]},{"name":"WKSTA_NUMCHARBUF_PARMNUM","features":[95]},{"name":"WKSTA_NUMDGRAMBUF_PARMNUM","features":[95]},{"name":"WKSTA_NUMSERVICES_PARMNUM","features":[95]},{"name":"WKSTA_NUMWORKBUF_PARMNUM","features":[95]},{"name":"WKSTA_OTH_DOMAINS_PARMNUM","features":[95]},{"name":"WKSTA_PIPEINCREMENT_PARMNUM","features":[95]},{"name":"WKSTA_PIPEMAXIMUM_PARMNUM","features":[95]},{"name":"WKSTA_PLATFORM_ID_PARMNUM","features":[95]},{"name":"WKSTA_PRINTBUFTIME_PARMNUM","features":[95]},{"name":"WKSTA_READAHEADTHRUPUT_PARMNUM","features":[95]},{"name":"WKSTA_SESSTIMEOUT_PARMNUM","features":[95]},{"name":"WKSTA_SIZCHARBUF_PARMNUM","features":[95]},{"name":"WKSTA_SIZERROR_PARMNUM","features":[95]},{"name":"WKSTA_SIZWORKBUF_PARMNUM","features":[95]},{"name":"WKSTA_TRANSPORT_INFO_0","features":[3,95]},{"name":"WKSTA_USE512BYTESMAXTRANSFER_PARMNUM","features":[95]},{"name":"WKSTA_USECLOSEBEHIND_PARMNUM","features":[95]},{"name":"WKSTA_USEENCRYPTION_PARMNUM","features":[95]},{"name":"WKSTA_USELOCKANDREADANDUNLOCK_PARMNUM","features":[95]},{"name":"WKSTA_USEOPPORTUNISTICLOCKING_PARMNUM","features":[95]},{"name":"WKSTA_USERAWREAD_PARMNUM","features":[95]},{"name":"WKSTA_USERAWWRITE_PARMNUM","features":[95]},{"name":"WKSTA_USER_INFO_0","features":[95]},{"name":"WKSTA_USER_INFO_1","features":[95]},{"name":"WKSTA_USER_INFO_1101","features":[95]},{"name":"WKSTA_USEUNLOCKBEHIND_PARMNUM","features":[95]},{"name":"WKSTA_USEWRITERAWWITHDATA_PARMNUM","features":[95]},{"name":"WKSTA_UTILIZENTCACHING_PARMNUM","features":[95]},{"name":"WKSTA_VER_MAJOR_PARMNUM","features":[95]},{"name":"WKSTA_VER_MINOR_PARMNUM","features":[95]},{"name":"WKSTA_WRKHEURISTICS_PARMNUM","features":[95]},{"name":"WORKERFUNCTION","features":[95]},{"name":"WORKSTATION_DISPLAY_NAME","features":[95]},{"name":"WZC_PROFILE_API_ERROR_FAILED_TO_LOAD_SCHEMA","features":[95]},{"name":"WZC_PROFILE_API_ERROR_FAILED_TO_LOAD_XML","features":[95]},{"name":"WZC_PROFILE_API_ERROR_INTERNAL","features":[95]},{"name":"WZC_PROFILE_API_ERROR_NOT_SUPPORTED","features":[95]},{"name":"WZC_PROFILE_API_ERROR_XML_VALIDATION_FAILED","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ALLOWED","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ALLOWED_KEY_REQUIRED","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ENABLED_KEY_PROVIDED","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_EAP_METHOD_NOT_APPLICABLE","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_EAP_METHOD_REQUIRED","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_INVALID_AUTH_FOR_CONNECTION_TYPE","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_INVALID_ENCRYPTION_FOR_AUTHMODE","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_INDEX_NOT_APPLICABLE","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_INDEX_REQUIRED","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_REQUIRED","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_WPA_ENCRYPTION_NOT_SUPPORTED","features":[95]},{"name":"WZC_PROFILE_CONFIG_ERROR_WPA_NOT_SUPPORTED","features":[95]},{"name":"WZC_PROFILE_SET_ERROR_DUPLICATE_NETWORK","features":[95]},{"name":"WZC_PROFILE_SET_ERROR_MEMORY_ALLOCATION","features":[95]},{"name":"WZC_PROFILE_SET_ERROR_READING_1X_CONFIG","features":[95]},{"name":"WZC_PROFILE_SET_ERROR_WRITING_1X_CONFIG","features":[95]},{"name":"WZC_PROFILE_SET_ERROR_WRITING_WZC_CFG","features":[95]},{"name":"WZC_PROFILE_SUCCESS","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_1X_ENABLED","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_AUTHENTICATION","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_BAD_KEY_INDEX","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_BAD_NETWORK_KEY","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_BAD_SSID","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_BAD_VERSION","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_CONNECTION_TYPE","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_EAP_METHOD","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_ENCRYPTION","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_KEY_INDEX_RANGE","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_KEY_PROVIDED_AUTOMATICALLY","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_NO_VERSION","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_SSID_NOT_FOUND","features":[95]},{"name":"WZC_PROFILE_XML_ERROR_UNSUPPORTED_VERSION","features":[95]}],"455":[{"name":"CMD_ENTRY","features":[3,96]},{"name":"CMD_FLAG_HIDDEN","features":[96]},{"name":"CMD_FLAG_INTERACTIVE","features":[96]},{"name":"CMD_FLAG_LIMIT_MASK","features":[96]},{"name":"CMD_FLAG_LOCAL","features":[96]},{"name":"CMD_FLAG_ONLINE","features":[96]},{"name":"CMD_FLAG_PRIORITY","features":[96]},{"name":"CMD_FLAG_PRIVATE","features":[96]},{"name":"CMD_GROUP_ENTRY","features":[3,96]},{"name":"DEFAULT_CONTEXT_PRIORITY","features":[96]},{"name":"ERROR_CMD_NOT_FOUND","features":[96]},{"name":"ERROR_CONTEXT_ALREADY_REGISTERED","features":[96]},{"name":"ERROR_CONTINUE_IN_PARENT_CONTEXT","features":[96]},{"name":"ERROR_DLL_LOAD_FAILED","features":[96]},{"name":"ERROR_ENTRY_PT_NOT_FOUND","features":[96]},{"name":"ERROR_HELPER_ALREADY_REGISTERED","features":[96]},{"name":"ERROR_INIT_DISPLAY","features":[96]},{"name":"ERROR_INVALID_OPTION_TAG","features":[96]},{"name":"ERROR_INVALID_OPTION_VALUE","features":[96]},{"name":"ERROR_INVALID_SYNTAX","features":[96]},{"name":"ERROR_MISSING_OPTION","features":[96]},{"name":"ERROR_NO_CHANGE","features":[96]},{"name":"ERROR_NO_ENTRIES","features":[96]},{"name":"ERROR_NO_TAG","features":[96]},{"name":"ERROR_OKAY","features":[96]},{"name":"ERROR_PARSING_FAILURE","features":[96]},{"name":"ERROR_PROTOCOL_NOT_IN_TRANSPORT","features":[96]},{"name":"ERROR_SHOW_USAGE","features":[96]},{"name":"ERROR_SUPPRESS_OUTPUT","features":[96]},{"name":"ERROR_TAG_ALREADY_PRESENT","features":[96]},{"name":"ERROR_TRANSPORT_NOT_PRESENT","features":[96]},{"name":"GET_RESOURCE_STRING_FN_NAME","features":[96]},{"name":"MAX_NAME_LEN","features":[96]},{"name":"MatchEnumTag","features":[3,96]},{"name":"MatchToken","features":[3,96]},{"name":"NETSH_ARG_DELIMITER","features":[96]},{"name":"NETSH_CMD_DELIMITER","features":[96]},{"name":"NETSH_COMMIT","features":[96]},{"name":"NETSH_COMMIT_STATE","features":[96]},{"name":"NETSH_ERROR_BASE","features":[96]},{"name":"NETSH_ERROR_END","features":[96]},{"name":"NETSH_FLUSH","features":[96]},{"name":"NETSH_MAX_CMD_TOKEN_LENGTH","features":[96]},{"name":"NETSH_MAX_TOKEN_LENGTH","features":[96]},{"name":"NETSH_SAVE","features":[96]},{"name":"NETSH_UNCOMMIT","features":[96]},{"name":"NETSH_VERSION_50","features":[96]},{"name":"NS_CMD_FLAGS","features":[96]},{"name":"NS_CONTEXT_ATTRIBUTES","features":[3,96]},{"name":"NS_EVENTS","features":[96]},{"name":"NS_EVENT_FROM_N","features":[96]},{"name":"NS_EVENT_FROM_START","features":[96]},{"name":"NS_EVENT_LAST_N","features":[96]},{"name":"NS_EVENT_LAST_SECS","features":[96]},{"name":"NS_EVENT_LOOP","features":[96]},{"name":"NS_GET_EVENT_IDS_FN_NAME","features":[96]},{"name":"NS_HELPER_ATTRIBUTES","features":[96]},{"name":"NS_MODE_CHANGE","features":[96]},{"name":"NS_REQS","features":[96]},{"name":"NS_REQ_ALLOW_MULTIPLE","features":[96]},{"name":"NS_REQ_ONE_OR_MORE","features":[96]},{"name":"NS_REQ_PRESENT","features":[96]},{"name":"NS_REQ_ZERO","features":[96]},{"name":"PFN_CUSTOM_HELP","features":[3,96]},{"name":"PFN_HANDLE_CMD","features":[3,96]},{"name":"PGET_RESOURCE_STRING_FN","features":[96]},{"name":"PNS_CONTEXT_COMMIT_FN","features":[96]},{"name":"PNS_CONTEXT_CONNECT_FN","features":[96]},{"name":"PNS_CONTEXT_DUMP_FN","features":[96]},{"name":"PNS_DLL_INIT_FN","features":[96]},{"name":"PNS_DLL_STOP_FN","features":[96]},{"name":"PNS_HELPER_START_FN","features":[96]},{"name":"PNS_HELPER_STOP_FN","features":[96]},{"name":"PNS_OSVERSIONCHECK","features":[3,96]},{"name":"PreprocessCommand","features":[3,96]},{"name":"PrintError","features":[3,96]},{"name":"PrintMessage","features":[96]},{"name":"PrintMessageFromModule","features":[3,96]},{"name":"RegisterContext","features":[3,96]},{"name":"RegisterHelper","features":[96]},{"name":"TAG_TYPE","features":[3,96]},{"name":"TOKEN_VALUE","features":[96]}],"456":[{"name":"ATTRIBUTE_TYPE","features":[97]},{"name":"AT_BOOLEAN","features":[97]},{"name":"AT_GUID","features":[97]},{"name":"AT_INT16","features":[97]},{"name":"AT_INT32","features":[97]},{"name":"AT_INT64","features":[97]},{"name":"AT_INT8","features":[97]},{"name":"AT_INVALID","features":[97]},{"name":"AT_LIFE_TIME","features":[97]},{"name":"AT_OCTET_STRING","features":[97]},{"name":"AT_SOCKADDR","features":[97]},{"name":"AT_STRING","features":[97]},{"name":"AT_UINT16","features":[97]},{"name":"AT_UINT32","features":[97]},{"name":"AT_UINT64","features":[97]},{"name":"AT_UINT8","features":[97]},{"name":"DF_IMPERSONATION","features":[97]},{"name":"DF_TRACELESS","features":[97]},{"name":"DIAGNOSIS_STATUS","features":[97]},{"name":"DIAG_SOCKADDR","features":[97]},{"name":"DS_CONFIRMED","features":[97]},{"name":"DS_DEFERRED","features":[97]},{"name":"DS_INDETERMINATE","features":[97]},{"name":"DS_NOT_IMPLEMENTED","features":[97]},{"name":"DS_PASSTHROUGH","features":[97]},{"name":"DS_REJECTED","features":[97]},{"name":"DiagnosticsInfo","features":[97]},{"name":"HELPER_ATTRIBUTE","features":[3,97]},{"name":"HYPOTHESIS","features":[3,97]},{"name":"HelperAttributeInfo","features":[97]},{"name":"HypothesisResult","features":[3,97]},{"name":"INetDiagExtensibleHelper","features":[97]},{"name":"INetDiagHelper","features":[97]},{"name":"INetDiagHelperEx","features":[97]},{"name":"INetDiagHelperInfo","features":[97]},{"name":"INetDiagHelperUtilFactory","features":[97]},{"name":"LIFE_TIME","features":[3,97]},{"name":"NDF_ADD_CAPTURE_TRACE","features":[97]},{"name":"NDF_APPLY_INCLUSION_LIST_FILTER","features":[97]},{"name":"NDF_ERROR_START","features":[97]},{"name":"NDF_E_BAD_PARAM","features":[97]},{"name":"NDF_E_CANCELLED","features":[97]},{"name":"NDF_E_DISABLED","features":[97]},{"name":"NDF_E_LENGTH_EXCEEDED","features":[97]},{"name":"NDF_E_NOHELPERCLASS","features":[97]},{"name":"NDF_E_PROBLEM_PRESENT","features":[97]},{"name":"NDF_E_UNKNOWN","features":[97]},{"name":"NDF_E_VALIDATION","features":[97]},{"name":"NDF_INBOUND_FLAG_EDGETRAVERSAL","features":[97]},{"name":"NDF_INBOUND_FLAG_HEALTHCHECK","features":[97]},{"name":"NdfCancelIncident","features":[97]},{"name":"NdfCloseIncident","features":[97]},{"name":"NdfCreateConnectivityIncident","features":[97]},{"name":"NdfCreateDNSIncident","features":[97]},{"name":"NdfCreateGroupingIncident","features":[97,17]},{"name":"NdfCreateIncident","features":[3,97]},{"name":"NdfCreateNetConnectionIncident","features":[97]},{"name":"NdfCreatePnrpIncident","features":[3,97]},{"name":"NdfCreateSharingIncident","features":[97]},{"name":"NdfCreateWebIncident","features":[97]},{"name":"NdfCreateWebIncidentEx","features":[3,97]},{"name":"NdfCreateWinSockIncident","features":[97,17,6]},{"name":"NdfDiagnoseIncident","features":[97]},{"name":"NdfExecuteDiagnosis","features":[3,97]},{"name":"NdfGetTraceFile","features":[97]},{"name":"NdfRepairIncident","features":[97]},{"name":"OCTET_STRING","features":[97]},{"name":"PROBLEM_TYPE","features":[97]},{"name":"PT_DOWN_STREAM_HEALTH","features":[97]},{"name":"PT_HIGHER_UTILIZATION","features":[97]},{"name":"PT_HIGH_UTILIZATION","features":[97]},{"name":"PT_INVALID","features":[97]},{"name":"PT_LOWER_HEALTH","features":[97]},{"name":"PT_LOW_HEALTH","features":[97]},{"name":"PT_UP_STREAM_UTILIZATION","features":[97]},{"name":"RCF_ISCONFIRMED","features":[97]},{"name":"RCF_ISLEAF","features":[97]},{"name":"RCF_ISTHIRDPARTY","features":[97]},{"name":"REPAIR_RISK","features":[97]},{"name":"REPAIR_SCOPE","features":[97]},{"name":"REPAIR_STATUS","features":[97]},{"name":"RF_CONTACT_ADMIN","features":[97]},{"name":"RF_INFORMATION_ONLY","features":[97]},{"name":"RF_REPRO","features":[97]},{"name":"RF_RESERVED","features":[97]},{"name":"RF_RESERVED_CA","features":[97]},{"name":"RF_RESERVED_LNI","features":[97]},{"name":"RF_SHOW_EVENTS","features":[97]},{"name":"RF_UI_ONLY","features":[97]},{"name":"RF_USER_ACTION","features":[97]},{"name":"RF_USER_CONFIRMATION","features":[97]},{"name":"RF_VALIDATE_HELPTOPIC","features":[97]},{"name":"RF_WORKAROUND","features":[97]},{"name":"RR_NORISK","features":[97]},{"name":"RR_NOROLLBACK","features":[97]},{"name":"RR_ROLLBACK","features":[97]},{"name":"RS_APPLICATION","features":[97]},{"name":"RS_DEFERRED","features":[97]},{"name":"RS_NOT_IMPLEMENTED","features":[97]},{"name":"RS_PROCESS","features":[97]},{"name":"RS_REPAIRED","features":[97]},{"name":"RS_SYSTEM","features":[97]},{"name":"RS_UNREPAIRED","features":[97]},{"name":"RS_USER","features":[97]},{"name":"RS_USER_ACTION","features":[97]},{"name":"RepairInfo","features":[97]},{"name":"RepairInfoEx","features":[97]},{"name":"RootCauseInfo","features":[97]},{"name":"ShellCommandInfo","features":[97]},{"name":"UIT_DUI","features":[97]},{"name":"UIT_HELP_PANE","features":[97]},{"name":"UIT_INVALID","features":[97]},{"name":"UIT_NONE","features":[97]},{"name":"UIT_SHELL_COMMAND","features":[97]},{"name":"UI_INFO_TYPE","features":[97]},{"name":"UiInfo","features":[97]}],"458":[{"name":"DRT_ACTIVE","features":[98]},{"name":"DRT_ADDRESS","features":[98,17]},{"name":"DRT_ADDRESS_FLAGS","features":[98]},{"name":"DRT_ADDRESS_FLAG_ACCEPTED","features":[98]},{"name":"DRT_ADDRESS_FLAG_BAD_VALIDATE_ID","features":[98]},{"name":"DRT_ADDRESS_FLAG_INQUIRE","features":[98]},{"name":"DRT_ADDRESS_FLAG_LOOP","features":[98]},{"name":"DRT_ADDRESS_FLAG_REJECTED","features":[98]},{"name":"DRT_ADDRESS_FLAG_SUSPECT_UNREGISTERED_ID","features":[98]},{"name":"DRT_ADDRESS_FLAG_TOO_BUSY","features":[98]},{"name":"DRT_ADDRESS_FLAG_UNREACHABLE","features":[98]},{"name":"DRT_ADDRESS_LIST","features":[98,17]},{"name":"DRT_ALONE","features":[98]},{"name":"DRT_BOOTSTRAP_PROVIDER","features":[98]},{"name":"DRT_BOOTSTRAP_RESOLVE_CALLBACK","features":[3,98,17]},{"name":"DRT_DATA","features":[98]},{"name":"DRT_EVENT_DATA","features":[98,17]},{"name":"DRT_EVENT_LEAFSET_KEY_CHANGED","features":[98]},{"name":"DRT_EVENT_REGISTRATION_STATE_CHANGED","features":[98]},{"name":"DRT_EVENT_STATUS_CHANGED","features":[98]},{"name":"DRT_EVENT_TYPE","features":[98]},{"name":"DRT_E_BOOTSTRAPPROVIDER_IN_USE","features":[98]},{"name":"DRT_E_BOOTSTRAPPROVIDER_NOT_ATTACHED","features":[98]},{"name":"DRT_E_CAPABILITY_MISMATCH","features":[98]},{"name":"DRT_E_DUPLICATE_KEY","features":[98]},{"name":"DRT_E_FAULTED","features":[98]},{"name":"DRT_E_INSUFFICIENT_BUFFER","features":[98]},{"name":"DRT_E_INVALID_ADDRESS","features":[98]},{"name":"DRT_E_INVALID_BOOTSTRAP_PROVIDER","features":[98]},{"name":"DRT_E_INVALID_CERT_CHAIN","features":[98]},{"name":"DRT_E_INVALID_INSTANCE_PREFIX","features":[98]},{"name":"DRT_E_INVALID_KEY","features":[98]},{"name":"DRT_E_INVALID_KEY_SIZE","features":[98]},{"name":"DRT_E_INVALID_MAX_ADDRESSES","features":[98]},{"name":"DRT_E_INVALID_MAX_ENDPOINTS","features":[98]},{"name":"DRT_E_INVALID_MESSAGE","features":[98]},{"name":"DRT_E_INVALID_PORT","features":[98]},{"name":"DRT_E_INVALID_SCOPE","features":[98]},{"name":"DRT_E_INVALID_SEARCH_INFO","features":[98]},{"name":"DRT_E_INVALID_SEARCH_RANGE","features":[98]},{"name":"DRT_E_INVALID_SECURITY_MODE","features":[98]},{"name":"DRT_E_INVALID_SECURITY_PROVIDER","features":[98]},{"name":"DRT_E_INVALID_SETTINGS","features":[98]},{"name":"DRT_E_INVALID_TRANSPORT_PROVIDER","features":[98]},{"name":"DRT_E_NO_ADDRESSES_AVAILABLE","features":[98]},{"name":"DRT_E_NO_MORE","features":[98]},{"name":"DRT_E_SEARCH_IN_PROGRESS","features":[98]},{"name":"DRT_E_SECURITYPROVIDER_IN_USE","features":[98]},{"name":"DRT_E_SECURITYPROVIDER_NOT_ATTACHED","features":[98]},{"name":"DRT_E_STILL_IN_USE","features":[98]},{"name":"DRT_E_TIMEOUT","features":[98]},{"name":"DRT_E_TRANSPORTPROVIDER_IN_USE","features":[98]},{"name":"DRT_E_TRANSPORTPROVIDER_NOT_ATTACHED","features":[98]},{"name":"DRT_E_TRANSPORT_ALREADY_BOUND","features":[98]},{"name":"DRT_E_TRANSPORT_ALREADY_EXISTS_FOR_SCOPE","features":[98]},{"name":"DRT_E_TRANSPORT_EXECUTING_CALLBACK","features":[98]},{"name":"DRT_E_TRANSPORT_INVALID_ARGUMENT","features":[98]},{"name":"DRT_E_TRANSPORT_NOT_BOUND","features":[98]},{"name":"DRT_E_TRANSPORT_NO_DEST_ADDRESSES","features":[98]},{"name":"DRT_E_TRANSPORT_SHUTTING_DOWN","features":[98]},{"name":"DRT_E_TRANSPORT_STILL_BOUND","features":[98]},{"name":"DRT_E_TRANSPORT_UNEXPECTED","features":[98]},{"name":"DRT_FAULTED","features":[98]},{"name":"DRT_GLOBAL_SCOPE","features":[98]},{"name":"DRT_LEAFSET_KEY_ADDED","features":[98]},{"name":"DRT_LEAFSET_KEY_CHANGE_TYPE","features":[98]},{"name":"DRT_LEAFSET_KEY_DELETED","features":[98]},{"name":"DRT_LINK_LOCAL_ISATAP_SCOPEID","features":[98]},{"name":"DRT_LINK_LOCAL_SCOPE","features":[98]},{"name":"DRT_MATCH_EXACT","features":[98]},{"name":"DRT_MATCH_INTERMEDIATE","features":[98]},{"name":"DRT_MATCH_NEAR","features":[98]},{"name":"DRT_MATCH_TYPE","features":[98]},{"name":"DRT_MAX_INSTANCE_PREFIX_LEN","features":[98]},{"name":"DRT_MAX_PAYLOAD_SIZE","features":[98]},{"name":"DRT_MAX_ROUTING_ADDRESSES","features":[98]},{"name":"DRT_MIN_ROUTING_ADDRESSES","features":[98]},{"name":"DRT_NO_NETWORK","features":[98]},{"name":"DRT_PAYLOAD_REVOKED","features":[98]},{"name":"DRT_REGISTRATION","features":[98]},{"name":"DRT_REGISTRATION_STATE","features":[98]},{"name":"DRT_REGISTRATION_STATE_UNRESOLVEABLE","features":[98]},{"name":"DRT_SCOPE","features":[98]},{"name":"DRT_SEARCH_INFO","features":[3,98]},{"name":"DRT_SEARCH_RESULT","features":[98]},{"name":"DRT_SECURE_CONFIDENTIALPAYLOAD","features":[98]},{"name":"DRT_SECURE_MEMBERSHIP","features":[98]},{"name":"DRT_SECURE_RESOLVE","features":[98]},{"name":"DRT_SECURITY_MODE","features":[98]},{"name":"DRT_SECURITY_PROVIDER","features":[98]},{"name":"DRT_SETTINGS","features":[98]},{"name":"DRT_SITE_LOCAL_SCOPE","features":[98]},{"name":"DRT_STATUS","features":[98]},{"name":"DRT_S_RETRY","features":[98]},{"name":"DrtClose","features":[98]},{"name":"DrtContinueSearch","features":[98]},{"name":"DrtCreateDerivedKey","features":[3,98,70]},{"name":"DrtCreateDerivedKeySecurityProvider","features":[3,98,70]},{"name":"DrtCreateDnsBootstrapResolver","features":[98]},{"name":"DrtCreateIpv6UdpTransport","features":[98]},{"name":"DrtCreateNullSecurityProvider","features":[98]},{"name":"DrtCreatePnrpBootstrapResolver","features":[3,98]},{"name":"DrtDeleteDerivedKeySecurityProvider","features":[98]},{"name":"DrtDeleteDnsBootstrapResolver","features":[98]},{"name":"DrtDeleteIpv6UdpTransport","features":[98]},{"name":"DrtDeleteNullSecurityProvider","features":[98]},{"name":"DrtDeletePnrpBootstrapResolver","features":[98]},{"name":"DrtEndSearch","features":[98]},{"name":"DrtGetEventData","features":[98,17]},{"name":"DrtGetEventDataSize","features":[98]},{"name":"DrtGetInstanceName","features":[98]},{"name":"DrtGetInstanceNameSize","features":[98]},{"name":"DrtGetSearchPath","features":[98,17]},{"name":"DrtGetSearchPathSize","features":[98]},{"name":"DrtGetSearchResult","features":[98]},{"name":"DrtGetSearchResultSize","features":[98]},{"name":"DrtOpen","features":[3,98]},{"name":"DrtRegisterKey","features":[98]},{"name":"DrtStartSearch","features":[3,98]},{"name":"DrtUnregisterKey","features":[98]},{"name":"DrtUpdateKey","features":[98]},{"name":"FACILITY_DRT","features":[98]},{"name":"MaximumPeerDistClientInfoByHandlesClass","features":[98]},{"name":"NS_PNRPCLOUD","features":[98]},{"name":"NS_PNRPNAME","features":[98]},{"name":"NS_PROVIDER_PNRPCLOUD","features":[98]},{"name":"NS_PROVIDER_PNRPNAME","features":[98]},{"name":"PEERDIST_CLIENT_BASIC_INFO","features":[3,98]},{"name":"PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS","features":[98]},{"name":"PEERDIST_CONTENT_TAG","features":[98]},{"name":"PEERDIST_PUBLICATION_OPTIONS","features":[98]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION","features":[98]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION_1","features":[98]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION_2","features":[98]},{"name":"PEERDIST_READ_TIMEOUT_DEFAULT","features":[98]},{"name":"PEERDIST_READ_TIMEOUT_LOCAL_CACHE_ONLY","features":[98]},{"name":"PEERDIST_RETRIEVAL_OPTIONS","features":[98]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION","features":[98]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_1","features":[98]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_2","features":[98]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE","features":[98]},{"name":"PEERDIST_STATUS","features":[98]},{"name":"PEERDIST_STATUS_AVAILABLE","features":[98]},{"name":"PEERDIST_STATUS_DISABLED","features":[98]},{"name":"PEERDIST_STATUS_INFO","features":[98]},{"name":"PEERDIST_STATUS_UNAVAILABLE","features":[98]},{"name":"PEER_ADDRESS","features":[98,17]},{"name":"PEER_APPLICATION","features":[98]},{"name":"PEER_APPLICATION_ALL_USERS","features":[98]},{"name":"PEER_APPLICATION_CURRENT_USER","features":[98]},{"name":"PEER_APPLICATION_REGISTRATION_INFO","features":[98]},{"name":"PEER_APPLICATION_REGISTRATION_TYPE","features":[98]},{"name":"PEER_APP_LAUNCH_INFO","features":[3,98,17]},{"name":"PEER_CHANGE_ADDED","features":[98]},{"name":"PEER_CHANGE_DELETED","features":[98]},{"name":"PEER_CHANGE_TYPE","features":[98]},{"name":"PEER_CHANGE_UPDATED","features":[98]},{"name":"PEER_COLLAB_EVENT_DATA","features":[3,98,17]},{"name":"PEER_COLLAB_EVENT_REGISTRATION","features":[98]},{"name":"PEER_COLLAB_EVENT_TYPE","features":[98]},{"name":"PEER_COLLAB_OBJECTID_USER_PICTURE","features":[98]},{"name":"PEER_CONNECTED","features":[98]},{"name":"PEER_CONNECTION_DIRECT","features":[98]},{"name":"PEER_CONNECTION_FAILED","features":[98]},{"name":"PEER_CONNECTION_FLAGS","features":[98]},{"name":"PEER_CONNECTION_INFO","features":[98,17]},{"name":"PEER_CONNECTION_NEIGHBOR","features":[98]},{"name":"PEER_CONNECTION_STATUS","features":[98]},{"name":"PEER_CONTACT","features":[3,98]},{"name":"PEER_CREDENTIAL_INFO","features":[3,98,70]},{"name":"PEER_DATA","features":[98]},{"name":"PEER_DEFER_EXPIRATION","features":[98]},{"name":"PEER_DISABLE_PRESENCE","features":[98]},{"name":"PEER_DISCONNECTED","features":[98]},{"name":"PEER_ENDPOINT","features":[98,17]},{"name":"PEER_EVENT_APPLICATION_CHANGED_DATA","features":[3,98,17]},{"name":"PEER_EVENT_CONNECTION_CHANGE_DATA","features":[98]},{"name":"PEER_EVENT_ENDPOINT_APPLICATION_CHANGED","features":[98]},{"name":"PEER_EVENT_ENDPOINT_CHANGED","features":[98]},{"name":"PEER_EVENT_ENDPOINT_CHANGED_DATA","features":[3,98,17]},{"name":"PEER_EVENT_ENDPOINT_OBJECT_CHANGED","features":[98]},{"name":"PEER_EVENT_ENDPOINT_PRESENCE_CHANGED","features":[98]},{"name":"PEER_EVENT_INCOMING_DATA","features":[98]},{"name":"PEER_EVENT_MEMBER_CHANGE_DATA","features":[98]},{"name":"PEER_EVENT_MY_APPLICATION_CHANGED","features":[98]},{"name":"PEER_EVENT_MY_ENDPOINT_CHANGED","features":[98]},{"name":"PEER_EVENT_MY_OBJECT_CHANGED","features":[98]},{"name":"PEER_EVENT_MY_PRESENCE_CHANGED","features":[98]},{"name":"PEER_EVENT_NODE_CHANGE_DATA","features":[98]},{"name":"PEER_EVENT_OBJECT_CHANGED_DATA","features":[3,98,17]},{"name":"PEER_EVENT_PEOPLE_NEAR_ME_CHANGED","features":[98]},{"name":"PEER_EVENT_PEOPLE_NEAR_ME_CHANGED_DATA","features":[98,17]},{"name":"PEER_EVENT_PRESENCE_CHANGED_DATA","features":[3,98,17]},{"name":"PEER_EVENT_RECORD_CHANGE_DATA","features":[98]},{"name":"PEER_EVENT_REQUEST_STATUS_CHANGED","features":[98]},{"name":"PEER_EVENT_REQUEST_STATUS_CHANGED_DATA","features":[98,17]},{"name":"PEER_EVENT_SYNCHRONIZED_DATA","features":[98]},{"name":"PEER_EVENT_WATCHLIST_CHANGED","features":[98]},{"name":"PEER_EVENT_WATCHLIST_CHANGED_DATA","features":[3,98]},{"name":"PEER_E_ALREADY_EXISTS","features":[98]},{"name":"PEER_E_CLIENT_INVALID_COMPARTMENT_ID","features":[98]},{"name":"PEER_E_CLOUD_DISABLED","features":[98]},{"name":"PEER_E_CLOUD_IS_DEAD","features":[98]},{"name":"PEER_E_CLOUD_IS_SEARCH_ONLY","features":[98]},{"name":"PEER_E_CLOUD_NOT_FOUND","features":[98]},{"name":"PEER_E_DISK_FULL","features":[98]},{"name":"PEER_E_DUPLICATE_PEER_NAME","features":[98]},{"name":"PEER_E_INVALID_IDENTITY","features":[98]},{"name":"PEER_E_NOT_FOUND","features":[98]},{"name":"PEER_E_TOO_MUCH_LOAD","features":[98]},{"name":"PEER_GRAPH_EVENT_CONNECTION_REQUIRED","features":[98]},{"name":"PEER_GRAPH_EVENT_DATA","features":[98]},{"name":"PEER_GRAPH_EVENT_DIRECT_CONNECTION","features":[98]},{"name":"PEER_GRAPH_EVENT_INCOMING_DATA","features":[98]},{"name":"PEER_GRAPH_EVENT_NEIGHBOR_CONNECTION","features":[98]},{"name":"PEER_GRAPH_EVENT_NODE_CHANGED","features":[98]},{"name":"PEER_GRAPH_EVENT_PROPERTY_CHANGED","features":[98]},{"name":"PEER_GRAPH_EVENT_RECORD_CHANGED","features":[98]},{"name":"PEER_GRAPH_EVENT_REGISTRATION","features":[98]},{"name":"PEER_GRAPH_EVENT_STATUS_CHANGED","features":[98]},{"name":"PEER_GRAPH_EVENT_SYNCHRONIZED","features":[98]},{"name":"PEER_GRAPH_EVENT_TYPE","features":[98]},{"name":"PEER_GRAPH_PROPERTIES","features":[98]},{"name":"PEER_GRAPH_PROPERTY_DEFER_EXPIRATION","features":[98]},{"name":"PEER_GRAPH_PROPERTY_FLAGS","features":[98]},{"name":"PEER_GRAPH_PROPERTY_HEARTBEATS","features":[98]},{"name":"PEER_GRAPH_SCOPE","features":[98]},{"name":"PEER_GRAPH_SCOPE_ANY","features":[98]},{"name":"PEER_GRAPH_SCOPE_GLOBAL","features":[98]},{"name":"PEER_GRAPH_SCOPE_LINKLOCAL","features":[98]},{"name":"PEER_GRAPH_SCOPE_LOOPBACK","features":[98]},{"name":"PEER_GRAPH_SCOPE_SITELOCAL","features":[98]},{"name":"PEER_GRAPH_STATUS_FLAGS","features":[98]},{"name":"PEER_GRAPH_STATUS_HAS_CONNECTIONS","features":[98]},{"name":"PEER_GRAPH_STATUS_LISTENING","features":[98]},{"name":"PEER_GRAPH_STATUS_SYNCHRONIZED","features":[98]},{"name":"PEER_GROUP_AUTHENTICATION_SCHEME","features":[98]},{"name":"PEER_GROUP_EVENT_AUTHENTICATION_FAILED","features":[98]},{"name":"PEER_GROUP_EVENT_CONNECTION_FAILED","features":[98]},{"name":"PEER_GROUP_EVENT_DATA","features":[98]},{"name":"PEER_GROUP_EVENT_DIRECT_CONNECTION","features":[98]},{"name":"PEER_GROUP_EVENT_INCOMING_DATA","features":[98]},{"name":"PEER_GROUP_EVENT_MEMBER_CHANGED","features":[98]},{"name":"PEER_GROUP_EVENT_NEIGHBOR_CONNECTION","features":[98]},{"name":"PEER_GROUP_EVENT_PROPERTY_CHANGED","features":[98]},{"name":"PEER_GROUP_EVENT_RECORD_CHANGED","features":[98]},{"name":"PEER_GROUP_EVENT_REGISTRATION","features":[98]},{"name":"PEER_GROUP_EVENT_STATUS_CHANGED","features":[98]},{"name":"PEER_GROUP_EVENT_TYPE","features":[98]},{"name":"PEER_GROUP_GMC_AUTHENTICATION","features":[98]},{"name":"PEER_GROUP_ISSUE_CREDENTIAL_FLAGS","features":[98]},{"name":"PEER_GROUP_PASSWORD_AUTHENTICATION","features":[98]},{"name":"PEER_GROUP_PROPERTIES","features":[98]},{"name":"PEER_GROUP_PROPERTY_FLAGS","features":[98]},{"name":"PEER_GROUP_ROLE_ADMIN","features":[98]},{"name":"PEER_GROUP_ROLE_INVITING_MEMBER","features":[98]},{"name":"PEER_GROUP_ROLE_MEMBER","features":[98]},{"name":"PEER_GROUP_STATUS","features":[98]},{"name":"PEER_GROUP_STATUS_HAS_CONNECTIONS","features":[98]},{"name":"PEER_GROUP_STATUS_LISTENING","features":[98]},{"name":"PEER_GROUP_STORE_CREDENTIALS","features":[98]},{"name":"PEER_INVITATION","features":[98]},{"name":"PEER_INVITATION_INFO","features":[3,98,70]},{"name":"PEER_INVITATION_RESPONSE","features":[98]},{"name":"PEER_INVITATION_RESPONSE_ACCEPTED","features":[98]},{"name":"PEER_INVITATION_RESPONSE_DECLINED","features":[98]},{"name":"PEER_INVITATION_RESPONSE_ERROR","features":[98]},{"name":"PEER_INVITATION_RESPONSE_EXPIRED","features":[98]},{"name":"PEER_INVITATION_RESPONSE_TYPE","features":[98]},{"name":"PEER_MEMBER","features":[3,98,17,70]},{"name":"PEER_MEMBER_CHANGE_TYPE","features":[98]},{"name":"PEER_MEMBER_CONNECTED","features":[98]},{"name":"PEER_MEMBER_DATA_OPTIONAL","features":[98]},{"name":"PEER_MEMBER_DISCONNECTED","features":[98]},{"name":"PEER_MEMBER_FLAGS","features":[98]},{"name":"PEER_MEMBER_JOINED","features":[98]},{"name":"PEER_MEMBER_LEFT","features":[98]},{"name":"PEER_MEMBER_PRESENT","features":[98]},{"name":"PEER_MEMBER_UPDATED","features":[98]},{"name":"PEER_NAME_PAIR","features":[98]},{"name":"PEER_NODE_CHANGE_CONNECTED","features":[98]},{"name":"PEER_NODE_CHANGE_DISCONNECTED","features":[98]},{"name":"PEER_NODE_CHANGE_TYPE","features":[98]},{"name":"PEER_NODE_CHANGE_UPDATED","features":[98]},{"name":"PEER_NODE_INFO","features":[98,17]},{"name":"PEER_OBJECT","features":[98]},{"name":"PEER_PEOPLE_NEAR_ME","features":[98,17]},{"name":"PEER_PNRP_ALL_LINK_CLOUDS","features":[98]},{"name":"PEER_PNRP_CLOUD_INFO","features":[98]},{"name":"PEER_PNRP_ENDPOINT_INFO","features":[98,17]},{"name":"PEER_PNRP_REGISTRATION_INFO","features":[98,17]},{"name":"PEER_PRESENCE_AWAY","features":[98]},{"name":"PEER_PRESENCE_BE_RIGHT_BACK","features":[98]},{"name":"PEER_PRESENCE_BUSY","features":[98]},{"name":"PEER_PRESENCE_IDLE","features":[98]},{"name":"PEER_PRESENCE_INFO","features":[98]},{"name":"PEER_PRESENCE_OFFLINE","features":[98]},{"name":"PEER_PRESENCE_ONLINE","features":[98]},{"name":"PEER_PRESENCE_ON_THE_PHONE","features":[98]},{"name":"PEER_PRESENCE_OUT_TO_LUNCH","features":[98]},{"name":"PEER_PRESENCE_STATUS","features":[98]},{"name":"PEER_PUBLICATION_SCOPE","features":[98]},{"name":"PEER_PUBLICATION_SCOPE_ALL","features":[98]},{"name":"PEER_PUBLICATION_SCOPE_INTERNET","features":[98]},{"name":"PEER_PUBLICATION_SCOPE_NEAR_ME","features":[98]},{"name":"PEER_PUBLICATION_SCOPE_NONE","features":[98]},{"name":"PEER_RECORD","features":[3,98]},{"name":"PEER_RECORD_ADDED","features":[98]},{"name":"PEER_RECORD_CHANGE_TYPE","features":[98]},{"name":"PEER_RECORD_DELETED","features":[98]},{"name":"PEER_RECORD_EXPIRED","features":[98]},{"name":"PEER_RECORD_FLAGS","features":[98]},{"name":"PEER_RECORD_FLAG_AUTOREFRESH","features":[98]},{"name":"PEER_RECORD_FLAG_DELETED","features":[98]},{"name":"PEER_RECORD_UPDATED","features":[98]},{"name":"PEER_SECURITY_INTERFACE","features":[3,98]},{"name":"PEER_SIGNIN_ALL","features":[98]},{"name":"PEER_SIGNIN_FLAGS","features":[98]},{"name":"PEER_SIGNIN_INTERNET","features":[98]},{"name":"PEER_SIGNIN_NEAR_ME","features":[98]},{"name":"PEER_SIGNIN_NONE","features":[98]},{"name":"PEER_VERSION_DATA","features":[98]},{"name":"PEER_WATCH_ALLOWED","features":[98]},{"name":"PEER_WATCH_BLOCKED","features":[98]},{"name":"PEER_WATCH_PERMISSION","features":[98]},{"name":"PFNPEER_FREE_SECURITY_DATA","features":[98]},{"name":"PFNPEER_ON_PASSWORD_AUTH_FAILED","features":[98]},{"name":"PFNPEER_SECURE_RECORD","features":[3,98]},{"name":"PFNPEER_VALIDATE_RECORD","features":[3,98]},{"name":"PNRPCLOUDINFO","features":[98]},{"name":"PNRPINFO_HINT","features":[98]},{"name":"PNRPINFO_V1","features":[98,17]},{"name":"PNRPINFO_V2","features":[98,17,43]},{"name":"PNRP_CLOUD_FLAGS","features":[98]},{"name":"PNRP_CLOUD_FULL_PARTICIPANT","features":[98]},{"name":"PNRP_CLOUD_ID","features":[98]},{"name":"PNRP_CLOUD_NAME_LOCAL","features":[98]},{"name":"PNRP_CLOUD_NO_FLAGS","features":[98]},{"name":"PNRP_CLOUD_RESOLVE_ONLY","features":[98]},{"name":"PNRP_CLOUD_STATE","features":[98]},{"name":"PNRP_CLOUD_STATE_ACTIVE","features":[98]},{"name":"PNRP_CLOUD_STATE_ALONE","features":[98]},{"name":"PNRP_CLOUD_STATE_DEAD","features":[98]},{"name":"PNRP_CLOUD_STATE_DISABLED","features":[98]},{"name":"PNRP_CLOUD_STATE_NO_NET","features":[98]},{"name":"PNRP_CLOUD_STATE_SYNCHRONISING","features":[98]},{"name":"PNRP_CLOUD_STATE_VIRTUAL","features":[98]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE","features":[98]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_BINARY","features":[98]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_NONE","features":[98]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_STRING","features":[98]},{"name":"PNRP_GLOBAL_SCOPE","features":[98]},{"name":"PNRP_LINK_LOCAL_SCOPE","features":[98]},{"name":"PNRP_MAX_ENDPOINT_ADDRESSES","features":[98]},{"name":"PNRP_MAX_EXTENDED_PAYLOAD_BYTES","features":[98]},{"name":"PNRP_REGISTERED_ID_STATE","features":[98]},{"name":"PNRP_REGISTERED_ID_STATE_OK","features":[98]},{"name":"PNRP_REGISTERED_ID_STATE_PROBLEM","features":[98]},{"name":"PNRP_RESOLVE_CRITERIA","features":[98]},{"name":"PNRP_RESOLVE_CRITERIA_ANY_PEER_NAME","features":[98]},{"name":"PNRP_RESOLVE_CRITERIA_DEFAULT","features":[98]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_NON_CURRENT_PROCESS_PEER_NAME","features":[98]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_PEER_NAME","features":[98]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_REMOTE_PEER_NAME","features":[98]},{"name":"PNRP_RESOLVE_CRITERIA_NON_CURRENT_PROCESS_PEER_NAME","features":[98]},{"name":"PNRP_RESOLVE_CRITERIA_REMOTE_PEER_NAME","features":[98]},{"name":"PNRP_SCOPE","features":[98]},{"name":"PNRP_SCOPE_ANY","features":[98]},{"name":"PNRP_SITE_LOCAL_SCOPE","features":[98]},{"name":"PeerCollabAddContact","features":[3,98]},{"name":"PeerCollabAsyncInviteContact","features":[3,98,17]},{"name":"PeerCollabAsyncInviteEndpoint","features":[3,98,17]},{"name":"PeerCollabCancelInvitation","features":[3,98]},{"name":"PeerCollabCloseHandle","features":[3,98]},{"name":"PeerCollabDeleteContact","features":[98]},{"name":"PeerCollabDeleteEndpointData","features":[98,17]},{"name":"PeerCollabDeleteObject","features":[98]},{"name":"PeerCollabEnumApplicationRegistrationInfo","features":[98]},{"name":"PeerCollabEnumApplications","features":[98,17]},{"name":"PeerCollabEnumContacts","features":[98]},{"name":"PeerCollabEnumEndpoints","features":[3,98]},{"name":"PeerCollabEnumObjects","features":[98,17]},{"name":"PeerCollabEnumPeopleNearMe","features":[98]},{"name":"PeerCollabExportContact","features":[98]},{"name":"PeerCollabGetAppLaunchInfo","features":[3,98,17]},{"name":"PeerCollabGetApplicationRegistrationInfo","features":[98]},{"name":"PeerCollabGetContact","features":[3,98]},{"name":"PeerCollabGetEndpointName","features":[98]},{"name":"PeerCollabGetEventData","features":[3,98,17]},{"name":"PeerCollabGetInvitationResponse","features":[3,98]},{"name":"PeerCollabGetPresenceInfo","features":[98,17]},{"name":"PeerCollabGetSigninOptions","features":[98]},{"name":"PeerCollabInviteContact","features":[3,98,17]},{"name":"PeerCollabInviteEndpoint","features":[98,17]},{"name":"PeerCollabParseContact","features":[3,98]},{"name":"PeerCollabQueryContactData","features":[98,17]},{"name":"PeerCollabRefreshEndpointData","features":[98,17]},{"name":"PeerCollabRegisterApplication","features":[98]},{"name":"PeerCollabRegisterEvent","features":[3,98]},{"name":"PeerCollabSetEndpointName","features":[98]},{"name":"PeerCollabSetObject","features":[98]},{"name":"PeerCollabSetPresenceInfo","features":[98]},{"name":"PeerCollabShutdown","features":[98]},{"name":"PeerCollabSignin","features":[3,98]},{"name":"PeerCollabSignout","features":[98]},{"name":"PeerCollabStartup","features":[98]},{"name":"PeerCollabSubscribeEndpointData","features":[98,17]},{"name":"PeerCollabUnregisterApplication","features":[98]},{"name":"PeerCollabUnregisterEvent","features":[98]},{"name":"PeerCollabUnsubscribeEndpointData","features":[98,17]},{"name":"PeerCollabUpdateContact","features":[3,98]},{"name":"PeerCreatePeerName","features":[98]},{"name":"PeerDistClientAddContentInformation","features":[3,98,8]},{"name":"PeerDistClientAddData","features":[3,98,8]},{"name":"PeerDistClientBasicInfo","features":[98]},{"name":"PeerDistClientBlockRead","features":[3,98,8]},{"name":"PeerDistClientCancelAsyncOperation","features":[3,98,8]},{"name":"PeerDistClientCloseContent","features":[98]},{"name":"PeerDistClientCompleteContentInformation","features":[3,98,8]},{"name":"PeerDistClientFlushContent","features":[3,98,8]},{"name":"PeerDistClientGetInformationByHandle","features":[98]},{"name":"PeerDistClientOpenContent","features":[3,98]},{"name":"PeerDistClientStreamRead","features":[3,98,8]},{"name":"PeerDistGetOverlappedResult","features":[3,98,8]},{"name":"PeerDistGetStatus","features":[98]},{"name":"PeerDistGetStatusEx","features":[98]},{"name":"PeerDistRegisterForStatusChangeNotification","features":[3,98,8]},{"name":"PeerDistRegisterForStatusChangeNotificationEx","features":[3,98,8]},{"name":"PeerDistServerCancelAsyncOperation","features":[3,98,8]},{"name":"PeerDistServerCloseContentInformation","features":[98]},{"name":"PeerDistServerCloseStreamHandle","features":[98]},{"name":"PeerDistServerOpenContentInformation","features":[3,98]},{"name":"PeerDistServerOpenContentInformationEx","features":[3,98]},{"name":"PeerDistServerPublishAddToStream","features":[3,98,8]},{"name":"PeerDistServerPublishCompleteStream","features":[3,98,8]},{"name":"PeerDistServerPublishStream","features":[3,98]},{"name":"PeerDistServerRetrieveContentInformation","features":[3,98,8]},{"name":"PeerDistServerUnpublish","features":[98]},{"name":"PeerDistShutdown","features":[98]},{"name":"PeerDistStartup","features":[98]},{"name":"PeerDistUnregisterForStatusChangeNotification","features":[98]},{"name":"PeerEndEnumeration","features":[98]},{"name":"PeerEnumGroups","features":[98]},{"name":"PeerEnumIdentities","features":[98]},{"name":"PeerFreeData","features":[98]},{"name":"PeerGetItemCount","features":[98]},{"name":"PeerGetNextItem","features":[98]},{"name":"PeerGraphAddRecord","features":[3,98]},{"name":"PeerGraphClose","features":[98]},{"name":"PeerGraphCloseDirectConnection","features":[98]},{"name":"PeerGraphConnect","features":[98,17]},{"name":"PeerGraphCreate","features":[3,98]},{"name":"PeerGraphDelete","features":[98]},{"name":"PeerGraphDeleteRecord","features":[3,98]},{"name":"PeerGraphEndEnumeration","features":[98]},{"name":"PeerGraphEnumConnections","features":[98]},{"name":"PeerGraphEnumNodes","features":[98]},{"name":"PeerGraphEnumRecords","features":[98]},{"name":"PeerGraphExportDatabase","features":[98]},{"name":"PeerGraphFreeData","features":[98]},{"name":"PeerGraphGetEventData","features":[98]},{"name":"PeerGraphGetItemCount","features":[98]},{"name":"PeerGraphGetNextItem","features":[98]},{"name":"PeerGraphGetNodeInfo","features":[98,17]},{"name":"PeerGraphGetProperties","features":[98]},{"name":"PeerGraphGetRecord","features":[3,98]},{"name":"PeerGraphGetStatus","features":[98]},{"name":"PeerGraphImportDatabase","features":[98]},{"name":"PeerGraphListen","features":[98]},{"name":"PeerGraphOpen","features":[3,98]},{"name":"PeerGraphOpenDirectConnection","features":[98,17]},{"name":"PeerGraphPeerTimeToUniversalTime","features":[3,98]},{"name":"PeerGraphRegisterEvent","features":[3,98]},{"name":"PeerGraphSearchRecords","features":[98]},{"name":"PeerGraphSendData","features":[98]},{"name":"PeerGraphSetNodeAttributes","features":[98]},{"name":"PeerGraphSetPresence","features":[3,98]},{"name":"PeerGraphSetProperties","features":[98]},{"name":"PeerGraphShutdown","features":[98]},{"name":"PeerGraphStartup","features":[98]},{"name":"PeerGraphUniversalTimeToPeerTime","features":[3,98]},{"name":"PeerGraphUnregisterEvent","features":[98]},{"name":"PeerGraphUpdateRecord","features":[3,98]},{"name":"PeerGraphValidateDeferredRecords","features":[98]},{"name":"PeerGroupAddRecord","features":[3,98]},{"name":"PeerGroupClose","features":[98]},{"name":"PeerGroupCloseDirectConnection","features":[98]},{"name":"PeerGroupConnect","features":[98]},{"name":"PeerGroupConnectByAddress","features":[98,17]},{"name":"PeerGroupCreate","features":[98]},{"name":"PeerGroupCreateInvitation","features":[3,98]},{"name":"PeerGroupCreatePasswordInvitation","features":[98]},{"name":"PeerGroupDelete","features":[98]},{"name":"PeerGroupDeleteRecord","features":[98]},{"name":"PeerGroupEnumConnections","features":[98]},{"name":"PeerGroupEnumMembers","features":[98]},{"name":"PeerGroupEnumRecords","features":[98]},{"name":"PeerGroupExportConfig","features":[98]},{"name":"PeerGroupExportDatabase","features":[98]},{"name":"PeerGroupGetEventData","features":[98]},{"name":"PeerGroupGetProperties","features":[98]},{"name":"PeerGroupGetRecord","features":[3,98]},{"name":"PeerGroupGetStatus","features":[98]},{"name":"PeerGroupImportConfig","features":[3,98]},{"name":"PeerGroupImportDatabase","features":[98]},{"name":"PeerGroupIssueCredentials","features":[3,98,70]},{"name":"PeerGroupJoin","features":[98]},{"name":"PeerGroupOpen","features":[98]},{"name":"PeerGroupOpenDirectConnection","features":[98,17]},{"name":"PeerGroupParseInvitation","features":[3,98,70]},{"name":"PeerGroupPasswordJoin","features":[98]},{"name":"PeerGroupPeerTimeToUniversalTime","features":[3,98]},{"name":"PeerGroupRegisterEvent","features":[3,98]},{"name":"PeerGroupResumePasswordAuthentication","features":[98]},{"name":"PeerGroupSearchRecords","features":[98]},{"name":"PeerGroupSendData","features":[98]},{"name":"PeerGroupSetProperties","features":[98]},{"name":"PeerGroupShutdown","features":[98]},{"name":"PeerGroupStartup","features":[98]},{"name":"PeerGroupUniversalTimeToPeerTime","features":[3,98]},{"name":"PeerGroupUnregisterEvent","features":[98]},{"name":"PeerGroupUpdateRecord","features":[3,98]},{"name":"PeerHostNameToPeerName","features":[98]},{"name":"PeerIdentityCreate","features":[98]},{"name":"PeerIdentityDelete","features":[98]},{"name":"PeerIdentityExport","features":[98]},{"name":"PeerIdentityGetCryptKey","features":[98]},{"name":"PeerIdentityGetDefault","features":[98]},{"name":"PeerIdentityGetFriendlyName","features":[98]},{"name":"PeerIdentityGetXML","features":[98]},{"name":"PeerIdentityImport","features":[98]},{"name":"PeerIdentitySetFriendlyName","features":[98]},{"name":"PeerNameToPeerHostName","features":[98]},{"name":"PeerPnrpEndResolve","features":[98]},{"name":"PeerPnrpGetCloudInfo","features":[98]},{"name":"PeerPnrpGetEndpoint","features":[98,17]},{"name":"PeerPnrpRegister","features":[98,17]},{"name":"PeerPnrpResolve","features":[98,17]},{"name":"PeerPnrpShutdown","features":[98]},{"name":"PeerPnrpStartResolve","features":[3,98]},{"name":"PeerPnrpStartup","features":[98]},{"name":"PeerPnrpUnregister","features":[98]},{"name":"PeerPnrpUpdateRegistration","features":[98,17]},{"name":"SVCID_PNRPCLOUD","features":[98]},{"name":"SVCID_PNRPNAME_V1","features":[98]},{"name":"SVCID_PNRPNAME_V2","features":[98]},{"name":"WSA_PNRP_CLIENT_INVALID_COMPARTMENT_ID","features":[98]},{"name":"WSA_PNRP_CLOUD_DISABLED","features":[98]},{"name":"WSA_PNRP_CLOUD_IS_DEAD","features":[98]},{"name":"WSA_PNRP_CLOUD_IS_SEARCH_ONLY","features":[98]},{"name":"WSA_PNRP_CLOUD_NOT_FOUND","features":[98]},{"name":"WSA_PNRP_DUPLICATE_PEER_NAME","features":[98]},{"name":"WSA_PNRP_ERROR_BASE","features":[98]},{"name":"WSA_PNRP_INVALID_IDENTITY","features":[98]},{"name":"WSA_PNRP_TOO_MUCH_LOAD","features":[98]},{"name":"WSZ_SCOPE_GLOBAL","features":[98]},{"name":"WSZ_SCOPE_LINKLOCAL","features":[98]},{"name":"WSZ_SCOPE_SITELOCAL","features":[98]}],"459":[{"name":"ABLE_TO_RECV_RSVP","features":[99]},{"name":"ADDRESS_LIST_DESCRIPTOR","features":[18,99]},{"name":"ADM_CTRL_FAILED","features":[99]},{"name":"ADSPEC","features":[99]},{"name":"AD_FLAG_BREAK_BIT","features":[99]},{"name":"AD_GENERAL_PARAMS","features":[99]},{"name":"AD_GUARANTEED","features":[99]},{"name":"ALLOWED_TO_SEND_DATA","features":[99]},{"name":"ANY_DEST_ADDR","features":[99]},{"name":"CBADMITRESULT","features":[99]},{"name":"CBGETRSVPOBJECTS","features":[99]},{"name":"CONTROLLED_DELAY_SERV","features":[99]},{"name":"CONTROLLED_LOAD_SERV","features":[99]},{"name":"CONTROL_SERVICE","features":[99]},{"name":"CREDENTIAL_SUB_TYPE_ASCII_ID","features":[99]},{"name":"CREDENTIAL_SUB_TYPE_KERBEROS_TKT","features":[99]},{"name":"CREDENTIAL_SUB_TYPE_PGP_CERT","features":[99]},{"name":"CREDENTIAL_SUB_TYPE_UNICODE_ID","features":[99]},{"name":"CREDENTIAL_SUB_TYPE_X509_V3_CERT","features":[99]},{"name":"CURRENT_TCI_VERSION","features":[99]},{"name":"CtrlLoadFlowspec","features":[99]},{"name":"DD_TCP_DEVICE_NAME","features":[99]},{"name":"DUP_RESULTS","features":[99]},{"name":"END_TO_END_QOSABILITY","features":[99]},{"name":"ENUMERATION_BUFFER","features":[99,17]},{"name":"ERROR_ADDRESS_TYPE_NOT_SUPPORTED","features":[99]},{"name":"ERROR_DS_MAPPING_EXISTS","features":[99]},{"name":"ERROR_DUPLICATE_FILTER","features":[99]},{"name":"ERROR_FILTER_CONFLICT","features":[99]},{"name":"ERROR_INCOMPATABLE_QOS","features":[99]},{"name":"ERROR_INCOMPATIBLE_TCI_VERSION","features":[99]},{"name":"ERROR_INVALID_ADDRESS_TYPE","features":[99]},{"name":"ERROR_INVALID_DIFFSERV_FLOW","features":[99]},{"name":"ERROR_INVALID_DS_CLASS","features":[99]},{"name":"ERROR_INVALID_FLOW_MODE","features":[99]},{"name":"ERROR_INVALID_PEAK_RATE","features":[99]},{"name":"ERROR_INVALID_QOS_PRIORITY","features":[99]},{"name":"ERROR_INVALID_SD_MODE","features":[99]},{"name":"ERROR_INVALID_SERVICE_TYPE","features":[99]},{"name":"ERROR_INVALID_SHAPE_RATE","features":[99]},{"name":"ERROR_INVALID_TOKEN_RATE","features":[99]},{"name":"ERROR_INVALID_TRAFFIC_CLASS","features":[99]},{"name":"ERROR_NO_MORE_INFO","features":[99]},{"name":"ERROR_SPEC","features":[99,17]},{"name":"ERROR_SPECF_InPlace","features":[99]},{"name":"ERROR_SPECF_NotGuilty","features":[99]},{"name":"ERROR_TC_NOT_SUPPORTED","features":[99]},{"name":"ERROR_TC_OBJECT_LENGTH_INVALID","features":[99]},{"name":"ERROR_TC_SUPPORTED_OBJECTS_EXIST","features":[99]},{"name":"ERROR_TOO_MANY_CLIENTS","features":[99]},{"name":"ERR_FORWARD_OK","features":[99]},{"name":"ERR_Usage_globl","features":[99]},{"name":"ERR_Usage_local","features":[99]},{"name":"ERR_Usage_serv","features":[99]},{"name":"ERR_global_mask","features":[99]},{"name":"EXPIRED_CREDENTIAL","features":[99]},{"name":"Error_Spec_IPv4","features":[99,17]},{"name":"FILTERSPECV4","features":[99]},{"name":"FILTERSPECV4_GPI","features":[99]},{"name":"FILTERSPECV6","features":[99]},{"name":"FILTERSPECV6_FLOW","features":[99]},{"name":"FILTERSPECV6_GPI","features":[99]},{"name":"FILTERSPEC_END","features":[99]},{"name":"FILTER_SPEC","features":[99,17]},{"name":"FLOWDESCRIPTOR","features":[99,17]},{"name":"FLOW_DESC","features":[99,17]},{"name":"FLOW_DURATION","features":[99]},{"name":"FORCE_IMMEDIATE_REFRESH","features":[99]},{"name":"FSCTL_TCP_BASE","features":[99]},{"name":"FVEB_UNLOCK_FLAG_AUK_OSFVEINFO","features":[99]},{"name":"FVEB_UNLOCK_FLAG_CACHED","features":[99]},{"name":"FVEB_UNLOCK_FLAG_EXTERNAL","features":[99]},{"name":"FVEB_UNLOCK_FLAG_MEDIA","features":[99]},{"name":"FVEB_UNLOCK_FLAG_NBP","features":[99]},{"name":"FVEB_UNLOCK_FLAG_NONE","features":[99]},{"name":"FVEB_UNLOCK_FLAG_PASSPHRASE","features":[99]},{"name":"FVEB_UNLOCK_FLAG_PIN","features":[99]},{"name":"FVEB_UNLOCK_FLAG_RECOVERY","features":[99]},{"name":"FVEB_UNLOCK_FLAG_TPM","features":[99]},{"name":"FilterType","features":[99]},{"name":"Filter_Spec_IPv4","features":[99,17]},{"name":"Filter_Spec_IPv4GPI","features":[99,17]},{"name":"GENERAL_INFO","features":[99]},{"name":"GQOS_API","features":[99]},{"name":"GQOS_ERRORCODE_UNKNOWN","features":[99]},{"name":"GQOS_ERRORVALUE_UNKNOWN","features":[99]},{"name":"GQOS_KERNEL_TC","features":[99]},{"name":"GQOS_KERNEL_TC_SYS","features":[99]},{"name":"GQOS_NET_ADMISSION","features":[99]},{"name":"GQOS_NET_POLICY","features":[99]},{"name":"GQOS_NO_ERRORCODE","features":[99]},{"name":"GQOS_NO_ERRORVALUE","features":[99]},{"name":"GQOS_RSVP","features":[99]},{"name":"GQOS_RSVP_SYS","features":[99]},{"name":"GUARANTEED_SERV","features":[99]},{"name":"GUAR_ADSPARM_C","features":[99]},{"name":"GUAR_ADSPARM_Csum","features":[99]},{"name":"GUAR_ADSPARM_Ctot","features":[99]},{"name":"GUAR_ADSPARM_D","features":[99]},{"name":"GUAR_ADSPARM_Dsum","features":[99]},{"name":"GUAR_ADSPARM_Dtot","features":[99]},{"name":"GUID_QOS_BESTEFFORT_BANDWIDTH","features":[99]},{"name":"GUID_QOS_ENABLE_AVG_STATS","features":[99]},{"name":"GUID_QOS_ENABLE_WINDOW_ADJUSTMENT","features":[99]},{"name":"GUID_QOS_FLOW_8021P_CONFORMING","features":[99]},{"name":"GUID_QOS_FLOW_8021P_NONCONFORMING","features":[99]},{"name":"GUID_QOS_FLOW_COUNT","features":[99]},{"name":"GUID_QOS_FLOW_IP_CONFORMING","features":[99]},{"name":"GUID_QOS_FLOW_IP_NONCONFORMING","features":[99]},{"name":"GUID_QOS_FLOW_MODE","features":[99]},{"name":"GUID_QOS_ISSLOW_FLOW","features":[99]},{"name":"GUID_QOS_LATENCY","features":[99]},{"name":"GUID_QOS_MAX_OUTSTANDING_SENDS","features":[99]},{"name":"GUID_QOS_NON_BESTEFFORT_LIMIT","features":[99]},{"name":"GUID_QOS_REMAINING_BANDWIDTH","features":[99]},{"name":"GUID_QOS_STATISTICS_BUFFER","features":[99]},{"name":"GUID_QOS_TIMER_RESOLUTION","features":[99]},{"name":"Gads_parms_t","features":[99]},{"name":"GenAdspecParams","features":[99]},{"name":"GenTspec","features":[99]},{"name":"GenTspecParms","features":[99]},{"name":"GuarFlowSpec","features":[99]},{"name":"GuarRspec","features":[99]},{"name":"HIGHLY_DELAY_SENSITIVE","features":[99]},{"name":"HSP_UPGRADE_IMAGEDATA","features":[99]},{"name":"IDENTITY_CHANGED","features":[99]},{"name":"IDPE_ATTR","features":[99]},{"name":"ID_ERROR_OBJECT","features":[99]},{"name":"IF_MIB_STATS_ID","features":[99]},{"name":"INFO_NOT_AVAILABLE","features":[99]},{"name":"INSUFFICIENT_PRIVILEGES","features":[99]},{"name":"INTSERV_VERSION0","features":[99]},{"name":"INTSERV_VERS_MASK","features":[99]},{"name":"INV_LPM_HANDLE","features":[99]},{"name":"INV_REQ_HANDLE","features":[99]},{"name":"INV_RESULTS","features":[99]},{"name":"IN_ADDR_IPV4","features":[99]},{"name":"IN_ADDR_IPV6","features":[99]},{"name":"IPX_PATTERN","features":[99]},{"name":"IP_INTFC_INFO_ID","features":[99]},{"name":"IP_MIB_ADDRTABLE_ENTRY_ID","features":[99]},{"name":"IP_MIB_STATS_ID","features":[99]},{"name":"IP_PATTERN","features":[99]},{"name":"ISPH_FLG_INV","features":[99]},{"name":"ISSH_BREAK_BIT","features":[99]},{"name":"IS_ADSPEC_BODY","features":[99]},{"name":"IS_FLOWSPEC","features":[99]},{"name":"IS_GUAR_RSPEC","features":[99]},{"name":"IS_WKP_COMPOSED_MTU","features":[99]},{"name":"IS_WKP_HOP_CNT","features":[99]},{"name":"IS_WKP_MIN_LATENCY","features":[99]},{"name":"IS_WKP_PATH_BW","features":[99]},{"name":"IS_WKP_Q_TSPEC","features":[99]},{"name":"IS_WKP_TB_TSPEC","features":[99]},{"name":"IntServFlowSpec","features":[99]},{"name":"IntServMainHdr","features":[99]},{"name":"IntServParmHdr","features":[99]},{"name":"IntServServiceHdr","features":[99]},{"name":"IntServTspecBody","features":[99]},{"name":"LINE_RATE","features":[99]},{"name":"LOCAL_QOSABILITY","features":[99]},{"name":"LOCAL_TRAFFIC_CONTROL","features":[99]},{"name":"LPMIPTABLE","features":[99,17]},{"name":"LPM_API_VERSION_1","features":[99]},{"name":"LPM_HANDLE","features":[99]},{"name":"LPM_INIT_INFO","features":[99]},{"name":"LPM_OK","features":[99]},{"name":"LPM_PE_ALL_TYPES","features":[99]},{"name":"LPM_PE_APP_IDENTITY","features":[99]},{"name":"LPM_PE_USER_IDENTITY","features":[99]},{"name":"LPM_RESULT_DEFER","features":[99]},{"name":"LPM_RESULT_READY","features":[99]},{"name":"LPM_TIME_OUT","features":[99]},{"name":"LPV_DONT_CARE","features":[99]},{"name":"LPV_DROP_MSG","features":[99]},{"name":"LPV_MAX_PRIORITY","features":[99]},{"name":"LPV_MIN_PRIORITY","features":[99]},{"name":"LPV_REJECT","features":[99]},{"name":"LPV_RESERVED","features":[99]},{"name":"MAX_HSP_UPGRADE_FILENAME_LENGTH","features":[99]},{"name":"MAX_PHYSADDR_SIZE","features":[99]},{"name":"MAX_STRING_LENGTH","features":[99]},{"name":"MODERATELY_DELAY_SENSITIVE","features":[99]},{"name":"OSDEVICE_TYPE_BLOCKIO_CDROM","features":[99]},{"name":"OSDEVICE_TYPE_BLOCKIO_FILE","features":[99]},{"name":"OSDEVICE_TYPE_BLOCKIO_HARDDISK","features":[99]},{"name":"OSDEVICE_TYPE_BLOCKIO_PARTITION","features":[99]},{"name":"OSDEVICE_TYPE_BLOCKIO_RAMDISK","features":[99]},{"name":"OSDEVICE_TYPE_BLOCKIO_REMOVABLEDISK","features":[99]},{"name":"OSDEVICE_TYPE_BLOCKIO_VIRTUALHARDDISK","features":[99]},{"name":"OSDEVICE_TYPE_CIMFS","features":[99]},{"name":"OSDEVICE_TYPE_COMPOSITE","features":[99]},{"name":"OSDEVICE_TYPE_SERIAL","features":[99]},{"name":"OSDEVICE_TYPE_UDP","features":[99]},{"name":"OSDEVICE_TYPE_UNKNOWN","features":[99]},{"name":"OSDEVICE_TYPE_VMBUS","features":[99]},{"name":"Opt_Distinct","features":[99]},{"name":"Opt_Explicit","features":[99]},{"name":"Opt_Share_mask","features":[99]},{"name":"Opt_Shared","features":[99]},{"name":"Opt_SndSel_mask","features":[99]},{"name":"Opt_Wildcard","features":[99]},{"name":"PALLOCMEM","features":[99]},{"name":"PARAM_BUFFER","features":[99]},{"name":"PCM_VERSION_1","features":[99]},{"name":"PE_ATTRIB_TYPE_CREDENTIAL","features":[99]},{"name":"PE_ATTRIB_TYPE_POLICY_LOCATOR","features":[99]},{"name":"PE_TYPE_APPID","features":[99]},{"name":"PFREEMEM","features":[99]},{"name":"POLICY_DATA","features":[99]},{"name":"POLICY_DECISION","features":[99]},{"name":"POLICY_ELEMENT","features":[99]},{"name":"POLICY_ERRV_CRAZY_FLOWSPEC","features":[99]},{"name":"POLICY_ERRV_EXPIRED_CREDENTIALS","features":[99]},{"name":"POLICY_ERRV_EXPIRED_USER_TOKEN","features":[99]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_COUNT","features":[99]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_DURATION","features":[99]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_DEF_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_DEF_SUM_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_DEF_SUM_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_COUNT","features":[99]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_DURATION","features":[99]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_GRP_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_GRP_SUM_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_GRP_SUM_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_COUNT","features":[99]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_DURATION","features":[99]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_SUM_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_SUM_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_COUNT","features":[99]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_DURATION","features":[99]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_USER_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_USER_SUM_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_GLOBAL_USER_SUM_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_IDENTITY_CHANGED","features":[99]},{"name":"POLICY_ERRV_INSUFFICIENT_PRIVILEGES","features":[99]},{"name":"POLICY_ERRV_NO_ACCEPTS","features":[99]},{"name":"POLICY_ERRV_NO_MEMORY","features":[99]},{"name":"POLICY_ERRV_NO_MORE_INFO","features":[99]},{"name":"POLICY_ERRV_NO_PRIVILEGES","features":[99]},{"name":"POLICY_ERRV_NO_RESOURCES","features":[99]},{"name":"POLICY_ERRV_PRE_EMPTED","features":[99]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_COUNT","features":[99]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_DURATION","features":[99]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_DEF_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_DEF_SUM_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_DEF_SUM_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_COUNT","features":[99]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_DURATION","features":[99]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_GRP_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_GRP_SUM_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_GRP_SUM_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_COUNT","features":[99]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_DURATION","features":[99]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_SUM_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_SUM_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_COUNT","features":[99]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_DURATION","features":[99]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_USER_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_USER_SUM_FLOW_RATE","features":[99]},{"name":"POLICY_ERRV_SUBNET_USER_SUM_PEAK_RATE","features":[99]},{"name":"POLICY_ERRV_UNKNOWN","features":[99]},{"name":"POLICY_ERRV_UNKNOWN_USER","features":[99]},{"name":"POLICY_ERRV_UNSUPPORTED_CREDENTIAL_TYPE","features":[99]},{"name":"POLICY_ERRV_USER_CHANGED","features":[99]},{"name":"POLICY_LOCATOR_SUB_TYPE_ASCII_DN","features":[99]},{"name":"POLICY_LOCATOR_SUB_TYPE_ASCII_DN_ENC","features":[99]},{"name":"POLICY_LOCATOR_SUB_TYPE_UNICODE_DN","features":[99]},{"name":"POLICY_LOCATOR_SUB_TYPE_UNICODE_DN_ENC","features":[99]},{"name":"POSITIVE_INFINITY_RATE","features":[99]},{"name":"PREDICTIVE_SERV","features":[99]},{"name":"QOSAddSocketToFlow","features":[3,99,17]},{"name":"QOSCancel","features":[3,99,8]},{"name":"QOSCloseHandle","features":[3,99]},{"name":"QOSCreateHandle","features":[3,99]},{"name":"QOSEnumerateFlows","features":[3,99]},{"name":"QOSFlowRateCongestion","features":[99]},{"name":"QOSFlowRateContentChange","features":[99]},{"name":"QOSFlowRateHigherContentEncoding","features":[99]},{"name":"QOSFlowRateNotApplicable","features":[99]},{"name":"QOSFlowRateUserCaused","features":[99]},{"name":"QOSNotifyAvailable","features":[99]},{"name":"QOSNotifyCongested","features":[99]},{"name":"QOSNotifyFlow","features":[3,99,8]},{"name":"QOSNotifyUncongested","features":[99]},{"name":"QOSQueryFlow","features":[3,99,8]},{"name":"QOSQueryFlowFundamentals","features":[99]},{"name":"QOSQueryOutgoingRate","features":[99]},{"name":"QOSQueryPacketPriority","features":[99]},{"name":"QOSRemoveSocketFromFlow","features":[3,99,17]},{"name":"QOSSPBASE","features":[99]},{"name":"QOSSP_ERR_BASE","features":[99]},{"name":"QOSSetFlow","features":[3,99,8]},{"name":"QOSSetOutgoingDSCPValue","features":[99]},{"name":"QOSSetOutgoingRate","features":[99]},{"name":"QOSSetTrafficType","features":[99]},{"name":"QOSShapeAndMark","features":[99]},{"name":"QOSShapeOnly","features":[99]},{"name":"QOSStartTrackingClient","features":[3,99,17]},{"name":"QOSStopTrackingClient","features":[3,99,17]},{"name":"QOSTrafficTypeAudioVideo","features":[99]},{"name":"QOSTrafficTypeBackground","features":[99]},{"name":"QOSTrafficTypeBestEffort","features":[99]},{"name":"QOSTrafficTypeControl","features":[99]},{"name":"QOSTrafficTypeExcellentEffort","features":[99]},{"name":"QOSTrafficTypeVoice","features":[99]},{"name":"QOSUseNonConformantMarkings","features":[99]},{"name":"QOS_DESTADDR","features":[99,17]},{"name":"QOS_DIFFSERV","features":[99]},{"name":"QOS_DIFFSERV_RULE","features":[99]},{"name":"QOS_DS_CLASS","features":[99]},{"name":"QOS_FLOWRATE_OUTGOING","features":[99]},{"name":"QOS_FLOWRATE_REASON","features":[99]},{"name":"QOS_FLOW_FUNDAMENTALS","features":[3,99]},{"name":"QOS_FRIENDLY_NAME","features":[99]},{"name":"QOS_GENERAL_ID_BASE","features":[99]},{"name":"QOS_MAX_OBJECT_STRING_LENGTH","features":[99]},{"name":"QOS_NON_ADAPTIVE_FLOW","features":[99]},{"name":"QOS_NOTIFY_FLOW","features":[99]},{"name":"QOS_NOT_SPECIFIED","features":[99]},{"name":"QOS_OBJECT_HDR","features":[99]},{"name":"QOS_OUTGOING_DEFAULT_MINIMUM_BANDWIDTH","features":[99]},{"name":"QOS_PACKET_PRIORITY","features":[99]},{"name":"QOS_QUERYFLOW_FRESH","features":[99]},{"name":"QOS_QUERY_FLOW","features":[99]},{"name":"QOS_SD_MODE","features":[99]},{"name":"QOS_SET_FLOW","features":[99]},{"name":"QOS_SHAPING","features":[99]},{"name":"QOS_SHAPING_RATE","features":[99]},{"name":"QOS_TCP_TRAFFIC","features":[99]},{"name":"QOS_TRAFFIC_CLASS","features":[99]},{"name":"QOS_TRAFFIC_GENERAL_ID_BASE","features":[99]},{"name":"QOS_TRAFFIC_TYPE","features":[99]},{"name":"QOS_VERSION","features":[99]},{"name":"QUALITATIVE_SERV","features":[99]},{"name":"QualAppFlowSpec","features":[99]},{"name":"QualTspec","features":[99]},{"name":"QualTspecParms","features":[99]},{"name":"RCVD_PATH_TEAR","features":[99]},{"name":"RCVD_RESV_TEAR","features":[99]},{"name":"RESOURCES_ALLOCATED","features":[99]},{"name":"RESOURCES_MODIFIED","features":[99]},{"name":"RESV_STYLE","features":[99]},{"name":"RHANDLE","features":[99]},{"name":"RSVP_ADSPEC","features":[99]},{"name":"RSVP_DEFAULT_STYLE","features":[99]},{"name":"RSVP_Err_ADMISSION","features":[99]},{"name":"RSVP_Err_AMBIG_FILTER","features":[99]},{"name":"RSVP_Err_API_ERROR","features":[99]},{"name":"RSVP_Err_BAD_DSTPORT","features":[99]},{"name":"RSVP_Err_BAD_SNDPORT","features":[99]},{"name":"RSVP_Err_BAD_STYLE","features":[99]},{"name":"RSVP_Err_NONE","features":[99]},{"name":"RSVP_Err_NO_PATH","features":[99]},{"name":"RSVP_Err_NO_SENDER","features":[99]},{"name":"RSVP_Err_POLICY","features":[99]},{"name":"RSVP_Err_PREEMPTED","features":[99]},{"name":"RSVP_Err_RSVP_SYS_ERROR","features":[99]},{"name":"RSVP_Err_TC_ERROR","features":[99]},{"name":"RSVP_Err_TC_SYS_ERROR","features":[99]},{"name":"RSVP_Err_UNKNOWN_CTYPE","features":[99]},{"name":"RSVP_Err_UNKNOWN_STYLE","features":[99]},{"name":"RSVP_Err_UNKN_OBJ_CLASS","features":[99]},{"name":"RSVP_Erv_API","features":[99]},{"name":"RSVP_Erv_Bandwidth","features":[99]},{"name":"RSVP_Erv_Bucket_szie","features":[99]},{"name":"RSVP_Erv_Conflict_Serv","features":[99]},{"name":"RSVP_Erv_Crazy_Flowspec","features":[99]},{"name":"RSVP_Erv_Crazy_Tspec","features":[99]},{"name":"RSVP_Erv_DelayBnd","features":[99]},{"name":"RSVP_Erv_Flow_Rate","features":[99]},{"name":"RSVP_Erv_MEMORY","features":[99]},{"name":"RSVP_Erv_MTU","features":[99]},{"name":"RSVP_Erv_Min_Policied_size","features":[99]},{"name":"RSVP_Erv_No_Serv","features":[99]},{"name":"RSVP_Erv_Nonev","features":[99]},{"name":"RSVP_Erv_Other","features":[99]},{"name":"RSVP_Erv_Peak_Rate","features":[99]},{"name":"RSVP_FILTERSPEC","features":[99]},{"name":"RSVP_FILTERSPEC_V4","features":[99]},{"name":"RSVP_FILTERSPEC_V4_GPI","features":[99]},{"name":"RSVP_FILTERSPEC_V6","features":[99]},{"name":"RSVP_FILTERSPEC_V6_FLOW","features":[99]},{"name":"RSVP_FILTERSPEC_V6_GPI","features":[99]},{"name":"RSVP_FIXED_FILTER_STYLE","features":[99]},{"name":"RSVP_HOP","features":[99,17]},{"name":"RSVP_MSG_OBJS","features":[99,17]},{"name":"RSVP_OBJECT_ID_BASE","features":[99]},{"name":"RSVP_PATH","features":[99]},{"name":"RSVP_PATH_ERR","features":[99]},{"name":"RSVP_PATH_TEAR","features":[99]},{"name":"RSVP_POLICY","features":[99]},{"name":"RSVP_POLICY_INFO","features":[99]},{"name":"RSVP_RESERVE_INFO","features":[99,17]},{"name":"RSVP_RESV","features":[99]},{"name":"RSVP_RESV_ERR","features":[99]},{"name":"RSVP_RESV_TEAR","features":[99]},{"name":"RSVP_SCOPE","features":[99,17]},{"name":"RSVP_SESSION","features":[99,17]},{"name":"RSVP_SHARED_EXPLICIT_STYLE","features":[99]},{"name":"RSVP_STATUS_INFO","features":[99]},{"name":"RSVP_WILDCARD_STYLE","features":[99]},{"name":"RsvpObjHdr","features":[99]},{"name":"Rsvp_Hop_IPv4","features":[99,17]},{"name":"SENDER_TSPEC","features":[99]},{"name":"SERVICETYPE_BESTEFFORT","features":[99]},{"name":"SERVICETYPE_CONTROLLEDLOAD","features":[99]},{"name":"SERVICETYPE_GENERAL_INFORMATION","features":[99]},{"name":"SERVICETYPE_GUARANTEED","features":[99]},{"name":"SERVICETYPE_NETWORK_CONTROL","features":[99]},{"name":"SERVICETYPE_NETWORK_UNAVAILABLE","features":[99]},{"name":"SERVICETYPE_NOCHANGE","features":[99]},{"name":"SERVICETYPE_NONCONFORMING","features":[99]},{"name":"SERVICETYPE_NOTRAFFIC","features":[99]},{"name":"SERVICETYPE_QUALITATIVE","features":[99]},{"name":"SERVICE_BESTEFFORT","features":[99]},{"name":"SERVICE_CONTROLLEDLOAD","features":[99]},{"name":"SERVICE_GUARANTEED","features":[99]},{"name":"SERVICE_NO_QOS_SIGNALING","features":[99]},{"name":"SERVICE_NO_TRAFFIC_CONTROL","features":[99]},{"name":"SERVICE_QUALITATIVE","features":[99]},{"name":"SESSFLG_E_Police","features":[99]},{"name":"SIPAERROR_FIRMWAREFAILURE","features":[99]},{"name":"SIPAERROR_INTERNALFAILURE","features":[99]},{"name":"SIPAEVENTTYPE_AGGREGATION","features":[99]},{"name":"SIPAEVENTTYPE_AUTHORITY","features":[99]},{"name":"SIPAEVENTTYPE_CONTAINER","features":[99]},{"name":"SIPAEVENTTYPE_DRTM","features":[99]},{"name":"SIPAEVENTTYPE_ELAM","features":[99]},{"name":"SIPAEVENTTYPE_ERROR","features":[99]},{"name":"SIPAEVENTTYPE_INFORMATION","features":[99]},{"name":"SIPAEVENTTYPE_KSR","features":[99]},{"name":"SIPAEVENTTYPE_LOADEDMODULE","features":[99]},{"name":"SIPAEVENTTYPE_NONMEASURED","features":[99]},{"name":"SIPAEVENTTYPE_OSPARAMETER","features":[99]},{"name":"SIPAEVENTTYPE_PREOSPARAMETER","features":[99]},{"name":"SIPAEVENTTYPE_TRUSTPOINT","features":[99]},{"name":"SIPAEVENTTYPE_VBS","features":[99]},{"name":"SIPAEVENT_APPLICATION_RETURN","features":[99]},{"name":"SIPAEVENT_APPLICATION_SVN","features":[99]},{"name":"SIPAEVENT_AUTHENTICODEHASH","features":[99]},{"name":"SIPAEVENT_AUTHORITYISSUER","features":[99]},{"name":"SIPAEVENT_AUTHORITYPUBKEY","features":[99]},{"name":"SIPAEVENT_AUTHORITYPUBLISHER","features":[99]},{"name":"SIPAEVENT_AUTHORITYSERIAL","features":[99]},{"name":"SIPAEVENT_AUTHORITYSHA1THUMBPRINT","features":[99]},{"name":"SIPAEVENT_BITLOCKER_UNLOCK","features":[99]},{"name":"SIPAEVENT_BOOTCOUNTER","features":[99]},{"name":"SIPAEVENT_BOOTDEBUGGING","features":[99]},{"name":"SIPAEVENT_BOOT_REVOCATION_LIST","features":[99]},{"name":"SIPAEVENT_CODEINTEGRITY","features":[99]},{"name":"SIPAEVENT_COUNTERID","features":[99]},{"name":"SIPAEVENT_DATAEXECUTIONPREVENTION","features":[99]},{"name":"SIPAEVENT_DRIVER_LOAD_POLICY","features":[99]},{"name":"SIPAEVENT_DRTM_AMD_SMM_HASH","features":[99]},{"name":"SIPAEVENT_DRTM_AMD_SMM_SIGNER_KEY","features":[99]},{"name":"SIPAEVENT_DRTM_SMM_LEVEL","features":[99]},{"name":"SIPAEVENT_DRTM_STATE_AUTH","features":[99]},{"name":"SIPAEVENT_DUMPS_DISABLED","features":[99]},{"name":"SIPAEVENT_DUMP_ENCRYPTION_ENABLED","features":[99]},{"name":"SIPAEVENT_DUMP_ENCRYPTION_KEY_DIGEST","features":[99]},{"name":"SIPAEVENT_ELAM_CONFIGURATION","features":[99]},{"name":"SIPAEVENT_ELAM_KEYNAME","features":[99]},{"name":"SIPAEVENT_ELAM_MEASURED","features":[99]},{"name":"SIPAEVENT_ELAM_POLICY","features":[99]},{"name":"SIPAEVENT_EVENTCOUNTER","features":[99]},{"name":"SIPAEVENT_FILEPATH","features":[99]},{"name":"SIPAEVENT_FLIGHTSIGNING","features":[99]},{"name":"SIPAEVENT_HASHALGORITHMID","features":[99]},{"name":"SIPAEVENT_HIBERNATION_DISABLED","features":[99]},{"name":"SIPAEVENT_HYPERVISOR_BOOT_DMA_PROTECTION","features":[99]},{"name":"SIPAEVENT_HYPERVISOR_DEBUG","features":[99]},{"name":"SIPAEVENT_HYPERVISOR_IOMMU_POLICY","features":[99]},{"name":"SIPAEVENT_HYPERVISOR_LAUNCH_TYPE","features":[99]},{"name":"SIPAEVENT_HYPERVISOR_MMIO_NX_POLICY","features":[99]},{"name":"SIPAEVENT_HYPERVISOR_MSR_FILTER_POLICY","features":[99]},{"name":"SIPAEVENT_HYPERVISOR_PATH","features":[99]},{"name":"SIPAEVENT_IMAGEBASE","features":[99]},{"name":"SIPAEVENT_IMAGESIZE","features":[99]},{"name":"SIPAEVENT_IMAGEVALIDATED","features":[99]},{"name":"SIPAEVENT_INFORMATION","features":[99]},{"name":"SIPAEVENT_KSR_SIGNATURE","features":[99]},{"name":"SIPAEVENT_KSR_SIGNATURE_PAYLOAD","features":[99]},{"name":"SIPAEVENT_LSAISO_CONFIG","features":[99]},{"name":"SIPAEVENT_MODULE_HSP","features":[99]},{"name":"SIPAEVENT_MODULE_SVN","features":[99]},{"name":"SIPAEVENT_MORBIT_API_STATUS","features":[99]},{"name":"SIPAEVENT_MORBIT_NOT_CANCELABLE","features":[99]},{"name":"SIPAEVENT_NOAUTHORITY","features":[99]},{"name":"SIPAEVENT_OSDEVICE","features":[99]},{"name":"SIPAEVENT_OSKERNELDEBUG","features":[99]},{"name":"SIPAEVENT_OS_REVOCATION_LIST","features":[99]},{"name":"SIPAEVENT_PAGEFILE_ENCRYPTION_ENABLED","features":[99]},{"name":"SIPAEVENT_PHYSICALADDRESSEXTENSION","features":[99]},{"name":"SIPAEVENT_REVOCATION_LIST_PAYLOAD","features":[99]},{"name":"SIPAEVENT_SAFEMODE","features":[99]},{"name":"SIPAEVENT_SBCP_INFO","features":[99]},{"name":"SIPAEVENT_SBCP_INFO_PAYLOAD_V1","features":[99]},{"name":"SIPAEVENT_SI_POLICY","features":[99]},{"name":"SIPAEVENT_SI_POLICY_PAYLOAD","features":[99]},{"name":"SIPAEVENT_SMT_STATUS","features":[99]},{"name":"SIPAEVENT_SVN_CHAIN_STATUS","features":[99]},{"name":"SIPAEVENT_SYSTEMROOT","features":[99]},{"name":"SIPAEVENT_TESTSIGNING","features":[99]},{"name":"SIPAEVENT_TRANSFER_CONTROL","features":[99]},{"name":"SIPAEVENT_VBS_DUMP_USES_AMEROOT","features":[99]},{"name":"SIPAEVENT_VBS_HVCI_POLICY","features":[99]},{"name":"SIPAEVENT_VBS_IOMMU_REQUIRED","features":[99]},{"name":"SIPAEVENT_VBS_MANDATORY_ENFORCEMENT","features":[99]},{"name":"SIPAEVENT_VBS_MICROSOFT_BOOT_CHAIN_REQUIRED","features":[99]},{"name":"SIPAEVENT_VBS_MMIO_NX_REQUIRED","features":[99]},{"name":"SIPAEVENT_VBS_MSR_FILTERING_REQUIRED","features":[99]},{"name":"SIPAEVENT_VBS_SECUREBOOT_REQUIRED","features":[99]},{"name":"SIPAEVENT_VBS_VSM_NOSECRETS_ENFORCED","features":[99]},{"name":"SIPAEVENT_VBS_VSM_REQUIRED","features":[99]},{"name":"SIPAEVENT_VSM_IDKS_INFO","features":[99]},{"name":"SIPAEVENT_VSM_IDK_INFO","features":[99]},{"name":"SIPAEVENT_VSM_IDK_INFO_PAYLOAD","features":[99]},{"name":"SIPAEVENT_VSM_IDK_RSA_INFO","features":[99]},{"name":"SIPAEVENT_VSM_LAUNCH_TYPE","features":[99]},{"name":"SIPAEVENT_WINPE","features":[99]},{"name":"SIPAEV_ACTION","features":[99]},{"name":"SIPAEV_AMD_SL_EVENT_BASE","features":[99]},{"name":"SIPAEV_AMD_SL_LOAD","features":[99]},{"name":"SIPAEV_AMD_SL_LOAD_1","features":[99]},{"name":"SIPAEV_AMD_SL_PSP_FW_SPLT","features":[99]},{"name":"SIPAEV_AMD_SL_PUB_KEY","features":[99]},{"name":"SIPAEV_AMD_SL_SEPARATOR","features":[99]},{"name":"SIPAEV_AMD_SL_SVN","features":[99]},{"name":"SIPAEV_AMD_SL_TSME_RB_FUSE","features":[99]},{"name":"SIPAEV_COMPACT_HASH","features":[99]},{"name":"SIPAEV_CPU_MICROCODE","features":[99]},{"name":"SIPAEV_EFI_ACTION","features":[99]},{"name":"SIPAEV_EFI_BOOT_SERVICES_APPLICATION","features":[99]},{"name":"SIPAEV_EFI_BOOT_SERVICES_DRIVER","features":[99]},{"name":"SIPAEV_EFI_EVENT_BASE","features":[99]},{"name":"SIPAEV_EFI_GPT_EVENT","features":[99]},{"name":"SIPAEV_EFI_HANDOFF_TABLES","features":[99]},{"name":"SIPAEV_EFI_HANDOFF_TABLES2","features":[99]},{"name":"SIPAEV_EFI_HCRTM_EVENT","features":[99]},{"name":"SIPAEV_EFI_PLATFORM_FIRMWARE_BLOB","features":[99]},{"name":"SIPAEV_EFI_PLATFORM_FIRMWARE_BLOB2","features":[99]},{"name":"SIPAEV_EFI_RUNTIME_SERVICES_DRIVER","features":[99]},{"name":"SIPAEV_EFI_SPDM_FIRMWARE_BLOB","features":[99]},{"name":"SIPAEV_EFI_SPDM_FIRMWARE_CONFIG","features":[99]},{"name":"SIPAEV_EFI_VARIABLE_AUTHORITY","features":[99]},{"name":"SIPAEV_EFI_VARIABLE_BOOT","features":[99]},{"name":"SIPAEV_EFI_VARIABLE_BOOT2","features":[99]},{"name":"SIPAEV_EFI_VARIABLE_DRIVER_CONFIG","features":[99]},{"name":"SIPAEV_EVENT_TAG","features":[99]},{"name":"SIPAEV_IPL","features":[99]},{"name":"SIPAEV_IPL_PARTITION_DATA","features":[99]},{"name":"SIPAEV_NONHOST_CODE","features":[99]},{"name":"SIPAEV_NONHOST_CONFIG","features":[99]},{"name":"SIPAEV_NONHOST_INFO","features":[99]},{"name":"SIPAEV_NO_ACTION","features":[99]},{"name":"SIPAEV_OMIT_BOOT_DEVICE_EVENTS","features":[99]},{"name":"SIPAEV_PLATFORM_CONFIG_FLAGS","features":[99]},{"name":"SIPAEV_POST_CODE","features":[99]},{"name":"SIPAEV_PREBOOT_CERT","features":[99]},{"name":"SIPAEV_SEPARATOR","features":[99]},{"name":"SIPAEV_S_CRTM_CONTENTS","features":[99]},{"name":"SIPAEV_S_CRTM_VERSION","features":[99]},{"name":"SIPAEV_TABLE_OF_DEVICES","features":[99]},{"name":"SIPAEV_TXT_BIOSAC_REG_DATA","features":[99]},{"name":"SIPAEV_TXT_BOOT_POL_HASH","features":[99]},{"name":"SIPAEV_TXT_BPM_HASH","features":[99]},{"name":"SIPAEV_TXT_BPM_INFO_HASH","features":[99]},{"name":"SIPAEV_TXT_CAP_VALUE","features":[99]},{"name":"SIPAEV_TXT_COLD_BOOT_BIOS_HASH","features":[99]},{"name":"SIPAEV_TXT_COMBINED_HASH","features":[99]},{"name":"SIPAEV_TXT_CPU_SCRTM_STAT","features":[99]},{"name":"SIPAEV_TXT_ELEMENTS_HASH","features":[99]},{"name":"SIPAEV_TXT_EVENT_BASE","features":[99]},{"name":"SIPAEV_TXT_HASH_START","features":[99]},{"name":"SIPAEV_TXT_KM_HASH","features":[99]},{"name":"SIPAEV_TXT_KM_INFO_HASH","features":[99]},{"name":"SIPAEV_TXT_LCP_AUTHORITIES_HASH","features":[99]},{"name":"SIPAEV_TXT_LCP_CONTROL_HASH","features":[99]},{"name":"SIPAEV_TXT_LCP_DETAILS_HASH","features":[99]},{"name":"SIPAEV_TXT_LCP_HASH","features":[99]},{"name":"SIPAEV_TXT_MLE_HASH","features":[99]},{"name":"SIPAEV_TXT_NV_INFO_HASH","features":[99]},{"name":"SIPAEV_TXT_OSSINITDATA_CAP_HASH","features":[99]},{"name":"SIPAEV_TXT_PCR_MAPPING","features":[99]},{"name":"SIPAEV_TXT_RANDOM_VALUE","features":[99]},{"name":"SIPAEV_TXT_SINIT_PUBKEY_HASH","features":[99]},{"name":"SIPAEV_TXT_STM_HASH","features":[99]},{"name":"SIPAEV_UNUSED","features":[99]},{"name":"SIPAHDRSIGNATURE","features":[99]},{"name":"SIPAKSRHDRSIGNATURE","features":[99]},{"name":"SIPALOGVERSION","features":[99]},{"name":"STATE_TIMEOUT","features":[99]},{"name":"Scope_list_ipv4","features":[99,17]},{"name":"Session_IPv4","features":[99,17]},{"name":"TCBASE","features":[99]},{"name":"TCG_PCClientPCREventStruct","features":[99]},{"name":"TCG_PCClientTaggedEventStruct","features":[99]},{"name":"TCI_ADD_FLOW_COMPLETE_HANDLER","features":[3,99]},{"name":"TCI_CLIENT_FUNC_LIST","features":[3,99]},{"name":"TCI_DEL_FLOW_COMPLETE_HANDLER","features":[3,99]},{"name":"TCI_MOD_FLOW_COMPLETE_HANDLER","features":[3,99]},{"name":"TCI_NOTIFY_HANDLER","features":[3,99]},{"name":"TC_GEN_FILTER","features":[99]},{"name":"TC_GEN_FLOW","features":[99,17]},{"name":"TC_IFC_DESCRIPTOR","features":[18,99]},{"name":"TC_NONCONF_BORROW","features":[99]},{"name":"TC_NONCONF_BORROW_PLUS","features":[99]},{"name":"TC_NONCONF_DISCARD","features":[99]},{"name":"TC_NONCONF_SHAPE","features":[99]},{"name":"TC_NOTIFY_FLOW_CLOSE","features":[99]},{"name":"TC_NOTIFY_IFC_CHANGE","features":[99]},{"name":"TC_NOTIFY_IFC_CLOSE","features":[99]},{"name":"TC_NOTIFY_IFC_UP","features":[99]},{"name":"TC_NOTIFY_PARAM_CHANGED","features":[99]},{"name":"TC_SUPPORTED_INFO_BUFFER","features":[18,99]},{"name":"TcAddFilter","features":[3,99]},{"name":"TcAddFlow","features":[3,99,17]},{"name":"TcCloseInterface","features":[3,99]},{"name":"TcDeleteFilter","features":[3,99]},{"name":"TcDeleteFlow","features":[3,99]},{"name":"TcDeregisterClient","features":[3,99]},{"name":"TcEnumerateFlows","features":[3,99,17]},{"name":"TcEnumerateInterfaces","features":[3,18,99]},{"name":"TcGetFlowNameA","features":[3,99]},{"name":"TcGetFlowNameW","features":[3,99]},{"name":"TcModifyFlow","features":[3,99,17]},{"name":"TcOpenInterfaceA","features":[3,99]},{"name":"TcOpenInterfaceW","features":[3,99]},{"name":"TcQueryFlowA","features":[99]},{"name":"TcQueryFlowW","features":[99]},{"name":"TcQueryInterface","features":[3,99]},{"name":"TcRegisterClient","features":[3,99]},{"name":"TcSetFlowA","features":[99]},{"name":"TcSetFlowW","features":[99]},{"name":"TcSetInterface","features":[3,99]},{"name":"UNSUPPORTED_CREDENTIAL_TYPE","features":[99]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_256","features":[99]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_384","features":[99]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_512","features":[99]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_1","features":[99]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_256","features":[99]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_384","features":[99]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_512","features":[99]},{"name":"WBCL_DIGEST_ALG_BITMAP_SM3_256","features":[99]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_256","features":[99]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_384","features":[99]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_512","features":[99]},{"name":"WBCL_DIGEST_ALG_ID_SHA_1","features":[99]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_256","features":[99]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_384","features":[99]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_512","features":[99]},{"name":"WBCL_DIGEST_ALG_ID_SM3_256","features":[99]},{"name":"WBCL_HASH_LEN_SHA1","features":[99]},{"name":"WBCL_Iterator","features":[99]},{"name":"WBCL_LogHdr","features":[99]},{"name":"WBCL_MAX_HSP_UPGRADE_HASH_LEN","features":[99]},{"name":"class_ADSPEC","features":[99]},{"name":"class_CONFIRM","features":[99]},{"name":"class_ERROR_SPEC","features":[99]},{"name":"class_FILTER_SPEC","features":[99]},{"name":"class_FLOWSPEC","features":[99]},{"name":"class_INTEGRITY","features":[99]},{"name":"class_IS_FLOWSPEC","features":[99]},{"name":"class_MAX","features":[99]},{"name":"class_NULL","features":[99]},{"name":"class_POLICY_DATA","features":[99]},{"name":"class_RSVP_HOP","features":[99]},{"name":"class_SCOPE","features":[99]},{"name":"class_SENDER_TEMPLATE","features":[99]},{"name":"class_SENDER_TSPEC","features":[99]},{"name":"class_SESSION","features":[99]},{"name":"class_SESSION_GROUP","features":[99]},{"name":"class_STYLE","features":[99]},{"name":"class_TIME_VALUES","features":[99]},{"name":"ctype_ADSPEC_INTSERV","features":[99]},{"name":"ctype_ERROR_SPEC_ipv4","features":[99]},{"name":"ctype_FILTER_SPEC_ipv4","features":[99]},{"name":"ctype_FILTER_SPEC_ipv4GPI","features":[99]},{"name":"ctype_FLOWSPEC_Intserv0","features":[99]},{"name":"ctype_POLICY_DATA","features":[99]},{"name":"ctype_RSVP_HOP_ipv4","features":[99]},{"name":"ctype_SCOPE_list_ipv4","features":[99]},{"name":"ctype_SENDER_TEMPLATE_ipv4","features":[99]},{"name":"ctype_SENDER_TEMPLATE_ipv4GPI","features":[99]},{"name":"ctype_SENDER_TSPEC","features":[99]},{"name":"ctype_SESSION_ipv4","features":[99]},{"name":"ctype_SESSION_ipv4GPI","features":[99]},{"name":"ctype_STYLE","features":[99]},{"name":"int_serv_wkp","features":[99]},{"name":"ioctl_code","features":[99]},{"name":"mCOMPANY","features":[99]},{"name":"mIOC_IN","features":[99]},{"name":"mIOC_OUT","features":[99]},{"name":"mIOC_VENDOR","features":[99]}],"460":[{"name":"ALLOW_NO_AUTH","features":[100]},{"name":"ALL_SOURCES","features":[100]},{"name":"ANY_SOURCE","features":[100]},{"name":"ATADDRESSLEN","features":[100]},{"name":"AUTH_VALIDATION_EX","features":[3,100]},{"name":"DO_NOT_ALLOW_NO_AUTH","features":[100]},{"name":"ERROR_ACCESSING_TCPCFGDLL","features":[100]},{"name":"ERROR_ACCT_DISABLED","features":[100]},{"name":"ERROR_ACCT_EXPIRED","features":[100]},{"name":"ERROR_ACTION_REQUIRED","features":[100]},{"name":"ERROR_ALLOCATING_MEMORY","features":[100]},{"name":"ERROR_ALREADY_DISCONNECTING","features":[100]},{"name":"ERROR_ASYNC_REQUEST_PENDING","features":[100]},{"name":"ERROR_AUTHENTICATION_FAILURE","features":[100]},{"name":"ERROR_AUTH_INTERNAL","features":[100]},{"name":"ERROR_AUTOMATIC_VPN_FAILED","features":[100]},{"name":"ERROR_BAD_ADDRESS_SPECIFIED","features":[100]},{"name":"ERROR_BAD_CALLBACK_NUMBER","features":[100]},{"name":"ERROR_BAD_PHONE_NUMBER","features":[100]},{"name":"ERROR_BAD_STRING","features":[100]},{"name":"ERROR_BAD_USAGE_IN_INI_FILE","features":[100]},{"name":"ERROR_BIPLEX_PORT_NOT_AVAILABLE","features":[100]},{"name":"ERROR_BLOCKED","features":[100]},{"name":"ERROR_BROADBAND_ACTIVE","features":[100]},{"name":"ERROR_BROADBAND_NO_NIC","features":[100]},{"name":"ERROR_BROADBAND_TIMEOUT","features":[100]},{"name":"ERROR_BUFFER_INVALID","features":[100]},{"name":"ERROR_BUFFER_TOO_SMALL","features":[100]},{"name":"ERROR_BUNDLE_NOT_FOUND","features":[100]},{"name":"ERROR_CANNOT_DELETE","features":[100]},{"name":"ERROR_CANNOT_DO_CUSTOMDIAL","features":[100]},{"name":"ERROR_CANNOT_FIND_PHONEBOOK_ENTRY","features":[100]},{"name":"ERROR_CANNOT_GET_LANA","features":[100]},{"name":"ERROR_CANNOT_INITIATE_MOBIKE_UPDATE","features":[100]},{"name":"ERROR_CANNOT_LOAD_PHONEBOOK","features":[100]},{"name":"ERROR_CANNOT_LOAD_STRING","features":[100]},{"name":"ERROR_CANNOT_OPEN_PHONEBOOK","features":[100]},{"name":"ERROR_CANNOT_PROJECT_CLIENT","features":[100]},{"name":"ERROR_CANNOT_SET_PORT_INFO","features":[100]},{"name":"ERROR_CANNOT_SHARE_CONNECTION","features":[100]},{"name":"ERROR_CANNOT_USE_LOGON_CREDENTIALS","features":[100]},{"name":"ERROR_CANNOT_WRITE_PHONEBOOK","features":[100]},{"name":"ERROR_CERT_FOR_ENCRYPTION_NOT_FOUND","features":[100]},{"name":"ERROR_CHANGING_PASSWORD","features":[100]},{"name":"ERROR_CMD_TOO_LONG","features":[100]},{"name":"ERROR_CONGESTION","features":[100]},{"name":"ERROR_CONNECTING_DEVICE_NOT_FOUND","features":[100]},{"name":"ERROR_CONNECTION_ALREADY_SHARED","features":[100]},{"name":"ERROR_CONNECTION_REJECT","features":[100]},{"name":"ERROR_CORRUPT_PHONEBOOK","features":[100]},{"name":"ERROR_DCB_NOT_FOUND","features":[100]},{"name":"ERROR_DEFAULTOFF_MACRO_NOT_FOUND","features":[100]},{"name":"ERROR_DEVICENAME_NOT_FOUND","features":[100]},{"name":"ERROR_DEVICENAME_TOO_LONG","features":[100]},{"name":"ERROR_DEVICETYPE_DOES_NOT_EXIST","features":[100]},{"name":"ERROR_DEVICE_COMPLIANCE","features":[100]},{"name":"ERROR_DEVICE_DOES_NOT_EXIST","features":[100]},{"name":"ERROR_DEVICE_NOT_READY","features":[100]},{"name":"ERROR_DIAL_ALREADY_IN_PROGRESS","features":[100]},{"name":"ERROR_DISCONNECTION","features":[100]},{"name":"ERROR_DNSNAME_NOT_RESOLVABLE","features":[100]},{"name":"ERROR_DONOTDISTURB","features":[100]},{"name":"ERROR_EAPTLS_CACHE_CREDENTIALS_INVALID","features":[100]},{"name":"ERROR_EAPTLS_PASSWD_INVALID","features":[100]},{"name":"ERROR_EAPTLS_SCARD_CACHE_CREDENTIALS_INVALID","features":[100]},{"name":"ERROR_EAP_METHOD_DOES_NOT_SUPPORT_SSO","features":[100]},{"name":"ERROR_EAP_METHOD_NOT_INSTALLED","features":[100]},{"name":"ERROR_EAP_METHOD_OPERATION_NOT_SUPPORTED","features":[100]},{"name":"ERROR_EAP_SERVER_CERT_EXPIRED","features":[100]},{"name":"ERROR_EAP_SERVER_CERT_INVALID","features":[100]},{"name":"ERROR_EAP_SERVER_CERT_OTHER_ERROR","features":[100]},{"name":"ERROR_EAP_SERVER_CERT_REVOKED","features":[100]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_INVALID","features":[100]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_NAME_REQUIRED","features":[100]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_NOT_FOUND","features":[100]},{"name":"ERROR_EAP_USER_CERT_EXPIRED","features":[100]},{"name":"ERROR_EAP_USER_CERT_INVALID","features":[100]},{"name":"ERROR_EAP_USER_CERT_OTHER_ERROR","features":[100]},{"name":"ERROR_EAP_USER_CERT_REVOKED","features":[100]},{"name":"ERROR_EAP_USER_ROOT_CERT_EXPIRED","features":[100]},{"name":"ERROR_EAP_USER_ROOT_CERT_INVALID","features":[100]},{"name":"ERROR_EAP_USER_ROOT_CERT_NOT_FOUND","features":[100]},{"name":"ERROR_EMPTY_INI_FILE","features":[100]},{"name":"ERROR_EVENT_INVALID","features":[100]},{"name":"ERROR_FAILED_CP_REQUIRED","features":[100]},{"name":"ERROR_FAILED_TO_ENCRYPT","features":[100]},{"name":"ERROR_FAST_USER_SWITCH","features":[100]},{"name":"ERROR_FEATURE_DEPRECATED","features":[100]},{"name":"ERROR_FILE_COULD_NOT_BE_OPENED","features":[100]},{"name":"ERROR_FROM_DEVICE","features":[100]},{"name":"ERROR_HANGUP_FAILED","features":[100]},{"name":"ERROR_HARDWARE_FAILURE","features":[100]},{"name":"ERROR_HIBERNATION","features":[100]},{"name":"ERROR_IDLE_TIMEOUT","features":[100]},{"name":"ERROR_IKEV2_PSK_INTERFACE_ALREADY_EXISTS","features":[100]},{"name":"ERROR_INCOMPATIBLE","features":[100]},{"name":"ERROR_INTERACTIVE_MODE","features":[100]},{"name":"ERROR_INTERNAL_ADDRESS_FAILURE","features":[100]},{"name":"ERROR_INVALID_AUTH_STATE","features":[100]},{"name":"ERROR_INVALID_CALLBACK_NUMBER","features":[100]},{"name":"ERROR_INVALID_COMPRESSION_SPECIFIED","features":[100]},{"name":"ERROR_INVALID_DESTINATION_IP","features":[100]},{"name":"ERROR_INVALID_FUNCTION_FOR_ENTRY","features":[100]},{"name":"ERROR_INVALID_INTERFACE_CONFIG","features":[100]},{"name":"ERROR_INVALID_MSCHAPV2_CONFIG","features":[100]},{"name":"ERROR_INVALID_PEAP_COOKIE_ATTRIBUTES","features":[100]},{"name":"ERROR_INVALID_PEAP_COOKIE_CONFIG","features":[100]},{"name":"ERROR_INVALID_PEAP_COOKIE_USER","features":[100]},{"name":"ERROR_INVALID_PORT_HANDLE","features":[100]},{"name":"ERROR_INVALID_PREFERENCES","features":[100]},{"name":"ERROR_INVALID_SERVER_CERT","features":[100]},{"name":"ERROR_INVALID_SIZE","features":[100]},{"name":"ERROR_INVALID_SMM","features":[100]},{"name":"ERROR_INVALID_TUNNELID","features":[100]},{"name":"ERROR_INVALID_VPNSTRATEGY","features":[100]},{"name":"ERROR_IN_COMMAND","features":[100]},{"name":"ERROR_IPSEC_SERVICE_STOPPED","features":[100]},{"name":"ERROR_IPXCP_DIALOUT_ALREADY_ACTIVE","features":[100]},{"name":"ERROR_IPXCP_NET_NUMBER_CONFLICT","features":[100]},{"name":"ERROR_IPXCP_NO_DIALIN_CONFIGURED","features":[100]},{"name":"ERROR_IPXCP_NO_DIALOUT_CONFIGURED","features":[100]},{"name":"ERROR_IP_CONFIGURATION","features":[100]},{"name":"ERROR_KEY_NOT_FOUND","features":[100]},{"name":"ERROR_LINE_BUSY","features":[100]},{"name":"ERROR_LINK_FAILURE","features":[100]},{"name":"ERROR_MACRO_NOT_DEFINED","features":[100]},{"name":"ERROR_MACRO_NOT_FOUND","features":[100]},{"name":"ERROR_MESSAGE_MACRO_NOT_FOUND","features":[100]},{"name":"ERROR_MOBIKE_DISABLED","features":[100]},{"name":"ERROR_NAME_EXISTS_ON_NET","features":[100]},{"name":"ERROR_NETBIOS_ERROR","features":[100]},{"name":"ERROR_NOT_BINARY_MACRO","features":[100]},{"name":"ERROR_NOT_NAP_CAPABLE","features":[100]},{"name":"ERROR_NO_ACTIVE_ISDN_LINES","features":[100]},{"name":"ERROR_NO_ANSWER","features":[100]},{"name":"ERROR_NO_CARRIER","features":[100]},{"name":"ERROR_NO_CERTIFICATE","features":[100]},{"name":"ERROR_NO_COMMAND_FOUND","features":[100]},{"name":"ERROR_NO_CONNECTION","features":[100]},{"name":"ERROR_NO_DIALIN_PERMISSION","features":[100]},{"name":"ERROR_NO_DIALTONE","features":[100]},{"name":"ERROR_NO_DIFF_USER_AT_LOGON","features":[100]},{"name":"ERROR_NO_EAPTLS_CERTIFICATE","features":[100]},{"name":"ERROR_NO_ENDPOINTS","features":[100]},{"name":"ERROR_NO_IP_ADDRESSES","features":[100]},{"name":"ERROR_NO_IP_RAS_ADAPTER","features":[100]},{"name":"ERROR_NO_ISDN_CHANNELS_AVAILABLE","features":[100]},{"name":"ERROR_NO_LOCAL_ENCRYPTION","features":[100]},{"name":"ERROR_NO_MAC_FOR_PORT","features":[100]},{"name":"ERROR_NO_REG_CERT_AT_LOGON","features":[100]},{"name":"ERROR_NO_REMOTE_ENCRYPTION","features":[100]},{"name":"ERROR_NO_RESPONSES","features":[100]},{"name":"ERROR_NO_SMART_CARD_READER","features":[100]},{"name":"ERROR_NUMBERCHANGED","features":[100]},{"name":"ERROR_OAKLEY_ATTRIB_FAIL","features":[100]},{"name":"ERROR_OAKLEY_AUTH_FAIL","features":[100]},{"name":"ERROR_OAKLEY_ERROR","features":[100]},{"name":"ERROR_OAKLEY_GENERAL_PROCESSING","features":[100]},{"name":"ERROR_OAKLEY_NO_CERT","features":[100]},{"name":"ERROR_OAKLEY_NO_PEER_CERT","features":[100]},{"name":"ERROR_OAKLEY_NO_POLICY","features":[100]},{"name":"ERROR_OAKLEY_TIMED_OUT","features":[100]},{"name":"ERROR_OUTOFORDER","features":[100]},{"name":"ERROR_OUT_OF_BUFFERS","features":[100]},{"name":"ERROR_OVERRUN","features":[100]},{"name":"ERROR_PARTIAL_RESPONSE_LOOPING","features":[100]},{"name":"ERROR_PASSWD_EXPIRED","features":[100]},{"name":"ERROR_PEAP_CRYPTOBINDING_INVALID","features":[100]},{"name":"ERROR_PEAP_CRYPTOBINDING_NOTRECEIVED","features":[100]},{"name":"ERROR_PEAP_IDENTITY_MISMATCH","features":[100]},{"name":"ERROR_PEAP_SERVER_REJECTED_CLIENT_TLV","features":[100]},{"name":"ERROR_PHONE_NUMBER_TOO_LONG","features":[100]},{"name":"ERROR_PLUGIN_NOT_INSTALLED","features":[100]},{"name":"ERROR_PORT_ALREADY_OPEN","features":[100]},{"name":"ERROR_PORT_DISCONNECTED","features":[100]},{"name":"ERROR_PORT_NOT_AVAILABLE","features":[100]},{"name":"ERROR_PORT_NOT_CONFIGURED","features":[100]},{"name":"ERROR_PORT_NOT_CONNECTED","features":[100]},{"name":"ERROR_PORT_NOT_FOUND","features":[100]},{"name":"ERROR_PORT_NOT_OPEN","features":[100]},{"name":"ERROR_PORT_OR_DEVICE","features":[100]},{"name":"ERROR_PPP_CP_REJECTED","features":[100]},{"name":"ERROR_PPP_INVALID_PACKET","features":[100]},{"name":"ERROR_PPP_LCP_TERMINATED","features":[100]},{"name":"ERROR_PPP_LOOPBACK_DETECTED","features":[100]},{"name":"ERROR_PPP_NCP_TERMINATED","features":[100]},{"name":"ERROR_PPP_NOT_CONVERGING","features":[100]},{"name":"ERROR_PPP_NO_ADDRESS_ASSIGNED","features":[100]},{"name":"ERROR_PPP_NO_PROTOCOLS_CONFIGURED","features":[100]},{"name":"ERROR_PPP_NO_RESPONSE","features":[100]},{"name":"ERROR_PPP_REMOTE_TERMINATED","features":[100]},{"name":"ERROR_PPP_REQUIRED_ADDRESS_REJECTED","features":[100]},{"name":"ERROR_PPP_TIMEOUT","features":[100]},{"name":"ERROR_PROJECTION_NOT_COMPLETE","features":[100]},{"name":"ERROR_PROTOCOL_ENGINE_DISABLED","features":[100]},{"name":"ERROR_PROTOCOL_NOT_CONFIGURED","features":[100]},{"name":"ERROR_RASAUTO_CANNOT_INITIALIZE","features":[100]},{"name":"ERROR_RASMAN_CANNOT_INITIALIZE","features":[100]},{"name":"ERROR_RASMAN_SERVICE_STOPPED","features":[100]},{"name":"ERROR_RASQEC_CONN_DOESNOTEXIST","features":[100]},{"name":"ERROR_RASQEC_NAPAGENT_NOT_CONNECTED","features":[100]},{"name":"ERROR_RASQEC_NAPAGENT_NOT_ENABLED","features":[100]},{"name":"ERROR_RASQEC_RESOURCE_CREATION_FAILED","features":[100]},{"name":"ERROR_RASQEC_TIMEOUT","features":[100]},{"name":"ERROR_READING_DEFAULTOFF","features":[100]},{"name":"ERROR_READING_DEVICENAME","features":[100]},{"name":"ERROR_READING_DEVICETYPE","features":[100]},{"name":"ERROR_READING_INI_FILE","features":[100]},{"name":"ERROR_READING_MAXCARRIERBPS","features":[100]},{"name":"ERROR_READING_MAXCONNECTBPS","features":[100]},{"name":"ERROR_READING_SCARD","features":[100]},{"name":"ERROR_READING_SECTIONNAME","features":[100]},{"name":"ERROR_READING_USAGE","features":[100]},{"name":"ERROR_RECV_BUF_FULL","features":[100]},{"name":"ERROR_REMOTE_DISCONNECTION","features":[100]},{"name":"ERROR_REMOTE_REQUIRES_ENCRYPTION","features":[100]},{"name":"ERROR_REQUEST_TIMEOUT","features":[100]},{"name":"ERROR_RESTRICTED_LOGON_HOURS","features":[100]},{"name":"ERROR_ROUTE_NOT_ALLOCATED","features":[100]},{"name":"ERROR_ROUTE_NOT_AVAILABLE","features":[100]},{"name":"ERROR_SCRIPT_SYNTAX","features":[100]},{"name":"ERROR_SERVER_GENERAL_NET_FAILURE","features":[100]},{"name":"ERROR_SERVER_NOT_RESPONDING","features":[100]},{"name":"ERROR_SERVER_OUT_OF_RESOURCES","features":[100]},{"name":"ERROR_SERVER_POLICY","features":[100]},{"name":"ERROR_SHARE_CONNECTION_FAILED","features":[100]},{"name":"ERROR_SHARING_ADDRESS_EXISTS","features":[100]},{"name":"ERROR_SHARING_CHANGE_FAILED","features":[100]},{"name":"ERROR_SHARING_HOST_ADDRESS_CONFLICT","features":[100]},{"name":"ERROR_SHARING_MULTIPLE_ADDRESSES","features":[100]},{"name":"ERROR_SHARING_NO_PRIVATE_LAN","features":[100]},{"name":"ERROR_SHARING_PRIVATE_INSTALL","features":[100]},{"name":"ERROR_SHARING_ROUTER_INSTALL","features":[100]},{"name":"ERROR_SHARING_RRAS_CONFLICT","features":[100]},{"name":"ERROR_SLIP_REQUIRES_IP","features":[100]},{"name":"ERROR_SMART_CARD_REQUIRED","features":[100]},{"name":"ERROR_SMM_TIMEOUT","features":[100]},{"name":"ERROR_SMM_UNINITIALIZED","features":[100]},{"name":"ERROR_SSO_CERT_MISSING","features":[100]},{"name":"ERROR_SSTP_COOKIE_SET_FAILURE","features":[100]},{"name":"ERROR_STATE_MACHINES_ALREADY_STARTED","features":[100]},{"name":"ERROR_STATE_MACHINES_NOT_STARTED","features":[100]},{"name":"ERROR_SYSTEM_SUSPENDED","features":[100]},{"name":"ERROR_TAPI_CONFIGURATION","features":[100]},{"name":"ERROR_TEMPFAILURE","features":[100]},{"name":"ERROR_TOO_MANY_LINE_ERRORS","features":[100]},{"name":"ERROR_TS_UNACCEPTABLE","features":[100]},{"name":"ERROR_UNABLE_TO_AUTHENTICATE_SERVER","features":[100]},{"name":"ERROR_UNEXPECTED_RESPONSE","features":[100]},{"name":"ERROR_UNKNOWN","features":[100]},{"name":"ERROR_UNKNOWN_DEVICE_TYPE","features":[100]},{"name":"ERROR_UNKNOWN_FRAMED_PROTOCOL","features":[100]},{"name":"ERROR_UNKNOWN_RESPONSE_KEY","features":[100]},{"name":"ERROR_UNKNOWN_SERVICE_TYPE","features":[100]},{"name":"ERROR_UNRECOGNIZED_RESPONSE","features":[100]},{"name":"ERROR_UNSUPPORTED_BPS","features":[100]},{"name":"ERROR_UPDATECONNECTION_REQUEST_IN_PROCESS","features":[100]},{"name":"ERROR_USER_DISCONNECTION","features":[100]},{"name":"ERROR_USER_LOGOFF","features":[100]},{"name":"ERROR_VALIDATING_SERVER_CERT","features":[100]},{"name":"ERROR_VOICE_ANSWER","features":[100]},{"name":"ERROR_VPN_BAD_CERT","features":[100]},{"name":"ERROR_VPN_BAD_PSK","features":[100]},{"name":"ERROR_VPN_DISCONNECT","features":[100]},{"name":"ERROR_VPN_GRE_BLOCKED","features":[100]},{"name":"ERROR_VPN_PLUGIN_GENERIC","features":[100]},{"name":"ERROR_VPN_REFUSED","features":[100]},{"name":"ERROR_VPN_TIMEOUT","features":[100]},{"name":"ERROR_WRITING_DEFAULTOFF","features":[100]},{"name":"ERROR_WRITING_DEVICENAME","features":[100]},{"name":"ERROR_WRITING_DEVICETYPE","features":[100]},{"name":"ERROR_WRITING_INITBPS","features":[100]},{"name":"ERROR_WRITING_MAXCARRIERBPS","features":[100]},{"name":"ERROR_WRITING_MAXCONNECTBPS","features":[100]},{"name":"ERROR_WRITING_SECTIONNAME","features":[100]},{"name":"ERROR_WRITING_USAGE","features":[100]},{"name":"ERROR_WRONG_DEVICE_ATTACHED","features":[100]},{"name":"ERROR_WRONG_INFO_SPECIFIED","features":[100]},{"name":"ERROR_WRONG_KEY_SPECIFIED","features":[100]},{"name":"ERROR_WRONG_MODULE","features":[100]},{"name":"ERROR_WRONG_TUNNEL_TYPE","features":[100]},{"name":"ERROR_X25_DIAGNOSTIC","features":[100]},{"name":"ET_None","features":[100]},{"name":"ET_Optional","features":[100]},{"name":"ET_Require","features":[100]},{"name":"ET_RequireMax","features":[100]},{"name":"GRE_CONFIG_PARAMS0","features":[100]},{"name":"HRASCONN","features":[100]},{"name":"IKEV2_CONFIG_PARAMS","features":[3,100,70]},{"name":"IKEV2_ID_PAYLOAD_TYPE","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_FQDN","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_INVALID","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_KEY_ID","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_MAX","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED1","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED2","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED3","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED4","features":[100]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR","features":[100]},{"name":"IKEV2_PROJECTION_INFO","features":[100]},{"name":"IKEV2_PROJECTION_INFO2","features":[100]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS2","features":[100,70]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS3","features":[3,100,70]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS4","features":[3,100,70]},{"name":"IPADDRESSLEN","features":[100]},{"name":"IPV6_ADDRESS_LEN_IN_BYTES","features":[100]},{"name":"IPXADDRESSLEN","features":[100]},{"name":"L2TP_CONFIG_PARAMS0","features":[100]},{"name":"L2TP_CONFIG_PARAMS1","features":[100]},{"name":"L2TP_TUNNEL_CONFIG_PARAMS1","features":[100]},{"name":"L2TP_TUNNEL_CONFIG_PARAMS2","features":[100]},{"name":"MAXIPADRESSLEN","features":[100]},{"name":"MAX_SSTP_HASH_SIZE","features":[100]},{"name":"METHOD_BGP4_AS_PATH","features":[100]},{"name":"METHOD_BGP4_NEXTHOP_ATTR","features":[100]},{"name":"METHOD_BGP4_PA_ORIGIN","features":[100]},{"name":"METHOD_BGP4_PEER_ID","features":[100]},{"name":"METHOD_RIP2_NEIGHBOUR_ADDR","features":[100]},{"name":"METHOD_RIP2_OUTBOUND_INTF","features":[100]},{"name":"METHOD_RIP2_ROUTE_TAG","features":[100]},{"name":"METHOD_RIP2_ROUTE_TIMESTAMP","features":[100]},{"name":"METHOD_TYPE_ALL_METHODS","features":[100]},{"name":"MGM_ENUM_TYPES","features":[100]},{"name":"MGM_FORWARD_STATE_FLAG","features":[100]},{"name":"MGM_IF_ENTRY","features":[3,100]},{"name":"MGM_JOIN_STATE_FLAG","features":[100]},{"name":"MGM_MFE_STATS_0","features":[100]},{"name":"MGM_MFE_STATS_1","features":[100]},{"name":"MPRAPI_ADMIN_DLL_CALLBACKS","features":[3,100,17]},{"name":"MPRAPI_ADMIN_DLL_VERSION_1","features":[100]},{"name":"MPRAPI_ADMIN_DLL_VERSION_2","features":[100]},{"name":"MPRAPI_IF_CUSTOM_CONFIG_FOR_IKEV2","features":[100]},{"name":"MPRAPI_IKEV2_AUTH_USING_CERT","features":[100]},{"name":"MPRAPI_IKEV2_AUTH_USING_EAP","features":[100]},{"name":"MPRAPI_IKEV2_PROJECTION_INFO_TYPE","features":[100]},{"name":"MPRAPI_IKEV2_SET_TUNNEL_CONFIG_PARAMS","features":[100]},{"name":"MPRAPI_L2TP_SET_TUNNEL_CONFIG_PARAMS","features":[100]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_1","features":[100]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_2","features":[100]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_3","features":[100]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_1","features":[100]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_2","features":[100]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_3","features":[100]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_4","features":[100]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_5","features":[100]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_1","features":[100]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_2","features":[100]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_3","features":[100]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_4","features":[100]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_5","features":[100]},{"name":"MPRAPI_OBJECT_HEADER","features":[100]},{"name":"MPRAPI_OBJECT_TYPE","features":[100]},{"name":"MPRAPI_OBJECT_TYPE_AUTH_VALIDATION_OBJECT","features":[100]},{"name":"MPRAPI_OBJECT_TYPE_IF_CUSTOM_CONFIG_OBJECT","features":[100]},{"name":"MPRAPI_OBJECT_TYPE_MPR_SERVER_OBJECT","features":[100]},{"name":"MPRAPI_OBJECT_TYPE_MPR_SERVER_SET_CONFIG_OBJECT","features":[100]},{"name":"MPRAPI_OBJECT_TYPE_RAS_CONNECTION_OBJECT","features":[100]},{"name":"MPRAPI_OBJECT_TYPE_UPDATE_CONNECTION_OBJECT","features":[100]},{"name":"MPRAPI_PPP_PROJECTION_INFO_TYPE","features":[100]},{"name":"MPRAPI_RAS_CONNECTION_OBJECT_REVISION_1","features":[100]},{"name":"MPRAPI_RAS_UPDATE_CONNECTION_OBJECT_REVISION_1","features":[100]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_GRE","features":[100]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_IKEV2","features":[100]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_L2TP","features":[100]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_PPTP","features":[100]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_SSTP","features":[100]},{"name":"MPRAPI_TUNNEL_CONFIG_PARAMS0","features":[3,100,70]},{"name":"MPRAPI_TUNNEL_CONFIG_PARAMS1","features":[3,100,70]},{"name":"MPRDM_DialAll","features":[100]},{"name":"MPRDM_DialAsNeeded","features":[100]},{"name":"MPRDM_DialFirst","features":[100]},{"name":"MPRDT_Atm","features":[100]},{"name":"MPRDT_FrameRelay","features":[100]},{"name":"MPRDT_Generic","features":[100]},{"name":"MPRDT_Irda","features":[100]},{"name":"MPRDT_Isdn","features":[100]},{"name":"MPRDT_Modem","features":[100]},{"name":"MPRDT_Pad","features":[100]},{"name":"MPRDT_Parallel","features":[100]},{"name":"MPRDT_SW56","features":[100]},{"name":"MPRDT_Serial","features":[100]},{"name":"MPRDT_Sonet","features":[100]},{"name":"MPRDT_Vpn","features":[100]},{"name":"MPRDT_X25","features":[100]},{"name":"MPRET_Direct","features":[100]},{"name":"MPRET_Phone","features":[100]},{"name":"MPRET_Vpn","features":[100]},{"name":"MPRIDS_Disabled","features":[100]},{"name":"MPRIDS_UseGlobalValue","features":[100]},{"name":"MPRIO_DisableLcpExtensions","features":[100]},{"name":"MPRIO_IpHeaderCompression","features":[100]},{"name":"MPRIO_IpSecPreSharedKey","features":[100]},{"name":"MPRIO_NetworkLogon","features":[100]},{"name":"MPRIO_PromoteAlternates","features":[100]},{"name":"MPRIO_RemoteDefaultGateway","features":[100]},{"name":"MPRIO_RequireCHAP","features":[100]},{"name":"MPRIO_RequireDataEncryption","features":[100]},{"name":"MPRIO_RequireEAP","features":[100]},{"name":"MPRIO_RequireEncryptedPw","features":[100]},{"name":"MPRIO_RequireMachineCertificates","features":[100]},{"name":"MPRIO_RequireMsCHAP","features":[100]},{"name":"MPRIO_RequireMsCHAP2","features":[100]},{"name":"MPRIO_RequireMsEncryptedPw","features":[100]},{"name":"MPRIO_RequirePAP","features":[100]},{"name":"MPRIO_RequireSPAP","features":[100]},{"name":"MPRIO_SecureLocalFiles","features":[100]},{"name":"MPRIO_SharedPhoneNumbers","features":[100]},{"name":"MPRIO_SpecificIpAddr","features":[100]},{"name":"MPRIO_SpecificNameServers","features":[100]},{"name":"MPRIO_SwCompression","features":[100]},{"name":"MPRIO_UsePreSharedKeyForIkev2Initiator","features":[100]},{"name":"MPRIO_UsePreSharedKeyForIkev2Responder","features":[100]},{"name":"MPRNP_Ip","features":[100]},{"name":"MPRNP_Ipv6","features":[100]},{"name":"MPRNP_Ipx","features":[100]},{"name":"MPR_CERT_EKU","features":[3,100]},{"name":"MPR_CREDENTIALSEX_0","features":[100]},{"name":"MPR_CREDENTIALSEX_1","features":[100]},{"name":"MPR_DEVICE_0","features":[100]},{"name":"MPR_DEVICE_1","features":[100]},{"name":"MPR_ENABLE_RAS_ON_DEVICE","features":[100]},{"name":"MPR_ENABLE_ROUTING_ON_DEVICE","features":[100]},{"name":"MPR_ET","features":[100]},{"name":"MPR_ET_None","features":[100]},{"name":"MPR_ET_Optional","features":[100]},{"name":"MPR_ET_Require","features":[100]},{"name":"MPR_ET_RequireMax","features":[100]},{"name":"MPR_FILTER_0","features":[3,100]},{"name":"MPR_IFTRANSPORT_0","features":[3,100]},{"name":"MPR_IF_CUSTOMINFOEX0","features":[100,70]},{"name":"MPR_IF_CUSTOMINFOEX1","features":[100,70]},{"name":"MPR_IF_CUSTOMINFOEX2","features":[100,17,70]},{"name":"MPR_INTERFACE_0","features":[3,100]},{"name":"MPR_INTERFACE_1","features":[3,100]},{"name":"MPR_INTERFACE_2","features":[3,100]},{"name":"MPR_INTERFACE_3","features":[3,100,17]},{"name":"MPR_INTERFACE_ADMIN_DISABLED","features":[100]},{"name":"MPR_INTERFACE_CONNECTION_FAILURE","features":[100]},{"name":"MPR_INTERFACE_DIALOUT_HOURS_RESTRICTION","features":[100]},{"name":"MPR_INTERFACE_DIAL_MODE","features":[100]},{"name":"MPR_INTERFACE_NO_DEVICE","features":[100]},{"name":"MPR_INTERFACE_NO_MEDIA_SENSE","features":[100]},{"name":"MPR_INTERFACE_OUT_OF_RESOURCES","features":[100]},{"name":"MPR_INTERFACE_SERVICE_PAUSED","features":[100]},{"name":"MPR_IPINIP_INTERFACE_0","features":[100]},{"name":"MPR_MaxAreaCode","features":[100]},{"name":"MPR_MaxCallbackNumber","features":[100]},{"name":"MPR_MaxDeviceName","features":[100]},{"name":"MPR_MaxDeviceType","features":[100]},{"name":"MPR_MaxEntryName","features":[100]},{"name":"MPR_MaxFacilities","features":[100]},{"name":"MPR_MaxIpAddress","features":[100]},{"name":"MPR_MaxIpxAddress","features":[100]},{"name":"MPR_MaxPadType","features":[100]},{"name":"MPR_MaxPhoneNumber","features":[100]},{"name":"MPR_MaxUserData","features":[100]},{"name":"MPR_MaxX25Address","features":[100]},{"name":"MPR_SERVER_0","features":[3,100]},{"name":"MPR_SERVER_1","features":[100]},{"name":"MPR_SERVER_2","features":[100]},{"name":"MPR_SERVER_EX0","features":[3,100,70]},{"name":"MPR_SERVER_EX1","features":[3,100,70]},{"name":"MPR_SERVER_SET_CONFIG_EX0","features":[3,100,70]},{"name":"MPR_SERVER_SET_CONFIG_EX1","features":[3,100,70]},{"name":"MPR_TRANSPORT_0","features":[3,100]},{"name":"MPR_VPN_TRAFFIC_SELECTOR","features":[100,17]},{"name":"MPR_VPN_TRAFFIC_SELECTORS","features":[100,17]},{"name":"MPR_VPN_TS_IPv4_ADDR_RANGE","features":[100]},{"name":"MPR_VPN_TS_IPv6_ADDR_RANGE","features":[100]},{"name":"MPR_VPN_TS_TYPE","features":[100]},{"name":"MPR_VS","features":[100]},{"name":"MPR_VS_Default","features":[100]},{"name":"MPR_VS_Ikev2First","features":[100]},{"name":"MPR_VS_Ikev2Only","features":[100]},{"name":"MPR_VS_L2tpFirst","features":[100]},{"name":"MPR_VS_L2tpOnly","features":[100]},{"name":"MPR_VS_PptpFirst","features":[100]},{"name":"MPR_VS_PptpOnly","features":[100]},{"name":"MgmAddGroupMembershipEntry","features":[3,100]},{"name":"MgmDeRegisterMProtocol","features":[3,100]},{"name":"MgmDeleteGroupMembershipEntry","features":[3,100]},{"name":"MgmGetFirstMfe","features":[100]},{"name":"MgmGetFirstMfeStats","features":[100]},{"name":"MgmGetMfe","features":[92,100]},{"name":"MgmGetMfeStats","features":[92,100]},{"name":"MgmGetNextMfe","features":[92,100]},{"name":"MgmGetNextMfeStats","features":[92,100]},{"name":"MgmGetProtocolOnInterface","features":[100]},{"name":"MgmGroupEnumerationEnd","features":[3,100]},{"name":"MgmGroupEnumerationGetNext","features":[3,100]},{"name":"MgmGroupEnumerationStart","features":[3,100]},{"name":"MgmRegisterMProtocol","features":[3,100]},{"name":"MgmReleaseInterfaceOwnership","features":[3,100]},{"name":"MgmTakeInterfaceOwnership","features":[3,100]},{"name":"MprAdminBufferFree","features":[100]},{"name":"MprAdminConnectionClearStats","features":[3,100]},{"name":"MprAdminConnectionEnum","features":[100]},{"name":"MprAdminConnectionEnumEx","features":[3,100]},{"name":"MprAdminConnectionGetInfo","features":[3,100]},{"name":"MprAdminConnectionGetInfoEx","features":[3,100]},{"name":"MprAdminConnectionRemoveQuarantine","features":[3,100]},{"name":"MprAdminDeregisterConnectionNotification","features":[3,100]},{"name":"MprAdminDeviceEnum","features":[100]},{"name":"MprAdminEstablishDomainRasServer","features":[3,100]},{"name":"MprAdminGetErrorString","features":[100]},{"name":"MprAdminGetPDCServer","features":[100]},{"name":"MprAdminInterfaceConnect","features":[3,100]},{"name":"MprAdminInterfaceCreate","features":[3,100]},{"name":"MprAdminInterfaceDelete","features":[3,100]},{"name":"MprAdminInterfaceDeviceGetInfo","features":[3,100]},{"name":"MprAdminInterfaceDeviceSetInfo","features":[3,100]},{"name":"MprAdminInterfaceDisconnect","features":[3,100]},{"name":"MprAdminInterfaceEnum","features":[100]},{"name":"MprAdminInterfaceGetCredentials","features":[100]},{"name":"MprAdminInterfaceGetCredentialsEx","features":[3,100]},{"name":"MprAdminInterfaceGetCustomInfoEx","features":[3,100,17,70]},{"name":"MprAdminInterfaceGetHandle","features":[3,100]},{"name":"MprAdminInterfaceGetInfo","features":[3,100]},{"name":"MprAdminInterfaceQueryUpdateResult","features":[3,100]},{"name":"MprAdminInterfaceSetCredentials","features":[100]},{"name":"MprAdminInterfaceSetCredentialsEx","features":[3,100]},{"name":"MprAdminInterfaceSetCustomInfoEx","features":[3,100,17,70]},{"name":"MprAdminInterfaceSetInfo","features":[3,100]},{"name":"MprAdminInterfaceTransportAdd","features":[3,100]},{"name":"MprAdminInterfaceTransportGetInfo","features":[3,100]},{"name":"MprAdminInterfaceTransportRemove","features":[3,100]},{"name":"MprAdminInterfaceTransportSetInfo","features":[3,100]},{"name":"MprAdminInterfaceUpdatePhonebookInfo","features":[3,100]},{"name":"MprAdminInterfaceUpdateRoutes","features":[3,100]},{"name":"MprAdminIsDomainRasServer","features":[3,100]},{"name":"MprAdminIsServiceInitialized","features":[3,100]},{"name":"MprAdminIsServiceRunning","features":[3,100]},{"name":"MprAdminMIBBufferFree","features":[100]},{"name":"MprAdminMIBEntryCreate","features":[100]},{"name":"MprAdminMIBEntryDelete","features":[100]},{"name":"MprAdminMIBEntryGet","features":[100]},{"name":"MprAdminMIBEntryGetFirst","features":[100]},{"name":"MprAdminMIBEntryGetNext","features":[100]},{"name":"MprAdminMIBEntrySet","features":[100]},{"name":"MprAdminMIBServerConnect","features":[100]},{"name":"MprAdminMIBServerDisconnect","features":[100]},{"name":"MprAdminPortClearStats","features":[3,100]},{"name":"MprAdminPortDisconnect","features":[3,100]},{"name":"MprAdminPortEnum","features":[3,100]},{"name":"MprAdminPortGetInfo","features":[3,100]},{"name":"MprAdminPortReset","features":[3,100]},{"name":"MprAdminRegisterConnectionNotification","features":[3,100]},{"name":"MprAdminSendUserMessage","features":[3,100]},{"name":"MprAdminServerConnect","features":[100]},{"name":"MprAdminServerDisconnect","features":[100]},{"name":"MprAdminServerGetCredentials","features":[100]},{"name":"MprAdminServerGetInfo","features":[100]},{"name":"MprAdminServerGetInfoEx","features":[3,100,70]},{"name":"MprAdminServerSetCredentials","features":[100]},{"name":"MprAdminServerSetInfo","features":[100]},{"name":"MprAdminServerSetInfoEx","features":[3,100,70]},{"name":"MprAdminTransportCreate","features":[100]},{"name":"MprAdminTransportGetInfo","features":[100]},{"name":"MprAdminTransportSetInfo","features":[100]},{"name":"MprAdminUpdateConnection","features":[3,100]},{"name":"MprAdminUserGetInfo","features":[100]},{"name":"MprAdminUserSetInfo","features":[100]},{"name":"MprConfigBufferFree","features":[100]},{"name":"MprConfigFilterGetInfo","features":[3,100]},{"name":"MprConfigFilterSetInfo","features":[3,100]},{"name":"MprConfigGetFriendlyName","features":[3,100]},{"name":"MprConfigGetGuidName","features":[3,100]},{"name":"MprConfigInterfaceCreate","features":[3,100]},{"name":"MprConfigInterfaceDelete","features":[3,100]},{"name":"MprConfigInterfaceEnum","features":[3,100]},{"name":"MprConfigInterfaceGetCustomInfoEx","features":[3,100,17,70]},{"name":"MprConfigInterfaceGetHandle","features":[3,100]},{"name":"MprConfigInterfaceGetInfo","features":[3,100]},{"name":"MprConfigInterfaceSetCustomInfoEx","features":[3,100,17,70]},{"name":"MprConfigInterfaceSetInfo","features":[3,100]},{"name":"MprConfigInterfaceTransportAdd","features":[3,100]},{"name":"MprConfigInterfaceTransportEnum","features":[3,100]},{"name":"MprConfigInterfaceTransportGetHandle","features":[3,100]},{"name":"MprConfigInterfaceTransportGetInfo","features":[3,100]},{"name":"MprConfigInterfaceTransportRemove","features":[3,100]},{"name":"MprConfigInterfaceTransportSetInfo","features":[3,100]},{"name":"MprConfigServerBackup","features":[3,100]},{"name":"MprConfigServerConnect","features":[3,100]},{"name":"MprConfigServerDisconnect","features":[3,100]},{"name":"MprConfigServerGetInfo","features":[3,100]},{"name":"MprConfigServerGetInfoEx","features":[3,100,70]},{"name":"MprConfigServerInstall","features":[100]},{"name":"MprConfigServerRefresh","features":[3,100]},{"name":"MprConfigServerRestore","features":[3,100]},{"name":"MprConfigServerSetInfo","features":[100]},{"name":"MprConfigServerSetInfoEx","features":[3,100,70]},{"name":"MprConfigTransportCreate","features":[3,100]},{"name":"MprConfigTransportDelete","features":[3,100]},{"name":"MprConfigTransportEnum","features":[3,100]},{"name":"MprConfigTransportGetHandle","features":[3,100]},{"name":"MprConfigTransportGetInfo","features":[3,100]},{"name":"MprConfigTransportSetInfo","features":[3,100]},{"name":"MprInfoBlockAdd","features":[100]},{"name":"MprInfoBlockFind","features":[100]},{"name":"MprInfoBlockQuerySize","features":[100]},{"name":"MprInfoBlockRemove","features":[100]},{"name":"MprInfoBlockSet","features":[100]},{"name":"MprInfoCreate","features":[100]},{"name":"MprInfoDelete","features":[100]},{"name":"MprInfoDuplicate","features":[100]},{"name":"MprInfoRemoveAll","features":[100]},{"name":"ORASADFUNC","features":[3,100]},{"name":"PENDING","features":[100]},{"name":"PFNRASFREEBUFFER","features":[100]},{"name":"PFNRASGETBUFFER","features":[100]},{"name":"PFNRASRECEIVEBUFFER","features":[3,100]},{"name":"PFNRASRETRIEVEBUFFER","features":[3,100]},{"name":"PFNRASSENDBUFFER","features":[3,100]},{"name":"PFNRASSETCOMMSETTINGS","features":[3,100]},{"name":"PID_ATALK","features":[100]},{"name":"PID_IP","features":[100]},{"name":"PID_IPV6","features":[100]},{"name":"PID_IPX","features":[100]},{"name":"PID_NBF","features":[100]},{"name":"PMGM_CREATION_ALERT_CALLBACK","features":[3,100]},{"name":"PMGM_DISABLE_IGMP_CALLBACK","features":[100]},{"name":"PMGM_ENABLE_IGMP_CALLBACK","features":[100]},{"name":"PMGM_JOIN_ALERT_CALLBACK","features":[3,100]},{"name":"PMGM_LOCAL_JOIN_CALLBACK","features":[100]},{"name":"PMGM_LOCAL_LEAVE_CALLBACK","features":[100]},{"name":"PMGM_PRUNE_ALERT_CALLBACK","features":[3,100]},{"name":"PMGM_RPF_CALLBACK","features":[100]},{"name":"PMGM_WRONG_IF_CALLBACK","features":[100]},{"name":"PMPRADMINACCEPTNEWCONNECTION","features":[3,100]},{"name":"PMPRADMINACCEPTNEWCONNECTION2","features":[3,100]},{"name":"PMPRADMINACCEPTNEWCONNECTION3","features":[3,100]},{"name":"PMPRADMINACCEPTNEWCONNECTIONEX","features":[3,100]},{"name":"PMPRADMINACCEPTNEWLINK","features":[3,100]},{"name":"PMPRADMINACCEPTREAUTHENTICATION","features":[3,100]},{"name":"PMPRADMINACCEPTREAUTHENTICATIONEX","features":[3,100]},{"name":"PMPRADMINACCEPTTUNNELENDPOINTCHANGEEX","features":[3,100]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION","features":[3,100]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION2","features":[3,100]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION3","features":[3,100]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATIONEX","features":[3,100]},{"name":"PMPRADMINGETIPADDRESSFORUSER","features":[3,100]},{"name":"PMPRADMINGETIPV6ADDRESSFORUSER","features":[3,100,17]},{"name":"PMPRADMINLINKHANGUPNOTIFICATION","features":[3,100]},{"name":"PMPRADMINRASVALIDATEPREAUTHENTICATEDCONNECTIONEX","features":[3,100]},{"name":"PMPRADMINRELEASEIPADRESS","features":[100]},{"name":"PMPRADMINRELEASEIPV6ADDRESSFORUSER","features":[100,17]},{"name":"PMPRADMINTERMINATEDLL","features":[100]},{"name":"PPP_ATCP_INFO","features":[100]},{"name":"PPP_CCP_COMPRESSION","features":[100]},{"name":"PPP_CCP_ENCRYPTION128BIT","features":[100]},{"name":"PPP_CCP_ENCRYPTION40BIT","features":[100]},{"name":"PPP_CCP_ENCRYPTION40BITOLD","features":[100]},{"name":"PPP_CCP_ENCRYPTION56BIT","features":[100]},{"name":"PPP_CCP_HISTORYLESS","features":[100]},{"name":"PPP_CCP_INFO","features":[100]},{"name":"PPP_INFO","features":[100]},{"name":"PPP_INFO_2","features":[100]},{"name":"PPP_INFO_3","features":[100]},{"name":"PPP_IPCP_INFO","features":[100]},{"name":"PPP_IPCP_INFO2","features":[100]},{"name":"PPP_IPCP_VJ","features":[100]},{"name":"PPP_IPV6_CP_INFO","features":[100]},{"name":"PPP_IPXCP_INFO","features":[100]},{"name":"PPP_LCP","features":[100]},{"name":"PPP_LCP_3_DES","features":[100]},{"name":"PPP_LCP_ACFC","features":[100]},{"name":"PPP_LCP_AES_128","features":[100]},{"name":"PPP_LCP_AES_192","features":[100]},{"name":"PPP_LCP_AES_256","features":[100]},{"name":"PPP_LCP_CHAP","features":[100]},{"name":"PPP_LCP_CHAP_MD5","features":[100]},{"name":"PPP_LCP_CHAP_MS","features":[100]},{"name":"PPP_LCP_CHAP_MSV2","features":[100]},{"name":"PPP_LCP_DES_56","features":[100]},{"name":"PPP_LCP_EAP","features":[100]},{"name":"PPP_LCP_GCM_AES_128","features":[100]},{"name":"PPP_LCP_GCM_AES_192","features":[100]},{"name":"PPP_LCP_GCM_AES_256","features":[100]},{"name":"PPP_LCP_INFO","features":[100]},{"name":"PPP_LCP_INFO_AUTH_DATA","features":[100]},{"name":"PPP_LCP_MULTILINK_FRAMING","features":[100]},{"name":"PPP_LCP_PAP","features":[100]},{"name":"PPP_LCP_PFC","features":[100]},{"name":"PPP_LCP_SPAP","features":[100]},{"name":"PPP_LCP_SSHF","features":[100]},{"name":"PPP_NBFCP_INFO","features":[100]},{"name":"PPP_PROJECTION_INFO","features":[100]},{"name":"PPP_PROJECTION_INFO2","features":[100]},{"name":"PPTP_CONFIG_PARAMS","features":[100]},{"name":"PROJECTION_INFO","features":[100]},{"name":"PROJECTION_INFO2","features":[100]},{"name":"PROJECTION_INFO_TYPE_IKEv2","features":[100]},{"name":"PROJECTION_INFO_TYPE_PPP","features":[100]},{"name":"RASADFLG_PositionDlg","features":[100]},{"name":"RASADFUNCA","features":[3,100]},{"name":"RASADFUNCW","features":[3,100]},{"name":"RASADPARAMS","features":[3,100]},{"name":"RASADP_ConnectionQueryTimeout","features":[100]},{"name":"RASADP_DisableConnectionQuery","features":[100]},{"name":"RASADP_FailedConnectionTimeout","features":[100]},{"name":"RASADP_LoginSessionDisable","features":[100]},{"name":"RASADP_SavedAddressesLimit","features":[100]},{"name":"RASAMBA","features":[100]},{"name":"RASAMBW","features":[100]},{"name":"RASAPIVERSION","features":[100]},{"name":"RASAPIVERSION_500","features":[100]},{"name":"RASAPIVERSION_501","features":[100]},{"name":"RASAPIVERSION_600","features":[100]},{"name":"RASAPIVERSION_601","features":[100]},{"name":"RASAUTODIALENTRYA","features":[100]},{"name":"RASAUTODIALENTRYW","features":[100]},{"name":"RASBASE","features":[100]},{"name":"RASBASEEND","features":[100]},{"name":"RASCCPCA_MPPC","features":[100]},{"name":"RASCCPCA_STAC","features":[100]},{"name":"RASCCPO_Compression","features":[100]},{"name":"RASCCPO_Encryption128bit","features":[100]},{"name":"RASCCPO_Encryption40bit","features":[100]},{"name":"RASCCPO_Encryption56bit","features":[100]},{"name":"RASCCPO_HistoryLess","features":[100]},{"name":"RASCF_AllUsers","features":[100]},{"name":"RASCF_GlobalCreds","features":[100]},{"name":"RASCF_OwnerKnown","features":[100]},{"name":"RASCF_OwnerMatch","features":[100]},{"name":"RASCM_DDMPreSharedKey","features":[100]},{"name":"RASCM_DefaultCreds","features":[100]},{"name":"RASCM_Domain","features":[100]},{"name":"RASCM_Password","features":[100]},{"name":"RASCM_PreSharedKey","features":[100]},{"name":"RASCM_ServerPreSharedKey","features":[100]},{"name":"RASCM_UserName","features":[100]},{"name":"RASCN_BandwidthAdded","features":[100]},{"name":"RASCN_BandwidthRemoved","features":[100]},{"name":"RASCN_Connection","features":[100]},{"name":"RASCN_Disconnection","features":[100]},{"name":"RASCN_Dormant","features":[100]},{"name":"RASCN_EPDGPacketArrival","features":[100]},{"name":"RASCN_ReConnection","features":[100]},{"name":"RASCOMMSETTINGS","features":[100]},{"name":"RASCONNA","features":[3,100]},{"name":"RASCONNA","features":[3,100]},{"name":"RASCONNSTATE","features":[100]},{"name":"RASCONNSTATUSA","features":[100,17]},{"name":"RASCONNSTATUSW","features":[100,17]},{"name":"RASCONNSUBSTATE","features":[100]},{"name":"RASCONNW","features":[3,100]},{"name":"RASCONNW","features":[3,100]},{"name":"RASCREDENTIALSA","features":[100]},{"name":"RASCREDENTIALSW","features":[100]},{"name":"RASCSS_DONE","features":[100]},{"name":"RASCSS_Dormant","features":[100]},{"name":"RASCSS_None","features":[100]},{"name":"RASCSS_Reconnected","features":[100]},{"name":"RASCSS_Reconnecting","features":[100]},{"name":"RASCS_AllDevicesConnected","features":[100]},{"name":"RASCS_ApplySettings","features":[100]},{"name":"RASCS_AuthAck","features":[100]},{"name":"RASCS_AuthCallback","features":[100]},{"name":"RASCS_AuthChangePassword","features":[100]},{"name":"RASCS_AuthLinkSpeed","features":[100]},{"name":"RASCS_AuthNotify","features":[100]},{"name":"RASCS_AuthProject","features":[100]},{"name":"RASCS_AuthRetry","features":[100]},{"name":"RASCS_Authenticate","features":[100]},{"name":"RASCS_Authenticated","features":[100]},{"name":"RASCS_CallbackComplete","features":[100]},{"name":"RASCS_CallbackSetByCaller","features":[100]},{"name":"RASCS_ConnectDevice","features":[100]},{"name":"RASCS_Connected","features":[100]},{"name":"RASCS_DONE","features":[100]},{"name":"RASCS_DeviceConnected","features":[100]},{"name":"RASCS_Disconnected","features":[100]},{"name":"RASCS_Interactive","features":[100]},{"name":"RASCS_InvokeEapUI","features":[100]},{"name":"RASCS_LogonNetwork","features":[100]},{"name":"RASCS_OpenPort","features":[100]},{"name":"RASCS_PAUSED","features":[100]},{"name":"RASCS_PasswordExpired","features":[100]},{"name":"RASCS_PortOpened","features":[100]},{"name":"RASCS_PrepareForCallback","features":[100]},{"name":"RASCS_Projected","features":[100]},{"name":"RASCS_ReAuthenticate","features":[100]},{"name":"RASCS_RetryAuthentication","features":[100]},{"name":"RASCS_StartAuthentication","features":[100]},{"name":"RASCS_SubEntryConnected","features":[100]},{"name":"RASCS_SubEntryDisconnected","features":[100]},{"name":"RASCS_WaitForCallback","features":[100]},{"name":"RASCS_WaitForModemReset","features":[100]},{"name":"RASCTRYINFO","features":[100]},{"name":"RASCUSTOMSCRIPTEXTENSIONS","features":[3,100]},{"name":"RASDDFLAG_AoacRedial","features":[100]},{"name":"RASDDFLAG_LinkFailure","features":[100]},{"name":"RASDDFLAG_NoPrompt","features":[100]},{"name":"RASDDFLAG_PositionDlg","features":[100]},{"name":"RASDEVINFOA","features":[100]},{"name":"RASDEVINFOW","features":[100]},{"name":"RASDEVSPECIFICINFO","features":[100]},{"name":"RASDEVSPECIFICINFO","features":[100]},{"name":"RASDIALDLG","features":[3,100]},{"name":"RASDIALEVENT","features":[100]},{"name":"RASDIALEXTENSIONS","features":[3,100]},{"name":"RASDIALFUNC","features":[100]},{"name":"RASDIALFUNC1","features":[100]},{"name":"RASDIALFUNC2","features":[100]},{"name":"RASDIALPARAMSA","features":[100]},{"name":"RASDIALPARAMSA","features":[100]},{"name":"RASDIALPARAMSW","features":[100]},{"name":"RASDIALPARAMSW","features":[100]},{"name":"RASDT_Atm","features":[100]},{"name":"RASDT_FrameRelay","features":[100]},{"name":"RASDT_Generic","features":[100]},{"name":"RASDT_Irda","features":[100]},{"name":"RASDT_Isdn","features":[100]},{"name":"RASDT_Modem","features":[100]},{"name":"RASDT_PPPoE","features":[100]},{"name":"RASDT_Pad","features":[100]},{"name":"RASDT_Parallel","features":[100]},{"name":"RASDT_SW56","features":[100]},{"name":"RASDT_Serial","features":[100]},{"name":"RASDT_Sonet","features":[100]},{"name":"RASDT_Vpn","features":[100]},{"name":"RASDT_X25","features":[100]},{"name":"RASEAPF_Logon","features":[100]},{"name":"RASEAPF_NonInteractive","features":[100]},{"name":"RASEAPF_Preview","features":[100]},{"name":"RASEAPINFO","features":[100]},{"name":"RASEAPUSERIDENTITYA","features":[100]},{"name":"RASEAPUSERIDENTITYW","features":[100]},{"name":"RASEDFLAG_CloneEntry","features":[100]},{"name":"RASEDFLAG_IncomingConnection","features":[100]},{"name":"RASEDFLAG_InternetEntry","features":[100]},{"name":"RASEDFLAG_NAT","features":[100]},{"name":"RASEDFLAG_NewBroadbandEntry","features":[100]},{"name":"RASEDFLAG_NewDirectEntry","features":[100]},{"name":"RASEDFLAG_NewEntry","features":[100]},{"name":"RASEDFLAG_NewPhoneEntry","features":[100]},{"name":"RASEDFLAG_NewTunnelEntry","features":[100]},{"name":"RASEDFLAG_NoRename","features":[100]},{"name":"RASEDFLAG_PositionDlg","features":[100]},{"name":"RASEDFLAG_ShellOwned","features":[100]},{"name":"RASEDM_DialAll","features":[100]},{"name":"RASEDM_DialAsNeeded","features":[100]},{"name":"RASENTRYA","features":[3,100,17]},{"name":"RASENTRYDLGA","features":[3,100]},{"name":"RASENTRYDLGA","features":[3,100]},{"name":"RASENTRYDLGW","features":[3,100]},{"name":"RASENTRYDLGW","features":[3,100]},{"name":"RASENTRYNAMEA","features":[100]},{"name":"RASENTRYNAMEW","features":[100]},{"name":"RASENTRYW","features":[3,100,17]},{"name":"RASENTRY_DIAL_MODE","features":[100]},{"name":"RASEO2_AuthTypeIsOtp","features":[100]},{"name":"RASEO2_AutoTriggerCapable","features":[100]},{"name":"RASEO2_CacheCredentials","features":[100]},{"name":"RASEO2_DisableClassBasedStaticRoute","features":[100]},{"name":"RASEO2_DisableIKENameEkuCheck","features":[100]},{"name":"RASEO2_DisableMobility","features":[100]},{"name":"RASEO2_DisableNbtOverIP","features":[100]},{"name":"RASEO2_DontNegotiateMultilink","features":[100]},{"name":"RASEO2_DontUseRasCredentials","features":[100]},{"name":"RASEO2_IPv4ExplicitMetric","features":[100]},{"name":"RASEO2_IPv6ExplicitMetric","features":[100]},{"name":"RASEO2_IPv6RemoteDefaultGateway","features":[100]},{"name":"RASEO2_IPv6SpecificNameServers","features":[100]},{"name":"RASEO2_Internet","features":[100]},{"name":"RASEO2_IsAlwaysOn","features":[100]},{"name":"RASEO2_IsPrivateNetwork","features":[100]},{"name":"RASEO2_IsThirdPartyProfile","features":[100]},{"name":"RASEO2_PlumbIKEv2TSAsRoutes","features":[100]},{"name":"RASEO2_ReconnectIfDropped","features":[100]},{"name":"RASEO2_RegisterIpWithDNS","features":[100]},{"name":"RASEO2_RequireMachineCertificates","features":[100]},{"name":"RASEO2_SecureClientForMSNet","features":[100]},{"name":"RASEO2_SecureFileAndPrint","features":[100]},{"name":"RASEO2_SecureRoutingCompartment","features":[100]},{"name":"RASEO2_SharePhoneNumbers","features":[100]},{"name":"RASEO2_SpecificIPv6Addr","features":[100]},{"name":"RASEO2_UseDNSSuffixForRegistration","features":[100]},{"name":"RASEO2_UseGlobalDeviceSettings","features":[100]},{"name":"RASEO2_UsePreSharedKey","features":[100]},{"name":"RASEO2_UsePreSharedKeyForIkev2Initiator","features":[100]},{"name":"RASEO2_UsePreSharedKeyForIkev2Responder","features":[100]},{"name":"RASEO2_UseTypicalSettings","features":[100]},{"name":"RASEO_Custom","features":[100]},{"name":"RASEO_CustomScript","features":[100]},{"name":"RASEO_DisableLcpExtensions","features":[100]},{"name":"RASEO_IpHeaderCompression","features":[100]},{"name":"RASEO_ModemLights","features":[100]},{"name":"RASEO_NetworkLogon","features":[100]},{"name":"RASEO_PreviewDomain","features":[100]},{"name":"RASEO_PreviewPhoneNumber","features":[100]},{"name":"RASEO_PreviewUserPw","features":[100]},{"name":"RASEO_PromoteAlternates","features":[100]},{"name":"RASEO_RemoteDefaultGateway","features":[100]},{"name":"RASEO_RequireCHAP","features":[100]},{"name":"RASEO_RequireDataEncryption","features":[100]},{"name":"RASEO_RequireEAP","features":[100]},{"name":"RASEO_RequireEncryptedPw","features":[100]},{"name":"RASEO_RequireMsCHAP","features":[100]},{"name":"RASEO_RequireMsCHAP2","features":[100]},{"name":"RASEO_RequireMsEncryptedPw","features":[100]},{"name":"RASEO_RequirePAP","features":[100]},{"name":"RASEO_RequireSPAP","features":[100]},{"name":"RASEO_RequireW95MSCHAP","features":[100]},{"name":"RASEO_SecureLocalFiles","features":[100]},{"name":"RASEO_SharedPhoneNumbers","features":[100]},{"name":"RASEO_ShowDialingProgress","features":[100]},{"name":"RASEO_SpecificIpAddr","features":[100]},{"name":"RASEO_SpecificNameServers","features":[100]},{"name":"RASEO_SwCompression","features":[100]},{"name":"RASEO_TerminalAfterDial","features":[100]},{"name":"RASEO_TerminalBeforeDial","features":[100]},{"name":"RASEO_UseCountryAndAreaCodes","features":[100]},{"name":"RASEO_UseLogonCredentials","features":[100]},{"name":"RASET_Broadband","features":[100]},{"name":"RASET_Direct","features":[100]},{"name":"RASET_Internet","features":[100]},{"name":"RASET_Phone","features":[100]},{"name":"RASET_Vpn","features":[100]},{"name":"RASFP_Ppp","features":[100]},{"name":"RASFP_Ras","features":[100]},{"name":"RASFP_Slip","features":[100]},{"name":"RASIDS_Disabled","features":[100]},{"name":"RASIDS_UseGlobalValue","features":[100]},{"name":"RASIKEV2_PROJECTION_INFO","features":[100,17]},{"name":"RASIKEV2_PROJECTION_INFO","features":[100,17]},{"name":"RASIKEV_PROJECTION_INFO_FLAGS","features":[100]},{"name":"RASIKEv2_AUTH_EAP","features":[100]},{"name":"RASIKEv2_AUTH_MACHINECERTIFICATES","features":[100]},{"name":"RASIKEv2_AUTH_PSK","features":[100]},{"name":"RASIKEv2_FLAGS_BEHIND_NAT","features":[100]},{"name":"RASIKEv2_FLAGS_MOBIKESUPPORTED","features":[100]},{"name":"RASIKEv2_FLAGS_SERVERBEHIND_NAT","features":[100]},{"name":"RASIPADDR","features":[100]},{"name":"RASIPO_VJ","features":[100]},{"name":"RASIPXW","features":[100]},{"name":"RASLCPAD_CHAP_MD5","features":[100]},{"name":"RASLCPAD_CHAP_MS","features":[100]},{"name":"RASLCPAD_CHAP_MSV2","features":[100]},{"name":"RASLCPAP_CHAP","features":[100]},{"name":"RASLCPAP_EAP","features":[100]},{"name":"RASLCPAP_PAP","features":[100]},{"name":"RASLCPAP_SPAP","features":[100]},{"name":"RASLCPO_3_DES","features":[100]},{"name":"RASLCPO_ACFC","features":[100]},{"name":"RASLCPO_AES_128","features":[100]},{"name":"RASLCPO_AES_192","features":[100]},{"name":"RASLCPO_AES_256","features":[100]},{"name":"RASLCPO_DES_56","features":[100]},{"name":"RASLCPO_GCM_AES_128","features":[100]},{"name":"RASLCPO_GCM_AES_192","features":[100]},{"name":"RASLCPO_GCM_AES_256","features":[100]},{"name":"RASLCPO_PFC","features":[100]},{"name":"RASLCPO_SSHF","features":[100]},{"name":"RASNAP_ProbationTime","features":[100]},{"name":"RASNOUSERA","features":[100]},{"name":"RASNOUSERW","features":[100]},{"name":"RASNOUSER_SmartCard","features":[100]},{"name":"RASNP_Ip","features":[100]},{"name":"RASNP_Ipv6","features":[100]},{"name":"RASNP_Ipx","features":[100]},{"name":"RASNP_NetBEUI","features":[100]},{"name":"RASPBDEVENT_AddEntry","features":[100]},{"name":"RASPBDEVENT_DialEntry","features":[100]},{"name":"RASPBDEVENT_EditEntry","features":[100]},{"name":"RASPBDEVENT_EditGlobals","features":[100]},{"name":"RASPBDEVENT_NoUser","features":[100]},{"name":"RASPBDEVENT_NoUserEdit","features":[100]},{"name":"RASPBDEVENT_RemoveEntry","features":[100]},{"name":"RASPBDFLAG_ForceCloseOnDial","features":[100]},{"name":"RASPBDFLAG_NoUser","features":[100]},{"name":"RASPBDFLAG_PositionDlg","features":[100]},{"name":"RASPBDFLAG_UpdateDefaults","features":[100]},{"name":"RASPBDLGA","features":[3,100]},{"name":"RASPBDLGA","features":[3,100]},{"name":"RASPBDLGFUNCA","features":[100]},{"name":"RASPBDLGFUNCW","features":[100]},{"name":"RASPBDLGW","features":[3,100]},{"name":"RASPBDLGW","features":[3,100]},{"name":"RASPPPCCP","features":[100]},{"name":"RASPPPIPA","features":[100]},{"name":"RASPPPIPV6","features":[100]},{"name":"RASPPPIPW","features":[100]},{"name":"RASPPPIPXA","features":[100]},{"name":"RASPPPLCPA","features":[3,100]},{"name":"RASPPPLCPW","features":[3,100]},{"name":"RASPPPNBFA","features":[100]},{"name":"RASPPPNBFW","features":[100]},{"name":"RASPPP_PROJECTION_INFO","features":[3,100,17]},{"name":"RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA","features":[100]},{"name":"RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL","features":[100]},{"name":"RASPRIV2_DialinPolicy","features":[100]},{"name":"RASPRIV_AdminSetCallback","features":[100]},{"name":"RASPRIV_CallerSetCallback","features":[100]},{"name":"RASPRIV_DialinPrivilege","features":[100]},{"name":"RASPRIV_NoCallback","features":[100]},{"name":"RASPROJECTION","features":[100]},{"name":"RASPROJECTION_INFO_TYPE","features":[100]},{"name":"RASP_Amb","features":[100]},{"name":"RASP_PppCcp","features":[100]},{"name":"RASP_PppIp","features":[100]},{"name":"RASP_PppIpv6","features":[100]},{"name":"RASP_PppIpx","features":[100]},{"name":"RASP_PppLcp","features":[100]},{"name":"RASP_PppNbf","features":[100]},{"name":"RASSECURITYPROC","features":[100]},{"name":"RASSUBENTRYA","features":[100]},{"name":"RASSUBENTRYW","features":[100]},{"name":"RASTUNNELENDPOINT","features":[100,17]},{"name":"RASTUNNELENDPOINT_IPv4","features":[100]},{"name":"RASTUNNELENDPOINT_IPv6","features":[100]},{"name":"RASTUNNELENDPOINT_UNKNOWN","features":[100]},{"name":"RASUPDATECONN","features":[100,17]},{"name":"RAS_CONNECTION_0","features":[3,100]},{"name":"RAS_CONNECTION_1","features":[3,100]},{"name":"RAS_CONNECTION_2","features":[3,100]},{"name":"RAS_CONNECTION_3","features":[3,100]},{"name":"RAS_CONNECTION_4","features":[3,100]},{"name":"RAS_CONNECTION_EX","features":[3,100]},{"name":"RAS_FLAGS","features":[100]},{"name":"RAS_FLAGS_ARAP_CONNECTION","features":[100]},{"name":"RAS_FLAGS_DORMANT","features":[100]},{"name":"RAS_FLAGS_IKEV2_CONNECTION","features":[100]},{"name":"RAS_FLAGS_MESSENGER_PRESENT","features":[100]},{"name":"RAS_FLAGS_PPP_CONNECTION","features":[100]},{"name":"RAS_FLAGS_QUARANTINE_PRESENT","features":[100]},{"name":"RAS_FLAGS_RAS_CONNECTION","features":[100]},{"name":"RAS_HARDWARE_CONDITION","features":[100]},{"name":"RAS_HARDWARE_FAILURE","features":[100]},{"name":"RAS_HARDWARE_OPERATIONAL","features":[100]},{"name":"RAS_MaxAreaCode","features":[100]},{"name":"RAS_MaxCallbackNumber","features":[100]},{"name":"RAS_MaxDeviceName","features":[100]},{"name":"RAS_MaxDeviceType","features":[100]},{"name":"RAS_MaxDnsSuffix","features":[100]},{"name":"RAS_MaxEntryName","features":[100]},{"name":"RAS_MaxFacilities","features":[100]},{"name":"RAS_MaxIDSize","features":[100]},{"name":"RAS_MaxIpAddress","features":[100]},{"name":"RAS_MaxIpxAddress","features":[100]},{"name":"RAS_MaxPadType","features":[100]},{"name":"RAS_MaxPhoneNumber","features":[100]},{"name":"RAS_MaxReplyMessage","features":[100]},{"name":"RAS_MaxUserData","features":[100]},{"name":"RAS_MaxX25Address","features":[100]},{"name":"RAS_PORT_0","features":[3,100]},{"name":"RAS_PORT_1","features":[3,100]},{"name":"RAS_PORT_2","features":[3,100]},{"name":"RAS_PORT_AUTHENTICATED","features":[100]},{"name":"RAS_PORT_AUTHENTICATING","features":[100]},{"name":"RAS_PORT_CALLING_BACK","features":[100]},{"name":"RAS_PORT_CONDITION","features":[100]},{"name":"RAS_PORT_DISCONNECTED","features":[100]},{"name":"RAS_PORT_INITIALIZING","features":[100]},{"name":"RAS_PORT_LISTENING","features":[100]},{"name":"RAS_PORT_NON_OPERATIONAL","features":[100]},{"name":"RAS_PROJECTION_INFO","features":[3,100,17]},{"name":"RAS_QUARANTINE_STATE","features":[100]},{"name":"RAS_QUAR_STATE_NORMAL","features":[100]},{"name":"RAS_QUAR_STATE_NOT_CAPABLE","features":[100]},{"name":"RAS_QUAR_STATE_PROBATION","features":[100]},{"name":"RAS_QUAR_STATE_QUARANTINE","features":[100]},{"name":"RAS_SECURITY_INFO","features":[100]},{"name":"RAS_STATS","features":[100]},{"name":"RAS_UPDATE_CONNECTION","features":[100]},{"name":"RAS_USER_0","features":[100]},{"name":"RAS_USER_1","features":[100]},{"name":"RCD_AllUsers","features":[100]},{"name":"RCD_Eap","features":[100]},{"name":"RCD_Logon","features":[100]},{"name":"RCD_SingleUser","features":[100]},{"name":"RDEOPT_CustomDial","features":[100]},{"name":"RDEOPT_DisableConnectedUI","features":[100]},{"name":"RDEOPT_DisableReconnect","features":[100]},{"name":"RDEOPT_DisableReconnectUI","features":[100]},{"name":"RDEOPT_EapInfoCryptInCapable","features":[100]},{"name":"RDEOPT_IgnoreModemSpeaker","features":[100]},{"name":"RDEOPT_IgnoreSoftwareCompression","features":[100]},{"name":"RDEOPT_InvokeAutoTriggerCredentialUI","features":[100]},{"name":"RDEOPT_NoUser","features":[100]},{"name":"RDEOPT_PauseOnScript","features":[100]},{"name":"RDEOPT_PausedStates","features":[100]},{"name":"RDEOPT_Router","features":[100]},{"name":"RDEOPT_SetModemSpeaker","features":[100]},{"name":"RDEOPT_SetSoftwareCompression","features":[100]},{"name":"RDEOPT_UseCustomScripting","features":[100]},{"name":"RDEOPT_UsePrefixSuffix","features":[100]},{"name":"REN_AllUsers","features":[100]},{"name":"REN_User","features":[100]},{"name":"ROUTER_CONNECTION_STATE","features":[100]},{"name":"ROUTER_CUSTOM_IKEv2_POLICY0","features":[100]},{"name":"ROUTER_IF_STATE_CONNECTED","features":[100]},{"name":"ROUTER_IF_STATE_CONNECTING","features":[100]},{"name":"ROUTER_IF_STATE_DISCONNECTED","features":[100]},{"name":"ROUTER_IF_STATE_UNREACHABLE","features":[100]},{"name":"ROUTER_IF_TYPE_CLIENT","features":[100]},{"name":"ROUTER_IF_TYPE_DEDICATED","features":[100]},{"name":"ROUTER_IF_TYPE_DIALOUT","features":[100]},{"name":"ROUTER_IF_TYPE_FULL_ROUTER","features":[100]},{"name":"ROUTER_IF_TYPE_HOME_ROUTER","features":[100]},{"name":"ROUTER_IF_TYPE_INTERNAL","features":[100]},{"name":"ROUTER_IF_TYPE_LOOPBACK","features":[100]},{"name":"ROUTER_IF_TYPE_MAX","features":[100]},{"name":"ROUTER_IF_TYPE_TUNNEL1","features":[100]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG0","features":[100,70]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG1","features":[100,70]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG2","features":[100,17,70]},{"name":"ROUTER_INTERFACE_TYPE","features":[100]},{"name":"ROUTING_PROTOCOL_CONFIG","features":[3,100]},{"name":"RRAS_SERVICE_NAME","features":[100]},{"name":"RTM_BLOCK_METHODS","features":[100]},{"name":"RTM_CHANGE_NOTIFICATION","features":[100]},{"name":"RTM_CHANGE_TYPE_ALL","features":[100]},{"name":"RTM_CHANGE_TYPE_BEST","features":[100]},{"name":"RTM_CHANGE_TYPE_FORWARDING","features":[100]},{"name":"RTM_DEST_FLAG_DONT_FORWARD","features":[100]},{"name":"RTM_DEST_FLAG_FWD_ENGIN_ADD","features":[100]},{"name":"RTM_DEST_FLAG_NATURAL_NET","features":[100]},{"name":"RTM_DEST_INFO","features":[3,100]},{"name":"RTM_ENTITY_DEREGISTERED","features":[100]},{"name":"RTM_ENTITY_EXPORT_METHOD","features":[100]},{"name":"RTM_ENTITY_EXPORT_METHODS","features":[100]},{"name":"RTM_ENTITY_ID","features":[100]},{"name":"RTM_ENTITY_INFO","features":[100]},{"name":"RTM_ENTITY_METHOD_INPUT","features":[100]},{"name":"RTM_ENTITY_METHOD_OUTPUT","features":[100]},{"name":"RTM_ENTITY_REGISTERED","features":[100]},{"name":"RTM_ENUM_ALL_DESTS","features":[100]},{"name":"RTM_ENUM_ALL_ROUTES","features":[100]},{"name":"RTM_ENUM_NEXT","features":[100]},{"name":"RTM_ENUM_OWN_DESTS","features":[100]},{"name":"RTM_ENUM_OWN_ROUTES","features":[100]},{"name":"RTM_ENUM_RANGE","features":[100]},{"name":"RTM_ENUM_START","features":[100]},{"name":"RTM_EVENT_CALLBACK","features":[100]},{"name":"RTM_EVENT_TYPE","features":[100]},{"name":"RTM_MATCH_FULL","features":[100]},{"name":"RTM_MATCH_INTERFACE","features":[100]},{"name":"RTM_MATCH_NEIGHBOUR","features":[100]},{"name":"RTM_MATCH_NEXTHOP","features":[100]},{"name":"RTM_MATCH_NONE","features":[100]},{"name":"RTM_MATCH_OWNER","features":[100]},{"name":"RTM_MATCH_PREF","features":[100]},{"name":"RTM_MAX_ADDRESS_SIZE","features":[100]},{"name":"RTM_MAX_VIEWS","features":[100]},{"name":"RTM_NET_ADDRESS","features":[100]},{"name":"RTM_NEXTHOP_CHANGE_NEW","features":[100]},{"name":"RTM_NEXTHOP_FLAGS_DOWN","features":[100]},{"name":"RTM_NEXTHOP_FLAGS_REMOTE","features":[100]},{"name":"RTM_NEXTHOP_INFO","features":[100]},{"name":"RTM_NEXTHOP_LIST","features":[100]},{"name":"RTM_NEXTHOP_STATE_CREATED","features":[100]},{"name":"RTM_NEXTHOP_STATE_DELETED","features":[100]},{"name":"RTM_NOTIFY_ONLY_MARKED_DESTS","features":[100]},{"name":"RTM_NUM_CHANGE_TYPES","features":[100]},{"name":"RTM_PREF_INFO","features":[100]},{"name":"RTM_REGN_PROFILE","features":[100]},{"name":"RTM_RESUME_METHODS","features":[100]},{"name":"RTM_ROUTE_CHANGE_BEST","features":[100]},{"name":"RTM_ROUTE_CHANGE_FIRST","features":[100]},{"name":"RTM_ROUTE_CHANGE_NEW","features":[100]},{"name":"RTM_ROUTE_EXPIRED","features":[100]},{"name":"RTM_ROUTE_FLAGS_BLACKHOLE","features":[100]},{"name":"RTM_ROUTE_FLAGS_DISCARD","features":[100]},{"name":"RTM_ROUTE_FLAGS_INACTIVE","features":[100]},{"name":"RTM_ROUTE_FLAGS_LIMITED_BC","features":[100]},{"name":"RTM_ROUTE_FLAGS_LOCAL","features":[100]},{"name":"RTM_ROUTE_FLAGS_LOCAL_MCAST","features":[100]},{"name":"RTM_ROUTE_FLAGS_LOOPBACK","features":[100]},{"name":"RTM_ROUTE_FLAGS_MARTIAN","features":[100]},{"name":"RTM_ROUTE_FLAGS_MCAST","features":[100]},{"name":"RTM_ROUTE_FLAGS_MYSELF","features":[100]},{"name":"RTM_ROUTE_FLAGS_ONES_NETBC","features":[100]},{"name":"RTM_ROUTE_FLAGS_ONES_SUBNETBC","features":[100]},{"name":"RTM_ROUTE_FLAGS_REMOTE","features":[100]},{"name":"RTM_ROUTE_FLAGS_ZEROS_NETBC","features":[100]},{"name":"RTM_ROUTE_FLAGS_ZEROS_SUBNETBC","features":[100]},{"name":"RTM_ROUTE_INFO","features":[100]},{"name":"RTM_ROUTE_STATE_CREATED","features":[100]},{"name":"RTM_ROUTE_STATE_DELETED","features":[100]},{"name":"RTM_ROUTE_STATE_DELETING","features":[100]},{"name":"RTM_VIEW_ID_MCAST","features":[100]},{"name":"RTM_VIEW_ID_UCAST","features":[100]},{"name":"RTM_VIEW_MASK_ALL","features":[100]},{"name":"RTM_VIEW_MASK_ANY","features":[100]},{"name":"RTM_VIEW_MASK_MCAST","features":[100]},{"name":"RTM_VIEW_MASK_NONE","features":[100]},{"name":"RTM_VIEW_MASK_SIZE","features":[100]},{"name":"RTM_VIEW_MASK_UCAST","features":[100]},{"name":"RasClearConnectionStatistics","features":[100]},{"name":"RasClearLinkStatistics","features":[100]},{"name":"RasConnectionNotificationA","features":[3,100]},{"name":"RasConnectionNotificationW","features":[3,100]},{"name":"RasCreatePhonebookEntryA","features":[3,100]},{"name":"RasCreatePhonebookEntryW","features":[3,100]},{"name":"RasCustomDeleteEntryNotifyFn","features":[100]},{"name":"RasCustomDialDlgFn","features":[3,100]},{"name":"RasCustomDialFn","features":[3,100]},{"name":"RasCustomEntryDlgFn","features":[3,100]},{"name":"RasCustomHangUpFn","features":[100]},{"name":"RasCustomScriptExecuteFn","features":[3,100]},{"name":"RasDeleteEntryA","features":[100]},{"name":"RasDeleteEntryW","features":[100]},{"name":"RasDeleteSubEntryA","features":[100]},{"name":"RasDeleteSubEntryW","features":[100]},{"name":"RasDialA","features":[3,100]},{"name":"RasDialDlgA","features":[3,100]},{"name":"RasDialDlgW","features":[3,100]},{"name":"RasDialW","features":[3,100]},{"name":"RasEditPhonebookEntryA","features":[3,100]},{"name":"RasEditPhonebookEntryW","features":[3,100]},{"name":"RasEntryDlgA","features":[3,100]},{"name":"RasEntryDlgW","features":[3,100]},{"name":"RasEnumAutodialAddressesA","features":[100]},{"name":"RasEnumAutodialAddressesW","features":[100]},{"name":"RasEnumConnectionsA","features":[3,100]},{"name":"RasEnumConnectionsW","features":[3,100]},{"name":"RasEnumDevicesA","features":[100]},{"name":"RasEnumDevicesW","features":[100]},{"name":"RasEnumEntriesA","features":[100]},{"name":"RasEnumEntriesW","features":[100]},{"name":"RasFreeEapUserIdentityA","features":[100]},{"name":"RasFreeEapUserIdentityW","features":[100]},{"name":"RasGetAutodialAddressA","features":[100]},{"name":"RasGetAutodialAddressW","features":[100]},{"name":"RasGetAutodialEnableA","features":[3,100]},{"name":"RasGetAutodialEnableW","features":[3,100]},{"name":"RasGetAutodialParamA","features":[100]},{"name":"RasGetAutodialParamW","features":[100]},{"name":"RasGetConnectStatusA","features":[100,17]},{"name":"RasGetConnectStatusW","features":[100,17]},{"name":"RasGetConnectionStatistics","features":[100]},{"name":"RasGetCountryInfoA","features":[100]},{"name":"RasGetCountryInfoW","features":[100]},{"name":"RasGetCredentialsA","features":[100]},{"name":"RasGetCredentialsW","features":[100]},{"name":"RasGetCustomAuthDataA","features":[100]},{"name":"RasGetCustomAuthDataW","features":[100]},{"name":"RasGetEapUserDataA","features":[3,100]},{"name":"RasGetEapUserDataW","features":[3,100]},{"name":"RasGetEapUserIdentityA","features":[3,100]},{"name":"RasGetEapUserIdentityW","features":[3,100]},{"name":"RasGetEntryDialParamsA","features":[3,100]},{"name":"RasGetEntryDialParamsW","features":[3,100]},{"name":"RasGetEntryPropertiesA","features":[3,100,17]},{"name":"RasGetEntryPropertiesW","features":[3,100,17]},{"name":"RasGetErrorStringA","features":[100]},{"name":"RasGetErrorStringW","features":[100]},{"name":"RasGetLinkStatistics","features":[100]},{"name":"RasGetPCscf","features":[100]},{"name":"RasGetProjectionInfoA","features":[100]},{"name":"RasGetProjectionInfoEx","features":[3,100,17]},{"name":"RasGetProjectionInfoW","features":[100]},{"name":"RasGetSubEntryHandleA","features":[100]},{"name":"RasGetSubEntryHandleW","features":[100]},{"name":"RasGetSubEntryPropertiesA","features":[100]},{"name":"RasGetSubEntryPropertiesW","features":[100]},{"name":"RasHangUpA","features":[100]},{"name":"RasHangUpW","features":[100]},{"name":"RasInvokeEapUI","features":[3,100]},{"name":"RasPhonebookDlgA","features":[3,100]},{"name":"RasPhonebookDlgW","features":[3,100]},{"name":"RasRenameEntryA","features":[100]},{"name":"RasRenameEntryW","features":[100]},{"name":"RasSetAutodialAddressA","features":[100]},{"name":"RasSetAutodialAddressW","features":[100]},{"name":"RasSetAutodialEnableA","features":[3,100]},{"name":"RasSetAutodialEnableW","features":[3,100]},{"name":"RasSetAutodialParamA","features":[100]},{"name":"RasSetAutodialParamW","features":[100]},{"name":"RasSetCredentialsA","features":[3,100]},{"name":"RasSetCredentialsW","features":[3,100]},{"name":"RasSetCustomAuthDataA","features":[100]},{"name":"RasSetCustomAuthDataW","features":[100]},{"name":"RasSetEapUserDataA","features":[3,100]},{"name":"RasSetEapUserDataW","features":[3,100]},{"name":"RasSetEntryDialParamsA","features":[3,100]},{"name":"RasSetEntryDialParamsW","features":[3,100]},{"name":"RasSetEntryPropertiesA","features":[3,100,17]},{"name":"RasSetEntryPropertiesW","features":[3,100,17]},{"name":"RasSetSubEntryPropertiesA","features":[100]},{"name":"RasSetSubEntryPropertiesW","features":[100]},{"name":"RasUpdateConnection","features":[100,17]},{"name":"RasValidateEntryNameA","features":[100]},{"name":"RasValidateEntryNameW","features":[100]},{"name":"RtmAddNextHop","features":[100]},{"name":"RtmAddRouteToDest","features":[100]},{"name":"RtmBlockMethods","features":[3,100]},{"name":"RtmConvertIpv6AddressAndLengthToNetAddress","features":[100,17]},{"name":"RtmConvertNetAddressToIpv6AddressAndLength","features":[100,17]},{"name":"RtmCreateDestEnum","features":[100]},{"name":"RtmCreateNextHopEnum","features":[100]},{"name":"RtmCreateRouteEnum","features":[100]},{"name":"RtmCreateRouteList","features":[100]},{"name":"RtmCreateRouteListEnum","features":[100]},{"name":"RtmDeleteEnumHandle","features":[100]},{"name":"RtmDeleteNextHop","features":[100]},{"name":"RtmDeleteRouteList","features":[100]},{"name":"RtmDeleteRouteToDest","features":[100]},{"name":"RtmDeregisterEntity","features":[100]},{"name":"RtmDeregisterFromChangeNotification","features":[100]},{"name":"RtmFindNextHop","features":[100]},{"name":"RtmGetChangeStatus","features":[3,100]},{"name":"RtmGetChangedDests","features":[3,100]},{"name":"RtmGetDestInfo","features":[3,100]},{"name":"RtmGetEntityInfo","features":[100]},{"name":"RtmGetEntityMethods","features":[100]},{"name":"RtmGetEnumDests","features":[3,100]},{"name":"RtmGetEnumNextHops","features":[100]},{"name":"RtmGetEnumRoutes","features":[100]},{"name":"RtmGetExactMatchDestination","features":[3,100]},{"name":"RtmGetExactMatchRoute","features":[100]},{"name":"RtmGetLessSpecificDestination","features":[3,100]},{"name":"RtmGetListEnumRoutes","features":[100]},{"name":"RtmGetMostSpecificDestination","features":[3,100]},{"name":"RtmGetNextHopInfo","features":[100]},{"name":"RtmGetNextHopPointer","features":[100]},{"name":"RtmGetOpaqueInformationPointer","features":[100]},{"name":"RtmGetRegisteredEntities","features":[100]},{"name":"RtmGetRouteInfo","features":[100]},{"name":"RtmGetRoutePointer","features":[100]},{"name":"RtmHoldDestination","features":[100]},{"name":"RtmIgnoreChangedDests","features":[100]},{"name":"RtmInsertInRouteList","features":[100]},{"name":"RtmInvokeMethod","features":[100]},{"name":"RtmIsBestRoute","features":[100]},{"name":"RtmIsMarkedForChangeNotification","features":[3,100]},{"name":"RtmLockDestination","features":[3,100]},{"name":"RtmLockNextHop","features":[3,100]},{"name":"RtmLockRoute","features":[3,100]},{"name":"RtmMarkDestForChangeNotification","features":[3,100]},{"name":"RtmReferenceHandles","features":[3,100]},{"name":"RtmRegisterEntity","features":[3,100]},{"name":"RtmRegisterForChangeNotification","features":[100]},{"name":"RtmReleaseChangedDests","features":[3,100]},{"name":"RtmReleaseDestInfo","features":[3,100]},{"name":"RtmReleaseDests","features":[3,100]},{"name":"RtmReleaseEntities","features":[100]},{"name":"RtmReleaseEntityInfo","features":[100]},{"name":"RtmReleaseNextHopInfo","features":[100]},{"name":"RtmReleaseNextHops","features":[100]},{"name":"RtmReleaseRouteInfo","features":[100]},{"name":"RtmReleaseRoutes","features":[100]},{"name":"RtmUpdateAndUnlockRoute","features":[100]},{"name":"SECURITYMSG_ERROR","features":[100]},{"name":"SECURITYMSG_FAILURE","features":[100]},{"name":"SECURITYMSG_SUCCESS","features":[100]},{"name":"SECURITY_MESSAGE","features":[100]},{"name":"SECURITY_MESSAGE_MSG_ID","features":[100]},{"name":"SOURCE_GROUP_ENTRY","features":[100]},{"name":"SSTP_CERT_INFO","features":[3,100,70]},{"name":"SSTP_CONFIG_PARAMS","features":[3,100,70]},{"name":"VPN_TS_IP_ADDRESS","features":[100,17]},{"name":"VS_Default","features":[100]},{"name":"VS_GREOnly","features":[100]},{"name":"VS_Ikev2First","features":[100]},{"name":"VS_Ikev2Only","features":[100]},{"name":"VS_Ikev2Sstp","features":[100]},{"name":"VS_L2tpFirst","features":[100]},{"name":"VS_L2tpOnly","features":[100]},{"name":"VS_L2tpSstp","features":[100]},{"name":"VS_PptpFirst","features":[100]},{"name":"VS_PptpOnly","features":[100]},{"name":"VS_PptpSstp","features":[100]},{"name":"VS_ProtocolList","features":[100]},{"name":"VS_SstpFirst","features":[100]},{"name":"VS_SstpOnly","features":[100]},{"name":"WARNING_MSG_ALIAS_NOT_ADDED","features":[100]},{"name":"WM_RASDIALEVENT","features":[100]}],"461":[{"name":"ASN_APPLICATION","features":[101]},{"name":"ASN_CONSTRUCTOR","features":[101]},{"name":"ASN_CONTEXT","features":[101]},{"name":"ASN_CONTEXTSPECIFIC","features":[101]},{"name":"ASN_PRIMATIVE","features":[101]},{"name":"ASN_PRIMITIVE","features":[101]},{"name":"ASN_PRIVATE","features":[101]},{"name":"ASN_UNIVERSAL","features":[101]},{"name":"AsnAny","features":[3,101]},{"name":"AsnObjectIdentifier","features":[101]},{"name":"AsnObjectIdentifier","features":[101]},{"name":"AsnOctetString","features":[3,101]},{"name":"AsnOctetString","features":[3,101]},{"name":"DEFAULT_SNMPTRAP_PORT_IPX","features":[101]},{"name":"DEFAULT_SNMPTRAP_PORT_UDP","features":[101]},{"name":"DEFAULT_SNMP_PORT_IPX","features":[101]},{"name":"DEFAULT_SNMP_PORT_UDP","features":[101]},{"name":"MAXOBJIDSIZE","features":[101]},{"name":"MAXOBJIDSTRSIZE","features":[101]},{"name":"MAXVENDORINFO","features":[101]},{"name":"MGMCTL_SETAGENTPORT","features":[101]},{"name":"PFNSNMPCLEANUPEX","features":[101]},{"name":"PFNSNMPEXTENSIONCLOSE","features":[101]},{"name":"PFNSNMPEXTENSIONINIT","features":[3,101]},{"name":"PFNSNMPEXTENSIONINITEX","features":[3,101]},{"name":"PFNSNMPEXTENSIONMONITOR","features":[3,101]},{"name":"PFNSNMPEXTENSIONQUERY","features":[3,101]},{"name":"PFNSNMPEXTENSIONQUERYEX","features":[3,101]},{"name":"PFNSNMPEXTENSIONTRAP","features":[3,101]},{"name":"PFNSNMPSTARTUPEX","features":[101]},{"name":"SNMPAPI_ALLOC_ERROR","features":[101]},{"name":"SNMPAPI_CALLBACK","features":[3,101]},{"name":"SNMPAPI_CONTEXT_INVALID","features":[101]},{"name":"SNMPAPI_CONTEXT_UNKNOWN","features":[101]},{"name":"SNMPAPI_ENTITY_INVALID","features":[101]},{"name":"SNMPAPI_ENTITY_UNKNOWN","features":[101]},{"name":"SNMPAPI_ERROR","features":[101]},{"name":"SNMPAPI_FAILURE","features":[101]},{"name":"SNMPAPI_HWND_INVALID","features":[101]},{"name":"SNMPAPI_INDEX_INVALID","features":[101]},{"name":"SNMPAPI_M2M_SUPPORT","features":[101]},{"name":"SNMPAPI_MESSAGE_INVALID","features":[101]},{"name":"SNMPAPI_MODE_INVALID","features":[101]},{"name":"SNMPAPI_NOERROR","features":[101]},{"name":"SNMPAPI_NOOP","features":[101]},{"name":"SNMPAPI_NOT_INITIALIZED","features":[101]},{"name":"SNMPAPI_NO_SUPPORT","features":[101]},{"name":"SNMPAPI_OFF","features":[101]},{"name":"SNMPAPI_OID_INVALID","features":[101]},{"name":"SNMPAPI_ON","features":[101]},{"name":"SNMPAPI_OPERATION_INVALID","features":[101]},{"name":"SNMPAPI_OTHER_ERROR","features":[101]},{"name":"SNMPAPI_OUTPUT_TRUNCATED","features":[101]},{"name":"SNMPAPI_PDU_INVALID","features":[101]},{"name":"SNMPAPI_SESSION_INVALID","features":[101]},{"name":"SNMPAPI_SIZE_INVALID","features":[101]},{"name":"SNMPAPI_SUCCESS","features":[101]},{"name":"SNMPAPI_SYNTAX_INVALID","features":[101]},{"name":"SNMPAPI_TL_INVALID_PARAM","features":[101]},{"name":"SNMPAPI_TL_IN_USE","features":[101]},{"name":"SNMPAPI_TL_NOT_AVAILABLE","features":[101]},{"name":"SNMPAPI_TL_NOT_INITIALIZED","features":[101]},{"name":"SNMPAPI_TL_NOT_SUPPORTED","features":[101]},{"name":"SNMPAPI_TL_OTHER","features":[101]},{"name":"SNMPAPI_TL_PDU_TOO_BIG","features":[101]},{"name":"SNMPAPI_TL_RESOURCE_ERROR","features":[101]},{"name":"SNMPAPI_TL_SRC_INVALID","features":[101]},{"name":"SNMPAPI_TL_TIMEOUT","features":[101]},{"name":"SNMPAPI_TL_UNDELIVERABLE","features":[101]},{"name":"SNMPAPI_TRANSLATED","features":[101]},{"name":"SNMPAPI_UNTRANSLATED_V1","features":[101]},{"name":"SNMPAPI_UNTRANSLATED_V2","features":[101]},{"name":"SNMPAPI_V1_SUPPORT","features":[101]},{"name":"SNMPAPI_V2_SUPPORT","features":[101]},{"name":"SNMPAPI_VBL_INVALID","features":[101]},{"name":"SNMPLISTEN_ALL_ADDR","features":[101]},{"name":"SNMPLISTEN_USEENTITY_ADDR","features":[101]},{"name":"SNMP_ACCESS_NONE","features":[101]},{"name":"SNMP_ACCESS_NOTIFY","features":[101]},{"name":"SNMP_ACCESS_READ_CREATE","features":[101]},{"name":"SNMP_ACCESS_READ_ONLY","features":[101]},{"name":"SNMP_ACCESS_READ_WRITE","features":[101]},{"name":"SNMP_API_TRANSLATE_MODE","features":[101]},{"name":"SNMP_AUTHAPI_INVALID_MSG_TYPE","features":[101]},{"name":"SNMP_AUTHAPI_INVALID_VERSION","features":[101]},{"name":"SNMP_AUTHAPI_TRIV_AUTH_FAILED","features":[101]},{"name":"SNMP_BERAPI_INVALID_LENGTH","features":[101]},{"name":"SNMP_BERAPI_INVALID_OBJELEM","features":[101]},{"name":"SNMP_BERAPI_INVALID_TAG","features":[101]},{"name":"SNMP_BERAPI_OVERFLOW","features":[101]},{"name":"SNMP_BERAPI_SHORT_BUFFER","features":[101]},{"name":"SNMP_ERROR","features":[101]},{"name":"SNMP_ERRORSTATUS_AUTHORIZATIONERROR","features":[101]},{"name":"SNMP_ERRORSTATUS_BADVALUE","features":[101]},{"name":"SNMP_ERRORSTATUS_COMMITFAILED","features":[101]},{"name":"SNMP_ERRORSTATUS_GENERR","features":[101]},{"name":"SNMP_ERRORSTATUS_INCONSISTENTNAME","features":[101]},{"name":"SNMP_ERRORSTATUS_INCONSISTENTVALUE","features":[101]},{"name":"SNMP_ERRORSTATUS_NOACCESS","features":[101]},{"name":"SNMP_ERRORSTATUS_NOCREATION","features":[101]},{"name":"SNMP_ERRORSTATUS_NOERROR","features":[101]},{"name":"SNMP_ERRORSTATUS_NOSUCHNAME","features":[101]},{"name":"SNMP_ERRORSTATUS_NOTWRITABLE","features":[101]},{"name":"SNMP_ERRORSTATUS_READONLY","features":[101]},{"name":"SNMP_ERRORSTATUS_RESOURCEUNAVAILABLE","features":[101]},{"name":"SNMP_ERRORSTATUS_TOOBIG","features":[101]},{"name":"SNMP_ERRORSTATUS_UNDOFAILED","features":[101]},{"name":"SNMP_ERRORSTATUS_WRONGENCODING","features":[101]},{"name":"SNMP_ERRORSTATUS_WRONGLENGTH","features":[101]},{"name":"SNMP_ERRORSTATUS_WRONGTYPE","features":[101]},{"name":"SNMP_ERRORSTATUS_WRONGVALUE","features":[101]},{"name":"SNMP_ERROR_AUTHORIZATIONERROR","features":[101]},{"name":"SNMP_ERROR_BADVALUE","features":[101]},{"name":"SNMP_ERROR_COMMITFAILED","features":[101]},{"name":"SNMP_ERROR_GENERR","features":[101]},{"name":"SNMP_ERROR_INCONSISTENTNAME","features":[101]},{"name":"SNMP_ERROR_INCONSISTENTVALUE","features":[101]},{"name":"SNMP_ERROR_NOACCESS","features":[101]},{"name":"SNMP_ERROR_NOCREATION","features":[101]},{"name":"SNMP_ERROR_NOERROR","features":[101]},{"name":"SNMP_ERROR_NOSUCHNAME","features":[101]},{"name":"SNMP_ERROR_NOTWRITABLE","features":[101]},{"name":"SNMP_ERROR_READONLY","features":[101]},{"name":"SNMP_ERROR_RESOURCEUNAVAILABLE","features":[101]},{"name":"SNMP_ERROR_STATUS","features":[101]},{"name":"SNMP_ERROR_TOOBIG","features":[101]},{"name":"SNMP_ERROR_UNDOFAILED","features":[101]},{"name":"SNMP_ERROR_WRONGENCODING","features":[101]},{"name":"SNMP_ERROR_WRONGLENGTH","features":[101]},{"name":"SNMP_ERROR_WRONGTYPE","features":[101]},{"name":"SNMP_ERROR_WRONGVALUE","features":[101]},{"name":"SNMP_EXTENSION_GET","features":[101]},{"name":"SNMP_EXTENSION_GET_NEXT","features":[101]},{"name":"SNMP_EXTENSION_REQUEST_TYPE","features":[101]},{"name":"SNMP_EXTENSION_SET_CLEANUP","features":[101]},{"name":"SNMP_EXTENSION_SET_COMMIT","features":[101]},{"name":"SNMP_EXTENSION_SET_TEST","features":[101]},{"name":"SNMP_EXTENSION_SET_UNDO","features":[101]},{"name":"SNMP_GENERICTRAP","features":[101]},{"name":"SNMP_GENERICTRAP_AUTHFAILURE","features":[101]},{"name":"SNMP_GENERICTRAP_COLDSTART","features":[101]},{"name":"SNMP_GENERICTRAP_EGPNEIGHLOSS","features":[101]},{"name":"SNMP_GENERICTRAP_ENTERSPECIFIC","features":[101]},{"name":"SNMP_GENERICTRAP_LINKDOWN","features":[101]},{"name":"SNMP_GENERICTRAP_LINKUP","features":[101]},{"name":"SNMP_GENERICTRAP_WARMSTART","features":[101]},{"name":"SNMP_LOG","features":[101]},{"name":"SNMP_LOG_ERROR","features":[101]},{"name":"SNMP_LOG_FATAL","features":[101]},{"name":"SNMP_LOG_SILENT","features":[101]},{"name":"SNMP_LOG_TRACE","features":[101]},{"name":"SNMP_LOG_VERBOSE","features":[101]},{"name":"SNMP_LOG_WARNING","features":[101]},{"name":"SNMP_MAX_OID_LEN","features":[101]},{"name":"SNMP_MEM_ALLOC_ERROR","features":[101]},{"name":"SNMP_MGMTAPI_AGAIN","features":[101]},{"name":"SNMP_MGMTAPI_INVALID_BUFFER","features":[101]},{"name":"SNMP_MGMTAPI_INVALID_CTL","features":[101]},{"name":"SNMP_MGMTAPI_INVALID_SESSION","features":[101]},{"name":"SNMP_MGMTAPI_NOTRAPS","features":[101]},{"name":"SNMP_MGMTAPI_SELECT_FDERRORS","features":[101]},{"name":"SNMP_MGMTAPI_TIMEOUT","features":[101]},{"name":"SNMP_MGMTAPI_TRAP_DUPINIT","features":[101]},{"name":"SNMP_MGMTAPI_TRAP_ERRORS","features":[101]},{"name":"SNMP_OUTPUT_LOG_TYPE","features":[101]},{"name":"SNMP_OUTPUT_TO_CONSOLE","features":[101]},{"name":"SNMP_OUTPUT_TO_DEBUGGER","features":[101]},{"name":"SNMP_OUTPUT_TO_EVENTLOG","features":[101]},{"name":"SNMP_OUTPUT_TO_LOGFILE","features":[101]},{"name":"SNMP_PDUAPI_INVALID_ES","features":[101]},{"name":"SNMP_PDUAPI_INVALID_GT","features":[101]},{"name":"SNMP_PDUAPI_UNRECOGNIZED_PDU","features":[101]},{"name":"SNMP_PDU_GET","features":[101]},{"name":"SNMP_PDU_GETBULK","features":[101]},{"name":"SNMP_PDU_GETNEXT","features":[101]},{"name":"SNMP_PDU_RESPONSE","features":[101]},{"name":"SNMP_PDU_SET","features":[101]},{"name":"SNMP_PDU_TRAP","features":[101]},{"name":"SNMP_PDU_TYPE","features":[101]},{"name":"SNMP_STATUS","features":[101]},{"name":"SNMP_TRAP_AUTHFAIL","features":[101]},{"name":"SNMP_TRAP_COLDSTART","features":[101]},{"name":"SNMP_TRAP_EGPNEIGHBORLOSS","features":[101]},{"name":"SNMP_TRAP_ENTERPRISESPECIFIC","features":[101]},{"name":"SNMP_TRAP_LINKDOWN","features":[101]},{"name":"SNMP_TRAP_LINKUP","features":[101]},{"name":"SNMP_TRAP_WARMSTART","features":[101]},{"name":"SnmpCancelMsg","features":[101]},{"name":"SnmpCleanup","features":[101]},{"name":"SnmpCleanupEx","features":[101]},{"name":"SnmpClose","features":[101]},{"name":"SnmpContextToStr","features":[101]},{"name":"SnmpCountVbl","features":[101]},{"name":"SnmpCreatePdu","features":[101]},{"name":"SnmpCreateSession","features":[3,101]},{"name":"SnmpCreateVbl","features":[101]},{"name":"SnmpDecodeMsg","features":[101]},{"name":"SnmpDeleteVb","features":[101]},{"name":"SnmpDuplicatePdu","features":[101]},{"name":"SnmpDuplicateVbl","features":[101]},{"name":"SnmpEncodeMsg","features":[101]},{"name":"SnmpEntityToStr","features":[101]},{"name":"SnmpFreeContext","features":[101]},{"name":"SnmpFreeDescriptor","features":[101]},{"name":"SnmpFreeEntity","features":[101]},{"name":"SnmpFreePdu","features":[101]},{"name":"SnmpFreeVbl","features":[101]},{"name":"SnmpGetLastError","features":[101]},{"name":"SnmpGetPduData","features":[101]},{"name":"SnmpGetRetransmitMode","features":[101]},{"name":"SnmpGetRetry","features":[101]},{"name":"SnmpGetTimeout","features":[101]},{"name":"SnmpGetTranslateMode","features":[101]},{"name":"SnmpGetVb","features":[101]},{"name":"SnmpGetVendorInfo","features":[101]},{"name":"SnmpListen","features":[101]},{"name":"SnmpListenEx","features":[101]},{"name":"SnmpMgrClose","features":[3,101]},{"name":"SnmpMgrCtl","features":[3,101]},{"name":"SnmpMgrGetTrap","features":[3,101]},{"name":"SnmpMgrGetTrapEx","features":[3,101]},{"name":"SnmpMgrOidToStr","features":[3,101]},{"name":"SnmpMgrOpen","features":[101]},{"name":"SnmpMgrRequest","features":[3,101]},{"name":"SnmpMgrStrToOid","features":[3,101]},{"name":"SnmpMgrTrapListen","features":[3,101]},{"name":"SnmpOidCompare","features":[101]},{"name":"SnmpOidCopy","features":[101]},{"name":"SnmpOidToStr","features":[101]},{"name":"SnmpOpen","features":[3,101]},{"name":"SnmpRecvMsg","features":[101]},{"name":"SnmpRegister","features":[101]},{"name":"SnmpSendMsg","features":[101]},{"name":"SnmpSetPduData","features":[101]},{"name":"SnmpSetPort","features":[101]},{"name":"SnmpSetRetransmitMode","features":[101]},{"name":"SnmpSetRetry","features":[101]},{"name":"SnmpSetTimeout","features":[101]},{"name":"SnmpSetTranslateMode","features":[101]},{"name":"SnmpSetVb","features":[101]},{"name":"SnmpStartup","features":[101]},{"name":"SnmpStartupEx","features":[101]},{"name":"SnmpStrToContext","features":[101]},{"name":"SnmpStrToEntity","features":[101]},{"name":"SnmpStrToOid","features":[101]},{"name":"SnmpSvcGetUptime","features":[101]},{"name":"SnmpSvcSetLogLevel","features":[101]},{"name":"SnmpSvcSetLogType","features":[101]},{"name":"SnmpUtilAsnAnyCpy","features":[3,101]},{"name":"SnmpUtilAsnAnyFree","features":[3,101]},{"name":"SnmpUtilDbgPrint","features":[101]},{"name":"SnmpUtilIdsToA","features":[101]},{"name":"SnmpUtilMemAlloc","features":[101]},{"name":"SnmpUtilMemFree","features":[101]},{"name":"SnmpUtilMemReAlloc","features":[101]},{"name":"SnmpUtilOctetsCmp","features":[3,101]},{"name":"SnmpUtilOctetsCpy","features":[3,101]},{"name":"SnmpUtilOctetsFree","features":[3,101]},{"name":"SnmpUtilOctetsNCmp","features":[3,101]},{"name":"SnmpUtilOidAppend","features":[101]},{"name":"SnmpUtilOidCmp","features":[101]},{"name":"SnmpUtilOidCpy","features":[101]},{"name":"SnmpUtilOidFree","features":[101]},{"name":"SnmpUtilOidNCmp","features":[101]},{"name":"SnmpUtilOidToA","features":[101]},{"name":"SnmpUtilPrintAsnAny","features":[3,101]},{"name":"SnmpUtilPrintOid","features":[101]},{"name":"SnmpUtilVarBindCpy","features":[3,101]},{"name":"SnmpUtilVarBindFree","features":[3,101]},{"name":"SnmpUtilVarBindListCpy","features":[3,101]},{"name":"SnmpUtilVarBindListFree","features":[3,101]},{"name":"SnmpVarBind","features":[3,101]},{"name":"SnmpVarBindList","features":[3,101]},{"name":"SnmpVarBindList","features":[3,101]},{"name":"smiCNTR64","features":[101]},{"name":"smiOCTETS","features":[101]},{"name":"smiOID","features":[101]},{"name":"smiVALUE","features":[101]},{"name":"smiVENDORINFO","features":[101]}],"462":[{"name":"CONNDLG_CONN_POINT","features":[102]},{"name":"CONNDLG_HIDE_BOX","features":[102]},{"name":"CONNDLG_NOT_PERSIST","features":[102]},{"name":"CONNDLG_PERSIST","features":[102]},{"name":"CONNDLG_RO_PATH","features":[102]},{"name":"CONNDLG_USE_MRU","features":[102]},{"name":"CONNECTDLGSTRUCTA","features":[3,102]},{"name":"CONNECTDLGSTRUCTW","features":[3,102]},{"name":"CONNECTDLGSTRUCT_FLAGS","features":[102]},{"name":"CONNECT_CMD_SAVECRED","features":[102]},{"name":"CONNECT_COMMANDLINE","features":[102]},{"name":"CONNECT_CRED_RESET","features":[102]},{"name":"CONNECT_CURRENT_MEDIA","features":[102]},{"name":"CONNECT_DEFERRED","features":[102]},{"name":"CONNECT_GLOBAL_MAPPING","features":[102]},{"name":"CONNECT_INTERACTIVE","features":[102]},{"name":"CONNECT_LOCALDRIVE","features":[102]},{"name":"CONNECT_NEED_DRIVE","features":[102]},{"name":"CONNECT_PROMPT","features":[102]},{"name":"CONNECT_REDIRECT","features":[102]},{"name":"CONNECT_REFCOUNT","features":[102]},{"name":"CONNECT_REQUIRE_INTEGRITY","features":[102]},{"name":"CONNECT_REQUIRE_PRIVACY","features":[102]},{"name":"CONNECT_RESERVED","features":[102]},{"name":"CONNECT_TEMPORARY","features":[102]},{"name":"CONNECT_UPDATE_PROFILE","features":[102]},{"name":"CONNECT_UPDATE_RECENT","features":[102]},{"name":"CONNECT_WRITE_THROUGH_SEMANTICS","features":[102]},{"name":"DISCDLGSTRUCTA","features":[3,102]},{"name":"DISCDLGSTRUCTW","features":[3,102]},{"name":"DISCDLGSTRUCT_FLAGS","features":[102]},{"name":"DISC_NO_FORCE","features":[102]},{"name":"DISC_UPDATE_PROFILE","features":[102]},{"name":"MultinetGetConnectionPerformanceA","features":[102]},{"name":"MultinetGetConnectionPerformanceW","features":[102]},{"name":"NETCONNECTINFOSTRUCT","features":[102]},{"name":"NETINFOSTRUCT","features":[3,102]},{"name":"NETINFOSTRUCT_CHARACTERISTICS","features":[102]},{"name":"NETINFO_DISKRED","features":[102]},{"name":"NETINFO_DLL16","features":[102]},{"name":"NETINFO_PRINTERRED","features":[102]},{"name":"NETPROPERTY_PERSISTENT","features":[102]},{"name":"NETRESOURCEA","features":[102]},{"name":"NETRESOURCEW","features":[102]},{"name":"NETWORK_NAME_FORMAT_FLAGS","features":[102]},{"name":"NET_CONNECT_FLAGS","features":[102]},{"name":"NET_RESOURCE_SCOPE","features":[102]},{"name":"NET_RESOURCE_TYPE","features":[102]},{"name":"NOTIFYADD","features":[3,102]},{"name":"NOTIFYCANCEL","features":[3,102]},{"name":"NOTIFYINFO","features":[102]},{"name":"NOTIFY_POST","features":[102]},{"name":"NOTIFY_PRE","features":[102]},{"name":"NPAddConnection","features":[102]},{"name":"NPAddConnection3","features":[3,102]},{"name":"NPAddConnection4","features":[3,102]},{"name":"NPCancelConnection","features":[3,102]},{"name":"NPCancelConnection2","features":[3,102]},{"name":"NPCloseEnum","features":[3,102]},{"name":"NPDIRECTORY_NOTIFY_OPERATION","features":[102]},{"name":"NPEnumResource","features":[3,102]},{"name":"NPFormatNetworkName","features":[102]},{"name":"NPGetCaps","features":[102]},{"name":"NPGetConnection","features":[102]},{"name":"NPGetConnection3","features":[102]},{"name":"NPGetConnectionPerformance","features":[102]},{"name":"NPGetPersistentUseOptionsForConnection","features":[102]},{"name":"NPGetResourceInformation","features":[102]},{"name":"NPGetResourceParent","features":[102]},{"name":"NPGetUniversalName","features":[102]},{"name":"NPGetUser","features":[102]},{"name":"NPOpenEnum","features":[3,102]},{"name":"NP_PROPERTY_DIALOG_SELECTION","features":[102]},{"name":"PF_AddConnectNotify","features":[3,102]},{"name":"PF_CancelConnectNotify","features":[3,102]},{"name":"PF_NPAddConnection","features":[102]},{"name":"PF_NPAddConnection3","features":[3,102]},{"name":"PF_NPAddConnection4","features":[3,102]},{"name":"PF_NPCancelConnection","features":[3,102]},{"name":"PF_NPCancelConnection2","features":[3,102]},{"name":"PF_NPCloseEnum","features":[3,102]},{"name":"PF_NPDeviceMode","features":[3,102]},{"name":"PF_NPDirectoryNotify","features":[3,102]},{"name":"PF_NPEnumResource","features":[3,102]},{"name":"PF_NPFMXEditPerm","features":[3,102]},{"name":"PF_NPFMXGetPermCaps","features":[102]},{"name":"PF_NPFMXGetPermHelp","features":[3,102]},{"name":"PF_NPFormatNetworkName","features":[102]},{"name":"PF_NPGetCaps","features":[102]},{"name":"PF_NPGetConnection","features":[102]},{"name":"PF_NPGetConnection3","features":[102]},{"name":"PF_NPGetConnectionPerformance","features":[102]},{"name":"PF_NPGetDirectoryType","features":[3,102]},{"name":"PF_NPGetPersistentUseOptionsForConnection","features":[102]},{"name":"PF_NPGetPropertyText","features":[102]},{"name":"PF_NPGetResourceInformation","features":[102]},{"name":"PF_NPGetResourceParent","features":[102]},{"name":"PF_NPGetUniversalName","features":[102]},{"name":"PF_NPGetUser","features":[102]},{"name":"PF_NPLogonNotify","features":[3,102]},{"name":"PF_NPOpenEnum","features":[3,102]},{"name":"PF_NPPasswordChangeNotify","features":[102]},{"name":"PF_NPPropertyDialog","features":[3,102]},{"name":"PF_NPSearchDialog","features":[3,102]},{"name":"REMOTE_NAME_INFOA","features":[102]},{"name":"REMOTE_NAME_INFOW","features":[102]},{"name":"REMOTE_NAME_INFO_LEVEL","features":[102]},{"name":"RESOURCEDISPLAYTYPE_DIRECTORY","features":[102]},{"name":"RESOURCEDISPLAYTYPE_NDSCONTAINER","features":[102]},{"name":"RESOURCEDISPLAYTYPE_NETWORK","features":[102]},{"name":"RESOURCEDISPLAYTYPE_ROOT","features":[102]},{"name":"RESOURCEDISPLAYTYPE_SHAREADMIN","features":[102]},{"name":"RESOURCETYPE_ANY","features":[102]},{"name":"RESOURCETYPE_DISK","features":[102]},{"name":"RESOURCETYPE_PRINT","features":[102]},{"name":"RESOURCETYPE_RESERVED","features":[102]},{"name":"RESOURCETYPE_UNKNOWN","features":[102]},{"name":"RESOURCEUSAGE_ALL","features":[102]},{"name":"RESOURCEUSAGE_ATTACHED","features":[102]},{"name":"RESOURCEUSAGE_CONNECTABLE","features":[102]},{"name":"RESOURCEUSAGE_CONTAINER","features":[102]},{"name":"RESOURCEUSAGE_NOLOCALDEVICE","features":[102]},{"name":"RESOURCEUSAGE_NONE","features":[102]},{"name":"RESOURCEUSAGE_RESERVED","features":[102]},{"name":"RESOURCEUSAGE_SIBLING","features":[102]},{"name":"RESOURCE_CONNECTED","features":[102]},{"name":"RESOURCE_CONTEXT","features":[102]},{"name":"RESOURCE_GLOBALNET","features":[102]},{"name":"RESOURCE_RECENT","features":[102]},{"name":"RESOURCE_REMEMBERED","features":[102]},{"name":"UNC_INFO_LEVEL","features":[102]},{"name":"UNIVERSAL_NAME_INFOA","features":[102]},{"name":"UNIVERSAL_NAME_INFOW","features":[102]},{"name":"UNIVERSAL_NAME_INFO_LEVEL","features":[102]},{"name":"WNCON_DYNAMIC","features":[102]},{"name":"WNCON_FORNETCARD","features":[102]},{"name":"WNCON_NOTROUTED","features":[102]},{"name":"WNCON_SLOWLINK","features":[102]},{"name":"WNDN_MKDIR","features":[102]},{"name":"WNDN_MVDIR","features":[102]},{"name":"WNDN_RMDIR","features":[102]},{"name":"WNDT_NETWORK","features":[102]},{"name":"WNDT_NORMAL","features":[102]},{"name":"WNET_OPEN_ENUM_USAGE","features":[102]},{"name":"WNFMT_ABBREVIATED","features":[102]},{"name":"WNFMT_CONNECTION","features":[102]},{"name":"WNFMT_INENUM","features":[102]},{"name":"WNFMT_MULTILINE","features":[102]},{"name":"WNGETCON_CONNECTED","features":[102]},{"name":"WNGETCON_DISCONNECTED","features":[102]},{"name":"WNNC_ADMIN","features":[102]},{"name":"WNNC_ADM_DIRECTORYNOTIFY","features":[102]},{"name":"WNNC_ADM_GETDIRECTORYTYPE","features":[102]},{"name":"WNNC_CONNECTION","features":[102]},{"name":"WNNC_CONNECTION_FLAGS","features":[102]},{"name":"WNNC_CON_ADDCONNECTION","features":[102]},{"name":"WNNC_CON_ADDCONNECTION3","features":[102]},{"name":"WNNC_CON_ADDCONNECTION4","features":[102]},{"name":"WNNC_CON_CANCELCONNECTION","features":[102]},{"name":"WNNC_CON_CANCELCONNECTION2","features":[102]},{"name":"WNNC_CON_DEFER","features":[102]},{"name":"WNNC_CON_GETCONNECTIONS","features":[102]},{"name":"WNNC_CON_GETPERFORMANCE","features":[102]},{"name":"WNNC_DIALOG","features":[102]},{"name":"WNNC_DLG_DEVICEMODE","features":[102]},{"name":"WNNC_DLG_FORMATNETWORKNAME","features":[102]},{"name":"WNNC_DLG_GETRESOURCEINFORMATION","features":[102]},{"name":"WNNC_DLG_GETRESOURCEPARENT","features":[102]},{"name":"WNNC_DLG_PERMISSIONEDITOR","features":[102]},{"name":"WNNC_DLG_PROPERTYDIALOG","features":[102]},{"name":"WNNC_DLG_SEARCHDIALOG","features":[102]},{"name":"WNNC_DRIVER_VERSION","features":[102]},{"name":"WNNC_ENUMERATION","features":[102]},{"name":"WNNC_ENUM_CONTEXT","features":[102]},{"name":"WNNC_ENUM_GLOBAL","features":[102]},{"name":"WNNC_ENUM_LOCAL","features":[102]},{"name":"WNNC_ENUM_SHAREABLE","features":[102]},{"name":"WNNC_NET_NONE","features":[102]},{"name":"WNNC_NET_TYPE","features":[102]},{"name":"WNNC_SPEC_VERSION","features":[102]},{"name":"WNNC_SPEC_VERSION51","features":[102]},{"name":"WNNC_START","features":[102]},{"name":"WNNC_USER","features":[102]},{"name":"WNNC_USR_GETUSER","features":[102]},{"name":"WNNC_WAIT_FOR_START","features":[102]},{"name":"WNPERMC_AUDIT","features":[102]},{"name":"WNPERMC_OWNER","features":[102]},{"name":"WNPERMC_PERM","features":[102]},{"name":"WNPERM_DLG","features":[102]},{"name":"WNPERM_DLG_AUDIT","features":[102]},{"name":"WNPERM_DLG_OWNER","features":[102]},{"name":"WNPERM_DLG_PERM","features":[102]},{"name":"WNPS_DIR","features":[102]},{"name":"WNPS_FILE","features":[102]},{"name":"WNPS_MULT","features":[102]},{"name":"WNSRCH_REFRESH_FIRST_LEVEL","features":[102]},{"name":"WNTYPE_COMM","features":[102]},{"name":"WNTYPE_DRIVE","features":[102]},{"name":"WNTYPE_FILE","features":[102]},{"name":"WNTYPE_PRINTER","features":[102]},{"name":"WN_CREDENTIAL_CLASS","features":[102]},{"name":"WN_NETWORK_CLASS","features":[102]},{"name":"WN_NT_PASSWORD_CHANGED","features":[102]},{"name":"WN_PRIMARY_AUTHENT_CLASS","features":[102]},{"name":"WN_SERVICE_CLASS","features":[102]},{"name":"WN_VALID_LOGON_ACCOUNT","features":[102]},{"name":"WNetAddConnection2A","features":[3,102]},{"name":"WNetAddConnection2W","features":[3,102]},{"name":"WNetAddConnection3A","features":[3,102]},{"name":"WNetAddConnection3W","features":[3,102]},{"name":"WNetAddConnection4A","features":[3,102]},{"name":"WNetAddConnection4W","features":[3,102]},{"name":"WNetAddConnectionA","features":[3,102]},{"name":"WNetAddConnectionW","features":[3,102]},{"name":"WNetCancelConnection2A","features":[3,102]},{"name":"WNetCancelConnection2W","features":[3,102]},{"name":"WNetCancelConnectionA","features":[3,102]},{"name":"WNetCancelConnectionW","features":[3,102]},{"name":"WNetCloseEnum","features":[3,102]},{"name":"WNetConnectionDialog","features":[3,102]},{"name":"WNetConnectionDialog1A","features":[3,102]},{"name":"WNetConnectionDialog1W","features":[3,102]},{"name":"WNetDisconnectDialog","features":[3,102]},{"name":"WNetDisconnectDialog1A","features":[3,102]},{"name":"WNetDisconnectDialog1W","features":[3,102]},{"name":"WNetEnumResourceA","features":[3,102]},{"name":"WNetEnumResourceW","features":[3,102]},{"name":"WNetGetConnectionA","features":[3,102]},{"name":"WNetGetConnectionW","features":[3,102]},{"name":"WNetGetLastErrorA","features":[3,102]},{"name":"WNetGetLastErrorW","features":[3,102]},{"name":"WNetGetNetworkInformationA","features":[3,102]},{"name":"WNetGetNetworkInformationW","features":[3,102]},{"name":"WNetGetProviderNameA","features":[3,102]},{"name":"WNetGetProviderNameW","features":[3,102]},{"name":"WNetGetResourceInformationA","features":[3,102]},{"name":"WNetGetResourceInformationW","features":[3,102]},{"name":"WNetGetResourceParentA","features":[3,102]},{"name":"WNetGetResourceParentW","features":[3,102]},{"name":"WNetGetUniversalNameA","features":[3,102]},{"name":"WNetGetUniversalNameW","features":[3,102]},{"name":"WNetGetUserA","features":[3,102]},{"name":"WNetGetUserW","features":[3,102]},{"name":"WNetOpenEnumA","features":[3,102]},{"name":"WNetOpenEnumW","features":[3,102]},{"name":"WNetSetLastErrorA","features":[102]},{"name":"WNetSetLastErrorW","features":[102]},{"name":"WNetUseConnection4A","features":[3,102]},{"name":"WNetUseConnection4W","features":[3,102]},{"name":"WNetUseConnectionA","features":[3,102]},{"name":"WNetUseConnectionW","features":[3,102]}],"463":[{"name":"AUTHNEXTSTEP","features":[103]},{"name":"CancelRequest","features":[103]},{"name":"DAV_AUTHN_SCHEME_BASIC","features":[103]},{"name":"DAV_AUTHN_SCHEME_CERT","features":[103]},{"name":"DAV_AUTHN_SCHEME_DIGEST","features":[103]},{"name":"DAV_AUTHN_SCHEME_FBA","features":[103]},{"name":"DAV_AUTHN_SCHEME_NEGOTIATE","features":[103]},{"name":"DAV_AUTHN_SCHEME_NTLM","features":[103]},{"name":"DAV_AUTHN_SCHEME_PASSPORT","features":[103]},{"name":"DAV_CALLBACK_AUTH_BLOB","features":[103]},{"name":"DAV_CALLBACK_AUTH_UNP","features":[103]},{"name":"DAV_CALLBACK_CRED","features":[3,103]},{"name":"DavAddConnection","features":[3,103]},{"name":"DavCancelConnectionsToServer","features":[3,103]},{"name":"DavDeleteConnection","features":[3,103]},{"name":"DavFlushFile","features":[3,103]},{"name":"DavGetExtendedError","features":[3,103]},{"name":"DavGetHTTPFromUNCPath","features":[103]},{"name":"DavGetTheLockOwnerOfTheFile","features":[103]},{"name":"DavGetUNCFromHTTPPath","features":[103]},{"name":"DavInvalidateCache","features":[103]},{"name":"DavRegisterAuthCallback","features":[3,103]},{"name":"DavUnregisterAuthCallback","features":[103]},{"name":"DefaultBehavior","features":[103]},{"name":"PFNDAVAUTHCALLBACK","features":[3,103]},{"name":"PFNDAVAUTHCALLBACK_FREECRED","features":[103]},{"name":"RetryRequest","features":[103]}],"464":[{"name":"CH_DESCRIPTION_TYPE","features":[104]},{"name":"DEVPKEY_InfraCast_AccessPointBssid","features":[1,104]},{"name":"DEVPKEY_InfraCast_ChallengeAep","features":[1,104]},{"name":"DEVPKEY_InfraCast_DevnodeAep","features":[1,104]},{"name":"DEVPKEY_InfraCast_HostName_ResolutionMode","features":[1,104]},{"name":"DEVPKEY_InfraCast_PinSupported","features":[1,104]},{"name":"DEVPKEY_InfraCast_RtspTcpConnectionParametersSupported","features":[1,104]},{"name":"DEVPKEY_InfraCast_SinkHostName","features":[1,104]},{"name":"DEVPKEY_InfraCast_SinkIpAddress","features":[1,104]},{"name":"DEVPKEY_InfraCast_StreamSecuritySupported","features":[1,104]},{"name":"DEVPKEY_InfraCast_Supported","features":[1,104]},{"name":"DEVPKEY_PciDevice_AERCapabilityPresent","features":[1,104]},{"name":"DEVPKEY_PciDevice_AcsCapabilityRegister","features":[1,104]},{"name":"DEVPKEY_PciDevice_AcsCompatibleUpHierarchy","features":[1,104]},{"name":"DEVPKEY_PciDevice_AcsSupport","features":[1,104]},{"name":"DEVPKEY_PciDevice_AriSupport","features":[1,104]},{"name":"DEVPKEY_PciDevice_AtomicsSupported","features":[1,104]},{"name":"DEVPKEY_PciDevice_AtsSupport","features":[1,104]},{"name":"DEVPKEY_PciDevice_BarTypes","features":[1,104]},{"name":"DEVPKEY_PciDevice_BaseClass","features":[1,104]},{"name":"DEVPKEY_PciDevice_Correctable_Error_Mask","features":[1,104]},{"name":"DEVPKEY_PciDevice_CurrentLinkSpeed","features":[1,104]},{"name":"DEVPKEY_PciDevice_CurrentLinkWidth","features":[1,104]},{"name":"DEVPKEY_PciDevice_CurrentPayloadSize","features":[1,104]},{"name":"DEVPKEY_PciDevice_CurrentSpeedAndMode","features":[1,104]},{"name":"DEVPKEY_PciDevice_D3ColdSupport","features":[1,104]},{"name":"DEVPKEY_PciDevice_DeviceType","features":[1,104]},{"name":"DEVPKEY_PciDevice_ECRC_Errors","features":[1,104]},{"name":"DEVPKEY_PciDevice_Error_Reporting","features":[1,104]},{"name":"DEVPKEY_PciDevice_ExpressSpecVersion","features":[1,104]},{"name":"DEVPKEY_PciDevice_FirmwareErrorHandling","features":[1,104]},{"name":"DEVPKEY_PciDevice_InterruptMessageMaximum","features":[1,104]},{"name":"DEVPKEY_PciDevice_InterruptSupport","features":[1,104]},{"name":"DEVPKEY_PciDevice_Label_Id","features":[1,104]},{"name":"DEVPKEY_PciDevice_Label_String","features":[1,104]},{"name":"DEVPKEY_PciDevice_MaxLinkSpeed","features":[1,104]},{"name":"DEVPKEY_PciDevice_MaxLinkWidth","features":[1,104]},{"name":"DEVPKEY_PciDevice_MaxPayloadSize","features":[1,104]},{"name":"DEVPKEY_PciDevice_MaxReadRequestSize","features":[1,104]},{"name":"DEVPKEY_PciDevice_OnPostPath","features":[1,104]},{"name":"DEVPKEY_PciDevice_ParentSerialNumber","features":[1,104]},{"name":"DEVPKEY_PciDevice_ProgIf","features":[1,104]},{"name":"DEVPKEY_PciDevice_RequiresReservedMemoryRegion","features":[1,104]},{"name":"DEVPKEY_PciDevice_RootError_Reporting","features":[1,104]},{"name":"DEVPKEY_PciDevice_S0WakeupSupported","features":[1,104]},{"name":"DEVPKEY_PciDevice_SerialNumber","features":[1,104]},{"name":"DEVPKEY_PciDevice_SriovSupport","features":[1,104]},{"name":"DEVPKEY_PciDevice_SubClass","features":[1,104]},{"name":"DEVPKEY_PciDevice_SupportedLinkSubState","features":[1,104]},{"name":"DEVPKEY_PciDevice_Uncorrectable_Error_Mask","features":[1,104]},{"name":"DEVPKEY_PciDevice_Uncorrectable_Error_Severity","features":[1,104]},{"name":"DEVPKEY_PciDevice_UsbComponentRelation","features":[1,104]},{"name":"DEVPKEY_PciDevice_UsbDvsecPortSpecificAttributes","features":[1,104]},{"name":"DEVPKEY_PciDevice_UsbDvsecPortType","features":[1,104]},{"name":"DEVPKEY_PciDevice_UsbHostRouterName","features":[1,104]},{"name":"DEVPKEY_PciRootBus_ASPMSupport","features":[1,104]},{"name":"DEVPKEY_PciRootBus_ClockPowerManagementSupport","features":[1,104]},{"name":"DEVPKEY_PciRootBus_CurrentSpeedAndMode","features":[1,104]},{"name":"DEVPKEY_PciRootBus_DeviceIDMessagingCapable","features":[1,104]},{"name":"DEVPKEY_PciRootBus_ExtendedConfigAvailable","features":[1,104]},{"name":"DEVPKEY_PciRootBus_ExtendedPCIConfigOpRegionSupport","features":[1,104]},{"name":"DEVPKEY_PciRootBus_MSISupport","features":[1,104]},{"name":"DEVPKEY_PciRootBus_NativePciExpressControl","features":[1,104]},{"name":"DEVPKEY_PciRootBus_PCIExpressAERControl","features":[1,104]},{"name":"DEVPKEY_PciRootBus_PCIExpressCapabilityControl","features":[1,104]},{"name":"DEVPKEY_PciRootBus_PCIExpressNativeHotPlugControl","features":[1,104]},{"name":"DEVPKEY_PciRootBus_PCIExpressNativePMEControl","features":[1,104]},{"name":"DEVPKEY_PciRootBus_PCISegmentGroupsSupport","features":[1,104]},{"name":"DEVPKEY_PciRootBus_SHPCNativeHotPlugControl","features":[1,104]},{"name":"DEVPKEY_PciRootBus_SecondaryBusWidth","features":[1,104]},{"name":"DEVPKEY_PciRootBus_SecondaryInterface","features":[1,104]},{"name":"DEVPKEY_PciRootBus_SupportedSpeedsAndModes","features":[1,104]},{"name":"DEVPKEY_PciRootBus_SystemMsiSupport","features":[1,104]},{"name":"DEVPKEY_WiFiDirectServices_AdvertisementId","features":[1,104]},{"name":"DEVPKEY_WiFiDirectServices_RequestServiceInformation","features":[1,104]},{"name":"DEVPKEY_WiFiDirectServices_ServiceAddress","features":[1,104]},{"name":"DEVPKEY_WiFiDirectServices_ServiceConfigMethods","features":[1,104]},{"name":"DEVPKEY_WiFiDirectServices_ServiceInformation","features":[1,104]},{"name":"DEVPKEY_WiFiDirectServices_ServiceName","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_DeviceAddress","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_DeviceAddressCopy","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_FoundWsbService","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_GroupId","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_InformationElements","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_InterfaceAddress","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_InterfaceGuid","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_IsConnected","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_IsDMGCapable","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_IsLegacyDevice","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_IsMiracastLCPSupported","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_IsRecentlyAssociated","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_IsVisible","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_LinkQuality","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_MiracastVersion","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_Miracast_SessionMgmtControlPort","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_NoMiracastAutoProject","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_RtspTcpConnectionParametersSupported","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_Service_Aeps","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_Services","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_SupportedChannelList","features":[1,104]},{"name":"DEVPKEY_WiFiDirect_TransientAssociation","features":[1,104]},{"name":"DEVPKEY_WiFi_InterfaceGuid","features":[1,104]},{"name":"DEVPROP_PCIDEVICE_ACSCOMPATIBLEUPHIERARCHY","features":[104]},{"name":"DEVPROP_PCIDEVICE_ACSSUPPORT","features":[104]},{"name":"DEVPROP_PCIDEVICE_CURRENTSPEEDANDMODE","features":[104]},{"name":"DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE","features":[104]},{"name":"DEVPROP_PCIDEVICE_INTERRUPTTYPE","features":[104]},{"name":"DEVPROP_PCIDEVICE_SRIOVSUPPORT","features":[104]},{"name":"DEVPROP_PCIEXPRESSDEVICE_LINKSPEED","features":[104]},{"name":"DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH","features":[104]},{"name":"DEVPROP_PCIEXPRESSDEVICE_PAYLOADORREQUESTSIZE","features":[104]},{"name":"DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION","features":[104]},{"name":"DEVPROP_PCIROOTBUS_BUSWIDTH","features":[104]},{"name":"DEVPROP_PCIROOTBUS_CURRENTSPEEDANDMODE","features":[104]},{"name":"DEVPROP_PCIROOTBUS_SECONDARYINTERFACE","features":[104]},{"name":"DEVPROP_PCIROOTBUS_SUPPORTEDSPEEDSANDMODES","features":[104]},{"name":"DISCOVERY_FILTER_BITMASK_ANY","features":[104]},{"name":"DISCOVERY_FILTER_BITMASK_DEVICE","features":[104]},{"name":"DISCOVERY_FILTER_BITMASK_GO","features":[104]},{"name":"DOT11EXTIHV_ADAPTER_RESET","features":[3,104]},{"name":"DOT11EXTIHV_CONTROL","features":[3,104]},{"name":"DOT11EXTIHV_CREATE_DISCOVERY_PROFILES","features":[3,104,105]},{"name":"DOT11EXTIHV_DEINIT_ADAPTER","features":[3,104]},{"name":"DOT11EXTIHV_DEINIT_SERVICE","features":[104]},{"name":"DOT11EXTIHV_GET_VERSION_INFO","features":[104]},{"name":"DOT11EXTIHV_INIT_ADAPTER","features":[3,104]},{"name":"DOT11EXTIHV_INIT_SERVICE","features":[3,18,104,105,106]},{"name":"DOT11EXTIHV_INIT_VIRTUAL_STATION","features":[3,104]},{"name":"DOT11EXTIHV_IS_UI_REQUEST_PENDING","features":[3,104]},{"name":"DOT11EXTIHV_ONEX_INDICATE_RESULT","features":[3,104,105]},{"name":"DOT11EXTIHV_PERFORM_CAPABILITY_MATCH","features":[3,104,105]},{"name":"DOT11EXTIHV_PERFORM_POST_ASSOCIATE","features":[3,18,104]},{"name":"DOT11EXTIHV_PERFORM_PRE_ASSOCIATE","features":[3,104,105]},{"name":"DOT11EXTIHV_PROCESS_SESSION_CHANGE","features":[104,106]},{"name":"DOT11EXTIHV_PROCESS_UI_RESPONSE","features":[104]},{"name":"DOT11EXTIHV_QUERY_UI_REQUEST","features":[3,104]},{"name":"DOT11EXTIHV_RECEIVE_INDICATION","features":[3,104]},{"name":"DOT11EXTIHV_RECEIVE_PACKET","features":[3,104]},{"name":"DOT11EXTIHV_SEND_PACKET_COMPLETION","features":[3,104]},{"name":"DOT11EXTIHV_STOP_POST_ASSOCIATE","features":[3,104]},{"name":"DOT11EXTIHV_VALIDATE_PROFILE","features":[3,104,105]},{"name":"DOT11EXT_ALLOCATE_BUFFER","features":[104]},{"name":"DOT11EXT_APIS","features":[3,18,104,105]},{"name":"DOT11EXT_FREE_BUFFER","features":[104]},{"name":"DOT11EXT_GET_PROFILE_CUSTOM_USER_DATA","features":[3,104]},{"name":"DOT11EXT_IHV_CONNECTION_PHASE","features":[104]},{"name":"DOT11EXT_IHV_CONNECTIVITY_PROFILE","features":[104]},{"name":"DOT11EXT_IHV_DISCOVERY_PROFILE","features":[3,104]},{"name":"DOT11EXT_IHV_DISCOVERY_PROFILE_LIST","features":[3,104]},{"name":"DOT11EXT_IHV_HANDLERS","features":[3,18,104,105,106]},{"name":"DOT11EXT_IHV_INDICATION_TYPE","features":[104]},{"name":"DOT11EXT_IHV_PARAMS","features":[3,104,105]},{"name":"DOT11EXT_IHV_PROFILE_PARAMS","features":[3,104,105]},{"name":"DOT11EXT_IHV_SECURITY_PROFILE","features":[3,104]},{"name":"DOT11EXT_IHV_SSID_LIST","features":[104]},{"name":"DOT11EXT_IHV_UI_REQUEST","features":[104]},{"name":"DOT11EXT_NIC_SPECIFIC_EXTENSION","features":[3,104]},{"name":"DOT11EXT_ONEX_START","features":[3,104,105]},{"name":"DOT11EXT_ONEX_STOP","features":[3,104]},{"name":"DOT11EXT_POST_ASSOCIATE_COMPLETION","features":[3,104]},{"name":"DOT11EXT_PRE_ASSOCIATE_COMPLETION","features":[3,104]},{"name":"DOT11EXT_PROCESS_ONEX_PACKET","features":[3,104]},{"name":"DOT11EXT_PSK_MAX_LENGTH","features":[104]},{"name":"DOT11EXT_QUERY_VIRTUAL_STATION_PROPERTIES","features":[3,104]},{"name":"DOT11EXT_RELEASE_VIRTUAL_STATION","features":[3,104]},{"name":"DOT11EXT_REQUEST_VIRTUAL_STATION","features":[3,104]},{"name":"DOT11EXT_SEND_NOTIFICATION","features":[3,104]},{"name":"DOT11EXT_SEND_PACKET","features":[3,104]},{"name":"DOT11EXT_SEND_UI_REQUEST","features":[3,104]},{"name":"DOT11EXT_SET_AUTH_ALGORITHM","features":[3,104]},{"name":"DOT11EXT_SET_CURRENT_PROFILE","features":[3,104]},{"name":"DOT11EXT_SET_DEFAULT_KEY","features":[3,18,104]},{"name":"DOT11EXT_SET_DEFAULT_KEY_ID","features":[3,104]},{"name":"DOT11EXT_SET_ETHERTYPE_HANDLING","features":[3,104]},{"name":"DOT11EXT_SET_EXCLUDE_UNENCRYPTED","features":[3,104]},{"name":"DOT11EXT_SET_KEY_MAPPING_KEY","features":[3,104]},{"name":"DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM","features":[3,104]},{"name":"DOT11EXT_SET_PROFILE_CUSTOM_USER_DATA","features":[3,104]},{"name":"DOT11EXT_SET_UNICAST_CIPHER_ALGORITHM","features":[3,104]},{"name":"DOT11EXT_SET_VIRTUAL_STATION_AP_PROPERTIES","features":[3,104]},{"name":"DOT11EXT_VIRTUAL_STATION_APIS","features":[3,104]},{"name":"DOT11EXT_VIRTUAL_STATION_AP_PROPERTY","features":[3,104]},{"name":"DOT11_ACCESSNETWORKOPTIONS","features":[104]},{"name":"DOT11_AC_PARAM","features":[104]},{"name":"DOT11_ADAPTER","features":[104]},{"name":"DOT11_ADDITIONAL_IE","features":[18,104]},{"name":"DOT11_ADDITIONAL_IE_REVISION_1","features":[104]},{"name":"DOT11_ADHOC_AUTH_ALGORITHM","features":[104]},{"name":"DOT11_ADHOC_AUTH_ALGO_80211_OPEN","features":[104]},{"name":"DOT11_ADHOC_AUTH_ALGO_INVALID","features":[104]},{"name":"DOT11_ADHOC_AUTH_ALGO_RSNA_PSK","features":[104]},{"name":"DOT11_ADHOC_CIPHER_ALGORITHM","features":[104]},{"name":"DOT11_ADHOC_CIPHER_ALGO_CCMP","features":[104]},{"name":"DOT11_ADHOC_CIPHER_ALGO_INVALID","features":[104]},{"name":"DOT11_ADHOC_CIPHER_ALGO_NONE","features":[104]},{"name":"DOT11_ADHOC_CIPHER_ALGO_WEP","features":[104]},{"name":"DOT11_ADHOC_CONNECT_FAIL_DOMAIN_MISMATCH","features":[104]},{"name":"DOT11_ADHOC_CONNECT_FAIL_OTHER","features":[104]},{"name":"DOT11_ADHOC_CONNECT_FAIL_PASSPHRASE_MISMATCH","features":[104]},{"name":"DOT11_ADHOC_CONNECT_FAIL_REASON","features":[104]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS","features":[104]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTED","features":[104]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTING","features":[104]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_DISCONNECTED","features":[104]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_FORMED","features":[104]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_INVALID","features":[104]},{"name":"DOT11_ANQP_QUERY_COMPLETE_PARAMETERS","features":[3,18,104]},{"name":"DOT11_ANQP_QUERY_COMPLETE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_ANQP_QUERY_RESULT","features":[104]},{"name":"DOT11_AP_JOIN_REQUEST","features":[104]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS","features":[3,18,104]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS_REVISION_2","features":[104]},{"name":"DOT11_ASSOCIATION_INFO_EX","features":[104]},{"name":"DOT11_ASSOCIATION_INFO_LIST","features":[18,104]},{"name":"DOT11_ASSOCIATION_INFO_LIST_REVISION_1","features":[104]},{"name":"DOT11_ASSOCIATION_PARAMS","features":[18,104]},{"name":"DOT11_ASSOCIATION_PARAMS_REVISION_1","features":[104]},{"name":"DOT11_ASSOCIATION_START_PARAMETERS","features":[18,104]},{"name":"DOT11_ASSOCIATION_START_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_ASSOCIATION_STATE","features":[104]},{"name":"DOT11_ASSOC_ERROR_SOURCE_OS","features":[104]},{"name":"DOT11_ASSOC_ERROR_SOURCE_OTHER","features":[104]},{"name":"DOT11_ASSOC_ERROR_SOURCE_REMOTE","features":[104]},{"name":"DOT11_ASSOC_STATUS_SUCCESS","features":[104]},{"name":"DOT11_AUTH_ALGORITHM","features":[104]},{"name":"DOT11_AUTH_ALGORITHM_LIST","features":[18,104]},{"name":"DOT11_AUTH_ALGORITHM_LIST_REVISION_1","features":[104]},{"name":"DOT11_AUTH_ALGO_80211_OPEN","features":[104]},{"name":"DOT11_AUTH_ALGO_80211_SHARED_KEY","features":[104]},{"name":"DOT11_AUTH_ALGO_IHV_END","features":[104]},{"name":"DOT11_AUTH_ALGO_IHV_START","features":[104]},{"name":"DOT11_AUTH_ALGO_MICHAEL","features":[104]},{"name":"DOT11_AUTH_ALGO_OWE","features":[104]},{"name":"DOT11_AUTH_ALGO_RSNA","features":[104]},{"name":"DOT11_AUTH_ALGO_RSNA_PSK","features":[104]},{"name":"DOT11_AUTH_ALGO_WPA","features":[104]},{"name":"DOT11_AUTH_ALGO_WPA3","features":[104]},{"name":"DOT11_AUTH_ALGO_WPA3_ENT","features":[104]},{"name":"DOT11_AUTH_ALGO_WPA3_ENT_192","features":[104]},{"name":"DOT11_AUTH_ALGO_WPA3_SAE","features":[104]},{"name":"DOT11_AUTH_ALGO_WPA_NONE","features":[104]},{"name":"DOT11_AUTH_ALGO_WPA_PSK","features":[104]},{"name":"DOT11_AUTH_CIPHER_PAIR","features":[104]},{"name":"DOT11_AUTH_CIPHER_PAIR_LIST","features":[18,104]},{"name":"DOT11_AUTH_CIPHER_PAIR_LIST_REVISION_1","features":[104]},{"name":"DOT11_AVAILABLE_CHANNEL_LIST","features":[18,104]},{"name":"DOT11_AVAILABLE_CHANNEL_LIST_REVISION_1","features":[104]},{"name":"DOT11_AVAILABLE_FREQUENCY_LIST","features":[18,104]},{"name":"DOT11_AVAILABLE_FREQUENCY_LIST_REVISION_1","features":[104]},{"name":"DOT11_BAND","features":[104]},{"name":"DOT11_BSSID_CANDIDATE","features":[104]},{"name":"DOT11_BSSID_LIST","features":[18,104]},{"name":"DOT11_BSSID_LIST_REVISION_1","features":[104]},{"name":"DOT11_BSS_DESCRIPTION","features":[104]},{"name":"DOT11_BSS_ENTRY","features":[3,104]},{"name":"DOT11_BSS_ENTRY_BYTE_ARRAY_REVISION_1","features":[104]},{"name":"DOT11_BSS_ENTRY_PHY_SPECIFIC_INFO","features":[104]},{"name":"DOT11_BSS_LIST","features":[104]},{"name":"DOT11_BSS_TYPE","features":[104]},{"name":"DOT11_BYTE_ARRAY","features":[18,104]},{"name":"DOT11_CAN_SUSTAIN_AP_PARAMETERS","features":[18,104]},{"name":"DOT11_CAN_SUSTAIN_AP_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_CAN_SUSTAIN_AP_REASON_IHV_END","features":[104]},{"name":"DOT11_CAN_SUSTAIN_AP_REASON_IHV_START","features":[104]},{"name":"DOT11_CAPABILITY_CHANNEL_AGILITY","features":[104]},{"name":"DOT11_CAPABILITY_DSSSOFDM","features":[104]},{"name":"DOT11_CAPABILITY_INFO_CF_POLLABLE","features":[104]},{"name":"DOT11_CAPABILITY_INFO_CF_POLL_REQ","features":[104]},{"name":"DOT11_CAPABILITY_INFO_ESS","features":[104]},{"name":"DOT11_CAPABILITY_INFO_IBSS","features":[104]},{"name":"DOT11_CAPABILITY_INFO_PRIVACY","features":[104]},{"name":"DOT11_CAPABILITY_PBCC","features":[104]},{"name":"DOT11_CAPABILITY_SHORT_PREAMBLE","features":[104]},{"name":"DOT11_CAPABILITY_SHORT_SLOT_TIME","features":[104]},{"name":"DOT11_CCA_MODE_CS_ONLY","features":[104]},{"name":"DOT11_CCA_MODE_CS_WITH_TIMER","features":[104]},{"name":"DOT11_CCA_MODE_ED_ONLY","features":[104]},{"name":"DOT11_CCA_MODE_ED_and_CS","features":[104]},{"name":"DOT11_CCA_MODE_HRCS_AND_ED","features":[104]},{"name":"DOT11_CHANNEL_HINT","features":[104]},{"name":"DOT11_CIPHER_ALGORITHM","features":[104]},{"name":"DOT11_CIPHER_ALGORITHM_LIST","features":[18,104]},{"name":"DOT11_CIPHER_ALGORITHM_LIST_REVISION_1","features":[104]},{"name":"DOT11_CIPHER_ALGO_BIP","features":[104]},{"name":"DOT11_CIPHER_ALGO_BIP_CMAC_256","features":[104]},{"name":"DOT11_CIPHER_ALGO_BIP_GMAC_128","features":[104]},{"name":"DOT11_CIPHER_ALGO_BIP_GMAC_256","features":[104]},{"name":"DOT11_CIPHER_ALGO_CCMP","features":[104]},{"name":"DOT11_CIPHER_ALGO_CCMP_256","features":[104]},{"name":"DOT11_CIPHER_ALGO_GCMP","features":[104]},{"name":"DOT11_CIPHER_ALGO_GCMP_256","features":[104]},{"name":"DOT11_CIPHER_ALGO_IHV_END","features":[104]},{"name":"DOT11_CIPHER_ALGO_IHV_START","features":[104]},{"name":"DOT11_CIPHER_ALGO_NONE","features":[104]},{"name":"DOT11_CIPHER_ALGO_RSN_USE_GROUP","features":[104]},{"name":"DOT11_CIPHER_ALGO_TKIP","features":[104]},{"name":"DOT11_CIPHER_ALGO_WEP","features":[104]},{"name":"DOT11_CIPHER_ALGO_WEP104","features":[104]},{"name":"DOT11_CIPHER_ALGO_WEP40","features":[104]},{"name":"DOT11_CIPHER_ALGO_WPA_USE_GROUP","features":[104]},{"name":"DOT11_CIPHER_DEFAULT_KEY_VALUE","features":[3,18,104]},{"name":"DOT11_CIPHER_DEFAULT_KEY_VALUE_REVISION_1","features":[104]},{"name":"DOT11_CIPHER_KEY_MAPPING_KEY_VALUE","features":[3,104]},{"name":"DOT11_CIPHER_KEY_MAPPING_KEY_VALUE_BYTE_ARRAY_REVISION_1","features":[104]},{"name":"DOT11_CONF_ALGO_TKIP","features":[104]},{"name":"DOT11_CONF_ALGO_WEP_RC4","features":[104]},{"name":"DOT11_CONNECTION_COMPLETION_PARAMETERS","features":[18,104]},{"name":"DOT11_CONNECTION_COMPLETION_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_CONNECTION_START_PARAMETERS","features":[18,104]},{"name":"DOT11_CONNECTION_START_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_CONNECTION_STATUS_SUCCESS","features":[104]},{"name":"DOT11_COUNTERS_ENTRY","features":[104]},{"name":"DOT11_COUNTRY_OR_REGION_STRING_LIST","features":[18,104]},{"name":"DOT11_COUNTRY_OR_REGION_STRING_LIST_REVISION_1","features":[104]},{"name":"DOT11_CURRENT_OFFLOAD_CAPABILITY","features":[104]},{"name":"DOT11_CURRENT_OPERATION_MODE","features":[104]},{"name":"DOT11_CURRENT_OPTIONAL_CAPABILITY","features":[3,104]},{"name":"DOT11_DATA_RATE_MAPPING_ENTRY","features":[104]},{"name":"DOT11_DATA_RATE_MAPPING_TABLE","features":[18,104]},{"name":"DOT11_DATA_RATE_MAPPING_TABLE_REVISION_1","features":[104]},{"name":"DOT11_DEFAULT_WEP_OFFLOAD","features":[3,104]},{"name":"DOT11_DEFAULT_WEP_UPLOAD","features":[3,104]},{"name":"DOT11_DEVICE_ENTRY_BYTE_ARRAY_REVISION_1","features":[104]},{"name":"DOT11_DIRECTION","features":[104]},{"name":"DOT11_DIR_BOTH","features":[104]},{"name":"DOT11_DIR_INBOUND","features":[104]},{"name":"DOT11_DIR_OUTBOUND","features":[104]},{"name":"DOT11_DISASSOCIATE_PEER_REQUEST","features":[18,104]},{"name":"DOT11_DISASSOCIATE_PEER_REQUEST_REVISION_1","features":[104]},{"name":"DOT11_DISASSOCIATION_PARAMETERS","features":[18,104]},{"name":"DOT11_DISASSOCIATION_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_DIVERSITY_SELECTION_RX","features":[3,104]},{"name":"DOT11_DIVERSITY_SELECTION_RX_LIST","features":[3,104]},{"name":"DOT11_DIVERSITY_SUPPORT","features":[104]},{"name":"DOT11_DS_CHANGED","features":[104]},{"name":"DOT11_DS_INFO","features":[104]},{"name":"DOT11_DS_UNCHANGED","features":[104]},{"name":"DOT11_DS_UNKNOWN","features":[104]},{"name":"DOT11_EAP_RESULT","features":[104,105]},{"name":"DOT11_ENCAP_802_1H","features":[104]},{"name":"DOT11_ENCAP_ENTRY","features":[104]},{"name":"DOT11_ENCAP_RFC_1042","features":[104]},{"name":"DOT11_ERP_PHY_ATTRIBUTES","features":[3,104]},{"name":"DOT11_EXEMPT_ALWAYS","features":[104]},{"name":"DOT11_EXEMPT_BOTH","features":[104]},{"name":"DOT11_EXEMPT_MULTICAST","features":[104]},{"name":"DOT11_EXEMPT_NO_EXEMPTION","features":[104]},{"name":"DOT11_EXEMPT_ON_KEY_MAPPING_KEY_UNAVAILABLE","features":[104]},{"name":"DOT11_EXEMPT_UNICAST","features":[104]},{"name":"DOT11_EXTAP_ATTRIBUTES","features":[3,18,104]},{"name":"DOT11_EXTAP_ATTRIBUTES_REVISION_1","features":[104]},{"name":"DOT11_EXTAP_RECV_CONTEXT_REVISION_1","features":[104]},{"name":"DOT11_EXTAP_SEND_CONTEXT_REVISION_1","features":[104]},{"name":"DOT11_EXTSTA_ATTRIBUTES","features":[3,18,104]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_1","features":[104]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_2","features":[104]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_3","features":[104]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_4","features":[104]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_CERTIFIED","features":[104]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_OID_SUPPORTED","features":[104]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_RESERVED","features":[104]},{"name":"DOT11_EXTSTA_CAPABILITY","features":[18,104]},{"name":"DOT11_EXTSTA_CAPABILITY_REVISION_1","features":[104]},{"name":"DOT11_EXTSTA_RECV_CONTEXT","features":[18,104]},{"name":"DOT11_EXTSTA_RECV_CONTEXT_REVISION_1","features":[104]},{"name":"DOT11_EXTSTA_SEND_CONTEXT","features":[18,104]},{"name":"DOT11_EXTSTA_SEND_CONTEXT_REVISION_1","features":[104]},{"name":"DOT11_FLAGS_80211B_CHANNEL_AGILITY","features":[104]},{"name":"DOT11_FLAGS_80211B_PBCC","features":[104]},{"name":"DOT11_FLAGS_80211B_SHORT_PREAMBLE","features":[104]},{"name":"DOT11_FLAGS_80211G_BARKER_PREAMBLE_MODE","features":[104]},{"name":"DOT11_FLAGS_80211G_DSSS_OFDM","features":[104]},{"name":"DOT11_FLAGS_80211G_NON_ERP_PRESENT","features":[104]},{"name":"DOT11_FLAGS_80211G_USE_PROTECTION","features":[104]},{"name":"DOT11_FLAGS_PS_ON","features":[104]},{"name":"DOT11_FRAGMENT_DESCRIPTOR","features":[104]},{"name":"DOT11_FREQUENCY_BANDS_LOWER","features":[104]},{"name":"DOT11_FREQUENCY_BANDS_MIDDLE","features":[104]},{"name":"DOT11_FREQUENCY_BANDS_UPPER","features":[104]},{"name":"DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS","features":[18,104]},{"name":"DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_GO_NEGOTIATION_REQUEST_SEND_COMPLETE_PARAMETERS","features":[18,104]},{"name":"DOT11_GO_NEGOTIATION_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_GO_NEGOTIATION_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[18,104]},{"name":"DOT11_GO_NEGOTIATION_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_HESSID_LENGTH","features":[104]},{"name":"DOT11_HOPPING_PATTERN_ENTRY","features":[104]},{"name":"DOT11_HOPPING_PATTERN_ENTRY_LIST","features":[104]},{"name":"DOT11_HOP_ALGO_ADOPTED","features":[104]},{"name":"DOT11_HRDSSS_PHY_ATTRIBUTES","features":[3,104]},{"name":"DOT11_HR_CCA_MODE_CS_AND_ED","features":[104]},{"name":"DOT11_HR_CCA_MODE_CS_ONLY","features":[104]},{"name":"DOT11_HR_CCA_MODE_CS_WITH_TIMER","features":[104]},{"name":"DOT11_HR_CCA_MODE_ED_ONLY","features":[104]},{"name":"DOT11_HR_CCA_MODE_HRCS_AND_ED","features":[104]},{"name":"DOT11_HW_DEFRAGMENTATION_SUPPORTED","features":[104]},{"name":"DOT11_HW_FRAGMENTATION_SUPPORTED","features":[104]},{"name":"DOT11_HW_MSDU_AUTH_SUPPORTED_RX","features":[104]},{"name":"DOT11_HW_MSDU_AUTH_SUPPORTED_TX","features":[104]},{"name":"DOT11_HW_WEP_SUPPORTED_RX","features":[104]},{"name":"DOT11_HW_WEP_SUPPORTED_TX","features":[104]},{"name":"DOT11_IBSS_PARAMS","features":[3,18,104]},{"name":"DOT11_IBSS_PARAMS_REVISION_1","features":[104]},{"name":"DOT11_IHV_VERSION_INFO","features":[104]},{"name":"DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS","features":[3,18,104]},{"name":"DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_INCOMING_ASSOC_DECISION","features":[3,18,104]},{"name":"DOT11_INCOMING_ASSOC_DECISION_REVISION_1","features":[104]},{"name":"DOT11_INCOMING_ASSOC_DECISION_REVISION_2","features":[104]},{"name":"DOT11_INCOMING_ASSOC_DECISION_V2","features":[3,18,104]},{"name":"DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS","features":[3,18,104]},{"name":"DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_INCOMING_ASSOC_STARTED_PARAMETERS","features":[18,104]},{"name":"DOT11_INCOMING_ASSOC_STARTED_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_INVALID_CHANNEL_NUMBER","features":[104]},{"name":"DOT11_INVITATION_REQUEST_SEND_COMPLETE_PARAMETERS","features":[18,104]},{"name":"DOT11_INVITATION_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_INVITATION_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[18,104]},{"name":"DOT11_INVITATION_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_IV48_COUNTER","features":[104]},{"name":"DOT11_JOIN_REQUEST","features":[104]},{"name":"DOT11_KEY_ALGO_BIP","features":[104]},{"name":"DOT11_KEY_ALGO_BIP_GMAC_256","features":[104]},{"name":"DOT11_KEY_ALGO_CCMP","features":[104]},{"name":"DOT11_KEY_ALGO_GCMP","features":[104]},{"name":"DOT11_KEY_ALGO_GCMP_256","features":[104]},{"name":"DOT11_KEY_ALGO_TKIP_MIC","features":[104]},{"name":"DOT11_KEY_DIRECTION","features":[104]},{"name":"DOT11_LINK_QUALITY_ENTRY","features":[104]},{"name":"DOT11_LINK_QUALITY_PARAMETERS","features":[18,104]},{"name":"DOT11_LINK_QUALITY_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_MAC_ADDRESS_LIST","features":[18,104]},{"name":"DOT11_MAC_ADDRESS_LIST_REVISION_1","features":[104]},{"name":"DOT11_MAC_FRAME_STATISTICS","features":[104]},{"name":"DOT11_MAC_INFO","features":[104]},{"name":"DOT11_MAC_PARAMETERS","features":[18,104]},{"name":"DOT11_MAC_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_MANUFACTURING_CALLBACK_PARAMETERS","features":[18,104]},{"name":"DOT11_MANUFACTURING_CALLBACK_REVISION_1","features":[104]},{"name":"DOT11_MANUFACTURING_CALLBACK_TYPE","features":[104]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_QUERY_ADC","features":[104]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_RX","features":[3,104]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_TX","features":[3,104]},{"name":"DOT11_MANUFACTURING_SELF_TEST_QUERY_RESULTS","features":[3,104]},{"name":"DOT11_MANUFACTURING_SELF_TEST_SET_PARAMS","features":[104]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE","features":[104]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_BT_COEXISTENCE","features":[104]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_INTERFACE","features":[104]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_RF_INTERFACE","features":[104]},{"name":"DOT11_MANUFACTURING_TEST","features":[104]},{"name":"DOT11_MANUFACTURING_TEST_QUERY_DATA","features":[104]},{"name":"DOT11_MANUFACTURING_TEST_REVISION_1","features":[104]},{"name":"DOT11_MANUFACTURING_TEST_SET_DATA","features":[104]},{"name":"DOT11_MANUFACTURING_TEST_SLEEP","features":[104]},{"name":"DOT11_MANUFACTURING_TEST_TYPE","features":[104]},{"name":"DOT11_MAX_CHANNEL_HINTS","features":[104]},{"name":"DOT11_MAX_NUM_DEFAULT_KEY","features":[104]},{"name":"DOT11_MAX_NUM_DEFAULT_KEY_MFP","features":[104]},{"name":"DOT11_MAX_NUM_OF_FRAGMENTS","features":[104]},{"name":"DOT11_MAX_PDU_SIZE","features":[104]},{"name":"DOT11_MAX_REQUESTED_SERVICE_INFORMATION_LENGTH","features":[104]},{"name":"DOT11_MD_CAPABILITY_ENTRY_LIST","features":[104]},{"name":"DOT11_MIN_PDU_SIZE","features":[104]},{"name":"DOT11_MPDU_MAX_LENGTH_INDICATION","features":[18,104]},{"name":"DOT11_MPDU_MAX_LENGTH_INDICATION_REVISION_1","features":[104]},{"name":"DOT11_MSONEX_FAILURE","features":[104]},{"name":"DOT11_MSONEX_IN_PROGRESS","features":[104]},{"name":"DOT11_MSONEX_RESULT","features":[104]},{"name":"DOT11_MSONEX_RESULT_PARAMS","features":[104,105]},{"name":"DOT11_MSONEX_SUCCESS","features":[104]},{"name":"DOT11_MSSECURITY_SETTINGS","features":[3,104,105]},{"name":"DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY","features":[104]},{"name":"DOT11_NETWORK","features":[104]},{"name":"DOT11_NETWORK_LIST","features":[104]},{"name":"DOT11_NIC_SPECIFIC_EXTENSION","features":[104]},{"name":"DOT11_NLO_FLAG_SCAN_AT_SYSTEM_RESUME","features":[104]},{"name":"DOT11_NLO_FLAG_SCAN_ON_AOAC_PLATFORM","features":[104]},{"name":"DOT11_NLO_FLAG_STOP_NLO_INDICATION","features":[104]},{"name":"DOT11_OFDM_PHY_ATTRIBUTES","features":[104]},{"name":"DOT11_OFFLOAD_CAPABILITY","features":[104]},{"name":"DOT11_OFFLOAD_NETWORK","features":[104]},{"name":"DOT11_OFFLOAD_NETWORK_LIST_INFO","features":[18,104]},{"name":"DOT11_OFFLOAD_NETWORK_LIST_REVISION_1","features":[104]},{"name":"DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS","features":[18,104]},{"name":"DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_OFFLOAD_TYPE","features":[104]},{"name":"DOT11_OI","features":[104]},{"name":"DOT11_OI_MAX_LENGTH","features":[104]},{"name":"DOT11_OI_MIN_LENGTH","features":[104]},{"name":"DOT11_OPERATION_MODE_AP","features":[104]},{"name":"DOT11_OPERATION_MODE_CAPABILITY","features":[104]},{"name":"DOT11_OPERATION_MODE_EXTENSIBLE_AP","features":[104]},{"name":"DOT11_OPERATION_MODE_EXTENSIBLE_STATION","features":[104]},{"name":"DOT11_OPERATION_MODE_MANUFACTURING","features":[104]},{"name":"DOT11_OPERATION_MODE_NETWORK_MONITOR","features":[104]},{"name":"DOT11_OPERATION_MODE_STATION","features":[104]},{"name":"DOT11_OPERATION_MODE_UNKNOWN","features":[104]},{"name":"DOT11_OPERATION_MODE_WFD_CLIENT","features":[104]},{"name":"DOT11_OPERATION_MODE_WFD_DEVICE","features":[104]},{"name":"DOT11_OPERATION_MODE_WFD_GROUP_OWNER","features":[104]},{"name":"DOT11_OPTIONAL_CAPABILITY","features":[3,104]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_CTRL","features":[104]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_DATA","features":[104]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_MGMT","features":[104]},{"name":"DOT11_PACKET_TYPE_BROADCAST_CTRL","features":[104]},{"name":"DOT11_PACKET_TYPE_BROADCAST_DATA","features":[104]},{"name":"DOT11_PACKET_TYPE_BROADCAST_MGMT","features":[104]},{"name":"DOT11_PACKET_TYPE_DIRECTED_CTRL","features":[104]},{"name":"DOT11_PACKET_TYPE_DIRECTED_DATA","features":[104]},{"name":"DOT11_PACKET_TYPE_DIRECTED_MGMT","features":[104]},{"name":"DOT11_PACKET_TYPE_MULTICAST_CTRL","features":[104]},{"name":"DOT11_PACKET_TYPE_MULTICAST_DATA","features":[104]},{"name":"DOT11_PACKET_TYPE_MULTICAST_MGMT","features":[104]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_CTRL","features":[104]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_DATA","features":[104]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_MGMT","features":[104]},{"name":"DOT11_PEER_INFO","features":[3,104]},{"name":"DOT11_PEER_INFO_LIST","features":[3,18,104]},{"name":"DOT11_PEER_INFO_LIST_REVISION_1","features":[104]},{"name":"DOT11_PEER_STATISTICS","features":[104]},{"name":"DOT11_PER_MSDU_COUNTERS","features":[104]},{"name":"DOT11_PHY_ATTRIBUTES","features":[3,18,104]},{"name":"DOT11_PHY_ATTRIBUTES_REVISION_1","features":[104]},{"name":"DOT11_PHY_FRAME_STATISTICS","features":[104]},{"name":"DOT11_PHY_FREQUENCY_ADOPTED_PARAMETERS","features":[18,104]},{"name":"DOT11_PHY_FREQUENCY_ADOPTED_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_PHY_ID_LIST","features":[18,104]},{"name":"DOT11_PHY_ID_LIST_REVISION_1","features":[104]},{"name":"DOT11_PHY_STATE_PARAMETERS","features":[3,18,104]},{"name":"DOT11_PHY_STATE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_PHY_TYPE","features":[104]},{"name":"DOT11_PHY_TYPE_INFO","features":[3,104]},{"name":"DOT11_PHY_TYPE_LIST","features":[18,104]},{"name":"DOT11_PHY_TYPE_LIST_REVISION_1","features":[104]},{"name":"DOT11_PMKID_CANDIDATE_LIST_PARAMETERS","features":[18,104]},{"name":"DOT11_PMKID_CANDIDATE_LIST_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_PMKID_ENTRY","features":[104]},{"name":"DOT11_PMKID_LIST","features":[18,104]},{"name":"DOT11_PMKID_LIST_REVISION_1","features":[104]},{"name":"DOT11_PORT_STATE","features":[3,104]},{"name":"DOT11_PORT_STATE_NOTIFICATION","features":[3,18,104]},{"name":"DOT11_PORT_STATE_NOTIFICATION_REVISION_1","features":[104]},{"name":"DOT11_POWER_MGMT_AUTO_MODE_ENABLED_INFO","features":[3,18,104]},{"name":"DOT11_POWER_MGMT_AUTO_MODE_ENABLED_REVISION_1","features":[104]},{"name":"DOT11_POWER_MGMT_MODE","features":[3,104]},{"name":"DOT11_POWER_MGMT_MODE_STATUS_INFO","features":[18,104]},{"name":"DOT11_POWER_MGMT_MODE_STATUS_INFO_REVISION_1","features":[104]},{"name":"DOT11_POWER_MODE","features":[104]},{"name":"DOT11_POWER_MODE_REASON","features":[104]},{"name":"DOT11_POWER_SAVE_LEVEL_FAST_PSP","features":[104]},{"name":"DOT11_POWER_SAVE_LEVEL_MAX_PSP","features":[104]},{"name":"DOT11_POWER_SAVING_FAST_PSP","features":[104]},{"name":"DOT11_POWER_SAVING_MAXIMUM_LEVEL","features":[104]},{"name":"DOT11_POWER_SAVING_MAX_PSP","features":[104]},{"name":"DOT11_POWER_SAVING_NO_POWER_SAVING","features":[104]},{"name":"DOT11_PRIORITY_CONTENTION","features":[104]},{"name":"DOT11_PRIORITY_CONTENTION_FREE","features":[104]},{"name":"DOT11_PRIVACY_EXEMPTION","features":[104]},{"name":"DOT11_PRIVACY_EXEMPTION_LIST","features":[18,104]},{"name":"DOT11_PRIVACY_EXEMPTION_LIST_REVISION_1","features":[104]},{"name":"DOT11_PROVISION_DISCOVERY_REQUEST_SEND_COMPLETE_PARAMETERS","features":[18,104]},{"name":"DOT11_PROVISION_DISCOVERY_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_PROVISION_DISCOVERY_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[18,104]},{"name":"DOT11_PROVISION_DISCOVERY_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_PSD_IE_MAX_DATA_SIZE","features":[104]},{"name":"DOT11_PSD_IE_MAX_ENTRY_NUMBER","features":[104]},{"name":"DOT11_QOS_PARAMS","features":[18,104]},{"name":"DOT11_QOS_PARAMS_REVISION_1","features":[104]},{"name":"DOT11_QOS_TX_DURATION","features":[104]},{"name":"DOT11_QOS_TX_MEDIUM_TIME","features":[104]},{"name":"DOT11_RADIO_STATE","features":[104]},{"name":"DOT11_RATE_SET","features":[104]},{"name":"DOT11_RATE_SET_MAX_LENGTH","features":[104]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_CONFIRMATION_PARAMETERS","features":[18,104]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_CONFIRMATION_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_REQUEST_PARAMETERS","features":[18,104]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_REQUEST_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_RESPONSE_PARAMETERS","features":[18,104]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_RESPONSE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_RECEIVED_INVITATION_REQUEST_PARAMETERS","features":[18,104]},{"name":"DOT11_RECEIVED_INVITATION_REQUEST_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_RECEIVED_INVITATION_RESPONSE_PARAMETERS","features":[18,104]},{"name":"DOT11_RECEIVED_INVITATION_RESPONSE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS","features":[18,104]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_RESPONSE_PARAMETERS","features":[18,104]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_RESPONSE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_RECV_CONTEXT_REVISION_1","features":[104]},{"name":"DOT11_RECV_EXTENSION_INFO","features":[3,104]},{"name":"DOT11_RECV_EXTENSION_INFO_V2","features":[3,104]},{"name":"DOT11_RECV_SENSITIVITY","features":[104]},{"name":"DOT11_RECV_SENSITIVITY_LIST","features":[104]},{"name":"DOT11_REG_DOMAINS_SUPPORT_VALUE","features":[104]},{"name":"DOT11_REG_DOMAIN_DOC","features":[104]},{"name":"DOT11_REG_DOMAIN_ETSI","features":[104]},{"name":"DOT11_REG_DOMAIN_FCC","features":[104]},{"name":"DOT11_REG_DOMAIN_FRANCE","features":[104]},{"name":"DOT11_REG_DOMAIN_MKK","features":[104]},{"name":"DOT11_REG_DOMAIN_OTHER","features":[104]},{"name":"DOT11_REG_DOMAIN_SPAIN","features":[104]},{"name":"DOT11_REG_DOMAIN_VALUE","features":[104]},{"name":"DOT11_RESET_REQUEST","features":[3,104]},{"name":"DOT11_RESET_TYPE","features":[104]},{"name":"DOT11_ROAMING_COMPLETION_PARAMETERS","features":[18,104]},{"name":"DOT11_ROAMING_COMPLETION_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_ROAMING_START_PARAMETERS","features":[18,104]},{"name":"DOT11_ROAMING_START_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_RSSI_RANGE","features":[104]},{"name":"DOT11_SCAN_REQUEST","features":[3,104]},{"name":"DOT11_SCAN_REQUEST_V2","features":[3,104]},{"name":"DOT11_SCAN_TYPE","features":[104]},{"name":"DOT11_SECURITY_PACKET_HEADER","features":[104]},{"name":"DOT11_SEND_CONTEXT_REVISION_1","features":[104]},{"name":"DOT11_SEND_GO_NEGOTIATION_CONFIRMATION_PARAMETERS","features":[3,18,104]},{"name":"DOT11_SEND_GO_NEGOTIATION_CONFIRMATION_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS","features":[18,104]},{"name":"DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_SEND_GO_NEGOTIATION_RESPONSE_PARAMETERS","features":[3,18,104]},{"name":"DOT11_SEND_GO_NEGOTIATION_RESPONSE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_SEND_INVITATION_REQUEST_PARAMETERS","features":[3,18,104]},{"name":"DOT11_SEND_INVITATION_REQUEST_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_SEND_INVITATION_RESPONSE_PARAMETERS","features":[3,18,104]},{"name":"DOT11_SEND_INVITATION_RESPONSE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS","features":[3,18,104]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_RESPONSE_PARAMETERS","features":[18,104]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_RESPONSE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_SERVICE_CLASS_REORDERABLE_MULTICAST","features":[104]},{"name":"DOT11_SERVICE_CLASS_STRICTLY_ORDERED","features":[104]},{"name":"DOT11_SSID","features":[104]},{"name":"DOT11_SSID_LIST","features":[18,104]},{"name":"DOT11_SSID_LIST_REVISION_1","features":[104]},{"name":"DOT11_SSID_MAX_LENGTH","features":[104]},{"name":"DOT11_START_REQUEST","features":[104]},{"name":"DOT11_STATISTICS","features":[18,104]},{"name":"DOT11_STATISTICS_REVISION_1","features":[104]},{"name":"DOT11_STATUS_AP_JOIN_CONFIRM","features":[104]},{"name":"DOT11_STATUS_AUTH_FAILED","features":[104]},{"name":"DOT11_STATUS_AUTH_NOT_VERIFIED","features":[104]},{"name":"DOT11_STATUS_AUTH_VERIFIED","features":[104]},{"name":"DOT11_STATUS_ENCRYPTION_FAILED","features":[104]},{"name":"DOT11_STATUS_EXCESSIVE_DATA_LENGTH","features":[104]},{"name":"DOT11_STATUS_GENERATE_AUTH_FAILED","features":[104]},{"name":"DOT11_STATUS_ICV_VERIFIED","features":[104]},{"name":"DOT11_STATUS_INDICATION","features":[104]},{"name":"DOT11_STATUS_JOIN_CONFIRM","features":[104]},{"name":"DOT11_STATUS_MPDU_MAX_LENGTH_CHANGED","features":[104]},{"name":"DOT11_STATUS_PACKET_NOT_REASSEMBLED","features":[104]},{"name":"DOT11_STATUS_PACKET_REASSEMBLED","features":[104]},{"name":"DOT11_STATUS_PS_LIFETIME_EXPIRED","features":[104]},{"name":"DOT11_STATUS_RESET_CONFIRM","features":[104]},{"name":"DOT11_STATUS_RETRY_LIMIT_EXCEEDED","features":[104]},{"name":"DOT11_STATUS_SCAN_CONFIRM","features":[104]},{"name":"DOT11_STATUS_START_CONFIRM","features":[104]},{"name":"DOT11_STATUS_SUCCESS","features":[104]},{"name":"DOT11_STATUS_UNAVAILABLE_BSS","features":[104]},{"name":"DOT11_STATUS_UNAVAILABLE_PRIORITY","features":[104]},{"name":"DOT11_STATUS_UNAVAILABLE_SERVICE_CLASS","features":[104]},{"name":"DOT11_STATUS_UNSUPPORTED_PRIORITY","features":[104]},{"name":"DOT11_STATUS_UNSUPPORTED_SERVICE_CLASS","features":[104]},{"name":"DOT11_STATUS_WEP_KEY_UNAVAILABLE","features":[104]},{"name":"DOT11_STATUS_XMIT_MSDU_TIMER_EXPIRED","features":[104]},{"name":"DOT11_STOP_AP_PARAMETERS","features":[18,104]},{"name":"DOT11_STOP_AP_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_STOP_AP_REASON_AP_ACTIVE","features":[104]},{"name":"DOT11_STOP_AP_REASON_CHANNEL_NOT_AVAILABLE","features":[104]},{"name":"DOT11_STOP_AP_REASON_FREQUENCY_NOT_AVAILABLE","features":[104]},{"name":"DOT11_STOP_AP_REASON_IHV_END","features":[104]},{"name":"DOT11_STOP_AP_REASON_IHV_START","features":[104]},{"name":"DOT11_SUPPORTED_ANTENNA","features":[3,104]},{"name":"DOT11_SUPPORTED_ANTENNA_LIST","features":[3,104]},{"name":"DOT11_SUPPORTED_DATA_RATES_VALUE","features":[104]},{"name":"DOT11_SUPPORTED_DATA_RATES_VALUE_V2","features":[104]},{"name":"DOT11_SUPPORTED_DSSS_CHANNEL","features":[104]},{"name":"DOT11_SUPPORTED_DSSS_CHANNEL_LIST","features":[104]},{"name":"DOT11_SUPPORTED_OFDM_FREQUENCY","features":[104]},{"name":"DOT11_SUPPORTED_OFDM_FREQUENCY_LIST","features":[104]},{"name":"DOT11_SUPPORTED_PHY_TYPES","features":[104]},{"name":"DOT11_SUPPORTED_POWER_LEVELS","features":[104]},{"name":"DOT11_TEMP_TYPE","features":[104]},{"name":"DOT11_TKIPMIC_FAILURE_PARAMETERS","features":[3,18,104]},{"name":"DOT11_TKIPMIC_FAILURE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_UPDATE_IE","features":[104]},{"name":"DOT11_UPDATE_IE_OP","features":[104]},{"name":"DOT11_VENUEINFO","features":[104]},{"name":"DOT11_VWIFI_ATTRIBUTES","features":[18,104]},{"name":"DOT11_VWIFI_ATTRIBUTES_REVISION_1","features":[104]},{"name":"DOT11_VWIFI_COMBINATION","features":[18,104]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_1","features":[104]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_2","features":[104]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_3","features":[104]},{"name":"DOT11_VWIFI_COMBINATION_V2","features":[18,104]},{"name":"DOT11_VWIFI_COMBINATION_V3","features":[18,104]},{"name":"DOT11_WEP_OFFLOAD","features":[3,104]},{"name":"DOT11_WEP_UPLOAD","features":[3,104]},{"name":"DOT11_WFD_ADDITIONAL_IE","features":[18,104]},{"name":"DOT11_WFD_ADDITIONAL_IE_REVISION_1","features":[104]},{"name":"DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR","features":[104]},{"name":"DOT11_WFD_ADVERTISED_SERVICE_LIST","features":[104]},{"name":"DOT11_WFD_ADVERTISEMENT_ID","features":[104]},{"name":"DOT11_WFD_APS2_SERVICE_TYPE_MAX_LENGTH","features":[104]},{"name":"DOT11_WFD_ASP2_INSTANCE_NAME_MAX_LENGTH","features":[104]},{"name":"DOT11_WFD_ATTRIBUTES","features":[3,18,104]},{"name":"DOT11_WFD_ATTRIBUTES_REVISION_1","features":[104]},{"name":"DOT11_WFD_CHANNEL","features":[104]},{"name":"DOT11_WFD_CONFIGURATION_TIMEOUT","features":[104]},{"name":"DOT11_WFD_DEVICE_AUTO_AVAILABILITY","features":[104]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONCURRENT_OPERATION","features":[104]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONFIG","features":[3,18,104]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONFIG_REVISION_1","features":[104]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_CLIENT_DISCOVERABILITY","features":[104]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_DEVICE_LIMIT","features":[104]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_INFRASTRUCTURE_MANAGED","features":[104]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_INVITATION_PROCEDURE","features":[104]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_RESERVED_6","features":[104]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_RESERVED_7","features":[104]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_SERVICE_DISCOVERY","features":[104]},{"name":"DOT11_WFD_DEVICE_ENTRY","features":[104]},{"name":"DOT11_WFD_DEVICE_HIGH_AVAILABILITY","features":[104]},{"name":"DOT11_WFD_DEVICE_INFO","features":[18,104]},{"name":"DOT11_WFD_DEVICE_INFO_REVISION_1","features":[104]},{"name":"DOT11_WFD_DEVICE_LISTEN_CHANNEL","features":[18,104]},{"name":"DOT11_WFD_DEVICE_LISTEN_CHANNEL_REVISION_1","features":[104]},{"name":"DOT11_WFD_DEVICE_NOT_DISCOVERABLE","features":[104]},{"name":"DOT11_WFD_DEVICE_TYPE","features":[104]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_MAX_LIST_SIZE","features":[104]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_PARAMETERS","features":[18,104]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_WFD_DISCOVER_DEVICE_FILTER","features":[104]},{"name":"DOT11_WFD_DISCOVER_REQUEST","features":[3,18,104]},{"name":"DOT11_WFD_DISCOVER_REQUEST_REVISION_1","features":[104]},{"name":"DOT11_WFD_DISCOVER_TYPE","features":[104]},{"name":"DOT11_WFD_GO_INTENT","features":[104]},{"name":"DOT11_WFD_GROUP_CAPABILITY_CROSS_CONNECTION_SUPPORTED","features":[104]},{"name":"DOT11_WFD_GROUP_CAPABILITY_EAPOL_KEY_IP_ADDRESS_ALLOCATION_SUPPORTED","features":[104]},{"name":"DOT11_WFD_GROUP_CAPABILITY_GROUP_LIMIT_REACHED","features":[104]},{"name":"DOT11_WFD_GROUP_CAPABILITY_GROUP_OWNER","features":[104]},{"name":"DOT11_WFD_GROUP_CAPABILITY_INTRABSS_DISTRIBUTION_SUPPORTED","features":[104]},{"name":"DOT11_WFD_GROUP_CAPABILITY_IN_GROUP_FORMATION","features":[104]},{"name":"DOT11_WFD_GROUP_CAPABILITY_NONE","features":[104]},{"name":"DOT11_WFD_GROUP_CAPABILITY_PERSISTENT_GROUP","features":[104]},{"name":"DOT11_WFD_GROUP_CAPABILITY_PERSISTENT_RECONNECT_SUPPORTED","features":[104]},{"name":"DOT11_WFD_GROUP_CAPABILITY_RESERVED_7","features":[104]},{"name":"DOT11_WFD_GROUP_ID","features":[104]},{"name":"DOT11_WFD_GROUP_JOIN_PARAMETERS","features":[3,18,104]},{"name":"DOT11_WFD_GROUP_JOIN_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG","features":[3,18,104]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_REVISION_1","features":[104]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_REVISION_2","features":[104]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2","features":[3,18,104]},{"name":"DOT11_WFD_GROUP_START_PARAMETERS","features":[18,104]},{"name":"DOT11_WFD_GROUP_START_PARAMETERS_REVISION_1","features":[104]},{"name":"DOT11_WFD_INVITATION_FLAGS","features":[104]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_FROM_WLAN_CROSS_CONNECTION_POLICY","features":[104]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_INFRASTRUCTURE_MANAGED_POLICY","features":[104]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_NOT_MANAGED_INFRASTRUCTURE_CAPABLE","features":[104]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_WFD_COEXISTENCE_POLICY","features":[104]},{"name":"DOT11_WFD_MINOR_REASON_SUCCESS","features":[104]},{"name":"DOT11_WFD_SCAN_TYPE","features":[104]},{"name":"DOT11_WFD_SECONDARY_DEVICE_TYPE_LIST","features":[18,104]},{"name":"DOT11_WFD_SECONDARY_DEVICE_TYPE_LIST_REVISION_1","features":[104]},{"name":"DOT11_WFD_SERVICE_HASH_LIST","features":[104]},{"name":"DOT11_WFD_SERVICE_INFORMATION_MAX_LENGTH","features":[104]},{"name":"DOT11_WFD_SERVICE_NAME_MAX_LENGTH","features":[104]},{"name":"DOT11_WFD_SESSION_ID","features":[104]},{"name":"DOT11_WFD_SESSION_INFO","features":[104]},{"name":"DOT11_WFD_SESSION_INFO_MAX_LENGTH","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_INCOMPATIBLE_PARAMETERS","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_INCOMPATIBLE_PROVISIONING_METHOD","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_INFORMATION_IS_UNAVAILABLE","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_INVALID_PARAMETERS","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_LIMIT_REACHED","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_MATCHING_MAX_INTENT","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_NO_COMMON_CHANNELS","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_PREVIOUS_PROTOCOL_ERROR","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_REJECTED_BY_USER","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_UNABLE_TO_ACCOMODATE_REQUEST","features":[104]},{"name":"DOT11_WFD_STATUS_FAILED_UNKNOWN_WFD_GROUP","features":[104]},{"name":"DOT11_WFD_STATUS_SUCCESS","features":[104]},{"name":"DOT11_WFD_STATUS_SUCCESS_ACCEPTED_BY_USER","features":[104]},{"name":"DOT11_WME_AC_PARAMETERS","features":[104]},{"name":"DOT11_WME_AC_PARAMETERS_LIST","features":[104]},{"name":"DOT11_WME_PACKET","features":[104]},{"name":"DOT11_WME_UPDATE_IE","features":[104]},{"name":"DOT11_WPA_TSC","features":[3,104]},{"name":"DOT11_WPS_CONFIG_METHOD","features":[104]},{"name":"DOT11_WPS_CONFIG_METHOD_DISPLAY","features":[104]},{"name":"DOT11_WPS_CONFIG_METHOD_KEYPAD","features":[104]},{"name":"DOT11_WPS_CONFIG_METHOD_NFC_INTERFACE","features":[104]},{"name":"DOT11_WPS_CONFIG_METHOD_NFC_TAG","features":[104]},{"name":"DOT11_WPS_CONFIG_METHOD_NULL","features":[104]},{"name":"DOT11_WPS_CONFIG_METHOD_PUSHBUTTON","features":[104]},{"name":"DOT11_WPS_CONFIG_METHOD_WFDS_DEFAULT","features":[104]},{"name":"DOT11_WPS_DEVICE_NAME","features":[104]},{"name":"DOT11_WPS_DEVICE_NAME_MAX_LENGTH","features":[104]},{"name":"DOT11_WPS_DEVICE_PASSWORD_ID","features":[104]},{"name":"DOT11_WPS_MAX_MODEL_NAME_LENGTH","features":[104]},{"name":"DOT11_WPS_MAX_MODEL_NUMBER_LENGTH","features":[104]},{"name":"DOT11_WPS_MAX_PASSKEY_LENGTH","features":[104]},{"name":"DOT11_WPS_PASSWORD_ID_DEFAULT","features":[104]},{"name":"DOT11_WPS_PASSWORD_ID_MACHINE_SPECIFIED","features":[104]},{"name":"DOT11_WPS_PASSWORD_ID_NFC_CONNECTION_HANDOVER","features":[104]},{"name":"DOT11_WPS_PASSWORD_ID_OOB_RANGE_MAX","features":[104]},{"name":"DOT11_WPS_PASSWORD_ID_OOB_RANGE_MIN","features":[104]},{"name":"DOT11_WPS_PASSWORD_ID_PUSHBUTTON","features":[104]},{"name":"DOT11_WPS_PASSWORD_ID_REGISTRAR_SPECIFIED","features":[104]},{"name":"DOT11_WPS_PASSWORD_ID_REKEY","features":[104]},{"name":"DOT11_WPS_PASSWORD_ID_USER_SPECIFIED","features":[104]},{"name":"DOT11_WPS_PASSWORD_ID_WFD_SERVICES","features":[104]},{"name":"DOT11_WPS_VERSION_1_0","features":[104]},{"name":"DOT11_WPS_VERSION_2_0","features":[104]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_Enhanced","features":[104]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_NoP2PSupported","features":[104]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_NotSupported","features":[104]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_SingleFunctionSupported","features":[104]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_Supported","features":[104]},{"name":"DevProp_PciDevice_AcsSupport_Missing","features":[104]},{"name":"DevProp_PciDevice_AcsSupport_NotNeeded","features":[104]},{"name":"DevProp_PciDevice_AcsSupport_Present","features":[104]},{"name":"DevProp_PciDevice_BridgeType_PciConventional","features":[104]},{"name":"DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort","features":[104]},{"name":"DevProp_PciDevice_BridgeType_PciExpressEventCollector","features":[104]},{"name":"DevProp_PciDevice_BridgeType_PciExpressRootPort","features":[104]},{"name":"DevProp_PciDevice_BridgeType_PciExpressToPciXBridge","features":[104]},{"name":"DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci","features":[104]},{"name":"DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort","features":[104]},{"name":"DevProp_PciDevice_BridgeType_PciX","features":[104]},{"name":"DevProp_PciDevice_BridgeType_PciXToExpressBridge","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_100Mhz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_133MHZ","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_66Mhz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_100Mhz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_133Mhz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_66Mhz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_100MHz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_133MHz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_66MHz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_100MHz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_133MHz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_66MHz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode_Conventional_Pci","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_Pci_Conventional_33MHz","features":[104]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_Pci_Conventional_66MHz","features":[104]},{"name":"DevProp_PciDevice_DeviceType_PciConventional","features":[104]},{"name":"DevProp_PciDevice_DeviceType_PciExpressEndpoint","features":[104]},{"name":"DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint","features":[104]},{"name":"DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint","features":[104]},{"name":"DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci","features":[104]},{"name":"DevProp_PciDevice_DeviceType_PciX","features":[104]},{"name":"DevProp_PciDevice_InterruptType_LineBased","features":[104]},{"name":"DevProp_PciDevice_InterruptType_Msi","features":[104]},{"name":"DevProp_PciDevice_InterruptType_MsiX","features":[104]},{"name":"DevProp_PciDevice_SriovSupport_DidntGetVfBarSpace","features":[104]},{"name":"DevProp_PciDevice_SriovSupport_MissingAcs","features":[104]},{"name":"DevProp_PciDevice_SriovSupport_MissingPfDriver","features":[104]},{"name":"DevProp_PciDevice_SriovSupport_NoBusResource","features":[104]},{"name":"DevProp_PciDevice_SriovSupport_Ok","features":[104]},{"name":"DevProp_PciExpressDevice_LinkSpeed_Five_Gbps","features":[104]},{"name":"DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps","features":[104]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_1","features":[104]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_12","features":[104]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_16","features":[104]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_2","features":[104]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_32","features":[104]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_4","features":[104]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_8","features":[104]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_1024Bytes","features":[104]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_128Bytes","features":[104]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_2048Bytes","features":[104]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_256Bytes","features":[104]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_4096Bytes","features":[104]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_512Bytes","features":[104]},{"name":"DevProp_PciExpressDevice_Spec_Version_10","features":[104]},{"name":"DevProp_PciExpressDevice_Spec_Version_11","features":[104]},{"name":"DevProp_PciRootBus_BusWidth_32Bits","features":[104]},{"name":"DevProp_PciRootBus_BusWidth_64Bits","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_Conventional_33Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_Conventional_66Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_100Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_133Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_66Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_100Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_133Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_66Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_100Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_133Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_66Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_100Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_133Mhz","features":[104]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_66Mhz","features":[104]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciConventional","features":[104]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciExpress","features":[104]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciXMode1","features":[104]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciXMode2","features":[104]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_Conventional_33Mhz","features":[104]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_Conventional_66Mhz","features":[104]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_133Mhz","features":[104]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_266Mhz","features":[104]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_533Mhz","features":[104]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_66Mhz","features":[104]},{"name":"Dot11AdHocManager","features":[104]},{"name":"GUID_AEPSERVICE_WIFIDIRECT_DEVICE","features":[104]},{"name":"GUID_DEVINTERFACE_ASP_INFRA_DEVICE","features":[104]},{"name":"GUID_DEVINTERFACE_WIFIDIRECT_DEVICE","features":[104]},{"name":"IDot11AdHocInterface","features":[104]},{"name":"IDot11AdHocInterfaceNotificationSink","features":[104]},{"name":"IDot11AdHocManager","features":[104]},{"name":"IDot11AdHocManagerNotificationSink","features":[104]},{"name":"IDot11AdHocNetwork","features":[104]},{"name":"IDot11AdHocNetworkNotificationSink","features":[104]},{"name":"IDot11AdHocSecuritySettings","features":[104]},{"name":"IEnumDot11AdHocInterfaces","features":[104]},{"name":"IEnumDot11AdHocNetworks","features":[104]},{"name":"IEnumDot11AdHocSecuritySettings","features":[104]},{"name":"IHV_INIT_FUNCTION_NAME","features":[104]},{"name":"IHV_INIT_VS_FUNCTION_NAME","features":[104]},{"name":"IHV_VERSION_FUNCTION_NAME","features":[104]},{"name":"IndicationTypeLinkQuality","features":[104]},{"name":"IndicationTypeNicSpecificNotification","features":[104]},{"name":"IndicationTypePhyStateChange","features":[104]},{"name":"IndicationTypePmkidCandidateList","features":[104]},{"name":"IndicationTypeTkipMicFailure","features":[104]},{"name":"L2_NOTIFICATION_CODE_GROUP_SIZE","features":[104]},{"name":"L2_NOTIFICATION_CODE_PUBLIC_BEGIN","features":[104]},{"name":"L2_NOTIFICATION_DATA","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_ALL","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_DOT3_AUTO_CONFIG","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_NONE","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_ONEX","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_SECURITY","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_WCM","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_WCM_CSP","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_WFD","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_ACM","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_DEVICE_SERVICE","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_HNWK","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_IHV","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_MSM","features":[104]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_SECURITY","features":[104]},{"name":"L2_PROFILE_MAX_NAME_LENGTH","features":[104]},{"name":"L2_REASON_CODE_DOT11_AC_BASE","features":[104]},{"name":"L2_REASON_CODE_DOT11_MSM_BASE","features":[104]},{"name":"L2_REASON_CODE_DOT11_SECURITY_BASE","features":[104]},{"name":"L2_REASON_CODE_DOT3_AC_BASE","features":[104]},{"name":"L2_REASON_CODE_DOT3_MSM_BASE","features":[104]},{"name":"L2_REASON_CODE_GEN_BASE","features":[104]},{"name":"L2_REASON_CODE_GROUP_SIZE","features":[104]},{"name":"L2_REASON_CODE_IHV_BASE","features":[104]},{"name":"L2_REASON_CODE_ONEX_BASE","features":[104]},{"name":"L2_REASON_CODE_PROFILE_BASE","features":[104]},{"name":"L2_REASON_CODE_PROFILE_MISSING","features":[104]},{"name":"L2_REASON_CODE_RESERVED_BASE","features":[104]},{"name":"L2_REASON_CODE_SUCCESS","features":[104]},{"name":"L2_REASON_CODE_UNKNOWN","features":[104]},{"name":"L2_REASON_CODE_WIMAX_BASE","features":[104]},{"name":"MAX_NUM_SUPPORTED_RATES","features":[104]},{"name":"MAX_NUM_SUPPORTED_RATES_V2","features":[104]},{"name":"MS_MAX_PROFILE_NAME_LENGTH","features":[104]},{"name":"MS_PROFILE_GROUP_POLICY","features":[104]},{"name":"MS_PROFILE_USER","features":[104]},{"name":"NDIS_PACKET_TYPE_802_11_ALL_MULTICAST_DATA","features":[104]},{"name":"NDIS_PACKET_TYPE_802_11_BROADCAST_DATA","features":[104]},{"name":"NDIS_PACKET_TYPE_802_11_DIRECTED_DATA","features":[104]},{"name":"NDIS_PACKET_TYPE_802_11_MULTICAST_DATA","features":[104]},{"name":"NDIS_PACKET_TYPE_802_11_PROMISCUOUS_DATA","features":[104]},{"name":"OID_DOT11_AP_JOIN_REQUEST","features":[104]},{"name":"OID_DOT11_ATIM_WINDOW","features":[104]},{"name":"OID_DOT11_BEACON_PERIOD","features":[104]},{"name":"OID_DOT11_CCA_MODE_SUPPORTED","features":[104]},{"name":"OID_DOT11_CCA_WATCHDOG_COUNT_MAX","features":[104]},{"name":"OID_DOT11_CCA_WATCHDOG_COUNT_MIN","features":[104]},{"name":"OID_DOT11_CCA_WATCHDOG_TIMER_MAX","features":[104]},{"name":"OID_DOT11_CCA_WATCHDOG_TIMER_MIN","features":[104]},{"name":"OID_DOT11_CFP_MAX_DURATION","features":[104]},{"name":"OID_DOT11_CFP_PERIOD","features":[104]},{"name":"OID_DOT11_CF_POLLABLE","features":[104]},{"name":"OID_DOT11_CHANNEL_AGILITY_ENABLED","features":[104]},{"name":"OID_DOT11_CHANNEL_AGILITY_PRESENT","features":[104]},{"name":"OID_DOT11_COUNTERS_ENTRY","features":[104]},{"name":"OID_DOT11_COUNTRY_STRING","features":[104]},{"name":"OID_DOT11_CURRENT_ADDRESS","features":[104]},{"name":"OID_DOT11_CURRENT_CCA_MODE","features":[104]},{"name":"OID_DOT11_CURRENT_CHANNEL","features":[104]},{"name":"OID_DOT11_CURRENT_CHANNEL_NUMBER","features":[104]},{"name":"OID_DOT11_CURRENT_DWELL_TIME","features":[104]},{"name":"OID_DOT11_CURRENT_FREQUENCY","features":[104]},{"name":"OID_DOT11_CURRENT_INDEX","features":[104]},{"name":"OID_DOT11_CURRENT_OFFLOAD_CAPABILITY","features":[104]},{"name":"OID_DOT11_CURRENT_OPERATION_MODE","features":[104]},{"name":"OID_DOT11_CURRENT_OPTIONAL_CAPABILITY","features":[104]},{"name":"OID_DOT11_CURRENT_PACKET_FILTER","features":[104]},{"name":"OID_DOT11_CURRENT_PATTERN","features":[104]},{"name":"OID_DOT11_CURRENT_PHY_TYPE","features":[104]},{"name":"OID_DOT11_CURRENT_REG_DOMAIN","features":[104]},{"name":"OID_DOT11_CURRENT_RX_ANTENNA","features":[104]},{"name":"OID_DOT11_CURRENT_SET","features":[104]},{"name":"OID_DOT11_CURRENT_TX_ANTENNA","features":[104]},{"name":"OID_DOT11_CURRENT_TX_POWER_LEVEL","features":[104]},{"name":"OID_DOT11_DEFAULT_WEP_OFFLOAD","features":[104]},{"name":"OID_DOT11_DEFAULT_WEP_UPLOAD","features":[104]},{"name":"OID_DOT11_DIVERSITY_SELECTION_RX","features":[104]},{"name":"OID_DOT11_DIVERSITY_SUPPORT","features":[104]},{"name":"OID_DOT11_DSSS_OFDM_OPTION_ENABLED","features":[104]},{"name":"OID_DOT11_DSSS_OFDM_OPTION_IMPLEMENTED","features":[104]},{"name":"OID_DOT11_DTIM_PERIOD","features":[104]},{"name":"OID_DOT11_ED_THRESHOLD","features":[104]},{"name":"OID_DOT11_EHCC_CAPABILITY_ENABLED","features":[104]},{"name":"OID_DOT11_EHCC_CAPABILITY_IMPLEMENTED","features":[104]},{"name":"OID_DOT11_EHCC_NUMBER_OF_CHANNELS_FAMILY_INDEX","features":[104]},{"name":"OID_DOT11_EHCC_PRIME_RADIX","features":[104]},{"name":"OID_DOT11_ERP_PBCC_OPTION_ENABLED","features":[104]},{"name":"OID_DOT11_ERP_PBCC_OPTION_IMPLEMENTED","features":[104]},{"name":"OID_DOT11_FRAGMENTATION_THRESHOLD","features":[104]},{"name":"OID_DOT11_FREQUENCY_BANDS_SUPPORTED","features":[104]},{"name":"OID_DOT11_HOPPING_PATTERN","features":[104]},{"name":"OID_DOT11_HOP_ALGORITHM_ADOPTED","features":[104]},{"name":"OID_DOT11_HOP_MODULUS","features":[104]},{"name":"OID_DOT11_HOP_OFFSET","features":[104]},{"name":"OID_DOT11_HOP_TIME","features":[104]},{"name":"OID_DOT11_HR_CCA_MODE_SUPPORTED","features":[104]},{"name":"OID_DOT11_JOIN_REQUEST","features":[104]},{"name":"OID_DOT11_LONG_RETRY_LIMIT","features":[104]},{"name":"OID_DOT11_MAC_ADDRESS","features":[104]},{"name":"OID_DOT11_MAXIMUM_LIST_SIZE","features":[104]},{"name":"OID_DOT11_MAX_DWELL_TIME","features":[104]},{"name":"OID_DOT11_MAX_MAC_ADDRESS_STATES","features":[104]},{"name":"OID_DOT11_MAX_RECEIVE_LIFETIME","features":[104]},{"name":"OID_DOT11_MAX_TRANSMIT_MSDU_LIFETIME","features":[104]},{"name":"OID_DOT11_MEDIUM_OCCUPANCY_LIMIT","features":[104]},{"name":"OID_DOT11_MPDU_MAX_LENGTH","features":[104]},{"name":"OID_DOT11_MULTICAST_LIST","features":[104]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY","features":[104]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY_ENABLED","features":[104]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY_IMPLEMENTED","features":[104]},{"name":"OID_DOT11_NDIS_START","features":[104]},{"name":"OID_DOT11_NIC_POWER_STATE","features":[104]},{"name":"OID_DOT11_NIC_SPECIFIC_EXTENSION","features":[104]},{"name":"OID_DOT11_NUMBER_OF_HOPPING_SETS","features":[104]},{"name":"OID_DOT11_OFFLOAD_CAPABILITY","features":[104]},{"name":"OID_DOT11_OPERATIONAL_RATE_SET","features":[104]},{"name":"OID_DOT11_OPERATION_MODE_CAPABILITY","features":[104]},{"name":"OID_DOT11_OPTIONAL_CAPABILITY","features":[104]},{"name":"OID_DOT11_PBCC_OPTION_IMPLEMENTED","features":[104]},{"name":"OID_DOT11_PERMANENT_ADDRESS","features":[104]},{"name":"OID_DOT11_POWER_MGMT_MODE","features":[104]},{"name":"OID_DOT11_PRIVATE_OIDS_START","features":[104]},{"name":"OID_DOT11_QOS_TX_DURATION","features":[104]},{"name":"OID_DOT11_QOS_TX_MEDIUM_TIME","features":[104]},{"name":"OID_DOT11_QOS_TX_QUEUES_SUPPORTED","features":[104]},{"name":"OID_DOT11_RANDOM_TABLE_FIELD_NUMBER","features":[104]},{"name":"OID_DOT11_RANDOM_TABLE_FLAG","features":[104]},{"name":"OID_DOT11_RECV_SENSITIVITY_LIST","features":[104]},{"name":"OID_DOT11_REG_DOMAINS_SUPPORT_VALUE","features":[104]},{"name":"OID_DOT11_RESET_REQUEST","features":[104]},{"name":"OID_DOT11_RF_USAGE","features":[104]},{"name":"OID_DOT11_RSSI_RANGE","features":[104]},{"name":"OID_DOT11_RTS_THRESHOLD","features":[104]},{"name":"OID_DOT11_SCAN_REQUEST","features":[104]},{"name":"OID_DOT11_SHORT_PREAMBLE_OPTION_IMPLEMENTED","features":[104]},{"name":"OID_DOT11_SHORT_RETRY_LIMIT","features":[104]},{"name":"OID_DOT11_SHORT_SLOT_TIME_OPTION_ENABLED","features":[104]},{"name":"OID_DOT11_SHORT_SLOT_TIME_OPTION_IMPLEMENTED","features":[104]},{"name":"OID_DOT11_START_REQUEST","features":[104]},{"name":"OID_DOT11_STATION_ID","features":[104]},{"name":"OID_DOT11_SUPPORTED_DATA_RATES_VALUE","features":[104]},{"name":"OID_DOT11_SUPPORTED_DSSS_CHANNEL_LIST","features":[104]},{"name":"OID_DOT11_SUPPORTED_OFDM_FREQUENCY_LIST","features":[104]},{"name":"OID_DOT11_SUPPORTED_PHY_TYPES","features":[104]},{"name":"OID_DOT11_SUPPORTED_POWER_LEVELS","features":[104]},{"name":"OID_DOT11_SUPPORTED_RX_ANTENNA","features":[104]},{"name":"OID_DOT11_SUPPORTED_TX_ANTENNA","features":[104]},{"name":"OID_DOT11_TEMP_TYPE","features":[104]},{"name":"OID_DOT11_TI_THRESHOLD","features":[104]},{"name":"OID_DOT11_UPDATE_IE","features":[104]},{"name":"OID_DOT11_WEP_ICV_ERROR_COUNT","features":[104]},{"name":"OID_DOT11_WEP_OFFLOAD","features":[104]},{"name":"OID_DOT11_WEP_UPLOAD","features":[104]},{"name":"OID_DOT11_WME_AC_PARAMETERS","features":[104]},{"name":"OID_DOT11_WME_ENABLED","features":[104]},{"name":"OID_DOT11_WME_IMPLEMENTED","features":[104]},{"name":"OID_DOT11_WME_UPDATE_IE","features":[104]},{"name":"OID_DOT11_WPA_TSC","features":[104]},{"name":"ONEX_AUTHENTICATOR_NO_LONGER_PRESENT","features":[104]},{"name":"ONEX_AUTH_IDENTITY","features":[104]},{"name":"ONEX_AUTH_PARAMS","features":[3,104]},{"name":"ONEX_AUTH_RESTART_REASON","features":[104]},{"name":"ONEX_AUTH_STATUS","features":[104]},{"name":"ONEX_EAP_ERROR","features":[104,105]},{"name":"ONEX_EAP_FAILURE_RECEIVED","features":[104]},{"name":"ONEX_EAP_METHOD_BACKEND_SUPPORT","features":[104]},{"name":"ONEX_IDENTITY_NOT_FOUND","features":[104]},{"name":"ONEX_NOTIFICATION_TYPE","features":[104]},{"name":"ONEX_NO_RESPONSE_TO_IDENTITY","features":[104]},{"name":"ONEX_PROFILE_DISALLOWED_EAP_TYPE","features":[104]},{"name":"ONEX_PROFILE_EXPIRED_EXPLICIT_CREDENTIALS","features":[104]},{"name":"ONEX_PROFILE_INVALID_AUTH_MODE","features":[104]},{"name":"ONEX_PROFILE_INVALID_EAP_CONNECTION_PROPERTIES","features":[104]},{"name":"ONEX_PROFILE_INVALID_EAP_TYPE_OR_FLAG","features":[104]},{"name":"ONEX_PROFILE_INVALID_EXPLICIT_CREDENTIALS","features":[104]},{"name":"ONEX_PROFILE_INVALID_LENGTH","features":[104]},{"name":"ONEX_PROFILE_INVALID_ONEX_FLAGS","features":[104]},{"name":"ONEX_PROFILE_INVALID_SUPPLICANT_MODE","features":[104]},{"name":"ONEX_PROFILE_INVALID_TIMER_VALUE","features":[104]},{"name":"ONEX_PROFILE_VERSION_NOT_SUPPORTED","features":[104]},{"name":"ONEX_REASON_CODE","features":[104]},{"name":"ONEX_REASON_CODE_SUCCESS","features":[104]},{"name":"ONEX_REASON_START","features":[104]},{"name":"ONEX_RESULT_UPDATE_DATA","features":[3,104]},{"name":"ONEX_STATUS","features":[104]},{"name":"ONEX_UI_CANCELLED","features":[104]},{"name":"ONEX_UI_DISABLED","features":[104]},{"name":"ONEX_UI_FAILURE","features":[104]},{"name":"ONEX_UI_NOT_PERMITTED","features":[104]},{"name":"ONEX_UNABLE_TO_IDENTIFY_USER","features":[104]},{"name":"ONEX_USER_INFO","features":[104]},{"name":"ONEX_VARIABLE_BLOB","features":[104]},{"name":"OneXAuthFailure","features":[104]},{"name":"OneXAuthIdentityExplicitUser","features":[104]},{"name":"OneXAuthIdentityGuest","features":[104]},{"name":"OneXAuthIdentityInvalid","features":[104]},{"name":"OneXAuthIdentityMachine","features":[104]},{"name":"OneXAuthIdentityNone","features":[104]},{"name":"OneXAuthIdentityUser","features":[104]},{"name":"OneXAuthInProgress","features":[104]},{"name":"OneXAuthInvalid","features":[104]},{"name":"OneXAuthNoAuthenticatorFound","features":[104]},{"name":"OneXAuthNotStarted","features":[104]},{"name":"OneXAuthSuccess","features":[104]},{"name":"OneXEapMethodBackendSupportUnknown","features":[104]},{"name":"OneXEapMethodBackendSupported","features":[104]},{"name":"OneXEapMethodBackendUnsupported","features":[104]},{"name":"OneXNotificationTypeAuthRestarted","features":[104]},{"name":"OneXNotificationTypeEventInvalid","features":[104]},{"name":"OneXNotificationTypeResultUpdate","features":[104]},{"name":"OneXNumNotifications","features":[104]},{"name":"OneXPublicNotificationBase","features":[104]},{"name":"OneXRestartReasonAltCredsTrial","features":[104]},{"name":"OneXRestartReasonInvalid","features":[104]},{"name":"OneXRestartReasonMsmInitiated","features":[104]},{"name":"OneXRestartReasonOneXAuthTimeout","features":[104]},{"name":"OneXRestartReasonOneXConfigurationChanged","features":[104]},{"name":"OneXRestartReasonOneXHeldStateTimeout","features":[104]},{"name":"OneXRestartReasonOneXUserChanged","features":[104]},{"name":"OneXRestartReasonPeerInitiated","features":[104]},{"name":"OneXRestartReasonQuarantineStateChanged","features":[104]},{"name":"WDIAG_IHV_WLAN_ID","features":[104]},{"name":"WDIAG_IHV_WLAN_ID_FLAG_SECURITY_ENABLED","features":[104]},{"name":"WFDCancelOpenSession","features":[3,104]},{"name":"WFDCloseHandle","features":[3,104]},{"name":"WFDCloseSession","features":[3,104]},{"name":"WFDOpenHandle","features":[3,104]},{"name":"WFDOpenLegacySession","features":[3,104]},{"name":"WFDSVC_CONNECTION_CAPABILITY","features":[3,104]},{"name":"WFDSVC_CONNECTION_CAPABILITY_CLIENT","features":[104]},{"name":"WFDSVC_CONNECTION_CAPABILITY_GO","features":[104]},{"name":"WFDSVC_CONNECTION_CAPABILITY_NEW","features":[104]},{"name":"WFDStartOpenSession","features":[3,104]},{"name":"WFDUpdateDeviceVisibility","features":[104]},{"name":"WFD_API_VERSION","features":[104]},{"name":"WFD_API_VERSION_1_0","features":[104]},{"name":"WFD_GROUP_ID","features":[104]},{"name":"WFD_OPEN_SESSION_COMPLETE_CALLBACK","features":[3,104]},{"name":"WFD_ROLE_TYPE","features":[104]},{"name":"WFD_ROLE_TYPE_CLIENT","features":[104]},{"name":"WFD_ROLE_TYPE_DEVICE","features":[104]},{"name":"WFD_ROLE_TYPE_GROUP_OWNER","features":[104]},{"name":"WFD_ROLE_TYPE_MAX","features":[104]},{"name":"WFD_ROLE_TYPE_NONE","features":[104]},{"name":"WLAN_ADHOC_NETWORK_STATE","features":[104]},{"name":"WLAN_API_VERSION","features":[104]},{"name":"WLAN_API_VERSION_1_0","features":[104]},{"name":"WLAN_API_VERSION_2_0","features":[104]},{"name":"WLAN_ASSOCIATION_ATTRIBUTES","features":[104]},{"name":"WLAN_AUTH_CIPHER_PAIR_LIST","features":[104]},{"name":"WLAN_AUTOCONF_OPCODE","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK","features":[3,104]},{"name":"WLAN_AVAILABLE_NETWORK_ANQP_SUPPORTED","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_AUTO_CONNECT_FAILED","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_CONNECTED","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_CONSOLE_USER_PROFILE","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_HAS_PROFILE","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_DOMAIN","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_ENABLED","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_ROAMING","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_INCLUDE_ALL_ADHOC_PROFILES","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_INCLUDE_ALL_MANUAL_HIDDEN_PROFILES","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_INTERWORKING_SUPPORTED","features":[104]},{"name":"WLAN_AVAILABLE_NETWORK_LIST","features":[3,104]},{"name":"WLAN_AVAILABLE_NETWORK_LIST_V2","features":[3,104]},{"name":"WLAN_AVAILABLE_NETWORK_V2","features":[3,104]},{"name":"WLAN_BSS_ENTRY","features":[3,104]},{"name":"WLAN_BSS_LIST","features":[3,104]},{"name":"WLAN_CONNECTION_ADHOC_JOIN_ONLY","features":[104]},{"name":"WLAN_CONNECTION_ATTRIBUTES","features":[3,104]},{"name":"WLAN_CONNECTION_EAPOL_PASSTHROUGH","features":[104]},{"name":"WLAN_CONNECTION_HIDDEN_NETWORK","features":[104]},{"name":"WLAN_CONNECTION_IGNORE_PRIVACY_BIT","features":[104]},{"name":"WLAN_CONNECTION_MODE","features":[104]},{"name":"WLAN_CONNECTION_NOTIFICATION_ADHOC_NETWORK_FORMED","features":[104]},{"name":"WLAN_CONNECTION_NOTIFICATION_CONSOLE_USER_PROFILE","features":[104]},{"name":"WLAN_CONNECTION_NOTIFICATION_DATA","features":[3,104]},{"name":"WLAN_CONNECTION_NOTIFICATION_FLAGS","features":[104]},{"name":"WLAN_CONNECTION_PARAMETERS","features":[18,104]},{"name":"WLAN_CONNECTION_PARAMETERS_V2","features":[18,104]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE","features":[104]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE_CONNECTION_MODE_AUTO","features":[104]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE_OVERWRITE_EXISTING","features":[104]},{"name":"WLAN_COUNTRY_OR_REGION_STRING_LIST","features":[104]},{"name":"WLAN_DEVICE_SERVICE_GUID_LIST","features":[104]},{"name":"WLAN_DEVICE_SERVICE_NOTIFICATION_DATA","features":[104]},{"name":"WLAN_FILTER_LIST_TYPE","features":[104]},{"name":"WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS","features":[104]},{"name":"WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE","features":[104]},{"name":"WLAN_HOSTED_NETWORK_NOTIFICATION_CODE","features":[104]},{"name":"WLAN_HOSTED_NETWORK_OPCODE","features":[104]},{"name":"WLAN_HOSTED_NETWORK_PEER_AUTH_STATE","features":[104]},{"name":"WLAN_HOSTED_NETWORK_PEER_STATE","features":[104]},{"name":"WLAN_HOSTED_NETWORK_RADIO_STATE","features":[104]},{"name":"WLAN_HOSTED_NETWORK_REASON","features":[104]},{"name":"WLAN_HOSTED_NETWORK_SECURITY_SETTINGS","features":[104]},{"name":"WLAN_HOSTED_NETWORK_STATE","features":[104]},{"name":"WLAN_HOSTED_NETWORK_STATE_CHANGE","features":[104]},{"name":"WLAN_HOSTED_NETWORK_STATUS","features":[104]},{"name":"WLAN_IHV_CONTROL_TYPE","features":[104]},{"name":"WLAN_INTERFACE_CAPABILITY","features":[3,104]},{"name":"WLAN_INTERFACE_INFO","features":[104]},{"name":"WLAN_INTERFACE_INFO_LIST","features":[104]},{"name":"WLAN_INTERFACE_STATE","features":[104]},{"name":"WLAN_INTERFACE_TYPE","features":[104]},{"name":"WLAN_INTF_OPCODE","features":[104]},{"name":"WLAN_MAC_FRAME_STATISTICS","features":[104]},{"name":"WLAN_MAX_NAME_LENGTH","features":[104]},{"name":"WLAN_MAX_PHY_INDEX","features":[104]},{"name":"WLAN_MAX_PHY_TYPE_NUMBER","features":[104]},{"name":"WLAN_MSM_NOTIFICATION_DATA","features":[3,104]},{"name":"WLAN_NOTIFICATION_ACM","features":[104]},{"name":"WLAN_NOTIFICATION_CALLBACK","features":[104]},{"name":"WLAN_NOTIFICATION_MSM","features":[104]},{"name":"WLAN_NOTIFICATION_SECURITY","features":[104]},{"name":"WLAN_NOTIFICATION_SOURCES","features":[104]},{"name":"WLAN_NOTIFICATION_SOURCE_ACM","features":[104]},{"name":"WLAN_NOTIFICATION_SOURCE_ALL","features":[104]},{"name":"WLAN_NOTIFICATION_SOURCE_DEVICE_SERVICE","features":[104]},{"name":"WLAN_NOTIFICATION_SOURCE_HNWK","features":[104]},{"name":"WLAN_NOTIFICATION_SOURCE_IHV","features":[104]},{"name":"WLAN_NOTIFICATION_SOURCE_MSM","features":[104]},{"name":"WLAN_NOTIFICATION_SOURCE_NONE","features":[104]},{"name":"WLAN_NOTIFICATION_SOURCE_ONEX","features":[104]},{"name":"WLAN_NOTIFICATION_SOURCE_SECURITY","features":[104]},{"name":"WLAN_OPCODE_VALUE_TYPE","features":[104]},{"name":"WLAN_OPERATIONAL_STATE","features":[104]},{"name":"WLAN_PHY_FRAME_STATISTICS","features":[104]},{"name":"WLAN_PHY_RADIO_STATE","features":[104]},{"name":"WLAN_POWER_SETTING","features":[104]},{"name":"WLAN_PROFILE_CONNECTION_MODE_AUTO","features":[104]},{"name":"WLAN_PROFILE_CONNECTION_MODE_SET_BY_CLIENT","features":[104]},{"name":"WLAN_PROFILE_GET_PLAINTEXT_KEY","features":[104]},{"name":"WLAN_PROFILE_GROUP_POLICY","features":[104]},{"name":"WLAN_PROFILE_INFO","features":[104]},{"name":"WLAN_PROFILE_INFO_LIST","features":[104]},{"name":"WLAN_PROFILE_USER","features":[104]},{"name":"WLAN_RADIO_STATE","features":[104]},{"name":"WLAN_RATE_SET","features":[104]},{"name":"WLAN_RAW_DATA","features":[104]},{"name":"WLAN_RAW_DATA_LIST","features":[104]},{"name":"WLAN_REASON_CODE_AC_BASE","features":[104]},{"name":"WLAN_REASON_CODE_AC_CONNECT_BASE","features":[104]},{"name":"WLAN_REASON_CODE_AC_END","features":[104]},{"name":"WLAN_REASON_CODE_ADHOC_SECURITY_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_AP_PROFILE_NOT_ALLOWED","features":[104]},{"name":"WLAN_REASON_CODE_AP_PROFILE_NOT_ALLOWED_FOR_CLIENT","features":[104]},{"name":"WLAN_REASON_CODE_AP_STARTING_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_ASSOCIATION_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_ASSOCIATION_TIMEOUT","features":[104]},{"name":"WLAN_REASON_CODE_AUTO_AP_PROFILE_NOT_ALLOWED","features":[104]},{"name":"WLAN_REASON_CODE_AUTO_CONNECTION_NOT_ALLOWED","features":[104]},{"name":"WLAN_REASON_CODE_AUTO_SWITCH_SET_FOR_ADHOC","features":[104]},{"name":"WLAN_REASON_CODE_AUTO_SWITCH_SET_FOR_MANUAL_CONNECTION","features":[104]},{"name":"WLAN_REASON_CODE_BAD_MAX_NUMBER_OF_CLIENTS_FOR_AP","features":[104]},{"name":"WLAN_REASON_CODE_BASE","features":[104]},{"name":"WLAN_REASON_CODE_BSS_TYPE_NOT_ALLOWED","features":[104]},{"name":"WLAN_REASON_CODE_BSS_TYPE_UNMATCH","features":[104]},{"name":"WLAN_REASON_CODE_CONFLICT_SECURITY","features":[104]},{"name":"WLAN_REASON_CODE_CONNECT_CALL_FAIL","features":[104]},{"name":"WLAN_REASON_CODE_DATARATE_UNMATCH","features":[104]},{"name":"WLAN_REASON_CODE_DISCONNECT_TIMEOUT","features":[104]},{"name":"WLAN_REASON_CODE_DRIVER_DISCONNECTED","features":[104]},{"name":"WLAN_REASON_CODE_DRIVER_OPERATION_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_GP_DENIED","features":[104]},{"name":"WLAN_REASON_CODE_HOTSPOT2_PROFILE_DENIED","features":[104]},{"name":"WLAN_REASON_CODE_HOTSPOT2_PROFILE_NOT_ALLOWED","features":[104]},{"name":"WLAN_REASON_CODE_IHV_CONNECTIVITY_NOT_SUPPORTED","features":[104]},{"name":"WLAN_REASON_CODE_IHV_NOT_AVAILABLE","features":[104]},{"name":"WLAN_REASON_CODE_IHV_NOT_RESPONDING","features":[104]},{"name":"WLAN_REASON_CODE_IHV_OUI_MISMATCH","features":[104]},{"name":"WLAN_REASON_CODE_IHV_OUI_MISSING","features":[104]},{"name":"WLAN_REASON_CODE_IHV_SECURITY_NOT_SUPPORTED","features":[104]},{"name":"WLAN_REASON_CODE_IHV_SECURITY_ONEX_MISSING","features":[104]},{"name":"WLAN_REASON_CODE_IHV_SETTINGS_MISSING","features":[104]},{"name":"WLAN_REASON_CODE_INTERNAL_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_INVALID_ADHOC_CONNECTION_MODE","features":[104]},{"name":"WLAN_REASON_CODE_INVALID_BSS_TYPE","features":[104]},{"name":"WLAN_REASON_CODE_INVALID_CHANNEL","features":[104]},{"name":"WLAN_REASON_CODE_INVALID_PHY_TYPE","features":[104]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_NAME","features":[104]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_SCHEMA","features":[104]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_TYPE","features":[104]},{"name":"WLAN_REASON_CODE_IN_BLOCKED_LIST","features":[104]},{"name":"WLAN_REASON_CODE_IN_FAILED_LIST","features":[104]},{"name":"WLAN_REASON_CODE_KEY_MISMATCH","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_START_TIMEOUT","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_SUCCESS_TIMEOUT","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_WCN_COMPLETED","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_BASE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CANCELLED","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_DISCOVERY","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_MFP_NW_NIC","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_NETWORK","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_NIC","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_AUTH","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_CIPHER","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_SAFE_MODE_NIC","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_SAFE_MODE_NW","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_CONNECT_BASE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_DOWNGRADE_DETECTED","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_END","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_FORCED_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_GRP_KEY","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_KEY_DATA","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_MGMT_GRP_KEY","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_FORMAT","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_START_TIMEOUT","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_SUCCESS_TIMEOUT","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_M2_MISSING_IE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_M2_MISSING_KEY_DATA","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_GRP_KEY","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_IE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_KEY_DATA","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_MGMT_GRP_KEY","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_TOO_MANY_RSNIE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_MAX","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_MIN","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_MIXED_CELL","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_NIC_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_NO_AUTHENTICATOR","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_NO_PAIRWISE_KEY","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PEER_INDICATED_INSECURE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_AUTH_TIMERS_INVALID","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_DUPLICATE_AUTH_CIPHER","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_AUTH_CIPHER","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_GKEY_INTV","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_KEY_INDEX","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_MODE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_SIZE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_TTL","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PREAUTH_MODE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PREAUTH_THROTTLE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEYMATERIAL_CHAR","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEY_LENGTH","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEY_UNMAPPED_CHAR","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_NO_AUTH_CIPHER_SPECIFIED","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_ONEX_DISABLED","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_ONEX_ENABLED","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PASSPHRASE_CHAR","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PREAUTH_ONLY_ENABLED","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PSK_LENGTH","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PSK_PRESENT","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_RAWDATA_INVALID","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_SAFE_MODE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_TOO_MANY_AUTH_CIPHER_SPECIFIED","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_UNSUPPORTED_AUTH","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_UNSUPPORTED_CIPHER","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_WRONG_KEYTYPE","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PR_IE_MATCHING","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_PSK_MISMATCH_SUSPECTED","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_SEC_IE_MATCHING","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_TRANSITION_NETWORK","features":[104]},{"name":"WLAN_REASON_CODE_MSMSEC_UI_REQUEST_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_MSM_BASE","features":[104]},{"name":"WLAN_REASON_CODE_MSM_CONNECT_BASE","features":[104]},{"name":"WLAN_REASON_CODE_MSM_END","features":[104]},{"name":"WLAN_REASON_CODE_MSM_SECURITY_MISSING","features":[104]},{"name":"WLAN_REASON_CODE_NETWORK_NOT_AVAILABLE","features":[104]},{"name":"WLAN_REASON_CODE_NETWORK_NOT_COMPATIBLE","features":[104]},{"name":"WLAN_REASON_CODE_NON_BROADCAST_SET_FOR_ADHOC","features":[104]},{"name":"WLAN_REASON_CODE_NOT_VISIBLE","features":[104]},{"name":"WLAN_REASON_CODE_NO_AUTO_CONNECTION","features":[104]},{"name":"WLAN_REASON_CODE_NO_VISIBLE_AP","features":[104]},{"name":"WLAN_REASON_CODE_OPERATION_MODE_NOT_SUPPORTED","features":[104]},{"name":"WLAN_REASON_CODE_PHY_TYPE_UNMATCH","features":[104]},{"name":"WLAN_REASON_CODE_PRE_SECURITY_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_PROFILE_BASE","features":[104]},{"name":"WLAN_REASON_CODE_PROFILE_CHANGED_OR_DELETED","features":[104]},{"name":"WLAN_REASON_CODE_PROFILE_CONNECT_BASE","features":[104]},{"name":"WLAN_REASON_CODE_PROFILE_END","features":[104]},{"name":"WLAN_REASON_CODE_PROFILE_MISSING","features":[104]},{"name":"WLAN_REASON_CODE_PROFILE_NOT_COMPATIBLE","features":[104]},{"name":"WLAN_REASON_CODE_PROFILE_SSID_INVALID","features":[104]},{"name":"WLAN_REASON_CODE_RANGE_SIZE","features":[104]},{"name":"WLAN_REASON_CODE_RESERVED_BASE","features":[104]},{"name":"WLAN_REASON_CODE_RESERVED_END","features":[104]},{"name":"WLAN_REASON_CODE_ROAMING_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_ROAMING_SECURITY_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_SCAN_CALL_FAIL","features":[104]},{"name":"WLAN_REASON_CODE_SECURITY_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_SECURITY_MISSING","features":[104]},{"name":"WLAN_REASON_CODE_SECURITY_TIMEOUT","features":[104]},{"name":"WLAN_REASON_CODE_SSID_LIST_TOO_LONG","features":[104]},{"name":"WLAN_REASON_CODE_START_SECURITY_FAILURE","features":[104]},{"name":"WLAN_REASON_CODE_SUCCESS","features":[104]},{"name":"WLAN_REASON_CODE_TOO_MANY_SECURITY_ATTEMPTS","features":[104]},{"name":"WLAN_REASON_CODE_TOO_MANY_SSID","features":[104]},{"name":"WLAN_REASON_CODE_UI_REQUEST_TIMEOUT","features":[104]},{"name":"WLAN_REASON_CODE_UNKNOWN","features":[104]},{"name":"WLAN_REASON_CODE_UNSUPPORTED_SECURITY_SET","features":[104]},{"name":"WLAN_REASON_CODE_UNSUPPORTED_SECURITY_SET_BY_OS","features":[104]},{"name":"WLAN_REASON_CODE_USER_CANCELLED","features":[104]},{"name":"WLAN_REASON_CODE_USER_DENIED","features":[104]},{"name":"WLAN_REASON_CODE_USER_NOT_RESPOND","features":[104]},{"name":"WLAN_SECURABLE_OBJECT","features":[104]},{"name":"WLAN_SECURABLE_OBJECT_COUNT","features":[104]},{"name":"WLAN_SECURITY_ATTRIBUTES","features":[3,104]},{"name":"WLAN_SET_EAPHOST_DATA_ALL_USERS","features":[104]},{"name":"WLAN_SET_EAPHOST_FLAGS","features":[104]},{"name":"WLAN_STATISTICS","features":[104]},{"name":"WLAN_UI_API_INITIAL_VERSION","features":[104]},{"name":"WLAN_UI_API_VERSION","features":[104]},{"name":"WLAdvPage","features":[104]},{"name":"WLConnectionPage","features":[104]},{"name":"WLSecurityPage","features":[104]},{"name":"WL_DISPLAY_PAGES","features":[104]},{"name":"WlanAllocateMemory","features":[104]},{"name":"WlanCloseHandle","features":[3,104]},{"name":"WlanConnect","features":[3,18,104]},{"name":"WlanConnect2","features":[3,18,104]},{"name":"WlanDeleteProfile","features":[3,104]},{"name":"WlanDeviceServiceCommand","features":[3,104]},{"name":"WlanDisconnect","features":[3,104]},{"name":"WlanEnumInterfaces","features":[3,104]},{"name":"WlanExtractPsdIEDataList","features":[3,104]},{"name":"WlanFreeMemory","features":[104]},{"name":"WlanGetAvailableNetworkList","features":[3,104]},{"name":"WlanGetAvailableNetworkList2","features":[3,104]},{"name":"WlanGetFilterList","features":[3,104]},{"name":"WlanGetInterfaceCapability","features":[3,104]},{"name":"WlanGetNetworkBssList","features":[3,104]},{"name":"WlanGetProfile","features":[3,104]},{"name":"WlanGetProfileCustomUserData","features":[3,104]},{"name":"WlanGetProfileList","features":[3,104]},{"name":"WlanGetSecuritySettings","features":[3,104]},{"name":"WlanGetSupportedDeviceServices","features":[3,104]},{"name":"WlanHostedNetworkForceStart","features":[3,104]},{"name":"WlanHostedNetworkForceStop","features":[3,104]},{"name":"WlanHostedNetworkInitSettings","features":[3,104]},{"name":"WlanHostedNetworkQueryProperty","features":[3,104]},{"name":"WlanHostedNetworkQuerySecondaryKey","features":[3,104]},{"name":"WlanHostedNetworkQueryStatus","features":[3,104]},{"name":"WlanHostedNetworkRefreshSecuritySettings","features":[3,104]},{"name":"WlanHostedNetworkSetProperty","features":[3,104]},{"name":"WlanHostedNetworkSetSecondaryKey","features":[3,104]},{"name":"WlanHostedNetworkStartUsing","features":[3,104]},{"name":"WlanHostedNetworkStopUsing","features":[3,104]},{"name":"WlanIhvControl","features":[3,104]},{"name":"WlanOpenHandle","features":[3,104]},{"name":"WlanQueryAutoConfigParameter","features":[3,104]},{"name":"WlanQueryInterface","features":[3,104]},{"name":"WlanReasonCodeToString","features":[104]},{"name":"WlanRegisterDeviceServiceNotification","features":[3,104]},{"name":"WlanRegisterNotification","features":[3,104]},{"name":"WlanRegisterVirtualStationNotification","features":[3,104]},{"name":"WlanRenameProfile","features":[3,104]},{"name":"WlanSaveTemporaryProfile","features":[3,104]},{"name":"WlanScan","features":[3,104]},{"name":"WlanSetAutoConfigParameter","features":[3,104]},{"name":"WlanSetFilterList","features":[3,104]},{"name":"WlanSetInterface","features":[3,104]},{"name":"WlanSetProfile","features":[3,104]},{"name":"WlanSetProfileCustomUserData","features":[3,104]},{"name":"WlanSetProfileEapUserData","features":[3,104,105]},{"name":"WlanSetProfileEapXmlUserData","features":[3,104]},{"name":"WlanSetProfileList","features":[3,104]},{"name":"WlanSetProfilePosition","features":[3,104]},{"name":"WlanSetPsdIEDataList","features":[3,104]},{"name":"WlanSetSecuritySettings","features":[3,104]},{"name":"WlanUIEditProfile","features":[3,104]},{"name":"ch_description_type_center_frequency","features":[104]},{"name":"ch_description_type_logical","features":[104]},{"name":"ch_description_type_phy_specific","features":[104]},{"name":"connection_phase_any","features":[104]},{"name":"connection_phase_initial_connection","features":[104]},{"name":"connection_phase_post_l3_connection","features":[104]},{"name":"dot11_AC_param_BE","features":[104]},{"name":"dot11_AC_param_BK","features":[104]},{"name":"dot11_AC_param_VI","features":[104]},{"name":"dot11_AC_param_VO","features":[104]},{"name":"dot11_AC_param_max","features":[104]},{"name":"dot11_ANQP_query_result_access_issues","features":[104]},{"name":"dot11_ANQP_query_result_advertisement_protocol_not_supported_on_remote","features":[104]},{"name":"dot11_ANQP_query_result_advertisement_server_not_responding","features":[104]},{"name":"dot11_ANQP_query_result_failure","features":[104]},{"name":"dot11_ANQP_query_result_gas_protocol_failure","features":[104]},{"name":"dot11_ANQP_query_result_resources","features":[104]},{"name":"dot11_ANQP_query_result_success","features":[104]},{"name":"dot11_ANQP_query_result_timed_out","features":[104]},{"name":"dot11_BSS_type_any","features":[104]},{"name":"dot11_BSS_type_independent","features":[104]},{"name":"dot11_BSS_type_infrastructure","features":[104]},{"name":"dot11_assoc_state_auth_assoc","features":[104]},{"name":"dot11_assoc_state_auth_unassoc","features":[104]},{"name":"dot11_assoc_state_unauth_unassoc","features":[104]},{"name":"dot11_assoc_state_zero","features":[104]},{"name":"dot11_band_2p4g","features":[104]},{"name":"dot11_band_4p9g","features":[104]},{"name":"dot11_band_5g","features":[104]},{"name":"dot11_diversity_support_dynamic","features":[104]},{"name":"dot11_diversity_support_fixedlist","features":[104]},{"name":"dot11_diversity_support_notsupported","features":[104]},{"name":"dot11_diversity_support_unknown","features":[104]},{"name":"dot11_hop_algo_current","features":[104]},{"name":"dot11_hop_algo_hcc","features":[104]},{"name":"dot11_hop_algo_hop_index","features":[104]},{"name":"dot11_key_direction_both","features":[104]},{"name":"dot11_key_direction_inbound","features":[104]},{"name":"dot11_key_direction_outbound","features":[104]},{"name":"dot11_manufacturing_callback_IHV_end","features":[104]},{"name":"dot11_manufacturing_callback_IHV_start","features":[104]},{"name":"dot11_manufacturing_callback_self_test_complete","features":[104]},{"name":"dot11_manufacturing_callback_sleep_complete","features":[104]},{"name":"dot11_manufacturing_callback_unknown","features":[104]},{"name":"dot11_manufacturing_test_IHV_end","features":[104]},{"name":"dot11_manufacturing_test_IHV_start","features":[104]},{"name":"dot11_manufacturing_test_awake","features":[104]},{"name":"dot11_manufacturing_test_query_adc","features":[104]},{"name":"dot11_manufacturing_test_query_data","features":[104]},{"name":"dot11_manufacturing_test_rx","features":[104]},{"name":"dot11_manufacturing_test_self_query_result","features":[104]},{"name":"dot11_manufacturing_test_self_start","features":[104]},{"name":"dot11_manufacturing_test_set_data","features":[104]},{"name":"dot11_manufacturing_test_sleep","features":[104]},{"name":"dot11_manufacturing_test_tx","features":[104]},{"name":"dot11_manufacturing_test_unknown","features":[104]},{"name":"dot11_offload_type_auth","features":[104]},{"name":"dot11_offload_type_wep","features":[104]},{"name":"dot11_phy_type_IHV_end","features":[104]},{"name":"dot11_phy_type_IHV_start","features":[104]},{"name":"dot11_phy_type_any","features":[104]},{"name":"dot11_phy_type_dmg","features":[104]},{"name":"dot11_phy_type_dsss","features":[104]},{"name":"dot11_phy_type_eht","features":[104]},{"name":"dot11_phy_type_erp","features":[104]},{"name":"dot11_phy_type_fhss","features":[104]},{"name":"dot11_phy_type_he","features":[104]},{"name":"dot11_phy_type_hrdsss","features":[104]},{"name":"dot11_phy_type_ht","features":[104]},{"name":"dot11_phy_type_irbaseband","features":[104]},{"name":"dot11_phy_type_ofdm","features":[104]},{"name":"dot11_phy_type_unknown","features":[104]},{"name":"dot11_phy_type_vht","features":[104]},{"name":"dot11_power_mode_active","features":[104]},{"name":"dot11_power_mode_powersave","features":[104]},{"name":"dot11_power_mode_reason_compliant_AP","features":[104]},{"name":"dot11_power_mode_reason_compliant_WFD_device","features":[104]},{"name":"dot11_power_mode_reason_legacy_WFD_device","features":[104]},{"name":"dot11_power_mode_reason_no_change","features":[104]},{"name":"dot11_power_mode_reason_noncompliant_AP","features":[104]},{"name":"dot11_power_mode_reason_others","features":[104]},{"name":"dot11_power_mode_unknown","features":[104]},{"name":"dot11_radio_state_off","features":[104]},{"name":"dot11_radio_state_on","features":[104]},{"name":"dot11_radio_state_unknown","features":[104]},{"name":"dot11_reset_type_mac","features":[104]},{"name":"dot11_reset_type_phy","features":[104]},{"name":"dot11_reset_type_phy_and_mac","features":[104]},{"name":"dot11_scan_type_active","features":[104]},{"name":"dot11_scan_type_auto","features":[104]},{"name":"dot11_scan_type_forced","features":[104]},{"name":"dot11_scan_type_passive","features":[104]},{"name":"dot11_temp_type_1","features":[104]},{"name":"dot11_temp_type_2","features":[104]},{"name":"dot11_temp_type_unknown","features":[104]},{"name":"dot11_update_ie_op_create_replace","features":[104]},{"name":"dot11_update_ie_op_delete","features":[104]},{"name":"dot11_wfd_discover_type_auto","features":[104]},{"name":"dot11_wfd_discover_type_find_only","features":[104]},{"name":"dot11_wfd_discover_type_forced","features":[104]},{"name":"dot11_wfd_discover_type_scan_only","features":[104]},{"name":"dot11_wfd_discover_type_scan_social_channels","features":[104]},{"name":"dot11_wfd_scan_type_active","features":[104]},{"name":"dot11_wfd_scan_type_auto","features":[104]},{"name":"dot11_wfd_scan_type_passive","features":[104]},{"name":"wlan_adhoc_network_state_connected","features":[104]},{"name":"wlan_adhoc_network_state_formed","features":[104]},{"name":"wlan_autoconf_opcode_allow_explicit_creds","features":[104]},{"name":"wlan_autoconf_opcode_allow_virtual_station_extensibility","features":[104]},{"name":"wlan_autoconf_opcode_block_period","features":[104]},{"name":"wlan_autoconf_opcode_end","features":[104]},{"name":"wlan_autoconf_opcode_only_use_gp_profiles_for_allowed_networks","features":[104]},{"name":"wlan_autoconf_opcode_power_setting","features":[104]},{"name":"wlan_autoconf_opcode_show_denied_networks","features":[104]},{"name":"wlan_autoconf_opcode_start","features":[104]},{"name":"wlan_connection_mode_auto","features":[104]},{"name":"wlan_connection_mode_discovery_secure","features":[104]},{"name":"wlan_connection_mode_discovery_unsecure","features":[104]},{"name":"wlan_connection_mode_invalid","features":[104]},{"name":"wlan_connection_mode_profile","features":[104]},{"name":"wlan_connection_mode_temporary_profile","features":[104]},{"name":"wlan_filter_list_type_gp_deny","features":[104]},{"name":"wlan_filter_list_type_gp_permit","features":[104]},{"name":"wlan_filter_list_type_user_deny","features":[104]},{"name":"wlan_filter_list_type_user_permit","features":[104]},{"name":"wlan_hosted_network_active","features":[104]},{"name":"wlan_hosted_network_idle","features":[104]},{"name":"wlan_hosted_network_opcode_connection_settings","features":[104]},{"name":"wlan_hosted_network_opcode_enable","features":[104]},{"name":"wlan_hosted_network_opcode_security_settings","features":[104]},{"name":"wlan_hosted_network_opcode_station_profile","features":[104]},{"name":"wlan_hosted_network_peer_state_authenticated","features":[104]},{"name":"wlan_hosted_network_peer_state_change","features":[104]},{"name":"wlan_hosted_network_peer_state_invalid","features":[104]},{"name":"wlan_hosted_network_radio_state_change","features":[104]},{"name":"wlan_hosted_network_reason_ap_start_failed","features":[104]},{"name":"wlan_hosted_network_reason_bad_parameters","features":[104]},{"name":"wlan_hosted_network_reason_client_abort","features":[104]},{"name":"wlan_hosted_network_reason_crypt_error","features":[104]},{"name":"wlan_hosted_network_reason_device_change","features":[104]},{"name":"wlan_hosted_network_reason_elevation_required","features":[104]},{"name":"wlan_hosted_network_reason_gp_denied","features":[104]},{"name":"wlan_hosted_network_reason_impersonation","features":[104]},{"name":"wlan_hosted_network_reason_incompatible_connection_started","features":[104]},{"name":"wlan_hosted_network_reason_incompatible_connection_stopped","features":[104]},{"name":"wlan_hosted_network_reason_insufficient_resources","features":[104]},{"name":"wlan_hosted_network_reason_interface_available","features":[104]},{"name":"wlan_hosted_network_reason_interface_unavailable","features":[104]},{"name":"wlan_hosted_network_reason_miniport_started","features":[104]},{"name":"wlan_hosted_network_reason_miniport_stopped","features":[104]},{"name":"wlan_hosted_network_reason_peer_arrived","features":[104]},{"name":"wlan_hosted_network_reason_peer_departed","features":[104]},{"name":"wlan_hosted_network_reason_peer_timeout","features":[104]},{"name":"wlan_hosted_network_reason_persistence_failed","features":[104]},{"name":"wlan_hosted_network_reason_properties_change","features":[104]},{"name":"wlan_hosted_network_reason_read_only","features":[104]},{"name":"wlan_hosted_network_reason_service_available_on_virtual_station","features":[104]},{"name":"wlan_hosted_network_reason_service_shutting_down","features":[104]},{"name":"wlan_hosted_network_reason_service_unavailable","features":[104]},{"name":"wlan_hosted_network_reason_stop_before_start","features":[104]},{"name":"wlan_hosted_network_reason_success","features":[104]},{"name":"wlan_hosted_network_reason_unspecified","features":[104]},{"name":"wlan_hosted_network_reason_user_action","features":[104]},{"name":"wlan_hosted_network_reason_virtual_station_blocking_use","features":[104]},{"name":"wlan_hosted_network_state_change","features":[104]},{"name":"wlan_hosted_network_unavailable","features":[104]},{"name":"wlan_ihv_control_type_driver","features":[104]},{"name":"wlan_ihv_control_type_service","features":[104]},{"name":"wlan_interface_state_ad_hoc_network_formed","features":[104]},{"name":"wlan_interface_state_associating","features":[104]},{"name":"wlan_interface_state_authenticating","features":[104]},{"name":"wlan_interface_state_connected","features":[104]},{"name":"wlan_interface_state_disconnected","features":[104]},{"name":"wlan_interface_state_disconnecting","features":[104]},{"name":"wlan_interface_state_discovering","features":[104]},{"name":"wlan_interface_state_not_ready","features":[104]},{"name":"wlan_interface_type_emulated_802_11","features":[104]},{"name":"wlan_interface_type_invalid","features":[104]},{"name":"wlan_interface_type_native_802_11","features":[104]},{"name":"wlan_intf_opcode_autoconf_enabled","features":[104]},{"name":"wlan_intf_opcode_autoconf_end","features":[104]},{"name":"wlan_intf_opcode_autoconf_start","features":[104]},{"name":"wlan_intf_opcode_background_scan_enabled","features":[104]},{"name":"wlan_intf_opcode_bss_type","features":[104]},{"name":"wlan_intf_opcode_certified_safe_mode","features":[104]},{"name":"wlan_intf_opcode_channel_number","features":[104]},{"name":"wlan_intf_opcode_current_connection","features":[104]},{"name":"wlan_intf_opcode_current_operation_mode","features":[104]},{"name":"wlan_intf_opcode_hosted_network_capable","features":[104]},{"name":"wlan_intf_opcode_ihv_end","features":[104]},{"name":"wlan_intf_opcode_ihv_start","features":[104]},{"name":"wlan_intf_opcode_interface_state","features":[104]},{"name":"wlan_intf_opcode_management_frame_protection_capable","features":[104]},{"name":"wlan_intf_opcode_media_streaming_mode","features":[104]},{"name":"wlan_intf_opcode_msm_end","features":[104]},{"name":"wlan_intf_opcode_msm_start","features":[104]},{"name":"wlan_intf_opcode_radio_state","features":[104]},{"name":"wlan_intf_opcode_rssi","features":[104]},{"name":"wlan_intf_opcode_secondary_sta_interfaces","features":[104]},{"name":"wlan_intf_opcode_secondary_sta_synchronized_connections","features":[104]},{"name":"wlan_intf_opcode_security_end","features":[104]},{"name":"wlan_intf_opcode_security_start","features":[104]},{"name":"wlan_intf_opcode_statistics","features":[104]},{"name":"wlan_intf_opcode_supported_adhoc_auth_cipher_pairs","features":[104]},{"name":"wlan_intf_opcode_supported_country_or_region_string_list","features":[104]},{"name":"wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs","features":[104]},{"name":"wlan_intf_opcode_supported_safe_mode","features":[104]},{"name":"wlan_notification_acm_adhoc_network_state_change","features":[104]},{"name":"wlan_notification_acm_autoconf_disabled","features":[104]},{"name":"wlan_notification_acm_autoconf_enabled","features":[104]},{"name":"wlan_notification_acm_background_scan_disabled","features":[104]},{"name":"wlan_notification_acm_background_scan_enabled","features":[104]},{"name":"wlan_notification_acm_bss_type_change","features":[104]},{"name":"wlan_notification_acm_connection_attempt_fail","features":[104]},{"name":"wlan_notification_acm_connection_complete","features":[104]},{"name":"wlan_notification_acm_connection_start","features":[104]},{"name":"wlan_notification_acm_disconnected","features":[104]},{"name":"wlan_notification_acm_disconnecting","features":[104]},{"name":"wlan_notification_acm_end","features":[104]},{"name":"wlan_notification_acm_filter_list_change","features":[104]},{"name":"wlan_notification_acm_interface_arrival","features":[104]},{"name":"wlan_notification_acm_interface_removal","features":[104]},{"name":"wlan_notification_acm_network_available","features":[104]},{"name":"wlan_notification_acm_network_not_available","features":[104]},{"name":"wlan_notification_acm_operational_state_change","features":[104]},{"name":"wlan_notification_acm_power_setting_change","features":[104]},{"name":"wlan_notification_acm_profile_blocked","features":[104]},{"name":"wlan_notification_acm_profile_change","features":[104]},{"name":"wlan_notification_acm_profile_name_change","features":[104]},{"name":"wlan_notification_acm_profile_unblocked","features":[104]},{"name":"wlan_notification_acm_profiles_exhausted","features":[104]},{"name":"wlan_notification_acm_scan_complete","features":[104]},{"name":"wlan_notification_acm_scan_fail","features":[104]},{"name":"wlan_notification_acm_scan_list_refresh","features":[104]},{"name":"wlan_notification_acm_screen_power_change","features":[104]},{"name":"wlan_notification_acm_start","features":[104]},{"name":"wlan_notification_msm_adapter_operation_mode_change","features":[104]},{"name":"wlan_notification_msm_adapter_removal","features":[104]},{"name":"wlan_notification_msm_associated","features":[104]},{"name":"wlan_notification_msm_associating","features":[104]},{"name":"wlan_notification_msm_authenticating","features":[104]},{"name":"wlan_notification_msm_connected","features":[104]},{"name":"wlan_notification_msm_disassociating","features":[104]},{"name":"wlan_notification_msm_disconnected","features":[104]},{"name":"wlan_notification_msm_end","features":[104]},{"name":"wlan_notification_msm_link_degraded","features":[104]},{"name":"wlan_notification_msm_link_improved","features":[104]},{"name":"wlan_notification_msm_peer_join","features":[104]},{"name":"wlan_notification_msm_peer_leave","features":[104]},{"name":"wlan_notification_msm_radio_state_change","features":[104]},{"name":"wlan_notification_msm_roaming_end","features":[104]},{"name":"wlan_notification_msm_roaming_start","features":[104]},{"name":"wlan_notification_msm_signal_quality_change","features":[104]},{"name":"wlan_notification_msm_start","features":[104]},{"name":"wlan_notification_security_end","features":[104]},{"name":"wlan_notification_security_start","features":[104]},{"name":"wlan_opcode_value_type_invalid","features":[104]},{"name":"wlan_opcode_value_type_query_only","features":[104]},{"name":"wlan_opcode_value_type_set_by_group_policy","features":[104]},{"name":"wlan_opcode_value_type_set_by_user","features":[104]},{"name":"wlan_operational_state_going_off","features":[104]},{"name":"wlan_operational_state_going_on","features":[104]},{"name":"wlan_operational_state_off","features":[104]},{"name":"wlan_operational_state_on","features":[104]},{"name":"wlan_operational_state_unknown","features":[104]},{"name":"wlan_power_setting_invalid","features":[104]},{"name":"wlan_power_setting_low_saving","features":[104]},{"name":"wlan_power_setting_maximum_saving","features":[104]},{"name":"wlan_power_setting_medium_saving","features":[104]},{"name":"wlan_power_setting_no_saving","features":[104]},{"name":"wlan_secure_ac_enabled","features":[104]},{"name":"wlan_secure_add_new_all_user_profiles","features":[104]},{"name":"wlan_secure_add_new_per_user_profiles","features":[104]},{"name":"wlan_secure_all_user_profiles_order","features":[104]},{"name":"wlan_secure_bc_scan_enabled","features":[104]},{"name":"wlan_secure_bss_type","features":[104]},{"name":"wlan_secure_current_operation_mode","features":[104]},{"name":"wlan_secure_deny_list","features":[104]},{"name":"wlan_secure_get_plaintext_key","features":[104]},{"name":"wlan_secure_hosted_network_elevated_access","features":[104]},{"name":"wlan_secure_ihv_control","features":[104]},{"name":"wlan_secure_interface_properties","features":[104]},{"name":"wlan_secure_media_streaming_mode_enabled","features":[104]},{"name":"wlan_secure_permit_list","features":[104]},{"name":"wlan_secure_show_denied","features":[104]},{"name":"wlan_secure_virtual_station_extensibility","features":[104]},{"name":"wlan_secure_wfd_elevated_access","features":[104]}],"466":[{"name":"FreeInterfaceContextTable","features":[3,107]},{"name":"GetInterfaceContextTableForHostName","features":[3,107]},{"name":"NET_INTERFACE_CONTEXT","features":[107]},{"name":"NET_INTERFACE_CONTEXT_TABLE","features":[3,107]},{"name":"NET_INTERFACE_FLAG_CONNECT_IF_NEEDED","features":[107]},{"name":"NET_INTERFACE_FLAG_NONE","features":[107]},{"name":"ONDEMAND_NOTIFICATION_CALLBACK","features":[107]},{"name":"OnDemandGetRoutingHint","features":[107]},{"name":"OnDemandRegisterNotification","features":[3,107]},{"name":"OnDemandUnRegisterNotification","features":[3,107]},{"name":"WCM_API_VERSION","features":[107]},{"name":"WCM_API_VERSION_1_0","features":[107]},{"name":"WCM_BILLING_CYCLE_INFO","features":[3,107]},{"name":"WCM_CONNECTION_COST","features":[107]},{"name":"WCM_CONNECTION_COST_APPROACHINGDATALIMIT","features":[107]},{"name":"WCM_CONNECTION_COST_CONGESTED","features":[107]},{"name":"WCM_CONNECTION_COST_DATA","features":[107]},{"name":"WCM_CONNECTION_COST_FIXED","features":[107]},{"name":"WCM_CONNECTION_COST_OVERDATALIMIT","features":[107]},{"name":"WCM_CONNECTION_COST_ROAMING","features":[107]},{"name":"WCM_CONNECTION_COST_SOURCE","features":[107]},{"name":"WCM_CONNECTION_COST_SOURCE_DEFAULT","features":[107]},{"name":"WCM_CONNECTION_COST_SOURCE_GP","features":[107]},{"name":"WCM_CONNECTION_COST_SOURCE_OPERATOR","features":[107]},{"name":"WCM_CONNECTION_COST_SOURCE_USER","features":[107]},{"name":"WCM_CONNECTION_COST_UNKNOWN","features":[107]},{"name":"WCM_CONNECTION_COST_UNRESTRICTED","features":[107]},{"name":"WCM_CONNECTION_COST_VARIABLE","features":[107]},{"name":"WCM_DATAPLAN_STATUS","features":[3,107]},{"name":"WCM_MAX_PROFILE_NAME","features":[107]},{"name":"WCM_MEDIA_TYPE","features":[107]},{"name":"WCM_POLICY_VALUE","features":[3,107]},{"name":"WCM_PROFILE_INFO","features":[107]},{"name":"WCM_PROFILE_INFO_LIST","features":[107]},{"name":"WCM_PROPERTY","features":[107]},{"name":"WCM_TIME_INTERVAL","features":[107]},{"name":"WCM_UNKNOWN_DATAPLAN_STATUS","features":[107]},{"name":"WCM_USAGE_DATA","features":[3,107]},{"name":"WcmFreeMemory","features":[107]},{"name":"WcmGetProfileList","features":[107]},{"name":"WcmQueryProperty","features":[107]},{"name":"WcmSetProfileList","features":[3,107]},{"name":"WcmSetProperty","features":[107]},{"name":"wcm_global_property_domain_policy","features":[107]},{"name":"wcm_global_property_minimize_policy","features":[107]},{"name":"wcm_global_property_powermanagement_policy","features":[107]},{"name":"wcm_global_property_roaming_policy","features":[107]},{"name":"wcm_intf_property_connection_cost","features":[107]},{"name":"wcm_intf_property_dataplan_status","features":[107]},{"name":"wcm_intf_property_hotspot_profile","features":[107]},{"name":"wcm_media_ethernet","features":[107]},{"name":"wcm_media_invalid","features":[107]},{"name":"wcm_media_max","features":[107]},{"name":"wcm_media_mbn","features":[107]},{"name":"wcm_media_unknown","features":[107]},{"name":"wcm_media_wlan","features":[107]}],"467":[{"name":"DL_ADDRESS_TYPE","features":[20]},{"name":"DlBroadcast","features":[20]},{"name":"DlMulticast","features":[20]},{"name":"DlUnicast","features":[20]},{"name":"FWPM_ACTION0","features":[20]},{"name":"FWPM_ACTRL_ADD","features":[20]},{"name":"FWPM_ACTRL_ADD_LINK","features":[20]},{"name":"FWPM_ACTRL_BEGIN_READ_TXN","features":[20]},{"name":"FWPM_ACTRL_BEGIN_WRITE_TXN","features":[20]},{"name":"FWPM_ACTRL_CLASSIFY","features":[20]},{"name":"FWPM_ACTRL_ENUM","features":[20]},{"name":"FWPM_ACTRL_OPEN","features":[20]},{"name":"FWPM_ACTRL_READ","features":[20]},{"name":"FWPM_ACTRL_READ_STATS","features":[20]},{"name":"FWPM_ACTRL_SUBSCRIBE","features":[20]},{"name":"FWPM_ACTRL_WRITE","features":[20]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT","features":[20]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT_SERVER","features":[20]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_PRIVATE_NETWORK","features":[20]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_TYPE","features":[20]},{"name":"FWPM_AUTO_WEIGHT_BITS","features":[20]},{"name":"FWPM_CALLOUT0","features":[20]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_1","features":[20]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_2","features":[20]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_3","features":[20]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_4","features":[20]},{"name":"FWPM_CALLOUT_CHANGE0","features":[20]},{"name":"FWPM_CALLOUT_CHANGE_CALLBACK0","features":[20]},{"name":"FWPM_CALLOUT_EDGE_TRAVERSAL_ALE_LISTEN_V4","features":[20]},{"name":"FWPM_CALLOUT_EDGE_TRAVERSAL_ALE_RESOURCE_ASSIGNMENT_V4","features":[20]},{"name":"FWPM_CALLOUT_ENUM_TEMPLATE0","features":[20]},{"name":"FWPM_CALLOUT_FLAG_PERSISTENT","features":[20]},{"name":"FWPM_CALLOUT_FLAG_REGISTERED","features":[20]},{"name":"FWPM_CALLOUT_FLAG_USES_PROVIDER_CONTEXT","features":[20]},{"name":"FWPM_CALLOUT_HTTP_TEMPLATE_SSL_HANDSHAKE","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_ALE_CONNECT_V4","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_ALE_CONNECT_V6","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_DOSP_FORWARD_V4","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_DOSP_FORWARD_V6","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_INBOUND_TUNNEL_V4","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_INBOUND_TUNNEL_V6","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_OUTBOUND_TUNNEL_V4","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_OUTBOUND_TUNNEL_V6","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_INITIATE_SECURE_V4","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_INITIATE_SECURE_V6","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V4","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V6","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_ALE_ACCEPT_V4","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_ALE_ACCEPT_V6","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_V4","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_V6","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TRANSPORT_V4","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TRANSPORT_V6","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TUNNEL_V4","features":[20]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TUNNEL_V6","features":[20]},{"name":"FWPM_CALLOUT_OUTBOUND_NETWORK_CONNECTION_POLICY_LAYER_V4","features":[20]},{"name":"FWPM_CALLOUT_OUTBOUND_NETWORK_CONNECTION_POLICY_LAYER_V6","features":[20]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_CONNECT_LAYER_V4","features":[20]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_CONNECT_LAYER_V6","features":[20]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_RECV_ACCEPT_LAYER_V4","features":[20]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_RECV_ACCEPT_LAYER_V6","features":[20]},{"name":"FWPM_CALLOUT_RESERVED_AUTH_CONNECT_LAYER_V4","features":[20]},{"name":"FWPM_CALLOUT_RESERVED_AUTH_CONNECT_LAYER_V6","features":[20]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_CONNECT_LAYER_V4","features":[20]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_CONNECT_LAYER_V6","features":[20]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_RECV_ACCEPT_LAYER_V4","features":[20]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_RECV_ACCEPT_LAYER_V6","features":[20]},{"name":"FWPM_CALLOUT_SUBSCRIPTION0","features":[20]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_ACCEPT_LAYER_V4","features":[20]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_ACCEPT_LAYER_V6","features":[20]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_CONNECT_LAYER_V4","features":[20]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_CONNECT_LAYER_V6","features":[20]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_ACCEPT_LAYER_V4","features":[20]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_ACCEPT_LAYER_V6","features":[20]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_CONNECT_LAYER_V4","features":[20]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_CONNECT_LAYER_V6","features":[20]},{"name":"FWPM_CALLOUT_TEREDO_ALE_LISTEN_V6","features":[20]},{"name":"FWPM_CALLOUT_TEREDO_ALE_RESOURCE_ASSIGNMENT_V6","features":[20]},{"name":"FWPM_CALLOUT_WFP_TRANSPORT_LAYER_V4_SILENT_DROP","features":[20]},{"name":"FWPM_CALLOUT_WFP_TRANSPORT_LAYER_V6_SILENT_DROP","features":[20]},{"name":"FWPM_CHANGE_ADD","features":[20]},{"name":"FWPM_CHANGE_DELETE","features":[20]},{"name":"FWPM_CHANGE_TYPE","features":[20]},{"name":"FWPM_CHANGE_TYPE_MAX","features":[20]},{"name":"FWPM_CLASSIFY_OPTION0","features":[20,6]},{"name":"FWPM_CLASSIFY_OPTIONS0","features":[20,6]},{"name":"FWPM_CLASSIFY_OPTIONS_CONTEXT","features":[20]},{"name":"FWPM_CONDITION_ALE_APP_ID","features":[20]},{"name":"FWPM_CONDITION_ALE_EFFECTIVE_NAME","features":[20]},{"name":"FWPM_CONDITION_ALE_NAP_CONTEXT","features":[20]},{"name":"FWPM_CONDITION_ALE_ORIGINAL_APP_ID","features":[20]},{"name":"FWPM_CONDITION_ALE_PACKAGE_ID","features":[20]},{"name":"FWPM_CONDITION_ALE_PROMISCUOUS_MODE","features":[20]},{"name":"FWPM_CONDITION_ALE_REAUTH_REASON","features":[20]},{"name":"FWPM_CONDITION_ALE_REMOTE_MACHINE_ID","features":[20]},{"name":"FWPM_CONDITION_ALE_REMOTE_USER_ID","features":[20]},{"name":"FWPM_CONDITION_ALE_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[20]},{"name":"FWPM_CONDITION_ALE_SIO_FIREWALL_SYSTEM_PORT","features":[20]},{"name":"FWPM_CONDITION_ALE_USER_ID","features":[20]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_INDEX","features":[20]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_PROFILE_ID","features":[20]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_TYPE","features":[20]},{"name":"FWPM_CONDITION_ARRIVAL_TUNNEL_TYPE","features":[20]},{"name":"FWPM_CONDITION_AUTHENTICATION_TYPE","features":[20]},{"name":"FWPM_CONDITION_CLIENT_CERT_KEY_LENGTH","features":[20]},{"name":"FWPM_CONDITION_CLIENT_CERT_OID","features":[20]},{"name":"FWPM_CONDITION_CLIENT_TOKEN","features":[20]},{"name":"FWPM_CONDITION_COMPARTMENT_ID","features":[20]},{"name":"FWPM_CONDITION_CURRENT_PROFILE_ID","features":[20]},{"name":"FWPM_CONDITION_DCOM_APP_ID","features":[20]},{"name":"FWPM_CONDITION_DESTINATION_INTERFACE_INDEX","features":[20]},{"name":"FWPM_CONDITION_DESTINATION_SUB_INTERFACE_INDEX","features":[20]},{"name":"FWPM_CONDITION_DIRECTION","features":[20]},{"name":"FWPM_CONDITION_EMBEDDED_LOCAL_ADDRESS_TYPE","features":[20]},{"name":"FWPM_CONDITION_EMBEDDED_LOCAL_PORT","features":[20]},{"name":"FWPM_CONDITION_EMBEDDED_PROTOCOL","features":[20]},{"name":"FWPM_CONDITION_EMBEDDED_REMOTE_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_EMBEDDED_REMOTE_PORT","features":[20]},{"name":"FWPM_CONDITION_ETHER_TYPE","features":[20]},{"name":"FWPM_CONDITION_FLAGS","features":[20]},{"name":"FWPM_CONDITION_IMAGE_NAME","features":[20]},{"name":"FWPM_CONDITION_INTERFACE_INDEX","features":[20]},{"name":"FWPM_CONDITION_INTERFACE_MAC_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_INTERFACE_QUARANTINE_EPOCH","features":[20]},{"name":"FWPM_CONDITION_INTERFACE_TYPE","features":[20]},{"name":"FWPM_CONDITION_IPSEC_POLICY_KEY","features":[20]},{"name":"FWPM_CONDITION_IPSEC_SECURITY_REALM_ID","features":[20]},{"name":"FWPM_CONDITION_IP_ARRIVAL_INTERFACE","features":[20]},{"name":"FWPM_CONDITION_IP_DESTINATION_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_IP_DESTINATION_ADDRESS_TYPE","features":[20]},{"name":"FWPM_CONDITION_IP_DESTINATION_PORT","features":[20]},{"name":"FWPM_CONDITION_IP_FORWARD_INTERFACE","features":[20]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_TYPE","features":[20]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_V4","features":[20]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_V6","features":[20]},{"name":"FWPM_CONDITION_IP_LOCAL_INTERFACE","features":[20]},{"name":"FWPM_CONDITION_IP_LOCAL_PORT","features":[20]},{"name":"FWPM_CONDITION_IP_NEXTHOP_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_IP_NEXTHOP_INTERFACE","features":[20]},{"name":"FWPM_CONDITION_IP_PHYSICAL_ARRIVAL_INTERFACE","features":[20]},{"name":"FWPM_CONDITION_IP_PHYSICAL_NEXTHOP_INTERFACE","features":[20]},{"name":"FWPM_CONDITION_IP_PROTOCOL","features":[20]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS_V4","features":[20]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS_V6","features":[20]},{"name":"FWPM_CONDITION_IP_REMOTE_PORT","features":[20]},{"name":"FWPM_CONDITION_IP_SOURCE_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_IP_SOURCE_PORT","features":[20]},{"name":"FWPM_CONDITION_KM_AUTH_NAP_CONTEXT","features":[20]},{"name":"FWPM_CONDITION_KM_MODE","features":[20]},{"name":"FWPM_CONDITION_KM_TYPE","features":[20]},{"name":"FWPM_CONDITION_L2_FLAGS","features":[20]},{"name":"FWPM_CONDITION_LOCAL_INTERFACE_PROFILE_ID","features":[20]},{"name":"FWPM_CONDITION_MAC_DESTINATION_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_MAC_DESTINATION_ADDRESS_TYPE","features":[20]},{"name":"FWPM_CONDITION_MAC_LOCAL_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_MAC_LOCAL_ADDRESS_TYPE","features":[20]},{"name":"FWPM_CONDITION_MAC_REMOTE_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_MAC_REMOTE_ADDRESS_TYPE","features":[20]},{"name":"FWPM_CONDITION_MAC_SOURCE_ADDRESS","features":[20]},{"name":"FWPM_CONDITION_MAC_SOURCE_ADDRESS_TYPE","features":[20]},{"name":"FWPM_CONDITION_NDIS_MEDIA_TYPE","features":[20]},{"name":"FWPM_CONDITION_NDIS_PHYSICAL_MEDIA_TYPE","features":[20]},{"name":"FWPM_CONDITION_NDIS_PORT","features":[20]},{"name":"FWPM_CONDITION_NET_EVENT_TYPE","features":[20]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_INDEX","features":[20]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_PROFILE_ID","features":[20]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_TYPE","features":[20]},{"name":"FWPM_CONDITION_NEXTHOP_SUB_INTERFACE_INDEX","features":[20]},{"name":"FWPM_CONDITION_NEXTHOP_TUNNEL_TYPE","features":[20]},{"name":"FWPM_CONDITION_ORIGINAL_ICMP_TYPE","features":[20]},{"name":"FWPM_CONDITION_ORIGINAL_PROFILE_ID","features":[20]},{"name":"FWPM_CONDITION_PEER_NAME","features":[20]},{"name":"FWPM_CONDITION_PIPE","features":[20]},{"name":"FWPM_CONDITION_PROCESS_WITH_RPC_IF_UUID","features":[20]},{"name":"FWPM_CONDITION_QM_MODE","features":[20]},{"name":"FWPM_CONDITION_REAUTHORIZE_REASON","features":[20]},{"name":"FWPM_CONDITION_REMOTE_ID","features":[20]},{"name":"FWPM_CONDITION_REMOTE_USER_TOKEN","features":[20]},{"name":"FWPM_CONDITION_RESERVED0","features":[20]},{"name":"FWPM_CONDITION_RESERVED1","features":[20]},{"name":"FWPM_CONDITION_RESERVED10","features":[20]},{"name":"FWPM_CONDITION_RESERVED11","features":[20]},{"name":"FWPM_CONDITION_RESERVED12","features":[20]},{"name":"FWPM_CONDITION_RESERVED13","features":[20]},{"name":"FWPM_CONDITION_RESERVED14","features":[20]},{"name":"FWPM_CONDITION_RESERVED15","features":[20]},{"name":"FWPM_CONDITION_RESERVED2","features":[20]},{"name":"FWPM_CONDITION_RESERVED3","features":[20]},{"name":"FWPM_CONDITION_RESERVED4","features":[20]},{"name":"FWPM_CONDITION_RESERVED5","features":[20]},{"name":"FWPM_CONDITION_RESERVED6","features":[20]},{"name":"FWPM_CONDITION_RESERVED7","features":[20]},{"name":"FWPM_CONDITION_RESERVED8","features":[20]},{"name":"FWPM_CONDITION_RESERVED9","features":[20]},{"name":"FWPM_CONDITION_RPC_AUTH_LEVEL","features":[20]},{"name":"FWPM_CONDITION_RPC_AUTH_TYPE","features":[20]},{"name":"FWPM_CONDITION_RPC_EP_FLAGS","features":[20]},{"name":"FWPM_CONDITION_RPC_EP_VALUE","features":[20]},{"name":"FWPM_CONDITION_RPC_IF_FLAG","features":[20]},{"name":"FWPM_CONDITION_RPC_IF_UUID","features":[20]},{"name":"FWPM_CONDITION_RPC_IF_VERSION","features":[20]},{"name":"FWPM_CONDITION_RPC_PROTOCOL","features":[20]},{"name":"FWPM_CONDITION_RPC_PROXY_AUTH_TYPE","features":[20]},{"name":"FWPM_CONDITION_RPC_SERVER_NAME","features":[20]},{"name":"FWPM_CONDITION_RPC_SERVER_PORT","features":[20]},{"name":"FWPM_CONDITION_SEC_ENCRYPT_ALGORITHM","features":[20]},{"name":"FWPM_CONDITION_SEC_KEY_SIZE","features":[20]},{"name":"FWPM_CONDITION_SOURCE_INTERFACE_INDEX","features":[20]},{"name":"FWPM_CONDITION_SOURCE_SUB_INTERFACE_INDEX","features":[20]},{"name":"FWPM_CONDITION_SUB_INTERFACE_INDEX","features":[20]},{"name":"FWPM_CONDITION_TUNNEL_TYPE","features":[20]},{"name":"FWPM_CONDITION_VLAN_ID","features":[20]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_INTERFACE_ID","features":[20]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_INTERFACE_TYPE","features":[20]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_VM_ID","features":[20]},{"name":"FWPM_CONDITION_VSWITCH_ID","features":[20]},{"name":"FWPM_CONDITION_VSWITCH_NETWORK_TYPE","features":[20]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_INTERFACE_ID","features":[20]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_INTERFACE_TYPE","features":[20]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_VM_ID","features":[20]},{"name":"FWPM_CONDITION_VSWITCH_TENANT_NETWORK_ID","features":[20]},{"name":"FWPM_CONNECTION0","features":[3,20]},{"name":"FWPM_CONNECTION_CALLBACK0","features":[3,20]},{"name":"FWPM_CONNECTION_ENUM_FLAG_QUERY_BYTES_TRANSFERRED","features":[20]},{"name":"FWPM_CONNECTION_ENUM_TEMPLATE0","features":[20]},{"name":"FWPM_CONNECTION_EVENT_ADD","features":[20]},{"name":"FWPM_CONNECTION_EVENT_DELETE","features":[20]},{"name":"FWPM_CONNECTION_EVENT_MAX","features":[20]},{"name":"FWPM_CONNECTION_EVENT_TYPE","features":[20]},{"name":"FWPM_CONNECTION_SUBSCRIPTION0","features":[20]},{"name":"FWPM_DISPLAY_DATA0","features":[20]},{"name":"FWPM_DYNAMIC_KEYWORD_CALLBACK0","features":[20]},{"name":"FWPM_ENGINE_COLLECT_NET_EVENTS","features":[20]},{"name":"FWPM_ENGINE_MONITOR_IPSEC_CONNECTIONS","features":[20]},{"name":"FWPM_ENGINE_NAME_CACHE","features":[20]},{"name":"FWPM_ENGINE_NET_EVENT_MATCH_ANY_KEYWORDS","features":[20]},{"name":"FWPM_ENGINE_OPTION","features":[20]},{"name":"FWPM_ENGINE_OPTION_MAX","features":[20]},{"name":"FWPM_ENGINE_OPTION_PACKET_BATCH_INBOUND","features":[20]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_FORWARD","features":[20]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_INBOUND","features":[20]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_NONE","features":[20]},{"name":"FWPM_ENGINE_PACKET_QUEUING","features":[20]},{"name":"FWPM_ENGINE_TXN_WATCHDOG_TIMEOUT_IN_MSEC","features":[20]},{"name":"FWPM_FIELD0","features":[20]},{"name":"FWPM_FIELD_FLAGS","features":[20]},{"name":"FWPM_FIELD_IP_ADDRESS","features":[20]},{"name":"FWPM_FIELD_RAW_DATA","features":[20]},{"name":"FWPM_FIELD_TYPE","features":[20]},{"name":"FWPM_FIELD_TYPE_MAX","features":[20]},{"name":"FWPM_FILTER0","features":[20,6]},{"name":"FWPM_FILTER_CHANGE0","features":[20]},{"name":"FWPM_FILTER_CHANGE_CALLBACK0","features":[20]},{"name":"FWPM_FILTER_CONDITION0","features":[20,6]},{"name":"FWPM_FILTER_ENUM_TEMPLATE0","features":[20,6]},{"name":"FWPM_FILTER_FLAGS","features":[20]},{"name":"FWPM_FILTER_FLAG_BOOTTIME","features":[20]},{"name":"FWPM_FILTER_FLAG_CLEAR_ACTION_RIGHT","features":[20]},{"name":"FWPM_FILTER_FLAG_DISABLED","features":[20]},{"name":"FWPM_FILTER_FLAG_GAMEOS_ONLY","features":[20]},{"name":"FWPM_FILTER_FLAG_HAS_PROVIDER_CONTEXT","features":[20]},{"name":"FWPM_FILTER_FLAG_HAS_SECURITY_REALM_PROVIDER_CONTEXT","features":[20]},{"name":"FWPM_FILTER_FLAG_INDEXED","features":[20]},{"name":"FWPM_FILTER_FLAG_IPSEC_NO_ACQUIRE_INITIATE","features":[20]},{"name":"FWPM_FILTER_FLAG_NONE","features":[20]},{"name":"FWPM_FILTER_FLAG_PERMIT_IF_CALLOUT_UNREGISTERED","features":[20]},{"name":"FWPM_FILTER_FLAG_PERSISTENT","features":[20]},{"name":"FWPM_FILTER_FLAG_RESERVED0","features":[20]},{"name":"FWPM_FILTER_FLAG_RESERVED1","features":[20]},{"name":"FWPM_FILTER_FLAG_SILENT_MODE","features":[20]},{"name":"FWPM_FILTER_FLAG_SYSTEMOS_ONLY","features":[20]},{"name":"FWPM_FILTER_SUBSCRIPTION0","features":[20,6]},{"name":"FWPM_GENERAL_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_AUTHIP_MM_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_AUTHIP_QM_TRANSPORT_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_AUTHIP_QM_TUNNEL_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_DOSP_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_IKEV2_MM_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_IKEV2_QM_TRANSPORT_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_IKEV2_QM_TUNNEL_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_IKE_MM_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_IKE_QM_TRANSPORT_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_IKE_QM_TUNNEL_CONTEXT","features":[20]},{"name":"FWPM_IPSEC_KEYING_CONTEXT","features":[20]},{"name":"FWPM_KEYING_MODULE_AUTHIP","features":[20]},{"name":"FWPM_KEYING_MODULE_IKE","features":[20]},{"name":"FWPM_KEYING_MODULE_IKEV2","features":[20]},{"name":"FWPM_LAYER0","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V4","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V6","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V4","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V6","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V4","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V6","features":[20]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_ALE_BIND_REDIRECT_V4","features":[20]},{"name":"FWPM_LAYER_ALE_BIND_REDIRECT_V6","features":[20]},{"name":"FWPM_LAYER_ALE_CONNECT_REDIRECT_V4","features":[20]},{"name":"FWPM_LAYER_ALE_CONNECT_REDIRECT_V6","features":[20]},{"name":"FWPM_LAYER_ALE_ENDPOINT_CLOSURE_V4","features":[20]},{"name":"FWPM_LAYER_ALE_ENDPOINT_CLOSURE_V6","features":[20]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V4","features":[20]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V6","features":[20]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V4","features":[20]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V6","features":[20]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_ALE_RESOURCE_RELEASE_V4","features":[20]},{"name":"FWPM_LAYER_ALE_RESOURCE_RELEASE_V6","features":[20]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V4","features":[20]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V6","features":[20]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_ETHERNET","features":[20]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_TRANSPORT_V4","features":[20]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_TRANSPORT_V6","features":[20]},{"name":"FWPM_LAYER_ENUM_TEMPLATE0","features":[20]},{"name":"FWPM_LAYER_FLAG_BUFFERED","features":[20]},{"name":"FWPM_LAYER_FLAG_BUILTIN","features":[20]},{"name":"FWPM_LAYER_FLAG_CLASSIFY_MOSTLY","features":[20]},{"name":"FWPM_LAYER_FLAG_KERNEL","features":[20]},{"name":"FWPM_LAYER_IKEEXT_V4","features":[20]},{"name":"FWPM_LAYER_IKEEXT_V6","features":[20]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V4","features":[20]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V6","features":[20]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V4","features":[20]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V6","features":[20]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_ETHERNET","features":[20]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_NATIVE","features":[20]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_NATIVE_FAST","features":[20]},{"name":"FWPM_LAYER_INBOUND_RESERVED2","features":[20]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_FAST","features":[20]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V4","features":[20]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V6","features":[20]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_ETHERNET","features":[20]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_TRANSPORT_V4","features":[20]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_TRANSPORT_V6","features":[20]},{"name":"FWPM_LAYER_IPFORWARD_V4","features":[20]},{"name":"FWPM_LAYER_IPFORWARD_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_IPFORWARD_V6","features":[20]},{"name":"FWPM_LAYER_IPFORWARD_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_IPSEC_KM_DEMUX_V4","features":[20]},{"name":"FWPM_LAYER_IPSEC_KM_DEMUX_V6","features":[20]},{"name":"FWPM_LAYER_IPSEC_V4","features":[20]},{"name":"FWPM_LAYER_IPSEC_V6","features":[20]},{"name":"FWPM_LAYER_KM_AUTHORIZATION","features":[20]},{"name":"FWPM_LAYER_NAME_RESOLUTION_CACHE_V4","features":[20]},{"name":"FWPM_LAYER_NAME_RESOLUTION_CACHE_V6","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V4","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V6","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V4","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V6","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_ETHERNET","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_NATIVE","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_NATIVE_FAST","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_NETWORK_CONNECTION_POLICY_V4","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_NETWORK_CONNECTION_POLICY_V6","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_FAST","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V4","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V6","features":[20]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V6_DISCARD","features":[20]},{"name":"FWPM_LAYER_RPC_EPMAP","features":[20]},{"name":"FWPM_LAYER_RPC_EP_ADD","features":[20]},{"name":"FWPM_LAYER_RPC_PROXY_CONN","features":[20]},{"name":"FWPM_LAYER_RPC_PROXY_IF","features":[20]},{"name":"FWPM_LAYER_RPC_UM","features":[20]},{"name":"FWPM_LAYER_STATISTICS0","features":[20]},{"name":"FWPM_LAYER_STREAM_PACKET_V4","features":[20]},{"name":"FWPM_LAYER_STREAM_PACKET_V6","features":[20]},{"name":"FWPM_LAYER_STREAM_V4","features":[20]},{"name":"FWPM_LAYER_STREAM_V4_DISCARD","features":[20]},{"name":"FWPM_LAYER_STREAM_V6","features":[20]},{"name":"FWPM_LAYER_STREAM_V6_DISCARD","features":[20]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_CONTEXT","features":[20]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_SETTING0","features":[20,6]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_SETTINGS0","features":[20,6]},{"name":"FWPM_NET_EVENT0","features":[3,20,6]},{"name":"FWPM_NET_EVENT1","features":[3,20,6]},{"name":"FWPM_NET_EVENT2","features":[3,20,6]},{"name":"FWPM_NET_EVENT3","features":[3,20,6]},{"name":"FWPM_NET_EVENT4","features":[3,20,6]},{"name":"FWPM_NET_EVENT5","features":[3,20,6]},{"name":"FWPM_NET_EVENT_CALLBACK0","features":[3,20,6]},{"name":"FWPM_NET_EVENT_CALLBACK1","features":[3,20,6]},{"name":"FWPM_NET_EVENT_CALLBACK2","features":[3,20,6]},{"name":"FWPM_NET_EVENT_CALLBACK3","features":[3,20,6]},{"name":"FWPM_NET_EVENT_CALLBACK4","features":[3,20,6]},{"name":"FWPM_NET_EVENT_CAPABILITY_ALLOW0","features":[3,20]},{"name":"FWPM_NET_EVENT_CAPABILITY_DROP0","features":[3,20]},{"name":"FWPM_NET_EVENT_CLASSIFY_ALLOW0","features":[3,20]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP0","features":[20]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP1","features":[3,20]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP2","features":[3,20]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP_MAC0","features":[3,20]},{"name":"FWPM_NET_EVENT_ENUM_TEMPLATE0","features":[3,20,6]},{"name":"FWPM_NET_EVENT_FLAG_APP_ID_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_EFFECTIVE_NAME_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_ENTERPRISE_ID_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_IP_PROTOCOL_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_IP_VERSION_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_LOCAL_ADDR_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_LOCAL_PORT_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_PACKAGE_ID_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_POLICY_FLAGS_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_REAUTH_REASON_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_REMOTE_ADDR_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_REMOTE_PORT_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_SCOPE_ID_SET","features":[20]},{"name":"FWPM_NET_EVENT_FLAG_USER_ID_SET","features":[20]},{"name":"FWPM_NET_EVENT_HEADER0","features":[3,20,6]},{"name":"FWPM_NET_EVENT_HEADER1","features":[3,20,6]},{"name":"FWPM_NET_EVENT_HEADER2","features":[3,20,6]},{"name":"FWPM_NET_EVENT_HEADER3","features":[3,20,6]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE0","features":[20]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE1","features":[20]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE_FLAG_BENIGN","features":[20]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE_FLAG_MULTIPLE","features":[20]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE0","features":[20]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE1","features":[20]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE2","features":[20]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE_FLAG_BENIGN","features":[20]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE_FLAG_MULTIPLE","features":[20]},{"name":"FWPM_NET_EVENT_IKEEXT_QM_FAILURE0","features":[20,6]},{"name":"FWPM_NET_EVENT_IKEEXT_QM_FAILURE1","features":[20,6]},{"name":"FWPM_NET_EVENT_IPSEC_DOSP_DROP0","features":[20]},{"name":"FWPM_NET_EVENT_IPSEC_KERNEL_DROP0","features":[20]},{"name":"FWPM_NET_EVENT_KEYWORD_CAPABILITY_ALLOW","features":[20]},{"name":"FWPM_NET_EVENT_KEYWORD_CAPABILITY_DROP","features":[20]},{"name":"FWPM_NET_EVENT_KEYWORD_CLASSIFY_ALLOW","features":[20]},{"name":"FWPM_NET_EVENT_KEYWORD_INBOUND_BCAST","features":[20]},{"name":"FWPM_NET_EVENT_KEYWORD_INBOUND_MCAST","features":[20]},{"name":"FWPM_NET_EVENT_KEYWORD_PORT_SCANNING_DROP","features":[20]},{"name":"FWPM_NET_EVENT_LPM_PACKET_ARRIVAL0","features":[20]},{"name":"FWPM_NET_EVENT_SUBSCRIPTION0","features":[3,20,6]},{"name":"FWPM_NET_EVENT_TYPE","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_CAPABILITY_ALLOW","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_CAPABILITY_DROP","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_ALLOW","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_DROP","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_DROP_MAC","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_EM_FAILURE","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_MM_FAILURE","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_QM_FAILURE","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_IPSEC_DOSP_DROP","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_IPSEC_KERNEL_DROP","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_LPM_PACKET_ARRIVAL","features":[20]},{"name":"FWPM_NET_EVENT_TYPE_MAX","features":[20]},{"name":"FWPM_PROVIDER0","features":[20]},{"name":"FWPM_PROVIDER_CHANGE0","features":[20]},{"name":"FWPM_PROVIDER_CHANGE_CALLBACK0","features":[20]},{"name":"FWPM_PROVIDER_CONTEXT0","features":[20,6]},{"name":"FWPM_PROVIDER_CONTEXT1","features":[20,6]},{"name":"FWPM_PROVIDER_CONTEXT2","features":[20,6]},{"name":"FWPM_PROVIDER_CONTEXT3","features":[20,6]},{"name":"FWPM_PROVIDER_CONTEXT_CHANGE0","features":[20]},{"name":"FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0","features":[20]},{"name":"FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0","features":[20]},{"name":"FWPM_PROVIDER_CONTEXT_FLAG_DOWNLEVEL","features":[20]},{"name":"FWPM_PROVIDER_CONTEXT_FLAG_PERSISTENT","features":[20]},{"name":"FWPM_PROVIDER_CONTEXT_SECURE_SOCKET_AUTHIP","features":[20]},{"name":"FWPM_PROVIDER_CONTEXT_SECURE_SOCKET_IPSEC","features":[20]},{"name":"FWPM_PROVIDER_CONTEXT_SUBSCRIPTION0","features":[20]},{"name":"FWPM_PROVIDER_CONTEXT_TYPE","features":[20]},{"name":"FWPM_PROVIDER_CONTEXT_TYPE_MAX","features":[20]},{"name":"FWPM_PROVIDER_ENUM_TEMPLATE0","features":[20]},{"name":"FWPM_PROVIDER_FLAG_DISABLED","features":[20]},{"name":"FWPM_PROVIDER_FLAG_PERSISTENT","features":[20]},{"name":"FWPM_PROVIDER_IKEEXT","features":[20]},{"name":"FWPM_PROVIDER_IPSEC_DOSP_CONFIG","features":[20]},{"name":"FWPM_PROVIDER_MPSSVC_APP_ISOLATION","features":[20]},{"name":"FWPM_PROVIDER_MPSSVC_EDP","features":[20]},{"name":"FWPM_PROVIDER_MPSSVC_TENANT_RESTRICTIONS","features":[20]},{"name":"FWPM_PROVIDER_MPSSVC_WF","features":[20]},{"name":"FWPM_PROVIDER_MPSSVC_WSH","features":[20]},{"name":"FWPM_PROVIDER_SUBSCRIPTION0","features":[20]},{"name":"FWPM_PROVIDER_TCP_CHIMNEY_OFFLOAD","features":[20]},{"name":"FWPM_PROVIDER_TCP_TEMPLATES","features":[20]},{"name":"FWPM_SERVICE_RUNNING","features":[20]},{"name":"FWPM_SERVICE_START_PENDING","features":[20]},{"name":"FWPM_SERVICE_STATE","features":[20]},{"name":"FWPM_SERVICE_STATE_MAX","features":[20]},{"name":"FWPM_SERVICE_STOPPED","features":[20]},{"name":"FWPM_SERVICE_STOP_PENDING","features":[20]},{"name":"FWPM_SESSION0","features":[3,20,6]},{"name":"FWPM_SESSION_ENUM_TEMPLATE0","features":[20]},{"name":"FWPM_SESSION_FLAG_DYNAMIC","features":[20]},{"name":"FWPM_SESSION_FLAG_RESERVED","features":[20]},{"name":"FWPM_STATISTICS0","features":[20]},{"name":"FWPM_SUBLAYER0","features":[20]},{"name":"FWPM_SUBLAYER_CHANGE0","features":[20]},{"name":"FWPM_SUBLAYER_CHANGE_CALLBACK0","features":[20]},{"name":"FWPM_SUBLAYER_ENUM_TEMPLATE0","features":[20]},{"name":"FWPM_SUBLAYER_FLAG_PERSISTENT","features":[20]},{"name":"FWPM_SUBLAYER_INSPECTION","features":[20]},{"name":"FWPM_SUBLAYER_IPSEC_DOSP","features":[20]},{"name":"FWPM_SUBLAYER_IPSEC_FORWARD_OUTBOUND_TUNNEL","features":[20]},{"name":"FWPM_SUBLAYER_IPSEC_SECURITY_REALM","features":[20]},{"name":"FWPM_SUBLAYER_IPSEC_TUNNEL","features":[20]},{"name":"FWPM_SUBLAYER_LIPS","features":[20]},{"name":"FWPM_SUBLAYER_MPSSVC_APP_ISOLATION","features":[20]},{"name":"FWPM_SUBLAYER_MPSSVC_EDP","features":[20]},{"name":"FWPM_SUBLAYER_MPSSVC_QUARANTINE","features":[20]},{"name":"FWPM_SUBLAYER_MPSSVC_TENANT_RESTRICTIONS","features":[20]},{"name":"FWPM_SUBLAYER_MPSSVC_WF","features":[20]},{"name":"FWPM_SUBLAYER_MPSSVC_WSH","features":[20]},{"name":"FWPM_SUBLAYER_RPC_AUDIT","features":[20]},{"name":"FWPM_SUBLAYER_SECURE_SOCKET","features":[20]},{"name":"FWPM_SUBLAYER_SUBSCRIPTION0","features":[20]},{"name":"FWPM_SUBLAYER_TCP_CHIMNEY_OFFLOAD","features":[20]},{"name":"FWPM_SUBLAYER_TCP_TEMPLATES","features":[20]},{"name":"FWPM_SUBLAYER_TEREDO","features":[20]},{"name":"FWPM_SUBLAYER_UNIVERSAL","features":[20]},{"name":"FWPM_SUBSCRIPTION_FLAGS","features":[20]},{"name":"FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD","features":[20]},{"name":"FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE","features":[20]},{"name":"FWPM_SYSTEM_PORTS0","features":[20]},{"name":"FWPM_SYSTEM_PORTS_BY_TYPE0","features":[20]},{"name":"FWPM_SYSTEM_PORTS_CALLBACK0","features":[20]},{"name":"FWPM_SYSTEM_PORT_IPHTTPS_IN","features":[20]},{"name":"FWPM_SYSTEM_PORT_IPHTTPS_OUT","features":[20]},{"name":"FWPM_SYSTEM_PORT_RPC_EPMAP","features":[20]},{"name":"FWPM_SYSTEM_PORT_TEREDO","features":[20]},{"name":"FWPM_SYSTEM_PORT_TYPE","features":[20]},{"name":"FWPM_SYSTEM_PORT_TYPE_MAX","features":[20]},{"name":"FWPM_TUNNEL_FLAG_ENABLE_VIRTUAL_IF_TUNNELING","features":[20]},{"name":"FWPM_TUNNEL_FLAG_POINT_TO_POINT","features":[20]},{"name":"FWPM_TUNNEL_FLAG_RESERVED0","features":[20]},{"name":"FWPM_TXN_READ_ONLY","features":[20]},{"name":"FWPM_VSWITCH_EVENT0","features":[3,20]},{"name":"FWPM_VSWITCH_EVENT_CALLBACK0","features":[3,20]},{"name":"FWPM_VSWITCH_EVENT_DISABLED_FOR_INSPECTION","features":[20]},{"name":"FWPM_VSWITCH_EVENT_ENABLED_FOR_INSPECTION","features":[20]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ADD_TO_INCOMPLETE_LAYER","features":[20]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ENGINE_NOT_IN_REQUIRED_POSITION","features":[20]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ENGINE_REORDER","features":[20]},{"name":"FWPM_VSWITCH_EVENT_MAX","features":[20]},{"name":"FWPM_VSWITCH_EVENT_SUBSCRIPTION0","features":[20]},{"name":"FWPM_VSWITCH_EVENT_TYPE","features":[20]},{"name":"FWPM_WEIGHT_RANGE_IKE_EXEMPTIONS","features":[20]},{"name":"FWPM_WEIGHT_RANGE_IPSEC","features":[20]},{"name":"FWPS_ALE_ENDPOINT_FLAG_IPSEC_SECURED","features":[20]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ABSORB","features":[20]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ALE_FAST_CACHE_CHECK","features":[20]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ALE_FAST_CACHE_POSSIBLE","features":[20]},{"name":"FWPS_CLASSIFY_OUT_FLAG_BUFFER_LIMIT_REACHED","features":[20]},{"name":"FWPS_CLASSIFY_OUT_FLAG_NO_MORE_DATA","features":[20]},{"name":"FWPS_FILTER_FLAG_CLEAR_ACTION_RIGHT","features":[20]},{"name":"FWPS_FILTER_FLAG_HAS_SECURITY_REALM_PROVIDER_CONTEXT","features":[20]},{"name":"FWPS_FILTER_FLAG_IPSEC_NO_ACQUIRE_INITIATE","features":[20]},{"name":"FWPS_FILTER_FLAG_OR_CONDITIONS","features":[20]},{"name":"FWPS_FILTER_FLAG_PERMIT_IF_CALLOUT_UNREGISTERED","features":[20]},{"name":"FWPS_FILTER_FLAG_RESERVED0","features":[20]},{"name":"FWPS_FILTER_FLAG_RESERVED1","features":[20]},{"name":"FWPS_FILTER_FLAG_SILENT_MODE","features":[20]},{"name":"FWPS_INCOMING_FLAG_ABSORB","features":[20]},{"name":"FWPS_INCOMING_FLAG_CACHE_SAFE","features":[20]},{"name":"FWPS_INCOMING_FLAG_CONNECTION_FAILING_INDICATION","features":[20]},{"name":"FWPS_INCOMING_FLAG_ENFORCE_QUERY","features":[20]},{"name":"FWPS_INCOMING_FLAG_IS_LOCAL_ONLY_FLOW","features":[20]},{"name":"FWPS_INCOMING_FLAG_IS_LOOSE_SOURCE_FLOW","features":[20]},{"name":"FWPS_INCOMING_FLAG_MID_STREAM_INSPECTION","features":[20]},{"name":"FWPS_INCOMING_FLAG_RECLASSIFY","features":[20]},{"name":"FWPS_INCOMING_FLAG_RESERVED0","features":[20]},{"name":"FWPS_L2_INCOMING_FLAG_IS_RAW_IPV4_FRAMING","features":[20]},{"name":"FWPS_L2_INCOMING_FLAG_IS_RAW_IPV6_FRAMING","features":[20]},{"name":"FWPS_L2_INCOMING_FLAG_RECLASSIFY_MULTI_DESTINATION","features":[20]},{"name":"FWPS_L2_METADATA_FIELD_ETHERNET_MAC_HEADER_SIZE","features":[20]},{"name":"FWPS_L2_METADATA_FIELD_RESERVED","features":[20]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_DESTINATION_PORT_ID","features":[20]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_PACKET_CONTEXT","features":[20]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_SOURCE_NIC_INDEX","features":[20]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_SOURCE_PORT_ID","features":[20]},{"name":"FWPS_L2_METADATA_FIELD_WIFI_OPERATION_MODE","features":[20]},{"name":"FWPS_METADATA_FIELD_ALE_CLASSIFY_REQUIRED","features":[20]},{"name":"FWPS_METADATA_FIELD_COMPARTMENT_ID","features":[20]},{"name":"FWPS_METADATA_FIELD_COMPLETION_HANDLE","features":[20]},{"name":"FWPS_METADATA_FIELD_DESTINATION_INTERFACE_INDEX","features":[20]},{"name":"FWPS_METADATA_FIELD_DESTINATION_PREFIX","features":[20]},{"name":"FWPS_METADATA_FIELD_DISCARD_REASON","features":[20]},{"name":"FWPS_METADATA_FIELD_ETHER_FRAME_LENGTH","features":[20]},{"name":"FWPS_METADATA_FIELD_FLOW_HANDLE","features":[20]},{"name":"FWPS_METADATA_FIELD_FORWARD_LAYER_INBOUND_PASS_THRU","features":[20]},{"name":"FWPS_METADATA_FIELD_FORWARD_LAYER_OUTBOUND_PASS_THRU","features":[20]},{"name":"FWPS_METADATA_FIELD_FRAGMENT_DATA","features":[20]},{"name":"FWPS_METADATA_FIELD_ICMP_ID_AND_SEQUENCE","features":[20]},{"name":"FWPS_METADATA_FIELD_IP_HEADER_SIZE","features":[20]},{"name":"FWPS_METADATA_FIELD_LOCAL_REDIRECT_TARGET_PID","features":[20]},{"name":"FWPS_METADATA_FIELD_ORIGINAL_DESTINATION","features":[20]},{"name":"FWPS_METADATA_FIELD_PACKET_DIRECTION","features":[20]},{"name":"FWPS_METADATA_FIELD_PACKET_SYSTEM_CRITICAL","features":[20]},{"name":"FWPS_METADATA_FIELD_PARENT_ENDPOINT_HANDLE","features":[20]},{"name":"FWPS_METADATA_FIELD_PATH_MTU","features":[20]},{"name":"FWPS_METADATA_FIELD_PROCESS_ID","features":[20]},{"name":"FWPS_METADATA_FIELD_PROCESS_PATH","features":[20]},{"name":"FWPS_METADATA_FIELD_REDIRECT_RECORD_HANDLE","features":[20]},{"name":"FWPS_METADATA_FIELD_REMOTE_SCOPE_ID","features":[20]},{"name":"FWPS_METADATA_FIELD_RESERVED","features":[20]},{"name":"FWPS_METADATA_FIELD_SOURCE_INTERFACE_INDEX","features":[20]},{"name":"FWPS_METADATA_FIELD_SUB_PROCESS_TAG","features":[20]},{"name":"FWPS_METADATA_FIELD_SYSTEM_FLAGS","features":[20]},{"name":"FWPS_METADATA_FIELD_TOKEN","features":[20]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_CONTROL_DATA","features":[20]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_ENDPOINT_HANDLE","features":[20]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_HEADER_INCLUDE_HEADER","features":[20]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_HEADER_SIZE","features":[20]},{"name":"FWPS_RIGHT_ACTION_WRITE","features":[20]},{"name":"FWP_ACTION_BLOCK","features":[20]},{"name":"FWP_ACTION_CALLOUT_INSPECTION","features":[20]},{"name":"FWP_ACTION_CALLOUT_TERMINATING","features":[20]},{"name":"FWP_ACTION_CALLOUT_UNKNOWN","features":[20]},{"name":"FWP_ACTION_CONTINUE","features":[20]},{"name":"FWP_ACTION_FLAG_CALLOUT","features":[20]},{"name":"FWP_ACTION_FLAG_NON_TERMINATING","features":[20]},{"name":"FWP_ACTION_FLAG_TERMINATING","features":[20]},{"name":"FWP_ACTION_NONE","features":[20]},{"name":"FWP_ACTION_NONE_NO_MATCH","features":[20]},{"name":"FWP_ACTION_PERMIT","features":[20]},{"name":"FWP_ACTION_TYPE","features":[20]},{"name":"FWP_ACTRL_MATCH_FILTER","features":[20]},{"name":"FWP_AF","features":[20]},{"name":"FWP_AF_ETHER","features":[20]},{"name":"FWP_AF_INET","features":[20]},{"name":"FWP_AF_INET6","features":[20]},{"name":"FWP_AF_NONE","features":[20]},{"name":"FWP_BYTEMAP_ARRAY64_SIZE","features":[20]},{"name":"FWP_BYTE_ARRAY16","features":[20]},{"name":"FWP_BYTE_ARRAY16_TYPE","features":[20]},{"name":"FWP_BYTE_ARRAY6","features":[20]},{"name":"FWP_BYTE_ARRAY6_SIZE","features":[20]},{"name":"FWP_BYTE_ARRAY6_TYPE","features":[20]},{"name":"FWP_BYTE_BLOB","features":[20]},{"name":"FWP_BYTE_BLOB_TYPE","features":[20]},{"name":"FWP_CALLOUT_FLAG_ALLOW_L2_BATCH_CLASSIFY","features":[20]},{"name":"FWP_CALLOUT_FLAG_ALLOW_MID_STREAM_INSPECTION","features":[20]},{"name":"FWP_CALLOUT_FLAG_ALLOW_OFFLOAD","features":[20]},{"name":"FWP_CALLOUT_FLAG_ALLOW_RECLASSIFY","features":[20]},{"name":"FWP_CALLOUT_FLAG_ALLOW_RSC","features":[20]},{"name":"FWP_CALLOUT_FLAG_ALLOW_URO","features":[20]},{"name":"FWP_CALLOUT_FLAG_ALLOW_USO","features":[20]},{"name":"FWP_CALLOUT_FLAG_CONDITIONAL_ON_FLOW","features":[20]},{"name":"FWP_CALLOUT_FLAG_ENABLE_COMMIT_ADD_NOTIFY","features":[20]},{"name":"FWP_CALLOUT_FLAG_RESERVED1","features":[20]},{"name":"FWP_CALLOUT_FLAG_RESERVED2","features":[20]},{"name":"FWP_CLASSIFY_OPTION_LOCAL_ONLY_MAPPING","features":[20]},{"name":"FWP_CLASSIFY_OPTION_LOOSE_SOURCE_MAPPING","features":[20]},{"name":"FWP_CLASSIFY_OPTION_MAX","features":[20]},{"name":"FWP_CLASSIFY_OPTION_MCAST_BCAST_LIFETIME","features":[20]},{"name":"FWP_CLASSIFY_OPTION_MULTICAST_STATE","features":[20]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_AUTHIP_MM_POLICY_KEY","features":[20]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_AUTHIP_QM_POLICY_KEY","features":[20]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_SECURITY_FLAGS","features":[20]},{"name":"FWP_CLASSIFY_OPTION_TYPE","features":[20]},{"name":"FWP_CLASSIFY_OPTION_UNICAST_LIFETIME","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_APPCONTAINER_LOOPBACK","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_AUTH_FW","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_CONNECTION_REDIRECTED","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_FRAGMENT","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_FRAGMENT_GROUP","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_HONORING_POLICY_AUTHORIZE","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_IMPLICIT_BIND","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_INBOUND_PASS_THRU","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_IPSEC_NATT_RECLASSIFY","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_IPSEC_SECURED","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_LOOPBACK","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_NAME_APP_SPECIFIED","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_NON_APPCONTAINER_LOOPBACK","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_OUTBOUND_PASS_THRU","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_PROMISCUOUS","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_PROXY_CONNECTION","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_RAW_ENDPOINT","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_REASSEMBLED","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_REAUTHORIZE","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_RECLASSIFY","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_RESERVED","features":[20]},{"name":"FWP_CONDITION_FLAG_IS_WILDCARD_BIND","features":[20]},{"name":"FWP_CONDITION_FLAG_REQUIRES_ALE_CLASSIFY","features":[20]},{"name":"FWP_CONDITION_L2_IF_CONNECTOR_PRESENT","features":[20]},{"name":"FWP_CONDITION_L2_IS_IP_FRAGMENT_GROUP","features":[20]},{"name":"FWP_CONDITION_L2_IS_MALFORMED_PACKET","features":[20]},{"name":"FWP_CONDITION_L2_IS_MOBILE_BROADBAND","features":[20]},{"name":"FWP_CONDITION_L2_IS_NATIVE_ETHERNET","features":[20]},{"name":"FWP_CONDITION_L2_IS_VM2VM","features":[20]},{"name":"FWP_CONDITION_L2_IS_WIFI","features":[20]},{"name":"FWP_CONDITION_L2_IS_WIFI_DIRECT_DATA","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_CHECK_OFFLOAD","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_CLASSIFY_COMPLETION","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_EDP_POLICY_CHANGED","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_IPSEC_PROPERTIES_CHANGED","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_MID_STREAM_INSPECTION","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_ARRIVAL_INTERFACE","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_INBOUND_MCAST_BCAST_PACKET","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_NEXTHOP_INTERFACE","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_POLICY_CHANGE","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_PROFILE_CROSSING","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_PROXY_HANDLE_CHANGED","features":[20]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_SOCKET_PROPERTY_CHANGED","features":[20]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_ALLOW_EDGE_TRAFFIC","features":[20]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_DENY_EDGE_TRAFFIC","features":[20]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_IS_SYSTEM_PORT_RPC","features":[20]},{"name":"FWP_CONDITION_VALUE0","features":[20,6]},{"name":"FWP_DATA_TYPE","features":[20]},{"name":"FWP_DATA_TYPE_MAX","features":[20]},{"name":"FWP_DIRECTION","features":[20]},{"name":"FWP_DIRECTION_INBOUND","features":[20]},{"name":"FWP_DIRECTION_MAX","features":[20]},{"name":"FWP_DIRECTION_OUTBOUND","features":[20]},{"name":"FWP_DOUBLE","features":[20]},{"name":"FWP_EMPTY","features":[20]},{"name":"FWP_ETHER_ENCAP_METHOD","features":[20]},{"name":"FWP_ETHER_ENCAP_METHOD_ETHER_V2","features":[20]},{"name":"FWP_ETHER_ENCAP_METHOD_SNAP","features":[20]},{"name":"FWP_ETHER_ENCAP_METHOD_SNAP_W_OUI_ZERO","features":[20]},{"name":"FWP_FILTER_ENUM_FLAG_BEST_TERMINATING_MATCH","features":[20]},{"name":"FWP_FILTER_ENUM_FLAG_BOOTTIME_ONLY","features":[20]},{"name":"FWP_FILTER_ENUM_FLAG_INCLUDE_BOOTTIME","features":[20]},{"name":"FWP_FILTER_ENUM_FLAG_INCLUDE_DISABLED","features":[20]},{"name":"FWP_FILTER_ENUM_FLAG_RESERVED1","features":[20]},{"name":"FWP_FILTER_ENUM_FLAG_SORTED","features":[20]},{"name":"FWP_FILTER_ENUM_FULLY_CONTAINED","features":[20]},{"name":"FWP_FILTER_ENUM_OVERLAPPING","features":[20]},{"name":"FWP_FILTER_ENUM_TYPE","features":[20]},{"name":"FWP_FILTER_ENUM_TYPE_MAX","features":[20]},{"name":"FWP_FLOAT","features":[20]},{"name":"FWP_INT16","features":[20]},{"name":"FWP_INT32","features":[20]},{"name":"FWP_INT64","features":[20]},{"name":"FWP_INT8","features":[20]},{"name":"FWP_IP_VERSION","features":[20]},{"name":"FWP_IP_VERSION_MAX","features":[20]},{"name":"FWP_IP_VERSION_NONE","features":[20]},{"name":"FWP_IP_VERSION_V4","features":[20]},{"name":"FWP_IP_VERSION_V6","features":[20]},{"name":"FWP_MATCH_EQUAL","features":[20]},{"name":"FWP_MATCH_EQUAL_CASE_INSENSITIVE","features":[20]},{"name":"FWP_MATCH_FLAGS_ALL_SET","features":[20]},{"name":"FWP_MATCH_FLAGS_ANY_SET","features":[20]},{"name":"FWP_MATCH_FLAGS_NONE_SET","features":[20]},{"name":"FWP_MATCH_GREATER","features":[20]},{"name":"FWP_MATCH_GREATER_OR_EQUAL","features":[20]},{"name":"FWP_MATCH_LESS","features":[20]},{"name":"FWP_MATCH_LESS_OR_EQUAL","features":[20]},{"name":"FWP_MATCH_NOT_EQUAL","features":[20]},{"name":"FWP_MATCH_NOT_PREFIX","features":[20]},{"name":"FWP_MATCH_PREFIX","features":[20]},{"name":"FWP_MATCH_RANGE","features":[20]},{"name":"FWP_MATCH_TYPE","features":[20]},{"name":"FWP_MATCH_TYPE_MAX","features":[20]},{"name":"FWP_NETWORK_CONNECTION_POLICY_MAX","features":[20]},{"name":"FWP_NETWORK_CONNECTION_POLICY_NEXT_HOP","features":[20]},{"name":"FWP_NETWORK_CONNECTION_POLICY_NEXT_HOP_INTERFACE","features":[20]},{"name":"FWP_NETWORK_CONNECTION_POLICY_SETTING_TYPE","features":[20]},{"name":"FWP_NETWORK_CONNECTION_POLICY_SOURCE_ADDRESS","features":[20]},{"name":"FWP_OPTION_VALUE_ALLOW_GLOBAL_MULTICAST_STATE","features":[20]},{"name":"FWP_OPTION_VALUE_ALLOW_MULTICAST_STATE","features":[20]},{"name":"FWP_OPTION_VALUE_DENY_MULTICAST_STATE","features":[20]},{"name":"FWP_OPTION_VALUE_DISABLE_LOCAL_ONLY_MAPPING","features":[20]},{"name":"FWP_OPTION_VALUE_DISABLE_LOOSE_SOURCE","features":[20]},{"name":"FWP_OPTION_VALUE_ENABLE_LOCAL_ONLY_MAPPING","features":[20]},{"name":"FWP_OPTION_VALUE_ENABLE_LOOSE_SOURCE","features":[20]},{"name":"FWP_RANGE0","features":[20,6]},{"name":"FWP_RANGE_TYPE","features":[20]},{"name":"FWP_SECURITY_DESCRIPTOR_TYPE","features":[20]},{"name":"FWP_SID","features":[20]},{"name":"FWP_SINGLE_DATA_TYPE_MAX","features":[20]},{"name":"FWP_TOKEN_ACCESS_INFORMATION_TYPE","features":[20]},{"name":"FWP_TOKEN_INFORMATION","features":[20,6]},{"name":"FWP_TOKEN_INFORMATION_TYPE","features":[20]},{"name":"FWP_UINT16","features":[20]},{"name":"FWP_UINT32","features":[20]},{"name":"FWP_UINT64","features":[20]},{"name":"FWP_UINT8","features":[20]},{"name":"FWP_UNICODE_STRING_TYPE","features":[20]},{"name":"FWP_V4_ADDR_AND_MASK","features":[20]},{"name":"FWP_V4_ADDR_MASK","features":[20]},{"name":"FWP_V6_ADDR_AND_MASK","features":[20]},{"name":"FWP_V6_ADDR_MASK","features":[20]},{"name":"FWP_V6_ADDR_SIZE","features":[20]},{"name":"FWP_VALUE0","features":[20,6]},{"name":"FWP_VSWITCH_NETWORK_TYPE","features":[20]},{"name":"FWP_VSWITCH_NETWORK_TYPE_EXTERNAL","features":[20]},{"name":"FWP_VSWITCH_NETWORK_TYPE_INTERNAL","features":[20]},{"name":"FWP_VSWITCH_NETWORK_TYPE_PRIVATE","features":[20]},{"name":"FWP_VSWITCH_NETWORK_TYPE_UNKNOWN","features":[20]},{"name":"FwpmCalloutAdd0","features":[3,20,6]},{"name":"FwpmCalloutCreateEnumHandle0","features":[3,20]},{"name":"FwpmCalloutDeleteById0","features":[3,20]},{"name":"FwpmCalloutDeleteByKey0","features":[3,20]},{"name":"FwpmCalloutDestroyEnumHandle0","features":[3,20]},{"name":"FwpmCalloutEnum0","features":[3,20]},{"name":"FwpmCalloutGetById0","features":[3,20]},{"name":"FwpmCalloutGetByKey0","features":[3,20]},{"name":"FwpmCalloutGetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmCalloutSetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmCalloutSubscribeChanges0","features":[3,20]},{"name":"FwpmCalloutSubscriptionsGet0","features":[3,20]},{"name":"FwpmCalloutUnsubscribeChanges0","features":[3,20]},{"name":"FwpmConnectionCreateEnumHandle0","features":[3,20]},{"name":"FwpmConnectionDestroyEnumHandle0","features":[3,20]},{"name":"FwpmConnectionEnum0","features":[3,20]},{"name":"FwpmConnectionGetById0","features":[3,20]},{"name":"FwpmConnectionGetSecurityInfo0","features":[3,20,6]},{"name":"FwpmConnectionSetSecurityInfo0","features":[3,20,6]},{"name":"FwpmConnectionSubscribe0","features":[3,20]},{"name":"FwpmConnectionUnsubscribe0","features":[3,20]},{"name":"FwpmDynamicKeywordSubscribe0","features":[3,20]},{"name":"FwpmDynamicKeywordUnsubscribe0","features":[3,20]},{"name":"FwpmEngineClose0","features":[3,20]},{"name":"FwpmEngineGetOption0","features":[3,20,6]},{"name":"FwpmEngineGetSecurityInfo0","features":[3,20,6]},{"name":"FwpmEngineOpen0","features":[3,20,6,21]},{"name":"FwpmEngineSetOption0","features":[3,20,6]},{"name":"FwpmEngineSetSecurityInfo0","features":[3,20,6]},{"name":"FwpmFilterAdd0","features":[3,20,6]},{"name":"FwpmFilterCreateEnumHandle0","features":[3,20,6]},{"name":"FwpmFilterDeleteById0","features":[3,20]},{"name":"FwpmFilterDeleteByKey0","features":[3,20]},{"name":"FwpmFilterDestroyEnumHandle0","features":[3,20]},{"name":"FwpmFilterEnum0","features":[3,20,6]},{"name":"FwpmFilterGetById0","features":[3,20,6]},{"name":"FwpmFilterGetByKey0","features":[3,20,6]},{"name":"FwpmFilterGetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmFilterSetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmFilterSubscribeChanges0","features":[3,20,6]},{"name":"FwpmFilterSubscriptionsGet0","features":[3,20,6]},{"name":"FwpmFilterUnsubscribeChanges0","features":[3,20]},{"name":"FwpmFreeMemory0","features":[20]},{"name":"FwpmGetAppIdFromFileName0","features":[20]},{"name":"FwpmIPsecTunnelAdd0","features":[3,20,6]},{"name":"FwpmIPsecTunnelAdd1","features":[3,20,6]},{"name":"FwpmIPsecTunnelAdd2","features":[3,20,6]},{"name":"FwpmIPsecTunnelAdd3","features":[3,20,6]},{"name":"FwpmIPsecTunnelDeleteByKey0","features":[3,20]},{"name":"FwpmLayerCreateEnumHandle0","features":[3,20]},{"name":"FwpmLayerDestroyEnumHandle0","features":[3,20]},{"name":"FwpmLayerEnum0","features":[3,20]},{"name":"FwpmLayerGetById0","features":[3,20]},{"name":"FwpmLayerGetByKey0","features":[3,20]},{"name":"FwpmLayerGetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmLayerSetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmNetEventCreateEnumHandle0","features":[3,20,6]},{"name":"FwpmNetEventDestroyEnumHandle0","features":[3,20]},{"name":"FwpmNetEventEnum0","features":[3,20,6]},{"name":"FwpmNetEventEnum1","features":[3,20,6]},{"name":"FwpmNetEventEnum2","features":[3,20,6]},{"name":"FwpmNetEventEnum3","features":[3,20,6]},{"name":"FwpmNetEventEnum4","features":[3,20,6]},{"name":"FwpmNetEventEnum5","features":[3,20,6]},{"name":"FwpmNetEventSubscribe0","features":[3,20,6]},{"name":"FwpmNetEventSubscribe1","features":[3,20,6]},{"name":"FwpmNetEventSubscribe2","features":[3,20,6]},{"name":"FwpmNetEventSubscribe3","features":[3,20,6]},{"name":"FwpmNetEventSubscribe4","features":[3,20,6]},{"name":"FwpmNetEventSubscriptionsGet0","features":[3,20,6]},{"name":"FwpmNetEventUnsubscribe0","features":[3,20]},{"name":"FwpmNetEventsGetSecurityInfo0","features":[3,20,6]},{"name":"FwpmNetEventsSetSecurityInfo0","features":[3,20,6]},{"name":"FwpmProviderAdd0","features":[3,20,6]},{"name":"FwpmProviderContextAdd0","features":[3,20,6]},{"name":"FwpmProviderContextAdd1","features":[3,20,6]},{"name":"FwpmProviderContextAdd2","features":[3,20,6]},{"name":"FwpmProviderContextAdd3","features":[3,20,6]},{"name":"FwpmProviderContextCreateEnumHandle0","features":[3,20]},{"name":"FwpmProviderContextDeleteById0","features":[3,20]},{"name":"FwpmProviderContextDeleteByKey0","features":[3,20]},{"name":"FwpmProviderContextDestroyEnumHandle0","features":[3,20]},{"name":"FwpmProviderContextEnum0","features":[3,20,6]},{"name":"FwpmProviderContextEnum1","features":[3,20,6]},{"name":"FwpmProviderContextEnum2","features":[3,20,6]},{"name":"FwpmProviderContextEnum3","features":[3,20,6]},{"name":"FwpmProviderContextGetById0","features":[3,20,6]},{"name":"FwpmProviderContextGetById1","features":[3,20,6]},{"name":"FwpmProviderContextGetById2","features":[3,20,6]},{"name":"FwpmProviderContextGetById3","features":[3,20,6]},{"name":"FwpmProviderContextGetByKey0","features":[3,20,6]},{"name":"FwpmProviderContextGetByKey1","features":[3,20,6]},{"name":"FwpmProviderContextGetByKey2","features":[3,20,6]},{"name":"FwpmProviderContextGetByKey3","features":[3,20,6]},{"name":"FwpmProviderContextGetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmProviderContextSetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmProviderContextSubscribeChanges0","features":[3,20]},{"name":"FwpmProviderContextSubscriptionsGet0","features":[3,20]},{"name":"FwpmProviderContextUnsubscribeChanges0","features":[3,20]},{"name":"FwpmProviderCreateEnumHandle0","features":[3,20]},{"name":"FwpmProviderDeleteByKey0","features":[3,20]},{"name":"FwpmProviderDestroyEnumHandle0","features":[3,20]},{"name":"FwpmProviderEnum0","features":[3,20]},{"name":"FwpmProviderGetByKey0","features":[3,20]},{"name":"FwpmProviderGetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmProviderSetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmProviderSubscribeChanges0","features":[3,20]},{"name":"FwpmProviderSubscriptionsGet0","features":[3,20]},{"name":"FwpmProviderUnsubscribeChanges0","features":[3,20]},{"name":"FwpmSessionCreateEnumHandle0","features":[3,20]},{"name":"FwpmSessionDestroyEnumHandle0","features":[3,20]},{"name":"FwpmSessionEnum0","features":[3,20,6]},{"name":"FwpmSubLayerAdd0","features":[3,20,6]},{"name":"FwpmSubLayerCreateEnumHandle0","features":[3,20]},{"name":"FwpmSubLayerDeleteByKey0","features":[3,20]},{"name":"FwpmSubLayerDestroyEnumHandle0","features":[3,20]},{"name":"FwpmSubLayerEnum0","features":[3,20]},{"name":"FwpmSubLayerGetByKey0","features":[3,20]},{"name":"FwpmSubLayerGetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmSubLayerSetSecurityInfoByKey0","features":[3,20,6]},{"name":"FwpmSubLayerSubscribeChanges0","features":[3,20]},{"name":"FwpmSubLayerSubscriptionsGet0","features":[3,20]},{"name":"FwpmSubLayerUnsubscribeChanges0","features":[3,20]},{"name":"FwpmSystemPortsGet0","features":[3,20]},{"name":"FwpmSystemPortsSubscribe0","features":[3,20]},{"name":"FwpmSystemPortsUnsubscribe0","features":[3,20]},{"name":"FwpmTransactionAbort0","features":[3,20]},{"name":"FwpmTransactionBegin0","features":[3,20]},{"name":"FwpmTransactionCommit0","features":[3,20]},{"name":"FwpmvSwitchEventSubscribe0","features":[3,20]},{"name":"FwpmvSwitchEventUnsubscribe0","features":[3,20]},{"name":"FwpmvSwitchEventsGetSecurityInfo0","features":[3,20,6]},{"name":"FwpmvSwitchEventsSetSecurityInfo0","features":[3,20,6]},{"name":"IKEEXT_ANONYMOUS","features":[20]},{"name":"IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE","features":[20]},{"name":"IKEEXT_AUTHENTICATION_METHOD0","features":[20]},{"name":"IKEEXT_AUTHENTICATION_METHOD1","features":[20]},{"name":"IKEEXT_AUTHENTICATION_METHOD2","features":[20]},{"name":"IKEEXT_AUTHENTICATION_METHOD_TYPE","features":[20]},{"name":"IKEEXT_AUTHENTICATION_METHOD_TYPE_MAX","features":[20]},{"name":"IKEEXT_CERTIFICATE","features":[20]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION0","features":[20]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION1","features":[20]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION2","features":[20]},{"name":"IKEEXT_CERTIFICATE_CREDENTIAL0","features":[20]},{"name":"IKEEXT_CERTIFICATE_CREDENTIAL1","features":[20]},{"name":"IKEEXT_CERTIFICATE_CRITERIA0","features":[20]},{"name":"IKEEXT_CERTIFICATE_ECDSA_P256","features":[20]},{"name":"IKEEXT_CERTIFICATE_ECDSA_P384","features":[20]},{"name":"IKEEXT_CERT_AUTH","features":[20]},{"name":"IKEEXT_CERT_AUTH_ALLOW_HTTP_CERT_LOOKUP","features":[20]},{"name":"IKEEXT_CERT_AUTH_DISABLE_SSL_CERT_VALIDATION","features":[20]},{"name":"IKEEXT_CERT_AUTH_ENABLE_CRL_CHECK_STRONG","features":[20]},{"name":"IKEEXT_CERT_AUTH_FLAG_DISABLE_CRL_CHECK","features":[20]},{"name":"IKEEXT_CERT_AUTH_FLAG_DISABLE_REQUEST_PAYLOAD","features":[20]},{"name":"IKEEXT_CERT_AUTH_FLAG_SSL_ONE_WAY","features":[20]},{"name":"IKEEXT_CERT_AUTH_URL_CONTAINS_BUNDLE","features":[20]},{"name":"IKEEXT_CERT_CONFIG_ENTERPRISE_STORE","features":[20]},{"name":"IKEEXT_CERT_CONFIG_EXPLICIT_TRUST_LIST","features":[20]},{"name":"IKEEXT_CERT_CONFIG_TRUSTED_ROOT_STORE","features":[20]},{"name":"IKEEXT_CERT_CONFIG_TYPE","features":[20]},{"name":"IKEEXT_CERT_CONFIG_TYPE_MAX","features":[20]},{"name":"IKEEXT_CERT_CONFIG_UNSPECIFIED","features":[20]},{"name":"IKEEXT_CERT_CREDENTIAL_FLAG_NAP_CERT","features":[20]},{"name":"IKEEXT_CERT_CRITERIA_CN","features":[20]},{"name":"IKEEXT_CERT_CRITERIA_DC","features":[20]},{"name":"IKEEXT_CERT_CRITERIA_DNS","features":[20]},{"name":"IKEEXT_CERT_CRITERIA_NAME_TYPE","features":[20]},{"name":"IKEEXT_CERT_CRITERIA_NAME_TYPE_MAX","features":[20]},{"name":"IKEEXT_CERT_CRITERIA_O","features":[20]},{"name":"IKEEXT_CERT_CRITERIA_OU","features":[20]},{"name":"IKEEXT_CERT_CRITERIA_RFC822","features":[20]},{"name":"IKEEXT_CERT_CRITERIA_UPN","features":[20]},{"name":"IKEEXT_CERT_EKUS0","features":[20]},{"name":"IKEEXT_CERT_FLAGS","features":[20]},{"name":"IKEEXT_CERT_FLAG_DISABLE_REQUEST_PAYLOAD","features":[20]},{"name":"IKEEXT_CERT_FLAG_ENABLE_ACCOUNT_MAPPING","features":[20]},{"name":"IKEEXT_CERT_FLAG_FOLLOW_RENEWAL_CERTIFICATE","features":[20]},{"name":"IKEEXT_CERT_FLAG_IGNORE_INIT_CERT_MAP_FAILURE","features":[20]},{"name":"IKEEXT_CERT_FLAG_INTERMEDIATE_CA","features":[20]},{"name":"IKEEXT_CERT_FLAG_PREFER_NAP_CERTIFICATE_OUTBOUND","features":[20]},{"name":"IKEEXT_CERT_FLAG_SELECT_NAP_CERTIFICATE","features":[20]},{"name":"IKEEXT_CERT_FLAG_USE_NAP_CERTIFICATE","features":[20]},{"name":"IKEEXT_CERT_FLAG_VERIFY_NAP_CERTIFICATE","features":[20]},{"name":"IKEEXT_CERT_HASH_LEN","features":[20]},{"name":"IKEEXT_CERT_NAME0","features":[20]},{"name":"IKEEXT_CERT_ROOT_CONFIG0","features":[20]},{"name":"IKEEXT_CIPHER_3DES","features":[20]},{"name":"IKEEXT_CIPHER_AES_128","features":[20]},{"name":"IKEEXT_CIPHER_AES_192","features":[20]},{"name":"IKEEXT_CIPHER_AES_256","features":[20]},{"name":"IKEEXT_CIPHER_AES_GCM_128_16ICV","features":[20]},{"name":"IKEEXT_CIPHER_AES_GCM_256_16ICV","features":[20]},{"name":"IKEEXT_CIPHER_ALGORITHM0","features":[20]},{"name":"IKEEXT_CIPHER_DES","features":[20]},{"name":"IKEEXT_CIPHER_TYPE","features":[20]},{"name":"IKEEXT_CIPHER_TYPE_MAX","features":[20]},{"name":"IKEEXT_COMMON_STATISTICS0","features":[20]},{"name":"IKEEXT_COMMON_STATISTICS1","features":[20]},{"name":"IKEEXT_COOKIE_PAIR0","features":[20]},{"name":"IKEEXT_CREDENTIAL0","features":[20]},{"name":"IKEEXT_CREDENTIAL1","features":[20]},{"name":"IKEEXT_CREDENTIAL2","features":[20]},{"name":"IKEEXT_CREDENTIALS0","features":[20]},{"name":"IKEEXT_CREDENTIALS1","features":[20]},{"name":"IKEEXT_CREDENTIALS2","features":[20]},{"name":"IKEEXT_CREDENTIAL_PAIR0","features":[20]},{"name":"IKEEXT_CREDENTIAL_PAIR1","features":[20]},{"name":"IKEEXT_CREDENTIAL_PAIR2","features":[20]},{"name":"IKEEXT_DH_ECP_256","features":[20]},{"name":"IKEEXT_DH_ECP_384","features":[20]},{"name":"IKEEXT_DH_GROUP","features":[20]},{"name":"IKEEXT_DH_GROUP_1","features":[20]},{"name":"IKEEXT_DH_GROUP_14","features":[20]},{"name":"IKEEXT_DH_GROUP_2","features":[20]},{"name":"IKEEXT_DH_GROUP_2048","features":[20]},{"name":"IKEEXT_DH_GROUP_24","features":[20]},{"name":"IKEEXT_DH_GROUP_MAX","features":[20]},{"name":"IKEEXT_DH_GROUP_NONE","features":[20]},{"name":"IKEEXT_EAP","features":[20]},{"name":"IKEEXT_EAP_AUTHENTICATION0","features":[20]},{"name":"IKEEXT_EAP_AUTHENTICATION_FLAGS","features":[20]},{"name":"IKEEXT_EAP_FLAG_LOCAL_AUTH_ONLY","features":[20]},{"name":"IKEEXT_EAP_FLAG_REMOTE_AUTH_ONLY","features":[20]},{"name":"IKEEXT_EM_POLICY0","features":[20]},{"name":"IKEEXT_EM_POLICY1","features":[20]},{"name":"IKEEXT_EM_POLICY2","features":[20]},{"name":"IKEEXT_EM_SA_STATE","features":[20]},{"name":"IKEEXT_EM_SA_STATE_AUTH_COMPLETE","features":[20]},{"name":"IKEEXT_EM_SA_STATE_COMPLETE","features":[20]},{"name":"IKEEXT_EM_SA_STATE_FINAL","features":[20]},{"name":"IKEEXT_EM_SA_STATE_MAX","features":[20]},{"name":"IKEEXT_EM_SA_STATE_NONE","features":[20]},{"name":"IKEEXT_EM_SA_STATE_SENT_ATTS","features":[20]},{"name":"IKEEXT_EM_SA_STATE_SSPI_SENT","features":[20]},{"name":"IKEEXT_IMPERSONATION_MAX","features":[20]},{"name":"IKEEXT_IMPERSONATION_NONE","features":[20]},{"name":"IKEEXT_IMPERSONATION_SOCKET_PRINCIPAL","features":[20]},{"name":"IKEEXT_INTEGRITY_ALGORITHM0","features":[20]},{"name":"IKEEXT_INTEGRITY_MD5","features":[20]},{"name":"IKEEXT_INTEGRITY_SHA1","features":[20]},{"name":"IKEEXT_INTEGRITY_SHA_256","features":[20]},{"name":"IKEEXT_INTEGRITY_SHA_384","features":[20]},{"name":"IKEEXT_INTEGRITY_TYPE","features":[20]},{"name":"IKEEXT_INTEGRITY_TYPE_MAX","features":[20]},{"name":"IKEEXT_IPV6_CGA","features":[20]},{"name":"IKEEXT_IPV6_CGA_AUTHENTICATION0","features":[20]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0","features":[20]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1","features":[20]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS0","features":[20]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1","features":[20]},{"name":"IKEEXT_KERBEROS","features":[20]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION0","features":[20]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION1","features":[20]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION_FLAGS","features":[20]},{"name":"IKEEXT_KERB_AUTH_DISABLE_INITIATOR_TOKEN_GENERATION","features":[20]},{"name":"IKEEXT_KERB_AUTH_DONT_ACCEPT_EXPLICIT_CREDENTIALS","features":[20]},{"name":"IKEEXT_KERB_AUTH_FORCE_PROXY_ON_INITIATOR","features":[20]},{"name":"IKEEXT_KEYMODULE_STATISTICS0","features":[20]},{"name":"IKEEXT_KEYMODULE_STATISTICS1","features":[20]},{"name":"IKEEXT_KEY_MODULE_AUTHIP","features":[20]},{"name":"IKEEXT_KEY_MODULE_IKE","features":[20]},{"name":"IKEEXT_KEY_MODULE_IKEV2","features":[20]},{"name":"IKEEXT_KEY_MODULE_MAX","features":[20]},{"name":"IKEEXT_KEY_MODULE_TYPE","features":[20]},{"name":"IKEEXT_MM_SA_STATE","features":[20]},{"name":"IKEEXT_MM_SA_STATE_COMPLETE","features":[20]},{"name":"IKEEXT_MM_SA_STATE_FINAL","features":[20]},{"name":"IKEEXT_MM_SA_STATE_FINAL_SENT","features":[20]},{"name":"IKEEXT_MM_SA_STATE_MAX","features":[20]},{"name":"IKEEXT_MM_SA_STATE_NONE","features":[20]},{"name":"IKEEXT_MM_SA_STATE_SA_SENT","features":[20]},{"name":"IKEEXT_MM_SA_STATE_SSPI_SENT","features":[20]},{"name":"IKEEXT_NAME_CREDENTIAL0","features":[20]},{"name":"IKEEXT_NTLM_V2","features":[20]},{"name":"IKEEXT_NTLM_V2_AUTHENTICATION0","features":[20]},{"name":"IKEEXT_NTLM_V2_AUTH_DONT_ACCEPT_EXPLICIT_CREDENTIALS","features":[20]},{"name":"IKEEXT_POLICY0","features":[20]},{"name":"IKEEXT_POLICY1","features":[20]},{"name":"IKEEXT_POLICY2","features":[20]},{"name":"IKEEXT_POLICY_ENABLE_IKEV2_FRAGMENTATION","features":[20]},{"name":"IKEEXT_POLICY_FLAG","features":[20]},{"name":"IKEEXT_POLICY_FLAG_DISABLE_DIAGNOSTICS","features":[20]},{"name":"IKEEXT_POLICY_FLAG_ENABLE_OPTIONAL_DH","features":[20]},{"name":"IKEEXT_POLICY_FLAG_IMS_VPN","features":[20]},{"name":"IKEEXT_POLICY_FLAG_MOBIKE_NOT_SUPPORTED","features":[20]},{"name":"IKEEXT_POLICY_FLAG_NO_IMPERSONATION_LUID_VERIFY","features":[20]},{"name":"IKEEXT_POLICY_FLAG_NO_MACHINE_LUID_VERIFY","features":[20]},{"name":"IKEEXT_POLICY_FLAG_SITE_TO_SITE","features":[20]},{"name":"IKEEXT_POLICY_SUPPORT_LOW_POWER_MODE","features":[20]},{"name":"IKEEXT_PRESHARED_KEY","features":[20]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION0","features":[20]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION1","features":[20]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION_FLAGS","features":[20]},{"name":"IKEEXT_PROPOSAL0","features":[20]},{"name":"IKEEXT_PSK_FLAG_LOCAL_AUTH_ONLY","features":[20]},{"name":"IKEEXT_PSK_FLAG_REMOTE_AUTH_ONLY","features":[20]},{"name":"IKEEXT_QM_SA_STATE","features":[20]},{"name":"IKEEXT_QM_SA_STATE_COMPLETE","features":[20]},{"name":"IKEEXT_QM_SA_STATE_FINAL","features":[20]},{"name":"IKEEXT_QM_SA_STATE_INITIAL","features":[20]},{"name":"IKEEXT_QM_SA_STATE_MAX","features":[20]},{"name":"IKEEXT_QM_SA_STATE_NONE","features":[20]},{"name":"IKEEXT_RESERVED","features":[20]},{"name":"IKEEXT_RESERVED_AUTHENTICATION0","features":[20]},{"name":"IKEEXT_RESERVED_AUTHENTICATION_FLAGS","features":[20]},{"name":"IKEEXT_RESERVED_AUTH_DISABLE_INITIATOR_TOKEN_GENERATION","features":[20]},{"name":"IKEEXT_SA_DETAILS0","features":[20]},{"name":"IKEEXT_SA_DETAILS1","features":[20]},{"name":"IKEEXT_SA_DETAILS2","features":[20]},{"name":"IKEEXT_SA_ENUM_TEMPLATE0","features":[20,6]},{"name":"IKEEXT_SA_ROLE","features":[20]},{"name":"IKEEXT_SA_ROLE_INITIATOR","features":[20]},{"name":"IKEEXT_SA_ROLE_MAX","features":[20]},{"name":"IKEEXT_SA_ROLE_RESPONDER","features":[20]},{"name":"IKEEXT_SSL","features":[20]},{"name":"IKEEXT_SSL_ECDSA_P256","features":[20]},{"name":"IKEEXT_SSL_ECDSA_P384","features":[20]},{"name":"IKEEXT_STATISTICS0","features":[20]},{"name":"IKEEXT_STATISTICS1","features":[20]},{"name":"IKEEXT_TRAFFIC0","features":[20]},{"name":"IPSEC_ADDRESS_INFO0","features":[20]},{"name":"IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0","features":[20]},{"name":"IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1","features":[20]},{"name":"IPSEC_AGGREGATE_SA_STATISTICS0","features":[20]},{"name":"IPSEC_AH_DROP_PACKET_STATISTICS0","features":[20]},{"name":"IPSEC_AUTH_AES_128","features":[20]},{"name":"IPSEC_AUTH_AES_192","features":[20]},{"name":"IPSEC_AUTH_AES_256","features":[20]},{"name":"IPSEC_AUTH_AND_CIPHER_TRANSFORM0","features":[20]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_128","features":[20]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_192","features":[20]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_256","features":[20]},{"name":"IPSEC_AUTH_CONFIG_HMAC_MD5_96","features":[20]},{"name":"IPSEC_AUTH_CONFIG_HMAC_SHA_1_96","features":[20]},{"name":"IPSEC_AUTH_CONFIG_HMAC_SHA_256_128","features":[20]},{"name":"IPSEC_AUTH_CONFIG_MAX","features":[20]},{"name":"IPSEC_AUTH_MAX","features":[20]},{"name":"IPSEC_AUTH_MD5","features":[20]},{"name":"IPSEC_AUTH_SHA_1","features":[20]},{"name":"IPSEC_AUTH_SHA_256","features":[20]},{"name":"IPSEC_AUTH_TRANSFORM0","features":[20]},{"name":"IPSEC_AUTH_TRANSFORM_ID0","features":[20]},{"name":"IPSEC_AUTH_TYPE","features":[20]},{"name":"IPSEC_CIPHER_CONFIG_CBC_3DES","features":[20]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_128","features":[20]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_192","features":[20]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_256","features":[20]},{"name":"IPSEC_CIPHER_CONFIG_CBC_DES","features":[20]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_128","features":[20]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_192","features":[20]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_256","features":[20]},{"name":"IPSEC_CIPHER_CONFIG_MAX","features":[20]},{"name":"IPSEC_CIPHER_TRANSFORM0","features":[20]},{"name":"IPSEC_CIPHER_TRANSFORM_ID0","features":[20]},{"name":"IPSEC_CIPHER_TYPE","features":[20]},{"name":"IPSEC_CIPHER_TYPE_3DES","features":[20]},{"name":"IPSEC_CIPHER_TYPE_AES_128","features":[20]},{"name":"IPSEC_CIPHER_TYPE_AES_192","features":[20]},{"name":"IPSEC_CIPHER_TYPE_AES_256","features":[20]},{"name":"IPSEC_CIPHER_TYPE_DES","features":[20]},{"name":"IPSEC_CIPHER_TYPE_MAX","features":[20]},{"name":"IPSEC_DOSP_DSCP_DISABLE_VALUE","features":[20]},{"name":"IPSEC_DOSP_FLAGS","features":[20]},{"name":"IPSEC_DOSP_FLAG_DISABLE_AUTHIP","features":[20]},{"name":"IPSEC_DOSP_FLAG_DISABLE_DEFAULT_BLOCK","features":[20]},{"name":"IPSEC_DOSP_FLAG_ENABLE_IKEV1","features":[20]},{"name":"IPSEC_DOSP_FLAG_ENABLE_IKEV2","features":[20]},{"name":"IPSEC_DOSP_FLAG_FILTER_BLOCK","features":[20]},{"name":"IPSEC_DOSP_FLAG_FILTER_EXEMPT","features":[20]},{"name":"IPSEC_DOSP_OPTIONS0","features":[20]},{"name":"IPSEC_DOSP_RATE_LIMIT_DISABLE_VALUE","features":[20]},{"name":"IPSEC_DOSP_STATE0","features":[20]},{"name":"IPSEC_DOSP_STATE_ENUM_TEMPLATE0","features":[20]},{"name":"IPSEC_DOSP_STATISTICS0","features":[20]},{"name":"IPSEC_ESP_DROP_PACKET_STATISTICS0","features":[20]},{"name":"IPSEC_FAILURE_ME","features":[20]},{"name":"IPSEC_FAILURE_NONE","features":[20]},{"name":"IPSEC_FAILURE_PEER","features":[20]},{"name":"IPSEC_FAILURE_POINT","features":[20]},{"name":"IPSEC_FAILURE_POINT_MAX","features":[20]},{"name":"IPSEC_GETSPI0","features":[20]},{"name":"IPSEC_GETSPI1","features":[20]},{"name":"IPSEC_ID0","features":[20]},{"name":"IPSEC_KEYING_POLICY0","features":[20]},{"name":"IPSEC_KEYING_POLICY1","features":[20]},{"name":"IPSEC_KEYING_POLICY_FLAG_TERMINATING_MATCH","features":[20]},{"name":"IPSEC_KEYMODULE_STATE0","features":[20]},{"name":"IPSEC_KEY_MANAGER0","features":[20]},{"name":"IPSEC_KEY_MANAGER_CALLBACKS0","features":[3,20,6]},{"name":"IPSEC_KEY_MANAGER_DICTATE_KEY0","features":[3,20,6]},{"name":"IPSEC_KEY_MANAGER_FLAG_DICTATE_KEY","features":[20]},{"name":"IPSEC_KEY_MANAGER_KEY_DICTATION_CHECK0","features":[3,20]},{"name":"IPSEC_KEY_MANAGER_NOTIFY_KEY0","features":[20,6]},{"name":"IPSEC_PFS_1","features":[20]},{"name":"IPSEC_PFS_14","features":[20]},{"name":"IPSEC_PFS_2","features":[20]},{"name":"IPSEC_PFS_2048","features":[20]},{"name":"IPSEC_PFS_24","features":[20]},{"name":"IPSEC_PFS_ECP_256","features":[20]},{"name":"IPSEC_PFS_ECP_384","features":[20]},{"name":"IPSEC_PFS_GROUP","features":[20]},{"name":"IPSEC_PFS_MAX","features":[20]},{"name":"IPSEC_PFS_MM","features":[20]},{"name":"IPSEC_PFS_NONE","features":[20]},{"name":"IPSEC_POLICY_FLAG","features":[20]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH1","features":[20]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH2","features":[20]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH3","features":[20]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH4","features":[20]},{"name":"IPSEC_POLICY_FLAG_CLEAR_DF_ON_TUNNEL","features":[20]},{"name":"IPSEC_POLICY_FLAG_DONT_NEGOTIATE_BYTE_LIFETIME","features":[20]},{"name":"IPSEC_POLICY_FLAG_DONT_NEGOTIATE_SECOND_LIFETIME","features":[20]},{"name":"IPSEC_POLICY_FLAG_ENABLE_SERVER_ADDR_ASSIGNMENT","features":[20]},{"name":"IPSEC_POLICY_FLAG_ENABLE_V6_IN_V4_TUNNELING","features":[20]},{"name":"IPSEC_POLICY_FLAG_KEY_MANAGER_ALLOW_DICTATE_KEY","features":[20]},{"name":"IPSEC_POLICY_FLAG_KEY_MANAGER_ALLOW_NOTIFY_KEY","features":[20]},{"name":"IPSEC_POLICY_FLAG_NAT_ENCAP_ALLOW_GENERAL_NAT_TRAVERSAL","features":[20]},{"name":"IPSEC_POLICY_FLAG_NAT_ENCAP_ALLOW_PEER_BEHIND_NAT","features":[20]},{"name":"IPSEC_POLICY_FLAG_ND_BOUNDARY","features":[20]},{"name":"IPSEC_POLICY_FLAG_ND_SECURE","features":[20]},{"name":"IPSEC_POLICY_FLAG_RESERVED1","features":[20]},{"name":"IPSEC_POLICY_FLAG_SITE_TO_SITE_TUNNEL","features":[20]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_ALLOW_OUTBOUND_CLEAR_CONNECTION","features":[20]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_BYPASS_ALREADY_SECURE_CONNECTION","features":[20]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_BYPASS_ICMPV6","features":[20]},{"name":"IPSEC_PROPOSAL0","features":[20]},{"name":"IPSEC_SA0","features":[20]},{"name":"IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0","features":[20]},{"name":"IPSEC_SA_AUTH_INFORMATION0","features":[20]},{"name":"IPSEC_SA_BUNDLE0","features":[20]},{"name":"IPSEC_SA_BUNDLE1","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAGS","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_ALLOW_NULL_TARGET_NAME_MATCH","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_ASSUME_UDP_CONTEXT_OUTBOUND","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_CLEAR_DF_ON_TUNNEL","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_ENABLE_OPTIONAL_ASYMMETRIC_IDLE","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORCE_INBOUND_CONNECTIONS","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORCE_OUTBOUND_CONNECTIONS","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORWARD_PATH_INITIATOR","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_GUARANTEE_ENCRYPTION","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_IP_IN_IP_PKT","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_LOCALLY_DICTATED_KEYS","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_LOW_POWER_MODE_SUPPORT","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_BOUNDARY","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_PEER_BOUNDARY","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_PEER_NAT_BOUNDARY","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_SECURE","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_NLB","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_EXPLICIT_CRED_MATCH","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_IMPERSONATION_LUID_VERIFY","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_MACHINE_LUID_VERIFY","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_PEER_SUPPORTS_GUARANTEE_ENCRYPTION","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_SA_OFFLOADED","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_SUPPRESS_DUPLICATE_DELETION","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH1","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH2","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH3","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH4","features":[20]},{"name":"IPSEC_SA_BUNDLE_FLAG_USING_DICTATED_KEYS","features":[20]},{"name":"IPSEC_SA_CIPHER_INFORMATION0","features":[20]},{"name":"IPSEC_SA_CONTEXT0","features":[20,6]},{"name":"IPSEC_SA_CONTEXT1","features":[20,6]},{"name":"IPSEC_SA_CONTEXT_CALLBACK0","features":[20]},{"name":"IPSEC_SA_CONTEXT_CHANGE0","features":[20]},{"name":"IPSEC_SA_CONTEXT_ENUM_TEMPLATE0","features":[20,6]},{"name":"IPSEC_SA_CONTEXT_EVENT_ADD","features":[20]},{"name":"IPSEC_SA_CONTEXT_EVENT_DELETE","features":[20]},{"name":"IPSEC_SA_CONTEXT_EVENT_MAX","features":[20]},{"name":"IPSEC_SA_CONTEXT_EVENT_TYPE0","features":[20]},{"name":"IPSEC_SA_CONTEXT_SUBSCRIPTION0","features":[20,6]},{"name":"IPSEC_SA_DETAILS0","features":[20,6]},{"name":"IPSEC_SA_DETAILS1","features":[20,6]},{"name":"IPSEC_SA_ENUM_TEMPLATE0","features":[20]},{"name":"IPSEC_SA_IDLE_TIMEOUT0","features":[20]},{"name":"IPSEC_SA_LIFETIME0","features":[20]},{"name":"IPSEC_SA_TRANSFORM0","features":[20]},{"name":"IPSEC_STATISTICS0","features":[20]},{"name":"IPSEC_STATISTICS1","features":[20]},{"name":"IPSEC_TOKEN0","features":[20]},{"name":"IPSEC_TOKEN_MODE","features":[20]},{"name":"IPSEC_TOKEN_MODE_EXTENDED","features":[20]},{"name":"IPSEC_TOKEN_MODE_MAIN","features":[20]},{"name":"IPSEC_TOKEN_MODE_MAX","features":[20]},{"name":"IPSEC_TOKEN_PRINCIPAL","features":[20]},{"name":"IPSEC_TOKEN_PRINCIPAL_LOCAL","features":[20]},{"name":"IPSEC_TOKEN_PRINCIPAL_MAX","features":[20]},{"name":"IPSEC_TOKEN_PRINCIPAL_PEER","features":[20]},{"name":"IPSEC_TOKEN_TYPE","features":[20]},{"name":"IPSEC_TOKEN_TYPE_IMPERSONATION","features":[20]},{"name":"IPSEC_TOKEN_TYPE_MACHINE","features":[20]},{"name":"IPSEC_TOKEN_TYPE_MAX","features":[20]},{"name":"IPSEC_TRAFFIC0","features":[20]},{"name":"IPSEC_TRAFFIC1","features":[20]},{"name":"IPSEC_TRAFFIC_SELECTOR0","features":[20]},{"name":"IPSEC_TRAFFIC_SELECTOR_POLICY0","features":[20]},{"name":"IPSEC_TRAFFIC_STATISTICS0","features":[20]},{"name":"IPSEC_TRAFFIC_STATISTICS1","features":[20]},{"name":"IPSEC_TRAFFIC_TYPE","features":[20]},{"name":"IPSEC_TRAFFIC_TYPE_MAX","features":[20]},{"name":"IPSEC_TRAFFIC_TYPE_TRANSPORT","features":[20]},{"name":"IPSEC_TRAFFIC_TYPE_TUNNEL","features":[20]},{"name":"IPSEC_TRANSFORM_AH","features":[20]},{"name":"IPSEC_TRANSFORM_ESP_AUTH","features":[20]},{"name":"IPSEC_TRANSFORM_ESP_AUTH_AND_CIPHER","features":[20]},{"name":"IPSEC_TRANSFORM_ESP_AUTH_FW","features":[20]},{"name":"IPSEC_TRANSFORM_ESP_CIPHER","features":[20]},{"name":"IPSEC_TRANSFORM_TYPE","features":[20]},{"name":"IPSEC_TRANSFORM_TYPE_MAX","features":[20]},{"name":"IPSEC_TRANSPORT_POLICY0","features":[20]},{"name":"IPSEC_TRANSPORT_POLICY1","features":[20]},{"name":"IPSEC_TRANSPORT_POLICY2","features":[20]},{"name":"IPSEC_TUNNEL_ENDPOINT0","features":[20]},{"name":"IPSEC_TUNNEL_ENDPOINTS0","features":[20]},{"name":"IPSEC_TUNNEL_ENDPOINTS1","features":[20]},{"name":"IPSEC_TUNNEL_ENDPOINTS2","features":[20]},{"name":"IPSEC_TUNNEL_POLICY0","features":[20]},{"name":"IPSEC_TUNNEL_POLICY1","features":[20]},{"name":"IPSEC_TUNNEL_POLICY2","features":[20]},{"name":"IPSEC_TUNNEL_POLICY3","features":[20]},{"name":"IPSEC_V4_UDP_ENCAPSULATION0","features":[20]},{"name":"IPSEC_VIRTUAL_IF_TUNNEL_INFO0","features":[20]},{"name":"IPsecDospGetSecurityInfo0","features":[3,20,6]},{"name":"IPsecDospGetStatistics0","features":[3,20]},{"name":"IPsecDospSetSecurityInfo0","features":[3,20,6]},{"name":"IPsecDospStateCreateEnumHandle0","features":[3,20]},{"name":"IPsecDospStateDestroyEnumHandle0","features":[3,20]},{"name":"IPsecDospStateEnum0","features":[3,20]},{"name":"IPsecGetStatistics0","features":[3,20]},{"name":"IPsecGetStatistics1","features":[3,20]},{"name":"IPsecKeyManagerAddAndRegister0","features":[3,20,6]},{"name":"IPsecKeyManagerGetSecurityInfoByKey0","features":[3,20,6]},{"name":"IPsecKeyManagerSetSecurityInfoByKey0","features":[3,20,6]},{"name":"IPsecKeyManagerUnregisterAndDelete0","features":[3,20]},{"name":"IPsecKeyManagersGet0","features":[3,20]},{"name":"IPsecSaContextAddInbound0","features":[3,20]},{"name":"IPsecSaContextAddInbound1","features":[3,20]},{"name":"IPsecSaContextAddOutbound0","features":[3,20]},{"name":"IPsecSaContextAddOutbound1","features":[3,20]},{"name":"IPsecSaContextCreate0","features":[3,20]},{"name":"IPsecSaContextCreate1","features":[3,20]},{"name":"IPsecSaContextCreateEnumHandle0","features":[3,20,6]},{"name":"IPsecSaContextDeleteById0","features":[3,20]},{"name":"IPsecSaContextDestroyEnumHandle0","features":[3,20]},{"name":"IPsecSaContextEnum0","features":[3,20,6]},{"name":"IPsecSaContextEnum1","features":[3,20,6]},{"name":"IPsecSaContextExpire0","features":[3,20]},{"name":"IPsecSaContextGetById0","features":[3,20,6]},{"name":"IPsecSaContextGetById1","features":[3,20,6]},{"name":"IPsecSaContextGetSpi0","features":[3,20]},{"name":"IPsecSaContextGetSpi1","features":[3,20]},{"name":"IPsecSaContextSetSpi0","features":[3,20]},{"name":"IPsecSaContextSubscribe0","features":[3,20,6]},{"name":"IPsecSaContextSubscriptionsGet0","features":[3,20,6]},{"name":"IPsecSaContextUnsubscribe0","features":[3,20]},{"name":"IPsecSaContextUpdate0","features":[3,20,6]},{"name":"IPsecSaCreateEnumHandle0","features":[3,20]},{"name":"IPsecSaDbGetSecurityInfo0","features":[3,20,6]},{"name":"IPsecSaDbSetSecurityInfo0","features":[3,20,6]},{"name":"IPsecSaDestroyEnumHandle0","features":[3,20]},{"name":"IPsecSaEnum0","features":[3,20,6]},{"name":"IPsecSaEnum1","features":[3,20,6]},{"name":"IkeextGetStatistics0","features":[3,20]},{"name":"IkeextGetStatistics1","features":[3,20]},{"name":"IkeextSaCreateEnumHandle0","features":[3,20,6]},{"name":"IkeextSaDbGetSecurityInfo0","features":[3,20,6]},{"name":"IkeextSaDbSetSecurityInfo0","features":[3,20,6]},{"name":"IkeextSaDeleteById0","features":[3,20]},{"name":"IkeextSaDestroyEnumHandle0","features":[3,20]},{"name":"IkeextSaEnum0","features":[3,20]},{"name":"IkeextSaEnum1","features":[3,20]},{"name":"IkeextSaEnum2","features":[3,20]},{"name":"IkeextSaGetById0","features":[3,20]},{"name":"IkeextSaGetById1","features":[3,20]},{"name":"IkeextSaGetById2","features":[3,20]}],"468":[{"name":"FW_DYNAMIC_KEYWORD_ADDRESS0","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_DATA0","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_ALL","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_AUTO_RESOLVE","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_NON_AUTO_RESOLVE","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS_AUTO_RESOLVE","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_INVALID","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_LOCAL","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_MDM","features":[108]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_TYPE","features":[108]},{"name":"ICSSC_DEFAULT","features":[108]},{"name":"ICSSC_ENABLED","features":[108]},{"name":"ICSSHARINGTYPE_PRIVATE","features":[108]},{"name":"ICSSHARINGTYPE_PUBLIC","features":[108]},{"name":"ICSTT_IPADDRESS","features":[108]},{"name":"ICSTT_NAME","features":[108]},{"name":"ICS_TARGETTYPE","features":[108]},{"name":"IDynamicPortMapping","features":[108]},{"name":"IDynamicPortMappingCollection","features":[108]},{"name":"IEnumNetConnection","features":[108]},{"name":"IEnumNetSharingEveryConnection","features":[108]},{"name":"IEnumNetSharingPortMapping","features":[108]},{"name":"IEnumNetSharingPrivateConnection","features":[108]},{"name":"IEnumNetSharingPublicConnection","features":[108]},{"name":"INATEventManager","features":[108]},{"name":"INATExternalIPAddressCallback","features":[108]},{"name":"INATNumberOfEntriesCallback","features":[108]},{"name":"INET_FIREWALL_AC_BINARIES","features":[108]},{"name":"INET_FIREWALL_AC_BINARY","features":[108]},{"name":"INET_FIREWALL_AC_CAPABILITIES","features":[108,6]},{"name":"INET_FIREWALL_AC_CHANGE","features":[108,6]},{"name":"INET_FIREWALL_AC_CHANGE_CREATE","features":[108]},{"name":"INET_FIREWALL_AC_CHANGE_DELETE","features":[108]},{"name":"INET_FIREWALL_AC_CHANGE_INVALID","features":[108]},{"name":"INET_FIREWALL_AC_CHANGE_MAX","features":[108]},{"name":"INET_FIREWALL_AC_CHANGE_TYPE","features":[108]},{"name":"INET_FIREWALL_AC_CREATION_TYPE","features":[108]},{"name":"INET_FIREWALL_AC_MAX","features":[108]},{"name":"INET_FIREWALL_AC_NONE","features":[108]},{"name":"INET_FIREWALL_AC_PACKAGE_ID_ONLY","features":[108]},{"name":"INET_FIREWALL_APP_CONTAINER","features":[108,6]},{"name":"INetConnection","features":[108]},{"name":"INetConnectionConnectUi","features":[108]},{"name":"INetConnectionManager","features":[108]},{"name":"INetConnectionProps","features":[108]},{"name":"INetFwAuthorizedApplication","features":[108]},{"name":"INetFwAuthorizedApplications","features":[108]},{"name":"INetFwIcmpSettings","features":[108]},{"name":"INetFwMgr","features":[108]},{"name":"INetFwOpenPort","features":[108]},{"name":"INetFwOpenPorts","features":[108]},{"name":"INetFwPolicy","features":[108]},{"name":"INetFwPolicy2","features":[108]},{"name":"INetFwProduct","features":[108]},{"name":"INetFwProducts","features":[108]},{"name":"INetFwProfile","features":[108]},{"name":"INetFwRemoteAdminSettings","features":[108]},{"name":"INetFwRule","features":[108]},{"name":"INetFwRule2","features":[108]},{"name":"INetFwRule3","features":[108]},{"name":"INetFwRules","features":[108]},{"name":"INetFwService","features":[108]},{"name":"INetFwServiceRestriction","features":[108]},{"name":"INetFwServices","features":[108]},{"name":"INetSharingConfiguration","features":[108]},{"name":"INetSharingEveryConnectionCollection","features":[108]},{"name":"INetSharingManager","features":[108]},{"name":"INetSharingPortMapping","features":[108]},{"name":"INetSharingPortMappingCollection","features":[108]},{"name":"INetSharingPortMappingProps","features":[108]},{"name":"INetSharingPrivateConnectionCollection","features":[108]},{"name":"INetSharingPublicConnectionCollection","features":[108]},{"name":"IStaticPortMapping","features":[108]},{"name":"IStaticPortMappingCollection","features":[108]},{"name":"IUPnPNAT","features":[108]},{"name":"NCCF_ALLOW_DUPLICATION","features":[108]},{"name":"NCCF_ALLOW_REMOVAL","features":[108]},{"name":"NCCF_ALLOW_RENAME","features":[108]},{"name":"NCCF_ALL_USERS","features":[108]},{"name":"NCCF_BLUETOOTH_MASK","features":[108]},{"name":"NCCF_BRANDED","features":[108]},{"name":"NCCF_BRIDGED","features":[108]},{"name":"NCCF_DEFAULT","features":[108]},{"name":"NCCF_FIREWALLED","features":[108]},{"name":"NCCF_HOMENET_CAPABLE","features":[108]},{"name":"NCCF_HOSTED_NETWORK","features":[108]},{"name":"NCCF_INCOMING_ONLY","features":[108]},{"name":"NCCF_LAN_MASK","features":[108]},{"name":"NCCF_NONE","features":[108]},{"name":"NCCF_OUTGOING_ONLY","features":[108]},{"name":"NCCF_QUARANTINED","features":[108]},{"name":"NCCF_RESERVED","features":[108]},{"name":"NCCF_SHARED","features":[108]},{"name":"NCCF_SHARED_PRIVATE","features":[108]},{"name":"NCCF_VIRTUAL_STATION","features":[108]},{"name":"NCCF_WIFI_DIRECT","features":[108]},{"name":"NCME_DEFAULT","features":[108]},{"name":"NCME_HIDDEN","features":[108]},{"name":"NCM_BRIDGE","features":[108]},{"name":"NCM_DIRECT","features":[108]},{"name":"NCM_ISDN","features":[108]},{"name":"NCM_LAN","features":[108]},{"name":"NCM_NONE","features":[108]},{"name":"NCM_PHONE","features":[108]},{"name":"NCM_PPPOE","features":[108]},{"name":"NCM_SHAREDACCESSHOST_LAN","features":[108]},{"name":"NCM_SHAREDACCESSHOST_RAS","features":[108]},{"name":"NCM_TUNNEL","features":[108]},{"name":"NCS_ACTION_REQUIRED","features":[108]},{"name":"NCS_ACTION_REQUIRED_RETRY","features":[108]},{"name":"NCS_AUTHENTICATING","features":[108]},{"name":"NCS_AUTHENTICATION_FAILED","features":[108]},{"name":"NCS_AUTHENTICATION_SUCCEEDED","features":[108]},{"name":"NCS_CONNECTED","features":[108]},{"name":"NCS_CONNECTING","features":[108]},{"name":"NCS_CONNECT_FAILED","features":[108]},{"name":"NCS_CREDENTIALS_REQUIRED","features":[108]},{"name":"NCS_DISCONNECTED","features":[108]},{"name":"NCS_DISCONNECTING","features":[108]},{"name":"NCS_HARDWARE_DISABLED","features":[108]},{"name":"NCS_HARDWARE_MALFUNCTION","features":[108]},{"name":"NCS_HARDWARE_NOT_PRESENT","features":[108]},{"name":"NCS_INVALID_ADDRESS","features":[108]},{"name":"NCS_MEDIA_DISCONNECTED","features":[108]},{"name":"NCT_BRIDGE","features":[108]},{"name":"NCT_DIRECT_CONNECT","features":[108]},{"name":"NCT_INBOUND","features":[108]},{"name":"NCT_INTERNET","features":[108]},{"name":"NCT_LAN","features":[108]},{"name":"NCT_PHONE","features":[108]},{"name":"NCT_TUNNEL","features":[108]},{"name":"NCUC_DEFAULT","features":[108]},{"name":"NCUC_ENABLE_DISABLE","features":[108]},{"name":"NCUC_NO_UI","features":[108]},{"name":"NETCONMGR_ENUM_FLAGS","features":[108]},{"name":"NETCONUI_CONNECT_FLAGS","features":[108]},{"name":"NETCON_CHARACTERISTIC_FLAGS","features":[108]},{"name":"NETCON_MAX_NAME_LEN","features":[108]},{"name":"NETCON_MEDIATYPE","features":[108]},{"name":"NETCON_PROPERTIES","features":[108]},{"name":"NETCON_STATUS","features":[108]},{"name":"NETCON_TYPE","features":[108]},{"name":"NETISO_ERROR_TYPE","features":[108]},{"name":"NETISO_ERROR_TYPE_INTERNET_CLIENT","features":[108]},{"name":"NETISO_ERROR_TYPE_INTERNET_CLIENT_SERVER","features":[108]},{"name":"NETISO_ERROR_TYPE_MAX","features":[108]},{"name":"NETISO_ERROR_TYPE_NONE","features":[108]},{"name":"NETISO_ERROR_TYPE_PRIVATE_NETWORK","features":[108]},{"name":"NETISO_FLAG","features":[108]},{"name":"NETISO_FLAG_FORCE_COMPUTE_BINARIES","features":[108]},{"name":"NETISO_FLAG_MAX","features":[108]},{"name":"NETISO_GEID_FOR_NEUTRAL_AWARE","features":[108]},{"name":"NETISO_GEID_FOR_WDAG","features":[108]},{"name":"NET_FW_ACTION","features":[108]},{"name":"NET_FW_ACTION_ALLOW","features":[108]},{"name":"NET_FW_ACTION_BLOCK","features":[108]},{"name":"NET_FW_ACTION_MAX","features":[108]},{"name":"NET_FW_AUTHENTICATE_AND_ENCRYPT","features":[108]},{"name":"NET_FW_AUTHENTICATE_AND_NEGOTIATE_ENCRYPTION","features":[108]},{"name":"NET_FW_AUTHENTICATE_NONE","features":[108]},{"name":"NET_FW_AUTHENTICATE_NO_ENCAPSULATION","features":[108]},{"name":"NET_FW_AUTHENTICATE_TYPE","features":[108]},{"name":"NET_FW_AUTHENTICATE_WITH_INTEGRITY","features":[108]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE","features":[108]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_ALLOW","features":[108]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_APP","features":[108]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_USER","features":[108]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DENY","features":[108]},{"name":"NET_FW_IP_PROTOCOL","features":[108]},{"name":"NET_FW_IP_PROTOCOL_ANY","features":[108]},{"name":"NET_FW_IP_PROTOCOL_TCP","features":[108]},{"name":"NET_FW_IP_PROTOCOL_UDP","features":[108]},{"name":"NET_FW_IP_VERSION","features":[108]},{"name":"NET_FW_IP_VERSION_ANY","features":[108]},{"name":"NET_FW_IP_VERSION_MAX","features":[108]},{"name":"NET_FW_IP_VERSION_V4","features":[108]},{"name":"NET_FW_IP_VERSION_V6","features":[108]},{"name":"NET_FW_MODIFY_STATE","features":[108]},{"name":"NET_FW_MODIFY_STATE_GP_OVERRIDE","features":[108]},{"name":"NET_FW_MODIFY_STATE_INBOUND_BLOCKED","features":[108]},{"name":"NET_FW_MODIFY_STATE_OK","features":[108]},{"name":"NET_FW_POLICY_EFFECTIVE","features":[108]},{"name":"NET_FW_POLICY_GROUP","features":[108]},{"name":"NET_FW_POLICY_LOCAL","features":[108]},{"name":"NET_FW_POLICY_TYPE","features":[108]},{"name":"NET_FW_POLICY_TYPE_MAX","features":[108]},{"name":"NET_FW_PROFILE2_ALL","features":[108]},{"name":"NET_FW_PROFILE2_DOMAIN","features":[108]},{"name":"NET_FW_PROFILE2_PRIVATE","features":[108]},{"name":"NET_FW_PROFILE2_PUBLIC","features":[108]},{"name":"NET_FW_PROFILE_CURRENT","features":[108]},{"name":"NET_FW_PROFILE_DOMAIN","features":[108]},{"name":"NET_FW_PROFILE_STANDARD","features":[108]},{"name":"NET_FW_PROFILE_TYPE","features":[108]},{"name":"NET_FW_PROFILE_TYPE2","features":[108]},{"name":"NET_FW_PROFILE_TYPE_MAX","features":[108]},{"name":"NET_FW_RULE_CATEGORY","features":[108]},{"name":"NET_FW_RULE_CATEGORY_BOOT","features":[108]},{"name":"NET_FW_RULE_CATEGORY_CONSEC","features":[108]},{"name":"NET_FW_RULE_CATEGORY_FIREWALL","features":[108]},{"name":"NET_FW_RULE_CATEGORY_MAX","features":[108]},{"name":"NET_FW_RULE_CATEGORY_STEALTH","features":[108]},{"name":"NET_FW_RULE_DIRECTION","features":[108]},{"name":"NET_FW_RULE_DIR_IN","features":[108]},{"name":"NET_FW_RULE_DIR_MAX","features":[108]},{"name":"NET_FW_RULE_DIR_OUT","features":[108]},{"name":"NET_FW_SCOPE","features":[108]},{"name":"NET_FW_SCOPE_ALL","features":[108]},{"name":"NET_FW_SCOPE_CUSTOM","features":[108]},{"name":"NET_FW_SCOPE_LOCAL_SUBNET","features":[108]},{"name":"NET_FW_SCOPE_MAX","features":[108]},{"name":"NET_FW_SERVICE_FILE_AND_PRINT","features":[108]},{"name":"NET_FW_SERVICE_NONE","features":[108]},{"name":"NET_FW_SERVICE_REMOTE_DESKTOP","features":[108]},{"name":"NET_FW_SERVICE_TYPE","features":[108]},{"name":"NET_FW_SERVICE_TYPE_MAX","features":[108]},{"name":"NET_FW_SERVICE_UPNP","features":[108]},{"name":"NcFreeNetconProperties","features":[108]},{"name":"NcIsValidConnectionName","features":[3,108]},{"name":"NetFwAuthorizedApplication","features":[108]},{"name":"NetFwMgr","features":[108]},{"name":"NetFwOpenPort","features":[108]},{"name":"NetFwPolicy2","features":[108]},{"name":"NetFwProduct","features":[108]},{"name":"NetFwProducts","features":[108]},{"name":"NetFwRule","features":[108]},{"name":"NetSharingManager","features":[108]},{"name":"NetworkIsolationDiagnoseConnectFailureAndGetInfo","features":[108]},{"name":"NetworkIsolationEnumAppContainers","features":[108,6]},{"name":"NetworkIsolationEnumerateAppContainerRules","features":[108]},{"name":"NetworkIsolationFreeAppContainers","features":[108,6]},{"name":"NetworkIsolationGetAppContainerConfig","features":[108,6]},{"name":"NetworkIsolationGetEnterpriseIdAsync","features":[3,108]},{"name":"NetworkIsolationGetEnterpriseIdClose","features":[3,108]},{"name":"NetworkIsolationRegisterForAppContainerChanges","features":[3,108,6]},{"name":"NetworkIsolationSetAppContainerConfig","features":[108,6]},{"name":"NetworkIsolationSetupAppContainerBinaries","features":[3,108,6]},{"name":"NetworkIsolationUnregisterForAppContainerChanges","features":[3,108]},{"name":"PAC_CHANGES_CALLBACK_FN","features":[108,6]},{"name":"PFN_FWADDDYNAMICKEYWORDADDRESS0","features":[108]},{"name":"PFN_FWDELETEDYNAMICKEYWORDADDRESS0","features":[108]},{"name":"PFN_FWENUMDYNAMICKEYWORDADDRESSBYID0","features":[108]},{"name":"PFN_FWENUMDYNAMICKEYWORDADDRESSESBYTYPE0","features":[108]},{"name":"PFN_FWFREEDYNAMICKEYWORDADDRESSDATA0","features":[108]},{"name":"PFN_FWUPDATEDYNAMICKEYWORDADDRESS0","features":[3,108]},{"name":"PNETISO_EDP_ID_CALLBACK_FN","features":[108]},{"name":"SHARINGCONNECTIONTYPE","features":[108]},{"name":"SHARINGCONNECTION_ENUM_FLAGS","features":[108]},{"name":"S_OBJECT_NO_LONGER_VALID","features":[108]},{"name":"UPnPNAT","features":[108]}],"469":[{"name":"WNV_API_MAJOR_VERSION_1","features":[109]},{"name":"WNV_API_MINOR_VERSION_0","features":[109]},{"name":"WNV_CA_NOTIFICATION_TYPE","features":[109]},{"name":"WNV_CUSTOMER_ADDRESS_CHANGE_PARAM","features":[109,17]},{"name":"WNV_IP_ADDRESS","features":[109,17]},{"name":"WNV_NOTIFICATION_PARAM","features":[109]},{"name":"WNV_NOTIFICATION_TYPE","features":[109]},{"name":"WNV_OBJECT_CHANGE_PARAM","features":[109,17]},{"name":"WNV_OBJECT_HEADER","features":[109]},{"name":"WNV_OBJECT_TYPE","features":[109]},{"name":"WNV_POLICY_MISMATCH_PARAM","features":[109,17]},{"name":"WNV_PROVIDER_ADDRESS_CHANGE_PARAM","features":[109,17]},{"name":"WNV_REDIRECT_PARAM","features":[109,17]},{"name":"WnvCustomerAddressAdded","features":[109]},{"name":"WnvCustomerAddressDeleted","features":[109]},{"name":"WnvCustomerAddressMax","features":[109]},{"name":"WnvCustomerAddressMoved","features":[109]},{"name":"WnvCustomerAddressType","features":[109]},{"name":"WnvNotificationTypeMax","features":[109]},{"name":"WnvObjectChangeType","features":[109]},{"name":"WnvObjectTypeMax","features":[109]},{"name":"WnvOpen","features":[3,109]},{"name":"WnvPolicyMismatchType","features":[109]},{"name":"WnvProviderAddressType","features":[109]},{"name":"WnvRedirectType","features":[109]},{"name":"WnvRequestNotification","features":[3,109,8]}],"470":[{"name":"ACTRL_DS_CONTROL_ACCESS","features":[110]},{"name":"ACTRL_DS_CREATE_CHILD","features":[110]},{"name":"ACTRL_DS_DELETE_CHILD","features":[110]},{"name":"ACTRL_DS_DELETE_TREE","features":[110]},{"name":"ACTRL_DS_LIST","features":[110]},{"name":"ACTRL_DS_LIST_OBJECT","features":[110]},{"name":"ACTRL_DS_OPEN","features":[110]},{"name":"ACTRL_DS_READ_PROP","features":[110]},{"name":"ACTRL_DS_SELF","features":[110]},{"name":"ACTRL_DS_WRITE_PROP","features":[110]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_MUTUAL_AUTH_REQUIRED","features":[110]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_NEGOTIATE","features":[110]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_NEGOTIATE_PASS_THROUGH","features":[110]},{"name":"ADAM_SCP_FSMO_NAMING_STRING","features":[110]},{"name":"ADAM_SCP_FSMO_NAMING_STRING_W","features":[110]},{"name":"ADAM_SCP_FSMO_SCHEMA_STRING","features":[110]},{"name":"ADAM_SCP_FSMO_SCHEMA_STRING_W","features":[110]},{"name":"ADAM_SCP_FSMO_STRING","features":[110]},{"name":"ADAM_SCP_FSMO_STRING_W","features":[110]},{"name":"ADAM_SCP_INSTANCE_NAME_STRING","features":[110]},{"name":"ADAM_SCP_INSTANCE_NAME_STRING_W","features":[110]},{"name":"ADAM_SCP_PARTITION_STRING","features":[110]},{"name":"ADAM_SCP_PARTITION_STRING_W","features":[110]},{"name":"ADAM_SCP_SITE_NAME_STRING","features":[110]},{"name":"ADAM_SCP_SITE_NAME_STRING_W","features":[110]},{"name":"ADSIPROP_ADSIFLAG","features":[110]},{"name":"ADSIPROP_ASYNCHRONOUS","features":[110]},{"name":"ADSIPROP_ATTRIBTYPES_ONLY","features":[110]},{"name":"ADSIPROP_CACHE_RESULTS","features":[110]},{"name":"ADSIPROP_CHASE_REFERRALS","features":[110]},{"name":"ADSIPROP_DEREF_ALIASES","features":[110]},{"name":"ADSIPROP_PAGED_TIME_LIMIT","features":[110]},{"name":"ADSIPROP_PAGESIZE","features":[110]},{"name":"ADSIPROP_SEARCH_SCOPE","features":[110]},{"name":"ADSIPROP_SIZE_LIMIT","features":[110]},{"name":"ADSIPROP_SORT_ON","features":[110]},{"name":"ADSIPROP_TIMEOUT","features":[110]},{"name":"ADSIPROP_TIME_LIMIT","features":[110]},{"name":"ADSI_DIALECT_ENUM","features":[110]},{"name":"ADSI_DIALECT_LDAP","features":[110]},{"name":"ADSI_DIALECT_SQL","features":[110]},{"name":"ADSPROPERROR","features":[3,110]},{"name":"ADSPROPINITPARAMS","features":[3,110]},{"name":"ADSTYPE","features":[110]},{"name":"ADSTYPE_BACKLINK","features":[110]},{"name":"ADSTYPE_BOOLEAN","features":[110]},{"name":"ADSTYPE_CASEIGNORE_LIST","features":[110]},{"name":"ADSTYPE_CASE_EXACT_STRING","features":[110]},{"name":"ADSTYPE_CASE_IGNORE_STRING","features":[110]},{"name":"ADSTYPE_DN_STRING","features":[110]},{"name":"ADSTYPE_DN_WITH_BINARY","features":[110]},{"name":"ADSTYPE_DN_WITH_STRING","features":[110]},{"name":"ADSTYPE_EMAIL","features":[110]},{"name":"ADSTYPE_FAXNUMBER","features":[110]},{"name":"ADSTYPE_HOLD","features":[110]},{"name":"ADSTYPE_INTEGER","features":[110]},{"name":"ADSTYPE_INVALID","features":[110]},{"name":"ADSTYPE_LARGE_INTEGER","features":[110]},{"name":"ADSTYPE_NETADDRESS","features":[110]},{"name":"ADSTYPE_NT_SECURITY_DESCRIPTOR","features":[110]},{"name":"ADSTYPE_NUMERIC_STRING","features":[110]},{"name":"ADSTYPE_OBJECT_CLASS","features":[110]},{"name":"ADSTYPE_OCTET_LIST","features":[110]},{"name":"ADSTYPE_OCTET_STRING","features":[110]},{"name":"ADSTYPE_PATH","features":[110]},{"name":"ADSTYPE_POSTALADDRESS","features":[110]},{"name":"ADSTYPE_PRINTABLE_STRING","features":[110]},{"name":"ADSTYPE_PROV_SPECIFIC","features":[110]},{"name":"ADSTYPE_REPLICAPOINTER","features":[110]},{"name":"ADSTYPE_TIMESTAMP","features":[110]},{"name":"ADSTYPE_TYPEDNAME","features":[110]},{"name":"ADSTYPE_UNKNOWN","features":[110]},{"name":"ADSTYPE_UTC_TIME","features":[110]},{"name":"ADSVALUE","features":[3,110]},{"name":"ADS_ACEFLAG_ENUM","features":[110]},{"name":"ADS_ACEFLAG_FAILED_ACCESS","features":[110]},{"name":"ADS_ACEFLAG_INHERITED_ACE","features":[110]},{"name":"ADS_ACEFLAG_INHERIT_ACE","features":[110]},{"name":"ADS_ACEFLAG_INHERIT_ONLY_ACE","features":[110]},{"name":"ADS_ACEFLAG_NO_PROPAGATE_INHERIT_ACE","features":[110]},{"name":"ADS_ACEFLAG_SUCCESSFUL_ACCESS","features":[110]},{"name":"ADS_ACEFLAG_VALID_INHERIT_FLAGS","features":[110]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED","features":[110]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_CALLBACK","features":[110]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_CALLBACK_OBJECT","features":[110]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_OBJECT","features":[110]},{"name":"ADS_ACETYPE_ACCESS_DENIED","features":[110]},{"name":"ADS_ACETYPE_ACCESS_DENIED_CALLBACK","features":[110]},{"name":"ADS_ACETYPE_ACCESS_DENIED_CALLBACK_OBJECT","features":[110]},{"name":"ADS_ACETYPE_ACCESS_DENIED_OBJECT","features":[110]},{"name":"ADS_ACETYPE_ENUM","features":[110]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_CALLBACK","features":[110]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_CALLBACK_OBJECT","features":[110]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_OBJECT","features":[110]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT","features":[110]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_CALLBACK","features":[110]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_CALLBACK_OBJECT","features":[110]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_OBJECT","features":[110]},{"name":"ADS_ATTR_APPEND","features":[110]},{"name":"ADS_ATTR_CLEAR","features":[110]},{"name":"ADS_ATTR_DEF","features":[3,110]},{"name":"ADS_ATTR_DELETE","features":[110]},{"name":"ADS_ATTR_INFO","features":[3,110]},{"name":"ADS_ATTR_UPDATE","features":[110]},{"name":"ADS_AUTHENTICATION_ENUM","features":[110]},{"name":"ADS_AUTH_RESERVED","features":[110]},{"name":"ADS_BACKLINK","features":[110]},{"name":"ADS_CASEIGNORE_LIST","features":[110]},{"name":"ADS_CHASE_REFERRALS_ALWAYS","features":[110]},{"name":"ADS_CHASE_REFERRALS_ENUM","features":[110]},{"name":"ADS_CHASE_REFERRALS_EXTERNAL","features":[110]},{"name":"ADS_CHASE_REFERRALS_NEVER","features":[110]},{"name":"ADS_CHASE_REFERRALS_SUBORDINATE","features":[110]},{"name":"ADS_CLASS_DEF","features":[3,110]},{"name":"ADS_DEREFENUM","features":[110]},{"name":"ADS_DEREF_ALWAYS","features":[110]},{"name":"ADS_DEREF_FINDING","features":[110]},{"name":"ADS_DEREF_NEVER","features":[110]},{"name":"ADS_DEREF_SEARCHING","features":[110]},{"name":"ADS_DISPLAY_ENUM","features":[110]},{"name":"ADS_DISPLAY_FULL","features":[110]},{"name":"ADS_DISPLAY_VALUE_ONLY","features":[110]},{"name":"ADS_DN_WITH_BINARY","features":[110]},{"name":"ADS_DN_WITH_STRING","features":[110]},{"name":"ADS_EMAIL","features":[110]},{"name":"ADS_ESCAPEDMODE_DEFAULT","features":[110]},{"name":"ADS_ESCAPEDMODE_OFF","features":[110]},{"name":"ADS_ESCAPEDMODE_OFF_EX","features":[110]},{"name":"ADS_ESCAPEDMODE_ON","features":[110]},{"name":"ADS_ESCAPE_MODE_ENUM","features":[110]},{"name":"ADS_EXT_INITCREDENTIALS","features":[110]},{"name":"ADS_EXT_INITIALIZE_COMPLETE","features":[110]},{"name":"ADS_EXT_MAXEXTDISPID","features":[110]},{"name":"ADS_EXT_MINEXTDISPID","features":[110]},{"name":"ADS_FAST_BIND","features":[110]},{"name":"ADS_FAXNUMBER","features":[110]},{"name":"ADS_FLAGTYPE_ENUM","features":[110]},{"name":"ADS_FLAG_INHERITED_OBJECT_TYPE_PRESENT","features":[110]},{"name":"ADS_FLAG_OBJECT_TYPE_PRESENT","features":[110]},{"name":"ADS_FORMAT_ENUM","features":[110]},{"name":"ADS_FORMAT_LEAF","features":[110]},{"name":"ADS_FORMAT_PROVIDER","features":[110]},{"name":"ADS_FORMAT_SERVER","features":[110]},{"name":"ADS_FORMAT_WINDOWS","features":[110]},{"name":"ADS_FORMAT_WINDOWS_DN","features":[110]},{"name":"ADS_FORMAT_WINDOWS_NO_SERVER","features":[110]},{"name":"ADS_FORMAT_WINDOWS_PARENT","features":[110]},{"name":"ADS_FORMAT_X500","features":[110]},{"name":"ADS_FORMAT_X500_DN","features":[110]},{"name":"ADS_FORMAT_X500_NO_SERVER","features":[110]},{"name":"ADS_FORMAT_X500_PARENT","features":[110]},{"name":"ADS_GROUP_TYPE_DOMAIN_LOCAL_GROUP","features":[110]},{"name":"ADS_GROUP_TYPE_ENUM","features":[110]},{"name":"ADS_GROUP_TYPE_GLOBAL_GROUP","features":[110]},{"name":"ADS_GROUP_TYPE_LOCAL_GROUP","features":[110]},{"name":"ADS_GROUP_TYPE_SECURITY_ENABLED","features":[110]},{"name":"ADS_GROUP_TYPE_UNIVERSAL_GROUP","features":[110]},{"name":"ADS_HOLD","features":[110]},{"name":"ADS_NAME_INITTYPE_DOMAIN","features":[110]},{"name":"ADS_NAME_INITTYPE_ENUM","features":[110]},{"name":"ADS_NAME_INITTYPE_GC","features":[110]},{"name":"ADS_NAME_INITTYPE_SERVER","features":[110]},{"name":"ADS_NAME_TYPE_1779","features":[110]},{"name":"ADS_NAME_TYPE_CANONICAL","features":[110]},{"name":"ADS_NAME_TYPE_CANONICAL_EX","features":[110]},{"name":"ADS_NAME_TYPE_DISPLAY","features":[110]},{"name":"ADS_NAME_TYPE_DOMAIN_SIMPLE","features":[110]},{"name":"ADS_NAME_TYPE_ENTERPRISE_SIMPLE","features":[110]},{"name":"ADS_NAME_TYPE_ENUM","features":[110]},{"name":"ADS_NAME_TYPE_GUID","features":[110]},{"name":"ADS_NAME_TYPE_NT4","features":[110]},{"name":"ADS_NAME_TYPE_SERVICE_PRINCIPAL_NAME","features":[110]},{"name":"ADS_NAME_TYPE_SID_OR_SID_HISTORY_NAME","features":[110]},{"name":"ADS_NAME_TYPE_UNKNOWN","features":[110]},{"name":"ADS_NAME_TYPE_USER_PRINCIPAL_NAME","features":[110]},{"name":"ADS_NETADDRESS","features":[110]},{"name":"ADS_NO_AUTHENTICATION","features":[110]},{"name":"ADS_NO_REFERRAL_CHASING","features":[110]},{"name":"ADS_NT_SECURITY_DESCRIPTOR","features":[110]},{"name":"ADS_OBJECT_INFO","features":[110]},{"name":"ADS_OCTET_LIST","features":[110]},{"name":"ADS_OCTET_STRING","features":[110]},{"name":"ADS_OPTION_ACCUMULATIVE_MODIFICATION","features":[110]},{"name":"ADS_OPTION_ENUM","features":[110]},{"name":"ADS_OPTION_MUTUAL_AUTH_STATUS","features":[110]},{"name":"ADS_OPTION_PAGE_SIZE","features":[110]},{"name":"ADS_OPTION_PASSWORD_METHOD","features":[110]},{"name":"ADS_OPTION_PASSWORD_PORTNUMBER","features":[110]},{"name":"ADS_OPTION_QUOTA","features":[110]},{"name":"ADS_OPTION_REFERRALS","features":[110]},{"name":"ADS_OPTION_SECURITY_MASK","features":[110]},{"name":"ADS_OPTION_SERVERNAME","features":[110]},{"name":"ADS_OPTION_SKIP_SID_LOOKUP","features":[110]},{"name":"ADS_PASSWORD_ENCODE_CLEAR","features":[110]},{"name":"ADS_PASSWORD_ENCODE_REQUIRE_SSL","features":[110]},{"name":"ADS_PASSWORD_ENCODING_ENUM","features":[110]},{"name":"ADS_PATH","features":[110]},{"name":"ADS_PATHTYPE_ENUM","features":[110]},{"name":"ADS_PATH_FILE","features":[110]},{"name":"ADS_PATH_FILESHARE","features":[110]},{"name":"ADS_PATH_REGISTRY","features":[110]},{"name":"ADS_POSTALADDRESS","features":[110]},{"name":"ADS_PREFERENCES_ENUM","features":[110]},{"name":"ADS_PROMPT_CREDENTIALS","features":[110]},{"name":"ADS_PROPERTY_APPEND","features":[110]},{"name":"ADS_PROPERTY_CLEAR","features":[110]},{"name":"ADS_PROPERTY_DELETE","features":[110]},{"name":"ADS_PROPERTY_OPERATION_ENUM","features":[110]},{"name":"ADS_PROPERTY_UPDATE","features":[110]},{"name":"ADS_PROV_SPECIFIC","features":[110]},{"name":"ADS_READONLY_SERVER","features":[110]},{"name":"ADS_REPLICAPOINTER","features":[110]},{"name":"ADS_RIGHTS_ENUM","features":[110]},{"name":"ADS_RIGHT_ACCESS_SYSTEM_SECURITY","features":[110]},{"name":"ADS_RIGHT_ACTRL_DS_LIST","features":[110]},{"name":"ADS_RIGHT_DELETE","features":[110]},{"name":"ADS_RIGHT_DS_CONTROL_ACCESS","features":[110]},{"name":"ADS_RIGHT_DS_CREATE_CHILD","features":[110]},{"name":"ADS_RIGHT_DS_DELETE_CHILD","features":[110]},{"name":"ADS_RIGHT_DS_DELETE_TREE","features":[110]},{"name":"ADS_RIGHT_DS_LIST_OBJECT","features":[110]},{"name":"ADS_RIGHT_DS_READ_PROP","features":[110]},{"name":"ADS_RIGHT_DS_SELF","features":[110]},{"name":"ADS_RIGHT_DS_WRITE_PROP","features":[110]},{"name":"ADS_RIGHT_GENERIC_ALL","features":[110]},{"name":"ADS_RIGHT_GENERIC_EXECUTE","features":[110]},{"name":"ADS_RIGHT_GENERIC_READ","features":[110]},{"name":"ADS_RIGHT_GENERIC_WRITE","features":[110]},{"name":"ADS_RIGHT_READ_CONTROL","features":[110]},{"name":"ADS_RIGHT_SYNCHRONIZE","features":[110]},{"name":"ADS_RIGHT_WRITE_DAC","features":[110]},{"name":"ADS_RIGHT_WRITE_OWNER","features":[110]},{"name":"ADS_SCOPEENUM","features":[110]},{"name":"ADS_SCOPE_BASE","features":[110]},{"name":"ADS_SCOPE_ONELEVEL","features":[110]},{"name":"ADS_SCOPE_SUBTREE","features":[110]},{"name":"ADS_SD_CONTROL_ENUM","features":[110]},{"name":"ADS_SD_CONTROL_SE_DACL_AUTO_INHERITED","features":[110]},{"name":"ADS_SD_CONTROL_SE_DACL_AUTO_INHERIT_REQ","features":[110]},{"name":"ADS_SD_CONTROL_SE_DACL_DEFAULTED","features":[110]},{"name":"ADS_SD_CONTROL_SE_DACL_PRESENT","features":[110]},{"name":"ADS_SD_CONTROL_SE_DACL_PROTECTED","features":[110]},{"name":"ADS_SD_CONTROL_SE_GROUP_DEFAULTED","features":[110]},{"name":"ADS_SD_CONTROL_SE_OWNER_DEFAULTED","features":[110]},{"name":"ADS_SD_CONTROL_SE_SACL_AUTO_INHERITED","features":[110]},{"name":"ADS_SD_CONTROL_SE_SACL_AUTO_INHERIT_REQ","features":[110]},{"name":"ADS_SD_CONTROL_SE_SACL_DEFAULTED","features":[110]},{"name":"ADS_SD_CONTROL_SE_SACL_PRESENT","features":[110]},{"name":"ADS_SD_CONTROL_SE_SACL_PROTECTED","features":[110]},{"name":"ADS_SD_CONTROL_SE_SELF_RELATIVE","features":[110]},{"name":"ADS_SD_FORMAT_ENUM","features":[110]},{"name":"ADS_SD_FORMAT_HEXSTRING","features":[110]},{"name":"ADS_SD_FORMAT_IID","features":[110]},{"name":"ADS_SD_FORMAT_RAW","features":[110]},{"name":"ADS_SD_REVISION_DS","features":[110]},{"name":"ADS_SD_REVISION_ENUM","features":[110]},{"name":"ADS_SEARCHPREF_ASYNCHRONOUS","features":[110]},{"name":"ADS_SEARCHPREF_ATTRIBTYPES_ONLY","features":[110]},{"name":"ADS_SEARCHPREF_ATTRIBUTE_QUERY","features":[110]},{"name":"ADS_SEARCHPREF_CACHE_RESULTS","features":[110]},{"name":"ADS_SEARCHPREF_CHASE_REFERRALS","features":[110]},{"name":"ADS_SEARCHPREF_DEREF_ALIASES","features":[110]},{"name":"ADS_SEARCHPREF_DIRSYNC","features":[110]},{"name":"ADS_SEARCHPREF_DIRSYNC_FLAG","features":[110]},{"name":"ADS_SEARCHPREF_ENUM","features":[110]},{"name":"ADS_SEARCHPREF_EXTENDED_DN","features":[110]},{"name":"ADS_SEARCHPREF_INFO","features":[3,110]},{"name":"ADS_SEARCHPREF_PAGED_TIME_LIMIT","features":[110]},{"name":"ADS_SEARCHPREF_PAGESIZE","features":[110]},{"name":"ADS_SEARCHPREF_SEARCH_SCOPE","features":[110]},{"name":"ADS_SEARCHPREF_SECURITY_MASK","features":[110]},{"name":"ADS_SEARCHPREF_SIZE_LIMIT","features":[110]},{"name":"ADS_SEARCHPREF_SORT_ON","features":[110]},{"name":"ADS_SEARCHPREF_TIMEOUT","features":[110]},{"name":"ADS_SEARCHPREF_TIME_LIMIT","features":[110]},{"name":"ADS_SEARCHPREF_TOMBSTONE","features":[110]},{"name":"ADS_SEARCHPREF_VLV","features":[110]},{"name":"ADS_SEARCH_COLUMN","features":[3,110]},{"name":"ADS_SEARCH_HANDLE","features":[110]},{"name":"ADS_SECURE_AUTHENTICATION","features":[110]},{"name":"ADS_SECURITY_INFO_DACL","features":[110]},{"name":"ADS_SECURITY_INFO_ENUM","features":[110]},{"name":"ADS_SECURITY_INFO_GROUP","features":[110]},{"name":"ADS_SECURITY_INFO_OWNER","features":[110]},{"name":"ADS_SECURITY_INFO_SACL","features":[110]},{"name":"ADS_SERVER_BIND","features":[110]},{"name":"ADS_SETTYPE_DN","features":[110]},{"name":"ADS_SETTYPE_ENUM","features":[110]},{"name":"ADS_SETTYPE_FULL","features":[110]},{"name":"ADS_SETTYPE_PROVIDER","features":[110]},{"name":"ADS_SETTYPE_SERVER","features":[110]},{"name":"ADS_SORTKEY","features":[3,110]},{"name":"ADS_STATUSENUM","features":[110]},{"name":"ADS_STATUS_INVALID_SEARCHPREF","features":[110]},{"name":"ADS_STATUS_INVALID_SEARCHPREFVALUE","features":[110]},{"name":"ADS_STATUS_S_OK","features":[110]},{"name":"ADS_SYSTEMFLAG_ATTR_IS_CONSTRUCTED","features":[110]},{"name":"ADS_SYSTEMFLAG_ATTR_NOT_REPLICATED","features":[110]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_LIMITED_MOVE","features":[110]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_MOVE","features":[110]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_RENAME","features":[110]},{"name":"ADS_SYSTEMFLAG_CR_NTDS_DOMAIN","features":[110]},{"name":"ADS_SYSTEMFLAG_CR_NTDS_NC","features":[110]},{"name":"ADS_SYSTEMFLAG_DISALLOW_DELETE","features":[110]},{"name":"ADS_SYSTEMFLAG_DOMAIN_DISALLOW_MOVE","features":[110]},{"name":"ADS_SYSTEMFLAG_DOMAIN_DISALLOW_RENAME","features":[110]},{"name":"ADS_SYSTEMFLAG_ENUM","features":[110]},{"name":"ADS_TIMESTAMP","features":[110]},{"name":"ADS_TYPEDNAME","features":[110]},{"name":"ADS_UF_ACCOUNTDISABLE","features":[110]},{"name":"ADS_UF_DONT_EXPIRE_PASSWD","features":[110]},{"name":"ADS_UF_DONT_REQUIRE_PREAUTH","features":[110]},{"name":"ADS_UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[110]},{"name":"ADS_UF_HOMEDIR_REQUIRED","features":[110]},{"name":"ADS_UF_INTERDOMAIN_TRUST_ACCOUNT","features":[110]},{"name":"ADS_UF_LOCKOUT","features":[110]},{"name":"ADS_UF_MNS_LOGON_ACCOUNT","features":[110]},{"name":"ADS_UF_NORMAL_ACCOUNT","features":[110]},{"name":"ADS_UF_NOT_DELEGATED","features":[110]},{"name":"ADS_UF_PASSWD_CANT_CHANGE","features":[110]},{"name":"ADS_UF_PASSWD_NOTREQD","features":[110]},{"name":"ADS_UF_PASSWORD_EXPIRED","features":[110]},{"name":"ADS_UF_SCRIPT","features":[110]},{"name":"ADS_UF_SERVER_TRUST_ACCOUNT","features":[110]},{"name":"ADS_UF_SMARTCARD_REQUIRED","features":[110]},{"name":"ADS_UF_TEMP_DUPLICATE_ACCOUNT","features":[110]},{"name":"ADS_UF_TRUSTED_FOR_DELEGATION","features":[110]},{"name":"ADS_UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[110]},{"name":"ADS_UF_USE_DES_KEY_ONLY","features":[110]},{"name":"ADS_UF_WORKSTATION_TRUST_ACCOUNT","features":[110]},{"name":"ADS_USER_FLAG_ENUM","features":[110]},{"name":"ADS_USE_DELEGATION","features":[110]},{"name":"ADS_USE_ENCRYPTION","features":[110]},{"name":"ADS_USE_SEALING","features":[110]},{"name":"ADS_USE_SIGNING","features":[110]},{"name":"ADS_USE_SSL","features":[110]},{"name":"ADS_VLV","features":[110]},{"name":"ADSystemInfo","features":[110]},{"name":"ADsBuildEnumerator","features":[110]},{"name":"ADsBuildVarArrayInt","features":[3,110,43,44]},{"name":"ADsBuildVarArrayStr","features":[3,110,43,44]},{"name":"ADsDecodeBinaryData","features":[110]},{"name":"ADsEncodeBinaryData","features":[110]},{"name":"ADsEnumerateNext","features":[3,110,43,44]},{"name":"ADsFreeEnumerator","features":[110]},{"name":"ADsGetLastError","features":[110]},{"name":"ADsGetObject","features":[110]},{"name":"ADsOpenObject","features":[110]},{"name":"ADsPropCheckIfWritable","features":[3,110]},{"name":"ADsPropCreateNotifyObj","features":[3,110]},{"name":"ADsPropGetInitInfo","features":[3,110]},{"name":"ADsPropSendErrorMessage","features":[3,110]},{"name":"ADsPropSetHwnd","features":[3,110]},{"name":"ADsPropSetHwndWithTitle","features":[3,110]},{"name":"ADsPropShowErrorDialog","features":[3,110]},{"name":"ADsSecurityUtility","features":[110]},{"name":"ADsSetLastError","features":[110]},{"name":"AccessControlEntry","features":[110]},{"name":"AccessControlList","features":[110]},{"name":"AdsFreeAdsValues","features":[3,110]},{"name":"AdsTypeToPropVariant","features":[3,110,43,44]},{"name":"AllocADsMem","features":[110]},{"name":"AllocADsStr","features":[110]},{"name":"BackLink","features":[110]},{"name":"BinarySDToSecurityDescriptor","features":[3,110,6,43,44]},{"name":"CFSTR_DSDISPLAYSPECOPTIONS","features":[110]},{"name":"CFSTR_DSOBJECTNAMES","features":[110]},{"name":"CFSTR_DSOP_DS_SELECTION_LIST","features":[110]},{"name":"CFSTR_DSPROPERTYPAGEINFO","features":[110]},{"name":"CFSTR_DSQUERYPARAMS","features":[110]},{"name":"CFSTR_DSQUERYSCOPE","features":[110]},{"name":"CFSTR_DS_DISPLAY_SPEC_OPTIONS","features":[110]},{"name":"CLSID_CommonQuery","features":[110]},{"name":"CLSID_DsAdminCreateObj","features":[110]},{"name":"CLSID_DsDisplaySpecifier","features":[110]},{"name":"CLSID_DsDomainTreeBrowser","features":[110]},{"name":"CLSID_DsFindAdvanced","features":[110]},{"name":"CLSID_DsFindComputer","features":[110]},{"name":"CLSID_DsFindContainer","features":[110]},{"name":"CLSID_DsFindDomainController","features":[110]},{"name":"CLSID_DsFindFrsMembers","features":[110]},{"name":"CLSID_DsFindObjects","features":[110]},{"name":"CLSID_DsFindPeople","features":[110]},{"name":"CLSID_DsFindPrinter","features":[110]},{"name":"CLSID_DsFindVolume","features":[110]},{"name":"CLSID_DsFindWriteableDomainController","features":[110]},{"name":"CLSID_DsFolderProperties","features":[110]},{"name":"CLSID_DsObjectPicker","features":[110]},{"name":"CLSID_DsPropertyPages","features":[110]},{"name":"CLSID_DsQuery","features":[110]},{"name":"CLSID_MicrosoftDS","features":[110]},{"name":"CQFF_ISOPTIONAL","features":[110]},{"name":"CQFF_NOGLOBALPAGES","features":[110]},{"name":"CQFORM","features":[110,52]},{"name":"CQPAGE","features":[3,110,52]},{"name":"CQPM_CLEARFORM","features":[110]},{"name":"CQPM_ENABLE","features":[110]},{"name":"CQPM_GETPARAMETERS","features":[110]},{"name":"CQPM_HANDLERSPECIFIC","features":[110]},{"name":"CQPM_HELP","features":[110]},{"name":"CQPM_INITIALIZE","features":[110]},{"name":"CQPM_PERSIST","features":[110]},{"name":"CQPM_RELEASE","features":[110]},{"name":"CQPM_SETDEFAULTPARAMETERS","features":[110]},{"name":"CaseIgnoreList","features":[110]},{"name":"DBDTF_RETURNEXTERNAL","features":[110]},{"name":"DBDTF_RETURNFQDN","features":[110]},{"name":"DBDTF_RETURNINBOUND","features":[110]},{"name":"DBDTF_RETURNINOUTBOUND","features":[110]},{"name":"DBDTF_RETURNMIXEDDOMAINS","features":[110]},{"name":"DNWithBinary","features":[110]},{"name":"DNWithString","features":[110]},{"name":"DOMAINDESC","features":[3,110]},{"name":"DOMAIN_CONTROLLER_INFOA","features":[110]},{"name":"DOMAIN_CONTROLLER_INFOW","features":[110]},{"name":"DOMAIN_TREE","features":[3,110]},{"name":"DSA_NEWOBJ_CTX_CLEANUP","features":[110]},{"name":"DSA_NEWOBJ_CTX_COMMIT","features":[110]},{"name":"DSA_NEWOBJ_CTX_POSTCOMMIT","features":[110]},{"name":"DSA_NEWOBJ_CTX_PRECOMMIT","features":[110]},{"name":"DSA_NEWOBJ_DISPINFO","features":[110,52]},{"name":"DSA_NOTIFY_DEL","features":[110]},{"name":"DSA_NOTIFY_FLAG_ADDITIONAL_DATA","features":[110]},{"name":"DSA_NOTIFY_FLAG_FORCE_ADDITIONAL_DATA","features":[110]},{"name":"DSA_NOTIFY_MOV","features":[110]},{"name":"DSA_NOTIFY_PROP","features":[110]},{"name":"DSA_NOTIFY_REN","features":[110]},{"name":"DSBF_DISPLAYNAME","features":[110]},{"name":"DSBF_ICONLOCATION","features":[110]},{"name":"DSBF_STATE","features":[110]},{"name":"DSBID_BANNER","features":[110]},{"name":"DSBID_CONTAINERLIST","features":[110]},{"name":"DSBITEMA","features":[110]},{"name":"DSBITEMW","features":[110]},{"name":"DSBI_CHECKBOXES","features":[110]},{"name":"DSBI_DONTSIGNSEAL","features":[110]},{"name":"DSBI_ENTIREDIRECTORY","features":[110]},{"name":"DSBI_EXPANDONOPEN","features":[110]},{"name":"DSBI_HASCREDENTIALS","features":[110]},{"name":"DSBI_IGNORETREATASLEAF","features":[110]},{"name":"DSBI_INCLUDEHIDDEN","features":[110]},{"name":"DSBI_NOBUTTONS","features":[110]},{"name":"DSBI_NOLINES","features":[110]},{"name":"DSBI_NOLINESATROOT","features":[110]},{"name":"DSBI_NOROOT","features":[110]},{"name":"DSBI_RETURNOBJECTCLASS","features":[110]},{"name":"DSBI_RETURN_FORMAT","features":[110]},{"name":"DSBI_SIMPLEAUTHENTICATE","features":[110]},{"name":"DSBM_CHANGEIMAGESTATE","features":[110]},{"name":"DSBM_CONTEXTMENU","features":[110]},{"name":"DSBM_HELP","features":[110]},{"name":"DSBM_QUERYINSERT","features":[110]},{"name":"DSBM_QUERYINSERTA","features":[110]},{"name":"DSBM_QUERYINSERTW","features":[110]},{"name":"DSBROWSEINFOA","features":[3,110,111]},{"name":"DSBROWSEINFOW","features":[3,110,111]},{"name":"DSBS_CHECKED","features":[110]},{"name":"DSBS_HIDDEN","features":[110]},{"name":"DSBS_ROOT","features":[110]},{"name":"DSB_MAX_DISPLAYNAME_CHARS","features":[110]},{"name":"DSCCIF_HASWIZARDDIALOG","features":[110]},{"name":"DSCCIF_HASWIZARDPRIMARYPAGE","features":[110]},{"name":"DSCLASSCREATIONINFO","features":[110]},{"name":"DSCOLUMN","features":[110]},{"name":"DSDISPLAYSPECOPTIONS","features":[110]},{"name":"DSDSOF_DONTSIGNSEAL","features":[110]},{"name":"DSDSOF_DSAVAILABLE","features":[110]},{"name":"DSDSOF_HASUSERANDSERVERINFO","features":[110]},{"name":"DSDSOF_SIMPLEAUTHENTICATE","features":[110]},{"name":"DSECAF_NOTLISTED","features":[110]},{"name":"DSGIF_DEFAULTISCONTAINER","features":[110]},{"name":"DSGIF_GETDEFAULTICON","features":[110]},{"name":"DSGIF_ISDISABLED","features":[110]},{"name":"DSGIF_ISMASK","features":[110]},{"name":"DSGIF_ISNORMAL","features":[110]},{"name":"DSGIF_ISOPEN","features":[110]},{"name":"DSICCF_IGNORETREATASLEAF","features":[110]},{"name":"DSOBJECT","features":[110]},{"name":"DSOBJECTNAMES","features":[110]},{"name":"DSOBJECT_ISCONTAINER","features":[110]},{"name":"DSOBJECT_READONLYPAGES","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_ALL_APP_PACKAGES","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_ALL_WELLKNOWN_SIDS","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_ANONYMOUS","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_AUTHENTICATED_USER","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_BATCH","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_COMPUTERS","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_CREATOR_GROUP","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_CREATOR_OWNER","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_DIALUP","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_EXCLUDE_BUILTIN_GROUPS","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_GLOBAL_GROUPS","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_IIS_APP_POOL","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_INTERACTIVE","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_INTERNET_USER","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_ACCOUNTS","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_GROUPS","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_LOGON","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_SERVICE","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_NETWORK","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_NETWORK_SERVICE","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_OWNER_RIGHTS","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_REMOTE_LOGON","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_SERVICE","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_SERVICES","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_SYSTEM","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_TERMINAL_SERVER","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_THIS_ORG_CERT","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_USERS","features":[110]},{"name":"DSOP_DOWNLEVEL_FILTER_WORLD","features":[110]},{"name":"DSOP_FILTER_BUILTIN_GROUPS","features":[110]},{"name":"DSOP_FILTER_COMPUTERS","features":[110]},{"name":"DSOP_FILTER_CONTACTS","features":[110]},{"name":"DSOP_FILTER_DOMAIN_LOCAL_GROUPS_DL","features":[110]},{"name":"DSOP_FILTER_DOMAIN_LOCAL_GROUPS_SE","features":[110]},{"name":"DSOP_FILTER_FLAGS","features":[110]},{"name":"DSOP_FILTER_GLOBAL_GROUPS_DL","features":[110]},{"name":"DSOP_FILTER_GLOBAL_GROUPS_SE","features":[110]},{"name":"DSOP_FILTER_INCLUDE_ADVANCED_VIEW","features":[110]},{"name":"DSOP_FILTER_PASSWORDSETTINGS_OBJECTS","features":[110]},{"name":"DSOP_FILTER_SERVICE_ACCOUNTS","features":[110]},{"name":"DSOP_FILTER_UNIVERSAL_GROUPS_DL","features":[110]},{"name":"DSOP_FILTER_UNIVERSAL_GROUPS_SE","features":[110]},{"name":"DSOP_FILTER_USERS","features":[110]},{"name":"DSOP_FILTER_WELL_KNOWN_PRINCIPALS","features":[110]},{"name":"DSOP_FLAG_MULTISELECT","features":[110]},{"name":"DSOP_FLAG_SKIP_TARGET_COMPUTER_DC_CHECK","features":[110]},{"name":"DSOP_INIT_INFO","features":[110]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_COMPUTERS","features":[110]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_CONTACTS","features":[110]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_GROUPS","features":[110]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_PASSWORDSETTINGS_OBJECTS","features":[110]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_SERVICE_ACCOUNTS","features":[110]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_USERS","features":[110]},{"name":"DSOP_SCOPE_FLAG_STARTING_SCOPE","features":[110]},{"name":"DSOP_SCOPE_FLAG_WANT_DOWNLEVEL_BUILTIN_PATH","features":[110]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_GC","features":[110]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_LDAP","features":[110]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_WINNT","features":[110]},{"name":"DSOP_SCOPE_FLAG_WANT_SID_PATH","features":[110]},{"name":"DSOP_SCOPE_INIT_INFO","features":[110]},{"name":"DSOP_SCOPE_TYPE_DOWNLEVEL_JOINED_DOMAIN","features":[110]},{"name":"DSOP_SCOPE_TYPE_ENTERPRISE_DOMAIN","features":[110]},{"name":"DSOP_SCOPE_TYPE_EXTERNAL_DOWNLEVEL_DOMAIN","features":[110]},{"name":"DSOP_SCOPE_TYPE_EXTERNAL_UPLEVEL_DOMAIN","features":[110]},{"name":"DSOP_SCOPE_TYPE_GLOBAL_CATALOG","features":[110]},{"name":"DSOP_SCOPE_TYPE_TARGET_COMPUTER","features":[110]},{"name":"DSOP_SCOPE_TYPE_UPLEVEL_JOINED_DOMAIN","features":[110]},{"name":"DSOP_SCOPE_TYPE_USER_ENTERED_DOWNLEVEL_SCOPE","features":[110]},{"name":"DSOP_SCOPE_TYPE_USER_ENTERED_UPLEVEL_SCOPE","features":[110]},{"name":"DSOP_SCOPE_TYPE_WORKGROUP","features":[110]},{"name":"DSOP_UPLEVEL_FILTER_FLAGS","features":[110]},{"name":"DSPROPERTYPAGEINFO","features":[110]},{"name":"DSPROP_ATTRCHANGED_MSG","features":[110]},{"name":"DSPROVIDER_ADVANCED","features":[110]},{"name":"DSPROVIDER_AD_LDS","features":[110]},{"name":"DSPROVIDER_UNUSED_0","features":[110]},{"name":"DSPROVIDER_UNUSED_1","features":[110]},{"name":"DSPROVIDER_UNUSED_2","features":[110]},{"name":"DSPROVIDER_UNUSED_3","features":[110]},{"name":"DSQPF_ENABLEADMINFEATURES","features":[110]},{"name":"DSQPF_ENABLEADVANCEDFEATURES","features":[110]},{"name":"DSQPF_HASCREDENTIALS","features":[110]},{"name":"DSQPF_NOCHOOSECOLUMNS","features":[110]},{"name":"DSQPF_NOSAVE","features":[110]},{"name":"DSQPF_SAVELOCATION","features":[110]},{"name":"DSQPF_SHOWHIDDENOBJECTS","features":[110]},{"name":"DSQPM_GETCLASSLIST","features":[110]},{"name":"DSQPM_HELPTOPICS","features":[110]},{"name":"DSQUERYCLASSLIST","features":[110]},{"name":"DSQUERYINITPARAMS","features":[110]},{"name":"DSQUERYPARAMS","features":[3,110]},{"name":"DSROLE_MACHINE_ROLE","features":[110]},{"name":"DSROLE_OPERATION_STATE","features":[110]},{"name":"DSROLE_OPERATION_STATE_INFO","features":[110]},{"name":"DSROLE_PRIMARY_DOMAIN_GUID_PRESENT","features":[110]},{"name":"DSROLE_PRIMARY_DOMAIN_INFO_BASIC","features":[110]},{"name":"DSROLE_PRIMARY_DOMAIN_INFO_LEVEL","features":[110]},{"name":"DSROLE_PRIMARY_DS_MIXED_MODE","features":[110]},{"name":"DSROLE_PRIMARY_DS_READONLY","features":[110]},{"name":"DSROLE_PRIMARY_DS_RUNNING","features":[110]},{"name":"DSROLE_SERVER_STATE","features":[110]},{"name":"DSROLE_UPGRADE_IN_PROGRESS","features":[110]},{"name":"DSROLE_UPGRADE_STATUS_INFO","features":[110]},{"name":"DSSSF_DONTSIGNSEAL","features":[110]},{"name":"DSSSF_DSAVAILABLE","features":[110]},{"name":"DSSSF_SIMPLEAUTHENTICATE","features":[110]},{"name":"DS_AVOID_SELF","features":[110]},{"name":"DS_BACKGROUND_ONLY","features":[110]},{"name":"DS_BEHAVIOR_LONGHORN","features":[110]},{"name":"DS_BEHAVIOR_WIN2000","features":[110]},{"name":"DS_BEHAVIOR_WIN2003","features":[110]},{"name":"DS_BEHAVIOR_WIN2003_WITH_MIXED_DOMAINS","features":[110]},{"name":"DS_BEHAVIOR_WIN2008","features":[110]},{"name":"DS_BEHAVIOR_WIN2008R2","features":[110]},{"name":"DS_BEHAVIOR_WIN2012","features":[110]},{"name":"DS_BEHAVIOR_WIN2012R2","features":[110]},{"name":"DS_BEHAVIOR_WIN2016","features":[110]},{"name":"DS_BEHAVIOR_WIN7","features":[110]},{"name":"DS_BEHAVIOR_WIN8","features":[110]},{"name":"DS_BEHAVIOR_WINBLUE","features":[110]},{"name":"DS_BEHAVIOR_WINTHRESHOLD","features":[110]},{"name":"DS_CANONICAL_NAME","features":[110]},{"name":"DS_CANONICAL_NAME_EX","features":[110]},{"name":"DS_CLOSEST_FLAG","features":[110]},{"name":"DS_DIRECTORY_SERVICE_10_REQUIRED","features":[110]},{"name":"DS_DIRECTORY_SERVICE_6_REQUIRED","features":[110]},{"name":"DS_DIRECTORY_SERVICE_8_REQUIRED","features":[110]},{"name":"DS_DIRECTORY_SERVICE_9_REQUIRED","features":[110]},{"name":"DS_DIRECTORY_SERVICE_PREFERRED","features":[110]},{"name":"DS_DIRECTORY_SERVICE_REQUIRED","features":[110]},{"name":"DS_DISPLAY_NAME","features":[110]},{"name":"DS_DNS_CONTROLLER_FLAG","features":[110]},{"name":"DS_DNS_DOMAIN_FLAG","features":[110]},{"name":"DS_DNS_DOMAIN_NAME","features":[110]},{"name":"DS_DNS_FOREST_FLAG","features":[110]},{"name":"DS_DOMAIN_CONTROLLER_INFO_1A","features":[3,110]},{"name":"DS_DOMAIN_CONTROLLER_INFO_1W","features":[3,110]},{"name":"DS_DOMAIN_CONTROLLER_INFO_2A","features":[3,110]},{"name":"DS_DOMAIN_CONTROLLER_INFO_2W","features":[3,110]},{"name":"DS_DOMAIN_CONTROLLER_INFO_3A","features":[3,110]},{"name":"DS_DOMAIN_CONTROLLER_INFO_3W","features":[3,110]},{"name":"DS_DOMAIN_DIRECT_INBOUND","features":[110]},{"name":"DS_DOMAIN_DIRECT_OUTBOUND","features":[110]},{"name":"DS_DOMAIN_IN_FOREST","features":[110]},{"name":"DS_DOMAIN_NATIVE_MODE","features":[110]},{"name":"DS_DOMAIN_PRIMARY","features":[110]},{"name":"DS_DOMAIN_TREE_ROOT","features":[110]},{"name":"DS_DOMAIN_TRUSTSA","features":[110,6]},{"name":"DS_DOMAIN_TRUSTSW","features":[110,6]},{"name":"DS_DS_10_FLAG","features":[110]},{"name":"DS_DS_8_FLAG","features":[110]},{"name":"DS_DS_9_FLAG","features":[110]},{"name":"DS_DS_FLAG","features":[110]},{"name":"DS_EXIST_ADVISORY_MODE","features":[110]},{"name":"DS_FORCE_REDISCOVERY","features":[110]},{"name":"DS_FQDN_1779_NAME","features":[110]},{"name":"DS_FULL_SECRET_DOMAIN_6_FLAG","features":[110]},{"name":"DS_GC_FLAG","features":[110]},{"name":"DS_GC_SERVER_REQUIRED","features":[110]},{"name":"DS_GFTI_UPDATE_TDO","features":[110]},{"name":"DS_GFTI_VALID_FLAGS","features":[110]},{"name":"DS_GOOD_TIMESERV_FLAG","features":[110]},{"name":"DS_GOOD_TIMESERV_PREFERRED","features":[110]},{"name":"DS_INSTANCETYPE_IS_NC_HEAD","features":[110]},{"name":"DS_INSTANCETYPE_NC_COMING","features":[110]},{"name":"DS_INSTANCETYPE_NC_GOING","features":[110]},{"name":"DS_INSTANCETYPE_NC_IS_WRITEABLE","features":[110]},{"name":"DS_IP_REQUIRED","features":[110]},{"name":"DS_IS_DNS_NAME","features":[110]},{"name":"DS_IS_FLAT_NAME","features":[110]},{"name":"DS_KCC_FLAG_ASYNC_OP","features":[110]},{"name":"DS_KCC_FLAG_DAMPED","features":[110]},{"name":"DS_KCC_TASKID","features":[110]},{"name":"DS_KCC_TASKID_UPDATE_TOPOLOGY","features":[110]},{"name":"DS_KDC_FLAG","features":[110]},{"name":"DS_KDC_REQUIRED","features":[110]},{"name":"DS_KEY_LIST_FLAG","features":[110]},{"name":"DS_KEY_LIST_SUPPORT_REQUIRED","features":[110]},{"name":"DS_LDAP_FLAG","features":[110]},{"name":"DS_LIST_ACCOUNT_OBJECT_FOR_SERVER","features":[110]},{"name":"DS_LIST_DNS_HOST_NAME_FOR_SERVER","features":[110]},{"name":"DS_LIST_DSA_OBJECT_FOR_SERVER","features":[110]},{"name":"DS_MANGLE_FOR","features":[110]},{"name":"DS_MANGLE_OBJECT_RDN_FOR_DELETION","features":[110]},{"name":"DS_MANGLE_OBJECT_RDN_FOR_NAME_CONFLICT","features":[110]},{"name":"DS_MANGLE_UNKNOWN","features":[110]},{"name":"DS_NAME_ERROR","features":[110]},{"name":"DS_NAME_ERROR_DOMAIN_ONLY","features":[110]},{"name":"DS_NAME_ERROR_NOT_FOUND","features":[110]},{"name":"DS_NAME_ERROR_NOT_UNIQUE","features":[110]},{"name":"DS_NAME_ERROR_NO_MAPPING","features":[110]},{"name":"DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING","features":[110]},{"name":"DS_NAME_ERROR_RESOLVING","features":[110]},{"name":"DS_NAME_ERROR_TRUST_REFERRAL","features":[110]},{"name":"DS_NAME_FLAGS","features":[110]},{"name":"DS_NAME_FLAG_EVAL_AT_DC","features":[110]},{"name":"DS_NAME_FLAG_GCVERIFY","features":[110]},{"name":"DS_NAME_FLAG_SYNTACTICAL_ONLY","features":[110]},{"name":"DS_NAME_FLAG_TRUST_REFERRAL","features":[110]},{"name":"DS_NAME_FORMAT","features":[110]},{"name":"DS_NAME_NO_ERROR","features":[110]},{"name":"DS_NAME_NO_FLAGS","features":[110]},{"name":"DS_NAME_RESULTA","features":[110]},{"name":"DS_NAME_RESULTW","features":[110]},{"name":"DS_NAME_RESULT_ITEMA","features":[110]},{"name":"DS_NAME_RESULT_ITEMW","features":[110]},{"name":"DS_NDNC_FLAG","features":[110]},{"name":"DS_NOTIFY_AFTER_SITE_RECORDS","features":[110]},{"name":"DS_NT4_ACCOUNT_NAME","features":[110]},{"name":"DS_ONLY_DO_SITE_NAME","features":[110]},{"name":"DS_ONLY_LDAP_NEEDED","features":[110]},{"name":"DS_PDC_FLAG","features":[110]},{"name":"DS_PDC_REQUIRED","features":[110]},{"name":"DS_PING_FLAGS","features":[110]},{"name":"DS_PROP_ADMIN_PREFIX","features":[110]},{"name":"DS_PROP_SHELL_PREFIX","features":[110]},{"name":"DS_REPADD_ASYNCHRONOUS_OPERATION","features":[110]},{"name":"DS_REPADD_ASYNCHRONOUS_REPLICA","features":[110]},{"name":"DS_REPADD_CRITICAL","features":[110]},{"name":"DS_REPADD_DISABLE_NOTIFICATION","features":[110]},{"name":"DS_REPADD_DISABLE_PERIODIC","features":[110]},{"name":"DS_REPADD_INITIAL","features":[110]},{"name":"DS_REPADD_INTERSITE_MESSAGING","features":[110]},{"name":"DS_REPADD_NEVER_NOTIFY","features":[110]},{"name":"DS_REPADD_NONGC_RO_REPLICA","features":[110]},{"name":"DS_REPADD_PERIODIC","features":[110]},{"name":"DS_REPADD_SELECT_SECRETS","features":[110]},{"name":"DS_REPADD_TWO_WAY","features":[110]},{"name":"DS_REPADD_USE_COMPRESSION","features":[110]},{"name":"DS_REPADD_WRITEABLE","features":[110]},{"name":"DS_REPDEL_ASYNCHRONOUS_OPERATION","features":[110]},{"name":"DS_REPDEL_IGNORE_ERRORS","features":[110]},{"name":"DS_REPDEL_INTERSITE_MESSAGING","features":[110]},{"name":"DS_REPDEL_LOCAL_ONLY","features":[110]},{"name":"DS_REPDEL_NO_SOURCE","features":[110]},{"name":"DS_REPDEL_REF_OK","features":[110]},{"name":"DS_REPDEL_WRITEABLE","features":[110]},{"name":"DS_REPL_ATTR_META_DATA","features":[3,110]},{"name":"DS_REPL_ATTR_META_DATA_2","features":[3,110]},{"name":"DS_REPL_ATTR_META_DATA_BLOB","features":[3,110]},{"name":"DS_REPL_ATTR_VALUE_META_DATA","features":[3,110]},{"name":"DS_REPL_ATTR_VALUE_META_DATA_2","features":[3,110]},{"name":"DS_REPL_ATTR_VALUE_META_DATA_EXT","features":[3,110]},{"name":"DS_REPL_CURSOR","features":[110]},{"name":"DS_REPL_CURSORS","features":[110]},{"name":"DS_REPL_CURSORS_2","features":[3,110]},{"name":"DS_REPL_CURSORS_3W","features":[3,110]},{"name":"DS_REPL_CURSOR_2","features":[3,110]},{"name":"DS_REPL_CURSOR_3W","features":[3,110]},{"name":"DS_REPL_CURSOR_BLOB","features":[3,110]},{"name":"DS_REPL_INFO_CURSORS_2_FOR_NC","features":[110]},{"name":"DS_REPL_INFO_CURSORS_3_FOR_NC","features":[110]},{"name":"DS_REPL_INFO_CURSORS_FOR_NC","features":[110]},{"name":"DS_REPL_INFO_FLAG_IMPROVE_LINKED_ATTRS","features":[110]},{"name":"DS_REPL_INFO_KCC_DSA_CONNECT_FAILURES","features":[110]},{"name":"DS_REPL_INFO_KCC_DSA_LINK_FAILURES","features":[110]},{"name":"DS_REPL_INFO_METADATA_2_FOR_ATTR_VALUE","features":[110]},{"name":"DS_REPL_INFO_METADATA_2_FOR_OBJ","features":[110]},{"name":"DS_REPL_INFO_METADATA_EXT_FOR_ATTR_VALUE","features":[110]},{"name":"DS_REPL_INFO_METADATA_FOR_ATTR_VALUE","features":[110]},{"name":"DS_REPL_INFO_METADATA_FOR_OBJ","features":[110]},{"name":"DS_REPL_INFO_NEIGHBORS","features":[110]},{"name":"DS_REPL_INFO_PENDING_OPS","features":[110]},{"name":"DS_REPL_INFO_TYPE","features":[110]},{"name":"DS_REPL_INFO_TYPE_MAX","features":[110]},{"name":"DS_REPL_KCC_DSA_FAILURESW","features":[3,110]},{"name":"DS_REPL_KCC_DSA_FAILUREW","features":[3,110]},{"name":"DS_REPL_KCC_DSA_FAILUREW_BLOB","features":[3,110]},{"name":"DS_REPL_NBR_COMPRESS_CHANGES","features":[110]},{"name":"DS_REPL_NBR_DISABLE_SCHEDULED_SYNC","features":[110]},{"name":"DS_REPL_NBR_DO_SCHEDULED_SYNCS","features":[110]},{"name":"DS_REPL_NBR_FULL_SYNC_IN_PROGRESS","features":[110]},{"name":"DS_REPL_NBR_FULL_SYNC_NEXT_PACKET","features":[110]},{"name":"DS_REPL_NBR_GCSPN","features":[110]},{"name":"DS_REPL_NBR_IGNORE_CHANGE_NOTIFICATIONS","features":[110]},{"name":"DS_REPL_NBR_NEVER_SYNCED","features":[110]},{"name":"DS_REPL_NBR_NONGC_RO_REPLICA","features":[110]},{"name":"DS_REPL_NBR_NO_CHANGE_NOTIFICATIONS","features":[110]},{"name":"DS_REPL_NBR_PARTIAL_ATTRIBUTE_SET","features":[110]},{"name":"DS_REPL_NBR_PREEMPTED","features":[110]},{"name":"DS_REPL_NBR_RETURN_OBJECT_PARENTS","features":[110]},{"name":"DS_REPL_NBR_SELECT_SECRETS","features":[110]},{"name":"DS_REPL_NBR_SYNC_ON_STARTUP","features":[110]},{"name":"DS_REPL_NBR_TWO_WAY_SYNC","features":[110]},{"name":"DS_REPL_NBR_USE_ASYNC_INTERSITE_TRANSPORT","features":[110]},{"name":"DS_REPL_NBR_WRITEABLE","features":[110]},{"name":"DS_REPL_NEIGHBORSW","features":[3,110]},{"name":"DS_REPL_NEIGHBORW","features":[3,110]},{"name":"DS_REPL_NEIGHBORW_BLOB","features":[3,110]},{"name":"DS_REPL_OBJ_META_DATA","features":[3,110]},{"name":"DS_REPL_OBJ_META_DATA_2","features":[3,110]},{"name":"DS_REPL_OPW","features":[3,110]},{"name":"DS_REPL_OPW_BLOB","features":[3,110]},{"name":"DS_REPL_OP_TYPE","features":[110]},{"name":"DS_REPL_OP_TYPE_ADD","features":[110]},{"name":"DS_REPL_OP_TYPE_DELETE","features":[110]},{"name":"DS_REPL_OP_TYPE_MODIFY","features":[110]},{"name":"DS_REPL_OP_TYPE_SYNC","features":[110]},{"name":"DS_REPL_OP_TYPE_UPDATE_REFS","features":[110]},{"name":"DS_REPL_PENDING_OPSW","features":[3,110]},{"name":"DS_REPL_QUEUE_STATISTICSW","features":[3,110]},{"name":"DS_REPL_VALUE_META_DATA","features":[3,110]},{"name":"DS_REPL_VALUE_META_DATA_2","features":[3,110]},{"name":"DS_REPL_VALUE_META_DATA_BLOB","features":[3,110]},{"name":"DS_REPL_VALUE_META_DATA_BLOB_EXT","features":[3,110]},{"name":"DS_REPL_VALUE_META_DATA_EXT","features":[3,110]},{"name":"DS_REPMOD_ASYNCHRONOUS_OPERATION","features":[110]},{"name":"DS_REPMOD_UPDATE_ADDRESS","features":[110]},{"name":"DS_REPMOD_UPDATE_FLAGS","features":[110]},{"name":"DS_REPMOD_UPDATE_INSTANCE","features":[110]},{"name":"DS_REPMOD_UPDATE_RESULT","features":[110]},{"name":"DS_REPMOD_UPDATE_SCHEDULE","features":[110]},{"name":"DS_REPMOD_UPDATE_TRANSPORT","features":[110]},{"name":"DS_REPMOD_WRITEABLE","features":[110]},{"name":"DS_REPSYNCALL_ABORT_IF_SERVER_UNAVAILABLE","features":[110]},{"name":"DS_REPSYNCALL_CROSS_SITE_BOUNDARIES","features":[110]},{"name":"DS_REPSYNCALL_DO_NOT_SYNC","features":[110]},{"name":"DS_REPSYNCALL_ERRINFOA","features":[110]},{"name":"DS_REPSYNCALL_ERRINFOW","features":[110]},{"name":"DS_REPSYNCALL_ERROR","features":[110]},{"name":"DS_REPSYNCALL_EVENT","features":[110]},{"name":"DS_REPSYNCALL_EVENT_ERROR","features":[110]},{"name":"DS_REPSYNCALL_EVENT_FINISHED","features":[110]},{"name":"DS_REPSYNCALL_EVENT_SYNC_COMPLETED","features":[110]},{"name":"DS_REPSYNCALL_EVENT_SYNC_STARTED","features":[110]},{"name":"DS_REPSYNCALL_ID_SERVERS_BY_DN","features":[110]},{"name":"DS_REPSYNCALL_NO_OPTIONS","features":[110]},{"name":"DS_REPSYNCALL_PUSH_CHANGES_OUTWARD","features":[110]},{"name":"DS_REPSYNCALL_SERVER_UNREACHABLE","features":[110]},{"name":"DS_REPSYNCALL_SKIP_INITIAL_CHECK","features":[110]},{"name":"DS_REPSYNCALL_SYNCA","features":[110]},{"name":"DS_REPSYNCALL_SYNCW","features":[110]},{"name":"DS_REPSYNCALL_SYNC_ADJACENT_SERVERS_ONLY","features":[110]},{"name":"DS_REPSYNCALL_UPDATEA","features":[110]},{"name":"DS_REPSYNCALL_UPDATEW","features":[110]},{"name":"DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER","features":[110]},{"name":"DS_REPSYNCALL_WIN32_ERROR_REPLICATING","features":[110]},{"name":"DS_REPSYNC_ABANDONED","features":[110]},{"name":"DS_REPSYNC_ADD_REFERENCE","features":[110]},{"name":"DS_REPSYNC_ASYNCHRONOUS_OPERATION","features":[110]},{"name":"DS_REPSYNC_ASYNCHRONOUS_REPLICA","features":[110]},{"name":"DS_REPSYNC_CRITICAL","features":[110]},{"name":"DS_REPSYNC_FORCE","features":[110]},{"name":"DS_REPSYNC_FULL","features":[110]},{"name":"DS_REPSYNC_FULL_IN_PROGRESS","features":[110]},{"name":"DS_REPSYNC_INITIAL","features":[110]},{"name":"DS_REPSYNC_INITIAL_IN_PROGRESS","features":[110]},{"name":"DS_REPSYNC_INTERSITE_MESSAGING","features":[110]},{"name":"DS_REPSYNC_NEVER_COMPLETED","features":[110]},{"name":"DS_REPSYNC_NEVER_NOTIFY","features":[110]},{"name":"DS_REPSYNC_NONGC_RO_REPLICA","features":[110]},{"name":"DS_REPSYNC_NOTIFICATION","features":[110]},{"name":"DS_REPSYNC_NO_DISCARD","features":[110]},{"name":"DS_REPSYNC_PARTIAL_ATTRIBUTE_SET","features":[110]},{"name":"DS_REPSYNC_PERIODIC","features":[110]},{"name":"DS_REPSYNC_PREEMPTED","features":[110]},{"name":"DS_REPSYNC_REQUEUE","features":[110]},{"name":"DS_REPSYNC_SELECT_SECRETS","features":[110]},{"name":"DS_REPSYNC_TWO_WAY","features":[110]},{"name":"DS_REPSYNC_URGENT","features":[110]},{"name":"DS_REPSYNC_USE_COMPRESSION","features":[110]},{"name":"DS_REPSYNC_WRITEABLE","features":[110]},{"name":"DS_REPUPD_ADD_REFERENCE","features":[110]},{"name":"DS_REPUPD_ASYNCHRONOUS_OPERATION","features":[110]},{"name":"DS_REPUPD_DELETE_REFERENCE","features":[110]},{"name":"DS_REPUPD_REFERENCE_GCSPN","features":[110]},{"name":"DS_REPUPD_WRITEABLE","features":[110]},{"name":"DS_RETURN_DNS_NAME","features":[110]},{"name":"DS_RETURN_FLAT_NAME","features":[110]},{"name":"DS_ROLE_DOMAIN_OWNER","features":[110]},{"name":"DS_ROLE_INFRASTRUCTURE_OWNER","features":[110]},{"name":"DS_ROLE_PDC_OWNER","features":[110]},{"name":"DS_ROLE_RID_OWNER","features":[110]},{"name":"DS_ROLE_SCHEMA_OWNER","features":[110]},{"name":"DS_SCHEMA_GUID_ATTR","features":[110]},{"name":"DS_SCHEMA_GUID_ATTR_SET","features":[110]},{"name":"DS_SCHEMA_GUID_CLASS","features":[110]},{"name":"DS_SCHEMA_GUID_CONTROL_RIGHT","features":[110]},{"name":"DS_SCHEMA_GUID_MAPA","features":[110]},{"name":"DS_SCHEMA_GUID_MAPW","features":[110]},{"name":"DS_SCHEMA_GUID_NOT_FOUND","features":[110]},{"name":"DS_SELECTION","features":[3,110,43,44]},{"name":"DS_SELECTION_LIST","features":[3,110,43,44]},{"name":"DS_SELECT_SECRET_DOMAIN_6_FLAG","features":[110]},{"name":"DS_SERVICE_PRINCIPAL_NAME","features":[110]},{"name":"DS_SID_OR_SID_HISTORY_NAME","features":[110]},{"name":"DS_SITE_COST_INFO","features":[110]},{"name":"DS_SPN_ADD_SPN_OP","features":[110]},{"name":"DS_SPN_DELETE_SPN_OP","features":[110]},{"name":"DS_SPN_DNS_HOST","features":[110]},{"name":"DS_SPN_DN_HOST","features":[110]},{"name":"DS_SPN_DOMAIN","features":[110]},{"name":"DS_SPN_NAME_TYPE","features":[110]},{"name":"DS_SPN_NB_DOMAIN","features":[110]},{"name":"DS_SPN_NB_HOST","features":[110]},{"name":"DS_SPN_REPLACE_SPN_OP","features":[110]},{"name":"DS_SPN_SERVICE","features":[110]},{"name":"DS_SPN_WRITE_OP","features":[110]},{"name":"DS_SYNCED_EVENT_NAME","features":[110]},{"name":"DS_SYNCED_EVENT_NAME_W","features":[110]},{"name":"DS_TIMESERV_FLAG","features":[110]},{"name":"DS_TIMESERV_REQUIRED","features":[110]},{"name":"DS_TRY_NEXTCLOSEST_SITE","features":[110]},{"name":"DS_UNIQUE_ID_NAME","features":[110]},{"name":"DS_UNKNOWN_NAME","features":[110]},{"name":"DS_USER_PRINCIPAL_NAME","features":[110]},{"name":"DS_WEB_SERVICE_REQUIRED","features":[110]},{"name":"DS_WRITABLE_FLAG","features":[110]},{"name":"DS_WRITABLE_REQUIRED","features":[110]},{"name":"DS_WS_FLAG","features":[110]},{"name":"DsAddSidHistoryA","features":[3,110]},{"name":"DsAddSidHistoryW","features":[3,110]},{"name":"DsAddressToSiteNamesA","features":[110,17]},{"name":"DsAddressToSiteNamesExA","features":[110,17]},{"name":"DsAddressToSiteNamesExW","features":[110,17]},{"name":"DsAddressToSiteNamesW","features":[110,17]},{"name":"DsBindA","features":[3,110]},{"name":"DsBindByInstanceA","features":[3,110]},{"name":"DsBindByInstanceW","features":[3,110]},{"name":"DsBindToISTGA","features":[3,110]},{"name":"DsBindToISTGW","features":[3,110]},{"name":"DsBindW","features":[3,110]},{"name":"DsBindWithCredA","features":[3,110]},{"name":"DsBindWithCredW","features":[3,110]},{"name":"DsBindWithSpnA","features":[3,110]},{"name":"DsBindWithSpnExA","features":[3,110]},{"name":"DsBindWithSpnExW","features":[3,110]},{"name":"DsBindWithSpnW","features":[3,110]},{"name":"DsBindingSetTimeout","features":[3,110]},{"name":"DsBrowseForContainerA","features":[3,110,111]},{"name":"DsBrowseForContainerW","features":[3,110,111]},{"name":"DsClientMakeSpnForTargetServerA","features":[110]},{"name":"DsClientMakeSpnForTargetServerW","features":[110]},{"name":"DsCrackNamesA","features":[3,110]},{"name":"DsCrackNamesW","features":[3,110]},{"name":"DsCrackSpn2A","features":[110]},{"name":"DsCrackSpn2W","features":[110]},{"name":"DsCrackSpn3W","features":[110]},{"name":"DsCrackSpn4W","features":[110]},{"name":"DsCrackSpnA","features":[110]},{"name":"DsCrackSpnW","features":[110]},{"name":"DsCrackUnquotedMangledRdnA","features":[3,110]},{"name":"DsCrackUnquotedMangledRdnW","features":[3,110]},{"name":"DsDeregisterDnsHostRecordsA","features":[110]},{"name":"DsDeregisterDnsHostRecordsW","features":[110]},{"name":"DsEnumerateDomainTrustsA","features":[110,6]},{"name":"DsEnumerateDomainTrustsW","features":[110,6]},{"name":"DsFreeDomainControllerInfoA","features":[110]},{"name":"DsFreeDomainControllerInfoW","features":[110]},{"name":"DsFreeNameResultA","features":[110]},{"name":"DsFreeNameResultW","features":[110]},{"name":"DsFreePasswordCredentials","features":[110]},{"name":"DsFreeSchemaGuidMapA","features":[110]},{"name":"DsFreeSchemaGuidMapW","features":[110]},{"name":"DsFreeSpnArrayA","features":[110]},{"name":"DsFreeSpnArrayW","features":[110]},{"name":"DsGetDcCloseW","features":[3,110]},{"name":"DsGetDcNameA","features":[110]},{"name":"DsGetDcNameW","features":[110]},{"name":"DsGetDcNextA","features":[3,110,17]},{"name":"DsGetDcNextW","features":[3,110,17]},{"name":"DsGetDcOpenA","features":[3,110]},{"name":"DsGetDcOpenW","features":[3,110]},{"name":"DsGetDcSiteCoverageA","features":[110]},{"name":"DsGetDcSiteCoverageW","features":[110]},{"name":"DsGetDomainControllerInfoA","features":[3,110]},{"name":"DsGetDomainControllerInfoW","features":[3,110]},{"name":"DsGetForestTrustInformationW","features":[110,25]},{"name":"DsGetFriendlyClassName","features":[110]},{"name":"DsGetIcon","features":[110,52]},{"name":"DsGetRdnW","features":[110]},{"name":"DsGetSiteNameA","features":[110]},{"name":"DsGetSiteNameW","features":[110]},{"name":"DsGetSpnA","features":[110]},{"name":"DsGetSpnW","features":[110]},{"name":"DsInheritSecurityIdentityA","features":[3,110]},{"name":"DsInheritSecurityIdentityW","features":[3,110]},{"name":"DsIsMangledDnA","features":[3,110]},{"name":"DsIsMangledDnW","features":[3,110]},{"name":"DsIsMangledRdnValueA","features":[3,110]},{"name":"DsIsMangledRdnValueW","features":[3,110]},{"name":"DsListDomainsInSiteA","features":[3,110]},{"name":"DsListDomainsInSiteW","features":[3,110]},{"name":"DsListInfoForServerA","features":[3,110]},{"name":"DsListInfoForServerW","features":[3,110]},{"name":"DsListRolesA","features":[3,110]},{"name":"DsListRolesW","features":[3,110]},{"name":"DsListServersForDomainInSiteA","features":[3,110]},{"name":"DsListServersForDomainInSiteW","features":[3,110]},{"name":"DsListServersInSiteA","features":[3,110]},{"name":"DsListServersInSiteW","features":[3,110]},{"name":"DsListSitesA","features":[3,110]},{"name":"DsListSitesW","features":[3,110]},{"name":"DsMakePasswordCredentialsA","features":[110]},{"name":"DsMakePasswordCredentialsW","features":[110]},{"name":"DsMakeSpnA","features":[110]},{"name":"DsMakeSpnW","features":[110]},{"name":"DsMapSchemaGuidsA","features":[3,110]},{"name":"DsMapSchemaGuidsW","features":[3,110]},{"name":"DsMergeForestTrustInformationW","features":[110,25]},{"name":"DsQuerySitesByCostA","features":[3,110]},{"name":"DsQuerySitesByCostW","features":[3,110]},{"name":"DsQuerySitesFree","features":[110]},{"name":"DsQuoteRdnValueA","features":[110]},{"name":"DsQuoteRdnValueW","features":[110]},{"name":"DsRemoveDsDomainA","features":[3,110]},{"name":"DsRemoveDsDomainW","features":[3,110]},{"name":"DsRemoveDsServerA","features":[3,110]},{"name":"DsRemoveDsServerW","features":[3,110]},{"name":"DsReplicaAddA","features":[3,110]},{"name":"DsReplicaAddW","features":[3,110]},{"name":"DsReplicaConsistencyCheck","features":[3,110]},{"name":"DsReplicaDelA","features":[3,110]},{"name":"DsReplicaDelW","features":[3,110]},{"name":"DsReplicaFreeInfo","features":[110]},{"name":"DsReplicaGetInfo2W","features":[3,110]},{"name":"DsReplicaGetInfoW","features":[3,110]},{"name":"DsReplicaModifyA","features":[3,110]},{"name":"DsReplicaModifyW","features":[3,110]},{"name":"DsReplicaSyncA","features":[3,110]},{"name":"DsReplicaSyncAllA","features":[3,110]},{"name":"DsReplicaSyncAllW","features":[3,110]},{"name":"DsReplicaSyncW","features":[3,110]},{"name":"DsReplicaUpdateRefsA","features":[3,110]},{"name":"DsReplicaUpdateRefsW","features":[3,110]},{"name":"DsReplicaVerifyObjectsA","features":[3,110]},{"name":"DsReplicaVerifyObjectsW","features":[3,110]},{"name":"DsRoleFreeMemory","features":[110]},{"name":"DsRoleGetPrimaryDomainInformation","features":[110]},{"name":"DsRoleOperationActive","features":[110]},{"name":"DsRoleOperationIdle","features":[110]},{"name":"DsRoleOperationNeedReboot","features":[110]},{"name":"DsRoleOperationState","features":[110]},{"name":"DsRolePrimaryDomainInfoBasic","features":[110]},{"name":"DsRoleServerBackup","features":[110]},{"name":"DsRoleServerPrimary","features":[110]},{"name":"DsRoleServerUnknown","features":[110]},{"name":"DsRoleUpgradeStatus","features":[110]},{"name":"DsRole_RoleBackupDomainController","features":[110]},{"name":"DsRole_RoleMemberServer","features":[110]},{"name":"DsRole_RoleMemberWorkstation","features":[110]},{"name":"DsRole_RolePrimaryDomainController","features":[110]},{"name":"DsRole_RoleStandaloneServer","features":[110]},{"name":"DsRole_RoleStandaloneWorkstation","features":[110]},{"name":"DsServerRegisterSpnA","features":[110]},{"name":"DsServerRegisterSpnW","features":[110]},{"name":"DsUnBindA","features":[3,110]},{"name":"DsUnBindW","features":[3,110]},{"name":"DsUnquoteRdnValueA","features":[110]},{"name":"DsUnquoteRdnValueW","features":[110]},{"name":"DsValidateSubnetNameA","features":[110]},{"name":"DsValidateSubnetNameW","features":[110]},{"name":"DsWriteAccountSpnA","features":[3,110]},{"name":"DsWriteAccountSpnW","features":[3,110]},{"name":"Email","features":[110]},{"name":"FACILITY_BACKUP","features":[110]},{"name":"FACILITY_NTDSB","features":[110]},{"name":"FACILITY_SYSTEM","features":[110]},{"name":"FLAG_DISABLABLE_OPTIONAL_FEATURE","features":[110]},{"name":"FLAG_DOMAIN_OPTIONAL_FEATURE","features":[110]},{"name":"FLAG_FOREST_OPTIONAL_FEATURE","features":[110]},{"name":"FLAG_SERVER_OPTIONAL_FEATURE","features":[110]},{"name":"FRSCONN_MAX_PRIORITY","features":[110]},{"name":"FRSCONN_PRIORITY_MASK","features":[110]},{"name":"FaxNumber","features":[110]},{"name":"FreeADsMem","features":[3,110]},{"name":"FreeADsStr","features":[3,110]},{"name":"GUID_COMPUTRS_CONTAINER_A","features":[110]},{"name":"GUID_COMPUTRS_CONTAINER_W","features":[110]},{"name":"GUID_DELETED_OBJECTS_CONTAINER_A","features":[110]},{"name":"GUID_DELETED_OBJECTS_CONTAINER_W","features":[110]},{"name":"GUID_DOMAIN_CONTROLLERS_CONTAINER_A","features":[110]},{"name":"GUID_DOMAIN_CONTROLLERS_CONTAINER_W","features":[110]},{"name":"GUID_FOREIGNSECURITYPRINCIPALS_CONTAINER_A","features":[110]},{"name":"GUID_FOREIGNSECURITYPRINCIPALS_CONTAINER_W","features":[110]},{"name":"GUID_INFRASTRUCTURE_CONTAINER_A","features":[110]},{"name":"GUID_INFRASTRUCTURE_CONTAINER_W","features":[110]},{"name":"GUID_KEYS_CONTAINER_W","features":[110]},{"name":"GUID_LOSTANDFOUND_CONTAINER_A","features":[110]},{"name":"GUID_LOSTANDFOUND_CONTAINER_W","features":[110]},{"name":"GUID_MANAGED_SERVICE_ACCOUNTS_CONTAINER_W","features":[110]},{"name":"GUID_MICROSOFT_PROGRAM_DATA_CONTAINER_A","features":[110]},{"name":"GUID_MICROSOFT_PROGRAM_DATA_CONTAINER_W","features":[110]},{"name":"GUID_NTDS_QUOTAS_CONTAINER_A","features":[110]},{"name":"GUID_NTDS_QUOTAS_CONTAINER_W","features":[110]},{"name":"GUID_PRIVILEGED_ACCESS_MANAGEMENT_OPTIONAL_FEATURE_A","features":[110]},{"name":"GUID_PRIVILEGED_ACCESS_MANAGEMENT_OPTIONAL_FEATURE_W","features":[110]},{"name":"GUID_PROGRAM_DATA_CONTAINER_A","features":[110]},{"name":"GUID_PROGRAM_DATA_CONTAINER_W","features":[110]},{"name":"GUID_RECYCLE_BIN_OPTIONAL_FEATURE_A","features":[110]},{"name":"GUID_RECYCLE_BIN_OPTIONAL_FEATURE_W","features":[110]},{"name":"GUID_SYSTEMS_CONTAINER_A","features":[110]},{"name":"GUID_SYSTEMS_CONTAINER_W","features":[110]},{"name":"GUID_USERS_CONTAINER_A","features":[110]},{"name":"GUID_USERS_CONTAINER_W","features":[110]},{"name":"Hold","features":[110]},{"name":"IADs","features":[110]},{"name":"IADsADSystemInfo","features":[110]},{"name":"IADsAccessControlEntry","features":[110]},{"name":"IADsAccessControlList","features":[110]},{"name":"IADsAcl","features":[110]},{"name":"IADsAggregatee","features":[110]},{"name":"IADsAggregator","features":[110]},{"name":"IADsBackLink","features":[110]},{"name":"IADsCaseIgnoreList","features":[110]},{"name":"IADsClass","features":[110]},{"name":"IADsCollection","features":[110]},{"name":"IADsComputer","features":[110]},{"name":"IADsComputerOperations","features":[110]},{"name":"IADsContainer","features":[110]},{"name":"IADsDNWithBinary","features":[110]},{"name":"IADsDNWithString","features":[110]},{"name":"IADsDeleteOps","features":[110]},{"name":"IADsDomain","features":[110]},{"name":"IADsEmail","features":[110]},{"name":"IADsExtension","features":[110]},{"name":"IADsFaxNumber","features":[110]},{"name":"IADsFileService","features":[110]},{"name":"IADsFileServiceOperations","features":[110]},{"name":"IADsFileShare","features":[110]},{"name":"IADsGroup","features":[110]},{"name":"IADsHold","features":[110]},{"name":"IADsLargeInteger","features":[110]},{"name":"IADsLocality","features":[110]},{"name":"IADsMembers","features":[110]},{"name":"IADsNameTranslate","features":[110]},{"name":"IADsNamespaces","features":[110]},{"name":"IADsNetAddress","features":[110]},{"name":"IADsO","features":[110]},{"name":"IADsOU","features":[110]},{"name":"IADsObjectOptions","features":[110]},{"name":"IADsOctetList","features":[110]},{"name":"IADsOpenDSObject","features":[110]},{"name":"IADsPath","features":[110]},{"name":"IADsPathname","features":[110]},{"name":"IADsPostalAddress","features":[110]},{"name":"IADsPrintJob","features":[110]},{"name":"IADsPrintJobOperations","features":[110]},{"name":"IADsPrintQueue","features":[110]},{"name":"IADsPrintQueueOperations","features":[110]},{"name":"IADsProperty","features":[110]},{"name":"IADsPropertyEntry","features":[110]},{"name":"IADsPropertyList","features":[110]},{"name":"IADsPropertyValue","features":[110]},{"name":"IADsPropertyValue2","features":[110]},{"name":"IADsReplicaPointer","features":[110]},{"name":"IADsResource","features":[110]},{"name":"IADsSecurityDescriptor","features":[110]},{"name":"IADsSecurityUtility","features":[110]},{"name":"IADsService","features":[110]},{"name":"IADsServiceOperations","features":[110]},{"name":"IADsSession","features":[110]},{"name":"IADsSyntax","features":[110]},{"name":"IADsTimestamp","features":[110]},{"name":"IADsTypedName","features":[110]},{"name":"IADsUser","features":[110]},{"name":"IADsWinNTSystemInfo","features":[110]},{"name":"ICommonQuery","features":[110]},{"name":"IDirectoryObject","features":[110]},{"name":"IDirectorySchemaMgmt","features":[110]},{"name":"IDirectorySearch","features":[110]},{"name":"IDsAdminCreateObj","features":[110]},{"name":"IDsAdminNewObj","features":[110]},{"name":"IDsAdminNewObjExt","features":[110]},{"name":"IDsAdminNewObjPrimarySite","features":[110]},{"name":"IDsAdminNotifyHandler","features":[110]},{"name":"IDsBrowseDomainTree","features":[110]},{"name":"IDsDisplaySpecifier","features":[110]},{"name":"IDsObjectPicker","features":[110]},{"name":"IDsObjectPickerCredentials","features":[110]},{"name":"IPersistQuery","features":[110]},{"name":"IPrivateDispatch","features":[110]},{"name":"IPrivateUnknown","features":[110]},{"name":"IQueryForm","features":[110]},{"name":"LPCQADDFORMSPROC","features":[3,110,52]},{"name":"LPCQADDPAGESPROC","features":[3,110,52]},{"name":"LPCQPAGEPROC","features":[3,110,52]},{"name":"LPDSENUMATTRIBUTES","features":[3,110]},{"name":"LargeInteger","features":[110]},{"name":"NTDSAPI_BIND_ALLOW_DELEGATION","features":[110]},{"name":"NTDSAPI_BIND_FIND_BINDING","features":[110]},{"name":"NTDSAPI_BIND_FORCE_KERBEROS","features":[110]},{"name":"NTDSCONN_KCC_GC_TOPOLOGY","features":[110]},{"name":"NTDSCONN_KCC_INTERSITE_GC_TOPOLOGY","features":[110]},{"name":"NTDSCONN_KCC_INTERSITE_TOPOLOGY","features":[110]},{"name":"NTDSCONN_KCC_MINIMIZE_HOPS_TOPOLOGY","features":[110]},{"name":"NTDSCONN_KCC_NO_REASON","features":[110]},{"name":"NTDSCONN_KCC_OSCILLATING_CONNECTION_TOPOLOGY","features":[110]},{"name":"NTDSCONN_KCC_REDUNDANT_SERVER_TOPOLOGY","features":[110]},{"name":"NTDSCONN_KCC_RING_TOPOLOGY","features":[110]},{"name":"NTDSCONN_KCC_SERVER_FAILOVER_TOPOLOGY","features":[110]},{"name":"NTDSCONN_KCC_SITE_FAILOVER_TOPOLOGY","features":[110]},{"name":"NTDSCONN_KCC_STALE_SERVERS_TOPOLOGY","features":[110]},{"name":"NTDSCONN_OPT_DISABLE_INTERSITE_COMPRESSION","features":[110]},{"name":"NTDSCONN_OPT_IGNORE_SCHEDULE_MASK","features":[110]},{"name":"NTDSCONN_OPT_IS_GENERATED","features":[110]},{"name":"NTDSCONN_OPT_OVERRIDE_NOTIFY_DEFAULT","features":[110]},{"name":"NTDSCONN_OPT_RODC_TOPOLOGY","features":[110]},{"name":"NTDSCONN_OPT_TWOWAY_SYNC","features":[110]},{"name":"NTDSCONN_OPT_USER_OWNED_SCHEDULE","features":[110]},{"name":"NTDSCONN_OPT_USE_NOTIFY","features":[110]},{"name":"NTDSDSA_OPT_BLOCK_RPC","features":[110]},{"name":"NTDSDSA_OPT_DISABLE_INBOUND_REPL","features":[110]},{"name":"NTDSDSA_OPT_DISABLE_NTDSCONN_XLATE","features":[110]},{"name":"NTDSDSA_OPT_DISABLE_OUTBOUND_REPL","features":[110]},{"name":"NTDSDSA_OPT_DISABLE_SPN_REGISTRATION","features":[110]},{"name":"NTDSDSA_OPT_GENERATE_OWN_TOPO","features":[110]},{"name":"NTDSDSA_OPT_IS_GC","features":[110]},{"name":"NTDSSETTINGS_DEFAULT_SERVER_REDUNDANCY","features":[110]},{"name":"NTDSSETTINGS_OPT_FORCE_KCC_W2K_ELECTION","features":[110]},{"name":"NTDSSETTINGS_OPT_FORCE_KCC_WHISTLER_BEHAVIOR","features":[110]},{"name":"NTDSSETTINGS_OPT_IS_AUTO_TOPOLOGY_DISABLED","features":[110]},{"name":"NTDSSETTINGS_OPT_IS_GROUP_CACHING_ENABLED","features":[110]},{"name":"NTDSSETTINGS_OPT_IS_INTER_SITE_AUTO_TOPOLOGY_DISABLED","features":[110]},{"name":"NTDSSETTINGS_OPT_IS_RAND_BH_SELECTION_DISABLED","features":[110]},{"name":"NTDSSETTINGS_OPT_IS_REDUNDANT_SERVER_TOPOLOGY_ENABLED","features":[110]},{"name":"NTDSSETTINGS_OPT_IS_SCHEDULE_HASHING_ENABLED","features":[110]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_CLEANUP_DISABLED","features":[110]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_DETECT_STALE_DISABLED","features":[110]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_MIN_HOPS_DISABLED","features":[110]},{"name":"NTDSSETTINGS_OPT_W2K3_BRIDGES_REQUIRED","features":[110]},{"name":"NTDSSETTINGS_OPT_W2K3_IGNORE_SCHEDULES","features":[110]},{"name":"NTDSSITECONN_OPT_DISABLE_COMPRESSION","features":[110]},{"name":"NTDSSITECONN_OPT_TWOWAY_SYNC","features":[110]},{"name":"NTDSSITECONN_OPT_USE_NOTIFY","features":[110]},{"name":"NTDSSITELINK_OPT_DISABLE_COMPRESSION","features":[110]},{"name":"NTDSSITELINK_OPT_TWOWAY_SYNC","features":[110]},{"name":"NTDSSITELINK_OPT_USE_NOTIFY","features":[110]},{"name":"NTDSTRANSPORT_OPT_BRIDGES_REQUIRED","features":[110]},{"name":"NTDSTRANSPORT_OPT_IGNORE_SCHEDULES","features":[110]},{"name":"NameTranslate","features":[110]},{"name":"NetAddress","features":[110]},{"name":"OPENQUERYWINDOW","features":[110]},{"name":"OQWF_DEFAULTFORM","features":[110]},{"name":"OQWF_HIDEMENUS","features":[110]},{"name":"OQWF_HIDESEARCHUI","features":[110]},{"name":"OQWF_ISSUEONOPEN","features":[110]},{"name":"OQWF_LOADQUERY","features":[110]},{"name":"OQWF_OKCANCEL","features":[110]},{"name":"OQWF_PARAMISPROPERTYBAG","features":[110]},{"name":"OQWF_REMOVEFORMS","features":[110]},{"name":"OQWF_REMOVESCOPES","features":[110]},{"name":"OQWF_SAVEQUERYONOK","features":[110]},{"name":"OQWF_SHOWOPTIONAL","features":[110]},{"name":"OQWF_SINGLESELECT","features":[110]},{"name":"OctetList","features":[110]},{"name":"Path","features":[110]},{"name":"Pathname","features":[110]},{"name":"PostalAddress","features":[110]},{"name":"PropVariantToAdsType","features":[3,110,43,44]},{"name":"PropertyEntry","features":[110]},{"name":"PropertyValue","features":[110]},{"name":"QUERYFORM_CHANGESFORMLIST","features":[110]},{"name":"QUERYFORM_CHANGESOPTFORMLIST","features":[110]},{"name":"ReallocADsMem","features":[110]},{"name":"ReallocADsStr","features":[3,110]},{"name":"ReplicaPointer","features":[110]},{"name":"SCHEDULE","features":[110]},{"name":"SCHEDULE_BANDWIDTH","features":[110]},{"name":"SCHEDULE_HEADER","features":[110]},{"name":"SCHEDULE_INTERVAL","features":[110]},{"name":"SCHEDULE_PRIORITY","features":[110]},{"name":"SecurityDescriptor","features":[110]},{"name":"SecurityDescriptorToBinarySD","features":[3,110,6,43,44]},{"name":"Timestamp","features":[110]},{"name":"TypedName","features":[110]},{"name":"WM_ADSPROP_NOTIFY_APPLY","features":[110]},{"name":"WM_ADSPROP_NOTIFY_CHANGE","features":[110]},{"name":"WM_ADSPROP_NOTIFY_ERROR","features":[110]},{"name":"WM_ADSPROP_NOTIFY_EXIT","features":[110]},{"name":"WM_ADSPROP_NOTIFY_FOREGROUND","features":[110]},{"name":"WM_ADSPROP_NOTIFY_PAGEHWND","features":[110]},{"name":"WM_ADSPROP_NOTIFY_PAGEINIT","features":[110]},{"name":"WM_ADSPROP_NOTIFY_SETFOCUS","features":[110]},{"name":"WinNTSystemInfo","features":[110]},{"name":"hrAccessDenied","features":[110]},{"name":"hrAfterInitialization","features":[110]},{"name":"hrAlreadyInitialized","features":[110]},{"name":"hrAlreadyOpen","features":[110]},{"name":"hrAlreadyPrepared","features":[110]},{"name":"hrBFInUse","features":[110]},{"name":"hrBFNotSynchronous","features":[110]},{"name":"hrBFPageNotFound","features":[110]},{"name":"hrBackupDirectoryNotEmpty","features":[110]},{"name":"hrBackupInProgress","features":[110]},{"name":"hrBackupNotAllowedYet","features":[110]},{"name":"hrBadBackupDatabaseSize","features":[110]},{"name":"hrBadCheckpointSignature","features":[110]},{"name":"hrBadColumnId","features":[110]},{"name":"hrBadDbSignature","features":[110]},{"name":"hrBadItagSequence","features":[110]},{"name":"hrBadLogSignature","features":[110]},{"name":"hrBadLogVersion","features":[110]},{"name":"hrBufferTooSmall","features":[110]},{"name":"hrBufferTruncated","features":[110]},{"name":"hrCannotBeTagged","features":[110]},{"name":"hrCannotRename","features":[110]},{"name":"hrCheckpointCorrupt","features":[110]},{"name":"hrCircularLogging","features":[110]},{"name":"hrColumn2ndSysMaint","features":[110]},{"name":"hrColumnCannotIndex","features":[110]},{"name":"hrColumnDoesNotFit","features":[110]},{"name":"hrColumnDuplicate","features":[110]},{"name":"hrColumnInUse","features":[110]},{"name":"hrColumnIndexed","features":[110]},{"name":"hrColumnLong","features":[110]},{"name":"hrColumnMaxTruncated","features":[110]},{"name":"hrColumnNotFound","features":[110]},{"name":"hrColumnNotUpdatable","features":[110]},{"name":"hrColumnNull","features":[110]},{"name":"hrColumnSetNull","features":[110]},{"name":"hrColumnTooBig","features":[110]},{"name":"hrCommunicationError","features":[110]},{"name":"hrConsistentTimeMismatch","features":[110]},{"name":"hrContainerNotEmpty","features":[110]},{"name":"hrContentsExpired","features":[110]},{"name":"hrCouldNotConnect","features":[110]},{"name":"hrCreateIndexFailed","features":[110]},{"name":"hrCurrencyStackOutOfMemory","features":[110]},{"name":"hrDatabaseAttached","features":[110]},{"name":"hrDatabaseCorrupted","features":[110]},{"name":"hrDatabaseDuplicate","features":[110]},{"name":"hrDatabaseInUse","features":[110]},{"name":"hrDatabaseInconsistent","features":[110]},{"name":"hrDatabaseInvalidName","features":[110]},{"name":"hrDatabaseInvalidPages","features":[110]},{"name":"hrDatabaseLocked","features":[110]},{"name":"hrDatabaseNotFound","features":[110]},{"name":"hrDeleteBackupFileFail","features":[110]},{"name":"hrDensityInvalid","features":[110]},{"name":"hrDiskFull","features":[110]},{"name":"hrDiskIO","features":[110]},{"name":"hrError","features":[110]},{"name":"hrExistingLogFileHasBadSignature","features":[110]},{"name":"hrExistingLogFileIsNotContiguous","features":[110]},{"name":"hrFLDKeyTooBig","features":[110]},{"name":"hrFLDNullKey","features":[110]},{"name":"hrFLDTooManySegments","features":[110]},{"name":"hrFeatureNotAvailable","features":[110]},{"name":"hrFileAccessDenied","features":[110]},{"name":"hrFileClose","features":[110]},{"name":"hrFileNotFound","features":[110]},{"name":"hrFileOpenReadOnly","features":[110]},{"name":"hrFullBackupNotTaken","features":[110]},{"name":"hrGivenLogFileHasBadSignature","features":[110]},{"name":"hrGivenLogFileIsNotContiguous","features":[110]},{"name":"hrIllegalOperation","features":[110]},{"name":"hrInTransaction","features":[110]},{"name":"hrIncrementalBackupDisabled","features":[110]},{"name":"hrIndexCantBuild","features":[110]},{"name":"hrIndexDuplicate","features":[110]},{"name":"hrIndexHasClustered","features":[110]},{"name":"hrIndexHasPrimary","features":[110]},{"name":"hrIndexInUse","features":[110]},{"name":"hrIndexInvalidDef","features":[110]},{"name":"hrIndexMustStay","features":[110]},{"name":"hrIndexNotFound","features":[110]},{"name":"hrInvalidBackup","features":[110]},{"name":"hrInvalidBackupSequence","features":[110]},{"name":"hrInvalidBookmark","features":[110]},{"name":"hrInvalidBufferSize","features":[110]},{"name":"hrInvalidCodePage","features":[110]},{"name":"hrInvalidColumnType","features":[110]},{"name":"hrInvalidCountry","features":[110]},{"name":"hrInvalidDatabase","features":[110]},{"name":"hrInvalidDatabaseId","features":[110]},{"name":"hrInvalidFilename","features":[110]},{"name":"hrInvalidHandle","features":[110]},{"name":"hrInvalidLanguageId","features":[110]},{"name":"hrInvalidLogSequence","features":[110]},{"name":"hrInvalidName","features":[110]},{"name":"hrInvalidObject","features":[110]},{"name":"hrInvalidOnSort","features":[110]},{"name":"hrInvalidOperation","features":[110]},{"name":"hrInvalidParam","features":[110]},{"name":"hrInvalidParameter","features":[110]},{"name":"hrInvalidPath","features":[110]},{"name":"hrInvalidRecips","features":[110]},{"name":"hrInvalidSesid","features":[110]},{"name":"hrInvalidTableId","features":[110]},{"name":"hrKeyChanged","features":[110]},{"name":"hrKeyDuplicate","features":[110]},{"name":"hrKeyIsMade","features":[110]},{"name":"hrKeyNotMade","features":[110]},{"name":"hrLogBufferTooSmall","features":[110]},{"name":"hrLogCorrupted","features":[110]},{"name":"hrLogDiskFull","features":[110]},{"name":"hrLogFileCorrupt","features":[110]},{"name":"hrLogFileNotFound","features":[110]},{"name":"hrLogSequenceEnd","features":[110]},{"name":"hrLogWriteFail","features":[110]},{"name":"hrLoggingDisabled","features":[110]},{"name":"hrMakeBackupDirectoryFail","features":[110]},{"name":"hrMissingExpiryToken","features":[110]},{"name":"hrMissingFullBackup","features":[110]},{"name":"hrMissingLogFile","features":[110]},{"name":"hrMissingPreviousLogFile","features":[110]},{"name":"hrMissingRestoreLogFiles","features":[110]},{"name":"hrNoBackup","features":[110]},{"name":"hrNoBackupDirectory","features":[110]},{"name":"hrNoCurrentIndex","features":[110]},{"name":"hrNoCurrentRecord","features":[110]},{"name":"hrNoFullRestore","features":[110]},{"name":"hrNoIdleActivity","features":[110]},{"name":"hrNoWriteLock","features":[110]},{"name":"hrNone","features":[110]},{"name":"hrNotInTransaction","features":[110]},{"name":"hrNotInitialized","features":[110]},{"name":"hrNullInvalid","features":[110]},{"name":"hrNullKeyDisallowed","features":[110]},{"name":"hrNyi","features":[110]},{"name":"hrObjectDuplicate","features":[110]},{"name":"hrObjectNotFound","features":[110]},{"name":"hrOutOfBuffers","features":[110]},{"name":"hrOutOfCursors","features":[110]},{"name":"hrOutOfDatabaseSpace","features":[110]},{"name":"hrOutOfFileHandles","features":[110]},{"name":"hrOutOfMemory","features":[110]},{"name":"hrOutOfSessions","features":[110]},{"name":"hrOutOfThreads","features":[110]},{"name":"hrPMRecDeleted","features":[110]},{"name":"hrPatchFileMismatch","features":[110]},{"name":"hrPermissionDenied","features":[110]},{"name":"hrReadVerifyFailure","features":[110]},{"name":"hrRecordClusteredChanged","features":[110]},{"name":"hrRecordDeleted","features":[110]},{"name":"hrRecordNotFound","features":[110]},{"name":"hrRecordTooBig","features":[110]},{"name":"hrRecoveredWithErrors","features":[110]},{"name":"hrRemainingVersions","features":[110]},{"name":"hrRestoreInProgress","features":[110]},{"name":"hrRestoreLogTooHigh","features":[110]},{"name":"hrRestoreLogTooLow","features":[110]},{"name":"hrRestoreMapExists","features":[110]},{"name":"hrSeekNotEqual","features":[110]},{"name":"hrSessionWriteConflict","features":[110]},{"name":"hrTableDuplicate","features":[110]},{"name":"hrTableEmpty","features":[110]},{"name":"hrTableInUse","features":[110]},{"name":"hrTableLocked","features":[110]},{"name":"hrTableNotEmpty","features":[110]},{"name":"hrTaggedNotNULL","features":[110]},{"name":"hrTempFileOpenError","features":[110]},{"name":"hrTermInProgress","features":[110]},{"name":"hrTooManyActiveUsers","features":[110]},{"name":"hrTooManyAttachedDatabases","features":[110]},{"name":"hrTooManyColumns","features":[110]},{"name":"hrTooManyIO","features":[110]},{"name":"hrTooManyIndexes","features":[110]},{"name":"hrTooManyKeys","features":[110]},{"name":"hrTooManyOpenDatabases","features":[110]},{"name":"hrTooManyOpenIndexes","features":[110]},{"name":"hrTooManyOpenTables","features":[110]},{"name":"hrTooManySorts","features":[110]},{"name":"hrTransTooDeep","features":[110]},{"name":"hrUnknownExpiryTokenFormat","features":[110]},{"name":"hrUpdateNotPrepared","features":[110]},{"name":"hrVersionStoreOutOfMemory","features":[110]},{"name":"hrWriteConflict","features":[110]},{"name":"hrerrDataHasChanged","features":[110]},{"name":"hrwrnDataHasChanged","features":[110]}],"472":[{"name":"AddClusterGroupDependency","features":[112]},{"name":"AddClusterGroupDependencyEx","features":[112]},{"name":"AddClusterGroupSetDependency","features":[112]},{"name":"AddClusterGroupSetDependencyEx","features":[112]},{"name":"AddClusterGroupToGroupSetDependency","features":[112]},{"name":"AddClusterGroupToGroupSetDependencyEx","features":[112]},{"name":"AddClusterNode","features":[3,112]},{"name":"AddClusterNodeEx","features":[3,112]},{"name":"AddClusterResourceDependency","features":[112]},{"name":"AddClusterResourceDependencyEx","features":[112]},{"name":"AddClusterResourceNode","features":[112]},{"name":"AddClusterResourceNodeEx","features":[112]},{"name":"AddClusterStorageNode","features":[3,112]},{"name":"AddCrossClusterGroupSetDependency","features":[112]},{"name":"AddResourceToClusterSharedVolumes","features":[112]},{"name":"BackupClusterDatabase","features":[112]},{"name":"BitLockerDecrypted","features":[112]},{"name":"BitLockerDecrypting","features":[112]},{"name":"BitLockerEnabled","features":[112]},{"name":"BitLockerPaused","features":[112]},{"name":"BitLockerStopped","features":[112]},{"name":"BitlockerEncrypted","features":[112]},{"name":"BitlockerEncrypting","features":[112]},{"name":"CA_UPGRADE_VERSION","features":[112]},{"name":"CLCTL_ADD_CRYPTO_CHECKPOINT","features":[112]},{"name":"CLCTL_ADD_CRYPTO_CHECKPOINT_EX","features":[112]},{"name":"CLCTL_ADD_DEPENDENCY","features":[112]},{"name":"CLCTL_ADD_OWNER","features":[112]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT","features":[112]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT_32BIT","features":[112]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT_64BIT","features":[112]},{"name":"CLCTL_BATCH_BLOCK_KEY","features":[112]},{"name":"CLCTL_BATCH_UNBLOCK_KEY","features":[112]},{"name":"CLCTL_BLOCK_GEM_SEND_RECV","features":[112]},{"name":"CLCTL_CHECK_DRAIN_VETO","features":[112]},{"name":"CLCTL_CHECK_VOTER_DOWN","features":[112]},{"name":"CLCTL_CHECK_VOTER_DOWN_WITNESS","features":[112]},{"name":"CLCTL_CHECK_VOTER_EVICT","features":[112]},{"name":"CLCTL_CHECK_VOTER_EVICT_WITNESS","features":[112]},{"name":"CLCTL_CLEAR_NODE_CONNECTION_INFO","features":[112]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS","features":[112]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS_WITH_KEY","features":[112]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_UPDATE_KEY","features":[112]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_UPDATE_TOKEN","features":[112]},{"name":"CLCTL_CLUSTER_BASE","features":[112]},{"name":"CLCTL_CLUSTER_NAME_CHANGED","features":[112]},{"name":"CLCTL_CLUSTER_VERSION_CHANGED","features":[112]},{"name":"CLCTL_CODES","features":[112]},{"name":"CLCTL_DELETE","features":[112]},{"name":"CLCTL_DELETE_CRYPTO_CHECKPOINT","features":[112]},{"name":"CLCTL_DELETE_REGISTRY_CHECKPOINT","features":[112]},{"name":"CLCTL_DISABLE_SHARED_VOLUME_DIRECTIO","features":[112]},{"name":"CLCTL_ENABLE_SHARED_VOLUME_DIRECTIO","features":[112]},{"name":"CLCTL_ENUM_AFFINITY_RULE_NAMES","features":[112]},{"name":"CLCTL_ENUM_COMMON_PROPERTIES","features":[112]},{"name":"CLCTL_ENUM_PRIVATE_PROPERTIES","features":[112]},{"name":"CLCTL_EVICT_NODE","features":[112]},{"name":"CLCTL_FILESERVER_SHARE_ADD","features":[112]},{"name":"CLCTL_FILESERVER_SHARE_DEL","features":[112]},{"name":"CLCTL_FILESERVER_SHARE_MODIFY","features":[112]},{"name":"CLCTL_FILESERVER_SHARE_REPORT","features":[112]},{"name":"CLCTL_FIXUP_ON_UPGRADE","features":[112]},{"name":"CLCTL_FORCE_DB_FLUSH","features":[112]},{"name":"CLCTL_FORCE_QUORUM","features":[112]},{"name":"CLCTL_FSWITNESS_GET_EPOCH_INFO","features":[112]},{"name":"CLCTL_FSWITNESS_RELEASE_LOCK","features":[112]},{"name":"CLCTL_FSWITNESS_SET_EPOCH_INFO","features":[112]},{"name":"CLCTL_GET_ARB_TIMEOUT","features":[112]},{"name":"CLCTL_GET_CHARACTERISTICS","features":[112]},{"name":"CLCTL_GET_CLASS_INFO","features":[112]},{"name":"CLCTL_GET_CLUSDB_TIMESTAMP","features":[112]},{"name":"CLCTL_GET_CLUSTER_SERVICE_ACCOUNT_NAME","features":[112]},{"name":"CLCTL_GET_COMMON_PROPERTIES","features":[112]},{"name":"CLCTL_GET_COMMON_PROPERTY_FMTS","features":[112]},{"name":"CLCTL_GET_COMMON_RESOURCE_PROPERTY_FMTS","features":[112]},{"name":"CLCTL_GET_CRYPTO_CHECKPOINTS","features":[112]},{"name":"CLCTL_GET_DNS_NAME","features":[112]},{"name":"CLCTL_GET_FAILURE_INFO","features":[112]},{"name":"CLCTL_GET_FLAGS","features":[112]},{"name":"CLCTL_GET_FQDN","features":[112]},{"name":"CLCTL_GET_GEMID_VECTOR","features":[112]},{"name":"CLCTL_GET_GUM_LOCK_OWNER","features":[112]},{"name":"CLCTL_GET_ID","features":[112]},{"name":"CLCTL_GET_INFRASTRUCTURE_SOFS_BUFFER","features":[112]},{"name":"CLCTL_GET_LOADBAL_PROCESS_LIST","features":[112]},{"name":"CLCTL_GET_NAME","features":[112]},{"name":"CLCTL_GET_NETWORK","features":[112]},{"name":"CLCTL_GET_NETWORK_NAME","features":[112]},{"name":"CLCTL_GET_NODE","features":[112]},{"name":"CLCTL_GET_NODES_IN_FD","features":[112]},{"name":"CLCTL_GET_OPERATION_CONTEXT","features":[112]},{"name":"CLCTL_GET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLCTL_GET_PRIVATE_PROPERTY_FMTS","features":[112]},{"name":"CLCTL_GET_PRIVATE_RESOURCE_PROPERTY_FMTS","features":[112]},{"name":"CLCTL_GET_REGISTRY_CHECKPOINTS","features":[112]},{"name":"CLCTL_GET_REQUIRED_DEPENDENCIES","features":[112]},{"name":"CLCTL_GET_RESOURCE_TYPE","features":[112]},{"name":"CLCTL_GET_RO_COMMON_PROPERTIES","features":[112]},{"name":"CLCTL_GET_RO_PRIVATE_PROPERTIES","features":[112]},{"name":"CLCTL_GET_SHARED_VOLUME_ID","features":[112]},{"name":"CLCTL_GET_STATE_CHANGE_TIME","features":[112]},{"name":"CLCTL_GET_STORAGE_CONFIGURATION","features":[112]},{"name":"CLCTL_GET_STORAGE_CONFIG_ATTRIBUTES","features":[112]},{"name":"CLCTL_GET_STUCK_NODES","features":[112]},{"name":"CLCTL_GLOBAL_SHIFT","features":[112]},{"name":"CLCTL_GROUPSET_GET_GROUPS","features":[112]},{"name":"CLCTL_GROUPSET_GET_PROVIDER_GROUPS","features":[112]},{"name":"CLCTL_GROUPSET_GET_PROVIDER_GROUPSETS","features":[112]},{"name":"CLCTL_GROUP_GET_LAST_MOVE_TIME","features":[112]},{"name":"CLCTL_GROUP_GET_PROVIDER_GROUPS","features":[112]},{"name":"CLCTL_GROUP_GET_PROVIDER_GROUPSETS","features":[112]},{"name":"CLCTL_GROUP_SET_CCF_FROM_MASTER","features":[112]},{"name":"CLCTL_HOLD_IO","features":[112]},{"name":"CLCTL_INITIALIZE","features":[112]},{"name":"CLCTL_INJECT_GEM_FAULT","features":[112]},{"name":"CLCTL_INSTALL_NODE","features":[112]},{"name":"CLCTL_INTERNAL_SHIFT","features":[112]},{"name":"CLCTL_INTRODUCE_GEM_REPAIR_DELAY","features":[112]},{"name":"CLCTL_IPADDRESS_RELEASE_LEASE","features":[112]},{"name":"CLCTL_IPADDRESS_RENEW_LEASE","features":[112]},{"name":"CLCTL_IS_FEATURE_INSTALLED","features":[112]},{"name":"CLCTL_IS_QUORUM_BLOCKED","features":[112]},{"name":"CLCTL_IS_S2D_FEATURE_SUPPORTED","features":[112]},{"name":"CLCTL_JOINING_GROUP","features":[112]},{"name":"CLCTL_LEAVING_GROUP","features":[112]},{"name":"CLCTL_MODIFY_SHIFT","features":[112]},{"name":"CLCTL_NETNAME_CREDS_NOTIFYCAM","features":[112]},{"name":"CLCTL_NETNAME_DELETE_CO","features":[112]},{"name":"CLCTL_NETNAME_GET_OU_FOR_VCO","features":[112]},{"name":"CLCTL_NETNAME_GET_VIRTUAL_SERVER_TOKEN","features":[112]},{"name":"CLCTL_NETNAME_REGISTER_DNS_RECORDS","features":[112]},{"name":"CLCTL_NETNAME_REPAIR_VCO","features":[112]},{"name":"CLCTL_NETNAME_RESET_VCO","features":[112]},{"name":"CLCTL_NETNAME_SET_PWD_INFO","features":[112]},{"name":"CLCTL_NETNAME_SET_PWD_INFOEX","features":[112]},{"name":"CLCTL_NETNAME_VALIDATE_VCO","features":[112]},{"name":"CLCTL_NOTIFY_DRAIN_COMPLETE","features":[112]},{"name":"CLCTL_NOTIFY_INFRASTRUCTURE_SOFS_CHANGED","features":[112]},{"name":"CLCTL_NOTIFY_MONITOR_SHUTTING_DOWN","features":[112]},{"name":"CLCTL_NOTIFY_OWNER_CHANGE","features":[112]},{"name":"CLCTL_NOTIFY_QUORUM_STATUS","features":[112]},{"name":"CLCTL_POOL_GET_DRIVE_INFO","features":[112]},{"name":"CLCTL_PROVIDER_STATE_CHANGE","features":[112]},{"name":"CLCTL_QUERY_DELETE","features":[112]},{"name":"CLCTL_QUERY_MAINTENANCE_MODE","features":[112]},{"name":"CLCTL_RELOAD_AUTOLOGGER_CONFIG","features":[112]},{"name":"CLCTL_REMOVE_DEPENDENCY","features":[112]},{"name":"CLCTL_REMOVE_NODE","features":[112]},{"name":"CLCTL_REMOVE_OWNER","features":[112]},{"name":"CLCTL_REPLICATION_ADD_REPLICATION_GROUP","features":[112]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_LOGDISKS","features":[112]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_SOURCE_DATADISKS","features":[112]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_TARGET_DATADISKS","features":[112]},{"name":"CLCTL_REPLICATION_GET_LOG_INFO","features":[112]},{"name":"CLCTL_REPLICATION_GET_LOG_VOLUME","features":[112]},{"name":"CLCTL_REPLICATION_GET_REPLICATED_DISKS","features":[112]},{"name":"CLCTL_REPLICATION_GET_REPLICATED_PARTITION_INFO","features":[112]},{"name":"CLCTL_REPLICATION_GET_REPLICA_VOLUMES","features":[112]},{"name":"CLCTL_REPLICATION_GET_RESOURCE_GROUP","features":[112]},{"name":"CLCTL_RESOURCE_PREPARE_UPGRADE","features":[112]},{"name":"CLCTL_RESOURCE_UPGRADE_COMPLETED","features":[112]},{"name":"CLCTL_RESOURCE_UPGRADE_DLL","features":[112]},{"name":"CLCTL_RESUME_IO","features":[112]},{"name":"CLCTL_RW_MODIFY_NOOP","features":[112]},{"name":"CLCTL_SCALEOUT_COMMAND","features":[112]},{"name":"CLCTL_SCALEOUT_CONTROL","features":[112]},{"name":"CLCTL_SCALEOUT_GET_CLUSTERS","features":[112]},{"name":"CLCTL_SEND_DUMMY_GEM_MESSAGES","features":[112]},{"name":"CLCTL_SET_ACCOUNT_ACCESS","features":[112]},{"name":"CLCTL_SET_CLUSTER_S2D_CACHE_METADATA_RESERVE_BYTES","features":[112]},{"name":"CLCTL_SET_CLUSTER_S2D_ENABLED","features":[112]},{"name":"CLCTL_SET_COMMON_PROPERTIES","features":[112]},{"name":"CLCTL_SET_CSV_MAINTENANCE_MODE","features":[112]},{"name":"CLCTL_SET_DNS_DOMAIN","features":[112]},{"name":"CLCTL_SET_INFRASTRUCTURE_SOFS_BUFFER","features":[112]},{"name":"CLCTL_SET_MAINTENANCE_MODE","features":[112]},{"name":"CLCTL_SET_NAME","features":[112]},{"name":"CLCTL_SET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLCTL_SET_SHARED_VOLUME_BACKUP_MODE","features":[112]},{"name":"CLCTL_SET_STORAGE_CONFIGURATION","features":[112]},{"name":"CLCTL_SHUTDOWN","features":[112]},{"name":"CLCTL_STARTING_PHASE1","features":[112]},{"name":"CLCTL_STARTING_PHASE2","features":[112]},{"name":"CLCTL_STATE_CHANGE_REASON","features":[112]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS","features":[112]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS_EX","features":[112]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS_EX2_INT","features":[112]},{"name":"CLCTL_STORAGE_GET_CLUSBFLT_PATHINFO","features":[112]},{"name":"CLCTL_STORAGE_GET_CLUSBFLT_PATHS","features":[112]},{"name":"CLCTL_STORAGE_GET_CLUSPORT_DISK_COUNT","features":[112]},{"name":"CLCTL_STORAGE_GET_DIRTY","features":[112]},{"name":"CLCTL_STORAGE_GET_DISKID","features":[112]},{"name":"CLCTL_STORAGE_GET_DISK_INFO","features":[112]},{"name":"CLCTL_STORAGE_GET_DISK_INFO_EX","features":[112]},{"name":"CLCTL_STORAGE_GET_DISK_INFO_EX2","features":[112]},{"name":"CLCTL_STORAGE_GET_DISK_NUMBER_INFO","features":[112]},{"name":"CLCTL_STORAGE_GET_DRIVELETTERS","features":[112]},{"name":"CLCTL_STORAGE_GET_MOUNTPOINTS","features":[112]},{"name":"CLCTL_STORAGE_GET_PHYSICAL_DISK_INFO","features":[112]},{"name":"CLCTL_STORAGE_GET_RESOURCEID","features":[112]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_INFO","features":[112]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_PARTITION_NAMES","features":[112]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_STATES","features":[112]},{"name":"CLCTL_STORAGE_IS_CLUSTERABLE","features":[112]},{"name":"CLCTL_STORAGE_IS_CSV_FILE","features":[112]},{"name":"CLCTL_STORAGE_IS_PATH_VALID","features":[112]},{"name":"CLCTL_STORAGE_IS_SHARED_VOLUME","features":[112]},{"name":"CLCTL_STORAGE_REMAP_DRIVELETTER","features":[112]},{"name":"CLCTL_STORAGE_REMOVE_VM_OWNERSHIP","features":[112]},{"name":"CLCTL_STORAGE_RENAME_SHARED_VOLUME","features":[112]},{"name":"CLCTL_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[112]},{"name":"CLCTL_STORAGE_SET_DRIVELETTER","features":[112]},{"name":"CLCTL_STORAGE_SYNC_CLUSDISK_DB","features":[112]},{"name":"CLCTL_UNDELETE","features":[112]},{"name":"CLCTL_UNKNOWN","features":[112]},{"name":"CLCTL_USER_SHIFT","features":[112]},{"name":"CLCTL_VALIDATE_CHANGE_GROUP","features":[112]},{"name":"CLCTL_VALIDATE_COMMON_PROPERTIES","features":[112]},{"name":"CLCTL_VALIDATE_DIRECTORY","features":[112]},{"name":"CLCTL_VALIDATE_NETNAME","features":[112]},{"name":"CLCTL_VALIDATE_PATH","features":[112]},{"name":"CLCTL_VALIDATE_PRIVATE_PROPERTIES","features":[112]},{"name":"CLOUD_WITNESS_CONTAINER_NAME","features":[112]},{"name":"CLRES_CALLBACK_FUNCTION_TABLE","features":[3,112]},{"name":"CLRES_FUNCTION_TABLE","features":[3,112,51]},{"name":"CLRES_V1_FUNCTIONS","features":[3,112,51]},{"name":"CLRES_V2_FUNCTIONS","features":[3,112,51]},{"name":"CLRES_V3_FUNCTIONS","features":[3,112,51]},{"name":"CLRES_V4_FUNCTIONS","features":[3,112,51]},{"name":"CLRES_VERSION_V1_00","features":[112]},{"name":"CLRES_VERSION_V2_00","features":[112]},{"name":"CLRES_VERSION_V3_00","features":[112]},{"name":"CLRES_VERSION_V4_00","features":[112]},{"name":"CLUADMEX_OBJECT_TYPE","features":[112]},{"name":"CLUADMEX_OT_CLUSTER","features":[112]},{"name":"CLUADMEX_OT_GROUP","features":[112]},{"name":"CLUADMEX_OT_NETINTERFACE","features":[112]},{"name":"CLUADMEX_OT_NETWORK","features":[112]},{"name":"CLUADMEX_OT_NODE","features":[112]},{"name":"CLUADMEX_OT_NONE","features":[112]},{"name":"CLUADMEX_OT_RESOURCE","features":[112]},{"name":"CLUADMEX_OT_RESOURCETYPE","features":[112]},{"name":"CLUSAPI_CHANGE_ACCESS","features":[112]},{"name":"CLUSAPI_CHANGE_RESOURCE_GROUP_FORCE_MOVE_TO_CSV","features":[112]},{"name":"CLUSAPI_GROUP_MOVE_FAILBACK","features":[112]},{"name":"CLUSAPI_GROUP_MOVE_HIGH_PRIORITY_START","features":[112]},{"name":"CLUSAPI_GROUP_MOVE_IGNORE_AFFINITY_RULE","features":[112]},{"name":"CLUSAPI_GROUP_MOVE_IGNORE_RESOURCE_STATUS","features":[112]},{"name":"CLUSAPI_GROUP_MOVE_QUEUE_ENABLED","features":[112]},{"name":"CLUSAPI_GROUP_MOVE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[112]},{"name":"CLUSAPI_GROUP_OFFLINE_IGNORE_RESOURCE_STATUS","features":[112]},{"name":"CLUSAPI_GROUP_ONLINE_BEST_POSSIBLE_NODE","features":[112]},{"name":"CLUSAPI_GROUP_ONLINE_IGNORE_AFFINITY_RULE","features":[112]},{"name":"CLUSAPI_GROUP_ONLINE_IGNORE_RESOURCE_STATUS","features":[112]},{"name":"CLUSAPI_GROUP_ONLINE_SYNCHRONOUS","features":[112]},{"name":"CLUSAPI_NODE_AVOID_PLACEMENT","features":[112]},{"name":"CLUSAPI_NODE_PAUSE_REMAIN_ON_PAUSED_NODE_ON_MOVE_ERROR","features":[112]},{"name":"CLUSAPI_NODE_PAUSE_RETRY_DRAIN_ON_FAILURE","features":[112]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_PINNED_VMS_ONLY","features":[112]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_STORAGE","features":[112]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_VMS","features":[112]},{"name":"CLUSAPI_NO_ACCESS","features":[112]},{"name":"CLUSAPI_READ_ACCESS","features":[112]},{"name":"CLUSAPI_REASON_HANDLER","features":[3,112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_FORCE_WITH_TERMINATION","features":[112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_IGNORE_RESOURCE_STATUS","features":[112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_BEING_DELETED","features":[112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_BEING_RESTARTED","features":[112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_MOVING","features":[112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_NONE","features":[112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_PREEMPTED","features":[112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_SHUTTING_DOWN","features":[112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_UNKNOWN","features":[112]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_USER_REQUESTED","features":[112]},{"name":"CLUSAPI_RESOURCE_ONLINE_BEST_POSSIBLE_NODE","features":[112]},{"name":"CLUSAPI_RESOURCE_ONLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[112]},{"name":"CLUSAPI_RESOURCE_ONLINE_IGNORE_AFFINITY_RULE","features":[112]},{"name":"CLUSAPI_RESOURCE_ONLINE_IGNORE_RESOURCE_STATUS","features":[112]},{"name":"CLUSAPI_RESOURCE_ONLINE_NECESSARY_FOR_QUORUM","features":[112]},{"name":"CLUSAPI_VALID_CHANGE_RESOURCE_GROUP_FLAGS","features":[112]},{"name":"CLUSAPI_VERSION","features":[112]},{"name":"CLUSAPI_VERSION_NI","features":[112]},{"name":"CLUSAPI_VERSION_RS3","features":[112]},{"name":"CLUSAPI_VERSION_SERVER2008","features":[112]},{"name":"CLUSAPI_VERSION_SERVER2008R2","features":[112]},{"name":"CLUSAPI_VERSION_WINDOWS8","features":[112]},{"name":"CLUSAPI_VERSION_WINDOWSBLUE","features":[112]},{"name":"CLUSAPI_VERSION_WINTHRESHOLD","features":[112]},{"name":"CLUSCTL_ACCESS_MODE_MASK","features":[112]},{"name":"CLUSCTL_ACCESS_SHIFT","features":[112]},{"name":"CLUSCTL_AFFINITYRULE_CODES","features":[112]},{"name":"CLUSCTL_AFFINITYRULE_GET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_AFFINITYRULE_GET_GROUPNAMES","features":[112]},{"name":"CLUSCTL_AFFINITYRULE_GET_ID","features":[112]},{"name":"CLUSCTL_AFFINITYRULE_GET_RO_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_AFFINITYRULE_SET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS","features":[112]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS_WITH_KEY","features":[112]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_UPDATE_KEY","features":[112]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_UPDATE_TOKEN","features":[112]},{"name":"CLUSCTL_CLUSTER_BATCH_BLOCK_KEY","features":[112]},{"name":"CLUSCTL_CLUSTER_BATCH_UNBLOCK_KEY","features":[112]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_DOWN","features":[112]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_DOWN_WITNESS","features":[112]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_EVICT","features":[112]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_EVICT_WITNESS","features":[112]},{"name":"CLUSCTL_CLUSTER_CLEAR_NODE_CONNECTION_INFO","features":[112]},{"name":"CLUSCTL_CLUSTER_CODES","features":[112]},{"name":"CLUSCTL_CLUSTER_ENUM_AFFINITY_RULE_NAMES","features":[112]},{"name":"CLUSCTL_CLUSTER_ENUM_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_CLUSTER_ENUM_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_CLUSTER_FORCE_FLUSH_DB","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_CLMUSR_TOKEN","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_CLUSDB_TIMESTAMP","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_COMMON_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_FQDN","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_GUM_LOCK_OWNER","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_NODES_IN_FD","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_PRIVATE_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_RO_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_RO_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_SHARED_VOLUME_ID","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_STORAGE_CONFIGURATION","features":[112]},{"name":"CLUSCTL_CLUSTER_GET_STORAGE_CONFIG_ATTRIBUTES","features":[112]},{"name":"CLUSCTL_CLUSTER_RELOAD_AUTOLOGGER_CONFIG","features":[112]},{"name":"CLUSCTL_CLUSTER_REMOVE_NODE","features":[112]},{"name":"CLUSCTL_CLUSTER_SET_ACCOUNT_ACCESS","features":[112]},{"name":"CLUSCTL_CLUSTER_SET_CLUSTER_S2D_CACHE_METADATA_RESERVE_BYTES","features":[112]},{"name":"CLUSCTL_CLUSTER_SET_CLUSTER_S2D_ENABLED","features":[112]},{"name":"CLUSCTL_CLUSTER_SET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_CLUSTER_SET_DNS_DOMAIN","features":[112]},{"name":"CLUSCTL_CLUSTER_SET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_CLUSTER_SET_STORAGE_CONFIGURATION","features":[112]},{"name":"CLUSCTL_CLUSTER_SHUTDOWN","features":[112]},{"name":"CLUSCTL_CLUSTER_STORAGE_RENAME_SHARED_VOLUME","features":[112]},{"name":"CLUSCTL_CLUSTER_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[112]},{"name":"CLUSCTL_CLUSTER_UNKNOWN","features":[112]},{"name":"CLUSCTL_CLUSTER_VALIDATE_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_CLUSTER_VALIDATE_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_CONTROL_CODE_MASK","features":[112]},{"name":"CLUSCTL_FUNCTION_SHIFT","features":[112]},{"name":"CLUSCTL_GET_OPERATION_CONTEXT_PARAMS_VERSION_1","features":[112]},{"name":"CLUSCTL_GROUPSET_CODES","features":[112]},{"name":"CLUSCTL_GROUPSET_GET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUPSET_GET_GROUPS","features":[112]},{"name":"CLUSCTL_GROUPSET_GET_ID","features":[112]},{"name":"CLUSCTL_GROUPSET_GET_PROVIDER_GROUPS","features":[112]},{"name":"CLUSCTL_GROUPSET_GET_PROVIDER_GROUPSETS","features":[112]},{"name":"CLUSCTL_GROUPSET_GET_RO_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUPSET_SET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUP_CODES","features":[112]},{"name":"CLUSCTL_GROUP_ENUM_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUP_ENUM_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUP_GET_CHARACTERISTICS","features":[112]},{"name":"CLUSCTL_GROUP_GET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUP_GET_COMMON_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_GROUP_GET_FAILURE_INFO","features":[112]},{"name":"CLUSCTL_GROUP_GET_FLAGS","features":[112]},{"name":"CLUSCTL_GROUP_GET_ID","features":[112]},{"name":"CLUSCTL_GROUP_GET_LAST_MOVE_TIME","features":[112]},{"name":"CLUSCTL_GROUP_GET_LAST_MOVE_TIME_OUTPUT","features":[3,112]},{"name":"CLUSCTL_GROUP_GET_NAME","features":[112]},{"name":"CLUSCTL_GROUP_GET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUP_GET_PRIVATE_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_GROUP_GET_PROVIDER_GROUPS","features":[112]},{"name":"CLUSCTL_GROUP_GET_PROVIDER_GROUPSETS","features":[112]},{"name":"CLUSCTL_GROUP_GET_RO_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUP_GET_RO_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUP_QUERY_DELETE","features":[112]},{"name":"CLUSCTL_GROUP_SET_CCF_FROM_MASTER","features":[112]},{"name":"CLUSCTL_GROUP_SET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUP_SET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUP_UNKNOWN","features":[112]},{"name":"CLUSCTL_GROUP_VALIDATE_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_GROUP_VALIDATE_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_CODES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_ENUM_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_ENUM_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_CHARACTERISTICS","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_COMMON_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_FLAGS","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_ID","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_NAME","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_NETWORK","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_NODE","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_PRIVATE_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_RO_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_GET_RO_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_SET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_SET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_UNKNOWN","features":[112]},{"name":"CLUSCTL_NETINTERFACE_VALIDATE_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETINTERFACE_VALIDATE_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETWORK_CODES","features":[112]},{"name":"CLUSCTL_NETWORK_ENUM_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETWORK_ENUM_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETWORK_GET_CHARACTERISTICS","features":[112]},{"name":"CLUSCTL_NETWORK_GET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETWORK_GET_COMMON_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_NETWORK_GET_FLAGS","features":[112]},{"name":"CLUSCTL_NETWORK_GET_ID","features":[112]},{"name":"CLUSCTL_NETWORK_GET_NAME","features":[112]},{"name":"CLUSCTL_NETWORK_GET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETWORK_GET_PRIVATE_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_NETWORK_GET_RO_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETWORK_GET_RO_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETWORK_SET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETWORK_SET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETWORK_UNKNOWN","features":[112]},{"name":"CLUSCTL_NETWORK_VALIDATE_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NETWORK_VALIDATE_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NODE_BLOCK_GEM_SEND_RECV","features":[112]},{"name":"CLUSCTL_NODE_CODES","features":[112]},{"name":"CLUSCTL_NODE_ENUM_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NODE_ENUM_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NODE_GET_CHARACTERISTICS","features":[112]},{"name":"CLUSCTL_NODE_GET_CLUSTER_SERVICE_ACCOUNT_NAME","features":[112]},{"name":"CLUSCTL_NODE_GET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NODE_GET_COMMON_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_NODE_GET_FLAGS","features":[112]},{"name":"CLUSCTL_NODE_GET_GEMID_VECTOR","features":[112]},{"name":"CLUSCTL_NODE_GET_ID","features":[112]},{"name":"CLUSCTL_NODE_GET_NAME","features":[112]},{"name":"CLUSCTL_NODE_GET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NODE_GET_PRIVATE_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_NODE_GET_RO_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NODE_GET_RO_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NODE_GET_STUCK_NODES","features":[112]},{"name":"CLUSCTL_NODE_INJECT_GEM_FAULT","features":[112]},{"name":"CLUSCTL_NODE_INTRODUCE_GEM_REPAIR_DELAY","features":[112]},{"name":"CLUSCTL_NODE_SEND_DUMMY_GEM_MESSAGES","features":[112]},{"name":"CLUSCTL_NODE_SET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NODE_SET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_NODE_UNKNOWN","features":[112]},{"name":"CLUSCTL_NODE_VALIDATE_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_NODE_VALIDATE_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_OBJECT_MASK","features":[112]},{"name":"CLUSCTL_OBJECT_SHIFT","features":[112]},{"name":"CLUSCTL_RESOURCE_ADD_CRYPTO_CHECKPOINT","features":[112]},{"name":"CLUSCTL_RESOURCE_ADD_CRYPTO_CHECKPOINT_EX","features":[112]},{"name":"CLUSCTL_RESOURCE_ADD_DEPENDENCY","features":[112]},{"name":"CLUSCTL_RESOURCE_ADD_OWNER","features":[112]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT","features":[112]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT_32BIT","features":[112]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT_64BIT","features":[112]},{"name":"CLUSCTL_RESOURCE_CHECK_DRAIN_VETO","features":[112]},{"name":"CLUSCTL_RESOURCE_CLUSTER_NAME_CHANGED","features":[112]},{"name":"CLUSCTL_RESOURCE_CLUSTER_VERSION_CHANGED","features":[112]},{"name":"CLUSCTL_RESOURCE_CODES","features":[112]},{"name":"CLUSCTL_RESOURCE_DELETE","features":[112]},{"name":"CLUSCTL_RESOURCE_DELETE_CRYPTO_CHECKPOINT","features":[112]},{"name":"CLUSCTL_RESOURCE_DELETE_REGISTRY_CHECKPOINT","features":[112]},{"name":"CLUSCTL_RESOURCE_DISABLE_SHARED_VOLUME_DIRECTIO","features":[112]},{"name":"CLUSCTL_RESOURCE_ENABLE_SHARED_VOLUME_DIRECTIO","features":[112]},{"name":"CLUSCTL_RESOURCE_ENUM_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_ENUM_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_EVICT_NODE","features":[112]},{"name":"CLUSCTL_RESOURCE_FORCE_QUORUM","features":[112]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_GET_EPOCH_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_RELEASE_LOCK","features":[112]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_SET_EPOCH_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_CHARACTERISTICS","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_CLASS_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_COMMON_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_CRYPTO_CHECKPOINTS","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_DNS_NAME","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_FAILURE_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_FLAGS","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_ID","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_INFRASTRUCTURE_SOFS_BUFFER","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_LOADBAL_PROCESS_LIST","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_NAME","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_NETWORK_NAME","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_NODES_IN_FD","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_OPERATION_CONTEXT","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_PRIVATE_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_REGISTRY_CHECKPOINTS","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_REQUIRED_DEPENDENCIES","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_RESOURCE_TYPE","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_RO_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_RO_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_GET_STATE_CHANGE_TIME","features":[112]},{"name":"CLUSCTL_RESOURCE_INITIALIZE","features":[112]},{"name":"CLUSCTL_RESOURCE_INSTALL_NODE","features":[112]},{"name":"CLUSCTL_RESOURCE_IPADDRESS_RELEASE_LEASE","features":[112]},{"name":"CLUSCTL_RESOURCE_IPADDRESS_RENEW_LEASE","features":[112]},{"name":"CLUSCTL_RESOURCE_IS_QUORUM_BLOCKED","features":[112]},{"name":"CLUSCTL_RESOURCE_JOINING_GROUP","features":[112]},{"name":"CLUSCTL_RESOURCE_LEAVING_GROUP","features":[112]},{"name":"CLUSCTL_RESOURCE_NETNAME_CREDS_NOTIFYCAM","features":[112]},{"name":"CLUSCTL_RESOURCE_NETNAME_DELETE_CO","features":[112]},{"name":"CLUSCTL_RESOURCE_NETNAME_GET_VIRTUAL_SERVER_TOKEN","features":[112]},{"name":"CLUSCTL_RESOURCE_NETNAME_REGISTER_DNS_RECORDS","features":[112]},{"name":"CLUSCTL_RESOURCE_NETNAME_REPAIR_VCO","features":[112]},{"name":"CLUSCTL_RESOURCE_NETNAME_RESET_VCO","features":[112]},{"name":"CLUSCTL_RESOURCE_NETNAME_SET_PWD_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_NETNAME_SET_PWD_INFOEX","features":[112]},{"name":"CLUSCTL_RESOURCE_NETNAME_VALIDATE_VCO","features":[112]},{"name":"CLUSCTL_RESOURCE_NOTIFY_DRAIN_COMPLETE","features":[112]},{"name":"CLUSCTL_RESOURCE_NOTIFY_OWNER_CHANGE","features":[112]},{"name":"CLUSCTL_RESOURCE_NOTIFY_QUORUM_STATUS","features":[112]},{"name":"CLUSCTL_RESOURCE_POOL_GET_DRIVE_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_PREPARE_UPGRADE","features":[112]},{"name":"CLUSCTL_RESOURCE_PROVIDER_STATE_CHANGE","features":[112]},{"name":"CLUSCTL_RESOURCE_QUERY_DELETE","features":[112]},{"name":"CLUSCTL_RESOURCE_QUERY_MAINTENANCE_MODE","features":[112]},{"name":"CLUSCTL_RESOURCE_REMOVE_DEPENDENCY","features":[112]},{"name":"CLUSCTL_RESOURCE_REMOVE_OWNER","features":[112]},{"name":"CLUSCTL_RESOURCE_RLUA_GET_VIRTUAL_SERVER_TOKEN","features":[112]},{"name":"CLUSCTL_RESOURCE_RLUA_SET_PWD_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_RLUA_SET_PWD_INFOEX","features":[112]},{"name":"CLUSCTL_RESOURCE_RW_MODIFY_NOOP","features":[112]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_COMMAND","features":[112]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_CONTROL","features":[112]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_GET_CLUSTERS","features":[112]},{"name":"CLUSCTL_RESOURCE_SET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_SET_CSV_MAINTENANCE_MODE","features":[112]},{"name":"CLUSCTL_RESOURCE_SET_INFRASTRUCTURE_SOFS_BUFFER","features":[112]},{"name":"CLUSCTL_RESOURCE_SET_MAINTENANCE_MODE","features":[112]},{"name":"CLUSCTL_RESOURCE_SET_NAME","features":[112]},{"name":"CLUSCTL_RESOURCE_SET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_SET_SHARED_VOLUME_BACKUP_MODE","features":[112]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON","features":[112]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON_STRUCT","features":[112]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON_VERSION_1","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DIRTY","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISKID","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO_EX","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO_EX2","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_NUMBER_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_MOUNTPOINTS","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_PARTITION_NAMES","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_STATES","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_IS_PATH_VALID","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_IS_SHARED_VOLUME","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_RENAME_SHARED_VOLUME","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[112]},{"name":"CLUSCTL_RESOURCE_STORAGE_SET_DRIVELETTER","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_CHECK_DRAIN_VETO","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_CLUSTER_VERSION_CHANGED","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_CODES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_ENUM_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_ENUM_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_EVICT_NODE","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_FIXUP_ON_UPGRADE","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_APP_VALIDATE_DIRECTORY","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_APP_VALIDATE_PATH","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_SCRIPT_VALIDATE_PATH","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_ARB_TIMEOUT","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CHARACTERISTICS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CLASS_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_RESOURCE_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CRYPTO_CHECKPOINTS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_FLAGS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_RESOURCE_PROPERTY_FMTS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_REGISTRY_CHECKPOINTS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_REQUIRED_DEPENDENCIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_RO_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_RO_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_HOLD_IO","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_INSTALL_NODE","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_NETNAME_GET_OU_FOR_VCO","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_NETNAME_VALIDATE_NETNAME","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_NOTIFY_DRAIN_COMPLETE","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_NOTIFY_MONITOR_SHUTTING_DOWN","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_PREPARE_UPGRADE","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_QUERY_DELETE","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_ADD_REPLICATION_GROUP","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_LOGDISKS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_SOURCE_DATADISKS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_TARGET_DATADISKS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_LOG_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_LOG_VOLUME","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICATED_DISKS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICATED_PARTITION_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICA_VOLUMES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_RESOURCE_GROUP","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_RESUME_IO","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_SET_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_SET_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STARTING_PHASE1","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STARTING_PHASE2","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_ADD_VOLUME_INFO","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_FILTER_BY_POOL","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_INCLUDE_NON_SHARED_DISKS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_INPUT","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_INT","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_DISKID","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_DRIVELETTERS","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_RESOURCEID","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_IS_CLUSTERABLE","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_IS_CSV_FILE","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_REMAP_DRIVELETTER","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_REMOVE_VM_OWNERSHIP","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_SYNC_CLUSDISK_DB","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_UNKNOWN","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_UPGRADE_COMPLETED","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_VALIDATE_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_VALIDATE_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_TYPE_WITNESS_VALIDATE_PATH","features":[112]},{"name":"CLUSCTL_RESOURCE_UNDELETE","features":[112]},{"name":"CLUSCTL_RESOURCE_UNKNOWN","features":[112]},{"name":"CLUSCTL_RESOURCE_UPGRADE_COMPLETED","features":[112]},{"name":"CLUSCTL_RESOURCE_UPGRADE_DLL","features":[112]},{"name":"CLUSCTL_RESOURCE_VALIDATE_CHANGE_GROUP","features":[112]},{"name":"CLUSCTL_RESOURCE_VALIDATE_COMMON_PROPERTIES","features":[112]},{"name":"CLUSCTL_RESOURCE_VALIDATE_PRIVATE_PROPERTIES","features":[112]},{"name":"CLUSGROUPSET_STATUS_APPLICATION_READY","features":[112]},{"name":"CLUSGROUPSET_STATUS_GROUPS_ONLINE","features":[112]},{"name":"CLUSGROUPSET_STATUS_GROUPS_PENDING","features":[112]},{"name":"CLUSGROUPSET_STATUS_OS_HEARTBEAT","features":[112]},{"name":"CLUSGROUP_TYPE","features":[112]},{"name":"CLUSGRP_STATUS_APPLICATION_READY","features":[112]},{"name":"CLUSGRP_STATUS_EMBEDDED_FAILURE","features":[112]},{"name":"CLUSGRP_STATUS_LOCKED_MODE","features":[112]},{"name":"CLUSGRP_STATUS_NETWORK_FAILURE","features":[112]},{"name":"CLUSGRP_STATUS_OFFLINE_DUE_TO_ANTIAFFINITY_CONFLICT","features":[112]},{"name":"CLUSGRP_STATUS_OFFLINE_NOT_LOCAL_DISK_OWNER","features":[112]},{"name":"CLUSGRP_STATUS_OS_HEARTBEAT","features":[112]},{"name":"CLUSGRP_STATUS_PHYSICAL_RESOURCES_LACKING","features":[112]},{"name":"CLUSGRP_STATUS_PREEMPTED","features":[112]},{"name":"CLUSGRP_STATUS_UNMONITORED","features":[112]},{"name":"CLUSGRP_STATUS_WAITING_FOR_DEPENDENCIES","features":[112]},{"name":"CLUSGRP_STATUS_WAITING_IN_QUEUE_FOR_MOVE","features":[112]},{"name":"CLUSGRP_STATUS_WAITING_TO_START","features":[112]},{"name":"CLUSPROP_BINARY","features":[112]},{"name":"CLUSPROP_BUFFER_HELPER","features":[3,112,6]},{"name":"CLUSPROP_DWORD","features":[112]},{"name":"CLUSPROP_FILETIME","features":[3,112]},{"name":"CLUSPROP_FORMAT_BINARY","features":[112]},{"name":"CLUSPROP_FORMAT_DWORD","features":[112]},{"name":"CLUSPROP_FORMAT_EXPANDED_SZ","features":[112]},{"name":"CLUSPROP_FORMAT_EXPAND_SZ","features":[112]},{"name":"CLUSPROP_FORMAT_FILETIME","features":[112]},{"name":"CLUSPROP_FORMAT_LARGE_INTEGER","features":[112]},{"name":"CLUSPROP_FORMAT_LONG","features":[112]},{"name":"CLUSPROP_FORMAT_MULTI_SZ","features":[112]},{"name":"CLUSPROP_FORMAT_PROPERTY_LIST","features":[112]},{"name":"CLUSPROP_FORMAT_SECURITY_DESCRIPTOR","features":[112]},{"name":"CLUSPROP_FORMAT_SZ","features":[112]},{"name":"CLUSPROP_FORMAT_ULARGE_INTEGER","features":[112]},{"name":"CLUSPROP_FORMAT_UNKNOWN","features":[112]},{"name":"CLUSPROP_FORMAT_USER","features":[112]},{"name":"CLUSPROP_FORMAT_VALUE_LIST","features":[112]},{"name":"CLUSPROP_FORMAT_WORD","features":[112]},{"name":"CLUSPROP_FTSET_INFO","features":[112]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS","features":[112]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_DISABLED","features":[112]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_ENABLED","features":[112]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_TRACK_NIC","features":[112]},{"name":"CLUSPROP_LARGE_INTEGER","features":[112]},{"name":"CLUSPROP_LIST","features":[112]},{"name":"CLUSPROP_LONG","features":[112]},{"name":"CLUSPROP_PARTITION_INFO","features":[112]},{"name":"CLUSPROP_PARTITION_INFO_EX","features":[112]},{"name":"CLUSPROP_PARTITION_INFO_EX2","features":[112]},{"name":"CLUSPROP_PIFLAGS","features":[112]},{"name":"CLUSPROP_PIFLAG_DEFAULT_QUORUM","features":[112]},{"name":"CLUSPROP_PIFLAG_ENCRYPTION_ENABLED","features":[112]},{"name":"CLUSPROP_PIFLAG_RAW","features":[112]},{"name":"CLUSPROP_PIFLAG_REMOVABLE","features":[112]},{"name":"CLUSPROP_PIFLAG_STICKY","features":[112]},{"name":"CLUSPROP_PIFLAG_UNKNOWN","features":[112]},{"name":"CLUSPROP_PIFLAG_USABLE","features":[112]},{"name":"CLUSPROP_PIFLAG_USABLE_FOR_CSV","features":[112]},{"name":"CLUSPROP_REQUIRED_DEPENDENCY","features":[112]},{"name":"CLUSPROP_RESOURCE_CLASS","features":[112]},{"name":"CLUSPROP_RESOURCE_CLASS_INFO","features":[112]},{"name":"CLUSPROP_SCSI_ADDRESS","features":[112]},{"name":"CLUSPROP_SECURITY_DESCRIPTOR","features":[112,6]},{"name":"CLUSPROP_SYNTAX","features":[112]},{"name":"CLUSPROP_SYNTAX_DISK_GUID","features":[112]},{"name":"CLUSPROP_SYNTAX_DISK_NUMBER","features":[112]},{"name":"CLUSPROP_SYNTAX_DISK_SERIALNUMBER","features":[112]},{"name":"CLUSPROP_SYNTAX_DISK_SIGNATURE","features":[112]},{"name":"CLUSPROP_SYNTAX_DISK_SIZE","features":[112]},{"name":"CLUSPROP_SYNTAX_ENDMARK","features":[112]},{"name":"CLUSPROP_SYNTAX_FTSET_INFO","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_BINARY","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_DWORD","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_EXPANDED_SZ","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_EXPAND_SZ","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_FILETIME","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_LARGE_INTEGER","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_LONG","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_MULTI_SZ","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_PROPERTY_LIST","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_SECURITY_DESCRIPTOR","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_SZ","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_ULARGE_INTEGER","features":[112]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_WORD","features":[112]},{"name":"CLUSPROP_SYNTAX_NAME","features":[112]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO","features":[112]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO_EX","features":[112]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO_EX2","features":[112]},{"name":"CLUSPROP_SYNTAX_RESCLASS","features":[112]},{"name":"CLUSPROP_SYNTAX_SCSI_ADDRESS","features":[112]},{"name":"CLUSPROP_SYNTAX_STORAGE_DEVICE_ID_DESCRIPTOR","features":[112]},{"name":"CLUSPROP_SZ","features":[112]},{"name":"CLUSPROP_TYPE_DISK_GUID","features":[112]},{"name":"CLUSPROP_TYPE_DISK_NUMBER","features":[112]},{"name":"CLUSPROP_TYPE_DISK_SERIALNUMBER","features":[112]},{"name":"CLUSPROP_TYPE_DISK_SIZE","features":[112]},{"name":"CLUSPROP_TYPE_ENDMARK","features":[112]},{"name":"CLUSPROP_TYPE_FTSET_INFO","features":[112]},{"name":"CLUSPROP_TYPE_LIST_VALUE","features":[112]},{"name":"CLUSPROP_TYPE_NAME","features":[112]},{"name":"CLUSPROP_TYPE_PARTITION_INFO","features":[112]},{"name":"CLUSPROP_TYPE_PARTITION_INFO_EX","features":[112]},{"name":"CLUSPROP_TYPE_PARTITION_INFO_EX2","features":[112]},{"name":"CLUSPROP_TYPE_RESCLASS","features":[112]},{"name":"CLUSPROP_TYPE_RESERVED1","features":[112]},{"name":"CLUSPROP_TYPE_SCSI_ADDRESS","features":[112]},{"name":"CLUSPROP_TYPE_SIGNATURE","features":[112]},{"name":"CLUSPROP_TYPE_STORAGE_DEVICE_ID_DESCRIPTOR","features":[112]},{"name":"CLUSPROP_TYPE_UNKNOWN","features":[112]},{"name":"CLUSPROP_TYPE_USER","features":[112]},{"name":"CLUSPROP_ULARGE_INTEGER","features":[112]},{"name":"CLUSPROP_VALUE","features":[112]},{"name":"CLUSPROP_WORD","features":[112]},{"name":"CLUSREG_COMMAND_NONE","features":[112]},{"name":"CLUSREG_CONDITION_EXISTS","features":[112]},{"name":"CLUSREG_CONDITION_IS_EQUAL","features":[112]},{"name":"CLUSREG_CONDITION_IS_GREATER_THAN","features":[112]},{"name":"CLUSREG_CONDITION_IS_LESS_THAN","features":[112]},{"name":"CLUSREG_CONDITION_IS_NOT_EQUAL","features":[112]},{"name":"CLUSREG_CONDITION_KEY_EXISTS","features":[112]},{"name":"CLUSREG_CONDITION_KEY_NOT_EXISTS","features":[112]},{"name":"CLUSREG_CONDITION_NOT_EXISTS","features":[112]},{"name":"CLUSREG_CONTROL_COMMAND","features":[112]},{"name":"CLUSREG_CREATE_KEY","features":[112]},{"name":"CLUSREG_DATABASE_ISOLATE_READ","features":[112]},{"name":"CLUSREG_DATABASE_SYNC_WRITE_TO_ALL_NODES","features":[112]},{"name":"CLUSREG_DELETE_KEY","features":[112]},{"name":"CLUSREG_DELETE_VALUE","features":[112]},{"name":"CLUSREG_KEYNAME_OBJECTGUIDS","features":[112]},{"name":"CLUSREG_LAST_COMMAND","features":[112]},{"name":"CLUSREG_NAME_AFFINITYRULE_ENABLED","features":[112]},{"name":"CLUSREG_NAME_AFFINITYRULE_GROUPS","features":[112]},{"name":"CLUSREG_NAME_AFFINITYRULE_NAME","features":[112]},{"name":"CLUSREG_NAME_AFFINITYRULE_TYPE","features":[112]},{"name":"CLUSREG_NAME_CLOUDWITNESS_ACCOUNT_NAME","features":[112]},{"name":"CLUSREG_NAME_CLOUDWITNESS_CONTAINER_NAME","features":[112]},{"name":"CLUSREG_NAME_CLOUDWITNESS_ENDPOINT_INFO","features":[112]},{"name":"CLUSREG_NAME_CLOUDWITNESS_PRIMARY_KEY","features":[112]},{"name":"CLUSREG_NAME_CLOUDWITNESS_PRIMARY_TOKEN","features":[112]},{"name":"CLUSREG_NAME_CLUS_DEFAULT_NETWORK_ROLE","features":[112]},{"name":"CLUSREG_NAME_CLUS_DESC","features":[112]},{"name":"CLUSREG_NAME_CLUS_SD","features":[112]},{"name":"CLUSREG_NAME_CROSS_SITE_DELAY","features":[112]},{"name":"CLUSREG_NAME_CROSS_SITE_THRESHOLD","features":[112]},{"name":"CLUSREG_NAME_CROSS_SUBNET_DELAY","features":[112]},{"name":"CLUSREG_NAME_CROSS_SUBNET_THRESHOLD","features":[112]},{"name":"CLUSREG_NAME_CSV_BLOCK_CACHE","features":[112]},{"name":"CLUSREG_NAME_CSV_MDS_SD","features":[112]},{"name":"CLUSREG_NAME_DATABASE_READ_WRITE_MODE","features":[112]},{"name":"CLUSREG_NAME_DDA_DEVICE_ALLOCATIONS","features":[112]},{"name":"CLUSREG_NAME_DHCP_BACKUP_PATH","features":[112]},{"name":"CLUSREG_NAME_DHCP_DATABASE_PATH","features":[112]},{"name":"CLUSREG_NAME_DRAIN_ON_SHUTDOWN","features":[112]},{"name":"CLUSREG_NAME_ENABLED_EVENT_LOGS","features":[112]},{"name":"CLUSREG_NAME_FAILOVER_MOVE_MIGRATION_TYPE","features":[112]},{"name":"CLUSREG_NAME_FILESHR_CA_TIMEOUT","features":[112]},{"name":"CLUSREG_NAME_FILESHR_HIDE_SUBDIR_SHARES","features":[112]},{"name":"CLUSREG_NAME_FILESHR_IS_DFS_ROOT","features":[112]},{"name":"CLUSREG_NAME_FILESHR_MAX_USERS","features":[112]},{"name":"CLUSREG_NAME_FILESHR_PATH","features":[112]},{"name":"CLUSREG_NAME_FILESHR_QOS_FLOWSCOPE","features":[112]},{"name":"CLUSREG_NAME_FILESHR_QOS_POLICYID","features":[112]},{"name":"CLUSREG_NAME_FILESHR_REMARK","features":[112]},{"name":"CLUSREG_NAME_FILESHR_SD","features":[112]},{"name":"CLUSREG_NAME_FILESHR_SERVER_NAME","features":[112]},{"name":"CLUSREG_NAME_FILESHR_SHARE_FLAGS","features":[112]},{"name":"CLUSREG_NAME_FILESHR_SHARE_NAME","features":[112]},{"name":"CLUSREG_NAME_FILESHR_SHARE_SUBDIRS","features":[112]},{"name":"CLUSREG_NAME_FIXQUORUM","features":[112]},{"name":"CLUSREG_NAME_FSWITNESS_ARB_DELAY","features":[112]},{"name":"CLUSREG_NAME_FSWITNESS_IMPERSONATE_CNO","features":[112]},{"name":"CLUSREG_NAME_FSWITNESS_SHARE_PATH","features":[112]},{"name":"CLUSREG_NAME_FUNCTIONAL_LEVEL","features":[112]},{"name":"CLUSREG_NAME_GENAPP_COMMAND_LINE","features":[112]},{"name":"CLUSREG_NAME_GENAPP_CURRENT_DIRECTORY","features":[112]},{"name":"CLUSREG_NAME_GENAPP_USE_NETWORK_NAME","features":[112]},{"name":"CLUSREG_NAME_GENSCRIPT_SCRIPT_FILEPATH","features":[112]},{"name":"CLUSREG_NAME_GENSVC_SERVICE_NAME","features":[112]},{"name":"CLUSREG_NAME_GENSVC_STARTUP_PARAMS","features":[112]},{"name":"CLUSREG_NAME_GENSVC_USE_NETWORK_NAME","features":[112]},{"name":"CLUSREG_NAME_GPUP_DEVICE_ALLOCATIONS","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_AVAILABILITY_SET_INDEX_TO_NODE_MAPPING","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_FAULT_DOMAINS","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_IS_AVAILABILITY_SET","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_IS_GLOBAL","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_NAME","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_RESERVE_NODE","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_COUNT","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_DELAY","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_SETTING","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_STATUS_INFORMATION","features":[112]},{"name":"CLUSREG_NAME_GROUPSET_UPDATE_DOMAINS","features":[112]},{"name":"CLUSREG_NAME_GROUP_DEPENDENCY_TIMEOUT","features":[112]},{"name":"CLUSREG_NAME_GRP_ANTI_AFFINITY_CLASS_NAME","features":[112]},{"name":"CLUSREG_NAME_GRP_CCF_EPOCH","features":[112]},{"name":"CLUSREG_NAME_GRP_CCF_EPOCH_HIGH","features":[112]},{"name":"CLUSREG_NAME_GRP_COLD_START_SETTING","features":[112]},{"name":"CLUSREG_NAME_GRP_DEFAULT_OWNER","features":[112]},{"name":"CLUSREG_NAME_GRP_DESC","features":[112]},{"name":"CLUSREG_NAME_GRP_FAILBACK_TYPE","features":[112]},{"name":"CLUSREG_NAME_GRP_FAILBACK_WIN_END","features":[112]},{"name":"CLUSREG_NAME_GRP_FAILBACK_WIN_START","features":[112]},{"name":"CLUSREG_NAME_GRP_FAILOVER_PERIOD","features":[112]},{"name":"CLUSREG_NAME_GRP_FAILOVER_THRESHOLD","features":[112]},{"name":"CLUSREG_NAME_GRP_FAULT_DOMAIN","features":[112]},{"name":"CLUSREG_NAME_GRP_LOCK_MOVE","features":[112]},{"name":"CLUSREG_NAME_GRP_NAME","features":[112]},{"name":"CLUSREG_NAME_GRP_PERSISTENT_STATE","features":[112]},{"name":"CLUSREG_NAME_GRP_PLACEMENT_OPTIONS","features":[112]},{"name":"CLUSREG_NAME_GRP_PREFERRED_SITE","features":[112]},{"name":"CLUSREG_NAME_GRP_PRIORITY","features":[112]},{"name":"CLUSREG_NAME_GRP_RESILIENCY_PERIOD","features":[112]},{"name":"CLUSREG_NAME_GRP_START_DELAY","features":[112]},{"name":"CLUSREG_NAME_GRP_STATUS_INFORMATION","features":[112]},{"name":"CLUSREG_NAME_GRP_TYPE","features":[112]},{"name":"CLUSREG_NAME_GRP_UPDATE_DOMAIN","features":[112]},{"name":"CLUSREG_NAME_IGNORE_PERSISTENT_STATE","features":[112]},{"name":"CLUSREG_NAME_IPADDR_ADDRESS","features":[112]},{"name":"CLUSREG_NAME_IPADDR_DHCP_ADDRESS","features":[112]},{"name":"CLUSREG_NAME_IPADDR_DHCP_SERVER","features":[112]},{"name":"CLUSREG_NAME_IPADDR_DHCP_SUBNET_MASK","features":[112]},{"name":"CLUSREG_NAME_IPADDR_ENABLE_DHCP","features":[112]},{"name":"CLUSREG_NAME_IPADDR_ENABLE_NETBIOS","features":[112]},{"name":"CLUSREG_NAME_IPADDR_LEASE_OBTAINED_TIME","features":[112]},{"name":"CLUSREG_NAME_IPADDR_LEASE_TERMINATES_TIME","features":[112]},{"name":"CLUSREG_NAME_IPADDR_NETWORK","features":[112]},{"name":"CLUSREG_NAME_IPADDR_OVERRIDE_ADDRMATCH","features":[112]},{"name":"CLUSREG_NAME_IPADDR_PROBE_FAILURE_THRESHOLD","features":[112]},{"name":"CLUSREG_NAME_IPADDR_PROBE_PORT","features":[112]},{"name":"CLUSREG_NAME_IPADDR_SHARED_NETNAME","features":[112]},{"name":"CLUSREG_NAME_IPADDR_SUBNET_MASK","features":[112]},{"name":"CLUSREG_NAME_IPADDR_T1","features":[112]},{"name":"CLUSREG_NAME_IPADDR_T2","features":[112]},{"name":"CLUSREG_NAME_IPV6_NATIVE_ADDRESS","features":[112]},{"name":"CLUSREG_NAME_IPV6_NATIVE_NETWORK","features":[112]},{"name":"CLUSREG_NAME_IPV6_NATIVE_PREFIX_LENGTH","features":[112]},{"name":"CLUSREG_NAME_IPV6_TUNNEL_ADDRESS","features":[112]},{"name":"CLUSREG_NAME_IPV6_TUNNEL_TUNNELTYPE","features":[112]},{"name":"CLUSREG_NAME_LAST_RECENT_EVENTS_RESET_TIME","features":[112]},{"name":"CLUSREG_NAME_LOG_FILE_PATH","features":[112]},{"name":"CLUSREG_NAME_MESSAGE_BUFFER_LENGTH","features":[112]},{"name":"CLUSREG_NAME_MIXED_MODE","features":[112]},{"name":"CLUSREG_NAME_NETFT_IPSEC_ENABLED","features":[112]},{"name":"CLUSREG_NAME_NETIFACE_ADAPTER_ID","features":[112]},{"name":"CLUSREG_NAME_NETIFACE_ADAPTER_NAME","features":[112]},{"name":"CLUSREG_NAME_NETIFACE_ADDRESS","features":[112]},{"name":"CLUSREG_NAME_NETIFACE_DESC","features":[112]},{"name":"CLUSREG_NAME_NETIFACE_DHCP_ENABLED","features":[112]},{"name":"CLUSREG_NAME_NETIFACE_IPV4_ADDRESSES","features":[112]},{"name":"CLUSREG_NAME_NETIFACE_IPV6_ADDRESSES","features":[112]},{"name":"CLUSREG_NAME_NETIFACE_NAME","features":[112]},{"name":"CLUSREG_NAME_NETIFACE_NETWORK","features":[112]},{"name":"CLUSREG_NAME_NETIFACE_NODE","features":[112]},{"name":"CLUSREG_NAME_NETNAME_AD_AWARE","features":[112]},{"name":"CLUSREG_NAME_NETNAME_ALIASES","features":[112]},{"name":"CLUSREG_NAME_NETNAME_CONTAINERGUID","features":[112]},{"name":"CLUSREG_NAME_NETNAME_CREATING_DC","features":[112]},{"name":"CLUSREG_NAME_NETNAME_DNN_DISABLE_CLONES","features":[112]},{"name":"CLUSREG_NAME_NETNAME_DNS_NAME","features":[112]},{"name":"CLUSREG_NAME_NETNAME_DNS_SUFFIX","features":[112]},{"name":"CLUSREG_NAME_NETNAME_EXCLUDE_NETWORKS","features":[112]},{"name":"CLUSREG_NAME_NETNAME_HOST_TTL","features":[112]},{"name":"CLUSREG_NAME_NETNAME_IN_USE_NETWORKS","features":[112]},{"name":"CLUSREG_NAME_NETNAME_LAST_DNS_UPDATE","features":[112]},{"name":"CLUSREG_NAME_NETNAME_NAME","features":[112]},{"name":"CLUSREG_NAME_NETNAME_OBJECT_ID","features":[112]},{"name":"CLUSREG_NAME_NETNAME_PUBLISH_PTR","features":[112]},{"name":"CLUSREG_NAME_NETNAME_REGISTER_ALL_IP","features":[112]},{"name":"CLUSREG_NAME_NETNAME_REMAP_PIPE_NAMES","features":[112]},{"name":"CLUSREG_NAME_NETNAME_REMOVEVCO_ONDELETE","features":[112]},{"name":"CLUSREG_NAME_NETNAME_RESOURCE_DATA","features":[112]},{"name":"CLUSREG_NAME_NETNAME_STATUS_DNS","features":[112]},{"name":"CLUSREG_NAME_NETNAME_STATUS_KERBEROS","features":[112]},{"name":"CLUSREG_NAME_NETNAME_STATUS_NETBIOS","features":[112]},{"name":"CLUSREG_NAME_NETNAME_VCO_CONTAINER","features":[112]},{"name":"CLUSREG_NAME_NET_ADDRESS","features":[112]},{"name":"CLUSREG_NAME_NET_ADDRESS_MASK","features":[112]},{"name":"CLUSREG_NAME_NET_AUTOMETRIC","features":[112]},{"name":"CLUSREG_NAME_NET_DESC","features":[112]},{"name":"CLUSREG_NAME_NET_IPV4_ADDRESSES","features":[112]},{"name":"CLUSREG_NAME_NET_IPV4_PREFIXLENGTHS","features":[112]},{"name":"CLUSREG_NAME_NET_IPV6_ADDRESSES","features":[112]},{"name":"CLUSREG_NAME_NET_IPV6_PREFIXLENGTHS","features":[112]},{"name":"CLUSREG_NAME_NET_METRIC","features":[112]},{"name":"CLUSREG_NAME_NET_NAME","features":[112]},{"name":"CLUSREG_NAME_NET_RDMA_CAPABLE","features":[112]},{"name":"CLUSREG_NAME_NET_ROLE","features":[112]},{"name":"CLUSREG_NAME_NET_RSS_CAPABLE","features":[112]},{"name":"CLUSREG_NAME_NET_SPEED","features":[112]},{"name":"CLUSREG_NAME_NODE_BUILD_NUMBER","features":[112]},{"name":"CLUSREG_NAME_NODE_CSDVERSION","features":[112]},{"name":"CLUSREG_NAME_NODE_DESC","features":[112]},{"name":"CLUSREG_NAME_NODE_DRAIN_STATUS","features":[112]},{"name":"CLUSREG_NAME_NODE_DRAIN_TARGET","features":[112]},{"name":"CLUSREG_NAME_NODE_DYNAMIC_WEIGHT","features":[112]},{"name":"CLUSREG_NAME_NODE_FAULT_DOMAIN","features":[112]},{"name":"CLUSREG_NAME_NODE_FDID","features":[112]},{"name":"CLUSREG_NAME_NODE_HIGHEST_VERSION","features":[112]},{"name":"CLUSREG_NAME_NODE_IS_PRIMARY","features":[112]},{"name":"CLUSREG_NAME_NODE_LOWEST_VERSION","features":[112]},{"name":"CLUSREG_NAME_NODE_MAJOR_VERSION","features":[112]},{"name":"CLUSREG_NAME_NODE_MANUFACTURER","features":[112]},{"name":"CLUSREG_NAME_NODE_MINOR_VERSION","features":[112]},{"name":"CLUSREG_NAME_NODE_MODEL","features":[112]},{"name":"CLUSREG_NAME_NODE_NAME","features":[112]},{"name":"CLUSREG_NAME_NODE_NEEDS_PQ","features":[112]},{"name":"CLUSREG_NAME_NODE_SERIALNUMBER","features":[112]},{"name":"CLUSREG_NAME_NODE_STATUS_INFO","features":[112]},{"name":"CLUSREG_NAME_NODE_UNIQUEID","features":[112]},{"name":"CLUSREG_NAME_NODE_WEIGHT","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_CSVBLOCKCACHE","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_CSVSNAPSHOTAGELIMIT","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_CSVSNAPSHOTDIFFAREASIZE","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_CSVWRITETHROUGH","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKARBINTERVAL","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKARBTYPE","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKGUID","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIDGUID","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIDTYPE","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIODELAY","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKPATH","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRECOVERYACTION","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRELOAD","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRUNCHKDSK","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKSIGNATURE","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKUNIQUEIDS","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_DISKVOLUMEINFO","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_FASTONLINEARBITRATE","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_MAINTMODE","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_MIGRATEFIXUP","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_SPACEIDGUID","features":[112]},{"name":"CLUSREG_NAME_PHYSDISK_VOLSNAPACTIVATETIMEOUT","features":[112]},{"name":"CLUSREG_NAME_PLACEMENT_OPTIONS","features":[112]},{"name":"CLUSREG_NAME_PLUMB_ALL_CROSS_SUBNET_ROUTES","features":[112]},{"name":"CLUSREG_NAME_PREVENTQUORUM","features":[112]},{"name":"CLUSREG_NAME_PRTSPOOL_DEFAULT_SPOOL_DIR","features":[112]},{"name":"CLUSREG_NAME_PRTSPOOL_TIMEOUT","features":[112]},{"name":"CLUSREG_NAME_QUARANTINE_DURATION","features":[112]},{"name":"CLUSREG_NAME_QUARANTINE_THRESHOLD","features":[112]},{"name":"CLUSREG_NAME_QUORUM_ARBITRATION_TIMEOUT","features":[112]},{"name":"CLUSREG_NAME_RESILIENCY_DEFAULT_SECONDS","features":[112]},{"name":"CLUSREG_NAME_RESILIENCY_LEVEL","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_ADMIN_EXTENSIONS","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_DEADLOCK_TIMEOUT","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_DESC","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_DLL_NAME","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_LOG_QUERY","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_POLICY","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_SERVICES","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_ENABLED_EVENT_LOGS","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_IS_ALIVE","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_LOOKS_ALIVE","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_MAX_MONITORS","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_NAME","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_PENDING_TIMEOUT","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_WPR_PROFILES","features":[112]},{"name":"CLUSREG_NAME_RESTYPE_WPR_START_AFTER","features":[112]},{"name":"CLUSREG_NAME_RES_DATA1","features":[112]},{"name":"CLUSREG_NAME_RES_DATA2","features":[112]},{"name":"CLUSREG_NAME_RES_DEADLOCK_TIMEOUT","features":[112]},{"name":"CLUSREG_NAME_RES_DESC","features":[112]},{"name":"CLUSREG_NAME_RES_EMBEDDED_FAILURE_ACTION","features":[112]},{"name":"CLUSREG_NAME_RES_IS_ALIVE","features":[112]},{"name":"CLUSREG_NAME_RES_LAST_OPERATION_STATUS_CODE","features":[112]},{"name":"CLUSREG_NAME_RES_LOOKS_ALIVE","features":[112]},{"name":"CLUSREG_NAME_RES_MONITOR_PID","features":[112]},{"name":"CLUSREG_NAME_RES_NAME","features":[112]},{"name":"CLUSREG_NAME_RES_PENDING_TIMEOUT","features":[112]},{"name":"CLUSREG_NAME_RES_PERSISTENT_STATE","features":[112]},{"name":"CLUSREG_NAME_RES_RESTART_ACTION","features":[112]},{"name":"CLUSREG_NAME_RES_RESTART_DELAY","features":[112]},{"name":"CLUSREG_NAME_RES_RESTART_PERIOD","features":[112]},{"name":"CLUSREG_NAME_RES_RESTART_THRESHOLD","features":[112]},{"name":"CLUSREG_NAME_RES_RETRY_PERIOD_ON_FAILURE","features":[112]},{"name":"CLUSREG_NAME_RES_SEPARATE_MONITOR","features":[112]},{"name":"CLUSREG_NAME_RES_STATUS","features":[112]},{"name":"CLUSREG_NAME_RES_STATUS_INFORMATION","features":[112]},{"name":"CLUSREG_NAME_RES_TYPE","features":[112]},{"name":"CLUSREG_NAME_ROUTE_HISTORY_LENGTH","features":[112]},{"name":"CLUSREG_NAME_SAME_SUBNET_DELAY","features":[112]},{"name":"CLUSREG_NAME_SAME_SUBNET_THRESHOLD","features":[112]},{"name":"CLUSREG_NAME_SHUTDOWN_TIMEOUT_MINUTES","features":[112]},{"name":"CLUSREG_NAME_SOFS_SMBASYMMETRYMODE","features":[112]},{"name":"CLUSREG_NAME_START_MEMORY","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_DESCRIPTION","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_HEALTH","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_NAME","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLARBITRATE","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLCONSUMEDCAPACITY","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLDESC","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLDRIVEIDS","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLHEALTH","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLIDGUID","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLNAME","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLQUORUMSHARE","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLQUORUMUSERACCOUNT","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLREEVALTIMEOUT","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLSTATE","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLTOTALCAPACITY","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_PROVISIONING","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYCOLUMNS","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYINTERLEAVE","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYTYPE","features":[112]},{"name":"CLUSREG_NAME_STORAGESPACE_STATE","features":[112]},{"name":"CLUSREG_NAME_UPGRADE_VERSION","features":[112]},{"name":"CLUSREG_NAME_VIP_ADAPTER_NAME","features":[112]},{"name":"CLUSREG_NAME_VIP_ADDRESS","features":[112]},{"name":"CLUSREG_NAME_VIP_PREFIX_LENGTH","features":[112]},{"name":"CLUSREG_NAME_VIP_RDID","features":[112]},{"name":"CLUSREG_NAME_VIP_VSID","features":[112]},{"name":"CLUSREG_NAME_VIRTUAL_NUMA_COUNT","features":[112]},{"name":"CLUSREG_NAME_VSSTASK_APPNAME","features":[112]},{"name":"CLUSREG_NAME_VSSTASK_APPPARAMS","features":[112]},{"name":"CLUSREG_NAME_VSSTASK_CURRENTDIRECTORY","features":[112]},{"name":"CLUSREG_NAME_VSSTASK_TRIGGERARRAY","features":[112]},{"name":"CLUSREG_NAME_WINS_BACKUP_PATH","features":[112]},{"name":"CLUSREG_NAME_WINS_DATABASE_PATH","features":[112]},{"name":"CLUSREG_NAME_WITNESS_DYNAMIC_WEIGHT","features":[112]},{"name":"CLUSREG_READ_ERROR","features":[112]},{"name":"CLUSREG_READ_KEY","features":[112]},{"name":"CLUSREG_READ_VALUE","features":[112]},{"name":"CLUSREG_SET_KEY_SECURITY","features":[112]},{"name":"CLUSREG_SET_VALUE","features":[112]},{"name":"CLUSREG_VALUE_DELETED","features":[112]},{"name":"CLUSRESDLL_STATUS_DO_NOT_COLLECT_WER_REPORT","features":[112]},{"name":"CLUSRESDLL_STATUS_DUMP_NOW","features":[112]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_MEMORY","features":[112]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_OTHER_RESOURCES","features":[112]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_PROCESSOR","features":[112]},{"name":"CLUSRESDLL_STATUS_INVALID_PARAMETERS","features":[112]},{"name":"CLUSRESDLL_STATUS_NETWORK_NOT_AVAILABLE","features":[112]},{"name":"CLUSRESDLL_STATUS_OFFLINE_BUSY","features":[112]},{"name":"CLUSRESDLL_STATUS_OFFLINE_DESTINATION_REJECTED","features":[112]},{"name":"CLUSRESDLL_STATUS_OFFLINE_DESTINATION_THROTTLED","features":[112]},{"name":"CLUSRESDLL_STATUS_OFFLINE_SOURCE_THROTTLED","features":[112]},{"name":"CLUSRES_DISABLE_WPR_WATCHDOG_FOR_OFFLINE_CALLS","features":[112]},{"name":"CLUSRES_DISABLE_WPR_WATCHDOG_FOR_ONLINE_CALLS","features":[112]},{"name":"CLUSRES_NAME_GET_OPERATION_CONTEXT_FLAGS","features":[112]},{"name":"CLUSRES_STATUS_APPLICATION_READY","features":[112]},{"name":"CLUSRES_STATUS_EMBEDDED_FAILURE","features":[112]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_CPU","features":[112]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_GENERIC_RESOURCES","features":[112]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_MEMORY","features":[112]},{"name":"CLUSRES_STATUS_LOCKED_MODE","features":[112]},{"name":"CLUSRES_STATUS_NETWORK_FAILURE","features":[112]},{"name":"CLUSRES_STATUS_OFFLINE_NOT_LOCAL_DISK_OWNER","features":[112]},{"name":"CLUSRES_STATUS_OS_HEARTBEAT","features":[112]},{"name":"CLUSRES_STATUS_UNMONITORED","features":[112]},{"name":"CLUSTERSET_OBJECT_TYPE","features":[112]},{"name":"CLUSTERSET_OBJECT_TYPE_DATABASE","features":[112]},{"name":"CLUSTERSET_OBJECT_TYPE_MEMBER","features":[112]},{"name":"CLUSTERSET_OBJECT_TYPE_NONE","features":[112]},{"name":"CLUSTERSET_OBJECT_TYPE_WORKLOAD","features":[112]},{"name":"CLUSTERVERSIONINFO","features":[112]},{"name":"CLUSTERVERSIONINFO_NT4","features":[112]},{"name":"CLUSTER_ADD_EVICT_DELAY","features":[112]},{"name":"CLUSTER_AVAILABILITY_SET_CONFIG","features":[3,112]},{"name":"CLUSTER_AVAILABILITY_SET_CONFIG_V1","features":[112]},{"name":"CLUSTER_BATCH_COMMAND","features":[112]},{"name":"CLUSTER_CHANGE","features":[112]},{"name":"CLUSTER_CHANGE_ALL","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_COMMON_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_GROUP_ADDED_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_HANDLE_CLOSE_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_LOST_NOTIFICATIONS_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_MEMBERSHIP_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_NETWORK_ADDED_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_NODE_ADDED_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_PRIVATE_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_PROPERTY","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_RECONNECT","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_RECONNECT_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_RENAME_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_RESOURCE_TYPE_ADDED_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_STATE","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_STATE_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_UPGRADED_V2","features":[112]},{"name":"CLUSTER_CHANGE_CLUSTER_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_COMMON_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_DELETED_v2","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_DEPENDENCIES_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_DEPENDENTS_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_GROUP_ADDED","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_GROUP_REMOVED","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_HANDLE_CLOSE_v2","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_PRIVATE_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_STATE_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUPSET_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_ADDED","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_COMMON_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_DELETED","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_DELETED_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_HANDLE_CLOSE_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_OWNER_NODE_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_PREFERRED_OWNERS_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_PRIVATE_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_PROPERTY","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_ADDED_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_GAINED_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_LOST_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_STATE","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_STATE_V2","features":[112]},{"name":"CLUSTER_CHANGE_GROUP_V2","features":[112]},{"name":"CLUSTER_CHANGE_HANDLE_CLOSE","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_ADDED","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_COMMON_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_DELETED","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_DELETED_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_HANDLE_CLOSE_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_PRIVATE_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_PROPERTY","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_STATE","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_STATE_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETINTERFACE_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_ADDED","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_COMMON_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_DELETED","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_DELETED_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_HANDLE_CLOSE_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_PRIVATE_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_PROPERTY","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_STATE","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_STATE_V2","features":[112]},{"name":"CLUSTER_CHANGE_NETWORK_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_ADDED","features":[112]},{"name":"CLUSTER_CHANGE_NODE_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_COMMON_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_DELETED","features":[112]},{"name":"CLUSTER_CHANGE_NODE_DELETED_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_GROUP_GAINED_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_GROUP_LOST_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_HANDLE_CLOSE_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_NETINTERFACE_ADDED_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_PRIVATE_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_PROPERTY","features":[112]},{"name":"CLUSTER_CHANGE_NODE_STATE","features":[112]},{"name":"CLUSTER_CHANGE_NODE_STATE_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2","features":[112]},{"name":"CLUSTER_CHANGE_NODE_V2","features":[112]},{"name":"CLUSTER_CHANGE_QUORUM_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_QUORUM_STATE","features":[112]},{"name":"CLUSTER_CHANGE_QUORUM_STATE_V2","features":[112]},{"name":"CLUSTER_CHANGE_QUORUM_V2","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_ATTRIBUTES","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_ATTRIBUTES_V2","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_HANDLE_CLOSE_V2","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_NAME","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_NAME_V2","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_SUBTREE","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_SUBTREE_V2","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_V2","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_VALUE","features":[112]},{"name":"CLUSTER_CHANGE_REGISTRY_VALUE_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_ADDED","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_COMMON_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_DELETED","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_DELETED_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_DEPENDENCIES_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_DEPENDENTS_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_DLL_UPGRADED_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_HANDLE_CLOSE_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_OWNER_GROUP_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_POSSIBLE_OWNERS_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_PRIVATE_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_PROPERTY","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_STATE","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_STATE_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TERMINAL_STATE_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_ADDED","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_COMMON_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DELETED","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DELETED_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DLL_UPGRADED_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_POSSIBLE_OWNERS_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_PRIVATE_PROPERTY_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_PROPERTY","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_V2","features":[112]},{"name":"CLUSTER_CHANGE_RESOURCE_V2","features":[112]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_ADDED_V2","features":[112]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_ALL_V2","features":[112]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_REMOVED_V2","features":[112]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_STATE_V2","features":[112]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_V2","features":[112]},{"name":"CLUSTER_CHANGE_SPACEPORT_CUSTOM_PNP_V2","features":[112]},{"name":"CLUSTER_CHANGE_SPACEPORT_V2","features":[112]},{"name":"CLUSTER_CHANGE_UPGRADE_ALL","features":[112]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_COMMIT","features":[112]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT","features":[112]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_PREPARE","features":[112]},{"name":"CLUSTER_CLOUD_TYPE","features":[112]},{"name":"CLUSTER_CLOUD_TYPE_AZURE","features":[112]},{"name":"CLUSTER_CLOUD_TYPE_MIXED","features":[112]},{"name":"CLUSTER_CLOUD_TYPE_NONE","features":[112]},{"name":"CLUSTER_CLOUD_TYPE_UNKNOWN","features":[112]},{"name":"CLUSTER_CONFIGURED","features":[112]},{"name":"CLUSTER_CONTROL_OBJECT","features":[112]},{"name":"CLUSTER_CREATE_GROUP_INFO","features":[112]},{"name":"CLUSTER_CREATE_GROUP_INFO_VERSION","features":[112]},{"name":"CLUSTER_CREATE_GROUP_INFO_VERSION_1","features":[112]},{"name":"CLUSTER_CSA_VSS_STATE","features":[112]},{"name":"CLUSTER_CSV_COMPATIBLE_FILTERS","features":[112]},{"name":"CLUSTER_CSV_INCOMPATIBLE_FILTERS","features":[112]},{"name":"CLUSTER_CSV_VOLUME_FAULT_STATE","features":[112]},{"name":"CLUSTER_DELETE_ACCESS_CONTROL_ENTRY","features":[112]},{"name":"CLUSTER_ENFORCED_ANTIAFFINITY","features":[112]},{"name":"CLUSTER_ENUM","features":[112]},{"name":"CLUSTER_ENUM_ALL","features":[112]},{"name":"CLUSTER_ENUM_GROUP","features":[112]},{"name":"CLUSTER_ENUM_INTERNAL_NETWORK","features":[112]},{"name":"CLUSTER_ENUM_ITEM","features":[112]},{"name":"CLUSTER_ENUM_ITEM_VERSION","features":[112]},{"name":"CLUSTER_ENUM_ITEM_VERSION_1","features":[112]},{"name":"CLUSTER_ENUM_NETINTERFACE","features":[112]},{"name":"CLUSTER_ENUM_NETWORK","features":[112]},{"name":"CLUSTER_ENUM_NODE","features":[112]},{"name":"CLUSTER_ENUM_RESOURCE","features":[112]},{"name":"CLUSTER_ENUM_RESTYPE","features":[112]},{"name":"CLUSTER_ENUM_SHARED_VOLUME_GROUP","features":[112]},{"name":"CLUSTER_ENUM_SHARED_VOLUME_RESOURCE","features":[112]},{"name":"CLUSTER_GROUP_AUTOFAILBACK_TYPE","features":[112]},{"name":"CLUSTER_GROUP_ENUM","features":[112]},{"name":"CLUSTER_GROUP_ENUM_ALL","features":[112]},{"name":"CLUSTER_GROUP_ENUM_CONTAINS","features":[112]},{"name":"CLUSTER_GROUP_ENUM_ITEM","features":[112]},{"name":"CLUSTER_GROUP_ENUM_ITEM_VERSION","features":[112]},{"name":"CLUSTER_GROUP_ENUM_ITEM_VERSION_1","features":[112]},{"name":"CLUSTER_GROUP_ENUM_NODES","features":[112]},{"name":"CLUSTER_GROUP_PRIORITY","features":[112]},{"name":"CLUSTER_GROUP_STATE","features":[112]},{"name":"CLUSTER_GROUP_WAIT_DELAY","features":[112]},{"name":"CLUSTER_HANG_RECOVERY_ACTION_KEYNAME","features":[112]},{"name":"CLUSTER_HANG_TIMEOUT_KEYNAME","features":[112]},{"name":"CLUSTER_HEALTH_FAULT","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_ARGS","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_ARRAY","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_DESCRIPTION","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_DESCRIPTION_LABEL","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_ERRORCODE","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_ERRORCODE_LABEL","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_ERRORTYPE","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_ERRORTYPE_LABEL","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_FLAGS","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_FLAGS_LABEL","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_ID","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_ID_LABEL","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_PROPERTY_NAME","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_PROVIDER","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_PROVIDER_LABEL","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_RESERVED","features":[112]},{"name":"CLUSTER_HEALTH_FAULT_RESERVED_LABEL","features":[112]},{"name":"CLUSTER_INSTALLED","features":[112]},{"name":"CLUSTER_IP_ENTRY","features":[112]},{"name":"CLUSTER_MEMBERSHIP_INFO","features":[3,112]},{"name":"CLUSTER_MGMT_POINT_RESTYPE","features":[112]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_AUTO","features":[112]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_DNN","features":[112]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_SNN","features":[112]},{"name":"CLUSTER_MGMT_POINT_TYPE","features":[112]},{"name":"CLUSTER_MGMT_POINT_TYPE_CNO","features":[112]},{"name":"CLUSTER_MGMT_POINT_TYPE_CNO_ONLY","features":[112]},{"name":"CLUSTER_MGMT_POINT_TYPE_DNS_ONLY","features":[112]},{"name":"CLUSTER_MGMT_POINT_TYPE_NONE","features":[112]},{"name":"CLUSTER_NAME_AUTO_BALANCER_LEVEL","features":[112]},{"name":"CLUSTER_NAME_AUTO_BALANCER_MODE","features":[112]},{"name":"CLUSTER_NAME_PREFERRED_SITE","features":[112]},{"name":"CLUSTER_NETINTERFACE_STATE","features":[112]},{"name":"CLUSTER_NETWORK_ENUM","features":[112]},{"name":"CLUSTER_NETWORK_ENUM_ALL","features":[112]},{"name":"CLUSTER_NETWORK_ENUM_NETINTERFACES","features":[112]},{"name":"CLUSTER_NETWORK_ROLE","features":[112]},{"name":"CLUSTER_NETWORK_STATE","features":[112]},{"name":"CLUSTER_NODE_DRAIN_STATUS","features":[112]},{"name":"CLUSTER_NODE_ENUM","features":[112]},{"name":"CLUSTER_NODE_ENUM_ALL","features":[112]},{"name":"CLUSTER_NODE_ENUM_GROUPS","features":[112]},{"name":"CLUSTER_NODE_ENUM_NETINTERFACES","features":[112]},{"name":"CLUSTER_NODE_ENUM_PREFERRED_GROUPS","features":[112]},{"name":"CLUSTER_NODE_RESUME_FAILBACK_TYPE","features":[112]},{"name":"CLUSTER_NODE_STATE","features":[112]},{"name":"CLUSTER_NODE_STATUS","features":[112]},{"name":"CLUSTER_NOTIFICATIONS_V1","features":[112]},{"name":"CLUSTER_NOTIFICATIONS_V2","features":[112]},{"name":"CLUSTER_NOTIFICATIONS_VERSION","features":[112]},{"name":"CLUSTER_OBJECT_TYPE","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_AFFINITYRULE","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_CLUSTER","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_FAULTDOMAIN","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_GROUP","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_GROUPSET","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_NETWORK","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_NETWORK_INTERFACE","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_NODE","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_NONE","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_QUORUM","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_REGISTRY","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_RESOURCE","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_RESOURCE_TYPE","features":[112]},{"name":"CLUSTER_OBJECT_TYPE_SHARED_VOLUME","features":[112]},{"name":"CLUSTER_PROPERTY_FORMAT","features":[112]},{"name":"CLUSTER_PROPERTY_SYNTAX","features":[112]},{"name":"CLUSTER_PROPERTY_TYPE","features":[112]},{"name":"CLUSTER_QUORUM_LOST","features":[112]},{"name":"CLUSTER_QUORUM_MAINTAINED","features":[112]},{"name":"CLUSTER_QUORUM_TYPE","features":[112]},{"name":"CLUSTER_QUORUM_VALUE","features":[112]},{"name":"CLUSTER_READ_BATCH_COMMAND","features":[112]},{"name":"CLUSTER_REG_COMMAND","features":[112]},{"name":"CLUSTER_REQUEST_REPLY_TIMEOUT","features":[112]},{"name":"CLUSTER_RESOURCE_APPLICATION_STATE","features":[112]},{"name":"CLUSTER_RESOURCE_CLASS","features":[112]},{"name":"CLUSTER_RESOURCE_CREATE_FLAGS","features":[112]},{"name":"CLUSTER_RESOURCE_DEFAULT_MONITOR","features":[112]},{"name":"CLUSTER_RESOURCE_EMBEDDED_FAILURE_ACTION","features":[112]},{"name":"CLUSTER_RESOURCE_ENUM","features":[112]},{"name":"CLUSTER_RESOURCE_ENUM_ALL","features":[112]},{"name":"CLUSTER_RESOURCE_ENUM_DEPENDS","features":[112]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM","features":[112]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM_VERSION","features":[112]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM_VERSION_1","features":[112]},{"name":"CLUSTER_RESOURCE_ENUM_NODES","features":[112]},{"name":"CLUSTER_RESOURCE_ENUM_PROVIDES","features":[112]},{"name":"CLUSTER_RESOURCE_RESTART_ACTION","features":[112]},{"name":"CLUSTER_RESOURCE_SEPARATE_MONITOR","features":[112]},{"name":"CLUSTER_RESOURCE_STATE","features":[112]},{"name":"CLUSTER_RESOURCE_STATE_CHANGE_REASON","features":[112]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM","features":[112]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_ALL","features":[112]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_NODES","features":[112]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES","features":[112]},{"name":"CLUSTER_RESOURCE_TYPE_SPECIFIC_V2","features":[112]},{"name":"CLUSTER_RESOURCE_VALID_FLAGS","features":[112]},{"name":"CLUSTER_ROLE","features":[112]},{"name":"CLUSTER_ROLE_STATE","features":[112]},{"name":"CLUSTER_RUNNING","features":[112]},{"name":"CLUSTER_S2D_BUS_TYPES","features":[112]},{"name":"CLUSTER_S2D_CACHE_BEHAVIOR_FLAGS","features":[112]},{"name":"CLUSTER_S2D_CACHE_DESIRED_STATE","features":[112]},{"name":"CLUSTER_S2D_CACHE_FLASH_RESERVE_PERCENT","features":[112]},{"name":"CLUSTER_S2D_CACHE_METADATA_RESERVE","features":[112]},{"name":"CLUSTER_S2D_CACHE_PAGE_SIZE_KBYTES","features":[112]},{"name":"CLUSTER_S2D_ENABLED","features":[112]},{"name":"CLUSTER_S2D_IO_LATENCY_THRESHOLD","features":[112]},{"name":"CLUSTER_S2D_OPTIMIZATIONS","features":[112]},{"name":"CLUSTER_SETUP_PHASE","features":[112]},{"name":"CLUSTER_SETUP_PHASE_SEVERITY","features":[112]},{"name":"CLUSTER_SETUP_PHASE_TYPE","features":[112]},{"name":"CLUSTER_SET_ACCESS_TYPE_ALLOWED","features":[112]},{"name":"CLUSTER_SET_ACCESS_TYPE_DENIED","features":[112]},{"name":"CLUSTER_SET_PASSWORD_STATUS","features":[3,112]},{"name":"CLUSTER_SHARED_VOLUMES_ROOT","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_BACKUP_STATE","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_GUID_INPUT","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_GUID_NAME","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_NAME","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_TYPE","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_VOLUME","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_STATE","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_STATE_INFO","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_STATE_INFO_EX","features":[112]},{"name":"CLUSTER_SHARED_VOLUME_VSS_WRITER_OPERATION_TIMEOUT","features":[112]},{"name":"CLUSTER_STORAGENODE_STATE","features":[112]},{"name":"CLUSTER_UPGRADE_PHASE","features":[112]},{"name":"CLUSTER_VALIDATE_CSV_FILENAME","features":[112]},{"name":"CLUSTER_VALIDATE_DIRECTORY","features":[112]},{"name":"CLUSTER_VALIDATE_NETNAME","features":[112]},{"name":"CLUSTER_VALIDATE_PATH","features":[112]},{"name":"CLUSTER_VERSION_FLAG_MIXED_MODE","features":[112]},{"name":"CLUSTER_VERSION_UNKNOWN","features":[112]},{"name":"CLUSTER_WITNESS_DATABASE_WRITE_TIMEOUT","features":[112]},{"name":"CLUSTER_WITNESS_FAILED_RESTART_INTERVAL","features":[112]},{"name":"CLUS_ACCESS_ANY","features":[112]},{"name":"CLUS_ACCESS_READ","features":[112]},{"name":"CLUS_ACCESS_WRITE","features":[112]},{"name":"CLUS_AFFINITY_RULE_DIFFERENT_FAULT_DOMAIN","features":[112]},{"name":"CLUS_AFFINITY_RULE_DIFFERENT_NODE","features":[112]},{"name":"CLUS_AFFINITY_RULE_MAX","features":[112]},{"name":"CLUS_AFFINITY_RULE_MIN","features":[112]},{"name":"CLUS_AFFINITY_RULE_NONE","features":[112]},{"name":"CLUS_AFFINITY_RULE_SAME_FAULT_DOMAIN","features":[112]},{"name":"CLUS_AFFINITY_RULE_SAME_NODE","features":[112]},{"name":"CLUS_AFFINITY_RULE_TYPE","features":[112]},{"name":"CLUS_CHARACTERISTICS","features":[112]},{"name":"CLUS_CHAR_BROADCAST_DELETE","features":[112]},{"name":"CLUS_CHAR_CLONES","features":[112]},{"name":"CLUS_CHAR_COEXIST_IN_SHARED_VOLUME_GROUP","features":[112]},{"name":"CLUS_CHAR_DELETE_REQUIRES_ALL_NODES","features":[112]},{"name":"CLUS_CHAR_DRAIN_LOCAL_OFFLINE","features":[112]},{"name":"CLUS_CHAR_INFRASTRUCTURE","features":[112]},{"name":"CLUS_CHAR_LOCAL_QUORUM","features":[112]},{"name":"CLUS_CHAR_LOCAL_QUORUM_DEBUG","features":[112]},{"name":"CLUS_CHAR_MONITOR_DETACH","features":[112]},{"name":"CLUS_CHAR_MONITOR_REATTACH","features":[112]},{"name":"CLUS_CHAR_NOTIFY_NEW_OWNER","features":[112]},{"name":"CLUS_CHAR_NOT_PREEMPTABLE","features":[112]},{"name":"CLUS_CHAR_OPERATION_CONTEXT","features":[112]},{"name":"CLUS_CHAR_PLACEMENT_DATA","features":[112]},{"name":"CLUS_CHAR_QUORUM","features":[112]},{"name":"CLUS_CHAR_REQUIRES_STATE_CHANGE_REASON","features":[112]},{"name":"CLUS_CHAR_SINGLE_CLUSTER_INSTANCE","features":[112]},{"name":"CLUS_CHAR_SINGLE_GROUP_INSTANCE","features":[112]},{"name":"CLUS_CHAR_SUPPORTS_UNMONITORED_STATE","features":[112]},{"name":"CLUS_CHAR_UNKNOWN","features":[112]},{"name":"CLUS_CHAR_VETO_DRAIN","features":[112]},{"name":"CLUS_CHKDSK_INFO","features":[112]},{"name":"CLUS_CREATE_CRYPT_CONTAINER_NOT_FOUND","features":[112]},{"name":"CLUS_CREATE_INFRASTRUCTURE_FILESERVER_INPUT","features":[112]},{"name":"CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT","features":[112]},{"name":"CLUS_CSV_MAINTENANCE_MODE_INFO","features":[3,112]},{"name":"CLUS_CSV_VOLUME_INFO","features":[112]},{"name":"CLUS_CSV_VOLUME_NAME","features":[112]},{"name":"CLUS_DISK_NUMBER_INFO","features":[112]},{"name":"CLUS_DNN_LEADER_STATUS","features":[3,112]},{"name":"CLUS_DNN_SODAFS_CLONE_STATUS","features":[112]},{"name":"CLUS_FLAGS","features":[112]},{"name":"CLUS_FLAG_CORE","features":[112]},{"name":"CLUS_FORCE_QUORUM_INFO","features":[112]},{"name":"CLUS_FTSET_INFO","features":[112]},{"name":"CLUS_GLOBAL","features":[112]},{"name":"CLUS_GROUP_DO_NOT_START","features":[112]},{"name":"CLUS_GROUP_START_ALLOWED","features":[112]},{"name":"CLUS_GROUP_START_ALWAYS","features":[112]},{"name":"CLUS_GROUP_START_SETTING","features":[112]},{"name":"CLUS_GRP_MOVE_ALLOWED","features":[112]},{"name":"CLUS_GRP_MOVE_LOCKED","features":[112]},{"name":"CLUS_HYBRID_QUORUM","features":[112]},{"name":"CLUS_MAINTENANCE_MODE_INFO","features":[3,112]},{"name":"CLUS_MAINTENANCE_MODE_INFOEX","features":[3,112]},{"name":"CLUS_MODIFY","features":[112]},{"name":"CLUS_NAME_RES_TYPE_CLUSTER_GROUPID","features":[112]},{"name":"CLUS_NAME_RES_TYPE_DATA_RESID","features":[112]},{"name":"CLUS_NAME_RES_TYPE_LOG_MULTIPLE","features":[112]},{"name":"CLUS_NAME_RES_TYPE_LOG_RESID","features":[112]},{"name":"CLUS_NAME_RES_TYPE_LOG_VOLUME","features":[112]},{"name":"CLUS_NAME_RES_TYPE_MINIMUM_LOG_SIZE","features":[112]},{"name":"CLUS_NAME_RES_TYPE_REPLICATION_GROUPID","features":[112]},{"name":"CLUS_NAME_RES_TYPE_REPLICATION_GROUP_TYPE","features":[112]},{"name":"CLUS_NAME_RES_TYPE_SOURCE_RESID","features":[112]},{"name":"CLUS_NAME_RES_TYPE_SOURCE_VOLUMES","features":[112]},{"name":"CLUS_NAME_RES_TYPE_TARGET_RESID","features":[112]},{"name":"CLUS_NAME_RES_TYPE_TARGET_VOLUMES","features":[112]},{"name":"CLUS_NAME_RES_TYPE_UNIT_LOG_SIZE_CHANGE","features":[112]},{"name":"CLUS_NETNAME_IP_INFO_ENTRY","features":[112]},{"name":"CLUS_NETNAME_IP_INFO_FOR_MULTICHANNEL","features":[112]},{"name":"CLUS_NETNAME_PWD_INFO","features":[112]},{"name":"CLUS_NETNAME_PWD_INFOEX","features":[112]},{"name":"CLUS_NETNAME_VS_TOKEN_INFO","features":[3,112]},{"name":"CLUS_NODE_MAJORITY_QUORUM","features":[112]},{"name":"CLUS_NOT_GLOBAL","features":[112]},{"name":"CLUS_NO_MODIFY","features":[112]},{"name":"CLUS_OBJECT_AFFINITYRULE","features":[112]},{"name":"CLUS_OBJECT_CLUSTER","features":[112]},{"name":"CLUS_OBJECT_GROUP","features":[112]},{"name":"CLUS_OBJECT_GROUPSET","features":[112]},{"name":"CLUS_OBJECT_INVALID","features":[112]},{"name":"CLUS_OBJECT_NETINTERFACE","features":[112]},{"name":"CLUS_OBJECT_NETWORK","features":[112]},{"name":"CLUS_OBJECT_NODE","features":[112]},{"name":"CLUS_OBJECT_RESOURCE","features":[112]},{"name":"CLUS_OBJECT_RESOURCE_TYPE","features":[112]},{"name":"CLUS_OBJECT_USER","features":[112]},{"name":"CLUS_PARTITION_INFO","features":[112]},{"name":"CLUS_PARTITION_INFO_EX","features":[112]},{"name":"CLUS_PARTITION_INFO_EX2","features":[112]},{"name":"CLUS_PROVIDER_STATE_CHANGE_INFO","features":[112]},{"name":"CLUS_RESCLASS_NETWORK","features":[112]},{"name":"CLUS_RESCLASS_STORAGE","features":[112]},{"name":"CLUS_RESCLASS_UNKNOWN","features":[112]},{"name":"CLUS_RESCLASS_USER","features":[112]},{"name":"CLUS_RESDLL_OFFLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[112]},{"name":"CLUS_RESDLL_OFFLINE_DUE_TO_EMBEDDED_FAILURE","features":[112]},{"name":"CLUS_RESDLL_OFFLINE_IGNORE_NETWORK_CONNECTIVITY","features":[112]},{"name":"CLUS_RESDLL_OFFLINE_IGNORE_RESOURCE_STATUS","features":[112]},{"name":"CLUS_RESDLL_OFFLINE_QUEUE_ENABLED","features":[112]},{"name":"CLUS_RESDLL_OFFLINE_RETURNING_TO_SOURCE_NODE_BECAUSE_OF_ERROR","features":[112]},{"name":"CLUS_RESDLL_OFFLINE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[112]},{"name":"CLUS_RESDLL_ONLINE_IGNORE_NETWORK_CONNECTIVITY","features":[112]},{"name":"CLUS_RESDLL_ONLINE_IGNORE_RESOURCE_STATUS","features":[112]},{"name":"CLUS_RESDLL_ONLINE_RECOVER_MONITOR_STATE","features":[112]},{"name":"CLUS_RESDLL_ONLINE_RESTORE_ONLINE_STATE","features":[112]},{"name":"CLUS_RESDLL_ONLINE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[112]},{"name":"CLUS_RESDLL_OPEN_DONT_DELETE_TEMP_DISK","features":[112]},{"name":"CLUS_RESDLL_OPEN_RECOVER_MONITOR_STATE","features":[112]},{"name":"CLUS_RESOURCE_CLASS_INFO","features":[112]},{"name":"CLUS_RESSUBCLASS","features":[112]},{"name":"CLUS_RESSUBCLASS_NETWORK","features":[112]},{"name":"CLUS_RESSUBCLASS_NETWORK_INTERNET_PROTOCOL","features":[112]},{"name":"CLUS_RESSUBCLASS_SHARED","features":[112]},{"name":"CLUS_RESSUBCLASS_STORAGE","features":[112]},{"name":"CLUS_RESSUBCLASS_STORAGE_DISK","features":[112]},{"name":"CLUS_RESSUBCLASS_STORAGE_REPLICATION","features":[112]},{"name":"CLUS_RESSUBCLASS_STORAGE_SHARED_BUS","features":[112]},{"name":"CLUS_RESTYPE_NAME_CAU","features":[112]},{"name":"CLUS_RESTYPE_NAME_CLOUD_WITNESS","features":[112]},{"name":"CLUS_RESTYPE_NAME_CONTAINER","features":[112]},{"name":"CLUS_RESTYPE_NAME_CROSS_CLUSTER","features":[112]},{"name":"CLUS_RESTYPE_NAME_DFS","features":[112]},{"name":"CLUS_RESTYPE_NAME_DFSR","features":[112]},{"name":"CLUS_RESTYPE_NAME_DHCP","features":[112]},{"name":"CLUS_RESTYPE_NAME_DNN","features":[112]},{"name":"CLUS_RESTYPE_NAME_FILESERVER","features":[112]},{"name":"CLUS_RESTYPE_NAME_FILESHR","features":[112]},{"name":"CLUS_RESTYPE_NAME_FSWITNESS","features":[112]},{"name":"CLUS_RESTYPE_NAME_GENAPP","features":[112]},{"name":"CLUS_RESTYPE_NAME_GENSCRIPT","features":[112]},{"name":"CLUS_RESTYPE_NAME_GENSVC","features":[112]},{"name":"CLUS_RESTYPE_NAME_HARDDISK","features":[112]},{"name":"CLUS_RESTYPE_NAME_HCSVM","features":[112]},{"name":"CLUS_RESTYPE_NAME_HEALTH_SERVICE","features":[112]},{"name":"CLUS_RESTYPE_NAME_IPADDR","features":[112]},{"name":"CLUS_RESTYPE_NAME_IPV6_NATIVE","features":[112]},{"name":"CLUS_RESTYPE_NAME_IPV6_TUNNEL","features":[112]},{"name":"CLUS_RESTYPE_NAME_ISCSITARGET","features":[112]},{"name":"CLUS_RESTYPE_NAME_ISNS","features":[112]},{"name":"CLUS_RESTYPE_NAME_MSDTC","features":[112]},{"name":"CLUS_RESTYPE_NAME_MSMQ","features":[112]},{"name":"CLUS_RESTYPE_NAME_MSMQ_TRIGGER","features":[112]},{"name":"CLUS_RESTYPE_NAME_NAT","features":[112]},{"name":"CLUS_RESTYPE_NAME_NETNAME","features":[112]},{"name":"CLUS_RESTYPE_NAME_NETWORK_FILE_SYSTEM","features":[112]},{"name":"CLUS_RESTYPE_NAME_NEW_MSMQ","features":[112]},{"name":"CLUS_RESTYPE_NAME_NFS","features":[112]},{"name":"CLUS_RESTYPE_NAME_NFS_MSNS","features":[112]},{"name":"CLUS_RESTYPE_NAME_NFS_V2","features":[112]},{"name":"CLUS_RESTYPE_NAME_NV_PROVIDER_ADDRESS","features":[112]},{"name":"CLUS_RESTYPE_NAME_PHYS_DISK","features":[112]},{"name":"CLUS_RESTYPE_NAME_PRTSPLR","features":[112]},{"name":"CLUS_RESTYPE_NAME_SCALEOUT_MASTER","features":[112]},{"name":"CLUS_RESTYPE_NAME_SCALEOUT_WORKER","features":[112]},{"name":"CLUS_RESTYPE_NAME_SDDC_MANAGEMENT","features":[112]},{"name":"CLUS_RESTYPE_NAME_SODAFILESERVER","features":[112]},{"name":"CLUS_RESTYPE_NAME_STORAGE_POLICIES","features":[112]},{"name":"CLUS_RESTYPE_NAME_STORAGE_POOL","features":[112]},{"name":"CLUS_RESTYPE_NAME_STORAGE_REPLICA","features":[112]},{"name":"CLUS_RESTYPE_NAME_STORQOS","features":[112]},{"name":"CLUS_RESTYPE_NAME_TASKSCHEDULER","features":[112]},{"name":"CLUS_RESTYPE_NAME_VIRTUAL_IPV4","features":[112]},{"name":"CLUS_RESTYPE_NAME_VIRTUAL_IPV6","features":[112]},{"name":"CLUS_RESTYPE_NAME_VM","features":[112]},{"name":"CLUS_RESTYPE_NAME_VMREPLICA_BROKER","features":[112]},{"name":"CLUS_RESTYPE_NAME_VMREPLICA_COORDINATOR","features":[112]},{"name":"CLUS_RESTYPE_NAME_VM_CONFIG","features":[112]},{"name":"CLUS_RESTYPE_NAME_VM_WMI","features":[112]},{"name":"CLUS_RESTYPE_NAME_VSSTASK","features":[112]},{"name":"CLUS_RESTYPE_NAME_WINS","features":[112]},{"name":"CLUS_RES_NAME_SCALEOUT_MASTER","features":[112]},{"name":"CLUS_RES_NAME_SCALEOUT_WORKER","features":[112]},{"name":"CLUS_SCSI_ADDRESS","features":[112]},{"name":"CLUS_SET_MAINTENANCE_MODE_INPUT","features":[3,112]},{"name":"CLUS_SHARED_VOLUME_BACKUP_MODE","features":[112]},{"name":"CLUS_STARTING_PARAMS","features":[3,112]},{"name":"CLUS_STORAGE_GET_AVAILABLE_DRIVELETTERS","features":[112]},{"name":"CLUS_STORAGE_REMAP_DRIVELETTER","features":[112]},{"name":"CLUS_STORAGE_SET_DRIVELETTER","features":[112]},{"name":"CLUS_WORKER","features":[3,112]},{"name":"CREATEDC_PRESENT","features":[112]},{"name":"CREATE_CLUSTER_CONFIG","features":[3,112]},{"name":"CREATE_CLUSTER_MAJOR_VERSION_MASK","features":[112]},{"name":"CREATE_CLUSTER_NAME_ACCOUNT","features":[3,112]},{"name":"CREATE_CLUSTER_VERSION","features":[112]},{"name":"CTCTL_GET_FAULT_DOMAIN_STATE","features":[112]},{"name":"CTCTL_GET_ROUTESTATUS_BASIC","features":[112]},{"name":"CTCTL_GET_ROUTESTATUS_EXTENDED","features":[112]},{"name":"CanResourceBeDependent","features":[3,112]},{"name":"CancelClusterGroupOperation","features":[112]},{"name":"ChangeClusterResourceGroup","features":[112]},{"name":"ChangeClusterResourceGroupEx","features":[112]},{"name":"ChangeClusterResourceGroupEx2","features":[112]},{"name":"CloseCluster","features":[3,112]},{"name":"CloseClusterCryptProvider","features":[112]},{"name":"CloseClusterGroup","features":[3,112]},{"name":"CloseClusterGroupSet","features":[3,112]},{"name":"CloseClusterNetInterface","features":[3,112]},{"name":"CloseClusterNetwork","features":[3,112]},{"name":"CloseClusterNode","features":[3,112]},{"name":"CloseClusterNotifyPort","features":[3,112]},{"name":"CloseClusterResource","features":[3,112]},{"name":"ClusAddClusterHealthFault","features":[112]},{"name":"ClusApplication","features":[112]},{"name":"ClusCryptoKeys","features":[112]},{"name":"ClusDisk","features":[112]},{"name":"ClusDisks","features":[112]},{"name":"ClusGetClusterHealthFaults","features":[112]},{"name":"ClusGroupTypeAvailableStorage","features":[112]},{"name":"ClusGroupTypeClusterUpdateAgent","features":[112]},{"name":"ClusGroupTypeCoreCluster","features":[112]},{"name":"ClusGroupTypeCoreSddc","features":[112]},{"name":"ClusGroupTypeCrossClusterOrchestrator","features":[112]},{"name":"ClusGroupTypeDhcpServer","features":[112]},{"name":"ClusGroupTypeDtc","features":[112]},{"name":"ClusGroupTypeFileServer","features":[112]},{"name":"ClusGroupTypeGenericApplication","features":[112]},{"name":"ClusGroupTypeGenericScript","features":[112]},{"name":"ClusGroupTypeGenericService","features":[112]},{"name":"ClusGroupTypeIScsiNameService","features":[112]},{"name":"ClusGroupTypeIScsiTarget","features":[112]},{"name":"ClusGroupTypeInfrastructureFileServer","features":[112]},{"name":"ClusGroupTypeMsmq","features":[112]},{"name":"ClusGroupTypePrintServer","features":[112]},{"name":"ClusGroupTypeScaleoutCluster","features":[112]},{"name":"ClusGroupTypeScaleoutFileServer","features":[112]},{"name":"ClusGroupTypeSharedVolume","features":[112]},{"name":"ClusGroupTypeStandAloneDfs","features":[112]},{"name":"ClusGroupTypeStoragePool","features":[112]},{"name":"ClusGroupTypeStorageReplica","features":[112]},{"name":"ClusGroupTypeTaskScheduler","features":[112]},{"name":"ClusGroupTypeTemporary","features":[112]},{"name":"ClusGroupTypeTsSessionBroker","features":[112]},{"name":"ClusGroupTypeUnknown","features":[112]},{"name":"ClusGroupTypeVMReplicaBroker","features":[112]},{"name":"ClusGroupTypeVMReplicaCoordinator","features":[112]},{"name":"ClusGroupTypeVirtualMachine","features":[112]},{"name":"ClusGroupTypeWins","features":[112]},{"name":"ClusNetInterface","features":[112]},{"name":"ClusNetInterfaces","features":[112]},{"name":"ClusNetwork","features":[112]},{"name":"ClusNetworkNetInterfaces","features":[112]},{"name":"ClusNetworks","features":[112]},{"name":"ClusNode","features":[112]},{"name":"ClusNodeNetInterfaces","features":[112]},{"name":"ClusNodes","features":[112]},{"name":"ClusPartition","features":[112]},{"name":"ClusPartitionEx","features":[112]},{"name":"ClusPartitions","features":[112]},{"name":"ClusProperties","features":[112]},{"name":"ClusProperty","features":[112]},{"name":"ClusPropertyValue","features":[112]},{"name":"ClusPropertyValueData","features":[112]},{"name":"ClusPropertyValues","features":[112]},{"name":"ClusRefObject","features":[112]},{"name":"ClusRegistryKeys","features":[112]},{"name":"ClusRemoveClusterHealthFault","features":[112]},{"name":"ClusResDependencies","features":[112]},{"name":"ClusResDependents","features":[112]},{"name":"ClusResGroup","features":[112]},{"name":"ClusResGroupPreferredOwnerNodes","features":[112]},{"name":"ClusResGroupResources","features":[112]},{"name":"ClusResGroups","features":[112]},{"name":"ClusResPossibleOwnerNodes","features":[112]},{"name":"ClusResType","features":[112]},{"name":"ClusResTypePossibleOwnerNodes","features":[112]},{"name":"ClusResTypeResources","features":[112]},{"name":"ClusResTypes","features":[112]},{"name":"ClusResource","features":[112]},{"name":"ClusResources","features":[112]},{"name":"ClusScsiAddress","features":[112]},{"name":"ClusVersion","features":[112]},{"name":"ClusWorkerCheckTerminate","features":[3,112]},{"name":"ClusWorkerCreate","features":[3,112]},{"name":"ClusWorkerTerminate","features":[3,112]},{"name":"ClusWorkerTerminateEx","features":[3,112]},{"name":"ClusWorkersTerminate","features":[3,112]},{"name":"ClusapiSetReasonHandler","features":[3,112]},{"name":"Cluster","features":[112]},{"name":"ClusterAddGroupToAffinityRule","features":[112]},{"name":"ClusterAddGroupToGroupSet","features":[112]},{"name":"ClusterAddGroupToGroupSetWithDomains","features":[112]},{"name":"ClusterAddGroupToGroupSetWithDomainsEx","features":[112]},{"name":"ClusterAffinityRuleControl","features":[112]},{"name":"ClusterClearBackupStateForSharedVolume","features":[112]},{"name":"ClusterCloseEnum","features":[112]},{"name":"ClusterCloseEnumEx","features":[112]},{"name":"ClusterControl","features":[112]},{"name":"ClusterControlEx","features":[112]},{"name":"ClusterCreateAffinityRule","features":[112]},{"name":"ClusterDecrypt","features":[112]},{"name":"ClusterEncrypt","features":[112]},{"name":"ClusterEnum","features":[112]},{"name":"ClusterEnumEx","features":[112]},{"name":"ClusterGetEnumCount","features":[112]},{"name":"ClusterGetEnumCountEx","features":[112]},{"name":"ClusterGetVolumeNameForVolumeMountPoint","features":[3,112]},{"name":"ClusterGetVolumePathName","features":[3,112]},{"name":"ClusterGroupAllowFailback","features":[112]},{"name":"ClusterGroupCloseEnum","features":[112]},{"name":"ClusterGroupCloseEnumEx","features":[112]},{"name":"ClusterGroupControl","features":[112]},{"name":"ClusterGroupControlEx","features":[112]},{"name":"ClusterGroupEnum","features":[112]},{"name":"ClusterGroupEnumEx","features":[112]},{"name":"ClusterGroupFailbackTypeCount","features":[112]},{"name":"ClusterGroupFailed","features":[112]},{"name":"ClusterGroupGetEnumCount","features":[112]},{"name":"ClusterGroupGetEnumCountEx","features":[112]},{"name":"ClusterGroupOffline","features":[112]},{"name":"ClusterGroupOnline","features":[112]},{"name":"ClusterGroupOpenEnum","features":[112]},{"name":"ClusterGroupOpenEnumEx","features":[112]},{"name":"ClusterGroupPartialOnline","features":[112]},{"name":"ClusterGroupPending","features":[112]},{"name":"ClusterGroupPreventFailback","features":[112]},{"name":"ClusterGroupSetCloseEnum","features":[112]},{"name":"ClusterGroupSetControl","features":[112]},{"name":"ClusterGroupSetControlEx","features":[112]},{"name":"ClusterGroupSetEnum","features":[112]},{"name":"ClusterGroupSetGetEnumCount","features":[112]},{"name":"ClusterGroupSetOpenEnum","features":[112]},{"name":"ClusterGroupStateUnknown","features":[112]},{"name":"ClusterIsPathOnSharedVolume","features":[3,112]},{"name":"ClusterNames","features":[112]},{"name":"ClusterNetInterfaceCloseEnum","features":[112]},{"name":"ClusterNetInterfaceControl","features":[112]},{"name":"ClusterNetInterfaceControlEx","features":[112]},{"name":"ClusterNetInterfaceEnum","features":[112]},{"name":"ClusterNetInterfaceFailed","features":[112]},{"name":"ClusterNetInterfaceOpenEnum","features":[112]},{"name":"ClusterNetInterfaceStateUnknown","features":[112]},{"name":"ClusterNetInterfaceUnavailable","features":[112]},{"name":"ClusterNetInterfaceUnreachable","features":[112]},{"name":"ClusterNetInterfaceUp","features":[112]},{"name":"ClusterNetworkCloseEnum","features":[112]},{"name":"ClusterNetworkControl","features":[112]},{"name":"ClusterNetworkControlEx","features":[112]},{"name":"ClusterNetworkDown","features":[112]},{"name":"ClusterNetworkEnum","features":[112]},{"name":"ClusterNetworkGetEnumCount","features":[112]},{"name":"ClusterNetworkOpenEnum","features":[112]},{"name":"ClusterNetworkPartitioned","features":[112]},{"name":"ClusterNetworkRoleClientAccess","features":[112]},{"name":"ClusterNetworkRoleInternalAndClient","features":[112]},{"name":"ClusterNetworkRoleInternalUse","features":[112]},{"name":"ClusterNetworkRoleNone","features":[112]},{"name":"ClusterNetworkStateUnknown","features":[112]},{"name":"ClusterNetworkUnavailable","features":[112]},{"name":"ClusterNetworkUp","features":[112]},{"name":"ClusterNodeCloseEnum","features":[112]},{"name":"ClusterNodeCloseEnumEx","features":[112]},{"name":"ClusterNodeControl","features":[112]},{"name":"ClusterNodeControlEx","features":[112]},{"name":"ClusterNodeDown","features":[112]},{"name":"ClusterNodeDrainStatusCount","features":[112]},{"name":"ClusterNodeEnum","features":[112]},{"name":"ClusterNodeEnumEx","features":[112]},{"name":"ClusterNodeGetEnumCount","features":[112]},{"name":"ClusterNodeGetEnumCountEx","features":[112]},{"name":"ClusterNodeJoining","features":[112]},{"name":"ClusterNodeOpenEnum","features":[112]},{"name":"ClusterNodeOpenEnumEx","features":[112]},{"name":"ClusterNodePaused","features":[112]},{"name":"ClusterNodeReplacement","features":[112]},{"name":"ClusterNodeResumeFailbackTypeCount","features":[112]},{"name":"ClusterNodeStateUnknown","features":[112]},{"name":"ClusterNodeUp","features":[112]},{"name":"ClusterOpenEnum","features":[112]},{"name":"ClusterOpenEnumEx","features":[112]},{"name":"ClusterPrepareSharedVolumeForBackup","features":[112]},{"name":"ClusterRegBatchAddCommand","features":[112]},{"name":"ClusterRegBatchCloseNotification","features":[112]},{"name":"ClusterRegBatchReadCommand","features":[112]},{"name":"ClusterRegCloseBatch","features":[3,112]},{"name":"ClusterRegCloseBatchEx","features":[112]},{"name":"ClusterRegCloseBatchNotifyPort","features":[112]},{"name":"ClusterRegCloseKey","features":[112,51]},{"name":"ClusterRegCloseReadBatch","features":[112]},{"name":"ClusterRegCloseReadBatchEx","features":[112]},{"name":"ClusterRegCloseReadBatchReply","features":[112]},{"name":"ClusterRegCreateBatch","features":[112,51]},{"name":"ClusterRegCreateBatchNotifyPort","features":[112,51]},{"name":"ClusterRegCreateKey","features":[3,112,6,51]},{"name":"ClusterRegCreateKeyEx","features":[3,112,6,51]},{"name":"ClusterRegCreateReadBatch","features":[112,51]},{"name":"ClusterRegDeleteKey","features":[112,51]},{"name":"ClusterRegDeleteKeyEx","features":[112,51]},{"name":"ClusterRegDeleteValue","features":[112,51]},{"name":"ClusterRegDeleteValueEx","features":[112,51]},{"name":"ClusterRegEnumKey","features":[3,112,51]},{"name":"ClusterRegEnumValue","features":[112,51]},{"name":"ClusterRegGetBatchNotification","features":[112]},{"name":"ClusterRegGetKeySecurity","features":[112,6,51]},{"name":"ClusterRegOpenKey","features":[112,51]},{"name":"ClusterRegQueryInfoKey","features":[3,112,51]},{"name":"ClusterRegQueryValue","features":[112,51]},{"name":"ClusterRegReadBatchAddCommand","features":[112]},{"name":"ClusterRegReadBatchReplyNextCommand","features":[112]},{"name":"ClusterRegSetKeySecurity","features":[112,6,51]},{"name":"ClusterRegSetKeySecurityEx","features":[112,6,51]},{"name":"ClusterRegSetValue","features":[112,51]},{"name":"ClusterRegSetValueEx","features":[112,51]},{"name":"ClusterRegSyncDatabase","features":[112]},{"name":"ClusterRemoveAffinityRule","features":[112]},{"name":"ClusterRemoveGroupFromAffinityRule","features":[112]},{"name":"ClusterRemoveGroupFromGroupSet","features":[112]},{"name":"ClusterRemoveGroupFromGroupSetEx","features":[112]},{"name":"ClusterResourceApplicationOSHeartBeat","features":[112]},{"name":"ClusterResourceApplicationReady","features":[112]},{"name":"ClusterResourceApplicationStateUnknown","features":[112]},{"name":"ClusterResourceCloseEnum","features":[112]},{"name":"ClusterResourceCloseEnumEx","features":[112]},{"name":"ClusterResourceControl","features":[112]},{"name":"ClusterResourceControlAsUser","features":[112]},{"name":"ClusterResourceControlAsUserEx","features":[112]},{"name":"ClusterResourceControlEx","features":[112]},{"name":"ClusterResourceDontRestart","features":[112]},{"name":"ClusterResourceEmbeddedFailureActionLogOnly","features":[112]},{"name":"ClusterResourceEmbeddedFailureActionNone","features":[112]},{"name":"ClusterResourceEmbeddedFailureActionRecover","features":[112]},{"name":"ClusterResourceEnum","features":[112]},{"name":"ClusterResourceEnumEx","features":[112]},{"name":"ClusterResourceFailed","features":[112]},{"name":"ClusterResourceGetEnumCount","features":[112]},{"name":"ClusterResourceGetEnumCountEx","features":[112]},{"name":"ClusterResourceInherited","features":[112]},{"name":"ClusterResourceInitializing","features":[112]},{"name":"ClusterResourceOffline","features":[112]},{"name":"ClusterResourceOfflinePending","features":[112]},{"name":"ClusterResourceOnline","features":[112]},{"name":"ClusterResourceOnlinePending","features":[112]},{"name":"ClusterResourceOpenEnum","features":[112]},{"name":"ClusterResourceOpenEnumEx","features":[112]},{"name":"ClusterResourcePending","features":[112]},{"name":"ClusterResourceRestartActionCount","features":[112]},{"name":"ClusterResourceRestartNoNotify","features":[112]},{"name":"ClusterResourceRestartNotify","features":[112]},{"name":"ClusterResourceStateUnknown","features":[112]},{"name":"ClusterResourceTypeCloseEnum","features":[112]},{"name":"ClusterResourceTypeControl","features":[112]},{"name":"ClusterResourceTypeControlAsUser","features":[112]},{"name":"ClusterResourceTypeControlAsUserEx","features":[112]},{"name":"ClusterResourceTypeControlEx","features":[112]},{"name":"ClusterResourceTypeEnum","features":[112]},{"name":"ClusterResourceTypeGetEnumCount","features":[112]},{"name":"ClusterResourceTypeOpenEnum","features":[112]},{"name":"ClusterRoleClustered","features":[112]},{"name":"ClusterRoleDFSReplicatedFolder","features":[112]},{"name":"ClusterRoleDHCP","features":[112]},{"name":"ClusterRoleDTC","features":[112]},{"name":"ClusterRoleDistributedFileSystem","features":[112]},{"name":"ClusterRoleDistributedNetworkName","features":[112]},{"name":"ClusterRoleFileServer","features":[112]},{"name":"ClusterRoleFileShare","features":[112]},{"name":"ClusterRoleFileShareWitness","features":[112]},{"name":"ClusterRoleGenericApplication","features":[112]},{"name":"ClusterRoleGenericScript","features":[112]},{"name":"ClusterRoleGenericService","features":[112]},{"name":"ClusterRoleHardDisk","features":[112]},{"name":"ClusterRoleIPAddress","features":[112]},{"name":"ClusterRoleIPV6Address","features":[112]},{"name":"ClusterRoleIPV6TunnelAddress","features":[112]},{"name":"ClusterRoleISCSINameServer","features":[112]},{"name":"ClusterRoleISCSITargetServer","features":[112]},{"name":"ClusterRoleMSMQ","features":[112]},{"name":"ClusterRoleNFS","features":[112]},{"name":"ClusterRoleNetworkFileSystem","features":[112]},{"name":"ClusterRoleNetworkName","features":[112]},{"name":"ClusterRolePhysicalDisk","features":[112]},{"name":"ClusterRolePrintServer","features":[112]},{"name":"ClusterRoleSODAFileServer","features":[112]},{"name":"ClusterRoleStandAloneNamespaceServer","features":[112]},{"name":"ClusterRoleStoragePool","features":[112]},{"name":"ClusterRoleTaskScheduler","features":[112]},{"name":"ClusterRoleUnclustered","features":[112]},{"name":"ClusterRoleUnknown","features":[112]},{"name":"ClusterRoleVirtualMachine","features":[112]},{"name":"ClusterRoleVirtualMachineConfiguration","features":[112]},{"name":"ClusterRoleVirtualMachineReplicaBroker","features":[112]},{"name":"ClusterRoleVolumeShadowCopyServiceTask","features":[112]},{"name":"ClusterRoleWINS","features":[112]},{"name":"ClusterSetAccountAccess","features":[112]},{"name":"ClusterSetupPhaseAddClusterProperties","features":[112]},{"name":"ClusterSetupPhaseAddNodeToCluster","features":[112]},{"name":"ClusterSetupPhaseCleanupCOs","features":[112]},{"name":"ClusterSetupPhaseCleanupNode","features":[112]},{"name":"ClusterSetupPhaseClusterGroupOnline","features":[112]},{"name":"ClusterSetupPhaseConfigureClusSvc","features":[112]},{"name":"ClusterSetupPhaseConfigureClusterAccount","features":[112]},{"name":"ClusterSetupPhaseContinue","features":[112]},{"name":"ClusterSetupPhaseCoreGroupCleanup","features":[112]},{"name":"ClusterSetupPhaseCreateClusterAccount","features":[112]},{"name":"ClusterSetupPhaseCreateGroups","features":[112]},{"name":"ClusterSetupPhaseCreateIPAddressResources","features":[112]},{"name":"ClusterSetupPhaseCreateNetworkName","features":[112]},{"name":"ClusterSetupPhaseCreateResourceTypes","features":[112]},{"name":"ClusterSetupPhaseDeleteGroup","features":[112]},{"name":"ClusterSetupPhaseEnd","features":[112]},{"name":"ClusterSetupPhaseEvictNode","features":[112]},{"name":"ClusterSetupPhaseFailureCleanup","features":[112]},{"name":"ClusterSetupPhaseFatal","features":[112]},{"name":"ClusterSetupPhaseFormingCluster","features":[112]},{"name":"ClusterSetupPhaseGettingCurrentMembership","features":[112]},{"name":"ClusterSetupPhaseInformational","features":[112]},{"name":"ClusterSetupPhaseInitialize","features":[112]},{"name":"ClusterSetupPhaseMoveGroup","features":[112]},{"name":"ClusterSetupPhaseNodeUp","features":[112]},{"name":"ClusterSetupPhaseOfflineGroup","features":[112]},{"name":"ClusterSetupPhaseQueryClusterNameAccount","features":[112]},{"name":"ClusterSetupPhaseReport","features":[112]},{"name":"ClusterSetupPhaseStart","features":[112]},{"name":"ClusterSetupPhaseStartingClusSvc","features":[112]},{"name":"ClusterSetupPhaseValidateClusDisk","features":[112]},{"name":"ClusterSetupPhaseValidateClusterNameAccount","features":[112]},{"name":"ClusterSetupPhaseValidateNetft","features":[112]},{"name":"ClusterSetupPhaseValidateNodeState","features":[112]},{"name":"ClusterSetupPhaseWarning","features":[112]},{"name":"ClusterSharedVolumeHWSnapshotCompleted","features":[112]},{"name":"ClusterSharedVolumePrepareForFreeze","features":[112]},{"name":"ClusterSharedVolumePrepareForHWSnapshot","features":[112]},{"name":"ClusterSharedVolumeRenameInputTypeNone","features":[112]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeGuid","features":[112]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeId","features":[112]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeName","features":[112]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeOffset","features":[112]},{"name":"ClusterSharedVolumeSetSnapshotState","features":[112]},{"name":"ClusterSharedVolumeSnapshotStateUnknown","features":[112]},{"name":"ClusterStateNotConfigured","features":[112]},{"name":"ClusterStateNotInstalled","features":[112]},{"name":"ClusterStateNotRunning","features":[112]},{"name":"ClusterStateRunning","features":[112]},{"name":"ClusterStorageNodeDown","features":[112]},{"name":"ClusterStorageNodePaused","features":[112]},{"name":"ClusterStorageNodeStarting","features":[112]},{"name":"ClusterStorageNodeStateUnknown","features":[112]},{"name":"ClusterStorageNodeStopping","features":[112]},{"name":"ClusterStorageNodeUp","features":[112]},{"name":"ClusterUpgradeFunctionalLevel","features":[3,112]},{"name":"ClusterUpgradePhaseInitialize","features":[112]},{"name":"ClusterUpgradePhaseInstallingNewComponents","features":[112]},{"name":"ClusterUpgradePhaseUpgradeComplete","features":[112]},{"name":"ClusterUpgradePhaseUpgradingComponents","features":[112]},{"name":"ClusterUpgradePhaseValidatingUpgrade","features":[112]},{"name":"CreateCluster","features":[3,112]},{"name":"CreateClusterAvailabilitySet","features":[3,112]},{"name":"CreateClusterGroup","features":[112]},{"name":"CreateClusterGroupEx","features":[112]},{"name":"CreateClusterGroupSet","features":[112]},{"name":"CreateClusterNameAccount","features":[3,112]},{"name":"CreateClusterNotifyPort","features":[112]},{"name":"CreateClusterNotifyPortV2","features":[112]},{"name":"CreateClusterResource","features":[112]},{"name":"CreateClusterResourceEx","features":[112]},{"name":"CreateClusterResourceType","features":[112]},{"name":"CreateClusterResourceTypeEx","features":[112]},{"name":"DNS_LENGTH","features":[112]},{"name":"DeleteClusterGroup","features":[112]},{"name":"DeleteClusterGroupEx","features":[112]},{"name":"DeleteClusterGroupSet","features":[112]},{"name":"DeleteClusterGroupSetEx","features":[112]},{"name":"DeleteClusterResource","features":[112]},{"name":"DeleteClusterResourceEx","features":[112]},{"name":"DeleteClusterResourceType","features":[112]},{"name":"DeleteClusterResourceTypeEx","features":[112]},{"name":"DestroyCluster","features":[3,112]},{"name":"DestroyClusterGroup","features":[112]},{"name":"DestroyClusterGroupEx","features":[112]},{"name":"DetermineCNOResTypeFromCluster","features":[112]},{"name":"DetermineCNOResTypeFromNodelist","features":[112]},{"name":"DetermineClusterCloudTypeFromCluster","features":[112]},{"name":"DetermineClusterCloudTypeFromNodelist","features":[112]},{"name":"DoNotFailbackGroups","features":[112]},{"name":"DomainNames","features":[112]},{"name":"ENABLE_CLUSTER_SHARED_VOLUMES","features":[112]},{"name":"EvictClusterNode","features":[112]},{"name":"EvictClusterNodeEx","features":[112]},{"name":"EvictClusterNodeEx2","features":[112]},{"name":"FAILURE_TYPE","features":[112]},{"name":"FAILURE_TYPE_EMBEDDED","features":[112]},{"name":"FAILURE_TYPE_GENERAL","features":[112]},{"name":"FAILURE_TYPE_NETWORK_LOSS","features":[112]},{"name":"FE_UPGRADE_VERSION","features":[112]},{"name":"FILESHARE_CHANGE","features":[112]},{"name":"FILESHARE_CHANGE_ADD","features":[112]},{"name":"FILESHARE_CHANGE_DEL","features":[112]},{"name":"FILESHARE_CHANGE_ENUM","features":[112]},{"name":"FILESHARE_CHANGE_LIST","features":[112]},{"name":"FILESHARE_CHANGE_MODIFY","features":[112]},{"name":"FILESHARE_CHANGE_NONE","features":[112]},{"name":"FailClusterResource","features":[112]},{"name":"FailClusterResourceEx","features":[112]},{"name":"FailbackGroupsImmediately","features":[112]},{"name":"FailbackGroupsPerPolicy","features":[112]},{"name":"FreeClusterCrypt","features":[112]},{"name":"FreeClusterHealthFault","features":[112]},{"name":"FreeClusterHealthFaultArray","features":[112]},{"name":"GET_OPERATION_CONTEXT_PARAMS","features":[112]},{"name":"GROUPSET_READY_SETTING_APPLICATION_READY","features":[112]},{"name":"GROUPSET_READY_SETTING_DELAY","features":[112]},{"name":"GROUPSET_READY_SETTING_ONLINE","features":[112]},{"name":"GROUPSET_READY_SETTING_OS_HEARTBEAT","features":[112]},{"name":"GROUP_FAILURE_INFO","features":[112]},{"name":"GROUP_FAILURE_INFO_BUFFER","features":[112]},{"name":"GROUP_FAILURE_INFO_VERSION_1","features":[112]},{"name":"GRP_PLACEMENT_OPTIONS","features":[112]},{"name":"GRP_PLACEMENT_OPTIONS_ALL","features":[112]},{"name":"GRP_PLACEMENT_OPTIONS_DEFAULT","features":[112]},{"name":"GRP_PLACEMENT_OPTIONS_DISABLE_AUTOBALANCING","features":[112]},{"name":"GRP_PLACEMENT_OPTIONS_MIN_VALUE","features":[112]},{"name":"GUID_PRESENT","features":[112]},{"name":"GetClusterFromGroup","features":[112]},{"name":"GetClusterFromNetInterface","features":[112]},{"name":"GetClusterFromNetwork","features":[112]},{"name":"GetClusterFromNode","features":[112]},{"name":"GetClusterFromResource","features":[112]},{"name":"GetClusterGroupKey","features":[112,51]},{"name":"GetClusterGroupState","features":[112]},{"name":"GetClusterInformation","features":[112]},{"name":"GetClusterKey","features":[112,51]},{"name":"GetClusterNetInterface","features":[112]},{"name":"GetClusterNetInterfaceKey","features":[112,51]},{"name":"GetClusterNetInterfaceState","features":[112]},{"name":"GetClusterNetworkId","features":[112]},{"name":"GetClusterNetworkKey","features":[112,51]},{"name":"GetClusterNetworkState","features":[112]},{"name":"GetClusterNodeId","features":[112]},{"name":"GetClusterNodeKey","features":[112,51]},{"name":"GetClusterNodeState","features":[112]},{"name":"GetClusterNotify","features":[112]},{"name":"GetClusterNotifyV2","features":[112]},{"name":"GetClusterQuorumResource","features":[112]},{"name":"GetClusterResourceDependencyExpression","features":[112]},{"name":"GetClusterResourceKey","features":[112,51]},{"name":"GetClusterResourceNetworkName","features":[3,112]},{"name":"GetClusterResourceState","features":[112]},{"name":"GetClusterResourceTypeKey","features":[112,51]},{"name":"GetNodeCloudTypeDW","features":[112]},{"name":"GetNodeClusterState","features":[112]},{"name":"GetNotifyEventHandle","features":[3,112]},{"name":"HCHANGE","features":[112]},{"name":"HCI_UPGRADE_BIT","features":[112]},{"name":"HCLUSCRYPTPROVIDER","features":[112]},{"name":"HCLUSENUM","features":[112]},{"name":"HCLUSENUMEX","features":[112]},{"name":"HCLUSTER","features":[112]},{"name":"HGROUP","features":[112]},{"name":"HGROUPENUM","features":[112]},{"name":"HGROUPENUMEX","features":[112]},{"name":"HGROUPSET","features":[112]},{"name":"HGROUPSETENUM","features":[112]},{"name":"HNETINTERFACE","features":[112]},{"name":"HNETINTERFACEENUM","features":[112]},{"name":"HNETWORK","features":[112]},{"name":"HNETWORKENUM","features":[112]},{"name":"HNODE","features":[112]},{"name":"HNODEENUM","features":[112]},{"name":"HNODEENUMEX","features":[112]},{"name":"HREGBATCH","features":[112]},{"name":"HREGBATCHNOTIFICATION","features":[112]},{"name":"HREGBATCHPORT","features":[112]},{"name":"HREGREADBATCH","features":[112]},{"name":"HREGREADBATCHREPLY","features":[112]},{"name":"HRESENUM","features":[112]},{"name":"HRESENUMEX","features":[112]},{"name":"HRESOURCE","features":[112]},{"name":"HRESTYPEENUM","features":[112]},{"name":"IGetClusterDataInfo","features":[112]},{"name":"IGetClusterGroupInfo","features":[112]},{"name":"IGetClusterNetInterfaceInfo","features":[112]},{"name":"IGetClusterNetworkInfo","features":[112]},{"name":"IGetClusterNodeInfo","features":[112]},{"name":"IGetClusterObjectInfo","features":[112]},{"name":"IGetClusterResourceInfo","features":[112]},{"name":"IGetClusterUIInfo","features":[112]},{"name":"ISClusApplication","features":[112]},{"name":"ISClusCryptoKeys","features":[112]},{"name":"ISClusDisk","features":[112]},{"name":"ISClusDisks","features":[112]},{"name":"ISClusNetInterface","features":[112]},{"name":"ISClusNetInterfaces","features":[112]},{"name":"ISClusNetwork","features":[112]},{"name":"ISClusNetworkNetInterfaces","features":[112]},{"name":"ISClusNetworks","features":[112]},{"name":"ISClusNode","features":[112]},{"name":"ISClusNodeNetInterfaces","features":[112]},{"name":"ISClusNodes","features":[112]},{"name":"ISClusPartition","features":[112]},{"name":"ISClusPartitionEx","features":[112]},{"name":"ISClusPartitions","features":[112]},{"name":"ISClusProperties","features":[112]},{"name":"ISClusProperty","features":[112]},{"name":"ISClusPropertyValue","features":[112]},{"name":"ISClusPropertyValueData","features":[112]},{"name":"ISClusPropertyValues","features":[112]},{"name":"ISClusRefObject","features":[112]},{"name":"ISClusRegistryKeys","features":[112]},{"name":"ISClusResDependencies","features":[112]},{"name":"ISClusResDependents","features":[112]},{"name":"ISClusResGroup","features":[112]},{"name":"ISClusResGroupPreferredOwnerNodes","features":[112]},{"name":"ISClusResGroupResources","features":[112]},{"name":"ISClusResGroups","features":[112]},{"name":"ISClusResPossibleOwnerNodes","features":[112]},{"name":"ISClusResType","features":[112]},{"name":"ISClusResTypePossibleOwnerNodes","features":[112]},{"name":"ISClusResTypeResources","features":[112]},{"name":"ISClusResTypes","features":[112]},{"name":"ISClusResource","features":[112]},{"name":"ISClusResources","features":[112]},{"name":"ISClusScsiAddress","features":[112]},{"name":"ISClusVersion","features":[112]},{"name":"ISCluster","features":[112]},{"name":"ISClusterNames","features":[112]},{"name":"ISDomainNames","features":[112]},{"name":"IWCContextMenuCallback","features":[112]},{"name":"IWCPropertySheetCallback","features":[112]},{"name":"IWCWizard97Callback","features":[112]},{"name":"IWCWizardCallback","features":[112]},{"name":"IWEExtendContextMenu","features":[112]},{"name":"IWEExtendPropertySheet","features":[112]},{"name":"IWEExtendWizard","features":[112]},{"name":"IWEExtendWizard97","features":[112]},{"name":"IWEInvokeCommand","features":[112]},{"name":"InitializeClusterHealthFault","features":[112]},{"name":"InitializeClusterHealthFaultArray","features":[112]},{"name":"IsFileOnClusterSharedVolume","features":[3,112]},{"name":"LOCKED_MODE_FLAGS_DONT_REMOVE_FROM_MOVE_QUEUE","features":[112]},{"name":"LOG_ERROR","features":[112]},{"name":"LOG_INFORMATION","features":[112]},{"name":"LOG_LEVEL","features":[112]},{"name":"LOG_SEVERE","features":[112]},{"name":"LOG_WARNING","features":[112]},{"name":"LPGROUP_CALLBACK_EX","features":[112]},{"name":"LPNODE_CALLBACK","features":[112]},{"name":"LPRESOURCE_CALLBACK","features":[112]},{"name":"LPRESOURCE_CALLBACK_EX","features":[112]},{"name":"MAINTENANCE_MODE_TYPE_ENUM","features":[112]},{"name":"MAINTENANCE_MODE_V2_SIG","features":[112]},{"name":"MAX_CLUSTERNAME_LENGTH","features":[112]},{"name":"MAX_CO_PASSWORD_LENGTH","features":[112]},{"name":"MAX_CO_PASSWORD_LENGTHEX","features":[112]},{"name":"MAX_CO_PASSWORD_STORAGEEX","features":[112]},{"name":"MAX_CREATINGDC_LENGTH","features":[112]},{"name":"MAX_OBJECTID","features":[112]},{"name":"MINIMUM_NEVER_PREEMPT_PRIORITY","features":[112]},{"name":"MINIMUM_PREEMPTOR_PRIORITY","features":[112]},{"name":"MN_UPGRADE_VERSION","features":[112]},{"name":"MONITOR_STATE","features":[3,112]},{"name":"MaintenanceModeTypeDisableIsAliveCheck","features":[112]},{"name":"MaintenanceModeTypeOfflineResource","features":[112]},{"name":"MaintenanceModeTypeUnclusterResource","features":[112]},{"name":"ModifyQuorum","features":[112]},{"name":"MoveClusterGroup","features":[112]},{"name":"MoveClusterGroupEx","features":[112]},{"name":"MoveClusterGroupEx2","features":[112]},{"name":"NINETEEN_H1_UPGRADE_VERSION","features":[112]},{"name":"NINETEEN_H2_UPGRADE_VERSION","features":[112]},{"name":"NI_UPGRADE_VERSION","features":[112]},{"name":"NNLEN","features":[112]},{"name":"NODE_CLUSTER_STATE","features":[112]},{"name":"NOTIFY_FILTER_AND_TYPE","features":[112]},{"name":"NT10_MAJOR_VERSION","features":[112]},{"name":"NT11_MAJOR_VERSION","features":[112]},{"name":"NT12_MAJOR_VERSION","features":[112]},{"name":"NT13_MAJOR_VERSION","features":[112]},{"name":"NT4SP4_MAJOR_VERSION","features":[112]},{"name":"NT4_MAJOR_VERSION","features":[112]},{"name":"NT51_MAJOR_VERSION","features":[112]},{"name":"NT5_MAJOR_VERSION","features":[112]},{"name":"NT6_MAJOR_VERSION","features":[112]},{"name":"NT7_MAJOR_VERSION","features":[112]},{"name":"NT8_MAJOR_VERSION","features":[112]},{"name":"NT9_MAJOR_VERSION","features":[112]},{"name":"NodeDrainStatusCompleted","features":[112]},{"name":"NodeDrainStatusFailed","features":[112]},{"name":"NodeDrainStatusInProgress","features":[112]},{"name":"NodeDrainStatusNotInitiated","features":[112]},{"name":"NodeStatusAvoidPlacement","features":[112]},{"name":"NodeStatusDrainCompleted","features":[112]},{"name":"NodeStatusDrainFailed","features":[112]},{"name":"NodeStatusDrainInProgress","features":[112]},{"name":"NodeStatusIsolated","features":[112]},{"name":"NodeStatusMax","features":[112]},{"name":"NodeStatusNormal","features":[112]},{"name":"NodeStatusQuarantined","features":[112]},{"name":"NodeUtilizationInfoElement","features":[112]},{"name":"OfflineClusterGroup","features":[112]},{"name":"OfflineClusterGroupEx","features":[112]},{"name":"OfflineClusterGroupEx2","features":[112]},{"name":"OfflineClusterResource","features":[112]},{"name":"OfflineClusterResourceEx","features":[112]},{"name":"OfflineClusterResourceEx2","features":[112]},{"name":"OnlineClusterGroup","features":[112]},{"name":"OnlineClusterGroupEx","features":[112]},{"name":"OnlineClusterGroupEx2","features":[112]},{"name":"OnlineClusterResource","features":[112]},{"name":"OnlineClusterResourceEx","features":[112]},{"name":"OnlineClusterResourceEx2","features":[112]},{"name":"OpenCluster","features":[112]},{"name":"OpenClusterCryptProvider","features":[112]},{"name":"OpenClusterCryptProviderEx","features":[112]},{"name":"OpenClusterEx","features":[112]},{"name":"OpenClusterGroup","features":[112]},{"name":"OpenClusterGroupEx","features":[112]},{"name":"OpenClusterGroupSet","features":[112]},{"name":"OpenClusterNetInterface","features":[112]},{"name":"OpenClusterNetInterfaceEx","features":[112]},{"name":"OpenClusterNetwork","features":[112]},{"name":"OpenClusterNetworkEx","features":[112]},{"name":"OpenClusterNode","features":[112]},{"name":"OpenClusterNodeById","features":[112]},{"name":"OpenClusterNodeEx","features":[112]},{"name":"OpenClusterResource","features":[112]},{"name":"OpenClusterResourceEx","features":[112]},{"name":"OperationalQuorum","features":[112]},{"name":"PARBITRATE_ROUTINE","features":[112]},{"name":"PARM_WPR_WATCHDOG_FOR_CURRENT_RESOURCE_CALL_ROUTINE","features":[112]},{"name":"PBEGIN_RESCALL_AS_USER_ROUTINE","features":[3,112]},{"name":"PBEGIN_RESCALL_ROUTINE","features":[3,112]},{"name":"PBEGIN_RESTYPECALL_AS_USER_ROUTINE","features":[3,112]},{"name":"PBEGIN_RESTYPECALL_ROUTINE","features":[3,112]},{"name":"PCANCEL_ROUTINE","features":[112]},{"name":"PCHANGE_RESOURCE_PROCESS_FOR_DUMPS","features":[3,112]},{"name":"PCHANGE_RES_TYPE_PROCESS_FOR_DUMPS","features":[3,112]},{"name":"PCLOSE_CLUSTER_CRYPT_PROVIDER","features":[112]},{"name":"PCLOSE_ROUTINE","features":[112]},{"name":"PCLUSAPIClusWorkerCheckTerminate","features":[3,112]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_DEPENDENCY","features":[112]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_DEPENDENCY_EX","features":[112]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_GROUPSET_DEPENDENCY","features":[112]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EX","features":[112]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY","features":[112]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY_EX","features":[112]},{"name":"PCLUSAPI_ADD_CLUSTER_NODE","features":[3,112]},{"name":"PCLUSAPI_ADD_CLUSTER_NODE_EX","features":[3,112]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_DEPENDENCY","features":[112]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_DEPENDENCY_EX","features":[112]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE","features":[112]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE_EX","features":[112]},{"name":"PCLUSAPI_ADD_CROSS_CLUSTER_GROUPSET_DEPENDENCY","features":[112]},{"name":"PCLUSAPI_ADD_RESOURCE_TO_CLUSTER_SHARED_VOLUMES","features":[112]},{"name":"PCLUSAPI_BACKUP_CLUSTER_DATABASE","features":[112]},{"name":"PCLUSAPI_CAN_RESOURCE_BE_DEPENDENT","features":[3,112]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP","features":[112]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP_EX","features":[112]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP_EX2","features":[112]},{"name":"PCLUSAPI_CLOSE_CLUSTER","features":[3,112]},{"name":"PCLUSAPI_CLOSE_CLUSTER_GROUP","features":[3,112]},{"name":"PCLUSAPI_CLOSE_CLUSTER_GROUP_GROUPSET","features":[3,112]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NETWORK","features":[3,112]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NET_INTERFACE","features":[3,112]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NODE","features":[3,112]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NOTIFY_PORT","features":[3,112]},{"name":"PCLUSAPI_CLOSE_CLUSTER_RESOURCE","features":[3,112]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_AFFINITY_RULE","features":[112]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_GROUPSET_WITH_DOMAINS_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_GROUP_GROUPSET","features":[112]},{"name":"PCLUSAPI_CLUSTER_AFFINITY_RULE_CONTROL","features":[112]},{"name":"PCLUSAPI_CLUSTER_CLOSE_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_CLOSE_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_CONTROL","features":[112]},{"name":"PCLUSAPI_CLUSTER_CONTROL_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_CREATE_AFFINITY_RULE","features":[112]},{"name":"PCLUSAPI_CLUSTER_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_GET_ENUM_COUNT","features":[112]},{"name":"PCLUSAPI_CLUSTER_GET_ENUM_COUNT_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_CLOSE_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_CLOSE_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_CONTROL","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_CONTROL_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_GET_ENUM_COUNT","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_GET_ENUM_COUNT_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_GROUPSET_CONTROL","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_GROUPSET_CONTROL_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_OPEN_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_GROUP_OPEN_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CONTROL","features":[112]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CONTROL_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_NETWORK_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_NETWORK_GET_ENUM_COUNT","features":[112]},{"name":"PCLUSAPI_CLUSTER_NETWORK_OPEN_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_NET_INTERFACE_CONTROL","features":[112]},{"name":"PCLUSAPI_CLUSTER_NET_INTERFACE_CONTROL_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_NODE_CLOSE_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_NODE_CLOSE_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_NODE_CONTROL","features":[112]},{"name":"PCLUSAPI_CLUSTER_NODE_CONTROL_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_NODE_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_NODE_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_NODE_GET_ENUM_COUNT","features":[112]},{"name":"PCLUSAPI_CLUSTER_NODE_GET_ENUM_COUNT_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_NODE_OPEN_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_NODE_OPEN_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_OPEN_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_OPEN_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_REG_CLOSE_KEY","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_BATCH","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_KEY","features":[3,112,6,51]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_KEY_EX","features":[3,112,6,51]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_KEY","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_KEY_EX","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_VALUE","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_VALUE_EX","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_ENUM_KEY","features":[3,112,51]},{"name":"PCLUSAPI_CLUSTER_REG_ENUM_VALUE","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_GET_KEY_SECURITY","features":[112,6,51]},{"name":"PCLUSAPI_CLUSTER_REG_OPEN_KEY","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_QUERY_INFO_KEY","features":[3,112,51]},{"name":"PCLUSAPI_CLUSTER_REG_QUERY_VALUE","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_SET_KEY_SECURITY","features":[112,6,51]},{"name":"PCLUSAPI_CLUSTER_REG_SET_KEY_SECURITY_EX","features":[112,6,51]},{"name":"PCLUSAPI_CLUSTER_REG_SET_VALUE","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_SET_VALUE_EX","features":[112,51]},{"name":"PCLUSAPI_CLUSTER_REG_SYNC_DATABASE","features":[112]},{"name":"PCLUSAPI_CLUSTER_REMOVE_AFFINITY_RULE","features":[112]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_AFFINITY_RULE","features":[112]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_GROUPSET","features":[112]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_GROUPSET_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CLOSE_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CLOSE_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL_AS_USER_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_OPEN_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_OPEN_ENUM_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CLOSE_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL_AS_USER_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL_EX","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_GET_ENUM_COUNT","features":[112]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_OPEN_ENUM","features":[112]},{"name":"PCLUSAPI_CLUSTER_UPGRADE","features":[3,112]},{"name":"PCLUSAPI_CLUS_WORKER_CREATE","features":[3,112]},{"name":"PCLUSAPI_CLUS_WORKER_TERMINATE","features":[3,112]},{"name":"PCLUSAPI_CREATE_CLUSTER","features":[3,112]},{"name":"PCLUSAPI_CREATE_CLUSTER_AVAILABILITY_SET","features":[3,112]},{"name":"PCLUSAPI_CREATE_CLUSTER_CNOLESS","features":[3,112]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUP","features":[112]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUPEX","features":[112]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUP_GROUPSET","features":[112]},{"name":"PCLUSAPI_CREATE_CLUSTER_NAME_ACCOUNT","features":[3,112]},{"name":"PCLUSAPI_CREATE_CLUSTER_NOTIFY_PORT","features":[112]},{"name":"PCLUSAPI_CREATE_CLUSTER_NOTIFY_PORT_V2","features":[112]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE","features":[112]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_EX","features":[112]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_TYPE","features":[112]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_TYPE_EX","features":[112]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP","features":[112]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_EX","features":[112]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_GROUPSET","features":[112]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_GROUPSET_EX","features":[112]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE","features":[112]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_EX","features":[112]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_TYPE","features":[112]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_TYPE_EX","features":[112]},{"name":"PCLUSAPI_DESTROY_CLUSTER","features":[3,112]},{"name":"PCLUSAPI_DESTROY_CLUSTER_GROUP","features":[112]},{"name":"PCLUSAPI_DESTROY_CLUSTER_GROUP_EX","features":[112]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE","features":[112]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE_EX","features":[112]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE_EX2","features":[112]},{"name":"PCLUSAPI_FAIL_CLUSTER_RESOURCE","features":[112]},{"name":"PCLUSAPI_FAIL_CLUSTER_RESOURCE_EX","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_GROUP","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_GROUP_GROUPSET","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NETWORK","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NET_INTERFACE","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NODE","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_RESOURCE","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_GROUP_KEY","features":[112,51]},{"name":"PCLUSAPI_GET_CLUSTER_GROUP_STATE","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_INFORMATION","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_KEY","features":[112,51]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_ID","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_KEY","features":[112,51]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_STATE","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE_KEY","features":[112,51]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE_STATE","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_ID","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_KEY","features":[112,51]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_STATE","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_NOTIFY","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_NOTIFY_V2","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_QUORUM_RESOURCE","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_DEPENDENCY_EXPRESSION","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_KEY","features":[112,51]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_NETWORK_NAME","features":[3,112]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_STATE","features":[112]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_TYPE_KEY","features":[112,51]},{"name":"PCLUSAPI_GET_NODE_CLUSTER_STATE","features":[112]},{"name":"PCLUSAPI_GET_NOTIFY_EVENT_HANDLE_V2","features":[3,112]},{"name":"PCLUSAPI_IS_FILE_ON_CLUSTER_SHARED_VOLUME","features":[3,112]},{"name":"PCLUSAPI_MOVE_CLUSTER_GROUP","features":[112]},{"name":"PCLUSAPI_OFFLINE_CLUSTER_GROUP","features":[112]},{"name":"PCLUSAPI_OFFLINE_CLUSTER_RESOURCE","features":[112]},{"name":"PCLUSAPI_ONLINE_CLUSTER_GROUP","features":[112]},{"name":"PCLUSAPI_ONLINE_CLUSTER_RESOURCE","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_EX","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP_EX","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP_GROUPSET","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETINTERFACE_EX","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETWORK","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETWORK_EX","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_NET_INTERFACE","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_NODE","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_NODE_EX","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_RESOURCE","features":[112]},{"name":"PCLUSAPI_OPEN_CLUSTER_RESOURCE_EX","features":[112]},{"name":"PCLUSAPI_OPEN_NODE_BY_ID","features":[112]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE","features":[112]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE_EX","features":[3,112]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE_EX2","features":[3,112]},{"name":"PCLUSAPI_PFN_REASON_HANDLER","features":[3,112]},{"name":"PCLUSAPI_REGISTER_CLUSTER_NOTIFY","features":[3,112]},{"name":"PCLUSAPI_REGISTER_CLUSTER_NOTIFY_V2","features":[3,112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_DEPENDENCY","features":[112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_DEPENDENCY_EX","features":[112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_GROUPSET_DEPENDENCY","features":[112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EX","features":[112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY","features":[112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY_EX","features":[112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_NAME_ACCOUNT","features":[112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_DEPENDENCY","features":[112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_DEPENDENCY_EX","features":[112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_NODE","features":[112]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_NODE_EX","features":[112]},{"name":"PCLUSAPI_REMOVE_CROSS_CLUSTER_GROUPSET_DEPENDENCY","features":[112]},{"name":"PCLUSAPI_REMOVE_RESOURCE_FROM_CLUSTER_SHARED_VOLUMES","features":[112]},{"name":"PCLUSAPI_RESTART_CLUSTER_RESOURCE","features":[112]},{"name":"PCLUSAPI_RESTART_CLUSTER_RESOURCE_EX","features":[112]},{"name":"PCLUSAPI_RESTORE_CLUSTER_DATABASE","features":[3,112]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE","features":[112]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE_EX","features":[112]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE_EX2","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EXPRESSION","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EXPRESSION_EX","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NAME","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NAME_EX","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NODE_LIST","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NODE_LIST_EX","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_NAME_EX","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_NAME","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_NAME_EX","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_PRIORITY_ORDER","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_QUORUM_RESOURCE","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_QUORUM_RESOURCE_EX","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_DEPENDENCY_EXPRESSION","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_NAME","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_NAME_EX","features":[112]},{"name":"PCLUSAPI_SET_CLUSTER_SERVICE_ACCOUNT_PASSWORD","features":[3,112]},{"name":"PCLUSAPI_SET_GROUP_DEPENDENCY_EXPRESSION","features":[112]},{"name":"PCLUSAPI_SET_GROUP_DEPENDENCY_EXPRESSION_EX","features":[112]},{"name":"PCLUSAPI_SET_REASON_HANDLER","features":[3,112]},{"name":"PCLUSAPI_SHARED_VOLUME_SET_SNAPSHOT_STATE","features":[112]},{"name":"PCLUSAPI_SetClusterName","features":[112]},{"name":"PCLUSTER_CLEAR_BACKUP_STATE_FOR_SHARED_VOLUME","features":[112]},{"name":"PCLUSTER_DECRYPT","features":[112]},{"name":"PCLUSTER_ENCRYPT","features":[112]},{"name":"PCLUSTER_GET_VOLUME_NAME_FOR_VOLUME_MOUNT_POINT","features":[3,112]},{"name":"PCLUSTER_GET_VOLUME_PATH_NAME","features":[3,112]},{"name":"PCLUSTER_IS_PATH_ON_SHARED_VOLUME","features":[3,112]},{"name":"PCLUSTER_PREPARE_SHARED_VOLUME_FOR_BACKUP","features":[112]},{"name":"PCLUSTER_REG_BATCH_ADD_COMMAND","features":[112]},{"name":"PCLUSTER_REG_BATCH_CLOSE_NOTIFICATION","features":[112]},{"name":"PCLUSTER_REG_BATCH_READ_COMMAND","features":[112]},{"name":"PCLUSTER_REG_CLOSE_BATCH","features":[3,112]},{"name":"PCLUSTER_REG_CLOSE_BATCH_NOTIFY_PORT","features":[112]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH","features":[112]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH_EX","features":[112]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH_REPLY","features":[112]},{"name":"PCLUSTER_REG_CREATE_BATCH_NOTIFY_PORT","features":[112,51]},{"name":"PCLUSTER_REG_CREATE_READ_BATCH","features":[112,51]},{"name":"PCLUSTER_REG_GET_BATCH_NOTIFICATION","features":[112]},{"name":"PCLUSTER_REG_READ_BATCH_ADD_COMMAND","features":[112]},{"name":"PCLUSTER_REG_READ_BATCH_REPLY_NEXT_COMMAND","features":[112]},{"name":"PCLUSTER_SETUP_PROGRESS_CALLBACK","features":[3,112]},{"name":"PCLUSTER_SET_ACCOUNT_ACCESS","features":[112]},{"name":"PCLUSTER_UPGRADE_PROGRESS_CALLBACK","features":[3,112]},{"name":"PEND_CONTROL_CALL","features":[112]},{"name":"PEND_TYPE_CONTROL_CALL","features":[112]},{"name":"PEXTEND_RES_CONTROL_CALL","features":[112]},{"name":"PEXTEND_RES_TYPE_CONTROL_CALL","features":[112]},{"name":"PFREE_CLUSTER_CRYPT","features":[112]},{"name":"PIS_ALIVE_ROUTINE","features":[3,112]},{"name":"PLACEMENT_OPTIONS","features":[112]},{"name":"PLACEMENT_OPTIONS_ALL","features":[112]},{"name":"PLACEMENT_OPTIONS_AVAILABILITY_SET_DOMAIN_AFFINITY","features":[112]},{"name":"PLACEMENT_OPTIONS_CONSIDER_OFFLINE_VMS","features":[112]},{"name":"PLACEMENT_OPTIONS_DEFAULT_PLACEMENT_OPTIONS","features":[112]},{"name":"PLACEMENT_OPTIONS_DISABLE_CSV_VM_DEPENDENCY","features":[112]},{"name":"PLACEMENT_OPTIONS_DONT_RESUME_AVAILABILTY_SET_VMS_WITH_EXISTING_TEMP_DISK","features":[112]},{"name":"PLACEMENT_OPTIONS_DONT_RESUME_VMS_WITH_EXISTING_TEMP_DISK","features":[112]},{"name":"PLACEMENT_OPTIONS_DONT_USE_CPU","features":[112]},{"name":"PLACEMENT_OPTIONS_DONT_USE_LOCAL_TEMP_DISK","features":[112]},{"name":"PLACEMENT_OPTIONS_DONT_USE_MEMORY","features":[112]},{"name":"PLACEMENT_OPTIONS_MIN_VALUE","features":[112]},{"name":"PLACEMENT_OPTIONS_SAVE_AVAILABILTY_SET_VMS_WITH_LOCAL_DISK_ON_DRAIN_OVERWRITE","features":[112]},{"name":"PLACEMENT_OPTIONS_SAVE_VMS_WITH_LOCAL_DISK_ON_DRAIN_OVERWRITE","features":[112]},{"name":"PLOG_EVENT_ROUTINE","features":[112]},{"name":"PLOOKS_ALIVE_ROUTINE","features":[3,112]},{"name":"POFFLINE_ROUTINE","features":[112]},{"name":"POFFLINE_V2_ROUTINE","features":[112]},{"name":"PONLINE_ROUTINE","features":[3,112]},{"name":"PONLINE_V2_ROUTINE","features":[3,112]},{"name":"POPEN_CLUSTER_CRYPT_PROVIDER","features":[112]},{"name":"POPEN_CLUSTER_CRYPT_PROVIDEREX","features":[112]},{"name":"POPEN_ROUTINE","features":[112,51]},{"name":"POPEN_V2_ROUTINE","features":[112,51]},{"name":"POST_UPGRADE_VERSION_INFO","features":[112]},{"name":"PQUERY_APPINSTANCE_VERSION","features":[3,112]},{"name":"PQUORUM_RESOURCE_LOST","features":[112]},{"name":"PRAISE_RES_TYPE_NOTIFICATION","features":[112]},{"name":"PREGISTER_APPINSTANCE","features":[3,112]},{"name":"PREGISTER_APPINSTANCE_VERSION","features":[112]},{"name":"PRELEASE_ROUTINE","features":[112]},{"name":"PREQUEST_DUMP_ROUTINE","features":[3,112]},{"name":"PRESET_ALL_APPINSTANCE_VERSIONS","features":[112]},{"name":"PRESOURCE_CONTROL_ROUTINE","features":[112]},{"name":"PRESOURCE_TYPE_CONTROL_ROUTINE","features":[112]},{"name":"PRESUTIL_ADD_UNKNOWN_PROPERTIES","features":[3,112,51]},{"name":"PRESUTIL_CREATE_DIRECTORY_TREE","features":[112]},{"name":"PRESUTIL_DUP_PARAMETER_BLOCK","features":[3,112]},{"name":"PRESUTIL_DUP_STRING","features":[112]},{"name":"PRESUTIL_ENUM_PRIVATE_PROPERTIES","features":[112,51]},{"name":"PRESUTIL_ENUM_PROPERTIES","features":[3,112]},{"name":"PRESUTIL_ENUM_RESOURCES","features":[112]},{"name":"PRESUTIL_ENUM_RESOURCES_EX","features":[112]},{"name":"PRESUTIL_ENUM_RESOURCES_EX2","features":[112]},{"name":"PRESUTIL_EXPAND_ENVIRONMENT_STRINGS","features":[112]},{"name":"PRESUTIL_FIND_BINARY_PROPERTY","features":[112]},{"name":"PRESUTIL_FIND_DEPENDENT_DISK_RESOURCE_DRIVE_LETTER","features":[112]},{"name":"PRESUTIL_FIND_DWORD_PROPERTY","features":[112]},{"name":"PRESUTIL_FIND_EXPANDED_SZ_PROPERTY","features":[112]},{"name":"PRESUTIL_FIND_EXPAND_SZ_PROPERTY","features":[112]},{"name":"PRESUTIL_FIND_FILETIME_PROPERTY","features":[3,112]},{"name":"PRESUTIL_FIND_LONG_PROPERTY","features":[112]},{"name":"PRESUTIL_FIND_MULTI_SZ_PROPERTY","features":[112]},{"name":"PRESUTIL_FIND_SZ_PROPERTY","features":[112]},{"name":"PRESUTIL_FIND_ULARGEINTEGER_PROPERTY","features":[112]},{"name":"PRESUTIL_FREE_ENVIRONMENT","features":[112]},{"name":"PRESUTIL_FREE_PARAMETER_BLOCK","features":[3,112]},{"name":"PRESUTIL_GET_ALL_PROPERTIES","features":[3,112,51]},{"name":"PRESUTIL_GET_BINARY_PROPERTY","features":[112]},{"name":"PRESUTIL_GET_BINARY_VALUE","features":[112,51]},{"name":"PRESUTIL_GET_CORE_CLUSTER_RESOURCES","features":[112]},{"name":"PRESUTIL_GET_CORE_CLUSTER_RESOURCES_EX","features":[112]},{"name":"PRESUTIL_GET_DWORD_PROPERTY","features":[112]},{"name":"PRESUTIL_GET_DWORD_VALUE","features":[112,51]},{"name":"PRESUTIL_GET_ENVIRONMENT_WITH_NET_NAME","features":[112]},{"name":"PRESUTIL_GET_EXPAND_SZ_VALUE","features":[3,112,51]},{"name":"PRESUTIL_GET_FILETIME_PROPERTY","features":[3,112]},{"name":"PRESUTIL_GET_LONG_PROPERTY","features":[112]},{"name":"PRESUTIL_GET_MULTI_SZ_PROPERTY","features":[112]},{"name":"PRESUTIL_GET_PRIVATE_PROPERTIES","features":[112,51]},{"name":"PRESUTIL_GET_PROPERTIES","features":[3,112,51]},{"name":"PRESUTIL_GET_PROPERTIES_TO_PARAMETER_BLOCK","features":[3,112,51]},{"name":"PRESUTIL_GET_PROPERTY","features":[3,112,51]},{"name":"PRESUTIL_GET_PROPERTY_FORMATS","features":[3,112]},{"name":"PRESUTIL_GET_PROPERTY_SIZE","features":[3,112,51]},{"name":"PRESUTIL_GET_QWORD_VALUE","features":[112,51]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY","features":[3,112]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_CLASS","features":[3,112]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_CLASS_EX","features":[3,112]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_NAME","features":[3,112]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_NAME_EX","features":[3,112]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_EX","features":[3,112]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENTIP_ADDRESS_PROPS","features":[112]},{"name":"PRESUTIL_GET_RESOURCE_NAME","features":[112]},{"name":"PRESUTIL_GET_RESOURCE_NAME_DEPENDENCY","features":[112]},{"name":"PRESUTIL_GET_RESOURCE_NAME_DEPENDENCY_EX","features":[112]},{"name":"PRESUTIL_GET_SZ_PROPERTY","features":[112]},{"name":"PRESUTIL_GET_SZ_VALUE","features":[112,51]},{"name":"PRESUTIL_IS_PATH_VALID","features":[3,112]},{"name":"PRESUTIL_IS_RESOURCE_CLASS_EQUAL","features":[3,112]},{"name":"PRESUTIL_PROPERTY_LIST_FROM_PARAMETER_BLOCK","features":[3,112]},{"name":"PRESUTIL_REMOVE_RESOURCE_SERVICE_ENVIRONMENT","features":[112]},{"name":"PRESUTIL_RESOURCES_EQUAL","features":[3,112]},{"name":"PRESUTIL_RESOURCE_TYPES_EQUAL","features":[3,112]},{"name":"PRESUTIL_SET_BINARY_VALUE","features":[112,51]},{"name":"PRESUTIL_SET_DWORD_VALUE","features":[112,51]},{"name":"PRESUTIL_SET_EXPAND_SZ_VALUE","features":[112,51]},{"name":"PRESUTIL_SET_MULTI_SZ_VALUE","features":[112,51]},{"name":"PRESUTIL_SET_PRIVATE_PROPERTY_LIST","features":[112,51]},{"name":"PRESUTIL_SET_PROPERTY_PARAMETER_BLOCK","features":[3,112,51]},{"name":"PRESUTIL_SET_PROPERTY_PARAMETER_BLOCK_EX","features":[3,112,51]},{"name":"PRESUTIL_SET_PROPERTY_TABLE","features":[3,112,51]},{"name":"PRESUTIL_SET_PROPERTY_TABLE_EX","features":[3,112,51]},{"name":"PRESUTIL_SET_QWORD_VALUE","features":[112,51]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_ENVIRONMENT","features":[112]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_START_PARAMETERS","features":[112,113]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_START_PARAMETERS_EX","features":[112,113]},{"name":"PRESUTIL_SET_SZ_VALUE","features":[112,51]},{"name":"PRESUTIL_SET_UNKNOWN_PROPERTIES","features":[3,112,51]},{"name":"PRESUTIL_START_RESOURCE_SERVICE","features":[112,113]},{"name":"PRESUTIL_STOP_RESOURCE_SERVICE","features":[112]},{"name":"PRESUTIL_STOP_SERVICE","features":[112,113]},{"name":"PRESUTIL_TERMINATE_SERVICE_PROCESS_FROM_RES_DLL","features":[3,112]},{"name":"PRESUTIL_VERIFY_PRIVATE_PROPERTY_LIST","features":[112]},{"name":"PRESUTIL_VERIFY_PROPERTY_TABLE","features":[3,112]},{"name":"PRESUTIL_VERIFY_RESOURCE_SERVICE","features":[112]},{"name":"PRESUTIL_VERIFY_SERVICE","features":[112,113]},{"name":"PRES_UTIL_VERIFY_SHUTDOWN_SAFE","features":[112]},{"name":"PSET_INTERNAL_STATE","features":[3,112]},{"name":"PSET_RESOURCE_INMEMORY_NODELOCAL_PROPERTIES_ROUTINE","features":[112]},{"name":"PSET_RESOURCE_LOCKED_MODE_EX_ROUTINE","features":[3,112]},{"name":"PSET_RESOURCE_LOCKED_MODE_ROUTINE","features":[3,112]},{"name":"PSET_RESOURCE_STATUS_ROUTINE","features":[3,112]},{"name":"PSET_RESOURCE_STATUS_ROUTINE_EX","features":[3,112]},{"name":"PSET_RESOURCE_WPR_POLICY_ROUTINE","features":[112]},{"name":"PSIGNAL_FAILURE_ROUTINE","features":[112]},{"name":"PSTARTUP_EX_ROUTINE","features":[3,112,51]},{"name":"PSTARTUP_ROUTINE","features":[3,112,51]},{"name":"PTERMINATE_ROUTINE","features":[112]},{"name":"PWORKER_START_ROUTINE","features":[3,112]},{"name":"PauseClusterNode","features":[112]},{"name":"PauseClusterNodeEx","features":[3,112]},{"name":"PauseClusterNodeEx2","features":[3,112]},{"name":"PaxosTagCStruct","features":[112]},{"name":"PriorityDisabled","features":[112]},{"name":"PriorityHigh","features":[112]},{"name":"PriorityLow","features":[112]},{"name":"PriorityMedium","features":[112]},{"name":"QueryAppInstanceVersion","features":[3,112]},{"name":"RESDLL_CONTEXT_OPERATION_TYPE","features":[112]},{"name":"RESOURCE_EXIT_STATE","features":[112]},{"name":"RESOURCE_FAILURE_INFO","features":[112]},{"name":"RESOURCE_FAILURE_INFO_BUFFER","features":[112]},{"name":"RESOURCE_FAILURE_INFO_VERSION_1","features":[112]},{"name":"RESOURCE_MONITOR_STATE","features":[112]},{"name":"RESOURCE_STATUS","features":[3,112]},{"name":"RESOURCE_STATUS_EX","features":[3,112]},{"name":"RESOURCE_TERMINAL_FAILURE_INFO_BUFFER","features":[3,112]},{"name":"RESTYPE_MONITOR_SHUTTING_DOWN_CLUSSVC_CRASH","features":[112]},{"name":"RESTYPE_MONITOR_SHUTTING_DOWN_NODE_STOP","features":[112]},{"name":"RESUTIL_FILETIME_DATA","features":[3,112]},{"name":"RESUTIL_LARGEINT_DATA","features":[112]},{"name":"RESUTIL_PROPERTY_ITEM","features":[3,112]},{"name":"RESUTIL_PROPITEM_IN_MEMORY","features":[112]},{"name":"RESUTIL_PROPITEM_READ_ONLY","features":[112]},{"name":"RESUTIL_PROPITEM_REQUIRED","features":[112]},{"name":"RESUTIL_PROPITEM_SIGNED","features":[112]},{"name":"RESUTIL_ULARGEINT_DATA","features":[112]},{"name":"RS3_UPGRADE_VERSION","features":[112]},{"name":"RS4_UPGRADE_VERSION","features":[112]},{"name":"RS5_UPGRADE_VERSION","features":[112]},{"name":"RedirectedIOReasonBitLockerInitializing","features":[112]},{"name":"RedirectedIOReasonFileSystemTiering","features":[112]},{"name":"RedirectedIOReasonMax","features":[112]},{"name":"RedirectedIOReasonReFs","features":[112]},{"name":"RedirectedIOReasonUnsafeFileSystemFilter","features":[112]},{"name":"RedirectedIOReasonUnsafeVolumeFilter","features":[112]},{"name":"RedirectedIOReasonUserRequest","features":[112]},{"name":"RegisterAppInstance","features":[3,112]},{"name":"RegisterAppInstanceVersion","features":[112]},{"name":"RegisterClusterNotify","features":[3,112]},{"name":"RegisterClusterNotifyV2","features":[3,112]},{"name":"RegisterClusterResourceTypeNotifyV2","features":[112]},{"name":"RemoveClusterGroupDependency","features":[112]},{"name":"RemoveClusterGroupDependencyEx","features":[112]},{"name":"RemoveClusterGroupSetDependency","features":[112]},{"name":"RemoveClusterGroupSetDependencyEx","features":[112]},{"name":"RemoveClusterGroupToGroupSetDependency","features":[112]},{"name":"RemoveClusterGroupToGroupSetDependencyEx","features":[112]},{"name":"RemoveClusterNameAccount","features":[3,112]},{"name":"RemoveClusterResourceDependency","features":[112]},{"name":"RemoveClusterResourceDependencyEx","features":[112]},{"name":"RemoveClusterResourceNode","features":[112]},{"name":"RemoveClusterResourceNodeEx","features":[112]},{"name":"RemoveClusterStorageNode","features":[112]},{"name":"RemoveCrossClusterGroupSetDependency","features":[112]},{"name":"RemoveResourceFromClusterSharedVolumes","features":[112]},{"name":"ResUtilAddUnknownProperties","features":[3,112,51]},{"name":"ResUtilCreateDirectoryTree","features":[112]},{"name":"ResUtilDupGroup","features":[112]},{"name":"ResUtilDupParameterBlock","features":[3,112]},{"name":"ResUtilDupResource","features":[112]},{"name":"ResUtilDupString","features":[112]},{"name":"ResUtilEnumGroups","features":[112]},{"name":"ResUtilEnumGroupsEx","features":[112]},{"name":"ResUtilEnumPrivateProperties","features":[112,51]},{"name":"ResUtilEnumProperties","features":[3,112]},{"name":"ResUtilEnumResources","features":[112]},{"name":"ResUtilEnumResourcesEx","features":[112]},{"name":"ResUtilEnumResourcesEx2","features":[112]},{"name":"ResUtilExpandEnvironmentStrings","features":[112]},{"name":"ResUtilFindBinaryProperty","features":[112]},{"name":"ResUtilFindDependentDiskResourceDriveLetter","features":[112]},{"name":"ResUtilFindDwordProperty","features":[112]},{"name":"ResUtilFindExpandSzProperty","features":[112]},{"name":"ResUtilFindExpandedSzProperty","features":[112]},{"name":"ResUtilFindFileTimeProperty","features":[3,112]},{"name":"ResUtilFindLongProperty","features":[112]},{"name":"ResUtilFindMultiSzProperty","features":[112]},{"name":"ResUtilFindSzProperty","features":[112]},{"name":"ResUtilFindULargeIntegerProperty","features":[112]},{"name":"ResUtilFreeEnvironment","features":[112]},{"name":"ResUtilFreeParameterBlock","features":[3,112]},{"name":"ResUtilGetAllProperties","features":[3,112,51]},{"name":"ResUtilGetBinaryProperty","features":[112]},{"name":"ResUtilGetBinaryValue","features":[112,51]},{"name":"ResUtilGetClusterGroupType","features":[112]},{"name":"ResUtilGetClusterId","features":[112]},{"name":"ResUtilGetClusterRoleState","features":[112]},{"name":"ResUtilGetCoreClusterResources","features":[112]},{"name":"ResUtilGetCoreClusterResourcesEx","features":[112]},{"name":"ResUtilGetCoreGroup","features":[112]},{"name":"ResUtilGetDwordProperty","features":[112]},{"name":"ResUtilGetDwordValue","features":[112,51]},{"name":"ResUtilGetEnvironmentWithNetName","features":[112]},{"name":"ResUtilGetFileTimeProperty","features":[3,112]},{"name":"ResUtilGetLongProperty","features":[112]},{"name":"ResUtilGetMultiSzProperty","features":[112]},{"name":"ResUtilGetPrivateProperties","features":[112,51]},{"name":"ResUtilGetProperties","features":[3,112,51]},{"name":"ResUtilGetPropertiesToParameterBlock","features":[3,112,51]},{"name":"ResUtilGetProperty","features":[3,112,51]},{"name":"ResUtilGetPropertyFormats","features":[3,112]},{"name":"ResUtilGetPropertySize","features":[3,112,51]},{"name":"ResUtilGetQwordValue","features":[112,51]},{"name":"ResUtilGetResourceDependency","features":[3,112]},{"name":"ResUtilGetResourceDependencyByClass","features":[3,112]},{"name":"ResUtilGetResourceDependencyByClassEx","features":[3,112]},{"name":"ResUtilGetResourceDependencyByName","features":[3,112]},{"name":"ResUtilGetResourceDependencyByNameEx","features":[3,112]},{"name":"ResUtilGetResourceDependencyEx","features":[3,112]},{"name":"ResUtilGetResourceDependentIPAddressProps","features":[112]},{"name":"ResUtilGetResourceName","features":[112]},{"name":"ResUtilGetResourceNameDependency","features":[112]},{"name":"ResUtilGetResourceNameDependencyEx","features":[112]},{"name":"ResUtilGetSzProperty","features":[112]},{"name":"ResUtilGetSzValue","features":[112,51]},{"name":"ResUtilGroupsEqual","features":[3,112]},{"name":"ResUtilIsPathValid","features":[3,112]},{"name":"ResUtilIsResourceClassEqual","features":[3,112]},{"name":"ResUtilLeftPaxosIsLessThanRight","features":[3,112]},{"name":"ResUtilNodeEnum","features":[112]},{"name":"ResUtilPaxosComparer","features":[3,112]},{"name":"ResUtilPropertyListFromParameterBlock","features":[3,112]},{"name":"ResUtilRemoveResourceServiceEnvironment","features":[112]},{"name":"ResUtilResourceDepEnum","features":[112]},{"name":"ResUtilResourceTypesEqual","features":[3,112]},{"name":"ResUtilResourcesEqual","features":[3,112]},{"name":"ResUtilSetBinaryValue","features":[112,51]},{"name":"ResUtilSetDwordValue","features":[112,51]},{"name":"ResUtilSetExpandSzValue","features":[112,51]},{"name":"ResUtilSetMultiSzValue","features":[112,51]},{"name":"ResUtilSetPrivatePropertyList","features":[112,51]},{"name":"ResUtilSetPropertyParameterBlock","features":[3,112,51]},{"name":"ResUtilSetPropertyParameterBlockEx","features":[3,112,51]},{"name":"ResUtilSetPropertyTable","features":[3,112,51]},{"name":"ResUtilSetPropertyTableEx","features":[3,112,51]},{"name":"ResUtilSetQwordValue","features":[112,51]},{"name":"ResUtilSetResourceServiceEnvironment","features":[112]},{"name":"ResUtilSetResourceServiceStartParameters","features":[112,113]},{"name":"ResUtilSetResourceServiceStartParametersEx","features":[112,113]},{"name":"ResUtilSetSzValue","features":[112,51]},{"name":"ResUtilSetUnknownProperties","features":[3,112,51]},{"name":"ResUtilSetValueEx","features":[112,51]},{"name":"ResUtilStartResourceService","features":[112,113]},{"name":"ResUtilStopResourceService","features":[112]},{"name":"ResUtilStopService","features":[112,113]},{"name":"ResUtilTerminateServiceProcessFromResDll","features":[3,112]},{"name":"ResUtilVerifyPrivatePropertyList","features":[112]},{"name":"ResUtilVerifyPropertyTable","features":[3,112]},{"name":"ResUtilVerifyResourceService","features":[112]},{"name":"ResUtilVerifyService","features":[112,113]},{"name":"ResUtilVerifyShutdownSafe","features":[112]},{"name":"ResUtilsDeleteKeyTree","features":[3,112,51]},{"name":"ResdllContextOperationTypeDrain","features":[112]},{"name":"ResdllContextOperationTypeDrainFailure","features":[112]},{"name":"ResdllContextOperationTypeEmbeddedFailure","features":[112]},{"name":"ResdllContextOperationTypeFailback","features":[112]},{"name":"ResdllContextOperationTypeNetworkDisconnect","features":[112]},{"name":"ResdllContextOperationTypeNetworkDisconnectMoveRetry","features":[112]},{"name":"ResdllContextOperationTypePreemption","features":[112]},{"name":"ResetAllAppInstanceVersions","features":[112]},{"name":"ResourceExitStateContinue","features":[112]},{"name":"ResourceExitStateMax","features":[112]},{"name":"ResourceExitStateTerminate","features":[112]},{"name":"ResourceUtilizationInfoElement","features":[112]},{"name":"RestartClusterResource","features":[112]},{"name":"RestartClusterResourceEx","features":[112]},{"name":"RestoreClusterDatabase","features":[3,112]},{"name":"ResumeClusterNode","features":[112]},{"name":"ResumeClusterNodeEx","features":[112]},{"name":"ResumeClusterNodeEx2","features":[112]},{"name":"RmonArbitrateResource","features":[112]},{"name":"RmonDeadlocked","features":[112]},{"name":"RmonDeletingResource","features":[112]},{"name":"RmonIdle","features":[112]},{"name":"RmonInitializing","features":[112]},{"name":"RmonInitializingResource","features":[112]},{"name":"RmonIsAlivePoll","features":[112]},{"name":"RmonLooksAlivePoll","features":[112]},{"name":"RmonOfflineResource","features":[112]},{"name":"RmonOnlineResource","features":[112]},{"name":"RmonReleaseResource","features":[112]},{"name":"RmonResourceControl","features":[112]},{"name":"RmonResourceTypeControl","features":[112]},{"name":"RmonShutdownResource","features":[112]},{"name":"RmonStartingResource","features":[112]},{"name":"RmonTerminateResource","features":[112]},{"name":"SET_APPINSTANCE_CSV_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[112]},{"name":"SET_APP_INSTANCE_CSV_FLAGS","features":[3,112]},{"name":"SR_DISK_REPLICATION_ELIGIBLE","features":[112]},{"name":"SR_REPLICATED_DISK_TYPE","features":[112]},{"name":"SR_REPLICATED_PARTITION_DISALLOW_MULTINODE_IO","features":[112]},{"name":"SR_RESOURCE_TYPE_ADD_REPLICATION_GROUP","features":[3,112]},{"name":"SR_RESOURCE_TYPE_ADD_REPLICATION_GROUP_RESULT","features":[112]},{"name":"SR_RESOURCE_TYPE_DISK_INFO","features":[112]},{"name":"SR_RESOURCE_TYPE_ELIGIBLE_DISKS_RESULT","features":[112]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_LOGDISKS","features":[3,112]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_SOURCE_DATADISKS","features":[3,112]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_TARGET_DATADISKS","features":[3,112]},{"name":"SR_RESOURCE_TYPE_REPLICATED_DISK","features":[112]},{"name":"SR_RESOURCE_TYPE_REPLICATED_DISKS_RESULT","features":[112]},{"name":"SR_RESOURCE_TYPE_REPLICATED_PARTITION_ARRAY","features":[112]},{"name":"SR_RESOURCE_TYPE_REPLICATED_PARTITION_INFO","features":[112]},{"name":"STARTUP_EX_ROUTINE","features":[112]},{"name":"STARTUP_ROUTINE","features":[112]},{"name":"SetAppInstanceCsvFlags","features":[3,112]},{"name":"SetClusterGroupName","features":[112]},{"name":"SetClusterGroupNameEx","features":[112]},{"name":"SetClusterGroupNodeList","features":[112]},{"name":"SetClusterGroupNodeListEx","features":[112]},{"name":"SetClusterGroupSetDependencyExpression","features":[112]},{"name":"SetClusterGroupSetDependencyExpressionEx","features":[112]},{"name":"SetClusterName","features":[112]},{"name":"SetClusterNameEx","features":[112]},{"name":"SetClusterNetworkName","features":[112]},{"name":"SetClusterNetworkNameEx","features":[112]},{"name":"SetClusterNetworkPriorityOrder","features":[112]},{"name":"SetClusterQuorumResource","features":[112]},{"name":"SetClusterQuorumResourceEx","features":[112]},{"name":"SetClusterResourceDependencyExpression","features":[112]},{"name":"SetClusterResourceName","features":[112]},{"name":"SetClusterResourceNameEx","features":[112]},{"name":"SetClusterServiceAccountPassword","features":[3,112]},{"name":"SetGroupDependencyExpression","features":[112]},{"name":"SetGroupDependencyExpressionEx","features":[112]},{"name":"SharedVolumeStateActive","features":[112]},{"name":"SharedVolumeStateActiveRedirected","features":[112]},{"name":"SharedVolumeStateActiveVolumeRedirected","features":[112]},{"name":"SharedVolumeStatePaused","features":[112]},{"name":"SharedVolumeStateUnavailable","features":[112]},{"name":"SrDiskReplicationEligibleAlreadyInReplication","features":[112]},{"name":"SrDiskReplicationEligibleFileSystemNotSupported","features":[112]},{"name":"SrDiskReplicationEligibleInSameSite","features":[112]},{"name":"SrDiskReplicationEligibleInsufficientFreeSpace","features":[112]},{"name":"SrDiskReplicationEligibleNone","features":[112]},{"name":"SrDiskReplicationEligibleNotGpt","features":[112]},{"name":"SrDiskReplicationEligibleNotInSameSite","features":[112]},{"name":"SrDiskReplicationEligibleOffline","features":[112]},{"name":"SrDiskReplicationEligibleOther","features":[112]},{"name":"SrDiskReplicationEligiblePartitionLayoutMismatch","features":[112]},{"name":"SrDiskReplicationEligibleSameAsSpecifiedDisk","features":[112]},{"name":"SrDiskReplicationEligibleYes","features":[112]},{"name":"SrReplicatedDiskTypeDestination","features":[112]},{"name":"SrReplicatedDiskTypeLogDestination","features":[112]},{"name":"SrReplicatedDiskTypeLogNotInParthership","features":[112]},{"name":"SrReplicatedDiskTypeLogSource","features":[112]},{"name":"SrReplicatedDiskTypeNone","features":[112]},{"name":"SrReplicatedDiskTypeNotInParthership","features":[112]},{"name":"SrReplicatedDiskTypeOther","features":[112]},{"name":"SrReplicatedDiskTypeSource","features":[112]},{"name":"USE_CLIENT_ACCESS_NETWORKS_FOR_CSV","features":[112]},{"name":"VM_RESDLL_CONTEXT","features":[112]},{"name":"VmResdllContextLiveMigration","features":[112]},{"name":"VmResdllContextSave","features":[112]},{"name":"VmResdllContextShutdown","features":[112]},{"name":"VmResdllContextShutdownForce","features":[112]},{"name":"VmResdllContextTurnOff","features":[112]},{"name":"VolumeBackupInProgress","features":[112]},{"name":"VolumeBackupNone","features":[112]},{"name":"VolumeRedirectedIOReasonMax","features":[112]},{"name":"VolumeRedirectedIOReasonNoDiskConnectivity","features":[112]},{"name":"VolumeRedirectedIOReasonStorageSpaceNotAttached","features":[112]},{"name":"VolumeRedirectedIOReasonVolumeReplicationEnabled","features":[112]},{"name":"VolumeStateDismounted","features":[112]},{"name":"VolumeStateInMaintenance","features":[112]},{"name":"VolumeStateNoAccess","features":[112]},{"name":"VolumeStateNoDirectIO","features":[112]},{"name":"VolumeStateNoFaults","features":[112]},{"name":"WS2016_RTM_UPGRADE_VERSION","features":[112]},{"name":"WS2016_TP4_UPGRADE_VERSION","features":[112]},{"name":"WS2016_TP5_UPGRADE_VERSION","features":[112]},{"name":"WitnessTagHelper","features":[112]},{"name":"WitnessTagUpdateHelper","features":[112]},{"name":"eResourceStateChangeReasonFailedMove","features":[112]},{"name":"eResourceStateChangeReasonFailover","features":[112]},{"name":"eResourceStateChangeReasonMove","features":[112]},{"name":"eResourceStateChangeReasonRundown","features":[112]},{"name":"eResourceStateChangeReasonShutdown","features":[112]},{"name":"eResourceStateChangeReasonUnknown","features":[112]}],"473":[{"name":"CacheRangeChunkSize","features":[114]},{"name":"CreateRequestQueueExternalIdProperty","features":[114]},{"name":"CreateRequestQueueMax","features":[114]},{"name":"DelegateRequestDelegateUrlProperty","features":[114]},{"name":"DelegateRequestReservedProperty","features":[114]},{"name":"ExParamTypeErrorHeaders","features":[114]},{"name":"ExParamTypeHttp2SettingsLimits","features":[114]},{"name":"ExParamTypeHttp2Window","features":[114]},{"name":"ExParamTypeHttpPerformance","features":[114]},{"name":"ExParamTypeMax","features":[114]},{"name":"ExParamTypeTlsRestrictions","features":[114]},{"name":"ExParamTypeTlsSessionTicketKeys","features":[114]},{"name":"HTTP2_SETTINGS_LIMITS_PARAM","features":[114]},{"name":"HTTP2_WINDOW_SIZE_PARAM","features":[114]},{"name":"HTTPAPI_VERSION","features":[114]},{"name":"HTTP_503_RESPONSE_VERBOSITY","features":[114]},{"name":"HTTP_AUTHENTICATION_HARDENING_LEVELS","features":[114]},{"name":"HTTP_AUTH_ENABLE_BASIC","features":[114]},{"name":"HTTP_AUTH_ENABLE_DIGEST","features":[114]},{"name":"HTTP_AUTH_ENABLE_KERBEROS","features":[114]},{"name":"HTTP_AUTH_ENABLE_NEGOTIATE","features":[114]},{"name":"HTTP_AUTH_ENABLE_NTLM","features":[114]},{"name":"HTTP_AUTH_EX_FLAG_CAPTURE_CREDENTIAL","features":[114]},{"name":"HTTP_AUTH_EX_FLAG_ENABLE_KERBEROS_CREDENTIAL_CACHING","features":[114]},{"name":"HTTP_AUTH_STATUS","features":[114]},{"name":"HTTP_BANDWIDTH_LIMIT_INFO","features":[114]},{"name":"HTTP_BINDING_INFO","features":[3,114]},{"name":"HTTP_BYTE_RANGE","features":[114]},{"name":"HTTP_CACHE_POLICY","features":[114]},{"name":"HTTP_CACHE_POLICY_TYPE","features":[114]},{"name":"HTTP_CHANNEL_BIND_CLIENT_SERVICE","features":[114]},{"name":"HTTP_CHANNEL_BIND_DOTLESS_SERVICE","features":[114]},{"name":"HTTP_CHANNEL_BIND_INFO","features":[114]},{"name":"HTTP_CHANNEL_BIND_NO_SERVICE_NAME_CHECK","features":[114]},{"name":"HTTP_CHANNEL_BIND_PROXY","features":[114]},{"name":"HTTP_CHANNEL_BIND_PROXY_COHOSTING","features":[114]},{"name":"HTTP_CHANNEL_BIND_SECURE_CHANNEL_TOKEN","features":[114]},{"name":"HTTP_CONNECTION_LIMIT_INFO","features":[114]},{"name":"HTTP_COOKED_URL","features":[114]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_CONTROLLER","features":[114]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_DELEGATION","features":[114]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_OPEN_EXISTING","features":[114]},{"name":"HTTP_CREATE_REQUEST_QUEUE_PROPERTY_ID","features":[114]},{"name":"HTTP_CREATE_REQUEST_QUEUE_PROPERTY_INFO","features":[114]},{"name":"HTTP_DATA_CHUNK","features":[3,114]},{"name":"HTTP_DATA_CHUNK_TYPE","features":[114]},{"name":"HTTP_DELEGATE_REQUEST_PROPERTY_ID","features":[114]},{"name":"HTTP_DELEGATE_REQUEST_PROPERTY_INFO","features":[114]},{"name":"HTTP_DEMAND_CBT","features":[114]},{"name":"HTTP_ENABLED_STATE","features":[114]},{"name":"HTTP_ERROR_HEADERS_PARAM","features":[114]},{"name":"HTTP_FEATURE_ID","features":[114]},{"name":"HTTP_FLOWRATE_INFO","features":[114]},{"name":"HTTP_FLUSH_RESPONSE_FLAG_RECURSIVE","features":[114]},{"name":"HTTP_HEADER_ID","features":[114]},{"name":"HTTP_INITIALIZE","features":[114]},{"name":"HTTP_INITIALIZE_CONFIG","features":[114]},{"name":"HTTP_INITIALIZE_SERVER","features":[114]},{"name":"HTTP_KNOWN_HEADER","features":[114]},{"name":"HTTP_LISTEN_ENDPOINT_INFO","features":[3,114]},{"name":"HTTP_LOGGING_FLAG_LOCAL_TIME_ROLLOVER","features":[114]},{"name":"HTTP_LOGGING_FLAG_LOG_ERRORS_ONLY","features":[114]},{"name":"HTTP_LOGGING_FLAG_LOG_SUCCESS_ONLY","features":[114]},{"name":"HTTP_LOGGING_FLAG_USE_UTF8_CONVERSION","features":[114]},{"name":"HTTP_LOGGING_INFO","features":[114,6]},{"name":"HTTP_LOGGING_ROLLOVER_TYPE","features":[114]},{"name":"HTTP_LOGGING_TYPE","features":[114]},{"name":"HTTP_LOG_DATA","features":[114]},{"name":"HTTP_LOG_DATA_TYPE","features":[114]},{"name":"HTTP_LOG_FIELDS_DATA","features":[114]},{"name":"HTTP_LOG_FIELD_BYTES_RECV","features":[114]},{"name":"HTTP_LOG_FIELD_BYTES_SENT","features":[114]},{"name":"HTTP_LOG_FIELD_CLIENT_IP","features":[114]},{"name":"HTTP_LOG_FIELD_CLIENT_PORT","features":[114]},{"name":"HTTP_LOG_FIELD_COMPUTER_NAME","features":[114]},{"name":"HTTP_LOG_FIELD_COOKIE","features":[114]},{"name":"HTTP_LOG_FIELD_CORRELATION_ID","features":[114]},{"name":"HTTP_LOG_FIELD_DATE","features":[114]},{"name":"HTTP_LOG_FIELD_FAULT_CODE","features":[114]},{"name":"HTTP_LOG_FIELD_HOST","features":[114]},{"name":"HTTP_LOG_FIELD_METHOD","features":[114]},{"name":"HTTP_LOG_FIELD_QUEUE_NAME","features":[114]},{"name":"HTTP_LOG_FIELD_REASON","features":[114]},{"name":"HTTP_LOG_FIELD_REFERER","features":[114]},{"name":"HTTP_LOG_FIELD_SERVER_IP","features":[114]},{"name":"HTTP_LOG_FIELD_SERVER_PORT","features":[114]},{"name":"HTTP_LOG_FIELD_SITE_ID","features":[114]},{"name":"HTTP_LOG_FIELD_SITE_NAME","features":[114]},{"name":"HTTP_LOG_FIELD_STATUS","features":[114]},{"name":"HTTP_LOG_FIELD_STREAM_ID","features":[114]},{"name":"HTTP_LOG_FIELD_STREAM_ID_EX","features":[114]},{"name":"HTTP_LOG_FIELD_SUB_STATUS","features":[114]},{"name":"HTTP_LOG_FIELD_TIME","features":[114]},{"name":"HTTP_LOG_FIELD_TIME_TAKEN","features":[114]},{"name":"HTTP_LOG_FIELD_TRANSPORT_TYPE","features":[114]},{"name":"HTTP_LOG_FIELD_URI","features":[114]},{"name":"HTTP_LOG_FIELD_URI_QUERY","features":[114]},{"name":"HTTP_LOG_FIELD_URI_STEM","features":[114]},{"name":"HTTP_LOG_FIELD_USER_AGENT","features":[114]},{"name":"HTTP_LOG_FIELD_USER_NAME","features":[114]},{"name":"HTTP_LOG_FIELD_VERSION","features":[114]},{"name":"HTTP_LOG_FIELD_WIN32_STATUS","features":[114]},{"name":"HTTP_MAX_SERVER_QUEUE_LENGTH","features":[114]},{"name":"HTTP_MIN_SERVER_QUEUE_LENGTH","features":[114]},{"name":"HTTP_MULTIPLE_KNOWN_HEADERS","features":[114]},{"name":"HTTP_PERFORMANCE_PARAM","features":[114]},{"name":"HTTP_PERFORMANCE_PARAM_TYPE","features":[114]},{"name":"HTTP_PROPERTY_FLAGS","features":[114]},{"name":"HTTP_PROTECTION_LEVEL_INFO","features":[114]},{"name":"HTTP_PROTECTION_LEVEL_TYPE","features":[114]},{"name":"HTTP_QOS_SETTING_INFO","features":[114]},{"name":"HTTP_QOS_SETTING_TYPE","features":[114]},{"name":"HTTP_QUERY_REQUEST_QUALIFIER_QUIC","features":[114]},{"name":"HTTP_QUERY_REQUEST_QUALIFIER_TCP","features":[114]},{"name":"HTTP_QUIC_API_TIMINGS","features":[114]},{"name":"HTTP_QUIC_CONNECTION_API_TIMINGS","features":[114]},{"name":"HTTP_QUIC_STREAM_API_TIMINGS","features":[114]},{"name":"HTTP_QUIC_STREAM_REQUEST_STATS","features":[114]},{"name":"HTTP_RECEIVE_FULL_CHAIN","features":[114]},{"name":"HTTP_RECEIVE_HTTP_REQUEST_FLAGS","features":[114]},{"name":"HTTP_RECEIVE_REQUEST_ENTITY_BODY_FLAG_FILL_BUFFER","features":[114]},{"name":"HTTP_RECEIVE_REQUEST_FLAG_COPY_BODY","features":[114]},{"name":"HTTP_RECEIVE_REQUEST_FLAG_FLUSH_BODY","features":[114]},{"name":"HTTP_RECEIVE_SECURE_CHANNEL_TOKEN","features":[114]},{"name":"HTTP_REQUEST_AUTH_FLAG_TOKEN_FOR_CACHED_CRED","features":[114]},{"name":"HTTP_REQUEST_AUTH_INFO","features":[3,114]},{"name":"HTTP_REQUEST_AUTH_TYPE","features":[114]},{"name":"HTTP_REQUEST_CHANNEL_BIND_STATUS","features":[114]},{"name":"HTTP_REQUEST_FLAG_HTTP2","features":[114]},{"name":"HTTP_REQUEST_FLAG_HTTP3","features":[114]},{"name":"HTTP_REQUEST_FLAG_IP_ROUTED","features":[114]},{"name":"HTTP_REQUEST_FLAG_MORE_ENTITY_BODY_EXISTS","features":[114]},{"name":"HTTP_REQUEST_HEADERS","features":[114]},{"name":"HTTP_REQUEST_INFO","features":[114]},{"name":"HTTP_REQUEST_INFO_TYPE","features":[114]},{"name":"HTTP_REQUEST_PROPERTY","features":[114]},{"name":"HTTP_REQUEST_PROPERTY_SNI","features":[114]},{"name":"HTTP_REQUEST_PROPERTY_SNI_FLAG_NO_SNI","features":[114]},{"name":"HTTP_REQUEST_PROPERTY_SNI_FLAG_SNI_USED","features":[114]},{"name":"HTTP_REQUEST_PROPERTY_SNI_HOST_MAX_LENGTH","features":[114]},{"name":"HTTP_REQUEST_PROPERTY_STREAM_ERROR","features":[114]},{"name":"HTTP_REQUEST_SIZING_INFO","features":[114]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_FIRST_REQUEST","features":[114]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TCP_FAST_OPEN","features":[114]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TLS_FALSE_START","features":[114]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TLS_SESSION_RESUMPTION","features":[114]},{"name":"HTTP_REQUEST_SIZING_TYPE","features":[114]},{"name":"HTTP_REQUEST_TIMING_INFO","features":[114]},{"name":"HTTP_REQUEST_TIMING_TYPE","features":[114]},{"name":"HTTP_REQUEST_TOKEN_BINDING_INFO","features":[114]},{"name":"HTTP_REQUEST_V1","features":[3,114,17]},{"name":"HTTP_REQUEST_V2","features":[3,114,17]},{"name":"HTTP_RESPONSE_FLAG_MORE_ENTITY_BODY_EXISTS","features":[114]},{"name":"HTTP_RESPONSE_FLAG_MULTIPLE_ENCODINGS_AVAILABLE","features":[114]},{"name":"HTTP_RESPONSE_HEADERS","features":[114]},{"name":"HTTP_RESPONSE_INFO","features":[114]},{"name":"HTTP_RESPONSE_INFO_FLAGS_PRESERVE_ORDER","features":[114]},{"name":"HTTP_RESPONSE_INFO_TYPE","features":[114]},{"name":"HTTP_RESPONSE_V1","features":[3,114]},{"name":"HTTP_RESPONSE_V2","features":[3,114]},{"name":"HTTP_SCHEME","features":[114]},{"name":"HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA","features":[114]},{"name":"HTTP_SEND_RESPONSE_FLAG_DISCONNECT","features":[114]},{"name":"HTTP_SEND_RESPONSE_FLAG_ENABLE_NAGLING","features":[114]},{"name":"HTTP_SEND_RESPONSE_FLAG_GOAWAY","features":[114]},{"name":"HTTP_SEND_RESPONSE_FLAG_MORE_DATA","features":[114]},{"name":"HTTP_SEND_RESPONSE_FLAG_OPAQUE","features":[114]},{"name":"HTTP_SEND_RESPONSE_FLAG_PROCESS_RANGES","features":[114]},{"name":"HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS","features":[114]},{"name":"HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS","features":[114]},{"name":"HTTP_SERVER_AUTHENTICATION_INFO","features":[3,114]},{"name":"HTTP_SERVER_PROPERTY","features":[114]},{"name":"HTTP_SERVICE_BINDING_A","features":[114]},{"name":"HTTP_SERVICE_BINDING_BASE","features":[114]},{"name":"HTTP_SERVICE_BINDING_TYPE","features":[114]},{"name":"HTTP_SERVICE_BINDING_W","features":[114]},{"name":"HTTP_SERVICE_CONFIG_CACHE_KEY","features":[114]},{"name":"HTTP_SERVICE_CONFIG_CACHE_SET","features":[114]},{"name":"HTTP_SERVICE_CONFIG_ID","features":[114]},{"name":"HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_QUERY_TYPE","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SETTING_KEY","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SETTING_SET","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_KEY","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_QUERY","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_QUERY_EX","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_SET","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_SET_EX","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_HTTP2","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_LEGACY_TLS","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_OCSP_STAPLING","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_QUIC","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_SESSION_ID","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_TLS12","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_TLS13","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_CLIENT_CORRELATION","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_SESSION_TICKET","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_TOKEN_BINDING","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_LOG_EXTENDED_EVENTS","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_NEGOTIATE_CLIENT_CERT","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_NO_RAW_FILTER","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_REJECT","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_USE_DS_MAPPER","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_KEY","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_KEY_EX","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_PARAM","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_PARAM_EX","features":[114]},{"name":"HTTP_SERVICE_CONFIG_SSL_QUERY","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_QUERY_EX","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_SET","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_SET_EX","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_KEY","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_QUERY","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_QUERY_EX","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_SET","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_SET_EX","features":[114,17]},{"name":"HTTP_SERVICE_CONFIG_TIMEOUT_KEY","features":[114]},{"name":"HTTP_SERVICE_CONFIG_TIMEOUT_SET","features":[114]},{"name":"HTTP_SERVICE_CONFIG_URLACL_KEY","features":[114]},{"name":"HTTP_SERVICE_CONFIG_URLACL_PARAM","features":[114]},{"name":"HTTP_SERVICE_CONFIG_URLACL_QUERY","features":[114]},{"name":"HTTP_SERVICE_CONFIG_URLACL_SET","features":[114]},{"name":"HTTP_SSL_CLIENT_CERT_INFO","features":[3,114]},{"name":"HTTP_SSL_INFO","features":[3,114]},{"name":"HTTP_SSL_PROTOCOL_INFO","features":[114]},{"name":"HTTP_SSL_SERVICE_CONFIG_EX_PARAM_TYPE","features":[114]},{"name":"HTTP_STATE_INFO","features":[114]},{"name":"HTTP_TIMEOUT_LIMIT_INFO","features":[114]},{"name":"HTTP_TLS_RESTRICTIONS_PARAM","features":[114]},{"name":"HTTP_TLS_SESSION_TICKET_KEYS_PARAM","features":[114]},{"name":"HTTP_TRANSPORT_ADDRESS","features":[114,17]},{"name":"HTTP_UNKNOWN_HEADER","features":[114]},{"name":"HTTP_URL_FLAG_REMOVE_ALL","features":[114]},{"name":"HTTP_VERB","features":[114]},{"name":"HTTP_VERSION","features":[114]},{"name":"HTTP_VERSION","features":[114]},{"name":"HTTP_WSK_API_TIMINGS","features":[114]},{"name":"HeaderWaitTimeout","features":[114]},{"name":"Http503ResponseVerbosityBasic","features":[114]},{"name":"Http503ResponseVerbosityFull","features":[114]},{"name":"Http503ResponseVerbosityLimited","features":[114]},{"name":"HttpAddFragmentToCache","features":[3,114,8]},{"name":"HttpAddUrl","features":[3,114]},{"name":"HttpAddUrlToUrlGroup","features":[114]},{"name":"HttpAuthStatusFailure","features":[114]},{"name":"HttpAuthStatusNotAuthenticated","features":[114]},{"name":"HttpAuthStatusSuccess","features":[114]},{"name":"HttpAuthenticationHardeningLegacy","features":[114]},{"name":"HttpAuthenticationHardeningMedium","features":[114]},{"name":"HttpAuthenticationHardeningStrict","features":[114]},{"name":"HttpCachePolicyMaximum","features":[114]},{"name":"HttpCachePolicyNocache","features":[114]},{"name":"HttpCachePolicyTimeToLive","features":[114]},{"name":"HttpCachePolicyUserInvalidates","features":[114]},{"name":"HttpCancelHttpRequest","features":[3,114,8]},{"name":"HttpCloseRequestQueue","features":[3,114]},{"name":"HttpCloseServerSession","features":[114]},{"name":"HttpCloseUrlGroup","features":[114]},{"name":"HttpCreateHttpHandle","features":[3,114]},{"name":"HttpCreateRequestQueue","features":[3,114,6]},{"name":"HttpCreateServerSession","features":[114]},{"name":"HttpCreateUrlGroup","features":[114]},{"name":"HttpDataChunkFromFileHandle","features":[114]},{"name":"HttpDataChunkFromFragmentCache","features":[114]},{"name":"HttpDataChunkFromFragmentCacheEx","features":[114]},{"name":"HttpDataChunkFromMemory","features":[114]},{"name":"HttpDataChunkMaximum","features":[114]},{"name":"HttpDataChunkTrailers","features":[114]},{"name":"HttpDeclarePush","features":[3,114]},{"name":"HttpDelegateRequestEx","features":[3,114]},{"name":"HttpDeleteServiceConfiguration","features":[3,114,8]},{"name":"HttpEnabledStateActive","features":[114]},{"name":"HttpEnabledStateInactive","features":[114]},{"name":"HttpFeatureApiTimings","features":[114]},{"name":"HttpFeatureDelegateEx","features":[114]},{"name":"HttpFeatureHttp3","features":[114]},{"name":"HttpFeatureLast","features":[114]},{"name":"HttpFeatureResponseTrailers","features":[114]},{"name":"HttpFeatureUnknown","features":[114]},{"name":"HttpFeaturemax","features":[114]},{"name":"HttpFindUrlGroupId","features":[3,114]},{"name":"HttpFlushResponseCache","features":[3,114,8]},{"name":"HttpGetExtension","features":[114]},{"name":"HttpHeaderAccept","features":[114]},{"name":"HttpHeaderAcceptCharset","features":[114]},{"name":"HttpHeaderAcceptEncoding","features":[114]},{"name":"HttpHeaderAcceptLanguage","features":[114]},{"name":"HttpHeaderAcceptRanges","features":[114]},{"name":"HttpHeaderAge","features":[114]},{"name":"HttpHeaderAllow","features":[114]},{"name":"HttpHeaderAuthorization","features":[114]},{"name":"HttpHeaderCacheControl","features":[114]},{"name":"HttpHeaderConnection","features":[114]},{"name":"HttpHeaderContentEncoding","features":[114]},{"name":"HttpHeaderContentLanguage","features":[114]},{"name":"HttpHeaderContentLength","features":[114]},{"name":"HttpHeaderContentLocation","features":[114]},{"name":"HttpHeaderContentMd5","features":[114]},{"name":"HttpHeaderContentRange","features":[114]},{"name":"HttpHeaderContentType","features":[114]},{"name":"HttpHeaderCookie","features":[114]},{"name":"HttpHeaderDate","features":[114]},{"name":"HttpHeaderEtag","features":[114]},{"name":"HttpHeaderExpect","features":[114]},{"name":"HttpHeaderExpires","features":[114]},{"name":"HttpHeaderFrom","features":[114]},{"name":"HttpHeaderHost","features":[114]},{"name":"HttpHeaderIfMatch","features":[114]},{"name":"HttpHeaderIfModifiedSince","features":[114]},{"name":"HttpHeaderIfNoneMatch","features":[114]},{"name":"HttpHeaderIfRange","features":[114]},{"name":"HttpHeaderIfUnmodifiedSince","features":[114]},{"name":"HttpHeaderKeepAlive","features":[114]},{"name":"HttpHeaderLastModified","features":[114]},{"name":"HttpHeaderLocation","features":[114]},{"name":"HttpHeaderMaxForwards","features":[114]},{"name":"HttpHeaderMaximum","features":[114]},{"name":"HttpHeaderPragma","features":[114]},{"name":"HttpHeaderProxyAuthenticate","features":[114]},{"name":"HttpHeaderProxyAuthorization","features":[114]},{"name":"HttpHeaderRange","features":[114]},{"name":"HttpHeaderReferer","features":[114]},{"name":"HttpHeaderRequestMaximum","features":[114]},{"name":"HttpHeaderResponseMaximum","features":[114]},{"name":"HttpHeaderRetryAfter","features":[114]},{"name":"HttpHeaderServer","features":[114]},{"name":"HttpHeaderSetCookie","features":[114]},{"name":"HttpHeaderTe","features":[114]},{"name":"HttpHeaderTrailer","features":[114]},{"name":"HttpHeaderTransferEncoding","features":[114]},{"name":"HttpHeaderTranslate","features":[114]},{"name":"HttpHeaderUpgrade","features":[114]},{"name":"HttpHeaderUserAgent","features":[114]},{"name":"HttpHeaderVary","features":[114]},{"name":"HttpHeaderVia","features":[114]},{"name":"HttpHeaderWarning","features":[114]},{"name":"HttpHeaderWwwAuthenticate","features":[114]},{"name":"HttpInitialize","features":[114]},{"name":"HttpIsFeatureSupported","features":[3,114]},{"name":"HttpLogDataTypeFields","features":[114]},{"name":"HttpLoggingRolloverDaily","features":[114]},{"name":"HttpLoggingRolloverHourly","features":[114]},{"name":"HttpLoggingRolloverMonthly","features":[114]},{"name":"HttpLoggingRolloverSize","features":[114]},{"name":"HttpLoggingRolloverWeekly","features":[114]},{"name":"HttpLoggingTypeIIS","features":[114]},{"name":"HttpLoggingTypeNCSA","features":[114]},{"name":"HttpLoggingTypeRaw","features":[114]},{"name":"HttpLoggingTypeW3C","features":[114]},{"name":"HttpNone","features":[114]},{"name":"HttpPrepareUrl","features":[114]},{"name":"HttpProtectionLevelEdgeRestricted","features":[114]},{"name":"HttpProtectionLevelRestricted","features":[114]},{"name":"HttpProtectionLevelUnrestricted","features":[114]},{"name":"HttpQosSettingTypeBandwidth","features":[114]},{"name":"HttpQosSettingTypeConnectionLimit","features":[114]},{"name":"HttpQosSettingTypeFlowRate","features":[114]},{"name":"HttpQueryRequestQueueProperty","features":[3,114]},{"name":"HttpQueryServerSessionProperty","features":[114]},{"name":"HttpQueryServiceConfiguration","features":[3,114,8]},{"name":"HttpQueryUrlGroupProperty","features":[114]},{"name":"HttpReadFragmentFromCache","features":[3,114,8]},{"name":"HttpReceiveClientCertificate","features":[3,114,8]},{"name":"HttpReceiveHttpRequest","features":[3,114,17,8]},{"name":"HttpReceiveRequestEntityBody","features":[3,114,8]},{"name":"HttpRemoveUrl","features":[3,114]},{"name":"HttpRemoveUrlFromUrlGroup","features":[114]},{"name":"HttpRequestAuthTypeBasic","features":[114]},{"name":"HttpRequestAuthTypeDigest","features":[114]},{"name":"HttpRequestAuthTypeKerberos","features":[114]},{"name":"HttpRequestAuthTypeNTLM","features":[114]},{"name":"HttpRequestAuthTypeNegotiate","features":[114]},{"name":"HttpRequestAuthTypeNone","features":[114]},{"name":"HttpRequestInfoTypeAuth","features":[114]},{"name":"HttpRequestInfoTypeChannelBind","features":[114]},{"name":"HttpRequestInfoTypeQuicStats","features":[114]},{"name":"HttpRequestInfoTypeRequestSizing","features":[114]},{"name":"HttpRequestInfoTypeRequestTiming","features":[114]},{"name":"HttpRequestInfoTypeSslProtocol","features":[114]},{"name":"HttpRequestInfoTypeSslTokenBinding","features":[114]},{"name":"HttpRequestInfoTypeSslTokenBindingDraft","features":[114]},{"name":"HttpRequestInfoTypeTcpInfoV0","features":[114]},{"name":"HttpRequestInfoTypeTcpInfoV1","features":[114]},{"name":"HttpRequestPropertyIsb","features":[114]},{"name":"HttpRequestPropertyQuicApiTimings","features":[114]},{"name":"HttpRequestPropertyQuicStats","features":[114]},{"name":"HttpRequestPropertySni","features":[114]},{"name":"HttpRequestPropertyStreamError","features":[114]},{"name":"HttpRequestPropertyTcpInfoV0","features":[114]},{"name":"HttpRequestPropertyTcpInfoV1","features":[114]},{"name":"HttpRequestPropertyWskApiTimings","features":[114]},{"name":"HttpRequestSizingTypeHeaders","features":[114]},{"name":"HttpRequestSizingTypeMax","features":[114]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg1ClientData","features":[114]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg1ServerData","features":[114]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg2ClientData","features":[114]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg2ServerData","features":[114]},{"name":"HttpRequestTimingTypeConnectionStart","features":[114]},{"name":"HttpRequestTimingTypeDataStart","features":[114]},{"name":"HttpRequestTimingTypeHttp2HeaderDecodeEnd","features":[114]},{"name":"HttpRequestTimingTypeHttp2HeaderDecodeStart","features":[114]},{"name":"HttpRequestTimingTypeHttp2StreamStart","features":[114]},{"name":"HttpRequestTimingTypeHttp3HeaderDecodeEnd","features":[114]},{"name":"HttpRequestTimingTypeHttp3HeaderDecodeStart","features":[114]},{"name":"HttpRequestTimingTypeHttp3StreamStart","features":[114]},{"name":"HttpRequestTimingTypeMax","features":[114]},{"name":"HttpRequestTimingTypeRequestDeliveredForDelegation","features":[114]},{"name":"HttpRequestTimingTypeRequestDeliveredForIO","features":[114]},{"name":"HttpRequestTimingTypeRequestDeliveredForInspection","features":[114]},{"name":"HttpRequestTimingTypeRequestHeaderParseEnd","features":[114]},{"name":"HttpRequestTimingTypeRequestHeaderParseStart","features":[114]},{"name":"HttpRequestTimingTypeRequestQueuedForDelegation","features":[114]},{"name":"HttpRequestTimingTypeRequestQueuedForIO","features":[114]},{"name":"HttpRequestTimingTypeRequestQueuedForInspection","features":[114]},{"name":"HttpRequestTimingTypeRequestReturnedAfterDelegation","features":[114]},{"name":"HttpRequestTimingTypeRequestReturnedAfterInspection","features":[114]},{"name":"HttpRequestTimingTypeRequestRoutingEnd","features":[114]},{"name":"HttpRequestTimingTypeRequestRoutingStart","features":[114]},{"name":"HttpRequestTimingTypeTlsAttributesQueryEnd","features":[114]},{"name":"HttpRequestTimingTypeTlsAttributesQueryStart","features":[114]},{"name":"HttpRequestTimingTypeTlsCertificateLoadEnd","features":[114]},{"name":"HttpRequestTimingTypeTlsCertificateLoadStart","features":[114]},{"name":"HttpRequestTimingTypeTlsClientCertQueryEnd","features":[114]},{"name":"HttpRequestTimingTypeTlsClientCertQueryStart","features":[114]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg1End","features":[114]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg1Start","features":[114]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg2End","features":[114]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg2Start","features":[114]},{"name":"HttpResponseInfoTypeAuthenticationProperty","features":[114]},{"name":"HttpResponseInfoTypeChannelBind","features":[114]},{"name":"HttpResponseInfoTypeMultipleKnownHeaders","features":[114]},{"name":"HttpResponseInfoTypeQoSProperty","features":[114]},{"name":"HttpSchemeHttp","features":[114]},{"name":"HttpSchemeHttps","features":[114]},{"name":"HttpSchemeMaximum","features":[114]},{"name":"HttpSendHttpResponse","features":[3,114,8]},{"name":"HttpSendResponseEntityBody","features":[3,114,8]},{"name":"HttpServer503VerbosityProperty","features":[114]},{"name":"HttpServerAuthenticationProperty","features":[114]},{"name":"HttpServerBindingProperty","features":[114]},{"name":"HttpServerChannelBindProperty","features":[114]},{"name":"HttpServerDelegationProperty","features":[114]},{"name":"HttpServerExtendedAuthenticationProperty","features":[114]},{"name":"HttpServerListenEndpointProperty","features":[114]},{"name":"HttpServerLoggingProperty","features":[114]},{"name":"HttpServerProtectionLevelProperty","features":[114]},{"name":"HttpServerQosProperty","features":[114]},{"name":"HttpServerQueueLengthProperty","features":[114]},{"name":"HttpServerStateProperty","features":[114]},{"name":"HttpServerTimeoutsProperty","features":[114]},{"name":"HttpServiceBindingTypeA","features":[114]},{"name":"HttpServiceBindingTypeNone","features":[114]},{"name":"HttpServiceBindingTypeW","features":[114]},{"name":"HttpServiceConfigCache","features":[114]},{"name":"HttpServiceConfigIPListenList","features":[114]},{"name":"HttpServiceConfigMax","features":[114]},{"name":"HttpServiceConfigQueryExact","features":[114]},{"name":"HttpServiceConfigQueryMax","features":[114]},{"name":"HttpServiceConfigQueryNext","features":[114]},{"name":"HttpServiceConfigSSLCertInfo","features":[114]},{"name":"HttpServiceConfigSetting","features":[114]},{"name":"HttpServiceConfigSslCcsCertInfo","features":[114]},{"name":"HttpServiceConfigSslCcsCertInfoEx","features":[114]},{"name":"HttpServiceConfigSslCertInfoEx","features":[114]},{"name":"HttpServiceConfigSslScopedCcsCertInfo","features":[114]},{"name":"HttpServiceConfigSslScopedCcsCertInfoEx","features":[114]},{"name":"HttpServiceConfigSslSniCertInfo","features":[114]},{"name":"HttpServiceConfigSslSniCertInfoEx","features":[114]},{"name":"HttpServiceConfigTimeout","features":[114]},{"name":"HttpServiceConfigUrlAclInfo","features":[114]},{"name":"HttpSetRequestProperty","features":[3,114,8]},{"name":"HttpSetRequestQueueProperty","features":[3,114]},{"name":"HttpSetServerSessionProperty","features":[114]},{"name":"HttpSetServiceConfiguration","features":[3,114,8]},{"name":"HttpSetUrlGroupProperty","features":[114]},{"name":"HttpShutdownRequestQueue","features":[3,114]},{"name":"HttpTerminate","features":[114]},{"name":"HttpTlsThrottle","features":[114]},{"name":"HttpUpdateServiceConfiguration","features":[3,114,8]},{"name":"HttpVerbCONNECT","features":[114]},{"name":"HttpVerbCOPY","features":[114]},{"name":"HttpVerbDELETE","features":[114]},{"name":"HttpVerbGET","features":[114]},{"name":"HttpVerbHEAD","features":[114]},{"name":"HttpVerbInvalid","features":[114]},{"name":"HttpVerbLOCK","features":[114]},{"name":"HttpVerbMKCOL","features":[114]},{"name":"HttpVerbMOVE","features":[114]},{"name":"HttpVerbMaximum","features":[114]},{"name":"HttpVerbOPTIONS","features":[114]},{"name":"HttpVerbPOST","features":[114]},{"name":"HttpVerbPROPFIND","features":[114]},{"name":"HttpVerbPROPPATCH","features":[114]},{"name":"HttpVerbPUT","features":[114]},{"name":"HttpVerbSEARCH","features":[114]},{"name":"HttpVerbTRACE","features":[114]},{"name":"HttpVerbTRACK","features":[114]},{"name":"HttpVerbUNLOCK","features":[114]},{"name":"HttpVerbUnknown","features":[114]},{"name":"HttpVerbUnparsed","features":[114]},{"name":"HttpWaitForDemandStart","features":[3,114,8]},{"name":"HttpWaitForDisconnect","features":[3,114,8]},{"name":"HttpWaitForDisconnectEx","features":[3,114,8]},{"name":"IdleConnectionTimeout","features":[114]},{"name":"MaxCacheResponseSize","features":[114]},{"name":"PerformanceParamAggressiveICW","features":[114]},{"name":"PerformanceParamDecryptOnSspiThread","features":[114]},{"name":"PerformanceParamMax","features":[114]},{"name":"PerformanceParamMaxConcurrentClientStreams","features":[114]},{"name":"PerformanceParamMaxReceiveBufferSize","features":[114]},{"name":"PerformanceParamMaxSendBufferSize","features":[114]},{"name":"PerformanceParamSendBufferingFlags","features":[114]}],"474":[{"name":"BerElement","features":[115]},{"name":"DBGPRINT","features":[115]},{"name":"DEREFERENCECONNECTION","features":[115]},{"name":"LAPI_MAJOR_VER1","features":[115]},{"name":"LAPI_MINOR_VER1","features":[115]},{"name":"LBER_DEFAULT","features":[115]},{"name":"LBER_ERROR","features":[115]},{"name":"LBER_TRANSLATE_STRINGS","features":[115]},{"name":"LBER_USE_DER","features":[115]},{"name":"LBER_USE_INDEFINITE_LEN","features":[115]},{"name":"LDAP","features":[115]},{"name":"LDAPAPIFeatureInfoA","features":[115]},{"name":"LDAPAPIFeatureInfoW","features":[115]},{"name":"LDAPAPIInfoA","features":[115]},{"name":"LDAPAPIInfoW","features":[115]},{"name":"LDAPControlA","features":[3,115]},{"name":"LDAPControlW","features":[3,115]},{"name":"LDAPMessage","features":[3,115]},{"name":"LDAPModA","features":[115]},{"name":"LDAPModW","features":[115]},{"name":"LDAPSortKeyA","features":[3,115]},{"name":"LDAPSortKeyW","features":[3,115]},{"name":"LDAPVLVInfo","features":[115]},{"name":"LDAP_ABANDON_CMD","features":[115]},{"name":"LDAP_ADD_CMD","features":[115]},{"name":"LDAP_ADMIN_LIMIT_EXCEEDED","features":[115]},{"name":"LDAP_AFFECTS_MULTIPLE_DSAS","features":[115]},{"name":"LDAP_ALIAS_DEREF_PROBLEM","features":[115]},{"name":"LDAP_ALIAS_PROBLEM","features":[115]},{"name":"LDAP_ALREADY_EXISTS","features":[115]},{"name":"LDAP_API_FEATURE_VIRTUAL_LIST_VIEW","features":[115]},{"name":"LDAP_API_INFO_VERSION","features":[115]},{"name":"LDAP_API_VERSION","features":[115]},{"name":"LDAP_ATTRIBUTE_OR_VALUE_EXISTS","features":[115]},{"name":"LDAP_AUTH_METHOD_NOT_SUPPORTED","features":[115]},{"name":"LDAP_AUTH_OTHERKIND","features":[115]},{"name":"LDAP_AUTH_SASL","features":[115]},{"name":"LDAP_AUTH_SIMPLE","features":[115]},{"name":"LDAP_AUTH_UNKNOWN","features":[115]},{"name":"LDAP_BERVAL","features":[115]},{"name":"LDAP_BIND_CMD","features":[115]},{"name":"LDAP_BUSY","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_ADAM_OID","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_ADAM_OID_W","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_LDAP_INTEG_OID","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_LDAP_INTEG_OID_W","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_OID","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_OID_W","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_PARTIAL_SECRETS_OID","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_PARTIAL_SECRETS_OID_W","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V51_OID","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V51_OID_W","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V60_OID","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V60_OID_W","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_OID","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_OID_W","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_R2_OID","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_R2_OID_W","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_W8_OID","features":[115]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_W8_OID_W","features":[115]},{"name":"LDAP_CHASE_EXTERNAL_REFERRALS","features":[115]},{"name":"LDAP_CHASE_SUBORDINATE_REFERRALS","features":[115]},{"name":"LDAP_CLIENT_LOOP","features":[115]},{"name":"LDAP_COMPARE_CMD","features":[115]},{"name":"LDAP_COMPARE_FALSE","features":[115]},{"name":"LDAP_COMPARE_TRUE","features":[115]},{"name":"LDAP_CONFIDENTIALITY_REQUIRED","features":[115]},{"name":"LDAP_CONNECT_ERROR","features":[115]},{"name":"LDAP_CONSTRAINT_VIOLATION","features":[115]},{"name":"LDAP_CONTROL_NOT_FOUND","features":[115]},{"name":"LDAP_CONTROL_REFERRALS","features":[115]},{"name":"LDAP_CONTROL_REFERRALS_W","features":[115]},{"name":"LDAP_CONTROL_VLVREQUEST","features":[115]},{"name":"LDAP_CONTROL_VLVREQUEST_W","features":[115]},{"name":"LDAP_CONTROL_VLVRESPONSE","features":[115]},{"name":"LDAP_CONTROL_VLVRESPONSE_W","features":[115]},{"name":"LDAP_DECODING_ERROR","features":[115]},{"name":"LDAP_DELETE_CMD","features":[115]},{"name":"LDAP_DEREF_ALWAYS","features":[115]},{"name":"LDAP_DEREF_FINDING","features":[115]},{"name":"LDAP_DEREF_NEVER","features":[115]},{"name":"LDAP_DEREF_SEARCHING","features":[115]},{"name":"LDAP_DIRSYNC_ANCESTORS_FIRST_ORDER","features":[115]},{"name":"LDAP_DIRSYNC_INCREMENTAL_VALUES","features":[115]},{"name":"LDAP_DIRSYNC_OBJECT_SECURITY","features":[115]},{"name":"LDAP_DIRSYNC_PUBLIC_DATA_ONLY","features":[115]},{"name":"LDAP_DIRSYNC_ROPAS_DATA_ONLY","features":[115]},{"name":"LDAP_ENCODING_ERROR","features":[115]},{"name":"LDAP_EXTENDED_CMD","features":[115]},{"name":"LDAP_FEATURE_INFO_VERSION","features":[115]},{"name":"LDAP_FILTER_AND","features":[115]},{"name":"LDAP_FILTER_APPROX","features":[115]},{"name":"LDAP_FILTER_EQUALITY","features":[115]},{"name":"LDAP_FILTER_ERROR","features":[115]},{"name":"LDAP_FILTER_EXTENSIBLE","features":[115]},{"name":"LDAP_FILTER_GE","features":[115]},{"name":"LDAP_FILTER_LE","features":[115]},{"name":"LDAP_FILTER_NOT","features":[115]},{"name":"LDAP_FILTER_OR","features":[115]},{"name":"LDAP_FILTER_PRESENT","features":[115]},{"name":"LDAP_FILTER_SUBSTRINGS","features":[115]},{"name":"LDAP_GC_PORT","features":[115]},{"name":"LDAP_INAPPROPRIATE_AUTH","features":[115]},{"name":"LDAP_INAPPROPRIATE_MATCHING","features":[115]},{"name":"LDAP_INSUFFICIENT_RIGHTS","features":[115]},{"name":"LDAP_INVALID_CMD","features":[115]},{"name":"LDAP_INVALID_CREDENTIALS","features":[115]},{"name":"LDAP_INVALID_DN_SYNTAX","features":[115]},{"name":"LDAP_INVALID_RES","features":[115]},{"name":"LDAP_INVALID_SYNTAX","features":[115]},{"name":"LDAP_IS_LEAF","features":[115]},{"name":"LDAP_LOCAL_ERROR","features":[115]},{"name":"LDAP_LOOP_DETECT","features":[115]},{"name":"LDAP_MATCHING_RULE_BIT_AND","features":[115]},{"name":"LDAP_MATCHING_RULE_BIT_AND_W","features":[115]},{"name":"LDAP_MATCHING_RULE_BIT_OR","features":[115]},{"name":"LDAP_MATCHING_RULE_BIT_OR_W","features":[115]},{"name":"LDAP_MATCHING_RULE_DN_BINARY_COMPLEX","features":[115]},{"name":"LDAP_MATCHING_RULE_DN_BINARY_COMPLEX_W","features":[115]},{"name":"LDAP_MATCHING_RULE_TRANSITIVE_EVALUATION","features":[115]},{"name":"LDAP_MATCHING_RULE_TRANSITIVE_EVALUATION_W","features":[115]},{"name":"LDAP_MODIFY_CMD","features":[115]},{"name":"LDAP_MODRDN_CMD","features":[115]},{"name":"LDAP_MOD_ADD","features":[115]},{"name":"LDAP_MOD_BVALUES","features":[115]},{"name":"LDAP_MOD_DELETE","features":[115]},{"name":"LDAP_MOD_REPLACE","features":[115]},{"name":"LDAP_MORE_RESULTS_TO_RETURN","features":[115]},{"name":"LDAP_MSG_ALL","features":[115]},{"name":"LDAP_MSG_ONE","features":[115]},{"name":"LDAP_MSG_RECEIVED","features":[115]},{"name":"LDAP_NAMING_VIOLATION","features":[115]},{"name":"LDAP_NOT_ALLOWED_ON_NONLEAF","features":[115]},{"name":"LDAP_NOT_ALLOWED_ON_RDN","features":[115]},{"name":"LDAP_NOT_SUPPORTED","features":[115]},{"name":"LDAP_NO_LIMIT","features":[115]},{"name":"LDAP_NO_MEMORY","features":[115]},{"name":"LDAP_NO_OBJECT_CLASS_MODS","features":[115]},{"name":"LDAP_NO_RESULTS_RETURNED","features":[115]},{"name":"LDAP_NO_SUCH_ATTRIBUTE","features":[115]},{"name":"LDAP_NO_SUCH_OBJECT","features":[115]},{"name":"LDAP_OBJECT_CLASS_VIOLATION","features":[115]},{"name":"LDAP_OFFSET_RANGE_ERROR","features":[115]},{"name":"LDAP_OPATT_ABANDON_REPL","features":[115]},{"name":"LDAP_OPATT_ABANDON_REPL_W","features":[115]},{"name":"LDAP_OPATT_BECOME_DOM_MASTER","features":[115]},{"name":"LDAP_OPATT_BECOME_DOM_MASTER_W","features":[115]},{"name":"LDAP_OPATT_BECOME_PDC","features":[115]},{"name":"LDAP_OPATT_BECOME_PDC_W","features":[115]},{"name":"LDAP_OPATT_BECOME_RID_MASTER","features":[115]},{"name":"LDAP_OPATT_BECOME_RID_MASTER_W","features":[115]},{"name":"LDAP_OPATT_BECOME_SCHEMA_MASTER","features":[115]},{"name":"LDAP_OPATT_BECOME_SCHEMA_MASTER_W","features":[115]},{"name":"LDAP_OPATT_CONFIG_NAMING_CONTEXT","features":[115]},{"name":"LDAP_OPATT_CONFIG_NAMING_CONTEXT_W","features":[115]},{"name":"LDAP_OPATT_CURRENT_TIME","features":[115]},{"name":"LDAP_OPATT_CURRENT_TIME_W","features":[115]},{"name":"LDAP_OPATT_DEFAULT_NAMING_CONTEXT","features":[115]},{"name":"LDAP_OPATT_DEFAULT_NAMING_CONTEXT_W","features":[115]},{"name":"LDAP_OPATT_DNS_HOST_NAME","features":[115]},{"name":"LDAP_OPATT_DNS_HOST_NAME_W","features":[115]},{"name":"LDAP_OPATT_DO_GARBAGE_COLLECTION","features":[115]},{"name":"LDAP_OPATT_DO_GARBAGE_COLLECTION_W","features":[115]},{"name":"LDAP_OPATT_DS_SERVICE_NAME","features":[115]},{"name":"LDAP_OPATT_DS_SERVICE_NAME_W","features":[115]},{"name":"LDAP_OPATT_FIXUP_INHERITANCE","features":[115]},{"name":"LDAP_OPATT_FIXUP_INHERITANCE_W","features":[115]},{"name":"LDAP_OPATT_HIGHEST_COMMITTED_USN","features":[115]},{"name":"LDAP_OPATT_HIGHEST_COMMITTED_USN_W","features":[115]},{"name":"LDAP_OPATT_INVALIDATE_RID_POOL","features":[115]},{"name":"LDAP_OPATT_INVALIDATE_RID_POOL_W","features":[115]},{"name":"LDAP_OPATT_LDAP_SERVICE_NAME","features":[115]},{"name":"LDAP_OPATT_LDAP_SERVICE_NAME_W","features":[115]},{"name":"LDAP_OPATT_NAMING_CONTEXTS","features":[115]},{"name":"LDAP_OPATT_NAMING_CONTEXTS_W","features":[115]},{"name":"LDAP_OPATT_RECALC_HIERARCHY","features":[115]},{"name":"LDAP_OPATT_RECALC_HIERARCHY_W","features":[115]},{"name":"LDAP_OPATT_ROOT_DOMAIN_NAMING_CONTEXT","features":[115]},{"name":"LDAP_OPATT_ROOT_DOMAIN_NAMING_CONTEXT_W","features":[115]},{"name":"LDAP_OPATT_SCHEMA_NAMING_CONTEXT","features":[115]},{"name":"LDAP_OPATT_SCHEMA_NAMING_CONTEXT_W","features":[115]},{"name":"LDAP_OPATT_SCHEMA_UPDATE_NOW","features":[115]},{"name":"LDAP_OPATT_SCHEMA_UPDATE_NOW_W","features":[115]},{"name":"LDAP_OPATT_SERVER_NAME","features":[115]},{"name":"LDAP_OPATT_SERVER_NAME_W","features":[115]},{"name":"LDAP_OPATT_SUBSCHEMA_SUBENTRY","features":[115]},{"name":"LDAP_OPATT_SUBSCHEMA_SUBENTRY_W","features":[115]},{"name":"LDAP_OPATT_SUPPORTED_CAPABILITIES","features":[115]},{"name":"LDAP_OPATT_SUPPORTED_CAPABILITIES_W","features":[115]},{"name":"LDAP_OPATT_SUPPORTED_CONTROL","features":[115]},{"name":"LDAP_OPATT_SUPPORTED_CONTROL_W","features":[115]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_POLICIES","features":[115]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_POLICIES_W","features":[115]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_VERSION","features":[115]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_VERSION_W","features":[115]},{"name":"LDAP_OPATT_SUPPORTED_SASL_MECHANISM","features":[115]},{"name":"LDAP_OPATT_SUPPORTED_SASL_MECHANISM_W","features":[115]},{"name":"LDAP_OPERATIONS_ERROR","features":[115]},{"name":"LDAP_OPT_API_FEATURE_INFO","features":[115]},{"name":"LDAP_OPT_API_INFO","features":[115]},{"name":"LDAP_OPT_AREC_EXCLUSIVE","features":[115]},{"name":"LDAP_OPT_AUTO_RECONNECT","features":[115]},{"name":"LDAP_OPT_CACHE_ENABLE","features":[115]},{"name":"LDAP_OPT_CACHE_FN_PTRS","features":[115]},{"name":"LDAP_OPT_CACHE_STRATEGY","features":[115]},{"name":"LDAP_OPT_CHASE_REFERRALS","features":[115]},{"name":"LDAP_OPT_CLDAP_TIMEOUT","features":[115]},{"name":"LDAP_OPT_CLDAP_TRIES","features":[115]},{"name":"LDAP_OPT_CLIENT_CERTIFICATE","features":[115]},{"name":"LDAP_OPT_DEREF","features":[115]},{"name":"LDAP_OPT_DESC","features":[115]},{"name":"LDAP_OPT_DNS","features":[115]},{"name":"LDAP_OPT_DNSDOMAIN_NAME","features":[115]},{"name":"LDAP_OPT_ENCRYPT","features":[115]},{"name":"LDAP_OPT_ERROR_NUMBER","features":[115]},{"name":"LDAP_OPT_ERROR_STRING","features":[115]},{"name":"LDAP_OPT_FAST_CONCURRENT_BIND","features":[115]},{"name":"LDAP_OPT_GETDSNAME_FLAGS","features":[115]},{"name":"LDAP_OPT_HOST_NAME","features":[115]},{"name":"LDAP_OPT_HOST_REACHABLE","features":[115]},{"name":"LDAP_OPT_IO_FN_PTRS","features":[115]},{"name":"LDAP_OPT_PING_KEEP_ALIVE","features":[115]},{"name":"LDAP_OPT_PING_LIMIT","features":[115]},{"name":"LDAP_OPT_PING_WAIT_TIME","features":[115]},{"name":"LDAP_OPT_PROMPT_CREDENTIALS","features":[115]},{"name":"LDAP_OPT_PROTOCOL_VERSION","features":[115]},{"name":"LDAP_OPT_REBIND_ARG","features":[115]},{"name":"LDAP_OPT_REBIND_FN","features":[115]},{"name":"LDAP_OPT_REFERRALS","features":[115]},{"name":"LDAP_OPT_REFERRAL_CALLBACK","features":[115]},{"name":"LDAP_OPT_REFERRAL_HOP_LIMIT","features":[115]},{"name":"LDAP_OPT_REF_DEREF_CONN_PER_MSG","features":[115]},{"name":"LDAP_OPT_RESTART","features":[115]},{"name":"LDAP_OPT_RETURN_REFS","features":[115]},{"name":"LDAP_OPT_ROOTDSE_CACHE","features":[115]},{"name":"LDAP_OPT_SASL_METHOD","features":[115]},{"name":"LDAP_OPT_SCH_FLAGS","features":[115]},{"name":"LDAP_OPT_SECURITY_CONTEXT","features":[115]},{"name":"LDAP_OPT_SEND_TIMEOUT","features":[115]},{"name":"LDAP_OPT_SERVER_CERTIFICATE","features":[115]},{"name":"LDAP_OPT_SERVER_ERROR","features":[115]},{"name":"LDAP_OPT_SERVER_EXT_ERROR","features":[115]},{"name":"LDAP_OPT_SIGN","features":[115]},{"name":"LDAP_OPT_SIZELIMIT","features":[115]},{"name":"LDAP_OPT_SOCKET_BIND_ADDRESSES","features":[115]},{"name":"LDAP_OPT_SSL","features":[115]},{"name":"LDAP_OPT_SSL_INFO","features":[115]},{"name":"LDAP_OPT_SSPI_FLAGS","features":[115]},{"name":"LDAP_OPT_TCP_KEEPALIVE","features":[115]},{"name":"LDAP_OPT_THREAD_FN_PTRS","features":[115]},{"name":"LDAP_OPT_TIMELIMIT","features":[115]},{"name":"LDAP_OPT_TLS","features":[115]},{"name":"LDAP_OPT_TLS_INFO","features":[115]},{"name":"LDAP_OPT_VERSION","features":[115]},{"name":"LDAP_OTHER","features":[115]},{"name":"LDAP_PAGED_RESULT_OID_STRING","features":[115]},{"name":"LDAP_PAGED_RESULT_OID_STRING_W","features":[115]},{"name":"LDAP_PARAM_ERROR","features":[115]},{"name":"LDAP_PARTIAL_RESULTS","features":[115]},{"name":"LDAP_POLICYHINT_APPLY_FULLPWDPOLICY","features":[115]},{"name":"LDAP_PORT","features":[115]},{"name":"LDAP_PROTOCOL_ERROR","features":[115]},{"name":"LDAP_REFERRAL","features":[115]},{"name":"LDAP_REFERRAL_CALLBACK","features":[3,115]},{"name":"LDAP_REFERRAL_LIMIT_EXCEEDED","features":[115]},{"name":"LDAP_REFERRAL_V2","features":[115]},{"name":"LDAP_RESULTS_TOO_LARGE","features":[115]},{"name":"LDAP_RES_ADD","features":[115]},{"name":"LDAP_RES_ANY","features":[115]},{"name":"LDAP_RES_BIND","features":[115]},{"name":"LDAP_RES_COMPARE","features":[115]},{"name":"LDAP_RES_DELETE","features":[115]},{"name":"LDAP_RES_EXTENDED","features":[115]},{"name":"LDAP_RES_MODIFY","features":[115]},{"name":"LDAP_RES_MODRDN","features":[115]},{"name":"LDAP_RES_REFERRAL","features":[115]},{"name":"LDAP_RES_SEARCH_ENTRY","features":[115]},{"name":"LDAP_RES_SEARCH_RESULT","features":[115]},{"name":"LDAP_RES_SESSION","features":[115]},{"name":"LDAP_RETCODE","features":[115]},{"name":"LDAP_SASL_BIND_IN_PROGRESS","features":[115]},{"name":"LDAP_SCOPE_BASE","features":[115]},{"name":"LDAP_SCOPE_ONELEVEL","features":[115]},{"name":"LDAP_SCOPE_SUBTREE","features":[115]},{"name":"LDAP_SEARCH_CMD","features":[115]},{"name":"LDAP_SEARCH_HINT_INDEX_ONLY_OID","features":[115]},{"name":"LDAP_SEARCH_HINT_INDEX_ONLY_OID_W","features":[115]},{"name":"LDAP_SEARCH_HINT_REQUIRED_INDEX_OID","features":[115]},{"name":"LDAP_SEARCH_HINT_REQUIRED_INDEX_OID_W","features":[115]},{"name":"LDAP_SEARCH_HINT_SOFT_SIZE_LIMIT_OID","features":[115]},{"name":"LDAP_SEARCH_HINT_SOFT_SIZE_LIMIT_OID_W","features":[115]},{"name":"LDAP_SERVER_ASQ_OID","features":[115]},{"name":"LDAP_SERVER_ASQ_OID_W","features":[115]},{"name":"LDAP_SERVER_BATCH_REQUEST_OID","features":[115]},{"name":"LDAP_SERVER_BATCH_REQUEST_OID_W","features":[115]},{"name":"LDAP_SERVER_BYPASS_QUOTA_OID","features":[115]},{"name":"LDAP_SERVER_BYPASS_QUOTA_OID_W","features":[115]},{"name":"LDAP_SERVER_CROSSDOM_MOVE_TARGET_OID","features":[115]},{"name":"LDAP_SERVER_CROSSDOM_MOVE_TARGET_OID_W","features":[115]},{"name":"LDAP_SERVER_DIRSYNC_EX_OID","features":[115]},{"name":"LDAP_SERVER_DIRSYNC_EX_OID_W","features":[115]},{"name":"LDAP_SERVER_DIRSYNC_OID","features":[115]},{"name":"LDAP_SERVER_DIRSYNC_OID_W","features":[115]},{"name":"LDAP_SERVER_DN_INPUT_OID","features":[115]},{"name":"LDAP_SERVER_DN_INPUT_OID_W","features":[115]},{"name":"LDAP_SERVER_DOMAIN_SCOPE_OID","features":[115]},{"name":"LDAP_SERVER_DOMAIN_SCOPE_OID_W","features":[115]},{"name":"LDAP_SERVER_DOWN","features":[115]},{"name":"LDAP_SERVER_EXPECTED_ENTRY_COUNT_OID","features":[115]},{"name":"LDAP_SERVER_EXPECTED_ENTRY_COUNT_OID_W","features":[115]},{"name":"LDAP_SERVER_EXTENDED_DN_OID","features":[115]},{"name":"LDAP_SERVER_EXTENDED_DN_OID_W","features":[115]},{"name":"LDAP_SERVER_FAST_BIND_OID","features":[115]},{"name":"LDAP_SERVER_FAST_BIND_OID_W","features":[115]},{"name":"LDAP_SERVER_FORCE_UPDATE_OID","features":[115]},{"name":"LDAP_SERVER_FORCE_UPDATE_OID_W","features":[115]},{"name":"LDAP_SERVER_GET_STATS_OID","features":[115]},{"name":"LDAP_SERVER_GET_STATS_OID_W","features":[115]},{"name":"LDAP_SERVER_LAZY_COMMIT_OID","features":[115]},{"name":"LDAP_SERVER_LAZY_COMMIT_OID_W","features":[115]},{"name":"LDAP_SERVER_LINK_TTL_OID","features":[115]},{"name":"LDAP_SERVER_LINK_TTL_OID_W","features":[115]},{"name":"LDAP_SERVER_NOTIFICATION_OID","features":[115]},{"name":"LDAP_SERVER_NOTIFICATION_OID_W","features":[115]},{"name":"LDAP_SERVER_PERMISSIVE_MODIFY_OID","features":[115]},{"name":"LDAP_SERVER_PERMISSIVE_MODIFY_OID_W","features":[115]},{"name":"LDAP_SERVER_POLICY_HINTS_DEPRECATED_OID","features":[115]},{"name":"LDAP_SERVER_POLICY_HINTS_DEPRECATED_OID_W","features":[115]},{"name":"LDAP_SERVER_POLICY_HINTS_OID","features":[115]},{"name":"LDAP_SERVER_POLICY_HINTS_OID_W","features":[115]},{"name":"LDAP_SERVER_QUOTA_CONTROL_OID","features":[115]},{"name":"LDAP_SERVER_QUOTA_CONTROL_OID_W","features":[115]},{"name":"LDAP_SERVER_RANGE_OPTION_OID","features":[115]},{"name":"LDAP_SERVER_RANGE_OPTION_OID_W","features":[115]},{"name":"LDAP_SERVER_RANGE_RETRIEVAL_NOERR_OID","features":[115]},{"name":"LDAP_SERVER_RANGE_RETRIEVAL_NOERR_OID_W","features":[115]},{"name":"LDAP_SERVER_RESP_SORT_OID","features":[115]},{"name":"LDAP_SERVER_RESP_SORT_OID_W","features":[115]},{"name":"LDAP_SERVER_SD_FLAGS_OID","features":[115]},{"name":"LDAP_SERVER_SD_FLAGS_OID_W","features":[115]},{"name":"LDAP_SERVER_SEARCH_HINTS_OID","features":[115]},{"name":"LDAP_SERVER_SEARCH_HINTS_OID_W","features":[115]},{"name":"LDAP_SERVER_SEARCH_OPTIONS_OID","features":[115]},{"name":"LDAP_SERVER_SEARCH_OPTIONS_OID_W","features":[115]},{"name":"LDAP_SERVER_SET_OWNER_OID","features":[115]},{"name":"LDAP_SERVER_SET_OWNER_OID_W","features":[115]},{"name":"LDAP_SERVER_SHOW_DEACTIVATED_LINK_OID","features":[115]},{"name":"LDAP_SERVER_SHOW_DEACTIVATED_LINK_OID_W","features":[115]},{"name":"LDAP_SERVER_SHOW_DELETED_OID","features":[115]},{"name":"LDAP_SERVER_SHOW_DELETED_OID_W","features":[115]},{"name":"LDAP_SERVER_SHOW_RECYCLED_OID","features":[115]},{"name":"LDAP_SERVER_SHOW_RECYCLED_OID_W","features":[115]},{"name":"LDAP_SERVER_SHUTDOWN_NOTIFY_OID","features":[115]},{"name":"LDAP_SERVER_SHUTDOWN_NOTIFY_OID_W","features":[115]},{"name":"LDAP_SERVER_SORT_OID","features":[115]},{"name":"LDAP_SERVER_SORT_OID_W","features":[115]},{"name":"LDAP_SERVER_TREE_DELETE_EX_OID","features":[115]},{"name":"LDAP_SERVER_TREE_DELETE_EX_OID_W","features":[115]},{"name":"LDAP_SERVER_TREE_DELETE_OID","features":[115]},{"name":"LDAP_SERVER_TREE_DELETE_OID_W","features":[115]},{"name":"LDAP_SERVER_UPDATE_STATS_OID","features":[115]},{"name":"LDAP_SERVER_UPDATE_STATS_OID_W","features":[115]},{"name":"LDAP_SERVER_VERIFY_NAME_OID","features":[115]},{"name":"LDAP_SERVER_VERIFY_NAME_OID_W","features":[115]},{"name":"LDAP_SERVER_WHO_AM_I_OID","features":[115]},{"name":"LDAP_SERVER_WHO_AM_I_OID_W","features":[115]},{"name":"LDAP_SESSION_CMD","features":[115]},{"name":"LDAP_SIZELIMIT_EXCEEDED","features":[115]},{"name":"LDAP_SORT_CONTROL_MISSING","features":[115]},{"name":"LDAP_SSL_GC_PORT","features":[115]},{"name":"LDAP_SSL_PORT","features":[115]},{"name":"LDAP_START_TLS_OID","features":[115]},{"name":"LDAP_START_TLS_OID_W","features":[115]},{"name":"LDAP_STRONG_AUTH_REQUIRED","features":[115]},{"name":"LDAP_SUBSTRING_ANY","features":[115]},{"name":"LDAP_SUBSTRING_FINAL","features":[115]},{"name":"LDAP_SUBSTRING_INITIAL","features":[115]},{"name":"LDAP_SUCCESS","features":[115]},{"name":"LDAP_TIMELIMIT_EXCEEDED","features":[115]},{"name":"LDAP_TIMEOUT","features":[115]},{"name":"LDAP_TIMEVAL","features":[115]},{"name":"LDAP_TTL_EXTENDED_OP_OID","features":[115]},{"name":"LDAP_TTL_EXTENDED_OP_OID_W","features":[115]},{"name":"LDAP_UNAVAILABLE","features":[115]},{"name":"LDAP_UNAVAILABLE_CRIT_EXTENSION","features":[115]},{"name":"LDAP_UNBIND_CMD","features":[115]},{"name":"LDAP_UNDEFINED_TYPE","features":[115]},{"name":"LDAP_UNICODE","features":[115]},{"name":"LDAP_UNWILLING_TO_PERFORM","features":[115]},{"name":"LDAP_UPDATE_STATS_INVOCATIONID_OID","features":[115]},{"name":"LDAP_UPDATE_STATS_INVOCATIONID_OID_W","features":[115]},{"name":"LDAP_UPDATE_STATS_USN_OID","features":[115]},{"name":"LDAP_UPDATE_STATS_USN_OID_W","features":[115]},{"name":"LDAP_USER_CANCELLED","features":[115]},{"name":"LDAP_VENDOR_NAME","features":[115]},{"name":"LDAP_VENDOR_NAME_W","features":[115]},{"name":"LDAP_VENDOR_VERSION","features":[115]},{"name":"LDAP_VERSION","features":[115]},{"name":"LDAP_VERSION1","features":[115]},{"name":"LDAP_VERSION2","features":[115]},{"name":"LDAP_VERSION3","features":[115]},{"name":"LDAP_VERSION_INFO","features":[115]},{"name":"LDAP_VERSION_MAX","features":[115]},{"name":"LDAP_VERSION_MIN","features":[115]},{"name":"LDAP_VIRTUAL_LIST_VIEW_ERROR","features":[115]},{"name":"LDAP_VLVINFO_VERSION","features":[115]},{"name":"LdapGetLastError","features":[115]},{"name":"LdapMapErrorToWin32","features":[3,115]},{"name":"LdapUTF8ToUnicode","features":[115]},{"name":"LdapUnicodeToUTF8","features":[115]},{"name":"NOTIFYOFNEWCONNECTION","features":[3,115]},{"name":"PLDAPSearch","features":[115]},{"name":"QUERYCLIENTCERT","features":[3,115,25,70]},{"name":"QUERYFORCONNECTION","features":[115]},{"name":"SERVER_SEARCH_FLAG_DOMAIN_SCOPE","features":[115]},{"name":"SERVER_SEARCH_FLAG_PHANTOM_ROOT","features":[115]},{"name":"VERIFYSERVERCERT","features":[3,115,70]},{"name":"ber_alloc_t","features":[115]},{"name":"ber_bvdup","features":[115]},{"name":"ber_bvecfree","features":[115]},{"name":"ber_bvfree","features":[115]},{"name":"ber_first_element","features":[115]},{"name":"ber_flatten","features":[115]},{"name":"ber_free","features":[115]},{"name":"ber_init","features":[115]},{"name":"ber_next_element","features":[115]},{"name":"ber_peek_tag","features":[115]},{"name":"ber_printf","features":[115]},{"name":"ber_scanf","features":[115]},{"name":"ber_skip_tag","features":[115]},{"name":"cldap_open","features":[115]},{"name":"cldap_openA","features":[115]},{"name":"cldap_openW","features":[115]},{"name":"ldap_abandon","features":[115]},{"name":"ldap_add","features":[115]},{"name":"ldap_addA","features":[115]},{"name":"ldap_addW","features":[115]},{"name":"ldap_add_ext","features":[3,115]},{"name":"ldap_add_extA","features":[3,115]},{"name":"ldap_add_extW","features":[3,115]},{"name":"ldap_add_ext_s","features":[3,115]},{"name":"ldap_add_ext_sA","features":[3,115]},{"name":"ldap_add_ext_sW","features":[3,115]},{"name":"ldap_add_s","features":[115]},{"name":"ldap_add_sA","features":[115]},{"name":"ldap_add_sW","features":[115]},{"name":"ldap_bind","features":[115]},{"name":"ldap_bindA","features":[115]},{"name":"ldap_bindW","features":[115]},{"name":"ldap_bind_s","features":[115]},{"name":"ldap_bind_sA","features":[115]},{"name":"ldap_bind_sW","features":[115]},{"name":"ldap_check_filterA","features":[115]},{"name":"ldap_check_filterW","features":[115]},{"name":"ldap_cleanup","features":[3,115]},{"name":"ldap_close_extended_op","features":[115]},{"name":"ldap_compare","features":[115]},{"name":"ldap_compareA","features":[115]},{"name":"ldap_compareW","features":[115]},{"name":"ldap_compare_ext","features":[3,115]},{"name":"ldap_compare_extA","features":[3,115]},{"name":"ldap_compare_extW","features":[3,115]},{"name":"ldap_compare_ext_s","features":[3,115]},{"name":"ldap_compare_ext_sA","features":[3,115]},{"name":"ldap_compare_ext_sW","features":[3,115]},{"name":"ldap_compare_s","features":[115]},{"name":"ldap_compare_sA","features":[115]},{"name":"ldap_compare_sW","features":[115]},{"name":"ldap_conn_from_msg","features":[3,115]},{"name":"ldap_connect","features":[115]},{"name":"ldap_control_free","features":[3,115]},{"name":"ldap_control_freeA","features":[3,115]},{"name":"ldap_control_freeW","features":[3,115]},{"name":"ldap_controls_free","features":[3,115]},{"name":"ldap_controls_freeA","features":[3,115]},{"name":"ldap_controls_freeW","features":[3,115]},{"name":"ldap_count_entries","features":[3,115]},{"name":"ldap_count_references","features":[3,115]},{"name":"ldap_count_values","features":[115]},{"name":"ldap_count_valuesA","features":[115]},{"name":"ldap_count_valuesW","features":[115]},{"name":"ldap_count_values_len","features":[115]},{"name":"ldap_create_page_control","features":[3,115]},{"name":"ldap_create_page_controlA","features":[3,115]},{"name":"ldap_create_page_controlW","features":[3,115]},{"name":"ldap_create_sort_control","features":[3,115]},{"name":"ldap_create_sort_controlA","features":[3,115]},{"name":"ldap_create_sort_controlW","features":[3,115]},{"name":"ldap_create_vlv_controlA","features":[3,115]},{"name":"ldap_create_vlv_controlW","features":[3,115]},{"name":"ldap_delete","features":[115]},{"name":"ldap_deleteA","features":[115]},{"name":"ldap_deleteW","features":[115]},{"name":"ldap_delete_ext","features":[3,115]},{"name":"ldap_delete_extA","features":[3,115]},{"name":"ldap_delete_extW","features":[3,115]},{"name":"ldap_delete_ext_s","features":[3,115]},{"name":"ldap_delete_ext_sA","features":[3,115]},{"name":"ldap_delete_ext_sW","features":[3,115]},{"name":"ldap_delete_s","features":[115]},{"name":"ldap_delete_sA","features":[115]},{"name":"ldap_delete_sW","features":[115]},{"name":"ldap_dn2ufn","features":[115]},{"name":"ldap_dn2ufnA","features":[115]},{"name":"ldap_dn2ufnW","features":[115]},{"name":"ldap_encode_sort_controlA","features":[3,115]},{"name":"ldap_encode_sort_controlW","features":[3,115]},{"name":"ldap_err2string","features":[115]},{"name":"ldap_err2stringA","features":[115]},{"name":"ldap_err2stringW","features":[115]},{"name":"ldap_escape_filter_element","features":[115]},{"name":"ldap_escape_filter_elementA","features":[115]},{"name":"ldap_escape_filter_elementW","features":[115]},{"name":"ldap_explode_dn","features":[115]},{"name":"ldap_explode_dnA","features":[115]},{"name":"ldap_explode_dnW","features":[115]},{"name":"ldap_extended_operation","features":[3,115]},{"name":"ldap_extended_operationA","features":[3,115]},{"name":"ldap_extended_operationW","features":[3,115]},{"name":"ldap_extended_operation_sA","features":[3,115]},{"name":"ldap_extended_operation_sW","features":[3,115]},{"name":"ldap_first_attribute","features":[3,115]},{"name":"ldap_first_attributeA","features":[3,115]},{"name":"ldap_first_attributeW","features":[3,115]},{"name":"ldap_first_entry","features":[3,115]},{"name":"ldap_first_reference","features":[3,115]},{"name":"ldap_free_controls","features":[3,115]},{"name":"ldap_free_controlsA","features":[3,115]},{"name":"ldap_free_controlsW","features":[3,115]},{"name":"ldap_get_dn","features":[3,115]},{"name":"ldap_get_dnA","features":[3,115]},{"name":"ldap_get_dnW","features":[3,115]},{"name":"ldap_get_next_page","features":[115]},{"name":"ldap_get_next_page_s","features":[3,115]},{"name":"ldap_get_option","features":[115]},{"name":"ldap_get_optionW","features":[115]},{"name":"ldap_get_paged_count","features":[3,115]},{"name":"ldap_get_values","features":[3,115]},{"name":"ldap_get_valuesA","features":[3,115]},{"name":"ldap_get_valuesW","features":[3,115]},{"name":"ldap_get_values_len","features":[3,115]},{"name":"ldap_get_values_lenA","features":[3,115]},{"name":"ldap_get_values_lenW","features":[3,115]},{"name":"ldap_init","features":[115]},{"name":"ldap_initA","features":[115]},{"name":"ldap_initW","features":[115]},{"name":"ldap_memfree","features":[115]},{"name":"ldap_memfreeA","features":[115]},{"name":"ldap_memfreeW","features":[115]},{"name":"ldap_modify","features":[115]},{"name":"ldap_modifyA","features":[115]},{"name":"ldap_modifyW","features":[115]},{"name":"ldap_modify_ext","features":[3,115]},{"name":"ldap_modify_extA","features":[3,115]},{"name":"ldap_modify_extW","features":[3,115]},{"name":"ldap_modify_ext_s","features":[3,115]},{"name":"ldap_modify_ext_sA","features":[3,115]},{"name":"ldap_modify_ext_sW","features":[3,115]},{"name":"ldap_modify_s","features":[115]},{"name":"ldap_modify_sA","features":[115]},{"name":"ldap_modify_sW","features":[115]},{"name":"ldap_modrdn","features":[115]},{"name":"ldap_modrdn2","features":[115]},{"name":"ldap_modrdn2A","features":[115]},{"name":"ldap_modrdn2W","features":[115]},{"name":"ldap_modrdn2_s","features":[115]},{"name":"ldap_modrdn2_sA","features":[115]},{"name":"ldap_modrdn2_sW","features":[115]},{"name":"ldap_modrdnA","features":[115]},{"name":"ldap_modrdnW","features":[115]},{"name":"ldap_modrdn_s","features":[115]},{"name":"ldap_modrdn_sA","features":[115]},{"name":"ldap_modrdn_sW","features":[115]},{"name":"ldap_msgfree","features":[3,115]},{"name":"ldap_next_attribute","features":[3,115]},{"name":"ldap_next_attributeA","features":[3,115]},{"name":"ldap_next_attributeW","features":[3,115]},{"name":"ldap_next_entry","features":[3,115]},{"name":"ldap_next_reference","features":[3,115]},{"name":"ldap_open","features":[115]},{"name":"ldap_openA","features":[115]},{"name":"ldap_openW","features":[115]},{"name":"ldap_parse_extended_resultA","features":[3,115]},{"name":"ldap_parse_extended_resultW","features":[3,115]},{"name":"ldap_parse_page_control","features":[3,115]},{"name":"ldap_parse_page_controlA","features":[3,115]},{"name":"ldap_parse_page_controlW","features":[3,115]},{"name":"ldap_parse_reference","features":[3,115]},{"name":"ldap_parse_referenceA","features":[3,115]},{"name":"ldap_parse_referenceW","features":[3,115]},{"name":"ldap_parse_result","features":[3,115]},{"name":"ldap_parse_resultA","features":[3,115]},{"name":"ldap_parse_resultW","features":[3,115]},{"name":"ldap_parse_sort_control","features":[3,115]},{"name":"ldap_parse_sort_controlA","features":[3,115]},{"name":"ldap_parse_sort_controlW","features":[3,115]},{"name":"ldap_parse_vlv_controlA","features":[3,115]},{"name":"ldap_parse_vlv_controlW","features":[3,115]},{"name":"ldap_perror","features":[115]},{"name":"ldap_rename_ext","features":[3,115]},{"name":"ldap_rename_extA","features":[3,115]},{"name":"ldap_rename_extW","features":[3,115]},{"name":"ldap_rename_ext_s","features":[3,115]},{"name":"ldap_rename_ext_sA","features":[3,115]},{"name":"ldap_rename_ext_sW","features":[3,115]},{"name":"ldap_result","features":[3,115]},{"name":"ldap_result2error","features":[3,115]},{"name":"ldap_sasl_bindA","features":[3,115]},{"name":"ldap_sasl_bindW","features":[3,115]},{"name":"ldap_sasl_bind_sA","features":[3,115]},{"name":"ldap_sasl_bind_sW","features":[3,115]},{"name":"ldap_search","features":[115]},{"name":"ldap_searchA","features":[115]},{"name":"ldap_searchW","features":[115]},{"name":"ldap_search_abandon_page","features":[115]},{"name":"ldap_search_ext","features":[3,115]},{"name":"ldap_search_extA","features":[3,115]},{"name":"ldap_search_extW","features":[3,115]},{"name":"ldap_search_ext_s","features":[3,115]},{"name":"ldap_search_ext_sA","features":[3,115]},{"name":"ldap_search_ext_sW","features":[3,115]},{"name":"ldap_search_init_page","features":[3,115]},{"name":"ldap_search_init_pageA","features":[3,115]},{"name":"ldap_search_init_pageW","features":[3,115]},{"name":"ldap_search_s","features":[3,115]},{"name":"ldap_search_sA","features":[3,115]},{"name":"ldap_search_sW","features":[3,115]},{"name":"ldap_search_st","features":[3,115]},{"name":"ldap_search_stA","features":[3,115]},{"name":"ldap_search_stW","features":[3,115]},{"name":"ldap_set_dbg_flags","features":[115]},{"name":"ldap_set_dbg_routine","features":[115]},{"name":"ldap_set_option","features":[115]},{"name":"ldap_set_optionW","features":[115]},{"name":"ldap_simple_bind","features":[115]},{"name":"ldap_simple_bindA","features":[115]},{"name":"ldap_simple_bindW","features":[115]},{"name":"ldap_simple_bind_s","features":[115]},{"name":"ldap_simple_bind_sA","features":[115]},{"name":"ldap_simple_bind_sW","features":[115]},{"name":"ldap_sslinit","features":[115]},{"name":"ldap_sslinitA","features":[115]},{"name":"ldap_sslinitW","features":[115]},{"name":"ldap_start_tls_sA","features":[3,115]},{"name":"ldap_start_tls_sW","features":[3,115]},{"name":"ldap_startup","features":[3,115]},{"name":"ldap_stop_tls_s","features":[3,115]},{"name":"ldap_ufn2dn","features":[115]},{"name":"ldap_ufn2dnA","features":[115]},{"name":"ldap_ufn2dnW","features":[115]},{"name":"ldap_unbind","features":[115]},{"name":"ldap_unbind_s","features":[115]},{"name":"ldap_value_free","features":[115]},{"name":"ldap_value_freeA","features":[115]},{"name":"ldap_value_freeW","features":[115]},{"name":"ldap_value_free_len","features":[115]}],"477":[{"name":"WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_ACTION","features":[116]},{"name":"WEB_SOCKET_ACTION_QUEUE","features":[116]},{"name":"WEB_SOCKET_ALLOCATED_BUFFER_PROPERTY_TYPE","features":[116]},{"name":"WEB_SOCKET_ALL_ACTION_QUEUE","features":[116]},{"name":"WEB_SOCKET_BINARY_FRAGMENT_BUFFER_TYPE","features":[116]},{"name":"WEB_SOCKET_BINARY_MESSAGE_BUFFER_TYPE","features":[116]},{"name":"WEB_SOCKET_BUFFER","features":[116]},{"name":"WEB_SOCKET_BUFFER_TYPE","features":[116]},{"name":"WEB_SOCKET_CLOSE_BUFFER_TYPE","features":[116]},{"name":"WEB_SOCKET_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_DISABLE_MASKING_PROPERTY_TYPE","features":[116]},{"name":"WEB_SOCKET_DISABLE_UTF8_VERIFICATION_PROPERTY_TYPE","features":[116]},{"name":"WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_ENDPOINT_UNAVAILABLE_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_HANDLE","features":[116]},{"name":"WEB_SOCKET_HTTP_HEADER","features":[116]},{"name":"WEB_SOCKET_INDICATE_RECEIVE_COMPLETE_ACTION","features":[116]},{"name":"WEB_SOCKET_INDICATE_SEND_COMPLETE_ACTION","features":[116]},{"name":"WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_KEEPALIVE_INTERVAL_PROPERTY_TYPE","features":[116]},{"name":"WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[116]},{"name":"WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_NO_ACTION","features":[116]},{"name":"WEB_SOCKET_PING_PONG_BUFFER_TYPE","features":[116]},{"name":"WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_PROPERTY","features":[116]},{"name":"WEB_SOCKET_PROPERTY_TYPE","features":[116]},{"name":"WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_RECEIVE_ACTION_QUEUE","features":[116]},{"name":"WEB_SOCKET_RECEIVE_BUFFER_SIZE_PROPERTY_TYPE","features":[116]},{"name":"WEB_SOCKET_RECEIVE_FROM_NETWORK_ACTION","features":[116]},{"name":"WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_SEND_ACTION_QUEUE","features":[116]},{"name":"WEB_SOCKET_SEND_BUFFER_SIZE_PROPERTY_TYPE","features":[116]},{"name":"WEB_SOCKET_SEND_TO_NETWORK_ACTION","features":[116]},{"name":"WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_SUPPORTED_VERSIONS_PROPERTY_TYPE","features":[116]},{"name":"WEB_SOCKET_UNSOLICITED_PONG_BUFFER_TYPE","features":[116]},{"name":"WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[116]},{"name":"WEB_SOCKET_UTF8_FRAGMENT_BUFFER_TYPE","features":[116]},{"name":"WEB_SOCKET_UTF8_MESSAGE_BUFFER_TYPE","features":[116]},{"name":"WebSocketAbortHandle","features":[116]},{"name":"WebSocketBeginClientHandshake","features":[116]},{"name":"WebSocketBeginServerHandshake","features":[116]},{"name":"WebSocketCompleteAction","features":[116]},{"name":"WebSocketCreateClientHandle","features":[116]},{"name":"WebSocketCreateServerHandle","features":[116]},{"name":"WebSocketDeleteHandle","features":[116]},{"name":"WebSocketEndClientHandshake","features":[116]},{"name":"WebSocketEndServerHandshake","features":[116]},{"name":"WebSocketGetAction","features":[116]},{"name":"WebSocketGetGlobalProperty","features":[116]},{"name":"WebSocketReceive","features":[116]},{"name":"WebSocketSend","features":[116]}],"478":[{"name":"API_GET_PROXY_FOR_URL","features":[117]},{"name":"API_GET_PROXY_SETTINGS","features":[117]},{"name":"API_QUERY_DATA_AVAILABLE","features":[117]},{"name":"API_READ_DATA","features":[117]},{"name":"API_RECEIVE_RESPONSE","features":[117]},{"name":"API_SEND_REQUEST","features":[117]},{"name":"API_WRITE_DATA","features":[117]},{"name":"AutoLogonPolicy_Always","features":[117]},{"name":"AutoLogonPolicy_Never","features":[117]},{"name":"AutoLogonPolicy_OnlyIfBypassProxy","features":[117]},{"name":"ERROR_WINHTTP_AUTODETECTION_FAILED","features":[117]},{"name":"ERROR_WINHTTP_AUTO_PROXY_SERVICE_ERROR","features":[117]},{"name":"ERROR_WINHTTP_BAD_AUTO_PROXY_SCRIPT","features":[117]},{"name":"ERROR_WINHTTP_CANNOT_CALL_AFTER_OPEN","features":[117]},{"name":"ERROR_WINHTTP_CANNOT_CALL_AFTER_SEND","features":[117]},{"name":"ERROR_WINHTTP_CANNOT_CALL_BEFORE_OPEN","features":[117]},{"name":"ERROR_WINHTTP_CANNOT_CALL_BEFORE_SEND","features":[117]},{"name":"ERROR_WINHTTP_CANNOT_CONNECT","features":[117]},{"name":"ERROR_WINHTTP_CHUNKED_ENCODING_HEADER_SIZE_OVERFLOW","features":[117]},{"name":"ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED","features":[117]},{"name":"ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED_PROXY","features":[117]},{"name":"ERROR_WINHTTP_CLIENT_CERT_NO_ACCESS_PRIVATE_KEY","features":[117]},{"name":"ERROR_WINHTTP_CLIENT_CERT_NO_PRIVATE_KEY","features":[117]},{"name":"ERROR_WINHTTP_CONNECTION_ERROR","features":[117]},{"name":"ERROR_WINHTTP_FEATURE_DISABLED","features":[117]},{"name":"ERROR_WINHTTP_GLOBAL_CALLBACK_FAILED","features":[117]},{"name":"ERROR_WINHTTP_HEADER_ALREADY_EXISTS","features":[117]},{"name":"ERROR_WINHTTP_HEADER_COUNT_EXCEEDED","features":[117]},{"name":"ERROR_WINHTTP_HEADER_NOT_FOUND","features":[117]},{"name":"ERROR_WINHTTP_HEADER_SIZE_OVERFLOW","features":[117]},{"name":"ERROR_WINHTTP_HTTP_PROTOCOL_MISMATCH","features":[117]},{"name":"ERROR_WINHTTP_INCORRECT_HANDLE_STATE","features":[117]},{"name":"ERROR_WINHTTP_INCORRECT_HANDLE_TYPE","features":[117]},{"name":"ERROR_WINHTTP_INTERNAL_ERROR","features":[117]},{"name":"ERROR_WINHTTP_INVALID_HEADER","features":[117]},{"name":"ERROR_WINHTTP_INVALID_OPTION","features":[117]},{"name":"ERROR_WINHTTP_INVALID_QUERY_REQUEST","features":[117]},{"name":"ERROR_WINHTTP_INVALID_SERVER_RESPONSE","features":[117]},{"name":"ERROR_WINHTTP_INVALID_URL","features":[117]},{"name":"ERROR_WINHTTP_LOGIN_FAILURE","features":[117]},{"name":"ERROR_WINHTTP_NAME_NOT_RESOLVED","features":[117]},{"name":"ERROR_WINHTTP_NOT_INITIALIZED","features":[117]},{"name":"ERROR_WINHTTP_OPERATION_CANCELLED","features":[117]},{"name":"ERROR_WINHTTP_OPTION_NOT_SETTABLE","features":[117]},{"name":"ERROR_WINHTTP_OUT_OF_HANDLES","features":[117]},{"name":"ERROR_WINHTTP_REDIRECT_FAILED","features":[117]},{"name":"ERROR_WINHTTP_RESEND_REQUEST","features":[117]},{"name":"ERROR_WINHTTP_RESERVED_189","features":[117]},{"name":"ERROR_WINHTTP_RESPONSE_DRAIN_OVERFLOW","features":[117]},{"name":"ERROR_WINHTTP_SCRIPT_EXECUTION_ERROR","features":[117]},{"name":"ERROR_WINHTTP_SECURE_CERT_CN_INVALID","features":[117]},{"name":"ERROR_WINHTTP_SECURE_CERT_DATE_INVALID","features":[117]},{"name":"ERROR_WINHTTP_SECURE_CERT_REVOKED","features":[117]},{"name":"ERROR_WINHTTP_SECURE_CERT_REV_FAILED","features":[117]},{"name":"ERROR_WINHTTP_SECURE_CERT_WRONG_USAGE","features":[117]},{"name":"ERROR_WINHTTP_SECURE_CHANNEL_ERROR","features":[117]},{"name":"ERROR_WINHTTP_SECURE_FAILURE","features":[117]},{"name":"ERROR_WINHTTP_SECURE_FAILURE_PROXY","features":[117]},{"name":"ERROR_WINHTTP_SECURE_INVALID_CA","features":[117]},{"name":"ERROR_WINHTTP_SECURE_INVALID_CERT","features":[117]},{"name":"ERROR_WINHTTP_SHUTDOWN","features":[117]},{"name":"ERROR_WINHTTP_TIMEOUT","features":[117]},{"name":"ERROR_WINHTTP_UNABLE_TO_DOWNLOAD_SCRIPT","features":[117]},{"name":"ERROR_WINHTTP_UNHANDLED_SCRIPT_TYPE","features":[117]},{"name":"ERROR_WINHTTP_UNRECOGNIZED_SCHEME","features":[117]},{"name":"HTTPREQUEST_PROXYSETTING_DEFAULT","features":[117]},{"name":"HTTPREQUEST_PROXYSETTING_DIRECT","features":[117]},{"name":"HTTPREQUEST_PROXYSETTING_PRECONFIG","features":[117]},{"name":"HTTPREQUEST_PROXYSETTING_PROXY","features":[117]},{"name":"HTTPREQUEST_SETCREDENTIALS_FOR_PROXY","features":[117]},{"name":"HTTPREQUEST_SETCREDENTIALS_FOR_SERVER","features":[117]},{"name":"HTTP_STATUS_ACCEPTED","features":[117]},{"name":"HTTP_STATUS_AMBIGUOUS","features":[117]},{"name":"HTTP_STATUS_BAD_GATEWAY","features":[117]},{"name":"HTTP_STATUS_BAD_METHOD","features":[117]},{"name":"HTTP_STATUS_BAD_REQUEST","features":[117]},{"name":"HTTP_STATUS_CONFLICT","features":[117]},{"name":"HTTP_STATUS_CONTINUE","features":[117]},{"name":"HTTP_STATUS_CREATED","features":[117]},{"name":"HTTP_STATUS_DENIED","features":[117]},{"name":"HTTP_STATUS_FIRST","features":[117]},{"name":"HTTP_STATUS_FORBIDDEN","features":[117]},{"name":"HTTP_STATUS_GATEWAY_TIMEOUT","features":[117]},{"name":"HTTP_STATUS_GONE","features":[117]},{"name":"HTTP_STATUS_LAST","features":[117]},{"name":"HTTP_STATUS_LENGTH_REQUIRED","features":[117]},{"name":"HTTP_STATUS_MOVED","features":[117]},{"name":"HTTP_STATUS_NONE_ACCEPTABLE","features":[117]},{"name":"HTTP_STATUS_NOT_FOUND","features":[117]},{"name":"HTTP_STATUS_NOT_MODIFIED","features":[117]},{"name":"HTTP_STATUS_NOT_SUPPORTED","features":[117]},{"name":"HTTP_STATUS_NO_CONTENT","features":[117]},{"name":"HTTP_STATUS_OK","features":[117]},{"name":"HTTP_STATUS_PARTIAL","features":[117]},{"name":"HTTP_STATUS_PARTIAL_CONTENT","features":[117]},{"name":"HTTP_STATUS_PAYMENT_REQ","features":[117]},{"name":"HTTP_STATUS_PERMANENT_REDIRECT","features":[117]},{"name":"HTTP_STATUS_PRECOND_FAILED","features":[117]},{"name":"HTTP_STATUS_PROXY_AUTH_REQ","features":[117]},{"name":"HTTP_STATUS_REDIRECT","features":[117]},{"name":"HTTP_STATUS_REDIRECT_KEEP_VERB","features":[117]},{"name":"HTTP_STATUS_REDIRECT_METHOD","features":[117]},{"name":"HTTP_STATUS_REQUEST_TIMEOUT","features":[117]},{"name":"HTTP_STATUS_REQUEST_TOO_LARGE","features":[117]},{"name":"HTTP_STATUS_RESET_CONTENT","features":[117]},{"name":"HTTP_STATUS_RETRY_WITH","features":[117]},{"name":"HTTP_STATUS_SERVER_ERROR","features":[117]},{"name":"HTTP_STATUS_SERVICE_UNAVAIL","features":[117]},{"name":"HTTP_STATUS_SWITCH_PROTOCOLS","features":[117]},{"name":"HTTP_STATUS_UNSUPPORTED_MEDIA","features":[117]},{"name":"HTTP_STATUS_URI_TOO_LONG","features":[117]},{"name":"HTTP_STATUS_USE_PROXY","features":[117]},{"name":"HTTP_STATUS_VERSION_NOT_SUP","features":[117]},{"name":"HTTP_STATUS_WEBDAV_MULTI_STATUS","features":[117]},{"name":"HTTP_VERSION_INFO","features":[117]},{"name":"ICU_BROWSER_MODE","features":[117]},{"name":"ICU_DECODE","features":[117]},{"name":"ICU_ENCODE_PERCENT","features":[117]},{"name":"ICU_ENCODE_SPACES_ONLY","features":[117]},{"name":"ICU_ESCAPE","features":[117]},{"name":"ICU_ESCAPE_AUTHORITY","features":[117]},{"name":"ICU_NO_ENCODE","features":[117]},{"name":"ICU_NO_META","features":[117]},{"name":"ICU_REJECT_USERPWD","features":[117]},{"name":"INTERNET_DEFAULT_HTTPS_PORT","features":[117]},{"name":"INTERNET_DEFAULT_HTTP_PORT","features":[117]},{"name":"INTERNET_DEFAULT_PORT","features":[117]},{"name":"IWinHttpRequest","features":[117]},{"name":"IWinHttpRequestEvents","features":[117]},{"name":"NETWORKING_KEY_BUFSIZE","features":[117]},{"name":"SECURITY_FLAG_IGNORE_CERT_CN_INVALID","features":[117]},{"name":"SECURITY_FLAG_IGNORE_CERT_DATE_INVALID","features":[117]},{"name":"SECURITY_FLAG_IGNORE_CERT_WRONG_USAGE","features":[117]},{"name":"SECURITY_FLAG_IGNORE_UNKNOWN_CA","features":[117]},{"name":"SECURITY_FLAG_SECURE","features":[117]},{"name":"SECURITY_FLAG_STRENGTH_MEDIUM","features":[117]},{"name":"SECURITY_FLAG_STRENGTH_STRONG","features":[117]},{"name":"SECURITY_FLAG_STRENGTH_WEAK","features":[117]},{"name":"SecureProtocol_ALL","features":[117]},{"name":"SecureProtocol_SSL2","features":[117]},{"name":"SecureProtocol_SSL3","features":[117]},{"name":"SecureProtocol_TLS1","features":[117]},{"name":"SecureProtocol_TLS1_1","features":[117]},{"name":"SecureProtocol_TLS1_2","features":[117]},{"name":"SslErrorFlag_CertCNInvalid","features":[117]},{"name":"SslErrorFlag_CertDateInvalid","features":[117]},{"name":"SslErrorFlag_CertWrongUsage","features":[117]},{"name":"SslErrorFlag_Ignore_All","features":[117]},{"name":"SslErrorFlag_UnknownCA","features":[117]},{"name":"URL_COMPONENTS","features":[117]},{"name":"WINHTTP_ACCESS_TYPE","features":[117]},{"name":"WINHTTP_ACCESS_TYPE_AUTOMATIC_PROXY","features":[117]},{"name":"WINHTTP_ACCESS_TYPE_DEFAULT_PROXY","features":[117]},{"name":"WINHTTP_ACCESS_TYPE_NAMED_PROXY","features":[117]},{"name":"WINHTTP_ACCESS_TYPE_NO_PROXY","features":[117]},{"name":"WINHTTP_ADDREQ_FLAGS_MASK","features":[117]},{"name":"WINHTTP_ADDREQ_FLAG_ADD","features":[117]},{"name":"WINHTTP_ADDREQ_FLAG_ADD_IF_NEW","features":[117]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE","features":[117]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE_WITH_COMMA","features":[117]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE_WITH_SEMICOLON","features":[117]},{"name":"WINHTTP_ADDREQ_FLAG_REPLACE","features":[117]},{"name":"WINHTTP_ADDREQ_INDEX_MASK","features":[117]},{"name":"WINHTTP_ASYNC_RESULT","features":[117]},{"name":"WINHTTP_AUTH_SCHEME_BASIC","features":[117]},{"name":"WINHTTP_AUTH_SCHEME_DIGEST","features":[117]},{"name":"WINHTTP_AUTH_SCHEME_NEGOTIATE","features":[117]},{"name":"WINHTTP_AUTH_SCHEME_NTLM","features":[117]},{"name":"WINHTTP_AUTH_SCHEME_PASSPORT","features":[117]},{"name":"WINHTTP_AUTH_TARGET_PROXY","features":[117]},{"name":"WINHTTP_AUTH_TARGET_SERVER","features":[117]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_DEFAULT","features":[117]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_HIGH","features":[117]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_LOW","features":[117]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_MAX","features":[117]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_MEDIUM","features":[117]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_PROXY_ONLY","features":[117]},{"name":"WINHTTP_AUTOPROXY_ALLOW_AUTOCONFIG","features":[117]},{"name":"WINHTTP_AUTOPROXY_ALLOW_CM","features":[117]},{"name":"WINHTTP_AUTOPROXY_ALLOW_STATIC","features":[117]},{"name":"WINHTTP_AUTOPROXY_AUTO_DETECT","features":[117]},{"name":"WINHTTP_AUTOPROXY_CONFIG_URL","features":[117]},{"name":"WINHTTP_AUTOPROXY_HOST_KEEPCASE","features":[117]},{"name":"WINHTTP_AUTOPROXY_HOST_LOWERCASE","features":[117]},{"name":"WINHTTP_AUTOPROXY_NO_CACHE_CLIENT","features":[117]},{"name":"WINHTTP_AUTOPROXY_NO_CACHE_SVC","features":[117]},{"name":"WINHTTP_AUTOPROXY_NO_DIRECTACCESS","features":[117]},{"name":"WINHTTP_AUTOPROXY_OPTIONS","features":[3,117]},{"name":"WINHTTP_AUTOPROXY_RUN_INPROCESS","features":[117]},{"name":"WINHTTP_AUTOPROXY_RUN_OUTPROCESS_ONLY","features":[117]},{"name":"WINHTTP_AUTOPROXY_SORT_RESULTS","features":[117]},{"name":"WINHTTP_AUTOPROXY_USE_INTERFACE_CONFIG","features":[117]},{"name":"WINHTTP_AUTO_DETECT_TYPE_DHCP","features":[117]},{"name":"WINHTTP_AUTO_DETECT_TYPE_DNS_A","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_ALL_NOTIFICATIONS","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_DATA_AVAILABLE","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_DETECTING_PROXY","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_GETPROXYFORURL_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_GETPROXYSETTINGS_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_HEADERS_AVAILABLE","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_INTERMEDIATE_RESPONSE","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_READ_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_REDIRECT","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_REQUEST_ERROR","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_SECURE_FAILURE","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_SENDREQUEST_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_FLAG_WRITE_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_CLOSE_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_CLOSING_CONNECTION","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTED_TO_SERVER","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTING_TO_SERVER","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTION_CLOSED","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_DATA_AVAILABLE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_DETECTING_PROXY","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_CN_INVALID","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_DATE_INVALID","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_REVOKED","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_REV_FAILED","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_WRONG_USAGE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_INVALID_CA","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_INVALID_CERT","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_SECURITY_CHANNEL_ERROR","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_GETPROXYFORURL_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_GETPROXYSETTINGS_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_HANDLE_CLOSING","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_HANDLE_CREATED","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_HEADERS_AVAILABLE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_INTERMEDIATE_RESPONSE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_NAME_RESOLVED","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_READ_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_RECEIVING_RESPONSE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_REDIRECT","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_REQUEST_ERROR","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_REQUEST_SENT","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_RESOLVING_NAME","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_RESPONSE_RECEIVED","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_SECURE_FAILURE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_SENDING_REQUEST","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_SENDREQUEST_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_SETTINGS_READ_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_SETTINGS_WRITE_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_SHUTDOWN_COMPLETE","features":[117]},{"name":"WINHTTP_CALLBACK_STATUS_WRITE_COMPLETE","features":[117]},{"name":"WINHTTP_CERTIFICATE_INFO","features":[3,117]},{"name":"WINHTTP_CONNECTION_GROUP","features":[117]},{"name":"WINHTTP_CONNECTION_INFO","features":[117,17]},{"name":"WINHTTP_CONNECTION_INFO","features":[117,17]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_408","features":[117]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_SSL_HANDSHAKE","features":[117]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_STALE_CONNECTION","features":[117]},{"name":"WINHTTP_CONNS_PER_SERVER_UNLIMITED","features":[117]},{"name":"WINHTTP_CREDS","features":[117]},{"name":"WINHTTP_CREDS_AUTHSCHEME","features":[117]},{"name":"WINHTTP_CREDS_EX","features":[117]},{"name":"WINHTTP_CURRENT_USER_IE_PROXY_CONFIG","features":[3,117]},{"name":"WINHTTP_DECOMPRESSION_FLAG_DEFLATE","features":[117]},{"name":"WINHTTP_DECOMPRESSION_FLAG_GZIP","features":[117]},{"name":"WINHTTP_DISABLE_AUTHENTICATION","features":[117]},{"name":"WINHTTP_DISABLE_COOKIES","features":[117]},{"name":"WINHTTP_DISABLE_KEEP_ALIVE","features":[117]},{"name":"WINHTTP_DISABLE_PASSPORT_AUTH","features":[117]},{"name":"WINHTTP_DISABLE_PASSPORT_KEYRING","features":[117]},{"name":"WINHTTP_DISABLE_REDIRECTS","features":[117]},{"name":"WINHTTP_DISABLE_SPN_SERVER_PORT","features":[117]},{"name":"WINHTTP_ENABLE_PASSPORT_AUTH","features":[117]},{"name":"WINHTTP_ENABLE_PASSPORT_KEYRING","features":[117]},{"name":"WINHTTP_ENABLE_SPN_SERVER_PORT","features":[117]},{"name":"WINHTTP_ENABLE_SSL_REVERT_IMPERSONATION","features":[117]},{"name":"WINHTTP_ENABLE_SSL_REVOCATION","features":[117]},{"name":"WINHTTP_ERROR_BASE","features":[117]},{"name":"WINHTTP_ERROR_LAST","features":[117]},{"name":"WINHTTP_EXTENDED_HEADER","features":[117]},{"name":"WINHTTP_EXTENDED_HEADER_FLAG_UNICODE","features":[117]},{"name":"WINHTTP_FAILED_CONNECTION_RETRIES","features":[117]},{"name":"WINHTTP_FEATURE_ADD_REQUEST_HEADERS_EX","features":[117]},{"name":"WINHTTP_FEATURE_BACKGROUND_CONNECTIONS","features":[117]},{"name":"WINHTTP_FEATURE_CONNECTION_GUID","features":[117]},{"name":"WINHTTP_FEATURE_CONNECTION_STATS_V0","features":[117]},{"name":"WINHTTP_FEATURE_CONNECTION_STATS_V1","features":[117]},{"name":"WINHTTP_FEATURE_DISABLE_CERT_CHAIN_BUILDING","features":[117]},{"name":"WINHTTP_FEATURE_DISABLE_PROXY_AUTH_SCHEMES","features":[117]},{"name":"WINHTTP_FEATURE_DISABLE_SECURE_PROTOCOL_FALLBACK","features":[117]},{"name":"WINHTTP_FEATURE_DISABLE_STREAM_QUEUE","features":[117]},{"name":"WINHTTP_FEATURE_ENABLE_HTTP2_PLUS_CLIENT_CERT","features":[117]},{"name":"WINHTTP_FEATURE_EXPIRE_CONNECTION","features":[117]},{"name":"WINHTTP_FEATURE_EXTENDED_HEADER_FLAG_UNICODE","features":[117]},{"name":"WINHTTP_FEATURE_FAILED_CONNECTION_RETRIES","features":[117]},{"name":"WINHTTP_FEATURE_FIRST_AVAILABLE_CONNECTION","features":[117]},{"name":"WINHTTP_FEATURE_FLAG_AUTOMATIC_CHUNKING","features":[117]},{"name":"WINHTTP_FEATURE_FLAG_SECURE_DEFAULTS","features":[117]},{"name":"WINHTTP_FEATURE_FREE_QUERY_CONNECTION_GROUP_RESULT","features":[117]},{"name":"WINHTTP_FEATURE_HTTP2_KEEPALIVE","features":[117]},{"name":"WINHTTP_FEATURE_HTTP2_PLUS_TRANSFER_ENCODING","features":[117]},{"name":"WINHTTP_FEATURE_HTTP2_RECEIVE_WINDOW","features":[117]},{"name":"WINHTTP_FEATURE_HTTP3_HANDSHAKE_TIMEOUT","features":[117]},{"name":"WINHTTP_FEATURE_HTTP3_INITIAL_RTT","features":[117]},{"name":"WINHTTP_FEATURE_HTTP3_KEEPALIVE","features":[117]},{"name":"WINHTTP_FEATURE_HTTP3_STREAM_ERROR_CODE","features":[117]},{"name":"WINHTTP_FEATURE_HTTP_PROTOCOL_REQUIRED","features":[117]},{"name":"WINHTTP_FEATURE_IGNORE_CERT_REVOCATION_OFFLINE","features":[117]},{"name":"WINHTTP_FEATURE_IPV6_FAST_FALLBACK","features":[117]},{"name":"WINHTTP_FEATURE_IS_FEATURE_SUPPORTED","features":[117]},{"name":"WINHTTP_FEATURE_MATCH_CONNECTION_GUID","features":[117]},{"name":"WINHTTP_FEATURE_MATCH_CONNECTION_GUID_FLAG_REQUIRE_MARKED_CONNECTION","features":[117]},{"name":"WINHTTP_FEATURE_QUERY_CONNECTION_GROUP","features":[117]},{"name":"WINHTTP_FEATURE_QUERY_CONNECTION_GROUP_FLAG_INSECURE","features":[117]},{"name":"WINHTTP_FEATURE_QUERY_EX_ALL_HEADERS","features":[117]},{"name":"WINHTTP_FEATURE_QUERY_FLAG_TRAILERS","features":[117]},{"name":"WINHTTP_FEATURE_QUERY_FLAG_WIRE_ENCODING","features":[117]},{"name":"WINHTTP_FEATURE_QUERY_HEADERS_EX","features":[117]},{"name":"WINHTTP_FEATURE_QUIC_STATS","features":[117]},{"name":"WINHTTP_FEATURE_READ_DATA_EX","features":[117]},{"name":"WINHTTP_FEATURE_READ_DATA_EX_FLAG_FILL_BUFFER","features":[117]},{"name":"WINHTTP_FEATURE_REFERER_TOKEN_BINDING_HOSTNAME","features":[117]},{"name":"WINHTTP_FEATURE_REQUEST_ANNOTATION","features":[117]},{"name":"WINHTTP_FEATURE_REQUEST_STATS","features":[117]},{"name":"WINHTTP_FEATURE_REQUEST_TIMES","features":[117]},{"name":"WINHTTP_FEATURE_REQUIRE_STREAM_END","features":[117]},{"name":"WINHTTP_FEATURE_RESOLUTION_HOSTNAME","features":[117]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG","features":[117]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_BYPASS_CACHE","features":[117]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_CONN_USE_TTL","features":[117]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_SOFT_LIMIT","features":[117]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_USE_DNS_TTL","features":[117]},{"name":"WINHTTP_FEATURE_REVERT_IMPERSONATION_SERVER_CERT","features":[117]},{"name":"WINHTTP_FEATURE_SECURITY_FLAG_IGNORE_ALL_CERT_ERRORS","features":[117]},{"name":"WINHTTP_FEATURE_SECURITY_INFO","features":[117]},{"name":"WINHTTP_FEATURE_SERVER_CERT_CHAIN_CONTEXT","features":[117]},{"name":"WINHTTP_FEATURE_SET_PROXY_SETINGS_PER_USER","features":[117]},{"name":"WINHTTP_FEATURE_SET_TOKEN_BINDING","features":[117]},{"name":"WINHTTP_FEATURE_STREAM_ERROR_CODE","features":[117]},{"name":"WINHTTP_FEATURE_TCP_FAST_OPEN","features":[117]},{"name":"WINHTTP_FEATURE_TCP_KEEPALIVE","features":[117]},{"name":"WINHTTP_FEATURE_TCP_PRIORITY_STATUS","features":[117]},{"name":"WINHTTP_FEATURE_TLS_FALSE_START","features":[117]},{"name":"WINHTTP_FEATURE_TLS_PROTOCOL_INSECURE_FALLBACK","features":[117]},{"name":"WINHTTP_FEATURE_TOKEN_BINDING_PUBLIC_KEY","features":[117]},{"name":"WINHTTP_FLAG_ASYNC","features":[117]},{"name":"WINHTTP_FLAG_AUTOMATIC_CHUNKING","features":[117]},{"name":"WINHTTP_FLAG_BYPASS_PROXY_CACHE","features":[117]},{"name":"WINHTTP_FLAG_ESCAPE_DISABLE","features":[117]},{"name":"WINHTTP_FLAG_ESCAPE_DISABLE_QUERY","features":[117]},{"name":"WINHTTP_FLAG_ESCAPE_PERCENT","features":[117]},{"name":"WINHTTP_FLAG_NULL_CODEPAGE","features":[117]},{"name":"WINHTTP_FLAG_REFRESH","features":[117]},{"name":"WINHTTP_FLAG_SECURE","features":[117]},{"name":"WINHTTP_FLAG_SECURE_DEFAULTS","features":[117]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_SSL2","features":[117]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_SSL3","features":[117]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1","features":[117]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_1","features":[117]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2","features":[117]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_3","features":[117]},{"name":"WINHTTP_HANDLE_TYPE_CONNECT","features":[117]},{"name":"WINHTTP_HANDLE_TYPE_PROXY_RESOLVER","features":[117]},{"name":"WINHTTP_HANDLE_TYPE_REQUEST","features":[117]},{"name":"WINHTTP_HANDLE_TYPE_SESSION","features":[117]},{"name":"WINHTTP_HANDLE_TYPE_WEBSOCKET","features":[117]},{"name":"WINHTTP_HEADER_NAME","features":[117]},{"name":"WINHTTP_HOST_CONNECTION_GROUP","features":[117]},{"name":"WINHTTP_HTTP2_RECEIVE_WINDOW","features":[117]},{"name":"WINHTTP_IGNORE_REQUEST_TOTAL_LENGTH","features":[117]},{"name":"WINHTTP_INTERNET_SCHEME","features":[117]},{"name":"WINHTTP_INTERNET_SCHEME_FTP","features":[117]},{"name":"WINHTTP_INTERNET_SCHEME_HTTP","features":[117]},{"name":"WINHTTP_INTERNET_SCHEME_HTTPS","features":[117]},{"name":"WINHTTP_INTERNET_SCHEME_SOCKS","features":[117]},{"name":"WINHTTP_LAST_OPTION","features":[117]},{"name":"WINHTTP_MATCH_CONNECTION_GUID","features":[117]},{"name":"WINHTTP_MATCH_CONNECTION_GUID","features":[117]},{"name":"WINHTTP_MATCH_CONNECTION_GUID_FLAGS_MASK","features":[117]},{"name":"WINHTTP_MATCH_CONNECTION_GUID_FLAG_REQUIRE_MARKED_CONNECTION","features":[117]},{"name":"WINHTTP_OPEN_REQUEST_FLAGS","features":[117]},{"name":"WINHTTP_OPTION_ASSURED_NON_BLOCKING_CALLBACKS","features":[117]},{"name":"WINHTTP_OPTION_AUTOLOGON_POLICY","features":[117]},{"name":"WINHTTP_OPTION_BACKGROUND_CONNECTIONS","features":[117]},{"name":"WINHTTP_OPTION_CALLBACK","features":[117]},{"name":"WINHTTP_OPTION_CLIENT_CERT_CONTEXT","features":[117]},{"name":"WINHTTP_OPTION_CLIENT_CERT_ISSUER_LIST","features":[117]},{"name":"WINHTTP_OPTION_CODEPAGE","features":[117]},{"name":"WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH","features":[117]},{"name":"WINHTTP_OPTION_CONNECTION_FILTER","features":[117]},{"name":"WINHTTP_OPTION_CONNECTION_GUID","features":[117]},{"name":"WINHTTP_OPTION_CONNECTION_INFO","features":[117]},{"name":"WINHTTP_OPTION_CONNECTION_STATS_V0","features":[117]},{"name":"WINHTTP_OPTION_CONNECTION_STATS_V1","features":[117]},{"name":"WINHTTP_OPTION_CONNECT_RETRIES","features":[117]},{"name":"WINHTTP_OPTION_CONNECT_TIMEOUT","features":[117]},{"name":"WINHTTP_OPTION_CONTEXT_VALUE","features":[117]},{"name":"WINHTTP_OPTION_DECOMPRESSION","features":[117]},{"name":"WINHTTP_OPTION_DISABLE_CERT_CHAIN_BUILDING","features":[117]},{"name":"WINHTTP_OPTION_DISABLE_FEATURE","features":[117]},{"name":"WINHTTP_OPTION_DISABLE_GLOBAL_POOLING","features":[117]},{"name":"WINHTTP_OPTION_DISABLE_PROXY_AUTH_SCHEMES","features":[117]},{"name":"WINHTTP_OPTION_DISABLE_SECURE_PROTOCOL_FALLBACK","features":[117]},{"name":"WINHTTP_OPTION_DISABLE_STREAM_QUEUE","features":[117]},{"name":"WINHTTP_OPTION_ENABLETRACING","features":[117]},{"name":"WINHTTP_OPTION_ENABLE_FEATURE","features":[117]},{"name":"WINHTTP_OPTION_ENABLE_HTTP2_PLUS_CLIENT_CERT","features":[117]},{"name":"WINHTTP_OPTION_ENABLE_HTTP_PROTOCOL","features":[117]},{"name":"WINHTTP_OPTION_ENCODE_EXTRA","features":[117]},{"name":"WINHTTP_OPTION_EXPIRE_CONNECTION","features":[117]},{"name":"WINHTTP_OPTION_EXTENDED_ERROR","features":[117]},{"name":"WINHTTP_OPTION_FAILED_CONNECTION_RETRIES","features":[117]},{"name":"WINHTTP_OPTION_FEATURE_SUPPORTED","features":[117]},{"name":"WINHTTP_OPTION_FIRST_AVAILABLE_CONNECTION","features":[117]},{"name":"WINHTTP_OPTION_GLOBAL_PROXY_CREDS","features":[117]},{"name":"WINHTTP_OPTION_GLOBAL_SERVER_CREDS","features":[117]},{"name":"WINHTTP_OPTION_HANDLE_TYPE","features":[117]},{"name":"WINHTTP_OPTION_HTTP2_KEEPALIVE","features":[117]},{"name":"WINHTTP_OPTION_HTTP2_PLUS_TRANSFER_ENCODING","features":[117]},{"name":"WINHTTP_OPTION_HTTP2_RECEIVE_WINDOW","features":[117]},{"name":"WINHTTP_OPTION_HTTP3_HANDSHAKE_TIMEOUT","features":[117]},{"name":"WINHTTP_OPTION_HTTP3_INITIAL_RTT","features":[117]},{"name":"WINHTTP_OPTION_HTTP3_KEEPALIVE","features":[117]},{"name":"WINHTTP_OPTION_HTTP3_STREAM_ERROR_CODE","features":[117]},{"name":"WINHTTP_OPTION_HTTP_PROTOCOL_REQUIRED","features":[117]},{"name":"WINHTTP_OPTION_HTTP_PROTOCOL_USED","features":[117]},{"name":"WINHTTP_OPTION_HTTP_VERSION","features":[117]},{"name":"WINHTTP_OPTION_IGNORE_CERT_REVOCATION_OFFLINE","features":[117]},{"name":"WINHTTP_OPTION_IPV6_FAST_FALLBACK","features":[117]},{"name":"WINHTTP_OPTION_IS_PROXY_CONNECT_RESPONSE","features":[117]},{"name":"WINHTTP_OPTION_KDC_PROXY_SETTINGS","features":[117]},{"name":"WINHTTP_OPTION_MATCH_CONNECTION_GUID","features":[117]},{"name":"WINHTTP_OPTION_MAX_CONNS_PER_1_0_SERVER","features":[117]},{"name":"WINHTTP_OPTION_MAX_CONNS_PER_SERVER","features":[117]},{"name":"WINHTTP_OPTION_MAX_HTTP_AUTOMATIC_REDIRECTS","features":[117]},{"name":"WINHTTP_OPTION_MAX_HTTP_STATUS_CONTINUE","features":[117]},{"name":"WINHTTP_OPTION_MAX_RESPONSE_DRAIN_SIZE","features":[117]},{"name":"WINHTTP_OPTION_MAX_RESPONSE_HEADER_SIZE","features":[117]},{"name":"WINHTTP_OPTION_NETWORK_INTERFACE_AFFINITY","features":[117]},{"name":"WINHTTP_OPTION_PARENT_HANDLE","features":[117]},{"name":"WINHTTP_OPTION_PASSPORT_COBRANDING_TEXT","features":[117]},{"name":"WINHTTP_OPTION_PASSPORT_COBRANDING_URL","features":[117]},{"name":"WINHTTP_OPTION_PASSPORT_RETURN_URL","features":[117]},{"name":"WINHTTP_OPTION_PASSPORT_SIGN_OUT","features":[117]},{"name":"WINHTTP_OPTION_PASSWORD","features":[117]},{"name":"WINHTTP_OPTION_PROXY","features":[117]},{"name":"WINHTTP_OPTION_PROXY_DISABLE_SERVICE_CALLS","features":[117]},{"name":"WINHTTP_OPTION_PROXY_PASSWORD","features":[117]},{"name":"WINHTTP_OPTION_PROXY_RESULT_ENTRY","features":[117]},{"name":"WINHTTP_OPTION_PROXY_SPN_USED","features":[117]},{"name":"WINHTTP_OPTION_PROXY_USERNAME","features":[117]},{"name":"WINHTTP_OPTION_QUIC_STATS","features":[117]},{"name":"WINHTTP_OPTION_READ_BUFFER_SIZE","features":[117]},{"name":"WINHTTP_OPTION_RECEIVE_PROXY_CONNECT_RESPONSE","features":[117]},{"name":"WINHTTP_OPTION_RECEIVE_RESPONSE_TIMEOUT","features":[117]},{"name":"WINHTTP_OPTION_RECEIVE_TIMEOUT","features":[117]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY","features":[117]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_ALWAYS","features":[117]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_DEFAULT","features":[117]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_DISALLOW_HTTPS_TO_HTTP","features":[117]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_LAST","features":[117]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_NEVER","features":[117]},{"name":"WINHTTP_OPTION_REFERER_TOKEN_BINDING_HOSTNAME","features":[117]},{"name":"WINHTTP_OPTION_REJECT_USERPWD_IN_URL","features":[117]},{"name":"WINHTTP_OPTION_REQUEST_ANNOTATION","features":[117]},{"name":"WINHTTP_OPTION_REQUEST_ANNOTATION_MAX_LENGTH","features":[117]},{"name":"WINHTTP_OPTION_REQUEST_PRIORITY","features":[117]},{"name":"WINHTTP_OPTION_REQUEST_STATS","features":[117]},{"name":"WINHTTP_OPTION_REQUEST_TIMES","features":[117]},{"name":"WINHTTP_OPTION_REQUIRE_STREAM_END","features":[117]},{"name":"WINHTTP_OPTION_RESOLUTION_HOSTNAME","features":[117]},{"name":"WINHTTP_OPTION_RESOLVER_CACHE_CONFIG","features":[117]},{"name":"WINHTTP_OPTION_RESOLVE_TIMEOUT","features":[117]},{"name":"WINHTTP_OPTION_REVERT_IMPERSONATION_SERVER_CERT","features":[117]},{"name":"WINHTTP_OPTION_SECURE_PROTOCOLS","features":[117]},{"name":"WINHTTP_OPTION_SECURITY_CERTIFICATE_STRUCT","features":[117]},{"name":"WINHTTP_OPTION_SECURITY_FLAGS","features":[117]},{"name":"WINHTTP_OPTION_SECURITY_INFO","features":[117]},{"name":"WINHTTP_OPTION_SECURITY_KEY_BITNESS","features":[117]},{"name":"WINHTTP_OPTION_SEND_TIMEOUT","features":[117]},{"name":"WINHTTP_OPTION_SERVER_CBT","features":[117]},{"name":"WINHTTP_OPTION_SERVER_CERT_CHAIN_CONTEXT","features":[117]},{"name":"WINHTTP_OPTION_SERVER_CERT_CONTEXT","features":[117]},{"name":"WINHTTP_OPTION_SERVER_SPN_USED","features":[117]},{"name":"WINHTTP_OPTION_SET_TOKEN_BINDING","features":[117]},{"name":"WINHTTP_OPTION_SPN","features":[117]},{"name":"WINHTTP_OPTION_SPN_MASK","features":[117]},{"name":"WINHTTP_OPTION_STREAM_ERROR_CODE","features":[117]},{"name":"WINHTTP_OPTION_TCP_FAST_OPEN","features":[117]},{"name":"WINHTTP_OPTION_TCP_KEEPALIVE","features":[117]},{"name":"WINHTTP_OPTION_TCP_PRIORITY_HINT","features":[117]},{"name":"WINHTTP_OPTION_TCP_PRIORITY_STATUS","features":[117]},{"name":"WINHTTP_OPTION_TLS_FALSE_START","features":[117]},{"name":"WINHTTP_OPTION_TLS_PROTOCOL_INSECURE_FALLBACK","features":[117]},{"name":"WINHTTP_OPTION_TOKEN_BINDING_PUBLIC_KEY","features":[117]},{"name":"WINHTTP_OPTION_UNLOAD_NOTIFY_EVENT","features":[117]},{"name":"WINHTTP_OPTION_UNSAFE_HEADER_PARSING","features":[117]},{"name":"WINHTTP_OPTION_UPGRADE_TO_WEB_SOCKET","features":[117]},{"name":"WINHTTP_OPTION_URL","features":[117]},{"name":"WINHTTP_OPTION_USERNAME","features":[117]},{"name":"WINHTTP_OPTION_USER_AGENT","features":[117]},{"name":"WINHTTP_OPTION_USE_GLOBAL_SERVER_CREDENTIALS","features":[117]},{"name":"WINHTTP_OPTION_USE_SESSION_SCH_CRED","features":[117]},{"name":"WINHTTP_OPTION_WEB_SOCKET_CLOSE_TIMEOUT","features":[117]},{"name":"WINHTTP_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL","features":[117]},{"name":"WINHTTP_OPTION_WEB_SOCKET_RECEIVE_BUFFER_SIZE","features":[117]},{"name":"WINHTTP_OPTION_WEB_SOCKET_SEND_BUFFER_SIZE","features":[117]},{"name":"WINHTTP_OPTION_WORKER_THREAD_COUNT","features":[117]},{"name":"WINHTTP_OPTION_WRITE_BUFFER_SIZE","features":[117]},{"name":"WINHTTP_PROTOCOL_FLAG_HTTP2","features":[117]},{"name":"WINHTTP_PROTOCOL_FLAG_HTTP3","features":[117]},{"name":"WINHTTP_PROXY_CHANGE_CALLBACK","features":[117]},{"name":"WINHTTP_PROXY_DISABLE_AUTH_LOCAL_SERVICE","features":[117]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_BASIC","features":[117]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_DIGEST","features":[117]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_KERBEROS","features":[117]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_NEGOTIATE","features":[117]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_NTLM","features":[117]},{"name":"WINHTTP_PROXY_INFO","features":[117]},{"name":"WINHTTP_PROXY_NETWORKING_KEY","features":[117]},{"name":"WINHTTP_PROXY_NOTIFY_CHANGE","features":[117]},{"name":"WINHTTP_PROXY_RESULT","features":[3,117]},{"name":"WINHTTP_PROXY_RESULT_ENTRY","features":[3,117]},{"name":"WINHTTP_PROXY_RESULT_EX","features":[3,117]},{"name":"WINHTTP_PROXY_SETTINGS","features":[3,117]},{"name":"WINHTTP_PROXY_SETTINGS_EX","features":[117]},{"name":"WINHTTP_PROXY_SETTINGS_EX","features":[117]},{"name":"WINHTTP_PROXY_SETTINGS_PARAM","features":[117]},{"name":"WINHTTP_PROXY_SETTINGS_PARAM","features":[117]},{"name":"WINHTTP_PROXY_SETTINGS_TYPE","features":[117]},{"name":"WINHTTP_PROXY_TYPE_AUTO_DETECT","features":[117]},{"name":"WINHTTP_PROXY_TYPE_AUTO_PROXY_URL","features":[117]},{"name":"WINHTTP_PROXY_TYPE_DIRECT","features":[117]},{"name":"WINHTTP_PROXY_TYPE_PROXY","features":[117]},{"name":"WINHTTP_QUERY_ACCEPT","features":[117]},{"name":"WINHTTP_QUERY_ACCEPT_CHARSET","features":[117]},{"name":"WINHTTP_QUERY_ACCEPT_ENCODING","features":[117]},{"name":"WINHTTP_QUERY_ACCEPT_LANGUAGE","features":[117]},{"name":"WINHTTP_QUERY_ACCEPT_RANGES","features":[117]},{"name":"WINHTTP_QUERY_AGE","features":[117]},{"name":"WINHTTP_QUERY_ALLOW","features":[117]},{"name":"WINHTTP_QUERY_AUTHENTICATION_INFO","features":[117]},{"name":"WINHTTP_QUERY_AUTHORIZATION","features":[117]},{"name":"WINHTTP_QUERY_CACHE_CONTROL","features":[117]},{"name":"WINHTTP_QUERY_CONNECTION","features":[117]},{"name":"WINHTTP_QUERY_CONNECTION_GROUP_RESULT","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_BASE","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_DESCRIPTION","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_DISPOSITION","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_ENCODING","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_ID","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_LANGUAGE","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_LENGTH","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_LOCATION","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_MD5","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_RANGE","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_TRANSFER_ENCODING","features":[117]},{"name":"WINHTTP_QUERY_CONTENT_TYPE","features":[117]},{"name":"WINHTTP_QUERY_COOKIE","features":[117]},{"name":"WINHTTP_QUERY_COST","features":[117]},{"name":"WINHTTP_QUERY_CUSTOM","features":[117]},{"name":"WINHTTP_QUERY_DATE","features":[117]},{"name":"WINHTTP_QUERY_DERIVED_FROM","features":[117]},{"name":"WINHTTP_QUERY_ETAG","features":[117]},{"name":"WINHTTP_QUERY_EXPECT","features":[117]},{"name":"WINHTTP_QUERY_EXPIRES","features":[117]},{"name":"WINHTTP_QUERY_EX_ALL_HEADERS","features":[117]},{"name":"WINHTTP_QUERY_FLAG_NUMBER","features":[117]},{"name":"WINHTTP_QUERY_FLAG_NUMBER64","features":[117]},{"name":"WINHTTP_QUERY_FLAG_REQUEST_HEADERS","features":[117]},{"name":"WINHTTP_QUERY_FLAG_SYSTEMTIME","features":[117]},{"name":"WINHTTP_QUERY_FLAG_TRAILERS","features":[117]},{"name":"WINHTTP_QUERY_FLAG_WIRE_ENCODING","features":[117]},{"name":"WINHTTP_QUERY_FORWARDED","features":[117]},{"name":"WINHTTP_QUERY_FROM","features":[117]},{"name":"WINHTTP_QUERY_HOST","features":[117]},{"name":"WINHTTP_QUERY_IF_MATCH","features":[117]},{"name":"WINHTTP_QUERY_IF_MODIFIED_SINCE","features":[117]},{"name":"WINHTTP_QUERY_IF_NONE_MATCH","features":[117]},{"name":"WINHTTP_QUERY_IF_RANGE","features":[117]},{"name":"WINHTTP_QUERY_IF_UNMODIFIED_SINCE","features":[117]},{"name":"WINHTTP_QUERY_LAST_MODIFIED","features":[117]},{"name":"WINHTTP_QUERY_LINK","features":[117]},{"name":"WINHTTP_QUERY_LOCATION","features":[117]},{"name":"WINHTTP_QUERY_MAX","features":[117]},{"name":"WINHTTP_QUERY_MAX_FORWARDS","features":[117]},{"name":"WINHTTP_QUERY_MESSAGE_ID","features":[117]},{"name":"WINHTTP_QUERY_MIME_VERSION","features":[117]},{"name":"WINHTTP_QUERY_ORIG_URI","features":[117]},{"name":"WINHTTP_QUERY_PASSPORT_CONFIG","features":[117]},{"name":"WINHTTP_QUERY_PASSPORT_URLS","features":[117]},{"name":"WINHTTP_QUERY_PRAGMA","features":[117]},{"name":"WINHTTP_QUERY_PROXY_AUTHENTICATE","features":[117]},{"name":"WINHTTP_QUERY_PROXY_AUTHORIZATION","features":[117]},{"name":"WINHTTP_QUERY_PROXY_CONNECTION","features":[117]},{"name":"WINHTTP_QUERY_PROXY_SUPPORT","features":[117]},{"name":"WINHTTP_QUERY_PUBLIC","features":[117]},{"name":"WINHTTP_QUERY_RANGE","features":[117]},{"name":"WINHTTP_QUERY_RAW_HEADERS","features":[117]},{"name":"WINHTTP_QUERY_RAW_HEADERS_CRLF","features":[117]},{"name":"WINHTTP_QUERY_REFERER","features":[117]},{"name":"WINHTTP_QUERY_REFRESH","features":[117]},{"name":"WINHTTP_QUERY_REQUEST_METHOD","features":[117]},{"name":"WINHTTP_QUERY_RETRY_AFTER","features":[117]},{"name":"WINHTTP_QUERY_SERVER","features":[117]},{"name":"WINHTTP_QUERY_SET_COOKIE","features":[117]},{"name":"WINHTTP_QUERY_STATUS_CODE","features":[117]},{"name":"WINHTTP_QUERY_STATUS_TEXT","features":[117]},{"name":"WINHTTP_QUERY_TITLE","features":[117]},{"name":"WINHTTP_QUERY_TRANSFER_ENCODING","features":[117]},{"name":"WINHTTP_QUERY_UNLESS_MODIFIED_SINCE","features":[117]},{"name":"WINHTTP_QUERY_UPGRADE","features":[117]},{"name":"WINHTTP_QUERY_URI","features":[117]},{"name":"WINHTTP_QUERY_USER_AGENT","features":[117]},{"name":"WINHTTP_QUERY_VARY","features":[117]},{"name":"WINHTTP_QUERY_VERSION","features":[117]},{"name":"WINHTTP_QUERY_VIA","features":[117]},{"name":"WINHTTP_QUERY_WARNING","features":[117]},{"name":"WINHTTP_QUERY_WWW_AUTHENTICATE","features":[117]},{"name":"WINHTTP_REQUEST_STATS","features":[117]},{"name":"WINHTTP_REQUEST_STATS","features":[117]},{"name":"WINHTTP_REQUEST_STAT_ENTRY","features":[117]},{"name":"WINHTTP_REQUEST_STAT_FLAG_FIRST_REQUEST","features":[117]},{"name":"WINHTTP_REQUEST_STAT_FLAG_PROXY_TLS_FALSE_START","features":[117]},{"name":"WINHTTP_REQUEST_STAT_FLAG_PROXY_TLS_SESSION_RESUMPTION","features":[117]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TCP_FAST_OPEN","features":[117]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TLS_FALSE_START","features":[117]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TLS_SESSION_RESUMPTION","features":[117]},{"name":"WINHTTP_REQUEST_TIMES","features":[117]},{"name":"WINHTTP_REQUEST_TIMES","features":[117]},{"name":"WINHTTP_REQUEST_TIME_ENTRY","features":[117]},{"name":"WINHTTP_RESET_ALL","features":[117]},{"name":"WINHTTP_RESET_DISCARD_RESOLVERS","features":[117]},{"name":"WINHTTP_RESET_NOTIFY_NETWORK_CHANGED","features":[117]},{"name":"WINHTTP_RESET_OUT_OF_PROC","features":[117]},{"name":"WINHTTP_RESET_SCRIPT_CACHE","features":[117]},{"name":"WINHTTP_RESET_STATE","features":[117]},{"name":"WINHTTP_RESET_SWPAD_ALL","features":[117]},{"name":"WINHTTP_RESET_SWPAD_CURRENT_NETWORK","features":[117]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG","features":[117]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG","features":[117]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_BYPASS_CACHE","features":[117]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_CONN_USE_TTL","features":[117]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_SOFT_LIMIT","features":[117]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_USE_DNS_TTL","features":[117]},{"name":"WINHTTP_SECURE_DNS_SETTING","features":[117]},{"name":"WINHTTP_STATUS_CALLBACK","features":[117]},{"name":"WINHTTP_TIME_FORMAT_BUFSIZE","features":[117]},{"name":"WINHTTP_WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_ASYNC_RESULT","features":[117]},{"name":"WINHTTP_WEB_SOCKET_BINARY_FRAGMENT_BUFFER_TYPE","features":[117]},{"name":"WINHTTP_WEB_SOCKET_BINARY_MESSAGE_BUFFER_TYPE","features":[117]},{"name":"WINHTTP_WEB_SOCKET_BUFFER_TYPE","features":[117]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_BUFFER_TYPE","features":[117]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_OPERATION","features":[117]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_ENDPOINT_TERMINATED_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[117]},{"name":"WINHTTP_WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE","features":[117]},{"name":"WINHTTP_WEB_SOCKET_OPERATION","features":[117]},{"name":"WINHTTP_WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_RECEIVE_OPERATION","features":[117]},{"name":"WINHTTP_WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_SEND_OPERATION","features":[117]},{"name":"WINHTTP_WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_SHUTDOWN_OPERATION","features":[117]},{"name":"WINHTTP_WEB_SOCKET_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[117]},{"name":"WINHTTP_WEB_SOCKET_UTF8_FRAGMENT_BUFFER_TYPE","features":[117]},{"name":"WINHTTP_WEB_SOCKET_UTF8_MESSAGE_BUFFER_TYPE","features":[117]},{"name":"WIN_HTTP_CREATE_URL_FLAGS","features":[117]},{"name":"WinHttpAddRequestHeaders","features":[3,117]},{"name":"WinHttpAddRequestHeadersEx","features":[117]},{"name":"WinHttpCheckPlatform","features":[3,117]},{"name":"WinHttpCloseHandle","features":[3,117]},{"name":"WinHttpConnect","features":[117]},{"name":"WinHttpConnectFailureCount","features":[117]},{"name":"WinHttpConnectionAcquireEnd","features":[117]},{"name":"WinHttpConnectionAcquireStart","features":[117]},{"name":"WinHttpConnectionAcquireWaitEnd","features":[117]},{"name":"WinHttpConnectionEstablishmentEnd","features":[117]},{"name":"WinHttpConnectionEstablishmentStart","features":[117]},{"name":"WinHttpCrackUrl","features":[3,117]},{"name":"WinHttpCreateProxyResolver","features":[117]},{"name":"WinHttpCreateUrl","features":[3,117]},{"name":"WinHttpDetectAutoProxyConfigUrl","features":[3,117]},{"name":"WinHttpFreeProxyResult","features":[3,117]},{"name":"WinHttpFreeProxyResultEx","features":[3,117]},{"name":"WinHttpFreeProxySettings","features":[3,117]},{"name":"WinHttpFreeProxySettingsEx","features":[117]},{"name":"WinHttpFreeQueryConnectionGroupResult","features":[117]},{"name":"WinHttpGetDefaultProxyConfiguration","features":[3,117]},{"name":"WinHttpGetIEProxyConfigForCurrentUser","features":[3,117]},{"name":"WinHttpGetProxyForUrl","features":[3,117]},{"name":"WinHttpGetProxyForUrlEx","features":[3,117]},{"name":"WinHttpGetProxyForUrlEx2","features":[3,117]},{"name":"WinHttpGetProxyResult","features":[3,117]},{"name":"WinHttpGetProxyResultEx","features":[3,117]},{"name":"WinHttpGetProxySettingsEx","features":[117]},{"name":"WinHttpGetProxySettingsResultEx","features":[117]},{"name":"WinHttpGetProxySettingsVersion","features":[117]},{"name":"WinHttpNameResolutionEnd","features":[117]},{"name":"WinHttpNameResolutionStart","features":[117]},{"name":"WinHttpOpen","features":[117]},{"name":"WinHttpOpenRequest","features":[117]},{"name":"WinHttpProxyDetectionEnd","features":[117]},{"name":"WinHttpProxyDetectionStart","features":[117]},{"name":"WinHttpProxyFailureCount","features":[117]},{"name":"WinHttpProxySettingsTypeUnknown","features":[117]},{"name":"WinHttpProxySettingsTypeWsa","features":[117]},{"name":"WinHttpProxySettingsTypeWsl","features":[117]},{"name":"WinHttpProxyTlsHandshakeClientLeg1End","features":[117]},{"name":"WinHttpProxyTlsHandshakeClientLeg1Size","features":[117]},{"name":"WinHttpProxyTlsHandshakeClientLeg1Start","features":[117]},{"name":"WinHttpProxyTlsHandshakeClientLeg2End","features":[117]},{"name":"WinHttpProxyTlsHandshakeClientLeg2Size","features":[117]},{"name":"WinHttpProxyTlsHandshakeClientLeg2Start","features":[117]},{"name":"WinHttpProxyTlsHandshakeClientLeg3End","features":[117]},{"name":"WinHttpProxyTlsHandshakeClientLeg3Start","features":[117]},{"name":"WinHttpProxyTlsHandshakeServerLeg1Size","features":[117]},{"name":"WinHttpProxyTlsHandshakeServerLeg2Size","features":[117]},{"name":"WinHttpProxyTunnelEnd","features":[117]},{"name":"WinHttpProxyTunnelStart","features":[117]},{"name":"WinHttpQueryAuthSchemes","features":[3,117]},{"name":"WinHttpQueryConnectionGroup","features":[117]},{"name":"WinHttpQueryDataAvailable","features":[3,117]},{"name":"WinHttpQueryHeaders","features":[3,117]},{"name":"WinHttpQueryHeadersEx","features":[117]},{"name":"WinHttpQueryOption","features":[3,117]},{"name":"WinHttpReadData","features":[3,117]},{"name":"WinHttpReadDataEx","features":[117]},{"name":"WinHttpReadProxySettings","features":[3,117]},{"name":"WinHttpReceiveResponse","features":[3,117]},{"name":"WinHttpReceiveResponseBodyDecompressionDelta","features":[117]},{"name":"WinHttpReceiveResponseEnd","features":[117]},{"name":"WinHttpReceiveResponseHeadersDecompressionEnd","features":[117]},{"name":"WinHttpReceiveResponseHeadersDecompressionStart","features":[117]},{"name":"WinHttpReceiveResponseHeadersEnd","features":[117]},{"name":"WinHttpReceiveResponseStart","features":[117]},{"name":"WinHttpRegisterProxyChangeNotification","features":[117]},{"name":"WinHttpRequest","features":[117]},{"name":"WinHttpRequestAutoLogonPolicy","features":[117]},{"name":"WinHttpRequestHeadersCompressedSize","features":[117]},{"name":"WinHttpRequestHeadersSize","features":[117]},{"name":"WinHttpRequestOption","features":[117]},{"name":"WinHttpRequestOption_EnableCertificateRevocationCheck","features":[117]},{"name":"WinHttpRequestOption_EnableHttp1_1","features":[117]},{"name":"WinHttpRequestOption_EnableHttpsToHttpRedirects","features":[117]},{"name":"WinHttpRequestOption_EnablePassportAuthentication","features":[117]},{"name":"WinHttpRequestOption_EnableRedirects","features":[117]},{"name":"WinHttpRequestOption_EnableTracing","features":[117]},{"name":"WinHttpRequestOption_EscapePercentInURL","features":[117]},{"name":"WinHttpRequestOption_MaxAutomaticRedirects","features":[117]},{"name":"WinHttpRequestOption_MaxResponseDrainSize","features":[117]},{"name":"WinHttpRequestOption_MaxResponseHeaderSize","features":[117]},{"name":"WinHttpRequestOption_RejectUserpwd","features":[117]},{"name":"WinHttpRequestOption_RevertImpersonationOverSsl","features":[117]},{"name":"WinHttpRequestOption_SecureProtocols","features":[117]},{"name":"WinHttpRequestOption_SelectCertificate","features":[117]},{"name":"WinHttpRequestOption_SslErrorIgnoreFlags","features":[117]},{"name":"WinHttpRequestOption_URL","features":[117]},{"name":"WinHttpRequestOption_URLCodePage","features":[117]},{"name":"WinHttpRequestOption_UrlEscapeDisable","features":[117]},{"name":"WinHttpRequestOption_UrlEscapeDisableQuery","features":[117]},{"name":"WinHttpRequestOption_UserAgentString","features":[117]},{"name":"WinHttpRequestSecureProtocols","features":[117]},{"name":"WinHttpRequestSslErrorFlags","features":[117]},{"name":"WinHttpRequestStatLast","features":[117]},{"name":"WinHttpRequestStatMax","features":[117]},{"name":"WinHttpRequestTimeLast","features":[117]},{"name":"WinHttpRequestTimeMax","features":[117]},{"name":"WinHttpResetAutoProxy","features":[117]},{"name":"WinHttpResponseBodyCompressedSize","features":[117]},{"name":"WinHttpResponseBodySize","features":[117]},{"name":"WinHttpResponseHeadersCompressedSize","features":[117]},{"name":"WinHttpResponseHeadersSize","features":[117]},{"name":"WinHttpSecureDnsSettingDefault","features":[117]},{"name":"WinHttpSecureDnsSettingForcePlaintext","features":[117]},{"name":"WinHttpSecureDnsSettingMax","features":[117]},{"name":"WinHttpSecureDnsSettingRequireEncryption","features":[117]},{"name":"WinHttpSecureDnsSettingTryEncryptionWithFallback","features":[117]},{"name":"WinHttpSendRequest","features":[3,117]},{"name":"WinHttpSendRequestEnd","features":[117]},{"name":"WinHttpSendRequestHeadersCompressionEnd","features":[117]},{"name":"WinHttpSendRequestHeadersCompressionStart","features":[117]},{"name":"WinHttpSendRequestHeadersEnd","features":[117]},{"name":"WinHttpSendRequestStart","features":[117]},{"name":"WinHttpSetCredentials","features":[3,117]},{"name":"WinHttpSetDefaultProxyConfiguration","features":[3,117]},{"name":"WinHttpSetOption","features":[3,117]},{"name":"WinHttpSetProxySettingsPerUser","features":[3,117]},{"name":"WinHttpSetStatusCallback","features":[117]},{"name":"WinHttpSetTimeouts","features":[3,117]},{"name":"WinHttpStreamWaitEnd","features":[117]},{"name":"WinHttpStreamWaitStart","features":[117]},{"name":"WinHttpTimeFromSystemTime","features":[3,117]},{"name":"WinHttpTimeToSystemTime","features":[3,117]},{"name":"WinHttpTlsHandshakeClientLeg1End","features":[117]},{"name":"WinHttpTlsHandshakeClientLeg1Size","features":[117]},{"name":"WinHttpTlsHandshakeClientLeg1Start","features":[117]},{"name":"WinHttpTlsHandshakeClientLeg2End","features":[117]},{"name":"WinHttpTlsHandshakeClientLeg2Size","features":[117]},{"name":"WinHttpTlsHandshakeClientLeg2Start","features":[117]},{"name":"WinHttpTlsHandshakeClientLeg3End","features":[117]},{"name":"WinHttpTlsHandshakeClientLeg3Start","features":[117]},{"name":"WinHttpTlsHandshakeServerLeg1Size","features":[117]},{"name":"WinHttpTlsHandshakeServerLeg2Size","features":[117]},{"name":"WinHttpUnregisterProxyChangeNotification","features":[117]},{"name":"WinHttpWebSocketClose","features":[117]},{"name":"WinHttpWebSocketCompleteUpgrade","features":[117]},{"name":"WinHttpWebSocketQueryCloseStatus","features":[117]},{"name":"WinHttpWebSocketReceive","features":[117]},{"name":"WinHttpWebSocketSend","features":[117]},{"name":"WinHttpWebSocketShutdown","features":[117]},{"name":"WinHttpWriteData","features":[3,117]},{"name":"WinHttpWriteProxySettings","features":[3,117]}],"479":[{"name":"ANY_CACHE_ENTRY","features":[118]},{"name":"APP_CACHE_DOWNLOAD_ENTRY","features":[118]},{"name":"APP_CACHE_DOWNLOAD_LIST","features":[118]},{"name":"APP_CACHE_ENTRY_TYPE_EXPLICIT","features":[118]},{"name":"APP_CACHE_ENTRY_TYPE_FALLBACK","features":[118]},{"name":"APP_CACHE_ENTRY_TYPE_FOREIGN","features":[118]},{"name":"APP_CACHE_ENTRY_TYPE_MANIFEST","features":[118]},{"name":"APP_CACHE_ENTRY_TYPE_MASTER","features":[118]},{"name":"APP_CACHE_FINALIZE_STATE","features":[118]},{"name":"APP_CACHE_GROUP_INFO","features":[3,118]},{"name":"APP_CACHE_GROUP_LIST","features":[3,118]},{"name":"APP_CACHE_LOOKUP_NO_MASTER_ONLY","features":[118]},{"name":"APP_CACHE_STATE","features":[118]},{"name":"AUTH_FLAG_DISABLE_BASIC_CLEARCHANNEL","features":[118]},{"name":"AUTH_FLAG_DISABLE_NEGOTIATE","features":[118]},{"name":"AUTH_FLAG_DISABLE_SERVER_AUTH","features":[118]},{"name":"AUTH_FLAG_ENABLE_NEGOTIATE","features":[118]},{"name":"AUTH_FLAG_RESET","features":[118]},{"name":"AUTODIAL_MODE_ALWAYS","features":[118]},{"name":"AUTODIAL_MODE_NEVER","features":[118]},{"name":"AUTODIAL_MODE_NO_NETWORK_PRESENT","features":[118]},{"name":"AUTO_PROXY_FLAG_ALWAYS_DETECT","features":[118]},{"name":"AUTO_PROXY_FLAG_CACHE_INIT_RUN","features":[118]},{"name":"AUTO_PROXY_FLAG_DETECTION_RUN","features":[118]},{"name":"AUTO_PROXY_FLAG_DETECTION_SUSPECT","features":[118]},{"name":"AUTO_PROXY_FLAG_DONT_CACHE_PROXY_RESULT","features":[118]},{"name":"AUTO_PROXY_FLAG_MIGRATED","features":[118]},{"name":"AUTO_PROXY_FLAG_USER_SET","features":[118]},{"name":"AUTO_PROXY_SCRIPT_BUFFER","features":[118]},{"name":"AppCacheCheckManifest","features":[118]},{"name":"AppCacheCloseHandle","features":[118]},{"name":"AppCacheCreateAndCommitFile","features":[118]},{"name":"AppCacheDeleteGroup","features":[118]},{"name":"AppCacheDeleteIEGroup","features":[118]},{"name":"AppCacheDuplicateHandle","features":[118]},{"name":"AppCacheFinalize","features":[118]},{"name":"AppCacheFinalizeStateComplete","features":[118]},{"name":"AppCacheFinalizeStateIncomplete","features":[118]},{"name":"AppCacheFinalizeStateManifestChange","features":[118]},{"name":"AppCacheFreeDownloadList","features":[118]},{"name":"AppCacheFreeGroupList","features":[3,118]},{"name":"AppCacheFreeIESpace","features":[3,118]},{"name":"AppCacheFreeSpace","features":[3,118]},{"name":"AppCacheGetDownloadList","features":[118]},{"name":"AppCacheGetFallbackUrl","features":[118]},{"name":"AppCacheGetGroupList","features":[3,118]},{"name":"AppCacheGetIEGroupList","features":[3,118]},{"name":"AppCacheGetInfo","features":[3,118]},{"name":"AppCacheGetManifestUrl","features":[118]},{"name":"AppCacheLookup","features":[118]},{"name":"AppCacheStateNoUpdateNeeded","features":[118]},{"name":"AppCacheStateUpdateNeeded","features":[118]},{"name":"AppCacheStateUpdateNeededMasterOnly","features":[118]},{"name":"AppCacheStateUpdateNeededNew","features":[118]},{"name":"AutoProxyHelperFunctions","features":[118]},{"name":"AutoProxyHelperVtbl","features":[118]},{"name":"CACHEGROUP_ATTRIBUTE_BASIC","features":[118]},{"name":"CACHEGROUP_ATTRIBUTE_FLAG","features":[118]},{"name":"CACHEGROUP_ATTRIBUTE_GET_ALL","features":[118]},{"name":"CACHEGROUP_ATTRIBUTE_GROUPNAME","features":[118]},{"name":"CACHEGROUP_ATTRIBUTE_QUOTA","features":[118]},{"name":"CACHEGROUP_ATTRIBUTE_STORAGE","features":[118]},{"name":"CACHEGROUP_ATTRIBUTE_TYPE","features":[118]},{"name":"CACHEGROUP_FLAG_FLUSHURL_ONDELETE","features":[118]},{"name":"CACHEGROUP_FLAG_GIDONLY","features":[118]},{"name":"CACHEGROUP_FLAG_NONPURGEABLE","features":[118]},{"name":"CACHEGROUP_FLAG_VALID","features":[118]},{"name":"CACHEGROUP_ID_BUILTIN_STICKY","features":[118]},{"name":"CACHEGROUP_SEARCH_ALL","features":[118]},{"name":"CACHEGROUP_SEARCH_BYURL","features":[118]},{"name":"CACHEGROUP_TYPE_INVALID","features":[118]},{"name":"CACHE_CONFIG","features":[118]},{"name":"CACHE_CONFIG_APPCONTAINER_CONTENT_QUOTA_FC","features":[118]},{"name":"CACHE_CONFIG_APPCONTAINER_TOTAL_CONTENT_QUOTA_FC","features":[118]},{"name":"CACHE_CONFIG_CONTENT_PATHS_FC","features":[118]},{"name":"CACHE_CONFIG_CONTENT_QUOTA_FC","features":[118]},{"name":"CACHE_CONFIG_CONTENT_USAGE_FC","features":[118]},{"name":"CACHE_CONFIG_COOKIES_PATHS_FC","features":[118]},{"name":"CACHE_CONFIG_DISK_CACHE_PATHS_FC","features":[118]},{"name":"CACHE_CONFIG_FORCE_CLEANUP_FC","features":[118]},{"name":"CACHE_CONFIG_HISTORY_PATHS_FC","features":[118]},{"name":"CACHE_CONFIG_QUOTA_FC","features":[118]},{"name":"CACHE_CONFIG_STICKY_CONTENT_USAGE_FC","features":[118]},{"name":"CACHE_CONFIG_SYNC_MODE_FC","features":[118]},{"name":"CACHE_CONFIG_TOTAL_CONTENT_QUOTA_FC","features":[118]},{"name":"CACHE_CONFIG_USER_MODE_FC","features":[118]},{"name":"CACHE_ENTRY_ACCTIME_FC","features":[118]},{"name":"CACHE_ENTRY_ATTRIBUTE_FC","features":[118]},{"name":"CACHE_ENTRY_EXEMPT_DELTA_FC","features":[118]},{"name":"CACHE_ENTRY_EXPTIME_FC","features":[118]},{"name":"CACHE_ENTRY_HEADERINFO_FC","features":[118]},{"name":"CACHE_ENTRY_HITRATE_FC","features":[118]},{"name":"CACHE_ENTRY_MODIFY_DATA_FC","features":[118]},{"name":"CACHE_ENTRY_MODTIME_FC","features":[118]},{"name":"CACHE_ENTRY_SYNCTIME_FC","features":[118]},{"name":"CACHE_ENTRY_TYPE_FC","features":[118]},{"name":"CACHE_FIND_CONTAINER_RETURN_NOCHANGE","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_READ_COUNT_SINCE_LAST_SCAVENGE","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_12","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_13","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_15","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_16","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_17","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_18","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_19","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_20","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_23","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_24","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_25","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_26","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_28","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_29","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_30","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_31","features":[118]},{"name":"CACHE_HEADER_DATA_CACHE_WRITE_COUNT_SINCE_LAST_SCAVENGE","features":[118]},{"name":"CACHE_HEADER_DATA_CONLIST_CHANGE_COUNT","features":[118]},{"name":"CACHE_HEADER_DATA_COOKIE_CHANGE_COUNT","features":[118]},{"name":"CACHE_HEADER_DATA_CURRENT_SETTINGS_VERSION","features":[118]},{"name":"CACHE_HEADER_DATA_DOWNLOAD_PARTIAL","features":[118]},{"name":"CACHE_HEADER_DATA_GID_HIGH","features":[118]},{"name":"CACHE_HEADER_DATA_GID_LOW","features":[118]},{"name":"CACHE_HEADER_DATA_HSTS_CHANGE_COUNT","features":[118]},{"name":"CACHE_HEADER_DATA_LAST","features":[118]},{"name":"CACHE_HEADER_DATA_LAST_SCAVENGE_TIMESTAMP","features":[118]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_FILTER","features":[118]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_HWND","features":[118]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_MESG","features":[118]},{"name":"CACHE_HEADER_DATA_ROOTGROUP_OFFSET","features":[118]},{"name":"CACHE_HEADER_DATA_ROOT_GROUPLIST_OFFSET","features":[118]},{"name":"CACHE_HEADER_DATA_ROOT_LEAK_OFFSET","features":[118]},{"name":"CACHE_HEADER_DATA_SSL_STATE_COUNT","features":[118]},{"name":"CACHE_NOTIFY_ADD_URL","features":[118]},{"name":"CACHE_NOTIFY_DELETE_ALL","features":[118]},{"name":"CACHE_NOTIFY_DELETE_URL","features":[118]},{"name":"CACHE_NOTIFY_FILTER_CHANGED","features":[118]},{"name":"CACHE_NOTIFY_SET_OFFLINE","features":[118]},{"name":"CACHE_NOTIFY_SET_ONLINE","features":[118]},{"name":"CACHE_NOTIFY_UPDATE_URL","features":[118]},{"name":"CACHE_NOTIFY_URL_SET_STICKY","features":[118]},{"name":"CACHE_NOTIFY_URL_UNSET_STICKY","features":[118]},{"name":"CACHE_OPERATOR","features":[3,118]},{"name":"COOKIE_ACCEPTED_CACHE_ENTRY","features":[118]},{"name":"COOKIE_ALLOW","features":[118]},{"name":"COOKIE_ALLOW_ALL","features":[118]},{"name":"COOKIE_CACHE_ENTRY","features":[118]},{"name":"COOKIE_DLG_INFO","features":[3,118]},{"name":"COOKIE_DONT_ALLOW","features":[118]},{"name":"COOKIE_DONT_ALLOW_ALL","features":[118]},{"name":"COOKIE_DOWNGRADED_CACHE_ENTRY","features":[118]},{"name":"COOKIE_LEASHED_CACHE_ENTRY","features":[118]},{"name":"COOKIE_OP_3RD_PARTY","features":[118]},{"name":"COOKIE_OP_GET","features":[118]},{"name":"COOKIE_OP_MODIFY","features":[118]},{"name":"COOKIE_OP_PERSISTENT","features":[118]},{"name":"COOKIE_OP_SESSION","features":[118]},{"name":"COOKIE_OP_SET","features":[118]},{"name":"COOKIE_REJECTED_CACHE_ENTRY","features":[118]},{"name":"COOKIE_STATE_ACCEPT","features":[118]},{"name":"COOKIE_STATE_DOWNGRADE","features":[118]},{"name":"COOKIE_STATE_LB","features":[118]},{"name":"COOKIE_STATE_LEASH","features":[118]},{"name":"COOKIE_STATE_MAX","features":[118]},{"name":"COOKIE_STATE_PROMPT","features":[118]},{"name":"COOKIE_STATE_REJECT","features":[118]},{"name":"COOKIE_STATE_UB","features":[118]},{"name":"COOKIE_STATE_UNKNOWN","features":[118]},{"name":"CommitUrlCacheEntryA","features":[3,118]},{"name":"CommitUrlCacheEntryBinaryBlob","features":[3,118]},{"name":"CommitUrlCacheEntryW","features":[3,118]},{"name":"ConnectionEstablishmentEnd","features":[118]},{"name":"ConnectionEstablishmentStart","features":[118]},{"name":"CookieDecision","features":[3,118]},{"name":"CreateMD5SSOHash","features":[3,118]},{"name":"CreateUrlCacheContainerA","features":[3,118]},{"name":"CreateUrlCacheContainerW","features":[3,118]},{"name":"CreateUrlCacheEntryA","features":[3,118]},{"name":"CreateUrlCacheEntryExW","features":[3,118]},{"name":"CreateUrlCacheEntryW","features":[3,118]},{"name":"CreateUrlCacheGroup","features":[118]},{"name":"DIALENG_OperationComplete","features":[118]},{"name":"DIALENG_RedialAttempt","features":[118]},{"name":"DIALENG_RedialWait","features":[118]},{"name":"DIALPROP_DOMAIN","features":[118]},{"name":"DIALPROP_LASTERROR","features":[118]},{"name":"DIALPROP_PASSWORD","features":[118]},{"name":"DIALPROP_PHONENUMBER","features":[118]},{"name":"DIALPROP_REDIALCOUNT","features":[118]},{"name":"DIALPROP_REDIALINTERVAL","features":[118]},{"name":"DIALPROP_RESOLVEDPHONE","features":[118]},{"name":"DIALPROP_SAVEPASSWORD","features":[118]},{"name":"DIALPROP_USERNAME","features":[118]},{"name":"DLG_FLAGS_INSECURE_FALLBACK","features":[118]},{"name":"DLG_FLAGS_INVALID_CA","features":[118]},{"name":"DLG_FLAGS_SEC_CERT_CN_INVALID","features":[118]},{"name":"DLG_FLAGS_SEC_CERT_DATE_INVALID","features":[118]},{"name":"DLG_FLAGS_SEC_CERT_REV_FAILED","features":[118]},{"name":"DLG_FLAGS_WEAK_SIGNATURE","features":[118]},{"name":"DOWNLOAD_CACHE_ENTRY","features":[118]},{"name":"DUO_PROTOCOL_FLAG_SPDY3","features":[118]},{"name":"DUO_PROTOCOL_MASK","features":[118]},{"name":"DeleteIE3Cache","features":[3,118]},{"name":"DeleteUrlCacheContainerA","features":[3,118]},{"name":"DeleteUrlCacheContainerW","features":[3,118]},{"name":"DeleteUrlCacheEntry","features":[3,118]},{"name":"DeleteUrlCacheEntryA","features":[3,118]},{"name":"DeleteUrlCacheEntryW","features":[3,118]},{"name":"DeleteUrlCacheGroup","features":[3,118]},{"name":"DeleteWpadCacheForNetworks","features":[3,118]},{"name":"DetectAutoProxyUrl","features":[3,118]},{"name":"DoConnectoidsExist","features":[3,118]},{"name":"EDITED_CACHE_ENTRY","features":[118]},{"name":"ERROR_FTP_DROPPED","features":[118]},{"name":"ERROR_FTP_NO_PASSIVE_MODE","features":[118]},{"name":"ERROR_FTP_TRANSFER_IN_PROGRESS","features":[118]},{"name":"ERROR_GOPHER_ATTRIBUTE_NOT_FOUND","features":[118]},{"name":"ERROR_GOPHER_DATA_ERROR","features":[118]},{"name":"ERROR_GOPHER_END_OF_DATA","features":[118]},{"name":"ERROR_GOPHER_INCORRECT_LOCATOR_TYPE","features":[118]},{"name":"ERROR_GOPHER_INVALID_LOCATOR","features":[118]},{"name":"ERROR_GOPHER_NOT_FILE","features":[118]},{"name":"ERROR_GOPHER_NOT_GOPHER_PLUS","features":[118]},{"name":"ERROR_GOPHER_PROTOCOL_ERROR","features":[118]},{"name":"ERROR_GOPHER_UNKNOWN_LOCATOR","features":[118]},{"name":"ERROR_HTTP_COOKIE_DECLINED","features":[118]},{"name":"ERROR_HTTP_COOKIE_NEEDS_CONFIRMATION","features":[118]},{"name":"ERROR_HTTP_COOKIE_NEEDS_CONFIRMATION_EX","features":[118]},{"name":"ERROR_HTTP_DOWNLEVEL_SERVER","features":[118]},{"name":"ERROR_HTTP_HEADER_ALREADY_EXISTS","features":[118]},{"name":"ERROR_HTTP_HEADER_NOT_FOUND","features":[118]},{"name":"ERROR_HTTP_HSTS_REDIRECT_REQUIRED","features":[118]},{"name":"ERROR_HTTP_INVALID_HEADER","features":[118]},{"name":"ERROR_HTTP_INVALID_QUERY_REQUEST","features":[118]},{"name":"ERROR_HTTP_INVALID_SERVER_RESPONSE","features":[118]},{"name":"ERROR_HTTP_NOT_REDIRECTED","features":[118]},{"name":"ERROR_HTTP_PUSH_ENABLE_FAILED","features":[118]},{"name":"ERROR_HTTP_PUSH_RETRY_NOT_SUPPORTED","features":[118]},{"name":"ERROR_HTTP_PUSH_STATUS_CODE_NOT_SUPPORTED","features":[118]},{"name":"ERROR_HTTP_REDIRECT_FAILED","features":[118]},{"name":"ERROR_HTTP_REDIRECT_NEEDS_CONFIRMATION","features":[118]},{"name":"ERROR_INTERNET_ASYNC_THREAD_FAILED","features":[118]},{"name":"ERROR_INTERNET_BAD_AUTO_PROXY_SCRIPT","features":[118]},{"name":"ERROR_INTERNET_BAD_OPTION_LENGTH","features":[118]},{"name":"ERROR_INTERNET_BAD_REGISTRY_PARAMETER","features":[118]},{"name":"ERROR_INTERNET_CACHE_SUCCESS","features":[118]},{"name":"ERROR_INTERNET_CANNOT_CONNECT","features":[118]},{"name":"ERROR_INTERNET_CHG_POST_IS_NON_SECURE","features":[118]},{"name":"ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED","features":[118]},{"name":"ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED_PROXY","features":[118]},{"name":"ERROR_INTERNET_CLIENT_AUTH_NOT_SETUP","features":[118]},{"name":"ERROR_INTERNET_CONNECTION_ABORTED","features":[118]},{"name":"ERROR_INTERNET_CONNECTION_AVAILABLE","features":[118]},{"name":"ERROR_INTERNET_CONNECTION_RESET","features":[118]},{"name":"ERROR_INTERNET_DECODING_FAILED","features":[118]},{"name":"ERROR_INTERNET_DIALOG_PENDING","features":[118]},{"name":"ERROR_INTERNET_DISALLOW_INPRIVATE","features":[118]},{"name":"ERROR_INTERNET_DISCONNECTED","features":[118]},{"name":"ERROR_INTERNET_EXTENDED_ERROR","features":[118]},{"name":"ERROR_INTERNET_FAILED_DUETOSECURITYCHECK","features":[118]},{"name":"ERROR_INTERNET_FEATURE_DISABLED","features":[118]},{"name":"ERROR_INTERNET_FORCE_RETRY","features":[118]},{"name":"ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED","features":[118]},{"name":"ERROR_INTERNET_GLOBAL_CALLBACK_FAILED","features":[118]},{"name":"ERROR_INTERNET_HANDLE_EXISTS","features":[118]},{"name":"ERROR_INTERNET_HTTPS_HTTP_SUBMIT_REDIR","features":[118]},{"name":"ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIR","features":[118]},{"name":"ERROR_INTERNET_HTTP_PROTOCOL_MISMATCH","features":[118]},{"name":"ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR","features":[118]},{"name":"ERROR_INTERNET_INCORRECT_FORMAT","features":[118]},{"name":"ERROR_INTERNET_INCORRECT_HANDLE_STATE","features":[118]},{"name":"ERROR_INTERNET_INCORRECT_HANDLE_TYPE","features":[118]},{"name":"ERROR_INTERNET_INCORRECT_PASSWORD","features":[118]},{"name":"ERROR_INTERNET_INCORRECT_USER_NAME","features":[118]},{"name":"ERROR_INTERNET_INSECURE_FALLBACK_REQUIRED","features":[118]},{"name":"ERROR_INTERNET_INSERT_CDROM","features":[118]},{"name":"ERROR_INTERNET_INTERNAL_ERROR","features":[118]},{"name":"ERROR_INTERNET_INTERNAL_SOCKET_ERROR","features":[118]},{"name":"ERROR_INTERNET_INVALID_CA","features":[118]},{"name":"ERROR_INTERNET_INVALID_OPERATION","features":[118]},{"name":"ERROR_INTERNET_INVALID_OPTION","features":[118]},{"name":"ERROR_INTERNET_INVALID_PROXY_REQUEST","features":[118]},{"name":"ERROR_INTERNET_INVALID_URL","features":[118]},{"name":"ERROR_INTERNET_ITEM_NOT_FOUND","features":[118]},{"name":"ERROR_INTERNET_LOGIN_FAILURE","features":[118]},{"name":"ERROR_INTERNET_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[118]},{"name":"ERROR_INTERNET_MIXED_SECURITY","features":[118]},{"name":"ERROR_INTERNET_NAME_NOT_RESOLVED","features":[118]},{"name":"ERROR_INTERNET_NEED_MSN_SSPI_PKG","features":[118]},{"name":"ERROR_INTERNET_NEED_UI","features":[118]},{"name":"ERROR_INTERNET_NOT_INITIALIZED","features":[118]},{"name":"ERROR_INTERNET_NOT_PROXY_REQUEST","features":[118]},{"name":"ERROR_INTERNET_NO_CALLBACK","features":[118]},{"name":"ERROR_INTERNET_NO_CM_CONNECTION","features":[118]},{"name":"ERROR_INTERNET_NO_CONTEXT","features":[118]},{"name":"ERROR_INTERNET_NO_DIRECT_ACCESS","features":[118]},{"name":"ERROR_INTERNET_NO_KNOWN_SERVERS","features":[118]},{"name":"ERROR_INTERNET_NO_NEW_CONTAINERS","features":[118]},{"name":"ERROR_INTERNET_NO_PING_SUPPORT","features":[118]},{"name":"ERROR_INTERNET_OFFLINE","features":[118]},{"name":"ERROR_INTERNET_OPERATION_CANCELLED","features":[118]},{"name":"ERROR_INTERNET_OPTION_NOT_SETTABLE","features":[118]},{"name":"ERROR_INTERNET_OUT_OF_HANDLES","features":[118]},{"name":"ERROR_INTERNET_PING_FAILED","features":[118]},{"name":"ERROR_INTERNET_POST_IS_NON_SECURE","features":[118]},{"name":"ERROR_INTERNET_PROTOCOL_NOT_FOUND","features":[118]},{"name":"ERROR_INTERNET_PROXY_ALERT","features":[118]},{"name":"ERROR_INTERNET_PROXY_SERVER_UNREACHABLE","features":[118]},{"name":"ERROR_INTERNET_REDIRECT_SCHEME_CHANGE","features":[118]},{"name":"ERROR_INTERNET_REGISTRY_VALUE_NOT_FOUND","features":[118]},{"name":"ERROR_INTERNET_REQUEST_PENDING","features":[118]},{"name":"ERROR_INTERNET_RETRY_DIALOG","features":[118]},{"name":"ERROR_INTERNET_SECURE_FAILURE_PROXY","features":[118]},{"name":"ERROR_INTERNET_SECURITY_CHANNEL_ERROR","features":[118]},{"name":"ERROR_INTERNET_SEC_CERT_CN_INVALID","features":[118]},{"name":"ERROR_INTERNET_SEC_CERT_DATE_INVALID","features":[118]},{"name":"ERROR_INTERNET_SEC_CERT_ERRORS","features":[118]},{"name":"ERROR_INTERNET_SEC_CERT_NO_REV","features":[118]},{"name":"ERROR_INTERNET_SEC_CERT_REVOKED","features":[118]},{"name":"ERROR_INTERNET_SEC_CERT_REV_FAILED","features":[118]},{"name":"ERROR_INTERNET_SEC_CERT_WEAK_SIGNATURE","features":[118]},{"name":"ERROR_INTERNET_SEC_INVALID_CERT","features":[118]},{"name":"ERROR_INTERNET_SERVER_UNREACHABLE","features":[118]},{"name":"ERROR_INTERNET_SHUTDOWN","features":[118]},{"name":"ERROR_INTERNET_SOURCE_PORT_IN_USE","features":[118]},{"name":"ERROR_INTERNET_TCPIP_NOT_INSTALLED","features":[118]},{"name":"ERROR_INTERNET_TIMEOUT","features":[118]},{"name":"ERROR_INTERNET_UNABLE_TO_CACHE_FILE","features":[118]},{"name":"ERROR_INTERNET_UNABLE_TO_DOWNLOAD_SCRIPT","features":[118]},{"name":"ERROR_INTERNET_UNRECOGNIZED_SCHEME","features":[118]},{"name":"ExportCookieFileA","features":[3,118]},{"name":"ExportCookieFileW","features":[3,118]},{"name":"FLAGS_ERROR_UI_FILTER_FOR_ERRORS","features":[118]},{"name":"FLAGS_ERROR_UI_FLAGS_CHANGE_OPTIONS","features":[118]},{"name":"FLAGS_ERROR_UI_FLAGS_GENERATE_DATA","features":[118]},{"name":"FLAGS_ERROR_UI_FLAGS_NO_UI","features":[118]},{"name":"FLAGS_ERROR_UI_SERIALIZE_DIALOGS","features":[118]},{"name":"FLAGS_ERROR_UI_SHOW_IDN_HOSTNAME","features":[118]},{"name":"FLAG_ICC_FORCE_CONNECTION","features":[118]},{"name":"FORTCMD","features":[118]},{"name":"FORTCMD_CHG_PERSONALITY","features":[118]},{"name":"FORTCMD_LOGOFF","features":[118]},{"name":"FORTCMD_LOGON","features":[118]},{"name":"FORTSTAT","features":[118]},{"name":"FORTSTAT_INSTALLED","features":[118]},{"name":"FORTSTAT_LOGGEDON","features":[118]},{"name":"FTP_FLAGS","features":[118]},{"name":"FTP_TRANSFER_TYPE_ASCII","features":[118]},{"name":"FTP_TRANSFER_TYPE_BINARY","features":[118]},{"name":"FTP_TRANSFER_TYPE_UNKNOWN","features":[118]},{"name":"FindCloseUrlCache","features":[3,118]},{"name":"FindFirstUrlCacheContainerA","features":[3,118]},{"name":"FindFirstUrlCacheContainerW","features":[3,118]},{"name":"FindFirstUrlCacheEntryA","features":[3,118]},{"name":"FindFirstUrlCacheEntryExA","features":[3,118]},{"name":"FindFirstUrlCacheEntryExW","features":[3,118]},{"name":"FindFirstUrlCacheEntryW","features":[3,118]},{"name":"FindFirstUrlCacheGroup","features":[3,118]},{"name":"FindNextUrlCacheContainerA","features":[3,118]},{"name":"FindNextUrlCacheContainerW","features":[3,118]},{"name":"FindNextUrlCacheEntryA","features":[3,118]},{"name":"FindNextUrlCacheEntryExA","features":[3,118]},{"name":"FindNextUrlCacheEntryExW","features":[3,118]},{"name":"FindNextUrlCacheEntryW","features":[3,118]},{"name":"FindNextUrlCacheGroup","features":[3,118]},{"name":"FindP3PPolicySymbol","features":[118]},{"name":"FreeUrlCacheSpaceA","features":[3,118]},{"name":"FreeUrlCacheSpaceW","features":[3,118]},{"name":"FtpCommandA","features":[3,118]},{"name":"FtpCommandW","features":[3,118]},{"name":"FtpCreateDirectoryA","features":[3,118]},{"name":"FtpCreateDirectoryW","features":[3,118]},{"name":"FtpDeleteFileA","features":[3,118]},{"name":"FtpDeleteFileW","features":[3,118]},{"name":"FtpFindFirstFileA","features":[3,118,23]},{"name":"FtpFindFirstFileW","features":[3,118,23]},{"name":"FtpGetCurrentDirectoryA","features":[3,118]},{"name":"FtpGetCurrentDirectoryW","features":[3,118]},{"name":"FtpGetFileA","features":[3,118]},{"name":"FtpGetFileEx","features":[3,118]},{"name":"FtpGetFileSize","features":[118]},{"name":"FtpGetFileW","features":[3,118]},{"name":"FtpOpenFileA","features":[118]},{"name":"FtpOpenFileW","features":[118]},{"name":"FtpPutFileA","features":[3,118]},{"name":"FtpPutFileEx","features":[3,118]},{"name":"FtpPutFileW","features":[3,118]},{"name":"FtpRemoveDirectoryA","features":[3,118]},{"name":"FtpRemoveDirectoryW","features":[3,118]},{"name":"FtpRenameFileA","features":[3,118]},{"name":"FtpRenameFileW","features":[3,118]},{"name":"FtpSetCurrentDirectoryA","features":[3,118]},{"name":"FtpSetCurrentDirectoryW","features":[3,118]},{"name":"GOPHER_ABSTRACT_ATTRIBUTE","features":[118]},{"name":"GOPHER_ABSTRACT_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_ABSTRACT_CATEGORY","features":[118]},{"name":"GOPHER_ADMIN_ATTRIBUTE","features":[118]},{"name":"GOPHER_ADMIN_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_ADMIN_CATEGORY","features":[118]},{"name":"GOPHER_ASK_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_ATTRIBUTE_ENUMERATOR","features":[3,118]},{"name":"GOPHER_ATTRIBUTE_ID_ABSTRACT","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_ADMIN","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_ALL","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_BASE","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_GEOG","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_LOCATION","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_MOD_DATE","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_ORG","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_PROVIDER","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_RANGE","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_SCORE","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_SITE","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_TIMEZONE","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_TREEWALK","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_TTL","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_UNKNOWN","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_VERSION","features":[118]},{"name":"GOPHER_ATTRIBUTE_ID_VIEW","features":[118]},{"name":"GOPHER_ATTRIBUTE_TYPE","features":[3,118]},{"name":"GOPHER_CATEGORY_ID_ABSTRACT","features":[118]},{"name":"GOPHER_CATEGORY_ID_ADMIN","features":[118]},{"name":"GOPHER_CATEGORY_ID_ALL","features":[118]},{"name":"GOPHER_CATEGORY_ID_ASK","features":[118]},{"name":"GOPHER_CATEGORY_ID_INFO","features":[118]},{"name":"GOPHER_CATEGORY_ID_UNKNOWN","features":[118]},{"name":"GOPHER_CATEGORY_ID_VERONICA","features":[118]},{"name":"GOPHER_CATEGORY_ID_VIEWS","features":[118]},{"name":"GOPHER_FIND_DATAA","features":[3,118]},{"name":"GOPHER_FIND_DATAW","features":[3,118]},{"name":"GOPHER_GEOGRAPHICAL_LOCATION_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_GEOG_ATTRIBUTE","features":[118]},{"name":"GOPHER_INFO_CATEGORY","features":[118]},{"name":"GOPHER_LOCATION_ATTRIBUTE","features":[118]},{"name":"GOPHER_LOCATION_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_MOD_DATE_ATTRIBUTE","features":[118]},{"name":"GOPHER_MOD_DATE_ATTRIBUTE_TYPE","features":[3,118]},{"name":"GOPHER_ORGANIZATION_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_ORG_ATTRIBUTE","features":[118]},{"name":"GOPHER_PROVIDER_ATTRIBUTE","features":[118]},{"name":"GOPHER_PROVIDER_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_RANGE_ATTRIBUTE","features":[118]},{"name":"GOPHER_SCORE_ATTRIBUTE","features":[118]},{"name":"GOPHER_SCORE_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_SCORE_RANGE_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_SITE_ATTRIBUTE","features":[118]},{"name":"GOPHER_SITE_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_TIMEZONE_ATTRIBUTE","features":[118]},{"name":"GOPHER_TIMEZONE_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_TREEWALK_ATTRIBUTE","features":[118]},{"name":"GOPHER_TTL_ATTRIBUTE","features":[118]},{"name":"GOPHER_TTL_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_TYPE","features":[118]},{"name":"GOPHER_TYPE_ASK","features":[118]},{"name":"GOPHER_TYPE_BINARY","features":[118]},{"name":"GOPHER_TYPE_BITMAP","features":[118]},{"name":"GOPHER_TYPE_CALENDAR","features":[118]},{"name":"GOPHER_TYPE_CSO","features":[118]},{"name":"GOPHER_TYPE_DIRECTORY","features":[118]},{"name":"GOPHER_TYPE_DOS_ARCHIVE","features":[118]},{"name":"GOPHER_TYPE_ERROR","features":[118]},{"name":"GOPHER_TYPE_GIF","features":[118]},{"name":"GOPHER_TYPE_GOPHER_PLUS","features":[118]},{"name":"GOPHER_TYPE_HTML","features":[118]},{"name":"GOPHER_TYPE_IMAGE","features":[118]},{"name":"GOPHER_TYPE_INDEX_SERVER","features":[118]},{"name":"GOPHER_TYPE_INLINE","features":[118]},{"name":"GOPHER_TYPE_MAC_BINHEX","features":[118]},{"name":"GOPHER_TYPE_MOVIE","features":[118]},{"name":"GOPHER_TYPE_PDF","features":[118]},{"name":"GOPHER_TYPE_REDUNDANT","features":[118]},{"name":"GOPHER_TYPE_SOUND","features":[118]},{"name":"GOPHER_TYPE_TELNET","features":[118]},{"name":"GOPHER_TYPE_TEXT_FILE","features":[118]},{"name":"GOPHER_TYPE_TN3270","features":[118]},{"name":"GOPHER_TYPE_UNIX_UUENCODED","features":[118]},{"name":"GOPHER_TYPE_UNKNOWN","features":[118]},{"name":"GOPHER_UNKNOWN_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_VERONICA_ATTRIBUTE_TYPE","features":[3,118]},{"name":"GOPHER_VERONICA_CATEGORY","features":[118]},{"name":"GOPHER_VERSION_ATTRIBUTE","features":[118]},{"name":"GOPHER_VERSION_ATTRIBUTE_TYPE","features":[118]},{"name":"GOPHER_VIEWS_CATEGORY","features":[118]},{"name":"GOPHER_VIEW_ATTRIBUTE","features":[118]},{"name":"GOPHER_VIEW_ATTRIBUTE_TYPE","features":[118]},{"name":"GROUPNAME_MAX_LENGTH","features":[118]},{"name":"GROUP_OWNER_STORAGE_SIZE","features":[118]},{"name":"GetDiskInfoA","features":[3,118]},{"name":"GetUrlCacheConfigInfoA","features":[3,118]},{"name":"GetUrlCacheConfigInfoW","features":[3,118]},{"name":"GetUrlCacheEntryBinaryBlob","features":[3,118]},{"name":"GetUrlCacheEntryInfoA","features":[3,118]},{"name":"GetUrlCacheEntryInfoExA","features":[3,118]},{"name":"GetUrlCacheEntryInfoExW","features":[3,118]},{"name":"GetUrlCacheEntryInfoW","features":[3,118]},{"name":"GetUrlCacheGroupAttributeA","features":[3,118]},{"name":"GetUrlCacheGroupAttributeW","features":[3,118]},{"name":"GetUrlCacheHeaderData","features":[3,118]},{"name":"GopherCreateLocatorA","features":[3,118]},{"name":"GopherCreateLocatorW","features":[3,118]},{"name":"GopherFindFirstFileA","features":[3,118]},{"name":"GopherFindFirstFileW","features":[3,118]},{"name":"GopherGetAttributeA","features":[3,118]},{"name":"GopherGetAttributeW","features":[3,118]},{"name":"GopherGetLocatorTypeA","features":[3,118]},{"name":"GopherGetLocatorTypeW","features":[3,118]},{"name":"GopherOpenFileA","features":[118]},{"name":"GopherOpenFileW","features":[118]},{"name":"HSR_ASYNC","features":[118]},{"name":"HSR_CHUNKED","features":[118]},{"name":"HSR_DOWNLOAD","features":[118]},{"name":"HSR_INITIATE","features":[118]},{"name":"HSR_SYNC","features":[118]},{"name":"HSR_USE_CONTEXT","features":[118]},{"name":"HTTP_1_1_CACHE_ENTRY","features":[118]},{"name":"HTTP_ADDREQ_FLAG","features":[118]},{"name":"HTTP_ADDREQ_FLAGS_MASK","features":[118]},{"name":"HTTP_ADDREQ_FLAG_ADD","features":[118]},{"name":"HTTP_ADDREQ_FLAG_ADD_IF_NEW","features":[118]},{"name":"HTTP_ADDREQ_FLAG_ALLOW_EMPTY_VALUES","features":[118]},{"name":"HTTP_ADDREQ_FLAG_COALESCE","features":[118]},{"name":"HTTP_ADDREQ_FLAG_COALESCE_WITH_COMMA","features":[118]},{"name":"HTTP_ADDREQ_FLAG_COALESCE_WITH_SEMICOLON","features":[118]},{"name":"HTTP_ADDREQ_FLAG_REPLACE","features":[118]},{"name":"HTTP_ADDREQ_FLAG_RESPONSE_HEADERS","features":[118]},{"name":"HTTP_ADDREQ_INDEX_MASK","features":[118]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_CROSS_SITE","features":[118]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_CROSS_SITE_LAX","features":[118]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_MAX","features":[118]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_SAME_SITE","features":[118]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_UNKNOWN","features":[118]},{"name":"HTTP_MAJOR_VERSION","features":[118]},{"name":"HTTP_MINOR_VERSION","features":[118]},{"name":"HTTP_POLICY_EXTENSION_INIT","features":[118]},{"name":"HTTP_POLICY_EXTENSION_SHUTDOWN","features":[118]},{"name":"HTTP_POLICY_EXTENSION_TYPE","features":[118]},{"name":"HTTP_POLICY_EXTENSION_VERSION","features":[118]},{"name":"HTTP_PROTOCOL_FLAG_HTTP2","features":[118]},{"name":"HTTP_PROTOCOL_MASK","features":[118]},{"name":"HTTP_PUSH_NOTIFICATION_STATUS","features":[3,118]},{"name":"HTTP_PUSH_TRANSPORT_SETTING","features":[118]},{"name":"HTTP_PUSH_WAIT_HANDLE","features":[118]},{"name":"HTTP_PUSH_WAIT_TYPE","features":[118]},{"name":"HTTP_QUERY_ACCEPT","features":[118]},{"name":"HTTP_QUERY_ACCEPT_CHARSET","features":[118]},{"name":"HTTP_QUERY_ACCEPT_ENCODING","features":[118]},{"name":"HTTP_QUERY_ACCEPT_LANGUAGE","features":[118]},{"name":"HTTP_QUERY_ACCEPT_RANGES","features":[118]},{"name":"HTTP_QUERY_AGE","features":[118]},{"name":"HTTP_QUERY_ALLOW","features":[118]},{"name":"HTTP_QUERY_AUTHENTICATION_INFO","features":[118]},{"name":"HTTP_QUERY_AUTHORIZATION","features":[118]},{"name":"HTTP_QUERY_CACHE_CONTROL","features":[118]},{"name":"HTTP_QUERY_CONNECTION","features":[118]},{"name":"HTTP_QUERY_CONTENT_BASE","features":[118]},{"name":"HTTP_QUERY_CONTENT_DESCRIPTION","features":[118]},{"name":"HTTP_QUERY_CONTENT_DISPOSITION","features":[118]},{"name":"HTTP_QUERY_CONTENT_ENCODING","features":[118]},{"name":"HTTP_QUERY_CONTENT_ID","features":[118]},{"name":"HTTP_QUERY_CONTENT_LANGUAGE","features":[118]},{"name":"HTTP_QUERY_CONTENT_LENGTH","features":[118]},{"name":"HTTP_QUERY_CONTENT_LOCATION","features":[118]},{"name":"HTTP_QUERY_CONTENT_MD5","features":[118]},{"name":"HTTP_QUERY_CONTENT_RANGE","features":[118]},{"name":"HTTP_QUERY_CONTENT_TRANSFER_ENCODING","features":[118]},{"name":"HTTP_QUERY_CONTENT_TYPE","features":[118]},{"name":"HTTP_QUERY_COOKIE","features":[118]},{"name":"HTTP_QUERY_COST","features":[118]},{"name":"HTTP_QUERY_CUSTOM","features":[118]},{"name":"HTTP_QUERY_DATE","features":[118]},{"name":"HTTP_QUERY_DEFAULT_STYLE","features":[118]},{"name":"HTTP_QUERY_DERIVED_FROM","features":[118]},{"name":"HTTP_QUERY_DO_NOT_TRACK","features":[118]},{"name":"HTTP_QUERY_ECHO_HEADERS","features":[118]},{"name":"HTTP_QUERY_ECHO_HEADERS_CRLF","features":[118]},{"name":"HTTP_QUERY_ECHO_REPLY","features":[118]},{"name":"HTTP_QUERY_ECHO_REQUEST","features":[118]},{"name":"HTTP_QUERY_ETAG","features":[118]},{"name":"HTTP_QUERY_EXPECT","features":[118]},{"name":"HTTP_QUERY_EXPIRES","features":[118]},{"name":"HTTP_QUERY_FLAG_COALESCE","features":[118]},{"name":"HTTP_QUERY_FLAG_COALESCE_WITH_COMMA","features":[118]},{"name":"HTTP_QUERY_FLAG_NUMBER","features":[118]},{"name":"HTTP_QUERY_FLAG_NUMBER64","features":[118]},{"name":"HTTP_QUERY_FLAG_REQUEST_HEADERS","features":[118]},{"name":"HTTP_QUERY_FLAG_SYSTEMTIME","features":[118]},{"name":"HTTP_QUERY_FORWARDED","features":[118]},{"name":"HTTP_QUERY_FROM","features":[118]},{"name":"HTTP_QUERY_HOST","features":[118]},{"name":"HTTP_QUERY_HTTP2_SETTINGS","features":[118]},{"name":"HTTP_QUERY_IF_MATCH","features":[118]},{"name":"HTTP_QUERY_IF_MODIFIED_SINCE","features":[118]},{"name":"HTTP_QUERY_IF_NONE_MATCH","features":[118]},{"name":"HTTP_QUERY_IF_RANGE","features":[118]},{"name":"HTTP_QUERY_IF_UNMODIFIED_SINCE","features":[118]},{"name":"HTTP_QUERY_INCLUDE_REFERER_TOKEN_BINDING_ID","features":[118]},{"name":"HTTP_QUERY_INCLUDE_REFERRED_TOKEN_BINDING_ID","features":[118]},{"name":"HTTP_QUERY_KEEP_ALIVE","features":[118]},{"name":"HTTP_QUERY_LAST_MODIFIED","features":[118]},{"name":"HTTP_QUERY_LINK","features":[118]},{"name":"HTTP_QUERY_LOCATION","features":[118]},{"name":"HTTP_QUERY_MAX","features":[118]},{"name":"HTTP_QUERY_MAX_FORWARDS","features":[118]},{"name":"HTTP_QUERY_MESSAGE_ID","features":[118]},{"name":"HTTP_QUERY_MIME_VERSION","features":[118]},{"name":"HTTP_QUERY_ORIG_URI","features":[118]},{"name":"HTTP_QUERY_P3P","features":[118]},{"name":"HTTP_QUERY_PASSPORT_CONFIG","features":[118]},{"name":"HTTP_QUERY_PASSPORT_URLS","features":[118]},{"name":"HTTP_QUERY_PRAGMA","features":[118]},{"name":"HTTP_QUERY_PROXY_AUTHENTICATE","features":[118]},{"name":"HTTP_QUERY_PROXY_AUTHORIZATION","features":[118]},{"name":"HTTP_QUERY_PROXY_CONNECTION","features":[118]},{"name":"HTTP_QUERY_PROXY_SUPPORT","features":[118]},{"name":"HTTP_QUERY_PUBLIC","features":[118]},{"name":"HTTP_QUERY_PUBLIC_KEY_PINS","features":[118]},{"name":"HTTP_QUERY_PUBLIC_KEY_PINS_REPORT_ONLY","features":[118]},{"name":"HTTP_QUERY_RANGE","features":[118]},{"name":"HTTP_QUERY_RAW_HEADERS","features":[118]},{"name":"HTTP_QUERY_RAW_HEADERS_CRLF","features":[118]},{"name":"HTTP_QUERY_REFERER","features":[118]},{"name":"HTTP_QUERY_REFRESH","features":[118]},{"name":"HTTP_QUERY_REQUEST_METHOD","features":[118]},{"name":"HTTP_QUERY_RETRY_AFTER","features":[118]},{"name":"HTTP_QUERY_SERVER","features":[118]},{"name":"HTTP_QUERY_SET_COOKIE","features":[118]},{"name":"HTTP_QUERY_SET_COOKIE2","features":[118]},{"name":"HTTP_QUERY_STATUS_CODE","features":[118]},{"name":"HTTP_QUERY_STATUS_TEXT","features":[118]},{"name":"HTTP_QUERY_STRICT_TRANSPORT_SECURITY","features":[118]},{"name":"HTTP_QUERY_TITLE","features":[118]},{"name":"HTTP_QUERY_TOKEN_BINDING","features":[118]},{"name":"HTTP_QUERY_TRANSFER_ENCODING","features":[118]},{"name":"HTTP_QUERY_TRANSLATE","features":[118]},{"name":"HTTP_QUERY_UNLESS_MODIFIED_SINCE","features":[118]},{"name":"HTTP_QUERY_UPGRADE","features":[118]},{"name":"HTTP_QUERY_URI","features":[118]},{"name":"HTTP_QUERY_USER_AGENT","features":[118]},{"name":"HTTP_QUERY_VARY","features":[118]},{"name":"HTTP_QUERY_VERSION","features":[118]},{"name":"HTTP_QUERY_VIA","features":[118]},{"name":"HTTP_QUERY_WARNING","features":[118]},{"name":"HTTP_QUERY_WWW_AUTHENTICATE","features":[118]},{"name":"HTTP_QUERY_X_CONTENT_TYPE_OPTIONS","features":[118]},{"name":"HTTP_QUERY_X_FRAME_OPTIONS","features":[118]},{"name":"HTTP_QUERY_X_P2P_PEERDIST","features":[118]},{"name":"HTTP_QUERY_X_UA_COMPATIBLE","features":[118]},{"name":"HTTP_QUERY_X_XSS_PROTECTION","features":[118]},{"name":"HTTP_REQUEST_TIMES","features":[118]},{"name":"HTTP_STATUS_MISDIRECTED_REQUEST","features":[118]},{"name":"HTTP_VERSIONA","features":[118]},{"name":"HTTP_VERSIONW","features":[118]},{"name":"HTTP_WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_ASYNC_RESULT","features":[118]},{"name":"HTTP_WEB_SOCKET_BINARY_FRAGMENT_TYPE","features":[118]},{"name":"HTTP_WEB_SOCKET_BINARY_MESSAGE_TYPE","features":[118]},{"name":"HTTP_WEB_SOCKET_BUFFER_TYPE","features":[118]},{"name":"HTTP_WEB_SOCKET_CLOSE_OPERATION","features":[118]},{"name":"HTTP_WEB_SOCKET_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_CLOSE_TYPE","features":[118]},{"name":"HTTP_WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_ENDPOINT_TERMINATED_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[118]},{"name":"HTTP_WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE","features":[118]},{"name":"HTTP_WEB_SOCKET_OPERATION","features":[118]},{"name":"HTTP_WEB_SOCKET_PING_TYPE","features":[118]},{"name":"HTTP_WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_RECEIVE_OPERATION","features":[118]},{"name":"HTTP_WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_SEND_OPERATION","features":[118]},{"name":"HTTP_WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_SHUTDOWN_OPERATION","features":[118]},{"name":"HTTP_WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[118]},{"name":"HTTP_WEB_SOCKET_UTF8_FRAGMENT_TYPE","features":[118]},{"name":"HTTP_WEB_SOCKET_UTF8_MESSAGE_TYPE","features":[118]},{"name":"HttpAddRequestHeadersA","features":[3,118]},{"name":"HttpAddRequestHeadersW","features":[3,118]},{"name":"HttpCheckDavComplianceA","features":[3,118]},{"name":"HttpCheckDavComplianceW","features":[3,118]},{"name":"HttpCloseDependencyHandle","features":[118]},{"name":"HttpDuplicateDependencyHandle","features":[118]},{"name":"HttpEndRequestA","features":[3,118]},{"name":"HttpEndRequestW","features":[3,118]},{"name":"HttpGetServerCredentials","features":[118]},{"name":"HttpIndicatePageLoadComplete","features":[118]},{"name":"HttpIsHostHstsEnabled","features":[3,118]},{"name":"HttpOpenDependencyHandle","features":[3,118]},{"name":"HttpOpenRequestA","features":[118]},{"name":"HttpOpenRequestW","features":[118]},{"name":"HttpPushClose","features":[118]},{"name":"HttpPushEnable","features":[118]},{"name":"HttpPushWait","features":[3,118]},{"name":"HttpPushWaitEnableComplete","features":[118]},{"name":"HttpPushWaitReceiveComplete","features":[118]},{"name":"HttpPushWaitSendComplete","features":[118]},{"name":"HttpQueryInfoA","features":[3,118]},{"name":"HttpQueryInfoW","features":[3,118]},{"name":"HttpRequestTimeMax","features":[118]},{"name":"HttpSendRequestA","features":[3,118]},{"name":"HttpSendRequestExA","features":[3,118]},{"name":"HttpSendRequestExW","features":[3,118]},{"name":"HttpSendRequestW","features":[3,118]},{"name":"HttpWebSocketClose","features":[3,118]},{"name":"HttpWebSocketCompleteUpgrade","features":[118]},{"name":"HttpWebSocketQueryCloseStatus","features":[3,118]},{"name":"HttpWebSocketReceive","features":[3,118]},{"name":"HttpWebSocketSend","features":[3,118]},{"name":"HttpWebSocketShutdown","features":[3,118]},{"name":"ICU_USERNAME","features":[118]},{"name":"IDENTITY_CACHE_ENTRY","features":[118]},{"name":"IDSI_FLAG_KEEP_ALIVE","features":[118]},{"name":"IDSI_FLAG_PROXY","features":[118]},{"name":"IDSI_FLAG_SECURE","features":[118]},{"name":"IDSI_FLAG_TUNNEL","features":[118]},{"name":"IDialBranding","features":[118]},{"name":"IDialEngine","features":[118]},{"name":"IDialEventSink","features":[118]},{"name":"IMMUTABLE_CACHE_ENTRY","features":[118]},{"name":"INSTALLED_CACHE_ENTRY","features":[118]},{"name":"INTERENT_GOONLINE_MASK","features":[118]},{"name":"INTERENT_GOONLINE_NOPROMPT","features":[118]},{"name":"INTERENT_GOONLINE_REFRESH","features":[118]},{"name":"INTERNET_ACCESS_TYPE","features":[118]},{"name":"INTERNET_ASYNC_RESULT","features":[118]},{"name":"INTERNET_AUTH_NOTIFY_DATA","features":[118]},{"name":"INTERNET_AUTH_SCHEME_BASIC","features":[118]},{"name":"INTERNET_AUTH_SCHEME_DIGEST","features":[118]},{"name":"INTERNET_AUTH_SCHEME_KERBEROS","features":[118]},{"name":"INTERNET_AUTH_SCHEME_NEGOTIATE","features":[118]},{"name":"INTERNET_AUTH_SCHEME_NTLM","features":[118]},{"name":"INTERNET_AUTH_SCHEME_PASSPORT","features":[118]},{"name":"INTERNET_AUTH_SCHEME_UNKNOWN","features":[118]},{"name":"INTERNET_AUTODIAL","features":[118]},{"name":"INTERNET_AUTODIAL_FAILIFSECURITYCHECK","features":[118]},{"name":"INTERNET_AUTODIAL_FORCE_ONLINE","features":[118]},{"name":"INTERNET_AUTODIAL_FORCE_UNATTENDED","features":[118]},{"name":"INTERNET_AUTODIAL_OVERRIDE_NET_PRESENT","features":[118]},{"name":"INTERNET_AUTOPROXY_INIT_DEFAULT","features":[118]},{"name":"INTERNET_AUTOPROXY_INIT_DOWNLOADSYNC","features":[118]},{"name":"INTERNET_AUTOPROXY_INIT_ONLYQUERY","features":[118]},{"name":"INTERNET_AUTOPROXY_INIT_QUERYSTATE","features":[118]},{"name":"INTERNET_BUFFERSA","features":[118]},{"name":"INTERNET_BUFFERSW","features":[118]},{"name":"INTERNET_CACHE_CONFIG_INFOA","features":[3,118]},{"name":"INTERNET_CACHE_CONFIG_INFOW","features":[3,118]},{"name":"INTERNET_CACHE_CONFIG_PATH_ENTRYA","features":[118]},{"name":"INTERNET_CACHE_CONFIG_PATH_ENTRYW","features":[118]},{"name":"INTERNET_CACHE_CONTAINER_AUTODELETE","features":[118]},{"name":"INTERNET_CACHE_CONTAINER_BLOOM_FILTER","features":[118]},{"name":"INTERNET_CACHE_CONTAINER_INFOA","features":[118]},{"name":"INTERNET_CACHE_CONTAINER_INFOW","features":[118]},{"name":"INTERNET_CACHE_CONTAINER_MAP_ENABLED","features":[118]},{"name":"INTERNET_CACHE_CONTAINER_NODESKTOPINIT","features":[118]},{"name":"INTERNET_CACHE_CONTAINER_NOSUBDIRS","features":[118]},{"name":"INTERNET_CACHE_CONTAINER_RESERVED1","features":[118]},{"name":"INTERNET_CACHE_CONTAINER_SHARE_READ","features":[118]},{"name":"INTERNET_CACHE_CONTAINER_SHARE_READ_WRITE","features":[118]},{"name":"INTERNET_CACHE_ENTRY_INFOA","features":[3,118]},{"name":"INTERNET_CACHE_ENTRY_INFOW","features":[3,118]},{"name":"INTERNET_CACHE_FLAG_ADD_FILENAME_ONLY","features":[118]},{"name":"INTERNET_CACHE_FLAG_ALLOW_COLLISIONS","features":[118]},{"name":"INTERNET_CACHE_FLAG_ENTRY_OR_MAPPING","features":[118]},{"name":"INTERNET_CACHE_FLAG_GET_STRUCT_ONLY","features":[118]},{"name":"INTERNET_CACHE_FLAG_INSTALLED_ENTRY","features":[118]},{"name":"INTERNET_CACHE_GROUP_ADD","features":[118]},{"name":"INTERNET_CACHE_GROUP_INFOA","features":[118]},{"name":"INTERNET_CACHE_GROUP_INFOW","features":[118]},{"name":"INTERNET_CACHE_GROUP_REMOVE","features":[118]},{"name":"INTERNET_CACHE_TIMESTAMPS","features":[3,118]},{"name":"INTERNET_CALLBACK_COOKIE","features":[3,118]},{"name":"INTERNET_CERTIFICATE_INFO","features":[3,118]},{"name":"INTERNET_CONNECTED_INFO","features":[118]},{"name":"INTERNET_CONNECTION","features":[118]},{"name":"INTERNET_CONNECTION_CONFIGURED","features":[118]},{"name":"INTERNET_CONNECTION_LAN","features":[118]},{"name":"INTERNET_CONNECTION_MODEM","features":[118]},{"name":"INTERNET_CONNECTION_MODEM_BUSY","features":[118]},{"name":"INTERNET_CONNECTION_OFFLINE","features":[118]},{"name":"INTERNET_CONNECTION_PROXY","features":[118]},{"name":"INTERNET_COOKIE","features":[3,118]},{"name":"INTERNET_COOKIE2","features":[3,118]},{"name":"INTERNET_COOKIE_ALL_COOKIES","features":[118]},{"name":"INTERNET_COOKIE_APPLY_HOST_ONLY","features":[118]},{"name":"INTERNET_COOKIE_APPLY_P3P","features":[118]},{"name":"INTERNET_COOKIE_ECTX_3RDPARTY","features":[118]},{"name":"INTERNET_COOKIE_EDGE_COOKIES","features":[118]},{"name":"INTERNET_COOKIE_EVALUATE_P3P","features":[118]},{"name":"INTERNET_COOKIE_FLAGS","features":[118]},{"name":"INTERNET_COOKIE_HOST_ONLY","features":[118]},{"name":"INTERNET_COOKIE_HOST_ONLY_APPLIED","features":[118]},{"name":"INTERNET_COOKIE_HTTPONLY","features":[118]},{"name":"INTERNET_COOKIE_IE6","features":[118]},{"name":"INTERNET_COOKIE_IS_LEGACY","features":[118]},{"name":"INTERNET_COOKIE_IS_RESTRICTED","features":[118]},{"name":"INTERNET_COOKIE_IS_SECURE","features":[118]},{"name":"INTERNET_COOKIE_IS_SESSION","features":[118]},{"name":"INTERNET_COOKIE_NON_SCRIPT","features":[118]},{"name":"INTERNET_COOKIE_NO_CALLBACK","features":[118]},{"name":"INTERNET_COOKIE_P3P_ENABLED","features":[118]},{"name":"INTERNET_COOKIE_PERSISTENT_HOST_ONLY","features":[118]},{"name":"INTERNET_COOKIE_PROMPT_REQUIRED","features":[118]},{"name":"INTERNET_COOKIE_RESTRICTED_ZONE","features":[118]},{"name":"INTERNET_COOKIE_SAME_SITE_LAX","features":[118]},{"name":"INTERNET_COOKIE_SAME_SITE_LEVEL_CROSS_SITE","features":[118]},{"name":"INTERNET_COOKIE_SAME_SITE_STRICT","features":[118]},{"name":"INTERNET_COOKIE_THIRD_PARTY","features":[118]},{"name":"INTERNET_CREDENTIALS","features":[3,118]},{"name":"INTERNET_CUSTOMDIAL_CAN_HANGUP","features":[118]},{"name":"INTERNET_CUSTOMDIAL_CONNECT","features":[118]},{"name":"INTERNET_CUSTOMDIAL_DISCONNECT","features":[118]},{"name":"INTERNET_CUSTOMDIAL_SAFE_FOR_UNATTENDED","features":[118]},{"name":"INTERNET_CUSTOMDIAL_SHOWOFFLINE","features":[118]},{"name":"INTERNET_CUSTOMDIAL_UNATTENDED","features":[118]},{"name":"INTERNET_CUSTOMDIAL_WILL_SUPPLY_STATE","features":[118]},{"name":"INTERNET_DEFAULT_FTP_PORT","features":[118]},{"name":"INTERNET_DEFAULT_GOPHER_PORT","features":[118]},{"name":"INTERNET_DEFAULT_SOCKS_PORT","features":[118]},{"name":"INTERNET_DIAGNOSTIC_SOCKET_INFO","features":[118]},{"name":"INTERNET_DIALSTATE_DISCONNECTED","features":[118]},{"name":"INTERNET_DIAL_FORCE_PROMPT","features":[118]},{"name":"INTERNET_DIAL_SHOW_OFFLINE","features":[118]},{"name":"INTERNET_DIAL_UNATTENDED","features":[118]},{"name":"INTERNET_DOWNLOAD_MODE_HANDLE","features":[3,118]},{"name":"INTERNET_END_BROWSER_SESSION_DATA","features":[118]},{"name":"INTERNET_ERROR_BASE","features":[118]},{"name":"INTERNET_ERROR_LAST","features":[118]},{"name":"INTERNET_ERROR_MASK_COMBINED_SEC_CERT","features":[118]},{"name":"INTERNET_ERROR_MASK_INSERT_CDROM","features":[118]},{"name":"INTERNET_ERROR_MASK_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[118]},{"name":"INTERNET_ERROR_MASK_NEED_MSN_SSPI_PKG","features":[118]},{"name":"INTERNET_FIRST_OPTION","features":[118]},{"name":"INTERNET_FLAG_ASYNC","features":[118]},{"name":"INTERNET_FLAG_BGUPDATE","features":[118]},{"name":"INTERNET_FLAG_CACHE_ASYNC","features":[118]},{"name":"INTERNET_FLAG_CACHE_IF_NET_FAIL","features":[118]},{"name":"INTERNET_FLAG_DONT_CACHE","features":[118]},{"name":"INTERNET_FLAG_EXISTING_CONNECT","features":[118]},{"name":"INTERNET_FLAG_FORMS_SUBMIT","features":[118]},{"name":"INTERNET_FLAG_FROM_CACHE","features":[118]},{"name":"INTERNET_FLAG_FTP_FOLDER_VIEW","features":[118]},{"name":"INTERNET_FLAG_FWD_BACK","features":[118]},{"name":"INTERNET_FLAG_HYPERLINK","features":[118]},{"name":"INTERNET_FLAG_IDN_DIRECT","features":[118]},{"name":"INTERNET_FLAG_IDN_PROXY","features":[118]},{"name":"INTERNET_FLAG_IGNORE_CERT_CN_INVALID","features":[118]},{"name":"INTERNET_FLAG_IGNORE_CERT_DATE_INVALID","features":[118]},{"name":"INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTP","features":[118]},{"name":"INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTPS","features":[118]},{"name":"INTERNET_FLAG_KEEP_CONNECTION","features":[118]},{"name":"INTERNET_FLAG_MAKE_PERSISTENT","features":[118]},{"name":"INTERNET_FLAG_MUST_CACHE_REQUEST","features":[118]},{"name":"INTERNET_FLAG_NEED_FILE","features":[118]},{"name":"INTERNET_FLAG_NO_AUTH","features":[118]},{"name":"INTERNET_FLAG_NO_AUTO_REDIRECT","features":[118]},{"name":"INTERNET_FLAG_NO_CACHE_WRITE","features":[118]},{"name":"INTERNET_FLAG_NO_COOKIES","features":[118]},{"name":"INTERNET_FLAG_NO_UI","features":[118]},{"name":"INTERNET_FLAG_OFFLINE","features":[118]},{"name":"INTERNET_FLAG_PASSIVE","features":[118]},{"name":"INTERNET_FLAG_PRAGMA_NOCACHE","features":[118]},{"name":"INTERNET_FLAG_RAW_DATA","features":[118]},{"name":"INTERNET_FLAG_READ_PREFETCH","features":[118]},{"name":"INTERNET_FLAG_RELOAD","features":[118]},{"name":"INTERNET_FLAG_RESTRICTED_ZONE","features":[118]},{"name":"INTERNET_FLAG_RESYNCHRONIZE","features":[118]},{"name":"INTERNET_FLAG_SECURE","features":[118]},{"name":"INTERNET_FLAG_TRANSFER_ASCII","features":[118]},{"name":"INTERNET_FLAG_TRANSFER_BINARY","features":[118]},{"name":"INTERNET_GLOBAL_CALLBACK_DETECTING_PROXY","features":[118]},{"name":"INTERNET_GLOBAL_CALLBACK_SENDING_HTTP_HEADERS","features":[118]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_FTP","features":[118]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_GOPHER","features":[118]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_HTTP","features":[118]},{"name":"INTERNET_HANDLE_TYPE_FILE_REQUEST","features":[118]},{"name":"INTERNET_HANDLE_TYPE_FTP_FILE","features":[118]},{"name":"INTERNET_HANDLE_TYPE_FTP_FILE_HTML","features":[118]},{"name":"INTERNET_HANDLE_TYPE_FTP_FIND","features":[118]},{"name":"INTERNET_HANDLE_TYPE_FTP_FIND_HTML","features":[118]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FILE","features":[118]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FILE_HTML","features":[118]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FIND","features":[118]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FIND_HTML","features":[118]},{"name":"INTERNET_HANDLE_TYPE_HTTP_REQUEST","features":[118]},{"name":"INTERNET_HANDLE_TYPE_INTERNET","features":[118]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_CONTENT","features":[118]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_COOKIES","features":[118]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_DATA","features":[118]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_HISTORY","features":[118]},{"name":"INTERNET_IDENTITY_FLAG_PRIVATE_CACHE","features":[118]},{"name":"INTERNET_IDENTITY_FLAG_SHARED_CACHE","features":[118]},{"name":"INTERNET_INTERNAL_ERROR_BASE","features":[118]},{"name":"INTERNET_INVALID_PORT_NUMBER","features":[118]},{"name":"INTERNET_KEEP_ALIVE_DISABLED","features":[118]},{"name":"INTERNET_KEEP_ALIVE_ENABLED","features":[118]},{"name":"INTERNET_KEEP_ALIVE_UNKNOWN","features":[118]},{"name":"INTERNET_LAST_OPTION","features":[118]},{"name":"INTERNET_LAST_OPTION_INTERNAL","features":[118]},{"name":"INTERNET_MAX_HOST_NAME_LENGTH","features":[118]},{"name":"INTERNET_MAX_PASSWORD_LENGTH","features":[118]},{"name":"INTERNET_MAX_PORT_NUMBER_LENGTH","features":[118]},{"name":"INTERNET_MAX_PORT_NUMBER_VALUE","features":[118]},{"name":"INTERNET_MAX_USER_NAME_LENGTH","features":[118]},{"name":"INTERNET_NO_CALLBACK","features":[118]},{"name":"INTERNET_OPEN_TYPE_DIRECT","features":[118]},{"name":"INTERNET_OPEN_TYPE_PRECONFIG","features":[118]},{"name":"INTERNET_OPEN_TYPE_PRECONFIG_WITH_NO_AUTOPROXY","features":[118]},{"name":"INTERNET_OPEN_TYPE_PROXY","features":[118]},{"name":"INTERNET_OPTION_ACTIVATE_WORKER_THREADS","features":[118]},{"name":"INTERNET_OPTION_ACTIVITY_ID","features":[118]},{"name":"INTERNET_OPTION_ALLOW_FAILED_CONNECT_CONTENT","features":[118]},{"name":"INTERNET_OPTION_ALLOW_INSECURE_FALLBACK","features":[118]},{"name":"INTERNET_OPTION_ALTER_IDENTITY","features":[118]},{"name":"INTERNET_OPTION_APP_CACHE","features":[118]},{"name":"INTERNET_OPTION_ASYNC","features":[118]},{"name":"INTERNET_OPTION_ASYNC_ID","features":[118]},{"name":"INTERNET_OPTION_ASYNC_PRIORITY","features":[118]},{"name":"INTERNET_OPTION_AUTH_FLAGS","features":[118]},{"name":"INTERNET_OPTION_AUTH_SCHEME_SELECTED","features":[118]},{"name":"INTERNET_OPTION_AUTODIAL_CONNECTION","features":[118]},{"name":"INTERNET_OPTION_AUTODIAL_HWND","features":[118]},{"name":"INTERNET_OPTION_AUTODIAL_MODE","features":[118]},{"name":"INTERNET_OPTION_BACKGROUND_CONNECTIONS","features":[118]},{"name":"INTERNET_OPTION_BYPASS_EDITED_ENTRY","features":[118]},{"name":"INTERNET_OPTION_CACHE_ENTRY_EXTRA_DATA","features":[118]},{"name":"INTERNET_OPTION_CACHE_PARTITION","features":[118]},{"name":"INTERNET_OPTION_CACHE_STREAM_HANDLE","features":[118]},{"name":"INTERNET_OPTION_CACHE_TIMESTAMPS","features":[118]},{"name":"INTERNET_OPTION_CALLBACK","features":[118]},{"name":"INTERNET_OPTION_CALLBACK_FILTER","features":[118]},{"name":"INTERNET_OPTION_CALLER_MODULE","features":[118]},{"name":"INTERNET_OPTION_CANCEL_CACHE_WRITE","features":[118]},{"name":"INTERNET_OPTION_CERT_ERROR_FLAGS","features":[118]},{"name":"INTERNET_OPTION_CHUNK_ENCODE_REQUEST","features":[118]},{"name":"INTERNET_OPTION_CLIENT_CERT_CONTEXT","features":[118]},{"name":"INTERNET_OPTION_CLIENT_CERT_ISSUER_LIST","features":[118]},{"name":"INTERNET_OPTION_CM_HANDLE_COPY_REF","features":[118]},{"name":"INTERNET_OPTION_CODEPAGE","features":[118]},{"name":"INTERNET_OPTION_CODEPAGE_EXTRA","features":[118]},{"name":"INTERNET_OPTION_CODEPAGE_PATH","features":[118]},{"name":"INTERNET_OPTION_COMPRESSED_CONTENT_LENGTH","features":[118]},{"name":"INTERNET_OPTION_CONNECTED_STATE","features":[118]},{"name":"INTERNET_OPTION_CONNECTION_FILTER","features":[118]},{"name":"INTERNET_OPTION_CONNECTION_INFO","features":[118]},{"name":"INTERNET_OPTION_CONNECT_BACKOFF","features":[118]},{"name":"INTERNET_OPTION_CONNECT_LIMIT","features":[118]},{"name":"INTERNET_OPTION_CONNECT_RETRIES","features":[118]},{"name":"INTERNET_OPTION_CONNECT_TIME","features":[118]},{"name":"INTERNET_OPTION_CONNECT_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_CONTEXT_VALUE","features":[118]},{"name":"INTERNET_OPTION_CONTEXT_VALUE_OLD","features":[118]},{"name":"INTERNET_OPTION_CONTROL_RECEIVE_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_CONTROL_SEND_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_COOKIES_3RD_PARTY","features":[118]},{"name":"INTERNET_OPTION_COOKIES_APPLY_HOST_ONLY","features":[118]},{"name":"INTERNET_OPTION_COOKIES_SAME_SITE_LEVEL","features":[118]},{"name":"INTERNET_OPTION_DATAFILE_EXT","features":[118]},{"name":"INTERNET_OPTION_DATAFILE_NAME","features":[118]},{"name":"INTERNET_OPTION_DATA_RECEIVE_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_DATA_SEND_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_DEPENDENCY_HANDLE","features":[118]},{"name":"INTERNET_OPTION_DETECT_POST_SEND","features":[118]},{"name":"INTERNET_OPTION_DIAGNOSTIC_SOCKET_INFO","features":[118]},{"name":"INTERNET_OPTION_DIGEST_AUTH_UNLOAD","features":[118]},{"name":"INTERNET_OPTION_DISABLE_AUTODIAL","features":[118]},{"name":"INTERNET_OPTION_DISABLE_INSECURE_FALLBACK","features":[118]},{"name":"INTERNET_OPTION_DISABLE_NTLM_PREAUTH","features":[118]},{"name":"INTERNET_OPTION_DISABLE_PASSPORT_AUTH","features":[118]},{"name":"INTERNET_OPTION_DISABLE_PROXY_LINK_LOCAL_NAME_RESOLUTION","features":[118]},{"name":"INTERNET_OPTION_DISALLOW_PREMATURE_EOF","features":[118]},{"name":"INTERNET_OPTION_DISCONNECTED_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_DOWNLOAD_MODE","features":[118]},{"name":"INTERNET_OPTION_DOWNLOAD_MODE_HANDLE","features":[118]},{"name":"INTERNET_OPTION_DO_NOT_TRACK","features":[118]},{"name":"INTERNET_OPTION_DUO_USED","features":[118]},{"name":"INTERNET_OPTION_EDGE_COOKIES","features":[118]},{"name":"INTERNET_OPTION_EDGE_COOKIES_TEMP","features":[118]},{"name":"INTERNET_OPTION_EDGE_MODE","features":[118]},{"name":"INTERNET_OPTION_ENABLE_DUO","features":[118]},{"name":"INTERNET_OPTION_ENABLE_HEADER_CALLBACKS","features":[118]},{"name":"INTERNET_OPTION_ENABLE_HTTP_PROTOCOL","features":[118]},{"name":"INTERNET_OPTION_ENABLE_PASSPORT_AUTH","features":[118]},{"name":"INTERNET_OPTION_ENABLE_REDIRECT_CACHE_READ","features":[118]},{"name":"INTERNET_OPTION_ENABLE_TEST_SIGNING","features":[118]},{"name":"INTERNET_OPTION_ENABLE_WBOEXT","features":[118]},{"name":"INTERNET_OPTION_ENABLE_ZLIB_DEFLATE","features":[118]},{"name":"INTERNET_OPTION_ENCODE_EXTRA","features":[118]},{"name":"INTERNET_OPTION_ENCODE_FALLBACK_FOR_REDIRECT_URI","features":[118]},{"name":"INTERNET_OPTION_END_BROWSER_SESSION","features":[118]},{"name":"INTERNET_OPTION_ENTERPRISE_CONTEXT","features":[118]},{"name":"INTERNET_OPTION_ERROR_MASK","features":[118]},{"name":"INTERNET_OPTION_EXEMPT_CONNECTION_LIMIT","features":[118]},{"name":"INTERNET_OPTION_EXTENDED_CALLBACKS","features":[118]},{"name":"INTERNET_OPTION_EXTENDED_ERROR","features":[118]},{"name":"INTERNET_OPTION_FAIL_ON_CACHE_WRITE_ERROR","features":[118]},{"name":"INTERNET_OPTION_FALSE_START","features":[118]},{"name":"INTERNET_OPTION_FLUSH_STATE","features":[118]},{"name":"INTERNET_OPTION_FORCE_DECODE","features":[118]},{"name":"INTERNET_OPTION_FROM_CACHE_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_GLOBAL_CALLBACK","features":[118]},{"name":"INTERNET_OPTION_HANDLE_TYPE","features":[118]},{"name":"INTERNET_OPTION_HIBERNATE_INACTIVE_WORKER_THREADS","features":[118]},{"name":"INTERNET_OPTION_HSTS","features":[118]},{"name":"INTERNET_OPTION_HTTP_09","features":[118]},{"name":"INTERNET_OPTION_HTTP_DECODING","features":[118]},{"name":"INTERNET_OPTION_HTTP_PROTOCOL_USED","features":[118]},{"name":"INTERNET_OPTION_HTTP_VERSION","features":[118]},{"name":"INTERNET_OPTION_IDENTITY","features":[118]},{"name":"INTERNET_OPTION_IDLE_STATE","features":[118]},{"name":"INTERNET_OPTION_IDN","features":[118]},{"name":"INTERNET_OPTION_IGNORE_CERT_ERROR_FLAGS","features":[118]},{"name":"INTERNET_OPTION_IGNORE_OFFLINE","features":[118]},{"name":"INTERNET_OPTION_KEEP_CONNECTION","features":[118]},{"name":"INTERNET_OPTION_LINE_STATE","features":[118]},{"name":"INTERNET_OPTION_LISTEN_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER","features":[118]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_PROXY","features":[118]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_SERVER","features":[118]},{"name":"INTERNET_OPTION_MAX_QUERY_BUFFER_SIZE","features":[118]},{"name":"INTERNET_OPTION_NET_SPEED","features":[118]},{"name":"INTERNET_OPTION_NOCACHE_WRITE_IN_PRIVATE","features":[118]},{"name":"INTERNET_OPTION_NOTIFY_SENDING_COOKIE","features":[118]},{"name":"INTERNET_OPTION_NO_HTTP_SERVER_AUTH","features":[118]},{"name":"INTERNET_OPTION_OFFLINE_MODE","features":[118]},{"name":"INTERNET_OPTION_OFFLINE_SEMANTICS","features":[118]},{"name":"INTERNET_OPTION_OFFLINE_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_OPT_IN_WEAK_SIGNATURE","features":[118]},{"name":"INTERNET_OPTION_ORIGINAL_CONNECT_FLAGS","features":[118]},{"name":"INTERNET_OPTION_PARENT_HANDLE","features":[118]},{"name":"INTERNET_OPTION_PARSE_LINE_FOLDING","features":[118]},{"name":"INTERNET_OPTION_PASSWORD","features":[118]},{"name":"INTERNET_OPTION_PER_CONNECTION_OPTION","features":[118]},{"name":"INTERNET_OPTION_POLICY","features":[118]},{"name":"INTERNET_OPTION_PRESERVE_REFERER_ON_HTTPS_TO_HTTP_REDIRECT","features":[118]},{"name":"INTERNET_OPTION_PRESERVE_REQUEST_SERVER_CREDENTIALS_ON_REDIRECT","features":[118]},{"name":"INTERNET_OPTION_PROXY","features":[118]},{"name":"INTERNET_OPTION_PROXY_AUTH_SCHEME","features":[118]},{"name":"INTERNET_OPTION_PROXY_CREDENTIALS","features":[118]},{"name":"INTERNET_OPTION_PROXY_FROM_REQUEST","features":[118]},{"name":"INTERNET_OPTION_PROXY_PASSWORD","features":[118]},{"name":"INTERNET_OPTION_PROXY_SETTINGS_CHANGED","features":[118]},{"name":"INTERNET_OPTION_PROXY_USERNAME","features":[118]},{"name":"INTERNET_OPTION_READ_BUFFER_SIZE","features":[118]},{"name":"INTERNET_OPTION_RECEIVE_THROUGHPUT","features":[118]},{"name":"INTERNET_OPTION_RECEIVE_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_REFERER_TOKEN_BINDING_HOSTNAME","features":[118]},{"name":"INTERNET_OPTION_REFRESH","features":[118]},{"name":"INTERNET_OPTION_REMOVE_IDENTITY","features":[118]},{"name":"INTERNET_OPTION_REQUEST_ANNOTATION","features":[118]},{"name":"INTERNET_OPTION_REQUEST_ANNOTATION_MAX_LENGTH","features":[118]},{"name":"INTERNET_OPTION_REQUEST_FLAGS","features":[118]},{"name":"INTERNET_OPTION_REQUEST_PRIORITY","features":[118]},{"name":"INTERNET_OPTION_REQUEST_TIMES","features":[118]},{"name":"INTERNET_OPTION_RESET","features":[118]},{"name":"INTERNET_OPTION_RESET_URLCACHE_SESSION","features":[118]},{"name":"INTERNET_OPTION_RESPONSE_RESUMABLE","features":[118]},{"name":"INTERNET_OPTION_RESTORE_WORKER_THREAD_DEFAULTS","features":[118]},{"name":"INTERNET_OPTION_SECONDARY_CACHE_KEY","features":[118]},{"name":"INTERNET_OPTION_SECURE_FAILURE","features":[118]},{"name":"INTERNET_OPTION_SECURITY_CERTIFICATE","features":[118]},{"name":"INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT","features":[118]},{"name":"INTERNET_OPTION_SECURITY_CONNECTION_INFO","features":[118]},{"name":"INTERNET_OPTION_SECURITY_FLAGS","features":[118]},{"name":"INTERNET_OPTION_SECURITY_KEY_BITNESS","features":[118]},{"name":"INTERNET_OPTION_SECURITY_SELECT_CLIENT_CERT","features":[118]},{"name":"INTERNET_OPTION_SEND_THROUGHPUT","features":[118]},{"name":"INTERNET_OPTION_SEND_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_SEND_UTF8_SERVERNAME_TO_PROXY","features":[118]},{"name":"INTERNET_OPTION_SERVER_ADDRESS_INFO","features":[118]},{"name":"INTERNET_OPTION_SERVER_AUTH_SCHEME","features":[118]},{"name":"INTERNET_OPTION_SERVER_CERT_CHAIN_CONTEXT","features":[118]},{"name":"INTERNET_OPTION_SERVER_CREDENTIALS","features":[118]},{"name":"INTERNET_OPTION_SESSION_START_TIME","features":[118]},{"name":"INTERNET_OPTION_SETTINGS_CHANGED","features":[118]},{"name":"INTERNET_OPTION_SET_IN_PRIVATE","features":[118]},{"name":"INTERNET_OPTION_SOCKET_NODELAY","features":[118]},{"name":"INTERNET_OPTION_SOCKET_NOTIFICATION_IOCTL","features":[118]},{"name":"INTERNET_OPTION_SOCKET_SEND_BUFFER_LENGTH","features":[118]},{"name":"INTERNET_OPTION_SOURCE_PORT","features":[118]},{"name":"INTERNET_OPTION_SUPPRESS_BEHAVIOR","features":[118]},{"name":"INTERNET_OPTION_SUPPRESS_SERVER_AUTH","features":[118]},{"name":"INTERNET_OPTION_SYNC_MODE_AUTOMATIC_SESSION_DISABLED","features":[118]},{"name":"INTERNET_OPTION_TCP_FAST_OPEN","features":[118]},{"name":"INTERNET_OPTION_TIMED_CONNECTION_LIMIT_BYPASS","features":[118]},{"name":"INTERNET_OPTION_TOKEN_BINDING_PUBLIC_KEY","features":[118]},{"name":"INTERNET_OPTION_TUNNEL_ONLY","features":[118]},{"name":"INTERNET_OPTION_UNLOAD_NOTIFY_EVENT","features":[118]},{"name":"INTERNET_OPTION_UPGRADE_TO_WEB_SOCKET","features":[118]},{"name":"INTERNET_OPTION_URL","features":[118]},{"name":"INTERNET_OPTION_USERNAME","features":[118]},{"name":"INTERNET_OPTION_USER_AGENT","features":[118]},{"name":"INTERNET_OPTION_USER_PASS_SERVER_ONLY","features":[118]},{"name":"INTERNET_OPTION_USE_FIRST_AVAILABLE_CONNECTION","features":[118]},{"name":"INTERNET_OPTION_USE_MODIFIED_HEADER_FILTER","features":[118]},{"name":"INTERNET_OPTION_VERSION","features":[118]},{"name":"INTERNET_OPTION_WEB_SOCKET_CLOSE_TIMEOUT","features":[118]},{"name":"INTERNET_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL","features":[118]},{"name":"INTERNET_OPTION_WPAD_SLEEP","features":[118]},{"name":"INTERNET_OPTION_WRITE_BUFFER_SIZE","features":[118]},{"name":"INTERNET_OPTION_WWA_MODE","features":[118]},{"name":"INTERNET_PER_CONN","features":[118]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_LAST_DETECT_TIME","features":[118]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_LAST_DETECT_URL","features":[118]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_RELOAD_DELAY_MINS","features":[118]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_SECONDARY_URL","features":[118]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_URL","features":[118]},{"name":"INTERNET_PER_CONN_AUTODISCOVERY_FLAGS","features":[118]},{"name":"INTERNET_PER_CONN_FLAGS","features":[118]},{"name":"INTERNET_PER_CONN_FLAGS_UI","features":[118]},{"name":"INTERNET_PER_CONN_OPTIONA","features":[3,118]},{"name":"INTERNET_PER_CONN_OPTIONW","features":[3,118]},{"name":"INTERNET_PER_CONN_OPTION_LISTA","features":[3,118]},{"name":"INTERNET_PER_CONN_OPTION_LISTW","features":[3,118]},{"name":"INTERNET_PER_CONN_PROXY_BYPASS","features":[118]},{"name":"INTERNET_PER_CONN_PROXY_SERVER","features":[118]},{"name":"INTERNET_PREFETCH_ABORTED","features":[118]},{"name":"INTERNET_PREFETCH_COMPLETE","features":[118]},{"name":"INTERNET_PREFETCH_PROGRESS","features":[118]},{"name":"INTERNET_PREFETCH_STATUS","features":[118]},{"name":"INTERNET_PRIORITY_FOREGROUND","features":[118]},{"name":"INTERNET_PROXY_INFO","features":[118]},{"name":"INTERNET_RAS_INSTALLED","features":[118]},{"name":"INTERNET_REQFLAG_ASYNC","features":[118]},{"name":"INTERNET_REQFLAG_CACHE_WRITE_DISABLED","features":[118]},{"name":"INTERNET_REQFLAG_FROM_APP_CACHE","features":[118]},{"name":"INTERNET_REQFLAG_FROM_CACHE","features":[118]},{"name":"INTERNET_REQFLAG_NET_TIMEOUT","features":[118]},{"name":"INTERNET_REQFLAG_NO_HEADERS","features":[118]},{"name":"INTERNET_REQFLAG_PASSIVE","features":[118]},{"name":"INTERNET_REQFLAG_VIA_PROXY","features":[118]},{"name":"INTERNET_RFC1123_BUFSIZE","features":[118]},{"name":"INTERNET_RFC1123_FORMAT","features":[118]},{"name":"INTERNET_SCHEME","features":[118]},{"name":"INTERNET_SCHEME_DEFAULT","features":[118]},{"name":"INTERNET_SCHEME_FILE","features":[118]},{"name":"INTERNET_SCHEME_FIRST","features":[118]},{"name":"INTERNET_SCHEME_FTP","features":[118]},{"name":"INTERNET_SCHEME_GOPHER","features":[118]},{"name":"INTERNET_SCHEME_HTTP","features":[118]},{"name":"INTERNET_SCHEME_HTTPS","features":[118]},{"name":"INTERNET_SCHEME_JAVASCRIPT","features":[118]},{"name":"INTERNET_SCHEME_LAST","features":[118]},{"name":"INTERNET_SCHEME_MAILTO","features":[118]},{"name":"INTERNET_SCHEME_NEWS","features":[118]},{"name":"INTERNET_SCHEME_PARTIAL","features":[118]},{"name":"INTERNET_SCHEME_RES","features":[118]},{"name":"INTERNET_SCHEME_SOCKS","features":[118]},{"name":"INTERNET_SCHEME_UNKNOWN","features":[118]},{"name":"INTERNET_SCHEME_VBSCRIPT","features":[118]},{"name":"INTERNET_SECURITY_CONNECTION_INFO","features":[3,118,25,70]},{"name":"INTERNET_SECURITY_INFO","features":[3,118,25,70]},{"name":"INTERNET_SERVER_CONNECTION_STATE","features":[3,118]},{"name":"INTERNET_SERVICE_FTP","features":[118]},{"name":"INTERNET_SERVICE_GOPHER","features":[118]},{"name":"INTERNET_SERVICE_HTTP","features":[118]},{"name":"INTERNET_SERVICE_URL","features":[118]},{"name":"INTERNET_STATE","features":[118]},{"name":"INTERNET_STATE_BUSY","features":[118]},{"name":"INTERNET_STATE_CONNECTED","features":[118]},{"name":"INTERNET_STATE_DISCONNECTED","features":[118]},{"name":"INTERNET_STATE_DISCONNECTED_BY_USER","features":[118]},{"name":"INTERNET_STATE_IDLE","features":[118]},{"name":"INTERNET_STATUS_CLOSING_CONNECTION","features":[118]},{"name":"INTERNET_STATUS_CONNECTED_TO_SERVER","features":[118]},{"name":"INTERNET_STATUS_CONNECTING_TO_SERVER","features":[118]},{"name":"INTERNET_STATUS_CONNECTION_CLOSED","features":[118]},{"name":"INTERNET_STATUS_COOKIE","features":[118]},{"name":"INTERNET_STATUS_COOKIE_HISTORY","features":[118]},{"name":"INTERNET_STATUS_COOKIE_RECEIVED","features":[118]},{"name":"INTERNET_STATUS_COOKIE_SENT","features":[118]},{"name":"INTERNET_STATUS_CTL_RESPONSE_RECEIVED","features":[118]},{"name":"INTERNET_STATUS_DETECTING_PROXY","features":[118]},{"name":"INTERNET_STATUS_END_BROWSER_SESSION","features":[118]},{"name":"INTERNET_STATUS_FILTER_CLOSED","features":[118]},{"name":"INTERNET_STATUS_FILTER_CLOSING","features":[118]},{"name":"INTERNET_STATUS_FILTER_CONNECTED","features":[118]},{"name":"INTERNET_STATUS_FILTER_CONNECTING","features":[118]},{"name":"INTERNET_STATUS_FILTER_HANDLE_CLOSING","features":[118]},{"name":"INTERNET_STATUS_FILTER_HANDLE_CREATED","features":[118]},{"name":"INTERNET_STATUS_FILTER_PREFETCH","features":[118]},{"name":"INTERNET_STATUS_FILTER_RECEIVED","features":[118]},{"name":"INTERNET_STATUS_FILTER_RECEIVING","features":[118]},{"name":"INTERNET_STATUS_FILTER_REDIRECT","features":[118]},{"name":"INTERNET_STATUS_FILTER_RESOLVED","features":[118]},{"name":"INTERNET_STATUS_FILTER_RESOLVING","features":[118]},{"name":"INTERNET_STATUS_FILTER_SENDING","features":[118]},{"name":"INTERNET_STATUS_FILTER_SENT","features":[118]},{"name":"INTERNET_STATUS_FILTER_STATE_CHANGE","features":[118]},{"name":"INTERNET_STATUS_HANDLE_CLOSING","features":[118]},{"name":"INTERNET_STATUS_HANDLE_CREATED","features":[118]},{"name":"INTERNET_STATUS_INTERMEDIATE_RESPONSE","features":[118]},{"name":"INTERNET_STATUS_NAME_RESOLVED","features":[118]},{"name":"INTERNET_STATUS_P3P_HEADER","features":[118]},{"name":"INTERNET_STATUS_P3P_POLICYREF","features":[118]},{"name":"INTERNET_STATUS_PREFETCH","features":[118]},{"name":"INTERNET_STATUS_PRIVACY_IMPACTED","features":[118]},{"name":"INTERNET_STATUS_PROXY_CREDENTIALS","features":[118]},{"name":"INTERNET_STATUS_RECEIVING_RESPONSE","features":[118]},{"name":"INTERNET_STATUS_REDIRECT","features":[118]},{"name":"INTERNET_STATUS_REQUEST_COMPLETE","features":[118]},{"name":"INTERNET_STATUS_REQUEST_HEADERS_SET","features":[118]},{"name":"INTERNET_STATUS_REQUEST_SENT","features":[118]},{"name":"INTERNET_STATUS_RESOLVING_NAME","features":[118]},{"name":"INTERNET_STATUS_RESPONSE_HEADERS_SET","features":[118]},{"name":"INTERNET_STATUS_RESPONSE_RECEIVED","features":[118]},{"name":"INTERNET_STATUS_SENDING_COOKIE","features":[118]},{"name":"INTERNET_STATUS_SENDING_REQUEST","features":[118]},{"name":"INTERNET_STATUS_SERVER_CONNECTION_STATE","features":[118]},{"name":"INTERNET_STATUS_SERVER_CREDENTIALS","features":[118]},{"name":"INTERNET_STATUS_STATE_CHANGE","features":[118]},{"name":"INTERNET_STATUS_USER_INPUT_REQUIRED","features":[118]},{"name":"INTERNET_SUPPRESS_COOKIE_PERSIST","features":[118]},{"name":"INTERNET_SUPPRESS_COOKIE_PERSIST_RESET","features":[118]},{"name":"INTERNET_SUPPRESS_COOKIE_POLICY","features":[118]},{"name":"INTERNET_SUPPRESS_COOKIE_POLICY_RESET","features":[118]},{"name":"INTERNET_SUPPRESS_RESET_ALL","features":[118]},{"name":"INTERNET_VERSION_INFO","features":[118]},{"name":"IProofOfPossessionCookieInfoManager","features":[118]},{"name":"IProofOfPossessionCookieInfoManager2","features":[118]},{"name":"IRF_ASYNC","features":[118]},{"name":"IRF_NO_WAIT","features":[118]},{"name":"IRF_SYNC","features":[118]},{"name":"IRF_USE_CONTEXT","features":[118]},{"name":"ISO_FORCE_DISCONNECTED","features":[118]},{"name":"ISO_FORCE_OFFLINE","features":[118]},{"name":"ISO_GLOBAL","features":[118]},{"name":"ISO_REGISTRY","features":[118]},{"name":"ImportCookieFileA","features":[3,118]},{"name":"ImportCookieFileW","features":[3,118]},{"name":"IncomingCookieState","features":[118]},{"name":"IncrementUrlCacheHeaderData","features":[3,118]},{"name":"InternalInternetGetCookie","features":[118]},{"name":"InternetAlgIdToStringA","features":[3,118,70]},{"name":"InternetAlgIdToStringW","features":[3,118,70]},{"name":"InternetAttemptConnect","features":[118]},{"name":"InternetAutodial","features":[3,118]},{"name":"InternetAutodialHangup","features":[3,118]},{"name":"InternetCanonicalizeUrlA","features":[3,118]},{"name":"InternetCanonicalizeUrlW","features":[3,118]},{"name":"InternetCheckConnectionA","features":[3,118]},{"name":"InternetCheckConnectionW","features":[3,118]},{"name":"InternetClearAllPerSiteCookieDecisions","features":[3,118]},{"name":"InternetCloseHandle","features":[3,118]},{"name":"InternetCombineUrlA","features":[3,118]},{"name":"InternetCombineUrlW","features":[3,118]},{"name":"InternetConfirmZoneCrossing","features":[3,118]},{"name":"InternetConfirmZoneCrossingA","features":[3,118]},{"name":"InternetConfirmZoneCrossingW","features":[3,118]},{"name":"InternetConnectA","features":[118]},{"name":"InternetConnectW","features":[118]},{"name":"InternetConvertUrlFromWireToWideChar","features":[3,118]},{"name":"InternetCookieHistory","features":[3,118]},{"name":"InternetCookieState","features":[118]},{"name":"InternetCrackUrlA","features":[3,117,118]},{"name":"InternetCrackUrlW","features":[3,117,118]},{"name":"InternetCreateUrlA","features":[3,118]},{"name":"InternetCreateUrlW","features":[3,118]},{"name":"InternetDial","features":[3,118]},{"name":"InternetDialA","features":[3,118]},{"name":"InternetDialW","features":[3,118]},{"name":"InternetEnumPerSiteCookieDecisionA","features":[3,118]},{"name":"InternetEnumPerSiteCookieDecisionW","features":[3,118]},{"name":"InternetErrorDlg","features":[3,118]},{"name":"InternetFindNextFileA","features":[3,118]},{"name":"InternetFindNextFileW","features":[3,118]},{"name":"InternetFortezzaCommand","features":[3,118]},{"name":"InternetFreeCookies","features":[3,118]},{"name":"InternetFreeProxyInfoList","features":[3,118]},{"name":"InternetGetConnectedState","features":[3,118]},{"name":"InternetGetConnectedStateEx","features":[3,118]},{"name":"InternetGetConnectedStateExA","features":[3,118]},{"name":"InternetGetConnectedStateExW","features":[3,118]},{"name":"InternetGetCookieA","features":[3,118]},{"name":"InternetGetCookieEx2","features":[3,118]},{"name":"InternetGetCookieExA","features":[3,118]},{"name":"InternetGetCookieExW","features":[3,118]},{"name":"InternetGetCookieW","features":[3,118]},{"name":"InternetGetLastResponseInfoA","features":[3,118]},{"name":"InternetGetLastResponseInfoW","features":[3,118]},{"name":"InternetGetPerSiteCookieDecisionA","features":[3,118]},{"name":"InternetGetPerSiteCookieDecisionW","features":[3,118]},{"name":"InternetGetProxyForUrl","features":[3,118]},{"name":"InternetGetSecurityInfoByURL","features":[3,118,70]},{"name":"InternetGetSecurityInfoByURLA","features":[3,118,70]},{"name":"InternetGetSecurityInfoByURLW","features":[3,118,70]},{"name":"InternetGoOnline","features":[3,118]},{"name":"InternetGoOnlineA","features":[3,118]},{"name":"InternetGoOnlineW","features":[3,118]},{"name":"InternetHangUp","features":[118]},{"name":"InternetInitializeAutoProxyDll","features":[3,118]},{"name":"InternetLockRequestFile","features":[3,118]},{"name":"InternetOpenA","features":[118]},{"name":"InternetOpenUrlA","features":[118]},{"name":"InternetOpenUrlW","features":[118]},{"name":"InternetOpenW","features":[118]},{"name":"InternetQueryDataAvailable","features":[3,118]},{"name":"InternetQueryFortezzaStatus","features":[3,118]},{"name":"InternetQueryOptionA","features":[3,118]},{"name":"InternetQueryOptionW","features":[3,118]},{"name":"InternetReadFile","features":[3,118]},{"name":"InternetReadFileExA","features":[3,118]},{"name":"InternetReadFileExW","features":[3,118]},{"name":"InternetSecurityProtocolToStringA","features":[3,118]},{"name":"InternetSecurityProtocolToStringW","features":[3,118]},{"name":"InternetSetCookieA","features":[3,118]},{"name":"InternetSetCookieEx2","features":[3,118]},{"name":"InternetSetCookieExA","features":[118]},{"name":"InternetSetCookieExW","features":[118]},{"name":"InternetSetCookieW","features":[3,118]},{"name":"InternetSetDialState","features":[3,118]},{"name":"InternetSetDialStateA","features":[3,118]},{"name":"InternetSetDialStateW","features":[3,118]},{"name":"InternetSetFilePointer","features":[118]},{"name":"InternetSetOptionA","features":[3,118]},{"name":"InternetSetOptionExA","features":[3,118]},{"name":"InternetSetOptionExW","features":[3,118]},{"name":"InternetSetOptionW","features":[3,118]},{"name":"InternetSetPerSiteCookieDecisionA","features":[3,118]},{"name":"InternetSetPerSiteCookieDecisionW","features":[3,118]},{"name":"InternetSetStatusCallback","features":[118]},{"name":"InternetSetStatusCallbackA","features":[118]},{"name":"InternetSetStatusCallbackW","features":[118]},{"name":"InternetShowSecurityInfoByURL","features":[3,118]},{"name":"InternetShowSecurityInfoByURLA","features":[3,118]},{"name":"InternetShowSecurityInfoByURLW","features":[3,118]},{"name":"InternetTimeFromSystemTime","features":[3,118]},{"name":"InternetTimeFromSystemTimeA","features":[3,118]},{"name":"InternetTimeFromSystemTimeW","features":[3,118]},{"name":"InternetTimeToSystemTime","features":[3,118]},{"name":"InternetTimeToSystemTimeA","features":[3,118]},{"name":"InternetTimeToSystemTimeW","features":[3,118]},{"name":"InternetUnlockRequestFile","features":[3,118]},{"name":"InternetWriteFile","features":[3,118]},{"name":"InternetWriteFileExA","features":[3,118]},{"name":"InternetWriteFileExW","features":[3,118]},{"name":"IsDomainLegalCookieDomainA","features":[3,118]},{"name":"IsDomainLegalCookieDomainW","features":[3,118]},{"name":"IsHostInProxyBypassList","features":[3,118]},{"name":"IsProfilesEnabled","features":[3,118]},{"name":"IsUrlCacheEntryExpiredA","features":[3,118]},{"name":"IsUrlCacheEntryExpiredW","features":[3,118]},{"name":"LOCAL_NAMESPACE_PREFIX","features":[118]},{"name":"LOCAL_NAMESPACE_PREFIX_W","features":[118]},{"name":"LPINTERNET_STATUS_CALLBACK","features":[118]},{"name":"LoadUrlCacheContent","features":[3,118]},{"name":"MAX_CACHE_ENTRY_INFO_SIZE","features":[118]},{"name":"MAX_GOPHER_ATTRIBUTE_NAME","features":[118]},{"name":"MAX_GOPHER_CATEGORY_NAME","features":[118]},{"name":"MAX_GOPHER_DISPLAY_TEXT","features":[118]},{"name":"MAX_GOPHER_HOST_NAME","features":[118]},{"name":"MAX_GOPHER_SELECTOR_TEXT","features":[118]},{"name":"MIN_GOPHER_ATTRIBUTE_LENGTH","features":[118]},{"name":"MUST_REVALIDATE_CACHE_ENTRY","features":[118]},{"name":"MaxPrivacySettings","features":[118]},{"name":"NORMAL_CACHE_ENTRY","features":[118]},{"name":"NameResolutionEnd","features":[118]},{"name":"NameResolutionStart","features":[118]},{"name":"OTHER_USER_CACHE_ENTRY","features":[118]},{"name":"OutgoingCookieState","features":[118]},{"name":"PENDING_DELETE_CACHE_ENTRY","features":[118]},{"name":"PFN_AUTH_NOTIFY","features":[118]},{"name":"PFN_DIAL_HANDLER","features":[3,118]},{"name":"POLICY_EXTENSION_TYPE_NONE","features":[118]},{"name":"POLICY_EXTENSION_TYPE_WINHTTP","features":[118]},{"name":"POLICY_EXTENSION_TYPE_WININET","features":[118]},{"name":"POLICY_EXTENSION_VERSION1","features":[118]},{"name":"POST_CHECK_CACHE_ENTRY","features":[118]},{"name":"POST_RESPONSE_CACHE_ENTRY","features":[118]},{"name":"PRIVACY_IMPACTED_CACHE_ENTRY","features":[118]},{"name":"PRIVACY_MODE_CACHE_ENTRY","features":[118]},{"name":"PRIVACY_TEMPLATE_ADVANCED","features":[118]},{"name":"PRIVACY_TEMPLATE_CUSTOM","features":[118]},{"name":"PRIVACY_TEMPLATE_HIGH","features":[118]},{"name":"PRIVACY_TEMPLATE_LOW","features":[118]},{"name":"PRIVACY_TEMPLATE_MAX","features":[118]},{"name":"PRIVACY_TEMPLATE_MEDIUM","features":[118]},{"name":"PRIVACY_TEMPLATE_MEDIUM_HIGH","features":[118]},{"name":"PRIVACY_TEMPLATE_MEDIUM_LOW","features":[118]},{"name":"PRIVACY_TEMPLATE_NO_COOKIES","features":[118]},{"name":"PRIVACY_TYPE_FIRST_PARTY","features":[118]},{"name":"PRIVACY_TYPE_THIRD_PARTY","features":[118]},{"name":"PROXY_AUTO_DETECT_TYPE","features":[118]},{"name":"PROXY_AUTO_DETECT_TYPE_DHCP","features":[118]},{"name":"PROXY_AUTO_DETECT_TYPE_DNS_A","features":[118]},{"name":"PROXY_TYPE_AUTO_DETECT","features":[118]},{"name":"PROXY_TYPE_AUTO_PROXY_URL","features":[118]},{"name":"PROXY_TYPE_DIRECT","features":[118]},{"name":"PROXY_TYPE_PROXY","features":[118]},{"name":"ParseX509EncodedCertificateForListBoxEntry","features":[118]},{"name":"PerformOperationOverUrlCacheA","features":[3,118]},{"name":"PrivacyGetZonePreferenceW","features":[118]},{"name":"PrivacySetZonePreferenceW","features":[118]},{"name":"ProofOfPossessionCookieInfo","features":[118]},{"name":"ProofOfPossessionCookieInfoManager","features":[118]},{"name":"REDIRECT_CACHE_ENTRY","features":[118]},{"name":"REGSTR_DIAL_AUTOCONNECT","features":[118]},{"name":"REGSTR_LEASH_LEGACY_COOKIES","features":[118]},{"name":"REQUEST_TIMES","features":[118]},{"name":"ReadGuidsForConnectedNetworks","features":[3,118]},{"name":"ReadUrlCacheEntryStream","features":[3,118]},{"name":"ReadUrlCacheEntryStreamEx","features":[3,118]},{"name":"RegisterUrlCacheNotification","features":[3,118]},{"name":"ResumeSuspendedDownload","features":[3,118]},{"name":"RetrieveUrlCacheEntryFileA","features":[3,118]},{"name":"RetrieveUrlCacheEntryFileW","features":[3,118]},{"name":"RetrieveUrlCacheEntryStreamA","features":[3,118]},{"name":"RetrieveUrlCacheEntryStreamW","features":[3,118]},{"name":"RunOnceUrlCache","features":[3,118]},{"name":"SECURITY_FLAG_128BIT","features":[118]},{"name":"SECURITY_FLAG_40BIT","features":[118]},{"name":"SECURITY_FLAG_56BIT","features":[118]},{"name":"SECURITY_FLAG_FORTEZZA","features":[118]},{"name":"SECURITY_FLAG_IETFSSL4","features":[118]},{"name":"SECURITY_FLAG_IGNORE_REDIRECT_TO_HTTP","features":[118]},{"name":"SECURITY_FLAG_IGNORE_REDIRECT_TO_HTTPS","features":[118]},{"name":"SECURITY_FLAG_IGNORE_REVOCATION","features":[118]},{"name":"SECURITY_FLAG_IGNORE_WEAK_SIGNATURE","features":[118]},{"name":"SECURITY_FLAG_IGNORE_WRONG_USAGE","features":[118]},{"name":"SECURITY_FLAG_NORMALBITNESS","features":[118]},{"name":"SECURITY_FLAG_OPT_IN_WEAK_SIGNATURE","features":[118]},{"name":"SECURITY_FLAG_PCT","features":[118]},{"name":"SECURITY_FLAG_PCT4","features":[118]},{"name":"SECURITY_FLAG_SSL","features":[118]},{"name":"SECURITY_FLAG_SSL3","features":[118]},{"name":"SECURITY_FLAG_UNKNOWNBIT","features":[118]},{"name":"SHORTPATH_CACHE_ENTRY","features":[118]},{"name":"SPARSE_CACHE_ENTRY","features":[118]},{"name":"STATIC_CACHE_ENTRY","features":[118]},{"name":"STICKY_CACHE_ENTRY","features":[118]},{"name":"SetUrlCacheConfigInfoA","features":[3,118]},{"name":"SetUrlCacheConfigInfoW","features":[3,118]},{"name":"SetUrlCacheEntryGroup","features":[3,118]},{"name":"SetUrlCacheEntryGroupA","features":[3,118]},{"name":"SetUrlCacheEntryGroupW","features":[3,118]},{"name":"SetUrlCacheEntryInfoA","features":[3,118]},{"name":"SetUrlCacheEntryInfoW","features":[3,118]},{"name":"SetUrlCacheGroupAttributeA","features":[3,118]},{"name":"SetUrlCacheGroupAttributeW","features":[3,118]},{"name":"SetUrlCacheHeaderData","features":[3,118]},{"name":"ShowClientAuthCerts","features":[3,118]},{"name":"ShowSecurityInfo","features":[3,118,25,70]},{"name":"ShowX509EncodedCertificate","features":[3,118]},{"name":"TLSHandshakeEnd","features":[118]},{"name":"TLSHandshakeStart","features":[118]},{"name":"TRACK_OFFLINE_CACHE_ENTRY","features":[118]},{"name":"TRACK_ONLINE_CACHE_ENTRY","features":[118]},{"name":"URLCACHE_ENTRY_INFO","features":[3,118]},{"name":"URLHISTORY_CACHE_ENTRY","features":[118]},{"name":"URL_CACHE_LIMIT_TYPE","features":[118]},{"name":"URL_COMPONENTSA","features":[118]},{"name":"URL_COMPONENTSW","features":[118]},{"name":"UnlockUrlCacheEntryFile","features":[3,118]},{"name":"UnlockUrlCacheEntryFileA","features":[3,118]},{"name":"UnlockUrlCacheEntryFileW","features":[3,118]},{"name":"UnlockUrlCacheEntryStream","features":[3,118]},{"name":"UpdateUrlCacheContentPath","features":[3,118]},{"name":"UrlCacheCheckEntriesExist","features":[3,118]},{"name":"UrlCacheCloseEntryHandle","features":[118]},{"name":"UrlCacheContainerSetEntryMaximumAge","features":[118]},{"name":"UrlCacheCreateContainer","features":[118]},{"name":"UrlCacheFindFirstEntry","features":[3,118]},{"name":"UrlCacheFindNextEntry","features":[3,118]},{"name":"UrlCacheFreeEntryInfo","features":[3,118]},{"name":"UrlCacheFreeGlobalSpace","features":[118]},{"name":"UrlCacheGetContentPaths","features":[118]},{"name":"UrlCacheGetEntryInfo","features":[3,118]},{"name":"UrlCacheGetGlobalCacheSize","features":[118]},{"name":"UrlCacheGetGlobalLimit","features":[118]},{"name":"UrlCacheLimitTypeAppContainer","features":[118]},{"name":"UrlCacheLimitTypeAppContainerTotal","features":[118]},{"name":"UrlCacheLimitTypeIE","features":[118]},{"name":"UrlCacheLimitTypeIETotal","features":[118]},{"name":"UrlCacheLimitTypeNum","features":[118]},{"name":"UrlCacheReadEntryStream","features":[118]},{"name":"UrlCacheReloadSettings","features":[118]},{"name":"UrlCacheRetrieveEntryFile","features":[3,118]},{"name":"UrlCacheRetrieveEntryStream","features":[3,118]},{"name":"UrlCacheServer","features":[118]},{"name":"UrlCacheSetGlobalLimit","features":[118]},{"name":"UrlCacheUpdateEntryExtraData","features":[118]},{"name":"WININET_API_FLAG_ASYNC","features":[118]},{"name":"WININET_API_FLAG_SYNC","features":[118]},{"name":"WININET_API_FLAG_USE_CONTEXT","features":[118]},{"name":"WININET_PROXY_INFO","features":[3,118]},{"name":"WININET_PROXY_INFO_LIST","features":[3,118]},{"name":"WININET_SYNC_MODE","features":[118]},{"name":"WININET_SYNC_MODE_ALWAYS","features":[118]},{"name":"WININET_SYNC_MODE_AUTOMATIC","features":[118]},{"name":"WININET_SYNC_MODE_DEFAULT","features":[118]},{"name":"WININET_SYNC_MODE_NEVER","features":[118]},{"name":"WININET_SYNC_MODE_ONCE_PER_SESSION","features":[118]},{"name":"WININET_SYNC_MODE_ON_EXPIRY","features":[118]},{"name":"WPAD_CACHE_DELETE","features":[118]},{"name":"WPAD_CACHE_DELETE_ALL","features":[118]},{"name":"WPAD_CACHE_DELETE_CURRENT","features":[118]},{"name":"XDR_CACHE_ENTRY","features":[118]},{"name":"pfnInternetDeInitializeAutoProxyDll","features":[3,118]},{"name":"pfnInternetGetProxyInfo","features":[3,118]},{"name":"pfnInternetInitializeAutoProxyDll","features":[3,118]}],"480":[{"name":"AAL5_MODE_MESSAGE","features":[17]},{"name":"AAL5_MODE_STREAMING","features":[17]},{"name":"AAL5_PARAMETERS","features":[17]},{"name":"AAL5_SSCS_FRAME_RELAY","features":[17]},{"name":"AAL5_SSCS_NULL","features":[17]},{"name":"AAL5_SSCS_SSCOP_ASSURED","features":[17]},{"name":"AAL5_SSCS_SSCOP_NON_ASSURED","features":[17]},{"name":"AALTYPE_5","features":[17]},{"name":"AALTYPE_USER","features":[17]},{"name":"AALUSER_PARAMETERS","features":[17]},{"name":"AAL_PARAMETERS_IE","features":[17]},{"name":"AAL_TYPE","features":[17]},{"name":"ADDRESS_FAMILY","features":[17]},{"name":"ADDRINFOA","features":[17]},{"name":"ADDRINFOEX2A","features":[17]},{"name":"ADDRINFOEX2W","features":[17]},{"name":"ADDRINFOEX3","features":[17]},{"name":"ADDRINFOEX4","features":[3,17]},{"name":"ADDRINFOEX5","features":[3,17]},{"name":"ADDRINFOEX6","features":[3,17]},{"name":"ADDRINFOEXA","features":[17]},{"name":"ADDRINFOEXW","features":[17]},{"name":"ADDRINFOEX_VERSION_2","features":[17]},{"name":"ADDRINFOEX_VERSION_3","features":[17]},{"name":"ADDRINFOEX_VERSION_4","features":[17]},{"name":"ADDRINFOEX_VERSION_5","features":[17]},{"name":"ADDRINFOEX_VERSION_6","features":[17]},{"name":"ADDRINFOW","features":[17]},{"name":"ADDRINFO_DNS_SERVER","features":[17]},{"name":"ADDR_ANY","features":[17]},{"name":"AFPROTOCOLS","features":[17]},{"name":"AF_12844","features":[17]},{"name":"AF_APPLETALK","features":[17]},{"name":"AF_ATM","features":[17]},{"name":"AF_BAN","features":[17]},{"name":"AF_CCITT","features":[17]},{"name":"AF_CHAOS","features":[17]},{"name":"AF_CLUSTER","features":[17]},{"name":"AF_DATAKIT","features":[17]},{"name":"AF_DECnet","features":[17]},{"name":"AF_DLI","features":[17]},{"name":"AF_ECMA","features":[17]},{"name":"AF_FIREFOX","features":[17]},{"name":"AF_HYLINK","features":[17]},{"name":"AF_HYPERV","features":[17]},{"name":"AF_ICLFXBM","features":[17]},{"name":"AF_IMPLINK","features":[17]},{"name":"AF_INET","features":[17]},{"name":"AF_INET6","features":[17]},{"name":"AF_IPX","features":[17]},{"name":"AF_IRDA","features":[17]},{"name":"AF_ISO","features":[17]},{"name":"AF_LAT","features":[17]},{"name":"AF_LINK","features":[17]},{"name":"AF_MAX","features":[17]},{"name":"AF_NETBIOS","features":[17]},{"name":"AF_NETDES","features":[17]},{"name":"AF_NS","features":[17]},{"name":"AF_OSI","features":[17]},{"name":"AF_PUP","features":[17]},{"name":"AF_SNA","features":[17]},{"name":"AF_TCNMESSAGE","features":[17]},{"name":"AF_TCNPROCESS","features":[17]},{"name":"AF_UNIX","features":[17]},{"name":"AF_UNKNOWN1","features":[17]},{"name":"AF_UNSPEC","features":[17]},{"name":"AF_VOICEVIEW","features":[17]},{"name":"AI_ADDRCONFIG","features":[17]},{"name":"AI_ALL","features":[17]},{"name":"AI_BYPASS_DNS_CACHE","features":[17]},{"name":"AI_CANONNAME","features":[17]},{"name":"AI_DISABLE_IDN_ENCODING","features":[17]},{"name":"AI_DNS_ONLY","features":[17]},{"name":"AI_DNS_RESPONSE_HOSTFILE","features":[17]},{"name":"AI_DNS_RESPONSE_SECURE","features":[17]},{"name":"AI_DNS_SERVER_TYPE_DOH","features":[17]},{"name":"AI_DNS_SERVER_TYPE_UDP","features":[17]},{"name":"AI_DNS_SERVER_UDP_FALLBACK","features":[17]},{"name":"AI_EXCLUSIVE_CUSTOM_SERVERS","features":[17]},{"name":"AI_EXTENDED","features":[17]},{"name":"AI_FILESERVER","features":[17]},{"name":"AI_FORCE_CLEAR_TEXT","features":[17]},{"name":"AI_FQDN","features":[17]},{"name":"AI_NON_AUTHORITATIVE","features":[17]},{"name":"AI_NUMERICHOST","features":[17]},{"name":"AI_NUMERICSERV","features":[17]},{"name":"AI_PASSIVE","features":[17]},{"name":"AI_REQUIRE_SECURE","features":[17]},{"name":"AI_RESOLUTION_HANDLE","features":[17]},{"name":"AI_RETURN_PREFERRED_NAMES","features":[17]},{"name":"AI_RETURN_RESPONSE_FLAGS","features":[17]},{"name":"AI_RETURN_TTL","features":[17]},{"name":"AI_SECURE","features":[17]},{"name":"AI_SECURE_WITH_FALLBACK","features":[17]},{"name":"AI_V4MAPPED","features":[17]},{"name":"ARP_HARDWARE_TYPE","features":[17]},{"name":"ARP_HEADER","features":[17]},{"name":"ARP_HW_802","features":[17]},{"name":"ARP_HW_ENET","features":[17]},{"name":"ARP_OPCODE","features":[17]},{"name":"ARP_REQUEST","features":[17]},{"name":"ARP_RESPONSE","features":[17]},{"name":"ASSOCIATE_NAMERES_CONTEXT","features":[17]},{"name":"ASSOCIATE_NAMERES_CONTEXT_INPUT","features":[17]},{"name":"ATMPROTO_AAL1","features":[17]},{"name":"ATMPROTO_AAL2","features":[17]},{"name":"ATMPROTO_AAL34","features":[17]},{"name":"ATMPROTO_AAL5","features":[17]},{"name":"ATMPROTO_AALUSER","features":[17]},{"name":"ATM_ADDRESS","features":[17]},{"name":"ATM_ADDR_SIZE","features":[17]},{"name":"ATM_AESA","features":[17]},{"name":"ATM_BHLI","features":[17]},{"name":"ATM_BLLI","features":[17]},{"name":"ATM_BLLI_IE","features":[17]},{"name":"ATM_BROADBAND_BEARER_CAPABILITY_IE","features":[17]},{"name":"ATM_CALLING_PARTY_NUMBER_IE","features":[17]},{"name":"ATM_CAUSE_IE","features":[17]},{"name":"ATM_CONNECTION_ID","features":[17]},{"name":"ATM_E164","features":[17]},{"name":"ATM_NSAP","features":[17]},{"name":"ATM_PVC_PARAMS","features":[17]},{"name":"ATM_QOS_CLASS_IE","features":[17]},{"name":"ATM_TD","features":[3,17]},{"name":"ATM_TRAFFIC_DESCRIPTOR_IE","features":[3,17]},{"name":"ATM_TRANSIT_NETWORK_SELECTION_IE","features":[17]},{"name":"AcceptEx","features":[3,17,8]},{"name":"BASE_PROTOCOL","features":[17]},{"name":"BCOB_A","features":[17]},{"name":"BCOB_C","features":[17]},{"name":"BCOB_X","features":[17]},{"name":"BHLI_HighLayerProfile","features":[17]},{"name":"BHLI_ISO","features":[17]},{"name":"BHLI_UserSpecific","features":[17]},{"name":"BHLI_VendorSpecificAppId","features":[17]},{"name":"BIGENDIAN","features":[17]},{"name":"BITS_PER_BYTE","features":[17]},{"name":"BLLI_L2_ELAPB","features":[17]},{"name":"BLLI_L2_HDLC_ABM","features":[17]},{"name":"BLLI_L2_HDLC_ARM","features":[17]},{"name":"BLLI_L2_HDLC_NRM","features":[17]},{"name":"BLLI_L2_ISO_1745","features":[17]},{"name":"BLLI_L2_ISO_7776","features":[17]},{"name":"BLLI_L2_LLC","features":[17]},{"name":"BLLI_L2_MODE_EXT","features":[17]},{"name":"BLLI_L2_MODE_NORMAL","features":[17]},{"name":"BLLI_L2_Q921","features":[17]},{"name":"BLLI_L2_Q922","features":[17]},{"name":"BLLI_L2_USER_SPECIFIED","features":[17]},{"name":"BLLI_L2_X25L","features":[17]},{"name":"BLLI_L2_X25M","features":[17]},{"name":"BLLI_L2_X75","features":[17]},{"name":"BLLI_L3_IPI_IP","features":[17]},{"name":"BLLI_L3_IPI_SNAP","features":[17]},{"name":"BLLI_L3_ISO_8208","features":[17]},{"name":"BLLI_L3_ISO_TR9577","features":[17]},{"name":"BLLI_L3_MODE_EXT","features":[17]},{"name":"BLLI_L3_MODE_NORMAL","features":[17]},{"name":"BLLI_L3_PACKET_1024","features":[17]},{"name":"BLLI_L3_PACKET_128","features":[17]},{"name":"BLLI_L3_PACKET_16","features":[17]},{"name":"BLLI_L3_PACKET_2048","features":[17]},{"name":"BLLI_L3_PACKET_256","features":[17]},{"name":"BLLI_L3_PACKET_32","features":[17]},{"name":"BLLI_L3_PACKET_4096","features":[17]},{"name":"BLLI_L3_PACKET_512","features":[17]},{"name":"BLLI_L3_PACKET_64","features":[17]},{"name":"BLLI_L3_SIO_8473","features":[17]},{"name":"BLLI_L3_T70","features":[17]},{"name":"BLLI_L3_USER_SPECIFIED","features":[17]},{"name":"BLLI_L3_X223","features":[17]},{"name":"BLLI_L3_X25","features":[17]},{"name":"BYTE_ORDER","features":[17]},{"name":"CAUSE_AAL_PARAMETERS_UNSUPPORTED","features":[17]},{"name":"CAUSE_ACCESS_INFORMAION_DISCARDED","features":[17]},{"name":"CAUSE_BEARER_CAPABILITY_UNAUTHORIZED","features":[17]},{"name":"CAUSE_BEARER_CAPABILITY_UNAVAILABLE","features":[17]},{"name":"CAUSE_BEARER_CAPABILITY_UNIMPLEMENTED","features":[17]},{"name":"CAUSE_CALL_REJECTED","features":[17]},{"name":"CAUSE_CHANNEL_NONEXISTENT","features":[17]},{"name":"CAUSE_COND_PERMANENT","features":[17]},{"name":"CAUSE_COND_TRANSIENT","features":[17]},{"name":"CAUSE_COND_UNKNOWN","features":[17]},{"name":"CAUSE_DESTINATION_OUT_OF_ORDER","features":[17]},{"name":"CAUSE_INCOMPATIBLE_DESTINATION","features":[17]},{"name":"CAUSE_INCORRECT_MESSAGE_LENGTH","features":[17]},{"name":"CAUSE_INVALID_CALL_REFERENCE","features":[17]},{"name":"CAUSE_INVALID_ENDPOINT_REFERENCE","features":[17]},{"name":"CAUSE_INVALID_IE_CONTENTS","features":[17]},{"name":"CAUSE_INVALID_NUMBER_FORMAT","features":[17]},{"name":"CAUSE_INVALID_STATE_FOR_MESSAGE","features":[17]},{"name":"CAUSE_INVALID_TRANSIT_NETWORK_SELECTION","features":[17]},{"name":"CAUSE_LOC_BEYOND_INTERWORKING","features":[17]},{"name":"CAUSE_LOC_INTERNATIONAL_NETWORK","features":[17]},{"name":"CAUSE_LOC_PRIVATE_LOCAL","features":[17]},{"name":"CAUSE_LOC_PRIVATE_REMOTE","features":[17]},{"name":"CAUSE_LOC_PUBLIC_LOCAL","features":[17]},{"name":"CAUSE_LOC_PUBLIC_REMOTE","features":[17]},{"name":"CAUSE_LOC_TRANSIT_NETWORK","features":[17]},{"name":"CAUSE_LOC_USER","features":[17]},{"name":"CAUSE_MANDATORY_IE_MISSING","features":[17]},{"name":"CAUSE_NA_ABNORMAL","features":[17]},{"name":"CAUSE_NA_NORMAL","features":[17]},{"name":"CAUSE_NETWORK_OUT_OF_ORDER","features":[17]},{"name":"CAUSE_NORMAL_CALL_CLEARING","features":[17]},{"name":"CAUSE_NORMAL_UNSPECIFIED","features":[17]},{"name":"CAUSE_NO_ROUTE_TO_DESTINATION","features":[17]},{"name":"CAUSE_NO_ROUTE_TO_TRANSIT_NETWORK","features":[17]},{"name":"CAUSE_NO_USER_RESPONDING","features":[17]},{"name":"CAUSE_NO_VPI_VCI_AVAILABLE","features":[17]},{"name":"CAUSE_NUMBER_CHANGED","features":[17]},{"name":"CAUSE_OPTION_UNAVAILABLE","features":[17]},{"name":"CAUSE_PROTOCOL_ERROR","features":[17]},{"name":"CAUSE_PU_PROVIDER","features":[17]},{"name":"CAUSE_PU_USER","features":[17]},{"name":"CAUSE_QOS_UNAVAILABLE","features":[17]},{"name":"CAUSE_REASON_IE_INSUFFICIENT","features":[17]},{"name":"CAUSE_REASON_IE_MISSING","features":[17]},{"name":"CAUSE_REASON_USER","features":[17]},{"name":"CAUSE_RECOVERY_ON_TIMEOUT","features":[17]},{"name":"CAUSE_RESOURCE_UNAVAILABLE","features":[17]},{"name":"CAUSE_STATUS_ENQUIRY_RESPONSE","features":[17]},{"name":"CAUSE_TEMPORARY_FAILURE","features":[17]},{"name":"CAUSE_TOO_MANY_PENDING_ADD_PARTY","features":[17]},{"name":"CAUSE_UNALLOCATED_NUMBER","features":[17]},{"name":"CAUSE_UNIMPLEMENTED_IE","features":[17]},{"name":"CAUSE_UNIMPLEMENTED_MESSAGE_TYPE","features":[17]},{"name":"CAUSE_UNSUPPORTED_TRAFFIC_PARAMETERS","features":[17]},{"name":"CAUSE_USER_BUSY","features":[17]},{"name":"CAUSE_USER_CELL_RATE_UNAVAILABLE","features":[17]},{"name":"CAUSE_USER_REJECTS_CLIR","features":[17]},{"name":"CAUSE_VPI_VCI_UNACCEPTABLE","features":[17]},{"name":"CAUSE_VPI_VCI_UNAVAILABLE","features":[17]},{"name":"CF_ACCEPT","features":[17]},{"name":"CF_DEFER","features":[17]},{"name":"CF_REJECT","features":[17]},{"name":"CLIP_NOT","features":[17]},{"name":"CLIP_SUS","features":[17]},{"name":"CMSGHDR","features":[17]},{"name":"COMP_EQUAL","features":[17]},{"name":"COMP_NOTLESS","features":[17]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS","features":[17]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_HARDWARE_SLOT_ALLOCATED","features":[17]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_INVALID","features":[17]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_POLICY_ERROR","features":[17]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SERVICE_UNAVAILABLE","features":[17]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SOFTWARE_SLOT_ALLOCATED","features":[17]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SYSTEM_ERROR","features":[17]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_TRANSPORT_DISCONNECTED","features":[17]},{"name":"CSADDR_INFO","features":[17]},{"name":"DE_REUSE_SOCKET","features":[17]},{"name":"DL_ADDRESS_LENGTH_MAXIMUM","features":[17]},{"name":"DL_EI48","features":[17]},{"name":"DL_EI64","features":[17]},{"name":"DL_EUI48","features":[17]},{"name":"DL_EUI64","features":[17]},{"name":"DL_HEADER_LENGTH_MAXIMUM","features":[17]},{"name":"DL_OUI","features":[17]},{"name":"DL_TEREDO_ADDRESS","features":[17]},{"name":"DL_TEREDO_ADDRESS_PRV","features":[17]},{"name":"DL_TUNNEL_ADDRESS","features":[17,9]},{"name":"ETHERNET_HEADER","features":[17]},{"name":"ETHERNET_TYPE_802_1AD","features":[17]},{"name":"ETHERNET_TYPE_802_1Q","features":[17]},{"name":"ETHERNET_TYPE_ARP","features":[17]},{"name":"ETHERNET_TYPE_IPV4","features":[17]},{"name":"ETHERNET_TYPE_IPV6","features":[17]},{"name":"ETHERNET_TYPE_MINIMUM","features":[17]},{"name":"ETH_LENGTH_OF_HEADER","features":[17]},{"name":"ETH_LENGTH_OF_SNAP_HEADER","features":[17]},{"name":"ETH_LENGTH_OF_VLAN_HEADER","features":[17]},{"name":"EXT_LEN_UNIT","features":[17]},{"name":"E_WINDOW_ADVANCE_BY_TIME","features":[17]},{"name":"E_WINDOW_USE_AS_DATA_CACHE","features":[17]},{"name":"EnumProtocolsA","features":[17]},{"name":"EnumProtocolsW","features":[17]},{"name":"FALLBACK_INDEX","features":[17]},{"name":"FD_ACCEPT","features":[17]},{"name":"FD_ACCEPT_BIT","features":[17]},{"name":"FD_ADDRESS_LIST_CHANGE_BIT","features":[17]},{"name":"FD_CLOSE","features":[17]},{"name":"FD_CLOSE_BIT","features":[17]},{"name":"FD_CONNECT","features":[17]},{"name":"FD_CONNECT_BIT","features":[17]},{"name":"FD_GROUP_QOS_BIT","features":[17]},{"name":"FD_MAX_EVENTS","features":[17]},{"name":"FD_OOB","features":[17]},{"name":"FD_OOB_BIT","features":[17]},{"name":"FD_QOS_BIT","features":[17]},{"name":"FD_READ","features":[17]},{"name":"FD_READ_BIT","features":[17]},{"name":"FD_ROUTING_INTERFACE_CHANGE_BIT","features":[17]},{"name":"FD_SET","features":[17]},{"name":"FD_SETSIZE","features":[17]},{"name":"FD_WRITE","features":[17]},{"name":"FD_WRITE_BIT","features":[17]},{"name":"FIOASYNC","features":[17]},{"name":"FIONBIO","features":[17]},{"name":"FIONREAD","features":[17]},{"name":"FLOWSPEC","features":[17]},{"name":"FROM_PROTOCOL_INFO","features":[17]},{"name":"FallbackIndexMax","features":[17]},{"name":"FallbackIndexTcpFastopen","features":[17]},{"name":"FreeAddrInfoEx","features":[17]},{"name":"FreeAddrInfoExW","features":[17]},{"name":"FreeAddrInfoW","features":[17]},{"name":"GAI_STRERROR_BUFFER_SIZE","features":[17]},{"name":"GROUP_FILTER","features":[17]},{"name":"GROUP_REQ","features":[17]},{"name":"GROUP_SOURCE_REQ","features":[17]},{"name":"GetAcceptExSockaddrs","features":[17]},{"name":"GetAddrInfoExA","features":[3,17,8]},{"name":"GetAddrInfoExCancel","features":[3,17]},{"name":"GetAddrInfoExOverlappedResult","features":[3,17,8]},{"name":"GetAddrInfoExW","features":[3,17,8]},{"name":"GetAddrInfoW","features":[17]},{"name":"GetAddressByNameA","features":[3,17]},{"name":"GetAddressByNameW","features":[3,17]},{"name":"GetHostNameW","features":[17]},{"name":"GetNameByTypeA","features":[17]},{"name":"GetNameByTypeW","features":[17]},{"name":"GetNameInfoW","features":[17]},{"name":"GetServiceA","features":[3,17]},{"name":"GetServiceW","features":[3,17]},{"name":"GetTypeByNameA","features":[17]},{"name":"GetTypeByNameW","features":[17]},{"name":"HOSTENT","features":[17]},{"name":"IAS_ATTRIB_INT","features":[17]},{"name":"IAS_ATTRIB_NO_ATTRIB","features":[17]},{"name":"IAS_ATTRIB_NO_CLASS","features":[17]},{"name":"IAS_ATTRIB_OCTETSEQ","features":[17]},{"name":"IAS_ATTRIB_STR","features":[17]},{"name":"IAS_MAX_ATTRIBNAME","features":[17]},{"name":"IAS_MAX_CLASSNAME","features":[17]},{"name":"IAS_MAX_OCTET_STRING","features":[17]},{"name":"IAS_MAX_USER_STRING","features":[17]},{"name":"ICMP4_TIME_EXCEED_CODE","features":[17]},{"name":"ICMP4_TIME_EXCEED_REASSEMBLY","features":[17]},{"name":"ICMP4_TIME_EXCEED_TRANSIT","features":[17]},{"name":"ICMP4_UNREACH_ADMIN","features":[17]},{"name":"ICMP4_UNREACH_CODE","features":[17]},{"name":"ICMP4_UNREACH_FRAG_NEEDED","features":[17]},{"name":"ICMP4_UNREACH_HOST","features":[17]},{"name":"ICMP4_UNREACH_HOST_ADMIN","features":[17]},{"name":"ICMP4_UNREACH_HOST_TOS","features":[17]},{"name":"ICMP4_UNREACH_HOST_UNKNOWN","features":[17]},{"name":"ICMP4_UNREACH_ISOLATED","features":[17]},{"name":"ICMP4_UNREACH_NET","features":[17]},{"name":"ICMP4_UNREACH_NET_ADMIN","features":[17]},{"name":"ICMP4_UNREACH_NET_TOS","features":[17]},{"name":"ICMP4_UNREACH_NET_UNKNOWN","features":[17]},{"name":"ICMP4_UNREACH_PORT","features":[17]},{"name":"ICMP4_UNREACH_PROTOCOL","features":[17]},{"name":"ICMP4_UNREACH_SOURCEROUTE_FAILED","features":[17]},{"name":"ICMP6_DST_UNREACH_ADDR","features":[17]},{"name":"ICMP6_DST_UNREACH_ADMIN","features":[17]},{"name":"ICMP6_DST_UNREACH_BEYONDSCOPE","features":[17]},{"name":"ICMP6_DST_UNREACH_NOPORT","features":[17]},{"name":"ICMP6_DST_UNREACH_NOROUTE","features":[17]},{"name":"ICMP6_PARAMPROB_FIRSTFRAGMENT","features":[17]},{"name":"ICMP6_PARAMPROB_HEADER","features":[17]},{"name":"ICMP6_PARAMPROB_NEXTHEADER","features":[17]},{"name":"ICMP6_PARAMPROB_OPTION","features":[17]},{"name":"ICMP6_TIME_EXCEED_REASSEMBLY","features":[17]},{"name":"ICMP6_TIME_EXCEED_TRANSIT","features":[17]},{"name":"ICMPV4_ADDRESS_MASK_MESSAGE","features":[17]},{"name":"ICMPV4_INVALID_PREFERENCE_LEVEL","features":[17]},{"name":"ICMPV4_ROUTER_ADVERT_ENTRY","features":[17]},{"name":"ICMPV4_ROUTER_ADVERT_HEADER","features":[17]},{"name":"ICMPV4_ROUTER_SOLICIT","features":[17]},{"name":"ICMPV4_TIMESTAMP_MESSAGE","features":[17]},{"name":"ICMPV6_ECHO_REQUEST_FLAG_REVERSE","features":[17]},{"name":"ICMP_ERROR_INFO","features":[17]},{"name":"ICMP_HEADER","features":[17]},{"name":"ICMP_MESSAGE","features":[17]},{"name":"IE_AALParameters","features":[17]},{"name":"IE_BHLI","features":[17]},{"name":"IE_BLLI","features":[17]},{"name":"IE_BroadbandBearerCapability","features":[17]},{"name":"IE_CalledPartyNumber","features":[17]},{"name":"IE_CalledPartySubaddress","features":[17]},{"name":"IE_CallingPartyNumber","features":[17]},{"name":"IE_CallingPartySubaddress","features":[17]},{"name":"IE_Cause","features":[17]},{"name":"IE_QOSClass","features":[17]},{"name":"IE_TrafficDescriptor","features":[17]},{"name":"IE_TransitNetworkSelection","features":[17]},{"name":"IFF_BROADCAST","features":[17]},{"name":"IFF_LOOPBACK","features":[17]},{"name":"IFF_MULTICAST","features":[17]},{"name":"IFF_POINTTOPOINT","features":[17]},{"name":"IFF_UP","features":[17]},{"name":"IGMPV3_QUERY_HEADER","features":[17]},{"name":"IGMPV3_REPORT_HEADER","features":[17]},{"name":"IGMPV3_REPORT_RECORD_HEADER","features":[17]},{"name":"IGMP_HEADER","features":[17]},{"name":"IGMP_LEAVE_GROUP_TYPE","features":[17]},{"name":"IGMP_MAX_RESP_CODE_TYPE","features":[17]},{"name":"IGMP_MAX_RESP_CODE_TYPE_FLOAT","features":[17]},{"name":"IGMP_MAX_RESP_CODE_TYPE_NORMAL","features":[17]},{"name":"IGMP_QUERY_TYPE","features":[17]},{"name":"IGMP_VERSION1_REPORT_TYPE","features":[17]},{"name":"IGMP_VERSION2_REPORT_TYPE","features":[17]},{"name":"IGMP_VERSION3_REPORT_TYPE","features":[17]},{"name":"IMPLINK_HIGHEXPER","features":[17]},{"name":"IMPLINK_IP","features":[17]},{"name":"IMPLINK_LOWEXPER","features":[17]},{"name":"IN4ADDR_ANY","features":[17]},{"name":"IN4ADDR_BROADCAST","features":[17]},{"name":"IN4ADDR_LINKLOCALPREFIX_LENGTH","features":[17]},{"name":"IN4ADDR_LOOPBACK","features":[17]},{"name":"IN4ADDR_LOOPBACKPREFIX_LENGTH","features":[17]},{"name":"IN4ADDR_MULTICASTPREFIX_LENGTH","features":[17]},{"name":"IN6ADDR_6TO4PREFIX_LENGTH","features":[17]},{"name":"IN6ADDR_LINKLOCALPREFIX_LENGTH","features":[17]},{"name":"IN6ADDR_MULTICASTPREFIX_LENGTH","features":[17]},{"name":"IN6ADDR_SOLICITEDNODEMULTICASTPREFIX_LENGTH","features":[17]},{"name":"IN6ADDR_TEREDOPREFIX_LENGTH","features":[17]},{"name":"IN6ADDR_V4MAPPEDPREFIX_LENGTH","features":[17]},{"name":"IN6_ADDR","features":[17]},{"name":"IN6_EMBEDDEDV4_BITS_IN_BYTE","features":[17]},{"name":"IN6_EMBEDDEDV4_UOCTET_POSITION","features":[17]},{"name":"IN6_PKTINFO","features":[17]},{"name":"IN6_PKTINFO_EX","features":[17]},{"name":"INADDR_ANY","features":[17]},{"name":"INADDR_BROADCAST","features":[17]},{"name":"INADDR_LOOPBACK","features":[17]},{"name":"INADDR_NONE","features":[17]},{"name":"INCL_WINSOCK_API_PROTOTYPES","features":[17]},{"name":"INCL_WINSOCK_API_TYPEDEFS","features":[17]},{"name":"INET6_ADDRSTRLEN","features":[17]},{"name":"INET_ADDRSTRLEN","features":[17]},{"name":"INET_PORT_RANGE","features":[17]},{"name":"INET_PORT_RESERVATION_INFORMATION","features":[17]},{"name":"INET_PORT_RESERVATION_INSTANCE","features":[17]},{"name":"INET_PORT_RESERVATION_TOKEN","features":[17]},{"name":"INTERFACE_INFO","features":[17]},{"name":"INTERFACE_INFO_EX","features":[17]},{"name":"INVALID_SOCKET","features":[17]},{"name":"IN_ADDR","features":[17]},{"name":"IN_CLASSA_HOST","features":[17]},{"name":"IN_CLASSA_MAX","features":[17]},{"name":"IN_CLASSA_NET","features":[17]},{"name":"IN_CLASSA_NSHIFT","features":[17]},{"name":"IN_CLASSB_HOST","features":[17]},{"name":"IN_CLASSB_MAX","features":[17]},{"name":"IN_CLASSB_NET","features":[17]},{"name":"IN_CLASSB_NSHIFT","features":[17]},{"name":"IN_CLASSC_HOST","features":[17]},{"name":"IN_CLASSC_NET","features":[17]},{"name":"IN_CLASSC_NSHIFT","features":[17]},{"name":"IN_CLASSD_HOST","features":[17]},{"name":"IN_CLASSD_NET","features":[17]},{"name":"IN_CLASSD_NSHIFT","features":[17]},{"name":"IN_PKTINFO","features":[17]},{"name":"IN_PKTINFO_EX","features":[17]},{"name":"IN_RECVERR","features":[17]},{"name":"IOCPARM_MASK","features":[17]},{"name":"IOC_IN","features":[17]},{"name":"IOC_INOUT","features":[17]},{"name":"IOC_OUT","features":[17]},{"name":"IOC_PROTOCOL","features":[17]},{"name":"IOC_UNIX","features":[17]},{"name":"IOC_VENDOR","features":[17]},{"name":"IOC_VOID","features":[17]},{"name":"IOC_WS2","features":[17]},{"name":"IP4_OFF_MASK","features":[17]},{"name":"IP6F_MORE_FRAG","features":[17]},{"name":"IP6F_OFF_MASK","features":[17]},{"name":"IP6F_RESERVED_MASK","features":[17]},{"name":"IP6OPT_JUMBO","features":[17]},{"name":"IP6OPT_MUTABLE","features":[17]},{"name":"IP6OPT_NSAP_ADDR","features":[17]},{"name":"IP6OPT_PAD1","features":[17]},{"name":"IP6OPT_PADN","features":[17]},{"name":"IP6OPT_ROUTER_ALERT","features":[17]},{"name":"IP6OPT_TUNNEL_LIMIT","features":[17]},{"name":"IP6OPT_TYPE_DISCARD","features":[17]},{"name":"IP6OPT_TYPE_FORCEICMP","features":[17]},{"name":"IP6OPT_TYPE_ICMP","features":[17]},{"name":"IP6OPT_TYPE_SKIP","features":[17]},{"name":"IP6T_SO_ORIGINAL_DST","features":[17]},{"name":"IPPORT_BIFFUDP","features":[17]},{"name":"IPPORT_CHARGEN","features":[17]},{"name":"IPPORT_CMDSERVER","features":[17]},{"name":"IPPORT_DAYTIME","features":[17]},{"name":"IPPORT_DISCARD","features":[17]},{"name":"IPPORT_DYNAMIC_MAX","features":[17]},{"name":"IPPORT_DYNAMIC_MIN","features":[17]},{"name":"IPPORT_ECHO","features":[17]},{"name":"IPPORT_EFSSERVER","features":[17]},{"name":"IPPORT_EPMAP","features":[17]},{"name":"IPPORT_EXECSERVER","features":[17]},{"name":"IPPORT_FINGER","features":[17]},{"name":"IPPORT_FTP","features":[17]},{"name":"IPPORT_FTP_DATA","features":[17]},{"name":"IPPORT_HTTPS","features":[17]},{"name":"IPPORT_IMAP","features":[17]},{"name":"IPPORT_IMAP3","features":[17]},{"name":"IPPORT_LDAP","features":[17]},{"name":"IPPORT_LOGINSERVER","features":[17]},{"name":"IPPORT_MICROSOFT_DS","features":[17]},{"name":"IPPORT_MSP","features":[17]},{"name":"IPPORT_MTP","features":[17]},{"name":"IPPORT_NAMESERVER","features":[17]},{"name":"IPPORT_NETBIOS_DGM","features":[17]},{"name":"IPPORT_NETBIOS_NS","features":[17]},{"name":"IPPORT_NETBIOS_SSN","features":[17]},{"name":"IPPORT_NETSTAT","features":[17]},{"name":"IPPORT_NTP","features":[17]},{"name":"IPPORT_POP3","features":[17]},{"name":"IPPORT_QOTD","features":[17]},{"name":"IPPORT_REGISTERED_MAX","features":[17]},{"name":"IPPORT_REGISTERED_MIN","features":[17]},{"name":"IPPORT_RESERVED","features":[17]},{"name":"IPPORT_RJE","features":[17]},{"name":"IPPORT_ROUTESERVER","features":[17]},{"name":"IPPORT_SMTP","features":[17]},{"name":"IPPORT_SNMP","features":[17]},{"name":"IPPORT_SNMP_TRAP","features":[17]},{"name":"IPPORT_SUPDUP","features":[17]},{"name":"IPPORT_SYSTAT","features":[17]},{"name":"IPPORT_TCPMUX","features":[17]},{"name":"IPPORT_TELNET","features":[17]},{"name":"IPPORT_TFTP","features":[17]},{"name":"IPPORT_TIMESERVER","features":[17]},{"name":"IPPORT_TTYLINK","features":[17]},{"name":"IPPORT_WHOIS","features":[17]},{"name":"IPPORT_WHOSERVER","features":[17]},{"name":"IPPROTO","features":[17]},{"name":"IPPROTO_AH","features":[17]},{"name":"IPPROTO_CBT","features":[17]},{"name":"IPPROTO_DSTOPTS","features":[17]},{"name":"IPPROTO_EGP","features":[17]},{"name":"IPPROTO_ESP","features":[17]},{"name":"IPPROTO_FRAGMENT","features":[17]},{"name":"IPPROTO_GGP","features":[17]},{"name":"IPPROTO_HOPOPTS","features":[17]},{"name":"IPPROTO_ICLFXBM","features":[17]},{"name":"IPPROTO_ICMP","features":[17]},{"name":"IPPROTO_ICMPV6","features":[17]},{"name":"IPPROTO_IDP","features":[17]},{"name":"IPPROTO_IGMP","features":[17]},{"name":"IPPROTO_IGP","features":[17]},{"name":"IPPROTO_IP","features":[17]},{"name":"IPPROTO_IPV4","features":[17]},{"name":"IPPROTO_IPV6","features":[17]},{"name":"IPPROTO_L2TP","features":[17]},{"name":"IPPROTO_MAX","features":[17]},{"name":"IPPROTO_ND","features":[17]},{"name":"IPPROTO_NONE","features":[17]},{"name":"IPPROTO_PGM","features":[17]},{"name":"IPPROTO_PIM","features":[17]},{"name":"IPPROTO_PUP","features":[17]},{"name":"IPPROTO_RAW","features":[17]},{"name":"IPPROTO_RDP","features":[17]},{"name":"IPPROTO_RESERVED_IPSEC","features":[17]},{"name":"IPPROTO_RESERVED_IPSECOFFLOAD","features":[17]},{"name":"IPPROTO_RESERVED_MAX","features":[17]},{"name":"IPPROTO_RESERVED_RAW","features":[17]},{"name":"IPPROTO_RESERVED_WNV","features":[17]},{"name":"IPPROTO_RM","features":[17]},{"name":"IPPROTO_ROUTING","features":[17]},{"name":"IPPROTO_SCTP","features":[17]},{"name":"IPPROTO_ST","features":[17]},{"name":"IPPROTO_TCP","features":[17]},{"name":"IPPROTO_UDP","features":[17]},{"name":"IPTLS_METADATA","features":[17]},{"name":"IPV4_HEADER","features":[17]},{"name":"IPV4_MAX_MINIMUM_MTU","features":[17]},{"name":"IPV4_MINIMUM_MTU","features":[17]},{"name":"IPV4_MIN_MINIMUM_MTU","features":[17]},{"name":"IPV4_OPTION_HEADER","features":[17]},{"name":"IPV4_OPTION_TYPE","features":[17]},{"name":"IPV4_ROUTING_HEADER","features":[17]},{"name":"IPV4_TIMESTAMP_OPTION","features":[17]},{"name":"IPV4_VERSION","features":[17]},{"name":"IPV6_ADD_IFLIST","features":[17]},{"name":"IPV6_ADD_MEMBERSHIP","features":[17]},{"name":"IPV6_CHECKSUM","features":[17]},{"name":"IPV6_DEL_IFLIST","features":[17]},{"name":"IPV6_DONTFRAG","features":[17]},{"name":"IPV6_DROP_MEMBERSHIP","features":[17]},{"name":"IPV6_ECN","features":[17]},{"name":"IPV6_ECN_MASK","features":[17]},{"name":"IPV6_ECN_SHIFT","features":[17]},{"name":"IPV6_EXTENSION_HEADER","features":[17]},{"name":"IPV6_FLOW_LABEL_MASK","features":[17]},{"name":"IPV6_FRAGMENT_HEADER","features":[17]},{"name":"IPV6_FULL_TRAFFIC_CLASS_MASK","features":[17]},{"name":"IPV6_GET_IFLIST","features":[17]},{"name":"IPV6_HDRINCL","features":[17]},{"name":"IPV6_HEADER","features":[17]},{"name":"IPV6_HOPLIMIT","features":[17]},{"name":"IPV6_HOPOPTS","features":[17]},{"name":"IPV6_IFLIST","features":[17]},{"name":"IPV6_JOIN_GROUP","features":[17]},{"name":"IPV6_LEAVE_GROUP","features":[17]},{"name":"IPV6_MINIMUM_MTU","features":[17]},{"name":"IPV6_MREQ","features":[17]},{"name":"IPV6_MTU","features":[17]},{"name":"IPV6_MTU_DISCOVER","features":[17]},{"name":"IPV6_MULTICAST_HOPS","features":[17]},{"name":"IPV6_MULTICAST_IF","features":[17]},{"name":"IPV6_MULTICAST_LOOP","features":[17]},{"name":"IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS","features":[17]},{"name":"IPV6_NRT_INTERFACE","features":[17]},{"name":"IPV6_OPTION_HEADER","features":[17]},{"name":"IPV6_OPTION_JUMBOGRAM","features":[17]},{"name":"IPV6_OPTION_ROUTER_ALERT","features":[17]},{"name":"IPV6_OPTION_TYPE","features":[17]},{"name":"IPV6_PKTINFO","features":[17]},{"name":"IPV6_PKTINFO_EX","features":[17]},{"name":"IPV6_PROTECTION_LEVEL","features":[17]},{"name":"IPV6_RECVDSTADDR","features":[17]},{"name":"IPV6_RECVECN","features":[17]},{"name":"IPV6_RECVERR","features":[17]},{"name":"IPV6_RECVIF","features":[17]},{"name":"IPV6_RECVRTHDR","features":[17]},{"name":"IPV6_RECVTCLASS","features":[17]},{"name":"IPV6_ROUTER_ADVERTISEMENT_FLAGS","features":[17]},{"name":"IPV6_ROUTING_HEADER","features":[17]},{"name":"IPV6_RTHDR","features":[17]},{"name":"IPV6_TCLASS","features":[17]},{"name":"IPV6_TRAFFIC_CLASS_MASK","features":[17]},{"name":"IPV6_UNICAST_HOPS","features":[17]},{"name":"IPV6_UNICAST_IF","features":[17]},{"name":"IPV6_USER_MTU","features":[17]},{"name":"IPV6_V6ONLY","features":[17]},{"name":"IPV6_VERSION","features":[17]},{"name":"IPV6_WFP_REDIRECT_CONTEXT","features":[17]},{"name":"IPV6_WFP_REDIRECT_RECORDS","features":[17]},{"name":"IPX_ADDRESS","features":[17]},{"name":"IPX_ADDRESS_DATA","features":[3,17]},{"name":"IPX_ADDRESS_NOTIFY","features":[17]},{"name":"IPX_DSTYPE","features":[17]},{"name":"IPX_EXTENDED_ADDRESS","features":[17]},{"name":"IPX_FILTERPTYPE","features":[17]},{"name":"IPX_GETNETINFO","features":[17]},{"name":"IPX_GETNETINFO_NORIP","features":[17]},{"name":"IPX_IMMEDIATESPXACK","features":[17]},{"name":"IPX_MAXSIZE","features":[17]},{"name":"IPX_MAX_ADAPTER_NUM","features":[17]},{"name":"IPX_NETNUM_DATA","features":[17]},{"name":"IPX_PTYPE","features":[17]},{"name":"IPX_RECEIVE_BROADCAST","features":[17]},{"name":"IPX_RECVHDR","features":[17]},{"name":"IPX_RERIPNETNUMBER","features":[17]},{"name":"IPX_SPXCONNSTATUS_DATA","features":[17]},{"name":"IPX_SPXGETCONNECTIONSTATUS","features":[17]},{"name":"IPX_STOPFILTERPTYPE","features":[17]},{"name":"IP_ADD_IFLIST","features":[17]},{"name":"IP_ADD_MEMBERSHIP","features":[17]},{"name":"IP_ADD_SOURCE_MEMBERSHIP","features":[17]},{"name":"IP_BLOCK_SOURCE","features":[17]},{"name":"IP_DEFAULT_MULTICAST_LOOP","features":[17]},{"name":"IP_DEFAULT_MULTICAST_TTL","features":[17]},{"name":"IP_DEL_IFLIST","features":[17]},{"name":"IP_DONTFRAGMENT","features":[17]},{"name":"IP_DROP_MEMBERSHIP","features":[17]},{"name":"IP_DROP_SOURCE_MEMBERSHIP","features":[17]},{"name":"IP_ECN","features":[17]},{"name":"IP_GET_IFLIST","features":[17]},{"name":"IP_HDRINCL","features":[17]},{"name":"IP_HOPLIMIT","features":[17]},{"name":"IP_IFLIST","features":[17]},{"name":"IP_MAX_MEMBERSHIPS","features":[17]},{"name":"IP_MREQ","features":[17]},{"name":"IP_MREQ_SOURCE","features":[17]},{"name":"IP_MSFILTER","features":[17]},{"name":"IP_MTU","features":[17]},{"name":"IP_MTU_DISCOVER","features":[17]},{"name":"IP_MULTICAST_IF","features":[17]},{"name":"IP_MULTICAST_LOOP","features":[17]},{"name":"IP_MULTICAST_TTL","features":[17]},{"name":"IP_NRT_INTERFACE","features":[17]},{"name":"IP_OPTIONS","features":[17]},{"name":"IP_OPTION_TIMESTAMP_ADDRESS","features":[17]},{"name":"IP_OPTION_TIMESTAMP_FLAGS","features":[17]},{"name":"IP_OPTION_TIMESTAMP_ONLY","features":[17]},{"name":"IP_OPTION_TIMESTAMP_SPECIFIC_ADDRESS","features":[17]},{"name":"IP_OPT_EOL","features":[17]},{"name":"IP_OPT_LSRR","features":[17]},{"name":"IP_OPT_MULTIDEST","features":[17]},{"name":"IP_OPT_NOP","features":[17]},{"name":"IP_OPT_ROUTER_ALERT","features":[17]},{"name":"IP_OPT_RR","features":[17]},{"name":"IP_OPT_SECURITY","features":[17]},{"name":"IP_OPT_SID","features":[17]},{"name":"IP_OPT_SSRR","features":[17]},{"name":"IP_OPT_TS","features":[17]},{"name":"IP_ORIGINAL_ARRIVAL_IF","features":[17]},{"name":"IP_PKTINFO","features":[17]},{"name":"IP_PKTINFO_EX","features":[17]},{"name":"IP_PMTUDISC_DO","features":[17]},{"name":"IP_PMTUDISC_DONT","features":[17]},{"name":"IP_PMTUDISC_MAX","features":[17]},{"name":"IP_PMTUDISC_NOT_SET","features":[17]},{"name":"IP_PMTUDISC_PROBE","features":[17]},{"name":"IP_PROTECTION_LEVEL","features":[17]},{"name":"IP_RECEIVE_BROADCAST","features":[17]},{"name":"IP_RECVDSTADDR","features":[17]},{"name":"IP_RECVECN","features":[17]},{"name":"IP_RECVERR","features":[17]},{"name":"IP_RECVIF","features":[17]},{"name":"IP_RECVRTHDR","features":[17]},{"name":"IP_RECVTCLASS","features":[17]},{"name":"IP_RECVTOS","features":[17]},{"name":"IP_RECVTTL","features":[17]},{"name":"IP_RTHDR","features":[17]},{"name":"IP_TCLASS","features":[17]},{"name":"IP_TOS","features":[17]},{"name":"IP_TTL","features":[17]},{"name":"IP_UNBLOCK_SOURCE","features":[17]},{"name":"IP_UNICAST_IF","features":[17]},{"name":"IP_UNSPECIFIED_HOP_LIMIT","features":[17]},{"name":"IP_UNSPECIFIED_TYPE_OF_SERVICE","features":[17]},{"name":"IP_UNSPECIFIED_USER_MTU","features":[17]},{"name":"IP_USER_MTU","features":[17]},{"name":"IP_VER_MASK","features":[17]},{"name":"IP_WFP_REDIRECT_CONTEXT","features":[17]},{"name":"IP_WFP_REDIRECT_RECORDS","features":[17]},{"name":"IRDA_PROTO_SOCK_STREAM","features":[17]},{"name":"IRLMP_9WIRE_MODE","features":[17]},{"name":"IRLMP_DISCOVERY_MODE","features":[17]},{"name":"IRLMP_ENUMDEVICES","features":[17]},{"name":"IRLMP_EXCLUSIVE_MODE","features":[17]},{"name":"IRLMP_IAS_QUERY","features":[17]},{"name":"IRLMP_IAS_SET","features":[17]},{"name":"IRLMP_IRLPT_MODE","features":[17]},{"name":"IRLMP_PARAMETERS","features":[17]},{"name":"IRLMP_SEND_PDU_LEN","features":[17]},{"name":"IRLMP_SHARP_MODE","features":[17]},{"name":"IRLMP_TINYTP_MODE","features":[17]},{"name":"ISOPROTO_CLNP","features":[17]},{"name":"ISOPROTO_CLTP","features":[17]},{"name":"ISOPROTO_ESIS","features":[17]},{"name":"ISOPROTO_INACT_NL","features":[17]},{"name":"ISOPROTO_INTRAISIS","features":[17]},{"name":"ISOPROTO_TP","features":[17]},{"name":"ISOPROTO_TP0","features":[17]},{"name":"ISOPROTO_TP1","features":[17]},{"name":"ISOPROTO_TP2","features":[17]},{"name":"ISOPROTO_TP3","features":[17]},{"name":"ISOPROTO_TP4","features":[17]},{"name":"ISOPROTO_X25","features":[17]},{"name":"ISO_EXP_DATA_NUSE","features":[17]},{"name":"ISO_EXP_DATA_USE","features":[17]},{"name":"ISO_HIERARCHICAL","features":[17]},{"name":"ISO_MAX_ADDR_LENGTH","features":[17]},{"name":"ISO_NON_HIERARCHICAL","features":[17]},{"name":"InetNtopW","features":[17]},{"name":"InetPtonW","features":[17]},{"name":"IpDadStateDeprecated","features":[17]},{"name":"IpDadStateDuplicate","features":[17]},{"name":"IpDadStateInvalid","features":[17]},{"name":"IpDadStatePreferred","features":[17]},{"name":"IpDadStateTentative","features":[17]},{"name":"IpPrefixOriginDhcp","features":[17]},{"name":"IpPrefixOriginManual","features":[17]},{"name":"IpPrefixOriginOther","features":[17]},{"name":"IpPrefixOriginRouterAdvertisement","features":[17]},{"name":"IpPrefixOriginUnchanged","features":[17]},{"name":"IpPrefixOriginWellKnown","features":[17]},{"name":"IpSuffixOriginDhcp","features":[17]},{"name":"IpSuffixOriginLinkLayerAddress","features":[17]},{"name":"IpSuffixOriginManual","features":[17]},{"name":"IpSuffixOriginOther","features":[17]},{"name":"IpSuffixOriginRandom","features":[17]},{"name":"IpSuffixOriginUnchanged","features":[17]},{"name":"IpSuffixOriginWellKnown","features":[17]},{"name":"JL_BOTH","features":[17]},{"name":"JL_RECEIVER_ONLY","features":[17]},{"name":"JL_SENDER_ONLY","features":[17]},{"name":"LAYERED_PROTOCOL","features":[17]},{"name":"LINGER","features":[17]},{"name":"LITTLEENDIAN","features":[17]},{"name":"LM_BAUD_115200","features":[17]},{"name":"LM_BAUD_1152K","features":[17]},{"name":"LM_BAUD_1200","features":[17]},{"name":"LM_BAUD_16M","features":[17]},{"name":"LM_BAUD_19200","features":[17]},{"name":"LM_BAUD_2400","features":[17]},{"name":"LM_BAUD_38400","features":[17]},{"name":"LM_BAUD_4M","features":[17]},{"name":"LM_BAUD_57600","features":[17]},{"name":"LM_BAUD_576K","features":[17]},{"name":"LM_BAUD_9600","features":[17]},{"name":"LM_HB1_Computer","features":[17]},{"name":"LM_HB1_Fax","features":[17]},{"name":"LM_HB1_LANAccess","features":[17]},{"name":"LM_HB1_Modem","features":[17]},{"name":"LM_HB1_PDA_Palmtop","features":[17]},{"name":"LM_HB1_PnP","features":[17]},{"name":"LM_HB1_Printer","features":[17]},{"name":"LM_HB2_FileServer","features":[17]},{"name":"LM_HB2_Telephony","features":[17]},{"name":"LM_HB_Extension","features":[17]},{"name":"LM_IRPARMS","features":[17]},{"name":"LOG2_BITS_PER_BYTE","features":[17]},{"name":"LPBLOCKINGCALLBACK","features":[3,17]},{"name":"LPCONDITIONPROC","features":[17]},{"name":"LPFN_ACCEPTEX","features":[3,17,8]},{"name":"LPFN_CONNECTEX","features":[3,17,8]},{"name":"LPFN_DISCONNECTEX","features":[3,17,8]},{"name":"LPFN_GETACCEPTEXSOCKADDRS","features":[17]},{"name":"LPFN_NSPAPI","features":[17]},{"name":"LPFN_RIOCLOSECOMPLETIONQUEUE","features":[17]},{"name":"LPFN_RIOCREATECOMPLETIONQUEUE","features":[3,17]},{"name":"LPFN_RIOCREATEREQUESTQUEUE","features":[17]},{"name":"LPFN_RIODEQUEUECOMPLETION","features":[17]},{"name":"LPFN_RIODEREGISTERBUFFER","features":[17]},{"name":"LPFN_RIONOTIFY","features":[17]},{"name":"LPFN_RIORECEIVE","features":[3,17]},{"name":"LPFN_RIORECEIVEEX","features":[17]},{"name":"LPFN_RIOREGISTERBUFFER","features":[17]},{"name":"LPFN_RIORESIZECOMPLETIONQUEUE","features":[3,17]},{"name":"LPFN_RIORESIZEREQUESTQUEUE","features":[3,17]},{"name":"LPFN_RIOSEND","features":[3,17]},{"name":"LPFN_RIOSENDEX","features":[3,17]},{"name":"LPFN_TRANSMITFILE","features":[3,17,8]},{"name":"LPFN_TRANSMITPACKETS","features":[3,17,8]},{"name":"LPFN_WSAPOLL","features":[17]},{"name":"LPFN_WSARECVMSG","features":[3,17,8]},{"name":"LPFN_WSASENDMSG","features":[3,17,8]},{"name":"LPLOOKUPSERVICE_COMPLETION_ROUTINE","features":[3,17,8]},{"name":"LPNSPCLEANUP","features":[17]},{"name":"LPNSPGETSERVICECLASSINFO","features":[17]},{"name":"LPNSPINSTALLSERVICECLASS","features":[17]},{"name":"LPNSPIOCTL","features":[3,17,8]},{"name":"LPNSPLOOKUPSERVICEBEGIN","features":[3,17,43]},{"name":"LPNSPLOOKUPSERVICEEND","features":[3,17]},{"name":"LPNSPLOOKUPSERVICENEXT","features":[3,17,43]},{"name":"LPNSPREMOVESERVICECLASS","features":[17]},{"name":"LPNSPSETSERVICE","features":[17,43]},{"name":"LPNSPSTARTUP","features":[3,17,43,8]},{"name":"LPNSPV2CLEANUP","features":[17]},{"name":"LPNSPV2CLIENTSESSIONRUNDOWN","features":[17]},{"name":"LPNSPV2LOOKUPSERVICEBEGIN","features":[3,17,43]},{"name":"LPNSPV2LOOKUPSERVICEEND","features":[3,17]},{"name":"LPNSPV2LOOKUPSERVICENEXTEX","features":[3,17,43]},{"name":"LPNSPV2SETSERVICEEX","features":[3,17,43]},{"name":"LPNSPV2STARTUP","features":[17]},{"name":"LPSERVICE_CALLBACK_PROC","features":[3,17]},{"name":"LPWPUCLOSEEVENT","features":[3,17]},{"name":"LPWPUCLOSESOCKETHANDLE","features":[17]},{"name":"LPWPUCLOSETHREAD","features":[3,17]},{"name":"LPWPUCOMPLETEOVERLAPPEDREQUEST","features":[3,17,8]},{"name":"LPWPUCREATEEVENT","features":[17]},{"name":"LPWPUCREATESOCKETHANDLE","features":[17]},{"name":"LPWPUFDISSET","features":[17]},{"name":"LPWPUGETPROVIDERPATH","features":[17]},{"name":"LPWPUMODIFYIFSHANDLE","features":[17]},{"name":"LPWPUOPENCURRENTTHREAD","features":[3,17]},{"name":"LPWPUPOSTMESSAGE","features":[3,17]},{"name":"LPWPUQUERYBLOCKINGCALLBACK","features":[3,17]},{"name":"LPWPUQUERYSOCKETHANDLECONTEXT","features":[17]},{"name":"LPWPUQUEUEAPC","features":[3,17]},{"name":"LPWPURESETEVENT","features":[3,17]},{"name":"LPWPUSETEVENT","features":[3,17]},{"name":"LPWSAOVERLAPPED_COMPLETION_ROUTINE","features":[3,17,8]},{"name":"LPWSAUSERAPC","features":[17]},{"name":"LPWSCDEINSTALLPROVIDER","features":[17]},{"name":"LPWSCENABLENSPROVIDER","features":[3,17]},{"name":"LPWSCENUMPROTOCOLS","features":[17]},{"name":"LPWSCGETPROVIDERPATH","features":[17]},{"name":"LPWSCINSTALLNAMESPACE","features":[17]},{"name":"LPWSCINSTALLPROVIDER","features":[17]},{"name":"LPWSCUNINSTALLNAMESPACE","features":[17]},{"name":"LPWSCUPDATEPROVIDER","features":[17]},{"name":"LPWSCWRITENAMESPACEORDER","features":[17]},{"name":"LPWSCWRITEPROVIDERORDER","features":[17]},{"name":"LPWSPACCEPT","features":[17]},{"name":"LPWSPADDRESSTOSTRING","features":[17]},{"name":"LPWSPASYNCSELECT","features":[3,17]},{"name":"LPWSPBIND","features":[17]},{"name":"LPWSPCANCELBLOCKINGCALL","features":[17]},{"name":"LPWSPCLEANUP","features":[17]},{"name":"LPWSPCLOSESOCKET","features":[17]},{"name":"LPWSPCONNECT","features":[17]},{"name":"LPWSPDUPLICATESOCKET","features":[17]},{"name":"LPWSPENUMNETWORKEVENTS","features":[3,17]},{"name":"LPWSPEVENTSELECT","features":[17]},{"name":"LPWSPGETOVERLAPPEDRESULT","features":[3,17,8]},{"name":"LPWSPGETPEERNAME","features":[17]},{"name":"LPWSPGETQOSBYNAME","features":[3,17]},{"name":"LPWSPGETSOCKNAME","features":[17]},{"name":"LPWSPGETSOCKOPT","features":[17]},{"name":"LPWSPIOCTL","features":[3,17,8]},{"name":"LPWSPJOINLEAF","features":[17]},{"name":"LPWSPLISTEN","features":[17]},{"name":"LPWSPRECV","features":[3,17,8]},{"name":"LPWSPRECVDISCONNECT","features":[17]},{"name":"LPWSPRECVFROM","features":[3,17,8]},{"name":"LPWSPSELECT","features":[17]},{"name":"LPWSPSEND","features":[3,17,8]},{"name":"LPWSPSENDDISCONNECT","features":[17]},{"name":"LPWSPSENDTO","features":[3,17,8]},{"name":"LPWSPSETSOCKOPT","features":[17]},{"name":"LPWSPSHUTDOWN","features":[17]},{"name":"LPWSPSOCKET","features":[17]},{"name":"LPWSPSTARTUP","features":[3,17,8]},{"name":"LPWSPSTRINGTOADDRESS","features":[17]},{"name":"LSP_CRYPTO_COMPRESS","features":[17]},{"name":"LSP_FIREWALL","features":[17]},{"name":"LSP_INBOUND_MODIFY","features":[17]},{"name":"LSP_INSPECTOR","features":[17]},{"name":"LSP_LOCAL_CACHE","features":[17]},{"name":"LSP_OUTBOUND_MODIFY","features":[17]},{"name":"LSP_PROXY","features":[17]},{"name":"LSP_REDIRECTOR","features":[17]},{"name":"LSP_SYSTEM","features":[17]},{"name":"LUP_ADDRCONFIG","features":[17]},{"name":"LUP_API_ANSI","features":[17]},{"name":"LUP_CONTAINERS","features":[17]},{"name":"LUP_DEEP","features":[17]},{"name":"LUP_DISABLE_IDN_ENCODING","features":[17]},{"name":"LUP_DNS_ONLY","features":[17]},{"name":"LUP_DUAL_ADDR","features":[17]},{"name":"LUP_EXCLUSIVE_CUSTOM_SERVERS","features":[17]},{"name":"LUP_EXTENDED_QUERYSET","features":[17]},{"name":"LUP_FILESERVER","features":[17]},{"name":"LUP_FLUSHCACHE","features":[17]},{"name":"LUP_FLUSHPREVIOUS","features":[17]},{"name":"LUP_FORCE_CLEAR_TEXT","features":[17]},{"name":"LUP_NEAREST","features":[17]},{"name":"LUP_NOCONTAINERS","features":[17]},{"name":"LUP_NON_AUTHORITATIVE","features":[17]},{"name":"LUP_REQUIRE_SECURE","features":[17]},{"name":"LUP_RESOLUTION_HANDLE","features":[17]},{"name":"LUP_RES_SERVICE","features":[17]},{"name":"LUP_RETURN_ADDR","features":[17]},{"name":"LUP_RETURN_ALIASES","features":[17]},{"name":"LUP_RETURN_ALL","features":[17]},{"name":"LUP_RETURN_BLOB","features":[17]},{"name":"LUP_RETURN_COMMENT","features":[17]},{"name":"LUP_RETURN_NAME","features":[17]},{"name":"LUP_RETURN_PREFERRED_NAMES","features":[17]},{"name":"LUP_RETURN_QUERY_STRING","features":[17]},{"name":"LUP_RETURN_RESPONSE_FLAGS","features":[17]},{"name":"LUP_RETURN_TTL","features":[17]},{"name":"LUP_RETURN_TYPE","features":[17]},{"name":"LUP_RETURN_VERSION","features":[17]},{"name":"LUP_SECURE","features":[17]},{"name":"LUP_SECURE_WITH_FALLBACK","features":[17]},{"name":"LinkLocalAlwaysOff","features":[17]},{"name":"LinkLocalAlwaysOn","features":[17]},{"name":"LinkLocalDelayed","features":[17]},{"name":"LinkLocalUnchanged","features":[17]},{"name":"LmCharSetASCII","features":[17]},{"name":"LmCharSetISO_8859_1","features":[17]},{"name":"LmCharSetISO_8859_2","features":[17]},{"name":"LmCharSetISO_8859_3","features":[17]},{"name":"LmCharSetISO_8859_4","features":[17]},{"name":"LmCharSetISO_8859_5","features":[17]},{"name":"LmCharSetISO_8859_6","features":[17]},{"name":"LmCharSetISO_8859_7","features":[17]},{"name":"LmCharSetISO_8859_8","features":[17]},{"name":"LmCharSetISO_8859_9","features":[17]},{"name":"LmCharSetUNICODE","features":[17]},{"name":"MAXGETHOSTSTRUCT","features":[17]},{"name":"MAX_IPV4_HLEN","features":[17]},{"name":"MAX_IPV4_PACKET","features":[17]},{"name":"MAX_IPV6_PAYLOAD","features":[17]},{"name":"MAX_MCAST_TTL","features":[17]},{"name":"MAX_PROTOCOL_CHAIN","features":[17]},{"name":"MAX_WINDOW_INCREMENT_PERCENTAGE","features":[17]},{"name":"MCAST_BLOCK_SOURCE","features":[17]},{"name":"MCAST_EXCLUDE","features":[17]},{"name":"MCAST_INCLUDE","features":[17]},{"name":"MCAST_JOIN_GROUP","features":[17]},{"name":"MCAST_JOIN_SOURCE_GROUP","features":[17]},{"name":"MCAST_LEAVE_GROUP","features":[17]},{"name":"MCAST_LEAVE_SOURCE_GROUP","features":[17]},{"name":"MCAST_UNBLOCK_SOURCE","features":[17]},{"name":"MIB_IPPROTO_BBN","features":[17]},{"name":"MIB_IPPROTO_BGP","features":[17]},{"name":"MIB_IPPROTO_CISCO","features":[17]},{"name":"MIB_IPPROTO_DHCP","features":[17]},{"name":"MIB_IPPROTO_DVMRP","features":[17]},{"name":"MIB_IPPROTO_EGP","features":[17]},{"name":"MIB_IPPROTO_EIGRP","features":[17]},{"name":"MIB_IPPROTO_ES_IS","features":[17]},{"name":"MIB_IPPROTO_GGP","features":[17]},{"name":"MIB_IPPROTO_HELLO","features":[17]},{"name":"MIB_IPPROTO_ICMP","features":[17]},{"name":"MIB_IPPROTO_IDPR","features":[17]},{"name":"MIB_IPPROTO_IS_IS","features":[17]},{"name":"MIB_IPPROTO_LOCAL","features":[17]},{"name":"MIB_IPPROTO_NETMGMT","features":[17]},{"name":"MIB_IPPROTO_NT_AUTOSTATIC","features":[17]},{"name":"MIB_IPPROTO_NT_STATIC","features":[17]},{"name":"MIB_IPPROTO_NT_STATIC_NON_DOD","features":[17]},{"name":"MIB_IPPROTO_OSPF","features":[17]},{"name":"MIB_IPPROTO_OTHER","features":[17]},{"name":"MIB_IPPROTO_RIP","features":[17]},{"name":"MIB_IPPROTO_RPL","features":[17]},{"name":"MIT_GUID","features":[17]},{"name":"MIT_IF_LUID","features":[17]},{"name":"MLDV2_QUERY_HEADER","features":[17]},{"name":"MLDV2_REPORT_HEADER","features":[17]},{"name":"MLDV2_REPORT_RECORD_HEADER","features":[17]},{"name":"MLD_HEADER","features":[17]},{"name":"MLD_MAX_RESP_CODE_TYPE","features":[17]},{"name":"MLD_MAX_RESP_CODE_TYPE_FLOAT","features":[17]},{"name":"MLD_MAX_RESP_CODE_TYPE_NORMAL","features":[17]},{"name":"MSG_BCAST","features":[17]},{"name":"MSG_CTRUNC","features":[17]},{"name":"MSG_DONTROUTE","features":[17]},{"name":"MSG_ERRQUEUE","features":[17]},{"name":"MSG_INTERRUPT","features":[17]},{"name":"MSG_MAXIOVLEN","features":[17]},{"name":"MSG_MCAST","features":[17]},{"name":"MSG_OOB","features":[17]},{"name":"MSG_PARTIAL","features":[17]},{"name":"MSG_PEEK","features":[17]},{"name":"MSG_PUSH_IMMEDIATE","features":[17]},{"name":"MSG_TRUNC","features":[17]},{"name":"MSG_WAITALL","features":[17]},{"name":"MULTICAST_MODE_TYPE","features":[17]},{"name":"NAPI_DOMAIN_DESCRIPTION_BLOB","features":[17]},{"name":"NAPI_PROVIDER_INSTALLATION_BLOB","features":[17]},{"name":"NAPI_PROVIDER_LEVEL","features":[17]},{"name":"NAPI_PROVIDER_TYPE","features":[17]},{"name":"ND_NA_FLAG_OVERRIDE","features":[17]},{"name":"ND_NA_FLAG_ROUTER","features":[17]},{"name":"ND_NA_FLAG_SOLICITED","features":[17]},{"name":"ND_NEIGHBOR_ADVERT_HEADER","features":[17]},{"name":"ND_NEIGHBOR_SOLICIT_HEADER","features":[17]},{"name":"ND_OPTION_DNSSL","features":[17]},{"name":"ND_OPTION_HDR","features":[17]},{"name":"ND_OPTION_MTU","features":[17]},{"name":"ND_OPTION_PREFIX_INFO","features":[17]},{"name":"ND_OPTION_RDNSS","features":[17]},{"name":"ND_OPTION_RD_HDR","features":[17]},{"name":"ND_OPTION_ROUTE_INFO","features":[17]},{"name":"ND_OPTION_TYPE","features":[17]},{"name":"ND_OPT_ADVERTISEMENT_INTERVAL","features":[17]},{"name":"ND_OPT_DNSSL","features":[17]},{"name":"ND_OPT_DNSSL_MIN_LEN","features":[17]},{"name":"ND_OPT_HOME_AGENT_INFORMATION","features":[17]},{"name":"ND_OPT_MTU","features":[17]},{"name":"ND_OPT_NBMA_SHORTCUT_LIMIT","features":[17]},{"name":"ND_OPT_PI_FLAG_AUTO","features":[17]},{"name":"ND_OPT_PI_FLAG_ONLINK","features":[17]},{"name":"ND_OPT_PI_FLAG_ROUTE","features":[17]},{"name":"ND_OPT_PI_FLAG_ROUTER_ADDR","features":[17]},{"name":"ND_OPT_PI_FLAG_SITE_PREFIX","features":[17]},{"name":"ND_OPT_PREFIX_INFORMATION","features":[17]},{"name":"ND_OPT_RDNSS","features":[17]},{"name":"ND_OPT_RDNSS_MIN_LEN","features":[17]},{"name":"ND_OPT_REDIRECTED_HEADER","features":[17]},{"name":"ND_OPT_RI_FLAG_PREFERENCE","features":[17]},{"name":"ND_OPT_ROUTE_INFO","features":[17]},{"name":"ND_OPT_SOURCE_ADDR_LIST","features":[17]},{"name":"ND_OPT_SOURCE_LINKADDR","features":[17]},{"name":"ND_OPT_TARGET_ADDR_LIST","features":[17]},{"name":"ND_OPT_TARGET_LINKADDR","features":[17]},{"name":"ND_RA_FLAG_HOME_AGENT","features":[17]},{"name":"ND_RA_FLAG_MANAGED","features":[17]},{"name":"ND_RA_FLAG_OTHER","features":[17]},{"name":"ND_RA_FLAG_PREFERENCE","features":[17]},{"name":"ND_REDIRECT_HEADER","features":[17]},{"name":"ND_ROUTER_ADVERT_HEADER","features":[17]},{"name":"ND_ROUTER_SOLICIT_HEADER","features":[17]},{"name":"NETBIOS_GROUP_NAME","features":[17]},{"name":"NETBIOS_NAME_LENGTH","features":[17]},{"name":"NETBIOS_TYPE_QUICK_GROUP","features":[17]},{"name":"NETBIOS_TYPE_QUICK_UNIQUE","features":[17]},{"name":"NETBIOS_UNIQUE_NAME","features":[17]},{"name":"NETRESOURCE2A","features":[17]},{"name":"NETRESOURCE2W","features":[17]},{"name":"NI_DGRAM","features":[17]},{"name":"NI_MAXHOST","features":[17]},{"name":"NI_MAXSERV","features":[17]},{"name":"NI_NAMEREQD","features":[17]},{"name":"NI_NOFQDN","features":[17]},{"name":"NI_NUMERICHOST","features":[17]},{"name":"NI_NUMERICSERV","features":[17]},{"name":"NLA_802_1X_LOCATION","features":[17]},{"name":"NLA_ALLUSERS_NETWORK","features":[17]},{"name":"NLA_BLOB","features":[17]},{"name":"NLA_BLOB_DATA_TYPE","features":[17]},{"name":"NLA_CONNECTIVITY","features":[17]},{"name":"NLA_CONNECTIVITY_TYPE","features":[17]},{"name":"NLA_FRIENDLY_NAME","features":[17]},{"name":"NLA_ICS","features":[17]},{"name":"NLA_INTERFACE","features":[17]},{"name":"NLA_INTERNET","features":[17]},{"name":"NLA_INTERNET_NO","features":[17]},{"name":"NLA_INTERNET_UNKNOWN","features":[17]},{"name":"NLA_INTERNET_YES","features":[17]},{"name":"NLA_NAMESPACE_GUID","features":[17]},{"name":"NLA_NETWORK_AD_HOC","features":[17]},{"name":"NLA_NETWORK_MANAGED","features":[17]},{"name":"NLA_NETWORK_UNKNOWN","features":[17]},{"name":"NLA_NETWORK_UNMANAGED","features":[17]},{"name":"NLA_RAW_DATA","features":[17]},{"name":"NLA_SERVICE_CLASS_GUID","features":[17]},{"name":"NL_ADDRESS_TYPE","features":[17]},{"name":"NL_BANDWIDTH_FLAG","features":[17]},{"name":"NL_BANDWIDTH_INFORMATION","features":[3,17]},{"name":"NL_DAD_STATE","features":[17]},{"name":"NL_INTERFACE_NETWORK_CATEGORY_STATE","features":[17]},{"name":"NL_INTERFACE_OFFLOAD_ROD","features":[17]},{"name":"NL_LINK_LOCAL_ADDRESS_BEHAVIOR","features":[17]},{"name":"NL_NEIGHBOR_STATE","features":[17]},{"name":"NL_NETWORK_CATEGORY","features":[17]},{"name":"NL_NETWORK_CONNECTIVITY_COST_HINT","features":[17]},{"name":"NL_NETWORK_CONNECTIVITY_HINT","features":[3,17]},{"name":"NL_NETWORK_CONNECTIVITY_LEVEL_HINT","features":[17]},{"name":"NL_PATH_BANDWIDTH_ROD","features":[3,17]},{"name":"NL_PREFIX_ORIGIN","features":[17]},{"name":"NL_ROUTER_DISCOVERY_BEHAVIOR","features":[17]},{"name":"NL_ROUTE_ORIGIN","features":[17]},{"name":"NL_ROUTE_PROTOCOL","features":[17]},{"name":"NL_SUFFIX_ORIGIN","features":[17]},{"name":"NPI_MODULEID","features":[3,17]},{"name":"NPI_MODULEID_TYPE","features":[17]},{"name":"NSPROTO_IPX","features":[17]},{"name":"NSPROTO_SPX","features":[17]},{"name":"NSPROTO_SPXII","features":[17]},{"name":"NSPV2_ROUTINE","features":[3,17,43]},{"name":"NSP_NOTIFY_APC","features":[17]},{"name":"NSP_NOTIFY_EVENT","features":[17]},{"name":"NSP_NOTIFY_HWND","features":[17]},{"name":"NSP_NOTIFY_IMMEDIATELY","features":[17]},{"name":"NSP_NOTIFY_PORT","features":[17]},{"name":"NSP_ROUTINE","features":[3,17,43,8]},{"name":"NSTYPE_DYNAMIC","features":[17]},{"name":"NSTYPE_ENUMERABLE","features":[17]},{"name":"NSTYPE_HIERARCHICAL","features":[17]},{"name":"NSTYPE_WORKGROUP","features":[17]},{"name":"NS_ALL","features":[17]},{"name":"NS_DEFAULT","features":[17]},{"name":"NS_DHCP","features":[17]},{"name":"NS_DNS","features":[17]},{"name":"NS_EMAIL","features":[17]},{"name":"NS_INFOA","features":[17]},{"name":"NS_INFOW","features":[17]},{"name":"NS_LOCALNAME","features":[17]},{"name":"NS_MS","features":[17]},{"name":"NS_NBP","features":[17]},{"name":"NS_NDS","features":[17]},{"name":"NS_NETBT","features":[17]},{"name":"NS_NETDES","features":[17]},{"name":"NS_NIS","features":[17]},{"name":"NS_NISPLUS","features":[17]},{"name":"NS_NLA","features":[17]},{"name":"NS_NTDS","features":[17]},{"name":"NS_PEER_BROWSE","features":[17]},{"name":"NS_SAP","features":[17]},{"name":"NS_SERVICE_INFOA","features":[17,43]},{"name":"NS_SERVICE_INFOW","features":[17,43]},{"name":"NS_SLP","features":[17]},{"name":"NS_STDA","features":[17]},{"name":"NS_TCPIP_HOSTS","features":[17]},{"name":"NS_TCPIP_LOCAL","features":[17]},{"name":"NS_VNS","features":[17]},{"name":"NS_WINS","features":[17]},{"name":"NS_WRQ","features":[17]},{"name":"NS_X500","features":[17]},{"name":"NetworkCategoryDomainAuthenticated","features":[17]},{"name":"NetworkCategoryPrivate","features":[17]},{"name":"NetworkCategoryPublic","features":[17]},{"name":"NetworkCategoryUnchanged","features":[17]},{"name":"NetworkCategoryUnknown","features":[17]},{"name":"NetworkConnectivityCostHintFixed","features":[17]},{"name":"NetworkConnectivityCostHintUnknown","features":[17]},{"name":"NetworkConnectivityCostHintUnrestricted","features":[17]},{"name":"NetworkConnectivityCostHintVariable","features":[17]},{"name":"NetworkConnectivityLevelHintConstrainedInternetAccess","features":[17]},{"name":"NetworkConnectivityLevelHintHidden","features":[17]},{"name":"NetworkConnectivityLevelHintInternetAccess","features":[17]},{"name":"NetworkConnectivityLevelHintLocalAccess","features":[17]},{"name":"NetworkConnectivityLevelHintNone","features":[17]},{"name":"NetworkConnectivityLevelHintUnknown","features":[17]},{"name":"NlatAnycast","features":[17]},{"name":"NlatBroadcast","features":[17]},{"name":"NlatInvalid","features":[17]},{"name":"NlatMulticast","features":[17]},{"name":"NlatUnicast","features":[17]},{"name":"NlatUnspecified","features":[17]},{"name":"NlbwDisabled","features":[17]},{"name":"NlbwEnabled","features":[17]},{"name":"NlbwUnchanged","features":[17]},{"name":"NldsDeprecated","features":[17]},{"name":"NldsDuplicate","features":[17]},{"name":"NldsInvalid","features":[17]},{"name":"NldsPreferred","features":[17]},{"name":"NldsTentative","features":[17]},{"name":"NlincCategoryStateMax","features":[17]},{"name":"NlincCategoryUnknown","features":[17]},{"name":"NlincDomainAuthenticated","features":[17]},{"name":"NlincPrivate","features":[17]},{"name":"NlincPublic","features":[17]},{"name":"NlnsDelay","features":[17]},{"name":"NlnsIncomplete","features":[17]},{"name":"NlnsMaximum","features":[17]},{"name":"NlnsPermanent","features":[17]},{"name":"NlnsProbe","features":[17]},{"name":"NlnsReachable","features":[17]},{"name":"NlnsStale","features":[17]},{"name":"NlnsUnreachable","features":[17]},{"name":"Nlro6to4","features":[17]},{"name":"NlroDHCP","features":[17]},{"name":"NlroManual","features":[17]},{"name":"NlroRouterAdvertisement","features":[17]},{"name":"NlroWellKnown","features":[17]},{"name":"NlsoDhcp","features":[17]},{"name":"NlsoLinkLayerAddress","features":[17]},{"name":"NlsoManual","features":[17]},{"name":"NlsoOther","features":[17]},{"name":"NlsoRandom","features":[17]},{"name":"NlsoWellKnown","features":[17]},{"name":"PFL_HIDDEN","features":[17]},{"name":"PFL_MATCHES_PROTOCOL_ZERO","features":[17]},{"name":"PFL_MULTIPLE_PROTO_ENTRIES","features":[17]},{"name":"PFL_NETWORKDIRECT_PROVIDER","features":[17]},{"name":"PFL_RECOMMENDED_PROTO_ENTRY","features":[17]},{"name":"PF_APPLETALK","features":[17]},{"name":"PF_ATM","features":[17]},{"name":"PF_BAN","features":[17]},{"name":"PF_CCITT","features":[17]},{"name":"PF_CHAOS","features":[17]},{"name":"PF_DATAKIT","features":[17]},{"name":"PF_DECnet","features":[17]},{"name":"PF_DLI","features":[17]},{"name":"PF_ECMA","features":[17]},{"name":"PF_FIREFOX","features":[17]},{"name":"PF_HYLINK","features":[17]},{"name":"PF_IMPLINK","features":[17]},{"name":"PF_IPX","features":[17]},{"name":"PF_IRDA","features":[17]},{"name":"PF_ISO","features":[17]},{"name":"PF_LAT","features":[17]},{"name":"PF_MAX","features":[17]},{"name":"PF_NS","features":[17]},{"name":"PF_OSI","features":[17]},{"name":"PF_PUP","features":[17]},{"name":"PF_SNA","features":[17]},{"name":"PF_UNIX","features":[17]},{"name":"PF_UNKNOWN1","features":[17]},{"name":"PF_VOICEVIEW","features":[17]},{"name":"PI_ALLOWED","features":[17]},{"name":"PI_NUMBER_NOT_AVAILABLE","features":[17]},{"name":"PI_RESTRICTED","features":[17]},{"name":"PMTUD_STATE","features":[17]},{"name":"POLLERR","features":[17]},{"name":"POLLHUP","features":[17]},{"name":"POLLIN","features":[17]},{"name":"POLLNVAL","features":[17]},{"name":"POLLOUT","features":[17]},{"name":"POLLPRI","features":[17]},{"name":"POLLRDBAND","features":[17]},{"name":"POLLRDNORM","features":[17]},{"name":"POLLWRBAND","features":[17]},{"name":"POLLWRNORM","features":[17]},{"name":"PRIORITY_STATUS","features":[17]},{"name":"PROP_ADDRESSES","features":[17]},{"name":"PROP_ALL","features":[17]},{"name":"PROP_COMMENT","features":[17]},{"name":"PROP_DISPLAY_HINT","features":[17]},{"name":"PROP_LOCALE","features":[17]},{"name":"PROP_MACHINE","features":[17]},{"name":"PROP_SD","features":[17]},{"name":"PROP_START_TIME","features":[17]},{"name":"PROP_VERSION","features":[17]},{"name":"PROTECTION_LEVEL_DEFAULT","features":[17]},{"name":"PROTECTION_LEVEL_EDGERESTRICTED","features":[17]},{"name":"PROTECTION_LEVEL_RESTRICTED","features":[17]},{"name":"PROTECTION_LEVEL_UNRESTRICTED","features":[17]},{"name":"PROTOCOL_INFOA","features":[17]},{"name":"PROTOCOL_INFOW","features":[17]},{"name":"PROTOENT","features":[17]},{"name":"PROTO_IP_BBN","features":[17]},{"name":"PROTO_IP_BGP","features":[17]},{"name":"PROTO_IP_CISCO","features":[17]},{"name":"PROTO_IP_DHCP","features":[17]},{"name":"PROTO_IP_DVMRP","features":[17]},{"name":"PROTO_IP_EGP","features":[17]},{"name":"PROTO_IP_EIGRP","features":[17]},{"name":"PROTO_IP_ES_IS","features":[17]},{"name":"PROTO_IP_GGP","features":[17]},{"name":"PROTO_IP_HELLO","features":[17]},{"name":"PROTO_IP_ICMP","features":[17]},{"name":"PROTO_IP_IDPR","features":[17]},{"name":"PROTO_IP_IS_IS","features":[17]},{"name":"PROTO_IP_LOCAL","features":[17]},{"name":"PROTO_IP_NETMGMT","features":[17]},{"name":"PROTO_IP_NT_AUTOSTATIC","features":[17]},{"name":"PROTO_IP_NT_STATIC","features":[17]},{"name":"PROTO_IP_NT_STATIC_NON_DOD","features":[17]},{"name":"PROTO_IP_OSPF","features":[17]},{"name":"PROTO_IP_OTHER","features":[17]},{"name":"PROTO_IP_RIP","features":[17]},{"name":"PROTO_IP_RPL","features":[17]},{"name":"PVD_CONFIG","features":[17]},{"name":"ProcessSocketNotifications","features":[3,17,8]},{"name":"ProviderInfoAudit","features":[17]},{"name":"ProviderInfoLspCategories","features":[17]},{"name":"ProviderLevel_None","features":[17]},{"name":"ProviderLevel_Primary","features":[17]},{"name":"ProviderLevel_Secondary","features":[17]},{"name":"ProviderType_Application","features":[17]},{"name":"ProviderType_Service","features":[17]},{"name":"Q2931_IE","features":[17]},{"name":"Q2931_IE_TYPE","features":[17]},{"name":"QOS","features":[17]},{"name":"QOS_CLASS0","features":[17]},{"name":"QOS_CLASS1","features":[17]},{"name":"QOS_CLASS2","features":[17]},{"name":"QOS_CLASS3","features":[17]},{"name":"QOS_CLASS4","features":[17]},{"name":"RCVALL_IF","features":[17]},{"name":"RCVALL_IPLEVEL","features":[17]},{"name":"RCVALL_OFF","features":[17]},{"name":"RCVALL_ON","features":[17]},{"name":"RCVALL_SOCKETLEVELONLY","features":[17]},{"name":"RCVALL_VALUE","features":[17]},{"name":"REAL_TIME_NOTIFICATION_CAPABILITY","features":[17]},{"name":"REAL_TIME_NOTIFICATION_CAPABILITY_EX","features":[17]},{"name":"REAL_TIME_NOTIFICATION_SETTING_INPUT","features":[17]},{"name":"REAL_TIME_NOTIFICATION_SETTING_INPUT_EX","features":[3,17]},{"name":"REAL_TIME_NOTIFICATION_SETTING_OUTPUT","features":[17]},{"name":"RESOURCEDISPLAYTYPE_DOMAIN","features":[17]},{"name":"RESOURCEDISPLAYTYPE_FILE","features":[17]},{"name":"RESOURCEDISPLAYTYPE_GENERIC","features":[17]},{"name":"RESOURCEDISPLAYTYPE_GROUP","features":[17]},{"name":"RESOURCEDISPLAYTYPE_SERVER","features":[17]},{"name":"RESOURCEDISPLAYTYPE_SHARE","features":[17]},{"name":"RESOURCEDISPLAYTYPE_TREE","features":[17]},{"name":"RESOURCE_DISPLAY_TYPE","features":[17]},{"name":"RESULT_IS_ADDED","features":[17]},{"name":"RESULT_IS_ALIAS","features":[17]},{"name":"RESULT_IS_CHANGED","features":[17]},{"name":"RESULT_IS_DELETED","features":[17]},{"name":"RES_FIND_MULTIPLE","features":[17]},{"name":"RES_FLUSH_CACHE","features":[17]},{"name":"RES_SERVICE","features":[17]},{"name":"RES_SOFT_SEARCH","features":[17]},{"name":"RES_UNUSED_1","features":[17]},{"name":"RIORESULT","features":[17]},{"name":"RIO_BUF","features":[17]},{"name":"RIO_BUFFERID","features":[17]},{"name":"RIO_CMSG_BUFFER","features":[17]},{"name":"RIO_CORRUPT_CQ","features":[17]},{"name":"RIO_CQ","features":[17]},{"name":"RIO_EVENT_COMPLETION","features":[17]},{"name":"RIO_EXTENSION_FUNCTION_TABLE","features":[3,17]},{"name":"RIO_IOCP_COMPLETION","features":[17]},{"name":"RIO_MAX_CQ_SIZE","features":[17]},{"name":"RIO_MSG_COMMIT_ONLY","features":[17]},{"name":"RIO_MSG_DEFER","features":[17]},{"name":"RIO_MSG_DONT_NOTIFY","features":[17]},{"name":"RIO_MSG_WAITALL","features":[17]},{"name":"RIO_NOTIFICATION_COMPLETION","features":[3,17]},{"name":"RIO_NOTIFICATION_COMPLETION_TYPE","features":[17]},{"name":"RIO_RQ","features":[17]},{"name":"RM_ADD_RECEIVE_IF","features":[17]},{"name":"RM_DEL_RECEIVE_IF","features":[17]},{"name":"RM_FEC_INFO","features":[3,17]},{"name":"RM_FLUSHCACHE","features":[17]},{"name":"RM_HIGH_SPEED_INTRANET_OPT","features":[17]},{"name":"RM_LATEJOIN","features":[17]},{"name":"RM_OPTIONSBASE","features":[17]},{"name":"RM_RATE_WINDOW_SIZE","features":[17]},{"name":"RM_RECEIVER_STATISTICS","features":[17]},{"name":"RM_RECEIVER_STATS","features":[17]},{"name":"RM_SENDER_STATISTICS","features":[17]},{"name":"RM_SENDER_STATS","features":[17]},{"name":"RM_SENDER_WINDOW_ADVANCE_METHOD","features":[17]},{"name":"RM_SEND_WINDOW","features":[17]},{"name":"RM_SEND_WINDOW_ADV_RATE","features":[17]},{"name":"RM_SET_MCAST_TTL","features":[17]},{"name":"RM_SET_MESSAGE_BOUNDARY","features":[17]},{"name":"RM_SET_SEND_IF","features":[17]},{"name":"RM_USE_FEC","features":[17]},{"name":"RNRSERVICE_DELETE","features":[17]},{"name":"RNRSERVICE_DEREGISTER","features":[17]},{"name":"RNRSERVICE_REGISTER","features":[17]},{"name":"RSS_SCALABILITY_INFO","features":[3,17]},{"name":"RouteProtocolBbn","features":[17]},{"name":"RouteProtocolBgp","features":[17]},{"name":"RouteProtocolCisco","features":[17]},{"name":"RouteProtocolDhcp","features":[17]},{"name":"RouteProtocolDvmrp","features":[17]},{"name":"RouteProtocolEgp","features":[17]},{"name":"RouteProtocolEigrp","features":[17]},{"name":"RouteProtocolEsIs","features":[17]},{"name":"RouteProtocolGgp","features":[17]},{"name":"RouteProtocolHello","features":[17]},{"name":"RouteProtocolIcmp","features":[17]},{"name":"RouteProtocolIdpr","features":[17]},{"name":"RouteProtocolIsIs","features":[17]},{"name":"RouteProtocolLocal","features":[17]},{"name":"RouteProtocolNetMgmt","features":[17]},{"name":"RouteProtocolOspf","features":[17]},{"name":"RouteProtocolOther","features":[17]},{"name":"RouteProtocolRip","features":[17]},{"name":"RouteProtocolRpl","features":[17]},{"name":"RouterDiscoveryDhcp","features":[17]},{"name":"RouterDiscoveryDisabled","features":[17]},{"name":"RouterDiscoveryEnabled","features":[17]},{"name":"RouterDiscoveryUnchanged","features":[17]},{"name":"RtlEthernetAddressToStringA","features":[17]},{"name":"RtlEthernetAddressToStringW","features":[17]},{"name":"RtlEthernetStringToAddressA","features":[17]},{"name":"RtlEthernetStringToAddressW","features":[17]},{"name":"RtlIpv4AddressToStringA","features":[17]},{"name":"RtlIpv4AddressToStringExA","features":[17]},{"name":"RtlIpv4AddressToStringExW","features":[17]},{"name":"RtlIpv4AddressToStringW","features":[17]},{"name":"RtlIpv4StringToAddressA","features":[3,17]},{"name":"RtlIpv4StringToAddressExA","features":[3,17]},{"name":"RtlIpv4StringToAddressExW","features":[3,17]},{"name":"RtlIpv4StringToAddressW","features":[3,17]},{"name":"RtlIpv6AddressToStringA","features":[17]},{"name":"RtlIpv6AddressToStringExA","features":[17]},{"name":"RtlIpv6AddressToStringExW","features":[17]},{"name":"RtlIpv6AddressToStringW","features":[17]},{"name":"RtlIpv6StringToAddressA","features":[17]},{"name":"RtlIpv6StringToAddressExA","features":[17]},{"name":"RtlIpv6StringToAddressExW","features":[17]},{"name":"RtlIpv6StringToAddressW","features":[17]},{"name":"SAP_FIELD_ABSENT","features":[17]},{"name":"SAP_FIELD_ANY","features":[17]},{"name":"SAP_FIELD_ANY_AESA_REST","features":[17]},{"name":"SAP_FIELD_ANY_AESA_SEL","features":[17]},{"name":"SCOPE_ID","features":[17]},{"name":"SCOPE_LEVEL","features":[17]},{"name":"SD_BOTH","features":[17]},{"name":"SD_RECEIVE","features":[17]},{"name":"SD_SEND","features":[17]},{"name":"SECURITY_PROTOCOL_NONE","features":[17]},{"name":"SENDER_DEFAULT_LATE_JOINER_PERCENTAGE","features":[17]},{"name":"SENDER_DEFAULT_RATE_KBITS_PER_SEC","features":[17]},{"name":"SENDER_DEFAULT_WINDOW_ADV_PERCENTAGE","features":[17]},{"name":"SENDER_MAX_LATE_JOINER_PERCENTAGE","features":[17]},{"name":"SEND_RECV_FLAGS","features":[17]},{"name":"SERVENT","features":[17]},{"name":"SERVENT","features":[17]},{"name":"SERVICE_ADDRESS","features":[17]},{"name":"SERVICE_ADDRESSES","features":[17]},{"name":"SERVICE_ADDRESS_FLAG_RPC_CN","features":[17]},{"name":"SERVICE_ADDRESS_FLAG_RPC_DG","features":[17]},{"name":"SERVICE_ADDRESS_FLAG_RPC_NB","features":[17]},{"name":"SERVICE_ADD_TYPE","features":[17]},{"name":"SERVICE_ASYNC_INFO","features":[3,17]},{"name":"SERVICE_DELETE_TYPE","features":[17]},{"name":"SERVICE_DEREGISTER","features":[17]},{"name":"SERVICE_FLAG_DEFER","features":[17]},{"name":"SERVICE_FLAG_HARD","features":[17]},{"name":"SERVICE_FLUSH","features":[17]},{"name":"SERVICE_INFOA","features":[17,43]},{"name":"SERVICE_INFOW","features":[17,43]},{"name":"SERVICE_LOCAL","features":[17]},{"name":"SERVICE_MULTIPLE","features":[17]},{"name":"SERVICE_REGISTER","features":[17]},{"name":"SERVICE_RESOURCE","features":[17]},{"name":"SERVICE_SERVICE","features":[17]},{"name":"SERVICE_TYPE_INFO","features":[17]},{"name":"SERVICE_TYPE_INFO_ABSA","features":[17]},{"name":"SERVICE_TYPE_INFO_ABSW","features":[17]},{"name":"SERVICE_TYPE_VALUE","features":[17]},{"name":"SERVICE_TYPE_VALUE_ABSA","features":[17]},{"name":"SERVICE_TYPE_VALUE_ABSW","features":[17]},{"name":"SERVICE_TYPE_VALUE_CONN","features":[17]},{"name":"SERVICE_TYPE_VALUE_CONNA","features":[17]},{"name":"SERVICE_TYPE_VALUE_CONNW","features":[17]},{"name":"SERVICE_TYPE_VALUE_IPXPORTA","features":[17]},{"name":"SERVICE_TYPE_VALUE_IPXPORTW","features":[17]},{"name":"SERVICE_TYPE_VALUE_OBJECTID","features":[17]},{"name":"SERVICE_TYPE_VALUE_OBJECTIDA","features":[17]},{"name":"SERVICE_TYPE_VALUE_OBJECTIDW","features":[17]},{"name":"SERVICE_TYPE_VALUE_SAPID","features":[17]},{"name":"SERVICE_TYPE_VALUE_SAPIDA","features":[17]},{"name":"SERVICE_TYPE_VALUE_SAPIDW","features":[17]},{"name":"SERVICE_TYPE_VALUE_TCPPORT","features":[17]},{"name":"SERVICE_TYPE_VALUE_TCPPORTA","features":[17]},{"name":"SERVICE_TYPE_VALUE_TCPPORTW","features":[17]},{"name":"SERVICE_TYPE_VALUE_UDPPORT","features":[17]},{"name":"SERVICE_TYPE_VALUE_UDPPORTA","features":[17]},{"name":"SERVICE_TYPE_VALUE_UDPPORTW","features":[17]},{"name":"SET_SERVICE_OPERATION","features":[17]},{"name":"SET_SERVICE_PARTIAL_SUCCESS","features":[17]},{"name":"SG_CONSTRAINED_GROUP","features":[17]},{"name":"SG_UNCONSTRAINED_GROUP","features":[17]},{"name":"SIOCATMARK","features":[17]},{"name":"SIOCGHIWAT","features":[17]},{"name":"SIOCGLOWAT","features":[17]},{"name":"SIOCSHIWAT","features":[17]},{"name":"SIOCSLOWAT","features":[17]},{"name":"SIO_ABSORB_RTRALERT","features":[17]},{"name":"SIO_ACQUIRE_PORT_RESERVATION","features":[17]},{"name":"SIO_ADDRESS_LIST_CHANGE","features":[17]},{"name":"SIO_ADDRESS_LIST_QUERY","features":[17]},{"name":"SIO_ADDRESS_LIST_SORT","features":[17]},{"name":"SIO_AF_UNIX_GETPEERPID","features":[17]},{"name":"SIO_AF_UNIX_SETBINDPARENTPATH","features":[17]},{"name":"SIO_AF_UNIX_SETCONNPARENTPATH","features":[17]},{"name":"SIO_APPLY_TRANSPORT_SETTING","features":[17]},{"name":"SIO_ASSOCIATE_HANDLE","features":[17]},{"name":"SIO_ASSOCIATE_PORT_RESERVATION","features":[17]},{"name":"SIO_ASSOCIATE_PVC","features":[17]},{"name":"SIO_BASE_HANDLE","features":[17]},{"name":"SIO_BSP_HANDLE","features":[17]},{"name":"SIO_BSP_HANDLE_POLL","features":[17]},{"name":"SIO_BSP_HANDLE_SELECT","features":[17]},{"name":"SIO_CPU_AFFINITY","features":[17]},{"name":"SIO_DELETE_PEER_TARGET_NAME","features":[17]},{"name":"SIO_ENABLE_CIRCULAR_QUEUEING","features":[17]},{"name":"SIO_EXT_POLL","features":[17]},{"name":"SIO_EXT_SELECT","features":[17]},{"name":"SIO_EXT_SENDMSG","features":[17]},{"name":"SIO_FIND_ROUTE","features":[17]},{"name":"SIO_FLUSH","features":[17]},{"name":"SIO_GET_ATM_ADDRESS","features":[17]},{"name":"SIO_GET_ATM_CONNECTION_ID","features":[17]},{"name":"SIO_GET_BROADCAST_ADDRESS","features":[17]},{"name":"SIO_GET_EXTENSION_FUNCTION_POINTER","features":[17]},{"name":"SIO_GET_GROUP_QOS","features":[17]},{"name":"SIO_GET_MULTIPLE_EXTENSION_FUNCTION_POINTER","features":[17]},{"name":"SIO_GET_NUMBER_OF_ATM_DEVICES","features":[17]},{"name":"SIO_GET_QOS","features":[17]},{"name":"SIO_GET_TX_TIMESTAMP","features":[17]},{"name":"SIO_INDEX_ADD_MCAST","features":[17]},{"name":"SIO_INDEX_BIND","features":[17]},{"name":"SIO_INDEX_DEL_MCAST","features":[17]},{"name":"SIO_INDEX_MCASTIF","features":[17]},{"name":"SIO_KEEPALIVE_VALS","features":[17]},{"name":"SIO_LIMIT_BROADCASTS","features":[17]},{"name":"SIO_LOOPBACK_FAST_PATH","features":[17]},{"name":"SIO_MULTICAST_SCOPE","features":[17]},{"name":"SIO_MULTIPOINT_LOOPBACK","features":[17]},{"name":"SIO_NSP_NOTIFY_CHANGE","features":[17]},{"name":"SIO_PRIORITY_HINT","features":[17]},{"name":"SIO_QUERY_RSS_PROCESSOR_INFO","features":[17]},{"name":"SIO_QUERY_RSS_SCALABILITY_INFO","features":[17]},{"name":"SIO_QUERY_SECURITY","features":[17]},{"name":"SIO_QUERY_TARGET_PNP_HANDLE","features":[17]},{"name":"SIO_QUERY_TRANSPORT_SETTING","features":[17]},{"name":"SIO_QUERY_WFP_ALE_ENDPOINT_HANDLE","features":[17]},{"name":"SIO_QUERY_WFP_CONNECTION_REDIRECT_CONTEXT","features":[17]},{"name":"SIO_QUERY_WFP_CONNECTION_REDIRECT_RECORDS","features":[17]},{"name":"SIO_RCVALL","features":[17]},{"name":"SIO_RCVALL_IF","features":[17]},{"name":"SIO_RCVALL_IGMPMCAST","features":[17]},{"name":"SIO_RCVALL_MCAST","features":[17]},{"name":"SIO_RCVALL_MCAST_IF","features":[17]},{"name":"SIO_RELEASE_PORT_RESERVATION","features":[17]},{"name":"SIO_RESERVED_1","features":[17]},{"name":"SIO_RESERVED_2","features":[17]},{"name":"SIO_ROUTING_INTERFACE_CHANGE","features":[17]},{"name":"SIO_ROUTING_INTERFACE_QUERY","features":[17]},{"name":"SIO_SET_COMPATIBILITY_MODE","features":[17]},{"name":"SIO_SET_GROUP_QOS","features":[17]},{"name":"SIO_SET_PEER_TARGET_NAME","features":[17]},{"name":"SIO_SET_PRIORITY_HINT","features":[17]},{"name":"SIO_SET_QOS","features":[17]},{"name":"SIO_SET_SECURITY","features":[17]},{"name":"SIO_SET_WFP_CONNECTION_REDIRECT_RECORDS","features":[17]},{"name":"SIO_SOCKET_CLOSE_NOTIFY","features":[17]},{"name":"SIO_SOCKET_USAGE_NOTIFICATION","features":[17]},{"name":"SIO_TCP_INFO","features":[17]},{"name":"SIO_TCP_INITIAL_RTO","features":[17]},{"name":"SIO_TCP_SET_ACK_FREQUENCY","features":[17]},{"name":"SIO_TCP_SET_ICW","features":[17]},{"name":"SIO_TIMESTAMPING","features":[17]},{"name":"SIO_TRANSLATE_HANDLE","features":[17]},{"name":"SIO_UCAST_IF","features":[17]},{"name":"SIO_UDP_CONNRESET","features":[17]},{"name":"SIO_UDP_NETRESET","features":[17]},{"name":"SIZEOF_IP_OPT_ROUTERALERT","features":[17]},{"name":"SIZEOF_IP_OPT_ROUTING_HEADER","features":[17]},{"name":"SIZEOF_IP_OPT_SECURITY","features":[17]},{"name":"SIZEOF_IP_OPT_STREAMIDENTIFIER","features":[17]},{"name":"SIZEOF_IP_OPT_TIMESTAMP_HEADER","features":[17]},{"name":"SI_NETWORK","features":[17]},{"name":"SI_USER_FAILED","features":[17]},{"name":"SI_USER_NOT_SCREENED","features":[17]},{"name":"SI_USER_PASSED","features":[17]},{"name":"SNAP_CONTROL","features":[17]},{"name":"SNAP_DSAP","features":[17]},{"name":"SNAP_HEADER","features":[17]},{"name":"SNAP_OUI","features":[17]},{"name":"SNAP_SSAP","features":[17]},{"name":"SOCKADDR","features":[17]},{"name":"SOCKADDR_ATM","features":[17]},{"name":"SOCKADDR_DL","features":[17]},{"name":"SOCKADDR_IN","features":[17]},{"name":"SOCKADDR_IN6","features":[17]},{"name":"SOCKADDR_IN6_PAIR","features":[17]},{"name":"SOCKADDR_IN6_W2KSP1","features":[17]},{"name":"SOCKADDR_INET","features":[17]},{"name":"SOCKADDR_IPX","features":[17]},{"name":"SOCKADDR_IRDA","features":[17]},{"name":"SOCKADDR_NB","features":[17]},{"name":"SOCKADDR_STORAGE","features":[17]},{"name":"SOCKADDR_STORAGE_XP","features":[17]},{"name":"SOCKADDR_TP","features":[17]},{"name":"SOCKADDR_UN","features":[17]},{"name":"SOCKADDR_VNS","features":[17]},{"name":"SOCKET","features":[17]},{"name":"SOCKET_ADDRESS","features":[17]},{"name":"SOCKET_ADDRESS_LIST","features":[17]},{"name":"SOCKET_DEFAULT2_QM_POLICY","features":[17]},{"name":"SOCKET_ERROR","features":[17]},{"name":"SOCKET_INFO_CONNECTION_ENCRYPTED","features":[17]},{"name":"SOCKET_INFO_CONNECTION_IMPERSONATED","features":[17]},{"name":"SOCKET_INFO_CONNECTION_SECURED","features":[17]},{"name":"SOCKET_PEER_TARGET_NAME","features":[17]},{"name":"SOCKET_PRIORITY_HINT","features":[17]},{"name":"SOCKET_PROCESSOR_AFFINITY","features":[17,9]},{"name":"SOCKET_QUERY_IPSEC2_ABORT_CONNECTION_ON_FIELD_CHANGE","features":[17]},{"name":"SOCKET_QUERY_IPSEC2_FIELD_MASK_MM_SA_ID","features":[17]},{"name":"SOCKET_QUERY_IPSEC2_FIELD_MASK_QM_SA_ID","features":[17]},{"name":"SOCKET_SECURITY_PROTOCOL","features":[17]},{"name":"SOCKET_SECURITY_PROTOCOL_DEFAULT","features":[17]},{"name":"SOCKET_SECURITY_PROTOCOL_INVALID","features":[17]},{"name":"SOCKET_SECURITY_PROTOCOL_IPSEC","features":[17]},{"name":"SOCKET_SECURITY_PROTOCOL_IPSEC2","features":[17]},{"name":"SOCKET_SECURITY_QUERY_INFO","features":[17]},{"name":"SOCKET_SECURITY_QUERY_INFO_IPSEC2","features":[17]},{"name":"SOCKET_SECURITY_QUERY_TEMPLATE","features":[17]},{"name":"SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2","features":[17]},{"name":"SOCKET_SECURITY_SETTINGS","features":[17]},{"name":"SOCKET_SECURITY_SETTINGS_IPSEC","features":[17]},{"name":"SOCKET_SETTINGS_ALLOW_INSECURE","features":[17]},{"name":"SOCKET_SETTINGS_GUARANTEE_ENCRYPTION","features":[17]},{"name":"SOCKET_SETTINGS_IPSEC_ALLOW_FIRST_INBOUND_PKT_UNENCRYPTED","features":[17]},{"name":"SOCKET_SETTINGS_IPSEC_OPTIONAL_PEER_NAME_VERIFICATION","features":[17]},{"name":"SOCKET_SETTINGS_IPSEC_PEER_NAME_IS_RAW_FORMAT","features":[17]},{"name":"SOCKET_SETTINGS_IPSEC_SKIP_FILTER_INSTANTIATION","features":[17]},{"name":"SOCKET_USAGE_TYPE","features":[17]},{"name":"SOCK_DGRAM","features":[17]},{"name":"SOCK_NOTIFY_EVENT_ERR","features":[17]},{"name":"SOCK_NOTIFY_EVENT_HANGUP","features":[17]},{"name":"SOCK_NOTIFY_EVENT_IN","features":[17]},{"name":"SOCK_NOTIFY_EVENT_OUT","features":[17]},{"name":"SOCK_NOTIFY_EVENT_REMOVE","features":[17]},{"name":"SOCK_NOTIFY_OP_DISABLE","features":[17]},{"name":"SOCK_NOTIFY_OP_ENABLE","features":[17]},{"name":"SOCK_NOTIFY_OP_NONE","features":[17]},{"name":"SOCK_NOTIFY_OP_REMOVE","features":[17]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_HANGUP","features":[17]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_IN","features":[17]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_NONE","features":[17]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_OUT","features":[17]},{"name":"SOCK_NOTIFY_REGISTRATION","features":[17]},{"name":"SOCK_NOTIFY_TRIGGER_EDGE","features":[17]},{"name":"SOCK_NOTIFY_TRIGGER_LEVEL","features":[17]},{"name":"SOCK_NOTIFY_TRIGGER_ONESHOT","features":[17]},{"name":"SOCK_NOTIFY_TRIGGER_PERSISTENT","features":[17]},{"name":"SOCK_RAW","features":[17]},{"name":"SOCK_RDM","features":[17]},{"name":"SOCK_SEQPACKET","features":[17]},{"name":"SOCK_STREAM","features":[17]},{"name":"SOL_IP","features":[17]},{"name":"SOL_IPV6","features":[17]},{"name":"SOL_IRLMP","features":[17]},{"name":"SOL_SOCKET","features":[17]},{"name":"SOMAXCONN","features":[17]},{"name":"SO_ACCEPTCONN","features":[17]},{"name":"SO_BROADCAST","features":[17]},{"name":"SO_BSP_STATE","features":[17]},{"name":"SO_COMPARTMENT_ID","features":[17]},{"name":"SO_CONDITIONAL_ACCEPT","features":[17]},{"name":"SO_CONNDATA","features":[17]},{"name":"SO_CONNDATALEN","features":[17]},{"name":"SO_CONNECT_TIME","features":[17]},{"name":"SO_CONNOPT","features":[17]},{"name":"SO_CONNOPTLEN","features":[17]},{"name":"SO_DEBUG","features":[17]},{"name":"SO_DISCDATA","features":[17]},{"name":"SO_DISCDATALEN","features":[17]},{"name":"SO_DISCOPT","features":[17]},{"name":"SO_DISCOPTLEN","features":[17]},{"name":"SO_DONTLINGER","features":[17]},{"name":"SO_DONTROUTE","features":[17]},{"name":"SO_ERROR","features":[17]},{"name":"SO_EXCLUSIVEADDRUSE","features":[17]},{"name":"SO_GROUP_ID","features":[17]},{"name":"SO_GROUP_PRIORITY","features":[17]},{"name":"SO_KEEPALIVE","features":[17]},{"name":"SO_LINGER","features":[17]},{"name":"SO_MAXDG","features":[17]},{"name":"SO_MAXPATHDG","features":[17]},{"name":"SO_MAX_MSG_SIZE","features":[17]},{"name":"SO_OOBINLINE","features":[17]},{"name":"SO_OPENTYPE","features":[17]},{"name":"SO_ORIGINAL_DST","features":[17]},{"name":"SO_PAUSE_ACCEPT","features":[17]},{"name":"SO_PORT_SCALABILITY","features":[17]},{"name":"SO_PROTOCOL_INFO","features":[17]},{"name":"SO_PROTOCOL_INFOA","features":[17]},{"name":"SO_PROTOCOL_INFOW","features":[17]},{"name":"SO_RANDOMIZE_PORT","features":[17]},{"name":"SO_RCVBUF","features":[17]},{"name":"SO_RCVLOWAT","features":[17]},{"name":"SO_RCVTIMEO","features":[17]},{"name":"SO_REUSEADDR","features":[17]},{"name":"SO_REUSE_MULTICASTPORT","features":[17]},{"name":"SO_REUSE_UNICASTPORT","features":[17]},{"name":"SO_SNDBUF","features":[17]},{"name":"SO_SNDLOWAT","features":[17]},{"name":"SO_SNDTIMEO","features":[17]},{"name":"SO_SYNCHRONOUS_ALERT","features":[17]},{"name":"SO_SYNCHRONOUS_NONALERT","features":[17]},{"name":"SO_TIMESTAMP","features":[17]},{"name":"SO_TIMESTAMP_ID","features":[17]},{"name":"SO_TYPE","features":[17]},{"name":"SO_UPDATE_ACCEPT_CONTEXT","features":[17]},{"name":"SO_UPDATE_CONNECT_CONTEXT","features":[17]},{"name":"SO_USELOOPBACK","features":[17]},{"name":"SYSTEM_CRITICAL_SOCKET","features":[17]},{"name":"ScopeLevelAdmin","features":[17]},{"name":"ScopeLevelCount","features":[17]},{"name":"ScopeLevelGlobal","features":[17]},{"name":"ScopeLevelInterface","features":[17]},{"name":"ScopeLevelLink","features":[17]},{"name":"ScopeLevelOrganization","features":[17]},{"name":"ScopeLevelSite","features":[17]},{"name":"ScopeLevelSubnet","features":[17]},{"name":"SetAddrInfoExA","features":[3,17,43,8]},{"name":"SetAddrInfoExW","features":[3,17,43,8]},{"name":"SetServiceA","features":[3,17,43]},{"name":"SetServiceW","features":[3,17,43]},{"name":"SetSocketMediaStreamingMode","features":[3,17]},{"name":"SocketMaximumPriorityHintType","features":[17]},{"name":"SocketPriorityHintLow","features":[17]},{"name":"SocketPriorityHintNormal","features":[17]},{"name":"SocketPriorityHintVeryLow","features":[17]},{"name":"TCPSTATE","features":[17]},{"name":"TCPSTATE_CLOSED","features":[17]},{"name":"TCPSTATE_CLOSE_WAIT","features":[17]},{"name":"TCPSTATE_CLOSING","features":[17]},{"name":"TCPSTATE_ESTABLISHED","features":[17]},{"name":"TCPSTATE_FIN_WAIT_1","features":[17]},{"name":"TCPSTATE_FIN_WAIT_2","features":[17]},{"name":"TCPSTATE_LAST_ACK","features":[17]},{"name":"TCPSTATE_LISTEN","features":[17]},{"name":"TCPSTATE_MAX","features":[17]},{"name":"TCPSTATE_SYN_RCVD","features":[17]},{"name":"TCPSTATE_SYN_SENT","features":[17]},{"name":"TCPSTATE_TIME_WAIT","features":[17]},{"name":"TCP_ACK_FREQUENCY_PARAMETERS","features":[17]},{"name":"TCP_ATMARK","features":[17]},{"name":"TCP_BSDURGENT","features":[17]},{"name":"TCP_CONGESTION_ALGORITHM","features":[17]},{"name":"TCP_DELAY_FIN_ACK","features":[17]},{"name":"TCP_EXPEDITED_1122","features":[17]},{"name":"TCP_FAIL_CONNECT_ON_ICMP_ERROR","features":[17]},{"name":"TCP_FASTOPEN","features":[17]},{"name":"TCP_HDR","features":[17]},{"name":"TCP_ICMP_ERROR_INFO","features":[17]},{"name":"TCP_ICW_LEVEL","features":[17]},{"name":"TCP_ICW_LEVEL_AGGRESSIVE","features":[17]},{"name":"TCP_ICW_LEVEL_COMPAT","features":[17]},{"name":"TCP_ICW_LEVEL_DEFAULT","features":[17]},{"name":"TCP_ICW_LEVEL_EXPERIMENTAL","features":[17]},{"name":"TCP_ICW_LEVEL_HIGH","features":[17]},{"name":"TCP_ICW_LEVEL_MAX","features":[17]},{"name":"TCP_ICW_LEVEL_VERY_HIGH","features":[17]},{"name":"TCP_ICW_PARAMETERS","features":[17]},{"name":"TCP_INFO_v0","features":[3,17]},{"name":"TCP_INFO_v1","features":[3,17]},{"name":"TCP_INITIAL_RTO_DEFAULT_MAX_SYN_RETRANSMISSIONS","features":[17]},{"name":"TCP_INITIAL_RTO_DEFAULT_RTT","features":[17]},{"name":"TCP_INITIAL_RTO_NO_SYN_RETRANSMISSIONS","features":[17]},{"name":"TCP_INITIAL_RTO_PARAMETERS","features":[17]},{"name":"TCP_INITIAL_RTO_UNSPECIFIED_MAX_SYN_RETRANSMISSIONS","features":[17]},{"name":"TCP_KEEPALIVE","features":[17]},{"name":"TCP_KEEPCNT","features":[17]},{"name":"TCP_KEEPIDLE","features":[17]},{"name":"TCP_KEEPINTVL","features":[17]},{"name":"TCP_MAXRT","features":[17]},{"name":"TCP_MAXRTMS","features":[17]},{"name":"TCP_MAXSEG","features":[17]},{"name":"TCP_NODELAY","features":[17]},{"name":"TCP_NOSYNRETRIES","features":[17]},{"name":"TCP_NOURG","features":[17]},{"name":"TCP_OFFLOAD_NOT_PREFERRED","features":[17]},{"name":"TCP_OFFLOAD_NO_PREFERENCE","features":[17]},{"name":"TCP_OFFLOAD_PREFERENCE","features":[17]},{"name":"TCP_OFFLOAD_PREFERRED","features":[17]},{"name":"TCP_OPT_FASTOPEN","features":[17]},{"name":"TCP_OPT_MSS","features":[17]},{"name":"TCP_OPT_SACK","features":[17]},{"name":"TCP_OPT_SACK_PERMITTED","features":[17]},{"name":"TCP_OPT_TS","features":[17]},{"name":"TCP_OPT_UNKNOWN","features":[17]},{"name":"TCP_OPT_WS","features":[17]},{"name":"TCP_STDURG","features":[17]},{"name":"TCP_TIMESTAMPS","features":[17]},{"name":"TF_DISCONNECT","features":[17]},{"name":"TF_REUSE_SOCKET","features":[17]},{"name":"TF_USE_DEFAULT_WORKER","features":[17]},{"name":"TF_USE_KERNEL_APC","features":[17]},{"name":"TF_USE_SYSTEM_THREAD","features":[17]},{"name":"TF_WRITE_BEHIND","features":[17]},{"name":"TH_ACK","features":[17]},{"name":"TH_CWR","features":[17]},{"name":"TH_ECE","features":[17]},{"name":"TH_FIN","features":[17]},{"name":"TH_NETDEV","features":[17]},{"name":"TH_OPT_EOL","features":[17]},{"name":"TH_OPT_FASTOPEN","features":[17]},{"name":"TH_OPT_MSS","features":[17]},{"name":"TH_OPT_NOP","features":[17]},{"name":"TH_OPT_SACK","features":[17]},{"name":"TH_OPT_SACK_PERMITTED","features":[17]},{"name":"TH_OPT_TS","features":[17]},{"name":"TH_OPT_WS","features":[17]},{"name":"TH_PSH","features":[17]},{"name":"TH_RST","features":[17]},{"name":"TH_SYN","features":[17]},{"name":"TH_TAPI","features":[17]},{"name":"TH_URG","features":[17]},{"name":"TIMESTAMPING_CONFIG","features":[17]},{"name":"TIMESTAMPING_FLAG_RX","features":[17]},{"name":"TIMESTAMPING_FLAG_TX","features":[17]},{"name":"TIMEVAL","features":[17]},{"name":"TNS_PLAN_CARRIER_ID_CODE","features":[17]},{"name":"TNS_TYPE_NATIONAL","features":[17]},{"name":"TP_DISCONNECT","features":[17]},{"name":"TP_ELEMENT_EOP","features":[17]},{"name":"TP_ELEMENT_FILE","features":[17]},{"name":"TP_ELEMENT_MEMORY","features":[17]},{"name":"TP_REUSE_SOCKET","features":[17]},{"name":"TP_USE_DEFAULT_WORKER","features":[17]},{"name":"TP_USE_KERNEL_APC","features":[17]},{"name":"TP_USE_SYSTEM_THREAD","features":[17]},{"name":"TRANSMIT_FILE_BUFFERS","features":[17]},{"name":"TRANSMIT_PACKETS_ELEMENT","features":[3,17]},{"name":"TRANSPORT_SETTING_ID","features":[17]},{"name":"TR_END_TO_END","features":[17]},{"name":"TR_NOIND","features":[17]},{"name":"TR_NO_END_TO_END","features":[17]},{"name":"TT_CBR","features":[17]},{"name":"TT_NOIND","features":[17]},{"name":"TT_VBR","features":[17]},{"name":"TUNNEL_SUB_TYPE","features":[17]},{"name":"TUNNEL_SUB_TYPE_CP","features":[17]},{"name":"TUNNEL_SUB_TYPE_HA","features":[17]},{"name":"TUNNEL_SUB_TYPE_IPTLS","features":[17]},{"name":"TUNNEL_SUB_TYPE_NONE","features":[17]},{"name":"TransmitFile","features":[3,17,8]},{"name":"UDP_CHECKSUM_COVERAGE","features":[17]},{"name":"UDP_COALESCED_INFO","features":[17]},{"name":"UDP_NOCHECKSUM","features":[17]},{"name":"UDP_RECV_MAX_COALESCED_SIZE","features":[17]},{"name":"UDP_SEND_MSG_SIZE","features":[17]},{"name":"UNIX_PATH_MAX","features":[17]},{"name":"UP_P2MP","features":[17]},{"name":"UP_P2P","features":[17]},{"name":"VLAN_TAG","features":[17]},{"name":"VNSPROTO_IPC","features":[17]},{"name":"VNSPROTO_RELIABLE_IPC","features":[17]},{"name":"VNSPROTO_SPP","features":[17]},{"name":"WCE_AF_IRDA","features":[17]},{"name":"WCE_DEVICELIST","features":[17]},{"name":"WCE_IRDA_DEVICE_INFO","features":[17]},{"name":"WCE_PF_IRDA","features":[17]},{"name":"WINDOWS_AF_IRDA","features":[17]},{"name":"WINDOWS_DEVICELIST","features":[17]},{"name":"WINDOWS_IAS_QUERY","features":[17]},{"name":"WINDOWS_IAS_SET","features":[17]},{"name":"WINDOWS_IRDA_DEVICE_INFO","features":[17]},{"name":"WINDOWS_PF_IRDA","features":[17]},{"name":"WINSOCK_SHUTDOWN_HOW","features":[17]},{"name":"WINSOCK_SOCKET_TYPE","features":[17]},{"name":"WPUCompleteOverlappedRequest","features":[3,17,8]},{"name":"WSAAccept","features":[17]},{"name":"WSAAddressToStringA","features":[17]},{"name":"WSAAddressToStringW","features":[17]},{"name":"WSAAdvertiseProvider","features":[3,17,43]},{"name":"WSAAsyncGetHostByAddr","features":[3,17]},{"name":"WSAAsyncGetHostByName","features":[3,17]},{"name":"WSAAsyncGetProtoByName","features":[3,17]},{"name":"WSAAsyncGetProtoByNumber","features":[3,17]},{"name":"WSAAsyncGetServByName","features":[3,17]},{"name":"WSAAsyncGetServByPort","features":[3,17]},{"name":"WSAAsyncSelect","features":[3,17]},{"name":"WSABASEERR","features":[17]},{"name":"WSABUF","features":[17]},{"name":"WSACOMPLETION","features":[3,17,8]},{"name":"WSACOMPLETIONTYPE","features":[17]},{"name":"WSACancelAsyncRequest","features":[3,17]},{"name":"WSACancelBlockingCall","features":[17]},{"name":"WSACleanup","features":[17]},{"name":"WSACloseEvent","features":[3,17]},{"name":"WSAConnect","features":[17]},{"name":"WSAConnectByList","features":[3,17,8]},{"name":"WSAConnectByNameA","features":[3,17,8]},{"name":"WSAConnectByNameW","features":[3,17,8]},{"name":"WSACreateEvent","features":[17]},{"name":"WSADATA","features":[17]},{"name":"WSADATA","features":[17]},{"name":"WSADESCRIPTION_LEN","features":[17]},{"name":"WSADeleteSocketPeerTargetName","features":[3,17,8]},{"name":"WSADuplicateSocketA","features":[17]},{"name":"WSADuplicateSocketW","features":[17]},{"name":"WSAEACCES","features":[17]},{"name":"WSAEADDRINUSE","features":[17]},{"name":"WSAEADDRNOTAVAIL","features":[17]},{"name":"WSAEAFNOSUPPORT","features":[17]},{"name":"WSAEALREADY","features":[17]},{"name":"WSAEBADF","features":[17]},{"name":"WSAECANCELLED","features":[17]},{"name":"WSAECOMPARATOR","features":[17]},{"name":"WSAECONNABORTED","features":[17]},{"name":"WSAECONNREFUSED","features":[17]},{"name":"WSAECONNRESET","features":[17]},{"name":"WSAEDESTADDRREQ","features":[17]},{"name":"WSAEDISCON","features":[17]},{"name":"WSAEDQUOT","features":[17]},{"name":"WSAEFAULT","features":[17]},{"name":"WSAEHOSTDOWN","features":[17]},{"name":"WSAEHOSTUNREACH","features":[17]},{"name":"WSAEINPROGRESS","features":[17]},{"name":"WSAEINTR","features":[17]},{"name":"WSAEINVAL","features":[17]},{"name":"WSAEINVALIDPROCTABLE","features":[17]},{"name":"WSAEINVALIDPROVIDER","features":[17]},{"name":"WSAEISCONN","features":[17]},{"name":"WSAELOOP","features":[17]},{"name":"WSAEMFILE","features":[17]},{"name":"WSAEMSGSIZE","features":[17]},{"name":"WSAENAMETOOLONG","features":[17]},{"name":"WSAENETDOWN","features":[17]},{"name":"WSAENETRESET","features":[17]},{"name":"WSAENETUNREACH","features":[17]},{"name":"WSAENOBUFS","features":[17]},{"name":"WSAENOMORE","features":[17]},{"name":"WSAENOPROTOOPT","features":[17]},{"name":"WSAENOTCONN","features":[17]},{"name":"WSAENOTEMPTY","features":[17]},{"name":"WSAENOTSOCK","features":[17]},{"name":"WSAEOPNOTSUPP","features":[17]},{"name":"WSAEPFNOSUPPORT","features":[17]},{"name":"WSAEPROCLIM","features":[17]},{"name":"WSAEPROTONOSUPPORT","features":[17]},{"name":"WSAEPROTOTYPE","features":[17]},{"name":"WSAEPROVIDERFAILEDINIT","features":[17]},{"name":"WSAEREFUSED","features":[17]},{"name":"WSAEREMOTE","features":[17]},{"name":"WSAESETSERVICEOP","features":[17]},{"name":"WSAESHUTDOWN","features":[17]},{"name":"WSAESOCKTNOSUPPORT","features":[17]},{"name":"WSAESTALE","features":[17]},{"name":"WSAETIMEDOUT","features":[17]},{"name":"WSAETOOMANYREFS","features":[17]},{"name":"WSAEUSERS","features":[17]},{"name":"WSAEVENT","features":[17]},{"name":"WSAEWOULDBLOCK","features":[17]},{"name":"WSAEnumNameSpaceProvidersA","features":[3,17]},{"name":"WSAEnumNameSpaceProvidersExA","features":[3,17,43]},{"name":"WSAEnumNameSpaceProvidersExW","features":[3,17,43]},{"name":"WSAEnumNameSpaceProvidersW","features":[3,17]},{"name":"WSAEnumNetworkEvents","features":[17]},{"name":"WSAEnumProtocolsA","features":[17]},{"name":"WSAEnumProtocolsW","features":[17]},{"name":"WSAEventSelect","features":[17]},{"name":"WSAGetLastError","features":[17]},{"name":"WSAGetOverlappedResult","features":[3,17,8]},{"name":"WSAGetQOSByName","features":[3,17]},{"name":"WSAGetServiceClassInfoA","features":[17]},{"name":"WSAGetServiceClassInfoW","features":[17]},{"name":"WSAGetServiceClassNameByClassIdA","features":[17]},{"name":"WSAGetServiceClassNameByClassIdW","features":[17]},{"name":"WSAHOST_NOT_FOUND","features":[17]},{"name":"WSAHtonl","features":[17]},{"name":"WSAHtons","features":[17]},{"name":"WSAID_ACCEPTEX","features":[17]},{"name":"WSAID_CONNECTEX","features":[17]},{"name":"WSAID_DISCONNECTEX","features":[17]},{"name":"WSAID_GETACCEPTEXSOCKADDRS","features":[17]},{"name":"WSAID_MULTIPLE_RIO","features":[17]},{"name":"WSAID_TRANSMITFILE","features":[17]},{"name":"WSAID_TRANSMITPACKETS","features":[17]},{"name":"WSAID_WSAPOLL","features":[17]},{"name":"WSAID_WSARECVMSG","features":[17]},{"name":"WSAID_WSASENDMSG","features":[17]},{"name":"WSAImpersonateSocketPeer","features":[17]},{"name":"WSAInstallServiceClassA","features":[17]},{"name":"WSAInstallServiceClassW","features":[17]},{"name":"WSAIoctl","features":[3,17,8]},{"name":"WSAIsBlocking","features":[3,17]},{"name":"WSAJoinLeaf","features":[17]},{"name":"WSALookupServiceBeginA","features":[3,17,43]},{"name":"WSALookupServiceBeginW","features":[3,17,43]},{"name":"WSALookupServiceEnd","features":[3,17]},{"name":"WSALookupServiceNextA","features":[3,17,43]},{"name":"WSALookupServiceNextW","features":[3,17,43]},{"name":"WSAMSG","features":[17]},{"name":"WSANAMESPACE_INFOA","features":[3,17]},{"name":"WSANAMESPACE_INFOEXA","features":[3,17,43]},{"name":"WSANAMESPACE_INFOEXW","features":[3,17,43]},{"name":"WSANAMESPACE_INFOW","features":[3,17]},{"name":"WSANETWORKEVENTS","features":[17]},{"name":"WSANOTINITIALISED","features":[17]},{"name":"WSANO_DATA","features":[17]},{"name":"WSANO_RECOVERY","features":[17]},{"name":"WSANSCLASSINFOA","features":[17]},{"name":"WSANSCLASSINFOW","features":[17]},{"name":"WSANSPIoctl","features":[3,17,8]},{"name":"WSANtohl","features":[17]},{"name":"WSANtohs","features":[17]},{"name":"WSAPOLLDATA","features":[17]},{"name":"WSAPOLLFD","features":[17]},{"name":"WSAPOLL_EVENT_FLAGS","features":[17]},{"name":"WSAPROTOCOLCHAIN","features":[17]},{"name":"WSAPROTOCOL_INFOA","features":[17]},{"name":"WSAPROTOCOL_INFOW","features":[17]},{"name":"WSAPROTOCOL_LEN","features":[17]},{"name":"WSAPoll","features":[17]},{"name":"WSAProviderCompleteAsyncCall","features":[3,17]},{"name":"WSAProviderConfigChange","features":[3,17,8]},{"name":"WSAQUERYSET2A","features":[17,43]},{"name":"WSAQUERYSET2W","features":[17,43]},{"name":"WSAQUERYSETA","features":[17,43]},{"name":"WSAQUERYSETW","features":[17,43]},{"name":"WSAQuerySocketSecurity","features":[3,17,8]},{"name":"WSARecv","features":[3,17,8]},{"name":"WSARecvDisconnect","features":[17]},{"name":"WSARecvEx","features":[17]},{"name":"WSARecvFrom","features":[3,17,8]},{"name":"WSARemoveServiceClass","features":[17]},{"name":"WSAResetEvent","features":[3,17]},{"name":"WSARevertImpersonation","features":[17]},{"name":"WSASENDMSG","features":[3,17,8]},{"name":"WSASERVICECLASSINFOA","features":[17]},{"name":"WSASERVICECLASSINFOW","features":[17]},{"name":"WSASERVICE_NOT_FOUND","features":[17]},{"name":"WSASYSCALLFAILURE","features":[17]},{"name":"WSASYSNOTREADY","features":[17]},{"name":"WSASYS_STATUS_LEN","features":[17]},{"name":"WSASend","features":[3,17,8]},{"name":"WSASendDisconnect","features":[17]},{"name":"WSASendMsg","features":[3,17,8]},{"name":"WSASendTo","features":[3,17,8]},{"name":"WSASetBlockingHook","features":[3,17]},{"name":"WSASetEvent","features":[3,17]},{"name":"WSASetLastError","features":[17]},{"name":"WSASetServiceA","features":[17,43]},{"name":"WSASetServiceW","features":[17,43]},{"name":"WSASetSocketPeerTargetName","features":[3,17,8]},{"name":"WSASetSocketSecurity","features":[3,17,8]},{"name":"WSASocketA","features":[17]},{"name":"WSASocketW","features":[17]},{"name":"WSAStartup","features":[17]},{"name":"WSAStringToAddressA","features":[17]},{"name":"WSAStringToAddressW","features":[17]},{"name":"WSATHREADID","features":[3,17]},{"name":"WSATRY_AGAIN","features":[17]},{"name":"WSATYPE_NOT_FOUND","features":[17]},{"name":"WSAUnadvertiseProvider","features":[17]},{"name":"WSAUnhookBlockingHook","features":[17]},{"name":"WSAVERNOTSUPPORTED","features":[17]},{"name":"WSAVERSION","features":[17]},{"name":"WSAWaitForMultipleEvents","features":[3,17]},{"name":"WSA_COMPATIBILITY_BEHAVIOR_ID","features":[17]},{"name":"WSA_COMPATIBILITY_MODE","features":[17]},{"name":"WSA_ERROR","features":[17]},{"name":"WSA_E_CANCELLED","features":[17]},{"name":"WSA_E_NO_MORE","features":[17]},{"name":"WSA_FLAG_ACCESS_SYSTEM_SECURITY","features":[17]},{"name":"WSA_FLAG_MULTIPOINT_C_LEAF","features":[17]},{"name":"WSA_FLAG_MULTIPOINT_C_ROOT","features":[17]},{"name":"WSA_FLAG_MULTIPOINT_D_LEAF","features":[17]},{"name":"WSA_FLAG_MULTIPOINT_D_ROOT","features":[17]},{"name":"WSA_FLAG_NO_HANDLE_INHERIT","features":[17]},{"name":"WSA_FLAG_OVERLAPPED","features":[17]},{"name":"WSA_FLAG_REGISTERED_IO","features":[17]},{"name":"WSA_INFINITE","features":[17]},{"name":"WSA_INVALID_EVENT","features":[17]},{"name":"WSA_INVALID_HANDLE","features":[17]},{"name":"WSA_INVALID_PARAMETER","features":[17]},{"name":"WSA_IO_INCOMPLETE","features":[17]},{"name":"WSA_IO_PENDING","features":[17]},{"name":"WSA_IPSEC_NAME_POLICY_ERROR","features":[17]},{"name":"WSA_MAXIMUM_WAIT_EVENTS","features":[17]},{"name":"WSA_NOT_ENOUGH_MEMORY","features":[17]},{"name":"WSA_OPERATION_ABORTED","features":[17]},{"name":"WSA_QOS_ADMISSION_FAILURE","features":[17]},{"name":"WSA_QOS_BAD_OBJECT","features":[17]},{"name":"WSA_QOS_BAD_STYLE","features":[17]},{"name":"WSA_QOS_EFILTERCOUNT","features":[17]},{"name":"WSA_QOS_EFILTERSTYLE","features":[17]},{"name":"WSA_QOS_EFILTERTYPE","features":[17]},{"name":"WSA_QOS_EFLOWCOUNT","features":[17]},{"name":"WSA_QOS_EFLOWDESC","features":[17]},{"name":"WSA_QOS_EFLOWSPEC","features":[17]},{"name":"WSA_QOS_EOBJLENGTH","features":[17]},{"name":"WSA_QOS_EPOLICYOBJ","features":[17]},{"name":"WSA_QOS_EPROVSPECBUF","features":[17]},{"name":"WSA_QOS_EPSFILTERSPEC","features":[17]},{"name":"WSA_QOS_EPSFLOWSPEC","features":[17]},{"name":"WSA_QOS_ESDMODEOBJ","features":[17]},{"name":"WSA_QOS_ESERVICETYPE","features":[17]},{"name":"WSA_QOS_ESHAPERATEOBJ","features":[17]},{"name":"WSA_QOS_EUNKOWNPSOBJ","features":[17]},{"name":"WSA_QOS_GENERIC_ERROR","features":[17]},{"name":"WSA_QOS_NO_RECEIVERS","features":[17]},{"name":"WSA_QOS_NO_SENDERS","features":[17]},{"name":"WSA_QOS_POLICY_FAILURE","features":[17]},{"name":"WSA_QOS_RECEIVERS","features":[17]},{"name":"WSA_QOS_REQUEST_CONFIRMED","features":[17]},{"name":"WSA_QOS_RESERVED_PETYPE","features":[17]},{"name":"WSA_QOS_SENDERS","features":[17]},{"name":"WSA_QOS_TRAFFIC_CTRL_ERROR","features":[17]},{"name":"WSA_SECURE_HOST_NOT_FOUND","features":[17]},{"name":"WSA_WAIT_EVENT_0","features":[17]},{"name":"WSA_WAIT_FAILED","features":[17]},{"name":"WSA_WAIT_IO_COMPLETION","features":[17]},{"name":"WSA_WAIT_TIMEOUT","features":[17]},{"name":"WSCDeinstallProvider","features":[17]},{"name":"WSCDeinstallProvider32","features":[17]},{"name":"WSCEnableNSProvider","features":[3,17]},{"name":"WSCEnableNSProvider32","features":[3,17]},{"name":"WSCEnumNameSpaceProviders32","features":[3,17]},{"name":"WSCEnumNameSpaceProvidersEx32","features":[3,17,43]},{"name":"WSCEnumProtocols","features":[17]},{"name":"WSCEnumProtocols32","features":[17]},{"name":"WSCGetApplicationCategory","features":[17]},{"name":"WSCGetProviderInfo","features":[17]},{"name":"WSCGetProviderInfo32","features":[17]},{"name":"WSCGetProviderPath","features":[17]},{"name":"WSCGetProviderPath32","features":[17]},{"name":"WSCInstallNameSpace","features":[17]},{"name":"WSCInstallNameSpace32","features":[17]},{"name":"WSCInstallNameSpaceEx","features":[17,43]},{"name":"WSCInstallNameSpaceEx32","features":[17,43]},{"name":"WSCInstallProvider","features":[17]},{"name":"WSCInstallProvider64_32","features":[17]},{"name":"WSCInstallProviderAndChains64_32","features":[17]},{"name":"WSCSetApplicationCategory","features":[17]},{"name":"WSCSetProviderInfo","features":[17]},{"name":"WSCSetProviderInfo32","features":[17]},{"name":"WSCUnInstallNameSpace","features":[17]},{"name":"WSCUnInstallNameSpace32","features":[17]},{"name":"WSCUpdateProvider","features":[17]},{"name":"WSCUpdateProvider32","features":[17]},{"name":"WSCWriteNameSpaceOrder","features":[17]},{"name":"WSCWriteNameSpaceOrder32","features":[17]},{"name":"WSCWriteProviderOrder","features":[17]},{"name":"WSCWriteProviderOrder32","features":[17]},{"name":"WSC_PROVIDER_AUDIT_INFO","features":[17]},{"name":"WSC_PROVIDER_INFO_TYPE","features":[17]},{"name":"WSK_SO_BASE","features":[17]},{"name":"WSPDATA","features":[17]},{"name":"WSPDESCRIPTION_LEN","features":[17]},{"name":"WSPPROC_TABLE","features":[3,17,8]},{"name":"WSPUPCALLTABLE","features":[3,17]},{"name":"WSS_OPERATION_IN_PROGRESS","features":[17]},{"name":"WsaBehaviorAll","features":[17]},{"name":"WsaBehaviorAutoTuning","features":[17]},{"name":"WsaBehaviorReceiveBuffering","features":[17]},{"name":"XP1_CONNECTIONLESS","features":[17]},{"name":"XP1_CONNECT_DATA","features":[17]},{"name":"XP1_DISCONNECT_DATA","features":[17]},{"name":"XP1_EXPEDITED_DATA","features":[17]},{"name":"XP1_GRACEFUL_CLOSE","features":[17]},{"name":"XP1_GUARANTEED_DELIVERY","features":[17]},{"name":"XP1_GUARANTEED_ORDER","features":[17]},{"name":"XP1_IFS_HANDLES","features":[17]},{"name":"XP1_INTERRUPT","features":[17]},{"name":"XP1_MESSAGE_ORIENTED","features":[17]},{"name":"XP1_MULTIPOINT_CONTROL_PLANE","features":[17]},{"name":"XP1_MULTIPOINT_DATA_PLANE","features":[17]},{"name":"XP1_PARTIAL_MESSAGE","features":[17]},{"name":"XP1_PSEUDO_STREAM","features":[17]},{"name":"XP1_QOS_SUPPORTED","features":[17]},{"name":"XP1_SAN_SUPPORT_SDP","features":[17]},{"name":"XP1_SUPPORT_BROADCAST","features":[17]},{"name":"XP1_SUPPORT_MULTIPOINT","features":[17]},{"name":"XP1_UNI_RECV","features":[17]},{"name":"XP1_UNI_SEND","features":[17]},{"name":"XP_BANDWIDTH_ALLOCATION","features":[17]},{"name":"XP_CONNECTIONLESS","features":[17]},{"name":"XP_CONNECT_DATA","features":[17]},{"name":"XP_DISCONNECT_DATA","features":[17]},{"name":"XP_ENCRYPTS","features":[17]},{"name":"XP_EXPEDITED_DATA","features":[17]},{"name":"XP_FRAGMENTATION","features":[17]},{"name":"XP_GRACEFUL_CLOSE","features":[17]},{"name":"XP_GUARANTEED_DELIVERY","features":[17]},{"name":"XP_GUARANTEED_ORDER","features":[17]},{"name":"XP_MESSAGE_ORIENTED","features":[17]},{"name":"XP_PSEUDO_STREAM","features":[17]},{"name":"XP_SUPPORTS_BROADCAST","features":[17]},{"name":"XP_SUPPORTS_MULTICAST","features":[17]},{"name":"_BIG_ENDIAN","features":[17]},{"name":"_LITTLE_ENDIAN","features":[17]},{"name":"_PDP_ENDIAN","features":[17]},{"name":"_SS_MAXSIZE","features":[17]},{"name":"__WSAFDIsSet","features":[17]},{"name":"accept","features":[17]},{"name":"bind","features":[17]},{"name":"closesocket","features":[17]},{"name":"connect","features":[17]},{"name":"eWINDOW_ADVANCE_METHOD","features":[17]},{"name":"freeaddrinfo","features":[17]},{"name":"getaddrinfo","features":[17]},{"name":"gethostbyaddr","features":[17]},{"name":"gethostbyname","features":[17]},{"name":"gethostname","features":[17]},{"name":"getnameinfo","features":[17]},{"name":"getpeername","features":[17]},{"name":"getprotobyname","features":[17]},{"name":"getprotobynumber","features":[17]},{"name":"getservbyname","features":[17]},{"name":"getservbyport","features":[17]},{"name":"getsockname","features":[17]},{"name":"getsockopt","features":[17]},{"name":"htonl","features":[17]},{"name":"htons","features":[17]},{"name":"inet_addr","features":[17]},{"name":"inet_ntoa","features":[17]},{"name":"inet_ntop","features":[17]},{"name":"inet_pton","features":[17]},{"name":"ioctlsocket","features":[17]},{"name":"listen","features":[17]},{"name":"netent","features":[17]},{"name":"ntohl","features":[17]},{"name":"ntohs","features":[17]},{"name":"recv","features":[17]},{"name":"recvfrom","features":[17]},{"name":"select","features":[17]},{"name":"send","features":[17]},{"name":"sendto","features":[17]},{"name":"setsockopt","features":[17]},{"name":"shutdown","features":[17]},{"name":"sockaddr_gen","features":[17]},{"name":"sockaddr_in6_old","features":[17]},{"name":"socket","features":[17]},{"name":"socklen_t","features":[17]},{"name":"sockproto","features":[17]},{"name":"tcp_keepalive","features":[17]}],"481":[{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA","features":[119]},{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_CURRENT_VERSION","features":[119]},{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_VERSION_1","features":[119]},{"name":"IContentPrefetcherTaskTrigger","features":[119]},{"name":"WEBAUTHN_API_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_API_VERSION_1","features":[119]},{"name":"WEBAUTHN_API_VERSION_2","features":[119]},{"name":"WEBAUTHN_API_VERSION_3","features":[119]},{"name":"WEBAUTHN_API_VERSION_4","features":[119]},{"name":"WEBAUTHN_API_VERSION_5","features":[119]},{"name":"WEBAUTHN_API_VERSION_6","features":[119]},{"name":"WEBAUTHN_API_VERSION_7","features":[119]},{"name":"WEBAUTHN_ASSERTION","features":[119]},{"name":"WEBAUTHN_ASSERTION_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_ASSERTION_VERSION_1","features":[119]},{"name":"WEBAUTHN_ASSERTION_VERSION_2","features":[119]},{"name":"WEBAUTHN_ASSERTION_VERSION_3","features":[119]},{"name":"WEBAUTHN_ASSERTION_VERSION_4","features":[119]},{"name":"WEBAUTHN_ASSERTION_VERSION_5","features":[119]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_ANY","features":[119]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_DIRECT","features":[119]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_INDIRECT","features":[119]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_NONE","features":[119]},{"name":"WEBAUTHN_ATTESTATION_DECODE_COMMON","features":[119]},{"name":"WEBAUTHN_ATTESTATION_DECODE_NONE","features":[119]},{"name":"WEBAUTHN_ATTESTATION_TYPE_NONE","features":[119]},{"name":"WEBAUTHN_ATTESTATION_TYPE_PACKED","features":[119]},{"name":"WEBAUTHN_ATTESTATION_TYPE_TPM","features":[119]},{"name":"WEBAUTHN_ATTESTATION_TYPE_U2F","features":[119]},{"name":"WEBAUTHN_ATTESTATION_VER_TPM_2_0","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_ANY","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM_U2F_V2","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_PLATFORM","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS","features":[3,119]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_1","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_2","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_3","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_4","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_5","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_6","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_7","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_HMAC_SECRET_VALUES_FLAG","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS","features":[3,119]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_1","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_2","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_3","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_4","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_5","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_6","features":[119]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_7","features":[119]},{"name":"WEBAUTHN_CLIENT_DATA","features":[119]},{"name":"WEBAUTHN_CLIENT_DATA_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_COMMON_ATTESTATION","features":[119]},{"name":"WEBAUTHN_COMMON_ATTESTATION_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P256_WITH_SHA256","features":[119]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P384_WITH_SHA384","features":[119]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P521_WITH_SHA512","features":[119]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA256","features":[119]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA384","features":[119]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA512","features":[119]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA256","features":[119]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA384","features":[119]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA512","features":[119]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETER","features":[119]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETERS","features":[119]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETER_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_CREDENTIAL","features":[119]},{"name":"WEBAUTHN_CREDENTIALS","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION","features":[3,119]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_1","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_2","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_3","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_4","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_5","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_6","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS","features":[3,119]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_LIST","features":[3,119]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_VERSION_1","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_VERSION_2","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_EX","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_EX_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_LIST","features":[119]},{"name":"WEBAUTHN_CREDENTIAL_TYPE_PUBLIC_KEY","features":[119]},{"name":"WEBAUTHN_CRED_BLOB_EXTENSION","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_DELETE","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_GET","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_NONE","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_SET","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_AUTHENTICATOR_ERROR","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_INVALID_DATA","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_INVALID_PARAMETER","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_LACK_OF_SPACE","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_MULTIPLE_CREDENTIALS","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NONE","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NOT_FOUND","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NOT_SUPPORTED","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_PLATFORM_ERROR","features":[119]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_SUCCESS","features":[119]},{"name":"WEBAUTHN_CRED_PROTECT_EXTENSION_IN","features":[3,119]},{"name":"WEBAUTHN_CRED_WITH_HMAC_SECRET_SALT","features":[119]},{"name":"WEBAUTHN_CTAP_ONE_HMAC_SECRET_LENGTH","features":[119]},{"name":"WEBAUTHN_CTAP_TRANSPORT_BLE","features":[119]},{"name":"WEBAUTHN_CTAP_TRANSPORT_FLAGS_MASK","features":[119]},{"name":"WEBAUTHN_CTAP_TRANSPORT_HYBRID","features":[119]},{"name":"WEBAUTHN_CTAP_TRANSPORT_INTERNAL","features":[119]},{"name":"WEBAUTHN_CTAP_TRANSPORT_NFC","features":[119]},{"name":"WEBAUTHN_CTAP_TRANSPORT_TEST","features":[119]},{"name":"WEBAUTHN_CTAP_TRANSPORT_USB","features":[119]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_NONE","features":[119]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_PLATFORM_MANAGED","features":[119]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_VENDOR_FACILITATED","features":[119]},{"name":"WEBAUTHN_EXTENSION","features":[119]},{"name":"WEBAUTHN_EXTENSIONS","features":[119]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_CRED_BLOB","features":[119]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_CRED_PROTECT","features":[119]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_HMAC_SECRET","features":[119]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_MIN_PIN_LENGTH","features":[119]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS","features":[3,119]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS_VERSION_1","features":[119]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_256","features":[119]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_384","features":[119]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_512","features":[119]},{"name":"WEBAUTHN_HMAC_SECRET_SALT","features":[119]},{"name":"WEBAUTHN_HMAC_SECRET_SALT_VALUES","features":[119]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_NONE","features":[119]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_PREFERRED","features":[119]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_REQUIRED","features":[119]},{"name":"WEBAUTHN_MAX_USER_ID_LENGTH","features":[119]},{"name":"WEBAUTHN_RP_ENTITY_INFORMATION","features":[119]},{"name":"WEBAUTHN_RP_ENTITY_INFORMATION_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_USER_ENTITY_INFORMATION","features":[119]},{"name":"WEBAUTHN_USER_ENTITY_INFORMATION_CURRENT_VERSION","features":[119]},{"name":"WEBAUTHN_USER_VERIFICATION_ANY","features":[119]},{"name":"WEBAUTHN_USER_VERIFICATION_OPTIONAL","features":[119]},{"name":"WEBAUTHN_USER_VERIFICATION_OPTIONAL_WITH_CREDENTIAL_ID_LIST","features":[119]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIRED","features":[119]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_ANY","features":[119]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_DISCOURAGED","features":[119]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_PREFERRED","features":[119]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_REQUIRED","features":[119]},{"name":"WEBAUTHN_X5C","features":[119]},{"name":"WS_ABANDON_MESSAGE_CALLBACK","features":[119]},{"name":"WS_ABORT_CHANNEL_CALLBACK","features":[119]},{"name":"WS_ABORT_LISTENER_CALLBACK","features":[119]},{"name":"WS_ACCEPT_CHANNEL_CALLBACK","features":[119]},{"name":"WS_ACTION_HEADER","features":[119]},{"name":"WS_ADDRESSING_VERSION","features":[119]},{"name":"WS_ADDRESSING_VERSION_0_9","features":[119]},{"name":"WS_ADDRESSING_VERSION_1_0","features":[119]},{"name":"WS_ADDRESSING_VERSION_TRANSPORT","features":[119]},{"name":"WS_ANY_ATTRIBUTE","features":[3,119]},{"name":"WS_ANY_ATTRIBUTES","features":[3,119]},{"name":"WS_ANY_ATTRIBUTES_FIELD_MAPPING","features":[119]},{"name":"WS_ANY_ATTRIBUTES_TYPE","features":[119]},{"name":"WS_ANY_CONTENT_FIELD_MAPPING","features":[119]},{"name":"WS_ANY_ELEMENT_FIELD_MAPPING","features":[119]},{"name":"WS_ANY_ELEMENT_TYPE_MAPPING","features":[119]},{"name":"WS_ASYNC_CALLBACK","features":[119]},{"name":"WS_ASYNC_CONTEXT","features":[119]},{"name":"WS_ASYNC_FUNCTION","features":[119]},{"name":"WS_ASYNC_OPERATION","features":[119]},{"name":"WS_ASYNC_STATE","features":[119]},{"name":"WS_ATTRIBUTE_DESCRIPTION","features":[3,119]},{"name":"WS_ATTRIBUTE_FIELD_MAPPING","features":[119]},{"name":"WS_ATTRIBUTE_TYPE_MAPPING","features":[119]},{"name":"WS_AUTO_COOKIE_MODE","features":[119]},{"name":"WS_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_BLANK_MESSAGE","features":[119]},{"name":"WS_BOOL_DESCRIPTION","features":[3,119]},{"name":"WS_BOOL_TYPE","features":[119]},{"name":"WS_BOOL_VALUE_TYPE","features":[119]},{"name":"WS_BUFFERED_TRANSFER_MODE","features":[119]},{"name":"WS_BUFFERS","features":[119]},{"name":"WS_BYTES","features":[119]},{"name":"WS_BYTES_DESCRIPTION","features":[119]},{"name":"WS_BYTES_TYPE","features":[119]},{"name":"WS_BYTE_ARRAY_DESCRIPTION","features":[119]},{"name":"WS_BYTE_ARRAY_TYPE","features":[119]},{"name":"WS_CALLBACK_MODEL","features":[119]},{"name":"WS_CALL_PROPERTY","features":[119]},{"name":"WS_CALL_PROPERTY_CALL_ID","features":[119]},{"name":"WS_CALL_PROPERTY_CHECK_MUST_UNDERSTAND","features":[119]},{"name":"WS_CALL_PROPERTY_ID","features":[119]},{"name":"WS_CALL_PROPERTY_RECEIVE_MESSAGE_CONTEXT","features":[119]},{"name":"WS_CALL_PROPERTY_SEND_MESSAGE_CONTEXT","features":[119]},{"name":"WS_CAPI_ASYMMETRIC_SECURITY_KEY_HANDLE","features":[119]},{"name":"WS_CAPI_ASYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[119]},{"name":"WS_CERTIFICATE_VALIDATION_CALLBACK","features":[3,119,70]},{"name":"WS_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT","features":[3,119,70]},{"name":"WS_CERT_CREDENTIAL","features":[119]},{"name":"WS_CERT_CREDENTIAL_TYPE","features":[119]},{"name":"WS_CERT_ENDPOINT_IDENTITY","features":[119]},{"name":"WS_CERT_ENDPOINT_IDENTITY_TYPE","features":[119]},{"name":"WS_CERT_FAILURE_CN_MISMATCH","features":[119]},{"name":"WS_CERT_FAILURE_INVALID_DATE","features":[119]},{"name":"WS_CERT_FAILURE_REVOCATION_OFFLINE","features":[119]},{"name":"WS_CERT_FAILURE_UNTRUSTED_ROOT","features":[119]},{"name":"WS_CERT_FAILURE_WRONG_USAGE","features":[119]},{"name":"WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK","features":[119,25,70]},{"name":"WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[119]},{"name":"WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[119]},{"name":"WS_CERT_SIGNED_SAML_AUTHENTICATOR","features":[3,119,70]},{"name":"WS_CERT_SIGNED_SAML_AUTHENTICATOR_TYPE","features":[119]},{"name":"WS_CHANNEL","features":[119]},{"name":"WS_CHANNEL_BINDING","features":[119]},{"name":"WS_CHANNEL_DECODER","features":[119]},{"name":"WS_CHANNEL_ENCODER","features":[119]},{"name":"WS_CHANNEL_PROPERTIES","features":[119]},{"name":"WS_CHANNEL_PROPERTY","features":[119]},{"name":"WS_CHANNEL_PROPERTY_ADDRESSING_VERSION","features":[119]},{"name":"WS_CHANNEL_PROPERTY_ALLOW_UNSECURED_FAULTS","features":[119]},{"name":"WS_CHANNEL_PROPERTY_ASYNC_CALLBACK_MODEL","features":[119]},{"name":"WS_CHANNEL_PROPERTY_CHANNEL_TYPE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_CLOSE_TIMEOUT","features":[119]},{"name":"WS_CHANNEL_PROPERTY_CONNECT_TIMEOUT","features":[119]},{"name":"WS_CHANNEL_PROPERTY_CONSTRAINT","features":[119]},{"name":"WS_CHANNEL_PROPERTY_COOKIE_MODE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_CALLBACKS","features":[119]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_INSTANCE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_PARAMETERS","features":[119]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_HTTP_PROXY","features":[119]},{"name":"WS_CHANNEL_PROPERTY_DECODER","features":[119]},{"name":"WS_CHANNEL_PROPERTY_ENABLE_HTTP_REDIRECT","features":[119]},{"name":"WS_CHANNEL_PROPERTY_ENABLE_TIMEOUTS","features":[119]},{"name":"WS_CHANNEL_PROPERTY_ENCODER","features":[119]},{"name":"WS_CHANNEL_PROPERTY_ENCODING","features":[119]},{"name":"WS_CHANNEL_PROPERTY_ENVELOPE_VERSION","features":[119]},{"name":"WS_CHANNEL_PROPERTY_FAULTS_AS_ERRORS","features":[119]},{"name":"WS_CHANNEL_PROPERTY_HTTP_CONNECTION_ID","features":[119]},{"name":"WS_CHANNEL_PROPERTY_HTTP_MESSAGE_MAPPING","features":[119]},{"name":"WS_CHANNEL_PROPERTY_HTTP_PROXY_SETTING_MODE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_HTTP_PROXY_SPN","features":[119]},{"name":"WS_CHANNEL_PROPERTY_HTTP_REDIRECT_CALLBACK_CONTEXT","features":[119]},{"name":"WS_CHANNEL_PROPERTY_HTTP_SERVER_SPN","features":[119]},{"name":"WS_CHANNEL_PROPERTY_ID","features":[119]},{"name":"WS_CHANNEL_PROPERTY_IP_VERSION","features":[119]},{"name":"WS_CHANNEL_PROPERTY_IS_SESSION_SHUT_DOWN","features":[119]},{"name":"WS_CHANNEL_PROPERTY_KEEP_ALIVE_INTERVAL","features":[119]},{"name":"WS_CHANNEL_PROPERTY_KEEP_ALIVE_TIME","features":[119]},{"name":"WS_CHANNEL_PROPERTY_MAX_BUFFERED_MESSAGE_SIZE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_MAX_HTTP_REQUEST_HEADERS_BUFFER_SIZE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_MAX_HTTP_SERVER_CONNECTIONS","features":[119]},{"name":"WS_CHANNEL_PROPERTY_MAX_SESSION_DICTIONARY_SIZE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_FLUSH_SIZE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_MESSAGE_SIZE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_START_SIZE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_MULTICAST_HOPS","features":[119]},{"name":"WS_CHANNEL_PROPERTY_MULTICAST_INTERFACE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_NO_DELAY","features":[119]},{"name":"WS_CHANNEL_PROPERTY_PROTECTION_LEVEL","features":[119]},{"name":"WS_CHANNEL_PROPERTY_RECEIVE_RESPONSE_TIMEOUT","features":[119]},{"name":"WS_CHANNEL_PROPERTY_RECEIVE_TIMEOUT","features":[119]},{"name":"WS_CHANNEL_PROPERTY_REMOTE_ADDRESS","features":[119]},{"name":"WS_CHANNEL_PROPERTY_REMOTE_IP_ADDRESS","features":[119]},{"name":"WS_CHANNEL_PROPERTY_RESOLVE_TIMEOUT","features":[119]},{"name":"WS_CHANNEL_PROPERTY_SEND_KEEP_ALIVES","features":[119]},{"name":"WS_CHANNEL_PROPERTY_SEND_TIMEOUT","features":[119]},{"name":"WS_CHANNEL_PROPERTY_STATE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_TRANSFER_MODE","features":[119]},{"name":"WS_CHANNEL_PROPERTY_TRANSPORT_URL","features":[119]},{"name":"WS_CHANNEL_PROPERTY_TRIM_BUFFERED_MESSAGE_SIZE","features":[119]},{"name":"WS_CHANNEL_STATE","features":[119]},{"name":"WS_CHANNEL_STATE_ACCEPTING","features":[119]},{"name":"WS_CHANNEL_STATE_CLOSED","features":[119]},{"name":"WS_CHANNEL_STATE_CLOSING","features":[119]},{"name":"WS_CHANNEL_STATE_CREATED","features":[119]},{"name":"WS_CHANNEL_STATE_FAULTED","features":[119]},{"name":"WS_CHANNEL_STATE_OPEN","features":[119]},{"name":"WS_CHANNEL_STATE_OPENING","features":[119]},{"name":"WS_CHANNEL_TYPE","features":[119]},{"name":"WS_CHANNEL_TYPE_DUPLEX","features":[119]},{"name":"WS_CHANNEL_TYPE_DUPLEX_SESSION","features":[119]},{"name":"WS_CHANNEL_TYPE_INPUT","features":[119]},{"name":"WS_CHANNEL_TYPE_INPUT_SESSION","features":[119]},{"name":"WS_CHANNEL_TYPE_OUTPUT","features":[119]},{"name":"WS_CHANNEL_TYPE_OUTPUT_SESSION","features":[119]},{"name":"WS_CHANNEL_TYPE_REPLY","features":[119]},{"name":"WS_CHANNEL_TYPE_REQUEST","features":[119]},{"name":"WS_CHANNEL_TYPE_SESSION","features":[119]},{"name":"WS_CHARSET","features":[119]},{"name":"WS_CHARSET_AUTO","features":[119]},{"name":"WS_CHARSET_UTF16BE","features":[119]},{"name":"WS_CHARSET_UTF16LE","features":[119]},{"name":"WS_CHARSET_UTF8","features":[119]},{"name":"WS_CHAR_ARRAY_DESCRIPTION","features":[119]},{"name":"WS_CHAR_ARRAY_TYPE","features":[119]},{"name":"WS_CLOSE_CHANNEL_CALLBACK","features":[119]},{"name":"WS_CLOSE_LISTENER_CALLBACK","features":[119]},{"name":"WS_CONTRACT_DESCRIPTION","features":[3,119]},{"name":"WS_COOKIE_MODE","features":[119]},{"name":"WS_CREATE_CHANNEL_CALLBACK","features":[119]},{"name":"WS_CREATE_CHANNEL_FOR_LISTENER_CALLBACK","features":[119]},{"name":"WS_CREATE_DECODER_CALLBACK","features":[119]},{"name":"WS_CREATE_ENCODER_CALLBACK","features":[119]},{"name":"WS_CREATE_LISTENER_CALLBACK","features":[119]},{"name":"WS_CUSTOM_CERT_CREDENTIAL","features":[3,119,25,70]},{"name":"WS_CUSTOM_CERT_CREDENTIAL_TYPE","features":[119]},{"name":"WS_CUSTOM_CHANNEL_BINDING","features":[119]},{"name":"WS_CUSTOM_CHANNEL_CALLBACKS","features":[119]},{"name":"WS_CUSTOM_HTTP_PROXY","features":[119]},{"name":"WS_CUSTOM_LISTENER_CALLBACKS","features":[119]},{"name":"WS_CUSTOM_TYPE","features":[119]},{"name":"WS_CUSTOM_TYPE_DESCRIPTION","features":[3,119]},{"name":"WS_DATETIME","features":[119]},{"name":"WS_DATETIME_DESCRIPTION","features":[119]},{"name":"WS_DATETIME_FORMAT","features":[119]},{"name":"WS_DATETIME_FORMAT_LOCAL","features":[119]},{"name":"WS_DATETIME_FORMAT_NONE","features":[119]},{"name":"WS_DATETIME_FORMAT_UTC","features":[119]},{"name":"WS_DATETIME_TYPE","features":[119]},{"name":"WS_DATETIME_VALUE_TYPE","features":[119]},{"name":"WS_DECIMAL_DESCRIPTION","features":[3,119]},{"name":"WS_DECIMAL_TYPE","features":[119]},{"name":"WS_DECIMAL_VALUE_TYPE","features":[119]},{"name":"WS_DECODER_DECODE_CALLBACK","features":[119]},{"name":"WS_DECODER_END_CALLBACK","features":[119]},{"name":"WS_DECODER_GET_CONTENT_TYPE_CALLBACK","features":[119]},{"name":"WS_DECODER_START_CALLBACK","features":[119]},{"name":"WS_DEFAULT_VALUE","features":[119]},{"name":"WS_DEFAULT_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[119]},{"name":"WS_DEFAULT_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[119]},{"name":"WS_DESCRIPTION_TYPE","features":[119]},{"name":"WS_DISALLOWED_USER_AGENT_SUBSTRINGS","features":[119]},{"name":"WS_DNS_ENDPOINT_IDENTITY","features":[119]},{"name":"WS_DNS_ENDPOINT_IDENTITY_TYPE","features":[119]},{"name":"WS_DOUBLE_DESCRIPTION","features":[119]},{"name":"WS_DOUBLE_TYPE","features":[119]},{"name":"WS_DOUBLE_VALUE_TYPE","features":[119]},{"name":"WS_DUPLICATE_MESSAGE","features":[119]},{"name":"WS_DURATION","features":[3,119]},{"name":"WS_DURATION_COMPARISON_CALLBACK","features":[3,119]},{"name":"WS_DURATION_DESCRIPTION","features":[3,119]},{"name":"WS_DURATION_TYPE","features":[119]},{"name":"WS_DURATION_VALUE_TYPE","features":[119]},{"name":"WS_DYNAMIC_STRING_CALLBACK","features":[3,119]},{"name":"WS_ELEMENT_CHOICE_FIELD_MAPPING","features":[119]},{"name":"WS_ELEMENT_CONTENT_TYPE_MAPPING","features":[119]},{"name":"WS_ELEMENT_DESCRIPTION","features":[3,119]},{"name":"WS_ELEMENT_FIELD_MAPPING","features":[119]},{"name":"WS_ELEMENT_TYPE_MAPPING","features":[119]},{"name":"WS_ENCODER_ENCODE_CALLBACK","features":[119]},{"name":"WS_ENCODER_END_CALLBACK","features":[119]},{"name":"WS_ENCODER_GET_CONTENT_TYPE_CALLBACK","features":[119]},{"name":"WS_ENCODER_START_CALLBACK","features":[119]},{"name":"WS_ENCODING","features":[119]},{"name":"WS_ENCODING_RAW","features":[119]},{"name":"WS_ENCODING_XML_BINARY_1","features":[119]},{"name":"WS_ENCODING_XML_BINARY_SESSION_1","features":[119]},{"name":"WS_ENCODING_XML_MTOM_UTF16BE","features":[119]},{"name":"WS_ENCODING_XML_MTOM_UTF16LE","features":[119]},{"name":"WS_ENCODING_XML_MTOM_UTF8","features":[119]},{"name":"WS_ENCODING_XML_UTF16BE","features":[119]},{"name":"WS_ENCODING_XML_UTF16LE","features":[119]},{"name":"WS_ENCODING_XML_UTF8","features":[119]},{"name":"WS_ENDPOINT_ADDRESS","features":[119]},{"name":"WS_ENDPOINT_ADDRESS_DESCRIPTION","features":[119]},{"name":"WS_ENDPOINT_ADDRESS_EXTENSION_METADATA_ADDRESS","features":[119]},{"name":"WS_ENDPOINT_ADDRESS_EXTENSION_TYPE","features":[119]},{"name":"WS_ENDPOINT_ADDRESS_TYPE","features":[119]},{"name":"WS_ENDPOINT_IDENTITY","features":[119]},{"name":"WS_ENDPOINT_IDENTITY_TYPE","features":[119]},{"name":"WS_ENDPOINT_POLICY_EXTENSION","features":[3,119]},{"name":"WS_ENDPOINT_POLICY_EXTENSION_TYPE","features":[119]},{"name":"WS_ENUM_DESCRIPTION","features":[3,119]},{"name":"WS_ENUM_TYPE","features":[119]},{"name":"WS_ENUM_VALUE","features":[3,119]},{"name":"WS_ENVELOPE_VERSION","features":[119]},{"name":"WS_ENVELOPE_VERSION_NONE","features":[119]},{"name":"WS_ENVELOPE_VERSION_SOAP_1_1","features":[119]},{"name":"WS_ENVELOPE_VERSION_SOAP_1_2","features":[119]},{"name":"WS_ERROR","features":[119]},{"name":"WS_ERROR_PROPERTY","features":[119]},{"name":"WS_ERROR_PROPERTY_ID","features":[119]},{"name":"WS_ERROR_PROPERTY_LANGID","features":[119]},{"name":"WS_ERROR_PROPERTY_ORIGINAL_ERROR_CODE","features":[119]},{"name":"WS_ERROR_PROPERTY_STRING_COUNT","features":[119]},{"name":"WS_EXCEPTION_CODE","features":[119]},{"name":"WS_EXCEPTION_CODE_INTERNAL_FAILURE","features":[119]},{"name":"WS_EXCEPTION_CODE_USAGE_FAILURE","features":[119]},{"name":"WS_EXCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM","features":[119]},{"name":"WS_EXCLUSIVE_XML_CANONICALIZATION_ALGORITHM","features":[119]},{"name":"WS_EXTENDED_PROTECTION_POLICY","features":[119]},{"name":"WS_EXTENDED_PROTECTION_POLICY_ALWAYS","features":[119]},{"name":"WS_EXTENDED_PROTECTION_POLICY_NEVER","features":[119]},{"name":"WS_EXTENDED_PROTECTION_POLICY_WHEN_SUPPORTED","features":[119]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO","features":[119]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO_BOUND_SERVER","features":[119]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO_TERMINATED_SSL","features":[119]},{"name":"WS_FAULT","features":[3,119]},{"name":"WS_FAULT_CODE","features":[3,119]},{"name":"WS_FAULT_DESCRIPTION","features":[119]},{"name":"WS_FAULT_DETAIL_DESCRIPTION","features":[3,119]},{"name":"WS_FAULT_DISCLOSURE","features":[119]},{"name":"WS_FAULT_ERROR_PROPERTY_ACTION","features":[119]},{"name":"WS_FAULT_ERROR_PROPERTY_FAULT","features":[119]},{"name":"WS_FAULT_ERROR_PROPERTY_HEADER","features":[119]},{"name":"WS_FAULT_ERROR_PROPERTY_ID","features":[119]},{"name":"WS_FAULT_MESSAGE","features":[119]},{"name":"WS_FAULT_REASON","features":[119]},{"name":"WS_FAULT_TO_HEADER","features":[119]},{"name":"WS_FAULT_TYPE","features":[119]},{"name":"WS_FIELD_DESCRIPTION","features":[3,119]},{"name":"WS_FIELD_MAPPING","features":[119]},{"name":"WS_FIELD_NILLABLE","features":[119]},{"name":"WS_FIELD_NILLABLE_ITEM","features":[119]},{"name":"WS_FIELD_OPTIONAL","features":[119]},{"name":"WS_FIELD_OTHER_NAMESPACE","features":[119]},{"name":"WS_FIELD_POINTER","features":[119]},{"name":"WS_FLOAT_DESCRIPTION","features":[119]},{"name":"WS_FLOAT_TYPE","features":[119]},{"name":"WS_FLOAT_VALUE_TYPE","features":[119]},{"name":"WS_FREE_CHANNEL_CALLBACK","features":[119]},{"name":"WS_FREE_DECODER_CALLBACK","features":[119]},{"name":"WS_FREE_ENCODER_CALLBACK","features":[119]},{"name":"WS_FREE_LISTENER_CALLBACK","features":[119]},{"name":"WS_FROM_HEADER","features":[119]},{"name":"WS_FULL_FAULT_DISCLOSURE","features":[119]},{"name":"WS_GET_CERT_CALLBACK","features":[3,119,70]},{"name":"WS_GET_CHANNEL_PROPERTY_CALLBACK","features":[119]},{"name":"WS_GET_LISTENER_PROPERTY_CALLBACK","features":[119]},{"name":"WS_GUID_DESCRIPTION","features":[119]},{"name":"WS_GUID_TYPE","features":[119]},{"name":"WS_GUID_VALUE_TYPE","features":[119]},{"name":"WS_HEADER_TYPE","features":[119]},{"name":"WS_HEAP","features":[119]},{"name":"WS_HEAP_PROPERTIES","features":[119]},{"name":"WS_HEAP_PROPERTY","features":[119]},{"name":"WS_HEAP_PROPERTY_ACTUAL_SIZE","features":[119]},{"name":"WS_HEAP_PROPERTY_ID","features":[119]},{"name":"WS_HEAP_PROPERTY_MAX_SIZE","features":[119]},{"name":"WS_HEAP_PROPERTY_REQUESTED_SIZE","features":[119]},{"name":"WS_HEAP_PROPERTY_TRIM_SIZE","features":[119]},{"name":"WS_HOST_NAMES","features":[119]},{"name":"WS_HTTPS_URL","features":[119]},{"name":"WS_HTTP_BINDING_TEMPLATE","features":[119]},{"name":"WS_HTTP_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_HTTP_CHANNEL_BINDING","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_BINDING_TEMPLATE","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_POLICY_DESCRIPTION","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_BASIC","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_DIGEST","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NEGOTIATE","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NONE","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NTLM","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_PASSPORT","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_CONSTRAINT","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_CONSTRAINT_TYPE","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_POLICY_DESCRIPTION","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TEMPLATE","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TYPE","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_TARGET","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_TARGET_PROXY","features":[119]},{"name":"WS_HTTP_HEADER_AUTH_TARGET_SERVICE","features":[119]},{"name":"WS_HTTP_HEADER_MAPPING","features":[3,119]},{"name":"WS_HTTP_HEADER_MAPPING_COMMA_SEPARATOR","features":[119]},{"name":"WS_HTTP_HEADER_MAPPING_QUOTED_VALUE","features":[119]},{"name":"WS_HTTP_HEADER_MAPPING_SEMICOLON_SEPARATOR","features":[119]},{"name":"WS_HTTP_MESSAGE_MAPPING","features":[3,119]},{"name":"WS_HTTP_POLICY_DESCRIPTION","features":[119]},{"name":"WS_HTTP_PROXY_SETTING_MODE","features":[119]},{"name":"WS_HTTP_PROXY_SETTING_MODE_AUTO","features":[119]},{"name":"WS_HTTP_PROXY_SETTING_MODE_CUSTOM","features":[119]},{"name":"WS_HTTP_PROXY_SETTING_MODE_NONE","features":[119]},{"name":"WS_HTTP_REDIRECT_CALLBACK","features":[119]},{"name":"WS_HTTP_REDIRECT_CALLBACK_CONTEXT","features":[119]},{"name":"WS_HTTP_REQUEST_MAPPING_VERB","features":[119]},{"name":"WS_HTTP_RESPONSE_MAPPING_STATUS_CODE","features":[119]},{"name":"WS_HTTP_RESPONSE_MAPPING_STATUS_TEXT","features":[119]},{"name":"WS_HTTP_SSL_BINDING_TEMPLATE","features":[119]},{"name":"WS_HTTP_SSL_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_HTTP_SSL_HEADER_AUTH_BINDING_TEMPLATE","features":[119]},{"name":"WS_HTTP_SSL_HEADER_AUTH_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_HTTP_SSL_HEADER_AUTH_POLICY_DESCRIPTION","features":[119]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_BINDING_TEMPLATE","features":[119]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_POLICY_DESCRIPTION","features":[119]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[119]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[119]},{"name":"WS_HTTP_SSL_POLICY_DESCRIPTION","features":[119]},{"name":"WS_HTTP_SSL_USERNAME_BINDING_TEMPLATE","features":[119]},{"name":"WS_HTTP_SSL_USERNAME_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_HTTP_SSL_USERNAME_POLICY_DESCRIPTION","features":[119]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[119]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[119]},{"name":"WS_HTTP_URL","features":[119]},{"name":"WS_INCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM","features":[119]},{"name":"WS_INCLUSIVE_XML_CANONICALIZATION_ALGORITHM","features":[119]},{"name":"WS_INT16_DESCRIPTION","features":[119]},{"name":"WS_INT16_TYPE","features":[119]},{"name":"WS_INT16_VALUE_TYPE","features":[119]},{"name":"WS_INT32_DESCRIPTION","features":[119]},{"name":"WS_INT32_TYPE","features":[119]},{"name":"WS_INT32_VALUE_TYPE","features":[119]},{"name":"WS_INT64_DESCRIPTION","features":[119]},{"name":"WS_INT64_TYPE","features":[119]},{"name":"WS_INT64_VALUE_TYPE","features":[119]},{"name":"WS_INT8_DESCRIPTION","features":[119]},{"name":"WS_INT8_TYPE","features":[119]},{"name":"WS_INT8_VALUE_TYPE","features":[119]},{"name":"WS_IP_VERSION","features":[119]},{"name":"WS_IP_VERSION_4","features":[119]},{"name":"WS_IP_VERSION_6","features":[119]},{"name":"WS_IP_VERSION_AUTO","features":[119]},{"name":"WS_ISSUED_TOKEN_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[3,119]},{"name":"WS_ISSUED_TOKEN_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[119]},{"name":"WS_IS_DEFAULT_VALUE_CALLBACK","features":[3,119]},{"name":"WS_ITEM_RANGE","features":[119]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING","features":[119]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[119]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[119]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[119]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[119]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TYPE","features":[119]},{"name":"WS_LISTENER","features":[119]},{"name":"WS_LISTENER_PROPERTIES","features":[119]},{"name":"WS_LISTENER_PROPERTY","features":[119]},{"name":"WS_LISTENER_PROPERTY_ASYNC_CALLBACK_MODEL","features":[119]},{"name":"WS_LISTENER_PROPERTY_CHANNEL_BINDING","features":[119]},{"name":"WS_LISTENER_PROPERTY_CHANNEL_TYPE","features":[119]},{"name":"WS_LISTENER_PROPERTY_CLOSE_TIMEOUT","features":[119]},{"name":"WS_LISTENER_PROPERTY_CONNECT_TIMEOUT","features":[119]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_CALLBACKS","features":[119]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_INSTANCE","features":[119]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_PARAMETERS","features":[119]},{"name":"WS_LISTENER_PROPERTY_DISALLOWED_USER_AGENT","features":[119]},{"name":"WS_LISTENER_PROPERTY_ID","features":[119]},{"name":"WS_LISTENER_PROPERTY_IP_VERSION","features":[119]},{"name":"WS_LISTENER_PROPERTY_IS_MULTICAST","features":[119]},{"name":"WS_LISTENER_PROPERTY_LISTEN_BACKLOG","features":[119]},{"name":"WS_LISTENER_PROPERTY_MULTICAST_INTERFACES","features":[119]},{"name":"WS_LISTENER_PROPERTY_MULTICAST_LOOPBACK","features":[119]},{"name":"WS_LISTENER_PROPERTY_STATE","features":[119]},{"name":"WS_LISTENER_PROPERTY_TO_HEADER_MATCHING_OPTIONS","features":[119]},{"name":"WS_LISTENER_PROPERTY_TRANSPORT_URL_MATCHING_OPTIONS","features":[119]},{"name":"WS_LISTENER_STATE","features":[119]},{"name":"WS_LISTENER_STATE_CLOSED","features":[119]},{"name":"WS_LISTENER_STATE_CLOSING","features":[119]},{"name":"WS_LISTENER_STATE_CREATED","features":[119]},{"name":"WS_LISTENER_STATE_FAULTED","features":[119]},{"name":"WS_LISTENER_STATE_OPEN","features":[119]},{"name":"WS_LISTENER_STATE_OPENING","features":[119]},{"name":"WS_LONG_CALLBACK","features":[119]},{"name":"WS_MANUAL_COOKIE_MODE","features":[119]},{"name":"WS_MATCH_URL_DNS_FULLY_QUALIFIED_HOST","features":[119]},{"name":"WS_MATCH_URL_DNS_HOST","features":[119]},{"name":"WS_MATCH_URL_EXACT_PATH","features":[119]},{"name":"WS_MATCH_URL_HOST_ADDRESSES","features":[119]},{"name":"WS_MATCH_URL_LOCAL_HOST","features":[119]},{"name":"WS_MATCH_URL_NETBIOS_HOST","features":[119]},{"name":"WS_MATCH_URL_NO_QUERY","features":[119]},{"name":"WS_MATCH_URL_PORT","features":[119]},{"name":"WS_MATCH_URL_PREFIX_PATH","features":[119]},{"name":"WS_MATCH_URL_THIS_HOST","features":[119]},{"name":"WS_MESSAGE","features":[119]},{"name":"WS_MESSAGE_DESCRIPTION","features":[3,119]},{"name":"WS_MESSAGE_DONE_CALLBACK","features":[119]},{"name":"WS_MESSAGE_ID_HEADER","features":[119]},{"name":"WS_MESSAGE_INITIALIZATION","features":[119]},{"name":"WS_MESSAGE_PROPERTIES","features":[119]},{"name":"WS_MESSAGE_PROPERTY","features":[119]},{"name":"WS_MESSAGE_PROPERTY_ADDRESSING_VERSION","features":[119]},{"name":"WS_MESSAGE_PROPERTY_BODY_READER","features":[119]},{"name":"WS_MESSAGE_PROPERTY_BODY_WRITER","features":[119]},{"name":"WS_MESSAGE_PROPERTY_ENCODED_CERT","features":[119]},{"name":"WS_MESSAGE_PROPERTY_ENVELOPE_VERSION","features":[119]},{"name":"WS_MESSAGE_PROPERTY_HEADER_BUFFER","features":[119]},{"name":"WS_MESSAGE_PROPERTY_HEADER_POSITION","features":[119]},{"name":"WS_MESSAGE_PROPERTY_HEAP","features":[119]},{"name":"WS_MESSAGE_PROPERTY_HEAP_PROPERTIES","features":[119]},{"name":"WS_MESSAGE_PROPERTY_HTTP_HEADER_AUTH_WINDOWS_TOKEN","features":[119]},{"name":"WS_MESSAGE_PROPERTY_ID","features":[119]},{"name":"WS_MESSAGE_PROPERTY_IS_ADDRESSED","features":[119]},{"name":"WS_MESSAGE_PROPERTY_IS_FAULT","features":[119]},{"name":"WS_MESSAGE_PROPERTY_MAX_PROCESSED_HEADERS","features":[119]},{"name":"WS_MESSAGE_PROPERTY_MESSAGE_SECURITY_WINDOWS_TOKEN","features":[119]},{"name":"WS_MESSAGE_PROPERTY_PROTECTION_LEVEL","features":[119]},{"name":"WS_MESSAGE_PROPERTY_SAML_ASSERTION","features":[119]},{"name":"WS_MESSAGE_PROPERTY_SECURITY_CONTEXT","features":[119]},{"name":"WS_MESSAGE_PROPERTY_STATE","features":[119]},{"name":"WS_MESSAGE_PROPERTY_TRANSPORT_SECURITY_WINDOWS_TOKEN","features":[119]},{"name":"WS_MESSAGE_PROPERTY_USERNAME","features":[119]},{"name":"WS_MESSAGE_PROPERTY_XML_READER_PROPERTIES","features":[119]},{"name":"WS_MESSAGE_PROPERTY_XML_WRITER_PROPERTIES","features":[119]},{"name":"WS_MESSAGE_SECURITY_USAGE","features":[119]},{"name":"WS_MESSAGE_STATE","features":[119]},{"name":"WS_MESSAGE_STATE_DONE","features":[119]},{"name":"WS_MESSAGE_STATE_EMPTY","features":[119]},{"name":"WS_MESSAGE_STATE_INITIALIZED","features":[119]},{"name":"WS_MESSAGE_STATE_READING","features":[119]},{"name":"WS_MESSAGE_STATE_WRITING","features":[119]},{"name":"WS_METADATA","features":[119]},{"name":"WS_METADATA_ENDPOINT","features":[3,119]},{"name":"WS_METADATA_ENDPOINTS","features":[3,119]},{"name":"WS_METADATA_EXCHANGE_TYPE","features":[119]},{"name":"WS_METADATA_EXCHANGE_TYPE_HTTP_GET","features":[119]},{"name":"WS_METADATA_EXCHANGE_TYPE_MEX","features":[119]},{"name":"WS_METADATA_EXCHANGE_TYPE_NONE","features":[119]},{"name":"WS_METADATA_PROPERTY","features":[119]},{"name":"WS_METADATA_PROPERTY_HEAP_PROPERTIES","features":[119]},{"name":"WS_METADATA_PROPERTY_HEAP_REQUESTED_SIZE","features":[119]},{"name":"WS_METADATA_PROPERTY_HOST_NAMES","features":[119]},{"name":"WS_METADATA_PROPERTY_ID","features":[119]},{"name":"WS_METADATA_PROPERTY_MAX_DOCUMENTS","features":[119]},{"name":"WS_METADATA_PROPERTY_POLICY_PROPERTIES","features":[119]},{"name":"WS_METADATA_PROPERTY_STATE","features":[119]},{"name":"WS_METADATA_PROPERTY_VERIFY_HOST_NAMES","features":[119]},{"name":"WS_METADATA_STATE","features":[119]},{"name":"WS_METADATA_STATE_CREATED","features":[119]},{"name":"WS_METADATA_STATE_FAULTED","features":[119]},{"name":"WS_METADATA_STATE_RESOLVED","features":[119]},{"name":"WS_MINIMAL_FAULT_DISCLOSURE","features":[119]},{"name":"WS_MOVE_TO","features":[119]},{"name":"WS_MOVE_TO_BOF","features":[119]},{"name":"WS_MOVE_TO_CHILD_ELEMENT","features":[119]},{"name":"WS_MOVE_TO_CHILD_NODE","features":[119]},{"name":"WS_MOVE_TO_END_ELEMENT","features":[119]},{"name":"WS_MOVE_TO_EOF","features":[119]},{"name":"WS_MOVE_TO_FIRST_NODE","features":[119]},{"name":"WS_MOVE_TO_NEXT_ELEMENT","features":[119]},{"name":"WS_MOVE_TO_NEXT_NODE","features":[119]},{"name":"WS_MOVE_TO_PARENT_ELEMENT","features":[119]},{"name":"WS_MOVE_TO_PREVIOUS_ELEMENT","features":[119]},{"name":"WS_MOVE_TO_PREVIOUS_NODE","features":[119]},{"name":"WS_MOVE_TO_ROOT_ELEMENT","features":[119]},{"name":"WS_MUST_UNDERSTAND_HEADER_ATTRIBUTE","features":[119]},{"name":"WS_NAMEDPIPE_CHANNEL_BINDING","features":[119]},{"name":"WS_NAMEDPIPE_SSPI_TRANSPORT_SECURITY_BINDING","features":[119]},{"name":"WS_NAMEDPIPE_SSPI_TRANSPORT_SECURITY_BINDING_TYPE","features":[119]},{"name":"WS_NCRYPT_ASYMMETRIC_SECURITY_KEY_HANDLE","features":[119,70]},{"name":"WS_NCRYPT_ASYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[119]},{"name":"WS_NETPIPE_URL","features":[119]},{"name":"WS_NETTCP_URL","features":[119]},{"name":"WS_NON_RPC_LITERAL_OPERATION","features":[119]},{"name":"WS_NO_FIELD_MAPPING","features":[119]},{"name":"WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[119]},{"name":"WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[119]},{"name":"WS_OPEN_CHANNEL_CALLBACK","features":[119]},{"name":"WS_OPEN_LISTENER_CALLBACK","features":[119]},{"name":"WS_OPERATION_CANCEL_CALLBACK","features":[119]},{"name":"WS_OPERATION_CONTEXT","features":[119]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CHANNEL","features":[119]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CHANNEL_USER_STATE","features":[119]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CONTRACT_DESCRIPTION","features":[119]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_ENDPOINT_ADDRESS","features":[119]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_HEAP","features":[119]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_HOST_USER_STATE","features":[119]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_ID","features":[119]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_INPUT_MESSAGE","features":[119]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_LISTENER","features":[119]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_OUTPUT_MESSAGE","features":[119]},{"name":"WS_OPERATION_DESCRIPTION","features":[3,119]},{"name":"WS_OPERATION_FREE_STATE_CALLBACK","features":[119]},{"name":"WS_OPERATION_STYLE","features":[119]},{"name":"WS_PARAMETER_DESCRIPTION","features":[119]},{"name":"WS_PARAMETER_TYPE","features":[119]},{"name":"WS_PARAMETER_TYPE_ARRAY","features":[119]},{"name":"WS_PARAMETER_TYPE_ARRAY_COUNT","features":[119]},{"name":"WS_PARAMETER_TYPE_MESSAGES","features":[119]},{"name":"WS_PARAMETER_TYPE_NORMAL","features":[119]},{"name":"WS_POLICY","features":[119]},{"name":"WS_POLICY_CONSTRAINTS","features":[119]},{"name":"WS_POLICY_EXTENSION","features":[119]},{"name":"WS_POLICY_EXTENSION_TYPE","features":[119]},{"name":"WS_POLICY_PROPERTIES","features":[119]},{"name":"WS_POLICY_PROPERTY","features":[119]},{"name":"WS_POLICY_PROPERTY_ID","features":[119]},{"name":"WS_POLICY_PROPERTY_MAX_ALTERNATIVES","features":[119]},{"name":"WS_POLICY_PROPERTY_MAX_DEPTH","features":[119]},{"name":"WS_POLICY_PROPERTY_MAX_EXTENSIONS","features":[119]},{"name":"WS_POLICY_PROPERTY_STATE","features":[119]},{"name":"WS_POLICY_STATE","features":[119]},{"name":"WS_POLICY_STATE_CREATED","features":[119]},{"name":"WS_POLICY_STATE_FAULTED","features":[119]},{"name":"WS_PROTECTION_LEVEL","features":[119]},{"name":"WS_PROTECTION_LEVEL_NONE","features":[119]},{"name":"WS_PROTECTION_LEVEL_SIGN","features":[119]},{"name":"WS_PROTECTION_LEVEL_SIGN_AND_ENCRYPT","features":[119]},{"name":"WS_PROXY_FAULT_LANG_ID","features":[119]},{"name":"WS_PROXY_MESSAGE_CALLBACK","features":[119]},{"name":"WS_PROXY_MESSAGE_CALLBACK_CONTEXT","features":[119]},{"name":"WS_PROXY_PROPERTY","features":[119]},{"name":"WS_PROXY_PROPERTY_CALL_TIMEOUT","features":[119]},{"name":"WS_PROXY_PROPERTY_ID","features":[119]},{"name":"WS_PROXY_PROPERTY_MAX_CALL_POOL_SIZE","features":[119]},{"name":"WS_PROXY_PROPERTY_MAX_CLOSE_TIMEOUT","features":[119]},{"name":"WS_PROXY_PROPERTY_MAX_PENDING_CALLS","features":[119]},{"name":"WS_PROXY_PROPERTY_MESSAGE_PROPERTIES","features":[119]},{"name":"WS_PROXY_PROPERTY_STATE","features":[119]},{"name":"WS_PULL_BYTES_CALLBACK","features":[119]},{"name":"WS_PUSH_BYTES_CALLBACK","features":[119]},{"name":"WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE","features":[119]},{"name":"WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[119]},{"name":"WS_READ_CALLBACK","features":[119]},{"name":"WS_READ_MESSAGE_END_CALLBACK","features":[119]},{"name":"WS_READ_MESSAGE_START_CALLBACK","features":[119]},{"name":"WS_READ_NILLABLE_POINTER","features":[119]},{"name":"WS_READ_NILLABLE_VALUE","features":[119]},{"name":"WS_READ_OPTION","features":[119]},{"name":"WS_READ_OPTIONAL_POINTER","features":[119]},{"name":"WS_READ_REQUIRED_POINTER","features":[119]},{"name":"WS_READ_REQUIRED_VALUE","features":[119]},{"name":"WS_READ_TYPE_CALLBACK","features":[119]},{"name":"WS_RECEIVE_OPTION","features":[119]},{"name":"WS_RECEIVE_OPTIONAL_MESSAGE","features":[119]},{"name":"WS_RECEIVE_REQUIRED_MESSAGE","features":[119]},{"name":"WS_RELATES_TO_HEADER","features":[119]},{"name":"WS_RELAY_HEADER_ATTRIBUTE","features":[119]},{"name":"WS_REPEATING_ANY_ELEMENT_FIELD_MAPPING","features":[119]},{"name":"WS_REPEATING_ELEMENT_CHOICE_FIELD_MAPPING","features":[119]},{"name":"WS_REPEATING_ELEMENT_FIELD_MAPPING","features":[119]},{"name":"WS_REPEATING_HEADER","features":[119]},{"name":"WS_REPEATING_HEADER_OPTION","features":[119]},{"name":"WS_REPLY_MESSAGE","features":[119]},{"name":"WS_REPLY_TO_HEADER","features":[119]},{"name":"WS_REQUEST_MESSAGE","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_ISSUE","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_NEW_CONTEXT","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_RENEW_CONTEXT","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_APPLIES_TO","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_BEARER_KEY_TYPE_VERSION","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_EXISTING_TOKEN","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ID","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_ENTROPY","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_SIZE","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_TYPE","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_TYPE","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_LOCAL_REQUEST_PARAMETERS","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_MESSAGE_PROPERTIES","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_REQUEST_ACTION","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_SECURE_CONVERSATION_VERSION","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_SERVICE_REQUEST_PARAMETERS","features":[119]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_TRUST_VERSION","features":[119]},{"name":"WS_RESET_CHANNEL_CALLBACK","features":[119]},{"name":"WS_RESET_LISTENER_CALLBACK","features":[119]},{"name":"WS_RPC_LITERAL_OPERATION","features":[119]},{"name":"WS_RSA_ENDPOINT_IDENTITY","features":[119]},{"name":"WS_RSA_ENDPOINT_IDENTITY_TYPE","features":[119]},{"name":"WS_SAML_AUTHENTICATOR","features":[119]},{"name":"WS_SAML_AUTHENTICATOR_TYPE","features":[119]},{"name":"WS_SAML_MESSAGE_SECURITY_BINDING","features":[119]},{"name":"WS_SAML_MESSAGE_SECURITY_BINDING_TYPE","features":[119]},{"name":"WS_SECURE_CONVERSATION_VERSION","features":[119]},{"name":"WS_SECURE_CONVERSATION_VERSION_1_3","features":[119]},{"name":"WS_SECURE_CONVERSATION_VERSION_FEBRUARY_2005","features":[119]},{"name":"WS_SECURE_PROTOCOL","features":[119]},{"name":"WS_SECURE_PROTOCOL_SSL2","features":[119]},{"name":"WS_SECURE_PROTOCOL_SSL3","features":[119]},{"name":"WS_SECURE_PROTOCOL_TLS1_0","features":[119]},{"name":"WS_SECURE_PROTOCOL_TLS1_1","features":[119]},{"name":"WS_SECURE_PROTOCOL_TLS1_2","features":[119]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_1_5","features":[119]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_OAEP","features":[119]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_DSA_SHA1","features":[119]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA1","features":[119]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_256","features":[119]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_384","features":[119]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_512","features":[119]},{"name":"WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE","features":[119]},{"name":"WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE_WITH_COMMENTS","features":[119]},{"name":"WS_SECURITY_ALGORITHM_DEFAULT","features":[119]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA1","features":[119]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_256","features":[119]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_384","features":[119]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_512","features":[119]},{"name":"WS_SECURITY_ALGORITHM_ID","features":[119]},{"name":"WS_SECURITY_ALGORITHM_KEY_DERIVATION_P_SHA1","features":[119]},{"name":"WS_SECURITY_ALGORITHM_PROPERTY","features":[119]},{"name":"WS_SECURITY_ALGORITHM_PROPERTY_ID","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_RSA15","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_SHA256","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_SHA256_RSA15","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_RSA15","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_SHA256","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_SHA256_RSA15","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_RSA15","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_SHA256","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_SHA256_RSA15","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA1","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_256","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_384","features":[119]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_512","features":[119]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION","features":[119]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ERRATA_01","features":[119]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ORIGINAL_SCHEMA","features":[119]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ORIGINAL_SPECIFICATION","features":[119]},{"name":"WS_SECURITY_BINDING","features":[119]},{"name":"WS_SECURITY_BINDING_CONSTRAINT","features":[119]},{"name":"WS_SECURITY_BINDING_CONSTRAINT_TYPE","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTIES","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_ALLOWED_IMPERSONATION_LEVEL","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_ALLOW_ANONYMOUS_CLIENTS","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_CERT_FAILURES_TO_IGNORE","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_CONSTRAINT","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_DISABLE_CERT_REVOCATION_CHECK","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_DISALLOWED_SECURE_PROTOCOLS","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_BASIC_REALM","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_DIGEST_DOMAIN","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_DIGEST_REALM","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_SCHEME","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_TARGET","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_ID","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_MESSAGE_PROPERTIES","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_REQUIRE_SERVER_AUTH","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_REQUIRE_SSL_CLIENT_CERT","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURE_CONVERSATION_VERSION","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_KEY_ENTROPY_MODE","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_KEY_SIZE","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_MAX_ACTIVE_CONTEXTS","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_MAX_PENDING_CONTEXTS","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_RENEWAL_INTERVAL","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_ROLLOVER_INTERVAL","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_SUPPORT_RENEW","features":[119]},{"name":"WS_SECURITY_BINDING_PROPERTY_WINDOWS_INTEGRATED_AUTH_PACKAGE","features":[119]},{"name":"WS_SECURITY_BINDING_TYPE","features":[119]},{"name":"WS_SECURITY_CONSTRAINTS","features":[119]},{"name":"WS_SECURITY_CONTEXT","features":[119]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING","features":[119]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[119]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[119]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[119]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[119]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_TYPE","features":[119]},{"name":"WS_SECURITY_CONTEXT_PROPERTY","features":[119]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_ID","features":[119]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_IDENTIFIER","features":[119]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_MESSAGE_SECURITY_WINDOWS_TOKEN","features":[119]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_SAML_ASSERTION","features":[119]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_USERNAME","features":[119]},{"name":"WS_SECURITY_CONTEXT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[119]},{"name":"WS_SECURITY_CONTEXT_SECURITY_BINDING_TEMPLATE","features":[119]},{"name":"WS_SECURITY_DESCRIPTION","features":[119]},{"name":"WS_SECURITY_HEADER_LAYOUT","features":[119]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX","features":[119]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_FIRST","features":[119]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_LAST","features":[119]},{"name":"WS_SECURITY_HEADER_LAYOUT_STRICT","features":[119]},{"name":"WS_SECURITY_HEADER_VERSION","features":[119]},{"name":"WS_SECURITY_HEADER_VERSION_1_0","features":[119]},{"name":"WS_SECURITY_HEADER_VERSION_1_1","features":[119]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE","features":[119]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_CLIENT_ONLY","features":[119]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_COMBINED","features":[119]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_SERVER_ONLY","features":[119]},{"name":"WS_SECURITY_KEY_HANDLE","features":[119]},{"name":"WS_SECURITY_KEY_HANDLE_TYPE","features":[119]},{"name":"WS_SECURITY_KEY_TYPE","features":[119]},{"name":"WS_SECURITY_KEY_TYPE_ASYMMETRIC","features":[119]},{"name":"WS_SECURITY_KEY_TYPE_NONE","features":[119]},{"name":"WS_SECURITY_KEY_TYPE_SYMMETRIC","features":[119]},{"name":"WS_SECURITY_PROPERTIES","features":[119]},{"name":"WS_SECURITY_PROPERTY","features":[119]},{"name":"WS_SECURITY_PROPERTY_ALGORITHM_SUITE","features":[119]},{"name":"WS_SECURITY_PROPERTY_ALGORITHM_SUITE_NAME","features":[119]},{"name":"WS_SECURITY_PROPERTY_CONSTRAINT","features":[119]},{"name":"WS_SECURITY_PROPERTY_EXTENDED_PROTECTION_POLICY","features":[119]},{"name":"WS_SECURITY_PROPERTY_EXTENDED_PROTECTION_SCENARIO","features":[119]},{"name":"WS_SECURITY_PROPERTY_ID","features":[119]},{"name":"WS_SECURITY_PROPERTY_MAX_ALLOWED_CLOCK_SKEW","features":[119]},{"name":"WS_SECURITY_PROPERTY_MAX_ALLOWED_LATENCY","features":[119]},{"name":"WS_SECURITY_PROPERTY_SECURITY_HEADER_LAYOUT","features":[119]},{"name":"WS_SECURITY_PROPERTY_SECURITY_HEADER_VERSION","features":[119]},{"name":"WS_SECURITY_PROPERTY_SERVICE_IDENTITIES","features":[119]},{"name":"WS_SECURITY_PROPERTY_TIMESTAMP_USAGE","features":[119]},{"name":"WS_SECURITY_PROPERTY_TIMESTAMP_VALIDITY_DURATION","features":[119]},{"name":"WS_SECURITY_PROPERTY_TRANSPORT_PROTECTION_LEVEL","features":[119]},{"name":"WS_SECURITY_TIMESTAMP_USAGE","features":[119]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_ALWAYS","features":[119]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_NEVER","features":[119]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_REQUESTS_ONLY","features":[119]},{"name":"WS_SECURITY_TOKEN","features":[119]},{"name":"WS_SECURITY_TOKEN_PROPERTY_ATTACHED_REFERENCE_XML","features":[119]},{"name":"WS_SECURITY_TOKEN_PROPERTY_ID","features":[119]},{"name":"WS_SECURITY_TOKEN_PROPERTY_KEY_TYPE","features":[119]},{"name":"WS_SECURITY_TOKEN_PROPERTY_SERIALIZED_XML","features":[119]},{"name":"WS_SECURITY_TOKEN_PROPERTY_SYMMETRIC_KEY","features":[119]},{"name":"WS_SECURITY_TOKEN_PROPERTY_UNATTACHED_REFERENCE_XML","features":[119]},{"name":"WS_SECURITY_TOKEN_PROPERTY_VALID_FROM_TIME","features":[119]},{"name":"WS_SECURITY_TOKEN_PROPERTY_VALID_TILL_TIME","features":[119]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE","features":[119]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_CERT_THUMBPRINT","features":[119]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_LOCAL_ID","features":[119]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_SAML_ASSERTION_ID","features":[119]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_SECURITY_CONTEXT_ID","features":[119]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_XML_BUFFER","features":[119]},{"name":"WS_SERVICE_ACCEPT_CHANNEL_CALLBACK","features":[119]},{"name":"WS_SERVICE_CANCEL_REASON","features":[119]},{"name":"WS_SERVICE_CHANNEL_FAULTED","features":[119]},{"name":"WS_SERVICE_CLOSE_CHANNEL_CALLBACK","features":[119]},{"name":"WS_SERVICE_CONTRACT","features":[3,119]},{"name":"WS_SERVICE_ENDPOINT","features":[3,119]},{"name":"WS_SERVICE_ENDPOINT_METADATA","features":[3,119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_ACCEPT_CHANNEL_CALLBACK","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_BODY_HEAP_MAX_SIZE","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_BODY_HEAP_TRIM_SIZE","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_CHECK_MUST_UNDERSTAND","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_CLOSE_CHANNEL_CALLBACK","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_ID","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_LISTENER_PROPERTIES","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_ACCEPTING_CHANNELS","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CALL_POOL_SIZE","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CHANNELS","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CHANNEL_POOL_SIZE","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CONCURRENCY","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MESSAGE_PROPERTIES","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA_EXCHANGE_TYPE","features":[119]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA_EXCHANGE_URL_SUFFIX","features":[119]},{"name":"WS_SERVICE_HOST","features":[119]},{"name":"WS_SERVICE_HOST_ABORT","features":[119]},{"name":"WS_SERVICE_HOST_STATE","features":[119]},{"name":"WS_SERVICE_HOST_STATE_CLOSED","features":[119]},{"name":"WS_SERVICE_HOST_STATE_CLOSING","features":[119]},{"name":"WS_SERVICE_HOST_STATE_CREATED","features":[119]},{"name":"WS_SERVICE_HOST_STATE_FAULTED","features":[119]},{"name":"WS_SERVICE_HOST_STATE_OPEN","features":[119]},{"name":"WS_SERVICE_HOST_STATE_OPENING","features":[119]},{"name":"WS_SERVICE_MESSAGE_RECEIVE_CALLBACK","features":[119]},{"name":"WS_SERVICE_METADATA","features":[3,119]},{"name":"WS_SERVICE_METADATA_DOCUMENT","features":[3,119]},{"name":"WS_SERVICE_OPERATION_MESSAGE_NILLABLE_ELEMENT","features":[119]},{"name":"WS_SERVICE_PROPERTY","features":[119]},{"name":"WS_SERVICE_PROPERTY_ACCEPT_CALLBACK","features":[119]},{"name":"WS_SERVICE_PROPERTY_CLOSE_CALLBACK","features":[119]},{"name":"WS_SERVICE_PROPERTY_CLOSE_TIMEOUT","features":[119]},{"name":"WS_SERVICE_PROPERTY_FAULT_DISCLOSURE","features":[119]},{"name":"WS_SERVICE_PROPERTY_FAULT_LANGID","features":[119]},{"name":"WS_SERVICE_PROPERTY_HOST_STATE","features":[119]},{"name":"WS_SERVICE_PROPERTY_HOST_USER_STATE","features":[119]},{"name":"WS_SERVICE_PROPERTY_ID","features":[119]},{"name":"WS_SERVICE_PROPERTY_METADATA","features":[119]},{"name":"WS_SERVICE_PROXY","features":[119]},{"name":"WS_SERVICE_PROXY_STATE","features":[119]},{"name":"WS_SERVICE_PROXY_STATE_CLOSED","features":[119]},{"name":"WS_SERVICE_PROXY_STATE_CLOSING","features":[119]},{"name":"WS_SERVICE_PROXY_STATE_CREATED","features":[119]},{"name":"WS_SERVICE_PROXY_STATE_FAULTED","features":[119]},{"name":"WS_SERVICE_PROXY_STATE_OPEN","features":[119]},{"name":"WS_SERVICE_PROXY_STATE_OPENING","features":[119]},{"name":"WS_SERVICE_SECURITY_CALLBACK","features":[3,119]},{"name":"WS_SERVICE_SECURITY_IDENTITIES","features":[119]},{"name":"WS_SERVICE_STUB_CALLBACK","features":[119]},{"name":"WS_SET_CHANNEL_PROPERTY_CALLBACK","features":[119]},{"name":"WS_SET_LISTENER_PROPERTY_CALLBACK","features":[119]},{"name":"WS_SHORT_CALLBACK","features":[119]},{"name":"WS_SHUTDOWN_SESSION_CHANNEL_CALLBACK","features":[119]},{"name":"WS_SINGLETON_HEADER","features":[119]},{"name":"WS_SOAPUDP_URL","features":[119]},{"name":"WS_SPN_ENDPOINT_IDENTITY","features":[119]},{"name":"WS_SPN_ENDPOINT_IDENTITY_TYPE","features":[119]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING","features":[119]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT","features":[3,119]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT_TYPE","features":[119]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[119]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_TEMPLATE","features":[119]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_TYPE","features":[119]},{"name":"WS_SSPI_TRANSPORT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[119]},{"name":"WS_STREAMED_INPUT_TRANSFER_MODE","features":[119]},{"name":"WS_STREAMED_OUTPUT_TRANSFER_MODE","features":[119]},{"name":"WS_STREAMED_TRANSFER_MODE","features":[119]},{"name":"WS_STRING","features":[119]},{"name":"WS_STRING_DESCRIPTION","features":[119]},{"name":"WS_STRING_TYPE","features":[119]},{"name":"WS_STRING_USERNAME_CREDENTIAL","features":[119]},{"name":"WS_STRING_USERNAME_CREDENTIAL_TYPE","features":[119]},{"name":"WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[119]},{"name":"WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[119]},{"name":"WS_STRUCT_ABSTRACT","features":[119]},{"name":"WS_STRUCT_DESCRIPTION","features":[3,119]},{"name":"WS_STRUCT_IGNORE_TRAILING_ELEMENT_CONTENT","features":[119]},{"name":"WS_STRUCT_IGNORE_UNHANDLED_ATTRIBUTES","features":[119]},{"name":"WS_STRUCT_TYPE","features":[119]},{"name":"WS_SUBJECT_NAME_CERT_CREDENTIAL","features":[119]},{"name":"WS_SUBJECT_NAME_CERT_CREDENTIAL_TYPE","features":[119]},{"name":"WS_SUPPORTING_MESSAGE_SECURITY_USAGE","features":[119]},{"name":"WS_TCP_BINDING_TEMPLATE","features":[119]},{"name":"WS_TCP_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_TCP_CHANNEL_BINDING","features":[119]},{"name":"WS_TCP_POLICY_DESCRIPTION","features":[119]},{"name":"WS_TCP_SSPI_BINDING_TEMPLATE","features":[119]},{"name":"WS_TCP_SSPI_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE","features":[119]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_POLICY_DESCRIPTION","features":[119]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[119]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[119]},{"name":"WS_TCP_SSPI_POLICY_DESCRIPTION","features":[119]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING","features":[119]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_CONSTRAINT","features":[119]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_CONSTRAINT_TYPE","features":[119]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TEMPLATE","features":[119]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TYPE","features":[119]},{"name":"WS_TCP_SSPI_USERNAME_BINDING_TEMPLATE","features":[119]},{"name":"WS_TCP_SSPI_USERNAME_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_TCP_SSPI_USERNAME_POLICY_DESCRIPTION","features":[119]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[119]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[119]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[119]},{"name":"WS_TEXT_FIELD_MAPPING","features":[119]},{"name":"WS_THUMBPRINT_CERT_CREDENTIAL","features":[119]},{"name":"WS_THUMBPRINT_CERT_CREDENTIAL_TYPE","features":[119]},{"name":"WS_TIMESPAN","features":[119]},{"name":"WS_TIMESPAN_DESCRIPTION","features":[119]},{"name":"WS_TIMESPAN_TYPE","features":[119]},{"name":"WS_TIMESPAN_VALUE_TYPE","features":[119]},{"name":"WS_TO_HEADER","features":[119]},{"name":"WS_TRACE_API","features":[119]},{"name":"WS_TRACE_API_ABANDON_MESSAGE","features":[119]},{"name":"WS_TRACE_API_ABORT_CALL","features":[119]},{"name":"WS_TRACE_API_ABORT_CHANNEL","features":[119]},{"name":"WS_TRACE_API_ABORT_LISTENER","features":[119]},{"name":"WS_TRACE_API_ABORT_SERVICE_HOST","features":[119]},{"name":"WS_TRACE_API_ABORT_SERVICE_PROXY","features":[119]},{"name":"WS_TRACE_API_ACCEPT_CHANNEL","features":[119]},{"name":"WS_TRACE_API_ADDRESS_MESSAGE","features":[119]},{"name":"WS_TRACE_API_ADD_CUSTOM_HEADER","features":[119]},{"name":"WS_TRACE_API_ADD_ERROR_STRING","features":[119]},{"name":"WS_TRACE_API_ADD_MAPPED_HEADER","features":[119]},{"name":"WS_TRACE_API_ALLOC","features":[119]},{"name":"WS_TRACE_API_ASYNC_EXECUTE","features":[119]},{"name":"WS_TRACE_API_CALL","features":[119]},{"name":"WS_TRACE_API_CHECK_MUST_UNDERSTAND_HEADERS","features":[119]},{"name":"WS_TRACE_API_CLOSE_CHANNEL","features":[119]},{"name":"WS_TRACE_API_CLOSE_LISTENER","features":[119]},{"name":"WS_TRACE_API_CLOSE_SERVICE_HOST","features":[119]},{"name":"WS_TRACE_API_CLOSE_SERVICE_PROXY","features":[119]},{"name":"WS_TRACE_API_COMBINE_URL","features":[119]},{"name":"WS_TRACE_API_COPY_ERROR","features":[119]},{"name":"WS_TRACE_API_COPY_NODE","features":[119]},{"name":"WS_TRACE_API_CREATE_CHANNEL","features":[119]},{"name":"WS_TRACE_API_CREATE_CHANNEL_FOR_LISTENER","features":[119]},{"name":"WS_TRACE_API_CREATE_ERROR","features":[119]},{"name":"WS_TRACE_API_CREATE_FAULT_FROM_ERROR","features":[119]},{"name":"WS_TRACE_API_CREATE_HEAP","features":[119]},{"name":"WS_TRACE_API_CREATE_LISTENER","features":[119]},{"name":"WS_TRACE_API_CREATE_MESSAGE","features":[119]},{"name":"WS_TRACE_API_CREATE_MESSAGE_FOR_CHANNEL","features":[119]},{"name":"WS_TRACE_API_CREATE_METADATA","features":[119]},{"name":"WS_TRACE_API_CREATE_READER","features":[119]},{"name":"WS_TRACE_API_CREATE_SERVICE_HOST","features":[119]},{"name":"WS_TRACE_API_CREATE_SERVICE_PROXY","features":[119]},{"name":"WS_TRACE_API_CREATE_WRITER","features":[119]},{"name":"WS_TRACE_API_CREATE_XML_BUFFER","features":[119]},{"name":"WS_TRACE_API_CREATE_XML_SECURITY_TOKEN","features":[119]},{"name":"WS_TRACE_API_DATETIME_TO_FILETIME","features":[119]},{"name":"WS_TRACE_API_DECODE_URL","features":[119]},{"name":"WS_TRACE_API_DUMP_MEMORY","features":[119]},{"name":"WS_TRACE_API_ENCODE_URL","features":[119]},{"name":"WS_TRACE_API_END_READER_CANONICALIZATION","features":[119]},{"name":"WS_TRACE_API_END_WRITER_CANONICALIZATION","features":[119]},{"name":"WS_TRACE_API_FILETIME_TO_DATETIME","features":[119]},{"name":"WS_TRACE_API_FILL_BODY","features":[119]},{"name":"WS_TRACE_API_FILL_READER","features":[119]},{"name":"WS_TRACE_API_FIND_ATTRIBUTE","features":[119]},{"name":"WS_TRACE_API_FLUSH_BODY","features":[119]},{"name":"WS_TRACE_API_FLUSH_WRITER","features":[119]},{"name":"WS_TRACE_API_FREE_CHANNEL","features":[119]},{"name":"WS_TRACE_API_FREE_ERROR","features":[119]},{"name":"WS_TRACE_API_FREE_HEAP","features":[119]},{"name":"WS_TRACE_API_FREE_LISTENER","features":[119]},{"name":"WS_TRACE_API_FREE_MESSAGE","features":[119]},{"name":"WS_TRACE_API_FREE_METADATA","features":[119]},{"name":"WS_TRACE_API_FREE_SECURITY_TOKEN","features":[119]},{"name":"WS_TRACE_API_FREE_SERVICE_HOST","features":[119]},{"name":"WS_TRACE_API_FREE_SERVICE_PROXY","features":[119]},{"name":"WS_TRACE_API_FREE_XML_READER","features":[119]},{"name":"WS_TRACE_API_FREE_XML_WRITER","features":[119]},{"name":"WS_TRACE_API_GET_CHANNEL_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_CONTEXT_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_CUSTOM_HEADER","features":[119]},{"name":"WS_TRACE_API_GET_DICTIONARY","features":[119]},{"name":"WS_TRACE_API_GET_ERROR_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_ERROR_STRING","features":[119]},{"name":"WS_TRACE_API_GET_FAULT_ERROR_DETAIL","features":[119]},{"name":"WS_TRACE_API_GET_FAULT_ERROR_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_HEADER","features":[119]},{"name":"WS_TRACE_API_GET_HEADER_ATTRIBUTES","features":[119]},{"name":"WS_TRACE_API_GET_HEAP_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_LISTENER_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_MAPPED_HEADER","features":[119]},{"name":"WS_TRACE_API_GET_MESSAGE_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_METADATA_ENDPOINTS","features":[119]},{"name":"WS_TRACE_API_GET_METADATA_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_MISSING_METADATA_DOCUMENT_ADDRESS","features":[119]},{"name":"WS_TRACE_API_GET_POLICY_ALTERNATIVE_COUNT","features":[119]},{"name":"WS_TRACE_API_GET_POLICY_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_READER_NODE","features":[119]},{"name":"WS_TRACE_API_GET_READER_POSITION","features":[119]},{"name":"WS_TRACE_API_GET_READER_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_SECURITY_CONTEXT_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_SECURITY_TOKEN_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_SERVICE_HOST_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_SERVICE_PROXY_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_WRITER_POSITION","features":[119]},{"name":"WS_TRACE_API_GET_WRITER_PROPERTY","features":[119]},{"name":"WS_TRACE_API_GET_XML_ATTRIBUTE","features":[119]},{"name":"WS_TRACE_API_INITIALIZE_MESSAGE","features":[119]},{"name":"WS_TRACE_API_MARK_HEADER_AS_UNDERSTOOD","features":[119]},{"name":"WS_TRACE_API_MATCH_POLICY_ALTERNATIVE","features":[119]},{"name":"WS_TRACE_API_MOVE_READER","features":[119]},{"name":"WS_TRACE_API_MOVE_WRITER","features":[119]},{"name":"WS_TRACE_API_NAMESPACE_FROM_PREFIX","features":[119]},{"name":"WS_TRACE_API_NONE","features":[119]},{"name":"WS_TRACE_API_OPEN_CHANNEL","features":[119]},{"name":"WS_TRACE_API_OPEN_LISTENER","features":[119]},{"name":"WS_TRACE_API_OPEN_SERVICE_HOST","features":[119]},{"name":"WS_TRACE_API_OPEN_SERVICE_PROXY","features":[119]},{"name":"WS_TRACE_API_PREFIX_FROM_NAMESPACE","features":[119]},{"name":"WS_TRACE_API_PULL_BYTES","features":[119]},{"name":"WS_TRACE_API_PUSH_BYTES","features":[119]},{"name":"WS_TRACE_API_READ_ARRAY","features":[119]},{"name":"WS_TRACE_API_READ_ATTRIBUTE_TYPE","features":[119]},{"name":"WS_TRACE_API_READ_BODY","features":[119]},{"name":"WS_TRACE_API_READ_BYTES","features":[119]},{"name":"WS_TRACE_API_READ_CHARS","features":[119]},{"name":"WS_TRACE_API_READ_CHARS_UTF8","features":[119]},{"name":"WS_TRACE_API_READ_ELEMENT_TYPE","features":[119]},{"name":"WS_TRACE_API_READ_ELEMENT_VALUE","features":[119]},{"name":"WS_TRACE_API_READ_ENDPOINT_ADDRESS_EXTENSION","features":[119]},{"name":"WS_TRACE_API_READ_END_ATTRIBUTE","features":[119]},{"name":"WS_TRACE_API_READ_END_ELEMENT","features":[119]},{"name":"WS_TRACE_API_READ_ENVELOPE_END","features":[119]},{"name":"WS_TRACE_API_READ_ENVELOPE_START","features":[119]},{"name":"WS_TRACE_API_READ_MESSAGE_END","features":[119]},{"name":"WS_TRACE_API_READ_MESSAGE_START","features":[119]},{"name":"WS_TRACE_API_READ_METADATA","features":[119]},{"name":"WS_TRACE_API_READ_NODE","features":[119]},{"name":"WS_TRACE_API_READ_QUALIFIED_NAME","features":[119]},{"name":"WS_TRACE_API_READ_START_ATTRIBUTE","features":[119]},{"name":"WS_TRACE_API_READ_START_ELEMENT","features":[119]},{"name":"WS_TRACE_API_READ_TO_START_ELEMENT","features":[119]},{"name":"WS_TRACE_API_READ_TYPE","features":[119]},{"name":"WS_TRACE_API_READ_XML_BUFFER","features":[119]},{"name":"WS_TRACE_API_READ_XML_BUFFER_FROM_BYTES","features":[119]},{"name":"WS_TRACE_API_RECEIVE_MESSAGE","features":[119]},{"name":"WS_TRACE_API_REMOVE_CUSTOM_HEADER","features":[119]},{"name":"WS_TRACE_API_REMOVE_HEADER","features":[119]},{"name":"WS_TRACE_API_REMOVE_MAPPED_HEADER","features":[119]},{"name":"WS_TRACE_API_REMOVE_NODE","features":[119]},{"name":"WS_TRACE_API_REQUEST_REPLY","features":[119]},{"name":"WS_TRACE_API_REQUEST_SECURITY_TOKEN","features":[119]},{"name":"WS_TRACE_API_RESET_CHANNEL","features":[119]},{"name":"WS_TRACE_API_RESET_ERROR","features":[119]},{"name":"WS_TRACE_API_RESET_HEAP","features":[119]},{"name":"WS_TRACE_API_RESET_LISTENER","features":[119]},{"name":"WS_TRACE_API_RESET_MESSAGE","features":[119]},{"name":"WS_TRACE_API_RESET_METADATA","features":[119]},{"name":"WS_TRACE_API_RESET_SERVICE_HOST","features":[119]},{"name":"WS_TRACE_API_RESET_SERVICE_PROXY","features":[119]},{"name":"WS_TRACE_API_REVOKE_SECURITY_CONTEXT","features":[119]},{"name":"WS_TRACE_API_SEND_FAULT_MESSAGE_FOR_ERROR","features":[119]},{"name":"WS_TRACE_API_SEND_MESSAGE","features":[119]},{"name":"WS_TRACE_API_SEND_REPLY_MESSAGE","features":[119]},{"name":"WS_TRACE_API_SERVICE_REGISTER_FOR_CANCEL","features":[119]},{"name":"WS_TRACE_API_SET_AUTOFAIL","features":[119]},{"name":"WS_TRACE_API_SET_CHANNEL_PROPERTY","features":[119]},{"name":"WS_TRACE_API_SET_ERROR_PROPERTY","features":[119]},{"name":"WS_TRACE_API_SET_FAULT_ERROR_DETAIL","features":[119]},{"name":"WS_TRACE_API_SET_FAULT_ERROR_PROPERTY","features":[119]},{"name":"WS_TRACE_API_SET_HEADER","features":[119]},{"name":"WS_TRACE_API_SET_INPUT","features":[119]},{"name":"WS_TRACE_API_SET_INPUT_TO_BUFFER","features":[119]},{"name":"WS_TRACE_API_SET_LISTENER_PROPERTY","features":[119]},{"name":"WS_TRACE_API_SET_MESSAGE_PROPERTY","features":[119]},{"name":"WS_TRACE_API_SET_OUTPUT","features":[119]},{"name":"WS_TRACE_API_SET_OUTPUT_TO_BUFFER","features":[119]},{"name":"WS_TRACE_API_SET_READER_POSITION","features":[119]},{"name":"WS_TRACE_API_SET_WRITER_POSITION","features":[119]},{"name":"WS_TRACE_API_SHUTDOWN_SESSION_CHANNEL","features":[119]},{"name":"WS_TRACE_API_SKIP_NODE","features":[119]},{"name":"WS_TRACE_API_START_READER_CANONICALIZATION","features":[119]},{"name":"WS_TRACE_API_START_WRITER_CANONICALIZATION","features":[119]},{"name":"WS_TRACE_API_TRIM_XML_WHITESPACE","features":[119]},{"name":"WS_TRACE_API_VERIFY_XML_NCNAME","features":[119]},{"name":"WS_TRACE_API_WRITE_ARRAY","features":[119]},{"name":"WS_TRACE_API_WRITE_ATTRIBUTE_TYPE","features":[119]},{"name":"WS_TRACE_API_WRITE_BODY","features":[119]},{"name":"WS_TRACE_API_WRITE_BYTES","features":[119]},{"name":"WS_TRACE_API_WRITE_CHARS","features":[119]},{"name":"WS_TRACE_API_WRITE_CHARS_UTF8","features":[119]},{"name":"WS_TRACE_API_WRITE_ELEMENT_TYPE","features":[119]},{"name":"WS_TRACE_API_WRITE_END_ATTRIBUTE","features":[119]},{"name":"WS_TRACE_API_WRITE_END_CDATA","features":[119]},{"name":"WS_TRACE_API_WRITE_END_ELEMENT","features":[119]},{"name":"WS_TRACE_API_WRITE_END_START_ELEMENT","features":[119]},{"name":"WS_TRACE_API_WRITE_ENVELOPE_END","features":[119]},{"name":"WS_TRACE_API_WRITE_ENVELOPE_START","features":[119]},{"name":"WS_TRACE_API_WRITE_MESSAGE_END","features":[119]},{"name":"WS_TRACE_API_WRITE_MESSAGE_START","features":[119]},{"name":"WS_TRACE_API_WRITE_NODE","features":[119]},{"name":"WS_TRACE_API_WRITE_QUALIFIED_NAME","features":[119]},{"name":"WS_TRACE_API_WRITE_START_ATTRIBUTE","features":[119]},{"name":"WS_TRACE_API_WRITE_START_CDATA","features":[119]},{"name":"WS_TRACE_API_WRITE_START_ELEMENT","features":[119]},{"name":"WS_TRACE_API_WRITE_TEXT","features":[119]},{"name":"WS_TRACE_API_WRITE_TYPE","features":[119]},{"name":"WS_TRACE_API_WRITE_VALUE","features":[119]},{"name":"WS_TRACE_API_WRITE_XMLNS_ATTRIBUTE","features":[119]},{"name":"WS_TRACE_API_WRITE_XML_BUFFER","features":[119]},{"name":"WS_TRACE_API_WRITE_XML_BUFFER_TO_BYTES","features":[119]},{"name":"WS_TRACE_API_WS_CREATE_SERVICE_HOST_FROM_TEMPLATE","features":[119]},{"name":"WS_TRACE_API_WS_CREATE_SERVICE_PROXY_FROM_TEMPLATE","features":[119]},{"name":"WS_TRACE_API_XML_STRING_EQUALS","features":[119]},{"name":"WS_TRANSFER_MODE","features":[119]},{"name":"WS_TRUST_VERSION","features":[119]},{"name":"WS_TRUST_VERSION_1_3","features":[119]},{"name":"WS_TRUST_VERSION_FEBRUARY_2005","features":[119]},{"name":"WS_TYPE","features":[119]},{"name":"WS_TYPE_ATTRIBUTE_FIELD_MAPPING","features":[119]},{"name":"WS_TYPE_MAPPING","features":[119]},{"name":"WS_UDP_CHANNEL_BINDING","features":[119]},{"name":"WS_UINT16_DESCRIPTION","features":[119]},{"name":"WS_UINT16_TYPE","features":[119]},{"name":"WS_UINT16_VALUE_TYPE","features":[119]},{"name":"WS_UINT32_DESCRIPTION","features":[119]},{"name":"WS_UINT32_TYPE","features":[119]},{"name":"WS_UINT32_VALUE_TYPE","features":[119]},{"name":"WS_UINT64_DESCRIPTION","features":[119]},{"name":"WS_UINT64_TYPE","features":[119]},{"name":"WS_UINT64_VALUE_TYPE","features":[119]},{"name":"WS_UINT8_DESCRIPTION","features":[119]},{"name":"WS_UINT8_TYPE","features":[119]},{"name":"WS_UINT8_VALUE_TYPE","features":[119]},{"name":"WS_UNION_DESCRIPTION","features":[3,119]},{"name":"WS_UNION_FIELD_DESCRIPTION","features":[3,119]},{"name":"WS_UNION_TYPE","features":[119]},{"name":"WS_UNIQUE_ID","features":[119]},{"name":"WS_UNIQUE_ID_DESCRIPTION","features":[119]},{"name":"WS_UNIQUE_ID_TYPE","features":[119]},{"name":"WS_UNKNOWN_ENDPOINT_IDENTITY","features":[119]},{"name":"WS_UNKNOWN_ENDPOINT_IDENTITY_TYPE","features":[119]},{"name":"WS_UPN_ENDPOINT_IDENTITY","features":[119]},{"name":"WS_UPN_ENDPOINT_IDENTITY_TYPE","features":[119]},{"name":"WS_URL","features":[119]},{"name":"WS_URL_FLAGS_ALLOW_HOST_WILDCARDS","features":[119]},{"name":"WS_URL_FLAGS_NO_PATH_COLLAPSE","features":[119]},{"name":"WS_URL_FLAGS_ZERO_TERMINATE","features":[119]},{"name":"WS_URL_HTTPS_SCHEME_TYPE","features":[119]},{"name":"WS_URL_HTTP_SCHEME_TYPE","features":[119]},{"name":"WS_URL_NETPIPE_SCHEME_TYPE","features":[119]},{"name":"WS_URL_NETTCP_SCHEME_TYPE","features":[119]},{"name":"WS_URL_SCHEME_TYPE","features":[119]},{"name":"WS_URL_SOAPUDP_SCHEME_TYPE","features":[119]},{"name":"WS_USERNAME_CREDENTIAL","features":[119]},{"name":"WS_USERNAME_CREDENTIAL_TYPE","features":[119]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING","features":[119]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[119]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[119]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[119]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[119]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_TYPE","features":[119]},{"name":"WS_UTF8_ARRAY_DESCRIPTION","features":[119]},{"name":"WS_UTF8_ARRAY_TYPE","features":[119]},{"name":"WS_VALIDATE_PASSWORD_CALLBACK","features":[119]},{"name":"WS_VALIDATE_SAML_CALLBACK","features":[119]},{"name":"WS_VALUE_TYPE","features":[119]},{"name":"WS_VOID_DESCRIPTION","features":[119]},{"name":"WS_VOID_TYPE","features":[119]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[119]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[119]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE","features":[119]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_KERBEROS","features":[119]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_NTLM","features":[119]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_SPNEGO","features":[119]},{"name":"WS_WRITE_CALLBACK","features":[119]},{"name":"WS_WRITE_MESSAGE_END_CALLBACK","features":[119]},{"name":"WS_WRITE_MESSAGE_START_CALLBACK","features":[119]},{"name":"WS_WRITE_NILLABLE_POINTER","features":[119]},{"name":"WS_WRITE_NILLABLE_VALUE","features":[119]},{"name":"WS_WRITE_OPTION","features":[119]},{"name":"WS_WRITE_REQUIRED_POINTER","features":[119]},{"name":"WS_WRITE_REQUIRED_VALUE","features":[119]},{"name":"WS_WRITE_TYPE_CALLBACK","features":[119]},{"name":"WS_WSZ_DESCRIPTION","features":[119]},{"name":"WS_WSZ_TYPE","features":[119]},{"name":"WS_XML_ATTRIBUTE","features":[3,119]},{"name":"WS_XML_ATTRIBUTE_FIELD_MAPPING","features":[119]},{"name":"WS_XML_BASE64_TEXT","features":[119]},{"name":"WS_XML_BOOL_TEXT","features":[3,119]},{"name":"WS_XML_BUFFER","features":[119]},{"name":"WS_XML_BUFFER_PROPERTY","features":[119]},{"name":"WS_XML_BUFFER_PROPERTY_ID","features":[119]},{"name":"WS_XML_BUFFER_TYPE","features":[119]},{"name":"WS_XML_CANONICALIZATION_ALGORITHM","features":[119]},{"name":"WS_XML_CANONICALIZATION_INCLUSIVE_PREFIXES","features":[3,119]},{"name":"WS_XML_CANONICALIZATION_PROPERTY","features":[119]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_ALGORITHM","features":[119]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_ID","features":[119]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_INCLUSIVE_PREFIXES","features":[119]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_OMITTED_ELEMENT","features":[119]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_OUTPUT_BUFFER_SIZE","features":[119]},{"name":"WS_XML_COMMENT_NODE","features":[3,119]},{"name":"WS_XML_DATETIME_TEXT","features":[119]},{"name":"WS_XML_DECIMAL_TEXT","features":[3,119]},{"name":"WS_XML_DICTIONARY","features":[3,119]},{"name":"WS_XML_DOUBLE_TEXT","features":[119]},{"name":"WS_XML_ELEMENT_NODE","features":[3,119]},{"name":"WS_XML_FLOAT_TEXT","features":[119]},{"name":"WS_XML_GUID_TEXT","features":[119]},{"name":"WS_XML_INT32_TEXT","features":[119]},{"name":"WS_XML_INT64_TEXT","features":[119]},{"name":"WS_XML_LIST_TEXT","features":[119]},{"name":"WS_XML_NODE","features":[119]},{"name":"WS_XML_NODE_POSITION","features":[119]},{"name":"WS_XML_NODE_TYPE","features":[119]},{"name":"WS_XML_NODE_TYPE_BOF","features":[119]},{"name":"WS_XML_NODE_TYPE_CDATA","features":[119]},{"name":"WS_XML_NODE_TYPE_COMMENT","features":[119]},{"name":"WS_XML_NODE_TYPE_ELEMENT","features":[119]},{"name":"WS_XML_NODE_TYPE_END_CDATA","features":[119]},{"name":"WS_XML_NODE_TYPE_END_ELEMENT","features":[119]},{"name":"WS_XML_NODE_TYPE_EOF","features":[119]},{"name":"WS_XML_NODE_TYPE_TEXT","features":[119]},{"name":"WS_XML_QNAME","features":[3,119]},{"name":"WS_XML_QNAME_DESCRIPTION","features":[119]},{"name":"WS_XML_QNAME_TEXT","features":[3,119]},{"name":"WS_XML_QNAME_TYPE","features":[119]},{"name":"WS_XML_READER","features":[119]},{"name":"WS_XML_READER_BINARY_ENCODING","features":[3,119]},{"name":"WS_XML_READER_BUFFER_INPUT","features":[119]},{"name":"WS_XML_READER_ENCODING","features":[119]},{"name":"WS_XML_READER_ENCODING_TYPE","features":[119]},{"name":"WS_XML_READER_ENCODING_TYPE_BINARY","features":[119]},{"name":"WS_XML_READER_ENCODING_TYPE_MTOM","features":[119]},{"name":"WS_XML_READER_ENCODING_TYPE_RAW","features":[119]},{"name":"WS_XML_READER_ENCODING_TYPE_TEXT","features":[119]},{"name":"WS_XML_READER_INPUT","features":[119]},{"name":"WS_XML_READER_INPUT_TYPE","features":[119]},{"name":"WS_XML_READER_INPUT_TYPE_BUFFER","features":[119]},{"name":"WS_XML_READER_INPUT_TYPE_STREAM","features":[119]},{"name":"WS_XML_READER_MTOM_ENCODING","features":[3,119]},{"name":"WS_XML_READER_PROPERTIES","features":[119]},{"name":"WS_XML_READER_PROPERTY","features":[119]},{"name":"WS_XML_READER_PROPERTY_ALLOW_FRAGMENT","features":[119]},{"name":"WS_XML_READER_PROPERTY_ALLOW_INVALID_CHARACTER_REFERENCES","features":[119]},{"name":"WS_XML_READER_PROPERTY_CHARSET","features":[119]},{"name":"WS_XML_READER_PROPERTY_COLUMN","features":[119]},{"name":"WS_XML_READER_PROPERTY_ID","features":[119]},{"name":"WS_XML_READER_PROPERTY_IN_ATTRIBUTE","features":[119]},{"name":"WS_XML_READER_PROPERTY_MAX_ATTRIBUTES","features":[119]},{"name":"WS_XML_READER_PROPERTY_MAX_DEPTH","features":[119]},{"name":"WS_XML_READER_PROPERTY_MAX_MIME_PARTS","features":[119]},{"name":"WS_XML_READER_PROPERTY_MAX_NAMESPACES","features":[119]},{"name":"WS_XML_READER_PROPERTY_READ_DECLARATION","features":[119]},{"name":"WS_XML_READER_PROPERTY_ROW","features":[119]},{"name":"WS_XML_READER_PROPERTY_STREAM_BUFFER_SIZE","features":[119]},{"name":"WS_XML_READER_PROPERTY_STREAM_MAX_MIME_HEADERS_SIZE","features":[119]},{"name":"WS_XML_READER_PROPERTY_STREAM_MAX_ROOT_MIME_PART_SIZE","features":[119]},{"name":"WS_XML_READER_PROPERTY_UTF8_TRIM_SIZE","features":[119]},{"name":"WS_XML_READER_RAW_ENCODING","features":[119]},{"name":"WS_XML_READER_STREAM_INPUT","features":[119]},{"name":"WS_XML_READER_TEXT_ENCODING","features":[119]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY","features":[119]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_ATTACHED_REFERENCE","features":[119]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_ID","features":[119]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_UNATTACHED_REFERENCE","features":[119]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_VALID_FROM_TIME","features":[119]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_VALID_TILL_TIME","features":[119]},{"name":"WS_XML_STRING","features":[3,119]},{"name":"WS_XML_STRING_DESCRIPTION","features":[119]},{"name":"WS_XML_STRING_TYPE","features":[119]},{"name":"WS_XML_TEXT","features":[119]},{"name":"WS_XML_TEXT_NODE","features":[119]},{"name":"WS_XML_TEXT_TYPE","features":[119]},{"name":"WS_XML_TEXT_TYPE_BASE64","features":[119]},{"name":"WS_XML_TEXT_TYPE_BOOL","features":[119]},{"name":"WS_XML_TEXT_TYPE_DATETIME","features":[119]},{"name":"WS_XML_TEXT_TYPE_DECIMAL","features":[119]},{"name":"WS_XML_TEXT_TYPE_DOUBLE","features":[119]},{"name":"WS_XML_TEXT_TYPE_FLOAT","features":[119]},{"name":"WS_XML_TEXT_TYPE_GUID","features":[119]},{"name":"WS_XML_TEXT_TYPE_INT32","features":[119]},{"name":"WS_XML_TEXT_TYPE_INT64","features":[119]},{"name":"WS_XML_TEXT_TYPE_LIST","features":[119]},{"name":"WS_XML_TEXT_TYPE_QNAME","features":[119]},{"name":"WS_XML_TEXT_TYPE_TIMESPAN","features":[119]},{"name":"WS_XML_TEXT_TYPE_UINT64","features":[119]},{"name":"WS_XML_TEXT_TYPE_UNIQUE_ID","features":[119]},{"name":"WS_XML_TEXT_TYPE_UTF16","features":[119]},{"name":"WS_XML_TEXT_TYPE_UTF8","features":[119]},{"name":"WS_XML_TIMESPAN_TEXT","features":[119]},{"name":"WS_XML_TOKEN_MESSAGE_SECURITY_BINDING","features":[119]},{"name":"WS_XML_TOKEN_MESSAGE_SECURITY_BINDING_TYPE","features":[119]},{"name":"WS_XML_UINT64_TEXT","features":[119]},{"name":"WS_XML_UNIQUE_ID_TEXT","features":[119]},{"name":"WS_XML_UTF16_TEXT","features":[119]},{"name":"WS_XML_UTF8_TEXT","features":[3,119]},{"name":"WS_XML_WRITER","features":[119]},{"name":"WS_XML_WRITER_BINARY_ENCODING","features":[3,119]},{"name":"WS_XML_WRITER_BUFFER_OUTPUT","features":[119]},{"name":"WS_XML_WRITER_ENCODING","features":[119]},{"name":"WS_XML_WRITER_ENCODING_TYPE","features":[119]},{"name":"WS_XML_WRITER_ENCODING_TYPE_BINARY","features":[119]},{"name":"WS_XML_WRITER_ENCODING_TYPE_MTOM","features":[119]},{"name":"WS_XML_WRITER_ENCODING_TYPE_RAW","features":[119]},{"name":"WS_XML_WRITER_ENCODING_TYPE_TEXT","features":[119]},{"name":"WS_XML_WRITER_MTOM_ENCODING","features":[3,119]},{"name":"WS_XML_WRITER_OUTPUT","features":[119]},{"name":"WS_XML_WRITER_OUTPUT_TYPE","features":[119]},{"name":"WS_XML_WRITER_OUTPUT_TYPE_BUFFER","features":[119]},{"name":"WS_XML_WRITER_OUTPUT_TYPE_STREAM","features":[119]},{"name":"WS_XML_WRITER_PROPERTIES","features":[119]},{"name":"WS_XML_WRITER_PROPERTY","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_ALLOW_FRAGMENT","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_ALLOW_INVALID_CHARACTER_REFERENCES","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_BUFFERS","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_BUFFER_MAX_SIZE","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_BUFFER_TRIM_SIZE","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_BYTES","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_BYTES_TO_CLOSE","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_BYTES_WRITTEN","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_CHARSET","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_COMPRESS_EMPTY_ELEMENTS","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_EMIT_UNCOMPRESSED_EMPTY_ELEMENTS","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_ID","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_INDENT","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_INITIAL_BUFFER","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_IN_ATTRIBUTE","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_MAX_ATTRIBUTES","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_MAX_DEPTH","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_MAX_MIME_PARTS_BUFFER_SIZE","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_MAX_NAMESPACES","features":[119]},{"name":"WS_XML_WRITER_PROPERTY_WRITE_DECLARATION","features":[119]},{"name":"WS_XML_WRITER_RAW_ENCODING","features":[119]},{"name":"WS_XML_WRITER_STREAM_OUTPUT","features":[119]},{"name":"WS_XML_WRITER_TEXT_ENCODING","features":[119]},{"name":"WebAuthNAuthenticatorGetAssertion","features":[3,119]},{"name":"WebAuthNAuthenticatorMakeCredential","features":[3,119]},{"name":"WebAuthNCancelCurrentOperation","features":[119]},{"name":"WebAuthNDeletePlatformCredential","features":[119]},{"name":"WebAuthNFreeAssertion","features":[119]},{"name":"WebAuthNFreeCredentialAttestation","features":[3,119]},{"name":"WebAuthNFreePlatformCredentialList","features":[3,119]},{"name":"WebAuthNGetApiVersionNumber","features":[119]},{"name":"WebAuthNGetCancellationId","features":[119]},{"name":"WebAuthNGetErrorName","features":[119]},{"name":"WebAuthNGetPlatformCredentialList","features":[3,119]},{"name":"WebAuthNGetW3CExceptionDOMError","features":[119]},{"name":"WebAuthNIsUserVerifyingPlatformAuthenticatorAvailable","features":[3,119]},{"name":"WsAbandonCall","features":[119]},{"name":"WsAbandonMessage","features":[119]},{"name":"WsAbortChannel","features":[119]},{"name":"WsAbortListener","features":[119]},{"name":"WsAbortServiceHost","features":[119]},{"name":"WsAbortServiceProxy","features":[119]},{"name":"WsAcceptChannel","features":[119]},{"name":"WsAddCustomHeader","features":[3,119]},{"name":"WsAddErrorString","features":[119]},{"name":"WsAddMappedHeader","features":[3,119]},{"name":"WsAddressMessage","features":[119]},{"name":"WsAlloc","features":[119]},{"name":"WsAsyncExecute","features":[119]},{"name":"WsCall","features":[3,119]},{"name":"WsCheckMustUnderstandHeaders","features":[119]},{"name":"WsCloseChannel","features":[119]},{"name":"WsCloseListener","features":[119]},{"name":"WsCloseServiceHost","features":[119]},{"name":"WsCloseServiceProxy","features":[119]},{"name":"WsCombineUrl","features":[119]},{"name":"WsCopyError","features":[119]},{"name":"WsCopyNode","features":[119]},{"name":"WsCreateChannel","features":[119]},{"name":"WsCreateChannelForListener","features":[119]},{"name":"WsCreateError","features":[119]},{"name":"WsCreateFaultFromError","features":[3,119]},{"name":"WsCreateHeap","features":[119]},{"name":"WsCreateListener","features":[119]},{"name":"WsCreateMessage","features":[119]},{"name":"WsCreateMessageForChannel","features":[119]},{"name":"WsCreateMetadata","features":[119]},{"name":"WsCreateReader","features":[119]},{"name":"WsCreateServiceEndpointFromTemplate","features":[3,119]},{"name":"WsCreateServiceHost","features":[3,119]},{"name":"WsCreateServiceProxy","features":[119]},{"name":"WsCreateServiceProxyFromTemplate","features":[119]},{"name":"WsCreateWriter","features":[119]},{"name":"WsCreateXmlBuffer","features":[119]},{"name":"WsCreateXmlSecurityToken","features":[119]},{"name":"WsDateTimeToFileTime","features":[3,119]},{"name":"WsDecodeUrl","features":[119]},{"name":"WsEncodeUrl","features":[119]},{"name":"WsEndReaderCanonicalization","features":[119]},{"name":"WsEndWriterCanonicalization","features":[119]},{"name":"WsFileTimeToDateTime","features":[3,119]},{"name":"WsFillBody","features":[119]},{"name":"WsFillReader","features":[119]},{"name":"WsFindAttribute","features":[3,119]},{"name":"WsFlushBody","features":[119]},{"name":"WsFlushWriter","features":[119]},{"name":"WsFreeChannel","features":[119]},{"name":"WsFreeError","features":[119]},{"name":"WsFreeHeap","features":[119]},{"name":"WsFreeListener","features":[119]},{"name":"WsFreeMessage","features":[119]},{"name":"WsFreeMetadata","features":[119]},{"name":"WsFreeReader","features":[119]},{"name":"WsFreeSecurityToken","features":[119]},{"name":"WsFreeServiceHost","features":[119]},{"name":"WsFreeServiceProxy","features":[119]},{"name":"WsFreeWriter","features":[119]},{"name":"WsGetChannelProperty","features":[119]},{"name":"WsGetCustomHeader","features":[3,119]},{"name":"WsGetDictionary","features":[3,119]},{"name":"WsGetErrorProperty","features":[119]},{"name":"WsGetErrorString","features":[119]},{"name":"WsGetFaultErrorDetail","features":[3,119]},{"name":"WsGetFaultErrorProperty","features":[119]},{"name":"WsGetHeader","features":[119]},{"name":"WsGetHeaderAttributes","features":[119]},{"name":"WsGetHeapProperty","features":[119]},{"name":"WsGetListenerProperty","features":[119]},{"name":"WsGetMappedHeader","features":[3,119]},{"name":"WsGetMessageProperty","features":[119]},{"name":"WsGetMetadataEndpoints","features":[3,119]},{"name":"WsGetMetadataProperty","features":[119]},{"name":"WsGetMissingMetadataDocumentAddress","features":[119]},{"name":"WsGetNamespaceFromPrefix","features":[3,119]},{"name":"WsGetOperationContextProperty","features":[119]},{"name":"WsGetPolicyAlternativeCount","features":[119]},{"name":"WsGetPolicyProperty","features":[119]},{"name":"WsGetPrefixFromNamespace","features":[3,119]},{"name":"WsGetReaderNode","features":[119]},{"name":"WsGetReaderPosition","features":[119]},{"name":"WsGetReaderProperty","features":[119]},{"name":"WsGetSecurityContextProperty","features":[119]},{"name":"WsGetSecurityTokenProperty","features":[119]},{"name":"WsGetServiceHostProperty","features":[119]},{"name":"WsGetServiceProxyProperty","features":[119]},{"name":"WsGetWriterPosition","features":[119]},{"name":"WsGetWriterProperty","features":[119]},{"name":"WsGetXmlAttribute","features":[3,119]},{"name":"WsInitializeMessage","features":[119]},{"name":"WsMarkHeaderAsUnderstood","features":[119]},{"name":"WsMatchPolicyAlternative","features":[3,119]},{"name":"WsMoveReader","features":[3,119]},{"name":"WsMoveWriter","features":[3,119]},{"name":"WsOpenChannel","features":[119]},{"name":"WsOpenListener","features":[119]},{"name":"WsOpenServiceHost","features":[119]},{"name":"WsOpenServiceProxy","features":[119]},{"name":"WsPullBytes","features":[119]},{"name":"WsPushBytes","features":[119]},{"name":"WsReadArray","features":[3,119]},{"name":"WsReadAttribute","features":[3,119]},{"name":"WsReadBody","features":[3,119]},{"name":"WsReadBytes","features":[119]},{"name":"WsReadChars","features":[119]},{"name":"WsReadCharsUtf8","features":[119]},{"name":"WsReadElement","features":[3,119]},{"name":"WsReadEndAttribute","features":[119]},{"name":"WsReadEndElement","features":[119]},{"name":"WsReadEndpointAddressExtension","features":[119]},{"name":"WsReadEnvelopeEnd","features":[119]},{"name":"WsReadEnvelopeStart","features":[119]},{"name":"WsReadMessageEnd","features":[119]},{"name":"WsReadMessageStart","features":[119]},{"name":"WsReadMetadata","features":[119]},{"name":"WsReadNode","features":[119]},{"name":"WsReadQualifiedName","features":[3,119]},{"name":"WsReadStartAttribute","features":[119]},{"name":"WsReadStartElement","features":[119]},{"name":"WsReadToStartElement","features":[3,119]},{"name":"WsReadType","features":[119]},{"name":"WsReadValue","features":[119]},{"name":"WsReadXmlBuffer","features":[119]},{"name":"WsReadXmlBufferFromBytes","features":[119]},{"name":"WsReceiveMessage","features":[3,119]},{"name":"WsRegisterOperationForCancel","features":[119]},{"name":"WsRemoveCustomHeader","features":[3,119]},{"name":"WsRemoveHeader","features":[119]},{"name":"WsRemoveMappedHeader","features":[3,119]},{"name":"WsRemoveNode","features":[119]},{"name":"WsRequestReply","features":[3,119]},{"name":"WsRequestSecurityToken","features":[119]},{"name":"WsResetChannel","features":[119]},{"name":"WsResetError","features":[119]},{"name":"WsResetHeap","features":[119]},{"name":"WsResetListener","features":[119]},{"name":"WsResetMessage","features":[119]},{"name":"WsResetMetadata","features":[119]},{"name":"WsResetServiceHost","features":[119]},{"name":"WsResetServiceProxy","features":[119]},{"name":"WsRevokeSecurityContext","features":[119]},{"name":"WsSendFaultMessageForError","features":[119]},{"name":"WsSendMessage","features":[3,119]},{"name":"WsSendReplyMessage","features":[3,119]},{"name":"WsSetChannelProperty","features":[119]},{"name":"WsSetErrorProperty","features":[119]},{"name":"WsSetFaultErrorDetail","features":[3,119]},{"name":"WsSetFaultErrorProperty","features":[119]},{"name":"WsSetHeader","features":[119]},{"name":"WsSetInput","features":[119]},{"name":"WsSetInputToBuffer","features":[119]},{"name":"WsSetListenerProperty","features":[119]},{"name":"WsSetMessageProperty","features":[119]},{"name":"WsSetOutput","features":[119]},{"name":"WsSetOutputToBuffer","features":[119]},{"name":"WsSetReaderPosition","features":[119]},{"name":"WsSetWriterPosition","features":[119]},{"name":"WsShutdownSessionChannel","features":[119]},{"name":"WsSkipNode","features":[119]},{"name":"WsStartReaderCanonicalization","features":[119]},{"name":"WsStartWriterCanonicalization","features":[119]},{"name":"WsTrimXmlWhitespace","features":[119]},{"name":"WsVerifyXmlNCName","features":[119]},{"name":"WsWriteArray","features":[3,119]},{"name":"WsWriteAttribute","features":[3,119]},{"name":"WsWriteBody","features":[3,119]},{"name":"WsWriteBytes","features":[119]},{"name":"WsWriteChars","features":[119]},{"name":"WsWriteCharsUtf8","features":[119]},{"name":"WsWriteElement","features":[3,119]},{"name":"WsWriteEndAttribute","features":[119]},{"name":"WsWriteEndCData","features":[119]},{"name":"WsWriteEndElement","features":[119]},{"name":"WsWriteEndStartElement","features":[119]},{"name":"WsWriteEnvelopeEnd","features":[119]},{"name":"WsWriteEnvelopeStart","features":[119]},{"name":"WsWriteMessageEnd","features":[119]},{"name":"WsWriteMessageStart","features":[119]},{"name":"WsWriteNode","features":[119]},{"name":"WsWriteQualifiedName","features":[3,119]},{"name":"WsWriteStartAttribute","features":[3,119]},{"name":"WsWriteStartCData","features":[119]},{"name":"WsWriteStartElement","features":[3,119]},{"name":"WsWriteText","features":[119]},{"name":"WsWriteType","features":[119]},{"name":"WsWriteValue","features":[119]},{"name":"WsWriteXmlBuffer","features":[119]},{"name":"WsWriteXmlBufferToBytes","features":[119]},{"name":"WsWriteXmlnsAttribute","features":[3,119]},{"name":"WsXmlStringEquals","features":[3,119]}],"482":[{"name":"ACCESS_ALLOWED_ACE","features":[6]},{"name":"ACCESS_ALLOWED_CALLBACK_ACE","features":[6]},{"name":"ACCESS_ALLOWED_CALLBACK_OBJECT_ACE","features":[6]},{"name":"ACCESS_ALLOWED_OBJECT_ACE","features":[6]},{"name":"ACCESS_DENIED_ACE","features":[6]},{"name":"ACCESS_DENIED_CALLBACK_ACE","features":[6]},{"name":"ACCESS_DENIED_CALLBACK_OBJECT_ACE","features":[6]},{"name":"ACCESS_DENIED_OBJECT_ACE","features":[6]},{"name":"ACCESS_REASONS","features":[6]},{"name":"ACE_FLAGS","features":[6]},{"name":"ACE_HEADER","features":[6]},{"name":"ACE_INHERITED_OBJECT_TYPE_PRESENT","features":[6]},{"name":"ACE_OBJECT_TYPE_PRESENT","features":[6]},{"name":"ACE_REVISION","features":[6]},{"name":"ACL","features":[6]},{"name":"ACL_INFORMATION_CLASS","features":[6]},{"name":"ACL_REVISION","features":[6]},{"name":"ACL_REVISION_DS","features":[6]},{"name":"ACL_REVISION_INFORMATION","features":[6]},{"name":"ACL_SIZE_INFORMATION","features":[6]},{"name":"ATTRIBUTE_SECURITY_INFORMATION","features":[6]},{"name":"AUDIT_EVENT_TYPE","features":[6]},{"name":"AccessCheck","features":[3,6]},{"name":"AccessCheckAndAuditAlarmA","features":[3,6]},{"name":"AccessCheckAndAuditAlarmW","features":[3,6]},{"name":"AccessCheckByType","features":[3,6]},{"name":"AccessCheckByTypeAndAuditAlarmA","features":[3,6]},{"name":"AccessCheckByTypeAndAuditAlarmW","features":[3,6]},{"name":"AccessCheckByTypeResultList","features":[3,6]},{"name":"AccessCheckByTypeResultListAndAuditAlarmA","features":[3,6]},{"name":"AccessCheckByTypeResultListAndAuditAlarmByHandleA","features":[3,6]},{"name":"AccessCheckByTypeResultListAndAuditAlarmByHandleW","features":[3,6]},{"name":"AccessCheckByTypeResultListAndAuditAlarmW","features":[3,6]},{"name":"AclRevisionInformation","features":[6]},{"name":"AclSizeInformation","features":[6]},{"name":"AddAccessAllowedAce","features":[3,6]},{"name":"AddAccessAllowedAceEx","features":[3,6]},{"name":"AddAccessAllowedObjectAce","features":[3,6]},{"name":"AddAccessDeniedAce","features":[3,6]},{"name":"AddAccessDeniedAceEx","features":[3,6]},{"name":"AddAccessDeniedObjectAce","features":[3,6]},{"name":"AddAce","features":[3,6]},{"name":"AddAuditAccessAce","features":[3,6]},{"name":"AddAuditAccessAceEx","features":[3,6]},{"name":"AddAuditAccessObjectAce","features":[3,6]},{"name":"AddConditionalAce","features":[3,6]},{"name":"AddMandatoryAce","features":[3,6]},{"name":"AddResourceAttributeAce","features":[3,6]},{"name":"AddScopedPolicyIDAce","features":[3,6]},{"name":"AdjustTokenGroups","features":[3,6]},{"name":"AdjustTokenPrivileges","features":[3,6]},{"name":"AllocateAndInitializeSid","features":[3,6]},{"name":"AllocateLocallyUniqueId","features":[3,6]},{"name":"AreAllAccessesGranted","features":[3,6]},{"name":"AreAnyAccessesGranted","features":[3,6]},{"name":"AuditEventDirectoryServiceAccess","features":[6]},{"name":"AuditEventObjectAccess","features":[6]},{"name":"BACKUP_SECURITY_INFORMATION","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_DISABLED","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_DISABLED_BY_DEFAULT","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_FLAGS","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_MANDATORY","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_NON_INHERITABLE","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_BOOLEAN","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_FQBN","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_INT64","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_OCTET_STRING","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_SID","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_STRING","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_UINT64","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_USE_FOR_DENY_ONLY","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_V1","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_VALUE_CASE_SENSITIVE","features":[6]},{"name":"CLAIM_SECURITY_ATTRIBUTE_VALUE_TYPE","features":[6]},{"name":"CONTAINER_INHERIT_ACE","features":[6]},{"name":"CREATE_RESTRICTED_TOKEN_FLAGS","features":[6]},{"name":"CVT_SECONDS","features":[6]},{"name":"CheckTokenCapability","features":[3,6]},{"name":"CheckTokenMembership","features":[3,6]},{"name":"CheckTokenMembershipEx","features":[3,6]},{"name":"ConvertToAutoInheritPrivateObjectSecurity","features":[3,6]},{"name":"CopySid","features":[3,6]},{"name":"CreatePrivateObjectSecurity","features":[3,6]},{"name":"CreatePrivateObjectSecurityEx","features":[3,6]},{"name":"CreatePrivateObjectSecurityWithMultipleInheritance","features":[3,6]},{"name":"CreateRestrictedToken","features":[3,6]},{"name":"CreateWellKnownSid","features":[3,6]},{"name":"DACL_SECURITY_INFORMATION","features":[6]},{"name":"DISABLE_MAX_PRIVILEGE","features":[6]},{"name":"DeleteAce","features":[3,6]},{"name":"DeriveCapabilitySidsFromName","features":[3,6]},{"name":"DestroyPrivateObjectSecurity","features":[3,6]},{"name":"DuplicateToken","features":[3,6]},{"name":"DuplicateTokenEx","features":[3,6]},{"name":"ENUM_PERIOD","features":[6]},{"name":"ENUM_PERIOD_DAYS","features":[6]},{"name":"ENUM_PERIOD_HOURS","features":[6]},{"name":"ENUM_PERIOD_INVALID","features":[6]},{"name":"ENUM_PERIOD_MINUTES","features":[6]},{"name":"ENUM_PERIOD_MONTHS","features":[6]},{"name":"ENUM_PERIOD_SECONDS","features":[6]},{"name":"ENUM_PERIOD_WEEKS","features":[6]},{"name":"ENUM_PERIOD_YEARS","features":[6]},{"name":"EqualDomainSid","features":[3,6]},{"name":"EqualPrefixSid","features":[3,6]},{"name":"EqualSid","features":[3,6]},{"name":"FAILED_ACCESS_ACE_FLAG","features":[6]},{"name":"FindFirstFreeAce","features":[3,6]},{"name":"FreeSid","features":[6]},{"name":"GENERIC_MAPPING","features":[6]},{"name":"GROUP_SECURITY_INFORMATION","features":[6]},{"name":"GetAce","features":[3,6]},{"name":"GetAclInformation","features":[3,6]},{"name":"GetAppContainerAce","features":[3,6]},{"name":"GetCachedSigningLevel","features":[3,6]},{"name":"GetFileSecurityA","features":[3,6]},{"name":"GetFileSecurityW","features":[3,6]},{"name":"GetKernelObjectSecurity","features":[3,6]},{"name":"GetLengthSid","features":[6]},{"name":"GetPrivateObjectSecurity","features":[3,6]},{"name":"GetSecurityDescriptorControl","features":[3,6]},{"name":"GetSecurityDescriptorDacl","features":[3,6]},{"name":"GetSecurityDescriptorGroup","features":[3,6]},{"name":"GetSecurityDescriptorLength","features":[6]},{"name":"GetSecurityDescriptorOwner","features":[3,6]},{"name":"GetSecurityDescriptorRMControl","features":[6]},{"name":"GetSecurityDescriptorSacl","features":[3,6]},{"name":"GetSidIdentifierAuthority","features":[6]},{"name":"GetSidLengthRequired","features":[6]},{"name":"GetSidSubAuthority","features":[6]},{"name":"GetSidSubAuthorityCount","features":[6]},{"name":"GetTokenInformation","features":[3,6]},{"name":"GetUserObjectSecurity","features":[3,6]},{"name":"GetWindowsAccountDomainSid","features":[3,6]},{"name":"INHERITED_ACE","features":[6]},{"name":"INHERIT_NO_PROPAGATE","features":[6]},{"name":"INHERIT_ONLY","features":[6]},{"name":"INHERIT_ONLY_ACE","features":[6]},{"name":"ImpersonateAnonymousToken","features":[3,6]},{"name":"ImpersonateLoggedOnUser","features":[3,6]},{"name":"ImpersonateSelf","features":[3,6]},{"name":"InitializeAcl","features":[3,6]},{"name":"InitializeSecurityDescriptor","features":[3,6]},{"name":"InitializeSid","features":[3,6]},{"name":"IsTokenRestricted","features":[3,6]},{"name":"IsValidAcl","features":[3,6]},{"name":"IsValidSecurityDescriptor","features":[3,6]},{"name":"IsValidSid","features":[3,6]},{"name":"IsWellKnownSid","features":[3,6]},{"name":"LABEL_SECURITY_INFORMATION","features":[6]},{"name":"LLFILETIME","features":[3,6]},{"name":"LOGON32_LOGON","features":[6]},{"name":"LOGON32_LOGON_BATCH","features":[6]},{"name":"LOGON32_LOGON_INTERACTIVE","features":[6]},{"name":"LOGON32_LOGON_NETWORK","features":[6]},{"name":"LOGON32_LOGON_NETWORK_CLEARTEXT","features":[6]},{"name":"LOGON32_LOGON_NEW_CREDENTIALS","features":[6]},{"name":"LOGON32_LOGON_SERVICE","features":[6]},{"name":"LOGON32_LOGON_UNLOCK","features":[6]},{"name":"LOGON32_PROVIDER","features":[6]},{"name":"LOGON32_PROVIDER_DEFAULT","features":[6]},{"name":"LOGON32_PROVIDER_WINNT40","features":[6]},{"name":"LOGON32_PROVIDER_WINNT50","features":[6]},{"name":"LUA_TOKEN","features":[6]},{"name":"LUID_AND_ATTRIBUTES","features":[3,6]},{"name":"LogonUserA","features":[3,6]},{"name":"LogonUserExA","features":[3,6]},{"name":"LogonUserExW","features":[3,6]},{"name":"LogonUserW","features":[3,6]},{"name":"LookupAccountNameA","features":[3,6]},{"name":"LookupAccountNameW","features":[3,6]},{"name":"LookupAccountSidA","features":[3,6]},{"name":"LookupAccountSidW","features":[3,6]},{"name":"LookupPrivilegeDisplayNameA","features":[3,6]},{"name":"LookupPrivilegeDisplayNameW","features":[3,6]},{"name":"LookupPrivilegeNameA","features":[3,6]},{"name":"LookupPrivilegeNameW","features":[3,6]},{"name":"LookupPrivilegeValueA","features":[3,6]},{"name":"LookupPrivilegeValueW","features":[3,6]},{"name":"MANDATORY_LEVEL","features":[6]},{"name":"MakeAbsoluteSD","features":[3,6]},{"name":"MakeSelfRelativeSD","features":[3,6]},{"name":"MandatoryLevelCount","features":[6]},{"name":"MandatoryLevelHigh","features":[6]},{"name":"MandatoryLevelLow","features":[6]},{"name":"MandatoryLevelMedium","features":[6]},{"name":"MandatoryLevelSecureProcess","features":[6]},{"name":"MandatoryLevelSystem","features":[6]},{"name":"MandatoryLevelUntrusted","features":[6]},{"name":"MapGenericMask","features":[6]},{"name":"MaxTokenInfoClass","features":[6]},{"name":"NCRYPT_DESCRIPTOR_HANDLE","features":[6]},{"name":"NCRYPT_STREAM_HANDLE","features":[6]},{"name":"NO_INHERITANCE","features":[6]},{"name":"NO_PROPAGATE_INHERIT_ACE","features":[6]},{"name":"OBJECT_INHERIT_ACE","features":[6]},{"name":"OBJECT_SECURITY_INFORMATION","features":[6]},{"name":"OBJECT_TYPE_LIST","features":[6]},{"name":"OWNER_SECURITY_INFORMATION","features":[6]},{"name":"ObjectCloseAuditAlarmA","features":[3,6]},{"name":"ObjectCloseAuditAlarmW","features":[3,6]},{"name":"ObjectDeleteAuditAlarmA","features":[3,6]},{"name":"ObjectDeleteAuditAlarmW","features":[3,6]},{"name":"ObjectOpenAuditAlarmA","features":[3,6]},{"name":"ObjectOpenAuditAlarmW","features":[3,6]},{"name":"ObjectPrivilegeAuditAlarmA","features":[3,6]},{"name":"ObjectPrivilegeAuditAlarmW","features":[3,6]},{"name":"PLSA_AP_CALL_PACKAGE_UNTRUSTED","features":[3,6]},{"name":"PRIVILEGE_SET","features":[3,6]},{"name":"PROTECTED_DACL_SECURITY_INFORMATION","features":[6]},{"name":"PROTECTED_SACL_SECURITY_INFORMATION","features":[6]},{"name":"PSECURITY_DESCRIPTOR","features":[6]},{"name":"PSID","features":[6]},{"name":"PrivilegeCheck","features":[3,6]},{"name":"PrivilegedServiceAuditAlarmA","features":[3,6]},{"name":"PrivilegedServiceAuditAlarmW","features":[3,6]},{"name":"QUOTA_LIMITS","features":[6]},{"name":"QuerySecurityAccessMask","features":[6]},{"name":"RevertToSelf","features":[3,6]},{"name":"RtlConvertSidToUnicodeString","features":[3,6]},{"name":"RtlNormalizeSecurityDescriptor","features":[3,6]},{"name":"SACL_SECURITY_INFORMATION","features":[6]},{"name":"SAFER_LEVEL_HANDLE","features":[6]},{"name":"SANDBOX_INERT","features":[6]},{"name":"SCOPE_SECURITY_INFORMATION","features":[6]},{"name":"SECURITY_APP_PACKAGE_AUTHORITY","features":[6]},{"name":"SECURITY_ATTRIBUTES","features":[3,6]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY","features":[6]},{"name":"SECURITY_AUTO_INHERIT_FLAGS","features":[6]},{"name":"SECURITY_CAPABILITIES","features":[6]},{"name":"SECURITY_CREATOR_SID_AUTHORITY","features":[6]},{"name":"SECURITY_DESCRIPTOR","features":[6]},{"name":"SECURITY_DESCRIPTOR_CONTROL","features":[6]},{"name":"SECURITY_DESCRIPTOR_RELATIVE","features":[6]},{"name":"SECURITY_DYNAMIC_TRACKING","features":[3,6]},{"name":"SECURITY_IMPERSONATION_LEVEL","features":[6]},{"name":"SECURITY_LOCAL_SID_AUTHORITY","features":[6]},{"name":"SECURITY_MANDATORY_LABEL_AUTHORITY","features":[6]},{"name":"SECURITY_MAX_SID_SIZE","features":[6]},{"name":"SECURITY_NON_UNIQUE_AUTHORITY","features":[6]},{"name":"SECURITY_NT_AUTHORITY","features":[6]},{"name":"SECURITY_NULL_SID_AUTHORITY","features":[6]},{"name":"SECURITY_PROCESS_TRUST_AUTHORITY","features":[6]},{"name":"SECURITY_QUALITY_OF_SERVICE","features":[3,6]},{"name":"SECURITY_RESOURCE_MANAGER_AUTHORITY","features":[6]},{"name":"SECURITY_SCOPED_POLICY_ID_AUTHORITY","features":[6]},{"name":"SECURITY_STATIC_TRACKING","features":[3,6]},{"name":"SECURITY_WORLD_SID_AUTHORITY","features":[6]},{"name":"SEC_THREAD_START","features":[6]},{"name":"SEF_AVOID_OWNER_CHECK","features":[6]},{"name":"SEF_AVOID_OWNER_RESTRICTION","features":[6]},{"name":"SEF_AVOID_PRIVILEGE_CHECK","features":[6]},{"name":"SEF_DACL_AUTO_INHERIT","features":[6]},{"name":"SEF_DEFAULT_DESCRIPTOR_FOR_OBJECT","features":[6]},{"name":"SEF_DEFAULT_GROUP_FROM_PARENT","features":[6]},{"name":"SEF_DEFAULT_OWNER_FROM_PARENT","features":[6]},{"name":"SEF_MACL_NO_EXECUTE_UP","features":[6]},{"name":"SEF_MACL_NO_READ_UP","features":[6]},{"name":"SEF_MACL_NO_WRITE_UP","features":[6]},{"name":"SEF_SACL_AUTO_INHERIT","features":[6]},{"name":"SE_ACCESS_REPLY","features":[3,6]},{"name":"SE_ACCESS_REQUEST","features":[6]},{"name":"SE_ASSIGNPRIMARYTOKEN_NAME","features":[6]},{"name":"SE_AUDIT_NAME","features":[6]},{"name":"SE_BACKUP_NAME","features":[6]},{"name":"SE_CHANGE_NOTIFY_NAME","features":[6]},{"name":"SE_CREATE_GLOBAL_NAME","features":[6]},{"name":"SE_CREATE_PAGEFILE_NAME","features":[6]},{"name":"SE_CREATE_PERMANENT_NAME","features":[6]},{"name":"SE_CREATE_SYMBOLIC_LINK_NAME","features":[6]},{"name":"SE_CREATE_TOKEN_NAME","features":[6]},{"name":"SE_DACL_AUTO_INHERITED","features":[6]},{"name":"SE_DACL_AUTO_INHERIT_REQ","features":[6]},{"name":"SE_DACL_DEFAULTED","features":[6]},{"name":"SE_DACL_PRESENT","features":[6]},{"name":"SE_DACL_PROTECTED","features":[6]},{"name":"SE_DEBUG_NAME","features":[6]},{"name":"SE_DELEGATE_SESSION_USER_IMPERSONATE_NAME","features":[6]},{"name":"SE_ENABLE_DELEGATION_NAME","features":[6]},{"name":"SE_GROUP_DEFAULTED","features":[6]},{"name":"SE_IMPERSONATE_NAME","features":[6]},{"name":"SE_IMPERSONATION_STATE","features":[3,6]},{"name":"SE_INCREASE_QUOTA_NAME","features":[6]},{"name":"SE_INC_BASE_PRIORITY_NAME","features":[6]},{"name":"SE_INC_WORKING_SET_NAME","features":[6]},{"name":"SE_LOAD_DRIVER_NAME","features":[6]},{"name":"SE_LOCK_MEMORY_NAME","features":[6]},{"name":"SE_MACHINE_ACCOUNT_NAME","features":[6]},{"name":"SE_MANAGE_VOLUME_NAME","features":[6]},{"name":"SE_OWNER_DEFAULTED","features":[6]},{"name":"SE_PRIVILEGE_ENABLED","features":[6]},{"name":"SE_PRIVILEGE_ENABLED_BY_DEFAULT","features":[6]},{"name":"SE_PRIVILEGE_REMOVED","features":[6]},{"name":"SE_PRIVILEGE_USED_FOR_ACCESS","features":[6]},{"name":"SE_PROF_SINGLE_PROCESS_NAME","features":[6]},{"name":"SE_RELABEL_NAME","features":[6]},{"name":"SE_REMOTE_SHUTDOWN_NAME","features":[6]},{"name":"SE_RESTORE_NAME","features":[6]},{"name":"SE_RM_CONTROL_VALID","features":[6]},{"name":"SE_SACL_AUTO_INHERITED","features":[6]},{"name":"SE_SACL_AUTO_INHERIT_REQ","features":[6]},{"name":"SE_SACL_DEFAULTED","features":[6]},{"name":"SE_SACL_PRESENT","features":[6]},{"name":"SE_SACL_PROTECTED","features":[6]},{"name":"SE_SECURITY_DESCRIPTOR","features":[6]},{"name":"SE_SECURITY_NAME","features":[6]},{"name":"SE_SELF_RELATIVE","features":[6]},{"name":"SE_SHUTDOWN_NAME","features":[6]},{"name":"SE_SID","features":[6]},{"name":"SE_SYNC_AGENT_NAME","features":[6]},{"name":"SE_SYSTEMTIME_NAME","features":[6]},{"name":"SE_SYSTEM_ENVIRONMENT_NAME","features":[6]},{"name":"SE_SYSTEM_PROFILE_NAME","features":[6]},{"name":"SE_TAKE_OWNERSHIP_NAME","features":[6]},{"name":"SE_TCB_NAME","features":[6]},{"name":"SE_TIME_ZONE_NAME","features":[6]},{"name":"SE_TRUSTED_CREDMAN_ACCESS_NAME","features":[6]},{"name":"SE_UNDOCK_NAME","features":[6]},{"name":"SE_UNSOLICITED_INPUT_NAME","features":[6]},{"name":"SID","features":[6]},{"name":"SID_AND_ATTRIBUTES","features":[6]},{"name":"SID_AND_ATTRIBUTES_HASH","features":[6]},{"name":"SID_IDENTIFIER_AUTHORITY","features":[6]},{"name":"SID_NAME_USE","features":[6]},{"name":"SIGNING_LEVEL_FILE_CACHE_FLAG_NOT_VALIDATED","features":[6]},{"name":"SIGNING_LEVEL_FILE_CACHE_FLAG_VALIDATE_ONLY","features":[6]},{"name":"SIGNING_LEVEL_MICROSOFT","features":[6]},{"name":"SUB_CONTAINERS_AND_OBJECTS_INHERIT","features":[6]},{"name":"SUB_CONTAINERS_ONLY_INHERIT","features":[6]},{"name":"SUB_OBJECTS_ONLY_INHERIT","features":[6]},{"name":"SUCCESSFUL_ACCESS_ACE_FLAG","features":[6]},{"name":"SYSTEM_ACCESS_FILTER_ACE","features":[6]},{"name":"SYSTEM_ALARM_ACE","features":[6]},{"name":"SYSTEM_ALARM_CALLBACK_ACE","features":[6]},{"name":"SYSTEM_ALARM_CALLBACK_OBJECT_ACE","features":[6]},{"name":"SYSTEM_ALARM_OBJECT_ACE","features":[6]},{"name":"SYSTEM_AUDIT_ACE","features":[6]},{"name":"SYSTEM_AUDIT_CALLBACK_ACE","features":[6]},{"name":"SYSTEM_AUDIT_CALLBACK_OBJECT_ACE","features":[6]},{"name":"SYSTEM_AUDIT_OBJECT_ACE","features":[6]},{"name":"SYSTEM_AUDIT_OBJECT_ACE_FLAGS","features":[6]},{"name":"SYSTEM_MANDATORY_LABEL_ACE","features":[6]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE","features":[6]},{"name":"SYSTEM_RESOURCE_ATTRIBUTE_ACE","features":[6]},{"name":"SYSTEM_SCOPED_POLICY_ID_ACE","features":[6]},{"name":"SecurityAnonymous","features":[6]},{"name":"SecurityDelegation","features":[6]},{"name":"SecurityIdentification","features":[6]},{"name":"SecurityImpersonation","features":[6]},{"name":"SetAclInformation","features":[3,6]},{"name":"SetCachedSigningLevel","features":[3,6]},{"name":"SetFileSecurityA","features":[3,6]},{"name":"SetFileSecurityW","features":[3,6]},{"name":"SetKernelObjectSecurity","features":[3,6]},{"name":"SetPrivateObjectSecurity","features":[3,6]},{"name":"SetPrivateObjectSecurityEx","features":[3,6]},{"name":"SetSecurityAccessMask","features":[6]},{"name":"SetSecurityDescriptorControl","features":[3,6]},{"name":"SetSecurityDescriptorDacl","features":[3,6]},{"name":"SetSecurityDescriptorGroup","features":[3,6]},{"name":"SetSecurityDescriptorOwner","features":[3,6]},{"name":"SetSecurityDescriptorRMControl","features":[6]},{"name":"SetSecurityDescriptorSacl","features":[3,6]},{"name":"SetTokenInformation","features":[3,6]},{"name":"SetUserObjectSecurity","features":[3,6]},{"name":"SidTypeAlias","features":[6]},{"name":"SidTypeComputer","features":[6]},{"name":"SidTypeDeletedAccount","features":[6]},{"name":"SidTypeDomain","features":[6]},{"name":"SidTypeGroup","features":[6]},{"name":"SidTypeInvalid","features":[6]},{"name":"SidTypeLabel","features":[6]},{"name":"SidTypeLogonSession","features":[6]},{"name":"SidTypeUnknown","features":[6]},{"name":"SidTypeUser","features":[6]},{"name":"SidTypeWellKnownGroup","features":[6]},{"name":"TOKEN_ACCESS_INFORMATION","features":[3,6]},{"name":"TOKEN_ACCESS_MASK","features":[6]},{"name":"TOKEN_ACCESS_PSEUDO_HANDLE","features":[6]},{"name":"TOKEN_ACCESS_PSEUDO_HANDLE_WIN8","features":[6]},{"name":"TOKEN_ACCESS_SYSTEM_SECURITY","features":[6]},{"name":"TOKEN_ADJUST_DEFAULT","features":[6]},{"name":"TOKEN_ADJUST_GROUPS","features":[6]},{"name":"TOKEN_ADJUST_PRIVILEGES","features":[6]},{"name":"TOKEN_ADJUST_SESSIONID","features":[6]},{"name":"TOKEN_ALL_ACCESS","features":[6]},{"name":"TOKEN_APPCONTAINER_INFORMATION","features":[6]},{"name":"TOKEN_ASSIGN_PRIMARY","features":[6]},{"name":"TOKEN_AUDIT_POLICY","features":[6]},{"name":"TOKEN_CONTROL","features":[3,6]},{"name":"TOKEN_DEFAULT_DACL","features":[6]},{"name":"TOKEN_DELETE","features":[6]},{"name":"TOKEN_DEVICE_CLAIMS","features":[6]},{"name":"TOKEN_DUPLICATE","features":[6]},{"name":"TOKEN_ELEVATION","features":[6]},{"name":"TOKEN_ELEVATION_TYPE","features":[6]},{"name":"TOKEN_EXECUTE","features":[6]},{"name":"TOKEN_GROUPS","features":[6]},{"name":"TOKEN_GROUPS_AND_PRIVILEGES","features":[3,6]},{"name":"TOKEN_IMPERSONATE","features":[6]},{"name":"TOKEN_INFORMATION_CLASS","features":[6]},{"name":"TOKEN_LINKED_TOKEN","features":[3,6]},{"name":"TOKEN_MANDATORY_LABEL","features":[6]},{"name":"TOKEN_MANDATORY_POLICY","features":[6]},{"name":"TOKEN_MANDATORY_POLICY_ID","features":[6]},{"name":"TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN","features":[6]},{"name":"TOKEN_MANDATORY_POLICY_NO_WRITE_UP","features":[6]},{"name":"TOKEN_MANDATORY_POLICY_OFF","features":[6]},{"name":"TOKEN_MANDATORY_POLICY_VALID_MASK","features":[6]},{"name":"TOKEN_ORIGIN","features":[3,6]},{"name":"TOKEN_OWNER","features":[6]},{"name":"TOKEN_PRIMARY_GROUP","features":[6]},{"name":"TOKEN_PRIVILEGES","features":[3,6]},{"name":"TOKEN_PRIVILEGES_ATTRIBUTES","features":[6]},{"name":"TOKEN_QUERY","features":[6]},{"name":"TOKEN_QUERY_SOURCE","features":[6]},{"name":"TOKEN_READ","features":[6]},{"name":"TOKEN_READ_CONTROL","features":[6]},{"name":"TOKEN_SOURCE","features":[3,6]},{"name":"TOKEN_STATISTICS","features":[3,6]},{"name":"TOKEN_TRUST_CONSTRAINT_MASK","features":[6]},{"name":"TOKEN_TYPE","features":[6]},{"name":"TOKEN_USER","features":[6]},{"name":"TOKEN_USER_CLAIMS","features":[6]},{"name":"TOKEN_WRITE","features":[6]},{"name":"TOKEN_WRITE_DAC","features":[6]},{"name":"TOKEN_WRITE_OWNER","features":[6]},{"name":"TokenAccessInformation","features":[6]},{"name":"TokenAppContainerNumber","features":[6]},{"name":"TokenAppContainerSid","features":[6]},{"name":"TokenAuditPolicy","features":[6]},{"name":"TokenBnoIsolation","features":[6]},{"name":"TokenCapabilities","features":[6]},{"name":"TokenChildProcessFlags","features":[6]},{"name":"TokenDefaultDacl","features":[6]},{"name":"TokenDeviceClaimAttributes","features":[6]},{"name":"TokenDeviceGroups","features":[6]},{"name":"TokenElevation","features":[6]},{"name":"TokenElevationType","features":[6]},{"name":"TokenElevationTypeDefault","features":[6]},{"name":"TokenElevationTypeFull","features":[6]},{"name":"TokenElevationTypeLimited","features":[6]},{"name":"TokenGroups","features":[6]},{"name":"TokenGroupsAndPrivileges","features":[6]},{"name":"TokenHasRestrictions","features":[6]},{"name":"TokenImpersonation","features":[6]},{"name":"TokenImpersonationLevel","features":[6]},{"name":"TokenIntegrityLevel","features":[6]},{"name":"TokenIsAppContainer","features":[6]},{"name":"TokenIsAppSilo","features":[6]},{"name":"TokenIsLessPrivilegedAppContainer","features":[6]},{"name":"TokenIsRestricted","features":[6]},{"name":"TokenIsSandboxed","features":[6]},{"name":"TokenLinkedToken","features":[6]},{"name":"TokenLogonSid","features":[6]},{"name":"TokenMandatoryPolicy","features":[6]},{"name":"TokenOrigin","features":[6]},{"name":"TokenOwner","features":[6]},{"name":"TokenPrimary","features":[6]},{"name":"TokenPrimaryGroup","features":[6]},{"name":"TokenPrivateNameSpace","features":[6]},{"name":"TokenPrivileges","features":[6]},{"name":"TokenProcessTrustLevel","features":[6]},{"name":"TokenRestrictedDeviceClaimAttributes","features":[6]},{"name":"TokenRestrictedDeviceGroups","features":[6]},{"name":"TokenRestrictedSids","features":[6]},{"name":"TokenRestrictedUserClaimAttributes","features":[6]},{"name":"TokenSandBoxInert","features":[6]},{"name":"TokenSecurityAttributes","features":[6]},{"name":"TokenSessionId","features":[6]},{"name":"TokenSessionReference","features":[6]},{"name":"TokenSingletonAttributes","features":[6]},{"name":"TokenSource","features":[6]},{"name":"TokenStatistics","features":[6]},{"name":"TokenType","features":[6]},{"name":"TokenUIAccess","features":[6]},{"name":"TokenUser","features":[6]},{"name":"TokenUserClaimAttributes","features":[6]},{"name":"TokenVirtualizationAllowed","features":[6]},{"name":"TokenVirtualizationEnabled","features":[6]},{"name":"UNPROTECTED_DACL_SECURITY_INFORMATION","features":[6]},{"name":"UNPROTECTED_SACL_SECURITY_INFORMATION","features":[6]},{"name":"WELL_KNOWN_SID_TYPE","features":[6]},{"name":"WRITE_RESTRICTED","features":[6]},{"name":"WinAccountAdministratorSid","features":[6]},{"name":"WinAccountCertAdminsSid","features":[6]},{"name":"WinAccountCloneableControllersSid","features":[6]},{"name":"WinAccountComputersSid","features":[6]},{"name":"WinAccountControllersSid","features":[6]},{"name":"WinAccountDefaultSystemManagedSid","features":[6]},{"name":"WinAccountDomainAdminsSid","features":[6]},{"name":"WinAccountDomainGuestsSid","features":[6]},{"name":"WinAccountDomainUsersSid","features":[6]},{"name":"WinAccountEnterpriseAdminsSid","features":[6]},{"name":"WinAccountEnterpriseKeyAdminsSid","features":[6]},{"name":"WinAccountGuestSid","features":[6]},{"name":"WinAccountKeyAdminsSid","features":[6]},{"name":"WinAccountKrbtgtSid","features":[6]},{"name":"WinAccountPolicyAdminsSid","features":[6]},{"name":"WinAccountProtectedUsersSid","features":[6]},{"name":"WinAccountRasAndIasServersSid","features":[6]},{"name":"WinAccountReadonlyControllersSid","features":[6]},{"name":"WinAccountSchemaAdminsSid","features":[6]},{"name":"WinAnonymousSid","features":[6]},{"name":"WinApplicationPackageAuthoritySid","features":[6]},{"name":"WinAuthenticatedUserSid","features":[6]},{"name":"WinAuthenticationAuthorityAssertedSid","features":[6]},{"name":"WinAuthenticationFreshKeyAuthSid","features":[6]},{"name":"WinAuthenticationKeyPropertyAttestationSid","features":[6]},{"name":"WinAuthenticationKeyPropertyMFASid","features":[6]},{"name":"WinAuthenticationKeyTrustSid","features":[6]},{"name":"WinAuthenticationServiceAssertedSid","features":[6]},{"name":"WinBatchSid","features":[6]},{"name":"WinBuiltinAccessControlAssistanceOperatorsSid","features":[6]},{"name":"WinBuiltinAccountOperatorsSid","features":[6]},{"name":"WinBuiltinAdministratorsSid","features":[6]},{"name":"WinBuiltinAnyPackageSid","features":[6]},{"name":"WinBuiltinAuthorizationAccessSid","features":[6]},{"name":"WinBuiltinBackupOperatorsSid","features":[6]},{"name":"WinBuiltinCertSvcDComAccessGroup","features":[6]},{"name":"WinBuiltinCryptoOperatorsSid","features":[6]},{"name":"WinBuiltinDCOMUsersSid","features":[6]},{"name":"WinBuiltinDefaultSystemManagedGroupSid","features":[6]},{"name":"WinBuiltinDeviceOwnersSid","features":[6]},{"name":"WinBuiltinDomainSid","features":[6]},{"name":"WinBuiltinEventLogReadersGroup","features":[6]},{"name":"WinBuiltinGuestsSid","features":[6]},{"name":"WinBuiltinHyperVAdminsSid","features":[6]},{"name":"WinBuiltinIUsersSid","features":[6]},{"name":"WinBuiltinIncomingForestTrustBuildersSid","features":[6]},{"name":"WinBuiltinNetworkConfigurationOperatorsSid","features":[6]},{"name":"WinBuiltinPerfLoggingUsersSid","features":[6]},{"name":"WinBuiltinPerfMonitoringUsersSid","features":[6]},{"name":"WinBuiltinPowerUsersSid","features":[6]},{"name":"WinBuiltinPreWindows2000CompatibleAccessSid","features":[6]},{"name":"WinBuiltinPrintOperatorsSid","features":[6]},{"name":"WinBuiltinRDSEndpointServersSid","features":[6]},{"name":"WinBuiltinRDSManagementServersSid","features":[6]},{"name":"WinBuiltinRDSRemoteAccessServersSid","features":[6]},{"name":"WinBuiltinRemoteDesktopUsersSid","features":[6]},{"name":"WinBuiltinRemoteManagementUsersSid","features":[6]},{"name":"WinBuiltinReplicatorSid","features":[6]},{"name":"WinBuiltinStorageReplicaAdminsSid","features":[6]},{"name":"WinBuiltinSystemOperatorsSid","features":[6]},{"name":"WinBuiltinTerminalServerLicenseServersSid","features":[6]},{"name":"WinBuiltinUsersSid","features":[6]},{"name":"WinCacheablePrincipalsGroupSid","features":[6]},{"name":"WinCapabilityAppointmentsSid","features":[6]},{"name":"WinCapabilityContactsSid","features":[6]},{"name":"WinCapabilityDocumentsLibrarySid","features":[6]},{"name":"WinCapabilityEnterpriseAuthenticationSid","features":[6]},{"name":"WinCapabilityInternetClientServerSid","features":[6]},{"name":"WinCapabilityInternetClientSid","features":[6]},{"name":"WinCapabilityMusicLibrarySid","features":[6]},{"name":"WinCapabilityPicturesLibrarySid","features":[6]},{"name":"WinCapabilityPrivateNetworkClientServerSid","features":[6]},{"name":"WinCapabilityRemovableStorageSid","features":[6]},{"name":"WinCapabilitySharedUserCertificatesSid","features":[6]},{"name":"WinCapabilityVideosLibrarySid","features":[6]},{"name":"WinConsoleLogonSid","features":[6]},{"name":"WinCreatorGroupServerSid","features":[6]},{"name":"WinCreatorGroupSid","features":[6]},{"name":"WinCreatorOwnerRightsSid","features":[6]},{"name":"WinCreatorOwnerServerSid","features":[6]},{"name":"WinCreatorOwnerSid","features":[6]},{"name":"WinDialupSid","features":[6]},{"name":"WinDigestAuthenticationSid","features":[6]},{"name":"WinEnterpriseControllersSid","features":[6]},{"name":"WinEnterpriseReadonlyControllersSid","features":[6]},{"name":"WinHighLabelSid","features":[6]},{"name":"WinIUserSid","features":[6]},{"name":"WinInteractiveSid","features":[6]},{"name":"WinLocalAccountAndAdministratorSid","features":[6]},{"name":"WinLocalAccountSid","features":[6]},{"name":"WinLocalLogonSid","features":[6]},{"name":"WinLocalServiceSid","features":[6]},{"name":"WinLocalSid","features":[6]},{"name":"WinLocalSystemSid","features":[6]},{"name":"WinLogonIdsSid","features":[6]},{"name":"WinLowLabelSid","features":[6]},{"name":"WinMediumLabelSid","features":[6]},{"name":"WinMediumPlusLabelSid","features":[6]},{"name":"WinNTLMAuthenticationSid","features":[6]},{"name":"WinNetworkServiceSid","features":[6]},{"name":"WinNetworkSid","features":[6]},{"name":"WinNewEnterpriseReadonlyControllersSid","features":[6]},{"name":"WinNonCacheablePrincipalsGroupSid","features":[6]},{"name":"WinNtAuthoritySid","features":[6]},{"name":"WinNullSid","features":[6]},{"name":"WinOtherOrganizationSid","features":[6]},{"name":"WinProxySid","features":[6]},{"name":"WinRemoteLogonIdSid","features":[6]},{"name":"WinRestrictedCodeSid","features":[6]},{"name":"WinSChannelAuthenticationSid","features":[6]},{"name":"WinSelfSid","features":[6]},{"name":"WinServiceSid","features":[6]},{"name":"WinSystemLabelSid","features":[6]},{"name":"WinTerminalServerSid","features":[6]},{"name":"WinThisOrganizationCertificateSid","features":[6]},{"name":"WinThisOrganizationSid","features":[6]},{"name":"WinUntrustedLabelSid","features":[6]},{"name":"WinUserModeDriversSid","features":[6]},{"name":"WinWorldSid","features":[6]},{"name":"WinWriteRestrictedCodeSid","features":[6]},{"name":"cwcFILENAMESUFFIXMAX","features":[6]},{"name":"cwcHRESULTSTRING","features":[6]},{"name":"szLBRACE","features":[6]},{"name":"szLPAREN","features":[6]},{"name":"szRBRACE","features":[6]},{"name":"szRPAREN","features":[6]},{"name":"wszCERTENROLLSHAREPATH","features":[6]},{"name":"wszFCSAPARM_CERTFILENAMESUFFIX","features":[6]},{"name":"wszFCSAPARM_CONFIGDN","features":[6]},{"name":"wszFCSAPARM_CRLDELTAFILENAMESUFFIX","features":[6]},{"name":"wszFCSAPARM_CRLFILENAMESUFFIX","features":[6]},{"name":"wszFCSAPARM_DOMAINDN","features":[6]},{"name":"wszFCSAPARM_DSCACERTATTRIBUTE","features":[6]},{"name":"wszFCSAPARM_DSCRLATTRIBUTE","features":[6]},{"name":"wszFCSAPARM_DSCROSSCERTPAIRATTRIBUTE","features":[6]},{"name":"wszFCSAPARM_DSKRACERTATTRIBUTE","features":[6]},{"name":"wszFCSAPARM_DSUSERCERTATTRIBUTE","features":[6]},{"name":"wszFCSAPARM_SANITIZEDCANAME","features":[6]},{"name":"wszFCSAPARM_SANITIZEDCANAMEHASH","features":[6]},{"name":"wszFCSAPARM_SERVERDNSNAME","features":[6]},{"name":"wszFCSAPARM_SERVERSHORTNAME","features":[6]},{"name":"wszLBRACE","features":[6]},{"name":"wszLPAREN","features":[6]},{"name":"wszRBRACE","features":[6]},{"name":"wszRPAREN","features":[6]}],"483":[{"name":"SAFER_CODE_PROPERTIES_V1","features":[3,120,70]},{"name":"SAFER_CODE_PROPERTIES_V2","features":[3,120,70]},{"name":"SAFER_COMPUTE_TOKEN_FROM_LEVEL_FLAGS","features":[120]},{"name":"SAFER_CRITERIA_APPX_PACKAGE","features":[120]},{"name":"SAFER_CRITERIA_AUTHENTICODE","features":[120]},{"name":"SAFER_CRITERIA_IMAGEHASH","features":[120]},{"name":"SAFER_CRITERIA_IMAGEPATH","features":[120]},{"name":"SAFER_CRITERIA_IMAGEPATH_NT","features":[120]},{"name":"SAFER_CRITERIA_NOSIGNEDHASH","features":[120]},{"name":"SAFER_CRITERIA_URLZONE","features":[120]},{"name":"SAFER_HASH_IDENTIFICATION","features":[3,120,70]},{"name":"SAFER_HASH_IDENTIFICATION2","features":[3,120,70]},{"name":"SAFER_IDENTIFICATION_HEADER","features":[3,120]},{"name":"SAFER_IDENTIFICATION_TYPES","features":[120]},{"name":"SAFER_LEVELID_CONSTRAINED","features":[120]},{"name":"SAFER_LEVELID_DISALLOWED","features":[120]},{"name":"SAFER_LEVELID_FULLYTRUSTED","features":[120]},{"name":"SAFER_LEVELID_NORMALUSER","features":[120]},{"name":"SAFER_LEVELID_UNTRUSTED","features":[120]},{"name":"SAFER_LEVEL_OPEN","features":[120]},{"name":"SAFER_MAX_DESCRIPTION_SIZE","features":[120]},{"name":"SAFER_MAX_FRIENDLYNAME_SIZE","features":[120]},{"name":"SAFER_MAX_HASH_SIZE","features":[120]},{"name":"SAFER_OBJECT_INFO_CLASS","features":[120]},{"name":"SAFER_PATHNAME_IDENTIFICATION","features":[3,120]},{"name":"SAFER_POLICY_BLOCK_CLIENT_UI","features":[120]},{"name":"SAFER_POLICY_HASH_DUPLICATE","features":[120]},{"name":"SAFER_POLICY_INFO_CLASS","features":[120]},{"name":"SAFER_POLICY_JOBID_CONSTRAINED","features":[120]},{"name":"SAFER_POLICY_JOBID_MASK","features":[120]},{"name":"SAFER_POLICY_JOBID_UNTRUSTED","features":[120]},{"name":"SAFER_POLICY_ONLY_AUDIT","features":[120]},{"name":"SAFER_POLICY_ONLY_EXES","features":[120]},{"name":"SAFER_POLICY_SANDBOX_INERT","features":[120]},{"name":"SAFER_POLICY_UIFLAGS_HIDDEN","features":[120]},{"name":"SAFER_POLICY_UIFLAGS_INFORMATION_PROMPT","features":[120]},{"name":"SAFER_POLICY_UIFLAGS_MASK","features":[120]},{"name":"SAFER_POLICY_UIFLAGS_OPTION_PROMPT","features":[120]},{"name":"SAFER_SCOPEID_MACHINE","features":[120]},{"name":"SAFER_SCOPEID_USER","features":[120]},{"name":"SAFER_TOKEN_COMPARE_ONLY","features":[120]},{"name":"SAFER_TOKEN_MAKE_INERT","features":[120]},{"name":"SAFER_TOKEN_NULL_IF_EQUAL","features":[120]},{"name":"SAFER_TOKEN_WANT_FLAGS","features":[120]},{"name":"SAFER_URLZONE_IDENTIFICATION","features":[3,120]},{"name":"SRP_POLICY_APPX","features":[120]},{"name":"SRP_POLICY_DLL","features":[120]},{"name":"SRP_POLICY_EXE","features":[120]},{"name":"SRP_POLICY_MANAGEDINSTALLER","features":[120]},{"name":"SRP_POLICY_MSI","features":[120]},{"name":"SRP_POLICY_NOV2","features":[120]},{"name":"SRP_POLICY_SCRIPT","features":[120]},{"name":"SRP_POLICY_SHELL","features":[120]},{"name":"SRP_POLICY_WLDPCONFIGCI","features":[120]},{"name":"SRP_POLICY_WLDPMSI","features":[120]},{"name":"SRP_POLICY_WLDPSCRIPT","features":[120]},{"name":"SaferCloseLevel","features":[3,120]},{"name":"SaferComputeTokenFromLevel","features":[3,120]},{"name":"SaferCreateLevel","features":[3,120]},{"name":"SaferGetLevelInformation","features":[3,120]},{"name":"SaferGetPolicyInformation","features":[3,120]},{"name":"SaferIdentifyLevel","features":[3,120,70]},{"name":"SaferIdentityDefault","features":[120]},{"name":"SaferIdentityTypeCertificate","features":[120]},{"name":"SaferIdentityTypeImageHash","features":[120]},{"name":"SaferIdentityTypeImageName","features":[120]},{"name":"SaferIdentityTypeUrlZone","features":[120]},{"name":"SaferObjectAllIdentificationGuids","features":[120]},{"name":"SaferObjectBuiltin","features":[120]},{"name":"SaferObjectDefaultOwner","features":[120]},{"name":"SaferObjectDeletedPrivileges","features":[120]},{"name":"SaferObjectDescription","features":[120]},{"name":"SaferObjectDisableMaxPrivilege","features":[120]},{"name":"SaferObjectDisallowed","features":[120]},{"name":"SaferObjectExtendedError","features":[120]},{"name":"SaferObjectFriendlyName","features":[120]},{"name":"SaferObjectInvertDeletedPrivileges","features":[120]},{"name":"SaferObjectLevelId","features":[120]},{"name":"SaferObjectRestrictedSidsAdded","features":[120]},{"name":"SaferObjectRestrictedSidsInverted","features":[120]},{"name":"SaferObjectScopeId","features":[120]},{"name":"SaferObjectSidsToDisable","features":[120]},{"name":"SaferObjectSingleIdentification","features":[120]},{"name":"SaferPolicyAuthenticodeEnabled","features":[120]},{"name":"SaferPolicyDefaultLevel","features":[120]},{"name":"SaferPolicyDefaultLevelFlags","features":[120]},{"name":"SaferPolicyEnableTransparentEnforcement","features":[120]},{"name":"SaferPolicyEvaluateUserScope","features":[120]},{"name":"SaferPolicyLevelList","features":[120]},{"name":"SaferPolicyScopeFlags","features":[120]},{"name":"SaferRecordEventLogEntry","features":[3,120]},{"name":"SaferSetLevelInformation","features":[3,120]},{"name":"SaferSetPolicyInformation","features":[3,120]},{"name":"SaferiIsExecutableFileType","features":[3,120]}],"484":[{"name":"ACCEPT_SECURITY_CONTEXT_FN","features":[25,121]},{"name":"ACCOUNT_ADJUST_PRIVILEGES","features":[25]},{"name":"ACCOUNT_ADJUST_QUOTAS","features":[25]},{"name":"ACCOUNT_ADJUST_SYSTEM_ACCESS","features":[25]},{"name":"ACCOUNT_VIEW","features":[25]},{"name":"ACQUIRE_CREDENTIALS_HANDLE_FN_A","features":[25,121]},{"name":"ACQUIRE_CREDENTIALS_HANDLE_FN_W","features":[25,121]},{"name":"ADD_CREDENTIALS_FN_A","features":[25,121]},{"name":"ADD_CREDENTIALS_FN_W","features":[25,121]},{"name":"APPLY_CONTROL_TOKEN_FN","features":[25,121]},{"name":"ASC_REQ_ALLOCATE_MEMORY","features":[25]},{"name":"ASC_REQ_ALLOW_CONTEXT_REPLAY","features":[25]},{"name":"ASC_REQ_ALLOW_MISSING_BINDINGS","features":[25]},{"name":"ASC_REQ_ALLOW_NON_USER_LOGONS","features":[25]},{"name":"ASC_REQ_ALLOW_NULL_SESSION","features":[25]},{"name":"ASC_REQ_CALL_LEVEL","features":[25]},{"name":"ASC_REQ_CONFIDENTIALITY","features":[25]},{"name":"ASC_REQ_CONNECTION","features":[25]},{"name":"ASC_REQ_DATAGRAM","features":[25]},{"name":"ASC_REQ_DELEGATE","features":[25]},{"name":"ASC_REQ_EXTENDED_ERROR","features":[25]},{"name":"ASC_REQ_FLAGS","features":[25]},{"name":"ASC_REQ_FRAGMENT_SUPPLIED","features":[25]},{"name":"ASC_REQ_FRAGMENT_TO_FIT","features":[25]},{"name":"ASC_REQ_HIGH_FLAGS","features":[25]},{"name":"ASC_REQ_IDENTIFY","features":[25]},{"name":"ASC_REQ_INTEGRITY","features":[25]},{"name":"ASC_REQ_LICENSING","features":[25]},{"name":"ASC_REQ_MESSAGES","features":[25]},{"name":"ASC_REQ_MUTUAL_AUTH","features":[25]},{"name":"ASC_REQ_NO_TOKEN","features":[25]},{"name":"ASC_REQ_PROXY_BINDINGS","features":[25]},{"name":"ASC_REQ_REPLAY_DETECT","features":[25]},{"name":"ASC_REQ_SEQUENCE_DETECT","features":[25]},{"name":"ASC_REQ_SESSION_TICKET","features":[25]},{"name":"ASC_REQ_STREAM","features":[25]},{"name":"ASC_REQ_USE_DCE_STYLE","features":[25]},{"name":"ASC_REQ_USE_SESSION_KEY","features":[25]},{"name":"ASC_RET_ALLOCATED_MEMORY","features":[25]},{"name":"ASC_RET_ALLOW_CONTEXT_REPLAY","features":[25]},{"name":"ASC_RET_ALLOW_NON_USER_LOGONS","features":[25]},{"name":"ASC_RET_CALL_LEVEL","features":[25]},{"name":"ASC_RET_CONFIDENTIALITY","features":[25]},{"name":"ASC_RET_CONNECTION","features":[25]},{"name":"ASC_RET_DATAGRAM","features":[25]},{"name":"ASC_RET_DELEGATE","features":[25]},{"name":"ASC_RET_EXTENDED_ERROR","features":[25]},{"name":"ASC_RET_FRAGMENT_ONLY","features":[25]},{"name":"ASC_RET_IDENTIFY","features":[25]},{"name":"ASC_RET_INTEGRITY","features":[25]},{"name":"ASC_RET_LICENSING","features":[25]},{"name":"ASC_RET_MESSAGES","features":[25]},{"name":"ASC_RET_MUTUAL_AUTH","features":[25]},{"name":"ASC_RET_NO_ADDITIONAL_TOKEN","features":[25]},{"name":"ASC_RET_NO_TOKEN","features":[25]},{"name":"ASC_RET_NULL_SESSION","features":[25]},{"name":"ASC_RET_REPLAY_DETECT","features":[25]},{"name":"ASC_RET_SEQUENCE_DETECT","features":[25]},{"name":"ASC_RET_SESSION_TICKET","features":[25]},{"name":"ASC_RET_STREAM","features":[25]},{"name":"ASC_RET_THIRD_LEG_FAILED","features":[25]},{"name":"ASC_RET_USED_DCE_STYLE","features":[25]},{"name":"ASC_RET_USE_SESSION_KEY","features":[25]},{"name":"AUDIT_ENUMERATE_USERS","features":[25]},{"name":"AUDIT_POLICY_INFORMATION","features":[25]},{"name":"AUDIT_QUERY_MISC_POLICY","features":[25]},{"name":"AUDIT_QUERY_SYSTEM_POLICY","features":[25]},{"name":"AUDIT_QUERY_USER_POLICY","features":[25]},{"name":"AUDIT_SET_MISC_POLICY","features":[25]},{"name":"AUDIT_SET_SYSTEM_POLICY","features":[25]},{"name":"AUDIT_SET_USER_POLICY","features":[25]},{"name":"AUTH_REQ_ALLOW_ENC_TKT_IN_SKEY","features":[25]},{"name":"AUTH_REQ_ALLOW_FORWARDABLE","features":[25]},{"name":"AUTH_REQ_ALLOW_NOADDRESS","features":[25]},{"name":"AUTH_REQ_ALLOW_POSTDATE","features":[25]},{"name":"AUTH_REQ_ALLOW_PROXIABLE","features":[25]},{"name":"AUTH_REQ_ALLOW_RENEWABLE","features":[25]},{"name":"AUTH_REQ_ALLOW_S4U_DELEGATE","features":[25]},{"name":"AUTH_REQ_ALLOW_VALIDATE","features":[25]},{"name":"AUTH_REQ_OK_AS_DELEGATE","features":[25]},{"name":"AUTH_REQ_PREAUTH_REQUIRED","features":[25]},{"name":"AUTH_REQ_TRANSITIVE_TRUST","features":[25]},{"name":"AUTH_REQ_VALIDATE_CLIENT","features":[25]},{"name":"AcceptSecurityContext","features":[25,121]},{"name":"AccountDomainInformation","features":[25]},{"name":"AcquireCredentialsHandleA","features":[25,121]},{"name":"AcquireCredentialsHandleW","features":[25,121]},{"name":"AddCredentialsA","features":[25,121]},{"name":"AddCredentialsW","features":[25,121]},{"name":"AddSecurityPackageA","features":[25]},{"name":"AddSecurityPackageW","features":[25]},{"name":"ApplyControlToken","features":[25,121]},{"name":"AuditCategoryAccountLogon","features":[25]},{"name":"AuditCategoryAccountManagement","features":[25]},{"name":"AuditCategoryDetailedTracking","features":[25]},{"name":"AuditCategoryDirectoryServiceAccess","features":[25]},{"name":"AuditCategoryLogon","features":[25]},{"name":"AuditCategoryObjectAccess","features":[25]},{"name":"AuditCategoryPolicyChange","features":[25]},{"name":"AuditCategoryPrivilegeUse","features":[25]},{"name":"AuditCategorySystem","features":[25]},{"name":"AuditComputeEffectivePolicyBySid","features":[3,25]},{"name":"AuditComputeEffectivePolicyByToken","features":[3,25]},{"name":"AuditEnumerateCategories","features":[3,25]},{"name":"AuditEnumeratePerUserPolicy","features":[3,25]},{"name":"AuditEnumerateSubCategories","features":[3,25]},{"name":"AuditFree","features":[25]},{"name":"AuditLookupCategoryGuidFromCategoryId","features":[3,25]},{"name":"AuditLookupCategoryIdFromCategoryGuid","features":[3,25]},{"name":"AuditLookupCategoryNameA","features":[3,25]},{"name":"AuditLookupCategoryNameW","features":[3,25]},{"name":"AuditLookupSubCategoryNameA","features":[3,25]},{"name":"AuditLookupSubCategoryNameW","features":[3,25]},{"name":"AuditQueryGlobalSaclA","features":[3,25]},{"name":"AuditQueryGlobalSaclW","features":[3,25]},{"name":"AuditQueryPerUserPolicy","features":[3,25]},{"name":"AuditQuerySecurity","features":[3,25]},{"name":"AuditQuerySystemPolicy","features":[3,25]},{"name":"AuditSetGlobalSaclA","features":[3,25]},{"name":"AuditSetGlobalSaclW","features":[3,25]},{"name":"AuditSetPerUserPolicy","features":[3,25]},{"name":"AuditSetSecurity","features":[3,25]},{"name":"AuditSetSystemPolicy","features":[3,25]},{"name":"Audit_AccountLogon","features":[25]},{"name":"Audit_AccountLogon_CredentialValidation","features":[25]},{"name":"Audit_AccountLogon_KerbCredentialValidation","features":[25]},{"name":"Audit_AccountLogon_Kerberos","features":[25]},{"name":"Audit_AccountLogon_Others","features":[25]},{"name":"Audit_AccountManagement","features":[25]},{"name":"Audit_AccountManagement_ApplicationGroup","features":[25]},{"name":"Audit_AccountManagement_ComputerAccount","features":[25]},{"name":"Audit_AccountManagement_DistributionGroup","features":[25]},{"name":"Audit_AccountManagement_Others","features":[25]},{"name":"Audit_AccountManagement_SecurityGroup","features":[25]},{"name":"Audit_AccountManagement_UserAccount","features":[25]},{"name":"Audit_DSAccess_DSAccess","features":[25]},{"name":"Audit_DetailedTracking","features":[25]},{"name":"Audit_DetailedTracking_DpapiActivity","features":[25]},{"name":"Audit_DetailedTracking_PnpActivity","features":[25]},{"name":"Audit_DetailedTracking_ProcessCreation","features":[25]},{"name":"Audit_DetailedTracking_ProcessTermination","features":[25]},{"name":"Audit_DetailedTracking_RpcCall","features":[25]},{"name":"Audit_DetailedTracking_TokenRightAdjusted","features":[25]},{"name":"Audit_DirectoryServiceAccess","features":[25]},{"name":"Audit_DsAccess_AdAuditChanges","features":[25]},{"name":"Audit_Ds_DetailedReplication","features":[25]},{"name":"Audit_Ds_Replication","features":[25]},{"name":"Audit_Logon","features":[25]},{"name":"Audit_Logon_AccountLockout","features":[25]},{"name":"Audit_Logon_Claims","features":[25]},{"name":"Audit_Logon_Groups","features":[25]},{"name":"Audit_Logon_IPSecMainMode","features":[25]},{"name":"Audit_Logon_IPSecQuickMode","features":[25]},{"name":"Audit_Logon_IPSecUserMode","features":[25]},{"name":"Audit_Logon_Logoff","features":[25]},{"name":"Audit_Logon_Logon","features":[25]},{"name":"Audit_Logon_NPS","features":[25]},{"name":"Audit_Logon_Others","features":[25]},{"name":"Audit_Logon_SpecialLogon","features":[25]},{"name":"Audit_ObjectAccess","features":[25]},{"name":"Audit_ObjectAccess_ApplicationGenerated","features":[25]},{"name":"Audit_ObjectAccess_CbacStaging","features":[25]},{"name":"Audit_ObjectAccess_CertificationServices","features":[25]},{"name":"Audit_ObjectAccess_DetailedFileShare","features":[25]},{"name":"Audit_ObjectAccess_FileSystem","features":[25]},{"name":"Audit_ObjectAccess_FirewallConnection","features":[25]},{"name":"Audit_ObjectAccess_FirewallPacketDrops","features":[25]},{"name":"Audit_ObjectAccess_Handle","features":[25]},{"name":"Audit_ObjectAccess_Kernel","features":[25]},{"name":"Audit_ObjectAccess_Other","features":[25]},{"name":"Audit_ObjectAccess_Registry","features":[25]},{"name":"Audit_ObjectAccess_RemovableStorage","features":[25]},{"name":"Audit_ObjectAccess_Sam","features":[25]},{"name":"Audit_ObjectAccess_Share","features":[25]},{"name":"Audit_PolicyChange","features":[25]},{"name":"Audit_PolicyChange_AuditPolicy","features":[25]},{"name":"Audit_PolicyChange_AuthenticationPolicy","features":[25]},{"name":"Audit_PolicyChange_AuthorizationPolicy","features":[25]},{"name":"Audit_PolicyChange_MpsscvRulePolicy","features":[25]},{"name":"Audit_PolicyChange_Others","features":[25]},{"name":"Audit_PolicyChange_WfpIPSecPolicy","features":[25]},{"name":"Audit_PrivilegeUse","features":[25]},{"name":"Audit_PrivilegeUse_NonSensitive","features":[25]},{"name":"Audit_PrivilegeUse_Others","features":[25]},{"name":"Audit_PrivilegeUse_Sensitive","features":[25]},{"name":"Audit_System","features":[25]},{"name":"Audit_System_IPSecDriverEvents","features":[25]},{"name":"Audit_System_Integrity","features":[25]},{"name":"Audit_System_Others","features":[25]},{"name":"Audit_System_SecurityStateChange","features":[25]},{"name":"Audit_System_SecuritySubsystemExtension","features":[25]},{"name":"CENTRAL_ACCESS_POLICY","features":[25]},{"name":"CENTRAL_ACCESS_POLICY_ENTRY","features":[25]},{"name":"CENTRAL_ACCESS_POLICY_OWNER_RIGHTS_PRESENT_FLAG","features":[25]},{"name":"CENTRAL_ACCESS_POLICY_STAGED_FLAG","features":[25]},{"name":"CENTRAL_ACCESS_POLICY_STAGED_OWNER_RIGHTS_PRESENT_FLAG","features":[25]},{"name":"CHANGE_PASSWORD_FN_A","features":[3,25]},{"name":"CHANGE_PASSWORD_FN_W","features":[3,25]},{"name":"CLEAR_BLOCK","features":[25]},{"name":"CLEAR_BLOCK_LENGTH","features":[25]},{"name":"CLOUDAP_NAME","features":[25]},{"name":"CLOUDAP_NAME_W","features":[25]},{"name":"COMPLETE_AUTH_TOKEN_FN","features":[25,121]},{"name":"CREDP_FLAGS_CLEAR_PASSWORD","features":[25]},{"name":"CREDP_FLAGS_DONT_CACHE_TI","features":[25]},{"name":"CREDP_FLAGS_IN_PROCESS","features":[25]},{"name":"CREDP_FLAGS_TRUSTED_CALLER","features":[25]},{"name":"CREDP_FLAGS_USER_ENCRYPTED_PASSWORD","features":[25]},{"name":"CREDP_FLAGS_USE_MIDL_HEAP","features":[25]},{"name":"CREDP_FLAGS_VALIDATE_PROXY_TARGET","features":[25]},{"name":"CRED_FETCH","features":[25]},{"name":"CRED_MARSHALED_TI_SIZE_SIZE","features":[25]},{"name":"CRYPTO_SETTINGS","features":[25]},{"name":"CYPHER_BLOCK_LENGTH","features":[25]},{"name":"CertHashInfo","features":[25]},{"name":"ChangeAccountPasswordA","features":[3,25]},{"name":"ChangeAccountPasswordW","features":[3,25]},{"name":"ClOUDAP_NAME_A","features":[25]},{"name":"CollisionOther","features":[25]},{"name":"CollisionTdo","features":[25]},{"name":"CollisionXref","features":[25]},{"name":"CompleteAuthToken","features":[25,121]},{"name":"CredFetchDPAPI","features":[25]},{"name":"CredFetchDefault","features":[25]},{"name":"CredFetchForced","features":[25]},{"name":"CredFreeCredentialsFn","features":[3,25,121]},{"name":"CredMarshalTargetInfo","features":[3,25,121]},{"name":"CredReadDomainCredentialsFn","features":[3,25,121]},{"name":"CredReadFn","features":[3,25,121]},{"name":"CredUnmarshalTargetInfo","features":[3,25,121]},{"name":"CredWriteFn","features":[3,25,121]},{"name":"CrediUnmarshalandDecodeStringFn","features":[3,25]},{"name":"DECRYPT_MESSAGE_FN","features":[25,121]},{"name":"DEFAULT_TLS_SSP_NAME","features":[25]},{"name":"DEFAULT_TLS_SSP_NAME_A","features":[25]},{"name":"DEFAULT_TLS_SSP_NAME_W","features":[25]},{"name":"DELETE_SECURITY_CONTEXT_FN","features":[25,121]},{"name":"DOMAIN_LOCKOUT_ADMINS","features":[25]},{"name":"DOMAIN_NO_LM_OWF_CHANGE","features":[25]},{"name":"DOMAIN_PASSWORD_COMPLEX","features":[25]},{"name":"DOMAIN_PASSWORD_INFORMATION","features":[25]},{"name":"DOMAIN_PASSWORD_NO_ANON_CHANGE","features":[25]},{"name":"DOMAIN_PASSWORD_NO_CLEAR_CHANGE","features":[25]},{"name":"DOMAIN_PASSWORD_PROPERTIES","features":[25]},{"name":"DOMAIN_PASSWORD_STORE_CLEARTEXT","features":[25]},{"name":"DOMAIN_REFUSE_PASSWORD_CHANGE","features":[25]},{"name":"DS_INET_ADDRESS","features":[25]},{"name":"DS_NETBIOS_ADDRESS","features":[25]},{"name":"DS_UNKNOWN_ADDRESS_TYPE","features":[25]},{"name":"DecryptMessage","features":[25,121]},{"name":"DeleteSecurityContext","features":[25,121]},{"name":"DeleteSecurityPackageA","features":[25]},{"name":"DeleteSecurityPackageW","features":[25]},{"name":"DeprecatedIUMCredKey","features":[25]},{"name":"DnsDomainInformation","features":[25]},{"name":"DomainUserCredKey","features":[25]},{"name":"ENABLE_TLS_CLIENT_EARLY_START","features":[25]},{"name":"ENCRYPTED_CREDENTIALW","features":[3,25,121]},{"name":"ENCRYPT_MESSAGE_FN","features":[25,121]},{"name":"ENUMERATE_SECURITY_PACKAGES_FN_A","features":[25]},{"name":"ENUMERATE_SECURITY_PACKAGES_FN_W","features":[25]},{"name":"EXPORT_SECURITY_CONTEXT_FLAGS","features":[25]},{"name":"EXPORT_SECURITY_CONTEXT_FN","features":[25,121]},{"name":"EXTENDED_NAME_FORMAT","features":[25]},{"name":"E_RM_UNKNOWN_ERROR","features":[25]},{"name":"EncryptMessage","features":[25,121]},{"name":"EnumerateSecurityPackagesA","features":[25]},{"name":"EnumerateSecurityPackagesW","features":[25]},{"name":"ExportSecurityContext","features":[25,121]},{"name":"ExternallySuppliedCredKey","features":[25]},{"name":"FACILITY_SL_ITF","features":[25]},{"name":"FREE_CONTEXT_BUFFER_FN","features":[25]},{"name":"FREE_CREDENTIALS_HANDLE_FN","features":[25,121]},{"name":"ForestTrustBinaryInfo","features":[25]},{"name":"ForestTrustDomainInfo","features":[25]},{"name":"ForestTrustRecordTypeLast","features":[25]},{"name":"ForestTrustScannerInfo","features":[25]},{"name":"ForestTrustTopLevelName","features":[25]},{"name":"ForestTrustTopLevelNameEx","features":[25]},{"name":"FreeContextBuffer","features":[25]},{"name":"FreeCredentialsHandle","features":[25,121]},{"name":"GetComputerObjectNameA","features":[3,25]},{"name":"GetComputerObjectNameW","features":[3,25]},{"name":"GetUserNameExA","features":[3,25]},{"name":"GetUserNameExW","features":[3,25]},{"name":"ICcgDomainAuthCredentials","features":[25]},{"name":"ID_CAP_SLAPI","features":[25]},{"name":"IMPERSONATE_SECURITY_CONTEXT_FN","features":[25,121]},{"name":"IMPORT_SECURITY_CONTEXT_FN_A","features":[25,121]},{"name":"IMPORT_SECURITY_CONTEXT_FN_W","features":[25,121]},{"name":"INITIALIZE_SECURITY_CONTEXT_FN_A","features":[25,121]},{"name":"INITIALIZE_SECURITY_CONTEXT_FN_W","features":[25,121]},{"name":"INIT_SECURITY_INTERFACE_A","features":[3,25,121]},{"name":"INIT_SECURITY_INTERFACE_W","features":[3,25,121]},{"name":"ISC_REQ_ALLOCATE_MEMORY","features":[25]},{"name":"ISC_REQ_CALL_LEVEL","features":[25]},{"name":"ISC_REQ_CONFIDENTIALITY","features":[25]},{"name":"ISC_REQ_CONFIDENTIALITY_ONLY","features":[25]},{"name":"ISC_REQ_CONNECTION","features":[25]},{"name":"ISC_REQ_DATAGRAM","features":[25]},{"name":"ISC_REQ_DEFERRED_CRED_VALIDATION","features":[25]},{"name":"ISC_REQ_DELEGATE","features":[25]},{"name":"ISC_REQ_EXTENDED_ERROR","features":[25]},{"name":"ISC_REQ_FLAGS","features":[25]},{"name":"ISC_REQ_FORWARD_CREDENTIALS","features":[25]},{"name":"ISC_REQ_FRAGMENT_SUPPLIED","features":[25]},{"name":"ISC_REQ_FRAGMENT_TO_FIT","features":[25]},{"name":"ISC_REQ_HIGH_FLAGS","features":[25]},{"name":"ISC_REQ_IDENTIFY","features":[25]},{"name":"ISC_REQ_INTEGRITY","features":[25]},{"name":"ISC_REQ_MANUAL_CRED_VALIDATION","features":[25]},{"name":"ISC_REQ_MESSAGES","features":[25]},{"name":"ISC_REQ_MUTUAL_AUTH","features":[25]},{"name":"ISC_REQ_NO_INTEGRITY","features":[25]},{"name":"ISC_REQ_NO_POST_HANDSHAKE_AUTH","features":[25]},{"name":"ISC_REQ_NULL_SESSION","features":[25]},{"name":"ISC_REQ_PROMPT_FOR_CREDS","features":[25]},{"name":"ISC_REQ_REPLAY_DETECT","features":[25]},{"name":"ISC_REQ_RESERVED1","features":[25]},{"name":"ISC_REQ_SEQUENCE_DETECT","features":[25]},{"name":"ISC_REQ_STREAM","features":[25]},{"name":"ISC_REQ_UNVERIFIED_TARGET_NAME","features":[25]},{"name":"ISC_REQ_USE_DCE_STYLE","features":[25]},{"name":"ISC_REQ_USE_HTTP_STYLE","features":[25]},{"name":"ISC_REQ_USE_SESSION_KEY","features":[25]},{"name":"ISC_REQ_USE_SUPPLIED_CREDS","features":[25]},{"name":"ISC_RET_ALLOCATED_MEMORY","features":[25]},{"name":"ISC_RET_CALL_LEVEL","features":[25]},{"name":"ISC_RET_CONFIDENTIALITY","features":[25]},{"name":"ISC_RET_CONFIDENTIALITY_ONLY","features":[25]},{"name":"ISC_RET_CONNECTION","features":[25]},{"name":"ISC_RET_DATAGRAM","features":[25]},{"name":"ISC_RET_DEFERRED_CRED_VALIDATION","features":[25]},{"name":"ISC_RET_DELEGATE","features":[25]},{"name":"ISC_RET_EXTENDED_ERROR","features":[25]},{"name":"ISC_RET_FORWARD_CREDENTIALS","features":[25]},{"name":"ISC_RET_FRAGMENT_ONLY","features":[25]},{"name":"ISC_RET_IDENTIFY","features":[25]},{"name":"ISC_RET_INTEGRITY","features":[25]},{"name":"ISC_RET_INTERMEDIATE_RETURN","features":[25]},{"name":"ISC_RET_MANUAL_CRED_VALIDATION","features":[25]},{"name":"ISC_RET_MESSAGES","features":[25]},{"name":"ISC_RET_MUTUAL_AUTH","features":[25]},{"name":"ISC_RET_NO_ADDITIONAL_TOKEN","features":[25]},{"name":"ISC_RET_NO_POST_HANDSHAKE_AUTH","features":[25]},{"name":"ISC_RET_NULL_SESSION","features":[25]},{"name":"ISC_RET_REAUTHENTICATION","features":[25]},{"name":"ISC_RET_REPLAY_DETECT","features":[25]},{"name":"ISC_RET_RESERVED1","features":[25]},{"name":"ISC_RET_SEQUENCE_DETECT","features":[25]},{"name":"ISC_RET_STREAM","features":[25]},{"name":"ISC_RET_USED_COLLECTED_CREDS","features":[25]},{"name":"ISC_RET_USED_DCE_STYLE","features":[25]},{"name":"ISC_RET_USED_HTTP_STYLE","features":[25]},{"name":"ISC_RET_USED_SUPPLIED_CREDS","features":[25]},{"name":"ISC_RET_USE_SESSION_KEY","features":[25]},{"name":"ISSP_LEVEL","features":[25]},{"name":"ISSP_MODE","features":[25]},{"name":"ImpersonateSecurityContext","features":[25,121]},{"name":"ImportSecurityContextA","features":[25,121]},{"name":"ImportSecurityContextW","features":[25,121]},{"name":"InitSecurityInterfaceA","features":[3,25,121]},{"name":"InitSecurityInterfaceW","features":[3,25,121]},{"name":"InitializeSecurityContextA","features":[25,121]},{"name":"InitializeSecurityContextW","features":[25,121]},{"name":"InvalidCredKey","features":[25]},{"name":"KDC_PROXY_CACHE_ENTRY_DATA","features":[3,25]},{"name":"KDC_PROXY_SETTINGS_FLAGS_FORCEPROXY","features":[25]},{"name":"KDC_PROXY_SETTINGS_V1","features":[25]},{"name":"KERBEROS_REVISION","features":[25]},{"name":"KERBEROS_VERSION","features":[25]},{"name":"KERB_ADDRESS_TYPE","features":[25]},{"name":"KERB_ADD_BINDING_CACHE_ENTRY_EX_REQUEST","features":[25]},{"name":"KERB_ADD_BINDING_CACHE_ENTRY_REQUEST","features":[25]},{"name":"KERB_ADD_CREDENTIALS_REQUEST","features":[3,25]},{"name":"KERB_ADD_CREDENTIALS_REQUEST_EX","features":[3,25]},{"name":"KERB_AUTH_DATA","features":[25]},{"name":"KERB_BINDING_CACHE_ENTRY_DATA","features":[25]},{"name":"KERB_CERTIFICATE_HASHINFO","features":[25]},{"name":"KERB_CERTIFICATE_INFO","features":[25]},{"name":"KERB_CERTIFICATE_INFO_TYPE","features":[25]},{"name":"KERB_CERTIFICATE_LOGON","features":[25]},{"name":"KERB_CERTIFICATE_LOGON_FLAG_CHECK_DUPLICATES","features":[25]},{"name":"KERB_CERTIFICATE_LOGON_FLAG_USE_CERTIFICATE_INFO","features":[25]},{"name":"KERB_CERTIFICATE_S4U_LOGON","features":[25]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_CHECK_DUPLICATES","features":[25]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[25]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_FAIL_IF_NT_AUTH_POLICY_REQUIRED","features":[25]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_IDENTIFY","features":[25]},{"name":"KERB_CERTIFICATE_UNLOCK_LOGON","features":[3,25]},{"name":"KERB_CHANGEPASSWORD_REQUEST","features":[3,25]},{"name":"KERB_CHECKSUM_CRC32","features":[25]},{"name":"KERB_CHECKSUM_DES_MAC","features":[25]},{"name":"KERB_CHECKSUM_DES_MAC_MD5","features":[25]},{"name":"KERB_CHECKSUM_HMAC_MD5","features":[25]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES128","features":[25]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES128_Ki","features":[25]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES256","features":[25]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES256_Ki","features":[25]},{"name":"KERB_CHECKSUM_KRB_DES_MAC","features":[25]},{"name":"KERB_CHECKSUM_KRB_DES_MAC_K","features":[25]},{"name":"KERB_CHECKSUM_LM","features":[25]},{"name":"KERB_CHECKSUM_MD25","features":[25]},{"name":"KERB_CHECKSUM_MD4","features":[25]},{"name":"KERB_CHECKSUM_MD5","features":[25]},{"name":"KERB_CHECKSUM_MD5_DES","features":[25]},{"name":"KERB_CHECKSUM_MD5_HMAC","features":[25]},{"name":"KERB_CHECKSUM_NONE","features":[25]},{"name":"KERB_CHECKSUM_RC4_MD5","features":[25]},{"name":"KERB_CHECKSUM_REAL_CRC32","features":[25]},{"name":"KERB_CHECKSUM_SHA1","features":[25]},{"name":"KERB_CHECKSUM_SHA1_NEW","features":[25]},{"name":"KERB_CHECKSUM_SHA256","features":[25]},{"name":"KERB_CHECKSUM_SHA384","features":[25]},{"name":"KERB_CHECKSUM_SHA512","features":[25]},{"name":"KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST","features":[3,25]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA","features":[25]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA_V0","features":[25]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA_VERSION","features":[25]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_REQUEST","features":[3,25]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_RESPONSE","features":[25]},{"name":"KERB_CRYPTO_KEY","features":[25]},{"name":"KERB_CRYPTO_KEY32","features":[25]},{"name":"KERB_CRYPTO_KEY_TYPE","features":[25]},{"name":"KERB_DECRYPT_FLAG_DEFAULT_KEY","features":[25]},{"name":"KERB_DECRYPT_REQUEST","features":[3,25]},{"name":"KERB_DECRYPT_RESPONSE","features":[25]},{"name":"KERB_ETYPE_AES128_CTS_HMAC_SHA1_96","features":[25]},{"name":"KERB_ETYPE_AES128_CTS_HMAC_SHA1_96_PLAIN","features":[25]},{"name":"KERB_ETYPE_AES256_CTS_HMAC_SHA1_96","features":[25]},{"name":"KERB_ETYPE_AES256_CTS_HMAC_SHA1_96_PLAIN","features":[25]},{"name":"KERB_ETYPE_DEFAULT","features":[25]},{"name":"KERB_ETYPE_DES3_CBC_MD5","features":[25]},{"name":"KERB_ETYPE_DES3_CBC_SHA1","features":[25]},{"name":"KERB_ETYPE_DES3_CBC_SHA1_KD","features":[25]},{"name":"KERB_ETYPE_DES_CBC_CRC","features":[25]},{"name":"KERB_ETYPE_DES_CBC_MD4","features":[25]},{"name":"KERB_ETYPE_DES_CBC_MD5","features":[25]},{"name":"KERB_ETYPE_DES_CBC_MD5_NT","features":[25]},{"name":"KERB_ETYPE_DES_EDE3_CBC_ENV","features":[25]},{"name":"KERB_ETYPE_DES_PLAIN","features":[25]},{"name":"KERB_ETYPE_DSA_SHA1_CMS","features":[25]},{"name":"KERB_ETYPE_DSA_SIGN","features":[25]},{"name":"KERB_ETYPE_NULL","features":[25]},{"name":"KERB_ETYPE_PKCS7_PUB","features":[25]},{"name":"KERB_ETYPE_RC2_CBC_ENV","features":[25]},{"name":"KERB_ETYPE_RC4_HMAC_NT","features":[25]},{"name":"KERB_ETYPE_RC4_HMAC_NT_EXP","features":[25]},{"name":"KERB_ETYPE_RC4_HMAC_OLD","features":[25]},{"name":"KERB_ETYPE_RC4_HMAC_OLD_EXP","features":[25]},{"name":"KERB_ETYPE_RC4_LM","features":[25]},{"name":"KERB_ETYPE_RC4_MD4","features":[25]},{"name":"KERB_ETYPE_RC4_PLAIN","features":[25]},{"name":"KERB_ETYPE_RC4_PLAIN2","features":[25]},{"name":"KERB_ETYPE_RC4_PLAIN_EXP","features":[25]},{"name":"KERB_ETYPE_RC4_PLAIN_OLD","features":[25]},{"name":"KERB_ETYPE_RC4_PLAIN_OLD_EXP","features":[25]},{"name":"KERB_ETYPE_RC4_SHA","features":[25]},{"name":"KERB_ETYPE_RSA_ENV","features":[25]},{"name":"KERB_ETYPE_RSA_ES_OEAP_ENV","features":[25]},{"name":"KERB_ETYPE_RSA_MD5_CMS","features":[25]},{"name":"KERB_ETYPE_RSA_PRIV","features":[25]},{"name":"KERB_ETYPE_RSA_PUB","features":[25]},{"name":"KERB_ETYPE_RSA_PUB_MD5","features":[25]},{"name":"KERB_ETYPE_RSA_PUB_SHA1","features":[25]},{"name":"KERB_ETYPE_RSA_SHA1_CMS","features":[25]},{"name":"KERB_EXTERNAL_NAME","features":[25]},{"name":"KERB_EXTERNAL_TICKET","features":[25]},{"name":"KERB_INTERACTIVE_LOGON","features":[25]},{"name":"KERB_INTERACTIVE_PROFILE","features":[25]},{"name":"KERB_INTERACTIVE_UNLOCK_LOGON","features":[3,25]},{"name":"KERB_LOGON_FLAG_ALLOW_EXPIRED_TICKET","features":[25]},{"name":"KERB_LOGON_FLAG_REDIRECTED","features":[25]},{"name":"KERB_LOGON_SUBMIT_TYPE","features":[25]},{"name":"KERB_NET_ADDRESS","features":[25]},{"name":"KERB_NET_ADDRESSES","features":[25]},{"name":"KERB_PROFILE_BUFFER_TYPE","features":[25]},{"name":"KERB_PROTOCOL_MESSAGE_TYPE","features":[25]},{"name":"KERB_PURGE_ALL_TICKETS","features":[25]},{"name":"KERB_PURGE_BINDING_CACHE_REQUEST","features":[25]},{"name":"KERB_PURGE_KDC_PROXY_CACHE_REQUEST","features":[3,25]},{"name":"KERB_PURGE_KDC_PROXY_CACHE_RESPONSE","features":[25]},{"name":"KERB_PURGE_TKT_CACHE_EX_REQUEST","features":[3,25]},{"name":"KERB_PURGE_TKT_CACHE_REQUEST","features":[3,25]},{"name":"KERB_QUERY_BINDING_CACHE_REQUEST","features":[25]},{"name":"KERB_QUERY_BINDING_CACHE_RESPONSE","features":[25]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST","features":[25]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_RESPONSE","features":[25]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_RESPONSE_FLAG_DAC_DISABLED","features":[25]},{"name":"KERB_QUERY_KDC_PROXY_CACHE_REQUEST","features":[3,25]},{"name":"KERB_QUERY_KDC_PROXY_CACHE_RESPONSE","features":[3,25]},{"name":"KERB_QUERY_S4U2PROXY_CACHE_REQUEST","features":[3,25]},{"name":"KERB_QUERY_S4U2PROXY_CACHE_RESPONSE","features":[3,25]},{"name":"KERB_QUERY_TKT_CACHE_EX2_RESPONSE","features":[25]},{"name":"KERB_QUERY_TKT_CACHE_EX3_RESPONSE","features":[25]},{"name":"KERB_QUERY_TKT_CACHE_EX_RESPONSE","features":[25]},{"name":"KERB_QUERY_TKT_CACHE_REQUEST","features":[3,25]},{"name":"KERB_QUERY_TKT_CACHE_RESPONSE","features":[25]},{"name":"KERB_REFRESH_POLICY_KDC","features":[25]},{"name":"KERB_REFRESH_POLICY_KERBEROS","features":[25]},{"name":"KERB_REFRESH_POLICY_REQUEST","features":[25]},{"name":"KERB_REFRESH_POLICY_RESPONSE","features":[25]},{"name":"KERB_REFRESH_SCCRED_GETTGT","features":[25]},{"name":"KERB_REFRESH_SCCRED_RELEASE","features":[25]},{"name":"KERB_REFRESH_SCCRED_REQUEST","features":[3,25]},{"name":"KERB_REQUEST_ADD_CREDENTIAL","features":[25]},{"name":"KERB_REQUEST_FLAGS","features":[25]},{"name":"KERB_REQUEST_REMOVE_CREDENTIAL","features":[25]},{"name":"KERB_REQUEST_REPLACE_CREDENTIAL","features":[25]},{"name":"KERB_RETRIEVE_KEY_TAB_REQUEST","features":[25]},{"name":"KERB_RETRIEVE_KEY_TAB_RESPONSE","features":[25]},{"name":"KERB_RETRIEVE_TICKET_AS_KERB_CRED","features":[25]},{"name":"KERB_RETRIEVE_TICKET_CACHE_TICKET","features":[25]},{"name":"KERB_RETRIEVE_TICKET_DEFAULT","features":[25]},{"name":"KERB_RETRIEVE_TICKET_DONT_USE_CACHE","features":[25]},{"name":"KERB_RETRIEVE_TICKET_MAX_LIFETIME","features":[25]},{"name":"KERB_RETRIEVE_TICKET_USE_CACHE_ONLY","features":[25]},{"name":"KERB_RETRIEVE_TICKET_USE_CREDHANDLE","features":[25]},{"name":"KERB_RETRIEVE_TICKET_WITH_SEC_CRED","features":[25]},{"name":"KERB_RETRIEVE_TKT_REQUEST","features":[3,25,121]},{"name":"KERB_RETRIEVE_TKT_RESPONSE","features":[25]},{"name":"KERB_S4U2PROXY_CACHE_ENTRY_INFO","features":[3,25]},{"name":"KERB_S4U2PROXY_CACHE_ENTRY_INFO_FLAG_NEGATIVE","features":[25]},{"name":"KERB_S4U2PROXY_CRED","features":[3,25]},{"name":"KERB_S4U2PROXY_CRED_FLAG_NEGATIVE","features":[25]},{"name":"KERB_S4U_LOGON","features":[25]},{"name":"KERB_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[25]},{"name":"KERB_S4U_LOGON_FLAG_IDENTIFY","features":[25]},{"name":"KERB_SETPASSWORD_EX_REQUEST","features":[3,25,121]},{"name":"KERB_SETPASSWORD_REQUEST","features":[3,25,121]},{"name":"KERB_SETPASS_USE_CREDHANDLE","features":[25]},{"name":"KERB_SETPASS_USE_LOGONID","features":[25]},{"name":"KERB_SMART_CARD_LOGON","features":[25]},{"name":"KERB_SMART_CARD_PROFILE","features":[25]},{"name":"KERB_SMART_CARD_UNLOCK_LOGON","features":[3,25]},{"name":"KERB_SUBMIT_TKT_REQUEST","features":[3,25]},{"name":"KERB_TICKET_CACHE_INFO","features":[25]},{"name":"KERB_TICKET_CACHE_INFO_EX","features":[25]},{"name":"KERB_TICKET_CACHE_INFO_EX2","features":[25]},{"name":"KERB_TICKET_CACHE_INFO_EX3","features":[25]},{"name":"KERB_TICKET_FLAGS","features":[25]},{"name":"KERB_TICKET_FLAGS_cname_in_pa_data","features":[25]},{"name":"KERB_TICKET_FLAGS_enc_pa_rep","features":[25]},{"name":"KERB_TICKET_FLAGS_forwardable","features":[25]},{"name":"KERB_TICKET_FLAGS_forwarded","features":[25]},{"name":"KERB_TICKET_FLAGS_hw_authent","features":[25]},{"name":"KERB_TICKET_FLAGS_initial","features":[25]},{"name":"KERB_TICKET_FLAGS_invalid","features":[25]},{"name":"KERB_TICKET_FLAGS_may_postdate","features":[25]},{"name":"KERB_TICKET_FLAGS_name_canonicalize","features":[25]},{"name":"KERB_TICKET_FLAGS_ok_as_delegate","features":[25]},{"name":"KERB_TICKET_FLAGS_postdated","features":[25]},{"name":"KERB_TICKET_FLAGS_pre_authent","features":[25]},{"name":"KERB_TICKET_FLAGS_proxiable","features":[25]},{"name":"KERB_TICKET_FLAGS_proxy","features":[25]},{"name":"KERB_TICKET_FLAGS_renewable","features":[25]},{"name":"KERB_TICKET_FLAGS_reserved","features":[25]},{"name":"KERB_TICKET_FLAGS_reserved1","features":[25]},{"name":"KERB_TICKET_LOGON","features":[25]},{"name":"KERB_TICKET_PROFILE","features":[25]},{"name":"KERB_TICKET_UNLOCK_LOGON","features":[3,25]},{"name":"KERB_TRANSFER_CRED_CLEANUP_CREDENTIALS","features":[25]},{"name":"KERB_TRANSFER_CRED_REQUEST","features":[3,25]},{"name":"KERB_TRANSFER_CRED_WITH_TICKETS","features":[25]},{"name":"KERB_USE_DEFAULT_TICKET_FLAGS","features":[25]},{"name":"KERB_WRAP_NO_ENCRYPT","features":[25]},{"name":"KERN_CONTEXT_CERT_INFO_V1","features":[25]},{"name":"KRB_ANONYMOUS_STRING","features":[25]},{"name":"KRB_NT_ENTERPRISE_PRINCIPAL","features":[25]},{"name":"KRB_NT_ENT_PRINCIPAL_AND_ID","features":[25]},{"name":"KRB_NT_MS_BRANCH_ID","features":[25]},{"name":"KRB_NT_MS_PRINCIPAL","features":[25]},{"name":"KRB_NT_MS_PRINCIPAL_AND_ID","features":[25]},{"name":"KRB_NT_PRINCIPAL","features":[25]},{"name":"KRB_NT_PRINCIPAL_AND_ID","features":[25]},{"name":"KRB_NT_SRV_HST","features":[25]},{"name":"KRB_NT_SRV_INST","features":[25]},{"name":"KRB_NT_SRV_INST_AND_ID","features":[25]},{"name":"KRB_NT_SRV_XHST","features":[25]},{"name":"KRB_NT_UID","features":[25]},{"name":"KRB_NT_UNKNOWN","features":[25]},{"name":"KRB_NT_WELLKNOWN","features":[25]},{"name":"KRB_NT_X500_PRINCIPAL","features":[25]},{"name":"KRB_WELLKNOWN_STRING","features":[25]},{"name":"KSEC_CONTEXT_TYPE","features":[25]},{"name":"KSEC_LIST_ENTRY","features":[25,9]},{"name":"KSecNonPaged","features":[25]},{"name":"KSecPaged","features":[25]},{"name":"KerbAddBindingCacheEntryExMessage","features":[25]},{"name":"KerbAddBindingCacheEntryMessage","features":[25]},{"name":"KerbAddExtraCredentialsExMessage","features":[25]},{"name":"KerbAddExtraCredentialsMessage","features":[25]},{"name":"KerbCertificateLogon","features":[25]},{"name":"KerbCertificateS4ULogon","features":[25]},{"name":"KerbCertificateUnlockLogon","features":[25]},{"name":"KerbChangeMachinePasswordMessage","features":[25]},{"name":"KerbChangePasswordMessage","features":[25]},{"name":"KerbCleanupMachinePkinitCredsMessage","features":[25]},{"name":"KerbDebugRequestMessage","features":[25]},{"name":"KerbDecryptDataMessage","features":[25]},{"name":"KerbInteractiveLogon","features":[25]},{"name":"KerbInteractiveProfile","features":[25]},{"name":"KerbLuidLogon","features":[25]},{"name":"KerbNoElevationLogon","features":[25]},{"name":"KerbPinKdcMessage","features":[25]},{"name":"KerbPrintCloudKerberosDebugMessage","features":[25]},{"name":"KerbProxyLogon","features":[25]},{"name":"KerbPurgeBindingCacheMessage","features":[25]},{"name":"KerbPurgeKdcProxyCacheMessage","features":[25]},{"name":"KerbPurgeTicketCacheExMessage","features":[25]},{"name":"KerbPurgeTicketCacheMessage","features":[25]},{"name":"KerbQueryBindingCacheMessage","features":[25]},{"name":"KerbQueryDomainExtendedPoliciesMessage","features":[25]},{"name":"KerbQueryKdcProxyCacheMessage","features":[25]},{"name":"KerbQueryS4U2ProxyCacheMessage","features":[25]},{"name":"KerbQuerySupplementalCredentialsMessage","features":[25]},{"name":"KerbQueryTicketCacheEx2Message","features":[25]},{"name":"KerbQueryTicketCacheEx3Message","features":[25]},{"name":"KerbQueryTicketCacheExMessage","features":[25]},{"name":"KerbQueryTicketCacheMessage","features":[25]},{"name":"KerbRefreshPolicyMessage","features":[25]},{"name":"KerbRefreshSmartcardCredentialsMessage","features":[25]},{"name":"KerbRetrieveEncodedTicketMessage","features":[25]},{"name":"KerbRetrieveKeyTabMessage","features":[25]},{"name":"KerbRetrieveTicketMessage","features":[25]},{"name":"KerbS4ULogon","features":[25]},{"name":"KerbSetPasswordExMessage","features":[25]},{"name":"KerbSetPasswordMessage","features":[25]},{"name":"KerbSmartCardLogon","features":[25]},{"name":"KerbSmartCardProfile","features":[25]},{"name":"KerbSmartCardUnlockLogon","features":[25]},{"name":"KerbSubmitTicketMessage","features":[25]},{"name":"KerbTicketLogon","features":[25]},{"name":"KerbTicketProfile","features":[25]},{"name":"KerbTicketUnlockLogon","features":[25]},{"name":"KerbTransferCredentialsMessage","features":[25]},{"name":"KerbUnpinAllKdcsMessage","features":[25]},{"name":"KerbUpdateAddressesMessage","features":[25]},{"name":"KerbVerifyCredentialsMessage","features":[25]},{"name":"KerbVerifyPacMessage","features":[25]},{"name":"KerbWorkstationUnlockLogon","features":[25]},{"name":"KspCompleteTokenFn","features":[3,25]},{"name":"KspDeleteContextFn","features":[3,25]},{"name":"KspGetTokenFn","features":[3,25]},{"name":"KspInitContextFn","features":[3,25]},{"name":"KspInitPackageFn","features":[3,25,9]},{"name":"KspMakeSignatureFn","features":[3,25]},{"name":"KspMapHandleFn","features":[3,25]},{"name":"KspQueryAttributesFn","features":[3,25]},{"name":"KspSealMessageFn","features":[3,25]},{"name":"KspSerializeAuthDataFn","features":[3,25]},{"name":"KspSetPagingModeFn","features":[3,25]},{"name":"KspUnsealMessageFn","features":[3,25]},{"name":"KspVerifySignatureFn","features":[3,25]},{"name":"LCRED_CRED_EXISTS","features":[25]},{"name":"LCRED_STATUS_NOCRED","features":[25]},{"name":"LCRED_STATUS_UNKNOWN_ISSUER","features":[25]},{"name":"LOGON_CACHED_ACCOUNT","features":[25]},{"name":"LOGON_EXTRA_SIDS","features":[25]},{"name":"LOGON_GRACE_LOGON","features":[25]},{"name":"LOGON_GUEST","features":[25]},{"name":"LOGON_HOURS","features":[25]},{"name":"LOGON_LM_V2","features":[25]},{"name":"LOGON_MANAGED_SERVICE","features":[25]},{"name":"LOGON_NOENCRYPTION","features":[25]},{"name":"LOGON_NO_ELEVATION","features":[25]},{"name":"LOGON_NO_OPTIMIZED","features":[25]},{"name":"LOGON_NTLMV2_ENABLED","features":[25]},{"name":"LOGON_NTLM_V2","features":[25]},{"name":"LOGON_NT_V2","features":[25]},{"name":"LOGON_OPTIMIZED","features":[25]},{"name":"LOGON_PKINIT","features":[25]},{"name":"LOGON_PROFILE_PATH_RETURNED","features":[25]},{"name":"LOGON_RESOURCE_GROUPS","features":[25]},{"name":"LOGON_SERVER_TRUST_ACCOUNT","features":[25]},{"name":"LOGON_SUBAUTH_SESSION_KEY","features":[25]},{"name":"LOGON_USED_LM_PASSWORD","features":[25]},{"name":"LOGON_WINLOGON","features":[25]},{"name":"LOOKUP_TRANSLATE_NAMES","features":[25]},{"name":"LOOKUP_VIEW_LOCAL_INFORMATION","features":[25]},{"name":"LSAD_AES_BLOCK_SIZE","features":[25]},{"name":"LSAD_AES_CRYPT_SHA512_HASH_SIZE","features":[25]},{"name":"LSAD_AES_KEY_SIZE","features":[25]},{"name":"LSAD_AES_SALT_SIZE","features":[25]},{"name":"LSASETCAPS_RELOAD_FLAG","features":[25]},{"name":"LSASETCAPS_VALID_FLAG_MASK","features":[25]},{"name":"LSA_ADT_LEGACY_SECURITY_SOURCE_NAME","features":[25]},{"name":"LSA_ADT_SECURITY_SOURCE_NAME","features":[25]},{"name":"LSA_AP_NAME_CALL_PACKAGE","features":[25]},{"name":"LSA_AP_NAME_CALL_PACKAGE_PASSTHROUGH","features":[25]},{"name":"LSA_AP_NAME_CALL_PACKAGE_UNTRUSTED","features":[25]},{"name":"LSA_AP_NAME_INITIALIZE_PACKAGE","features":[25]},{"name":"LSA_AP_NAME_LOGON_TERMINATED","features":[25]},{"name":"LSA_AP_NAME_LOGON_USER","features":[25]},{"name":"LSA_AP_NAME_LOGON_USER_EX","features":[25]},{"name":"LSA_AP_NAME_LOGON_USER_EX2","features":[25]},{"name":"LSA_AP_POST_LOGON_USER","features":[3,25]},{"name":"LSA_AUTH_INFORMATION","features":[25]},{"name":"LSA_AUTH_INFORMATION_AUTH_TYPE","features":[25]},{"name":"LSA_CALL_LICENSE_SERVER","features":[25]},{"name":"LSA_DISPATCH_TABLE","features":[3,25]},{"name":"LSA_ENUMERATION_INFORMATION","features":[25]},{"name":"LSA_FOREST_TRUST_BINARY_DATA","features":[25]},{"name":"LSA_FOREST_TRUST_COLLISION_INFORMATION","features":[25]},{"name":"LSA_FOREST_TRUST_COLLISION_RECORD","features":[25]},{"name":"LSA_FOREST_TRUST_COLLISION_RECORD_TYPE","features":[25]},{"name":"LSA_FOREST_TRUST_DOMAIN_INFO","features":[25]},{"name":"LSA_FOREST_TRUST_INFORMATION","features":[25]},{"name":"LSA_FOREST_TRUST_INFORMATION2","features":[25]},{"name":"LSA_FOREST_TRUST_RECORD","features":[25]},{"name":"LSA_FOREST_TRUST_RECORD2","features":[25]},{"name":"LSA_FOREST_TRUST_RECORD_TYPE","features":[25]},{"name":"LSA_FOREST_TRUST_RECORD_TYPE_UNRECOGNIZED","features":[25]},{"name":"LSA_FOREST_TRUST_SCANNER_INFO","features":[25]},{"name":"LSA_FTRECORD_DISABLED_REASONS","features":[25]},{"name":"LSA_GLOBAL_SECRET_PREFIX","features":[25]},{"name":"LSA_GLOBAL_SECRET_PREFIX_LENGTH","features":[25]},{"name":"LSA_HANDLE","features":[25]},{"name":"LSA_LAST_INTER_LOGON_INFO","features":[25]},{"name":"LSA_LOCAL_SECRET_PREFIX","features":[25]},{"name":"LSA_LOCAL_SECRET_PREFIX_LENGTH","features":[25]},{"name":"LSA_LOOKUP_DISALLOW_CONNECTED_ACCOUNT_INTERNET_SID","features":[25]},{"name":"LSA_LOOKUP_DOMAIN_INFO_CLASS","features":[25]},{"name":"LSA_LOOKUP_ISOLATED_AS_LOCAL","features":[25]},{"name":"LSA_LOOKUP_PREFER_INTERNET_NAMES","features":[25]},{"name":"LSA_MACHINE_SECRET_PREFIX","features":[25]},{"name":"LSA_MAXIMUM_ENUMERATION_LENGTH","features":[25]},{"name":"LSA_MAXIMUM_SID_COUNT","features":[25]},{"name":"LSA_MODE_INDIVIDUAL_ACCOUNTS","features":[25]},{"name":"LSA_MODE_LOG_FULL","features":[25]},{"name":"LSA_MODE_MANDATORY_ACCESS","features":[25]},{"name":"LSA_MODE_PASSWORD_PROTECTED","features":[25]},{"name":"LSA_NB_DISABLED_ADMIN","features":[25]},{"name":"LSA_NB_DISABLED_CONFLICT","features":[25]},{"name":"LSA_OBJECT_ATTRIBUTES","features":[3,25]},{"name":"LSA_QUERY_CLIENT_PRELOGON_SESSION_ID","features":[25]},{"name":"LSA_REFERENCED_DOMAIN_LIST","features":[25]},{"name":"LSA_SCANNER_INFO_ADMIN_ALL_FLAGS","features":[25]},{"name":"LSA_SCANNER_INFO_DISABLE_AUTH_TARGET_VALIDATION","features":[25]},{"name":"LSA_SECPKG_FUNCTION_TABLE","features":[3,25,121,39]},{"name":"LSA_SECRET_MAXIMUM_COUNT","features":[25]},{"name":"LSA_SECRET_MAXIMUM_LENGTH","features":[25]},{"name":"LSA_SID_DISABLED_ADMIN","features":[25]},{"name":"LSA_SID_DISABLED_CONFLICT","features":[25]},{"name":"LSA_STRING","features":[25]},{"name":"LSA_TLN_DISABLED_ADMIN","features":[25]},{"name":"LSA_TLN_DISABLED_CONFLICT","features":[25]},{"name":"LSA_TLN_DISABLED_NEW","features":[25]},{"name":"LSA_TOKEN_INFORMATION_NULL","features":[25]},{"name":"LSA_TOKEN_INFORMATION_TYPE","features":[25]},{"name":"LSA_TOKEN_INFORMATION_V1","features":[3,25]},{"name":"LSA_TOKEN_INFORMATION_V3","features":[3,25]},{"name":"LSA_TRANSLATED_NAME","features":[25]},{"name":"LSA_TRANSLATED_SID","features":[25]},{"name":"LSA_TRANSLATED_SID2","features":[25]},{"name":"LSA_TRUST_INFORMATION","features":[25]},{"name":"LSA_UNICODE_STRING","features":[25]},{"name":"LocalUserCredKey","features":[25]},{"name":"LsaAddAccountRights","features":[3,25]},{"name":"LsaCallAuthenticationPackage","features":[3,25]},{"name":"LsaClose","features":[3,25]},{"name":"LsaConnectUntrusted","features":[3,25]},{"name":"LsaCreateTrustedDomainEx","features":[3,25]},{"name":"LsaDeleteTrustedDomain","features":[3,25]},{"name":"LsaDeregisterLogonProcess","features":[3,25]},{"name":"LsaEnumerateAccountRights","features":[3,25]},{"name":"LsaEnumerateAccountsWithUserRight","features":[3,25]},{"name":"LsaEnumerateLogonSessions","features":[3,25]},{"name":"LsaEnumerateTrustedDomains","features":[3,25]},{"name":"LsaEnumerateTrustedDomainsEx","features":[3,25]},{"name":"LsaFreeMemory","features":[3,25]},{"name":"LsaFreeReturnBuffer","features":[3,25]},{"name":"LsaGetAppliedCAPIDs","features":[3,25]},{"name":"LsaGetLogonSessionData","features":[3,25]},{"name":"LsaLogonUser","features":[3,25]},{"name":"LsaLookupAuthenticationPackage","features":[3,25]},{"name":"LsaLookupNames","features":[3,25]},{"name":"LsaLookupNames2","features":[3,25]},{"name":"LsaLookupSids","features":[3,25]},{"name":"LsaLookupSids2","features":[3,25]},{"name":"LsaNtStatusToWinError","features":[3,25]},{"name":"LsaOpenPolicy","features":[3,25]},{"name":"LsaOpenTrustedDomainByName","features":[3,25]},{"name":"LsaQueryCAPs","features":[3,25]},{"name":"LsaQueryDomainInformationPolicy","features":[3,25]},{"name":"LsaQueryForestTrustInformation","features":[3,25]},{"name":"LsaQueryForestTrustInformation2","features":[3,25]},{"name":"LsaQueryInformationPolicy","features":[3,25]},{"name":"LsaQueryTrustedDomainInfo","features":[3,25]},{"name":"LsaQueryTrustedDomainInfoByName","features":[3,25]},{"name":"LsaRegisterLogonProcess","features":[3,25]},{"name":"LsaRegisterPolicyChangeNotification","features":[3,25]},{"name":"LsaRemoveAccountRights","features":[3,25]},{"name":"LsaRetrievePrivateData","features":[3,25]},{"name":"LsaSetCAPs","features":[3,25]},{"name":"LsaSetDomainInformationPolicy","features":[3,25]},{"name":"LsaSetForestTrustInformation","features":[3,25]},{"name":"LsaSetForestTrustInformation2","features":[3,25]},{"name":"LsaSetInformationPolicy","features":[3,25]},{"name":"LsaSetTrustedDomainInfoByName","features":[3,25]},{"name":"LsaSetTrustedDomainInformation","features":[3,25]},{"name":"LsaStorePrivateData","features":[3,25]},{"name":"LsaTokenInformationNull","features":[25]},{"name":"LsaTokenInformationV1","features":[25]},{"name":"LsaTokenInformationV2","features":[25]},{"name":"LsaTokenInformationV3","features":[25]},{"name":"LsaUnregisterPolicyChangeNotification","features":[3,25]},{"name":"MAKE_SIGNATURE_FN","features":[25,121]},{"name":"MAXIMUM_CAPES_PER_CAP","features":[25]},{"name":"MAX_CRED_SIZE","features":[25]},{"name":"MAX_PROTOCOL_ID_SIZE","features":[25]},{"name":"MAX_RECORDS_IN_FOREST_TRUST_INFO","features":[25]},{"name":"MAX_USER_RECORDS","features":[25]},{"name":"MICROSOFT_KERBEROS_NAME","features":[25]},{"name":"MICROSOFT_KERBEROS_NAME_A","features":[25]},{"name":"MICROSOFT_KERBEROS_NAME_W","features":[25]},{"name":"MSV1_0","features":[25]},{"name":"MSV1_0_ALLOW_FORCE_GUEST","features":[25]},{"name":"MSV1_0_ALLOW_MSVCHAPV2","features":[25]},{"name":"MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT","features":[25]},{"name":"MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT","features":[25]},{"name":"MSV1_0_AVID","features":[25]},{"name":"MSV1_0_AV_FLAG_FORCE_GUEST","features":[25]},{"name":"MSV1_0_AV_FLAG_MIC_HANDSHAKE_MESSAGES","features":[25]},{"name":"MSV1_0_AV_FLAG_UNVERIFIED_TARGET","features":[25]},{"name":"MSV1_0_AV_PAIR","features":[25]},{"name":"MSV1_0_CHALLENGE_LENGTH","features":[25]},{"name":"MSV1_0_CHANGEPASSWORD_REQUEST","features":[3,25]},{"name":"MSV1_0_CHANGEPASSWORD_RESPONSE","features":[3,25]},{"name":"MSV1_0_CHECK_LOGONHOURS_FOR_S4U","features":[25]},{"name":"MSV1_0_CLEARTEXT_PASSWORD_ALLOWED","features":[25]},{"name":"MSV1_0_CLEARTEXT_PASSWORD_SUPPLIED","features":[25]},{"name":"MSV1_0_CREDENTIAL_KEY","features":[25]},{"name":"MSV1_0_CREDENTIAL_KEY_LENGTH","features":[25]},{"name":"MSV1_0_CREDENTIAL_KEY_TYPE","features":[25]},{"name":"MSV1_0_CRED_CREDKEY_PRESENT","features":[25]},{"name":"MSV1_0_CRED_LM_PRESENT","features":[25]},{"name":"MSV1_0_CRED_NT_PRESENT","features":[25]},{"name":"MSV1_0_CRED_REMOVED","features":[25]},{"name":"MSV1_0_CRED_SHA_PRESENT","features":[25]},{"name":"MSV1_0_CRED_VERSION","features":[25]},{"name":"MSV1_0_CRED_VERSION_ARSO","features":[25]},{"name":"MSV1_0_CRED_VERSION_INVALID","features":[25]},{"name":"MSV1_0_CRED_VERSION_IUM","features":[25]},{"name":"MSV1_0_CRED_VERSION_REMOTE","features":[25]},{"name":"MSV1_0_CRED_VERSION_RESERVED_1","features":[25]},{"name":"MSV1_0_CRED_VERSION_V2","features":[25]},{"name":"MSV1_0_CRED_VERSION_V3","features":[25]},{"name":"MSV1_0_DISABLE_PERSONAL_FALLBACK","features":[25]},{"name":"MSV1_0_DONT_TRY_GUEST_ACCOUNT","features":[25]},{"name":"MSV1_0_GUEST_LOGON","features":[25]},{"name":"MSV1_0_INTERACTIVE_LOGON","features":[25]},{"name":"MSV1_0_INTERACTIVE_PROFILE","features":[25]},{"name":"MSV1_0_INTERNET_DOMAIN","features":[25]},{"name":"MSV1_0_IUM_SUPPLEMENTAL_CREDENTIAL","features":[25]},{"name":"MSV1_0_LANMAN_SESSION_KEY_LENGTH","features":[25]},{"name":"MSV1_0_LM20_LOGON","features":[25]},{"name":"MSV1_0_LM20_LOGON_PROFILE","features":[25]},{"name":"MSV1_0_LOGON_SUBMIT_TYPE","features":[25]},{"name":"MSV1_0_MAX_AVL_SIZE","features":[25]},{"name":"MSV1_0_MAX_NTLM3_LIFE","features":[25]},{"name":"MSV1_0_MNS_LOGON","features":[25]},{"name":"MSV1_0_NTLM3_OWF_LENGTH","features":[25]},{"name":"MSV1_0_NTLM3_RESPONSE","features":[25]},{"name":"MSV1_0_NTLM3_RESPONSE_LENGTH","features":[25]},{"name":"MSV1_0_OWF_PASSWORD_LENGTH","features":[25]},{"name":"MSV1_0_PACKAGE_NAME","features":[25]},{"name":"MSV1_0_PACKAGE_NAMEW","features":[25]},{"name":"MSV1_0_PASSTHROUGH_REQUEST","features":[25]},{"name":"MSV1_0_PASSTHROUGH_RESPONSE","features":[25]},{"name":"MSV1_0_PASSTHRU","features":[25]},{"name":"MSV1_0_PROFILE_BUFFER_TYPE","features":[25]},{"name":"MSV1_0_PROTOCOL_MESSAGE_TYPE","features":[25]},{"name":"MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL","features":[25]},{"name":"MSV1_0_RETURN_PASSWORD_EXPIRY","features":[25]},{"name":"MSV1_0_RETURN_PROFILE_PATH","features":[25]},{"name":"MSV1_0_RETURN_USER_PARAMETERS","features":[25]},{"name":"MSV1_0_S4U2SELF","features":[25]},{"name":"MSV1_0_S4U_LOGON","features":[25]},{"name":"MSV1_0_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[25]},{"name":"MSV1_0_SHA_PASSWORD_LENGTH","features":[25]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL","features":[25]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_EX","features":[25]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_IIS","features":[25]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_RAS","features":[25]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_SHIFT","features":[25]},{"name":"MSV1_0_SUBAUTHENTICATION_FLAGS","features":[25]},{"name":"MSV1_0_SUBAUTHENTICATION_KEY","features":[25]},{"name":"MSV1_0_SUBAUTHENTICATION_VALUE","features":[25]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_DISABLED","features":[25]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_EXPIRY","features":[25]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_TYPE","features":[25]},{"name":"MSV1_0_SUBAUTH_LOCKOUT","features":[25]},{"name":"MSV1_0_SUBAUTH_LOGON","features":[25]},{"name":"MSV1_0_SUBAUTH_LOGON_HOURS","features":[25]},{"name":"MSV1_0_SUBAUTH_PASSWORD","features":[25]},{"name":"MSV1_0_SUBAUTH_PASSWORD_EXPIRY","features":[25]},{"name":"MSV1_0_SUBAUTH_REQUEST","features":[25]},{"name":"MSV1_0_SUBAUTH_RESPONSE","features":[25]},{"name":"MSV1_0_SUBAUTH_WORKSTATIONS","features":[25]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL","features":[25]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2","features":[25]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL_V3","features":[25]},{"name":"MSV1_0_TRY_GUEST_ACCOUNT_ONLY","features":[25]},{"name":"MSV1_0_TRY_SPECIFIED_DOMAIN_ONLY","features":[25]},{"name":"MSV1_0_UPDATE_LOGON_STATISTICS","features":[25]},{"name":"MSV1_0_USER_SESSION_KEY_LENGTH","features":[25]},{"name":"MSV1_0_USE_CLIENT_CHALLENGE","features":[25]},{"name":"MSV1_0_USE_DOMAIN_FOR_ROUTING_ONLY","features":[25]},{"name":"MSV1_0_VALIDATION_INFO","features":[3,25,122]},{"name":"MSV1_0_VALIDATION_KICKOFF_TIME","features":[25]},{"name":"MSV1_0_VALIDATION_LOGOFF_TIME","features":[25]},{"name":"MSV1_0_VALIDATION_LOGON_DOMAIN","features":[25]},{"name":"MSV1_0_VALIDATION_LOGON_SERVER","features":[25]},{"name":"MSV1_0_VALIDATION_SESSION_KEY","features":[25]},{"name":"MSV1_0_VALIDATION_USER_FLAGS","features":[25]},{"name":"MSV1_0_VALIDATION_USER_ID","features":[25]},{"name":"MSV_SUBAUTH_LOGON_PARAMETER_CONTROL","features":[25]},{"name":"MSV_SUB_AUTHENTICATION_FILTER","features":[25]},{"name":"MSV_SUPPLEMENTAL_CREDENTIAL_FLAGS","features":[25]},{"name":"MakeSignature","features":[25,121]},{"name":"MsV1_0CacheLogon","features":[25]},{"name":"MsV1_0CacheLookup","features":[25]},{"name":"MsV1_0CacheLookupEx","features":[25]},{"name":"MsV1_0ChangeCachedPassword","features":[25]},{"name":"MsV1_0ChangePassword","features":[25]},{"name":"MsV1_0ClearCachedCredentials","features":[25]},{"name":"MsV1_0ConfigLocalAliases","features":[25]},{"name":"MsV1_0DecryptDpapiMasterKey","features":[25]},{"name":"MsV1_0DeleteTbalSecrets","features":[25]},{"name":"MsV1_0DeriveCredential","features":[25]},{"name":"MsV1_0EnumerateUsers","features":[25]},{"name":"MsV1_0GenericPassthrough","features":[25]},{"name":"MsV1_0GetCredentialKey","features":[25]},{"name":"MsV1_0GetStrongCredentialKey","features":[25]},{"name":"MsV1_0GetUserInfo","features":[25]},{"name":"MsV1_0InteractiveLogon","features":[25]},{"name":"MsV1_0InteractiveProfile","features":[25]},{"name":"MsV1_0Lm20ChallengeRequest","features":[25]},{"name":"MsV1_0Lm20GetChallengeResponse","features":[25]},{"name":"MsV1_0Lm20Logon","features":[25]},{"name":"MsV1_0Lm20LogonProfile","features":[25]},{"name":"MsV1_0LookupToken","features":[25]},{"name":"MsV1_0LuidLogon","features":[25]},{"name":"MsV1_0NetworkLogon","features":[25]},{"name":"MsV1_0NoElevationLogon","features":[25]},{"name":"MsV1_0ProvisionTbal","features":[25]},{"name":"MsV1_0ReLogonUsers","features":[25]},{"name":"MsV1_0S4ULogon","features":[25]},{"name":"MsV1_0SetProcessOption","features":[25]},{"name":"MsV1_0SetThreadOption","features":[25]},{"name":"MsV1_0SmartCardProfile","features":[25]},{"name":"MsV1_0SubAuth","features":[25]},{"name":"MsV1_0SubAuthLogon","features":[25]},{"name":"MsV1_0TransferCred","features":[25]},{"name":"MsV1_0ValidateAuth","features":[25]},{"name":"MsV1_0VirtualLogon","features":[25]},{"name":"MsV1_0WorkstationUnlockLogon","features":[25]},{"name":"MsvAvChannelBindings","features":[25]},{"name":"MsvAvDnsComputerName","features":[25]},{"name":"MsvAvDnsDomainName","features":[25]},{"name":"MsvAvDnsTreeName","features":[25]},{"name":"MsvAvEOL","features":[25]},{"name":"MsvAvFlags","features":[25]},{"name":"MsvAvNbComputerName","features":[25]},{"name":"MsvAvNbDomainName","features":[25]},{"name":"MsvAvRestrictions","features":[25]},{"name":"MsvAvTargetName","features":[25]},{"name":"MsvAvTimestamp","features":[25]},{"name":"NEGOSSP_NAME","features":[25]},{"name":"NEGOSSP_NAME_A","features":[25]},{"name":"NEGOSSP_NAME_W","features":[25]},{"name":"NEGOTIATE_ALLOW_NTLM","features":[25]},{"name":"NEGOTIATE_CALLER_NAME_REQUEST","features":[3,25]},{"name":"NEGOTIATE_CALLER_NAME_RESPONSE","features":[25]},{"name":"NEGOTIATE_MAX_PREFIX","features":[25]},{"name":"NEGOTIATE_MESSAGES","features":[25]},{"name":"NEGOTIATE_NEG_NTLM","features":[25]},{"name":"NEGOTIATE_PACKAGE_PREFIX","features":[25]},{"name":"NEGOTIATE_PACKAGE_PREFIXES","features":[25]},{"name":"NETLOGON_GENERIC_INFO","features":[25]},{"name":"NETLOGON_INTERACTIVE_INFO","features":[25,122]},{"name":"NETLOGON_LOGON_IDENTITY_INFO","features":[25]},{"name":"NETLOGON_LOGON_INFO_CLASS","features":[25]},{"name":"NETLOGON_NETWORK_INFO","features":[25]},{"name":"NETLOGON_SERVICE_INFO","features":[25,122]},{"name":"NGC_DATA_FLAG_IS_CLOUD_TRUST_CRED","features":[25]},{"name":"NGC_DATA_FLAG_IS_SMARTCARD_DATA","features":[25]},{"name":"NGC_DATA_FLAG_KERB_CERTIFICATE_LOGON_FLAG_CHECK_DUPLICATES","features":[25]},{"name":"NGC_DATA_FLAG_KERB_CERTIFICATE_LOGON_FLAG_USE_CERTIFICATE_INFO","features":[25]},{"name":"NOTIFIER_FLAG_NEW_THREAD","features":[25]},{"name":"NOTIFIER_FLAG_ONE_SHOT","features":[25]},{"name":"NOTIFIER_FLAG_SECONDS","features":[25]},{"name":"NOTIFIER_TYPE_HANDLE_WAIT","features":[25]},{"name":"NOTIFIER_TYPE_IMMEDIATE","features":[25]},{"name":"NOTIFIER_TYPE_INTERVAL","features":[25]},{"name":"NOTIFIER_TYPE_NOTIFY_EVENT","features":[25]},{"name":"NOTIFIER_TYPE_STATE_CHANGE","features":[25]},{"name":"NOTIFY_CLASS_DOMAIN_CHANGE","features":[25]},{"name":"NOTIFY_CLASS_PACKAGE_CHANGE","features":[25]},{"name":"NOTIFY_CLASS_REGISTRY_CHANGE","features":[25]},{"name":"NOTIFY_CLASS_ROLE_CHANGE","features":[25]},{"name":"NO_LONG_NAMES","features":[25]},{"name":"NTLMSP_NAME","features":[25]},{"name":"NTLMSP_NAME_A","features":[25]},{"name":"NameCanonical","features":[25]},{"name":"NameCanonicalEx","features":[25]},{"name":"NameDisplay","features":[25]},{"name":"NameDnsDomain","features":[25]},{"name":"NameFullyQualifiedDN","features":[25]},{"name":"NameGivenName","features":[25]},{"name":"NameSamCompatible","features":[25]},{"name":"NameServicePrincipal","features":[25]},{"name":"NameSurname","features":[25]},{"name":"NameUniqueId","features":[25]},{"name":"NameUnknown","features":[25]},{"name":"NameUserPrincipal","features":[25]},{"name":"NegCallPackageMax","features":[25]},{"name":"NegEnumPackagePrefixes","features":[25]},{"name":"NegGetCallerName","features":[25]},{"name":"NegMsgReserved1","features":[25]},{"name":"NegTransferCredentials","features":[25]},{"name":"NetlogonGenericInformation","features":[25]},{"name":"NetlogonInteractiveInformation","features":[25]},{"name":"NetlogonInteractiveTransitiveInformation","features":[25]},{"name":"NetlogonNetworkInformation","features":[25]},{"name":"NetlogonNetworkTransitiveInformation","features":[25]},{"name":"NetlogonServiceInformation","features":[25]},{"name":"NetlogonServiceTransitiveInformation","features":[25]},{"name":"PCT1SP_NAME","features":[25]},{"name":"PCT1SP_NAME_A","features":[25]},{"name":"PCT1SP_NAME_W","features":[25]},{"name":"PER_USER_AUDIT_FAILURE_EXCLUDE","features":[25]},{"name":"PER_USER_AUDIT_FAILURE_INCLUDE","features":[25]},{"name":"PER_USER_AUDIT_NONE","features":[25]},{"name":"PER_USER_AUDIT_SUCCESS_EXCLUDE","features":[25]},{"name":"PER_USER_AUDIT_SUCCESS_INCLUDE","features":[25]},{"name":"PER_USER_POLICY_UNCHANGED","features":[25]},{"name":"PKSEC_CREATE_CONTEXT_LIST","features":[25]},{"name":"PKSEC_DEREFERENCE_LIST_ENTRY","features":[25,9]},{"name":"PKSEC_INSERT_LIST_ENTRY","features":[25,9]},{"name":"PKSEC_LOCATE_PKG_BY_ID","features":[25]},{"name":"PKSEC_REFERENCE_LIST_ENTRY","features":[3,25,9]},{"name":"PKSEC_SERIALIZE_SCHANNEL_AUTH_DATA","features":[3,25]},{"name":"PKSEC_SERIALIZE_WINNT_AUTH_DATA","features":[3,25]},{"name":"PKU2U_CERTIFICATE_S4U_LOGON","features":[25]},{"name":"PKU2U_CERT_BLOB","features":[25]},{"name":"PKU2U_CREDUI_CONTEXT","features":[25]},{"name":"PKU2U_LOGON_SUBMIT_TYPE","features":[25]},{"name":"PKU2U_PACKAGE_NAME","features":[25]},{"name":"PKU2U_PACKAGE_NAME_A","features":[25]},{"name":"PKU2U_PACKAGE_NAME_W","features":[25]},{"name":"PLSA_ADD_CREDENTIAL","features":[3,25]},{"name":"PLSA_ALLOCATE_CLIENT_BUFFER","features":[3,25]},{"name":"PLSA_ALLOCATE_LSA_HEAP","features":[25]},{"name":"PLSA_ALLOCATE_PRIVATE_HEAP","features":[25]},{"name":"PLSA_ALLOCATE_SHARED_MEMORY","features":[25]},{"name":"PLSA_AP_CALL_PACKAGE","features":[3,25]},{"name":"PLSA_AP_CALL_PACKAGE_PASSTHROUGH","features":[3,25]},{"name":"PLSA_AP_INITIALIZE_PACKAGE","features":[3,25]},{"name":"PLSA_AP_LOGON_TERMINATED","features":[3,25]},{"name":"PLSA_AP_LOGON_USER","features":[3,25]},{"name":"PLSA_AP_LOGON_USER_EX","features":[3,25]},{"name":"PLSA_AP_LOGON_USER_EX2","features":[3,25]},{"name":"PLSA_AP_LOGON_USER_EX3","features":[3,25]},{"name":"PLSA_AP_POST_LOGON_USER_SURROGATE","features":[3,25]},{"name":"PLSA_AP_PRE_LOGON_USER_SURROGATE","features":[3,25]},{"name":"PLSA_AUDIT_ACCOUNT_LOGON","features":[3,25]},{"name":"PLSA_AUDIT_LOGON","features":[3,25]},{"name":"PLSA_AUDIT_LOGON_EX","features":[3,25]},{"name":"PLSA_CALLBACK_FUNCTION","features":[3,25]},{"name":"PLSA_CALL_PACKAGE","features":[3,25]},{"name":"PLSA_CALL_PACKAGEEX","features":[3,25]},{"name":"PLSA_CALL_PACKAGE_PASSTHROUGH","features":[3,25]},{"name":"PLSA_CANCEL_NOTIFICATION","features":[3,25]},{"name":"PLSA_CHECK_PROTECTED_USER_BY_TOKEN","features":[3,25]},{"name":"PLSA_CLIENT_CALLBACK","features":[3,25]},{"name":"PLSA_CLOSE_SAM_USER","features":[3,25]},{"name":"PLSA_CONVERT_AUTH_DATA_TO_TOKEN","features":[3,25]},{"name":"PLSA_COPY_FROM_CLIENT_BUFFER","features":[3,25]},{"name":"PLSA_COPY_TO_CLIENT_BUFFER","features":[3,25]},{"name":"PLSA_CRACK_SINGLE_NAME","features":[3,25]},{"name":"PLSA_CREATE_LOGON_SESSION","features":[3,25]},{"name":"PLSA_CREATE_SHARED_MEMORY","features":[25]},{"name":"PLSA_CREATE_THREAD","features":[3,25,39]},{"name":"PLSA_CREATE_TOKEN","features":[3,25]},{"name":"PLSA_CREATE_TOKEN_EX","features":[3,25]},{"name":"PLSA_DELETE_CREDENTIAL","features":[3,25]},{"name":"PLSA_DELETE_LOGON_SESSION","features":[3,25]},{"name":"PLSA_DELETE_SHARED_MEMORY","features":[3,25]},{"name":"PLSA_DUPLICATE_HANDLE","features":[3,25]},{"name":"PLSA_EXPAND_AUTH_DATA_FOR_DOMAIN","features":[3,25]},{"name":"PLSA_FREE_CLIENT_BUFFER","features":[3,25]},{"name":"PLSA_FREE_LSA_HEAP","features":[25]},{"name":"PLSA_FREE_PRIVATE_HEAP","features":[25]},{"name":"PLSA_FREE_SHARED_MEMORY","features":[25]},{"name":"PLSA_GET_APP_MODE_INFO","features":[3,25]},{"name":"PLSA_GET_AUTH_DATA_FOR_USER","features":[3,25]},{"name":"PLSA_GET_CALL_INFO","features":[3,25]},{"name":"PLSA_GET_CLIENT_INFO","features":[3,25]},{"name":"PLSA_GET_CLIENT_INFO_EX","features":[3,25]},{"name":"PLSA_GET_CREDENTIALS","features":[3,25]},{"name":"PLSA_GET_EXTENDED_CALL_FLAGS","features":[3,25]},{"name":"PLSA_GET_SERVICE_ACCOUNT_PASSWORD","features":[3,25]},{"name":"PLSA_GET_USER_AUTH_DATA","features":[3,25]},{"name":"PLSA_GET_USER_CREDENTIALS","features":[3,25]},{"name":"PLSA_IMPERSONATE_CLIENT","features":[3,25]},{"name":"PLSA_LOCATE_PKG_BY_ID","features":[25]},{"name":"PLSA_MAP_BUFFER","features":[3,25]},{"name":"PLSA_OPEN_SAM_USER","features":[3,25]},{"name":"PLSA_OPEN_TOKEN_BY_LOGON_ID","features":[3,25]},{"name":"PLSA_PROTECT_MEMORY","features":[25]},{"name":"PLSA_QUERY_CLIENT_REQUEST","features":[3,25]},{"name":"PLSA_REDIRECTED_LOGON_CALLBACK","features":[3,25]},{"name":"PLSA_REDIRECTED_LOGON_CLEANUP_CALLBACK","features":[3,25]},{"name":"PLSA_REDIRECTED_LOGON_GET_LOGON_CREDS","features":[3,25]},{"name":"PLSA_REDIRECTED_LOGON_GET_SID","features":[3,25]},{"name":"PLSA_REDIRECTED_LOGON_GET_SUPP_CREDS","features":[3,25]},{"name":"PLSA_REDIRECTED_LOGON_INIT","features":[3,25]},{"name":"PLSA_REGISTER_CALLBACK","features":[3,25]},{"name":"PLSA_REGISTER_NOTIFICATION","features":[3,25,39]},{"name":"PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS","features":[3,25]},{"name":"PLSA_SET_APP_MODE_INFO","features":[3,25]},{"name":"PLSA_UNLOAD_PACKAGE","features":[3,25]},{"name":"PLSA_UPDATE_PRIMARY_CREDENTIALS","features":[3,25]},{"name":"POLICY_ACCOUNT_DOMAIN_INFO","features":[25]},{"name":"POLICY_AUDIT_CATEGORIES_INFO","features":[25]},{"name":"POLICY_AUDIT_EVENTS_INFO","features":[3,25]},{"name":"POLICY_AUDIT_EVENT_FAILURE","features":[25]},{"name":"POLICY_AUDIT_EVENT_NONE","features":[25]},{"name":"POLICY_AUDIT_EVENT_SUCCESS","features":[25]},{"name":"POLICY_AUDIT_EVENT_TYPE","features":[25]},{"name":"POLICY_AUDIT_EVENT_UNCHANGED","features":[25]},{"name":"POLICY_AUDIT_FULL_QUERY_INFO","features":[3,25]},{"name":"POLICY_AUDIT_FULL_SET_INFO","features":[3,25]},{"name":"POLICY_AUDIT_LOG_ADMIN","features":[25]},{"name":"POLICY_AUDIT_LOG_INFO","features":[3,25]},{"name":"POLICY_AUDIT_SID_ARRAY","features":[25]},{"name":"POLICY_AUDIT_SUBCATEGORIES_INFO","features":[25]},{"name":"POLICY_CREATE_ACCOUNT","features":[25]},{"name":"POLICY_CREATE_PRIVILEGE","features":[25]},{"name":"POLICY_CREATE_SECRET","features":[25]},{"name":"POLICY_DEFAULT_QUOTA_INFO","features":[25]},{"name":"POLICY_DNS_DOMAIN_INFO","features":[25]},{"name":"POLICY_DOMAIN_EFS_INFO","features":[25]},{"name":"POLICY_DOMAIN_INFORMATION_CLASS","features":[25]},{"name":"POLICY_DOMAIN_KERBEROS_TICKET_INFO","features":[25]},{"name":"POLICY_GET_PRIVATE_INFORMATION","features":[25]},{"name":"POLICY_INFORMATION_CLASS","features":[25]},{"name":"POLICY_KERBEROS_VALIDATE_CLIENT","features":[25]},{"name":"POLICY_LOOKUP_NAMES","features":[25]},{"name":"POLICY_LSA_SERVER_ROLE","features":[25]},{"name":"POLICY_LSA_SERVER_ROLE_INFO","features":[25]},{"name":"POLICY_MACHINE_ACCT_INFO","features":[25]},{"name":"POLICY_MACHINE_ACCT_INFO2","features":[25]},{"name":"POLICY_MODIFICATION_INFO","features":[25]},{"name":"POLICY_NOTIFICATION","features":[25]},{"name":"POLICY_NOTIFICATION_INFORMATION_CLASS","features":[25]},{"name":"POLICY_PD_ACCOUNT_INFO","features":[25]},{"name":"POLICY_PRIMARY_DOMAIN_INFO","features":[25]},{"name":"POLICY_QOS_ALLOW_LOCAL_ROOT_CERT_STORE","features":[25]},{"name":"POLICY_QOS_DHCP_SERVER_ALLOWED","features":[25]},{"name":"POLICY_QOS_INBOUND_CONFIDENTIALITY","features":[25]},{"name":"POLICY_QOS_INBOUND_INTEGRITY","features":[25]},{"name":"POLICY_QOS_OUTBOUND_CONFIDENTIALITY","features":[25]},{"name":"POLICY_QOS_OUTBOUND_INTEGRITY","features":[25]},{"name":"POLICY_QOS_RAS_SERVER_ALLOWED","features":[25]},{"name":"POLICY_QOS_SCHANNEL_REQUIRED","features":[25]},{"name":"POLICY_REPLICA_SOURCE_INFO","features":[25]},{"name":"POLICY_SERVER_ADMIN","features":[25]},{"name":"POLICY_SET_AUDIT_REQUIREMENTS","features":[25]},{"name":"POLICY_SET_DEFAULT_QUOTA_LIMITS","features":[25]},{"name":"POLICY_TRUST_ADMIN","features":[25]},{"name":"POLICY_VIEW_AUDIT_INFORMATION","features":[25]},{"name":"POLICY_VIEW_LOCAL_INFORMATION","features":[25]},{"name":"PRIMARY_CRED_ARSO_LOGON","features":[25]},{"name":"PRIMARY_CRED_AUTH_ID","features":[25]},{"name":"PRIMARY_CRED_CACHED_INTERACTIVE_LOGON","features":[25]},{"name":"PRIMARY_CRED_CACHED_LOGON","features":[25]},{"name":"PRIMARY_CRED_CLEAR_PASSWORD","features":[25]},{"name":"PRIMARY_CRED_DO_NOT_SPLIT","features":[25]},{"name":"PRIMARY_CRED_ENCRYPTED_CREDGUARD_PASSWORD","features":[25]},{"name":"PRIMARY_CRED_ENTERPRISE_INTERNET_USER","features":[25]},{"name":"PRIMARY_CRED_EX","features":[25]},{"name":"PRIMARY_CRED_FOR_PASSWORD_CHANGE","features":[25]},{"name":"PRIMARY_CRED_INTERACTIVE_FIDO_LOGON","features":[25]},{"name":"PRIMARY_CRED_INTERACTIVE_NGC_LOGON","features":[25]},{"name":"PRIMARY_CRED_INTERACTIVE_SMARTCARD_LOGON","features":[25]},{"name":"PRIMARY_CRED_INTERNET_USER","features":[25]},{"name":"PRIMARY_CRED_LOGON_LUA","features":[25]},{"name":"PRIMARY_CRED_LOGON_NO_TCB","features":[25]},{"name":"PRIMARY_CRED_LOGON_PACKAGE_SHIFT","features":[25]},{"name":"PRIMARY_CRED_OWF_PASSWORD","features":[25]},{"name":"PRIMARY_CRED_PACKAGE_MASK","features":[25]},{"name":"PRIMARY_CRED_PACKED_CREDS","features":[25]},{"name":"PRIMARY_CRED_PROTECTED_USER","features":[25]},{"name":"PRIMARY_CRED_REFRESH_NEEDED","features":[25]},{"name":"PRIMARY_CRED_RESTRICTED_TS","features":[25]},{"name":"PRIMARY_CRED_SUPPLEMENTAL","features":[25]},{"name":"PRIMARY_CRED_TRANSFER","features":[25]},{"name":"PRIMARY_CRED_UPDATE","features":[25]},{"name":"PSAM_CREDENTIAL_UPDATE_FREE_ROUTINE","features":[25]},{"name":"PSAM_CREDENTIAL_UPDATE_NOTIFY_ROUTINE","features":[3,25]},{"name":"PSAM_CREDENTIAL_UPDATE_REGISTER_MAPPED_ENTRYPOINTS_ROUTINE","features":[3,25]},{"name":"PSAM_CREDENTIAL_UPDATE_REGISTER_ROUTINE","features":[3,25]},{"name":"PSAM_INIT_NOTIFICATION_ROUTINE","features":[3,25]},{"name":"PSAM_PASSWORD_FILTER_ROUTINE","features":[3,25]},{"name":"PSAM_PASSWORD_NOTIFICATION_ROUTINE","features":[3,25]},{"name":"PctPublicKey","features":[25]},{"name":"Pku2uCertificateS4ULogon","features":[25]},{"name":"PolicyAccountDomainInformation","features":[25]},{"name":"PolicyAuditEventsInformation","features":[25]},{"name":"PolicyAuditFullQueryInformation","features":[25]},{"name":"PolicyAuditFullSetInformation","features":[25]},{"name":"PolicyAuditLogInformation","features":[25]},{"name":"PolicyDefaultQuotaInformation","features":[25]},{"name":"PolicyDnsDomainInformation","features":[25]},{"name":"PolicyDnsDomainInformationInt","features":[25]},{"name":"PolicyDomainEfsInformation","features":[25]},{"name":"PolicyDomainKerberosTicketInformation","features":[25]},{"name":"PolicyLastEntry","features":[25]},{"name":"PolicyLocalAccountDomainInformation","features":[25]},{"name":"PolicyLsaServerRoleInformation","features":[25]},{"name":"PolicyMachineAccountInformation","features":[25]},{"name":"PolicyMachineAccountInformation2","features":[25]},{"name":"PolicyModificationInformation","features":[25]},{"name":"PolicyNotifyAccountDomainInformation","features":[25]},{"name":"PolicyNotifyAuditEventsInformation","features":[25]},{"name":"PolicyNotifyDnsDomainInformation","features":[25]},{"name":"PolicyNotifyDomainEfsInformation","features":[25]},{"name":"PolicyNotifyDomainKerberosTicketInformation","features":[25]},{"name":"PolicyNotifyGlobalSaclInformation","features":[25]},{"name":"PolicyNotifyMachineAccountPasswordInformation","features":[25]},{"name":"PolicyNotifyMax","features":[25]},{"name":"PolicyNotifyServerRoleInformation","features":[25]},{"name":"PolicyPdAccountInformation","features":[25]},{"name":"PolicyPrimaryDomainInformation","features":[25]},{"name":"PolicyReplicaSourceInformation","features":[25]},{"name":"PolicyServerRoleBackup","features":[25]},{"name":"PolicyServerRolePrimary","features":[25]},{"name":"QUERY_CONTEXT_ATTRIBUTES_EX_FN_A","features":[25,121]},{"name":"QUERY_CONTEXT_ATTRIBUTES_EX_FN_W","features":[25,121]},{"name":"QUERY_CONTEXT_ATTRIBUTES_FN_A","features":[25,121]},{"name":"QUERY_CONTEXT_ATTRIBUTES_FN_W","features":[25,121]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_EX_FN_A","features":[25,121]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_EX_FN_W","features":[25,121]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_FN_A","features":[25,121]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_FN_W","features":[25,121]},{"name":"QUERY_SECURITY_CONTEXT_TOKEN_FN","features":[25,121]},{"name":"QUERY_SECURITY_PACKAGE_INFO_FN_A","features":[25]},{"name":"QUERY_SECURITY_PACKAGE_INFO_FN_W","features":[25]},{"name":"QueryContextAttributesA","features":[25,121]},{"name":"QueryContextAttributesExA","features":[25,121]},{"name":"QueryContextAttributesExW","features":[25,121]},{"name":"QueryContextAttributesW","features":[25,121]},{"name":"QueryCredentialsAttributesA","features":[25,121]},{"name":"QueryCredentialsAttributesExA","features":[25,121]},{"name":"QueryCredentialsAttributesExW","features":[25,121]},{"name":"QueryCredentialsAttributesW","features":[25,121]},{"name":"QuerySecurityContextToken","features":[25,121]},{"name":"QuerySecurityPackageInfoA","features":[25]},{"name":"QuerySecurityPackageInfoW","features":[25]},{"name":"RCRED_CRED_EXISTS","features":[25]},{"name":"RCRED_STATUS_NOCRED","features":[25]},{"name":"RCRED_STATUS_UNKNOWN_ISSUER","features":[25]},{"name":"REVERT_SECURITY_CONTEXT_FN","features":[25,121]},{"name":"RTL_ENCRYPT_MEMORY_SIZE","features":[25]},{"name":"RTL_ENCRYPT_OPTION_CROSS_PROCESS","features":[25]},{"name":"RTL_ENCRYPT_OPTION_FOR_SYSTEM","features":[25]},{"name":"RTL_ENCRYPT_OPTION_SAME_LOGON","features":[25]},{"name":"RevertSecurityContext","features":[25,121]},{"name":"RtlDecryptMemory","features":[3,25]},{"name":"RtlEncryptMemory","features":[3,25]},{"name":"RtlGenRandom","features":[3,25]},{"name":"SAM_CREDENTIAL_UPDATE_FREE_ROUTINE","features":[25]},{"name":"SAM_CREDENTIAL_UPDATE_NOTIFY_ROUTINE","features":[25]},{"name":"SAM_CREDENTIAL_UPDATE_REGISTER_MAPPED_ENTRYPOINTS_ROUTINE","features":[25]},{"name":"SAM_CREDENTIAL_UPDATE_REGISTER_ROUTINE","features":[25]},{"name":"SAM_DAYS_PER_WEEK","features":[25]},{"name":"SAM_INIT_NOTIFICATION_ROUTINE","features":[25]},{"name":"SAM_PASSWORD_CHANGE_NOTIFY_ROUTINE","features":[25]},{"name":"SAM_PASSWORD_FILTER_ROUTINE","features":[25]},{"name":"SAM_REGISTER_MAPPING_ELEMENT","features":[3,25]},{"name":"SAM_REGISTER_MAPPING_LIST","features":[3,25]},{"name":"SAM_REGISTER_MAPPING_TABLE","features":[3,25]},{"name":"SASL_AUTHZID_STATE","features":[25]},{"name":"SASL_OPTION_AUTHZ_PROCESSING","features":[25]},{"name":"SASL_OPTION_AUTHZ_STRING","features":[25]},{"name":"SASL_OPTION_RECV_SIZE","features":[25]},{"name":"SASL_OPTION_SEND_SIZE","features":[25]},{"name":"SCHANNEL_ALERT","features":[25]},{"name":"SCHANNEL_ALERT_TOKEN","features":[25]},{"name":"SCHANNEL_ALERT_TOKEN_ALERT_TYPE","features":[25]},{"name":"SCHANNEL_CERT_HASH","features":[25]},{"name":"SCHANNEL_CERT_HASH_STORE","features":[25]},{"name":"SCHANNEL_CLIENT_SIGNATURE","features":[25,70]},{"name":"SCHANNEL_CRED","features":[3,25,70]},{"name":"SCHANNEL_CRED_FLAGS","features":[25]},{"name":"SCHANNEL_CRED_VERSION","features":[25]},{"name":"SCHANNEL_NAME","features":[25]},{"name":"SCHANNEL_NAME_A","features":[25]},{"name":"SCHANNEL_NAME_W","features":[25]},{"name":"SCHANNEL_RENEGOTIATE","features":[25]},{"name":"SCHANNEL_SECRET_PRIVKEY","features":[25]},{"name":"SCHANNEL_SECRET_TYPE_CAPI","features":[25]},{"name":"SCHANNEL_SESSION","features":[25]},{"name":"SCHANNEL_SESSION_TOKEN","features":[25]},{"name":"SCHANNEL_SESSION_TOKEN_FLAGS","features":[25]},{"name":"SCHANNEL_SHUTDOWN","features":[25]},{"name":"SCH_ALLOW_NULL_ENCRYPTION","features":[25]},{"name":"SCH_CRED","features":[25]},{"name":"SCH_CREDENTIALS","features":[3,25,70]},{"name":"SCH_CREDENTIALS_VERSION","features":[25]},{"name":"SCH_CRED_AUTO_CRED_VALIDATION","features":[25]},{"name":"SCH_CRED_CACHE_ONLY_URL_RETRIEVAL","features":[25]},{"name":"SCH_CRED_CACHE_ONLY_URL_RETRIEVAL_ON_CREATE","features":[25]},{"name":"SCH_CRED_CERT_CONTEXT","features":[25]},{"name":"SCH_CRED_DEFERRED_CRED_VALIDATION","features":[25]},{"name":"SCH_CRED_DISABLE_RECONNECTS","features":[25]},{"name":"SCH_CRED_FORMAT_CERT_CONTEXT","features":[25]},{"name":"SCH_CRED_FORMAT_CERT_HASH","features":[25]},{"name":"SCH_CRED_FORMAT_CERT_HASH_STORE","features":[25]},{"name":"SCH_CRED_IGNORE_NO_REVOCATION_CHECK","features":[25]},{"name":"SCH_CRED_IGNORE_REVOCATION_OFFLINE","features":[25]},{"name":"SCH_CRED_MANUAL_CRED_VALIDATION","features":[25]},{"name":"SCH_CRED_MAX_STORE_NAME_SIZE","features":[25]},{"name":"SCH_CRED_MAX_SUPPORTED_ALGS","features":[25]},{"name":"SCH_CRED_MAX_SUPPORTED_ALPN_IDS","features":[25]},{"name":"SCH_CRED_MAX_SUPPORTED_CERTS","features":[25]},{"name":"SCH_CRED_MAX_SUPPORTED_CHAINING_MODES","features":[25]},{"name":"SCH_CRED_MAX_SUPPORTED_CRYPTO_SETTINGS","features":[25]},{"name":"SCH_CRED_MAX_SUPPORTED_PARAMETERS","features":[25]},{"name":"SCH_CRED_MEMORY_STORE_CERT","features":[25]},{"name":"SCH_CRED_NO_DEFAULT_CREDS","features":[25]},{"name":"SCH_CRED_NO_SERVERNAME_CHECK","features":[25]},{"name":"SCH_CRED_NO_SYSTEM_MAPPER","features":[25]},{"name":"SCH_CRED_PUBLIC_CERTCHAIN","features":[25]},{"name":"SCH_CRED_RESTRICTED_ROOTS","features":[25]},{"name":"SCH_CRED_REVOCATION_CHECK_CACHE_ONLY","features":[25]},{"name":"SCH_CRED_REVOCATION_CHECK_CHAIN","features":[25]},{"name":"SCH_CRED_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[25]},{"name":"SCH_CRED_REVOCATION_CHECK_END_CERT","features":[25]},{"name":"SCH_CRED_SECRET_CAPI","features":[25]},{"name":"SCH_CRED_SECRET_PRIVKEY","features":[25]},{"name":"SCH_CRED_SNI_CREDENTIAL","features":[25]},{"name":"SCH_CRED_SNI_ENABLE_OCSP","features":[25]},{"name":"SCH_CRED_USE_DEFAULT_CREDS","features":[25]},{"name":"SCH_CRED_V1","features":[25]},{"name":"SCH_CRED_V2","features":[25]},{"name":"SCH_CRED_V3","features":[25]},{"name":"SCH_CRED_VERSION","features":[25]},{"name":"SCH_CRED_X509_CAPI","features":[25]},{"name":"SCH_CRED_X509_CERTCHAIN","features":[25]},{"name":"SCH_DISABLE_RECONNECTS","features":[25]},{"name":"SCH_EXTENSIONS_OPTIONS_NONE","features":[25]},{"name":"SCH_EXTENSION_DATA","features":[25]},{"name":"SCH_MACHINE_CERT_HASH","features":[25]},{"name":"SCH_MAX_EXT_SUBSCRIPTIONS","features":[25]},{"name":"SCH_NO_RECORD_HEADER","features":[25]},{"name":"SCH_SEND_AUX_RECORD","features":[25]},{"name":"SCH_SEND_ROOT_CERT","features":[25]},{"name":"SCH_USE_DTLS_ONLY","features":[25]},{"name":"SCH_USE_PRESHAREDKEY_ONLY","features":[25]},{"name":"SCH_USE_STRONG_CRYPTO","features":[25]},{"name":"SECBUFFER_ALERT","features":[25]},{"name":"SECBUFFER_APPLICATION_PROTOCOLS","features":[25]},{"name":"SECBUFFER_ATTRMASK","features":[25]},{"name":"SECBUFFER_CERTIFICATE_REQUEST_CONTEXT","features":[25]},{"name":"SECBUFFER_CHANGE_PASS_RESPONSE","features":[25]},{"name":"SECBUFFER_CHANNEL_BINDINGS","features":[25]},{"name":"SECBUFFER_CHANNEL_BINDINGS_RESULT","features":[25]},{"name":"SECBUFFER_DATA","features":[25]},{"name":"SECBUFFER_DTLS_MTU","features":[25]},{"name":"SECBUFFER_EMPTY","features":[25]},{"name":"SECBUFFER_EXTRA","features":[25]},{"name":"SECBUFFER_FLAGS","features":[25]},{"name":"SECBUFFER_KERNEL_MAP","features":[25]},{"name":"SECBUFFER_MECHLIST","features":[25]},{"name":"SECBUFFER_MECHLIST_SIGNATURE","features":[25]},{"name":"SECBUFFER_MISSING","features":[25]},{"name":"SECBUFFER_NEGOTIATION_INFO","features":[25]},{"name":"SECBUFFER_PADDING","features":[25]},{"name":"SECBUFFER_PKG_PARAMS","features":[25]},{"name":"SECBUFFER_PRESHARED_KEY","features":[25]},{"name":"SECBUFFER_PRESHARED_KEY_IDENTITY","features":[25]},{"name":"SECBUFFER_READONLY","features":[25]},{"name":"SECBUFFER_READONLY_WITH_CHECKSUM","features":[25]},{"name":"SECBUFFER_RESERVED","features":[25]},{"name":"SECBUFFER_SEND_GENERIC_TLS_EXTENSION","features":[25]},{"name":"SECBUFFER_SRTP_MASTER_KEY_IDENTIFIER","features":[25]},{"name":"SECBUFFER_SRTP_PROTECTION_PROFILES","features":[25]},{"name":"SECBUFFER_STREAM","features":[25]},{"name":"SECBUFFER_STREAM_HEADER","features":[25]},{"name":"SECBUFFER_STREAM_TRAILER","features":[25]},{"name":"SECBUFFER_SUBSCRIBE_GENERIC_TLS_EXTENSION","features":[25]},{"name":"SECBUFFER_TARGET","features":[25]},{"name":"SECBUFFER_TARGET_HOST","features":[25]},{"name":"SECBUFFER_TOKEN","features":[25]},{"name":"SECBUFFER_TOKEN_BINDING","features":[25]},{"name":"SECBUFFER_TRAFFIC_SECRETS","features":[25]},{"name":"SECBUFFER_UNMAPPED","features":[25]},{"name":"SECBUFFER_VERSION","features":[25]},{"name":"SECPKGCONTEXT_CIPHERINFO_V1","features":[25]},{"name":"SECPKGCONTEXT_CONNECTION_INFO_EX_V1","features":[25]},{"name":"SECPKG_ANSI_ATTRIBUTE","features":[25]},{"name":"SECPKG_APP_MODE_INFO","features":[3,25]},{"name":"SECPKG_ATTR","features":[25]},{"name":"SECPKG_ATTR_ACCESS_TOKEN","features":[25]},{"name":"SECPKG_ATTR_APPLICATION_PROTOCOL","features":[25]},{"name":"SECPKG_ATTR_APP_DATA","features":[25]},{"name":"SECPKG_ATTR_AUTHENTICATION_ID","features":[25]},{"name":"SECPKG_ATTR_AUTHORITY","features":[25]},{"name":"SECPKG_ATTR_CC_POLICY_RESULT","features":[25]},{"name":"SECPKG_ATTR_CERT_CHECK_RESULT","features":[25]},{"name":"SECPKG_ATTR_CERT_CHECK_RESULT_INPROC","features":[25]},{"name":"SECPKG_ATTR_CERT_TRUST_STATUS","features":[25]},{"name":"SECPKG_ATTR_CIPHER_INFO","features":[25]},{"name":"SECPKG_ATTR_CIPHER_STRENGTHS","features":[25]},{"name":"SECPKG_ATTR_CLIENT_CERT_POLICY","features":[25]},{"name":"SECPKG_ATTR_CLIENT_SPECIFIED_TARGET","features":[25]},{"name":"SECPKG_ATTR_CONNECTION_INFO","features":[25]},{"name":"SECPKG_ATTR_CONNECTION_INFO_EX","features":[25]},{"name":"SECPKG_ATTR_CONTEXT_DELETED","features":[25]},{"name":"SECPKG_ATTR_CREDENTIAL_NAME","features":[25]},{"name":"SECPKG_ATTR_CREDS","features":[25]},{"name":"SECPKG_ATTR_CREDS_2","features":[25]},{"name":"SECPKG_ATTR_C_ACCESS_TOKEN","features":[25]},{"name":"SECPKG_ATTR_C_FULL_ACCESS_TOKEN","features":[25]},{"name":"SECPKG_ATTR_DCE_INFO","features":[25]},{"name":"SECPKG_ATTR_DTLS_MTU","features":[25]},{"name":"SECPKG_ATTR_EAP_KEY_BLOCK","features":[25]},{"name":"SECPKG_ATTR_EAP_PRF_INFO","features":[25]},{"name":"SECPKG_ATTR_EARLY_START","features":[25]},{"name":"SECPKG_ATTR_ENDPOINT_BINDINGS","features":[25]},{"name":"SECPKG_ATTR_FLAGS","features":[25]},{"name":"SECPKG_ATTR_ISSUER_LIST","features":[25]},{"name":"SECPKG_ATTR_ISSUER_LIST_EX","features":[25]},{"name":"SECPKG_ATTR_IS_LOOPBACK","features":[25]},{"name":"SECPKG_ATTR_KEYING_MATERIAL","features":[25]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_INFO","features":[25]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_INPROC","features":[25]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_TOKEN_BINDING","features":[25]},{"name":"SECPKG_ATTR_KEY_INFO","features":[25]},{"name":"SECPKG_ATTR_LAST_CLIENT_TOKEN_STATUS","features":[25]},{"name":"SECPKG_ATTR_LCT_STATUS","features":[25]},{"name":"SECPKG_ATTR_LIFESPAN","features":[25]},{"name":"SECPKG_ATTR_LOCAL_CERT_CONTEXT","features":[25]},{"name":"SECPKG_ATTR_LOCAL_CERT_INFO","features":[25]},{"name":"SECPKG_ATTR_LOCAL_CRED","features":[25]},{"name":"SECPKG_ATTR_LOGOFF_TIME","features":[25]},{"name":"SECPKG_ATTR_MAPPED_CRED_ATTR","features":[25]},{"name":"SECPKG_ATTR_NAMES","features":[25]},{"name":"SECPKG_ATTR_NATIVE_NAMES","features":[25]},{"name":"SECPKG_ATTR_NEGOTIATED_TLS_EXTENSIONS","features":[25]},{"name":"SECPKG_ATTR_NEGOTIATION_INFO","features":[25]},{"name":"SECPKG_ATTR_NEGOTIATION_PACKAGE","features":[25]},{"name":"SECPKG_ATTR_NEGO_INFO_FLAG_NO_KERBEROS","features":[25]},{"name":"SECPKG_ATTR_NEGO_INFO_FLAG_NO_NTLM","features":[25]},{"name":"SECPKG_ATTR_NEGO_KEYS","features":[25]},{"name":"SECPKG_ATTR_NEGO_PKG_INFO","features":[25]},{"name":"SECPKG_ATTR_NEGO_STATUS","features":[25]},{"name":"SECPKG_ATTR_PACKAGE_INFO","features":[25]},{"name":"SECPKG_ATTR_PASSWORD_EXPIRY","features":[25]},{"name":"SECPKG_ATTR_PROMPTING_NEEDED","features":[25]},{"name":"SECPKG_ATTR_PROTO_INFO","features":[25]},{"name":"SECPKG_ATTR_REMOTE_CERTIFICATES","features":[25]},{"name":"SECPKG_ATTR_REMOTE_CERT_CHAIN","features":[25]},{"name":"SECPKG_ATTR_REMOTE_CERT_CONTEXT","features":[25]},{"name":"SECPKG_ATTR_REMOTE_CRED","features":[25]},{"name":"SECPKG_ATTR_ROOT_STORE","features":[25]},{"name":"SECPKG_ATTR_SASL_CONTEXT","features":[25]},{"name":"SECPKG_ATTR_SERIALIZED_REMOTE_CERT_CONTEXT","features":[25]},{"name":"SECPKG_ATTR_SERIALIZED_REMOTE_CERT_CONTEXT_INPROC","features":[25]},{"name":"SECPKG_ATTR_SERVER_AUTH_FLAGS","features":[25]},{"name":"SECPKG_ATTR_SESSION_INFO","features":[25]},{"name":"SECPKG_ATTR_SESSION_KEY","features":[25]},{"name":"SECPKG_ATTR_SESSION_TICKET_KEYS","features":[25]},{"name":"SECPKG_ATTR_SIZES","features":[25]},{"name":"SECPKG_ATTR_SRTP_PARAMETERS","features":[25]},{"name":"SECPKG_ATTR_STREAM_SIZES","features":[25]},{"name":"SECPKG_ATTR_SUBJECT_SECURITY_ATTRIBUTES","features":[25]},{"name":"SECPKG_ATTR_SUPPORTED_ALGS","features":[25]},{"name":"SECPKG_ATTR_SUPPORTED_PROTOCOLS","features":[25]},{"name":"SECPKG_ATTR_SUPPORTED_SIGNATURES","features":[25]},{"name":"SECPKG_ATTR_TARGET","features":[25]},{"name":"SECPKG_ATTR_TARGET_INFORMATION","features":[25]},{"name":"SECPKG_ATTR_THUNK_ALL","features":[25]},{"name":"SECPKG_ATTR_TOKEN_BINDING","features":[25]},{"name":"SECPKG_ATTR_UI_INFO","features":[25]},{"name":"SECPKG_ATTR_UNIQUE_BINDINGS","features":[25]},{"name":"SECPKG_ATTR_USER_FLAGS","features":[25]},{"name":"SECPKG_ATTR_USE_NCRYPT","features":[25]},{"name":"SECPKG_ATTR_USE_VALIDATED","features":[25]},{"name":"SECPKG_BYTE_VECTOR","features":[25]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER","features":[25]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER_AUTHCAPABLE","features":[25]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER_UPNCAPABLE","features":[25]},{"name":"SECPKG_CALLFLAGS_FORCE_SUPPLIED","features":[25]},{"name":"SECPKG_CALL_ANSI","features":[25]},{"name":"SECPKG_CALL_ASYNC_UPDATE","features":[25]},{"name":"SECPKG_CALL_BUFFER_MARSHAL","features":[25]},{"name":"SECPKG_CALL_CLEANUP","features":[25]},{"name":"SECPKG_CALL_CLOUDAP_CONNECT","features":[25]},{"name":"SECPKG_CALL_INFO","features":[25]},{"name":"SECPKG_CALL_IN_PROC","features":[25]},{"name":"SECPKG_CALL_IS_TCB","features":[25]},{"name":"SECPKG_CALL_KERNEL_MODE","features":[25]},{"name":"SECPKG_CALL_NEGO","features":[25]},{"name":"SECPKG_CALL_NEGO_EXTENDER","features":[25]},{"name":"SECPKG_CALL_NETWORK_ONLY","features":[25]},{"name":"SECPKG_CALL_PACKAGE_MESSAGE_TYPE","features":[25]},{"name":"SECPKG_CALL_PACKAGE_PIN_DC_REQUEST","features":[25]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST","features":[3,25]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_CLEANUP_CREDENTIALS","features":[25]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_OPTIMISTIC_LOGON","features":[25]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_TO_SSO_SESSION","features":[25]},{"name":"SECPKG_CALL_PACKAGE_UNPIN_ALL_DCS_REQUEST","features":[25]},{"name":"SECPKG_CALL_PROCESS_TERM","features":[25]},{"name":"SECPKG_CALL_RECURSIVE","features":[25]},{"name":"SECPKG_CALL_SYSTEM_PROC","features":[25]},{"name":"SECPKG_CALL_THREAD_TERM","features":[25]},{"name":"SECPKG_CALL_UNLOCK","features":[25]},{"name":"SECPKG_CALL_URGENT","features":[25]},{"name":"SECPKG_CALL_WINLOGON","features":[25]},{"name":"SECPKG_CALL_WOWA32","features":[25]},{"name":"SECPKG_CALL_WOWCLIENT","features":[25]},{"name":"SECPKG_CALL_WOWX86","features":[25]},{"name":"SECPKG_CLIENT_INFO","features":[3,25]},{"name":"SECPKG_CLIENT_INFO_EX","features":[3,25]},{"name":"SECPKG_CLIENT_PROCESS_TERMINATED","features":[25]},{"name":"SECPKG_CLIENT_THREAD_TERMINATED","features":[25]},{"name":"SECPKG_CONTEXT_EXPORT_DELETE_OLD","features":[25]},{"name":"SECPKG_CONTEXT_EXPORT_RESET_NEW","features":[25]},{"name":"SECPKG_CONTEXT_EXPORT_TO_KERNEL","features":[25]},{"name":"SECPKG_CONTEXT_THUNKS","features":[25]},{"name":"SECPKG_CRED","features":[25]},{"name":"SECPKG_CREDENTIAL","features":[3,25]},{"name":"SECPKG_CREDENTIAL_ATTRIBUTE","features":[25]},{"name":"SECPKG_CREDENTIAL_FLAGS_CALLER_HAS_TCB","features":[25]},{"name":"SECPKG_CREDENTIAL_FLAGS_CREDMAN_CRED","features":[25]},{"name":"SECPKG_CREDENTIAL_VERSION","features":[25]},{"name":"SECPKG_CRED_ATTR_CERT","features":[25]},{"name":"SECPKG_CRED_ATTR_KDC_PROXY_SETTINGS","features":[25]},{"name":"SECPKG_CRED_ATTR_NAMES","features":[25]},{"name":"SECPKG_CRED_ATTR_PAC_BYPASS","features":[25]},{"name":"SECPKG_CRED_ATTR_SSI_PROVIDER","features":[25]},{"name":"SECPKG_CRED_AUTOLOGON_RESTRICTED","features":[25]},{"name":"SECPKG_CRED_BOTH","features":[25]},{"name":"SECPKG_CRED_CLASS","features":[25]},{"name":"SECPKG_CRED_DEFAULT","features":[25]},{"name":"SECPKG_CRED_INBOUND","features":[25]},{"name":"SECPKG_CRED_OUTBOUND","features":[25]},{"name":"SECPKG_CRED_PROCESS_POLICY_ONLY","features":[25]},{"name":"SECPKG_CRED_RESERVED","features":[25]},{"name":"SECPKG_DLL_FUNCTIONS","features":[3,25]},{"name":"SECPKG_EVENT_NOTIFY","features":[25]},{"name":"SECPKG_EVENT_PACKAGE_CHANGE","features":[25]},{"name":"SECPKG_EVENT_ROLE_CHANGE","features":[25]},{"name":"SECPKG_EXTENDED_INFORMATION","features":[25]},{"name":"SECPKG_EXTENDED_INFORMATION_CLASS","features":[25]},{"name":"SECPKG_EXTRA_OIDS","features":[25]},{"name":"SECPKG_FLAG_ACCEPT_WIN32_NAME","features":[25]},{"name":"SECPKG_FLAG_APPCONTAINER_CHECKS","features":[25]},{"name":"SECPKG_FLAG_APPCONTAINER_PASSTHROUGH","features":[25]},{"name":"SECPKG_FLAG_APPLY_LOOPBACK","features":[25]},{"name":"SECPKG_FLAG_ASCII_BUFFERS","features":[25]},{"name":"SECPKG_FLAG_CLIENT_ONLY","features":[25]},{"name":"SECPKG_FLAG_CONNECTION","features":[25]},{"name":"SECPKG_FLAG_CREDENTIAL_ISOLATION_ENABLED","features":[25]},{"name":"SECPKG_FLAG_DATAGRAM","features":[25]},{"name":"SECPKG_FLAG_DELEGATION","features":[25]},{"name":"SECPKG_FLAG_EXTENDED_ERROR","features":[25]},{"name":"SECPKG_FLAG_FRAGMENT","features":[25]},{"name":"SECPKG_FLAG_GSS_COMPATIBLE","features":[25]},{"name":"SECPKG_FLAG_IMPERSONATION","features":[25]},{"name":"SECPKG_FLAG_INTEGRITY","features":[25]},{"name":"SECPKG_FLAG_LOGON","features":[25]},{"name":"SECPKG_FLAG_MULTI_REQUIRED","features":[25]},{"name":"SECPKG_FLAG_MUTUAL_AUTH","features":[25]},{"name":"SECPKG_FLAG_NEGOTIABLE","features":[25]},{"name":"SECPKG_FLAG_NEGOTIABLE2","features":[25]},{"name":"SECPKG_FLAG_NEGO_EXTENDER","features":[25]},{"name":"SECPKG_FLAG_PRIVACY","features":[25]},{"name":"SECPKG_FLAG_READONLY_WITH_CHECKSUM","features":[25]},{"name":"SECPKG_FLAG_RESTRICTED_TOKENS","features":[25]},{"name":"SECPKG_FLAG_STREAM","features":[25]},{"name":"SECPKG_FLAG_TOKEN_ONLY","features":[25]},{"name":"SECPKG_FUNCTION_TABLE","features":[3,25,121,39]},{"name":"SECPKG_GSS_INFO","features":[25]},{"name":"SECPKG_ID_NONE","features":[25]},{"name":"SECPKG_INTERFACE_VERSION","features":[25]},{"name":"SECPKG_INTERFACE_VERSION_10","features":[25]},{"name":"SECPKG_INTERFACE_VERSION_11","features":[25]},{"name":"SECPKG_INTERFACE_VERSION_2","features":[25]},{"name":"SECPKG_INTERFACE_VERSION_3","features":[25]},{"name":"SECPKG_INTERFACE_VERSION_4","features":[25]},{"name":"SECPKG_INTERFACE_VERSION_5","features":[25]},{"name":"SECPKG_INTERFACE_VERSION_6","features":[25]},{"name":"SECPKG_INTERFACE_VERSION_7","features":[25]},{"name":"SECPKG_INTERFACE_VERSION_8","features":[25]},{"name":"SECPKG_INTERFACE_VERSION_9","features":[25]},{"name":"SECPKG_KERNEL_FUNCTIONS","features":[3,25,9]},{"name":"SECPKG_KERNEL_FUNCTION_TABLE","features":[3,25,9]},{"name":"SECPKG_LSAMODEINIT_NAME","features":[25]},{"name":"SECPKG_MAX_OID_LENGTH","features":[25]},{"name":"SECPKG_MSVAV_FLAGS_VALID","features":[25]},{"name":"SECPKG_MSVAV_TIMESTAMP_VALID","features":[25]},{"name":"SECPKG_MUTUAL_AUTH_LEVEL","features":[25]},{"name":"SECPKG_NAME_TYPE","features":[25]},{"name":"SECPKG_NEGO2_INFO","features":[25]},{"name":"SECPKG_NEGOTIATION_COMPLETE","features":[25]},{"name":"SECPKG_NEGOTIATION_DIRECT","features":[25]},{"name":"SECPKG_NEGOTIATION_IN_PROGRESS","features":[25]},{"name":"SECPKG_NEGOTIATION_OPTIMISTIC","features":[25]},{"name":"SECPKG_NEGOTIATION_TRY_MULTICRED","features":[25]},{"name":"SECPKG_NTLM_TARGETINFO","features":[3,25]},{"name":"SECPKG_OPTIONS_PERMANENT","features":[25]},{"name":"SECPKG_OPTIONS_TYPE_LSA","features":[25]},{"name":"SECPKG_OPTIONS_TYPE_SSPI","features":[25]},{"name":"SECPKG_OPTIONS_TYPE_UNKNOWN","features":[25]},{"name":"SECPKG_PACKAGE_CHANGE_LOAD","features":[25]},{"name":"SECPKG_PACKAGE_CHANGE_SELECT","features":[25]},{"name":"SECPKG_PACKAGE_CHANGE_TYPE","features":[25]},{"name":"SECPKG_PACKAGE_CHANGE_UNLOAD","features":[25]},{"name":"SECPKG_PARAMETERS","features":[25]},{"name":"SECPKG_POST_LOGON_USER_INFO","features":[3,25]},{"name":"SECPKG_PRIMARY_CRED","features":[3,25]},{"name":"SECPKG_PRIMARY_CRED_EX","features":[3,25]},{"name":"SECPKG_PRIMARY_CRED_EX_FLAGS_EX_DELEGATION_TOKEN","features":[25]},{"name":"SECPKG_REDIRECTED_LOGON_BUFFER","features":[3,25]},{"name":"SECPKG_REDIRECTED_LOGON_GUID_INITIALIZER","features":[25]},{"name":"SECPKG_SERIALIZED_OID","features":[25]},{"name":"SECPKG_SESSIONINFO_TYPE","features":[25]},{"name":"SECPKG_SHORT_VECTOR","features":[25]},{"name":"SECPKG_STATE_CRED_ISOLATION_ENABLED","features":[25]},{"name":"SECPKG_STATE_DOMAIN_CONTROLLER","features":[25]},{"name":"SECPKG_STATE_ENCRYPTION_PERMITTED","features":[25]},{"name":"SECPKG_STATE_RESERVED_1","features":[25]},{"name":"SECPKG_STATE_STANDALONE","features":[25]},{"name":"SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED","features":[25]},{"name":"SECPKG_STATE_WORKSTATION","features":[25]},{"name":"SECPKG_SUPPLEMENTAL_CRED","features":[25]},{"name":"SECPKG_SUPPLEMENTAL_CRED_ARRAY","features":[25]},{"name":"SECPKG_SUPPLIED_CREDENTIAL","features":[25]},{"name":"SECPKG_SURROGATE_LOGON","features":[3,25]},{"name":"SECPKG_SURROGATE_LOGON_ENTRY","features":[25]},{"name":"SECPKG_SURROGATE_LOGON_VERSION_1","features":[25]},{"name":"SECPKG_TARGETINFO","features":[25]},{"name":"SECPKG_UNICODE_ATTRIBUTE","features":[25]},{"name":"SECPKG_USERMODEINIT_NAME","features":[25]},{"name":"SECPKG_USER_FUNCTION_TABLE","features":[3,25]},{"name":"SECPKG_WOW_CLIENT_DLL","features":[25]},{"name":"SECQOP_WRAP_NO_ENCRYPT","features":[25]},{"name":"SECQOP_WRAP_OOB_DATA","features":[25]},{"name":"SECRET_QUERY_VALUE","features":[25]},{"name":"SECRET_SET_VALUE","features":[25]},{"name":"SECURITY_ENTRYPOINT","features":[25]},{"name":"SECURITY_ENTRYPOINT16","features":[25]},{"name":"SECURITY_ENTRYPOINT_ANSI","features":[25]},{"name":"SECURITY_ENTRYPOINT_ANSIA","features":[25]},{"name":"SECURITY_ENTRYPOINT_ANSIW","features":[25]},{"name":"SECURITY_LOGON_SESSION_DATA","features":[3,25]},{"name":"SECURITY_LOGON_TYPE","features":[25]},{"name":"SECURITY_NATIVE_DREP","features":[25]},{"name":"SECURITY_NETWORK_DREP","features":[25]},{"name":"SECURITY_PACKAGE_OPTIONS","features":[25]},{"name":"SECURITY_PACKAGE_OPTIONS_TYPE","features":[25]},{"name":"SECURITY_STRING","features":[25]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION","features":[25]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_2","features":[25]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_3","features":[25]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_4","features":[25]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_5","features":[25]},{"name":"SECURITY_USER_DATA","features":[25]},{"name":"SEC_APPLICATION_PROTOCOLS","features":[25]},{"name":"SEC_APPLICATION_PROTOCOL_LIST","features":[25]},{"name":"SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT","features":[25]},{"name":"SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS","features":[25]},{"name":"SEC_CERTIFICATE_REQUEST_CONTEXT","features":[25]},{"name":"SEC_CHANNEL_BINDINGS","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_AUDIT_BINDINGS","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_EX","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_RESULT","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_ABSENT","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_CLIENT_SUPPORT","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_NOTVALID_MISMATCH","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_NOTVALID_MISSING","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_MATCHED","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_MISSING","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_PROXY","features":[25]},{"name":"SEC_CHANNEL_BINDINGS_VALID_FLAGS","features":[25]},{"name":"SEC_DTLS_MTU","features":[25]},{"name":"SEC_FLAGS","features":[25]},{"name":"SEC_GET_KEY_FN","features":[25]},{"name":"SEC_NEGOTIATION_INFO","features":[25]},{"name":"SEC_PRESHAREDKEY","features":[25]},{"name":"SEC_PRESHAREDKEY_IDENTITY","features":[25]},{"name":"SEC_SRTP_MASTER_KEY_IDENTIFIER","features":[25]},{"name":"SEC_SRTP_PROTECTION_PROFILES","features":[25]},{"name":"SEC_TOKEN_BINDING","features":[25]},{"name":"SEC_TRAFFIC_SECRETS","features":[25]},{"name":"SEC_TRAFFIC_SECRET_TYPE","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY32","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_FOR_SYSTEM","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_SAME_LOGON","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_SAME_PROCESS","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_EX2","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_EX32","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_EXA","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_EXW","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_ID_PROVIDER","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_NULL_DOMAIN","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_NULL_USER","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_PROCESS_ENCRYPTED","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_RESERVED","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_CREDPROV_DO_NOT_LOAD","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_CREDPROV_DO_NOT_SAVE","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_NO_CHECKBOX","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_SAVE_CRED_BY_CALLER","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_SAVE_CRED_CHECKED","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_USE_MASK","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SYSTEM_ENCRYPTED","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SYSTEM_PROTECTED","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_USER_PROTECTED","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_INFO","features":[25,21]},{"name":"SEC_WINNT_AUTH_IDENTITY_MARSHALLED","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_ONLY","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_VERSION","features":[25]},{"name":"SEC_WINNT_AUTH_IDENTITY_VERSION_2","features":[25]},{"name":"SEND_GENERIC_TLS_EXTENSION","features":[25]},{"name":"SESSION_TICKET_INFO_V0","features":[25]},{"name":"SESSION_TICKET_INFO_VERSION","features":[25]},{"name":"SET_CONTEXT_ATTRIBUTES_FN_A","features":[25,121]},{"name":"SET_CONTEXT_ATTRIBUTES_FN_W","features":[25,121]},{"name":"SET_CREDENTIALS_ATTRIBUTES_FN_A","features":[25,121]},{"name":"SET_CREDENTIALS_ATTRIBUTES_FN_W","features":[25,121]},{"name":"SE_ADT_ACCESS_REASON","features":[25]},{"name":"SE_ADT_CLAIMS","features":[25]},{"name":"SE_ADT_OBJECT_ONLY","features":[25]},{"name":"SE_ADT_OBJECT_TYPE","features":[25]},{"name":"SE_ADT_PARAMETERS_SELF_RELATIVE","features":[25]},{"name":"SE_ADT_PARAMETERS_SEND_TO_LSA","features":[25]},{"name":"SE_ADT_PARAMETER_ARRAY","features":[25]},{"name":"SE_ADT_PARAMETER_ARRAY_ENTRY","features":[25]},{"name":"SE_ADT_PARAMETER_ARRAY_EX","features":[25]},{"name":"SE_ADT_PARAMETER_EXTENSIBLE_AUDIT","features":[25]},{"name":"SE_ADT_PARAMETER_GENERIC_AUDIT","features":[25]},{"name":"SE_ADT_PARAMETER_TYPE","features":[25]},{"name":"SE_ADT_PARAMETER_WRITE_SYNCHRONOUS","features":[25]},{"name":"SE_ADT_POLICY_AUDIT_EVENT_TYPE_EX_BEGIN","features":[25]},{"name":"SE_BATCH_LOGON_NAME","features":[25]},{"name":"SE_DENY_BATCH_LOGON_NAME","features":[25]},{"name":"SE_DENY_INTERACTIVE_LOGON_NAME","features":[25]},{"name":"SE_DENY_NETWORK_LOGON_NAME","features":[25]},{"name":"SE_DENY_REMOTE_INTERACTIVE_LOGON_NAME","features":[25]},{"name":"SE_DENY_SERVICE_LOGON_NAME","features":[25]},{"name":"SE_INTERACTIVE_LOGON_NAME","features":[25]},{"name":"SE_MAX_AUDIT_PARAMETERS","features":[25]},{"name":"SE_MAX_GENERIC_AUDIT_PARAMETERS","features":[25]},{"name":"SE_NETWORK_LOGON_NAME","features":[25]},{"name":"SE_REMOTE_INTERACTIVE_LOGON_NAME","features":[25]},{"name":"SE_SERVICE_LOGON_NAME","features":[25]},{"name":"SLAcquireGenuineTicket","features":[25]},{"name":"SLActivateProduct","features":[25]},{"name":"SLClose","features":[25]},{"name":"SLConsumeRight","features":[25]},{"name":"SLDATATYPE","features":[25]},{"name":"SLDepositOfflineConfirmationId","features":[25]},{"name":"SLDepositOfflineConfirmationIdEx","features":[25]},{"name":"SLFireEvent","features":[25]},{"name":"SLGenerateOfflineInstallationId","features":[25]},{"name":"SLGenerateOfflineInstallationIdEx","features":[25]},{"name":"SLGetApplicationInformation","features":[25]},{"name":"SLGetGenuineInformation","features":[25]},{"name":"SLGetInstalledProductKeyIds","features":[25]},{"name":"SLGetLicense","features":[25]},{"name":"SLGetLicenseFileId","features":[25]},{"name":"SLGetLicenseInformation","features":[25]},{"name":"SLGetLicensingStatusInformation","features":[25]},{"name":"SLGetPKeyId","features":[25]},{"name":"SLGetPKeyInformation","features":[25]},{"name":"SLGetPolicyInformation","features":[25]},{"name":"SLGetPolicyInformationDWORD","features":[25]},{"name":"SLGetProductSkuInformation","features":[25]},{"name":"SLGetReferralInformation","features":[25]},{"name":"SLGetSLIDList","features":[25]},{"name":"SLGetServerStatus","features":[25]},{"name":"SLGetServiceInformation","features":[25]},{"name":"SLGetWindowsInformation","features":[25]},{"name":"SLGetWindowsInformationDWORD","features":[25]},{"name":"SLIDTYPE","features":[25]},{"name":"SLInstallLicense","features":[25]},{"name":"SLInstallProofOfPurchase","features":[25]},{"name":"SLIsGenuineLocal","features":[25]},{"name":"SLLICENSINGSTATUS","features":[25]},{"name":"SLOpen","features":[25]},{"name":"SLQueryLicenseValueFromApp","features":[25]},{"name":"SLREFERRALTYPE","features":[25]},{"name":"SLRegisterEvent","features":[3,25]},{"name":"SLSetCurrentProductKey","features":[25]},{"name":"SLSetGenuineInformation","features":[25]},{"name":"SLUninstallLicense","features":[25]},{"name":"SLUninstallProofOfPurchase","features":[25]},{"name":"SLUnregisterEvent","features":[3,25]},{"name":"SL_ACTIVATION_INFO_HEADER","features":[25]},{"name":"SL_ACTIVATION_TYPE","features":[25]},{"name":"SL_ACTIVATION_TYPE_ACTIVE_DIRECTORY","features":[25]},{"name":"SL_ACTIVATION_TYPE_DEFAULT","features":[25]},{"name":"SL_AD_ACTIVATION_INFO","features":[25]},{"name":"SL_CLIENTAPI_ZONE","features":[25]},{"name":"SL_DATA_BINARY","features":[25]},{"name":"SL_DATA_DWORD","features":[25]},{"name":"SL_DATA_MULTI_SZ","features":[25]},{"name":"SL_DATA_NONE","features":[25]},{"name":"SL_DATA_SUM","features":[25]},{"name":"SL_DATA_SZ","features":[25]},{"name":"SL_DEFAULT_MIGRATION_ENCRYPTOR_URI","features":[25]},{"name":"SL_EVENT_LICENSING_STATE_CHANGED","features":[25]},{"name":"SL_EVENT_POLICY_CHANGED","features":[25]},{"name":"SL_EVENT_USER_NOTIFICATION","features":[25]},{"name":"SL_E_ACTIVATION_IN_PROGRESS","features":[25]},{"name":"SL_E_APPLICATION_POLICIES_MISSING","features":[25]},{"name":"SL_E_APPLICATION_POLICIES_NOT_LOADED","features":[25]},{"name":"SL_E_AUTHN_CANT_VERIFY","features":[25]},{"name":"SL_E_AUTHN_CHALLENGE_NOT_SET","features":[25]},{"name":"SL_E_AUTHN_MISMATCHED_KEY","features":[25]},{"name":"SL_E_AUTHN_WRONG_VERSION","features":[25]},{"name":"SL_E_BASE_SKU_NOT_AVAILABLE","features":[25]},{"name":"SL_E_BIOS_KEY","features":[25]},{"name":"SL_E_BLOCKED_PRODUCT_KEY","features":[25]},{"name":"SL_E_CHPA_ACTCONFIG_ID_NOT_FOUND","features":[25]},{"name":"SL_E_CHPA_BINDING_MAPPING_NOT_FOUND","features":[25]},{"name":"SL_E_CHPA_BINDING_NOT_FOUND","features":[25]},{"name":"SL_E_CHPA_BUSINESS_RULE_INPUT_NOT_FOUND","features":[25]},{"name":"SL_E_CHPA_DATABASE_ERROR","features":[25]},{"name":"SL_E_CHPA_DIGITALMARKER_BINDING_NOT_CONFIGURED","features":[25]},{"name":"SL_E_CHPA_DIGITALMARKER_INVALID_BINDING","features":[25]},{"name":"SL_E_CHPA_DMAK_EXTENSION_LIMIT_EXCEEDED","features":[25]},{"name":"SL_E_CHPA_DMAK_LIMIT_EXCEEDED","features":[25]},{"name":"SL_E_CHPA_DYNAMICALLY_BLOCKED_PRODUCT_KEY","features":[25]},{"name":"SL_E_CHPA_FAILED_TO_DELETE_PRODUCTKEY_BINDING","features":[25]},{"name":"SL_E_CHPA_FAILED_TO_DELETE_PRODUCT_KEY_PROPERTY","features":[25]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCTKEY_BINDING","features":[25]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCT_KEY_PROPERTY","features":[25]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCT_KEY_RECORD","features":[25]},{"name":"SL_E_CHPA_FAILED_TO_PROCESS_PRODUCT_KEY_BINDINGS_XML","features":[25]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCTKEY_BINDING","features":[25]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCT_KEY_PROPERTY","features":[25]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCT_KEY_RECORD","features":[25]},{"name":"SL_E_CHPA_GENERAL_ERROR","features":[25]},{"name":"SL_E_CHPA_INVALID_ACTCONFIG_ID","features":[25]},{"name":"SL_E_CHPA_INVALID_ARGUMENT","features":[25]},{"name":"SL_E_CHPA_INVALID_BINDING","features":[25]},{"name":"SL_E_CHPA_INVALID_BINDING_URI","features":[25]},{"name":"SL_E_CHPA_INVALID_PRODUCT_DATA","features":[25]},{"name":"SL_E_CHPA_INVALID_PRODUCT_DATA_ID","features":[25]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY","features":[25]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_CHAR","features":[25]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_FORMAT","features":[25]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_LENGTH","features":[25]},{"name":"SL_E_CHPA_MAXIMUM_UNLOCK_EXCEEDED","features":[25]},{"name":"SL_E_CHPA_MSCH_RESPONSE_NOT_AVAILABLE_VGA","features":[25]},{"name":"SL_E_CHPA_NETWORK_ERROR","features":[25]},{"name":"SL_E_CHPA_NO_RULES_TO_ACTIVATE","features":[25]},{"name":"SL_E_CHPA_NULL_VALUE_FOR_PROPERTY_NAME_OR_ID","features":[25]},{"name":"SL_E_CHPA_OEM_SLP_COA0","features":[25]},{"name":"SL_E_CHPA_OVERRIDE_REQUEST_NOT_FOUND","features":[25]},{"name":"SL_E_CHPA_PRODUCT_KEY_BEING_USED","features":[25]},{"name":"SL_E_CHPA_PRODUCT_KEY_BLOCKED","features":[25]},{"name":"SL_E_CHPA_PRODUCT_KEY_BLOCKED_IPLOCATION","features":[25]},{"name":"SL_E_CHPA_PRODUCT_KEY_OUT_OF_RANGE","features":[25]},{"name":"SL_E_CHPA_REISSUANCE_LIMIT_NOT_FOUND","features":[25]},{"name":"SL_E_CHPA_RESPONSE_NOT_AVAILABLE","features":[25]},{"name":"SL_E_CHPA_SYSTEM_ERROR","features":[25]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_AFTER_END_DATE","features":[25]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_BEFORE_START_DATE","features":[25]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_NOT_AVAILABLE","features":[25]},{"name":"SL_E_CHPA_TIMEBASED_PRODUCT_KEY_NOT_CONFIGURED","features":[25]},{"name":"SL_E_CHPA_UNKNOWN_PRODUCT_KEY_TYPE","features":[25]},{"name":"SL_E_CHPA_UNKNOWN_PROPERTY_ID","features":[25]},{"name":"SL_E_CHPA_UNKNOWN_PROPERTY_NAME","features":[25]},{"name":"SL_E_CHPA_UNSUPPORTED_PRODUCT_KEY","features":[25]},{"name":"SL_E_CIDIID_INVALID_CHECK_DIGITS","features":[25]},{"name":"SL_E_CIDIID_INVALID_DATA","features":[25]},{"name":"SL_E_CIDIID_INVALID_DATA_LENGTH","features":[25]},{"name":"SL_E_CIDIID_INVALID_VERSION","features":[25]},{"name":"SL_E_CIDIID_MISMATCHED","features":[25]},{"name":"SL_E_CIDIID_MISMATCHED_PKEY","features":[25]},{"name":"SL_E_CIDIID_NOT_BOUND","features":[25]},{"name":"SL_E_CIDIID_NOT_DEPOSITED","features":[25]},{"name":"SL_E_CIDIID_VERSION_NOT_SUPPORTED","features":[25]},{"name":"SL_E_DATATYPE_MISMATCHED","features":[25]},{"name":"SL_E_DECRYPTION_LICENSES_NOT_AVAILABLE","features":[25]},{"name":"SL_E_DEPENDENT_PROPERTY_NOT_SET","features":[25]},{"name":"SL_E_DOWNLEVEL_SETUP_KEY","features":[25]},{"name":"SL_E_DUPLICATE_POLICY","features":[25]},{"name":"SL_E_EDITION_MISMATCHED","features":[25]},{"name":"SL_E_ENGINE_DETECTED_EXPLOIT","features":[25]},{"name":"SL_E_EUL_CONSUMPTION_FAILED","features":[25]},{"name":"SL_E_EUL_NOT_AVAILABLE","features":[25]},{"name":"SL_E_EVALUATION_FAILED","features":[25]},{"name":"SL_E_EVENT_ALREADY_REGISTERED","features":[25]},{"name":"SL_E_EVENT_NOT_REGISTERED","features":[25]},{"name":"SL_E_EXTERNAL_SIGNATURE_NOT_FOUND","features":[25]},{"name":"SL_E_GRACE_TIME_EXPIRED","features":[25]},{"name":"SL_E_HEALTH_CHECK_FAILED_MUI_FILES","features":[25]},{"name":"SL_E_HEALTH_CHECK_FAILED_NEUTRAL_FILES","features":[25]},{"name":"SL_E_HWID_CHANGED","features":[25]},{"name":"SL_E_HWID_ERROR","features":[25]},{"name":"SL_E_IA_ID_MISMATCH","features":[25]},{"name":"SL_E_IA_INVALID_VIRTUALIZATION_PLATFORM","features":[25]},{"name":"SL_E_IA_MACHINE_NOT_BOUND","features":[25]},{"name":"SL_E_IA_PARENT_PARTITION_NOT_ACTIVATED","features":[25]},{"name":"SL_E_IA_THROTTLE_LIMIT_EXCEEDED","features":[25]},{"name":"SL_E_INTERNAL_ERROR","features":[25]},{"name":"SL_E_INVALID_AD_DATA","features":[25]},{"name":"SL_E_INVALID_BINDING_BLOB","features":[25]},{"name":"SL_E_INVALID_CLIENT_TOKEN","features":[25]},{"name":"SL_E_INVALID_CONTEXT","features":[25]},{"name":"SL_E_INVALID_CONTEXT_DATA","features":[25]},{"name":"SL_E_INVALID_EVENT_ID","features":[25]},{"name":"SL_E_INVALID_FILE_HASH","features":[25]},{"name":"SL_E_INVALID_GUID","features":[25]},{"name":"SL_E_INVALID_HASH","features":[25]},{"name":"SL_E_INVALID_LICENSE","features":[25]},{"name":"SL_E_INVALID_LICENSE_STATE","features":[25]},{"name":"SL_E_INVALID_LICENSE_STATE_BREACH_GRACE","features":[25]},{"name":"SL_E_INVALID_LICENSE_STATE_BREACH_GRACE_EXPIRED","features":[25]},{"name":"SL_E_INVALID_OEM_OR_VOLUME_BINDING_DATA","features":[25]},{"name":"SL_E_INVALID_OFFLINE_BLOB","features":[25]},{"name":"SL_E_INVALID_OSVERSION_TEMPLATEID","features":[25]},{"name":"SL_E_INVALID_OS_FOR_PRODUCT_KEY","features":[25]},{"name":"SL_E_INVALID_PACKAGE","features":[25]},{"name":"SL_E_INVALID_PACKAGE_VERSION","features":[25]},{"name":"SL_E_INVALID_PKEY","features":[25]},{"name":"SL_E_INVALID_PRODUCT_KEY","features":[25]},{"name":"SL_E_INVALID_PRODUCT_KEY_TYPE","features":[25]},{"name":"SL_E_INVALID_RSDP_COUNT","features":[25]},{"name":"SL_E_INVALID_RULESET_RULE","features":[25]},{"name":"SL_E_INVALID_RUNNING_MODE","features":[25]},{"name":"SL_E_INVALID_TEMPLATE_ID","features":[25]},{"name":"SL_E_INVALID_TOKEN_DATA","features":[25]},{"name":"SL_E_INVALID_USE_OF_ADD_ON_PKEY","features":[25]},{"name":"SL_E_INVALID_XML_BLOB","features":[25]},{"name":"SL_E_IP_LOCATION_FALIED","features":[25]},{"name":"SL_E_ISSUANCE_LICENSE_NOT_INSTALLED","features":[25]},{"name":"SL_E_LICENSE_AUTHORIZATION_FAILED","features":[25]},{"name":"SL_E_LICENSE_DECRYPTION_FAILED","features":[25]},{"name":"SL_E_LICENSE_FILE_NOT_INSTALLED","features":[25]},{"name":"SL_E_LICENSE_INVALID_ADDON_INFO","features":[25]},{"name":"SL_E_LICENSE_MANAGEMENT_DATA_DUPLICATED","features":[25]},{"name":"SL_E_LICENSE_MANAGEMENT_DATA_NOT_FOUND","features":[25]},{"name":"SL_E_LICENSE_NOT_BOUND","features":[25]},{"name":"SL_E_LICENSE_SERVER_URL_NOT_FOUND","features":[25]},{"name":"SL_E_LICENSE_SIGNATURE_VERIFICATION_FAILED","features":[25]},{"name":"SL_E_LUA_ACCESSDENIED","features":[25]},{"name":"SL_E_MISMATCHED_APPID","features":[25]},{"name":"SL_E_MISMATCHED_KEY_TYPES","features":[25]},{"name":"SL_E_MISMATCHED_PID","features":[25]},{"name":"SL_E_MISMATCHED_PKEY_RANGE","features":[25]},{"name":"SL_E_MISMATCHED_PRODUCT_SKU","features":[25]},{"name":"SL_E_MISMATCHED_SECURITY_PROCESSOR","features":[25]},{"name":"SL_E_MISSING_OVERRIDE_ONLY_ATTRIBUTE","features":[25]},{"name":"SL_E_NONGENUINE_GRACE_TIME_EXPIRED","features":[25]},{"name":"SL_E_NONGENUINE_GRACE_TIME_EXPIRED_2","features":[25]},{"name":"SL_E_NON_GENUINE_STATUS_LAST","features":[25]},{"name":"SL_E_NOTIFICATION_BREACH_DETECTED","features":[25]},{"name":"SL_E_NOTIFICATION_GRACE_EXPIRED","features":[25]},{"name":"SL_E_NOTIFICATION_OTHER_REASONS","features":[25]},{"name":"SL_E_NOT_ACTIVATED","features":[25]},{"name":"SL_E_NOT_EVALUATED","features":[25]},{"name":"SL_E_NOT_GENUINE","features":[25]},{"name":"SL_E_NOT_SUPPORTED","features":[25]},{"name":"SL_E_NO_PID_CONFIG_DATA","features":[25]},{"name":"SL_E_NO_PRODUCT_KEY_FOUND","features":[25]},{"name":"SL_E_OEM_KEY_EDITION_MISMATCH","features":[25]},{"name":"SL_E_OFFLINE_GENUINE_BLOB_NOT_FOUND","features":[25]},{"name":"SL_E_OFFLINE_GENUINE_BLOB_REVOKED","features":[25]},{"name":"SL_E_OFFLINE_VALIDATION_BLOB_PARAM_NOT_FOUND","features":[25]},{"name":"SL_E_OPERATION_NOT_ALLOWED","features":[25]},{"name":"SL_E_OUT_OF_TOLERANCE","features":[25]},{"name":"SL_E_PKEY_INTERNAL_ERROR","features":[25]},{"name":"SL_E_PKEY_INVALID_ALGORITHM","features":[25]},{"name":"SL_E_PKEY_INVALID_CONFIG","features":[25]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE1","features":[25]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE2","features":[25]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE3","features":[25]},{"name":"SL_E_PKEY_INVALID_UNIQUEID","features":[25]},{"name":"SL_E_PKEY_INVALID_UPGRADE","features":[25]},{"name":"SL_E_PKEY_NOT_INSTALLED","features":[25]},{"name":"SL_E_PLUGIN_INVALID_MANIFEST","features":[25]},{"name":"SL_E_PLUGIN_NOT_REGISTERED","features":[25]},{"name":"SL_E_POLICY_CACHE_INVALID","features":[25]},{"name":"SL_E_POLICY_OTHERINFO_MISMATCH","features":[25]},{"name":"SL_E_PRODUCT_KEY_INSTALLATION_NOT_ALLOWED","features":[25]},{"name":"SL_E_PRODUCT_SKU_NOT_INSTALLED","features":[25]},{"name":"SL_E_PRODUCT_UNIQUENESS_GROUP_ID_INVALID","features":[25]},{"name":"SL_E_PROXY_KEY_NOT_FOUND","features":[25]},{"name":"SL_E_PROXY_POLICY_NOT_UPDATED","features":[25]},{"name":"SL_E_PUBLISHING_LICENSE_NOT_INSTALLED","features":[25]},{"name":"SL_E_RAC_NOT_AVAILABLE","features":[25]},{"name":"SL_E_RIGHT_NOT_CONSUMED","features":[25]},{"name":"SL_E_RIGHT_NOT_GRANTED","features":[25]},{"name":"SL_E_SECURE_STORE_ID_MISMATCH","features":[25]},{"name":"SL_E_SERVICE_RUNNING","features":[25]},{"name":"SL_E_SERVICE_STOPPING","features":[25]},{"name":"SL_E_SFS_BAD_TOKEN_EXT","features":[25]},{"name":"SL_E_SFS_BAD_TOKEN_NAME","features":[25]},{"name":"SL_E_SFS_DUPLICATE_TOKEN_NAME","features":[25]},{"name":"SL_E_SFS_FILE_READ_ERROR","features":[25]},{"name":"SL_E_SFS_FILE_WRITE_ERROR","features":[25]},{"name":"SL_E_SFS_INVALID_FD_TABLE","features":[25]},{"name":"SL_E_SFS_INVALID_FILE_POSITION","features":[25]},{"name":"SL_E_SFS_INVALID_FS_HEADER","features":[25]},{"name":"SL_E_SFS_INVALID_FS_VERSION","features":[25]},{"name":"SL_E_SFS_INVALID_SYNC","features":[25]},{"name":"SL_E_SFS_INVALID_TOKEN_DATA_HASH","features":[25]},{"name":"SL_E_SFS_INVALID_TOKEN_DESCRIPTOR","features":[25]},{"name":"SL_E_SFS_NO_ACTIVE_TRANSACTION","features":[25]},{"name":"SL_E_SFS_TOKEN_SIZE_MISMATCH","features":[25]},{"name":"SL_E_SLP_BAD_FORMAT","features":[25]},{"name":"SL_E_SLP_INVALID_MARKER_VERSION","features":[25]},{"name":"SL_E_SLP_MISSING_ACPI_SLIC","features":[25]},{"name":"SL_E_SLP_MISSING_SLP_MARKER","features":[25]},{"name":"SL_E_SLP_NOT_SIGNED","features":[25]},{"name":"SL_E_SLP_OEM_CERT_MISSING","features":[25]},{"name":"SL_E_SOFTMOD_EXPLOIT_DETECTED","features":[25]},{"name":"SL_E_SPC_NOT_AVAILABLE","features":[25]},{"name":"SL_E_SRV_AUTHORIZATION_FAILED","features":[25]},{"name":"SL_E_SRV_BUSINESS_TOKEN_ENTRY_NOT_FOUND","features":[25]},{"name":"SL_E_SRV_CLIENT_CLOCK_OUT_OF_SYNC","features":[25]},{"name":"SL_E_SRV_GENERAL_ERROR","features":[25]},{"name":"SL_E_SRV_INVALID_BINDING","features":[25]},{"name":"SL_E_SRV_INVALID_LICENSE_STRUCTURE","features":[25]},{"name":"SL_E_SRV_INVALID_PAYLOAD","features":[25]},{"name":"SL_E_SRV_INVALID_PRODUCT_KEY_LICENSE","features":[25]},{"name":"SL_E_SRV_INVALID_PUBLISH_LICENSE","features":[25]},{"name":"SL_E_SRV_INVALID_RIGHTS_ACCOUNT_LICENSE","features":[25]},{"name":"SL_E_SRV_INVALID_SECURITY_PROCESSOR_LICENSE","features":[25]},{"name":"SL_E_SRV_SERVER_PONG","features":[25]},{"name":"SL_E_STORE_UPGRADE_TOKEN_NOT_AUTHORIZED","features":[25]},{"name":"SL_E_STORE_UPGRADE_TOKEN_NOT_PRS_SIGNED","features":[25]},{"name":"SL_E_STORE_UPGRADE_TOKEN_REQUIRED","features":[25]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_EDITION","features":[25]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_PID","features":[25]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_VERSION","features":[25]},{"name":"SL_E_TAMPER_DETECTED","features":[25]},{"name":"SL_E_TAMPER_RECOVERY_REQUIRES_ACTIVATION","features":[25]},{"name":"SL_E_TKA_CERT_CNG_NOT_AVAILABLE","features":[25]},{"name":"SL_E_TKA_CERT_NOT_FOUND","features":[25]},{"name":"SL_E_TKA_CHALLENGE_EXPIRED","features":[25]},{"name":"SL_E_TKA_CHALLENGE_MISMATCH","features":[25]},{"name":"SL_E_TKA_CRITERIA_MISMATCH","features":[25]},{"name":"SL_E_TKA_FAILED_GRANT_PARSING","features":[25]},{"name":"SL_E_TKA_GRANT_NOT_FOUND","features":[25]},{"name":"SL_E_TKA_INVALID_BLOB","features":[25]},{"name":"SL_E_TKA_INVALID_CERTIFICATE","features":[25]},{"name":"SL_E_TKA_INVALID_CERT_CHAIN","features":[25]},{"name":"SL_E_TKA_INVALID_SKU_ID","features":[25]},{"name":"SL_E_TKA_INVALID_SMARTCARD","features":[25]},{"name":"SL_E_TKA_INVALID_THUMBPRINT","features":[25]},{"name":"SL_E_TKA_SILENT_ACTIVATION_FAILURE","features":[25]},{"name":"SL_E_TKA_SOFT_CERT_DISALLOWED","features":[25]},{"name":"SL_E_TKA_SOFT_CERT_INVALID","features":[25]},{"name":"SL_E_TKA_TAMPERED_CERT_CHAIN","features":[25]},{"name":"SL_E_TKA_THUMBPRINT_CERT_NOT_FOUND","features":[25]},{"name":"SL_E_TKA_TPID_MISMATCH","features":[25]},{"name":"SL_E_TOKEN_STORE_INVALID_STATE","features":[25]},{"name":"SL_E_TOKSTO_ALREADY_INITIALIZED","features":[25]},{"name":"SL_E_TOKSTO_CANT_ACQUIRE_MUTEX","features":[25]},{"name":"SL_E_TOKSTO_CANT_CREATE_FILE","features":[25]},{"name":"SL_E_TOKSTO_CANT_CREATE_MUTEX","features":[25]},{"name":"SL_E_TOKSTO_CANT_PARSE_PROPERTIES","features":[25]},{"name":"SL_E_TOKSTO_CANT_READ_FILE","features":[25]},{"name":"SL_E_TOKSTO_CANT_WRITE_TO_FILE","features":[25]},{"name":"SL_E_TOKSTO_INVALID_FILE","features":[25]},{"name":"SL_E_TOKSTO_NOT_INITIALIZED","features":[25]},{"name":"SL_E_TOKSTO_NO_ID_SET","features":[25]},{"name":"SL_E_TOKSTO_NO_PROPERTIES","features":[25]},{"name":"SL_E_TOKSTO_NO_TOKEN_DATA","features":[25]},{"name":"SL_E_TOKSTO_PROPERTY_NOT_FOUND","features":[25]},{"name":"SL_E_TOKSTO_TOKEN_NOT_FOUND","features":[25]},{"name":"SL_E_USE_LICENSE_NOT_INSTALLED","features":[25]},{"name":"SL_E_VALIDATION_BLOB_PARAM_NOT_FOUND","features":[25]},{"name":"SL_E_VALIDATION_BLOCKED_PRODUCT_KEY","features":[25]},{"name":"SL_E_VALIDATION_INVALID_PRODUCT_KEY","features":[25]},{"name":"SL_E_VALIDITY_PERIOD_EXPIRED","features":[25]},{"name":"SL_E_VALIDITY_TIME_EXPIRED","features":[25]},{"name":"SL_E_VALUE_NOT_FOUND","features":[25]},{"name":"SL_E_VL_AD_AO_NAME_TOO_LONG","features":[25]},{"name":"SL_E_VL_AD_AO_NOT_FOUND","features":[25]},{"name":"SL_E_VL_AD_SCHEMA_VERSION_NOT_SUPPORTED","features":[25]},{"name":"SL_E_VL_BINDING_SERVICE_NOT_ENABLED","features":[25]},{"name":"SL_E_VL_BINDING_SERVICE_UNAVAILABLE","features":[25]},{"name":"SL_E_VL_INFO_PRODUCT_USER_RIGHT","features":[25]},{"name":"SL_E_VL_INVALID_TIMESTAMP","features":[25]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_ID_MISMATCH","features":[25]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_NOT_ACTIVATED","features":[25]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_VM_NOT_SUPPORTED","features":[25]},{"name":"SL_E_VL_MACHINE_NOT_BOUND","features":[25]},{"name":"SL_E_VL_NOT_ENOUGH_COUNT","features":[25]},{"name":"SL_E_VL_NOT_WINDOWS_SLP","features":[25]},{"name":"SL_E_WINDOWS_INVALID_LICENSE_STATE","features":[25]},{"name":"SL_E_WINDOWS_VERSION_MISMATCH","features":[25]},{"name":"SL_GENUINE_STATE","features":[25]},{"name":"SL_GEN_STATE_INVALID_LICENSE","features":[25]},{"name":"SL_GEN_STATE_IS_GENUINE","features":[25]},{"name":"SL_GEN_STATE_LAST","features":[25]},{"name":"SL_GEN_STATE_OFFLINE","features":[25]},{"name":"SL_GEN_STATE_TAMPERED","features":[25]},{"name":"SL_ID_ALL_LICENSES","features":[25]},{"name":"SL_ID_ALL_LICENSE_FILES","features":[25]},{"name":"SL_ID_APPLICATION","features":[25]},{"name":"SL_ID_LAST","features":[25]},{"name":"SL_ID_LICENSE","features":[25]},{"name":"SL_ID_LICENSE_FILE","features":[25]},{"name":"SL_ID_PKEY","features":[25]},{"name":"SL_ID_PRODUCT_SKU","features":[25]},{"name":"SL_ID_STORE_TOKEN","features":[25]},{"name":"SL_INFO_KEY_ACTIVE_PLUGINS","features":[25]},{"name":"SL_INFO_KEY_AUTHOR","features":[25]},{"name":"SL_INFO_KEY_BIOS_OA2_MINOR_VERSION","features":[25]},{"name":"SL_INFO_KEY_BIOS_PKEY","features":[25]},{"name":"SL_INFO_KEY_BIOS_PKEY_DESCRIPTION","features":[25]},{"name":"SL_INFO_KEY_BIOS_PKEY_PKPN","features":[25]},{"name":"SL_INFO_KEY_BIOS_SLIC_STATE","features":[25]},{"name":"SL_INFO_KEY_CHANNEL","features":[25]},{"name":"SL_INFO_KEY_DESCRIPTION","features":[25]},{"name":"SL_INFO_KEY_DIGITAL_PID","features":[25]},{"name":"SL_INFO_KEY_DIGITAL_PID2","features":[25]},{"name":"SL_INFO_KEY_IS_KMS","features":[25]},{"name":"SL_INFO_KEY_IS_PRS","features":[25]},{"name":"SL_INFO_KEY_KMS_CURRENT_COUNT","features":[25]},{"name":"SL_INFO_KEY_KMS_FAILED_REQUESTS","features":[25]},{"name":"SL_INFO_KEY_KMS_LICENSED_REQUESTS","features":[25]},{"name":"SL_INFO_KEY_KMS_NON_GENUINE_GRACE_REQUESTS","features":[25]},{"name":"SL_INFO_KEY_KMS_NOTIFICATION_REQUESTS","features":[25]},{"name":"SL_INFO_KEY_KMS_OOB_GRACE_REQUESTS","features":[25]},{"name":"SL_INFO_KEY_KMS_OOT_GRACE_REQUESTS","features":[25]},{"name":"SL_INFO_KEY_KMS_REQUIRED_CLIENT_COUNT","features":[25]},{"name":"SL_INFO_KEY_KMS_TOTAL_REQUESTS","features":[25]},{"name":"SL_INFO_KEY_KMS_UNLICENSED_REQUESTS","features":[25]},{"name":"SL_INFO_KEY_LICENSE_TYPE","features":[25]},{"name":"SL_INFO_KEY_LICENSOR_URL","features":[25]},{"name":"SL_INFO_KEY_NAME","features":[25]},{"name":"SL_INFO_KEY_PARTIAL_PRODUCT_KEY","features":[25]},{"name":"SL_INFO_KEY_PRODUCT_KEY_ACTIVATION_URL","features":[25]},{"name":"SL_INFO_KEY_PRODUCT_SKU_ID","features":[25]},{"name":"SL_INFO_KEY_RIGHT_ACCOUNT_ACTIVATION_URL","features":[25]},{"name":"SL_INFO_KEY_SECURE_PROCESSOR_ACTIVATION_URL","features":[25]},{"name":"SL_INFO_KEY_SECURE_STORE_ID","features":[25]},{"name":"SL_INFO_KEY_SYSTEM_STATE","features":[25]},{"name":"SL_INFO_KEY_USE_LICENSE_ACTIVATION_URL","features":[25]},{"name":"SL_INFO_KEY_VERSION","features":[25]},{"name":"SL_INTERNAL_ZONE","features":[25]},{"name":"SL_I_NONGENUINE_GRACE_PERIOD","features":[25]},{"name":"SL_I_NONGENUINE_GRACE_PERIOD_2","features":[25]},{"name":"SL_I_OOB_GRACE_PERIOD","features":[25]},{"name":"SL_I_OOT_GRACE_PERIOD","features":[25]},{"name":"SL_I_PERPETUAL_OOB_GRACE_PERIOD","features":[25]},{"name":"SL_I_STORE_BASED_ACTIVATION","features":[25]},{"name":"SL_I_TIMEBASED_EXTENDED_GRACE_PERIOD","features":[25]},{"name":"SL_I_TIMEBASED_VALIDITY_PERIOD","features":[25]},{"name":"SL_LICENSING_STATUS","features":[25]},{"name":"SL_LICENSING_STATUS_IN_GRACE_PERIOD","features":[25]},{"name":"SL_LICENSING_STATUS_LAST","features":[25]},{"name":"SL_LICENSING_STATUS_LICENSED","features":[25]},{"name":"SL_LICENSING_STATUS_NOTIFICATION","features":[25]},{"name":"SL_LICENSING_STATUS_UNLICENSED","features":[25]},{"name":"SL_MDOLLAR_ZONE","features":[25]},{"name":"SL_MSCH_ZONE","features":[25]},{"name":"SL_NONGENUINE_UI_OPTIONS","features":[25]},{"name":"SL_PKEY_DETECT","features":[25]},{"name":"SL_PKEY_MS2005","features":[25]},{"name":"SL_PKEY_MS2009","features":[25]},{"name":"SL_POLICY_EVALUATION_MODE_ENABLED","features":[25]},{"name":"SL_PROP_ACTIVATION_VALIDATION_IN_PROGRESS","features":[25]},{"name":"SL_PROP_BRT_COMMIT","features":[25]},{"name":"SL_PROP_BRT_DATA","features":[25]},{"name":"SL_PROP_GENUINE_RESULT","features":[25]},{"name":"SL_PROP_GET_GENUINE_AUTHZ","features":[25]},{"name":"SL_PROP_GET_GENUINE_SERVER_AUTHZ","features":[25]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_HRESULT","features":[25]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_SERVER_FLAGS","features":[25]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_TIME","features":[25]},{"name":"SL_PROP_NONGENUINE_GRACE_FLAG","features":[25]},{"name":"SL_REARM_REBOOT_REQUIRED","features":[25]},{"name":"SL_REFERRALTYPE_APPID","features":[25]},{"name":"SL_REFERRALTYPE_BEST_MATCH","features":[25]},{"name":"SL_REFERRALTYPE_OVERRIDE_APPID","features":[25]},{"name":"SL_REFERRALTYPE_OVERRIDE_SKUID","features":[25]},{"name":"SL_REFERRALTYPE_SKUID","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_CHECK_DIGITS","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA_LENGTH","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_VERSION","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_DIGITALMARKER_BINDING_NOT_CONFIGURED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_DIGITALMARKER_INVALID_BINDING","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_EXTENSION_LIMIT_EXCEEDED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_LIMIT_EXCEEDED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_OVERRIDE_LIMIT_REACHED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_FREE_OFFER_EXPIRED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_ACTCONFIG_ID","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_ARGUMENT","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_BINDING","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_BINDING_URI","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA_ID","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_FORMAT","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_LENGTH","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_MAXIMUM_UNLOCK_EXCEEDED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_NO_RULES_TO_ACTIVATE","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OEM_SLP_COA0","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DEVICE_BLOCKED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DEVICE_THROTTLED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DONOR_HWID_NO_ENTITLEMENT","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_GENERIC_ERROR","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_GP_DISABLED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_HARDWARE_BLOCKED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_LICENSE_BLOCKED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_LICENSE_THROTTLED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_NOT_ADMIN","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_NO_ASSOCIATION","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_USER_BLOCKED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_OSR_USER_THROTTLED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED_IPLOCATION","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_OUT_OF_RANGE","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_ROT_OVERRIDE_LIMIT_REACHED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_AFTER_END_DATE","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_BEFORE_START_DATE","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_NOT_AVAILABLE","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_PRODUCT_KEY_NOT_CONFIGURED","features":[25]},{"name":"SL_REMAPPING_MDOLLAR_UNSUPPORTED_PRODUCT_KEY","features":[25]},{"name":"SL_REMAPPING_SP_PUB_API_BAD_GET_INFO_QUERY","features":[25]},{"name":"SL_REMAPPING_SP_PUB_API_HANDLE_NOT_COMMITED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_ALGORITHM_TYPE","features":[25]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_HANDLE","features":[25]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_KEY_LENGTH","features":[25]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_LICENSE","features":[25]},{"name":"SL_REMAPPING_SP_PUB_API_NO_AES_PROVIDER","features":[25]},{"name":"SL_REMAPPING_SP_PUB_API_TOO_MANY_LOADED_ENVIRONMENTS","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_HASH_FINALIZED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_BLOCK","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_BLOCKLENGTH","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_CIPHER","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_CIPHERMODE","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_FORMAT","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_KEYLENGTH","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_PADDING","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_SIGNATURE","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_SIGNATURELENGTH","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_KEY_NOT_AVAILABLE","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_KEY_NOT_FOUND","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_NOT_BLOCK_ALIGNED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_ATTRIBUTEID","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_HASHID","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_KEYID","features":[25]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_PROVIDERID","features":[25]},{"name":"SL_REMAPPING_SP_PUB_GENERAL_NOT_INITIALIZED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_IDENTICAL","features":[25]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_POLICY_CHANGED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_TAMPER","features":[25]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_TAMPER_RESTORE_FAILED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_PROXY_SOFT_TAMPER","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TAMPER_MODULE_AUTHENTICATION","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TAMPER_SECURITY_PROCESSOR_PATCHED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TIMER_ALREADY_EXISTS","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TIMER_EXPIRED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TIMER_NAME_SIZE_TOO_BIG","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TIMER_NOT_FOUND","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TIMER_READ_ONLY","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TRUSTED_TIME_OK","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_ACCESS_DENIED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_ATTRIBUTE_NOT_FOUND","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_ATTRIBUTE_READ_ONLY","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_DATA_SIZE_TOO_BIG","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_ALREADY_EXISTS","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_NOT_FOUND","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_SIZE_TOO_BIG","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_READ_ONLY","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_FULL","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_INVALID_HW_BINDING","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_MAX_REARM_REACHED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_NAMESPACE_IN_USE","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_NAMESPACE_NOT_FOUND","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_REARMED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_RECREATED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_BREADCRUMB_GENERATION","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_BREADCRUMB_LOAD_INVALID","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_DATA_BREADCRUMB_MISMATCH","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_DATA_VERSION_MISMATCH","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_INVALID_DATA","features":[25]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_NO_DATA","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_ALREADY_EXISTS","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_DEBUGGER_DETECTED","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_GENERIC_FAILURE","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_INSUFFICIENT_BUFFER","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_INVALIDARG","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_INVALIDDATA","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_INVALID_SPAPI_CALL","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_INVALID_SPAPI_VERSION","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_NO_MORE_DATA","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_PUSHKEY_CONFLICT","features":[25]},{"name":"SL_REMAPPING_SP_STATUS_SYSTEM_TIME_SKEWED","features":[25]},{"name":"SL_SERVER_ZONE","features":[25]},{"name":"SL_SYSTEM_POLICY_INFORMATION","features":[25]},{"name":"SL_SYSTEM_STATE_REBOOT_POLICY_FOUND","features":[25]},{"name":"SL_SYSTEM_STATE_TAMPERED","features":[25]},{"name":"SPP_MIGRATION_GATHER_ACTIVATED_WINDOWS_STATE","features":[25]},{"name":"SPP_MIGRATION_GATHER_ALL","features":[25]},{"name":"SPP_MIGRATION_GATHER_MIGRATABLE_APPS","features":[25]},{"name":"SP_ACCEPT_CREDENTIALS_NAME","features":[25]},{"name":"SP_PROT_ALL","features":[25]},{"name":"SP_PROT_DTLS1_0_CLIENT","features":[25]},{"name":"SP_PROT_DTLS1_0_SERVER","features":[25]},{"name":"SP_PROT_DTLS1_2_CLIENT","features":[25]},{"name":"SP_PROT_DTLS1_2_SERVER","features":[25]},{"name":"SP_PROT_DTLS_CLIENT","features":[25]},{"name":"SP_PROT_DTLS_SERVER","features":[25]},{"name":"SP_PROT_NONE","features":[25]},{"name":"SP_PROT_PCT1_CLIENT","features":[25]},{"name":"SP_PROT_PCT1_SERVER","features":[25]},{"name":"SP_PROT_SSL2_CLIENT","features":[25]},{"name":"SP_PROT_SSL2_SERVER","features":[25]},{"name":"SP_PROT_SSL3_CLIENT","features":[25]},{"name":"SP_PROT_SSL3_SERVER","features":[25]},{"name":"SP_PROT_TLS1_0_CLIENT","features":[25]},{"name":"SP_PROT_TLS1_0_SERVER","features":[25]},{"name":"SP_PROT_TLS1_1_CLIENT","features":[25]},{"name":"SP_PROT_TLS1_1_SERVER","features":[25]},{"name":"SP_PROT_TLS1_2_CLIENT","features":[25]},{"name":"SP_PROT_TLS1_2_SERVER","features":[25]},{"name":"SP_PROT_TLS1_3PLUS_CLIENT","features":[25]},{"name":"SP_PROT_TLS1_3PLUS_SERVER","features":[25]},{"name":"SP_PROT_TLS1_3_CLIENT","features":[25]},{"name":"SP_PROT_TLS1_3_SERVER","features":[25]},{"name":"SP_PROT_TLS1_CLIENT","features":[25]},{"name":"SP_PROT_TLS1_SERVER","features":[25]},{"name":"SP_PROT_UNI_CLIENT","features":[25]},{"name":"SP_PROT_UNI_SERVER","features":[25]},{"name":"SR_SECURITY_DESCRIPTOR","features":[25]},{"name":"SSL2SP_NAME","features":[25]},{"name":"SSL2SP_NAME_A","features":[25]},{"name":"SSL2SP_NAME_W","features":[25]},{"name":"SSL3SP_NAME","features":[25]},{"name":"SSL3SP_NAME_A","features":[25]},{"name":"SSL3SP_NAME_W","features":[25]},{"name":"SSL_CRACK_CERTIFICATE_FN","features":[3,25,70]},{"name":"SSL_CRACK_CERTIFICATE_NAME","features":[25]},{"name":"SSL_CREDENTIAL_CERTIFICATE","features":[25]},{"name":"SSL_EMPTY_CACHE_FN_A","features":[3,25]},{"name":"SSL_EMPTY_CACHE_FN_W","features":[3,25]},{"name":"SSL_FREE_CERTIFICATE_FN","features":[3,25,70]},{"name":"SSL_FREE_CERTIFICATE_NAME","features":[25]},{"name":"SSL_SESSION_DISABLE_RECONNECTS","features":[25]},{"name":"SSL_SESSION_ENABLE_RECONNECTS","features":[25]},{"name":"SSL_SESSION_RECONNECT","features":[25]},{"name":"SSPIPFC_CREDPROV_DO_NOT_LOAD","features":[25]},{"name":"SSPIPFC_CREDPROV_DO_NOT_SAVE","features":[25]},{"name":"SSPIPFC_NO_CHECKBOX","features":[25]},{"name":"SSPIPFC_SAVE_CRED_BY_CALLER","features":[25]},{"name":"SSPIPFC_USE_CREDUIBROKER","features":[25]},{"name":"SUBSCRIBE_GENERIC_TLS_EXTENSION","features":[25]},{"name":"SZ_ALG_MAX_SIZE","features":[25]},{"name":"SaslAcceptSecurityContext","features":[25,121]},{"name":"SaslEnumerateProfilesA","features":[25]},{"name":"SaslEnumerateProfilesW","features":[25]},{"name":"SaslGetContextOption","features":[25,121]},{"name":"SaslGetProfilePackageA","features":[25]},{"name":"SaslGetProfilePackageW","features":[25]},{"name":"SaslIdentifyPackageA","features":[25]},{"name":"SaslIdentifyPackageW","features":[25]},{"name":"SaslInitializeSecurityContextA","features":[25,121]},{"name":"SaslInitializeSecurityContextW","features":[25,121]},{"name":"SaslSetContextOption","features":[25,121]},{"name":"Sasl_AuthZIDForbidden","features":[25]},{"name":"Sasl_AuthZIDProcessed","features":[25]},{"name":"SchGetExtensionsOptions","features":[25]},{"name":"SeAdtParmTypeAccessMask","features":[25]},{"name":"SeAdtParmTypeAccessReason","features":[25]},{"name":"SeAdtParmTypeClaims","features":[25]},{"name":"SeAdtParmTypeDateTime","features":[25]},{"name":"SeAdtParmTypeDuration","features":[25]},{"name":"SeAdtParmTypeFileSpec","features":[25]},{"name":"SeAdtParmTypeGuid","features":[25]},{"name":"SeAdtParmTypeHexInt64","features":[25]},{"name":"SeAdtParmTypeHexUlong","features":[25]},{"name":"SeAdtParmTypeLogonHours","features":[25]},{"name":"SeAdtParmTypeLogonId","features":[25]},{"name":"SeAdtParmTypeLogonIdAsSid","features":[25]},{"name":"SeAdtParmTypeLogonIdEx","features":[25]},{"name":"SeAdtParmTypeLogonIdNoSid","features":[25]},{"name":"SeAdtParmTypeLuid","features":[25]},{"name":"SeAdtParmTypeMessage","features":[25]},{"name":"SeAdtParmTypeMultiSzString","features":[25]},{"name":"SeAdtParmTypeNoLogonId","features":[25]},{"name":"SeAdtParmTypeNoUac","features":[25]},{"name":"SeAdtParmTypeNone","features":[25]},{"name":"SeAdtParmTypeObjectTypes","features":[25]},{"name":"SeAdtParmTypePrivs","features":[25]},{"name":"SeAdtParmTypePtr","features":[25]},{"name":"SeAdtParmTypeResourceAttribute","features":[25]},{"name":"SeAdtParmTypeSD","features":[25]},{"name":"SeAdtParmTypeSid","features":[25]},{"name":"SeAdtParmTypeSidList","features":[25]},{"name":"SeAdtParmTypeSockAddr","features":[25]},{"name":"SeAdtParmTypeSockAddrNoPort","features":[25]},{"name":"SeAdtParmTypeStagingReason","features":[25]},{"name":"SeAdtParmTypeString","features":[25]},{"name":"SeAdtParmTypeStringList","features":[25]},{"name":"SeAdtParmTypeTime","features":[25]},{"name":"SeAdtParmTypeUlong","features":[25]},{"name":"SeAdtParmTypeUlongNoConv","features":[25]},{"name":"SeAdtParmTypeUserAccountControl","features":[25]},{"name":"SecApplicationProtocolNegotiationExt_ALPN","features":[25]},{"name":"SecApplicationProtocolNegotiationExt_NPN","features":[25]},{"name":"SecApplicationProtocolNegotiationExt_None","features":[25]},{"name":"SecApplicationProtocolNegotiationStatus_None","features":[25]},{"name":"SecApplicationProtocolNegotiationStatus_SelectedClientOnly","features":[25]},{"name":"SecApplicationProtocolNegotiationStatus_Success","features":[25]},{"name":"SecBuffer","features":[25]},{"name":"SecBufferDesc","features":[25]},{"name":"SecDelegationType","features":[25]},{"name":"SecDirectory","features":[25]},{"name":"SecFull","features":[25]},{"name":"SecNameAlternateId","features":[25]},{"name":"SecNameDN","features":[25]},{"name":"SecNameFlat","features":[25]},{"name":"SecNameSPN","features":[25]},{"name":"SecNameSamCompatible","features":[25]},{"name":"SecObject","features":[25]},{"name":"SecPkgAttrLastClientTokenMaybe","features":[25]},{"name":"SecPkgAttrLastClientTokenNo","features":[25]},{"name":"SecPkgAttrLastClientTokenYes","features":[25]},{"name":"SecPkgCallPackageMaxMessage","features":[25]},{"name":"SecPkgCallPackageMinMessage","features":[25]},{"name":"SecPkgCallPackagePinDcMessage","features":[25]},{"name":"SecPkgCallPackageTransferCredMessage","features":[25]},{"name":"SecPkgCallPackageUnpinAllDcsMessage","features":[25]},{"name":"SecPkgContext_AccessToken","features":[25]},{"name":"SecPkgContext_ApplicationProtocol","features":[25]},{"name":"SecPkgContext_AuthorityA","features":[25]},{"name":"SecPkgContext_AuthorityW","features":[25]},{"name":"SecPkgContext_AuthzID","features":[25]},{"name":"SecPkgContext_Bindings","features":[25]},{"name":"SecPkgContext_CertInfo","features":[25]},{"name":"SecPkgContext_CertificateValidationResult","features":[25]},{"name":"SecPkgContext_Certificates","features":[25]},{"name":"SecPkgContext_CipherInfo","features":[25]},{"name":"SecPkgContext_ClientCertPolicyResult","features":[25]},{"name":"SecPkgContext_ClientSpecifiedTarget","features":[25]},{"name":"SecPkgContext_ConnectionInfo","features":[25,70]},{"name":"SecPkgContext_ConnectionInfoEx","features":[25]},{"name":"SecPkgContext_CredInfo","features":[25]},{"name":"SecPkgContext_CredentialNameA","features":[25]},{"name":"SecPkgContext_CredentialNameW","features":[25]},{"name":"SecPkgContext_DceInfo","features":[25]},{"name":"SecPkgContext_EapKeyBlock","features":[25]},{"name":"SecPkgContext_EapPrfInfo","features":[25]},{"name":"SecPkgContext_EarlyStart","features":[25]},{"name":"SecPkgContext_Flags","features":[25]},{"name":"SecPkgContext_IssuerListInfoEx","features":[25,70]},{"name":"SecPkgContext_KeyInfoA","features":[25]},{"name":"SecPkgContext_KeyInfoW","features":[25]},{"name":"SecPkgContext_KeyingMaterial","features":[25]},{"name":"SecPkgContext_KeyingMaterialInfo","features":[25]},{"name":"SecPkgContext_KeyingMaterial_Inproc","features":[25]},{"name":"SecPkgContext_LastClientTokenStatus","features":[25]},{"name":"SecPkgContext_Lifespan","features":[25]},{"name":"SecPkgContext_LocalCredentialInfo","features":[25]},{"name":"SecPkgContext_LogoffTime","features":[25]},{"name":"SecPkgContext_MappedCredAttr","features":[25]},{"name":"SecPkgContext_NamesA","features":[25]},{"name":"SecPkgContext_NamesW","features":[25]},{"name":"SecPkgContext_NativeNamesA","features":[25]},{"name":"SecPkgContext_NativeNamesW","features":[25]},{"name":"SecPkgContext_NegoKeys","features":[25]},{"name":"SecPkgContext_NegoPackageInfo","features":[25]},{"name":"SecPkgContext_NegoStatus","features":[25]},{"name":"SecPkgContext_NegotiatedTlsExtensions","features":[25]},{"name":"SecPkgContext_NegotiationInfoA","features":[25]},{"name":"SecPkgContext_NegotiationInfoW","features":[25]},{"name":"SecPkgContext_PackageInfoA","features":[25]},{"name":"SecPkgContext_PackageInfoW","features":[25]},{"name":"SecPkgContext_PasswordExpiry","features":[25]},{"name":"SecPkgContext_ProtoInfoA","features":[25]},{"name":"SecPkgContext_ProtoInfoW","features":[25]},{"name":"SecPkgContext_RemoteCredentialInfo","features":[25]},{"name":"SecPkgContext_SaslContext","features":[25]},{"name":"SecPkgContext_SessionAppData","features":[25]},{"name":"SecPkgContext_SessionInfo","features":[25]},{"name":"SecPkgContext_SessionKey","features":[25]},{"name":"SecPkgContext_Sizes","features":[25]},{"name":"SecPkgContext_SrtpParameters","features":[25]},{"name":"SecPkgContext_StreamSizes","features":[25]},{"name":"SecPkgContext_SubjectAttributes","features":[25]},{"name":"SecPkgContext_SupportedSignatures","features":[25]},{"name":"SecPkgContext_Target","features":[25]},{"name":"SecPkgContext_TargetInformation","features":[25]},{"name":"SecPkgContext_TokenBinding","features":[25]},{"name":"SecPkgContext_UiInfo","features":[3,25]},{"name":"SecPkgContext_UserFlags","features":[25]},{"name":"SecPkgCredClass_Ephemeral","features":[25]},{"name":"SecPkgCredClass_Explicit","features":[25]},{"name":"SecPkgCredClass_None","features":[25]},{"name":"SecPkgCredClass_PersistedGeneric","features":[25]},{"name":"SecPkgCredClass_PersistedSpecific","features":[25]},{"name":"SecPkgCred_CipherStrengths","features":[25]},{"name":"SecPkgCred_ClientCertPolicy","features":[3,25]},{"name":"SecPkgCred_SessionTicketKey","features":[25]},{"name":"SecPkgCred_SessionTicketKeys","features":[25]},{"name":"SecPkgCred_SupportedAlgs","features":[25,70]},{"name":"SecPkgCred_SupportedProtocols","features":[25]},{"name":"SecPkgCredentials_Cert","features":[25]},{"name":"SecPkgCredentials_KdcProxySettingsW","features":[25]},{"name":"SecPkgCredentials_NamesA","features":[25]},{"name":"SecPkgCredentials_NamesW","features":[25]},{"name":"SecPkgCredentials_SSIProviderA","features":[25]},{"name":"SecPkgCredentials_SSIProviderW","features":[25]},{"name":"SecPkgInfoA","features":[25]},{"name":"SecPkgInfoW","features":[25]},{"name":"SecService","features":[25]},{"name":"SecSessionPrimaryCred","features":[25]},{"name":"SecTrafficSecret_Client","features":[25]},{"name":"SecTrafficSecret_None","features":[25]},{"name":"SecTrafficSecret_Server","features":[25]},{"name":"SecTree","features":[25]},{"name":"SecpkgContextThunks","features":[25]},{"name":"SecpkgExtraOids","features":[25]},{"name":"SecpkgGssInfo","features":[25]},{"name":"SecpkgMaxInfo","features":[25]},{"name":"SecpkgMutualAuthLevel","features":[25]},{"name":"SecpkgNego2Info","features":[25]},{"name":"SecpkgWowClientDll","features":[25]},{"name":"SecurityFunctionTableA","features":[3,25,121]},{"name":"SecurityFunctionTableW","features":[3,25,121]},{"name":"SendSAS","features":[3,25]},{"name":"SetContextAttributesA","features":[25,121]},{"name":"SetContextAttributesW","features":[25,121]},{"name":"SetCredentialsAttributesA","features":[25,121]},{"name":"SetCredentialsAttributesW","features":[25,121]},{"name":"SpAcceptCredentialsFn","features":[3,25]},{"name":"SpAcceptLsaModeContextFn","features":[3,25]},{"name":"SpAcquireCredentialsHandleFn","features":[3,25]},{"name":"SpAddCredentialsFn","features":[3,25]},{"name":"SpApplyControlTokenFn","features":[3,25]},{"name":"SpChangeAccountPasswordFn","features":[3,25]},{"name":"SpCompleteAuthTokenFn","features":[3,25]},{"name":"SpDeleteContextFn","features":[3,25]},{"name":"SpDeleteCredentialsFn","features":[3,25]},{"name":"SpExchangeMetaDataFn","features":[3,25]},{"name":"SpExportSecurityContextFn","features":[3,25]},{"name":"SpExtractTargetInfoFn","features":[3,25]},{"name":"SpFormatCredentialsFn","features":[3,25]},{"name":"SpFreeCredentialsHandleFn","features":[3,25]},{"name":"SpGetContextTokenFn","features":[3,25]},{"name":"SpGetCredUIContextFn","features":[3,25]},{"name":"SpGetCredentialsFn","features":[3,25]},{"name":"SpGetExtendedInformationFn","features":[3,25]},{"name":"SpGetInfoFn","features":[3,25]},{"name":"SpGetRemoteCredGuardLogonBufferFn","features":[3,25]},{"name":"SpGetRemoteCredGuardSupplementalCredsFn","features":[3,25]},{"name":"SpGetTbalSupplementalCredsFn","features":[3,25]},{"name":"SpGetUserInfoFn","features":[3,25]},{"name":"SpImportSecurityContextFn","features":[3,25]},{"name":"SpInitLsaModeContextFn","features":[3,25]},{"name":"SpInitUserModeContextFn","features":[3,25]},{"name":"SpInitializeFn","features":[3,25,121,39]},{"name":"SpInstanceInitFn","features":[3,25]},{"name":"SpLsaModeInitializeFn","features":[3,25,121,39]},{"name":"SpMakeSignatureFn","features":[3,25]},{"name":"SpMarshalAttributeDataFn","features":[3,25]},{"name":"SpMarshallSupplementalCredsFn","features":[3,25]},{"name":"SpQueryContextAttributesFn","features":[3,25]},{"name":"SpQueryCredentialsAttributesFn","features":[3,25]},{"name":"SpQueryMetaDataFn","features":[3,25]},{"name":"SpSaveCredentialsFn","features":[3,25]},{"name":"SpSealMessageFn","features":[3,25]},{"name":"SpSetContextAttributesFn","features":[3,25]},{"name":"SpSetCredentialsAttributesFn","features":[3,25]},{"name":"SpSetExtendedInformationFn","features":[3,25]},{"name":"SpShutdownFn","features":[3,25]},{"name":"SpUnsealMessageFn","features":[3,25]},{"name":"SpUpdateCredentialsFn","features":[3,25]},{"name":"SpUserModeInitializeFn","features":[3,25]},{"name":"SpValidateTargetInfoFn","features":[3,25]},{"name":"SpVerifySignatureFn","features":[3,25]},{"name":"SslCrackCertificate","features":[3,25,70]},{"name":"SslDeserializeCertificateStore","features":[3,25,70]},{"name":"SslDeserializeCertificateStoreFn","features":[3,25,70]},{"name":"SslEmptyCacheA","features":[3,25]},{"name":"SslEmptyCacheW","features":[3,25]},{"name":"SslFreeCertificate","features":[3,25,70]},{"name":"SslGenerateRandomBits","features":[25]},{"name":"SslGetExtensions","features":[25]},{"name":"SslGetExtensionsFn","features":[25]},{"name":"SslGetMaximumKeySize","features":[25]},{"name":"SslGetServerIdentity","features":[25]},{"name":"SslGetServerIdentityFn","features":[25]},{"name":"SspiCompareAuthIdentities","features":[3,25]},{"name":"SspiCopyAuthIdentity","features":[25]},{"name":"SspiDecryptAuthIdentity","features":[25]},{"name":"SspiDecryptAuthIdentityEx","features":[25]},{"name":"SspiEncodeAuthIdentityAsStrings","features":[25]},{"name":"SspiEncodeStringsAsAuthIdentity","features":[25]},{"name":"SspiEncryptAuthIdentity","features":[25]},{"name":"SspiEncryptAuthIdentityEx","features":[25]},{"name":"SspiExcludePackage","features":[25]},{"name":"SspiFreeAuthIdentity","features":[25]},{"name":"SspiGetTargetHostName","features":[25]},{"name":"SspiIsAuthIdentityEncrypted","features":[3,25]},{"name":"SspiIsPromptingNeeded","features":[3,25]},{"name":"SspiLocalFree","features":[25]},{"name":"SspiMarshalAuthIdentity","features":[25]},{"name":"SspiPrepareForCredRead","features":[25]},{"name":"SspiPrepareForCredWrite","features":[25]},{"name":"SspiPromptForCredentialsA","features":[25]},{"name":"SspiPromptForCredentialsW","features":[25]},{"name":"SspiSetChannelBindingFlags","features":[25]},{"name":"SspiUnmarshalAuthIdentity","features":[25]},{"name":"SspiValidateAuthIdentity","features":[25]},{"name":"SspiZeroAuthIdentity","features":[25]},{"name":"TLS1SP_NAME","features":[25]},{"name":"TLS1SP_NAME_A","features":[25]},{"name":"TLS1SP_NAME_W","features":[25]},{"name":"TLS1_ALERT_ACCESS_DENIED","features":[25]},{"name":"TLS1_ALERT_BAD_CERTIFICATE","features":[25]},{"name":"TLS1_ALERT_BAD_RECORD_MAC","features":[25]},{"name":"TLS1_ALERT_CERTIFICATE_EXPIRED","features":[25]},{"name":"TLS1_ALERT_CERTIFICATE_REVOKED","features":[25]},{"name":"TLS1_ALERT_CERTIFICATE_UNKNOWN","features":[25]},{"name":"TLS1_ALERT_CLOSE_NOTIFY","features":[25]},{"name":"TLS1_ALERT_DECODE_ERROR","features":[25]},{"name":"TLS1_ALERT_DECOMPRESSION_FAIL","features":[25]},{"name":"TLS1_ALERT_DECRYPTION_FAILED","features":[25]},{"name":"TLS1_ALERT_DECRYPT_ERROR","features":[25]},{"name":"TLS1_ALERT_EXPORT_RESTRICTION","features":[25]},{"name":"TLS1_ALERT_FATAL","features":[25]},{"name":"TLS1_ALERT_HANDSHAKE_FAILURE","features":[25]},{"name":"TLS1_ALERT_ILLEGAL_PARAMETER","features":[25]},{"name":"TLS1_ALERT_INSUFFIENT_SECURITY","features":[25]},{"name":"TLS1_ALERT_INTERNAL_ERROR","features":[25]},{"name":"TLS1_ALERT_NO_APP_PROTOCOL","features":[25]},{"name":"TLS1_ALERT_NO_RENEGOTIATION","features":[25]},{"name":"TLS1_ALERT_PROTOCOL_VERSION","features":[25]},{"name":"TLS1_ALERT_RECORD_OVERFLOW","features":[25]},{"name":"TLS1_ALERT_UNEXPECTED_MESSAGE","features":[25]},{"name":"TLS1_ALERT_UNKNOWN_CA","features":[25]},{"name":"TLS1_ALERT_UNKNOWN_PSK_IDENTITY","features":[25]},{"name":"TLS1_ALERT_UNSUPPORTED_CERT","features":[25]},{"name":"TLS1_ALERT_UNSUPPORTED_EXT","features":[25]},{"name":"TLS1_ALERT_USER_CANCELED","features":[25]},{"name":"TLS1_ALERT_WARNING","features":[25]},{"name":"TLS_EXTENSION_SUBSCRIPTION","features":[25]},{"name":"TLS_PARAMETERS","features":[25]},{"name":"TLS_PARAMS_OPTIONAL","features":[25]},{"name":"TOKENBINDING_EXTENSION_FORMAT","features":[25]},{"name":"TOKENBINDING_EXTENSION_FORMAT_UNDEFINED","features":[25]},{"name":"TOKENBINDING_IDENTIFIER","features":[25]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE","features":[25]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_ANYEXISTING","features":[25]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_ECDSAP256","features":[25]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_RSA2048_PKCS","features":[25]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_RSA2048_PSS","features":[25]},{"name":"TOKENBINDING_KEY_TYPES","features":[25]},{"name":"TOKENBINDING_RESULT_DATA","features":[25]},{"name":"TOKENBINDING_RESULT_LIST","features":[25]},{"name":"TOKENBINDING_TYPE","features":[25]},{"name":"TOKENBINDING_TYPE_PROVIDED","features":[25]},{"name":"TOKENBINDING_TYPE_REFERRED","features":[25]},{"name":"TRUSTED_CONTROLLERS_INFO","features":[25]},{"name":"TRUSTED_DOMAIN_AUTH_INFORMATION","features":[25]},{"name":"TRUSTED_DOMAIN_FULL_INFORMATION","features":[25]},{"name":"TRUSTED_DOMAIN_FULL_INFORMATION2","features":[25]},{"name":"TRUSTED_DOMAIN_INFORMATION_EX","features":[25]},{"name":"TRUSTED_DOMAIN_INFORMATION_EX2","features":[25]},{"name":"TRUSTED_DOMAIN_NAME_INFO","features":[25]},{"name":"TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES","features":[25]},{"name":"TRUSTED_DOMAIN_TRUST_ATTRIBUTES","features":[25]},{"name":"TRUSTED_DOMAIN_TRUST_DIRECTION","features":[25]},{"name":"TRUSTED_DOMAIN_TRUST_TYPE","features":[25]},{"name":"TRUSTED_INFORMATION_CLASS","features":[25]},{"name":"TRUSTED_PASSWORD_INFO","features":[25]},{"name":"TRUSTED_POSIX_OFFSET_INFO","features":[25]},{"name":"TRUSTED_QUERY_AUTH","features":[25]},{"name":"TRUSTED_QUERY_CONTROLLERS","features":[25]},{"name":"TRUSTED_QUERY_DOMAIN_NAME","features":[25]},{"name":"TRUSTED_QUERY_POSIX","features":[25]},{"name":"TRUSTED_SET_AUTH","features":[25]},{"name":"TRUSTED_SET_CONTROLLERS","features":[25]},{"name":"TRUSTED_SET_POSIX","features":[25]},{"name":"TRUST_ATTRIBUTES_USER","features":[25]},{"name":"TRUST_ATTRIBUTES_VALID","features":[25]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION","features":[25]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION_ENABLE_TGT_DELEGATION","features":[25]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION_NO_TGT_DELEGATION","features":[25]},{"name":"TRUST_ATTRIBUTE_DISABLE_AUTH_TARGET_VALIDATION","features":[25]},{"name":"TRUST_ATTRIBUTE_FILTER_SIDS","features":[25]},{"name":"TRUST_ATTRIBUTE_FOREST_TRANSITIVE","features":[25]},{"name":"TRUST_ATTRIBUTE_NON_TRANSITIVE","features":[25]},{"name":"TRUST_ATTRIBUTE_PIM_TRUST","features":[25]},{"name":"TRUST_ATTRIBUTE_QUARANTINED_DOMAIN","features":[25]},{"name":"TRUST_ATTRIBUTE_TREAT_AS_EXTERNAL","features":[25]},{"name":"TRUST_ATTRIBUTE_TREE_PARENT","features":[25]},{"name":"TRUST_ATTRIBUTE_TREE_ROOT","features":[25]},{"name":"TRUST_ATTRIBUTE_TRUST_USES_AES_KEYS","features":[25]},{"name":"TRUST_ATTRIBUTE_TRUST_USES_RC4_ENCRYPTION","features":[25]},{"name":"TRUST_ATTRIBUTE_UPLEVEL_ONLY","features":[25]},{"name":"TRUST_ATTRIBUTE_WITHIN_FOREST","features":[25]},{"name":"TRUST_AUTH_TYPE_CLEAR","features":[25]},{"name":"TRUST_AUTH_TYPE_NONE","features":[25]},{"name":"TRUST_AUTH_TYPE_NT4OWF","features":[25]},{"name":"TRUST_AUTH_TYPE_VERSION","features":[25]},{"name":"TRUST_DIRECTION_BIDIRECTIONAL","features":[25]},{"name":"TRUST_DIRECTION_DISABLED","features":[25]},{"name":"TRUST_DIRECTION_INBOUND","features":[25]},{"name":"TRUST_DIRECTION_OUTBOUND","features":[25]},{"name":"TRUST_TYPE_AAD","features":[25]},{"name":"TRUST_TYPE_DCE","features":[25]},{"name":"TRUST_TYPE_DOWNLEVEL","features":[25]},{"name":"TRUST_TYPE_MIT","features":[25]},{"name":"TRUST_TYPE_UPLEVEL","features":[25]},{"name":"TlsHashAlgorithm_Md5","features":[25]},{"name":"TlsHashAlgorithm_None","features":[25]},{"name":"TlsHashAlgorithm_Sha1","features":[25]},{"name":"TlsHashAlgorithm_Sha224","features":[25]},{"name":"TlsHashAlgorithm_Sha256","features":[25]},{"name":"TlsHashAlgorithm_Sha384","features":[25]},{"name":"TlsHashAlgorithm_Sha512","features":[25]},{"name":"TlsParametersCngAlgUsageCertSig","features":[25]},{"name":"TlsParametersCngAlgUsageCipher","features":[25]},{"name":"TlsParametersCngAlgUsageDigest","features":[25]},{"name":"TlsParametersCngAlgUsageKeyExchange","features":[25]},{"name":"TlsParametersCngAlgUsageSignature","features":[25]},{"name":"TlsSignatureAlgorithm_Anonymous","features":[25]},{"name":"TlsSignatureAlgorithm_Dsa","features":[25]},{"name":"TlsSignatureAlgorithm_Ecdsa","features":[25]},{"name":"TlsSignatureAlgorithm_Rsa","features":[25]},{"name":"TokenBindingDeleteAllBindings","features":[25]},{"name":"TokenBindingDeleteBinding","features":[25]},{"name":"TokenBindingGenerateBinding","features":[25]},{"name":"TokenBindingGenerateID","features":[25]},{"name":"TokenBindingGenerateIDForUri","features":[25]},{"name":"TokenBindingGenerateMessage","features":[25]},{"name":"TokenBindingGetHighestSupportedVersion","features":[25]},{"name":"TokenBindingGetKeyTypesClient","features":[25]},{"name":"TokenBindingGetKeyTypesServer","features":[25]},{"name":"TokenBindingVerifyMessage","features":[25]},{"name":"TranslateNameA","features":[3,25]},{"name":"TranslateNameW","features":[3,25]},{"name":"TrustedControllersInformation","features":[25]},{"name":"TrustedDomainAuthInformation","features":[25]},{"name":"TrustedDomainAuthInformationInternal","features":[25]},{"name":"TrustedDomainAuthInformationInternalAes","features":[25]},{"name":"TrustedDomainFullInformation","features":[25]},{"name":"TrustedDomainFullInformation2Internal","features":[25]},{"name":"TrustedDomainFullInformationInternal","features":[25]},{"name":"TrustedDomainFullInformationInternalAes","features":[25]},{"name":"TrustedDomainInformationBasic","features":[25]},{"name":"TrustedDomainInformationEx","features":[25]},{"name":"TrustedDomainInformationEx2Internal","features":[25]},{"name":"TrustedDomainNameInformation","features":[25]},{"name":"TrustedDomainSupportedEncryptionTypes","features":[25]},{"name":"TrustedPasswordInformation","features":[25]},{"name":"TrustedPosixOffsetInformation","features":[25]},{"name":"UNDERSTANDS_LONG_NAMES","features":[25]},{"name":"UNISP_NAME","features":[25]},{"name":"UNISP_NAME_A","features":[25]},{"name":"UNISP_NAME_W","features":[25]},{"name":"UNISP_RPC_ID","features":[25]},{"name":"USER_ACCOUNT_AUTO_LOCKED","features":[25]},{"name":"USER_ACCOUNT_DISABLED","features":[25]},{"name":"USER_ALL_INFORMATION","features":[3,25]},{"name":"USER_ALL_PARAMETERS","features":[25]},{"name":"USER_DONT_EXPIRE_PASSWORD","features":[25]},{"name":"USER_DONT_REQUIRE_PREAUTH","features":[25]},{"name":"USER_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[25]},{"name":"USER_HOME_DIRECTORY_REQUIRED","features":[25]},{"name":"USER_INTERDOMAIN_TRUST_ACCOUNT","features":[25]},{"name":"USER_MNS_LOGON_ACCOUNT","features":[25]},{"name":"USER_NORMAL_ACCOUNT","features":[25]},{"name":"USER_NOT_DELEGATED","features":[25]},{"name":"USER_NO_AUTH_DATA_REQUIRED","features":[25]},{"name":"USER_PARTIAL_SECRETS_ACCOUNT","features":[25]},{"name":"USER_PASSWORD_EXPIRED","features":[25]},{"name":"USER_PASSWORD_NOT_REQUIRED","features":[25]},{"name":"USER_SERVER_TRUST_ACCOUNT","features":[25]},{"name":"USER_SESSION_KEY","features":[25,122]},{"name":"USER_SMARTCARD_REQUIRED","features":[25]},{"name":"USER_TEMP_DUPLICATE_ACCOUNT","features":[25]},{"name":"USER_TRUSTED_FOR_DELEGATION","features":[25]},{"name":"USER_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[25]},{"name":"USER_USE_AES_KEYS","features":[25]},{"name":"USER_USE_DES_KEY_ONLY","features":[25]},{"name":"USER_WORKSTATION_TRUST_ACCOUNT","features":[25]},{"name":"VERIFY_SIGNATURE_FN","features":[25,121]},{"name":"VerifySignature","features":[25,121]},{"name":"WDIGEST_SP_NAME","features":[25]},{"name":"WDIGEST_SP_NAME_A","features":[25]},{"name":"WDIGEST_SP_NAME_W","features":[25]},{"name":"WINDOWS_SLID","features":[25]},{"name":"X509Certificate","features":[3,25,70]},{"name":"_FACILITY_WINDOWS_STORE","features":[25]},{"name":"_HMAPPER","features":[25]},{"name":"eTlsAlgorithmUsage","features":[25]},{"name":"eTlsHashAlgorithm","features":[25]},{"name":"eTlsSignatureAlgorithm","features":[25]}],"486":[{"name":"ACCCTRL_DEFAULT_PROVIDER","features":[123]},{"name":"ACCCTRL_DEFAULT_PROVIDERA","features":[123]},{"name":"ACCCTRL_DEFAULT_PROVIDERW","features":[123]},{"name":"ACCESS_MODE","features":[123]},{"name":"ACTRL_ACCESSA","features":[123]},{"name":"ACTRL_ACCESSW","features":[123]},{"name":"ACTRL_ACCESS_ALLOWED","features":[123]},{"name":"ACTRL_ACCESS_DENIED","features":[123]},{"name":"ACTRL_ACCESS_ENTRYA","features":[123]},{"name":"ACTRL_ACCESS_ENTRYW","features":[123]},{"name":"ACTRL_ACCESS_ENTRY_ACCESS_FLAGS","features":[123]},{"name":"ACTRL_ACCESS_ENTRY_LISTA","features":[123]},{"name":"ACTRL_ACCESS_ENTRY_LISTW","features":[123]},{"name":"ACTRL_ACCESS_INFOA","features":[123]},{"name":"ACTRL_ACCESS_INFOW","features":[123]},{"name":"ACTRL_ACCESS_NO_OPTIONS","features":[123]},{"name":"ACTRL_ACCESS_PROTECTED","features":[123]},{"name":"ACTRL_ACCESS_SUPPORTS_OBJECT_ENTRIES","features":[123]},{"name":"ACTRL_AUDIT_FAILURE","features":[123]},{"name":"ACTRL_AUDIT_SUCCESS","features":[123]},{"name":"ACTRL_CHANGE_ACCESS","features":[123]},{"name":"ACTRL_CHANGE_OWNER","features":[123]},{"name":"ACTRL_CONTROL_INFOA","features":[123]},{"name":"ACTRL_CONTROL_INFOW","features":[123]},{"name":"ACTRL_DELETE","features":[123]},{"name":"ACTRL_DIR_CREATE_CHILD","features":[123]},{"name":"ACTRL_DIR_CREATE_OBJECT","features":[123]},{"name":"ACTRL_DIR_DELETE_CHILD","features":[123]},{"name":"ACTRL_DIR_LIST","features":[123]},{"name":"ACTRL_DIR_TRAVERSE","features":[123]},{"name":"ACTRL_FILE_APPEND","features":[123]},{"name":"ACTRL_FILE_CREATE_PIPE","features":[123]},{"name":"ACTRL_FILE_EXECUTE","features":[123]},{"name":"ACTRL_FILE_READ","features":[123]},{"name":"ACTRL_FILE_READ_ATTRIB","features":[123]},{"name":"ACTRL_FILE_READ_PROP","features":[123]},{"name":"ACTRL_FILE_WRITE","features":[123]},{"name":"ACTRL_FILE_WRITE_ATTRIB","features":[123]},{"name":"ACTRL_FILE_WRITE_PROP","features":[123]},{"name":"ACTRL_KERNEL_ALERT","features":[123]},{"name":"ACTRL_KERNEL_CONTROL","features":[123]},{"name":"ACTRL_KERNEL_DIMPERSONATE","features":[123]},{"name":"ACTRL_KERNEL_DUP_HANDLE","features":[123]},{"name":"ACTRL_KERNEL_GET_CONTEXT","features":[123]},{"name":"ACTRL_KERNEL_GET_INFO","features":[123]},{"name":"ACTRL_KERNEL_IMPERSONATE","features":[123]},{"name":"ACTRL_KERNEL_PROCESS","features":[123]},{"name":"ACTRL_KERNEL_SET_CONTEXT","features":[123]},{"name":"ACTRL_KERNEL_SET_INFO","features":[123]},{"name":"ACTRL_KERNEL_TERMINATE","features":[123]},{"name":"ACTRL_KERNEL_THREAD","features":[123]},{"name":"ACTRL_KERNEL_TOKEN","features":[123]},{"name":"ACTRL_KERNEL_VM","features":[123]},{"name":"ACTRL_KERNEL_VM_READ","features":[123]},{"name":"ACTRL_KERNEL_VM_WRITE","features":[123]},{"name":"ACTRL_OVERLAPPED","features":[3,123]},{"name":"ACTRL_PERM_1","features":[123]},{"name":"ACTRL_PERM_10","features":[123]},{"name":"ACTRL_PERM_11","features":[123]},{"name":"ACTRL_PERM_12","features":[123]},{"name":"ACTRL_PERM_13","features":[123]},{"name":"ACTRL_PERM_14","features":[123]},{"name":"ACTRL_PERM_15","features":[123]},{"name":"ACTRL_PERM_16","features":[123]},{"name":"ACTRL_PERM_17","features":[123]},{"name":"ACTRL_PERM_18","features":[123]},{"name":"ACTRL_PERM_19","features":[123]},{"name":"ACTRL_PERM_2","features":[123]},{"name":"ACTRL_PERM_20","features":[123]},{"name":"ACTRL_PERM_3","features":[123]},{"name":"ACTRL_PERM_4","features":[123]},{"name":"ACTRL_PERM_5","features":[123]},{"name":"ACTRL_PERM_6","features":[123]},{"name":"ACTRL_PERM_7","features":[123]},{"name":"ACTRL_PERM_8","features":[123]},{"name":"ACTRL_PERM_9","features":[123]},{"name":"ACTRL_PRINT_JADMIN","features":[123]},{"name":"ACTRL_PRINT_PADMIN","features":[123]},{"name":"ACTRL_PRINT_PUSE","features":[123]},{"name":"ACTRL_PRINT_SADMIN","features":[123]},{"name":"ACTRL_PRINT_SLIST","features":[123]},{"name":"ACTRL_PROPERTY_ENTRYA","features":[123]},{"name":"ACTRL_PROPERTY_ENTRYW","features":[123]},{"name":"ACTRL_READ_CONTROL","features":[123]},{"name":"ACTRL_REG_CREATE_CHILD","features":[123]},{"name":"ACTRL_REG_LINK","features":[123]},{"name":"ACTRL_REG_LIST","features":[123]},{"name":"ACTRL_REG_NOTIFY","features":[123]},{"name":"ACTRL_REG_QUERY","features":[123]},{"name":"ACTRL_REG_SET","features":[123]},{"name":"ACTRL_RESERVED","features":[123]},{"name":"ACTRL_STD_RIGHTS_ALL","features":[123]},{"name":"ACTRL_SVC_GET_INFO","features":[123]},{"name":"ACTRL_SVC_INTERROGATE","features":[123]},{"name":"ACTRL_SVC_LIST","features":[123]},{"name":"ACTRL_SVC_PAUSE","features":[123]},{"name":"ACTRL_SVC_SET_INFO","features":[123]},{"name":"ACTRL_SVC_START","features":[123]},{"name":"ACTRL_SVC_STATUS","features":[123]},{"name":"ACTRL_SVC_STOP","features":[123]},{"name":"ACTRL_SVC_UCONTROL","features":[123]},{"name":"ACTRL_SYNCHRONIZE","features":[123]},{"name":"ACTRL_SYSTEM_ACCESS","features":[123]},{"name":"ACTRL_WIN_CLIPBRD","features":[123]},{"name":"ACTRL_WIN_CREATE","features":[123]},{"name":"ACTRL_WIN_EXIT","features":[123]},{"name":"ACTRL_WIN_GLOBAL_ATOMS","features":[123]},{"name":"ACTRL_WIN_LIST","features":[123]},{"name":"ACTRL_WIN_LIST_DESK","features":[123]},{"name":"ACTRL_WIN_READ_ATTRIBS","features":[123]},{"name":"ACTRL_WIN_SCREEN","features":[123]},{"name":"ACTRL_WIN_WRITE_ATTRIBS","features":[123]},{"name":"APF_AuditFailure","features":[123]},{"name":"APF_AuditSuccess","features":[123]},{"name":"APF_ValidFlags","features":[123]},{"name":"APT_Guid","features":[123]},{"name":"APT_Int64","features":[123]},{"name":"APT_IpAddress","features":[123]},{"name":"APT_LogonId","features":[123]},{"name":"APT_LogonIdWithSid","features":[123]},{"name":"APT_Luid","features":[123]},{"name":"APT_None","features":[123]},{"name":"APT_ObjectTypeList","features":[123]},{"name":"APT_Pointer","features":[123]},{"name":"APT_Sid","features":[123]},{"name":"APT_String","features":[123]},{"name":"APT_Time","features":[123]},{"name":"APT_Ulong","features":[123]},{"name":"AP_ParamTypeBits","features":[123]},{"name":"AP_ParamTypeMask","features":[123]},{"name":"AUDIT_IP_ADDRESS","features":[123]},{"name":"AUDIT_OBJECT_TYPE","features":[123]},{"name":"AUDIT_OBJECT_TYPES","features":[123]},{"name":"AUDIT_PARAM","features":[123]},{"name":"AUDIT_PARAMS","features":[123]},{"name":"AUDIT_PARAM_TYPE","features":[123]},{"name":"AUDIT_TYPE_LEGACY","features":[123]},{"name":"AUDIT_TYPE_WMI","features":[123]},{"name":"AUTHZP_WPD_EVENT","features":[123]},{"name":"AUTHZ_ACCESS_CHECK_FLAGS","features":[123]},{"name":"AUTHZ_ACCESS_CHECK_NO_DEEP_COPY_SD","features":[123]},{"name":"AUTHZ_ACCESS_CHECK_RESULTS_HANDLE","features":[123]},{"name":"AUTHZ_ACCESS_REPLY","features":[123]},{"name":"AUTHZ_ACCESS_REQUEST","features":[123]},{"name":"AUTHZ_ALLOW_MULTIPLE_SOURCE_INSTANCES","features":[123]},{"name":"AUTHZ_AUDIT_EVENT_HANDLE","features":[123]},{"name":"AUTHZ_AUDIT_EVENT_INFORMATION_CLASS","features":[123]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_HANDLE","features":[123]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_LEGACY","features":[123]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_OLD","features":[3,123]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_UNION","features":[123]},{"name":"AUTHZ_AUDIT_INSTANCE_INFORMATION","features":[123]},{"name":"AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE","features":[123]},{"name":"AUTHZ_CLIENT_CONTEXT_HANDLE","features":[123]},{"name":"AUTHZ_COMPUTE_PRIVILEGES","features":[123]},{"name":"AUTHZ_CONTEXT_INFORMATION_CLASS","features":[123]},{"name":"AUTHZ_FLAG_ALLOW_MULTIPLE_SOURCE_INSTANCES","features":[123]},{"name":"AUTHZ_GENERATE_FAILURE_AUDIT","features":[123]},{"name":"AUTHZ_GENERATE_RESULTS","features":[123]},{"name":"AUTHZ_GENERATE_SUCCESS_AUDIT","features":[123]},{"name":"AUTHZ_INITIALIZE_OBJECT_ACCESS_AUDIT_EVENT_FLAGS","features":[123]},{"name":"AUTHZ_INIT_INFO","features":[3,123]},{"name":"AUTHZ_INIT_INFO_VERSION_V1","features":[123]},{"name":"AUTHZ_MIGRATED_LEGACY_PUBLISHER","features":[123]},{"name":"AUTHZ_NO_ALLOC_STRINGS","features":[123]},{"name":"AUTHZ_NO_FAILURE_AUDIT","features":[123]},{"name":"AUTHZ_NO_SUCCESS_AUDIT","features":[123]},{"name":"AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET","features":[123]},{"name":"AUTHZ_REQUIRE_S4U_LOGON","features":[123]},{"name":"AUTHZ_RESOURCE_MANAGER_FLAGS","features":[123]},{"name":"AUTHZ_RESOURCE_MANAGER_HANDLE","features":[123]},{"name":"AUTHZ_RM_FLAG_INITIALIZE_UNDER_IMPERSONATION","features":[123]},{"name":"AUTHZ_RM_FLAG_NO_AUDIT","features":[123]},{"name":"AUTHZ_RM_FLAG_NO_CENTRAL_ACCESS_POLICIES","features":[123]},{"name":"AUTHZ_RPC_INIT_INFO_CLIENT","features":[123]},{"name":"AUTHZ_RPC_INIT_INFO_CLIENT_VERSION_V1","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION_VERSION","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_FLAGS","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_NON_INHERITABLE","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_ADD","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_DELETE","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_NONE","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_REPLACE","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_REPLACE_ALL","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_BOOLEAN","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_FQBN","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_INT64","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_INVALID","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_OCTET_STRING","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_SID","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_STRING","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_UINT64","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_V1","features":[123]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_VALUE_CASE_SENSITIVE","features":[123]},{"name":"AUTHZ_SECURITY_EVENT_PROVIDER_HANDLE","features":[123]},{"name":"AUTHZ_SID_OPERATION","features":[123]},{"name":"AUTHZ_SID_OPERATION_ADD","features":[123]},{"name":"AUTHZ_SID_OPERATION_DELETE","features":[123]},{"name":"AUTHZ_SID_OPERATION_NONE","features":[123]},{"name":"AUTHZ_SID_OPERATION_REPLACE","features":[123]},{"name":"AUTHZ_SID_OPERATION_REPLACE_ALL","features":[123]},{"name":"AUTHZ_SKIP_TOKEN_GROUPS","features":[123]},{"name":"AUTHZ_SOURCE_SCHEMA_REGISTRATION","features":[123]},{"name":"AUTHZ_WPD_CATEGORY_FLAG","features":[123]},{"name":"AZ_AZSTORE_DEFAULT_DOMAIN_TIMEOUT","features":[123]},{"name":"AZ_AZSTORE_DEFAULT_MAX_SCRIPT_ENGINES","features":[123]},{"name":"AZ_AZSTORE_DEFAULT_SCRIPT_ENGINE_TIMEOUT","features":[123]},{"name":"AZ_AZSTORE_FLAG_AUDIT_IS_CRITICAL","features":[123]},{"name":"AZ_AZSTORE_FLAG_BATCH_UPDATE","features":[123]},{"name":"AZ_AZSTORE_FLAG_CREATE","features":[123]},{"name":"AZ_AZSTORE_FLAG_MANAGE_ONLY_PASSIVE_SUBMIT","features":[123]},{"name":"AZ_AZSTORE_FLAG_MANAGE_STORE_ONLY","features":[123]},{"name":"AZ_AZSTORE_FORCE_APPLICATION_CLOSE","features":[123]},{"name":"AZ_AZSTORE_MIN_DOMAIN_TIMEOUT","features":[123]},{"name":"AZ_AZSTORE_MIN_SCRIPT_ENGINE_TIMEOUT","features":[123]},{"name":"AZ_AZSTORE_NT6_FUNCTION_LEVEL","features":[123]},{"name":"AZ_CLIENT_CONTEXT_GET_GROUPS_STORE_LEVEL_ONLY","features":[123]},{"name":"AZ_CLIENT_CONTEXT_GET_GROUP_RECURSIVE","features":[123]},{"name":"AZ_CLIENT_CONTEXT_SKIP_GROUP","features":[123]},{"name":"AZ_CLIENT_CONTEXT_SKIP_LDAP_QUERY","features":[123]},{"name":"AZ_GROUPTYPE_BASIC","features":[123]},{"name":"AZ_GROUPTYPE_BIZRULE","features":[123]},{"name":"AZ_GROUPTYPE_LDAP_QUERY","features":[123]},{"name":"AZ_MAX_APPLICATION_DATA_LENGTH","features":[123]},{"name":"AZ_MAX_APPLICATION_NAME_LENGTH","features":[123]},{"name":"AZ_MAX_APPLICATION_VERSION_LENGTH","features":[123]},{"name":"AZ_MAX_BIZRULE_STRING","features":[123]},{"name":"AZ_MAX_DESCRIPTION_LENGTH","features":[123]},{"name":"AZ_MAX_GROUP_BIZRULE_IMPORTED_PATH_LENGTH","features":[123]},{"name":"AZ_MAX_GROUP_BIZRULE_LANGUAGE_LENGTH","features":[123]},{"name":"AZ_MAX_GROUP_BIZRULE_LENGTH","features":[123]},{"name":"AZ_MAX_GROUP_LDAP_QUERY_LENGTH","features":[123]},{"name":"AZ_MAX_GROUP_NAME_LENGTH","features":[123]},{"name":"AZ_MAX_NAME_LENGTH","features":[123]},{"name":"AZ_MAX_OPERATION_NAME_LENGTH","features":[123]},{"name":"AZ_MAX_POLICY_URL_LENGTH","features":[123]},{"name":"AZ_MAX_ROLE_NAME_LENGTH","features":[123]},{"name":"AZ_MAX_SCOPE_NAME_LENGTH","features":[123]},{"name":"AZ_MAX_TASK_BIZRULE_IMPORTED_PATH_LENGTH","features":[123]},{"name":"AZ_MAX_TASK_BIZRULE_LANGUAGE_LENGTH","features":[123]},{"name":"AZ_MAX_TASK_BIZRULE_LENGTH","features":[123]},{"name":"AZ_MAX_TASK_NAME_LENGTH","features":[123]},{"name":"AZ_PROP_APPLICATION_AUTHZ_INTERFACE_CLSID","features":[123]},{"name":"AZ_PROP_APPLICATION_BIZRULE_ENABLED","features":[123]},{"name":"AZ_PROP_APPLICATION_DATA","features":[123]},{"name":"AZ_PROP_APPLICATION_NAME","features":[123]},{"name":"AZ_PROP_APPLICATION_VERSION","features":[123]},{"name":"AZ_PROP_APPLY_STORE_SACL","features":[123]},{"name":"AZ_PROP_AZSTORE_DOMAIN_TIMEOUT","features":[123]},{"name":"AZ_PROP_AZSTORE_MAJOR_VERSION","features":[123]},{"name":"AZ_PROP_AZSTORE_MAX_SCRIPT_ENGINES","features":[123]},{"name":"AZ_PROP_AZSTORE_MINOR_VERSION","features":[123]},{"name":"AZ_PROP_AZSTORE_SCRIPT_ENGINE_TIMEOUT","features":[123]},{"name":"AZ_PROP_AZSTORE_TARGET_MACHINE","features":[123]},{"name":"AZ_PROP_AZTORE_IS_ADAM_INSTANCE","features":[123]},{"name":"AZ_PROP_CHILD_CREATE","features":[123]},{"name":"AZ_PROP_CLIENT_CONTEXT_LDAP_QUERY_DN","features":[123]},{"name":"AZ_PROP_CLIENT_CONTEXT_ROLE_FOR_ACCESS_CHECK","features":[123]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_CANONICAL","features":[123]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DISPLAY","features":[123]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DN","features":[123]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DNS_SAM_COMPAT","features":[123]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_GUID","features":[123]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_SAM_COMPAT","features":[123]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_UPN","features":[123]},{"name":"AZ_PROP_CONSTANTS","features":[123]},{"name":"AZ_PROP_DELEGATED_POLICY_USERS","features":[123]},{"name":"AZ_PROP_DELEGATED_POLICY_USERS_NAME","features":[123]},{"name":"AZ_PROP_DESCRIPTION","features":[123]},{"name":"AZ_PROP_GENERATE_AUDITS","features":[123]},{"name":"AZ_PROP_GROUP_APP_MEMBERS","features":[123]},{"name":"AZ_PROP_GROUP_APP_NON_MEMBERS","features":[123]},{"name":"AZ_PROP_GROUP_BIZRULE","features":[123]},{"name":"AZ_PROP_GROUP_BIZRULE_IMPORTED_PATH","features":[123]},{"name":"AZ_PROP_GROUP_BIZRULE_LANGUAGE","features":[123]},{"name":"AZ_PROP_GROUP_LDAP_QUERY","features":[123]},{"name":"AZ_PROP_GROUP_MEMBERS","features":[123]},{"name":"AZ_PROP_GROUP_MEMBERS_NAME","features":[123]},{"name":"AZ_PROP_GROUP_NON_MEMBERS","features":[123]},{"name":"AZ_PROP_GROUP_NON_MEMBERS_NAME","features":[123]},{"name":"AZ_PROP_GROUP_TYPE","features":[123]},{"name":"AZ_PROP_NAME","features":[123]},{"name":"AZ_PROP_OPERATION_ID","features":[123]},{"name":"AZ_PROP_POLICY_ADMINS","features":[123]},{"name":"AZ_PROP_POLICY_ADMINS_NAME","features":[123]},{"name":"AZ_PROP_POLICY_READERS","features":[123]},{"name":"AZ_PROP_POLICY_READERS_NAME","features":[123]},{"name":"AZ_PROP_ROLE_APP_MEMBERS","features":[123]},{"name":"AZ_PROP_ROLE_MEMBERS","features":[123]},{"name":"AZ_PROP_ROLE_MEMBERS_NAME","features":[123]},{"name":"AZ_PROP_ROLE_OPERATIONS","features":[123]},{"name":"AZ_PROP_ROLE_TASKS","features":[123]},{"name":"AZ_PROP_SCOPE_BIZRULES_WRITABLE","features":[123]},{"name":"AZ_PROP_SCOPE_CAN_BE_DELEGATED","features":[123]},{"name":"AZ_PROP_TASK_BIZRULE","features":[123]},{"name":"AZ_PROP_TASK_BIZRULE_IMPORTED_PATH","features":[123]},{"name":"AZ_PROP_TASK_BIZRULE_LANGUAGE","features":[123]},{"name":"AZ_PROP_TASK_IS_ROLE_DEFINITION","features":[123]},{"name":"AZ_PROP_TASK_OPERATIONS","features":[123]},{"name":"AZ_PROP_TASK_TASKS","features":[123]},{"name":"AZ_PROP_WRITABLE","features":[123]},{"name":"AZ_SUBMIT_FLAG_ABORT","features":[123]},{"name":"AZ_SUBMIT_FLAG_FLUSH","features":[123]},{"name":"AuthzAccessCheck","features":[3,123]},{"name":"AuthzAddSidsToContext","features":[3,123]},{"name":"AuthzAuditEventInfoAdditionalInfo","features":[123]},{"name":"AuthzAuditEventInfoFlags","features":[123]},{"name":"AuthzAuditEventInfoObjectName","features":[123]},{"name":"AuthzAuditEventInfoObjectType","features":[123]},{"name":"AuthzAuditEventInfoOperationType","features":[123]},{"name":"AuthzCachedAccessCheck","features":[3,123]},{"name":"AuthzContextInfoAll","features":[123]},{"name":"AuthzContextInfoAppContainerSid","features":[123]},{"name":"AuthzContextInfoAuthenticationId","features":[123]},{"name":"AuthzContextInfoCapabilitySids","features":[123]},{"name":"AuthzContextInfoDeviceClaims","features":[123]},{"name":"AuthzContextInfoDeviceSids","features":[123]},{"name":"AuthzContextInfoExpirationTime","features":[123]},{"name":"AuthzContextInfoGroupsSids","features":[123]},{"name":"AuthzContextInfoIdentifier","features":[123]},{"name":"AuthzContextInfoPrivileges","features":[123]},{"name":"AuthzContextInfoRestrictedSids","features":[123]},{"name":"AuthzContextInfoSecurityAttributes","features":[123]},{"name":"AuthzContextInfoServerContext","features":[123]},{"name":"AuthzContextInfoSource","features":[123]},{"name":"AuthzContextInfoUserClaims","features":[123]},{"name":"AuthzContextInfoUserSid","features":[123]},{"name":"AuthzEnumerateSecurityEventSources","features":[3,123]},{"name":"AuthzEvaluateSacl","features":[3,123]},{"name":"AuthzFreeAuditEvent","features":[3,123]},{"name":"AuthzFreeCentralAccessPolicyCache","features":[3,123]},{"name":"AuthzFreeContext","features":[3,123]},{"name":"AuthzFreeHandle","features":[3,123]},{"name":"AuthzFreeResourceManager","features":[3,123]},{"name":"AuthzGetInformationFromContext","features":[3,123]},{"name":"AuthzInitializeCompoundContext","features":[3,123]},{"name":"AuthzInitializeContextFromAuthzContext","features":[3,123]},{"name":"AuthzInitializeContextFromSid","features":[3,123]},{"name":"AuthzInitializeContextFromToken","features":[3,123]},{"name":"AuthzInitializeObjectAccessAuditEvent","features":[3,123]},{"name":"AuthzInitializeObjectAccessAuditEvent2","features":[3,123]},{"name":"AuthzInitializeRemoteResourceManager","features":[3,123]},{"name":"AuthzInitializeResourceManager","features":[3,123]},{"name":"AuthzInitializeResourceManagerEx","features":[3,123]},{"name":"AuthzInstallSecurityEventSource","features":[3,123]},{"name":"AuthzModifyClaims","features":[3,123]},{"name":"AuthzModifySecurityAttributes","features":[3,123]},{"name":"AuthzModifySids","features":[3,123]},{"name":"AuthzOpenObjectAudit","features":[3,123]},{"name":"AuthzRegisterCapChangeNotification","features":[3,123,39]},{"name":"AuthzRegisterSecurityEventSource","features":[3,123]},{"name":"AuthzReportSecurityEvent","features":[3,123]},{"name":"AuthzReportSecurityEventFromParams","features":[3,123]},{"name":"AuthzSetAppContainerInformation","features":[3,123]},{"name":"AuthzUninstallSecurityEventSource","features":[3,123]},{"name":"AuthzUnregisterCapChangeNotification","features":[3,123]},{"name":"AuthzUnregisterSecurityEventSource","features":[3,123]},{"name":"AzAuthorizationStore","features":[123]},{"name":"AzBizRuleContext","features":[123]},{"name":"AzPrincipalLocator","features":[123]},{"name":"BuildExplicitAccessWithNameA","features":[123]},{"name":"BuildExplicitAccessWithNameW","features":[123]},{"name":"BuildImpersonateExplicitAccessWithNameA","features":[123]},{"name":"BuildImpersonateExplicitAccessWithNameW","features":[123]},{"name":"BuildImpersonateTrusteeA","features":[123]},{"name":"BuildImpersonateTrusteeW","features":[123]},{"name":"BuildSecurityDescriptorA","features":[3,123]},{"name":"BuildSecurityDescriptorW","features":[3,123]},{"name":"BuildTrusteeWithNameA","features":[123]},{"name":"BuildTrusteeWithNameW","features":[123]},{"name":"BuildTrusteeWithObjectsAndNameA","features":[123]},{"name":"BuildTrusteeWithObjectsAndNameW","features":[123]},{"name":"BuildTrusteeWithObjectsAndSidA","features":[123]},{"name":"BuildTrusteeWithObjectsAndSidW","features":[123]},{"name":"BuildTrusteeWithSidA","features":[123]},{"name":"BuildTrusteeWithSidW","features":[123]},{"name":"ConvertSecurityDescriptorToStringSecurityDescriptorA","features":[3,123]},{"name":"ConvertSecurityDescriptorToStringSecurityDescriptorW","features":[3,123]},{"name":"ConvertSidToStringSidA","features":[3,123]},{"name":"ConvertSidToStringSidW","features":[3,123]},{"name":"ConvertStringSecurityDescriptorToSecurityDescriptorA","features":[3,123]},{"name":"ConvertStringSecurityDescriptorToSecurityDescriptorW","features":[3,123]},{"name":"ConvertStringSidToSidA","features":[3,123]},{"name":"ConvertStringSidToSidW","features":[3,123]},{"name":"DENY_ACCESS","features":[123]},{"name":"EXPLICIT_ACCESS_A","features":[123]},{"name":"EXPLICIT_ACCESS_W","features":[123]},{"name":"FN_OBJECT_MGR_FUNCTS","features":[123]},{"name":"FN_PROGRESS","features":[3,123]},{"name":"FreeInheritedFromArray","features":[3,123]},{"name":"GRANT_ACCESS","features":[123]},{"name":"GetAuditedPermissionsFromAclA","features":[3,123]},{"name":"GetAuditedPermissionsFromAclW","features":[3,123]},{"name":"GetEffectiveRightsFromAclA","features":[3,123]},{"name":"GetEffectiveRightsFromAclW","features":[3,123]},{"name":"GetExplicitEntriesFromAclA","features":[3,123]},{"name":"GetExplicitEntriesFromAclW","features":[3,123]},{"name":"GetInheritanceSourceA","features":[3,123]},{"name":"GetInheritanceSourceW","features":[3,123]},{"name":"GetMultipleTrusteeA","features":[123]},{"name":"GetMultipleTrusteeOperationA","features":[123]},{"name":"GetMultipleTrusteeOperationW","features":[123]},{"name":"GetMultipleTrusteeW","features":[123]},{"name":"GetNamedSecurityInfoA","features":[3,123]},{"name":"GetNamedSecurityInfoW","features":[3,123]},{"name":"GetSecurityInfo","features":[3,123]},{"name":"GetTrusteeFormA","features":[123]},{"name":"GetTrusteeFormW","features":[123]},{"name":"GetTrusteeNameA","features":[123]},{"name":"GetTrusteeNameW","features":[123]},{"name":"GetTrusteeTypeA","features":[123]},{"name":"GetTrusteeTypeW","features":[123]},{"name":"IAzApplication","features":[123]},{"name":"IAzApplication2","features":[123]},{"name":"IAzApplication3","features":[123]},{"name":"IAzApplicationGroup","features":[123]},{"name":"IAzApplicationGroup2","features":[123]},{"name":"IAzApplicationGroups","features":[123]},{"name":"IAzApplications","features":[123]},{"name":"IAzAuthorizationStore","features":[123]},{"name":"IAzAuthorizationStore2","features":[123]},{"name":"IAzAuthorizationStore3","features":[123]},{"name":"IAzBizRuleContext","features":[123]},{"name":"IAzBizRuleInterfaces","features":[123]},{"name":"IAzBizRuleParameters","features":[123]},{"name":"IAzClientContext","features":[123]},{"name":"IAzClientContext2","features":[123]},{"name":"IAzClientContext3","features":[123]},{"name":"IAzNameResolver","features":[123]},{"name":"IAzObjectPicker","features":[123]},{"name":"IAzOperation","features":[123]},{"name":"IAzOperation2","features":[123]},{"name":"IAzOperations","features":[123]},{"name":"IAzPrincipalLocator","features":[123]},{"name":"IAzRole","features":[123]},{"name":"IAzRoleAssignment","features":[123]},{"name":"IAzRoleAssignments","features":[123]},{"name":"IAzRoleDefinition","features":[123]},{"name":"IAzRoleDefinitions","features":[123]},{"name":"IAzRoles","features":[123]},{"name":"IAzScope","features":[123]},{"name":"IAzScope2","features":[123]},{"name":"IAzScopes","features":[123]},{"name":"IAzTask","features":[123]},{"name":"IAzTask2","features":[123]},{"name":"IAzTasks","features":[123]},{"name":"INHERITED_ACCESS_ENTRY","features":[123]},{"name":"INHERITED_FROMA","features":[123]},{"name":"INHERITED_FROMW","features":[123]},{"name":"INHERITED_GRANDPARENT","features":[123]},{"name":"INHERITED_PARENT","features":[123]},{"name":"LookupSecurityDescriptorPartsA","features":[3,123]},{"name":"LookupSecurityDescriptorPartsW","features":[3,123]},{"name":"MULTIPLE_TRUSTEE_OPERATION","features":[123]},{"name":"NOT_USED_ACCESS","features":[123]},{"name":"NO_MULTIPLE_TRUSTEE","features":[123]},{"name":"OBJECTS_AND_NAME_A","features":[123]},{"name":"OBJECTS_AND_NAME_W","features":[123]},{"name":"OBJECTS_AND_SID","features":[123]},{"name":"OLESCRIPT_E_SYNTAX","features":[123]},{"name":"PFN_AUTHZ_COMPUTE_DYNAMIC_GROUPS","features":[3,123]},{"name":"PFN_AUTHZ_DYNAMIC_ACCESS_CHECK","features":[3,123]},{"name":"PFN_AUTHZ_FREE_CENTRAL_ACCESS_POLICY","features":[123]},{"name":"PFN_AUTHZ_FREE_DYNAMIC_GROUPS","features":[123]},{"name":"PFN_AUTHZ_GET_CENTRAL_ACCESS_POLICY","features":[3,123]},{"name":"PROG_INVOKE_SETTING","features":[123]},{"name":"ProgressCancelOperation","features":[123]},{"name":"ProgressInvokeEveryObject","features":[123]},{"name":"ProgressInvokeNever","features":[123]},{"name":"ProgressInvokeOnError","features":[123]},{"name":"ProgressInvokePrePostError","features":[123]},{"name":"ProgressRetryOperation","features":[123]},{"name":"REVOKE_ACCESS","features":[123]},{"name":"SDDL_ACCESS_ALLOWED","features":[123]},{"name":"SDDL_ACCESS_CONTROL_ASSISTANCE_OPS","features":[123]},{"name":"SDDL_ACCESS_DENIED","features":[123]},{"name":"SDDL_ACCESS_FILTER","features":[123]},{"name":"SDDL_ACCOUNT_OPERATORS","features":[123]},{"name":"SDDL_ACE_BEGIN","features":[123]},{"name":"SDDL_ACE_COND_ATTRIBUTE_PREFIX","features":[123]},{"name":"SDDL_ACE_COND_BEGIN","features":[123]},{"name":"SDDL_ACE_COND_BLOB_PREFIX","features":[123]},{"name":"SDDL_ACE_COND_DEVICE_ATTRIBUTE_PREFIX","features":[123]},{"name":"SDDL_ACE_COND_END","features":[123]},{"name":"SDDL_ACE_COND_RESOURCE_ATTRIBUTE_PREFIX","features":[123]},{"name":"SDDL_ACE_COND_SID_PREFIX","features":[123]},{"name":"SDDL_ACE_COND_TOKEN_ATTRIBUTE_PREFIX","features":[123]},{"name":"SDDL_ACE_COND_USER_ATTRIBUTE_PREFIX","features":[123]},{"name":"SDDL_ACE_END","features":[123]},{"name":"SDDL_ALARM","features":[123]},{"name":"SDDL_ALIAS_PREW2KCOMPACC","features":[123]},{"name":"SDDL_ALIAS_SIZE","features":[123]},{"name":"SDDL_ALL_APP_PACKAGES","features":[123]},{"name":"SDDL_ANONYMOUS","features":[123]},{"name":"SDDL_AUDIT","features":[123]},{"name":"SDDL_AUDIT_FAILURE","features":[123]},{"name":"SDDL_AUDIT_SUCCESS","features":[123]},{"name":"SDDL_AUTHENTICATED_USERS","features":[123]},{"name":"SDDL_AUTHORITY_ASSERTED","features":[123]},{"name":"SDDL_AUTO_INHERITED","features":[123]},{"name":"SDDL_AUTO_INHERIT_REQ","features":[123]},{"name":"SDDL_BACKUP_OPERATORS","features":[123]},{"name":"SDDL_BLOB","features":[123]},{"name":"SDDL_BOOLEAN","features":[123]},{"name":"SDDL_BUILTIN_ADMINISTRATORS","features":[123]},{"name":"SDDL_BUILTIN_GUESTS","features":[123]},{"name":"SDDL_BUILTIN_USERS","features":[123]},{"name":"SDDL_CALLBACK_ACCESS_ALLOWED","features":[123]},{"name":"SDDL_CALLBACK_ACCESS_DENIED","features":[123]},{"name":"SDDL_CALLBACK_AUDIT","features":[123]},{"name":"SDDL_CALLBACK_OBJECT_ACCESS_ALLOWED","features":[123]},{"name":"SDDL_CERTSVC_DCOM_ACCESS","features":[123]},{"name":"SDDL_CERT_SERV_ADMINISTRATORS","features":[123]},{"name":"SDDL_CLONEABLE_CONTROLLERS","features":[123]},{"name":"SDDL_CONTAINER_INHERIT","features":[123]},{"name":"SDDL_CONTROL_ACCESS","features":[123]},{"name":"SDDL_CREATE_CHILD","features":[123]},{"name":"SDDL_CREATOR_GROUP","features":[123]},{"name":"SDDL_CREATOR_OWNER","features":[123]},{"name":"SDDL_CRITICAL","features":[123]},{"name":"SDDL_CRYPTO_OPERATORS","features":[123]},{"name":"SDDL_DACL","features":[123]},{"name":"SDDL_DELETE_CHILD","features":[123]},{"name":"SDDL_DELETE_TREE","features":[123]},{"name":"SDDL_DELIMINATOR","features":[123]},{"name":"SDDL_DOMAIN_ADMINISTRATORS","features":[123]},{"name":"SDDL_DOMAIN_COMPUTERS","features":[123]},{"name":"SDDL_DOMAIN_DOMAIN_CONTROLLERS","features":[123]},{"name":"SDDL_DOMAIN_GUESTS","features":[123]},{"name":"SDDL_DOMAIN_USERS","features":[123]},{"name":"SDDL_ENTERPRISE_ADMINS","features":[123]},{"name":"SDDL_ENTERPRISE_DOMAIN_CONTROLLERS","features":[123]},{"name":"SDDL_ENTERPRISE_KEY_ADMINS","features":[123]},{"name":"SDDL_ENTERPRISE_RO_DCs","features":[123]},{"name":"SDDL_EVENT_LOG_READERS","features":[123]},{"name":"SDDL_EVERYONE","features":[123]},{"name":"SDDL_FILE_ALL","features":[123]},{"name":"SDDL_FILE_EXECUTE","features":[123]},{"name":"SDDL_FILE_READ","features":[123]},{"name":"SDDL_FILE_WRITE","features":[123]},{"name":"SDDL_GENERIC_ALL","features":[123]},{"name":"SDDL_GENERIC_EXECUTE","features":[123]},{"name":"SDDL_GENERIC_READ","features":[123]},{"name":"SDDL_GENERIC_WRITE","features":[123]},{"name":"SDDL_GROUP","features":[123]},{"name":"SDDL_GROUP_POLICY_ADMINS","features":[123]},{"name":"SDDL_HYPER_V_ADMINS","features":[123]},{"name":"SDDL_IIS_USERS","features":[123]},{"name":"SDDL_INHERITED","features":[123]},{"name":"SDDL_INHERIT_ONLY","features":[123]},{"name":"SDDL_INT","features":[123]},{"name":"SDDL_INTERACTIVE","features":[123]},{"name":"SDDL_KEY_ADMINS","features":[123]},{"name":"SDDL_KEY_ALL","features":[123]},{"name":"SDDL_KEY_EXECUTE","features":[123]},{"name":"SDDL_KEY_READ","features":[123]},{"name":"SDDL_KEY_WRITE","features":[123]},{"name":"SDDL_LIST_CHILDREN","features":[123]},{"name":"SDDL_LIST_OBJECT","features":[123]},{"name":"SDDL_LOCAL_ADMIN","features":[123]},{"name":"SDDL_LOCAL_GUEST","features":[123]},{"name":"SDDL_LOCAL_SERVICE","features":[123]},{"name":"SDDL_LOCAL_SYSTEM","features":[123]},{"name":"SDDL_MANDATORY_LABEL","features":[123]},{"name":"SDDL_ML_HIGH","features":[123]},{"name":"SDDL_ML_LOW","features":[123]},{"name":"SDDL_ML_MEDIUM","features":[123]},{"name":"SDDL_ML_MEDIUM_PLUS","features":[123]},{"name":"SDDL_ML_SYSTEM","features":[123]},{"name":"SDDL_NETWORK","features":[123]},{"name":"SDDL_NETWORK_CONFIGURATION_OPS","features":[123]},{"name":"SDDL_NETWORK_SERVICE","features":[123]},{"name":"SDDL_NO_EXECUTE_UP","features":[123]},{"name":"SDDL_NO_PROPAGATE","features":[123]},{"name":"SDDL_NO_READ_UP","features":[123]},{"name":"SDDL_NO_WRITE_UP","features":[123]},{"name":"SDDL_NULL_ACL","features":[123]},{"name":"SDDL_OBJECT_ACCESS_ALLOWED","features":[123]},{"name":"SDDL_OBJECT_ACCESS_DENIED","features":[123]},{"name":"SDDL_OBJECT_ALARM","features":[123]},{"name":"SDDL_OBJECT_AUDIT","features":[123]},{"name":"SDDL_OBJECT_INHERIT","features":[123]},{"name":"SDDL_OWNER","features":[123]},{"name":"SDDL_OWNER_RIGHTS","features":[123]},{"name":"SDDL_PERFLOG_USERS","features":[123]},{"name":"SDDL_PERFMON_USERS","features":[123]},{"name":"SDDL_PERSONAL_SELF","features":[123]},{"name":"SDDL_POWER_USERS","features":[123]},{"name":"SDDL_PRINTER_OPERATORS","features":[123]},{"name":"SDDL_PROCESS_TRUST_LABEL","features":[123]},{"name":"SDDL_PROTECTED","features":[123]},{"name":"SDDL_PROTECTED_USERS","features":[123]},{"name":"SDDL_RAS_SERVERS","features":[123]},{"name":"SDDL_RDS_ENDPOINT_SERVERS","features":[123]},{"name":"SDDL_RDS_MANAGEMENT_SERVERS","features":[123]},{"name":"SDDL_RDS_REMOTE_ACCESS_SERVERS","features":[123]},{"name":"SDDL_READ_CONTROL","features":[123]},{"name":"SDDL_READ_PROPERTY","features":[123]},{"name":"SDDL_REMOTE_DESKTOP","features":[123]},{"name":"SDDL_REMOTE_MANAGEMENT_USERS","features":[123]},{"name":"SDDL_REPLICATOR","features":[123]},{"name":"SDDL_RESOURCE_ATTRIBUTE","features":[123]},{"name":"SDDL_RESTRICTED_CODE","features":[123]},{"name":"SDDL_REVISION","features":[123]},{"name":"SDDL_REVISION_1","features":[123]},{"name":"SDDL_SACL","features":[123]},{"name":"SDDL_SCHEMA_ADMINISTRATORS","features":[123]},{"name":"SDDL_SCOPED_POLICY_ID","features":[123]},{"name":"SDDL_SELF_WRITE","features":[123]},{"name":"SDDL_SEPERATOR","features":[123]},{"name":"SDDL_SERVER_OPERATORS","features":[123]},{"name":"SDDL_SERVICE","features":[123]},{"name":"SDDL_SERVICE_ASSERTED","features":[123]},{"name":"SDDL_SID","features":[123]},{"name":"SDDL_SPACE","features":[123]},{"name":"SDDL_STANDARD_DELETE","features":[123]},{"name":"SDDL_TRUST_PROTECTED_FILTER","features":[123]},{"name":"SDDL_UINT","features":[123]},{"name":"SDDL_USER_MODE_DRIVERS","features":[123]},{"name":"SDDL_WRITE_DAC","features":[123]},{"name":"SDDL_WRITE_OWNER","features":[123]},{"name":"SDDL_WRITE_PROPERTY","features":[123]},{"name":"SDDL_WRITE_RESTRICTED_CODE","features":[123]},{"name":"SDDL_WSTRING","features":[123]},{"name":"SET_ACCESS","features":[123]},{"name":"SET_AUDIT_FAILURE","features":[123]},{"name":"SET_AUDIT_SUCCESS","features":[123]},{"name":"SE_DS_OBJECT","features":[123]},{"name":"SE_DS_OBJECT_ALL","features":[123]},{"name":"SE_FILE_OBJECT","features":[123]},{"name":"SE_KERNEL_OBJECT","features":[123]},{"name":"SE_LMSHARE","features":[123]},{"name":"SE_OBJECT_TYPE","features":[123]},{"name":"SE_PRINTER","features":[123]},{"name":"SE_PROVIDER_DEFINED_OBJECT","features":[123]},{"name":"SE_REGISTRY_KEY","features":[123]},{"name":"SE_REGISTRY_WOW64_32KEY","features":[123]},{"name":"SE_REGISTRY_WOW64_64KEY","features":[123]},{"name":"SE_SERVICE","features":[123]},{"name":"SE_UNKNOWN_OBJECT_TYPE","features":[123]},{"name":"SE_WINDOW_OBJECT","features":[123]},{"name":"SE_WMIGUID_OBJECT","features":[123]},{"name":"SetEntriesInAclA","features":[3,123]},{"name":"SetEntriesInAclW","features":[3,123]},{"name":"SetNamedSecurityInfoA","features":[3,123]},{"name":"SetNamedSecurityInfoW","features":[3,123]},{"name":"SetSecurityInfo","features":[3,123]},{"name":"TREE_SEC_INFO","features":[123]},{"name":"TREE_SEC_INFO_RESET","features":[123]},{"name":"TREE_SEC_INFO_RESET_KEEP_EXPLICIT","features":[123]},{"name":"TREE_SEC_INFO_SET","features":[123]},{"name":"TRUSTEE_A","features":[123]},{"name":"TRUSTEE_ACCESSA","features":[123]},{"name":"TRUSTEE_ACCESSW","features":[123]},{"name":"TRUSTEE_ACCESS_ALL","features":[123]},{"name":"TRUSTEE_ACCESS_ALLOWED","features":[123]},{"name":"TRUSTEE_ACCESS_EXPLICIT","features":[123]},{"name":"TRUSTEE_ACCESS_READ","features":[123]},{"name":"TRUSTEE_ACCESS_WRITE","features":[123]},{"name":"TRUSTEE_BAD_FORM","features":[123]},{"name":"TRUSTEE_FORM","features":[123]},{"name":"TRUSTEE_IS_ALIAS","features":[123]},{"name":"TRUSTEE_IS_COMPUTER","features":[123]},{"name":"TRUSTEE_IS_DELETED","features":[123]},{"name":"TRUSTEE_IS_DOMAIN","features":[123]},{"name":"TRUSTEE_IS_GROUP","features":[123]},{"name":"TRUSTEE_IS_IMPERSONATE","features":[123]},{"name":"TRUSTEE_IS_INVALID","features":[123]},{"name":"TRUSTEE_IS_NAME","features":[123]},{"name":"TRUSTEE_IS_OBJECTS_AND_NAME","features":[123]},{"name":"TRUSTEE_IS_OBJECTS_AND_SID","features":[123]},{"name":"TRUSTEE_IS_SID","features":[123]},{"name":"TRUSTEE_IS_UNKNOWN","features":[123]},{"name":"TRUSTEE_IS_USER","features":[123]},{"name":"TRUSTEE_IS_WELL_KNOWN_GROUP","features":[123]},{"name":"TRUSTEE_TYPE","features":[123]},{"name":"TRUSTEE_W","features":[123]},{"name":"TreeResetNamedSecurityInfoA","features":[3,123]},{"name":"TreeResetNamedSecurityInfoW","features":[3,123]},{"name":"TreeSetNamedSecurityInfoA","features":[3,123]},{"name":"TreeSetNamedSecurityInfoW","features":[3,123]},{"name":"_AUTHZ_SS_MAXSIZE","features":[123]}],"489":[{"name":"BINARY_BLOB_CREDENTIAL_INFO","features":[121]},{"name":"BinaryBlobCredential","features":[121]},{"name":"BinaryBlobForSystem","features":[121]},{"name":"CERT_CREDENTIAL_INFO","features":[121]},{"name":"CERT_HASH_LENGTH","features":[121]},{"name":"CREDENTIALA","features":[3,121]},{"name":"CREDENTIALW","features":[3,121]},{"name":"CREDENTIAL_ATTRIBUTEA","features":[121]},{"name":"CREDENTIAL_ATTRIBUTEW","features":[121]},{"name":"CREDENTIAL_TARGET_INFORMATIONA","features":[121]},{"name":"CREDENTIAL_TARGET_INFORMATIONW","features":[121]},{"name":"CREDSPP_SUBMIT_TYPE","features":[121]},{"name":"CREDSSP_CRED","features":[121]},{"name":"CREDSSP_CRED_EX","features":[121]},{"name":"CREDSSP_CRED_EX_VERSION","features":[121]},{"name":"CREDSSP_FLAG_REDIRECT","features":[121]},{"name":"CREDSSP_NAME","features":[121]},{"name":"CREDSSP_SERVER_AUTH_CERTIFICATE","features":[121]},{"name":"CREDSSP_SERVER_AUTH_LOOPBACK","features":[121]},{"name":"CREDSSP_SERVER_AUTH_NEGOTIATE","features":[121]},{"name":"CREDUIWIN_AUTHPACKAGE_ONLY","features":[121]},{"name":"CREDUIWIN_CHECKBOX","features":[121]},{"name":"CREDUIWIN_DOWNLEVEL_HELLO_AS_SMART_CARD","features":[121]},{"name":"CREDUIWIN_ENUMERATE_ADMINS","features":[121]},{"name":"CREDUIWIN_ENUMERATE_CURRENT_USER","features":[121]},{"name":"CREDUIWIN_FLAGS","features":[121]},{"name":"CREDUIWIN_GENERIC","features":[121]},{"name":"CREDUIWIN_IGNORE_CLOUDAUTHORITY_NAME","features":[121]},{"name":"CREDUIWIN_IN_CRED_ONLY","features":[121]},{"name":"CREDUIWIN_PACK_32_WOW","features":[121]},{"name":"CREDUIWIN_PREPROMPTING","features":[121]},{"name":"CREDUIWIN_SECURE_PROMPT","features":[121]},{"name":"CREDUI_FLAGS","features":[121]},{"name":"CREDUI_FLAGS_ALWAYS_SHOW_UI","features":[121]},{"name":"CREDUI_FLAGS_COMPLETE_USERNAME","features":[121]},{"name":"CREDUI_FLAGS_DO_NOT_PERSIST","features":[121]},{"name":"CREDUI_FLAGS_EXCLUDE_CERTIFICATES","features":[121]},{"name":"CREDUI_FLAGS_EXPECT_CONFIRMATION","features":[121]},{"name":"CREDUI_FLAGS_GENERIC_CREDENTIALS","features":[121]},{"name":"CREDUI_FLAGS_INCORRECT_PASSWORD","features":[121]},{"name":"CREDUI_FLAGS_KEEP_USERNAME","features":[121]},{"name":"CREDUI_FLAGS_PASSWORD_ONLY_OK","features":[121]},{"name":"CREDUI_FLAGS_PERSIST","features":[121]},{"name":"CREDUI_FLAGS_REQUEST_ADMINISTRATOR","features":[121]},{"name":"CREDUI_FLAGS_REQUIRE_CERTIFICATE","features":[121]},{"name":"CREDUI_FLAGS_REQUIRE_SMARTCARD","features":[121]},{"name":"CREDUI_FLAGS_SERVER_CREDENTIAL","features":[121]},{"name":"CREDUI_FLAGS_SHOW_SAVE_CHECK_BOX","features":[121]},{"name":"CREDUI_FLAGS_USERNAME_TARGET_CREDENTIALS","features":[121]},{"name":"CREDUI_FLAGS_VALIDATE_USERNAME","features":[121]},{"name":"CREDUI_INFOA","features":[3,14,121]},{"name":"CREDUI_INFOW","features":[3,14,121]},{"name":"CREDUI_MAX_CAPTION_LENGTH","features":[121]},{"name":"CREDUI_MAX_DOMAIN_TARGET_LENGTH","features":[121]},{"name":"CREDUI_MAX_GENERIC_TARGET_LENGTH","features":[121]},{"name":"CREDUI_MAX_MESSAGE_LENGTH","features":[121]},{"name":"CREDUI_MAX_USERNAME_LENGTH","features":[121]},{"name":"CRED_ALLOW_NAME_RESOLUTION","features":[121]},{"name":"CRED_CACHE_TARGET_INFORMATION","features":[121]},{"name":"CRED_ENUMERATE_ALL_CREDENTIALS","features":[121]},{"name":"CRED_ENUMERATE_FLAGS","features":[121]},{"name":"CRED_FLAGS","features":[121]},{"name":"CRED_FLAGS_NGC_CERT","features":[121]},{"name":"CRED_FLAGS_OWF_CRED_BLOB","features":[121]},{"name":"CRED_FLAGS_PASSWORD_FOR_CERT","features":[121]},{"name":"CRED_FLAGS_PROMPT_NOW","features":[121]},{"name":"CRED_FLAGS_REQUIRE_CONFIRMATION","features":[121]},{"name":"CRED_FLAGS_USERNAME_TARGET","features":[121]},{"name":"CRED_FLAGS_VALID_FLAGS","features":[121]},{"name":"CRED_FLAGS_VALID_INPUT_FLAGS","features":[121]},{"name":"CRED_FLAGS_VSM_PROTECTED","features":[121]},{"name":"CRED_FLAGS_WILDCARD_MATCH","features":[121]},{"name":"CRED_LOGON_TYPES_MASK","features":[121]},{"name":"CRED_MARSHAL_TYPE","features":[121]},{"name":"CRED_MAX_ATTRIBUTES","features":[121]},{"name":"CRED_MAX_CREDENTIAL_BLOB_SIZE","features":[121]},{"name":"CRED_MAX_DOMAIN_TARGET_NAME_LENGTH","features":[121]},{"name":"CRED_MAX_GENERIC_TARGET_NAME_LENGTH","features":[121]},{"name":"CRED_MAX_STRING_LENGTH","features":[121]},{"name":"CRED_MAX_TARGETNAME_ATTRIBUTE_LENGTH","features":[121]},{"name":"CRED_MAX_TARGETNAME_NAMESPACE_LENGTH","features":[121]},{"name":"CRED_MAX_USERNAME_LENGTH","features":[121]},{"name":"CRED_MAX_VALUE_SIZE","features":[121]},{"name":"CRED_PACK_FLAGS","features":[121]},{"name":"CRED_PACK_GENERIC_CREDENTIALS","features":[121]},{"name":"CRED_PACK_ID_PROVIDER_CREDENTIALS","features":[121]},{"name":"CRED_PACK_PROTECTED_CREDENTIALS","features":[121]},{"name":"CRED_PACK_WOW_BUFFER","features":[121]},{"name":"CRED_PERSIST","features":[121]},{"name":"CRED_PERSIST_ENTERPRISE","features":[121]},{"name":"CRED_PERSIST_LOCAL_MACHINE","features":[121]},{"name":"CRED_PERSIST_NONE","features":[121]},{"name":"CRED_PERSIST_SESSION","features":[121]},{"name":"CRED_PRESERVE_CREDENTIAL_BLOB","features":[121]},{"name":"CRED_PROTECTION_TYPE","features":[121]},{"name":"CRED_PROTECT_AS_SELF","features":[121]},{"name":"CRED_PROTECT_TO_SYSTEM","features":[121]},{"name":"CRED_SESSION_WILDCARD_NAME","features":[121]},{"name":"CRED_SESSION_WILDCARD_NAME_A","features":[121]},{"name":"CRED_SESSION_WILDCARD_NAME_W","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH_A","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH_W","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE_A","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE_W","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE_A","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE_W","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME_A","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME_W","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT_A","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT_W","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK_A","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK_W","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE_A","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE_W","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE_A","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE_W","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET_A","features":[121]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET_W","features":[121]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE","features":[121]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE_A","features":[121]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE_W","features":[121]},{"name":"CRED_TARGETNAME_LEGACYGENERIC_NAMESPACE_A","features":[121]},{"name":"CRED_TARGETNAME_LEGACYGENERIC_NAMESPACE_W","features":[121]},{"name":"CRED_TI_CREATE_EXPLICIT_CRED","features":[121]},{"name":"CRED_TI_DNSTREE_IS_DFS_SERVER","features":[121]},{"name":"CRED_TI_DOMAIN_FORMAT_UNKNOWN","features":[121]},{"name":"CRED_TI_ONLY_PASSWORD_REQUIRED","features":[121]},{"name":"CRED_TI_SERVER_FORMAT_UNKNOWN","features":[121]},{"name":"CRED_TI_USERNAME_TARGET","features":[121]},{"name":"CRED_TI_VALID_FLAGS","features":[121]},{"name":"CRED_TI_WORKGROUP_MEMBER","features":[121]},{"name":"CRED_TYPE","features":[121]},{"name":"CRED_TYPE_DOMAIN_CERTIFICATE","features":[121]},{"name":"CRED_TYPE_DOMAIN_EXTENDED","features":[121]},{"name":"CRED_TYPE_DOMAIN_PASSWORD","features":[121]},{"name":"CRED_TYPE_DOMAIN_VISIBLE_PASSWORD","features":[121]},{"name":"CRED_TYPE_GENERIC","features":[121]},{"name":"CRED_TYPE_GENERIC_CERTIFICATE","features":[121]},{"name":"CRED_TYPE_MAXIMUM","features":[121]},{"name":"CRED_TYPE_MAXIMUM_EX","features":[121]},{"name":"CRED_UNPROTECT_ALLOW_TO_SYSTEM","features":[121]},{"name":"CRED_UNPROTECT_AS_SELF","features":[121]},{"name":"CertCredential","features":[121]},{"name":"CredDeleteA","features":[3,121]},{"name":"CredDeleteW","features":[3,121]},{"name":"CredEnumerateA","features":[3,121]},{"name":"CredEnumerateW","features":[3,121]},{"name":"CredFindBestCredentialA","features":[3,121]},{"name":"CredFindBestCredentialW","features":[3,121]},{"name":"CredForSystemProtection","features":[121]},{"name":"CredFree","features":[121]},{"name":"CredGetSessionTypes","features":[3,121]},{"name":"CredGetTargetInfoA","features":[3,121]},{"name":"CredGetTargetInfoW","features":[3,121]},{"name":"CredIsMarshaledCredentialA","features":[3,121]},{"name":"CredIsMarshaledCredentialW","features":[3,121]},{"name":"CredIsProtectedA","features":[3,121]},{"name":"CredIsProtectedW","features":[3,121]},{"name":"CredMarshalCredentialA","features":[3,121]},{"name":"CredMarshalCredentialW","features":[3,121]},{"name":"CredPackAuthenticationBufferA","features":[3,121]},{"name":"CredPackAuthenticationBufferW","features":[3,121]},{"name":"CredProtectA","features":[3,121]},{"name":"CredProtectW","features":[3,121]},{"name":"CredReadA","features":[3,121]},{"name":"CredReadDomainCredentialsA","features":[3,121]},{"name":"CredReadDomainCredentialsW","features":[3,121]},{"name":"CredReadW","features":[3,121]},{"name":"CredRenameA","features":[3,121]},{"name":"CredRenameW","features":[3,121]},{"name":"CredTrustedProtection","features":[121]},{"name":"CredUICmdLinePromptForCredentialsA","features":[3,121]},{"name":"CredUICmdLinePromptForCredentialsW","features":[3,121]},{"name":"CredUIConfirmCredentialsA","features":[3,121]},{"name":"CredUIConfirmCredentialsW","features":[3,121]},{"name":"CredUIParseUserNameA","features":[3,121]},{"name":"CredUIParseUserNameW","features":[3,121]},{"name":"CredUIPromptForCredentialsA","features":[3,14,121]},{"name":"CredUIPromptForCredentialsW","features":[3,14,121]},{"name":"CredUIPromptForWindowsCredentialsA","features":[3,14,121]},{"name":"CredUIPromptForWindowsCredentialsW","features":[3,14,121]},{"name":"CredUIReadSSOCredW","features":[121]},{"name":"CredUIStoreSSOCredW","features":[3,121]},{"name":"CredUnPackAuthenticationBufferA","features":[3,121]},{"name":"CredUnPackAuthenticationBufferW","features":[3,121]},{"name":"CredUnmarshalCredentialA","features":[3,121]},{"name":"CredUnmarshalCredentialW","features":[3,121]},{"name":"CredUnprotectA","features":[3,121]},{"name":"CredUnprotectW","features":[3,121]},{"name":"CredUnprotected","features":[121]},{"name":"CredUserProtection","features":[121]},{"name":"CredWriteA","features":[3,121]},{"name":"CredWriteDomainCredentialsA","features":[3,121]},{"name":"CredWriteDomainCredentialsW","features":[3,121]},{"name":"CredWriteW","features":[3,121]},{"name":"CredsspCertificateCreds","features":[121]},{"name":"CredsspCredEx","features":[121]},{"name":"CredsspPasswordCreds","features":[121]},{"name":"CredsspSchannelCreds","features":[121]},{"name":"CredsspSubmitBufferBoth","features":[121]},{"name":"CredsspSubmitBufferBothOld","features":[121]},{"name":"FILE_DEVICE_SMARTCARD","features":[121]},{"name":"GUID_DEVINTERFACE_SMARTCARD_READER","features":[121]},{"name":"GetOpenCardNameA","features":[3,121]},{"name":"GetOpenCardNameW","features":[3,121]},{"name":"KeyCredentialManagerFreeInformation","features":[121]},{"name":"KeyCredentialManagerGetInformation","features":[121]},{"name":"KeyCredentialManagerGetOperationErrorStates","features":[3,121]},{"name":"KeyCredentialManagerInfo","features":[121]},{"name":"KeyCredentialManagerOperationErrorStateCertificateFailure","features":[121]},{"name":"KeyCredentialManagerOperationErrorStateDeviceJoinFailure","features":[121]},{"name":"KeyCredentialManagerOperationErrorStateHardwareFailure","features":[121]},{"name":"KeyCredentialManagerOperationErrorStateNone","features":[121]},{"name":"KeyCredentialManagerOperationErrorStatePinExistsFailure","features":[121]},{"name":"KeyCredentialManagerOperationErrorStatePolicyFailure","features":[121]},{"name":"KeyCredentialManagerOperationErrorStateRemoteSessionFailure","features":[121]},{"name":"KeyCredentialManagerOperationErrorStateTokenFailure","features":[121]},{"name":"KeyCredentialManagerOperationErrorStates","features":[121]},{"name":"KeyCredentialManagerOperationType","features":[121]},{"name":"KeyCredentialManagerPinChange","features":[121]},{"name":"KeyCredentialManagerPinReset","features":[121]},{"name":"KeyCredentialManagerProvisioning","features":[121]},{"name":"KeyCredentialManagerShowUIOperation","features":[3,121]},{"name":"LPOCNCHKPROC","features":[3,121]},{"name":"LPOCNCONNPROCA","features":[121]},{"name":"LPOCNCONNPROCW","features":[121]},{"name":"LPOCNDSCPROC","features":[121]},{"name":"MAXIMUM_ATTR_STRING_LENGTH","features":[121]},{"name":"MAXIMUM_SMARTCARD_READERS","features":[121]},{"name":"OPENCARDNAMEA","features":[3,121]},{"name":"OPENCARDNAMEW","features":[3,121]},{"name":"OPENCARDNAME_EXA","features":[3,121,52]},{"name":"OPENCARDNAME_EXW","features":[3,121,52]},{"name":"OPENCARD_SEARCH_CRITERIAA","features":[3,121]},{"name":"OPENCARD_SEARCH_CRITERIAW","features":[3,121]},{"name":"READER_SEL_REQUEST","features":[121]},{"name":"READER_SEL_REQUEST_MATCH_TYPE","features":[121]},{"name":"READER_SEL_RESPONSE","features":[121]},{"name":"RSR_MATCH_TYPE_ALL_CARDS","features":[121]},{"name":"RSR_MATCH_TYPE_READER_AND_CONTAINER","features":[121]},{"name":"RSR_MATCH_TYPE_SERIAL_NUMBER","features":[121]},{"name":"SCARD_ABSENT","features":[121]},{"name":"SCARD_ALL_READERS","features":[121]},{"name":"SCARD_ATRMASK","features":[121]},{"name":"SCARD_ATR_LENGTH","features":[121]},{"name":"SCARD_AUDIT_CHV_FAILURE","features":[121]},{"name":"SCARD_AUDIT_CHV_SUCCESS","features":[121]},{"name":"SCARD_CLASS_COMMUNICATIONS","features":[121]},{"name":"SCARD_CLASS_ICC_STATE","features":[121]},{"name":"SCARD_CLASS_IFD_PROTOCOL","features":[121]},{"name":"SCARD_CLASS_MECHANICAL","features":[121]},{"name":"SCARD_CLASS_PERF","features":[121]},{"name":"SCARD_CLASS_POWER_MGMT","features":[121]},{"name":"SCARD_CLASS_PROTOCOL","features":[121]},{"name":"SCARD_CLASS_SECURITY","features":[121]},{"name":"SCARD_CLASS_SYSTEM","features":[121]},{"name":"SCARD_CLASS_VENDOR_DEFINED","features":[121]},{"name":"SCARD_CLASS_VENDOR_INFO","features":[121]},{"name":"SCARD_COLD_RESET","features":[121]},{"name":"SCARD_DEFAULT_READERS","features":[121]},{"name":"SCARD_EJECT_CARD","features":[121]},{"name":"SCARD_IO_REQUEST","features":[121]},{"name":"SCARD_LEAVE_CARD","features":[121]},{"name":"SCARD_LOCAL_READERS","features":[121]},{"name":"SCARD_NEGOTIABLE","features":[121]},{"name":"SCARD_POWERED","features":[121]},{"name":"SCARD_POWER_DOWN","features":[121]},{"name":"SCARD_PRESENT","features":[121]},{"name":"SCARD_PROTOCOL_DEFAULT","features":[121]},{"name":"SCARD_PROTOCOL_OPTIMAL","features":[121]},{"name":"SCARD_PROTOCOL_RAW","features":[121]},{"name":"SCARD_PROTOCOL_T0","features":[121]},{"name":"SCARD_PROTOCOL_T1","features":[121]},{"name":"SCARD_PROTOCOL_UNDEFINED","features":[121]},{"name":"SCARD_PROVIDER_CSP","features":[121]},{"name":"SCARD_PROVIDER_KSP","features":[121]},{"name":"SCARD_PROVIDER_PRIMARY","features":[121]},{"name":"SCARD_READERSTATEA","features":[121]},{"name":"SCARD_READERSTATEW","features":[121]},{"name":"SCARD_READER_CONFISCATES","features":[121]},{"name":"SCARD_READER_CONTACTLESS","features":[121]},{"name":"SCARD_READER_EJECTS","features":[121]},{"name":"SCARD_READER_SWALLOWS","features":[121]},{"name":"SCARD_READER_TYPE_EMBEDDEDSE","features":[121]},{"name":"SCARD_READER_TYPE_IDE","features":[121]},{"name":"SCARD_READER_TYPE_KEYBOARD","features":[121]},{"name":"SCARD_READER_TYPE_NFC","features":[121]},{"name":"SCARD_READER_TYPE_NGC","features":[121]},{"name":"SCARD_READER_TYPE_PARALELL","features":[121]},{"name":"SCARD_READER_TYPE_PCMCIA","features":[121]},{"name":"SCARD_READER_TYPE_SCSI","features":[121]},{"name":"SCARD_READER_TYPE_SERIAL","features":[121]},{"name":"SCARD_READER_TYPE_TPM","features":[121]},{"name":"SCARD_READER_TYPE_UICC","features":[121]},{"name":"SCARD_READER_TYPE_USB","features":[121]},{"name":"SCARD_READER_TYPE_VENDOR","features":[121]},{"name":"SCARD_RESET_CARD","features":[121]},{"name":"SCARD_SCOPE","features":[121]},{"name":"SCARD_SCOPE_SYSTEM","features":[121]},{"name":"SCARD_SCOPE_TERMINAL","features":[121]},{"name":"SCARD_SCOPE_USER","features":[121]},{"name":"SCARD_SHARE_DIRECT","features":[121]},{"name":"SCARD_SHARE_EXCLUSIVE","features":[121]},{"name":"SCARD_SHARE_SHARED","features":[121]},{"name":"SCARD_SPECIFIC","features":[121]},{"name":"SCARD_STATE","features":[121]},{"name":"SCARD_STATE_ATRMATCH","features":[121]},{"name":"SCARD_STATE_CHANGED","features":[121]},{"name":"SCARD_STATE_EMPTY","features":[121]},{"name":"SCARD_STATE_EXCLUSIVE","features":[121]},{"name":"SCARD_STATE_IGNORE","features":[121]},{"name":"SCARD_STATE_INUSE","features":[121]},{"name":"SCARD_STATE_MUTE","features":[121]},{"name":"SCARD_STATE_PRESENT","features":[121]},{"name":"SCARD_STATE_UNAVAILABLE","features":[121]},{"name":"SCARD_STATE_UNAWARE","features":[121]},{"name":"SCARD_STATE_UNKNOWN","features":[121]},{"name":"SCARD_STATE_UNPOWERED","features":[121]},{"name":"SCARD_SWALLOWED","features":[121]},{"name":"SCARD_SYSTEM_READERS","features":[121]},{"name":"SCARD_T0_CMD_LENGTH","features":[121]},{"name":"SCARD_T0_COMMAND","features":[121]},{"name":"SCARD_T0_HEADER_LENGTH","features":[121]},{"name":"SCARD_T0_REQUEST","features":[121]},{"name":"SCARD_T1_EPILOGUE_LENGTH","features":[121]},{"name":"SCARD_T1_EPILOGUE_LENGTH_LRC","features":[121]},{"name":"SCARD_T1_MAX_IFS","features":[121]},{"name":"SCARD_T1_PROLOGUE_LENGTH","features":[121]},{"name":"SCARD_T1_REQUEST","features":[121]},{"name":"SCARD_UNKNOWN","features":[121]},{"name":"SCARD_UNPOWER_CARD","features":[121]},{"name":"SCARD_WARM_RESET","features":[121]},{"name":"SCERR_NOCARDNAME","features":[121]},{"name":"SCERR_NOGUIDS","features":[121]},{"name":"SC_DLG_FORCE_UI","features":[121]},{"name":"SC_DLG_MINIMAL_UI","features":[121]},{"name":"SC_DLG_NO_UI","features":[121]},{"name":"SCardAccessStartedEvent","features":[3,121]},{"name":"SCardAddReaderToGroupA","features":[121]},{"name":"SCardAddReaderToGroupW","features":[121]},{"name":"SCardAudit","features":[121]},{"name":"SCardBeginTransaction","features":[121]},{"name":"SCardCancel","features":[121]},{"name":"SCardConnectA","features":[121]},{"name":"SCardConnectW","features":[121]},{"name":"SCardControl","features":[121]},{"name":"SCardDisconnect","features":[121]},{"name":"SCardDlgExtendedError","features":[121]},{"name":"SCardEndTransaction","features":[121]},{"name":"SCardEstablishContext","features":[121]},{"name":"SCardForgetCardTypeA","features":[121]},{"name":"SCardForgetCardTypeW","features":[121]},{"name":"SCardForgetReaderA","features":[121]},{"name":"SCardForgetReaderGroupA","features":[121]},{"name":"SCardForgetReaderGroupW","features":[121]},{"name":"SCardForgetReaderW","features":[121]},{"name":"SCardFreeMemory","features":[121]},{"name":"SCardGetAttrib","features":[121]},{"name":"SCardGetCardTypeProviderNameA","features":[121]},{"name":"SCardGetCardTypeProviderNameW","features":[121]},{"name":"SCardGetDeviceTypeIdA","features":[121]},{"name":"SCardGetDeviceTypeIdW","features":[121]},{"name":"SCardGetProviderIdA","features":[121]},{"name":"SCardGetProviderIdW","features":[121]},{"name":"SCardGetReaderDeviceInstanceIdA","features":[121]},{"name":"SCardGetReaderDeviceInstanceIdW","features":[121]},{"name":"SCardGetReaderIconA","features":[121]},{"name":"SCardGetReaderIconW","features":[121]},{"name":"SCardGetStatusChangeA","features":[121]},{"name":"SCardGetStatusChangeW","features":[121]},{"name":"SCardGetTransmitCount","features":[121]},{"name":"SCardIntroduceCardTypeA","features":[121]},{"name":"SCardIntroduceCardTypeW","features":[121]},{"name":"SCardIntroduceReaderA","features":[121]},{"name":"SCardIntroduceReaderGroupA","features":[121]},{"name":"SCardIntroduceReaderGroupW","features":[121]},{"name":"SCardIntroduceReaderW","features":[121]},{"name":"SCardIsValidContext","features":[121]},{"name":"SCardListCardsA","features":[121]},{"name":"SCardListCardsW","features":[121]},{"name":"SCardListInterfacesA","features":[121]},{"name":"SCardListInterfacesW","features":[121]},{"name":"SCardListReaderGroupsA","features":[121]},{"name":"SCardListReaderGroupsW","features":[121]},{"name":"SCardListReadersA","features":[121]},{"name":"SCardListReadersW","features":[121]},{"name":"SCardListReadersWithDeviceInstanceIdA","features":[121]},{"name":"SCardListReadersWithDeviceInstanceIdW","features":[121]},{"name":"SCardLocateCardsA","features":[121]},{"name":"SCardLocateCardsByATRA","features":[121]},{"name":"SCardLocateCardsByATRW","features":[121]},{"name":"SCardLocateCardsW","features":[121]},{"name":"SCardReadCacheA","features":[121]},{"name":"SCardReadCacheW","features":[121]},{"name":"SCardReconnect","features":[121]},{"name":"SCardReleaseContext","features":[121]},{"name":"SCardReleaseStartedEvent","features":[121]},{"name":"SCardRemoveReaderFromGroupA","features":[121]},{"name":"SCardRemoveReaderFromGroupW","features":[121]},{"name":"SCardSetAttrib","features":[121]},{"name":"SCardSetCardTypeProviderNameA","features":[121]},{"name":"SCardSetCardTypeProviderNameW","features":[121]},{"name":"SCardState","features":[121]},{"name":"SCardStatusA","features":[121]},{"name":"SCardStatusW","features":[121]},{"name":"SCardTransmit","features":[121]},{"name":"SCardUIDlgSelectCardA","features":[3,121,52]},{"name":"SCardUIDlgSelectCardW","features":[3,121,52]},{"name":"SCardWriteCacheA","features":[121]},{"name":"SCardWriteCacheW","features":[121]},{"name":"SECPKG_ALT_ATTR","features":[121]},{"name":"SECPKG_ATTR_C_FULL_IDENT_TOKEN","features":[121]},{"name":"STATUS_ACCOUNT_DISABLED","features":[3,121]},{"name":"STATUS_ACCOUNT_EXPIRED","features":[3,121]},{"name":"STATUS_ACCOUNT_LOCKED_OUT","features":[3,121]},{"name":"STATUS_ACCOUNT_RESTRICTION","features":[3,121]},{"name":"STATUS_AUTHENTICATION_FIREWALL_FAILED","features":[3,121]},{"name":"STATUS_DOWNGRADE_DETECTED","features":[3,121]},{"name":"STATUS_LOGON_FAILURE","features":[3,121]},{"name":"STATUS_LOGON_TYPE_NOT_GRANTED","features":[3,121]},{"name":"STATUS_NO_SUCH_LOGON_SESSION","features":[3,121]},{"name":"STATUS_NO_SUCH_USER","features":[3,121]},{"name":"STATUS_PASSWORD_EXPIRED","features":[3,121]},{"name":"STATUS_PASSWORD_MUST_CHANGE","features":[3,121]},{"name":"STATUS_WRONG_PASSWORD","features":[3,121]},{"name":"SecHandle","features":[121]},{"name":"SecPkgContext_ClientCreds","features":[121]},{"name":"TS_SSP_NAME","features":[121]},{"name":"TS_SSP_NAME_A","features":[121]},{"name":"USERNAME_TARGET_CREDENTIAL_INFO","features":[121]},{"name":"UsernameForPackedCredentials","features":[121]},{"name":"UsernameTargetCredential","features":[121]},{"name":"szOID_TS_KP_TS_SERVER_AUTH","features":[121]}],"490":[{"name":"ALG_CLASS_ALL","features":[70]},{"name":"ALG_CLASS_ANY","features":[70]},{"name":"ALG_CLASS_DATA_ENCRYPT","features":[70]},{"name":"ALG_CLASS_HASH","features":[70]},{"name":"ALG_CLASS_KEY_EXCHANGE","features":[70]},{"name":"ALG_CLASS_MSG_ENCRYPT","features":[70]},{"name":"ALG_CLASS_SIGNATURE","features":[70]},{"name":"ALG_ID","features":[70]},{"name":"ALG_SID_3DES","features":[70]},{"name":"ALG_SID_3DES_112","features":[70]},{"name":"ALG_SID_AES","features":[70]},{"name":"ALG_SID_AES_128","features":[70]},{"name":"ALG_SID_AES_192","features":[70]},{"name":"ALG_SID_AES_256","features":[70]},{"name":"ALG_SID_AGREED_KEY_ANY","features":[70]},{"name":"ALG_SID_ANY","features":[70]},{"name":"ALG_SID_CAST","features":[70]},{"name":"ALG_SID_CYLINK_MEK","features":[70]},{"name":"ALG_SID_DES","features":[70]},{"name":"ALG_SID_DESX","features":[70]},{"name":"ALG_SID_DH_EPHEM","features":[70]},{"name":"ALG_SID_DH_SANDF","features":[70]},{"name":"ALG_SID_DSS_ANY","features":[70]},{"name":"ALG_SID_DSS_DMS","features":[70]},{"name":"ALG_SID_DSS_PKCS","features":[70]},{"name":"ALG_SID_ECDH","features":[70]},{"name":"ALG_SID_ECDH_EPHEM","features":[70]},{"name":"ALG_SID_ECDSA","features":[70]},{"name":"ALG_SID_ECMQV","features":[70]},{"name":"ALG_SID_EXAMPLE","features":[70]},{"name":"ALG_SID_HASH_REPLACE_OWF","features":[70]},{"name":"ALG_SID_HMAC","features":[70]},{"name":"ALG_SID_IDEA","features":[70]},{"name":"ALG_SID_KEA","features":[70]},{"name":"ALG_SID_MAC","features":[70]},{"name":"ALG_SID_MD2","features":[70]},{"name":"ALG_SID_MD4","features":[70]},{"name":"ALG_SID_MD5","features":[70]},{"name":"ALG_SID_PCT1_MASTER","features":[70]},{"name":"ALG_SID_RC2","features":[70]},{"name":"ALG_SID_RC4","features":[70]},{"name":"ALG_SID_RC5","features":[70]},{"name":"ALG_SID_RIPEMD","features":[70]},{"name":"ALG_SID_RIPEMD160","features":[70]},{"name":"ALG_SID_RSA_ANY","features":[70]},{"name":"ALG_SID_RSA_ENTRUST","features":[70]},{"name":"ALG_SID_RSA_MSATWORK","features":[70]},{"name":"ALG_SID_RSA_PGP","features":[70]},{"name":"ALG_SID_RSA_PKCS","features":[70]},{"name":"ALG_SID_SAFERSK128","features":[70]},{"name":"ALG_SID_SAFERSK64","features":[70]},{"name":"ALG_SID_SCHANNEL_ENC_KEY","features":[70]},{"name":"ALG_SID_SCHANNEL_MAC_KEY","features":[70]},{"name":"ALG_SID_SCHANNEL_MASTER_HASH","features":[70]},{"name":"ALG_SID_SEAL","features":[70]},{"name":"ALG_SID_SHA","features":[70]},{"name":"ALG_SID_SHA1","features":[70]},{"name":"ALG_SID_SHA_256","features":[70]},{"name":"ALG_SID_SHA_384","features":[70]},{"name":"ALG_SID_SHA_512","features":[70]},{"name":"ALG_SID_SKIPJACK","features":[70]},{"name":"ALG_SID_SSL2_MASTER","features":[70]},{"name":"ALG_SID_SSL3SHAMD5","features":[70]},{"name":"ALG_SID_SSL3_MASTER","features":[70]},{"name":"ALG_SID_TEK","features":[70]},{"name":"ALG_SID_THIRDPARTY_ANY","features":[70]},{"name":"ALG_SID_TLS1PRF","features":[70]},{"name":"ALG_SID_TLS1_MASTER","features":[70]},{"name":"ALG_TYPE_ANY","features":[70]},{"name":"ALG_TYPE_BLOCK","features":[70]},{"name":"ALG_TYPE_DH","features":[70]},{"name":"ALG_TYPE_DSS","features":[70]},{"name":"ALG_TYPE_ECDH","features":[70]},{"name":"ALG_TYPE_RSA","features":[70]},{"name":"ALG_TYPE_SECURECHANNEL","features":[70]},{"name":"ALG_TYPE_STREAM","features":[70]},{"name":"ALG_TYPE_THIRDPARTY","features":[70]},{"name":"AT_ECDHE_P256","features":[70]},{"name":"AT_ECDHE_P384","features":[70]},{"name":"AT_ECDHE_P521","features":[70]},{"name":"AT_ECDSA_P256","features":[70]},{"name":"AT_ECDSA_P384","features":[70]},{"name":"AT_ECDSA_P521","features":[70]},{"name":"AT_KEYEXCHANGE","features":[70]},{"name":"AT_SIGNATURE","features":[70]},{"name":"AUDIT_CARD_DELETE","features":[70]},{"name":"AUDIT_CARD_IMPORT","features":[70]},{"name":"AUDIT_CARD_WRITTEN","features":[70]},{"name":"AUDIT_SERVICE_IDLE_STOP","features":[70]},{"name":"AUDIT_STORE_DELETE","features":[70]},{"name":"AUDIT_STORE_EXPORT","features":[70]},{"name":"AUDIT_STORE_IMPORT","features":[70]},{"name":"AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA","features":[70]},{"name":"AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[3,70]},{"name":"AUTHENTICODE_TS_EXTRA_CERT_CHAIN_POLICY_PARA","features":[3,70]},{"name":"AUTHTYPE_CLIENT","features":[70]},{"name":"AUTHTYPE_SERVER","features":[70]},{"name":"AdminCreateDeleteDirAc","features":[70]},{"name":"AdminReadWriteAc","features":[70]},{"name":"AdministratorPin","features":[70]},{"name":"AlphaNumericPinType","features":[70]},{"name":"AuthenticationPin","features":[70]},{"name":"BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_CA_FLAG","features":[70]},{"name":"BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_END_ENTITY_FLAG","features":[70]},{"name":"BCRYPTBUFFER_VERSION","features":[70]},{"name":"BCRYPTGENRANDOM_FLAGS","features":[70]},{"name":"BCRYPT_3DES_112_ALGORITHM","features":[70]},{"name":"BCRYPT_3DES_112_CBC_ALG_HANDLE","features":[70]},{"name":"BCRYPT_3DES_112_CFB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_3DES_112_ECB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_3DES_ALGORITHM","features":[70]},{"name":"BCRYPT_3DES_CBC_ALG_HANDLE","features":[70]},{"name":"BCRYPT_3DES_CFB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_3DES_ECB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_AES_ALGORITHM","features":[70]},{"name":"BCRYPT_AES_CBC_ALG_HANDLE","features":[70]},{"name":"BCRYPT_AES_CCM_ALG_HANDLE","features":[70]},{"name":"BCRYPT_AES_CFB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_AES_CMAC_ALGORITHM","features":[70]},{"name":"BCRYPT_AES_CMAC_ALG_HANDLE","features":[70]},{"name":"BCRYPT_AES_ECB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_AES_GCM_ALG_HANDLE","features":[70]},{"name":"BCRYPT_AES_GMAC_ALGORITHM","features":[70]},{"name":"BCRYPT_AES_GMAC_ALG_HANDLE","features":[70]},{"name":"BCRYPT_AES_WRAP_KEY_BLOB","features":[70]},{"name":"BCRYPT_ALGORITHM_IDENTIFIER","features":[70]},{"name":"BCRYPT_ALGORITHM_NAME","features":[70]},{"name":"BCRYPT_ALG_HANDLE","features":[70]},{"name":"BCRYPT_ALG_HANDLE_HMAC_FLAG","features":[70]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_FUNCTION_TABLE","features":[3,70]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[70]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[70]},{"name":"BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO","features":[70]},{"name":"BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_VERSION","features":[70]},{"name":"BCRYPT_AUTH_MODE_CHAIN_CALLS_FLAG","features":[70]},{"name":"BCRYPT_AUTH_MODE_IN_PROGRESS_FLAG","features":[70]},{"name":"BCRYPT_AUTH_TAG_LENGTH","features":[70]},{"name":"BCRYPT_BLOCK_LENGTH","features":[70]},{"name":"BCRYPT_BLOCK_PADDING","features":[70]},{"name":"BCRYPT_BLOCK_SIZE_LIST","features":[70]},{"name":"BCRYPT_BUFFERS_LOCKED_FLAG","features":[70]},{"name":"BCRYPT_CAPI_AES_FLAG","features":[70]},{"name":"BCRYPT_CAPI_KDF_ALGORITHM","features":[70]},{"name":"BCRYPT_CAPI_KDF_ALG_HANDLE","features":[70]},{"name":"BCRYPT_CHACHA20_POLY1305_ALGORITHM","features":[70]},{"name":"BCRYPT_CHACHA20_POLY1305_ALG_HANDLE","features":[70]},{"name":"BCRYPT_CHAINING_MODE","features":[70]},{"name":"BCRYPT_CHAIN_MODE_CBC","features":[70]},{"name":"BCRYPT_CHAIN_MODE_CCM","features":[70]},{"name":"BCRYPT_CHAIN_MODE_CFB","features":[70]},{"name":"BCRYPT_CHAIN_MODE_ECB","features":[70]},{"name":"BCRYPT_CHAIN_MODE_GCM","features":[70]},{"name":"BCRYPT_CHAIN_MODE_NA","features":[70]},{"name":"BCRYPT_CIPHER_FUNCTION_TABLE","features":[3,70]},{"name":"BCRYPT_CIPHER_INTERFACE","features":[70]},{"name":"BCRYPT_CIPHER_OPERATION","features":[70]},{"name":"BCRYPT_COPY_AFTER_PADDING_CHECK_FAILURE_FLAG","features":[70]},{"name":"BCRYPT_DESX_ALGORITHM","features":[70]},{"name":"BCRYPT_DESX_CBC_ALG_HANDLE","features":[70]},{"name":"BCRYPT_DESX_CFB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_DESX_ECB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_DES_ALGORITHM","features":[70]},{"name":"BCRYPT_DES_CBC_ALG_HANDLE","features":[70]},{"name":"BCRYPT_DES_CFB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_DES_ECB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_DH_ALGORITHM","features":[70]},{"name":"BCRYPT_DH_ALG_HANDLE","features":[70]},{"name":"BCRYPT_DH_KEY_BLOB","features":[70]},{"name":"BCRYPT_DH_KEY_BLOB_MAGIC","features":[70]},{"name":"BCRYPT_DH_PARAMETERS","features":[70]},{"name":"BCRYPT_DH_PARAMETERS_MAGIC","features":[70]},{"name":"BCRYPT_DH_PARAMETER_HEADER","features":[70]},{"name":"BCRYPT_DH_PRIVATE_BLOB","features":[70]},{"name":"BCRYPT_DH_PRIVATE_MAGIC","features":[70]},{"name":"BCRYPT_DH_PUBLIC_BLOB","features":[70]},{"name":"BCRYPT_DH_PUBLIC_MAGIC","features":[70]},{"name":"BCRYPT_DSA_ALGORITHM","features":[70]},{"name":"BCRYPT_DSA_ALG_HANDLE","features":[70]},{"name":"BCRYPT_DSA_KEY_BLOB","features":[70]},{"name":"BCRYPT_DSA_KEY_BLOB_V2","features":[70]},{"name":"BCRYPT_DSA_MAGIC","features":[70]},{"name":"BCRYPT_DSA_PARAMETERS","features":[70]},{"name":"BCRYPT_DSA_PARAMETERS_MAGIC","features":[70]},{"name":"BCRYPT_DSA_PARAMETERS_MAGIC_V2","features":[70]},{"name":"BCRYPT_DSA_PARAMETER_HEADER","features":[70]},{"name":"BCRYPT_DSA_PARAMETER_HEADER_V2","features":[70]},{"name":"BCRYPT_DSA_PRIVATE_BLOB","features":[70]},{"name":"BCRYPT_DSA_PRIVATE_MAGIC","features":[70]},{"name":"BCRYPT_DSA_PRIVATE_MAGIC_V2","features":[70]},{"name":"BCRYPT_DSA_PUBLIC_BLOB","features":[70]},{"name":"BCRYPT_DSA_PUBLIC_MAGIC","features":[70]},{"name":"BCRYPT_DSA_PUBLIC_MAGIC_V2","features":[70]},{"name":"BCRYPT_ECCFULLKEY_BLOB","features":[70]},{"name":"BCRYPT_ECCFULLPRIVATE_BLOB","features":[70]},{"name":"BCRYPT_ECCFULLPUBLIC_BLOB","features":[70]},{"name":"BCRYPT_ECCKEY_BLOB","features":[70]},{"name":"BCRYPT_ECCPRIVATE_BLOB","features":[70]},{"name":"BCRYPT_ECCPUBLIC_BLOB","features":[70]},{"name":"BCRYPT_ECC_CURVE_25519","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP160R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP160T1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP192R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP192T1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP224R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP224T1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP256R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP256T1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP320R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP320T1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP384R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP384T1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP512R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP512T1","features":[70]},{"name":"BCRYPT_ECC_CURVE_EC192WAPI","features":[70]},{"name":"BCRYPT_ECC_CURVE_NAME","features":[70]},{"name":"BCRYPT_ECC_CURVE_NAMES","features":[70]},{"name":"BCRYPT_ECC_CURVE_NAME_LIST","features":[70]},{"name":"BCRYPT_ECC_CURVE_NISTP192","features":[70]},{"name":"BCRYPT_ECC_CURVE_NISTP224","features":[70]},{"name":"BCRYPT_ECC_CURVE_NISTP256","features":[70]},{"name":"BCRYPT_ECC_CURVE_NISTP384","features":[70]},{"name":"BCRYPT_ECC_CURVE_NISTP521","features":[70]},{"name":"BCRYPT_ECC_CURVE_NUMSP256T1","features":[70]},{"name":"BCRYPT_ECC_CURVE_NUMSP384T1","features":[70]},{"name":"BCRYPT_ECC_CURVE_NUMSP512T1","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP160K1","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP160R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP160R2","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP192K1","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP192R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP224K1","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP224R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP256K1","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP256R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP384R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_SECP521R1","features":[70]},{"name":"BCRYPT_ECC_CURVE_WTLS12","features":[70]},{"name":"BCRYPT_ECC_CURVE_WTLS7","features":[70]},{"name":"BCRYPT_ECC_CURVE_WTLS9","features":[70]},{"name":"BCRYPT_ECC_CURVE_X962P192V1","features":[70]},{"name":"BCRYPT_ECC_CURVE_X962P192V2","features":[70]},{"name":"BCRYPT_ECC_CURVE_X962P192V3","features":[70]},{"name":"BCRYPT_ECC_CURVE_X962P239V1","features":[70]},{"name":"BCRYPT_ECC_CURVE_X962P239V2","features":[70]},{"name":"BCRYPT_ECC_CURVE_X962P239V3","features":[70]},{"name":"BCRYPT_ECC_CURVE_X962P256V1","features":[70]},{"name":"BCRYPT_ECC_FULLKEY_BLOB_V1","features":[70]},{"name":"BCRYPT_ECC_PARAMETERS","features":[70]},{"name":"BCRYPT_ECC_PARAMETERS_MAGIC","features":[70]},{"name":"BCRYPT_ECC_PARAMETER_HEADER","features":[70]},{"name":"BCRYPT_ECC_PARAMETER_HEADER_V1","features":[70]},{"name":"BCRYPT_ECC_PRIME_MONTGOMERY_CURVE","features":[70]},{"name":"BCRYPT_ECC_PRIME_SHORT_WEIERSTRASS_CURVE","features":[70]},{"name":"BCRYPT_ECC_PRIME_TWISTED_EDWARDS_CURVE","features":[70]},{"name":"BCRYPT_ECDH_ALGORITHM","features":[70]},{"name":"BCRYPT_ECDH_ALG_HANDLE","features":[70]},{"name":"BCRYPT_ECDH_P256_ALGORITHM","features":[70]},{"name":"BCRYPT_ECDH_P256_ALG_HANDLE","features":[70]},{"name":"BCRYPT_ECDH_P384_ALGORITHM","features":[70]},{"name":"BCRYPT_ECDH_P384_ALG_HANDLE","features":[70]},{"name":"BCRYPT_ECDH_P521_ALGORITHM","features":[70]},{"name":"BCRYPT_ECDH_P521_ALG_HANDLE","features":[70]},{"name":"BCRYPT_ECDH_PRIVATE_GENERIC_MAGIC","features":[70]},{"name":"BCRYPT_ECDH_PRIVATE_P256_MAGIC","features":[70]},{"name":"BCRYPT_ECDH_PRIVATE_P384_MAGIC","features":[70]},{"name":"BCRYPT_ECDH_PRIVATE_P521_MAGIC","features":[70]},{"name":"BCRYPT_ECDH_PUBLIC_GENERIC_MAGIC","features":[70]},{"name":"BCRYPT_ECDH_PUBLIC_P256_MAGIC","features":[70]},{"name":"BCRYPT_ECDH_PUBLIC_P384_MAGIC","features":[70]},{"name":"BCRYPT_ECDH_PUBLIC_P521_MAGIC","features":[70]},{"name":"BCRYPT_ECDSA_ALGORITHM","features":[70]},{"name":"BCRYPT_ECDSA_ALG_HANDLE","features":[70]},{"name":"BCRYPT_ECDSA_P256_ALGORITHM","features":[70]},{"name":"BCRYPT_ECDSA_P256_ALG_HANDLE","features":[70]},{"name":"BCRYPT_ECDSA_P384_ALGORITHM","features":[70]},{"name":"BCRYPT_ECDSA_P384_ALG_HANDLE","features":[70]},{"name":"BCRYPT_ECDSA_P521_ALGORITHM","features":[70]},{"name":"BCRYPT_ECDSA_P521_ALG_HANDLE","features":[70]},{"name":"BCRYPT_ECDSA_PRIVATE_GENERIC_MAGIC","features":[70]},{"name":"BCRYPT_ECDSA_PRIVATE_P256_MAGIC","features":[70]},{"name":"BCRYPT_ECDSA_PRIVATE_P384_MAGIC","features":[70]},{"name":"BCRYPT_ECDSA_PRIVATE_P521_MAGIC","features":[70]},{"name":"BCRYPT_ECDSA_PUBLIC_GENERIC_MAGIC","features":[70]},{"name":"BCRYPT_ECDSA_PUBLIC_P256_MAGIC","features":[70]},{"name":"BCRYPT_ECDSA_PUBLIC_P384_MAGIC","features":[70]},{"name":"BCRYPT_ECDSA_PUBLIC_P521_MAGIC","features":[70]},{"name":"BCRYPT_EFFECTIVE_KEY_LENGTH","features":[70]},{"name":"BCRYPT_ENABLE_INCOMPATIBLE_FIPS_CHECKS","features":[70]},{"name":"BCRYPT_EXTENDED_KEYSIZE","features":[70]},{"name":"BCRYPT_FLAGS","features":[70]},{"name":"BCRYPT_GENERATE_IV","features":[70]},{"name":"BCRYPT_GLOBAL_PARAMETERS","features":[70]},{"name":"BCRYPT_HANDLE","features":[70]},{"name":"BCRYPT_HASH_BLOCK_LENGTH","features":[70]},{"name":"BCRYPT_HASH_FUNCTION_TABLE","features":[3,70]},{"name":"BCRYPT_HASH_HANDLE","features":[70]},{"name":"BCRYPT_HASH_INTERFACE","features":[70]},{"name":"BCRYPT_HASH_INTERFACE_MAJORVERSION_2","features":[70]},{"name":"BCRYPT_HASH_LENGTH","features":[70]},{"name":"BCRYPT_HASH_OID_LIST","features":[70]},{"name":"BCRYPT_HASH_OPERATION","features":[70]},{"name":"BCRYPT_HASH_OPERATION_FINISH_HASH","features":[70]},{"name":"BCRYPT_HASH_OPERATION_HASH_DATA","features":[70]},{"name":"BCRYPT_HASH_OPERATION_TYPE","features":[70]},{"name":"BCRYPT_HASH_REUSABLE_FLAG","features":[70]},{"name":"BCRYPT_HKDF_ALGORITHM","features":[70]},{"name":"BCRYPT_HKDF_ALG_HANDLE","features":[70]},{"name":"BCRYPT_HKDF_HASH_ALGORITHM","features":[70]},{"name":"BCRYPT_HKDF_PRK_AND_FINALIZE","features":[70]},{"name":"BCRYPT_HKDF_SALT_AND_FINALIZE","features":[70]},{"name":"BCRYPT_HMAC_MD2_ALG_HANDLE","features":[70]},{"name":"BCRYPT_HMAC_MD4_ALG_HANDLE","features":[70]},{"name":"BCRYPT_HMAC_MD5_ALG_HANDLE","features":[70]},{"name":"BCRYPT_HMAC_SHA1_ALG_HANDLE","features":[70]},{"name":"BCRYPT_HMAC_SHA256_ALG_HANDLE","features":[70]},{"name":"BCRYPT_HMAC_SHA384_ALG_HANDLE","features":[70]},{"name":"BCRYPT_HMAC_SHA512_ALG_HANDLE","features":[70]},{"name":"BCRYPT_INITIALIZATION_VECTOR","features":[70]},{"name":"BCRYPT_INTERFACE","features":[70]},{"name":"BCRYPT_INTERFACE_VERSION","features":[70]},{"name":"BCRYPT_IS_IFX_TPM_WEAK_KEY","features":[70]},{"name":"BCRYPT_IS_KEYED_HASH","features":[70]},{"name":"BCRYPT_IS_REUSABLE_HASH","features":[70]},{"name":"BCRYPT_KDF_HASH","features":[70]},{"name":"BCRYPT_KDF_HKDF","features":[70]},{"name":"BCRYPT_KDF_HMAC","features":[70]},{"name":"BCRYPT_KDF_RAW_SECRET","features":[70]},{"name":"BCRYPT_KDF_SP80056A_CONCAT","features":[70]},{"name":"BCRYPT_KDF_TLS_PRF","features":[70]},{"name":"BCRYPT_KEY_BLOB","features":[70]},{"name":"BCRYPT_KEY_DATA_BLOB","features":[70]},{"name":"BCRYPT_KEY_DATA_BLOB_HEADER","features":[70]},{"name":"BCRYPT_KEY_DATA_BLOB_MAGIC","features":[70]},{"name":"BCRYPT_KEY_DATA_BLOB_VERSION1","features":[70]},{"name":"BCRYPT_KEY_DERIVATION_FUNCTION_TABLE","features":[3,70]},{"name":"BCRYPT_KEY_DERIVATION_INTERFACE","features":[70]},{"name":"BCRYPT_KEY_DERIVATION_OPERATION","features":[70]},{"name":"BCRYPT_KEY_HANDLE","features":[70]},{"name":"BCRYPT_KEY_LENGTH","features":[70]},{"name":"BCRYPT_KEY_LENGTHS","features":[70]},{"name":"BCRYPT_KEY_LENGTHS_STRUCT","features":[70]},{"name":"BCRYPT_KEY_OBJECT_LENGTH","features":[70]},{"name":"BCRYPT_KEY_STRENGTH","features":[70]},{"name":"BCRYPT_KEY_VALIDATION_RANGE","features":[70]},{"name":"BCRYPT_KEY_VALIDATION_RANGE_AND_ORDER","features":[70]},{"name":"BCRYPT_KEY_VALIDATION_REGENERATE","features":[70]},{"name":"BCRYPT_MD2_ALGORITHM","features":[70]},{"name":"BCRYPT_MD2_ALG_HANDLE","features":[70]},{"name":"BCRYPT_MD4_ALGORITHM","features":[70]},{"name":"BCRYPT_MD4_ALG_HANDLE","features":[70]},{"name":"BCRYPT_MD5_ALGORITHM","features":[70]},{"name":"BCRYPT_MD5_ALG_HANDLE","features":[70]},{"name":"BCRYPT_MESSAGE_BLOCK_LENGTH","features":[70]},{"name":"BCRYPT_MULTI_FLAG","features":[70]},{"name":"BCRYPT_MULTI_HASH_OPERATION","features":[70]},{"name":"BCRYPT_MULTI_OBJECT_LENGTH","features":[70]},{"name":"BCRYPT_MULTI_OBJECT_LENGTH_STRUCT","features":[70]},{"name":"BCRYPT_MULTI_OPERATION_TYPE","features":[70]},{"name":"BCRYPT_NO_CURVE_GENERATION_ALG_ID","features":[70]},{"name":"BCRYPT_NO_KEY_VALIDATION","features":[70]},{"name":"BCRYPT_OAEP_PADDING_INFO","features":[70]},{"name":"BCRYPT_OBJECT_ALIGNMENT","features":[70]},{"name":"BCRYPT_OBJECT_LENGTH","features":[70]},{"name":"BCRYPT_OID","features":[70]},{"name":"BCRYPT_OID_LIST","features":[70]},{"name":"BCRYPT_OPAQUE_KEY_BLOB","features":[70]},{"name":"BCRYPT_OPEN_ALGORITHM_PROVIDER_FLAGS","features":[70]},{"name":"BCRYPT_OPERATION","features":[70]},{"name":"BCRYPT_OPERATION_TYPE_HASH","features":[70]},{"name":"BCRYPT_PADDING_SCHEMES","features":[70]},{"name":"BCRYPT_PAD_NONE","features":[70]},{"name":"BCRYPT_PAD_OAEP","features":[70]},{"name":"BCRYPT_PAD_PKCS1","features":[70]},{"name":"BCRYPT_PAD_PKCS1_OPTIONAL_HASH_OID","features":[70]},{"name":"BCRYPT_PAD_PSS","features":[70]},{"name":"BCRYPT_PBKDF2_ALGORITHM","features":[70]},{"name":"BCRYPT_PBKDF2_ALG_HANDLE","features":[70]},{"name":"BCRYPT_PCP_PLATFORM_TYPE_PROPERTY","features":[70]},{"name":"BCRYPT_PCP_PROVIDER_VERSION_PROPERTY","features":[70]},{"name":"BCRYPT_PKCS1_PADDING_INFO","features":[70]},{"name":"BCRYPT_PRIMITIVE_TYPE","features":[70]},{"name":"BCRYPT_PRIVATE_KEY","features":[70]},{"name":"BCRYPT_PRIVATE_KEY_BLOB","features":[70]},{"name":"BCRYPT_PRIVATE_KEY_FLAG","features":[70]},{"name":"BCRYPT_PROVIDER_HANDLE","features":[70]},{"name":"BCRYPT_PROVIDER_NAME","features":[70]},{"name":"BCRYPT_PROV_DISPATCH","features":[70]},{"name":"BCRYPT_PSS_PADDING_INFO","features":[70]},{"name":"BCRYPT_PUBLIC_KEY_BLOB","features":[70]},{"name":"BCRYPT_PUBLIC_KEY_FLAG","features":[70]},{"name":"BCRYPT_PUBLIC_KEY_LENGTH","features":[70]},{"name":"BCRYPT_QUERY_PROVIDER_MODE","features":[70]},{"name":"BCRYPT_RC2_ALGORITHM","features":[70]},{"name":"BCRYPT_RC2_CBC_ALG_HANDLE","features":[70]},{"name":"BCRYPT_RC2_CFB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_RC2_ECB_ALG_HANDLE","features":[70]},{"name":"BCRYPT_RC4_ALGORITHM","features":[70]},{"name":"BCRYPT_RC4_ALG_HANDLE","features":[70]},{"name":"BCRYPT_RESOLVE_PROVIDERS_FLAGS","features":[70]},{"name":"BCRYPT_RNG_ALGORITHM","features":[70]},{"name":"BCRYPT_RNG_ALG_HANDLE","features":[70]},{"name":"BCRYPT_RNG_DUAL_EC_ALGORITHM","features":[70]},{"name":"BCRYPT_RNG_FIPS186_DSA_ALGORITHM","features":[70]},{"name":"BCRYPT_RNG_FUNCTION_TABLE","features":[3,70]},{"name":"BCRYPT_RNG_INTERFACE","features":[70]},{"name":"BCRYPT_RNG_OPERATION","features":[70]},{"name":"BCRYPT_RNG_USE_ENTROPY_IN_BUFFER","features":[70]},{"name":"BCRYPT_RSAFULLPRIVATE_BLOB","features":[70]},{"name":"BCRYPT_RSAFULLPRIVATE_MAGIC","features":[70]},{"name":"BCRYPT_RSAKEY_BLOB","features":[70]},{"name":"BCRYPT_RSAKEY_BLOB_MAGIC","features":[70]},{"name":"BCRYPT_RSAPRIVATE_BLOB","features":[70]},{"name":"BCRYPT_RSAPRIVATE_MAGIC","features":[70]},{"name":"BCRYPT_RSAPUBLIC_BLOB","features":[70]},{"name":"BCRYPT_RSAPUBLIC_MAGIC","features":[70]},{"name":"BCRYPT_RSA_ALGORITHM","features":[70]},{"name":"BCRYPT_RSA_ALG_HANDLE","features":[70]},{"name":"BCRYPT_RSA_SIGN_ALGORITHM","features":[70]},{"name":"BCRYPT_RSA_SIGN_ALG_HANDLE","features":[70]},{"name":"BCRYPT_SECRET_AGREEMENT_FUNCTION_TABLE","features":[3,70]},{"name":"BCRYPT_SECRET_AGREEMENT_INTERFACE","features":[70]},{"name":"BCRYPT_SECRET_AGREEMENT_OPERATION","features":[70]},{"name":"BCRYPT_SECRET_HANDLE","features":[70]},{"name":"BCRYPT_SHA1_ALGORITHM","features":[70]},{"name":"BCRYPT_SHA1_ALG_HANDLE","features":[70]},{"name":"BCRYPT_SHA256_ALGORITHM","features":[70]},{"name":"BCRYPT_SHA256_ALG_HANDLE","features":[70]},{"name":"BCRYPT_SHA384_ALGORITHM","features":[70]},{"name":"BCRYPT_SHA384_ALG_HANDLE","features":[70]},{"name":"BCRYPT_SHA512_ALGORITHM","features":[70]},{"name":"BCRYPT_SHA512_ALG_HANDLE","features":[70]},{"name":"BCRYPT_SIGNATURE_FUNCTION_TABLE","features":[3,70]},{"name":"BCRYPT_SIGNATURE_INTERFACE","features":[70]},{"name":"BCRYPT_SIGNATURE_LENGTH","features":[70]},{"name":"BCRYPT_SIGNATURE_OPERATION","features":[70]},{"name":"BCRYPT_SP800108_CTR_HMAC_ALGORITHM","features":[70]},{"name":"BCRYPT_SP800108_CTR_HMAC_ALG_HANDLE","features":[70]},{"name":"BCRYPT_SP80056A_CONCAT_ALGORITHM","features":[70]},{"name":"BCRYPT_SP80056A_CONCAT_ALG_HANDLE","features":[70]},{"name":"BCRYPT_SUPPORTED_PAD_OAEP","features":[70]},{"name":"BCRYPT_SUPPORTED_PAD_PKCS1_ENC","features":[70]},{"name":"BCRYPT_SUPPORTED_PAD_PKCS1_SIG","features":[70]},{"name":"BCRYPT_SUPPORTED_PAD_PSS","features":[70]},{"name":"BCRYPT_SUPPORTED_PAD_ROUTER","features":[70]},{"name":"BCRYPT_TABLE","features":[70]},{"name":"BCRYPT_TLS1_1_KDF_ALGORITHM","features":[70]},{"name":"BCRYPT_TLS1_1_KDF_ALG_HANDLE","features":[70]},{"name":"BCRYPT_TLS1_2_KDF_ALGORITHM","features":[70]},{"name":"BCRYPT_TLS1_2_KDF_ALG_HANDLE","features":[70]},{"name":"BCRYPT_TLS_CBC_HMAC_VERIFY_FLAG","features":[70]},{"name":"BCRYPT_USE_SYSTEM_PREFERRED_RNG","features":[70]},{"name":"BCRYPT_XTS_AES_ALGORITHM","features":[70]},{"name":"BCRYPT_XTS_AES_ALG_HANDLE","features":[70]},{"name":"BCryptAddContextFunction","features":[3,70]},{"name":"BCryptBuffer","features":[70]},{"name":"BCryptBufferDesc","features":[70]},{"name":"BCryptCloseAlgorithmProvider","features":[3,70]},{"name":"BCryptCloseAlgorithmProviderFn","features":[3,70]},{"name":"BCryptConfigureContext","features":[3,70]},{"name":"BCryptConfigureContextFunction","features":[3,70]},{"name":"BCryptCreateContext","features":[3,70]},{"name":"BCryptCreateHash","features":[3,70]},{"name":"BCryptCreateHashFn","features":[3,70]},{"name":"BCryptCreateMultiHash","features":[3,70]},{"name":"BCryptCreateMultiHashFn","features":[3,70]},{"name":"BCryptDecrypt","features":[3,70]},{"name":"BCryptDecryptFn","features":[3,70]},{"name":"BCryptDeleteContext","features":[3,70]},{"name":"BCryptDeriveKey","features":[3,70]},{"name":"BCryptDeriveKeyCapi","features":[3,70]},{"name":"BCryptDeriveKeyCapiFn","features":[3,70]},{"name":"BCryptDeriveKeyFn","features":[3,70]},{"name":"BCryptDeriveKeyPBKDF2","features":[3,70]},{"name":"BCryptDeriveKeyPBKDF2Fn","features":[3,70]},{"name":"BCryptDestroyHash","features":[3,70]},{"name":"BCryptDestroyHashFn","features":[3,70]},{"name":"BCryptDestroyKey","features":[3,70]},{"name":"BCryptDestroyKeyFn","features":[3,70]},{"name":"BCryptDestroySecret","features":[3,70]},{"name":"BCryptDestroySecretFn","features":[3,70]},{"name":"BCryptDuplicateHash","features":[3,70]},{"name":"BCryptDuplicateHashFn","features":[3,70]},{"name":"BCryptDuplicateKey","features":[3,70]},{"name":"BCryptDuplicateKeyFn","features":[3,70]},{"name":"BCryptEncrypt","features":[3,70]},{"name":"BCryptEncryptFn","features":[3,70]},{"name":"BCryptEnumAlgorithms","features":[3,70]},{"name":"BCryptEnumContextFunctionProviders","features":[3,70]},{"name":"BCryptEnumContextFunctions","features":[3,70]},{"name":"BCryptEnumContexts","features":[3,70]},{"name":"BCryptEnumProviders","features":[3,70]},{"name":"BCryptEnumRegisteredProviders","features":[3,70]},{"name":"BCryptExportKey","features":[3,70]},{"name":"BCryptExportKeyFn","features":[3,70]},{"name":"BCryptFinalizeKeyPair","features":[3,70]},{"name":"BCryptFinalizeKeyPairFn","features":[3,70]},{"name":"BCryptFinishHash","features":[3,70]},{"name":"BCryptFinishHashFn","features":[3,70]},{"name":"BCryptFreeBuffer","features":[70]},{"name":"BCryptFreeBufferFn","features":[70]},{"name":"BCryptGenRandom","features":[3,70]},{"name":"BCryptGenRandomFn","features":[3,70]},{"name":"BCryptGenerateKeyPair","features":[3,70]},{"name":"BCryptGenerateKeyPairFn","features":[3,70]},{"name":"BCryptGenerateSymmetricKey","features":[3,70]},{"name":"BCryptGenerateSymmetricKeyFn","features":[3,70]},{"name":"BCryptGetFipsAlgorithmMode","features":[3,70]},{"name":"BCryptGetProperty","features":[3,70]},{"name":"BCryptGetPropertyFn","features":[3,70]},{"name":"BCryptHash","features":[3,70]},{"name":"BCryptHashData","features":[3,70]},{"name":"BCryptHashDataFn","features":[3,70]},{"name":"BCryptImportKey","features":[3,70]},{"name":"BCryptImportKeyFn","features":[3,70]},{"name":"BCryptImportKeyPair","features":[3,70]},{"name":"BCryptImportKeyPairFn","features":[3,70]},{"name":"BCryptKeyDerivation","features":[3,70]},{"name":"BCryptKeyDerivationFn","features":[3,70]},{"name":"BCryptOpenAlgorithmProvider","features":[3,70]},{"name":"BCryptOpenAlgorithmProviderFn","features":[3,70]},{"name":"BCryptProcessMultiOperations","features":[3,70]},{"name":"BCryptProcessMultiOperationsFn","features":[3,70]},{"name":"BCryptQueryContextConfiguration","features":[3,70]},{"name":"BCryptQueryContextFunctionConfiguration","features":[3,70]},{"name":"BCryptQueryContextFunctionProperty","features":[3,70]},{"name":"BCryptQueryProviderRegistration","features":[3,70]},{"name":"BCryptRegisterConfigChangeNotify","features":[3,70]},{"name":"BCryptRemoveContextFunction","features":[3,70]},{"name":"BCryptResolveProviders","features":[3,70]},{"name":"BCryptSecretAgreement","features":[3,70]},{"name":"BCryptSecretAgreementFn","features":[3,70]},{"name":"BCryptSetContextFunctionProperty","features":[3,70]},{"name":"BCryptSetProperty","features":[3,70]},{"name":"BCryptSetPropertyFn","features":[3,70]},{"name":"BCryptSignHash","features":[3,70]},{"name":"BCryptSignHashFn","features":[3,70]},{"name":"BCryptUnregisterConfigChangeNotify","features":[3,70]},{"name":"BCryptVerifySignature","features":[3,70]},{"name":"BCryptVerifySignatureFn","features":[3,70]},{"name":"CALG_3DES","features":[70]},{"name":"CALG_3DES_112","features":[70]},{"name":"CALG_AES","features":[70]},{"name":"CALG_AES_128","features":[70]},{"name":"CALG_AES_192","features":[70]},{"name":"CALG_AES_256","features":[70]},{"name":"CALG_AGREEDKEY_ANY","features":[70]},{"name":"CALG_CYLINK_MEK","features":[70]},{"name":"CALG_DES","features":[70]},{"name":"CALG_DESX","features":[70]},{"name":"CALG_DH_EPHEM","features":[70]},{"name":"CALG_DH_SF","features":[70]},{"name":"CALG_DSS_SIGN","features":[70]},{"name":"CALG_ECDH","features":[70]},{"name":"CALG_ECDH_EPHEM","features":[70]},{"name":"CALG_ECDSA","features":[70]},{"name":"CALG_ECMQV","features":[70]},{"name":"CALG_HASH_REPLACE_OWF","features":[70]},{"name":"CALG_HMAC","features":[70]},{"name":"CALG_HUGHES_MD5","features":[70]},{"name":"CALG_KEA_KEYX","features":[70]},{"name":"CALG_MAC","features":[70]},{"name":"CALG_MD2","features":[70]},{"name":"CALG_MD4","features":[70]},{"name":"CALG_MD5","features":[70]},{"name":"CALG_NO_SIGN","features":[70]},{"name":"CALG_NULLCIPHER","features":[70]},{"name":"CALG_OID_INFO_CNG_ONLY","features":[70]},{"name":"CALG_OID_INFO_PARAMETERS","features":[70]},{"name":"CALG_PCT1_MASTER","features":[70]},{"name":"CALG_RC2","features":[70]},{"name":"CALG_RC4","features":[70]},{"name":"CALG_RC5","features":[70]},{"name":"CALG_RSA_KEYX","features":[70]},{"name":"CALG_RSA_SIGN","features":[70]},{"name":"CALG_SCHANNEL_ENC_KEY","features":[70]},{"name":"CALG_SCHANNEL_MAC_KEY","features":[70]},{"name":"CALG_SCHANNEL_MASTER_HASH","features":[70]},{"name":"CALG_SEAL","features":[70]},{"name":"CALG_SHA","features":[70]},{"name":"CALG_SHA1","features":[70]},{"name":"CALG_SHA_256","features":[70]},{"name":"CALG_SHA_384","features":[70]},{"name":"CALG_SHA_512","features":[70]},{"name":"CALG_SKIPJACK","features":[70]},{"name":"CALG_SSL2_MASTER","features":[70]},{"name":"CALG_SSL3_MASTER","features":[70]},{"name":"CALG_SSL3_SHAMD5","features":[70]},{"name":"CALG_TEK","features":[70]},{"name":"CALG_THIRDPARTY_CIPHER","features":[70]},{"name":"CALG_THIRDPARTY_HASH","features":[70]},{"name":"CALG_THIRDPARTY_KEY_EXCHANGE","features":[70]},{"name":"CALG_THIRDPARTY_SIGNATURE","features":[70]},{"name":"CALG_TLS1PRF","features":[70]},{"name":"CALG_TLS1_MASTER","features":[70]},{"name":"CARD_3DES_112_ALGORITHM","features":[70]},{"name":"CARD_3DES_ALGORITHM","features":[70]},{"name":"CARD_AES_ALGORITHM","features":[70]},{"name":"CARD_ASYMMETRIC_OPERATION","features":[70]},{"name":"CARD_AUTHENTICATE","features":[70]},{"name":"CARD_AUTHENTICATE_CURRENT_VERSION","features":[70]},{"name":"CARD_AUTHENTICATE_GENERATE_SESSION_PIN","features":[70]},{"name":"CARD_AUTHENTICATE_PIN_CHALLENGE_RESPONSE","features":[70]},{"name":"CARD_AUTHENTICATE_PIN_PIN","features":[70]},{"name":"CARD_AUTHENTICATE_RESPONSE","features":[70]},{"name":"CARD_AUTHENTICATE_RESPONSE_CURRENT_VERSION","features":[70]},{"name":"CARD_AUTHENTICATE_RESPONSE_VERSION_SEVEN","features":[70]},{"name":"CARD_AUTHENTICATE_SESSION_PIN","features":[70]},{"name":"CARD_AUTHENTICATE_VERSION_SEVEN","features":[70]},{"name":"CARD_BUFFER_SIZE_ONLY","features":[70]},{"name":"CARD_CACHE_FILE_CURRENT_VERSION","features":[70]},{"name":"CARD_CACHE_FILE_FORMAT","features":[70]},{"name":"CARD_CAPABILITIES","features":[3,70]},{"name":"CARD_CAPABILITIES_CURRENT_VERSION","features":[70]},{"name":"CARD_CHAIN_MODE_CBC","features":[70]},{"name":"CARD_CHANGE_AUTHENTICATOR","features":[70]},{"name":"CARD_CHANGE_AUTHENTICATOR_CURRENT_VERSION","features":[70]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE","features":[70]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE_CURRENT_VERSION","features":[70]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE_VERSION_SEVEN","features":[70]},{"name":"CARD_CHANGE_AUTHENTICATOR_VERSION_SEVEN","features":[70]},{"name":"CARD_CIPHER_OPERATION","features":[70]},{"name":"CARD_CREATE_CONTAINER_KEY_GEN","features":[70]},{"name":"CARD_CREATE_CONTAINER_KEY_IMPORT","features":[70]},{"name":"CARD_DATA","features":[3,70]},{"name":"CARD_DATA_CURRENT_VERSION","features":[70]},{"name":"CARD_DATA_VALUE_UNKNOWN","features":[70]},{"name":"CARD_DATA_VERSION_FIVE","features":[70]},{"name":"CARD_DATA_VERSION_FOUR","features":[70]},{"name":"CARD_DATA_VERSION_SEVEN","features":[70]},{"name":"CARD_DATA_VERSION_SIX","features":[70]},{"name":"CARD_DERIVE_KEY","features":[70]},{"name":"CARD_DERIVE_KEY_CURRENT_VERSION","features":[70]},{"name":"CARD_DERIVE_KEY_VERSION","features":[70]},{"name":"CARD_DERIVE_KEY_VERSION_TWO","features":[70]},{"name":"CARD_DH_AGREEMENT_INFO","features":[70]},{"name":"CARD_DH_AGREEMENT_INFO_VERSION","features":[70]},{"name":"CARD_DIRECTORY_ACCESS_CONDITION","features":[70]},{"name":"CARD_ENCRYPTED_DATA","features":[70]},{"name":"CARD_FILE_ACCESS_CONDITION","features":[70]},{"name":"CARD_FILE_INFO","features":[70]},{"name":"CARD_FILE_INFO_CURRENT_VERSION","features":[70]},{"name":"CARD_FREE_SPACE_INFO","features":[70]},{"name":"CARD_FREE_SPACE_INFO_CURRENT_VERSION","features":[70]},{"name":"CARD_IMPORT_KEYPAIR","features":[70]},{"name":"CARD_IMPORT_KEYPAIR_CURRENT_VERSION","features":[70]},{"name":"CARD_IMPORT_KEYPAIR_VERSION_SEVEN","features":[70]},{"name":"CARD_KEY_IMPORT_ECC_KEYEST","features":[70]},{"name":"CARD_KEY_IMPORT_PLAIN_TEXT","features":[70]},{"name":"CARD_KEY_IMPORT_RSA_KEYEST","features":[70]},{"name":"CARD_KEY_IMPORT_SHARED_SYMMETRIC","features":[70]},{"name":"CARD_KEY_SIZES","features":[70]},{"name":"CARD_KEY_SIZES_CURRENT_VERSION","features":[70]},{"name":"CARD_PADDING_INFO_PRESENT","features":[70]},{"name":"CARD_PADDING_NONE","features":[70]},{"name":"CARD_PADDING_OAEP","features":[70]},{"name":"CARD_PADDING_PKCS1","features":[70]},{"name":"CARD_PADDING_PSS","features":[70]},{"name":"CARD_PIN_SILENT_CONTEXT","features":[70]},{"name":"CARD_PIN_STRENGTH_PLAINTEXT","features":[70]},{"name":"CARD_PIN_STRENGTH_SESSION_PIN","features":[70]},{"name":"CARD_RETURN_KEY_HANDLE","features":[70]},{"name":"CARD_RSA_DECRYPT_INFO","features":[70]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_CURRENT_VERSION","features":[70]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_VERSION_ONE","features":[70]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_VERSION_TWO","features":[70]},{"name":"CARD_SECURE_KEY_INJECTION_NO_CARD_MODE","features":[70]},{"name":"CARD_SIGNING_INFO","features":[70]},{"name":"CARD_SIGNING_INFO_BASIC_VERSION","features":[70]},{"name":"CARD_SIGNING_INFO_CURRENT_VERSION","features":[70]},{"name":"CASetupProperty","features":[70]},{"name":"CCP_ASSOCIATED_ECDH_KEY","features":[70]},{"name":"CCP_CONTAINER_INFO","features":[70]},{"name":"CCP_PIN_IDENTIFIER","features":[70]},{"name":"CCertSrvSetup","features":[70]},{"name":"CCertSrvSetupKeyInformation","features":[70]},{"name":"CCertificateEnrollmentPolicyServerSetup","features":[70]},{"name":"CCertificateEnrollmentServerSetup","features":[70]},{"name":"CEPSetupProperty","features":[70]},{"name":"CERTIFICATE_CHAIN_BLOB","features":[70]},{"name":"CERT_ACCESS_DESCRIPTION","features":[70]},{"name":"CERT_ACCESS_STATE_GP_SYSTEM_STORE_FLAG","features":[70]},{"name":"CERT_ACCESS_STATE_LM_SYSTEM_STORE_FLAG","features":[70]},{"name":"CERT_ACCESS_STATE_PROP_ID","features":[70]},{"name":"CERT_ACCESS_STATE_SHARED_USER_FLAG","features":[70]},{"name":"CERT_ACCESS_STATE_SYSTEM_STORE_FLAG","features":[70]},{"name":"CERT_ACCESS_STATE_WRITE_PERSIST_FLAG","features":[70]},{"name":"CERT_AIA_URL_RETRIEVED_PROP_ID","features":[70]},{"name":"CERT_ALT_NAME_EDI_PARTY_NAME","features":[70]},{"name":"CERT_ALT_NAME_ENTRY","features":[70]},{"name":"CERT_ALT_NAME_ENTRY_ERR_INDEX_MASK","features":[70]},{"name":"CERT_ALT_NAME_ENTRY_ERR_INDEX_SHIFT","features":[70]},{"name":"CERT_ALT_NAME_INFO","features":[70]},{"name":"CERT_ALT_NAME_VALUE_ERR_INDEX_MASK","features":[70]},{"name":"CERT_ALT_NAME_VALUE_ERR_INDEX_SHIFT","features":[70]},{"name":"CERT_ALT_NAME_X400_ADDRESS","features":[70]},{"name":"CERT_ARCHIVED_KEY_HASH_PROP_ID","features":[70]},{"name":"CERT_ARCHIVED_PROP_ID","features":[70]},{"name":"CERT_AUTHORITY_INFO_ACCESS","features":[70]},{"name":"CERT_AUTHORITY_INFO_ACCESS_PROP_ID","features":[70]},{"name":"CERT_AUTHORITY_KEY_ID2_INFO","features":[70]},{"name":"CERT_AUTHORITY_KEY_ID_INFO","features":[70]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_DISABLE_PARTIAL_CHAIN_LOGGING_FLAG","features":[70]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_DISABLE_UNTRUSTED_ROOT_LOGGING_FLAG","features":[70]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[70]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_FLAGS_VALUE_NAME","features":[70]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[70]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_ROOT_DIR_URL_VALUE_NAME","features":[70]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[70]},{"name":"CERT_AUTH_ROOT_CAB_FILENAME","features":[70]},{"name":"CERT_AUTH_ROOT_CERT_EXT","features":[70]},{"name":"CERT_AUTH_ROOT_CTL_FILENAME","features":[70]},{"name":"CERT_AUTH_ROOT_CTL_FILENAME_A","features":[70]},{"name":"CERT_AUTH_ROOT_SEQ_FILENAME","features":[70]},{"name":"CERT_AUTH_ROOT_SHA256_HASH_PROP_ID","features":[70]},{"name":"CERT_AUTO_ENROLL_PROP_ID","features":[70]},{"name":"CERT_AUTO_ENROLL_RETRY_PROP_ID","features":[70]},{"name":"CERT_AUTO_UPDATE_DISABLE_RANDOM_QUERY_STRING_FLAG","features":[70]},{"name":"CERT_AUTO_UPDATE_ROOT_DIR_URL_VALUE_NAME","features":[70]},{"name":"CERT_AUTO_UPDATE_SYNC_FROM_DIR_URL_VALUE_NAME","features":[70]},{"name":"CERT_BACKED_UP_PROP_ID","features":[70]},{"name":"CERT_BASIC_CONSTRAINTS2_INFO","features":[3,70]},{"name":"CERT_BASIC_CONSTRAINTS_INFO","features":[3,70]},{"name":"CERT_BIOMETRIC_DATA","features":[70]},{"name":"CERT_BIOMETRIC_DATA_TYPE","features":[70]},{"name":"CERT_BIOMETRIC_EXT_INFO","features":[70]},{"name":"CERT_BIOMETRIC_OID_DATA_CHOICE","features":[70]},{"name":"CERT_BIOMETRIC_PICTURE_TYPE","features":[70]},{"name":"CERT_BIOMETRIC_PREDEFINED_DATA_CHOICE","features":[70]},{"name":"CERT_BIOMETRIC_SIGNATURE_TYPE","features":[70]},{"name":"CERT_BUNDLE_CERTIFICATE","features":[70]},{"name":"CERT_BUNDLE_CRL","features":[70]},{"name":"CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG","features":[70]},{"name":"CERT_CA_DISABLE_CRL_PROP_ID","features":[70]},{"name":"CERT_CA_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[70]},{"name":"CERT_CA_SUBJECT_FLAG","features":[70]},{"name":"CERT_CEP_PROP_ID","features":[70]},{"name":"CERT_CHAIN","features":[70]},{"name":"CERT_CHAIN_AUTO_CURRENT_USER","features":[70]},{"name":"CERT_CHAIN_AUTO_FLAGS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_AUTO_FLUSH_DISABLE_FLAG","features":[70]},{"name":"CERT_CHAIN_AUTO_FLUSH_FIRST_DELTA_SECONDS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_AUTO_FLUSH_NEXT_DELTA_SECONDS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_AUTO_HPKP_RULE_INFO","features":[70]},{"name":"CERT_CHAIN_AUTO_IMPERSONATED","features":[70]},{"name":"CERT_CHAIN_AUTO_LOCAL_MACHINE","features":[70]},{"name":"CERT_CHAIN_AUTO_LOG_CREATE_FLAG","features":[70]},{"name":"CERT_CHAIN_AUTO_LOG_FILE_NAME_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_AUTO_LOG_FLUSH_FLAG","features":[70]},{"name":"CERT_CHAIN_AUTO_LOG_FREE_FLAG","features":[70]},{"name":"CERT_CHAIN_AUTO_NETWORK_INFO","features":[70]},{"name":"CERT_CHAIN_AUTO_PINRULE_INFO","features":[70]},{"name":"CERT_CHAIN_AUTO_PROCESS_INFO","features":[70]},{"name":"CERT_CHAIN_AUTO_SERIAL_LOCAL_MACHINE","features":[70]},{"name":"CERT_CHAIN_CACHE_END_CERT","features":[70]},{"name":"CERT_CHAIN_CACHE_ONLY_URL_RETRIEVAL","features":[70]},{"name":"CERT_CHAIN_CACHE_RESYNC_FILETIME_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_CONFIG_REGPATH","features":[70]},{"name":"CERT_CHAIN_CONTEXT","features":[3,70]},{"name":"CERT_CHAIN_CRL_VALIDITY_EXT_PERIOD_HOURS_DEFAULT","features":[70]},{"name":"CERT_CHAIN_CRL_VALIDITY_EXT_PERIOD_HOURS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_CROSS_CERT_DOWNLOAD_INTERVAL_HOURS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_DEFAULT_CONFIG_SUBDIR","features":[70]},{"name":"CERT_CHAIN_DISABLE_AIA","features":[70]},{"name":"CERT_CHAIN_DISABLE_AIA_URL_RETRIEVAL_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_DISABLE_ALL_EKU_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_AUTH_ROOT_AUTO_UPDATE","features":[70]},{"name":"CERT_CHAIN_DISABLE_AUTO_FLUSH_PROCESS_NAME_LIST_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_DISABLE_CA_NAME_CONSTRAINTS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_DISABLE_CODE_SIGNING_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_ECC_PARA_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_FILE_HASH_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_MANDATORY_BASIC_CONSTRAINTS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_DISABLE_MD2_MD4","features":[70]},{"name":"CERT_CHAIN_DISABLE_MOTW_CODE_SIGNING_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_MOTW_FILE_HASH_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_MOTW_TIMESTAMP_HASH_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_MOTW_TIMESTAMP_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_MY_PEER_TRUST","features":[70]},{"name":"CERT_CHAIN_DISABLE_OPT_IN_SERVER_AUTH_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_PASS1_QUALITY_FILTERING","features":[70]},{"name":"CERT_CHAIN_DISABLE_SERIAL_CHAIN_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_DISABLE_SERVER_AUTH_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_SYNC_WITH_SSL_TIME_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_DISABLE_TIMESTAMP_HASH_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_TIMESTAMP_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_DISABLE_UNSUPPORTED_CRITICAL_EXTENSIONS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_ELEMENT","features":[3,70]},{"name":"CERT_CHAIN_ENABLE_ALL_EKU_HYGIENE_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_CACHE_AUTO_UPDATE","features":[70]},{"name":"CERT_CHAIN_ENABLE_CODE_SIGNING_HYGIENE_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_DISALLOWED_CA","features":[70]},{"name":"CERT_CHAIN_ENABLE_MD2_MD4_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_MOTW_CODE_SIGNING_HYGIENE_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_MOTW_TIMESTAMP_HYGIENE_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_ONLY_WEAK_LOGGING_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_PEER_TRUST","features":[70]},{"name":"CERT_CHAIN_ENABLE_SERVER_AUTH_HYGIENE_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_SHARE_STORE","features":[70]},{"name":"CERT_CHAIN_ENABLE_TIMESTAMP_HYGIENE_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_WEAK_LOGGING_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_WEAK_RSA_ROOT_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_WEAK_SETTINGS_FLAG","features":[70]},{"name":"CERT_CHAIN_ENABLE_WEAK_SIGNATURE_FLAGS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_ENGINE_CONFIG","features":[70]},{"name":"CERT_CHAIN_EXCLUSIVE_ENABLE_CA_FLAG","features":[70]},{"name":"CERT_CHAIN_FIND_BY_ISSUER","features":[70]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG","features":[70]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG","features":[70]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG","features":[70]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG","features":[70]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG","features":[70]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG","features":[70]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_PARA","features":[3,70]},{"name":"CERT_CHAIN_HAS_MOTW","features":[70]},{"name":"CERT_CHAIN_MAX_AIA_URL_COUNT_IN_CERT_DEFAULT","features":[70]},{"name":"CERT_CHAIN_MAX_AIA_URL_COUNT_IN_CERT_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_BYTE_COUNT_DEFAULT","features":[70]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_BYTE_COUNT_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_CERT_COUNT_DEFAULT","features":[70]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_CERT_COUNT_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_COUNT_PER_CHAIN_DEFAULT","features":[70]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_COUNT_PER_CHAIN_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_DEFAULT","features":[70]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_DISABLE","features":[70]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_MAX_URL_RETRIEVAL_BYTE_COUNT_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_MIN_PUB_KEY_BIT_LENGTH_DISABLE","features":[70]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_DEFAULT","features":[70]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_DISABLE","features":[70]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_MOTW_IGNORE_AFTER_TIME_WEAK_FLAG","features":[70]},{"name":"CERT_CHAIN_OCSP_VALIDITY_SECONDS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_ONLY_ADDITIONAL_AND_AUTH_ROOT","features":[70]},{"name":"CERT_CHAIN_OPTIONS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_OPTION_DISABLE_AIA_URL_RETRIEVAL","features":[70]},{"name":"CERT_CHAIN_OPTION_ENABLE_SIA_URL_RETRIEVAL","features":[70]},{"name":"CERT_CHAIN_OPT_IN_WEAK_FLAGS","features":[70]},{"name":"CERT_CHAIN_OPT_IN_WEAK_SIGNATURE","features":[70]},{"name":"CERT_CHAIN_PARA","features":[70]},{"name":"CERT_CHAIN_POLICY_ALLOW_TESTROOT_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_ALLOW_UNKNOWN_CA_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_AUTHENTICODE","features":[70]},{"name":"CERT_CHAIN_POLICY_AUTHENTICODE_TS","features":[70]},{"name":"CERT_CHAIN_POLICY_BASE","features":[70]},{"name":"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS","features":[70]},{"name":"CERT_CHAIN_POLICY_EV","features":[70]},{"name":"CERT_CHAIN_POLICY_FLAGS","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_ALL_NOT_TIME_VALID_FLAGS","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_ALL_REV_UNKNOWN_FLAGS","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_CA_REV_UNKNOWN_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_CTL_NOT_TIME_VALID_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_CTL_SIGNER_REV_UNKNOWN_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_END_REV_UNKNOWN_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_BASIC_CONSTRAINTS_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_NAME_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_POLICY_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_SUPPORTED_CRITICAL_EXT_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_TIME_NESTED_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_TIME_VALID_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_PEER_TRUST_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_ROOT_REV_UNKNOWN_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_WEAK_SIGNATURE_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG","features":[70]},{"name":"CERT_CHAIN_POLICY_MICROSOFT_ROOT","features":[70]},{"name":"CERT_CHAIN_POLICY_NT_AUTH","features":[70]},{"name":"CERT_CHAIN_POLICY_PARA","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_F12","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_F12_ERROR_LEVEL","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_F12_NONE_CATEGORY","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_F12_ROOT_PROGRAM_CATEGORY","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_F12_SUCCESS_LEVEL","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_F12_WARNING_LEVEL","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_F12_WEAK_CRYPTO_CATEGORY","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_HPKP_HEADER","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MISMATCH_ERROR","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MISMATCH_WARNING","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MITM_ERROR","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MITM_WARNING","features":[70]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_SUCCESS","features":[70]},{"name":"CERT_CHAIN_POLICY_STATUS","features":[70]},{"name":"CERT_CHAIN_POLICY_THIRD_PARTY_ROOT","features":[70]},{"name":"CERT_CHAIN_POLICY_TRUST_TESTROOT_FLAG","features":[70]},{"name":"CERT_CHAIN_RETURN_LOWER_QUALITY_CONTEXTS","features":[70]},{"name":"CERT_CHAIN_REVOCATION_ACCUMULATIVE_TIMEOUT","features":[70]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CACHE_ONLY","features":[70]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CHAIN","features":[70]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[70]},{"name":"CERT_CHAIN_REVOCATION_CHECK_END_CERT","features":[70]},{"name":"CERT_CHAIN_REVOCATION_CHECK_OCSP_CERT","features":[70]},{"name":"CERT_CHAIN_REV_ACCUMULATIVE_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_SERIAL_CHAIN_LOG_FILE_NAME_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_SSL_HANDSHAKE_LOG_FILE_NAME_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_STRONG_SIGN_DISABLE_END_CHECK_FLAG","features":[70]},{"name":"CERT_CHAIN_THREAD_STORE_SYNC","features":[70]},{"name":"CERT_CHAIN_TIMESTAMP_TIME","features":[70]},{"name":"CERT_CHAIN_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_USE_LOCAL_MACHINE_STORE","features":[70]},{"name":"CERT_CHAIN_WEAK_AFTER_TIME_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_ALL_CONFIG_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_FILE_HASH_AFTER_TIME_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_FLAGS_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_HYGIENE_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_MIN_BIT_LENGTH_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_PREFIX_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_RSA_PUB_KEY_TIME_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_SHA256_ALLOW_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_SIGNATURE_LOG_DIR_VALUE_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_THIRD_PARTY_CONFIG_NAME","features":[70]},{"name":"CERT_CHAIN_WEAK_TIMESTAMP_HASH_AFTER_TIME_NAME","features":[70]},{"name":"CERT_CLOSE_STORE_CHECK_FLAG","features":[70]},{"name":"CERT_CLOSE_STORE_FORCE_FLAG","features":[70]},{"name":"CERT_CLR_DELETE_KEY_PROP_ID","features":[70]},{"name":"CERT_COMPARE_ANY","features":[70]},{"name":"CERT_COMPARE_ATTR","features":[70]},{"name":"CERT_COMPARE_CERT_ID","features":[70]},{"name":"CERT_COMPARE_CROSS_CERT_DIST_POINTS","features":[70]},{"name":"CERT_COMPARE_CTL_USAGE","features":[70]},{"name":"CERT_COMPARE_ENHKEY_USAGE","features":[70]},{"name":"CERT_COMPARE_EXISTING","features":[70]},{"name":"CERT_COMPARE_HASH","features":[70]},{"name":"CERT_COMPARE_HASH_STR","features":[70]},{"name":"CERT_COMPARE_HAS_PRIVATE_KEY","features":[70]},{"name":"CERT_COMPARE_ISSUER_OF","features":[70]},{"name":"CERT_COMPARE_KEY_IDENTIFIER","features":[70]},{"name":"CERT_COMPARE_KEY_SPEC","features":[70]},{"name":"CERT_COMPARE_MASK","features":[70]},{"name":"CERT_COMPARE_MD5_HASH","features":[70]},{"name":"CERT_COMPARE_NAME","features":[70]},{"name":"CERT_COMPARE_NAME_STR_A","features":[70]},{"name":"CERT_COMPARE_NAME_STR_W","features":[70]},{"name":"CERT_COMPARE_PROPERTY","features":[70]},{"name":"CERT_COMPARE_PUBKEY_MD5_HASH","features":[70]},{"name":"CERT_COMPARE_PUBLIC_KEY","features":[70]},{"name":"CERT_COMPARE_SHA1_HASH","features":[70]},{"name":"CERT_COMPARE_SHIFT","features":[70]},{"name":"CERT_COMPARE_SIGNATURE_HASH","features":[70]},{"name":"CERT_COMPARE_SUBJECT_CERT","features":[70]},{"name":"CERT_COMPARE_SUBJECT_INFO_ACCESS","features":[70]},{"name":"CERT_CONTEXT","features":[3,70]},{"name":"CERT_CONTEXT_REVOCATION_TYPE","features":[70]},{"name":"CERT_CONTROL_STORE_FLAGS","features":[70]},{"name":"CERT_CREATE_CONTEXT_NOCOPY_FLAG","features":[70]},{"name":"CERT_CREATE_CONTEXT_NO_ENTRY_FLAG","features":[70]},{"name":"CERT_CREATE_CONTEXT_NO_HCRYPTMSG_FLAG","features":[70]},{"name":"CERT_CREATE_CONTEXT_PARA","features":[3,70]},{"name":"CERT_CREATE_CONTEXT_SORTED_FLAG","features":[70]},{"name":"CERT_CREATE_SELFSIGN_FLAGS","features":[70]},{"name":"CERT_CREATE_SELFSIGN_NO_KEY_INFO","features":[70]},{"name":"CERT_CREATE_SELFSIGN_NO_SIGN","features":[70]},{"name":"CERT_CRL_CONTEXT_PAIR","features":[3,70]},{"name":"CERT_CRL_SIGN_KEY_USAGE","features":[70]},{"name":"CERT_CROSS_CERT_DIST_POINTS_PROP_ID","features":[70]},{"name":"CERT_CTL_USAGE_PROP_ID","features":[70]},{"name":"CERT_DATA_ENCIPHERMENT_KEY_USAGE","features":[70]},{"name":"CERT_DATE_STAMP_PROP_ID","features":[70]},{"name":"CERT_DECIPHER_ONLY_KEY_USAGE","features":[70]},{"name":"CERT_DEFAULT_OID_PUBLIC_KEY_SIGN","features":[70]},{"name":"CERT_DEFAULT_OID_PUBLIC_KEY_XCHG","features":[70]},{"name":"CERT_DESCRIPTION_PROP_ID","features":[70]},{"name":"CERT_DH_PARAMETERS","features":[70]},{"name":"CERT_DIGITAL_SIGNATURE_KEY_USAGE","features":[70]},{"name":"CERT_DISABLE_PIN_RULES_AUTO_UPDATE_VALUE_NAME","features":[70]},{"name":"CERT_DISABLE_ROOT_AUTO_UPDATE_VALUE_NAME","features":[70]},{"name":"CERT_DISALLOWED_CA_FILETIME_PROP_ID","features":[70]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[70]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[70]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_LIST_IDENTIFIER","features":[70]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[70]},{"name":"CERT_DISALLOWED_CERT_CAB_FILENAME","features":[70]},{"name":"CERT_DISALLOWED_CERT_CTL_FILENAME","features":[70]},{"name":"CERT_DISALLOWED_CERT_CTL_FILENAME_A","features":[70]},{"name":"CERT_DISALLOWED_ENHKEY_USAGE_PROP_ID","features":[70]},{"name":"CERT_DISALLOWED_FILETIME_PROP_ID","features":[70]},{"name":"CERT_DSS_PARAMETERS","features":[70]},{"name":"CERT_DSS_R_LEN","features":[70]},{"name":"CERT_DSS_S_LEN","features":[70]},{"name":"CERT_ECC_SIGNATURE","features":[70]},{"name":"CERT_EFSBLOB_VALUE_NAME","features":[70]},{"name":"CERT_EFS_PROP_ID","features":[70]},{"name":"CERT_ENABLE_DISALLOWED_CERT_AUTO_UPDATE_VALUE_NAME","features":[70]},{"name":"CERT_ENCIPHER_ONLY_KEY_USAGE","features":[70]},{"name":"CERT_ENCODING_TYPE_MASK","features":[70]},{"name":"CERT_END_ENTITY_SUBJECT_FLAG","features":[70]},{"name":"CERT_ENHKEY_USAGE_PROP_ID","features":[70]},{"name":"CERT_ENROLLMENT_PROP_ID","features":[70]},{"name":"CERT_EXCLUDED_SUBTREE_BIT","features":[70]},{"name":"CERT_EXTENDED_ERROR_INFO_PROP_ID","features":[70]},{"name":"CERT_EXTENSION","features":[3,70]},{"name":"CERT_EXTENSIONS","features":[3,70]},{"name":"CERT_FILE_HASH_USE_TYPE","features":[70]},{"name":"CERT_FILE_STORE_COMMIT_ENABLE_FLAG","features":[70]},{"name":"CERT_FIND_ANY","features":[70]},{"name":"CERT_FIND_CERT_ID","features":[70]},{"name":"CERT_FIND_CHAIN_IN_STORE_FLAGS","features":[70]},{"name":"CERT_FIND_CROSS_CERT_DIST_POINTS","features":[70]},{"name":"CERT_FIND_CTL_USAGE","features":[70]},{"name":"CERT_FIND_ENHKEY_USAGE","features":[70]},{"name":"CERT_FIND_EXISTING","features":[70]},{"name":"CERT_FIND_EXT_ONLY_CTL_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_FLAGS","features":[70]},{"name":"CERT_FIND_HASH","features":[70]},{"name":"CERT_FIND_HASH_STR","features":[70]},{"name":"CERT_FIND_HAS_PRIVATE_KEY","features":[70]},{"name":"CERT_FIND_ISSUER_ATTR","features":[70]},{"name":"CERT_FIND_ISSUER_NAME","features":[70]},{"name":"CERT_FIND_ISSUER_OF","features":[70]},{"name":"CERT_FIND_ISSUER_STR","features":[70]},{"name":"CERT_FIND_ISSUER_STR_A","features":[70]},{"name":"CERT_FIND_ISSUER_STR_W","features":[70]},{"name":"CERT_FIND_KEY_IDENTIFIER","features":[70]},{"name":"CERT_FIND_KEY_SPEC","features":[70]},{"name":"CERT_FIND_MD5_HASH","features":[70]},{"name":"CERT_FIND_NO_CTL_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_NO_ENHKEY_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_OPTIONAL_CTL_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_OR_CTL_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_OR_ENHKEY_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_PROPERTY","features":[70]},{"name":"CERT_FIND_PROP_ONLY_CTL_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_PROP_ONLY_ENHKEY_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_PUBKEY_MD5_HASH","features":[70]},{"name":"CERT_FIND_PUBLIC_KEY","features":[70]},{"name":"CERT_FIND_SHA1_HASH","features":[70]},{"name":"CERT_FIND_SIGNATURE_HASH","features":[70]},{"name":"CERT_FIND_SUBJECT_ATTR","features":[70]},{"name":"CERT_FIND_SUBJECT_CERT","features":[70]},{"name":"CERT_FIND_SUBJECT_INFO_ACCESS","features":[70]},{"name":"CERT_FIND_SUBJECT_NAME","features":[70]},{"name":"CERT_FIND_SUBJECT_STR","features":[70]},{"name":"CERT_FIND_SUBJECT_STR_A","features":[70]},{"name":"CERT_FIND_SUBJECT_STR_W","features":[70]},{"name":"CERT_FIND_TYPE","features":[70]},{"name":"CERT_FIND_VALID_CTL_USAGE_FLAG","features":[70]},{"name":"CERT_FIND_VALID_ENHKEY_USAGE_FLAG","features":[70]},{"name":"CERT_FIRST_RESERVED_PROP_ID","features":[70]},{"name":"CERT_FIRST_USER_PROP_ID","features":[70]},{"name":"CERT_FORTEZZA_DATA_PROP","features":[70]},{"name":"CERT_FORTEZZA_DATA_PROP_ID","features":[70]},{"name":"CERT_FRIENDLY_NAME_PROP_ID","features":[70]},{"name":"CERT_GENERAL_SUBTREE","features":[3,70]},{"name":"CERT_GROUP_POLICY_SYSTEM_STORE_REGPATH","features":[70]},{"name":"CERT_HASHED_URL","features":[70]},{"name":"CERT_HASH_PROP_ID","features":[70]},{"name":"CERT_HCRYPTPROV_OR_NCRYPT_KEY_HANDLE_PROP_ID","features":[70]},{"name":"CERT_HCRYPTPROV_TRANSFER_PROP_ID","features":[70]},{"name":"CERT_ID","features":[70]},{"name":"CERT_ID_ISSUER_SERIAL_NUMBER","features":[70]},{"name":"CERT_ID_KEY_IDENTIFIER","features":[70]},{"name":"CERT_ID_OPTION","features":[70]},{"name":"CERT_ID_SHA1_HASH","features":[70]},{"name":"CERT_IE30_RESERVED_PROP_ID","features":[70]},{"name":"CERT_IE_DIRTY_FLAGS_REGPATH","features":[70]},{"name":"CERT_INFO","features":[3,70]},{"name":"CERT_INFO_EXTENSION_FLAG","features":[70]},{"name":"CERT_INFO_ISSUER_FLAG","features":[70]},{"name":"CERT_INFO_ISSUER_UNIQUE_ID_FLAG","features":[70]},{"name":"CERT_INFO_NOT_AFTER_FLAG","features":[70]},{"name":"CERT_INFO_NOT_BEFORE_FLAG","features":[70]},{"name":"CERT_INFO_SERIAL_NUMBER_FLAG","features":[70]},{"name":"CERT_INFO_SIGNATURE_ALGORITHM_FLAG","features":[70]},{"name":"CERT_INFO_SUBJECT_FLAG","features":[70]},{"name":"CERT_INFO_SUBJECT_PUBLIC_KEY_INFO_FLAG","features":[70]},{"name":"CERT_INFO_SUBJECT_UNIQUE_ID_FLAG","features":[70]},{"name":"CERT_INFO_VERSION_FLAG","features":[70]},{"name":"CERT_ISOLATED_KEY_PROP_ID","features":[70]},{"name":"CERT_ISSUER_CHAIN_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[70]},{"name":"CERT_ISSUER_CHAIN_SIGN_HASH_CNG_ALG_PROP_ID","features":[70]},{"name":"CERT_ISSUER_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[70]},{"name":"CERT_ISSUER_PUB_KEY_BIT_LENGTH_PROP_ID","features":[70]},{"name":"CERT_ISSUER_SERIAL_NUMBER","features":[70]},{"name":"CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[70]},{"name":"CERT_KEYGEN_REQUEST_INFO","features":[70]},{"name":"CERT_KEYGEN_REQUEST_V1","features":[70]},{"name":"CERT_KEY_AGREEMENT_KEY_USAGE","features":[70]},{"name":"CERT_KEY_ATTRIBUTES_INFO","features":[3,70]},{"name":"CERT_KEY_CERT_SIGN_KEY_USAGE","features":[70]},{"name":"CERT_KEY_CLASSIFICATION_PROP_ID","features":[70]},{"name":"CERT_KEY_CONTEXT","features":[70]},{"name":"CERT_KEY_CONTEXT_PROP_ID","features":[70]},{"name":"CERT_KEY_ENCIPHERMENT_KEY_USAGE","features":[70]},{"name":"CERT_KEY_IDENTIFIER_PROP_ID","features":[70]},{"name":"CERT_KEY_PROV_HANDLE_PROP_ID","features":[70]},{"name":"CERT_KEY_PROV_INFO_PROP_ID","features":[70]},{"name":"CERT_KEY_REPAIR_ATTEMPTED_PROP_ID","features":[70]},{"name":"CERT_KEY_SPEC","features":[70]},{"name":"CERT_KEY_SPEC_PROP_ID","features":[70]},{"name":"CERT_KEY_USAGE_RESTRICTION_INFO","features":[70]},{"name":"CERT_LAST_RESERVED_PROP_ID","features":[70]},{"name":"CERT_LAST_USER_PROP_ID","features":[70]},{"name":"CERT_LDAP_STORE_AREC_EXCLUSIVE_FLAG","features":[70]},{"name":"CERT_LDAP_STORE_OPENED_FLAG","features":[70]},{"name":"CERT_LDAP_STORE_OPENED_PARA","features":[70]},{"name":"CERT_LDAP_STORE_SIGN_FLAG","features":[70]},{"name":"CERT_LDAP_STORE_UNBIND_FLAG","features":[70]},{"name":"CERT_LOCAL_MACHINE_SYSTEM_STORE_REGPATH","features":[70]},{"name":"CERT_LOGOTYPE_AUDIO","features":[70]},{"name":"CERT_LOGOTYPE_AUDIO_INFO","features":[70]},{"name":"CERT_LOGOTYPE_BITS_IMAGE_RESOLUTION_CHOICE","features":[70]},{"name":"CERT_LOGOTYPE_CHOICE","features":[70]},{"name":"CERT_LOGOTYPE_COLOR_IMAGE_INFO_CHOICE","features":[70]},{"name":"CERT_LOGOTYPE_DATA","features":[70]},{"name":"CERT_LOGOTYPE_DETAILS","features":[70]},{"name":"CERT_LOGOTYPE_DIRECT_INFO_CHOICE","features":[70]},{"name":"CERT_LOGOTYPE_EXT_INFO","features":[70]},{"name":"CERT_LOGOTYPE_GRAY_SCALE_IMAGE_INFO_CHOICE","features":[70]},{"name":"CERT_LOGOTYPE_IMAGE","features":[70]},{"name":"CERT_LOGOTYPE_IMAGE_INFO","features":[70]},{"name":"CERT_LOGOTYPE_IMAGE_INFO_TYPE","features":[70]},{"name":"CERT_LOGOTYPE_INDIRECT_INFO_CHOICE","features":[70]},{"name":"CERT_LOGOTYPE_INFO","features":[70]},{"name":"CERT_LOGOTYPE_NO_IMAGE_RESOLUTION_CHOICE","features":[70]},{"name":"CERT_LOGOTYPE_OPTION","features":[70]},{"name":"CERT_LOGOTYPE_REFERENCE","features":[70]},{"name":"CERT_LOGOTYPE_TABLE_SIZE_IMAGE_RESOLUTION_CHOICE","features":[70]},{"name":"CERT_MD5_HASH_PROP_ID","features":[70]},{"name":"CERT_NAME_ATTR_TYPE","features":[70]},{"name":"CERT_NAME_CONSTRAINTS_INFO","features":[3,70]},{"name":"CERT_NAME_DISABLE_IE4_UTF8_FLAG","features":[70]},{"name":"CERT_NAME_DNS_TYPE","features":[70]},{"name":"CERT_NAME_EMAIL_TYPE","features":[70]},{"name":"CERT_NAME_FRIENDLY_DISPLAY_TYPE","features":[70]},{"name":"CERT_NAME_INFO","features":[70]},{"name":"CERT_NAME_ISSUER_FLAG","features":[70]},{"name":"CERT_NAME_RDN_TYPE","features":[70]},{"name":"CERT_NAME_SEARCH_ALL_NAMES_FLAG","features":[70]},{"name":"CERT_NAME_SIMPLE_DISPLAY_TYPE","features":[70]},{"name":"CERT_NAME_STR_COMMA_FLAG","features":[70]},{"name":"CERT_NAME_STR_CRLF_FLAG","features":[70]},{"name":"CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG","features":[70]},{"name":"CERT_NAME_STR_DISABLE_UTF8_DIR_STR_FLAG","features":[70]},{"name":"CERT_NAME_STR_ENABLE_PUNYCODE_FLAG","features":[70]},{"name":"CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG","features":[70]},{"name":"CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG","features":[70]},{"name":"CERT_NAME_STR_FORCE_UTF8_DIR_STR_FLAG","features":[70]},{"name":"CERT_NAME_STR_FORWARD_FLAG","features":[70]},{"name":"CERT_NAME_STR_NO_PLUS_FLAG","features":[70]},{"name":"CERT_NAME_STR_NO_QUOTING_FLAG","features":[70]},{"name":"CERT_NAME_STR_REVERSE_FLAG","features":[70]},{"name":"CERT_NAME_STR_SEMICOLON_FLAG","features":[70]},{"name":"CERT_NAME_UPN_TYPE","features":[70]},{"name":"CERT_NAME_URL_TYPE","features":[70]},{"name":"CERT_NAME_VALUE","features":[70]},{"name":"CERT_NCRYPT_KEY_HANDLE_PROP_ID","features":[70]},{"name":"CERT_NCRYPT_KEY_HANDLE_TRANSFER_PROP_ID","features":[70]},{"name":"CERT_NCRYPT_KEY_SPEC","features":[70]},{"name":"CERT_NEW_KEY_PROP_ID","features":[70]},{"name":"CERT_NEXT_UPDATE_LOCATION_PROP_ID","features":[70]},{"name":"CERT_NONCOMPLIANT_ROOT_URL_PROP_ID","features":[70]},{"name":"CERT_NON_REPUDIATION_KEY_USAGE","features":[70]},{"name":"CERT_NOT_BEFORE_ENHKEY_USAGE_PROP_ID","features":[70]},{"name":"CERT_NOT_BEFORE_FILETIME_PROP_ID","features":[70]},{"name":"CERT_NO_AUTO_EXPIRE_CHECK_PROP_ID","features":[70]},{"name":"CERT_NO_EXPIRE_NOTIFICATION_PROP_ID","features":[70]},{"name":"CERT_OCM_SUBCOMPONENTS_LOCAL_MACHINE_REGPATH","features":[70]},{"name":"CERT_OCM_SUBCOMPONENTS_ROOT_AUTO_UPDATE_VALUE_NAME","features":[70]},{"name":"CERT_OCSP_CACHE_PREFIX_PROP_ID","features":[70]},{"name":"CERT_OCSP_MUST_STAPLE_PROP_ID","features":[70]},{"name":"CERT_OCSP_RESPONSE_PROP_ID","features":[70]},{"name":"CERT_OFFLINE_CRL_SIGN_KEY_USAGE","features":[70]},{"name":"CERT_OID_NAME_STR","features":[70]},{"name":"CERT_OPEN_STORE_FLAGS","features":[70]},{"name":"CERT_OR_CRL_BLOB","features":[70]},{"name":"CERT_OR_CRL_BUNDLE","features":[70]},{"name":"CERT_OTHER_LOGOTYPE_INFO","features":[70]},{"name":"CERT_OTHER_NAME","features":[70]},{"name":"CERT_PAIR","features":[70]},{"name":"CERT_PHYSICAL_STORE_ADD_ENABLE_FLAG","features":[70]},{"name":"CERT_PHYSICAL_STORE_AUTH_ROOT_NAME","features":[70]},{"name":"CERT_PHYSICAL_STORE_DEFAULT_NAME","features":[70]},{"name":"CERT_PHYSICAL_STORE_DS_USER_CERTIFICATE_NAME","features":[70]},{"name":"CERT_PHYSICAL_STORE_ENTERPRISE_NAME","features":[70]},{"name":"CERT_PHYSICAL_STORE_GROUP_POLICY_NAME","features":[70]},{"name":"CERT_PHYSICAL_STORE_INFO","features":[70]},{"name":"CERT_PHYSICAL_STORE_INSERT_COMPUTER_NAME_ENABLE_FLAG","features":[70]},{"name":"CERT_PHYSICAL_STORE_LOCAL_MACHINE_GROUP_POLICY_NAME","features":[70]},{"name":"CERT_PHYSICAL_STORE_LOCAL_MACHINE_NAME","features":[70]},{"name":"CERT_PHYSICAL_STORE_OPEN_DISABLE_FLAG","features":[70]},{"name":"CERT_PHYSICAL_STORE_PREDEFINED_ENUM_FLAG","features":[70]},{"name":"CERT_PHYSICAL_STORE_REMOTE_OPEN_DISABLE_FLAG","features":[70]},{"name":"CERT_PHYSICAL_STORE_SMART_CARD_NAME","features":[70]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[70]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[70]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_LIST_IDENTIFIER","features":[70]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[70]},{"name":"CERT_PIN_RULES_CAB_FILENAME","features":[70]},{"name":"CERT_PIN_RULES_CTL_FILENAME","features":[70]},{"name":"CERT_PIN_RULES_CTL_FILENAME_A","features":[70]},{"name":"CERT_PIN_SHA256_HASH_PROP_ID","features":[70]},{"name":"CERT_POLICIES_INFO","features":[70]},{"name":"CERT_POLICY95_QUALIFIER1","features":[70]},{"name":"CERT_POLICY_CONSTRAINTS_INFO","features":[3,70]},{"name":"CERT_POLICY_ID","features":[70]},{"name":"CERT_POLICY_INFO","features":[70]},{"name":"CERT_POLICY_MAPPING","features":[70]},{"name":"CERT_POLICY_MAPPINGS_INFO","features":[70]},{"name":"CERT_POLICY_QUALIFIER_INFO","features":[70]},{"name":"CERT_POLICY_QUALIFIER_NOTICE_REFERENCE","features":[70]},{"name":"CERT_POLICY_QUALIFIER_USER_NOTICE","features":[70]},{"name":"CERT_PRIVATE_KEY_VALIDITY","features":[3,70]},{"name":"CERT_PROT_ROOT_DISABLE_CURRENT_USER_FLAG","features":[70]},{"name":"CERT_PROT_ROOT_DISABLE_LM_AUTH_FLAG","features":[70]},{"name":"CERT_PROT_ROOT_DISABLE_NOT_DEFINED_NAME_CONSTRAINT_FLAG","features":[70]},{"name":"CERT_PROT_ROOT_DISABLE_NT_AUTH_REQUIRED_FLAG","features":[70]},{"name":"CERT_PROT_ROOT_DISABLE_PEER_TRUST","features":[70]},{"name":"CERT_PROT_ROOT_FLAGS_VALUE_NAME","features":[70]},{"name":"CERT_PROT_ROOT_INHIBIT_ADD_AT_INIT_FLAG","features":[70]},{"name":"CERT_PROT_ROOT_INHIBIT_PURGE_LM_FLAG","features":[70]},{"name":"CERT_PROT_ROOT_ONLY_LM_GPT_FLAG","features":[70]},{"name":"CERT_PROT_ROOT_PEER_USAGES_VALUE_NAME","features":[70]},{"name":"CERT_PROT_ROOT_PEER_USAGES_VALUE_NAME_A","features":[70]},{"name":"CERT_PUBKEY_ALG_PARA_PROP_ID","features":[70]},{"name":"CERT_PUBKEY_HASH_RESERVED_PROP_ID","features":[70]},{"name":"CERT_PUBLIC_KEY_INFO","features":[70]},{"name":"CERT_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[70]},{"name":"CERT_PVK_FILE_PROP_ID","features":[70]},{"name":"CERT_QC_STATEMENT","features":[70]},{"name":"CERT_QC_STATEMENTS_EXT_INFO","features":[70]},{"name":"CERT_QUERY_CONTENT_CERT","features":[70]},{"name":"CERT_QUERY_CONTENT_CERT_PAIR","features":[70]},{"name":"CERT_QUERY_CONTENT_CRL","features":[70]},{"name":"CERT_QUERY_CONTENT_CTL","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_ALL","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_ALL_ISSUER_CERT","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_CERT","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_CERT_PAIR","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_CRL","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_CTL","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_PFX","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_PFX_AND_LOAD","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS10","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED_EMBED","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_UNSIGNED","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CERT","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CRL","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CTL","features":[70]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_STORE","features":[70]},{"name":"CERT_QUERY_CONTENT_PFX","features":[70]},{"name":"CERT_QUERY_CONTENT_PFX_AND_LOAD","features":[70]},{"name":"CERT_QUERY_CONTENT_PKCS10","features":[70]},{"name":"CERT_QUERY_CONTENT_PKCS7_SIGNED","features":[70]},{"name":"CERT_QUERY_CONTENT_PKCS7_SIGNED_EMBED","features":[70]},{"name":"CERT_QUERY_CONTENT_PKCS7_UNSIGNED","features":[70]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CERT","features":[70]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CRL","features":[70]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CTL","features":[70]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_STORE","features":[70]},{"name":"CERT_QUERY_CONTENT_TYPE","features":[70]},{"name":"CERT_QUERY_CONTENT_TYPE_FLAGS","features":[70]},{"name":"CERT_QUERY_ENCODING_TYPE","features":[70]},{"name":"CERT_QUERY_FORMAT_ASN_ASCII_HEX_ENCODED","features":[70]},{"name":"CERT_QUERY_FORMAT_BASE64_ENCODED","features":[70]},{"name":"CERT_QUERY_FORMAT_BINARY","features":[70]},{"name":"CERT_QUERY_FORMAT_FLAG_ALL","features":[70]},{"name":"CERT_QUERY_FORMAT_FLAG_ASN_ASCII_HEX_ENCODED","features":[70]},{"name":"CERT_QUERY_FORMAT_FLAG_BASE64_ENCODED","features":[70]},{"name":"CERT_QUERY_FORMAT_FLAG_BINARY","features":[70]},{"name":"CERT_QUERY_FORMAT_TYPE","features":[70]},{"name":"CERT_QUERY_FORMAT_TYPE_FLAGS","features":[70]},{"name":"CERT_QUERY_OBJECT_BLOB","features":[70]},{"name":"CERT_QUERY_OBJECT_FILE","features":[70]},{"name":"CERT_QUERY_OBJECT_TYPE","features":[70]},{"name":"CERT_RDN","features":[70]},{"name":"CERT_RDN_ANY_TYPE","features":[70]},{"name":"CERT_RDN_ATTR","features":[70]},{"name":"CERT_RDN_ATTR_VALUE_TYPE","features":[70]},{"name":"CERT_RDN_BMP_STRING","features":[70]},{"name":"CERT_RDN_DISABLE_CHECK_TYPE_FLAG","features":[70]},{"name":"CERT_RDN_DISABLE_IE4_UTF8_FLAG","features":[70]},{"name":"CERT_RDN_ENABLE_PUNYCODE_FLAG","features":[70]},{"name":"CERT_RDN_ENABLE_T61_UNICODE_FLAG","features":[70]},{"name":"CERT_RDN_ENABLE_UTF8_UNICODE_FLAG","features":[70]},{"name":"CERT_RDN_ENCODED_BLOB","features":[70]},{"name":"CERT_RDN_FLAGS_MASK","features":[70]},{"name":"CERT_RDN_FORCE_UTF8_UNICODE_FLAG","features":[70]},{"name":"CERT_RDN_GENERAL_STRING","features":[70]},{"name":"CERT_RDN_GRAPHIC_STRING","features":[70]},{"name":"CERT_RDN_IA5_STRING","features":[70]},{"name":"CERT_RDN_INT4_STRING","features":[70]},{"name":"CERT_RDN_ISO646_STRING","features":[70]},{"name":"CERT_RDN_NUMERIC_STRING","features":[70]},{"name":"CERT_RDN_OCTET_STRING","features":[70]},{"name":"CERT_RDN_PRINTABLE_STRING","features":[70]},{"name":"CERT_RDN_T61_STRING","features":[70]},{"name":"CERT_RDN_TELETEX_STRING","features":[70]},{"name":"CERT_RDN_TYPE_MASK","features":[70]},{"name":"CERT_RDN_UNICODE_STRING","features":[70]},{"name":"CERT_RDN_UNIVERSAL_STRING","features":[70]},{"name":"CERT_RDN_UTF8_STRING","features":[70]},{"name":"CERT_RDN_VIDEOTEX_STRING","features":[70]},{"name":"CERT_RDN_VISIBLE_STRING","features":[70]},{"name":"CERT_REGISTRY_STORE_CLIENT_GPT_FLAG","features":[70]},{"name":"CERT_REGISTRY_STORE_CLIENT_GPT_PARA","features":[70,51]},{"name":"CERT_REGISTRY_STORE_EXTERNAL_FLAG","features":[70]},{"name":"CERT_REGISTRY_STORE_LM_GPT_FLAG","features":[70]},{"name":"CERT_REGISTRY_STORE_MY_IE_DIRTY_FLAG","features":[70]},{"name":"CERT_REGISTRY_STORE_REMOTE_FLAG","features":[70]},{"name":"CERT_REGISTRY_STORE_ROAMING_FLAG","features":[70]},{"name":"CERT_REGISTRY_STORE_ROAMING_PARA","features":[70,51]},{"name":"CERT_REGISTRY_STORE_SERIALIZED_FLAG","features":[70]},{"name":"CERT_RENEWAL_PROP_ID","features":[70]},{"name":"CERT_REQUEST_INFO","features":[70]},{"name":"CERT_REQUEST_ORIGINATOR_PROP_ID","features":[70]},{"name":"CERT_REQUEST_V1","features":[70]},{"name":"CERT_RETRIEVE_BIOMETRIC_PREDEFINED_BASE_TYPE","features":[70]},{"name":"CERT_RETRIEVE_COMMUNITY_LOGO","features":[70]},{"name":"CERT_RETRIEVE_ISSUER_LOGO","features":[70]},{"name":"CERT_RETRIEVE_SUBJECT_LOGO","features":[70]},{"name":"CERT_RETR_BEHAVIOR_FILE_VALUE_NAME","features":[70]},{"name":"CERT_RETR_BEHAVIOR_INET_AUTH_VALUE_NAME","features":[70]},{"name":"CERT_RETR_BEHAVIOR_INET_STATUS_VALUE_NAME","features":[70]},{"name":"CERT_RETR_BEHAVIOR_LDAP_VALUE_NAME","features":[70]},{"name":"CERT_REVOCATION_CHAIN_PARA","features":[3,70]},{"name":"CERT_REVOCATION_CRL_INFO","features":[3,70]},{"name":"CERT_REVOCATION_INFO","features":[3,70]},{"name":"CERT_REVOCATION_PARA","features":[3,70]},{"name":"CERT_REVOCATION_STATUS","features":[3,70]},{"name":"CERT_REVOCATION_STATUS_REASON","features":[70]},{"name":"CERT_ROOT_PROGRAM_CERT_POLICIES_PROP_ID","features":[70]},{"name":"CERT_ROOT_PROGRAM_CHAIN_POLICIES_PROP_ID","features":[70]},{"name":"CERT_ROOT_PROGRAM_FLAGS","features":[70]},{"name":"CERT_ROOT_PROGRAM_FLAG_ADDRESS","features":[70]},{"name":"CERT_ROOT_PROGRAM_FLAG_LSC","features":[70]},{"name":"CERT_ROOT_PROGRAM_FLAG_ORG","features":[70]},{"name":"CERT_ROOT_PROGRAM_FLAG_OU","features":[70]},{"name":"CERT_ROOT_PROGRAM_FLAG_SUBJECT_LOGO","features":[70]},{"name":"CERT_ROOT_PROGRAM_NAME_CONSTRAINTS_PROP_ID","features":[70]},{"name":"CERT_RSA_PUBLIC_KEY_OBJID","features":[70]},{"name":"CERT_SCARD_PIN_ID_PROP_ID","features":[70]},{"name":"CERT_SCARD_PIN_INFO_PROP_ID","features":[70]},{"name":"CERT_SCEP_CA_CERT_PROP_ID","features":[70]},{"name":"CERT_SCEP_ENCRYPT_HASH_CNG_ALG_PROP_ID","features":[70]},{"name":"CERT_SCEP_FLAGS_PROP_ID","features":[70]},{"name":"CERT_SCEP_GUID_PROP_ID","features":[70]},{"name":"CERT_SCEP_NONCE_PROP_ID","features":[70]},{"name":"CERT_SCEP_RA_ENCRYPTION_CERT_PROP_ID","features":[70]},{"name":"CERT_SCEP_RA_SIGNATURE_CERT_PROP_ID","features":[70]},{"name":"CERT_SCEP_SERVER_CERTS_PROP_ID","features":[70]},{"name":"CERT_SCEP_SIGNER_CERT_PROP_ID","features":[70]},{"name":"CERT_SELECT_ALLOW_DUPLICATES","features":[70]},{"name":"CERT_SELECT_ALLOW_EXPIRED","features":[70]},{"name":"CERT_SELECT_BY_ENHKEY_USAGE","features":[70]},{"name":"CERT_SELECT_BY_EXTENSION","features":[70]},{"name":"CERT_SELECT_BY_FRIENDLYNAME","features":[70]},{"name":"CERT_SELECT_BY_ISSUER_ATTR","features":[70]},{"name":"CERT_SELECT_BY_ISSUER_DISPLAYNAME","features":[70]},{"name":"CERT_SELECT_BY_ISSUER_NAME","features":[70]},{"name":"CERT_SELECT_BY_KEY_USAGE","features":[70]},{"name":"CERT_SELECT_BY_POLICY_OID","features":[70]},{"name":"CERT_SELECT_BY_PROV_NAME","features":[70]},{"name":"CERT_SELECT_BY_PUBLIC_KEY","features":[70]},{"name":"CERT_SELECT_BY_SUBJECT_ATTR","features":[70]},{"name":"CERT_SELECT_BY_SUBJECT_HOST_NAME","features":[70]},{"name":"CERT_SELECT_BY_THUMBPRINT","features":[70]},{"name":"CERT_SELECT_BY_TLS_SIGNATURES","features":[70]},{"name":"CERT_SELECT_CHAIN_PARA","features":[3,70]},{"name":"CERT_SELECT_CRITERIA","features":[70]},{"name":"CERT_SELECT_CRITERIA_TYPE","features":[70]},{"name":"CERT_SELECT_DISALLOW_SELFSIGNED","features":[70]},{"name":"CERT_SELECT_HARDWARE_ONLY","features":[70]},{"name":"CERT_SELECT_HAS_KEY_FOR_KEY_EXCHANGE","features":[70]},{"name":"CERT_SELECT_HAS_KEY_FOR_SIGNATURE","features":[70]},{"name":"CERT_SELECT_HAS_PRIVATE_KEY","features":[70]},{"name":"CERT_SELECT_IGNORE_AUTOSELECT","features":[70]},{"name":"CERT_SELECT_MAX_PARA","features":[70]},{"name":"CERT_SELECT_TRUSTED_ROOT","features":[70]},{"name":"CERT_SEND_AS_TRUSTED_ISSUER_PROP_ID","features":[70]},{"name":"CERT_SERIALIZABLE_KEY_CONTEXT_PROP_ID","features":[70]},{"name":"CERT_SERIAL_CHAIN_PROP_ID","features":[70]},{"name":"CERT_SERVER_OCSP_RESPONSE_ASYNC_FLAG","features":[70]},{"name":"CERT_SERVER_OCSP_RESPONSE_CONTEXT","features":[70]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA","features":[3,70]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA_READ_FLAG","features":[70]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA_WRITE_FLAG","features":[70]},{"name":"CERT_SET_KEY_CONTEXT_PROP_ID","features":[70]},{"name":"CERT_SET_KEY_PROV_HANDLE_PROP_ID","features":[70]},{"name":"CERT_SET_PROPERTY_IGNORE_PERSIST_ERROR_FLAG","features":[70]},{"name":"CERT_SET_PROPERTY_INHIBIT_PERSIST_FLAG","features":[70]},{"name":"CERT_SHA1_HASH_PROP_ID","features":[70]},{"name":"CERT_SHA256_HASH_PROP_ID","features":[70]},{"name":"CERT_SIGNATURE_HASH_PROP_ID","features":[70]},{"name":"CERT_SIGNED_CONTENT_INFO","features":[70]},{"name":"CERT_SIGN_HASH_CNG_ALG_PROP_ID","features":[70]},{"name":"CERT_SIMPLE_CHAIN","features":[3,70]},{"name":"CERT_SIMPLE_NAME_STR","features":[70]},{"name":"CERT_SMART_CARD_DATA_PROP_ID","features":[70]},{"name":"CERT_SMART_CARD_READER_NON_REMOVABLE_PROP_ID","features":[70]},{"name":"CERT_SMART_CARD_READER_PROP_ID","features":[70]},{"name":"CERT_SMART_CARD_ROOT_INFO_PROP_ID","features":[70]},{"name":"CERT_SOURCE_LOCATION_PROP_ID","features":[70]},{"name":"CERT_SOURCE_URL_PROP_ID","features":[70]},{"name":"CERT_SRV_OCSP_RESP_MAX_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[70]},{"name":"CERT_SRV_OCSP_RESP_MAX_SYNC_CERT_FILE_SECONDS_VALUE_NAME","features":[70]},{"name":"CERT_SRV_OCSP_RESP_MIN_AFTER_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[70]},{"name":"CERT_SRV_OCSP_RESP_MIN_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[70]},{"name":"CERT_SRV_OCSP_RESP_MIN_SYNC_CERT_FILE_SECONDS_DEFAULT","features":[70]},{"name":"CERT_SRV_OCSP_RESP_MIN_SYNC_CERT_FILE_SECONDS_VALUE_NAME","features":[70]},{"name":"CERT_SRV_OCSP_RESP_MIN_VALIDITY_SECONDS_VALUE_NAME","features":[70]},{"name":"CERT_SRV_OCSP_RESP_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[70]},{"name":"CERT_STORE_ADD_ALWAYS","features":[70]},{"name":"CERT_STORE_ADD_NEW","features":[70]},{"name":"CERT_STORE_ADD_NEWER","features":[70]},{"name":"CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES","features":[70]},{"name":"CERT_STORE_ADD_REPLACE_EXISTING","features":[70]},{"name":"CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES","features":[70]},{"name":"CERT_STORE_ADD_USE_EXISTING","features":[70]},{"name":"CERT_STORE_BACKUP_RESTORE_FLAG","features":[70]},{"name":"CERT_STORE_BASE_CRL_FLAG","features":[70]},{"name":"CERT_STORE_CERTIFICATE_CONTEXT","features":[70]},{"name":"CERT_STORE_CREATE_NEW_FLAG","features":[70]},{"name":"CERT_STORE_CRL_CONTEXT","features":[70]},{"name":"CERT_STORE_CTL_CONTEXT","features":[70]},{"name":"CERT_STORE_CTRL_AUTO_RESYNC","features":[70]},{"name":"CERT_STORE_CTRL_CANCEL_NOTIFY","features":[70]},{"name":"CERT_STORE_CTRL_COMMIT","features":[70]},{"name":"CERT_STORE_CTRL_COMMIT_CLEAR_FLAG","features":[70]},{"name":"CERT_STORE_CTRL_COMMIT_FORCE_FLAG","features":[70]},{"name":"CERT_STORE_CTRL_INHIBIT_DUPLICATE_HANDLE_FLAG","features":[70]},{"name":"CERT_STORE_CTRL_NOTIFY_CHANGE","features":[70]},{"name":"CERT_STORE_CTRL_RESYNC","features":[70]},{"name":"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG","features":[70]},{"name":"CERT_STORE_DELETE_FLAG","features":[70]},{"name":"CERT_STORE_DELTA_CRL_FLAG","features":[70]},{"name":"CERT_STORE_ENUM_ARCHIVED_FLAG","features":[70]},{"name":"CERT_STORE_LOCALIZED_NAME_PROP_ID","features":[70]},{"name":"CERT_STORE_MANIFOLD_FLAG","features":[70]},{"name":"CERT_STORE_MAXIMUM_ALLOWED_FLAG","features":[70]},{"name":"CERT_STORE_NO_CRL_FLAG","features":[70]},{"name":"CERT_STORE_NO_CRYPT_RELEASE_FLAG","features":[70]},{"name":"CERT_STORE_NO_ISSUER_FLAG","features":[70]},{"name":"CERT_STORE_OPEN_EXISTING_FLAG","features":[70]},{"name":"CERT_STORE_PROV_CLOSE_FUNC","features":[70]},{"name":"CERT_STORE_PROV_COLLECTION","features":[70]},{"name":"CERT_STORE_PROV_CONTROL_FUNC","features":[70]},{"name":"CERT_STORE_PROV_DELETED_FLAG","features":[70]},{"name":"CERT_STORE_PROV_DELETE_CERT_FUNC","features":[70]},{"name":"CERT_STORE_PROV_DELETE_CRL_FUNC","features":[70]},{"name":"CERT_STORE_PROV_DELETE_CTL_FUNC","features":[70]},{"name":"CERT_STORE_PROV_EXTERNAL_FLAG","features":[70]},{"name":"CERT_STORE_PROV_FILE","features":[70]},{"name":"CERT_STORE_PROV_FILENAME","features":[70]},{"name":"CERT_STORE_PROV_FILENAME_A","features":[70]},{"name":"CERT_STORE_PROV_FILENAME_W","features":[70]},{"name":"CERT_STORE_PROV_FIND_CERT_FUNC","features":[70]},{"name":"CERT_STORE_PROV_FIND_CRL_FUNC","features":[70]},{"name":"CERT_STORE_PROV_FIND_CTL_FUNC","features":[70]},{"name":"CERT_STORE_PROV_FIND_INFO","features":[70]},{"name":"CERT_STORE_PROV_FLAGS","features":[70]},{"name":"CERT_STORE_PROV_FREE_FIND_CERT_FUNC","features":[70]},{"name":"CERT_STORE_PROV_FREE_FIND_CRL_FUNC","features":[70]},{"name":"CERT_STORE_PROV_FREE_FIND_CTL_FUNC","features":[70]},{"name":"CERT_STORE_PROV_GET_CERT_PROPERTY_FUNC","features":[70]},{"name":"CERT_STORE_PROV_GET_CRL_PROPERTY_FUNC","features":[70]},{"name":"CERT_STORE_PROV_GET_CTL_PROPERTY_FUNC","features":[70]},{"name":"CERT_STORE_PROV_GP_SYSTEM_STORE_FLAG","features":[70]},{"name":"CERT_STORE_PROV_INFO","features":[70]},{"name":"CERT_STORE_PROV_LDAP","features":[70]},{"name":"CERT_STORE_PROV_LDAP_W","features":[70]},{"name":"CERT_STORE_PROV_LM_SYSTEM_STORE_FLAG","features":[70]},{"name":"CERT_STORE_PROV_MEMORY","features":[70]},{"name":"CERT_STORE_PROV_MSG","features":[70]},{"name":"CERT_STORE_PROV_NO_PERSIST_FLAG","features":[70]},{"name":"CERT_STORE_PROV_PHYSICAL","features":[70]},{"name":"CERT_STORE_PROV_PHYSICAL_W","features":[70]},{"name":"CERT_STORE_PROV_PKCS12","features":[70]},{"name":"CERT_STORE_PROV_PKCS7","features":[70]},{"name":"CERT_STORE_PROV_READ_CERT_FUNC","features":[70]},{"name":"CERT_STORE_PROV_READ_CRL_FUNC","features":[70]},{"name":"CERT_STORE_PROV_READ_CTL_FUNC","features":[70]},{"name":"CERT_STORE_PROV_REG","features":[70]},{"name":"CERT_STORE_PROV_SERIALIZED","features":[70]},{"name":"CERT_STORE_PROV_SET_CERT_PROPERTY_FUNC","features":[70]},{"name":"CERT_STORE_PROV_SET_CRL_PROPERTY_FUNC","features":[70]},{"name":"CERT_STORE_PROV_SET_CTL_PROPERTY_FUNC","features":[70]},{"name":"CERT_STORE_PROV_SHARED_USER_FLAG","features":[70]},{"name":"CERT_STORE_PROV_SMART_CARD","features":[70]},{"name":"CERT_STORE_PROV_SMART_CARD_W","features":[70]},{"name":"CERT_STORE_PROV_SYSTEM","features":[70]},{"name":"CERT_STORE_PROV_SYSTEM_A","features":[70]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY","features":[70]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY_A","features":[70]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY_W","features":[70]},{"name":"CERT_STORE_PROV_SYSTEM_STORE_FLAG","features":[70]},{"name":"CERT_STORE_PROV_SYSTEM_W","features":[70]},{"name":"CERT_STORE_PROV_WRITE_ADD_FLAG","features":[70]},{"name":"CERT_STORE_PROV_WRITE_CERT_FUNC","features":[70]},{"name":"CERT_STORE_PROV_WRITE_CRL_FUNC","features":[70]},{"name":"CERT_STORE_PROV_WRITE_CTL_FUNC","features":[70]},{"name":"CERT_STORE_READONLY_FLAG","features":[70]},{"name":"CERT_STORE_REVOCATION_FLAG","features":[70]},{"name":"CERT_STORE_SAVE_AS","features":[70]},{"name":"CERT_STORE_SAVE_AS_PKCS12","features":[70]},{"name":"CERT_STORE_SAVE_AS_PKCS7","features":[70]},{"name":"CERT_STORE_SAVE_AS_STORE","features":[70]},{"name":"CERT_STORE_SAVE_TO","features":[70]},{"name":"CERT_STORE_SAVE_TO_FILE","features":[70]},{"name":"CERT_STORE_SAVE_TO_FILENAME","features":[70]},{"name":"CERT_STORE_SAVE_TO_FILENAME_A","features":[70]},{"name":"CERT_STORE_SAVE_TO_FILENAME_W","features":[70]},{"name":"CERT_STORE_SAVE_TO_MEMORY","features":[70]},{"name":"CERT_STORE_SET_LOCALIZED_NAME_FLAG","features":[70]},{"name":"CERT_STORE_SHARE_CONTEXT_FLAG","features":[70]},{"name":"CERT_STORE_SHARE_STORE_FLAG","features":[70]},{"name":"CERT_STORE_SIGNATURE_FLAG","features":[70]},{"name":"CERT_STORE_TIME_VALIDITY_FLAG","features":[70]},{"name":"CERT_STORE_UNSAFE_PHYSICAL_FLAG","features":[70]},{"name":"CERT_STORE_UPDATE_KEYID_FLAG","features":[70]},{"name":"CERT_STRING_TYPE","features":[70]},{"name":"CERT_STRONG_SIGN_ECDSA_ALGORITHM","features":[70]},{"name":"CERT_STRONG_SIGN_ENABLE_CRL_CHECK","features":[70]},{"name":"CERT_STRONG_SIGN_ENABLE_OCSP_CHECK","features":[70]},{"name":"CERT_STRONG_SIGN_FLAGS","features":[70]},{"name":"CERT_STRONG_SIGN_OID_INFO_CHOICE","features":[70]},{"name":"CERT_STRONG_SIGN_PARA","features":[70]},{"name":"CERT_STRONG_SIGN_SERIALIZED_INFO","features":[70]},{"name":"CERT_STRONG_SIGN_SERIALIZED_INFO_CHOICE","features":[70]},{"name":"CERT_SUBJECT_DISABLE_CRL_PROP_ID","features":[70]},{"name":"CERT_SUBJECT_INFO_ACCESS_PROP_ID","features":[70]},{"name":"CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[70]},{"name":"CERT_SUBJECT_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[70]},{"name":"CERT_SUBJECT_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[70]},{"name":"CERT_SUBJECT_PUB_KEY_BIT_LENGTH_PROP_ID","features":[70]},{"name":"CERT_SUPPORTED_ALGORITHM_INFO","features":[70]},{"name":"CERT_SYSTEM_STORE_CURRENT_SERVICE_ID","features":[70]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER","features":[70]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY_ID","features":[70]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER_ID","features":[70]},{"name":"CERT_SYSTEM_STORE_DEFER_READ_FLAG","features":[70]},{"name":"CERT_SYSTEM_STORE_FLAGS","features":[70]},{"name":"CERT_SYSTEM_STORE_INFO","features":[70]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE","features":[70]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE_ID","features":[70]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY_ID","features":[70]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_ID","features":[70]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_WCOS_ID","features":[70]},{"name":"CERT_SYSTEM_STORE_LOCATION_MASK","features":[70]},{"name":"CERT_SYSTEM_STORE_LOCATION_SHIFT","features":[70]},{"name":"CERT_SYSTEM_STORE_MASK","features":[70]},{"name":"CERT_SYSTEM_STORE_RELOCATE_FLAG","features":[70]},{"name":"CERT_SYSTEM_STORE_RELOCATE_PARA","features":[70,51]},{"name":"CERT_SYSTEM_STORE_SERVICES_ID","features":[70]},{"name":"CERT_SYSTEM_STORE_UNPROTECTED_FLAG","features":[70]},{"name":"CERT_SYSTEM_STORE_USERS_ID","features":[70]},{"name":"CERT_TEMPLATE_EXT","features":[3,70]},{"name":"CERT_TIMESTAMP_HASH_USE_TYPE","features":[70]},{"name":"CERT_TPM_SPECIFICATION_INFO","features":[70]},{"name":"CERT_TRUST_AUTO_UPDATE_CA_REVOCATION","features":[70]},{"name":"CERT_TRUST_AUTO_UPDATE_END_REVOCATION","features":[70]},{"name":"CERT_TRUST_BEFORE_DISALLOWED_CA_FILETIME","features":[70]},{"name":"CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID","features":[70]},{"name":"CERT_TRUST_CTL_IS_NOT_TIME_VALID","features":[70]},{"name":"CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE","features":[70]},{"name":"CERT_TRUST_HAS_ALLOW_WEAK_SIGNATURE","features":[70]},{"name":"CERT_TRUST_HAS_AUTO_UPDATE_WEAK_SIGNATURE","features":[70]},{"name":"CERT_TRUST_HAS_CRL_VALIDITY_EXTENDED","features":[70]},{"name":"CERT_TRUST_HAS_EXACT_MATCH_ISSUER","features":[70]},{"name":"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT","features":[70]},{"name":"CERT_TRUST_HAS_ISSUANCE_CHAIN_POLICY","features":[70]},{"name":"CERT_TRUST_HAS_KEY_MATCH_ISSUER","features":[70]},{"name":"CERT_TRUST_HAS_NAME_MATCH_ISSUER","features":[70]},{"name":"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT","features":[70]},{"name":"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT","features":[70]},{"name":"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT","features":[70]},{"name":"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT","features":[70]},{"name":"CERT_TRUST_HAS_PREFERRED_ISSUER","features":[70]},{"name":"CERT_TRUST_HAS_VALID_NAME_CONSTRAINTS","features":[70]},{"name":"CERT_TRUST_HAS_WEAK_HYGIENE","features":[70]},{"name":"CERT_TRUST_HAS_WEAK_SIGNATURE","features":[70]},{"name":"CERT_TRUST_INVALID_BASIC_CONSTRAINTS","features":[70]},{"name":"CERT_TRUST_INVALID_EXTENSION","features":[70]},{"name":"CERT_TRUST_INVALID_NAME_CONSTRAINTS","features":[70]},{"name":"CERT_TRUST_INVALID_POLICY_CONSTRAINTS","features":[70]},{"name":"CERT_TRUST_IS_CA_TRUSTED","features":[70]},{"name":"CERT_TRUST_IS_COMPLEX_CHAIN","features":[70]},{"name":"CERT_TRUST_IS_CYCLIC","features":[70]},{"name":"CERT_TRUST_IS_EXPLICIT_DISTRUST","features":[70]},{"name":"CERT_TRUST_IS_FROM_EXCLUSIVE_TRUST_STORE","features":[70]},{"name":"CERT_TRUST_IS_KEY_ROLLOVER","features":[70]},{"name":"CERT_TRUST_IS_NOT_SIGNATURE_VALID","features":[70]},{"name":"CERT_TRUST_IS_NOT_TIME_NESTED","features":[70]},{"name":"CERT_TRUST_IS_NOT_TIME_VALID","features":[70]},{"name":"CERT_TRUST_IS_NOT_VALID_FOR_USAGE","features":[70]},{"name":"CERT_TRUST_IS_OFFLINE_REVOCATION","features":[70]},{"name":"CERT_TRUST_IS_PARTIAL_CHAIN","features":[70]},{"name":"CERT_TRUST_IS_PEER_TRUSTED","features":[70]},{"name":"CERT_TRUST_IS_REVOKED","features":[70]},{"name":"CERT_TRUST_IS_SELF_SIGNED","features":[70]},{"name":"CERT_TRUST_IS_UNTRUSTED_ROOT","features":[70]},{"name":"CERT_TRUST_LIST_INFO","features":[3,70]},{"name":"CERT_TRUST_NO_ERROR","features":[70]},{"name":"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY","features":[70]},{"name":"CERT_TRUST_NO_OCSP_FAILOVER_TO_CRL","features":[70]},{"name":"CERT_TRUST_NO_TIME_CHECK","features":[70]},{"name":"CERT_TRUST_PUB_ALLOW_END_USER_TRUST","features":[70]},{"name":"CERT_TRUST_PUB_ALLOW_ENTERPRISE_ADMIN_TRUST","features":[70]},{"name":"CERT_TRUST_PUB_ALLOW_MACHINE_ADMIN_TRUST","features":[70]},{"name":"CERT_TRUST_PUB_ALLOW_TRUST_MASK","features":[70]},{"name":"CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME","features":[70]},{"name":"CERT_TRUST_PUB_CHECK_PUBLISHER_REV_FLAG","features":[70]},{"name":"CERT_TRUST_PUB_CHECK_TIMESTAMP_REV_FLAG","features":[70]},{"name":"CERT_TRUST_REVOCATION_STATUS_UNKNOWN","features":[70]},{"name":"CERT_TRUST_SSL_HANDSHAKE_OCSP","features":[70]},{"name":"CERT_TRUST_SSL_RECONNECT_OCSP","features":[70]},{"name":"CERT_TRUST_SSL_TIME_VALID","features":[70]},{"name":"CERT_TRUST_SSL_TIME_VALID_OCSP","features":[70]},{"name":"CERT_TRUST_STATUS","features":[70]},{"name":"CERT_UNICODE_ATTR_ERR_INDEX_MASK","features":[70]},{"name":"CERT_UNICODE_ATTR_ERR_INDEX_SHIFT","features":[70]},{"name":"CERT_UNICODE_IS_RDN_ATTRS_FLAG","features":[70]},{"name":"CERT_UNICODE_RDN_ERR_INDEX_MASK","features":[70]},{"name":"CERT_UNICODE_RDN_ERR_INDEX_SHIFT","features":[70]},{"name":"CERT_UNICODE_VALUE_ERR_INDEX_MASK","features":[70]},{"name":"CERT_UNICODE_VALUE_ERR_INDEX_SHIFT","features":[70]},{"name":"CERT_USAGE_MATCH","features":[70]},{"name":"CERT_V1","features":[70]},{"name":"CERT_V2","features":[70]},{"name":"CERT_V3","features":[70]},{"name":"CERT_VERIFY_ALLOW_MORE_USAGE_FLAG","features":[70]},{"name":"CERT_VERIFY_CACHE_ONLY_BASED_REVOCATION","features":[70]},{"name":"CERT_VERIFY_INHIBIT_CTL_UPDATE_FLAG","features":[70]},{"name":"CERT_VERIFY_NO_TIME_CHECK_FLAG","features":[70]},{"name":"CERT_VERIFY_REV_ACCUMULATIVE_TIMEOUT_FLAG","features":[70]},{"name":"CERT_VERIFY_REV_CHAIN_FLAG","features":[70]},{"name":"CERT_VERIFY_REV_NO_OCSP_FAILOVER_TO_CRL_FLAG","features":[70]},{"name":"CERT_VERIFY_REV_SERVER_OCSP_FLAG","features":[70]},{"name":"CERT_VERIFY_REV_SERVER_OCSP_WIRE_ONLY_FLAG","features":[70]},{"name":"CERT_VERIFY_TRUSTED_SIGNERS_FLAG","features":[70]},{"name":"CERT_VERIFY_UPDATED_CTL_FLAG","features":[70]},{"name":"CERT_X500_NAME_STR","features":[70]},{"name":"CERT_X942_DH_PARAMETERS","features":[70]},{"name":"CERT_X942_DH_VALIDATION_PARAMS","features":[70]},{"name":"CERT_XML_NAME_STR","features":[70]},{"name":"CESSetupProperty","features":[70]},{"name":"CKP_BLOCK_LENGTH","features":[70]},{"name":"CKP_CHAINING_MODE","features":[70]},{"name":"CKP_INITIALIZATION_VECTOR","features":[70]},{"name":"CLAIMLIST","features":[70]},{"name":"CLMD_FILE_TAG_CARD_AUTH_CERT","features":[70]},{"name":"CLMD_FILE_TAG_CARD_CAPABILITY_CONTAINER","features":[70]},{"name":"CLMD_FILE_TAG_CHUID","features":[70]},{"name":"CLMD_FILE_TAG_FACIAL_IMAGE","features":[70]},{"name":"CLMD_FILE_TAG_FINGERPRINT","features":[70]},{"name":"CLMD_FILE_TAG_FIRST_RETIRED_KEY_MGMT_KEY","features":[70]},{"name":"CLMD_FILE_TAG_KEY_HISTORY","features":[70]},{"name":"CLMD_FILE_TAG_KEY_MGMT_CERT","features":[70]},{"name":"CLMD_FILE_TAG_LAST_RETIRED_KEY_MGMT_KEY","features":[70]},{"name":"CLMD_FILE_TAG_PIV_AUTH_CERT","features":[70]},{"name":"CLMD_FILE_TAG_PRINTED_INFORMATION","features":[70]},{"name":"CLMD_FILE_TAG_SECURITY_OBJECT","features":[70]},{"name":"CLMD_FILE_TAG_SIG_CERT","features":[70]},{"name":"CLMD_FILE_TAG_UNSIGNED_CHUID","features":[70]},{"name":"CLMD_PIV_CERT_DATA","features":[70]},{"name":"CLMD_PIV_CERT_DATA_CURRENT_VERSION","features":[70]},{"name":"CLMD_PIV_GENERATE_ASYMMETRIC_KEY","features":[70]},{"name":"CLMD_PIV_GENERATE_ASYMMETRIC_KEY_CURRENT_VERSION","features":[70]},{"name":"CLMD_PIV_PUBLIC_KEY_DATA","features":[70]},{"name":"CLMD_PIV_PUBLIC_KEY_DATA_CURRENT_VERSION","features":[70]},{"name":"CMC_ADD_ATTRIBUTES","features":[70]},{"name":"CMC_ADD_ATTRIBUTES_INFO","features":[70]},{"name":"CMC_ADD_EXTENSIONS","features":[70]},{"name":"CMC_ADD_EXTENSIONS_INFO","features":[3,70]},{"name":"CMC_DATA","features":[70]},{"name":"CMC_DATA_INFO","features":[70]},{"name":"CMC_FAIL_BAD_ALG","features":[70]},{"name":"CMC_FAIL_BAD_CERT_ID","features":[70]},{"name":"CMC_FAIL_BAD_IDENTITY","features":[70]},{"name":"CMC_FAIL_BAD_MESSAGE_CHECK","features":[70]},{"name":"CMC_FAIL_BAD_REQUEST","features":[70]},{"name":"CMC_FAIL_BAD_TIME","features":[70]},{"name":"CMC_FAIL_INTERNAL_CA_ERROR","features":[70]},{"name":"CMC_FAIL_MUST_ARCHIVE_KEYS","features":[70]},{"name":"CMC_FAIL_NO_KEY_REUSE","features":[70]},{"name":"CMC_FAIL_POP_FAILED","features":[70]},{"name":"CMC_FAIL_POP_REQUIRED","features":[70]},{"name":"CMC_FAIL_TRY_LATER","features":[70]},{"name":"CMC_FAIL_UNSUPORTED_EXT","features":[70]},{"name":"CMC_OTHER_INFO_FAIL_CHOICE","features":[70]},{"name":"CMC_OTHER_INFO_NO_CHOICE","features":[70]},{"name":"CMC_OTHER_INFO_PEND_CHOICE","features":[70]},{"name":"CMC_PEND_INFO","features":[3,70]},{"name":"CMC_RESPONSE","features":[70]},{"name":"CMC_RESPONSE_INFO","features":[70]},{"name":"CMC_STATUS","features":[70]},{"name":"CMC_STATUS_CONFIRM_REQUIRED","features":[70]},{"name":"CMC_STATUS_FAILED","features":[70]},{"name":"CMC_STATUS_INFO","features":[3,70]},{"name":"CMC_STATUS_NO_SUPPORT","features":[70]},{"name":"CMC_STATUS_PENDING","features":[70]},{"name":"CMC_STATUS_SUCCESS","features":[70]},{"name":"CMC_TAGGED_ATTRIBUTE","features":[70]},{"name":"CMC_TAGGED_CERT_REQUEST","features":[70]},{"name":"CMC_TAGGED_CERT_REQUEST_CHOICE","features":[70]},{"name":"CMC_TAGGED_CONTENT_INFO","features":[70]},{"name":"CMC_TAGGED_OTHER_MSG","features":[70]},{"name":"CMC_TAGGED_REQUEST","features":[70]},{"name":"CMSCEPSetup","features":[70]},{"name":"CMSG_ATTR_CERT_COUNT_PARAM","features":[70]},{"name":"CMSG_ATTR_CERT_PARAM","features":[70]},{"name":"CMSG_AUTHENTICATED_ATTRIBUTES_FLAG","features":[70]},{"name":"CMSG_BARE_CONTENT_FLAG","features":[70]},{"name":"CMSG_BARE_CONTENT_PARAM","features":[70]},{"name":"CMSG_CERT_COUNT_PARAM","features":[70]},{"name":"CMSG_CERT_PARAM","features":[70]},{"name":"CMSG_CMS_ENCAPSULATED_CONTENT_FLAG","features":[70]},{"name":"CMSG_CMS_ENCAPSULATED_CTL_FLAG","features":[70]},{"name":"CMSG_CMS_RECIPIENT_COUNT_PARAM","features":[70]},{"name":"CMSG_CMS_RECIPIENT_ENCRYPTED_KEY_INDEX_PARAM","features":[70]},{"name":"CMSG_CMS_RECIPIENT_INDEX_PARAM","features":[70]},{"name":"CMSG_CMS_RECIPIENT_INFO","features":[3,70]},{"name":"CMSG_CMS_RECIPIENT_INFO_PARAM","features":[70]},{"name":"CMSG_CMS_SIGNER_INFO","features":[70]},{"name":"CMSG_CMS_SIGNER_INFO_PARAM","features":[70]},{"name":"CMSG_CNG_CONTENT_DECRYPT_INFO","features":[70]},{"name":"CMSG_COMPUTED_HASH_PARAM","features":[70]},{"name":"CMSG_CONTENTS_OCTETS_FLAG","features":[70]},{"name":"CMSG_CONTENT_ENCRYPT_FREE_OBJID_FLAG","features":[70]},{"name":"CMSG_CONTENT_ENCRYPT_FREE_PARA_FLAG","features":[70]},{"name":"CMSG_CONTENT_ENCRYPT_INFO","features":[3,70]},{"name":"CMSG_CONTENT_ENCRYPT_PAD_ENCODED_LEN_FLAG","features":[70]},{"name":"CMSG_CONTENT_ENCRYPT_RELEASE_CONTEXT_FLAG","features":[70]},{"name":"CMSG_CONTENT_PARAM","features":[70]},{"name":"CMSG_CRL_COUNT_PARAM","features":[70]},{"name":"CMSG_CRL_PARAM","features":[70]},{"name":"CMSG_CRYPT_RELEASE_CONTEXT_FLAG","features":[70]},{"name":"CMSG_CTRL_ADD_ATTR_CERT","features":[70]},{"name":"CMSG_CTRL_ADD_CERT","features":[70]},{"name":"CMSG_CTRL_ADD_CMS_SIGNER_INFO","features":[70]},{"name":"CMSG_CTRL_ADD_CRL","features":[70]},{"name":"CMSG_CTRL_ADD_SIGNER","features":[70]},{"name":"CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR","features":[70]},{"name":"CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA","features":[70]},{"name":"CMSG_CTRL_DECRYPT","features":[70]},{"name":"CMSG_CTRL_DECRYPT_PARA","features":[70]},{"name":"CMSG_CTRL_DEL_ATTR_CERT","features":[70]},{"name":"CMSG_CTRL_DEL_CERT","features":[70]},{"name":"CMSG_CTRL_DEL_CRL","features":[70]},{"name":"CMSG_CTRL_DEL_SIGNER","features":[70]},{"name":"CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR","features":[70]},{"name":"CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA","features":[70]},{"name":"CMSG_CTRL_ENABLE_STRONG_SIGNATURE","features":[70]},{"name":"CMSG_CTRL_KEY_AGREE_DECRYPT","features":[70]},{"name":"CMSG_CTRL_KEY_AGREE_DECRYPT_PARA","features":[3,70]},{"name":"CMSG_CTRL_KEY_TRANS_DECRYPT","features":[70]},{"name":"CMSG_CTRL_KEY_TRANS_DECRYPT_PARA","features":[70]},{"name":"CMSG_CTRL_MAIL_LIST_DECRYPT","features":[70]},{"name":"CMSG_CTRL_MAIL_LIST_DECRYPT_PARA","features":[3,70]},{"name":"CMSG_CTRL_VERIFY_HASH","features":[70]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE","features":[70]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE_EX","features":[70]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA","features":[70]},{"name":"CMSG_DATA","features":[70]},{"name":"CMSG_DEFAULT_INSTALLABLE_FUNC_OID","features":[70]},{"name":"CMSG_DETACHED_FLAG","features":[70]},{"name":"CMSG_ENCODED_MESSAGE","features":[70]},{"name":"CMSG_ENCODED_SIGNER","features":[70]},{"name":"CMSG_ENCODE_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[70]},{"name":"CMSG_ENCODE_SORTED_CTL_FLAG","features":[70]},{"name":"CMSG_ENCODING_TYPE_MASK","features":[70]},{"name":"CMSG_ENCRYPTED","features":[70]},{"name":"CMSG_ENCRYPTED_DIGEST","features":[70]},{"name":"CMSG_ENCRYPTED_ENCODE_INFO","features":[70]},{"name":"CMSG_ENCRYPT_PARAM","features":[70]},{"name":"CMSG_ENVELOPED","features":[70]},{"name":"CMSG_ENVELOPED_DATA_CMS_VERSION","features":[70]},{"name":"CMSG_ENVELOPED_DATA_PKCS_1_5_VERSION","features":[70]},{"name":"CMSG_ENVELOPED_DATA_V0","features":[70]},{"name":"CMSG_ENVELOPED_DATA_V2","features":[70]},{"name":"CMSG_ENVELOPED_ENCODE_INFO","features":[3,70]},{"name":"CMSG_ENVELOPED_RECIPIENT_V0","features":[70]},{"name":"CMSG_ENVELOPED_RECIPIENT_V2","features":[70]},{"name":"CMSG_ENVELOPED_RECIPIENT_V3","features":[70]},{"name":"CMSG_ENVELOPED_RECIPIENT_V4","features":[70]},{"name":"CMSG_ENVELOPE_ALGORITHM_PARAM","features":[70]},{"name":"CMSG_HASHED","features":[70]},{"name":"CMSG_HASHED_DATA_CMS_VERSION","features":[70]},{"name":"CMSG_HASHED_DATA_PKCS_1_5_VERSION","features":[70]},{"name":"CMSG_HASHED_DATA_V0","features":[70]},{"name":"CMSG_HASHED_DATA_V2","features":[70]},{"name":"CMSG_HASHED_ENCODE_INFO","features":[70]},{"name":"CMSG_HASH_ALGORITHM_PARAM","features":[70]},{"name":"CMSG_HASH_DATA_PARAM","features":[70]},{"name":"CMSG_INDEFINITE_LENGTH","features":[70]},{"name":"CMSG_INNER_CONTENT_TYPE_PARAM","features":[70]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_MATERIAL_FLAG","features":[70]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_OBJID_FLAG","features":[70]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PARA_FLAG","features":[70]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_ALG_FLAG","features":[70]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_BITS_FLAG","features":[70]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_PARA_FLAG","features":[70]},{"name":"CMSG_KEY_AGREE_ENCRYPT_INFO","features":[70]},{"name":"CMSG_KEY_AGREE_EPHEMERAL_KEY_CHOICE","features":[70]},{"name":"CMSG_KEY_AGREE_KEY_ENCRYPT_INFO","features":[70]},{"name":"CMSG_KEY_AGREE_OPTION","features":[70]},{"name":"CMSG_KEY_AGREE_ORIGINATOR","features":[70]},{"name":"CMSG_KEY_AGREE_ORIGINATOR_CERT","features":[70]},{"name":"CMSG_KEY_AGREE_ORIGINATOR_PUBLIC_KEY","features":[70]},{"name":"CMSG_KEY_AGREE_RECIPIENT","features":[70]},{"name":"CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO","features":[3,70]},{"name":"CMSG_KEY_AGREE_RECIPIENT_INFO","features":[3,70]},{"name":"CMSG_KEY_AGREE_STATIC_KEY_CHOICE","features":[70]},{"name":"CMSG_KEY_AGREE_VERSION","features":[70]},{"name":"CMSG_KEY_TRANS_CMS_VERSION","features":[70]},{"name":"CMSG_KEY_TRANS_ENCRYPT_FREE_OBJID_FLAG","features":[70]},{"name":"CMSG_KEY_TRANS_ENCRYPT_FREE_PARA_FLAG","features":[70]},{"name":"CMSG_KEY_TRANS_ENCRYPT_INFO","features":[70]},{"name":"CMSG_KEY_TRANS_PKCS_1_5_VERSION","features":[70]},{"name":"CMSG_KEY_TRANS_RECIPIENT","features":[70]},{"name":"CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO","features":[70]},{"name":"CMSG_KEY_TRANS_RECIPIENT_INFO","features":[70]},{"name":"CMSG_LENGTH_ONLY_FLAG","features":[70]},{"name":"CMSG_MAIL_LIST_ENCRYPT_FREE_OBJID_FLAG","features":[70]},{"name":"CMSG_MAIL_LIST_ENCRYPT_FREE_PARA_FLAG","features":[70]},{"name":"CMSG_MAIL_LIST_ENCRYPT_INFO","features":[70]},{"name":"CMSG_MAIL_LIST_HANDLE_KEY_CHOICE","features":[70]},{"name":"CMSG_MAIL_LIST_RECIPIENT","features":[70]},{"name":"CMSG_MAIL_LIST_RECIPIENT_ENCODE_INFO","features":[3,70]},{"name":"CMSG_MAIL_LIST_RECIPIENT_INFO","features":[3,70]},{"name":"CMSG_MAIL_LIST_VERSION","features":[70]},{"name":"CMSG_MAX_LENGTH_FLAG","features":[70]},{"name":"CMSG_OID_CAPI1_EXPORT_KEY_AGREE_FUNC","features":[70]},{"name":"CMSG_OID_CAPI1_EXPORT_KEY_TRANS_FUNC","features":[70]},{"name":"CMSG_OID_CAPI1_EXPORT_MAIL_LIST_FUNC","features":[70]},{"name":"CMSG_OID_CAPI1_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[70]},{"name":"CMSG_OID_CAPI1_IMPORT_KEY_AGREE_FUNC","features":[70]},{"name":"CMSG_OID_CAPI1_IMPORT_KEY_TRANS_FUNC","features":[70]},{"name":"CMSG_OID_CAPI1_IMPORT_MAIL_LIST_FUNC","features":[70]},{"name":"CMSG_OID_CNG_EXPORT_KEY_AGREE_FUNC","features":[70]},{"name":"CMSG_OID_CNG_EXPORT_KEY_TRANS_FUNC","features":[70]},{"name":"CMSG_OID_CNG_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[70]},{"name":"CMSG_OID_CNG_IMPORT_CONTENT_ENCRYPT_KEY_FUNC","features":[70]},{"name":"CMSG_OID_CNG_IMPORT_KEY_AGREE_FUNC","features":[70]},{"name":"CMSG_OID_CNG_IMPORT_KEY_TRANS_FUNC","features":[70]},{"name":"CMSG_OID_EXPORT_ENCRYPT_KEY_FUNC","features":[70]},{"name":"CMSG_OID_EXPORT_KEY_AGREE_FUNC","features":[70]},{"name":"CMSG_OID_EXPORT_KEY_TRANS_FUNC","features":[70]},{"name":"CMSG_OID_EXPORT_MAIL_LIST_FUNC","features":[70]},{"name":"CMSG_OID_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[70]},{"name":"CMSG_OID_GEN_ENCRYPT_KEY_FUNC","features":[70]},{"name":"CMSG_OID_IMPORT_ENCRYPT_KEY_FUNC","features":[70]},{"name":"CMSG_OID_IMPORT_KEY_AGREE_FUNC","features":[70]},{"name":"CMSG_OID_IMPORT_KEY_TRANS_FUNC","features":[70]},{"name":"CMSG_OID_IMPORT_MAIL_LIST_FUNC","features":[70]},{"name":"CMSG_RC2_AUX_INFO","features":[70]},{"name":"CMSG_RC4_AUX_INFO","features":[70]},{"name":"CMSG_RC4_NO_SALT_FLAG","features":[70]},{"name":"CMSG_RECIPIENT_COUNT_PARAM","features":[70]},{"name":"CMSG_RECIPIENT_ENCODE_INFO","features":[3,70]},{"name":"CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO","features":[3,70]},{"name":"CMSG_RECIPIENT_ENCRYPTED_KEY_INFO","features":[3,70]},{"name":"CMSG_RECIPIENT_INDEX_PARAM","features":[70]},{"name":"CMSG_RECIPIENT_INFO_PARAM","features":[70]},{"name":"CMSG_SIGNED","features":[70]},{"name":"CMSG_SIGNED_AND_ENVELOPED","features":[70]},{"name":"CMSG_SIGNED_AND_ENVELOPED_ENCODE_INFO","features":[3,70]},{"name":"CMSG_SIGNED_DATA_CMS_VERSION","features":[70]},{"name":"CMSG_SIGNED_DATA_NO_SIGN_FLAG","features":[70]},{"name":"CMSG_SIGNED_DATA_PKCS_1_5_VERSION","features":[70]},{"name":"CMSG_SIGNED_DATA_V1","features":[70]},{"name":"CMSG_SIGNED_DATA_V3","features":[70]},{"name":"CMSG_SIGNED_ENCODE_INFO","features":[3,70]},{"name":"CMSG_SIGNER_AUTH_ATTR_PARAM","features":[70]},{"name":"CMSG_SIGNER_CERT_ID_PARAM","features":[70]},{"name":"CMSG_SIGNER_CERT_INFO_PARAM","features":[70]},{"name":"CMSG_SIGNER_COUNT_PARAM","features":[70]},{"name":"CMSG_SIGNER_ENCODE_INFO","features":[3,70]},{"name":"CMSG_SIGNER_HASH_ALGORITHM_PARAM","features":[70]},{"name":"CMSG_SIGNER_INFO","features":[70]},{"name":"CMSG_SIGNER_INFO_CMS_VERSION","features":[70]},{"name":"CMSG_SIGNER_INFO_PARAM","features":[70]},{"name":"CMSG_SIGNER_INFO_PKCS_1_5_VERSION","features":[70]},{"name":"CMSG_SIGNER_INFO_V1","features":[70]},{"name":"CMSG_SIGNER_INFO_V3","features":[70]},{"name":"CMSG_SIGNER_ONLY_FLAG","features":[70]},{"name":"CMSG_SIGNER_UNAUTH_ATTR_PARAM","features":[70]},{"name":"CMSG_SP3_COMPATIBLE_AUX_INFO","features":[70]},{"name":"CMSG_SP3_COMPATIBLE_ENCRYPT_FLAG","features":[70]},{"name":"CMSG_STREAM_INFO","features":[3,70]},{"name":"CMSG_TRUSTED_SIGNER_FLAG","features":[70]},{"name":"CMSG_TYPE_PARAM","features":[70]},{"name":"CMSG_UNPROTECTED_ATTR_PARAM","features":[70]},{"name":"CMSG_USE_SIGNER_INDEX_FLAG","features":[70]},{"name":"CMSG_VERIFY_COUNTER_SIGN_ENABLE_STRONG_FLAG","features":[70]},{"name":"CMSG_VERIFY_SIGNER_CERT","features":[70]},{"name":"CMSG_VERIFY_SIGNER_CHAIN","features":[70]},{"name":"CMSG_VERIFY_SIGNER_NULL","features":[70]},{"name":"CMSG_VERIFY_SIGNER_PUBKEY","features":[70]},{"name":"CMSG_VERSION_PARAM","features":[70]},{"name":"CMS_DH_KEY_INFO","features":[70]},{"name":"CMS_KEY_INFO","features":[70]},{"name":"CMS_SIGNER_INFO","features":[70]},{"name":"CNG_RSA_PRIVATE_KEY_BLOB","features":[70]},{"name":"CNG_RSA_PUBLIC_KEY_BLOB","features":[70]},{"name":"CONTAINER_INFO","features":[70]},{"name":"CONTAINER_INFO_CURRENT_VERSION","features":[70]},{"name":"CONTAINER_MAP_DEFAULT_CONTAINER","features":[70]},{"name":"CONTAINER_MAP_RECORD","features":[70]},{"name":"CONTAINER_MAP_VALID_CONTAINER","features":[70]},{"name":"CONTEXT_OID_CAPI2_ANY","features":[70]},{"name":"CONTEXT_OID_CERTIFICATE","features":[70]},{"name":"CONTEXT_OID_CREATE_OBJECT_CONTEXT_FUNC","features":[70]},{"name":"CONTEXT_OID_CRL","features":[70]},{"name":"CONTEXT_OID_CTL","features":[70]},{"name":"CONTEXT_OID_OCSP_RESP","features":[70]},{"name":"CONTEXT_OID_PKCS7","features":[70]},{"name":"CPS_URLS","features":[70]},{"name":"CP_CACHE_MODE_GLOBAL_CACHE","features":[70]},{"name":"CP_CACHE_MODE_NO_CACHE","features":[70]},{"name":"CP_CACHE_MODE_SESSION_ONLY","features":[70]},{"name":"CP_CARD_AUTHENTICATED_STATE","features":[70]},{"name":"CP_CARD_CACHE_MODE","features":[70]},{"name":"CP_CARD_CAPABILITIES","features":[70]},{"name":"CP_CARD_FREE_SPACE","features":[70]},{"name":"CP_CARD_GUID","features":[70]},{"name":"CP_CARD_KEYSIZES","features":[70]},{"name":"CP_CARD_LIST_PINS","features":[70]},{"name":"CP_CARD_PIN_INFO","features":[70]},{"name":"CP_CARD_PIN_STRENGTH_CHANGE","features":[70]},{"name":"CP_CARD_PIN_STRENGTH_UNBLOCK","features":[70]},{"name":"CP_CARD_PIN_STRENGTH_VERIFY","features":[70]},{"name":"CP_CARD_PIV","features":[70]},{"name":"CP_CARD_READ_ONLY","features":[70]},{"name":"CP_CARD_SERIAL_NO","features":[70]},{"name":"CP_CHAINING_MODES","features":[70]},{"name":"CP_ENUM_ALGORITHMS","features":[70]},{"name":"CP_KEY_IMPORT_SUPPORT","features":[70]},{"name":"CP_PADDING_SCHEMES","features":[70]},{"name":"CP_PARENT_WINDOW","features":[70]},{"name":"CP_PIN_CONTEXT_STRING","features":[70]},{"name":"CP_PIV_CARD_CAPABILITY_CONTAINER","features":[70]},{"name":"CP_PIV_CARD_HOLDER_UNIQUE_IDENTIFIER","features":[70]},{"name":"CP_PIV_CARD_HOLDER_UNSIGNED_UNIQUE_IDENTIFIER","features":[70]},{"name":"CP_PIV_CERTIFICATE","features":[70]},{"name":"CP_PIV_FACIAL_IMAGE","features":[70]},{"name":"CP_PIV_FINGERPRINT","features":[70]},{"name":"CP_PIV_GENERATE_KEY","features":[70]},{"name":"CP_PIV_KEY_HISTORY_OBJECT","features":[70]},{"name":"CP_PIV_PRINTED_INFORMATION","features":[70]},{"name":"CP_PIV_PUBLIC_KEY","features":[70]},{"name":"CP_PIV_SECURITY_OBJECT","features":[70]},{"name":"CP_SUPPORTS_WIN_X509_ENROLLMENT","features":[70]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS","features":[70]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS_A","features":[70]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS_W","features":[70]},{"name":"CRL_CONTEXT","features":[3,70]},{"name":"CRL_DIST_POINT","features":[70]},{"name":"CRL_DIST_POINTS_INFO","features":[70]},{"name":"CRL_DIST_POINT_ERR_CRL_ISSUER_BIT","features":[70]},{"name":"CRL_DIST_POINT_ERR_INDEX_MASK","features":[70]},{"name":"CRL_DIST_POINT_ERR_INDEX_SHIFT","features":[70]},{"name":"CRL_DIST_POINT_FULL_NAME","features":[70]},{"name":"CRL_DIST_POINT_ISSUER_RDN_NAME","features":[70]},{"name":"CRL_DIST_POINT_NAME","features":[70]},{"name":"CRL_DIST_POINT_NO_NAME","features":[70]},{"name":"CRL_ENTRY","features":[3,70]},{"name":"CRL_FIND_ANY","features":[70]},{"name":"CRL_FIND_EXISTING","features":[70]},{"name":"CRL_FIND_ISSUED_BY","features":[70]},{"name":"CRL_FIND_ISSUED_BY_AKI_FLAG","features":[70]},{"name":"CRL_FIND_ISSUED_BY_BASE_FLAG","features":[70]},{"name":"CRL_FIND_ISSUED_BY_DELTA_FLAG","features":[70]},{"name":"CRL_FIND_ISSUED_BY_SIGNATURE_FLAG","features":[70]},{"name":"CRL_FIND_ISSUED_FOR","features":[70]},{"name":"CRL_FIND_ISSUED_FOR_PARA","features":[3,70]},{"name":"CRL_FIND_ISSUED_FOR_SET_STRONG_PROPERTIES_FLAG","features":[70]},{"name":"CRL_INFO","features":[3,70]},{"name":"CRL_ISSUING_DIST_POINT","features":[3,70]},{"name":"CRL_REASON_AA_COMPROMISE","features":[70]},{"name":"CRL_REASON_AA_COMPROMISE_FLAG","features":[70]},{"name":"CRL_REASON_AFFILIATION_CHANGED","features":[70]},{"name":"CRL_REASON_AFFILIATION_CHANGED_FLAG","features":[70]},{"name":"CRL_REASON_CA_COMPROMISE","features":[70]},{"name":"CRL_REASON_CA_COMPROMISE_FLAG","features":[70]},{"name":"CRL_REASON_CERTIFICATE_HOLD","features":[70]},{"name":"CRL_REASON_CERTIFICATE_HOLD_FLAG","features":[70]},{"name":"CRL_REASON_CESSATION_OF_OPERATION","features":[70]},{"name":"CRL_REASON_CESSATION_OF_OPERATION_FLAG","features":[70]},{"name":"CRL_REASON_KEY_COMPROMISE","features":[70]},{"name":"CRL_REASON_KEY_COMPROMISE_FLAG","features":[70]},{"name":"CRL_REASON_PRIVILEGE_WITHDRAWN","features":[70]},{"name":"CRL_REASON_PRIVILEGE_WITHDRAWN_FLAG","features":[70]},{"name":"CRL_REASON_REMOVE_FROM_CRL","features":[70]},{"name":"CRL_REASON_SUPERSEDED","features":[70]},{"name":"CRL_REASON_SUPERSEDED_FLAG","features":[70]},{"name":"CRL_REASON_UNSPECIFIED","features":[70]},{"name":"CRL_REASON_UNUSED_FLAG","features":[70]},{"name":"CRL_REVOCATION_INFO","features":[3,70]},{"name":"CRL_V1","features":[70]},{"name":"CRL_V2","features":[70]},{"name":"CROSS_CERT_DIST_POINTS_INFO","features":[70]},{"name":"CROSS_CERT_DIST_POINT_ERR_INDEX_MASK","features":[70]},{"name":"CROSS_CERT_DIST_POINT_ERR_INDEX_SHIFT","features":[70]},{"name":"CRYPTNET_CACHED_OCSP_SWITCH_TO_CRL_COUNT_DEFAULT","features":[70]},{"name":"CRYPTNET_CACHED_OCSP_SWITCH_TO_CRL_COUNT_VALUE_NAME","features":[70]},{"name":"CRYPTNET_CRL_BEFORE_OCSP_ENABLE","features":[70]},{"name":"CRYPTNET_CRL_PRE_FETCH_DISABLE_INFORMATION_EVENTS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_CRL_PRE_FETCH_LOG_FILE_NAME_VALUE_NAME","features":[70]},{"name":"CRYPTNET_CRL_PRE_FETCH_MAX_AGE_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_CRL_PRE_FETCH_MIN_AFTER_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_CRL_PRE_FETCH_MIN_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_CRL_PRE_FETCH_PROCESS_NAME_LIST_VALUE_NAME","features":[70]},{"name":"CRYPTNET_CRL_PRE_FETCH_PUBLISH_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_CRL_PRE_FETCH_PUBLISH_RANDOM_INTERVAL_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_CRL_PRE_FETCH_TIMEOUT_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_CRL_PRE_FETCH_URL_LIST_VALUE_NAME","features":[70]},{"name":"CRYPTNET_MAX_CACHED_OCSP_PER_CRL_COUNT_DEFAULT","features":[70]},{"name":"CRYPTNET_MAX_CACHED_OCSP_PER_CRL_COUNT_VALUE_NAME","features":[70]},{"name":"CRYPTNET_OCSP_AFTER_CRL_DISABLE","features":[70]},{"name":"CRYPTNET_PRE_FETCH_AFTER_CURRENT_TIME_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_DEFAULT","features":[70]},{"name":"CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_BEFORE_NEXT_UPDATE_PRE_FETCH_DIVISOR_DEFAULT","features":[70]},{"name":"CRYPTNET_PRE_FETCH_BEFORE_NEXT_UPDATE_PRE_FETCH_DIVISOR_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_MAX_AFTER_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_MAX_MAX_AGE_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_MIN_AFTER_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_MIN_BEFORE_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_MIN_MAX_AGE_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_MIN_OCSP_VALIDITY_PERIOD_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_RETRIEVAL_TIMEOUT_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_SCAN_AFTER_TRIGGER_DELAY_SECONDS_DEFAULT","features":[70]},{"name":"CRYPTNET_PRE_FETCH_SCAN_AFTER_TRIGGER_DELAY_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_TRIGGER_DISABLE","features":[70]},{"name":"CRYPTNET_PRE_FETCH_TRIGGER_PERIOD_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_PRE_FETCH_VALIDITY_PERIOD_AFTER_NEXT_UPDATE_PRE_FETCH_DIVISOR_DEFAULT","features":[70]},{"name":"CRYPTNET_PRE_FETCH_VALIDITY_PERIOD_AFTER_NEXT_UPDATE_PRE_FETCH_DIVISOR_VALUE_NAME","features":[70]},{"name":"CRYPTNET_URL_CACHE_DEFAULT_FLUSH","features":[70]},{"name":"CRYPTNET_URL_CACHE_DEFAULT_FLUSH_EXEMPT_SECONDS_VALUE_NAME","features":[70]},{"name":"CRYPTNET_URL_CACHE_DISABLE_FLUSH","features":[70]},{"name":"CRYPTNET_URL_CACHE_FLUSH_INFO","features":[3,70]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_AUTOROOT_CAB","features":[70]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_BLOB","features":[70]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_CRL","features":[70]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_DISALLOWED_CERT_CAB","features":[70]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_INFO","features":[3,70]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_NONE","features":[70]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_OCSP","features":[70]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_PIN_RULES_CAB","features":[70]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_HTTP","features":[70]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_INFO","features":[3,70]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_NONE","features":[70]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_VALIDATED","features":[70]},{"name":"CRYPTPROTECTMEMORY_BLOCK_SIZE","features":[70]},{"name":"CRYPTPROTECTMEMORY_CROSS_PROCESS","features":[70]},{"name":"CRYPTPROTECTMEMORY_SAME_LOGON","features":[70]},{"name":"CRYPTPROTECTMEMORY_SAME_PROCESS","features":[70]},{"name":"CRYPTPROTECT_AUDIT","features":[70]},{"name":"CRYPTPROTECT_CRED_REGENERATE","features":[70]},{"name":"CRYPTPROTECT_CRED_SYNC","features":[70]},{"name":"CRYPTPROTECT_DEFAULT_PROVIDER","features":[70]},{"name":"CRYPTPROTECT_FIRST_RESERVED_FLAGVAL","features":[70]},{"name":"CRYPTPROTECT_LAST_RESERVED_FLAGVAL","features":[70]},{"name":"CRYPTPROTECT_LOCAL_MACHINE","features":[70]},{"name":"CRYPTPROTECT_NO_RECOVERY","features":[70]},{"name":"CRYPTPROTECT_PROMPTSTRUCT","features":[3,70]},{"name":"CRYPTPROTECT_PROMPT_ON_PROTECT","features":[70]},{"name":"CRYPTPROTECT_PROMPT_ON_UNPROTECT","features":[70]},{"name":"CRYPTPROTECT_PROMPT_REQUIRE_STRONG","features":[70]},{"name":"CRYPTPROTECT_PROMPT_RESERVED","features":[70]},{"name":"CRYPTPROTECT_PROMPT_STRONG","features":[70]},{"name":"CRYPTPROTECT_UI_FORBIDDEN","features":[70]},{"name":"CRYPTPROTECT_VERIFY_PROTECTION","features":[70]},{"name":"CRYPT_3DES_KEY_STATE","features":[70]},{"name":"CRYPT_ACCUMULATIVE_TIMEOUT","features":[70]},{"name":"CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG","features":[70]},{"name":"CRYPT_ACQUIRE_CACHE_FLAG","features":[70]},{"name":"CRYPT_ACQUIRE_COMPARE_KEY_FLAG","features":[70]},{"name":"CRYPT_ACQUIRE_FLAGS","features":[70]},{"name":"CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK","features":[70]},{"name":"CRYPT_ACQUIRE_NO_HEALING","features":[70]},{"name":"CRYPT_ACQUIRE_ONLY_NCRYPT_KEY_FLAG","features":[70]},{"name":"CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG","features":[70]},{"name":"CRYPT_ACQUIRE_SILENT_FLAG","features":[70]},{"name":"CRYPT_ACQUIRE_USE_PROV_INFO_FLAG","features":[70]},{"name":"CRYPT_ACQUIRE_WINDOW_HANDLE_FLAG","features":[70]},{"name":"CRYPT_AES_128_KEY_STATE","features":[70]},{"name":"CRYPT_AES_256_KEY_STATE","features":[70]},{"name":"CRYPT_AIA_RETRIEVAL","features":[70]},{"name":"CRYPT_ALGORITHM_IDENTIFIER","features":[70]},{"name":"CRYPT_ALL_FUNCTIONS","features":[70]},{"name":"CRYPT_ALL_PROVIDERS","features":[70]},{"name":"CRYPT_ANY","features":[70]},{"name":"CRYPT_ARCHIVABLE","features":[70]},{"name":"CRYPT_ARCHIVE","features":[70]},{"name":"CRYPT_ASN_ENCODING","features":[70]},{"name":"CRYPT_ASYNC_RETRIEVAL","features":[70]},{"name":"CRYPT_ASYNC_RETRIEVAL_COMPLETION","features":[70]},{"name":"CRYPT_ATTRIBUTE","features":[70]},{"name":"CRYPT_ATTRIBUTES","features":[70]},{"name":"CRYPT_ATTRIBUTE_TYPE_VALUE","features":[70]},{"name":"CRYPT_BIT_BLOB","features":[70]},{"name":"CRYPT_BLOB_ARRAY","features":[70]},{"name":"CRYPT_BLOB_VER3","features":[70]},{"name":"CRYPT_CACHE_ONLY_RETRIEVAL","features":[70]},{"name":"CRYPT_CHECK_FRESHNESS_TIME_VALIDITY","features":[70]},{"name":"CRYPT_CONTENT_INFO","features":[70]},{"name":"CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY","features":[70]},{"name":"CRYPT_CONTEXTS","features":[70]},{"name":"CRYPT_CONTEXT_CONFIG","features":[70]},{"name":"CRYPT_CONTEXT_CONFIG_FLAGS","features":[70]},{"name":"CRYPT_CONTEXT_FUNCTIONS","features":[70]},{"name":"CRYPT_CONTEXT_FUNCTION_CONFIG","features":[70]},{"name":"CRYPT_CONTEXT_FUNCTION_PROVIDERS","features":[70]},{"name":"CRYPT_CREATE_IV","features":[70]},{"name":"CRYPT_CREATE_NEW_FLUSH_ENTRY","features":[70]},{"name":"CRYPT_CREATE_SALT","features":[70]},{"name":"CRYPT_CREDENTIALS","features":[70]},{"name":"CRYPT_CSP_PROVIDER","features":[70]},{"name":"CRYPT_DATA_KEY","features":[70]},{"name":"CRYPT_DECODE_ALLOC_FLAG","features":[70]},{"name":"CRYPT_DECODE_ENABLE_PUNYCODE_FLAG","features":[70]},{"name":"CRYPT_DECODE_ENABLE_UTF8PERCENT_FLAG","features":[70]},{"name":"CRYPT_DECODE_NOCOPY_FLAG","features":[70]},{"name":"CRYPT_DECODE_NO_SIGNATURE_BYTE_REVERSAL_FLAG","features":[70]},{"name":"CRYPT_DECODE_PARA","features":[70]},{"name":"CRYPT_DECODE_SHARE_OID_STRING_FLAG","features":[70]},{"name":"CRYPT_DECODE_TO_BE_SIGNED_FLAG","features":[70]},{"name":"CRYPT_DECRYPT","features":[70]},{"name":"CRYPT_DECRYPT_MESSAGE_PARA","features":[70]},{"name":"CRYPT_DECRYPT_RSA_NO_PADDING_CHECK","features":[70]},{"name":"CRYPT_DEFAULT_CONTAINER_OPTIONAL","features":[70]},{"name":"CRYPT_DEFAULT_CONTEXT","features":[70]},{"name":"CRYPT_DEFAULT_CONTEXT_AUTO_RELEASE_FLAG","features":[70]},{"name":"CRYPT_DEFAULT_CONTEXT_CERT_SIGN_OID","features":[70]},{"name":"CRYPT_DEFAULT_CONTEXT_FLAGS","features":[70]},{"name":"CRYPT_DEFAULT_CONTEXT_MULTI_CERT_SIGN_OID","features":[70]},{"name":"CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA","features":[70]},{"name":"CRYPT_DEFAULT_CONTEXT_PROCESS_FLAG","features":[70]},{"name":"CRYPT_DEFAULT_CONTEXT_TYPE","features":[70]},{"name":"CRYPT_DEFAULT_OID","features":[70]},{"name":"CRYPT_DELETEKEYSET","features":[70]},{"name":"CRYPT_DELETE_DEFAULT","features":[70]},{"name":"CRYPT_DELETE_KEYSET","features":[70]},{"name":"CRYPT_DESTROYKEY","features":[70]},{"name":"CRYPT_DES_KEY_STATE","features":[70]},{"name":"CRYPT_DOMAIN","features":[70]},{"name":"CRYPT_DONT_CACHE_RESULT","features":[70]},{"name":"CRYPT_DONT_CHECK_TIME_VALIDITY","features":[70]},{"name":"CRYPT_DONT_VERIFY_SIGNATURE","features":[70]},{"name":"CRYPT_ECC_CMS_SHARED_INFO","features":[70]},{"name":"CRYPT_ECC_CMS_SHARED_INFO_SUPPPUBINFO_BYTE_LENGTH","features":[70]},{"name":"CRYPT_ECC_PRIVATE_KEY_INFO","features":[70]},{"name":"CRYPT_ECC_PRIVATE_KEY_INFO_v1","features":[70]},{"name":"CRYPT_ENABLE_FILE_RETRIEVAL","features":[70]},{"name":"CRYPT_ENABLE_SSL_REVOCATION_RETRIEVAL","features":[70]},{"name":"CRYPT_ENCODE_ALLOC_FLAG","features":[70]},{"name":"CRYPT_ENCODE_DECODE_NONE","features":[70]},{"name":"CRYPT_ENCODE_ENABLE_PUNYCODE_FLAG","features":[70]},{"name":"CRYPT_ENCODE_ENABLE_UTF8PERCENT_FLAG","features":[70]},{"name":"CRYPT_ENCODE_NO_SIGNATURE_BYTE_REVERSAL_FLAG","features":[70]},{"name":"CRYPT_ENCODE_OBJECT_FLAGS","features":[70]},{"name":"CRYPT_ENCODE_PARA","features":[70]},{"name":"CRYPT_ENCRYPT","features":[70]},{"name":"CRYPT_ENCRYPTED_PRIVATE_KEY_INFO","features":[70]},{"name":"CRYPT_ENCRYPT_ALG_OID_GROUP_ID","features":[70]},{"name":"CRYPT_ENCRYPT_MESSAGE_PARA","features":[70]},{"name":"CRYPT_ENHKEY_USAGE_OID_GROUP_ID","features":[70]},{"name":"CRYPT_ENROLLMENT_NAME_VALUE_PAIR","features":[70]},{"name":"CRYPT_EXCLUSIVE","features":[70]},{"name":"CRYPT_EXPORT","features":[70]},{"name":"CRYPT_EXPORTABLE","features":[70]},{"name":"CRYPT_EXPORT_KEY","features":[70]},{"name":"CRYPT_EXTERNAL_SIGNATURE_LENGTH","features":[70]},{"name":"CRYPT_EXT_OR_ATTR_OID_GROUP_ID","features":[70]},{"name":"CRYPT_FAILED","features":[70]},{"name":"CRYPT_FASTSGC","features":[70]},{"name":"CRYPT_FIND_FLAGS","features":[70]},{"name":"CRYPT_FIND_MACHINE_KEYSET_FLAG","features":[70]},{"name":"CRYPT_FIND_SILENT_KEYSET_FLAG","features":[70]},{"name":"CRYPT_FIND_USER_KEYSET_FLAG","features":[70]},{"name":"CRYPT_FIRST","features":[70]},{"name":"CRYPT_FIRST_ALG_OID_GROUP_ID","features":[70]},{"name":"CRYPT_FLAG_IPSEC","features":[70]},{"name":"CRYPT_FLAG_PCT1","features":[70]},{"name":"CRYPT_FLAG_SIGNING","features":[70]},{"name":"CRYPT_FLAG_SSL2","features":[70]},{"name":"CRYPT_FLAG_SSL3","features":[70]},{"name":"CRYPT_FLAG_TLS1","features":[70]},{"name":"CRYPT_FORCE_KEY_PROTECTION_HIGH","features":[70]},{"name":"CRYPT_FORMAT_COMMA","features":[70]},{"name":"CRYPT_FORMAT_CRLF","features":[70]},{"name":"CRYPT_FORMAT_OID","features":[70]},{"name":"CRYPT_FORMAT_RDN_CRLF","features":[70]},{"name":"CRYPT_FORMAT_RDN_REVERSE","features":[70]},{"name":"CRYPT_FORMAT_RDN_SEMICOLON","features":[70]},{"name":"CRYPT_FORMAT_RDN_UNQUOTE","features":[70]},{"name":"CRYPT_FORMAT_SEMICOLON","features":[70]},{"name":"CRYPT_FORMAT_SIMPLE","features":[70]},{"name":"CRYPT_FORMAT_STR_MULTI_LINE","features":[70]},{"name":"CRYPT_FORMAT_STR_NO_HEX","features":[70]},{"name":"CRYPT_FORMAT_X509","features":[70]},{"name":"CRYPT_GET_INSTALLED_OID_FUNC_FLAG","features":[70]},{"name":"CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO","features":[3,70]},{"name":"CRYPT_GET_URL_FLAGS","features":[70]},{"name":"CRYPT_GET_URL_FROM_AUTH_ATTRIBUTE","features":[70]},{"name":"CRYPT_GET_URL_FROM_EXTENSION","features":[70]},{"name":"CRYPT_GET_URL_FROM_PROPERTY","features":[70]},{"name":"CRYPT_GET_URL_FROM_UNAUTH_ATTRIBUTE","features":[70]},{"name":"CRYPT_HASH_ALG_OID_GROUP_ID","features":[70]},{"name":"CRYPT_HASH_INFO","features":[70]},{"name":"CRYPT_HASH_MESSAGE_PARA","features":[70]},{"name":"CRYPT_HTTP_POST_RETRIEVAL","features":[70]},{"name":"CRYPT_IMAGE_REF","features":[70]},{"name":"CRYPT_IMAGE_REF_FLAGS","features":[70]},{"name":"CRYPT_IMAGE_REG","features":[70]},{"name":"CRYPT_IMPL_HARDWARE","features":[70]},{"name":"CRYPT_IMPL_MIXED","features":[70]},{"name":"CRYPT_IMPL_REMOVABLE","features":[70]},{"name":"CRYPT_IMPL_SOFTWARE","features":[70]},{"name":"CRYPT_IMPL_UNKNOWN","features":[70]},{"name":"CRYPT_IMPORT_KEY","features":[70]},{"name":"CRYPT_IMPORT_PUBLIC_KEY_FLAGS","features":[70]},{"name":"CRYPT_INITIATOR","features":[70]},{"name":"CRYPT_INSTALL_OID_FUNC_BEFORE_FLAG","features":[70]},{"name":"CRYPT_INSTALL_OID_INFO_BEFORE_FLAG","features":[70]},{"name":"CRYPT_INTEGER_BLOB","features":[70]},{"name":"CRYPT_INTERFACE_REG","features":[70]},{"name":"CRYPT_IPSEC_HMAC_KEY","features":[70]},{"name":"CRYPT_KDF_OID_GROUP_ID","features":[70]},{"name":"CRYPT_KEEP_TIME_VALID","features":[70]},{"name":"CRYPT_KEK","features":[70]},{"name":"CRYPT_KEYID_ALLOC_FLAG","features":[70]},{"name":"CRYPT_KEYID_DELETE_FLAG","features":[70]},{"name":"CRYPT_KEYID_MACHINE_FLAG","features":[70]},{"name":"CRYPT_KEYID_SET_NEW_FLAG","features":[70]},{"name":"CRYPT_KEY_FLAGS","features":[70]},{"name":"CRYPT_KEY_PARAM_ID","features":[70]},{"name":"CRYPT_KEY_PROV_INFO","features":[70]},{"name":"CRYPT_KEY_PROV_PARAM","features":[70]},{"name":"CRYPT_KEY_SIGN_MESSAGE_PARA","features":[70]},{"name":"CRYPT_KEY_VERIFY_MESSAGE_PARA","features":[70]},{"name":"CRYPT_KM","features":[70]},{"name":"CRYPT_LAST_ALG_OID_GROUP_ID","features":[70]},{"name":"CRYPT_LAST_OID_GROUP_ID","features":[70]},{"name":"CRYPT_LDAP_AREC_EXCLUSIVE_RETRIEVAL","features":[70]},{"name":"CRYPT_LDAP_INSERT_ENTRY_ATTRIBUTE","features":[70]},{"name":"CRYPT_LDAP_SCOPE_BASE_ONLY_RETRIEVAL","features":[70]},{"name":"CRYPT_LDAP_SIGN_RETRIEVAL","features":[70]},{"name":"CRYPT_LITTLE_ENDIAN","features":[70]},{"name":"CRYPT_LOCAL","features":[70]},{"name":"CRYPT_LOCALIZED_NAME_ENCODING_TYPE","features":[70]},{"name":"CRYPT_LOCALIZED_NAME_OID","features":[70]},{"name":"CRYPT_MAC","features":[70]},{"name":"CRYPT_MACHINE_DEFAULT","features":[70]},{"name":"CRYPT_MACHINE_KEYSET","features":[70]},{"name":"CRYPT_MAC_RESOURCE","features":[70]},{"name":"CRYPT_MAC_RESOURCE_NUMBER","features":[70]},{"name":"CRYPT_MASK_GEN_ALGORITHM","features":[70]},{"name":"CRYPT_MATCH_ANY_ENCODING_TYPE","features":[70]},{"name":"CRYPT_MAX_PROVIDER_ID","features":[70]},{"name":"CRYPT_MESSAGE_BARE_CONTENT_OUT_FLAG","features":[70]},{"name":"CRYPT_MESSAGE_ENCAPSULATED_CONTENT_OUT_FLAG","features":[70]},{"name":"CRYPT_MESSAGE_KEYID_RECIPIENT_FLAG","features":[70]},{"name":"CRYPT_MESSAGE_KEYID_SIGNER_FLAG","features":[70]},{"name":"CRYPT_MESSAGE_SILENT_KEYSET_FLAG","features":[70]},{"name":"CRYPT_MIN_DEPENDENCIES","features":[70]},{"name":"CRYPT_MM","features":[70]},{"name":"CRYPT_MODE_CBC","features":[70]},{"name":"CRYPT_MODE_CBCI","features":[70]},{"name":"CRYPT_MODE_CBCOFM","features":[70]},{"name":"CRYPT_MODE_CBCOFMI","features":[70]},{"name":"CRYPT_MODE_CFB","features":[70]},{"name":"CRYPT_MODE_CFBP","features":[70]},{"name":"CRYPT_MODE_CTS","features":[70]},{"name":"CRYPT_MODE_ECB","features":[70]},{"name":"CRYPT_MODE_OFB","features":[70]},{"name":"CRYPT_MODE_OFBP","features":[70]},{"name":"CRYPT_MSG_TYPE","features":[70]},{"name":"CRYPT_NDR_ENCODING","features":[70]},{"name":"CRYPT_NEWKEYSET","features":[70]},{"name":"CRYPT_NEXT","features":[70]},{"name":"CRYPT_NOHASHOID","features":[70]},{"name":"CRYPT_NOT_MODIFIED_RETRIEVAL","features":[70]},{"name":"CRYPT_NO_AUTH_RETRIEVAL","features":[70]},{"name":"CRYPT_NO_OCSP_FAILOVER_TO_CRL_RETRIEVAL","features":[70]},{"name":"CRYPT_NO_SALT","features":[70]},{"name":"CRYPT_OAEP","features":[70]},{"name":"CRYPT_OBJECT_LOCATOR_FIRST_RESERVED_USER_NAME_TYPE","features":[70]},{"name":"CRYPT_OBJECT_LOCATOR_LAST_RESERVED_NAME_TYPE","features":[70]},{"name":"CRYPT_OBJECT_LOCATOR_LAST_RESERVED_USER_NAME_TYPE","features":[70]},{"name":"CRYPT_OBJECT_LOCATOR_PROVIDER_TABLE","features":[3,70]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_DLL_UNLOAD","features":[70]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_PROCESS_EXIT","features":[70]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_REASON","features":[70]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_SERVICE_STOP","features":[70]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_SYSTEM_SHUTDOWN","features":[70]},{"name":"CRYPT_OBJECT_LOCATOR_SPN_NAME_TYPE","features":[70]},{"name":"CRYPT_OBJID_TABLE","features":[70]},{"name":"CRYPT_OCSP_ONLY_RETRIEVAL","features":[70]},{"name":"CRYPT_OFFLINE_CHECK_RETRIEVAL","features":[70]},{"name":"CRYPT_OID_CREATE_COM_OBJECT_FUNC","features":[70]},{"name":"CRYPT_OID_DECODE_OBJECT_EX_FUNC","features":[70]},{"name":"CRYPT_OID_DECODE_OBJECT_FUNC","features":[70]},{"name":"CRYPT_OID_DISABLE_SEARCH_DS_FLAG","features":[70]},{"name":"CRYPT_OID_ENCODE_OBJECT_EX_FUNC","features":[70]},{"name":"CRYPT_OID_ENCODE_OBJECT_FUNC","features":[70]},{"name":"CRYPT_OID_ENUM_PHYSICAL_STORE_FUNC","features":[70]},{"name":"CRYPT_OID_ENUM_SYSTEM_STORE_FUNC","features":[70]},{"name":"CRYPT_OID_EXPORT_PRIVATE_KEY_INFO_FUNC","features":[70]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[70]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_FROM_BCRYPT_HANDLE_FUNC","features":[70]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_FUNC","features":[70]},{"name":"CRYPT_OID_EXTRACT_ENCODED_SIGNATURE_PARAMETERS_FUNC","features":[70]},{"name":"CRYPT_OID_FIND_LOCALIZED_NAME_FUNC","features":[70]},{"name":"CRYPT_OID_FIND_OID_INFO_FUNC","features":[70]},{"name":"CRYPT_OID_FORMAT_OBJECT_FUNC","features":[70]},{"name":"CRYPT_OID_FUNC_ENTRY","features":[70]},{"name":"CRYPT_OID_IMPORT_PRIVATE_KEY_INFO_FUNC","features":[70]},{"name":"CRYPT_OID_IMPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[70]},{"name":"CRYPT_OID_IMPORT_PUBLIC_KEY_INFO_FUNC","features":[70]},{"name":"CRYPT_OID_INFO","features":[70]},{"name":"CRYPT_OID_INFO_ALGID_KEY","features":[70]},{"name":"CRYPT_OID_INFO_CNG_ALGID_KEY","features":[70]},{"name":"CRYPT_OID_INFO_CNG_SIGN_KEY","features":[70]},{"name":"CRYPT_OID_INFO_ECC_PARAMETERS_ALGORITHM","features":[70]},{"name":"CRYPT_OID_INFO_ECC_WRAP_PARAMETERS_ALGORITHM","features":[70]},{"name":"CRYPT_OID_INFO_HASH_PARAMETERS_ALGORITHM","features":[70]},{"name":"CRYPT_OID_INFO_MGF1_PARAMETERS_ALGORITHM","features":[70]},{"name":"CRYPT_OID_INFO_NAME_KEY","features":[70]},{"name":"CRYPT_OID_INFO_NO_PARAMETERS_ALGORITHM","features":[70]},{"name":"CRYPT_OID_INFO_NO_SIGN_ALGORITHM","features":[70]},{"name":"CRYPT_OID_INFO_OAEP_PARAMETERS_ALGORITHM","features":[70]},{"name":"CRYPT_OID_INFO_OID_GROUP_BIT_LEN_MASK","features":[70]},{"name":"CRYPT_OID_INFO_OID_GROUP_BIT_LEN_SHIFT","features":[70]},{"name":"CRYPT_OID_INFO_OID_KEY","features":[70]},{"name":"CRYPT_OID_INFO_OID_KEY_FLAGS_MASK","features":[70]},{"name":"CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG","features":[70]},{"name":"CRYPT_OID_INFO_PUBKEY_SIGN_KEY_FLAG","features":[70]},{"name":"CRYPT_OID_INFO_SIGN_KEY","features":[70]},{"name":"CRYPT_OID_INHIBIT_SIGNATURE_FORMAT_FLAG","features":[70]},{"name":"CRYPT_OID_NO_NULL_ALGORITHM_PARA_FLAG","features":[70]},{"name":"CRYPT_OID_OPEN_STORE_PROV_FUNC","features":[70]},{"name":"CRYPT_OID_OPEN_SYSTEM_STORE_PROV_FUNC","features":[70]},{"name":"CRYPT_OID_PREFER_CNG_ALGID_FLAG","features":[70]},{"name":"CRYPT_OID_PUBKEY_ENCRYPT_ONLY_FLAG","features":[70]},{"name":"CRYPT_OID_PUBKEY_SIGN_ONLY_FLAG","features":[70]},{"name":"CRYPT_OID_REGISTER_PHYSICAL_STORE_FUNC","features":[70]},{"name":"CRYPT_OID_REGISTER_SYSTEM_STORE_FUNC","features":[70]},{"name":"CRYPT_OID_REGPATH","features":[70]},{"name":"CRYPT_OID_REG_DLL_VALUE_NAME","features":[70]},{"name":"CRYPT_OID_REG_ENCODING_TYPE_PREFIX","features":[70]},{"name":"CRYPT_OID_REG_FLAGS_VALUE_NAME","features":[70]},{"name":"CRYPT_OID_REG_FUNC_NAME_VALUE_NAME","features":[70]},{"name":"CRYPT_OID_REG_FUNC_NAME_VALUE_NAME_A","features":[70]},{"name":"CRYPT_OID_SIGN_AND_ENCODE_HASH_FUNC","features":[70]},{"name":"CRYPT_OID_SYSTEM_STORE_LOCATION_VALUE_NAME","features":[70]},{"name":"CRYPT_OID_UNREGISTER_PHYSICAL_STORE_FUNC","features":[70]},{"name":"CRYPT_OID_UNREGISTER_SYSTEM_STORE_FUNC","features":[70]},{"name":"CRYPT_OID_USE_CURVE_NAME_FOR_ENCODE_FLAG","features":[70]},{"name":"CRYPT_OID_USE_CURVE_PARAMETERS_FOR_ENCODE_FLAG","features":[70]},{"name":"CRYPT_OID_USE_PUBKEY_PARA_FOR_PKCS7_FLAG","features":[70]},{"name":"CRYPT_OID_VERIFY_CERTIFICATE_CHAIN_POLICY_FUNC","features":[70]},{"name":"CRYPT_OID_VERIFY_CTL_USAGE_FUNC","features":[70]},{"name":"CRYPT_OID_VERIFY_ENCODED_SIGNATURE_FUNC","features":[70]},{"name":"CRYPT_OID_VERIFY_REVOCATION_FUNC","features":[70]},{"name":"CRYPT_ONLINE","features":[70]},{"name":"CRYPT_OVERRIDE","features":[70]},{"name":"CRYPT_OVERWRITE","features":[70]},{"name":"CRYPT_OWF_REPL_LM_HASH","features":[70]},{"name":"CRYPT_PARAM_ASYNC_RETRIEVAL_COMPLETION","features":[70]},{"name":"CRYPT_PARAM_CANCEL_ASYNC_RETRIEVAL","features":[70]},{"name":"CRYPT_PASSWORD_CREDENTIALSA","features":[70]},{"name":"CRYPT_PASSWORD_CREDENTIALSW","features":[70]},{"name":"CRYPT_PKCS12_PBE_PARAMS","features":[70]},{"name":"CRYPT_PKCS8_EXPORT_PARAMS","features":[3,70]},{"name":"CRYPT_PKCS8_IMPORT_PARAMS","features":[3,70]},{"name":"CRYPT_POLICY_OID_GROUP_ID","features":[70]},{"name":"CRYPT_PREGEN","features":[70]},{"name":"CRYPT_PRIORITY_BOTTOM","features":[70]},{"name":"CRYPT_PRIORITY_TOP","features":[70]},{"name":"CRYPT_PRIVATE_KEY_INFO","features":[70]},{"name":"CRYPT_PROCESS_ISOLATE","features":[70]},{"name":"CRYPT_PROPERTY_REF","features":[70]},{"name":"CRYPT_PROVIDERS","features":[70]},{"name":"CRYPT_PROVIDER_IOCTL__GET_SCHANNEL_INTERFACE","features":[70]},{"name":"CRYPT_PROVIDER_REF","features":[70]},{"name":"CRYPT_PROVIDER_REFS","features":[70]},{"name":"CRYPT_PROVIDER_REG","features":[70]},{"name":"CRYPT_PROVSTRUC_VERSION_V3","features":[70]},{"name":"CRYPT_PROXY_CACHE_RETRIEVAL","features":[70]},{"name":"CRYPT_PSOURCE_ALGORITHM","features":[70]},{"name":"CRYPT_PSTORE","features":[70]},{"name":"CRYPT_PUBKEY_ALG_OID_GROUP_ID","features":[70]},{"name":"CRYPT_RANDOM_QUERY_STRING_RETRIEVAL","features":[70]},{"name":"CRYPT_RC2_128BIT_VERSION","features":[70]},{"name":"CRYPT_RC2_40BIT_VERSION","features":[70]},{"name":"CRYPT_RC2_56BIT_VERSION","features":[70]},{"name":"CRYPT_RC2_64BIT_VERSION","features":[70]},{"name":"CRYPT_RC2_CBC_PARAMETERS","features":[3,70]},{"name":"CRYPT_RC4_KEY_STATE","features":[70]},{"name":"CRYPT_RDN_ATTR_OID_GROUP_ID","features":[70]},{"name":"CRYPT_READ","features":[70]},{"name":"CRYPT_RECIPIENT","features":[70]},{"name":"CRYPT_REGISTER_FIRST_INDEX","features":[70]},{"name":"CRYPT_REGISTER_LAST_INDEX","features":[70]},{"name":"CRYPT_RETRIEVE_AUX_INFO","features":[3,70]},{"name":"CRYPT_RETRIEVE_MAX_ERROR_CONTENT_LENGTH","features":[70]},{"name":"CRYPT_RETRIEVE_MULTIPLE_OBJECTS","features":[70]},{"name":"CRYPT_RETURN_HWND","features":[3,70]},{"name":"CRYPT_RSAES_OAEP_PARAMETERS","features":[70]},{"name":"CRYPT_RSA_SSA_PSS_PARAMETERS","features":[70]},{"name":"CRYPT_SECRETDIGEST","features":[70]},{"name":"CRYPT_SEC_DESCR","features":[70]},{"name":"CRYPT_SEQUENCE_OF_ANY","features":[70]},{"name":"CRYPT_SERVER","features":[70]},{"name":"CRYPT_SET_HASH_PARAM","features":[70]},{"name":"CRYPT_SET_PROV_PARAM_ID","features":[70]},{"name":"CRYPT_SF","features":[70]},{"name":"CRYPT_SGC","features":[70]},{"name":"CRYPT_SGCKEY","features":[70]},{"name":"CRYPT_SGC_ENUM","features":[70]},{"name":"CRYPT_SIGN_ALG_OID_GROUP_ID","features":[70]},{"name":"CRYPT_SIGN_MESSAGE_PARA","features":[3,70]},{"name":"CRYPT_SIG_RESOURCE","features":[70]},{"name":"CRYPT_SIG_RESOURCE_NUMBER","features":[70]},{"name":"CRYPT_SIG_RESOURCE_VERSION","features":[70]},{"name":"CRYPT_SILENT","features":[70]},{"name":"CRYPT_SMART_CARD_ROOT_INFO","features":[70]},{"name":"CRYPT_SMIME_CAPABILITIES","features":[70]},{"name":"CRYPT_SMIME_CAPABILITY","features":[70]},{"name":"CRYPT_SORTED_CTL_ENCODE_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[70]},{"name":"CRYPT_SSL2_FALLBACK","features":[70]},{"name":"CRYPT_STICKY_CACHE_RETRIEVAL","features":[70]},{"name":"CRYPT_STRING","features":[70]},{"name":"CRYPT_STRING_ANY","features":[70]},{"name":"CRYPT_STRING_BASE64","features":[70]},{"name":"CRYPT_STRING_BASE64HEADER","features":[70]},{"name":"CRYPT_STRING_BASE64REQUESTHEADER","features":[70]},{"name":"CRYPT_STRING_BASE64URI","features":[70]},{"name":"CRYPT_STRING_BASE64X509CRLHEADER","features":[70]},{"name":"CRYPT_STRING_BASE64_ANY","features":[70]},{"name":"CRYPT_STRING_BINARY","features":[70]},{"name":"CRYPT_STRING_ENCODEMASK","features":[70]},{"name":"CRYPT_STRING_HASHDATA","features":[70]},{"name":"CRYPT_STRING_HEX","features":[70]},{"name":"CRYPT_STRING_HEXADDR","features":[70]},{"name":"CRYPT_STRING_HEXASCII","features":[70]},{"name":"CRYPT_STRING_HEXASCIIADDR","features":[70]},{"name":"CRYPT_STRING_HEXRAW","features":[70]},{"name":"CRYPT_STRING_HEX_ANY","features":[70]},{"name":"CRYPT_STRING_NOCR","features":[70]},{"name":"CRYPT_STRING_NOCRLF","features":[70]},{"name":"CRYPT_STRING_PERCENTESCAPE","features":[70]},{"name":"CRYPT_STRING_RESERVED100","features":[70]},{"name":"CRYPT_STRING_RESERVED200","features":[70]},{"name":"CRYPT_STRING_STRICT","features":[70]},{"name":"CRYPT_SUCCEED","features":[70]},{"name":"CRYPT_TEMPLATE_OID_GROUP_ID","features":[70]},{"name":"CRYPT_TIMESTAMP_ACCURACY","features":[70]},{"name":"CRYPT_TIMESTAMP_CONTEXT","features":[3,70]},{"name":"CRYPT_TIMESTAMP_INFO","features":[3,70]},{"name":"CRYPT_TIMESTAMP_PARA","features":[3,70]},{"name":"CRYPT_TIMESTAMP_REQUEST","features":[3,70]},{"name":"CRYPT_TIMESTAMP_RESPONSE","features":[70]},{"name":"CRYPT_TIMESTAMP_RESPONSE_STATUS","features":[70]},{"name":"CRYPT_TIMESTAMP_VERSION","features":[70]},{"name":"CRYPT_TIME_STAMP_REQUEST_INFO","features":[70]},{"name":"CRYPT_TYPE2_FORMAT","features":[70]},{"name":"CRYPT_UI_PROMPT","features":[70]},{"name":"CRYPT_UM","features":[70]},{"name":"CRYPT_UNICODE_NAME_DECODE_DISABLE_IE4_UTF8_FLAG","features":[70]},{"name":"CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG","features":[70]},{"name":"CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG","features":[70]},{"name":"CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG","features":[70]},{"name":"CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG","features":[70]},{"name":"CRYPT_UPDATE_KEY","features":[70]},{"name":"CRYPT_URL_ARRAY","features":[70]},{"name":"CRYPT_URL_INFO","features":[70]},{"name":"CRYPT_USERDATA","features":[70]},{"name":"CRYPT_USER_DEFAULT","features":[70]},{"name":"CRYPT_USER_KEYSET","features":[70]},{"name":"CRYPT_USER_PROTECTED","features":[70]},{"name":"CRYPT_USER_PROTECTED_STRONG","features":[70]},{"name":"CRYPT_VERIFYCONTEXT","features":[70]},{"name":"CRYPT_VERIFY_CERT_FLAGS","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_CHECK_WEAK_HASH_FLAG","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_DISABLE_MD2_MD4_FLAG","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_CHAIN","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_NULL","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_PUBKEY","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_RETURN_STRONG_PROPERTIES_FLAG","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_SET_STRONG_PROPERTIES_FLAG","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_BLOB","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_CERT","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_CRL","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_OCSP_BASIC_SIGNED_RESPONSE","features":[70]},{"name":"CRYPT_VERIFY_CERT_SIGN_WEAK_HASH_INFO","features":[70]},{"name":"CRYPT_VERIFY_CONTEXT_SIGNATURE","features":[70]},{"name":"CRYPT_VERIFY_DATA_HASH","features":[70]},{"name":"CRYPT_VERIFY_IMAGE_A","features":[3,70]},{"name":"CRYPT_VERIFY_IMAGE_W","features":[3,70]},{"name":"CRYPT_VERIFY_MESSAGE_PARA","features":[3,70]},{"name":"CRYPT_VOLATILE","features":[70]},{"name":"CRYPT_WIRE_ONLY_RETRIEVAL","features":[70]},{"name":"CRYPT_WRITE","features":[70]},{"name":"CRYPT_X931_FORMAT","features":[70]},{"name":"CRYPT_X942_COUNTER_BYTE_LENGTH","features":[70]},{"name":"CRYPT_X942_KEY_LENGTH_BYTE_LENGTH","features":[70]},{"name":"CRYPT_X942_OTHER_INFO","features":[70]},{"name":"CRYPT_XML_ALGORITHM","features":[70]},{"name":"CRYPT_XML_ALGORITHM_INFO","features":[70]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_CNG_ALGID","features":[70]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_CNG_SIGN_ALGID","features":[70]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_NAME","features":[70]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_URI","features":[70]},{"name":"CRYPT_XML_BLOB","features":[70]},{"name":"CRYPT_XML_BLOB_MAX","features":[70]},{"name":"CRYPT_XML_CHARSET","features":[70]},{"name":"CRYPT_XML_CHARSET_AUTO","features":[70]},{"name":"CRYPT_XML_CHARSET_UTF16BE","features":[70]},{"name":"CRYPT_XML_CHARSET_UTF16LE","features":[70]},{"name":"CRYPT_XML_CHARSET_UTF8","features":[70]},{"name":"CRYPT_XML_CRYPTOGRAPHIC_INTERFACE","features":[70]},{"name":"CRYPT_XML_DATA_BLOB","features":[70]},{"name":"CRYPT_XML_DATA_PROVIDER","features":[70]},{"name":"CRYPT_XML_DIGEST_REFERENCE_DATA_TRANSFORMED","features":[70]},{"name":"CRYPT_XML_DIGEST_VALUE_MAX","features":[70]},{"name":"CRYPT_XML_DOC_CTXT","features":[70]},{"name":"CRYPT_XML_E_ALGORITHM","features":[70]},{"name":"CRYPT_XML_E_BASE","features":[70]},{"name":"CRYPT_XML_E_ENCODING","features":[70]},{"name":"CRYPT_XML_E_HANDLE","features":[70]},{"name":"CRYPT_XML_E_HASH_FAILED","features":[70]},{"name":"CRYPT_XML_E_INVALID_DIGEST","features":[70]},{"name":"CRYPT_XML_E_INVALID_KEYVALUE","features":[70]},{"name":"CRYPT_XML_E_INVALID_SIGNATURE","features":[70]},{"name":"CRYPT_XML_E_LARGE","features":[70]},{"name":"CRYPT_XML_E_LAST","features":[70]},{"name":"CRYPT_XML_E_NON_UNIQUE_ID","features":[70]},{"name":"CRYPT_XML_E_OPERATION","features":[70]},{"name":"CRYPT_XML_E_SIGNER","features":[70]},{"name":"CRYPT_XML_E_SIGN_FAILED","features":[70]},{"name":"CRYPT_XML_E_TOO_MANY_SIGNATURES","features":[70]},{"name":"CRYPT_XML_E_TOO_MANY_TRANSFORMS","features":[70]},{"name":"CRYPT_XML_E_TRANSFORM","features":[70]},{"name":"CRYPT_XML_E_UNEXPECTED_XML","features":[70]},{"name":"CRYPT_XML_E_UNRESOLVED_REFERENCE","features":[70]},{"name":"CRYPT_XML_E_VERIFY_FAILED","features":[70]},{"name":"CRYPT_XML_FLAGS","features":[70]},{"name":"CRYPT_XML_FLAG_ADD_OBJECT_CREATE_COPY","features":[70]},{"name":"CRYPT_XML_FLAG_ALWAYS_RETURN_ENCODED_OBJECT","features":[70]},{"name":"CRYPT_XML_FLAG_CREATE_REFERENCE_AS_OBJECT","features":[70]},{"name":"CRYPT_XML_FLAG_DISABLE_EXTENSIONS","features":[70]},{"name":"CRYPT_XML_FLAG_ECDSA_DSIG11","features":[70]},{"name":"CRYPT_XML_FLAG_ENFORCE_ID_NAME_FORMAT","features":[70]},{"name":"CRYPT_XML_FLAG_ENFORCE_ID_NCNAME_FORMAT","features":[70]},{"name":"CRYPT_XML_FLAG_NO_SERIALIZE","features":[70]},{"name":"CRYPT_XML_GROUP_ID","features":[70]},{"name":"CRYPT_XML_GROUP_ID_HASH","features":[70]},{"name":"CRYPT_XML_GROUP_ID_SIGN","features":[70]},{"name":"CRYPT_XML_ID_MAX","features":[70]},{"name":"CRYPT_XML_ISSUER_SERIAL","features":[70]},{"name":"CRYPT_XML_KEYINFO_PARAM","features":[70]},{"name":"CRYPT_XML_KEYINFO_SPEC","features":[70]},{"name":"CRYPT_XML_KEYINFO_SPEC_ENCODED","features":[70]},{"name":"CRYPT_XML_KEYINFO_SPEC_NONE","features":[70]},{"name":"CRYPT_XML_KEYINFO_SPEC_PARAM","features":[70]},{"name":"CRYPT_XML_KEYINFO_TYPE","features":[70]},{"name":"CRYPT_XML_KEYINFO_TYPE_CUSTOM","features":[70]},{"name":"CRYPT_XML_KEYINFO_TYPE_KEYNAME","features":[70]},{"name":"CRYPT_XML_KEYINFO_TYPE_KEYVALUE","features":[70]},{"name":"CRYPT_XML_KEYINFO_TYPE_RETRIEVAL","features":[70]},{"name":"CRYPT_XML_KEYINFO_TYPE_X509DATA","features":[70]},{"name":"CRYPT_XML_KEY_DSA_KEY_VALUE","features":[70]},{"name":"CRYPT_XML_KEY_ECDSA_KEY_VALUE","features":[70]},{"name":"CRYPT_XML_KEY_INFO","features":[70]},{"name":"CRYPT_XML_KEY_INFO_ITEM","features":[70]},{"name":"CRYPT_XML_KEY_RSA_KEY_VALUE","features":[70]},{"name":"CRYPT_XML_KEY_VALUE","features":[70]},{"name":"CRYPT_XML_KEY_VALUE_TYPE","features":[70]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_CUSTOM","features":[70]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_DSA","features":[70]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_ECDSA","features":[70]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_RSA","features":[70]},{"name":"CRYPT_XML_OBJECT","features":[70]},{"name":"CRYPT_XML_OBJECTS_MAX","features":[70]},{"name":"CRYPT_XML_PROPERTY","features":[70]},{"name":"CRYPT_XML_PROPERTY_DOC_DECLARATION","features":[70]},{"name":"CRYPT_XML_PROPERTY_ID","features":[70]},{"name":"CRYPT_XML_PROPERTY_MAX_HEAP_SIZE","features":[70]},{"name":"CRYPT_XML_PROPERTY_MAX_SIGNATURES","features":[70]},{"name":"CRYPT_XML_PROPERTY_SIGNATURE_LOCATION","features":[70]},{"name":"CRYPT_XML_PROPERTY_XML_OUTPUT_CHARSET","features":[70]},{"name":"CRYPT_XML_REFERENCE","features":[70]},{"name":"CRYPT_XML_REFERENCES","features":[70]},{"name":"CRYPT_XML_REFERENCES_MAX","features":[70]},{"name":"CRYPT_XML_SIGNATURE","features":[70]},{"name":"CRYPT_XML_SIGNATURES_MAX","features":[70]},{"name":"CRYPT_XML_SIGNATURE_VALUE_MAX","features":[70]},{"name":"CRYPT_XML_SIGNED_INFO","features":[70]},{"name":"CRYPT_XML_SIGN_ADD_KEYVALUE","features":[70]},{"name":"CRYPT_XML_STATUS","features":[70]},{"name":"CRYPT_XML_STATUS_DIGESTING","features":[70]},{"name":"CRYPT_XML_STATUS_DIGEST_VALID","features":[70]},{"name":"CRYPT_XML_STATUS_ERROR_DIGEST_INVALID","features":[70]},{"name":"CRYPT_XML_STATUS_ERROR_KEYINFO_NOT_PARSED","features":[70]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_RESOLVED","features":[70]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_SUPPORTED_ALGORITHM","features":[70]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_SUPPORTED_TRANSFORM","features":[70]},{"name":"CRYPT_XML_STATUS_ERROR_SIGNATURE_INVALID","features":[70]},{"name":"CRYPT_XML_STATUS_ERROR_STATUS","features":[70]},{"name":"CRYPT_XML_STATUS_INFO_STATUS","features":[70]},{"name":"CRYPT_XML_STATUS_INTERNAL_REFERENCE","features":[70]},{"name":"CRYPT_XML_STATUS_KEY_AVAILABLE","features":[70]},{"name":"CRYPT_XML_STATUS_NO_ERROR","features":[70]},{"name":"CRYPT_XML_STATUS_OPENED_TO_ENCODE","features":[70]},{"name":"CRYPT_XML_STATUS_SIGNATURE_VALID","features":[70]},{"name":"CRYPT_XML_TRANSFORM_CHAIN_CONFIG","features":[70]},{"name":"CRYPT_XML_TRANSFORM_FLAGS","features":[70]},{"name":"CRYPT_XML_TRANSFORM_INFO","features":[70]},{"name":"CRYPT_XML_TRANSFORM_MAX","features":[70]},{"name":"CRYPT_XML_TRANSFORM_ON_NODESET","features":[70]},{"name":"CRYPT_XML_TRANSFORM_ON_STREAM","features":[70]},{"name":"CRYPT_XML_TRANSFORM_URI_QUERY_STRING","features":[70]},{"name":"CRYPT_XML_X509DATA","features":[70]},{"name":"CRYPT_XML_X509DATA_ITEM","features":[70]},{"name":"CRYPT_XML_X509DATA_TYPE","features":[70]},{"name":"CRYPT_XML_X509DATA_TYPE_CERTIFICATE","features":[70]},{"name":"CRYPT_XML_X509DATA_TYPE_CRL","features":[70]},{"name":"CRYPT_XML_X509DATA_TYPE_CUSTOM","features":[70]},{"name":"CRYPT_XML_X509DATA_TYPE_ISSUER_SERIAL","features":[70]},{"name":"CRYPT_XML_X509DATA_TYPE_SKI","features":[70]},{"name":"CRYPT_XML_X509DATA_TYPE_SUBJECT_NAME","features":[70]},{"name":"CRYPT_Y_ONLY","features":[70]},{"name":"CSF_AUTHENTICATE","features":[70]},{"name":"CSF_CHANGE_AUTHENTICATOR","features":[70]},{"name":"CSF_IMPORT_KEYPAIR","features":[70]},{"name":"CTL_ANY_SUBJECT_INFO","features":[70]},{"name":"CTL_ANY_SUBJECT_TYPE","features":[70]},{"name":"CTL_CERT_SUBJECT_TYPE","features":[70]},{"name":"CTL_CONTEXT","features":[3,70]},{"name":"CTL_ENTRY","features":[70]},{"name":"CTL_ENTRY_FROM_PROP_CHAIN_FLAG","features":[70]},{"name":"CTL_FIND_ANY","features":[70]},{"name":"CTL_FIND_EXISTING","features":[70]},{"name":"CTL_FIND_MD5_HASH","features":[70]},{"name":"CTL_FIND_NO_LIST_ID_CBDATA","features":[70]},{"name":"CTL_FIND_SAME_USAGE_FLAG","features":[70]},{"name":"CTL_FIND_SHA1_HASH","features":[70]},{"name":"CTL_FIND_SUBJECT","features":[70]},{"name":"CTL_FIND_SUBJECT_PARA","features":[3,70]},{"name":"CTL_FIND_USAGE","features":[70]},{"name":"CTL_FIND_USAGE_PARA","features":[3,70]},{"name":"CTL_INFO","features":[3,70]},{"name":"CTL_USAGE","features":[70]},{"name":"CTL_USAGE_MATCH","features":[70]},{"name":"CTL_V1","features":[70]},{"name":"CTL_VERIFY_USAGE_PARA","features":[70]},{"name":"CTL_VERIFY_USAGE_STATUS","features":[3,70]},{"name":"CUR_BLOB_VERSION","features":[70]},{"name":"CUR_OFFLOAD_VERSION","features":[70]},{"name":"CertAddCRLContextToStore","features":[3,70]},{"name":"CertAddCRLLinkToStore","features":[3,70]},{"name":"CertAddCTLContextToStore","features":[3,70]},{"name":"CertAddCTLLinkToStore","features":[3,70]},{"name":"CertAddCertificateContextToStore","features":[3,70]},{"name":"CertAddCertificateLinkToStore","features":[3,70]},{"name":"CertAddEncodedCRLToStore","features":[3,70]},{"name":"CertAddEncodedCTLToStore","features":[3,70]},{"name":"CertAddEncodedCertificateToStore","features":[3,70]},{"name":"CertAddEncodedCertificateToSystemStoreA","features":[3,70]},{"name":"CertAddEncodedCertificateToSystemStoreW","features":[3,70]},{"name":"CertAddEnhancedKeyUsageIdentifier","features":[3,70]},{"name":"CertAddRefServerOcspResponse","features":[70]},{"name":"CertAddRefServerOcspResponseContext","features":[70]},{"name":"CertAddSerializedElementToStore","features":[3,70]},{"name":"CertAddStoreToCollection","features":[3,70]},{"name":"CertAlgIdToOID","features":[70]},{"name":"CertCloseServerOcspResponse","features":[70]},{"name":"CertCloseStore","features":[3,70]},{"name":"CertCompareCertificate","features":[3,70]},{"name":"CertCompareCertificateName","features":[3,70]},{"name":"CertCompareIntegerBlob","features":[3,70]},{"name":"CertComparePublicKeyInfo","features":[3,70]},{"name":"CertControlStore","features":[3,70]},{"name":"CertCreateCRLContext","features":[3,70]},{"name":"CertCreateCTLContext","features":[3,70]},{"name":"CertCreateCTLEntryFromCertificateContextProperties","features":[3,70]},{"name":"CertCreateCertificateChainEngine","features":[3,70]},{"name":"CertCreateCertificateContext","features":[3,70]},{"name":"CertCreateContext","features":[3,70]},{"name":"CertCreateSelfSignCertificate","features":[3,70]},{"name":"CertDeleteCRLFromStore","features":[3,70]},{"name":"CertDeleteCTLFromStore","features":[3,70]},{"name":"CertDeleteCertificateFromStore","features":[3,70]},{"name":"CertDuplicateCRLContext","features":[3,70]},{"name":"CertDuplicateCTLContext","features":[3,70]},{"name":"CertDuplicateCertificateChain","features":[3,70]},{"name":"CertDuplicateCertificateContext","features":[3,70]},{"name":"CertDuplicateStore","features":[70]},{"name":"CertEnumCRLContextProperties","features":[3,70]},{"name":"CertEnumCRLsInStore","features":[3,70]},{"name":"CertEnumCTLContextProperties","features":[3,70]},{"name":"CertEnumCTLsInStore","features":[3,70]},{"name":"CertEnumCertificateContextProperties","features":[3,70]},{"name":"CertEnumCertificatesInStore","features":[3,70]},{"name":"CertEnumPhysicalStore","features":[3,70]},{"name":"CertEnumSubjectInSortedCTL","features":[3,70]},{"name":"CertEnumSystemStore","features":[3,70]},{"name":"CertEnumSystemStoreLocation","features":[3,70]},{"name":"CertFindAttribute","features":[70]},{"name":"CertFindCRLInStore","features":[3,70]},{"name":"CertFindCTLInStore","features":[3,70]},{"name":"CertFindCertificateInCRL","features":[3,70]},{"name":"CertFindCertificateInStore","features":[3,70]},{"name":"CertFindChainInStore","features":[3,70]},{"name":"CertFindExtension","features":[3,70]},{"name":"CertFindRDNAttr","features":[70]},{"name":"CertFindSubjectInCTL","features":[3,70]},{"name":"CertFindSubjectInSortedCTL","features":[3,70]},{"name":"CertFreeCRLContext","features":[3,70]},{"name":"CertFreeCTLContext","features":[3,70]},{"name":"CertFreeCertificateChain","features":[3,70]},{"name":"CertFreeCertificateChainEngine","features":[70]},{"name":"CertFreeCertificateChainList","features":[3,70]},{"name":"CertFreeCertificateContext","features":[3,70]},{"name":"CertFreeServerOcspResponseContext","features":[70]},{"name":"CertGetCRLContextProperty","features":[3,70]},{"name":"CertGetCRLFromStore","features":[3,70]},{"name":"CertGetCTLContextProperty","features":[3,70]},{"name":"CertGetCertificateChain","features":[3,70]},{"name":"CertGetCertificateContextProperty","features":[3,70]},{"name":"CertGetEnhancedKeyUsage","features":[3,70]},{"name":"CertGetIntendedKeyUsage","features":[3,70]},{"name":"CertGetIssuerCertificateFromStore","features":[3,70]},{"name":"CertGetNameStringA","features":[3,70]},{"name":"CertGetNameStringW","features":[3,70]},{"name":"CertGetPublicKeyLength","features":[70]},{"name":"CertGetServerOcspResponseContext","features":[70]},{"name":"CertGetStoreProperty","features":[3,70]},{"name":"CertGetSubjectCertificateFromStore","features":[3,70]},{"name":"CertGetValidUsages","features":[3,70]},{"name":"CertIsRDNAttrsInCertificateName","features":[3,70]},{"name":"CertIsStrongHashToSign","features":[3,70]},{"name":"CertIsValidCRLForCertificate","features":[3,70]},{"name":"CertIsWeakHash","features":[3,70]},{"name":"CertKeyType","features":[70]},{"name":"CertNameToStrA","features":[70]},{"name":"CertNameToStrW","features":[70]},{"name":"CertOIDToAlgId","features":[70]},{"name":"CertOpenServerOcspResponse","features":[3,70]},{"name":"CertOpenStore","features":[70]},{"name":"CertOpenSystemStoreA","features":[70]},{"name":"CertOpenSystemStoreW","features":[70]},{"name":"CertRDNValueToStrA","features":[70]},{"name":"CertRDNValueToStrW","features":[70]},{"name":"CertRegisterPhysicalStore","features":[3,70]},{"name":"CertRegisterSystemStore","features":[3,70]},{"name":"CertRemoveEnhancedKeyUsageIdentifier","features":[3,70]},{"name":"CertRemoveStoreFromCollection","features":[70]},{"name":"CertResyncCertificateChainEngine","features":[3,70]},{"name":"CertRetrieveLogoOrBiometricInfo","features":[3,70]},{"name":"CertSaveStore","features":[3,70]},{"name":"CertSelectCertificateChains","features":[3,70]},{"name":"CertSerializeCRLStoreElement","features":[3,70]},{"name":"CertSerializeCTLStoreElement","features":[3,70]},{"name":"CertSerializeCertificateStoreElement","features":[3,70]},{"name":"CertSetCRLContextProperty","features":[3,70]},{"name":"CertSetCTLContextProperty","features":[3,70]},{"name":"CertSetCertificateContextPropertiesFromCTLEntry","features":[3,70]},{"name":"CertSetCertificateContextProperty","features":[3,70]},{"name":"CertSetEnhancedKeyUsage","features":[3,70]},{"name":"CertSetStoreProperty","features":[3,70]},{"name":"CertStrToNameA","features":[3,70]},{"name":"CertStrToNameW","features":[3,70]},{"name":"CertUnregisterPhysicalStore","features":[3,70]},{"name":"CertUnregisterSystemStore","features":[3,70]},{"name":"CertVerifyCRLRevocation","features":[3,70]},{"name":"CertVerifyCRLTimeValidity","features":[3,70]},{"name":"CertVerifyCTLUsage","features":[3,70]},{"name":"CertVerifyCertificateChainPolicy","features":[3,70]},{"name":"CertVerifyRevocation","features":[3,70]},{"name":"CertVerifySubjectCertificateContext","features":[3,70]},{"name":"CertVerifyTimeValidity","features":[3,70]},{"name":"CertVerifyValidityNesting","features":[3,70]},{"name":"ChallengeResponsePinType","features":[70]},{"name":"CloseCryptoHandle","features":[70]},{"name":"CryptAcquireCertificatePrivateKey","features":[3,70]},{"name":"CryptAcquireContextA","features":[3,70]},{"name":"CryptAcquireContextW","features":[3,70]},{"name":"CryptBinaryToStringA","features":[3,70]},{"name":"CryptBinaryToStringW","features":[3,70]},{"name":"CryptCloseAsyncHandle","features":[3,70]},{"name":"CryptContextAddRef","features":[3,70]},{"name":"CryptCreateAsyncHandle","features":[3,70]},{"name":"CryptCreateHash","features":[3,70]},{"name":"CryptCreateKeyIdentifierFromCSP","features":[3,70]},{"name":"CryptDecodeMessage","features":[3,70]},{"name":"CryptDecodeObject","features":[3,70]},{"name":"CryptDecodeObjectEx","features":[3,70]},{"name":"CryptDecrypt","features":[3,70]},{"name":"CryptDecryptAndVerifyMessageSignature","features":[3,70]},{"name":"CryptDecryptMessage","features":[3,70]},{"name":"CryptDeriveKey","features":[3,70]},{"name":"CryptDestroyHash","features":[3,70]},{"name":"CryptDestroyKey","features":[3,70]},{"name":"CryptDuplicateHash","features":[3,70]},{"name":"CryptDuplicateKey","features":[3,70]},{"name":"CryptEncodeObject","features":[3,70]},{"name":"CryptEncodeObjectEx","features":[3,70]},{"name":"CryptEncrypt","features":[3,70]},{"name":"CryptEncryptMessage","features":[3,70]},{"name":"CryptEnumKeyIdentifierProperties","features":[3,70]},{"name":"CryptEnumOIDFunction","features":[3,70]},{"name":"CryptEnumOIDInfo","features":[3,70]},{"name":"CryptEnumProviderTypesA","features":[3,70]},{"name":"CryptEnumProviderTypesW","features":[3,70]},{"name":"CryptEnumProvidersA","features":[3,70]},{"name":"CryptEnumProvidersW","features":[3,70]},{"name":"CryptExportKey","features":[3,70]},{"name":"CryptExportPKCS8","features":[3,70]},{"name":"CryptExportPublicKeyInfo","features":[3,70]},{"name":"CryptExportPublicKeyInfoEx","features":[3,70]},{"name":"CryptExportPublicKeyInfoFromBCryptKeyHandle","features":[3,70]},{"name":"CryptFindCertificateKeyProvInfo","features":[3,70]},{"name":"CryptFindLocalizedName","features":[70]},{"name":"CryptFindOIDInfo","features":[70]},{"name":"CryptFormatObject","features":[3,70]},{"name":"CryptFreeOIDFunctionAddress","features":[3,70]},{"name":"CryptGenKey","features":[3,70]},{"name":"CryptGenRandom","features":[3,70]},{"name":"CryptGetAsyncParam","features":[3,70]},{"name":"CryptGetDefaultOIDDllList","features":[3,70]},{"name":"CryptGetDefaultOIDFunctionAddress","features":[3,70]},{"name":"CryptGetDefaultProviderA","features":[3,70]},{"name":"CryptGetDefaultProviderW","features":[3,70]},{"name":"CryptGetHashParam","features":[3,70]},{"name":"CryptGetKeyIdentifierProperty","features":[3,70]},{"name":"CryptGetKeyParam","features":[3,70]},{"name":"CryptGetMessageCertificates","features":[70]},{"name":"CryptGetMessageSignerCount","features":[70]},{"name":"CryptGetOIDFunctionAddress","features":[3,70]},{"name":"CryptGetOIDFunctionValue","features":[3,70]},{"name":"CryptGetObjectUrl","features":[3,70]},{"name":"CryptGetProvParam","features":[3,70]},{"name":"CryptGetUserKey","features":[3,70]},{"name":"CryptHashCertificate","features":[3,70]},{"name":"CryptHashCertificate2","features":[3,70]},{"name":"CryptHashData","features":[3,70]},{"name":"CryptHashMessage","features":[3,70]},{"name":"CryptHashPublicKeyInfo","features":[3,70]},{"name":"CryptHashSessionKey","features":[3,70]},{"name":"CryptHashToBeSigned","features":[3,70]},{"name":"CryptImportKey","features":[3,70]},{"name":"CryptImportPKCS8","features":[3,70]},{"name":"CryptImportPublicKeyInfo","features":[3,70]},{"name":"CryptImportPublicKeyInfoEx","features":[3,70]},{"name":"CryptImportPublicKeyInfoEx2","features":[3,70]},{"name":"CryptInitOIDFunctionSet","features":[70]},{"name":"CryptInstallCancelRetrieval","features":[3,70]},{"name":"CryptInstallDefaultContext","features":[3,70]},{"name":"CryptInstallOIDFunctionAddress","features":[3,70]},{"name":"CryptMemAlloc","features":[70]},{"name":"CryptMemFree","features":[70]},{"name":"CryptMemRealloc","features":[70]},{"name":"CryptMsgCalculateEncodedLength","features":[70]},{"name":"CryptMsgClose","features":[3,70]},{"name":"CryptMsgControl","features":[3,70]},{"name":"CryptMsgCountersign","features":[3,70]},{"name":"CryptMsgCountersignEncoded","features":[3,70]},{"name":"CryptMsgDuplicate","features":[70]},{"name":"CryptMsgEncodeAndSignCTL","features":[3,70]},{"name":"CryptMsgGetAndVerifySigner","features":[3,70]},{"name":"CryptMsgGetParam","features":[3,70]},{"name":"CryptMsgOpenToDecode","features":[3,70]},{"name":"CryptMsgOpenToEncode","features":[3,70]},{"name":"CryptMsgSignCTL","features":[3,70]},{"name":"CryptMsgUpdate","features":[3,70]},{"name":"CryptMsgVerifyCountersignatureEncoded","features":[3,70]},{"name":"CryptMsgVerifyCountersignatureEncodedEx","features":[3,70]},{"name":"CryptProtectData","features":[3,70]},{"name":"CryptProtectMemory","features":[3,70]},{"name":"CryptQueryObject","features":[3,70]},{"name":"CryptRegisterDefaultOIDFunction","features":[3,70]},{"name":"CryptRegisterOIDFunction","features":[3,70]},{"name":"CryptRegisterOIDInfo","features":[3,70]},{"name":"CryptReleaseContext","features":[3,70]},{"name":"CryptRetrieveObjectByUrlA","features":[3,70]},{"name":"CryptRetrieveObjectByUrlW","features":[3,70]},{"name":"CryptRetrieveTimeStamp","features":[3,70]},{"name":"CryptSetAsyncParam","features":[3,70]},{"name":"CryptSetHashParam","features":[3,70]},{"name":"CryptSetKeyIdentifierProperty","features":[3,70]},{"name":"CryptSetKeyParam","features":[3,70]},{"name":"CryptSetOIDFunctionValue","features":[3,70,51]},{"name":"CryptSetProvParam","features":[3,70]},{"name":"CryptSetProviderA","features":[3,70]},{"name":"CryptSetProviderExA","features":[3,70]},{"name":"CryptSetProviderExW","features":[3,70]},{"name":"CryptSetProviderW","features":[3,70]},{"name":"CryptSignAndEncodeCertificate","features":[3,70]},{"name":"CryptSignAndEncryptMessage","features":[3,70]},{"name":"CryptSignCertificate","features":[3,70]},{"name":"CryptSignHashA","features":[3,70]},{"name":"CryptSignHashW","features":[3,70]},{"name":"CryptSignMessage","features":[3,70]},{"name":"CryptSignMessageWithKey","features":[3,70]},{"name":"CryptStringToBinaryA","features":[3,70]},{"name":"CryptStringToBinaryW","features":[3,70]},{"name":"CryptUninstallCancelRetrieval","features":[3,70]},{"name":"CryptUninstallDefaultContext","features":[3,70]},{"name":"CryptUnprotectData","features":[3,70]},{"name":"CryptUnprotectMemory","features":[3,70]},{"name":"CryptUnregisterDefaultOIDFunction","features":[3,70]},{"name":"CryptUnregisterOIDFunction","features":[3,70]},{"name":"CryptUnregisterOIDInfo","features":[3,70]},{"name":"CryptUpdateProtectedState","features":[3,70]},{"name":"CryptVerifyCertificateSignature","features":[3,70]},{"name":"CryptVerifyCertificateSignatureEx","features":[3,70]},{"name":"CryptVerifyDetachedMessageHash","features":[3,70]},{"name":"CryptVerifyDetachedMessageSignature","features":[3,70]},{"name":"CryptVerifyMessageHash","features":[3,70]},{"name":"CryptVerifyMessageSignature","features":[3,70]},{"name":"CryptVerifyMessageSignatureWithKey","features":[3,70]},{"name":"CryptVerifySignatureA","features":[3,70]},{"name":"CryptVerifySignatureW","features":[3,70]},{"name":"CryptVerifyTimeStampSignature","features":[3,70]},{"name":"CryptXmlAddObject","features":[70]},{"name":"CryptXmlClose","features":[70]},{"name":"CryptXmlCreateReference","features":[70]},{"name":"CryptXmlDigestReference","features":[70]},{"name":"CryptXmlDllCloseDigest","features":[70]},{"name":"CryptXmlDllCreateDigest","features":[70]},{"name":"CryptXmlDllCreateKey","features":[70]},{"name":"CryptXmlDllDigestData","features":[70]},{"name":"CryptXmlDllEncodeAlgorithm","features":[70]},{"name":"CryptXmlDllEncodeKeyValue","features":[70]},{"name":"CryptXmlDllFinalizeDigest","features":[70]},{"name":"CryptXmlDllGetAlgorithmInfo","features":[70]},{"name":"CryptXmlDllGetInterface","features":[70]},{"name":"CryptXmlDllSignData","features":[70]},{"name":"CryptXmlDllVerifySignature","features":[70]},{"name":"CryptXmlEncode","features":[70]},{"name":"CryptXmlEnumAlgorithmInfo","features":[3,70]},{"name":"CryptXmlFindAlgorithmInfo","features":[70]},{"name":"CryptXmlGetAlgorithmInfo","features":[70]},{"name":"CryptXmlGetDocContext","features":[70]},{"name":"CryptXmlGetReference","features":[70]},{"name":"CryptXmlGetSignature","features":[70]},{"name":"CryptXmlGetStatus","features":[70]},{"name":"CryptXmlGetTransforms","features":[70]},{"name":"CryptXmlImportPublicKey","features":[70]},{"name":"CryptXmlOpenToDecode","features":[70]},{"name":"CryptXmlOpenToEncode","features":[70]},{"name":"CryptXmlSetHMACSecret","features":[70]},{"name":"CryptXmlSign","features":[70]},{"name":"CryptXmlVerifySignature","features":[70]},{"name":"DSAFIPSVERSION_ENUM","features":[70]},{"name":"DSA_FIPS186_2","features":[70]},{"name":"DSA_FIPS186_3","features":[70]},{"name":"DSA_HASH_ALGORITHM_SHA1","features":[70]},{"name":"DSA_HASH_ALGORITHM_SHA256","features":[70]},{"name":"DSA_HASH_ALGORITHM_SHA512","features":[70]},{"name":"DSSSEED","features":[70]},{"name":"DTLS1_0_PROTOCOL_VERSION","features":[70]},{"name":"DTLS1_2_PROTOCOL_VERSION","features":[70]},{"name":"Decrypt","features":[3,70]},{"name":"DigitalSignaturePin","features":[70]},{"name":"Direction","features":[70]},{"name":"DirectionDecrypt","features":[70]},{"name":"DirectionEncrypt","features":[70]},{"name":"ECC_CMS_SHARED_INFO","features":[70]},{"name":"ECC_CURVE_ALG_ID_ENUM","features":[70]},{"name":"ECC_CURVE_TYPE_ENUM","features":[70]},{"name":"ENDPOINTADDRESS","features":[70]},{"name":"ENDPOINTADDRESS2","features":[70]},{"name":"ENUM_CEPSETUPPROP_AUTHENTICATION","features":[70]},{"name":"ENUM_CEPSETUPPROP_CAINFORMATION","features":[70]},{"name":"ENUM_CEPSETUPPROP_CHALLENGEURL","features":[70]},{"name":"ENUM_CEPSETUPPROP_EXCHANGEKEYINFORMATION","features":[70]},{"name":"ENUM_CEPSETUPPROP_KEYBASED_RENEWAL","features":[70]},{"name":"ENUM_CEPSETUPPROP_MSCEPURL","features":[70]},{"name":"ENUM_CEPSETUPPROP_RANAME_CITY","features":[70]},{"name":"ENUM_CEPSETUPPROP_RANAME_CN","features":[70]},{"name":"ENUM_CEPSETUPPROP_RANAME_COMPANY","features":[70]},{"name":"ENUM_CEPSETUPPROP_RANAME_COUNTRY","features":[70]},{"name":"ENUM_CEPSETUPPROP_RANAME_DEPT","features":[70]},{"name":"ENUM_CEPSETUPPROP_RANAME_EMAIL","features":[70]},{"name":"ENUM_CEPSETUPPROP_RANAME_STATE","features":[70]},{"name":"ENUM_CEPSETUPPROP_SIGNINGKEYINFORMATION","features":[70]},{"name":"ENUM_CEPSETUPPROP_SSLCERTHASH","features":[70]},{"name":"ENUM_CEPSETUPPROP_URL","features":[70]},{"name":"ENUM_CEPSETUPPROP_USECHALLENGE","features":[70]},{"name":"ENUM_CEPSETUPPROP_USELOCALSYSTEM","features":[70]},{"name":"ENUM_CESSETUPPROP_ALLOW_KEYBASED_RENEWAL","features":[70]},{"name":"ENUM_CESSETUPPROP_AUTHENTICATION","features":[70]},{"name":"ENUM_CESSETUPPROP_CACONFIG","features":[70]},{"name":"ENUM_CESSETUPPROP_RENEWALONLY","features":[70]},{"name":"ENUM_CESSETUPPROP_SSLCERTHASH","features":[70]},{"name":"ENUM_CESSETUPPROP_URL","features":[70]},{"name":"ENUM_CESSETUPPROP_USE_IISAPPPOOLIDENTITY","features":[70]},{"name":"ENUM_SETUPPROP_CADSSUFFIX","features":[70]},{"name":"ENUM_SETUPPROP_CAKEYINFORMATION","features":[70]},{"name":"ENUM_SETUPPROP_CANAME","features":[70]},{"name":"ENUM_SETUPPROP_CATYPE","features":[70]},{"name":"ENUM_SETUPPROP_DATABASEDIRECTORY","features":[70]},{"name":"ENUM_SETUPPROP_EXPIRATIONDATE","features":[70]},{"name":"ENUM_SETUPPROP_INTERACTIVE","features":[70]},{"name":"ENUM_SETUPPROP_INVALID","features":[70]},{"name":"ENUM_SETUPPROP_LOGDIRECTORY","features":[70]},{"name":"ENUM_SETUPPROP_PARENTCAMACHINE","features":[70]},{"name":"ENUM_SETUPPROP_PARENTCANAME","features":[70]},{"name":"ENUM_SETUPPROP_PRESERVEDATABASE","features":[70]},{"name":"ENUM_SETUPPROP_REQUESTFILE","features":[70]},{"name":"ENUM_SETUPPROP_SHAREDFOLDER","features":[70]},{"name":"ENUM_SETUPPROP_VALIDITYPERIOD","features":[70]},{"name":"ENUM_SETUPPROP_VALIDITYPERIODUNIT","features":[70]},{"name":"ENUM_SETUPPROP_WEBCAMACHINE","features":[70]},{"name":"ENUM_SETUPPROP_WEBCANAME","features":[70]},{"name":"EV_EXTRA_CERT_CHAIN_POLICY_PARA","features":[70]},{"name":"EV_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[70]},{"name":"EXPORT_PRIVATE_KEYS","features":[70]},{"name":"EXPO_OFFLOAD_FUNC_NAME","features":[70]},{"name":"EXPO_OFFLOAD_REG_VALUE","features":[70]},{"name":"E_ICARD_ARGUMENT","features":[70]},{"name":"E_ICARD_COMMUNICATION","features":[70]},{"name":"E_ICARD_DATA_ACCESS","features":[70]},{"name":"E_ICARD_EXPORT","features":[70]},{"name":"E_ICARD_FAIL","features":[70]},{"name":"E_ICARD_FAILED_REQUIRED_CLAIMS","features":[70]},{"name":"E_ICARD_IDENTITY","features":[70]},{"name":"E_ICARD_IMPORT","features":[70]},{"name":"E_ICARD_INFORMATIONCARD","features":[70]},{"name":"E_ICARD_INVALID_PROOF_KEY","features":[70]},{"name":"E_ICARD_LOGOVALIDATION","features":[70]},{"name":"E_ICARD_MISSING_APPLIESTO","features":[70]},{"name":"E_ICARD_PASSWORDVALIDATION","features":[70]},{"name":"E_ICARD_POLICY","features":[70]},{"name":"E_ICARD_PROCESSDIED","features":[70]},{"name":"E_ICARD_REFRESH_REQUIRED","features":[70]},{"name":"E_ICARD_REQUEST","features":[70]},{"name":"E_ICARD_SERVICE","features":[70]},{"name":"E_ICARD_SERVICEBUSY","features":[70]},{"name":"E_ICARD_SHUTTINGDOWN","features":[70]},{"name":"E_ICARD_STOREKEY","features":[70]},{"name":"E_ICARD_STORE_IMPORT","features":[70]},{"name":"E_ICARD_TOKENCREATION","features":[70]},{"name":"E_ICARD_TRUSTEXCHANGE","features":[70]},{"name":"E_ICARD_UI_INITIALIZATION","features":[70]},{"name":"E_ICARD_UNKNOWN_REFERENCE","features":[70]},{"name":"E_ICARD_UNTRUSTED","features":[70]},{"name":"E_ICARD_USERCANCELLED","features":[70]},{"name":"EmptyPinType","features":[70]},{"name":"Encrypt","features":[3,70]},{"name":"EncryptionPin","features":[70]},{"name":"EveryoneReadAdminWriteAc","features":[70]},{"name":"EveryoneReadUserWriteAc","features":[70]},{"name":"ExternalPinType","features":[70]},{"name":"FindCertsByIssuer","features":[70]},{"name":"FreeToken","features":[3,70]},{"name":"GENERIC_XML_TOKEN","features":[3,70]},{"name":"GenerateDerivedKey","features":[70]},{"name":"GetAsymmetricEncryptionInterfaceFn","features":[3,70]},{"name":"GetBrowserToken","features":[70]},{"name":"GetCipherInterfaceFn","features":[3,70]},{"name":"GetCryptoTransform","features":[70]},{"name":"GetHashInterfaceFn","features":[3,70]},{"name":"GetKeyDerivationInterfaceFn","features":[3,70]},{"name":"GetKeyStorageInterface","features":[3,70]},{"name":"GetKeyStorageInterfaceFn","features":[3,70]},{"name":"GetKeyedHash","features":[70]},{"name":"GetRngInterfaceFn","features":[3,70]},{"name":"GetSChannelInterface","features":[3,70]},{"name":"GetSChannelInterfaceFn","features":[3,70]},{"name":"GetSecretAgreementInterfaceFn","features":[3,70]},{"name":"GetSignatureInterfaceFn","features":[3,70]},{"name":"GetToken","features":[3,70]},{"name":"HASHALGORITHM_ENUM","features":[70]},{"name":"HCERTCHAINENGINE","features":[70]},{"name":"HCERTSTORE","features":[70]},{"name":"HCERTSTOREPROV","features":[70]},{"name":"HCRYPTASYNC","features":[70]},{"name":"HCRYPTPROV_LEGACY","features":[70]},{"name":"HCRYPTPROV_OR_NCRYPT_KEY_HANDLE","features":[70]},{"name":"HMAC_INFO","features":[70]},{"name":"HP_ALGID","features":[70]},{"name":"HP_HASHSIZE","features":[70]},{"name":"HP_HASHVAL","features":[70]},{"name":"HP_HMAC_INFO","features":[70]},{"name":"HP_TLS1PRF_LABEL","features":[70]},{"name":"HP_TLS1PRF_SEED","features":[70]},{"name":"HTTPSPOLICY_CALLBACK_DATA_AUTH_TYPE","features":[70]},{"name":"HTTPSPolicyCallbackData","features":[70]},{"name":"HandleType","features":[70]},{"name":"HashCore","features":[70]},{"name":"HashFinal","features":[70]},{"name":"ICertSrvSetup","features":[70]},{"name":"ICertSrvSetupKeyInformation","features":[70]},{"name":"ICertSrvSetupKeyInformationCollection","features":[70]},{"name":"ICertificateEnrollmentPolicyServerSetup","features":[70]},{"name":"ICertificateEnrollmentServerSetup","features":[70]},{"name":"IFX_RSA_KEYGEN_VUL_AFFECTED_LEVEL_1","features":[70]},{"name":"IFX_RSA_KEYGEN_VUL_AFFECTED_LEVEL_2","features":[70]},{"name":"IFX_RSA_KEYGEN_VUL_NOT_AFFECTED","features":[70]},{"name":"IMSCEPSetup","features":[70]},{"name":"INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS","features":[70]},{"name":"INFORMATIONCARD_CRYPTO_HANDLE","features":[70]},{"name":"INFORMATIONCARD_HASH_CRYPTO_PARAMETERS","features":[3,70]},{"name":"INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS","features":[70]},{"name":"INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS","features":[3,70]},{"name":"INTERNATIONAL_USAGE","features":[70]},{"name":"ImportInformationCard","features":[70]},{"name":"InFileSignatureResource","features":[70]},{"name":"InvalidAc","features":[70]},{"name":"InvalidDirAc","features":[70]},{"name":"KDF_ALGORITHMID","features":[70]},{"name":"KDF_CONTEXT","features":[70]},{"name":"KDF_GENERIC_PARAMETER","features":[70]},{"name":"KDF_HASH_ALGORITHM","features":[70]},{"name":"KDF_HKDF_INFO","features":[70]},{"name":"KDF_HKDF_SALT","features":[70]},{"name":"KDF_HMAC_KEY","features":[70]},{"name":"KDF_ITERATION_COUNT","features":[70]},{"name":"KDF_KEYBITLENGTH","features":[70]},{"name":"KDF_LABEL","features":[70]},{"name":"KDF_PARTYUINFO","features":[70]},{"name":"KDF_PARTYVINFO","features":[70]},{"name":"KDF_SALT","features":[70]},{"name":"KDF_SECRET_APPEND","features":[70]},{"name":"KDF_SECRET_HANDLE","features":[70]},{"name":"KDF_SECRET_PREPEND","features":[70]},{"name":"KDF_SUPPPRIVINFO","features":[70]},{"name":"KDF_SUPPPUBINFO","features":[70]},{"name":"KDF_TLS_PRF_LABEL","features":[70]},{"name":"KDF_TLS_PRF_PROTOCOL","features":[70]},{"name":"KDF_TLS_PRF_SEED","features":[70]},{"name":"KDF_USE_SECRET_AS_HMAC_KEY_FLAG","features":[70]},{"name":"KEYSTATEBLOB","features":[70]},{"name":"KEY_LENGTH_MASK","features":[70]},{"name":"KEY_TYPE_SUBTYPE","features":[70]},{"name":"KP_ADMIN_PIN","features":[70]},{"name":"KP_ALGID","features":[70]},{"name":"KP_BLOCKLEN","features":[70]},{"name":"KP_CERTIFICATE","features":[70]},{"name":"KP_CLEAR_KEY","features":[70]},{"name":"KP_CLIENT_RANDOM","features":[70]},{"name":"KP_CMS_DH_KEY_INFO","features":[70]},{"name":"KP_CMS_KEY_INFO","features":[70]},{"name":"KP_EFFECTIVE_KEYLEN","features":[70]},{"name":"KP_G","features":[70]},{"name":"KP_GET_USE_COUNT","features":[70]},{"name":"KP_HIGHEST_VERSION","features":[70]},{"name":"KP_INFO","features":[70]},{"name":"KP_IV","features":[70]},{"name":"KP_KEYEXCHANGE_PIN","features":[70]},{"name":"KP_KEYLEN","features":[70]},{"name":"KP_KEYVAL","features":[70]},{"name":"KP_MODE","features":[70]},{"name":"KP_MODE_BITS","features":[70]},{"name":"KP_OAEP_PARAMS","features":[70]},{"name":"KP_P","features":[70]},{"name":"KP_PADDING","features":[70]},{"name":"KP_PERMISSIONS","features":[70]},{"name":"KP_PIN_ID","features":[70]},{"name":"KP_PIN_INFO","features":[70]},{"name":"KP_PRECOMP_MD5","features":[70]},{"name":"KP_PRECOMP_SHA","features":[70]},{"name":"KP_PREHASH","features":[70]},{"name":"KP_PUB_EX_LEN","features":[70]},{"name":"KP_PUB_EX_VAL","features":[70]},{"name":"KP_PUB_PARAMS","features":[70]},{"name":"KP_Q","features":[70]},{"name":"KP_RA","features":[70]},{"name":"KP_RB","features":[70]},{"name":"KP_ROUNDS","features":[70]},{"name":"KP_RP","features":[70]},{"name":"KP_SALT","features":[70]},{"name":"KP_SALT_EX","features":[70]},{"name":"KP_SCHANNEL_ALG","features":[70]},{"name":"KP_SERVER_RANDOM","features":[70]},{"name":"KP_SIGNATURE_PIN","features":[70]},{"name":"KP_VERIFY_PARAMS","features":[70]},{"name":"KP_X","features":[70]},{"name":"KP_Y","features":[70]},{"name":"KeyTypeHardware","features":[70]},{"name":"KeyTypeOther","features":[70]},{"name":"KeyTypePassport","features":[70]},{"name":"KeyTypePassportRemote","features":[70]},{"name":"KeyTypePassportSmartCard","features":[70]},{"name":"KeyTypePhysicalSmartCard","features":[70]},{"name":"KeyTypeSelfSigned","features":[70]},{"name":"KeyTypeSoftware","features":[70]},{"name":"KeyTypeVirtualSmartCard","features":[70]},{"name":"LEGACY_DH_PRIVATE_BLOB","features":[70]},{"name":"LEGACY_DH_PUBLIC_BLOB","features":[70]},{"name":"LEGACY_DSA_PRIVATE_BLOB","features":[70]},{"name":"LEGACY_DSA_PUBLIC_BLOB","features":[70]},{"name":"LEGACY_DSA_V2_PRIVATE_BLOB","features":[70]},{"name":"LEGACY_DSA_V2_PUBLIC_BLOB","features":[70]},{"name":"LEGACY_RSAPRIVATE_BLOB","features":[70]},{"name":"LEGACY_RSAPUBLIC_BLOB","features":[70]},{"name":"MAXUIDLEN","features":[70]},{"name":"MAX_CONTAINER_NAME_LEN","features":[70]},{"name":"MAX_PINS","features":[70]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_CHECK_APPLICATION_ROOT_FLAG","features":[70]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_DISABLE_FLIGHT_ROOT_FLAG","features":[70]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_ENABLE_TEST_ROOT_FLAG","features":[70]},{"name":"MSCEPSetupProperty","features":[70]},{"name":"MSCRYPT_ECC_MAX_CURVE_NAME_LENGTH","features":[70]},{"name":"MSCRYPT_ECC_MAX_OID_LENGTH","features":[70]},{"name":"MS_DEF_DH_SCHANNEL_PROV","features":[70]},{"name":"MS_DEF_DH_SCHANNEL_PROV_A","features":[70]},{"name":"MS_DEF_DH_SCHANNEL_PROV_W","features":[70]},{"name":"MS_DEF_DSS_DH_PROV","features":[70]},{"name":"MS_DEF_DSS_DH_PROV_A","features":[70]},{"name":"MS_DEF_DSS_DH_PROV_W","features":[70]},{"name":"MS_DEF_DSS_PROV","features":[70]},{"name":"MS_DEF_DSS_PROV_A","features":[70]},{"name":"MS_DEF_DSS_PROV_W","features":[70]},{"name":"MS_DEF_PROV","features":[70]},{"name":"MS_DEF_PROV_A","features":[70]},{"name":"MS_DEF_PROV_W","features":[70]},{"name":"MS_DEF_RSA_SCHANNEL_PROV","features":[70]},{"name":"MS_DEF_RSA_SCHANNEL_PROV_A","features":[70]},{"name":"MS_DEF_RSA_SCHANNEL_PROV_W","features":[70]},{"name":"MS_DEF_RSA_SIG_PROV","features":[70]},{"name":"MS_DEF_RSA_SIG_PROV_A","features":[70]},{"name":"MS_DEF_RSA_SIG_PROV_W","features":[70]},{"name":"MS_ENHANCED_PROV","features":[70]},{"name":"MS_ENHANCED_PROV_A","features":[70]},{"name":"MS_ENHANCED_PROV_W","features":[70]},{"name":"MS_ENH_DSS_DH_PROV","features":[70]},{"name":"MS_ENH_DSS_DH_PROV_A","features":[70]},{"name":"MS_ENH_DSS_DH_PROV_W","features":[70]},{"name":"MS_ENH_RSA_AES_PROV","features":[70]},{"name":"MS_ENH_RSA_AES_PROV_A","features":[70]},{"name":"MS_ENH_RSA_AES_PROV_W","features":[70]},{"name":"MS_ENH_RSA_AES_PROV_XP","features":[70]},{"name":"MS_ENH_RSA_AES_PROV_XP_A","features":[70]},{"name":"MS_ENH_RSA_AES_PROV_XP_W","features":[70]},{"name":"MS_KEY_PROTECTION_PROVIDER","features":[70]},{"name":"MS_KEY_STORAGE_PROVIDER","features":[70]},{"name":"MS_NGC_KEY_STORAGE_PROVIDER","features":[70]},{"name":"MS_PLATFORM_CRYPTO_PROVIDER","features":[70]},{"name":"MS_PLATFORM_KEY_STORAGE_PROVIDER","features":[70]},{"name":"MS_PRIMITIVE_PROVIDER","features":[70]},{"name":"MS_SCARD_PROV","features":[70]},{"name":"MS_SCARD_PROV_A","features":[70]},{"name":"MS_SCARD_PROV_W","features":[70]},{"name":"MS_SCHANNEL_PROVIDER","features":[70]},{"name":"MS_SMART_CARD_KEY_STORAGE_PROVIDER","features":[70]},{"name":"MS_STRONG_PROV","features":[70]},{"name":"MS_STRONG_PROV_A","features":[70]},{"name":"MS_STRONG_PROV_W","features":[70]},{"name":"ManageCardSpace","features":[70]},{"name":"NCRYPTBUFFER_ATTESTATIONSTATEMENT_BLOB","features":[70]},{"name":"NCRYPTBUFFER_ATTESTATION_CLAIM_CHALLENGE_REQUIRED","features":[70]},{"name":"NCRYPTBUFFER_ATTESTATION_CLAIM_TYPE","features":[70]},{"name":"NCRYPTBUFFER_CERT_BLOB","features":[70]},{"name":"NCRYPTBUFFER_CLAIM_IDBINDING_NONCE","features":[70]},{"name":"NCRYPTBUFFER_CLAIM_KEYATTESTATION_NONCE","features":[70]},{"name":"NCRYPTBUFFER_DATA","features":[70]},{"name":"NCRYPTBUFFER_ECC_CURVE_NAME","features":[70]},{"name":"NCRYPTBUFFER_ECC_PARAMETERS","features":[70]},{"name":"NCRYPTBUFFER_EMPTY","features":[70]},{"name":"NCRYPTBUFFER_KEY_PROPERTY_FLAGS","features":[70]},{"name":"NCRYPTBUFFER_PKCS_ALG_ID","features":[70]},{"name":"NCRYPTBUFFER_PKCS_ALG_OID","features":[70]},{"name":"NCRYPTBUFFER_PKCS_ALG_PARAM","features":[70]},{"name":"NCRYPTBUFFER_PKCS_ATTRS","features":[70]},{"name":"NCRYPTBUFFER_PKCS_KEY_NAME","features":[70]},{"name":"NCRYPTBUFFER_PKCS_OID","features":[70]},{"name":"NCRYPTBUFFER_PKCS_SECRET","features":[70]},{"name":"NCRYPTBUFFER_PROTECTION_DESCRIPTOR_STRING","features":[70]},{"name":"NCRYPTBUFFER_PROTECTION_FLAGS","features":[70]},{"name":"NCRYPTBUFFER_SSL_CLEAR_KEY","features":[70]},{"name":"NCRYPTBUFFER_SSL_CLIENT_RANDOM","features":[70]},{"name":"NCRYPTBUFFER_SSL_HIGHEST_VERSION","features":[70]},{"name":"NCRYPTBUFFER_SSL_KEY_ARG_DATA","features":[70]},{"name":"NCRYPTBUFFER_SSL_SERVER_RANDOM","features":[70]},{"name":"NCRYPTBUFFER_SSL_SESSION_HASH","features":[70]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_NONCE","features":[70]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_PCR_MASK","features":[70]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_STATIC_CREATE","features":[70]},{"name":"NCRYPTBUFFER_TPM_SEAL_NO_DA_PROTECTION","features":[70]},{"name":"NCRYPTBUFFER_TPM_SEAL_PASSWORD","features":[70]},{"name":"NCRYPTBUFFER_TPM_SEAL_POLICYINFO","features":[70]},{"name":"NCRYPTBUFFER_TPM_SEAL_TICKET","features":[70]},{"name":"NCRYPTBUFFER_VERSION","features":[70]},{"name":"NCRYPTBUFFER_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS","features":[70]},{"name":"NCRYPT_3DES_112_ALGORITHM","features":[70]},{"name":"NCRYPT_3DES_ALGORITHM","features":[70]},{"name":"NCRYPT_AES_ALGORITHM","features":[70]},{"name":"NCRYPT_AES_ALGORITHM_GROUP","features":[70]},{"name":"NCRYPT_ALGORITHM_GROUP_PROPERTY","features":[70]},{"name":"NCRYPT_ALGORITHM_NAME_CLASS","features":[70]},{"name":"NCRYPT_ALGORITHM_PROPERTY","features":[70]},{"name":"NCRYPT_ALLOC_PARA","features":[70]},{"name":"NCRYPT_ALLOW_ALL_USAGES","features":[70]},{"name":"NCRYPT_ALLOW_ARCHIVING_FLAG","features":[70]},{"name":"NCRYPT_ALLOW_DECRYPT_FLAG","features":[70]},{"name":"NCRYPT_ALLOW_EXPORT_FLAG","features":[70]},{"name":"NCRYPT_ALLOW_KEY_AGREEMENT_FLAG","features":[70]},{"name":"NCRYPT_ALLOW_KEY_IMPORT_FLAG","features":[70]},{"name":"NCRYPT_ALLOW_PLAINTEXT_ARCHIVING_FLAG","features":[70]},{"name":"NCRYPT_ALLOW_PLAINTEXT_EXPORT_FLAG","features":[70]},{"name":"NCRYPT_ALLOW_SIGNING_FLAG","features":[70]},{"name":"NCRYPT_ALLOW_SILENT_KEY_ACCESS","features":[70]},{"name":"NCRYPT_ALTERNATE_KEY_STORAGE_LOCATION_PROPERTY","features":[70]},{"name":"NCRYPT_ASSOCIATED_ECDH_KEY","features":[70]},{"name":"NCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[70]},{"name":"NCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[70]},{"name":"NCRYPT_ATTESTATION_FLAG","features":[70]},{"name":"NCRYPT_AUTHORITY_KEY_FLAG","features":[70]},{"name":"NCRYPT_AUTH_TAG_LENGTH","features":[70]},{"name":"NCRYPT_BLOCK_LENGTH_PROPERTY","features":[70]},{"name":"NCRYPT_CAPI_KDF_ALGORITHM","features":[70]},{"name":"NCRYPT_CERTIFICATE_PROPERTY","features":[70]},{"name":"NCRYPT_CHAINING_MODE_PROPERTY","features":[70]},{"name":"NCRYPT_CHANGEPASSWORD_PROPERTY","features":[70]},{"name":"NCRYPT_CIPHER_BLOCK_PADDING_FLAG","features":[70]},{"name":"NCRYPT_CIPHER_KEY_BLOB","features":[70]},{"name":"NCRYPT_CIPHER_KEY_BLOB_MAGIC","features":[70]},{"name":"NCRYPT_CIPHER_NO_PADDING_FLAG","features":[70]},{"name":"NCRYPT_CIPHER_OPERATION","features":[70]},{"name":"NCRYPT_CIPHER_OTHER_PADDING_FLAG","features":[70]},{"name":"NCRYPT_CIPHER_PADDING_INFO","features":[70]},{"name":"NCRYPT_CLAIM_AUTHORITY_AND_SUBJECT","features":[70]},{"name":"NCRYPT_CLAIM_AUTHORITY_ONLY","features":[70]},{"name":"NCRYPT_CLAIM_PLATFORM","features":[70]},{"name":"NCRYPT_CLAIM_SUBJECT_ONLY","features":[70]},{"name":"NCRYPT_CLAIM_UNKNOWN","features":[70]},{"name":"NCRYPT_CLAIM_VSM_KEY_ATTESTATION_STATEMENT","features":[70]},{"name":"NCRYPT_CLAIM_WEB_AUTH_SUBJECT_ONLY","features":[70]},{"name":"NCRYPT_DESCR_DELIMITER_AND","features":[70]},{"name":"NCRYPT_DESCR_DELIMITER_OR","features":[70]},{"name":"NCRYPT_DESCR_EQUAL","features":[70]},{"name":"NCRYPT_DESX_ALGORITHM","features":[70]},{"name":"NCRYPT_DES_ALGORITHM","features":[70]},{"name":"NCRYPT_DES_ALGORITHM_GROUP","features":[70]},{"name":"NCRYPT_DH_ALGORITHM","features":[70]},{"name":"NCRYPT_DH_ALGORITHM_GROUP","features":[70]},{"name":"NCRYPT_DH_PARAMETERS_PROPERTY","features":[70]},{"name":"NCRYPT_DISMISS_UI_TIMEOUT_SEC_PROPERTY","features":[70]},{"name":"NCRYPT_DO_NOT_FINALIZE_FLAG","features":[70]},{"name":"NCRYPT_DSA_ALGORITHM","features":[70]},{"name":"NCRYPT_DSA_ALGORITHM_GROUP","features":[70]},{"name":"NCRYPT_ECC_CURVE_NAME_LIST_PROPERTY","features":[70]},{"name":"NCRYPT_ECC_CURVE_NAME_PROPERTY","features":[70]},{"name":"NCRYPT_ECC_PARAMETERS_PROPERTY","features":[70]},{"name":"NCRYPT_ECDH_ALGORITHM","features":[70]},{"name":"NCRYPT_ECDH_ALGORITHM_GROUP","features":[70]},{"name":"NCRYPT_ECDH_P256_ALGORITHM","features":[70]},{"name":"NCRYPT_ECDH_P384_ALGORITHM","features":[70]},{"name":"NCRYPT_ECDH_P521_ALGORITHM","features":[70]},{"name":"NCRYPT_ECDSA_ALGORITHM","features":[70]},{"name":"NCRYPT_ECDSA_ALGORITHM_GROUP","features":[70]},{"name":"NCRYPT_ECDSA_P256_ALGORITHM","features":[70]},{"name":"NCRYPT_ECDSA_P384_ALGORITHM","features":[70]},{"name":"NCRYPT_ECDSA_P521_ALGORITHM","features":[70]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE","features":[70]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER","features":[70]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER_CURRENT_VERSION","features":[70]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER_V0","features":[70]},{"name":"NCRYPT_EXPORT_LEGACY_FLAG","features":[70]},{"name":"NCRYPT_EXPORT_POLICY_PROPERTY","features":[70]},{"name":"NCRYPT_EXTENDED_ERRORS_FLAG","features":[70]},{"name":"NCRYPT_FLAGS","features":[70]},{"name":"NCRYPT_HANDLE","features":[70]},{"name":"NCRYPT_HASH_HANDLE","features":[70]},{"name":"NCRYPT_HASH_OPERATION","features":[70]},{"name":"NCRYPT_HMAC_SHA256_ALGORITHM","features":[70]},{"name":"NCRYPT_IGNORE_DEVICE_STATE_FLAG","features":[70]},{"name":"NCRYPT_IMPL_HARDWARE_FLAG","features":[70]},{"name":"NCRYPT_IMPL_HARDWARE_RNG_FLAG","features":[70]},{"name":"NCRYPT_IMPL_REMOVABLE_FLAG","features":[70]},{"name":"NCRYPT_IMPL_SOFTWARE_FLAG","features":[70]},{"name":"NCRYPT_IMPL_TYPE_PROPERTY","features":[70]},{"name":"NCRYPT_IMPL_VIRTUAL_ISOLATION_FLAG","features":[70]},{"name":"NCRYPT_INITIALIZATION_VECTOR","features":[70]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES","features":[70]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES_CURRENT_VERSION","features":[70]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES_V0","features":[70]},{"name":"NCRYPT_ISOLATED_KEY_ENVELOPE_BLOB","features":[70]},{"name":"NCRYPT_ISOLATED_KEY_FLAG_CREATED_IN_ISOLATION","features":[70]},{"name":"NCRYPT_ISOLATED_KEY_FLAG_IMPORT_ONLY","features":[70]},{"name":"NCRYPT_KDF_KEY_BLOB","features":[70]},{"name":"NCRYPT_KDF_KEY_BLOB_MAGIC","features":[70]},{"name":"NCRYPT_KDF_SECRET_VALUE","features":[70]},{"name":"NCRYPT_KEY_ACCESS_POLICY_BLOB","features":[70]},{"name":"NCRYPT_KEY_ACCESS_POLICY_PROPERTY","features":[70]},{"name":"NCRYPT_KEY_ACCESS_POLICY_VERSION","features":[70]},{"name":"NCRYPT_KEY_ATTEST_MAGIC","features":[70]},{"name":"NCRYPT_KEY_ATTEST_PADDING_INFO","features":[70]},{"name":"NCRYPT_KEY_BLOB_HEADER","features":[70]},{"name":"NCRYPT_KEY_DERIVATION_GROUP","features":[70]},{"name":"NCRYPT_KEY_DERIVATION_INTERFACE","features":[70]},{"name":"NCRYPT_KEY_DERIVATION_OPERATION","features":[70]},{"name":"NCRYPT_KEY_HANDLE","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_CERTIFICATE","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_LOCAL","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_LOCKEDCREDENTIALS","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_SDDL","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_SID","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_WEBCREDENTIALS","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_CERT_CERTBLOB","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_CERT_HASHID","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_INTERFACE","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_LOGON","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_MACHINE","features":[70]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_USER","features":[70]},{"name":"NCRYPT_KEY_STORAGE_ALGORITHM","features":[70]},{"name":"NCRYPT_KEY_STORAGE_FUNCTION_TABLE","features":[3,70]},{"name":"NCRYPT_KEY_STORAGE_INTERFACE","features":[70]},{"name":"NCRYPT_KEY_TYPE_PROPERTY","features":[70]},{"name":"NCRYPT_KEY_USAGE_PROPERTY","features":[70]},{"name":"NCRYPT_LAST_MODIFIED_PROPERTY","features":[70]},{"name":"NCRYPT_LENGTHS_PROPERTY","features":[70]},{"name":"NCRYPT_LENGTH_PROPERTY","features":[70]},{"name":"NCRYPT_MACHINE_KEY_FLAG","features":[70]},{"name":"NCRYPT_MAX_ALG_ID_LENGTH","features":[70]},{"name":"NCRYPT_MAX_KEY_NAME_LENGTH","features":[70]},{"name":"NCRYPT_MAX_NAME_LENGTH_PROPERTY","features":[70]},{"name":"NCRYPT_MAX_PROPERTY_DATA","features":[70]},{"name":"NCRYPT_MAX_PROPERTY_NAME","features":[70]},{"name":"NCRYPT_MD2_ALGORITHM","features":[70]},{"name":"NCRYPT_MD4_ALGORITHM","features":[70]},{"name":"NCRYPT_MD5_ALGORITHM","features":[70]},{"name":"NCRYPT_NAMED_DESCRIPTOR_FLAG","features":[70]},{"name":"NCRYPT_NAME_PROPERTY","features":[70]},{"name":"NCRYPT_NO_CACHED_PASSWORD","features":[70]},{"name":"NCRYPT_NO_KEY_VALIDATION","features":[70]},{"name":"NCRYPT_NO_PADDING_FLAG","features":[70]},{"name":"NCRYPT_OPAQUETRANSPORT_BLOB","features":[70]},{"name":"NCRYPT_OPERATION","features":[70]},{"name":"NCRYPT_OVERWRITE_KEY_FLAG","features":[70]},{"name":"NCRYPT_PAD_CIPHER_FLAG","features":[70]},{"name":"NCRYPT_PAD_OAEP_FLAG","features":[70]},{"name":"NCRYPT_PAD_PKCS1_FLAG","features":[70]},{"name":"NCRYPT_PAD_PSS_FLAG","features":[70]},{"name":"NCRYPT_PBKDF2_ALGORITHM","features":[70]},{"name":"NCRYPT_PCP_ALTERNATE_KEY_STORAGE_LOCATION_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_CHANGEPASSWORD_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_ECC_EKCERT_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_ECC_EKNVCERT_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_ECC_EKPUB_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_EKCERT_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_EKNVCERT_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_EKPUB_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_ENCRYPTION_KEY","features":[70]},{"name":"NCRYPT_PCP_EXPORT_ALLOWED_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_HMACVERIFICATION_KEY","features":[70]},{"name":"NCRYPT_PCP_HMAC_AUTH_NONCE","features":[70]},{"name":"NCRYPT_PCP_HMAC_AUTH_POLICYINFO","features":[70]},{"name":"NCRYPT_PCP_HMAC_AUTH_POLICYREF","features":[70]},{"name":"NCRYPT_PCP_HMAC_AUTH_SIGNATURE","features":[70]},{"name":"NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO","features":[70]},{"name":"NCRYPT_PCP_HMAC_AUTH_TICKET","features":[70]},{"name":"NCRYPT_PCP_IDENTITY_KEY","features":[70]},{"name":"NCRYPT_PCP_INTERMEDIATE_CA_EKCERT_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_KEYATTESTATION_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_KEY_CREATIONHASH_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_KEY_CREATIONTICKET_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_KEY_USAGE_POLICY_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_MIGRATIONPASSWORD_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_NO_DA_PROTECTION_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PASSWORD_REQUIRED_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PCRTABLE_ALGORITHM_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PCRTABLE_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PLATFORMHANDLE_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRALGID_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRDIGESTLIST_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRDIGEST_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRMASK_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PLATFORM_TYPE_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PROVIDERHANDLE_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PROVIDER_VERSION_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_PSS_SALT_SIZE_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_RAW_POLICYDIGEST_INFO","features":[70]},{"name":"NCRYPT_PCP_RAW_POLICYDIGEST_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_RSA_EKCERT_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_RSA_EKNVCERT_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_RSA_EKPUB_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_RSA_SCHEME_HASH_ALG_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_RSA_SCHEME_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_SESSIONID_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_SIGNATURE_KEY","features":[70]},{"name":"NCRYPT_PCP_SRKPUB_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_STORAGEPARENT_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_STORAGE_KEY","features":[70]},{"name":"NCRYPT_PCP_SYMMETRIC_KEYBITS_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_TPM12_IDACTIVATION_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_TPM12_IDBINDING_DYNAMIC_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_TPM12_IDBINDING_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_TPM2BNAME_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_TPM_FW_VERSION_INFO","features":[70]},{"name":"NCRYPT_PCP_TPM_FW_VERSION_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_TPM_IFX_RSA_KEYGEN_PROHIBITED_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_TPM_IFX_RSA_KEYGEN_VULNERABILITY_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_TPM_MANUFACTURER_ID_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_TPM_VERSION_PROPERTY","features":[70]},{"name":"NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT","features":[70]},{"name":"NCRYPT_PCP_USAGEAUTH_PROPERTY","features":[70]},{"name":"NCRYPT_PERSIST_FLAG","features":[70]},{"name":"NCRYPT_PERSIST_ONLY_FLAG","features":[70]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_IMAGE_PROPERTY","features":[70]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_STATUS_PROPERTY","features":[70]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_TICKET_BYTE_LENGTH","features":[70]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_TICKET_PROPERTY","features":[70]},{"name":"NCRYPT_PIN_CACHE_CLEAR_FOR_CALLING_PROCESS_OPTION","features":[70]},{"name":"NCRYPT_PIN_CACHE_CLEAR_PROPERTY","features":[70]},{"name":"NCRYPT_PIN_CACHE_DISABLE_DPL_FLAG","features":[70]},{"name":"NCRYPT_PIN_CACHE_FLAGS_PROPERTY","features":[70]},{"name":"NCRYPT_PIN_CACHE_FREE_APPLICATION_TICKET_PROPERTY","features":[70]},{"name":"NCRYPT_PIN_CACHE_IS_GESTURE_REQUIRED_PROPERTY","features":[70]},{"name":"NCRYPT_PIN_CACHE_PIN_PROPERTY","features":[70]},{"name":"NCRYPT_PIN_CACHE_REQUIRE_GESTURE_FLAG","features":[70]},{"name":"NCRYPT_PIN_PROMPT_PROPERTY","features":[70]},{"name":"NCRYPT_PIN_PROPERTY","features":[70]},{"name":"NCRYPT_PKCS7_ENVELOPE_BLOB","features":[70]},{"name":"NCRYPT_PKCS8_PRIVATE_KEY_BLOB","features":[70]},{"name":"NCRYPT_PLATFORM_ATTEST_MAGIC","features":[70]},{"name":"NCRYPT_PLATFORM_ATTEST_PADDING_INFO","features":[70]},{"name":"NCRYPT_PREFER_VIRTUAL_ISOLATION_FLAG","features":[70]},{"name":"NCRYPT_PROTECTED_KEY_BLOB","features":[70]},{"name":"NCRYPT_PROTECTED_KEY_BLOB_MAGIC","features":[70]},{"name":"NCRYPT_PROTECTION_INFO_TYPE_DESCRIPTOR_STRING","features":[70]},{"name":"NCRYPT_PROTECT_STREAM_INFO","features":[3,70]},{"name":"NCRYPT_PROTECT_STREAM_INFO_EX","features":[3,70]},{"name":"NCRYPT_PROTECT_TO_LOCAL_SYSTEM","features":[70]},{"name":"NCRYPT_PROVIDER_HANDLE_PROPERTY","features":[70]},{"name":"NCRYPT_PROV_HANDLE","features":[70]},{"name":"NCRYPT_PUBLIC_LENGTH_PROPERTY","features":[70]},{"name":"NCRYPT_RC2_ALGORITHM","features":[70]},{"name":"NCRYPT_RC2_ALGORITHM_GROUP","features":[70]},{"name":"NCRYPT_READER_ICON_PROPERTY","features":[70]},{"name":"NCRYPT_READER_PROPERTY","features":[70]},{"name":"NCRYPT_REGISTER_NOTIFY_FLAG","features":[70]},{"name":"NCRYPT_REQUIRE_KDS_LRPC_BIND_FLAG","features":[70]},{"name":"NCRYPT_ROOT_CERTSTORE_PROPERTY","features":[70]},{"name":"NCRYPT_RSA_ALGORITHM","features":[70]},{"name":"NCRYPT_RSA_ALGORITHM_GROUP","features":[70]},{"name":"NCRYPT_RSA_SIGN_ALGORITHM","features":[70]},{"name":"NCRYPT_SCARD_NGC_KEY_NAME","features":[70]},{"name":"NCRYPT_SCARD_PIN_ID","features":[70]},{"name":"NCRYPT_SCARD_PIN_INFO","features":[70]},{"name":"NCRYPT_SCHANNEL_INTERFACE","features":[70]},{"name":"NCRYPT_SCHANNEL_SIGNATURE_INTERFACE","features":[70]},{"name":"NCRYPT_SEALING_FLAG","features":[70]},{"name":"NCRYPT_SECRET_AGREEMENT_INTERFACE","features":[70]},{"name":"NCRYPT_SECRET_AGREEMENT_OPERATION","features":[70]},{"name":"NCRYPT_SECRET_HANDLE","features":[70]},{"name":"NCRYPT_SECURE_PIN_PROPERTY","features":[70]},{"name":"NCRYPT_SECURITY_DESCR_PROPERTY","features":[70]},{"name":"NCRYPT_SECURITY_DESCR_SUPPORT_PROPERTY","features":[70]},{"name":"NCRYPT_SHA1_ALGORITHM","features":[70]},{"name":"NCRYPT_SHA256_ALGORITHM","features":[70]},{"name":"NCRYPT_SHA384_ALGORITHM","features":[70]},{"name":"NCRYPT_SHA512_ALGORITHM","features":[70]},{"name":"NCRYPT_SIGNATURE_INTERFACE","features":[70]},{"name":"NCRYPT_SIGNATURE_LENGTH_PROPERTY","features":[70]},{"name":"NCRYPT_SIGNATURE_OPERATION","features":[70]},{"name":"NCRYPT_SILENT_FLAG","features":[70]},{"name":"NCRYPT_SMARTCARD_GUID_PROPERTY","features":[70]},{"name":"NCRYPT_SP800108_CTR_HMAC_ALGORITHM","features":[70]},{"name":"NCRYPT_SP80056A_CONCAT_ALGORITHM","features":[70]},{"name":"NCRYPT_SSL_CIPHER_LENGTHS","features":[70]},{"name":"NCRYPT_SSL_CIPHER_LENGTHS_BLOCK_PADDING","features":[70]},{"name":"NCRYPT_SSL_CIPHER_SUITE","features":[70]},{"name":"NCRYPT_SSL_CIPHER_SUITE_EX","features":[70]},{"name":"NCRYPT_SSL_CIPHER_SUITE_EX_VERSION","features":[70]},{"name":"NCRYPT_SSL_CLIENT_FLAG","features":[70]},{"name":"NCRYPT_SSL_EAP_FAST_ID","features":[70]},{"name":"NCRYPT_SSL_EAP_ID","features":[70]},{"name":"NCRYPT_SSL_EAP_PRF_FIELD","features":[70]},{"name":"NCRYPT_SSL_EAP_TTLSV0_CHLNG_ID","features":[70]},{"name":"NCRYPT_SSL_EAP_TTLSV0_ID","features":[70]},{"name":"NCRYPT_SSL_ECC_CURVE","features":[70]},{"name":"NCRYPT_SSL_EXTERNAL_PSK_FLAG","features":[70]},{"name":"NCRYPT_SSL_FUNCTION_TABLE","features":[3,70]},{"name":"NCRYPT_SSL_MAX_NAME_SIZE","features":[70]},{"name":"NCRYPT_SSL_RESUMPTION_PSK_FLAG","features":[70]},{"name":"NCRYPT_SSL_SERVER_FLAG","features":[70]},{"name":"NCRYPT_SSL_SIGN_INCLUDE_HASHOID","features":[70]},{"name":"NCRYPT_SSL_SIGN_USE_PSS_PADDING","features":[70]},{"name":"NCRYPT_SUPPORTED_LENGTHS","features":[70]},{"name":"NCRYPT_TPM12_PROVIDER","features":[70]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB","features":[70]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB_HEADER","features":[70]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB_MAGIC","features":[70]},{"name":"NCRYPT_TPM_PAD_PSS_IGNORE_SALT","features":[70]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT","features":[70]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT_CURRENT_VERSION","features":[70]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT_V0","features":[70]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_HASHSIZE","features":[70]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_MAXIMUM","features":[70]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_UNKNOWN","features":[70]},{"name":"NCRYPT_TREAT_NIST_AS_GENERIC_ECC_FLAG","features":[70]},{"name":"NCRYPT_UI_APPCONTAINER_ACCESS_MEDIUM_FLAG","features":[70]},{"name":"NCRYPT_UI_FINGERPRINT_PROTECTION_FLAG","features":[70]},{"name":"NCRYPT_UI_FORCE_HIGH_PROTECTION_FLAG","features":[70]},{"name":"NCRYPT_UI_POLICY","features":[70]},{"name":"NCRYPT_UI_POLICY_BLOB","features":[70]},{"name":"NCRYPT_UI_POLICY_PROPERTY","features":[70]},{"name":"NCRYPT_UI_PROTECT_KEY_FLAG","features":[70]},{"name":"NCRYPT_UNIQUE_NAME_PROPERTY","features":[70]},{"name":"NCRYPT_UNPROTECT_NO_DECRYPT","features":[70]},{"name":"NCRYPT_UNREGISTER_NOTIFY_FLAG","features":[70]},{"name":"NCRYPT_USER_CERTSTORE_PROPERTY","features":[70]},{"name":"NCRYPT_USE_CONTEXT_PROPERTY","features":[70]},{"name":"NCRYPT_USE_COUNT_ENABLED_PROPERTY","features":[70]},{"name":"NCRYPT_USE_COUNT_PROPERTY","features":[70]},{"name":"NCRYPT_USE_PER_BOOT_KEY_FLAG","features":[70]},{"name":"NCRYPT_USE_PER_BOOT_KEY_PROPERTY","features":[70]},{"name":"NCRYPT_USE_VIRTUAL_ISOLATION_FLAG","features":[70]},{"name":"NCRYPT_USE_VIRTUAL_ISOLATION_PROPERTY","features":[70]},{"name":"NCRYPT_VERSION_PROPERTY","features":[70]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS","features":[70]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS_CURRENT_VERSION","features":[70]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS_V0","features":[70]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT","features":[70]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT_CURRENT_VERSION","features":[70]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT_V0","features":[70]},{"name":"NCRYPT_WINDOW_HANDLE_PROPERTY","features":[70]},{"name":"NCRYPT_WRITE_KEY_TO_LEGACY_STORE_FLAG","features":[70]},{"name":"NCryptAlgorithmName","features":[70]},{"name":"NCryptCloseProtectionDescriptor","features":[70]},{"name":"NCryptCreateClaim","features":[70]},{"name":"NCryptCreateClaimFn","features":[70]},{"name":"NCryptCreatePersistedKey","features":[70]},{"name":"NCryptCreatePersistedKeyFn","features":[70]},{"name":"NCryptCreateProtectionDescriptor","features":[70]},{"name":"NCryptDecrypt","features":[70]},{"name":"NCryptDecryptFn","features":[70]},{"name":"NCryptDeleteKey","features":[70]},{"name":"NCryptDeleteKeyFn","features":[70]},{"name":"NCryptDeriveKey","features":[70]},{"name":"NCryptDeriveKeyFn","features":[70]},{"name":"NCryptEncrypt","features":[70]},{"name":"NCryptEncryptFn","features":[70]},{"name":"NCryptEnumAlgorithms","features":[70]},{"name":"NCryptEnumAlgorithmsFn","features":[70]},{"name":"NCryptEnumKeys","features":[70]},{"name":"NCryptEnumKeysFn","features":[70]},{"name":"NCryptEnumStorageProviders","features":[70]},{"name":"NCryptEnumStorageProvidersFn","features":[70]},{"name":"NCryptExportKey","features":[70]},{"name":"NCryptExportKeyFn","features":[70]},{"name":"NCryptFinalizeKey","features":[70]},{"name":"NCryptFinalizeKeyFn","features":[70]},{"name":"NCryptFreeBuffer","features":[70]},{"name":"NCryptFreeBufferFn","features":[70]},{"name":"NCryptFreeKeyFn","features":[70]},{"name":"NCryptFreeObject","features":[70]},{"name":"NCryptFreeProviderFn","features":[70]},{"name":"NCryptFreeSecretFn","features":[70]},{"name":"NCryptGetKeyPropertyFn","features":[70]},{"name":"NCryptGetProperty","features":[70]},{"name":"NCryptGetProtectionDescriptorInfo","features":[70]},{"name":"NCryptGetProviderPropertyFn","features":[70]},{"name":"NCryptImportKey","features":[70]},{"name":"NCryptImportKeyFn","features":[70]},{"name":"NCryptIsAlgSupported","features":[70]},{"name":"NCryptIsAlgSupportedFn","features":[70]},{"name":"NCryptIsKeyHandle","features":[3,70]},{"name":"NCryptKeyDerivation","features":[70]},{"name":"NCryptKeyDerivationFn","features":[70]},{"name":"NCryptKeyName","features":[70]},{"name":"NCryptNotifyChangeKey","features":[3,70]},{"name":"NCryptNotifyChangeKeyFn","features":[3,70]},{"name":"NCryptOpenKey","features":[70]},{"name":"NCryptOpenKeyFn","features":[70]},{"name":"NCryptOpenStorageProvider","features":[70]},{"name":"NCryptOpenStorageProviderFn","features":[70]},{"name":"NCryptPromptUserFn","features":[70]},{"name":"NCryptProtectSecret","features":[3,70]},{"name":"NCryptProviderName","features":[70]},{"name":"NCryptQueryProtectionDescriptorName","features":[70]},{"name":"NCryptRegisterProtectionDescriptorName","features":[70]},{"name":"NCryptSecretAgreement","features":[70]},{"name":"NCryptSecretAgreementFn","features":[70]},{"name":"NCryptSetKeyPropertyFn","features":[70]},{"name":"NCryptSetProperty","features":[70]},{"name":"NCryptSetProviderPropertyFn","features":[70]},{"name":"NCryptSignHash","features":[70]},{"name":"NCryptSignHashFn","features":[70]},{"name":"NCryptStreamClose","features":[70]},{"name":"NCryptStreamOpenToProtect","features":[3,70]},{"name":"NCryptStreamOpenToUnprotect","features":[3,70]},{"name":"NCryptStreamOpenToUnprotectEx","features":[3,70]},{"name":"NCryptStreamUpdate","features":[3,70]},{"name":"NCryptTranslateHandle","features":[70]},{"name":"NCryptUnprotectSecret","features":[3,70]},{"name":"NCryptVerifyClaim","features":[70]},{"name":"NCryptVerifyClaimFn","features":[70]},{"name":"NCryptVerifySignature","features":[70]},{"name":"NCryptVerifySignatureFn","features":[70]},{"name":"NETSCAPE_SIGN_CA_CERT_TYPE","features":[70]},{"name":"NETSCAPE_SIGN_CERT_TYPE","features":[70]},{"name":"NETSCAPE_SMIME_CA_CERT_TYPE","features":[70]},{"name":"NETSCAPE_SMIME_CERT_TYPE","features":[70]},{"name":"NETSCAPE_SSL_CA_CERT_TYPE","features":[70]},{"name":"NETSCAPE_SSL_CLIENT_AUTH_CERT_TYPE","features":[70]},{"name":"NETSCAPE_SSL_SERVER_AUTH_CERT_TYPE","features":[70]},{"name":"NonRepudiationPin","features":[70]},{"name":"OCSP_BASIC_BY_KEY_RESPONDER_ID","features":[70]},{"name":"OCSP_BASIC_BY_NAME_RESPONDER_ID","features":[70]},{"name":"OCSP_BASIC_GOOD_CERT_STATUS","features":[70]},{"name":"OCSP_BASIC_RESPONSE","features":[70]},{"name":"OCSP_BASIC_RESPONSE_ENTRY","features":[3,70]},{"name":"OCSP_BASIC_RESPONSE_INFO","features":[3,70]},{"name":"OCSP_BASIC_RESPONSE_V1","features":[70]},{"name":"OCSP_BASIC_REVOKED_CERT_STATUS","features":[70]},{"name":"OCSP_BASIC_REVOKED_INFO","features":[3,70]},{"name":"OCSP_BASIC_SIGNED_RESPONSE","features":[70]},{"name":"OCSP_BASIC_SIGNED_RESPONSE_INFO","features":[70]},{"name":"OCSP_BASIC_UNKNOWN_CERT_STATUS","features":[70]},{"name":"OCSP_CERT_ID","features":[70]},{"name":"OCSP_INTERNAL_ERROR_RESPONSE","features":[70]},{"name":"OCSP_MALFORMED_REQUEST_RESPONSE","features":[70]},{"name":"OCSP_REQUEST","features":[70]},{"name":"OCSP_REQUEST_ENTRY","features":[3,70]},{"name":"OCSP_REQUEST_INFO","features":[3,70]},{"name":"OCSP_REQUEST_V1","features":[70]},{"name":"OCSP_RESPONSE","features":[70]},{"name":"OCSP_RESPONSE_INFO","features":[70]},{"name":"OCSP_SIGNATURE_INFO","features":[70]},{"name":"OCSP_SIGNED_REQUEST","features":[70]},{"name":"OCSP_SIGNED_REQUEST_INFO","features":[70]},{"name":"OCSP_SIG_REQUIRED_RESPONSE","features":[70]},{"name":"OCSP_SUCCESSFUL_RESPONSE","features":[70]},{"name":"OCSP_TRY_LATER_RESPONSE","features":[70]},{"name":"OCSP_UNAUTHORIZED_RESPONSE","features":[70]},{"name":"OFFLOAD_PRIVATE_KEY","features":[70]},{"name":"OPAQUEKEYBLOB","features":[70]},{"name":"PCRYPT_DECRYPT_PRIVATE_KEY_FUNC","features":[3,70]},{"name":"PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC","features":[3,70]},{"name":"PCRYPT_RESOLVE_HCRYPTPROV_FUNC","features":[3,70]},{"name":"PFNCryptStreamOutputCallback","features":[3,70]},{"name":"PFNCryptStreamOutputCallbackEx","features":[3,70]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN","features":[3,70]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_EX","features":[3,70]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_EX_WITHFILEHANDLE","features":[3,70]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_WITHFILEHANDLE","features":[3,70]},{"name":"PFN_CANCEL_ASYNC_RETRIEVAL_FUNC","features":[3,70]},{"name":"PFN_CARD_ACQUIRE_CONTEXT","features":[3,70]},{"name":"PFN_CARD_AUTHENTICATE_CHALLENGE","features":[3,70]},{"name":"PFN_CARD_AUTHENTICATE_EX","features":[3,70]},{"name":"PFN_CARD_AUTHENTICATE_PIN","features":[3,70]},{"name":"PFN_CARD_CHANGE_AUTHENTICATOR","features":[3,70]},{"name":"PFN_CARD_CHANGE_AUTHENTICATOR_EX","features":[3,70]},{"name":"PFN_CARD_CONSTRUCT_DH_AGREEMENT","features":[3,70]},{"name":"PFN_CARD_CREATE_CONTAINER","features":[3,70]},{"name":"PFN_CARD_CREATE_CONTAINER_EX","features":[3,70]},{"name":"PFN_CARD_CREATE_DIRECTORY","features":[3,70]},{"name":"PFN_CARD_CREATE_FILE","features":[3,70]},{"name":"PFN_CARD_DEAUTHENTICATE","features":[3,70]},{"name":"PFN_CARD_DEAUTHENTICATE_EX","features":[3,70]},{"name":"PFN_CARD_DELETE_CONTAINER","features":[3,70]},{"name":"PFN_CARD_DELETE_CONTEXT","features":[3,70]},{"name":"PFN_CARD_DELETE_DIRECTORY","features":[3,70]},{"name":"PFN_CARD_DELETE_FILE","features":[3,70]},{"name":"PFN_CARD_DERIVE_KEY","features":[3,70]},{"name":"PFN_CARD_DESTROY_DH_AGREEMENT","features":[3,70]},{"name":"PFN_CARD_DESTROY_KEY","features":[3,70]},{"name":"PFN_CARD_ENUM_FILES","features":[3,70]},{"name":"PFN_CARD_GET_ALGORITHM_PROPERTY","features":[3,70]},{"name":"PFN_CARD_GET_CHALLENGE","features":[3,70]},{"name":"PFN_CARD_GET_CHALLENGE_EX","features":[3,70]},{"name":"PFN_CARD_GET_CONTAINER_INFO","features":[3,70]},{"name":"PFN_CARD_GET_CONTAINER_PROPERTY","features":[3,70]},{"name":"PFN_CARD_GET_FILE_INFO","features":[3,70]},{"name":"PFN_CARD_GET_KEY_PROPERTY","features":[3,70]},{"name":"PFN_CARD_GET_PROPERTY","features":[3,70]},{"name":"PFN_CARD_GET_SHARED_KEY_HANDLE","features":[3,70]},{"name":"PFN_CARD_IMPORT_SESSION_KEY","features":[3,70]},{"name":"PFN_CARD_PROCESS_ENCRYPTED_DATA","features":[3,70]},{"name":"PFN_CARD_QUERY_CAPABILITIES","features":[3,70]},{"name":"PFN_CARD_QUERY_FREE_SPACE","features":[3,70]},{"name":"PFN_CARD_QUERY_KEY_SIZES","features":[3,70]},{"name":"PFN_CARD_READ_FILE","features":[3,70]},{"name":"PFN_CARD_RSA_DECRYPT","features":[3,70]},{"name":"PFN_CARD_SET_CONTAINER_PROPERTY","features":[3,70]},{"name":"PFN_CARD_SET_KEY_PROPERTY","features":[3,70]},{"name":"PFN_CARD_SET_PROPERTY","features":[3,70]},{"name":"PFN_CARD_SIGN_DATA","features":[3,70]},{"name":"PFN_CARD_UNBLOCK_PIN","features":[3,70]},{"name":"PFN_CARD_WRITE_FILE","features":[3,70]},{"name":"PFN_CERT_CHAIN_FIND_BY_ISSUER_CALLBACK","features":[3,70]},{"name":"PFN_CERT_CREATE_CONTEXT_SORT_FUNC","features":[3,70]},{"name":"PFN_CERT_DLL_OPEN_STORE_PROV_FUNC","features":[3,70]},{"name":"PFN_CERT_ENUM_PHYSICAL_STORE","features":[3,70]},{"name":"PFN_CERT_ENUM_SYSTEM_STORE","features":[3,70]},{"name":"PFN_CERT_ENUM_SYSTEM_STORE_LOCATION","features":[3,70]},{"name":"PFN_CERT_IS_WEAK_HASH","features":[3,70]},{"name":"PFN_CERT_SERVER_OCSP_RESPONSE_UPDATE_CALLBACK","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_CLOSE","features":[70]},{"name":"PFN_CERT_STORE_PROV_CONTROL","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_DELETE_CERT","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_DELETE_CRL","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_DELETE_CTL","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_FIND_CERT","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_FIND_CRL","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_FIND_CTL","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CERT","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CRL","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CTL","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_GET_CERT_PROPERTY","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_GET_CRL_PROPERTY","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_GET_CTL_PROPERTY","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_READ_CERT","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_READ_CRL","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_READ_CTL","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_SET_CERT_PROPERTY","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_SET_CRL_PROPERTY","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_SET_CTL_PROPERTY","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_WRITE_CERT","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_WRITE_CRL","features":[3,70]},{"name":"PFN_CERT_STORE_PROV_WRITE_CTL","features":[3,70]},{"name":"PFN_CMSG_ALLOC","features":[70]},{"name":"PFN_CMSG_CNG_IMPORT_CONTENT_ENCRYPT_KEY","features":[3,70]},{"name":"PFN_CMSG_CNG_IMPORT_KEY_AGREE","features":[3,70]},{"name":"PFN_CMSG_CNG_IMPORT_KEY_TRANS","features":[3,70]},{"name":"PFN_CMSG_EXPORT_ENCRYPT_KEY","features":[3,70]},{"name":"PFN_CMSG_EXPORT_KEY_AGREE","features":[3,70]},{"name":"PFN_CMSG_EXPORT_KEY_TRANS","features":[3,70]},{"name":"PFN_CMSG_EXPORT_MAIL_LIST","features":[3,70]},{"name":"PFN_CMSG_FREE","features":[70]},{"name":"PFN_CMSG_GEN_CONTENT_ENCRYPT_KEY","features":[3,70]},{"name":"PFN_CMSG_GEN_ENCRYPT_KEY","features":[3,70]},{"name":"PFN_CMSG_IMPORT_ENCRYPT_KEY","features":[3,70]},{"name":"PFN_CMSG_IMPORT_KEY_AGREE","features":[3,70]},{"name":"PFN_CMSG_IMPORT_KEY_TRANS","features":[3,70]},{"name":"PFN_CMSG_IMPORT_MAIL_LIST","features":[3,70]},{"name":"PFN_CMSG_STREAM_OUTPUT","features":[3,70]},{"name":"PFN_CRYPT_ALLOC","features":[70]},{"name":"PFN_CRYPT_ASYNC_PARAM_FREE_FUNC","features":[70]},{"name":"PFN_CRYPT_ASYNC_RETRIEVAL_COMPLETION_FUNC","features":[70]},{"name":"PFN_CRYPT_CANCEL_RETRIEVAL","features":[3,70]},{"name":"PFN_CRYPT_ENUM_KEYID_PROP","features":[3,70]},{"name":"PFN_CRYPT_ENUM_OID_FUNC","features":[3,70]},{"name":"PFN_CRYPT_ENUM_OID_INFO","features":[3,70]},{"name":"PFN_CRYPT_EXPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[3,70]},{"name":"PFN_CRYPT_EXPORT_PUBLIC_KEY_INFO_FROM_BCRYPT_HANDLE_FUNC","features":[3,70]},{"name":"PFN_CRYPT_EXTRACT_ENCODED_SIGNATURE_PARAMETERS_FUNC","features":[3,70]},{"name":"PFN_CRYPT_FREE","features":[70]},{"name":"PFN_CRYPT_GET_SIGNER_CERTIFICATE","features":[3,70]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FLUSH","features":[3,70]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE","features":[70]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE_IDENTIFIER","features":[70]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE_PASSWORD","features":[70]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_GET","features":[3,70]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_INITIALIZE","features":[3,70]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_RELEASE","features":[70]},{"name":"PFN_CRYPT_SIGN_AND_ENCODE_HASH_FUNC","features":[3,70]},{"name":"PFN_CRYPT_VERIFY_ENCODED_SIGNATURE_FUNC","features":[3,70]},{"name":"PFN_CRYPT_XML_CREATE_TRANSFORM","features":[70]},{"name":"PFN_CRYPT_XML_DATA_PROVIDER_CLOSE","features":[70]},{"name":"PFN_CRYPT_XML_DATA_PROVIDER_READ","features":[70]},{"name":"PFN_CRYPT_XML_ENUM_ALG_INFO","features":[3,70]},{"name":"PFN_CRYPT_XML_WRITE_CALLBACK","features":[70]},{"name":"PFN_CSP_ALLOC","features":[70]},{"name":"PFN_CSP_CACHE_ADD_FILE","features":[70]},{"name":"PFN_CSP_CACHE_DELETE_FILE","features":[70]},{"name":"PFN_CSP_CACHE_LOOKUP_FILE","features":[70]},{"name":"PFN_CSP_FREE","features":[70]},{"name":"PFN_CSP_GET_DH_AGREEMENT","features":[3,70]},{"name":"PFN_CSP_PAD_DATA","features":[70]},{"name":"PFN_CSP_REALLOC","features":[70]},{"name":"PFN_CSP_UNPAD_DATA","features":[70]},{"name":"PFN_EXPORT_PRIV_KEY_FUNC","features":[3,70]},{"name":"PFN_FREE_ENCODED_OBJECT_FUNC","features":[70]},{"name":"PFN_IMPORT_PRIV_KEY_FUNC","features":[3,70]},{"name":"PFN_IMPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[3,70]},{"name":"PFN_MD_ENCRYPT_DATA","features":[3,70]},{"name":"PFN_MD_IMPORT_SESSION_KEY","features":[3,70]},{"name":"PFN_NCRYPT_ALLOC","features":[70]},{"name":"PFN_NCRYPT_FREE","features":[70]},{"name":"PFN_OFFLOAD_MOD_EXPO","features":[3,70]},{"name":"PFXExportCertStore","features":[3,70]},{"name":"PFXExportCertStoreEx","features":[3,70]},{"name":"PFXImportCertStore","features":[70]},{"name":"PFXIsPFXBlob","features":[3,70]},{"name":"PFXVerifyPassword","features":[3,70]},{"name":"PIN_CACHE_POLICY","features":[70]},{"name":"PIN_CACHE_POLICY_CURRENT_VERSION","features":[70]},{"name":"PIN_CACHE_POLICY_TYPE","features":[70]},{"name":"PIN_CHANGE_FLAG_CHANGEPIN","features":[70]},{"name":"PIN_CHANGE_FLAG_UNBLOCK","features":[70]},{"name":"PIN_INFO","features":[70]},{"name":"PIN_INFO_CURRENT_VERSION","features":[70]},{"name":"PIN_INFO_REQUIRE_SECURE_ENTRY","features":[70]},{"name":"PIN_SET_ALL_ROLES","features":[70]},{"name":"PIN_SET_NONE","features":[70]},{"name":"PKCS12_ALLOW_OVERWRITE_KEY","features":[70]},{"name":"PKCS12_ALWAYS_CNG_KSP","features":[70]},{"name":"PKCS12_CONFIG_REGPATH","features":[70]},{"name":"PKCS12_DISABLE_ENCRYPT_CERTIFICATES","features":[70]},{"name":"PKCS12_ENCRYPT_CERTIFICATES","features":[70]},{"name":"PKCS12_ENCRYPT_CERTIFICATES_VALUE_NAME","features":[70]},{"name":"PKCS12_EXPORT_ECC_CURVE_OID","features":[70]},{"name":"PKCS12_EXPORT_ECC_CURVE_PARAMETERS","features":[70]},{"name":"PKCS12_EXPORT_PBES2_PARAMS","features":[70]},{"name":"PKCS12_EXPORT_RESERVED_MASK","features":[70]},{"name":"PKCS12_EXPORT_SILENT","features":[70]},{"name":"PKCS12_IMPORT_RESERVED_MASK","features":[70]},{"name":"PKCS12_IMPORT_SILENT","features":[70]},{"name":"PKCS12_INCLUDE_EXTENDED_PROPERTIES","features":[70]},{"name":"PKCS12_NO_PERSIST_KEY","features":[70]},{"name":"PKCS12_ONLY_CERTIFICATES","features":[70]},{"name":"PKCS12_ONLY_CERTIFICATES_CONTAINER_NAME","features":[70]},{"name":"PKCS12_ONLY_CERTIFICATES_PROVIDER_NAME","features":[70]},{"name":"PKCS12_ONLY_CERTIFICATES_PROVIDER_TYPE","features":[70]},{"name":"PKCS12_ONLY_NOT_ENCRYPTED_CERTIFICATES","features":[70]},{"name":"PKCS12_PBES2_ALG_AES256_SHA256","features":[70]},{"name":"PKCS12_PBES2_EXPORT_PARAMS","features":[70]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA1","features":[70]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA256","features":[70]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA384","features":[70]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA512","features":[70]},{"name":"PKCS12_PREFER_CNG_KSP","features":[70]},{"name":"PKCS12_PROTECT_TO_DOMAIN_SIDS","features":[70]},{"name":"PKCS12_VIRTUAL_ISOLATION_KEY","features":[70]},{"name":"PKCS5_PADDING","features":[70]},{"name":"PKCS7_SIGNER_INFO","features":[70]},{"name":"PKCS_7_ASN_ENCODING","features":[70]},{"name":"PKCS_7_NDR_ENCODING","features":[70]},{"name":"PKCS_ATTRIBUTE","features":[70]},{"name":"PKCS_ATTRIBUTES","features":[70]},{"name":"PKCS_CONTENT_INFO","features":[70]},{"name":"PKCS_CONTENT_INFO_SEQUENCE_OF_ANY","features":[70]},{"name":"PKCS_CTL","features":[70]},{"name":"PKCS_ENCRYPTED_PRIVATE_KEY_INFO","features":[70]},{"name":"PKCS_PRIVATE_KEY_INFO","features":[70]},{"name":"PKCS_RC2_CBC_PARAMETERS","features":[70]},{"name":"PKCS_RSAES_OAEP_PARAMETERS","features":[70]},{"name":"PKCS_RSA_PRIVATE_KEY","features":[70]},{"name":"PKCS_RSA_SSA_PSS_PARAMETERS","features":[70]},{"name":"PKCS_RSA_SSA_PSS_TRAILER_FIELD_BC","features":[70]},{"name":"PKCS_SMIME_CAPABILITIES","features":[70]},{"name":"PKCS_SORTED_CTL","features":[70]},{"name":"PKCS_TIME_REQUEST","features":[70]},{"name":"PKCS_UTC_TIME","features":[70]},{"name":"PLAINTEXTKEYBLOB","features":[70]},{"name":"POLICY_ELEMENT","features":[3,70]},{"name":"PP_ADMIN_PIN","features":[70]},{"name":"PP_APPLI_CERT","features":[70]},{"name":"PP_CERTCHAIN","features":[70]},{"name":"PP_CHANGE_PASSWORD","features":[70]},{"name":"PP_CLIENT_HWND","features":[70]},{"name":"PP_CONTAINER","features":[70]},{"name":"PP_CONTEXT_INFO","features":[70]},{"name":"PP_CRYPT_COUNT_KEY_USE","features":[70]},{"name":"PP_DELETEKEY","features":[70]},{"name":"PP_DISMISS_PIN_UI_SEC","features":[70]},{"name":"PP_ENUMALGS","features":[70]},{"name":"PP_ENUMALGS_EX","features":[70]},{"name":"PP_ENUMCONTAINERS","features":[70]},{"name":"PP_ENUMELECTROOTS","features":[70]},{"name":"PP_ENUMEX_SIGNING_PROT","features":[70]},{"name":"PP_ENUMMANDROOTS","features":[70]},{"name":"PP_IMPTYPE","features":[70]},{"name":"PP_IS_PFX_EPHEMERAL","features":[70]},{"name":"PP_KEYEXCHANGE_ALG","features":[70]},{"name":"PP_KEYEXCHANGE_KEYSIZE","features":[70]},{"name":"PP_KEYEXCHANGE_PIN","features":[70]},{"name":"PP_KEYSET_SEC_DESCR","features":[70]},{"name":"PP_KEYSET_TYPE","features":[70]},{"name":"PP_KEYSPEC","features":[70]},{"name":"PP_KEYSTORAGE","features":[70]},{"name":"PP_KEYX_KEYSIZE_INC","features":[70]},{"name":"PP_KEY_TYPE_SUBTYPE","features":[70]},{"name":"PP_NAME","features":[70]},{"name":"PP_PIN_PROMPT_STRING","features":[70]},{"name":"PP_PROVTYPE","features":[70]},{"name":"PP_ROOT_CERTSTORE","features":[70]},{"name":"PP_SECURE_KEYEXCHANGE_PIN","features":[70]},{"name":"PP_SECURE_SIGNATURE_PIN","features":[70]},{"name":"PP_SESSION_KEYSIZE","features":[70]},{"name":"PP_SGC_INFO","features":[70]},{"name":"PP_SIGNATURE_ALG","features":[70]},{"name":"PP_SIGNATURE_KEYSIZE","features":[70]},{"name":"PP_SIGNATURE_PIN","features":[70]},{"name":"PP_SIG_KEYSIZE_INC","features":[70]},{"name":"PP_SMARTCARD_GUID","features":[70]},{"name":"PP_SMARTCARD_READER","features":[70]},{"name":"PP_SMARTCARD_READER_ICON","features":[70]},{"name":"PP_SYM_KEYSIZE","features":[70]},{"name":"PP_UI_PROMPT","features":[70]},{"name":"PP_UNIQUE_CONTAINER","features":[70]},{"name":"PP_USER_CERTSTORE","features":[70]},{"name":"PP_USE_HARDWARE_RNG","features":[70]},{"name":"PP_VERSION","features":[70]},{"name":"PRIVATEKEYBLOB","features":[70]},{"name":"PRIVKEYVER3","features":[70]},{"name":"PROV_DH_SCHANNEL","features":[70]},{"name":"PROV_DSS","features":[70]},{"name":"PROV_DSS_DH","features":[70]},{"name":"PROV_EC_ECDSA_FULL","features":[70]},{"name":"PROV_EC_ECDSA_SIG","features":[70]},{"name":"PROV_EC_ECNRA_FULL","features":[70]},{"name":"PROV_EC_ECNRA_SIG","features":[70]},{"name":"PROV_ENUMALGS","features":[70]},{"name":"PROV_ENUMALGS_EX","features":[70]},{"name":"PROV_FORTEZZA","features":[70]},{"name":"PROV_INTEL_SEC","features":[70]},{"name":"PROV_MS_EXCHANGE","features":[70]},{"name":"PROV_REPLACE_OWF","features":[70]},{"name":"PROV_RNG","features":[70]},{"name":"PROV_RSA_AES","features":[70]},{"name":"PROV_RSA_FULL","features":[70]},{"name":"PROV_RSA_SCHANNEL","features":[70]},{"name":"PROV_RSA_SIG","features":[70]},{"name":"PROV_SPYRUS_LYNKS","features":[70]},{"name":"PROV_SSL","features":[70]},{"name":"PROV_STT_ACQ","features":[70]},{"name":"PROV_STT_BRND","features":[70]},{"name":"PROV_STT_ISS","features":[70]},{"name":"PROV_STT_MER","features":[70]},{"name":"PROV_STT_ROOT","features":[70]},{"name":"PUBKEY","features":[70]},{"name":"PUBKEYVER3","features":[70]},{"name":"PUBLICKEYBLOB","features":[70]},{"name":"PUBLICKEYBLOBEX","features":[70]},{"name":"PUBLICKEYSTRUC","features":[70]},{"name":"PVK_TYPE_FILE_NAME","features":[70]},{"name":"PVK_TYPE_KEYCONTAINER","features":[70]},{"name":"PaddingMode","features":[70]},{"name":"PinCacheAlwaysPrompt","features":[70]},{"name":"PinCacheNone","features":[70]},{"name":"PinCacheNormal","features":[70]},{"name":"PinCacheTimed","features":[70]},{"name":"PrimaryCardPin","features":[70]},{"name":"ProcessPrng","features":[3,70]},{"name":"RANDOM_PADDING","features":[70]},{"name":"RECIPIENTPOLICY","features":[70]},{"name":"RECIPIENTPOLICY2","features":[70]},{"name":"RECIPIENTPOLICYV1","features":[70]},{"name":"RECIPIENTPOLICYV2","features":[70]},{"name":"REPORT_NOT_ABLE_TO_EXPORT_PRIVATE_KEY","features":[70]},{"name":"REPORT_NO_PRIVATE_KEY","features":[70]},{"name":"REVOCATION_OID_CRL_REVOCATION","features":[70]},{"name":"ROLE_ADMIN","features":[70]},{"name":"ROLE_EVERYONE","features":[70]},{"name":"ROLE_PIN_ALWAYS","features":[70]},{"name":"ROLE_PUK","features":[70]},{"name":"ROLE_USER","features":[70]},{"name":"ROOT_INFO_LUID","features":[70]},{"name":"RSA1024BIT_KEY","features":[70]},{"name":"RSAPUBKEY","features":[70]},{"name":"RSA_CSP_PUBLICKEYBLOB","features":[70]},{"name":"SCARD_PROVIDER_CARD_MODULE","features":[70]},{"name":"SCHANNEL_ALG","features":[70]},{"name":"SCHANNEL_ENC_KEY","features":[70]},{"name":"SCHANNEL_MAC_KEY","features":[70]},{"name":"SCHEME_OID_RETRIEVE_ENCODED_OBJECTW_FUNC","features":[70]},{"name":"SCHEME_OID_RETRIEVE_ENCODED_OBJECT_FUNC","features":[70]},{"name":"SECRET_PURPOSE","features":[70]},{"name":"SECRET_TYPE","features":[70]},{"name":"SIGNATURE_RESOURCE_NUMBER","features":[70]},{"name":"SIGNER_ATTR_AUTHCODE","features":[3,70]},{"name":"SIGNER_AUTHCODE_ATTR","features":[70]},{"name":"SIGNER_BLOB_INFO","features":[70]},{"name":"SIGNER_CERT","features":[3,70]},{"name":"SIGNER_CERT_CHOICE","features":[70]},{"name":"SIGNER_CERT_POLICY","features":[70]},{"name":"SIGNER_CERT_POLICY_CHAIN","features":[70]},{"name":"SIGNER_CERT_POLICY_CHAIN_NO_ROOT","features":[70]},{"name":"SIGNER_CERT_POLICY_SPC","features":[70]},{"name":"SIGNER_CERT_POLICY_STORE","features":[70]},{"name":"SIGNER_CERT_SPC_CHAIN","features":[70]},{"name":"SIGNER_CERT_SPC_FILE","features":[70]},{"name":"SIGNER_CERT_STORE","features":[70]},{"name":"SIGNER_CERT_STORE_INFO","features":[3,70]},{"name":"SIGNER_CONTEXT","features":[70]},{"name":"SIGNER_DIGEST_SIGN_INFO","features":[3,70]},{"name":"SIGNER_DIGEST_SIGN_INFO_V1","features":[3,70]},{"name":"SIGNER_DIGEST_SIGN_INFO_V2","features":[3,70]},{"name":"SIGNER_FILE_INFO","features":[3,70]},{"name":"SIGNER_NO_ATTR","features":[70]},{"name":"SIGNER_PRIVATE_KEY_CHOICE","features":[70]},{"name":"SIGNER_PROVIDER_INFO","features":[70]},{"name":"SIGNER_SIGNATURE_ATTRIBUTE_CHOICE","features":[70]},{"name":"SIGNER_SIGNATURE_INFO","features":[3,70]},{"name":"SIGNER_SIGN_FLAGS","features":[70]},{"name":"SIGNER_SPC_CHAIN_INFO","features":[70]},{"name":"SIGNER_SUBJECT_BLOB","features":[70]},{"name":"SIGNER_SUBJECT_CHOICE","features":[70]},{"name":"SIGNER_SUBJECT_FILE","features":[70]},{"name":"SIGNER_SUBJECT_INFO","features":[3,70]},{"name":"SIGNER_TIMESTAMP_AUTHENTICODE","features":[70]},{"name":"SIGNER_TIMESTAMP_FLAGS","features":[70]},{"name":"SIGNER_TIMESTAMP_RFC3161","features":[70]},{"name":"SIG_APPEND","features":[70]},{"name":"SIMPLEBLOB","features":[70]},{"name":"SITE_PIN_RULES_ALL_SUBDOMAINS_FLAG","features":[70]},{"name":"SORTED_CTL_EXT_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[70]},{"name":"SPC_DIGEST_GENERATE_FLAG","features":[70]},{"name":"SPC_DIGEST_SIGN_EX_FLAG","features":[70]},{"name":"SPC_DIGEST_SIGN_FLAG","features":[70]},{"name":"SPC_EXC_PE_PAGE_HASHES_FLAG","features":[70]},{"name":"SPC_INC_PE_DEBUG_INFO_FLAG","features":[70]},{"name":"SPC_INC_PE_IMPORT_ADDR_TABLE_FLAG","features":[70]},{"name":"SPC_INC_PE_PAGE_HASHES_FLAG","features":[70]},{"name":"SPC_INC_PE_RESOURCES_FLAG","features":[70]},{"name":"SSL2_PROTOCOL_VERSION","features":[70]},{"name":"SSL3_PROTOCOL_VERSION","features":[70]},{"name":"SSL_CK_DES_192_EDE3_CBC_WITH_MD5","features":[70]},{"name":"SSL_CK_DES_64_CBC_WITH_MD5","features":[70]},{"name":"SSL_CK_IDEA_128_CBC_WITH_MD5","features":[70]},{"name":"SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5","features":[70]},{"name":"SSL_CK_RC2_128_CBC_WITH_MD5","features":[70]},{"name":"SSL_CK_RC4_128_EXPORT40_WITH_MD5","features":[70]},{"name":"SSL_CK_RC4_128_WITH_MD5","features":[70]},{"name":"SSL_ECCKEY_BLOB","features":[70]},{"name":"SSL_ECCPUBLIC_BLOB","features":[70]},{"name":"SSL_ECDSA_ALGORITHM","features":[70]},{"name":"SSL_F12_ERROR_TEXT_LENGTH","features":[70]},{"name":"SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[70]},{"name":"SSL_HPKP_HEADER_COUNT","features":[70]},{"name":"SSL_HPKP_HEADER_EXTRA_CERT_CHAIN_POLICY_PARA","features":[70]},{"name":"SSL_HPKP_PKP_HEADER_INDEX","features":[70]},{"name":"SSL_HPKP_PKP_RO_HEADER_INDEX","features":[70]},{"name":"SSL_KEY_PIN_ERROR_TEXT_LENGTH","features":[70]},{"name":"SSL_KEY_PIN_EXTRA_CERT_CHAIN_POLICY_PARA","features":[70]},{"name":"SSL_KEY_PIN_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[70]},{"name":"SSL_KEY_TYPE_PROPERTY","features":[70]},{"name":"SSL_OBJECT_LOCATOR_CERT_VALIDATION_CONFIG_FUNC","features":[70]},{"name":"SSL_OBJECT_LOCATOR_ISSUER_LIST_FUNC","features":[70]},{"name":"SSL_OBJECT_LOCATOR_PFX_FUNC","features":[70]},{"name":"SYMMETRICWRAPKEYBLOB","features":[70]},{"name":"SignError","features":[70]},{"name":"SignHash","features":[70]},{"name":"SignerFreeSignerContext","features":[70]},{"name":"SignerSign","features":[3,70]},{"name":"SignerSignEx","features":[3,70]},{"name":"SignerSignEx2","features":[3,70]},{"name":"SignerSignEx3","features":[3,70]},{"name":"SignerTimeStamp","features":[3,70]},{"name":"SignerTimeStampEx","features":[3,70]},{"name":"SignerTimeStampEx2","features":[3,70]},{"name":"SignerTimeStampEx3","features":[3,70]},{"name":"SslChangeNotify","features":[3,70]},{"name":"SslComputeClientAuthHash","features":[70]},{"name":"SslComputeClientAuthHashFn","features":[70]},{"name":"SslComputeEapKeyBlock","features":[70]},{"name":"SslComputeEapKeyBlockFn","features":[70]},{"name":"SslComputeFinishedHash","features":[70]},{"name":"SslComputeFinishedHashFn","features":[70]},{"name":"SslComputeSessionHash","features":[70]},{"name":"SslComputeSessionHashFn","features":[70]},{"name":"SslCreateClientAuthHash","features":[70]},{"name":"SslCreateClientAuthHashFn","features":[70]},{"name":"SslCreateEphemeralKey","features":[70]},{"name":"SslCreateEphemeralKeyFn","features":[70]},{"name":"SslCreateHandshakeHash","features":[70]},{"name":"SslCreateHandshakeHashFn","features":[70]},{"name":"SslDecrementProviderReferenceCount","features":[70]},{"name":"SslDecryptPacket","features":[70]},{"name":"SslDecryptPacketFn","features":[70]},{"name":"SslDuplicateTranscriptHash","features":[70]},{"name":"SslDuplicateTranscriptHashFn","features":[70]},{"name":"SslEncryptPacket","features":[70]},{"name":"SslEncryptPacketFn","features":[70]},{"name":"SslEnumCipherSuites","features":[70]},{"name":"SslEnumCipherSuitesEx","features":[70]},{"name":"SslEnumCipherSuitesExFn","features":[70]},{"name":"SslEnumCipherSuitesFn","features":[70]},{"name":"SslEnumEccCurves","features":[70]},{"name":"SslEnumEccCurvesFn","features":[70]},{"name":"SslEnumProtocolProviders","features":[70]},{"name":"SslExpandBinderKey","features":[70]},{"name":"SslExpandBinderKeyFn","features":[70]},{"name":"SslExpandExporterMasterKey","features":[70]},{"name":"SslExpandExporterMasterKeyFn","features":[70]},{"name":"SslExpandPreSharedKey","features":[70]},{"name":"SslExpandPreSharedKeyFn","features":[70]},{"name":"SslExpandResumptionMasterKey","features":[70]},{"name":"SslExpandResumptionMasterKeyFn","features":[70]},{"name":"SslExpandTrafficKeys","features":[70]},{"name":"SslExpandTrafficKeysFn","features":[70]},{"name":"SslExpandWriteKey","features":[70]},{"name":"SslExpandWriteKeyFn","features":[70]},{"name":"SslExportKey","features":[70]},{"name":"SslExportKeyFn","features":[70]},{"name":"SslExportKeyingMaterial","features":[70]},{"name":"SslExportKeyingMaterialFn","features":[70]},{"name":"SslExtractEarlyKey","features":[70]},{"name":"SslExtractEarlyKeyFn","features":[70]},{"name":"SslExtractHandshakeKey","features":[70]},{"name":"SslExtractHandshakeKeyFn","features":[70]},{"name":"SslExtractMasterKey","features":[70]},{"name":"SslExtractMasterKeyFn","features":[70]},{"name":"SslFreeBuffer","features":[70]},{"name":"SslFreeBufferFn","features":[70]},{"name":"SslFreeObject","features":[70]},{"name":"SslFreeObjectFn","features":[70]},{"name":"SslGenerateMasterKey","features":[70]},{"name":"SslGenerateMasterKeyFn","features":[70]},{"name":"SslGeneratePreMasterKey","features":[70]},{"name":"SslGeneratePreMasterKeyFn","features":[70]},{"name":"SslGenerateSessionKeys","features":[70]},{"name":"SslGenerateSessionKeysFn","features":[70]},{"name":"SslGetCipherSuitePRFHashAlgorithm","features":[70]},{"name":"SslGetCipherSuitePRFHashAlgorithmFn","features":[70]},{"name":"SslGetKeyProperty","features":[70]},{"name":"SslGetKeyPropertyFn","features":[70]},{"name":"SslGetProviderProperty","features":[70]},{"name":"SslGetProviderPropertyFn","features":[70]},{"name":"SslHashHandshake","features":[70]},{"name":"SslHashHandshakeFn","features":[70]},{"name":"SslImportKey","features":[70]},{"name":"SslImportKeyFn","features":[70]},{"name":"SslImportMasterKey","features":[70]},{"name":"SslImportMasterKeyFn","features":[70]},{"name":"SslIncrementProviderReferenceCount","features":[70]},{"name":"SslInitializeInterfaceFn","features":[3,70]},{"name":"SslLookupCipherLengths","features":[70]},{"name":"SslLookupCipherLengthsFn","features":[70]},{"name":"SslLookupCipherSuiteInfo","features":[70]},{"name":"SslLookupCipherSuiteInfoFn","features":[70]},{"name":"SslOpenPrivateKey","features":[3,70]},{"name":"SslOpenPrivateKeyFn","features":[3,70]},{"name":"SslOpenProvider","features":[70]},{"name":"SslOpenProviderFn","features":[70]},{"name":"SslSignHash","features":[70]},{"name":"SslSignHashFn","features":[70]},{"name":"SslVerifySignature","features":[70]},{"name":"SslVerifySignatureFn","features":[70]},{"name":"SystemPrng","features":[3,70]},{"name":"TIMESTAMP_DONT_HASH_DATA","features":[70]},{"name":"TIMESTAMP_FAILURE_BAD_ALG","features":[70]},{"name":"TIMESTAMP_FAILURE_BAD_FORMAT","features":[70]},{"name":"TIMESTAMP_FAILURE_BAD_REQUEST","features":[70]},{"name":"TIMESTAMP_FAILURE_EXTENSION_NOT_SUPPORTED","features":[70]},{"name":"TIMESTAMP_FAILURE_INFO_NOT_AVAILABLE","features":[70]},{"name":"TIMESTAMP_FAILURE_POLICY_NOT_SUPPORTED","features":[70]},{"name":"TIMESTAMP_FAILURE_SYSTEM_FAILURE","features":[70]},{"name":"TIMESTAMP_FAILURE_TIME_NOT_AVAILABLE","features":[70]},{"name":"TIMESTAMP_INFO","features":[70]},{"name":"TIMESTAMP_NO_AUTH_RETRIEVAL","features":[70]},{"name":"TIMESTAMP_REQUEST","features":[70]},{"name":"TIMESTAMP_RESPONSE","features":[70]},{"name":"TIMESTAMP_STATUS_GRANTED","features":[70]},{"name":"TIMESTAMP_STATUS_GRANTED_WITH_MODS","features":[70]},{"name":"TIMESTAMP_STATUS_REJECTED","features":[70]},{"name":"TIMESTAMP_STATUS_REVOCATION_WARNING","features":[70]},{"name":"TIMESTAMP_STATUS_REVOKED","features":[70]},{"name":"TIMESTAMP_STATUS_WAITING","features":[70]},{"name":"TIMESTAMP_VERIFY_CONTEXT_SIGNATURE","features":[70]},{"name":"TIMESTAMP_VERSION","features":[70]},{"name":"TIME_VALID_OID_FLUSH_CRL","features":[70]},{"name":"TIME_VALID_OID_FLUSH_CRL_FROM_CERT","features":[70]},{"name":"TIME_VALID_OID_FLUSH_CTL","features":[70]},{"name":"TIME_VALID_OID_FLUSH_FRESHEST_CRL_FROM_CERT","features":[70]},{"name":"TIME_VALID_OID_FLUSH_FRESHEST_CRL_FROM_CRL","features":[70]},{"name":"TIME_VALID_OID_FLUSH_OBJECT_FUNC","features":[70]},{"name":"TIME_VALID_OID_GET_CRL","features":[70]},{"name":"TIME_VALID_OID_GET_CRL_FROM_CERT","features":[70]},{"name":"TIME_VALID_OID_GET_CTL","features":[70]},{"name":"TIME_VALID_OID_GET_FRESHEST_CRL_FROM_CERT","features":[70]},{"name":"TIME_VALID_OID_GET_FRESHEST_CRL_FROM_CRL","features":[70]},{"name":"TIME_VALID_OID_GET_OBJECT_FUNC","features":[70]},{"name":"TLS1_0_PROTOCOL_VERSION","features":[70]},{"name":"TLS1_1_PROTOCOL_VERSION","features":[70]},{"name":"TLS1_2_PROTOCOL_VERSION","features":[70]},{"name":"TLS1_3_PROTOCOL_VERSION","features":[70]},{"name":"TLS1_PROTOCOL_VERSION","features":[70]},{"name":"TLS_AES_128_GCM_SHA256","features":[70]},{"name":"TLS_AES_256_GCM_SHA384","features":[70]},{"name":"TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA","features":[70]},{"name":"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA","features":[70]},{"name":"TLS_DHE_DSS_WITH_AES_128_CBC_SHA","features":[70]},{"name":"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256","features":[70]},{"name":"TLS_DHE_DSS_WITH_AES_256_CBC_SHA","features":[70]},{"name":"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256","features":[70]},{"name":"TLS_DHE_DSS_WITH_DES_CBC_SHA","features":[70]},{"name":"TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA","features":[70]},{"name":"TLS_DHE_RSA_WITH_AES_128_CBC_SHA","features":[70]},{"name":"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256","features":[70]},{"name":"TLS_DHE_RSA_WITH_AES_256_CBC_SHA","features":[70]},{"name":"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384","features":[70]},{"name":"TLS_ECC_P256_CURVE_KEY_TYPE","features":[70]},{"name":"TLS_ECC_P384_CURVE_KEY_TYPE","features":[70]},{"name":"TLS_ECC_P521_CURVE_KEY_TYPE","features":[70]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA","features":[70]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256","features":[70]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256","features":[70]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA","features":[70]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384","features":[70]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384","features":[70]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA","features":[70]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256","features":[70]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","features":[70]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA","features":[70]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384","features":[70]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","features":[70]},{"name":"TLS_PSK_EXCHANGE","features":[70]},{"name":"TLS_PSK_WITH_AES_128_CBC_SHA256","features":[70]},{"name":"TLS_PSK_WITH_AES_128_GCM_SHA256","features":[70]},{"name":"TLS_PSK_WITH_AES_256_CBC_SHA384","features":[70]},{"name":"TLS_PSK_WITH_AES_256_GCM_SHA384","features":[70]},{"name":"TLS_PSK_WITH_NULL_SHA256","features":[70]},{"name":"TLS_PSK_WITH_NULL_SHA384","features":[70]},{"name":"TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA","features":[70]},{"name":"TLS_RSA_EXPORT1024_WITH_RC4_56_SHA","features":[70]},{"name":"TLS_RSA_EXPORT_WITH_RC4_40_MD5","features":[70]},{"name":"TLS_RSA_PSK_EXCHANGE","features":[70]},{"name":"TLS_RSA_WITH_3DES_EDE_CBC_SHA","features":[70]},{"name":"TLS_RSA_WITH_AES_128_CBC_SHA","features":[70]},{"name":"TLS_RSA_WITH_AES_128_CBC_SHA256","features":[70]},{"name":"TLS_RSA_WITH_AES_128_GCM_SHA256","features":[70]},{"name":"TLS_RSA_WITH_AES_256_CBC_SHA","features":[70]},{"name":"TLS_RSA_WITH_AES_256_CBC_SHA256","features":[70]},{"name":"TLS_RSA_WITH_AES_256_GCM_SHA384","features":[70]},{"name":"TLS_RSA_WITH_DES_CBC_SHA","features":[70]},{"name":"TLS_RSA_WITH_NULL_MD5","features":[70]},{"name":"TLS_RSA_WITH_NULL_SHA","features":[70]},{"name":"TLS_RSA_WITH_NULL_SHA256","features":[70]},{"name":"TLS_RSA_WITH_RC4_128_MD5","features":[70]},{"name":"TLS_RSA_WITH_RC4_128_SHA","features":[70]},{"name":"TPM_RSA_SRK_SEAL_KEY","features":[70]},{"name":"TransformBlock","features":[70]},{"name":"TransformFinalBlock","features":[70]},{"name":"URL_OID_CERTIFICATE_CRL_DIST_POINT","features":[70]},{"name":"URL_OID_CERTIFICATE_CRL_DIST_POINT_AND_OCSP","features":[70]},{"name":"URL_OID_CERTIFICATE_FRESHEST_CRL","features":[70]},{"name":"URL_OID_CERTIFICATE_ISSUER","features":[70]},{"name":"URL_OID_CERTIFICATE_OCSP","features":[70]},{"name":"URL_OID_CERTIFICATE_OCSP_AND_CRL_DIST_POINT","features":[70]},{"name":"URL_OID_CERTIFICATE_ONLY_OCSP","features":[70]},{"name":"URL_OID_CRL_FRESHEST_CRL","features":[70]},{"name":"URL_OID_CRL_ISSUER","features":[70]},{"name":"URL_OID_CROSS_CERT_DIST_POINT","features":[70]},{"name":"URL_OID_CROSS_CERT_SUBJECT_INFO_ACCESS","features":[70]},{"name":"URL_OID_CTL_ISSUER","features":[70]},{"name":"URL_OID_CTL_NEXT_UPDATE","features":[70]},{"name":"URL_OID_GET_OBJECT_URL_FUNC","features":[70]},{"name":"USAGE_MATCH_TYPE_AND","features":[70]},{"name":"USAGE_MATCH_TYPE_OR","features":[70]},{"name":"UnblockOnlyPin","features":[70]},{"name":"UnknownAc","features":[70]},{"name":"UserCreateDeleteDirAc","features":[70]},{"name":"UserReadWriteAc","features":[70]},{"name":"UserWriteExecuteAc","features":[70]},{"name":"VTableProvStruc","features":[3,70]},{"name":"VTableProvStrucW","features":[3,70]},{"name":"VerifyHash","features":[3,70]},{"name":"X509_ALGORITHM_IDENTIFIER","features":[70]},{"name":"X509_ALTERNATE_NAME","features":[70]},{"name":"X509_ANY_STRING","features":[70]},{"name":"X509_ASN_ENCODING","features":[70]},{"name":"X509_AUTHORITY_INFO_ACCESS","features":[70]},{"name":"X509_AUTHORITY_KEY_ID","features":[70]},{"name":"X509_AUTHORITY_KEY_ID2","features":[70]},{"name":"X509_BASIC_CONSTRAINTS","features":[70]},{"name":"X509_BASIC_CONSTRAINTS2","features":[70]},{"name":"X509_BIOMETRIC_EXT","features":[70]},{"name":"X509_BITS","features":[70]},{"name":"X509_BITS_WITHOUT_TRAILING_ZEROES","features":[70]},{"name":"X509_CERT","features":[70]},{"name":"X509_CERTIFICATE_TEMPLATE","features":[70]},{"name":"X509_CERT_BUNDLE","features":[70]},{"name":"X509_CERT_CRL_TO_BE_SIGNED","features":[70]},{"name":"X509_CERT_PAIR","features":[70]},{"name":"X509_CERT_POLICIES","features":[70]},{"name":"X509_CERT_REQUEST_TO_BE_SIGNED","features":[70]},{"name":"X509_CERT_TO_BE_SIGNED","features":[70]},{"name":"X509_CHOICE_OF_TIME","features":[70]},{"name":"X509_CRL_DIST_POINTS","features":[70]},{"name":"X509_CRL_REASON_CODE","features":[70]},{"name":"X509_CROSS_CERT_DIST_POINTS","features":[70]},{"name":"X509_DH_PARAMETERS","features":[70]},{"name":"X509_DH_PUBLICKEY","features":[70]},{"name":"X509_DSS_PARAMETERS","features":[70]},{"name":"X509_DSS_PUBLICKEY","features":[70]},{"name":"X509_DSS_SIGNATURE","features":[70]},{"name":"X509_ECC_PARAMETERS","features":[70]},{"name":"X509_ECC_PRIVATE_KEY","features":[70]},{"name":"X509_ECC_SIGNATURE","features":[70]},{"name":"X509_ENHANCED_KEY_USAGE","features":[70]},{"name":"X509_ENUMERATED","features":[70]},{"name":"X509_EXTENSIONS","features":[70]},{"name":"X509_INTEGER","features":[70]},{"name":"X509_ISSUING_DIST_POINT","features":[70]},{"name":"X509_KEYGEN_REQUEST_TO_BE_SIGNED","features":[70]},{"name":"X509_KEY_ATTRIBUTES","features":[70]},{"name":"X509_KEY_USAGE","features":[70]},{"name":"X509_KEY_USAGE_RESTRICTION","features":[70]},{"name":"X509_LOGOTYPE_EXT","features":[70]},{"name":"X509_MULTI_BYTE_INTEGER","features":[70]},{"name":"X509_MULTI_BYTE_UINT","features":[70]},{"name":"X509_NAME","features":[70]},{"name":"X509_NAME_CONSTRAINTS","features":[70]},{"name":"X509_NAME_VALUE","features":[70]},{"name":"X509_NDR_ENCODING","features":[70]},{"name":"X509_OBJECT_IDENTIFIER","features":[70]},{"name":"X509_OCTET_STRING","features":[70]},{"name":"X509_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[70]},{"name":"X509_POLICY_CONSTRAINTS","features":[70]},{"name":"X509_POLICY_MAPPINGS","features":[70]},{"name":"X509_PUBLIC_KEY_INFO","features":[70]},{"name":"X509_QC_STATEMENTS_EXT","features":[70]},{"name":"X509_SEQUENCE_OF_ANY","features":[70]},{"name":"X509_SUBJECT_DIR_ATTRS","features":[70]},{"name":"X509_SUBJECT_INFO_ACCESS","features":[70]},{"name":"X509_UNICODE_ANY_STRING","features":[70]},{"name":"X509_UNICODE_NAME","features":[70]},{"name":"X509_UNICODE_NAME_VALUE","features":[70]},{"name":"X942_DH_PARAMETERS","features":[70]},{"name":"X942_OTHER_INFO","features":[70]},{"name":"ZERO_PADDING","features":[70]},{"name":"cPRIV_KEY_CACHE_MAX_ITEMS_DEFAULT","features":[70]},{"name":"cPRIV_KEY_CACHE_PURGE_INTERVAL_SECONDS_DEFAULT","features":[70]},{"name":"dwFORCE_KEY_PROTECTION_DISABLED","features":[70]},{"name":"dwFORCE_KEY_PROTECTION_HIGH","features":[70]},{"name":"dwFORCE_KEY_PROTECTION_USER_SELECT","features":[70]},{"name":"szBASE_CSP_DIR","features":[70]},{"name":"szCACHE_FILE","features":[70]},{"name":"szCARD_IDENTIFIER_FILE","features":[70]},{"name":"szCONTAINER_MAP_FILE","features":[70]},{"name":"szFORCE_KEY_PROTECTION","features":[70]},{"name":"szINTERMEDIATE_CERTS_DIR","features":[70]},{"name":"szKEY_CACHE_ENABLED","features":[70]},{"name":"szKEY_CACHE_SECONDS","features":[70]},{"name":"szKEY_CRYPTOAPI_PRIVATE_KEY_OPTIONS","features":[70]},{"name":"szOIDVerisign_FailInfo","features":[70]},{"name":"szOIDVerisign_MessageType","features":[70]},{"name":"szOIDVerisign_PkiStatus","features":[70]},{"name":"szOIDVerisign_RecipientNonce","features":[70]},{"name":"szOIDVerisign_SenderNonce","features":[70]},{"name":"szOIDVerisign_TransactionID","features":[70]},{"name":"szOID_ANSI_X942","features":[70]},{"name":"szOID_ANSI_X942_DH","features":[70]},{"name":"szOID_ANY_APPLICATION_POLICY","features":[70]},{"name":"szOID_ANY_CERT_POLICY","features":[70]},{"name":"szOID_ANY_ENHANCED_KEY_USAGE","features":[70]},{"name":"szOID_APPLICATION_CERT_POLICIES","features":[70]},{"name":"szOID_APPLICATION_POLICY_CONSTRAINTS","features":[70]},{"name":"szOID_APPLICATION_POLICY_MAPPINGS","features":[70]},{"name":"szOID_ARCHIVED_KEY_ATTR","features":[70]},{"name":"szOID_ARCHIVED_KEY_CERT_HASH","features":[70]},{"name":"szOID_ATTEST_WHQL_CRYPTO","features":[70]},{"name":"szOID_ATTR_PLATFORM_SPECIFICATION","features":[70]},{"name":"szOID_ATTR_SUPPORTED_ALGORITHMS","features":[70]},{"name":"szOID_ATTR_TPM_SECURITY_ASSERTIONS","features":[70]},{"name":"szOID_ATTR_TPM_SPECIFICATION","features":[70]},{"name":"szOID_AUTHORITY_INFO_ACCESS","features":[70]},{"name":"szOID_AUTHORITY_KEY_IDENTIFIER","features":[70]},{"name":"szOID_AUTHORITY_KEY_IDENTIFIER2","features":[70]},{"name":"szOID_AUTHORITY_REVOCATION_LIST","features":[70]},{"name":"szOID_AUTO_ENROLL_CTL_USAGE","features":[70]},{"name":"szOID_BACKGROUND_OTHER_LOGOTYPE","features":[70]},{"name":"szOID_BASIC_CONSTRAINTS","features":[70]},{"name":"szOID_BASIC_CONSTRAINTS2","features":[70]},{"name":"szOID_BIOMETRIC_EXT","features":[70]},{"name":"szOID_BIOMETRIC_SIGNING","features":[70]},{"name":"szOID_BUSINESS_CATEGORY","features":[70]},{"name":"szOID_CA_CERTIFICATE","features":[70]},{"name":"szOID_CERTIFICATE_REVOCATION_LIST","features":[70]},{"name":"szOID_CERTIFICATE_TEMPLATE","features":[70]},{"name":"szOID_CERTSRV_CA_VERSION","features":[70]},{"name":"szOID_CERTSRV_CROSSCA_VERSION","features":[70]},{"name":"szOID_CERTSRV_PREVIOUS_CERT_HASH","features":[70]},{"name":"szOID_CERT_DISALLOWED_CA_FILETIME_PROP_ID","features":[70]},{"name":"szOID_CERT_DISALLOWED_FILETIME_PROP_ID","features":[70]},{"name":"szOID_CERT_EXTENSIONS","features":[70]},{"name":"szOID_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[70]},{"name":"szOID_CERT_KEY_IDENTIFIER_PROP_ID","features":[70]},{"name":"szOID_CERT_MANIFOLD","features":[70]},{"name":"szOID_CERT_MD5_HASH_PROP_ID","features":[70]},{"name":"szOID_CERT_POLICIES","features":[70]},{"name":"szOID_CERT_POLICIES_95","features":[70]},{"name":"szOID_CERT_POLICIES_95_QUALIFIER1","features":[70]},{"name":"szOID_CERT_PROP_ID_PREFIX","features":[70]},{"name":"szOID_CERT_SIGNATURE_HASH_PROP_ID","features":[70]},{"name":"szOID_CERT_STRONG_KEY_OS_1","features":[70]},{"name":"szOID_CERT_STRONG_KEY_OS_CURRENT","features":[70]},{"name":"szOID_CERT_STRONG_KEY_OS_PREFIX","features":[70]},{"name":"szOID_CERT_STRONG_SIGN_OS_1","features":[70]},{"name":"szOID_CERT_STRONG_SIGN_OS_CURRENT","features":[70]},{"name":"szOID_CERT_STRONG_SIGN_OS_PREFIX","features":[70]},{"name":"szOID_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[70]},{"name":"szOID_CMC","features":[70]},{"name":"szOID_CMC_ADD_ATTRIBUTES","features":[70]},{"name":"szOID_CMC_ADD_EXTENSIONS","features":[70]},{"name":"szOID_CMC_DATA_RETURN","features":[70]},{"name":"szOID_CMC_DECRYPTED_POP","features":[70]},{"name":"szOID_CMC_ENCRYPTED_POP","features":[70]},{"name":"szOID_CMC_GET_CERT","features":[70]},{"name":"szOID_CMC_GET_CRL","features":[70]},{"name":"szOID_CMC_IDENTIFICATION","features":[70]},{"name":"szOID_CMC_IDENTITY_PROOF","features":[70]},{"name":"szOID_CMC_ID_CONFIRM_CERT_ACCEPTANCE","features":[70]},{"name":"szOID_CMC_ID_POP_LINK_RANDOM","features":[70]},{"name":"szOID_CMC_ID_POP_LINK_WITNESS","features":[70]},{"name":"szOID_CMC_LRA_POP_WITNESS","features":[70]},{"name":"szOID_CMC_QUERY_PENDING","features":[70]},{"name":"szOID_CMC_RECIPIENT_NONCE","features":[70]},{"name":"szOID_CMC_REG_INFO","features":[70]},{"name":"szOID_CMC_RESPONSE_INFO","features":[70]},{"name":"szOID_CMC_REVOKE_REQUEST","features":[70]},{"name":"szOID_CMC_SENDER_NONCE","features":[70]},{"name":"szOID_CMC_STATUS_INFO","features":[70]},{"name":"szOID_CMC_TRANSACTION_ID","features":[70]},{"name":"szOID_CN_ECDSA_SHA256","features":[70]},{"name":"szOID_COMMON_NAME","features":[70]},{"name":"szOID_COUNTRY_NAME","features":[70]},{"name":"szOID_CRL_DIST_POINTS","features":[70]},{"name":"szOID_CRL_NEXT_PUBLISH","features":[70]},{"name":"szOID_CRL_NUMBER","features":[70]},{"name":"szOID_CRL_REASON_CODE","features":[70]},{"name":"szOID_CRL_SELF_CDP","features":[70]},{"name":"szOID_CRL_VIRTUAL_BASE","features":[70]},{"name":"szOID_CROSS_CERTIFICATE_PAIR","features":[70]},{"name":"szOID_CROSS_CERT_DIST_POINTS","features":[70]},{"name":"szOID_CTL","features":[70]},{"name":"szOID_CT_CERT_SCTLIST","features":[70]},{"name":"szOID_CT_PKI_DATA","features":[70]},{"name":"szOID_CT_PKI_RESPONSE","features":[70]},{"name":"szOID_DELTA_CRL_INDICATOR","features":[70]},{"name":"szOID_DESCRIPTION","features":[70]},{"name":"szOID_DESTINATION_INDICATOR","features":[70]},{"name":"szOID_DEVICE_SERIAL_NUMBER","features":[70]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA1_KDF","features":[70]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA256_KDF","features":[70]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA384_KDF","features":[70]},{"name":"szOID_DISALLOWED_HASH","features":[70]},{"name":"szOID_DISALLOWED_LIST","features":[70]},{"name":"szOID_DN_QUALIFIER","features":[70]},{"name":"szOID_DOMAIN_COMPONENT","features":[70]},{"name":"szOID_DRM","features":[70]},{"name":"szOID_DRM_INDIVIDUALIZATION","features":[70]},{"name":"szOID_DS","features":[70]},{"name":"szOID_DSALG","features":[70]},{"name":"szOID_DSALG_CRPT","features":[70]},{"name":"szOID_DSALG_HASH","features":[70]},{"name":"szOID_DSALG_RSA","features":[70]},{"name":"szOID_DSALG_SIGN","features":[70]},{"name":"szOID_DS_EMAIL_REPLICATION","features":[70]},{"name":"szOID_DYNAMIC_CODE_GEN_SIGNER","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP160R1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP160T1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP192R1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP192T1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP224R1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP224T1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP256R1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP256T1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP320R1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP320T1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP384R1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP384T1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP512R1","features":[70]},{"name":"szOID_ECC_CURVE_BRAINPOOLP512T1","features":[70]},{"name":"szOID_ECC_CURVE_EC192WAPI","features":[70]},{"name":"szOID_ECC_CURVE_NISTP192","features":[70]},{"name":"szOID_ECC_CURVE_NISTP224","features":[70]},{"name":"szOID_ECC_CURVE_NISTP256","features":[70]},{"name":"szOID_ECC_CURVE_NISTP384","features":[70]},{"name":"szOID_ECC_CURVE_NISTP521","features":[70]},{"name":"szOID_ECC_CURVE_P256","features":[70]},{"name":"szOID_ECC_CURVE_P384","features":[70]},{"name":"szOID_ECC_CURVE_P521","features":[70]},{"name":"szOID_ECC_CURVE_SECP160K1","features":[70]},{"name":"szOID_ECC_CURVE_SECP160R1","features":[70]},{"name":"szOID_ECC_CURVE_SECP160R2","features":[70]},{"name":"szOID_ECC_CURVE_SECP192K1","features":[70]},{"name":"szOID_ECC_CURVE_SECP192R1","features":[70]},{"name":"szOID_ECC_CURVE_SECP224K1","features":[70]},{"name":"szOID_ECC_CURVE_SECP224R1","features":[70]},{"name":"szOID_ECC_CURVE_SECP256K1","features":[70]},{"name":"szOID_ECC_CURVE_SECP256R1","features":[70]},{"name":"szOID_ECC_CURVE_SECP384R1","features":[70]},{"name":"szOID_ECC_CURVE_SECP521R1","features":[70]},{"name":"szOID_ECC_CURVE_WTLS12","features":[70]},{"name":"szOID_ECC_CURVE_WTLS7","features":[70]},{"name":"szOID_ECC_CURVE_WTLS9","features":[70]},{"name":"szOID_ECC_CURVE_X962P192V1","features":[70]},{"name":"szOID_ECC_CURVE_X962P192V2","features":[70]},{"name":"szOID_ECC_CURVE_X962P192V3","features":[70]},{"name":"szOID_ECC_CURVE_X962P239V1","features":[70]},{"name":"szOID_ECC_CURVE_X962P239V2","features":[70]},{"name":"szOID_ECC_CURVE_X962P239V3","features":[70]},{"name":"szOID_ECC_CURVE_X962P256V1","features":[70]},{"name":"szOID_ECC_PUBLIC_KEY","features":[70]},{"name":"szOID_ECDSA_SHA1","features":[70]},{"name":"szOID_ECDSA_SHA256","features":[70]},{"name":"szOID_ECDSA_SHA384","features":[70]},{"name":"szOID_ECDSA_SHA512","features":[70]},{"name":"szOID_ECDSA_SPECIFIED","features":[70]},{"name":"szOID_EFS_RECOVERY","features":[70]},{"name":"szOID_EMBEDDED_NT_CRYPTO","features":[70]},{"name":"szOID_ENCLAVE_SIGNING","features":[70]},{"name":"szOID_ENCRYPTED_KEY_HASH","features":[70]},{"name":"szOID_ENHANCED_KEY_USAGE","features":[70]},{"name":"szOID_ENROLLMENT_AGENT","features":[70]},{"name":"szOID_ENROLLMENT_CSP_PROVIDER","features":[70]},{"name":"szOID_ENROLLMENT_NAME_VALUE_PAIR","features":[70]},{"name":"szOID_ENROLL_AIK_INFO","features":[70]},{"name":"szOID_ENROLL_ATTESTATION_CHALLENGE","features":[70]},{"name":"szOID_ENROLL_ATTESTATION_STATEMENT","features":[70]},{"name":"szOID_ENROLL_CAXCHGCERT_HASH","features":[70]},{"name":"szOID_ENROLL_CERTTYPE_EXTENSION","features":[70]},{"name":"szOID_ENROLL_EKPUB_CHALLENGE","features":[70]},{"name":"szOID_ENROLL_EKVERIFYCERT","features":[70]},{"name":"szOID_ENROLL_EKVERIFYCREDS","features":[70]},{"name":"szOID_ENROLL_EKVERIFYKEY","features":[70]},{"name":"szOID_ENROLL_EK_CA_KEYID","features":[70]},{"name":"szOID_ENROLL_EK_INFO","features":[70]},{"name":"szOID_ENROLL_ENCRYPTION_ALGORITHM","features":[70]},{"name":"szOID_ENROLL_KEY_AFFINITY","features":[70]},{"name":"szOID_ENROLL_KSP_NAME","features":[70]},{"name":"szOID_ENROLL_SCEP_CHALLENGE_ANSWER","features":[70]},{"name":"szOID_ENROLL_SCEP_CLIENT_REQUEST","features":[70]},{"name":"szOID_ENROLL_SCEP_ERROR","features":[70]},{"name":"szOID_ENROLL_SCEP_SERVER_MESSAGE","features":[70]},{"name":"szOID_ENROLL_SCEP_SERVER_SECRET","features":[70]},{"name":"szOID_ENROLL_SCEP_SERVER_STATE","features":[70]},{"name":"szOID_ENROLL_SCEP_SIGNER_HASH","features":[70]},{"name":"szOID_ENTERPRISE_OID_ROOT","features":[70]},{"name":"szOID_EV_RDN_COUNTRY","features":[70]},{"name":"szOID_EV_RDN_LOCALE","features":[70]},{"name":"szOID_EV_RDN_STATE_OR_PROVINCE","features":[70]},{"name":"szOID_EV_WHQL_CRYPTO","features":[70]},{"name":"szOID_FACSIMILE_TELEPHONE_NUMBER","features":[70]},{"name":"szOID_FRESHEST_CRL","features":[70]},{"name":"szOID_GIVEN_NAME","features":[70]},{"name":"szOID_HPKP_DOMAIN_NAME_CTL","features":[70]},{"name":"szOID_HPKP_HEADER_VALUE_CTL","features":[70]},{"name":"szOID_INFOSEC","features":[70]},{"name":"szOID_INFOSEC_SuiteAConfidentiality","features":[70]},{"name":"szOID_INFOSEC_SuiteAIntegrity","features":[70]},{"name":"szOID_INFOSEC_SuiteAKMandSig","features":[70]},{"name":"szOID_INFOSEC_SuiteAKeyManagement","features":[70]},{"name":"szOID_INFOSEC_SuiteASignature","features":[70]},{"name":"szOID_INFOSEC_SuiteATokenProtection","features":[70]},{"name":"szOID_INFOSEC_mosaicConfidentiality","features":[70]},{"name":"szOID_INFOSEC_mosaicIntegrity","features":[70]},{"name":"szOID_INFOSEC_mosaicKMandSig","features":[70]},{"name":"szOID_INFOSEC_mosaicKMandUpdSig","features":[70]},{"name":"szOID_INFOSEC_mosaicKeyManagement","features":[70]},{"name":"szOID_INFOSEC_mosaicSignature","features":[70]},{"name":"szOID_INFOSEC_mosaicTokenProtection","features":[70]},{"name":"szOID_INFOSEC_mosaicUpdatedInteg","features":[70]},{"name":"szOID_INFOSEC_mosaicUpdatedSig","features":[70]},{"name":"szOID_INFOSEC_sdnsConfidentiality","features":[70]},{"name":"szOID_INFOSEC_sdnsIntegrity","features":[70]},{"name":"szOID_INFOSEC_sdnsKMandSig","features":[70]},{"name":"szOID_INFOSEC_sdnsKeyManagement","features":[70]},{"name":"szOID_INFOSEC_sdnsSignature","features":[70]},{"name":"szOID_INFOSEC_sdnsTokenProtection","features":[70]},{"name":"szOID_INHIBIT_ANY_POLICY","features":[70]},{"name":"szOID_INITIALS","features":[70]},{"name":"szOID_INTERNATIONALIZED_EMAIL_ADDRESS","features":[70]},{"name":"szOID_INTERNATIONAL_ISDN_NUMBER","features":[70]},{"name":"szOID_IPSEC_KP_IKE_INTERMEDIATE","features":[70]},{"name":"szOID_ISSUED_CERT_HASH","features":[70]},{"name":"szOID_ISSUER_ALT_NAME","features":[70]},{"name":"szOID_ISSUER_ALT_NAME2","features":[70]},{"name":"szOID_ISSUING_DIST_POINT","features":[70]},{"name":"szOID_IUM_SIGNING","features":[70]},{"name":"szOID_KEYID_RDN","features":[70]},{"name":"szOID_KEY_ATTRIBUTES","features":[70]},{"name":"szOID_KEY_USAGE","features":[70]},{"name":"szOID_KEY_USAGE_RESTRICTION","features":[70]},{"name":"szOID_KP_CA_EXCHANGE","features":[70]},{"name":"szOID_KP_CSP_SIGNATURE","features":[70]},{"name":"szOID_KP_CTL_USAGE_SIGNING","features":[70]},{"name":"szOID_KP_DOCUMENT_SIGNING","features":[70]},{"name":"szOID_KP_EFS","features":[70]},{"name":"szOID_KP_FLIGHT_SIGNING","features":[70]},{"name":"szOID_KP_KERNEL_MODE_CODE_SIGNING","features":[70]},{"name":"szOID_KP_KERNEL_MODE_HAL_EXTENSION_SIGNING","features":[70]},{"name":"szOID_KP_KERNEL_MODE_TRUSTED_BOOT_SIGNING","features":[70]},{"name":"szOID_KP_KEY_RECOVERY","features":[70]},{"name":"szOID_KP_KEY_RECOVERY_AGENT","features":[70]},{"name":"szOID_KP_LIFETIME_SIGNING","features":[70]},{"name":"szOID_KP_MOBILE_DEVICE_SOFTWARE","features":[70]},{"name":"szOID_KP_PRIVACY_CA","features":[70]},{"name":"szOID_KP_QUALIFIED_SUBORDINATION","features":[70]},{"name":"szOID_KP_SMARTCARD_LOGON","features":[70]},{"name":"szOID_KP_SMART_DISPLAY","features":[70]},{"name":"szOID_KP_TIME_STAMP_SIGNING","features":[70]},{"name":"szOID_KP_TPM_AIK_CERTIFICATE","features":[70]},{"name":"szOID_KP_TPM_EK_CERTIFICATE","features":[70]},{"name":"szOID_KP_TPM_PLATFORM_CERTIFICATE","features":[70]},{"name":"szOID_LEGACY_POLICY_MAPPINGS","features":[70]},{"name":"szOID_LICENSES","features":[70]},{"name":"szOID_LICENSE_SERVER","features":[70]},{"name":"szOID_LOCALITY_NAME","features":[70]},{"name":"szOID_LOCAL_MACHINE_KEYSET","features":[70]},{"name":"szOID_LOGOTYPE_EXT","features":[70]},{"name":"szOID_LOYALTY_OTHER_LOGOTYPE","features":[70]},{"name":"szOID_MEMBER","features":[70]},{"name":"szOID_MICROSOFT_PUBLISHER_SIGNER","features":[70]},{"name":"szOID_NAME_CONSTRAINTS","features":[70]},{"name":"szOID_NETSCAPE","features":[70]},{"name":"szOID_NETSCAPE_BASE_URL","features":[70]},{"name":"szOID_NETSCAPE_CA_POLICY_URL","features":[70]},{"name":"szOID_NETSCAPE_CA_REVOCATION_URL","features":[70]},{"name":"szOID_NETSCAPE_CERT_EXTENSION","features":[70]},{"name":"szOID_NETSCAPE_CERT_RENEWAL_URL","features":[70]},{"name":"szOID_NETSCAPE_CERT_SEQUENCE","features":[70]},{"name":"szOID_NETSCAPE_CERT_TYPE","features":[70]},{"name":"szOID_NETSCAPE_COMMENT","features":[70]},{"name":"szOID_NETSCAPE_DATA_TYPE","features":[70]},{"name":"szOID_NETSCAPE_REVOCATION_URL","features":[70]},{"name":"szOID_NETSCAPE_SSL_SERVER_NAME","features":[70]},{"name":"szOID_NEXT_UPDATE_LOCATION","features":[70]},{"name":"szOID_NIST_AES128_CBC","features":[70]},{"name":"szOID_NIST_AES128_WRAP","features":[70]},{"name":"szOID_NIST_AES192_CBC","features":[70]},{"name":"szOID_NIST_AES192_WRAP","features":[70]},{"name":"szOID_NIST_AES256_CBC","features":[70]},{"name":"szOID_NIST_AES256_WRAP","features":[70]},{"name":"szOID_NIST_sha256","features":[70]},{"name":"szOID_NIST_sha384","features":[70]},{"name":"szOID_NIST_sha512","features":[70]},{"name":"szOID_NT5_CRYPTO","features":[70]},{"name":"szOID_NTDS_CA_SECURITY_EXT","features":[70]},{"name":"szOID_NTDS_OBJECTSID","features":[70]},{"name":"szOID_NTDS_REPLICATION","features":[70]},{"name":"szOID_NT_PRINCIPAL_NAME","features":[70]},{"name":"szOID_OEM_WHQL_CRYPTO","features":[70]},{"name":"szOID_OIW","features":[70]},{"name":"szOID_OIWDIR","features":[70]},{"name":"szOID_OIWDIR_CRPT","features":[70]},{"name":"szOID_OIWDIR_HASH","features":[70]},{"name":"szOID_OIWDIR_SIGN","features":[70]},{"name":"szOID_OIWDIR_md2","features":[70]},{"name":"szOID_OIWDIR_md2RSA","features":[70]},{"name":"szOID_OIWSEC","features":[70]},{"name":"szOID_OIWSEC_desCBC","features":[70]},{"name":"szOID_OIWSEC_desCFB","features":[70]},{"name":"szOID_OIWSEC_desECB","features":[70]},{"name":"szOID_OIWSEC_desEDE","features":[70]},{"name":"szOID_OIWSEC_desMAC","features":[70]},{"name":"szOID_OIWSEC_desOFB","features":[70]},{"name":"szOID_OIWSEC_dhCommMod","features":[70]},{"name":"szOID_OIWSEC_dsa","features":[70]},{"name":"szOID_OIWSEC_dsaComm","features":[70]},{"name":"szOID_OIWSEC_dsaCommSHA","features":[70]},{"name":"szOID_OIWSEC_dsaCommSHA1","features":[70]},{"name":"szOID_OIWSEC_dsaSHA1","features":[70]},{"name":"szOID_OIWSEC_keyHashSeal","features":[70]},{"name":"szOID_OIWSEC_md2RSASign","features":[70]},{"name":"szOID_OIWSEC_md4RSA","features":[70]},{"name":"szOID_OIWSEC_md4RSA2","features":[70]},{"name":"szOID_OIWSEC_md5RSA","features":[70]},{"name":"szOID_OIWSEC_md5RSASign","features":[70]},{"name":"szOID_OIWSEC_mdc2","features":[70]},{"name":"szOID_OIWSEC_mdc2RSA","features":[70]},{"name":"szOID_OIWSEC_rsaSign","features":[70]},{"name":"szOID_OIWSEC_rsaXchg","features":[70]},{"name":"szOID_OIWSEC_sha","features":[70]},{"name":"szOID_OIWSEC_sha1","features":[70]},{"name":"szOID_OIWSEC_sha1RSASign","features":[70]},{"name":"szOID_OIWSEC_shaDSA","features":[70]},{"name":"szOID_OIWSEC_shaRSA","features":[70]},{"name":"szOID_ORGANIZATIONAL_UNIT_NAME","features":[70]},{"name":"szOID_ORGANIZATION_NAME","features":[70]},{"name":"szOID_OS_VERSION","features":[70]},{"name":"szOID_OWNER","features":[70]},{"name":"szOID_PHYSICAL_DELIVERY_OFFICE_NAME","features":[70]},{"name":"szOID_PIN_RULES_CTL","features":[70]},{"name":"szOID_PIN_RULES_DOMAIN_NAME","features":[70]},{"name":"szOID_PIN_RULES_EXT","features":[70]},{"name":"szOID_PIN_RULES_LOG_END_DATE_EXT","features":[70]},{"name":"szOID_PIN_RULES_SIGNER","features":[70]},{"name":"szOID_PKCS","features":[70]},{"name":"szOID_PKCS_1","features":[70]},{"name":"szOID_PKCS_10","features":[70]},{"name":"szOID_PKCS_12","features":[70]},{"name":"szOID_PKCS_12_EXTENDED_ATTRIBUTES","features":[70]},{"name":"szOID_PKCS_12_FRIENDLY_NAME_ATTR","features":[70]},{"name":"szOID_PKCS_12_KEY_PROVIDER_NAME_ATTR","features":[70]},{"name":"szOID_PKCS_12_LOCAL_KEY_ID","features":[70]},{"name":"szOID_PKCS_12_PROTECTED_PASSWORD_SECRET_BAG_TYPE_ID","features":[70]},{"name":"szOID_PKCS_12_PbeIds","features":[70]},{"name":"szOID_PKCS_12_pbeWithSHA1And128BitRC2","features":[70]},{"name":"szOID_PKCS_12_pbeWithSHA1And128BitRC4","features":[70]},{"name":"szOID_PKCS_12_pbeWithSHA1And2KeyTripleDES","features":[70]},{"name":"szOID_PKCS_12_pbeWithSHA1And3KeyTripleDES","features":[70]},{"name":"szOID_PKCS_12_pbeWithSHA1And40BitRC2","features":[70]},{"name":"szOID_PKCS_12_pbeWithSHA1And40BitRC4","features":[70]},{"name":"szOID_PKCS_2","features":[70]},{"name":"szOID_PKCS_3","features":[70]},{"name":"szOID_PKCS_4","features":[70]},{"name":"szOID_PKCS_5","features":[70]},{"name":"szOID_PKCS_5_PBES2","features":[70]},{"name":"szOID_PKCS_5_PBKDF2","features":[70]},{"name":"szOID_PKCS_6","features":[70]},{"name":"szOID_PKCS_7","features":[70]},{"name":"szOID_PKCS_7_DATA","features":[70]},{"name":"szOID_PKCS_7_DIGESTED","features":[70]},{"name":"szOID_PKCS_7_ENCRYPTED","features":[70]},{"name":"szOID_PKCS_7_ENVELOPED","features":[70]},{"name":"szOID_PKCS_7_SIGNED","features":[70]},{"name":"szOID_PKCS_7_SIGNEDANDENVELOPED","features":[70]},{"name":"szOID_PKCS_8","features":[70]},{"name":"szOID_PKCS_9","features":[70]},{"name":"szOID_PKCS_9_CONTENT_TYPE","features":[70]},{"name":"szOID_PKCS_9_MESSAGE_DIGEST","features":[70]},{"name":"szOID_PKINIT_KP_KDC","features":[70]},{"name":"szOID_PKIX","features":[70]},{"name":"szOID_PKIX_ACC_DESCR","features":[70]},{"name":"szOID_PKIX_CA_ISSUERS","features":[70]},{"name":"szOID_PKIX_CA_REPOSITORY","features":[70]},{"name":"szOID_PKIX_KP","features":[70]},{"name":"szOID_PKIX_KP_CLIENT_AUTH","features":[70]},{"name":"szOID_PKIX_KP_CODE_SIGNING","features":[70]},{"name":"szOID_PKIX_KP_EMAIL_PROTECTION","features":[70]},{"name":"szOID_PKIX_KP_IPSEC_END_SYSTEM","features":[70]},{"name":"szOID_PKIX_KP_IPSEC_TUNNEL","features":[70]},{"name":"szOID_PKIX_KP_IPSEC_USER","features":[70]},{"name":"szOID_PKIX_KP_OCSP_SIGNING","features":[70]},{"name":"szOID_PKIX_KP_SERVER_AUTH","features":[70]},{"name":"szOID_PKIX_KP_TIMESTAMP_SIGNING","features":[70]},{"name":"szOID_PKIX_NO_SIGNATURE","features":[70]},{"name":"szOID_PKIX_OCSP","features":[70]},{"name":"szOID_PKIX_OCSP_BASIC_SIGNED_RESPONSE","features":[70]},{"name":"szOID_PKIX_OCSP_NOCHECK","features":[70]},{"name":"szOID_PKIX_OCSP_NONCE","features":[70]},{"name":"szOID_PKIX_PE","features":[70]},{"name":"szOID_PKIX_POLICY_QUALIFIER_CPS","features":[70]},{"name":"szOID_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[70]},{"name":"szOID_PKIX_TIME_STAMPING","features":[70]},{"name":"szOID_PLATFORM_MANIFEST_BINARY_ID","features":[70]},{"name":"szOID_POLICY_CONSTRAINTS","features":[70]},{"name":"szOID_POLICY_MAPPINGS","features":[70]},{"name":"szOID_POSTAL_ADDRESS","features":[70]},{"name":"szOID_POSTAL_CODE","features":[70]},{"name":"szOID_POST_OFFICE_BOX","features":[70]},{"name":"szOID_PREFERRED_DELIVERY_METHOD","features":[70]},{"name":"szOID_PRESENTATION_ADDRESS","features":[70]},{"name":"szOID_PRIVATEKEY_USAGE_PERIOD","features":[70]},{"name":"szOID_PRODUCT_UPDATE","features":[70]},{"name":"szOID_PROTECTED_PROCESS_LIGHT_SIGNER","features":[70]},{"name":"szOID_PROTECTED_PROCESS_SIGNER","features":[70]},{"name":"szOID_QC_EU_COMPLIANCE","features":[70]},{"name":"szOID_QC_SSCD","features":[70]},{"name":"szOID_QC_STATEMENTS_EXT","features":[70]},{"name":"szOID_RDN_DUMMY_SIGNER","features":[70]},{"name":"szOID_RDN_TCG_PLATFORM_MANUFACTURER","features":[70]},{"name":"szOID_RDN_TCG_PLATFORM_MODEL","features":[70]},{"name":"szOID_RDN_TCG_PLATFORM_VERSION","features":[70]},{"name":"szOID_RDN_TPM_MANUFACTURER","features":[70]},{"name":"szOID_RDN_TPM_MODEL","features":[70]},{"name":"szOID_RDN_TPM_VERSION","features":[70]},{"name":"szOID_REASON_CODE_HOLD","features":[70]},{"name":"szOID_REGISTERED_ADDRESS","features":[70]},{"name":"szOID_REMOVE_CERTIFICATE","features":[70]},{"name":"szOID_RENEWAL_CERTIFICATE","features":[70]},{"name":"szOID_REQUEST_CLIENT_INFO","features":[70]},{"name":"szOID_REQUIRE_CERT_CHAIN_POLICY","features":[70]},{"name":"szOID_REVOKED_LIST_SIGNER","features":[70]},{"name":"szOID_RFC3161_counterSign","features":[70]},{"name":"szOID_RFC3161v21_counterSign","features":[70]},{"name":"szOID_RFC3161v21_thumbprints","features":[70]},{"name":"szOID_ROLE_OCCUPANT","features":[70]},{"name":"szOID_ROOT_LIST_SIGNER","features":[70]},{"name":"szOID_ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION","features":[70]},{"name":"szOID_ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION","features":[70]},{"name":"szOID_ROOT_PROGRAM_FLAGS","features":[70]},{"name":"szOID_ROOT_PROGRAM_NO_OCSP_FAILOVER_TO_CRL","features":[70]},{"name":"szOID_RSA","features":[70]},{"name":"szOID_RSAES_OAEP","features":[70]},{"name":"szOID_RSA_DES_EDE3_CBC","features":[70]},{"name":"szOID_RSA_DH","features":[70]},{"name":"szOID_RSA_ENCRYPT","features":[70]},{"name":"szOID_RSA_HASH","features":[70]},{"name":"szOID_RSA_MD2","features":[70]},{"name":"szOID_RSA_MD2RSA","features":[70]},{"name":"szOID_RSA_MD4","features":[70]},{"name":"szOID_RSA_MD4RSA","features":[70]},{"name":"szOID_RSA_MD5","features":[70]},{"name":"szOID_RSA_MD5RSA","features":[70]},{"name":"szOID_RSA_MGF1","features":[70]},{"name":"szOID_RSA_PSPECIFIED","features":[70]},{"name":"szOID_RSA_RC2CBC","features":[70]},{"name":"szOID_RSA_RC4","features":[70]},{"name":"szOID_RSA_RC5_CBCPad","features":[70]},{"name":"szOID_RSA_RSA","features":[70]},{"name":"szOID_RSA_SETOAEP_RSA","features":[70]},{"name":"szOID_RSA_SHA1RSA","features":[70]},{"name":"szOID_RSA_SHA256RSA","features":[70]},{"name":"szOID_RSA_SHA384RSA","features":[70]},{"name":"szOID_RSA_SHA512RSA","features":[70]},{"name":"szOID_RSA_SMIMECapabilities","features":[70]},{"name":"szOID_RSA_SMIMEalg","features":[70]},{"name":"szOID_RSA_SMIMEalgCMS3DESwrap","features":[70]},{"name":"szOID_RSA_SMIMEalgCMSRC2wrap","features":[70]},{"name":"szOID_RSA_SMIMEalgESDH","features":[70]},{"name":"szOID_RSA_SSA_PSS","features":[70]},{"name":"szOID_RSA_certExtensions","features":[70]},{"name":"szOID_RSA_challengePwd","features":[70]},{"name":"szOID_RSA_contentType","features":[70]},{"name":"szOID_RSA_counterSign","features":[70]},{"name":"szOID_RSA_data","features":[70]},{"name":"szOID_RSA_digestedData","features":[70]},{"name":"szOID_RSA_emailAddr","features":[70]},{"name":"szOID_RSA_encryptedData","features":[70]},{"name":"szOID_RSA_envelopedData","features":[70]},{"name":"szOID_RSA_extCertAttrs","features":[70]},{"name":"szOID_RSA_hashedData","features":[70]},{"name":"szOID_RSA_messageDigest","features":[70]},{"name":"szOID_RSA_preferSignedData","features":[70]},{"name":"szOID_RSA_signEnvData","features":[70]},{"name":"szOID_RSA_signedData","features":[70]},{"name":"szOID_RSA_signingTime","features":[70]},{"name":"szOID_RSA_unstructAddr","features":[70]},{"name":"szOID_RSA_unstructName","features":[70]},{"name":"szOID_SEARCH_GUIDE","features":[70]},{"name":"szOID_SEE_ALSO","features":[70]},{"name":"szOID_SERIALIZED","features":[70]},{"name":"szOID_SERVER_GATED_CRYPTO","features":[70]},{"name":"szOID_SGC_NETSCAPE","features":[70]},{"name":"szOID_SITE_PIN_RULES_FLAGS_ATTR","features":[70]},{"name":"szOID_SITE_PIN_RULES_INDEX_ATTR","features":[70]},{"name":"szOID_SORTED_CTL","features":[70]},{"name":"szOID_STATE_OR_PROVINCE_NAME","features":[70]},{"name":"szOID_STREET_ADDRESS","features":[70]},{"name":"szOID_SUBJECT_ALT_NAME","features":[70]},{"name":"szOID_SUBJECT_ALT_NAME2","features":[70]},{"name":"szOID_SUBJECT_DIR_ATTRS","features":[70]},{"name":"szOID_SUBJECT_INFO_ACCESS","features":[70]},{"name":"szOID_SUBJECT_KEY_IDENTIFIER","features":[70]},{"name":"szOID_SUPPORTED_APPLICATION_CONTEXT","features":[70]},{"name":"szOID_SUR_NAME","features":[70]},{"name":"szOID_SYNC_ROOT_CTL_EXT","features":[70]},{"name":"szOID_TELEPHONE_NUMBER","features":[70]},{"name":"szOID_TELETEXT_TERMINAL_IDENTIFIER","features":[70]},{"name":"szOID_TELEX_NUMBER","features":[70]},{"name":"szOID_TIMESTAMP_TOKEN","features":[70]},{"name":"szOID_TITLE","features":[70]},{"name":"szOID_TLS_FEATURES_EXT","features":[70]},{"name":"szOID_USER_CERTIFICATE","features":[70]},{"name":"szOID_USER_PASSWORD","features":[70]},{"name":"szOID_VERISIGN_BITSTRING_6_13","features":[70]},{"name":"szOID_VERISIGN_ISS_STRONG_CRYPTO","features":[70]},{"name":"szOID_VERISIGN_ONSITE_JURISDICTION_HASH","features":[70]},{"name":"szOID_VERISIGN_PRIVATE_6_9","features":[70]},{"name":"szOID_WHQL_CRYPTO","features":[70]},{"name":"szOID_WINDOWS_KITS_SIGNER","features":[70]},{"name":"szOID_WINDOWS_RT_SIGNER","features":[70]},{"name":"szOID_WINDOWS_SOFTWARE_EXTENSION_SIGNER","features":[70]},{"name":"szOID_WINDOWS_STORE_SIGNER","features":[70]},{"name":"szOID_WINDOWS_TCB_SIGNER","features":[70]},{"name":"szOID_WINDOWS_THIRD_PARTY_COMPONENT_SIGNER","features":[70]},{"name":"szOID_X21_ADDRESS","features":[70]},{"name":"szOID_X957","features":[70]},{"name":"szOID_X957_DSA","features":[70]},{"name":"szOID_X957_SHA1DSA","features":[70]},{"name":"szOID_YESNO_TRUST_ATTR","features":[70]},{"name":"szPRIV_KEY_CACHE_MAX_ITEMS","features":[70]},{"name":"szPRIV_KEY_CACHE_PURGE_INTERVAL_SECONDS","features":[70]},{"name":"szROOT_STORE_FILE","features":[70]},{"name":"szUSER_KEYEXCHANGE_CERT_PREFIX","features":[70]},{"name":"szUSER_KEYEXCHANGE_PRIVATE_KEY_PREFIX","features":[70]},{"name":"szUSER_KEYEXCHANGE_PUBLIC_KEY_PREFIX","features":[70]},{"name":"szUSER_SIGNATURE_CERT_PREFIX","features":[70]},{"name":"szUSER_SIGNATURE_PRIVATE_KEY_PREFIX","features":[70]},{"name":"szUSER_SIGNATURE_PUBLIC_KEY_PREFIX","features":[70]},{"name":"sz_CERT_STORE_PROV_COLLECTION","features":[70]},{"name":"sz_CERT_STORE_PROV_FILENAME","features":[70]},{"name":"sz_CERT_STORE_PROV_FILENAME_W","features":[70]},{"name":"sz_CERT_STORE_PROV_LDAP","features":[70]},{"name":"sz_CERT_STORE_PROV_LDAP_W","features":[70]},{"name":"sz_CERT_STORE_PROV_MEMORY","features":[70]},{"name":"sz_CERT_STORE_PROV_PHYSICAL","features":[70]},{"name":"sz_CERT_STORE_PROV_PHYSICAL_W","features":[70]},{"name":"sz_CERT_STORE_PROV_PKCS12","features":[70]},{"name":"sz_CERT_STORE_PROV_PKCS7","features":[70]},{"name":"sz_CERT_STORE_PROV_SERIALIZED","features":[70]},{"name":"sz_CERT_STORE_PROV_SMART_CARD","features":[70]},{"name":"sz_CERT_STORE_PROV_SMART_CARD_W","features":[70]},{"name":"sz_CERT_STORE_PROV_SYSTEM","features":[70]},{"name":"sz_CERT_STORE_PROV_SYSTEM_REGISTRY","features":[70]},{"name":"sz_CERT_STORE_PROV_SYSTEM_REGISTRY_W","features":[70]},{"name":"sz_CERT_STORE_PROV_SYSTEM_W","features":[70]},{"name":"wszCARD_USER_ADMIN","features":[70]},{"name":"wszCARD_USER_EVERYONE","features":[70]},{"name":"wszCARD_USER_USER","features":[70]},{"name":"wszURI_CANONICALIZATION_C14N","features":[70]},{"name":"wszURI_CANONICALIZATION_C14NC","features":[70]},{"name":"wszURI_CANONICALIZATION_EXSLUSIVE_C14N","features":[70]},{"name":"wszURI_CANONICALIZATION_EXSLUSIVE_C14NC","features":[70]},{"name":"wszURI_NTDS_OBJECTSID_PREFIX","features":[70]},{"name":"wszURI_TRANSFORM_XPATH","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_BASE64","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_DSA_SHA1","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA1","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA256","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA384","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA512","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA1","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA256","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA384","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA512","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA1","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA256","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA384","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA512","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_SHA1","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_SHA256","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_SHA384","features":[70]},{"name":"wszURI_XMLNS_DIGSIG_SHA512","features":[70]},{"name":"wszURI_XMLNS_TRANSFORM_BASE64","features":[70]},{"name":"wszURI_XMLNS_TRANSFORM_ENVELOPED","features":[70]},{"name":"wszXMLNS_DIGSIG","features":[70]},{"name":"wszXMLNS_DIGSIG_Id","features":[70]},{"name":"wszXMLNS_DIGSIG_SignatureProperties","features":[70]}],"491":[{"name":"CATALOG_INFO","features":[124]},{"name":"CRYPTCATATTRIBUTE","features":[124]},{"name":"CRYPTCATCDF","features":[3,124]},{"name":"CRYPTCATMEMBER","features":[3,124,125]},{"name":"CRYPTCATSTORE","features":[3,124]},{"name":"CRYPTCAT_ADDCATALOG_HARDLINK","features":[124]},{"name":"CRYPTCAT_ADDCATALOG_NONE","features":[124]},{"name":"CRYPTCAT_ATTR_AUTHENTICATED","features":[124]},{"name":"CRYPTCAT_ATTR_DATAASCII","features":[124]},{"name":"CRYPTCAT_ATTR_DATABASE64","features":[124]},{"name":"CRYPTCAT_ATTR_DATAREPLACE","features":[124]},{"name":"CRYPTCAT_ATTR_NAMEASCII","features":[124]},{"name":"CRYPTCAT_ATTR_NAMEOBJID","features":[124]},{"name":"CRYPTCAT_ATTR_NO_AUTO_COMPAT_ENTRY","features":[124]},{"name":"CRYPTCAT_ATTR_UNAUTHENTICATED","features":[124]},{"name":"CRYPTCAT_E_AREA_ATTRIBUTE","features":[124]},{"name":"CRYPTCAT_E_AREA_HEADER","features":[124]},{"name":"CRYPTCAT_E_AREA_MEMBER","features":[124]},{"name":"CRYPTCAT_E_CDF_ATTR_TOOFEWVALUES","features":[124]},{"name":"CRYPTCAT_E_CDF_ATTR_TYPECOMBO","features":[124]},{"name":"CRYPTCAT_E_CDF_BAD_GUID_CONV","features":[124]},{"name":"CRYPTCAT_E_CDF_DUPLICATE","features":[124]},{"name":"CRYPTCAT_E_CDF_MEMBER_FILENOTFOUND","features":[124]},{"name":"CRYPTCAT_E_CDF_MEMBER_FILE_PATH","features":[124]},{"name":"CRYPTCAT_E_CDF_MEMBER_INDIRECTDATA","features":[124]},{"name":"CRYPTCAT_E_CDF_TAGNOTFOUND","features":[124]},{"name":"CRYPTCAT_E_CDF_UNSUPPORTED","features":[124]},{"name":"CRYPTCAT_FILEEXT","features":[124]},{"name":"CRYPTCAT_MAX_MEMBERTAG","features":[124]},{"name":"CRYPTCAT_MEMBER_SORTED","features":[124]},{"name":"CRYPTCAT_OPEN_ALWAYS","features":[124]},{"name":"CRYPTCAT_OPEN_CREATENEW","features":[124]},{"name":"CRYPTCAT_OPEN_EXCLUDE_PAGE_HASHES","features":[124]},{"name":"CRYPTCAT_OPEN_EXISTING","features":[124]},{"name":"CRYPTCAT_OPEN_FLAGS","features":[124]},{"name":"CRYPTCAT_OPEN_FLAGS_MASK","features":[124]},{"name":"CRYPTCAT_OPEN_INCLUDE_PAGE_HASHES","features":[124]},{"name":"CRYPTCAT_OPEN_NO_CONTENT_HCRYPTMSG","features":[124]},{"name":"CRYPTCAT_OPEN_SORTED","features":[124]},{"name":"CRYPTCAT_OPEN_VERIFYSIGHASH","features":[124]},{"name":"CRYPTCAT_VERSION","features":[124]},{"name":"CRYPTCAT_VERSION_1","features":[124]},{"name":"CRYPTCAT_VERSION_2","features":[124]},{"name":"CryptCATAdminAcquireContext","features":[3,124]},{"name":"CryptCATAdminAcquireContext2","features":[3,124]},{"name":"CryptCATAdminAddCatalog","features":[124]},{"name":"CryptCATAdminCalcHashFromFileHandle","features":[3,124]},{"name":"CryptCATAdminCalcHashFromFileHandle2","features":[3,124]},{"name":"CryptCATAdminEnumCatalogFromHash","features":[124]},{"name":"CryptCATAdminPauseServiceForBackup","features":[3,124]},{"name":"CryptCATAdminReleaseCatalogContext","features":[3,124]},{"name":"CryptCATAdminReleaseContext","features":[3,124]},{"name":"CryptCATAdminRemoveCatalog","features":[3,124]},{"name":"CryptCATAdminResolveCatalogPath","features":[3,124]},{"name":"CryptCATAllocSortedMemberInfo","features":[3,124,125]},{"name":"CryptCATCDFClose","features":[3,124]},{"name":"CryptCATCDFEnumAttributes","features":[3,124,125]},{"name":"CryptCATCDFEnumCatAttributes","features":[3,124]},{"name":"CryptCATCDFEnumMembers","features":[3,124,125]},{"name":"CryptCATCDFOpen","features":[3,124]},{"name":"CryptCATCatalogInfoFromContext","features":[3,124]},{"name":"CryptCATClose","features":[3,124]},{"name":"CryptCATEnumerateAttr","features":[3,124,125]},{"name":"CryptCATEnumerateCatAttr","features":[3,124]},{"name":"CryptCATEnumerateMember","features":[3,124,125]},{"name":"CryptCATFreeSortedMemberInfo","features":[3,124,125]},{"name":"CryptCATGetAttrInfo","features":[3,124,125]},{"name":"CryptCATGetCatAttrInfo","features":[3,124]},{"name":"CryptCATGetMemberInfo","features":[3,124,125]},{"name":"CryptCATHandleFromStore","features":[3,124]},{"name":"CryptCATOpen","features":[3,124]},{"name":"CryptCATPersistStore","features":[3,124]},{"name":"CryptCATPutAttrInfo","features":[3,124,125]},{"name":"CryptCATPutCatAttrInfo","features":[3,124]},{"name":"CryptCATPutMemberInfo","features":[3,124,125]},{"name":"CryptCATStoreFromHandle","features":[3,124]},{"name":"IsCatalogFile","features":[3,124]},{"name":"MS_ADDINFO_CATALOGMEMBER","features":[3,124,125]},{"name":"PFN_CDF_PARSE_ERROR_CALLBACK","features":[124]},{"name":"szOID_CATALOG_LIST","features":[124]},{"name":"szOID_CATALOG_LIST_MEMBER","features":[124]},{"name":"szOID_CATALOG_LIST_MEMBER2","features":[124]}],"492":[{"name":"ADDED_CERT_TYPE","features":[126]},{"name":"AlgorithmFlags","features":[126]},{"name":"AlgorithmFlagsNone","features":[126]},{"name":"AlgorithmFlagsWrap","features":[126]},{"name":"AlgorithmOperationFlags","features":[126]},{"name":"AlgorithmType","features":[126]},{"name":"AllowNoOutstandingRequest","features":[126]},{"name":"AllowNone","features":[126]},{"name":"AllowUntrustedCertificate","features":[126]},{"name":"AllowUntrustedRoot","features":[126]},{"name":"AllowedKeySignature","features":[126]},{"name":"AllowedNullSignature","features":[126]},{"name":"AlternativeNameType","features":[126]},{"name":"CAIF_DSENTRY","features":[126]},{"name":"CAIF_LOCAL","features":[126]},{"name":"CAIF_REGISTRY","features":[126]},{"name":"CAIF_REGISTRYPARENT","features":[126]},{"name":"CAIF_SHAREDFOLDERENTRY","features":[126]},{"name":"CAINFO","features":[126]},{"name":"CAPATHLENGTH_INFINITE","features":[126]},{"name":"CAPropCertificate","features":[126]},{"name":"CAPropCertificateTypes","features":[126]},{"name":"CAPropCommonName","features":[126]},{"name":"CAPropDNSName","features":[126]},{"name":"CAPropDescription","features":[126]},{"name":"CAPropDistinguishedName","features":[126]},{"name":"CAPropRenewalOnly","features":[126]},{"name":"CAPropSanitizedName","features":[126]},{"name":"CAPropSanitizedShortName","features":[126]},{"name":"CAPropSecurity","features":[126]},{"name":"CAPropSiteName","features":[126]},{"name":"CAPropWebServers","features":[126]},{"name":"CA_ACCESS_ADMIN","features":[126]},{"name":"CA_ACCESS_AUDITOR","features":[126]},{"name":"CA_ACCESS_ENROLL","features":[126]},{"name":"CA_ACCESS_MASKROLES","features":[126]},{"name":"CA_ACCESS_OFFICER","features":[126]},{"name":"CA_ACCESS_OPERATOR","features":[126]},{"name":"CA_ACCESS_READ","features":[126]},{"name":"CA_CRL_BASE","features":[126]},{"name":"CA_CRL_DELTA","features":[126]},{"name":"CA_CRL_REPUBLISH","features":[126]},{"name":"CA_DISP_ERROR","features":[126]},{"name":"CA_DISP_INCOMPLETE","features":[126]},{"name":"CA_DISP_INVALID","features":[126]},{"name":"CA_DISP_REVOKED","features":[126]},{"name":"CA_DISP_UNDER_SUBMISSION","features":[126]},{"name":"CA_DISP_VALID","features":[126]},{"name":"CAlternativeName","features":[126]},{"name":"CAlternativeNames","features":[126]},{"name":"CBinaryConverter","features":[126]},{"name":"CCLOCKSKEWMINUTESDEFAULT","features":[126]},{"name":"CC_DEFAULTCONFIG","features":[126]},{"name":"CC_FIRSTCONFIG","features":[126]},{"name":"CC_LOCALACTIVECONFIG","features":[126]},{"name":"CC_LOCALCONFIG","features":[126]},{"name":"CC_UIPICKCONFIG","features":[126]},{"name":"CC_UIPICKCONFIGSKIPLOCALCA","features":[126]},{"name":"CCertAdmin","features":[126]},{"name":"CCertConfig","features":[126]},{"name":"CCertEncodeAltName","features":[126]},{"name":"CCertEncodeBitString","features":[126]},{"name":"CCertEncodeCRLDistInfo","features":[126]},{"name":"CCertEncodeDateArray","features":[126]},{"name":"CCertEncodeLongArray","features":[126]},{"name":"CCertEncodeStringArray","features":[126]},{"name":"CCertGetConfig","features":[126]},{"name":"CCertProperties","features":[126]},{"name":"CCertProperty","features":[126]},{"name":"CCertPropertyArchived","features":[126]},{"name":"CCertPropertyArchivedKeyHash","features":[126]},{"name":"CCertPropertyAutoEnroll","features":[126]},{"name":"CCertPropertyBackedUp","features":[126]},{"name":"CCertPropertyDescription","features":[126]},{"name":"CCertPropertyEnrollment","features":[126]},{"name":"CCertPropertyEnrollmentPolicyServer","features":[126]},{"name":"CCertPropertyFriendlyName","features":[126]},{"name":"CCertPropertyKeyProvInfo","features":[126]},{"name":"CCertPropertyRenewal","features":[126]},{"name":"CCertPropertyRequestOriginator","features":[126]},{"name":"CCertPropertySHA1Hash","features":[126]},{"name":"CCertRequest","features":[126]},{"name":"CCertServerExit","features":[126]},{"name":"CCertServerPolicy","features":[126]},{"name":"CCertView","features":[126]},{"name":"CCertificateAttestationChallenge","features":[126]},{"name":"CCertificatePolicies","features":[126]},{"name":"CCertificatePolicy","features":[126]},{"name":"CCryptAttribute","features":[126]},{"name":"CCryptAttributes","features":[126]},{"name":"CCspInformation","features":[126]},{"name":"CCspInformations","features":[126]},{"name":"CCspStatus","features":[126]},{"name":"CDR_EXPIRED","features":[126]},{"name":"CDR_REQUEST_LAST_CHANGED","features":[126]},{"name":"CERTADMIN_GET_ROLES_FLAGS","features":[126]},{"name":"CERTENROLL_INDEX_BASE","features":[126]},{"name":"CERTENROLL_OBJECTID","features":[126]},{"name":"CERTENROLL_PROPERTYID","features":[126]},{"name":"CERTTRANSBLOB","features":[126]},{"name":"CERTVIEWRESTRICTION","features":[126]},{"name":"CERT_ALT_NAME","features":[126]},{"name":"CERT_ALT_NAME_DIRECTORY_NAME","features":[126]},{"name":"CERT_ALT_NAME_DNS_NAME","features":[126]},{"name":"CERT_ALT_NAME_IP_ADDRESS","features":[126]},{"name":"CERT_ALT_NAME_OTHER_NAME","features":[126]},{"name":"CERT_ALT_NAME_REGISTERED_ID","features":[126]},{"name":"CERT_ALT_NAME_RFC822_NAME","features":[126]},{"name":"CERT_ALT_NAME_URL","features":[126]},{"name":"CERT_CREATE_REQUEST_FLAGS","features":[126]},{"name":"CERT_DELETE_ROW_FLAGS","features":[126]},{"name":"CERT_EXIT_EVENT_MASK","features":[126]},{"name":"CERT_GET_CONFIG_FLAGS","features":[126]},{"name":"CERT_IMPORT_FLAGS","features":[126]},{"name":"CERT_PROPERTY_TYPE","features":[126]},{"name":"CERT_REQUEST_OUT_TYPE","features":[126]},{"name":"CERT_VIEW_COLUMN_INDEX","features":[126]},{"name":"CERT_VIEW_SEEK_OPERATOR_FLAGS","features":[126]},{"name":"CEnroll","features":[126]},{"name":"CEnroll2","features":[126]},{"name":"CMM_READONLY","features":[126]},{"name":"CMM_REFRESHONLY","features":[126]},{"name":"CObjectId","features":[126]},{"name":"CObjectIds","features":[126]},{"name":"CPF_BADURL_ERROR","features":[126]},{"name":"CPF_BASE","features":[126]},{"name":"CPF_CASTORE_ERROR","features":[126]},{"name":"CPF_COMPLETE","features":[126]},{"name":"CPF_DELTA","features":[126]},{"name":"CPF_FILE_ERROR","features":[126]},{"name":"CPF_FTP_ERROR","features":[126]},{"name":"CPF_HTTP_ERROR","features":[126]},{"name":"CPF_LDAP_ERROR","features":[126]},{"name":"CPF_MANUAL","features":[126]},{"name":"CPF_POSTPONED_BASE_FILE_ERROR","features":[126]},{"name":"CPF_POSTPONED_BASE_LDAP_ERROR","features":[126]},{"name":"CPF_SHADOW","features":[126]},{"name":"CPF_SIGNATURE_ERROR","features":[126]},{"name":"CPolicyQualifier","features":[126]},{"name":"CPolicyQualifiers","features":[126]},{"name":"CRLF_ALLOW_REQUEST_ATTRIBUTE_SUBJECT","features":[126]},{"name":"CRLF_BUILD_ROOTCA_CRLENTRIES_BASEDONKEY","features":[126]},{"name":"CRLF_CRLNUMBER_CRITICAL","features":[126]},{"name":"CRLF_DELETE_EXPIRED_CRLS","features":[126]},{"name":"CRLF_DELTA_USE_OLDEST_UNEXPIRED_BASE","features":[126]},{"name":"CRLF_DISABLE_CHAIN_VERIFICATION","features":[126]},{"name":"CRLF_DISABLE_RDN_REORDER","features":[126]},{"name":"CRLF_DISABLE_ROOT_CROSS_CERTS","features":[126]},{"name":"CRLF_ENFORCE_ENROLLMENT_AGENT","features":[126]},{"name":"CRLF_IGNORE_CROSS_CERT_TRUST_ERROR","features":[126]},{"name":"CRLF_IGNORE_INVALID_POLICIES","features":[126]},{"name":"CRLF_IGNORE_UNKNOWN_CMC_ATTRIBUTES","features":[126]},{"name":"CRLF_LOG_FULL_RESPONSE","features":[126]},{"name":"CRLF_PRESERVE_EXPIRED_CA_CERTS","features":[126]},{"name":"CRLF_PRESERVE_REVOKED_CA_CERTS","features":[126]},{"name":"CRLF_PUBLISH_EXPIRED_CERT_CRLS","features":[126]},{"name":"CRLF_REBUILD_MODIFIED_SUBJECT_ONLY","features":[126]},{"name":"CRLF_REVCHECK_IGNORE_NOREVCHECK","features":[126]},{"name":"CRLF_REVCHECK_IGNORE_OFFLINE","features":[126]},{"name":"CRLF_SAVE_FAILED_CERTS","features":[126]},{"name":"CRLF_USE_CROSS_CERT_TEMPLATE","features":[126]},{"name":"CRLF_USE_XCHG_CERT_TEMPLATE","features":[126]},{"name":"CRLRevocationReason","features":[126]},{"name":"CRYPT_ENUM_ALL_PROVIDERS","features":[126]},{"name":"CR_DISP","features":[126]},{"name":"CR_DISP_DENIED","features":[126]},{"name":"CR_DISP_ERROR","features":[126]},{"name":"CR_DISP_INCOMPLETE","features":[126]},{"name":"CR_DISP_ISSUED","features":[126]},{"name":"CR_DISP_ISSUED_OUT_OF_BAND","features":[126]},{"name":"CR_DISP_REVOKED","features":[126]},{"name":"CR_DISP_UNDER_SUBMISSION","features":[126]},{"name":"CR_FLG_CACROSSCERT","features":[126]},{"name":"CR_FLG_CAXCHGCERT","features":[126]},{"name":"CR_FLG_CHALLENGEPENDING","features":[126]},{"name":"CR_FLG_CHALLENGESATISFIED","features":[126]},{"name":"CR_FLG_DEFINEDCACERT","features":[126]},{"name":"CR_FLG_ENFORCEUTF8","features":[126]},{"name":"CR_FLG_ENROLLONBEHALFOF","features":[126]},{"name":"CR_FLG_FORCETELETEX","features":[126]},{"name":"CR_FLG_FORCEUTF8","features":[126]},{"name":"CR_FLG_PUBLISHERROR","features":[126]},{"name":"CR_FLG_RENEWAL","features":[126]},{"name":"CR_FLG_SUBJECTUNMODIFIED","features":[126]},{"name":"CR_FLG_TRUSTEKCERT","features":[126]},{"name":"CR_FLG_TRUSTEKKEY","features":[126]},{"name":"CR_FLG_TRUSTONUSE","features":[126]},{"name":"CR_FLG_VALIDENCRYPTEDKEYHASH","features":[126]},{"name":"CR_GEMT_DEFAULT","features":[126]},{"name":"CR_GEMT_HRESULT_STRING","features":[126]},{"name":"CR_GEMT_HTTP_ERROR","features":[126]},{"name":"CR_IN_BASE64","features":[126]},{"name":"CR_IN_BASE64HEADER","features":[126]},{"name":"CR_IN_BINARY","features":[126]},{"name":"CR_IN_CERTIFICATETRANSPARENCY","features":[126]},{"name":"CR_IN_CHALLENGERESPONSE","features":[126]},{"name":"CR_IN_CLIENTIDNONE","features":[126]},{"name":"CR_IN_CMC","features":[126]},{"name":"CR_IN_CONNECTONLY","features":[126]},{"name":"CR_IN_CRLS","features":[126]},{"name":"CR_IN_ENCODEANY","features":[126]},{"name":"CR_IN_ENCODEMASK","features":[126]},{"name":"CR_IN_FORMATANY","features":[126]},{"name":"CR_IN_FORMATMASK","features":[126]},{"name":"CR_IN_FULLRESPONSE","features":[126]},{"name":"CR_IN_HTTP","features":[126]},{"name":"CR_IN_KEYGEN","features":[126]},{"name":"CR_IN_MACHINE","features":[126]},{"name":"CR_IN_PKCS10","features":[126]},{"name":"CR_IN_PKCS7","features":[126]},{"name":"CR_IN_RETURNCHALLENGE","features":[126]},{"name":"CR_IN_ROBO","features":[126]},{"name":"CR_IN_RPC","features":[126]},{"name":"CR_IN_SCEP","features":[126]},{"name":"CR_IN_SCEPPOST","features":[126]},{"name":"CR_IN_SIGNEDCERTIFICATETIMESTAMPLIST","features":[126]},{"name":"CR_OUT_BASE64","features":[126]},{"name":"CR_OUT_BASE64HEADER","features":[126]},{"name":"CR_OUT_BASE64REQUESTHEADER","features":[126]},{"name":"CR_OUT_BASE64X509CRLHEADER","features":[126]},{"name":"CR_OUT_BINARY","features":[126]},{"name":"CR_OUT_CHAIN","features":[126]},{"name":"CR_OUT_CRLS","features":[126]},{"name":"CR_OUT_ENCODEMASK","features":[126]},{"name":"CR_OUT_HEX","features":[126]},{"name":"CR_OUT_HEXADDR","features":[126]},{"name":"CR_OUT_HEXASCII","features":[126]},{"name":"CR_OUT_HEXASCIIADDR","features":[126]},{"name":"CR_OUT_HEXRAW","features":[126]},{"name":"CR_OUT_NOCR","features":[126]},{"name":"CR_OUT_NOCRLF","features":[126]},{"name":"CR_PROP_ADVANCEDSERVER","features":[126]},{"name":"CR_PROP_BASECRL","features":[126]},{"name":"CR_PROP_BASECRLPUBLISHSTATUS","features":[126]},{"name":"CR_PROP_CABACKWARDCROSSCERT","features":[126]},{"name":"CR_PROP_CABACKWARDCROSSCERTSTATE","features":[126]},{"name":"CR_PROP_CACERTSTATE","features":[126]},{"name":"CR_PROP_CACERTSTATUSCODE","features":[126]},{"name":"CR_PROP_CACERTVERSION","features":[126]},{"name":"CR_PROP_CAFORWARDCROSSCERT","features":[126]},{"name":"CR_PROP_CAFORWARDCROSSCERTSTATE","features":[126]},{"name":"CR_PROP_CANAME","features":[126]},{"name":"CR_PROP_CAPROPIDMAX","features":[126]},{"name":"CR_PROP_CASIGCERT","features":[126]},{"name":"CR_PROP_CASIGCERTCHAIN","features":[126]},{"name":"CR_PROP_CASIGCERTCOUNT","features":[126]},{"name":"CR_PROP_CASIGCERTCRLCHAIN","features":[126]},{"name":"CR_PROP_CATYPE","features":[126]},{"name":"CR_PROP_CAXCHGCERT","features":[126]},{"name":"CR_PROP_CAXCHGCERTCHAIN","features":[126]},{"name":"CR_PROP_CAXCHGCERTCOUNT","features":[126]},{"name":"CR_PROP_CAXCHGCERTCRLCHAIN","features":[126]},{"name":"CR_PROP_CERTAIAOCSPURLS","features":[126]},{"name":"CR_PROP_CERTAIAURLS","features":[126]},{"name":"CR_PROP_CERTCDPURLS","features":[126]},{"name":"CR_PROP_CRLSTATE","features":[126]},{"name":"CR_PROP_DELTACRL","features":[126]},{"name":"CR_PROP_DELTACRLPUBLISHSTATUS","features":[126]},{"name":"CR_PROP_DNSNAME","features":[126]},{"name":"CR_PROP_EXITCOUNT","features":[126]},{"name":"CR_PROP_EXITDESCRIPTION","features":[126]},{"name":"CR_PROP_FILEVERSION","features":[126]},{"name":"CR_PROP_KRACERT","features":[126]},{"name":"CR_PROP_KRACERTCOUNT","features":[126]},{"name":"CR_PROP_KRACERTSTATE","features":[126]},{"name":"CR_PROP_KRACERTUSEDCOUNT","features":[126]},{"name":"CR_PROP_LOCALENAME","features":[126]},{"name":"CR_PROP_NONE","features":[126]},{"name":"CR_PROP_PARENTCA","features":[126]},{"name":"CR_PROP_POLICYDESCRIPTION","features":[126]},{"name":"CR_PROP_PRODUCTVERSION","features":[126]},{"name":"CR_PROP_ROLESEPARATIONENABLED","features":[126]},{"name":"CR_PROP_SANITIZEDCANAME","features":[126]},{"name":"CR_PROP_SANITIZEDCASHORTNAME","features":[126]},{"name":"CR_PROP_SCEPMAX","features":[126]},{"name":"CR_PROP_SCEPMIN","features":[126]},{"name":"CR_PROP_SCEPSERVERCAPABILITIES","features":[126]},{"name":"CR_PROP_SCEPSERVERCERTS","features":[126]},{"name":"CR_PROP_SCEPSERVERCERTSCHAIN","features":[126]},{"name":"CR_PROP_SHAREDFOLDER","features":[126]},{"name":"CR_PROP_SUBJECTTEMPLATE_OIDS","features":[126]},{"name":"CR_PROP_TEMPLATES","features":[126]},{"name":"CSBACKUP_DISABLE_INCREMENTAL","features":[126]},{"name":"CSBACKUP_TYPE","features":[126]},{"name":"CSBACKUP_TYPE_FULL","features":[126]},{"name":"CSBACKUP_TYPE_LOGS_ONLY","features":[126]},{"name":"CSBACKUP_TYPE_MASK","features":[126]},{"name":"CSBFT_DATABASE_DIRECTORY","features":[126]},{"name":"CSBFT_DIRECTORY","features":[126]},{"name":"CSBFT_LOG_DIRECTORY","features":[126]},{"name":"CSCONTROL_RESTART","features":[126]},{"name":"CSCONTROL_SHUTDOWN","features":[126]},{"name":"CSCONTROL_SUSPEND","features":[126]},{"name":"CSEDB_RSTMAPW","features":[126]},{"name":"CSRESTORE_TYPE_CATCHUP","features":[126]},{"name":"CSRESTORE_TYPE_FULL","features":[126]},{"name":"CSRESTORE_TYPE_MASK","features":[126]},{"name":"CSRESTORE_TYPE_ONLINE","features":[126]},{"name":"CSURL_ADDTOCERTCDP","features":[126]},{"name":"CSURL_ADDTOCERTOCSP","features":[126]},{"name":"CSURL_ADDTOCRLCDP","features":[126]},{"name":"CSURL_ADDTOFRESHESTCRL","features":[126]},{"name":"CSURL_ADDTOIDP","features":[126]},{"name":"CSURL_PUBLISHRETRY","features":[126]},{"name":"CSURL_SERVERPUBLISH","features":[126]},{"name":"CSURL_SERVERPUBLISHDELTA","features":[126]},{"name":"CSVER_MAJOR","features":[126]},{"name":"CSVER_MAJOR_LONGHORN","features":[126]},{"name":"CSVER_MAJOR_THRESHOLD","features":[126]},{"name":"CSVER_MAJOR_WHISTLER","features":[126]},{"name":"CSVER_MAJOR_WIN2K","features":[126]},{"name":"CSVER_MAJOR_WIN7","features":[126]},{"name":"CSVER_MAJOR_WIN8","features":[126]},{"name":"CSVER_MAJOR_WINBLUE","features":[126]},{"name":"CSVER_MINOR","features":[126]},{"name":"CSVER_MINOR_LONGHORN_BETA1","features":[126]},{"name":"CSVER_MINOR_THRESHOLD","features":[126]},{"name":"CSVER_MINOR_WHISTLER_BETA2","features":[126]},{"name":"CSVER_MINOR_WHISTLER_BETA3","features":[126]},{"name":"CSVER_MINOR_WIN2K","features":[126]},{"name":"CSVER_MINOR_WIN7","features":[126]},{"name":"CSVER_MINOR_WIN8","features":[126]},{"name":"CSVER_MINOR_WINBLUE","features":[126]},{"name":"CSignerCertificate","features":[126]},{"name":"CSmimeCapabilities","features":[126]},{"name":"CSmimeCapability","features":[126]},{"name":"CVIEWAGEMINUTESDEFAULT","features":[126]},{"name":"CVRC_COLUMN","features":[126]},{"name":"CVRC_COLUMN_MASK","features":[126]},{"name":"CVRC_COLUMN_RESULT","features":[126]},{"name":"CVRC_COLUMN_SCHEMA","features":[126]},{"name":"CVRC_COLUMN_VALUE","features":[126]},{"name":"CVRC_TABLE","features":[126]},{"name":"CVRC_TABLE_ATTRIBUTES","features":[126]},{"name":"CVRC_TABLE_CRL","features":[126]},{"name":"CVRC_TABLE_EXTENSIONS","features":[126]},{"name":"CVRC_TABLE_MASK","features":[126]},{"name":"CVRC_TABLE_REQCERT","features":[126]},{"name":"CVRC_TABLE_SHIFT","features":[126]},{"name":"CVR_SEEK_EQ","features":[126]},{"name":"CVR_SEEK_GE","features":[126]},{"name":"CVR_SEEK_GT","features":[126]},{"name":"CVR_SEEK_LE","features":[126]},{"name":"CVR_SEEK_LT","features":[126]},{"name":"CVR_SEEK_MASK","features":[126]},{"name":"CVR_SEEK_NODELTA","features":[126]},{"name":"CVR_SEEK_NONE","features":[126]},{"name":"CVR_SORT_ASCEND","features":[126]},{"name":"CVR_SORT_DESCEND","features":[126]},{"name":"CVR_SORT_NONE","features":[126]},{"name":"CV_COLUMN_ATTRIBUTE_DEFAULT","features":[126]},{"name":"CV_COLUMN_CRL_DEFAULT","features":[126]},{"name":"CV_COLUMN_EXTENSION_DEFAULT","features":[126]},{"name":"CV_COLUMN_LOG_DEFAULT","features":[126]},{"name":"CV_COLUMN_LOG_FAILED_DEFAULT","features":[126]},{"name":"CV_COLUMN_LOG_REVOKED_DEFAULT","features":[126]},{"name":"CV_COLUMN_QUEUE_DEFAULT","features":[126]},{"name":"CV_OUT_BASE64","features":[126]},{"name":"CV_OUT_BASE64HEADER","features":[126]},{"name":"CV_OUT_BASE64REQUESTHEADER","features":[126]},{"name":"CV_OUT_BASE64X509CRLHEADER","features":[126]},{"name":"CV_OUT_BINARY","features":[126]},{"name":"CV_OUT_ENCODEMASK","features":[126]},{"name":"CV_OUT_HEX","features":[126]},{"name":"CV_OUT_HEXADDR","features":[126]},{"name":"CV_OUT_HEXASCII","features":[126]},{"name":"CV_OUT_HEXASCIIADDR","features":[126]},{"name":"CV_OUT_HEXRAW","features":[126]},{"name":"CV_OUT_NOCR","features":[126]},{"name":"CV_OUT_NOCRLF","features":[126]},{"name":"CX500DistinguishedName","features":[126]},{"name":"CX509Attribute","features":[126]},{"name":"CX509AttributeArchiveKey","features":[126]},{"name":"CX509AttributeArchiveKeyHash","features":[126]},{"name":"CX509AttributeClientId","features":[126]},{"name":"CX509AttributeCspProvider","features":[126]},{"name":"CX509AttributeExtensions","features":[126]},{"name":"CX509AttributeOSVersion","features":[126]},{"name":"CX509AttributeRenewalCertificate","features":[126]},{"name":"CX509Attributes","features":[126]},{"name":"CX509CertificateRequestCertificate","features":[126]},{"name":"CX509CertificateRequestCmc","features":[126]},{"name":"CX509CertificateRequestPkcs10","features":[126]},{"name":"CX509CertificateRequestPkcs7","features":[126]},{"name":"CX509CertificateRevocationList","features":[126]},{"name":"CX509CertificateRevocationListEntries","features":[126]},{"name":"CX509CertificateRevocationListEntry","features":[126]},{"name":"CX509CertificateTemplateADWritable","features":[126]},{"name":"CX509EndorsementKey","features":[126]},{"name":"CX509Enrollment","features":[126]},{"name":"CX509EnrollmentHelper","features":[126]},{"name":"CX509EnrollmentPolicyActiveDirectory","features":[126]},{"name":"CX509EnrollmentPolicyWebService","features":[126]},{"name":"CX509EnrollmentWebClassFactory","features":[126]},{"name":"CX509Extension","features":[126]},{"name":"CX509ExtensionAlternativeNames","features":[126]},{"name":"CX509ExtensionAuthorityKeyIdentifier","features":[126]},{"name":"CX509ExtensionBasicConstraints","features":[126]},{"name":"CX509ExtensionCertificatePolicies","features":[126]},{"name":"CX509ExtensionEnhancedKeyUsage","features":[126]},{"name":"CX509ExtensionKeyUsage","features":[126]},{"name":"CX509ExtensionMSApplicationPolicies","features":[126]},{"name":"CX509ExtensionSmimeCapabilities","features":[126]},{"name":"CX509ExtensionSubjectKeyIdentifier","features":[126]},{"name":"CX509ExtensionTemplate","features":[126]},{"name":"CX509ExtensionTemplateName","features":[126]},{"name":"CX509Extensions","features":[126]},{"name":"CX509MachineEnrollmentFactory","features":[126]},{"name":"CX509NameValuePair","features":[126]},{"name":"CX509PolicyServerListManager","features":[126]},{"name":"CX509PolicyServerUrl","features":[126]},{"name":"CX509PrivateKey","features":[126]},{"name":"CX509PublicKey","features":[126]},{"name":"CX509SCEPEnrollment","features":[126]},{"name":"CX509SCEPEnrollmentHelper","features":[126]},{"name":"CertSrvBackupClose","features":[126]},{"name":"CertSrvBackupEnd","features":[126]},{"name":"CertSrvBackupFree","features":[126]},{"name":"CertSrvBackupGetBackupLogsW","features":[126]},{"name":"CertSrvBackupGetDatabaseNamesW","features":[126]},{"name":"CertSrvBackupGetDynamicFileListW","features":[126]},{"name":"CertSrvBackupOpenFileW","features":[126]},{"name":"CertSrvBackupPrepareW","features":[126]},{"name":"CertSrvBackupRead","features":[126]},{"name":"CertSrvBackupTruncateLogs","features":[126]},{"name":"CertSrvIsServerOnlineW","features":[3,126]},{"name":"CertSrvRestoreEnd","features":[126]},{"name":"CertSrvRestoreGetDatabaseLocationsW","features":[126]},{"name":"CertSrvRestorePrepareW","features":[126]},{"name":"CertSrvRestoreRegisterComplete","features":[126]},{"name":"CertSrvRestoreRegisterThroughFile","features":[126]},{"name":"CertSrvRestoreRegisterW","features":[126]},{"name":"CertSrvServerControlW","features":[126]},{"name":"ClientIdAutoEnroll","features":[126]},{"name":"ClientIdAutoEnroll2003","features":[126]},{"name":"ClientIdCertReq","features":[126]},{"name":"ClientIdCertReq2003","features":[126]},{"name":"ClientIdDefaultRequest","features":[126]},{"name":"ClientIdEOBO","features":[126]},{"name":"ClientIdNone","features":[126]},{"name":"ClientIdRequestWizard","features":[126]},{"name":"ClientIdTest","features":[126]},{"name":"ClientIdUserStart","features":[126]},{"name":"ClientIdWinRT","features":[126]},{"name":"ClientIdWizard2003","features":[126]},{"name":"ClientIdXEnroll2003","features":[126]},{"name":"CommitFlagDeleteTemplate","features":[126]},{"name":"CommitFlagSaveTemplateGenerateOID","features":[126]},{"name":"CommitFlagSaveTemplateOverwrite","features":[126]},{"name":"CommitFlagSaveTemplateUseCurrentOID","features":[126]},{"name":"CommitTemplateFlags","features":[126]},{"name":"ContextAdministratorForceMachine","features":[126]},{"name":"ContextMachine","features":[126]},{"name":"ContextNone","features":[126]},{"name":"ContextUser","features":[126]},{"name":"DBFLAGS_CHECKPOINTDEPTH60MB","features":[126]},{"name":"DBFLAGS_CIRCULARLOGGING","features":[126]},{"name":"DBFLAGS_CREATEIFNEEDED","features":[126]},{"name":"DBFLAGS_DISABLESNAPSHOTBACKUP","features":[126]},{"name":"DBFLAGS_ENABLEVOLATILEREQUESTS","features":[126]},{"name":"DBFLAGS_LAZYFLUSH","features":[126]},{"name":"DBFLAGS_LOGBUFFERSHUGE","features":[126]},{"name":"DBFLAGS_LOGBUFFERSLARGE","features":[126]},{"name":"DBFLAGS_LOGFILESIZE16MB","features":[126]},{"name":"DBFLAGS_MAXCACHESIZEX100","features":[126]},{"name":"DBFLAGS_MULTITHREADTRANSACTIONS","features":[126]},{"name":"DBFLAGS_READONLY","features":[126]},{"name":"DBG_CERTSRV","features":[126]},{"name":"DBSESSIONCOUNTDEFAULT","features":[126]},{"name":"DB_DISP_ACTIVE","features":[126]},{"name":"DB_DISP_CA_CERT","features":[126]},{"name":"DB_DISP_CA_CERT_CHAIN","features":[126]},{"name":"DB_DISP_DENIED","features":[126]},{"name":"DB_DISP_ERROR","features":[126]},{"name":"DB_DISP_FOREIGN","features":[126]},{"name":"DB_DISP_ISSUED","features":[126]},{"name":"DB_DISP_KRA_CERT","features":[126]},{"name":"DB_DISP_LOG_FAILED_MIN","features":[126]},{"name":"DB_DISP_LOG_MIN","features":[126]},{"name":"DB_DISP_PENDING","features":[126]},{"name":"DB_DISP_QUEUE_MAX","features":[126]},{"name":"DB_DISP_REVOKED","features":[126]},{"name":"DefaultNone","features":[126]},{"name":"DefaultPolicyServer","features":[126]},{"name":"DelayRetryAction","features":[126]},{"name":"DelayRetryLong","features":[126]},{"name":"DelayRetryNone","features":[126]},{"name":"DelayRetryPastSuccess","features":[126]},{"name":"DelayRetryShort","features":[126]},{"name":"DelayRetrySuccess","features":[126]},{"name":"DelayRetryUnknown","features":[126]},{"name":"DisableGroupPolicyList","features":[126]},{"name":"DisableUserServerList","features":[126]},{"name":"DisplayNo","features":[126]},{"name":"DisplayYes","features":[126]},{"name":"EANR_SUPPRESS_IA5CONVERSION","features":[126]},{"name":"EAN_NAMEOBJECTID","features":[126]},{"name":"EDITF_ADDOLDCERTTYPE","features":[126]},{"name":"EDITF_ADDOLDKEYUSAGE","features":[126]},{"name":"EDITF_ATTRIBUTECA","features":[126]},{"name":"EDITF_ATTRIBUTEEKU","features":[126]},{"name":"EDITF_ATTRIBUTEENDDATE","features":[126]},{"name":"EDITF_ATTRIBUTESUBJECTALTNAME2","features":[126]},{"name":"EDITF_AUDITCERTTEMPLATELOAD","features":[126]},{"name":"EDITF_BASICCONSTRAINTSCA","features":[126]},{"name":"EDITF_BASICCONSTRAINTSCRITICAL","features":[126]},{"name":"EDITF_DISABLEEXTENSIONLIST","features":[126]},{"name":"EDITF_DISABLELDAPPACKAGELIST","features":[126]},{"name":"EDITF_DISABLEOLDOSCNUPN","features":[126]},{"name":"EDITF_EMAILOPTIONAL","features":[126]},{"name":"EDITF_ENABLEAKICRITICAL","features":[126]},{"name":"EDITF_ENABLEAKIISSUERNAME","features":[126]},{"name":"EDITF_ENABLEAKIISSUERSERIAL","features":[126]},{"name":"EDITF_ENABLEAKIKEYID","features":[126]},{"name":"EDITF_ENABLECHASECLIENTDC","features":[126]},{"name":"EDITF_ENABLEDEFAULTSMIME","features":[126]},{"name":"EDITF_ENABLEKEYENCIPHERMENTCACERT","features":[126]},{"name":"EDITF_ENABLELDAPREFERRALS","features":[126]},{"name":"EDITF_ENABLEOCSPREVNOCHECK","features":[126]},{"name":"EDITF_ENABLERENEWONBEHALFOF","features":[126]},{"name":"EDITF_ENABLEREQUESTEXTENSIONS","features":[126]},{"name":"EDITF_ENABLEUPNMAP","features":[126]},{"name":"EDITF_IGNOREREQUESTERGROUP","features":[126]},{"name":"EDITF_REQUESTEXTENSIONLIST","features":[126]},{"name":"EDITF_SERVERUPGRADED","features":[126]},{"name":"ENUMEXT_OBJECTID","features":[126]},{"name":"ENUM_CATYPES","features":[126]},{"name":"ENUM_CERT_COLUMN_VALUE_FLAGS","features":[126]},{"name":"ENUM_ENTERPRISE_ROOTCA","features":[126]},{"name":"ENUM_ENTERPRISE_SUBCA","features":[126]},{"name":"ENUM_STANDALONE_ROOTCA","features":[126]},{"name":"ENUM_STANDALONE_SUBCA","features":[126]},{"name":"ENUM_UNKNOWN_CA","features":[126]},{"name":"EXITEVENT_CERTDENIED","features":[126]},{"name":"EXITEVENT_CERTIMPORTED","features":[126]},{"name":"EXITEVENT_CERTISSUED","features":[126]},{"name":"EXITEVENT_CERTPENDING","features":[126]},{"name":"EXITEVENT_CERTRETRIEVEPENDING","features":[126]},{"name":"EXITEVENT_CERTREVOKED","features":[126]},{"name":"EXITEVENT_CRLISSUED","features":[126]},{"name":"EXITEVENT_INVALID","features":[126]},{"name":"EXITEVENT_SHUTDOWN","features":[126]},{"name":"EXITEVENT_STARTUP","features":[126]},{"name":"EXITPUB_ACTIVEDIRECTORY","features":[126]},{"name":"EXITPUB_DEFAULT_ENTERPRISE","features":[126]},{"name":"EXITPUB_DEFAULT_STANDALONE","features":[126]},{"name":"EXITPUB_FILE","features":[126]},{"name":"EXITPUB_REMOVEOLDCERTS","features":[126]},{"name":"EXTENSION_CRITICAL_FLAG","features":[126]},{"name":"EXTENSION_DELETE_FLAG","features":[126]},{"name":"EXTENSION_DISABLE_FLAG","features":[126]},{"name":"EXTENSION_ORIGIN_ADMIN","features":[126]},{"name":"EXTENSION_ORIGIN_CACERT","features":[126]},{"name":"EXTENSION_ORIGIN_CMC","features":[126]},{"name":"EXTENSION_ORIGIN_IMPORTEDCERT","features":[126]},{"name":"EXTENSION_ORIGIN_MASK","features":[126]},{"name":"EXTENSION_ORIGIN_PKCS7","features":[126]},{"name":"EXTENSION_ORIGIN_POLICY","features":[126]},{"name":"EXTENSION_ORIGIN_RENEWALCERT","features":[126]},{"name":"EXTENSION_ORIGIN_REQUEST","features":[126]},{"name":"EXTENSION_ORIGIN_SERVER","features":[126]},{"name":"EXTENSION_POLICY_MASK","features":[126]},{"name":"EncodingType","features":[126]},{"name":"EnrollDenied","features":[126]},{"name":"EnrollError","features":[126]},{"name":"EnrollPended","features":[126]},{"name":"EnrollPrompt","features":[126]},{"name":"EnrollSkipped","features":[126]},{"name":"EnrollUIDeferredEnrollmentRequired","features":[126]},{"name":"EnrollUnknown","features":[126]},{"name":"Enrolled","features":[126]},{"name":"EnrollmentAddOCSPNoCheck","features":[126]},{"name":"EnrollmentAddTemplateName","features":[126]},{"name":"EnrollmentAllowEnrollOnBehalfOf","features":[126]},{"name":"EnrollmentAutoEnrollment","features":[126]},{"name":"EnrollmentAutoEnrollmentCheckUserDSCertificate","features":[126]},{"name":"EnrollmentCAProperty","features":[126]},{"name":"EnrollmentCertificateIssuancePoliciesFromRequest","features":[126]},{"name":"EnrollmentDisplayStatus","features":[126]},{"name":"EnrollmentDomainAuthenticationNotRequired","features":[126]},{"name":"EnrollmentEnrollStatus","features":[126]},{"name":"EnrollmentIncludeBasicConstraintsForEECerts","features":[126]},{"name":"EnrollmentIncludeSymmetricAlgorithms","features":[126]},{"name":"EnrollmentNoRevocationInfoInCerts","features":[126]},{"name":"EnrollmentPendAllRequests","features":[126]},{"name":"EnrollmentPolicyFlags","features":[126]},{"name":"EnrollmentPolicyServerPropertyFlags","features":[126]},{"name":"EnrollmentPreviousApprovalKeyBasedValidateReenrollment","features":[126]},{"name":"EnrollmentPreviousApprovalValidateReenrollment","features":[126]},{"name":"EnrollmentPublishToDS","features":[126]},{"name":"EnrollmentPublishToKRAContainer","features":[126]},{"name":"EnrollmentRemoveInvalidCertificateFromPersonalStore","features":[126]},{"name":"EnrollmentReuseKeyOnFullSmartCard","features":[126]},{"name":"EnrollmentSelectionStatus","features":[126]},{"name":"EnrollmentSkipAutoRenewal","features":[126]},{"name":"EnrollmentTemplateProperty","features":[126]},{"name":"EnrollmentUserInteractionRequired","features":[126]},{"name":"ExportCAs","features":[126]},{"name":"ExportOIDs","features":[126]},{"name":"ExportTemplates","features":[126]},{"name":"FNCERTSRVBACKUPCLOSE","features":[126]},{"name":"FNCERTSRVBACKUPEND","features":[126]},{"name":"FNCERTSRVBACKUPFREE","features":[126]},{"name":"FNCERTSRVBACKUPGETBACKUPLOGSW","features":[126]},{"name":"FNCERTSRVBACKUPGETDATABASENAMESW","features":[126]},{"name":"FNCERTSRVBACKUPGETDYNAMICFILELISTW","features":[126]},{"name":"FNCERTSRVBACKUPOPENFILEW","features":[126]},{"name":"FNCERTSRVBACKUPPREPAREW","features":[126]},{"name":"FNCERTSRVBACKUPREAD","features":[126]},{"name":"FNCERTSRVBACKUPTRUNCATELOGS","features":[126]},{"name":"FNCERTSRVISSERVERONLINEW","features":[3,126]},{"name":"FNCERTSRVRESTOREEND","features":[126]},{"name":"FNCERTSRVRESTOREGETDATABASELOCATIONSW","features":[126]},{"name":"FNCERTSRVRESTOREPREPAREW","features":[126]},{"name":"FNCERTSRVRESTOREREGISTERCOMPLETE","features":[126]},{"name":"FNCERTSRVRESTOREREGISTERW","features":[126]},{"name":"FNCERTSRVSERVERCONTROLW","features":[126]},{"name":"FNIMPORTPFXTOPROVIDER","features":[3,126]},{"name":"FNIMPORTPFXTOPROVIDERFREEDATA","features":[3,126]},{"name":"FR_PROP_ATTESTATIONCHALLENGE","features":[126]},{"name":"FR_PROP_ATTESTATIONPROVIDERNAME","features":[126]},{"name":"FR_PROP_BODYPARTSTRING","features":[126]},{"name":"FR_PROP_CAEXCHANGECERTIFICATE","features":[126]},{"name":"FR_PROP_CAEXCHANGECERTIFICATECHAIN","features":[126]},{"name":"FR_PROP_CAEXCHANGECERTIFICATECRLCHAIN","features":[126]},{"name":"FR_PROP_CAEXCHANGECERTIFICATEHASH","features":[126]},{"name":"FR_PROP_CLAIMCHALLENGE","features":[126]},{"name":"FR_PROP_ENCRYPTEDKEYHASH","features":[126]},{"name":"FR_PROP_FAILINFO","features":[126]},{"name":"FR_PROP_FULLRESPONSE","features":[126]},{"name":"FR_PROP_FULLRESPONSENOPKCS7","features":[126]},{"name":"FR_PROP_ISSUEDCERTIFICATE","features":[126]},{"name":"FR_PROP_ISSUEDCERTIFICATECHAIN","features":[126]},{"name":"FR_PROP_ISSUEDCERTIFICATECRLCHAIN","features":[126]},{"name":"FR_PROP_ISSUEDCERTIFICATEHASH","features":[126]},{"name":"FR_PROP_NONE","features":[126]},{"name":"FR_PROP_OTHERINFOCHOICE","features":[126]},{"name":"FR_PROP_PENDINFOTIME","features":[126]},{"name":"FR_PROP_PENDINFOTOKEN","features":[126]},{"name":"FR_PROP_STATUS","features":[126]},{"name":"FR_PROP_STATUSINFOCOUNT","features":[126]},{"name":"FR_PROP_STATUSSTRING","features":[126]},{"name":"FULL_RESPONSE_PROPERTY_ID","features":[126]},{"name":"GeneralCA","features":[126]},{"name":"GeneralCrossCA","features":[126]},{"name":"GeneralDefault","features":[126]},{"name":"GeneralDonotPersist","features":[126]},{"name":"GeneralMachineType","features":[126]},{"name":"GeneralModified","features":[126]},{"name":"IAlternativeName","features":[126]},{"name":"IAlternativeNames","features":[126]},{"name":"IBinaryConverter","features":[126]},{"name":"IBinaryConverter2","features":[126]},{"name":"ICEnroll","features":[126]},{"name":"ICEnroll2","features":[126]},{"name":"ICEnroll3","features":[126]},{"name":"ICEnroll4","features":[126]},{"name":"ICF_ALLOWFOREIGN","features":[126]},{"name":"ICF_EXISTINGROW","features":[126]},{"name":"ICertAdmin","features":[126]},{"name":"ICertAdmin2","features":[126]},{"name":"ICertConfig","features":[126]},{"name":"ICertConfig2","features":[126]},{"name":"ICertEncodeAltName","features":[126]},{"name":"ICertEncodeAltName2","features":[126]},{"name":"ICertEncodeBitString","features":[126]},{"name":"ICertEncodeBitString2","features":[126]},{"name":"ICertEncodeCRLDistInfo","features":[126]},{"name":"ICertEncodeCRLDistInfo2","features":[126]},{"name":"ICertEncodeDateArray","features":[126]},{"name":"ICertEncodeDateArray2","features":[126]},{"name":"ICertEncodeLongArray","features":[126]},{"name":"ICertEncodeLongArray2","features":[126]},{"name":"ICertEncodeStringArray","features":[126]},{"name":"ICertEncodeStringArray2","features":[126]},{"name":"ICertExit","features":[126]},{"name":"ICertExit2","features":[126]},{"name":"ICertGetConfig","features":[126]},{"name":"ICertManageModule","features":[126]},{"name":"ICertPolicy","features":[126]},{"name":"ICertPolicy2","features":[126]},{"name":"ICertProperties","features":[126]},{"name":"ICertProperty","features":[126]},{"name":"ICertPropertyArchived","features":[126]},{"name":"ICertPropertyArchivedKeyHash","features":[126]},{"name":"ICertPropertyAutoEnroll","features":[126]},{"name":"ICertPropertyBackedUp","features":[126]},{"name":"ICertPropertyDescription","features":[126]},{"name":"ICertPropertyEnrollment","features":[126]},{"name":"ICertPropertyEnrollmentPolicyServer","features":[126]},{"name":"ICertPropertyFriendlyName","features":[126]},{"name":"ICertPropertyKeyProvInfo","features":[126]},{"name":"ICertPropertyRenewal","features":[126]},{"name":"ICertPropertyRequestOriginator","features":[126]},{"name":"ICertPropertySHA1Hash","features":[126]},{"name":"ICertRequest","features":[126]},{"name":"ICertRequest2","features":[126]},{"name":"ICertRequest3","features":[126]},{"name":"ICertRequestD","features":[126]},{"name":"ICertRequestD2","features":[126]},{"name":"ICertServerExit","features":[126]},{"name":"ICertServerPolicy","features":[126]},{"name":"ICertView","features":[126]},{"name":"ICertView2","features":[126]},{"name":"ICertificateAttestationChallenge","features":[126]},{"name":"ICertificateAttestationChallenge2","features":[126]},{"name":"ICertificatePolicies","features":[126]},{"name":"ICertificatePolicy","features":[126]},{"name":"ICertificationAuthorities","features":[126]},{"name":"ICertificationAuthority","features":[126]},{"name":"ICryptAttribute","features":[126]},{"name":"ICryptAttributes","features":[126]},{"name":"ICspAlgorithm","features":[126]},{"name":"ICspAlgorithms","features":[126]},{"name":"ICspInformation","features":[126]},{"name":"ICspInformations","features":[126]},{"name":"ICspStatus","features":[126]},{"name":"ICspStatuses","features":[126]},{"name":"IEnroll","features":[126]},{"name":"IEnroll2","features":[126]},{"name":"IEnroll4","features":[126]},{"name":"IEnumCERTVIEWATTRIBUTE","features":[126]},{"name":"IEnumCERTVIEWCOLUMN","features":[126]},{"name":"IEnumCERTVIEWEXTENSION","features":[126]},{"name":"IEnumCERTVIEWROW","features":[126]},{"name":"IF_ENABLEADMINASAUDITOR","features":[126]},{"name":"IF_ENABLEEXITKEYRETRIEVAL","features":[126]},{"name":"IF_ENFORCEENCRYPTICERTADMIN","features":[126]},{"name":"IF_ENFORCEENCRYPTICERTREQUEST","features":[126]},{"name":"IF_LOCKICERTREQUEST","features":[126]},{"name":"IF_NOLOCALICERTADMIN","features":[126]},{"name":"IF_NOLOCALICERTADMINBACKUP","features":[126]},{"name":"IF_NOLOCALICERTREQUEST","features":[126]},{"name":"IF_NOREMOTEICERTADMIN","features":[126]},{"name":"IF_NOREMOTEICERTADMINBACKUP","features":[126]},{"name":"IF_NOREMOTEICERTREQUEST","features":[126]},{"name":"IF_NORPCICERTREQUEST","features":[126]},{"name":"IF_NOSNAPSHOTBACKUP","features":[126]},{"name":"IKF_OVERWRITE","features":[126]},{"name":"INDESPolicy","features":[126]},{"name":"IOCSPAdmin","features":[126]},{"name":"IOCSPCAConfiguration","features":[126]},{"name":"IOCSPCAConfigurationCollection","features":[126]},{"name":"IOCSPProperty","features":[126]},{"name":"IOCSPPropertyCollection","features":[126]},{"name":"IObjectId","features":[126]},{"name":"IObjectIds","features":[126]},{"name":"IPolicyQualifier","features":[126]},{"name":"IPolicyQualifiers","features":[126]},{"name":"ISSCERT_DEFAULT_DS","features":[126]},{"name":"ISSCERT_DEFAULT_NODS","features":[126]},{"name":"ISSCERT_ENABLE","features":[126]},{"name":"ISSCERT_FILEURL_OLD","features":[126]},{"name":"ISSCERT_FTPURL_OLD","features":[126]},{"name":"ISSCERT_HTTPURL_OLD","features":[126]},{"name":"ISSCERT_LDAPURL_OLD","features":[126]},{"name":"ISSCERT_URLMASK_OLD","features":[126]},{"name":"ISignerCertificate","features":[126]},{"name":"ISignerCertificates","features":[126]},{"name":"ISmimeCapabilities","features":[126]},{"name":"ISmimeCapability","features":[126]},{"name":"IX500DistinguishedName","features":[126]},{"name":"IX509Attribute","features":[126]},{"name":"IX509AttributeArchiveKey","features":[126]},{"name":"IX509AttributeArchiveKeyHash","features":[126]},{"name":"IX509AttributeClientId","features":[126]},{"name":"IX509AttributeCspProvider","features":[126]},{"name":"IX509AttributeExtensions","features":[126]},{"name":"IX509AttributeOSVersion","features":[126]},{"name":"IX509AttributeRenewalCertificate","features":[126]},{"name":"IX509Attributes","features":[126]},{"name":"IX509CertificateRequest","features":[126]},{"name":"IX509CertificateRequestCertificate","features":[126]},{"name":"IX509CertificateRequestCertificate2","features":[126]},{"name":"IX509CertificateRequestCmc","features":[126]},{"name":"IX509CertificateRequestCmc2","features":[126]},{"name":"IX509CertificateRequestPkcs10","features":[126]},{"name":"IX509CertificateRequestPkcs10V2","features":[126]},{"name":"IX509CertificateRequestPkcs10V3","features":[126]},{"name":"IX509CertificateRequestPkcs10V4","features":[126]},{"name":"IX509CertificateRequestPkcs7","features":[126]},{"name":"IX509CertificateRequestPkcs7V2","features":[126]},{"name":"IX509CertificateRevocationList","features":[126]},{"name":"IX509CertificateRevocationListEntries","features":[126]},{"name":"IX509CertificateRevocationListEntry","features":[126]},{"name":"IX509CertificateTemplate","features":[126]},{"name":"IX509CertificateTemplateWritable","features":[126]},{"name":"IX509CertificateTemplates","features":[126]},{"name":"IX509EndorsementKey","features":[126]},{"name":"IX509Enrollment","features":[126]},{"name":"IX509Enrollment2","features":[126]},{"name":"IX509EnrollmentHelper","features":[126]},{"name":"IX509EnrollmentPolicyServer","features":[126]},{"name":"IX509EnrollmentStatus","features":[126]},{"name":"IX509EnrollmentWebClassFactory","features":[126]},{"name":"IX509Extension","features":[126]},{"name":"IX509ExtensionAlternativeNames","features":[126]},{"name":"IX509ExtensionAuthorityKeyIdentifier","features":[126]},{"name":"IX509ExtensionBasicConstraints","features":[126]},{"name":"IX509ExtensionCertificatePolicies","features":[126]},{"name":"IX509ExtensionEnhancedKeyUsage","features":[126]},{"name":"IX509ExtensionKeyUsage","features":[126]},{"name":"IX509ExtensionMSApplicationPolicies","features":[126]},{"name":"IX509ExtensionSmimeCapabilities","features":[126]},{"name":"IX509ExtensionSubjectKeyIdentifier","features":[126]},{"name":"IX509ExtensionTemplate","features":[126]},{"name":"IX509ExtensionTemplateName","features":[126]},{"name":"IX509Extensions","features":[126]},{"name":"IX509MachineEnrollmentFactory","features":[126]},{"name":"IX509NameValuePair","features":[126]},{"name":"IX509NameValuePairs","features":[126]},{"name":"IX509PolicyServerListManager","features":[126]},{"name":"IX509PolicyServerUrl","features":[126]},{"name":"IX509PrivateKey","features":[126]},{"name":"IX509PrivateKey2","features":[126]},{"name":"IX509PublicKey","features":[126]},{"name":"IX509SCEPEnrollment","features":[126]},{"name":"IX509SCEPEnrollment2","features":[126]},{"name":"IX509SCEPEnrollmentHelper","features":[126]},{"name":"IX509SignatureInformation","features":[126]},{"name":"ImportExportable","features":[126]},{"name":"ImportExportableEncrypted","features":[126]},{"name":"ImportForceOverwrite","features":[126]},{"name":"ImportInstallCertificate","features":[126]},{"name":"ImportInstallChain","features":[126]},{"name":"ImportInstallChainAndRoot","features":[126]},{"name":"ImportMachineContext","features":[126]},{"name":"ImportNoUserProtected","features":[126]},{"name":"ImportNone","features":[126]},{"name":"ImportPFXFlags","features":[126]},{"name":"ImportSaveProperties","features":[126]},{"name":"ImportSilent","features":[126]},{"name":"ImportUserProtected","features":[126]},{"name":"ImportUserProtectedHigh","features":[126]},{"name":"InheritDefault","features":[126]},{"name":"InheritExtensionsFlag","features":[126]},{"name":"InheritKeyMask","features":[126]},{"name":"InheritNewDefaultKey","features":[126]},{"name":"InheritNewSimilarKey","features":[126]},{"name":"InheritNone","features":[126]},{"name":"InheritPrivateKey","features":[126]},{"name":"InheritPublicKey","features":[126]},{"name":"InheritRenewalCertificateFlag","features":[126]},{"name":"InheritReserved80000000","features":[126]},{"name":"InheritSubjectAltNameFlag","features":[126]},{"name":"InheritSubjectFlag","features":[126]},{"name":"InheritTemplateFlag","features":[126]},{"name":"InheritValidityPeriodFlag","features":[126]},{"name":"InnerRequestLevel","features":[126]},{"name":"InstallResponseRestrictionFlags","features":[126]},{"name":"KRAF_DISABLEUSEDEFAULTPROVIDER","features":[126]},{"name":"KRAF_ENABLEARCHIVEALL","features":[126]},{"name":"KRAF_ENABLEFOREIGN","features":[126]},{"name":"KRAF_SAVEBADREQUESTKEY","features":[126]},{"name":"KRA_DISP_EXPIRED","features":[126]},{"name":"KRA_DISP_INVALID","features":[126]},{"name":"KRA_DISP_NOTFOUND","features":[126]},{"name":"KRA_DISP_NOTLOADED","features":[126]},{"name":"KRA_DISP_REVOKED","features":[126]},{"name":"KRA_DISP_UNTRUSTED","features":[126]},{"name":"KRA_DISP_VALID","features":[126]},{"name":"KR_ENABLE_MACHINE","features":[126]},{"name":"KR_ENABLE_USER","features":[126]},{"name":"KeyAttestationClaimType","features":[126]},{"name":"KeyIdentifierHashAlgorithm","features":[126]},{"name":"LDAPF_SIGNDISABLE","features":[126]},{"name":"LDAPF_SSLENABLE","features":[126]},{"name":"LevelInnermost","features":[126]},{"name":"LevelNext","features":[126]},{"name":"LevelSafe","features":[126]},{"name":"LevelUnsafe","features":[126]},{"name":"LoadOptionCacheOnly","features":[126]},{"name":"LoadOptionDefault","features":[126]},{"name":"LoadOptionRegisterForADChanges","features":[126]},{"name":"LoadOptionReload","features":[126]},{"name":"OCSPAdmin","features":[126]},{"name":"OCSPPropertyCollection","features":[126]},{"name":"OCSPRequestFlag","features":[126]},{"name":"OCSPSigningFlag","features":[126]},{"name":"OCSP_RF_REJECT_SIGNED_REQUESTS","features":[126]},{"name":"OCSP_SF_ALLOW_NONCE_EXTENSION","features":[126]},{"name":"OCSP_SF_ALLOW_SIGNINGCERT_AUTOENROLLMENT","features":[126]},{"name":"OCSP_SF_ALLOW_SIGNINGCERT_AUTORENEWAL","features":[126]},{"name":"OCSP_SF_AUTODISCOVER_SIGNINGCERT","features":[126]},{"name":"OCSP_SF_FORCE_SIGNINGCERT_ISSUER_ISCA","features":[126]},{"name":"OCSP_SF_MANUAL_ASSIGN_SIGNINGCERT","features":[126]},{"name":"OCSP_SF_RESPONDER_ID_KEYHASH","features":[126]},{"name":"OCSP_SF_RESPONDER_ID_NAME","features":[126]},{"name":"OCSP_SF_SILENT","features":[126]},{"name":"OCSP_SF_USE_CACERT","features":[126]},{"name":"ObjectIdGroupId","features":[126]},{"name":"ObjectIdPublicKeyFlags","features":[126]},{"name":"PENDING_REQUEST_DESIRED_PROPERTY","features":[126]},{"name":"PFXExportChainNoRoot","features":[126]},{"name":"PFXExportChainWithRoot","features":[126]},{"name":"PFXExportEEOnly","features":[126]},{"name":"PFXExportOptions","features":[126]},{"name":"PROCFLG_ENFORCEGOODKEYS","features":[126]},{"name":"PROCFLG_NONE","features":[126]},{"name":"PROPCALLER_ADMIN","features":[126]},{"name":"PROPCALLER_EXIT","features":[126]},{"name":"PROPCALLER_MASK","features":[126]},{"name":"PROPCALLER_POLICY","features":[126]},{"name":"PROPCALLER_REQUEST","features":[126]},{"name":"PROPCALLER_SERVER","features":[126]},{"name":"PROPFLAGS_INDEXED","features":[126]},{"name":"PROPTYPE_BINARY","features":[126]},{"name":"PROPTYPE_DATE","features":[126]},{"name":"PROPTYPE_LONG","features":[126]},{"name":"PROPTYPE_MASK","features":[126]},{"name":"PROPTYPE_STRING","features":[126]},{"name":"Pkcs10AllowedSignatureTypes","features":[126]},{"name":"PolicyQualifierType","features":[126]},{"name":"PolicyQualifierTypeFlags","features":[126]},{"name":"PolicyQualifierTypeUnknown","features":[126]},{"name":"PolicyQualifierTypeUrl","features":[126]},{"name":"PolicyQualifierTypeUserNotice","features":[126]},{"name":"PolicyServerUrlFlags","features":[126]},{"name":"PolicyServerUrlPropertyID","features":[126]},{"name":"PrivateKeyAttestMask","features":[126]},{"name":"PrivateKeyAttestNone","features":[126]},{"name":"PrivateKeyAttestPreferred","features":[126]},{"name":"PrivateKeyAttestRequired","features":[126]},{"name":"PrivateKeyAttestWithoutPolicy","features":[126]},{"name":"PrivateKeyClientVersionMask","features":[126]},{"name":"PrivateKeyClientVersionShift","features":[126]},{"name":"PrivateKeyEKTrustOnUse","features":[126]},{"name":"PrivateKeyEKValidateCert","features":[126]},{"name":"PrivateKeyEKValidateKey","features":[126]},{"name":"PrivateKeyExportable","features":[126]},{"name":"PrivateKeyHelloKspKey","features":[126]},{"name":"PrivateKeyHelloLogonKey","features":[126]},{"name":"PrivateKeyRequireAlternateSignatureAlgorithm","features":[126]},{"name":"PrivateKeyRequireArchival","features":[126]},{"name":"PrivateKeyRequireSameKeyRenewal","features":[126]},{"name":"PrivateKeyRequireStrongKeyProtection","features":[126]},{"name":"PrivateKeyServerVersionMask","features":[126]},{"name":"PrivateKeyServerVersionShift","features":[126]},{"name":"PrivateKeyUseLegacyProvider","features":[126]},{"name":"PsFriendlyName","features":[126]},{"name":"PsPolicyID","features":[126]},{"name":"PsfAllowUnTrustedCA","features":[126]},{"name":"PsfAutoEnrollmentEnabled","features":[126]},{"name":"PsfLocationGroupPolicy","features":[126]},{"name":"PsfLocationRegistry","features":[126]},{"name":"PsfNone","features":[126]},{"name":"PsfUseClientId","features":[126]},{"name":"PstAcquirePrivateKey","features":[3,126]},{"name":"PstGetCertificateChain","features":[3,25,126]},{"name":"PstGetCertificates","features":[3,126]},{"name":"PstGetTrustAnchors","features":[3,25,126]},{"name":"PstGetTrustAnchorsEx","features":[3,25,126]},{"name":"PstGetUserNameForCertificate","features":[3,126]},{"name":"PstMapCertificate","features":[3,25,126]},{"name":"PstValidate","features":[3,126]},{"name":"REQDISP_DEFAULT_ENTERPRISE","features":[126]},{"name":"REQDISP_DENY","features":[126]},{"name":"REQDISP_ISSUE","features":[126]},{"name":"REQDISP_MASK","features":[126]},{"name":"REQDISP_PENDING","features":[126]},{"name":"REQDISP_PENDINGFIRST","features":[126]},{"name":"REQDISP_USEREQUESTATTRIBUTE","features":[126]},{"name":"REVEXT_ASPENABLE","features":[126]},{"name":"REVEXT_CDPENABLE","features":[126]},{"name":"REVEXT_CDPFILEURL_OLD","features":[126]},{"name":"REVEXT_CDPFTPURL_OLD","features":[126]},{"name":"REVEXT_CDPHTTPURL_OLD","features":[126]},{"name":"REVEXT_CDPLDAPURL_OLD","features":[126]},{"name":"REVEXT_CDPURLMASK_OLD","features":[126]},{"name":"REVEXT_DEFAULT_DS","features":[126]},{"name":"REVEXT_DEFAULT_NODS","features":[126]},{"name":"RequestClientInfoClientId","features":[126]},{"name":"SCEPDispositionFailure","features":[126]},{"name":"SCEPDispositionPending","features":[126]},{"name":"SCEPDispositionPendingChallenge","features":[126]},{"name":"SCEPDispositionSuccess","features":[126]},{"name":"SCEPDispositionUnknown","features":[126]},{"name":"SCEPFailBadAlgorithm","features":[126]},{"name":"SCEPFailBadCertId","features":[126]},{"name":"SCEPFailBadMessageCheck","features":[126]},{"name":"SCEPFailBadRequest","features":[126]},{"name":"SCEPFailBadTime","features":[126]},{"name":"SCEPFailUnknown","features":[126]},{"name":"SCEPMessageCertResponse","features":[126]},{"name":"SCEPMessageClaimChallengeAnswer","features":[126]},{"name":"SCEPMessageGetCRL","features":[126]},{"name":"SCEPMessageGetCert","features":[126]},{"name":"SCEPMessageGetCertInitial","features":[126]},{"name":"SCEPMessagePKCSRequest","features":[126]},{"name":"SCEPMessageUnknown","features":[126]},{"name":"SCEPProcessDefault","features":[126]},{"name":"SCEPProcessSkipCertInstall","features":[126]},{"name":"SETUP_ATTEMPT_VROOT_CREATE","features":[126]},{"name":"SETUP_CLIENT_FLAG","features":[126]},{"name":"SETUP_CREATEDB_FLAG","features":[126]},{"name":"SETUP_DCOM_SECURITY_UPDATED_FLAG","features":[126]},{"name":"SETUP_DENIED_FLAG","features":[126]},{"name":"SETUP_FORCECRL_FLAG","features":[126]},{"name":"SETUP_ONLINE_FLAG","features":[126]},{"name":"SETUP_REQUEST_FLAG","features":[126]},{"name":"SETUP_SECURITY_CHANGED","features":[126]},{"name":"SETUP_SERVER_FLAG","features":[126]},{"name":"SETUP_SERVER_IS_UP_TO_DATE_FLAG","features":[126]},{"name":"SETUP_SERVER_UPGRADED_FLAG","features":[126]},{"name":"SETUP_SUSPEND_FLAG","features":[126]},{"name":"SETUP_UPDATE_CAOBJECT_SVRTYPE","features":[126]},{"name":"SETUP_W2K_SECURITY_NOT_UPGRADED_FLAG","features":[126]},{"name":"SKIHashCapiSha1","features":[126]},{"name":"SKIHashDefault","features":[126]},{"name":"SKIHashHPKP","features":[126]},{"name":"SKIHashSha1","features":[126]},{"name":"SKIHashSha256","features":[126]},{"name":"SelectedNo","features":[126]},{"name":"SelectedYes","features":[126]},{"name":"SubjectAlternativeNameEnrolleeSupplies","features":[126]},{"name":"SubjectAlternativeNameRequireDNS","features":[126]},{"name":"SubjectAlternativeNameRequireDirectoryGUID","features":[126]},{"name":"SubjectAlternativeNameRequireDomainDNS","features":[126]},{"name":"SubjectAlternativeNameRequireEmail","features":[126]},{"name":"SubjectAlternativeNameRequireSPN","features":[126]},{"name":"SubjectAlternativeNameRequireUPN","features":[126]},{"name":"SubjectNameAndAlternativeNameOldCertSupplies","features":[126]},{"name":"SubjectNameEnrolleeSupplies","features":[126]},{"name":"SubjectNameRequireCommonName","features":[126]},{"name":"SubjectNameRequireDNS","features":[126]},{"name":"SubjectNameRequireDirectoryPath","features":[126]},{"name":"SubjectNameRequireEmail","features":[126]},{"name":"TP_MACHINEPOLICY","features":[126]},{"name":"TemplatePropAsymmetricAlgorithm","features":[126]},{"name":"TemplatePropCertificatePolicies","features":[126]},{"name":"TemplatePropCommonName","features":[126]},{"name":"TemplatePropCryptoProviders","features":[126]},{"name":"TemplatePropDescription","features":[126]},{"name":"TemplatePropEKUs","features":[126]},{"name":"TemplatePropEnrollmentFlags","features":[126]},{"name":"TemplatePropExtensions","features":[126]},{"name":"TemplatePropFriendlyName","features":[126]},{"name":"TemplatePropGeneralFlags","features":[126]},{"name":"TemplatePropHashAlgorithm","features":[126]},{"name":"TemplatePropKeySecurityDescriptor","features":[126]},{"name":"TemplatePropKeySpec","features":[126]},{"name":"TemplatePropKeyUsage","features":[126]},{"name":"TemplatePropMajorRevision","features":[126]},{"name":"TemplatePropMinimumKeySize","features":[126]},{"name":"TemplatePropMinorRevision","features":[126]},{"name":"TemplatePropOID","features":[126]},{"name":"TemplatePropPrivateKeyFlags","features":[126]},{"name":"TemplatePropRACertificatePolicies","features":[126]},{"name":"TemplatePropRAEKUs","features":[126]},{"name":"TemplatePropRASignatureCount","features":[126]},{"name":"TemplatePropRenewalPeriod","features":[126]},{"name":"TemplatePropSchemaVersion","features":[126]},{"name":"TemplatePropSecurityDescriptor","features":[126]},{"name":"TemplatePropSubjectNameFlags","features":[126]},{"name":"TemplatePropSupersede","features":[126]},{"name":"TemplatePropSymmetricAlgorithm","features":[126]},{"name":"TemplatePropSymmetricKeyLength","features":[126]},{"name":"TemplatePropV1ApplicationPolicy","features":[126]},{"name":"TemplatePropValidityPeriod","features":[126]},{"name":"TypeAny","features":[126]},{"name":"TypeCertificate","features":[126]},{"name":"TypeCmc","features":[126]},{"name":"TypePkcs10","features":[126]},{"name":"TypePkcs7","features":[126]},{"name":"VR_INSTANT_BAD","features":[126]},{"name":"VR_INSTANT_OK","features":[126]},{"name":"VR_PENDING","features":[126]},{"name":"VerifyAllowUI","features":[126]},{"name":"VerifyNone","features":[126]},{"name":"VerifySilent","features":[126]},{"name":"VerifySmartCardNone","features":[126]},{"name":"VerifySmartCardSilent","features":[126]},{"name":"WebEnrollmentFlags","features":[126]},{"name":"WebSecurityLevel","features":[126]},{"name":"X500NameFlags","features":[126]},{"name":"X509AuthAnonymous","features":[126]},{"name":"X509AuthCertificate","features":[126]},{"name":"X509AuthKerberos","features":[126]},{"name":"X509AuthNone","features":[126]},{"name":"X509AuthUsername","features":[126]},{"name":"X509CertificateEnrollmentContext","features":[126]},{"name":"X509CertificateTemplateEnrollmentFlag","features":[126]},{"name":"X509CertificateTemplateGeneralFlag","features":[126]},{"name":"X509CertificateTemplatePrivateKeyFlag","features":[126]},{"name":"X509CertificateTemplateSubjectNameFlag","features":[126]},{"name":"X509EnrollmentAuthFlags","features":[126]},{"name":"X509EnrollmentPolicyExportFlags","features":[126]},{"name":"X509EnrollmentPolicyLoadOption","features":[126]},{"name":"X509HardwareKeyUsageFlags","features":[126]},{"name":"X509KeyParametersExportType","features":[126]},{"name":"X509KeySpec","features":[126]},{"name":"X509KeyUsageFlags","features":[126]},{"name":"X509PrivateKeyExportFlags","features":[126]},{"name":"X509PrivateKeyProtection","features":[126]},{"name":"X509PrivateKeyUsageFlags","features":[126]},{"name":"X509PrivateKeyVerify","features":[126]},{"name":"X509ProviderType","features":[126]},{"name":"X509RequestInheritOptions","features":[126]},{"name":"X509RequestType","features":[126]},{"name":"X509SCEPDisposition","features":[126]},{"name":"X509SCEPFailInfo","features":[126]},{"name":"X509SCEPMessageType","features":[126]},{"name":"X509SCEPProcessMessageFlags","features":[126]},{"name":"XCN_AT_KEYEXCHANGE","features":[126]},{"name":"XCN_AT_NONE","features":[126]},{"name":"XCN_AT_SIGNATURE","features":[126]},{"name":"XCN_BCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[126]},{"name":"XCN_BCRYPT_CIPHER_INTERFACE","features":[126]},{"name":"XCN_BCRYPT_HASH_INTERFACE","features":[126]},{"name":"XCN_BCRYPT_KEY_DERIVATION_INTERFACE","features":[126]},{"name":"XCN_BCRYPT_RNG_INTERFACE","features":[126]},{"name":"XCN_BCRYPT_SECRET_AGREEMENT_INTERFACE","features":[126]},{"name":"XCN_BCRYPT_SIGNATURE_INTERFACE","features":[126]},{"name":"XCN_BCRYPT_UNKNOWN_INTERFACE","features":[126]},{"name":"XCN_CERT_ACCESS_STATE_PROP_ID","features":[126]},{"name":"XCN_CERT_AIA_URL_RETRIEVED_PROP_ID","features":[126]},{"name":"XCN_CERT_ALT_NAME_DIRECTORY_NAME","features":[126]},{"name":"XCN_CERT_ALT_NAME_DNS_NAME","features":[126]},{"name":"XCN_CERT_ALT_NAME_EDI_PARTY_NAME","features":[126]},{"name":"XCN_CERT_ALT_NAME_GUID","features":[126]},{"name":"XCN_CERT_ALT_NAME_IP_ADDRESS","features":[126]},{"name":"XCN_CERT_ALT_NAME_OTHER_NAME","features":[126]},{"name":"XCN_CERT_ALT_NAME_REGISTERED_ID","features":[126]},{"name":"XCN_CERT_ALT_NAME_RFC822_NAME","features":[126]},{"name":"XCN_CERT_ALT_NAME_UNKNOWN","features":[126]},{"name":"XCN_CERT_ALT_NAME_URL","features":[126]},{"name":"XCN_CERT_ALT_NAME_USER_PRINCIPLE_NAME","features":[126]},{"name":"XCN_CERT_ALT_NAME_X400_ADDRESS","features":[126]},{"name":"XCN_CERT_ARCHIVED_KEY_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_ARCHIVED_PROP_ID","features":[126]},{"name":"XCN_CERT_AUTHORITY_INFO_ACCESS_PROP_ID","features":[126]},{"name":"XCN_CERT_AUTH_ROOT_SHA256_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_AUTO_ENROLL_PROP_ID","features":[126]},{"name":"XCN_CERT_AUTO_ENROLL_RETRY_PROP_ID","features":[126]},{"name":"XCN_CERT_BACKED_UP_PROP_ID","features":[126]},{"name":"XCN_CERT_CA_DISABLE_CRL_PROP_ID","features":[126]},{"name":"XCN_CERT_CA_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[126]},{"name":"XCN_CERT_CEP_PROP_ID","features":[126]},{"name":"XCN_CERT_CERT_NOT_BEFORE_ENHKEY_USAGE_PROP_ID","features":[126]},{"name":"XCN_CERT_CLR_DELETE_KEY_PROP_ID","features":[126]},{"name":"XCN_CERT_CRL_SIGN_KEY_USAGE","features":[126]},{"name":"XCN_CERT_CROSS_CERT_DIST_POINTS_PROP_ID","features":[126]},{"name":"XCN_CERT_CTL_USAGE_PROP_ID","features":[126]},{"name":"XCN_CERT_DATA_ENCIPHERMENT_KEY_USAGE","features":[126]},{"name":"XCN_CERT_DATE_STAMP_PROP_ID","features":[126]},{"name":"XCN_CERT_DECIPHER_ONLY_KEY_USAGE","features":[126]},{"name":"XCN_CERT_DESCRIPTION_PROP_ID","features":[126]},{"name":"XCN_CERT_DIGITAL_SIGNATURE_KEY_USAGE","features":[126]},{"name":"XCN_CERT_DISALLOWED_ENHKEY_USAGE_PROP_ID","features":[126]},{"name":"XCN_CERT_DISALLOWED_FILETIME_PROP_ID","features":[126]},{"name":"XCN_CERT_EFS_PROP_ID","features":[126]},{"name":"XCN_CERT_ENCIPHER_ONLY_KEY_USAGE","features":[126]},{"name":"XCN_CERT_ENHKEY_USAGE_PROP_ID","features":[126]},{"name":"XCN_CERT_ENROLLMENT_PROP_ID","features":[126]},{"name":"XCN_CERT_EXTENDED_ERROR_INFO_PROP_ID","features":[126]},{"name":"XCN_CERT_FIRST_RESERVED_PROP_ID","features":[126]},{"name":"XCN_CERT_FIRST_USER_PROP_ID","features":[126]},{"name":"XCN_CERT_FORTEZZA_DATA_PROP_ID","features":[126]},{"name":"XCN_CERT_FRIENDLY_NAME_PROP_ID","features":[126]},{"name":"XCN_CERT_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_HCRYPTPROV_OR_NCRYPT_KEY_HANDLE_PROP_ID","features":[126]},{"name":"XCN_CERT_HCRYPTPROV_TRANSFER_PROP_ID","features":[126]},{"name":"XCN_CERT_IE30_RESERVED_PROP_ID","features":[126]},{"name":"XCN_CERT_ISOLATED_KEY_PROP_ID","features":[126]},{"name":"XCN_CERT_ISSUER_CHAIN_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[126]},{"name":"XCN_CERT_ISSUER_CHAIN_SIGN_HASH_CNG_ALG_PROP_ID","features":[126]},{"name":"XCN_CERT_ISSUER_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_ISSUER_PUB_KEY_BIT_LENGTH_PROP_ID","features":[126]},{"name":"XCN_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_KEY_AGREEMENT_KEY_USAGE","features":[126]},{"name":"XCN_CERT_KEY_CERT_SIGN_KEY_USAGE","features":[126]},{"name":"XCN_CERT_KEY_CLASSIFICATION_PROP_ID","features":[126]},{"name":"XCN_CERT_KEY_CONTEXT_PROP_ID","features":[126]},{"name":"XCN_CERT_KEY_ENCIPHERMENT_KEY_USAGE","features":[126]},{"name":"XCN_CERT_KEY_IDENTIFIER_PROP_ID","features":[126]},{"name":"XCN_CERT_KEY_PROV_HANDLE_PROP_ID","features":[126]},{"name":"XCN_CERT_KEY_PROV_INFO_PROP_ID","features":[126]},{"name":"XCN_CERT_KEY_REPAIR_ATTEMPTED_PROP_ID","features":[126]},{"name":"XCN_CERT_KEY_SPEC_PROP_ID","features":[126]},{"name":"XCN_CERT_LAST_RESERVED_PROP_ID","features":[126]},{"name":"XCN_CERT_LAST_USER_PROP_ID","features":[126]},{"name":"XCN_CERT_MD5_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_NAME_STR_AMBIGUOUS_SEPARATOR_FLAGS","features":[126]},{"name":"XCN_CERT_NAME_STR_COMMA_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_CRLF_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_DISABLE_UTF8_DIR_STR_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_DS_ESCAPED","features":[126]},{"name":"XCN_CERT_NAME_STR_ENABLE_PUNYCODE_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_FORCE_UTF8_DIR_STR_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_FORWARD_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_NONE","features":[126]},{"name":"XCN_CERT_NAME_STR_NO_PLUS_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_NO_QUOTING_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_REVERSE_FLAG","features":[126]},{"name":"XCN_CERT_NAME_STR_SEMICOLON_FLAG","features":[126]},{"name":"XCN_CERT_NCRYPT_KEY_HANDLE_PROP_ID","features":[126]},{"name":"XCN_CERT_NCRYPT_KEY_HANDLE_TRANSFER_PROP_ID","features":[126]},{"name":"XCN_CERT_NEW_KEY_PROP_ID","features":[126]},{"name":"XCN_CERT_NEXT_UPDATE_LOCATION_PROP_ID","features":[126]},{"name":"XCN_CERT_NONCOMPLIANT_ROOT_URL_PROP_ID","features":[126]},{"name":"XCN_CERT_NON_REPUDIATION_KEY_USAGE","features":[126]},{"name":"XCN_CERT_NOT_BEFORE_FILETIME_PROP_ID","features":[126]},{"name":"XCN_CERT_NO_AUTO_EXPIRE_CHECK_PROP_ID","features":[126]},{"name":"XCN_CERT_NO_EXPIRE_NOTIFICATION_PROP_ID","features":[126]},{"name":"XCN_CERT_NO_KEY_USAGE","features":[126]},{"name":"XCN_CERT_OCSP_CACHE_PREFIX_PROP_ID","features":[126]},{"name":"XCN_CERT_OCSP_RESPONSE_PROP_ID","features":[126]},{"name":"XCN_CERT_OFFLINE_CRL_SIGN_KEY_USAGE","features":[126]},{"name":"XCN_CERT_OID_NAME_STR","features":[126]},{"name":"XCN_CERT_PIN_SHA256_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_PUBKEY_ALG_PARA_PROP_ID","features":[126]},{"name":"XCN_CERT_PUBKEY_HASH_RESERVED_PROP_ID","features":[126]},{"name":"XCN_CERT_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[126]},{"name":"XCN_CERT_PVK_FILE_PROP_ID","features":[126]},{"name":"XCN_CERT_RENEWAL_PROP_ID","features":[126]},{"name":"XCN_CERT_REQUEST_ORIGINATOR_PROP_ID","features":[126]},{"name":"XCN_CERT_ROOT_PROGRAM_CERT_POLICIES_PROP_ID","features":[126]},{"name":"XCN_CERT_ROOT_PROGRAM_CHAIN_POLICIES_PROP_ID","features":[126]},{"name":"XCN_CERT_ROOT_PROGRAM_NAME_CONSTRAINTS_PROP_ID","features":[126]},{"name":"XCN_CERT_SCARD_PIN_ID_PROP_ID","features":[126]},{"name":"XCN_CERT_SCARD_PIN_INFO_PROP_ID","features":[126]},{"name":"XCN_CERT_SCEP_CA_CERT_PROP_ID","features":[126]},{"name":"XCN_CERT_SCEP_ENCRYPT_HASH_CNG_ALG_PROP_ID","features":[126]},{"name":"XCN_CERT_SCEP_FLAGS_PROP_ID","features":[126]},{"name":"XCN_CERT_SCEP_GUID_PROP_ID","features":[126]},{"name":"XCN_CERT_SCEP_NONCE_PROP_ID","features":[126]},{"name":"XCN_CERT_SCEP_RA_ENCRYPTION_CERT_PROP_ID","features":[126]},{"name":"XCN_CERT_SCEP_RA_SIGNATURE_CERT_PROP_ID","features":[126]},{"name":"XCN_CERT_SCEP_SERVER_CERTS_PROP_ID","features":[126]},{"name":"XCN_CERT_SCEP_SIGNER_CERT_PROP_ID","features":[126]},{"name":"XCN_CERT_SEND_AS_TRUSTED_ISSUER_PROP_ID","features":[126]},{"name":"XCN_CERT_SERIALIZABLE_KEY_CONTEXT_PROP_ID","features":[126]},{"name":"XCN_CERT_SERIAL_CHAIN_PROP_ID","features":[126]},{"name":"XCN_CERT_SHA1_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_SHA256_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_SIGNATURE_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_SIGN_HASH_CNG_ALG_PROP_ID","features":[126]},{"name":"XCN_CERT_SIMPLE_NAME_STR","features":[126]},{"name":"XCN_CERT_SMART_CARD_DATA_PROP_ID","features":[126]},{"name":"XCN_CERT_SMART_CARD_READER_NON_REMOVABLE_PROP_ID","features":[126]},{"name":"XCN_CERT_SMART_CARD_READER_PROP_ID","features":[126]},{"name":"XCN_CERT_SMART_CARD_ROOT_INFO_PROP_ID","features":[126]},{"name":"XCN_CERT_SOURCE_LOCATION_PROP_ID","features":[126]},{"name":"XCN_CERT_SOURCE_URL_PROP_ID","features":[126]},{"name":"XCN_CERT_STORE_LOCALIZED_NAME_PROP_ID","features":[126]},{"name":"XCN_CERT_SUBJECT_DISABLE_CRL_PROP_ID","features":[126]},{"name":"XCN_CERT_SUBJECT_INFO_ACCESS_PROP_ID","features":[126]},{"name":"XCN_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_SUBJECT_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[126]},{"name":"XCN_CERT_SUBJECT_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[126]},{"name":"XCN_CERT_SUBJECT_PUB_KEY_BIT_LENGTH_PROP_ID","features":[126]},{"name":"XCN_CERT_X500_NAME_STR","features":[126]},{"name":"XCN_CERT_XML_NAME_STR","features":[126]},{"name":"XCN_CRL_REASON_AA_COMPROMISE","features":[126]},{"name":"XCN_CRL_REASON_AFFILIATION_CHANGED","features":[126]},{"name":"XCN_CRL_REASON_CA_COMPROMISE","features":[126]},{"name":"XCN_CRL_REASON_CERTIFICATE_HOLD","features":[126]},{"name":"XCN_CRL_REASON_CESSATION_OF_OPERATION","features":[126]},{"name":"XCN_CRL_REASON_KEY_COMPROMISE","features":[126]},{"name":"XCN_CRL_REASON_PRIVILEGE_WITHDRAWN","features":[126]},{"name":"XCN_CRL_REASON_REMOVE_FROM_CRL","features":[126]},{"name":"XCN_CRL_REASON_SUPERSEDED","features":[126]},{"name":"XCN_CRL_REASON_UNSPECIFIED","features":[126]},{"name":"XCN_CRYPT_ANY_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_ENCRYPT_ALG_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_ENHKEY_USAGE_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_EXT_OR_ATTR_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_FIRST_ALG_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_GROUP_ID_MASK","features":[126]},{"name":"XCN_CRYPT_HASH_ALG_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_KDF_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_KEY_LENGTH_MASK","features":[126]},{"name":"XCN_CRYPT_LAST_ALG_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_LAST_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_OID_DISABLE_SEARCH_DS_FLAG","features":[126]},{"name":"XCN_CRYPT_OID_INFO_OID_GROUP_BIT_LEN_MASK","features":[126]},{"name":"XCN_CRYPT_OID_INFO_OID_GROUP_BIT_LEN_SHIFT","features":[126]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_ANY","features":[126]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG","features":[126]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_SIGN_KEY_FLAG","features":[126]},{"name":"XCN_CRYPT_OID_PREFER_CNG_ALGID_FLAG","features":[126]},{"name":"XCN_CRYPT_OID_USE_CURVE_NAME_FOR_ENCODE_FLAG","features":[126]},{"name":"XCN_CRYPT_OID_USE_CURVE_NONE","features":[126]},{"name":"XCN_CRYPT_OID_USE_CURVE_PARAMETERS_FOR_ENCODE_FLAG","features":[126]},{"name":"XCN_CRYPT_POLICY_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_PUBKEY_ALG_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_RDN_ATTR_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_SIGN_ALG_OID_GROUP_ID","features":[126]},{"name":"XCN_CRYPT_STRING_ANY","features":[126]},{"name":"XCN_CRYPT_STRING_BASE64","features":[126]},{"name":"XCN_CRYPT_STRING_BASE64HEADER","features":[126]},{"name":"XCN_CRYPT_STRING_BASE64REQUESTHEADER","features":[126]},{"name":"XCN_CRYPT_STRING_BASE64URI","features":[126]},{"name":"XCN_CRYPT_STRING_BASE64X509CRLHEADER","features":[126]},{"name":"XCN_CRYPT_STRING_BASE64_ANY","features":[126]},{"name":"XCN_CRYPT_STRING_BINARY","features":[126]},{"name":"XCN_CRYPT_STRING_CHAIN","features":[126]},{"name":"XCN_CRYPT_STRING_ENCODEMASK","features":[126]},{"name":"XCN_CRYPT_STRING_HASHDATA","features":[126]},{"name":"XCN_CRYPT_STRING_HEX","features":[126]},{"name":"XCN_CRYPT_STRING_HEXADDR","features":[126]},{"name":"XCN_CRYPT_STRING_HEXASCII","features":[126]},{"name":"XCN_CRYPT_STRING_HEXASCIIADDR","features":[126]},{"name":"XCN_CRYPT_STRING_HEXRAW","features":[126]},{"name":"XCN_CRYPT_STRING_HEX_ANY","features":[126]},{"name":"XCN_CRYPT_STRING_NOCR","features":[126]},{"name":"XCN_CRYPT_STRING_NOCRLF","features":[126]},{"name":"XCN_CRYPT_STRING_PERCENTESCAPE","features":[126]},{"name":"XCN_CRYPT_STRING_STRICT","features":[126]},{"name":"XCN_CRYPT_STRING_TEXT","features":[126]},{"name":"XCN_CRYPT_TEMPLATE_OID_GROUP_ID","features":[126]},{"name":"XCN_NCRYPT_ALLOW_ALL_USAGES","features":[126]},{"name":"XCN_NCRYPT_ALLOW_ARCHIVING_FLAG","features":[126]},{"name":"XCN_NCRYPT_ALLOW_DECRYPT_FLAG","features":[126]},{"name":"XCN_NCRYPT_ALLOW_EXPORT_FLAG","features":[126]},{"name":"XCN_NCRYPT_ALLOW_EXPORT_NONE","features":[126]},{"name":"XCN_NCRYPT_ALLOW_KEY_AGREEMENT_FLAG","features":[126]},{"name":"XCN_NCRYPT_ALLOW_KEY_IMPORT_FLAG","features":[126]},{"name":"XCN_NCRYPT_ALLOW_PLAINTEXT_ARCHIVING_FLAG","features":[126]},{"name":"XCN_NCRYPT_ALLOW_PLAINTEXT_EXPORT_FLAG","features":[126]},{"name":"XCN_NCRYPT_ALLOW_SIGNING_FLAG","features":[126]},{"name":"XCN_NCRYPT_ALLOW_USAGES_NONE","features":[126]},{"name":"XCN_NCRYPT_ANY_ASYMMETRIC_OPERATION","features":[126]},{"name":"XCN_NCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[126]},{"name":"XCN_NCRYPT_CIPHER_OPERATION","features":[126]},{"name":"XCN_NCRYPT_CLAIM_AUTHORITY_AND_SUBJECT","features":[126]},{"name":"XCN_NCRYPT_CLAIM_AUTHORITY_ONLY","features":[126]},{"name":"XCN_NCRYPT_CLAIM_NONE","features":[126]},{"name":"XCN_NCRYPT_CLAIM_SUBJECT_ONLY","features":[126]},{"name":"XCN_NCRYPT_CLAIM_UNKNOWN","features":[126]},{"name":"XCN_NCRYPT_EXACT_MATCH_OPERATION","features":[126]},{"name":"XCN_NCRYPT_HASH_OPERATION","features":[126]},{"name":"XCN_NCRYPT_KEY_DERIVATION_OPERATION","features":[126]},{"name":"XCN_NCRYPT_NO_OPERATION","features":[126]},{"name":"XCN_NCRYPT_PCP_ENCRYPTION_KEY","features":[126]},{"name":"XCN_NCRYPT_PCP_GENERIC_KEY","features":[126]},{"name":"XCN_NCRYPT_PCP_IDENTITY_KEY","features":[126]},{"name":"XCN_NCRYPT_PCP_NONE","features":[126]},{"name":"XCN_NCRYPT_PCP_SIGNATURE_KEY","features":[126]},{"name":"XCN_NCRYPT_PCP_STORAGE_KEY","features":[126]},{"name":"XCN_NCRYPT_PREFERENCE_MASK_OPERATION","features":[126]},{"name":"XCN_NCRYPT_PREFER_NON_SIGNATURE_OPERATION","features":[126]},{"name":"XCN_NCRYPT_PREFER_SIGNATURE_ONLY_OPERATION","features":[126]},{"name":"XCN_NCRYPT_RNG_OPERATION","features":[126]},{"name":"XCN_NCRYPT_SECRET_AGREEMENT_OPERATION","features":[126]},{"name":"XCN_NCRYPT_SIGNATURE_OPERATION","features":[126]},{"name":"XCN_NCRYPT_TPM12_PROVIDER","features":[126]},{"name":"XCN_NCRYPT_UI_APPCONTAINER_ACCESS_MEDIUM_FLAG","features":[126]},{"name":"XCN_NCRYPT_UI_FINGERPRINT_PROTECTION_FLAG","features":[126]},{"name":"XCN_NCRYPT_UI_FORCE_HIGH_PROTECTION_FLAG","features":[126]},{"name":"XCN_NCRYPT_UI_NO_PROTECTION_FLAG","features":[126]},{"name":"XCN_NCRYPT_UI_PROTECT_KEY_FLAG","features":[126]},{"name":"XCN_OIDVerisign_FailInfo","features":[126]},{"name":"XCN_OIDVerisign_MessageType","features":[126]},{"name":"XCN_OIDVerisign_PkiStatus","features":[126]},{"name":"XCN_OIDVerisign_RecipientNonce","features":[126]},{"name":"XCN_OIDVerisign_SenderNonce","features":[126]},{"name":"XCN_OIDVerisign_TransactionID","features":[126]},{"name":"XCN_OID_ANSI_X942","features":[126]},{"name":"XCN_OID_ANSI_X942_DH","features":[126]},{"name":"XCN_OID_ANY_APPLICATION_POLICY","features":[126]},{"name":"XCN_OID_ANY_CERT_POLICY","features":[126]},{"name":"XCN_OID_ANY_ENHANCED_KEY_USAGE","features":[126]},{"name":"XCN_OID_APPLICATION_CERT_POLICIES","features":[126]},{"name":"XCN_OID_APPLICATION_POLICY_CONSTRAINTS","features":[126]},{"name":"XCN_OID_APPLICATION_POLICY_MAPPINGS","features":[126]},{"name":"XCN_OID_ARCHIVED_KEY_ATTR","features":[126]},{"name":"XCN_OID_ARCHIVED_KEY_CERT_HASH","features":[126]},{"name":"XCN_OID_ATTR_SUPPORTED_ALGORITHMS","features":[126]},{"name":"XCN_OID_ATTR_TPM_SECURITY_ASSERTIONS","features":[126]},{"name":"XCN_OID_ATTR_TPM_SPECIFICATION","features":[126]},{"name":"XCN_OID_AUTHORITY_INFO_ACCESS","features":[126]},{"name":"XCN_OID_AUTHORITY_KEY_IDENTIFIER","features":[126]},{"name":"XCN_OID_AUTHORITY_KEY_IDENTIFIER2","features":[126]},{"name":"XCN_OID_AUTHORITY_REVOCATION_LIST","features":[126]},{"name":"XCN_OID_AUTO_ENROLL_CTL_USAGE","features":[126]},{"name":"XCN_OID_BACKGROUND_OTHER_LOGOTYPE","features":[126]},{"name":"XCN_OID_BASIC_CONSTRAINTS","features":[126]},{"name":"XCN_OID_BASIC_CONSTRAINTS2","features":[126]},{"name":"XCN_OID_BIOMETRIC_EXT","features":[126]},{"name":"XCN_OID_BUSINESS_CATEGORY","features":[126]},{"name":"XCN_OID_CA_CERTIFICATE","features":[126]},{"name":"XCN_OID_CERTIFICATE_REVOCATION_LIST","features":[126]},{"name":"XCN_OID_CERTIFICATE_TEMPLATE","features":[126]},{"name":"XCN_OID_CERTSRV_CA_VERSION","features":[126]},{"name":"XCN_OID_CERTSRV_CROSSCA_VERSION","features":[126]},{"name":"XCN_OID_CERTSRV_PREVIOUS_CERT_HASH","features":[126]},{"name":"XCN_OID_CERT_DISALLOWED_FILETIME_PROP_ID","features":[126]},{"name":"XCN_OID_CERT_EXTENSIONS","features":[126]},{"name":"XCN_OID_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[126]},{"name":"XCN_OID_CERT_KEY_IDENTIFIER_PROP_ID","features":[126]},{"name":"XCN_OID_CERT_MANIFOLD","features":[126]},{"name":"XCN_OID_CERT_MD5_HASH_PROP_ID","features":[126]},{"name":"XCN_OID_CERT_POLICIES","features":[126]},{"name":"XCN_OID_CERT_POLICIES_95","features":[126]},{"name":"XCN_OID_CERT_POLICIES_95_QUALIFIER1","features":[126]},{"name":"XCN_OID_CERT_PROP_ID_PREFIX","features":[126]},{"name":"XCN_OID_CERT_SIGNATURE_HASH_PROP_ID","features":[126]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_1","features":[126]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_CURRENT","features":[126]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_PREFIX","features":[126]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_1","features":[126]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_CURRENT","features":[126]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_PREFIX","features":[126]},{"name":"XCN_OID_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[126]},{"name":"XCN_OID_CMC","features":[126]},{"name":"XCN_OID_CMC_ADD_ATTRIBUTES","features":[126]},{"name":"XCN_OID_CMC_ADD_EXTENSIONS","features":[126]},{"name":"XCN_OID_CMC_DATA_RETURN","features":[126]},{"name":"XCN_OID_CMC_DECRYPTED_POP","features":[126]},{"name":"XCN_OID_CMC_ENCRYPTED_POP","features":[126]},{"name":"XCN_OID_CMC_GET_CERT","features":[126]},{"name":"XCN_OID_CMC_GET_CRL","features":[126]},{"name":"XCN_OID_CMC_IDENTIFICATION","features":[126]},{"name":"XCN_OID_CMC_IDENTITY_PROOF","features":[126]},{"name":"XCN_OID_CMC_ID_CONFIRM_CERT_ACCEPTANCE","features":[126]},{"name":"XCN_OID_CMC_ID_POP_LINK_RANDOM","features":[126]},{"name":"XCN_OID_CMC_ID_POP_LINK_WITNESS","features":[126]},{"name":"XCN_OID_CMC_LRA_POP_WITNESS","features":[126]},{"name":"XCN_OID_CMC_QUERY_PENDING","features":[126]},{"name":"XCN_OID_CMC_RECIPIENT_NONCE","features":[126]},{"name":"XCN_OID_CMC_REG_INFO","features":[126]},{"name":"XCN_OID_CMC_RESPONSE_INFO","features":[126]},{"name":"XCN_OID_CMC_REVOKE_REQUEST","features":[126]},{"name":"XCN_OID_CMC_SENDER_NONCE","features":[126]},{"name":"XCN_OID_CMC_STATUS_INFO","features":[126]},{"name":"XCN_OID_CMC_TRANSACTION_ID","features":[126]},{"name":"XCN_OID_COMMON_NAME","features":[126]},{"name":"XCN_OID_COUNTRY_NAME","features":[126]},{"name":"XCN_OID_CRL_DIST_POINTS","features":[126]},{"name":"XCN_OID_CRL_NEXT_PUBLISH","features":[126]},{"name":"XCN_OID_CRL_NUMBER","features":[126]},{"name":"XCN_OID_CRL_REASON_CODE","features":[126]},{"name":"XCN_OID_CRL_SELF_CDP","features":[126]},{"name":"XCN_OID_CRL_VIRTUAL_BASE","features":[126]},{"name":"XCN_OID_CROSS_CERTIFICATE_PAIR","features":[126]},{"name":"XCN_OID_CROSS_CERT_DIST_POINTS","features":[126]},{"name":"XCN_OID_CTL","features":[126]},{"name":"XCN_OID_CT_PKI_DATA","features":[126]},{"name":"XCN_OID_CT_PKI_RESPONSE","features":[126]},{"name":"XCN_OID_DELTA_CRL_INDICATOR","features":[126]},{"name":"XCN_OID_DESCRIPTION","features":[126]},{"name":"XCN_OID_DESTINATION_INDICATOR","features":[126]},{"name":"XCN_OID_DEVICE_SERIAL_NUMBER","features":[126]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA1_KDF","features":[126]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA256_KDF","features":[126]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA384_KDF","features":[126]},{"name":"XCN_OID_DISALLOWED_HASH","features":[126]},{"name":"XCN_OID_DISALLOWED_LIST","features":[126]},{"name":"XCN_OID_DN_QUALIFIER","features":[126]},{"name":"XCN_OID_DOMAIN_COMPONENT","features":[126]},{"name":"XCN_OID_DRM","features":[126]},{"name":"XCN_OID_DRM_INDIVIDUALIZATION","features":[126]},{"name":"XCN_OID_DS","features":[126]},{"name":"XCN_OID_DSALG","features":[126]},{"name":"XCN_OID_DSALG_CRPT","features":[126]},{"name":"XCN_OID_DSALG_HASH","features":[126]},{"name":"XCN_OID_DSALG_RSA","features":[126]},{"name":"XCN_OID_DSALG_SIGN","features":[126]},{"name":"XCN_OID_DS_EMAIL_REPLICATION","features":[126]},{"name":"XCN_OID_ECC_CURVE_P256","features":[126]},{"name":"XCN_OID_ECC_CURVE_P384","features":[126]},{"name":"XCN_OID_ECC_CURVE_P521","features":[126]},{"name":"XCN_OID_ECC_PUBLIC_KEY","features":[126]},{"name":"XCN_OID_ECDSA_SHA1","features":[126]},{"name":"XCN_OID_ECDSA_SHA256","features":[126]},{"name":"XCN_OID_ECDSA_SHA384","features":[126]},{"name":"XCN_OID_ECDSA_SHA512","features":[126]},{"name":"XCN_OID_ECDSA_SPECIFIED","features":[126]},{"name":"XCN_OID_EFS_RECOVERY","features":[126]},{"name":"XCN_OID_EMBEDDED_NT_CRYPTO","features":[126]},{"name":"XCN_OID_ENCRYPTED_KEY_HASH","features":[126]},{"name":"XCN_OID_ENHANCED_KEY_USAGE","features":[126]},{"name":"XCN_OID_ENROLLMENT_AGENT","features":[126]},{"name":"XCN_OID_ENROLLMENT_CSP_PROVIDER","features":[126]},{"name":"XCN_OID_ENROLLMENT_NAME_VALUE_PAIR","features":[126]},{"name":"XCN_OID_ENROLL_ATTESTATION_CHALLENGE","features":[126]},{"name":"XCN_OID_ENROLL_ATTESTATION_STATEMENT","features":[126]},{"name":"XCN_OID_ENROLL_CAXCHGCERT_HASH","features":[126]},{"name":"XCN_OID_ENROLL_CERTTYPE_EXTENSION","features":[126]},{"name":"XCN_OID_ENROLL_EKPUB_CHALLENGE","features":[126]},{"name":"XCN_OID_ENROLL_EKVERIFYCERT","features":[126]},{"name":"XCN_OID_ENROLL_EKVERIFYCREDS","features":[126]},{"name":"XCN_OID_ENROLL_EKVERIFYKEY","features":[126]},{"name":"XCN_OID_ENROLL_EK_INFO","features":[126]},{"name":"XCN_OID_ENROLL_ENCRYPTION_ALGORITHM","features":[126]},{"name":"XCN_OID_ENROLL_KSP_NAME","features":[126]},{"name":"XCN_OID_ENROLL_SCEP_ERROR","features":[126]},{"name":"XCN_OID_ENTERPRISE_OID_ROOT","features":[126]},{"name":"XCN_OID_EV_RDN_COUNTRY","features":[126]},{"name":"XCN_OID_EV_RDN_LOCALE","features":[126]},{"name":"XCN_OID_EV_RDN_STATE_OR_PROVINCE","features":[126]},{"name":"XCN_OID_FACSIMILE_TELEPHONE_NUMBER","features":[126]},{"name":"XCN_OID_FRESHEST_CRL","features":[126]},{"name":"XCN_OID_GIVEN_NAME","features":[126]},{"name":"XCN_OID_INFOSEC","features":[126]},{"name":"XCN_OID_INFOSEC_SuiteAConfidentiality","features":[126]},{"name":"XCN_OID_INFOSEC_SuiteAIntegrity","features":[126]},{"name":"XCN_OID_INFOSEC_SuiteAKMandSig","features":[126]},{"name":"XCN_OID_INFOSEC_SuiteAKeyManagement","features":[126]},{"name":"XCN_OID_INFOSEC_SuiteASignature","features":[126]},{"name":"XCN_OID_INFOSEC_SuiteATokenProtection","features":[126]},{"name":"XCN_OID_INFOSEC_mosaicConfidentiality","features":[126]},{"name":"XCN_OID_INFOSEC_mosaicIntegrity","features":[126]},{"name":"XCN_OID_INFOSEC_mosaicKMandSig","features":[126]},{"name":"XCN_OID_INFOSEC_mosaicKMandUpdSig","features":[126]},{"name":"XCN_OID_INFOSEC_mosaicKeyManagement","features":[126]},{"name":"XCN_OID_INFOSEC_mosaicSignature","features":[126]},{"name":"XCN_OID_INFOSEC_mosaicTokenProtection","features":[126]},{"name":"XCN_OID_INFOSEC_mosaicUpdatedInteg","features":[126]},{"name":"XCN_OID_INFOSEC_mosaicUpdatedSig","features":[126]},{"name":"XCN_OID_INFOSEC_sdnsConfidentiality","features":[126]},{"name":"XCN_OID_INFOSEC_sdnsIntegrity","features":[126]},{"name":"XCN_OID_INFOSEC_sdnsKMandSig","features":[126]},{"name":"XCN_OID_INFOSEC_sdnsKeyManagement","features":[126]},{"name":"XCN_OID_INFOSEC_sdnsSignature","features":[126]},{"name":"XCN_OID_INFOSEC_sdnsTokenProtection","features":[126]},{"name":"XCN_OID_INHIBIT_ANY_POLICY","features":[126]},{"name":"XCN_OID_INITIALS","features":[126]},{"name":"XCN_OID_INTERNATIONALIZED_EMAIL_ADDRESS","features":[126]},{"name":"XCN_OID_INTERNATIONAL_ISDN_NUMBER","features":[126]},{"name":"XCN_OID_IPSEC_KP_IKE_INTERMEDIATE","features":[126]},{"name":"XCN_OID_ISSUED_CERT_HASH","features":[126]},{"name":"XCN_OID_ISSUER_ALT_NAME","features":[126]},{"name":"XCN_OID_ISSUER_ALT_NAME2","features":[126]},{"name":"XCN_OID_ISSUING_DIST_POINT","features":[126]},{"name":"XCN_OID_KEYID_RDN","features":[126]},{"name":"XCN_OID_KEY_ATTRIBUTES","features":[126]},{"name":"XCN_OID_KEY_USAGE","features":[126]},{"name":"XCN_OID_KEY_USAGE_RESTRICTION","features":[126]},{"name":"XCN_OID_KP_CA_EXCHANGE","features":[126]},{"name":"XCN_OID_KP_CSP_SIGNATURE","features":[126]},{"name":"XCN_OID_KP_CTL_USAGE_SIGNING","features":[126]},{"name":"XCN_OID_KP_DOCUMENT_SIGNING","features":[126]},{"name":"XCN_OID_KP_EFS","features":[126]},{"name":"XCN_OID_KP_KERNEL_MODE_CODE_SIGNING","features":[126]},{"name":"XCN_OID_KP_KERNEL_MODE_HAL_EXTENSION_SIGNING","features":[126]},{"name":"XCN_OID_KP_KERNEL_MODE_TRUSTED_BOOT_SIGNING","features":[126]},{"name":"XCN_OID_KP_KEY_RECOVERY","features":[126]},{"name":"XCN_OID_KP_KEY_RECOVERY_AGENT","features":[126]},{"name":"XCN_OID_KP_LIFETIME_SIGNING","features":[126]},{"name":"XCN_OID_KP_MOBILE_DEVICE_SOFTWARE","features":[126]},{"name":"XCN_OID_KP_QUALIFIED_SUBORDINATION","features":[126]},{"name":"XCN_OID_KP_SMARTCARD_LOGON","features":[126]},{"name":"XCN_OID_KP_SMART_DISPLAY","features":[126]},{"name":"XCN_OID_KP_TIME_STAMP_SIGNING","features":[126]},{"name":"XCN_OID_KP_TPM_AIK_CERTIFICATE","features":[126]},{"name":"XCN_OID_KP_TPM_EK_CERTIFICATE","features":[126]},{"name":"XCN_OID_KP_TPM_PLATFORM_CERTIFICATE","features":[126]},{"name":"XCN_OID_LEGACY_POLICY_MAPPINGS","features":[126]},{"name":"XCN_OID_LICENSES","features":[126]},{"name":"XCN_OID_LICENSE_SERVER","features":[126]},{"name":"XCN_OID_LOCALITY_NAME","features":[126]},{"name":"XCN_OID_LOCAL_MACHINE_KEYSET","features":[126]},{"name":"XCN_OID_LOGOTYPE_EXT","features":[126]},{"name":"XCN_OID_LOYALTY_OTHER_LOGOTYPE","features":[126]},{"name":"XCN_OID_MEMBER","features":[126]},{"name":"XCN_OID_NAME_CONSTRAINTS","features":[126]},{"name":"XCN_OID_NETSCAPE","features":[126]},{"name":"XCN_OID_NETSCAPE_BASE_URL","features":[126]},{"name":"XCN_OID_NETSCAPE_CA_POLICY_URL","features":[126]},{"name":"XCN_OID_NETSCAPE_CA_REVOCATION_URL","features":[126]},{"name":"XCN_OID_NETSCAPE_CERT_EXTENSION","features":[126]},{"name":"XCN_OID_NETSCAPE_CERT_RENEWAL_URL","features":[126]},{"name":"XCN_OID_NETSCAPE_CERT_SEQUENCE","features":[126]},{"name":"XCN_OID_NETSCAPE_CERT_TYPE","features":[126]},{"name":"XCN_OID_NETSCAPE_COMMENT","features":[126]},{"name":"XCN_OID_NETSCAPE_DATA_TYPE","features":[126]},{"name":"XCN_OID_NETSCAPE_REVOCATION_URL","features":[126]},{"name":"XCN_OID_NETSCAPE_SSL_SERVER_NAME","features":[126]},{"name":"XCN_OID_NEXT_UPDATE_LOCATION","features":[126]},{"name":"XCN_OID_NIST_AES128_CBC","features":[126]},{"name":"XCN_OID_NIST_AES128_WRAP","features":[126]},{"name":"XCN_OID_NIST_AES192_CBC","features":[126]},{"name":"XCN_OID_NIST_AES192_WRAP","features":[126]},{"name":"XCN_OID_NIST_AES256_CBC","features":[126]},{"name":"XCN_OID_NIST_AES256_WRAP","features":[126]},{"name":"XCN_OID_NIST_sha256","features":[126]},{"name":"XCN_OID_NIST_sha384","features":[126]},{"name":"XCN_OID_NIST_sha512","features":[126]},{"name":"XCN_OID_NONE","features":[126]},{"name":"XCN_OID_NT5_CRYPTO","features":[126]},{"name":"XCN_OID_NTDS_REPLICATION","features":[126]},{"name":"XCN_OID_NT_PRINCIPAL_NAME","features":[126]},{"name":"XCN_OID_OEM_WHQL_CRYPTO","features":[126]},{"name":"XCN_OID_OIW","features":[126]},{"name":"XCN_OID_OIWDIR","features":[126]},{"name":"XCN_OID_OIWDIR_CRPT","features":[126]},{"name":"XCN_OID_OIWDIR_HASH","features":[126]},{"name":"XCN_OID_OIWDIR_SIGN","features":[126]},{"name":"XCN_OID_OIWDIR_md2","features":[126]},{"name":"XCN_OID_OIWDIR_md2RSA","features":[126]},{"name":"XCN_OID_OIWSEC","features":[126]},{"name":"XCN_OID_OIWSEC_desCBC","features":[126]},{"name":"XCN_OID_OIWSEC_desCFB","features":[126]},{"name":"XCN_OID_OIWSEC_desECB","features":[126]},{"name":"XCN_OID_OIWSEC_desEDE","features":[126]},{"name":"XCN_OID_OIWSEC_desMAC","features":[126]},{"name":"XCN_OID_OIWSEC_desOFB","features":[126]},{"name":"XCN_OID_OIWSEC_dhCommMod","features":[126]},{"name":"XCN_OID_OIWSEC_dsa","features":[126]},{"name":"XCN_OID_OIWSEC_dsaComm","features":[126]},{"name":"XCN_OID_OIWSEC_dsaCommSHA","features":[126]},{"name":"XCN_OID_OIWSEC_dsaCommSHA1","features":[126]},{"name":"XCN_OID_OIWSEC_dsaSHA1","features":[126]},{"name":"XCN_OID_OIWSEC_keyHashSeal","features":[126]},{"name":"XCN_OID_OIWSEC_md2RSASign","features":[126]},{"name":"XCN_OID_OIWSEC_md4RSA","features":[126]},{"name":"XCN_OID_OIWSEC_md4RSA2","features":[126]},{"name":"XCN_OID_OIWSEC_md5RSA","features":[126]},{"name":"XCN_OID_OIWSEC_md5RSASign","features":[126]},{"name":"XCN_OID_OIWSEC_mdc2","features":[126]},{"name":"XCN_OID_OIWSEC_mdc2RSA","features":[126]},{"name":"XCN_OID_OIWSEC_rsaSign","features":[126]},{"name":"XCN_OID_OIWSEC_rsaXchg","features":[126]},{"name":"XCN_OID_OIWSEC_sha","features":[126]},{"name":"XCN_OID_OIWSEC_sha1","features":[126]},{"name":"XCN_OID_OIWSEC_sha1RSASign","features":[126]},{"name":"XCN_OID_OIWSEC_shaDSA","features":[126]},{"name":"XCN_OID_OIWSEC_shaRSA","features":[126]},{"name":"XCN_OID_ORGANIZATIONAL_UNIT_NAME","features":[126]},{"name":"XCN_OID_ORGANIZATION_NAME","features":[126]},{"name":"XCN_OID_OS_VERSION","features":[126]},{"name":"XCN_OID_OWNER","features":[126]},{"name":"XCN_OID_PHYSICAL_DELIVERY_OFFICE_NAME","features":[126]},{"name":"XCN_OID_PKCS","features":[126]},{"name":"XCN_OID_PKCS_1","features":[126]},{"name":"XCN_OID_PKCS_10","features":[126]},{"name":"XCN_OID_PKCS_12","features":[126]},{"name":"XCN_OID_PKCS_12_EXTENDED_ATTRIBUTES","features":[126]},{"name":"XCN_OID_PKCS_12_FRIENDLY_NAME_ATTR","features":[126]},{"name":"XCN_OID_PKCS_12_KEY_PROVIDER_NAME_ATTR","features":[126]},{"name":"XCN_OID_PKCS_12_LOCAL_KEY_ID","features":[126]},{"name":"XCN_OID_PKCS_12_PROTECTED_PASSWORD_SECRET_BAG_TYPE_ID","features":[126]},{"name":"XCN_OID_PKCS_12_PbeIds","features":[126]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And128BitRC2","features":[126]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And128BitRC4","features":[126]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And2KeyTripleDES","features":[126]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And3KeyTripleDES","features":[126]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And40BitRC2","features":[126]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And40BitRC4","features":[126]},{"name":"XCN_OID_PKCS_2","features":[126]},{"name":"XCN_OID_PKCS_3","features":[126]},{"name":"XCN_OID_PKCS_4","features":[126]},{"name":"XCN_OID_PKCS_5","features":[126]},{"name":"XCN_OID_PKCS_6","features":[126]},{"name":"XCN_OID_PKCS_7","features":[126]},{"name":"XCN_OID_PKCS_7_DATA","features":[126]},{"name":"XCN_OID_PKCS_7_DIGESTED","features":[126]},{"name":"XCN_OID_PKCS_7_ENCRYPTED","features":[126]},{"name":"XCN_OID_PKCS_7_ENVELOPED","features":[126]},{"name":"XCN_OID_PKCS_7_SIGNED","features":[126]},{"name":"XCN_OID_PKCS_7_SIGNEDANDENVELOPED","features":[126]},{"name":"XCN_OID_PKCS_8","features":[126]},{"name":"XCN_OID_PKCS_9","features":[126]},{"name":"XCN_OID_PKCS_9_CONTENT_TYPE","features":[126]},{"name":"XCN_OID_PKCS_9_MESSAGE_DIGEST","features":[126]},{"name":"XCN_OID_PKINIT_KP_KDC","features":[126]},{"name":"XCN_OID_PKIX","features":[126]},{"name":"XCN_OID_PKIX_ACC_DESCR","features":[126]},{"name":"XCN_OID_PKIX_CA_ISSUERS","features":[126]},{"name":"XCN_OID_PKIX_CA_REPOSITORY","features":[126]},{"name":"XCN_OID_PKIX_KP","features":[126]},{"name":"XCN_OID_PKIX_KP_CLIENT_AUTH","features":[126]},{"name":"XCN_OID_PKIX_KP_CODE_SIGNING","features":[126]},{"name":"XCN_OID_PKIX_KP_EMAIL_PROTECTION","features":[126]},{"name":"XCN_OID_PKIX_KP_IPSEC_END_SYSTEM","features":[126]},{"name":"XCN_OID_PKIX_KP_IPSEC_TUNNEL","features":[126]},{"name":"XCN_OID_PKIX_KP_IPSEC_USER","features":[126]},{"name":"XCN_OID_PKIX_KP_OCSP_SIGNING","features":[126]},{"name":"XCN_OID_PKIX_KP_SERVER_AUTH","features":[126]},{"name":"XCN_OID_PKIX_KP_TIMESTAMP_SIGNING","features":[126]},{"name":"XCN_OID_PKIX_NO_SIGNATURE","features":[126]},{"name":"XCN_OID_PKIX_OCSP","features":[126]},{"name":"XCN_OID_PKIX_OCSP_BASIC_SIGNED_RESPONSE","features":[126]},{"name":"XCN_OID_PKIX_OCSP_NOCHECK","features":[126]},{"name":"XCN_OID_PKIX_OCSP_NONCE","features":[126]},{"name":"XCN_OID_PKIX_PE","features":[126]},{"name":"XCN_OID_PKIX_POLICY_QUALIFIER_CPS","features":[126]},{"name":"XCN_OID_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[126]},{"name":"XCN_OID_PKIX_TIME_STAMPING","features":[126]},{"name":"XCN_OID_POLICY_CONSTRAINTS","features":[126]},{"name":"XCN_OID_POLICY_MAPPINGS","features":[126]},{"name":"XCN_OID_POSTAL_ADDRESS","features":[126]},{"name":"XCN_OID_POSTAL_CODE","features":[126]},{"name":"XCN_OID_POST_OFFICE_BOX","features":[126]},{"name":"XCN_OID_PREFERRED_DELIVERY_METHOD","features":[126]},{"name":"XCN_OID_PRESENTATION_ADDRESS","features":[126]},{"name":"XCN_OID_PRIVATEKEY_USAGE_PERIOD","features":[126]},{"name":"XCN_OID_PRODUCT_UPDATE","features":[126]},{"name":"XCN_OID_QC_EU_COMPLIANCE","features":[126]},{"name":"XCN_OID_QC_SSCD","features":[126]},{"name":"XCN_OID_QC_STATEMENTS_EXT","features":[126]},{"name":"XCN_OID_RDN_DUMMY_SIGNER","features":[126]},{"name":"XCN_OID_RDN_TPM_MANUFACTURER","features":[126]},{"name":"XCN_OID_RDN_TPM_MODEL","features":[126]},{"name":"XCN_OID_RDN_TPM_VERSION","features":[126]},{"name":"XCN_OID_REASON_CODE_HOLD","features":[126]},{"name":"XCN_OID_REGISTERED_ADDRESS","features":[126]},{"name":"XCN_OID_REMOVE_CERTIFICATE","features":[126]},{"name":"XCN_OID_RENEWAL_CERTIFICATE","features":[126]},{"name":"XCN_OID_REQUEST_CLIENT_INFO","features":[126]},{"name":"XCN_OID_REQUIRE_CERT_CHAIN_POLICY","features":[126]},{"name":"XCN_OID_REVOKED_LIST_SIGNER","features":[126]},{"name":"XCN_OID_RFC3161_counterSign","features":[126]},{"name":"XCN_OID_ROLE_OCCUPANT","features":[126]},{"name":"XCN_OID_ROOT_LIST_SIGNER","features":[126]},{"name":"XCN_OID_ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION","features":[126]},{"name":"XCN_OID_ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION","features":[126]},{"name":"XCN_OID_ROOT_PROGRAM_FLAGS","features":[126]},{"name":"XCN_OID_ROOT_PROGRAM_NO_OCSP_FAILOVER_TO_CRL","features":[126]},{"name":"XCN_OID_RSA","features":[126]},{"name":"XCN_OID_RSAES_OAEP","features":[126]},{"name":"XCN_OID_RSA_DES_EDE3_CBC","features":[126]},{"name":"XCN_OID_RSA_DH","features":[126]},{"name":"XCN_OID_RSA_ENCRYPT","features":[126]},{"name":"XCN_OID_RSA_HASH","features":[126]},{"name":"XCN_OID_RSA_MD2","features":[126]},{"name":"XCN_OID_RSA_MD2RSA","features":[126]},{"name":"XCN_OID_RSA_MD4","features":[126]},{"name":"XCN_OID_RSA_MD4RSA","features":[126]},{"name":"XCN_OID_RSA_MD5","features":[126]},{"name":"XCN_OID_RSA_MD5RSA","features":[126]},{"name":"XCN_OID_RSA_MGF1","features":[126]},{"name":"XCN_OID_RSA_PSPECIFIED","features":[126]},{"name":"XCN_OID_RSA_RC2CBC","features":[126]},{"name":"XCN_OID_RSA_RC4","features":[126]},{"name":"XCN_OID_RSA_RC5_CBCPad","features":[126]},{"name":"XCN_OID_RSA_RSA","features":[126]},{"name":"XCN_OID_RSA_SETOAEP_RSA","features":[126]},{"name":"XCN_OID_RSA_SHA1RSA","features":[126]},{"name":"XCN_OID_RSA_SHA256RSA","features":[126]},{"name":"XCN_OID_RSA_SHA384RSA","features":[126]},{"name":"XCN_OID_RSA_SHA512RSA","features":[126]},{"name":"XCN_OID_RSA_SMIMECapabilities","features":[126]},{"name":"XCN_OID_RSA_SMIMEalg","features":[126]},{"name":"XCN_OID_RSA_SMIMEalgCMS3DESwrap","features":[126]},{"name":"XCN_OID_RSA_SMIMEalgCMSRC2wrap","features":[126]},{"name":"XCN_OID_RSA_SMIMEalgESDH","features":[126]},{"name":"XCN_OID_RSA_SSA_PSS","features":[126]},{"name":"XCN_OID_RSA_certExtensions","features":[126]},{"name":"XCN_OID_RSA_challengePwd","features":[126]},{"name":"XCN_OID_RSA_contentType","features":[126]},{"name":"XCN_OID_RSA_counterSign","features":[126]},{"name":"XCN_OID_RSA_data","features":[126]},{"name":"XCN_OID_RSA_digestedData","features":[126]},{"name":"XCN_OID_RSA_emailAddr","features":[126]},{"name":"XCN_OID_RSA_encryptedData","features":[126]},{"name":"XCN_OID_RSA_envelopedData","features":[126]},{"name":"XCN_OID_RSA_extCertAttrs","features":[126]},{"name":"XCN_OID_RSA_hashedData","features":[126]},{"name":"XCN_OID_RSA_messageDigest","features":[126]},{"name":"XCN_OID_RSA_preferSignedData","features":[126]},{"name":"XCN_OID_RSA_signEnvData","features":[126]},{"name":"XCN_OID_RSA_signedData","features":[126]},{"name":"XCN_OID_RSA_signingTime","features":[126]},{"name":"XCN_OID_RSA_unstructAddr","features":[126]},{"name":"XCN_OID_RSA_unstructName","features":[126]},{"name":"XCN_OID_SEARCH_GUIDE","features":[126]},{"name":"XCN_OID_SEE_ALSO","features":[126]},{"name":"XCN_OID_SERIALIZED","features":[126]},{"name":"XCN_OID_SERVER_GATED_CRYPTO","features":[126]},{"name":"XCN_OID_SGC_NETSCAPE","features":[126]},{"name":"XCN_OID_SORTED_CTL","features":[126]},{"name":"XCN_OID_STATE_OR_PROVINCE_NAME","features":[126]},{"name":"XCN_OID_STREET_ADDRESS","features":[126]},{"name":"XCN_OID_SUBJECT_ALT_NAME","features":[126]},{"name":"XCN_OID_SUBJECT_ALT_NAME2","features":[126]},{"name":"XCN_OID_SUBJECT_DIR_ATTRS","features":[126]},{"name":"XCN_OID_SUBJECT_INFO_ACCESS","features":[126]},{"name":"XCN_OID_SUBJECT_KEY_IDENTIFIER","features":[126]},{"name":"XCN_OID_SUPPORTED_APPLICATION_CONTEXT","features":[126]},{"name":"XCN_OID_SUR_NAME","features":[126]},{"name":"XCN_OID_TELEPHONE_NUMBER","features":[126]},{"name":"XCN_OID_TELETEXT_TERMINAL_IDENTIFIER","features":[126]},{"name":"XCN_OID_TELEX_NUMBER","features":[126]},{"name":"XCN_OID_TIMESTAMP_TOKEN","features":[126]},{"name":"XCN_OID_TITLE","features":[126]},{"name":"XCN_OID_USER_CERTIFICATE","features":[126]},{"name":"XCN_OID_USER_PASSWORD","features":[126]},{"name":"XCN_OID_VERISIGN_BITSTRING_6_13","features":[126]},{"name":"XCN_OID_VERISIGN_ISS_STRONG_CRYPTO","features":[126]},{"name":"XCN_OID_VERISIGN_ONSITE_JURISDICTION_HASH","features":[126]},{"name":"XCN_OID_VERISIGN_PRIVATE_6_9","features":[126]},{"name":"XCN_OID_WHQL_CRYPTO","features":[126]},{"name":"XCN_OID_X21_ADDRESS","features":[126]},{"name":"XCN_OID_X957","features":[126]},{"name":"XCN_OID_X957_DSA","features":[126]},{"name":"XCN_OID_X957_SHA1DSA","features":[126]},{"name":"XCN_OID_YESNO_TRUST_ATTR","features":[126]},{"name":"XCN_PROPERTYID_NONE","features":[126]},{"name":"XCN_PROV_DH_SCHANNEL","features":[126]},{"name":"XCN_PROV_DSS","features":[126]},{"name":"XCN_PROV_DSS_DH","features":[126]},{"name":"XCN_PROV_EC_ECDSA_FULL","features":[126]},{"name":"XCN_PROV_EC_ECDSA_SIG","features":[126]},{"name":"XCN_PROV_EC_ECNRA_FULL","features":[126]},{"name":"XCN_PROV_EC_ECNRA_SIG","features":[126]},{"name":"XCN_PROV_FORTEZZA","features":[126]},{"name":"XCN_PROV_INTEL_SEC","features":[126]},{"name":"XCN_PROV_MS_EXCHANGE","features":[126]},{"name":"XCN_PROV_NONE","features":[126]},{"name":"XCN_PROV_REPLACE_OWF","features":[126]},{"name":"XCN_PROV_RNG","features":[126]},{"name":"XCN_PROV_RSA_AES","features":[126]},{"name":"XCN_PROV_RSA_FULL","features":[126]},{"name":"XCN_PROV_RSA_SCHANNEL","features":[126]},{"name":"XCN_PROV_RSA_SIG","features":[126]},{"name":"XCN_PROV_SPYRUS_LYNKS","features":[126]},{"name":"XCN_PROV_SSL","features":[126]},{"name":"XECI_AUTOENROLL","features":[126]},{"name":"XECI_CERTREQ","features":[126]},{"name":"XECI_DISABLE","features":[126]},{"name":"XECI_REQWIZARD","features":[126]},{"name":"XECI_XENROLL","features":[126]},{"name":"XECP_STRING_PROPERTY","features":[126]},{"name":"XECR_CMC","features":[126]},{"name":"XECR_PKCS10_V1_5","features":[126]},{"name":"XECR_PKCS10_V2_0","features":[126]},{"name":"XECR_PKCS7","features":[126]},{"name":"XECT_EXTENSION_V1","features":[126]},{"name":"XECT_EXTENSION_V2","features":[126]},{"name":"XEKL_KEYSIZE","features":[126]},{"name":"XEKL_KEYSIZE_DEFAULT","features":[126]},{"name":"XEKL_KEYSIZE_INC","features":[126]},{"name":"XEKL_KEYSIZE_MAX","features":[126]},{"name":"XEKL_KEYSIZE_MIN","features":[126]},{"name":"XEKL_KEYSPEC","features":[126]},{"name":"XEKL_KEYSPEC_KEYX","features":[126]},{"name":"XEKL_KEYSPEC_SIG","features":[126]},{"name":"XEPR_CADNS","features":[126]},{"name":"XEPR_CAFRIENDLYNAME","features":[126]},{"name":"XEPR_CANAME","features":[126]},{"name":"XEPR_DATE","features":[126]},{"name":"XEPR_ENUM_FIRST","features":[126]},{"name":"XEPR_HASH","features":[126]},{"name":"XEPR_REQUESTID","features":[126]},{"name":"XEPR_TEMPLATENAME","features":[126]},{"name":"XEPR_V1TEMPLATENAME","features":[126]},{"name":"XEPR_V2TEMPLATEOID","features":[126]},{"name":"XEPR_VERSION","features":[126]},{"name":"dwCAXCHGOVERLAPPERIODCOUNTDEFAULT","features":[126]},{"name":"dwCAXCHGVALIDITYPERIODCOUNTDEFAULT","features":[126]},{"name":"dwCRLDELTAOVERLAPPERIODCOUNTDEFAULT","features":[126]},{"name":"dwCRLDELTAPERIODCOUNTDEFAULT","features":[126]},{"name":"dwCRLOVERLAPPERIODCOUNTDEFAULT","features":[126]},{"name":"dwCRLPERIODCOUNTDEFAULT","features":[126]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_ENTERPRISE","features":[126]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_ROOT","features":[126]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_STANDALONE","features":[126]},{"name":"szBACKUPANNOTATION","features":[126]},{"name":"szDBBASENAMEPARM","features":[126]},{"name":"szNAMESEPARATORDEFAULT","features":[126]},{"name":"szPROPASNTAG","features":[126]},{"name":"szRESTOREANNOTATION","features":[126]},{"name":"wszAT_EKCERTINF","features":[126]},{"name":"wszAT_TESTROOT","features":[126]},{"name":"wszCAPOLICYFILE","features":[126]},{"name":"wszCERTEXITMODULE_POSTFIX","features":[126]},{"name":"wszCERTIFICATETRANSPARENCYFLAGS","features":[126]},{"name":"wszCERTMANAGE_SUFFIX","features":[126]},{"name":"wszCERTPOLICYMODULE_POSTFIX","features":[126]},{"name":"wszCERT_TYPE","features":[126]},{"name":"wszCERT_TYPE_CLIENT","features":[126]},{"name":"wszCERT_TYPE_CODESIGN","features":[126]},{"name":"wszCERT_TYPE_CUSTOMER","features":[126]},{"name":"wszCERT_TYPE_MERCHANT","features":[126]},{"name":"wszCERT_TYPE_PAYMENT","features":[126]},{"name":"wszCERT_TYPE_SERVER","features":[126]},{"name":"wszCERT_VERSION","features":[126]},{"name":"wszCERT_VERSION_1","features":[126]},{"name":"wszCERT_VERSION_2","features":[126]},{"name":"wszCERT_VERSION_3","features":[126]},{"name":"wszCLASS_CERTADMIN","features":[126]},{"name":"wszCLASS_CERTCONFIG","features":[126]},{"name":"wszCLASS_CERTDBMEM","features":[126]},{"name":"wszCLASS_CERTENCODE","features":[126]},{"name":"wszCLASS_CERTGETCONFIG","features":[126]},{"name":"wszCLASS_CERTREQUEST","features":[126]},{"name":"wszCLASS_CERTSERVEREXIT","features":[126]},{"name":"wszCLASS_CERTSERVERPOLICY","features":[126]},{"name":"wszCLASS_CERTVIEW","features":[126]},{"name":"wszCMM_PROP_COPYRIGHT","features":[126]},{"name":"wszCMM_PROP_DESCRIPTION","features":[126]},{"name":"wszCMM_PROP_DISPLAY_HWND","features":[126]},{"name":"wszCMM_PROP_FILEVER","features":[126]},{"name":"wszCMM_PROP_ISMULTITHREADED","features":[126]},{"name":"wszCMM_PROP_NAME","features":[126]},{"name":"wszCMM_PROP_PRODUCTVER","features":[126]},{"name":"wszCNGENCRYPTIONALGORITHM","features":[126]},{"name":"wszCNGHASHALGORITHM","features":[126]},{"name":"wszCNGPUBLICKEYALGORITHM","features":[126]},{"name":"wszCONFIG_AUTHORITY","features":[126]},{"name":"wszCONFIG_COMMENT","features":[126]},{"name":"wszCONFIG_COMMONNAME","features":[126]},{"name":"wszCONFIG_CONFIG","features":[126]},{"name":"wszCONFIG_COUNTRY","features":[126]},{"name":"wszCONFIG_DESCRIPTION","features":[126]},{"name":"wszCONFIG_EXCHANGECERTIFICATE","features":[126]},{"name":"wszCONFIG_FLAGS","features":[126]},{"name":"wszCONFIG_LOCALITY","features":[126]},{"name":"wszCONFIG_ORGANIZATION","features":[126]},{"name":"wszCONFIG_ORGUNIT","features":[126]},{"name":"wszCONFIG_SANITIZEDNAME","features":[126]},{"name":"wszCONFIG_SANITIZEDSHORTNAME","features":[126]},{"name":"wszCONFIG_SERVER","features":[126]},{"name":"wszCONFIG_SHORTNAME","features":[126]},{"name":"wszCONFIG_SIGNATURECERTIFICATE","features":[126]},{"name":"wszCONFIG_STATE","features":[126]},{"name":"wszCONFIG_WEBENROLLMENTSERVERS","features":[126]},{"name":"wszCRLPUBLISHRETRYCOUNT","features":[126]},{"name":"wszCRTFILENAMEEXT","features":[126]},{"name":"wszDATFILENAMEEXT","features":[126]},{"name":"wszDBBACKUPCERTBACKDAT","features":[126]},{"name":"wszDBBACKUPSUBDIR","features":[126]},{"name":"wszDBFILENAMEEXT","features":[126]},{"name":"wszENCRYPTIONALGORITHM","features":[126]},{"name":"wszENROLLMENTAGENTRIGHTS","features":[126]},{"name":"wszHASHALGORITHM","features":[126]},{"name":"wszINFKEY_ALTERNATESIGNATUREALGORITHM","features":[126]},{"name":"wszINFKEY_ATTESTPRIVATEKEY","features":[126]},{"name":"wszINFKEY_CACAPABILITIES","features":[126]},{"name":"wszINFKEY_CACERTS","features":[126]},{"name":"wszINFKEY_CATHUMBPRINT","features":[126]},{"name":"wszINFKEY_CCDPSYNCDELTATIME","features":[126]},{"name":"wszINFKEY_CHALLENGEPASSWORD","features":[126]},{"name":"wszINFKEY_CONTINUE","features":[126]},{"name":"wszINFKEY_CRITICAL","features":[126]},{"name":"wszINFKEY_CRLDELTAPERIODCOUNT","features":[126]},{"name":"wszINFKEY_CRLDELTAPERIODSTRING","features":[126]},{"name":"wszINFKEY_CRLPERIODCOUNT","features":[126]},{"name":"wszINFKEY_CRLPERIODSTRING","features":[126]},{"name":"wszINFKEY_DIRECTORYNAME","features":[126]},{"name":"wszINFKEY_DNS","features":[126]},{"name":"wszINFKEY_ECCKEYPARAMETERS","features":[126]},{"name":"wszINFKEY_ECCKEYPARAMETERSTYPE","features":[126]},{"name":"wszINFKEY_ECCKEYPARAMETERS_A","features":[126]},{"name":"wszINFKEY_ECCKEYPARAMETERS_B","features":[126]},{"name":"wszINFKEY_ECCKEYPARAMETERS_BASE","features":[126]},{"name":"wszINFKEY_ECCKEYPARAMETERS_COFACTOR","features":[126]},{"name":"wszINFKEY_ECCKEYPARAMETERS_ORDER","features":[126]},{"name":"wszINFKEY_ECCKEYPARAMETERS_P","features":[126]},{"name":"wszINFKEY_ECCKEYPARAMETERS_SEED","features":[126]},{"name":"wszINFKEY_EMAIL","features":[126]},{"name":"wszINFKEY_EMPTY","features":[126]},{"name":"wszINFKEY_ENABLEKEYCOUNTING","features":[126]},{"name":"wszINFKEY_ENCRYPTIONALGORITHM","features":[126]},{"name":"wszINFKEY_ENCRYPTIONLENGTH","features":[126]},{"name":"wszINFKEY_EXCLUDE","features":[126]},{"name":"wszINFKEY_EXPORTABLE","features":[126]},{"name":"wszINFKEY_EXPORTABLEENCRYPTED","features":[126]},{"name":"wszINFKEY_FLAGS","features":[126]},{"name":"wszINFKEY_FORCEUTF8","features":[126]},{"name":"wszINFKEY_FRIENDLYNAME","features":[126]},{"name":"wszINFKEY_HASHALGORITHM","features":[126]},{"name":"wszINFKEY_INCLUDE","features":[126]},{"name":"wszINFKEY_INHIBITPOLICYMAPPING","features":[126]},{"name":"wszINFKEY_IPADDRESS","features":[126]},{"name":"wszINFKEY_KEYALGORITHM","features":[126]},{"name":"wszINFKEY_KEYALGORITHMPARMETERS","features":[126]},{"name":"wszINFKEY_KEYCONTAINER","features":[126]},{"name":"wszINFKEY_KEYLENGTH","features":[126]},{"name":"wszINFKEY_KEYPROTECTION","features":[126]},{"name":"wszINFKEY_KEYUSAGEEXTENSION","features":[126]},{"name":"wszINFKEY_KEYUSAGEPROPERTY","features":[126]},{"name":"wszINFKEY_LEGACYKEYSPEC","features":[126]},{"name":"wszINFKEY_LOADDEFAULTTEMPLATES","features":[126]},{"name":"wszINFKEY_MACHINEKEYSET","features":[126]},{"name":"wszINFKEY_NOTAFTER","features":[126]},{"name":"wszINFKEY_NOTBEFORE","features":[126]},{"name":"wszINFKEY_NOTICE","features":[126]},{"name":"wszINFKEY_OID","features":[126]},{"name":"wszINFKEY_OTHERNAME","features":[126]},{"name":"wszINFKEY_PATHLENGTH","features":[126]},{"name":"wszINFKEY_POLICIES","features":[126]},{"name":"wszINFKEY_PRIVATEKEYARCHIVE","features":[126]},{"name":"wszINFKEY_PROVIDERNAME","features":[126]},{"name":"wszINFKEY_PROVIDERTYPE","features":[126]},{"name":"wszINFKEY_PUBLICKEY","features":[126]},{"name":"wszINFKEY_PUBLICKEYPARAMETERS","features":[126]},{"name":"wszINFKEY_READERNAME","features":[126]},{"name":"wszINFKEY_REGISTEREDID","features":[126]},{"name":"wszINFKEY_RENEWALCERT","features":[126]},{"name":"wszINFKEY_RENEWALKEYLENGTH","features":[126]},{"name":"wszINFKEY_RENEWALVALIDITYPERIODCOUNT","features":[126]},{"name":"wszINFKEY_RENEWALVALIDITYPERIODSTRING","features":[126]},{"name":"wszINFKEY_REQUESTTYPE","features":[126]},{"name":"wszINFKEY_REQUIREEXPLICITPOLICY","features":[126]},{"name":"wszINFKEY_SECURITYDESCRIPTOR","features":[126]},{"name":"wszINFKEY_SERIALNUMBER","features":[126]},{"name":"wszINFKEY_SHOWALLCSPS","features":[126]},{"name":"wszINFKEY_SILENT","features":[126]},{"name":"wszINFKEY_SMIME","features":[126]},{"name":"wszINFKEY_SUBJECT","features":[126]},{"name":"wszINFKEY_SUBJECTNAMEFLAGS","features":[126]},{"name":"wszINFKEY_SUBTREE","features":[126]},{"name":"wszINFKEY_SUPPRESSDEFAULTS","features":[126]},{"name":"wszINFKEY_UICONTEXTMESSAGE","features":[126]},{"name":"wszINFKEY_UPN","features":[126]},{"name":"wszINFKEY_URL","features":[126]},{"name":"wszINFKEY_USEEXISTINGKEY","features":[126]},{"name":"wszINFKEY_USERPROTECTED","features":[126]},{"name":"wszINFKEY_UTF8","features":[126]},{"name":"wszINFKEY_X500NAMEFLAGS","features":[126]},{"name":"wszINFSECTION_AIA","features":[126]},{"name":"wszINFSECTION_APPLICATIONPOLICYCONSTRAINTS","features":[126]},{"name":"wszINFSECTION_APPLICATIONPOLICYMAPPINGS","features":[126]},{"name":"wszINFSECTION_APPLICATIONPOLICYSTATEMENT","features":[126]},{"name":"wszINFSECTION_BASICCONSTRAINTS","features":[126]},{"name":"wszINFSECTION_CAPOLICY","features":[126]},{"name":"wszINFSECTION_CCDP","features":[126]},{"name":"wszINFSECTION_CDP","features":[126]},{"name":"wszINFSECTION_CERTSERVER","features":[126]},{"name":"wszINFSECTION_EKU","features":[126]},{"name":"wszINFSECTION_EXTENSIONS","features":[126]},{"name":"wszINFSECTION_NAMECONSTRAINTS","features":[126]},{"name":"wszINFSECTION_NEWREQUEST","features":[126]},{"name":"wszINFSECTION_POLICYCONSTRAINTS","features":[126]},{"name":"wszINFSECTION_POLICYMAPPINGS","features":[126]},{"name":"wszINFSECTION_POLICYSTATEMENT","features":[126]},{"name":"wszINFSECTION_PROPERTIES","features":[126]},{"name":"wszINFSECTION_REQUESTATTRIBUTES","features":[126]},{"name":"wszINFVALUE_ENDORSEMENTKEY","features":[126]},{"name":"wszINFVALUE_REQUESTTYPE_CERT","features":[126]},{"name":"wszINFVALUE_REQUESTTYPE_CMC","features":[126]},{"name":"wszINFVALUE_REQUESTTYPE_PKCS10","features":[126]},{"name":"wszINFVALUE_REQUESTTYPE_PKCS7","features":[126]},{"name":"wszINFVALUE_REQUESTTYPE_SCEP","features":[126]},{"name":"wszLDAPSESSIONOPTIONVALUE","features":[126]},{"name":"wszLOCALIZEDTIMEPERIODUNITS","features":[126]},{"name":"wszLOGFILENAMEEXT","features":[126]},{"name":"wszLOGPATH","features":[126]},{"name":"wszMACHINEKEYSET","features":[126]},{"name":"wszMICROSOFTCERTMODULE_PREFIX","features":[126]},{"name":"wszNETSCAPEREVOCATIONTYPE","features":[126]},{"name":"wszOCSPCAPROP_CACERTIFICATE","features":[126]},{"name":"wszOCSPCAPROP_CACONFIG","features":[126]},{"name":"wszOCSPCAPROP_CSPNAME","features":[126]},{"name":"wszOCSPCAPROP_ERRORCODE","features":[126]},{"name":"wszOCSPCAPROP_HASHALGORITHMID","features":[126]},{"name":"wszOCSPCAPROP_KEYSPEC","features":[126]},{"name":"wszOCSPCAPROP_LOCALREVOCATIONINFORMATION","features":[126]},{"name":"wszOCSPCAPROP_PROVIDERCLSID","features":[126]},{"name":"wszOCSPCAPROP_PROVIDERPROPERTIES","features":[126]},{"name":"wszOCSPCAPROP_REMINDERDURATION","features":[126]},{"name":"wszOCSPCAPROP_SIGNINGCERTIFICATE","features":[126]},{"name":"wszOCSPCAPROP_SIGNINGCERTIFICATETEMPLATE","features":[126]},{"name":"wszOCSPCAPROP_SIGNINGFLAGS","features":[126]},{"name":"wszOCSPCOMMONPROP_MAXINCOMINGMESSAGESIZE","features":[126]},{"name":"wszOCSPCOMMONPROP_MAXNUMOFREQUESTENTRIES","features":[126]},{"name":"wszOCSPCOMMONPROP_REQFLAGS","features":[126]},{"name":"wszOCSPISAPIPROP_DEBUG","features":[126]},{"name":"wszOCSPISAPIPROP_MAXAGE","features":[126]},{"name":"wszOCSPISAPIPROP_MAXNUMOFCACHEENTRIES","features":[126]},{"name":"wszOCSPISAPIPROP_NUMOFBACKENDCONNECTIONS","features":[126]},{"name":"wszOCSPISAPIPROP_NUMOFTHREADS","features":[126]},{"name":"wszOCSPISAPIPROP_REFRESHRATE","features":[126]},{"name":"wszOCSPISAPIPROP_VIRTUALROOTNAME","features":[126]},{"name":"wszOCSPPROP_ARRAYCONTROLLER","features":[126]},{"name":"wszOCSPPROP_ARRAYMEMBERS","features":[126]},{"name":"wszOCSPPROP_AUDITFILTER","features":[126]},{"name":"wszOCSPPROP_DEBUG","features":[126]},{"name":"wszOCSPPROP_ENROLLPOLLINTERVAL","features":[126]},{"name":"wszOCSPPROP_LOGLEVEL","features":[126]},{"name":"wszOCSPREVPROP_BASECRL","features":[126]},{"name":"wszOCSPREVPROP_BASECRLURLS","features":[126]},{"name":"wszOCSPREVPROP_CRLURLTIMEOUT","features":[126]},{"name":"wszOCSPREVPROP_DELTACRL","features":[126]},{"name":"wszOCSPREVPROP_DELTACRLURLS","features":[126]},{"name":"wszOCSPREVPROP_ERRORCODE","features":[126]},{"name":"wszOCSPREVPROP_REFRESHTIMEOUT","features":[126]},{"name":"wszOCSPREVPROP_SERIALNUMBERSDIRS","features":[126]},{"name":"wszPERIODDAYS","features":[126]},{"name":"wszPERIODHOURS","features":[126]},{"name":"wszPERIODMINUTES","features":[126]},{"name":"wszPERIODMONTHS","features":[126]},{"name":"wszPERIODSECONDS","features":[126]},{"name":"wszPERIODWEEKS","features":[126]},{"name":"wszPERIODYEARS","features":[126]},{"name":"wszPFXFILENAMEEXT","features":[126]},{"name":"wszPROPATTESTATIONCHALLENGE","features":[126]},{"name":"wszPROPATTRIBNAME","features":[126]},{"name":"wszPROPATTRIBREQUESTID","features":[126]},{"name":"wszPROPATTRIBVALUE","features":[126]},{"name":"wszPROPCALLERNAME","features":[126]},{"name":"wszPROPCATYPE","features":[126]},{"name":"wszPROPCERTCLIENTMACHINE","features":[126]},{"name":"wszPROPCERTCOUNT","features":[126]},{"name":"wszPROPCERTIFICATEENROLLMENTFLAGS","features":[126]},{"name":"wszPROPCERTIFICATEGENERALFLAGS","features":[126]},{"name":"wszPROPCERTIFICATEHASH","features":[126]},{"name":"wszPROPCERTIFICATENOTAFTERDATE","features":[126]},{"name":"wszPROPCERTIFICATENOTBEFOREDATE","features":[126]},{"name":"wszPROPCERTIFICATEPRIVATEKEYFLAGS","features":[126]},{"name":"wszPROPCERTIFICATEPUBLICKEYALGORITHM","features":[126]},{"name":"wszPROPCERTIFICATEPUBLICKEYLENGTH","features":[126]},{"name":"wszPROPCERTIFICATERAWPUBLICKEY","features":[126]},{"name":"wszPROPCERTIFICATERAWPUBLICKEYALGORITHMPARAMETERS","features":[126]},{"name":"wszPROPCERTIFICATERAWSMIMECAPABILITIES","features":[126]},{"name":"wszPROPCERTIFICATEREQUESTID","features":[126]},{"name":"wszPROPCERTIFICATESERIALNUMBER","features":[126]},{"name":"wszPROPCERTIFICATESUBJECTKEYIDENTIFIER","features":[126]},{"name":"wszPROPCERTIFICATETEMPLATE","features":[126]},{"name":"wszPROPCERTIFICATETYPE","features":[126]},{"name":"wszPROPCERTIFICATEUPN","features":[126]},{"name":"wszPROPCERTSTATE","features":[126]},{"name":"wszPROPCERTSUFFIX","features":[126]},{"name":"wszPROPCERTTEMPLATE","features":[126]},{"name":"wszPROPCERTTYPE","features":[126]},{"name":"wszPROPCERTUSAGE","features":[126]},{"name":"wszPROPCHALLENGE","features":[126]},{"name":"wszPROPCLIENTBROWSERMACHINE","features":[126]},{"name":"wszPROPCLIENTDCDNS","features":[126]},{"name":"wszPROPCOMMONNAME","features":[126]},{"name":"wszPROPCONFIGDN","features":[126]},{"name":"wszPROPCOUNTRY","features":[126]},{"name":"wszPROPCRITICALTAG","features":[126]},{"name":"wszPROPCRLCOUNT","features":[126]},{"name":"wszPROPCRLEFFECTIVE","features":[126]},{"name":"wszPROPCRLINDEX","features":[126]},{"name":"wszPROPCRLLASTPUBLISHED","features":[126]},{"name":"wszPROPCRLMINBASE","features":[126]},{"name":"wszPROPCRLNAMEID","features":[126]},{"name":"wszPROPCRLNEXTPUBLISH","features":[126]},{"name":"wszPROPCRLNEXTUPDATE","features":[126]},{"name":"wszPROPCRLNUMBER","features":[126]},{"name":"wszPROPCRLPROPAGATIONCOMPLETE","features":[126]},{"name":"wszPROPCRLPUBLISHATTEMPTS","features":[126]},{"name":"wszPROPCRLPUBLISHERROR","features":[126]},{"name":"wszPROPCRLPUBLISHFLAGS","features":[126]},{"name":"wszPROPCRLPUBLISHSTATUSCODE","features":[126]},{"name":"wszPROPCRLRAWCRL","features":[126]},{"name":"wszPROPCRLROWID","features":[126]},{"name":"wszPROPCRLSTATE","features":[126]},{"name":"wszPROPCRLSUFFIX","features":[126]},{"name":"wszPROPCRLTHISPUBLISH","features":[126]},{"name":"wszPROPCRLTHISUPDATE","features":[126]},{"name":"wszPROPCROSSFOREST","features":[126]},{"name":"wszPROPDCNAME","features":[126]},{"name":"wszPROPDECIMALTAG","features":[126]},{"name":"wszPROPDELTACRLSDISABLED","features":[126]},{"name":"wszPROPDEVICESERIALNUMBER","features":[126]},{"name":"wszPROPDISPOSITION","features":[126]},{"name":"wszPROPDISPOSITIONDENY","features":[126]},{"name":"wszPROPDISPOSITIONPENDING","features":[126]},{"name":"wszPROPDISTINGUISHEDNAME","features":[126]},{"name":"wszPROPDN","features":[126]},{"name":"wszPROPDNS","features":[126]},{"name":"wszPROPDOMAINCOMPONENT","features":[126]},{"name":"wszPROPDOMAINDN","features":[126]},{"name":"wszPROPEMAIL","features":[126]},{"name":"wszPROPENDORSEMENTCERTIFICATEHASH","features":[126]},{"name":"wszPROPENDORSEMENTKEYHASH","features":[126]},{"name":"wszPROPEVENTLOGERROR","features":[126]},{"name":"wszPROPEVENTLOGEXHAUSTIVE","features":[126]},{"name":"wszPROPEVENTLOGTERSE","features":[126]},{"name":"wszPROPEVENTLOGVERBOSE","features":[126]},{"name":"wszPROPEVENTLOGWARNING","features":[126]},{"name":"wszPROPEXITCERTFILE","features":[126]},{"name":"wszPROPEXPECTEDCHALLENGE","features":[126]},{"name":"wszPROPEXPIRATIONDATE","features":[126]},{"name":"wszPROPEXTFLAGS","features":[126]},{"name":"wszPROPEXTNAME","features":[126]},{"name":"wszPROPEXTRAWVALUE","features":[126]},{"name":"wszPROPEXTREQUESTID","features":[126]},{"name":"wszPROPFILETAG","features":[126]},{"name":"wszPROPGIVENNAME","features":[126]},{"name":"wszPROPGUID","features":[126]},{"name":"wszPROPHEXTAG","features":[126]},{"name":"wszPROPINITIALS","features":[126]},{"name":"wszPROPIPADDRESS","features":[126]},{"name":"wszPROPKEYARCHIVED","features":[126]},{"name":"wszPROPLOCALITY","features":[126]},{"name":"wszPROPLOGLEVEL","features":[126]},{"name":"wszPROPMACHINEDNSNAME","features":[126]},{"name":"wszPROPMODULEREGLOC","features":[126]},{"name":"wszPROPNAMETYPE","features":[126]},{"name":"wszPROPOCTETTAG","features":[126]},{"name":"wszPROPOFFICER","features":[126]},{"name":"wszPROPOID","features":[126]},{"name":"wszPROPORGANIZATION","features":[126]},{"name":"wszPROPORGUNIT","features":[126]},{"name":"wszPROPPUBLISHEXPIREDCERTINCRL","features":[126]},{"name":"wszPROPRAWCACERTIFICATE","features":[126]},{"name":"wszPROPRAWCERTIFICATE","features":[126]},{"name":"wszPROPRAWCRL","features":[126]},{"name":"wszPROPRAWDELTACRL","features":[126]},{"name":"wszPROPRAWNAME","features":[126]},{"name":"wszPROPRAWPRECERTIFICATE","features":[126]},{"name":"wszPROPREQUESTARCHIVEDKEY","features":[126]},{"name":"wszPROPREQUESTATTRIBUTES","features":[126]},{"name":"wszPROPREQUESTCSPPROVIDER","features":[126]},{"name":"wszPROPREQUESTDISPOSITION","features":[126]},{"name":"wszPROPREQUESTDISPOSITIONMESSAGE","features":[126]},{"name":"wszPROPREQUESTDOT","features":[126]},{"name":"wszPROPREQUESTERCAACCESS","features":[126]},{"name":"wszPROPREQUESTERDN","features":[126]},{"name":"wszPROPREQUESTERNAME","features":[126]},{"name":"wszPROPREQUESTERNAMEFROMOLDCERTIFICATE","features":[126]},{"name":"wszPROPREQUESTERSAMNAME","features":[126]},{"name":"wszPROPREQUESTERUPN","features":[126]},{"name":"wszPROPREQUESTFLAGS","features":[126]},{"name":"wszPROPREQUESTKEYRECOVERYHASHES","features":[126]},{"name":"wszPROPREQUESTMACHINEDNS","features":[126]},{"name":"wszPROPREQUESTOSVERSION","features":[126]},{"name":"wszPROPREQUESTRAWARCHIVEDKEY","features":[126]},{"name":"wszPROPREQUESTRAWOLDCERTIFICATE","features":[126]},{"name":"wszPROPREQUESTRAWREQUEST","features":[126]},{"name":"wszPROPREQUESTREQUESTID","features":[126]},{"name":"wszPROPREQUESTRESOLVEDWHEN","features":[126]},{"name":"wszPROPREQUESTREVOKEDEFFECTIVEWHEN","features":[126]},{"name":"wszPROPREQUESTREVOKEDREASON","features":[126]},{"name":"wszPROPREQUESTREVOKEDWHEN","features":[126]},{"name":"wszPROPREQUESTSTATUSCODE","features":[126]},{"name":"wszPROPREQUESTSUBMITTEDWHEN","features":[126]},{"name":"wszPROPREQUESTTYPE","features":[126]},{"name":"wszPROPSANITIZEDCANAME","features":[126]},{"name":"wszPROPSANITIZEDSHORTNAME","features":[126]},{"name":"wszPROPSEAUDITFILTER","features":[126]},{"name":"wszPROPSEAUDITID","features":[126]},{"name":"wszPROPSERVERUPGRADED","features":[126]},{"name":"wszPROPSESSIONCOUNT","features":[126]},{"name":"wszPROPSIGNERAPPLICATIONPOLICIES","features":[126]},{"name":"wszPROPSIGNERPOLICIES","features":[126]},{"name":"wszPROPSTATE","features":[126]},{"name":"wszPROPSTREETADDRESS","features":[126]},{"name":"wszPROPSUBJECTALTNAME2","features":[126]},{"name":"wszPROPSUBJECTDOT","features":[126]},{"name":"wszPROPSURNAME","features":[126]},{"name":"wszPROPTEMPLATECHANGESEQUENCENUMBER","features":[126]},{"name":"wszPROPTEXTTAG","features":[126]},{"name":"wszPROPTITLE","features":[126]},{"name":"wszPROPUNSTRUCTUREDADDRESS","features":[126]},{"name":"wszPROPUNSTRUCTUREDNAME","features":[126]},{"name":"wszPROPUPN","features":[126]},{"name":"wszPROPURL","features":[126]},{"name":"wszPROPUSEDS","features":[126]},{"name":"wszPROPUSERDN","features":[126]},{"name":"wszPROPUTF8TAG","features":[126]},{"name":"wszPROPVALIDITYPERIODCOUNT","features":[126]},{"name":"wszPROPVALIDITYPERIODSTRING","features":[126]},{"name":"wszPROPVOLATILEMODE","features":[126]},{"name":"wszREGACTIVE","features":[126]},{"name":"wszREGAELOGLEVEL_OLD","features":[126]},{"name":"wszREGAIKCLOUDCAURL","features":[126]},{"name":"wszREGAIKKEYALGORITHM","features":[126]},{"name":"wszREGAIKKEYLENGTH","features":[126]},{"name":"wszREGALLPROVIDERS","features":[126]},{"name":"wszREGALTERNATEPUBLISHDOMAINS","features":[126]},{"name":"wszREGALTERNATESIGNATUREALGORITHM","features":[126]},{"name":"wszREGAUDITFILTER","features":[126]},{"name":"wszREGB2ICERTMANAGEMODULE","features":[126]},{"name":"wszREGBACKUPLOGDIRECTORY","features":[126]},{"name":"wszREGCACERTFILENAME","features":[126]},{"name":"wszREGCACERTHASH","features":[126]},{"name":"wszREGCACERTPUBLICATIONURLS","features":[126]},{"name":"wszREGCADESCRIPTION","features":[126]},{"name":"wszREGCAPATHLENGTH","features":[126]},{"name":"wszREGCASECURITY","features":[126]},{"name":"wszREGCASERIALNUMBER","features":[126]},{"name":"wszREGCASERVERNAME","features":[126]},{"name":"wszREGCATYPE","features":[126]},{"name":"wszREGCAUSEDS","features":[126]},{"name":"wszREGCAXCHGCERTHASH","features":[126]},{"name":"wszREGCAXCHGOVERLAPPERIODCOUNT","features":[126]},{"name":"wszREGCAXCHGOVERLAPPERIODSTRING","features":[126]},{"name":"wszREGCAXCHGVALIDITYPERIODCOUNT","features":[126]},{"name":"wszREGCAXCHGVALIDITYPERIODSTRING","features":[126]},{"name":"wszREGCERTENROLLCOMPATIBLE","features":[126]},{"name":"wszREGCERTIFICATETRANSPARENCYINFOOID","features":[126]},{"name":"wszREGCERTPUBLISHFLAGS","features":[126]},{"name":"wszREGCERTSRVDEBUG","features":[126]},{"name":"wszREGCHECKPOINTFILE","features":[126]},{"name":"wszREGCLOCKSKEWMINUTES","features":[126]},{"name":"wszREGCOMMONNAME","features":[126]},{"name":"wszREGCRLATTEMPTREPUBLISH","features":[126]},{"name":"wszREGCRLDELTANEXTPUBLISH","features":[126]},{"name":"wszREGCRLDELTAOVERLAPPERIODCOUNT","features":[126]},{"name":"wszREGCRLDELTAOVERLAPPERIODSTRING","features":[126]},{"name":"wszREGCRLDELTAPERIODCOUNT","features":[126]},{"name":"wszREGCRLDELTAPERIODSTRING","features":[126]},{"name":"wszREGCRLEDITFLAGS","features":[126]},{"name":"wszREGCRLFLAGS","features":[126]},{"name":"wszREGCRLNEXTPUBLISH","features":[126]},{"name":"wszREGCRLOVERLAPPERIODCOUNT","features":[126]},{"name":"wszREGCRLOVERLAPPERIODSTRING","features":[126]},{"name":"wszREGCRLPATH_OLD","features":[126]},{"name":"wszREGCRLPERIODCOUNT","features":[126]},{"name":"wszREGCRLPERIODSTRING","features":[126]},{"name":"wszREGCRLPUBLICATIONURLS","features":[126]},{"name":"wszREGDATABASERECOVERED","features":[126]},{"name":"wszREGDBDIRECTORY","features":[126]},{"name":"wszREGDBFLAGS","features":[126]},{"name":"wszREGDBLASTFULLBACKUP","features":[126]},{"name":"wszREGDBLASTINCREMENTALBACKUP","features":[126]},{"name":"wszREGDBLASTRECOVERY","features":[126]},{"name":"wszREGDBLOGDIRECTORY","features":[126]},{"name":"wszREGDBMAXREADSESSIONCOUNT","features":[126]},{"name":"wszREGDBSESSIONCOUNT","features":[126]},{"name":"wszREGDBSYSDIRECTORY","features":[126]},{"name":"wszREGDBTEMPDIRECTORY","features":[126]},{"name":"wszREGDEFAULTSMIME","features":[126]},{"name":"wszREGDIRECTORY","features":[126]},{"name":"wszREGDISABLEEXTENSIONLIST","features":[126]},{"name":"wszREGDSCONFIGDN","features":[126]},{"name":"wszREGDSDOMAINDN","features":[126]},{"name":"wszREGEDITFLAGS","features":[126]},{"name":"wszREGEKPUBLISTDIRECTORIES","features":[126]},{"name":"wszREGEKUOIDSFORPUBLISHEXPIREDCERTINCRL","features":[126]},{"name":"wszREGEKUOIDSFORVOLATILEREQUESTS","features":[126]},{"name":"wszREGENABLED","features":[126]},{"name":"wszREGENABLEDEKUFORDEFINEDCACERT","features":[126]},{"name":"wszREGENABLEENROLLEEREQUESTEXTENSIONLIST","features":[126]},{"name":"wszREGENABLEREQUESTEXTENSIONLIST","features":[126]},{"name":"wszREGENFORCEX500NAMELENGTHS","features":[126]},{"name":"wszREGENROLLFLAGS","features":[126]},{"name":"wszREGEXITBODYARG","features":[126]},{"name":"wszREGEXITBODYFORMAT","features":[126]},{"name":"wszREGEXITCRLISSUEDKEY","features":[126]},{"name":"wszREGEXITDENIEDKEY","features":[126]},{"name":"wszREGEXITIMPORTEDKEY","features":[126]},{"name":"wszREGEXITISSUEDKEY","features":[126]},{"name":"wszREGEXITPENDINGKEY","features":[126]},{"name":"wszREGEXITPROPNOTFOUND","features":[126]},{"name":"wszREGEXITREVOKEDKEY","features":[126]},{"name":"wszREGEXITSHUTDOWNKEY","features":[126]},{"name":"wszREGEXITSMTPAUTHENTICATE","features":[126]},{"name":"wszREGEXITSMTPCC","features":[126]},{"name":"wszREGEXITSMTPEVENTFILTER","features":[126]},{"name":"wszREGEXITSMTPFROM","features":[126]},{"name":"wszREGEXITSMTPKEY","features":[126]},{"name":"wszREGEXITSMTPSERVER","features":[126]},{"name":"wszREGEXITSMTPTEMPLATES","features":[126]},{"name":"wszREGEXITSMTPTO","features":[126]},{"name":"wszREGEXITSTARTUPKEY","features":[126]},{"name":"wszREGEXITTITLEARG","features":[126]},{"name":"wszREGEXITTITLEFORMAT","features":[126]},{"name":"wszREGFILEISSUERCERTURL_OLD","features":[126]},{"name":"wszREGFILEREVOCATIONCRLURL_OLD","features":[126]},{"name":"wszREGFORCETELETEX","features":[126]},{"name":"wszREGFTPISSUERCERTURL_OLD","features":[126]},{"name":"wszREGFTPREVOCATIONCRLURL_OLD","features":[126]},{"name":"wszREGHIGHLOGNUMBER","features":[126]},{"name":"wszREGHIGHSERIAL","features":[126]},{"name":"wszREGINTERFACEFLAGS","features":[126]},{"name":"wszREGISSUERCERTURLFLAGS","features":[126]},{"name":"wszREGISSUERCERTURL_OLD","features":[126]},{"name":"wszREGKEYBASE","features":[126]},{"name":"wszREGKEYCERTSVCPATH","features":[126]},{"name":"wszREGKEYCONFIG","features":[126]},{"name":"wszREGKEYCSP","features":[126]},{"name":"wszREGKEYDBPARAMETERS","features":[126]},{"name":"wszREGKEYENCRYPTIONCSP","features":[126]},{"name":"wszREGKEYENROLLMENT","features":[126]},{"name":"wszREGKEYEXITMODULES","features":[126]},{"name":"wszREGKEYGROUPPOLICYENROLLMENT","features":[126]},{"name":"wszREGKEYNOSYSTEMCERTSVCPATH","features":[126]},{"name":"wszREGKEYPOLICYMODULES","features":[126]},{"name":"wszREGKEYREPAIR","features":[126]},{"name":"wszREGKEYRESTOREINPROGRESS","features":[126]},{"name":"wszREGKEYSIZE","features":[126]},{"name":"wszREGKRACERTCOUNT","features":[126]},{"name":"wszREGKRACERTHASH","features":[126]},{"name":"wszREGKRAFLAGS","features":[126]},{"name":"wszREGLDAPFLAGS","features":[126]},{"name":"wszREGLDAPISSUERCERTURL_OLD","features":[126]},{"name":"wszREGLDAPREVOCATIONCRLURL_OLD","features":[126]},{"name":"wszREGLDAPREVOCATIONDNTEMPLATE_OLD","features":[126]},{"name":"wszREGLDAPREVOCATIONDN_OLD","features":[126]},{"name":"wszREGLDAPSESSIONOPTIONS","features":[126]},{"name":"wszREGLOGLEVEL","features":[126]},{"name":"wszREGLOGPATH","features":[126]},{"name":"wszREGLOWLOGNUMBER","features":[126]},{"name":"wszREGMAXINCOMINGALLOCSIZE","features":[126]},{"name":"wszREGMAXINCOMINGMESSAGESIZE","features":[126]},{"name":"wszREGMAXPENDINGREQUESTDAYS","features":[126]},{"name":"wszREGMAXSCTLISTSIZE","features":[126]},{"name":"wszREGNAMESEPARATOR","features":[126]},{"name":"wszREGNETSCAPECERTTYPE","features":[126]},{"name":"wszREGOFFICERRIGHTS","features":[126]},{"name":"wszREGPARENTCAMACHINE","features":[126]},{"name":"wszREGPARENTCANAME","features":[126]},{"name":"wszREGPOLICYFLAGS","features":[126]},{"name":"wszREGPRESERVESCEPDUMMYCERTS","features":[126]},{"name":"wszREGPROCESSINGFLAGS","features":[126]},{"name":"wszREGPROVIDER","features":[126]},{"name":"wszREGPROVIDERTYPE","features":[126]},{"name":"wszREGREQUESTDISPOSITION","features":[126]},{"name":"wszREGREQUESTFILENAME","features":[126]},{"name":"wszREGREQUESTID","features":[126]},{"name":"wszREGREQUESTKEYCONTAINER","features":[126]},{"name":"wszREGREQUESTKEYINDEX","features":[126]},{"name":"wszREGRESTOREMAP","features":[126]},{"name":"wszREGRESTOREMAPCOUNT","features":[126]},{"name":"wszREGRESTORESTATUS","features":[126]},{"name":"wszREGREVOCATIONCRLURL_OLD","features":[126]},{"name":"wszREGREVOCATIONTYPE","features":[126]},{"name":"wszREGREVOCATIONURL","features":[126]},{"name":"wszREGROLESEPARATIONENABLED","features":[126]},{"name":"wszREGSETUPSTATUS","features":[126]},{"name":"wszREGSP4DEFAULTCONFIGURATION","features":[126]},{"name":"wszREGSP4KEYSETNAME","features":[126]},{"name":"wszREGSP4NAMES","features":[126]},{"name":"wszREGSP4QUERIES","features":[126]},{"name":"wszREGSP4SUBJECTNAMESEPARATOR","features":[126]},{"name":"wszREGSUBJECTALTNAME","features":[126]},{"name":"wszREGSUBJECTALTNAME2","features":[126]},{"name":"wszREGSUBJECTTEMPLATE","features":[126]},{"name":"wszREGSYMMETRICKEYSIZE","features":[126]},{"name":"wszREGUNICODE","features":[126]},{"name":"wszREGUPNMAP","features":[126]},{"name":"wszREGUSEDEFINEDCACERTINREQ","features":[126]},{"name":"wszREGVALIDITYPERIODCOUNT","features":[126]},{"name":"wszREGVALIDITYPERIODSTRING","features":[126]},{"name":"wszREGVERIFYFLAGS","features":[126]},{"name":"wszREGVERSION","features":[126]},{"name":"wszREGVIEWAGEMINUTES","features":[126]},{"name":"wszREGVIEWIDLEMINUTES","features":[126]},{"name":"wszREGWEBCLIENTCAMACHINE","features":[126]},{"name":"wszREGWEBCLIENTCANAME","features":[126]},{"name":"wszREGWEBCLIENTCATYPE","features":[126]},{"name":"wszSECUREDATTRIBUTES","features":[126]},{"name":"wszSERVICE_NAME","features":[126]},{"name":"wszzDEFAULTSIGNEDATTRIBUTES","features":[126]}],"493":[{"name":"CryptSIPAddProvider","features":[3,125]},{"name":"CryptSIPCreateIndirectData","features":[3,124,125]},{"name":"CryptSIPGetCaps","features":[3,124,125]},{"name":"CryptSIPGetSealedDigest","features":[3,124,125]},{"name":"CryptSIPGetSignedDataMsg","features":[3,124,125]},{"name":"CryptSIPLoad","features":[3,124,125]},{"name":"CryptSIPPutSignedDataMsg","features":[3,124,125]},{"name":"CryptSIPRemoveProvider","features":[3,125]},{"name":"CryptSIPRemoveSignedDataMsg","features":[3,124,125]},{"name":"CryptSIPRetrieveSubjectGuid","features":[3,125]},{"name":"CryptSIPRetrieveSubjectGuidForCatalogFile","features":[3,125]},{"name":"CryptSIPVerifyIndirectData","features":[3,124,125]},{"name":"MSSIP_ADDINFO_BLOB","features":[125]},{"name":"MSSIP_ADDINFO_CATMEMBER","features":[125]},{"name":"MSSIP_ADDINFO_FLAT","features":[125]},{"name":"MSSIP_ADDINFO_NONE","features":[125]},{"name":"MSSIP_ADDINFO_NONMSSIP","features":[125]},{"name":"MSSIP_FLAGS_MULTI_HASH","features":[125]},{"name":"MSSIP_FLAGS_PROHIBIT_RESIZE_ON_CREATE","features":[125]},{"name":"MSSIP_FLAGS_USE_CATALOG","features":[125]},{"name":"MS_ADDINFO_BLOB","features":[125]},{"name":"MS_ADDINFO_FLAT","features":[125]},{"name":"SIP_ADD_NEWPROVIDER","features":[125]},{"name":"SIP_CAP_FLAG_SEALING","features":[125]},{"name":"SIP_CAP_SET_CUR_VER","features":[125]},{"name":"SIP_CAP_SET_V2","features":[3,125]},{"name":"SIP_CAP_SET_V3","features":[3,125]},{"name":"SIP_CAP_SET_VERSION_2","features":[125]},{"name":"SIP_CAP_SET_VERSION_3","features":[125]},{"name":"SIP_DISPATCH_INFO","features":[3,124,125]},{"name":"SIP_INDIRECT_DATA","features":[125]},{"name":"SIP_MAX_MAGIC_NUMBER","features":[125]},{"name":"SIP_SUBJECTINFO","features":[3,124,125]},{"name":"SPC_MARKER_CHECK_CURRENTLY_SUPPORTED_FLAGS","features":[125]},{"name":"SPC_MARKER_CHECK_SKIP_SIP_INDIRECT_DATA_FLAG","features":[125]},{"name":"SPC_RELAXED_PE_MARKER_CHECK","features":[125]},{"name":"pCryptSIPCreateIndirectData","features":[3,124,125]},{"name":"pCryptSIPGetCaps","features":[3,124,125]},{"name":"pCryptSIPGetSealedDigest","features":[3,124,125]},{"name":"pCryptSIPGetSignedDataMsg","features":[3,124,125]},{"name":"pCryptSIPPutSignedDataMsg","features":[3,124,125]},{"name":"pCryptSIPRemoveSignedDataMsg","features":[3,124,125]},{"name":"pCryptSIPVerifyIndirectData","features":[3,124,125]},{"name":"pfnIsFileSupported","features":[3,125]},{"name":"pfnIsFileSupportedName","features":[3,125]}],"494":[{"name":"ACTION_REVOCATION_DEFAULT_CACHE","features":[127]},{"name":"ACTION_REVOCATION_DEFAULT_ONLINE","features":[127]},{"name":"CERTVIEW_CRYPTUI_LPARAM","features":[127]},{"name":"CERT_CERTIFICATE_ACTION_VERIFY","features":[127]},{"name":"CERT_CREDENTIAL_PROVIDER_ID","features":[127]},{"name":"CERT_DISPWELL_DISTRUST_ADD_CA_CERT","features":[127]},{"name":"CERT_DISPWELL_DISTRUST_ADD_LEAF_CERT","features":[127]},{"name":"CERT_DISPWELL_DISTRUST_CA_CERT","features":[127]},{"name":"CERT_DISPWELL_DISTRUST_LEAF_CERT","features":[127]},{"name":"CERT_DISPWELL_SELECT","features":[127]},{"name":"CERT_DISPWELL_TRUST_ADD_CA_CERT","features":[127]},{"name":"CERT_DISPWELL_TRUST_ADD_LEAF_CERT","features":[127]},{"name":"CERT_DISPWELL_TRUST_CA_CERT","features":[127]},{"name":"CERT_DISPWELL_TRUST_LEAF_CERT","features":[127]},{"name":"CERT_FILTER_DATA","features":[127]},{"name":"CERT_FILTER_EXTENSION_MATCH","features":[127]},{"name":"CERT_FILTER_INCLUDE_V1_CERTS","features":[127]},{"name":"CERT_FILTER_ISSUER_CERTS_ONLY","features":[127]},{"name":"CERT_FILTER_KEY_EXISTS","features":[127]},{"name":"CERT_FILTER_LEAF_CERTS_ONLY","features":[127]},{"name":"CERT_FILTER_OP_EQUALITY","features":[127]},{"name":"CERT_FILTER_OP_EXISTS","features":[127]},{"name":"CERT_FILTER_OP_NOT_EXISTS","features":[127]},{"name":"CERT_FILTER_VALID_SIGNATURE","features":[127]},{"name":"CERT_FILTER_VALID_TIME_RANGE","features":[127]},{"name":"CERT_SELECTUI_INPUT","features":[3,127]},{"name":"CERT_SELECT_STRUCT_A","features":[3,127]},{"name":"CERT_SELECT_STRUCT_FLAGS","features":[127]},{"name":"CERT_SELECT_STRUCT_W","features":[3,127]},{"name":"CERT_TRUST_DO_FULL_SEARCH","features":[127]},{"name":"CERT_TRUST_DO_FULL_TRUST","features":[127]},{"name":"CERT_TRUST_MASK","features":[127]},{"name":"CERT_TRUST_PERMIT_MISSING_CRLS","features":[127]},{"name":"CERT_VALIDITY_AFTER_END","features":[127]},{"name":"CERT_VALIDITY_BEFORE_START","features":[127]},{"name":"CERT_VALIDITY_CERTIFICATE_REVOKED","features":[127]},{"name":"CERT_VALIDITY_CRL_OUT_OF_DATE","features":[127]},{"name":"CERT_VALIDITY_EXPLICITLY_DISTRUSTED","features":[127]},{"name":"CERT_VALIDITY_EXTENDED_USAGE_FAILURE","features":[127]},{"name":"CERT_VALIDITY_ISSUER_DISTRUST","features":[127]},{"name":"CERT_VALIDITY_ISSUER_INVALID","features":[127]},{"name":"CERT_VALIDITY_KEY_USAGE_EXT_FAILURE","features":[127]},{"name":"CERT_VALIDITY_MASK_TRUST","features":[127]},{"name":"CERT_VALIDITY_MASK_VALIDITY","features":[127]},{"name":"CERT_VALIDITY_NAME_CONSTRAINTS_FAILURE","features":[127]},{"name":"CERT_VALIDITY_NO_CRL_FOUND","features":[127]},{"name":"CERT_VALIDITY_NO_ISSUER_CERT_FOUND","features":[127]},{"name":"CERT_VALIDITY_NO_TRUST_DATA","features":[127]},{"name":"CERT_VALIDITY_OTHER_ERROR","features":[127]},{"name":"CERT_VALIDITY_OTHER_EXTENSION_FAILURE","features":[127]},{"name":"CERT_VALIDITY_PERIOD_NESTING_FAILURE","features":[127]},{"name":"CERT_VALIDITY_SIGNATURE_FAILS","features":[127]},{"name":"CERT_VALIDITY_UNKNOWN_CRITICAL_EXTENSION","features":[127]},{"name":"CERT_VERIFY_CERTIFICATE_TRUST","features":[3,127]},{"name":"CERT_VIEWPROPERTIES_STRUCT_A","features":[3,14,127,42,52]},{"name":"CERT_VIEWPROPERTIES_STRUCT_FLAGS","features":[127]},{"name":"CERT_VIEWPROPERTIES_STRUCT_W","features":[3,14,127,42,52]},{"name":"CM_ADD_CERT_STORES","features":[127]},{"name":"CM_ENABLEHOOK","features":[127]},{"name":"CM_ENABLETEMPLATE","features":[127]},{"name":"CM_HIDE_ADVANCEPAGE","features":[127]},{"name":"CM_HIDE_DETAILPAGE","features":[127]},{"name":"CM_HIDE_TRUSTPAGE","features":[127]},{"name":"CM_NO_EDITTRUST","features":[127]},{"name":"CM_NO_NAMECHANGE","features":[127]},{"name":"CM_SHOW_HELP","features":[127]},{"name":"CM_SHOW_HELPICON","features":[127]},{"name":"CM_VIEWFLAGS_MASK","features":[127]},{"name":"CRYPTDLG_ACTION_MASK","features":[127]},{"name":"CRYPTDLG_CACHE_ONLY_URL_RETRIEVAL","features":[127]},{"name":"CRYPTDLG_DISABLE_AIA","features":[127]},{"name":"CRYPTDLG_POLICY_MASK","features":[127]},{"name":"CRYPTDLG_REVOCATION_CACHE","features":[127]},{"name":"CRYPTDLG_REVOCATION_DEFAULT","features":[127]},{"name":"CRYPTDLG_REVOCATION_NONE","features":[127]},{"name":"CRYPTDLG_REVOCATION_ONLINE","features":[127]},{"name":"CRYPTUI_ACCEPT_DECLINE_STYLE","features":[127]},{"name":"CRYPTUI_CACHE_ONLY_URL_RETRIEVAL","features":[127]},{"name":"CRYPTUI_CERT_MGR_PUBLISHER_TAB","features":[127]},{"name":"CRYPTUI_CERT_MGR_SINGLE_TAB_FLAG","features":[127]},{"name":"CRYPTUI_CERT_MGR_STRUCT","features":[3,127]},{"name":"CRYPTUI_CERT_MGR_TAB_MASK","features":[127]},{"name":"CRYPTUI_DISABLE_ADDTOSTORE","features":[127]},{"name":"CRYPTUI_DISABLE_EDITPROPERTIES","features":[127]},{"name":"CRYPTUI_DISABLE_EXPORT","features":[127]},{"name":"CRYPTUI_DISABLE_HTMLLINK","features":[127]},{"name":"CRYPTUI_DISABLE_ISSUERSTATEMENT","features":[127]},{"name":"CRYPTUI_DONT_OPEN_STORES","features":[127]},{"name":"CRYPTUI_ENABLE_ADDTOSTORE","features":[127]},{"name":"CRYPTUI_ENABLE_EDITPROPERTIES","features":[127]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECKING","features":[127]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_CHAIN","features":[127]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[127]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_END_CERT","features":[127]},{"name":"CRYPTUI_HIDE_DETAILPAGE","features":[127]},{"name":"CRYPTUI_HIDE_HIERARCHYPAGE","features":[127]},{"name":"CRYPTUI_IGNORE_UNTRUSTED_ROOT","features":[127]},{"name":"CRYPTUI_INITDIALOG_STRUCT","features":[3,127]},{"name":"CRYPTUI_ONLY_OPEN_ROOT_STORE","features":[127]},{"name":"CRYPTUI_SELECT_EXPIRATION_COLUMN","features":[127]},{"name":"CRYPTUI_SELECT_FRIENDLYNAME_COLUMN","features":[127]},{"name":"CRYPTUI_SELECT_INTENDEDUSE_COLUMN","features":[127]},{"name":"CRYPTUI_SELECT_ISSUEDBY_COLUMN","features":[127]},{"name":"CRYPTUI_SELECT_ISSUEDTO_COLUMN","features":[127]},{"name":"CRYPTUI_SELECT_LOCATION_COLUMN","features":[127]},{"name":"CRYPTUI_VIEWCERTIFICATE_FLAGS","features":[127]},{"name":"CRYPTUI_VIEWCERTIFICATE_STRUCTA","features":[3,14,124,125,127,128,42,52]},{"name":"CRYPTUI_VIEWCERTIFICATE_STRUCTW","features":[3,14,124,125,127,128,42,52]},{"name":"CRYPTUI_WARN_REMOTE_TRUST","features":[127]},{"name":"CRYPTUI_WARN_UNTRUSTED_ROOT","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_ADDITIONAL_CERT_CHOICE","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_CHAIN","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_CHAIN_NO_ROOT","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_NONE","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_BLOB_INFO","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CERT","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CERT_PVK_INFO","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_COMMERCIAL","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_EXCLUDE_PAGE_HASHES","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_EXTENDED_INFO","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INCLUDE_PAGE_HASHES","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INDIVIDUAL","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INFO","features":[3,127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_NONE","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE_INFO","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_OPTION","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_PROV","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SIG_TYPE","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_STORE","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO","features":[3,127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_BLOB","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_FILE","features":[127]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_NONE","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO","features":[3,127]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_CONTEXT","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_STORE","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_STORE_CERTIFICATES_ONLY","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_CRL_CONTEXT","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_CTL_CONTEXT","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_BASE64","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_CRL","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_CTL","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_DER","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_PFX","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_PKCS7","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_SERIALIZED_CERT_STORE","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_INFO","features":[3,127]},{"name":"CRYPTUI_WIZ_EXPORT_NO_DELETE_PRIVATE_KEY","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_PRIVATE_KEY","features":[127]},{"name":"CRYPTUI_WIZ_EXPORT_SUBJECT","features":[127]},{"name":"CRYPTUI_WIZ_FLAGS","features":[127]},{"name":"CRYPTUI_WIZ_IGNORE_NO_UI_FLAG_FOR_CSPS","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CERT","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CRL","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CTL","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_NO_CHANGE_DEST_STORE","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_REMOTE_DEST_STORE","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_SRC_INFO","features":[3,127]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CERT_CONTEXT","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CERT_STORE","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CRL_CONTEXT","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CTL_CONTEXT","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_FILE","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_OPTION","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_TO_CURRENTUSER","features":[127]},{"name":"CRYPTUI_WIZ_IMPORT_TO_LOCALMACHINE","features":[127]},{"name":"CRYPTUI_WIZ_NO_UI","features":[127]},{"name":"CRYPTUI_WIZ_NO_UI_EXCEPT_CSP","features":[127]},{"name":"CRYTPDLG_FLAGS_MASK","features":[127]},{"name":"CSS_ALLOWMULTISELECT","features":[127]},{"name":"CSS_ENABLEHOOK","features":[127]},{"name":"CSS_ENABLETEMPLATE","features":[127]},{"name":"CSS_ENABLETEMPLATEHANDLE","features":[127]},{"name":"CSS_HIDE_PROPERTIES","features":[127]},{"name":"CSS_SELECTCERT_MASK","features":[127]},{"name":"CSS_SHOW_HELP","features":[127]},{"name":"CTL_MODIFY_REQUEST","features":[3,127]},{"name":"CTL_MODIFY_REQUEST_ADD_NOT_TRUSTED","features":[127]},{"name":"CTL_MODIFY_REQUEST_ADD_TRUSTED","features":[127]},{"name":"CTL_MODIFY_REQUEST_OPERATION","features":[127]},{"name":"CTL_MODIFY_REQUEST_REMOVE","features":[127]},{"name":"CertSelectionGetSerializedBlob","features":[3,127]},{"name":"CryptUIDlgCertMgr","features":[3,127]},{"name":"CryptUIDlgSelectCertificateFromStore","features":[3,127]},{"name":"CryptUIDlgViewCertificateA","features":[3,14,124,125,127,128,42,52]},{"name":"CryptUIDlgViewCertificateW","features":[3,14,124,125,127,128,42,52]},{"name":"CryptUIDlgViewContext","features":[3,127]},{"name":"CryptUIWizDigitalSign","features":[3,127]},{"name":"CryptUIWizExport","features":[3,127]},{"name":"CryptUIWizFreeDigitalSignContext","features":[3,127]},{"name":"CryptUIWizImport","features":[3,127]},{"name":"PFNCFILTERPROC","features":[3,127]},{"name":"PFNCMFILTERPROC","features":[3,127]},{"name":"PFNCMHOOKPROC","features":[3,127]},{"name":"PFNTRUSTHELPER","features":[3,127]},{"name":"POLICY_IGNORE_NON_CRITICAL_BC","features":[127]},{"name":"SELCERT_ALGORITHM","features":[127]},{"name":"SELCERT_CERTLIST","features":[127]},{"name":"SELCERT_FINEPRINT","features":[127]},{"name":"SELCERT_ISSUED_TO","features":[127]},{"name":"SELCERT_PROPERTIES","features":[127]},{"name":"SELCERT_SERIAL_NUM","features":[127]},{"name":"SELCERT_THUMBPRINT","features":[127]},{"name":"SELCERT_VALIDITY","features":[127]},{"name":"szCERT_CERTIFICATE_ACTION_VERIFY","features":[127]}],"495":[{"name":"AllUserData","features":[129]},{"name":"CurrentUserData","features":[129]},{"name":"DIAGNOSTIC_DATA_EVENT_BINARY_STATS","features":[129]},{"name":"DIAGNOSTIC_DATA_EVENT_CATEGORY_DESCRIPTION","features":[129]},{"name":"DIAGNOSTIC_DATA_EVENT_PRODUCER_DESCRIPTION","features":[129]},{"name":"DIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION","features":[129]},{"name":"DIAGNOSTIC_DATA_EVENT_TAG_STATS","features":[129]},{"name":"DIAGNOSTIC_DATA_EVENT_TRANSCRIPT_CONFIGURATION","features":[129]},{"name":"DIAGNOSTIC_DATA_GENERAL_STATS","features":[129]},{"name":"DIAGNOSTIC_DATA_RECORD","features":[3,129]},{"name":"DIAGNOSTIC_DATA_SEARCH_CRITERIA","features":[3,129]},{"name":"DIAGNOSTIC_REPORT_DATA","features":[3,129]},{"name":"DIAGNOSTIC_REPORT_PARAMETER","features":[129]},{"name":"DIAGNOSTIC_REPORT_SIGNATURE","features":[129]},{"name":"DdqAccessLevel","features":[129]},{"name":"DdqCancelDiagnosticRecordOperation","features":[129]},{"name":"DdqCloseSession","features":[129]},{"name":"DdqCreateSession","features":[129]},{"name":"DdqExtractDiagnosticReport","features":[129]},{"name":"DdqFreeDiagnosticRecordLocaleTags","features":[129]},{"name":"DdqFreeDiagnosticRecordPage","features":[129]},{"name":"DdqFreeDiagnosticRecordProducerCategories","features":[129]},{"name":"DdqFreeDiagnosticRecordProducers","features":[129]},{"name":"DdqFreeDiagnosticReport","features":[129]},{"name":"DdqGetDiagnosticDataAccessLevelAllowed","features":[129]},{"name":"DdqGetDiagnosticRecordAtIndex","features":[3,129]},{"name":"DdqGetDiagnosticRecordBinaryDistribution","features":[129]},{"name":"DdqGetDiagnosticRecordCategoryAtIndex","features":[129]},{"name":"DdqGetDiagnosticRecordCategoryCount","features":[129]},{"name":"DdqGetDiagnosticRecordCount","features":[129]},{"name":"DdqGetDiagnosticRecordLocaleTagAtIndex","features":[129]},{"name":"DdqGetDiagnosticRecordLocaleTagCount","features":[129]},{"name":"DdqGetDiagnosticRecordLocaleTags","features":[129]},{"name":"DdqGetDiagnosticRecordPage","features":[3,129]},{"name":"DdqGetDiagnosticRecordPayload","features":[129]},{"name":"DdqGetDiagnosticRecordProducerAtIndex","features":[129]},{"name":"DdqGetDiagnosticRecordProducerCategories","features":[129]},{"name":"DdqGetDiagnosticRecordProducerCount","features":[129]},{"name":"DdqGetDiagnosticRecordProducers","features":[129]},{"name":"DdqGetDiagnosticRecordStats","features":[3,129]},{"name":"DdqGetDiagnosticRecordSummary","features":[129]},{"name":"DdqGetDiagnosticRecordTagDistribution","features":[129]},{"name":"DdqGetDiagnosticReport","features":[129]},{"name":"DdqGetDiagnosticReportAtIndex","features":[3,129]},{"name":"DdqGetDiagnosticReportCount","features":[129]},{"name":"DdqGetDiagnosticReportStoreReportCount","features":[129]},{"name":"DdqGetSessionAccessLevel","features":[129]},{"name":"DdqGetTranscriptConfiguration","features":[129]},{"name":"DdqIsDiagnosticRecordSampledIn","features":[3,129]},{"name":"DdqSetTranscriptConfiguration","features":[129]},{"name":"HDIAGNOSTIC_DATA_QUERY_SESSION","features":[129]},{"name":"HDIAGNOSTIC_EVENT_CATEGORY_DESCRIPTION","features":[129]},{"name":"HDIAGNOSTIC_EVENT_PRODUCER_DESCRIPTION","features":[129]},{"name":"HDIAGNOSTIC_EVENT_TAG_DESCRIPTION","features":[129]},{"name":"HDIAGNOSTIC_RECORD","features":[129]},{"name":"HDIAGNOSTIC_REPORT","features":[129]},{"name":"NoData","features":[129]}],"496":[{"name":"DSCreateISecurityInfoObject","features":[3,130]},{"name":"DSCreateISecurityInfoObjectEx","features":[3,130]},{"name":"DSCreateSecurityPage","features":[3,130,42]},{"name":"DSEditSecurity","features":[3,130]},{"name":"DSSI_IS_ROOT","features":[130]},{"name":"DSSI_NO_ACCESS_CHECK","features":[130]},{"name":"DSSI_NO_EDIT_OWNER","features":[130]},{"name":"DSSI_NO_EDIT_SACL","features":[130]},{"name":"DSSI_NO_FILTER","features":[130]},{"name":"DSSI_NO_READONLY_MESSAGE","features":[130]},{"name":"DSSI_READ_ONLY","features":[130]},{"name":"PFNDSCREATEISECINFO","features":[3,130]},{"name":"PFNDSCREATEISECINFOEX","features":[3,130]},{"name":"PFNDSCREATESECPAGE","features":[3,130,42]},{"name":"PFNDSEDITSECURITY","features":[3,130]},{"name":"PFNREADOBJECTSECURITY","features":[3,130]},{"name":"PFNWRITEOBJECTSECURITY","features":[3,130]}],"497":[{"name":"ENTERPRISE_DATA_POLICIES","features":[131]},{"name":"ENTERPRISE_POLICY_ALLOWED","features":[131]},{"name":"ENTERPRISE_POLICY_ENLIGHTENED","features":[131]},{"name":"ENTERPRISE_POLICY_EXEMPT","features":[131]},{"name":"ENTERPRISE_POLICY_NONE","features":[131]},{"name":"FILE_UNPROTECT_OPTIONS","features":[131]},{"name":"HTHREAD_NETWORK_CONTEXT","features":[3,131]},{"name":"IProtectionPolicyManagerInterop","features":[131]},{"name":"IProtectionPolicyManagerInterop2","features":[131]},{"name":"IProtectionPolicyManagerInterop3","features":[131]},{"name":"ProtectFileToEnterpriseIdentity","features":[131]},{"name":"SRPHOSTING_TYPE","features":[131]},{"name":"SRPHOSTING_TYPE_NONE","features":[131]},{"name":"SRPHOSTING_TYPE_WINHTTP","features":[131]},{"name":"SRPHOSTING_TYPE_WININET","features":[131]},{"name":"SRPHOSTING_VERSION","features":[131]},{"name":"SRPHOSTING_VERSION1","features":[131]},{"name":"SrpCloseThreadNetworkContext","features":[3,131]},{"name":"SrpCreateThreadNetworkContext","features":[3,131]},{"name":"SrpDisablePermissiveModeFileEncryption","features":[131]},{"name":"SrpDoesPolicyAllowAppExecution","features":[3,131,132]},{"name":"SrpEnablePermissiveModeFileEncryption","features":[131]},{"name":"SrpGetEnterpriseIds","features":[3,131]},{"name":"SrpGetEnterprisePolicy","features":[3,131]},{"name":"SrpHostingInitialize","features":[131]},{"name":"SrpHostingTerminate","features":[131]},{"name":"SrpIsTokenService","features":[3,131]},{"name":"SrpSetTokenEnterpriseId","features":[3,131]},{"name":"UnprotectFile","features":[131]}],"498":[{"name":"CERTIFICATE_HASH_LENGTH","features":[105]},{"name":"EAPACTION_Authenticate","features":[105]},{"name":"EAPACTION_Done","features":[105]},{"name":"EAPACTION_IndicateIdentity","features":[105]},{"name":"EAPACTION_IndicateTLV","features":[105]},{"name":"EAPACTION_NoAction","features":[105]},{"name":"EAPACTION_Send","features":[105]},{"name":"EAPACTION_SendAndDone","features":[105]},{"name":"EAPACTION_SendWithTimeout","features":[105]},{"name":"EAPACTION_SendWithTimeoutInteractive","features":[105]},{"name":"EAPCODE_Failure","features":[105]},{"name":"EAPCODE_Request","features":[105]},{"name":"EAPCODE_Response","features":[105]},{"name":"EAPCODE_Success","features":[105]},{"name":"EAPHOST_AUTH_INFO","features":[105]},{"name":"EAPHOST_AUTH_STATUS","features":[105]},{"name":"EAPHOST_IDENTITY_UI_PARAMS","features":[105]},{"name":"EAPHOST_INTERACTIVE_UI_PARAMS","features":[105]},{"name":"EAPHOST_METHOD_API_VERSION","features":[105]},{"name":"EAPHOST_PEER_API_VERSION","features":[105]},{"name":"EAP_ATTRIBUTE","features":[105]},{"name":"EAP_ATTRIBUTES","features":[105]},{"name":"EAP_ATTRIBUTE_TYPE","features":[105]},{"name":"EAP_AUTHENTICATOR_METHOD_ROUTINES","features":[105]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT","features":[105]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_BASIC","features":[105]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_INTERACTIVE","features":[105]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_NONE","features":[105]},{"name":"EAP_AUTHENTICATOR_VALUENAME_CONFIGUI","features":[105]},{"name":"EAP_AUTHENTICATOR_VALUENAME_DLL_PATH","features":[105]},{"name":"EAP_AUTHENTICATOR_VALUENAME_FRIENDLY_NAME","features":[105]},{"name":"EAP_AUTHENTICATOR_VALUENAME_PROPERTIES","features":[105]},{"name":"EAP_CERTIFICATE_CREDENTIAL","features":[105]},{"name":"EAP_CONFIG_INPUT_FIELD_ARRAY","features":[105]},{"name":"EAP_CONFIG_INPUT_FIELD_DATA","features":[105]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_DEFAULT","features":[105]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_NON_DISPLAYABLE","features":[105]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_NON_PERSIST","features":[105]},{"name":"EAP_CONFIG_INPUT_FIELD_TYPE","features":[105]},{"name":"EAP_CREDENTIAL_VERSION","features":[105]},{"name":"EAP_CRED_EXPIRY_REQ","features":[105]},{"name":"EAP_EMPTY_CREDENTIAL","features":[105]},{"name":"EAP_ERROR","features":[105]},{"name":"EAP_E_AUTHENTICATION_FAILED","features":[105]},{"name":"EAP_E_CERT_STORE_INACCESSIBLE","features":[105]},{"name":"EAP_E_EAPHOST_EAPQEC_INACCESSIBLE","features":[105]},{"name":"EAP_E_EAPHOST_FIRST","features":[105]},{"name":"EAP_E_EAPHOST_IDENTITY_UNKNOWN","features":[105]},{"name":"EAP_E_EAPHOST_LAST","features":[105]},{"name":"EAP_E_EAPHOST_METHOD_INVALID_PACKET","features":[105]},{"name":"EAP_E_EAPHOST_METHOD_NOT_INSTALLED","features":[105]},{"name":"EAP_E_EAPHOST_METHOD_OPERATION_NOT_SUPPORTED","features":[105]},{"name":"EAP_E_EAPHOST_REMOTE_INVALID_PACKET","features":[105]},{"name":"EAP_E_EAPHOST_THIRDPARTY_METHOD_HOST_RESET","features":[105]},{"name":"EAP_E_EAPHOST_XML_MALFORMED","features":[105]},{"name":"EAP_E_METHOD_CONFIG_DOES_NOT_SUPPORT_SSO","features":[105]},{"name":"EAP_E_NO_SMART_CARD_READER","features":[105]},{"name":"EAP_E_SERVER_CERT_EXPIRED","features":[105]},{"name":"EAP_E_SERVER_CERT_INVALID","features":[105]},{"name":"EAP_E_SERVER_CERT_NOT_FOUND","features":[105]},{"name":"EAP_E_SERVER_CERT_OTHER_ERROR","features":[105]},{"name":"EAP_E_SERVER_CERT_REVOKED","features":[105]},{"name":"EAP_E_SERVER_FIRST","features":[105]},{"name":"EAP_E_SERVER_LAST","features":[105]},{"name":"EAP_E_SERVER_ROOT_CERT_FIRST","features":[105]},{"name":"EAP_E_SERVER_ROOT_CERT_INVALID","features":[105]},{"name":"EAP_E_SERVER_ROOT_CERT_LAST","features":[105]},{"name":"EAP_E_SERVER_ROOT_CERT_NAME_REQUIRED","features":[105]},{"name":"EAP_E_SERVER_ROOT_CERT_NOT_FOUND","features":[105]},{"name":"EAP_E_SIM_NOT_VALID","features":[105]},{"name":"EAP_E_USER_CERT_EXPIRED","features":[105]},{"name":"EAP_E_USER_CERT_INVALID","features":[105]},{"name":"EAP_E_USER_CERT_NOT_FOUND","features":[105]},{"name":"EAP_E_USER_CERT_OTHER_ERROR","features":[105]},{"name":"EAP_E_USER_CERT_REJECTED","features":[105]},{"name":"EAP_E_USER_CERT_REVOKED","features":[105]},{"name":"EAP_E_USER_CREDENTIALS_REJECTED","features":[105]},{"name":"EAP_E_USER_FIRST","features":[105]},{"name":"EAP_E_USER_LAST","features":[105]},{"name":"EAP_E_USER_NAME_PASSWORD_REJECTED","features":[105]},{"name":"EAP_E_USER_ROOT_CERT_EXPIRED","features":[105]},{"name":"EAP_E_USER_ROOT_CERT_FIRST","features":[105]},{"name":"EAP_E_USER_ROOT_CERT_INVALID","features":[105]},{"name":"EAP_E_USER_ROOT_CERT_LAST","features":[105]},{"name":"EAP_E_USER_ROOT_CERT_NOT_FOUND","features":[105]},{"name":"EAP_FLAG_CONFG_READONLY","features":[105]},{"name":"EAP_FLAG_FULL_AUTH","features":[105]},{"name":"EAP_FLAG_GUEST_ACCESS","features":[105]},{"name":"EAP_FLAG_LOGON","features":[105]},{"name":"EAP_FLAG_MACHINE_AUTH","features":[105]},{"name":"EAP_FLAG_NON_INTERACTIVE","features":[105]},{"name":"EAP_FLAG_ONLY_EAP_TLS","features":[105]},{"name":"EAP_FLAG_PREFER_ALT_CREDENTIALS","features":[105]},{"name":"EAP_FLAG_PREVIEW","features":[105]},{"name":"EAP_FLAG_PRE_LOGON","features":[105]},{"name":"EAP_FLAG_RESUME_FROM_HIBERNATE","features":[105]},{"name":"EAP_FLAG_Reserved1","features":[105]},{"name":"EAP_FLAG_Reserved2","features":[105]},{"name":"EAP_FLAG_Reserved3","features":[105]},{"name":"EAP_FLAG_Reserved4","features":[105]},{"name":"EAP_FLAG_Reserved5","features":[105]},{"name":"EAP_FLAG_Reserved6","features":[105]},{"name":"EAP_FLAG_Reserved7","features":[105]},{"name":"EAP_FLAG_Reserved8","features":[105]},{"name":"EAP_FLAG_Reserved9","features":[105]},{"name":"EAP_FLAG_SERVER_VALIDATION_REQUIRED","features":[105]},{"name":"EAP_FLAG_SUPRESS_UI","features":[105]},{"name":"EAP_FLAG_USER_AUTH","features":[105]},{"name":"EAP_FLAG_VPN","features":[105]},{"name":"EAP_GROUP_MASK","features":[105]},{"name":"EAP_INTERACTIVE_UI_DATA","features":[105]},{"name":"EAP_INTERACTIVE_UI_DATA_TYPE","features":[105]},{"name":"EAP_INTERACTIVE_UI_DATA_VERSION","features":[105]},{"name":"EAP_INVALID_PACKET","features":[105]},{"name":"EAP_I_EAPHOST_EAP_NEGOTIATION_FAILED","features":[105]},{"name":"EAP_I_EAPHOST_FIRST","features":[105]},{"name":"EAP_I_EAPHOST_LAST","features":[105]},{"name":"EAP_I_USER_ACCOUNT_OTHER_ERROR","features":[105]},{"name":"EAP_I_USER_FIRST","features":[105]},{"name":"EAP_I_USER_LAST","features":[105]},{"name":"EAP_METHOD_AUTHENTICATOR_CONFIG_IS_IDENTITY_PRIVACY","features":[105]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_ACTION","features":[105]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_AUTHENTICATE","features":[105]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_DISCARD","features":[105]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_HANDLE_IDENTITY","features":[105]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_RESPOND","features":[105]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_RESULT","features":[105]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_SEND","features":[105]},{"name":"EAP_METHOD_AUTHENTICATOR_RESULT","features":[3,105]},{"name":"EAP_METHOD_INFO","features":[105]},{"name":"EAP_METHOD_INFO_ARRAY","features":[105]},{"name":"EAP_METHOD_INFO_ARRAY_EX","features":[105]},{"name":"EAP_METHOD_INFO_EX","features":[105]},{"name":"EAP_METHOD_INVALID_PACKET","features":[105]},{"name":"EAP_METHOD_PROPERTY","features":[3,105]},{"name":"EAP_METHOD_PROPERTY_ARRAY","features":[3,105]},{"name":"EAP_METHOD_PROPERTY_TYPE","features":[105]},{"name":"EAP_METHOD_PROPERTY_VALUE","features":[3,105]},{"name":"EAP_METHOD_PROPERTY_VALUE_BOOL","features":[3,105]},{"name":"EAP_METHOD_PROPERTY_VALUE_DWORD","features":[105]},{"name":"EAP_METHOD_PROPERTY_VALUE_STRING","features":[105]},{"name":"EAP_METHOD_PROPERTY_VALUE_TYPE","features":[105]},{"name":"EAP_METHOD_TYPE","features":[105]},{"name":"EAP_PEER_FLAG_GUEST_ACCESS","features":[105]},{"name":"EAP_PEER_FLAG_HEALTH_STATE_CHANGE","features":[105]},{"name":"EAP_PEER_METHOD_ROUTINES","features":[105]},{"name":"EAP_PEER_VALUENAME_CONFIGUI","features":[105]},{"name":"EAP_PEER_VALUENAME_DLL_PATH","features":[105]},{"name":"EAP_PEER_VALUENAME_FRIENDLY_NAME","features":[105]},{"name":"EAP_PEER_VALUENAME_IDENTITY","features":[105]},{"name":"EAP_PEER_VALUENAME_INTERACTIVEUI","features":[105]},{"name":"EAP_PEER_VALUENAME_INVOKE_NAMEDLG","features":[105]},{"name":"EAP_PEER_VALUENAME_INVOKE_PWDDLG","features":[105]},{"name":"EAP_PEER_VALUENAME_PROPERTIES","features":[105]},{"name":"EAP_PEER_VALUENAME_REQUIRE_CONFIGUI","features":[105]},{"name":"EAP_REGISTRY_LOCATION","features":[105]},{"name":"EAP_SIM_CREDENTIAL","features":[105]},{"name":"EAP_TYPE","features":[105]},{"name":"EAP_UI_DATA_FORMAT","features":[105]},{"name":"EAP_UI_INPUT_FIELD_PROPS_DEFAULT","features":[105]},{"name":"EAP_UI_INPUT_FIELD_PROPS_NON_DISPLAYABLE","features":[105]},{"name":"EAP_UI_INPUT_FIELD_PROPS_NON_PERSIST","features":[105]},{"name":"EAP_UI_INPUT_FIELD_PROPS_READ_ONLY","features":[105]},{"name":"EAP_USERNAME_PASSWORD_CREDENTIAL","features":[105]},{"name":"EAP_VALUENAME_PROPERTIES","features":[105]},{"name":"EAP_WINLOGON_CREDENTIAL","features":[105]},{"name":"EapCertificateCredential","features":[105]},{"name":"EapCode","features":[105]},{"name":"EapCodeFailure","features":[105]},{"name":"EapCodeMaximum","features":[105]},{"name":"EapCodeMinimum","features":[105]},{"name":"EapCodeRequest","features":[105]},{"name":"EapCodeResponse","features":[105]},{"name":"EapCodeSuccess","features":[105]},{"name":"EapConfigInputEdit","features":[105]},{"name":"EapConfigInputNetworkPassword","features":[105]},{"name":"EapConfigInputNetworkUsername","features":[105]},{"name":"EapConfigInputPSK","features":[105]},{"name":"EapConfigInputPassword","features":[105]},{"name":"EapConfigInputPin","features":[105]},{"name":"EapConfigInputUsername","features":[105]},{"name":"EapConfigSmartCardError","features":[105]},{"name":"EapConfigSmartCardUsername","features":[105]},{"name":"EapCredExpiryReq","features":[105]},{"name":"EapCredExpiryResp","features":[105]},{"name":"EapCredLogonReq","features":[105]},{"name":"EapCredLogonResp","features":[105]},{"name":"EapCredReq","features":[105]},{"name":"EapCredResp","features":[105]},{"name":"EapCredential","features":[105]},{"name":"EapCredentialType","features":[105]},{"name":"EapCredentialTypeData","features":[105]},{"name":"EapHostAuthFailed","features":[105]},{"name":"EapHostAuthIdentityExchange","features":[105]},{"name":"EapHostAuthInProgress","features":[105]},{"name":"EapHostAuthNegotiatingType","features":[105]},{"name":"EapHostAuthNotStarted","features":[105]},{"name":"EapHostAuthSucceeded","features":[105]},{"name":"EapHostInvalidSession","features":[105]},{"name":"EapHostNapInfo","features":[105]},{"name":"EapHostPeerAuthParams","features":[105]},{"name":"EapHostPeerAuthStatus","features":[105]},{"name":"EapHostPeerBeginSession","features":[3,105]},{"name":"EapHostPeerClearConnection","features":[105]},{"name":"EapHostPeerConfigBlob2Xml","features":[105]},{"name":"EapHostPeerConfigXml2Blob","features":[105]},{"name":"EapHostPeerCredentialsXml2Blob","features":[105]},{"name":"EapHostPeerEndSession","features":[105]},{"name":"EapHostPeerFreeEapError","features":[105]},{"name":"EapHostPeerFreeErrorMemory","features":[105]},{"name":"EapHostPeerFreeMemory","features":[105]},{"name":"EapHostPeerFreeRuntimeMemory","features":[105]},{"name":"EapHostPeerGetAuthStatus","features":[105]},{"name":"EapHostPeerGetDataToUnplumbCredentials","features":[3,105]},{"name":"EapHostPeerGetEncryptedPassword","features":[105]},{"name":"EapHostPeerGetIdentity","features":[3,105]},{"name":"EapHostPeerGetMethodProperties","features":[3,105]},{"name":"EapHostPeerGetMethods","features":[105]},{"name":"EapHostPeerGetResponseAttributes","features":[105]},{"name":"EapHostPeerGetResult","features":[3,105]},{"name":"EapHostPeerGetSendPacket","features":[105]},{"name":"EapHostPeerGetUIContext","features":[105]},{"name":"EapHostPeerIdentity","features":[105]},{"name":"EapHostPeerIdentityExtendedInfo","features":[105]},{"name":"EapHostPeerInitialize","features":[105]},{"name":"EapHostPeerInvokeConfigUI","features":[3,105]},{"name":"EapHostPeerInvokeIdentityUI","features":[3,105]},{"name":"EapHostPeerInvokeInteractiveUI","features":[3,105]},{"name":"EapHostPeerMethodResult","features":[3,105]},{"name":"EapHostPeerMethodResultAltSuccessReceived","features":[105]},{"name":"EapHostPeerMethodResultFromMethod","features":[105]},{"name":"EapHostPeerMethodResultReason","features":[105]},{"name":"EapHostPeerMethodResultTimeout","features":[105]},{"name":"EapHostPeerProcessReceivedPacket","features":[105]},{"name":"EapHostPeerQueryCredentialInputFields","features":[3,105]},{"name":"EapHostPeerQueryInteractiveUIInputFields","features":[105]},{"name":"EapHostPeerQueryUIBlobFromInteractiveUIInputFields","features":[105]},{"name":"EapHostPeerQueryUserBlobFromCredentialInputFields","features":[3,105]},{"name":"EapHostPeerResponseAction","features":[105]},{"name":"EapHostPeerResponseDiscard","features":[105]},{"name":"EapHostPeerResponseInvokeUi","features":[105]},{"name":"EapHostPeerResponseNone","features":[105]},{"name":"EapHostPeerResponseRespond","features":[105]},{"name":"EapHostPeerResponseResult","features":[105]},{"name":"EapHostPeerResponseSend","features":[105]},{"name":"EapHostPeerResponseStartAuthentication","features":[105]},{"name":"EapHostPeerSetResponseAttributes","features":[105]},{"name":"EapHostPeerSetUIContext","features":[105]},{"name":"EapHostPeerUninitialize","features":[105]},{"name":"EapPacket","features":[105]},{"name":"EapPeerMethodOutput","features":[3,105]},{"name":"EapPeerMethodResponseAction","features":[105]},{"name":"EapPeerMethodResponseActionDiscard","features":[105]},{"name":"EapPeerMethodResponseActionInvokeUI","features":[105]},{"name":"EapPeerMethodResponseActionNone","features":[105]},{"name":"EapPeerMethodResponseActionRespond","features":[105]},{"name":"EapPeerMethodResponseActionResult","features":[105]},{"name":"EapPeerMethodResponseActionSend","features":[105]},{"name":"EapPeerMethodResult","features":[3,70,105]},{"name":"EapPeerMethodResultFailure","features":[105]},{"name":"EapPeerMethodResultReason","features":[105]},{"name":"EapPeerMethodResultSuccess","features":[105]},{"name":"EapPeerMethodResultUnknown","features":[105]},{"name":"EapSimCredential","features":[105]},{"name":"EapUsernamePasswordCredential","features":[105]},{"name":"FACILITY_EAP_MESSAGE","features":[105]},{"name":"GUID_EapHost_Cause_CertStoreInaccessible","features":[105]},{"name":"GUID_EapHost_Cause_EapNegotiationFailed","features":[105]},{"name":"GUID_EapHost_Cause_EapQecInaccessible","features":[105]},{"name":"GUID_EapHost_Cause_Generic_AuthFailure","features":[105]},{"name":"GUID_EapHost_Cause_IdentityUnknown","features":[105]},{"name":"GUID_EapHost_Cause_MethodDLLNotFound","features":[105]},{"name":"GUID_EapHost_Cause_MethodDoesNotSupportOperation","features":[105]},{"name":"GUID_EapHost_Cause_Method_Config_Does_Not_Support_Sso","features":[105]},{"name":"GUID_EapHost_Cause_No_SmartCardReader_Found","features":[105]},{"name":"GUID_EapHost_Cause_Server_CertExpired","features":[105]},{"name":"GUID_EapHost_Cause_Server_CertInvalid","features":[105]},{"name":"GUID_EapHost_Cause_Server_CertNotFound","features":[105]},{"name":"GUID_EapHost_Cause_Server_CertOtherError","features":[105]},{"name":"GUID_EapHost_Cause_Server_CertRevoked","features":[105]},{"name":"GUID_EapHost_Cause_Server_Root_CertNameRequired","features":[105]},{"name":"GUID_EapHost_Cause_Server_Root_CertNotFound","features":[105]},{"name":"GUID_EapHost_Cause_SimNotValid","features":[105]},{"name":"GUID_EapHost_Cause_ThirdPartyMethod_Host_Reset","features":[105]},{"name":"GUID_EapHost_Cause_User_Account_OtherProblem","features":[105]},{"name":"GUID_EapHost_Cause_User_CertExpired","features":[105]},{"name":"GUID_EapHost_Cause_User_CertInvalid","features":[105]},{"name":"GUID_EapHost_Cause_User_CertNotFound","features":[105]},{"name":"GUID_EapHost_Cause_User_CertOtherError","features":[105]},{"name":"GUID_EapHost_Cause_User_CertRejected","features":[105]},{"name":"GUID_EapHost_Cause_User_CertRevoked","features":[105]},{"name":"GUID_EapHost_Cause_User_CredsRejected","features":[105]},{"name":"GUID_EapHost_Cause_User_Root_CertExpired","features":[105]},{"name":"GUID_EapHost_Cause_User_Root_CertInvalid","features":[105]},{"name":"GUID_EapHost_Cause_User_Root_CertNotFound","features":[105]},{"name":"GUID_EapHost_Cause_XmlMalformed","features":[105]},{"name":"GUID_EapHost_Default","features":[105]},{"name":"GUID_EapHost_Help_ObtainingCerts","features":[105]},{"name":"GUID_EapHost_Help_Troubleshooting","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_AuthFailure","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_CertNameAbsent","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_CertStoreInaccessible","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_IdentityUnknown","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_InvalidUserAccount","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_InvalidUserCert","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_MethodNotFound","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_NegotiationFailed","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_NoSmartCardReader","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootCertInvalid","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootCertNotFound","features":[105]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootExpired","features":[105]},{"name":"GUID_EapHost_Repair_ContactSysadmin","features":[105]},{"name":"GUID_EapHost_Repair_Method_Not_Support_Sso","features":[105]},{"name":"GUID_EapHost_Repair_No_ValidSim_Found","features":[105]},{"name":"GUID_EapHost_Repair_RestartNap","features":[105]},{"name":"GUID_EapHost_Repair_Retry_Authentication","features":[105]},{"name":"GUID_EapHost_Repair_Server_ClientSelectServerCert","features":[105]},{"name":"GUID_EapHost_Repair_User_AuthFailure","features":[105]},{"name":"GUID_EapHost_Repair_User_GetNewCert","features":[105]},{"name":"GUID_EapHost_Repair_User_SelectValidCert","features":[105]},{"name":"IAccountingProviderConfig","features":[105]},{"name":"IAuthenticationProviderConfig","features":[105]},{"name":"IEAPProviderConfig","features":[105]},{"name":"IEAPProviderConfig2","features":[105]},{"name":"IEAPProviderConfig3","features":[105]},{"name":"IRouterProtocolConfig","features":[105]},{"name":"ISOLATION_STATE","features":[105]},{"name":"ISOLATION_STATE_IN_PROBATION","features":[105]},{"name":"ISOLATION_STATE_NOT_RESTRICTED","features":[105]},{"name":"ISOLATION_STATE_RESTRICTED_ACCESS","features":[105]},{"name":"ISOLATION_STATE_UNKNOWN","features":[105]},{"name":"LEGACY_IDENTITY_UI_PARAMS","features":[105]},{"name":"LEGACY_INTERACTIVE_UI_PARAMS","features":[105]},{"name":"MAXEAPCODE","features":[105]},{"name":"MAX_EAP_CONFIG_INPUT_FIELD_LENGTH","features":[105]},{"name":"MAX_EAP_CONFIG_INPUT_FIELD_VALUE_LENGTH","features":[105]},{"name":"NCRYPT_PIN_CACHE_PIN_BYTE_LENGTH","features":[105]},{"name":"NgcTicketContext","features":[3,70,105]},{"name":"NotificationHandler","features":[105]},{"name":"PPP_EAP_ACTION","features":[105]},{"name":"PPP_EAP_INFO","features":[105]},{"name":"PPP_EAP_INPUT","features":[3,105]},{"name":"PPP_EAP_OUTPUT","features":[3,70,105]},{"name":"PPP_EAP_PACKET","features":[105]},{"name":"RAS_AUTH_ATTRIBUTE","features":[105]},{"name":"RAS_AUTH_ATTRIBUTE_TYPE","features":[105]},{"name":"RAS_EAP_FLAG_8021X_AUTH","features":[105]},{"name":"RAS_EAP_FLAG_ALTERNATIVE_USER_DB","features":[105]},{"name":"RAS_EAP_FLAG_CONFG_READONLY","features":[105]},{"name":"RAS_EAP_FLAG_FIRST_LINK","features":[105]},{"name":"RAS_EAP_FLAG_GUEST_ACCESS","features":[105]},{"name":"RAS_EAP_FLAG_HOSTED_IN_PEAP","features":[105]},{"name":"RAS_EAP_FLAG_LOGON","features":[105]},{"name":"RAS_EAP_FLAG_MACHINE_AUTH","features":[105]},{"name":"RAS_EAP_FLAG_NON_INTERACTIVE","features":[105]},{"name":"RAS_EAP_FLAG_PEAP_FORCE_FULL_AUTH","features":[105]},{"name":"RAS_EAP_FLAG_PEAP_UPFRONT","features":[105]},{"name":"RAS_EAP_FLAG_PREVIEW","features":[105]},{"name":"RAS_EAP_FLAG_PRE_LOGON","features":[105]},{"name":"RAS_EAP_FLAG_RESERVED","features":[105]},{"name":"RAS_EAP_FLAG_RESUME_FROM_HIBERNATE","features":[105]},{"name":"RAS_EAP_FLAG_ROUTER","features":[105]},{"name":"RAS_EAP_FLAG_SAVE_CREDMAN","features":[105]},{"name":"RAS_EAP_FLAG_SERVER_VALIDATION_REQUIRED","features":[105]},{"name":"RAS_EAP_REGISTRY_LOCATION","features":[105]},{"name":"RAS_EAP_ROLE_AUTHENTICATEE","features":[105]},{"name":"RAS_EAP_ROLE_AUTHENTICATOR","features":[105]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_EAP","features":[105]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_PEAP","features":[105]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_VPN","features":[105]},{"name":"RAS_EAP_VALUENAME_CONFIGUI","features":[105]},{"name":"RAS_EAP_VALUENAME_CONFIG_CLSID","features":[105]},{"name":"RAS_EAP_VALUENAME_DEFAULT_DATA","features":[105]},{"name":"RAS_EAP_VALUENAME_ENCRYPTION","features":[105]},{"name":"RAS_EAP_VALUENAME_FILTER_INNERMETHODS","features":[105]},{"name":"RAS_EAP_VALUENAME_FRIENDLY_NAME","features":[105]},{"name":"RAS_EAP_VALUENAME_IDENTITY","features":[105]},{"name":"RAS_EAP_VALUENAME_INTERACTIVEUI","features":[105]},{"name":"RAS_EAP_VALUENAME_INVOKE_NAMEDLG","features":[105]},{"name":"RAS_EAP_VALUENAME_INVOKE_PWDDLG","features":[105]},{"name":"RAS_EAP_VALUENAME_ISTUNNEL_METHOD","features":[105]},{"name":"RAS_EAP_VALUENAME_PATH","features":[105]},{"name":"RAS_EAP_VALUENAME_PER_POLICY_CONFIG","features":[105]},{"name":"RAS_EAP_VALUENAME_REQUIRE_CONFIGUI","features":[105]},{"name":"RAS_EAP_VALUENAME_ROLES_SUPPORTED","features":[105]},{"name":"RAS_EAP_VALUENAME_STANDALONE_SUPPORTED","features":[105]},{"name":"eapPropCertifiedMethod","features":[105]},{"name":"eapPropChannelBinding","features":[105]},{"name":"eapPropCipherSuiteNegotiation","features":[105]},{"name":"eapPropConfidentiality","features":[105]},{"name":"eapPropCryptoBinding","features":[105]},{"name":"eapPropDictionaryAttackResistance","features":[105]},{"name":"eapPropFastReconnect","features":[105]},{"name":"eapPropFragmentation","features":[105]},{"name":"eapPropHiddenMethod","features":[105]},{"name":"eapPropIdentityPrivacy","features":[105]},{"name":"eapPropIntegrity","features":[105]},{"name":"eapPropKeyDerivation","features":[105]},{"name":"eapPropKeyStrength1024","features":[105]},{"name":"eapPropKeyStrength128","features":[105]},{"name":"eapPropKeyStrength256","features":[105]},{"name":"eapPropKeyStrength512","features":[105]},{"name":"eapPropKeyStrength64","features":[105]},{"name":"eapPropMachineAuth","features":[105]},{"name":"eapPropMethodChaining","features":[105]},{"name":"eapPropMppeEncryption","features":[105]},{"name":"eapPropMutualAuth","features":[105]},{"name":"eapPropNap","features":[105]},{"name":"eapPropReplayProtection","features":[105]},{"name":"eapPropReserved","features":[105]},{"name":"eapPropSessionIndependence","features":[105]},{"name":"eapPropSharedStateEquivalence","features":[105]},{"name":"eapPropStandalone","features":[105]},{"name":"eapPropSupportsConfig","features":[105]},{"name":"eapPropTunnelMethod","features":[105]},{"name":"eapPropUserAuth","features":[105]},{"name":"eatARAPChallengeResponse","features":[105]},{"name":"eatARAPFeatures","features":[105]},{"name":"eatARAPGuestLogon","features":[105]},{"name":"eatARAPPassword","features":[105]},{"name":"eatARAPSecurity","features":[105]},{"name":"eatARAPSecurityData","features":[105]},{"name":"eatARAPZoneAccess","features":[105]},{"name":"eatAcctAuthentic","features":[105]},{"name":"eatAcctDelayTime","features":[105]},{"name":"eatAcctEventTimeStamp","features":[105]},{"name":"eatAcctInputOctets","features":[105]},{"name":"eatAcctInputPackets","features":[105]},{"name":"eatAcctInterimInterval","features":[105]},{"name":"eatAcctLinkCount","features":[105]},{"name":"eatAcctMultiSessionId","features":[105]},{"name":"eatAcctOutputOctets","features":[105]},{"name":"eatAcctOutputPackets","features":[105]},{"name":"eatAcctSessionId","features":[105]},{"name":"eatAcctSessionTime","features":[105]},{"name":"eatAcctStatusType","features":[105]},{"name":"eatAcctTerminateCause","features":[105]},{"name":"eatCallbackId","features":[105]},{"name":"eatCallbackNumber","features":[105]},{"name":"eatCalledStationId","features":[105]},{"name":"eatCallingStationId","features":[105]},{"name":"eatCertificateOID","features":[105]},{"name":"eatCertificateThumbprint","features":[105]},{"name":"eatClass","features":[105]},{"name":"eatClearTextPassword","features":[105]},{"name":"eatConfigurationToken","features":[105]},{"name":"eatConnectInfo","features":[105]},{"name":"eatCredentialsChanged","features":[105]},{"name":"eatEAPConfiguration","features":[105]},{"name":"eatEAPMessage","features":[105]},{"name":"eatEAPTLV","features":[105]},{"name":"eatEMSK","features":[105]},{"name":"eatFastRoamedSession","features":[105]},{"name":"eatFilterId","features":[105]},{"name":"eatFramedAppleTalkLink","features":[105]},{"name":"eatFramedAppleTalkNetwork","features":[105]},{"name":"eatFramedAppleTalkZone","features":[105]},{"name":"eatFramedCompression","features":[105]},{"name":"eatFramedIPAddress","features":[105]},{"name":"eatFramedIPNetmask","features":[105]},{"name":"eatFramedIPXNetwork","features":[105]},{"name":"eatFramedIPv6Pool","features":[105]},{"name":"eatFramedIPv6Prefix","features":[105]},{"name":"eatFramedIPv6Route","features":[105]},{"name":"eatFramedInterfaceId","features":[105]},{"name":"eatFramedMTU","features":[105]},{"name":"eatFramedProtocol","features":[105]},{"name":"eatFramedRoute","features":[105]},{"name":"eatFramedRouting","features":[105]},{"name":"eatIdleTimeout","features":[105]},{"name":"eatInnerEapMethodType","features":[105]},{"name":"eatLoginIPHost","features":[105]},{"name":"eatLoginIPv6Host","features":[105]},{"name":"eatLoginLATGroup","features":[105]},{"name":"eatLoginLATNode","features":[105]},{"name":"eatLoginLATPort","features":[105]},{"name":"eatLoginLATService","features":[105]},{"name":"eatLoginService","features":[105]},{"name":"eatLoginTCPPort","features":[105]},{"name":"eatMD5CHAPChallenge","features":[105]},{"name":"eatMD5CHAPPassword","features":[105]},{"name":"eatMethodId","features":[105]},{"name":"eatMinimum","features":[105]},{"name":"eatNASIPAddress","features":[105]},{"name":"eatNASIPv6Address","features":[105]},{"name":"eatNASIdentifier","features":[105]},{"name":"eatNASPort","features":[105]},{"name":"eatNASPortType","features":[105]},{"name":"eatPEAPEmbeddedEAPTypeId","features":[105]},{"name":"eatPEAPFastRoamedSession","features":[105]},{"name":"eatPasswordRetry","features":[105]},{"name":"eatPeerId","features":[105]},{"name":"eatPortLimit","features":[105]},{"name":"eatPrompt","features":[105]},{"name":"eatProxyState","features":[105]},{"name":"eatQuarantineSoH","features":[105]},{"name":"eatReplyMessage","features":[105]},{"name":"eatReserved","features":[105]},{"name":"eatServerId","features":[105]},{"name":"eatServiceType","features":[105]},{"name":"eatSessionId","features":[105]},{"name":"eatSessionTimeout","features":[105]},{"name":"eatSignature","features":[105]},{"name":"eatState","features":[105]},{"name":"eatTerminationAction","features":[105]},{"name":"eatTunnelClientEndpoint","features":[105]},{"name":"eatTunnelMediumType","features":[105]},{"name":"eatTunnelServerEndpoint","features":[105]},{"name":"eatTunnelType","features":[105]},{"name":"eatUnassigned17","features":[105]},{"name":"eatUnassigned21","features":[105]},{"name":"eatUserName","features":[105]},{"name":"eatUserPassword","features":[105]},{"name":"eatVendorSpecific","features":[105]},{"name":"emptLegacyMethodPropertyFlag","features":[105]},{"name":"emptPropCertifiedMethod","features":[105]},{"name":"emptPropChannelBinding","features":[105]},{"name":"emptPropCipherSuiteNegotiation","features":[105]},{"name":"emptPropConfidentiality","features":[105]},{"name":"emptPropCryptoBinding","features":[105]},{"name":"emptPropDictionaryAttackResistance","features":[105]},{"name":"emptPropFastReconnect","features":[105]},{"name":"emptPropFragmentation","features":[105]},{"name":"emptPropHiddenMethod","features":[105]},{"name":"emptPropIdentityPrivacy","features":[105]},{"name":"emptPropIntegrity","features":[105]},{"name":"emptPropKeyDerivation","features":[105]},{"name":"emptPropKeyStrength1024","features":[105]},{"name":"emptPropKeyStrength128","features":[105]},{"name":"emptPropKeyStrength256","features":[105]},{"name":"emptPropKeyStrength512","features":[105]},{"name":"emptPropKeyStrength64","features":[105]},{"name":"emptPropMachineAuth","features":[105]},{"name":"emptPropMethodChaining","features":[105]},{"name":"emptPropMppeEncryption","features":[105]},{"name":"emptPropMutualAuth","features":[105]},{"name":"emptPropNap","features":[105]},{"name":"emptPropReplayProtection","features":[105]},{"name":"emptPropSessionIndependence","features":[105]},{"name":"emptPropSharedStateEquivalence","features":[105]},{"name":"emptPropStandalone","features":[105]},{"name":"emptPropSupportsConfig","features":[105]},{"name":"emptPropTunnelMethod","features":[105]},{"name":"emptPropUserAuth","features":[105]},{"name":"emptPropVendorSpecific","features":[105]},{"name":"empvtBool","features":[105]},{"name":"empvtDword","features":[105]},{"name":"empvtString","features":[105]},{"name":"raatARAPChallenge","features":[105]},{"name":"raatARAPChallengeResponse","features":[105]},{"name":"raatARAPFeatures","features":[105]},{"name":"raatARAPGuestLogon","features":[105]},{"name":"raatARAPNewPassword","features":[105]},{"name":"raatARAPOldPassword","features":[105]},{"name":"raatARAPPassword","features":[105]},{"name":"raatARAPPasswordChangeReason","features":[105]},{"name":"raatARAPSecurity","features":[105]},{"name":"raatARAPSecurityData","features":[105]},{"name":"raatARAPZoneAccess","features":[105]},{"name":"raatAcctAuthentic","features":[105]},{"name":"raatAcctDelayTime","features":[105]},{"name":"raatAcctEventTimeStamp","features":[105]},{"name":"raatAcctInputOctets","features":[105]},{"name":"raatAcctInputPackets","features":[105]},{"name":"raatAcctInterimInterval","features":[105]},{"name":"raatAcctLinkCount","features":[105]},{"name":"raatAcctMultiSessionId","features":[105]},{"name":"raatAcctOutputOctets","features":[105]},{"name":"raatAcctOutputPackets","features":[105]},{"name":"raatAcctSessionId","features":[105]},{"name":"raatAcctSessionTime","features":[105]},{"name":"raatAcctStatusType","features":[105]},{"name":"raatAcctTerminateCause","features":[105]},{"name":"raatCallbackId","features":[105]},{"name":"raatCallbackNumber","features":[105]},{"name":"raatCalledStationId","features":[105]},{"name":"raatCallingStationId","features":[105]},{"name":"raatCertificateOID","features":[105]},{"name":"raatCertificateThumbprint","features":[105]},{"name":"raatClass","features":[105]},{"name":"raatConfigurationToken","features":[105]},{"name":"raatConnectInfo","features":[105]},{"name":"raatCredentialsChanged","features":[105]},{"name":"raatEAPConfiguration","features":[105]},{"name":"raatEAPMessage","features":[105]},{"name":"raatEAPTLV","features":[105]},{"name":"raatEMSK","features":[105]},{"name":"raatFastRoamedSession","features":[105]},{"name":"raatFilterId","features":[105]},{"name":"raatFramedAppleTalkLink","features":[105]},{"name":"raatFramedAppleTalkNetwork","features":[105]},{"name":"raatFramedAppleTalkZone","features":[105]},{"name":"raatFramedCompression","features":[105]},{"name":"raatFramedIPAddress","features":[105]},{"name":"raatFramedIPNetmask","features":[105]},{"name":"raatFramedIPXNetwork","features":[105]},{"name":"raatFramedIPv6Pool","features":[105]},{"name":"raatFramedIPv6Prefix","features":[105]},{"name":"raatFramedIPv6Route","features":[105]},{"name":"raatFramedInterfaceId","features":[105]},{"name":"raatFramedMTU","features":[105]},{"name":"raatFramedProtocol","features":[105]},{"name":"raatFramedRoute","features":[105]},{"name":"raatFramedRouting","features":[105]},{"name":"raatIdleTimeout","features":[105]},{"name":"raatInnerEAPTypeId","features":[105]},{"name":"raatLoginIPHost","features":[105]},{"name":"raatLoginIPv6Host","features":[105]},{"name":"raatLoginLATGroup","features":[105]},{"name":"raatLoginLATNode","features":[105]},{"name":"raatLoginLATPort","features":[105]},{"name":"raatLoginLATService","features":[105]},{"name":"raatLoginService","features":[105]},{"name":"raatLoginTCPPort","features":[105]},{"name":"raatMD5CHAPChallenge","features":[105]},{"name":"raatMD5CHAPPassword","features":[105]},{"name":"raatMethodId","features":[105]},{"name":"raatMinimum","features":[105]},{"name":"raatNASIPAddress","features":[105]},{"name":"raatNASIPv6Address","features":[105]},{"name":"raatNASIdentifier","features":[105]},{"name":"raatNASPort","features":[105]},{"name":"raatNASPortType","features":[105]},{"name":"raatPEAPEmbeddedEAPTypeId","features":[105]},{"name":"raatPEAPFastRoamedSession","features":[105]},{"name":"raatPasswordRetry","features":[105]},{"name":"raatPeerId","features":[105]},{"name":"raatPortLimit","features":[105]},{"name":"raatPrompt","features":[105]},{"name":"raatProxyState","features":[105]},{"name":"raatReplyMessage","features":[105]},{"name":"raatReserved","features":[105]},{"name":"raatServerId","features":[105]},{"name":"raatServiceType","features":[105]},{"name":"raatSessionId","features":[105]},{"name":"raatSessionTimeout","features":[105]},{"name":"raatSignature","features":[105]},{"name":"raatState","features":[105]},{"name":"raatTerminationAction","features":[105]},{"name":"raatTunnelClientEndpoint","features":[105]},{"name":"raatTunnelMediumType","features":[105]},{"name":"raatTunnelServerEndpoint","features":[105]},{"name":"raatTunnelType","features":[105]},{"name":"raatUnassigned17","features":[105]},{"name":"raatUnassigned21","features":[105]},{"name":"raatUserName","features":[105]},{"name":"raatUserPassword","features":[105]},{"name":"raatVendorSpecific","features":[105]}],"499":[{"name":"CreateAppContainerProfile","features":[133]},{"name":"DeleteAppContainerProfile","features":[133]},{"name":"DeriveAppContainerSidFromAppContainerName","features":[133]},{"name":"DeriveRestrictedAppContainerSidFromAppContainerSidAndRestrictedName","features":[133]},{"name":"GetAppContainerFolderPath","features":[133]},{"name":"GetAppContainerNamedObjectPath","features":[3,133]},{"name":"GetAppContainerRegistryLocation","features":[133,51]},{"name":"IIsolatedAppLauncher","features":[133]},{"name":"IIsolatedProcessLauncher","features":[133]},{"name":"IIsolatedProcessLauncher2","features":[133]},{"name":"IsCrossIsolatedEnvironmentClipboardContent","features":[3,133]},{"name":"IsProcessInIsolatedContainer","features":[3,133]},{"name":"IsProcessInIsolatedWindowsEnvironment","features":[3,133]},{"name":"IsProcessInWDAGContainer","features":[3,133]},{"name":"IsolatedAppLauncher","features":[133]},{"name":"IsolatedAppLauncherTelemetryParameters","features":[3,133]},{"name":"WDAG_CLIPBOARD_TAG","features":[133]}],"500":[{"name":"LicenseKeyAlreadyExists","features":[134]},{"name":"LicenseKeyCorrupted","features":[134]},{"name":"LicenseKeyNotFound","features":[134]},{"name":"LicenseKeyUnprotected","features":[134]},{"name":"LicenseProtectionStatus","features":[134]},{"name":"RegisterLicenseKeyWithExpiration","features":[134]},{"name":"Success","features":[134]},{"name":"ValidateLicenseKeyProtection","features":[3,134]}],"501":[{"name":"ComponentTypeEnforcementClientRp","features":[135]},{"name":"ComponentTypeEnforcementClientSoH","features":[135]},{"name":"CorrelationId","features":[3,135]},{"name":"CountedString","features":[135]},{"name":"ExtendedIsolationState","features":[135]},{"name":"FailureCategory","features":[135]},{"name":"FailureCategoryMapping","features":[3,135]},{"name":"FixupInfo","features":[135]},{"name":"FixupState","features":[135]},{"name":"Ipv4Address","features":[135]},{"name":"Ipv6Address","features":[135]},{"name":"IsolationInfo","features":[3,135]},{"name":"IsolationInfoEx","features":[3,135]},{"name":"IsolationState","features":[135]},{"name":"NapComponentRegistrationInfo","features":[3,135]},{"name":"NapNotifyType","features":[135]},{"name":"NapTracingLevel","features":[135]},{"name":"NetworkSoH","features":[135]},{"name":"PrivateData","features":[135]},{"name":"RemoteConfigurationType","features":[135]},{"name":"ResultCodes","features":[135]},{"name":"SoH","features":[135]},{"name":"SoHAttribute","features":[135]},{"name":"SystemHealthAgentState","features":[135]},{"name":"extendedIsolationStateInfected","features":[135]},{"name":"extendedIsolationStateNoData","features":[135]},{"name":"extendedIsolationStateTransition","features":[135]},{"name":"extendedIsolationStateUnknown","features":[135]},{"name":"failureCategoryClientCommunication","features":[135]},{"name":"failureCategoryClientComponent","features":[135]},{"name":"failureCategoryCount","features":[135]},{"name":"failureCategoryNone","features":[135]},{"name":"failureCategoryOther","features":[135]},{"name":"failureCategoryServerCommunication","features":[135]},{"name":"failureCategoryServerComponent","features":[135]},{"name":"fixupStateCouldNotUpdate","features":[135]},{"name":"fixupStateInProgress","features":[135]},{"name":"fixupStateSuccess","features":[135]},{"name":"freshSoHRequest","features":[135]},{"name":"isolationStateInProbation","features":[135]},{"name":"isolationStateNotRestricted","features":[135]},{"name":"isolationStateRestrictedAccess","features":[135]},{"name":"maxConnectionCountPerEnforcer","features":[135]},{"name":"maxEnforcerCount","features":[135]},{"name":"maxNetworkSoHSize","features":[135]},{"name":"maxPrivateDataSize","features":[135]},{"name":"maxSoHAttributeCount","features":[135]},{"name":"maxSoHAttributeSize","features":[135]},{"name":"maxStringLength","features":[135]},{"name":"maxSystemHealthEntityCount","features":[135]},{"name":"minNetworkSoHSize","features":[135]},{"name":"napNotifyTypeQuarState","features":[135]},{"name":"napNotifyTypeServiceState","features":[135]},{"name":"napNotifyTypeUnknown","features":[135]},{"name":"percentageNotSupported","features":[135]},{"name":"remoteConfigTypeConfigBlob","features":[135]},{"name":"remoteConfigTypeMachine","features":[135]},{"name":"shaFixup","features":[135]},{"name":"tracingLevelAdvanced","features":[135]},{"name":"tracingLevelBasic","features":[135]},{"name":"tracingLevelDebug","features":[135]},{"name":"tracingLevelUndefined","features":[135]}],"503":[{"name":"CAT_MEMBERINFO","features":[128]},{"name":"CAT_MEMBERINFO2","features":[128]},{"name":"CAT_MEMBERINFO2_OBJID","features":[128]},{"name":"CAT_MEMBERINFO2_STRUCT","features":[128]},{"name":"CAT_MEMBERINFO_OBJID","features":[128]},{"name":"CAT_MEMBERINFO_STRUCT","features":[128]},{"name":"CAT_NAMEVALUE","features":[70,128]},{"name":"CAT_NAMEVALUE_OBJID","features":[128]},{"name":"CAT_NAMEVALUE_STRUCT","features":[128]},{"name":"CCPI_RESULT_ALLOW","features":[128]},{"name":"CCPI_RESULT_AUDIT","features":[128]},{"name":"CCPI_RESULT_DENY","features":[128]},{"name":"CERT_CONFIDENCE_AUTHIDEXT","features":[128]},{"name":"CERT_CONFIDENCE_HIGHEST","features":[128]},{"name":"CERT_CONFIDENCE_HYGIENE","features":[128]},{"name":"CERT_CONFIDENCE_SIG","features":[128]},{"name":"CERT_CONFIDENCE_TIME","features":[128]},{"name":"CERT_CONFIDENCE_TIMENEST","features":[128]},{"name":"CONFIG_CI_ACTION_VERIFY","features":[128]},{"name":"CONFIG_CI_PROV_INFO","features":[3,70,128]},{"name":"CONFIG_CI_PROV_INFO_RESULT","features":[3,128]},{"name":"CONFIG_CI_PROV_INFO_RESULT2","features":[3,128]},{"name":"CPD_CHOICE_SIP","features":[128]},{"name":"CPD_RETURN_LOWER_QUALITY_CHAINS","features":[128]},{"name":"CPD_REVOCATION_CHECK_CHAIN","features":[128]},{"name":"CPD_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[128]},{"name":"CPD_REVOCATION_CHECK_END_CERT","features":[128]},{"name":"CPD_REVOCATION_CHECK_NONE","features":[128]},{"name":"CPD_RFC3161v21","features":[128]},{"name":"CPD_UISTATE_MODE_ALLOW","features":[128]},{"name":"CPD_UISTATE_MODE_BLOCK","features":[128]},{"name":"CPD_UISTATE_MODE_MASK","features":[128]},{"name":"CPD_UISTATE_MODE_PROMPT","features":[128]},{"name":"CPD_USE_NT5_CHAIN_FLAG","features":[128]},{"name":"CRYPT_PROVIDER_CERT","features":[3,70,128]},{"name":"CRYPT_PROVIDER_DATA","features":[3,124,125,128]},{"name":"CRYPT_PROVIDER_DEFUSAGE","features":[128]},{"name":"CRYPT_PROVIDER_FUNCTIONS","features":[3,124,125,128]},{"name":"CRYPT_PROVIDER_PRIVDATA","features":[128]},{"name":"CRYPT_PROVIDER_REGDEFUSAGE","features":[128]},{"name":"CRYPT_PROVIDER_SGNR","features":[3,70,128]},{"name":"CRYPT_PROVIDER_SIGSTATE","features":[3,70,128]},{"name":"CRYPT_PROVUI_DATA","features":[128]},{"name":"CRYPT_PROVUI_FUNCS","features":[3,124,125,128]},{"name":"CRYPT_REGISTER_ACTIONID","features":[128]},{"name":"CRYPT_TRUST_REG_ENTRY","features":[128]},{"name":"DRIVER_ACTION_VERIFY","features":[128]},{"name":"DRIVER_CLEANUPPOLICY_FUNCTION","features":[128]},{"name":"DRIVER_FINALPOLPROV_FUNCTION","features":[128]},{"name":"DRIVER_INITPROV_FUNCTION","features":[128]},{"name":"DRIVER_VER_INFO","features":[3,70,128]},{"name":"DRIVER_VER_MAJORMINOR","features":[128]},{"name":"DWACTION_ALLOCANDFILL","features":[128]},{"name":"DWACTION_FREE","features":[128]},{"name":"GENERIC_CHAIN_CERTTRUST_FUNCTION","features":[128]},{"name":"GENERIC_CHAIN_FINALPOLICY_FUNCTION","features":[128]},{"name":"HTTPSPROV_ACTION","features":[128]},{"name":"HTTPS_CERTTRUST_FUNCTION","features":[128]},{"name":"HTTPS_CHKCERT_FUNCTION","features":[128]},{"name":"HTTPS_FINALPOLICY_FUNCTION","features":[128]},{"name":"INTENT_TO_SEAL_ATTRIBUTE","features":[3,128]},{"name":"INTENT_TO_SEAL_ATTRIBUTE_STRUCT","features":[128]},{"name":"OFFICESIGN_ACTION_VERIFY","features":[128]},{"name":"OFFICE_CLEANUPPOLICY_FUNCTION","features":[128]},{"name":"OFFICE_INITPROV_FUNCTION","features":[128]},{"name":"OFFICE_POLICY_PROVIDER_DLL_NAME","features":[128]},{"name":"OpenPersonalTrustDBDialog","features":[3,128]},{"name":"OpenPersonalTrustDBDialogEx","features":[3,128]},{"name":"PFN_ALLOCANDFILLDEFUSAGE","features":[3,128]},{"name":"PFN_CPD_ADD_CERT","features":[3,124,125,128]},{"name":"PFN_CPD_ADD_PRIVDATA","features":[3,124,125,128]},{"name":"PFN_CPD_ADD_SGNR","features":[3,124,125,128]},{"name":"PFN_CPD_ADD_STORE","features":[3,124,125,128]},{"name":"PFN_CPD_MEM_ALLOC","features":[128]},{"name":"PFN_CPD_MEM_FREE","features":[128]},{"name":"PFN_FREEDEFUSAGE","features":[3,128]},{"name":"PFN_PROVIDER_CERTCHKPOLICY_CALL","features":[3,124,125,128]},{"name":"PFN_PROVIDER_CERTTRUST_CALL","features":[3,124,125,128]},{"name":"PFN_PROVIDER_CLEANUP_CALL","features":[3,124,125,128]},{"name":"PFN_PROVIDER_FINALPOLICY_CALL","features":[3,124,125,128]},{"name":"PFN_PROVIDER_INIT_CALL","features":[3,124,125,128]},{"name":"PFN_PROVIDER_OBJTRUST_CALL","features":[3,124,125,128]},{"name":"PFN_PROVIDER_SIGTRUST_CALL","features":[3,124,125,128]},{"name":"PFN_PROVIDER_TESTFINALPOLICY_CALL","features":[3,124,125,128]},{"name":"PFN_PROVUI_CALL","features":[3,124,125,128]},{"name":"PFN_WTD_GENERIC_CHAIN_POLICY_CALLBACK","features":[3,124,125,128]},{"name":"PROVDATA_SIP","features":[3,124,125,128]},{"name":"SEALING_SIGNATURE_ATTRIBUTE","features":[70,128]},{"name":"SEALING_SIGNATURE_ATTRIBUTE_STRUCT","features":[128]},{"name":"SEALING_TIMESTAMP_ATTRIBUTE","features":[70,128]},{"name":"SEALING_TIMESTAMP_ATTRIBUTE_STRUCT","features":[128]},{"name":"SGNR_TYPE_TIMESTAMP","features":[128]},{"name":"SPC_CAB_DATA_OBJID","features":[128]},{"name":"SPC_CAB_DATA_STRUCT","features":[128]},{"name":"SPC_CERT_EXTENSIONS_OBJID","features":[128]},{"name":"SPC_COMMERCIAL_SP_KEY_PURPOSE_OBJID","features":[128]},{"name":"SPC_COMMON_NAME_OBJID","features":[128]},{"name":"SPC_ENCRYPTED_DIGEST_RETRY_COUNT_OBJID","features":[128]},{"name":"SPC_FILE_LINK_CHOICE","features":[128]},{"name":"SPC_FINANCIAL_CRITERIA","features":[3,128]},{"name":"SPC_FINANCIAL_CRITERIA_OBJID","features":[128]},{"name":"SPC_FINANCIAL_CRITERIA_STRUCT","features":[128]},{"name":"SPC_GLUE_RDN_OBJID","features":[128]},{"name":"SPC_IMAGE","features":[70,128]},{"name":"SPC_INDIRECT_DATA_CONTENT","features":[70,128]},{"name":"SPC_INDIRECT_DATA_CONTENT_STRUCT","features":[128]},{"name":"SPC_INDIRECT_DATA_OBJID","features":[128]},{"name":"SPC_INDIVIDUAL_SP_KEY_PURPOSE_OBJID","features":[128]},{"name":"SPC_JAVA_CLASS_DATA_OBJID","features":[128]},{"name":"SPC_JAVA_CLASS_DATA_STRUCT","features":[128]},{"name":"SPC_LINK","features":[70,128]},{"name":"SPC_LINK_OBJID","features":[128]},{"name":"SPC_LINK_STRUCT","features":[128]},{"name":"SPC_MINIMAL_CRITERIA_OBJID","features":[128]},{"name":"SPC_MINIMAL_CRITERIA_STRUCT","features":[128]},{"name":"SPC_MONIKER_LINK_CHOICE","features":[128]},{"name":"SPC_NATURAL_AUTH_PLUGIN_OBJID","features":[128]},{"name":"SPC_PE_IMAGE_DATA","features":[70,128]},{"name":"SPC_PE_IMAGE_DATA_OBJID","features":[128]},{"name":"SPC_PE_IMAGE_DATA_STRUCT","features":[128]},{"name":"SPC_PE_IMAGE_PAGE_HASHES_V1_OBJID","features":[128]},{"name":"SPC_PE_IMAGE_PAGE_HASHES_V2_OBJID","features":[128]},{"name":"SPC_RAW_FILE_DATA_OBJID","features":[128]},{"name":"SPC_RELAXED_PE_MARKER_CHECK_OBJID","features":[128]},{"name":"SPC_SERIALIZED_OBJECT","features":[70,128]},{"name":"SPC_SIGINFO","features":[128]},{"name":"SPC_SIGINFO_OBJID","features":[128]},{"name":"SPC_SIGINFO_STRUCT","features":[128]},{"name":"SPC_SP_AGENCY_INFO","features":[70,128]},{"name":"SPC_SP_AGENCY_INFO_OBJID","features":[128]},{"name":"SPC_SP_AGENCY_INFO_STRUCT","features":[128]},{"name":"SPC_SP_OPUS_INFO","features":[70,128]},{"name":"SPC_SP_OPUS_INFO_OBJID","features":[128]},{"name":"SPC_SP_OPUS_INFO_STRUCT","features":[128]},{"name":"SPC_STATEMENT_TYPE","features":[128]},{"name":"SPC_STATEMENT_TYPE_OBJID","features":[128]},{"name":"SPC_STATEMENT_TYPE_STRUCT","features":[128]},{"name":"SPC_STRUCTURED_STORAGE_DATA_OBJID","features":[128]},{"name":"SPC_TIME_STAMP_REQUEST_OBJID","features":[128]},{"name":"SPC_URL_LINK_CHOICE","features":[128]},{"name":"SPC_UUID_LENGTH","features":[128]},{"name":"SPC_WINDOWS_HELLO_COMPATIBILITY_OBJID","features":[128]},{"name":"SP_CHKCERT_FUNCTION","features":[128]},{"name":"SP_CLEANUPPOLICY_FUNCTION","features":[128]},{"name":"SP_FINALPOLICY_FUNCTION","features":[128]},{"name":"SP_GENERIC_CERT_INIT_FUNCTION","features":[128]},{"name":"SP_INIT_FUNCTION","features":[128]},{"name":"SP_OBJTRUST_FUNCTION","features":[128]},{"name":"SP_POLICY_PROVIDER_DLL_NAME","features":[128]},{"name":"SP_SIGTRUST_FUNCTION","features":[128]},{"name":"SP_TESTDUMPPOLICY_FUNCTION_TEST","features":[128]},{"name":"TRUSTERROR_MAX_STEPS","features":[128]},{"name":"TRUSTERROR_STEP_CATALOGFILE","features":[128]},{"name":"TRUSTERROR_STEP_CERTSTORE","features":[128]},{"name":"TRUSTERROR_STEP_FILEIO","features":[128]},{"name":"TRUSTERROR_STEP_FINAL_CERTCHKPROV","features":[128]},{"name":"TRUSTERROR_STEP_FINAL_CERTPROV","features":[128]},{"name":"TRUSTERROR_STEP_FINAL_INITPROV","features":[128]},{"name":"TRUSTERROR_STEP_FINAL_OBJPROV","features":[128]},{"name":"TRUSTERROR_STEP_FINAL_POLICYPROV","features":[128]},{"name":"TRUSTERROR_STEP_FINAL_SIGPROV","features":[128]},{"name":"TRUSTERROR_STEP_FINAL_UIPROV","features":[128]},{"name":"TRUSTERROR_STEP_FINAL_WVTINIT","features":[128]},{"name":"TRUSTERROR_STEP_MESSAGE","features":[128]},{"name":"TRUSTERROR_STEP_MSG_CERTCHAIN","features":[128]},{"name":"TRUSTERROR_STEP_MSG_COUNTERSIGCERT","features":[128]},{"name":"TRUSTERROR_STEP_MSG_COUNTERSIGINFO","features":[128]},{"name":"TRUSTERROR_STEP_MSG_INNERCNT","features":[128]},{"name":"TRUSTERROR_STEP_MSG_INNERCNTTYPE","features":[128]},{"name":"TRUSTERROR_STEP_MSG_SIGNERCERT","features":[128]},{"name":"TRUSTERROR_STEP_MSG_SIGNERCOUNT","features":[128]},{"name":"TRUSTERROR_STEP_MSG_SIGNERINFO","features":[128]},{"name":"TRUSTERROR_STEP_MSG_STORE","features":[128]},{"name":"TRUSTERROR_STEP_SIP","features":[128]},{"name":"TRUSTERROR_STEP_SIPSUBJINFO","features":[128]},{"name":"TRUSTERROR_STEP_VERIFY_MSGHASH","features":[128]},{"name":"TRUSTERROR_STEP_VERIFY_MSGINDIRECTDATA","features":[128]},{"name":"TRUSTERROR_STEP_WVTPARAMS","features":[128]},{"name":"WINTRUST_ACTION_GENERIC_CERT_VERIFY","features":[128]},{"name":"WINTRUST_ACTION_GENERIC_CHAIN_VERIFY","features":[128]},{"name":"WINTRUST_ACTION_GENERIC_VERIFY_V2","features":[128]},{"name":"WINTRUST_ACTION_TRUSTPROVIDER_TEST","features":[128]},{"name":"WINTRUST_BLOB_INFO","features":[128]},{"name":"WINTRUST_CATALOG_INFO","features":[3,70,128]},{"name":"WINTRUST_CERT_INFO","features":[3,70,128]},{"name":"WINTRUST_CONFIG_REGPATH","features":[128]},{"name":"WINTRUST_DATA","features":[3,70,128]},{"name":"WINTRUST_DATA_PROVIDER_FLAGS","features":[128]},{"name":"WINTRUST_DATA_REVOCATION_CHECKS","features":[128]},{"name":"WINTRUST_DATA_STATE_ACTION","features":[128]},{"name":"WINTRUST_DATA_UICHOICE","features":[128]},{"name":"WINTRUST_DATA_UICONTEXT","features":[128]},{"name":"WINTRUST_DATA_UNION_CHOICE","features":[128]},{"name":"WINTRUST_FILE_INFO","features":[3,128]},{"name":"WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION","features":[128]},{"name":"WINTRUST_MAX_HASH_BYTES_TO_MAP_DEFAULT","features":[128]},{"name":"WINTRUST_MAX_HASH_BYTES_TO_MAP_VALUE_NAME","features":[128]},{"name":"WINTRUST_MAX_HEADER_BYTES_TO_MAP_DEFAULT","features":[128]},{"name":"WINTRUST_MAX_HEADER_BYTES_TO_MAP_VALUE_NAME","features":[128]},{"name":"WINTRUST_POLICY_FLAGS","features":[128]},{"name":"WINTRUST_SGNR_INFO","features":[70,128]},{"name":"WINTRUST_SIGNATURE_SETTINGS","features":[70,128]},{"name":"WINTRUST_SIGNATURE_SETTINGS_FLAGS","features":[128]},{"name":"WIN_CERTIFICATE","features":[128]},{"name":"WIN_CERT_REVISION_1_0","features":[128]},{"name":"WIN_CERT_REVISION_2_0","features":[128]},{"name":"WIN_CERT_TYPE_PKCS_SIGNED_DATA","features":[128]},{"name":"WIN_CERT_TYPE_RESERVED_1","features":[128]},{"name":"WIN_CERT_TYPE_TS_STACK_SIGNED","features":[128]},{"name":"WIN_CERT_TYPE_X509","features":[128]},{"name":"WIN_SPUB_ACTION_NT_ACTIVATE_IMAGE","features":[128]},{"name":"WIN_SPUB_ACTION_PUBLISHED_SOFTWARE","features":[128]},{"name":"WIN_SPUB_ACTION_TRUSTED_PUBLISHER","features":[128]},{"name":"WIN_SPUB_TRUSTED_PUBLISHER_DATA","features":[3,128]},{"name":"WIN_TRUST_ACTDATA_CONTEXT_WITH_SUBJECT","features":[3,128]},{"name":"WIN_TRUST_ACTDATA_SUBJECT_ONLY","features":[128]},{"name":"WIN_TRUST_SUBJECT_FILE","features":[3,128]},{"name":"WIN_TRUST_SUBJECT_FILE_AND_DISPLAY","features":[3,128]},{"name":"WIN_TRUST_SUBJTYPE_CABINET","features":[128]},{"name":"WIN_TRUST_SUBJTYPE_CABINETEX","features":[128]},{"name":"WIN_TRUST_SUBJTYPE_JAVA_CLASS","features":[128]},{"name":"WIN_TRUST_SUBJTYPE_JAVA_CLASSEX","features":[128]},{"name":"WIN_TRUST_SUBJTYPE_OLE_STORAGE","features":[128]},{"name":"WIN_TRUST_SUBJTYPE_PE_IMAGE","features":[128]},{"name":"WIN_TRUST_SUBJTYPE_PE_IMAGEEX","features":[128]},{"name":"WIN_TRUST_SUBJTYPE_RAW_FILE","features":[128]},{"name":"WIN_TRUST_SUBJTYPE_RAW_FILEEX","features":[128]},{"name":"WSS_CERTTRUST_SUPPORT","features":[128]},{"name":"WSS_GET_SECONDARY_SIG_COUNT","features":[128]},{"name":"WSS_INPUT_FLAG_MASK","features":[128]},{"name":"WSS_OBJTRUST_SUPPORT","features":[128]},{"name":"WSS_OUTPUT_FLAG_MASK","features":[128]},{"name":"WSS_OUT_FILE_SUPPORTS_SEAL","features":[128]},{"name":"WSS_OUT_HAS_SEALING_INTENT","features":[128]},{"name":"WSS_OUT_SEALING_STATUS_VERIFIED","features":[128]},{"name":"WSS_SIGTRUST_SUPPORT","features":[128]},{"name":"WSS_VERIFY_SEALING","features":[128]},{"name":"WSS_VERIFY_SPECIFIC","features":[128]},{"name":"WTCI_DONT_OPEN_STORES","features":[128]},{"name":"WTCI_OPEN_ONLY_ROOT","features":[128]},{"name":"WTCI_USE_LOCAL_MACHINE","features":[128]},{"name":"WTD_CACHE_ONLY_URL_RETRIEVAL","features":[128]},{"name":"WTD_CHOICE_BLOB","features":[128]},{"name":"WTD_CHOICE_CATALOG","features":[128]},{"name":"WTD_CHOICE_CERT","features":[128]},{"name":"WTD_CHOICE_FILE","features":[128]},{"name":"WTD_CHOICE_SIGNER","features":[128]},{"name":"WTD_CODE_INTEGRITY_DRIVER_MODE","features":[128]},{"name":"WTD_DISABLE_MD2_MD4","features":[128]},{"name":"WTD_GENERIC_CHAIN_POLICY_CREATE_INFO","features":[70,128]},{"name":"WTD_GENERIC_CHAIN_POLICY_DATA","features":[3,124,125,128]},{"name":"WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO","features":[3,70,128]},{"name":"WTD_HASH_ONLY_FLAG","features":[128]},{"name":"WTD_LIFETIME_SIGNING_FLAG","features":[128]},{"name":"WTD_MOTW","features":[128]},{"name":"WTD_NO_IE4_CHAIN_FLAG","features":[128]},{"name":"WTD_NO_POLICY_USAGE_FLAG","features":[128]},{"name":"WTD_PROV_FLAGS_MASK","features":[128]},{"name":"WTD_REVOCATION_CHECK_CHAIN","features":[128]},{"name":"WTD_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[128]},{"name":"WTD_REVOCATION_CHECK_END_CERT","features":[128]},{"name":"WTD_REVOCATION_CHECK_NONE","features":[128]},{"name":"WTD_REVOKE_NONE","features":[128]},{"name":"WTD_REVOKE_WHOLECHAIN","features":[128]},{"name":"WTD_SAFER_FLAG","features":[128]},{"name":"WTD_STATEACTION_AUTO_CACHE","features":[128]},{"name":"WTD_STATEACTION_AUTO_CACHE_FLUSH","features":[128]},{"name":"WTD_STATEACTION_CLOSE","features":[128]},{"name":"WTD_STATEACTION_IGNORE","features":[128]},{"name":"WTD_STATEACTION_VERIFY","features":[128]},{"name":"WTD_UICONTEXT_EXECUTE","features":[128]},{"name":"WTD_UICONTEXT_INSTALL","features":[128]},{"name":"WTD_UI_ALL","features":[128]},{"name":"WTD_UI_NOBAD","features":[128]},{"name":"WTD_UI_NOGOOD","features":[128]},{"name":"WTD_UI_NONE","features":[128]},{"name":"WTD_USE_DEFAULT_OSVER_CHECK","features":[128]},{"name":"WTD_USE_IE4_TRUST_FLAG","features":[128]},{"name":"WTHelperCertCheckValidSignature","features":[3,124,125,128]},{"name":"WTHelperCertIsSelfSigned","features":[3,70,128]},{"name":"WTHelperGetProvCertFromChain","features":[3,70,128]},{"name":"WTHelperGetProvPrivateDataFromChain","features":[3,124,125,128]},{"name":"WTHelperGetProvSignerFromChain","features":[3,124,125,128]},{"name":"WTHelperProvDataFromStateData","features":[3,124,125,128]},{"name":"WTPF_ALLOWONLYPERTRUST","features":[128]},{"name":"WTPF_IGNOREEXPIRATION","features":[128]},{"name":"WTPF_IGNOREREVOCATIONONTS","features":[128]},{"name":"WTPF_IGNOREREVOKATION","features":[128]},{"name":"WTPF_OFFLINEOKNBU_COM","features":[128]},{"name":"WTPF_OFFLINEOKNBU_IND","features":[128]},{"name":"WTPF_OFFLINEOK_COM","features":[128]},{"name":"WTPF_OFFLINEOK_IND","features":[128]},{"name":"WTPF_TESTCANBEVALID","features":[128]},{"name":"WTPF_TRUSTTEST","features":[128]},{"name":"WTPF_VERIFY_V1_OFF","features":[128]},{"name":"WT_ADD_ACTION_ID_RET_RESULT_FLAG","features":[128]},{"name":"WT_CURRENT_VERSION","features":[128]},{"name":"WT_PROVIDER_CERTTRUST_FUNCTION","features":[128]},{"name":"WT_PROVIDER_DLL_NAME","features":[128]},{"name":"WT_TRUSTDBDIALOG_NO_UI_FLAG","features":[128]},{"name":"WT_TRUSTDBDIALOG_ONLY_PUB_TAB_FLAG","features":[128]},{"name":"WT_TRUSTDBDIALOG_WRITE_IEAK_STORE_FLAG","features":[128]},{"name":"WT_TRUSTDBDIALOG_WRITE_LEGACY_REG_FLAG","features":[128]},{"name":"WinVerifyTrust","features":[3,128]},{"name":"WinVerifyTrustEx","features":[3,70,128]},{"name":"WintrustAddActionID","features":[3,128]},{"name":"WintrustAddDefaultForUsage","features":[3,128]},{"name":"WintrustGetDefaultForUsage","features":[3,128]},{"name":"WintrustGetRegPolicyFlags","features":[128]},{"name":"WintrustLoadFunctionPointers","features":[3,124,125,128]},{"name":"WintrustRemoveActionID","features":[3,128]},{"name":"WintrustSetDefaultIncludePEPageHashes","features":[3,128]},{"name":"WintrustSetRegPolicyFlags","features":[3,128]},{"name":"szOID_ENHANCED_HASH","features":[128]},{"name":"szOID_INTENT_TO_SEAL","features":[128]},{"name":"szOID_NESTED_SIGNATURE","features":[128]},{"name":"szOID_PKCS_9_SEQUENCE_NUMBER","features":[128]},{"name":"szOID_SEALING_SIGNATURE","features":[128]},{"name":"szOID_SEALING_TIMESTAMP","features":[128]},{"name":"szOID_TRUSTED_CLIENT_AUTH_CA_LIST","features":[128]},{"name":"szOID_TRUSTED_CODESIGNING_CA_LIST","features":[128]},{"name":"szOID_TRUSTED_SERVER_AUTH_CA_LIST","features":[128]}],"504":[{"name":"PFNMSGECALLBACK","features":[3,136]},{"name":"PWLX_ASSIGN_SHELL_PROTECTION","features":[3,136]},{"name":"PWLX_CHANGE_PASSWORD_NOTIFY","features":[3,136]},{"name":"PWLX_CHANGE_PASSWORD_NOTIFY_EX","features":[3,136]},{"name":"PWLX_CLOSE_USER_DESKTOP","features":[3,136,137]},{"name":"PWLX_CREATE_USER_DESKTOP","features":[3,136,137]},{"name":"PWLX_DIALOG_BOX","features":[3,136,52]},{"name":"PWLX_DIALOG_BOX_INDIRECT","features":[3,136,52]},{"name":"PWLX_DIALOG_BOX_INDIRECT_PARAM","features":[3,136,52]},{"name":"PWLX_DIALOG_BOX_PARAM","features":[3,136,52]},{"name":"PWLX_DISCONNECT","features":[3,136]},{"name":"PWLX_GET_OPTION","features":[3,136]},{"name":"PWLX_GET_SOURCE_DESKTOP","features":[3,136,137]},{"name":"PWLX_MESSAGE_BOX","features":[3,136]},{"name":"PWLX_QUERY_CLIENT_CREDENTIALS","features":[3,136]},{"name":"PWLX_QUERY_CONSOLESWITCH_CREDENTIALS","features":[3,136]},{"name":"PWLX_QUERY_IC_CREDENTIALS","features":[3,136]},{"name":"PWLX_QUERY_TERMINAL_SERVICES_DATA","features":[3,136]},{"name":"PWLX_QUERY_TS_LOGON_CREDENTIALS","features":[3,136]},{"name":"PWLX_SAS_NOTIFY","features":[3,136]},{"name":"PWLX_SET_CONTEXT_POINTER","features":[3,136]},{"name":"PWLX_SET_OPTION","features":[3,136]},{"name":"PWLX_SET_RETURN_DESKTOP","features":[3,136,137]},{"name":"PWLX_SET_TIMEOUT","features":[3,136]},{"name":"PWLX_SWITCH_DESKTOP_TO_USER","features":[3,136]},{"name":"PWLX_SWITCH_DESKTOP_TO_WINLOGON","features":[3,136]},{"name":"PWLX_USE_CTRL_ALT_DEL","features":[3,136]},{"name":"PWLX_WIN31_MIGRATE","features":[3,136]},{"name":"STATUSMSG_OPTION_NOANIMATION","features":[136]},{"name":"STATUSMSG_OPTION_SETFOREGROUND","features":[136]},{"name":"WLX_CLIENT_CREDENTIALS_INFO_V1_0","features":[3,136]},{"name":"WLX_CLIENT_CREDENTIALS_INFO_V2_0","features":[3,136]},{"name":"WLX_CONSOLESWITCHCREDENTIAL_TYPE_V1_0","features":[136]},{"name":"WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0","features":[3,136]},{"name":"WLX_CREATE_INSTANCE_ONLY","features":[136]},{"name":"WLX_CREATE_USER","features":[136]},{"name":"WLX_CREDENTIAL_TYPE_V1_0","features":[136]},{"name":"WLX_CREDENTIAL_TYPE_V2_0","features":[136]},{"name":"WLX_CURRENT_VERSION","features":[136]},{"name":"WLX_DESKTOP","features":[136,137]},{"name":"WLX_DESKTOP_HANDLE","features":[136]},{"name":"WLX_DESKTOP_NAME","features":[136]},{"name":"WLX_DIRECTORY_LENGTH","features":[136]},{"name":"WLX_DISPATCH_VERSION_1_0","features":[3,136,52]},{"name":"WLX_DISPATCH_VERSION_1_1","features":[3,136,137,52]},{"name":"WLX_DISPATCH_VERSION_1_2","features":[3,136,137,52]},{"name":"WLX_DISPATCH_VERSION_1_3","features":[3,136,137,52]},{"name":"WLX_DISPATCH_VERSION_1_4","features":[3,136,137,52]},{"name":"WLX_DLG_INPUT_TIMEOUT","features":[136]},{"name":"WLX_DLG_SAS","features":[136]},{"name":"WLX_DLG_SCREEN_SAVER_TIMEOUT","features":[136]},{"name":"WLX_DLG_USER_LOGOFF","features":[136]},{"name":"WLX_LOGON_OPT_NO_PROFILE","features":[136]},{"name":"WLX_MPR_NOTIFY_INFO","features":[136]},{"name":"WLX_NOTIFICATION_INFO","features":[3,136,137]},{"name":"WLX_OPTION_CONTEXT_POINTER","features":[136]},{"name":"WLX_OPTION_DISPATCH_TABLE_SIZE","features":[136]},{"name":"WLX_OPTION_FORCE_LOGOFF_TIME","features":[136]},{"name":"WLX_OPTION_IGNORE_AUTO_LOGON","features":[136]},{"name":"WLX_OPTION_NO_SWITCH_ON_SAS","features":[136]},{"name":"WLX_OPTION_SMART_CARD_INFO","features":[136]},{"name":"WLX_OPTION_SMART_CARD_PRESENT","features":[136]},{"name":"WLX_OPTION_USE_CTRL_ALT_DEL","features":[136]},{"name":"WLX_OPTION_USE_SMART_CARD","features":[136]},{"name":"WLX_PROFILE_TYPE_V1_0","features":[136]},{"name":"WLX_PROFILE_TYPE_V2_0","features":[136]},{"name":"WLX_PROFILE_V1_0","features":[136]},{"name":"WLX_PROFILE_V2_0","features":[136]},{"name":"WLX_SAS_ACTION_DELAYED_FORCE_LOGOFF","features":[136]},{"name":"WLX_SAS_ACTION_FORCE_LOGOFF","features":[136]},{"name":"WLX_SAS_ACTION_LOCK_WKSTA","features":[136]},{"name":"WLX_SAS_ACTION_LOGOFF","features":[136]},{"name":"WLX_SAS_ACTION_LOGON","features":[136]},{"name":"WLX_SAS_ACTION_NONE","features":[136]},{"name":"WLX_SAS_ACTION_PWD_CHANGED","features":[136]},{"name":"WLX_SAS_ACTION_RECONNECTED","features":[136]},{"name":"WLX_SAS_ACTION_SHUTDOWN","features":[136]},{"name":"WLX_SAS_ACTION_SHUTDOWN_HIBERNATE","features":[136]},{"name":"WLX_SAS_ACTION_SHUTDOWN_POWER_OFF","features":[136]},{"name":"WLX_SAS_ACTION_SHUTDOWN_REBOOT","features":[136]},{"name":"WLX_SAS_ACTION_SHUTDOWN_SLEEP","features":[136]},{"name":"WLX_SAS_ACTION_SHUTDOWN_SLEEP2","features":[136]},{"name":"WLX_SAS_ACTION_SWITCH_CONSOLE","features":[136]},{"name":"WLX_SAS_ACTION_TASKLIST","features":[136]},{"name":"WLX_SAS_ACTION_UNLOCK_WKSTA","features":[136]},{"name":"WLX_SAS_TYPE_AUTHENTICATED","features":[136]},{"name":"WLX_SAS_TYPE_CTRL_ALT_DEL","features":[136]},{"name":"WLX_SAS_TYPE_MAX_MSFT_VALUE","features":[136]},{"name":"WLX_SAS_TYPE_SCRNSVR_ACTIVITY","features":[136]},{"name":"WLX_SAS_TYPE_SCRNSVR_TIMEOUT","features":[136]},{"name":"WLX_SAS_TYPE_SC_FIRST_READER_ARRIVED","features":[136]},{"name":"WLX_SAS_TYPE_SC_INSERT","features":[136]},{"name":"WLX_SAS_TYPE_SC_LAST_READER_REMOVED","features":[136]},{"name":"WLX_SAS_TYPE_SC_REMOVE","features":[136]},{"name":"WLX_SAS_TYPE_SWITCHUSER","features":[136]},{"name":"WLX_SAS_TYPE_TIMEOUT","features":[136]},{"name":"WLX_SAS_TYPE_USER_LOGOFF","features":[136]},{"name":"WLX_SC_NOTIFICATION_INFO","features":[136]},{"name":"WLX_SHUTDOWN_TYPE","features":[136]},{"name":"WLX_TERMINAL_SERVICES_DATA","features":[136]},{"name":"WLX_VERSION_1_0","features":[136]},{"name":"WLX_VERSION_1_1","features":[136]},{"name":"WLX_VERSION_1_2","features":[136]},{"name":"WLX_VERSION_1_3","features":[136]},{"name":"WLX_VERSION_1_4","features":[136]},{"name":"WLX_WM_SAS","features":[136]}],"505":[{"name":"CB_MAX_CABINET_NAME","features":[138]},{"name":"CB_MAX_CAB_PATH","features":[138]},{"name":"CB_MAX_DISK","features":[138]},{"name":"CB_MAX_DISK_NAME","features":[138]},{"name":"CB_MAX_FILENAME","features":[138]},{"name":"CCAB","features":[138]},{"name":"ERF","features":[3,138]},{"name":"FCIAddFile","features":[3,138]},{"name":"FCICreate","features":[3,138]},{"name":"FCIDestroy","features":[3,138]},{"name":"FCIERROR","features":[138]},{"name":"FCIERR_ALLOC_FAIL","features":[138]},{"name":"FCIERR_BAD_COMPR_TYPE","features":[138]},{"name":"FCIERR_CAB_FILE","features":[138]},{"name":"FCIERR_CAB_FORMAT_LIMIT","features":[138]},{"name":"FCIERR_MCI_FAIL","features":[138]},{"name":"FCIERR_NONE","features":[138]},{"name":"FCIERR_OPEN_SRC","features":[138]},{"name":"FCIERR_READ_SRC","features":[138]},{"name":"FCIERR_TEMP_FILE","features":[138]},{"name":"FCIERR_USER_ABORT","features":[138]},{"name":"FCIFlushCabinet","features":[3,138]},{"name":"FCIFlushFolder","features":[3,138]},{"name":"FDICABINETINFO","features":[3,138]},{"name":"FDICREATE_CPU_TYPE","features":[138]},{"name":"FDICopy","features":[3,138]},{"name":"FDICreate","features":[3,138]},{"name":"FDIDECRYPT","features":[3,138]},{"name":"FDIDECRYPTTYPE","features":[138]},{"name":"FDIDestroy","features":[3,138]},{"name":"FDIERROR","features":[138]},{"name":"FDIERROR_ALLOC_FAIL","features":[138]},{"name":"FDIERROR_BAD_COMPR_TYPE","features":[138]},{"name":"FDIERROR_CABINET_NOT_FOUND","features":[138]},{"name":"FDIERROR_CORRUPT_CABINET","features":[138]},{"name":"FDIERROR_EOF","features":[138]},{"name":"FDIERROR_MDI_FAIL","features":[138]},{"name":"FDIERROR_NONE","features":[138]},{"name":"FDIERROR_NOT_A_CABINET","features":[138]},{"name":"FDIERROR_RESERVE_MISMATCH","features":[138]},{"name":"FDIERROR_TARGET_FILE","features":[138]},{"name":"FDIERROR_UNKNOWN_CABINET_VERSION","features":[138]},{"name":"FDIERROR_USER_ABORT","features":[138]},{"name":"FDIERROR_WRONG_CABINET","features":[138]},{"name":"FDIIsCabinet","features":[3,138]},{"name":"FDINOTIFICATION","features":[138]},{"name":"FDINOTIFICATIONTYPE","features":[138]},{"name":"FDISPILLFILE","features":[138]},{"name":"FDISPILLFILE","features":[138]},{"name":"FDITruncateCabinet","features":[3,138]},{"name":"INCLUDED_FCI","features":[138]},{"name":"INCLUDED_FDI","features":[138]},{"name":"INCLUDED_TYPES_FCI_FDI","features":[138]},{"name":"PFNALLOC","features":[138]},{"name":"PFNCLOSE","features":[138]},{"name":"PFNFCIALLOC","features":[138]},{"name":"PFNFCICLOSE","features":[138]},{"name":"PFNFCIDELETE","features":[138]},{"name":"PFNFCIFILEPLACED","features":[3,138]},{"name":"PFNFCIFREE","features":[138]},{"name":"PFNFCIGETNEXTCABINET","features":[3,138]},{"name":"PFNFCIGETOPENINFO","features":[138]},{"name":"PFNFCIGETTEMPFILE","features":[3,138]},{"name":"PFNFCIOPEN","features":[138]},{"name":"PFNFCIREAD","features":[138]},{"name":"PFNFCISEEK","features":[138]},{"name":"PFNFCISTATUS","features":[138]},{"name":"PFNFCIWRITE","features":[138]},{"name":"PFNFDIDECRYPT","features":[3,138]},{"name":"PFNFDINOTIFY","features":[138]},{"name":"PFNFREE","features":[138]},{"name":"PFNOPEN","features":[138]},{"name":"PFNREAD","features":[138]},{"name":"PFNSEEK","features":[138]},{"name":"PFNWRITE","features":[138]},{"name":"_A_EXEC","features":[138]},{"name":"_A_NAME_IS_UTF","features":[138]},{"name":"cpu80286","features":[138]},{"name":"cpu80386","features":[138]},{"name":"cpuUNKNOWN","features":[138]},{"name":"fdidtDECRYPT","features":[138]},{"name":"fdidtNEW_CABINET","features":[138]},{"name":"fdidtNEW_FOLDER","features":[138]},{"name":"fdintCABINET_INFO","features":[138]},{"name":"fdintCLOSE_FILE_INFO","features":[138]},{"name":"fdintCOPY_FILE","features":[138]},{"name":"fdintENUMERATE","features":[138]},{"name":"fdintNEXT_CABINET","features":[138]},{"name":"fdintPARTIAL_FILE","features":[138]},{"name":"statusCabinet","features":[138]},{"name":"statusFile","features":[138]},{"name":"statusFolder","features":[138]},{"name":"tcompBAD","features":[138]},{"name":"tcompLZX_WINDOW_HI","features":[138]},{"name":"tcompLZX_WINDOW_LO","features":[138]},{"name":"tcompMASK_LZX_WINDOW","features":[138]},{"name":"tcompMASK_QUANTUM_LEVEL","features":[138]},{"name":"tcompMASK_QUANTUM_MEM","features":[138]},{"name":"tcompMASK_RESERVED","features":[138]},{"name":"tcompMASK_TYPE","features":[138]},{"name":"tcompQUANTUM_LEVEL_HI","features":[138]},{"name":"tcompQUANTUM_LEVEL_LO","features":[138]},{"name":"tcompQUANTUM_MEM_HI","features":[138]},{"name":"tcompQUANTUM_MEM_LO","features":[138]},{"name":"tcompSHIFT_LZX_WINDOW","features":[138]},{"name":"tcompSHIFT_QUANTUM_LEVEL","features":[138]},{"name":"tcompSHIFT_QUANTUM_MEM","features":[138]},{"name":"tcompTYPE_LZX","features":[138]},{"name":"tcompTYPE_MSZIP","features":[138]},{"name":"tcompTYPE_NONE","features":[138]},{"name":"tcompTYPE_QUANTUM","features":[138]}],"506":[{"name":"CF_CALLBACK","features":[139,140]},{"name":"CF_CALLBACK_CANCEL_FLAGS","features":[139]},{"name":"CF_CALLBACK_CANCEL_FLAG_IO_ABORTED","features":[139]},{"name":"CF_CALLBACK_CANCEL_FLAG_IO_TIMEOUT","features":[139]},{"name":"CF_CALLBACK_CANCEL_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAGS","features":[139]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETED","features":[139]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAGS","features":[139]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_BACKGROUND","features":[139]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_DEHYDRATED","features":[139]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_DEHYDRATE_FLAGS","features":[139]},{"name":"CF_CALLBACK_DEHYDRATE_FLAG_BACKGROUND","features":[139]},{"name":"CF_CALLBACK_DEHYDRATE_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_DEHYDRATION_REASON","features":[139]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_NONE","features":[139]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_INACTIVITY","features":[139]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_LOW_SPACE","features":[139]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_OS_UPGRADE","features":[139]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_USER_MANUAL","features":[139]},{"name":"CF_CALLBACK_DELETE_COMPLETION_FLAGS","features":[139]},{"name":"CF_CALLBACK_DELETE_COMPLETION_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_DELETE_FLAGS","features":[139]},{"name":"CF_CALLBACK_DELETE_FLAG_IS_DIRECTORY","features":[139]},{"name":"CF_CALLBACK_DELETE_FLAG_IS_UNDELETE","features":[139]},{"name":"CF_CALLBACK_DELETE_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_FETCH_DATA_FLAGS","features":[139]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_EXPLICIT_HYDRATION","features":[139]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_RECOVERY","features":[139]},{"name":"CF_CALLBACK_FETCH_PLACEHOLDERS_FLAGS","features":[139]},{"name":"CF_CALLBACK_FETCH_PLACEHOLDERS_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_INFO","features":[139,140]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAGS","features":[139]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNKNOWN","features":[139]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNSUPPORTED","features":[139]},{"name":"CF_CALLBACK_PARAMETERS","features":[139]},{"name":"CF_CALLBACK_REGISTRATION","features":[139,140]},{"name":"CF_CALLBACK_RENAME_COMPLETION_FLAGS","features":[139]},{"name":"CF_CALLBACK_RENAME_COMPLETION_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_RENAME_FLAGS","features":[139]},{"name":"CF_CALLBACK_RENAME_FLAG_IS_DIRECTORY","features":[139]},{"name":"CF_CALLBACK_RENAME_FLAG_NONE","features":[139]},{"name":"CF_CALLBACK_RENAME_FLAG_SOURCE_IN_SCOPE","features":[139]},{"name":"CF_CALLBACK_RENAME_FLAG_TARGET_IN_SCOPE","features":[139]},{"name":"CF_CALLBACK_TYPE","features":[139]},{"name":"CF_CALLBACK_TYPE_CANCEL_FETCH_DATA","features":[139]},{"name":"CF_CALLBACK_TYPE_CANCEL_FETCH_PLACEHOLDERS","features":[139]},{"name":"CF_CALLBACK_TYPE_FETCH_DATA","features":[139]},{"name":"CF_CALLBACK_TYPE_FETCH_PLACEHOLDERS","features":[139]},{"name":"CF_CALLBACK_TYPE_NONE","features":[139]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DEHYDRATE","features":[139]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DEHYDRATE_COMPLETION","features":[139]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DELETE","features":[139]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DELETE_COMPLETION","features":[139]},{"name":"CF_CALLBACK_TYPE_NOTIFY_FILE_CLOSE_COMPLETION","features":[139]},{"name":"CF_CALLBACK_TYPE_NOTIFY_FILE_OPEN_COMPLETION","features":[139]},{"name":"CF_CALLBACK_TYPE_NOTIFY_RENAME","features":[139]},{"name":"CF_CALLBACK_TYPE_NOTIFY_RENAME_COMPLETION","features":[139]},{"name":"CF_CALLBACK_TYPE_VALIDATE_DATA","features":[139]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAGS","features":[139]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAG_EXPLICIT_HYDRATION","features":[139]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAG_NONE","features":[139]},{"name":"CF_CONNECTION_KEY","features":[139]},{"name":"CF_CONNECT_FLAGS","features":[139]},{"name":"CF_CONNECT_FLAG_BLOCK_SELF_IMPLICIT_HYDRATION","features":[139]},{"name":"CF_CONNECT_FLAG_NONE","features":[139]},{"name":"CF_CONNECT_FLAG_REQUIRE_FULL_FILE_PATH","features":[139]},{"name":"CF_CONNECT_FLAG_REQUIRE_PROCESS_INFO","features":[139]},{"name":"CF_CONVERT_FLAGS","features":[139]},{"name":"CF_CONVERT_FLAG_ALWAYS_FULL","features":[139]},{"name":"CF_CONVERT_FLAG_DEHYDRATE","features":[139]},{"name":"CF_CONVERT_FLAG_ENABLE_ON_DEMAND_POPULATION","features":[139]},{"name":"CF_CONVERT_FLAG_FORCE_CONVERT_TO_CLOUD_FILE","features":[139]},{"name":"CF_CONVERT_FLAG_MARK_IN_SYNC","features":[139]},{"name":"CF_CONVERT_FLAG_NONE","features":[139]},{"name":"CF_CREATE_FLAGS","features":[139]},{"name":"CF_CREATE_FLAG_NONE","features":[139]},{"name":"CF_CREATE_FLAG_STOP_ON_ERROR","features":[139]},{"name":"CF_DEHYDRATE_FLAGS","features":[139]},{"name":"CF_DEHYDRATE_FLAG_BACKGROUND","features":[139]},{"name":"CF_DEHYDRATE_FLAG_NONE","features":[139]},{"name":"CF_FILE_RANGE","features":[139]},{"name":"CF_FS_METADATA","features":[139,23]},{"name":"CF_HARDLINK_POLICY","features":[139]},{"name":"CF_HARDLINK_POLICY_ALLOWED","features":[139]},{"name":"CF_HARDLINK_POLICY_NONE","features":[139]},{"name":"CF_HYDRATE_FLAGS","features":[139]},{"name":"CF_HYDRATE_FLAG_NONE","features":[139]},{"name":"CF_HYDRATION_POLICY","features":[139]},{"name":"CF_HYDRATION_POLICY_ALWAYS_FULL","features":[139]},{"name":"CF_HYDRATION_POLICY_FULL","features":[139]},{"name":"CF_HYDRATION_POLICY_MODIFIER","features":[139]},{"name":"CF_HYDRATION_POLICY_MODIFIER_ALLOW_FULL_RESTART_HYDRATION","features":[139]},{"name":"CF_HYDRATION_POLICY_MODIFIER_AUTO_DEHYDRATION_ALLOWED","features":[139]},{"name":"CF_HYDRATION_POLICY_MODIFIER_NONE","features":[139]},{"name":"CF_HYDRATION_POLICY_MODIFIER_STREAMING_ALLOWED","features":[139]},{"name":"CF_HYDRATION_POLICY_MODIFIER_VALIDATION_REQUIRED","features":[139]},{"name":"CF_HYDRATION_POLICY_PARTIAL","features":[139]},{"name":"CF_HYDRATION_POLICY_PRIMARY","features":[139]},{"name":"CF_HYDRATION_POLICY_PROGRESSIVE","features":[139]},{"name":"CF_INSYNC_POLICY","features":[139]},{"name":"CF_INSYNC_POLICY_NONE","features":[139]},{"name":"CF_INSYNC_POLICY_PRESERVE_INSYNC_FOR_SYNC_ENGINE","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_ALL","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_ALL","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_CREATION_TIME","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_HIDDEN_ATTRIBUTE","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_LAST_WRITE_TIME","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_READONLY_ATTRIBUTE","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_SYSTEM_ATTRIBUTE","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_ALL","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_CREATION_TIME","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_HIDDEN_ATTRIBUTE","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_LAST_WRITE_TIME","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_READONLY_ATTRIBUTE","features":[139]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_SYSTEM_ATTRIBUTE","features":[139]},{"name":"CF_IN_SYNC_STATE","features":[139]},{"name":"CF_IN_SYNC_STATE_IN_SYNC","features":[139]},{"name":"CF_IN_SYNC_STATE_NOT_IN_SYNC","features":[139]},{"name":"CF_MAX_PRIORITY_HINT","features":[139]},{"name":"CF_MAX_PROVIDER_NAME_LENGTH","features":[139]},{"name":"CF_MAX_PROVIDER_VERSION_LENGTH","features":[139]},{"name":"CF_OPEN_FILE_FLAGS","features":[139]},{"name":"CF_OPEN_FILE_FLAG_DELETE_ACCESS","features":[139]},{"name":"CF_OPEN_FILE_FLAG_EXCLUSIVE","features":[139]},{"name":"CF_OPEN_FILE_FLAG_FOREGROUND","features":[139]},{"name":"CF_OPEN_FILE_FLAG_NONE","features":[139]},{"name":"CF_OPEN_FILE_FLAG_WRITE_ACCESS","features":[139]},{"name":"CF_OPERATION_ACK_DATA_FLAGS","features":[139]},{"name":"CF_OPERATION_ACK_DATA_FLAG_NONE","features":[139]},{"name":"CF_OPERATION_ACK_DEHYDRATE_FLAGS","features":[139]},{"name":"CF_OPERATION_ACK_DEHYDRATE_FLAG_NONE","features":[139]},{"name":"CF_OPERATION_ACK_DELETE_FLAGS","features":[139]},{"name":"CF_OPERATION_ACK_DELETE_FLAG_NONE","features":[139]},{"name":"CF_OPERATION_ACK_RENAME_FLAGS","features":[139]},{"name":"CF_OPERATION_ACK_RENAME_FLAG_NONE","features":[139]},{"name":"CF_OPERATION_INFO","features":[139,140]},{"name":"CF_OPERATION_PARAMETERS","features":[3,139,23]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAGS","features":[139]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAG_MARK_IN_SYNC","features":[139]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAG_NONE","features":[139]},{"name":"CF_OPERATION_RETRIEVE_DATA_FLAGS","features":[139]},{"name":"CF_OPERATION_RETRIEVE_DATA_FLAG_NONE","features":[139]},{"name":"CF_OPERATION_TRANSFER_DATA_FLAGS","features":[139]},{"name":"CF_OPERATION_TRANSFER_DATA_FLAG_NONE","features":[139]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAGS","features":[139]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[139]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_NONE","features":[139]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_STOP_ON_ERROR","features":[139]},{"name":"CF_OPERATION_TYPE","features":[139]},{"name":"CF_OPERATION_TYPE_ACK_DATA","features":[139]},{"name":"CF_OPERATION_TYPE_ACK_DEHYDRATE","features":[139]},{"name":"CF_OPERATION_TYPE_ACK_DELETE","features":[139]},{"name":"CF_OPERATION_TYPE_ACK_RENAME","features":[139]},{"name":"CF_OPERATION_TYPE_RESTART_HYDRATION","features":[139]},{"name":"CF_OPERATION_TYPE_RETRIEVE_DATA","features":[139]},{"name":"CF_OPERATION_TYPE_TRANSFER_DATA","features":[139]},{"name":"CF_OPERATION_TYPE_TRANSFER_PLACEHOLDERS","features":[139]},{"name":"CF_PIN_STATE","features":[139]},{"name":"CF_PIN_STATE_EXCLUDED","features":[139]},{"name":"CF_PIN_STATE_INHERIT","features":[139]},{"name":"CF_PIN_STATE_PINNED","features":[139]},{"name":"CF_PIN_STATE_UNPINNED","features":[139]},{"name":"CF_PIN_STATE_UNSPECIFIED","features":[139]},{"name":"CF_PLACEHOLDER_BASIC_INFO","features":[139]},{"name":"CF_PLACEHOLDER_CREATE_FLAGS","features":[139]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_ALWAYS_FULL","features":[139]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[139]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_MARK_IN_SYNC","features":[139]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_NONE","features":[139]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_SUPERSEDE","features":[139]},{"name":"CF_PLACEHOLDER_CREATE_INFO","features":[139,23]},{"name":"CF_PLACEHOLDER_INFO_BASIC","features":[139]},{"name":"CF_PLACEHOLDER_INFO_CLASS","features":[139]},{"name":"CF_PLACEHOLDER_INFO_STANDARD","features":[139]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY","features":[139]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_CONVERT_TO_UNRESTRICTED","features":[139]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_CREATE_UNRESTRICTED","features":[139]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_DEFAULT","features":[139]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_UPDATE_UNRESTRICTED","features":[139]},{"name":"CF_PLACEHOLDER_MAX_FILE_IDENTITY_LENGTH","features":[139]},{"name":"CF_PLACEHOLDER_RANGE_INFO_CLASS","features":[139]},{"name":"CF_PLACEHOLDER_RANGE_INFO_MODIFIED","features":[139]},{"name":"CF_PLACEHOLDER_RANGE_INFO_ONDISK","features":[139]},{"name":"CF_PLACEHOLDER_RANGE_INFO_VALIDATED","features":[139]},{"name":"CF_PLACEHOLDER_STANDARD_INFO","features":[139]},{"name":"CF_PLACEHOLDER_STATE","features":[139]},{"name":"CF_PLACEHOLDER_STATE_ESSENTIAL_PROP_PRESENT","features":[139]},{"name":"CF_PLACEHOLDER_STATE_INVALID","features":[139]},{"name":"CF_PLACEHOLDER_STATE_IN_SYNC","features":[139]},{"name":"CF_PLACEHOLDER_STATE_NO_STATES","features":[139]},{"name":"CF_PLACEHOLDER_STATE_PARTIAL","features":[139]},{"name":"CF_PLACEHOLDER_STATE_PARTIALLY_ON_DISK","features":[139]},{"name":"CF_PLACEHOLDER_STATE_PLACEHOLDER","features":[139]},{"name":"CF_PLACEHOLDER_STATE_SYNC_ROOT","features":[139]},{"name":"CF_PLATFORM_INFO","features":[139]},{"name":"CF_POPULATION_POLICY","features":[139]},{"name":"CF_POPULATION_POLICY_ALWAYS_FULL","features":[139]},{"name":"CF_POPULATION_POLICY_FULL","features":[139]},{"name":"CF_POPULATION_POLICY_MODIFIER","features":[139]},{"name":"CF_POPULATION_POLICY_MODIFIER_NONE","features":[139]},{"name":"CF_POPULATION_POLICY_PARTIAL","features":[139]},{"name":"CF_POPULATION_POLICY_PRIMARY","features":[139]},{"name":"CF_PROCESS_INFO","features":[139]},{"name":"CF_PROVIDER_STATUS_CLEAR_FLAGS","features":[139]},{"name":"CF_PROVIDER_STATUS_CONNECTIVITY_LOST","features":[139]},{"name":"CF_PROVIDER_STATUS_DISCONNECTED","features":[139]},{"name":"CF_PROVIDER_STATUS_ERROR","features":[139]},{"name":"CF_PROVIDER_STATUS_IDLE","features":[139]},{"name":"CF_PROVIDER_STATUS_POPULATE_CONTENT","features":[139]},{"name":"CF_PROVIDER_STATUS_POPULATE_METADATA","features":[139]},{"name":"CF_PROVIDER_STATUS_POPULATE_NAMESPACE","features":[139]},{"name":"CF_PROVIDER_STATUS_SYNC_FULL","features":[139]},{"name":"CF_PROVIDER_STATUS_SYNC_INCREMENTAL","features":[139]},{"name":"CF_PROVIDER_STATUS_TERMINATED","features":[139]},{"name":"CF_REGISTER_FLAGS","features":[139]},{"name":"CF_REGISTER_FLAG_DISABLE_ON_DEMAND_POPULATION_ON_ROOT","features":[139]},{"name":"CF_REGISTER_FLAG_MARK_IN_SYNC_ON_ROOT","features":[139]},{"name":"CF_REGISTER_FLAG_NONE","features":[139]},{"name":"CF_REGISTER_FLAG_UPDATE","features":[139]},{"name":"CF_REQUEST_KEY_DEFAULT","features":[139]},{"name":"CF_REVERT_FLAGS","features":[139]},{"name":"CF_REVERT_FLAG_NONE","features":[139]},{"name":"CF_SET_IN_SYNC_FLAGS","features":[139]},{"name":"CF_SET_IN_SYNC_FLAG_NONE","features":[139]},{"name":"CF_SET_PIN_FLAGS","features":[139]},{"name":"CF_SET_PIN_FLAG_NONE","features":[139]},{"name":"CF_SET_PIN_FLAG_RECURSE","features":[139]},{"name":"CF_SET_PIN_FLAG_RECURSE_ONLY","features":[139]},{"name":"CF_SET_PIN_FLAG_RECURSE_STOP_ON_ERROR","features":[139]},{"name":"CF_SYNC_POLICIES","features":[139]},{"name":"CF_SYNC_PROVIDER_STATUS","features":[139]},{"name":"CF_SYNC_REGISTRATION","features":[139]},{"name":"CF_SYNC_ROOT_BASIC_INFO","features":[139]},{"name":"CF_SYNC_ROOT_INFO_BASIC","features":[139]},{"name":"CF_SYNC_ROOT_INFO_CLASS","features":[139]},{"name":"CF_SYNC_ROOT_INFO_PROVIDER","features":[139]},{"name":"CF_SYNC_ROOT_INFO_STANDARD","features":[139]},{"name":"CF_SYNC_ROOT_PROVIDER_INFO","features":[139]},{"name":"CF_SYNC_ROOT_STANDARD_INFO","features":[139]},{"name":"CF_SYNC_STATUS","features":[139]},{"name":"CF_UPDATE_FLAGS","features":[139]},{"name":"CF_UPDATE_FLAG_ALLOW_PARTIAL","features":[139]},{"name":"CF_UPDATE_FLAG_ALWAYS_FULL","features":[139]},{"name":"CF_UPDATE_FLAG_CLEAR_IN_SYNC","features":[139]},{"name":"CF_UPDATE_FLAG_DEHYDRATE","features":[139]},{"name":"CF_UPDATE_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[139]},{"name":"CF_UPDATE_FLAG_ENABLE_ON_DEMAND_POPULATION","features":[139]},{"name":"CF_UPDATE_FLAG_MARK_IN_SYNC","features":[139]},{"name":"CF_UPDATE_FLAG_NONE","features":[139]},{"name":"CF_UPDATE_FLAG_PASSTHROUGH_FS_METADATA","features":[139]},{"name":"CF_UPDATE_FLAG_REMOVE_FILE_IDENTITY","features":[139]},{"name":"CF_UPDATE_FLAG_REMOVE_PROPERTY","features":[139]},{"name":"CF_UPDATE_FLAG_VERIFY_IN_SYNC","features":[139]},{"name":"CfCloseHandle","features":[3,139]},{"name":"CfConnectSyncRoot","features":[139,140]},{"name":"CfConvertToPlaceholder","features":[3,139,8]},{"name":"CfCreatePlaceholders","features":[139,23]},{"name":"CfDehydratePlaceholder","features":[3,139,8]},{"name":"CfDisconnectSyncRoot","features":[139]},{"name":"CfExecute","features":[3,139,23,140]},{"name":"CfGetCorrelationVector","features":[3,139,140]},{"name":"CfGetPlaceholderInfo","features":[3,139]},{"name":"CfGetPlaceholderRangeInfo","features":[3,139]},{"name":"CfGetPlaceholderRangeInfoForHydration","features":[139]},{"name":"CfGetPlaceholderStateFromAttributeTag","features":[139]},{"name":"CfGetPlaceholderStateFromFileInfo","features":[139,23]},{"name":"CfGetPlaceholderStateFromFindData","features":[3,139,23]},{"name":"CfGetPlatformInfo","features":[139]},{"name":"CfGetSyncRootInfoByHandle","features":[3,139]},{"name":"CfGetSyncRootInfoByPath","features":[139]},{"name":"CfGetTransferKey","features":[3,139]},{"name":"CfGetWin32HandleFromProtectedHandle","features":[3,139]},{"name":"CfHydratePlaceholder","features":[3,139,8]},{"name":"CfOpenFileWithOplock","features":[3,139]},{"name":"CfQuerySyncProviderStatus","features":[139]},{"name":"CfReferenceProtectedHandle","features":[3,139]},{"name":"CfRegisterSyncRoot","features":[139]},{"name":"CfReleaseProtectedHandle","features":[3,139]},{"name":"CfReleaseTransferKey","features":[3,139]},{"name":"CfReportProviderProgress","features":[139]},{"name":"CfReportProviderProgress2","features":[139]},{"name":"CfReportSyncStatus","features":[139]},{"name":"CfRevertPlaceholder","features":[3,139,8]},{"name":"CfSetCorrelationVector","features":[3,139,140]},{"name":"CfSetInSyncState","features":[3,139]},{"name":"CfSetPinState","features":[3,139,8]},{"name":"CfUnregisterSyncRoot","features":[139]},{"name":"CfUpdatePlaceholder","features":[3,139,23,8]},{"name":"CfUpdateSyncProviderStatus","features":[139]}],"507":[{"name":"COMPRESSOR_HANDLE","features":[141]},{"name":"COMPRESS_ALGORITHM","features":[141]},{"name":"COMPRESS_ALGORITHM_INVALID","features":[141]},{"name":"COMPRESS_ALGORITHM_LZMS","features":[141]},{"name":"COMPRESS_ALGORITHM_MAX","features":[141]},{"name":"COMPRESS_ALGORITHM_MSZIP","features":[141]},{"name":"COMPRESS_ALGORITHM_NULL","features":[141]},{"name":"COMPRESS_ALGORITHM_XPRESS","features":[141]},{"name":"COMPRESS_ALGORITHM_XPRESS_HUFF","features":[141]},{"name":"COMPRESS_ALLOCATION_ROUTINES","features":[141]},{"name":"COMPRESS_INFORMATION_CLASS","features":[141]},{"name":"COMPRESS_INFORMATION_CLASS_BLOCK_SIZE","features":[141]},{"name":"COMPRESS_INFORMATION_CLASS_INVALID","features":[141]},{"name":"COMPRESS_INFORMATION_CLASS_LEVEL","features":[141]},{"name":"COMPRESS_RAW","features":[141]},{"name":"CloseCompressor","features":[3,141]},{"name":"CloseDecompressor","features":[3,141]},{"name":"Compress","features":[3,141]},{"name":"CreateCompressor","features":[3,141]},{"name":"CreateDecompressor","features":[3,141]},{"name":"DECOMPRESSOR_HANDLE","features":[141]},{"name":"Decompress","features":[3,141]},{"name":"PFN_COMPRESS_ALLOCATE","features":[141]},{"name":"PFN_COMPRESS_FREE","features":[141]},{"name":"QueryCompressorInformation","features":[3,141]},{"name":"QueryDecompressorInformation","features":[3,141]},{"name":"ResetCompressor","features":[3,141]},{"name":"ResetDecompressor","features":[3,141]},{"name":"SetCompressorInformation","features":[3,141]},{"name":"SetDecompressorInformation","features":[3,141]}],"509":[{"name":"DFS_ADD_VOLUME","features":[142]},{"name":"DFS_FORCE_REMOVE","features":[142]},{"name":"DFS_GET_PKT_ENTRY_STATE_ARG","features":[142]},{"name":"DFS_INFO_1","features":[142]},{"name":"DFS_INFO_100","features":[142]},{"name":"DFS_INFO_101","features":[142]},{"name":"DFS_INFO_102","features":[142]},{"name":"DFS_INFO_103","features":[142]},{"name":"DFS_INFO_104","features":[142]},{"name":"DFS_INFO_105","features":[142]},{"name":"DFS_INFO_106","features":[142]},{"name":"DFS_INFO_107","features":[6,142]},{"name":"DFS_INFO_150","features":[6,142]},{"name":"DFS_INFO_1_32","features":[142]},{"name":"DFS_INFO_2","features":[142]},{"name":"DFS_INFO_200","features":[142]},{"name":"DFS_INFO_2_32","features":[142]},{"name":"DFS_INFO_3","features":[142]},{"name":"DFS_INFO_300","features":[142]},{"name":"DFS_INFO_3_32","features":[142]},{"name":"DFS_INFO_4","features":[142]},{"name":"DFS_INFO_4_32","features":[142]},{"name":"DFS_INFO_5","features":[142]},{"name":"DFS_INFO_50","features":[142]},{"name":"DFS_INFO_6","features":[142]},{"name":"DFS_INFO_7","features":[142]},{"name":"DFS_INFO_8","features":[6,142]},{"name":"DFS_INFO_9","features":[6,142]},{"name":"DFS_MOVE_FLAG_REPLACE_IF_EXISTS","features":[142]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN","features":[142]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_COMBINED","features":[142]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_DOMAIN","features":[142]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_SERVER","features":[142]},{"name":"DFS_PROPERTY_FLAG_ABDE","features":[142]},{"name":"DFS_PROPERTY_FLAG_CLUSTER_ENABLED","features":[142]},{"name":"DFS_PROPERTY_FLAG_INSITE_REFERRALS","features":[142]},{"name":"DFS_PROPERTY_FLAG_ROOT_SCALABILITY","features":[142]},{"name":"DFS_PROPERTY_FLAG_SITE_COSTING","features":[142]},{"name":"DFS_PROPERTY_FLAG_TARGET_FAILBACK","features":[142]},{"name":"DFS_RESTORE_VOLUME","features":[142]},{"name":"DFS_SITELIST_INFO","features":[142]},{"name":"DFS_SITENAME_INFO","features":[142]},{"name":"DFS_SITE_PRIMARY","features":[142]},{"name":"DFS_STORAGE_FLAVOR_UNUSED2","features":[142]},{"name":"DFS_STORAGE_INFO","features":[142]},{"name":"DFS_STORAGE_INFO_0_32","features":[142]},{"name":"DFS_STORAGE_INFO_1","features":[142]},{"name":"DFS_STORAGE_STATES","features":[142]},{"name":"DFS_STORAGE_STATE_ACTIVE","features":[142]},{"name":"DFS_STORAGE_STATE_OFFLINE","features":[142]},{"name":"DFS_STORAGE_STATE_ONLINE","features":[142]},{"name":"DFS_SUPPORTED_NAMESPACE_VERSION_INFO","features":[142]},{"name":"DFS_TARGET_PRIORITY","features":[142]},{"name":"DFS_TARGET_PRIORITY_CLASS","features":[142]},{"name":"DFS_VOLUME_FLAVORS","features":[142]},{"name":"DFS_VOLUME_FLAVOR_AD_BLOB","features":[142]},{"name":"DFS_VOLUME_FLAVOR_STANDALONE","features":[142]},{"name":"DFS_VOLUME_FLAVOR_UNUSED1","features":[142]},{"name":"DFS_VOLUME_STATES","features":[142]},{"name":"DFS_VOLUME_STATE_FORCE_SYNC","features":[142]},{"name":"DFS_VOLUME_STATE_INCONSISTENT","features":[142]},{"name":"DFS_VOLUME_STATE_OFFLINE","features":[142]},{"name":"DFS_VOLUME_STATE_OK","features":[142]},{"name":"DFS_VOLUME_STATE_ONLINE","features":[142]},{"name":"DFS_VOLUME_STATE_RESYNCHRONIZE","features":[142]},{"name":"DFS_VOLUME_STATE_STANDBY","features":[142]},{"name":"DfsGlobalHighPriorityClass","features":[142]},{"name":"DfsGlobalLowPriorityClass","features":[142]},{"name":"DfsInvalidPriorityClass","features":[142]},{"name":"DfsSiteCostHighPriorityClass","features":[142]},{"name":"DfsSiteCostLowPriorityClass","features":[142]},{"name":"DfsSiteCostNormalPriorityClass","features":[142]},{"name":"FSCTL_DFS_BASE","features":[142]},{"name":"FSCTL_DFS_GET_PKT_ENTRY_STATE","features":[142]},{"name":"NET_DFS_SETDC_FLAGS","features":[142]},{"name":"NET_DFS_SETDC_INITPKT","features":[142]},{"name":"NET_DFS_SETDC_TIMEOUT","features":[142]},{"name":"NetDfsAdd","features":[142]},{"name":"NetDfsAddFtRoot","features":[142]},{"name":"NetDfsAddRootTarget","features":[142]},{"name":"NetDfsAddStdRoot","features":[142]},{"name":"NetDfsEnum","features":[142]},{"name":"NetDfsGetClientInfo","features":[142]},{"name":"NetDfsGetFtContainerSecurity","features":[6,142]},{"name":"NetDfsGetInfo","features":[142]},{"name":"NetDfsGetSecurity","features":[6,142]},{"name":"NetDfsGetStdContainerSecurity","features":[6,142]},{"name":"NetDfsGetSupportedNamespaceVersion","features":[142]},{"name":"NetDfsMove","features":[142]},{"name":"NetDfsRemove","features":[142]},{"name":"NetDfsRemoveFtRoot","features":[142]},{"name":"NetDfsRemoveFtRootForced","features":[142]},{"name":"NetDfsRemoveRootTarget","features":[142]},{"name":"NetDfsRemoveStdRoot","features":[142]},{"name":"NetDfsSetClientInfo","features":[142]},{"name":"NetDfsSetFtContainerSecurity","features":[6,142]},{"name":"NetDfsSetInfo","features":[142]},{"name":"NetDfsSetSecurity","features":[6,142]},{"name":"NetDfsSetStdContainerSecurity","features":[6,142]}],"511":[{"name":"BackupCancelled","features":[143]},{"name":"BackupInvalidStopReason","features":[143]},{"name":"BackupLimitUserBusyMachineOnAC","features":[143]},{"name":"BackupLimitUserBusyMachineOnDC","features":[143]},{"name":"BackupLimitUserIdleMachineOnDC","features":[143]},{"name":"FHCFG_E_CONFIGURATION_PREVIOUSLY_LOADED","features":[143]},{"name":"FHCFG_E_CONFIG_ALREADY_EXISTS","features":[143]},{"name":"FHCFG_E_CONFIG_FILE_NOT_FOUND","features":[143]},{"name":"FHCFG_E_CORRUPT_CONFIG_FILE","features":[143]},{"name":"FHCFG_E_INVALID_REHYDRATION_STATE","features":[143]},{"name":"FHCFG_E_LEGACY_BACKUP_NOT_FOUND","features":[143]},{"name":"FHCFG_E_LEGACY_BACKUP_USER_EXCLUDED","features":[143]},{"name":"FHCFG_E_LEGACY_TARGET_UNSUPPORTED","features":[143]},{"name":"FHCFG_E_LEGACY_TARGET_VALIDATION_UNSUPPORTED","features":[143]},{"name":"FHCFG_E_NO_VALID_CONFIGURATION_LOADED","features":[143]},{"name":"FHCFG_E_RECOMMENDATION_CHANGE_NOT_ALLOWED","features":[143]},{"name":"FHCFG_E_TARGET_CANNOT_BE_USED","features":[143]},{"name":"FHCFG_E_TARGET_NOT_CONFIGURED","features":[143]},{"name":"FHCFG_E_TARGET_NOT_CONNECTED","features":[143]},{"name":"FHCFG_E_TARGET_NOT_ENOUGH_FREE_SPACE","features":[143]},{"name":"FHCFG_E_TARGET_REHYDRATED_ELSEWHERE","features":[143]},{"name":"FHCFG_E_TARGET_VERIFICATION_FAILED","features":[143]},{"name":"FHSVC_E_BACKUP_BLOCKED","features":[143]},{"name":"FHSVC_E_CONFIG_DISABLED","features":[143]},{"name":"FHSVC_E_CONFIG_DISABLED_GP","features":[143]},{"name":"FHSVC_E_CONFIG_REHYDRATING","features":[143]},{"name":"FHSVC_E_FATAL_CONFIG_ERROR","features":[143]},{"name":"FHSVC_E_NOT_CONFIGURED","features":[143]},{"name":"FH_ACCESS_DENIED","features":[143]},{"name":"FH_BACKUP_STATUS","features":[143]},{"name":"FH_CURRENT_DEFAULT","features":[143]},{"name":"FH_DEVICE_VALIDATION_RESULT","features":[143]},{"name":"FH_DRIVE_FIXED","features":[143]},{"name":"FH_DRIVE_REMOTE","features":[143]},{"name":"FH_DRIVE_REMOVABLE","features":[143]},{"name":"FH_DRIVE_UNKNOWN","features":[143]},{"name":"FH_FOLDER","features":[143]},{"name":"FH_FREQUENCY","features":[143]},{"name":"FH_INVALID_DRIVE_TYPE","features":[143]},{"name":"FH_LIBRARY","features":[143]},{"name":"FH_LOCAL_POLICY_TYPE","features":[143]},{"name":"FH_NAMESPACE_EXISTS","features":[143]},{"name":"FH_PROTECTED_ITEM_CATEGORY","features":[143]},{"name":"FH_READ_ONLY_PERMISSION","features":[143]},{"name":"FH_RETENTION_AGE","features":[143]},{"name":"FH_RETENTION_AGE_BASED","features":[143]},{"name":"FH_RETENTION_DISABLED","features":[143]},{"name":"FH_RETENTION_TYPE","features":[143]},{"name":"FH_RETENTION_TYPES","features":[143]},{"name":"FH_RETENTION_UNLIMITED","features":[143]},{"name":"FH_SERVICE_PIPE_HANDLE","features":[143]},{"name":"FH_STATE_BACKUP_NOT_SUPPORTED","features":[143]},{"name":"FH_STATE_DISABLED_BY_GP","features":[143]},{"name":"FH_STATE_FATAL_CONFIG_ERROR","features":[143]},{"name":"FH_STATE_MIGRATING","features":[143]},{"name":"FH_STATE_NOT_TRACKED","features":[143]},{"name":"FH_STATE_NO_ERROR","features":[143]},{"name":"FH_STATE_OFF","features":[143]},{"name":"FH_STATE_REHYDRATING","features":[143]},{"name":"FH_STATE_RUNNING","features":[143]},{"name":"FH_STATE_STAGING_FULL","features":[143]},{"name":"FH_STATE_TARGET_ABSENT","features":[143]},{"name":"FH_STATE_TARGET_ACCESS_DENIED","features":[143]},{"name":"FH_STATE_TARGET_FS_LIMITATION","features":[143]},{"name":"FH_STATE_TARGET_FULL","features":[143]},{"name":"FH_STATE_TARGET_FULL_RETENTION_MAX","features":[143]},{"name":"FH_STATE_TARGET_LOW_SPACE","features":[143]},{"name":"FH_STATE_TARGET_LOW_SPACE_RETENTION_MAX","features":[143]},{"name":"FH_STATE_TARGET_VOLUME_DIRTY","features":[143]},{"name":"FH_STATE_TOO_MUCH_BEHIND","features":[143]},{"name":"FH_STATUS_DISABLED","features":[143]},{"name":"FH_STATUS_DISABLED_BY_GP","features":[143]},{"name":"FH_STATUS_ENABLED","features":[143]},{"name":"FH_STATUS_REHYDRATING","features":[143]},{"name":"FH_TARGET_DRIVE_TYPE","features":[143]},{"name":"FH_TARGET_DRIVE_TYPES","features":[143]},{"name":"FH_TARGET_NAME","features":[143]},{"name":"FH_TARGET_PART_OF_LIBRARY","features":[143]},{"name":"FH_TARGET_PROPERTY_TYPE","features":[143]},{"name":"FH_TARGET_URL","features":[143]},{"name":"FH_VALID_TARGET","features":[143]},{"name":"FhBackupStopReason","features":[143]},{"name":"FhConfigMgr","features":[143]},{"name":"FhReassociation","features":[143]},{"name":"FhServiceBlockBackup","features":[143]},{"name":"FhServiceClosePipe","features":[143]},{"name":"FhServiceOpenPipe","features":[3,143]},{"name":"FhServiceReloadConfiguration","features":[143]},{"name":"FhServiceStartBackup","features":[3,143]},{"name":"FhServiceStopBackup","features":[3,143]},{"name":"FhServiceUnblockBackup","features":[143]},{"name":"IFhConfigMgr","features":[143]},{"name":"IFhReassociation","features":[143]},{"name":"IFhScopeIterator","features":[143]},{"name":"IFhTarget","features":[143]},{"name":"MAX_BACKUP_STATUS","features":[143]},{"name":"MAX_LOCAL_POLICY","features":[143]},{"name":"MAX_PROTECTED_ITEM_CATEGORY","features":[143]},{"name":"MAX_RETENTION_TYPE","features":[143]},{"name":"MAX_TARGET_PROPERTY","features":[143]},{"name":"MAX_VALIDATION_RESULT","features":[143]}],"513":[{"name":"ACCESS_ALL","features":[23]},{"name":"ACCESS_ATRIB","features":[23]},{"name":"ACCESS_CREATE","features":[23]},{"name":"ACCESS_DELETE","features":[23]},{"name":"ACCESS_EXEC","features":[23]},{"name":"ACCESS_PERM","features":[23]},{"name":"ACCESS_READ","features":[23]},{"name":"ACCESS_WRITE","features":[23]},{"name":"AddLogContainer","features":[3,23]},{"name":"AddLogContainerSet","features":[3,23]},{"name":"AddUsersToEncryptedFile","features":[6,23]},{"name":"AdvanceLogBase","features":[3,23,8]},{"name":"AlignReservedLog","features":[3,23]},{"name":"AllocReservedLog","features":[3,23]},{"name":"AreFileApisANSI","features":[3,23]},{"name":"AreShortNamesEnabled","features":[3,23]},{"name":"BACKUP_ALTERNATE_DATA","features":[23]},{"name":"BACKUP_DATA","features":[23]},{"name":"BACKUP_EA_DATA","features":[23]},{"name":"BACKUP_LINK","features":[23]},{"name":"BACKUP_OBJECT_ID","features":[23]},{"name":"BACKUP_PROPERTY_DATA","features":[23]},{"name":"BACKUP_REPARSE_DATA","features":[23]},{"name":"BACKUP_SECURITY_DATA","features":[23]},{"name":"BACKUP_SPARSE_BLOCK","features":[23]},{"name":"BACKUP_TXFS_DATA","features":[23]},{"name":"BY_HANDLE_FILE_INFORMATION","features":[3,23]},{"name":"BackupRead","features":[3,23]},{"name":"BackupSeek","features":[3,23]},{"name":"BackupWrite","features":[3,23]},{"name":"BuildIoRingCancelRequest","features":[3,23]},{"name":"BuildIoRingFlushFile","features":[3,23]},{"name":"BuildIoRingReadFile","features":[3,23]},{"name":"BuildIoRingRegisterBuffers","features":[23]},{"name":"BuildIoRingRegisterFileHandles","features":[3,23]},{"name":"BuildIoRingWriteFile","features":[3,23]},{"name":"BusType1394","features":[23]},{"name":"BusTypeAta","features":[23]},{"name":"BusTypeAtapi","features":[23]},{"name":"BusTypeFibre","features":[23]},{"name":"BusTypeFileBackedVirtual","features":[23]},{"name":"BusTypeMax","features":[23]},{"name":"BusTypeMaxReserved","features":[23]},{"name":"BusTypeMmc","features":[23]},{"name":"BusTypeNvme","features":[23]},{"name":"BusTypeRAID","features":[23]},{"name":"BusTypeSCM","features":[23]},{"name":"BusTypeSas","features":[23]},{"name":"BusTypeSata","features":[23]},{"name":"BusTypeScsi","features":[23]},{"name":"BusTypeSd","features":[23]},{"name":"BusTypeSpaces","features":[23]},{"name":"BusTypeSsa","features":[23]},{"name":"BusTypeUfs","features":[23]},{"name":"BusTypeUnknown","features":[23]},{"name":"BusTypeUsb","features":[23]},{"name":"BusTypeVirtual","features":[23]},{"name":"BusTypeiScsi","features":[23]},{"name":"CACHE_ACCESS_CHECK","features":[3,6,23]},{"name":"CACHE_DESTROY_CALLBACK","features":[23]},{"name":"CACHE_KEY_COMPARE","features":[23]},{"name":"CACHE_KEY_HASH","features":[23]},{"name":"CACHE_READ_CALLBACK","features":[3,23]},{"name":"CALLBACK_CHUNK_FINISHED","features":[23]},{"name":"CALLBACK_STREAM_SWITCH","features":[23]},{"name":"CLAIMMEDIALABEL","features":[23]},{"name":"CLAIMMEDIALABELEX","features":[23]},{"name":"CLFS_BASELOG_EXTENSION","features":[23]},{"name":"CLFS_BLOCK_ALLOCATION","features":[23]},{"name":"CLFS_BLOCK_DEALLOCATION","features":[23]},{"name":"CLFS_CONTAINER_RELATIVE_PREFIX","features":[23]},{"name":"CLFS_CONTAINER_STREAM_PREFIX","features":[23]},{"name":"CLFS_CONTEXT_MODE","features":[23]},{"name":"CLFS_FLAG","features":[23]},{"name":"CLFS_FLAG_FILTER_INTERMEDIATE_LEVEL","features":[23]},{"name":"CLFS_FLAG_FILTER_TOP_LEVEL","features":[23]},{"name":"CLFS_FLAG_FORCE_APPEND","features":[23]},{"name":"CLFS_FLAG_FORCE_FLUSH","features":[23]},{"name":"CLFS_FLAG_HIDDEN_SYSTEM_LOG","features":[23]},{"name":"CLFS_FLAG_IGNORE_SHARE_ACCESS","features":[23]},{"name":"CLFS_FLAG_MINIFILTER_LEVEL","features":[23]},{"name":"CLFS_FLAG_NON_REENTRANT_FILTER","features":[23]},{"name":"CLFS_FLAG_NO_FLAGS","features":[23]},{"name":"CLFS_FLAG_READ_IN_PROGRESS","features":[23]},{"name":"CLFS_FLAG_REENTRANT_FILE_SYSTEM","features":[23]},{"name":"CLFS_FLAG_REENTRANT_FILTER","features":[23]},{"name":"CLFS_FLAG_USE_RESERVATION","features":[23]},{"name":"CLFS_IOSTATS_CLASS","features":[23]},{"name":"CLFS_LOG_ARCHIVE_MODE","features":[23]},{"name":"CLFS_LOG_NAME_INFORMATION","features":[23]},{"name":"CLFS_MARSHALLING_FLAG_DISABLE_BUFF_INIT","features":[23]},{"name":"CLFS_MARSHALLING_FLAG_NONE","features":[23]},{"name":"CLFS_MAX_CONTAINER_INFO","features":[23]},{"name":"CLFS_MGMT_CLIENT_REGISTRATION_VERSION","features":[23]},{"name":"CLFS_MGMT_NOTIFICATION","features":[23]},{"name":"CLFS_MGMT_NOTIFICATION_TYPE","features":[23]},{"name":"CLFS_MGMT_POLICY","features":[23]},{"name":"CLFS_MGMT_POLICY_TYPE","features":[23]},{"name":"CLFS_MGMT_POLICY_VERSION","features":[23]},{"name":"CLFS_NODE_ID","features":[23]},{"name":"CLFS_PHYSICAL_LSN_INFORMATION","features":[23]},{"name":"CLFS_SCAN_BACKWARD","features":[23]},{"name":"CLFS_SCAN_BUFFERED","features":[23]},{"name":"CLFS_SCAN_CLOSE","features":[23]},{"name":"CLFS_SCAN_FORWARD","features":[23]},{"name":"CLFS_SCAN_INIT","features":[23]},{"name":"CLFS_SCAN_INITIALIZED","features":[23]},{"name":"CLFS_STREAM_ID_INFORMATION","features":[23]},{"name":"CLSID_DiskQuotaControl","features":[23]},{"name":"CLS_ARCHIVE_DESCRIPTOR","features":[23]},{"name":"CLS_CONTAINER_INFORMATION","features":[23]},{"name":"CLS_CONTEXT_MODE","features":[23]},{"name":"CLS_INFORMATION","features":[23]},{"name":"CLS_IOSTATS_CLASS","features":[23]},{"name":"CLS_IO_STATISTICS","features":[23]},{"name":"CLS_IO_STATISTICS_HEADER","features":[23]},{"name":"CLS_LOG_INFORMATION_CLASS","features":[23]},{"name":"CLS_LSN","features":[23]},{"name":"CLS_SCAN_CONTEXT","features":[3,23]},{"name":"CLS_WRITE_ENTRY","features":[23]},{"name":"COMPRESSION_FORMAT","features":[23]},{"name":"COMPRESSION_FORMAT_DEFAULT","features":[23]},{"name":"COMPRESSION_FORMAT_LZNT1","features":[23]},{"name":"COMPRESSION_FORMAT_NONE","features":[23]},{"name":"COMPRESSION_FORMAT_XP10","features":[23]},{"name":"COMPRESSION_FORMAT_XPRESS","features":[23]},{"name":"COMPRESSION_FORMAT_XPRESS_HUFF","features":[23]},{"name":"CONNECTION_INFO_0","features":[23]},{"name":"CONNECTION_INFO_1","features":[23]},{"name":"COPYFILE2_CALLBACK_CHUNK_FINISHED","features":[23]},{"name":"COPYFILE2_CALLBACK_CHUNK_STARTED","features":[23]},{"name":"COPYFILE2_CALLBACK_ERROR","features":[23]},{"name":"COPYFILE2_CALLBACK_MAX","features":[23]},{"name":"COPYFILE2_CALLBACK_NONE","features":[23]},{"name":"COPYFILE2_CALLBACK_POLL_CONTINUE","features":[23]},{"name":"COPYFILE2_CALLBACK_STREAM_FINISHED","features":[23]},{"name":"COPYFILE2_CALLBACK_STREAM_STARTED","features":[23]},{"name":"COPYFILE2_COPY_PHASE","features":[23]},{"name":"COPYFILE2_EXTENDED_PARAMETERS","features":[3,23]},{"name":"COPYFILE2_EXTENDED_PARAMETERS_V2","features":[3,23]},{"name":"COPYFILE2_MESSAGE","features":[3,23]},{"name":"COPYFILE2_MESSAGE_ACTION","features":[23]},{"name":"COPYFILE2_MESSAGE_TYPE","features":[23]},{"name":"COPYFILE2_PHASE_MAX","features":[23]},{"name":"COPYFILE2_PHASE_NAMEGRAFT_COPY","features":[23]},{"name":"COPYFILE2_PHASE_NONE","features":[23]},{"name":"COPYFILE2_PHASE_PREPARE_DEST","features":[23]},{"name":"COPYFILE2_PHASE_PREPARE_SOURCE","features":[23]},{"name":"COPYFILE2_PHASE_READ_SOURCE","features":[23]},{"name":"COPYFILE2_PHASE_SERVER_COPY","features":[23]},{"name":"COPYFILE2_PHASE_WRITE_DESTINATION","features":[23]},{"name":"COPYFILE2_PROGRESS_CANCEL","features":[23]},{"name":"COPYFILE2_PROGRESS_CONTINUE","features":[23]},{"name":"COPYFILE2_PROGRESS_PAUSE","features":[23]},{"name":"COPYFILE2_PROGRESS_QUIET","features":[23]},{"name":"COPYFILE2_PROGRESS_STOP","features":[23]},{"name":"CREATEFILE2_EXTENDED_PARAMETERS","features":[3,6,23]},{"name":"CREATE_ALWAYS","features":[23]},{"name":"CREATE_NEW","features":[23]},{"name":"CREATE_TAPE_PARTITION_METHOD","features":[23]},{"name":"CRM_PROTOCOL_DYNAMIC_MARSHAL_INFO","features":[23]},{"name":"CRM_PROTOCOL_EXPLICIT_MARSHAL_ONLY","features":[23]},{"name":"CRM_PROTOCOL_MAXIMUM_OPTION","features":[23]},{"name":"CSC_CACHE_AUTO_REINT","features":[23]},{"name":"CSC_CACHE_MANUAL_REINT","features":[23]},{"name":"CSC_CACHE_NONE","features":[23]},{"name":"CSC_CACHE_VDO","features":[23]},{"name":"CSC_MASK","features":[23]},{"name":"CSC_MASK_EXT","features":[23]},{"name":"CSV_BLOCK_AND_FILE_CACHE_CALLBACK_VERSION","features":[23]},{"name":"CSV_BLOCK_CACHE_CALLBACK_VERSION","features":[23]},{"name":"CheckNameLegalDOS8Dot3A","features":[3,23]},{"name":"CheckNameLegalDOS8Dot3W","features":[3,23]},{"name":"ClfsClientRecord","features":[23]},{"name":"ClfsContainerActive","features":[23]},{"name":"ClfsContainerActivePendingDelete","features":[23]},{"name":"ClfsContainerInactive","features":[23]},{"name":"ClfsContainerInitializing","features":[23]},{"name":"ClfsContainerPendingArchive","features":[23]},{"name":"ClfsContainerPendingArchiveAndDelete","features":[23]},{"name":"ClfsContextForward","features":[23]},{"name":"ClfsContextNone","features":[23]},{"name":"ClfsContextPrevious","features":[23]},{"name":"ClfsContextUndoNext","features":[23]},{"name":"ClfsDataRecord","features":[23]},{"name":"ClfsIoStatsDefault","features":[23]},{"name":"ClfsIoStatsMax","features":[23]},{"name":"ClfsLogArchiveDisabled","features":[23]},{"name":"ClfsLogArchiveEnabled","features":[23]},{"name":"ClfsLogBasicInformation","features":[23]},{"name":"ClfsLogBasicInformationPhysical","features":[23]},{"name":"ClfsLogPhysicalLsnInformation","features":[23]},{"name":"ClfsLogPhysicalNameInformation","features":[23]},{"name":"ClfsLogStreamIdentifierInformation","features":[23]},{"name":"ClfsLogSystemMarkingInformation","features":[23]},{"name":"ClfsMgmtAdvanceTailNotification","features":[23]},{"name":"ClfsMgmtLogFullHandlerNotification","features":[23]},{"name":"ClfsMgmtLogUnpinnedNotification","features":[23]},{"name":"ClfsMgmtLogWriteNotification","features":[23]},{"name":"ClfsMgmtPolicyAutoGrow","features":[23]},{"name":"ClfsMgmtPolicyAutoShrink","features":[23]},{"name":"ClfsMgmtPolicyGrowthRate","features":[23]},{"name":"ClfsMgmtPolicyInvalid","features":[23]},{"name":"ClfsMgmtPolicyLogTail","features":[23]},{"name":"ClfsMgmtPolicyMaximumSize","features":[23]},{"name":"ClfsMgmtPolicyMinimumSize","features":[23]},{"name":"ClfsMgmtPolicyNewContainerExtension","features":[23]},{"name":"ClfsMgmtPolicyNewContainerPrefix","features":[23]},{"name":"ClfsMgmtPolicyNewContainerSize","features":[23]},{"name":"ClfsMgmtPolicyNewContainerSuffix","features":[23]},{"name":"ClfsNullRecord","features":[23]},{"name":"ClfsRestartRecord","features":[23]},{"name":"CloseAndResetLogFile","features":[3,23]},{"name":"CloseEncryptedFileRaw","features":[23]},{"name":"CloseIoRing","features":[23]},{"name":"ClsContainerActive","features":[23]},{"name":"ClsContainerActivePendingDelete","features":[23]},{"name":"ClsContainerInactive","features":[23]},{"name":"ClsContainerInitializing","features":[23]},{"name":"ClsContainerPendingArchive","features":[23]},{"name":"ClsContainerPendingArchiveAndDelete","features":[23]},{"name":"ClsContextForward","features":[23]},{"name":"ClsContextNone","features":[23]},{"name":"ClsContextPrevious","features":[23]},{"name":"ClsContextUndoNext","features":[23]},{"name":"ClsIoStatsDefault","features":[23]},{"name":"ClsIoStatsMax","features":[23]},{"name":"CommitComplete","features":[3,23]},{"name":"CommitEnlistment","features":[3,23]},{"name":"CommitTransaction","features":[3,23]},{"name":"CommitTransactionAsync","features":[3,23]},{"name":"CompareFileTime","features":[3,23]},{"name":"CopyFile2","features":[3,23]},{"name":"CopyFileA","features":[3,23]},{"name":"CopyFileExA","features":[3,23]},{"name":"CopyFileExW","features":[3,23]},{"name":"CopyFileFromAppW","features":[3,23]},{"name":"CopyFileTransactedA","features":[3,23]},{"name":"CopyFileTransactedW","features":[3,23]},{"name":"CopyFileW","features":[3,23]},{"name":"CopyLZFile","features":[23]},{"name":"CreateDirectoryA","features":[3,6,23]},{"name":"CreateDirectoryExA","features":[3,6,23]},{"name":"CreateDirectoryExW","features":[3,6,23]},{"name":"CreateDirectoryFromAppW","features":[3,6,23]},{"name":"CreateDirectoryTransactedA","features":[3,6,23]},{"name":"CreateDirectoryTransactedW","features":[3,6,23]},{"name":"CreateDirectoryW","features":[3,6,23]},{"name":"CreateEnlistment","features":[3,6,23]},{"name":"CreateFile2","features":[3,6,23]},{"name":"CreateFile2FromAppW","features":[3,6,23]},{"name":"CreateFileA","features":[3,6,23]},{"name":"CreateFileFromAppW","features":[3,6,23]},{"name":"CreateFileTransactedA","features":[3,6,23]},{"name":"CreateFileTransactedW","features":[3,6,23]},{"name":"CreateFileW","features":[3,6,23]},{"name":"CreateHardLinkA","features":[3,6,23]},{"name":"CreateHardLinkTransactedA","features":[3,6,23]},{"name":"CreateHardLinkTransactedW","features":[3,6,23]},{"name":"CreateHardLinkW","features":[3,6,23]},{"name":"CreateIoRing","features":[23]},{"name":"CreateLogContainerScanContext","features":[3,23,8]},{"name":"CreateLogFile","features":[3,6,23]},{"name":"CreateLogMarshallingArea","features":[3,23]},{"name":"CreateResourceManager","features":[3,6,23]},{"name":"CreateSymbolicLinkA","features":[3,23]},{"name":"CreateSymbolicLinkTransactedA","features":[3,23]},{"name":"CreateSymbolicLinkTransactedW","features":[3,23]},{"name":"CreateSymbolicLinkW","features":[3,23]},{"name":"CreateTapePartition","features":[3,23]},{"name":"CreateTransaction","features":[3,6,23]},{"name":"CreateTransactionManager","features":[3,6,23]},{"name":"DDD_EXACT_MATCH_ON_REMOVE","features":[23]},{"name":"DDD_LUID_BROADCAST_DRIVE","features":[23]},{"name":"DDD_NO_BROADCAST_SYSTEM","features":[23]},{"name":"DDD_RAW_TARGET_PATH","features":[23]},{"name":"DDD_REMOVE_DEFINITION","features":[23]},{"name":"DEFINE_DOS_DEVICE_FLAGS","features":[23]},{"name":"DELETE","features":[23]},{"name":"DISKQUOTA_FILESTATE_INCOMPLETE","features":[23]},{"name":"DISKQUOTA_FILESTATE_MASK","features":[23]},{"name":"DISKQUOTA_FILESTATE_REBUILDING","features":[23]},{"name":"DISKQUOTA_LOGFLAG_USER_LIMIT","features":[23]},{"name":"DISKQUOTA_LOGFLAG_USER_THRESHOLD","features":[23]},{"name":"DISKQUOTA_STATE_DISABLED","features":[23]},{"name":"DISKQUOTA_STATE_ENFORCE","features":[23]},{"name":"DISKQUOTA_STATE_MASK","features":[23]},{"name":"DISKQUOTA_STATE_TRACK","features":[23]},{"name":"DISKQUOTA_USERNAME_RESOLVE","features":[23]},{"name":"DISKQUOTA_USERNAME_RESOLVE_ASYNC","features":[23]},{"name":"DISKQUOTA_USERNAME_RESOLVE_NONE","features":[23]},{"name":"DISKQUOTA_USERNAME_RESOLVE_SYNC","features":[23]},{"name":"DISKQUOTA_USER_ACCOUNT_DELETED","features":[23]},{"name":"DISKQUOTA_USER_ACCOUNT_INVALID","features":[23]},{"name":"DISKQUOTA_USER_ACCOUNT_RESOLVED","features":[23]},{"name":"DISKQUOTA_USER_ACCOUNT_UNAVAILABLE","features":[23]},{"name":"DISKQUOTA_USER_ACCOUNT_UNKNOWN","features":[23]},{"name":"DISKQUOTA_USER_ACCOUNT_UNRESOLVED","features":[23]},{"name":"DISKQUOTA_USER_INFORMATION","features":[23]},{"name":"DISK_SPACE_INFORMATION","features":[23]},{"name":"DecryptFileA","features":[3,23]},{"name":"DecryptFileW","features":[3,23]},{"name":"DefineDosDeviceA","features":[3,23]},{"name":"DefineDosDeviceW","features":[3,23]},{"name":"DeleteFileA","features":[3,23]},{"name":"DeleteFileFromAppW","features":[3,23]},{"name":"DeleteFileTransactedA","features":[3,23]},{"name":"DeleteFileTransactedW","features":[3,23]},{"name":"DeleteFileW","features":[3,23]},{"name":"DeleteLogByHandle","features":[3,23]},{"name":"DeleteLogFile","features":[3,23]},{"name":"DeleteLogMarshallingArea","features":[3,23]},{"name":"DeleteVolumeMountPointA","features":[3,23]},{"name":"DeleteVolumeMountPointW","features":[3,23]},{"name":"DeregisterManageableLogClient","features":[3,23]},{"name":"DuplicateEncryptionInfoFile","features":[3,6,23]},{"name":"EA_CONTAINER_NAME","features":[23]},{"name":"EA_CONTAINER_SIZE","features":[23]},{"name":"EFS_CERTIFICATE_BLOB","features":[23]},{"name":"EFS_COMPATIBILITY_INFO","features":[23]},{"name":"EFS_COMPATIBILITY_VERSION_NCRYPT_PROTECTOR","features":[23]},{"name":"EFS_COMPATIBILITY_VERSION_PFILE_PROTECTOR","features":[23]},{"name":"EFS_DECRYPTION_STATUS_INFO","features":[23]},{"name":"EFS_EFS_SUBVER_EFS_CERT","features":[23]},{"name":"EFS_ENCRYPTION_STATUS_INFO","features":[3,23]},{"name":"EFS_HASH_BLOB","features":[23]},{"name":"EFS_KEY_INFO","features":[70,23]},{"name":"EFS_METADATA_ADD_USER","features":[23]},{"name":"EFS_METADATA_GENERAL_OP","features":[23]},{"name":"EFS_METADATA_REMOVE_USER","features":[23]},{"name":"EFS_METADATA_REPLACE_USER","features":[23]},{"name":"EFS_PFILE_SUBVER_APPX","features":[23]},{"name":"EFS_PFILE_SUBVER_RMS","features":[23]},{"name":"EFS_PIN_BLOB","features":[23]},{"name":"EFS_RPC_BLOB","features":[23]},{"name":"EFS_SUBVER_UNKNOWN","features":[23]},{"name":"EFS_VERSION_INFO","features":[23]},{"name":"ENCRYPTED_FILE_METADATA_SIGNATURE","features":[6,23]},{"name":"ENCRYPTION_CERTIFICATE","features":[6,23]},{"name":"ENCRYPTION_CERTIFICATE_HASH","features":[6,23]},{"name":"ENCRYPTION_CERTIFICATE_HASH_LIST","features":[6,23]},{"name":"ENCRYPTION_CERTIFICATE_LIST","features":[6,23]},{"name":"ENCRYPTION_PROTECTOR","features":[6,23]},{"name":"ENCRYPTION_PROTECTOR_LIST","features":[6,23]},{"name":"ENLISTMENT_MAXIMUM_OPTION","features":[23]},{"name":"ENLISTMENT_OBJECT_PATH","features":[23]},{"name":"ENLISTMENT_SUPERIOR","features":[23]},{"name":"ERASE_TAPE_TYPE","features":[23]},{"name":"EncryptFileA","features":[3,23]},{"name":"EncryptFileW","features":[3,23]},{"name":"EncryptionDisable","features":[3,23]},{"name":"EraseTape","features":[3,23]},{"name":"ExtendedFileIdType","features":[23]},{"name":"FCACHE_CREATE_CALLBACK","features":[3,23]},{"name":"FCACHE_RICHCREATE_CALLBACK","features":[3,23]},{"name":"FH_OVERLAPPED","features":[3,23]},{"name":"FILE_ACCESS_RIGHTS","features":[23]},{"name":"FILE_ACTION","features":[23]},{"name":"FILE_ACTION_ADDED","features":[23]},{"name":"FILE_ACTION_MODIFIED","features":[23]},{"name":"FILE_ACTION_REMOVED","features":[23]},{"name":"FILE_ACTION_RENAMED_NEW_NAME","features":[23]},{"name":"FILE_ACTION_RENAMED_OLD_NAME","features":[23]},{"name":"FILE_ADD_FILE","features":[23]},{"name":"FILE_ADD_SUBDIRECTORY","features":[23]},{"name":"FILE_ALIGNMENT_INFO","features":[23]},{"name":"FILE_ALLOCATION_INFO","features":[23]},{"name":"FILE_ALL_ACCESS","features":[23]},{"name":"FILE_APPEND_DATA","features":[23]},{"name":"FILE_ATTRIBUTE_ARCHIVE","features":[23]},{"name":"FILE_ATTRIBUTE_COMPRESSED","features":[23]},{"name":"FILE_ATTRIBUTE_DEVICE","features":[23]},{"name":"FILE_ATTRIBUTE_DIRECTORY","features":[23]},{"name":"FILE_ATTRIBUTE_EA","features":[23]},{"name":"FILE_ATTRIBUTE_ENCRYPTED","features":[23]},{"name":"FILE_ATTRIBUTE_HIDDEN","features":[23]},{"name":"FILE_ATTRIBUTE_INTEGRITY_STREAM","features":[23]},{"name":"FILE_ATTRIBUTE_NORMAL","features":[23]},{"name":"FILE_ATTRIBUTE_NOT_CONTENT_INDEXED","features":[23]},{"name":"FILE_ATTRIBUTE_NO_SCRUB_DATA","features":[23]},{"name":"FILE_ATTRIBUTE_OFFLINE","features":[23]},{"name":"FILE_ATTRIBUTE_PINNED","features":[23]},{"name":"FILE_ATTRIBUTE_READONLY","features":[23]},{"name":"FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS","features":[23]},{"name":"FILE_ATTRIBUTE_RECALL_ON_OPEN","features":[23]},{"name":"FILE_ATTRIBUTE_REPARSE_POINT","features":[23]},{"name":"FILE_ATTRIBUTE_SPARSE_FILE","features":[23]},{"name":"FILE_ATTRIBUTE_SYSTEM","features":[23]},{"name":"FILE_ATTRIBUTE_TAG_INFO","features":[23]},{"name":"FILE_ATTRIBUTE_TEMPORARY","features":[23]},{"name":"FILE_ATTRIBUTE_UNPINNED","features":[23]},{"name":"FILE_ATTRIBUTE_VIRTUAL","features":[23]},{"name":"FILE_BASIC_INFO","features":[23]},{"name":"FILE_BEGIN","features":[23]},{"name":"FILE_COMPRESSION_INFO","features":[23]},{"name":"FILE_CREATE_PIPE_INSTANCE","features":[23]},{"name":"FILE_CREATION_DISPOSITION","features":[23]},{"name":"FILE_CURRENT","features":[23]},{"name":"FILE_DELETE_CHILD","features":[23]},{"name":"FILE_DEVICE_CD_ROM","features":[23]},{"name":"FILE_DEVICE_DISK","features":[23]},{"name":"FILE_DEVICE_DVD","features":[23]},{"name":"FILE_DEVICE_TAPE","features":[23]},{"name":"FILE_DEVICE_TYPE","features":[23]},{"name":"FILE_DISPOSITION_FLAG_DELETE","features":[23]},{"name":"FILE_DISPOSITION_FLAG_DO_NOT_DELETE","features":[23]},{"name":"FILE_DISPOSITION_FLAG_FORCE_IMAGE_SECTION_CHECK","features":[23]},{"name":"FILE_DISPOSITION_FLAG_IGNORE_READONLY_ATTRIBUTE","features":[23]},{"name":"FILE_DISPOSITION_FLAG_ON_CLOSE","features":[23]},{"name":"FILE_DISPOSITION_FLAG_POSIX_SEMANTICS","features":[23]},{"name":"FILE_DISPOSITION_INFO","features":[3,23]},{"name":"FILE_DISPOSITION_INFO_EX","features":[23]},{"name":"FILE_DISPOSITION_INFO_EX_FLAGS","features":[23]},{"name":"FILE_END","features":[23]},{"name":"FILE_END_OF_FILE_INFO","features":[23]},{"name":"FILE_EXECUTE","features":[23]},{"name":"FILE_EXTENT","features":[23]},{"name":"FILE_FLAGS_AND_ATTRIBUTES","features":[23]},{"name":"FILE_FLAG_BACKUP_SEMANTICS","features":[23]},{"name":"FILE_FLAG_DELETE_ON_CLOSE","features":[23]},{"name":"FILE_FLAG_FIRST_PIPE_INSTANCE","features":[23]},{"name":"FILE_FLAG_NO_BUFFERING","features":[23]},{"name":"FILE_FLAG_OPEN_NO_RECALL","features":[23]},{"name":"FILE_FLAG_OPEN_REPARSE_POINT","features":[23]},{"name":"FILE_FLAG_OVERLAPPED","features":[23]},{"name":"FILE_FLAG_POSIX_SEMANTICS","features":[23]},{"name":"FILE_FLAG_RANDOM_ACCESS","features":[23]},{"name":"FILE_FLAG_SEQUENTIAL_SCAN","features":[23]},{"name":"FILE_FLAG_SESSION_AWARE","features":[23]},{"name":"FILE_FLAG_WRITE_THROUGH","features":[23]},{"name":"FILE_FLUSH_DATA","features":[23]},{"name":"FILE_FLUSH_DEFAULT","features":[23]},{"name":"FILE_FLUSH_MIN_METADATA","features":[23]},{"name":"FILE_FLUSH_MODE","features":[23]},{"name":"FILE_FLUSH_NO_SYNC","features":[23]},{"name":"FILE_FULL_DIR_INFO","features":[23]},{"name":"FILE_GENERIC_EXECUTE","features":[23]},{"name":"FILE_GENERIC_READ","features":[23]},{"name":"FILE_GENERIC_WRITE","features":[23]},{"name":"FILE_ID_128","features":[23]},{"name":"FILE_ID_BOTH_DIR_INFO","features":[23]},{"name":"FILE_ID_DESCRIPTOR","features":[23]},{"name":"FILE_ID_EXTD_DIR_INFO","features":[23]},{"name":"FILE_ID_INFO","features":[23]},{"name":"FILE_ID_TYPE","features":[23]},{"name":"FILE_INFO_2","features":[23]},{"name":"FILE_INFO_3","features":[23]},{"name":"FILE_INFO_BY_HANDLE_CLASS","features":[23]},{"name":"FILE_INFO_FLAGS_PERMISSIONS","features":[23]},{"name":"FILE_IO_PRIORITY_HINT_INFO","features":[23]},{"name":"FILE_LIST_DIRECTORY","features":[23]},{"name":"FILE_NAME_INFO","features":[23]},{"name":"FILE_NAME_NORMALIZED","features":[23]},{"name":"FILE_NAME_OPENED","features":[23]},{"name":"FILE_NOTIFY_CHANGE","features":[23]},{"name":"FILE_NOTIFY_CHANGE_ATTRIBUTES","features":[23]},{"name":"FILE_NOTIFY_CHANGE_CREATION","features":[23]},{"name":"FILE_NOTIFY_CHANGE_DIR_NAME","features":[23]},{"name":"FILE_NOTIFY_CHANGE_FILE_NAME","features":[23]},{"name":"FILE_NOTIFY_CHANGE_LAST_ACCESS","features":[23]},{"name":"FILE_NOTIFY_CHANGE_LAST_WRITE","features":[23]},{"name":"FILE_NOTIFY_CHANGE_SECURITY","features":[23]},{"name":"FILE_NOTIFY_CHANGE_SIZE","features":[23]},{"name":"FILE_NOTIFY_EXTENDED_INFORMATION","features":[23]},{"name":"FILE_NOTIFY_INFORMATION","features":[23]},{"name":"FILE_PROVIDER_COMPRESSION_LZX","features":[23]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS16K","features":[23]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS4K","features":[23]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS8K","features":[23]},{"name":"FILE_READ_ATTRIBUTES","features":[23]},{"name":"FILE_READ_DATA","features":[23]},{"name":"FILE_READ_EA","features":[23]},{"name":"FILE_REMOTE_PROTOCOL_INFO","features":[23]},{"name":"FILE_RENAME_INFO","features":[3,23]},{"name":"FILE_SEGMENT_ELEMENT","features":[23]},{"name":"FILE_SHARE_DELETE","features":[23]},{"name":"FILE_SHARE_MODE","features":[23]},{"name":"FILE_SHARE_NONE","features":[23]},{"name":"FILE_SHARE_READ","features":[23]},{"name":"FILE_SHARE_WRITE","features":[23]},{"name":"FILE_STANDARD_INFO","features":[3,23]},{"name":"FILE_STORAGE_INFO","features":[23]},{"name":"FILE_STREAM_INFO","features":[23]},{"name":"FILE_TRAVERSE","features":[23]},{"name":"FILE_TYPE","features":[23]},{"name":"FILE_TYPE_CHAR","features":[23]},{"name":"FILE_TYPE_DISK","features":[23]},{"name":"FILE_TYPE_PIPE","features":[23]},{"name":"FILE_TYPE_REMOTE","features":[23]},{"name":"FILE_TYPE_UNKNOWN","features":[23]},{"name":"FILE_VER_GET_LOCALISED","features":[23]},{"name":"FILE_VER_GET_NEUTRAL","features":[23]},{"name":"FILE_VER_GET_PREFETCHED","features":[23]},{"name":"FILE_WRITE_ATTRIBUTES","features":[23]},{"name":"FILE_WRITE_DATA","features":[23]},{"name":"FILE_WRITE_EA","features":[23]},{"name":"FILE_WRITE_FLAGS","features":[23]},{"name":"FILE_WRITE_FLAGS_NONE","features":[23]},{"name":"FILE_WRITE_FLAGS_WRITE_THROUGH","features":[23]},{"name":"FINDEX_INFO_LEVELS","features":[23]},{"name":"FINDEX_SEARCH_OPS","features":[23]},{"name":"FIND_FIRST_EX_CASE_SENSITIVE","features":[23]},{"name":"FIND_FIRST_EX_FLAGS","features":[23]},{"name":"FIND_FIRST_EX_LARGE_FETCH","features":[23]},{"name":"FIND_FIRST_EX_ON_DISK_ENTRIES_ONLY","features":[23]},{"name":"FIO_CONTEXT","features":[3,23]},{"name":"FileAlignmentInfo","features":[23]},{"name":"FileAllocationInfo","features":[23]},{"name":"FileAttributeTagInfo","features":[23]},{"name":"FileBasicInfo","features":[23]},{"name":"FileCaseSensitiveInfo","features":[23]},{"name":"FileCompressionInfo","features":[23]},{"name":"FileDispositionInfo","features":[23]},{"name":"FileDispositionInfoEx","features":[23]},{"name":"FileEncryptionStatusA","features":[3,23]},{"name":"FileEncryptionStatusW","features":[3,23]},{"name":"FileEndOfFileInfo","features":[23]},{"name":"FileFullDirectoryInfo","features":[23]},{"name":"FileFullDirectoryRestartInfo","features":[23]},{"name":"FileIdBothDirectoryInfo","features":[23]},{"name":"FileIdBothDirectoryRestartInfo","features":[23]},{"name":"FileIdExtdDirectoryInfo","features":[23]},{"name":"FileIdExtdDirectoryRestartInfo","features":[23]},{"name":"FileIdInfo","features":[23]},{"name":"FileIdType","features":[23]},{"name":"FileIoPriorityHintInfo","features":[23]},{"name":"FileNameInfo","features":[23]},{"name":"FileNormalizedNameInfo","features":[23]},{"name":"FileRemoteProtocolInfo","features":[23]},{"name":"FileRenameInfo","features":[23]},{"name":"FileRenameInfoEx","features":[23]},{"name":"FileStandardInfo","features":[23]},{"name":"FileStorageInfo","features":[23]},{"name":"FileStreamInfo","features":[23]},{"name":"FileTimeToLocalFileTime","features":[3,23]},{"name":"FindClose","features":[3,23]},{"name":"FindCloseChangeNotification","features":[3,23]},{"name":"FindExInfoBasic","features":[23]},{"name":"FindExInfoMaxInfoLevel","features":[23]},{"name":"FindExInfoStandard","features":[23]},{"name":"FindExSearchLimitToDevices","features":[23]},{"name":"FindExSearchLimitToDirectories","features":[23]},{"name":"FindExSearchMaxSearchOp","features":[23]},{"name":"FindExSearchNameMatch","features":[23]},{"name":"FindFirstChangeNotificationA","features":[3,23]},{"name":"FindFirstChangeNotificationW","features":[3,23]},{"name":"FindFirstFileA","features":[3,23]},{"name":"FindFirstFileExA","features":[3,23]},{"name":"FindFirstFileExFromAppW","features":[3,23]},{"name":"FindFirstFileExW","features":[3,23]},{"name":"FindFirstFileNameTransactedW","features":[3,23]},{"name":"FindFirstFileNameW","features":[3,23]},{"name":"FindFirstFileTransactedA","features":[3,23]},{"name":"FindFirstFileTransactedW","features":[3,23]},{"name":"FindFirstFileW","features":[3,23]},{"name":"FindFirstStreamTransactedW","features":[3,23]},{"name":"FindFirstStreamW","features":[3,23]},{"name":"FindFirstVolumeA","features":[3,23]},{"name":"FindFirstVolumeMountPointA","features":[3,23]},{"name":"FindFirstVolumeMountPointW","features":[3,23]},{"name":"FindFirstVolumeW","features":[3,23]},{"name":"FindNextChangeNotification","features":[3,23]},{"name":"FindNextFileA","features":[3,23]},{"name":"FindNextFileNameW","features":[3,23]},{"name":"FindNextFileW","features":[3,23]},{"name":"FindNextStreamW","features":[3,23]},{"name":"FindNextVolumeA","features":[3,23]},{"name":"FindNextVolumeMountPointA","features":[3,23]},{"name":"FindNextVolumeMountPointW","features":[3,23]},{"name":"FindNextVolumeW","features":[3,23]},{"name":"FindStreamInfoMaxInfoLevel","features":[23]},{"name":"FindStreamInfoStandard","features":[23]},{"name":"FindVolumeClose","features":[3,23]},{"name":"FindVolumeMountPointClose","features":[3,23]},{"name":"FlushFileBuffers","features":[3,23]},{"name":"FlushLogBuffers","features":[3,23,8]},{"name":"FlushLogToLsn","features":[3,23,8]},{"name":"FreeEncryptedFileMetadata","features":[23]},{"name":"FreeEncryptionCertificateHashList","features":[6,23]},{"name":"FreeReservedLog","features":[3,23]},{"name":"GETFINALPATHNAMEBYHANDLE_FLAGS","features":[23]},{"name":"GET_FILEEX_INFO_LEVELS","features":[23]},{"name":"GET_FILE_VERSION_INFO_FLAGS","features":[23]},{"name":"GET_TAPE_DRIVE_INFORMATION","features":[23]},{"name":"GET_TAPE_DRIVE_PARAMETERS_OPERATION","features":[23]},{"name":"GET_TAPE_MEDIA_INFORMATION","features":[23]},{"name":"GetBinaryTypeA","features":[3,23]},{"name":"GetBinaryTypeW","features":[3,23]},{"name":"GetCompressedFileSizeA","features":[23]},{"name":"GetCompressedFileSizeTransactedA","features":[3,23]},{"name":"GetCompressedFileSizeTransactedW","features":[3,23]},{"name":"GetCompressedFileSizeW","features":[23]},{"name":"GetCurrentClockTransactionManager","features":[3,23]},{"name":"GetDiskFreeSpaceA","features":[3,23]},{"name":"GetDiskFreeSpaceExA","features":[3,23]},{"name":"GetDiskFreeSpaceExW","features":[3,23]},{"name":"GetDiskFreeSpaceW","features":[3,23]},{"name":"GetDiskSpaceInformationA","features":[23]},{"name":"GetDiskSpaceInformationW","features":[23]},{"name":"GetDriveTypeA","features":[23]},{"name":"GetDriveTypeW","features":[23]},{"name":"GetEncryptedFileMetadata","features":[23]},{"name":"GetEnlistmentId","features":[3,23]},{"name":"GetEnlistmentRecoveryInformation","features":[3,23]},{"name":"GetExpandedNameA","features":[23]},{"name":"GetExpandedNameW","features":[23]},{"name":"GetFileAttributesA","features":[23]},{"name":"GetFileAttributesExA","features":[3,23]},{"name":"GetFileAttributesExFromAppW","features":[3,23]},{"name":"GetFileAttributesExW","features":[3,23]},{"name":"GetFileAttributesTransactedA","features":[3,23]},{"name":"GetFileAttributesTransactedW","features":[3,23]},{"name":"GetFileAttributesW","features":[23]},{"name":"GetFileBandwidthReservation","features":[3,23]},{"name":"GetFileExInfoStandard","features":[23]},{"name":"GetFileExMaxInfoLevel","features":[23]},{"name":"GetFileInformationByHandle","features":[3,23]},{"name":"GetFileInformationByHandleEx","features":[3,23]},{"name":"GetFileSize","features":[3,23]},{"name":"GetFileSizeEx","features":[3,23]},{"name":"GetFileTime","features":[3,23]},{"name":"GetFileType","features":[3,23]},{"name":"GetFileVersionInfoA","features":[3,23]},{"name":"GetFileVersionInfoExA","features":[3,23]},{"name":"GetFileVersionInfoExW","features":[3,23]},{"name":"GetFileVersionInfoSizeA","features":[23]},{"name":"GetFileVersionInfoSizeExA","features":[23]},{"name":"GetFileVersionInfoSizeExW","features":[23]},{"name":"GetFileVersionInfoSizeW","features":[23]},{"name":"GetFileVersionInfoW","features":[3,23]},{"name":"GetFinalPathNameByHandleA","features":[3,23]},{"name":"GetFinalPathNameByHandleW","features":[3,23]},{"name":"GetFullPathNameA","features":[23]},{"name":"GetFullPathNameTransactedA","features":[3,23]},{"name":"GetFullPathNameTransactedW","features":[3,23]},{"name":"GetFullPathNameW","features":[23]},{"name":"GetIoRingInfo","features":[23]},{"name":"GetLogContainerName","features":[3,23]},{"name":"GetLogFileInformation","features":[3,23]},{"name":"GetLogIoStatistics","features":[3,23]},{"name":"GetLogReservationInfo","features":[3,23]},{"name":"GetLogicalDriveStringsA","features":[23]},{"name":"GetLogicalDriveStringsW","features":[23]},{"name":"GetLogicalDrives","features":[23]},{"name":"GetLongPathNameA","features":[23]},{"name":"GetLongPathNameTransactedA","features":[3,23]},{"name":"GetLongPathNameTransactedW","features":[3,23]},{"name":"GetLongPathNameW","features":[23]},{"name":"GetNextLogArchiveExtent","features":[3,23]},{"name":"GetNotificationResourceManager","features":[3,23]},{"name":"GetNotificationResourceManagerAsync","features":[3,23,8]},{"name":"GetShortPathNameA","features":[23]},{"name":"GetShortPathNameW","features":[23]},{"name":"GetTapeParameters","features":[3,23]},{"name":"GetTapePosition","features":[3,23]},{"name":"GetTapeStatus","features":[3,23]},{"name":"GetTempFileNameA","features":[23]},{"name":"GetTempFileNameW","features":[23]},{"name":"GetTempPath2A","features":[23]},{"name":"GetTempPath2W","features":[23]},{"name":"GetTempPathA","features":[23]},{"name":"GetTempPathW","features":[23]},{"name":"GetTransactionId","features":[3,23]},{"name":"GetTransactionInformation","features":[3,23]},{"name":"GetTransactionManagerId","features":[3,23]},{"name":"GetVolumeInformationA","features":[3,23]},{"name":"GetVolumeInformationByHandleW","features":[3,23]},{"name":"GetVolumeInformationW","features":[3,23]},{"name":"GetVolumeNameForVolumeMountPointA","features":[3,23]},{"name":"GetVolumeNameForVolumeMountPointW","features":[3,23]},{"name":"GetVolumePathNameA","features":[3,23]},{"name":"GetVolumePathNameW","features":[3,23]},{"name":"GetVolumePathNamesForVolumeNameA","features":[3,23]},{"name":"GetVolumePathNamesForVolumeNameW","features":[3,23]},{"name":"HIORING","features":[23]},{"name":"HandleLogFull","features":[3,23]},{"name":"IDiskQuotaControl","features":[23]},{"name":"IDiskQuotaEvents","features":[23]},{"name":"IDiskQuotaUser","features":[23]},{"name":"IDiskQuotaUserBatch","features":[23]},{"name":"IEnumDiskQuotaUsers","features":[23]},{"name":"INVALID_FILE_ATTRIBUTES","features":[23]},{"name":"INVALID_FILE_SIZE","features":[23]},{"name":"INVALID_SET_FILE_POINTER","features":[23]},{"name":"IOCTL_VOLUME_ALLOCATE_BC_STREAM","features":[23]},{"name":"IOCTL_VOLUME_BASE","features":[23]},{"name":"IOCTL_VOLUME_BC_VERSION","features":[23]},{"name":"IOCTL_VOLUME_FREE_BC_STREAM","features":[23]},{"name":"IOCTL_VOLUME_GET_BC_PROPERTIES","features":[23]},{"name":"IOCTL_VOLUME_GET_CSVBLOCKCACHE_CALLBACK","features":[23]},{"name":"IOCTL_VOLUME_GET_GPT_ATTRIBUTES","features":[23]},{"name":"IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS","features":[23]},{"name":"IOCTL_VOLUME_IS_CLUSTERED","features":[23]},{"name":"IOCTL_VOLUME_IS_CSV","features":[23]},{"name":"IOCTL_VOLUME_IS_DYNAMIC","features":[23]},{"name":"IOCTL_VOLUME_IS_IO_CAPABLE","features":[23]},{"name":"IOCTL_VOLUME_IS_OFFLINE","features":[23]},{"name":"IOCTL_VOLUME_IS_PARTITION","features":[23]},{"name":"IOCTL_VOLUME_LOGICAL_TO_PHYSICAL","features":[23]},{"name":"IOCTL_VOLUME_OFFLINE","features":[23]},{"name":"IOCTL_VOLUME_ONLINE","features":[23]},{"name":"IOCTL_VOLUME_PHYSICAL_TO_LOGICAL","features":[23]},{"name":"IOCTL_VOLUME_POST_ONLINE","features":[23]},{"name":"IOCTL_VOLUME_PREPARE_FOR_CRITICAL_IO","features":[23]},{"name":"IOCTL_VOLUME_PREPARE_FOR_SHRINK","features":[23]},{"name":"IOCTL_VOLUME_QUERY_ALLOCATION_HINT","features":[23]},{"name":"IOCTL_VOLUME_QUERY_FAILOVER_SET","features":[23]},{"name":"IOCTL_VOLUME_QUERY_MINIMUM_SHRINK_SIZE","features":[23]},{"name":"IOCTL_VOLUME_QUERY_VOLUME_NUMBER","features":[23]},{"name":"IOCTL_VOLUME_READ_PLEX","features":[23]},{"name":"IOCTL_VOLUME_SET_GPT_ATTRIBUTES","features":[23]},{"name":"IOCTL_VOLUME_SUPPORTS_ONLINE_OFFLINE","features":[23]},{"name":"IOCTL_VOLUME_UPDATE_PROPERTIES","features":[23]},{"name":"IORING_BUFFER_INFO","features":[23]},{"name":"IORING_BUFFER_REF","features":[23]},{"name":"IORING_CAPABILITIES","features":[23]},{"name":"IORING_CQE","features":[23]},{"name":"IORING_CREATE_ADVISORY_FLAGS","features":[23]},{"name":"IORING_CREATE_ADVISORY_FLAGS_NONE","features":[23]},{"name":"IORING_CREATE_FLAGS","features":[23]},{"name":"IORING_CREATE_REQUIRED_FLAGS","features":[23]},{"name":"IORING_CREATE_REQUIRED_FLAGS_NONE","features":[23]},{"name":"IORING_FEATURE_FLAGS","features":[23]},{"name":"IORING_FEATURE_FLAGS_NONE","features":[23]},{"name":"IORING_FEATURE_SET_COMPLETION_EVENT","features":[23]},{"name":"IORING_FEATURE_UM_EMULATION","features":[23]},{"name":"IORING_HANDLE_REF","features":[3,23]},{"name":"IORING_INFO","features":[23]},{"name":"IORING_OP_CANCEL","features":[23]},{"name":"IORING_OP_CODE","features":[23]},{"name":"IORING_OP_FLUSH","features":[23]},{"name":"IORING_OP_NOP","features":[23]},{"name":"IORING_OP_READ","features":[23]},{"name":"IORING_OP_REGISTER_BUFFERS","features":[23]},{"name":"IORING_OP_REGISTER_FILES","features":[23]},{"name":"IORING_OP_WRITE","features":[23]},{"name":"IORING_REF_KIND","features":[23]},{"name":"IORING_REF_RAW","features":[23]},{"name":"IORING_REF_REGISTERED","features":[23]},{"name":"IORING_REGISTERED_BUFFER","features":[23]},{"name":"IORING_SQE_FLAGS","features":[23]},{"name":"IORING_VERSION","features":[23]},{"name":"IORING_VERSION_1","features":[23]},{"name":"IORING_VERSION_2","features":[23]},{"name":"IORING_VERSION_3","features":[23]},{"name":"IORING_VERSION_INVALID","features":[23]},{"name":"IOSQE_FLAGS_DRAIN_PRECEDING_OPS","features":[23]},{"name":"IOSQE_FLAGS_NONE","features":[23]},{"name":"InstallLogPolicy","features":[3,23]},{"name":"IoPriorityHintLow","features":[23]},{"name":"IoPriorityHintNormal","features":[23]},{"name":"IoPriorityHintVeryLow","features":[23]},{"name":"IsIoRingOpSupported","features":[3,23]},{"name":"KCRM_MARSHAL_HEADER","features":[23]},{"name":"KCRM_PROTOCOL_BLOB","features":[23]},{"name":"KCRM_TRANSACTION_BLOB","features":[23]},{"name":"KTM_MARSHAL_BLOB_VERSION_MAJOR","features":[23]},{"name":"KTM_MARSHAL_BLOB_VERSION_MINOR","features":[23]},{"name":"LOCKFILE_EXCLUSIVE_LOCK","features":[23]},{"name":"LOCKFILE_FAIL_IMMEDIATELY","features":[23]},{"name":"LOCK_FILE_FLAGS","features":[23]},{"name":"LOG_MANAGEMENT_CALLBACKS","features":[3,23]},{"name":"LOG_POLICY_OVERWRITE","features":[23]},{"name":"LOG_POLICY_PERSIST","features":[23]},{"name":"LPPROGRESS_ROUTINE","features":[3,23]},{"name":"LPPROGRESS_ROUTINE_CALLBACK_REASON","features":[23]},{"name":"LZClose","features":[23]},{"name":"LZCopy","features":[23]},{"name":"LZDone","features":[23]},{"name":"LZERROR_BADINHANDLE","features":[23]},{"name":"LZERROR_BADOUTHANDLE","features":[23]},{"name":"LZERROR_BADVALUE","features":[23]},{"name":"LZERROR_GLOBALLOC","features":[23]},{"name":"LZERROR_GLOBLOCK","features":[23]},{"name":"LZERROR_READ","features":[23]},{"name":"LZERROR_UNKNOWNALG","features":[23]},{"name":"LZERROR_WRITE","features":[23]},{"name":"LZInit","features":[23]},{"name":"LZOPENFILE_STYLE","features":[23]},{"name":"LZOpenFileA","features":[23]},{"name":"LZOpenFileW","features":[23]},{"name":"LZRead","features":[23]},{"name":"LZSeek","features":[23]},{"name":"LZStart","features":[23]},{"name":"LocalFileTimeToFileTime","features":[3,23]},{"name":"LockFile","features":[3,23]},{"name":"LockFileEx","features":[3,23,8]},{"name":"LogTailAdvanceFailure","features":[3,23]},{"name":"LsnBlockOffset","features":[23]},{"name":"LsnContainer","features":[23]},{"name":"LsnCreate","features":[23]},{"name":"LsnEqual","features":[3,23]},{"name":"LsnGreater","features":[3,23]},{"name":"LsnIncrement","features":[23]},{"name":"LsnInvalid","features":[3,23]},{"name":"LsnLess","features":[3,23]},{"name":"LsnNull","features":[3,23]},{"name":"LsnRecordSequence","features":[23]},{"name":"MAXIMUM_REPARSE_DATA_BUFFER_SIZE","features":[23]},{"name":"MAXMEDIALABEL","features":[23]},{"name":"MAX_RESOURCEMANAGER_DESCRIPTION_LENGTH","features":[23]},{"name":"MAX_SID_SIZE","features":[23]},{"name":"MAX_TRANSACTION_DESCRIPTION_LENGTH","features":[23]},{"name":"MOVEFILE_COPY_ALLOWED","features":[23]},{"name":"MOVEFILE_CREATE_HARDLINK","features":[23]},{"name":"MOVEFILE_DELAY_UNTIL_REBOOT","features":[23]},{"name":"MOVEFILE_FAIL_IF_NOT_TRACKABLE","features":[23]},{"name":"MOVEFILE_REPLACE_EXISTING","features":[23]},{"name":"MOVEFILE_WRITE_THROUGH","features":[23]},{"name":"MOVE_FILE_FLAGS","features":[23]},{"name":"MaximumFileIdType","features":[23]},{"name":"MaximumFileInfoByHandleClass","features":[23]},{"name":"MaximumIoPriorityHintType","features":[23]},{"name":"MediaLabelInfo","features":[23]},{"name":"MoveFileA","features":[3,23]},{"name":"MoveFileExA","features":[3,23]},{"name":"MoveFileExW","features":[3,23]},{"name":"MoveFileFromAppW","features":[3,23]},{"name":"MoveFileTransactedA","features":[3,23]},{"name":"MoveFileTransactedW","features":[3,23]},{"name":"MoveFileW","features":[3,23]},{"name":"MoveFileWithProgressA","features":[3,23]},{"name":"MoveFileWithProgressW","features":[3,23]},{"name":"NAME_CACHE_CONTEXT","features":[23]},{"name":"NTMSMLI_MAXAPPDESCR","features":[23]},{"name":"NTMSMLI_MAXIDSIZE","features":[23]},{"name":"NTMSMLI_MAXTYPE","features":[23]},{"name":"NTMS_ALLOCATE_ERROR_IF_UNAVAILABLE","features":[23]},{"name":"NTMS_ALLOCATE_FROMSCRATCH","features":[23]},{"name":"NTMS_ALLOCATE_NEW","features":[23]},{"name":"NTMS_ALLOCATE_NEXT","features":[23]},{"name":"NTMS_ALLOCATION_INFORMATION","features":[23]},{"name":"NTMS_APPLICATIONNAME_LENGTH","features":[23]},{"name":"NTMS_ASYNCOP_MOUNT","features":[23]},{"name":"NTMS_ASYNCSTATE_COMPLETE","features":[23]},{"name":"NTMS_ASYNCSTATE_INPROCESS","features":[23]},{"name":"NTMS_ASYNCSTATE_QUEUED","features":[23]},{"name":"NTMS_ASYNCSTATE_WAIT_OPERATOR","features":[23]},{"name":"NTMS_ASYNCSTATE_WAIT_RESOURCE","features":[23]},{"name":"NTMS_ASYNC_IO","features":[3,23]},{"name":"NTMS_BARCODESTATE_OK","features":[23]},{"name":"NTMS_BARCODESTATE_UNREADABLE","features":[23]},{"name":"NTMS_BARCODE_LENGTH","features":[23]},{"name":"NTMS_CHANGER","features":[23]},{"name":"NTMS_CHANGERINFORMATIONA","features":[23]},{"name":"NTMS_CHANGERINFORMATIONW","features":[23]},{"name":"NTMS_CHANGERTYPEINFORMATIONA","features":[23]},{"name":"NTMS_CHANGERTYPEINFORMATIONW","features":[23]},{"name":"NTMS_CHANGER_TYPE","features":[23]},{"name":"NTMS_COMPUTER","features":[23]},{"name":"NTMS_COMPUTERINFORMATION","features":[23]},{"name":"NTMS_COMPUTERNAME_LENGTH","features":[23]},{"name":"NTMS_CONTROL_ACCESS","features":[23]},{"name":"NTMS_CREATE_NEW","features":[23]},{"name":"NTMS_DEALLOCATE_TOSCRATCH","features":[23]},{"name":"NTMS_DESCRIPTION_LENGTH","features":[23]},{"name":"NTMS_DEVICENAME_LENGTH","features":[23]},{"name":"NTMS_DISMOUNT_DEFERRED","features":[23]},{"name":"NTMS_DISMOUNT_IMMEDIATE","features":[23]},{"name":"NTMS_DOORSTATE_CLOSED","features":[23]},{"name":"NTMS_DOORSTATE_OPEN","features":[23]},{"name":"NTMS_DOORSTATE_UNKNOWN","features":[23]},{"name":"NTMS_DRIVE","features":[23]},{"name":"NTMS_DRIVEINFORMATIONA","features":[3,23]},{"name":"NTMS_DRIVEINFORMATIONW","features":[3,23]},{"name":"NTMS_DRIVESTATE_BEING_CLEANED","features":[23]},{"name":"NTMS_DRIVESTATE_DISMOUNTABLE","features":[23]},{"name":"NTMS_DRIVESTATE_DISMOUNTED","features":[23]},{"name":"NTMS_DRIVESTATE_LOADED","features":[23]},{"name":"NTMS_DRIVESTATE_MOUNTED","features":[23]},{"name":"NTMS_DRIVESTATE_UNLOADED","features":[23]},{"name":"NTMS_DRIVETYPEINFORMATIONA","features":[23]},{"name":"NTMS_DRIVETYPEINFORMATIONW","features":[23]},{"name":"NTMS_DRIVE_TYPE","features":[23]},{"name":"NTMS_EJECT_ASK_USER","features":[23]},{"name":"NTMS_EJECT_FORCE","features":[23]},{"name":"NTMS_EJECT_IMMEDIATE","features":[23]},{"name":"NTMS_EJECT_QUEUE","features":[23]},{"name":"NTMS_EJECT_START","features":[23]},{"name":"NTMS_EJECT_STOP","features":[23]},{"name":"NTMS_ENUM_DEFAULT","features":[23]},{"name":"NTMS_ENUM_ROOTPOOL","features":[23]},{"name":"NTMS_ERROR_ON_DUPLICATE","features":[23]},{"name":"NTMS_EVENT_COMPLETE","features":[23]},{"name":"NTMS_EVENT_SIGNAL","features":[23]},{"name":"NTMS_FILESYSTEM_INFO","features":[23]},{"name":"NTMS_I1_LIBRARYINFORMATION","features":[3,23]},{"name":"NTMS_I1_LIBREQUESTINFORMATIONA","features":[3,23]},{"name":"NTMS_I1_LIBREQUESTINFORMATIONW","features":[3,23]},{"name":"NTMS_I1_MESSAGE_LENGTH","features":[23]},{"name":"NTMS_I1_OBJECTINFORMATIONA","features":[3,23]},{"name":"NTMS_I1_OBJECTINFORMATIONW","features":[3,23]},{"name":"NTMS_I1_OPREQUESTINFORMATIONA","features":[3,23]},{"name":"NTMS_I1_OPREQUESTINFORMATIONW","features":[3,23]},{"name":"NTMS_I1_PARTITIONINFORMATIONA","features":[23]},{"name":"NTMS_I1_PARTITIONINFORMATIONW","features":[23]},{"name":"NTMS_I1_PMIDINFORMATIONA","features":[23]},{"name":"NTMS_I1_PMIDINFORMATIONW","features":[23]},{"name":"NTMS_IEDOOR","features":[23]},{"name":"NTMS_IEDOORINFORMATION","features":[23]},{"name":"NTMS_IEPORT","features":[23]},{"name":"NTMS_IEPORTINFORMATION","features":[23]},{"name":"NTMS_INITIALIZING","features":[23]},{"name":"NTMS_INJECT_RETRACT","features":[23]},{"name":"NTMS_INJECT_START","features":[23]},{"name":"NTMS_INJECT_STARTMANY","features":[23]},{"name":"NTMS_INJECT_STOP","features":[23]},{"name":"NTMS_INVENTORY_DEFAULT","features":[23]},{"name":"NTMS_INVENTORY_FAST","features":[23]},{"name":"NTMS_INVENTORY_MAX","features":[23]},{"name":"NTMS_INVENTORY_NONE","features":[23]},{"name":"NTMS_INVENTORY_OMID","features":[23]},{"name":"NTMS_INVENTORY_SLOT","features":[23]},{"name":"NTMS_INVENTORY_STOP","features":[23]},{"name":"NTMS_LIBRARY","features":[23]},{"name":"NTMS_LIBRARYFLAG_AUTODETECTCHANGE","features":[23]},{"name":"NTMS_LIBRARYFLAG_CLEANERPRESENT","features":[23]},{"name":"NTMS_LIBRARYFLAG_FIXEDOFFLINE","features":[23]},{"name":"NTMS_LIBRARYFLAG_IGNORECLEANERUSESREMAINING","features":[23]},{"name":"NTMS_LIBRARYFLAG_RECOGNIZECLEANERBARCODE","features":[23]},{"name":"NTMS_LIBRARYINFORMATION","features":[3,23]},{"name":"NTMS_LIBRARYTYPE_OFFLINE","features":[23]},{"name":"NTMS_LIBRARYTYPE_ONLINE","features":[23]},{"name":"NTMS_LIBRARYTYPE_STANDALONE","features":[23]},{"name":"NTMS_LIBRARYTYPE_UNKNOWN","features":[23]},{"name":"NTMS_LIBREQFLAGS_NOAUTOPURGE","features":[23]},{"name":"NTMS_LIBREQFLAGS_NOFAILEDPURGE","features":[23]},{"name":"NTMS_LIBREQUEST","features":[23]},{"name":"NTMS_LIBREQUESTINFORMATIONA","features":[3,23]},{"name":"NTMS_LIBREQUESTINFORMATIONW","features":[3,23]},{"name":"NTMS_LMIDINFORMATION","features":[23]},{"name":"NTMS_LM_CANCELLED","features":[23]},{"name":"NTMS_LM_CLASSIFY","features":[23]},{"name":"NTMS_LM_CLEANDRIVE","features":[23]},{"name":"NTMS_LM_DEFERRED","features":[23]},{"name":"NTMS_LM_DEFFERED","features":[23]},{"name":"NTMS_LM_DISABLECHANGER","features":[23]},{"name":"NTMS_LM_DISABLEDRIVE","features":[23]},{"name":"NTMS_LM_DISABLELIBRARY","features":[23]},{"name":"NTMS_LM_DISABLEMEDIA","features":[23]},{"name":"NTMS_LM_DISMOUNT","features":[23]},{"name":"NTMS_LM_DOORACCESS","features":[23]},{"name":"NTMS_LM_EJECT","features":[23]},{"name":"NTMS_LM_EJECTCLEANER","features":[23]},{"name":"NTMS_LM_ENABLECHANGER","features":[23]},{"name":"NTMS_LM_ENABLEDRIVE","features":[23]},{"name":"NTMS_LM_ENABLELIBRARY","features":[23]},{"name":"NTMS_LM_ENABLEMEDIA","features":[23]},{"name":"NTMS_LM_FAILED","features":[23]},{"name":"NTMS_LM_INJECT","features":[23]},{"name":"NTMS_LM_INJECTCLEANER","features":[23]},{"name":"NTMS_LM_INPROCESS","features":[23]},{"name":"NTMS_LM_INVALID","features":[23]},{"name":"NTMS_LM_INVENTORY","features":[23]},{"name":"NTMS_LM_MAXWORKITEM","features":[23]},{"name":"NTMS_LM_MOUNT","features":[23]},{"name":"NTMS_LM_PASSED","features":[23]},{"name":"NTMS_LM_PROCESSOMID","features":[23]},{"name":"NTMS_LM_QUEUED","features":[23]},{"name":"NTMS_LM_RELEASECLEANER","features":[23]},{"name":"NTMS_LM_REMOVE","features":[23]},{"name":"NTMS_LM_RESERVECLEANER","features":[23]},{"name":"NTMS_LM_STOPPED","features":[23]},{"name":"NTMS_LM_UPDATEOMID","features":[23]},{"name":"NTMS_LM_WAITING","features":[23]},{"name":"NTMS_LM_WRITESCRATCH","features":[23]},{"name":"NTMS_LOGICAL_MEDIA","features":[23]},{"name":"NTMS_MAXATTR_LENGTH","features":[23]},{"name":"NTMS_MAXATTR_NAMELEN","features":[23]},{"name":"NTMS_MEDIAPOOLINFORMATION","features":[23]},{"name":"NTMS_MEDIARW_READONLY","features":[23]},{"name":"NTMS_MEDIARW_REWRITABLE","features":[23]},{"name":"NTMS_MEDIARW_UNKNOWN","features":[23]},{"name":"NTMS_MEDIARW_WRITEONCE","features":[23]},{"name":"NTMS_MEDIASTATE_IDLE","features":[23]},{"name":"NTMS_MEDIASTATE_INUSE","features":[23]},{"name":"NTMS_MEDIASTATE_LOADED","features":[23]},{"name":"NTMS_MEDIASTATE_MOUNTED","features":[23]},{"name":"NTMS_MEDIASTATE_OPERROR","features":[23]},{"name":"NTMS_MEDIASTATE_OPREQ","features":[23]},{"name":"NTMS_MEDIASTATE_UNLOADED","features":[23]},{"name":"NTMS_MEDIATYPEINFORMATION","features":[23]},{"name":"NTMS_MEDIA_POOL","features":[23]},{"name":"NTMS_MEDIA_TYPE","features":[23]},{"name":"NTMS_MESSAGE_LENGTH","features":[23]},{"name":"NTMS_MODIFY_ACCESS","features":[23]},{"name":"NTMS_MOUNT_ERROR_IF_OFFLINE","features":[23]},{"name":"NTMS_MOUNT_ERROR_IF_UNAVAILABLE","features":[23]},{"name":"NTMS_MOUNT_ERROR_NOT_AVAILABLE","features":[23]},{"name":"NTMS_MOUNT_ERROR_OFFLINE","features":[23]},{"name":"NTMS_MOUNT_INFORMATION","features":[23]},{"name":"NTMS_MOUNT_NOWAIT","features":[23]},{"name":"NTMS_MOUNT_READ","features":[23]},{"name":"NTMS_MOUNT_SPECIFIC_DRIVE","features":[23]},{"name":"NTMS_MOUNT_WRITE","features":[23]},{"name":"NTMS_NEEDS_SERVICE","features":[23]},{"name":"NTMS_NOTIFICATIONINFORMATION","features":[23]},{"name":"NTMS_NOT_PRESENT","features":[23]},{"name":"NTMS_NUMBER_OF_OBJECT_TYPES","features":[23]},{"name":"NTMS_OBJECT","features":[23]},{"name":"NTMS_OBJECTINFORMATIONA","features":[3,23]},{"name":"NTMS_OBJECTINFORMATIONW","features":[3,23]},{"name":"NTMS_OBJECTNAME_LENGTH","features":[23]},{"name":"NTMS_OBJ_DELETE","features":[23]},{"name":"NTMS_OBJ_INSERT","features":[23]},{"name":"NTMS_OBJ_UPDATE","features":[23]},{"name":"NTMS_OMIDLABELID_LENGTH","features":[23]},{"name":"NTMS_OMIDLABELINFO_LENGTH","features":[23]},{"name":"NTMS_OMIDLABELTYPE_LENGTH","features":[23]},{"name":"NTMS_OMID_TYPE","features":[23]},{"name":"NTMS_OMID_TYPE_FILESYSTEM_INFO","features":[23]},{"name":"NTMS_OMID_TYPE_RAW_LABEL","features":[23]},{"name":"NTMS_OPEN_ALWAYS","features":[23]},{"name":"NTMS_OPEN_EXISTING","features":[23]},{"name":"NTMS_OPREQFLAGS_NOALERTS","features":[23]},{"name":"NTMS_OPREQFLAGS_NOAUTOPURGE","features":[23]},{"name":"NTMS_OPREQFLAGS_NOFAILEDPURGE","features":[23]},{"name":"NTMS_OPREQFLAGS_NOTRAYICON","features":[23]},{"name":"NTMS_OPREQUEST","features":[23]},{"name":"NTMS_OPREQUESTINFORMATIONA","features":[3,23]},{"name":"NTMS_OPREQUESTINFORMATIONW","features":[3,23]},{"name":"NTMS_OPREQ_CLEANER","features":[23]},{"name":"NTMS_OPREQ_DEVICESERVICE","features":[23]},{"name":"NTMS_OPREQ_MESSAGE","features":[23]},{"name":"NTMS_OPREQ_MOVEMEDIA","features":[23]},{"name":"NTMS_OPREQ_NEWMEDIA","features":[23]},{"name":"NTMS_OPREQ_UNKNOWN","features":[23]},{"name":"NTMS_OPSTATE_ACTIVE","features":[23]},{"name":"NTMS_OPSTATE_COMPLETE","features":[23]},{"name":"NTMS_OPSTATE_INPROGRESS","features":[23]},{"name":"NTMS_OPSTATE_REFUSED","features":[23]},{"name":"NTMS_OPSTATE_SUBMITTED","features":[23]},{"name":"NTMS_OPSTATE_UNKNOWN","features":[23]},{"name":"NTMS_PARTITION","features":[23]},{"name":"NTMS_PARTITIONINFORMATIONA","features":[23]},{"name":"NTMS_PARTITIONINFORMATIONW","features":[23]},{"name":"NTMS_PARTSTATE_ALLOCATED","features":[23]},{"name":"NTMS_PARTSTATE_AVAILABLE","features":[23]},{"name":"NTMS_PARTSTATE_COMPLETE","features":[23]},{"name":"NTMS_PARTSTATE_DECOMMISSIONED","features":[23]},{"name":"NTMS_PARTSTATE_FOREIGN","features":[23]},{"name":"NTMS_PARTSTATE_IMPORT","features":[23]},{"name":"NTMS_PARTSTATE_INCOMPATIBLE","features":[23]},{"name":"NTMS_PARTSTATE_RESERVED","features":[23]},{"name":"NTMS_PARTSTATE_UNKNOWN","features":[23]},{"name":"NTMS_PARTSTATE_UNPREPARED","features":[23]},{"name":"NTMS_PHYSICAL_MEDIA","features":[23]},{"name":"NTMS_PMIDINFORMATIONA","features":[23]},{"name":"NTMS_PMIDINFORMATIONW","features":[23]},{"name":"NTMS_POOLHIERARCHY_LENGTH","features":[23]},{"name":"NTMS_POOLPOLICY_KEEPOFFLINEIMPORT","features":[23]},{"name":"NTMS_POOLPOLICY_PURGEOFFLINESCRATCH","features":[23]},{"name":"NTMS_POOLTYPE_APPLICATION","features":[23]},{"name":"NTMS_POOLTYPE_FOREIGN","features":[23]},{"name":"NTMS_POOLTYPE_IMPORT","features":[23]},{"name":"NTMS_POOLTYPE_SCRATCH","features":[23]},{"name":"NTMS_POOLTYPE_UNKNOWN","features":[23]},{"name":"NTMS_PORTCONTENT_EMPTY","features":[23]},{"name":"NTMS_PORTCONTENT_FULL","features":[23]},{"name":"NTMS_PORTCONTENT_UNKNOWN","features":[23]},{"name":"NTMS_PORTPOSITION_EXTENDED","features":[23]},{"name":"NTMS_PORTPOSITION_RETRACTED","features":[23]},{"name":"NTMS_PORTPOSITION_UNKNOWN","features":[23]},{"name":"NTMS_PRIORITY_DEFAULT","features":[23]},{"name":"NTMS_PRIORITY_HIGH","features":[23]},{"name":"NTMS_PRIORITY_HIGHEST","features":[23]},{"name":"NTMS_PRIORITY_LOW","features":[23]},{"name":"NTMS_PRIORITY_LOWEST","features":[23]},{"name":"NTMS_PRIORITY_NORMAL","features":[23]},{"name":"NTMS_PRODUCTNAME_LENGTH","features":[23]},{"name":"NTMS_READY","features":[23]},{"name":"NTMS_REVISION_LENGTH","features":[23]},{"name":"NTMS_SEQUENCE_LENGTH","features":[23]},{"name":"NTMS_SERIALNUMBER_LENGTH","features":[23]},{"name":"NTMS_SESSION_QUERYEXPEDITE","features":[23]},{"name":"NTMS_SLOTSTATE_EMPTY","features":[23]},{"name":"NTMS_SLOTSTATE_FULL","features":[23]},{"name":"NTMS_SLOTSTATE_NEEDSINVENTORY","features":[23]},{"name":"NTMS_SLOTSTATE_NOTPRESENT","features":[23]},{"name":"NTMS_SLOTSTATE_UNKNOWN","features":[23]},{"name":"NTMS_STORAGESLOT","features":[23]},{"name":"NTMS_STORAGESLOTINFORMATION","features":[23]},{"name":"NTMS_UIDEST_ADD","features":[23]},{"name":"NTMS_UIDEST_DELETE","features":[23]},{"name":"NTMS_UIDEST_DELETEALL","features":[23]},{"name":"NTMS_UIOPERATION_MAX","features":[23]},{"name":"NTMS_UITYPE_ERR","features":[23]},{"name":"NTMS_UITYPE_INFO","features":[23]},{"name":"NTMS_UITYPE_INVALID","features":[23]},{"name":"NTMS_UITYPE_MAX","features":[23]},{"name":"NTMS_UITYPE_REQ","features":[23]},{"name":"NTMS_UI_DESTINATION","features":[23]},{"name":"NTMS_UNKNOWN","features":[23]},{"name":"NTMS_UNKNOWN_DRIVE","features":[23]},{"name":"NTMS_USERNAME_LENGTH","features":[23]},{"name":"NTMS_USE_ACCESS","features":[23]},{"name":"NTMS_VENDORNAME_LENGTH","features":[23]},{"name":"NetConnectionEnum","features":[23]},{"name":"NetFileClose","features":[23]},{"name":"NetFileEnum","features":[23]},{"name":"NetFileGetInfo","features":[23]},{"name":"NetServerAliasAdd","features":[23]},{"name":"NetServerAliasDel","features":[23]},{"name":"NetServerAliasEnum","features":[23]},{"name":"NetSessionDel","features":[23]},{"name":"NetSessionEnum","features":[23]},{"name":"NetSessionGetInfo","features":[23]},{"name":"NetShareAdd","features":[23]},{"name":"NetShareCheck","features":[23]},{"name":"NetShareDel","features":[23]},{"name":"NetShareDelEx","features":[23]},{"name":"NetShareDelSticky","features":[23]},{"name":"NetShareEnum","features":[23]},{"name":"NetShareEnumSticky","features":[23]},{"name":"NetShareGetInfo","features":[23]},{"name":"NetShareSetInfo","features":[23]},{"name":"NetStatisticsGet","features":[23]},{"name":"NtmsAccessMask","features":[23]},{"name":"NtmsAllocateOptions","features":[23]},{"name":"NtmsAllocationPolicy","features":[23]},{"name":"NtmsAsyncOperations","features":[23]},{"name":"NtmsAsyncStatus","features":[23]},{"name":"NtmsBarCodeState","features":[23]},{"name":"NtmsCreateNtmsMediaOptions","features":[23]},{"name":"NtmsCreateOptions","features":[23]},{"name":"NtmsDeallocationPolicy","features":[23]},{"name":"NtmsDismountOptions","features":[23]},{"name":"NtmsDoorState","features":[23]},{"name":"NtmsDriveState","features":[23]},{"name":"NtmsDriveType","features":[23]},{"name":"NtmsEjectOperation","features":[23]},{"name":"NtmsEnumerateOption","features":[23]},{"name":"NtmsInjectOperation","features":[23]},{"name":"NtmsInventoryMethod","features":[23]},{"name":"NtmsLibRequestFlags","features":[23]},{"name":"NtmsLibraryFlags","features":[23]},{"name":"NtmsLibraryType","features":[23]},{"name":"NtmsLmOperation","features":[23]},{"name":"NtmsLmState","features":[23]},{"name":"NtmsMediaPoolPolicy","features":[23]},{"name":"NtmsMediaState","features":[23]},{"name":"NtmsMountOptions","features":[23]},{"name":"NtmsMountPriority","features":[23]},{"name":"NtmsNotificationOperations","features":[23]},{"name":"NtmsObjectsTypes","features":[23]},{"name":"NtmsOpRequestFlags","features":[23]},{"name":"NtmsOperationalState","features":[23]},{"name":"NtmsOpreqCommand","features":[23]},{"name":"NtmsOpreqState","features":[23]},{"name":"NtmsPartitionState","features":[23]},{"name":"NtmsPoolType","features":[23]},{"name":"NtmsPortContent","features":[23]},{"name":"NtmsPortPosition","features":[23]},{"name":"NtmsReadWriteCharacteristics","features":[23]},{"name":"NtmsSessionOptions","features":[23]},{"name":"NtmsSlotState","features":[23]},{"name":"NtmsUIOperations","features":[23]},{"name":"NtmsUITypes","features":[23]},{"name":"OFSTRUCT","features":[23]},{"name":"OF_CANCEL","features":[23]},{"name":"OF_CREATE","features":[23]},{"name":"OF_DELETE","features":[23]},{"name":"OF_EXIST","features":[23]},{"name":"OF_PARSE","features":[23]},{"name":"OF_PROMPT","features":[23]},{"name":"OF_READ","features":[23]},{"name":"OF_READWRITE","features":[23]},{"name":"OF_REOPEN","features":[23]},{"name":"OF_SHARE_COMPAT","features":[23]},{"name":"OF_SHARE_DENY_NONE","features":[23]},{"name":"OF_SHARE_DENY_READ","features":[23]},{"name":"OF_SHARE_DENY_WRITE","features":[23]},{"name":"OF_SHARE_EXCLUSIVE","features":[23]},{"name":"OF_VERIFY","features":[23]},{"name":"OF_WRITE","features":[23]},{"name":"OPEN_ALWAYS","features":[23]},{"name":"OPEN_EXISTING","features":[23]},{"name":"ObjectIdType","features":[23]},{"name":"OpenEncryptedFileRawA","features":[23]},{"name":"OpenEncryptedFileRawW","features":[23]},{"name":"OpenEnlistment","features":[3,23]},{"name":"OpenFile","features":[23]},{"name":"OpenFileById","features":[3,6,23]},{"name":"OpenResourceManager","features":[3,23]},{"name":"OpenTransaction","features":[3,23]},{"name":"OpenTransactionManager","features":[3,23]},{"name":"OpenTransactionManagerById","features":[3,23]},{"name":"PARTITION_BASIC_DATA_GUID","features":[23]},{"name":"PARTITION_BSP_GUID","features":[23]},{"name":"PARTITION_CLUSTER_GUID","features":[23]},{"name":"PARTITION_DPP_GUID","features":[23]},{"name":"PARTITION_ENTRY_UNUSED_GUID","features":[23]},{"name":"PARTITION_LDM_DATA_GUID","features":[23]},{"name":"PARTITION_LDM_METADATA_GUID","features":[23]},{"name":"PARTITION_LEGACY_BL_GUID","features":[23]},{"name":"PARTITION_LEGACY_BL_GUID_BACKUP","features":[23]},{"name":"PARTITION_MAIN_OS_GUID","features":[23]},{"name":"PARTITION_MSFT_RECOVERY_GUID","features":[23]},{"name":"PARTITION_MSFT_RESERVED_GUID","features":[23]},{"name":"PARTITION_MSFT_SNAPSHOT_GUID","features":[23]},{"name":"PARTITION_OS_DATA_GUID","features":[23]},{"name":"PARTITION_PATCH_GUID","features":[23]},{"name":"PARTITION_PRE_INSTALLED_GUID","features":[23]},{"name":"PARTITION_SBL_CACHE_HDD_GUID","features":[23]},{"name":"PARTITION_SBL_CACHE_SSD_GUID","features":[23]},{"name":"PARTITION_SBL_CACHE_SSD_RESERVED_GUID","features":[23]},{"name":"PARTITION_SERVICING_FILES_GUID","features":[23]},{"name":"PARTITION_SERVICING_METADATA_GUID","features":[23]},{"name":"PARTITION_SERVICING_RESERVE_GUID","features":[23]},{"name":"PARTITION_SERVICING_STAGING_ROOT_GUID","features":[23]},{"name":"PARTITION_SPACES_DATA_GUID","features":[23]},{"name":"PARTITION_SPACES_GUID","features":[23]},{"name":"PARTITION_SYSTEM_GUID","features":[23]},{"name":"PARTITION_WINDOWS_SYSTEM_GUID","features":[23]},{"name":"PCLFS_COMPLETION_ROUTINE","features":[23]},{"name":"PCOPYFILE2_PROGRESS_ROUTINE","features":[3,23]},{"name":"PERM_FILE_CREATE","features":[23]},{"name":"PERM_FILE_READ","features":[23]},{"name":"PERM_FILE_WRITE","features":[23]},{"name":"PFE_EXPORT_FUNC","features":[23]},{"name":"PFE_IMPORT_FUNC","features":[23]},{"name":"PFN_IO_COMPLETION","features":[3,23]},{"name":"PIPE_ACCESS_DUPLEX","features":[23]},{"name":"PIPE_ACCESS_INBOUND","features":[23]},{"name":"PIPE_ACCESS_OUTBOUND","features":[23]},{"name":"PLOG_FULL_HANDLER_CALLBACK","features":[3,23]},{"name":"PLOG_TAIL_ADVANCE_CALLBACK","features":[3,23]},{"name":"PLOG_UNPINNED_CALLBACK","features":[3,23]},{"name":"PREPARE_TAPE_OPERATION","features":[23]},{"name":"PRIORITY_HINT","features":[23]},{"name":"PopIoRingCompletion","features":[23]},{"name":"PrePrepareComplete","features":[3,23]},{"name":"PrePrepareEnlistment","features":[3,23]},{"name":"PrepareComplete","features":[3,23]},{"name":"PrepareEnlistment","features":[3,23]},{"name":"PrepareLogArchive","features":[3,23]},{"name":"PrepareTape","features":[3,23]},{"name":"QUIC","features":[23]},{"name":"QueryDosDeviceA","features":[23]},{"name":"QueryDosDeviceW","features":[23]},{"name":"QueryIoRingCapabilities","features":[23]},{"name":"QueryLogPolicy","features":[3,23]},{"name":"QueryRecoveryAgentsOnEncryptedFile","features":[6,23]},{"name":"QueryUsersOnEncryptedFile","features":[6,23]},{"name":"READ_CONTROL","features":[23]},{"name":"READ_DIRECTORY_NOTIFY_INFORMATION_CLASS","features":[23]},{"name":"REPARSE_GUID_DATA_BUFFER","features":[23]},{"name":"REPLACEFILE_IGNORE_ACL_ERRORS","features":[23]},{"name":"REPLACEFILE_IGNORE_MERGE_ERRORS","features":[23]},{"name":"REPLACEFILE_WRITE_THROUGH","features":[23]},{"name":"REPLACE_FILE_FLAGS","features":[23]},{"name":"RESOURCE_MANAGER_COMMUNICATION","features":[23]},{"name":"RESOURCE_MANAGER_MAXIMUM_OPTION","features":[23]},{"name":"RESOURCE_MANAGER_OBJECT_PATH","features":[23]},{"name":"RESOURCE_MANAGER_VOLATILE","features":[23]},{"name":"ReOpenFile","features":[3,23]},{"name":"ReadDirectoryChangesExW","features":[3,23,8]},{"name":"ReadDirectoryChangesW","features":[3,23,8]},{"name":"ReadDirectoryNotifyExtendedInformation","features":[23]},{"name":"ReadDirectoryNotifyFullInformation","features":[23]},{"name":"ReadDirectoryNotifyInformation","features":[23]},{"name":"ReadDirectoryNotifyMaximumInformation","features":[23]},{"name":"ReadEncryptedFileRaw","features":[23]},{"name":"ReadFile","features":[3,23,8]},{"name":"ReadFileEx","features":[3,23,8]},{"name":"ReadFileScatter","features":[3,23,8]},{"name":"ReadLogArchiveMetadata","features":[3,23]},{"name":"ReadLogNotification","features":[3,23,8]},{"name":"ReadLogRecord","features":[3,23,8]},{"name":"ReadLogRestartArea","features":[3,23,8]},{"name":"ReadNextLogRecord","features":[3,23,8]},{"name":"ReadOnlyEnlistment","features":[3,23]},{"name":"ReadPreviousLogRestartArea","features":[3,23,8]},{"name":"RecoverEnlistment","features":[3,23]},{"name":"RecoverResourceManager","features":[3,23]},{"name":"RecoverTransactionManager","features":[3,23]},{"name":"RegisterForLogWriteNotification","features":[3,23]},{"name":"RegisterManageableLogClient","features":[3,23]},{"name":"RemoveDirectoryA","features":[3,23]},{"name":"RemoveDirectoryFromAppW","features":[3,23]},{"name":"RemoveDirectoryTransactedA","features":[3,23]},{"name":"RemoveDirectoryTransactedW","features":[3,23]},{"name":"RemoveDirectoryW","features":[3,23]},{"name":"RemoveLogContainer","features":[3,23]},{"name":"RemoveLogContainerSet","features":[3,23]},{"name":"RemoveLogPolicy","features":[3,23]},{"name":"RemoveUsersFromEncryptedFile","features":[6,23]},{"name":"RenameTransactionManager","features":[3,23]},{"name":"ReplaceFileA","features":[3,23]},{"name":"ReplaceFileFromAppW","features":[3,23]},{"name":"ReplaceFileW","features":[3,23]},{"name":"ReserveAndAppendLog","features":[3,23,8]},{"name":"ReserveAndAppendLogAligned","features":[3,23,8]},{"name":"RollbackComplete","features":[3,23]},{"name":"RollbackEnlistment","features":[3,23]},{"name":"RollbackTransaction","features":[3,23]},{"name":"RollbackTransactionAsync","features":[3,23]},{"name":"RollforwardTransactionManager","features":[3,23]},{"name":"SECURITY_ANONYMOUS","features":[23]},{"name":"SECURITY_CONTEXT_TRACKING","features":[23]},{"name":"SECURITY_DELEGATION","features":[23]},{"name":"SECURITY_EFFECTIVE_ONLY","features":[23]},{"name":"SECURITY_IDENTIFICATION","features":[23]},{"name":"SECURITY_IMPERSONATION","features":[23]},{"name":"SECURITY_SQOS_PRESENT","features":[23]},{"name":"SECURITY_VALID_SQOS_FLAGS","features":[23]},{"name":"SERVER_ALIAS_INFO_0","features":[3,23]},{"name":"SERVER_CERTIFICATE_INFO_0","features":[23]},{"name":"SERVER_CERTIFICATE_TYPE","features":[23]},{"name":"SESI1_NUM_ELEMENTS","features":[23]},{"name":"SESI2_NUM_ELEMENTS","features":[23]},{"name":"SESSION_INFO_0","features":[23]},{"name":"SESSION_INFO_1","features":[23]},{"name":"SESSION_INFO_10","features":[23]},{"name":"SESSION_INFO_2","features":[23]},{"name":"SESSION_INFO_502","features":[23]},{"name":"SESSION_INFO_USER_FLAGS","features":[23]},{"name":"SESS_GUEST","features":[23]},{"name":"SESS_NOENCRYPTION","features":[23]},{"name":"SET_FILE_POINTER_MOVE_METHOD","features":[23]},{"name":"SET_TAPE_DRIVE_INFORMATION","features":[23]},{"name":"SET_TAPE_MEDIA_INFORMATION","features":[23]},{"name":"SHARE_CURRENT_USES_PARMNUM","features":[23]},{"name":"SHARE_FILE_SD_PARMNUM","features":[23]},{"name":"SHARE_INFO_0","features":[23]},{"name":"SHARE_INFO_1","features":[23]},{"name":"SHARE_INFO_1004","features":[23]},{"name":"SHARE_INFO_1005","features":[23]},{"name":"SHARE_INFO_1006","features":[23]},{"name":"SHARE_INFO_1501","features":[6,23]},{"name":"SHARE_INFO_1503","features":[23]},{"name":"SHARE_INFO_2","features":[23]},{"name":"SHARE_INFO_501","features":[23]},{"name":"SHARE_INFO_502","features":[6,23]},{"name":"SHARE_INFO_503","features":[6,23]},{"name":"SHARE_INFO_PERMISSIONS","features":[23]},{"name":"SHARE_MAX_USES_PARMNUM","features":[23]},{"name":"SHARE_NETNAME_PARMNUM","features":[23]},{"name":"SHARE_PASSWD_PARMNUM","features":[23]},{"name":"SHARE_PATH_PARMNUM","features":[23]},{"name":"SHARE_PERMISSIONS_PARMNUM","features":[23]},{"name":"SHARE_QOS_POLICY_PARMNUM","features":[23]},{"name":"SHARE_REMARK_PARMNUM","features":[23]},{"name":"SHARE_SERVER_PARMNUM","features":[23]},{"name":"SHARE_TYPE","features":[23]},{"name":"SHARE_TYPE_PARMNUM","features":[23]},{"name":"SHI1005_FLAGS_ACCESS_BASED_DIRECTORY_ENUM","features":[23]},{"name":"SHI1005_FLAGS_ALLOW_NAMESPACE_CACHING","features":[23]},{"name":"SHI1005_FLAGS_CLUSTER_MANAGED","features":[23]},{"name":"SHI1005_FLAGS_COMPRESS_DATA","features":[23]},{"name":"SHI1005_FLAGS_DFS","features":[23]},{"name":"SHI1005_FLAGS_DFS_ROOT","features":[23]},{"name":"SHI1005_FLAGS_DISABLE_CLIENT_BUFFERING","features":[23]},{"name":"SHI1005_FLAGS_DISABLE_DIRECTORY_HANDLE_LEASING","features":[23]},{"name":"SHI1005_FLAGS_ENABLE_CA","features":[23]},{"name":"SHI1005_FLAGS_ENABLE_HASH","features":[23]},{"name":"SHI1005_FLAGS_ENCRYPT_DATA","features":[23]},{"name":"SHI1005_FLAGS_FORCE_LEVELII_OPLOCK","features":[23]},{"name":"SHI1005_FLAGS_FORCE_SHARED_DELETE","features":[23]},{"name":"SHI1005_FLAGS_IDENTITY_REMOTING","features":[23]},{"name":"SHI1005_FLAGS_ISOLATED_TRANSPORT","features":[23]},{"name":"SHI1005_FLAGS_RESERVED","features":[23]},{"name":"SHI1005_FLAGS_RESTRICT_EXCLUSIVE_OPENS","features":[23]},{"name":"SHI1_NUM_ELEMENTS","features":[23]},{"name":"SHI2_NUM_ELEMENTS","features":[23]},{"name":"SHI_USES_UNLIMITED","features":[23]},{"name":"SPECIFIC_RIGHTS_ALL","features":[23]},{"name":"STANDARD_RIGHTS_ALL","features":[23]},{"name":"STANDARD_RIGHTS_EXECUTE","features":[23]},{"name":"STANDARD_RIGHTS_READ","features":[23]},{"name":"STANDARD_RIGHTS_REQUIRED","features":[23]},{"name":"STANDARD_RIGHTS_WRITE","features":[23]},{"name":"STATSOPT_CLR","features":[23]},{"name":"STAT_SERVER_0","features":[23]},{"name":"STAT_WORKSTATION_0","features":[23]},{"name":"STORAGE_BUS_TYPE","features":[23]},{"name":"STREAM_INFO_LEVELS","features":[23]},{"name":"STYPE_DEVICE","features":[23]},{"name":"STYPE_DISKTREE","features":[23]},{"name":"STYPE_IPC","features":[23]},{"name":"STYPE_MASK","features":[23]},{"name":"STYPE_PRINTQ","features":[23]},{"name":"STYPE_RESERVED1","features":[23]},{"name":"STYPE_RESERVED2","features":[23]},{"name":"STYPE_RESERVED3","features":[23]},{"name":"STYPE_RESERVED4","features":[23]},{"name":"STYPE_RESERVED5","features":[23]},{"name":"STYPE_RESERVED_ALL","features":[23]},{"name":"STYPE_SPECIAL","features":[23]},{"name":"STYPE_TEMPORARY","features":[23]},{"name":"SYMBOLIC_LINK_FLAGS","features":[23]},{"name":"SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE","features":[23]},{"name":"SYMBOLIC_LINK_FLAG_DIRECTORY","features":[23]},{"name":"SYNCHRONIZE","features":[23]},{"name":"ScanLogContainers","features":[3,23]},{"name":"SearchPathA","features":[23]},{"name":"SearchPathW","features":[23]},{"name":"SetEncryptedFileMetadata","features":[6,23]},{"name":"SetEndOfFile","features":[3,23]},{"name":"SetEndOfLog","features":[3,23,8]},{"name":"SetEnlistmentRecoveryInformation","features":[3,23]},{"name":"SetFileApisToANSI","features":[23]},{"name":"SetFileApisToOEM","features":[23]},{"name":"SetFileAttributesA","features":[3,23]},{"name":"SetFileAttributesFromAppW","features":[3,23]},{"name":"SetFileAttributesTransactedA","features":[3,23]},{"name":"SetFileAttributesTransactedW","features":[3,23]},{"name":"SetFileAttributesW","features":[3,23]},{"name":"SetFileBandwidthReservation","features":[3,23]},{"name":"SetFileCompletionNotificationModes","features":[3,23]},{"name":"SetFileInformationByHandle","features":[3,23]},{"name":"SetFileIoOverlappedRange","features":[3,23]},{"name":"SetFilePointer","features":[3,23]},{"name":"SetFilePointerEx","features":[3,23]},{"name":"SetFileShortNameA","features":[3,23]},{"name":"SetFileShortNameW","features":[3,23]},{"name":"SetFileTime","features":[3,23]},{"name":"SetFileValidData","features":[3,23]},{"name":"SetIoRingCompletionEvent","features":[3,23]},{"name":"SetLogArchiveMode","features":[3,23]},{"name":"SetLogArchiveTail","features":[3,23]},{"name":"SetLogFileSizeWithPolicy","features":[3,23]},{"name":"SetResourceManagerCompletionPort","features":[3,23]},{"name":"SetSearchPathMode","features":[3,23]},{"name":"SetTapeParameters","features":[3,23]},{"name":"SetTapePosition","features":[3,23]},{"name":"SetTransactionInformation","features":[3,23]},{"name":"SetUserFileEncryptionKey","features":[6,23]},{"name":"SetUserFileEncryptionKeyEx","features":[6,23]},{"name":"SetVolumeLabelA","features":[3,23]},{"name":"SetVolumeLabelW","features":[3,23]},{"name":"SetVolumeMountPointA","features":[3,23]},{"name":"SetVolumeMountPointW","features":[3,23]},{"name":"SinglePhaseReject","features":[3,23]},{"name":"SubmitIoRing","features":[23]},{"name":"TAPEMARK_TYPE","features":[23]},{"name":"TAPE_ABSOLUTE_BLOCK","features":[23]},{"name":"TAPE_ABSOLUTE_POSITION","features":[23]},{"name":"TAPE_ERASE","features":[3,23]},{"name":"TAPE_ERASE_LONG","features":[23]},{"name":"TAPE_ERASE_SHORT","features":[23]},{"name":"TAPE_FILEMARKS","features":[23]},{"name":"TAPE_FIXED_PARTITIONS","features":[23]},{"name":"TAPE_FORMAT","features":[23]},{"name":"TAPE_GET_POSITION","features":[23]},{"name":"TAPE_INFORMATION_TYPE","features":[23]},{"name":"TAPE_INITIATOR_PARTITIONS","features":[23]},{"name":"TAPE_LOAD","features":[23]},{"name":"TAPE_LOCK","features":[23]},{"name":"TAPE_LOGICAL_BLOCK","features":[23]},{"name":"TAPE_LOGICAL_POSITION","features":[23]},{"name":"TAPE_LONG_FILEMARKS","features":[23]},{"name":"TAPE_POSITION_METHOD","features":[23]},{"name":"TAPE_POSITION_TYPE","features":[23]},{"name":"TAPE_PREPARE","features":[3,23]},{"name":"TAPE_REWIND","features":[23]},{"name":"TAPE_SELECT_PARTITIONS","features":[23]},{"name":"TAPE_SETMARKS","features":[23]},{"name":"TAPE_SET_POSITION","features":[3,23]},{"name":"TAPE_SHORT_FILEMARKS","features":[23]},{"name":"TAPE_SPACE_END_OF_DATA","features":[23]},{"name":"TAPE_SPACE_FILEMARKS","features":[23]},{"name":"TAPE_SPACE_RELATIVE_BLOCKS","features":[23]},{"name":"TAPE_SPACE_SEQUENTIAL_FMKS","features":[23]},{"name":"TAPE_SPACE_SEQUENTIAL_SMKS","features":[23]},{"name":"TAPE_SPACE_SETMARKS","features":[23]},{"name":"TAPE_TENSION","features":[23]},{"name":"TAPE_UNLOAD","features":[23]},{"name":"TAPE_UNLOCK","features":[23]},{"name":"TAPE_WRITE_MARKS","features":[3,23]},{"name":"TRANSACTIONMANAGER_OBJECT_PATH","features":[23]},{"name":"TRANSACTION_DO_NOT_PROMOTE","features":[23]},{"name":"TRANSACTION_MANAGER_COMMIT_DEFAULT","features":[23]},{"name":"TRANSACTION_MANAGER_COMMIT_LOWEST","features":[23]},{"name":"TRANSACTION_MANAGER_COMMIT_SYSTEM_HIVES","features":[23]},{"name":"TRANSACTION_MANAGER_COMMIT_SYSTEM_VOLUME","features":[23]},{"name":"TRANSACTION_MANAGER_CORRUPT_FOR_PROGRESS","features":[23]},{"name":"TRANSACTION_MANAGER_CORRUPT_FOR_RECOVERY","features":[23]},{"name":"TRANSACTION_MANAGER_MAXIMUM_OPTION","features":[23]},{"name":"TRANSACTION_MANAGER_VOLATILE","features":[23]},{"name":"TRANSACTION_MAXIMUM_OPTION","features":[23]},{"name":"TRANSACTION_NOTIFICATION","features":[23]},{"name":"TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT","features":[23]},{"name":"TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT","features":[23]},{"name":"TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT","features":[23]},{"name":"TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT","features":[23]},{"name":"TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT","features":[23]},{"name":"TRANSACTION_NOTIFICATION_TM_ONLINE_FLAG_IS_CLUSTERED","features":[23]},{"name":"TRANSACTION_NOTIFY_COMMIT","features":[23]},{"name":"TRANSACTION_NOTIFY_COMMIT_COMPLETE","features":[23]},{"name":"TRANSACTION_NOTIFY_COMMIT_FINALIZE","features":[23]},{"name":"TRANSACTION_NOTIFY_COMMIT_REQUEST","features":[23]},{"name":"TRANSACTION_NOTIFY_DELEGATE_COMMIT","features":[23]},{"name":"TRANSACTION_NOTIFY_ENLIST_MASK","features":[23]},{"name":"TRANSACTION_NOTIFY_ENLIST_PREPREPARE","features":[23]},{"name":"TRANSACTION_NOTIFY_INDOUBT","features":[23]},{"name":"TRANSACTION_NOTIFY_LAST_RECOVER","features":[23]},{"name":"TRANSACTION_NOTIFY_MARSHAL","features":[23]},{"name":"TRANSACTION_NOTIFY_MASK","features":[23]},{"name":"TRANSACTION_NOTIFY_PREPARE","features":[23]},{"name":"TRANSACTION_NOTIFY_PREPARE_COMPLETE","features":[23]},{"name":"TRANSACTION_NOTIFY_PREPREPARE","features":[23]},{"name":"TRANSACTION_NOTIFY_PREPREPARE_COMPLETE","features":[23]},{"name":"TRANSACTION_NOTIFY_PROMOTE","features":[23]},{"name":"TRANSACTION_NOTIFY_PROMOTE_NEW","features":[23]},{"name":"TRANSACTION_NOTIFY_PROPAGATE_PULL","features":[23]},{"name":"TRANSACTION_NOTIFY_PROPAGATE_PUSH","features":[23]},{"name":"TRANSACTION_NOTIFY_RECOVER","features":[23]},{"name":"TRANSACTION_NOTIFY_RECOVER_QUERY","features":[23]},{"name":"TRANSACTION_NOTIFY_REQUEST_OUTCOME","features":[23]},{"name":"TRANSACTION_NOTIFY_RM_DISCONNECTED","features":[23]},{"name":"TRANSACTION_NOTIFY_ROLLBACK","features":[23]},{"name":"TRANSACTION_NOTIFY_ROLLBACK_COMPLETE","features":[23]},{"name":"TRANSACTION_NOTIFY_SINGLE_PHASE_COMMIT","features":[23]},{"name":"TRANSACTION_NOTIFY_TM_ONLINE","features":[23]},{"name":"TRANSACTION_OBJECT_PATH","features":[23]},{"name":"TRANSACTION_OUTCOME","features":[23]},{"name":"TRUNCATE_EXISTING","features":[23]},{"name":"TXFS_MINIVERSION","features":[23]},{"name":"TXFS_MINIVERSION_COMMITTED_VIEW","features":[23]},{"name":"TXFS_MINIVERSION_DEFAULT_VIEW","features":[23]},{"name":"TXFS_MINIVERSION_DIRTY_VIEW","features":[23]},{"name":"TXF_ID","features":[23]},{"name":"TXF_LOG_RECORD_AFFECTED_FILE","features":[23]},{"name":"TXF_LOG_RECORD_BASE","features":[23]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_ABORT","features":[23]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_COMMIT","features":[23]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_DATA","features":[23]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_PREPARE","features":[23]},{"name":"TXF_LOG_RECORD_TRUNCATE","features":[23]},{"name":"TXF_LOG_RECORD_TYPE","features":[23]},{"name":"TXF_LOG_RECORD_TYPE_AFFECTED_FILE","features":[23]},{"name":"TXF_LOG_RECORD_TYPE_TRUNCATE","features":[23]},{"name":"TXF_LOG_RECORD_TYPE_WRITE","features":[23]},{"name":"TXF_LOG_RECORD_WRITE","features":[23]},{"name":"TerminateLogArchive","features":[3,23]},{"name":"TerminateReadLog","features":[3,23]},{"name":"TransactionOutcomeAborted","features":[23]},{"name":"TransactionOutcomeCommitted","features":[23]},{"name":"TransactionOutcomeUndetermined","features":[23]},{"name":"TruncateLog","features":[3,23,8]},{"name":"TxfGetThreadMiniVersionForCreate","features":[23]},{"name":"TxfLogCreateFileReadContext","features":[3,23]},{"name":"TxfLogCreateRangeReadContext","features":[3,23]},{"name":"TxfLogDestroyReadContext","features":[3,23]},{"name":"TxfLogReadRecords","features":[3,23]},{"name":"TxfLogRecordGetFileName","features":[3,23]},{"name":"TxfLogRecordGetGenericType","features":[3,23]},{"name":"TxfReadMetadataInfo","features":[3,23]},{"name":"TxfSetThreadMiniVersionForCreate","features":[23]},{"name":"UnlockFile","features":[3,23]},{"name":"UnlockFileEx","features":[3,23,8]},{"name":"VER_FIND_FILE_FLAGS","features":[23]},{"name":"VER_FIND_FILE_STATUS","features":[23]},{"name":"VER_INSTALL_FILE_FLAGS","features":[23]},{"name":"VER_INSTALL_FILE_STATUS","features":[23]},{"name":"VFFF_ISSHAREDFILE","features":[23]},{"name":"VFF_BUFFTOOSMALL","features":[23]},{"name":"VFF_CURNEDEST","features":[23]},{"name":"VFF_FILEINUSE","features":[23]},{"name":"VFT2_DRV_COMM","features":[23]},{"name":"VFT2_DRV_DISPLAY","features":[23]},{"name":"VFT2_DRV_INPUTMETHOD","features":[23]},{"name":"VFT2_DRV_INSTALLABLE","features":[23]},{"name":"VFT2_DRV_KEYBOARD","features":[23]},{"name":"VFT2_DRV_LANGUAGE","features":[23]},{"name":"VFT2_DRV_MOUSE","features":[23]},{"name":"VFT2_DRV_NETWORK","features":[23]},{"name":"VFT2_DRV_PRINTER","features":[23]},{"name":"VFT2_DRV_SOUND","features":[23]},{"name":"VFT2_DRV_SYSTEM","features":[23]},{"name":"VFT2_DRV_VERSIONED_PRINTER","features":[23]},{"name":"VFT2_FONT_RASTER","features":[23]},{"name":"VFT2_FONT_TRUETYPE","features":[23]},{"name":"VFT2_FONT_VECTOR","features":[23]},{"name":"VFT2_UNKNOWN","features":[23]},{"name":"VFT_APP","features":[23]},{"name":"VFT_DLL","features":[23]},{"name":"VFT_DRV","features":[23]},{"name":"VFT_FONT","features":[23]},{"name":"VFT_STATIC_LIB","features":[23]},{"name":"VFT_UNKNOWN","features":[23]},{"name":"VFT_VXD","features":[23]},{"name":"VIFF_DONTDELETEOLD","features":[23]},{"name":"VIFF_FORCEINSTALL","features":[23]},{"name":"VIF_ACCESSVIOLATION","features":[23]},{"name":"VIF_BUFFTOOSMALL","features":[23]},{"name":"VIF_CANNOTCREATE","features":[23]},{"name":"VIF_CANNOTDELETE","features":[23]},{"name":"VIF_CANNOTDELETECUR","features":[23]},{"name":"VIF_CANNOTLOADCABINET","features":[23]},{"name":"VIF_CANNOTLOADLZ32","features":[23]},{"name":"VIF_CANNOTREADDST","features":[23]},{"name":"VIF_CANNOTREADSRC","features":[23]},{"name":"VIF_CANNOTRENAME","features":[23]},{"name":"VIF_DIFFCODEPG","features":[23]},{"name":"VIF_DIFFLANG","features":[23]},{"name":"VIF_DIFFTYPE","features":[23]},{"name":"VIF_FILEINUSE","features":[23]},{"name":"VIF_MISMATCH","features":[23]},{"name":"VIF_OUTOFMEMORY","features":[23]},{"name":"VIF_OUTOFSPACE","features":[23]},{"name":"VIF_SHARINGVIOLATION","features":[23]},{"name":"VIF_SRCOLD","features":[23]},{"name":"VIF_TEMPFILE","features":[23]},{"name":"VIF_WRITEPROT","features":[23]},{"name":"VOLUME_ALLOCATE_BC_STREAM_INPUT","features":[3,23]},{"name":"VOLUME_ALLOCATE_BC_STREAM_OUTPUT","features":[23]},{"name":"VOLUME_ALLOCATION_HINT_INPUT","features":[23]},{"name":"VOLUME_ALLOCATION_HINT_OUTPUT","features":[23]},{"name":"VOLUME_CRITICAL_IO","features":[23]},{"name":"VOLUME_FAILOVER_SET","features":[23]},{"name":"VOLUME_GET_BC_PROPERTIES_INPUT","features":[23]},{"name":"VOLUME_GET_BC_PROPERTIES_OUTPUT","features":[23]},{"name":"VOLUME_LOGICAL_OFFSET","features":[23]},{"name":"VOLUME_NAME_DOS","features":[23]},{"name":"VOLUME_NAME_GUID","features":[23]},{"name":"VOLUME_NAME_NONE","features":[23]},{"name":"VOLUME_NAME_NT","features":[23]},{"name":"VOLUME_NUMBER","features":[23]},{"name":"VOLUME_PHYSICAL_OFFSET","features":[23]},{"name":"VOLUME_PHYSICAL_OFFSETS","features":[23]},{"name":"VOLUME_READ_PLEX_INPUT","features":[23]},{"name":"VOLUME_SET_GPT_ATTRIBUTES_INFORMATION","features":[3,23]},{"name":"VOLUME_SHRINK_INFO","features":[23]},{"name":"VOS_DOS","features":[23]},{"name":"VOS_DOS_WINDOWS16","features":[23]},{"name":"VOS_DOS_WINDOWS32","features":[23]},{"name":"VOS_NT","features":[23]},{"name":"VOS_NT_WINDOWS32","features":[23]},{"name":"VOS_OS216","features":[23]},{"name":"VOS_OS216_PM16","features":[23]},{"name":"VOS_OS232","features":[23]},{"name":"VOS_OS232_PM32","features":[23]},{"name":"VOS_UNKNOWN","features":[23]},{"name":"VOS_WINCE","features":[23]},{"name":"VOS__BASE","features":[23]},{"name":"VOS__PM16","features":[23]},{"name":"VOS__PM32","features":[23]},{"name":"VOS__WINDOWS16","features":[23]},{"name":"VOS__WINDOWS32","features":[23]},{"name":"VS_FFI_FILEFLAGSMASK","features":[23]},{"name":"VS_FFI_SIGNATURE","features":[23]},{"name":"VS_FFI_STRUCVERSION","features":[23]},{"name":"VS_FF_DEBUG","features":[23]},{"name":"VS_FF_INFOINFERRED","features":[23]},{"name":"VS_FF_PATCHED","features":[23]},{"name":"VS_FF_PRERELEASE","features":[23]},{"name":"VS_FF_PRIVATEBUILD","features":[23]},{"name":"VS_FF_SPECIALBUILD","features":[23]},{"name":"VS_FIXEDFILEINFO","features":[23]},{"name":"VS_FIXEDFILEINFO_FILE_FLAGS","features":[23]},{"name":"VS_FIXEDFILEINFO_FILE_OS","features":[23]},{"name":"VS_FIXEDFILEINFO_FILE_SUBTYPE","features":[23]},{"name":"VS_FIXEDFILEINFO_FILE_TYPE","features":[23]},{"name":"VS_USER_DEFINED","features":[23]},{"name":"VS_VERSION_INFO","features":[23]},{"name":"ValidateLog","features":[3,6,23]},{"name":"VerFindFileA","features":[23]},{"name":"VerFindFileW","features":[23]},{"name":"VerInstallFileA","features":[23]},{"name":"VerInstallFileW","features":[23]},{"name":"VerLanguageNameA","features":[23]},{"name":"VerLanguageNameW","features":[23]},{"name":"VerQueryValueA","features":[3,23]},{"name":"VerQueryValueW","features":[3,23]},{"name":"WIM_BOOT_NOT_OS_WIM","features":[23]},{"name":"WIM_BOOT_OS_WIM","features":[23]},{"name":"WIM_ENTRY_FLAG_NOT_ACTIVE","features":[23]},{"name":"WIM_ENTRY_FLAG_SUSPENDED","features":[23]},{"name":"WIM_ENTRY_INFO","features":[23]},{"name":"WIM_EXTERNAL_FILE_INFO","features":[23]},{"name":"WIM_EXTERNAL_FILE_INFO_FLAG_NOT_ACTIVE","features":[23]},{"name":"WIM_EXTERNAL_FILE_INFO_FLAG_SUSPENDED","features":[23]},{"name":"WIM_PROVIDER_HASH_SIZE","features":[23]},{"name":"WIN32_FILE_ATTRIBUTE_DATA","features":[3,23]},{"name":"WIN32_FIND_DATAA","features":[3,23]},{"name":"WIN32_FIND_DATAW","features":[3,23]},{"name":"WIN32_FIND_STREAM_DATA","features":[23]},{"name":"WIN32_STREAM_ID","features":[23]},{"name":"WINEFS_SETUSERKEY_SET_CAPABILITIES","features":[23]},{"name":"WIN_STREAM_ID","features":[23]},{"name":"WOF_FILE_COMPRESSION_INFO_V0","features":[23]},{"name":"WOF_FILE_COMPRESSION_INFO_V1","features":[23]},{"name":"WOF_PROVIDER_FILE","features":[23]},{"name":"WOF_PROVIDER_WIM","features":[23]},{"name":"WRITE_DAC","features":[23]},{"name":"WRITE_OWNER","features":[23]},{"name":"WofEnumEntries","features":[3,23]},{"name":"WofEnumEntryProc","features":[3,23]},{"name":"WofEnumFilesProc","features":[3,23]},{"name":"WofFileEnumFiles","features":[3,23]},{"name":"WofGetDriverVersion","features":[3,23]},{"name":"WofIsExternalFile","features":[3,23]},{"name":"WofSetFileDataLocation","features":[3,23]},{"name":"WofShouldCompressBinaries","features":[3,23]},{"name":"WofWimAddEntry","features":[23]},{"name":"WofWimEnumFiles","features":[3,23]},{"name":"WofWimRemoveEntry","features":[23]},{"name":"WofWimSuspendEntry","features":[23]},{"name":"WofWimUpdateEntry","features":[23]},{"name":"Wow64DisableWow64FsRedirection","features":[3,23]},{"name":"Wow64EnableWow64FsRedirection","features":[3,23]},{"name":"Wow64RevertWow64FsRedirection","features":[3,23]},{"name":"WriteEncryptedFileRaw","features":[23]},{"name":"WriteFile","features":[3,23,8]},{"name":"WriteFileEx","features":[3,23,8]},{"name":"WriteFileGather","features":[3,23,8]},{"name":"WriteLogRestartArea","features":[3,23,8]},{"name":"WriteTapemark","features":[3,23]},{"name":"_FT_TYPES_DEFINITION_","features":[23]}],"514":[{"name":"BlockRange","features":[144]},{"name":"BlockRangeList","features":[144]},{"name":"BootOptions","features":[144]},{"name":"CATID_SMTP_DNSRESOLVERRECORDSINK","features":[144]},{"name":"CATID_SMTP_DSN","features":[144]},{"name":"CATID_SMTP_GET_AUX_DOMAIN_INFO_FLAGS","features":[144]},{"name":"CATID_SMTP_LOG","features":[144]},{"name":"CATID_SMTP_MAXMSGSIZE","features":[144]},{"name":"CATID_SMTP_MSGTRACKLOG","features":[144]},{"name":"CATID_SMTP_ON_BEFORE_DATA","features":[144]},{"name":"CATID_SMTP_ON_INBOUND_COMMAND","features":[144]},{"name":"CATID_SMTP_ON_MESSAGE_START","features":[144]},{"name":"CATID_SMTP_ON_PER_RECIPIENT","features":[144]},{"name":"CATID_SMTP_ON_SERVER_RESPONSE","features":[144]},{"name":"CATID_SMTP_ON_SESSION_END","features":[144]},{"name":"CATID_SMTP_ON_SESSION_START","features":[144]},{"name":"CATID_SMTP_STORE_DRIVER","features":[144]},{"name":"CATID_SMTP_TRANSPORT_CATEGORIZE","features":[144]},{"name":"CATID_SMTP_TRANSPORT_POSTCATEGORIZE","features":[144]},{"name":"CATID_SMTP_TRANSPORT_PRECATEGORIZE","features":[144]},{"name":"CATID_SMTP_TRANSPORT_ROUTER","features":[144]},{"name":"CATID_SMTP_TRANSPORT_SUBMISSION","features":[144]},{"name":"CLSID_SmtpCat","features":[144]},{"name":"CloseIMsgSession","features":[144]},{"name":"DDiscFormat2DataEvents","features":[144]},{"name":"DDiscFormat2EraseEvents","features":[144]},{"name":"DDiscFormat2RawCDEvents","features":[144]},{"name":"DDiscFormat2TrackAtOnceEvents","features":[144]},{"name":"DDiscMaster2Events","features":[144]},{"name":"DFileSystemImageEvents","features":[144]},{"name":"DFileSystemImageImportEvents","features":[144]},{"name":"DISC_RECORDER_STATE_FLAGS","features":[144]},{"name":"DISPID_DDISCFORMAT2DATAEVENTS_UPDATE","features":[144]},{"name":"DISPID_DDISCFORMAT2RAWCDEVENTS_UPDATE","features":[144]},{"name":"DISPID_DDISCFORMAT2TAOEVENTS_UPDATE","features":[144]},{"name":"DISPID_DDISCMASTER2EVENTS_DEVICEADDED","features":[144]},{"name":"DISPID_DDISCMASTER2EVENTS_DEVICEREMOVED","features":[144]},{"name":"DISPID_DFILESYSTEMIMAGEEVENTS_UPDATE","features":[144]},{"name":"DISPID_DFILESYSTEMIMAGEIMPORTEVENTS_UPDATEIMPORT","features":[144]},{"name":"DISPID_DWRITEENGINE2EVENTS_UPDATE","features":[144]},{"name":"DISPID_IBLOCKRANGELIST_BLOCKRANGES","features":[144]},{"name":"DISPID_IBLOCKRANGE_ENDLBA","features":[144]},{"name":"DISPID_IBLOCKRANGE_STARTLBA","features":[144]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_CURRENTACTION","features":[144]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ELAPSEDTIME","features":[144]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ESTIMATEDREMAININGTIME","features":[144]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ESTIMATEDTOTALTIME","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_BUFFERUNDERRUNFREEDISABLED","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_CANCELWRITE","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_CLIENTNAME","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTMEDIASTATUS","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTMEDIATYPE","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTROTATIONTYPEISPURECAV","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTWRITESPEED","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_DISABLEDVDCOMPATIBILITYMODE","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_FORCEMEDIATOBECLOSED","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_FORCEOVERWRITE","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_FREESECTORS","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_LASTSECTOROFPREVIOUSSESSION","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_MUTLISESSIONINTERFACES","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_NEXTWRITABLEADDRESS","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_POSTGAPALREADYINIMAGE","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_RECORDER","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_REQUESTEDROTATIONTYPEISPURECAV","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_REQUESTEDWRITESPEED","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_SETWRITESPEED","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_STARTSECTOROFPREVIOUSSESSION","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_SUPPORTEDWRITESPEEDS","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_TOTALSECTORS","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_WRITE","features":[144]},{"name":"DISPID_IDISCFORMAT2DATA_WRITEPROTECTSTATUS","features":[144]},{"name":"DISPID_IDISCFORMAT2ERASEEVENTS_UPDATE","features":[144]},{"name":"DISPID_IDISCFORMAT2ERASE_CLIENTNAME","features":[144]},{"name":"DISPID_IDISCFORMAT2ERASE_ERASEMEDIA","features":[144]},{"name":"DISPID_IDISCFORMAT2ERASE_FULLERASE","features":[144]},{"name":"DISPID_IDISCFORMAT2ERASE_MEDIATYPE","features":[144]},{"name":"DISPID_IDISCFORMAT2ERASE_RECORDER","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_CURRENTACTION","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_CURRENTTRACKNUMBER","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ELAPSEDTIME","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ESTIMATEDREMAININGTIME","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ESTIMATEDTOTALTIME","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_BUFFERUNDERRUNFREEDISABLED","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_CANCELWRITE","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_CLIENTNAME","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTMEDIATYPE","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTROTATIONTYPEISPURECAV","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTWRITESPEED","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_LASTPOSSIBLESTARTOFLEADOUT","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_PREPAREMEDIA","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_RECORDER","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_RELEASEMEDIA","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDDATASECTORTYPE","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDROTATIONTYPEISPURECAV","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDWRITESPEED","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_SETWRITESPEED","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_STARTOFNEXTSESSION","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDDATASECTORTYPES","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDWRITESPEEDS","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_WRITEMEDIA","features":[144]},{"name":"DISPID_IDISCFORMAT2RAWCD_WRITEMEDIAWITHVALIDATION","features":[144]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_CURRENTACTION","features":[144]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_CURRENTTRACKNUMBER","features":[144]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ELAPSEDTIME","features":[144]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ESTIMATEDREMAININGTIME","features":[144]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ESTIMATEDTOTALTIME","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_ADDAUDIOTRACK","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_BUFFERUNDERRUNFREEDISABLED","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_CANCELADDTRACK","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_CLIENTNAME","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTMEDIATYPE","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTROTATIONTYPEISPURECAV","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTWRITESPEED","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_DONOTFINALIZEMEDIA","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_EXPECTEDTABLEOFCONTENTS","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_FINISHMEDIA","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_FREESECTORSONMEDIA","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_NUMBEROFEXISTINGTRACKS","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_PREPAREMEDIA","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_RECORDER","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_REQUESTEDROTATIONTYPEISPURECAV","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_REQUESTEDWRITESPEED","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_SETWRITESPEED","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_SUPPORTEDWRITESPEEDS","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_TOTALSECTORSONMEDIA","features":[144]},{"name":"DISPID_IDISCFORMAT2TAO_USEDSECTORSONMEDIA","features":[144]},{"name":"DISPID_IDISCFORMAT2_MEDIAHEURISTICALLYBLANK","features":[144]},{"name":"DISPID_IDISCFORMAT2_MEDIAPHYSICALLYBLANK","features":[144]},{"name":"DISPID_IDISCFORMAT2_MEDIASUPPORTED","features":[144]},{"name":"DISPID_IDISCFORMAT2_RECORDERSUPPORTED","features":[144]},{"name":"DISPID_IDISCFORMAT2_SUPPORTEDMEDIATYPES","features":[144]},{"name":"DISPID_IDISCRECORDER2_ACQUIREEXCLUSIVEACCESS","features":[144]},{"name":"DISPID_IDISCRECORDER2_ACTIVEDISCRECORDER","features":[144]},{"name":"DISPID_IDISCRECORDER2_CLOSETRAY","features":[144]},{"name":"DISPID_IDISCRECORDER2_CURRENTFEATUREPAGES","features":[144]},{"name":"DISPID_IDISCRECORDER2_CURRENTPROFILES","features":[144]},{"name":"DISPID_IDISCRECORDER2_DEVICECANLOADMEDIA","features":[144]},{"name":"DISPID_IDISCRECORDER2_DISABLEMCN","features":[144]},{"name":"DISPID_IDISCRECORDER2_EJECTMEDIA","features":[144]},{"name":"DISPID_IDISCRECORDER2_ENABLEMCN","features":[144]},{"name":"DISPID_IDISCRECORDER2_EXCLUSIVEACCESSOWNER","features":[144]},{"name":"DISPID_IDISCRECORDER2_INITIALIZEDISCRECORDER","features":[144]},{"name":"DISPID_IDISCRECORDER2_LEGACYDEVICENUMBER","features":[144]},{"name":"DISPID_IDISCRECORDER2_PRODUCTID","features":[144]},{"name":"DISPID_IDISCRECORDER2_PRODUCTREVISION","features":[144]},{"name":"DISPID_IDISCRECORDER2_RELEASEEXCLUSIVEACCESS","features":[144]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDFEATUREPAGES","features":[144]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDMODEPAGES","features":[144]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDPROFILES","features":[144]},{"name":"DISPID_IDISCRECORDER2_VENDORID","features":[144]},{"name":"DISPID_IDISCRECORDER2_VOLUMENAME","features":[144]},{"name":"DISPID_IDISCRECORDER2_VOLUMEPATHNAMES","features":[144]},{"name":"DISPID_IMULTISESSION_FIRSTDATASESSION","features":[144]},{"name":"DISPID_IMULTISESSION_FREESECTORS","features":[144]},{"name":"DISPID_IMULTISESSION_IMPORTRECORDER","features":[144]},{"name":"DISPID_IMULTISESSION_INUSE","features":[144]},{"name":"DISPID_IMULTISESSION_LASTSECTOROFPREVIOUSSESSION","features":[144]},{"name":"DISPID_IMULTISESSION_LASTWRITTENADDRESS","features":[144]},{"name":"DISPID_IMULTISESSION_NEXTWRITABLEADDRESS","features":[144]},{"name":"DISPID_IMULTISESSION_SECTORSONMEDIA","features":[144]},{"name":"DISPID_IMULTISESSION_STARTSECTOROFPREVIOUSSESSION","features":[144]},{"name":"DISPID_IMULTISESSION_SUPPORTEDONCURRENTMEDIA","features":[144]},{"name":"DISPID_IMULTISESSION_WRITEUNITSIZE","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDSPECIALPREGAP","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDSUBCODERWGENERATOR","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDTRACK","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_CREATERESULTIMAGE","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_DISABLEGAPLESSAUDIO","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_EXPECTEDTABLEOFCONTENTS","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_MEDIACATALOGNUMBER","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_NUMBEROFEXISTINGTRACKS","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_RESULTINGIMAGETYPE","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTINGTRACKNUMBER","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTOFLEADOUT","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTOFLEADOUTLIMIT","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_TRACKINFO","features":[144]},{"name":"DISPID_IRAWCDIMAGECREATOR_USEDSECTORSONDISC","features":[144]},{"name":"DISPID_IRAWCDTRACKINFO_AUDIOHASPREEMPHASIS","features":[144]},{"name":"DISPID_IRAWCDTRACKINFO_DIGITALAUDIOCOPYSETTING","features":[144]},{"name":"DISPID_IRAWCDTRACKINFO_ISRC","features":[144]},{"name":"DISPID_IRAWCDTRACKINFO_SECTORCOUNT","features":[144]},{"name":"DISPID_IRAWCDTRACKINFO_SECTORTYPE","features":[144]},{"name":"DISPID_IRAWCDTRACKINFO_STARTINGLBA","features":[144]},{"name":"DISPID_IRAWCDTRACKINFO_TRACKNUMBER","features":[144]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_FREESYSTEMBUFFER","features":[144]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_LASTREADLBA","features":[144]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_LASTWRITTENLBA","features":[144]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_SECTORCOUNT","features":[144]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_STARTLBA","features":[144]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_TOTALDEVICEBUFFER","features":[144]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_TOTALSYSTEMBUFFER","features":[144]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_USEDDEVICEBUFFER","features":[144]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_USEDSYSTEMBUFFER","features":[144]},{"name":"DISPID_IWRITEENGINE2_BYTESPERSECTOR","features":[144]},{"name":"DISPID_IWRITEENGINE2_CANCELWRITE","features":[144]},{"name":"DISPID_IWRITEENGINE2_DISCRECORDER","features":[144]},{"name":"DISPID_IWRITEENGINE2_ENDINGSECTORSPERSECOND","features":[144]},{"name":"DISPID_IWRITEENGINE2_STARTINGSECTORSPERSECOND","features":[144]},{"name":"DISPID_IWRITEENGINE2_USESTREAMINGWRITE12","features":[144]},{"name":"DISPID_IWRITEENGINE2_WRITEINPROGRESS","features":[144]},{"name":"DISPID_IWRITEENGINE2_WRITESECTION","features":[144]},{"name":"DWriteEngine2Events","features":[144]},{"name":"Emulation12MFloppy","features":[144]},{"name":"Emulation144MFloppy","features":[144]},{"name":"Emulation288MFloppy","features":[144]},{"name":"EmulationHardDisk","features":[144]},{"name":"EmulationNone","features":[144]},{"name":"EmulationType","features":[144]},{"name":"EnumFsiItems","features":[144]},{"name":"EnumProgressItems","features":[144]},{"name":"FileSystemImageResult","features":[144]},{"name":"FsiDirectoryItem","features":[144]},{"name":"FsiFileItem","features":[144]},{"name":"FsiFileSystemISO9660","features":[144]},{"name":"FsiFileSystemJoliet","features":[144]},{"name":"FsiFileSystemNone","features":[144]},{"name":"FsiFileSystemUDF","features":[144]},{"name":"FsiFileSystemUnknown","features":[144]},{"name":"FsiFileSystems","features":[144]},{"name":"FsiItemDirectory","features":[144]},{"name":"FsiItemFile","features":[144]},{"name":"FsiItemNotFound","features":[144]},{"name":"FsiItemType","features":[144]},{"name":"FsiNamedStreams","features":[144]},{"name":"FsiStream","features":[144]},{"name":"GUID_SMTPSVC_SOURCE","features":[144]},{"name":"GUID_SMTP_SOURCE_TYPE","features":[144]},{"name":"GetAttribIMsgOnIStg","features":[144,145]},{"name":"IBlockRange","features":[144]},{"name":"IBlockRangeList","features":[144]},{"name":"IBootOptions","features":[144]},{"name":"IBurnVerification","features":[144]},{"name":"IDiscFormat2","features":[144]},{"name":"IDiscFormat2Data","features":[144]},{"name":"IDiscFormat2DataEventArgs","features":[144]},{"name":"IDiscFormat2Erase","features":[144]},{"name":"IDiscFormat2RawCD","features":[144]},{"name":"IDiscFormat2RawCDEventArgs","features":[144]},{"name":"IDiscFormat2TrackAtOnce","features":[144]},{"name":"IDiscFormat2TrackAtOnceEventArgs","features":[144]},{"name":"IDiscMaster","features":[144]},{"name":"IDiscMaster2","features":[144]},{"name":"IDiscMasterProgressEvents","features":[144]},{"name":"IDiscRecorder","features":[144]},{"name":"IDiscRecorder2","features":[144]},{"name":"IDiscRecorder2Ex","features":[144]},{"name":"IEnumDiscMasterFormats","features":[144]},{"name":"IEnumDiscRecorders","features":[144]},{"name":"IEnumFsiItems","features":[144]},{"name":"IEnumProgressItems","features":[144]},{"name":"IFileSystemImage","features":[144]},{"name":"IFileSystemImage2","features":[144]},{"name":"IFileSystemImage3","features":[144]},{"name":"IFileSystemImageResult","features":[144]},{"name":"IFileSystemImageResult2","features":[144]},{"name":"IFsiDirectoryItem","features":[144]},{"name":"IFsiDirectoryItem2","features":[144]},{"name":"IFsiFileItem","features":[144]},{"name":"IFsiFileItem2","features":[144]},{"name":"IFsiItem","features":[144]},{"name":"IFsiNamedStreams","features":[144]},{"name":"IIsoImageManager","features":[144]},{"name":"IJolietDiscMaster","features":[144]},{"name":"IMAPI2FS_BOOT_ENTRY_COUNT_MAX","features":[144]},{"name":"IMAPI2FS_FullVersion_STR","features":[144]},{"name":"IMAPI2FS_FullVersion_WSTR","features":[144]},{"name":"IMAPI2FS_MajorVersion","features":[144]},{"name":"IMAPI2FS_MinorVersion","features":[144]},{"name":"IMAPI2_DEFAULT_COMMAND_TIMEOUT","features":[144]},{"name":"IMAPILib2_MajorVersion","features":[144]},{"name":"IMAPILib2_MinorVersion","features":[144]},{"name":"IMAPI_BURN_VERIFICATION_FULL","features":[144]},{"name":"IMAPI_BURN_VERIFICATION_LEVEL","features":[144]},{"name":"IMAPI_BURN_VERIFICATION_NONE","features":[144]},{"name":"IMAPI_BURN_VERIFICATION_QUICK","features":[144]},{"name":"IMAPI_CD_SECTOR_AUDIO","features":[144]},{"name":"IMAPI_CD_SECTOR_MODE1","features":[144]},{"name":"IMAPI_CD_SECTOR_MODE1RAW","features":[144]},{"name":"IMAPI_CD_SECTOR_MODE2FORM0","features":[144]},{"name":"IMAPI_CD_SECTOR_MODE2FORM0RAW","features":[144]},{"name":"IMAPI_CD_SECTOR_MODE2FORM1","features":[144]},{"name":"IMAPI_CD_SECTOR_MODE2FORM1RAW","features":[144]},{"name":"IMAPI_CD_SECTOR_MODE2FORM2","features":[144]},{"name":"IMAPI_CD_SECTOR_MODE2FORM2RAW","features":[144]},{"name":"IMAPI_CD_SECTOR_MODE_ZERO","features":[144]},{"name":"IMAPI_CD_SECTOR_TYPE","features":[144]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_PERMITTED","features":[144]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_PROHIBITED","features":[144]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_SCMS","features":[144]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_SETTING","features":[144]},{"name":"IMAPI_E_ALREADYOPEN","features":[144]},{"name":"IMAPI_E_BADJOLIETNAME","features":[144]},{"name":"IMAPI_E_BOOTIMAGE_AND_NONBLANK_DISC","features":[144]},{"name":"IMAPI_E_CANNOT_WRITE_TO_MEDIA","features":[144]},{"name":"IMAPI_E_COMPRESSEDSTASH","features":[144]},{"name":"IMAPI_E_DEVICE_INVALIDTYPE","features":[144]},{"name":"IMAPI_E_DEVICE_NOPROPERTIES","features":[144]},{"name":"IMAPI_E_DEVICE_NOTACCESSIBLE","features":[144]},{"name":"IMAPI_E_DEVICE_NOTPRESENT","features":[144]},{"name":"IMAPI_E_DEVICE_STILL_IN_USE","features":[144]},{"name":"IMAPI_E_DISCFULL","features":[144]},{"name":"IMAPI_E_DISCINFO","features":[144]},{"name":"IMAPI_E_ENCRYPTEDSTASH","features":[144]},{"name":"IMAPI_E_FILEACCESS","features":[144]},{"name":"IMAPI_E_FILEEXISTS","features":[144]},{"name":"IMAPI_E_FILESYSTEM","features":[144]},{"name":"IMAPI_E_GENERIC","features":[144]},{"name":"IMAPI_E_INITIALIZE_ENDWRITE","features":[144]},{"name":"IMAPI_E_INITIALIZE_WRITE","features":[144]},{"name":"IMAPI_E_INVALIDIMAGE","features":[144]},{"name":"IMAPI_E_LOSS_OF_STREAMING","features":[144]},{"name":"IMAPI_E_MEDIUM_INVALIDTYPE","features":[144]},{"name":"IMAPI_E_MEDIUM_NOTPRESENT","features":[144]},{"name":"IMAPI_E_NOACTIVEFORMAT","features":[144]},{"name":"IMAPI_E_NOACTIVERECORDER","features":[144]},{"name":"IMAPI_E_NOTENOUGHDISKFORSTASH","features":[144]},{"name":"IMAPI_E_NOTINITIALIZED","features":[144]},{"name":"IMAPI_E_NOTOPENED","features":[144]},{"name":"IMAPI_E_REMOVABLESTASH","features":[144]},{"name":"IMAPI_E_STASHINUSE","features":[144]},{"name":"IMAPI_E_TRACKNOTOPEN","features":[144]},{"name":"IMAPI_E_TRACKOPEN","features":[144]},{"name":"IMAPI_E_TRACK_NOT_BIG_ENOUGH","features":[144]},{"name":"IMAPI_E_USERABORT","features":[144]},{"name":"IMAPI_E_WRONGDISC","features":[144]},{"name":"IMAPI_E_WRONGFORMAT","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_AACS","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_PSEUDO_OVERWRITE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_READ","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_WRITE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CDRW_CAV_WRITE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_ANALOG_PLAY","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_MASTERING","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_MULTIREAD","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_READ","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_RW_MEDIA_WRITE_SUPPORT","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_TRACK_AT_ONCE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CORE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DISC_CONTROL_BLOCKS","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_READ","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_RW_WRITE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_R_WRITE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_CPRM","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_CSS","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_DASH_WRITE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_R","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_RW","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_R_DUAL_LAYER","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_READ","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_EMBEDDED_CHANGER","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_ENHANCED_DEFECT_REPORTING","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_FIRMWARE_INFORMATION","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_FORMATTABLE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HARDWARE_DEFECT_MANAGEMENT","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HD_DVD_READ","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HD_DVD_WRITE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_INCREMENTAL_STREAMING_WRITABLE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_LAYER_JUMP_RECORDING","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_LOGICAL_UNIT_SERIAL_NUMBER","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MEDIA_SERIAL_NUMBER","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MICROCODE_UPDATE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MORPHING","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MRW","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_POWER_MANAGEMENT","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_PROFILE_LIST","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RANDOMLY_READABLE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RANDOMLY_WRITABLE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_REAL_TIME_STREAMING","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_REMOVABLE_MEDIUM","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RESTRICTED_OVERWRITE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RIGID_RESTRICTED_OVERWRITE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_SECTOR_ERASABLE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_SMART","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_TIMEOUT","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_VCPS","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_WRITE_ONCE","features":[144]},{"name":"IMAPI_FEATURE_PAGE_TYPE_WRITE_PROTECT","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_APPENDABLE","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_BLANK","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_DAMAGED","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_ERASE_REQUIRED","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_FINALIZED","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_FINAL_SESSION","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_INFORMATIONAL_MASK","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_NON_EMPTY_SESSION","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_OVERWRITE_ONLY","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_RANDOMLY_WRITABLE","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNKNOWN","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNSUPPORTED_MASK","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNSUPPORTED_MEDIA","features":[144]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_WRITE_PROTECTED","features":[144]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION","features":[144]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_CALIBRATING_POWER","features":[144]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_COMPLETED","features":[144]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_FINALIZATION","features":[144]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_FORMATTING_MEDIA","features":[144]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_INITIALIZING_HARDWARE","features":[144]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_VALIDATING_MEDIA","features":[144]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_VERIFYING","features":[144]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_WRITING_DATA","features":[144]},{"name":"IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE","features":[144]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_COOKED","features":[144]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_RAW","features":[144]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_PQ_ONLY","features":[144]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION","features":[144]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_FINISHING","features":[144]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_PREPARING","features":[144]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_UNKNOWN","features":[144]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_WRITING","features":[144]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION","features":[144]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_FINISHING","features":[144]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_PREPARING","features":[144]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_UNKNOWN","features":[144]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_VERIFYING","features":[144]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_WRITING","features":[144]},{"name":"IMAPI_MEDIA_PHYSICAL_TYPE","features":[144]},{"name":"IMAPI_MEDIA_TYPE_BDR","features":[144]},{"name":"IMAPI_MEDIA_TYPE_BDRE","features":[144]},{"name":"IMAPI_MEDIA_TYPE_BDROM","features":[144]},{"name":"IMAPI_MEDIA_TYPE_CDR","features":[144]},{"name":"IMAPI_MEDIA_TYPE_CDROM","features":[144]},{"name":"IMAPI_MEDIA_TYPE_CDRW","features":[144]},{"name":"IMAPI_MEDIA_TYPE_DISK","features":[144]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHR","features":[144]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHRW","features":[144]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHR_DUALLAYER","features":[144]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSR","features":[144]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSRW","features":[144]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSRW_DUALLAYER","features":[144]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSR_DUALLAYER","features":[144]},{"name":"IMAPI_MEDIA_TYPE_DVDRAM","features":[144]},{"name":"IMAPI_MEDIA_TYPE_DVDROM","features":[144]},{"name":"IMAPI_MEDIA_TYPE_HDDVDR","features":[144]},{"name":"IMAPI_MEDIA_TYPE_HDDVDRAM","features":[144]},{"name":"IMAPI_MEDIA_TYPE_HDDVDROM","features":[144]},{"name":"IMAPI_MEDIA_TYPE_MAX","features":[144]},{"name":"IMAPI_MEDIA_TYPE_UNKNOWN","features":[144]},{"name":"IMAPI_MEDIA_WRITE_PROTECT_STATE","features":[144]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE","features":[144]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_CHANGEABLE_VALUES","features":[144]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_CURRENT_VALUES","features":[144]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_DEFAULT_VALUES","features":[144]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_SAVED_VALUES","features":[144]},{"name":"IMAPI_MODE_PAGE_TYPE","features":[144]},{"name":"IMAPI_MODE_PAGE_TYPE_CACHING","features":[144]},{"name":"IMAPI_MODE_PAGE_TYPE_INFORMATIONAL_EXCEPTIONS","features":[144]},{"name":"IMAPI_MODE_PAGE_TYPE_LEGACY_CAPABILITIES","features":[144]},{"name":"IMAPI_MODE_PAGE_TYPE_MRW","features":[144]},{"name":"IMAPI_MODE_PAGE_TYPE_POWER_CONDITION","features":[144]},{"name":"IMAPI_MODE_PAGE_TYPE_READ_WRITE_ERROR_RECOVERY","features":[144]},{"name":"IMAPI_MODE_PAGE_TYPE_TIMEOUT_AND_PROTECT","features":[144]},{"name":"IMAPI_MODE_PAGE_TYPE_WRITE_PARAMETERS","features":[144]},{"name":"IMAPI_PROFILE_TYPE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_AS_MO","features":[144]},{"name":"IMAPI_PROFILE_TYPE_BD_REWRITABLE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_BD_ROM","features":[144]},{"name":"IMAPI_PROFILE_TYPE_BD_R_RANDOM_RECORDING","features":[144]},{"name":"IMAPI_PROFILE_TYPE_BD_R_SEQUENTIAL","features":[144]},{"name":"IMAPI_PROFILE_TYPE_CDROM","features":[144]},{"name":"IMAPI_PROFILE_TYPE_CD_RECORDABLE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_CD_REWRITABLE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DDCDROM","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DDCD_RECORDABLE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DDCD_REWRITABLE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVDROM","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_RECORDABLE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_REWRITABLE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_RW_SEQUENTIAL","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_R_DUAL_LAYER_JUMP","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_R_DUAL_SEQUENTIAL","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_R","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_RW","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_RW_DUAL","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_R_DUAL","features":[144]},{"name":"IMAPI_PROFILE_TYPE_DVD_RAM","features":[144]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_RAM","features":[144]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_RECORDABLE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_ROM","features":[144]},{"name":"IMAPI_PROFILE_TYPE_INVALID","features":[144]},{"name":"IMAPI_PROFILE_TYPE_MO_ERASABLE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_MO_WRITE_ONCE","features":[144]},{"name":"IMAPI_PROFILE_TYPE_NON_REMOVABLE_DISK","features":[144]},{"name":"IMAPI_PROFILE_TYPE_NON_STANDARD","features":[144]},{"name":"IMAPI_PROFILE_TYPE_REMOVABLE_DISK","features":[144]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE","features":[144]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_LBA","features":[144]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_SESSION","features":[144]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_TRACK","features":[144]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_BD","features":[144]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_CD","features":[144]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_DVD","features":[144]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_HD_DVD","features":[144]},{"name":"IMAPI_SECTOR_SIZE","features":[144]},{"name":"IMAPI_S_BUFFER_TO_SMALL","features":[144]},{"name":"IMAPI_S_PROPERTIESIGNORED","features":[144]},{"name":"IMAPI_WRITEPROTECTED_BY_CARTRIDGE","features":[144]},{"name":"IMAPI_WRITEPROTECTED_BY_DISC_CONTROL_BLOCK","features":[144]},{"name":"IMAPI_WRITEPROTECTED_BY_MEDIA_SPECIFIC_REASON","features":[144]},{"name":"IMAPI_WRITEPROTECTED_BY_SOFTWARE_WRITE_PROTECT","features":[144]},{"name":"IMAPI_WRITEPROTECTED_READ_ONLY_MEDIA","features":[144]},{"name":"IMAPI_WRITEPROTECTED_UNTIL_POWERDOWN","features":[144]},{"name":"IMMPID_CPV_AFTER__","features":[144]},{"name":"IMMPID_CPV_BEFORE__","features":[144]},{"name":"IMMPID_CPV_ENUM","features":[144]},{"name":"IMMPID_CP_START","features":[144]},{"name":"IMMPID_MPV_AFTER__","features":[144]},{"name":"IMMPID_MPV_BEFORE__","features":[144]},{"name":"IMMPID_MPV_ENUM","features":[144]},{"name":"IMMPID_MPV_MESSAGE_CREATION_FLAGS","features":[144]},{"name":"IMMPID_MPV_MESSAGE_OPEN_HANDLES","features":[144]},{"name":"IMMPID_MPV_STORE_DRIVER_HANDLE","features":[144]},{"name":"IMMPID_MPV_TOTAL_OPEN_CONTENT_HANDLES","features":[144]},{"name":"IMMPID_MPV_TOTAL_OPEN_HANDLES","features":[144]},{"name":"IMMPID_MPV_TOTAL_OPEN_PROPERTY_STREAM_HANDLES","features":[144]},{"name":"IMMPID_MP_AFTER__","features":[144]},{"name":"IMMPID_MP_ARRIVAL_FILETIME","features":[144]},{"name":"IMMPID_MP_ARRIVAL_TIME","features":[144]},{"name":"IMMPID_MP_AUTHENTICATED_USER_NAME","features":[144]},{"name":"IMMPID_MP_BEFORE__","features":[144]},{"name":"IMMPID_MP_BINARYMIME_OPTION","features":[144]},{"name":"IMMPID_MP_CHUNKING_OPTION","features":[144]},{"name":"IMMPID_MP_CLIENT_AUTH_TYPE","features":[144]},{"name":"IMMPID_MP_CLIENT_AUTH_USER","features":[144]},{"name":"IMMPID_MP_CONNECTION_IP_ADDRESS","features":[144]},{"name":"IMMPID_MP_CONNECTION_SERVER_IP_ADDRESS","features":[144]},{"name":"IMMPID_MP_CONNECTION_SERVER_PORT","features":[144]},{"name":"IMMPID_MP_CONTENT_FILE_NAME","features":[144]},{"name":"IMMPID_MP_CONTENT_TYPE","features":[144]},{"name":"IMMPID_MP_CRC_GLOBAL","features":[144]},{"name":"IMMPID_MP_CRC_RECIPS","features":[144]},{"name":"IMMPID_MP_DEFERRED_DELIVERY_FILETIME","features":[144]},{"name":"IMMPID_MP_DOMAIN_LIST","features":[144]},{"name":"IMMPID_MP_DSN_ENVID_VALUE","features":[144]},{"name":"IMMPID_MP_DSN_RET_VALUE","features":[144]},{"name":"IMMPID_MP_EIGHTBIT_MIME_OPTION","features":[144]},{"name":"IMMPID_MP_ENCRYPTION_TYPE","features":[144]},{"name":"IMMPID_MP_ENUM","features":[144]},{"name":"IMMPID_MP_ERROR_CODE","features":[144]},{"name":"IMMPID_MP_EXPIRE_DELAY","features":[144]},{"name":"IMMPID_MP_EXPIRE_NDR","features":[144]},{"name":"IMMPID_MP_FOUND_EMBEDDED_CRLF_DOT_CRLF","features":[144]},{"name":"IMMPID_MP_FROM_ADDRESS","features":[144]},{"name":"IMMPID_MP_HELO_DOMAIN","features":[144]},{"name":"IMMPID_MP_HR_CAT_STATUS","features":[144]},{"name":"IMMPID_MP_INBOUND_MAIL_FROM_AUTH","features":[144]},{"name":"IMMPID_MP_LOCAL_EXPIRE_DELAY","features":[144]},{"name":"IMMPID_MP_LOCAL_EXPIRE_NDR","features":[144]},{"name":"IMMPID_MP_MESSAGE_STATUS","features":[144]},{"name":"IMMPID_MP_MSGCLASS","features":[144]},{"name":"IMMPID_MP_MSG_GUID","features":[144]},{"name":"IMMPID_MP_MSG_SIZE_HINT","features":[144]},{"name":"IMMPID_MP_NUM_RECIPIENTS","features":[144]},{"name":"IMMPID_MP_ORIGINAL_ARRIVAL_TIME","features":[144]},{"name":"IMMPID_MP_PICKUP_FILE_NAME","features":[144]},{"name":"IMMPID_MP_RECIPIENT_LIST","features":[144]},{"name":"IMMPID_MP_REMOTE_AUTHENTICATION_TYPE","features":[144]},{"name":"IMMPID_MP_REMOTE_SERVER_DSN_CAPABLE","features":[144]},{"name":"IMMPID_MP_RFC822_BCC_ADDRESS","features":[144]},{"name":"IMMPID_MP_RFC822_CC_ADDRESS","features":[144]},{"name":"IMMPID_MP_RFC822_FROM_ADDRESS","features":[144]},{"name":"IMMPID_MP_RFC822_MSG_ID","features":[144]},{"name":"IMMPID_MP_RFC822_MSG_SUBJECT","features":[144]},{"name":"IMMPID_MP_RFC822_TO_ADDRESS","features":[144]},{"name":"IMMPID_MP_SCANNED_FOR_CRLF_DOT_CRLF","features":[144]},{"name":"IMMPID_MP_SENDER_ADDRESS","features":[144]},{"name":"IMMPID_MP_SENDER_ADDRESS_LEGACY_EX_DN","features":[144]},{"name":"IMMPID_MP_SENDER_ADDRESS_OTHER","features":[144]},{"name":"IMMPID_MP_SENDER_ADDRESS_SMTP","features":[144]},{"name":"IMMPID_MP_SENDER_ADDRESS_X400","features":[144]},{"name":"IMMPID_MP_SENDER_ADDRESS_X500","features":[144]},{"name":"IMMPID_MP_SERVER_NAME","features":[144]},{"name":"IMMPID_MP_SERVER_VERSION","features":[144]},{"name":"IMMPID_MP_SUPERSEDES_MSG_GUID","features":[144]},{"name":"IMMPID_MP_X_PRIORITY","features":[144]},{"name":"IMMPID_NMP_AFTER__","features":[144]},{"name":"IMMPID_NMP_BEFORE__","features":[144]},{"name":"IMMPID_NMP_ENUM","features":[144]},{"name":"IMMPID_NMP_HEADERS","features":[144]},{"name":"IMMPID_NMP_NEWSGROUP_LIST","features":[144]},{"name":"IMMPID_NMP_NNTP_APPROVED_HEADER","features":[144]},{"name":"IMMPID_NMP_NNTP_PROCESSING","features":[144]},{"name":"IMMPID_NMP_POST_TOKEN","features":[144]},{"name":"IMMPID_NMP_PRIMARY_ARTID","features":[144]},{"name":"IMMPID_NMP_PRIMARY_GROUP","features":[144]},{"name":"IMMPID_NMP_SECONDARY_ARTNUM","features":[144]},{"name":"IMMPID_NMP_SECONDARY_GROUPS","features":[144]},{"name":"IMMPID_RPV_AFTER__","features":[144]},{"name":"IMMPID_RPV_BEFORE__","features":[144]},{"name":"IMMPID_RPV_DONT_DELIVER","features":[144]},{"name":"IMMPID_RPV_ENUM","features":[144]},{"name":"IMMPID_RPV_NO_NAME_COLLISIONS","features":[144]},{"name":"IMMPID_RP_ADDRESS","features":[144]},{"name":"IMMPID_RP_ADDRESS_OTHER","features":[144]},{"name":"IMMPID_RP_ADDRESS_SMTP","features":[144]},{"name":"IMMPID_RP_ADDRESS_TYPE","features":[144]},{"name":"IMMPID_RP_ADDRESS_TYPE_SMTP","features":[144]},{"name":"IMMPID_RP_ADDRESS_X400","features":[144]},{"name":"IMMPID_RP_ADDRESS_X500","features":[144]},{"name":"IMMPID_RP_AFTER__","features":[144]},{"name":"IMMPID_RP_BEFORE__","features":[144]},{"name":"IMMPID_RP_DISPLAY_NAME","features":[144]},{"name":"IMMPID_RP_DOMAIN","features":[144]},{"name":"IMMPID_RP_DSN_NOTIFY_INVALID","features":[144]},{"name":"IMMPID_RP_DSN_NOTIFY_SUCCESS","features":[144]},{"name":"IMMPID_RP_DSN_NOTIFY_VALUE","features":[144]},{"name":"IMMPID_RP_DSN_ORCPT_VALUE","features":[144]},{"name":"IMMPID_RP_DSN_PRE_CAT_ADDRESS","features":[144]},{"name":"IMMPID_RP_ENUM","features":[144]},{"name":"IMMPID_RP_ERROR_CODE","features":[144]},{"name":"IMMPID_RP_ERROR_STRING","features":[144]},{"name":"IMMPID_RP_LEGACY_EX_DN","features":[144]},{"name":"IMMPID_RP_MDB_GUID","features":[144]},{"name":"IMMPID_RP_RECIPIENT_FLAGS","features":[144]},{"name":"IMMPID_RP_SMTP_STATUS_STRING","features":[144]},{"name":"IMMPID_RP_USER_GUID","features":[144]},{"name":"IMMP_MPV_STORE_DRIVER_HANDLE","features":[144]},{"name":"IMultisession","features":[144]},{"name":"IMultisessionRandomWrite","features":[144]},{"name":"IMultisessionSequential","features":[144]},{"name":"IMultisessionSequential2","features":[144]},{"name":"IProgressItem","features":[144]},{"name":"IProgressItems","features":[144]},{"name":"IRawCDImageCreator","features":[144]},{"name":"IRawCDImageTrackInfo","features":[144]},{"name":"IRedbookDiscMaster","features":[144]},{"name":"IStreamConcatenate","features":[144]},{"name":"IStreamInterleave","features":[144]},{"name":"IStreamPseudoRandomBased","features":[144]},{"name":"IWriteEngine2","features":[144]},{"name":"IWriteEngine2EventArgs","features":[144]},{"name":"IWriteSpeedDescriptor","features":[144]},{"name":"LPMSGSESS","features":[144]},{"name":"MEDIA_BLANK","features":[144]},{"name":"MEDIA_CDDA_CDROM","features":[144]},{"name":"MEDIA_CD_EXTRA","features":[144]},{"name":"MEDIA_CD_I","features":[144]},{"name":"MEDIA_CD_OTHER","features":[144]},{"name":"MEDIA_CD_ROM_XA","features":[144]},{"name":"MEDIA_FLAGS","features":[144]},{"name":"MEDIA_FORMAT_UNUSABLE_BY_IMAPI","features":[144]},{"name":"MEDIA_RW","features":[144]},{"name":"MEDIA_SPECIAL","features":[144]},{"name":"MEDIA_TYPES","features":[144]},{"name":"MEDIA_WRITABLE","features":[144]},{"name":"MPV_INBOUND_CUTOFF_EXCEEDED","features":[144]},{"name":"MPV_WRITE_CONTENT","features":[144]},{"name":"MP_MSGCLASS_DELIVERY_REPORT","features":[144]},{"name":"MP_MSGCLASS_NONDELIVERY_REPORT","features":[144]},{"name":"MP_MSGCLASS_REPLICATION","features":[144]},{"name":"MP_MSGCLASS_SYSTEM","features":[144]},{"name":"MP_STATUS_ABANDON_DELIVERY","features":[144]},{"name":"MP_STATUS_ABORT_DELIVERY","features":[144]},{"name":"MP_STATUS_BAD_MAIL","features":[144]},{"name":"MP_STATUS_CATEGORIZED","features":[144]},{"name":"MP_STATUS_RETRY","features":[144]},{"name":"MP_STATUS_SUBMITTED","features":[144]},{"name":"MP_STATUS_SUCCESS","features":[144]},{"name":"MSDiscMasterObj","features":[144]},{"name":"MSDiscRecorderObj","features":[144]},{"name":"MSEnumDiscRecordersObj","features":[144]},{"name":"MSGCALLRELEASE","features":[144]},{"name":"MapStorageSCode","features":[144]},{"name":"MsftDiscFormat2Data","features":[144]},{"name":"MsftDiscFormat2Erase","features":[144]},{"name":"MsftDiscFormat2RawCD","features":[144]},{"name":"MsftDiscFormat2TrackAtOnce","features":[144]},{"name":"MsftDiscMaster2","features":[144]},{"name":"MsftDiscRecorder2","features":[144]},{"name":"MsftFileSystemImage","features":[144]},{"name":"MsftIsoImageManager","features":[144]},{"name":"MsftMultisessionRandomWrite","features":[144]},{"name":"MsftMultisessionSequential","features":[144]},{"name":"MsftRawCDImageCreator","features":[144]},{"name":"MsftStreamConcatenate","features":[144]},{"name":"MsftStreamInterleave","features":[144]},{"name":"MsftStreamPrng001","features":[144]},{"name":"MsftStreamZero","features":[144]},{"name":"MsftWriteEngine2","features":[144]},{"name":"MsftWriteSpeedDescriptor","features":[144]},{"name":"NMP_PROCESS_CONTROL","features":[144]},{"name":"NMP_PROCESS_MODERATOR","features":[144]},{"name":"NMP_PROCESS_POST","features":[144]},{"name":"OpenIMsgOnIStg","features":[144,145]},{"name":"OpenIMsgSession","features":[144]},{"name":"PlatformEFI","features":[144]},{"name":"PlatformId","features":[144]},{"name":"PlatformMac","features":[144]},{"name":"PlatformPowerPC","features":[144]},{"name":"PlatformX86","features":[144]},{"name":"ProgressItem","features":[144]},{"name":"ProgressItems","features":[144]},{"name":"RECORDER_BURNING","features":[144]},{"name":"RECORDER_CDR","features":[144]},{"name":"RECORDER_CDRW","features":[144]},{"name":"RECORDER_DOING_NOTHING","features":[144]},{"name":"RECORDER_OPENED","features":[144]},{"name":"RECORDER_TYPES","features":[144]},{"name":"RP_DELIVERED","features":[144]},{"name":"RP_DSN_HANDLED","features":[144]},{"name":"RP_DSN_NOTIFY_DELAY","features":[144]},{"name":"RP_DSN_NOTIFY_FAILURE","features":[144]},{"name":"RP_DSN_NOTIFY_INVALID","features":[144]},{"name":"RP_DSN_NOTIFY_MASK","features":[144]},{"name":"RP_DSN_NOTIFY_NEVER","features":[144]},{"name":"RP_DSN_NOTIFY_SUCCESS","features":[144]},{"name":"RP_DSN_SENT_DELAYED","features":[144]},{"name":"RP_DSN_SENT_DELIVERED","features":[144]},{"name":"RP_DSN_SENT_EXPANDED","features":[144]},{"name":"RP_DSN_SENT_NDR","features":[144]},{"name":"RP_DSN_SENT_RELAYED","features":[144]},{"name":"RP_ENPANDED","features":[144]},{"name":"RP_ERROR_CONTEXT_CAT","features":[144]},{"name":"RP_ERROR_CONTEXT_MTA","features":[144]},{"name":"RP_ERROR_CONTEXT_STORE","features":[144]},{"name":"RP_EXPANDED","features":[144]},{"name":"RP_FAILED","features":[144]},{"name":"RP_GENERAL_FAILURE","features":[144]},{"name":"RP_HANDLED","features":[144]},{"name":"RP_RECIP_FLAGS_RESERVED","features":[144]},{"name":"RP_REMOTE_MTA_NO_DSN","features":[144]},{"name":"RP_UNRESOLVED","features":[144]},{"name":"RP_VOLATILE_FLAGS_MASK","features":[144]},{"name":"SPropAttrArray","features":[144]},{"name":"SZ_PROGID_SMTPCAT","features":[144]},{"name":"SetAttribIMsgOnIStg","features":[144,145]},{"name":"tagIMMPID_CPV_STRUCT","features":[144]},{"name":"tagIMMPID_GUIDLIST_ITEM","features":[144]},{"name":"tagIMMPID_MPV_STRUCT","features":[144]},{"name":"tagIMMPID_MP_STRUCT","features":[144]},{"name":"tagIMMPID_NMP_STRUCT","features":[144]},{"name":"tagIMMPID_RPV_STRUCT","features":[144]},{"name":"tagIMMPID_RP_STRUCT","features":[144]}],"515":[{"name":"BindIFilterFromStorage","features":[146]},{"name":"BindIFilterFromStream","features":[146]},{"name":"CHUNKSTATE","features":[146]},{"name":"CHUNK_BREAKTYPE","features":[146]},{"name":"CHUNK_EOC","features":[146]},{"name":"CHUNK_EOP","features":[146]},{"name":"CHUNK_EOS","features":[146]},{"name":"CHUNK_EOW","features":[146]},{"name":"CHUNK_FILTER_OWNED_VALUE","features":[146]},{"name":"CHUNK_NO_BREAK","features":[146]},{"name":"CHUNK_TEXT","features":[146]},{"name":"CHUNK_VALUE","features":[146]},{"name":"CIADMIN","features":[146]},{"name":"CICAT_ALL_OPENED","features":[146]},{"name":"CICAT_GET_STATE","features":[146]},{"name":"CICAT_NO_QUERY","features":[146]},{"name":"CICAT_READONLY","features":[146]},{"name":"CICAT_STOPPED","features":[146]},{"name":"CICAT_WRITABLE","features":[146]},{"name":"CINULLCATALOG","features":[146]},{"name":"CI_PROVIDER_ALL","features":[146]},{"name":"CI_PROVIDER_INDEXING_SERVICE","features":[146]},{"name":"CI_PROVIDER_MSSEARCH","features":[146]},{"name":"CI_STATE","features":[146]},{"name":"CI_STATE_ANNEALING_MERGE","features":[146]},{"name":"CI_STATE_BATTERY_POLICY","features":[146]},{"name":"CI_STATE_BATTERY_POWER","features":[146]},{"name":"CI_STATE_CONTENT_SCAN_REQUIRED","features":[146]},{"name":"CI_STATE_DELETION_MERGE","features":[146]},{"name":"CI_STATE_HIGH_CPU","features":[146]},{"name":"CI_STATE_HIGH_IO","features":[146]},{"name":"CI_STATE_INDEX_MIGRATION_MERGE","features":[146]},{"name":"CI_STATE_LOW_DISK","features":[146]},{"name":"CI_STATE_LOW_MEMORY","features":[146]},{"name":"CI_STATE_MASTER_MERGE","features":[146]},{"name":"CI_STATE_MASTER_MERGE_PAUSED","features":[146]},{"name":"CI_STATE_READING_USNS","features":[146]},{"name":"CI_STATE_READ_ONLY","features":[146]},{"name":"CI_STATE_RECOVERING","features":[146]},{"name":"CI_STATE_SCANNING","features":[146]},{"name":"CI_STATE_SHADOW_MERGE","features":[146]},{"name":"CI_STATE_STARTING","features":[146]},{"name":"CI_STATE_USER_ACTIVE","features":[146]},{"name":"CI_VERSION_WDS30","features":[146]},{"name":"CI_VERSION_WDS40","features":[146]},{"name":"CI_VERSION_WIN70","features":[146]},{"name":"CLSID_INDEX_SERVER_DSO","features":[146]},{"name":"DBID","features":[146]},{"name":"DBID","features":[146]},{"name":"DBKINDENUM","features":[146]},{"name":"DBKIND_GUID","features":[146]},{"name":"DBKIND_GUID_NAME","features":[146]},{"name":"DBKIND_GUID_PROPID","features":[146]},{"name":"DBKIND_NAME","features":[146]},{"name":"DBKIND_PGUID_NAME","features":[146]},{"name":"DBKIND_PGUID_PROPID","features":[146]},{"name":"DBKIND_PROPID","features":[146]},{"name":"DBPROPSET_CIFRMWRKCORE_EXT","features":[146]},{"name":"DBPROPSET_FSCIFRMWRK_EXT","features":[146]},{"name":"DBPROPSET_MSIDXS_ROWSETEXT","features":[146]},{"name":"DBPROPSET_QUERYEXT","features":[146]},{"name":"DBPROPSET_SESS_QUERYEXT","features":[146]},{"name":"DBPROP_APPLICATION_NAME","features":[146]},{"name":"DBPROP_CATALOGLISTID","features":[146]},{"name":"DBPROP_CI_CATALOG_NAME","features":[146]},{"name":"DBPROP_CI_DEPTHS","features":[146]},{"name":"DBPROP_CI_EXCLUDE_SCOPES","features":[146]},{"name":"DBPROP_CI_INCLUDE_SCOPES","features":[146]},{"name":"DBPROP_CI_PROVIDER","features":[146]},{"name":"DBPROP_CI_QUERY_TYPE","features":[146]},{"name":"DBPROP_CI_SCOPE_FLAGS","features":[146]},{"name":"DBPROP_CI_SECURITY_ID","features":[146]},{"name":"DBPROP_CLIENT_CLSID","features":[146]},{"name":"DBPROP_DEFAULT_EQUALS_BEHAVIOR","features":[146]},{"name":"DBPROP_DEFERCATALOGVERIFICATION","features":[146]},{"name":"DBPROP_DEFERNONINDEXEDTRIMMING","features":[146]},{"name":"DBPROP_DONOTCOMPUTEEXPENSIVEPROPS","features":[146]},{"name":"DBPROP_ENABLEROWSETEVENTS","features":[146]},{"name":"DBPROP_FIRSTROWS","features":[146]},{"name":"DBPROP_FREETEXTANYTERM","features":[146]},{"name":"DBPROP_FREETEXTUSESTEMMING","features":[146]},{"name":"DBPROP_GENERATEPARSETREE","features":[146]},{"name":"DBPROP_GENERICOPTIONS_STRING","features":[146]},{"name":"DBPROP_IGNORENOISEONLYCLAUSES","features":[146]},{"name":"DBPROP_IGNORESBRI","features":[146]},{"name":"DBPROP_MACHINE","features":[146]},{"name":"DBPROP_USECONTENTINDEX","features":[146]},{"name":"DBPROP_USEEXTENDEDDBTYPES","features":[146]},{"name":"DBSETFUNC_ALL","features":[146]},{"name":"DBSETFUNC_DISTINCT","features":[146]},{"name":"DBSETFUNC_NONE","features":[146]},{"name":"FILTERREGION","features":[146]},{"name":"FILTER_E_ACCESS","features":[146]},{"name":"FILTER_E_EMBEDDING_UNAVAILABLE","features":[146]},{"name":"FILTER_E_END_OF_CHUNKS","features":[146]},{"name":"FILTER_E_LINK_UNAVAILABLE","features":[146]},{"name":"FILTER_E_NO_MORE_TEXT","features":[146]},{"name":"FILTER_E_NO_MORE_VALUES","features":[146]},{"name":"FILTER_E_NO_TEXT","features":[146]},{"name":"FILTER_E_NO_VALUES","features":[146]},{"name":"FILTER_E_PASSWORD","features":[146]},{"name":"FILTER_E_UNKNOWNFORMAT","features":[146]},{"name":"FILTER_S_LAST_TEXT","features":[146]},{"name":"FILTER_S_LAST_VALUES","features":[146]},{"name":"FILTER_W_MONIKER_CLIPPED","features":[146]},{"name":"FULLPROPSPEC","features":[146,65]},{"name":"GENERATE_METHOD_EXACT","features":[146]},{"name":"GENERATE_METHOD_INFLECT","features":[146]},{"name":"GENERATE_METHOD_PREFIX","features":[146]},{"name":"IFILTER_FLAGS","features":[146]},{"name":"IFILTER_FLAGS_OLE_PROPERTIES","features":[146]},{"name":"IFILTER_INIT","features":[146]},{"name":"IFILTER_INIT_APPLY_CRAWL_ATTRIBUTES","features":[146]},{"name":"IFILTER_INIT_APPLY_INDEX_ATTRIBUTES","features":[146]},{"name":"IFILTER_INIT_APPLY_OTHER_ATTRIBUTES","features":[146]},{"name":"IFILTER_INIT_CANON_HYPHENS","features":[146]},{"name":"IFILTER_INIT_CANON_PARAGRAPHS","features":[146]},{"name":"IFILTER_INIT_CANON_SPACES","features":[146]},{"name":"IFILTER_INIT_DISABLE_EMBEDDED","features":[146]},{"name":"IFILTER_INIT_EMIT_FORMATTING","features":[146]},{"name":"IFILTER_INIT_FILTER_AGGRESSIVE_BREAK","features":[146]},{"name":"IFILTER_INIT_FILTER_OWNED_VALUE_OK","features":[146]},{"name":"IFILTER_INIT_HARD_LINE_BREAKS","features":[146]},{"name":"IFILTER_INIT_INDEXING_ONLY","features":[146]},{"name":"IFILTER_INIT_SEARCH_LINKS","features":[146]},{"name":"IFilter","features":[146]},{"name":"IPhraseSink","features":[146]},{"name":"LIFF_FORCE_TEXT_FILTER_FALLBACK","features":[146]},{"name":"LIFF_IMPLEMENT_TEXT_FILTER_FALLBACK_POLICY","features":[146]},{"name":"LIFF_LOAD_DEFINED_FILTER","features":[146]},{"name":"LoadIFilter","features":[146]},{"name":"LoadIFilterEx","features":[146]},{"name":"MSIDXSPROP_COMMAND_LOCALE_STRING","features":[146]},{"name":"MSIDXSPROP_MAX_RANK","features":[146]},{"name":"MSIDXSPROP_PARSE_TREE","features":[146]},{"name":"MSIDXSPROP_QUERY_RESTRICTION","features":[146]},{"name":"MSIDXSPROP_RESULTS_FOUND","features":[146]},{"name":"MSIDXSPROP_ROWSETQUERYSTATUS","features":[146]},{"name":"MSIDXSPROP_SAME_SORTORDER_USED","features":[146]},{"name":"MSIDXSPROP_SERVER_NLSVERSION","features":[146]},{"name":"MSIDXSPROP_SERVER_NLSVER_DEFINED","features":[146]},{"name":"MSIDXSPROP_SERVER_VERSION","features":[146]},{"name":"MSIDXSPROP_SERVER_WINVER_MAJOR","features":[146]},{"name":"MSIDXSPROP_SERVER_WINVER_MINOR","features":[146]},{"name":"MSIDXSPROP_WHEREID","features":[146]},{"name":"NOT_AN_ERROR","features":[146]},{"name":"PID_FILENAME","features":[146]},{"name":"PROPID_QUERY_ALL","features":[146]},{"name":"PROPID_QUERY_HITCOUNT","features":[146]},{"name":"PROPID_QUERY_LASTSEENTIME","features":[146]},{"name":"PROPID_QUERY_RANK","features":[146]},{"name":"PROPID_QUERY_RANKVECTOR","features":[146]},{"name":"PROPID_QUERY_UNFILTERED","features":[146]},{"name":"PROPID_QUERY_VIRTUALPATH","features":[146]},{"name":"PROPID_QUERY_WORKID","features":[146]},{"name":"PROPID_STG_CONTENTS","features":[146]},{"name":"PROXIMITY_UNIT_CHAPTER","features":[146]},{"name":"PROXIMITY_UNIT_PARAGRAPH","features":[146]},{"name":"PROXIMITY_UNIT_SENTENCE","features":[146]},{"name":"PROXIMITY_UNIT_WORD","features":[146]},{"name":"PSGUID_FILENAME","features":[146]},{"name":"QUERY_DEEP","features":[146]},{"name":"QUERY_PHYSICAL_PATH","features":[146]},{"name":"QUERY_SHALLOW","features":[146]},{"name":"QUERY_VIRTUAL_PATH","features":[146]},{"name":"SCOPE_FLAG_DEEP","features":[146]},{"name":"SCOPE_FLAG_INCLUDE","features":[146]},{"name":"SCOPE_FLAG_MASK","features":[146]},{"name":"SCOPE_TYPE_MASK","features":[146]},{"name":"SCOPE_TYPE_VPATH","features":[146]},{"name":"SCOPE_TYPE_WINPATH","features":[146]},{"name":"STAT_BUSY","features":[146]},{"name":"STAT_CHUNK","features":[146,65]},{"name":"STAT_COALESCE_COMP_ALL_NOISE","features":[146]},{"name":"STAT_CONTENT_OUT_OF_DATE","features":[146]},{"name":"STAT_CONTENT_QUERY_INCOMPLETE","features":[146]},{"name":"STAT_DONE","features":[146]},{"name":"STAT_ERROR","features":[146]},{"name":"STAT_MISSING_PROP_IN_RELDOC","features":[146]},{"name":"STAT_MISSING_RELDOC","features":[146]},{"name":"STAT_NOISE_WORDS","features":[146]},{"name":"STAT_PARTIAL_SCOPE","features":[146]},{"name":"STAT_REFRESH","features":[146]},{"name":"STAT_REFRESH_INCOMPLETE","features":[146]},{"name":"STAT_RELDOC_ACCESS_DENIED","features":[146]},{"name":"STAT_SHARING_VIOLATION","features":[146]},{"name":"STAT_TIME_LIMIT_EXCEEDED","features":[146]},{"name":"VECTOR_RANK_DICE","features":[146]},{"name":"VECTOR_RANK_INNER","features":[146]},{"name":"VECTOR_RANK_JACCARD","features":[146]},{"name":"VECTOR_RANK_MAX","features":[146]},{"name":"VECTOR_RANK_MIN","features":[146]},{"name":"WORDREP_BREAK_EOC","features":[146]},{"name":"WORDREP_BREAK_EOP","features":[146]},{"name":"WORDREP_BREAK_EOS","features":[146]},{"name":"WORDREP_BREAK_EOW","features":[146]},{"name":"WORDREP_BREAK_TYPE","features":[146]}],"516":[{"name":"FILTER_AGGREGATE_BASIC_INFORMATION","features":[27]},{"name":"FILTER_AGGREGATE_STANDARD_INFORMATION","features":[27]},{"name":"FILTER_FULL_INFORMATION","features":[27]},{"name":"FILTER_INFORMATION_CLASS","features":[27]},{"name":"FILTER_MESSAGE_HEADER","features":[27]},{"name":"FILTER_NAME_MAX_CHARS","features":[27]},{"name":"FILTER_REPLY_HEADER","features":[3,27]},{"name":"FILTER_VOLUME_BASIC_INFORMATION","features":[27]},{"name":"FILTER_VOLUME_INFORMATION_CLASS","features":[27]},{"name":"FILTER_VOLUME_STANDARD_INFORMATION","features":[27]},{"name":"FLTFL_AGGREGATE_INFO_IS_LEGACYFILTER","features":[27]},{"name":"FLTFL_AGGREGATE_INFO_IS_MINIFILTER","features":[27]},{"name":"FLTFL_ASI_IS_LEGACYFILTER","features":[27]},{"name":"FLTFL_ASI_IS_MINIFILTER","features":[27]},{"name":"FLTFL_IASIL_DETACHED_VOLUME","features":[27]},{"name":"FLTFL_IASIM_DETACHED_VOLUME","features":[27]},{"name":"FLTFL_IASI_IS_LEGACYFILTER","features":[27]},{"name":"FLTFL_IASI_IS_MINIFILTER","features":[27]},{"name":"FLTFL_VSI_DETACHED_VOLUME","features":[27]},{"name":"FLT_FILESYSTEM_TYPE","features":[27]},{"name":"FLT_FSTYPE_BSUDF","features":[27]},{"name":"FLT_FSTYPE_CDFS","features":[27]},{"name":"FLT_FSTYPE_CIMFS","features":[27]},{"name":"FLT_FSTYPE_CSVFS","features":[27]},{"name":"FLT_FSTYPE_EXFAT","features":[27]},{"name":"FLT_FSTYPE_FAT","features":[27]},{"name":"FLT_FSTYPE_FS_REC","features":[27]},{"name":"FLT_FSTYPE_GPFS","features":[27]},{"name":"FLT_FSTYPE_INCD","features":[27]},{"name":"FLT_FSTYPE_INCD_FAT","features":[27]},{"name":"FLT_FSTYPE_LANMAN","features":[27]},{"name":"FLT_FSTYPE_MSFS","features":[27]},{"name":"FLT_FSTYPE_MS_NETWARE","features":[27]},{"name":"FLT_FSTYPE_MUP","features":[27]},{"name":"FLT_FSTYPE_NETWARE","features":[27]},{"name":"FLT_FSTYPE_NFS","features":[27]},{"name":"FLT_FSTYPE_NPFS","features":[27]},{"name":"FLT_FSTYPE_NTFS","features":[27]},{"name":"FLT_FSTYPE_OPENAFS","features":[27]},{"name":"FLT_FSTYPE_PSFS","features":[27]},{"name":"FLT_FSTYPE_RAW","features":[27]},{"name":"FLT_FSTYPE_RDPDR","features":[27]},{"name":"FLT_FSTYPE_REFS","features":[27]},{"name":"FLT_FSTYPE_ROXIO_UDF1","features":[27]},{"name":"FLT_FSTYPE_ROXIO_UDF2","features":[27]},{"name":"FLT_FSTYPE_ROXIO_UDF3","features":[27]},{"name":"FLT_FSTYPE_RSFX","features":[27]},{"name":"FLT_FSTYPE_TACIT","features":[27]},{"name":"FLT_FSTYPE_UDFS","features":[27]},{"name":"FLT_FSTYPE_UNKNOWN","features":[27]},{"name":"FLT_FSTYPE_WEBDAV","features":[27]},{"name":"FLT_PORT_FLAG_SYNC_HANDLE","features":[27]},{"name":"FilterAggregateBasicInformation","features":[27]},{"name":"FilterAggregateStandardInformation","features":[27]},{"name":"FilterAttach","features":[27]},{"name":"FilterAttachAtAltitude","features":[27]},{"name":"FilterClose","features":[27]},{"name":"FilterConnectCommunicationPort","features":[3,6,27]},{"name":"FilterCreate","features":[27]},{"name":"FilterDetach","features":[27]},{"name":"FilterFindClose","features":[3,27]},{"name":"FilterFindFirst","features":[3,27]},{"name":"FilterFindNext","features":[3,27]},{"name":"FilterFullInformation","features":[27]},{"name":"FilterGetDosName","features":[27]},{"name":"FilterGetInformation","features":[27]},{"name":"FilterGetMessage","features":[3,27,8]},{"name":"FilterInstanceClose","features":[27]},{"name":"FilterInstanceCreate","features":[27]},{"name":"FilterInstanceFindClose","features":[3,27]},{"name":"FilterInstanceFindFirst","features":[3,27]},{"name":"FilterInstanceFindNext","features":[3,27]},{"name":"FilterInstanceGetInformation","features":[27]},{"name":"FilterLoad","features":[27]},{"name":"FilterReplyMessage","features":[3,27]},{"name":"FilterSendMessage","features":[3,27]},{"name":"FilterUnload","features":[27]},{"name":"FilterVolumeBasicInformation","features":[27]},{"name":"FilterVolumeFindClose","features":[3,27]},{"name":"FilterVolumeFindFirst","features":[3,27]},{"name":"FilterVolumeFindNext","features":[3,27]},{"name":"FilterVolumeInstanceFindClose","features":[3,27]},{"name":"FilterVolumeInstanceFindFirst","features":[3,27]},{"name":"FilterVolumeInstanceFindNext","features":[3,27]},{"name":"FilterVolumeStandardInformation","features":[27]},{"name":"HFILTER","features":[27]},{"name":"HFILTER_INSTANCE","features":[27]},{"name":"INSTANCE_AGGREGATE_STANDARD_INFORMATION","features":[27]},{"name":"INSTANCE_BASIC_INFORMATION","features":[27]},{"name":"INSTANCE_FULL_INFORMATION","features":[27]},{"name":"INSTANCE_INFORMATION_CLASS","features":[27]},{"name":"INSTANCE_NAME_MAX_CHARS","features":[27]},{"name":"INSTANCE_PARTIAL_INFORMATION","features":[27]},{"name":"InstanceAggregateStandardInformation","features":[27]},{"name":"InstanceBasicInformation","features":[27]},{"name":"InstanceFullInformation","features":[27]},{"name":"InstancePartialInformation","features":[27]},{"name":"VOLUME_NAME_MAX_CHARS","features":[27]},{"name":"WNNC_CRED_MANAGER","features":[27]},{"name":"WNNC_NET_10NET","features":[27]},{"name":"WNNC_NET_3IN1","features":[27]},{"name":"WNNC_NET_9P","features":[27]},{"name":"WNNC_NET_9TILES","features":[27]},{"name":"WNNC_NET_APPLETALK","features":[27]},{"name":"WNNC_NET_AS400","features":[27]},{"name":"WNNC_NET_AURISTOR_FS","features":[27]},{"name":"WNNC_NET_AVID","features":[27]},{"name":"WNNC_NET_AVID1","features":[27]},{"name":"WNNC_NET_BMC","features":[27]},{"name":"WNNC_NET_BWNFS","features":[27]},{"name":"WNNC_NET_CLEARCASE","features":[27]},{"name":"WNNC_NET_COGENT","features":[27]},{"name":"WNNC_NET_CSC","features":[27]},{"name":"WNNC_NET_DAV","features":[27]},{"name":"WNNC_NET_DCE","features":[27]},{"name":"WNNC_NET_DECORB","features":[27]},{"name":"WNNC_NET_DFS","features":[27]},{"name":"WNNC_NET_DISTINCT","features":[27]},{"name":"WNNC_NET_DOCUSHARE","features":[27]},{"name":"WNNC_NET_DOCUSPACE","features":[27]},{"name":"WNNC_NET_DRIVEONWEB","features":[27]},{"name":"WNNC_NET_EXIFS","features":[27]},{"name":"WNNC_NET_EXTENDNET","features":[27]},{"name":"WNNC_NET_FARALLON","features":[27]},{"name":"WNNC_NET_FJ_REDIR","features":[27]},{"name":"WNNC_NET_FOXBAT","features":[27]},{"name":"WNNC_NET_FRONTIER","features":[27]},{"name":"WNNC_NET_FTP_NFS","features":[27]},{"name":"WNNC_NET_GOOGLE","features":[27]},{"name":"WNNC_NET_HOB_NFS","features":[27]},{"name":"WNNC_NET_IBMAL","features":[27]},{"name":"WNNC_NET_INTERGRAPH","features":[27]},{"name":"WNNC_NET_KNOWARE","features":[27]},{"name":"WNNC_NET_KWNP","features":[27]},{"name":"WNNC_NET_LANMAN","features":[27]},{"name":"WNNC_NET_LANSTEP","features":[27]},{"name":"WNNC_NET_LANTASTIC","features":[27]},{"name":"WNNC_NET_LIFENET","features":[27]},{"name":"WNNC_NET_LOCK","features":[27]},{"name":"WNNC_NET_LOCUS","features":[27]},{"name":"WNNC_NET_MANGOSOFT","features":[27]},{"name":"WNNC_NET_MASFAX","features":[27]},{"name":"WNNC_NET_MFILES","features":[27]},{"name":"WNNC_NET_MSNET","features":[27]},{"name":"WNNC_NET_MS_NFS","features":[27]},{"name":"WNNC_NET_NDFS","features":[27]},{"name":"WNNC_NET_NETWARE","features":[27]},{"name":"WNNC_NET_OBJECT_DIRE","features":[27]},{"name":"WNNC_NET_OPENAFS","features":[27]},{"name":"WNNC_NET_PATHWORKS","features":[27]},{"name":"WNNC_NET_POWERLAN","features":[27]},{"name":"WNNC_NET_PROTSTOR","features":[27]},{"name":"WNNC_NET_QUINCY","features":[27]},{"name":"WNNC_NET_RDR2SAMPLE","features":[27]},{"name":"WNNC_NET_RIVERFRONT1","features":[27]},{"name":"WNNC_NET_RIVERFRONT2","features":[27]},{"name":"WNNC_NET_RSFX","features":[27]},{"name":"WNNC_NET_SECUREAGENT","features":[27]},{"name":"WNNC_NET_SERNET","features":[27]},{"name":"WNNC_NET_SHIVA","features":[27]},{"name":"WNNC_NET_SMB","features":[27]},{"name":"WNNC_NET_SRT","features":[27]},{"name":"WNNC_NET_STAC","features":[27]},{"name":"WNNC_NET_SUN_PC_NFS","features":[27]},{"name":"WNNC_NET_SYMFONET","features":[27]},{"name":"WNNC_NET_TERMSRV","features":[27]},{"name":"WNNC_NET_TWINS","features":[27]},{"name":"WNNC_NET_VINES","features":[27]},{"name":"WNNC_NET_VMWARE","features":[27]},{"name":"WNNC_NET_YAHOO","features":[27]},{"name":"WNNC_NET_ZENWORKS","features":[27]}],"517":[{"name":"ATA_FLAGS_48BIT_COMMAND","features":[36]},{"name":"ATA_FLAGS_DATA_IN","features":[36]},{"name":"ATA_FLAGS_DATA_OUT","features":[36]},{"name":"ATA_FLAGS_DRDY_REQUIRED","features":[36]},{"name":"ATA_FLAGS_NO_MULTIPLE","features":[36]},{"name":"ATA_FLAGS_USE_DMA","features":[36]},{"name":"ATA_PASS_THROUGH_DIRECT","features":[36]},{"name":"ATA_PASS_THROUGH_DIRECT32","features":[36]},{"name":"ATA_PASS_THROUGH_EX","features":[36]},{"name":"ATA_PASS_THROUGH_EX32","features":[36]},{"name":"AddISNSServerA","features":[36]},{"name":"AddISNSServerW","features":[36]},{"name":"AddIScsiConnectionA","features":[36]},{"name":"AddIScsiConnectionW","features":[36]},{"name":"AddIScsiSendTargetPortalA","features":[36]},{"name":"AddIScsiSendTargetPortalW","features":[36]},{"name":"AddIScsiStaticTargetA","features":[3,36]},{"name":"AddIScsiStaticTargetW","features":[3,36]},{"name":"AddPersistentIScsiDeviceA","features":[36]},{"name":"AddPersistentIScsiDeviceW","features":[36]},{"name":"AddRadiusServerA","features":[36]},{"name":"AddRadiusServerW","features":[36]},{"name":"ClearPersistentIScsiDevices","features":[36]},{"name":"DD_SCSI_DEVICE_NAME","features":[36]},{"name":"DSM_NOTIFICATION_REQUEST_BLOCK","features":[36]},{"name":"DUMP_DRIVER","features":[36]},{"name":"DUMP_DRIVER_EX","features":[36]},{"name":"DUMP_DRIVER_NAME_LENGTH","features":[36]},{"name":"DUMP_EX_FLAG_DRIVER_FULL_PATH_SUPPORT","features":[36]},{"name":"DUMP_EX_FLAG_RESUME_SUPPORT","features":[36]},{"name":"DUMP_EX_FLAG_SUPPORT_64BITMEMORY","features":[36]},{"name":"DUMP_EX_FLAG_SUPPORT_DD_TELEMETRY","features":[36]},{"name":"DUMP_POINTERS","features":[3,36]},{"name":"DUMP_POINTERS_EX","features":[3,36]},{"name":"DUMP_POINTERS_VERSION","features":[36]},{"name":"DUMP_POINTERS_VERSION_1","features":[36]},{"name":"DUMP_POINTERS_VERSION_2","features":[36]},{"name":"DUMP_POINTERS_VERSION_3","features":[36]},{"name":"DUMP_POINTERS_VERSION_4","features":[36]},{"name":"DiscoveryMechanisms","features":[36]},{"name":"FILE_DEVICE_SCSI","features":[36]},{"name":"FIRMWARE_FUNCTION_ACTIVATE","features":[36]},{"name":"FIRMWARE_FUNCTION_DOWNLOAD","features":[36]},{"name":"FIRMWARE_FUNCTION_GET_INFO","features":[36]},{"name":"FIRMWARE_REQUEST_BLOCK","features":[36]},{"name":"FIRMWARE_REQUEST_BLOCK_STRUCTURE_VERSION","features":[36]},{"name":"FIRMWARE_REQUEST_FLAG_CONTROLLER","features":[36]},{"name":"FIRMWARE_REQUEST_FLAG_FIRST_SEGMENT","features":[36]},{"name":"FIRMWARE_REQUEST_FLAG_LAST_SEGMENT","features":[36]},{"name":"FIRMWARE_REQUEST_FLAG_REPLACE_EXISTING_IMAGE","features":[36]},{"name":"FIRMWARE_REQUEST_FLAG_SWITCH_TO_EXISTING_FIRMWARE","features":[36]},{"name":"FIRMWARE_STATUS_COMMAND_ABORT","features":[36]},{"name":"FIRMWARE_STATUS_CONTROLLER_ERROR","features":[36]},{"name":"FIRMWARE_STATUS_DEVICE_ERROR","features":[36]},{"name":"FIRMWARE_STATUS_END_OF_MEDIA","features":[36]},{"name":"FIRMWARE_STATUS_ERROR","features":[36]},{"name":"FIRMWARE_STATUS_ID_NOT_FOUND","features":[36]},{"name":"FIRMWARE_STATUS_ILLEGAL_LENGTH","features":[36]},{"name":"FIRMWARE_STATUS_ILLEGAL_REQUEST","features":[36]},{"name":"FIRMWARE_STATUS_INPUT_BUFFER_TOO_BIG","features":[36]},{"name":"FIRMWARE_STATUS_INTERFACE_CRC_ERROR","features":[36]},{"name":"FIRMWARE_STATUS_INVALID_IMAGE","features":[36]},{"name":"FIRMWARE_STATUS_INVALID_PARAMETER","features":[36]},{"name":"FIRMWARE_STATUS_INVALID_SLOT","features":[36]},{"name":"FIRMWARE_STATUS_MEDIA_CHANGE","features":[36]},{"name":"FIRMWARE_STATUS_MEDIA_CHANGE_REQUEST","features":[36]},{"name":"FIRMWARE_STATUS_OUTPUT_BUFFER_TOO_SMALL","features":[36]},{"name":"FIRMWARE_STATUS_POWER_CYCLE_REQUIRED","features":[36]},{"name":"FIRMWARE_STATUS_SUCCESS","features":[36]},{"name":"FIRMWARE_STATUS_UNCORRECTABLE_DATA_ERROR","features":[36]},{"name":"GetDevicesForIScsiSessionA","features":[36,24]},{"name":"GetDevicesForIScsiSessionW","features":[36,24]},{"name":"GetIScsiIKEInfoA","features":[36]},{"name":"GetIScsiIKEInfoW","features":[36]},{"name":"GetIScsiInitiatorNodeNameA","features":[36]},{"name":"GetIScsiInitiatorNodeNameW","features":[36]},{"name":"GetIScsiSessionListA","features":[36]},{"name":"GetIScsiSessionListEx","features":[3,36]},{"name":"GetIScsiSessionListW","features":[36]},{"name":"GetIScsiTargetInformationA","features":[36]},{"name":"GetIScsiTargetInformationW","features":[36]},{"name":"GetIScsiVersionInformation","features":[36]},{"name":"HYBRID_DEMOTE_BY_SIZE","features":[36]},{"name":"HYBRID_DIRTY_THRESHOLDS","features":[36]},{"name":"HYBRID_FUNCTION_DEMOTE_BY_SIZE","features":[36]},{"name":"HYBRID_FUNCTION_DISABLE_CACHING_MEDIUM","features":[36]},{"name":"HYBRID_FUNCTION_ENABLE_CACHING_MEDIUM","features":[36]},{"name":"HYBRID_FUNCTION_GET_INFO","features":[36]},{"name":"HYBRID_FUNCTION_SET_DIRTY_THRESHOLD","features":[36]},{"name":"HYBRID_INFORMATION","features":[3,36]},{"name":"HYBRID_REQUEST_BLOCK","features":[36]},{"name":"HYBRID_REQUEST_BLOCK_STRUCTURE_VERSION","features":[36]},{"name":"HYBRID_REQUEST_INFO_STRUCTURE_VERSION","features":[36]},{"name":"HYBRID_STATUS_ENABLE_REFCOUNT_HOLD","features":[36]},{"name":"HYBRID_STATUS_ILLEGAL_REQUEST","features":[36]},{"name":"HYBRID_STATUS_INVALID_PARAMETER","features":[36]},{"name":"HYBRID_STATUS_OUTPUT_BUFFER_TOO_SMALL","features":[36]},{"name":"HYBRID_STATUS_SUCCESS","features":[36]},{"name":"IDE_IO_CONTROL","features":[36]},{"name":"ID_FQDN","features":[36]},{"name":"ID_IPV4_ADDR","features":[36]},{"name":"ID_IPV6_ADDR","features":[36]},{"name":"ID_USER_FQDN","features":[36]},{"name":"IKE_AUTHENTICATION_INFORMATION","features":[36]},{"name":"IKE_AUTHENTICATION_METHOD","features":[36]},{"name":"IKE_AUTHENTICATION_PRESHARED_KEY","features":[36]},{"name":"IKE_AUTHENTICATION_PRESHARED_KEY_METHOD","features":[36]},{"name":"IOCTL_ATA_MINIPORT","features":[36]},{"name":"IOCTL_ATA_PASS_THROUGH","features":[36]},{"name":"IOCTL_ATA_PASS_THROUGH_DIRECT","features":[36]},{"name":"IOCTL_IDE_PASS_THROUGH","features":[36]},{"name":"IOCTL_MINIPORT_PROCESS_SERVICE_IRP","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_DSM_GENERAL","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_DSM_NOTIFICATION","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_ENDURANCE_INFO","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_FIRMWARE","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_HYBRDISK","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_PHYSICAL_TOPOLOGY","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_PROTOCOL","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_TEMPERATURE","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_SCSIDISK","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_SET_PROTOCOL","features":[36]},{"name":"IOCTL_MINIPORT_SIGNATURE_SET_TEMPERATURE_THRESHOLD","features":[36]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH","features":[36]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_DIRECT","features":[36]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_DIRECT_EX","features":[36]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_EX","features":[36]},{"name":"IOCTL_SCSI_BASE","features":[36]},{"name":"IOCTL_SCSI_FREE_DUMP_POINTERS","features":[36]},{"name":"IOCTL_SCSI_GET_ADDRESS","features":[36]},{"name":"IOCTL_SCSI_GET_CAPABILITIES","features":[36]},{"name":"IOCTL_SCSI_GET_DUMP_POINTERS","features":[36]},{"name":"IOCTL_SCSI_GET_INQUIRY_DATA","features":[36]},{"name":"IOCTL_SCSI_MINIPORT","features":[36]},{"name":"IOCTL_SCSI_PASS_THROUGH","features":[36]},{"name":"IOCTL_SCSI_PASS_THROUGH_DIRECT","features":[36]},{"name":"IOCTL_SCSI_PASS_THROUGH_DIRECT_EX","features":[36]},{"name":"IOCTL_SCSI_PASS_THROUGH_EX","features":[36]},{"name":"IOCTL_SCSI_RESCAN_BUS","features":[36]},{"name":"IO_SCSI_CAPABILITIES","features":[3,36]},{"name":"ISCSI_AUTH_TYPES","features":[36]},{"name":"ISCSI_CHAP_AUTH_TYPE","features":[36]},{"name":"ISCSI_CONNECTION_INFOA","features":[36]},{"name":"ISCSI_CONNECTION_INFOW","features":[36]},{"name":"ISCSI_CONNECTION_INFO_EX","features":[36]},{"name":"ISCSI_DEVICE_ON_SESSIONA","features":[36,24]},{"name":"ISCSI_DEVICE_ON_SESSIONW","features":[36,24]},{"name":"ISCSI_DIGEST_TYPES","features":[36]},{"name":"ISCSI_DIGEST_TYPE_CRC32C","features":[36]},{"name":"ISCSI_DIGEST_TYPE_NONE","features":[36]},{"name":"ISCSI_LOGIN_FLAG_ALLOW_PORTAL_HOPPING","features":[36]},{"name":"ISCSI_LOGIN_FLAG_MULTIPATH_ENABLED","features":[36]},{"name":"ISCSI_LOGIN_FLAG_REQUIRE_IPSEC","features":[36]},{"name":"ISCSI_LOGIN_FLAG_RESERVED1","features":[36]},{"name":"ISCSI_LOGIN_FLAG_USE_RADIUS_RESPONSE","features":[36]},{"name":"ISCSI_LOGIN_FLAG_USE_RADIUS_VERIFICATION","features":[36]},{"name":"ISCSI_LOGIN_OPTIONS","features":[36]},{"name":"ISCSI_LOGIN_OPTIONS_AUTH_TYPE","features":[36]},{"name":"ISCSI_LOGIN_OPTIONS_DATA_DIGEST","features":[36]},{"name":"ISCSI_LOGIN_OPTIONS_DEFAULT_TIME_2_RETAIN","features":[36]},{"name":"ISCSI_LOGIN_OPTIONS_DEFAULT_TIME_2_WAIT","features":[36]},{"name":"ISCSI_LOGIN_OPTIONS_HEADER_DIGEST","features":[36]},{"name":"ISCSI_LOGIN_OPTIONS_MAXIMUM_CONNECTIONS","features":[36]},{"name":"ISCSI_LOGIN_OPTIONS_PASSWORD","features":[36]},{"name":"ISCSI_LOGIN_OPTIONS_USERNAME","features":[36]},{"name":"ISCSI_LOGIN_OPTIONS_VERSION","features":[36]},{"name":"ISCSI_MUTUAL_CHAP_AUTH_TYPE","features":[36]},{"name":"ISCSI_NO_AUTH_TYPE","features":[36]},{"name":"ISCSI_SECURITY_FLAG_AGGRESSIVE_MODE_ENABLED","features":[36]},{"name":"ISCSI_SECURITY_FLAG_IKE_IPSEC_ENABLED","features":[36]},{"name":"ISCSI_SECURITY_FLAG_MAIN_MODE_ENABLED","features":[36]},{"name":"ISCSI_SECURITY_FLAG_PFS_ENABLED","features":[36]},{"name":"ISCSI_SECURITY_FLAG_TRANSPORT_MODE_PREFERRED","features":[36]},{"name":"ISCSI_SECURITY_FLAG_TUNNEL_MODE_PREFERRED","features":[36]},{"name":"ISCSI_SECURITY_FLAG_VALID","features":[36]},{"name":"ISCSI_SESSION_INFOA","features":[36]},{"name":"ISCSI_SESSION_INFOW","features":[36]},{"name":"ISCSI_SESSION_INFO_EX","features":[3,36]},{"name":"ISCSI_TARGET_FLAG_HIDE_STATIC_TARGET","features":[36]},{"name":"ISCSI_TARGET_FLAG_MERGE_TARGET_INFORMATION","features":[36]},{"name":"ISCSI_TARGET_MAPPINGA","features":[36]},{"name":"ISCSI_TARGET_MAPPINGW","features":[36]},{"name":"ISCSI_TARGET_PORTALA","features":[36]},{"name":"ISCSI_TARGET_PORTALW","features":[36]},{"name":"ISCSI_TARGET_PORTAL_GROUPA","features":[36]},{"name":"ISCSI_TARGET_PORTAL_GROUPW","features":[36]},{"name":"ISCSI_TARGET_PORTAL_INFOA","features":[36]},{"name":"ISCSI_TARGET_PORTAL_INFOW","features":[36]},{"name":"ISCSI_TARGET_PORTAL_INFO_EXA","features":[36]},{"name":"ISCSI_TARGET_PORTAL_INFO_EXW","features":[36]},{"name":"ISCSI_TCP_PROTOCOL_TYPE","features":[36]},{"name":"ISCSI_UNIQUE_SESSION_ID","features":[36]},{"name":"ISCSI_VERSION_INFO","features":[36]},{"name":"InitiatorName","features":[36]},{"name":"LoginIScsiTargetA","features":[3,36]},{"name":"LoginIScsiTargetW","features":[3,36]},{"name":"LoginOptions","features":[36]},{"name":"LogoutIScsiTarget","features":[36]},{"name":"MAX_ISCSI_ALIAS_LEN","features":[36]},{"name":"MAX_ISCSI_DISCOVERY_DOMAIN_LEN","features":[36]},{"name":"MAX_ISCSI_HBANAME_LEN","features":[36]},{"name":"MAX_ISCSI_NAME_LEN","features":[36]},{"name":"MAX_ISCSI_PORTAL_ADDRESS_LEN","features":[36]},{"name":"MAX_ISCSI_PORTAL_ALIAS_LEN","features":[36]},{"name":"MAX_ISCSI_PORTAL_NAME_LEN","features":[36]},{"name":"MAX_ISCSI_TEXT_ADDRESS_LEN","features":[36]},{"name":"MAX_RADIUS_ADDRESS_LEN","features":[36]},{"name":"MINIPORT_DSM_NOTIFICATION_VERSION","features":[36]},{"name":"MINIPORT_DSM_NOTIFICATION_VERSION_1","features":[36]},{"name":"MINIPORT_DSM_NOTIFY_FLAG_BEGIN","features":[36]},{"name":"MINIPORT_DSM_NOTIFY_FLAG_END","features":[36]},{"name":"MINIPORT_DSM_PROFILE_CRASHDUMP_FILE","features":[36]},{"name":"MINIPORT_DSM_PROFILE_HIBERNATION_FILE","features":[36]},{"name":"MINIPORT_DSM_PROFILE_PAGE_FILE","features":[36]},{"name":"MINIPORT_DSM_PROFILE_UNKNOWN","features":[36]},{"name":"MPIO_IOCTL_FLAG_INVOLVE_DSM","features":[36]},{"name":"MPIO_IOCTL_FLAG_USE_PATHID","features":[36]},{"name":"MPIO_IOCTL_FLAG_USE_SCSIADDRESS","features":[36]},{"name":"MPIO_PASS_THROUGH_PATH","features":[36]},{"name":"MPIO_PASS_THROUGH_PATH32","features":[36]},{"name":"MPIO_PASS_THROUGH_PATH32_EX","features":[36]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT","features":[36]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT32","features":[36]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT32_EX","features":[36]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT_EX","features":[36]},{"name":"MPIO_PASS_THROUGH_PATH_EX","features":[36]},{"name":"MP_DEVICE_DATA_SET_RANGE","features":[36]},{"name":"MP_STORAGE_DIAGNOSTIC_LEVEL","features":[36]},{"name":"MP_STORAGE_DIAGNOSTIC_TARGET_TYPE","features":[36]},{"name":"MpStorageDiagnosticLevelDefault","features":[36]},{"name":"MpStorageDiagnosticLevelMax","features":[36]},{"name":"MpStorageDiagnosticTargetTypeHbaFirmware","features":[36]},{"name":"MpStorageDiagnosticTargetTypeMax","features":[36]},{"name":"MpStorageDiagnosticTargetTypeMiniport","features":[36]},{"name":"MpStorageDiagnosticTargetTypeUndefined","features":[36]},{"name":"NRB_FUNCTION_ADD_LBAS_PINNED_SET","features":[36]},{"name":"NRB_FUNCTION_FLUSH_NVCACHE","features":[36]},{"name":"NRB_FUNCTION_NVCACHE_INFO","features":[36]},{"name":"NRB_FUNCTION_NVCACHE_POWER_MODE_RETURN","features":[36]},{"name":"NRB_FUNCTION_NVCACHE_POWER_MODE_SET","features":[36]},{"name":"NRB_FUNCTION_NVSEPARATED_FLUSH","features":[36]},{"name":"NRB_FUNCTION_NVSEPARATED_INFO","features":[36]},{"name":"NRB_FUNCTION_NVSEPARATED_WB_DISABLE","features":[36]},{"name":"NRB_FUNCTION_NVSEPARATED_WB_REVERT_DEFAULT","features":[36]},{"name":"NRB_FUNCTION_PASS_HINT_PAYLOAD","features":[36]},{"name":"NRB_FUNCTION_QUERY_ASCENDER_STATUS","features":[36]},{"name":"NRB_FUNCTION_QUERY_CACHE_MISS","features":[36]},{"name":"NRB_FUNCTION_QUERY_HYBRID_DISK_STATUS","features":[36]},{"name":"NRB_FUNCTION_QUERY_PINNED_SET","features":[36]},{"name":"NRB_FUNCTION_REMOVE_LBAS_PINNED_SET","features":[36]},{"name":"NRB_FUNCTION_SPINDLE_STATUS","features":[36]},{"name":"NRB_ILLEGAL_REQUEST","features":[36]},{"name":"NRB_INPUT_DATA_OVERRUN","features":[36]},{"name":"NRB_INPUT_DATA_UNDERRUN","features":[36]},{"name":"NRB_INVALID_PARAMETER","features":[36]},{"name":"NRB_OUTPUT_DATA_OVERRUN","features":[36]},{"name":"NRB_OUTPUT_DATA_UNDERRUN","features":[36]},{"name":"NRB_SUCCESS","features":[36]},{"name":"NTSCSI_UNICODE_STRING","features":[36]},{"name":"NVCACHE_HINT_PAYLOAD","features":[36]},{"name":"NVCACHE_PRIORITY_LEVEL_DESCRIPTOR","features":[36]},{"name":"NVCACHE_REQUEST_BLOCK","features":[36]},{"name":"NVCACHE_STATUS","features":[36]},{"name":"NVCACHE_TYPE","features":[36]},{"name":"NVSEPWriteCacheTypeNone","features":[36]},{"name":"NVSEPWriteCacheTypeUnknown","features":[36]},{"name":"NVSEPWriteCacheTypeWriteBack","features":[36]},{"name":"NVSEPWriteCacheTypeWriteThrough","features":[36]},{"name":"NV_FEATURE_PARAMETER","features":[36]},{"name":"NV_SEP_CACHE_PARAMETER","features":[36]},{"name":"NV_SEP_CACHE_PARAMETER_VERSION","features":[36]},{"name":"NV_SEP_CACHE_PARAMETER_VERSION_1","features":[36]},{"name":"NV_SEP_WRITE_CACHE_TYPE","features":[36]},{"name":"NvCacheStatusDisabled","features":[36]},{"name":"NvCacheStatusDisabling","features":[36]},{"name":"NvCacheStatusEnabled","features":[36]},{"name":"NvCacheStatusUnknown","features":[36]},{"name":"NvCacheTypeNone","features":[36]},{"name":"NvCacheTypeUnknown","features":[36]},{"name":"NvCacheTypeWriteBack","features":[36]},{"name":"NvCacheTypeWriteThrough","features":[36]},{"name":"PDUMP_DEVICE_POWERON_ROUTINE","features":[36]},{"name":"PERSISTENT_ISCSI_LOGIN_INFOA","features":[3,36]},{"name":"PERSISTENT_ISCSI_LOGIN_INFOW","features":[3,36]},{"name":"PersistentTargetMappings","features":[36]},{"name":"PortalGroups","features":[36]},{"name":"ProtocolType","features":[36]},{"name":"RefreshISNSServerA","features":[36]},{"name":"RefreshISNSServerW","features":[36]},{"name":"RefreshIScsiSendTargetPortalA","features":[36]},{"name":"RefreshIScsiSendTargetPortalW","features":[36]},{"name":"RemoveISNSServerA","features":[36]},{"name":"RemoveISNSServerW","features":[36]},{"name":"RemoveIScsiConnection","features":[36]},{"name":"RemoveIScsiPersistentTargetA","features":[36]},{"name":"RemoveIScsiPersistentTargetW","features":[36]},{"name":"RemoveIScsiSendTargetPortalA","features":[36]},{"name":"RemoveIScsiSendTargetPortalW","features":[36]},{"name":"RemoveIScsiStaticTargetA","features":[36]},{"name":"RemoveIScsiStaticTargetW","features":[36]},{"name":"RemovePersistentIScsiDeviceA","features":[36]},{"name":"RemovePersistentIScsiDeviceW","features":[36]},{"name":"RemoveRadiusServerA","features":[36]},{"name":"RemoveRadiusServerW","features":[36]},{"name":"ReportActiveIScsiTargetMappingsA","features":[36]},{"name":"ReportActiveIScsiTargetMappingsW","features":[36]},{"name":"ReportISNSServerListA","features":[36]},{"name":"ReportISNSServerListW","features":[36]},{"name":"ReportIScsiInitiatorListA","features":[36]},{"name":"ReportIScsiInitiatorListW","features":[36]},{"name":"ReportIScsiPersistentLoginsA","features":[3,36]},{"name":"ReportIScsiPersistentLoginsW","features":[3,36]},{"name":"ReportIScsiSendTargetPortalsA","features":[36]},{"name":"ReportIScsiSendTargetPortalsExA","features":[36]},{"name":"ReportIScsiSendTargetPortalsExW","features":[36]},{"name":"ReportIScsiSendTargetPortalsW","features":[36]},{"name":"ReportIScsiTargetPortalsA","features":[36]},{"name":"ReportIScsiTargetPortalsW","features":[36]},{"name":"ReportIScsiTargetsA","features":[3,36]},{"name":"ReportIScsiTargetsW","features":[3,36]},{"name":"ReportPersistentIScsiDevicesA","features":[36]},{"name":"ReportPersistentIScsiDevicesW","features":[36]},{"name":"ReportRadiusServerListA","features":[36]},{"name":"ReportRadiusServerListW","features":[36]},{"name":"SCSI_ADAPTER_BUS_INFO","features":[36]},{"name":"SCSI_ADDRESS","features":[36]},{"name":"SCSI_BUS_DATA","features":[36]},{"name":"SCSI_INQUIRY_DATA","features":[3,36]},{"name":"SCSI_IOCTL_DATA_BIDIRECTIONAL","features":[36]},{"name":"SCSI_IOCTL_DATA_IN","features":[36]},{"name":"SCSI_IOCTL_DATA_OUT","features":[36]},{"name":"SCSI_IOCTL_DATA_UNSPECIFIED","features":[36]},{"name":"SCSI_LUN_LIST","features":[36]},{"name":"SCSI_PASS_THROUGH","features":[36]},{"name":"SCSI_PASS_THROUGH32","features":[36]},{"name":"SCSI_PASS_THROUGH32_EX","features":[36]},{"name":"SCSI_PASS_THROUGH_DIRECT","features":[36]},{"name":"SCSI_PASS_THROUGH_DIRECT32","features":[36]},{"name":"SCSI_PASS_THROUGH_DIRECT32_EX","features":[36]},{"name":"SCSI_PASS_THROUGH_DIRECT_EX","features":[36]},{"name":"SCSI_PASS_THROUGH_EX","features":[36]},{"name":"SRB_IO_CONTROL","features":[36]},{"name":"STORAGE_DIAGNOSTIC_MP_REQUEST","features":[36]},{"name":"STORAGE_DIAGNOSTIC_STATUS_BUFFER_TOO_SMALL","features":[36]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_PARAMETER","features":[36]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_SIGNATURE","features":[36]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_TARGET_TYPE","features":[36]},{"name":"STORAGE_DIAGNOSTIC_STATUS_MORE_DATA","features":[36]},{"name":"STORAGE_DIAGNOSTIC_STATUS_SUCCESS","features":[36]},{"name":"STORAGE_DIAGNOSTIC_STATUS_UNSUPPORTED_VERSION","features":[36]},{"name":"STORAGE_ENDURANCE_DATA_DESCRIPTOR","features":[36]},{"name":"STORAGE_ENDURANCE_INFO","features":[36]},{"name":"STORAGE_FIRMWARE_ACTIVATE","features":[36]},{"name":"STORAGE_FIRMWARE_ACTIVATE_STRUCTURE_VERSION","features":[36]},{"name":"STORAGE_FIRMWARE_DOWNLOAD","features":[36]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_STRUCTURE_VERSION","features":[36]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_STRUCTURE_VERSION_V2","features":[36]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_V2","features":[36]},{"name":"STORAGE_FIRMWARE_INFO","features":[3,36]},{"name":"STORAGE_FIRMWARE_INFO_INVALID_SLOT","features":[36]},{"name":"STORAGE_FIRMWARE_INFO_STRUCTURE_VERSION","features":[36]},{"name":"STORAGE_FIRMWARE_INFO_STRUCTURE_VERSION_V2","features":[36]},{"name":"STORAGE_FIRMWARE_INFO_V2","features":[3,36]},{"name":"STORAGE_FIRMWARE_SLOT_INFO","features":[3,36]},{"name":"STORAGE_FIRMWARE_SLOT_INFO_V2","features":[3,36]},{"name":"STORAGE_FIRMWARE_SLOT_INFO_V2_REVISION_LENGTH","features":[36]},{"name":"ScsiRawInterfaceGuid","features":[36]},{"name":"SendScsiInquiry","features":[36]},{"name":"SendScsiReadCapacity","features":[36]},{"name":"SendScsiReportLuns","features":[36]},{"name":"SetIScsiGroupPresharedKey","features":[3,36]},{"name":"SetIScsiIKEInfoA","features":[3,36]},{"name":"SetIScsiIKEInfoW","features":[3,36]},{"name":"SetIScsiInitiatorCHAPSharedSecret","features":[36]},{"name":"SetIScsiInitiatorNodeNameA","features":[36]},{"name":"SetIScsiInitiatorNodeNameW","features":[36]},{"name":"SetIScsiInitiatorRADIUSSharedSecret","features":[36]},{"name":"SetIScsiTunnelModeOuterAddressA","features":[3,36]},{"name":"SetIScsiTunnelModeOuterAddressW","features":[3,36]},{"name":"SetupPersistentIScsiDevices","features":[36]},{"name":"SetupPersistentIScsiVolumes","features":[36]},{"name":"TARGETPROTOCOLTYPE","features":[36]},{"name":"TARGET_INFORMATION_CLASS","features":[36]},{"name":"TargetAlias","features":[36]},{"name":"TargetFlags","features":[36]},{"name":"WmiScsiAddressGuid","features":[36]},{"name":"_ADAPTER_OBJECT","features":[36]}],"518":[{"name":"JET_BASE_NAME_LENGTH","features":[147]},{"name":"JET_BKINFO","features":[147]},{"name":"JET_BKLOGTIME","features":[147]},{"name":"JET_CALLBACK","features":[147,148]},{"name":"JET_COLUMNBASE_A","features":[147]},{"name":"JET_COLUMNBASE_W","features":[147]},{"name":"JET_COLUMNCREATE_A","features":[147]},{"name":"JET_COLUMNCREATE_W","features":[147]},{"name":"JET_COLUMNDEF","features":[147]},{"name":"JET_COLUMNLIST","features":[147,148]},{"name":"JET_COMMIT_ID","features":[147]},{"name":"JET_COMMIT_ID","features":[147]},{"name":"JET_CONDITIONALCOLUMN_A","features":[147]},{"name":"JET_CONDITIONALCOLUMN_W","features":[147]},{"name":"JET_CONVERT_A","features":[147]},{"name":"JET_CONVERT_W","features":[147]},{"name":"JET_ColInfoGrbitMinimalInfo","features":[147]},{"name":"JET_ColInfoGrbitNonDerivedColumnsOnly","features":[147]},{"name":"JET_ColInfoGrbitSortByColumnid","features":[147]},{"name":"JET_DBINFOMISC","features":[147]},{"name":"JET_DBINFOMISC2","features":[147]},{"name":"JET_DBINFOMISC3","features":[147]},{"name":"JET_DBINFOMISC4","features":[147]},{"name":"JET_DBINFOUPGRADE","features":[147]},{"name":"JET_DbInfoCollate","features":[147]},{"name":"JET_DbInfoConnect","features":[147]},{"name":"JET_DbInfoCountry","features":[147]},{"name":"JET_DbInfoCp","features":[147]},{"name":"JET_DbInfoDBInUse","features":[147]},{"name":"JET_DbInfoFileType","features":[147]},{"name":"JET_DbInfoFilename","features":[147]},{"name":"JET_DbInfoFilesize","features":[147]},{"name":"JET_DbInfoFilesizeOnDisk","features":[147]},{"name":"JET_DbInfoIsam","features":[147]},{"name":"JET_DbInfoLCID","features":[147]},{"name":"JET_DbInfoLangid","features":[147]},{"name":"JET_DbInfoMisc","features":[147]},{"name":"JET_DbInfoOptions","features":[147]},{"name":"JET_DbInfoPageSize","features":[147]},{"name":"JET_DbInfoSpaceAvailable","features":[147]},{"name":"JET_DbInfoSpaceOwned","features":[147]},{"name":"JET_DbInfoTransactions","features":[147]},{"name":"JET_DbInfoUpgrade","features":[147]},{"name":"JET_DbInfoVersion","features":[147]},{"name":"JET_ENUMCOLUMN","features":[147]},{"name":"JET_ENUMCOLUMNID","features":[147]},{"name":"JET_ENUMCOLUMNVALUE","features":[147]},{"name":"JET_ERRCAT","features":[147]},{"name":"JET_ERRINFOBASIC_W","features":[147]},{"name":"JET_EventLoggingDisable","features":[147]},{"name":"JET_EventLoggingLevelHigh","features":[147]},{"name":"JET_EventLoggingLevelLow","features":[147]},{"name":"JET_EventLoggingLevelMax","features":[147]},{"name":"JET_EventLoggingLevelMedium","features":[147]},{"name":"JET_EventLoggingLevelMin","features":[147]},{"name":"JET_ExceptionFailFast","features":[147]},{"name":"JET_ExceptionMsgBox","features":[147]},{"name":"JET_ExceptionNone","features":[147]},{"name":"JET_INDEXCHECKING","features":[147]},{"name":"JET_INDEXCREATE2_A","features":[147]},{"name":"JET_INDEXCREATE2_W","features":[147]},{"name":"JET_INDEXCREATE3_A","features":[147]},{"name":"JET_INDEXCREATE3_W","features":[147]},{"name":"JET_INDEXCREATE_A","features":[147]},{"name":"JET_INDEXCREATE_W","features":[147]},{"name":"JET_INDEXID","features":[147]},{"name":"JET_INDEXID","features":[147]},{"name":"JET_INDEXLIST","features":[147,148]},{"name":"JET_INDEXRANGE","features":[147,148]},{"name":"JET_INDEX_COLUMN","features":[147]},{"name":"JET_INDEX_RANGE","features":[147]},{"name":"JET_INSTANCE","features":[147]},{"name":"JET_INSTANCE_INFO_A","features":[147,148]},{"name":"JET_INSTANCE_INFO_W","features":[147,148]},{"name":"JET_IOPriorityLow","features":[147]},{"name":"JET_IOPriorityNormal","features":[147]},{"name":"JET_IndexCheckingDeferToOpenTable","features":[147]},{"name":"JET_IndexCheckingMax","features":[147]},{"name":"JET_IndexCheckingOff","features":[147]},{"name":"JET_IndexCheckingOn","features":[147]},{"name":"JET_LGPOS","features":[147]},{"name":"JET_LOGINFO_A","features":[147]},{"name":"JET_LOGINFO_W","features":[147]},{"name":"JET_LOGTIME","features":[147]},{"name":"JET_LS","features":[147]},{"name":"JET_MAX_COMPUTERNAME_LENGTH","features":[147]},{"name":"JET_MoveFirst","features":[147]},{"name":"JET_MoveLast","features":[147]},{"name":"JET_MovePrevious","features":[147]},{"name":"JET_OBJECTINFO","features":[147]},{"name":"JET_OBJECTINFO","features":[147]},{"name":"JET_OBJECTLIST","features":[147,148]},{"name":"JET_OPENTEMPORARYTABLE","features":[147,148]},{"name":"JET_OPENTEMPORARYTABLE2","features":[147,148]},{"name":"JET_OPERATIONCONTEXT","features":[147]},{"name":"JET_OSSNAPID","features":[147]},{"name":"JET_OnlineDefragAll","features":[147]},{"name":"JET_OnlineDefragAllOBSOLETE","features":[147]},{"name":"JET_OnlineDefragDatabases","features":[147]},{"name":"JET_OnlineDefragDisable","features":[147]},{"name":"JET_OnlineDefragSpaceTrees","features":[147]},{"name":"JET_PFNDURABLECOMMITCALLBACK","features":[147]},{"name":"JET_PFNREALLOC","features":[147]},{"name":"JET_PFNSTATUS","features":[147]},{"name":"JET_RECORDLIST","features":[147,148]},{"name":"JET_RECPOS","features":[147]},{"name":"JET_RECPOS2","features":[147]},{"name":"JET_RECPOS2","features":[147]},{"name":"JET_RECSIZE","features":[147]},{"name":"JET_RECSIZE","features":[147]},{"name":"JET_RECSIZE2","features":[147]},{"name":"JET_RECSIZE2","features":[147]},{"name":"JET_RELOP","features":[147]},{"name":"JET_RETINFO","features":[147]},{"name":"JET_RETRIEVECOLUMN","features":[147]},{"name":"JET_RSTINFO_A","features":[147]},{"name":"JET_RSTINFO_W","features":[147]},{"name":"JET_RSTMAP_A","features":[147]},{"name":"JET_RSTMAP_W","features":[147]},{"name":"JET_SESID","features":[147]},{"name":"JET_SETCOLUMN","features":[147]},{"name":"JET_SETINFO","features":[147]},{"name":"JET_SETSYSPARAM_A","features":[147,148]},{"name":"JET_SETSYSPARAM_W","features":[147,148]},{"name":"JET_SIGNATURE","features":[147]},{"name":"JET_SNPROG","features":[147]},{"name":"JET_SPACEHINTS","features":[147]},{"name":"JET_TABLECREATE2_A","features":[147,148]},{"name":"JET_TABLECREATE2_W","features":[147,148]},{"name":"JET_TABLECREATE3_A","features":[147,148]},{"name":"JET_TABLECREATE3_W","features":[147,148]},{"name":"JET_TABLECREATE4_A","features":[147,148]},{"name":"JET_TABLECREATE4_W","features":[147,148]},{"name":"JET_TABLECREATE_A","features":[147,148]},{"name":"JET_TABLECREATE_W","features":[147,148]},{"name":"JET_THREADSTATS","features":[147]},{"name":"JET_THREADSTATS2","features":[147]},{"name":"JET_THREADSTATS2","features":[147]},{"name":"JET_TUPLELIMITS","features":[147]},{"name":"JET_UNICODEINDEX","features":[147]},{"name":"JET_UNICODEINDEX2","features":[147]},{"name":"JET_USERDEFINEDDEFAULT_A","features":[147]},{"name":"JET_USERDEFINEDDEFAULT_W","features":[147]},{"name":"JET_VERSION","features":[147]},{"name":"JET_bitAbortSnapshot","features":[147]},{"name":"JET_bitAllDatabasesSnapshot","features":[147]},{"name":"JET_bitBackupAtomic","features":[147]},{"name":"JET_bitBackupEndAbort","features":[147]},{"name":"JET_bitBackupEndNormal","features":[147]},{"name":"JET_bitBackupIncremental","features":[147]},{"name":"JET_bitBackupSnapshot","features":[147]},{"name":"JET_bitBackupTruncateDone","features":[147]},{"name":"JET_bitBookmarkPermitVirtualCurrency","features":[147]},{"name":"JET_bitCheckUniqueness","features":[147]},{"name":"JET_bitColumnAutoincrement","features":[147]},{"name":"JET_bitColumnCompressed","features":[147]},{"name":"JET_bitColumnDeleteOnZero","features":[147]},{"name":"JET_bitColumnEscrowUpdate","features":[147]},{"name":"JET_bitColumnFinalize","features":[147]},{"name":"JET_bitColumnFixed","features":[147]},{"name":"JET_bitColumnMaybeNull","features":[147]},{"name":"JET_bitColumnMultiValued","features":[147]},{"name":"JET_bitColumnNotNULL","features":[147]},{"name":"JET_bitColumnTTDescending","features":[147]},{"name":"JET_bitColumnTTKey","features":[147]},{"name":"JET_bitColumnTagged","features":[147]},{"name":"JET_bitColumnUnversioned","features":[147]},{"name":"JET_bitColumnUpdatable","features":[147]},{"name":"JET_bitColumnUserDefinedDefault","features":[147]},{"name":"JET_bitColumnVersion","features":[147]},{"name":"JET_bitCommitLazyFlush","features":[147]},{"name":"JET_bitCompactRepair","features":[147]},{"name":"JET_bitCompactStats","features":[147]},{"name":"JET_bitConfigStoreReadControlDefault","features":[147]},{"name":"JET_bitConfigStoreReadControlDisableAll","features":[147]},{"name":"JET_bitConfigStoreReadControlInhibitRead","features":[147]},{"name":"JET_bitContinueAfterThaw","features":[147]},{"name":"JET_bitCopySnapshot","features":[147]},{"name":"JET_bitCreateHintAppendSequential","features":[147]},{"name":"JET_bitCreateHintHotpointSequential","features":[147]},{"name":"JET_bitDbDeleteCorruptIndexes","features":[147]},{"name":"JET_bitDbDeleteUnicodeIndexes","features":[147]},{"name":"JET_bitDbEnableBackgroundMaintenance","features":[147]},{"name":"JET_bitDbExclusive","features":[147]},{"name":"JET_bitDbOverwriteExisting","features":[147]},{"name":"JET_bitDbPurgeCacheOnAttach","features":[147]},{"name":"JET_bitDbReadOnly","features":[147]},{"name":"JET_bitDbRecoveryOff","features":[147]},{"name":"JET_bitDbShadowingOff","features":[147]},{"name":"JET_bitDbUpgrade","features":[147]},{"name":"JET_bitDefragmentAvailSpaceTreesOnly","features":[147]},{"name":"JET_bitDefragmentBTree","features":[147]},{"name":"JET_bitDefragmentBatchStart","features":[147]},{"name":"JET_bitDefragmentBatchStop","features":[147]},{"name":"JET_bitDefragmentNoPartialMerges","features":[147]},{"name":"JET_bitDeleteColumnIgnoreTemplateColumns","features":[147]},{"name":"JET_bitDeleteHintTableSequential","features":[147]},{"name":"JET_bitDumpCacheIncludeCachedPages","features":[147]},{"name":"JET_bitDumpCacheIncludeCorruptedPages","features":[147]},{"name":"JET_bitDumpCacheIncludeDirtyPages","features":[147]},{"name":"JET_bitDumpCacheMaximum","features":[147]},{"name":"JET_bitDumpCacheMinimum","features":[147]},{"name":"JET_bitDumpCacheNoDecommit","features":[147]},{"name":"JET_bitDumpMaximum","features":[147]},{"name":"JET_bitDumpMinimum","features":[147]},{"name":"JET_bitDurableCommitCallbackLogUnavailable","features":[147]},{"name":"JET_bitESE98FileNames","features":[147]},{"name":"JET_bitEightDotThreeSoftCompat","features":[147]},{"name":"JET_bitEnumerateCompressOutput","features":[147]},{"name":"JET_bitEnumerateCopy","features":[147]},{"name":"JET_bitEnumerateIgnoreDefault","features":[147]},{"name":"JET_bitEnumerateIgnoreUserDefinedDefault","features":[147]},{"name":"JET_bitEnumerateInRecordOnly","features":[147]},{"name":"JET_bitEnumeratePresenceOnly","features":[147]},{"name":"JET_bitEnumerateTaggedOnly","features":[147]},{"name":"JET_bitEscrowNoRollback","features":[147]},{"name":"JET_bitExplicitPrepare","features":[147]},{"name":"JET_bitForceDetach","features":[147]},{"name":"JET_bitForceNewLog","features":[147]},{"name":"JET_bitFullColumnEndLimit","features":[147]},{"name":"JET_bitFullColumnStartLimit","features":[147]},{"name":"JET_bitHungIOEvent","features":[147]},{"name":"JET_bitIdleCompact","features":[147]},{"name":"JET_bitIdleFlushBuffers","features":[147]},{"name":"JET_bitIdleStatus","features":[147]},{"name":"JET_bitIncrementalSnapshot","features":[147]},{"name":"JET_bitIndexColumnMustBeNonNull","features":[147]},{"name":"JET_bitIndexColumnMustBeNull","features":[147]},{"name":"JET_bitIndexCrossProduct","features":[147]},{"name":"JET_bitIndexDisallowNull","features":[147]},{"name":"JET_bitIndexDisallowTruncation","features":[147]},{"name":"JET_bitIndexDotNetGuid","features":[147]},{"name":"JET_bitIndexEmpty","features":[147]},{"name":"JET_bitIndexIgnoreAnyNull","features":[147]},{"name":"JET_bitIndexIgnoreFirstNull","features":[147]},{"name":"JET_bitIndexIgnoreNull","features":[147]},{"name":"JET_bitIndexImmutableStructure","features":[147]},{"name":"JET_bitIndexKeyMost","features":[147]},{"name":"JET_bitIndexLazyFlush","features":[147]},{"name":"JET_bitIndexNestedTable","features":[147]},{"name":"JET_bitIndexPrimary","features":[147]},{"name":"JET_bitIndexSortNullsHigh","features":[147]},{"name":"JET_bitIndexTupleLimits","features":[147]},{"name":"JET_bitIndexTuples","features":[147]},{"name":"JET_bitIndexUnicode","features":[147]},{"name":"JET_bitIndexUnique","features":[147]},{"name":"JET_bitIndexUnversioned","features":[147]},{"name":"JET_bitKeepDbAttachedAtEndOfRecovery","features":[147]},{"name":"JET_bitKeyAscending","features":[147]},{"name":"JET_bitKeyDataZeroLength","features":[147]},{"name":"JET_bitKeyDescending","features":[147]},{"name":"JET_bitLSCursor","features":[147]},{"name":"JET_bitLSReset","features":[147]},{"name":"JET_bitLSTable","features":[147]},{"name":"JET_bitLogStreamMustExist","features":[147]},{"name":"JET_bitMoveFirst","features":[147]},{"name":"JET_bitMoveKeyNE","features":[147]},{"name":"JET_bitNewKey","features":[147]},{"name":"JET_bitNoMove","features":[147]},{"name":"JET_bitNormalizedKey","features":[147]},{"name":"JET_bitObjectSystem","features":[147]},{"name":"JET_bitObjectTableDerived","features":[147]},{"name":"JET_bitObjectTableFixedDDL","features":[147]},{"name":"JET_bitObjectTableNoFixedVarColumnsInDerivedTables","features":[147]},{"name":"JET_bitObjectTableTemplate","features":[147]},{"name":"JET_bitPartialColumnEndLimit","features":[147]},{"name":"JET_bitPartialColumnStartLimit","features":[147]},{"name":"JET_bitPrereadBackward","features":[147]},{"name":"JET_bitPrereadFirstPage","features":[147]},{"name":"JET_bitPrereadForward","features":[147]},{"name":"JET_bitPrereadNormalizedKey","features":[147]},{"name":"JET_bitRangeInclusive","features":[147]},{"name":"JET_bitRangeInstantDuration","features":[147]},{"name":"JET_bitRangeRemove","features":[147]},{"name":"JET_bitRangeUpperLimit","features":[147]},{"name":"JET_bitReadLock","features":[147]},{"name":"JET_bitRecordInIndex","features":[147]},{"name":"JET_bitRecordNotInIndex","features":[147]},{"name":"JET_bitRecordSizeInCopyBuffer","features":[147]},{"name":"JET_bitRecordSizeLocal","features":[147]},{"name":"JET_bitRecordSizeRunningTotal","features":[147]},{"name":"JET_bitRecoveryWithoutUndo","features":[147]},{"name":"JET_bitReplayIgnoreLostLogs","features":[147]},{"name":"JET_bitReplayIgnoreMissingDB","features":[147]},{"name":"JET_bitReplayMissingMapEntryDB","features":[147]},{"name":"JET_bitResizeDatabaseOnlyGrow","features":[147]},{"name":"JET_bitResizeDatabaseOnlyShrink","features":[147]},{"name":"JET_bitRetrieveCopy","features":[147]},{"name":"JET_bitRetrieveFromIndex","features":[147]},{"name":"JET_bitRetrieveFromPrimaryBookmark","features":[147]},{"name":"JET_bitRetrieveHintReserve1","features":[147]},{"name":"JET_bitRetrieveHintReserve2","features":[147]},{"name":"JET_bitRetrieveHintReserve3","features":[147]},{"name":"JET_bitRetrieveHintTableScanBackward","features":[147]},{"name":"JET_bitRetrieveHintTableScanForward","features":[147]},{"name":"JET_bitRetrieveIgnoreDefault","features":[147]},{"name":"JET_bitRetrieveNull","features":[147]},{"name":"JET_bitRetrieveTag","features":[147]},{"name":"JET_bitRetrieveTuple","features":[147]},{"name":"JET_bitRollbackAll","features":[147]},{"name":"JET_bitSeekEQ","features":[147]},{"name":"JET_bitSeekGE","features":[147]},{"name":"JET_bitSeekGT","features":[147]},{"name":"JET_bitSeekLE","features":[147]},{"name":"JET_bitSeekLT","features":[147]},{"name":"JET_bitSetAppendLV","features":[147]},{"name":"JET_bitSetCompressed","features":[147]},{"name":"JET_bitSetContiguousLV","features":[147]},{"name":"JET_bitSetIndexRange","features":[147]},{"name":"JET_bitSetIntrinsicLV","features":[147]},{"name":"JET_bitSetOverwriteLV","features":[147]},{"name":"JET_bitSetRevertToDefaultValue","features":[147]},{"name":"JET_bitSetSeparateLV","features":[147]},{"name":"JET_bitSetSizeLV","features":[147]},{"name":"JET_bitSetUncompressed","features":[147]},{"name":"JET_bitSetUniqueMultiValues","features":[147]},{"name":"JET_bitSetUniqueNormalizedMultiValues","features":[147]},{"name":"JET_bitSetZeroLength","features":[147]},{"name":"JET_bitShrinkDatabaseOff","features":[147]},{"name":"JET_bitShrinkDatabaseOn","features":[147]},{"name":"JET_bitShrinkDatabaseRealtime","features":[147]},{"name":"JET_bitShrinkDatabaseTrim","features":[147]},{"name":"JET_bitSpaceHintsUtilizeParentSpace","features":[147]},{"name":"JET_bitStopServiceAll","features":[147]},{"name":"JET_bitStopServiceBackgroundUserTasks","features":[147]},{"name":"JET_bitStopServiceQuiesceCaches","features":[147]},{"name":"JET_bitStopServiceResume","features":[147]},{"name":"JET_bitStrLimit","features":[147]},{"name":"JET_bitSubStrLimit","features":[147]},{"name":"JET_bitTTDotNetGuid","features":[147]},{"name":"JET_bitTTErrorOnDuplicateInsertion","features":[147]},{"name":"JET_bitTTForceMaterialization","features":[147]},{"name":"JET_bitTTForwardOnly","features":[147]},{"name":"JET_bitTTIndexed","features":[147]},{"name":"JET_bitTTIntrinsicLVsOnly","features":[147]},{"name":"JET_bitTTScrollable","features":[147]},{"name":"JET_bitTTSortNullsHigh","features":[147]},{"name":"JET_bitTTUnique","features":[147]},{"name":"JET_bitTTUpdatable","features":[147]},{"name":"JET_bitTableClass1","features":[147]},{"name":"JET_bitTableClass10","features":[147]},{"name":"JET_bitTableClass11","features":[147]},{"name":"JET_bitTableClass12","features":[147]},{"name":"JET_bitTableClass13","features":[147]},{"name":"JET_bitTableClass14","features":[147]},{"name":"JET_bitTableClass15","features":[147]},{"name":"JET_bitTableClass2","features":[147]},{"name":"JET_bitTableClass3","features":[147]},{"name":"JET_bitTableClass4","features":[147]},{"name":"JET_bitTableClass5","features":[147]},{"name":"JET_bitTableClass6","features":[147]},{"name":"JET_bitTableClass7","features":[147]},{"name":"JET_bitTableClass8","features":[147]},{"name":"JET_bitTableClass9","features":[147]},{"name":"JET_bitTableClassMask","features":[147]},{"name":"JET_bitTableClassNone","features":[147]},{"name":"JET_bitTableCreateFixedDDL","features":[147]},{"name":"JET_bitTableCreateImmutableStructure","features":[147]},{"name":"JET_bitTableCreateNoFixedVarColumnsInDerivedTables","features":[147]},{"name":"JET_bitTableCreateTemplateTable","features":[147]},{"name":"JET_bitTableDenyRead","features":[147]},{"name":"JET_bitTableDenyWrite","features":[147]},{"name":"JET_bitTableInfoBookmark","features":[147]},{"name":"JET_bitTableInfoRollback","features":[147]},{"name":"JET_bitTableInfoUpdatable","features":[147]},{"name":"JET_bitTableNoCache","features":[147]},{"name":"JET_bitTableOpportuneRead","features":[147]},{"name":"JET_bitTablePermitDDL","features":[147]},{"name":"JET_bitTablePreread","features":[147]},{"name":"JET_bitTableReadOnly","features":[147]},{"name":"JET_bitTableSequential","features":[147]},{"name":"JET_bitTableUpdatable","features":[147]},{"name":"JET_bitTermAbrupt","features":[147]},{"name":"JET_bitTermComplete","features":[147]},{"name":"JET_bitTermDirty","features":[147]},{"name":"JET_bitTermStopBackup","features":[147]},{"name":"JET_bitTransactionReadOnly","features":[147]},{"name":"JET_bitTruncateLogsAfterRecovery","features":[147]},{"name":"JET_bitUpdateCheckESE97Compatibility","features":[147]},{"name":"JET_bitWaitAllLevel0Commit","features":[147]},{"name":"JET_bitWaitLastLevel0Commit","features":[147]},{"name":"JET_bitWriteLock","features":[147]},{"name":"JET_bitZeroLength","features":[147]},{"name":"JET_cbBookmarkMost","features":[147]},{"name":"JET_cbColumnLVPageOverhead","features":[147]},{"name":"JET_cbColumnMost","features":[147]},{"name":"JET_cbFullNameMost","features":[147]},{"name":"JET_cbKeyMost","features":[147]},{"name":"JET_cbKeyMost2KBytePage","features":[147]},{"name":"JET_cbKeyMost4KBytePage","features":[147]},{"name":"JET_cbKeyMost8KBytePage","features":[147]},{"name":"JET_cbKeyMostMin","features":[147]},{"name":"JET_cbLVColumnMost","features":[147]},{"name":"JET_cbLVDefaultValueMost","features":[147]},{"name":"JET_cbLimitKeyMost","features":[147]},{"name":"JET_cbNameMost","features":[147]},{"name":"JET_cbPrimaryKeyMost","features":[147]},{"name":"JET_cbSecondaryKeyMost","features":[147]},{"name":"JET_cbtypAfterDelete","features":[147]},{"name":"JET_cbtypAfterInsert","features":[147]},{"name":"JET_cbtypAfterReplace","features":[147]},{"name":"JET_cbtypBeforeDelete","features":[147]},{"name":"JET_cbtypBeforeInsert","features":[147]},{"name":"JET_cbtypBeforeReplace","features":[147]},{"name":"JET_cbtypFinalize","features":[147]},{"name":"JET_cbtypFreeCursorLS","features":[147]},{"name":"JET_cbtypFreeTableLS","features":[147]},{"name":"JET_cbtypNull","features":[147]},{"name":"JET_cbtypOnlineDefragCompleted","features":[147]},{"name":"JET_cbtypUserDefinedDefaultValue","features":[147]},{"name":"JET_ccolFixedMost","features":[147]},{"name":"JET_ccolKeyMost","features":[147]},{"name":"JET_ccolMost","features":[147]},{"name":"JET_ccolTaggedMost","features":[147]},{"name":"JET_ccolVarMost","features":[147]},{"name":"JET_coltypBinary","features":[147]},{"name":"JET_coltypBit","features":[147]},{"name":"JET_coltypCurrency","features":[147]},{"name":"JET_coltypDateTime","features":[147]},{"name":"JET_coltypGUID","features":[147]},{"name":"JET_coltypIEEEDouble","features":[147]},{"name":"JET_coltypIEEESingle","features":[147]},{"name":"JET_coltypLong","features":[147]},{"name":"JET_coltypLongBinary","features":[147]},{"name":"JET_coltypLongLong","features":[147]},{"name":"JET_coltypLongText","features":[147]},{"name":"JET_coltypMax","features":[147]},{"name":"JET_coltypNil","features":[147]},{"name":"JET_coltypSLV","features":[147]},{"name":"JET_coltypShort","features":[147]},{"name":"JET_coltypText","features":[147]},{"name":"JET_coltypUnsignedByte","features":[147]},{"name":"JET_coltypUnsignedLong","features":[147]},{"name":"JET_coltypUnsignedLongLong","features":[147]},{"name":"JET_coltypUnsignedShort","features":[147]},{"name":"JET_configDefault","features":[147]},{"name":"JET_configDynamicMediumMemory","features":[147]},{"name":"JET_configHighConcurrencyScaling","features":[147]},{"name":"JET_configLowDiskFootprint","features":[147]},{"name":"JET_configLowMemory","features":[147]},{"name":"JET_configLowPower","features":[147]},{"name":"JET_configMediumDiskFootprint","features":[147]},{"name":"JET_configRemoveQuotas","features":[147]},{"name":"JET_configRunSilent","features":[147]},{"name":"JET_configSSDProfileIO","features":[147]},{"name":"JET_configUnthrottledMemory","features":[147]},{"name":"JET_dbstateBeingConverted","features":[147]},{"name":"JET_dbstateCleanShutdown","features":[147]},{"name":"JET_dbstateDirtyShutdown","features":[147]},{"name":"JET_dbstateForceDetach","features":[147]},{"name":"JET_dbstateJustCreated","features":[147]},{"name":"JET_errAccessDenied","features":[147]},{"name":"JET_errAfterInitialization","features":[147]},{"name":"JET_errAlreadyInitialized","features":[147]},{"name":"JET_errAlreadyPrepared","features":[147]},{"name":"JET_errAttachedDatabaseMismatch","features":[147]},{"name":"JET_errBackupAbortByServer","features":[147]},{"name":"JET_errBackupDirectoryNotEmpty","features":[147]},{"name":"JET_errBackupInProgress","features":[147]},{"name":"JET_errBackupNotAllowedYet","features":[147]},{"name":"JET_errBadBackupDatabaseSize","features":[147]},{"name":"JET_errBadBookmark","features":[147]},{"name":"JET_errBadCheckpointSignature","features":[147]},{"name":"JET_errBadColumnId","features":[147]},{"name":"JET_errBadDbSignature","features":[147]},{"name":"JET_errBadEmptyPage","features":[147]},{"name":"JET_errBadItagSequence","features":[147]},{"name":"JET_errBadLineCount","features":[147]},{"name":"JET_errBadLogSignature","features":[147]},{"name":"JET_errBadLogVersion","features":[147]},{"name":"JET_errBadPageLink","features":[147]},{"name":"JET_errBadParentPageLink","features":[147]},{"name":"JET_errBadPatchPage","features":[147]},{"name":"JET_errBadRestoreTargetInstance","features":[147]},{"name":"JET_errBufferTooSmall","features":[147]},{"name":"JET_errCallbackFailed","features":[147]},{"name":"JET_errCallbackNotResolved","features":[147]},{"name":"JET_errCannotAddFixedVarColumnToDerivedTable","features":[147]},{"name":"JET_errCannotBeTagged","features":[147]},{"name":"JET_errCannotDeleteSystemTable","features":[147]},{"name":"JET_errCannotDeleteTempTable","features":[147]},{"name":"JET_errCannotDeleteTemplateTable","features":[147]},{"name":"JET_errCannotDisableVersioning","features":[147]},{"name":"JET_errCannotIndex","features":[147]},{"name":"JET_errCannotIndexOnEncryptedColumn","features":[147]},{"name":"JET_errCannotLogDuringRecoveryRedo","features":[147]},{"name":"JET_errCannotMaterializeForwardOnlySort","features":[147]},{"name":"JET_errCannotNestDDL","features":[147]},{"name":"JET_errCannotSeparateIntrinsicLV","features":[147]},{"name":"JET_errCatalogCorrupted","features":[147]},{"name":"JET_errCheckpointCorrupt","features":[147]},{"name":"JET_errCheckpointDepthTooDeep","features":[147]},{"name":"JET_errCheckpointFileNotFound","features":[147]},{"name":"JET_errClientRequestToStopJetService","features":[147]},{"name":"JET_errColumnCannotBeCompressed","features":[147]},{"name":"JET_errColumnCannotBeEncrypted","features":[147]},{"name":"JET_errColumnDoesNotFit","features":[147]},{"name":"JET_errColumnDuplicate","features":[147]},{"name":"JET_errColumnInRelationship","features":[147]},{"name":"JET_errColumnInUse","features":[147]},{"name":"JET_errColumnIndexed","features":[147]},{"name":"JET_errColumnLong","features":[147]},{"name":"JET_errColumnNoChunk","features":[147]},{"name":"JET_errColumnNoEncryptionKey","features":[147]},{"name":"JET_errColumnNotFound","features":[147]},{"name":"JET_errColumnNotUpdatable","features":[147]},{"name":"JET_errColumnRedundant","features":[147]},{"name":"JET_errColumnTooBig","features":[147]},{"name":"JET_errCommittedLogFileCorrupt","features":[147]},{"name":"JET_errCommittedLogFilesMissing","features":[147]},{"name":"JET_errConsistentTimeMismatch","features":[147]},{"name":"JET_errContainerNotEmpty","features":[147]},{"name":"JET_errDDLNotInheritable","features":[147]},{"name":"JET_errDataHasChanged","features":[147]},{"name":"JET_errDatabase200Format","features":[147]},{"name":"JET_errDatabase400Format","features":[147]},{"name":"JET_errDatabase500Format","features":[147]},{"name":"JET_errDatabaseAlreadyRunningMaintenance","features":[147]},{"name":"JET_errDatabaseAlreadyUpgraded","features":[147]},{"name":"JET_errDatabaseAttachedForRecovery","features":[147]},{"name":"JET_errDatabaseBufferDependenciesCorrupted","features":[147]},{"name":"JET_errDatabaseCorrupted","features":[147]},{"name":"JET_errDatabaseCorruptedNoRepair","features":[147]},{"name":"JET_errDatabaseDirtyShutdown","features":[147]},{"name":"JET_errDatabaseDuplicate","features":[147]},{"name":"JET_errDatabaseFileReadOnly","features":[147]},{"name":"JET_errDatabaseIdInUse","features":[147]},{"name":"JET_errDatabaseInUse","features":[147]},{"name":"JET_errDatabaseIncompleteUpgrade","features":[147]},{"name":"JET_errDatabaseInconsistent","features":[147]},{"name":"JET_errDatabaseInvalidName","features":[147]},{"name":"JET_errDatabaseInvalidPages","features":[147]},{"name":"JET_errDatabaseInvalidPath","features":[147]},{"name":"JET_errDatabaseLeakInSpace","features":[147]},{"name":"JET_errDatabaseLocked","features":[147]},{"name":"JET_errDatabaseLogSetMismatch","features":[147]},{"name":"JET_errDatabaseNotFound","features":[147]},{"name":"JET_errDatabaseNotReady","features":[147]},{"name":"JET_errDatabasePatchFileMismatch","features":[147]},{"name":"JET_errDatabaseSharingViolation","features":[147]},{"name":"JET_errDatabaseSignInUse","features":[147]},{"name":"JET_errDatabaseStreamingFileMismatch","features":[147]},{"name":"JET_errDatabaseUnavailable","features":[147]},{"name":"JET_errDatabasesNotFromSameSnapshot","features":[147]},{"name":"JET_errDbTimeBeyondMaxRequired","features":[147]},{"name":"JET_errDbTimeCorrupted","features":[147]},{"name":"JET_errDbTimeTooNew","features":[147]},{"name":"JET_errDbTimeTooOld","features":[147]},{"name":"JET_errDecompressionFailed","features":[147]},{"name":"JET_errDecryptionFailed","features":[147]},{"name":"JET_errDefaultValueTooBig","features":[147]},{"name":"JET_errDeleteBackupFileFail","features":[147]},{"name":"JET_errDensityInvalid","features":[147]},{"name":"JET_errDerivedColumnCorruption","features":[147]},{"name":"JET_errDirtyShutdown","features":[147]},{"name":"JET_errDisabledFunctionality","features":[147]},{"name":"JET_errDiskFull","features":[147]},{"name":"JET_errDiskIO","features":[147]},{"name":"JET_errDiskReadVerificationFailure","features":[147]},{"name":"JET_errEncryptionBadItag","features":[147]},{"name":"JET_errEndingRestoreLogTooLow","features":[147]},{"name":"JET_errEngineFormatVersionNoLongerSupportedTooLow","features":[147]},{"name":"JET_errEngineFormatVersionNotYetImplementedTooHigh","features":[147]},{"name":"JET_errEngineFormatVersionParamTooLowForRequestedFeature","features":[147]},{"name":"JET_errEngineFormatVersionSpecifiedTooLowForDatabaseVersion","features":[147]},{"name":"JET_errEngineFormatVersionSpecifiedTooLowForLogVersion","features":[147]},{"name":"JET_errEntryPointNotFound","features":[147]},{"name":"JET_errExclusiveTableLockRequired","features":[147]},{"name":"JET_errExistingLogFileHasBadSignature","features":[147]},{"name":"JET_errExistingLogFileIsNotContiguous","features":[147]},{"name":"JET_errFeatureNotAvailable","features":[147]},{"name":"JET_errFileAccessDenied","features":[147]},{"name":"JET_errFileAlreadyExists","features":[147]},{"name":"JET_errFileClose","features":[147]},{"name":"JET_errFileCompressed","features":[147]},{"name":"JET_errFileIOAbort","features":[147]},{"name":"JET_errFileIOBeyondEOF","features":[147]},{"name":"JET_errFileIOFail","features":[147]},{"name":"JET_errFileIORetry","features":[147]},{"name":"JET_errFileIOSparse","features":[147]},{"name":"JET_errFileInvalidType","features":[147]},{"name":"JET_errFileNotFound","features":[147]},{"name":"JET_errFileSystemCorruption","features":[147]},{"name":"JET_errFilteredMoveNotSupported","features":[147]},{"name":"JET_errFixedDDL","features":[147]},{"name":"JET_errFixedInheritedDDL","features":[147]},{"name":"JET_errFlushMapDatabaseMismatch","features":[147]},{"name":"JET_errFlushMapUnrecoverable","features":[147]},{"name":"JET_errFlushMapVersionUnsupported","features":[147]},{"name":"JET_errForceDetachNotAllowed","features":[147]},{"name":"JET_errGivenLogFileHasBadSignature","features":[147]},{"name":"JET_errGivenLogFileIsNotContiguous","features":[147]},{"name":"JET_errIllegalOperation","features":[147]},{"name":"JET_errInTransaction","features":[147]},{"name":"JET_errIndexBuildCorrupted","features":[147]},{"name":"JET_errIndexCantBuild","features":[147]},{"name":"JET_errIndexDuplicate","features":[147]},{"name":"JET_errIndexHasPrimary","features":[147]},{"name":"JET_errIndexInUse","features":[147]},{"name":"JET_errIndexInvalidDef","features":[147]},{"name":"JET_errIndexMustStay","features":[147]},{"name":"JET_errIndexNotFound","features":[147]},{"name":"JET_errIndexTuplesCannotRetrieveFromIndex","features":[147]},{"name":"JET_errIndexTuplesInvalidLimits","features":[147]},{"name":"JET_errIndexTuplesKeyTooSmall","features":[147]},{"name":"JET_errIndexTuplesNonUniqueOnly","features":[147]},{"name":"JET_errIndexTuplesOneColumnOnly","features":[147]},{"name":"JET_errIndexTuplesSecondaryIndexOnly","features":[147]},{"name":"JET_errIndexTuplesTextBinaryColumnsOnly","features":[147]},{"name":"JET_errIndexTuplesTextColumnsOnly","features":[147]},{"name":"JET_errIndexTuplesTooManyColumns","features":[147]},{"name":"JET_errIndexTuplesVarSegMacNotAllowed","features":[147]},{"name":"JET_errInitInProgress","features":[147]},{"name":"JET_errInstanceNameInUse","features":[147]},{"name":"JET_errInstanceUnavailable","features":[147]},{"name":"JET_errInstanceUnavailableDueToFatalLogDiskFull","features":[147]},{"name":"JET_errInternalError","features":[147]},{"name":"JET_errInvalidBackup","features":[147]},{"name":"JET_errInvalidBackupSequence","features":[147]},{"name":"JET_errInvalidBookmark","features":[147]},{"name":"JET_errInvalidBufferSize","features":[147]},{"name":"JET_errInvalidCodePage","features":[147]},{"name":"JET_errInvalidColumnType","features":[147]},{"name":"JET_errInvalidCountry","features":[147]},{"name":"JET_errInvalidCreateDbVersion","features":[147]},{"name":"JET_errInvalidCreateIndex","features":[147]},{"name":"JET_errInvalidDatabase","features":[147]},{"name":"JET_errInvalidDatabaseId","features":[147]},{"name":"JET_errInvalidDatabaseVersion","features":[147]},{"name":"JET_errInvalidDbparamId","features":[147]},{"name":"JET_errInvalidFilename","features":[147]},{"name":"JET_errInvalidGrbit","features":[147]},{"name":"JET_errInvalidIndexId","features":[147]},{"name":"JET_errInvalidInstance","features":[147]},{"name":"JET_errInvalidLCMapStringFlags","features":[147]},{"name":"JET_errInvalidLVChunkSize","features":[147]},{"name":"JET_errInvalidLanguageId","features":[147]},{"name":"JET_errInvalidLogDirectory","features":[147]},{"name":"JET_errInvalidLogSequence","features":[147]},{"name":"JET_errInvalidLoggedOperation","features":[147]},{"name":"JET_errInvalidName","features":[147]},{"name":"JET_errInvalidObject","features":[147]},{"name":"JET_errInvalidOnSort","features":[147]},{"name":"JET_errInvalidOperation","features":[147]},{"name":"JET_errInvalidParameter","features":[147]},{"name":"JET_errInvalidPath","features":[147]},{"name":"JET_errInvalidPlaceholderColumn","features":[147]},{"name":"JET_errInvalidPreread","features":[147]},{"name":"JET_errInvalidSesid","features":[147]},{"name":"JET_errInvalidSesparamId","features":[147]},{"name":"JET_errInvalidSettings","features":[147]},{"name":"JET_errInvalidSystemPath","features":[147]},{"name":"JET_errInvalidTableId","features":[147]},{"name":"JET_errKeyBoundary","features":[147]},{"name":"JET_errKeyDuplicate","features":[147]},{"name":"JET_errKeyIsMade","features":[147]},{"name":"JET_errKeyNotMade","features":[147]},{"name":"JET_errKeyTooBig","features":[147]},{"name":"JET_errKeyTruncated","features":[147]},{"name":"JET_errLSAlreadySet","features":[147]},{"name":"JET_errLSCallbackNotSpecified","features":[147]},{"name":"JET_errLSNotSet","features":[147]},{"name":"JET_errLVCorrupted","features":[147]},{"name":"JET_errLanguageNotSupported","features":[147]},{"name":"JET_errLinkNotSupported","features":[147]},{"name":"JET_errLogBufferTooSmall","features":[147]},{"name":"JET_errLogCorruptDuringHardRecovery","features":[147]},{"name":"JET_errLogCorruptDuringHardRestore","features":[147]},{"name":"JET_errLogCorrupted","features":[147]},{"name":"JET_errLogDisabledDueToRecoveryFailure","features":[147]},{"name":"JET_errLogDiskFull","features":[147]},{"name":"JET_errLogFileCorrupt","features":[147]},{"name":"JET_errLogFileNotCopied","features":[147]},{"name":"JET_errLogFilePathInUse","features":[147]},{"name":"JET_errLogFileSizeMismatch","features":[147]},{"name":"JET_errLogFileSizeMismatchDatabasesConsistent","features":[147]},{"name":"JET_errLogGenerationMismatch","features":[147]},{"name":"JET_errLogReadVerifyFailure","features":[147]},{"name":"JET_errLogSectorSizeMismatch","features":[147]},{"name":"JET_errLogSectorSizeMismatchDatabasesConsistent","features":[147]},{"name":"JET_errLogSequenceChecksumMismatch","features":[147]},{"name":"JET_errLogSequenceEnd","features":[147]},{"name":"JET_errLogSequenceEndDatabasesConsistent","features":[147]},{"name":"JET_errLogTornWriteDuringHardRecovery","features":[147]},{"name":"JET_errLogTornWriteDuringHardRestore","features":[147]},{"name":"JET_errLogWriteFail","features":[147]},{"name":"JET_errLoggingDisabled","features":[147]},{"name":"JET_errMakeBackupDirectoryFail","features":[147]},{"name":"JET_errMissingCurrentLogFiles","features":[147]},{"name":"JET_errMissingFileToBackup","features":[147]},{"name":"JET_errMissingFullBackup","features":[147]},{"name":"JET_errMissingLogFile","features":[147]},{"name":"JET_errMissingPatchPage","features":[147]},{"name":"JET_errMissingPreviousLogFile","features":[147]},{"name":"JET_errMissingRestoreLogFiles","features":[147]},{"name":"JET_errMultiValuedColumnMustBeTagged","features":[147]},{"name":"JET_errMultiValuedDuplicate","features":[147]},{"name":"JET_errMultiValuedDuplicateAfterTruncation","features":[147]},{"name":"JET_errMultiValuedIndexViolation","features":[147]},{"name":"JET_errMustBeSeparateLongValue","features":[147]},{"name":"JET_errMustDisableLoggingForDbUpgrade","features":[147]},{"name":"JET_errMustRollback","features":[147]},{"name":"JET_errNTSystemCallFailed","features":[147]},{"name":"JET_errNoBackup","features":[147]},{"name":"JET_errNoBackupDirectory","features":[147]},{"name":"JET_errNoCurrentIndex","features":[147]},{"name":"JET_errNoCurrentRecord","features":[147]},{"name":"JET_errNodeCorrupted","features":[147]},{"name":"JET_errNotInTransaction","features":[147]},{"name":"JET_errNotInitialized","features":[147]},{"name":"JET_errNullInvalid","features":[147]},{"name":"JET_errNullKeyDisallowed","features":[147]},{"name":"JET_errOSSnapshotInvalidSequence","features":[147]},{"name":"JET_errOSSnapshotInvalidSnapId","features":[147]},{"name":"JET_errOSSnapshotNotAllowed","features":[147]},{"name":"JET_errOSSnapshotTimeOut","features":[147]},{"name":"JET_errObjectDuplicate","features":[147]},{"name":"JET_errObjectNotFound","features":[147]},{"name":"JET_errOneDatabasePerSession","features":[147]},{"name":"JET_errOutOfAutoincrementValues","features":[147]},{"name":"JET_errOutOfBuffers","features":[147]},{"name":"JET_errOutOfCursors","features":[147]},{"name":"JET_errOutOfDatabaseSpace","features":[147]},{"name":"JET_errOutOfDbtimeValues","features":[147]},{"name":"JET_errOutOfFileHandles","features":[147]},{"name":"JET_errOutOfLongValueIDs","features":[147]},{"name":"JET_errOutOfMemory","features":[147]},{"name":"JET_errOutOfObjectIDs","features":[147]},{"name":"JET_errOutOfSequentialIndexValues","features":[147]},{"name":"JET_errOutOfSessions","features":[147]},{"name":"JET_errOutOfThreads","features":[147]},{"name":"JET_errPageBoundary","features":[147]},{"name":"JET_errPageInitializedMismatch","features":[147]},{"name":"JET_errPageNotInitialized","features":[147]},{"name":"JET_errPageSizeMismatch","features":[147]},{"name":"JET_errPageTagCorrupted","features":[147]},{"name":"JET_errPartiallyAttachedDB","features":[147]},{"name":"JET_errPatchFileMissing","features":[147]},{"name":"JET_errPermissionDenied","features":[147]},{"name":"JET_errPreviousVersion","features":[147]},{"name":"JET_errPrimaryIndexCorrupted","features":[147]},{"name":"JET_errReadLostFlushVerifyFailure","features":[147]},{"name":"JET_errReadPgnoVerifyFailure","features":[147]},{"name":"JET_errReadVerifyFailure","features":[147]},{"name":"JET_errRecordDeleted","features":[147]},{"name":"JET_errRecordFormatConversionFailed","features":[147]},{"name":"JET_errRecordNoCopy","features":[147]},{"name":"JET_errRecordNotDeleted","features":[147]},{"name":"JET_errRecordNotFound","features":[147]},{"name":"JET_errRecordPrimaryChanged","features":[147]},{"name":"JET_errRecordTooBig","features":[147]},{"name":"JET_errRecordTooBigForBackwardCompatibility","features":[147]},{"name":"JET_errRecoveredWithErrors","features":[147]},{"name":"JET_errRecoveredWithoutUndo","features":[147]},{"name":"JET_errRecoveredWithoutUndoDatabasesConsistent","features":[147]},{"name":"JET_errRecoveryVerifyFailure","features":[147]},{"name":"JET_errRedoAbruptEnded","features":[147]},{"name":"JET_errRequiredLogFilesMissing","features":[147]},{"name":"JET_errRestoreInProgress","features":[147]},{"name":"JET_errRestoreOfNonBackupDatabase","features":[147]},{"name":"JET_errRfsFailure","features":[147]},{"name":"JET_errRfsNotArmed","features":[147]},{"name":"JET_errRollbackError","features":[147]},{"name":"JET_errRollbackRequired","features":[147]},{"name":"JET_errRunningInMultiInstanceMode","features":[147]},{"name":"JET_errRunningInOneInstanceMode","features":[147]},{"name":"JET_errSPAvailExtCacheOutOfMemory","features":[147]},{"name":"JET_errSPAvailExtCacheOutOfSync","features":[147]},{"name":"JET_errSPAvailExtCorrupted","features":[147]},{"name":"JET_errSPOwnExtCorrupted","features":[147]},{"name":"JET_errSecondaryIndexCorrupted","features":[147]},{"name":"JET_errSectorSizeNotSupported","features":[147]},{"name":"JET_errSeparatedLongValue","features":[147]},{"name":"JET_errSesidTableIdMismatch","features":[147]},{"name":"JET_errSessionContextAlreadySet","features":[147]},{"name":"JET_errSessionContextNotSetByThisThread","features":[147]},{"name":"JET_errSessionInUse","features":[147]},{"name":"JET_errSessionSharingViolation","features":[147]},{"name":"JET_errSessionWriteConflict","features":[147]},{"name":"JET_errSoftRecoveryOnBackupDatabase","features":[147]},{"name":"JET_errSoftRecoveryOnSnapshot","features":[147]},{"name":"JET_errSpaceHintsInvalid","features":[147]},{"name":"JET_errStartingRestoreLogTooHigh","features":[147]},{"name":"JET_errStreamingDataNotLogged","features":[147]},{"name":"JET_errSuccess","features":[147]},{"name":"JET_errSystemParameterConflict","features":[147]},{"name":"JET_errSystemParamsAlreadySet","features":[147]},{"name":"JET_errSystemPathInUse","features":[147]},{"name":"JET_errTableDuplicate","features":[147]},{"name":"JET_errTableInUse","features":[147]},{"name":"JET_errTableLocked","features":[147]},{"name":"JET_errTableNotEmpty","features":[147]},{"name":"JET_errTaggedNotNULL","features":[147]},{"name":"JET_errTaskDropped","features":[147]},{"name":"JET_errTempFileOpenError","features":[147]},{"name":"JET_errTempPathInUse","features":[147]},{"name":"JET_errTermInProgress","features":[147]},{"name":"JET_errTooManyActiveUsers","features":[147]},{"name":"JET_errTooManyAttachedDatabases","features":[147]},{"name":"JET_errTooManyColumns","features":[147]},{"name":"JET_errTooManyIO","features":[147]},{"name":"JET_errTooManyIndexes","features":[147]},{"name":"JET_errTooManyInstances","features":[147]},{"name":"JET_errTooManyKeys","features":[147]},{"name":"JET_errTooManyMempoolEntries","features":[147]},{"name":"JET_errTooManyOpenDatabases","features":[147]},{"name":"JET_errTooManyOpenIndexes","features":[147]},{"name":"JET_errTooManyOpenTables","features":[147]},{"name":"JET_errTooManyOpenTablesAndCleanupTimedOut","features":[147]},{"name":"JET_errTooManyRecords","features":[147]},{"name":"JET_errTooManySorts","features":[147]},{"name":"JET_errTooManySplits","features":[147]},{"name":"JET_errTransReadOnly","features":[147]},{"name":"JET_errTransTooDeep","features":[147]},{"name":"JET_errTransactionTooLong","features":[147]},{"name":"JET_errTransactionsNotReadyDuringRecovery","features":[147]},{"name":"JET_errUnicodeLanguageValidationFailure","features":[147]},{"name":"JET_errUnicodeNormalizationNotSupported","features":[147]},{"name":"JET_errUnicodeTranslationBufferTooSmall","features":[147]},{"name":"JET_errUnicodeTranslationFail","features":[147]},{"name":"JET_errUnloadableOSFunctionality","features":[147]},{"name":"JET_errUpdateMustVersion","features":[147]},{"name":"JET_errUpdateNotPrepared","features":[147]},{"name":"JET_errVersionStoreEntryTooBig","features":[147]},{"name":"JET_errVersionStoreOutOfMemory","features":[147]},{"name":"JET_errVersionStoreOutOfMemoryAndCleanupTimedOut","features":[147]},{"name":"JET_errWriteConflict","features":[147]},{"name":"JET_errWriteConflictPrimaryIndex","features":[147]},{"name":"JET_errcatApi","features":[147]},{"name":"JET_errcatCorruption","features":[147]},{"name":"JET_errcatData","features":[147]},{"name":"JET_errcatDisk","features":[147]},{"name":"JET_errcatError","features":[147]},{"name":"JET_errcatFatal","features":[147]},{"name":"JET_errcatFragmentation","features":[147]},{"name":"JET_errcatIO","features":[147]},{"name":"JET_errcatInconsistent","features":[147]},{"name":"JET_errcatMax","features":[147]},{"name":"JET_errcatMemory","features":[147]},{"name":"JET_errcatObsolete","features":[147]},{"name":"JET_errcatOperation","features":[147]},{"name":"JET_errcatQuota","features":[147]},{"name":"JET_errcatResource","features":[147]},{"name":"JET_errcatState","features":[147]},{"name":"JET_errcatUnknown","features":[147]},{"name":"JET_errcatUsage","features":[147]},{"name":"JET_filetypeCheckpoint","features":[147]},{"name":"JET_filetypeDatabase","features":[147]},{"name":"JET_filetypeFlushMap","features":[147]},{"name":"JET_filetypeLog","features":[147]},{"name":"JET_filetypeTempDatabase","features":[147]},{"name":"JET_filetypeUnknown","features":[147]},{"name":"JET_objtypNil","features":[147]},{"name":"JET_objtypTable","features":[147]},{"name":"JET_paramAccessDeniedRetryPeriod","features":[147]},{"name":"JET_paramAlternateDatabaseRecoveryPath","features":[147]},{"name":"JET_paramBaseName","features":[147]},{"name":"JET_paramBatchIOBufferMax","features":[147]},{"name":"JET_paramCachePriority","features":[147]},{"name":"JET_paramCacheSize","features":[147]},{"name":"JET_paramCacheSizeMax","features":[147]},{"name":"JET_paramCacheSizeMin","features":[147]},{"name":"JET_paramCachedClosedTables","features":[147]},{"name":"JET_paramCheckFormatWhenOpenFail","features":[147]},{"name":"JET_paramCheckpointDepthMax","features":[147]},{"name":"JET_paramCheckpointIOMax","features":[147]},{"name":"JET_paramCircularLog","features":[147]},{"name":"JET_paramCleanupMismatchedLogFiles","features":[147]},{"name":"JET_paramCommitDefault","features":[147]},{"name":"JET_paramConfigStoreSpec","features":[147]},{"name":"JET_paramConfiguration","features":[147]},{"name":"JET_paramCreatePathIfNotExist","features":[147]},{"name":"JET_paramDatabasePageSize","features":[147]},{"name":"JET_paramDbExtensionSize","features":[147]},{"name":"JET_paramDbScanIntervalMaxSec","features":[147]},{"name":"JET_paramDbScanIntervalMinSec","features":[147]},{"name":"JET_paramDbScanThrottle","features":[147]},{"name":"JET_paramDefragmentSequentialBTrees","features":[147]},{"name":"JET_paramDefragmentSequentialBTreesDensityCheckFrequency","features":[147]},{"name":"JET_paramDeleteOldLogs","features":[147]},{"name":"JET_paramDeleteOutOfRangeLogs","features":[147]},{"name":"JET_paramDisableCallbacks","features":[147]},{"name":"JET_paramDisablePerfmon","features":[147]},{"name":"JET_paramDurableCommitCallback","features":[147]},{"name":"JET_paramEnableAdvanced","features":[147]},{"name":"JET_paramEnableDBScanInRecovery","features":[147]},{"name":"JET_paramEnableDBScanSerialization","features":[147]},{"name":"JET_paramEnableFileCache","features":[147]},{"name":"JET_paramEnableIndexChecking","features":[147]},{"name":"JET_paramEnableIndexCleanup","features":[147]},{"name":"JET_paramEnableOnlineDefrag","features":[147]},{"name":"JET_paramEnablePersistedCallbacks","features":[147]},{"name":"JET_paramEnableRBS","features":[147]},{"name":"JET_paramEnableShrinkDatabase","features":[147]},{"name":"JET_paramEnableSqm","features":[147]},{"name":"JET_paramEnableTempTableVersioning","features":[147]},{"name":"JET_paramEnableViewCache","features":[147]},{"name":"JET_paramErrorToString","features":[147]},{"name":"JET_paramEventLogCache","features":[147]},{"name":"JET_paramEventLoggingLevel","features":[147]},{"name":"JET_paramEventSource","features":[147]},{"name":"JET_paramEventSourceKey","features":[147]},{"name":"JET_paramExceptionAction","features":[147]},{"name":"JET_paramGlobalMinVerPages","features":[147]},{"name":"JET_paramHungIOActions","features":[147]},{"name":"JET_paramHungIOThreshold","features":[147]},{"name":"JET_paramIOPriority","features":[147]},{"name":"JET_paramIOThrottlingTimeQuanta","features":[147]},{"name":"JET_paramIgnoreLogVersion","features":[147]},{"name":"JET_paramIndexTupleIncrement","features":[147]},{"name":"JET_paramIndexTupleStart","features":[147]},{"name":"JET_paramIndexTuplesLengthMax","features":[147]},{"name":"JET_paramIndexTuplesLengthMin","features":[147]},{"name":"JET_paramIndexTuplesToIndexMax","features":[147]},{"name":"JET_paramKeyMost","features":[147]},{"name":"JET_paramLRUKCorrInterval","features":[147]},{"name":"JET_paramLRUKHistoryMax","features":[147]},{"name":"JET_paramLRUKPolicy","features":[147]},{"name":"JET_paramLRUKTimeout","features":[147]},{"name":"JET_paramLRUKTrxCorrInterval","features":[147]},{"name":"JET_paramLVChunkSizeMost","features":[147]},{"name":"JET_paramLegacyFileNames","features":[147]},{"name":"JET_paramLogBuffers","features":[147]},{"name":"JET_paramLogCheckpointPeriod","features":[147]},{"name":"JET_paramLogFileCreateAsynch","features":[147]},{"name":"JET_paramLogFilePath","features":[147]},{"name":"JET_paramLogFileSize","features":[147]},{"name":"JET_paramLogWaitingUserMax","features":[147]},{"name":"JET_paramMaxCoalesceReadGapSize","features":[147]},{"name":"JET_paramMaxCoalesceReadSize","features":[147]},{"name":"JET_paramMaxCoalesceWriteGapSize","features":[147]},{"name":"JET_paramMaxCoalesceWriteSize","features":[147]},{"name":"JET_paramMaxColtyp","features":[147]},{"name":"JET_paramMaxCursors","features":[147]},{"name":"JET_paramMaxInstances","features":[147]},{"name":"JET_paramMaxOpenTables","features":[147]},{"name":"JET_paramMaxSessions","features":[147]},{"name":"JET_paramMaxTemporaryTables","features":[147]},{"name":"JET_paramMaxTransactionSize","features":[147]},{"name":"JET_paramMaxValueInvalid","features":[147]},{"name":"JET_paramMaxVerPages","features":[147]},{"name":"JET_paramMinDataForXpress","features":[147]},{"name":"JET_paramNoInformationEvent","features":[147]},{"name":"JET_paramOSSnapshotTimeout","features":[147]},{"name":"JET_paramOneDatabasePerSession","features":[147]},{"name":"JET_paramOutstandingIOMax","features":[147]},{"name":"JET_paramPageFragment","features":[147]},{"name":"JET_paramPageHintCacheSize","features":[147]},{"name":"JET_paramPageTempDBMin","features":[147]},{"name":"JET_paramPerfmonRefreshInterval","features":[147]},{"name":"JET_paramPreferredMaxOpenTables","features":[147]},{"name":"JET_paramPreferredVerPages","features":[147]},{"name":"JET_paramPrereadIOMax","features":[147]},{"name":"JET_paramProcessFriendlyName","features":[147]},{"name":"JET_paramRBSFilePath","features":[147]},{"name":"JET_paramRecordUpgradeDirtyLevel","features":[147]},{"name":"JET_paramRecovery","features":[147]},{"name":"JET_paramRuntimeCallback","features":[147]},{"name":"JET_paramStartFlushThreshold","features":[147]},{"name":"JET_paramStopFlushThreshold","features":[147]},{"name":"JET_paramSystemPath","features":[147]},{"name":"JET_paramTableClass10Name","features":[147]},{"name":"JET_paramTableClass11Name","features":[147]},{"name":"JET_paramTableClass12Name","features":[147]},{"name":"JET_paramTableClass13Name","features":[147]},{"name":"JET_paramTableClass14Name","features":[147]},{"name":"JET_paramTableClass15Name","features":[147]},{"name":"JET_paramTableClass1Name","features":[147]},{"name":"JET_paramTableClass2Name","features":[147]},{"name":"JET_paramTableClass3Name","features":[147]},{"name":"JET_paramTableClass4Name","features":[147]},{"name":"JET_paramTableClass5Name","features":[147]},{"name":"JET_paramTableClass6Name","features":[147]},{"name":"JET_paramTableClass7Name","features":[147]},{"name":"JET_paramTableClass8Name","features":[147]},{"name":"JET_paramTableClass9Name","features":[147]},{"name":"JET_paramTempPath","features":[147]},{"name":"JET_paramUnicodeIndexDefault","features":[147]},{"name":"JET_paramUseFlushForWriteDurability","features":[147]},{"name":"JET_paramVerPageSize","features":[147]},{"name":"JET_paramVersionStoreTaskQueueMax","features":[147]},{"name":"JET_paramWaitLogFlush","features":[147]},{"name":"JET_paramWaypointLatency","features":[147]},{"name":"JET_paramZeroDatabaseDuringBackup","features":[147]},{"name":"JET_prepCancel","features":[147]},{"name":"JET_prepInsert","features":[147]},{"name":"JET_prepInsertCopy","features":[147]},{"name":"JET_prepInsertCopyDeleteOriginal","features":[147]},{"name":"JET_prepInsertCopyReplaceOriginal","features":[147]},{"name":"JET_prepReplace","features":[147]},{"name":"JET_prepReplaceNoLock","features":[147]},{"name":"JET_relopBitmaskEqualsZero","features":[147]},{"name":"JET_relopBitmaskNotEqualsZero","features":[147]},{"name":"JET_relopEquals","features":[147]},{"name":"JET_relopGreaterThan","features":[147]},{"name":"JET_relopGreaterThanOrEqual","features":[147]},{"name":"JET_relopLessThan","features":[147]},{"name":"JET_relopLessThanOrEqual","features":[147]},{"name":"JET_relopNotEquals","features":[147]},{"name":"JET_relopPrefixEquals","features":[147]},{"name":"JET_sesparamCommitDefault","features":[147]},{"name":"JET_sesparamCorrelationID","features":[147]},{"name":"JET_sesparamMaxValueInvalid","features":[147]},{"name":"JET_sesparamOperationContext","features":[147]},{"name":"JET_sesparamTransactionLevel","features":[147]},{"name":"JET_snpBackup","features":[147]},{"name":"JET_snpCompact","features":[147]},{"name":"JET_snpRepair","features":[147]},{"name":"JET_snpRestore","features":[147]},{"name":"JET_snpScrub","features":[147]},{"name":"JET_snpUpgrade","features":[147]},{"name":"JET_snpUpgradeRecordFormat","features":[147]},{"name":"JET_sntBegin","features":[147]},{"name":"JET_sntComplete","features":[147]},{"name":"JET_sntFail","features":[147]},{"name":"JET_sntProgress","features":[147]},{"name":"JET_sntRequirements","features":[147]},{"name":"JET_sqmDisable","features":[147]},{"name":"JET_sqmEnable","features":[147]},{"name":"JET_sqmFromCEIP","features":[147]},{"name":"JET_wrnBufferTruncated","features":[147]},{"name":"JET_wrnCallbackNotRegistered","features":[147]},{"name":"JET_wrnColumnDefault","features":[147]},{"name":"JET_wrnColumnMaxTruncated","features":[147]},{"name":"JET_wrnColumnMoreTags","features":[147]},{"name":"JET_wrnColumnNotInRecord","features":[147]},{"name":"JET_wrnColumnNotLocal","features":[147]},{"name":"JET_wrnColumnNull","features":[147]},{"name":"JET_wrnColumnPresent","features":[147]},{"name":"JET_wrnColumnReference","features":[147]},{"name":"JET_wrnColumnSetNull","features":[147]},{"name":"JET_wrnColumnSingleValue","features":[147]},{"name":"JET_wrnColumnSkipped","features":[147]},{"name":"JET_wrnColumnTruncated","features":[147]},{"name":"JET_wrnCommittedLogFilesLost","features":[147]},{"name":"JET_wrnCommittedLogFilesRemoved","features":[147]},{"name":"JET_wrnCopyLongValue","features":[147]},{"name":"JET_wrnCorruptIndexDeleted","features":[147]},{"name":"JET_wrnDataHasChanged","features":[147]},{"name":"JET_wrnDatabaseAttached","features":[147]},{"name":"JET_wrnDatabaseRepaired","features":[147]},{"name":"JET_wrnDefragAlreadyRunning","features":[147]},{"name":"JET_wrnDefragNotRunning","features":[147]},{"name":"JET_wrnExistingLogFileHasBadSignature","features":[147]},{"name":"JET_wrnExistingLogFileIsNotContiguous","features":[147]},{"name":"JET_wrnFileOpenReadOnly","features":[147]},{"name":"JET_wrnFinishWithUndo","features":[147]},{"name":"JET_wrnIdleFull","features":[147]},{"name":"JET_wrnKeyChanged","features":[147]},{"name":"JET_wrnNoErrorInfo","features":[147]},{"name":"JET_wrnNoIdleActivity","features":[147]},{"name":"JET_wrnNoWriteLock","features":[147]},{"name":"JET_wrnNyi","features":[147]},{"name":"JET_wrnPrimaryIndexOutOfDate","features":[147]},{"name":"JET_wrnRemainingVersions","features":[147]},{"name":"JET_wrnSecondaryIndexOutOfDate","features":[147]},{"name":"JET_wrnSeekNotEqual","features":[147]},{"name":"JET_wrnSeparateLongValue","features":[147]},{"name":"JET_wrnShrinkNotPossible","features":[147]},{"name":"JET_wrnSkipThisRecord","features":[147]},{"name":"JET_wrnSortOverflow","features":[147]},{"name":"JET_wrnTableEmpty","features":[147]},{"name":"JET_wrnTableInUseBySystem","features":[147]},{"name":"JET_wrnTargetInstanceRunning","features":[147]},{"name":"JET_wrnUniqueKey","features":[147]},{"name":"JET_wszConfigStoreReadControl","features":[147]},{"name":"JET_wszConfigStoreRelPathSysParamDefault","features":[147]},{"name":"JET_wszConfigStoreRelPathSysParamOverride","features":[147]},{"name":"JetAddColumnA","features":[147,148]},{"name":"JetAddColumnW","features":[147,148]},{"name":"JetAttachDatabase2A","features":[147]},{"name":"JetAttachDatabase2W","features":[147]},{"name":"JetAttachDatabaseA","features":[147]},{"name":"JetAttachDatabaseW","features":[147]},{"name":"JetBackupA","features":[147]},{"name":"JetBackupInstanceA","features":[147]},{"name":"JetBackupInstanceW","features":[147]},{"name":"JetBackupW","features":[147]},{"name":"JetBeginExternalBackup","features":[147]},{"name":"JetBeginExternalBackupInstance","features":[147]},{"name":"JetBeginSessionA","features":[147]},{"name":"JetBeginSessionW","features":[147]},{"name":"JetBeginTransaction","features":[147]},{"name":"JetBeginTransaction2","features":[147]},{"name":"JetBeginTransaction3","features":[147]},{"name":"JetCloseDatabase","features":[147]},{"name":"JetCloseFile","features":[147,148]},{"name":"JetCloseFileInstance","features":[147,148]},{"name":"JetCloseTable","features":[147,148]},{"name":"JetCommitTransaction","features":[147]},{"name":"JetCommitTransaction2","features":[147]},{"name":"JetCompactA","features":[147]},{"name":"JetCompactW","features":[147]},{"name":"JetComputeStats","features":[147,148]},{"name":"JetConfigureProcessForCrashDump","features":[147]},{"name":"JetCreateDatabase2A","features":[147]},{"name":"JetCreateDatabase2W","features":[147]},{"name":"JetCreateDatabaseA","features":[147]},{"name":"JetCreateDatabaseW","features":[147]},{"name":"JetCreateIndex2A","features":[147,148]},{"name":"JetCreateIndex2W","features":[147,148]},{"name":"JetCreateIndex3A","features":[147,148]},{"name":"JetCreateIndex3W","features":[147,148]},{"name":"JetCreateIndex4A","features":[147,148]},{"name":"JetCreateIndex4W","features":[147,148]},{"name":"JetCreateIndexA","features":[147,148]},{"name":"JetCreateIndexW","features":[147,148]},{"name":"JetCreateInstance2A","features":[147]},{"name":"JetCreateInstance2W","features":[147]},{"name":"JetCreateInstanceA","features":[147]},{"name":"JetCreateInstanceW","features":[147]},{"name":"JetCreateTableA","features":[147,148]},{"name":"JetCreateTableColumnIndex2A","features":[147,148]},{"name":"JetCreateTableColumnIndex2W","features":[147,148]},{"name":"JetCreateTableColumnIndex3A","features":[147,148]},{"name":"JetCreateTableColumnIndex3W","features":[147,148]},{"name":"JetCreateTableColumnIndex4A","features":[147,148]},{"name":"JetCreateTableColumnIndex4W","features":[147,148]},{"name":"JetCreateTableColumnIndexA","features":[147,148]},{"name":"JetCreateTableColumnIndexW","features":[147,148]},{"name":"JetCreateTableW","features":[147,148]},{"name":"JetDefragment2A","features":[147,148]},{"name":"JetDefragment2W","features":[147,148]},{"name":"JetDefragment3A","features":[147,148]},{"name":"JetDefragment3W","features":[147,148]},{"name":"JetDefragmentA","features":[147]},{"name":"JetDefragmentW","features":[147]},{"name":"JetDelete","features":[147,148]},{"name":"JetDeleteColumn2A","features":[147,148]},{"name":"JetDeleteColumn2W","features":[147,148]},{"name":"JetDeleteColumnA","features":[147,148]},{"name":"JetDeleteColumnW","features":[147,148]},{"name":"JetDeleteIndexA","features":[147,148]},{"name":"JetDeleteIndexW","features":[147,148]},{"name":"JetDeleteTableA","features":[147]},{"name":"JetDeleteTableW","features":[147]},{"name":"JetDetachDatabase2A","features":[147]},{"name":"JetDetachDatabase2W","features":[147]},{"name":"JetDetachDatabaseA","features":[147]},{"name":"JetDetachDatabaseW","features":[147]},{"name":"JetDupCursor","features":[147,148]},{"name":"JetDupSession","features":[147]},{"name":"JetEnableMultiInstanceA","features":[147,148]},{"name":"JetEnableMultiInstanceW","features":[147,148]},{"name":"JetEndExternalBackup","features":[147]},{"name":"JetEndExternalBackupInstance","features":[147]},{"name":"JetEndExternalBackupInstance2","features":[147]},{"name":"JetEndSession","features":[147]},{"name":"JetEnumerateColumns","features":[147,148]},{"name":"JetEscrowUpdate","features":[147,148]},{"name":"JetExternalRestore2A","features":[147]},{"name":"JetExternalRestore2W","features":[147]},{"name":"JetExternalRestoreA","features":[147]},{"name":"JetExternalRestoreW","features":[147]},{"name":"JetFreeBuffer","features":[147]},{"name":"JetGetAttachInfoA","features":[147]},{"name":"JetGetAttachInfoInstanceA","features":[147]},{"name":"JetGetAttachInfoInstanceW","features":[147]},{"name":"JetGetAttachInfoW","features":[147]},{"name":"JetGetBookmark","features":[147,148]},{"name":"JetGetColumnInfoA","features":[147]},{"name":"JetGetColumnInfoW","features":[147]},{"name":"JetGetCurrentIndexA","features":[147,148]},{"name":"JetGetCurrentIndexW","features":[147,148]},{"name":"JetGetCursorInfo","features":[147,148]},{"name":"JetGetDatabaseFileInfoA","features":[147]},{"name":"JetGetDatabaseFileInfoW","features":[147]},{"name":"JetGetDatabaseInfoA","features":[147]},{"name":"JetGetDatabaseInfoW","features":[147]},{"name":"JetGetErrorInfoW","features":[147]},{"name":"JetGetIndexInfoA","features":[147]},{"name":"JetGetIndexInfoW","features":[147]},{"name":"JetGetInstanceInfoA","features":[147,148]},{"name":"JetGetInstanceInfoW","features":[147,148]},{"name":"JetGetInstanceMiscInfo","features":[147]},{"name":"JetGetLS","features":[147,148]},{"name":"JetGetLock","features":[147,148]},{"name":"JetGetLogInfoA","features":[147]},{"name":"JetGetLogInfoInstance2A","features":[147]},{"name":"JetGetLogInfoInstance2W","features":[147]},{"name":"JetGetLogInfoInstanceA","features":[147]},{"name":"JetGetLogInfoInstanceW","features":[147]},{"name":"JetGetLogInfoW","features":[147]},{"name":"JetGetObjectInfoA","features":[147]},{"name":"JetGetObjectInfoW","features":[147]},{"name":"JetGetRecordPosition","features":[147,148]},{"name":"JetGetRecordSize","features":[147,148]},{"name":"JetGetRecordSize2","features":[147,148]},{"name":"JetGetSecondaryIndexBookmark","features":[147,148]},{"name":"JetGetSessionParameter","features":[147]},{"name":"JetGetSystemParameterA","features":[147,148]},{"name":"JetGetSystemParameterW","features":[147,148]},{"name":"JetGetTableColumnInfoA","features":[147,148]},{"name":"JetGetTableColumnInfoW","features":[147,148]},{"name":"JetGetTableIndexInfoA","features":[147,148]},{"name":"JetGetTableIndexInfoW","features":[147,148]},{"name":"JetGetTableInfoA","features":[147,148]},{"name":"JetGetTableInfoW","features":[147,148]},{"name":"JetGetThreadStats","features":[147]},{"name":"JetGetTruncateLogInfoInstanceA","features":[147]},{"name":"JetGetTruncateLogInfoInstanceW","features":[147]},{"name":"JetGetVersion","features":[147]},{"name":"JetGotoBookmark","features":[147,148]},{"name":"JetGotoPosition","features":[147,148]},{"name":"JetGotoSecondaryIndexBookmark","features":[147,148]},{"name":"JetGrowDatabase","features":[147]},{"name":"JetIdle","features":[147]},{"name":"JetIndexRecordCount","features":[147,148]},{"name":"JetInit","features":[147]},{"name":"JetInit2","features":[147]},{"name":"JetInit3A","features":[147]},{"name":"JetInit3W","features":[147]},{"name":"JetIntersectIndexes","features":[147,148]},{"name":"JetMakeKey","features":[147,148]},{"name":"JetMove","features":[147,148]},{"name":"JetOSSnapshotAbort","features":[147]},{"name":"JetOSSnapshotEnd","features":[147]},{"name":"JetOSSnapshotFreezeA","features":[147,148]},{"name":"JetOSSnapshotFreezeW","features":[147,148]},{"name":"JetOSSnapshotGetFreezeInfoA","features":[147,148]},{"name":"JetOSSnapshotGetFreezeInfoW","features":[147,148]},{"name":"JetOSSnapshotPrepare","features":[147]},{"name":"JetOSSnapshotPrepareInstance","features":[147]},{"name":"JetOSSnapshotThaw","features":[147]},{"name":"JetOSSnapshotTruncateLog","features":[147]},{"name":"JetOSSnapshotTruncateLogInstance","features":[147]},{"name":"JetOpenDatabaseA","features":[147]},{"name":"JetOpenDatabaseW","features":[147]},{"name":"JetOpenFileA","features":[147,148]},{"name":"JetOpenFileInstanceA","features":[147,148]},{"name":"JetOpenFileInstanceW","features":[147,148]},{"name":"JetOpenFileW","features":[147,148]},{"name":"JetOpenTableA","features":[147,148]},{"name":"JetOpenTableW","features":[147,148]},{"name":"JetOpenTempTable","features":[147,148]},{"name":"JetOpenTempTable2","features":[147,148]},{"name":"JetOpenTempTable3","features":[147,148]},{"name":"JetOpenTemporaryTable","features":[147,148]},{"name":"JetOpenTemporaryTable2","features":[147,148]},{"name":"JetPrepareUpdate","features":[147,148]},{"name":"JetPrereadIndexRanges","features":[147,148]},{"name":"JetPrereadKeys","features":[147,148]},{"name":"JetReadFile","features":[147,148]},{"name":"JetReadFileInstance","features":[147,148]},{"name":"JetRegisterCallback","features":[147,148]},{"name":"JetRenameColumnA","features":[147,148]},{"name":"JetRenameColumnW","features":[147,148]},{"name":"JetRenameTableA","features":[147]},{"name":"JetRenameTableW","features":[147]},{"name":"JetResetSessionContext","features":[147]},{"name":"JetResetTableSequential","features":[147,148]},{"name":"JetResizeDatabase","features":[147]},{"name":"JetRestore2A","features":[147]},{"name":"JetRestore2W","features":[147]},{"name":"JetRestoreA","features":[147]},{"name":"JetRestoreInstanceA","features":[147]},{"name":"JetRestoreInstanceW","features":[147]},{"name":"JetRestoreW","features":[147]},{"name":"JetRetrieveColumn","features":[147,148]},{"name":"JetRetrieveColumns","features":[147,148]},{"name":"JetRetrieveKey","features":[147,148]},{"name":"JetRollback","features":[147]},{"name":"JetSeek","features":[147,148]},{"name":"JetSetColumn","features":[147,148]},{"name":"JetSetColumnDefaultValueA","features":[147]},{"name":"JetSetColumnDefaultValueW","features":[147]},{"name":"JetSetColumns","features":[147,148]},{"name":"JetSetCurrentIndex2A","features":[147,148]},{"name":"JetSetCurrentIndex2W","features":[147,148]},{"name":"JetSetCurrentIndex3A","features":[147,148]},{"name":"JetSetCurrentIndex3W","features":[147,148]},{"name":"JetSetCurrentIndex4A","features":[147,148]},{"name":"JetSetCurrentIndex4W","features":[147,148]},{"name":"JetSetCurrentIndexA","features":[147,148]},{"name":"JetSetCurrentIndexW","features":[147,148]},{"name":"JetSetCursorFilter","features":[147,148]},{"name":"JetSetDatabaseSizeA","features":[147]},{"name":"JetSetDatabaseSizeW","features":[147]},{"name":"JetSetIndexRange","features":[147,148]},{"name":"JetSetLS","features":[147,148]},{"name":"JetSetSessionContext","features":[147,148]},{"name":"JetSetSessionParameter","features":[147]},{"name":"JetSetSystemParameterA","features":[147,148]},{"name":"JetSetSystemParameterW","features":[147,148]},{"name":"JetSetTableSequential","features":[147,148]},{"name":"JetStopBackup","features":[147]},{"name":"JetStopBackupInstance","features":[147]},{"name":"JetStopService","features":[147]},{"name":"JetStopServiceInstance","features":[147]},{"name":"JetStopServiceInstance2","features":[147]},{"name":"JetTerm","features":[147]},{"name":"JetTerm2","features":[147]},{"name":"JetTruncateLog","features":[147]},{"name":"JetTruncateLogInstance","features":[147]},{"name":"JetUnregisterCallback","features":[147,148]},{"name":"JetUpdate","features":[147,148]},{"name":"JetUpdate2","features":[147,148]},{"name":"cColumnInfoCols","features":[147]},{"name":"cIndexInfoCols","features":[147]},{"name":"cObjectInfoCols","features":[147]},{"name":"wrnBTNotVisibleAccumulated","features":[147]},{"name":"wrnBTNotVisibleRejected","features":[147]}],"519":[{"name":"ACTIVE_LATENCY_CONFIGURATION","features":[149]},{"name":"BUCKET_COUNTER","features":[149]},{"name":"DEBUG_BIT_FIELD","features":[149]},{"name":"DSSD_POWER_STATE_DESCRIPTOR","features":[149]},{"name":"FIRMWARE_ACTIVATION_HISTORY_ENTRY","features":[149]},{"name":"FIRMWARE_ACTIVATION_HISTORY_ENTRY_VERSION_1","features":[149]},{"name":"GUID_MFND_CHILD_CONTROLLER_EVENT_LOG_PAGE","features":[149]},{"name":"GUID_MFND_CHILD_CONTROLLER_EVENT_LOG_PAGEGuid","features":[149]},{"name":"GUID_OCP_DEVICE_DEVICE_CAPABILITIES","features":[149]},{"name":"GUID_OCP_DEVICE_DEVICE_CAPABILITIESGuid","features":[149]},{"name":"GUID_OCP_DEVICE_ERROR_RECOVERY","features":[149]},{"name":"GUID_OCP_DEVICE_ERROR_RECOVERYGuid","features":[149]},{"name":"GUID_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY","features":[149]},{"name":"GUID_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORYGuid","features":[149]},{"name":"GUID_OCP_DEVICE_LATENCY_MONITOR","features":[149]},{"name":"GUID_OCP_DEVICE_LATENCY_MONITORGuid","features":[149]},{"name":"GUID_OCP_DEVICE_SMART_INFORMATION","features":[149]},{"name":"GUID_OCP_DEVICE_SMART_INFORMATIONGuid","features":[149]},{"name":"GUID_OCP_DEVICE_TCG_CONFIGURATION","features":[149]},{"name":"GUID_OCP_DEVICE_TCG_CONFIGURATIONGuid","features":[149]},{"name":"GUID_OCP_DEVICE_TCG_HISTORY","features":[149]},{"name":"GUID_OCP_DEVICE_TCG_HISTORYGuid","features":[149]},{"name":"GUID_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS","features":[149]},{"name":"GUID_OCP_DEVICE_UNSUPPORTED_REQUIREMENTSGuid","features":[149]},{"name":"GUID_WCS_DEVICE_ERROR_RECOVERY","features":[149]},{"name":"GUID_WCS_DEVICE_ERROR_RECOVERYGuid","features":[149]},{"name":"GUID_WCS_DEVICE_SMART_ATTRIBUTES","features":[149]},{"name":"GUID_WCS_DEVICE_SMART_ATTRIBUTESGuid","features":[149]},{"name":"LATENCY_MONITOR_FEATURE_STATUS","features":[149]},{"name":"LATENCY_STAMP","features":[149]},{"name":"LATENCY_STAMP_UNITS","features":[149]},{"name":"MEASURED_LATENCY","features":[149]},{"name":"NVME_ACCESS_FREQUENCIES","features":[149]},{"name":"NVME_ACCESS_FREQUENCY_FR_WRITE_FR_READ","features":[149]},{"name":"NVME_ACCESS_FREQUENCY_FR_WRITE_INFR_READ","features":[149]},{"name":"NVME_ACCESS_FREQUENCY_INFR_WRITE_FR_READ","features":[149]},{"name":"NVME_ACCESS_FREQUENCY_INFR_WRITE_INFR_READ","features":[149]},{"name":"NVME_ACCESS_FREQUENCY_NONE","features":[149]},{"name":"NVME_ACCESS_FREQUENCY_ONE_TIME_READ","features":[149]},{"name":"NVME_ACCESS_FREQUENCY_SPECULATIVE_READ","features":[149]},{"name":"NVME_ACCESS_FREQUENCY_TYPICAL","features":[149]},{"name":"NVME_ACCESS_FREQUENCY_WILL_BE_OVERWRITTEN","features":[149]},{"name":"NVME_ACCESS_LATENCIES","features":[149]},{"name":"NVME_ACCESS_LATENCY_IDLE","features":[149]},{"name":"NVME_ACCESS_LATENCY_LOW","features":[149]},{"name":"NVME_ACCESS_LATENCY_NONE","features":[149]},{"name":"NVME_ACCESS_LATENCY_NORMAL","features":[149]},{"name":"NVME_ACTIVE_NAMESPACE_ID_LIST","features":[149]},{"name":"NVME_ADMIN_COMMANDS","features":[149]},{"name":"NVME_ADMIN_COMMAND_ABORT","features":[149]},{"name":"NVME_ADMIN_COMMAND_ASYNC_EVENT_REQUEST","features":[149]},{"name":"NVME_ADMIN_COMMAND_CREATE_IO_CQ","features":[149]},{"name":"NVME_ADMIN_COMMAND_CREATE_IO_SQ","features":[149]},{"name":"NVME_ADMIN_COMMAND_DELETE_IO_CQ","features":[149]},{"name":"NVME_ADMIN_COMMAND_DELETE_IO_SQ","features":[149]},{"name":"NVME_ADMIN_COMMAND_DEVICE_SELF_TEST","features":[149]},{"name":"NVME_ADMIN_COMMAND_DIRECTIVE_RECEIVE","features":[149]},{"name":"NVME_ADMIN_COMMAND_DIRECTIVE_SEND","features":[149]},{"name":"NVME_ADMIN_COMMAND_DOORBELL_BUFFER_CONFIG","features":[149]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_ACTIVATE","features":[149]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_COMMIT","features":[149]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_IMAGE_DOWNLOAD","features":[149]},{"name":"NVME_ADMIN_COMMAND_FORMAT_NVM","features":[149]},{"name":"NVME_ADMIN_COMMAND_GET_FEATURES","features":[149]},{"name":"NVME_ADMIN_COMMAND_GET_LBA_STATUS","features":[149]},{"name":"NVME_ADMIN_COMMAND_GET_LOG_PAGE","features":[149]},{"name":"NVME_ADMIN_COMMAND_IDENTIFY","features":[149]},{"name":"NVME_ADMIN_COMMAND_NAMESPACE_ATTACHMENT","features":[149]},{"name":"NVME_ADMIN_COMMAND_NAMESPACE_MANAGEMENT","features":[149]},{"name":"NVME_ADMIN_COMMAND_NVME_MI_RECEIVE","features":[149]},{"name":"NVME_ADMIN_COMMAND_NVME_MI_SEND","features":[149]},{"name":"NVME_ADMIN_COMMAND_SANITIZE","features":[149]},{"name":"NVME_ADMIN_COMMAND_SECURITY_RECEIVE","features":[149]},{"name":"NVME_ADMIN_COMMAND_SECURITY_SEND","features":[149]},{"name":"NVME_ADMIN_COMMAND_SET_FEATURES","features":[149]},{"name":"NVME_ADMIN_COMMAND_VIRTUALIZATION_MANAGEMENT","features":[149]},{"name":"NVME_ADMIN_COMPLETION_QUEUE_BASE_ADDRESS","features":[149]},{"name":"NVME_ADMIN_QUEUE_ATTRIBUTES","features":[149]},{"name":"NVME_ADMIN_SUBMISSION_QUEUE_BASE_ADDRESS","features":[149]},{"name":"NVME_AMS_OPTION","features":[149]},{"name":"NVME_AMS_ROUND_ROBIN","features":[149]},{"name":"NVME_AMS_WEIGHTED_ROUND_ROBIN_URGENT","features":[149]},{"name":"NVME_ASYNC_ERROR_DIAG_FAILURE","features":[149]},{"name":"NVME_ASYNC_ERROR_FIRMWARE_IMAGE_LOAD_ERROR","features":[149]},{"name":"NVME_ASYNC_ERROR_INVALID_DOORBELL_WRITE_VALUE","features":[149]},{"name":"NVME_ASYNC_ERROR_INVALID_SUBMISSION_QUEUE","features":[149]},{"name":"NVME_ASYNC_ERROR_PERSISTENT_INTERNAL_DEVICE_ERROR","features":[149]},{"name":"NVME_ASYNC_ERROR_TRANSIENT_INTERNAL_DEVICE_ERROR","features":[149]},{"name":"NVME_ASYNC_EVENT_ERROR_STATUS_CODES","features":[149]},{"name":"NVME_ASYNC_EVENT_HEALTH_STATUS_CODES","features":[149]},{"name":"NVME_ASYNC_EVENT_IO_COMMAND_SET_STATUS_CODES","features":[149]},{"name":"NVME_ASYNC_EVENT_NOTICE_CODES","features":[149]},{"name":"NVME_ASYNC_EVENT_TYPES","features":[149]},{"name":"NVME_ASYNC_EVENT_TYPE_ERROR_STATUS","features":[149]},{"name":"NVME_ASYNC_EVENT_TYPE_HEALTH_STATUS","features":[149]},{"name":"NVME_ASYNC_EVENT_TYPE_IO_COMMAND_SET_STATUS","features":[149]},{"name":"NVME_ASYNC_EVENT_TYPE_NOTICE","features":[149]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC","features":[149]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_CODES","features":[149]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_DEVICE_PANIC","features":[149]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_RESERVED","features":[149]},{"name":"NVME_ASYNC_HEALTH_NVM_SUBSYSTEM_RELIABILITY","features":[149]},{"name":"NVME_ASYNC_HEALTH_SPARE_BELOW_THRESHOLD","features":[149]},{"name":"NVME_ASYNC_HEALTH_TEMPERATURE_THRESHOLD","features":[149]},{"name":"NVME_ASYNC_IO_CMD_SANITIZE_OPERATION_COMPLETED","features":[149]},{"name":"NVME_ASYNC_IO_CMD_SANITIZE_OPERATION_COMPLETED_WITH_UNEXPECTED_DEALLOCATION","features":[149]},{"name":"NVME_ASYNC_IO_CMD_SET_RESERVATION_LOG_PAGE_AVAILABLE","features":[149]},{"name":"NVME_ASYNC_NOTICE_ASYMMETRIC_ACCESS_CHANGE","features":[149]},{"name":"NVME_ASYNC_NOTICE_ENDURANCE_GROUP_EVENT_AGGREGATE_LOG_CHANGE","features":[149]},{"name":"NVME_ASYNC_NOTICE_FIRMWARE_ACTIVATION_STARTING","features":[149]},{"name":"NVME_ASYNC_NOTICE_LBA_STATUS_INFORMATION_ALERT","features":[149]},{"name":"NVME_ASYNC_NOTICE_NAMESPACE_ATTRIBUTE_CHANGED","features":[149]},{"name":"NVME_ASYNC_NOTICE_PREDICTABLE_LATENCY_EVENT_AGGREGATE_LOG_CHANGE","features":[149]},{"name":"NVME_ASYNC_NOTICE_TELEMETRY_LOG_CHANGED","features":[149]},{"name":"NVME_ASYNC_NOTICE_ZONE_DESCRIPTOR_CHANGED","features":[149]},{"name":"NVME_AUTO_POWER_STATE_TRANSITION_ENTRY","features":[149]},{"name":"NVME_CC_SHN_ABRUPT_SHUTDOWN","features":[149]},{"name":"NVME_CC_SHN_NORMAL_SHUTDOWN","features":[149]},{"name":"NVME_CC_SHN_NO_NOTIFICATION","features":[149]},{"name":"NVME_CC_SHN_SHUTDOWN_NOTIFICATIONS","features":[149]},{"name":"NVME_CDW0_FEATURE_ENABLE_IEEE1667_SILO","features":[149]},{"name":"NVME_CDW0_FEATURE_ERROR_INJECTION","features":[149]},{"name":"NVME_CDW0_FEATURE_READONLY_WRITETHROUGH_MODE","features":[149]},{"name":"NVME_CDW0_RESERVATION_PERSISTENCE","features":[149]},{"name":"NVME_CDW10_ABORT","features":[149]},{"name":"NVME_CDW10_CREATE_IO_QUEUE","features":[149]},{"name":"NVME_CDW10_DATASET_MANAGEMENT","features":[149]},{"name":"NVME_CDW10_DIRECTIVE_RECEIVE","features":[149]},{"name":"NVME_CDW10_DIRECTIVE_SEND","features":[149]},{"name":"NVME_CDW10_FIRMWARE_ACTIVATE","features":[149]},{"name":"NVME_CDW10_FIRMWARE_DOWNLOAD","features":[149]},{"name":"NVME_CDW10_FORMAT_NVM","features":[149]},{"name":"NVME_CDW10_GET_FEATURES","features":[149]},{"name":"NVME_CDW10_GET_LOG_PAGE","features":[149]},{"name":"NVME_CDW10_GET_LOG_PAGE_V13","features":[149]},{"name":"NVME_CDW10_IDENTIFY","features":[149]},{"name":"NVME_CDW10_RESERVATION_ACQUIRE","features":[149]},{"name":"NVME_CDW10_RESERVATION_REGISTER","features":[149]},{"name":"NVME_CDW10_RESERVATION_RELEASE","features":[149]},{"name":"NVME_CDW10_RESERVATION_REPORT","features":[149]},{"name":"NVME_CDW10_SANITIZE","features":[149]},{"name":"NVME_CDW10_SECURITY_SEND_RECEIVE","features":[149]},{"name":"NVME_CDW10_SET_FEATURES","features":[149]},{"name":"NVME_CDW10_ZONE_APPEND","features":[149]},{"name":"NVME_CDW10_ZONE_MANAGEMENT_RECEIVE","features":[149]},{"name":"NVME_CDW10_ZONE_MANAGEMENT_SEND","features":[149]},{"name":"NVME_CDW11_CREATE_IO_CQ","features":[149]},{"name":"NVME_CDW11_CREATE_IO_SQ","features":[149]},{"name":"NVME_CDW11_DATASET_MANAGEMENT","features":[149]},{"name":"NVME_CDW11_DIRECTIVE_RECEIVE","features":[149]},{"name":"NVME_CDW11_DIRECTIVE_SEND","features":[149]},{"name":"NVME_CDW11_FEATURES","features":[149]},{"name":"NVME_CDW11_FEATURE_ARBITRATION","features":[149]},{"name":"NVME_CDW11_FEATURE_ASYNC_EVENT_CONFIG","features":[149]},{"name":"NVME_CDW11_FEATURE_AUTO_POWER_STATE_TRANSITION","features":[149]},{"name":"NVME_CDW11_FEATURE_CLEAR_FW_UPDATE_HISTORY","features":[149]},{"name":"NVME_CDW11_FEATURE_CLEAR_PCIE_CORRECTABLE_ERROR_COUNTERS","features":[149]},{"name":"NVME_CDW11_FEATURE_ENABLE_IEEE1667_SILO","features":[149]},{"name":"NVME_CDW11_FEATURE_ERROR_RECOVERY","features":[149]},{"name":"NVME_CDW11_FEATURE_GET_HOST_METADATA","features":[149]},{"name":"NVME_CDW11_FEATURE_HOST_IDENTIFIER","features":[149]},{"name":"NVME_CDW11_FEATURE_HOST_MEMORY_BUFFER","features":[149]},{"name":"NVME_CDW11_FEATURE_INTERRUPT_COALESCING","features":[149]},{"name":"NVME_CDW11_FEATURE_INTERRUPT_VECTOR_CONFIG","features":[149]},{"name":"NVME_CDW11_FEATURE_IO_COMMAND_SET_PROFILE","features":[149]},{"name":"NVME_CDW11_FEATURE_LBA_RANGE_TYPE","features":[149]},{"name":"NVME_CDW11_FEATURE_NON_OPERATIONAL_POWER_STATE","features":[149]},{"name":"NVME_CDW11_FEATURE_NUMBER_OF_QUEUES","features":[149]},{"name":"NVME_CDW11_FEATURE_POWER_MANAGEMENT","features":[149]},{"name":"NVME_CDW11_FEATURE_READONLY_WRITETHROUGH_MODE","features":[149]},{"name":"NVME_CDW11_FEATURE_RESERVATION_NOTIFICATION_MASK","features":[149]},{"name":"NVME_CDW11_FEATURE_RESERVATION_PERSISTENCE","features":[149]},{"name":"NVME_CDW11_FEATURE_SET_HOST_METADATA","features":[149]},{"name":"NVME_CDW11_FEATURE_SUPPORTED_CAPABILITY","features":[149]},{"name":"NVME_CDW11_FEATURE_TEMPERATURE_THRESHOLD","features":[149]},{"name":"NVME_CDW11_FEATURE_VOLATILE_WRITE_CACHE","features":[149]},{"name":"NVME_CDW11_FEATURE_WRITE_ATOMICITY_NORMAL","features":[149]},{"name":"NVME_CDW11_FIRMWARE_DOWNLOAD","features":[149]},{"name":"NVME_CDW11_GET_LOG_PAGE","features":[149]},{"name":"NVME_CDW11_IDENTIFY","features":[149]},{"name":"NVME_CDW11_RESERVATION_REPORT","features":[149]},{"name":"NVME_CDW11_SANITIZE","features":[149]},{"name":"NVME_CDW11_SECURITY_RECEIVE","features":[149]},{"name":"NVME_CDW11_SECURITY_SEND","features":[149]},{"name":"NVME_CDW12_DIRECTIVE_RECEIVE","features":[149]},{"name":"NVME_CDW12_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES","features":[149]},{"name":"NVME_CDW12_DIRECTIVE_SEND","features":[149]},{"name":"NVME_CDW12_DIRECTIVE_SEND_IDENTIFY_ENABLE_DIRECTIVE","features":[149]},{"name":"NVME_CDW12_FEATURES","features":[149]},{"name":"NVME_CDW12_FEATURE_HOST_MEMORY_BUFFER","features":[149]},{"name":"NVME_CDW12_GET_LOG_PAGE","features":[149]},{"name":"NVME_CDW12_READ_WRITE","features":[149]},{"name":"NVME_CDW12_ZONE_APPEND","features":[149]},{"name":"NVME_CDW13_FEATURES","features":[149]},{"name":"NVME_CDW13_FEATURE_HOST_MEMORY_BUFFER","features":[149]},{"name":"NVME_CDW13_GET_LOG_PAGE","features":[149]},{"name":"NVME_CDW13_READ_WRITE","features":[149]},{"name":"NVME_CDW13_ZONE_MANAGEMENT_RECEIVE","features":[149]},{"name":"NVME_CDW13_ZONE_MANAGEMENT_SEND","features":[149]},{"name":"NVME_CDW14_FEATURES","features":[149]},{"name":"NVME_CDW14_FEATURE_HOST_MEMORY_BUFFER","features":[149]},{"name":"NVME_CDW14_GET_LOG_PAGE","features":[149]},{"name":"NVME_CDW15_FEATURES","features":[149]},{"name":"NVME_CDW15_FEATURE_HOST_MEMORY_BUFFER","features":[149]},{"name":"NVME_CDW15_READ_WRITE","features":[149]},{"name":"NVME_CDW15_ZONE_APPEND","features":[149]},{"name":"NVME_CHANGED_NAMESPACE_LIST_LOG","features":[149]},{"name":"NVME_CHANGED_ZONE_LIST_LOG","features":[149]},{"name":"NVME_CMBSZ_SIZE_UNITS","features":[149]},{"name":"NVME_CMBSZ_SIZE_UNITS_16MB","features":[149]},{"name":"NVME_CMBSZ_SIZE_UNITS_1MB","features":[149]},{"name":"NVME_CMBSZ_SIZE_UNITS_256MB","features":[149]},{"name":"NVME_CMBSZ_SIZE_UNITS_4GB","features":[149]},{"name":"NVME_CMBSZ_SIZE_UNITS_4KB","features":[149]},{"name":"NVME_CMBSZ_SIZE_UNITS_64GB","features":[149]},{"name":"NVME_CMBSZ_SIZE_UNITS_64KB","features":[149]},{"name":"NVME_COMMAND","features":[149]},{"name":"NVME_COMMAND_DWORD0","features":[149]},{"name":"NVME_COMMAND_EFFECTS_DATA","features":[149]},{"name":"NVME_COMMAND_EFFECTS_LOG","features":[149]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMITS","features":[149]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_NONE","features":[149]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_SINGLE_PER_CONTROLLER","features":[149]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_SINGLE_PER_NAMESPACE","features":[149]},{"name":"NVME_COMMAND_SET_IDENTIFIERS","features":[149]},{"name":"NVME_COMMAND_SET_KEY_VALUE","features":[149]},{"name":"NVME_COMMAND_SET_NVM","features":[149]},{"name":"NVME_COMMAND_SET_ZONED_NAMESPACE","features":[149]},{"name":"NVME_COMMAND_STATUS","features":[149]},{"name":"NVME_COMPLETION_DW0_ASYNC_EVENT_REQUEST","features":[149]},{"name":"NVME_COMPLETION_DW0_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES","features":[149]},{"name":"NVME_COMPLETION_ENTRY","features":[149]},{"name":"NVME_COMPLETION_QUEUE_HEAD_DOORBELL","features":[149]},{"name":"NVME_CONTEXT_ATTRIBUTES","features":[149]},{"name":"NVME_CONTROLLER_CAPABILITIES","features":[149]},{"name":"NVME_CONTROLLER_CONFIGURATION","features":[149]},{"name":"NVME_CONTROLLER_LIST","features":[149]},{"name":"NVME_CONTROLLER_MEMORY_BUFFER_LOCATION","features":[149]},{"name":"NVME_CONTROLLER_MEMORY_BUFFER_SIZE","features":[149]},{"name":"NVME_CONTROLLER_METADATA_CHIPSET_DRIVER_NAME","features":[149]},{"name":"NVME_CONTROLLER_METADATA_CHIPSET_DRIVER_VERSION","features":[149]},{"name":"NVME_CONTROLLER_METADATA_DISPLAY_DRIVER_NAME","features":[149]},{"name":"NVME_CONTROLLER_METADATA_DISPLAY_DRIVER_VERSION","features":[149]},{"name":"NVME_CONTROLLER_METADATA_ELEMENT_TYPES","features":[149]},{"name":"NVME_CONTROLLER_METADATA_FIRMWARE_VERSION","features":[149]},{"name":"NVME_CONTROLLER_METADATA_HOST_DETERMINED_FAILURE_RECORD","features":[149]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_CONTROLLER_NAME","features":[149]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_FILENAME","features":[149]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_NAME","features":[149]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_VERSION","features":[149]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_NAME_AND_BUILD","features":[149]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_CONTROLLER_NAME","features":[149]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_DRIVER_NAME","features":[149]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_DRIVER_VERSION","features":[149]},{"name":"NVME_CONTROLLER_METADATA_SYSTEM_PROCESSOR_MODEL","features":[149]},{"name":"NVME_CONTROLLER_METADATA_SYSTEM_PRODUCT_NAME","features":[149]},{"name":"NVME_CONTROLLER_REGISTERS","features":[149]},{"name":"NVME_CONTROLLER_STATUS","features":[149]},{"name":"NVME_CSS_ADMIN_COMMAND_SET_ONLY","features":[149]},{"name":"NVME_CSS_ALL_SUPPORTED_IO_COMMAND_SET","features":[149]},{"name":"NVME_CSS_COMMAND_SETS","features":[149]},{"name":"NVME_CSS_NVM_COMMAND_SET","features":[149]},{"name":"NVME_CSTS_SHST_NO_SHUTDOWN","features":[149]},{"name":"NVME_CSTS_SHST_SHUTDOWN_COMPLETED","features":[149]},{"name":"NVME_CSTS_SHST_SHUTDOWN_IN_PROCESS","features":[149]},{"name":"NVME_CSTS_SHST_SHUTDOWN_STATUS","features":[149]},{"name":"NVME_DEVICE_SELF_TEST_LOG","features":[149]},{"name":"NVME_DEVICE_SELF_TEST_RESULT_DATA","features":[149]},{"name":"NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS","features":[149]},{"name":"NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR","features":[149]},{"name":"NVME_DIRECTIVE_RECEIVE_IDENTIFY_OPERATIONS","features":[149]},{"name":"NVME_DIRECTIVE_RECEIVE_IDENTIFY_OPERATION_RETURN_PARAMETERS","features":[149]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATIONS","features":[149]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_ALLOCATE_RESOURCES","features":[149]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_GET_STATUS","features":[149]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_RETURN_PARAMETERS","features":[149]},{"name":"NVME_DIRECTIVE_SEND_IDENTIFY_OPERATIONS","features":[149]},{"name":"NVME_DIRECTIVE_SEND_IDENTIFY_OPERATION_ENABLE_DIRECTIVE","features":[149]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATIONS","features":[149]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_IDENTIFIER","features":[149]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_RESOURCES","features":[149]},{"name":"NVME_DIRECTIVE_STREAMS_GET_STATUS_DATA","features":[149]},{"name":"NVME_DIRECTIVE_STREAMS_RETURN_PARAMETERS","features":[149]},{"name":"NVME_DIRECTIVE_TYPES","features":[149]},{"name":"NVME_DIRECTIVE_TYPE_IDENTIFY","features":[149]},{"name":"NVME_DIRECTIVE_TYPE_STREAMS","features":[149]},{"name":"NVME_ENDURANCE_GROUP_LOG","features":[149]},{"name":"NVME_ERROR_INFO_LOG","features":[149]},{"name":"NVME_ERROR_INJECTION_ENTRY","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPES","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_CPU_CONTROLLER_HANG","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_DRAM_CORRUPTION_CRITICAL","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_DRAM_CORRUPTION_NONCRITICAL","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_HW_MALFUNCTION","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_LOGICAL_FW_ERROR","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_NAND_CORRUPTION","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_NAND_HANG","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_PLP_DEFECT","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_SRAM_CORRUPTION","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_MAX","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_RESERVED0","features":[149]},{"name":"NVME_ERROR_INJECTION_TYPE_RESERVED1","features":[149]},{"name":"NVME_EXTENDED_HOST_IDENTIFIER_SIZE","features":[149]},{"name":"NVME_EXTENDED_REPORT_ZONE_INFO","features":[149]},{"name":"NVME_FEATURES","features":[149]},{"name":"NVME_FEATURE_ARBITRATION","features":[149]},{"name":"NVME_FEATURE_ASYNC_EVENT_CONFIG","features":[149]},{"name":"NVME_FEATURE_AUTONOMOUS_POWER_STATE_TRANSITION","features":[149]},{"name":"NVME_FEATURE_CLEAR_FW_UPDATE_HISTORY","features":[149]},{"name":"NVME_FEATURE_CLEAR_PCIE_CORRECTABLE_ERROR_COUNTERS","features":[149]},{"name":"NVME_FEATURE_CONTROLLER_METADATA","features":[149]},{"name":"NVME_FEATURE_ENABLE_IEEE1667_SILO","features":[149]},{"name":"NVME_FEATURE_ENDURANCE_GROUP_EVENT_CONFIG","features":[149]},{"name":"NVME_FEATURE_ENHANCED_CONTROLLER_METADATA","features":[149]},{"name":"NVME_FEATURE_ERROR_INJECTION","features":[149]},{"name":"NVME_FEATURE_ERROR_RECOVERY","features":[149]},{"name":"NVME_FEATURE_HOST_BEHAVIOR_SUPPORT","features":[149]},{"name":"NVME_FEATURE_HOST_CONTROLLED_THERMAL_MANAGEMENT","features":[149]},{"name":"NVME_FEATURE_HOST_IDENTIFIER_DATA","features":[149]},{"name":"NVME_FEATURE_HOST_MEMORY_BUFFER","features":[149]},{"name":"NVME_FEATURE_HOST_METADATA_DATA","features":[149]},{"name":"NVME_FEATURE_INTERRUPT_COALESCING","features":[149]},{"name":"NVME_FEATURE_INTERRUPT_VECTOR_CONFIG","features":[149]},{"name":"NVME_FEATURE_IO_COMMAND_SET_PROFILE","features":[149]},{"name":"NVME_FEATURE_KEEP_ALIVE","features":[149]},{"name":"NVME_FEATURE_LBA_RANGE_TYPE","features":[149]},{"name":"NVME_FEATURE_LBA_STATUS_INFORMATION_REPORT_INTERVAL","features":[149]},{"name":"NVME_FEATURE_NAMESPACE_METADATA","features":[149]},{"name":"NVME_FEATURE_NONOPERATIONAL_POWER_STATE","features":[149]},{"name":"NVME_FEATURE_NUMBER_OF_QUEUES","features":[149]},{"name":"NVME_FEATURE_NVM_HOST_IDENTIFIER","features":[149]},{"name":"NVME_FEATURE_NVM_NAMESPACE_WRITE_PROTECTION_CONFIG","features":[149]},{"name":"NVME_FEATURE_NVM_RESERVATION_NOTIFICATION_MASK","features":[149]},{"name":"NVME_FEATURE_NVM_RESERVATION_PERSISTANCE","features":[149]},{"name":"NVME_FEATURE_NVM_SOFTWARE_PROGRESS_MARKER","features":[149]},{"name":"NVME_FEATURE_PLP_HEALTH_MONITOR","features":[149]},{"name":"NVME_FEATURE_POWER_MANAGEMENT","features":[149]},{"name":"NVME_FEATURE_PREDICTABLE_LATENCY_MODE_CONFIG","features":[149]},{"name":"NVME_FEATURE_PREDICTABLE_LATENCY_MODE_WINDOW","features":[149]},{"name":"NVME_FEATURE_READONLY_WRITETHROUGH_MODE","features":[149]},{"name":"NVME_FEATURE_READ_RECOVERY_LEVEL_CONFIG","features":[149]},{"name":"NVME_FEATURE_SANITIZE_CONFIG","features":[149]},{"name":"NVME_FEATURE_TEMPERATURE_THRESHOLD","features":[149]},{"name":"NVME_FEATURE_TIMESTAMP","features":[149]},{"name":"NVME_FEATURE_VALUE_CODES","features":[149]},{"name":"NVME_FEATURE_VALUE_CURRENT","features":[149]},{"name":"NVME_FEATURE_VALUE_DEFAULT","features":[149]},{"name":"NVME_FEATURE_VALUE_SAVED","features":[149]},{"name":"NVME_FEATURE_VALUE_SUPPORTED_CAPABILITIES","features":[149]},{"name":"NVME_FEATURE_VOLATILE_WRITE_CACHE","features":[149]},{"name":"NVME_FEATURE_WRITE_ATOMICITY","features":[149]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTIONS","features":[149]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_ACTIVATE","features":[149]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT","features":[149]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT_AND_ACTIVATE","features":[149]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT_AND_ACTIVATE_IMMEDIATE","features":[149]},{"name":"NVME_FIRMWARE_SLOT_INFO_LOG","features":[149]},{"name":"NVME_FUSED_OPERATION_CODES","features":[149]},{"name":"NVME_FUSED_OPERATION_FIRST_CMD","features":[149]},{"name":"NVME_FUSED_OPERATION_NORMAL","features":[149]},{"name":"NVME_FUSED_OPERATION_SECOND_CMD","features":[149]},{"name":"NVME_HEALTH_INFO_LOG","features":[149]},{"name":"NVME_HOST_IDENTIFIER_SIZE","features":[149]},{"name":"NVME_HOST_MEMORY_BUFFER_DESCRIPTOR_ENTRY","features":[149]},{"name":"NVME_HOST_METADATA_ADD_ENTRY_MULTIPLE","features":[149]},{"name":"NVME_HOST_METADATA_ADD_REPLACE_ENTRY","features":[149]},{"name":"NVME_HOST_METADATA_DELETE_ENTRY_MULTIPLE","features":[149]},{"name":"NVME_HOST_METADATA_ELEMENT_ACTIONS","features":[149]},{"name":"NVME_HOST_METADATA_ELEMENT_DESCRIPTOR","features":[149]},{"name":"NVME_IDENTIFIER_TYPE","features":[149]},{"name":"NVME_IDENTIFIER_TYPE_CSI","features":[149]},{"name":"NVME_IDENTIFIER_TYPE_CSI_LENGTH","features":[149]},{"name":"NVME_IDENTIFIER_TYPE_EUI64","features":[149]},{"name":"NVME_IDENTIFIER_TYPE_EUI64_LENGTH","features":[149]},{"name":"NVME_IDENTIFIER_TYPE_LENGTH","features":[149]},{"name":"NVME_IDENTIFIER_TYPE_NGUID","features":[149]},{"name":"NVME_IDENTIFIER_TYPE_NGUID_LENGTH","features":[149]},{"name":"NVME_IDENTIFIER_TYPE_UUID","features":[149]},{"name":"NVME_IDENTIFIER_TYPE_UUID_LENGTH","features":[149]},{"name":"NVME_IDENTIFY_CNS_ACTIVE_NAMESPACES","features":[149]},{"name":"NVME_IDENTIFY_CNS_ACTIVE_NAMESPACE_LIST_IO_COMMAND_SET","features":[149]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE","features":[149]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE_IO_COMMAND_SET","features":[149]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE_LIST","features":[149]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMSPACE_LIST_IO_COMMAND_SET","features":[149]},{"name":"NVME_IDENTIFY_CNS_CODES","features":[149]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER","features":[149]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER_LIST_OF_NSID","features":[149]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER_LIST_OF_NVM_SUBSYSTEM","features":[149]},{"name":"NVME_IDENTIFY_CNS_DESCRIPTOR_NAMESPACE","features":[149]},{"name":"NVME_IDENTIFY_CNS_DESCRIPTOR_NAMESPACE_SIZE","features":[149]},{"name":"NVME_IDENTIFY_CNS_DOMAIN_LIST","features":[149]},{"name":"NVME_IDENTIFY_CNS_ENDURANCE_GROUP_LIST","features":[149]},{"name":"NVME_IDENTIFY_CNS_IO_COMMAND_SET","features":[149]},{"name":"NVME_IDENTIFY_CNS_NAMESPACE_GRANULARITY_LIST","features":[149]},{"name":"NVME_IDENTIFY_CNS_NVM_SET","features":[149]},{"name":"NVME_IDENTIFY_CNS_PRIMARY_CONTROLLER_CAPABILITIES","features":[149]},{"name":"NVME_IDENTIFY_CNS_SECONDARY_CONTROLLER_LIST","features":[149]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[149]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_NAMESPACE","features":[149]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_NAMESPACE_IO_COMMAND_SET","features":[149]},{"name":"NVME_IDENTIFY_CNS_UUID_LIST","features":[149]},{"name":"NVME_IDENTIFY_CONTROLLER_DATA","features":[149]},{"name":"NVME_IDENTIFY_IO_COMMAND_SET","features":[149]},{"name":"NVME_IDENTIFY_NAMESPACE_DATA","features":[149]},{"name":"NVME_IDENTIFY_NAMESPACE_DESCRIPTOR","features":[149]},{"name":"NVME_IDENTIFY_NVM_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[149]},{"name":"NVME_IDENTIFY_SPECIFIC_NAMESPACE_IO_COMMAND_SET","features":[149]},{"name":"NVME_IDENTIFY_ZNS_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[149]},{"name":"NVME_IO_COMMAND_SET_COMBINATION_REJECTED","features":[149]},{"name":"NVME_IO_COMMAND_SET_INVALID","features":[149]},{"name":"NVME_IO_COMMAND_SET_NOT_ENABLED","features":[149]},{"name":"NVME_IO_COMMAND_SET_NOT_SUPPORTED","features":[149]},{"name":"NVME_LBA_FORMAT","features":[149]},{"name":"NVME_LBA_RANGE","features":[149]},{"name":"NVME_LBA_RANGET_TYPE_ENTRY","features":[149]},{"name":"NVME_LBA_RANGE_TYPES","features":[149]},{"name":"NVME_LBA_RANGE_TYPE_CACHE","features":[149]},{"name":"NVME_LBA_RANGE_TYPE_FILESYSTEM","features":[149]},{"name":"NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE","features":[149]},{"name":"NVME_LBA_RANGE_TYPE_RAID","features":[149]},{"name":"NVME_LBA_RANGE_TYPE_RESERVED","features":[149]},{"name":"NVME_LBA_ZONE_FORMAT","features":[149]},{"name":"NVME_LOG_PAGES","features":[149]},{"name":"NVME_LOG_PAGE_ASYMMETRIC_NAMESPACE_ACCESS","features":[149]},{"name":"NVME_LOG_PAGE_CHANGED_NAMESPACE_LIST","features":[149]},{"name":"NVME_LOG_PAGE_CHANGED_ZONE_LIST","features":[149]},{"name":"NVME_LOG_PAGE_COMMAND_EFFECTS","features":[149]},{"name":"NVME_LOG_PAGE_DEVICE_SELF_TEST","features":[149]},{"name":"NVME_LOG_PAGE_ENDURANCE_GROUP_EVENT_AGGREGATE","features":[149]},{"name":"NVME_LOG_PAGE_ENDURANCE_GROUP_INFORMATION","features":[149]},{"name":"NVME_LOG_PAGE_ERROR_INFO","features":[149]},{"name":"NVME_LOG_PAGE_FIRMWARE_SLOT_INFO","features":[149]},{"name":"NVME_LOG_PAGE_HEALTH_INFO","features":[149]},{"name":"NVME_LOG_PAGE_LBA_STATUS_INFORMATION","features":[149]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_CAPABILITIES","features":[149]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_ERROR_RECOVERY","features":[149]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_SMART_INFORMATION","features":[149]},{"name":"NVME_LOG_PAGE_OCP_FIRMWARE_ACTIVATION_HISTORY","features":[149]},{"name":"NVME_LOG_PAGE_OCP_LATENCY_MONITOR","features":[149]},{"name":"NVME_LOG_PAGE_OCP_TCG_CONFIGURATION","features":[149]},{"name":"NVME_LOG_PAGE_OCP_TCG_HISTORY","features":[149]},{"name":"NVME_LOG_PAGE_OCP_UNSUPPORTED_REQUIREMENTS","features":[149]},{"name":"NVME_LOG_PAGE_PERSISTENT_EVENT_LOG","features":[149]},{"name":"NVME_LOG_PAGE_PREDICTABLE_LATENCY_EVENT_AGGREGATE","features":[149]},{"name":"NVME_LOG_PAGE_PREDICTABLE_LATENCY_NVM_SET","features":[149]},{"name":"NVME_LOG_PAGE_RESERVATION_NOTIFICATION","features":[149]},{"name":"NVME_LOG_PAGE_SANITIZE_STATUS","features":[149]},{"name":"NVME_LOG_PAGE_TELEMETRY_CTLR_INITIATED","features":[149]},{"name":"NVME_LOG_PAGE_TELEMETRY_HOST_INITIATED","features":[149]},{"name":"NVME_MAX_HOST_IDENTIFIER_SIZE","features":[149]},{"name":"NVME_MAX_LOG_SIZE","features":[149]},{"name":"NVME_MEDIA_ADDITIONALLY_MODIFIED_AFTER_SANITIZE_NOT_DEFINED","features":[149]},{"name":"NVME_MEDIA_ADDITIONALLY_MOFIDIED_AFTER_SANITIZE","features":[149]},{"name":"NVME_MEDIA_NOT_ADDITIONALLY_MODIFIED_AFTER_SANITIZE","features":[149]},{"name":"NVME_NAMESPACE_ALL","features":[149]},{"name":"NVME_NAMESPACE_METADATA_ELEMENT_TYPES","features":[149]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME","features":[149]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME_QUALIFIER_1","features":[149]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME_QUALIFIER_2","features":[149]},{"name":"NVME_NAMESPACE_METADATA_PREBOOT_NAMESPACE_NAME","features":[149]},{"name":"NVME_NO_DEALLOCATE_MODIFIES_MEDIA_AFTER_SANITIZE","features":[149]},{"name":"NVME_NVM_COMMANDS","features":[149]},{"name":"NVME_NVM_COMMAND_COMPARE","features":[149]},{"name":"NVME_NVM_COMMAND_COPY","features":[149]},{"name":"NVME_NVM_COMMAND_DATASET_MANAGEMENT","features":[149]},{"name":"NVME_NVM_COMMAND_FLUSH","features":[149]},{"name":"NVME_NVM_COMMAND_READ","features":[149]},{"name":"NVME_NVM_COMMAND_RESERVATION_ACQUIRE","features":[149]},{"name":"NVME_NVM_COMMAND_RESERVATION_REGISTER","features":[149]},{"name":"NVME_NVM_COMMAND_RESERVATION_RELEASE","features":[149]},{"name":"NVME_NVM_COMMAND_RESERVATION_REPORT","features":[149]},{"name":"NVME_NVM_COMMAND_VERIFY","features":[149]},{"name":"NVME_NVM_COMMAND_WRITE","features":[149]},{"name":"NVME_NVM_COMMAND_WRITE_UNCORRECTABLE","features":[149]},{"name":"NVME_NVM_COMMAND_WRITE_ZEROES","features":[149]},{"name":"NVME_NVM_COMMAND_ZONE_APPEND","features":[149]},{"name":"NVME_NVM_COMMAND_ZONE_MANAGEMENT_RECEIVE","features":[149]},{"name":"NVME_NVM_COMMAND_ZONE_MANAGEMENT_SEND","features":[149]},{"name":"NVME_NVM_QUEUE_PRIORITIES","features":[149]},{"name":"NVME_NVM_QUEUE_PRIORITY_HIGH","features":[149]},{"name":"NVME_NVM_QUEUE_PRIORITY_LOW","features":[149]},{"name":"NVME_NVM_QUEUE_PRIORITY_MEDIUM","features":[149]},{"name":"NVME_NVM_QUEUE_PRIORITY_URGENT","features":[149]},{"name":"NVME_NVM_SUBSYSTEM_RESET","features":[149]},{"name":"NVME_OCP_DEVICE_CAPABILITIES_LOG","features":[149]},{"name":"NVME_OCP_DEVICE_CAPABILITIES_LOG_VERSION_1","features":[149]},{"name":"NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2","features":[149]},{"name":"NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_VERSION_2","features":[149]},{"name":"NVME_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY_LOG","features":[149]},{"name":"NVME_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY_LOG_VERSION_1","features":[149]},{"name":"NVME_OCP_DEVICE_LATENCY_MONITOR_LOG","features":[149]},{"name":"NVME_OCP_DEVICE_LATENCY_MONITOR_LOG_VERSION_1","features":[149]},{"name":"NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3","features":[149]},{"name":"NVME_OCP_DEVICE_SMART_INFORMATION_LOG_VERSION_3","features":[149]},{"name":"NVME_OCP_DEVICE_TCG_CONFIGURATION_LOG","features":[149]},{"name":"NVME_OCP_DEVICE_TCG_CONFIGURATION_LOG_VERSION_1","features":[149]},{"name":"NVME_OCP_DEVICE_TCG_HISTORY_LOG","features":[149]},{"name":"NVME_OCP_DEVICE_TCG_HISTORY_LOG_VERSION_1","features":[149]},{"name":"NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG","features":[149]},{"name":"NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG_VERSION_1","features":[149]},{"name":"NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER","features":[149]},{"name":"NVME_PERSISTENT_EVENT_LOG_EVENT_TYPES","features":[149]},{"name":"NVME_PERSISTENT_EVENT_LOG_HEADER","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_CHANGE_NAMESPACE","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FIRMWARE_COMMIT","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FORMAT_NVM_COMPLETION","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FORMAT_NVM_START","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_MAX","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_NVM_SUBSYSTEM_HARDWARE_ERROR","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_POWER_ON_OR_RESET","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED0","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED1_BEGIN","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED1_END","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED2_BEGIN","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED2_END","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SANITIZE_COMPLETION","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SANITIZE_START","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SET_FEATURE","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SMART_HEALTH_LOG_SNAPSHOT","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TCG_DEFINED","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TELEMETRY_LOG_CREATED","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_THERMAL_EXCURSION","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TIMESTAMP_CHANGE","features":[149]},{"name":"NVME_PERSISTENT_EVENT_TYPE_VENDOR_SPECIFIC_EVENT","features":[149]},{"name":"NVME_POWER_STATE_DESC","features":[149]},{"name":"NVME_PROTECTION_INFORMATION_NOT_ENABLED","features":[149]},{"name":"NVME_PROTECTION_INFORMATION_TYPE1","features":[149]},{"name":"NVME_PROTECTION_INFORMATION_TYPE2","features":[149]},{"name":"NVME_PROTECTION_INFORMATION_TYPE3","features":[149]},{"name":"NVME_PROTECTION_INFORMATION_TYPES","features":[149]},{"name":"NVME_PRP_ENTRY","features":[149]},{"name":"NVME_REGISTERED_CONTROLLER_DATA","features":[149]},{"name":"NVME_REGISTERED_CONTROLLER_EXTENDED_DATA","features":[149]},{"name":"NVME_REPORT_ZONE_INFO","features":[149]},{"name":"NVME_RESERVATION_ACQUIRE_ACTIONS","features":[149]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_ACQUIRE","features":[149]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_PREEMPT","features":[149]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_PREEMPT_AND_ABORT","features":[149]},{"name":"NVME_RESERVATION_ACQUIRE_DATA_STRUCTURE","features":[149]},{"name":"NVME_RESERVATION_NOTIFICATION_LOG","features":[149]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPES","features":[149]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_EMPTY_LOG_PAGE","features":[149]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_REGISTRATION_PREEMPTED","features":[149]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_REGISTRATION_RELEASED","features":[149]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_RESERVATION_PREEPMPTED","features":[149]},{"name":"NVME_RESERVATION_REGISTER_ACTIONS","features":[149]},{"name":"NVME_RESERVATION_REGISTER_ACTION_REGISTER","features":[149]},{"name":"NVME_RESERVATION_REGISTER_ACTION_REPLACE","features":[149]},{"name":"NVME_RESERVATION_REGISTER_ACTION_UNREGISTER","features":[149]},{"name":"NVME_RESERVATION_REGISTER_DATA_STRUCTURE","features":[149]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_CHANGES","features":[149]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_NO_CHANGE","features":[149]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_RESERVED","features":[149]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_SET_TO_0","features":[149]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_SET_TO_1","features":[149]},{"name":"NVME_RESERVATION_RELEASE_ACTIONS","features":[149]},{"name":"NVME_RESERVATION_RELEASE_ACTION_CLEAR","features":[149]},{"name":"NVME_RESERVATION_RELEASE_ACTION_RELEASE","features":[149]},{"name":"NVME_RESERVATION_RELEASE_DATA_STRUCTURE","features":[149]},{"name":"NVME_RESERVATION_REPORT_STATUS_DATA_STRUCTURE","features":[149]},{"name":"NVME_RESERVATION_REPORT_STATUS_EXTENDED_DATA_STRUCTURE","features":[149]},{"name":"NVME_RESERVATION_REPORT_STATUS_HEADER","features":[149]},{"name":"NVME_RESERVATION_TYPES","features":[149]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS","features":[149]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS_ALL_REGISTRANTS","features":[149]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS_REGISTRANTS_ONLY","features":[149]},{"name":"NVME_RESERVATION_TYPE_RESERVED","features":[149]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE","features":[149]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE_ALL_REGISTRANTS","features":[149]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE_REGISTRANTS_ONLY","features":[149]},{"name":"NVME_SANITIZE_ACTION","features":[149]},{"name":"NVME_SANITIZE_ACTION_EXIT_FAILURE_MODE","features":[149]},{"name":"NVME_SANITIZE_ACTION_RESERVED","features":[149]},{"name":"NVME_SANITIZE_ACTION_START_BLOCK_ERASE_SANITIZE","features":[149]},{"name":"NVME_SANITIZE_ACTION_START_CRYPTO_ERASE_SANITIZE","features":[149]},{"name":"NVME_SANITIZE_ACTION_START_OVERWRITE_SANITIZE","features":[149]},{"name":"NVME_SANITIZE_OPERATION_FAILED","features":[149]},{"name":"NVME_SANITIZE_OPERATION_IN_PROGRESS","features":[149]},{"name":"NVME_SANITIZE_OPERATION_NONE","features":[149]},{"name":"NVME_SANITIZE_OPERATION_STATUS","features":[149]},{"name":"NVME_SANITIZE_OPERATION_SUCCEEDED","features":[149]},{"name":"NVME_SANITIZE_OPERATION_SUCCEEDED_WITH_FORCED_DEALLOCATION","features":[149]},{"name":"NVME_SANITIZE_STATUS","features":[149]},{"name":"NVME_SANITIZE_STATUS_LOG","features":[149]},{"name":"NVME_SCSI_NAME_STRING","features":[149]},{"name":"NVME_SECURE_ERASE_CRYPTOGRAPHIC","features":[149]},{"name":"NVME_SECURE_ERASE_NONE","features":[149]},{"name":"NVME_SECURE_ERASE_SETTINGS","features":[149]},{"name":"NVME_SECURE_ERASE_USER_DATA","features":[149]},{"name":"NVME_SET_ATTRIBUTES_ENTRY","features":[149]},{"name":"NVME_STATE_ZSC","features":[149]},{"name":"NVME_STATE_ZSE","features":[149]},{"name":"NVME_STATE_ZSEO","features":[149]},{"name":"NVME_STATE_ZSF","features":[149]},{"name":"NVME_STATE_ZSIO","features":[149]},{"name":"NVME_STATE_ZSO","features":[149]},{"name":"NVME_STATE_ZSRO","features":[149]},{"name":"NVME_STATUS_ABORT_COMMAND_LIMIT_EXCEEDED","features":[149]},{"name":"NVME_STATUS_ANA_ATTACH_FAILED","features":[149]},{"name":"NVME_STATUS_ASYNC_EVENT_REQUEST_LIMIT_EXCEEDED","features":[149]},{"name":"NVME_STATUS_ATOMIC_WRITE_UNIT_EXCEEDED","features":[149]},{"name":"NVME_STATUS_BOOT_PARTITION_WRITE_PROHIBITED","features":[149]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_FAILED_FUSED_COMMAND","features":[149]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_FAILED_MISSING_COMMAND","features":[149]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_POWER_LOSS_NOTIFICATION","features":[149]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_PREEMPT_ABORT","features":[149]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_SQ_DELETION","features":[149]},{"name":"NVME_STATUS_COMMAND_ABORT_REQUESTED","features":[149]},{"name":"NVME_STATUS_COMMAND_ID_CONFLICT","features":[149]},{"name":"NVME_STATUS_COMMAND_SEQUENCE_ERROR","features":[149]},{"name":"NVME_STATUS_COMMAND_SPECIFIC_CODES","features":[149]},{"name":"NVME_STATUS_COMPLETION_QUEUE_INVALID","features":[149]},{"name":"NVME_STATUS_CONTROLLER_LIST_INVALID","features":[149]},{"name":"NVME_STATUS_DATA_SGL_LENGTH_INVALID","features":[149]},{"name":"NVME_STATUS_DATA_TRANSFER_ERROR","features":[149]},{"name":"NVME_STATUS_DEVICE_SELF_TEST_IN_PROGRESS","features":[149]},{"name":"NVME_STATUS_DIRECTIVE_ID_INVALID","features":[149]},{"name":"NVME_STATUS_DIRECTIVE_TYPE_INVALID","features":[149]},{"name":"NVME_STATUS_FEATURE_ID_NOT_SAVEABLE","features":[149]},{"name":"NVME_STATUS_FEATURE_NOT_CHANGEABLE","features":[149]},{"name":"NVME_STATUS_FEATURE_NOT_NAMESPACE_SPECIFIC","features":[149]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_PROHIBITED","features":[149]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_CONVENTIONAL_RESET","features":[149]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_MAX_TIME_VIOLATION","features":[149]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_NVM_SUBSYSTEM_RESET","features":[149]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_RESET","features":[149]},{"name":"NVME_STATUS_FORMAT_IN_PROGRESS","features":[149]},{"name":"NVME_STATUS_GENERIC_COMMAND_CODES","features":[149]},{"name":"NVME_STATUS_HOST_IDENTIFIER_INCONSISTENT_FORMAT","features":[149]},{"name":"NVME_STATUS_INTERNAL_DEVICE_ERROR","features":[149]},{"name":"NVME_STATUS_INVALID_ANA_GROUP_IDENTIFIER","features":[149]},{"name":"NVME_STATUS_INVALID_COMMAND_OPCODE","features":[149]},{"name":"NVME_STATUS_INVALID_CONTROLLER_IDENTIFIER","features":[149]},{"name":"NVME_STATUS_INVALID_FIELD_IN_COMMAND","features":[149]},{"name":"NVME_STATUS_INVALID_FIRMWARE_IMAGE","features":[149]},{"name":"NVME_STATUS_INVALID_FIRMWARE_SLOT","features":[149]},{"name":"NVME_STATUS_INVALID_FORMAT","features":[149]},{"name":"NVME_STATUS_INVALID_INTERRUPT_VECTOR","features":[149]},{"name":"NVME_STATUS_INVALID_LOG_PAGE","features":[149]},{"name":"NVME_STATUS_INVALID_NAMESPACE_OR_FORMAT","features":[149]},{"name":"NVME_STATUS_INVALID_NUMBER_OF_CONTROLLER_RESOURCES","features":[149]},{"name":"NVME_STATUS_INVALID_NUMBER_OF_SGL_DESCR","features":[149]},{"name":"NVME_STATUS_INVALID_QUEUE_DELETION","features":[149]},{"name":"NVME_STATUS_INVALID_QUEUE_IDENTIFIER","features":[149]},{"name":"NVME_STATUS_INVALID_RESOURCE_IDENTIFIER","features":[149]},{"name":"NVME_STATUS_INVALID_SECONDARY_CONTROLLER_STATE","features":[149]},{"name":"NVME_STATUS_INVALID_SGL_LAST_SEGMENT_DESCR","features":[149]},{"name":"NVME_STATUS_INVALID_USE_OF_CONTROLLER_MEMORY_BUFFER","features":[149]},{"name":"NVME_STATUS_KEEP_ALIVE_TIMEOUT_EXPIRED","features":[149]},{"name":"NVME_STATUS_KEEP_ALIVE_TIMEOUT_INVALID","features":[149]},{"name":"NVME_STATUS_MAX_QUEUE_SIZE_EXCEEDED","features":[149]},{"name":"NVME_STATUS_MEDIA_ERROR_CODES","features":[149]},{"name":"NVME_STATUS_METADATA_SGL_LENGTH_INVALID","features":[149]},{"name":"NVME_STATUS_NAMESPACE_ALREADY_ATTACHED","features":[149]},{"name":"NVME_STATUS_NAMESPACE_IDENTIFIER_UNAVAILABLE","features":[149]},{"name":"NVME_STATUS_NAMESPACE_INSUFFICIENT_CAPACITY","features":[149]},{"name":"NVME_STATUS_NAMESPACE_IS_PRIVATE","features":[149]},{"name":"NVME_STATUS_NAMESPACE_NOT_ATTACHED","features":[149]},{"name":"NVME_STATUS_NAMESPACE_THIN_PROVISIONING_NOT_SUPPORTED","features":[149]},{"name":"NVME_STATUS_NVM_ACCESS_DENIED","features":[149]},{"name":"NVME_STATUS_NVM_ATTEMPTED_WRITE_TO_READ_ONLY_RANGE","features":[149]},{"name":"NVME_STATUS_NVM_CAPACITY_EXCEEDED","features":[149]},{"name":"NVME_STATUS_NVM_COMMAND_SIZE_LIMIT_EXCEEDED","features":[149]},{"name":"NVME_STATUS_NVM_COMPARE_FAILURE","features":[149]},{"name":"NVME_STATUS_NVM_CONFLICTING_ATTRIBUTES","features":[149]},{"name":"NVME_STATUS_NVM_DEALLOCATED_OR_UNWRITTEN_LOGICAL_BLOCK","features":[149]},{"name":"NVME_STATUS_NVM_END_TO_END_APPLICATION_TAG_CHECK_ERROR","features":[149]},{"name":"NVME_STATUS_NVM_END_TO_END_GUARD_CHECK_ERROR","features":[149]},{"name":"NVME_STATUS_NVM_END_TO_END_REFERENCE_TAG_CHECK_ERROR","features":[149]},{"name":"NVME_STATUS_NVM_INVALID_PROTECTION_INFORMATION","features":[149]},{"name":"NVME_STATUS_NVM_LBA_OUT_OF_RANGE","features":[149]},{"name":"NVME_STATUS_NVM_NAMESPACE_NOT_READY","features":[149]},{"name":"NVME_STATUS_NVM_RESERVATION_CONFLICT","features":[149]},{"name":"NVME_STATUS_NVM_UNRECOVERED_READ_ERROR","features":[149]},{"name":"NVME_STATUS_NVM_WRITE_FAULT","features":[149]},{"name":"NVME_STATUS_OPERATION_DENIED","features":[149]},{"name":"NVME_STATUS_OVERLAPPING_RANGE","features":[149]},{"name":"NVME_STATUS_PRP_OFFSET_INVALID","features":[149]},{"name":"NVME_STATUS_RESERVED","features":[149]},{"name":"NVME_STATUS_SANITIZE_FAILED","features":[149]},{"name":"NVME_STATUS_SANITIZE_IN_PROGRESS","features":[149]},{"name":"NVME_STATUS_SANITIZE_PROHIBITED_ON_PERSISTENT_MEMORY","features":[149]},{"name":"NVME_STATUS_SGL_DATA_BLOCK_GRANULARITY_INVALID","features":[149]},{"name":"NVME_STATUS_SGL_DESCR_TYPE_INVALID","features":[149]},{"name":"NVME_STATUS_SGL_OFFSET_INVALID","features":[149]},{"name":"NVME_STATUS_STREAM_RESOURCE_ALLOCATION_FAILED","features":[149]},{"name":"NVME_STATUS_SUCCESS_COMPLETION","features":[149]},{"name":"NVME_STATUS_TYPES","features":[149]},{"name":"NVME_STATUS_TYPE_COMMAND_SPECIFIC","features":[149]},{"name":"NVME_STATUS_TYPE_GENERIC_COMMAND","features":[149]},{"name":"NVME_STATUS_TYPE_MEDIA_ERROR","features":[149]},{"name":"NVME_STATUS_TYPE_VENDOR_SPECIFIC","features":[149]},{"name":"NVME_STATUS_ZONE_BOUNDARY_ERROR","features":[149]},{"name":"NVME_STATUS_ZONE_FULL","features":[149]},{"name":"NVME_STATUS_ZONE_INVALID_FORMAT","features":[149]},{"name":"NVME_STATUS_ZONE_INVALID_STATE_TRANSITION","features":[149]},{"name":"NVME_STATUS_ZONE_INVALID_WRITE","features":[149]},{"name":"NVME_STATUS_ZONE_OFFLINE","features":[149]},{"name":"NVME_STATUS_ZONE_READ_ONLY","features":[149]},{"name":"NVME_STATUS_ZONE_TOO_MANY_ACTIVE","features":[149]},{"name":"NVME_STATUS_ZONE_TOO_MANY_OPEN","features":[149]},{"name":"NVME_STREAMS_GET_STATUS_MAX_IDS","features":[149]},{"name":"NVME_STREAMS_ID_MAX","features":[149]},{"name":"NVME_STREAMS_ID_MIN","features":[149]},{"name":"NVME_SUBMISSION_QUEUE_TAIL_DOORBELL","features":[149]},{"name":"NVME_TELEMETRY_CONTROLLER_INITIATED_LOG","features":[149]},{"name":"NVME_TELEMETRY_DATA_BLOCK_SIZE","features":[149]},{"name":"NVME_TELEMETRY_HOST_INITIATED_LOG","features":[149]},{"name":"NVME_TEMPERATURE_OVER_THRESHOLD","features":[149]},{"name":"NVME_TEMPERATURE_THRESHOLD_TYPES","features":[149]},{"name":"NVME_TEMPERATURE_UNDER_THRESHOLD","features":[149]},{"name":"NVME_VENDOR_LOG_PAGES","features":[149]},{"name":"NVME_VERSION","features":[149]},{"name":"NVME_WCS_DEVICE_CAPABILITIES","features":[149]},{"name":"NVME_WCS_DEVICE_ERROR_RECOVERY_LOG","features":[149]},{"name":"NVME_WCS_DEVICE_ERROR_RECOVERY_LOG_VERSION_1","features":[149]},{"name":"NVME_WCS_DEVICE_RECOVERY_ACTION1","features":[149]},{"name":"NVME_WCS_DEVICE_RECOVERY_ACTION2","features":[149]},{"name":"NVME_WCS_DEVICE_RESET_ACTION","features":[149]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG","features":[149]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG_V2","features":[149]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG_VERSION_2","features":[149]},{"name":"NVME_ZONE_DESCRIPTOR","features":[149]},{"name":"NVME_ZONE_DESCRIPTOR_EXTENSION","features":[149]},{"name":"NVME_ZONE_EXTENDED_REPORT_ZONE_DESC","features":[149]},{"name":"NVME_ZONE_RECEIVE_ACTION","features":[149]},{"name":"NVME_ZONE_RECEIVE_ACTION_SPECIFIC","features":[149]},{"name":"NVME_ZONE_RECEIVE_EXTENDED_REPORT_ZONES","features":[149]},{"name":"NVME_ZONE_RECEIVE_REPORT_ZONES","features":[149]},{"name":"NVME_ZONE_SEND_ACTION","features":[149]},{"name":"NVME_ZONE_SEND_CLOSE","features":[149]},{"name":"NVME_ZONE_SEND_FINISH","features":[149]},{"name":"NVME_ZONE_SEND_OFFLINE","features":[149]},{"name":"NVME_ZONE_SEND_OPEN","features":[149]},{"name":"NVME_ZONE_SEND_RESET","features":[149]},{"name":"NVME_ZONE_SEND_SET_ZONE_DESCRIPTOR","features":[149]},{"name":"NVME_ZRA_ALL_ZONES","features":[149]},{"name":"NVME_ZRA_CLOSED_STATE_ZONES","features":[149]},{"name":"NVME_ZRA_EMPTY_STATE_ZONES","features":[149]},{"name":"NVME_ZRA_EO_STATE_ZONES","features":[149]},{"name":"NVME_ZRA_FULL_STATE_ZONES","features":[149]},{"name":"NVME_ZRA_IO_STATE_ZONES","features":[149]},{"name":"NVME_ZRA_OFFLINE_STATE_ZONES","features":[149]},{"name":"NVME_ZRA_RO_STATE_ZONES","features":[149]},{"name":"NVM_RESERVATION_CAPABILITIES","features":[149]},{"name":"NVM_SET_LIST","features":[149]},{"name":"NVMeDeviceRecovery1Max","features":[149]},{"name":"NVMeDeviceRecovery2Max","features":[149]},{"name":"NVMeDeviceRecoveryControllerReset","features":[149]},{"name":"NVMeDeviceRecoveryDeviceReplacement","features":[149]},{"name":"NVMeDeviceRecoveryFormatNVM","features":[149]},{"name":"NVMeDeviceRecoveryNoAction","features":[149]},{"name":"NVMeDeviceRecoveryPERST","features":[149]},{"name":"NVMeDeviceRecoveryPcieFunctionReset","features":[149]},{"name":"NVMeDeviceRecoveryPcieHotReset","features":[149]},{"name":"NVMeDeviceRecoveryPowerCycle","features":[149]},{"name":"NVMeDeviceRecoverySanitize","features":[149]},{"name":"NVMeDeviceRecoverySubsystemReset","features":[149]},{"name":"NVMeDeviceRecoveryVendorAnalysis","features":[149]},{"name":"NVMeDeviceRecoveryVendorSpecificCommand","features":[149]},{"name":"TCG_ACTIVATE_METHOD_SPECIFIC","features":[149]},{"name":"TCG_ASSIGN_METHOD_SPECIFIC","features":[149]},{"name":"TCG_AUTH_METHOD_SPECIFIC","features":[149]},{"name":"TCG_BLOCKSID_METHOD_SPECIFIC","features":[149]},{"name":"TCG_HISTORY_ENTRY","features":[149]},{"name":"TCG_HISTORY_ENTRY_VERSION_1","features":[149]},{"name":"TCG_REACTIVATE_METHOD_SPECIFIC","features":[149]},{"name":"UNSUPPORTED_REQUIREMENT","features":[149]},{"name":"ZONE_STATE","features":[149]}],"520":[{"name":"IEnumOfflineFilesItems","features":[150]},{"name":"IEnumOfflineFilesSettings","features":[150]},{"name":"IOfflineFilesCache","features":[150]},{"name":"IOfflineFilesCache2","features":[150]},{"name":"IOfflineFilesChangeInfo","features":[150]},{"name":"IOfflineFilesConnectionInfo","features":[150]},{"name":"IOfflineFilesDirectoryItem","features":[150]},{"name":"IOfflineFilesDirtyInfo","features":[150]},{"name":"IOfflineFilesErrorInfo","features":[150]},{"name":"IOfflineFilesEvents","features":[150]},{"name":"IOfflineFilesEvents2","features":[150]},{"name":"IOfflineFilesEvents3","features":[150]},{"name":"IOfflineFilesEvents4","features":[150]},{"name":"IOfflineFilesEventsFilter","features":[150]},{"name":"IOfflineFilesFileItem","features":[150]},{"name":"IOfflineFilesFileSysInfo","features":[150]},{"name":"IOfflineFilesGhostInfo","features":[150]},{"name":"IOfflineFilesItem","features":[150]},{"name":"IOfflineFilesItemContainer","features":[150]},{"name":"IOfflineFilesItemFilter","features":[150]},{"name":"IOfflineFilesPinInfo","features":[150]},{"name":"IOfflineFilesPinInfo2","features":[150]},{"name":"IOfflineFilesProgress","features":[150]},{"name":"IOfflineFilesServerItem","features":[150]},{"name":"IOfflineFilesSetting","features":[150]},{"name":"IOfflineFilesShareInfo","features":[150]},{"name":"IOfflineFilesShareItem","features":[150]},{"name":"IOfflineFilesSimpleProgress","features":[150]},{"name":"IOfflineFilesSuspend","features":[150]},{"name":"IOfflineFilesSuspendInfo","features":[150]},{"name":"IOfflineFilesSyncConflictHandler","features":[150]},{"name":"IOfflineFilesSyncErrorInfo","features":[150]},{"name":"IOfflineFilesSyncErrorItemInfo","features":[150]},{"name":"IOfflineFilesSyncProgress","features":[150]},{"name":"IOfflineFilesTransparentCacheInfo","features":[150]},{"name":"OFFLINEFILES_CACHING_MODE","features":[150]},{"name":"OFFLINEFILES_CACHING_MODE_AUTO_DOC","features":[150]},{"name":"OFFLINEFILES_CACHING_MODE_AUTO_PROGANDDOC","features":[150]},{"name":"OFFLINEFILES_CACHING_MODE_MANUAL","features":[150]},{"name":"OFFLINEFILES_CACHING_MODE_NOCACHING","features":[150]},{"name":"OFFLINEFILES_CACHING_MODE_NONE","features":[150]},{"name":"OFFLINEFILES_CHANGES_LOCAL_ATTRIBUTES","features":[150]},{"name":"OFFLINEFILES_CHANGES_LOCAL_SIZE","features":[150]},{"name":"OFFLINEFILES_CHANGES_LOCAL_TIME","features":[150]},{"name":"OFFLINEFILES_CHANGES_NONE","features":[150]},{"name":"OFFLINEFILES_CHANGES_REMOTE_ATTRIBUTES","features":[150]},{"name":"OFFLINEFILES_CHANGES_REMOTE_SIZE","features":[150]},{"name":"OFFLINEFILES_CHANGES_REMOTE_TIME","features":[150]},{"name":"OFFLINEFILES_COMPARE","features":[150]},{"name":"OFFLINEFILES_COMPARE_EQ","features":[150]},{"name":"OFFLINEFILES_COMPARE_GT","features":[150]},{"name":"OFFLINEFILES_COMPARE_GTE","features":[150]},{"name":"OFFLINEFILES_COMPARE_LT","features":[150]},{"name":"OFFLINEFILES_COMPARE_LTE","features":[150]},{"name":"OFFLINEFILES_COMPARE_NEQ","features":[150]},{"name":"OFFLINEFILES_CONNECT_STATE","features":[150]},{"name":"OFFLINEFILES_CONNECT_STATE_OFFLINE","features":[150]},{"name":"OFFLINEFILES_CONNECT_STATE_ONLINE","features":[150]},{"name":"OFFLINEFILES_CONNECT_STATE_PARTLY_TRANSPARENTLY_CACHED","features":[150]},{"name":"OFFLINEFILES_CONNECT_STATE_TRANSPARENTLY_CACHED","features":[150]},{"name":"OFFLINEFILES_CONNECT_STATE_UNKNOWN","features":[150]},{"name":"OFFLINEFILES_DELETE_FLAG_ADMIN","features":[150]},{"name":"OFFLINEFILES_DELETE_FLAG_DELMODIFIED","features":[150]},{"name":"OFFLINEFILES_DELETE_FLAG_NOAUTOCACHED","features":[150]},{"name":"OFFLINEFILES_DELETE_FLAG_NOPINNED","features":[150]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_ASYNCPROGRESS","features":[150]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_BACKGROUND","features":[150]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_CONSOLE","features":[150]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_INTERACTIVE","features":[150]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_LOWPRIORITY","features":[150]},{"name":"OFFLINEFILES_ENUM_FLAT","features":[150]},{"name":"OFFLINEFILES_ENUM_FLAT_FILESONLY","features":[150]},{"name":"OFFLINEFILES_EVENTS","features":[150]},{"name":"OFFLINEFILES_EVENT_BACKGROUNDSYNCBEGIN","features":[150]},{"name":"OFFLINEFILES_EVENT_BACKGROUNDSYNCEND","features":[150]},{"name":"OFFLINEFILES_EVENT_CACHEEVICTBEGIN","features":[150]},{"name":"OFFLINEFILES_EVENT_CACHEEVICTEND","features":[150]},{"name":"OFFLINEFILES_EVENT_CACHEISCORRUPTED","features":[150]},{"name":"OFFLINEFILES_EVENT_CACHEISFULL","features":[150]},{"name":"OFFLINEFILES_EVENT_CACHEMOVED","features":[150]},{"name":"OFFLINEFILES_EVENT_DATALOST","features":[150]},{"name":"OFFLINEFILES_EVENT_ENABLED","features":[150]},{"name":"OFFLINEFILES_EVENT_ENCRYPTIONCHANGED","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMADDEDTOCACHE","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMAVAILABLEOFFLINE","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMDELETEDFROMCACHE","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMDISCONNECTED","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMMODIFIED","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMNOTAVAILABLEOFFLINE","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMNOTPINNED","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMPINNED","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTBEGIN","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTED","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTEND","features":[150]},{"name":"OFFLINEFILES_EVENT_ITEMRENAMED","features":[150]},{"name":"OFFLINEFILES_EVENT_NETTRANSPORTARRIVED","features":[150]},{"name":"OFFLINEFILES_EVENT_NONETTRANSPORTS","features":[150]},{"name":"OFFLINEFILES_EVENT_PING","features":[150]},{"name":"OFFLINEFILES_EVENT_POLICYCHANGEDETECTED","features":[150]},{"name":"OFFLINEFILES_EVENT_PREFERENCECHANGEDETECTED","features":[150]},{"name":"OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEBEGIN","features":[150]},{"name":"OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEEND","features":[150]},{"name":"OFFLINEFILES_EVENT_PREFETCHFILEBEGIN","features":[150]},{"name":"OFFLINEFILES_EVENT_PREFETCHFILEEND","features":[150]},{"name":"OFFLINEFILES_EVENT_SETTINGSCHANGESAPPLIED","features":[150]},{"name":"OFFLINEFILES_EVENT_SYNCBEGIN","features":[150]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECADDED","features":[150]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECREMOVED","features":[150]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECUPDATED","features":[150]},{"name":"OFFLINEFILES_EVENT_SYNCEND","features":[150]},{"name":"OFFLINEFILES_EVENT_SYNCFILERESULT","features":[150]},{"name":"OFFLINEFILES_EVENT_TRANSPARENTCACHEITEMNOTIFY","features":[150]},{"name":"OFFLINEFILES_ITEM_COPY","features":[150]},{"name":"OFFLINEFILES_ITEM_COPY_LOCAL","features":[150]},{"name":"OFFLINEFILES_ITEM_COPY_ORIGINAL","features":[150]},{"name":"OFFLINEFILES_ITEM_COPY_REMOTE","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_CREATED","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DELETED","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DIRECTORY","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DIRTY","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_FILE","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GHOST","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_ANYACCESS","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_READ","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_WRITE","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED_ATTRIBUTES","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED_DATA","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OFFLINE","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_ONLINE","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_ANYACCESS","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_READ","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_WRITE","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_COMPUTER","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_OTHERS","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_USER","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_SPARSE","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_SUSPENDED","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_ANYACCESS","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_READ","features":[150]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_WRITE","features":[150]},{"name":"OFFLINEFILES_ITEM_QUERY_ADMIN","features":[150]},{"name":"OFFLINEFILES_ITEM_QUERY_ATTEMPT_TRANSITIONONLINE","features":[150]},{"name":"OFFLINEFILES_ITEM_QUERY_CONNECTIONSTATE","features":[150]},{"name":"OFFLINEFILES_ITEM_QUERY_INCLUDETRANSPARENTCACHE","features":[150]},{"name":"OFFLINEFILES_ITEM_QUERY_LOCALDIRTYBYTECOUNT","features":[150]},{"name":"OFFLINEFILES_ITEM_QUERY_REMOTEDIRTYBYTECOUNT","features":[150]},{"name":"OFFLINEFILES_ITEM_QUERY_REMOTEINFO","features":[150]},{"name":"OFFLINEFILES_ITEM_TIME","features":[150]},{"name":"OFFLINEFILES_ITEM_TIME_CREATION","features":[150]},{"name":"OFFLINEFILES_ITEM_TIME_LASTACCESS","features":[150]},{"name":"OFFLINEFILES_ITEM_TIME_LASTWRITE","features":[150]},{"name":"OFFLINEFILES_ITEM_TYPE","features":[150]},{"name":"OFFLINEFILES_ITEM_TYPE_DIRECTORY","features":[150]},{"name":"OFFLINEFILES_ITEM_TYPE_FILE","features":[150]},{"name":"OFFLINEFILES_ITEM_TYPE_SERVER","features":[150]},{"name":"OFFLINEFILES_ITEM_TYPE_SHARE","features":[150]},{"name":"OFFLINEFILES_NUM_EVENTS","features":[150]},{"name":"OFFLINEFILES_OFFLINE_REASON","features":[150]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_ERROR","features":[150]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_FORCED","features":[150]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_SLOW","features":[150]},{"name":"OFFLINEFILES_OFFLINE_REASON_ITEM_SUSPENDED","features":[150]},{"name":"OFFLINEFILES_OFFLINE_REASON_ITEM_VERSION_CONFLICT","features":[150]},{"name":"OFFLINEFILES_OFFLINE_REASON_NOT_APPLICABLE","features":[150]},{"name":"OFFLINEFILES_OFFLINE_REASON_UNKNOWN","features":[150]},{"name":"OFFLINEFILES_OP_ABORT","features":[150]},{"name":"OFFLINEFILES_OP_CONTINUE","features":[150]},{"name":"OFFLINEFILES_OP_RESPONSE","features":[150]},{"name":"OFFLINEFILES_OP_RETRY","features":[150]},{"name":"OFFLINEFILES_PATHFILTER_CHILD","features":[150]},{"name":"OFFLINEFILES_PATHFILTER_DESCENDENT","features":[150]},{"name":"OFFLINEFILES_PATHFILTER_MATCH","features":[150]},{"name":"OFFLINEFILES_PATHFILTER_SELF","features":[150]},{"name":"OFFLINEFILES_PATHFILTER_SELFORCHILD","features":[150]},{"name":"OFFLINEFILES_PATHFILTER_SELFORDESCENDENT","features":[150]},{"name":"OFFLINEFILES_PINLINKTARGETS_ALWAYS","features":[150]},{"name":"OFFLINEFILES_PINLINKTARGETS_EXPLICIT","features":[150]},{"name":"OFFLINEFILES_PINLINKTARGETS_NEVER","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_ASYNCPROGRESS","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_BACKGROUND","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_CONSOLE","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FILL","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORALL","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORREDIR","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORUSER","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORUSER_POLICY","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_INTERACTIVE","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_LOWPRIORITY","features":[150]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_PINLINKTARGETS","features":[150]},{"name":"OFFLINEFILES_SETTING_PinLinkTargets","features":[150]},{"name":"OFFLINEFILES_SETTING_SCOPE_COMPUTER","features":[150]},{"name":"OFFLINEFILES_SETTING_SCOPE_USER","features":[150]},{"name":"OFFLINEFILES_SETTING_VALUE_2DIM_ARRAY_BSTR_BSTR","features":[150]},{"name":"OFFLINEFILES_SETTING_VALUE_2DIM_ARRAY_BSTR_UI4","features":[150]},{"name":"OFFLINEFILES_SETTING_VALUE_BSTR","features":[150]},{"name":"OFFLINEFILES_SETTING_VALUE_BSTR_DBLNULTERM","features":[150]},{"name":"OFFLINEFILES_SETTING_VALUE_TYPE","features":[150]},{"name":"OFFLINEFILES_SETTING_VALUE_UI4","features":[150]},{"name":"OFFLINEFILES_SYNC_CONFLICT_ABORT","features":[150]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE","features":[150]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPALLCHANGES","features":[150]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPLATEST","features":[150]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPLOCAL","features":[150]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPREMOTE","features":[150]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_LOG","features":[150]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_NONE","features":[150]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_NUMCODES","features":[150]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_SKIP","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_DEFAULT","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPLATEST","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPLOCAL","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPREMOTE","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_MASK","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_ASYNCPROGRESS","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_BACKGROUND","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_CONSOLE","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_FILLSPARSE","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_INTERACTIVE","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_LOWPRIORITY","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_NONEWFILESOUT","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORALL","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORREDIR","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORUSER","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORUSER_POLICY","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINLINKTARGETS","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINNEWFILES","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SKIPSUSPENDEDDIRS","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SYNCIN","features":[150]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SYNCOUT","features":[150]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_ATTRIBUTES","features":[150]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_CHANGETIME","features":[150]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_FILESIZE","features":[150]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_NONE","features":[150]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_WRITETIME","features":[150]},{"name":"OFFLINEFILES_SYNC_OPERATION","features":[150]},{"name":"OFFLINEFILES_SYNC_OPERATION_CREATE_COPY_ON_CLIENT","features":[150]},{"name":"OFFLINEFILES_SYNC_OPERATION_CREATE_COPY_ON_SERVER","features":[150]},{"name":"OFFLINEFILES_SYNC_OPERATION_DELETE_CLIENT_COPY","features":[150]},{"name":"OFFLINEFILES_SYNC_OPERATION_DELETE_SERVER_COPY","features":[150]},{"name":"OFFLINEFILES_SYNC_OPERATION_PIN","features":[150]},{"name":"OFFLINEFILES_SYNC_OPERATION_PREPARE","features":[150]},{"name":"OFFLINEFILES_SYNC_OPERATION_SYNC_TO_CLIENT","features":[150]},{"name":"OFFLINEFILES_SYNC_OPERATION_SYNC_TO_SERVER","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_DirChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_DirOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_FileChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_FileOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_ChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_DeletedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_FileChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_FileOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DeletedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DirChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DirOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_FileChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_FileOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_NoServerCopy","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirDeletedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_FileChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_FileOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_NoServerCopy","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirRenamedOnClient","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirRenamedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_DirSparseOnClient","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_ChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DeletedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DirChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DirOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DeletedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DirChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DirOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_FileChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_FileOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_NoServerCopy","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileDeletedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileOnClient_DirOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileOnClient_NoServerCopy","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileRenamedOnClient","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileRenamedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_DirChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_DirOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_FileChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_FileOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_ChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DeletedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DirChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DirOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_LOCAL_KNOWN","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_NUMSTATES","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_DirChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_DirOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_FileChangedOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_FileOnServer","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_REMOTE_KNOWN","features":[150]},{"name":"OFFLINEFILES_SYNC_STATE_Stable","features":[150]},{"name":"OFFLINEFILES_TRANSITION_FLAG_CONSOLE","features":[150]},{"name":"OFFLINEFILES_TRANSITION_FLAG_INTERACTIVE","features":[150]},{"name":"OfflineFilesCache","features":[150]},{"name":"OfflineFilesEnable","features":[3,150]},{"name":"OfflineFilesQueryStatus","features":[3,150]},{"name":"OfflineFilesQueryStatusEx","features":[3,150]},{"name":"OfflineFilesSetting","features":[150]},{"name":"OfflineFilesStart","features":[150]}],"521":[{"name":"OPERATION_END_DISCARD","features":[151]},{"name":"OPERATION_END_PARAMETERS","features":[151]},{"name":"OPERATION_END_PARAMETERS_FLAGS","features":[151]},{"name":"OPERATION_START_FLAGS","features":[151]},{"name":"OPERATION_START_PARAMETERS","features":[151]},{"name":"OPERATION_START_TRACE_CURRENT_THREAD","features":[151]},{"name":"OperationEnd","features":[3,151]},{"name":"OperationStart","features":[3,151]}],"522":[{"name":"APPLICATION_USER_MODEL_ID_MAX_LENGTH","features":[132]},{"name":"APPLICATION_USER_MODEL_ID_MIN_LENGTH","features":[132]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE","features":[132]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_BLOCKMAP","features":[132]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_FIRST","features":[132]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_LAST","features":[132]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_MANIFEST","features":[132]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_SIGNATURE","features":[132]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE","features":[132]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_APPLICATION","features":[132]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_RESOURCE","features":[132]},{"name":"APPX_CAPABILITIES","features":[132]},{"name":"APPX_CAPABILITY_APPOINTMENTS","features":[132]},{"name":"APPX_CAPABILITY_CLASS_ALL","features":[132]},{"name":"APPX_CAPABILITY_CLASS_CUSTOM","features":[132]},{"name":"APPX_CAPABILITY_CLASS_DEFAULT","features":[132]},{"name":"APPX_CAPABILITY_CLASS_GENERAL","features":[132]},{"name":"APPX_CAPABILITY_CLASS_RESTRICTED","features":[132]},{"name":"APPX_CAPABILITY_CLASS_TYPE","features":[132]},{"name":"APPX_CAPABILITY_CLASS_WINDOWS","features":[132]},{"name":"APPX_CAPABILITY_CONTACTS","features":[132]},{"name":"APPX_CAPABILITY_DOCUMENTS_LIBRARY","features":[132]},{"name":"APPX_CAPABILITY_ENTERPRISE_AUTHENTICATION","features":[132]},{"name":"APPX_CAPABILITY_INTERNET_CLIENT","features":[132]},{"name":"APPX_CAPABILITY_INTERNET_CLIENT_SERVER","features":[132]},{"name":"APPX_CAPABILITY_MUSIC_LIBRARY","features":[132]},{"name":"APPX_CAPABILITY_PICTURES_LIBRARY","features":[132]},{"name":"APPX_CAPABILITY_PRIVATE_NETWORK_CLIENT_SERVER","features":[132]},{"name":"APPX_CAPABILITY_REMOVABLE_STORAGE","features":[132]},{"name":"APPX_CAPABILITY_SHARED_USER_CERTIFICATES","features":[132]},{"name":"APPX_CAPABILITY_VIDEOS_LIBRARY","features":[132]},{"name":"APPX_COMPRESSION_OPTION","features":[132]},{"name":"APPX_COMPRESSION_OPTION_FAST","features":[132]},{"name":"APPX_COMPRESSION_OPTION_MAXIMUM","features":[132]},{"name":"APPX_COMPRESSION_OPTION_NONE","features":[132]},{"name":"APPX_COMPRESSION_OPTION_NORMAL","features":[132]},{"name":"APPX_COMPRESSION_OPTION_SUPERFAST","features":[132]},{"name":"APPX_ENCRYPTED_EXEMPTIONS","features":[132]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTIONS","features":[132]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_DIFFUSION","features":[132]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_NONE","features":[132]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_PAGE_HASHING","features":[132]},{"name":"APPX_ENCRYPTED_PACKAGE_SETTINGS","features":[3,132]},{"name":"APPX_ENCRYPTED_PACKAGE_SETTINGS2","features":[132]},{"name":"APPX_FOOTPRINT_FILE_TYPE","features":[132]},{"name":"APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP","features":[132]},{"name":"APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY","features":[132]},{"name":"APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP","features":[132]},{"name":"APPX_FOOTPRINT_FILE_TYPE_MANIFEST","features":[132]},{"name":"APPX_FOOTPRINT_FILE_TYPE_SIGNATURE","features":[132]},{"name":"APPX_KEY_INFO","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE2","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE2_ARM","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE2_ARM64","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE2_NEUTRAL","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE2_UNKNOWN","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X64","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X86","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X86_ON_ARM64","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE_ARM","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE_ARM64","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE_NEUTRAL","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE_X64","features":[132]},{"name":"APPX_PACKAGE_ARCHITECTURE_X86","features":[132]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTIONS","features":[132]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_LOCALIZED","features":[132]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_NONE","features":[132]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_SKIP_VALIDATION","features":[132]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION","features":[132]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION_APPEND_DELTA","features":[132]},{"name":"APPX_PACKAGE_SETTINGS","features":[3,132]},{"name":"APPX_PACKAGE_WRITER_PAYLOAD_STREAM","features":[132]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE","features":[132]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_CHANGE","features":[132]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_DETAILS","features":[132]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_END","features":[132]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_START","features":[132]},{"name":"ActivatePackageVirtualizationContext","features":[132]},{"name":"AddPackageDependency","features":[132]},{"name":"AddPackageDependencyOptions","features":[132]},{"name":"AddPackageDependencyOptions_None","features":[132]},{"name":"AddPackageDependencyOptions_PrependIfRankCollision","features":[132]},{"name":"AppPolicyClrCompat","features":[132]},{"name":"AppPolicyClrCompat_ClassicDesktop","features":[132]},{"name":"AppPolicyClrCompat_Other","features":[132]},{"name":"AppPolicyClrCompat_PackagedDesktop","features":[132]},{"name":"AppPolicyClrCompat_Universal","features":[132]},{"name":"AppPolicyCreateFileAccess","features":[132]},{"name":"AppPolicyCreateFileAccess_Full","features":[132]},{"name":"AppPolicyCreateFileAccess_Limited","features":[132]},{"name":"AppPolicyGetClrCompat","features":[3,132]},{"name":"AppPolicyGetCreateFileAccess","features":[3,132]},{"name":"AppPolicyGetLifecycleManagement","features":[3,132]},{"name":"AppPolicyGetMediaFoundationCodecLoading","features":[3,132]},{"name":"AppPolicyGetProcessTerminationMethod","features":[3,132]},{"name":"AppPolicyGetShowDeveloperDiagnostic","features":[3,132]},{"name":"AppPolicyGetThreadInitializationType","features":[3,132]},{"name":"AppPolicyGetWindowingModel","features":[3,132]},{"name":"AppPolicyLifecycleManagement","features":[132]},{"name":"AppPolicyLifecycleManagement_Managed","features":[132]},{"name":"AppPolicyLifecycleManagement_Unmanaged","features":[132]},{"name":"AppPolicyMediaFoundationCodecLoading","features":[132]},{"name":"AppPolicyMediaFoundationCodecLoading_All","features":[132]},{"name":"AppPolicyMediaFoundationCodecLoading_InboxOnly","features":[132]},{"name":"AppPolicyProcessTerminationMethod","features":[132]},{"name":"AppPolicyProcessTerminationMethod_ExitProcess","features":[132]},{"name":"AppPolicyProcessTerminationMethod_TerminateProcess","features":[132]},{"name":"AppPolicyShowDeveloperDiagnostic","features":[132]},{"name":"AppPolicyShowDeveloperDiagnostic_None","features":[132]},{"name":"AppPolicyShowDeveloperDiagnostic_ShowUI","features":[132]},{"name":"AppPolicyThreadInitializationType","features":[132]},{"name":"AppPolicyThreadInitializationType_InitializeWinRT","features":[132]},{"name":"AppPolicyThreadInitializationType_None","features":[132]},{"name":"AppPolicyWindowingModel","features":[132]},{"name":"AppPolicyWindowingModel_ClassicDesktop","features":[132]},{"name":"AppPolicyWindowingModel_ClassicPhone","features":[132]},{"name":"AppPolicyWindowingModel_None","features":[132]},{"name":"AppPolicyWindowingModel_Universal","features":[132]},{"name":"AppxBundleFactory","features":[132]},{"name":"AppxEncryptionFactory","features":[132]},{"name":"AppxFactory","features":[132]},{"name":"AppxPackageEditor","features":[132]},{"name":"AppxPackagingDiagnosticEventSinkManager","features":[132]},{"name":"CheckIsMSIXPackage","features":[3,132]},{"name":"ClosePackageInfo","features":[3,132]},{"name":"CreatePackageDependencyOptions","features":[132]},{"name":"CreatePackageDependencyOptions_DoNotVerifyDependencyResolution","features":[132]},{"name":"CreatePackageDependencyOptions_None","features":[132]},{"name":"CreatePackageDependencyOptions_ScopeIsSystem","features":[132]},{"name":"CreatePackageVirtualizationContext","features":[132]},{"name":"DX_FEATURE_LEVEL","features":[132]},{"name":"DX_FEATURE_LEVEL_10","features":[132]},{"name":"DX_FEATURE_LEVEL_11","features":[132]},{"name":"DX_FEATURE_LEVEL_9","features":[132]},{"name":"DX_FEATURE_LEVEL_UNSPECIFIED","features":[132]},{"name":"DeactivatePackageVirtualizationContext","features":[132]},{"name":"DeletePackageDependency","features":[132]},{"name":"DuplicatePackageVirtualizationContext","features":[132]},{"name":"FindPackagesByPackageFamily","features":[3,132]},{"name":"FormatApplicationUserModelId","features":[3,132]},{"name":"GetApplicationUserModelId","features":[3,132]},{"name":"GetApplicationUserModelIdFromToken","features":[3,132]},{"name":"GetCurrentApplicationUserModelId","features":[3,132]},{"name":"GetCurrentPackageFamilyName","features":[3,132]},{"name":"GetCurrentPackageFullName","features":[3,132]},{"name":"GetCurrentPackageId","features":[3,132]},{"name":"GetCurrentPackageInfo","features":[3,132]},{"name":"GetCurrentPackageInfo2","features":[3,132]},{"name":"GetCurrentPackageInfo3","features":[132]},{"name":"GetCurrentPackagePath","features":[3,132]},{"name":"GetCurrentPackagePath2","features":[3,132]},{"name":"GetCurrentPackageVirtualizationContext","features":[132]},{"name":"GetIdForPackageDependencyContext","features":[132]},{"name":"GetPackageApplicationIds","features":[3,132]},{"name":"GetPackageFamilyName","features":[3,132]},{"name":"GetPackageFamilyNameFromToken","features":[3,132]},{"name":"GetPackageFullName","features":[3,132]},{"name":"GetPackageFullNameFromToken","features":[3,132]},{"name":"GetPackageGraphRevisionId","features":[132]},{"name":"GetPackageId","features":[3,132]},{"name":"GetPackageInfo","features":[3,132]},{"name":"GetPackageInfo2","features":[3,132]},{"name":"GetPackagePath","features":[3,132]},{"name":"GetPackagePathByFullName","features":[3,132]},{"name":"GetPackagePathByFullName2","features":[3,132]},{"name":"GetPackagesByPackageFamily","features":[3,132]},{"name":"GetProcessesInVirtualizationContext","features":[3,132]},{"name":"GetResolvedPackageFullNameForPackageDependency","features":[132]},{"name":"GetStagedPackageOrigin","features":[3,132]},{"name":"GetStagedPackagePathByFullName","features":[3,132]},{"name":"GetStagedPackagePathByFullName2","features":[3,132]},{"name":"IAppxAppInstallerReader","features":[132]},{"name":"IAppxBlockMapBlock","features":[132]},{"name":"IAppxBlockMapBlocksEnumerator","features":[132]},{"name":"IAppxBlockMapFile","features":[132]},{"name":"IAppxBlockMapFilesEnumerator","features":[132]},{"name":"IAppxBlockMapReader","features":[132]},{"name":"IAppxBundleFactory","features":[132]},{"name":"IAppxBundleFactory2","features":[132]},{"name":"IAppxBundleManifestOptionalBundleInfo","features":[132]},{"name":"IAppxBundleManifestOptionalBundleInfoEnumerator","features":[132]},{"name":"IAppxBundleManifestPackageInfo","features":[132]},{"name":"IAppxBundleManifestPackageInfo2","features":[132]},{"name":"IAppxBundleManifestPackageInfo3","features":[132]},{"name":"IAppxBundleManifestPackageInfo4","features":[132]},{"name":"IAppxBundleManifestPackageInfoEnumerator","features":[132]},{"name":"IAppxBundleManifestReader","features":[132]},{"name":"IAppxBundleManifestReader2","features":[132]},{"name":"IAppxBundleReader","features":[132]},{"name":"IAppxBundleWriter","features":[132]},{"name":"IAppxBundleWriter2","features":[132]},{"name":"IAppxBundleWriter3","features":[132]},{"name":"IAppxBundleWriter4","features":[132]},{"name":"IAppxContentGroup","features":[132]},{"name":"IAppxContentGroupFilesEnumerator","features":[132]},{"name":"IAppxContentGroupMapReader","features":[132]},{"name":"IAppxContentGroupMapWriter","features":[132]},{"name":"IAppxContentGroupsEnumerator","features":[132]},{"name":"IAppxDigestProvider","features":[132]},{"name":"IAppxEncryptedBundleWriter","features":[132]},{"name":"IAppxEncryptedBundleWriter2","features":[132]},{"name":"IAppxEncryptedBundleWriter3","features":[132]},{"name":"IAppxEncryptedPackageWriter","features":[132]},{"name":"IAppxEncryptedPackageWriter2","features":[132]},{"name":"IAppxEncryptionFactory","features":[132]},{"name":"IAppxEncryptionFactory2","features":[132]},{"name":"IAppxEncryptionFactory3","features":[132]},{"name":"IAppxEncryptionFactory4","features":[132]},{"name":"IAppxEncryptionFactory5","features":[132]},{"name":"IAppxFactory","features":[132]},{"name":"IAppxFactory2","features":[132]},{"name":"IAppxFactory3","features":[132]},{"name":"IAppxFile","features":[132]},{"name":"IAppxFilesEnumerator","features":[132]},{"name":"IAppxManifestApplication","features":[132]},{"name":"IAppxManifestApplicationsEnumerator","features":[132]},{"name":"IAppxManifestCapabilitiesEnumerator","features":[132]},{"name":"IAppxManifestDeviceCapabilitiesEnumerator","features":[132]},{"name":"IAppxManifestDriverConstraint","features":[132]},{"name":"IAppxManifestDriverConstraintsEnumerator","features":[132]},{"name":"IAppxManifestDriverDependenciesEnumerator","features":[132]},{"name":"IAppxManifestDriverDependency","features":[132]},{"name":"IAppxManifestHostRuntimeDependenciesEnumerator","features":[132]},{"name":"IAppxManifestHostRuntimeDependency","features":[132]},{"name":"IAppxManifestHostRuntimeDependency2","features":[132]},{"name":"IAppxManifestMainPackageDependenciesEnumerator","features":[132]},{"name":"IAppxManifestMainPackageDependency","features":[132]},{"name":"IAppxManifestOSPackageDependenciesEnumerator","features":[132]},{"name":"IAppxManifestOSPackageDependency","features":[132]},{"name":"IAppxManifestOptionalPackageInfo","features":[132]},{"name":"IAppxManifestPackageDependenciesEnumerator","features":[132]},{"name":"IAppxManifestPackageDependency","features":[132]},{"name":"IAppxManifestPackageDependency2","features":[132]},{"name":"IAppxManifestPackageDependency3","features":[132]},{"name":"IAppxManifestPackageId","features":[132]},{"name":"IAppxManifestPackageId2","features":[132]},{"name":"IAppxManifestProperties","features":[132]},{"name":"IAppxManifestQualifiedResource","features":[132]},{"name":"IAppxManifestQualifiedResourcesEnumerator","features":[132]},{"name":"IAppxManifestReader","features":[132]},{"name":"IAppxManifestReader2","features":[132]},{"name":"IAppxManifestReader3","features":[132]},{"name":"IAppxManifestReader4","features":[132]},{"name":"IAppxManifestReader5","features":[132]},{"name":"IAppxManifestReader6","features":[132]},{"name":"IAppxManifestReader7","features":[132]},{"name":"IAppxManifestResourcesEnumerator","features":[132]},{"name":"IAppxManifestTargetDeviceFamiliesEnumerator","features":[132]},{"name":"IAppxManifestTargetDeviceFamily","features":[132]},{"name":"IAppxPackageEditor","features":[132]},{"name":"IAppxPackageReader","features":[132]},{"name":"IAppxPackageWriter","features":[132]},{"name":"IAppxPackageWriter2","features":[132]},{"name":"IAppxPackageWriter3","features":[132]},{"name":"IAppxPackagingDiagnosticEventSink","features":[132]},{"name":"IAppxPackagingDiagnosticEventSinkManager","features":[132]},{"name":"IAppxSourceContentGroupMapReader","features":[132]},{"name":"OpenPackageInfoByFullName","features":[3,132]},{"name":"OpenPackageInfoByFullNameForUser","features":[3,6,132]},{"name":"PACKAGEDEPENDENCY_CONTEXT","features":[132]},{"name":"PACKAGE_APPLICATIONS_MAX_COUNT","features":[132]},{"name":"PACKAGE_APPLICATIONS_MIN_COUNT","features":[132]},{"name":"PACKAGE_ARCHITECTURE_MAX_LENGTH","features":[132]},{"name":"PACKAGE_ARCHITECTURE_MIN_LENGTH","features":[132]},{"name":"PACKAGE_DEPENDENCY_RANK_DEFAULT","features":[132]},{"name":"PACKAGE_FAMILY_MAX_RESOURCE_PACKAGES","features":[132]},{"name":"PACKAGE_FAMILY_MIN_RESOURCE_PACKAGES","features":[132]},{"name":"PACKAGE_FAMILY_NAME_MAX_LENGTH","features":[132]},{"name":"PACKAGE_FAMILY_NAME_MIN_LENGTH","features":[132]},{"name":"PACKAGE_FILTER_ALL_LOADED","features":[132]},{"name":"PACKAGE_FILTER_BUNDLE","features":[132]},{"name":"PACKAGE_FILTER_DIRECT","features":[132]},{"name":"PACKAGE_FILTER_DYNAMIC","features":[132]},{"name":"PACKAGE_FILTER_HEAD","features":[132]},{"name":"PACKAGE_FILTER_HOSTRUNTIME","features":[132]},{"name":"PACKAGE_FILTER_IS_IN_RELATED_SET","features":[132]},{"name":"PACKAGE_FILTER_OPTIONAL","features":[132]},{"name":"PACKAGE_FILTER_RESOURCE","features":[132]},{"name":"PACKAGE_FILTER_STATIC","features":[132]},{"name":"PACKAGE_FULL_NAME_MAX_LENGTH","features":[132]},{"name":"PACKAGE_FULL_NAME_MIN_LENGTH","features":[132]},{"name":"PACKAGE_GRAPH_MAX_SIZE","features":[132]},{"name":"PACKAGE_GRAPH_MIN_SIZE","features":[132]},{"name":"PACKAGE_ID","features":[132]},{"name":"PACKAGE_ID","features":[132]},{"name":"PACKAGE_INFO","features":[132]},{"name":"PACKAGE_INFO","features":[132]},{"name":"PACKAGE_INFORMATION_BASIC","features":[132]},{"name":"PACKAGE_INFORMATION_FULL","features":[132]},{"name":"PACKAGE_MAX_DEPENDENCIES","features":[132]},{"name":"PACKAGE_MIN_DEPENDENCIES","features":[132]},{"name":"PACKAGE_NAME_MAX_LENGTH","features":[132]},{"name":"PACKAGE_NAME_MIN_LENGTH","features":[132]},{"name":"PACKAGE_PROPERTY_BUNDLE","features":[132]},{"name":"PACKAGE_PROPERTY_DEVELOPMENT_MODE","features":[132]},{"name":"PACKAGE_PROPERTY_DYNAMIC","features":[132]},{"name":"PACKAGE_PROPERTY_FRAMEWORK","features":[132]},{"name":"PACKAGE_PROPERTY_HOSTRUNTIME","features":[132]},{"name":"PACKAGE_PROPERTY_IS_IN_RELATED_SET","features":[132]},{"name":"PACKAGE_PROPERTY_OPTIONAL","features":[132]},{"name":"PACKAGE_PROPERTY_RESOURCE","features":[132]},{"name":"PACKAGE_PROPERTY_STATIC","features":[132]},{"name":"PACKAGE_PUBLISHERID_MAX_LENGTH","features":[132]},{"name":"PACKAGE_PUBLISHERID_MIN_LENGTH","features":[132]},{"name":"PACKAGE_PUBLISHER_MAX_LENGTH","features":[132]},{"name":"PACKAGE_PUBLISHER_MIN_LENGTH","features":[132]},{"name":"PACKAGE_RELATIVE_APPLICATION_ID_MAX_LENGTH","features":[132]},{"name":"PACKAGE_RELATIVE_APPLICATION_ID_MIN_LENGTH","features":[132]},{"name":"PACKAGE_RESOURCEID_MAX_LENGTH","features":[132]},{"name":"PACKAGE_RESOURCEID_MIN_LENGTH","features":[132]},{"name":"PACKAGE_VERSION","features":[132]},{"name":"PACKAGE_VERSION_MAX_LENGTH","features":[132]},{"name":"PACKAGE_VERSION_MIN_LENGTH","features":[132]},{"name":"PACKAGE_VIRTUALIZATION_CONTEXT_HANDLE","features":[132]},{"name":"PackageDependencyLifetimeKind","features":[132]},{"name":"PackageDependencyLifetimeKind_FilePath","features":[132]},{"name":"PackageDependencyLifetimeKind_Process","features":[132]},{"name":"PackageDependencyLifetimeKind_RegistryKey","features":[132]},{"name":"PackageDependencyProcessorArchitectures","features":[132]},{"name":"PackageDependencyProcessorArchitectures_Arm","features":[132]},{"name":"PackageDependencyProcessorArchitectures_Arm64","features":[132]},{"name":"PackageDependencyProcessorArchitectures_Neutral","features":[132]},{"name":"PackageDependencyProcessorArchitectures_None","features":[132]},{"name":"PackageDependencyProcessorArchitectures_X64","features":[132]},{"name":"PackageDependencyProcessorArchitectures_X86","features":[132]},{"name":"PackageDependencyProcessorArchitectures_X86A64","features":[132]},{"name":"PackageFamilyNameFromFullName","features":[3,132]},{"name":"PackageFamilyNameFromId","features":[3,132]},{"name":"PackageFullNameFromId","features":[3,132]},{"name":"PackageIdFromFullName","features":[3,132]},{"name":"PackageInfo3Type","features":[132]},{"name":"PackageInfo3Type_PackageInfoGeneration","features":[132]},{"name":"PackageNameAndPublisherIdFromFamilyName","features":[3,132]},{"name":"PackageOrigin","features":[132]},{"name":"PackageOrigin_DeveloperSigned","features":[132]},{"name":"PackageOrigin_DeveloperUnsigned","features":[132]},{"name":"PackageOrigin_Inbox","features":[132]},{"name":"PackageOrigin_LineOfBusiness","features":[132]},{"name":"PackageOrigin_Store","features":[132]},{"name":"PackageOrigin_Unknown","features":[132]},{"name":"PackageOrigin_Unsigned","features":[132]},{"name":"PackagePathType","features":[132]},{"name":"PackagePathType_Effective","features":[132]},{"name":"PackagePathType_EffectiveExternal","features":[132]},{"name":"PackagePathType_Install","features":[132]},{"name":"PackagePathType_MachineExternal","features":[132]},{"name":"PackagePathType_Mutable","features":[132]},{"name":"PackagePathType_UserExternal","features":[132]},{"name":"ParseApplicationUserModelId","features":[3,132]},{"name":"ReleasePackageVirtualizationContext","features":[132]},{"name":"RemovePackageDependency","features":[132]},{"name":"TryCreatePackageDependency","features":[6,132]},{"name":"VerifyApplicationUserModelId","features":[3,132]},{"name":"VerifyPackageFamilyName","features":[3,132]},{"name":"VerifyPackageFullName","features":[3,132]},{"name":"VerifyPackageId","features":[3,132]},{"name":"VerifyPackageRelativeApplicationId","features":[3,132]},{"name":"_PACKAGE_INFO_REFERENCE","features":[132]}],"524":[{"name":"PRJ_CALLBACKS","features":[3,152]},{"name":"PRJ_CALLBACK_DATA","features":[152]},{"name":"PRJ_CALLBACK_DATA_FLAGS","features":[152]},{"name":"PRJ_CANCEL_COMMAND_CB","features":[152]},{"name":"PRJ_CB_DATA_FLAG_ENUM_RESTART_SCAN","features":[152]},{"name":"PRJ_CB_DATA_FLAG_ENUM_RETURN_SINGLE_ENTRY","features":[152]},{"name":"PRJ_COMPLETE_COMMAND_EXTENDED_PARAMETERS","features":[152]},{"name":"PRJ_COMPLETE_COMMAND_TYPE","features":[152]},{"name":"PRJ_COMPLETE_COMMAND_TYPE_ENUMERATION","features":[152]},{"name":"PRJ_COMPLETE_COMMAND_TYPE_NOTIFICATION","features":[152]},{"name":"PRJ_DIR_ENTRY_BUFFER_HANDLE","features":[152]},{"name":"PRJ_END_DIRECTORY_ENUMERATION_CB","features":[152]},{"name":"PRJ_EXTENDED_INFO","features":[152]},{"name":"PRJ_EXT_INFO_TYPE","features":[152]},{"name":"PRJ_EXT_INFO_TYPE_SYMLINK","features":[152]},{"name":"PRJ_FILE_BASIC_INFO","features":[3,152]},{"name":"PRJ_FILE_STATE","features":[152]},{"name":"PRJ_FILE_STATE_DIRTY_PLACEHOLDER","features":[152]},{"name":"PRJ_FILE_STATE_FULL","features":[152]},{"name":"PRJ_FILE_STATE_HYDRATED_PLACEHOLDER","features":[152]},{"name":"PRJ_FILE_STATE_PLACEHOLDER","features":[152]},{"name":"PRJ_FILE_STATE_TOMBSTONE","features":[152]},{"name":"PRJ_FLAG_NONE","features":[152]},{"name":"PRJ_FLAG_USE_NEGATIVE_PATH_CACHE","features":[152]},{"name":"PRJ_GET_DIRECTORY_ENUMERATION_CB","features":[152]},{"name":"PRJ_GET_FILE_DATA_CB","features":[152]},{"name":"PRJ_GET_PLACEHOLDER_INFO_CB","features":[152]},{"name":"PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT","features":[152]},{"name":"PRJ_NOTIFICATION","features":[152]},{"name":"PRJ_NOTIFICATION_CB","features":[3,152]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_DELETED","features":[152]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_MODIFIED","features":[152]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_NO_MODIFICATION","features":[152]},{"name":"PRJ_NOTIFICATION_FILE_OPENED","features":[152]},{"name":"PRJ_NOTIFICATION_FILE_OVERWRITTEN","features":[152]},{"name":"PRJ_NOTIFICATION_FILE_PRE_CONVERT_TO_FULL","features":[152]},{"name":"PRJ_NOTIFICATION_FILE_RENAMED","features":[152]},{"name":"PRJ_NOTIFICATION_HARDLINK_CREATED","features":[152]},{"name":"PRJ_NOTIFICATION_MAPPING","features":[152]},{"name":"PRJ_NOTIFICATION_NEW_FILE_CREATED","features":[152]},{"name":"PRJ_NOTIFICATION_PARAMETERS","features":[3,152]},{"name":"PRJ_NOTIFICATION_PRE_DELETE","features":[152]},{"name":"PRJ_NOTIFICATION_PRE_RENAME","features":[152]},{"name":"PRJ_NOTIFICATION_PRE_SET_HARDLINK","features":[152]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_FILE_DELETED","features":[152]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_FILE_MODIFIED","features":[152]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_NO_MODIFICATION","features":[152]},{"name":"PRJ_NOTIFY_FILE_OPENED","features":[152]},{"name":"PRJ_NOTIFY_FILE_OVERWRITTEN","features":[152]},{"name":"PRJ_NOTIFY_FILE_PRE_CONVERT_TO_FULL","features":[152]},{"name":"PRJ_NOTIFY_FILE_RENAMED","features":[152]},{"name":"PRJ_NOTIFY_HARDLINK_CREATED","features":[152]},{"name":"PRJ_NOTIFY_NEW_FILE_CREATED","features":[152]},{"name":"PRJ_NOTIFY_NONE","features":[152]},{"name":"PRJ_NOTIFY_PRE_DELETE","features":[152]},{"name":"PRJ_NOTIFY_PRE_RENAME","features":[152]},{"name":"PRJ_NOTIFY_PRE_SET_HARDLINK","features":[152]},{"name":"PRJ_NOTIFY_SUPPRESS_NOTIFICATIONS","features":[152]},{"name":"PRJ_NOTIFY_TYPES","features":[152]},{"name":"PRJ_NOTIFY_USE_EXISTING_MASK","features":[152]},{"name":"PRJ_PLACEHOLDER_ID","features":[152]},{"name":"PRJ_PLACEHOLDER_ID_LENGTH","features":[152]},{"name":"PRJ_PLACEHOLDER_INFO","features":[3,152]},{"name":"PRJ_PLACEHOLDER_VERSION_INFO","features":[152]},{"name":"PRJ_QUERY_FILE_NAME_CB","features":[152]},{"name":"PRJ_STARTVIRTUALIZING_FLAGS","features":[152]},{"name":"PRJ_STARTVIRTUALIZING_OPTIONS","features":[152]},{"name":"PRJ_START_DIRECTORY_ENUMERATION_CB","features":[152]},{"name":"PRJ_UPDATE_ALLOW_DIRTY_DATA","features":[152]},{"name":"PRJ_UPDATE_ALLOW_DIRTY_METADATA","features":[152]},{"name":"PRJ_UPDATE_ALLOW_READ_ONLY","features":[152]},{"name":"PRJ_UPDATE_ALLOW_TOMBSTONE","features":[152]},{"name":"PRJ_UPDATE_FAILURE_CAUSES","features":[152]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_DIRTY_DATA","features":[152]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_DIRTY_METADATA","features":[152]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_NONE","features":[152]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_READ_ONLY","features":[152]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_TOMBSTONE","features":[152]},{"name":"PRJ_UPDATE_MAX_VAL","features":[152]},{"name":"PRJ_UPDATE_NONE","features":[152]},{"name":"PRJ_UPDATE_RESERVED1","features":[152]},{"name":"PRJ_UPDATE_RESERVED2","features":[152]},{"name":"PRJ_UPDATE_TYPES","features":[152]},{"name":"PRJ_VIRTUALIZATION_INSTANCE_INFO","features":[152]},{"name":"PrjAllocateAlignedBuffer","features":[152]},{"name":"PrjClearNegativePathCache","features":[152]},{"name":"PrjCompleteCommand","features":[152]},{"name":"PrjDeleteFile","features":[152]},{"name":"PrjDoesNameContainWildCards","features":[3,152]},{"name":"PrjFileNameCompare","features":[152]},{"name":"PrjFileNameMatch","features":[3,152]},{"name":"PrjFillDirEntryBuffer","features":[3,152]},{"name":"PrjFillDirEntryBuffer2","features":[3,152]},{"name":"PrjFreeAlignedBuffer","features":[152]},{"name":"PrjGetOnDiskFileState","features":[152]},{"name":"PrjGetVirtualizationInstanceInfo","features":[152]},{"name":"PrjMarkDirectoryAsPlaceholder","features":[152]},{"name":"PrjStartVirtualizing","features":[3,152]},{"name":"PrjStopVirtualizing","features":[152]},{"name":"PrjUpdateFileIfNeeded","features":[3,152]},{"name":"PrjWriteFileData","features":[152]},{"name":"PrjWritePlaceholderInfo","features":[3,152]},{"name":"PrjWritePlaceholderInfo2","features":[3,152]}],"525":[{"name":"JET_API_PTR","features":[148]},{"name":"JET_HANDLE","features":[148]},{"name":"JET_TABLEID","features":[148]}],"526":[{"name":"APPLY_SNAPSHOT_VHDSET_FLAG","features":[153]},{"name":"APPLY_SNAPSHOT_VHDSET_FLAG_NONE","features":[153]},{"name":"APPLY_SNAPSHOT_VHDSET_FLAG_WRITEABLE","features":[153]},{"name":"APPLY_SNAPSHOT_VHDSET_PARAMETERS","features":[153]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION","features":[153]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION_1","features":[153]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_AT_BOOT","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_BYPASS_DEFAULT_ENCRYPTION_POLICY","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NON_PNP","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_DRIVE_LETTER","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_LOCAL_HOST","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_SECURITY_DESCRIPTOR","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_PERMANENT_LIFETIME","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_READ_ONLY","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_REGISTER_VOLUME","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_RESTRICTED_RANGE","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_SINGLE_PARTITION","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_PARAMETERS","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_VERSION","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_1","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_2","features":[153]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[153]},{"name":"AddVirtualDiskParent","features":[3,153]},{"name":"ApplySnapshotVhdSet","features":[3,153]},{"name":"AttachVirtualDisk","features":[3,6,153,8]},{"name":"BreakMirrorVirtualDisk","features":[3,153]},{"name":"COMPACT_VIRTUAL_DISK_FLAG","features":[153]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NO_BLOCK_MOVES","features":[153]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NO_ZERO_SCAN","features":[153]},{"name":"COMPACT_VIRTUAL_DISK_PARAMETERS","features":[153]},{"name":"COMPACT_VIRTUAL_DISK_VERSION","features":[153]},{"name":"COMPACT_VIRTUAL_DISK_VERSION_1","features":[153]},{"name":"COMPACT_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_CREATE_BACKING_STORAGE","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_DO_NOT_COPY_METADATA_FROM_PARENT","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_FULL_PHYSICAL_ALLOCATION","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PMEM_COMPATIBLE","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PRESERVE_PARENT_CHANGE_TRACKING_STATE","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PREVENT_WRITES_TO_SOURCE_DISK","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SPARSE_FILE","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SUPPORT_SPARSE_FILES_ANY_FS","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_USE_CHANGE_TRACKING_SOURCE_LIMIT","features":[153]},{"name":"CREATE_VIRTUAL_DISK_FLAG_VHD_SET_USE_ORIGINAL_BACKING_STORAGE","features":[153]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS","features":[153]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS_DEFAULT_BLOCK_SIZE","features":[153]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS_DEFAULT_SECTOR_SIZE","features":[153]},{"name":"CREATE_VIRTUAL_DISK_VERSION","features":[153]},{"name":"CREATE_VIRTUAL_DISK_VERSION_1","features":[153]},{"name":"CREATE_VIRTUAL_DISK_VERSION_2","features":[153]},{"name":"CREATE_VIRTUAL_DISK_VERSION_3","features":[153]},{"name":"CREATE_VIRTUAL_DISK_VERSION_4","features":[153]},{"name":"CREATE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[153]},{"name":"CompactVirtualDisk","features":[3,153,8]},{"name":"CompleteForkVirtualDisk","features":[3,153]},{"name":"CreateVirtualDisk","features":[3,6,153,8]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG","features":[153]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG_NONE","features":[153]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG_PERSIST_RCT","features":[153]},{"name":"DELETE_SNAPSHOT_VHDSET_PARAMETERS","features":[153]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION","features":[153]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION_1","features":[153]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[153]},{"name":"DEPENDENT_DISK_FLAG","features":[153]},{"name":"DEPENDENT_DISK_FLAG_ALWAYS_ALLOW_SPARSE","features":[153]},{"name":"DEPENDENT_DISK_FLAG_FULLY_ALLOCATED","features":[153]},{"name":"DEPENDENT_DISK_FLAG_MULT_BACKING_FILES","features":[153]},{"name":"DEPENDENT_DISK_FLAG_NONE","features":[153]},{"name":"DEPENDENT_DISK_FLAG_NO_DRIVE_LETTER","features":[153]},{"name":"DEPENDENT_DISK_FLAG_NO_HOST_DISK","features":[153]},{"name":"DEPENDENT_DISK_FLAG_PARENT","features":[153]},{"name":"DEPENDENT_DISK_FLAG_PERMANENT_LIFETIME","features":[153]},{"name":"DEPENDENT_DISK_FLAG_READ_ONLY","features":[153]},{"name":"DEPENDENT_DISK_FLAG_REMOTE","features":[153]},{"name":"DEPENDENT_DISK_FLAG_REMOVABLE","features":[153]},{"name":"DEPENDENT_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[153]},{"name":"DEPENDENT_DISK_FLAG_SUPPORT_ENCRYPTED_FILES","features":[153]},{"name":"DEPENDENT_DISK_FLAG_SYSTEM_VOLUME","features":[153]},{"name":"DEPENDENT_DISK_FLAG_SYSTEM_VOLUME_PARENT","features":[153]},{"name":"DETACH_VIRTUAL_DISK_FLAG","features":[153]},{"name":"DETACH_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"DeleteSnapshotVhdSet","features":[3,153]},{"name":"DeleteVirtualDiskMetadata","features":[3,153]},{"name":"DetachVirtualDisk","features":[3,153]},{"name":"EXPAND_VIRTUAL_DISK_FLAG","features":[153]},{"name":"EXPAND_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"EXPAND_VIRTUAL_DISK_FLAG_NOTIFY_CHANGE","features":[153]},{"name":"EXPAND_VIRTUAL_DISK_PARAMETERS","features":[153]},{"name":"EXPAND_VIRTUAL_DISK_VERSION","features":[153]},{"name":"EXPAND_VIRTUAL_DISK_VERSION_1","features":[153]},{"name":"EXPAND_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[153]},{"name":"EnumerateVirtualDiskMetadata","features":[3,153]},{"name":"ExpandVirtualDisk","features":[3,153,8]},{"name":"FORK_VIRTUAL_DISK_FLAG","features":[153]},{"name":"FORK_VIRTUAL_DISK_FLAG_EXISTING_FILE","features":[153]},{"name":"FORK_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"FORK_VIRTUAL_DISK_PARAMETERS","features":[153]},{"name":"FORK_VIRTUAL_DISK_VERSION","features":[153]},{"name":"FORK_VIRTUAL_DISK_VERSION_1","features":[153]},{"name":"FORK_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[153]},{"name":"ForkVirtualDisk","features":[3,153,8]},{"name":"GET_STORAGE_DEPENDENCY_FLAG","features":[153]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_DISK_HANDLE","features":[153]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_HOST_VOLUMES","features":[153]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_NONE","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO","features":[3,153]},{"name":"GET_VIRTUAL_DISK_INFO_CHANGE_TRACKING_STATE","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_FRAGMENTATION","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_IDENTIFIER","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_IS_4K_ALIGNED","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_IS_LOADED","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_IDENTIFIER","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_LOCATION","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_TIMESTAMP","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_PHYSICAL_DISK","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_PROVIDER_SUBTYPE","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_SIZE","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_SMALLEST_SAFE_VIRTUAL_SIZE","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_UNSPECIFIED","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_VERSION","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_VHD_PHYSICAL_SECTOR_SIZE","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_VIRTUAL_DISK_ID","features":[153]},{"name":"GET_VIRTUAL_DISK_INFO_VIRTUAL_STORAGE_TYPE","features":[153]},{"name":"GetAllAttachedVirtualDiskPhysicalPaths","features":[3,153]},{"name":"GetStorageDependencyInformation","features":[3,153]},{"name":"GetVirtualDiskInformation","features":[3,153]},{"name":"GetVirtualDiskMetadata","features":[3,153]},{"name":"GetVirtualDiskOperationProgress","features":[3,153,8]},{"name":"GetVirtualDiskPhysicalPath","features":[3,153]},{"name":"MERGE_VIRTUAL_DISK_DEFAULT_MERGE_DEPTH","features":[153]},{"name":"MERGE_VIRTUAL_DISK_FLAG","features":[153]},{"name":"MERGE_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"MERGE_VIRTUAL_DISK_PARAMETERS","features":[153]},{"name":"MERGE_VIRTUAL_DISK_VERSION","features":[153]},{"name":"MERGE_VIRTUAL_DISK_VERSION_1","features":[153]},{"name":"MERGE_VIRTUAL_DISK_VERSION_2","features":[153]},{"name":"MERGE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[153]},{"name":"MIRROR_VIRTUAL_DISK_FLAG","features":[153]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_ENABLE_SMB_COMPRESSION","features":[153]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_EXISTING_FILE","features":[153]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_IS_LIVE_MIGRATION","features":[153]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_SKIP_MIRROR_ACTIVATION","features":[153]},{"name":"MIRROR_VIRTUAL_DISK_PARAMETERS","features":[153]},{"name":"MIRROR_VIRTUAL_DISK_VERSION","features":[153]},{"name":"MIRROR_VIRTUAL_DISK_VERSION_1","features":[153]},{"name":"MIRROR_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[153]},{"name":"MODIFY_VHDSET_DEFAULT_SNAPSHOT_PATH","features":[153]},{"name":"MODIFY_VHDSET_FLAG","features":[153]},{"name":"MODIFY_VHDSET_FLAG_NONE","features":[153]},{"name":"MODIFY_VHDSET_FLAG_WRITEABLE_SNAPSHOT","features":[153]},{"name":"MODIFY_VHDSET_PARAMETERS","features":[153]},{"name":"MODIFY_VHDSET_REMOVE_SNAPSHOT","features":[153]},{"name":"MODIFY_VHDSET_SNAPSHOT_PATH","features":[153]},{"name":"MODIFY_VHDSET_UNSPECIFIED","features":[153]},{"name":"MODIFY_VHDSET_VERSION","features":[153]},{"name":"MergeVirtualDisk","features":[3,153,8]},{"name":"MirrorVirtualDisk","features":[3,153,8]},{"name":"ModifyVhdSet","features":[3,153]},{"name":"OPEN_VIRTUAL_DISK_FLAG","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_BLANK_FILE","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_BOOT_DRIVE","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_CACHED_IO","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_CUSTOM_DIFF_CHAIN","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_IGNORE_RELATIVE_PARENT_LOCATOR","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NO_PARENTS","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NO_WRITE_HARDENING","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_PARENT_CACHED_IO","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_ENCRYPTED_FILES","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_SPARSE_FILES_ANY_FS","features":[153]},{"name":"OPEN_VIRTUAL_DISK_FLAG_VHDSET_FILE_ONLY","features":[153]},{"name":"OPEN_VIRTUAL_DISK_PARAMETERS","features":[3,153]},{"name":"OPEN_VIRTUAL_DISK_RW_DEPTH_DEFAULT","features":[153]},{"name":"OPEN_VIRTUAL_DISK_VERSION","features":[153]},{"name":"OPEN_VIRTUAL_DISK_VERSION_1","features":[153]},{"name":"OPEN_VIRTUAL_DISK_VERSION_2","features":[153]},{"name":"OPEN_VIRTUAL_DISK_VERSION_3","features":[153]},{"name":"OPEN_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[153]},{"name":"OpenVirtualDisk","features":[3,153]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_FLAG","features":[153]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_RANGE","features":[153]},{"name":"QueryChangesVirtualDisk","features":[3,153]},{"name":"RAW_SCSI_VIRTUAL_DISK_FLAG","features":[153]},{"name":"RAW_SCSI_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"RAW_SCSI_VIRTUAL_DISK_PARAMETERS","features":[3,153]},{"name":"RAW_SCSI_VIRTUAL_DISK_RESPONSE","features":[153]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION","features":[153]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION_1","features":[153]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[153]},{"name":"RESIZE_VIRTUAL_DISK_FLAG","features":[153]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_ALLOW_UNSAFE_VIRTUAL_SIZE","features":[153]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_NONE","features":[153]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_RESIZE_TO_SMALLEST_SAFE_VIRTUAL_SIZE","features":[153]},{"name":"RESIZE_VIRTUAL_DISK_PARAMETERS","features":[153]},{"name":"RESIZE_VIRTUAL_DISK_VERSION","features":[153]},{"name":"RESIZE_VIRTUAL_DISK_VERSION_1","features":[153]},{"name":"RESIZE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[153]},{"name":"RawSCSIVirtualDisk","features":[3,153]},{"name":"ResizeVirtualDisk","features":[3,153,8]},{"name":"SET_VIRTUAL_DISK_INFO","features":[3,153]},{"name":"SET_VIRTUAL_DISK_INFO_CHANGE_TRACKING_STATE","features":[153]},{"name":"SET_VIRTUAL_DISK_INFO_IDENTIFIER","features":[153]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_LOCATOR","features":[153]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_PATH","features":[153]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_PATH_WITH_DEPTH","features":[153]},{"name":"SET_VIRTUAL_DISK_INFO_PHYSICAL_SECTOR_SIZE","features":[153]},{"name":"SET_VIRTUAL_DISK_INFO_UNSPECIFIED","features":[153]},{"name":"SET_VIRTUAL_DISK_INFO_VERSION","features":[153]},{"name":"SET_VIRTUAL_DISK_INFO_VIRTUAL_DISK_ID","features":[153]},{"name":"STORAGE_DEPENDENCY_INFO","features":[153]},{"name":"STORAGE_DEPENDENCY_INFO_TYPE_1","features":[153]},{"name":"STORAGE_DEPENDENCY_INFO_TYPE_2","features":[153]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION","features":[153]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_1","features":[153]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_2","features":[153]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_UNSPECIFIED","features":[153]},{"name":"SetVirtualDiskInformation","features":[3,153]},{"name":"SetVirtualDiskMetadata","features":[3,153]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG","features":[153]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG_NONE","features":[153]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG_WRITEABLE","features":[153]},{"name":"TAKE_SNAPSHOT_VHDSET_PARAMETERS","features":[153]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION","features":[153]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION_1","features":[153]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[153]},{"name":"TakeSnapshotVhdSet","features":[3,153]},{"name":"VIRTUAL_DISK_ACCESS_ALL","features":[153]},{"name":"VIRTUAL_DISK_ACCESS_ATTACH_RO","features":[153]},{"name":"VIRTUAL_DISK_ACCESS_ATTACH_RW","features":[153]},{"name":"VIRTUAL_DISK_ACCESS_CREATE","features":[153]},{"name":"VIRTUAL_DISK_ACCESS_DETACH","features":[153]},{"name":"VIRTUAL_DISK_ACCESS_GET_INFO","features":[153]},{"name":"VIRTUAL_DISK_ACCESS_MASK","features":[153]},{"name":"VIRTUAL_DISK_ACCESS_METAOPS","features":[153]},{"name":"VIRTUAL_DISK_ACCESS_NONE","features":[153]},{"name":"VIRTUAL_DISK_ACCESS_READ","features":[153]},{"name":"VIRTUAL_DISK_ACCESS_WRITABLE","features":[153]},{"name":"VIRTUAL_DISK_MAXIMUM_CHANGE_TRACKING_ID_LENGTH","features":[153]},{"name":"VIRTUAL_DISK_PROGRESS","features":[153]},{"name":"VIRTUAL_STORAGE_TYPE","features":[153]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_ISO","features":[153]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_UNKNOWN","features":[153]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHD","features":[153]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHDSET","features":[153]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHDX","features":[153]},{"name":"VIRTUAL_STORAGE_TYPE_VENDOR_MICROSOFT","features":[153]},{"name":"VIRTUAL_STORAGE_TYPE_VENDOR_UNKNOWN","features":[153]}],"529":[{"name":"ABORTPROC","features":[3,14,77]},{"name":"AbortDoc","features":[14,77]},{"name":"DC_BINNAMES","features":[77]},{"name":"DC_BINS","features":[77]},{"name":"DC_COLLATE","features":[77]},{"name":"DC_COLORDEVICE","features":[77]},{"name":"DC_COPIES","features":[77]},{"name":"DC_DRIVER","features":[77]},{"name":"DC_DUPLEX","features":[77]},{"name":"DC_ENUMRESOLUTIONS","features":[77]},{"name":"DC_EXTRA","features":[77]},{"name":"DC_FIELDS","features":[77]},{"name":"DC_FILEDEPENDENCIES","features":[77]},{"name":"DC_MAXEXTENT","features":[77]},{"name":"DC_MEDIAREADY","features":[77]},{"name":"DC_MEDIATYPENAMES","features":[77]},{"name":"DC_MEDIATYPES","features":[77]},{"name":"DC_MINEXTENT","features":[77]},{"name":"DC_NUP","features":[77]},{"name":"DC_ORIENTATION","features":[77]},{"name":"DC_PAPERNAMES","features":[77]},{"name":"DC_PAPERS","features":[77]},{"name":"DC_PAPERSIZE","features":[77]},{"name":"DC_PERSONALITY","features":[77]},{"name":"DC_PRINTERMEM","features":[77]},{"name":"DC_PRINTRATE","features":[77]},{"name":"DC_PRINTRATEPPM","features":[77]},{"name":"DC_PRINTRATEUNIT","features":[77]},{"name":"DC_SIZE","features":[77]},{"name":"DC_STAPLE","features":[77]},{"name":"DC_TRUETYPE","features":[77]},{"name":"DC_VERSION","features":[77]},{"name":"DOCINFOA","features":[77]},{"name":"DOCINFOW","features":[77]},{"name":"DRAWPATRECT","features":[3,77]},{"name":"DeviceCapabilitiesA","features":[3,14,77]},{"name":"DeviceCapabilitiesW","features":[3,14,77]},{"name":"EndDoc","features":[14,77]},{"name":"EndPage","features":[14,77]},{"name":"Escape","features":[14,77]},{"name":"ExtEscape","features":[14,77]},{"name":"IXpsDocumentPackageTarget","features":[77]},{"name":"IXpsDocumentPackageTarget3D","features":[77]},{"name":"IXpsOMBrush","features":[77]},{"name":"IXpsOMCanvas","features":[77]},{"name":"IXpsOMColorProfileResource","features":[77]},{"name":"IXpsOMColorProfileResourceCollection","features":[77]},{"name":"IXpsOMCoreProperties","features":[77]},{"name":"IXpsOMDashCollection","features":[77]},{"name":"IXpsOMDictionary","features":[77]},{"name":"IXpsOMDocument","features":[77]},{"name":"IXpsOMDocumentCollection","features":[77]},{"name":"IXpsOMDocumentSequence","features":[77]},{"name":"IXpsOMDocumentStructureResource","features":[77]},{"name":"IXpsOMFontResource","features":[77]},{"name":"IXpsOMFontResourceCollection","features":[77]},{"name":"IXpsOMGeometry","features":[77]},{"name":"IXpsOMGeometryFigure","features":[77]},{"name":"IXpsOMGeometryFigureCollection","features":[77]},{"name":"IXpsOMGlyphs","features":[77]},{"name":"IXpsOMGlyphsEditor","features":[77]},{"name":"IXpsOMGradientBrush","features":[77]},{"name":"IXpsOMGradientStop","features":[77]},{"name":"IXpsOMGradientStopCollection","features":[77]},{"name":"IXpsOMImageBrush","features":[77]},{"name":"IXpsOMImageResource","features":[77]},{"name":"IXpsOMImageResourceCollection","features":[77]},{"name":"IXpsOMLinearGradientBrush","features":[77]},{"name":"IXpsOMMatrixTransform","features":[77]},{"name":"IXpsOMNameCollection","features":[77]},{"name":"IXpsOMObjectFactory","features":[77]},{"name":"IXpsOMObjectFactory1","features":[77]},{"name":"IXpsOMPackage","features":[77]},{"name":"IXpsOMPackage1","features":[77]},{"name":"IXpsOMPackageTarget","features":[77]},{"name":"IXpsOMPackageWriter","features":[77]},{"name":"IXpsOMPackageWriter3D","features":[77]},{"name":"IXpsOMPage","features":[77]},{"name":"IXpsOMPage1","features":[77]},{"name":"IXpsOMPageReference","features":[77]},{"name":"IXpsOMPageReferenceCollection","features":[77]},{"name":"IXpsOMPart","features":[77]},{"name":"IXpsOMPartResources","features":[77]},{"name":"IXpsOMPartUriCollection","features":[77]},{"name":"IXpsOMPath","features":[77]},{"name":"IXpsOMPrintTicketResource","features":[77]},{"name":"IXpsOMRadialGradientBrush","features":[77]},{"name":"IXpsOMRemoteDictionaryResource","features":[77]},{"name":"IXpsOMRemoteDictionaryResource1","features":[77]},{"name":"IXpsOMRemoteDictionaryResourceCollection","features":[77]},{"name":"IXpsOMResource","features":[77]},{"name":"IXpsOMShareable","features":[77]},{"name":"IXpsOMSignatureBlockResource","features":[77]},{"name":"IXpsOMSignatureBlockResourceCollection","features":[77]},{"name":"IXpsOMSolidColorBrush","features":[77]},{"name":"IXpsOMStoryFragmentsResource","features":[77]},{"name":"IXpsOMThumbnailGenerator","features":[77]},{"name":"IXpsOMTileBrush","features":[77]},{"name":"IXpsOMVisual","features":[77]},{"name":"IXpsOMVisualBrush","features":[77]},{"name":"IXpsOMVisualCollection","features":[77]},{"name":"IXpsSignature","features":[77]},{"name":"IXpsSignatureBlock","features":[77]},{"name":"IXpsSignatureBlockCollection","features":[77]},{"name":"IXpsSignatureCollection","features":[77]},{"name":"IXpsSignatureManager","features":[77]},{"name":"IXpsSignatureRequest","features":[77]},{"name":"IXpsSignatureRequestCollection","features":[77]},{"name":"IXpsSigningOptions","features":[77]},{"name":"PRINTER_DEVICE_CAPABILITIES","features":[77]},{"name":"PRINT_WINDOW_FLAGS","features":[77]},{"name":"PSFEATURE_CUSTPAPER","features":[77]},{"name":"PSFEATURE_OUTPUT","features":[3,77]},{"name":"PSINJECTDATA","features":[77]},{"name":"PSINJECT_BEGINDEFAULTS","features":[77]},{"name":"PSINJECT_BEGINPAGESETUP","features":[77]},{"name":"PSINJECT_BEGINPROLOG","features":[77]},{"name":"PSINJECT_BEGINSETUP","features":[77]},{"name":"PSINJECT_BEGINSTREAM","features":[77]},{"name":"PSINJECT_BOUNDINGBOX","features":[77]},{"name":"PSINJECT_COMMENTS","features":[77]},{"name":"PSINJECT_DOCNEEDEDRES","features":[77]},{"name":"PSINJECT_DOCSUPPLIEDRES","features":[77]},{"name":"PSINJECT_DOCUMENTPROCESSCOLORS","features":[77]},{"name":"PSINJECT_DOCUMENTPROCESSCOLORSATEND","features":[77]},{"name":"PSINJECT_ENDDEFAULTS","features":[77]},{"name":"PSINJECT_ENDPAGECOMMENTS","features":[77]},{"name":"PSINJECT_ENDPAGESETUP","features":[77]},{"name":"PSINJECT_ENDPROLOG","features":[77]},{"name":"PSINJECT_ENDSETUP","features":[77]},{"name":"PSINJECT_ENDSTREAM","features":[77]},{"name":"PSINJECT_EOF","features":[77]},{"name":"PSINJECT_ORIENTATION","features":[77]},{"name":"PSINJECT_PAGEBBOX","features":[77]},{"name":"PSINJECT_PAGENUMBER","features":[77]},{"name":"PSINJECT_PAGEORDER","features":[77]},{"name":"PSINJECT_PAGES","features":[77]},{"name":"PSINJECT_PAGESATEND","features":[77]},{"name":"PSINJECT_PAGETRAILER","features":[77]},{"name":"PSINJECT_PLATECOLOR","features":[77]},{"name":"PSINJECT_POINT","features":[77]},{"name":"PSINJECT_PSADOBE","features":[77]},{"name":"PSINJECT_SHOWPAGE","features":[77]},{"name":"PSINJECT_TRAILER","features":[77]},{"name":"PSINJECT_VMRESTORE","features":[77]},{"name":"PSINJECT_VMSAVE","features":[77]},{"name":"PW_CLIENTONLY","features":[77]},{"name":"PrintWindow","features":[3,14,77]},{"name":"SetAbortProc","features":[3,14,77]},{"name":"StartDocA","features":[14,77]},{"name":"StartDocW","features":[14,77]},{"name":"StartPage","features":[14,77]},{"name":"XPS_COLOR","features":[77]},{"name":"XPS_COLOR_INTERPOLATION","features":[77]},{"name":"XPS_COLOR_INTERPOLATION_SCRGBLINEAR","features":[77]},{"name":"XPS_COLOR_INTERPOLATION_SRGBLINEAR","features":[77]},{"name":"XPS_COLOR_TYPE","features":[77]},{"name":"XPS_COLOR_TYPE_CONTEXT","features":[77]},{"name":"XPS_COLOR_TYPE_SCRGB","features":[77]},{"name":"XPS_COLOR_TYPE_SRGB","features":[77]},{"name":"XPS_DASH","features":[77]},{"name":"XPS_DASH_CAP","features":[77]},{"name":"XPS_DASH_CAP_FLAT","features":[77]},{"name":"XPS_DASH_CAP_ROUND","features":[77]},{"name":"XPS_DASH_CAP_SQUARE","features":[77]},{"name":"XPS_DASH_CAP_TRIANGLE","features":[77]},{"name":"XPS_DOCUMENT_TYPE","features":[77]},{"name":"XPS_DOCUMENT_TYPE_OPENXPS","features":[77]},{"name":"XPS_DOCUMENT_TYPE_UNSPECIFIED","features":[77]},{"name":"XPS_DOCUMENT_TYPE_XPS","features":[77]},{"name":"XPS_E_ABSOLUTE_REFERENCE","features":[77]},{"name":"XPS_E_ALREADY_OWNED","features":[77]},{"name":"XPS_E_BLEED_BOX_PAGE_DIMENSIONS_NOT_IN_SYNC","features":[77]},{"name":"XPS_E_BOTH_PATHFIGURE_AND_ABBR_SYNTAX_PRESENT","features":[77]},{"name":"XPS_E_BOTH_RESOURCE_AND_SOURCEATTR_PRESENT","features":[77]},{"name":"XPS_E_CARET_OUTSIDE_STRING","features":[77]},{"name":"XPS_E_CARET_OUT_OF_ORDER","features":[77]},{"name":"XPS_E_COLOR_COMPONENT_OUT_OF_RANGE","features":[77]},{"name":"XPS_E_DICTIONARY_ITEM_NAMED","features":[77]},{"name":"XPS_E_DUPLICATE_NAMES","features":[77]},{"name":"XPS_E_DUPLICATE_RESOURCE_KEYS","features":[77]},{"name":"XPS_E_INDEX_OUT_OF_RANGE","features":[77]},{"name":"XPS_E_INVALID_BLEED_BOX","features":[77]},{"name":"XPS_E_INVALID_CONTENT_BOX","features":[77]},{"name":"XPS_E_INVALID_CONTENT_TYPE","features":[77]},{"name":"XPS_E_INVALID_FLOAT","features":[77]},{"name":"XPS_E_INVALID_FONT_URI","features":[77]},{"name":"XPS_E_INVALID_LANGUAGE","features":[77]},{"name":"XPS_E_INVALID_LOOKUP_TYPE","features":[77]},{"name":"XPS_E_INVALID_MARKUP","features":[77]},{"name":"XPS_E_INVALID_NAME","features":[77]},{"name":"XPS_E_INVALID_NUMBER_OF_COLOR_CHANNELS","features":[77]},{"name":"XPS_E_INVALID_NUMBER_OF_POINTS_IN_CURVE_SEGMENTS","features":[77]},{"name":"XPS_E_INVALID_OBFUSCATED_FONT_URI","features":[77]},{"name":"XPS_E_INVALID_PAGE_SIZE","features":[77]},{"name":"XPS_E_INVALID_RESOURCE_KEY","features":[77]},{"name":"XPS_E_INVALID_SIGNATUREBLOCK_MARKUP","features":[77]},{"name":"XPS_E_INVALID_THUMBNAIL_IMAGE_TYPE","features":[77]},{"name":"XPS_E_INVALID_XML_ENCODING","features":[77]},{"name":"XPS_E_MAPPING_OUTSIDE_INDICES","features":[77]},{"name":"XPS_E_MAPPING_OUTSIDE_STRING","features":[77]},{"name":"XPS_E_MAPPING_OUT_OF_ORDER","features":[77]},{"name":"XPS_E_MARKUP_COMPATIBILITY_ELEMENTS","features":[77]},{"name":"XPS_E_MISSING_COLORPROFILE","features":[77]},{"name":"XPS_E_MISSING_DISCARDCONTROL","features":[77]},{"name":"XPS_E_MISSING_DOCUMENT","features":[77]},{"name":"XPS_E_MISSING_DOCUMENTSEQUENCE_RELATIONSHIP","features":[77]},{"name":"XPS_E_MISSING_FONTURI","features":[77]},{"name":"XPS_E_MISSING_GLYPHS","features":[77]},{"name":"XPS_E_MISSING_IMAGE_IN_IMAGEBRUSH","features":[77]},{"name":"XPS_E_MISSING_LOOKUP","features":[77]},{"name":"XPS_E_MISSING_NAME","features":[77]},{"name":"XPS_E_MISSING_PAGE_IN_DOCUMENT","features":[77]},{"name":"XPS_E_MISSING_PAGE_IN_PAGEREFERENCE","features":[77]},{"name":"XPS_E_MISSING_PART_REFERENCE","features":[77]},{"name":"XPS_E_MISSING_PART_STREAM","features":[77]},{"name":"XPS_E_MISSING_REFERRED_DOCUMENT","features":[77]},{"name":"XPS_E_MISSING_REFERRED_PAGE","features":[77]},{"name":"XPS_E_MISSING_RELATIONSHIP_TARGET","features":[77]},{"name":"XPS_E_MISSING_RESOURCE_KEY","features":[77]},{"name":"XPS_E_MISSING_RESOURCE_RELATIONSHIP","features":[77]},{"name":"XPS_E_MISSING_RESTRICTED_FONT_RELATIONSHIP","features":[77]},{"name":"XPS_E_MISSING_SEGMENT_DATA","features":[77]},{"name":"XPS_E_MULTIPLE_DOCUMENTSEQUENCE_RELATIONSHIPS","features":[77]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_DOCUMENT","features":[77]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_DOCUMENTSEQUENCE","features":[77]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_PAGE","features":[77]},{"name":"XPS_E_MULTIPLE_REFERENCES_TO_PART","features":[77]},{"name":"XPS_E_MULTIPLE_RESOURCES","features":[77]},{"name":"XPS_E_MULTIPLE_THUMBNAILS_ON_PACKAGE","features":[77]},{"name":"XPS_E_MULTIPLE_THUMBNAILS_ON_PAGE","features":[77]},{"name":"XPS_E_NEGATIVE_FLOAT","features":[77]},{"name":"XPS_E_NESTED_REMOTE_DICTIONARY","features":[77]},{"name":"XPS_E_NOT_ENOUGH_GRADIENT_STOPS","features":[77]},{"name":"XPS_E_NO_CUSTOM_OBJECTS","features":[77]},{"name":"XPS_E_OBJECT_DETACHED","features":[77]},{"name":"XPS_E_ODD_BIDILEVEL","features":[77]},{"name":"XPS_E_ONE_TO_ONE_MAPPING_EXPECTED","features":[77]},{"name":"XPS_E_PACKAGE_ALREADY_OPENED","features":[77]},{"name":"XPS_E_PACKAGE_NOT_OPENED","features":[77]},{"name":"XPS_E_PACKAGE_WRITER_NOT_CLOSED","features":[77]},{"name":"XPS_E_RELATIONSHIP_EXTERNAL","features":[77]},{"name":"XPS_E_RESOURCE_NOT_OWNED","features":[77]},{"name":"XPS_E_RESTRICTED_FONT_NOT_OBFUSCATED","features":[77]},{"name":"XPS_E_SIGNATUREID_DUP","features":[77]},{"name":"XPS_E_SIGREQUESTID_DUP","features":[77]},{"name":"XPS_E_STRING_TOO_LONG","features":[77]},{"name":"XPS_E_TOO_MANY_INDICES","features":[77]},{"name":"XPS_E_UNAVAILABLE_PACKAGE","features":[77]},{"name":"XPS_E_UNEXPECTED_COLORPROFILE","features":[77]},{"name":"XPS_E_UNEXPECTED_CONTENT_TYPE","features":[77]},{"name":"XPS_E_UNEXPECTED_RELATIONSHIP_TYPE","features":[77]},{"name":"XPS_E_UNEXPECTED_RESTRICTED_FONT_RELATIONSHIP","features":[77]},{"name":"XPS_E_VISUAL_CIRCULAR_REF","features":[77]},{"name":"XPS_E_XKEY_ATTR_PRESENT_OUTSIDE_RES_DICT","features":[77]},{"name":"XPS_FILL_RULE","features":[77]},{"name":"XPS_FILL_RULE_EVENODD","features":[77]},{"name":"XPS_FILL_RULE_NONZERO","features":[77]},{"name":"XPS_FONT_EMBEDDING","features":[77]},{"name":"XPS_FONT_EMBEDDING_NORMAL","features":[77]},{"name":"XPS_FONT_EMBEDDING_OBFUSCATED","features":[77]},{"name":"XPS_FONT_EMBEDDING_RESTRICTED","features":[77]},{"name":"XPS_FONT_EMBEDDING_RESTRICTED_UNOBFUSCATED","features":[77]},{"name":"XPS_GLYPH_INDEX","features":[77]},{"name":"XPS_GLYPH_MAPPING","features":[77]},{"name":"XPS_IMAGE_TYPE","features":[77]},{"name":"XPS_IMAGE_TYPE_JPEG","features":[77]},{"name":"XPS_IMAGE_TYPE_JXR","features":[77]},{"name":"XPS_IMAGE_TYPE_PNG","features":[77]},{"name":"XPS_IMAGE_TYPE_TIFF","features":[77]},{"name":"XPS_IMAGE_TYPE_WDP","features":[77]},{"name":"XPS_INTERLEAVING","features":[77]},{"name":"XPS_INTERLEAVING_OFF","features":[77]},{"name":"XPS_INTERLEAVING_ON","features":[77]},{"name":"XPS_LINE_CAP","features":[77]},{"name":"XPS_LINE_CAP_FLAT","features":[77]},{"name":"XPS_LINE_CAP_ROUND","features":[77]},{"name":"XPS_LINE_CAP_SQUARE","features":[77]},{"name":"XPS_LINE_CAP_TRIANGLE","features":[77]},{"name":"XPS_LINE_JOIN","features":[77]},{"name":"XPS_LINE_JOIN_BEVEL","features":[77]},{"name":"XPS_LINE_JOIN_MITER","features":[77]},{"name":"XPS_LINE_JOIN_ROUND","features":[77]},{"name":"XPS_MATRIX","features":[77]},{"name":"XPS_OBJECT_TYPE","features":[77]},{"name":"XPS_OBJECT_TYPE_CANVAS","features":[77]},{"name":"XPS_OBJECT_TYPE_GEOMETRY","features":[77]},{"name":"XPS_OBJECT_TYPE_GLYPHS","features":[77]},{"name":"XPS_OBJECT_TYPE_IMAGE_BRUSH","features":[77]},{"name":"XPS_OBJECT_TYPE_LINEAR_GRADIENT_BRUSH","features":[77]},{"name":"XPS_OBJECT_TYPE_MATRIX_TRANSFORM","features":[77]},{"name":"XPS_OBJECT_TYPE_PATH","features":[77]},{"name":"XPS_OBJECT_TYPE_RADIAL_GRADIENT_BRUSH","features":[77]},{"name":"XPS_OBJECT_TYPE_SOLID_COLOR_BRUSH","features":[77]},{"name":"XPS_OBJECT_TYPE_VISUAL_BRUSH","features":[77]},{"name":"XPS_POINT","features":[77]},{"name":"XPS_RECT","features":[77]},{"name":"XPS_SEGMENT_STROKE_PATTERN","features":[77]},{"name":"XPS_SEGMENT_STROKE_PATTERN_ALL","features":[77]},{"name":"XPS_SEGMENT_STROKE_PATTERN_MIXED","features":[77]},{"name":"XPS_SEGMENT_STROKE_PATTERN_NONE","features":[77]},{"name":"XPS_SEGMENT_TYPE","features":[77]},{"name":"XPS_SEGMENT_TYPE_ARC_LARGE_CLOCKWISE","features":[77]},{"name":"XPS_SEGMENT_TYPE_ARC_LARGE_COUNTERCLOCKWISE","features":[77]},{"name":"XPS_SEGMENT_TYPE_ARC_SMALL_CLOCKWISE","features":[77]},{"name":"XPS_SEGMENT_TYPE_ARC_SMALL_COUNTERCLOCKWISE","features":[77]},{"name":"XPS_SEGMENT_TYPE_BEZIER","features":[77]},{"name":"XPS_SEGMENT_TYPE_LINE","features":[77]},{"name":"XPS_SEGMENT_TYPE_QUADRATIC_BEZIER","features":[77]},{"name":"XPS_SIGNATURE_STATUS","features":[77]},{"name":"XPS_SIGNATURE_STATUS_BROKEN","features":[77]},{"name":"XPS_SIGNATURE_STATUS_INCOMPLETE","features":[77]},{"name":"XPS_SIGNATURE_STATUS_INCOMPLIANT","features":[77]},{"name":"XPS_SIGNATURE_STATUS_QUESTIONABLE","features":[77]},{"name":"XPS_SIGNATURE_STATUS_VALID","features":[77]},{"name":"XPS_SIGN_FLAGS","features":[77]},{"name":"XPS_SIGN_FLAGS_IGNORE_MARKUP_COMPATIBILITY","features":[77]},{"name":"XPS_SIGN_FLAGS_NONE","features":[77]},{"name":"XPS_SIGN_POLICY","features":[77]},{"name":"XPS_SIGN_POLICY_ALL","features":[77]},{"name":"XPS_SIGN_POLICY_CORE_PROPERTIES","features":[77]},{"name":"XPS_SIGN_POLICY_DISCARD_CONTROL","features":[77]},{"name":"XPS_SIGN_POLICY_NONE","features":[77]},{"name":"XPS_SIGN_POLICY_PRINT_TICKET","features":[77]},{"name":"XPS_SIGN_POLICY_SIGNATURE_RELATIONSHIPS","features":[77]},{"name":"XPS_SIZE","features":[77]},{"name":"XPS_SPREAD_METHOD","features":[77]},{"name":"XPS_SPREAD_METHOD_PAD","features":[77]},{"name":"XPS_SPREAD_METHOD_REFLECT","features":[77]},{"name":"XPS_SPREAD_METHOD_REPEAT","features":[77]},{"name":"XPS_STYLE_SIMULATION","features":[77]},{"name":"XPS_STYLE_SIMULATION_BOLD","features":[77]},{"name":"XPS_STYLE_SIMULATION_BOLDITALIC","features":[77]},{"name":"XPS_STYLE_SIMULATION_ITALIC","features":[77]},{"name":"XPS_STYLE_SIMULATION_NONE","features":[77]},{"name":"XPS_THUMBNAIL_SIZE","features":[77]},{"name":"XPS_THUMBNAIL_SIZE_LARGE","features":[77]},{"name":"XPS_THUMBNAIL_SIZE_MEDIUM","features":[77]},{"name":"XPS_THUMBNAIL_SIZE_SMALL","features":[77]},{"name":"XPS_THUMBNAIL_SIZE_VERYSMALL","features":[77]},{"name":"XPS_TILE_MODE","features":[77]},{"name":"XPS_TILE_MODE_FLIPX","features":[77]},{"name":"XPS_TILE_MODE_FLIPXY","features":[77]},{"name":"XPS_TILE_MODE_FLIPY","features":[77]},{"name":"XPS_TILE_MODE_NONE","features":[77]},{"name":"XPS_TILE_MODE_TILE","features":[77]},{"name":"XpsOMObjectFactory","features":[77]},{"name":"XpsOMThumbnailGenerator","features":[77]},{"name":"XpsSignatureManager","features":[77]}],"531":[{"name":"ADRENTRY","features":[3,145,43]},{"name":"ADRLIST","features":[3,145,43]},{"name":"ADRPARM","features":[3,145,43]},{"name":"BuildDisplayTable","features":[3,145]},{"name":"CALLERRELEASE","features":[145]},{"name":"ChangeIdleRoutine","features":[3,145]},{"name":"CreateIProp","features":[145]},{"name":"CreateTable","features":[145]},{"name":"DTBLBUTTON","features":[145]},{"name":"DTBLCHECKBOX","features":[145]},{"name":"DTBLCOMBOBOX","features":[145]},{"name":"DTBLDDLBX","features":[145]},{"name":"DTBLEDIT","features":[145]},{"name":"DTBLGROUPBOX","features":[145]},{"name":"DTBLLABEL","features":[145]},{"name":"DTBLLBX","features":[145]},{"name":"DTBLMVDDLBX","features":[145]},{"name":"DTBLMVLISTBOX","features":[145]},{"name":"DTBLPAGE","features":[145]},{"name":"DTBLRADIOBUTTON","features":[145]},{"name":"DTCTL","features":[145]},{"name":"DTPAGE","features":[145]},{"name":"DeinitMapiUtil","features":[145]},{"name":"DeregisterIdleRoutine","features":[145]},{"name":"ENTRYID","features":[145]},{"name":"ERROR_NOTIFICATION","features":[145]},{"name":"EXTENDED_NOTIFICATION","features":[145]},{"name":"E_IMAPI_BURN_VERIFICATION_FAILED","features":[145]},{"name":"E_IMAPI_DF2DATA_CLIENT_NAME_IS_NOT_VALID","features":[145]},{"name":"E_IMAPI_DF2DATA_INVALID_MEDIA_STATE","features":[145]},{"name":"E_IMAPI_DF2DATA_MEDIA_IS_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_DF2DATA_MEDIA_NOT_BLANK","features":[145]},{"name":"E_IMAPI_DF2DATA_RECORDER_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_DF2DATA_STREAM_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_DF2DATA_STREAM_TOO_LARGE_FOR_CURRENT_MEDIA","features":[145]},{"name":"E_IMAPI_DF2DATA_WRITE_IN_PROGRESS","features":[145]},{"name":"E_IMAPI_DF2DATA_WRITE_NOT_IN_PROGRESS","features":[145]},{"name":"E_IMAPI_DF2RAW_CLIENT_NAME_IS_NOT_VALID","features":[145]},{"name":"E_IMAPI_DF2RAW_DATA_BLOCK_TYPE_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_BLANK","features":[145]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_PREPARED","features":[145]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_PREPARED","features":[145]},{"name":"E_IMAPI_DF2RAW_NOT_ENOUGH_SPACE","features":[145]},{"name":"E_IMAPI_DF2RAW_NO_RECORDER_SPECIFIED","features":[145]},{"name":"E_IMAPI_DF2RAW_RECORDER_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_DF2RAW_STREAM_LEADIN_TOO_SHORT","features":[145]},{"name":"E_IMAPI_DF2RAW_STREAM_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_DF2RAW_WRITE_IN_PROGRESS","features":[145]},{"name":"E_IMAPI_DF2RAW_WRITE_NOT_IN_PROGRESS","features":[145]},{"name":"E_IMAPI_DF2TAO_CLIENT_NAME_IS_NOT_VALID","features":[145]},{"name":"E_IMAPI_DF2TAO_INVALID_ISRC","features":[145]},{"name":"E_IMAPI_DF2TAO_INVALID_MCN","features":[145]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_BLANK","features":[145]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_PREPARED","features":[145]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_PREPARED","features":[145]},{"name":"E_IMAPI_DF2TAO_NOT_ENOUGH_SPACE","features":[145]},{"name":"E_IMAPI_DF2TAO_NO_RECORDER_SPECIFIED","features":[145]},{"name":"E_IMAPI_DF2TAO_PROPERTY_FOR_BLANK_MEDIA_ONLY","features":[145]},{"name":"E_IMAPI_DF2TAO_RECORDER_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_DF2TAO_STREAM_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_DF2TAO_TABLE_OF_CONTENTS_EMPTY_DISC","features":[145]},{"name":"E_IMAPI_DF2TAO_TRACK_LIMIT_REACHED","features":[145]},{"name":"E_IMAPI_DF2TAO_WRITE_IN_PROGRESS","features":[145]},{"name":"E_IMAPI_DF2TAO_WRITE_NOT_IN_PROGRESS","features":[145]},{"name":"E_IMAPI_ERASE_CLIENT_NAME_IS_NOT_VALID","features":[145]},{"name":"E_IMAPI_ERASE_DISC_INFORMATION_TOO_SMALL","features":[145]},{"name":"E_IMAPI_ERASE_DRIVE_FAILED_ERASE_COMMAND","features":[145]},{"name":"E_IMAPI_ERASE_DRIVE_FAILED_SPINUP_COMMAND","features":[145]},{"name":"E_IMAPI_ERASE_MEDIA_IS_NOT_ERASABLE","features":[145]},{"name":"E_IMAPI_ERASE_MEDIA_IS_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_ERASE_MODE_PAGE_2A_TOO_SMALL","features":[145]},{"name":"E_IMAPI_ERASE_ONLY_ONE_RECORDER_SUPPORTED","features":[145]},{"name":"E_IMAPI_ERASE_RECORDER_IN_USE","features":[145]},{"name":"E_IMAPI_ERASE_RECORDER_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_ERASE_TOOK_LONGER_THAN_ONE_HOUR","features":[145]},{"name":"E_IMAPI_ERASE_UNEXPECTED_DRIVE_RESPONSE_DURING_ERASE","features":[145]},{"name":"E_IMAPI_LOSS_OF_STREAMING","features":[145]},{"name":"E_IMAPI_RAW_IMAGE_INSUFFICIENT_SPACE","features":[145]},{"name":"E_IMAPI_RAW_IMAGE_IS_READ_ONLY","features":[145]},{"name":"E_IMAPI_RAW_IMAGE_NO_TRACKS","features":[145]},{"name":"E_IMAPI_RAW_IMAGE_SECTOR_TYPE_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_RAW_IMAGE_TOO_MANY_TRACKS","features":[145]},{"name":"E_IMAPI_RAW_IMAGE_TOO_MANY_TRACK_INDEXES","features":[145]},{"name":"E_IMAPI_RAW_IMAGE_TRACKS_ALREADY_ADDED","features":[145]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_NOT_FOUND","features":[145]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_OFFSET_ZERO_CANNOT_BE_CLEARED","features":[145]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_TOO_CLOSE_TO_OTHER_INDEX","features":[145]},{"name":"E_IMAPI_RECORDER_CLIENT_NAME_IS_NOT_VALID","features":[145]},{"name":"E_IMAPI_RECORDER_COMMAND_TIMEOUT","features":[145]},{"name":"E_IMAPI_RECORDER_DVD_STRUCTURE_NOT_PRESENT","features":[145]},{"name":"E_IMAPI_RECORDER_FEATURE_IS_NOT_CURRENT","features":[145]},{"name":"E_IMAPI_RECORDER_GET_CONFIGURATION_NOT_SUPPORTED","features":[145]},{"name":"E_IMAPI_RECORDER_INVALID_MODE_PARAMETERS","features":[145]},{"name":"E_IMAPI_RECORDER_INVALID_RESPONSE_FROM_DEVICE","features":[145]},{"name":"E_IMAPI_RECORDER_LOCKED","features":[145]},{"name":"E_IMAPI_RECORDER_MEDIA_BECOMING_READY","features":[145]},{"name":"E_IMAPI_RECORDER_MEDIA_BUSY","features":[145]},{"name":"E_IMAPI_RECORDER_MEDIA_FORMAT_IN_PROGRESS","features":[145]},{"name":"E_IMAPI_RECORDER_MEDIA_INCOMPATIBLE","features":[145]},{"name":"E_IMAPI_RECORDER_MEDIA_NOT_FORMATTED","features":[145]},{"name":"E_IMAPI_RECORDER_MEDIA_NO_MEDIA","features":[145]},{"name":"E_IMAPI_RECORDER_MEDIA_SPEED_MISMATCH","features":[145]},{"name":"E_IMAPI_RECORDER_MEDIA_UPSIDE_DOWN","features":[145]},{"name":"E_IMAPI_RECORDER_MEDIA_WRITE_PROTECTED","features":[145]},{"name":"E_IMAPI_RECORDER_NO_SUCH_FEATURE","features":[145]},{"name":"E_IMAPI_RECORDER_NO_SUCH_MODE_PAGE","features":[145]},{"name":"E_IMAPI_RECORDER_REQUIRED","features":[145]},{"name":"E_IMAPI_REQUEST_CANCELLED","features":[145]},{"name":"E_IMAPI_UNEXPECTED_RESPONSE_FROM_DEVICE","features":[145]},{"name":"EnableIdleRoutine","features":[3,145]},{"name":"FACILITY_IMAPI2","features":[145]},{"name":"FEqualNames","features":[3,145]},{"name":"FLATENTRY","features":[145]},{"name":"FLATENTRYLIST","features":[145]},{"name":"FLATMTSIDLIST","features":[145]},{"name":"FPropCompareProp","features":[3,145,43]},{"name":"FPropContainsProp","features":[3,145,43]},{"name":"FPropExists","features":[3,145]},{"name":"FlagList","features":[145]},{"name":"FreePadrlist","features":[3,145,43]},{"name":"FreeProws","features":[3,145,43]},{"name":"FtAddFt","features":[3,145]},{"name":"FtMulDw","features":[3,145]},{"name":"FtMulDwDw","features":[3,145]},{"name":"FtNegFt","features":[3,145]},{"name":"FtSubFt","features":[3,145]},{"name":"FtgRegisterIdleRoutine","features":[3,145]},{"name":"Gender","features":[145]},{"name":"HrAddColumns","features":[145]},{"name":"HrAddColumnsEx","features":[145]},{"name":"HrAllocAdviseSink","features":[3,145,43]},{"name":"HrDispatchNotifications","features":[145]},{"name":"HrGetOneProp","features":[3,145,43]},{"name":"HrIStorageFromStream","features":[145]},{"name":"HrQueryAllRows","features":[3,145,43]},{"name":"HrSetOneProp","features":[3,145,43]},{"name":"HrThisThreadAdviseSink","features":[145]},{"name":"IABContainer","features":[145]},{"name":"IAddrBook","features":[145]},{"name":"IAttach","features":[145]},{"name":"IDistList","features":[145]},{"name":"IMAPIAdviseSink","features":[145]},{"name":"IMAPIContainer","features":[145]},{"name":"IMAPIControl","features":[145]},{"name":"IMAPIFolder","features":[145]},{"name":"IMAPIProgress","features":[145]},{"name":"IMAPIProp","features":[145]},{"name":"IMAPIStatus","features":[145]},{"name":"IMAPITable","features":[145]},{"name":"IMAPI_E_BAD_MULTISESSION_PARAMETER","features":[145]},{"name":"IMAPI_E_BOOT_EMULATION_IMAGE_SIZE_MISMATCH","features":[145]},{"name":"IMAPI_E_BOOT_IMAGE_DATA","features":[145]},{"name":"IMAPI_E_BOOT_OBJECT_CONFLICT","features":[145]},{"name":"IMAPI_E_DATA_STREAM_CREATE_FAILURE","features":[145]},{"name":"IMAPI_E_DATA_STREAM_INCONSISTENCY","features":[145]},{"name":"IMAPI_E_DATA_STREAM_READ_FAILURE","features":[145]},{"name":"IMAPI_E_DATA_TOO_BIG","features":[145]},{"name":"IMAPI_E_DIRECTORY_READ_FAILURE","features":[145]},{"name":"IMAPI_E_DIR_NOT_EMPTY","features":[145]},{"name":"IMAPI_E_DIR_NOT_FOUND","features":[145]},{"name":"IMAPI_E_DISC_MISMATCH","features":[145]},{"name":"IMAPI_E_DUP_NAME","features":[145]},{"name":"IMAPI_E_EMPTY_DISC","features":[145]},{"name":"IMAPI_E_FILE_NOT_FOUND","features":[145]},{"name":"IMAPI_E_FILE_SYSTEM_CHANGE_NOT_ALLOWED","features":[145]},{"name":"IMAPI_E_FILE_SYSTEM_FEATURE_NOT_SUPPORTED","features":[145]},{"name":"IMAPI_E_FILE_SYSTEM_NOT_EMPTY","features":[145]},{"name":"IMAPI_E_FILE_SYSTEM_NOT_FOUND","features":[145]},{"name":"IMAPI_E_FILE_SYSTEM_READ_CONSISTENCY_ERROR","features":[145]},{"name":"IMAPI_E_FSI_INTERNAL_ERROR","features":[145]},{"name":"IMAPI_E_IMAGEMANAGER_IMAGE_NOT_ALIGNED","features":[145]},{"name":"IMAPI_E_IMAGEMANAGER_IMAGE_TOO_BIG","features":[145]},{"name":"IMAPI_E_IMAGEMANAGER_NO_IMAGE","features":[145]},{"name":"IMAPI_E_IMAGEMANAGER_NO_VALID_VD_FOUND","features":[145]},{"name":"IMAPI_E_IMAGE_SIZE_LIMIT","features":[145]},{"name":"IMAPI_E_IMAGE_TOO_BIG","features":[145]},{"name":"IMAPI_E_IMPORT_MEDIA_NOT_ALLOWED","features":[145]},{"name":"IMAPI_E_IMPORT_READ_FAILURE","features":[145]},{"name":"IMAPI_E_IMPORT_SEEK_FAILURE","features":[145]},{"name":"IMAPI_E_IMPORT_TYPE_COLLISION_DIRECTORY_EXISTS_AS_FILE","features":[145]},{"name":"IMAPI_E_IMPORT_TYPE_COLLISION_FILE_EXISTS_AS_DIRECTORY","features":[145]},{"name":"IMAPI_E_INCOMPATIBLE_MULTISESSION_TYPE","features":[145]},{"name":"IMAPI_E_INCOMPATIBLE_PREVIOUS_SESSION","features":[145]},{"name":"IMAPI_E_INVALID_DATE","features":[145]},{"name":"IMAPI_E_INVALID_PARAM","features":[145]},{"name":"IMAPI_E_INVALID_PATH","features":[145]},{"name":"IMAPI_E_INVALID_VOLUME_NAME","features":[145]},{"name":"IMAPI_E_INVALID_WORKING_DIRECTORY","features":[145]},{"name":"IMAPI_E_ISO9660_LEVELS","features":[145]},{"name":"IMAPI_E_ITEM_NOT_FOUND","features":[145]},{"name":"IMAPI_E_MULTISESSION_NOT_SET","features":[145]},{"name":"IMAPI_E_NOT_DIR","features":[145]},{"name":"IMAPI_E_NOT_FILE","features":[145]},{"name":"IMAPI_E_NOT_IN_FILE_SYSTEM","features":[145]},{"name":"IMAPI_E_NO_COMPATIBLE_MULTISESSION_TYPE","features":[145]},{"name":"IMAPI_E_NO_OUTPUT","features":[145]},{"name":"IMAPI_E_NO_SUPPORTED_FILE_SYSTEM","features":[145]},{"name":"IMAPI_E_NO_UNIQUE_NAME","features":[145]},{"name":"IMAPI_E_PROPERTY_NOT_ACCESSIBLE","features":[145]},{"name":"IMAPI_E_READONLY","features":[145]},{"name":"IMAPI_E_RESTRICTED_NAME_VIOLATION","features":[145]},{"name":"IMAPI_E_STASHFILE_MOVE","features":[145]},{"name":"IMAPI_E_STASHFILE_OPEN_FAILURE","features":[145]},{"name":"IMAPI_E_STASHFILE_READ_FAILURE","features":[145]},{"name":"IMAPI_E_STASHFILE_SEEK_FAILURE","features":[145]},{"name":"IMAPI_E_STASHFILE_WRITE_FAILURE","features":[145]},{"name":"IMAPI_E_TOO_MANY_DIRS","features":[145]},{"name":"IMAPI_E_UDF_NOT_WRITE_COMPATIBLE","features":[145]},{"name":"IMAPI_E_UDF_REVISION_CHANGE_NOT_ALLOWED","features":[145]},{"name":"IMAPI_E_WORKING_DIRECTORY_SPACE","features":[145]},{"name":"IMAPI_S_IMAGE_FEATURE_NOT_SUPPORTED","features":[145]},{"name":"IMailUser","features":[145]},{"name":"IMessage","features":[145]},{"name":"IMsgStore","features":[145]},{"name":"IProfSect","features":[145]},{"name":"IPropData","features":[145]},{"name":"IProviderAdmin","features":[145]},{"name":"ITableData","features":[145]},{"name":"IWABExtInit","features":[145]},{"name":"IWABObject","features":[145]},{"name":"LPALLOCATEBUFFER","features":[145]},{"name":"LPALLOCATEMORE","features":[145]},{"name":"LPCREATECONVERSATIONINDEX","features":[145]},{"name":"LPDISPATCHNOTIFICATIONS","features":[145]},{"name":"LPFNABSDI","features":[3,145]},{"name":"LPFNBUTTON","features":[145]},{"name":"LPFNDISMISS","features":[145]},{"name":"LPFREEBUFFER","features":[145]},{"name":"LPNOTIFCALLBACK","features":[3,145,43]},{"name":"LPOPENSTREAMONFILE","features":[145]},{"name":"LPWABACTIONITEM","features":[145]},{"name":"LPWABALLOCATEBUFFER","features":[145]},{"name":"LPWABALLOCATEMORE","features":[145]},{"name":"LPWABFREEBUFFER","features":[145]},{"name":"LPWABOPEN","features":[3,145]},{"name":"LPWABOPENEX","features":[3,145]},{"name":"LPropCompareProp","features":[3,145,43]},{"name":"LpValFindProp","features":[3,145,43]},{"name":"MAPIDeinitIdle","features":[145]},{"name":"MAPIERROR","features":[145]},{"name":"MAPIGetDefaultMalloc","features":[145]},{"name":"MAPIInitIdle","features":[145]},{"name":"MAPINAMEID","features":[145]},{"name":"MAPIUID","features":[145]},{"name":"MAPI_COMPOUND","features":[145]},{"name":"MAPI_DIM","features":[145]},{"name":"MAPI_ERROR_VERSION","features":[145]},{"name":"MAPI_E_CALL_FAILED","features":[145]},{"name":"MAPI_E_INTERFACE_NOT_SUPPORTED","features":[145]},{"name":"MAPI_E_INVALID_PARAMETER","features":[145]},{"name":"MAPI_E_NOT_ENOUGH_MEMORY","features":[145]},{"name":"MAPI_E_NO_ACCESS","features":[145]},{"name":"MAPI_NOTRECIP","features":[145]},{"name":"MAPI_NOTRESERVED","features":[145]},{"name":"MAPI_NOW","features":[145]},{"name":"MAPI_ONE_OFF_NO_RICH_INFO","features":[145]},{"name":"MAPI_P1","features":[145]},{"name":"MAPI_SHORTTERM","features":[145]},{"name":"MAPI_SUBMITTED","features":[145]},{"name":"MAPI_THISSESSION","features":[145]},{"name":"MAPI_USE_DEFAULT","features":[145]},{"name":"MNID_ID","features":[145]},{"name":"MNID_STRING","features":[145]},{"name":"MTSID","features":[145]},{"name":"MV_FLAG","features":[145]},{"name":"MV_INSTANCE","features":[145]},{"name":"NEWMAIL_NOTIFICATION","features":[145]},{"name":"NOTIFICATION","features":[3,145,43]},{"name":"NOTIFKEY","features":[145]},{"name":"OBJECT_NOTIFICATION","features":[145]},{"name":"OPENSTREAMONFILE","features":[145]},{"name":"OpenStreamOnFile","features":[145]},{"name":"PFNIDLE","features":[3,145]},{"name":"PRIHIGHEST","features":[145]},{"name":"PRILOWEST","features":[145]},{"name":"PRIUSER","features":[145]},{"name":"PROP_ID_INVALID","features":[145]},{"name":"PROP_ID_NULL","features":[145]},{"name":"PROP_ID_SECURE_MAX","features":[145]},{"name":"PROP_ID_SECURE_MIN","features":[145]},{"name":"PpropFindProp","features":[3,145,43]},{"name":"PropCopyMore","features":[3,145,43]},{"name":"RTFSync","features":[3,145]},{"name":"SAndRestriction","features":[3,145,43]},{"name":"SAppTimeArray","features":[145]},{"name":"SBinary","features":[145]},{"name":"SBinaryArray","features":[145]},{"name":"SBitMaskRestriction","features":[145]},{"name":"SCommentRestriction","features":[3,145,43]},{"name":"SComparePropsRestriction","features":[145]},{"name":"SContentRestriction","features":[3,145,43]},{"name":"SCurrencyArray","features":[145,43]},{"name":"SDateTimeArray","features":[3,145]},{"name":"SDoubleArray","features":[145]},{"name":"SERVICE_UI_ALLOWED","features":[145]},{"name":"SERVICE_UI_ALWAYS","features":[145]},{"name":"SExistRestriction","features":[145]},{"name":"SGuidArray","features":[145]},{"name":"SLPSTRArray","features":[145]},{"name":"SLargeIntegerArray","features":[145]},{"name":"SLongArray","features":[145]},{"name":"SNotRestriction","features":[3,145,43]},{"name":"SOrRestriction","features":[3,145,43]},{"name":"SPropProblem","features":[145]},{"name":"SPropProblemArray","features":[145]},{"name":"SPropTagArray","features":[145]},{"name":"SPropValue","features":[3,145,43]},{"name":"SPropertyRestriction","features":[3,145,43]},{"name":"SRealArray","features":[145]},{"name":"SRestriction","features":[3,145,43]},{"name":"SRow","features":[3,145,43]},{"name":"SRowSet","features":[3,145,43]},{"name":"SShortArray","features":[145]},{"name":"SSizeRestriction","features":[145]},{"name":"SSortOrder","features":[145]},{"name":"SSortOrderSet","features":[145]},{"name":"SSubRestriction","features":[3,145,43]},{"name":"STATUS_OBJECT_NOTIFICATION","features":[3,145,43]},{"name":"SWStringArray","features":[145]},{"name":"S_IMAPI_BOTHADJUSTED","features":[145]},{"name":"S_IMAPI_COMMAND_HAS_SENSE_DATA","features":[145]},{"name":"S_IMAPI_RAW_IMAGE_TRACK_INDEX_ALREADY_EXISTS","features":[145]},{"name":"S_IMAPI_ROTATIONADJUSTED","features":[145]},{"name":"S_IMAPI_SPEEDADJUSTED","features":[145]},{"name":"S_IMAPI_WRITE_NOT_IN_PROGRESS","features":[145]},{"name":"ScCopyNotifications","features":[3,145,43]},{"name":"ScCopyProps","features":[3,145,43]},{"name":"ScCountNotifications","features":[3,145,43]},{"name":"ScCountProps","features":[3,145,43]},{"name":"ScCreateConversationIndex","features":[145]},{"name":"ScDupPropset","features":[3,145,43]},{"name":"ScInitMapiUtil","features":[145]},{"name":"ScLocalPathFromUNC","features":[145]},{"name":"ScRelocNotifications","features":[3,145,43]},{"name":"ScRelocProps","features":[3,145,43]},{"name":"ScUNCFromLocalPath","features":[145]},{"name":"SzFindCh","features":[145]},{"name":"SzFindLastCh","features":[145]},{"name":"SzFindSz","features":[145]},{"name":"TABLE_CHANGED","features":[145]},{"name":"TABLE_ERROR","features":[145]},{"name":"TABLE_NOTIFICATION","features":[3,145,43]},{"name":"TABLE_RELOAD","features":[145]},{"name":"TABLE_RESTRICT_DONE","features":[145]},{"name":"TABLE_ROW_ADDED","features":[145]},{"name":"TABLE_ROW_DELETED","features":[145]},{"name":"TABLE_ROW_MODIFIED","features":[145]},{"name":"TABLE_SETCOL_DONE","features":[145]},{"name":"TABLE_SORT_DONE","features":[145]},{"name":"TAD_ALL_ROWS","features":[145]},{"name":"UFromSz","features":[145]},{"name":"UI_CURRENT_PROVIDER_FIRST","features":[145]},{"name":"UI_SERVICE","features":[145]},{"name":"UlAddRef","features":[145]},{"name":"UlPropSize","features":[3,145,43]},{"name":"UlRelease","features":[145]},{"name":"WABEXTDISPLAY","features":[3,145]},{"name":"WABIMPORTPARAM","features":[3,145]},{"name":"WABOBJECT_LDAPURL_RETURN_MAILUSER","features":[145]},{"name":"WABOBJECT_ME_NEW","features":[145]},{"name":"WABOBJECT_ME_NOCREATE","features":[145]},{"name":"WAB_CONTEXT_ADRLIST","features":[145]},{"name":"WAB_DISPLAY_ISNTDS","features":[145]},{"name":"WAB_DISPLAY_LDAPURL","features":[145]},{"name":"WAB_DLL_NAME","features":[145]},{"name":"WAB_DLL_PATH_KEY","features":[145]},{"name":"WAB_ENABLE_PROFILES","features":[145]},{"name":"WAB_IGNORE_PROFILES","features":[145]},{"name":"WAB_LOCAL_CONTAINERS","features":[145]},{"name":"WAB_PARAM","features":[3,145]},{"name":"WAB_PROFILE_CONTENTS","features":[145]},{"name":"WAB_USE_OE_SENDMAIL","features":[145]},{"name":"WAB_VCARD_FILE","features":[145]},{"name":"WAB_VCARD_STREAM","features":[145]},{"name":"WrapCompressedRTFStream","features":[145]},{"name":"WrapStoreEntryID","features":[145]},{"name":"__UPV","features":[3,145,43]},{"name":"cchProfileNameMax","features":[145]},{"name":"cchProfilePassMax","features":[145]},{"name":"fMapiUnicode","features":[145]},{"name":"genderFemale","features":[145]},{"name":"genderMale","features":[145]},{"name":"genderUnspecified","features":[145]},{"name":"hrSuccess","features":[145]},{"name":"szHrDispatchNotifications","features":[145]},{"name":"szMAPINotificationMsg","features":[145]},{"name":"szScCreateConversationIndex","features":[145]}],"532":[{"name":"AMSI_ATTRIBUTE","features":[154]},{"name":"AMSI_ATTRIBUTE_ALL_ADDRESS","features":[154]},{"name":"AMSI_ATTRIBUTE_ALL_SIZE","features":[154]},{"name":"AMSI_ATTRIBUTE_APP_NAME","features":[154]},{"name":"AMSI_ATTRIBUTE_CONTENT_ADDRESS","features":[154]},{"name":"AMSI_ATTRIBUTE_CONTENT_NAME","features":[154]},{"name":"AMSI_ATTRIBUTE_CONTENT_SIZE","features":[154]},{"name":"AMSI_ATTRIBUTE_QUIET","features":[154]},{"name":"AMSI_ATTRIBUTE_REDIRECT_CHAIN_ADDRESS","features":[154]},{"name":"AMSI_ATTRIBUTE_REDIRECT_CHAIN_SIZE","features":[154]},{"name":"AMSI_ATTRIBUTE_SESSION","features":[154]},{"name":"AMSI_RESULT","features":[154]},{"name":"AMSI_RESULT_BLOCKED_BY_ADMIN_END","features":[154]},{"name":"AMSI_RESULT_BLOCKED_BY_ADMIN_START","features":[154]},{"name":"AMSI_RESULT_CLEAN","features":[154]},{"name":"AMSI_RESULT_DETECTED","features":[154]},{"name":"AMSI_RESULT_NOT_DETECTED","features":[154]},{"name":"AMSI_UAC_MSI_ACTION","features":[154]},{"name":"AMSI_UAC_MSI_ACTION_INSTALL","features":[154]},{"name":"AMSI_UAC_MSI_ACTION_MAINTENANCE","features":[154]},{"name":"AMSI_UAC_MSI_ACTION_MAX","features":[154]},{"name":"AMSI_UAC_MSI_ACTION_UNINSTALL","features":[154]},{"name":"AMSI_UAC_MSI_ACTION_UPDATE","features":[154]},{"name":"AMSI_UAC_REQUEST_AX_INFO","features":[154]},{"name":"AMSI_UAC_REQUEST_COM_INFO","features":[154]},{"name":"AMSI_UAC_REQUEST_CONTEXT","features":[3,154]},{"name":"AMSI_UAC_REQUEST_EXE_INFO","features":[154]},{"name":"AMSI_UAC_REQUEST_MSI_INFO","features":[154]},{"name":"AMSI_UAC_REQUEST_PACKAGED_APP_INFO","features":[154]},{"name":"AMSI_UAC_REQUEST_TYPE","features":[154]},{"name":"AMSI_UAC_REQUEST_TYPE_AX","features":[154]},{"name":"AMSI_UAC_REQUEST_TYPE_COM","features":[154]},{"name":"AMSI_UAC_REQUEST_TYPE_EXE","features":[154]},{"name":"AMSI_UAC_REQUEST_TYPE_MAX","features":[154]},{"name":"AMSI_UAC_REQUEST_TYPE_MSI","features":[154]},{"name":"AMSI_UAC_REQUEST_TYPE_PACKAGED_APP","features":[154]},{"name":"AMSI_UAC_TRUST_STATE","features":[154]},{"name":"AMSI_UAC_TRUST_STATE_BLOCKED","features":[154]},{"name":"AMSI_UAC_TRUST_STATE_MAX","features":[154]},{"name":"AMSI_UAC_TRUST_STATE_TRUSTED","features":[154]},{"name":"AMSI_UAC_TRUST_STATE_UNTRUSTED","features":[154]},{"name":"AmsiCloseSession","features":[154]},{"name":"AmsiInitialize","features":[154]},{"name":"AmsiNotifyOperation","features":[154]},{"name":"AmsiOpenSession","features":[154]},{"name":"AmsiScanBuffer","features":[154]},{"name":"AmsiScanString","features":[154]},{"name":"AmsiUninitialize","features":[154]},{"name":"CAntimalware","features":[154]},{"name":"HAMSICONTEXT","features":[154]},{"name":"HAMSISESSION","features":[154]},{"name":"IAmsiStream","features":[154]},{"name":"IAntimalware","features":[154]},{"name":"IAntimalware2","features":[154]},{"name":"IAntimalwareProvider","features":[154]},{"name":"IAntimalwareProvider2","features":[154]},{"name":"IAntimalwareUacProvider","features":[154]},{"name":"InstallELAMCertificateInfo","features":[3,154]}],"533":[{"name":"ACTCTXA","features":[3,155]},{"name":"ACTCTXW","features":[3,155]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE","features":[155]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MAXVERSIONTESTED","features":[155]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MITIGATION","features":[155]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_OS","features":[155]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_UNKNOWN","features":[155]},{"name":"ACTCTX_REQUESTED_RUN_LEVEL","features":[155]},{"name":"ACTCTX_RUN_LEVEL_AS_INVOKER","features":[155]},{"name":"ACTCTX_RUN_LEVEL_HIGHEST_AVAILABLE","features":[155]},{"name":"ACTCTX_RUN_LEVEL_NUMBERS","features":[155]},{"name":"ACTCTX_RUN_LEVEL_REQUIRE_ADMIN","features":[155]},{"name":"ACTCTX_RUN_LEVEL_UNSPECIFIED","features":[155]},{"name":"ACTCTX_SECTION_KEYED_DATA","features":[3,155,37]},{"name":"ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION","features":[155]},{"name":"ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION","features":[155]},{"name":"ACTIVATION_CONTEXT_DETAILED_INFORMATION","features":[155]},{"name":"ACTIVATION_CONTEXT_QUERY_INDEX","features":[155]},{"name":"ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION","features":[155]},{"name":"ADVERTISEFLAGS","features":[155]},{"name":"ADVERTISEFLAGS_MACHINEASSIGN","features":[155]},{"name":"ADVERTISEFLAGS_USERASSIGN","features":[155]},{"name":"APPLY_OPTION_FAIL_IF_CLOSE","features":[155]},{"name":"APPLY_OPTION_FAIL_IF_EXACT","features":[155]},{"name":"APPLY_OPTION_TEST_ONLY","features":[155]},{"name":"APPLY_OPTION_VALID_FLAGS","features":[155]},{"name":"ASM_BINDF_BINPATH_PROBE_ONLY","features":[155]},{"name":"ASM_BINDF_FORCE_CACHE_INSTALL","features":[155]},{"name":"ASM_BINDF_PARENT_ASM_HINT","features":[155]},{"name":"ASM_BINDF_RFS_INTEGRITY_CHECK","features":[155]},{"name":"ASM_BINDF_RFS_MODULE_CHECK","features":[155]},{"name":"ASM_BINDF_SHARED_BINPATH_HINT","features":[155]},{"name":"ASM_BIND_FLAGS","features":[155]},{"name":"ASM_CMPF_ALL","features":[155]},{"name":"ASM_CMPF_BUILD_NUMBER","features":[155]},{"name":"ASM_CMPF_CULTURE","features":[155]},{"name":"ASM_CMPF_CUSTOM","features":[155]},{"name":"ASM_CMPF_DEFAULT","features":[155]},{"name":"ASM_CMPF_MAJOR_VERSION","features":[155]},{"name":"ASM_CMPF_MINOR_VERSION","features":[155]},{"name":"ASM_CMPF_NAME","features":[155]},{"name":"ASM_CMPF_PUBLIC_KEY_TOKEN","features":[155]},{"name":"ASM_CMPF_REVISION_NUMBER","features":[155]},{"name":"ASM_CMP_FLAGS","features":[155]},{"name":"ASM_DISPLAYF_CULTURE","features":[155]},{"name":"ASM_DISPLAYF_CUSTOM","features":[155]},{"name":"ASM_DISPLAYF_LANGUAGEID","features":[155]},{"name":"ASM_DISPLAYF_PROCESSORARCHITECTURE","features":[155]},{"name":"ASM_DISPLAYF_PUBLIC_KEY","features":[155]},{"name":"ASM_DISPLAYF_PUBLIC_KEY_TOKEN","features":[155]},{"name":"ASM_DISPLAYF_VERSION","features":[155]},{"name":"ASM_DISPLAY_FLAGS","features":[155]},{"name":"ASM_NAME","features":[155]},{"name":"ASM_NAME_ALIAS","features":[155]},{"name":"ASM_NAME_BUILD_NUMBER","features":[155]},{"name":"ASM_NAME_CODEBASE_LASTMOD","features":[155]},{"name":"ASM_NAME_CODEBASE_URL","features":[155]},{"name":"ASM_NAME_CULTURE","features":[155]},{"name":"ASM_NAME_CUSTOM","features":[155]},{"name":"ASM_NAME_HASH_ALGID","features":[155]},{"name":"ASM_NAME_HASH_VALUE","features":[155]},{"name":"ASM_NAME_MAJOR_VERSION","features":[155]},{"name":"ASM_NAME_MAX_PARAMS","features":[155]},{"name":"ASM_NAME_MINOR_VERSION","features":[155]},{"name":"ASM_NAME_MVID","features":[155]},{"name":"ASM_NAME_NAME","features":[155]},{"name":"ASM_NAME_NULL_CUSTOM","features":[155]},{"name":"ASM_NAME_NULL_PUBLIC_KEY","features":[155]},{"name":"ASM_NAME_NULL_PUBLIC_KEY_TOKEN","features":[155]},{"name":"ASM_NAME_OSINFO_ARRAY","features":[155]},{"name":"ASM_NAME_PROCESSOR_ID_ARRAY","features":[155]},{"name":"ASM_NAME_PUBLIC_KEY","features":[155]},{"name":"ASM_NAME_PUBLIC_KEY_TOKEN","features":[155]},{"name":"ASM_NAME_REVISION_NUMBER","features":[155]},{"name":"ASSEMBLYINFO_FLAG_INSTALLED","features":[155]},{"name":"ASSEMBLYINFO_FLAG_PAYLOADRESIDENT","features":[155]},{"name":"ASSEMBLY_FILE_DETAILED_INFORMATION","features":[155]},{"name":"ASSEMBLY_INFO","features":[155]},{"name":"ActivateActCtx","features":[3,155]},{"name":"AddRefActCtx","features":[3,155]},{"name":"ApplyDeltaA","features":[3,155]},{"name":"ApplyDeltaB","features":[3,155]},{"name":"ApplyDeltaGetReverseB","features":[3,155]},{"name":"ApplyDeltaProvidedB","features":[3,155]},{"name":"ApplyDeltaW","features":[3,155]},{"name":"ApplyPatchToFileA","features":[3,155]},{"name":"ApplyPatchToFileByBuffers","features":[3,155]},{"name":"ApplyPatchToFileByHandles","features":[3,155]},{"name":"ApplyPatchToFileByHandlesEx","features":[3,155]},{"name":"ApplyPatchToFileExA","features":[3,155]},{"name":"ApplyPatchToFileExW","features":[3,155]},{"name":"ApplyPatchToFileW","features":[3,155]},{"name":"CANOF_PARSE_DISPLAY_NAME","features":[155]},{"name":"CANOF_SET_DEFAULT_VALUES","features":[155]},{"name":"CLSID_EvalCom2","features":[155]},{"name":"CLSID_MsmMerge2","features":[155]},{"name":"COMPATIBILITY_CONTEXT_ELEMENT","features":[155]},{"name":"CREATE_ASM_NAME_OBJ_FLAGS","features":[155]},{"name":"CreateActCtxA","features":[3,155]},{"name":"CreateActCtxW","features":[3,155]},{"name":"CreateDeltaA","features":[3,70,155]},{"name":"CreateDeltaB","features":[3,70,155]},{"name":"CreateDeltaW","features":[3,70,155]},{"name":"CreatePatchFileA","features":[3,155]},{"name":"CreatePatchFileByHandles","features":[3,155]},{"name":"CreatePatchFileByHandlesEx","features":[3,155]},{"name":"CreatePatchFileExA","features":[3,155]},{"name":"CreatePatchFileExW","features":[3,155]},{"name":"CreatePatchFileW","features":[3,155]},{"name":"DEFAULT_DISK_ID","features":[155]},{"name":"DEFAULT_FILE_SEQUENCE_START","features":[155]},{"name":"DEFAULT_MINIMUM_REQUIRED_MSI_VERSION","features":[155]},{"name":"DELTA_HASH","features":[155]},{"name":"DELTA_HEADER_INFO","features":[3,70,155]},{"name":"DELTA_INPUT","features":[3,155]},{"name":"DELTA_MAX_HASH_SIZE","features":[155]},{"name":"DELTA_OUTPUT","features":[155]},{"name":"DeactivateActCtx","features":[3,155]},{"name":"DeltaFree","features":[3,155]},{"name":"DeltaNormalizeProvidedB","features":[3,155]},{"name":"ERROR_PATCH_BIGGER_THAN_COMPRESSED","features":[155]},{"name":"ERROR_PATCH_CORRUPT","features":[155]},{"name":"ERROR_PATCH_DECODE_FAILURE","features":[155]},{"name":"ERROR_PATCH_ENCODE_FAILURE","features":[155]},{"name":"ERROR_PATCH_IMAGEHLP_FAILURE","features":[155]},{"name":"ERROR_PATCH_INVALID_OPTIONS","features":[155]},{"name":"ERROR_PATCH_NEWER_FORMAT","features":[155]},{"name":"ERROR_PATCH_NOT_AVAILABLE","features":[155]},{"name":"ERROR_PATCH_NOT_NECESSARY","features":[155]},{"name":"ERROR_PATCH_RETAIN_RANGES_DIFFER","features":[155]},{"name":"ERROR_PATCH_SAME_FILE","features":[155]},{"name":"ERROR_PATCH_WRONG_FILE","features":[155]},{"name":"ERROR_PCW_BAD_API_PATCHING_SYMBOL_FLAGS","features":[155]},{"name":"ERROR_PCW_BAD_FAMILY_RANGE_NAME","features":[155]},{"name":"ERROR_PCW_BAD_FILE_SEQUENCE_START","features":[155]},{"name":"ERROR_PCW_BAD_GUIDS_TO_REPLACE","features":[155]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_DISKID","features":[155]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_FILESEQSTART","features":[155]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_NAME","features":[155]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_SRC_PROP","features":[155]},{"name":"ERROR_PCW_BAD_MAJOR_VERSION","features":[155]},{"name":"ERROR_PCW_BAD_PATCH_GUID","features":[155]},{"name":"ERROR_PCW_BAD_PRODUCTVERSION_VALIDATION","features":[155]},{"name":"ERROR_PCW_BAD_SEQUENCE","features":[155]},{"name":"ERROR_PCW_BAD_SUPERCEDENCE","features":[155]},{"name":"ERROR_PCW_BAD_TARGET","features":[155]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_NAME","features":[155]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_PRODUCT_CODE","features":[155]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_PRODUCT_VERSION","features":[155]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_UPGRADED","features":[155]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_UPGRADE_CODE","features":[155]},{"name":"ERROR_PCW_BAD_TARGET_PRODUCT_CODE_LIST","features":[155]},{"name":"ERROR_PCW_BAD_TGT_UPD_IMAGES","features":[155]},{"name":"ERROR_PCW_BAD_TRANSFORMSET","features":[155]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_FAMILY","features":[155]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_NAME","features":[155]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_PRODUCT_CODE","features":[155]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_PRODUCT_VERSION","features":[155]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_UPGRADE_CODE","features":[155]},{"name":"ERROR_PCW_BAD_VERSION_STRING","features":[155]},{"name":"ERROR_PCW_BASE","features":[155]},{"name":"ERROR_PCW_CANNOT_CREATE_TABLE","features":[155]},{"name":"ERROR_PCW_CANNOT_RUN_MAKECAB","features":[155]},{"name":"ERROR_PCW_CANNOT_WRITE_DDF","features":[155]},{"name":"ERROR_PCW_CANT_COPY_FILE_TO_TEMP_FOLDER","features":[155]},{"name":"ERROR_PCW_CANT_CREATE_ONE_PATCH_FILE","features":[155]},{"name":"ERROR_PCW_CANT_CREATE_PATCH_FILE","features":[155]},{"name":"ERROR_PCW_CANT_CREATE_SUMMARY_INFO","features":[155]},{"name":"ERROR_PCW_CANT_CREATE_SUMMARY_INFO_POUND","features":[155]},{"name":"ERROR_PCW_CANT_CREATE_TEMP_FOLDER","features":[155]},{"name":"ERROR_PCW_CANT_DELETE_TEMP_FOLDER","features":[155]},{"name":"ERROR_PCW_CANT_GENERATE_SEQUENCEINFO_MAJORUPGD","features":[155]},{"name":"ERROR_PCW_CANT_GENERATE_TRANSFORM","features":[155]},{"name":"ERROR_PCW_CANT_GENERATE_TRANSFORM_POUND","features":[155]},{"name":"ERROR_PCW_CANT_OVERWRITE_PATCH","features":[155]},{"name":"ERROR_PCW_CANT_READ_FILE","features":[155]},{"name":"ERROR_PCW_CREATEFILE_LOG_FAILED","features":[155]},{"name":"ERROR_PCW_DUPLICATE_SEQUENCE_RECORD","features":[155]},{"name":"ERROR_PCW_DUP_IMAGE_FAMILY_NAME","features":[155]},{"name":"ERROR_PCW_DUP_TARGET_IMAGE_NAME","features":[155]},{"name":"ERROR_PCW_DUP_TARGET_IMAGE_PACKCODE","features":[155]},{"name":"ERROR_PCW_DUP_UPGRADED_IMAGE_NAME","features":[155]},{"name":"ERROR_PCW_DUP_UPGRADED_IMAGE_PACKCODE","features":[155]},{"name":"ERROR_PCW_ERROR_WRITING_TO_LOG","features":[155]},{"name":"ERROR_PCW_EXECUTE_VIEW","features":[155]},{"name":"ERROR_PCW_EXTFILE_BAD_FAMILY_FIELD","features":[155]},{"name":"ERROR_PCW_EXTFILE_BAD_IGNORE_LENGTHS","features":[155]},{"name":"ERROR_PCW_EXTFILE_BAD_IGNORE_OFFSETS","features":[155]},{"name":"ERROR_PCW_EXTFILE_BAD_RETAIN_OFFSETS","features":[155]},{"name":"ERROR_PCW_EXTFILE_BLANK_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_EXTFILE_BLANK_PATH_TO_FILE","features":[155]},{"name":"ERROR_PCW_EXTFILE_IGNORE_COUNT_MISMATCH","features":[155]},{"name":"ERROR_PCW_EXTFILE_LONG_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_EXTFILE_LONG_IGNORE_LENGTHS","features":[155]},{"name":"ERROR_PCW_EXTFILE_LONG_IGNORE_OFFSETS","features":[155]},{"name":"ERROR_PCW_EXTFILE_LONG_PATH_TO_FILE","features":[155]},{"name":"ERROR_PCW_EXTFILE_LONG_RETAIN_OFFSETS","features":[155]},{"name":"ERROR_PCW_EXTFILE_MISSING_FILE","features":[155]},{"name":"ERROR_PCW_FAILED_CREATE_TRANSFORM","features":[155]},{"name":"ERROR_PCW_FAILED_EXPAND_PATH","features":[155]},{"name":"ERROR_PCW_FAMILY_RANGE_BAD_RETAIN_LENGTHS","features":[155]},{"name":"ERROR_PCW_FAMILY_RANGE_BAD_RETAIN_OFFSETS","features":[155]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_RETAIN_LENGTHS","features":[155]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_RETAIN_OFFSETS","features":[155]},{"name":"ERROR_PCW_FAMILY_RANGE_COUNT_MISMATCH","features":[155]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_RETAIN_LENGTHS","features":[155]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_RETAIN_OFFSETS","features":[155]},{"name":"ERROR_PCW_FAMILY_RANGE_NAME_TOO_LONG","features":[155]},{"name":"ERROR_PCW_IMAGE_FAMILY_NAME_TOO_LONG","features":[155]},{"name":"ERROR_PCW_IMAGE_PATH_NOT_EXIST","features":[155]},{"name":"ERROR_PCW_INTERNAL_ERROR","features":[155]},{"name":"ERROR_PCW_INVALID_LOG_LEVEL","features":[155]},{"name":"ERROR_PCW_INVALID_MAJOR_VERSION","features":[155]},{"name":"ERROR_PCW_INVALID_PARAMETER","features":[155]},{"name":"ERROR_PCW_INVALID_PATCHMETADATA_PROP","features":[155]},{"name":"ERROR_PCW_INVALID_PATCH_TYPE_SEQUENCING","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_EXTERNALFILES","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_FAMILYFILERANGES","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_IMAGEFAMILIES","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_PATCHSEQUENCE","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_PROPERTIES","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_PROPERTY","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_TARGETFILES_OPTIONALDATA","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_TARGETIMAGES","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDFILESTOIGNORE","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDFILES_OPTIONALDATA","features":[155]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDIMAGES","features":[155]},{"name":"ERROR_PCW_INVALID_RANGE_ELEMENT","features":[155]},{"name":"ERROR_PCW_INVALID_SUPERCEDENCE","features":[155]},{"name":"ERROR_PCW_INVALID_SUPERSEDENCE_VALUE","features":[155]},{"name":"ERROR_PCW_INVALID_UI_LEVEL","features":[155]},{"name":"ERROR_PCW_LAX_VALIDATION_FLAGS","features":[155]},{"name":"ERROR_PCW_MAJOR_UPGD_WITHOUT_SEQUENCING","features":[155]},{"name":"ERROR_PCW_MATCHED_PRODUCT_VERSIONS","features":[155]},{"name":"ERROR_PCW_MISMATCHED_PRODUCT_CODES","features":[155]},{"name":"ERROR_PCW_MISMATCHED_PRODUCT_VERSIONS","features":[155]},{"name":"ERROR_PCW_MISSING_DIRECTORY_TABLE","features":[155]},{"name":"ERROR_PCW_MISSING_PATCHMETADATA","features":[155]},{"name":"ERROR_PCW_MISSING_PATCH_GUID","features":[155]},{"name":"ERROR_PCW_MISSING_PATCH_PATH","features":[155]},{"name":"ERROR_PCW_NO_UPGRADED_IMAGES_TO_PATCH","features":[155]},{"name":"ERROR_PCW_NULL_PATCHFAMILY","features":[155]},{"name":"ERROR_PCW_NULL_SEQUENCE_NUMBER","features":[155]},{"name":"ERROR_PCW_OBSOLETION_WITH_MSI30","features":[155]},{"name":"ERROR_PCW_OBSOLETION_WITH_PATCHSEQUENCE","features":[155]},{"name":"ERROR_PCW_OBSOLETION_WITH_SEQUENCE_DATA","features":[155]},{"name":"ERROR_PCW_OODS_COPYING_MSI","features":[155]},{"name":"ERROR_PCW_OPEN_VIEW","features":[155]},{"name":"ERROR_PCW_OUT_OF_MEMORY","features":[155]},{"name":"ERROR_PCW_PATCHMETADATA_PROP_NOT_SET","features":[155]},{"name":"ERROR_PCW_PCP_BAD_FORMAT","features":[155]},{"name":"ERROR_PCW_PCP_DOESNT_EXIST","features":[155]},{"name":"ERROR_PCW_SEQUENCING_BAD_TARGET","features":[155]},{"name":"ERROR_PCW_TARGET_BAD_PROD_CODE_VAL","features":[155]},{"name":"ERROR_PCW_TARGET_BAD_PROD_VALIDATE","features":[155]},{"name":"ERROR_PCW_TARGET_IMAGE_COMPRESSED","features":[155]},{"name":"ERROR_PCW_TARGET_IMAGE_NAME_TOO_LONG","features":[155]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_EMPTY","features":[155]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_NOT_EXIST","features":[155]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_NOT_MSI","features":[155]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_TOO_LONG","features":[155]},{"name":"ERROR_PCW_TARGET_MISSING_SRC_FILES","features":[155]},{"name":"ERROR_PCW_TARGET_WRONG_PRODUCT_VERSION_COMP","features":[155]},{"name":"ERROR_PCW_TFILEDATA_BAD_IGNORE_LENGTHS","features":[155]},{"name":"ERROR_PCW_TFILEDATA_BAD_IGNORE_OFFSETS","features":[155]},{"name":"ERROR_PCW_TFILEDATA_BAD_RETAIN_OFFSETS","features":[155]},{"name":"ERROR_PCW_TFILEDATA_BAD_TARGET_FIELD","features":[155]},{"name":"ERROR_PCW_TFILEDATA_BLANK_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_TFILEDATA_IGNORE_COUNT_MISMATCH","features":[155]},{"name":"ERROR_PCW_TFILEDATA_LONG_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_TFILEDATA_LONG_IGNORE_LENGTHS","features":[155]},{"name":"ERROR_PCW_TFILEDATA_LONG_IGNORE_OFFSETS","features":[155]},{"name":"ERROR_PCW_TFILEDATA_LONG_RETAIN_OFFSETS","features":[155]},{"name":"ERROR_PCW_TFILEDATA_MISSING_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_UFILEDATA_BAD_UPGRADED_FIELD","features":[155]},{"name":"ERROR_PCW_UFILEDATA_BLANK_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_UFILEDATA_LONG_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_UFILEDATA_MISSING_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_UFILEIGNORE_BAD_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_UFILEIGNORE_BAD_UPGRADED_FIELD","features":[155]},{"name":"ERROR_PCW_UFILEIGNORE_BLANK_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_UFILEIGNORE_LONG_FILE_TABLE_KEY","features":[155]},{"name":"ERROR_PCW_UNKNOWN_ERROR","features":[155]},{"name":"ERROR_PCW_UNKNOWN_INFO","features":[155]},{"name":"ERROR_PCW_UNKNOWN_WARN","features":[155]},{"name":"ERROR_PCW_UPGRADED_IMAGE_COMPRESSED","features":[155]},{"name":"ERROR_PCW_UPGRADED_IMAGE_NAME_TOO_LONG","features":[155]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_NOT_EXIST","features":[155]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_NOT_MSI","features":[155]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_TOO_LONG","features":[155]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_EMPTY","features":[155]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_NOT_EXIST","features":[155]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_NOT_MSI","features":[155]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_TOO_LONG","features":[155]},{"name":"ERROR_PCW_UPGRADED_MISSING_SRC_FILES","features":[155]},{"name":"ERROR_PCW_VIEW_FETCH","features":[155]},{"name":"ERROR_PCW_WRITE_SUMMARY_PROPERTIES","features":[155]},{"name":"ERROR_PCW_WRONG_PATCHMETADATA_STRD_PROP","features":[155]},{"name":"ERROR_ROLLBACK_DISABLED","features":[155]},{"name":"ExtractPatchHeaderToFileA","features":[3,155]},{"name":"ExtractPatchHeaderToFileByHandles","features":[3,155]},{"name":"ExtractPatchHeaderToFileW","features":[3,155]},{"name":"FUSION_INSTALL_REFERENCE","features":[155]},{"name":"FUSION_REFCOUNT_FILEPATH_GUID","features":[155]},{"name":"FUSION_REFCOUNT_OPAQUE_STRING_GUID","features":[155]},{"name":"FUSION_REFCOUNT_UNINSTALL_SUBKEY_GUID","features":[155]},{"name":"FindActCtxSectionGuid","features":[3,155,37]},{"name":"FindActCtxSectionStringA","features":[3,155,37]},{"name":"FindActCtxSectionStringW","features":[3,155,37]},{"name":"GetCurrentActCtx","features":[3,155]},{"name":"GetDeltaInfoA","features":[3,70,155]},{"name":"GetDeltaInfoB","features":[3,70,155]},{"name":"GetDeltaInfoW","features":[3,70,155]},{"name":"GetDeltaSignatureA","features":[3,70,155]},{"name":"GetDeltaSignatureB","features":[3,70,155]},{"name":"GetDeltaSignatureW","features":[3,70,155]},{"name":"GetFilePatchSignatureA","features":[3,155]},{"name":"GetFilePatchSignatureByBuffer","features":[3,155]},{"name":"GetFilePatchSignatureByHandle","features":[3,155]},{"name":"GetFilePatchSignatureW","features":[3,155]},{"name":"IACTIONNAME_ADMIN","features":[155]},{"name":"IACTIONNAME_ADVERTISE","features":[155]},{"name":"IACTIONNAME_COLLECTUSERINFO","features":[155]},{"name":"IACTIONNAME_FIRSTRUN","features":[155]},{"name":"IACTIONNAME_INSTALL","features":[155]},{"name":"IACTIONNAME_SEQUENCE","features":[155]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_ALREADY_INSTALLED","features":[155]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_INSTALLED","features":[155]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_REFRESHED","features":[155]},{"name":"IASSEMBLYCACHEITEM_COMMIT_FLAG_REFRESH","features":[155]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION","features":[155]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_ALREADY_UNINSTALLED","features":[155]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_DELETE_PENDING","features":[155]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_STILL_IN_USE","features":[155]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_UNINSTALLED","features":[155]},{"name":"IAssemblyCache","features":[155]},{"name":"IAssemblyCacheItem","features":[155]},{"name":"IAssemblyName","features":[155]},{"name":"IEnumMsmDependency","features":[155]},{"name":"IEnumMsmError","features":[155]},{"name":"IEnumMsmString","features":[155]},{"name":"IMsmDependencies","features":[155]},{"name":"IMsmDependency","features":[155]},{"name":"IMsmError","features":[155]},{"name":"IMsmErrors","features":[155]},{"name":"IMsmGetFiles","features":[155]},{"name":"IMsmMerge","features":[155]},{"name":"IMsmStrings","features":[155]},{"name":"INFO_BASE","features":[155]},{"name":"INFO_ENTERING_PHASE_I","features":[155]},{"name":"INFO_ENTERING_PHASE_II","features":[155]},{"name":"INFO_ENTERING_PHASE_III","features":[155]},{"name":"INFO_ENTERING_PHASE_IV","features":[155]},{"name":"INFO_ENTERING_PHASE_I_VALIDATION","features":[155]},{"name":"INFO_ENTERING_PHASE_V","features":[155]},{"name":"INFO_GENERATING_METADATA","features":[155]},{"name":"INFO_PASSED_MAIN_CONTROL","features":[155]},{"name":"INFO_PATCHCACHE_FILEINFO_FAILURE","features":[155]},{"name":"INFO_PATCHCACHE_PCI_READFAILURE","features":[155]},{"name":"INFO_PATCHCACHE_PCI_WRITEFAILURE","features":[155]},{"name":"INFO_PCP_PATH","features":[155]},{"name":"INFO_PROPERTY","features":[155]},{"name":"INFO_SET_OPTIONS","features":[155]},{"name":"INFO_SUCCESSFUL_PATCH_CREATION","features":[155]},{"name":"INFO_TEMP_DIR","features":[155]},{"name":"INFO_TEMP_DIR_CLEANUP","features":[155]},{"name":"INFO_USING_USER_MSI_FOR_PATCH_TABLES","features":[155]},{"name":"INSTALLFEATUREATTRIBUTE","features":[155]},{"name":"INSTALLFEATUREATTRIBUTE_DISALLOWADVERTISE","features":[155]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORADVERTISE","features":[155]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORLOCAL","features":[155]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORSOURCE","features":[155]},{"name":"INSTALLFEATUREATTRIBUTE_FOLLOWPARENT","features":[155]},{"name":"INSTALLFEATUREATTRIBUTE_NOUNSUPPORTEDADVERTISE","features":[155]},{"name":"INSTALLLEVEL","features":[155]},{"name":"INSTALLLEVEL_DEFAULT","features":[155]},{"name":"INSTALLLEVEL_MAXIMUM","features":[155]},{"name":"INSTALLLEVEL_MINIMUM","features":[155]},{"name":"INSTALLLOGATTRIBUTES","features":[155]},{"name":"INSTALLLOGATTRIBUTES_APPEND","features":[155]},{"name":"INSTALLLOGATTRIBUTES_FLUSHEACHLINE","features":[155]},{"name":"INSTALLLOGMODE","features":[155]},{"name":"INSTALLLOGMODE_ACTIONDATA","features":[155]},{"name":"INSTALLLOGMODE_ACTIONSTART","features":[155]},{"name":"INSTALLLOGMODE_COMMONDATA","features":[155]},{"name":"INSTALLLOGMODE_ERROR","features":[155]},{"name":"INSTALLLOGMODE_EXTRADEBUG","features":[155]},{"name":"INSTALLLOGMODE_FATALEXIT","features":[155]},{"name":"INSTALLLOGMODE_FILESINUSE","features":[155]},{"name":"INSTALLLOGMODE_INFO","features":[155]},{"name":"INSTALLLOGMODE_INITIALIZE","features":[155]},{"name":"INSTALLLOGMODE_INSTALLEND","features":[155]},{"name":"INSTALLLOGMODE_INSTALLSTART","features":[155]},{"name":"INSTALLLOGMODE_LOGONLYONERROR","features":[155]},{"name":"INSTALLLOGMODE_LOGPERFORMANCE","features":[155]},{"name":"INSTALLLOGMODE_OUTOFDISKSPACE","features":[155]},{"name":"INSTALLLOGMODE_PROGRESS","features":[155]},{"name":"INSTALLLOGMODE_PROPERTYDUMP","features":[155]},{"name":"INSTALLLOGMODE_RESOLVESOURCE","features":[155]},{"name":"INSTALLLOGMODE_RMFILESINUSE","features":[155]},{"name":"INSTALLLOGMODE_SHOWDIALOG","features":[155]},{"name":"INSTALLLOGMODE_TERMINATE","features":[155]},{"name":"INSTALLLOGMODE_USER","features":[155]},{"name":"INSTALLLOGMODE_VERBOSE","features":[155]},{"name":"INSTALLLOGMODE_WARNING","features":[155]},{"name":"INSTALLMESSAGE","features":[155]},{"name":"INSTALLMESSAGE_ACTIONDATA","features":[155]},{"name":"INSTALLMESSAGE_ACTIONSTART","features":[155]},{"name":"INSTALLMESSAGE_COMMONDATA","features":[155]},{"name":"INSTALLMESSAGE_ERROR","features":[155]},{"name":"INSTALLMESSAGE_FATALEXIT","features":[155]},{"name":"INSTALLMESSAGE_FILESINUSE","features":[155]},{"name":"INSTALLMESSAGE_INFO","features":[155]},{"name":"INSTALLMESSAGE_INITIALIZE","features":[155]},{"name":"INSTALLMESSAGE_INSTALLEND","features":[155]},{"name":"INSTALLMESSAGE_INSTALLSTART","features":[155]},{"name":"INSTALLMESSAGE_OUTOFDISKSPACE","features":[155]},{"name":"INSTALLMESSAGE_PERFORMANCE","features":[155]},{"name":"INSTALLMESSAGE_PROGRESS","features":[155]},{"name":"INSTALLMESSAGE_RESOLVESOURCE","features":[155]},{"name":"INSTALLMESSAGE_RMFILESINUSE","features":[155]},{"name":"INSTALLMESSAGE_SHOWDIALOG","features":[155]},{"name":"INSTALLMESSAGE_TERMINATE","features":[155]},{"name":"INSTALLMESSAGE_TYPEMASK","features":[155]},{"name":"INSTALLMESSAGE_USER","features":[155]},{"name":"INSTALLMESSAGE_WARNING","features":[155]},{"name":"INSTALLMODE","features":[155]},{"name":"INSTALLMODE_DEFAULT","features":[155]},{"name":"INSTALLMODE_EXISTING","features":[155]},{"name":"INSTALLMODE_NODETECTION","features":[155]},{"name":"INSTALLMODE_NODETECTION_ANY","features":[155]},{"name":"INSTALLMODE_NOSOURCERESOLUTION","features":[155]},{"name":"INSTALLPROPERTY_ASSIGNMENTTYPE","features":[155]},{"name":"INSTALLPROPERTY_AUTHORIZED_LUA_APP","features":[155]},{"name":"INSTALLPROPERTY_DISKPROMPT","features":[155]},{"name":"INSTALLPROPERTY_DISPLAYNAME","features":[155]},{"name":"INSTALLPROPERTY_HELPLINK","features":[155]},{"name":"INSTALLPROPERTY_HELPTELEPHONE","features":[155]},{"name":"INSTALLPROPERTY_INSTALLDATE","features":[155]},{"name":"INSTALLPROPERTY_INSTALLEDLANGUAGE","features":[155]},{"name":"INSTALLPROPERTY_INSTALLEDPRODUCTNAME","features":[155]},{"name":"INSTALLPROPERTY_INSTALLLOCATION","features":[155]},{"name":"INSTALLPROPERTY_INSTALLSOURCE","features":[155]},{"name":"INSTALLPROPERTY_INSTANCETYPE","features":[155]},{"name":"INSTALLPROPERTY_LANGUAGE","features":[155]},{"name":"INSTALLPROPERTY_LASTUSEDSOURCE","features":[155]},{"name":"INSTALLPROPERTY_LASTUSEDTYPE","features":[155]},{"name":"INSTALLPROPERTY_LOCALPACKAGE","features":[155]},{"name":"INSTALLPROPERTY_LUAENABLED","features":[155]},{"name":"INSTALLPROPERTY_MEDIAPACKAGEPATH","features":[155]},{"name":"INSTALLPROPERTY_MOREINFOURL","features":[155]},{"name":"INSTALLPROPERTY_PACKAGECODE","features":[155]},{"name":"INSTALLPROPERTY_PACKAGENAME","features":[155]},{"name":"INSTALLPROPERTY_PATCHSTATE","features":[155]},{"name":"INSTALLPROPERTY_PATCHTYPE","features":[155]},{"name":"INSTALLPROPERTY_PRODUCTICON","features":[155]},{"name":"INSTALLPROPERTY_PRODUCTID","features":[155]},{"name":"INSTALLPROPERTY_PRODUCTNAME","features":[155]},{"name":"INSTALLPROPERTY_PRODUCTSTATE","features":[155]},{"name":"INSTALLPROPERTY_PUBLISHER","features":[155]},{"name":"INSTALLPROPERTY_REGCOMPANY","features":[155]},{"name":"INSTALLPROPERTY_REGOWNER","features":[155]},{"name":"INSTALLPROPERTY_TRANSFORMS","features":[155]},{"name":"INSTALLPROPERTY_UNINSTALLABLE","features":[155]},{"name":"INSTALLPROPERTY_URLINFOABOUT","features":[155]},{"name":"INSTALLPROPERTY_URLUPDATEINFO","features":[155]},{"name":"INSTALLPROPERTY_VERSION","features":[155]},{"name":"INSTALLPROPERTY_VERSIONMAJOR","features":[155]},{"name":"INSTALLPROPERTY_VERSIONMINOR","features":[155]},{"name":"INSTALLPROPERTY_VERSIONSTRING","features":[155]},{"name":"INSTALLSTATE","features":[155]},{"name":"INSTALLSTATE_ABSENT","features":[155]},{"name":"INSTALLSTATE_ADVERTISED","features":[155]},{"name":"INSTALLSTATE_BADCONFIG","features":[155]},{"name":"INSTALLSTATE_BROKEN","features":[155]},{"name":"INSTALLSTATE_DEFAULT","features":[155]},{"name":"INSTALLSTATE_INCOMPLETE","features":[155]},{"name":"INSTALLSTATE_INVALIDARG","features":[155]},{"name":"INSTALLSTATE_LOCAL","features":[155]},{"name":"INSTALLSTATE_MOREDATA","features":[155]},{"name":"INSTALLSTATE_NOTUSED","features":[155]},{"name":"INSTALLSTATE_REMOVED","features":[155]},{"name":"INSTALLSTATE_SOURCE","features":[155]},{"name":"INSTALLSTATE_SOURCEABSENT","features":[155]},{"name":"INSTALLSTATE_UNKNOWN","features":[155]},{"name":"INSTALLTYPE","features":[155]},{"name":"INSTALLTYPE_DEFAULT","features":[155]},{"name":"INSTALLTYPE_NETWORK_IMAGE","features":[155]},{"name":"INSTALLTYPE_SINGLE_INSTANCE","features":[155]},{"name":"INSTALLUILEVEL","features":[155]},{"name":"INSTALLUILEVEL_BASIC","features":[155]},{"name":"INSTALLUILEVEL_DEFAULT","features":[155]},{"name":"INSTALLUILEVEL_ENDDIALOG","features":[155]},{"name":"INSTALLUILEVEL_FULL","features":[155]},{"name":"INSTALLUILEVEL_HIDECANCEL","features":[155]},{"name":"INSTALLUILEVEL_NOCHANGE","features":[155]},{"name":"INSTALLUILEVEL_NONE","features":[155]},{"name":"INSTALLUILEVEL_PROGRESSONLY","features":[155]},{"name":"INSTALLUILEVEL_REDUCED","features":[155]},{"name":"INSTALLUILEVEL_SOURCERESONLY","features":[155]},{"name":"INSTALLUILEVEL_UACONLY","features":[155]},{"name":"INSTALLUI_HANDLERA","features":[155]},{"name":"INSTALLUI_HANDLERW","features":[155]},{"name":"IPMApplicationInfo","features":[155]},{"name":"IPMApplicationInfoEnumerator","features":[155]},{"name":"IPMBackgroundServiceAgentInfo","features":[155]},{"name":"IPMBackgroundServiceAgentInfoEnumerator","features":[155]},{"name":"IPMBackgroundWorkerInfo","features":[155]},{"name":"IPMBackgroundWorkerInfoEnumerator","features":[155]},{"name":"IPMDeploymentManager","features":[155]},{"name":"IPMEnumerationManager","features":[155]},{"name":"IPMExtensionCachedFileUpdaterInfo","features":[155]},{"name":"IPMExtensionContractInfo","features":[155]},{"name":"IPMExtensionFileExtensionInfo","features":[155]},{"name":"IPMExtensionFileOpenPickerInfo","features":[155]},{"name":"IPMExtensionFileSavePickerInfo","features":[155]},{"name":"IPMExtensionInfo","features":[155]},{"name":"IPMExtensionInfoEnumerator","features":[155]},{"name":"IPMExtensionProtocolInfo","features":[155]},{"name":"IPMExtensionShareTargetInfo","features":[155]},{"name":"IPMLiveTileJobInfo","features":[155]},{"name":"IPMLiveTileJobInfoEnumerator","features":[155]},{"name":"IPMTaskInfo","features":[155]},{"name":"IPMTaskInfoEnumerator","features":[155]},{"name":"IPMTileInfo","features":[155]},{"name":"IPMTileInfoEnumerator","features":[155]},{"name":"IPMTilePropertyEnumerator","features":[155]},{"name":"IPMTilePropertyInfo","features":[155]},{"name":"IPROPNAME_ACTION","features":[155]},{"name":"IPROPNAME_ADMINTOOLS_FOLDER","features":[155]},{"name":"IPROPNAME_ADMINUSER","features":[155]},{"name":"IPROPNAME_ADMIN_PROPERTIES","features":[155]},{"name":"IPROPNAME_AFTERREBOOT","features":[155]},{"name":"IPROPNAME_ALLOWEDPROPERTIES","features":[155]},{"name":"IPROPNAME_ALLUSERS","features":[155]},{"name":"IPROPNAME_APPDATA_FOLDER","features":[155]},{"name":"IPROPNAME_ARM","features":[155]},{"name":"IPROPNAME_ARM64","features":[155]},{"name":"IPROPNAME_ARPAUTHORIZEDCDFPREFIX","features":[155]},{"name":"IPROPNAME_ARPCOMMENTS","features":[155]},{"name":"IPROPNAME_ARPCONTACT","features":[155]},{"name":"IPROPNAME_ARPHELPLINK","features":[155]},{"name":"IPROPNAME_ARPHELPTELEPHONE","features":[155]},{"name":"IPROPNAME_ARPINSTALLLOCATION","features":[155]},{"name":"IPROPNAME_ARPNOMODIFY","features":[155]},{"name":"IPROPNAME_ARPNOREMOVE","features":[155]},{"name":"IPROPNAME_ARPNOREPAIR","features":[155]},{"name":"IPROPNAME_ARPPRODUCTICON","features":[155]},{"name":"IPROPNAME_ARPREADME","features":[155]},{"name":"IPROPNAME_ARPSETTINGSIDENTIFIER","features":[155]},{"name":"IPROPNAME_ARPSHIMFLAGS","features":[155]},{"name":"IPROPNAME_ARPSHIMSERVICEPACKLEVEL","features":[155]},{"name":"IPROPNAME_ARPSHIMVERSIONNT","features":[155]},{"name":"IPROPNAME_ARPSIZE","features":[155]},{"name":"IPROPNAME_ARPSYSTEMCOMPONENT","features":[155]},{"name":"IPROPNAME_ARPURLINFOABOUT","features":[155]},{"name":"IPROPNAME_ARPURLUPDATEINFO","features":[155]},{"name":"IPROPNAME_AVAILABLEFREEREG","features":[155]},{"name":"IPROPNAME_BORDERSIDE","features":[155]},{"name":"IPROPNAME_BORDERTOP","features":[155]},{"name":"IPROPNAME_CAPTIONHEIGHT","features":[155]},{"name":"IPROPNAME_CARRYINGNDP","features":[155]},{"name":"IPROPNAME_CHECKCRCS","features":[155]},{"name":"IPROPNAME_COLORBITS","features":[155]},{"name":"IPROPNAME_COMMONAPPDATA_FOLDER","features":[155]},{"name":"IPROPNAME_COMMONFILES64_FOLDER","features":[155]},{"name":"IPROPNAME_COMMONFILES_FOLDER","features":[155]},{"name":"IPROPNAME_COMPANYNAME","features":[155]},{"name":"IPROPNAME_COMPONENTADDDEFAULT","features":[155]},{"name":"IPROPNAME_COMPONENTADDLOCAL","features":[155]},{"name":"IPROPNAME_COMPONENTADDSOURCE","features":[155]},{"name":"IPROPNAME_COMPUTERNAME","features":[155]},{"name":"IPROPNAME_COSTINGCOMPLETE","features":[155]},{"name":"IPROPNAME_CUSTOMACTIONDATA","features":[155]},{"name":"IPROPNAME_DATE","features":[155]},{"name":"IPROPNAME_DATETIME","features":[155]},{"name":"IPROPNAME_DEFAULTUIFONT","features":[155]},{"name":"IPROPNAME_DESKTOP_FOLDER","features":[155]},{"name":"IPROPNAME_DISABLEADVTSHORTCUTS","features":[155]},{"name":"IPROPNAME_DISABLEROLLBACK","features":[155]},{"name":"IPROPNAME_DISKPROMPT","features":[155]},{"name":"IPROPNAME_ENABLEUSERCONTROL","features":[155]},{"name":"IPROPNAME_ENFORCE_UPGRADE_COMPONENT_RULES","features":[155]},{"name":"IPROPNAME_EXECUTEACTION","features":[155]},{"name":"IPROPNAME_EXECUTEMODE","features":[155]},{"name":"IPROPNAME_FAVORITES_FOLDER","features":[155]},{"name":"IPROPNAME_FEATUREADDDEFAULT","features":[155]},{"name":"IPROPNAME_FEATUREADDLOCAL","features":[155]},{"name":"IPROPNAME_FEATUREADDSOURCE","features":[155]},{"name":"IPROPNAME_FEATUREADVERTISE","features":[155]},{"name":"IPROPNAME_FEATUREREMOVE","features":[155]},{"name":"IPROPNAME_FILEADDDEFAULT","features":[155]},{"name":"IPROPNAME_FILEADDLOCAL","features":[155]},{"name":"IPROPNAME_FILEADDSOURCE","features":[155]},{"name":"IPROPNAME_FONTS_FOLDER","features":[155]},{"name":"IPROPNAME_HIDDEN_PROPERTIES","features":[155]},{"name":"IPROPNAME_HIDECANCEL","features":[155]},{"name":"IPROPNAME_IA64","features":[155]},{"name":"IPROPNAME_INSTALLED","features":[155]},{"name":"IPROPNAME_INSTALLLANGUAGE","features":[155]},{"name":"IPROPNAME_INSTALLLEVEL","features":[155]},{"name":"IPROPNAME_INSTALLPERUSER","features":[155]},{"name":"IPROPNAME_INTEL","features":[155]},{"name":"IPROPNAME_INTEL64","features":[155]},{"name":"IPROPNAME_INTERNALINSTALLEDPERUSER","features":[155]},{"name":"IPROPNAME_ISADMINPACKAGE","features":[155]},{"name":"IPROPNAME_LEFTUNIT","features":[155]},{"name":"IPROPNAME_LIMITUI","features":[155]},{"name":"IPROPNAME_LOCALAPPDATA_FOLDER","features":[155]},{"name":"IPROPNAME_LOGACTION","features":[155]},{"name":"IPROPNAME_LOGONUSER","features":[155]},{"name":"IPROPNAME_MANUFACTURER","features":[155]},{"name":"IPROPNAME_MSIAMD64","features":[155]},{"name":"IPROPNAME_MSIDISABLEEEUI","features":[155]},{"name":"IPROPNAME_MSIDISABLELUAPATCHING","features":[155]},{"name":"IPROPNAME_MSIINSTANCEGUID","features":[155]},{"name":"IPROPNAME_MSILOGFILELOCATION","features":[155]},{"name":"IPROPNAME_MSILOGGINGMODE","features":[155]},{"name":"IPROPNAME_MSINEWINSTANCE","features":[155]},{"name":"IPROPNAME_MSINODISABLEMEDIA","features":[155]},{"name":"IPROPNAME_MSIPACKAGEDOWNLOADLOCALCOPY","features":[155]},{"name":"IPROPNAME_MSIPATCHDOWNLOADLOCALCOPY","features":[155]},{"name":"IPROPNAME_MSIPATCHREMOVE","features":[155]},{"name":"IPROPNAME_MSITABLETPC","features":[155]},{"name":"IPROPNAME_MSIX64","features":[155]},{"name":"IPROPNAME_MSI_FASTINSTALL","features":[155]},{"name":"IPROPNAME_MSI_REBOOT_PENDING","features":[155]},{"name":"IPROPNAME_MSI_RM_CONTROL","features":[155]},{"name":"IPROPNAME_MSI_RM_DISABLE_RESTART","features":[155]},{"name":"IPROPNAME_MSI_RM_SESSION_KEY","features":[155]},{"name":"IPROPNAME_MSI_RM_SHUTDOWN","features":[155]},{"name":"IPROPNAME_MSI_UAC_DEPLOYMENT_COMPLIANT","features":[155]},{"name":"IPROPNAME_MSI_UNINSTALL_SUPERSEDED_COMPONENTS","features":[155]},{"name":"IPROPNAME_MSI_USE_REAL_ADMIN_DETECTION","features":[155]},{"name":"IPROPNAME_MYPICTURES_FOLDER","features":[155]},{"name":"IPROPNAME_NETASSEMBLYSUPPORT","features":[155]},{"name":"IPROPNAME_NETHOOD_FOLDER","features":[155]},{"name":"IPROPNAME_NOCOMPANYNAME","features":[155]},{"name":"IPROPNAME_NOUSERNAME","features":[155]},{"name":"IPROPNAME_NTPRODUCTTYPE","features":[155]},{"name":"IPROPNAME_NTSUITEBACKOFFICE","features":[155]},{"name":"IPROPNAME_NTSUITEDATACENTER","features":[155]},{"name":"IPROPNAME_NTSUITEENTERPRISE","features":[155]},{"name":"IPROPNAME_NTSUITEPERSONAL","features":[155]},{"name":"IPROPNAME_NTSUITESMALLBUSINESS","features":[155]},{"name":"IPROPNAME_NTSUITESMALLBUSINESSRESTRICTED","features":[155]},{"name":"IPROPNAME_NTSUITEWEBSERVER","features":[155]},{"name":"IPROPNAME_OLEADVTSUPPORT","features":[155]},{"name":"IPROPNAME_OUTOFDISKSPACE","features":[155]},{"name":"IPROPNAME_OUTOFNORBDISKSPACE","features":[155]},{"name":"IPROPNAME_PATCH","features":[155]},{"name":"IPROPNAME_PATCHNEWPACKAGECODE","features":[155]},{"name":"IPROPNAME_PATCHNEWSUMMARYCOMMENTS","features":[155]},{"name":"IPROPNAME_PATCHNEWSUMMARYSUBJECT","features":[155]},{"name":"IPROPNAME_PERSONAL_FOLDER","features":[155]},{"name":"IPROPNAME_PHYSICALMEMORY","features":[155]},{"name":"IPROPNAME_PIDKEY","features":[155]},{"name":"IPROPNAME_PIDTEMPLATE","features":[155]},{"name":"IPROPNAME_PRESELECTED","features":[155]},{"name":"IPROPNAME_PRIMARYFOLDER","features":[155]},{"name":"IPROPNAME_PRIMARYFOLDER_PATH","features":[155]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEAVAILABLE","features":[155]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEREMAINING","features":[155]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEREQUIRED","features":[155]},{"name":"IPROPNAME_PRINTHOOD_FOLDER","features":[155]},{"name":"IPROPNAME_PRIVILEGED","features":[155]},{"name":"IPROPNAME_PRODUCTCODE","features":[155]},{"name":"IPROPNAME_PRODUCTID","features":[155]},{"name":"IPROPNAME_PRODUCTLANGUAGE","features":[155]},{"name":"IPROPNAME_PRODUCTNAME","features":[155]},{"name":"IPROPNAME_PRODUCTSTATE","features":[155]},{"name":"IPROPNAME_PRODUCTVERSION","features":[155]},{"name":"IPROPNAME_PROGRAMFILES64_FOLDER","features":[155]},{"name":"IPROPNAME_PROGRAMFILES_FOLDER","features":[155]},{"name":"IPROPNAME_PROGRAMMENU_FOLDER","features":[155]},{"name":"IPROPNAME_PROGRESSONLY","features":[155]},{"name":"IPROPNAME_PROMPTROLLBACKCOST","features":[155]},{"name":"IPROPNAME_REBOOT","features":[155]},{"name":"IPROPNAME_REBOOTPROMPT","features":[155]},{"name":"IPROPNAME_RECENT_FOLDER","features":[155]},{"name":"IPROPNAME_REDIRECTEDDLLSUPPORT","features":[155]},{"name":"IPROPNAME_REINSTALL","features":[155]},{"name":"IPROPNAME_REINSTALLMODE","features":[155]},{"name":"IPROPNAME_REMOTEADMINTS","features":[155]},{"name":"IPROPNAME_REPLACEDINUSEFILES","features":[155]},{"name":"IPROPNAME_RESTRICTEDUSERCONTROL","features":[155]},{"name":"IPROPNAME_RESUME","features":[155]},{"name":"IPROPNAME_ROLLBACKDISABLED","features":[155]},{"name":"IPROPNAME_ROOTDRIVE","features":[155]},{"name":"IPROPNAME_RUNNINGELEVATED","features":[155]},{"name":"IPROPNAME_SCREENX","features":[155]},{"name":"IPROPNAME_SCREENY","features":[155]},{"name":"IPROPNAME_SENDTO_FOLDER","features":[155]},{"name":"IPROPNAME_SEQUENCE","features":[155]},{"name":"IPROPNAME_SERVICEPACKLEVEL","features":[155]},{"name":"IPROPNAME_SERVICEPACKLEVELMINOR","features":[155]},{"name":"IPROPNAME_SHAREDWINDOWS","features":[155]},{"name":"IPROPNAME_SHELLADVTSUPPORT","features":[155]},{"name":"IPROPNAME_SHORTFILENAMES","features":[155]},{"name":"IPROPNAME_SOURCEDIR","features":[155]},{"name":"IPROPNAME_SOURCELIST","features":[155]},{"name":"IPROPNAME_SOURCERESONLY","features":[155]},{"name":"IPROPNAME_STARTMENU_FOLDER","features":[155]},{"name":"IPROPNAME_STARTUP_FOLDER","features":[155]},{"name":"IPROPNAME_SYSTEM16_FOLDER","features":[155]},{"name":"IPROPNAME_SYSTEM64_FOLDER","features":[155]},{"name":"IPROPNAME_SYSTEMLANGUAGEID","features":[155]},{"name":"IPROPNAME_SYSTEM_FOLDER","features":[155]},{"name":"IPROPNAME_TARGETDIR","features":[155]},{"name":"IPROPNAME_TEMPLATE_AMD64","features":[155]},{"name":"IPROPNAME_TEMPLATE_FOLDER","features":[155]},{"name":"IPROPNAME_TEMPLATE_X64","features":[155]},{"name":"IPROPNAME_TEMP_FOLDER","features":[155]},{"name":"IPROPNAME_TERMSERVER","features":[155]},{"name":"IPROPNAME_TEXTHEIGHT","features":[155]},{"name":"IPROPNAME_TEXTHEIGHT_CORRECTION","features":[155]},{"name":"IPROPNAME_TEXTINTERNALLEADING","features":[155]},{"name":"IPROPNAME_TIME","features":[155]},{"name":"IPROPNAME_TRANSFORMS","features":[155]},{"name":"IPROPNAME_TRANSFORMSATSOURCE","features":[155]},{"name":"IPROPNAME_TRANSFORMSSECURE","features":[155]},{"name":"IPROPNAME_TRUEADMINUSER","features":[155]},{"name":"IPROPNAME_TTCSUPPORT","features":[155]},{"name":"IPROPNAME_UACONLY","features":[155]},{"name":"IPROPNAME_UPDATESTARTED","features":[155]},{"name":"IPROPNAME_UPGRADECODE","features":[155]},{"name":"IPROPNAME_USERLANGUAGEID","features":[155]},{"name":"IPROPNAME_USERNAME","features":[155]},{"name":"IPROPNAME_USERSID","features":[155]},{"name":"IPROPNAME_VERSION9X","features":[155]},{"name":"IPROPNAME_VERSIONNT","features":[155]},{"name":"IPROPNAME_VERSIONNT64","features":[155]},{"name":"IPROPNAME_VIRTUALMEMORY","features":[155]},{"name":"IPROPNAME_WIN32ASSEMBLYSUPPORT","features":[155]},{"name":"IPROPNAME_WINDOWSBUILD","features":[155]},{"name":"IPROPNAME_WINDOWS_FOLDER","features":[155]},{"name":"IPROPNAME_WINDOWS_VOLUME","features":[155]},{"name":"IPROPVALUE_EXECUTEMODE_NONE","features":[155]},{"name":"IPROPVALUE_EXECUTEMODE_SCRIPT","features":[155]},{"name":"IPROPVALUE_FEATURE_ALL","features":[155]},{"name":"IPROPVALUE_MSI_RM_CONTROL_DISABLE","features":[155]},{"name":"IPROPVALUE_MSI_RM_CONTROL_DISABLESHUTDOWN","features":[155]},{"name":"IPROPVALUE_RBCOST_FAIL","features":[155]},{"name":"IPROPVALUE_RBCOST_PROMPT","features":[155]},{"name":"IPROPVALUE_RBCOST_SILENT","features":[155]},{"name":"IPROPVALUE__CARRYINGNDP_URTREINSTALL","features":[155]},{"name":"IPROPVALUE__CARRYINGNDP_URTUPGRADE","features":[155]},{"name":"IValidate","features":[155]},{"name":"LIBID_MsmMergeTypeLib","features":[155]},{"name":"LOGALL","features":[155]},{"name":"LOGERR","features":[155]},{"name":"LOGINFO","features":[155]},{"name":"LOGNONE","features":[155]},{"name":"LOGPERFMESSAGES","features":[155]},{"name":"LOGTOKEN_NO_LOG","features":[155]},{"name":"LOGTOKEN_SETUPAPI_APPLOG","features":[155]},{"name":"LOGTOKEN_SETUPAPI_DEVLOG","features":[155]},{"name":"LOGTOKEN_TYPE_MASK","features":[155]},{"name":"LOGTOKEN_UNSPECIFIED","features":[155]},{"name":"LOGWARN","features":[155]},{"name":"LPDISPLAYVAL","features":[3,155]},{"name":"LPEVALCOMCALLBACK","features":[3,155]},{"name":"MAX_FEATURE_CHARS","features":[155]},{"name":"MAX_GUID_CHARS","features":[155]},{"name":"MSIADVERTISEOPTIONFLAGS","features":[155]},{"name":"MSIADVERTISEOPTIONFLAGS_INSTANCE","features":[155]},{"name":"MSIARCHITECTUREFLAGS","features":[155]},{"name":"MSIARCHITECTUREFLAGS_AMD64","features":[155]},{"name":"MSIARCHITECTUREFLAGS_ARM","features":[155]},{"name":"MSIARCHITECTUREFLAGS_IA64","features":[155]},{"name":"MSIARCHITECTUREFLAGS_X86","features":[155]},{"name":"MSIASSEMBLYINFO","features":[155]},{"name":"MSIASSEMBLYINFO_NETASSEMBLY","features":[155]},{"name":"MSIASSEMBLYINFO_WIN32ASSEMBLY","features":[155]},{"name":"MSICODE","features":[155]},{"name":"MSICODE_PATCH","features":[155]},{"name":"MSICODE_PRODUCT","features":[155]},{"name":"MSICOLINFO","features":[155]},{"name":"MSICOLINFO_NAMES","features":[155]},{"name":"MSICOLINFO_TYPES","features":[155]},{"name":"MSICONDITION","features":[155]},{"name":"MSICONDITION_ERROR","features":[155]},{"name":"MSICONDITION_FALSE","features":[155]},{"name":"MSICONDITION_NONE","features":[155]},{"name":"MSICONDITION_TRUE","features":[155]},{"name":"MSICOSTTREE","features":[155]},{"name":"MSICOSTTREE_CHILDREN","features":[155]},{"name":"MSICOSTTREE_PARENTS","features":[155]},{"name":"MSICOSTTREE_RESERVED","features":[155]},{"name":"MSICOSTTREE_SELFONLY","features":[155]},{"name":"MSIDBERROR","features":[155]},{"name":"MSIDBERROR_BADCABINET","features":[155]},{"name":"MSIDBERROR_BADCASE","features":[155]},{"name":"MSIDBERROR_BADCATEGORY","features":[155]},{"name":"MSIDBERROR_BADCONDITION","features":[155]},{"name":"MSIDBERROR_BADCUSTOMSOURCE","features":[155]},{"name":"MSIDBERROR_BADDEFAULTDIR","features":[155]},{"name":"MSIDBERROR_BADFILENAME","features":[155]},{"name":"MSIDBERROR_BADFORMATTED","features":[155]},{"name":"MSIDBERROR_BADGUID","features":[155]},{"name":"MSIDBERROR_BADIDENTIFIER","features":[155]},{"name":"MSIDBERROR_BADKEYTABLE","features":[155]},{"name":"MSIDBERROR_BADLANGUAGE","features":[155]},{"name":"MSIDBERROR_BADLINK","features":[155]},{"name":"MSIDBERROR_BADLOCALIZEATTRIB","features":[155]},{"name":"MSIDBERROR_BADMAXMINVALUES","features":[155]},{"name":"MSIDBERROR_BADPATH","features":[155]},{"name":"MSIDBERROR_BADPROPERTY","features":[155]},{"name":"MSIDBERROR_BADREGPATH","features":[155]},{"name":"MSIDBERROR_BADSHORTCUT","features":[155]},{"name":"MSIDBERROR_BADTEMPLATE","features":[155]},{"name":"MSIDBERROR_BADVERSION","features":[155]},{"name":"MSIDBERROR_BADWILDCARD","features":[155]},{"name":"MSIDBERROR_DUPLICATEKEY","features":[155]},{"name":"MSIDBERROR_FUNCTIONERROR","features":[155]},{"name":"MSIDBERROR_INVALIDARG","features":[155]},{"name":"MSIDBERROR_MISSINGDATA","features":[155]},{"name":"MSIDBERROR_MOREDATA","features":[155]},{"name":"MSIDBERROR_NOERROR","features":[155]},{"name":"MSIDBERROR_NOTINSET","features":[155]},{"name":"MSIDBERROR_OVERFLOW","features":[155]},{"name":"MSIDBERROR_REQUIRED","features":[155]},{"name":"MSIDBERROR_STRINGOVERFLOW","features":[155]},{"name":"MSIDBERROR_UNDERFLOW","features":[155]},{"name":"MSIDBOPEN_CREATE","features":[155]},{"name":"MSIDBOPEN_CREATEDIRECT","features":[155]},{"name":"MSIDBOPEN_DIRECT","features":[155]},{"name":"MSIDBOPEN_PATCHFILE","features":[155]},{"name":"MSIDBOPEN_READONLY","features":[155]},{"name":"MSIDBOPEN_TRANSACT","features":[155]},{"name":"MSIDBSTATE","features":[155]},{"name":"MSIDBSTATE_ERROR","features":[155]},{"name":"MSIDBSTATE_READ","features":[155]},{"name":"MSIDBSTATE_WRITE","features":[155]},{"name":"MSIFILEHASHINFO","features":[155]},{"name":"MSIHANDLE","features":[155]},{"name":"MSIINSTALLCONTEXT","features":[155]},{"name":"MSIINSTALLCONTEXT_ALL","features":[155]},{"name":"MSIINSTALLCONTEXT_ALLUSERMANAGED","features":[155]},{"name":"MSIINSTALLCONTEXT_FIRSTVISIBLE","features":[155]},{"name":"MSIINSTALLCONTEXT_MACHINE","features":[155]},{"name":"MSIINSTALLCONTEXT_NONE","features":[155]},{"name":"MSIINSTALLCONTEXT_USERMANAGED","features":[155]},{"name":"MSIINSTALLCONTEXT_USERUNMANAGED","features":[155]},{"name":"MSIMODIFY","features":[155]},{"name":"MSIMODIFY_ASSIGN","features":[155]},{"name":"MSIMODIFY_DELETE","features":[155]},{"name":"MSIMODIFY_INSERT","features":[155]},{"name":"MSIMODIFY_INSERT_TEMPORARY","features":[155]},{"name":"MSIMODIFY_MERGE","features":[155]},{"name":"MSIMODIFY_REFRESH","features":[155]},{"name":"MSIMODIFY_REPLACE","features":[155]},{"name":"MSIMODIFY_SEEK","features":[155]},{"name":"MSIMODIFY_UPDATE","features":[155]},{"name":"MSIMODIFY_VALIDATE","features":[155]},{"name":"MSIMODIFY_VALIDATE_DELETE","features":[155]},{"name":"MSIMODIFY_VALIDATE_FIELD","features":[155]},{"name":"MSIMODIFY_VALIDATE_NEW","features":[155]},{"name":"MSIOPENPACKAGEFLAGS","features":[155]},{"name":"MSIOPENPACKAGEFLAGS_IGNOREMACHINESTATE","features":[155]},{"name":"MSIPATCHDATATYPE","features":[155]},{"name":"MSIPATCHSEQUENCEINFOA","features":[155]},{"name":"MSIPATCHSEQUENCEINFOW","features":[155]},{"name":"MSIPATCHSTATE","features":[155]},{"name":"MSIPATCHSTATE_ALL","features":[155]},{"name":"MSIPATCHSTATE_APPLIED","features":[155]},{"name":"MSIPATCHSTATE_INVALID","features":[155]},{"name":"MSIPATCHSTATE_OBSOLETED","features":[155]},{"name":"MSIPATCHSTATE_REGISTERED","features":[155]},{"name":"MSIPATCHSTATE_SUPERSEDED","features":[155]},{"name":"MSIPATCH_DATATYPE_PATCHFILE","features":[155]},{"name":"MSIPATCH_DATATYPE_XMLBLOB","features":[155]},{"name":"MSIPATCH_DATATYPE_XMLPATH","features":[155]},{"name":"MSIRUNMODE","features":[155]},{"name":"MSIRUNMODE_ADMIN","features":[155]},{"name":"MSIRUNMODE_ADVERTISE","features":[155]},{"name":"MSIRUNMODE_CABINET","features":[155]},{"name":"MSIRUNMODE_COMMIT","features":[155]},{"name":"MSIRUNMODE_LOGENABLED","features":[155]},{"name":"MSIRUNMODE_MAINTENANCE","features":[155]},{"name":"MSIRUNMODE_OPERATIONS","features":[155]},{"name":"MSIRUNMODE_REBOOTATEND","features":[155]},{"name":"MSIRUNMODE_REBOOTNOW","features":[155]},{"name":"MSIRUNMODE_RESERVED11","features":[155]},{"name":"MSIRUNMODE_RESERVED14","features":[155]},{"name":"MSIRUNMODE_RESERVED15","features":[155]},{"name":"MSIRUNMODE_ROLLBACK","features":[155]},{"name":"MSIRUNMODE_ROLLBACKENABLED","features":[155]},{"name":"MSIRUNMODE_SCHEDULED","features":[155]},{"name":"MSIRUNMODE_SOURCESHORTNAMES","features":[155]},{"name":"MSIRUNMODE_TARGETSHORTNAMES","features":[155]},{"name":"MSIRUNMODE_WINDOWS9X","features":[155]},{"name":"MSIRUNMODE_ZAWENABLED","features":[155]},{"name":"MSISOURCETYPE","features":[155]},{"name":"MSISOURCETYPE_MEDIA","features":[155]},{"name":"MSISOURCETYPE_NETWORK","features":[155]},{"name":"MSISOURCETYPE_UNKNOWN","features":[155]},{"name":"MSISOURCETYPE_URL","features":[155]},{"name":"MSITRANSACTION","features":[155]},{"name":"MSITRANSACTIONSTATE","features":[155]},{"name":"MSITRANSACTIONSTATE_COMMIT","features":[155]},{"name":"MSITRANSACTIONSTATE_ROLLBACK","features":[155]},{"name":"MSITRANSACTION_CHAIN_EMBEDDEDUI","features":[155]},{"name":"MSITRANSACTION_JOIN_EXISTING_EMBEDDEDUI","features":[155]},{"name":"MSITRANSFORM_ERROR","features":[155]},{"name":"MSITRANSFORM_ERROR_ADDEXISTINGROW","features":[155]},{"name":"MSITRANSFORM_ERROR_ADDEXISTINGTABLE","features":[155]},{"name":"MSITRANSFORM_ERROR_CHANGECODEPAGE","features":[155]},{"name":"MSITRANSFORM_ERROR_DELMISSINGROW","features":[155]},{"name":"MSITRANSFORM_ERROR_DELMISSINGTABLE","features":[155]},{"name":"MSITRANSFORM_ERROR_NONE","features":[155]},{"name":"MSITRANSFORM_ERROR_UPDATEMISSINGROW","features":[155]},{"name":"MSITRANSFORM_ERROR_VIEWTRANSFORM","features":[155]},{"name":"MSITRANSFORM_VALIDATE","features":[155]},{"name":"MSITRANSFORM_VALIDATE_LANGUAGE","features":[155]},{"name":"MSITRANSFORM_VALIDATE_MAJORVERSION","features":[155]},{"name":"MSITRANSFORM_VALIDATE_MINORVERSION","features":[155]},{"name":"MSITRANSFORM_VALIDATE_NEWEQUALBASEVERSION","features":[155]},{"name":"MSITRANSFORM_VALIDATE_NEWGREATERBASEVERSION","features":[155]},{"name":"MSITRANSFORM_VALIDATE_NEWGREATEREQUALBASEVERSION","features":[155]},{"name":"MSITRANSFORM_VALIDATE_NEWLESSBASEVERSION","features":[155]},{"name":"MSITRANSFORM_VALIDATE_NEWLESSEQUALBASEVERSION","features":[155]},{"name":"MSITRANSFORM_VALIDATE_PLATFORM","features":[155]},{"name":"MSITRANSFORM_VALIDATE_PRODUCT","features":[155]},{"name":"MSITRANSFORM_VALIDATE_UPDATEVERSION","features":[155]},{"name":"MSITRANSFORM_VALIDATE_UPGRADECODE","features":[155]},{"name":"MSI_INVALID_HASH_IS_FATAL","features":[155]},{"name":"MSI_NULL_INTEGER","features":[155]},{"name":"MsiAdvertiseProductA","features":[155]},{"name":"MsiAdvertiseProductExA","features":[155]},{"name":"MsiAdvertiseProductExW","features":[155]},{"name":"MsiAdvertiseProductW","features":[155]},{"name":"MsiAdvertiseScriptA","features":[3,155,51]},{"name":"MsiAdvertiseScriptW","features":[3,155,51]},{"name":"MsiApplyMultiplePatchesA","features":[155]},{"name":"MsiApplyMultiplePatchesW","features":[155]},{"name":"MsiApplyPatchA","features":[155]},{"name":"MsiApplyPatchW","features":[155]},{"name":"MsiBeginTransactionA","features":[3,155]},{"name":"MsiBeginTransactionW","features":[3,155]},{"name":"MsiCloseAllHandles","features":[155]},{"name":"MsiCloseHandle","features":[155]},{"name":"MsiCollectUserInfoA","features":[155]},{"name":"MsiCollectUserInfoW","features":[155]},{"name":"MsiConfigureFeatureA","features":[155]},{"name":"MsiConfigureFeatureW","features":[155]},{"name":"MsiConfigureProductA","features":[155]},{"name":"MsiConfigureProductExA","features":[155]},{"name":"MsiConfigureProductExW","features":[155]},{"name":"MsiConfigureProductW","features":[155]},{"name":"MsiCreateRecord","features":[155]},{"name":"MsiCreateTransformSummaryInfoA","features":[155]},{"name":"MsiCreateTransformSummaryInfoW","features":[155]},{"name":"MsiDatabaseApplyTransformA","features":[155]},{"name":"MsiDatabaseApplyTransformW","features":[155]},{"name":"MsiDatabaseCommit","features":[155]},{"name":"MsiDatabaseExportA","features":[155]},{"name":"MsiDatabaseExportW","features":[155]},{"name":"MsiDatabaseGenerateTransformA","features":[155]},{"name":"MsiDatabaseGenerateTransformW","features":[155]},{"name":"MsiDatabaseGetPrimaryKeysA","features":[155]},{"name":"MsiDatabaseGetPrimaryKeysW","features":[155]},{"name":"MsiDatabaseImportA","features":[155]},{"name":"MsiDatabaseImportW","features":[155]},{"name":"MsiDatabaseIsTablePersistentA","features":[155]},{"name":"MsiDatabaseIsTablePersistentW","features":[155]},{"name":"MsiDatabaseMergeA","features":[155]},{"name":"MsiDatabaseMergeW","features":[155]},{"name":"MsiDatabaseOpenViewA","features":[155]},{"name":"MsiDatabaseOpenViewW","features":[155]},{"name":"MsiDetermineApplicablePatchesA","features":[155]},{"name":"MsiDetermineApplicablePatchesW","features":[155]},{"name":"MsiDeterminePatchSequenceA","features":[155]},{"name":"MsiDeterminePatchSequenceW","features":[155]},{"name":"MsiDoActionA","features":[155]},{"name":"MsiDoActionW","features":[155]},{"name":"MsiEnableLogA","features":[155]},{"name":"MsiEnableLogW","features":[155]},{"name":"MsiEnableUIPreview","features":[155]},{"name":"MsiEndTransaction","features":[155]},{"name":"MsiEnumClientsA","features":[155]},{"name":"MsiEnumClientsExA","features":[155]},{"name":"MsiEnumClientsExW","features":[155]},{"name":"MsiEnumClientsW","features":[155]},{"name":"MsiEnumComponentCostsA","features":[155]},{"name":"MsiEnumComponentCostsW","features":[155]},{"name":"MsiEnumComponentQualifiersA","features":[155]},{"name":"MsiEnumComponentQualifiersW","features":[155]},{"name":"MsiEnumComponentsA","features":[155]},{"name":"MsiEnumComponentsExA","features":[155]},{"name":"MsiEnumComponentsExW","features":[155]},{"name":"MsiEnumComponentsW","features":[155]},{"name":"MsiEnumFeaturesA","features":[155]},{"name":"MsiEnumFeaturesW","features":[155]},{"name":"MsiEnumPatchesA","features":[155]},{"name":"MsiEnumPatchesExA","features":[155]},{"name":"MsiEnumPatchesExW","features":[155]},{"name":"MsiEnumPatchesW","features":[155]},{"name":"MsiEnumProductsA","features":[155]},{"name":"MsiEnumProductsExA","features":[155]},{"name":"MsiEnumProductsExW","features":[155]},{"name":"MsiEnumProductsW","features":[155]},{"name":"MsiEnumRelatedProductsA","features":[155]},{"name":"MsiEnumRelatedProductsW","features":[155]},{"name":"MsiEvaluateConditionA","features":[155]},{"name":"MsiEvaluateConditionW","features":[155]},{"name":"MsiExtractPatchXMLDataA","features":[155]},{"name":"MsiExtractPatchXMLDataW","features":[155]},{"name":"MsiFormatRecordA","features":[155]},{"name":"MsiFormatRecordW","features":[155]},{"name":"MsiGetActiveDatabase","features":[155]},{"name":"MsiGetComponentPathA","features":[155]},{"name":"MsiGetComponentPathExA","features":[155]},{"name":"MsiGetComponentPathExW","features":[155]},{"name":"MsiGetComponentPathW","features":[155]},{"name":"MsiGetComponentStateA","features":[155]},{"name":"MsiGetComponentStateW","features":[155]},{"name":"MsiGetDatabaseState","features":[155]},{"name":"MsiGetFeatureCostA","features":[155]},{"name":"MsiGetFeatureCostW","features":[155]},{"name":"MsiGetFeatureInfoA","features":[155]},{"name":"MsiGetFeatureInfoW","features":[155]},{"name":"MsiGetFeatureStateA","features":[155]},{"name":"MsiGetFeatureStateW","features":[155]},{"name":"MsiGetFeatureUsageA","features":[155]},{"name":"MsiGetFeatureUsageW","features":[155]},{"name":"MsiGetFeatureValidStatesA","features":[155]},{"name":"MsiGetFeatureValidStatesW","features":[155]},{"name":"MsiGetFileHashA","features":[155]},{"name":"MsiGetFileHashW","features":[155]},{"name":"MsiGetFileSignatureInformationA","features":[3,70,155]},{"name":"MsiGetFileSignatureInformationW","features":[3,70,155]},{"name":"MsiGetFileVersionA","features":[155]},{"name":"MsiGetFileVersionW","features":[155]},{"name":"MsiGetLanguage","features":[155]},{"name":"MsiGetLastErrorRecord","features":[155]},{"name":"MsiGetMode","features":[3,155]},{"name":"MsiGetPatchFileListA","features":[155]},{"name":"MsiGetPatchFileListW","features":[155]},{"name":"MsiGetPatchInfoA","features":[155]},{"name":"MsiGetPatchInfoExA","features":[155]},{"name":"MsiGetPatchInfoExW","features":[155]},{"name":"MsiGetPatchInfoW","features":[155]},{"name":"MsiGetProductCodeA","features":[155]},{"name":"MsiGetProductCodeW","features":[155]},{"name":"MsiGetProductInfoA","features":[155]},{"name":"MsiGetProductInfoExA","features":[155]},{"name":"MsiGetProductInfoExW","features":[155]},{"name":"MsiGetProductInfoFromScriptA","features":[155]},{"name":"MsiGetProductInfoFromScriptW","features":[155]},{"name":"MsiGetProductInfoW","features":[155]},{"name":"MsiGetProductPropertyA","features":[155]},{"name":"MsiGetProductPropertyW","features":[155]},{"name":"MsiGetPropertyA","features":[155]},{"name":"MsiGetPropertyW","features":[155]},{"name":"MsiGetShortcutTargetA","features":[155]},{"name":"MsiGetShortcutTargetW","features":[155]},{"name":"MsiGetSourcePathA","features":[155]},{"name":"MsiGetSourcePathW","features":[155]},{"name":"MsiGetSummaryInformationA","features":[155]},{"name":"MsiGetSummaryInformationW","features":[155]},{"name":"MsiGetTargetPathA","features":[155]},{"name":"MsiGetTargetPathW","features":[155]},{"name":"MsiGetUserInfoA","features":[155]},{"name":"MsiGetUserInfoW","features":[155]},{"name":"MsiInstallMissingComponentA","features":[155]},{"name":"MsiInstallMissingComponentW","features":[155]},{"name":"MsiInstallMissingFileA","features":[155]},{"name":"MsiInstallMissingFileW","features":[155]},{"name":"MsiInstallProductA","features":[155]},{"name":"MsiInstallProductW","features":[155]},{"name":"MsiIsProductElevatedA","features":[3,155]},{"name":"MsiIsProductElevatedW","features":[3,155]},{"name":"MsiJoinTransaction","features":[3,155]},{"name":"MsiLocateComponentA","features":[155]},{"name":"MsiLocateComponentW","features":[155]},{"name":"MsiNotifySidChangeA","features":[155]},{"name":"MsiNotifySidChangeW","features":[155]},{"name":"MsiOpenDatabaseA","features":[155]},{"name":"MsiOpenDatabaseW","features":[155]},{"name":"MsiOpenPackageA","features":[155]},{"name":"MsiOpenPackageExA","features":[155]},{"name":"MsiOpenPackageExW","features":[155]},{"name":"MsiOpenPackageW","features":[155]},{"name":"MsiOpenProductA","features":[155]},{"name":"MsiOpenProductW","features":[155]},{"name":"MsiPreviewBillboardA","features":[155]},{"name":"MsiPreviewBillboardW","features":[155]},{"name":"MsiPreviewDialogA","features":[155]},{"name":"MsiPreviewDialogW","features":[155]},{"name":"MsiProcessAdvertiseScriptA","features":[3,155,51]},{"name":"MsiProcessAdvertiseScriptW","features":[3,155,51]},{"name":"MsiProcessMessage","features":[155]},{"name":"MsiProvideAssemblyA","features":[155]},{"name":"MsiProvideAssemblyW","features":[155]},{"name":"MsiProvideComponentA","features":[155]},{"name":"MsiProvideComponentW","features":[155]},{"name":"MsiProvideQualifiedComponentA","features":[155]},{"name":"MsiProvideQualifiedComponentExA","features":[155]},{"name":"MsiProvideQualifiedComponentExW","features":[155]},{"name":"MsiProvideQualifiedComponentW","features":[155]},{"name":"MsiQueryComponentStateA","features":[155]},{"name":"MsiQueryComponentStateW","features":[155]},{"name":"MsiQueryFeatureStateA","features":[155]},{"name":"MsiQueryFeatureStateExA","features":[155]},{"name":"MsiQueryFeatureStateExW","features":[155]},{"name":"MsiQueryFeatureStateW","features":[155]},{"name":"MsiQueryProductStateA","features":[155]},{"name":"MsiQueryProductStateW","features":[155]},{"name":"MsiRecordClearData","features":[155]},{"name":"MsiRecordDataSize","features":[155]},{"name":"MsiRecordGetFieldCount","features":[155]},{"name":"MsiRecordGetInteger","features":[155]},{"name":"MsiRecordGetStringA","features":[155]},{"name":"MsiRecordGetStringW","features":[155]},{"name":"MsiRecordIsNull","features":[3,155]},{"name":"MsiRecordReadStream","features":[155]},{"name":"MsiRecordSetInteger","features":[155]},{"name":"MsiRecordSetStreamA","features":[155]},{"name":"MsiRecordSetStreamW","features":[155]},{"name":"MsiRecordSetStringA","features":[155]},{"name":"MsiRecordSetStringW","features":[155]},{"name":"MsiReinstallFeatureA","features":[155]},{"name":"MsiReinstallFeatureW","features":[155]},{"name":"MsiReinstallProductA","features":[155]},{"name":"MsiReinstallProductW","features":[155]},{"name":"MsiRemovePatchesA","features":[155]},{"name":"MsiRemovePatchesW","features":[155]},{"name":"MsiSequenceA","features":[155]},{"name":"MsiSequenceW","features":[155]},{"name":"MsiSetComponentStateA","features":[155]},{"name":"MsiSetComponentStateW","features":[155]},{"name":"MsiSetExternalUIA","features":[155]},{"name":"MsiSetExternalUIRecord","features":[155]},{"name":"MsiSetExternalUIW","features":[155]},{"name":"MsiSetFeatureAttributesA","features":[155]},{"name":"MsiSetFeatureAttributesW","features":[155]},{"name":"MsiSetFeatureStateA","features":[155]},{"name":"MsiSetFeatureStateW","features":[155]},{"name":"MsiSetInstallLevel","features":[155]},{"name":"MsiSetInternalUI","features":[3,155]},{"name":"MsiSetMode","features":[3,155]},{"name":"MsiSetPropertyA","features":[155]},{"name":"MsiSetPropertyW","features":[155]},{"name":"MsiSetTargetPathA","features":[155]},{"name":"MsiSetTargetPathW","features":[155]},{"name":"MsiSourceListAddMediaDiskA","features":[155]},{"name":"MsiSourceListAddMediaDiskW","features":[155]},{"name":"MsiSourceListAddSourceA","features":[155]},{"name":"MsiSourceListAddSourceExA","features":[155]},{"name":"MsiSourceListAddSourceExW","features":[155]},{"name":"MsiSourceListAddSourceW","features":[155]},{"name":"MsiSourceListClearAllA","features":[155]},{"name":"MsiSourceListClearAllExA","features":[155]},{"name":"MsiSourceListClearAllExW","features":[155]},{"name":"MsiSourceListClearAllW","features":[155]},{"name":"MsiSourceListClearMediaDiskA","features":[155]},{"name":"MsiSourceListClearMediaDiskW","features":[155]},{"name":"MsiSourceListClearSourceA","features":[155]},{"name":"MsiSourceListClearSourceW","features":[155]},{"name":"MsiSourceListEnumMediaDisksA","features":[155]},{"name":"MsiSourceListEnumMediaDisksW","features":[155]},{"name":"MsiSourceListEnumSourcesA","features":[155]},{"name":"MsiSourceListEnumSourcesW","features":[155]},{"name":"MsiSourceListForceResolutionA","features":[155]},{"name":"MsiSourceListForceResolutionExA","features":[155]},{"name":"MsiSourceListForceResolutionExW","features":[155]},{"name":"MsiSourceListForceResolutionW","features":[155]},{"name":"MsiSourceListGetInfoA","features":[155]},{"name":"MsiSourceListGetInfoW","features":[155]},{"name":"MsiSourceListSetInfoA","features":[155]},{"name":"MsiSourceListSetInfoW","features":[155]},{"name":"MsiSummaryInfoGetPropertyA","features":[3,155]},{"name":"MsiSummaryInfoGetPropertyCount","features":[155]},{"name":"MsiSummaryInfoGetPropertyW","features":[3,155]},{"name":"MsiSummaryInfoPersist","features":[155]},{"name":"MsiSummaryInfoSetPropertyA","features":[3,155]},{"name":"MsiSummaryInfoSetPropertyW","features":[3,155]},{"name":"MsiUseFeatureA","features":[155]},{"name":"MsiUseFeatureExA","features":[155]},{"name":"MsiUseFeatureExW","features":[155]},{"name":"MsiUseFeatureW","features":[155]},{"name":"MsiVerifyDiskSpace","features":[155]},{"name":"MsiVerifyPackageA","features":[155]},{"name":"MsiVerifyPackageW","features":[155]},{"name":"MsiViewClose","features":[155]},{"name":"MsiViewExecute","features":[155]},{"name":"MsiViewFetch","features":[155]},{"name":"MsiViewGetColumnInfo","features":[155]},{"name":"MsiViewGetErrorA","features":[155]},{"name":"MsiViewGetErrorW","features":[155]},{"name":"MsiViewModify","features":[155]},{"name":"MsmMerge","features":[155]},{"name":"NormalizeFileForPatchSignature","features":[3,155]},{"name":"PACKMAN_RUNTIME","features":[155]},{"name":"PACKMAN_RUNTIME_INVALID","features":[155]},{"name":"PACKMAN_RUNTIME_JUPITER","features":[155]},{"name":"PACKMAN_RUNTIME_MODERN_NATIVE","features":[155]},{"name":"PACKMAN_RUNTIME_NATIVE","features":[155]},{"name":"PACKMAN_RUNTIME_SILVERLIGHTMOBILE","features":[155]},{"name":"PACKMAN_RUNTIME_XNA","features":[155]},{"name":"PATCH_IGNORE_RANGE","features":[155]},{"name":"PATCH_INTERLEAVE_MAP","features":[155]},{"name":"PATCH_OLD_FILE_INFO","features":[3,155]},{"name":"PATCH_OLD_FILE_INFO_A","features":[155]},{"name":"PATCH_OLD_FILE_INFO_H","features":[3,155]},{"name":"PATCH_OLD_FILE_INFO_W","features":[155]},{"name":"PATCH_OPTION_DATA","features":[3,155]},{"name":"PATCH_OPTION_FAIL_IF_BIGGER","features":[155]},{"name":"PATCH_OPTION_FAIL_IF_SAME_FILE","features":[155]},{"name":"PATCH_OPTION_INTERLEAVE_FILES","features":[155]},{"name":"PATCH_OPTION_NO_BINDFIX","features":[155]},{"name":"PATCH_OPTION_NO_CHECKSUM","features":[155]},{"name":"PATCH_OPTION_NO_LOCKFIX","features":[155]},{"name":"PATCH_OPTION_NO_REBASE","features":[155]},{"name":"PATCH_OPTION_NO_RESTIMEFIX","features":[155]},{"name":"PATCH_OPTION_NO_TIMESTAMP","features":[155]},{"name":"PATCH_OPTION_RESERVED1","features":[155]},{"name":"PATCH_OPTION_SIGNATURE_MD5","features":[155]},{"name":"PATCH_OPTION_USE_BEST","features":[155]},{"name":"PATCH_OPTION_USE_LZX_A","features":[155]},{"name":"PATCH_OPTION_USE_LZX_B","features":[155]},{"name":"PATCH_OPTION_USE_LZX_BEST","features":[155]},{"name":"PATCH_OPTION_USE_LZX_LARGE","features":[155]},{"name":"PATCH_OPTION_VALID_FLAGS","features":[155]},{"name":"PATCH_RETAIN_RANGE","features":[155]},{"name":"PATCH_SYMBOL_NO_FAILURES","features":[155]},{"name":"PATCH_SYMBOL_NO_IMAGEHLP","features":[155]},{"name":"PATCH_SYMBOL_RESERVED1","features":[155]},{"name":"PATCH_SYMBOL_UNDECORATED_TOO","features":[155]},{"name":"PATCH_TRANSFORM_PE_IRELOC_2","features":[155]},{"name":"PATCH_TRANSFORM_PE_RESOURCE_2","features":[155]},{"name":"PID_APPNAME","features":[155]},{"name":"PID_AUTHOR","features":[155]},{"name":"PID_CHARCOUNT","features":[155]},{"name":"PID_COMMENTS","features":[155]},{"name":"PID_CREATE_DTM","features":[155]},{"name":"PID_EDITTIME","features":[155]},{"name":"PID_KEYWORDS","features":[155]},{"name":"PID_LASTAUTHOR","features":[155]},{"name":"PID_LASTPRINTED","features":[155]},{"name":"PID_LASTSAVE_DTM","features":[155]},{"name":"PID_MSIRESTRICT","features":[155]},{"name":"PID_MSISOURCE","features":[155]},{"name":"PID_MSIVERSION","features":[155]},{"name":"PID_PAGECOUNT","features":[155]},{"name":"PID_REVNUMBER","features":[155]},{"name":"PID_SUBJECT","features":[155]},{"name":"PID_TEMPLATE","features":[155]},{"name":"PID_THUMBNAIL","features":[155]},{"name":"PID_TITLE","features":[155]},{"name":"PID_WORDCOUNT","features":[155]},{"name":"PINSTALLUI_HANDLER_RECORD","features":[155]},{"name":"PMSIHANDLE","features":[155]},{"name":"PMSvc","features":[155]},{"name":"PM_ACTIVATION_POLICY","features":[155]},{"name":"PM_ACTIVATION_POLICY_INVALID","features":[155]},{"name":"PM_ACTIVATION_POLICY_MULTISESSION","features":[155]},{"name":"PM_ACTIVATION_POLICY_REPLACE","features":[155]},{"name":"PM_ACTIVATION_POLICY_REPLACESAMEPARAMS","features":[155]},{"name":"PM_ACTIVATION_POLICY_REPLACE_IGNOREFOREGROUND","features":[155]},{"name":"PM_ACTIVATION_POLICY_RESUME","features":[155]},{"name":"PM_ACTIVATION_POLICY_RESUMESAMEPARAMS","features":[155]},{"name":"PM_ACTIVATION_POLICY_UNKNOWN","features":[155]},{"name":"PM_APPLICATION_HUBTYPE","features":[155]},{"name":"PM_APPLICATION_HUBTYPE_INVALID","features":[155]},{"name":"PM_APPLICATION_HUBTYPE_MUSIC","features":[155]},{"name":"PM_APPLICATION_HUBTYPE_NONMUSIC","features":[155]},{"name":"PM_APPLICATION_INSTALL_DEBUG","features":[155]},{"name":"PM_APPLICATION_INSTALL_ENTERPRISE","features":[155]},{"name":"PM_APPLICATION_INSTALL_INVALID","features":[155]},{"name":"PM_APPLICATION_INSTALL_IN_ROM","features":[155]},{"name":"PM_APPLICATION_INSTALL_NORMAL","features":[155]},{"name":"PM_APPLICATION_INSTALL_PA","features":[155]},{"name":"PM_APPLICATION_INSTALL_TYPE","features":[155]},{"name":"PM_APPLICATION_STATE","features":[155]},{"name":"PM_APPLICATION_STATE_DISABLED_BACKING_UP","features":[155]},{"name":"PM_APPLICATION_STATE_DISABLED_ENTERPRISE","features":[155]},{"name":"PM_APPLICATION_STATE_DISABLED_MDIL_BINDING","features":[155]},{"name":"PM_APPLICATION_STATE_DISABLED_SD_CARD","features":[155]},{"name":"PM_APPLICATION_STATE_INSTALLED","features":[155]},{"name":"PM_APPLICATION_STATE_INSTALLING","features":[155]},{"name":"PM_APPLICATION_STATE_INVALID","features":[155]},{"name":"PM_APPLICATION_STATE_LICENSE_UPDATING","features":[155]},{"name":"PM_APPLICATION_STATE_MAX","features":[155]},{"name":"PM_APPLICATION_STATE_MIN","features":[155]},{"name":"PM_APPLICATION_STATE_MOVING","features":[155]},{"name":"PM_APPLICATION_STATE_UNINSTALLING","features":[155]},{"name":"PM_APPLICATION_STATE_UPDATING","features":[155]},{"name":"PM_APPTASKTYPE","features":[155]},{"name":"PM_APP_FILTER_ALL","features":[155]},{"name":"PM_APP_FILTER_ALL_INCLUDE_MODERN","features":[155]},{"name":"PM_APP_FILTER_FRAMEWORK","features":[155]},{"name":"PM_APP_FILTER_GENRE","features":[155]},{"name":"PM_APP_FILTER_HUBTYPE","features":[155]},{"name":"PM_APP_FILTER_MAX","features":[155]},{"name":"PM_APP_FILTER_NONGAMES","features":[155]},{"name":"PM_APP_FILTER_PINABLEONKIDZONE","features":[155]},{"name":"PM_APP_FILTER_VISIBLE","features":[155]},{"name":"PM_APP_GENRE","features":[155]},{"name":"PM_APP_GENRE_GAMES","features":[155]},{"name":"PM_APP_GENRE_INVALID","features":[155]},{"name":"PM_APP_GENRE_OTHER","features":[155]},{"name":"PM_BSATASKID","features":[155]},{"name":"PM_BWTASKID","features":[155]},{"name":"PM_ENUM_APP_FILTER","features":[155]},{"name":"PM_ENUM_BSA_FILTER","features":[155]},{"name":"PM_ENUM_BSA_FILTER_ALL","features":[155]},{"name":"PM_ENUM_BSA_FILTER_BY_ALL_LAUNCHONBOOT","features":[155]},{"name":"PM_ENUM_BSA_FILTER_BY_PERIODIC","features":[155]},{"name":"PM_ENUM_BSA_FILTER_BY_PRODUCTID","features":[155]},{"name":"PM_ENUM_BSA_FILTER_BY_TASKID","features":[155]},{"name":"PM_ENUM_BSA_FILTER_MAX","features":[155]},{"name":"PM_ENUM_BW_FILTER","features":[155]},{"name":"PM_ENUM_BW_FILTER_BOOTWORKER_ALL","features":[155]},{"name":"PM_ENUM_BW_FILTER_BY_TASKID","features":[155]},{"name":"PM_ENUM_BW_FILTER_MAX","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_APPCONNECT","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_BY_CONSUMER","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_CACHEDFILEUPDATER_ALL","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_FILEOPENPICKER_ALL","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_FILESAVEPICKER_ALL","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_APPLICATION_ALL","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_CONTENTTYPE_ALL","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_FILETYPE_ALL","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_MAX","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_PROTOCOL_ALL","features":[155]},{"name":"PM_ENUM_EXTENSION_FILTER_SHARETARGET_ALL","features":[155]},{"name":"PM_ENUM_FILTER","features":[155]},{"name":"PM_ENUM_TASK_FILTER","features":[155]},{"name":"PM_ENUM_TILE_FILTER","features":[155]},{"name":"PM_EXTENSIONCONSUMER","features":[155]},{"name":"PM_INSTALLINFO","features":[3,155]},{"name":"PM_INVOCATIONINFO","features":[155]},{"name":"PM_LIVETILE_RECURRENCE_TYPE","features":[155]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_INSTANT","features":[155]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_INTERVAL","features":[155]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_MAX","features":[155]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_ONETIME","features":[155]},{"name":"PM_LOGO_SIZE","features":[155]},{"name":"PM_LOGO_SIZE_INVALID","features":[155]},{"name":"PM_LOGO_SIZE_LARGE","features":[155]},{"name":"PM_LOGO_SIZE_MEDIUM","features":[155]},{"name":"PM_LOGO_SIZE_SMALL","features":[155]},{"name":"PM_STARTAPPBLOB","features":[3,155]},{"name":"PM_STARTTILEBLOB","features":[3,155]},{"name":"PM_STARTTILE_TYPE","features":[155]},{"name":"PM_STARTTILE_TYPE_APPLIST","features":[155]},{"name":"PM_STARTTILE_TYPE_APPLISTPRIMARY","features":[155]},{"name":"PM_STARTTILE_TYPE_INVALID","features":[155]},{"name":"PM_STARTTILE_TYPE_PRIMARY","features":[155]},{"name":"PM_STARTTILE_TYPE_SECONDARY","features":[155]},{"name":"PM_TASK_FILTER_APP_ALL","features":[155]},{"name":"PM_TASK_FILTER_APP_TASK_TYPE","features":[155]},{"name":"PM_TASK_FILTER_BGEXECUTION","features":[155]},{"name":"PM_TASK_FILTER_DEHYD_SUPRESSING","features":[155]},{"name":"PM_TASK_FILTER_MAX","features":[155]},{"name":"PM_TASK_FILTER_TASK_TYPE","features":[155]},{"name":"PM_TASK_TRANSITION","features":[155]},{"name":"PM_TASK_TRANSITION_CUSTOM","features":[155]},{"name":"PM_TASK_TRANSITION_DEFAULT","features":[155]},{"name":"PM_TASK_TRANSITION_INVALID","features":[155]},{"name":"PM_TASK_TRANSITION_NONE","features":[155]},{"name":"PM_TASK_TRANSITION_READERBOARD","features":[155]},{"name":"PM_TASK_TRANSITION_SLIDE","features":[155]},{"name":"PM_TASK_TRANSITION_SWIVEL","features":[155]},{"name":"PM_TASK_TRANSITION_TURNSTILE","features":[155]},{"name":"PM_TASK_TYPE","features":[155]},{"name":"PM_TASK_TYPE_BACKGROUNDSERVICEAGENT","features":[155]},{"name":"PM_TASK_TYPE_BACKGROUNDWORKER","features":[155]},{"name":"PM_TASK_TYPE_DEFAULT","features":[155]},{"name":"PM_TASK_TYPE_INVALID","features":[155]},{"name":"PM_TASK_TYPE_NORMAL","features":[155]},{"name":"PM_TASK_TYPE_SETTINGS","features":[155]},{"name":"PM_TILE_FILTER_APPLIST","features":[155]},{"name":"PM_TILE_FILTER_APP_ALL","features":[155]},{"name":"PM_TILE_FILTER_HUBTYPE","features":[155]},{"name":"PM_TILE_FILTER_MAX","features":[155]},{"name":"PM_TILE_FILTER_PINNED","features":[155]},{"name":"PM_TILE_HUBTYPE","features":[155]},{"name":"PM_TILE_HUBTYPE_APPLIST","features":[155]},{"name":"PM_TILE_HUBTYPE_CACHED","features":[155]},{"name":"PM_TILE_HUBTYPE_GAMES","features":[155]},{"name":"PM_TILE_HUBTYPE_INVALID","features":[155]},{"name":"PM_TILE_HUBTYPE_KIDZONE","features":[155]},{"name":"PM_TILE_HUBTYPE_LOCKSCREEN","features":[155]},{"name":"PM_TILE_HUBTYPE_MOSETTINGS","features":[155]},{"name":"PM_TILE_HUBTYPE_MUSIC","features":[155]},{"name":"PM_TILE_HUBTYPE_STARTMENU","features":[155]},{"name":"PM_TILE_SIZE","features":[155]},{"name":"PM_TILE_SIZE_INVALID","features":[155]},{"name":"PM_TILE_SIZE_LARGE","features":[155]},{"name":"PM_TILE_SIZE_MEDIUM","features":[155]},{"name":"PM_TILE_SIZE_SMALL","features":[155]},{"name":"PM_TILE_SIZE_SQUARE310X310","features":[155]},{"name":"PM_TILE_SIZE_TALL150X310","features":[155]},{"name":"PM_UPDATEINFO","features":[155]},{"name":"PM_UPDATEINFO_LEGACY","features":[155]},{"name":"PPATCH_PROGRESS_CALLBACK","features":[3,155]},{"name":"PPATCH_SYMLOAD_CALLBACK","features":[3,155]},{"name":"PROTECTED_FILE_DATA","features":[155]},{"name":"QUERYASMINFO_FLAGS","features":[155]},{"name":"QUERYASMINFO_FLAG_VALIDATE","features":[155]},{"name":"QueryActCtxSettingsW","features":[3,155]},{"name":"QueryActCtxW","features":[3,155]},{"name":"REINSTALLMODE","features":[155]},{"name":"REINSTALLMODE_FILEEQUALVERSION","features":[155]},{"name":"REINSTALLMODE_FILEEXACT","features":[155]},{"name":"REINSTALLMODE_FILEMISSING","features":[155]},{"name":"REINSTALLMODE_FILEOLDERVERSION","features":[155]},{"name":"REINSTALLMODE_FILEREPLACE","features":[155]},{"name":"REINSTALLMODE_FILEVERIFY","features":[155]},{"name":"REINSTALLMODE_MACHINEDATA","features":[155]},{"name":"REINSTALLMODE_PACKAGE","features":[155]},{"name":"REINSTALLMODE_REPAIR","features":[155]},{"name":"REINSTALLMODE_SHORTCUT","features":[155]},{"name":"REINSTALLMODE_USERDATA","features":[155]},{"name":"RESULTTYPES","features":[155]},{"name":"ReleaseActCtx","features":[3,155]},{"name":"SCRIPTFLAGS","features":[155]},{"name":"SCRIPTFLAGS_CACHEINFO","features":[155]},{"name":"SCRIPTFLAGS_MACHINEASSIGN","features":[155]},{"name":"SCRIPTFLAGS_REGDATA","features":[155]},{"name":"SCRIPTFLAGS_REGDATA_APPINFO","features":[155]},{"name":"SCRIPTFLAGS_REGDATA_CLASSINFO","features":[155]},{"name":"SCRIPTFLAGS_REGDATA_CNFGINFO","features":[155]},{"name":"SCRIPTFLAGS_REGDATA_EXTENSIONINFO","features":[155]},{"name":"SCRIPTFLAGS_SHORTCUTS","features":[155]},{"name":"SCRIPTFLAGS_VALIDATE_TRANSFORMS_LIST","features":[155]},{"name":"SFC_DISABLE_ASK","features":[155]},{"name":"SFC_DISABLE_NOPOPUPS","features":[155]},{"name":"SFC_DISABLE_NORMAL","features":[155]},{"name":"SFC_DISABLE_ONCE","features":[155]},{"name":"SFC_DISABLE_SETUP","features":[155]},{"name":"SFC_IDLE_TRIGGER","features":[155]},{"name":"SFC_QUOTA_DEFAULT","features":[155]},{"name":"SFC_SCAN_ALWAYS","features":[155]},{"name":"SFC_SCAN_IMMEDIATE","features":[155]},{"name":"SFC_SCAN_NORMAL","features":[155]},{"name":"SFC_SCAN_ONCE","features":[155]},{"name":"STATUSTYPES","features":[155]},{"name":"STREAM_FORMAT_COMPLIB_MANIFEST","features":[155]},{"name":"STREAM_FORMAT_COMPLIB_MODULE","features":[155]},{"name":"STREAM_FORMAT_WIN32_MANIFEST","features":[155]},{"name":"STREAM_FORMAT_WIN32_MODULE","features":[155]},{"name":"SfcGetNextProtectedFile","features":[3,155]},{"name":"SfcIsFileProtected","features":[3,155]},{"name":"SfcIsKeyProtected","features":[3,155,51]},{"name":"SfpVerifyFile","features":[3,155]},{"name":"TILE_TEMPLATE_AGILESTORE","features":[155]},{"name":"TILE_TEMPLATE_ALL","features":[155]},{"name":"TILE_TEMPLATE_BADGE","features":[155]},{"name":"TILE_TEMPLATE_BLOCK","features":[155]},{"name":"TILE_TEMPLATE_BLOCKANDTEXT01","features":[155]},{"name":"TILE_TEMPLATE_BLOCKANDTEXT02","features":[155]},{"name":"TILE_TEMPLATE_CALENDAR","features":[155]},{"name":"TILE_TEMPLATE_CONTACT","features":[155]},{"name":"TILE_TEMPLATE_CYCLE","features":[155]},{"name":"TILE_TEMPLATE_DEEPLINK","features":[155]},{"name":"TILE_TEMPLATE_DEFAULT","features":[155]},{"name":"TILE_TEMPLATE_FLIP","features":[155]},{"name":"TILE_TEMPLATE_FOLDER","features":[155]},{"name":"TILE_TEMPLATE_GAMES","features":[155]},{"name":"TILE_TEMPLATE_GROUP","features":[155]},{"name":"TILE_TEMPLATE_IMAGE","features":[155]},{"name":"TILE_TEMPLATE_IMAGEANDTEXT01","features":[155]},{"name":"TILE_TEMPLATE_IMAGEANDTEXT02","features":[155]},{"name":"TILE_TEMPLATE_IMAGECOLLECTION","features":[155]},{"name":"TILE_TEMPLATE_INVALID","features":[155]},{"name":"TILE_TEMPLATE_METROCOUNT","features":[155]},{"name":"TILE_TEMPLATE_METROCOUNTQUEUE","features":[155]},{"name":"TILE_TEMPLATE_MUSICVIDEO","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGE01","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGE02","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGE03","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGE04","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGE05","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGE06","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT01","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT02","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT03","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT04","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION01","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION02","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION03","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION04","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION05","features":[155]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION06","features":[155]},{"name":"TILE_TEMPLATE_PEOPLE","features":[155]},{"name":"TILE_TEMPLATE_SEARCH","features":[155]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT01","features":[155]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT02","features":[155]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT03","features":[155]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT04","features":[155]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT05","features":[155]},{"name":"TILE_TEMPLATE_TEXT01","features":[155]},{"name":"TILE_TEMPLATE_TEXT02","features":[155]},{"name":"TILE_TEMPLATE_TEXT03","features":[155]},{"name":"TILE_TEMPLATE_TEXT04","features":[155]},{"name":"TILE_TEMPLATE_TEXT05","features":[155]},{"name":"TILE_TEMPLATE_TEXT06","features":[155]},{"name":"TILE_TEMPLATE_TEXT07","features":[155]},{"name":"TILE_TEMPLATE_TEXT08","features":[155]},{"name":"TILE_TEMPLATE_TEXT09","features":[155]},{"name":"TILE_TEMPLATE_TEXT10","features":[155]},{"name":"TILE_TEMPLATE_TEXT11","features":[155]},{"name":"TILE_TEMPLATE_TILEFLYOUT01","features":[155]},{"name":"TILE_TEMPLATE_TYPE","features":[155]},{"name":"TXTLOG_BACKUP","features":[155]},{"name":"TXTLOG_CMI","features":[155]},{"name":"TXTLOG_COPYFILES","features":[155]},{"name":"TXTLOG_DEPTH_DECR","features":[155]},{"name":"TXTLOG_DEPTH_INCR","features":[155]},{"name":"TXTLOG_DETAILS","features":[155]},{"name":"TXTLOG_DEVINST","features":[155]},{"name":"TXTLOG_DEVMGR","features":[155]},{"name":"TXTLOG_DRIVER_STORE","features":[155]},{"name":"TXTLOG_DRVSETUP","features":[155]},{"name":"TXTLOG_ERROR","features":[155]},{"name":"TXTLOG_FILEQ","features":[155]},{"name":"TXTLOG_FLUSH_FILE","features":[155]},{"name":"TXTLOG_INF","features":[155]},{"name":"TXTLOG_INFDB","features":[155]},{"name":"TXTLOG_INSTALLER","features":[155]},{"name":"TXTLOG_NEWDEV","features":[155]},{"name":"TXTLOG_POLICY","features":[155]},{"name":"TXTLOG_RESERVED_FLAGS","features":[155]},{"name":"TXTLOG_SETUP","features":[155]},{"name":"TXTLOG_SETUPAPI_BITS","features":[155]},{"name":"TXTLOG_SETUPAPI_CMDLINE","features":[155]},{"name":"TXTLOG_SETUPAPI_DEVLOG","features":[155]},{"name":"TXTLOG_SIGVERIF","features":[155]},{"name":"TXTLOG_SUMMARY","features":[155]},{"name":"TXTLOG_SYSTEM_STATE_CHANGE","features":[155]},{"name":"TXTLOG_TAB_1","features":[155]},{"name":"TXTLOG_TIMESTAMP","features":[155]},{"name":"TXTLOG_UI","features":[155]},{"name":"TXTLOG_UMPNPMGR","features":[155]},{"name":"TXTLOG_UTIL","features":[155]},{"name":"TXTLOG_VENDOR","features":[155]},{"name":"TXTLOG_VERBOSE","features":[155]},{"name":"TXTLOG_VERY_VERBOSE","features":[155]},{"name":"TXTLOG_WARNING","features":[155]},{"name":"TestApplyPatchToFileA","features":[3,155]},{"name":"TestApplyPatchToFileByBuffers","features":[3,155]},{"name":"TestApplyPatchToFileByHandles","features":[3,155]},{"name":"TestApplyPatchToFileW","features":[3,155]},{"name":"UIALL","features":[155]},{"name":"UILOGBITS","features":[155]},{"name":"UINONE","features":[155]},{"name":"USERINFOSTATE","features":[155]},{"name":"USERINFOSTATE_ABSENT","features":[155]},{"name":"USERINFOSTATE_INVALIDARG","features":[155]},{"name":"USERINFOSTATE_MOREDATA","features":[155]},{"name":"USERINFOSTATE_PRESENT","features":[155]},{"name":"USERINFOSTATE_UNKNOWN","features":[155]},{"name":"WARN_BAD_MAJOR_VERSION","features":[155]},{"name":"WARN_BASE","features":[155]},{"name":"WARN_EQUAL_FILE_VERSION","features":[155]},{"name":"WARN_FILE_VERSION_DOWNREV","features":[155]},{"name":"WARN_IMPROPER_TRANSFORM_VALIDATION","features":[155]},{"name":"WARN_INVALID_TRANSFORM_VALIDATION","features":[155]},{"name":"WARN_MAJOR_UPGRADE_PATCH","features":[155]},{"name":"WARN_OBSOLETION_WITH_MSI30","features":[155]},{"name":"WARN_OBSOLETION_WITH_PATCHSEQUENCE","features":[155]},{"name":"WARN_OBSOLETION_WITH_SEQUENCE_DATA","features":[155]},{"name":"WARN_PATCHPROPERTYNOTSET","features":[155]},{"name":"WARN_PCW_MISMATCHED_PRODUCT_CODES","features":[155]},{"name":"WARN_PCW_MISMATCHED_PRODUCT_VERSIONS","features":[155]},{"name":"WARN_SEQUENCE_DATA_GENERATION_DISABLED","features":[155]},{"name":"WARN_SEQUENCE_DATA_SUPERSEDENCE_IGNORED","features":[155]},{"name":"ZombifyActCtx","features":[3,155]},{"name":"_WIN32_MSI","features":[155]},{"name":"_WIN32_MSM","features":[155]},{"name":"cchMaxInteger","features":[155]},{"name":"ieError","features":[155]},{"name":"ieInfo","features":[155]},{"name":"ieStatusCancel","features":[155]},{"name":"ieStatusCreateEngine","features":[155]},{"name":"ieStatusFail","features":[155]},{"name":"ieStatusGetCUB","features":[155]},{"name":"ieStatusICECount","features":[155]},{"name":"ieStatusMerge","features":[155]},{"name":"ieStatusRunICE","features":[155]},{"name":"ieStatusShutdown","features":[155]},{"name":"ieStatusStarting","features":[155]},{"name":"ieStatusSuccess","features":[155]},{"name":"ieStatusSummaryInfo","features":[155]},{"name":"ieUnknown","features":[155]},{"name":"ieWarning","features":[155]},{"name":"msidbAssemblyAttributes","features":[155]},{"name":"msidbAssemblyAttributesURT","features":[155]},{"name":"msidbAssemblyAttributesWin32","features":[155]},{"name":"msidbClassAttributes","features":[155]},{"name":"msidbClassAttributesRelativePath","features":[155]},{"name":"msidbComponentAttributes","features":[155]},{"name":"msidbComponentAttributes64bit","features":[155]},{"name":"msidbComponentAttributesDisableRegistryReflection","features":[155]},{"name":"msidbComponentAttributesLocalOnly","features":[155]},{"name":"msidbComponentAttributesNeverOverwrite","features":[155]},{"name":"msidbComponentAttributesODBCDataSource","features":[155]},{"name":"msidbComponentAttributesOptional","features":[155]},{"name":"msidbComponentAttributesPermanent","features":[155]},{"name":"msidbComponentAttributesRegistryKeyPath","features":[155]},{"name":"msidbComponentAttributesShared","features":[155]},{"name":"msidbComponentAttributesSharedDllRefCount","features":[155]},{"name":"msidbComponentAttributesSourceOnly","features":[155]},{"name":"msidbComponentAttributesTransitive","features":[155]},{"name":"msidbComponentAttributesUninstallOnSupersedence","features":[155]},{"name":"msidbControlAttributes","features":[155]},{"name":"msidbControlAttributesBiDi","features":[155]},{"name":"msidbControlAttributesBitmap","features":[155]},{"name":"msidbControlAttributesCDROMVolume","features":[155]},{"name":"msidbControlAttributesComboList","features":[155]},{"name":"msidbControlAttributesElevationShield","features":[155]},{"name":"msidbControlAttributesEnabled","features":[155]},{"name":"msidbControlAttributesFixedSize","features":[155]},{"name":"msidbControlAttributesFixedVolume","features":[155]},{"name":"msidbControlAttributesFloppyVolume","features":[155]},{"name":"msidbControlAttributesFormatSize","features":[155]},{"name":"msidbControlAttributesHasBorder","features":[155]},{"name":"msidbControlAttributesIcon","features":[155]},{"name":"msidbControlAttributesIconSize16","features":[155]},{"name":"msidbControlAttributesIconSize32","features":[155]},{"name":"msidbControlAttributesIconSize48","features":[155]},{"name":"msidbControlAttributesImageHandle","features":[155]},{"name":"msidbControlAttributesIndirect","features":[155]},{"name":"msidbControlAttributesInteger","features":[155]},{"name":"msidbControlAttributesLeftScroll","features":[155]},{"name":"msidbControlAttributesMultiline","features":[155]},{"name":"msidbControlAttributesNoPrefix","features":[155]},{"name":"msidbControlAttributesNoWrap","features":[155]},{"name":"msidbControlAttributesPasswordInput","features":[155]},{"name":"msidbControlAttributesProgress95","features":[155]},{"name":"msidbControlAttributesPushLike","features":[155]},{"name":"msidbControlAttributesRAMDiskVolume","features":[155]},{"name":"msidbControlAttributesRTLRO","features":[155]},{"name":"msidbControlAttributesRemoteVolume","features":[155]},{"name":"msidbControlAttributesRemovableVolume","features":[155]},{"name":"msidbControlAttributesRightAligned","features":[155]},{"name":"msidbControlAttributesSorted","features":[155]},{"name":"msidbControlAttributesSunken","features":[155]},{"name":"msidbControlAttributesTransparent","features":[155]},{"name":"msidbControlAttributesUsersLanguage","features":[155]},{"name":"msidbControlAttributesVisible","features":[155]},{"name":"msidbControlShowRollbackCost","features":[155]},{"name":"msidbCustomActionType","features":[155]},{"name":"msidbCustomActionType64BitScript","features":[155]},{"name":"msidbCustomActionTypeAsync","features":[155]},{"name":"msidbCustomActionTypeBinaryData","features":[155]},{"name":"msidbCustomActionTypeClientRepeat","features":[155]},{"name":"msidbCustomActionTypeCommit","features":[155]},{"name":"msidbCustomActionTypeContinue","features":[155]},{"name":"msidbCustomActionTypeDirectory","features":[155]},{"name":"msidbCustomActionTypeDll","features":[155]},{"name":"msidbCustomActionTypeExe","features":[155]},{"name":"msidbCustomActionTypeFirstSequence","features":[155]},{"name":"msidbCustomActionTypeHideTarget","features":[155]},{"name":"msidbCustomActionTypeInScript","features":[155]},{"name":"msidbCustomActionTypeInstall","features":[155]},{"name":"msidbCustomActionTypeJScript","features":[155]},{"name":"msidbCustomActionTypeNoImpersonate","features":[155]},{"name":"msidbCustomActionTypeOncePerProcess","features":[155]},{"name":"msidbCustomActionTypePatchUninstall","features":[155]},{"name":"msidbCustomActionTypeProperty","features":[155]},{"name":"msidbCustomActionTypeRollback","features":[155]},{"name":"msidbCustomActionTypeSourceFile","features":[155]},{"name":"msidbCustomActionTypeTSAware","features":[155]},{"name":"msidbCustomActionTypeTextData","features":[155]},{"name":"msidbCustomActionTypeVBScript","features":[155]},{"name":"msidbDialogAttributes","features":[155]},{"name":"msidbDialogAttributesBiDi","features":[155]},{"name":"msidbDialogAttributesError","features":[155]},{"name":"msidbDialogAttributesKeepModeless","features":[155]},{"name":"msidbDialogAttributesLeftScroll","features":[155]},{"name":"msidbDialogAttributesMinimize","features":[155]},{"name":"msidbDialogAttributesModal","features":[155]},{"name":"msidbDialogAttributesRTLRO","features":[155]},{"name":"msidbDialogAttributesRightAligned","features":[155]},{"name":"msidbDialogAttributesSysModal","features":[155]},{"name":"msidbDialogAttributesTrackDiskSpace","features":[155]},{"name":"msidbDialogAttributesUseCustomPalette","features":[155]},{"name":"msidbDialogAttributesVisible","features":[155]},{"name":"msidbEmbeddedHandlesBasic","features":[155]},{"name":"msidbEmbeddedUI","features":[155]},{"name":"msidbEmbeddedUIAttributes","features":[155]},{"name":"msidbFeatureAttributes","features":[155]},{"name":"msidbFeatureAttributesDisallowAdvertise","features":[155]},{"name":"msidbFeatureAttributesFavorAdvertise","features":[155]},{"name":"msidbFeatureAttributesFavorLocal","features":[155]},{"name":"msidbFeatureAttributesFavorSource","features":[155]},{"name":"msidbFeatureAttributesFollowParent","features":[155]},{"name":"msidbFeatureAttributesNoUnsupportedAdvertise","features":[155]},{"name":"msidbFeatureAttributesUIDisallowAbsent","features":[155]},{"name":"msidbFileAttributes","features":[155]},{"name":"msidbFileAttributesChecksum","features":[155]},{"name":"msidbFileAttributesCompressed","features":[155]},{"name":"msidbFileAttributesHidden","features":[155]},{"name":"msidbFileAttributesIsolatedComp","features":[155]},{"name":"msidbFileAttributesNoncompressed","features":[155]},{"name":"msidbFileAttributesPatchAdded","features":[155]},{"name":"msidbFileAttributesReadOnly","features":[155]},{"name":"msidbFileAttributesReserved0","features":[155]},{"name":"msidbFileAttributesReserved1","features":[155]},{"name":"msidbFileAttributesReserved2","features":[155]},{"name":"msidbFileAttributesReserved3","features":[155]},{"name":"msidbFileAttributesReserved4","features":[155]},{"name":"msidbFileAttributesSystem","features":[155]},{"name":"msidbFileAttributesVital","features":[155]},{"name":"msidbIniFileAction","features":[155]},{"name":"msidbIniFileActionAddLine","features":[155]},{"name":"msidbIniFileActionAddTag","features":[155]},{"name":"msidbIniFileActionCreateLine","features":[155]},{"name":"msidbIniFileActionRemoveLine","features":[155]},{"name":"msidbIniFileActionRemoveTag","features":[155]},{"name":"msidbLocatorType","features":[155]},{"name":"msidbLocatorType64bit","features":[155]},{"name":"msidbLocatorTypeDirectory","features":[155]},{"name":"msidbLocatorTypeFileName","features":[155]},{"name":"msidbLocatorTypeRawValue","features":[155]},{"name":"msidbMoveFileOptions","features":[155]},{"name":"msidbMoveFileOptionsMove","features":[155]},{"name":"msidbODBCDataSourceRegistration","features":[155]},{"name":"msidbODBCDataSourceRegistrationPerMachine","features":[155]},{"name":"msidbODBCDataSourceRegistrationPerUser","features":[155]},{"name":"msidbPatchAttributes","features":[155]},{"name":"msidbPatchAttributesNonVital","features":[155]},{"name":"msidbRegistryRoot","features":[155]},{"name":"msidbRegistryRootClassesRoot","features":[155]},{"name":"msidbRegistryRootCurrentUser","features":[155]},{"name":"msidbRegistryRootLocalMachine","features":[155]},{"name":"msidbRegistryRootUsers","features":[155]},{"name":"msidbRemoveFileInstallMode","features":[155]},{"name":"msidbRemoveFileInstallModeOnBoth","features":[155]},{"name":"msidbRemoveFileInstallModeOnInstall","features":[155]},{"name":"msidbRemoveFileInstallModeOnRemove","features":[155]},{"name":"msidbServiceConfigEvent","features":[155]},{"name":"msidbServiceConfigEventInstall","features":[155]},{"name":"msidbServiceConfigEventReinstall","features":[155]},{"name":"msidbServiceConfigEventUninstall","features":[155]},{"name":"msidbServiceControlEvent","features":[155]},{"name":"msidbServiceControlEventDelete","features":[155]},{"name":"msidbServiceControlEventStart","features":[155]},{"name":"msidbServiceControlEventStop","features":[155]},{"name":"msidbServiceControlEventUninstallDelete","features":[155]},{"name":"msidbServiceControlEventUninstallStart","features":[155]},{"name":"msidbServiceControlEventUninstallStop","features":[155]},{"name":"msidbServiceInstallErrorControl","features":[155]},{"name":"msidbServiceInstallErrorControlVital","features":[155]},{"name":"msidbSumInfoSourceType","features":[155]},{"name":"msidbSumInfoSourceTypeAdminImage","features":[155]},{"name":"msidbSumInfoSourceTypeCompressed","features":[155]},{"name":"msidbSumInfoSourceTypeLUAPackage","features":[155]},{"name":"msidbSumInfoSourceTypeSFN","features":[155]},{"name":"msidbTextStyleStyleBits","features":[155]},{"name":"msidbTextStyleStyleBitsBold","features":[155]},{"name":"msidbTextStyleStyleBitsItalic","features":[155]},{"name":"msidbTextStyleStyleBitsStrike","features":[155]},{"name":"msidbTextStyleStyleBitsUnderline","features":[155]},{"name":"msidbUpgradeAttributes","features":[155]},{"name":"msidbUpgradeAttributesIgnoreRemoveFailure","features":[155]},{"name":"msidbUpgradeAttributesLanguagesExclusive","features":[155]},{"name":"msidbUpgradeAttributesMigrateFeatures","features":[155]},{"name":"msidbUpgradeAttributesOnlyDetect","features":[155]},{"name":"msidbUpgradeAttributesVersionMaxInclusive","features":[155]},{"name":"msidbUpgradeAttributesVersionMinInclusive","features":[155]},{"name":"msifiFastInstallBits","features":[155]},{"name":"msifiFastInstallLessPrgMsg","features":[155]},{"name":"msifiFastInstallNoSR","features":[155]},{"name":"msifiFastInstallQuickCosting","features":[155]},{"name":"msirbRebootCustomActionReason","features":[155]},{"name":"msirbRebootDeferred","features":[155]},{"name":"msirbRebootForceRebootReason","features":[155]},{"name":"msirbRebootImmediate","features":[155]},{"name":"msirbRebootInUseFilesReason","features":[155]},{"name":"msirbRebootReason","features":[155]},{"name":"msirbRebootScheduleRebootReason","features":[155]},{"name":"msirbRebootType","features":[155]},{"name":"msirbRebootUndeterminedReason","features":[155]},{"name":"msmErrorDirCreate","features":[155]},{"name":"msmErrorExclusion","features":[155]},{"name":"msmErrorFeatureRequired","features":[155]},{"name":"msmErrorFileCreate","features":[155]},{"name":"msmErrorLanguageFailed","features":[155]},{"name":"msmErrorLanguageUnsupported","features":[155]},{"name":"msmErrorResequenceMerge","features":[155]},{"name":"msmErrorTableMerge","features":[155]},{"name":"msmErrorType","features":[155]}],"534":[{"name":"AVRF_BACKTRACE_INFORMATION","features":[156]},{"name":"AVRF_ENUM_RESOURCES_FLAGS_DONT_RESOLVE_TRACES","features":[156]},{"name":"AVRF_ENUM_RESOURCES_FLAGS_SUSPEND","features":[156]},{"name":"AVRF_HANDLEOPERATION_ENUMERATE_CALLBACK","features":[156]},{"name":"AVRF_HANDLE_OPERATION","features":[156]},{"name":"AVRF_HEAPALLOCATION_ENUMERATE_CALLBACK","features":[156]},{"name":"AVRF_HEAP_ALLOCATION","features":[156]},{"name":"AVRF_MAX_TRACES","features":[156]},{"name":"AVRF_RESOURCE_ENUMERATE_CALLBACK","features":[156]},{"name":"AllocationStateBusy","features":[156]},{"name":"AllocationStateFree","features":[156]},{"name":"AllocationStateUnknown","features":[156]},{"name":"AvrfResourceHandleTrace","features":[156]},{"name":"AvrfResourceHeapAllocation","features":[156]},{"name":"AvrfResourceMax","features":[156]},{"name":"HeapEnumerationEverything","features":[156]},{"name":"HeapEnumerationStop","features":[156]},{"name":"HeapFullPageHeap","features":[156]},{"name":"HeapMetadata","features":[156]},{"name":"HeapStateMask","features":[156]},{"name":"OperationDbBADREF","features":[156]},{"name":"OperationDbCLOSE","features":[156]},{"name":"OperationDbOPEN","features":[156]},{"name":"OperationDbUnused","features":[156]},{"name":"VERIFIER_ENUM_RESOURCE_FLAGS","features":[156]},{"name":"VerifierEnumerateResource","features":[3,156]},{"name":"eAvrfResourceTypes","features":[156]},{"name":"eHANDLE_TRACE_OPERATIONS","features":[156]},{"name":"eHeapAllocationState","features":[156]},{"name":"eHeapEnumerationLevel","features":[156]},{"name":"eUserAllocationState","features":[156]}],"536":[{"name":"APPDOMAIN_FORCE_TRIVIAL_WAIT_OPERATIONS","features":[157]},{"name":"APPDOMAIN_SECURITY_DEFAULT","features":[157]},{"name":"APPDOMAIN_SECURITY_FLAGS","features":[157]},{"name":"APPDOMAIN_SECURITY_FORBID_CROSSAD_REVERSE_PINVOKE","features":[157]},{"name":"APPDOMAIN_SECURITY_SANDBOXED","features":[157]},{"name":"AssemblyBindInfo","features":[157]},{"name":"BucketParamLength","features":[157]},{"name":"BucketParameterIndex","features":[157]},{"name":"BucketParameters","features":[3,157]},{"name":"BucketParamsCount","features":[157]},{"name":"CLRCreateInstance","features":[157]},{"name":"CLRCreateInstanceFnPtr","features":[157]},{"name":"CLRRuntimeHost","features":[157]},{"name":"CLR_ASSEMBLY_BUILD_VERSION","features":[157]},{"name":"CLR_ASSEMBLY_IDENTITY_FLAGS_DEFAULT","features":[157]},{"name":"CLR_ASSEMBLY_MAJOR_VERSION","features":[157]},{"name":"CLR_ASSEMBLY_MINOR_VERSION","features":[157]},{"name":"CLR_BUILD_VERSION","features":[157]},{"name":"CLR_DEBUGGING_MANAGED_EVENT_DEBUGGER_LAUNCH","features":[157]},{"name":"CLR_DEBUGGING_MANAGED_EVENT_PENDING","features":[157]},{"name":"CLR_DEBUGGING_PROCESS_FLAGS","features":[157]},{"name":"CLR_DEBUGGING_VERSION","features":[157]},{"name":"CLR_MAJOR_VERSION","features":[157]},{"name":"CLR_MINOR_VERSION","features":[157]},{"name":"CLSID_CLRDebugging","features":[157]},{"name":"CLSID_CLRDebuggingLegacy","features":[157]},{"name":"CLSID_CLRMetaHost","features":[157]},{"name":"CLSID_CLRMetaHostPolicy","features":[157]},{"name":"CLSID_CLRProfiling","features":[157]},{"name":"CLSID_CLRStrongName","features":[157]},{"name":"CLSID_RESOLUTION_DEFAULT","features":[157]},{"name":"CLSID_RESOLUTION_FLAGS","features":[157]},{"name":"CLSID_RESOLUTION_REGISTERED","features":[157]},{"name":"COR_GC_COUNTS","features":[157]},{"name":"COR_GC_MEMORYUSAGE","features":[157]},{"name":"COR_GC_STATS","features":[157]},{"name":"COR_GC_STAT_TYPES","features":[157]},{"name":"COR_GC_THREAD_HAS_PROMOTED_BYTES","features":[157]},{"name":"COR_GC_THREAD_STATS","features":[157]},{"name":"COR_GC_THREAD_STATS_TYPES","features":[157]},{"name":"CallFunctionShim","features":[157]},{"name":"CallbackThreadSetFnPtr","features":[157]},{"name":"CallbackThreadUnsetFnPtr","features":[157]},{"name":"ClrCreateManagedInstance","features":[157]},{"name":"ComCallUnmarshal","features":[157]},{"name":"ComCallUnmarshalV4","features":[157]},{"name":"CorBindToCurrentRuntime","features":[157]},{"name":"CorBindToRuntime","features":[157]},{"name":"CorBindToRuntimeByCfg","features":[157]},{"name":"CorBindToRuntimeEx","features":[157]},{"name":"CorBindToRuntimeHost","features":[157]},{"name":"CorExitProcess","features":[157]},{"name":"CorLaunchApplication","features":[3,157,39]},{"name":"CorMarkThreadInThreadPool","features":[157]},{"name":"CorRuntimeHost","features":[157]},{"name":"CreateDebuggingInterfaceFromVersion","features":[157]},{"name":"CreateInterfaceFnPtr","features":[157]},{"name":"CustomDumpItem","features":[157]},{"name":"DEPRECATED_CLR_API_MESG","features":[157]},{"name":"DUMP_FLAVOR_CriticalCLRState","features":[157]},{"name":"DUMP_FLAVOR_Default","features":[157]},{"name":"DUMP_FLAVOR_Mini","features":[157]},{"name":"DUMP_FLAVOR_NonHeapCLRState","features":[157]},{"name":"DUMP_ITEM_None","features":[157]},{"name":"EApiCategories","features":[157]},{"name":"EBindPolicyLevels","features":[157]},{"name":"ECLRAssemblyIdentityFlags","features":[157]},{"name":"EClrEvent","features":[157]},{"name":"EClrFailure","features":[157]},{"name":"EClrOperation","features":[157]},{"name":"EClrUnhandledException","features":[157]},{"name":"EContextType","features":[157]},{"name":"ECustomDumpFlavor","features":[157]},{"name":"ECustomDumpItemKind","features":[157]},{"name":"EHostApplicationPolicy","features":[157]},{"name":"EHostBindingPolicyModifyFlags","features":[157]},{"name":"EInitializeNewDomainFlags","features":[157]},{"name":"EMemoryAvailable","features":[157]},{"name":"EMemoryCriticalLevel","features":[157]},{"name":"EPolicyAction","features":[157]},{"name":"ESymbolReadingPolicy","features":[157]},{"name":"ETaskType","features":[157]},{"name":"Event_ClrDisabled","features":[157]},{"name":"Event_DomainUnload","features":[157]},{"name":"Event_MDAFired","features":[157]},{"name":"Event_StackOverflow","features":[157]},{"name":"FAIL_AccessViolation","features":[157]},{"name":"FAIL_CodeContract","features":[157]},{"name":"FAIL_CriticalResource","features":[157]},{"name":"FAIL_FatalRuntime","features":[157]},{"name":"FAIL_NonCriticalResource","features":[157]},{"name":"FAIL_OrphanedLock","features":[157]},{"name":"FAIL_StackOverflow","features":[157]},{"name":"FExecuteInAppDomainCallback","features":[157]},{"name":"FLockClrVersionCallback","features":[157]},{"name":"GetCLRIdentityManager","features":[157]},{"name":"GetCORRequiredVersion","features":[157]},{"name":"GetCORSystemDirectory","features":[157]},{"name":"GetCORVersion","features":[157]},{"name":"GetFileVersion","features":[157]},{"name":"GetRealProcAddress","features":[157]},{"name":"GetRequestedRuntimeInfo","features":[157]},{"name":"GetRequestedRuntimeVersion","features":[157]},{"name":"GetRequestedRuntimeVersionForCLSID","features":[157]},{"name":"GetVersionFromProcess","features":[3,157]},{"name":"HOST_APPLICATION_BINDING_POLICY","features":[157]},{"name":"HOST_BINDING_POLICY_MODIFY_CHAIN","features":[157]},{"name":"HOST_BINDING_POLICY_MODIFY_DEFAULT","features":[157]},{"name":"HOST_BINDING_POLICY_MODIFY_MAX","features":[157]},{"name":"HOST_BINDING_POLICY_MODIFY_REMOVE","features":[157]},{"name":"HOST_TYPE","features":[157]},{"name":"HOST_TYPE_APPLAUNCH","features":[157]},{"name":"HOST_TYPE_CORFLAG","features":[157]},{"name":"HOST_TYPE_DEFAULT","features":[157]},{"name":"IActionOnCLREvent","features":[157]},{"name":"IApartmentCallback","features":[157]},{"name":"IAppDomainBinding","features":[157]},{"name":"ICLRAppDomainResourceMonitor","features":[157]},{"name":"ICLRAssemblyIdentityManager","features":[157]},{"name":"ICLRAssemblyReferenceList","features":[157]},{"name":"ICLRControl","features":[157]},{"name":"ICLRDebugManager","features":[157]},{"name":"ICLRDebugging","features":[157]},{"name":"ICLRDebuggingLibraryProvider","features":[157]},{"name":"ICLRDomainManager","features":[157]},{"name":"ICLRErrorReportingManager","features":[157]},{"name":"ICLRGCManager","features":[157]},{"name":"ICLRGCManager2","features":[157]},{"name":"ICLRHostBindingPolicyManager","features":[157]},{"name":"ICLRHostProtectionManager","features":[157]},{"name":"ICLRIoCompletionManager","features":[157]},{"name":"ICLRMemoryNotificationCallback","features":[157]},{"name":"ICLRMetaHost","features":[157]},{"name":"ICLRMetaHostPolicy","features":[157]},{"name":"ICLROnEventManager","features":[157]},{"name":"ICLRPolicyManager","features":[157]},{"name":"ICLRProbingAssemblyEnum","features":[157]},{"name":"ICLRProfiling","features":[157]},{"name":"ICLRReferenceAssemblyEnum","features":[157]},{"name":"ICLRRuntimeHost","features":[157]},{"name":"ICLRRuntimeInfo","features":[157]},{"name":"ICLRStrongName","features":[157]},{"name":"ICLRStrongName2","features":[157]},{"name":"ICLRStrongName3","features":[157]},{"name":"ICLRSyncManager","features":[157]},{"name":"ICLRTask","features":[157]},{"name":"ICLRTask2","features":[157]},{"name":"ICLRTaskManager","features":[157]},{"name":"ICatalogServices","features":[157]},{"name":"ICorConfiguration","features":[157]},{"name":"ICorRuntimeHost","features":[157]},{"name":"ICorThreadpool","features":[157]},{"name":"IDebuggerInfo","features":[157]},{"name":"IDebuggerThreadControl","features":[157]},{"name":"IGCHost","features":[157]},{"name":"IGCHost2","features":[157]},{"name":"IGCHostControl","features":[157]},{"name":"IGCThreadControl","features":[157]},{"name":"IHostAssemblyManager","features":[157]},{"name":"IHostAssemblyStore","features":[157]},{"name":"IHostAutoEvent","features":[157]},{"name":"IHostControl","features":[157]},{"name":"IHostCrst","features":[157]},{"name":"IHostGCManager","features":[157]},{"name":"IHostIoCompletionManager","features":[157]},{"name":"IHostMalloc","features":[157]},{"name":"IHostManualEvent","features":[157]},{"name":"IHostMemoryManager","features":[157]},{"name":"IHostPolicyManager","features":[157]},{"name":"IHostSecurityContext","features":[157]},{"name":"IHostSecurityManager","features":[157]},{"name":"IHostSemaphore","features":[157]},{"name":"IHostSyncManager","features":[157]},{"name":"IHostTask","features":[157]},{"name":"IHostTaskManager","features":[157]},{"name":"IHostThreadpoolManager","features":[157]},{"name":"IManagedObject","features":[157]},{"name":"IObjectHandle","features":[157]},{"name":"ITypeName","features":[157]},{"name":"ITypeNameBuilder","features":[157]},{"name":"ITypeNameFactory","features":[157]},{"name":"InvalidBucketParamIndex","features":[157]},{"name":"LIBID_mscoree","features":[157]},{"name":"LoadLibraryShim","features":[3,157]},{"name":"LoadStringRC","features":[157]},{"name":"LoadStringRCEx","features":[157]},{"name":"LockClrVersion","features":[157]},{"name":"MALLOC_EXECUTABLE","features":[157]},{"name":"MALLOC_THREADSAFE","features":[157]},{"name":"MALLOC_TYPE","features":[157]},{"name":"MDAInfo","features":[157]},{"name":"METAHOST_CONFIG_FLAGS","features":[157]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_FALSE","features":[157]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_MASK","features":[157]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_TRUE","features":[157]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_UNSET","features":[157]},{"name":"METAHOST_POLICY_APPLY_UPGRADE_POLICY","features":[157]},{"name":"METAHOST_POLICY_EMULATE_EXE_LAUNCH","features":[157]},{"name":"METAHOST_POLICY_ENSURE_SKU_SUPPORTED","features":[157]},{"name":"METAHOST_POLICY_FLAGS","features":[157]},{"name":"METAHOST_POLICY_HIGHCOMPAT","features":[157]},{"name":"METAHOST_POLICY_IGNORE_ERROR_MODE","features":[157]},{"name":"METAHOST_POLICY_SHOW_ERROR_DIALOG","features":[157]},{"name":"METAHOST_POLICY_USE_PROCESS_IMAGE_PATH","features":[157]},{"name":"MaxClrEvent","features":[157]},{"name":"MaxClrFailure","features":[157]},{"name":"MaxClrOperation","features":[157]},{"name":"MaxPolicyAction","features":[157]},{"name":"ModuleBindInfo","features":[157]},{"name":"OPR_AppDomainRudeUnload","features":[157]},{"name":"OPR_AppDomainUnload","features":[157]},{"name":"OPR_FinalizerRun","features":[157]},{"name":"OPR_ProcessExit","features":[157]},{"name":"OPR_ThreadAbort","features":[157]},{"name":"OPR_ThreadRudeAbortInCriticalRegion","features":[157]},{"name":"OPR_ThreadRudeAbortInNonCriticalRegion","features":[157]},{"name":"PTLS_CALLBACK_FUNCTION","features":[157]},{"name":"Parameter1","features":[157]},{"name":"Parameter2","features":[157]},{"name":"Parameter3","features":[157]},{"name":"Parameter4","features":[157]},{"name":"Parameter5","features":[157]},{"name":"Parameter6","features":[157]},{"name":"Parameter7","features":[157]},{"name":"Parameter8","features":[157]},{"name":"Parameter9","features":[157]},{"name":"RUNTIME_INFO_DONT_RETURN_DIRECTORY","features":[157]},{"name":"RUNTIME_INFO_DONT_RETURN_VERSION","features":[157]},{"name":"RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG","features":[157]},{"name":"RUNTIME_INFO_FLAGS","features":[157]},{"name":"RUNTIME_INFO_IGNORE_ERROR_MODE","features":[157]},{"name":"RUNTIME_INFO_REQUEST_AMD64","features":[157]},{"name":"RUNTIME_INFO_REQUEST_ARM64","features":[157]},{"name":"RUNTIME_INFO_REQUEST_IA64","features":[157]},{"name":"RUNTIME_INFO_REQUEST_X86","features":[157]},{"name":"RUNTIME_INFO_UPGRADE_VERSION","features":[157]},{"name":"RunDll32ShimW","features":[3,157]},{"name":"RuntimeLoadedCallbackFnPtr","features":[157]},{"name":"SO_ClrEngine","features":[157]},{"name":"SO_Managed","features":[157]},{"name":"SO_Other","features":[157]},{"name":"STARTUP_ALWAYSFLOW_IMPERSONATION","features":[157]},{"name":"STARTUP_ARM","features":[157]},{"name":"STARTUP_CONCURRENT_GC","features":[157]},{"name":"STARTUP_DISABLE_COMMITTHREADSTACK","features":[157]},{"name":"STARTUP_ETW","features":[157]},{"name":"STARTUP_FLAGS","features":[157]},{"name":"STARTUP_HOARD_GC_VM","features":[157]},{"name":"STARTUP_LEGACY_IMPERSONATION","features":[157]},{"name":"STARTUP_LOADER_OPTIMIZATION_MASK","features":[157]},{"name":"STARTUP_LOADER_OPTIMIZATION_MULTI_DOMAIN","features":[157]},{"name":"STARTUP_LOADER_OPTIMIZATION_MULTI_DOMAIN_HOST","features":[157]},{"name":"STARTUP_LOADER_OPTIMIZATION_SINGLE_DOMAIN","features":[157]},{"name":"STARTUP_LOADER_SAFEMODE","features":[157]},{"name":"STARTUP_LOADER_SETPREFERENCE","features":[157]},{"name":"STARTUP_SERVER_GC","features":[157]},{"name":"STARTUP_SINGLE_VERSION_HOSTING_INTERFACE","features":[157]},{"name":"STARTUP_TRIM_GC_COMMIT","features":[157]},{"name":"StackOverflowInfo","features":[3,157,33,9]},{"name":"StackOverflowType","features":[157]},{"name":"TT_ADUNLOAD","features":[157]},{"name":"TT_DEBUGGERHELPER","features":[157]},{"name":"TT_FINALIZER","features":[157]},{"name":"TT_GC","features":[157]},{"name":"TT_THREADPOOL_GATE","features":[157]},{"name":"TT_THREADPOOL_IOCOMPLETION","features":[157]},{"name":"TT_THREADPOOL_TIMER","features":[157]},{"name":"TT_THREADPOOL_WAIT","features":[157]},{"name":"TT_THREADPOOL_WORKER","features":[157]},{"name":"TT_UNKNOWN","features":[157]},{"name":"TT_USER","features":[157]},{"name":"TypeNameFactory","features":[157]},{"name":"WAIT_ALERTABLE","features":[157]},{"name":"WAIT_MSGPUMP","features":[157]},{"name":"WAIT_NOTINDEADLOCK","features":[157]},{"name":"WAIT_OPTION","features":[157]},{"name":"eAbortThread","features":[157]},{"name":"eAll","features":[157]},{"name":"eAppDomainCritical","features":[157]},{"name":"eCurrentContext","features":[157]},{"name":"eDisableRuntime","features":[157]},{"name":"eExitProcess","features":[157]},{"name":"eExternalProcessMgmt","features":[157]},{"name":"eExternalThreading","features":[157]},{"name":"eFastExitProcess","features":[157]},{"name":"eHostDeterminedPolicy","features":[157]},{"name":"eInitializeNewDomainFlags_NoSecurityChanges","features":[157]},{"name":"eInitializeNewDomainFlags_None","features":[157]},{"name":"eMayLeakOnAbort","features":[157]},{"name":"eMemoryAvailableHigh","features":[157]},{"name":"eMemoryAvailableLow","features":[157]},{"name":"eMemoryAvailableNeutral","features":[157]},{"name":"eNoAction","features":[157]},{"name":"eNoChecks","features":[157]},{"name":"ePolicyLevelAdmin","features":[157]},{"name":"ePolicyLevelApp","features":[157]},{"name":"ePolicyLevelHost","features":[157]},{"name":"ePolicyLevelNone","features":[157]},{"name":"ePolicyLevelPublisher","features":[157]},{"name":"ePolicyLevelRetargetable","features":[157]},{"name":"ePolicyPortability","features":[157]},{"name":"ePolicyUnifiedToCLR","features":[157]},{"name":"eProcessCritical","features":[157]},{"name":"eRestrictedContext","features":[157]},{"name":"eRudeAbortThread","features":[157]},{"name":"eRudeExitProcess","features":[157]},{"name":"eRudeUnloadAppDomain","features":[157]},{"name":"eRuntimeDeterminedPolicy","features":[157]},{"name":"eSecurityInfrastructure","features":[157]},{"name":"eSelfAffectingProcessMgmt","features":[157]},{"name":"eSelfAffectingThreading","features":[157]},{"name":"eSharedState","features":[157]},{"name":"eSymbolReadingAlways","features":[157]},{"name":"eSymbolReadingFullTrustOnly","features":[157]},{"name":"eSymbolReadingNever","features":[157]},{"name":"eSynchronization","features":[157]},{"name":"eTaskCritical","features":[157]},{"name":"eThrowException","features":[157]},{"name":"eUI","features":[157]},{"name":"eUnloadAppDomain","features":[157]}],"537":[{"name":"ADVANCED_FEATURE_FLAGS","features":[43]},{"name":"ADVF","features":[43]},{"name":"ADVFCACHE_FORCEBUILTIN","features":[43]},{"name":"ADVFCACHE_NOHANDLER","features":[43]},{"name":"ADVFCACHE_ONSAVE","features":[43]},{"name":"ADVF_DATAONSTOP","features":[43]},{"name":"ADVF_NODATA","features":[43]},{"name":"ADVF_ONLYONCE","features":[43]},{"name":"ADVF_PRIMEFIRST","features":[43]},{"name":"APPIDREGFLAGS_AAA_NO_IMPLICIT_ACTIVATE_AS_IU","features":[43]},{"name":"APPIDREGFLAGS_ACTIVATE_IUSERVER_INDESKTOP","features":[43]},{"name":"APPIDREGFLAGS_ISSUE_ACTIVATION_RPC_AT_IDENTIFY","features":[43]},{"name":"APPIDREGFLAGS_IUSERVER_ACTIVATE_IN_CLIENT_SESSION_ONLY","features":[43]},{"name":"APPIDREGFLAGS_IUSERVER_SELF_SID_IN_LAUNCH_PERMISSION","features":[43]},{"name":"APPIDREGFLAGS_IUSERVER_UNMODIFIED_LOGON_TOKEN","features":[43]},{"name":"APPIDREGFLAGS_RESERVED1","features":[43]},{"name":"APPIDREGFLAGS_RESERVED2","features":[43]},{"name":"APPIDREGFLAGS_RESERVED3","features":[43]},{"name":"APPIDREGFLAGS_RESERVED4","features":[43]},{"name":"APPIDREGFLAGS_RESERVED5","features":[43]},{"name":"APPIDREGFLAGS_RESERVED7","features":[43]},{"name":"APPIDREGFLAGS_RESERVED8","features":[43]},{"name":"APPIDREGFLAGS_RESERVED9","features":[43]},{"name":"APPIDREGFLAGS_SECURE_SERVER_PROCESS_SD_AND_BIND","features":[43]},{"name":"APTTYPE","features":[43]},{"name":"APTTYPEQUALIFIER","features":[43]},{"name":"APTTYPEQUALIFIER_APPLICATION_STA","features":[43]},{"name":"APTTYPEQUALIFIER_IMPLICIT_MTA","features":[43]},{"name":"APTTYPEQUALIFIER_NA_ON_IMPLICIT_MTA","features":[43]},{"name":"APTTYPEQUALIFIER_NA_ON_MAINSTA","features":[43]},{"name":"APTTYPEQUALIFIER_NA_ON_MTA","features":[43]},{"name":"APTTYPEQUALIFIER_NA_ON_STA","features":[43]},{"name":"APTTYPEQUALIFIER_NONE","features":[43]},{"name":"APTTYPEQUALIFIER_RESERVED_1","features":[43]},{"name":"APTTYPE_CURRENT","features":[43]},{"name":"APTTYPE_MAINSTA","features":[43]},{"name":"APTTYPE_MTA","features":[43]},{"name":"APTTYPE_NA","features":[43]},{"name":"APTTYPE_STA","features":[43]},{"name":"ASYNC_MODE_COMPATIBILITY","features":[43]},{"name":"ASYNC_MODE_DEFAULT","features":[43]},{"name":"AUTHENTICATEINFO","features":[43]},{"name":"ApplicationType","features":[43]},{"name":"AsyncIAdviseSink","features":[43]},{"name":"AsyncIAdviseSink2","features":[43]},{"name":"AsyncIMultiQI","features":[43]},{"name":"AsyncIPipeByte","features":[43]},{"name":"AsyncIPipeDouble","features":[43]},{"name":"AsyncIPipeLong","features":[43]},{"name":"AsyncIUnknown","features":[43]},{"name":"BINDINFO","features":[3,14,6,43]},{"name":"BINDINFOF","features":[43]},{"name":"BINDINFOF_URLENCODEDEXTRAINFO","features":[43]},{"name":"BINDINFOF_URLENCODESTGMEDDATA","features":[43]},{"name":"BINDPTR","features":[3,43,158,44]},{"name":"BIND_FLAGS","features":[43]},{"name":"BIND_JUSTTESTEXISTENCE","features":[43]},{"name":"BIND_MAYBOTHERUSER","features":[43]},{"name":"BIND_OPTS","features":[43]},{"name":"BIND_OPTS2","features":[43]},{"name":"BIND_OPTS3","features":[3,43]},{"name":"BLOB","features":[43]},{"name":"BYTE_BLOB","features":[43]},{"name":"BYTE_SIZEDARR","features":[43]},{"name":"BindMoniker","features":[43]},{"name":"CALLCONV","features":[43]},{"name":"CALLTYPE","features":[43]},{"name":"CALLTYPE_ASYNC","features":[43]},{"name":"CALLTYPE_ASYNC_CALLPENDING","features":[43]},{"name":"CALLTYPE_NESTED","features":[43]},{"name":"CALLTYPE_TOPLEVEL","features":[43]},{"name":"CALLTYPE_TOPLEVEL_CALLPENDING","features":[43]},{"name":"CATEGORYINFO","features":[43]},{"name":"CC_CDECL","features":[43]},{"name":"CC_FASTCALL","features":[43]},{"name":"CC_FPFASTCALL","features":[43]},{"name":"CC_MACPASCAL","features":[43]},{"name":"CC_MAX","features":[43]},{"name":"CC_MPWCDECL","features":[43]},{"name":"CC_MPWPASCAL","features":[43]},{"name":"CC_MSCPASCAL","features":[43]},{"name":"CC_PASCAL","features":[43]},{"name":"CC_STDCALL","features":[43]},{"name":"CC_SYSCALL","features":[43]},{"name":"CLSCTX","features":[43]},{"name":"CLSCTX_ACTIVATE_32_BIT_SERVER","features":[43]},{"name":"CLSCTX_ACTIVATE_64_BIT_SERVER","features":[43]},{"name":"CLSCTX_ACTIVATE_AAA_AS_IU","features":[43]},{"name":"CLSCTX_ACTIVATE_ARM32_SERVER","features":[43]},{"name":"CLSCTX_ACTIVATE_X86_SERVER","features":[43]},{"name":"CLSCTX_ALL","features":[43]},{"name":"CLSCTX_ALLOW_LOWER_TRUST_REGISTRATION","features":[43]},{"name":"CLSCTX_APPCONTAINER","features":[43]},{"name":"CLSCTX_DISABLE_AAA","features":[43]},{"name":"CLSCTX_ENABLE_AAA","features":[43]},{"name":"CLSCTX_ENABLE_CLOAKING","features":[43]},{"name":"CLSCTX_ENABLE_CODE_DOWNLOAD","features":[43]},{"name":"CLSCTX_FROM_DEFAULT_CONTEXT","features":[43]},{"name":"CLSCTX_INPROC_HANDLER","features":[43]},{"name":"CLSCTX_INPROC_HANDLER16","features":[43]},{"name":"CLSCTX_INPROC_SERVER","features":[43]},{"name":"CLSCTX_INPROC_SERVER16","features":[43]},{"name":"CLSCTX_LOCAL_SERVER","features":[43]},{"name":"CLSCTX_NO_CODE_DOWNLOAD","features":[43]},{"name":"CLSCTX_NO_CUSTOM_MARSHAL","features":[43]},{"name":"CLSCTX_NO_FAILURE_LOG","features":[43]},{"name":"CLSCTX_PS_DLL","features":[43]},{"name":"CLSCTX_REMOTE_SERVER","features":[43]},{"name":"CLSCTX_RESERVED1","features":[43]},{"name":"CLSCTX_RESERVED2","features":[43]},{"name":"CLSCTX_RESERVED3","features":[43]},{"name":"CLSCTX_RESERVED4","features":[43]},{"name":"CLSCTX_RESERVED5","features":[43]},{"name":"CLSCTX_RESERVED6","features":[43]},{"name":"CLSCTX_SERVER","features":[43]},{"name":"CLSIDFromProgID","features":[43]},{"name":"CLSIDFromProgIDEx","features":[43]},{"name":"CLSIDFromString","features":[43]},{"name":"CLSID_GlobalOptions","features":[43]},{"name":"COAUTHIDENTITY","features":[43]},{"name":"COAUTHINFO","features":[43]},{"name":"COINIT","features":[43]},{"name":"COINITBASE","features":[43]},{"name":"COINITBASE_MULTITHREADED","features":[43]},{"name":"COINIT_APARTMENTTHREADED","features":[43]},{"name":"COINIT_DISABLE_OLE1DDE","features":[43]},{"name":"COINIT_MULTITHREADED","features":[43]},{"name":"COINIT_SPEED_OVER_MEMORY","features":[43]},{"name":"COLE_DEFAULT_AUTHINFO","features":[43]},{"name":"COLE_DEFAULT_PRINCIPAL","features":[43]},{"name":"COMBND_RESERVED1","features":[43]},{"name":"COMBND_RESERVED2","features":[43]},{"name":"COMBND_RESERVED3","features":[43]},{"name":"COMBND_RESERVED4","features":[43]},{"name":"COMBND_RPCTIMEOUT","features":[43]},{"name":"COMBND_SERVER_LOCALITY","features":[43]},{"name":"COMGLB_APPID","features":[43]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE","features":[43]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE_ANY","features":[43]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE_FATAL","features":[43]},{"name":"COMGLB_EXCEPTION_HANDLE","features":[43]},{"name":"COMGLB_EXCEPTION_HANDLING","features":[43]},{"name":"COMGLB_FAST_RUNDOWN","features":[43]},{"name":"COMGLB_PROPERTIES_RESERVED1","features":[43]},{"name":"COMGLB_PROPERTIES_RESERVED2","features":[43]},{"name":"COMGLB_PROPERTIES_RESERVED3","features":[43]},{"name":"COMGLB_RESERVED1","features":[43]},{"name":"COMGLB_RESERVED2","features":[43]},{"name":"COMGLB_RESERVED3","features":[43]},{"name":"COMGLB_RESERVED4","features":[43]},{"name":"COMGLB_RESERVED5","features":[43]},{"name":"COMGLB_RESERVED6","features":[43]},{"name":"COMGLB_RO_SETTINGS","features":[43]},{"name":"COMGLB_RPC_THREADPOOL_SETTING","features":[43]},{"name":"COMGLB_RPC_THREADPOOL_SETTING_DEFAULT_POOL","features":[43]},{"name":"COMGLB_RPC_THREADPOOL_SETTING_PRIVATE_POOL","features":[43]},{"name":"COMGLB_STA_MODALLOOP_REMOVE_TOUCH_MESSAGES","features":[43]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_DONOT_REMOVE_INPUT_MESSAGES","features":[43]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_REMOVE_INPUT_MESSAGES","features":[43]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_REORDER_POINTER_MESSAGES","features":[43]},{"name":"COMGLB_UNMARSHALING_POLICY","features":[43]},{"name":"COMGLB_UNMARSHALING_POLICY_HYBRID","features":[43]},{"name":"COMGLB_UNMARSHALING_POLICY_NORMAL","features":[43]},{"name":"COMGLB_UNMARSHALING_POLICY_STRONG","features":[43]},{"name":"COMSD","features":[43]},{"name":"COM_RIGHTS_ACTIVATE_LOCAL","features":[43]},{"name":"COM_RIGHTS_ACTIVATE_REMOTE","features":[43]},{"name":"COM_RIGHTS_EXECUTE","features":[43]},{"name":"COM_RIGHTS_EXECUTE_LOCAL","features":[43]},{"name":"COM_RIGHTS_EXECUTE_REMOTE","features":[43]},{"name":"COM_RIGHTS_RESERVED1","features":[43]},{"name":"COM_RIGHTS_RESERVED2","features":[43]},{"name":"CONNECTDATA","features":[43]},{"name":"COSERVERINFO","features":[43]},{"name":"COWAIT_ALERTABLE","features":[43]},{"name":"COWAIT_DEFAULT","features":[43]},{"name":"COWAIT_DISPATCH_CALLS","features":[43]},{"name":"COWAIT_DISPATCH_WINDOW_MESSAGES","features":[43]},{"name":"COWAIT_FLAGS","features":[43]},{"name":"COWAIT_INPUTAVAILABLE","features":[43]},{"name":"COWAIT_WAITALL","features":[43]},{"name":"CO_DEVICE_CATALOG_COOKIE","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTES","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_1","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_10","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_11","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_12","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_13","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_14","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_15","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_16","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_17","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_18","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_2","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_3","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_4","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_5","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_6","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_7","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_8","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_9","features":[43]},{"name":"CO_MARSHALING_SOURCE_IS_APP_CONTAINER","features":[43]},{"name":"CO_MTA_USAGE_COOKIE","features":[43]},{"name":"CSPLATFORM","features":[43]},{"name":"CUSTDATA","features":[3,43,44]},{"name":"CUSTDATAITEM","features":[3,43,44]},{"name":"CWMO_DEFAULT","features":[43]},{"name":"CWMO_DISPATCH_CALLS","features":[43]},{"name":"CWMO_DISPATCH_WINDOW_MESSAGES","features":[43]},{"name":"CWMO_FLAGS","features":[43]},{"name":"CWMO_MAX_HANDLES","features":[43]},{"name":"CY","features":[43]},{"name":"CoAddRefServerProcess","features":[43]},{"name":"CoAllowSetForegroundWindow","features":[43]},{"name":"CoAllowUnmarshalerCLSID","features":[43]},{"name":"CoBuildVersion","features":[43]},{"name":"CoCancelCall","features":[43]},{"name":"CoCopyProxy","features":[43]},{"name":"CoCreateFreeThreadedMarshaler","features":[43]},{"name":"CoCreateGuid","features":[43]},{"name":"CoCreateInstance","features":[43]},{"name":"CoCreateInstanceEx","features":[43]},{"name":"CoCreateInstanceFromApp","features":[43]},{"name":"CoDecrementMTAUsage","features":[43]},{"name":"CoDisableCallCancellation","features":[43]},{"name":"CoDisconnectContext","features":[43]},{"name":"CoDisconnectObject","features":[43]},{"name":"CoDosDateTimeToFileTime","features":[3,43]},{"name":"CoEnableCallCancellation","features":[43]},{"name":"CoFileTimeNow","features":[3,43]},{"name":"CoFileTimeToDosDateTime","features":[3,43]},{"name":"CoFreeAllLibraries","features":[43]},{"name":"CoFreeLibrary","features":[3,43]},{"name":"CoFreeUnusedLibraries","features":[43]},{"name":"CoFreeUnusedLibrariesEx","features":[43]},{"name":"CoGetApartmentType","features":[43]},{"name":"CoGetCallContext","features":[43]},{"name":"CoGetCallerTID","features":[43]},{"name":"CoGetCancelObject","features":[43]},{"name":"CoGetClassObject","features":[43]},{"name":"CoGetContextToken","features":[43]},{"name":"CoGetCurrentLogicalThreadId","features":[43]},{"name":"CoGetCurrentProcess","features":[43]},{"name":"CoGetMalloc","features":[43]},{"name":"CoGetObject","features":[43]},{"name":"CoGetObjectContext","features":[43]},{"name":"CoGetPSClsid","features":[43]},{"name":"CoGetSystemSecurityPermissions","features":[6,43]},{"name":"CoGetTreatAsClass","features":[43]},{"name":"CoImpersonateClient","features":[43]},{"name":"CoIncrementMTAUsage","features":[43]},{"name":"CoInitialize","features":[43]},{"name":"CoInitializeEx","features":[43]},{"name":"CoInitializeSecurity","features":[6,43]},{"name":"CoInstall","features":[43]},{"name":"CoInvalidateRemoteMachineBindings","features":[43]},{"name":"CoIsHandlerConnected","features":[3,43]},{"name":"CoIsOle1Class","features":[3,43]},{"name":"CoLoadLibrary","features":[3,43]},{"name":"CoLockObjectExternal","features":[3,43]},{"name":"CoQueryAuthenticationServices","features":[43]},{"name":"CoQueryClientBlanket","features":[43]},{"name":"CoQueryProxyBlanket","features":[43]},{"name":"CoRegisterActivationFilter","features":[43]},{"name":"CoRegisterChannelHook","features":[43]},{"name":"CoRegisterClassObject","features":[43]},{"name":"CoRegisterDeviceCatalog","features":[43]},{"name":"CoRegisterInitializeSpy","features":[43]},{"name":"CoRegisterMallocSpy","features":[43]},{"name":"CoRegisterPSClsid","features":[43]},{"name":"CoRegisterSurrogate","features":[43]},{"name":"CoReleaseServerProcess","features":[43]},{"name":"CoResumeClassObjects","features":[43]},{"name":"CoRevertToSelf","features":[43]},{"name":"CoRevokeClassObject","features":[43]},{"name":"CoRevokeDeviceCatalog","features":[43]},{"name":"CoRevokeInitializeSpy","features":[43]},{"name":"CoRevokeMallocSpy","features":[43]},{"name":"CoSetCancelObject","features":[43]},{"name":"CoSetProxyBlanket","features":[43]},{"name":"CoSuspendClassObjects","features":[43]},{"name":"CoSwitchCallContext","features":[43]},{"name":"CoTaskMemAlloc","features":[43]},{"name":"CoTaskMemFree","features":[43]},{"name":"CoTaskMemRealloc","features":[43]},{"name":"CoTestCancel","features":[43]},{"name":"CoTreatAsClass","features":[43]},{"name":"CoUninitialize","features":[43]},{"name":"CoWaitForMultipleHandles","features":[3,43]},{"name":"CoWaitForMultipleObjects","features":[3,43]},{"name":"ComCallData","features":[43]},{"name":"ContextProperty","features":[43]},{"name":"CreateAntiMoniker","features":[43]},{"name":"CreateBindCtx","features":[43]},{"name":"CreateClassMoniker","features":[43]},{"name":"CreateDataAdviseHolder","features":[43]},{"name":"CreateDataCache","features":[43]},{"name":"CreateFileMoniker","features":[43]},{"name":"CreateGenericComposite","features":[43]},{"name":"CreateIUriBuilder","features":[43]},{"name":"CreateItemMoniker","features":[43]},{"name":"CreateObjrefMoniker","features":[43]},{"name":"CreatePointerMoniker","features":[43]},{"name":"CreateStdProgressIndicator","features":[3,43]},{"name":"CreateUri","features":[43]},{"name":"CreateUriFromMultiByteString","features":[43]},{"name":"CreateUriWithFragment","features":[43]},{"name":"DATADIR","features":[43]},{"name":"DATADIR_GET","features":[43]},{"name":"DATADIR_SET","features":[43]},{"name":"DCOMSCM_ACTIVATION_DISALLOW_UNSECURE_CALL","features":[43]},{"name":"DCOMSCM_ACTIVATION_USE_ALL_AUTHNSERVICES","features":[43]},{"name":"DCOMSCM_PING_DISALLOW_UNSECURE_CALL","features":[43]},{"name":"DCOMSCM_PING_USE_MID_AUTHNSERVICE","features":[43]},{"name":"DCOMSCM_RESOLVE_DISALLOW_UNSECURE_CALL","features":[43]},{"name":"DCOMSCM_RESOLVE_USE_ALL_AUTHNSERVICES","features":[43]},{"name":"DCOM_CALL_CANCELED","features":[43]},{"name":"DCOM_CALL_COMPLETE","features":[43]},{"name":"DCOM_CALL_STATE","features":[43]},{"name":"DCOM_NONE","features":[43]},{"name":"DESCKIND","features":[43]},{"name":"DESCKIND_FUNCDESC","features":[43]},{"name":"DESCKIND_IMPLICITAPPOBJ","features":[43]},{"name":"DESCKIND_MAX","features":[43]},{"name":"DESCKIND_NONE","features":[43]},{"name":"DESCKIND_TYPECOMP","features":[43]},{"name":"DESCKIND_VARDESC","features":[43]},{"name":"DISPATCH_FLAGS","features":[43]},{"name":"DISPATCH_METHOD","features":[43]},{"name":"DISPATCH_PROPERTYGET","features":[43]},{"name":"DISPATCH_PROPERTYPUT","features":[43]},{"name":"DISPATCH_PROPERTYPUTREF","features":[43]},{"name":"DISPPARAMS","features":[3,43,44]},{"name":"DMUS_ERRBASE","features":[43]},{"name":"DVASPECT","features":[43]},{"name":"DVASPECT_CONTENT","features":[43]},{"name":"DVASPECT_DOCPRINT","features":[43]},{"name":"DVASPECT_ICON","features":[43]},{"name":"DVASPECT_OPAQUE","features":[43]},{"name":"DVASPECT_THUMBNAIL","features":[43]},{"name":"DVASPECT_TRANSPARENT","features":[43]},{"name":"DVTARGETDEVICE","features":[43]},{"name":"DWORD_BLOB","features":[43]},{"name":"DWORD_SIZEDARR","features":[43]},{"name":"DcomChannelSetHResult","features":[43]},{"name":"ELEMDESC","features":[3,43,158,44]},{"name":"EOAC_ACCESS_CONTROL","features":[43]},{"name":"EOAC_ANY_AUTHORITY","features":[43]},{"name":"EOAC_APPID","features":[43]},{"name":"EOAC_AUTO_IMPERSONATE","features":[43]},{"name":"EOAC_DEFAULT","features":[43]},{"name":"EOAC_DISABLE_AAA","features":[43]},{"name":"EOAC_DYNAMIC","features":[43]},{"name":"EOAC_DYNAMIC_CLOAKING","features":[43]},{"name":"EOAC_MAKE_FULLSIC","features":[43]},{"name":"EOAC_MUTUAL_AUTH","features":[43]},{"name":"EOAC_NONE","features":[43]},{"name":"EOAC_NO_CUSTOM_MARSHAL","features":[43]},{"name":"EOAC_REQUIRE_FULLSIC","features":[43]},{"name":"EOAC_RESERVED1","features":[43]},{"name":"EOAC_SECURE_REFS","features":[43]},{"name":"EOAC_STATIC_CLOAKING","features":[43]},{"name":"EOLE_AUTHENTICATION_CAPABILITIES","features":[43]},{"name":"EXCEPINFO","features":[43]},{"name":"EXTCONN","features":[43]},{"name":"EXTCONN_CALLABLE","features":[43]},{"name":"EXTCONN_STRONG","features":[43]},{"name":"EXTCONN_WEAK","features":[43]},{"name":"FADF_AUTO","features":[43]},{"name":"FADF_BSTR","features":[43]},{"name":"FADF_DISPATCH","features":[43]},{"name":"FADF_EMBEDDED","features":[43]},{"name":"FADF_FIXEDSIZE","features":[43]},{"name":"FADF_HAVEIID","features":[43]},{"name":"FADF_HAVEVARTYPE","features":[43]},{"name":"FADF_RECORD","features":[43]},{"name":"FADF_RESERVED","features":[43]},{"name":"FADF_STATIC","features":[43]},{"name":"FADF_UNKNOWN","features":[43]},{"name":"FADF_VARIANT","features":[43]},{"name":"FLAGGED_BYTE_BLOB","features":[43]},{"name":"FLAGGED_WORD_BLOB","features":[43]},{"name":"FLAG_STGMEDIUM","features":[3,14,43]},{"name":"FORMATETC","features":[43]},{"name":"FUNCDESC","features":[3,43,158,44]},{"name":"FUNCFLAGS","features":[43]},{"name":"FUNCFLAG_FBINDABLE","features":[43]},{"name":"FUNCFLAG_FDEFAULTBIND","features":[43]},{"name":"FUNCFLAG_FDEFAULTCOLLELEM","features":[43]},{"name":"FUNCFLAG_FDISPLAYBIND","features":[43]},{"name":"FUNCFLAG_FHIDDEN","features":[43]},{"name":"FUNCFLAG_FIMMEDIATEBIND","features":[43]},{"name":"FUNCFLAG_FNONBROWSABLE","features":[43]},{"name":"FUNCFLAG_FREPLACEABLE","features":[43]},{"name":"FUNCFLAG_FREQUESTEDIT","features":[43]},{"name":"FUNCFLAG_FRESTRICTED","features":[43]},{"name":"FUNCFLAG_FSOURCE","features":[43]},{"name":"FUNCFLAG_FUIDEFAULT","features":[43]},{"name":"FUNCFLAG_FUSESGETLASTERROR","features":[43]},{"name":"FUNCKIND","features":[43]},{"name":"FUNC_DISPATCH","features":[43]},{"name":"FUNC_NONVIRTUAL","features":[43]},{"name":"FUNC_PUREVIRTUAL","features":[43]},{"name":"FUNC_STATIC","features":[43]},{"name":"FUNC_VIRTUAL","features":[43]},{"name":"ForcedShutdown","features":[43]},{"name":"GDI_OBJECT","features":[14,43,38]},{"name":"GLOBALOPT_EH_VALUES","features":[43]},{"name":"GLOBALOPT_PROPERTIES","features":[43]},{"name":"GLOBALOPT_RO_FLAGS","features":[43]},{"name":"GLOBALOPT_RPCTP_VALUES","features":[43]},{"name":"GLOBALOPT_UNMARSHALING_POLICY_VALUES","features":[43]},{"name":"GetClassFile","features":[43]},{"name":"GetErrorInfo","features":[43]},{"name":"GetRunningObjectTable","features":[43]},{"name":"HYPER_SIZEDARR","features":[43]},{"name":"IActivationFilter","features":[43]},{"name":"IAddrExclusionControl","features":[43]},{"name":"IAddrTrackingControl","features":[43]},{"name":"IAdviseSink","features":[43]},{"name":"IAdviseSink2","features":[43]},{"name":"IAgileObject","features":[43]},{"name":"IAsyncManager","features":[43]},{"name":"IAsyncRpcChannelBuffer","features":[43]},{"name":"IAuthenticate","features":[43]},{"name":"IAuthenticateEx","features":[43]},{"name":"IBindCtx","features":[43]},{"name":"IBindHost","features":[43]},{"name":"IBindStatusCallback","features":[43]},{"name":"IBindStatusCallbackEx","features":[43]},{"name":"IBinding","features":[43]},{"name":"IBlockingLock","features":[43]},{"name":"ICallFactory","features":[43]},{"name":"ICancelMethodCalls","features":[43]},{"name":"ICatInformation","features":[43]},{"name":"ICatRegister","features":[43]},{"name":"IChannelHook","features":[43]},{"name":"IClassActivator","features":[43]},{"name":"IClassFactory","features":[43]},{"name":"IClientSecurity","features":[43]},{"name":"IComThreadingInfo","features":[43]},{"name":"IConnectionPoint","features":[43]},{"name":"IConnectionPointContainer","features":[43]},{"name":"IContext","features":[43]},{"name":"IContextCallback","features":[43]},{"name":"IDLDESC","features":[43]},{"name":"IDLFLAGS","features":[43]},{"name":"IDLFLAG_FIN","features":[43]},{"name":"IDLFLAG_FLCID","features":[43]},{"name":"IDLFLAG_FOUT","features":[43]},{"name":"IDLFLAG_FRETVAL","features":[43]},{"name":"IDLFLAG_NONE","features":[43]},{"name":"IDataAdviseHolder","features":[43]},{"name":"IDataObject","features":[43]},{"name":"IDispatch","features":[43]},{"name":"IEnumCATEGORYINFO","features":[43]},{"name":"IEnumConnectionPoints","features":[43]},{"name":"IEnumConnections","features":[43]},{"name":"IEnumContextProps","features":[43]},{"name":"IEnumFORMATETC","features":[43]},{"name":"IEnumGUID","features":[43]},{"name":"IEnumMoniker","features":[43]},{"name":"IEnumSTATDATA","features":[43]},{"name":"IEnumString","features":[43]},{"name":"IEnumUnknown","features":[43]},{"name":"IErrorInfo","features":[43]},{"name":"IErrorLog","features":[43]},{"name":"IExternalConnection","features":[43]},{"name":"IFastRundown","features":[43]},{"name":"IForegroundTransfer","features":[43]},{"name":"IGlobalInterfaceTable","features":[43]},{"name":"IGlobalOptions","features":[43]},{"name":"IIDFromString","features":[43]},{"name":"IInitializeSpy","features":[43]},{"name":"IInternalUnknown","features":[43]},{"name":"IMPLTYPEFLAGS","features":[43]},{"name":"IMPLTYPEFLAG_FDEFAULT","features":[43]},{"name":"IMPLTYPEFLAG_FDEFAULTVTABLE","features":[43]},{"name":"IMPLTYPEFLAG_FRESTRICTED","features":[43]},{"name":"IMPLTYPEFLAG_FSOURCE","features":[43]},{"name":"IMachineGlobalObjectTable","features":[43]},{"name":"IMalloc","features":[43]},{"name":"IMallocSpy","features":[43]},{"name":"IMoniker","features":[43]},{"name":"IMultiQI","features":[43]},{"name":"INTERFACEINFO","features":[43]},{"name":"INVOKEKIND","features":[43]},{"name":"INVOKE_FUNC","features":[43]},{"name":"INVOKE_PROPERTYGET","features":[43]},{"name":"INVOKE_PROPERTYPUT","features":[43]},{"name":"INVOKE_PROPERTYPUTREF","features":[43]},{"name":"INoMarshal","features":[43]},{"name":"IOplockStorage","features":[43]},{"name":"IPSFactoryBuffer","features":[43]},{"name":"IPersist","features":[43]},{"name":"IPersistFile","features":[43]},{"name":"IPersistMemory","features":[43]},{"name":"IPersistStream","features":[43]},{"name":"IPersistStreamInit","features":[43]},{"name":"IPipeByte","features":[43]},{"name":"IPipeDouble","features":[43]},{"name":"IPipeLong","features":[43]},{"name":"IProcessInitControl","features":[43]},{"name":"IProcessLock","features":[43]},{"name":"IProgressNotify","features":[43]},{"name":"IROTData","features":[43]},{"name":"IReleaseMarshalBuffers","features":[43]},{"name":"IRpcChannelBuffer","features":[43]},{"name":"IRpcChannelBuffer2","features":[43]},{"name":"IRpcChannelBuffer3","features":[43]},{"name":"IRpcHelper","features":[43]},{"name":"IRpcOptions","features":[43]},{"name":"IRpcProxyBuffer","features":[43]},{"name":"IRpcStubBuffer","features":[43]},{"name":"IRpcSyntaxNegotiate","features":[43]},{"name":"IRunnableObject","features":[43]},{"name":"IRunningObjectTable","features":[43]},{"name":"ISequentialStream","features":[43]},{"name":"IServerSecurity","features":[43]},{"name":"IServiceProvider","features":[43]},{"name":"IStdMarshalInfo","features":[43]},{"name":"IStream","features":[43]},{"name":"ISupportAllowLowerTrustActivation","features":[43]},{"name":"ISupportErrorInfo","features":[43]},{"name":"ISurrogate","features":[43]},{"name":"ISurrogateService","features":[43]},{"name":"ISynchronize","features":[43]},{"name":"ISynchronizeContainer","features":[43]},{"name":"ISynchronizeEvent","features":[43]},{"name":"ISynchronizeHandle","features":[43]},{"name":"ISynchronizeMutex","features":[43]},{"name":"ITimeAndNoticeControl","features":[43]},{"name":"ITypeComp","features":[43]},{"name":"ITypeInfo","features":[43]},{"name":"ITypeInfo2","features":[43]},{"name":"ITypeLib","features":[43]},{"name":"ITypeLib2","features":[43]},{"name":"ITypeLibRegistration","features":[43]},{"name":"ITypeLibRegistrationReader","features":[43]},{"name":"IUnknown","features":[43]},{"name":"IUri","features":[43]},{"name":"IUriBuilder","features":[43]},{"name":"IUrlMon","features":[43]},{"name":"IWaitMultiple","features":[43]},{"name":"IdleShutdown","features":[43]},{"name":"LOCKTYPE","features":[43]},{"name":"LOCK_EXCLUSIVE","features":[43]},{"name":"LOCK_ONLYONCE","features":[43]},{"name":"LOCK_WRITE","features":[43]},{"name":"LPEXCEPFINO_DEFERRED_FILLIN","features":[43]},{"name":"LPFNCANUNLOADNOW","features":[43]},{"name":"LPFNGETCLASSOBJECT","features":[43]},{"name":"LibraryApplication","features":[43]},{"name":"MARSHALINTERFACE_MIN","features":[43]},{"name":"MAXLSN","features":[43]},{"name":"MEMCTX","features":[43]},{"name":"MEMCTX_MACSYSTEM","features":[43]},{"name":"MEMCTX_SAME","features":[43]},{"name":"MEMCTX_SHARED","features":[43]},{"name":"MEMCTX_TASK","features":[43]},{"name":"MEMCTX_UNKNOWN","features":[43]},{"name":"MKRREDUCE","features":[43]},{"name":"MKRREDUCE_ALL","features":[43]},{"name":"MKRREDUCE_ONE","features":[43]},{"name":"MKRREDUCE_THROUGHUSER","features":[43]},{"name":"MKRREDUCE_TOUSER","features":[43]},{"name":"MKSYS","features":[43]},{"name":"MKSYS_ANTIMONIKER","features":[43]},{"name":"MKSYS_CLASSMONIKER","features":[43]},{"name":"MKSYS_FILEMONIKER","features":[43]},{"name":"MKSYS_GENERICCOMPOSITE","features":[43]},{"name":"MKSYS_ITEMMONIKER","features":[43]},{"name":"MKSYS_LUAMONIKER","features":[43]},{"name":"MKSYS_NONE","features":[43]},{"name":"MKSYS_OBJREFMONIKER","features":[43]},{"name":"MKSYS_POINTERMONIKER","features":[43]},{"name":"MKSYS_SESSIONMONIKER","features":[43]},{"name":"MSHCTX","features":[43]},{"name":"MSHCTX_CONTAINER","features":[43]},{"name":"MSHCTX_CROSSCTX","features":[43]},{"name":"MSHCTX_DIFFERENTMACHINE","features":[43]},{"name":"MSHCTX_INPROC","features":[43]},{"name":"MSHCTX_LOCAL","features":[43]},{"name":"MSHCTX_NOSHAREDMEM","features":[43]},{"name":"MSHLFLAGS","features":[43]},{"name":"MSHLFLAGS_NOPING","features":[43]},{"name":"MSHLFLAGS_NORMAL","features":[43]},{"name":"MSHLFLAGS_RESERVED1","features":[43]},{"name":"MSHLFLAGS_RESERVED2","features":[43]},{"name":"MSHLFLAGS_RESERVED3","features":[43]},{"name":"MSHLFLAGS_RESERVED4","features":[43]},{"name":"MSHLFLAGS_TABLESTRONG","features":[43]},{"name":"MSHLFLAGS_TABLEWEAK","features":[43]},{"name":"MULTI_QI","features":[43]},{"name":"MachineGlobalObjectTableRegistrationToken","features":[43]},{"name":"MkParseDisplayName","features":[43]},{"name":"MonikerCommonPrefixWith","features":[43]},{"name":"MonikerRelativePathTo","features":[3,43]},{"name":"PENDINGMSG","features":[43]},{"name":"PENDINGMSG_CANCELCALL","features":[43]},{"name":"PENDINGMSG_WAITDEFPROCESS","features":[43]},{"name":"PENDINGMSG_WAITNOPROCESS","features":[43]},{"name":"PENDINGTYPE","features":[43]},{"name":"PENDINGTYPE_NESTED","features":[43]},{"name":"PENDINGTYPE_TOPLEVEL","features":[43]},{"name":"PFNCONTEXTCALL","features":[43]},{"name":"ProgIDFromCLSID","features":[43]},{"name":"QUERYCONTEXT","features":[43]},{"name":"REGCLS","features":[43]},{"name":"REGCLS_AGILE","features":[43]},{"name":"REGCLS_MULTIPLEUSE","features":[43]},{"name":"REGCLS_MULTI_SEPARATE","features":[43]},{"name":"REGCLS_SINGLEUSE","features":[43]},{"name":"REGCLS_SURROGATE","features":[43]},{"name":"REGCLS_SUSPENDED","features":[43]},{"name":"ROTFLAGS_ALLOWANYCLIENT","features":[43]},{"name":"ROTFLAGS_REGISTRATIONKEEPSALIVE","features":[43]},{"name":"ROTREGFLAGS_ALLOWANYCLIENT","features":[43]},{"name":"ROT_FLAGS","features":[43]},{"name":"RPCOLEMESSAGE","features":[43]},{"name":"RPCOPT_PROPERTIES","features":[43]},{"name":"RPCOPT_SERVER_LOCALITY_VALUES","features":[43]},{"name":"RPC_C_AUTHN_LEVEL","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_CALL","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_CONNECT","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_DEFAULT","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_NONE","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_PKT","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_PKT_INTEGRITY","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_PKT_PRIVACY","features":[43]},{"name":"RPC_C_IMP_LEVEL","features":[43]},{"name":"RPC_C_IMP_LEVEL_ANONYMOUS","features":[43]},{"name":"RPC_C_IMP_LEVEL_DEFAULT","features":[43]},{"name":"RPC_C_IMP_LEVEL_DELEGATE","features":[43]},{"name":"RPC_C_IMP_LEVEL_IDENTIFY","features":[43]},{"name":"RPC_C_IMP_LEVEL_IMPERSONATE","features":[43]},{"name":"RemSTGMEDIUM","features":[43]},{"name":"SAFEARRAY","features":[43]},{"name":"SAFEARRAYBOUND","features":[43]},{"name":"SChannelHookCallInfo","features":[43]},{"name":"SD_ACCESSPERMISSIONS","features":[43]},{"name":"SD_ACCESSRESTRICTIONS","features":[43]},{"name":"SD_LAUNCHPERMISSIONS","features":[43]},{"name":"SD_LAUNCHRESTRICTIONS","features":[43]},{"name":"SERVERCALL","features":[43]},{"name":"SERVERCALL_ISHANDLED","features":[43]},{"name":"SERVERCALL_REJECTED","features":[43]},{"name":"SERVERCALL_RETRYLATER","features":[43]},{"name":"SERVER_LOCALITY_MACHINE_LOCAL","features":[43]},{"name":"SERVER_LOCALITY_PROCESS_LOCAL","features":[43]},{"name":"SERVER_LOCALITY_REMOTE","features":[43]},{"name":"SOLE_AUTHENTICATION_INFO","features":[43]},{"name":"SOLE_AUTHENTICATION_LIST","features":[43]},{"name":"SOLE_AUTHENTICATION_SERVICE","features":[43]},{"name":"STATDATA","features":[43]},{"name":"STATFLAG","features":[43]},{"name":"STATFLAG_DEFAULT","features":[43]},{"name":"STATFLAG_NONAME","features":[43]},{"name":"STATFLAG_NOOPEN","features":[43]},{"name":"STATSTG","features":[3,43]},{"name":"STGC","features":[43]},{"name":"STGC_CONSOLIDATE","features":[43]},{"name":"STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE","features":[43]},{"name":"STGC_DEFAULT","features":[43]},{"name":"STGC_ONLYIFCURRENT","features":[43]},{"name":"STGC_OVERWRITE","features":[43]},{"name":"STGM","features":[43]},{"name":"STGMEDIUM","features":[3,14,43]},{"name":"STGM_CONVERT","features":[43]},{"name":"STGM_CREATE","features":[43]},{"name":"STGM_DELETEONRELEASE","features":[43]},{"name":"STGM_DIRECT","features":[43]},{"name":"STGM_DIRECT_SWMR","features":[43]},{"name":"STGM_FAILIFTHERE","features":[43]},{"name":"STGM_NOSCRATCH","features":[43]},{"name":"STGM_NOSNAPSHOT","features":[43]},{"name":"STGM_PRIORITY","features":[43]},{"name":"STGM_READ","features":[43]},{"name":"STGM_READWRITE","features":[43]},{"name":"STGM_SHARE_DENY_NONE","features":[43]},{"name":"STGM_SHARE_DENY_READ","features":[43]},{"name":"STGM_SHARE_DENY_WRITE","features":[43]},{"name":"STGM_SHARE_EXCLUSIVE","features":[43]},{"name":"STGM_SIMPLE","features":[43]},{"name":"STGM_TRANSACTED","features":[43]},{"name":"STGM_WRITE","features":[43]},{"name":"STGTY","features":[43]},{"name":"STGTY_LOCKBYTES","features":[43]},{"name":"STGTY_PROPERTY","features":[43]},{"name":"STGTY_REPEAT","features":[43]},{"name":"STGTY_STORAGE","features":[43]},{"name":"STGTY_STREAM","features":[43]},{"name":"STG_LAYOUT_INTERLEAVED","features":[43]},{"name":"STG_LAYOUT_SEQUENTIAL","features":[43]},{"name":"STG_TOEND","features":[43]},{"name":"STREAM_SEEK","features":[43]},{"name":"STREAM_SEEK_CUR","features":[43]},{"name":"STREAM_SEEK_END","features":[43]},{"name":"STREAM_SEEK_SET","features":[43]},{"name":"SYSKIND","features":[43]},{"name":"SYS_MAC","features":[43]},{"name":"SYS_WIN16","features":[43]},{"name":"SYS_WIN32","features":[43]},{"name":"SYS_WIN64","features":[43]},{"name":"ServerApplication","features":[43]},{"name":"SetErrorInfo","features":[43]},{"name":"ShutdownType","features":[43]},{"name":"StorageLayout","features":[43]},{"name":"StringFromCLSID","features":[43]},{"name":"StringFromGUID2","features":[43]},{"name":"StringFromIID","features":[43]},{"name":"THDTYPE","features":[43]},{"name":"THDTYPE_BLOCKMESSAGES","features":[43]},{"name":"THDTYPE_PROCESSMESSAGES","features":[43]},{"name":"TKIND_ALIAS","features":[43]},{"name":"TKIND_COCLASS","features":[43]},{"name":"TKIND_DISPATCH","features":[43]},{"name":"TKIND_ENUM","features":[43]},{"name":"TKIND_INTERFACE","features":[43]},{"name":"TKIND_MAX","features":[43]},{"name":"TKIND_MODULE","features":[43]},{"name":"TKIND_RECORD","features":[43]},{"name":"TKIND_UNION","features":[43]},{"name":"TLIBATTR","features":[43]},{"name":"TYMED","features":[43]},{"name":"TYMED_ENHMF","features":[43]},{"name":"TYMED_FILE","features":[43]},{"name":"TYMED_GDI","features":[43]},{"name":"TYMED_HGLOBAL","features":[43]},{"name":"TYMED_ISTORAGE","features":[43]},{"name":"TYMED_ISTREAM","features":[43]},{"name":"TYMED_MFPICT","features":[43]},{"name":"TYMED_NULL","features":[43]},{"name":"TYPEATTR","features":[43,158,44]},{"name":"TYPEDESC","features":[43,158,44]},{"name":"TYPEKIND","features":[43]},{"name":"TYSPEC","features":[43]},{"name":"TYSPEC_CLSID","features":[43]},{"name":"TYSPEC_FILEEXT","features":[43]},{"name":"TYSPEC_FILENAME","features":[43]},{"name":"TYSPEC_MIMETYPE","features":[43]},{"name":"TYSPEC_OBJECTID","features":[43]},{"name":"TYSPEC_PACKAGENAME","features":[43]},{"name":"TYSPEC_PROGID","features":[43]},{"name":"URI_CREATE_FLAGS","features":[43]},{"name":"Uri_CREATE_ALLOW_IMPLICIT_FILE_SCHEME","features":[43]},{"name":"Uri_CREATE_ALLOW_IMPLICIT_WILDCARD_SCHEME","features":[43]},{"name":"Uri_CREATE_ALLOW_RELATIVE","features":[43]},{"name":"Uri_CREATE_CANONICALIZE","features":[43]},{"name":"Uri_CREATE_CANONICALIZE_ABSOLUTE","features":[43]},{"name":"Uri_CREATE_CRACK_UNKNOWN_SCHEMES","features":[43]},{"name":"Uri_CREATE_DECODE_EXTRA_INFO","features":[43]},{"name":"Uri_CREATE_FILE_USE_DOS_PATH","features":[43]},{"name":"Uri_CREATE_IE_SETTINGS","features":[43]},{"name":"Uri_CREATE_NOFRAG","features":[43]},{"name":"Uri_CREATE_NORMALIZE_INTL_CHARACTERS","features":[43]},{"name":"Uri_CREATE_NO_CANONICALIZE","features":[43]},{"name":"Uri_CREATE_NO_CRACK_UNKNOWN_SCHEMES","features":[43]},{"name":"Uri_CREATE_NO_DECODE_EXTRA_INFO","features":[43]},{"name":"Uri_CREATE_NO_ENCODE_FORBIDDEN_CHARACTERS","features":[43]},{"name":"Uri_CREATE_NO_IE_SETTINGS","features":[43]},{"name":"Uri_CREATE_NO_PRE_PROCESS_HTML_URI","features":[43]},{"name":"Uri_CREATE_PRE_PROCESS_HTML_URI","features":[43]},{"name":"Uri_PROPERTY","features":[43]},{"name":"Uri_PROPERTY_ABSOLUTE_URI","features":[43]},{"name":"Uri_PROPERTY_AUTHORITY","features":[43]},{"name":"Uri_PROPERTY_DISPLAY_URI","features":[43]},{"name":"Uri_PROPERTY_DOMAIN","features":[43]},{"name":"Uri_PROPERTY_DWORD_LAST","features":[43]},{"name":"Uri_PROPERTY_DWORD_START","features":[43]},{"name":"Uri_PROPERTY_EXTENSION","features":[43]},{"name":"Uri_PROPERTY_FRAGMENT","features":[43]},{"name":"Uri_PROPERTY_HOST","features":[43]},{"name":"Uri_PROPERTY_HOST_TYPE","features":[43]},{"name":"Uri_PROPERTY_PASSWORD","features":[43]},{"name":"Uri_PROPERTY_PATH","features":[43]},{"name":"Uri_PROPERTY_PATH_AND_QUERY","features":[43]},{"name":"Uri_PROPERTY_PORT","features":[43]},{"name":"Uri_PROPERTY_QUERY","features":[43]},{"name":"Uri_PROPERTY_RAW_URI","features":[43]},{"name":"Uri_PROPERTY_SCHEME","features":[43]},{"name":"Uri_PROPERTY_SCHEME_NAME","features":[43]},{"name":"Uri_PROPERTY_STRING_LAST","features":[43]},{"name":"Uri_PROPERTY_STRING_START","features":[43]},{"name":"Uri_PROPERTY_USER_INFO","features":[43]},{"name":"Uri_PROPERTY_USER_NAME","features":[43]},{"name":"Uri_PROPERTY_ZONE","features":[43]},{"name":"VARDESC","features":[3,43,158,44]},{"name":"VARFLAGS","features":[43]},{"name":"VARFLAG_FBINDABLE","features":[43]},{"name":"VARFLAG_FDEFAULTBIND","features":[43]},{"name":"VARFLAG_FDEFAULTCOLLELEM","features":[43]},{"name":"VARFLAG_FDISPLAYBIND","features":[43]},{"name":"VARFLAG_FHIDDEN","features":[43]},{"name":"VARFLAG_FIMMEDIATEBIND","features":[43]},{"name":"VARFLAG_FNONBROWSABLE","features":[43]},{"name":"VARFLAG_FREADONLY","features":[43]},{"name":"VARFLAG_FREPLACEABLE","features":[43]},{"name":"VARFLAG_FREQUESTEDIT","features":[43]},{"name":"VARFLAG_FRESTRICTED","features":[43]},{"name":"VARFLAG_FSOURCE","features":[43]},{"name":"VARFLAG_FUIDEFAULT","features":[43]},{"name":"VARKIND","features":[43]},{"name":"VAR_CONST","features":[43]},{"name":"VAR_DISPATCH","features":[43]},{"name":"VAR_PERINSTANCE","features":[43]},{"name":"VAR_STATIC","features":[43]},{"name":"WORD_BLOB","features":[43]},{"name":"WORD_SIZEDARR","features":[43]},{"name":"uCLSSPEC","features":[43]},{"name":"userFLAG_STGMEDIUM","features":[14,43,38]},{"name":"userSTGMEDIUM","features":[14,43,38]}],"541":[{"name":"BSTR_UserFree","features":[159]},{"name":"BSTR_UserFree64","features":[159]},{"name":"BSTR_UserMarshal","features":[159]},{"name":"BSTR_UserMarshal64","features":[159]},{"name":"BSTR_UserSize","features":[159]},{"name":"BSTR_UserSize64","features":[159]},{"name":"BSTR_UserUnmarshal","features":[159]},{"name":"BSTR_UserUnmarshal64","features":[159]},{"name":"CLIPFORMAT_UserFree","features":[159]},{"name":"CLIPFORMAT_UserFree64","features":[159]},{"name":"CLIPFORMAT_UserMarshal","features":[159]},{"name":"CLIPFORMAT_UserMarshal64","features":[159]},{"name":"CLIPFORMAT_UserSize","features":[159]},{"name":"CLIPFORMAT_UserSize64","features":[159]},{"name":"CLIPFORMAT_UserUnmarshal","features":[159]},{"name":"CLIPFORMAT_UserUnmarshal64","features":[159]},{"name":"CoGetMarshalSizeMax","features":[159]},{"name":"CoGetStandardMarshal","features":[159]},{"name":"CoGetStdMarshalEx","features":[159]},{"name":"CoMarshalHresult","features":[159]},{"name":"CoMarshalInterThreadInterfaceInStream","features":[159]},{"name":"CoMarshalInterface","features":[159]},{"name":"CoReleaseMarshalData","features":[159]},{"name":"CoUnmarshalHresult","features":[159]},{"name":"CoUnmarshalInterface","features":[159]},{"name":"HACCEL_UserFree","features":[159,52]},{"name":"HACCEL_UserFree64","features":[159,52]},{"name":"HACCEL_UserMarshal","features":[159,52]},{"name":"HACCEL_UserMarshal64","features":[159,52]},{"name":"HACCEL_UserSize","features":[159,52]},{"name":"HACCEL_UserSize64","features":[159,52]},{"name":"HACCEL_UserUnmarshal","features":[159,52]},{"name":"HACCEL_UserUnmarshal64","features":[159,52]},{"name":"HBITMAP_UserFree","features":[14,159]},{"name":"HBITMAP_UserFree64","features":[14,159]},{"name":"HBITMAP_UserMarshal","features":[14,159]},{"name":"HBITMAP_UserMarshal64","features":[14,159]},{"name":"HBITMAP_UserSize","features":[14,159]},{"name":"HBITMAP_UserSize64","features":[14,159]},{"name":"HBITMAP_UserUnmarshal","features":[14,159]},{"name":"HBITMAP_UserUnmarshal64","features":[14,159]},{"name":"HDC_UserFree","features":[14,159]},{"name":"HDC_UserFree64","features":[14,159]},{"name":"HDC_UserMarshal","features":[14,159]},{"name":"HDC_UserMarshal64","features":[14,159]},{"name":"HDC_UserSize","features":[14,159]},{"name":"HDC_UserSize64","features":[14,159]},{"name":"HDC_UserUnmarshal","features":[14,159]},{"name":"HDC_UserUnmarshal64","features":[14,159]},{"name":"HGLOBAL_UserFree","features":[3,159]},{"name":"HGLOBAL_UserFree64","features":[3,159]},{"name":"HGLOBAL_UserMarshal","features":[3,159]},{"name":"HGLOBAL_UserMarshal64","features":[3,159]},{"name":"HGLOBAL_UserSize","features":[3,159]},{"name":"HGLOBAL_UserSize64","features":[3,159]},{"name":"HGLOBAL_UserUnmarshal","features":[3,159]},{"name":"HGLOBAL_UserUnmarshal64","features":[3,159]},{"name":"HICON_UserFree","features":[159,52]},{"name":"HICON_UserFree64","features":[159,52]},{"name":"HICON_UserMarshal","features":[159,52]},{"name":"HICON_UserMarshal64","features":[159,52]},{"name":"HICON_UserSize","features":[159,52]},{"name":"HICON_UserSize64","features":[159,52]},{"name":"HICON_UserUnmarshal","features":[159,52]},{"name":"HICON_UserUnmarshal64","features":[159,52]},{"name":"HMENU_UserFree","features":[159,52]},{"name":"HMENU_UserFree64","features":[159,52]},{"name":"HMENU_UserMarshal","features":[159,52]},{"name":"HMENU_UserMarshal64","features":[159,52]},{"name":"HMENU_UserSize","features":[159,52]},{"name":"HMENU_UserSize64","features":[159,52]},{"name":"HMENU_UserUnmarshal","features":[159,52]},{"name":"HMENU_UserUnmarshal64","features":[159,52]},{"name":"HPALETTE_UserFree","features":[14,159]},{"name":"HPALETTE_UserFree64","features":[14,159]},{"name":"HPALETTE_UserMarshal","features":[14,159]},{"name":"HPALETTE_UserMarshal64","features":[14,159]},{"name":"HPALETTE_UserSize","features":[14,159]},{"name":"HPALETTE_UserSize64","features":[14,159]},{"name":"HPALETTE_UserUnmarshal","features":[14,159]},{"name":"HPALETTE_UserUnmarshal64","features":[14,159]},{"name":"HWND_UserFree","features":[3,159]},{"name":"HWND_UserFree64","features":[3,159]},{"name":"HWND_UserMarshal","features":[3,159]},{"name":"HWND_UserMarshal64","features":[3,159]},{"name":"HWND_UserSize","features":[3,159]},{"name":"HWND_UserSize64","features":[3,159]},{"name":"HWND_UserUnmarshal","features":[3,159]},{"name":"HWND_UserUnmarshal64","features":[3,159]},{"name":"IMarshal","features":[159]},{"name":"IMarshal2","features":[159]},{"name":"IMarshalingStream","features":[159]},{"name":"LPSAFEARRAY_UserFree","features":[159]},{"name":"LPSAFEARRAY_UserFree64","features":[159]},{"name":"LPSAFEARRAY_UserMarshal","features":[159]},{"name":"LPSAFEARRAY_UserMarshal64","features":[159]},{"name":"LPSAFEARRAY_UserSize","features":[159]},{"name":"LPSAFEARRAY_UserSize64","features":[159]},{"name":"LPSAFEARRAY_UserUnmarshal","features":[159]},{"name":"LPSAFEARRAY_UserUnmarshal64","features":[159]},{"name":"SMEXF_HANDLER","features":[159]},{"name":"SMEXF_SERVER","features":[159]},{"name":"SNB_UserFree","features":[159]},{"name":"SNB_UserFree64","features":[159]},{"name":"SNB_UserMarshal","features":[159]},{"name":"SNB_UserMarshal64","features":[159]},{"name":"SNB_UserSize","features":[159]},{"name":"SNB_UserSize64","features":[159]},{"name":"SNB_UserUnmarshal","features":[159]},{"name":"SNB_UserUnmarshal64","features":[159]},{"name":"STDMSHLFLAGS","features":[159]},{"name":"STGMEDIUM_UserFree","features":[3,14,159]},{"name":"STGMEDIUM_UserFree64","features":[3,14,159]},{"name":"STGMEDIUM_UserMarshal","features":[3,14,159]},{"name":"STGMEDIUM_UserMarshal64","features":[3,14,159]},{"name":"STGMEDIUM_UserSize","features":[3,14,159]},{"name":"STGMEDIUM_UserSize64","features":[3,14,159]},{"name":"STGMEDIUM_UserUnmarshal","features":[3,14,159]},{"name":"STGMEDIUM_UserUnmarshal64","features":[3,14,159]}],"542":[{"name":"BSTRBLOB","features":[65]},{"name":"CABOOL","features":[3,65]},{"name":"CABSTR","features":[65]},{"name":"CABSTRBLOB","features":[65]},{"name":"CAC","features":[65]},{"name":"CACLIPDATA","features":[65]},{"name":"CACLSID","features":[65]},{"name":"CACY","features":[65]},{"name":"CADATE","features":[65]},{"name":"CADBL","features":[65]},{"name":"CAFILETIME","features":[3,65]},{"name":"CAFLT","features":[65]},{"name":"CAH","features":[65]},{"name":"CAI","features":[65]},{"name":"CAL","features":[65]},{"name":"CALPSTR","features":[65]},{"name":"CALPWSTR","features":[65]},{"name":"CAPROPVARIANT","features":[3,65,44]},{"name":"CASCODE","features":[65]},{"name":"CAUB","features":[65]},{"name":"CAUH","features":[65]},{"name":"CAUI","features":[65]},{"name":"CAUL","features":[65]},{"name":"CCH_MAX_PROPSTG_NAME","features":[65]},{"name":"CLIPDATA","features":[65]},{"name":"CWCSTORAGENAME","features":[65]},{"name":"ClearPropVariantArray","features":[3,65,44]},{"name":"CoGetInstanceFromFile","features":[65]},{"name":"CoGetInstanceFromIStorage","features":[65]},{"name":"CoGetInterfaceAndReleaseStream","features":[65]},{"name":"CreateILockBytesOnHGlobal","features":[3,65]},{"name":"CreateStreamOnHGlobal","features":[3,65]},{"name":"FmtIdToPropStgName","features":[65]},{"name":"FreePropVariantArray","features":[3,65,44]},{"name":"GetConvertStg","features":[65]},{"name":"GetHGlobalFromILockBytes","features":[3,65]},{"name":"GetHGlobalFromStream","features":[3,65]},{"name":"IDirectWriterLock","features":[65]},{"name":"IEnumSTATPROPSETSTG","features":[65]},{"name":"IEnumSTATPROPSTG","features":[65]},{"name":"IEnumSTATSTG","features":[65]},{"name":"IFillLockBytes","features":[65]},{"name":"ILayoutStorage","features":[65]},{"name":"ILockBytes","features":[65]},{"name":"IMemoryAllocator","features":[65]},{"name":"IPersistStorage","features":[65]},{"name":"IPropertyBag","features":[65]},{"name":"IPropertyBag2","features":[65]},{"name":"IPropertySetStorage","features":[65]},{"name":"IPropertyStorage","features":[65]},{"name":"IRootStorage","features":[65]},{"name":"IStorage","features":[65]},{"name":"InitPropVariantFromBooleanVector","features":[3,65,44]},{"name":"InitPropVariantFromBuffer","features":[3,65,44]},{"name":"InitPropVariantFromCLSID","features":[3,65,44]},{"name":"InitPropVariantFromDoubleVector","features":[3,65,44]},{"name":"InitPropVariantFromFileTime","features":[3,65,44]},{"name":"InitPropVariantFromFileTimeVector","features":[3,65,44]},{"name":"InitPropVariantFromGUIDAsString","features":[3,65,44]},{"name":"InitPropVariantFromInt16Vector","features":[3,65,44]},{"name":"InitPropVariantFromInt32Vector","features":[3,65,44]},{"name":"InitPropVariantFromInt64Vector","features":[3,65,44]},{"name":"InitPropVariantFromPropVariantVectorElem","features":[3,65,44]},{"name":"InitPropVariantFromResource","features":[3,65,44]},{"name":"InitPropVariantFromStringAsVector","features":[3,65,44]},{"name":"InitPropVariantFromStringVector","features":[3,65,44]},{"name":"InitPropVariantFromUInt16Vector","features":[3,65,44]},{"name":"InitPropVariantFromUInt32Vector","features":[3,65,44]},{"name":"InitPropVariantFromUInt64Vector","features":[3,65,44]},{"name":"InitPropVariantVectorFromPropVariant","features":[3,65,44]},{"name":"OLESTREAM","features":[65]},{"name":"OLESTREAMVTBL","features":[65]},{"name":"OleConvertIStorageToOLESTREAM","features":[65]},{"name":"OleConvertIStorageToOLESTREAMEx","features":[3,14,65]},{"name":"OleConvertOLESTREAMToIStorage","features":[65]},{"name":"OleConvertOLESTREAMToIStorageEx","features":[3,14,65]},{"name":"PIDDI_THUMBNAIL","features":[65]},{"name":"PIDDSI_BYTECOUNT","features":[65]},{"name":"PIDDSI_CATEGORY","features":[65]},{"name":"PIDDSI_COMPANY","features":[65]},{"name":"PIDDSI_DOCPARTS","features":[65]},{"name":"PIDDSI_HEADINGPAIR","features":[65]},{"name":"PIDDSI_HIDDENCOUNT","features":[65]},{"name":"PIDDSI_LINECOUNT","features":[65]},{"name":"PIDDSI_LINKSDIRTY","features":[65]},{"name":"PIDDSI_MANAGER","features":[65]},{"name":"PIDDSI_MMCLIPCOUNT","features":[65]},{"name":"PIDDSI_NOTECOUNT","features":[65]},{"name":"PIDDSI_PARCOUNT","features":[65]},{"name":"PIDDSI_PRESFORMAT","features":[65]},{"name":"PIDDSI_SCALE","features":[65]},{"name":"PIDDSI_SLIDECOUNT","features":[65]},{"name":"PIDMSI_COPYRIGHT","features":[65]},{"name":"PIDMSI_EDITOR","features":[65]},{"name":"PIDMSI_OWNER","features":[65]},{"name":"PIDMSI_PRODUCTION","features":[65]},{"name":"PIDMSI_PROJECT","features":[65]},{"name":"PIDMSI_RATING","features":[65]},{"name":"PIDMSI_SEQUENCE_NO","features":[65]},{"name":"PIDMSI_SOURCE","features":[65]},{"name":"PIDMSI_STATUS","features":[65]},{"name":"PIDMSI_STATUS_DRAFT","features":[65]},{"name":"PIDMSI_STATUS_EDIT","features":[65]},{"name":"PIDMSI_STATUS_FINAL","features":[65]},{"name":"PIDMSI_STATUS_INPROGRESS","features":[65]},{"name":"PIDMSI_STATUS_NEW","features":[65]},{"name":"PIDMSI_STATUS_NORMAL","features":[65]},{"name":"PIDMSI_STATUS_OTHER","features":[65]},{"name":"PIDMSI_STATUS_PRELIM","features":[65]},{"name":"PIDMSI_STATUS_PROOF","features":[65]},{"name":"PIDMSI_STATUS_REVIEW","features":[65]},{"name":"PIDMSI_STATUS_VALUE","features":[65]},{"name":"PIDMSI_SUPPLIER","features":[65]},{"name":"PIDSI_APPNAME","features":[65]},{"name":"PIDSI_AUTHOR","features":[65]},{"name":"PIDSI_CHARCOUNT","features":[65]},{"name":"PIDSI_COMMENTS","features":[65]},{"name":"PIDSI_CREATE_DTM","features":[65]},{"name":"PIDSI_DOC_SECURITY","features":[65]},{"name":"PIDSI_EDITTIME","features":[65]},{"name":"PIDSI_KEYWORDS","features":[65]},{"name":"PIDSI_LASTAUTHOR","features":[65]},{"name":"PIDSI_LASTPRINTED","features":[65]},{"name":"PIDSI_LASTSAVE_DTM","features":[65]},{"name":"PIDSI_PAGECOUNT","features":[65]},{"name":"PIDSI_REVNUMBER","features":[65]},{"name":"PIDSI_SUBJECT","features":[65]},{"name":"PIDSI_TEMPLATE","features":[65]},{"name":"PIDSI_THUMBNAIL","features":[65]},{"name":"PIDSI_TITLE","features":[65]},{"name":"PIDSI_WORDCOUNT","features":[65]},{"name":"PID_BEHAVIOR","features":[65]},{"name":"PID_CODEPAGE","features":[65]},{"name":"PID_DICTIONARY","features":[65]},{"name":"PID_FIRST_NAME_DEFAULT","features":[65]},{"name":"PID_FIRST_USABLE","features":[65]},{"name":"PID_ILLEGAL","features":[65]},{"name":"PID_LOCALE","features":[65]},{"name":"PID_MAX_READONLY","features":[65]},{"name":"PID_MIN_READONLY","features":[65]},{"name":"PID_MODIFY_TIME","features":[65]},{"name":"PID_SECURITY","features":[65]},{"name":"PROPBAG2","features":[65,44]},{"name":"PROPSETFLAG_ANSI","features":[65]},{"name":"PROPSETFLAG_CASE_SENSITIVE","features":[65]},{"name":"PROPSETFLAG_DEFAULT","features":[65]},{"name":"PROPSETFLAG_NONSIMPLE","features":[65]},{"name":"PROPSETFLAG_UNBUFFERED","features":[65]},{"name":"PROPSETHDR_OSVERSION_UNKNOWN","features":[65]},{"name":"PROPSET_BEHAVIOR_CASE_SENSITIVE","features":[65]},{"name":"PROPSPEC","features":[65]},{"name":"PROPSPEC_KIND","features":[65]},{"name":"PROPVARIANT","features":[3,65,44]},{"name":"PROPVAR_CHANGE_FLAGS","features":[65]},{"name":"PROPVAR_COMPARE_FLAGS","features":[65]},{"name":"PROPVAR_COMPARE_UNIT","features":[65]},{"name":"PRSPEC_INVALID","features":[65]},{"name":"PRSPEC_LPWSTR","features":[65]},{"name":"PRSPEC_PROPID","features":[65]},{"name":"PVCF_DEFAULT","features":[65]},{"name":"PVCF_DIGITSASNUMBERS_CASESENSITIVE","features":[65]},{"name":"PVCF_TREATEMPTYASGREATERTHAN","features":[65]},{"name":"PVCF_USESTRCMP","features":[65]},{"name":"PVCF_USESTRCMPC","features":[65]},{"name":"PVCF_USESTRCMPI","features":[65]},{"name":"PVCF_USESTRCMPIC","features":[65]},{"name":"PVCHF_ALPHABOOL","features":[65]},{"name":"PVCHF_DEFAULT","features":[65]},{"name":"PVCHF_LOCALBOOL","features":[65]},{"name":"PVCHF_NOHEXSTRING","features":[65]},{"name":"PVCHF_NOUSEROVERRIDE","features":[65]},{"name":"PVCHF_NOVALUEPROP","features":[65]},{"name":"PVCU_DAY","features":[65]},{"name":"PVCU_DEFAULT","features":[65]},{"name":"PVCU_HOUR","features":[65]},{"name":"PVCU_MINUTE","features":[65]},{"name":"PVCU_MONTH","features":[65]},{"name":"PVCU_SECOND","features":[65]},{"name":"PVCU_YEAR","features":[65]},{"name":"PropStgNameToFmtId","features":[65]},{"name":"PropVariantChangeType","features":[3,65,44]},{"name":"PropVariantClear","features":[3,65,44]},{"name":"PropVariantCompareEx","features":[3,65,44]},{"name":"PropVariantCopy","features":[3,65,44]},{"name":"PropVariantGetBooleanElem","features":[3,65,44]},{"name":"PropVariantGetDoubleElem","features":[3,65,44]},{"name":"PropVariantGetElementCount","features":[3,65,44]},{"name":"PropVariantGetFileTimeElem","features":[3,65,44]},{"name":"PropVariantGetInt16Elem","features":[3,65,44]},{"name":"PropVariantGetInt32Elem","features":[3,65,44]},{"name":"PropVariantGetInt64Elem","features":[3,65,44]},{"name":"PropVariantGetStringElem","features":[3,65,44]},{"name":"PropVariantGetUInt16Elem","features":[3,65,44]},{"name":"PropVariantGetUInt32Elem","features":[3,65,44]},{"name":"PropVariantGetUInt64Elem","features":[3,65,44]},{"name":"PropVariantToBSTR","features":[3,65,44]},{"name":"PropVariantToBoolean","features":[3,65,44]},{"name":"PropVariantToBooleanVector","features":[3,65,44]},{"name":"PropVariantToBooleanVectorAlloc","features":[3,65,44]},{"name":"PropVariantToBooleanWithDefault","features":[3,65,44]},{"name":"PropVariantToBuffer","features":[3,65,44]},{"name":"PropVariantToDouble","features":[3,65,44]},{"name":"PropVariantToDoubleVector","features":[3,65,44]},{"name":"PropVariantToDoubleVectorAlloc","features":[3,65,44]},{"name":"PropVariantToDoubleWithDefault","features":[3,65,44]},{"name":"PropVariantToFileTime","features":[3,65,44]},{"name":"PropVariantToFileTimeVector","features":[3,65,44]},{"name":"PropVariantToFileTimeVectorAlloc","features":[3,65,44]},{"name":"PropVariantToGUID","features":[3,65,44]},{"name":"PropVariantToInt16","features":[3,65,44]},{"name":"PropVariantToInt16Vector","features":[3,65,44]},{"name":"PropVariantToInt16VectorAlloc","features":[3,65,44]},{"name":"PropVariantToInt16WithDefault","features":[3,65,44]},{"name":"PropVariantToInt32","features":[3,65,44]},{"name":"PropVariantToInt32Vector","features":[3,65,44]},{"name":"PropVariantToInt32VectorAlloc","features":[3,65,44]},{"name":"PropVariantToInt32WithDefault","features":[3,65,44]},{"name":"PropVariantToInt64","features":[3,65,44]},{"name":"PropVariantToInt64Vector","features":[3,65,44]},{"name":"PropVariantToInt64VectorAlloc","features":[3,65,44]},{"name":"PropVariantToInt64WithDefault","features":[3,65,44]},{"name":"PropVariantToString","features":[3,65,44]},{"name":"PropVariantToStringAlloc","features":[3,65,44]},{"name":"PropVariantToStringVector","features":[3,65,44]},{"name":"PropVariantToStringVectorAlloc","features":[3,65,44]},{"name":"PropVariantToStringWithDefault","features":[3,65,44]},{"name":"PropVariantToUInt16","features":[3,65,44]},{"name":"PropVariantToUInt16Vector","features":[3,65,44]},{"name":"PropVariantToUInt16VectorAlloc","features":[3,65,44]},{"name":"PropVariantToUInt16WithDefault","features":[3,65,44]},{"name":"PropVariantToUInt32","features":[3,65,44]},{"name":"PropVariantToUInt32Vector","features":[3,65,44]},{"name":"PropVariantToUInt32VectorAlloc","features":[3,65,44]},{"name":"PropVariantToUInt32WithDefault","features":[3,65,44]},{"name":"PropVariantToUInt64","features":[3,65,44]},{"name":"PropVariantToUInt64Vector","features":[3,65,44]},{"name":"PropVariantToUInt64VectorAlloc","features":[3,65,44]},{"name":"PropVariantToUInt64WithDefault","features":[3,65,44]},{"name":"PropVariantToVariant","features":[3,65,44]},{"name":"PropVariantToWinRTPropertyValue","features":[3,65,44]},{"name":"ReadClassStg","features":[65]},{"name":"ReadClassStm","features":[65]},{"name":"ReadFmtUserTypeStg","features":[65]},{"name":"RemSNB","features":[65]},{"name":"SERIALIZEDPROPERTYVALUE","features":[65]},{"name":"STATPROPSETSTG","features":[3,65]},{"name":"STATPROPSTG","features":[65,44]},{"name":"STGFMT","features":[65]},{"name":"STGFMT_ANY","features":[65]},{"name":"STGFMT_DOCFILE","features":[65]},{"name":"STGFMT_DOCUMENT","features":[65]},{"name":"STGFMT_FILE","features":[65]},{"name":"STGFMT_NATIVE","features":[65]},{"name":"STGFMT_STORAGE","features":[65]},{"name":"STGMOVE","features":[65]},{"name":"STGMOVE_COPY","features":[65]},{"name":"STGMOVE_MOVE","features":[65]},{"name":"STGMOVE_SHALLOWCOPY","features":[65]},{"name":"STGOPTIONS","features":[65]},{"name":"STGOPTIONS_VERSION","features":[65]},{"name":"SetConvertStg","features":[3,65]},{"name":"StgConvertPropertyToVariant","features":[3,65,44]},{"name":"StgConvertVariantToProperty","features":[3,65,44]},{"name":"StgCreateDocfile","features":[65]},{"name":"StgCreateDocfileOnILockBytes","features":[65]},{"name":"StgCreatePropSetStg","features":[65]},{"name":"StgCreatePropStg","features":[65]},{"name":"StgCreateStorageEx","features":[6,65]},{"name":"StgDeserializePropVariant","features":[3,65,44]},{"name":"StgGetIFillLockBytesOnFile","features":[65]},{"name":"StgGetIFillLockBytesOnILockBytes","features":[65]},{"name":"StgIsStorageFile","features":[65]},{"name":"StgIsStorageILockBytes","features":[65]},{"name":"StgOpenAsyncDocfileOnIFillLockBytes","features":[65]},{"name":"StgOpenLayoutDocfile","features":[65]},{"name":"StgOpenPropStg","features":[65]},{"name":"StgOpenStorage","features":[65]},{"name":"StgOpenStorageEx","features":[6,65]},{"name":"StgOpenStorageOnILockBytes","features":[65]},{"name":"StgPropertyLengthAsVariant","features":[65]},{"name":"StgSerializePropVariant","features":[3,65,44]},{"name":"StgSetTimes","features":[3,65]},{"name":"VERSIONEDSTREAM","features":[65]},{"name":"VariantToPropVariant","features":[3,65,44]},{"name":"WinRTPropertyValueToPropVariant","features":[3,65,44]},{"name":"WriteClassStg","features":[65]},{"name":"WriteClassStm","features":[65]},{"name":"WriteFmtUserTypeStg","features":[65]}],"544":[{"name":"AUTHENTICATEF","features":[160]},{"name":"AUTHENTICATEF_BASIC","features":[160]},{"name":"AUTHENTICATEF_HTTP","features":[160]},{"name":"AUTHENTICATEF_PROXY","features":[160]},{"name":"BINDF","features":[160]},{"name":"BINDF2","features":[160]},{"name":"BINDF2_ALLOW_PROXY_CRED_PROMPT","features":[160]},{"name":"BINDF2_DISABLEAUTOCOOKIEHANDLING","features":[160]},{"name":"BINDF2_DISABLEBASICOVERHTTP","features":[160]},{"name":"BINDF2_DISABLE_HTTP_REDIRECT_CACHING","features":[160]},{"name":"BINDF2_DISABLE_HTTP_REDIRECT_XSECURITYID","features":[160]},{"name":"BINDF2_KEEP_CALLBACK_MODULE_LOADED","features":[160]},{"name":"BINDF2_READ_DATA_GREATER_THAN_4GB","features":[160]},{"name":"BINDF2_RESERVED_1","features":[160]},{"name":"BINDF2_RESERVED_10","features":[160]},{"name":"BINDF2_RESERVED_11","features":[160]},{"name":"BINDF2_RESERVED_12","features":[160]},{"name":"BINDF2_RESERVED_13","features":[160]},{"name":"BINDF2_RESERVED_14","features":[160]},{"name":"BINDF2_RESERVED_15","features":[160]},{"name":"BINDF2_RESERVED_16","features":[160]},{"name":"BINDF2_RESERVED_17","features":[160]},{"name":"BINDF2_RESERVED_2","features":[160]},{"name":"BINDF2_RESERVED_3","features":[160]},{"name":"BINDF2_RESERVED_4","features":[160]},{"name":"BINDF2_RESERVED_5","features":[160]},{"name":"BINDF2_RESERVED_6","features":[160]},{"name":"BINDF2_RESERVED_7","features":[160]},{"name":"BINDF2_RESERVED_8","features":[160]},{"name":"BINDF2_RESERVED_9","features":[160]},{"name":"BINDF2_RESERVED_A","features":[160]},{"name":"BINDF2_RESERVED_B","features":[160]},{"name":"BINDF2_RESERVED_C","features":[160]},{"name":"BINDF2_RESERVED_D","features":[160]},{"name":"BINDF2_RESERVED_E","features":[160]},{"name":"BINDF2_RESERVED_F","features":[160]},{"name":"BINDF2_SETDOWNLOADMODE","features":[160]},{"name":"BINDF_ASYNCHRONOUS","features":[160]},{"name":"BINDF_ASYNCSTORAGE","features":[160]},{"name":"BINDF_DIRECT_READ","features":[160]},{"name":"BINDF_ENFORCERESTRICTED","features":[160]},{"name":"BINDF_FORMS_SUBMIT","features":[160]},{"name":"BINDF_FREE_THREADED","features":[160]},{"name":"BINDF_FROMURLMON","features":[160]},{"name":"BINDF_FWD_BACK","features":[160]},{"name":"BINDF_GETCLASSOBJECT","features":[160]},{"name":"BINDF_GETFROMCACHE_IF_NET_FAIL","features":[160]},{"name":"BINDF_GETNEWESTVERSION","features":[160]},{"name":"BINDF_HYPERLINK","features":[160]},{"name":"BINDF_IGNORESECURITYPROBLEM","features":[160]},{"name":"BINDF_NEEDFILE","features":[160]},{"name":"BINDF_NOPROGRESSIVERENDERING","features":[160]},{"name":"BINDF_NOWRITECACHE","features":[160]},{"name":"BINDF_NO_UI","features":[160]},{"name":"BINDF_OFFLINEOPERATION","features":[160]},{"name":"BINDF_PRAGMA_NO_CACHE","features":[160]},{"name":"BINDF_PREFERDEFAULTHANDLER","features":[160]},{"name":"BINDF_PULLDATA","features":[160]},{"name":"BINDF_RESERVED_1","features":[160]},{"name":"BINDF_RESERVED_2","features":[160]},{"name":"BINDF_RESERVED_3","features":[160]},{"name":"BINDF_RESERVED_4","features":[160]},{"name":"BINDF_RESERVED_5","features":[160]},{"name":"BINDF_RESERVED_6","features":[160]},{"name":"BINDF_RESERVED_7","features":[160]},{"name":"BINDF_RESERVED_8","features":[160]},{"name":"BINDF_RESYNCHRONIZE","features":[160]},{"name":"BINDF_SILENTOPERATION","features":[160]},{"name":"BINDHANDLETYPES","features":[160]},{"name":"BINDHANDLETYPES_APPCACHE","features":[160]},{"name":"BINDHANDLETYPES_COUNT","features":[160]},{"name":"BINDHANDLETYPES_DEPENDENCY","features":[160]},{"name":"BINDINFO_OPTIONS","features":[160]},{"name":"BINDINFO_OPTIONS_ALLOWCONNECTDATA","features":[160]},{"name":"BINDINFO_OPTIONS_BINDTOOBJECT","features":[160]},{"name":"BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS","features":[160]},{"name":"BINDINFO_OPTIONS_DISABLE_UTF8","features":[160]},{"name":"BINDINFO_OPTIONS_ENABLE_UTF8","features":[160]},{"name":"BINDINFO_OPTIONS_IGNOREHTTPHTTPSREDIRECTS","features":[160]},{"name":"BINDINFO_OPTIONS_IGNOREMIMETEXTPLAIN","features":[160]},{"name":"BINDINFO_OPTIONS_IGNORE_SSLERRORS_ONCE","features":[160]},{"name":"BINDINFO_OPTIONS_SECURITYOPTOUT","features":[160]},{"name":"BINDINFO_OPTIONS_SHDOCVW_NAVIGATE","features":[160]},{"name":"BINDINFO_OPTIONS_USEBINDSTRINGCREDS","features":[160]},{"name":"BINDINFO_OPTIONS_USE_IE_ENCODING","features":[160]},{"name":"BINDINFO_OPTIONS_WININETFLAG","features":[160]},{"name":"BINDINFO_WPC_DOWNLOADBLOCKED","features":[160]},{"name":"BINDINFO_WPC_LOGGING_ENABLED","features":[160]},{"name":"BINDSTATUS","features":[160]},{"name":"BINDSTATUS_64BIT_PROGRESS","features":[160]},{"name":"BINDSTATUS_ACCEPTRANGES","features":[160]},{"name":"BINDSTATUS_BEGINDOWNLOADCOMPONENTS","features":[160]},{"name":"BINDSTATUS_BEGINDOWNLOADDATA","features":[160]},{"name":"BINDSTATUS_BEGINSYNCOPERATION","features":[160]},{"name":"BINDSTATUS_BEGINUPLOADDATA","features":[160]},{"name":"BINDSTATUS_CACHECONTROL","features":[160]},{"name":"BINDSTATUS_CACHEFILENAMEAVAILABLE","features":[160]},{"name":"BINDSTATUS_CLASSIDAVAILABLE","features":[160]},{"name":"BINDSTATUS_CLASSINSTALLLOCATION","features":[160]},{"name":"BINDSTATUS_CLSIDCANINSTANTIATE","features":[160]},{"name":"BINDSTATUS_COMPACT_POLICY_RECEIVED","features":[160]},{"name":"BINDSTATUS_CONNECTING","features":[160]},{"name":"BINDSTATUS_CONTENTDISPOSITIONATTACH","features":[160]},{"name":"BINDSTATUS_CONTENTDISPOSITIONFILENAME","features":[160]},{"name":"BINDSTATUS_COOKIE_SENT","features":[160]},{"name":"BINDSTATUS_COOKIE_STATE_ACCEPT","features":[160]},{"name":"BINDSTATUS_COOKIE_STATE_DOWNGRADE","features":[160]},{"name":"BINDSTATUS_COOKIE_STATE_LEASH","features":[160]},{"name":"BINDSTATUS_COOKIE_STATE_PROMPT","features":[160]},{"name":"BINDSTATUS_COOKIE_STATE_REJECT","features":[160]},{"name":"BINDSTATUS_COOKIE_STATE_UNKNOWN","features":[160]},{"name":"BINDSTATUS_COOKIE_SUPPRESSED","features":[160]},{"name":"BINDSTATUS_DECODING","features":[160]},{"name":"BINDSTATUS_DIRECTBIND","features":[160]},{"name":"BINDSTATUS_DISPLAYNAMEAVAILABLE","features":[160]},{"name":"BINDSTATUS_DOWNLOADINGDATA","features":[160]},{"name":"BINDSTATUS_ENCODING","features":[160]},{"name":"BINDSTATUS_ENDDOWNLOADCOMPONENTS","features":[160]},{"name":"BINDSTATUS_ENDDOWNLOADDATA","features":[160]},{"name":"BINDSTATUS_ENDSYNCOPERATION","features":[160]},{"name":"BINDSTATUS_ENDUPLOADDATA","features":[160]},{"name":"BINDSTATUS_FILTERREPORTMIMETYPE","features":[160]},{"name":"BINDSTATUS_FINDINGRESOURCE","features":[160]},{"name":"BINDSTATUS_INSTALLINGCOMPONENTS","features":[160]},{"name":"BINDSTATUS_IUNKNOWNAVAILABLE","features":[160]},{"name":"BINDSTATUS_LAST","features":[160]},{"name":"BINDSTATUS_LAST_PRIVATE","features":[160]},{"name":"BINDSTATUS_LOADINGMIMEHANDLER","features":[160]},{"name":"BINDSTATUS_MIMETEXTPLAINMISMATCH","features":[160]},{"name":"BINDSTATUS_MIMETYPEAVAILABLE","features":[160]},{"name":"BINDSTATUS_P3P_HEADER","features":[160]},{"name":"BINDSTATUS_PERSISTENT_COOKIE_RECEIVED","features":[160]},{"name":"BINDSTATUS_POLICY_HREF","features":[160]},{"name":"BINDSTATUS_PROTOCOLCLASSID","features":[160]},{"name":"BINDSTATUS_PROXYDETECTING","features":[160]},{"name":"BINDSTATUS_PUBLISHERAVAILABLE","features":[160]},{"name":"BINDSTATUS_RAWMIMETYPE","features":[160]},{"name":"BINDSTATUS_REDIRECTING","features":[160]},{"name":"BINDSTATUS_RESERVED_0","features":[160]},{"name":"BINDSTATUS_RESERVED_1","features":[160]},{"name":"BINDSTATUS_RESERVED_10","features":[160]},{"name":"BINDSTATUS_RESERVED_11","features":[160]},{"name":"BINDSTATUS_RESERVED_12","features":[160]},{"name":"BINDSTATUS_RESERVED_13","features":[160]},{"name":"BINDSTATUS_RESERVED_14","features":[160]},{"name":"BINDSTATUS_RESERVED_2","features":[160]},{"name":"BINDSTATUS_RESERVED_3","features":[160]},{"name":"BINDSTATUS_RESERVED_4","features":[160]},{"name":"BINDSTATUS_RESERVED_5","features":[160]},{"name":"BINDSTATUS_RESERVED_6","features":[160]},{"name":"BINDSTATUS_RESERVED_7","features":[160]},{"name":"BINDSTATUS_RESERVED_8","features":[160]},{"name":"BINDSTATUS_RESERVED_9","features":[160]},{"name":"BINDSTATUS_RESERVED_A","features":[160]},{"name":"BINDSTATUS_RESERVED_B","features":[160]},{"name":"BINDSTATUS_RESERVED_C","features":[160]},{"name":"BINDSTATUS_RESERVED_D","features":[160]},{"name":"BINDSTATUS_RESERVED_E","features":[160]},{"name":"BINDSTATUS_RESERVED_F","features":[160]},{"name":"BINDSTATUS_SENDINGREQUEST","features":[160]},{"name":"BINDSTATUS_SERVER_MIMETYPEAVAILABLE","features":[160]},{"name":"BINDSTATUS_SESSION_COOKIES_ALLOWED","features":[160]},{"name":"BINDSTATUS_SESSION_COOKIE_RECEIVED","features":[160]},{"name":"BINDSTATUS_SNIFFED_CLASSIDAVAILABLE","features":[160]},{"name":"BINDSTATUS_SSLUX_NAVBLOCKED","features":[160]},{"name":"BINDSTATUS_UPLOADINGDATA","features":[160]},{"name":"BINDSTATUS_USINGCACHEDCOPY","features":[160]},{"name":"BINDSTATUS_VERIFIEDMIMETYPEAVAILABLE","features":[160]},{"name":"BINDSTRING","features":[160]},{"name":"BINDSTRING_ACCEPT_ENCODINGS","features":[160]},{"name":"BINDSTRING_ACCEPT_MIMES","features":[160]},{"name":"BINDSTRING_DOC_URL","features":[160]},{"name":"BINDSTRING_DOWNLOADPATH","features":[160]},{"name":"BINDSTRING_ENTERPRISE_ID","features":[160]},{"name":"BINDSTRING_EXTRA_URL","features":[160]},{"name":"BINDSTRING_FLAG_BIND_TO_OBJECT","features":[160]},{"name":"BINDSTRING_HEADERS","features":[160]},{"name":"BINDSTRING_IID","features":[160]},{"name":"BINDSTRING_INITIAL_FILENAME","features":[160]},{"name":"BINDSTRING_LANGUAGE","features":[160]},{"name":"BINDSTRING_OS","features":[160]},{"name":"BINDSTRING_PASSWORD","features":[160]},{"name":"BINDSTRING_POST_COOKIE","features":[160]},{"name":"BINDSTRING_POST_DATA_MIME","features":[160]},{"name":"BINDSTRING_PROXY_PASSWORD","features":[160]},{"name":"BINDSTRING_PROXY_USERNAME","features":[160]},{"name":"BINDSTRING_PTR_BIND_CONTEXT","features":[160]},{"name":"BINDSTRING_ROOTDOC_URL","features":[160]},{"name":"BINDSTRING_SAMESITE_COOKIE_LEVEL","features":[160]},{"name":"BINDSTRING_UA_COLOR","features":[160]},{"name":"BINDSTRING_UA_PIXELS","features":[160]},{"name":"BINDSTRING_URL","features":[160]},{"name":"BINDSTRING_USERNAME","features":[160]},{"name":"BINDSTRING_USER_AGENT","features":[160]},{"name":"BINDSTRING_XDR_ORIGIN","features":[160]},{"name":"BINDVERB","features":[160]},{"name":"BINDVERB_CUSTOM","features":[160]},{"name":"BINDVERB_GET","features":[160]},{"name":"BINDVERB_POST","features":[160]},{"name":"BINDVERB_PUT","features":[160]},{"name":"BINDVERB_RESERVED1","features":[160]},{"name":"BSCF","features":[160]},{"name":"BSCF_64BITLENGTHDOWNLOAD","features":[160]},{"name":"BSCF_AVAILABLEDATASIZEUNKNOWN","features":[160]},{"name":"BSCF_DATAFULLYAVAILABLE","features":[160]},{"name":"BSCF_FIRSTDATANOTIFICATION","features":[160]},{"name":"BSCF_INTERMEDIATEDATANOTIFICATION","features":[160]},{"name":"BSCF_LASTDATANOTIFICATION","features":[160]},{"name":"BSCF_SKIPDRAINDATAFORFILEURLS","features":[160]},{"name":"CF_NULL","features":[160]},{"name":"CIP_ACCESS_DENIED","features":[160]},{"name":"CIP_DISK_FULL","features":[160]},{"name":"CIP_EXE_SELF_REGISTERATION_TIMEOUT","features":[160]},{"name":"CIP_NAME_CONFLICT","features":[160]},{"name":"CIP_NEED_REBOOT","features":[160]},{"name":"CIP_NEED_REBOOT_UI_PERMISSION","features":[160]},{"name":"CIP_NEWER_VERSION_EXISTS","features":[160]},{"name":"CIP_OLDER_VERSION_EXISTS","features":[160]},{"name":"CIP_STATUS","features":[160]},{"name":"CIP_TRUST_VERIFICATION_COMPONENT_MISSING","features":[160]},{"name":"CIP_UNSAFE_TO_ABORT","features":[160]},{"name":"CLASSIDPROP","features":[160]},{"name":"CODEBASEHOLD","features":[160]},{"name":"CONFIRMSAFETY","features":[160]},{"name":"CONFIRMSAFETYACTION_LOADOBJECT","features":[160]},{"name":"CoGetClassObjectFromURL","features":[160]},{"name":"CoInternetCombineIUri","features":[160]},{"name":"CoInternetCombineUrl","features":[160]},{"name":"CoInternetCombineUrlEx","features":[160]},{"name":"CoInternetCompareUrl","features":[160]},{"name":"CoInternetCreateSecurityManager","features":[160]},{"name":"CoInternetCreateZoneManager","features":[160]},{"name":"CoInternetGetProtocolFlags","features":[160]},{"name":"CoInternetGetSecurityUrl","features":[160]},{"name":"CoInternetGetSecurityUrlEx","features":[160]},{"name":"CoInternetGetSession","features":[160]},{"name":"CoInternetIsFeatureEnabled","features":[160]},{"name":"CoInternetIsFeatureEnabledForIUri","features":[160]},{"name":"CoInternetIsFeatureEnabledForUrl","features":[160]},{"name":"CoInternetIsFeatureZoneElevationEnabled","features":[160]},{"name":"CoInternetParseIUri","features":[160]},{"name":"CoInternetParseUrl","features":[160]},{"name":"CoInternetQueryInfo","features":[160]},{"name":"CoInternetSetFeatureEnabled","features":[3,160]},{"name":"CompareSecurityIds","features":[160]},{"name":"CompatFlagsFromClsid","features":[160]},{"name":"CopyBindInfo","features":[3,14,6,160]},{"name":"CopyStgMedium","features":[3,14,160]},{"name":"CreateAsyncBindCtx","features":[160]},{"name":"CreateAsyncBindCtxEx","features":[160]},{"name":"CreateFormatEnumerator","features":[160]},{"name":"CreateURLMoniker","features":[160]},{"name":"CreateURLMonikerEx","features":[160]},{"name":"CreateURLMonikerEx2","features":[160]},{"name":"DATAINFO","features":[160]},{"name":"E_PENDING","features":[160]},{"name":"FEATURE_ADDON_MANAGEMENT","features":[160]},{"name":"FEATURE_BEHAVIORS","features":[160]},{"name":"FEATURE_BLOCK_INPUT_PROMPTS","features":[160]},{"name":"FEATURE_DISABLE_LEGACY_COMPRESSION","features":[160]},{"name":"FEATURE_DISABLE_MK_PROTOCOL","features":[160]},{"name":"FEATURE_DISABLE_NAVIGATION_SOUNDS","features":[160]},{"name":"FEATURE_DISABLE_TELNET_PROTOCOL","features":[160]},{"name":"FEATURE_ENTRY_COUNT","features":[160]},{"name":"FEATURE_FEEDS","features":[160]},{"name":"FEATURE_FORCE_ADDR_AND_STATUS","features":[160]},{"name":"FEATURE_GET_URL_DOM_FILEPATH_UNENCODED","features":[160]},{"name":"FEATURE_HTTP_USERNAME_PASSWORD_DISABLE","features":[160]},{"name":"FEATURE_LOCALMACHINE_LOCKDOWN","features":[160]},{"name":"FEATURE_MIME_HANDLING","features":[160]},{"name":"FEATURE_MIME_SNIFFING","features":[160]},{"name":"FEATURE_OBJECT_CACHING","features":[160]},{"name":"FEATURE_PROTOCOL_LOCKDOWN","features":[160]},{"name":"FEATURE_RESTRICT_ACTIVEXINSTALL","features":[160]},{"name":"FEATURE_RESTRICT_FILEDOWNLOAD","features":[160]},{"name":"FEATURE_SAFE_BINDTOOBJECT","features":[160]},{"name":"FEATURE_SECURITYBAND","features":[160]},{"name":"FEATURE_SSLUX","features":[160]},{"name":"FEATURE_TABBED_BROWSING","features":[160]},{"name":"FEATURE_UNC_SAVEDFILECHECK","features":[160]},{"name":"FEATURE_VALIDATE_NAVIGATE_URL","features":[160]},{"name":"FEATURE_WEBOC_POPUPMANAGEMENT","features":[160]},{"name":"FEATURE_WINDOW_RESTRICTIONS","features":[160]},{"name":"FEATURE_XMLHTTP","features":[160]},{"name":"FEATURE_ZONE_ELEVATION","features":[160]},{"name":"FIEF_FLAG_FORCE_JITUI","features":[160]},{"name":"FIEF_FLAG_PEEK","features":[160]},{"name":"FIEF_FLAG_RESERVED_0","features":[160]},{"name":"FIEF_FLAG_SKIP_INSTALLED_VERSION_CHECK","features":[160]},{"name":"FMFD_DEFAULT","features":[160]},{"name":"FMFD_ENABLEMIMESNIFFING","features":[160]},{"name":"FMFD_IGNOREMIMETEXTPLAIN","features":[160]},{"name":"FMFD_RESERVED_1","features":[160]},{"name":"FMFD_RESERVED_2","features":[160]},{"name":"FMFD_RESPECTTEXTPLAIN","features":[160]},{"name":"FMFD_RETURNUPDATEDIMGMIMES","features":[160]},{"name":"FMFD_SERVERMIME","features":[160]},{"name":"FMFD_URLASFILENAME","features":[160]},{"name":"FaultInIEFeature","features":[3,160]},{"name":"FindMediaType","features":[160]},{"name":"FindMediaTypeClass","features":[160]},{"name":"FindMimeFromData","features":[160]},{"name":"GET_FEATURE_FROM_PROCESS","features":[160]},{"name":"GET_FEATURE_FROM_REGISTRY","features":[160]},{"name":"GET_FEATURE_FROM_THREAD","features":[160]},{"name":"GET_FEATURE_FROM_THREAD_INTERNET","features":[160]},{"name":"GET_FEATURE_FROM_THREAD_INTRANET","features":[160]},{"name":"GET_FEATURE_FROM_THREAD_LOCALMACHINE","features":[160]},{"name":"GET_FEATURE_FROM_THREAD_RESTRICTED","features":[160]},{"name":"GET_FEATURE_FROM_THREAD_TRUSTED","features":[160]},{"name":"GetClassFileOrMime","features":[160]},{"name":"GetClassURL","features":[160]},{"name":"GetComponentIDFromCLSSPEC","features":[160]},{"name":"GetSoftwareUpdateInfo","features":[160]},{"name":"HIT_LOGGING_INFO","features":[3,160]},{"name":"HlinkGoBack","features":[160]},{"name":"HlinkGoForward","features":[160]},{"name":"HlinkNavigateMoniker","features":[160]},{"name":"HlinkNavigateString","features":[160]},{"name":"HlinkSimpleNavigateToMoniker","features":[160]},{"name":"HlinkSimpleNavigateToString","features":[160]},{"name":"IBindCallbackRedirect","features":[160]},{"name":"IBindHttpSecurity","features":[160]},{"name":"IBindProtocol","features":[160]},{"name":"ICatalogFileInfo","features":[160]},{"name":"ICodeInstall","features":[160]},{"name":"IDataFilter","features":[160]},{"name":"IEGetUserPrivateNamespaceName","features":[160]},{"name":"IEInstallScope","features":[160]},{"name":"IEObjectType","features":[160]},{"name":"IE_EPM_OBJECT_EVENT","features":[160]},{"name":"IE_EPM_OBJECT_FILE","features":[160]},{"name":"IE_EPM_OBJECT_MUTEX","features":[160]},{"name":"IE_EPM_OBJECT_NAMED_PIPE","features":[160]},{"name":"IE_EPM_OBJECT_REGISTRY","features":[160]},{"name":"IE_EPM_OBJECT_SEMAPHORE","features":[160]},{"name":"IE_EPM_OBJECT_SHARED_MEMORY","features":[160]},{"name":"IE_EPM_OBJECT_WAITABLE_TIMER","features":[160]},{"name":"IEncodingFilterFactory","features":[160]},{"name":"IGetBindHandle","features":[160]},{"name":"IHttpNegotiate","features":[160]},{"name":"IHttpNegotiate2","features":[160]},{"name":"IHttpNegotiate3","features":[160]},{"name":"IHttpSecurity","features":[160]},{"name":"IInternet","features":[160]},{"name":"IInternetBindInfo","features":[160]},{"name":"IInternetBindInfoEx","features":[160]},{"name":"IInternetHostSecurityManager","features":[160]},{"name":"IInternetPriority","features":[160]},{"name":"IInternetProtocol","features":[160]},{"name":"IInternetProtocolEx","features":[160]},{"name":"IInternetProtocolInfo","features":[160]},{"name":"IInternetProtocolRoot","features":[160]},{"name":"IInternetProtocolSink","features":[160]},{"name":"IInternetProtocolSinkStackable","features":[160]},{"name":"IInternetSecurityManager","features":[160]},{"name":"IInternetSecurityManagerEx","features":[160]},{"name":"IInternetSecurityManagerEx2","features":[160]},{"name":"IInternetSecurityMgrSite","features":[160]},{"name":"IInternetSession","features":[160]},{"name":"IInternetThreadSwitch","features":[160]},{"name":"IInternetZoneManager","features":[160]},{"name":"IInternetZoneManagerEx","features":[160]},{"name":"IInternetZoneManagerEx2","features":[160]},{"name":"IMonikerProp","features":[160]},{"name":"INET_E_AUTHENTICATION_REQUIRED","features":[160]},{"name":"INET_E_BLOCKED_ENHANCEDPROTECTEDMODE","features":[160]},{"name":"INET_E_BLOCKED_PLUGGABLE_PROTOCOL","features":[160]},{"name":"INET_E_BLOCKED_REDIRECT_XSECURITYID","features":[160]},{"name":"INET_E_CANNOT_CONNECT","features":[160]},{"name":"INET_E_CANNOT_INSTANTIATE_OBJECT","features":[160]},{"name":"INET_E_CANNOT_LOAD_DATA","features":[160]},{"name":"INET_E_CANNOT_LOCK_REQUEST","features":[160]},{"name":"INET_E_CANNOT_REPLACE_SFP_FILE","features":[160]},{"name":"INET_E_CODE_DOWNLOAD_DECLINED","features":[160]},{"name":"INET_E_CODE_INSTALL_BLOCKED_ARM","features":[160]},{"name":"INET_E_CODE_INSTALL_BLOCKED_BITNESS","features":[160]},{"name":"INET_E_CODE_INSTALL_BLOCKED_BY_HASH_POLICY","features":[160]},{"name":"INET_E_CODE_INSTALL_BLOCKED_IMMERSIVE","features":[160]},{"name":"INET_E_CODE_INSTALL_SUPPRESSED","features":[160]},{"name":"INET_E_CONNECTION_TIMEOUT","features":[160]},{"name":"INET_E_DATA_NOT_AVAILABLE","features":[160]},{"name":"INET_E_DEFAULT_ACTION","features":[160]},{"name":"INET_E_DOMINJECTIONVALIDATION","features":[160]},{"name":"INET_E_DOWNLOAD_BLOCKED_BY_CSP","features":[160]},{"name":"INET_E_DOWNLOAD_BLOCKED_BY_INPRIVATE","features":[160]},{"name":"INET_E_DOWNLOAD_FAILURE","features":[160]},{"name":"INET_E_ERROR_FIRST","features":[160]},{"name":"INET_E_ERROR_LAST","features":[160]},{"name":"INET_E_FORBIDFRAMING","features":[160]},{"name":"INET_E_HSTS_CERTIFICATE_ERROR","features":[160]},{"name":"INET_E_INVALID_CERTIFICATE","features":[160]},{"name":"INET_E_INVALID_REQUEST","features":[160]},{"name":"INET_E_INVALID_URL","features":[160]},{"name":"INET_E_NO_SESSION","features":[160]},{"name":"INET_E_NO_VALID_MEDIA","features":[160]},{"name":"INET_E_OBJECT_NOT_FOUND","features":[160]},{"name":"INET_E_QUERYOPTION_UNKNOWN","features":[160]},{"name":"INET_E_REDIRECTING","features":[160]},{"name":"INET_E_REDIRECT_FAILED","features":[160]},{"name":"INET_E_REDIRECT_TO_DIR","features":[160]},{"name":"INET_E_RESERVED_1","features":[160]},{"name":"INET_E_RESERVED_2","features":[160]},{"name":"INET_E_RESERVED_3","features":[160]},{"name":"INET_E_RESERVED_4","features":[160]},{"name":"INET_E_RESERVED_5","features":[160]},{"name":"INET_E_RESOURCE_NOT_FOUND","features":[160]},{"name":"INET_E_RESULT_DISPATCHED","features":[160]},{"name":"INET_E_SECURITY_PROBLEM","features":[160]},{"name":"INET_E_TERMINATED_BIND","features":[160]},{"name":"INET_E_UNKNOWN_PROTOCOL","features":[160]},{"name":"INET_E_USE_DEFAULT_PROTOCOLHANDLER","features":[160]},{"name":"INET_E_USE_DEFAULT_SETTING","features":[160]},{"name":"INET_E_USE_EXTEND_BINDING","features":[160]},{"name":"INET_E_VTAB_SWITCH_FORCE_ENGINE","features":[160]},{"name":"INET_ZONE_MANAGER_CONSTANTS","features":[160]},{"name":"INTERNETFEATURELIST","features":[160]},{"name":"IPersistMoniker","features":[160]},{"name":"ISoftDistExt","features":[160]},{"name":"IUriBuilderFactory","features":[160]},{"name":"IUriContainer","features":[160]},{"name":"IWinInetCacheHints","features":[160]},{"name":"IWinInetCacheHints2","features":[160]},{"name":"IWinInetFileStream","features":[160]},{"name":"IWinInetHttpInfo","features":[160]},{"name":"IWinInetHttpTimeouts","features":[160]},{"name":"IWinInetInfo","features":[160]},{"name":"IWindowForBindingUI","features":[160]},{"name":"IWrappedProtocol","features":[160]},{"name":"IZoneIdentifier","features":[160]},{"name":"IZoneIdentifier2","features":[160]},{"name":"IsAsyncMoniker","features":[160]},{"name":"IsLoggingEnabledA","features":[3,160]},{"name":"IsLoggingEnabledW","features":[3,160]},{"name":"IsValidURL","features":[160]},{"name":"MAX_SIZE_SECURITY_ID","features":[160]},{"name":"MAX_ZONE_DESCRIPTION","features":[160]},{"name":"MAX_ZONE_PATH","features":[160]},{"name":"MIMETYPEPROP","features":[160]},{"name":"MKSYS_URLMONIKER","features":[160]},{"name":"MK_S_ASYNCHRONOUS","features":[160]},{"name":"MONIKERPROPERTY","features":[160]},{"name":"MUTZ_ACCEPT_WILDCARD_SCHEME","features":[160]},{"name":"MUTZ_DONT_UNESCAPE","features":[160]},{"name":"MUTZ_DONT_USE_CACHE","features":[160]},{"name":"MUTZ_ENFORCERESTRICTED","features":[160]},{"name":"MUTZ_FORCE_INTRANET_FLAGS","features":[160]},{"name":"MUTZ_IGNORE_ZONE_MAPPINGS","features":[160]},{"name":"MUTZ_ISFILE","features":[160]},{"name":"MUTZ_NOSAVEDFILECHECK","features":[160]},{"name":"MUTZ_REQUIRESAVEDFILECHECK","features":[160]},{"name":"MUTZ_RESERVED","features":[160]},{"name":"MkParseDisplayNameEx","features":[160]},{"name":"OIBDG_APARTMENTTHREADED","features":[160]},{"name":"OIBDG_DATAONLY","features":[160]},{"name":"OIBDG_FLAGS","features":[160]},{"name":"ObtainUserAgentString","features":[160]},{"name":"PARSEACTION","features":[160]},{"name":"PARSE_ANCHOR","features":[160]},{"name":"PARSE_CANONICALIZE","features":[160]},{"name":"PARSE_DECODE_IS_ESCAPE","features":[160]},{"name":"PARSE_DOCUMENT","features":[160]},{"name":"PARSE_DOMAIN","features":[160]},{"name":"PARSE_ENCODE_IS_UNESCAPE","features":[160]},{"name":"PARSE_ESCAPE","features":[160]},{"name":"PARSE_FRIENDLY","features":[160]},{"name":"PARSE_LOCATION","features":[160]},{"name":"PARSE_MIME","features":[160]},{"name":"PARSE_PATH_FROM_URL","features":[160]},{"name":"PARSE_ROOTDOCUMENT","features":[160]},{"name":"PARSE_SCHEMA","features":[160]},{"name":"PARSE_SECURITY_DOMAIN","features":[160]},{"name":"PARSE_SECURITY_URL","features":[160]},{"name":"PARSE_SERVER","features":[160]},{"name":"PARSE_SITE","features":[160]},{"name":"PARSE_UNESCAPE","features":[160]},{"name":"PARSE_URL_FROM_PATH","features":[160]},{"name":"PD_FORCE_SWITCH","features":[160]},{"name":"PI_APARTMENTTHREADED","features":[160]},{"name":"PI_CLASSINSTALL","features":[160]},{"name":"PI_CLSIDLOOKUP","features":[160]},{"name":"PI_DATAPROGRESS","features":[160]},{"name":"PI_FILTER_MODE","features":[160]},{"name":"PI_FLAGS","features":[160]},{"name":"PI_FORCE_ASYNC","features":[160]},{"name":"PI_LOADAPPDIRECT","features":[160]},{"name":"PI_MIMEVERIFICATION","features":[160]},{"name":"PI_NOMIMEHANDLER","features":[160]},{"name":"PI_PARSE_URL","features":[160]},{"name":"PI_PASSONBINDCTX","features":[160]},{"name":"PI_PREFERDEFAULTHANDLER","features":[160]},{"name":"PI_SYNCHRONOUS","features":[160]},{"name":"PI_USE_WORKERTHREAD","features":[160]},{"name":"POPUPLEVELPROP","features":[160]},{"name":"PROTOCOLDATA","features":[160]},{"name":"PROTOCOLFILTERDATA","features":[160]},{"name":"PROTOCOLFLAG_NO_PICS_CHECK","features":[160]},{"name":"PROTOCOL_ARGUMENT","features":[160]},{"name":"PSUACTION","features":[160]},{"name":"PSU_DEFAULT","features":[160]},{"name":"PSU_SECURITY_URL_ONLY","features":[160]},{"name":"PUAF","features":[160]},{"name":"PUAFOUT","features":[160]},{"name":"PUAFOUT_DEFAULT","features":[160]},{"name":"PUAFOUT_ISLOCKZONEPOLICY","features":[160]},{"name":"PUAF_ACCEPT_WILDCARD_SCHEME","features":[160]},{"name":"PUAF_CHECK_TIFS","features":[160]},{"name":"PUAF_DEFAULT","features":[160]},{"name":"PUAF_DEFAULTZONEPOL","features":[160]},{"name":"PUAF_DONTCHECKBOXINDIALOG","features":[160]},{"name":"PUAF_DONT_USE_CACHE","features":[160]},{"name":"PUAF_DRAGPROTOCOLCHECK","features":[160]},{"name":"PUAF_ENFORCERESTRICTED","features":[160]},{"name":"PUAF_FORCEUI_FOREGROUND","features":[160]},{"name":"PUAF_ISFILE","features":[160]},{"name":"PUAF_LMZ_LOCKED","features":[160]},{"name":"PUAF_LMZ_UNLOCKED","features":[160]},{"name":"PUAF_NOSAVEDFILECHECK","features":[160]},{"name":"PUAF_NOUI","features":[160]},{"name":"PUAF_NOUIIFLOCKED","features":[160]},{"name":"PUAF_NPL_USE_LOCKED_IF_RESTRICTED","features":[160]},{"name":"PUAF_REQUIRESAVEDFILECHECK","features":[160]},{"name":"PUAF_RESERVED1","features":[160]},{"name":"PUAF_RESERVED2","features":[160]},{"name":"PUAF_TRUSTED","features":[160]},{"name":"PUAF_WARN_IF_DENIED","features":[160]},{"name":"QUERYOPTION","features":[160]},{"name":"QUERY_CAN_NAVIGATE","features":[160]},{"name":"QUERY_CONTENT_ENCODING","features":[160]},{"name":"QUERY_CONTENT_TYPE","features":[160]},{"name":"QUERY_EXPIRATION_DATE","features":[160]},{"name":"QUERY_IS_CACHED","features":[160]},{"name":"QUERY_IS_CACHED_AND_USABLE_OFFLINE","features":[160]},{"name":"QUERY_IS_CACHED_OR_MAPPED","features":[160]},{"name":"QUERY_IS_INSTALLEDENTRY","features":[160]},{"name":"QUERY_IS_SAFE","features":[160]},{"name":"QUERY_IS_SECURE","features":[160]},{"name":"QUERY_RECOMBINE","features":[160]},{"name":"QUERY_REFRESH","features":[160]},{"name":"QUERY_TIME_OF_LAST_CHANGE","features":[160]},{"name":"QUERY_USES_CACHE","features":[160]},{"name":"QUERY_USES_HISTORYFOLDER","features":[160]},{"name":"QUERY_USES_NETWORK","features":[160]},{"name":"REMSECURITY_ATTRIBUTES","features":[3,160]},{"name":"RegisterBindStatusCallback","features":[160]},{"name":"RegisterFormatEnumerator","features":[160]},{"name":"RegisterMediaTypeClass","features":[160]},{"name":"RegisterMediaTypes","features":[160]},{"name":"ReleaseBindInfo","features":[3,14,6,160]},{"name":"RemBINDINFO","features":[3,160]},{"name":"RemFORMATETC","features":[160]},{"name":"RevokeBindStatusCallback","features":[160]},{"name":"RevokeFormatEnumerator","features":[160]},{"name":"SECURITY_IE_STATE_GREEN","features":[160]},{"name":"SECURITY_IE_STATE_RED","features":[160]},{"name":"SET_FEATURE_IN_REGISTRY","features":[160]},{"name":"SET_FEATURE_ON_PROCESS","features":[160]},{"name":"SET_FEATURE_ON_THREAD","features":[160]},{"name":"SET_FEATURE_ON_THREAD_INTERNET","features":[160]},{"name":"SET_FEATURE_ON_THREAD_INTRANET","features":[160]},{"name":"SET_FEATURE_ON_THREAD_LOCALMACHINE","features":[160]},{"name":"SET_FEATURE_ON_THREAD_RESTRICTED","features":[160]},{"name":"SET_FEATURE_ON_THREAD_TRUSTED","features":[160]},{"name":"SOFTDISTINFO","features":[160]},{"name":"SOFTDIST_ADSTATE_AVAILABLE","features":[160]},{"name":"SOFTDIST_ADSTATE_DOWNLOADED","features":[160]},{"name":"SOFTDIST_ADSTATE_INSTALLED","features":[160]},{"name":"SOFTDIST_ADSTATE_NONE","features":[160]},{"name":"SOFTDIST_FLAG_DELETE_SUBSCRIPTION","features":[160]},{"name":"SOFTDIST_FLAG_USAGE_AUTOINSTALL","features":[160]},{"name":"SOFTDIST_FLAG_USAGE_EMAIL","features":[160]},{"name":"SOFTDIST_FLAG_USAGE_PRECACHE","features":[160]},{"name":"SZM_CREATE","features":[160]},{"name":"SZM_DELETE","features":[160]},{"name":"SZM_FLAGS","features":[160]},{"name":"S_ASYNCHRONOUS","features":[160]},{"name":"SetAccessForIEAppContainer","features":[3,160]},{"name":"SetSoftwareUpdateAdvertisementState","features":[160]},{"name":"StartParam","features":[160]},{"name":"TRUSTEDDOWNLOADPROP","features":[160]},{"name":"UAS_EXACTLEGACY","features":[160]},{"name":"URLACTION_ACTIVEX_ALLOW_TDC","features":[160]},{"name":"URLACTION_ACTIVEX_CONFIRM_NOOBJECTSAFETY","features":[160]},{"name":"URLACTION_ACTIVEX_CURR_MAX","features":[160]},{"name":"URLACTION_ACTIVEX_DYNSRC_VIDEO_AND_ANIMATION","features":[160]},{"name":"URLACTION_ACTIVEX_MAX","features":[160]},{"name":"URLACTION_ACTIVEX_MIN","features":[160]},{"name":"URLACTION_ACTIVEX_NO_WEBOC_SCRIPT","features":[160]},{"name":"URLACTION_ACTIVEX_OVERRIDE_DATA_SAFETY","features":[160]},{"name":"URLACTION_ACTIVEX_OVERRIDE_DOMAINLIST","features":[160]},{"name":"URLACTION_ACTIVEX_OVERRIDE_OBJECT_SAFETY","features":[160]},{"name":"URLACTION_ACTIVEX_OVERRIDE_OPTIN","features":[160]},{"name":"URLACTION_ACTIVEX_OVERRIDE_REPURPOSEDETECTION","features":[160]},{"name":"URLACTION_ACTIVEX_OVERRIDE_SCRIPT_SAFETY","features":[160]},{"name":"URLACTION_ACTIVEX_RUN","features":[160]},{"name":"URLACTION_ACTIVEX_SCRIPTLET_RUN","features":[160]},{"name":"URLACTION_ACTIVEX_TREATASUNTRUSTED","features":[160]},{"name":"URLACTION_ALLOW_ACTIVEX_FILTERING","features":[160]},{"name":"URLACTION_ALLOW_ANTIMALWARE_SCANNING_OF_ACTIVEX","features":[160]},{"name":"URLACTION_ALLOW_APEVALUATION","features":[160]},{"name":"URLACTION_ALLOW_AUDIO_VIDEO","features":[160]},{"name":"URLACTION_ALLOW_AUDIO_VIDEO_PLUGINS","features":[160]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_APPCACHE_MANIFEST","features":[160]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_DROP_ACROSS_WINDOWS","features":[160]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_DROP_WITHIN_WINDOW","features":[160]},{"name":"URLACTION_ALLOW_CSS_EXPRESSIONS","features":[160]},{"name":"URLACTION_ALLOW_JSCRIPT_IE","features":[160]},{"name":"URLACTION_ALLOW_RENDER_LEGACY_DXTFILTERS","features":[160]},{"name":"URLACTION_ALLOW_RESTRICTEDPROTOCOLS","features":[160]},{"name":"URLACTION_ALLOW_STRUCTURED_STORAGE_SNIFFING","features":[160]},{"name":"URLACTION_ALLOW_VBSCRIPT_IE","features":[160]},{"name":"URLACTION_ALLOW_XDOMAIN_SUBFRAME_RESIZE","features":[160]},{"name":"URLACTION_ALLOW_XHR_EVALUATION","features":[160]},{"name":"URLACTION_ALLOW_ZONE_ELEVATION_OPT_OUT_ADDITION","features":[160]},{"name":"URLACTION_ALLOW_ZONE_ELEVATION_VIA_OPT_OUT","features":[160]},{"name":"URLACTION_AUTHENTICATE_CLIENT","features":[160]},{"name":"URLACTION_AUTOMATIC_ACTIVEX_UI","features":[160]},{"name":"URLACTION_AUTOMATIC_DOWNLOAD_UI","features":[160]},{"name":"URLACTION_AUTOMATIC_DOWNLOAD_UI_MIN","features":[160]},{"name":"URLACTION_BEHAVIOR_MIN","features":[160]},{"name":"URLACTION_BEHAVIOR_RUN","features":[160]},{"name":"URLACTION_CHANNEL_SOFTDIST_MAX","features":[160]},{"name":"URLACTION_CHANNEL_SOFTDIST_MIN","features":[160]},{"name":"URLACTION_CHANNEL_SOFTDIST_PERMISSIONS","features":[160]},{"name":"URLACTION_CLIENT_CERT_PROMPT","features":[160]},{"name":"URLACTION_COOKIES","features":[160]},{"name":"URLACTION_COOKIES_ENABLED","features":[160]},{"name":"URLACTION_COOKIES_SESSION","features":[160]},{"name":"URLACTION_COOKIES_SESSION_THIRD_PARTY","features":[160]},{"name":"URLACTION_COOKIES_THIRD_PARTY","features":[160]},{"name":"URLACTION_CREDENTIALS_USE","features":[160]},{"name":"URLACTION_CROSS_DOMAIN_DATA","features":[160]},{"name":"URLACTION_DOTNET_USERCONTROLS","features":[160]},{"name":"URLACTION_DOWNLOAD_CURR_MAX","features":[160]},{"name":"URLACTION_DOWNLOAD_MAX","features":[160]},{"name":"URLACTION_DOWNLOAD_MIN","features":[160]},{"name":"URLACTION_DOWNLOAD_SIGNED_ACTIVEX","features":[160]},{"name":"URLACTION_DOWNLOAD_UNSIGNED_ACTIVEX","features":[160]},{"name":"URLACTION_FEATURE_BLOCK_INPUT_PROMPTS","features":[160]},{"name":"URLACTION_FEATURE_CROSSDOMAIN_FOCUS_CHANGE","features":[160]},{"name":"URLACTION_FEATURE_DATA_BINDING","features":[160]},{"name":"URLACTION_FEATURE_FORCE_ADDR_AND_STATUS","features":[160]},{"name":"URLACTION_FEATURE_MIME_SNIFFING","features":[160]},{"name":"URLACTION_FEATURE_MIN","features":[160]},{"name":"URLACTION_FEATURE_SCRIPT_STATUS_BAR","features":[160]},{"name":"URLACTION_FEATURE_WINDOW_RESTRICTIONS","features":[160]},{"name":"URLACTION_FEATURE_ZONE_ELEVATION","features":[160]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_CANVAS","features":[160]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_TEXTTRACK","features":[160]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_WEBWORKER","features":[160]},{"name":"URLACTION_HTML_ALLOW_INDEXEDDB","features":[160]},{"name":"URLACTION_HTML_ALLOW_INJECTED_DYNAMIC_HTML","features":[160]},{"name":"URLACTION_HTML_ALLOW_WINDOW_CLOSE","features":[160]},{"name":"URLACTION_HTML_FONT_DOWNLOAD","features":[160]},{"name":"URLACTION_HTML_INCLUDE_FILE_PATH","features":[160]},{"name":"URLACTION_HTML_JAVA_RUN","features":[160]},{"name":"URLACTION_HTML_MAX","features":[160]},{"name":"URLACTION_HTML_META_REFRESH","features":[160]},{"name":"URLACTION_HTML_MIN","features":[160]},{"name":"URLACTION_HTML_MIXED_CONTENT","features":[160]},{"name":"URLACTION_HTML_REQUIRE_UTF8_DOCUMENT_CODEPAGE","features":[160]},{"name":"URLACTION_HTML_SUBFRAME_NAVIGATE","features":[160]},{"name":"URLACTION_HTML_SUBMIT_FORMS","features":[160]},{"name":"URLACTION_HTML_SUBMIT_FORMS_FROM","features":[160]},{"name":"URLACTION_HTML_SUBMIT_FORMS_TO","features":[160]},{"name":"URLACTION_HTML_USERDATA_SAVE","features":[160]},{"name":"URLACTION_INFODELIVERY_CURR_MAX","features":[160]},{"name":"URLACTION_INFODELIVERY_MAX","features":[160]},{"name":"URLACTION_INFODELIVERY_MIN","features":[160]},{"name":"URLACTION_INFODELIVERY_NO_ADDING_CHANNELS","features":[160]},{"name":"URLACTION_INFODELIVERY_NO_ADDING_SUBSCRIPTIONS","features":[160]},{"name":"URLACTION_INFODELIVERY_NO_CHANNEL_LOGGING","features":[160]},{"name":"URLACTION_INFODELIVERY_NO_EDITING_CHANNELS","features":[160]},{"name":"URLACTION_INFODELIVERY_NO_EDITING_SUBSCRIPTIONS","features":[160]},{"name":"URLACTION_INFODELIVERY_NO_REMOVING_CHANNELS","features":[160]},{"name":"URLACTION_INFODELIVERY_NO_REMOVING_SUBSCRIPTIONS","features":[160]},{"name":"URLACTION_INPRIVATE_BLOCKING","features":[160]},{"name":"URLACTION_JAVA_CURR_MAX","features":[160]},{"name":"URLACTION_JAVA_MAX","features":[160]},{"name":"URLACTION_JAVA_MIN","features":[160]},{"name":"URLACTION_JAVA_PERMISSIONS","features":[160]},{"name":"URLACTION_LOOSE_XAML","features":[160]},{"name":"URLACTION_LOWRIGHTS","features":[160]},{"name":"URLACTION_MIN","features":[160]},{"name":"URLACTION_NETWORK_CURR_MAX","features":[160]},{"name":"URLACTION_NETWORK_MAX","features":[160]},{"name":"URLACTION_NETWORK_MIN","features":[160]},{"name":"URLACTION_PLUGGABLE_PROTOCOL_XHR","features":[160]},{"name":"URLACTION_SCRIPT_CURR_MAX","features":[160]},{"name":"URLACTION_SCRIPT_JAVA_USE","features":[160]},{"name":"URLACTION_SCRIPT_MAX","features":[160]},{"name":"URLACTION_SCRIPT_MIN","features":[160]},{"name":"URLACTION_SCRIPT_NAVIGATE","features":[160]},{"name":"URLACTION_SCRIPT_OVERRIDE_SAFETY","features":[160]},{"name":"URLACTION_SCRIPT_PASTE","features":[160]},{"name":"URLACTION_SCRIPT_RUN","features":[160]},{"name":"URLACTION_SCRIPT_SAFE_ACTIVEX","features":[160]},{"name":"URLACTION_SCRIPT_XSSFILTER","features":[160]},{"name":"URLACTION_SHELL_ALLOW_CROSS_SITE_SHARE","features":[160]},{"name":"URLACTION_SHELL_CURR_MAX","features":[160]},{"name":"URLACTION_SHELL_ENHANCED_DRAGDROP_SECURITY","features":[160]},{"name":"URLACTION_SHELL_EXECUTE_HIGHRISK","features":[160]},{"name":"URLACTION_SHELL_EXECUTE_LOWRISK","features":[160]},{"name":"URLACTION_SHELL_EXECUTE_MODRISK","features":[160]},{"name":"URLACTION_SHELL_EXTENSIONSECURITY","features":[160]},{"name":"URLACTION_SHELL_FILE_DOWNLOAD","features":[160]},{"name":"URLACTION_SHELL_INSTALL_DTITEMS","features":[160]},{"name":"URLACTION_SHELL_MAX","features":[160]},{"name":"URLACTION_SHELL_MIN","features":[160]},{"name":"URLACTION_SHELL_MOVE_OR_COPY","features":[160]},{"name":"URLACTION_SHELL_POPUPMGR","features":[160]},{"name":"URLACTION_SHELL_PREVIEW","features":[160]},{"name":"URLACTION_SHELL_REMOTEQUERY","features":[160]},{"name":"URLACTION_SHELL_RTF_OBJECTS_LOAD","features":[160]},{"name":"URLACTION_SHELL_SECURE_DRAGSOURCE","features":[160]},{"name":"URLACTION_SHELL_SHARE","features":[160]},{"name":"URLACTION_SHELL_SHELLEXECUTE","features":[160]},{"name":"URLACTION_SHELL_TOCTOU_RISK","features":[160]},{"name":"URLACTION_SHELL_VERB","features":[160]},{"name":"URLACTION_SHELL_WEBVIEW_VERB","features":[160]},{"name":"URLACTION_WINDOWS_BROWSER_APPLICATIONS","features":[160]},{"name":"URLACTION_WINFX_SETUP","features":[160]},{"name":"URLACTION_XPS_DOCUMENTS","features":[160]},{"name":"URLDownloadToCacheFileA","features":[160]},{"name":"URLDownloadToCacheFileW","features":[160]},{"name":"URLDownloadToFileA","features":[160]},{"name":"URLDownloadToFileW","features":[160]},{"name":"URLMON_OPTION_URL_ENCODING","features":[160]},{"name":"URLMON_OPTION_USERAGENT","features":[160]},{"name":"URLMON_OPTION_USERAGENT_REFRESH","features":[160]},{"name":"URLMON_OPTION_USE_BINDSTRINGCREDS","features":[160]},{"name":"URLMON_OPTION_USE_BROWSERAPPSDOCUMENTS","features":[160]},{"name":"URLOSTRM_GETNEWESTVERSION","features":[160]},{"name":"URLOSTRM_USECACHEDCOPY","features":[160]},{"name":"URLOSTRM_USECACHEDCOPY_ONLY","features":[160]},{"name":"URLOpenBlockingStreamA","features":[160]},{"name":"URLOpenBlockingStreamW","features":[160]},{"name":"URLOpenPullStreamA","features":[160]},{"name":"URLOpenPullStreamW","features":[160]},{"name":"URLOpenStreamA","features":[160]},{"name":"URLOpenStreamW","features":[160]},{"name":"URLPOLICY_ACTIVEX_CHECK_LIST","features":[160]},{"name":"URLPOLICY_ALLOW","features":[160]},{"name":"URLPOLICY_AUTHENTICATE_CHALLENGE_RESPONSE","features":[160]},{"name":"URLPOLICY_AUTHENTICATE_CLEARTEXT_OK","features":[160]},{"name":"URLPOLICY_AUTHENTICATE_MUTUAL_ONLY","features":[160]},{"name":"URLPOLICY_BEHAVIOR_CHECK_LIST","features":[160]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_AUTOINSTALL","features":[160]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_PRECACHE","features":[160]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_PROHIBIT","features":[160]},{"name":"URLPOLICY_CREDENTIALS_ANONYMOUS_ONLY","features":[160]},{"name":"URLPOLICY_CREDENTIALS_CONDITIONAL_PROMPT","features":[160]},{"name":"URLPOLICY_CREDENTIALS_MUST_PROMPT_USER","features":[160]},{"name":"URLPOLICY_CREDENTIALS_SILENT_LOGON_OK","features":[160]},{"name":"URLPOLICY_DISALLOW","features":[160]},{"name":"URLPOLICY_DONTCHECKDLGBOX","features":[160]},{"name":"URLPOLICY_JAVA_CUSTOM","features":[160]},{"name":"URLPOLICY_JAVA_HIGH","features":[160]},{"name":"URLPOLICY_JAVA_LOW","features":[160]},{"name":"URLPOLICY_JAVA_MEDIUM","features":[160]},{"name":"URLPOLICY_JAVA_PROHIBIT","features":[160]},{"name":"URLPOLICY_LOG_ON_ALLOW","features":[160]},{"name":"URLPOLICY_LOG_ON_DISALLOW","features":[160]},{"name":"URLPOLICY_MASK_PERMISSIONS","features":[160]},{"name":"URLPOLICY_NOTIFY_ON_ALLOW","features":[160]},{"name":"URLPOLICY_NOTIFY_ON_DISALLOW","features":[160]},{"name":"URLPOLICY_QUERY","features":[160]},{"name":"URLTEMPLATE","features":[160]},{"name":"URLTEMPLATE_CUSTOM","features":[160]},{"name":"URLTEMPLATE_HIGH","features":[160]},{"name":"URLTEMPLATE_LOW","features":[160]},{"name":"URLTEMPLATE_MEDHIGH","features":[160]},{"name":"URLTEMPLATE_MEDIUM","features":[160]},{"name":"URLTEMPLATE_MEDLOW","features":[160]},{"name":"URLTEMPLATE_PREDEFINED_MAX","features":[160]},{"name":"URLTEMPLATE_PREDEFINED_MIN","features":[160]},{"name":"URLZONE","features":[160]},{"name":"URLZONEREG","features":[160]},{"name":"URLZONEREG_DEFAULT","features":[160]},{"name":"URLZONEREG_HKCU","features":[160]},{"name":"URLZONEREG_HKLM","features":[160]},{"name":"URLZONE_ESC_FLAG","features":[160]},{"name":"URLZONE_INTERNET","features":[160]},{"name":"URLZONE_INTRANET","features":[160]},{"name":"URLZONE_INVALID","features":[160]},{"name":"URLZONE_LOCAL_MACHINE","features":[160]},{"name":"URLZONE_PREDEFINED_MAX","features":[160]},{"name":"URLZONE_PREDEFINED_MIN","features":[160]},{"name":"URLZONE_TRUSTED","features":[160]},{"name":"URLZONE_UNTRUSTED","features":[160]},{"name":"URLZONE_USER_MAX","features":[160]},{"name":"URLZONE_USER_MIN","features":[160]},{"name":"URL_ENCODING","features":[160]},{"name":"URL_ENCODING_DISABLE_UTF8","features":[160]},{"name":"URL_ENCODING_ENABLE_UTF8","features":[160]},{"name":"URL_ENCODING_NONE","features":[160]},{"name":"URL_MK_LEGACY","features":[160]},{"name":"URL_MK_NO_CANONICALIZE","features":[160]},{"name":"URL_MK_UNIFORM","features":[160]},{"name":"USE_SRC_URL","features":[160]},{"name":"UriBuilder_USE_ORIGINAL_FLAGS","features":[160]},{"name":"Uri_DISPLAY_IDN_HOST","features":[160]},{"name":"Uri_DISPLAY_NO_FRAGMENT","features":[160]},{"name":"Uri_DISPLAY_NO_PUNYCODE","features":[160]},{"name":"Uri_ENCODING_HOST_IS_IDN","features":[160]},{"name":"Uri_ENCODING_HOST_IS_PERCENT_ENCODED_CP","features":[160]},{"name":"Uri_ENCODING_HOST_IS_PERCENT_ENCODED_UTF8","features":[160]},{"name":"Uri_ENCODING_QUERY_AND_FRAGMENT_IS_CP","features":[160]},{"name":"Uri_ENCODING_QUERY_AND_FRAGMENT_IS_PERCENT_ENCODED_UTF8","features":[160]},{"name":"Uri_ENCODING_USER_INFO_AND_PATH_IS_CP","features":[160]},{"name":"Uri_ENCODING_USER_INFO_AND_PATH_IS_PERCENT_ENCODED_UTF8","features":[160]},{"name":"Uri_HOST_DNS","features":[160]},{"name":"Uri_HOST_IDN","features":[160]},{"name":"Uri_HOST_IPV4","features":[160]},{"name":"Uri_HOST_IPV6","features":[160]},{"name":"Uri_HOST_TYPE","features":[160]},{"name":"Uri_HOST_UNKNOWN","features":[160]},{"name":"Uri_PUNYCODE_IDN_HOST","features":[160]},{"name":"UrlMkGetSessionOption","features":[160]},{"name":"UrlMkSetSessionOption","features":[160]},{"name":"WININETINFO_OPTION_LOCK_HANDLE","features":[160]},{"name":"WriteHitLogging","features":[3,160]},{"name":"ZAFLAGS","features":[160]},{"name":"ZAFLAGS_ADD_SITES","features":[160]},{"name":"ZAFLAGS_CUSTOM_EDIT","features":[160]},{"name":"ZAFLAGS_DETECT_INTRANET","features":[160]},{"name":"ZAFLAGS_INCLUDE_INTRANET_SITES","features":[160]},{"name":"ZAFLAGS_INCLUDE_PROXY_OVERRIDE","features":[160]},{"name":"ZAFLAGS_NO_CACHE","features":[160]},{"name":"ZAFLAGS_NO_UI","features":[160]},{"name":"ZAFLAGS_REQUIRE_VERIFICATION","features":[160]},{"name":"ZAFLAGS_SUPPORTS_VERIFICATION","features":[160]},{"name":"ZAFLAGS_UNC_AS_INTRANET","features":[160]},{"name":"ZAFLAGS_USE_LOCKED_ZONES","features":[160]},{"name":"ZAFLAGS_VERIFY_TEMPLATE_SETTINGS","features":[160]},{"name":"ZONEATTRIBUTES","features":[160]}],"545":[{"name":"APPDATA","features":[161]},{"name":"APPSTATISTICS","features":[161]},{"name":"APPTYPE_LIBRARY","features":[161]},{"name":"APPTYPE_SERVER","features":[161]},{"name":"APPTYPE_SWC","features":[161]},{"name":"APPTYPE_UNKNOWN","features":[161]},{"name":"AppDomainHelper","features":[161]},{"name":"ApplicationProcessRecycleInfo","features":[3,161]},{"name":"ApplicationProcessStatistics","features":[161]},{"name":"ApplicationProcessSummary","features":[3,161]},{"name":"ApplicationSummary","features":[161]},{"name":"AutoSvcs_Error_Constants","features":[161]},{"name":"ByotServerEx","features":[161]},{"name":"CLSIDDATA","features":[161]},{"name":"CLSIDDATA2","features":[161]},{"name":"COMAdmin32BitComponent","features":[161]},{"name":"COMAdmin64BitComponent","features":[161]},{"name":"COMAdminAccessChecksApplicationComponentLevel","features":[161]},{"name":"COMAdminAccessChecksApplicationLevel","features":[161]},{"name":"COMAdminAccessChecksLevelOptions","features":[161]},{"name":"COMAdminActivationInproc","features":[161]},{"name":"COMAdminActivationLocal","features":[161]},{"name":"COMAdminActivationOptions","features":[161]},{"name":"COMAdminApplicationExportOptions","features":[161]},{"name":"COMAdminApplicationInstallOptions","features":[161]},{"name":"COMAdminAuthenticationCall","features":[161]},{"name":"COMAdminAuthenticationCapabilitiesDynamicCloaking","features":[161]},{"name":"COMAdminAuthenticationCapabilitiesNone","features":[161]},{"name":"COMAdminAuthenticationCapabilitiesOptions","features":[161]},{"name":"COMAdminAuthenticationCapabilitiesSecureReference","features":[161]},{"name":"COMAdminAuthenticationCapabilitiesStaticCloaking","features":[161]},{"name":"COMAdminAuthenticationConnect","features":[161]},{"name":"COMAdminAuthenticationDefault","features":[161]},{"name":"COMAdminAuthenticationIntegrity","features":[161]},{"name":"COMAdminAuthenticationLevelOptions","features":[161]},{"name":"COMAdminAuthenticationNone","features":[161]},{"name":"COMAdminAuthenticationPacket","features":[161]},{"name":"COMAdminAuthenticationPrivacy","features":[161]},{"name":"COMAdminCatalog","features":[161]},{"name":"COMAdminCatalogCollection","features":[161]},{"name":"COMAdminCatalogObject","features":[161]},{"name":"COMAdminCompFlagAlreadyInstalled","features":[161]},{"name":"COMAdminCompFlagCOMPlusPropertiesFound","features":[161]},{"name":"COMAdminCompFlagInterfacesFound","features":[161]},{"name":"COMAdminCompFlagNotInApplication","features":[161]},{"name":"COMAdminCompFlagProxyFound","features":[161]},{"name":"COMAdminCompFlagTypeInfoFound","features":[161]},{"name":"COMAdminComponentFlags","features":[161]},{"name":"COMAdminComponentType","features":[161]},{"name":"COMAdminErrAlreadyInstalled","features":[161]},{"name":"COMAdminErrAppDirNotFound","features":[161]},{"name":"COMAdminErrAppFileReadFail","features":[161]},{"name":"COMAdminErrAppFileVersion","features":[161]},{"name":"COMAdminErrAppFileWriteFail","features":[161]},{"name":"COMAdminErrAppNotRunning","features":[161]},{"name":"COMAdminErrApplicationExists","features":[161]},{"name":"COMAdminErrApplidMatchesClsid","features":[161]},{"name":"COMAdminErrAuthenticationLevel","features":[161]},{"name":"COMAdminErrBadPath","features":[161]},{"name":"COMAdminErrBadRegistryLibID","features":[161]},{"name":"COMAdminErrBadRegistryProgID","features":[161]},{"name":"COMAdminErrBasePartitionOnly","features":[161]},{"name":"COMAdminErrCLSIDOrIIDMismatch","features":[161]},{"name":"COMAdminErrCanNotExportAppProxy","features":[161]},{"name":"COMAdminErrCanNotExportSystemApp","features":[161]},{"name":"COMAdminErrCanNotStartApp","features":[161]},{"name":"COMAdminErrCanNotSubscribeToComponent","features":[161]},{"name":"COMAdminErrCannotCopyEventClass","features":[161]},{"name":"COMAdminErrCantCopyFile","features":[161]},{"name":"COMAdminErrCantRecycleLibraryApps","features":[161]},{"name":"COMAdminErrCantRecycleServiceApps","features":[161]},{"name":"COMAdminErrCatBitnessMismatch","features":[161]},{"name":"COMAdminErrCatPauseResumeNotSupported","features":[161]},{"name":"COMAdminErrCatServerFault","features":[161]},{"name":"COMAdminErrCatUnacceptableBitness","features":[161]},{"name":"COMAdminErrCatWrongAppBitnessBitness","features":[161]},{"name":"COMAdminErrCoReqCompInstalled","features":[161]},{"name":"COMAdminErrCompFileBadTLB","features":[161]},{"name":"COMAdminErrCompFileClassNotAvail","features":[161]},{"name":"COMAdminErrCompFileDoesNotExist","features":[161]},{"name":"COMAdminErrCompFileGetClassObj","features":[161]},{"name":"COMAdminErrCompFileLoadDLLFail","features":[161]},{"name":"COMAdminErrCompFileNoRegistrar","features":[161]},{"name":"COMAdminErrCompFileNotInstallable","features":[161]},{"name":"COMAdminErrCompMoveBadDest","features":[161]},{"name":"COMAdminErrCompMoveDest","features":[161]},{"name":"COMAdminErrCompMoveLocked","features":[161]},{"name":"COMAdminErrCompMovePrivate","features":[161]},{"name":"COMAdminErrCompMoveSource","features":[161]},{"name":"COMAdminErrComponentExists","features":[161]},{"name":"COMAdminErrDllLoadFailed","features":[161]},{"name":"COMAdminErrDllRegisterServer","features":[161]},{"name":"COMAdminErrDuplicatePartitionName","features":[161]},{"name":"COMAdminErrEventClassCannotBeSubscriber","features":[161]},{"name":"COMAdminErrImportedComponentsNotAllowed","features":[161]},{"name":"COMAdminErrInvalidPartition","features":[161]},{"name":"COMAdminErrInvalidUserids","features":[161]},{"name":"COMAdminErrKeyMissing","features":[161]},{"name":"COMAdminErrLibAppProxyIncompatible","features":[161]},{"name":"COMAdminErrMigSchemaNotFound","features":[161]},{"name":"COMAdminErrMigVersionNotSupported","features":[161]},{"name":"COMAdminErrNoRegistryCLSID","features":[161]},{"name":"COMAdminErrNoServerShare","features":[161]},{"name":"COMAdminErrNoUser","features":[161]},{"name":"COMAdminErrNotChangeable","features":[161]},{"name":"COMAdminErrNotDeletable","features":[161]},{"name":"COMAdminErrNotInRegistry","features":[161]},{"name":"COMAdminErrObjectDoesNotExist","features":[161]},{"name":"COMAdminErrObjectErrors","features":[161]},{"name":"COMAdminErrObjectExists","features":[161]},{"name":"COMAdminErrObjectInvalid","features":[161]},{"name":"COMAdminErrObjectNotPoolable","features":[161]},{"name":"COMAdminErrObjectParentMissing","features":[161]},{"name":"COMAdminErrPartitionInUse","features":[161]},{"name":"COMAdminErrPartitionMsiOnly","features":[161]},{"name":"COMAdminErrPausedProcessMayNotBeRecycled","features":[161]},{"name":"COMAdminErrProcessAlreadyRecycled","features":[161]},{"name":"COMAdminErrPropertyOverflow","features":[161]},{"name":"COMAdminErrPropertySaveFailed","features":[161]},{"name":"COMAdminErrQueuingServiceNotAvailable","features":[161]},{"name":"COMAdminErrRegFileCorrupt","features":[161]},{"name":"COMAdminErrRegdbAlreadyRunning","features":[161]},{"name":"COMAdminErrRegdbNotInitialized","features":[161]},{"name":"COMAdminErrRegdbNotOpen","features":[161]},{"name":"COMAdminErrRegdbSystemErr","features":[161]},{"name":"COMAdminErrRegisterTLB","features":[161]},{"name":"COMAdminErrRegistrarFailed","features":[161]},{"name":"COMAdminErrRemoteInterface","features":[161]},{"name":"COMAdminErrRequiresDifferentPlatform","features":[161]},{"name":"COMAdminErrRoleDoesNotExist","features":[161]},{"name":"COMAdminErrRoleExists","features":[161]},{"name":"COMAdminErrServiceNotInstalled","features":[161]},{"name":"COMAdminErrSession","features":[161]},{"name":"COMAdminErrStartAppDisabled","features":[161]},{"name":"COMAdminErrStartAppNeedsComponents","features":[161]},{"name":"COMAdminErrSystemApp","features":[161]},{"name":"COMAdminErrUserPasswdNotValid","features":[161]},{"name":"COMAdminErrorCodes","features":[161]},{"name":"COMAdminExportApplicationProxy","features":[161]},{"name":"COMAdminExportForceOverwriteOfFiles","features":[161]},{"name":"COMAdminExportIn10Format","features":[161]},{"name":"COMAdminExportNoUsers","features":[161]},{"name":"COMAdminExportUsers","features":[161]},{"name":"COMAdminFileFlagAlreadyInstalled","features":[161]},{"name":"COMAdminFileFlagBadTLB","features":[161]},{"name":"COMAdminFileFlagCOM","features":[161]},{"name":"COMAdminFileFlagClassNotAvailable","features":[161]},{"name":"COMAdminFileFlagContainsComp","features":[161]},{"name":"COMAdminFileFlagContainsPS","features":[161]},{"name":"COMAdminFileFlagContainsTLB","features":[161]},{"name":"COMAdminFileFlagDLLRegsvrFailed","features":[161]},{"name":"COMAdminFileFlagDoesNotExist","features":[161]},{"name":"COMAdminFileFlagError","features":[161]},{"name":"COMAdminFileFlagGetClassObjFailed","features":[161]},{"name":"COMAdminFileFlagLoadable","features":[161]},{"name":"COMAdminFileFlagNoRegistrar","features":[161]},{"name":"COMAdminFileFlagRegTLBFailed","features":[161]},{"name":"COMAdminFileFlagRegistrar","features":[161]},{"name":"COMAdminFileFlagRegistrarFailed","features":[161]},{"name":"COMAdminFileFlagSelfReg","features":[161]},{"name":"COMAdminFileFlagSelfUnReg","features":[161]},{"name":"COMAdminFileFlagUnloadableDLL","features":[161]},{"name":"COMAdminFileFlags","features":[161]},{"name":"COMAdminImpersonationAnonymous","features":[161]},{"name":"COMAdminImpersonationDelegate","features":[161]},{"name":"COMAdminImpersonationIdentify","features":[161]},{"name":"COMAdminImpersonationImpersonate","features":[161]},{"name":"COMAdminImpersonationLevelOptions","features":[161]},{"name":"COMAdminInUse","features":[161]},{"name":"COMAdminInUseByCatalog","features":[161]},{"name":"COMAdminInUseByRegistryClsid","features":[161]},{"name":"COMAdminInUseByRegistryProxyStub","features":[161]},{"name":"COMAdminInUseByRegistryTypeLib","features":[161]},{"name":"COMAdminInUseByRegistryUnknown","features":[161]},{"name":"COMAdminInstallForceOverwriteOfFiles","features":[161]},{"name":"COMAdminInstallNoUsers","features":[161]},{"name":"COMAdminInstallUsers","features":[161]},{"name":"COMAdminNotInUse","features":[161]},{"name":"COMAdminOS","features":[161]},{"name":"COMAdminOSNotInitialized","features":[161]},{"name":"COMAdminOSUnknown","features":[161]},{"name":"COMAdminOSWindows2000","features":[161]},{"name":"COMAdminOSWindows2000AdvancedServer","features":[161]},{"name":"COMAdminOSWindows2000Unknown","features":[161]},{"name":"COMAdminOSWindows3_1","features":[161]},{"name":"COMAdminOSWindows7DatacenterServer","features":[161]},{"name":"COMAdminOSWindows7EnterpriseServer","features":[161]},{"name":"COMAdminOSWindows7Personal","features":[161]},{"name":"COMAdminOSWindows7Professional","features":[161]},{"name":"COMAdminOSWindows7StandardServer","features":[161]},{"name":"COMAdminOSWindows7WebServer","features":[161]},{"name":"COMAdminOSWindows8DatacenterServer","features":[161]},{"name":"COMAdminOSWindows8EnterpriseServer","features":[161]},{"name":"COMAdminOSWindows8Personal","features":[161]},{"name":"COMAdminOSWindows8Professional","features":[161]},{"name":"COMAdminOSWindows8StandardServer","features":[161]},{"name":"COMAdminOSWindows8WebServer","features":[161]},{"name":"COMAdminOSWindows9x","features":[161]},{"name":"COMAdminOSWindowsBlueDatacenterServer","features":[161]},{"name":"COMAdminOSWindowsBlueEnterpriseServer","features":[161]},{"name":"COMAdminOSWindowsBluePersonal","features":[161]},{"name":"COMAdminOSWindowsBlueProfessional","features":[161]},{"name":"COMAdminOSWindowsBlueStandardServer","features":[161]},{"name":"COMAdminOSWindowsBlueWebServer","features":[161]},{"name":"COMAdminOSWindowsLonghornDatacenterServer","features":[161]},{"name":"COMAdminOSWindowsLonghornEnterpriseServer","features":[161]},{"name":"COMAdminOSWindowsLonghornPersonal","features":[161]},{"name":"COMAdminOSWindowsLonghornProfessional","features":[161]},{"name":"COMAdminOSWindowsLonghornStandardServer","features":[161]},{"name":"COMAdminOSWindowsLonghornWebServer","features":[161]},{"name":"COMAdminOSWindowsNETDatacenterServer","features":[161]},{"name":"COMAdminOSWindowsNETEnterpriseServer","features":[161]},{"name":"COMAdminOSWindowsNETStandardServer","features":[161]},{"name":"COMAdminOSWindowsNETWebServer","features":[161]},{"name":"COMAdminOSWindowsXPPersonal","features":[161]},{"name":"COMAdminOSWindowsXPProfessional","features":[161]},{"name":"COMAdminQCMessageAuthenticateOff","features":[161]},{"name":"COMAdminQCMessageAuthenticateOn","features":[161]},{"name":"COMAdminQCMessageAuthenticateOptions","features":[161]},{"name":"COMAdminQCMessageAuthenticateSecureApps","features":[161]},{"name":"COMAdminServiceContinuePending","features":[161]},{"name":"COMAdminServiceLoadBalanceRouter","features":[161]},{"name":"COMAdminServiceOptions","features":[161]},{"name":"COMAdminServicePausePending","features":[161]},{"name":"COMAdminServicePaused","features":[161]},{"name":"COMAdminServiceRunning","features":[161]},{"name":"COMAdminServiceStartPending","features":[161]},{"name":"COMAdminServiceStatusOptions","features":[161]},{"name":"COMAdminServiceStopPending","features":[161]},{"name":"COMAdminServiceStopped","features":[161]},{"name":"COMAdminServiceUnknownState","features":[161]},{"name":"COMAdminSynchronizationIgnored","features":[161]},{"name":"COMAdminSynchronizationNone","features":[161]},{"name":"COMAdminSynchronizationOptions","features":[161]},{"name":"COMAdminSynchronizationRequired","features":[161]},{"name":"COMAdminSynchronizationRequiresNew","features":[161]},{"name":"COMAdminSynchronizationSupported","features":[161]},{"name":"COMAdminThreadingModelApartment","features":[161]},{"name":"COMAdminThreadingModelBoth","features":[161]},{"name":"COMAdminThreadingModelFree","features":[161]},{"name":"COMAdminThreadingModelMain","features":[161]},{"name":"COMAdminThreadingModelNeutral","features":[161]},{"name":"COMAdminThreadingModelNotSpecified","features":[161]},{"name":"COMAdminThreadingModels","features":[161]},{"name":"COMAdminTransactionIgnored","features":[161]},{"name":"COMAdminTransactionNone","features":[161]},{"name":"COMAdminTransactionOptions","features":[161]},{"name":"COMAdminTransactionRequired","features":[161]},{"name":"COMAdminTransactionRequiresNew","features":[161]},{"name":"COMAdminTransactionSupported","features":[161]},{"name":"COMAdminTxIsolationLevelAny","features":[161]},{"name":"COMAdminTxIsolationLevelOptions","features":[161]},{"name":"COMAdminTxIsolationLevelReadCommitted","features":[161]},{"name":"COMAdminTxIsolationLevelReadUnCommitted","features":[161]},{"name":"COMAdminTxIsolationLevelRepeatableRead","features":[161]},{"name":"COMAdminTxIsolationLevelSerializable","features":[161]},{"name":"COMEvents","features":[161]},{"name":"COMPLUS_APPTYPE","features":[161]},{"name":"COMSVCSEVENTINFO","features":[161]},{"name":"CRMClerk","features":[161]},{"name":"CRMFLAGS","features":[161]},{"name":"CRMFLAG_FORGETTARGET","features":[161]},{"name":"CRMFLAG_REPLAYINPROGRESS","features":[161]},{"name":"CRMFLAG_WRITTENDURINGABORT","features":[161]},{"name":"CRMFLAG_WRITTENDURINGCOMMIT","features":[161]},{"name":"CRMFLAG_WRITTENDURINGPREPARE","features":[161]},{"name":"CRMFLAG_WRITTENDURINGRECOVERY","features":[161]},{"name":"CRMFLAG_WRITTENDURINGREPLAY","features":[161]},{"name":"CRMREGFLAGS","features":[161]},{"name":"CRMREGFLAG_ABORTPHASE","features":[161]},{"name":"CRMREGFLAG_ALLPHASES","features":[161]},{"name":"CRMREGFLAG_COMMITPHASE","features":[161]},{"name":"CRMREGFLAG_FAILIFINDOUBTSREMAIN","features":[161]},{"name":"CRMREGFLAG_PREPAREPHASE","features":[161]},{"name":"CRMRecoveryClerk","features":[161]},{"name":"CRR_ACTIVATION_LIMIT","features":[161]},{"name":"CRR_CALL_LIMIT","features":[161]},{"name":"CRR_LIFETIME_LIMIT","features":[161]},{"name":"CRR_MEMORY_LIMIT","features":[161]},{"name":"CRR_NO_REASON_SUPPLIED","features":[161]},{"name":"CRR_RECYCLED_FROM_UI","features":[161]},{"name":"CSC_BindToPoolThread","features":[161]},{"name":"CSC_Binding","features":[161]},{"name":"CSC_COMTIIntrinsicsConfig","features":[161]},{"name":"CSC_CreateTransactionIfNecessary","features":[161]},{"name":"CSC_DontUseTracker","features":[161]},{"name":"CSC_IISIntrinsicsConfig","features":[161]},{"name":"CSC_IfContainerIsSynchronized","features":[161]},{"name":"CSC_IfContainerIsTransactional","features":[161]},{"name":"CSC_Ignore","features":[161]},{"name":"CSC_Inherit","features":[161]},{"name":"CSC_InheritCOMTIIntrinsics","features":[161]},{"name":"CSC_InheritIISIntrinsics","features":[161]},{"name":"CSC_InheritPartition","features":[161]},{"name":"CSC_InheritSxs","features":[161]},{"name":"CSC_InheritanceConfig","features":[161]},{"name":"CSC_MTAThreadPool","features":[161]},{"name":"CSC_NewPartition","features":[161]},{"name":"CSC_NewSxs","features":[161]},{"name":"CSC_NewSynchronization","features":[161]},{"name":"CSC_NewSynchronizationIfNecessary","features":[161]},{"name":"CSC_NewTransaction","features":[161]},{"name":"CSC_NoBinding","features":[161]},{"name":"CSC_NoCOMTIIntrinsics","features":[161]},{"name":"CSC_NoIISIntrinsics","features":[161]},{"name":"CSC_NoPartition","features":[161]},{"name":"CSC_NoSxs","features":[161]},{"name":"CSC_NoSynchronization","features":[161]},{"name":"CSC_NoTransaction","features":[161]},{"name":"CSC_PartitionConfig","features":[161]},{"name":"CSC_STAThreadPool","features":[161]},{"name":"CSC_SxsConfig","features":[161]},{"name":"CSC_SynchronizationConfig","features":[161]},{"name":"CSC_ThreadPool","features":[161]},{"name":"CSC_ThreadPoolInherit","features":[161]},{"name":"CSC_ThreadPoolNone","features":[161]},{"name":"CSC_TrackerConfig","features":[161]},{"name":"CSC_TransactionConfig","features":[161]},{"name":"CSC_UseTracker","features":[161]},{"name":"CServiceConfig","features":[161]},{"name":"ClrAssemblyLocator","features":[161]},{"name":"CoCreateActivity","features":[161]},{"name":"CoEnterServiceDomain","features":[161]},{"name":"CoGetDefaultContext","features":[43,161]},{"name":"CoLeaveServiceDomain","features":[161]},{"name":"CoMTSLocator","features":[161]},{"name":"ComServiceEvents","features":[161]},{"name":"ComSystemAppEventData","features":[161]},{"name":"ComponentHangMonitorInfo","features":[3,161]},{"name":"ComponentStatistics","features":[161]},{"name":"ComponentSummary","features":[161]},{"name":"ContextInfo","features":[161]},{"name":"ContextInfo2","features":[161]},{"name":"CrmLogRecordRead","features":[43,161]},{"name":"CrmTransactionState","features":[161]},{"name":"DATA_NOT_AVAILABLE","features":[161]},{"name":"DUMPTYPE","features":[161]},{"name":"DUMPTYPE_FULL","features":[161]},{"name":"DUMPTYPE_MINI","features":[161]},{"name":"DUMPTYPE_NONE","features":[161]},{"name":"DispenserManager","features":[161]},{"name":"Dummy30040732","features":[161]},{"name":"EventServer","features":[161]},{"name":"GATD_INCLUDE_APPLICATION_NAME","features":[161]},{"name":"GATD_INCLUDE_CLASS_NAME","features":[161]},{"name":"GATD_INCLUDE_LIBRARY_APPS","features":[161]},{"name":"GATD_INCLUDE_PROCESS_EXE_NAME","features":[161]},{"name":"GATD_INCLUDE_SWC","features":[161]},{"name":"GUID_STRING_SIZE","features":[161]},{"name":"GetAppTrackerDataFlags","features":[161]},{"name":"GetDispenserManager","features":[161]},{"name":"GetManagedExtensions","features":[161]},{"name":"GetSecurityCallContextAppObject","features":[161]},{"name":"HANG_INFO","features":[3,161]},{"name":"IAppDomainHelper","features":[161]},{"name":"IAssemblyLocator","features":[161]},{"name":"IAsyncErrorNotify","features":[161]},{"name":"ICOMAdminCatalog","features":[161]},{"name":"ICOMAdminCatalog2","features":[161]},{"name":"ICOMLBArguments","features":[161]},{"name":"ICatalogCollection","features":[161]},{"name":"ICatalogObject","features":[161]},{"name":"ICheckSxsConfig","features":[161]},{"name":"IComActivityEvents","features":[161]},{"name":"IComApp2Events","features":[161]},{"name":"IComAppEvents","features":[161]},{"name":"IComCRMEvents","features":[161]},{"name":"IComExceptionEvents","features":[161]},{"name":"IComIdentityEvents","features":[161]},{"name":"IComInstance2Events","features":[161]},{"name":"IComInstanceEvents","features":[161]},{"name":"IComLTxEvents","features":[161]},{"name":"IComMethod2Events","features":[161]},{"name":"IComMethodEvents","features":[161]},{"name":"IComMtaThreadPoolKnobs","features":[161]},{"name":"IComObjectConstruction2Events","features":[161]},{"name":"IComObjectConstructionEvents","features":[161]},{"name":"IComObjectEvents","features":[161]},{"name":"IComObjectPool2Events","features":[161]},{"name":"IComObjectPoolEvents","features":[161]},{"name":"IComObjectPoolEvents2","features":[161]},{"name":"IComQCEvents","features":[161]},{"name":"IComResourceEvents","features":[161]},{"name":"IComSecurityEvents","features":[161]},{"name":"IComStaThreadPoolKnobs","features":[161]},{"name":"IComStaThreadPoolKnobs2","features":[161]},{"name":"IComThreadEvents","features":[161]},{"name":"IComTrackingInfoCollection","features":[161]},{"name":"IComTrackingInfoEvents","features":[161]},{"name":"IComTrackingInfoObject","features":[161]},{"name":"IComTrackingInfoProperties","features":[161]},{"name":"IComTransaction2Events","features":[161]},{"name":"IComTransactionEvents","features":[161]},{"name":"IComUserEvent","features":[161]},{"name":"IContextProperties","features":[161]},{"name":"IContextSecurityPerimeter","features":[161]},{"name":"IContextState","features":[161]},{"name":"ICreateWithLocalTransaction","features":[161]},{"name":"ICreateWithTipTransactionEx","features":[161]},{"name":"ICreateWithTransactionEx","features":[161]},{"name":"ICrmCompensator","features":[161]},{"name":"ICrmCompensatorVariants","features":[161]},{"name":"ICrmFormatLogRecords","features":[161]},{"name":"ICrmLogControl","features":[161]},{"name":"ICrmMonitor","features":[161]},{"name":"ICrmMonitorClerks","features":[161]},{"name":"ICrmMonitorLogRecords","features":[161]},{"name":"IDispenserDriver","features":[161]},{"name":"IDispenserManager","features":[161]},{"name":"IEnumNames","features":[161]},{"name":"IEventServerTrace","features":[161]},{"name":"IGetAppTrackerData","features":[161]},{"name":"IGetContextProperties","features":[161]},{"name":"IGetSecurityCallContext","features":[161]},{"name":"IHolder","features":[161]},{"name":"ILBEvents","features":[161]},{"name":"IMTSActivity","features":[161]},{"name":"IMTSCall","features":[161]},{"name":"IMTSLocator","features":[161]},{"name":"IManagedActivationEvents","features":[161]},{"name":"IManagedObjectInfo","features":[161]},{"name":"IManagedPoolAction","features":[161]},{"name":"IManagedPooledObj","features":[161]},{"name":"IMessageMover","features":[161]},{"name":"IMtsEventInfo","features":[161]},{"name":"IMtsEvents","features":[161]},{"name":"IMtsGrp","features":[161]},{"name":"IObjPool","features":[161]},{"name":"IObjectConstruct","features":[161]},{"name":"IObjectConstructString","features":[161]},{"name":"IObjectContext","features":[161]},{"name":"IObjectContextActivity","features":[161]},{"name":"IObjectContextInfo","features":[161]},{"name":"IObjectContextInfo2","features":[161]},{"name":"IObjectContextTip","features":[161]},{"name":"IObjectControl","features":[161]},{"name":"IPlaybackControl","features":[161]},{"name":"IPoolManager","features":[161]},{"name":"IProcessInitializer","features":[161]},{"name":"ISecurityCallContext","features":[161]},{"name":"ISecurityCallersColl","features":[161]},{"name":"ISecurityIdentityColl","features":[161]},{"name":"ISecurityProperty","features":[161]},{"name":"ISelectCOMLBServer","features":[161]},{"name":"ISendMethodEvents","features":[161]},{"name":"IServiceActivity","features":[161]},{"name":"IServiceCall","features":[161]},{"name":"IServiceComTIIntrinsicsConfig","features":[161]},{"name":"IServiceIISIntrinsicsConfig","features":[161]},{"name":"IServiceInheritanceConfig","features":[161]},{"name":"IServicePartitionConfig","features":[161]},{"name":"IServicePool","features":[161]},{"name":"IServicePoolConfig","features":[161]},{"name":"IServiceSxsConfig","features":[161]},{"name":"IServiceSynchronizationConfig","features":[161]},{"name":"IServiceSysTxnConfig","features":[161]},{"name":"IServiceThreadPoolConfig","features":[161]},{"name":"IServiceTrackerConfig","features":[161]},{"name":"IServiceTransactionConfig","features":[161]},{"name":"IServiceTransactionConfigBase","features":[161]},{"name":"ISharedProperty","features":[161]},{"name":"ISharedPropertyGroup","features":[161]},{"name":"ISharedPropertyGroupManager","features":[161]},{"name":"ISystemAppEventData","features":[161]},{"name":"IThreadPoolKnobs","features":[161]},{"name":"ITransactionContext","features":[161]},{"name":"ITransactionContextEx","features":[161]},{"name":"ITransactionProperty","features":[161]},{"name":"ITransactionProxy","features":[161]},{"name":"ITransactionResourcePool","features":[161]},{"name":"ITransactionStatus","features":[161]},{"name":"ITxProxyHolder","features":[161]},{"name":"LBEvents","features":[161]},{"name":"LockMethod","features":[161]},{"name":"LockModes","features":[161]},{"name":"LockSetGet","features":[161]},{"name":"MTSCreateActivity","features":[161]},{"name":"MTXDM_E_ENLISTRESOURCEFAILED","features":[161]},{"name":"MessageMover","features":[161]},{"name":"MtsGrp","features":[161]},{"name":"ObjectContext","features":[161]},{"name":"ObjectControl","features":[161]},{"name":"PoolMgr","features":[161]},{"name":"Process","features":[161]},{"name":"RECYCLE_INFO","features":[161]},{"name":"RecycleSurrogate","features":[161]},{"name":"ReleaseModes","features":[161]},{"name":"SafeRef","features":[161]},{"name":"SecurityCallContext","features":[161]},{"name":"SecurityCallers","features":[161]},{"name":"SecurityIdentity","features":[161]},{"name":"SecurityProperty","features":[161]},{"name":"ServicePool","features":[161]},{"name":"ServicePoolConfig","features":[161]},{"name":"SharedProperty","features":[161]},{"name":"SharedPropertyGroup","features":[161]},{"name":"SharedPropertyGroupManager","features":[161]},{"name":"Standard","features":[161]},{"name":"TRACKER_INIT_EVENT","features":[161]},{"name":"TRACKER_STARTSTOP_EVENT","features":[161]},{"name":"TRACKING_COLL_TYPE","features":[161]},{"name":"TRKCOLL_APPLICATIONS","features":[161]},{"name":"TRKCOLL_COMPONENTS","features":[161]},{"name":"TRKCOLL_PROCESSES","features":[161]},{"name":"TrackerServer","features":[161]},{"name":"TransactionContext","features":[161]},{"name":"TransactionContextEx","features":[161]},{"name":"TransactionVote","features":[161]},{"name":"TxAbort","features":[161]},{"name":"TxCommit","features":[161]},{"name":"TxState_Aborted","features":[161]},{"name":"TxState_Active","features":[161]},{"name":"TxState_Committed","features":[161]},{"name":"TxState_Indoubt","features":[161]},{"name":"comQCErrApplicationNotQueued","features":[161]},{"name":"comQCErrNoQueueableInterfaces","features":[161]},{"name":"comQCErrQueueTransactMismatch","features":[161]},{"name":"comQCErrQueuingServiceNotAvailable","features":[161]},{"name":"comqcErrBadMarshaledObject","features":[161]},{"name":"comqcErrInvalidMessage","features":[161]},{"name":"comqcErrMarshaledObjSameTxn","features":[161]},{"name":"comqcErrMsgNotAuthenticated","features":[161]},{"name":"comqcErrMsmqConnectorUsed","features":[161]},{"name":"comqcErrMsmqServiceUnavailable","features":[161]},{"name":"comqcErrMsmqSidUnavailable","features":[161]},{"name":"comqcErrOutParam","features":[161]},{"name":"comqcErrPSLoad","features":[161]},{"name":"comqcErrRecorderMarshalled","features":[161]},{"name":"comqcErrRecorderNotTrusted","features":[161]},{"name":"comqcErrWrongMsgExtension","features":[161]},{"name":"mtsErrCtxAborted","features":[161]},{"name":"mtsErrCtxAborting","features":[161]},{"name":"mtsErrCtxNoContext","features":[161]},{"name":"mtsErrCtxNoSecurity","features":[161]},{"name":"mtsErrCtxNotRegistered","features":[161]},{"name":"mtsErrCtxOldReference","features":[161]},{"name":"mtsErrCtxRoleNotFound","features":[161]},{"name":"mtsErrCtxSynchTimeout","features":[161]},{"name":"mtsErrCtxTMNotAvailable","features":[161]},{"name":"mtsErrCtxWrongThread","features":[161]}],"546":[{"name":"ALTNUMPAD_BIT","features":[55]},{"name":"ATTACH_PARENT_PROCESS","features":[55]},{"name":"AddConsoleAliasA","features":[3,55]},{"name":"AddConsoleAliasW","features":[3,55]},{"name":"AllocConsole","features":[3,55]},{"name":"AttachConsole","features":[3,55]},{"name":"BACKGROUND_BLUE","features":[55]},{"name":"BACKGROUND_GREEN","features":[55]},{"name":"BACKGROUND_INTENSITY","features":[55]},{"name":"BACKGROUND_RED","features":[55]},{"name":"CAPSLOCK_ON","features":[55]},{"name":"CHAR_INFO","features":[55]},{"name":"COMMON_LVB_GRID_HORIZONTAL","features":[55]},{"name":"COMMON_LVB_GRID_LVERTICAL","features":[55]},{"name":"COMMON_LVB_GRID_RVERTICAL","features":[55]},{"name":"COMMON_LVB_LEADING_BYTE","features":[55]},{"name":"COMMON_LVB_REVERSE_VIDEO","features":[55]},{"name":"COMMON_LVB_SBCSDBCS","features":[55]},{"name":"COMMON_LVB_TRAILING_BYTE","features":[55]},{"name":"COMMON_LVB_UNDERSCORE","features":[55]},{"name":"CONSOLECONTROL","features":[55]},{"name":"CONSOLEENDTASK","features":[3,55]},{"name":"CONSOLESETFOREGROUND","features":[3,55]},{"name":"CONSOLEWINDOWOWNER","features":[3,55]},{"name":"CONSOLE_CARET_INFO","features":[3,55]},{"name":"CONSOLE_CHARACTER_ATTRIBUTES","features":[55]},{"name":"CONSOLE_CURSOR_INFO","features":[3,55]},{"name":"CONSOLE_FONT_INFO","features":[55]},{"name":"CONSOLE_FONT_INFOEX","features":[55]},{"name":"CONSOLE_FULLSCREEN","features":[55]},{"name":"CONSOLE_FULLSCREEN_HARDWARE","features":[55]},{"name":"CONSOLE_FULLSCREEN_MODE","features":[55]},{"name":"CONSOLE_HISTORY_INFO","features":[55]},{"name":"CONSOLE_MODE","features":[55]},{"name":"CONSOLE_MOUSE_DOWN","features":[55]},{"name":"CONSOLE_MOUSE_SELECTION","features":[55]},{"name":"CONSOLE_NO_SELECTION","features":[55]},{"name":"CONSOLE_PROCESS_INFO","features":[55]},{"name":"CONSOLE_READCONSOLE_CONTROL","features":[55]},{"name":"CONSOLE_SCREEN_BUFFER_INFO","features":[55]},{"name":"CONSOLE_SCREEN_BUFFER_INFOEX","features":[3,55]},{"name":"CONSOLE_SELECTION_INFO","features":[55]},{"name":"CONSOLE_SELECTION_IN_PROGRESS","features":[55]},{"name":"CONSOLE_SELECTION_NOT_EMPTY","features":[55]},{"name":"CONSOLE_TEXTMODE_BUFFER","features":[55]},{"name":"CONSOLE_WINDOWED_MODE","features":[55]},{"name":"COORD","features":[55]},{"name":"CTRL_BREAK_EVENT","features":[55]},{"name":"CTRL_CLOSE_EVENT","features":[55]},{"name":"CTRL_C_EVENT","features":[55]},{"name":"CTRL_LOGOFF_EVENT","features":[55]},{"name":"CTRL_SHUTDOWN_EVENT","features":[55]},{"name":"ClosePseudoConsole","features":[55]},{"name":"ConsoleControl","features":[3,55]},{"name":"ConsoleEndTask","features":[55]},{"name":"ConsoleNotifyConsoleApplication","features":[55]},{"name":"ConsoleSetCaretInfo","features":[55]},{"name":"ConsoleSetForeground","features":[55]},{"name":"ConsoleSetWindowOwner","features":[55]},{"name":"CreateConsoleScreenBuffer","features":[3,6,55]},{"name":"CreatePseudoConsole","features":[3,55]},{"name":"DISABLE_NEWLINE_AUTO_RETURN","features":[55]},{"name":"DOUBLE_CLICK","features":[55]},{"name":"ENABLE_AUTO_POSITION","features":[55]},{"name":"ENABLE_ECHO_INPUT","features":[55]},{"name":"ENABLE_EXTENDED_FLAGS","features":[55]},{"name":"ENABLE_INSERT_MODE","features":[55]},{"name":"ENABLE_LINE_INPUT","features":[55]},{"name":"ENABLE_LVB_GRID_WORLDWIDE","features":[55]},{"name":"ENABLE_MOUSE_INPUT","features":[55]},{"name":"ENABLE_PROCESSED_INPUT","features":[55]},{"name":"ENABLE_PROCESSED_OUTPUT","features":[55]},{"name":"ENABLE_QUICK_EDIT_MODE","features":[55]},{"name":"ENABLE_VIRTUAL_TERMINAL_INPUT","features":[55]},{"name":"ENABLE_VIRTUAL_TERMINAL_PROCESSING","features":[55]},{"name":"ENABLE_WINDOW_INPUT","features":[55]},{"name":"ENABLE_WRAP_AT_EOL_OUTPUT","features":[55]},{"name":"ENHANCED_KEY","features":[55]},{"name":"ExpungeConsoleCommandHistoryA","features":[55]},{"name":"ExpungeConsoleCommandHistoryW","features":[55]},{"name":"FOCUS_EVENT","features":[55]},{"name":"FOCUS_EVENT_RECORD","features":[3,55]},{"name":"FOREGROUND_BLUE","features":[55]},{"name":"FOREGROUND_GREEN","features":[55]},{"name":"FOREGROUND_INTENSITY","features":[55]},{"name":"FOREGROUND_RED","features":[55]},{"name":"FROM_LEFT_1ST_BUTTON_PRESSED","features":[55]},{"name":"FROM_LEFT_2ND_BUTTON_PRESSED","features":[55]},{"name":"FROM_LEFT_3RD_BUTTON_PRESSED","features":[55]},{"name":"FROM_LEFT_4TH_BUTTON_PRESSED","features":[55]},{"name":"FillConsoleOutputAttribute","features":[3,55]},{"name":"FillConsoleOutputCharacterA","features":[3,55]},{"name":"FillConsoleOutputCharacterW","features":[3,55]},{"name":"FlushConsoleInputBuffer","features":[3,55]},{"name":"FreeConsole","features":[3,55]},{"name":"GenerateConsoleCtrlEvent","features":[3,55]},{"name":"GetConsoleAliasA","features":[55]},{"name":"GetConsoleAliasExesA","features":[55]},{"name":"GetConsoleAliasExesLengthA","features":[55]},{"name":"GetConsoleAliasExesLengthW","features":[55]},{"name":"GetConsoleAliasExesW","features":[55]},{"name":"GetConsoleAliasW","features":[55]},{"name":"GetConsoleAliasesA","features":[55]},{"name":"GetConsoleAliasesLengthA","features":[55]},{"name":"GetConsoleAliasesLengthW","features":[55]},{"name":"GetConsoleAliasesW","features":[55]},{"name":"GetConsoleCP","features":[55]},{"name":"GetConsoleCommandHistoryA","features":[55]},{"name":"GetConsoleCommandHistoryLengthA","features":[55]},{"name":"GetConsoleCommandHistoryLengthW","features":[55]},{"name":"GetConsoleCommandHistoryW","features":[55]},{"name":"GetConsoleCursorInfo","features":[3,55]},{"name":"GetConsoleDisplayMode","features":[3,55]},{"name":"GetConsoleFontSize","features":[3,55]},{"name":"GetConsoleHistoryInfo","features":[3,55]},{"name":"GetConsoleMode","features":[3,55]},{"name":"GetConsoleOriginalTitleA","features":[55]},{"name":"GetConsoleOriginalTitleW","features":[55]},{"name":"GetConsoleOutputCP","features":[55]},{"name":"GetConsoleProcessList","features":[55]},{"name":"GetConsoleScreenBufferInfo","features":[3,55]},{"name":"GetConsoleScreenBufferInfoEx","features":[3,55]},{"name":"GetConsoleSelectionInfo","features":[3,55]},{"name":"GetConsoleTitleA","features":[55]},{"name":"GetConsoleTitleW","features":[55]},{"name":"GetConsoleWindow","features":[3,55]},{"name":"GetCurrentConsoleFont","features":[3,55]},{"name":"GetCurrentConsoleFontEx","features":[3,55]},{"name":"GetLargestConsoleWindowSize","features":[3,55]},{"name":"GetNumberOfConsoleInputEvents","features":[3,55]},{"name":"GetNumberOfConsoleMouseButtons","features":[3,55]},{"name":"GetStdHandle","features":[3,55]},{"name":"HISTORY_NO_DUP_FLAG","features":[55]},{"name":"HPCON","features":[55]},{"name":"INPUT_RECORD","features":[3,55]},{"name":"KEY_EVENT","features":[55]},{"name":"KEY_EVENT_RECORD","features":[3,55]},{"name":"LEFT_ALT_PRESSED","features":[55]},{"name":"LEFT_CTRL_PRESSED","features":[55]},{"name":"MENU_EVENT","features":[55]},{"name":"MENU_EVENT_RECORD","features":[55]},{"name":"MOUSE_EVENT","features":[55]},{"name":"MOUSE_EVENT_RECORD","features":[55]},{"name":"MOUSE_HWHEELED","features":[55]},{"name":"MOUSE_MOVED","features":[55]},{"name":"MOUSE_WHEELED","features":[55]},{"name":"NLS_ALPHANUMERIC","features":[55]},{"name":"NLS_DBCSCHAR","features":[55]},{"name":"NLS_HIRAGANA","features":[55]},{"name":"NLS_IME_CONVERSION","features":[55]},{"name":"NLS_IME_DISABLE","features":[55]},{"name":"NLS_KATAKANA","features":[55]},{"name":"NLS_ROMAN","features":[55]},{"name":"NUMLOCK_ON","features":[55]},{"name":"PHANDLER_ROUTINE","features":[3,55]},{"name":"PSEUDOCONSOLE_INHERIT_CURSOR","features":[55]},{"name":"PeekConsoleInputA","features":[3,55]},{"name":"PeekConsoleInputW","features":[3,55]},{"name":"RIGHTMOST_BUTTON_PRESSED","features":[55]},{"name":"RIGHT_ALT_PRESSED","features":[55]},{"name":"RIGHT_CTRL_PRESSED","features":[55]},{"name":"ReadConsoleA","features":[3,55]},{"name":"ReadConsoleInputA","features":[3,55]},{"name":"ReadConsoleInputW","features":[3,55]},{"name":"ReadConsoleOutputA","features":[3,55]},{"name":"ReadConsoleOutputAttribute","features":[3,55]},{"name":"ReadConsoleOutputCharacterA","features":[3,55]},{"name":"ReadConsoleOutputCharacterW","features":[3,55]},{"name":"ReadConsoleOutputW","features":[3,55]},{"name":"ReadConsoleW","features":[3,55]},{"name":"Reserved1","features":[55]},{"name":"Reserved2","features":[55]},{"name":"Reserved3","features":[55]},{"name":"ResizePseudoConsole","features":[55]},{"name":"SCROLLLOCK_ON","features":[55]},{"name":"SHIFT_PRESSED","features":[55]},{"name":"SMALL_RECT","features":[55]},{"name":"STD_ERROR_HANDLE","features":[55]},{"name":"STD_HANDLE","features":[55]},{"name":"STD_INPUT_HANDLE","features":[55]},{"name":"STD_OUTPUT_HANDLE","features":[55]},{"name":"ScrollConsoleScreenBufferA","features":[3,55]},{"name":"ScrollConsoleScreenBufferW","features":[3,55]},{"name":"SetConsoleActiveScreenBuffer","features":[3,55]},{"name":"SetConsoleCP","features":[3,55]},{"name":"SetConsoleCtrlHandler","features":[3,55]},{"name":"SetConsoleCursorInfo","features":[3,55]},{"name":"SetConsoleCursorPosition","features":[3,55]},{"name":"SetConsoleDisplayMode","features":[3,55]},{"name":"SetConsoleHistoryInfo","features":[3,55]},{"name":"SetConsoleMode","features":[3,55]},{"name":"SetConsoleNumberOfCommandsA","features":[3,55]},{"name":"SetConsoleNumberOfCommandsW","features":[3,55]},{"name":"SetConsoleOutputCP","features":[3,55]},{"name":"SetConsoleScreenBufferInfoEx","features":[3,55]},{"name":"SetConsoleScreenBufferSize","features":[3,55]},{"name":"SetConsoleTextAttribute","features":[3,55]},{"name":"SetConsoleTitleA","features":[3,55]},{"name":"SetConsoleTitleW","features":[3,55]},{"name":"SetConsoleWindowInfo","features":[3,55]},{"name":"SetCurrentConsoleFontEx","features":[3,55]},{"name":"SetStdHandle","features":[3,55]},{"name":"SetStdHandleEx","features":[3,55]},{"name":"WINDOW_BUFFER_SIZE_EVENT","features":[55]},{"name":"WINDOW_BUFFER_SIZE_RECORD","features":[55]},{"name":"WriteConsoleA","features":[3,55]},{"name":"WriteConsoleInputA","features":[3,55]},{"name":"WriteConsoleInputW","features":[3,55]},{"name":"WriteConsoleOutputA","features":[3,55]},{"name":"WriteConsoleOutputAttribute","features":[3,55]},{"name":"WriteConsoleOutputCharacterA","features":[3,55]},{"name":"WriteConsoleOutputCharacterW","features":[3,55]},{"name":"WriteConsoleOutputW","features":[3,55]},{"name":"WriteConsoleW","features":[3,55]}],"548":[{"name":"CORRELATION_VECTOR","features":[140]},{"name":"RTL_CORRELATION_VECTOR_STRING_LENGTH","features":[140]},{"name":"RTL_CORRELATION_VECTOR_V1_LENGTH","features":[140]},{"name":"RTL_CORRELATION_VECTOR_V1_PREFIX_LENGTH","features":[140]},{"name":"RTL_CORRELATION_VECTOR_V2_LENGTH","features":[140]},{"name":"RTL_CORRELATION_VECTOR_V2_PREFIX_LENGTH","features":[140]},{"name":"RtlExtendCorrelationVector","features":[140]},{"name":"RtlIncrementCorrelationVector","features":[140]},{"name":"RtlInitializeCorrelationVector","features":[140]},{"name":"RtlValidateCorrelationVector","features":[140]}],"549":[{"name":"APPCLASS_MASK","features":[162]},{"name":"APPCLASS_MONITOR","features":[162]},{"name":"APPCLASS_STANDARD","features":[162]},{"name":"APPCMD_CLIENTONLY","features":[162]},{"name":"APPCMD_FILTERINITS","features":[162]},{"name":"APPCMD_MASK","features":[162]},{"name":"AddAtomA","features":[162]},{"name":"AddAtomW","features":[162]},{"name":"AddClipboardFormatListener","features":[3,162]},{"name":"CADV_LATEACK","features":[162]},{"name":"CBF_FAIL_ADVISES","features":[162]},{"name":"CBF_FAIL_ALLSVRXACTIONS","features":[162]},{"name":"CBF_FAIL_CONNECTIONS","features":[162]},{"name":"CBF_FAIL_EXECUTES","features":[162]},{"name":"CBF_FAIL_POKES","features":[162]},{"name":"CBF_FAIL_REQUESTS","features":[162]},{"name":"CBF_FAIL_SELFCONNECTIONS","features":[162]},{"name":"CBF_SKIP_ALLNOTIFICATIONS","features":[162]},{"name":"CBF_SKIP_CONNECT_CONFIRMS","features":[162]},{"name":"CBF_SKIP_DISCONNECTS","features":[162]},{"name":"CBF_SKIP_REGISTRATIONS","features":[162]},{"name":"CBF_SKIP_UNREGISTRATIONS","features":[162]},{"name":"CONVCONTEXT","features":[3,6,162]},{"name":"CONVINFO","features":[3,6,162]},{"name":"CONVINFO_CONVERSATION_STATE","features":[162]},{"name":"CONVINFO_STATUS","features":[162]},{"name":"COPYDATASTRUCT","features":[162]},{"name":"CP_WINANSI","features":[162]},{"name":"CP_WINNEUTRAL","features":[162]},{"name":"CP_WINUNICODE","features":[162]},{"name":"ChangeClipboardChain","features":[3,162]},{"name":"CloseClipboard","features":[3,162]},{"name":"CountClipboardFormats","features":[162]},{"name":"DDEACK","features":[162]},{"name":"DDEADVISE","features":[162]},{"name":"DDEDATA","features":[162]},{"name":"DDELN","features":[162]},{"name":"DDEML_MSG_HOOK_DATA","features":[162]},{"name":"DDEPOKE","features":[162]},{"name":"DDEUP","features":[162]},{"name":"DDE_CLIENT_TRANSACTION_TYPE","features":[162]},{"name":"DDE_ENABLE_CALLBACK_CMD","features":[162]},{"name":"DDE_FACK","features":[162]},{"name":"DDE_FACKREQ","features":[162]},{"name":"DDE_FAPPSTATUS","features":[162]},{"name":"DDE_FBUSY","features":[162]},{"name":"DDE_FDEFERUPD","features":[162]},{"name":"DDE_FNOTPROCESSED","features":[162]},{"name":"DDE_FRELEASE","features":[162]},{"name":"DDE_FREQUESTED","features":[162]},{"name":"DDE_INITIALIZE_COMMAND","features":[162]},{"name":"DDE_NAME_SERVICE_CMD","features":[162]},{"name":"DMLERR_ADVACKTIMEOUT","features":[162]},{"name":"DMLERR_BUSY","features":[162]},{"name":"DMLERR_DATAACKTIMEOUT","features":[162]},{"name":"DMLERR_DLL_NOT_INITIALIZED","features":[162]},{"name":"DMLERR_DLL_USAGE","features":[162]},{"name":"DMLERR_EXECACKTIMEOUT","features":[162]},{"name":"DMLERR_FIRST","features":[162]},{"name":"DMLERR_INVALIDPARAMETER","features":[162]},{"name":"DMLERR_LAST","features":[162]},{"name":"DMLERR_LOW_MEMORY","features":[162]},{"name":"DMLERR_MEMORY_ERROR","features":[162]},{"name":"DMLERR_NOTPROCESSED","features":[162]},{"name":"DMLERR_NO_CONV_ESTABLISHED","features":[162]},{"name":"DMLERR_NO_ERROR","features":[162]},{"name":"DMLERR_POKEACKTIMEOUT","features":[162]},{"name":"DMLERR_POSTMSG_FAILED","features":[162]},{"name":"DMLERR_REENTRANCY","features":[162]},{"name":"DMLERR_SERVER_DIED","features":[162]},{"name":"DMLERR_SYS_ERROR","features":[162]},{"name":"DMLERR_UNADVACKTIMEOUT","features":[162]},{"name":"DMLERR_UNFOUND_QUEUE_ID","features":[162]},{"name":"DNS_FILTEROFF","features":[162]},{"name":"DNS_FILTERON","features":[162]},{"name":"DNS_REGISTER","features":[162]},{"name":"DNS_UNREGISTER","features":[162]},{"name":"DdeAbandonTransaction","features":[3,162]},{"name":"DdeAccessData","features":[162]},{"name":"DdeAddData","features":[162]},{"name":"DdeClientTransaction","features":[162]},{"name":"DdeCmpStringHandles","features":[162]},{"name":"DdeConnect","features":[3,6,162]},{"name":"DdeConnectList","features":[3,6,162]},{"name":"DdeCreateDataHandle","features":[162]},{"name":"DdeCreateStringHandleA","features":[162]},{"name":"DdeCreateStringHandleW","features":[162]},{"name":"DdeDisconnect","features":[3,162]},{"name":"DdeDisconnectList","features":[3,162]},{"name":"DdeEnableCallback","features":[3,162]},{"name":"DdeFreeDataHandle","features":[3,162]},{"name":"DdeFreeStringHandle","features":[3,162]},{"name":"DdeGetData","features":[162]},{"name":"DdeGetLastError","features":[162]},{"name":"DdeImpersonateClient","features":[3,162]},{"name":"DdeInitializeA","features":[162]},{"name":"DdeInitializeW","features":[162]},{"name":"DdeKeepStringHandle","features":[3,162]},{"name":"DdeNameService","features":[162]},{"name":"DdePostAdvise","features":[3,162]},{"name":"DdeQueryConvInfo","features":[3,6,162]},{"name":"DdeQueryNextServer","features":[162]},{"name":"DdeQueryStringA","features":[162]},{"name":"DdeQueryStringW","features":[162]},{"name":"DdeReconnect","features":[162]},{"name":"DdeSetQualityOfService","features":[3,6,162]},{"name":"DdeSetUserHandle","features":[3,162]},{"name":"DdeUnaccessData","features":[3,162]},{"name":"DdeUninitialize","features":[3,162]},{"name":"DeleteAtom","features":[162]},{"name":"EC_DISABLE","features":[162]},{"name":"EC_ENABLEALL","features":[162]},{"name":"EC_ENABLEONE","features":[162]},{"name":"EC_QUERYWAITING","features":[162]},{"name":"EmptyClipboard","features":[3,162]},{"name":"EnumClipboardFormats","features":[162]},{"name":"FindAtomA","features":[162]},{"name":"FindAtomW","features":[162]},{"name":"FreeDDElParam","features":[3,162]},{"name":"GetAtomNameA","features":[162]},{"name":"GetAtomNameW","features":[162]},{"name":"GetClipboardData","features":[3,162]},{"name":"GetClipboardFormatNameA","features":[162]},{"name":"GetClipboardFormatNameW","features":[162]},{"name":"GetClipboardOwner","features":[3,162]},{"name":"GetClipboardSequenceNumber","features":[162]},{"name":"GetClipboardViewer","features":[3,162]},{"name":"GetOpenClipboardWindow","features":[3,162]},{"name":"GetPriorityClipboardFormat","features":[162]},{"name":"GetUpdatedClipboardFormats","features":[3,162]},{"name":"GlobalAddAtomA","features":[162]},{"name":"GlobalAddAtomExA","features":[162]},{"name":"GlobalAddAtomExW","features":[162]},{"name":"GlobalAddAtomW","features":[162]},{"name":"GlobalDeleteAtom","features":[162]},{"name":"GlobalFindAtomA","features":[162]},{"name":"GlobalFindAtomW","features":[162]},{"name":"GlobalGetAtomNameA","features":[162]},{"name":"GlobalGetAtomNameW","features":[162]},{"name":"HCONV","features":[162]},{"name":"HCONVLIST","features":[162]},{"name":"HDATA_APPOWNED","features":[162]},{"name":"HDDEDATA","features":[162]},{"name":"HSZ","features":[162]},{"name":"HSZPAIR","features":[162]},{"name":"ImpersonateDdeClientWindow","features":[3,162]},{"name":"InitAtomTable","features":[3,162]},{"name":"IsClipboardFormatAvailable","features":[3,162]},{"name":"MAX_MONITORS","features":[162]},{"name":"METAFILEPICT","features":[14,162]},{"name":"MF_CALLBACKS","features":[162]},{"name":"MF_CONV","features":[162]},{"name":"MF_ERRORS","features":[162]},{"name":"MF_HSZ_INFO","features":[162]},{"name":"MF_LINKS","features":[162]},{"name":"MF_MASK","features":[162]},{"name":"MF_POSTMSGS","features":[162]},{"name":"MF_SENDMSGS","features":[162]},{"name":"MH_CLEANUP","features":[162]},{"name":"MH_CREATE","features":[162]},{"name":"MH_DELETE","features":[162]},{"name":"MH_KEEP","features":[162]},{"name":"MONCBSTRUCT","features":[3,6,162]},{"name":"MONCONVSTRUCT","features":[3,162]},{"name":"MONERRSTRUCT","features":[3,162]},{"name":"MONHSZSTRUCTA","features":[3,162]},{"name":"MONHSZSTRUCTW","features":[3,162]},{"name":"MONLINKSTRUCT","features":[3,162]},{"name":"MONMSGSTRUCT","features":[3,162]},{"name":"MSGF_DDEMGR","features":[162]},{"name":"OpenClipboard","features":[3,162]},{"name":"PFNCALLBACK","features":[162]},{"name":"PackDDElParam","features":[3,162]},{"name":"QID_SYNC","features":[162]},{"name":"RegisterClipboardFormatA","features":[162]},{"name":"RegisterClipboardFormatW","features":[162]},{"name":"RemoveClipboardFormatListener","features":[3,162]},{"name":"ReuseDDElParam","features":[3,162]},{"name":"ST_ADVISE","features":[162]},{"name":"ST_BLOCKED","features":[162]},{"name":"ST_BLOCKNEXT","features":[162]},{"name":"ST_CLIENT","features":[162]},{"name":"ST_CONNECTED","features":[162]},{"name":"ST_INLIST","features":[162]},{"name":"ST_ISLOCAL","features":[162]},{"name":"ST_ISSELF","features":[162]},{"name":"ST_TERMINATED","features":[162]},{"name":"SZDDESYS_ITEM_FORMATS","features":[162]},{"name":"SZDDESYS_ITEM_HELP","features":[162]},{"name":"SZDDESYS_ITEM_RTNMSG","features":[162]},{"name":"SZDDESYS_ITEM_STATUS","features":[162]},{"name":"SZDDESYS_ITEM_SYSITEMS","features":[162]},{"name":"SZDDESYS_ITEM_TOPICS","features":[162]},{"name":"SZDDESYS_TOPIC","features":[162]},{"name":"SZDDE_ITEM_ITEMLIST","features":[162]},{"name":"SetClipboardData","features":[3,162]},{"name":"SetClipboardViewer","features":[3,162]},{"name":"SetWinMetaFileBits","features":[14,162]},{"name":"TIMEOUT_ASYNC","features":[162]},{"name":"UnpackDDElParam","features":[3,162]},{"name":"WM_DDE_ACK","features":[162]},{"name":"WM_DDE_ADVISE","features":[162]},{"name":"WM_DDE_DATA","features":[162]},{"name":"WM_DDE_EXECUTE","features":[162]},{"name":"WM_DDE_FIRST","features":[162]},{"name":"WM_DDE_INITIATE","features":[162]},{"name":"WM_DDE_LAST","features":[162]},{"name":"WM_DDE_POKE","features":[162]},{"name":"WM_DDE_REQUEST","features":[162]},{"name":"WM_DDE_TERMINATE","features":[162]},{"name":"WM_DDE_UNADVISE","features":[162]},{"name":"XCLASS_BOOL","features":[162]},{"name":"XCLASS_DATA","features":[162]},{"name":"XCLASS_FLAGS","features":[162]},{"name":"XCLASS_MASK","features":[162]},{"name":"XCLASS_NOTIFICATION","features":[162]},{"name":"XST_ADVACKRCVD","features":[162]},{"name":"XST_ADVDATAACKRCVD","features":[162]},{"name":"XST_ADVDATASENT","features":[162]},{"name":"XST_ADVSENT","features":[162]},{"name":"XST_CONNECTED","features":[162]},{"name":"XST_DATARCVD","features":[162]},{"name":"XST_EXECACKRCVD","features":[162]},{"name":"XST_EXECSENT","features":[162]},{"name":"XST_INCOMPLETE","features":[162]},{"name":"XST_INIT1","features":[162]},{"name":"XST_INIT2","features":[162]},{"name":"XST_NULL","features":[162]},{"name":"XST_POKEACKRCVD","features":[162]},{"name":"XST_POKESENT","features":[162]},{"name":"XST_REQSENT","features":[162]},{"name":"XST_UNADVACKRCVD","features":[162]},{"name":"XST_UNADVSENT","features":[162]},{"name":"XTYPF_ACKREQ","features":[162]},{"name":"XTYPF_NOBLOCK","features":[162]},{"name":"XTYPF_NODATA","features":[162]},{"name":"XTYP_ADVDATA","features":[162]},{"name":"XTYP_ADVREQ","features":[162]},{"name":"XTYP_ADVSTART","features":[162]},{"name":"XTYP_ADVSTOP","features":[162]},{"name":"XTYP_CONNECT","features":[162]},{"name":"XTYP_CONNECT_CONFIRM","features":[162]},{"name":"XTYP_DISCONNECT","features":[162]},{"name":"XTYP_EXECUTE","features":[162]},{"name":"XTYP_MASK","features":[162]},{"name":"XTYP_MONITOR","features":[162]},{"name":"XTYP_POKE","features":[162]},{"name":"XTYP_REGISTER","features":[162]},{"name":"XTYP_REQUEST","features":[162]},{"name":"XTYP_SHIFT","features":[162]},{"name":"XTYP_UNREGISTER","features":[162]},{"name":"XTYP_WILDCONNECT","features":[162]},{"name":"XTYP_XACT_COMPLETE","features":[162]}],"550":[{"name":"CPU_ARCHITECTURE","features":[163]},{"name":"CPU_ARCHITECTURE_AMD64","features":[163]},{"name":"CPU_ARCHITECTURE_IA64","features":[163]},{"name":"CPU_ARCHITECTURE_INTEL","features":[163]},{"name":"EVT_WDSMCS_E_CP_CALLBACKS_NOT_REG","features":[163]},{"name":"EVT_WDSMCS_E_CP_CLOSE_INSTANCE_FAILED","features":[163]},{"name":"EVT_WDSMCS_E_CP_DLL_LOAD_FAILED","features":[163]},{"name":"EVT_WDSMCS_E_CP_DLL_LOAD_FAILED_CRITICAL","features":[163]},{"name":"EVT_WDSMCS_E_CP_INCOMPATIBLE_SERVER_VERSION","features":[163]},{"name":"EVT_WDSMCS_E_CP_INIT_FUNC_FAILED","features":[163]},{"name":"EVT_WDSMCS_E_CP_INIT_FUNC_MISSING","features":[163]},{"name":"EVT_WDSMCS_E_CP_MEMORY_LEAK","features":[163]},{"name":"EVT_WDSMCS_E_CP_OPEN_CONTENT_FAILED","features":[163]},{"name":"EVT_WDSMCS_E_CP_OPEN_INSTANCE_FAILED","features":[163]},{"name":"EVT_WDSMCS_E_CP_SHUTDOWN_FUNC_FAILED","features":[163]},{"name":"EVT_WDSMCS_E_DUPLICATE_MULTICAST_ADDR","features":[163]},{"name":"EVT_WDSMCS_E_NON_WDS_DUPLICATE_MULTICAST_ADDR","features":[163]},{"name":"EVT_WDSMCS_E_NSREG_CONTENT_PROVIDER_NOT_REG","features":[163]},{"name":"EVT_WDSMCS_E_NSREG_FAILURE","features":[163]},{"name":"EVT_WDSMCS_E_NSREG_NAMESPACE_EXISTS","features":[163]},{"name":"EVT_WDSMCS_E_NSREG_START_TIME_IN_PAST","features":[163]},{"name":"EVT_WDSMCS_E_PARAMETERS_READ_FAILED","features":[163]},{"name":"EVT_WDSMCS_S_PARAMETERS_READ","features":[163]},{"name":"EVT_WDSMCS_W_CP_DLL_LOAD_FAILED_NOT_CRITICAL","features":[163]},{"name":"FACILITY_WDSMCCLIENT","features":[163]},{"name":"FACILITY_WDSMCSERVER","features":[163]},{"name":"FACILITY_WDSTPTMGMT","features":[163]},{"name":"IWdsTransportCacheable","features":[163]},{"name":"IWdsTransportClient","features":[163]},{"name":"IWdsTransportCollection","features":[163]},{"name":"IWdsTransportConfigurationManager","features":[163]},{"name":"IWdsTransportConfigurationManager2","features":[163]},{"name":"IWdsTransportContent","features":[163]},{"name":"IWdsTransportContentProvider","features":[163]},{"name":"IWdsTransportDiagnosticsPolicy","features":[163]},{"name":"IWdsTransportManager","features":[163]},{"name":"IWdsTransportMulticastSessionPolicy","features":[163]},{"name":"IWdsTransportNamespace","features":[163]},{"name":"IWdsTransportNamespaceAutoCast","features":[163]},{"name":"IWdsTransportNamespaceManager","features":[163]},{"name":"IWdsTransportNamespaceScheduledCast","features":[163]},{"name":"IWdsTransportNamespaceScheduledCastAutoStart","features":[163]},{"name":"IWdsTransportNamespaceScheduledCastManualStart","features":[163]},{"name":"IWdsTransportServer","features":[163]},{"name":"IWdsTransportServer2","features":[163]},{"name":"IWdsTransportServicePolicy","features":[163]},{"name":"IWdsTransportServicePolicy2","features":[163]},{"name":"IWdsTransportSession","features":[163]},{"name":"IWdsTransportSetupManager","features":[163]},{"name":"IWdsTransportSetupManager2","features":[163]},{"name":"IWdsTransportTftpClient","features":[163]},{"name":"IWdsTransportTftpManager","features":[163]},{"name":"MC_SERVER_CURRENT_VERSION","features":[163]},{"name":"PFN_WDS_CLI_CALLBACK_MESSAGE_ID","features":[163]},{"name":"PFN_WdsCliCallback","features":[3,163]},{"name":"PFN_WdsCliTraceFunction","features":[163]},{"name":"PFN_WdsTransportClientReceiveContents","features":[3,163]},{"name":"PFN_WdsTransportClientReceiveMetadata","features":[3,163]},{"name":"PFN_WdsTransportClientSessionComplete","features":[3,163]},{"name":"PFN_WdsTransportClientSessionNegotiate","features":[3,163]},{"name":"PFN_WdsTransportClientSessionStart","features":[3,163]},{"name":"PFN_WdsTransportClientSessionStartEx","features":[3,163]},{"name":"PXE_ADDRESS","features":[163]},{"name":"PXE_ADDR_BROADCAST","features":[163]},{"name":"PXE_ADDR_USE_ADDR","features":[163]},{"name":"PXE_ADDR_USE_DHCP_RULES","features":[163]},{"name":"PXE_ADDR_USE_PORT","features":[163]},{"name":"PXE_BA_CUSTOM","features":[163]},{"name":"PXE_BA_IGNORE","features":[163]},{"name":"PXE_BA_NBP","features":[163]},{"name":"PXE_BA_REJECTED","features":[163]},{"name":"PXE_CALLBACK_MAX","features":[163]},{"name":"PXE_CALLBACK_RECV_REQUEST","features":[163]},{"name":"PXE_CALLBACK_SERVICE_CONTROL","features":[163]},{"name":"PXE_CALLBACK_SHUTDOWN","features":[163]},{"name":"PXE_DHCPV6_CLIENT_PORT","features":[163]},{"name":"PXE_DHCPV6_MESSAGE","features":[163]},{"name":"PXE_DHCPV6_MESSAGE_HEADER","features":[163]},{"name":"PXE_DHCPV6_NESTED_RELAY_MESSAGE","features":[163]},{"name":"PXE_DHCPV6_OPTION","features":[163]},{"name":"PXE_DHCPV6_RELAY_HOP_COUNT_LIMIT","features":[163]},{"name":"PXE_DHCPV6_RELAY_MESSAGE","features":[163]},{"name":"PXE_DHCPV6_SERVER_PORT","features":[163]},{"name":"PXE_DHCP_CLIENT_PORT","features":[163]},{"name":"PXE_DHCP_FILE_SIZE","features":[163]},{"name":"PXE_DHCP_HWAADR_SIZE","features":[163]},{"name":"PXE_DHCP_MAGIC_COOKIE_SIZE","features":[163]},{"name":"PXE_DHCP_MESSAGE","features":[163]},{"name":"PXE_DHCP_OPTION","features":[163]},{"name":"PXE_DHCP_SERVER_PORT","features":[163]},{"name":"PXE_DHCP_SERVER_SIZE","features":[163]},{"name":"PXE_GSI_SERVER_DUID","features":[163]},{"name":"PXE_GSI_TRACE_ENABLED","features":[163]},{"name":"PXE_MAX_ADDRESS","features":[163]},{"name":"PXE_PROVIDER","features":[3,163]},{"name":"PXE_PROV_ATTR_FILTER","features":[163]},{"name":"PXE_PROV_ATTR_FILTER_IPV6","features":[163]},{"name":"PXE_PROV_ATTR_IPV6_CAPABLE","features":[163]},{"name":"PXE_PROV_FILTER_ALL","features":[163]},{"name":"PXE_PROV_FILTER_DHCP_ONLY","features":[163]},{"name":"PXE_PROV_FILTER_PXE_ONLY","features":[163]},{"name":"PXE_REG_INDEX_BOTTOM","features":[163]},{"name":"PXE_REG_INDEX_TOP","features":[163]},{"name":"PXE_SERVER_PORT","features":[163]},{"name":"PXE_TRACE_ERROR","features":[163]},{"name":"PXE_TRACE_FATAL","features":[163]},{"name":"PXE_TRACE_INFO","features":[163]},{"name":"PXE_TRACE_VERBOSE","features":[163]},{"name":"PXE_TRACE_WARNING","features":[163]},{"name":"PxeAsyncRecvDone","features":[3,163]},{"name":"PxeDhcpAppendOption","features":[163]},{"name":"PxeDhcpAppendOptionRaw","features":[163]},{"name":"PxeDhcpGetOptionValue","features":[163]},{"name":"PxeDhcpGetVendorOptionValue","features":[163]},{"name":"PxeDhcpInitialize","features":[163]},{"name":"PxeDhcpIsValid","features":[3,163]},{"name":"PxeDhcpv6AppendOption","features":[163]},{"name":"PxeDhcpv6AppendOptionRaw","features":[163]},{"name":"PxeDhcpv6CreateRelayRepl","features":[163]},{"name":"PxeDhcpv6GetOptionValue","features":[163]},{"name":"PxeDhcpv6GetVendorOptionValue","features":[163]},{"name":"PxeDhcpv6Initialize","features":[163]},{"name":"PxeDhcpv6IsValid","features":[3,163]},{"name":"PxeDhcpv6ParseRelayForw","features":[163]},{"name":"PxeGetServerInfo","features":[163]},{"name":"PxeGetServerInfoEx","features":[163]},{"name":"PxePacketAllocate","features":[3,163]},{"name":"PxePacketFree","features":[3,163]},{"name":"PxeProviderEnumClose","features":[3,163]},{"name":"PxeProviderEnumFirst","features":[3,163]},{"name":"PxeProviderEnumNext","features":[3,163]},{"name":"PxeProviderFreeInfo","features":[3,163]},{"name":"PxeProviderQueryIndex","features":[163]},{"name":"PxeProviderRegister","features":[3,163,51]},{"name":"PxeProviderSetAttribute","features":[3,163]},{"name":"PxeProviderUnRegister","features":[163]},{"name":"PxeRegisterCallback","features":[3,163]},{"name":"PxeSendReply","features":[3,163]},{"name":"PxeTrace","features":[3,163]},{"name":"PxeTraceV","features":[3,163]},{"name":"TRANSPORTCLIENT_CALLBACK_ID","features":[163]},{"name":"TRANSPORTCLIENT_SESSION_INFO","features":[163]},{"name":"TRANSPORTPROVIDER_CALLBACK_ID","features":[163]},{"name":"TRANSPORTPROVIDER_CURRENT_VERSION","features":[163]},{"name":"WDSBP_OPTVAL_ACTION_ABORT","features":[163]},{"name":"WDSBP_OPTVAL_ACTION_APPROVAL","features":[163]},{"name":"WDSBP_OPTVAL_ACTION_REFERRAL","features":[163]},{"name":"WDSBP_OPTVAL_NBP_VER_7","features":[163]},{"name":"WDSBP_OPTVAL_NBP_VER_8","features":[163]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_NOPROMPT","features":[163]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_OPTIN","features":[163]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_OPTOUT","features":[163]},{"name":"WDSBP_OPT_TYPE_BYTE","features":[163]},{"name":"WDSBP_OPT_TYPE_IP4","features":[163]},{"name":"WDSBP_OPT_TYPE_IP6","features":[163]},{"name":"WDSBP_OPT_TYPE_NONE","features":[163]},{"name":"WDSBP_OPT_TYPE_STR","features":[163]},{"name":"WDSBP_OPT_TYPE_ULONG","features":[163]},{"name":"WDSBP_OPT_TYPE_USHORT","features":[163]},{"name":"WDSBP_OPT_TYPE_WSTR","features":[163]},{"name":"WDSBP_PK_TYPE_BCD","features":[163]},{"name":"WDSBP_PK_TYPE_DHCP","features":[163]},{"name":"WDSBP_PK_TYPE_DHCPV6","features":[163]},{"name":"WDSBP_PK_TYPE_WDSNBP","features":[163]},{"name":"WDSMCCLIENT_CATEGORY","features":[163]},{"name":"WDSMCSERVER_CATEGORY","features":[163]},{"name":"WDSMCS_E_CLIENT_DOESNOT_SUPPORT_SECURITY_MODE","features":[163]},{"name":"WDSMCS_E_CLIENT_NOT_FOUND","features":[163]},{"name":"WDSMCS_E_CONTENT_NOT_FOUND","features":[163]},{"name":"WDSMCS_E_CONTENT_PROVIDER_NOT_FOUND","features":[163]},{"name":"WDSMCS_E_INCOMPATIBLE_VERSION","features":[163]},{"name":"WDSMCS_E_NAMESPACE_ALREADY_EXISTS","features":[163]},{"name":"WDSMCS_E_NAMESPACE_ALREADY_STARTED","features":[163]},{"name":"WDSMCS_E_NAMESPACE_NOT_FOUND","features":[163]},{"name":"WDSMCS_E_NAMESPACE_SHUTDOWN_IN_PROGRESS","features":[163]},{"name":"WDSMCS_E_NS_START_FAILED_NO_CLIENTS","features":[163]},{"name":"WDSMCS_E_PACKET_HAS_SECURITY","features":[163]},{"name":"WDSMCS_E_PACKET_NOT_CHECKSUMED","features":[163]},{"name":"WDSMCS_E_PACKET_NOT_HASHED","features":[163]},{"name":"WDSMCS_E_PACKET_NOT_SIGNED","features":[163]},{"name":"WDSMCS_E_REQCALLBACKS_NOT_REG","features":[163]},{"name":"WDSMCS_E_SESSION_SHUTDOWN_IN_PROGRESS","features":[163]},{"name":"WDSMCS_E_START_TIME_IN_PAST","features":[163]},{"name":"WDSTPC_E_ALREADY_COMPLETED","features":[163]},{"name":"WDSTPC_E_ALREADY_IN_LOWEST_SESSION","features":[163]},{"name":"WDSTPC_E_ALREADY_IN_PROGRESS","features":[163]},{"name":"WDSTPC_E_CALLBACKS_NOT_REG","features":[163]},{"name":"WDSTPC_E_CLIENT_DEMOTE_NOT_SUPPORTED","features":[163]},{"name":"WDSTPC_E_KICKED_FAIL","features":[163]},{"name":"WDSTPC_E_KICKED_FALLBACK","features":[163]},{"name":"WDSTPC_E_KICKED_POLICY_NOT_MET","features":[163]},{"name":"WDSTPC_E_KICKED_UNKNOWN","features":[163]},{"name":"WDSTPC_E_MULTISTREAM_NOT_ENABLED","features":[163]},{"name":"WDSTPC_E_NOT_INITIALIZED","features":[163]},{"name":"WDSTPC_E_NO_IP4_INTERFACE","features":[163]},{"name":"WDSTPC_E_UNKNOWN_ERROR","features":[163]},{"name":"WDSTPTC_E_WIM_APPLY_REQUIRES_REFERENCE_IMAGE","features":[163]},{"name":"WDSTPTMGMT_CATEGORY","features":[163]},{"name":"WDSTPTMGMT_E_CANNOT_REFRESH_DIRTY_OBJECT","features":[163]},{"name":"WDSTPTMGMT_E_CANNOT_REINITIALIZE_OBJECT","features":[163]},{"name":"WDSTPTMGMT_E_CONTENT_PROVIDER_ALREADY_REGISTERED","features":[163]},{"name":"WDSTPTMGMT_E_CONTENT_PROVIDER_NOT_REGISTERED","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_AUTO_DISCONNECT_THRESHOLD","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_CLASS","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_CONTENT_PROVIDER_NAME","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_DIAGNOSTICS_COMPONENTS","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_IPV4_MULTICAST_ADDRESS","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS_SOURCE","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_IP_ADDRESS","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_MULTISTREAM_STREAM_COUNT","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_DATA","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_NAME","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_START_PARAMETERS","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_START_TIME","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_OPERATION","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_PROPERTY","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_SERVICE_IP_ADDRESS_RANGE","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_SERVICE_PORT_RANGE","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_SLOW_CLIENT_HANDLING_TYPE","features":[163]},{"name":"WDSTPTMGMT_E_INVALID_TFTP_MAX_BLOCKSIZE","features":[163]},{"name":"WDSTPTMGMT_E_IPV6_NOT_SUPPORTED","features":[163]},{"name":"WDSTPTMGMT_E_MULTICAST_SESSION_POLICY_NOT_SUPPORTED","features":[163]},{"name":"WDSTPTMGMT_E_NAMESPACE_ALREADY_REGISTERED","features":[163]},{"name":"WDSTPTMGMT_E_NAMESPACE_NOT_ON_SERVER","features":[163]},{"name":"WDSTPTMGMT_E_NAMESPACE_NOT_REGISTERED","features":[163]},{"name":"WDSTPTMGMT_E_NAMESPACE_READ_ONLY","features":[163]},{"name":"WDSTPTMGMT_E_NAMESPACE_REMOVED_FROM_SERVER","features":[163]},{"name":"WDSTPTMGMT_E_NETWORK_PROFILES_NOT_SUPPORTED","features":[163]},{"name":"WDSTPTMGMT_E_TFTP_MAX_BLOCKSIZE_NOT_SUPPORTED","features":[163]},{"name":"WDSTPTMGMT_E_TFTP_VAR_WINDOW_NOT_SUPPORTED","features":[163]},{"name":"WDSTPTMGMT_E_TRANSPORT_SERVER_ROLE_NOT_CONFIGURED","features":[163]},{"name":"WDSTPTMGMT_E_TRANSPORT_SERVER_UNAVAILABLE","features":[163]},{"name":"WDSTPTMGMT_E_UDP_PORT_POLICY_NOT_SUPPORTED","features":[163]},{"name":"WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS","features":[163]},{"name":"WDSTRANSPORT_DISCONNECT_TYPE","features":[163]},{"name":"WDSTRANSPORT_FEATURE_FLAGS","features":[163]},{"name":"WDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE","features":[163]},{"name":"WDSTRANSPORT_IP_ADDRESS_TYPE","features":[163]},{"name":"WDSTRANSPORT_NAMESPACE_TYPE","features":[163]},{"name":"WDSTRANSPORT_NETWORK_PROFILE_TYPE","features":[163]},{"name":"WDSTRANSPORT_PROTOCOL_FLAGS","features":[163]},{"name":"WDSTRANSPORT_RESOURCE_UTILIZATION_UNKNOWN","features":[163]},{"name":"WDSTRANSPORT_SERVICE_NOTIFICATION","features":[163]},{"name":"WDSTRANSPORT_SLOW_CLIENT_HANDLING_TYPE","features":[163]},{"name":"WDSTRANSPORT_TFTP_CAPABILITY","features":[163]},{"name":"WDSTRANSPORT_UDP_PORT_POLICY","features":[163]},{"name":"WDS_CLI_CRED","features":[163]},{"name":"WDS_CLI_FIRMWARE_BIOS","features":[163]},{"name":"WDS_CLI_FIRMWARE_EFI","features":[163]},{"name":"WDS_CLI_FIRMWARE_TYPE","features":[163]},{"name":"WDS_CLI_FIRMWARE_UNKNOWN","features":[163]},{"name":"WDS_CLI_IMAGE_PARAM_SPARSE_FILE","features":[163]},{"name":"WDS_CLI_IMAGE_PARAM_SUPPORTED_FIRMWARES","features":[163]},{"name":"WDS_CLI_IMAGE_PARAM_TYPE","features":[163]},{"name":"WDS_CLI_IMAGE_PARAM_UNKNOWN","features":[163]},{"name":"WDS_CLI_IMAGE_TYPE","features":[163]},{"name":"WDS_CLI_IMAGE_TYPE_UNKNOWN","features":[163]},{"name":"WDS_CLI_IMAGE_TYPE_VHD","features":[163]},{"name":"WDS_CLI_IMAGE_TYPE_VHDX","features":[163]},{"name":"WDS_CLI_IMAGE_TYPE_WIM","features":[163]},{"name":"WDS_CLI_MSG_COMPLETE","features":[163]},{"name":"WDS_CLI_MSG_PROGRESS","features":[163]},{"name":"WDS_CLI_MSG_START","features":[163]},{"name":"WDS_CLI_MSG_TEXT","features":[163]},{"name":"WDS_CLI_NO_SPARSE_FILE","features":[163]},{"name":"WDS_CLI_TRANSFER_ASYNCHRONOUS","features":[163]},{"name":"WDS_LOG_LEVEL_DISABLED","features":[163]},{"name":"WDS_LOG_LEVEL_ERROR","features":[163]},{"name":"WDS_LOG_LEVEL_INFO","features":[163]},{"name":"WDS_LOG_LEVEL_WARNING","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_FINISHED","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_FINISHED_2","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_STARTED","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_STARTED_2","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_DOMAINJOINERROR","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_DOMAINJOINERROR_2","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_DRIVER_PACKAGE_NOT_ACCESSIBLE","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_ERROR","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_FINISHED","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_GENERIC_MESSAGE","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED2","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED3","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_MAX_CODE","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_END","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_FAILURE","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_START","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_POST_ACTIONS_END","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_POST_ACTIONS_START","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_STARTED","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_DOWNGRADE","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_END","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_START","features":[163]},{"name":"WDS_LOG_TYPE_CLIENT_UNATTEND_MODE","features":[163]},{"name":"WDS_MC_TRACE_ERROR","features":[163]},{"name":"WDS_MC_TRACE_FATAL","features":[163]},{"name":"WDS_MC_TRACE_INFO","features":[163]},{"name":"WDS_MC_TRACE_VERBOSE","features":[163]},{"name":"WDS_MC_TRACE_WARNING","features":[163]},{"name":"WDS_TRANSPORTCLIENT_AUTH","features":[163]},{"name":"WDS_TRANSPORTCLIENT_CALLBACKS","features":[3,163]},{"name":"WDS_TRANSPORTCLIENT_CURRENT_API_VERSION","features":[163]},{"name":"WDS_TRANSPORTCLIENT_MAX_CALLBACKS","features":[163]},{"name":"WDS_TRANSPORTCLIENT_NO_AUTH","features":[163]},{"name":"WDS_TRANSPORTCLIENT_NO_CACHE","features":[163]},{"name":"WDS_TRANSPORTCLIENT_PROTOCOL_MULTICAST","features":[163]},{"name":"WDS_TRANSPORTCLIENT_RECEIVE_CONTENTS","features":[163]},{"name":"WDS_TRANSPORTCLIENT_RECEIVE_METADATA","features":[163]},{"name":"WDS_TRANSPORTCLIENT_REQUEST","features":[163]},{"name":"WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL","features":[163]},{"name":"WDS_TRANSPORTCLIENT_SESSION_COMPLETE","features":[163]},{"name":"WDS_TRANSPORTCLIENT_SESSION_NEGOTIATE","features":[163]},{"name":"WDS_TRANSPORTCLIENT_SESSION_START","features":[163]},{"name":"WDS_TRANSPORTCLIENT_SESSION_STARTEX","features":[163]},{"name":"WDS_TRANSPORTCLIENT_STATUS_FAILURE","features":[163]},{"name":"WDS_TRANSPORTCLIENT_STATUS_IN_PROGRESS","features":[163]},{"name":"WDS_TRANSPORTCLIENT_STATUS_SUCCESS","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_CLOSE_CONTENT","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_CLOSE_INSTANCE","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_COMPARE_CONTENT","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_CREATE_INSTANCE","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_DUMP_STATE","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_GET_CONTENT_METADATA","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_GET_CONTENT_SIZE","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_INIT_PARAMS","features":[3,163,51]},{"name":"WDS_TRANSPORTPROVIDER_MAX_CALLBACKS","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_OPEN_CONTENT","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_READ_CONTENT","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_REFRESH_SETTINGS","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_SETTINGS","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_SHUTDOWN","features":[163]},{"name":"WDS_TRANSPORTPROVIDER_USER_ACCESS_CHECK","features":[163]},{"name":"WdsBpAddOption","features":[3,163]},{"name":"WdsBpCloseHandle","features":[3,163]},{"name":"WdsBpGetOptionBuffer","features":[3,163]},{"name":"WdsBpInitialize","features":[3,163]},{"name":"WdsBpParseInitialize","features":[3,163]},{"name":"WdsBpParseInitializev6","features":[3,163]},{"name":"WdsBpQueryOption","features":[3,163]},{"name":"WdsCliAuthorizeSession","features":[3,163]},{"name":"WdsCliCancelTransfer","features":[3,163]},{"name":"WdsCliClose","features":[3,163]},{"name":"WdsCliCreateSession","features":[3,163]},{"name":"WdsCliFindFirstImage","features":[3,163]},{"name":"WdsCliFindNextImage","features":[3,163]},{"name":"WdsCliFlagEnumFilterFirmware","features":[163]},{"name":"WdsCliFlagEnumFilterVersion","features":[163]},{"name":"WdsCliFreeStringArray","features":[163]},{"name":"WdsCliGetDriverQueryXml","features":[163]},{"name":"WdsCliGetEnumerationFlags","features":[3,163]},{"name":"WdsCliGetImageArchitecture","features":[3,163]},{"name":"WdsCliGetImageDescription","features":[3,163]},{"name":"WdsCliGetImageFiles","features":[3,163]},{"name":"WdsCliGetImageGroup","features":[3,163]},{"name":"WdsCliGetImageHalName","features":[3,163]},{"name":"WdsCliGetImageHandleFromFindHandle","features":[3,163]},{"name":"WdsCliGetImageHandleFromTransferHandle","features":[3,163]},{"name":"WdsCliGetImageIndex","features":[3,163]},{"name":"WdsCliGetImageLanguage","features":[3,163]},{"name":"WdsCliGetImageLanguages","features":[3,163]},{"name":"WdsCliGetImageLastModifiedTime","features":[3,163]},{"name":"WdsCliGetImageName","features":[3,163]},{"name":"WdsCliGetImageNamespace","features":[3,163]},{"name":"WdsCliGetImageParameter","features":[3,163]},{"name":"WdsCliGetImagePath","features":[3,163]},{"name":"WdsCliGetImageSize","features":[3,163]},{"name":"WdsCliGetImageType","features":[3,163]},{"name":"WdsCliGetImageVersion","features":[3,163]},{"name":"WdsCliGetTransferSize","features":[3,163]},{"name":"WdsCliInitializeLog","features":[3,163]},{"name":"WdsCliLog","features":[3,163]},{"name":"WdsCliObtainDriverPackages","features":[3,163]},{"name":"WdsCliObtainDriverPackagesEx","features":[3,163]},{"name":"WdsCliRegisterTrace","features":[163]},{"name":"WdsCliSetTransferBufferSize","features":[163]},{"name":"WdsCliTransferFile","features":[3,163]},{"name":"WdsCliTransferImage","features":[3,163]},{"name":"WdsCliWaitForTransfer","features":[3,163]},{"name":"WdsTptDiagnosticsComponentImageServer","features":[163]},{"name":"WdsTptDiagnosticsComponentMulticast","features":[163]},{"name":"WdsTptDiagnosticsComponentPxe","features":[163]},{"name":"WdsTptDiagnosticsComponentTftp","features":[163]},{"name":"WdsTptDisconnectAbort","features":[163]},{"name":"WdsTptDisconnectFallback","features":[163]},{"name":"WdsTptDisconnectUnknown","features":[163]},{"name":"WdsTptFeatureAdminPack","features":[163]},{"name":"WdsTptFeatureDeploymentServer","features":[163]},{"name":"WdsTptFeatureTransportServer","features":[163]},{"name":"WdsTptIpAddressIpv4","features":[163]},{"name":"WdsTptIpAddressIpv6","features":[163]},{"name":"WdsTptIpAddressSourceDhcp","features":[163]},{"name":"WdsTptIpAddressSourceRange","features":[163]},{"name":"WdsTptIpAddressSourceUnknown","features":[163]},{"name":"WdsTptIpAddressUnknown","features":[163]},{"name":"WdsTptNamespaceTypeAutoCast","features":[163]},{"name":"WdsTptNamespaceTypeScheduledCastAutoStart","features":[163]},{"name":"WdsTptNamespaceTypeScheduledCastManualStart","features":[163]},{"name":"WdsTptNamespaceTypeUnknown","features":[163]},{"name":"WdsTptNetworkProfile100Mbps","features":[163]},{"name":"WdsTptNetworkProfile10Mbps","features":[163]},{"name":"WdsTptNetworkProfile1Gbps","features":[163]},{"name":"WdsTptNetworkProfileCustom","features":[163]},{"name":"WdsTptNetworkProfileUnknown","features":[163]},{"name":"WdsTptProtocolMulticast","features":[163]},{"name":"WdsTptProtocolUnicast","features":[163]},{"name":"WdsTptServiceNotifyReadSettings","features":[163]},{"name":"WdsTptServiceNotifyUnknown","features":[163]},{"name":"WdsTptSlowClientHandlingAutoDisconnect","features":[163]},{"name":"WdsTptSlowClientHandlingMultistream","features":[163]},{"name":"WdsTptSlowClientHandlingNone","features":[163]},{"name":"WdsTptSlowClientHandlingUnknown","features":[163]},{"name":"WdsTptTftpCapMaximumBlockSize","features":[163]},{"name":"WdsTptTftpCapVariableWindow","features":[163]},{"name":"WdsTptUdpPortPolicyDynamic","features":[163]},{"name":"WdsTptUdpPortPolicyFixed","features":[163]},{"name":"WdsTransportCacheable","features":[163]},{"name":"WdsTransportClient","features":[163]},{"name":"WdsTransportClientAddRefBuffer","features":[163]},{"name":"WdsTransportClientCancelSession","features":[3,163]},{"name":"WdsTransportClientCancelSessionEx","features":[3,163]},{"name":"WdsTransportClientCloseSession","features":[3,163]},{"name":"WdsTransportClientCompleteReceive","features":[3,163]},{"name":"WdsTransportClientInitialize","features":[163]},{"name":"WdsTransportClientInitializeSession","features":[3,163]},{"name":"WdsTransportClientQueryStatus","features":[3,163]},{"name":"WdsTransportClientRegisterCallback","features":[3,163]},{"name":"WdsTransportClientReleaseBuffer","features":[163]},{"name":"WdsTransportClientShutdown","features":[163]},{"name":"WdsTransportClientStartSession","features":[3,163]},{"name":"WdsTransportClientWaitForCompletion","features":[3,163]},{"name":"WdsTransportCollection","features":[163]},{"name":"WdsTransportConfigurationManager","features":[163]},{"name":"WdsTransportContent","features":[163]},{"name":"WdsTransportContentProvider","features":[163]},{"name":"WdsTransportDiagnosticsPolicy","features":[163]},{"name":"WdsTransportManager","features":[163]},{"name":"WdsTransportMulticastSessionPolicy","features":[163]},{"name":"WdsTransportNamespace","features":[163]},{"name":"WdsTransportNamespaceAutoCast","features":[163]},{"name":"WdsTransportNamespaceManager","features":[163]},{"name":"WdsTransportNamespaceScheduledCast","features":[163]},{"name":"WdsTransportNamespaceScheduledCastAutoStart","features":[163]},{"name":"WdsTransportNamespaceScheduledCastManualStart","features":[163]},{"name":"WdsTransportServer","features":[163]},{"name":"WdsTransportServerAllocateBuffer","features":[3,163]},{"name":"WdsTransportServerCompleteRead","features":[3,163]},{"name":"WdsTransportServerFreeBuffer","features":[3,163]},{"name":"WdsTransportServerRegisterCallback","features":[3,163]},{"name":"WdsTransportServerTrace","features":[3,163]},{"name":"WdsTransportServerTraceV","features":[3,163]},{"name":"WdsTransportServicePolicy","features":[163]},{"name":"WdsTransportSession","features":[163]},{"name":"WdsTransportSetupManager","features":[163]},{"name":"WdsTransportTftpClient","features":[163]},{"name":"WdsTransportTftpManager","features":[163]}],"552":[{"name":"AcquireDeveloperLicense","features":[3,164]},{"name":"CheckDeveloperLicense","features":[3,164]},{"name":"RemoveDeveloperLicense","features":[3,164]}],"553":[{"name":"CeipIsOptedIn","features":[3,165]}],"555":[{"name":"ABNORMAL_RESET_DETECTED","features":[33]},{"name":"ACPI_BIOS_ERROR","features":[33]},{"name":"ACPI_BIOS_FATAL_ERROR","features":[33]},{"name":"ACPI_DRIVER_INTERNAL","features":[33]},{"name":"ACPI_FIRMWARE_WATCHDOG_TIMEOUT","features":[33]},{"name":"ACTIVE_EX_WORKER_THREAD_TERMINATION","features":[33]},{"name":"ADDRESS","features":[33]},{"name":"ADDRESS64","features":[33]},{"name":"ADDRESS_MODE","features":[33]},{"name":"AER_BRIDGE_DESCRIPTOR_FLAGS","features":[33]},{"name":"AER_ENDPOINT_DESCRIPTOR_FLAGS","features":[33]},{"name":"AER_ROOTPORT_DESCRIPTOR_FLAGS","features":[33]},{"name":"AGP_GART_CORRUPTION","features":[33]},{"name":"AGP_ILLEGALLY_REPROGRAMMED","features":[33]},{"name":"AGP_INTERNAL","features":[33]},{"name":"AGP_INVALID_ACCESS","features":[33]},{"name":"APC_CALLBACK_DATA","features":[33,9]},{"name":"APC_INDEX_MISMATCH","features":[33]},{"name":"API_VERSION","features":[33]},{"name":"API_VERSION_NUMBER","features":[33]},{"name":"APP_TAGGING_INITIALIZATION_FAILED","features":[33]},{"name":"ARM64_NT_CONTEXT","features":[33]},{"name":"ARM64_NT_NEON128","features":[33]},{"name":"ASSIGN_DRIVE_LETTERS_FAILED","features":[33]},{"name":"ATDISK_DRIVER_INTERNAL","features":[33]},{"name":"ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY","features":[33]},{"name":"ATTEMPTED_SWITCH_FROM_DPC","features":[33]},{"name":"ATTEMPTED_WRITE_TO_CM_PROTECTED_STORAGE","features":[33]},{"name":"ATTEMPTED_WRITE_TO_READONLY_MEMORY","features":[33]},{"name":"AUDIT_FAILURE","features":[33]},{"name":"AZURE_DEVICE_FW_DUMP","features":[33]},{"name":"AddVectoredContinueHandler","features":[3,33,9]},{"name":"AddVectoredExceptionHandler","features":[3,33,9]},{"name":"AddrMode1616","features":[33]},{"name":"AddrMode1632","features":[33]},{"name":"AddrModeFlat","features":[33]},{"name":"AddrModeReal","features":[33]},{"name":"BAD_EXHANDLE","features":[33]},{"name":"BAD_OBJECT_HEADER","features":[33]},{"name":"BAD_POOL_CALLER","features":[33]},{"name":"BAD_POOL_HEADER","features":[33]},{"name":"BAD_SYSTEM_CONFIG_INFO","features":[33]},{"name":"BC_BLUETOOTH_VERIFIER_FAULT","features":[33]},{"name":"BC_BTHMINI_VERIFIER_FAULT","features":[33]},{"name":"BGI_DETECTED_VIOLATION","features":[33]},{"name":"BIND_ALL_IMAGES","features":[33]},{"name":"BIND_CACHE_IMPORT_DLLS","features":[33]},{"name":"BIND_NO_BOUND_IMPORTS","features":[33]},{"name":"BIND_NO_UPDATE","features":[33]},{"name":"BIND_REPORT_64BIT_VA","features":[33]},{"name":"BITLOCKER_FATAL_ERROR","features":[33]},{"name":"BLUETOOTH_ERROR_RECOVERY_LIVEDUMP","features":[33]},{"name":"BOOTING_IN_SAFEMODE_DSREPAIR","features":[33]},{"name":"BOOTING_IN_SAFEMODE_MINIMAL","features":[33]},{"name":"BOOTING_IN_SAFEMODE_NETWORK","features":[33]},{"name":"BOOTLOG_ENABLED","features":[33]},{"name":"BOOTLOG_LOADED","features":[33]},{"name":"BOOTLOG_NOT_LOADED","features":[33]},{"name":"BOOTPROC_INITIALIZATION_FAILED","features":[33]},{"name":"BOUND_IMAGE_UNSUPPORTED","features":[33]},{"name":"BREAKAWAY_CABLE_TRANSITION","features":[33]},{"name":"BUGCHECK_CONTEXT_MODIFIER","features":[33]},{"name":"BUGCHECK_ERROR","features":[33]},{"name":"BUGCODE_ID_DRIVER","features":[33]},{"name":"BUGCODE_MBBADAPTER_DRIVER","features":[33]},{"name":"BUGCODE_NDIS_DRIVER","features":[33]},{"name":"BUGCODE_NDIS_DRIVER_LIVE_DUMP","features":[33]},{"name":"BUGCODE_NETADAPTER_DRIVER","features":[33]},{"name":"BUGCODE_USB3_DRIVER","features":[33]},{"name":"BUGCODE_USB_DRIVER","features":[33]},{"name":"BUGCODE_WIFIADAPTER_DRIVER","features":[33]},{"name":"Beep","features":[3,33]},{"name":"BindExpandFileHeaders","features":[33]},{"name":"BindForwarder","features":[33]},{"name":"BindForwarder32","features":[33]},{"name":"BindForwarder64","features":[33]},{"name":"BindForwarderNOT","features":[33]},{"name":"BindForwarderNOT32","features":[33]},{"name":"BindForwarderNOT64","features":[33]},{"name":"BindImage","features":[3,33]},{"name":"BindImageComplete","features":[33]},{"name":"BindImageEx","features":[3,33]},{"name":"BindImageModified","features":[33]},{"name":"BindImportModule","features":[33]},{"name":"BindImportModuleFailed","features":[33]},{"name":"BindImportProcedure","features":[33]},{"name":"BindImportProcedure32","features":[33]},{"name":"BindImportProcedure64","features":[33]},{"name":"BindImportProcedureFailed","features":[33]},{"name":"BindMismatchedSymbols","features":[33]},{"name":"BindNoRoomInImage","features":[33]},{"name":"BindOutOfMemory","features":[33]},{"name":"BindRvaToVaFailed","features":[33]},{"name":"BindSymbolsNotUpdated","features":[33]},{"name":"CACHE_INITIALIZATION_FAILED","features":[33]},{"name":"CACHE_MANAGER","features":[33]},{"name":"CALL_HAS_NOT_RETURNED_WATCHDOG_TIMEOUT_LIVEDUMP","features":[33]},{"name":"CANCEL_STATE_IN_COMPLETED_IRP","features":[33]},{"name":"CANNOT_WRITE_CONFIGURATION","features":[33]},{"name":"CBA_CHECK_ARM_MACHINE_THUMB_TYPE_OVERRIDE","features":[33]},{"name":"CBA_CHECK_ENGOPT_DISALLOW_NETWORK_PATHS","features":[33]},{"name":"CBA_DEBUG_INFO","features":[33]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_CANCEL","features":[33]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_COMPLETE","features":[33]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_FAILURE","features":[33]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_PARTIAL","features":[33]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_START","features":[33]},{"name":"CBA_DUPLICATE_SYMBOL","features":[33]},{"name":"CBA_ENGINE_PRESENT","features":[33]},{"name":"CBA_EVENT","features":[33]},{"name":"CBA_MAP_JIT_SYMBOL","features":[33]},{"name":"CBA_READ_MEMORY","features":[33]},{"name":"CBA_SET_OPTIONS","features":[33]},{"name":"CBA_SRCSRV_EVENT","features":[33]},{"name":"CBA_SRCSRV_INFO","features":[33]},{"name":"CBA_SYMBOLS_UNLOADED","features":[33]},{"name":"CBA_UPDATE_STATUS_BAR","features":[33]},{"name":"CBA_XML_LOG","features":[33]},{"name":"CDFS_FILE_SYSTEM","features":[33]},{"name":"CERT_PE_IMAGE_DIGEST_ALL_IMPORT_INFO","features":[33]},{"name":"CERT_PE_IMAGE_DIGEST_DEBUG_INFO","features":[33]},{"name":"CERT_PE_IMAGE_DIGEST_NON_PE_INFO","features":[33]},{"name":"CERT_PE_IMAGE_DIGEST_RESOURCES","features":[33]},{"name":"CERT_SECTION_TYPE_ANY","features":[33]},{"name":"CHECKSUM_MAPVIEW_FAILURE","features":[33]},{"name":"CHECKSUM_MAP_FAILURE","features":[33]},{"name":"CHECKSUM_OPEN_FAILURE","features":[33]},{"name":"CHECKSUM_SUCCESS","features":[33]},{"name":"CHECKSUM_UNICODE_FAILURE","features":[33]},{"name":"CHIPSET_DETECTED_ERROR","features":[33]},{"name":"CID_HANDLE_CREATION","features":[33]},{"name":"CID_HANDLE_DELETION","features":[33]},{"name":"CLOCK_WATCHDOG_TIMEOUT","features":[33]},{"name":"CLUSTER_CLUSPORT_STATUS_IO_TIMEOUT_LIVEDUMP","features":[33]},{"name":"CLUSTER_CSVFS_LIVEDUMP","features":[33]},{"name":"CLUSTER_CSV_CLUSSVC_DISCONNECT_WATCHDOG","features":[33]},{"name":"CLUSTER_CSV_CLUSTER_WATCHDOG_LIVEDUMP","features":[33]},{"name":"CLUSTER_CSV_SNAPSHOT_DEVICE_INFO_TIMEOUT_LIVEDUMP","features":[33]},{"name":"CLUSTER_CSV_STATE_TRANSITION_INTERVAL_TIMEOUT_LIVEDUMP","features":[33]},{"name":"CLUSTER_CSV_STATE_TRANSITION_TIMEOUT_LIVEDUMP","features":[33]},{"name":"CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP","features":[33]},{"name":"CLUSTER_CSV_VOLUME_ARRIVAL_LIVEDUMP","features":[33]},{"name":"CLUSTER_CSV_VOLUME_REMOVAL_LIVEDUMP","features":[33]},{"name":"CLUSTER_RESOURCE_CALL_TIMEOUT_LIVEDUMP","features":[33]},{"name":"CLUSTER_SVHDX_LIVEDUMP","features":[33]},{"name":"CNSS_FILE_SYSTEM_FILTER","features":[33]},{"name":"CONFIG_INITIALIZATION_FAILED","features":[33]},{"name":"CONFIG_LIST_FAILED","features":[33]},{"name":"CONNECTED_STANDBY_WATCHDOG_TIMEOUT_LIVEDUMP","features":[33]},{"name":"CONTEXT","features":[33,9]},{"name":"CONTEXT","features":[33,9]},{"name":"CONTEXT","features":[33,9]},{"name":"CONTEXT_ALL_AMD64","features":[33]},{"name":"CONTEXT_ALL_ARM","features":[33]},{"name":"CONTEXT_ALL_ARM64","features":[33]},{"name":"CONTEXT_ALL_X86","features":[33]},{"name":"CONTEXT_AMD64","features":[33]},{"name":"CONTEXT_ARM","features":[33]},{"name":"CONTEXT_ARM64","features":[33]},{"name":"CONTEXT_CONTROL_AMD64","features":[33]},{"name":"CONTEXT_CONTROL_ARM","features":[33]},{"name":"CONTEXT_CONTROL_ARM64","features":[33]},{"name":"CONTEXT_CONTROL_X86","features":[33]},{"name":"CONTEXT_DEBUG_REGISTERS_AMD64","features":[33]},{"name":"CONTEXT_DEBUG_REGISTERS_ARM","features":[33]},{"name":"CONTEXT_DEBUG_REGISTERS_ARM64","features":[33]},{"name":"CONTEXT_DEBUG_REGISTERS_X86","features":[33]},{"name":"CONTEXT_EXCEPTION_ACTIVE_AMD64","features":[33]},{"name":"CONTEXT_EXCEPTION_ACTIVE_ARM","features":[33]},{"name":"CONTEXT_EXCEPTION_ACTIVE_ARM64","features":[33]},{"name":"CONTEXT_EXCEPTION_ACTIVE_X86","features":[33]},{"name":"CONTEXT_EXCEPTION_REPORTING_AMD64","features":[33]},{"name":"CONTEXT_EXCEPTION_REPORTING_ARM","features":[33]},{"name":"CONTEXT_EXCEPTION_REPORTING_ARM64","features":[33]},{"name":"CONTEXT_EXCEPTION_REPORTING_X86","features":[33]},{"name":"CONTEXT_EXCEPTION_REQUEST_AMD64","features":[33]},{"name":"CONTEXT_EXCEPTION_REQUEST_ARM","features":[33]},{"name":"CONTEXT_EXCEPTION_REQUEST_ARM64","features":[33]},{"name":"CONTEXT_EXCEPTION_REQUEST_X86","features":[33]},{"name":"CONTEXT_EXTENDED_REGISTERS_X86","features":[33]},{"name":"CONTEXT_FLAGS","features":[33]},{"name":"CONTEXT_FLOATING_POINT_AMD64","features":[33]},{"name":"CONTEXT_FLOATING_POINT_ARM","features":[33]},{"name":"CONTEXT_FLOATING_POINT_ARM64","features":[33]},{"name":"CONTEXT_FLOATING_POINT_X86","features":[33]},{"name":"CONTEXT_FULL_AMD64","features":[33]},{"name":"CONTEXT_FULL_ARM","features":[33]},{"name":"CONTEXT_FULL_ARM64","features":[33]},{"name":"CONTEXT_FULL_X86","features":[33]},{"name":"CONTEXT_INTEGER_AMD64","features":[33]},{"name":"CONTEXT_INTEGER_ARM","features":[33]},{"name":"CONTEXT_INTEGER_ARM64","features":[33]},{"name":"CONTEXT_INTEGER_X86","features":[33]},{"name":"CONTEXT_KERNEL_CET_AMD64","features":[33]},{"name":"CONTEXT_KERNEL_DEBUGGER_AMD64","features":[33]},{"name":"CONTEXT_RET_TO_GUEST_ARM64","features":[33]},{"name":"CONTEXT_SEGMENTS_AMD64","features":[33]},{"name":"CONTEXT_SEGMENTS_X86","features":[33]},{"name":"CONTEXT_SERVICE_ACTIVE_AMD64","features":[33]},{"name":"CONTEXT_SERVICE_ACTIVE_ARM","features":[33]},{"name":"CONTEXT_SERVICE_ACTIVE_ARM64","features":[33]},{"name":"CONTEXT_SERVICE_ACTIVE_X86","features":[33]},{"name":"CONTEXT_UNWOUND_TO_CALL_AMD64","features":[33]},{"name":"CONTEXT_UNWOUND_TO_CALL_ARM","features":[33]},{"name":"CONTEXT_UNWOUND_TO_CALL_ARM64","features":[33]},{"name":"CONTEXT_X18_ARM64","features":[33]},{"name":"CONTEXT_X86","features":[33]},{"name":"CONTEXT_XSTATE_AMD64","features":[33]},{"name":"CONTEXT_XSTATE_X86","features":[33]},{"name":"COREMSGCALL_INTERNAL_ERROR","features":[33]},{"name":"COREMSG_INTERNAL_ERROR","features":[33]},{"name":"CORRUPT_ACCESS_TOKEN","features":[33]},{"name":"CPU_INFORMATION","features":[33]},{"name":"CRASHDUMP_WATCHDOG_TIMEOUT","features":[33]},{"name":"CREATE_DELETE_LOCK_NOT_LOCKED","features":[33]},{"name":"CREATE_PROCESS_DEBUG_EVENT","features":[33]},{"name":"CREATE_PROCESS_DEBUG_INFO","features":[3,33,39]},{"name":"CREATE_THREAD_DEBUG_EVENT","features":[33]},{"name":"CREATE_THREAD_DEBUG_INFO","features":[3,33,39]},{"name":"CRITICAL_INITIALIZATION_FAILURE","features":[33]},{"name":"CRITICAL_OBJECT_TERMINATION","features":[33]},{"name":"CRITICAL_PROCESS_DIED","features":[33]},{"name":"CRITICAL_SERVICE_FAILED","features":[33]},{"name":"CRITICAL_STRUCTURE_CORRUPTION","features":[33]},{"name":"CRYPTO_LIBRARY_INTERNAL_ERROR","features":[33]},{"name":"CRYPTO_SELF_TEST_FAILURE","features":[33]},{"name":"CancelCallback","features":[33]},{"name":"CheckRemoteDebuggerPresent","features":[3,33]},{"name":"CheckSumMappedFile","features":[33,35]},{"name":"CheckSumMappedFile","features":[33,35]},{"name":"CloseThreadWaitChainSession","features":[33]},{"name":"CommentStreamA","features":[33]},{"name":"CommentStreamW","features":[33]},{"name":"ContinueDebugEvent","features":[3,33]},{"name":"CopyContext","features":[3,33,9]},{"name":"DAM_WATCHDOG_TIMEOUT","features":[33]},{"name":"DATA_BUS_ERROR","features":[33]},{"name":"DATA_COHERENCY_EXCEPTION","features":[33]},{"name":"DBGHELP_DATA_REPORT_STRUCT","features":[33]},{"name":"DBGPROP_ATTRIB_ACCESS_FINAL","features":[33]},{"name":"DBGPROP_ATTRIB_ACCESS_PRIVATE","features":[33]},{"name":"DBGPROP_ATTRIB_ACCESS_PROTECTED","features":[33]},{"name":"DBGPROP_ATTRIB_ACCESS_PUBLIC","features":[33]},{"name":"DBGPROP_ATTRIB_FLAGS","features":[33]},{"name":"DBGPROP_ATTRIB_FRAME_INCATCHBLOCK","features":[33]},{"name":"DBGPROP_ATTRIB_FRAME_INFINALLYBLOCK","features":[33]},{"name":"DBGPROP_ATTRIB_FRAME_INTRYBLOCK","features":[33]},{"name":"DBGPROP_ATTRIB_HAS_EXTENDED_ATTRIBS","features":[33]},{"name":"DBGPROP_ATTRIB_NO_ATTRIB","features":[33]},{"name":"DBGPROP_ATTRIB_STORAGE_FIELD","features":[33]},{"name":"DBGPROP_ATTRIB_STORAGE_GLOBAL","features":[33]},{"name":"DBGPROP_ATTRIB_STORAGE_STATIC","features":[33]},{"name":"DBGPROP_ATTRIB_STORAGE_VIRTUAL","features":[33]},{"name":"DBGPROP_ATTRIB_TYPE_IS_CONSTANT","features":[33]},{"name":"DBGPROP_ATTRIB_TYPE_IS_SYNCHRONIZED","features":[33]},{"name":"DBGPROP_ATTRIB_TYPE_IS_VOLATILE","features":[33]},{"name":"DBGPROP_ATTRIB_VALUE_IS_EVENT","features":[33]},{"name":"DBGPROP_ATTRIB_VALUE_IS_EXPANDABLE","features":[33]},{"name":"DBGPROP_ATTRIB_VALUE_IS_FAKE","features":[33]},{"name":"DBGPROP_ATTRIB_VALUE_IS_INVALID","features":[33]},{"name":"DBGPROP_ATTRIB_VALUE_IS_METHOD","features":[33]},{"name":"DBGPROP_ATTRIB_VALUE_IS_RAW_STRING","features":[33]},{"name":"DBGPROP_ATTRIB_VALUE_IS_RETURN_VALUE","features":[33]},{"name":"DBGPROP_ATTRIB_VALUE_PENDING_MUTATION","features":[33]},{"name":"DBGPROP_ATTRIB_VALUE_READONLY","features":[33]},{"name":"DBGPROP_INFO","features":[33]},{"name":"DBGPROP_INFO_ATTRIBUTES","features":[33]},{"name":"DBGPROP_INFO_AUTOEXPAND","features":[33]},{"name":"DBGPROP_INFO_BEAUTIFY","features":[33]},{"name":"DBGPROP_INFO_CALLTOSTRING","features":[33]},{"name":"DBGPROP_INFO_DEBUGPROP","features":[33]},{"name":"DBGPROP_INFO_FULLNAME","features":[33]},{"name":"DBGPROP_INFO_NAME","features":[33]},{"name":"DBGPROP_INFO_TYPE","features":[33]},{"name":"DBGPROP_INFO_VALUE","features":[33]},{"name":"DBHHEADER_CVMISC","features":[33]},{"name":"DBHHEADER_DEBUGDIRS","features":[33]},{"name":"DBHHEADER_PDBGUID","features":[33]},{"name":"DEBUG_EVENT","features":[3,33,39]},{"name":"DEBUG_EVENT_CODE","features":[33]},{"name":"DEREF_UNKNOWN_LOGON_SESSION","features":[33]},{"name":"DEVICE_DIAGNOSTIC_LOG_LIVEDUMP","features":[33]},{"name":"DEVICE_QUEUE_NOT_BUSY","features":[33]},{"name":"DEVICE_REFERENCE_COUNT_NOT_ZERO","features":[33]},{"name":"DFSC_FILE_SYSTEM","features":[33]},{"name":"DFS_FILE_SYSTEM","features":[33]},{"name":"DIGEST_FUNCTION","features":[3,33]},{"name":"DIRECTED_FX_TRANSITION_LIVEDUMP","features":[33]},{"name":"DIRTY_MAPPED_PAGES_CONGESTION","features":[33]},{"name":"DIRTY_NOWRITE_PAGES_CONGESTION","features":[33]},{"name":"DISORDERLY_SHUTDOWN","features":[33]},{"name":"DISPATCHER_CONTEXT","features":[3,33,9]},{"name":"DISPATCHER_CONTEXT","features":[3,33,9]},{"name":"DMA_COMMON_BUFFER_VECTOR_ERROR","features":[33]},{"name":"DMP_CONTEXT_RECORD_SIZE_32","features":[33]},{"name":"DMP_CONTEXT_RECORD_SIZE_64","features":[33]},{"name":"DMP_HEADER_COMMENT_SIZE","features":[33]},{"name":"DMP_PHYSICAL_MEMORY_BLOCK_SIZE_32","features":[33]},{"name":"DMP_PHYSICAL_MEMORY_BLOCK_SIZE_64","features":[33]},{"name":"DMP_RESERVED_0_SIZE_32","features":[33]},{"name":"DMP_RESERVED_0_SIZE_64","features":[33]},{"name":"DMP_RESERVED_2_SIZE_32","features":[33]},{"name":"DMP_RESERVED_3_SIZE_32","features":[33]},{"name":"DPC_WATCHDOG_TIMEOUT","features":[33]},{"name":"DPC_WATCHDOG_VIOLATION","features":[33]},{"name":"DRIPS_SW_HW_DIVERGENCE_LIVEDUMP","features":[33]},{"name":"DRIVER_CAUGHT_MODIFYING_FREED_POOL","features":[33]},{"name":"DRIVER_CORRUPTED_EXPOOL","features":[33]},{"name":"DRIVER_CORRUPTED_MMPOOL","features":[33]},{"name":"DRIVER_CORRUPTED_SYSPTES","features":[33]},{"name":"DRIVER_INVALID_CRUNTIME_PARAMETER","features":[33]},{"name":"DRIVER_INVALID_STACK_ACCESS","features":[33]},{"name":"DRIVER_IRQL_NOT_LESS_OR_EQUAL","features":[33]},{"name":"DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS","features":[33]},{"name":"DRIVER_OVERRAN_STACK_BUFFER","features":[33]},{"name":"DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION","features":[33]},{"name":"DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION_M","features":[33]},{"name":"DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL","features":[33]},{"name":"DRIVER_PNP_WATCHDOG","features":[33]},{"name":"DRIVER_PORTION_MUST_BE_NONPAGED","features":[33]},{"name":"DRIVER_POWER_STATE_FAILURE","features":[33]},{"name":"DRIVER_RETURNED_HOLDING_CANCEL_LOCK","features":[33]},{"name":"DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN","features":[33]},{"name":"DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS","features":[33]},{"name":"DRIVER_UNMAPPING_INVALID_VIEW","features":[33]},{"name":"DRIVER_USED_EXCESSIVE_PTES","features":[33]},{"name":"DRIVER_VERIFIER_DETECTED_VIOLATION","features":[33]},{"name":"DRIVER_VERIFIER_DETECTED_VIOLATION_LIVEDUMP","features":[33]},{"name":"DRIVER_VERIFIER_DMA_VIOLATION","features":[33]},{"name":"DRIVER_VERIFIER_IOMANAGER_VIOLATION","features":[33]},{"name":"DRIVER_VERIFIER_TRACKING_LIVE_DUMP","features":[33]},{"name":"DRIVER_VIOLATION","features":[33]},{"name":"DRIVE_EXTENDER","features":[33]},{"name":"DSLFLAG_MISMATCHED_DBG","features":[33]},{"name":"DSLFLAG_MISMATCHED_PDB","features":[33]},{"name":"DUMP_FILE_ATTRIBUTES","features":[33]},{"name":"DUMP_HEADER32","features":[3,33]},{"name":"DUMP_HEADER64","features":[3,33]},{"name":"DUMP_SUMMARY_VALID_CURRENT_USER_VA","features":[33]},{"name":"DUMP_SUMMARY_VALID_KERNEL_VA","features":[33]},{"name":"DUMP_TYPE","features":[33]},{"name":"DUMP_TYPE_AUTOMATIC","features":[33]},{"name":"DUMP_TYPE_BITMAP_FULL","features":[33]},{"name":"DUMP_TYPE_BITMAP_KERNEL","features":[33]},{"name":"DUMP_TYPE_FULL","features":[33]},{"name":"DUMP_TYPE_HEADER","features":[33]},{"name":"DUMP_TYPE_INVALID","features":[33]},{"name":"DUMP_TYPE_SUMMARY","features":[33]},{"name":"DUMP_TYPE_TRIAGE","features":[33]},{"name":"DUMP_TYPE_UNKNOWN","features":[33]},{"name":"DYNAMIC_ADD_PROCESSOR_MISMATCH","features":[33]},{"name":"DbgHelpCreateUserDump","features":[3,33]},{"name":"DbgHelpCreateUserDumpW","features":[3,33]},{"name":"DebugActiveProcess","features":[3,33]},{"name":"DebugActiveProcessStop","features":[3,33]},{"name":"DebugBreak","features":[33]},{"name":"DebugBreakProcess","features":[3,33]},{"name":"DebugPropertyInfo","features":[33]},{"name":"DebugSetProcessKillOnExit","features":[3,33]},{"name":"DecodePointer","features":[33]},{"name":"DecodeRemotePointer","features":[3,33]},{"name":"DecodeSystemPointer","features":[33]},{"name":"EFS_FATAL_ERROR","features":[33]},{"name":"ELAM_DRIVER_DETECTED_FATAL_ERROR","features":[33]},{"name":"EMPTY_THREAD_REAPER_LIST","features":[33]},{"name":"EM_INITIALIZATION_ERROR","features":[33]},{"name":"END_OF_NT_EVALUATION_PERIOD","features":[33]},{"name":"ERESOURCE_INVALID_RELEASE","features":[33]},{"name":"ERRATA_WORKAROUND_UNSUCCESSFUL","features":[33]},{"name":"ERROR_IMAGE_NOT_STRIPPED","features":[33]},{"name":"ERROR_NO_DBG_POINTER","features":[33]},{"name":"ERROR_NO_PDB_POINTER","features":[33]},{"name":"ESLFLAG_FULLPATH","features":[33]},{"name":"ESLFLAG_INLINE_SITE","features":[33]},{"name":"ESLFLAG_NEAREST","features":[33]},{"name":"ESLFLAG_NEXT","features":[33]},{"name":"ESLFLAG_PREV","features":[33]},{"name":"EVENT_SRCSPEW","features":[33]},{"name":"EVENT_SRCSPEW_END","features":[33]},{"name":"EVENT_SRCSPEW_START","features":[33]},{"name":"EVENT_TRACING_FATAL_ERROR","features":[33]},{"name":"EXCEPTION_CONTINUE_EXECUTION","features":[33]},{"name":"EXCEPTION_CONTINUE_SEARCH","features":[33]},{"name":"EXCEPTION_DEBUG_EVENT","features":[33]},{"name":"EXCEPTION_DEBUG_INFO","features":[3,33]},{"name":"EXCEPTION_EXECUTE_HANDLER","features":[33]},{"name":"EXCEPTION_ON_INVALID_STACK","features":[33]},{"name":"EXCEPTION_POINTERS","features":[3,33,9]},{"name":"EXCEPTION_RECORD","features":[3,33]},{"name":"EXCEPTION_RECORD32","features":[3,33]},{"name":"EXCEPTION_RECORD64","features":[3,33]},{"name":"EXCEPTION_SCOPE_INVALID","features":[33]},{"name":"EXFAT_FILE_SYSTEM","features":[33]},{"name":"EXIT_PROCESS_DEBUG_EVENT","features":[33]},{"name":"EXIT_PROCESS_DEBUG_INFO","features":[33]},{"name":"EXIT_THREAD_DEBUG_EVENT","features":[33]},{"name":"EXIT_THREAD_DEBUG_INFO","features":[33]},{"name":"EXRESOURCE_TIMEOUT_LIVEDUMP","features":[33]},{"name":"EXT_OUTPUT_VER","features":[33]},{"name":"EX_PROP_INFO_DEBUGEXTPROP","features":[33]},{"name":"EX_PROP_INFO_FLAGS","features":[33]},{"name":"EX_PROP_INFO_ID","features":[33]},{"name":"EX_PROP_INFO_LOCKBYTES","features":[33]},{"name":"EX_PROP_INFO_NTYPE","features":[33]},{"name":"EX_PROP_INFO_NVALUE","features":[33]},{"name":"EncodePointer","features":[33]},{"name":"EncodeRemotePointer","features":[3,33]},{"name":"EncodeSystemPointer","features":[33]},{"name":"EnumDirTree","features":[3,33]},{"name":"EnumDirTreeW","features":[3,33]},{"name":"EnumerateLoadedModules","features":[3,33]},{"name":"EnumerateLoadedModules64","features":[3,33]},{"name":"EnumerateLoadedModulesEx","features":[3,33]},{"name":"EnumerateLoadedModulesExW","features":[3,33]},{"name":"EnumerateLoadedModulesW64","features":[3,33]},{"name":"ExceptionStream","features":[33]},{"name":"ExtendedDebugPropertyInfo","features":[3,43,33,44]},{"name":"FACILITY_AAF","features":[33]},{"name":"FACILITY_ACCELERATOR","features":[33]},{"name":"FACILITY_ACS","features":[33]},{"name":"FACILITY_ACTION_QUEUE","features":[33]},{"name":"FACILITY_AUDCLNT","features":[33]},{"name":"FACILITY_AUDIO","features":[33]},{"name":"FACILITY_AUDIOSTREAMING","features":[33]},{"name":"FACILITY_BACKGROUNDCOPY","features":[33]},{"name":"FACILITY_BCD","features":[33]},{"name":"FACILITY_BLB","features":[33]},{"name":"FACILITY_BLBUI","features":[33]},{"name":"FACILITY_BLB_CLI","features":[33]},{"name":"FACILITY_BLUETOOTH_ATT","features":[33]},{"name":"FACILITY_CERT","features":[33]},{"name":"FACILITY_CMI","features":[33]},{"name":"FACILITY_CODE","features":[33]},{"name":"FACILITY_COMPLUS","features":[33]},{"name":"FACILITY_CONFIGURATION","features":[33]},{"name":"FACILITY_CONTROL","features":[33]},{"name":"FACILITY_DAF","features":[33]},{"name":"FACILITY_DEBUGGERS","features":[33]},{"name":"FACILITY_DEFRAG","features":[33]},{"name":"FACILITY_DELIVERY_OPTIMIZATION","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_BINLSVC","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_CONTENT_PROVIDER","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_DRIVER_PROVISIONING","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_IMAGING","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MANAGEMENT","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MULTICAST_CLIENT","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MULTICAST_SERVER","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_PXE","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_SERVER","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_TFTP","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_TRANSPORT_MANAGEMENT","features":[33]},{"name":"FACILITY_DEPLOYMENT_SERVICES_UTIL","features":[33]},{"name":"FACILITY_DEVICE_UPDATE_AGENT","features":[33]},{"name":"FACILITY_DIRECT2D","features":[33]},{"name":"FACILITY_DIRECT3D10","features":[33]},{"name":"FACILITY_DIRECT3D11","features":[33]},{"name":"FACILITY_DIRECT3D11_DEBUG","features":[33]},{"name":"FACILITY_DIRECT3D12","features":[33]},{"name":"FACILITY_DIRECT3D12_DEBUG","features":[33]},{"name":"FACILITY_DIRECTMUSIC","features":[33]},{"name":"FACILITY_DIRECTORYSERVICE","features":[33]},{"name":"FACILITY_DISPATCH","features":[33]},{"name":"FACILITY_DLS","features":[33]},{"name":"FACILITY_DMSERVER","features":[33]},{"name":"FACILITY_DPLAY","features":[33]},{"name":"FACILITY_DRVSERVICING","features":[33]},{"name":"FACILITY_DXCORE","features":[33]},{"name":"FACILITY_DXGI","features":[33]},{"name":"FACILITY_DXGI_DDI","features":[33]},{"name":"FACILITY_EAP","features":[33]},{"name":"FACILITY_EAS","features":[33]},{"name":"FACILITY_FVE","features":[33]},{"name":"FACILITY_FWP","features":[33]},{"name":"FACILITY_GAME","features":[33]},{"name":"FACILITY_GRAPHICS","features":[33]},{"name":"FACILITY_HSP_SERVICES","features":[33]},{"name":"FACILITY_HSP_SOFTWARE","features":[33]},{"name":"FACILITY_HTTP","features":[33]},{"name":"FACILITY_INPUT","features":[33]},{"name":"FACILITY_INTERNET","features":[33]},{"name":"FACILITY_IORING","features":[33]},{"name":"FACILITY_ITF","features":[33]},{"name":"FACILITY_JSCRIPT","features":[33]},{"name":"FACILITY_LEAP","features":[33]},{"name":"FACILITY_LINGUISTIC_SERVICES","features":[33]},{"name":"FACILITY_MBN","features":[33]},{"name":"FACILITY_MEDIASERVER","features":[33]},{"name":"FACILITY_METADIRECTORY","features":[33]},{"name":"FACILITY_MOBILE","features":[33]},{"name":"FACILITY_MSMQ","features":[33]},{"name":"FACILITY_NAP","features":[33]},{"name":"FACILITY_NDIS","features":[33]},{"name":"FACILITY_NT_BIT","features":[33]},{"name":"FACILITY_NULL","features":[33]},{"name":"FACILITY_OCP_UPDATE_AGENT","features":[33]},{"name":"FACILITY_ONLINE_ID","features":[33]},{"name":"FACILITY_OPC","features":[33]},{"name":"FACILITY_P2P","features":[33]},{"name":"FACILITY_P2P_INT","features":[33]},{"name":"FACILITY_PARSE","features":[33]},{"name":"FACILITY_PIDGENX","features":[33]},{"name":"FACILITY_PIX","features":[33]},{"name":"FACILITY_PLA","features":[33]},{"name":"FACILITY_POWERSHELL","features":[33]},{"name":"FACILITY_PRESENTATION","features":[33]},{"name":"FACILITY_QUIC","features":[33]},{"name":"FACILITY_RAS","features":[33]},{"name":"FACILITY_RESTORE","features":[33]},{"name":"FACILITY_RPC","features":[33]},{"name":"FACILITY_SCARD","features":[33]},{"name":"FACILITY_SCRIPT","features":[33]},{"name":"FACILITY_SDIAG","features":[33]},{"name":"FACILITY_SECURITY","features":[33]},{"name":"FACILITY_SERVICE_FABRIC","features":[33]},{"name":"FACILITY_SETUPAPI","features":[33]},{"name":"FACILITY_SHELL","features":[33]},{"name":"FACILITY_SOS","features":[33]},{"name":"FACILITY_SPP","features":[33]},{"name":"FACILITY_SQLITE","features":[33]},{"name":"FACILITY_SSPI","features":[33]},{"name":"FACILITY_STATEREPOSITORY","features":[33]},{"name":"FACILITY_STATE_MANAGEMENT","features":[33]},{"name":"FACILITY_STORAGE","features":[33]},{"name":"FACILITY_SXS","features":[33]},{"name":"FACILITY_SYNCENGINE","features":[33]},{"name":"FACILITY_TIERING","features":[33]},{"name":"FACILITY_TPM_SERVICES","features":[33]},{"name":"FACILITY_TPM_SOFTWARE","features":[33]},{"name":"FACILITY_TTD","features":[33]},{"name":"FACILITY_UI","features":[33]},{"name":"FACILITY_UMI","features":[33]},{"name":"FACILITY_URT","features":[33]},{"name":"FACILITY_USERMODE_COMMONLOG","features":[33]},{"name":"FACILITY_USERMODE_FILTER_MANAGER","features":[33]},{"name":"FACILITY_USERMODE_HNS","features":[33]},{"name":"FACILITY_USERMODE_HYPERVISOR","features":[33]},{"name":"FACILITY_USERMODE_LICENSING","features":[33]},{"name":"FACILITY_USERMODE_SDBUS","features":[33]},{"name":"FACILITY_USERMODE_SPACES","features":[33]},{"name":"FACILITY_USERMODE_VHD","features":[33]},{"name":"FACILITY_USERMODE_VIRTUALIZATION","features":[33]},{"name":"FACILITY_USERMODE_VOLMGR","features":[33]},{"name":"FACILITY_USERMODE_VOLSNAP","features":[33]},{"name":"FACILITY_USER_MODE_SECURITY_CORE","features":[33]},{"name":"FACILITY_USN","features":[33]},{"name":"FACILITY_UTC","features":[33]},{"name":"FACILITY_VISUALCPP","features":[33]},{"name":"FACILITY_WEB","features":[33]},{"name":"FACILITY_WEBSERVICES","features":[33]},{"name":"FACILITY_WEB_SOCKET","features":[33]},{"name":"FACILITY_WEP","features":[33]},{"name":"FACILITY_WER","features":[33]},{"name":"FACILITY_WIA","features":[33]},{"name":"FACILITY_WIN32","features":[33]},{"name":"FACILITY_WINCODEC_DWRITE_DWM","features":[33]},{"name":"FACILITY_WINDOWS","features":[33]},{"name":"FACILITY_WINDOWSUPDATE","features":[33]},{"name":"FACILITY_WINDOWS_CE","features":[33]},{"name":"FACILITY_WINDOWS_DEFENDER","features":[33]},{"name":"FACILITY_WINDOWS_SETUP","features":[33]},{"name":"FACILITY_WINDOWS_STORE","features":[33]},{"name":"FACILITY_WINML","features":[33]},{"name":"FACILITY_WINPE","features":[33]},{"name":"FACILITY_WINRM","features":[33]},{"name":"FACILITY_WMAAECMA","features":[33]},{"name":"FACILITY_WPN","features":[33]},{"name":"FACILITY_WSBAPP","features":[33]},{"name":"FACILITY_WSB_ONLINE","features":[33]},{"name":"FACILITY_XAML","features":[33]},{"name":"FACILITY_XBOX","features":[33]},{"name":"FACILITY_XPS","features":[33]},{"name":"FAST_ERESOURCE_PRECONDITION_VIOLATION","features":[33]},{"name":"FATAL_ABNORMAL_RESET_ERROR","features":[33]},{"name":"FATAL_UNHANDLED_HARD_ERROR","features":[33]},{"name":"FAT_FILE_SYSTEM","features":[33]},{"name":"FAULTY_HARDWARE_CORRUPTED_PAGE","features":[33]},{"name":"FILE_INITIALIZATION_FAILED","features":[33]},{"name":"FILE_SYSTEM","features":[33]},{"name":"FLAG_ENGINE_PRESENT","features":[33]},{"name":"FLAG_ENGOPT_DISALLOW_NETWORK_PATHS","features":[33]},{"name":"FLAG_OVERRIDE_ARM_MACHINE_TYPE","features":[33]},{"name":"FLOPPY_INTERNAL_ERROR","features":[33]},{"name":"FLTMGR_FILE_SYSTEM","features":[33]},{"name":"FORMAT_MESSAGE_ALLOCATE_BUFFER","features":[33]},{"name":"FORMAT_MESSAGE_ARGUMENT_ARRAY","features":[33]},{"name":"FORMAT_MESSAGE_FROM_HMODULE","features":[33]},{"name":"FORMAT_MESSAGE_FROM_STRING","features":[33]},{"name":"FORMAT_MESSAGE_FROM_SYSTEM","features":[33]},{"name":"FORMAT_MESSAGE_IGNORE_INSERTS","features":[33]},{"name":"FORMAT_MESSAGE_OPTIONS","features":[33]},{"name":"FPO_DATA","features":[33]},{"name":"FP_EMULATION_ERROR","features":[33]},{"name":"FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION","features":[33]},{"name":"FatalAppExitA","features":[33]},{"name":"FatalAppExitW","features":[33]},{"name":"FatalExit","features":[33]},{"name":"FindDebugInfoFile","features":[3,33]},{"name":"FindDebugInfoFileEx","features":[3,33]},{"name":"FindDebugInfoFileExW","features":[3,33]},{"name":"FindExecutableImage","features":[3,33]},{"name":"FindExecutableImageEx","features":[3,33]},{"name":"FindExecutableImageExW","features":[3,33]},{"name":"FindFileInPath","features":[3,33]},{"name":"FindFileInSearchPath","features":[3,33]},{"name":"FlushInstructionCache","features":[3,33]},{"name":"FormatMessageA","features":[33]},{"name":"FormatMessageW","features":[33]},{"name":"FunctionTableStream","features":[33]},{"name":"GPIO_CONTROLLER_DRIVER_ERROR","features":[33]},{"name":"GetEnabledXStateFeatures","features":[33]},{"name":"GetErrorMode","features":[33]},{"name":"GetImageConfigInformation","features":[3,33,9,35]},{"name":"GetImageConfigInformation","features":[3,33,9,35]},{"name":"GetImageUnusedHeaderBytes","features":[3,33,9,35]},{"name":"GetSymLoadError","features":[33]},{"name":"GetThreadContext","features":[3,33,9]},{"name":"GetThreadErrorMode","features":[33]},{"name":"GetThreadSelectorEntry","features":[3,33]},{"name":"GetThreadWaitChain","features":[3,33]},{"name":"GetTimestampForLoadedLibrary","features":[3,33]},{"name":"GetXStateFeaturesMask","features":[3,33,9]},{"name":"HAL1_INITIALIZATION_FAILED","features":[33]},{"name":"HAL_BLOCKED_PROCESSOR_INTERNAL_ERROR","features":[33]},{"name":"HAL_ILLEGAL_IOMMU_PAGE_FAULT","features":[33]},{"name":"HAL_INITIALIZATION_FAILED","features":[33]},{"name":"HAL_IOMMU_INTERNAL_ERROR","features":[33]},{"name":"HAL_MEMORY_ALLOCATION","features":[33]},{"name":"HANDLE_ERROR_ON_CRITICAL_THREAD","features":[33]},{"name":"HANDLE_LIVE_DUMP","features":[33]},{"name":"HARDWARE_INTERRUPT_STORM","features":[33]},{"name":"HARDWARE_PROFILE_DOCKED_STRING","features":[33]},{"name":"HARDWARE_PROFILE_UNDOCKED_STRING","features":[33]},{"name":"HARDWARE_PROFILE_UNKNOWN_STRING","features":[33]},{"name":"HARDWARE_WATCHDOG_TIMEOUT","features":[33]},{"name":"HTTP_DRIVER_CORRUPTED","features":[33]},{"name":"HYPERGUARD_INITIALIZATION_FAILURE","features":[33]},{"name":"HYPERGUARD_VIOLATION","features":[33]},{"name":"HYPERVISOR_ERROR","features":[33]},{"name":"HandleDataStream","features":[33]},{"name":"HandleOperationListStream","features":[33]},{"name":"IDebugExtendedProperty","features":[33]},{"name":"IDebugProperty","features":[33]},{"name":"IDebugPropertyEnumType_All","features":[33]},{"name":"IDebugPropertyEnumType_Arguments","features":[33]},{"name":"IDebugPropertyEnumType_Locals","features":[33]},{"name":"IDebugPropertyEnumType_LocalsPlusArgs","features":[33]},{"name":"IDebugPropertyEnumType_Registers","features":[33]},{"name":"IEnumDebugExtendedPropertyInfo","features":[33]},{"name":"IEnumDebugPropertyInfo","features":[33]},{"name":"ILLEGAL_ATS_INITIALIZATION","features":[33]},{"name":"ILLEGAL_IOMMU_PAGE_FAULT","features":[33]},{"name":"IMAGEHLP_CBA_EVENT","features":[33]},{"name":"IMAGEHLP_CBA_EVENTW","features":[33]},{"name":"IMAGEHLP_CBA_EVENT_SEVERITY","features":[33]},{"name":"IMAGEHLP_CBA_READ_MEMORY","features":[33]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOAD","features":[3,33]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOAD64","features":[3,33]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOADW64","features":[3,33]},{"name":"IMAGEHLP_DUPLICATE_SYMBOL","features":[33]},{"name":"IMAGEHLP_DUPLICATE_SYMBOL64","features":[33]},{"name":"IMAGEHLP_EXTENDED_OPTIONS","features":[33]},{"name":"IMAGEHLP_GET_TYPE_INFO_CHILDREN","features":[33]},{"name":"IMAGEHLP_GET_TYPE_INFO_FLAGS","features":[33]},{"name":"IMAGEHLP_GET_TYPE_INFO_PARAMS","features":[33]},{"name":"IMAGEHLP_GET_TYPE_INFO_UNCACHED","features":[33]},{"name":"IMAGEHLP_HD_TYPE","features":[33]},{"name":"IMAGEHLP_JIT_SYMBOLMAP","features":[33]},{"name":"IMAGEHLP_LINE","features":[33]},{"name":"IMAGEHLP_LINE64","features":[33]},{"name":"IMAGEHLP_LINEW","features":[33]},{"name":"IMAGEHLP_LINEW64","features":[33]},{"name":"IMAGEHLP_MODULE","features":[33]},{"name":"IMAGEHLP_MODULE64","features":[3,33]},{"name":"IMAGEHLP_MODULE64_EX","features":[3,33]},{"name":"IMAGEHLP_MODULEW","features":[33]},{"name":"IMAGEHLP_MODULEW64","features":[3,33]},{"name":"IMAGEHLP_MODULEW64_EX","features":[3,33]},{"name":"IMAGEHLP_MODULE_REGION_ADDITIONAL","features":[33]},{"name":"IMAGEHLP_MODULE_REGION_ALL","features":[33]},{"name":"IMAGEHLP_MODULE_REGION_DLLBASE","features":[33]},{"name":"IMAGEHLP_MODULE_REGION_DLLRANGE","features":[33]},{"name":"IMAGEHLP_MODULE_REGION_JIT","features":[33]},{"name":"IMAGEHLP_RMAP_BIG_ENDIAN","features":[33]},{"name":"IMAGEHLP_RMAP_FIXUP_ARM64X","features":[33]},{"name":"IMAGEHLP_RMAP_FIXUP_IMAGEBASE","features":[33]},{"name":"IMAGEHLP_RMAP_IGNORE_MISCOMPARE","features":[33]},{"name":"IMAGEHLP_RMAP_LOAD_RW_DATA_SECTIONS","features":[33]},{"name":"IMAGEHLP_RMAP_MAPPED_FLAT","features":[33]},{"name":"IMAGEHLP_RMAP_OMIT_SHARED_RW_DATA_SECTIONS","features":[33]},{"name":"IMAGEHLP_SF_TYPE","features":[33]},{"name":"IMAGEHLP_STACK_FRAME","features":[3,33]},{"name":"IMAGEHLP_STATUS_REASON","features":[33]},{"name":"IMAGEHLP_SYMBOL","features":[33]},{"name":"IMAGEHLP_SYMBOL64","features":[33]},{"name":"IMAGEHLP_SYMBOL64_PACKAGE","features":[33]},{"name":"IMAGEHLP_SYMBOLW","features":[33]},{"name":"IMAGEHLP_SYMBOLW64","features":[33]},{"name":"IMAGEHLP_SYMBOLW64_PACKAGE","features":[33]},{"name":"IMAGEHLP_SYMBOLW_PACKAGE","features":[33]},{"name":"IMAGEHLP_SYMBOL_FUNCTION","features":[33]},{"name":"IMAGEHLP_SYMBOL_INFO_CONSTANT","features":[33]},{"name":"IMAGEHLP_SYMBOL_INFO_FRAMERELATIVE","features":[33]},{"name":"IMAGEHLP_SYMBOL_INFO_LOCAL","features":[33]},{"name":"IMAGEHLP_SYMBOL_INFO_PARAMETER","features":[33]},{"name":"IMAGEHLP_SYMBOL_INFO_REGISTER","features":[33]},{"name":"IMAGEHLP_SYMBOL_INFO_REGRELATIVE","features":[33]},{"name":"IMAGEHLP_SYMBOL_INFO_TLSRELATIVE","features":[33]},{"name":"IMAGEHLP_SYMBOL_INFO_VALUEPRESENT","features":[33]},{"name":"IMAGEHLP_SYMBOL_PACKAGE","features":[33]},{"name":"IMAGEHLP_SYMBOL_SRC","features":[33]},{"name":"IMAGEHLP_SYMBOL_THUNK","features":[33]},{"name":"IMAGEHLP_SYMBOL_TYPE_INFO","features":[33]},{"name":"IMAGEHLP_SYMBOL_TYPE_INFO_MAX","features":[33]},{"name":"IMAGEHLP_SYMBOL_VIRTUAL","features":[33]},{"name":"IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY","features":[33]},{"name":"IMAGE_COFF_SYMBOLS_HEADER","features":[33]},{"name":"IMAGE_COR20_HEADER","features":[33]},{"name":"IMAGE_DATA_DIRECTORY","features":[33]},{"name":"IMAGE_DEBUG_DIRECTORY","features":[33]},{"name":"IMAGE_DEBUG_INFORMATION","features":[3,33,9]},{"name":"IMAGE_DEBUG_TYPE","features":[33]},{"name":"IMAGE_DEBUG_TYPE_BORLAND","features":[33]},{"name":"IMAGE_DEBUG_TYPE_CODEVIEW","features":[33]},{"name":"IMAGE_DEBUG_TYPE_COFF","features":[33]},{"name":"IMAGE_DEBUG_TYPE_EXCEPTION","features":[33]},{"name":"IMAGE_DEBUG_TYPE_FIXUP","features":[33]},{"name":"IMAGE_DEBUG_TYPE_FPO","features":[33]},{"name":"IMAGE_DEBUG_TYPE_MISC","features":[33]},{"name":"IMAGE_DEBUG_TYPE_UNKNOWN","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_BASERELOC","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_DEBUG","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_EXCEPTION","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_EXPORT","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_GLOBALPTR","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_IAT","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_IMPORT","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_RESOURCE","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_SECURITY","features":[33]},{"name":"IMAGE_DIRECTORY_ENTRY_TLS","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_APPCONTAINER","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT_STRICT_MODE","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_DYNAMIC_APIS_ALLOW_IN_PROC","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_RESERVED_1","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_RESERVED_2","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_SET_CONTEXT_IP_VALIDATION_RELAXED_MODE","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_GUARD_CF","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_BIND","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_SEH","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_NX_COMPAT","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE","features":[33]},{"name":"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER","features":[33]},{"name":"IMAGE_DLL_CHARACTERISTICS","features":[33]},{"name":"IMAGE_FILE_32BIT_MACHINE","features":[33]},{"name":"IMAGE_FILE_32BIT_MACHINE2","features":[33]},{"name":"IMAGE_FILE_AGGRESIVE_WS_TRIM","features":[33]},{"name":"IMAGE_FILE_AGGRESIVE_WS_TRIM2","features":[33]},{"name":"IMAGE_FILE_BYTES_REVERSED_HI","features":[33]},{"name":"IMAGE_FILE_BYTES_REVERSED_HI_2","features":[33]},{"name":"IMAGE_FILE_BYTES_REVERSED_LO","features":[33]},{"name":"IMAGE_FILE_BYTES_REVERSED_LO2","features":[33]},{"name":"IMAGE_FILE_CHARACTERISTICS","features":[33]},{"name":"IMAGE_FILE_CHARACTERISTICS2","features":[33]},{"name":"IMAGE_FILE_DEBUG_STRIPPED","features":[33]},{"name":"IMAGE_FILE_DEBUG_STRIPPED2","features":[33]},{"name":"IMAGE_FILE_DLL","features":[33]},{"name":"IMAGE_FILE_DLL_2","features":[33]},{"name":"IMAGE_FILE_EXECUTABLE_IMAGE","features":[33]},{"name":"IMAGE_FILE_EXECUTABLE_IMAGE2","features":[33]},{"name":"IMAGE_FILE_HEADER","features":[33,35]},{"name":"IMAGE_FILE_LARGE_ADDRESS_AWARE","features":[33]},{"name":"IMAGE_FILE_LARGE_ADDRESS_AWARE2","features":[33]},{"name":"IMAGE_FILE_LINE_NUMS_STRIPPED","features":[33]},{"name":"IMAGE_FILE_LINE_NUMS_STRIPPED2","features":[33]},{"name":"IMAGE_FILE_LOCAL_SYMS_STRIPPED","features":[33]},{"name":"IMAGE_FILE_LOCAL_SYMS_STRIPPED2","features":[33]},{"name":"IMAGE_FILE_NET_RUN_FROM_SWAP","features":[33]},{"name":"IMAGE_FILE_NET_RUN_FROM_SWAP2","features":[33]},{"name":"IMAGE_FILE_RELOCS_STRIPPED","features":[33]},{"name":"IMAGE_FILE_RELOCS_STRIPPED2","features":[33]},{"name":"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP","features":[33]},{"name":"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP2","features":[33]},{"name":"IMAGE_FILE_SYSTEM","features":[33]},{"name":"IMAGE_FILE_SYSTEM_2","features":[33]},{"name":"IMAGE_FILE_UP_SYSTEM_ONLY","features":[33]},{"name":"IMAGE_FILE_UP_SYSTEM_ONLY_2","features":[33]},{"name":"IMAGE_FUNCTION_ENTRY","features":[33]},{"name":"IMAGE_FUNCTION_ENTRY64","features":[33]},{"name":"IMAGE_LOAD_CONFIG_CODE_INTEGRITY","features":[33]},{"name":"IMAGE_LOAD_CONFIG_DIRECTORY32","features":[33]},{"name":"IMAGE_LOAD_CONFIG_DIRECTORY64","features":[33]},{"name":"IMAGE_NT_HEADERS32","features":[33,35]},{"name":"IMAGE_NT_HEADERS64","features":[33,35]},{"name":"IMAGE_NT_OPTIONAL_HDR32_MAGIC","features":[33]},{"name":"IMAGE_NT_OPTIONAL_HDR64_MAGIC","features":[33]},{"name":"IMAGE_NT_OPTIONAL_HDR_MAGIC","features":[33]},{"name":"IMAGE_OPTIONAL_HEADER32","features":[33]},{"name":"IMAGE_OPTIONAL_HEADER64","features":[33]},{"name":"IMAGE_OPTIONAL_HEADER_MAGIC","features":[33]},{"name":"IMAGE_ROM_HEADERS","features":[33,35]},{"name":"IMAGE_ROM_OPTIONAL_HDR_MAGIC","features":[33]},{"name":"IMAGE_ROM_OPTIONAL_HEADER","features":[33]},{"name":"IMAGE_RUNTIME_FUNCTION_ENTRY","features":[33]},{"name":"IMAGE_SCN_ALIGN_1024BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_128BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_16BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_1BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_2048BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_256BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_2BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_32BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_4096BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_4BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_512BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_64BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_8192BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_8BYTES","features":[33]},{"name":"IMAGE_SCN_ALIGN_MASK","features":[33]},{"name":"IMAGE_SCN_CNT_CODE","features":[33]},{"name":"IMAGE_SCN_CNT_INITIALIZED_DATA","features":[33]},{"name":"IMAGE_SCN_CNT_UNINITIALIZED_DATA","features":[33]},{"name":"IMAGE_SCN_GPREL","features":[33]},{"name":"IMAGE_SCN_LNK_COMDAT","features":[33]},{"name":"IMAGE_SCN_LNK_INFO","features":[33]},{"name":"IMAGE_SCN_LNK_NRELOC_OVFL","features":[33]},{"name":"IMAGE_SCN_LNK_OTHER","features":[33]},{"name":"IMAGE_SCN_LNK_REMOVE","features":[33]},{"name":"IMAGE_SCN_MEM_16BIT","features":[33]},{"name":"IMAGE_SCN_MEM_DISCARDABLE","features":[33]},{"name":"IMAGE_SCN_MEM_EXECUTE","features":[33]},{"name":"IMAGE_SCN_MEM_FARDATA","features":[33]},{"name":"IMAGE_SCN_MEM_LOCKED","features":[33]},{"name":"IMAGE_SCN_MEM_NOT_CACHED","features":[33]},{"name":"IMAGE_SCN_MEM_NOT_PAGED","features":[33]},{"name":"IMAGE_SCN_MEM_PRELOAD","features":[33]},{"name":"IMAGE_SCN_MEM_PURGEABLE","features":[33]},{"name":"IMAGE_SCN_MEM_READ","features":[33]},{"name":"IMAGE_SCN_MEM_SHARED","features":[33]},{"name":"IMAGE_SCN_MEM_WRITE","features":[33]},{"name":"IMAGE_SCN_NO_DEFER_SPEC_EXC","features":[33]},{"name":"IMAGE_SCN_SCALE_INDEX","features":[33]},{"name":"IMAGE_SCN_TYPE_NO_PAD","features":[33]},{"name":"IMAGE_SECTION_CHARACTERISTICS","features":[33]},{"name":"IMAGE_SECTION_HEADER","features":[33]},{"name":"IMAGE_SUBSYSTEM","features":[33]},{"name":"IMAGE_SUBSYSTEM_EFI_APPLICATION","features":[33]},{"name":"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER","features":[33]},{"name":"IMAGE_SUBSYSTEM_EFI_ROM","features":[33]},{"name":"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER","features":[33]},{"name":"IMAGE_SUBSYSTEM_NATIVE","features":[33]},{"name":"IMAGE_SUBSYSTEM_NATIVE_WINDOWS","features":[33]},{"name":"IMAGE_SUBSYSTEM_OS2_CUI","features":[33]},{"name":"IMAGE_SUBSYSTEM_POSIX_CUI","features":[33]},{"name":"IMAGE_SUBSYSTEM_UNKNOWN","features":[33]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION","features":[33]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI","features":[33]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_CUI","features":[33]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_GUI","features":[33]},{"name":"IMAGE_SUBSYSTEM_XBOX","features":[33]},{"name":"IMAGE_SUBSYSTEM_XBOX_CODE_CATALOG","features":[33]},{"name":"IMPERSONATING_WORKER_THREAD","features":[33]},{"name":"INACCESSIBLE_BOOT_DEVICE","features":[33]},{"name":"INCONSISTENT_IRP","features":[33]},{"name":"INLINE_FRAME_CONTEXT_IGNORE","features":[33]},{"name":"INLINE_FRAME_CONTEXT_INIT","features":[33]},{"name":"INSTALL_MORE_MEMORY","features":[33]},{"name":"INSTRUCTION_BUS_ERROR","features":[33]},{"name":"INSTRUCTION_COHERENCY_EXCEPTION","features":[33]},{"name":"INSUFFICIENT_SYSTEM_MAP_REGS","features":[33]},{"name":"INTERFACESAFE_FOR_UNTRUSTED_CALLER","features":[33]},{"name":"INTERFACESAFE_FOR_UNTRUSTED_DATA","features":[33]},{"name":"INTERFACE_USES_DISPEX","features":[33]},{"name":"INTERFACE_USES_SECURITY_MANAGER","features":[33]},{"name":"INTERNAL_POWER_ERROR","features":[33]},{"name":"INTERRUPT_EXCEPTION_NOT_HANDLED","features":[33]},{"name":"INTERRUPT_UNWIND_ATTEMPTED","features":[33]},{"name":"INVALID_AFFINITY_SET","features":[33]},{"name":"INVALID_ALTERNATE_SYSTEM_CALL_HANDLER_REGISTRATION","features":[33]},{"name":"INVALID_CALLBACK_STACK_ADDRESS","features":[33]},{"name":"INVALID_CANCEL_OF_FILE_OPEN","features":[33]},{"name":"INVALID_DATA_ACCESS_TRAP","features":[33]},{"name":"INVALID_DRIVER_HANDLE","features":[33]},{"name":"INVALID_EXTENDED_PROCESSOR_STATE","features":[33]},{"name":"INVALID_FLOATING_POINT_STATE","features":[33]},{"name":"INVALID_HIBERNATED_STATE","features":[33]},{"name":"INVALID_IO_BOOST_STATE","features":[33]},{"name":"INVALID_KERNEL_HANDLE","features":[33]},{"name":"INVALID_KERNEL_STACK_ADDRESS","features":[33]},{"name":"INVALID_MDL_RANGE","features":[33]},{"name":"INVALID_PROCESS_ATTACH_ATTEMPT","features":[33]},{"name":"INVALID_PROCESS_DETACH_ATTEMPT","features":[33]},{"name":"INVALID_PUSH_LOCK_FLAGS","features":[33]},{"name":"INVALID_REGION_OR_SEGMENT","features":[33]},{"name":"INVALID_RUNDOWN_PROTECTION_FLAGS","features":[33]},{"name":"INVALID_SILO_DETACH","features":[33]},{"name":"INVALID_SLOT_ALLOCATOR_FLAGS","features":[33]},{"name":"INVALID_SOFTWARE_INTERRUPT","features":[33]},{"name":"INVALID_THREAD_AFFINITY_STATE","features":[33]},{"name":"INVALID_WORK_QUEUE_ITEM","features":[33]},{"name":"IO1_INITIALIZATION_FAILED","features":[33]},{"name":"IOCTL_IPMI_INTERNAL_RECORD_SEL_EVENT","features":[33]},{"name":"IORING","features":[33]},{"name":"IO_OBJECT_INVALID","features":[33]},{"name":"IO_THREADPOOL_DEADLOCK_LIVEDUMP","features":[33]},{"name":"IObjectSafety","features":[33]},{"name":"IPI_WATCHDOG_TIMEOUT","features":[33]},{"name":"IPMI_IOCTL_INDEX","features":[33]},{"name":"IPMI_OS_SEL_RECORD","features":[33]},{"name":"IPMI_OS_SEL_RECORD_MASK","features":[33]},{"name":"IPMI_OS_SEL_RECORD_TYPE","features":[33]},{"name":"IPMI_OS_SEL_RECORD_VERSION","features":[33]},{"name":"IPMI_OS_SEL_RECORD_VERSION_1","features":[33]},{"name":"IPerPropertyBrowsing2","features":[33]},{"name":"IRQL_GT_ZERO_AT_SYSTEM_SERVICE","features":[33]},{"name":"IRQL_NOT_DISPATCH_LEVEL","features":[33]},{"name":"IRQL_NOT_GREATER_OR_EQUAL","features":[33]},{"name":"IRQL_NOT_LESS_OR_EQUAL","features":[33]},{"name":"IRQL_UNEXPECTED_VALUE","features":[33]},{"name":"ImageAddCertificate","features":[3,128,33]},{"name":"ImageDirectoryEntryToData","features":[3,33]},{"name":"ImageDirectoryEntryToDataEx","features":[3,33]},{"name":"ImageEnumerateCertificates","features":[3,33]},{"name":"ImageGetCertificateData","features":[3,128,33]},{"name":"ImageGetCertificateHeader","features":[3,128,33]},{"name":"ImageGetDigestStream","features":[3,33]},{"name":"ImageLoad","features":[3,33,9,35]},{"name":"ImageNtHeader","features":[33,35]},{"name":"ImageNtHeader","features":[33,35]},{"name":"ImageRemoveCertificate","features":[3,33]},{"name":"ImageRvaToSection","features":[33,35]},{"name":"ImageRvaToSection","features":[33,35]},{"name":"ImageRvaToVa","features":[33,35]},{"name":"ImageRvaToVa","features":[33,35]},{"name":"ImageUnload","features":[3,33,9,35]},{"name":"ImagehlpApiVersion","features":[33]},{"name":"ImagehlpApiVersionEx","features":[33]},{"name":"IncludeModuleCallback","features":[33]},{"name":"IncludeThreadCallback","features":[33]},{"name":"IncludeVmRegionCallback","features":[33]},{"name":"InitializeContext","features":[3,33,9]},{"name":"InitializeContext2","features":[3,33,9]},{"name":"IoFinishCallback","features":[33]},{"name":"IoStartCallback","features":[33]},{"name":"IoWriteAllCallback","features":[33]},{"name":"IpmiOsSelRecordTypeBugcheckData","features":[33]},{"name":"IpmiOsSelRecordTypeBugcheckRecovery","features":[33]},{"name":"IpmiOsSelRecordTypeDriver","features":[33]},{"name":"IpmiOsSelRecordTypeMax","features":[33]},{"name":"IpmiOsSelRecordTypeOther","features":[33]},{"name":"IpmiOsSelRecordTypeRaw","features":[33]},{"name":"IpmiOsSelRecordTypeWhea","features":[33]},{"name":"IpmiOsSelRecordTypeWheaErrorNmi","features":[33]},{"name":"IpmiOsSelRecordTypeWheaErrorOther","features":[33]},{"name":"IpmiOsSelRecordTypeWheaErrorPci","features":[33]},{"name":"IpmiOsSelRecordTypeWheaErrorXpfMca","features":[33]},{"name":"IptTraceStream","features":[33]},{"name":"IsDebuggerPresent","features":[3,33]},{"name":"IsProcessSnapshotCallback","features":[33]},{"name":"JavaScriptDataStream","features":[33]},{"name":"KASAN_ENLIGHTENMENT_VIOLATION","features":[33]},{"name":"KASAN_ILLEGAL_ACCESS","features":[33]},{"name":"KDHELP","features":[33]},{"name":"KDHELP64","features":[33]},{"name":"KERNEL_APC_PENDING_DURING_EXIT","features":[33]},{"name":"KERNEL_AUTO_BOOST_INVALID_LOCK_RELEASE","features":[33]},{"name":"KERNEL_AUTO_BOOST_LOCK_ACQUISITION_WITH_RAISED_IRQL","features":[33]},{"name":"KERNEL_CFG_INIT_FAILURE","features":[33]},{"name":"KERNEL_DATA_INPAGE_ERROR","features":[33]},{"name":"KERNEL_EXPAND_STACK_ACTIVE","features":[33]},{"name":"KERNEL_LOCK_ENTRY_LEAKED_ON_THREAD_TERMINATION","features":[33]},{"name":"KERNEL_MODE_EXCEPTION_NOT_HANDLED","features":[33]},{"name":"KERNEL_MODE_EXCEPTION_NOT_HANDLED_M","features":[33]},{"name":"KERNEL_MODE_HEAP_CORRUPTION","features":[33]},{"name":"KERNEL_PARTITION_REFERENCE_VIOLATION","features":[33]},{"name":"KERNEL_SECURITY_CHECK_FAILURE","features":[33]},{"name":"KERNEL_STACK_INPAGE_ERROR","features":[33]},{"name":"KERNEL_STACK_LOCKED_AT_EXIT","features":[33]},{"name":"KERNEL_STORAGE_SLOT_IN_USE","features":[33]},{"name":"KERNEL_THREAD_PRIORITY_FLOOR_VIOLATION","features":[33]},{"name":"KERNEL_WMI_INTERNAL","features":[33]},{"name":"KMODE_EXCEPTION_NOT_HANDLED","features":[33]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[33]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[33]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[33]},{"name":"KernelMinidumpStatusCallback","features":[33]},{"name":"LAST_CHANCE_CALLED_FROM_KMODE","features":[33]},{"name":"LDT_ENTRY","features":[33]},{"name":"LIVE_SYSTEM_DUMP","features":[33]},{"name":"LM_SERVER_INTERNAL_ERROR","features":[33]},{"name":"LOADED_IMAGE","features":[3,33,9,35]},{"name":"LOADED_IMAGE","features":[3,33,9,35]},{"name":"LOADER_BLOCK_MISMATCH","features":[33]},{"name":"LOADER_ROLLBACK_DETECTED","features":[33]},{"name":"LOAD_DLL_DEBUG_EVENT","features":[33]},{"name":"LOAD_DLL_DEBUG_INFO","features":[3,33]},{"name":"LOCKED_PAGES_TRACKER_CORRUPTION","features":[33]},{"name":"LPCALL_BACK_USER_INTERRUPT_ROUTINE","features":[33]},{"name":"LPC_INITIALIZATION_FAILED","features":[33]},{"name":"LPTOP_LEVEL_EXCEPTION_FILTER","features":[3,33,9]},{"name":"LastReservedStream","features":[33]},{"name":"LocateXStateFeature","features":[33,9]},{"name":"M128A","features":[33]},{"name":"MACHINE_CHECK_EXCEPTION","features":[33]},{"name":"MAILSLOT_FILE_SYSTEM","features":[33]},{"name":"MANUALLY_INITIATED_BLACKSCREEN_HOTKEY_LIVE_DUMP","features":[33]},{"name":"MANUALLY_INITIATED_CRASH","features":[33]},{"name":"MANUALLY_INITIATED_CRASH1","features":[33]},{"name":"MANUALLY_INITIATED_POWER_BUTTON_HOLD","features":[33]},{"name":"MANUALLY_INITIATED_POWER_BUTTON_HOLD_LIVE_DUMP","features":[33]},{"name":"MAXIMUM_WAIT_OBJECTS_EXCEEDED","features":[33]},{"name":"MAX_SYM_NAME","features":[33]},{"name":"MBR_CHECKSUM_MISMATCH","features":[33]},{"name":"MDL_CACHE","features":[33]},{"name":"MEMORY1_INITIALIZATION_FAILED","features":[33]},{"name":"MEMORY_IMAGE_CORRUPT","features":[33]},{"name":"MEMORY_MANAGEMENT","features":[33]},{"name":"MICROCODE_REVISION_MISMATCH","features":[33]},{"name":"MINIDUMP_CALLBACK_INFORMATION","features":[3,23,33,9,22]},{"name":"MINIDUMP_CALLBACK_INFORMATION","features":[3,23,33,9,22]},{"name":"MINIDUMP_CALLBACK_INPUT","features":[3,23,33,9]},{"name":"MINIDUMP_CALLBACK_OUTPUT","features":[3,33,22]},{"name":"MINIDUMP_CALLBACK_ROUTINE","features":[3,23,33,9,22]},{"name":"MINIDUMP_CALLBACK_TYPE","features":[33]},{"name":"MINIDUMP_DIRECTORY","features":[33]},{"name":"MINIDUMP_EXCEPTION","features":[33]},{"name":"MINIDUMP_EXCEPTION_INFORMATION","features":[3,33,9]},{"name":"MINIDUMP_EXCEPTION_INFORMATION","features":[3,33,9]},{"name":"MINIDUMP_EXCEPTION_INFORMATION64","features":[3,33]},{"name":"MINIDUMP_EXCEPTION_STREAM","features":[33]},{"name":"MINIDUMP_FUNCTION_TABLE_DESCRIPTOR","features":[33]},{"name":"MINIDUMP_FUNCTION_TABLE_STREAM","features":[33]},{"name":"MINIDUMP_HANDLE_DATA_STREAM","features":[33]},{"name":"MINIDUMP_HANDLE_DESCRIPTOR","features":[33]},{"name":"MINIDUMP_HANDLE_DESCRIPTOR_2","features":[33]},{"name":"MINIDUMP_HANDLE_OBJECT_INFORMATION","features":[33]},{"name":"MINIDUMP_HANDLE_OBJECT_INFORMATION_TYPE","features":[33]},{"name":"MINIDUMP_HANDLE_OPERATION_LIST","features":[33]},{"name":"MINIDUMP_HEADER","features":[33]},{"name":"MINIDUMP_INCLUDE_MODULE_CALLBACK","features":[33]},{"name":"MINIDUMP_INCLUDE_THREAD_CALLBACK","features":[33]},{"name":"MINIDUMP_IO_CALLBACK","features":[3,33]},{"name":"MINIDUMP_LOCATION_DESCRIPTOR","features":[33]},{"name":"MINIDUMP_LOCATION_DESCRIPTOR64","features":[33]},{"name":"MINIDUMP_MEMORY64_LIST","features":[33]},{"name":"MINIDUMP_MEMORY_DESCRIPTOR","features":[33]},{"name":"MINIDUMP_MEMORY_DESCRIPTOR64","features":[33]},{"name":"MINIDUMP_MEMORY_INFO","features":[33,22]},{"name":"MINIDUMP_MEMORY_INFO_LIST","features":[33]},{"name":"MINIDUMP_MEMORY_LIST","features":[33]},{"name":"MINIDUMP_MISC1_PROCESSOR_POWER_INFO","features":[33]},{"name":"MINIDUMP_MISC1_PROCESS_ID","features":[33]},{"name":"MINIDUMP_MISC1_PROCESS_TIMES","features":[33]},{"name":"MINIDUMP_MISC3_PROCESS_EXECUTE_FLAGS","features":[33]},{"name":"MINIDUMP_MISC3_PROCESS_INTEGRITY","features":[33]},{"name":"MINIDUMP_MISC3_PROTECTED_PROCESS","features":[33]},{"name":"MINIDUMP_MISC3_TIMEZONE","features":[33]},{"name":"MINIDUMP_MISC4_BUILDSTRING","features":[33]},{"name":"MINIDUMP_MISC5_PROCESS_COOKIE","features":[33]},{"name":"MINIDUMP_MISC_INFO","features":[33]},{"name":"MINIDUMP_MISC_INFO_2","features":[33]},{"name":"MINIDUMP_MISC_INFO_3","features":[3,33,166]},{"name":"MINIDUMP_MISC_INFO_4","features":[3,33,166]},{"name":"MINIDUMP_MISC_INFO_5","features":[3,33,166]},{"name":"MINIDUMP_MISC_INFO_FLAGS","features":[33]},{"name":"MINIDUMP_MODULE","features":[23,33]},{"name":"MINIDUMP_MODULE_CALLBACK","features":[23,33]},{"name":"MINIDUMP_MODULE_LIST","features":[23,33]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS","features":[33]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_1","features":[33]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_2","features":[33]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_EX","features":[33]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_EX2","features":[33]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_JOB","features":[33]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_VIRTUALSIZE","features":[33]},{"name":"MINIDUMP_READ_MEMORY_FAILURE_CALLBACK","features":[33]},{"name":"MINIDUMP_SECONDARY_FLAGS","features":[33]},{"name":"MINIDUMP_STREAM_TYPE","features":[33]},{"name":"MINIDUMP_STRING","features":[33]},{"name":"MINIDUMP_SYSMEMINFO1_BASICPERF","features":[33]},{"name":"MINIDUMP_SYSMEMINFO1_FILECACHE_TRANSITIONREPURPOSECOUNT_FLAGS","features":[33]},{"name":"MINIDUMP_SYSMEMINFO1_PERF_CCTOTALDIRTYPAGES_CCDIRTYPAGETHRESHOLD","features":[33]},{"name":"MINIDUMP_SYSMEMINFO1_PERF_RESIDENTAVAILABLEPAGES_SHAREDCOMMITPAGES","features":[33]},{"name":"MINIDUMP_SYSTEM_BASIC_INFORMATION","features":[33]},{"name":"MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION","features":[33]},{"name":"MINIDUMP_SYSTEM_FILECACHE_INFORMATION","features":[33]},{"name":"MINIDUMP_SYSTEM_INFO","features":[33,35]},{"name":"MINIDUMP_SYSTEM_MEMORY_INFO_1","features":[33]},{"name":"MINIDUMP_SYSTEM_PERFORMANCE_INFORMATION","features":[33]},{"name":"MINIDUMP_THREAD","features":[33]},{"name":"MINIDUMP_THREAD_CALLBACK","features":[3,33,9]},{"name":"MINIDUMP_THREAD_CALLBACK","features":[3,33,9]},{"name":"MINIDUMP_THREAD_EX","features":[33]},{"name":"MINIDUMP_THREAD_EX_CALLBACK","features":[3,33,9]},{"name":"MINIDUMP_THREAD_EX_CALLBACK","features":[3,33,9]},{"name":"MINIDUMP_THREAD_EX_LIST","features":[33]},{"name":"MINIDUMP_THREAD_INFO","features":[33]},{"name":"MINIDUMP_THREAD_INFO_DUMP_FLAGS","features":[33]},{"name":"MINIDUMP_THREAD_INFO_ERROR_THREAD","features":[33]},{"name":"MINIDUMP_THREAD_INFO_EXITED_THREAD","features":[33]},{"name":"MINIDUMP_THREAD_INFO_INVALID_CONTEXT","features":[33]},{"name":"MINIDUMP_THREAD_INFO_INVALID_INFO","features":[33]},{"name":"MINIDUMP_THREAD_INFO_INVALID_TEB","features":[33]},{"name":"MINIDUMP_THREAD_INFO_LIST","features":[33]},{"name":"MINIDUMP_THREAD_INFO_WRITING_THREAD","features":[33]},{"name":"MINIDUMP_THREAD_LIST","features":[33]},{"name":"MINIDUMP_THREAD_NAME","features":[33]},{"name":"MINIDUMP_THREAD_NAME_LIST","features":[33]},{"name":"MINIDUMP_TOKEN_INFO_HEADER","features":[33]},{"name":"MINIDUMP_TOKEN_INFO_LIST","features":[33]},{"name":"MINIDUMP_TYPE","features":[33]},{"name":"MINIDUMP_UNLOADED_MODULE","features":[33]},{"name":"MINIDUMP_UNLOADED_MODULE_LIST","features":[33]},{"name":"MINIDUMP_USER_RECORD","features":[33]},{"name":"MINIDUMP_USER_STREAM","features":[33]},{"name":"MINIDUMP_USER_STREAM","features":[33]},{"name":"MINIDUMP_USER_STREAM_INFORMATION","features":[33]},{"name":"MINIDUMP_USER_STREAM_INFORMATION","features":[33]},{"name":"MINIDUMP_VERSION","features":[33]},{"name":"MINIDUMP_VM_POST_READ_CALLBACK","features":[33]},{"name":"MINIDUMP_VM_PRE_READ_CALLBACK","features":[33]},{"name":"MINIDUMP_VM_QUERY_CALLBACK","features":[33]},{"name":"MISALIGNED_POINTER_PARAMETER","features":[33]},{"name":"MISMATCHED_HAL","features":[33]},{"name":"MODLOAD_CVMISC","features":[33]},{"name":"MODLOAD_DATA","features":[33]},{"name":"MODLOAD_DATA_TYPE","features":[33]},{"name":"MODLOAD_PDBGUID_PDBAGE","features":[33]},{"name":"MODULE_TYPE_INFO","features":[33]},{"name":"MODULE_WRITE_FLAGS","features":[33]},{"name":"MPSDRV_QUERY_USER","features":[33]},{"name":"MSRPC_STATE_VIOLATION","features":[33]},{"name":"MSSECCORE_ASSERTION_FAILURE","features":[33]},{"name":"MUI_NO_VALID_SYSTEM_LANGUAGE","features":[33]},{"name":"MULTIPLE_IRP_COMPLETE_REQUESTS","features":[33]},{"name":"MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED","features":[33]},{"name":"MUP_FILE_SYSTEM","features":[33]},{"name":"MUST_SUCCEED_POOL_EMPTY","features":[33]},{"name":"MUTEX_ALREADY_OWNED","features":[33]},{"name":"MUTEX_LEVEL_NUMBER_VIOLATION","features":[33]},{"name":"MakeSureDirectoryPathExists","features":[3,33]},{"name":"MapAndLoad","features":[3,33,9,35]},{"name":"MapFileAndCheckSumA","features":[33]},{"name":"MapFileAndCheckSumW","features":[33]},{"name":"Memory64ListStream","features":[33]},{"name":"MemoryCallback","features":[33]},{"name":"MemoryInfoListStream","features":[33]},{"name":"MemoryListStream","features":[33]},{"name":"MessageBeep","features":[3,33,52]},{"name":"MiniDumpFilterMemory","features":[33]},{"name":"MiniDumpFilterModulePaths","features":[33]},{"name":"MiniDumpFilterTriage","features":[33]},{"name":"MiniDumpFilterWriteCombinedMemory","features":[33]},{"name":"MiniDumpIgnoreInaccessibleMemory","features":[33]},{"name":"MiniDumpNormal","features":[33]},{"name":"MiniDumpReadDumpStream","features":[3,33]},{"name":"MiniDumpScanInaccessiblePartialPages","features":[33]},{"name":"MiniDumpScanMemory","features":[33]},{"name":"MiniDumpValidTypeFlags","features":[33]},{"name":"MiniDumpWithAvxXStateContext","features":[33]},{"name":"MiniDumpWithCodeSegs","features":[33]},{"name":"MiniDumpWithDataSegs","features":[33]},{"name":"MiniDumpWithFullAuxiliaryState","features":[33]},{"name":"MiniDumpWithFullMemory","features":[33]},{"name":"MiniDumpWithFullMemoryInfo","features":[33]},{"name":"MiniDumpWithHandleData","features":[33]},{"name":"MiniDumpWithIndirectlyReferencedMemory","features":[33]},{"name":"MiniDumpWithIptTrace","features":[33]},{"name":"MiniDumpWithModuleHeaders","features":[33]},{"name":"MiniDumpWithPrivateReadWriteMemory","features":[33]},{"name":"MiniDumpWithPrivateWriteCopyMemory","features":[33]},{"name":"MiniDumpWithProcessThreadData","features":[33]},{"name":"MiniDumpWithThreadInfo","features":[33]},{"name":"MiniDumpWithTokenInformation","features":[33]},{"name":"MiniDumpWithUnloadedModules","features":[33]},{"name":"MiniDumpWithoutAuxiliaryState","features":[33]},{"name":"MiniDumpWithoutOptionalData","features":[33]},{"name":"MiniDumpWriteDump","features":[3,23,33,9,22]},{"name":"MiniEventInformation1","features":[33]},{"name":"MiniHandleObjectInformationNone","features":[33]},{"name":"MiniHandleObjectInformationTypeMax","features":[33]},{"name":"MiniMutantInformation1","features":[33]},{"name":"MiniMutantInformation2","features":[33]},{"name":"MiniProcessInformation1","features":[33]},{"name":"MiniProcessInformation2","features":[33]},{"name":"MiniSecondaryValidFlags","features":[33]},{"name":"MiniSecondaryWithoutPowerInfo","features":[33]},{"name":"MiniSectionInformation1","features":[33]},{"name":"MiniSemaphoreInformation1","features":[33]},{"name":"MiniThreadInformation1","features":[33]},{"name":"MiscInfoStream","features":[33]},{"name":"ModuleCallback","features":[33]},{"name":"ModuleListStream","features":[33]},{"name":"ModuleReferencedByMemory","features":[33]},{"name":"ModuleWriteCodeSegs","features":[33]},{"name":"ModuleWriteCvRecord","features":[33]},{"name":"ModuleWriteDataSeg","features":[33]},{"name":"ModuleWriteMiscRecord","features":[33]},{"name":"ModuleWriteModule","features":[33]},{"name":"ModuleWriteTlsData","features":[33]},{"name":"NDIS_INTERNAL_ERROR","features":[33]},{"name":"NDIS_NET_BUFFER_LIST_INFO_ILLEGALLY_TRANSFERRED","features":[33]},{"name":"NETIO_INVALID_POOL_CALLER","features":[33]},{"name":"NETWORK_BOOT_DUPLICATE_ADDRESS","features":[33]},{"name":"NETWORK_BOOT_INITIALIZATION_FAILED","features":[33]},{"name":"NMI_HARDWARE_FAILURE","features":[33]},{"name":"NMR_INVALID_STATE","features":[33]},{"name":"NO_BOOT_DEVICE","features":[33]},{"name":"NO_EXCEPTION_HANDLING_SUPPORT","features":[33]},{"name":"NO_MORE_IRP_STACK_LOCATIONS","features":[33]},{"name":"NO_MORE_SYSTEM_PTES","features":[33]},{"name":"NO_PAGES_AVAILABLE","features":[33]},{"name":"NO_SPIN_LOCK_AVAILABLE","features":[33]},{"name":"NO_SUCH_PARTITION","features":[33]},{"name":"NO_USER_MODE_CONTEXT","features":[33]},{"name":"NPFS_FILE_SYSTEM","features":[33]},{"name":"NTFS_FILE_SYSTEM","features":[33]},{"name":"NTHV_GUEST_ERROR","features":[33]},{"name":"NUM_SSRVOPTS","features":[33]},{"name":"NumSymTypes","features":[33]},{"name":"OBJECT1_INITIALIZATION_FAILED","features":[33]},{"name":"OBJECT_ATTRIB_ACCESS_FINAL","features":[33]},{"name":"OBJECT_ATTRIB_ACCESS_PRIVATE","features":[33]},{"name":"OBJECT_ATTRIB_ACCESS_PROTECTED","features":[33]},{"name":"OBJECT_ATTRIB_ACCESS_PUBLIC","features":[33]},{"name":"OBJECT_ATTRIB_FLAGS","features":[33]},{"name":"OBJECT_ATTRIB_HAS_EXTENDED_ATTRIBS","features":[33]},{"name":"OBJECT_ATTRIB_IS_CLASS","features":[33]},{"name":"OBJECT_ATTRIB_IS_FUNCTION","features":[33]},{"name":"OBJECT_ATTRIB_IS_INHERITED","features":[33]},{"name":"OBJECT_ATTRIB_IS_INTERFACE","features":[33]},{"name":"OBJECT_ATTRIB_IS_MACRO","features":[33]},{"name":"OBJECT_ATTRIB_IS_PROPERTY","features":[33]},{"name":"OBJECT_ATTRIB_IS_TYPE","features":[33]},{"name":"OBJECT_ATTRIB_IS_VARIABLE","features":[33]},{"name":"OBJECT_ATTRIB_NO_ATTRIB","features":[33]},{"name":"OBJECT_ATTRIB_NO_NAME","features":[33]},{"name":"OBJECT_ATTRIB_NO_TYPE","features":[33]},{"name":"OBJECT_ATTRIB_NO_VALUE","features":[33]},{"name":"OBJECT_ATTRIB_OBJECT_IS_EXPANDABLE","features":[33]},{"name":"OBJECT_ATTRIB_SLOT_IS_CATEGORY","features":[33]},{"name":"OBJECT_ATTRIB_STORAGE_FIELD","features":[33]},{"name":"OBJECT_ATTRIB_STORAGE_GLOBAL","features":[33]},{"name":"OBJECT_ATTRIB_STORAGE_STATIC","features":[33]},{"name":"OBJECT_ATTRIB_STORAGE_VIRTUAL","features":[33]},{"name":"OBJECT_ATTRIB_TYPE_HAS_CODE","features":[33]},{"name":"OBJECT_ATTRIB_TYPE_IS_CONSTANT","features":[33]},{"name":"OBJECT_ATTRIB_TYPE_IS_EXPANDABLE","features":[33]},{"name":"OBJECT_ATTRIB_TYPE_IS_OBJECT","features":[33]},{"name":"OBJECT_ATTRIB_TYPE_IS_SYNCHRONIZED","features":[33]},{"name":"OBJECT_ATTRIB_TYPE_IS_VOLATILE","features":[33]},{"name":"OBJECT_ATTRIB_VALUE_HAS_CODE","features":[33]},{"name":"OBJECT_ATTRIB_VALUE_IS_CUSTOM","features":[33]},{"name":"OBJECT_ATTRIB_VALUE_IS_ENUM","features":[33]},{"name":"OBJECT_ATTRIB_VALUE_IS_INVALID","features":[33]},{"name":"OBJECT_ATTRIB_VALUE_IS_OBJECT","features":[33]},{"name":"OBJECT_ATTRIB_VALUE_READONLY","features":[33]},{"name":"OBJECT_INITIALIZATION_FAILED","features":[33]},{"name":"OFS_FILE_SYSTEM","features":[33]},{"name":"OMAP","features":[33]},{"name":"OPEN_THREAD_WAIT_CHAIN_SESSION_FLAGS","features":[33]},{"name":"OS_DATA_TAMPERING","features":[33]},{"name":"OUTPUT_DEBUG_STRING_EVENT","features":[33]},{"name":"OUTPUT_DEBUG_STRING_INFO","features":[33]},{"name":"OpenThreadWaitChainSession","features":[3,33]},{"name":"OutputDebugStringA","features":[33]},{"name":"OutputDebugStringW","features":[33]},{"name":"PAGE_FAULT_BEYOND_END_OF_ALLOCATION","features":[33]},{"name":"PAGE_FAULT_IN_FREED_SPECIAL_POOL","features":[33]},{"name":"PAGE_FAULT_IN_NONPAGED_AREA","features":[33]},{"name":"PAGE_FAULT_IN_NONPAGED_AREA_M","features":[33]},{"name":"PAGE_FAULT_WITH_INTERRUPTS_OFF","features":[33]},{"name":"PAGE_NOT_ZERO","features":[33]},{"name":"PANIC_STACK_SWITCH","features":[33]},{"name":"PASSIVE_INTERRUPT_ERROR","features":[33]},{"name":"PCI_BUS_DRIVER_INTERNAL","features":[33]},{"name":"PCI_CONFIG_SPACE_ACCESS_FAILURE","features":[33]},{"name":"PCI_VERIFIER_DETECTED_VIOLATION","features":[33]},{"name":"PCOGETACTIVATIONSTATE","features":[33]},{"name":"PCOGETCALLSTATE","features":[33]},{"name":"PDBGHELP_CREATE_USER_DUMP_CALLBACK","features":[3,33]},{"name":"PDC_LOCK_WATCHDOG_LIVEDUMP","features":[33]},{"name":"PDC_PRIVILEGE_CHECK_LIVEDUMP","features":[33]},{"name":"PDC_UNEXPECTED_REVOCATION_LIVEDUMP","features":[33]},{"name":"PDC_WATCHDOG_TIMEOUT","features":[33]},{"name":"PDC_WATCHDOG_TIMEOUT_LIVEDUMP","features":[33]},{"name":"PENUMDIRTREE_CALLBACK","features":[3,33]},{"name":"PENUMDIRTREE_CALLBACKW","features":[3,33]},{"name":"PENUMLOADED_MODULES_CALLBACK","features":[3,33]},{"name":"PENUMLOADED_MODULES_CALLBACK64","features":[3,33]},{"name":"PENUMLOADED_MODULES_CALLBACKW64","features":[3,33]},{"name":"PENUMSOURCEFILETOKENSCALLBACK","features":[3,33]},{"name":"PFINDFILEINPATHCALLBACK","features":[3,33]},{"name":"PFINDFILEINPATHCALLBACKW","features":[3,33]},{"name":"PFIND_DEBUG_FILE_CALLBACK","features":[3,33]},{"name":"PFIND_DEBUG_FILE_CALLBACKW","features":[3,33]},{"name":"PFIND_EXE_FILE_CALLBACK","features":[3,33]},{"name":"PFIND_EXE_FILE_CALLBACKW","features":[3,33]},{"name":"PFN_LIST_CORRUPT","features":[33]},{"name":"PFN_REFERENCE_COUNT","features":[33]},{"name":"PFN_SHARE_COUNT","features":[33]},{"name":"PFUNCTION_TABLE_ACCESS_ROUTINE","features":[3,33]},{"name":"PFUNCTION_TABLE_ACCESS_ROUTINE64","features":[3,33]},{"name":"PF_DETECTED_CORRUPTION","features":[33]},{"name":"PGET_MODULE_BASE_ROUTINE","features":[3,33]},{"name":"PGET_MODULE_BASE_ROUTINE64","features":[3,33]},{"name":"PGET_RUNTIME_FUNCTION_CALLBACK","features":[33]},{"name":"PGET_RUNTIME_FUNCTION_CALLBACK","features":[33]},{"name":"PGET_TARGET_ATTRIBUTE_VALUE64","features":[3,33]},{"name":"PHASE0_EXCEPTION","features":[33]},{"name":"PHASE0_INITIALIZATION_FAILED","features":[33]},{"name":"PHASE1_INITIALIZATION_FAILED","features":[33]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR32","features":[33]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR64","features":[33]},{"name":"PHYSICAL_MEMORY_RUN32","features":[33]},{"name":"PHYSICAL_MEMORY_RUN64","features":[33]},{"name":"PIMAGEHLP_STATUS_ROUTINE","features":[3,33]},{"name":"PIMAGEHLP_STATUS_ROUTINE32","features":[3,33]},{"name":"PIMAGEHLP_STATUS_ROUTINE64","features":[3,33]},{"name":"PINBALL_FILE_SYSTEM","features":[33]},{"name":"PNP_DETECTED_FATAL_ERROR","features":[33]},{"name":"PNP_INTERNAL_ERROR","features":[33]},{"name":"POOL_CORRUPTION_IN_FILE_AREA","features":[33]},{"name":"PORT_DRIVER_INTERNAL","features":[33]},{"name":"POWER_FAILURE_SIMULATE","features":[33]},{"name":"PP0_INITIALIZATION_FAILED","features":[33]},{"name":"PP1_INITIALIZATION_FAILED","features":[33]},{"name":"PREAD_PROCESS_MEMORY_ROUTINE","features":[3,33]},{"name":"PREAD_PROCESS_MEMORY_ROUTINE64","features":[3,33]},{"name":"PREVIOUS_FATAL_ABNORMAL_RESET_ERROR","features":[33]},{"name":"PROCESS1_INITIALIZATION_FAILED","features":[33]},{"name":"PROCESSOR_DRIVER_INTERNAL","features":[33]},{"name":"PROCESSOR_START_TIMEOUT","features":[33]},{"name":"PROCESS_HAS_LOCKED_PAGES","features":[33]},{"name":"PROCESS_INITIALIZATION_FAILED","features":[33]},{"name":"PROFILER_CONFIGURATION_ILLEGAL","features":[33]},{"name":"PROP_INFO_ATTRIBUTES","features":[33]},{"name":"PROP_INFO_AUTOEXPAND","features":[33]},{"name":"PROP_INFO_DEBUGPROP","features":[33]},{"name":"PROP_INFO_FLAGS","features":[33]},{"name":"PROP_INFO_FULLNAME","features":[33]},{"name":"PROP_INFO_NAME","features":[33]},{"name":"PROP_INFO_TYPE","features":[33]},{"name":"PROP_INFO_VALUE","features":[33]},{"name":"PSYMBOLSERVERBYINDEXPROC","features":[3,33]},{"name":"PSYMBOLSERVERBYINDEXPROCA","features":[3,33]},{"name":"PSYMBOLSERVERBYINDEXPROCW","features":[3,33]},{"name":"PSYMBOLSERVERCALLBACKPROC","features":[3,33]},{"name":"PSYMBOLSERVERCLOSEPROC","features":[3,33]},{"name":"PSYMBOLSERVERDELTANAME","features":[3,33]},{"name":"PSYMBOLSERVERDELTANAMEW","features":[3,33]},{"name":"PSYMBOLSERVERGETINDEXSTRING","features":[3,33]},{"name":"PSYMBOLSERVERGETINDEXSTRINGW","features":[3,33]},{"name":"PSYMBOLSERVERGETOPTIONDATAPROC","features":[3,33]},{"name":"PSYMBOLSERVERGETOPTIONSPROC","features":[33]},{"name":"PSYMBOLSERVERGETSUPPLEMENT","features":[3,33]},{"name":"PSYMBOLSERVERGETSUPPLEMENTW","features":[3,33]},{"name":"PSYMBOLSERVERGETVERSION","features":[3,33]},{"name":"PSYMBOLSERVERISSTORE","features":[3,33]},{"name":"PSYMBOLSERVERISSTOREW","features":[3,33]},{"name":"PSYMBOLSERVERMESSAGEPROC","features":[3,33]},{"name":"PSYMBOLSERVEROPENPROC","features":[3,33]},{"name":"PSYMBOLSERVERPINGPROC","features":[3,33]},{"name":"PSYMBOLSERVERPINGPROCA","features":[3,33]},{"name":"PSYMBOLSERVERPINGPROCW","features":[3,33]},{"name":"PSYMBOLSERVERPINGPROCWEX","features":[3,33]},{"name":"PSYMBOLSERVERPROC","features":[3,33]},{"name":"PSYMBOLSERVERPROCA","features":[3,33]},{"name":"PSYMBOLSERVERPROCW","features":[3,33]},{"name":"PSYMBOLSERVERSETHTTPAUTHHEADER","features":[3,33]},{"name":"PSYMBOLSERVERSETOPTIONSPROC","features":[3,33]},{"name":"PSYMBOLSERVERSETOPTIONSWPROC","features":[3,33]},{"name":"PSYMBOLSERVERSTOREFILE","features":[3,33]},{"name":"PSYMBOLSERVERSTOREFILEW","features":[3,33]},{"name":"PSYMBOLSERVERSTORESUPPLEMENT","features":[3,33]},{"name":"PSYMBOLSERVERSTORESUPPLEMENTW","features":[3,33]},{"name":"PSYMBOLSERVERVERSION","features":[33]},{"name":"PSYMBOLSERVERWEXPROC","features":[3,33]},{"name":"PSYMBOL_FUNCENTRY_CALLBACK","features":[3,33]},{"name":"PSYMBOL_FUNCENTRY_CALLBACK64","features":[3,33]},{"name":"PSYMBOL_REGISTERED_CALLBACK","features":[3,33]},{"name":"PSYMBOL_REGISTERED_CALLBACK64","features":[3,33]},{"name":"PSYM_ENUMERATESYMBOLS_CALLBACK","features":[3,33]},{"name":"PSYM_ENUMERATESYMBOLS_CALLBACKW","features":[3,33]},{"name":"PSYM_ENUMLINES_CALLBACK","features":[3,33]},{"name":"PSYM_ENUMLINES_CALLBACKW","features":[3,33]},{"name":"PSYM_ENUMMODULES_CALLBACK","features":[3,33]},{"name":"PSYM_ENUMMODULES_CALLBACK64","features":[3,33]},{"name":"PSYM_ENUMMODULES_CALLBACKW64","features":[3,33]},{"name":"PSYM_ENUMPROCESSES_CALLBACK","features":[3,33]},{"name":"PSYM_ENUMSOURCEFILES_CALLBACK","features":[3,33]},{"name":"PSYM_ENUMSOURCEFILES_CALLBACKW","features":[3,33]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK","features":[3,33]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK64","features":[3,33]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK64W","features":[3,33]},{"name":"PSYM_ENUMSYMBOLS_CALLBACKW","features":[3,33]},{"name":"PTRANSLATE_ADDRESS_ROUTINE","features":[3,33]},{"name":"PTRANSLATE_ADDRESS_ROUTINE64","features":[3,33]},{"name":"PVECTORED_EXCEPTION_HANDLER","features":[3,33,9]},{"name":"PWAITCHAINCALLBACK","features":[3,33]},{"name":"ProcessVmCountersStream","features":[33]},{"name":"QUOTA_UNDERFLOW","features":[33]},{"name":"RAMDISK_BOOT_INITIALIZATION_FAILED","features":[33]},{"name":"RDR_FILE_SYSTEM","features":[33]},{"name":"RECOM_DRIVER","features":[33]},{"name":"RECURSIVE_MACHINE_CHECK","features":[33]},{"name":"RECURSIVE_NMI","features":[33]},{"name":"REFERENCE_BY_POINTER","features":[33]},{"name":"REFMON_INITIALIZATION_FAILED","features":[33]},{"name":"REFS_FILE_SYSTEM","features":[33]},{"name":"REF_UNKNOWN_LOGON_SESSION","features":[33]},{"name":"REGISTRY_CALLBACK_DRIVER_EXCEPTION","features":[33]},{"name":"REGISTRY_ERROR","features":[33]},{"name":"REGISTRY_FILTER_DRIVER_EXCEPTION","features":[33]},{"name":"REGISTRY_LIVE_DUMP","features":[33]},{"name":"RESERVE_QUEUE_OVERFLOW","features":[33]},{"name":"RESOURCE_NOT_OWNED","features":[33]},{"name":"RESOURCE_OWNER_POINTER_INVALID","features":[33]},{"name":"RESTORE_LAST_ERROR_NAME","features":[33]},{"name":"RESTORE_LAST_ERROR_NAME_A","features":[33]},{"name":"RESTORE_LAST_ERROR_NAME_W","features":[33]},{"name":"RIP_EVENT","features":[33]},{"name":"RIP_INFO","features":[33]},{"name":"RIP_INFO_TYPE","features":[33]},{"name":"RTL_VIRTUAL_UNWIND_HANDLER_TYPE","features":[33]},{"name":"RaiseException","features":[33]},{"name":"RaiseFailFastException","features":[3,33,9]},{"name":"RangeMapAddPeImageSections","features":[3,33]},{"name":"RangeMapCreate","features":[33]},{"name":"RangeMapFree","features":[33]},{"name":"RangeMapRead","features":[3,33]},{"name":"RangeMapRemove","features":[3,33]},{"name":"RangeMapWrite","features":[3,33]},{"name":"ReBaseImage","features":[3,33]},{"name":"ReBaseImage64","features":[3,33]},{"name":"ReadMemoryFailureCallback","features":[33]},{"name":"ReadProcessMemory","features":[3,33]},{"name":"RegisterWaitChainCOMCallback","features":[33]},{"name":"RemoveInvalidModuleList","features":[3,33]},{"name":"RemoveMemoryCallback","features":[33]},{"name":"RemoveVectoredContinueHandler","features":[33]},{"name":"RemoveVectoredExceptionHandler","features":[33]},{"name":"ReportSymbolLoadSummary","features":[3,33]},{"name":"ReservedStream0","features":[33]},{"name":"ReservedStream1","features":[33]},{"name":"RtlAddFunctionTable","features":[3,33]},{"name":"RtlAddFunctionTable","features":[3,33]},{"name":"RtlAddGrowableFunctionTable","features":[33]},{"name":"RtlAddGrowableFunctionTable","features":[33]},{"name":"RtlCaptureContext","features":[33,9]},{"name":"RtlCaptureContext2","features":[33,9]},{"name":"RtlCaptureStackBackTrace","features":[33]},{"name":"RtlDeleteFunctionTable","features":[3,33]},{"name":"RtlDeleteFunctionTable","features":[3,33]},{"name":"RtlDeleteGrowableFunctionTable","features":[33]},{"name":"RtlGrowFunctionTable","features":[33]},{"name":"RtlInstallFunctionTableCallback","features":[3,33]},{"name":"RtlInstallFunctionTableCallback","features":[3,33]},{"name":"RtlLookupFunctionEntry","features":[33]},{"name":"RtlLookupFunctionEntry","features":[33]},{"name":"RtlPcToFileHeader","features":[33]},{"name":"RtlRaiseException","features":[3,33]},{"name":"RtlRestoreContext","features":[3,33,9]},{"name":"RtlUnwind","features":[3,33]},{"name":"RtlUnwindEx","features":[3,33,9]},{"name":"RtlVirtualUnwind","features":[3,33,9]},{"name":"RtlVirtualUnwind","features":[3,33,9]},{"name":"SAVER_ACCOUNTPROVSVCINITFAILURE","features":[33]},{"name":"SAVER_APPBARDISMISSAL","features":[33]},{"name":"SAVER_APPLISTUNREACHABLE","features":[33]},{"name":"SAVER_AUDIODRIVERHANG","features":[33]},{"name":"SAVER_AUXILIARYFULLDUMP","features":[33]},{"name":"SAVER_BATTERYPULLOUT","features":[33]},{"name":"SAVER_BLANKSCREEN","features":[33]},{"name":"SAVER_CALLDISMISSAL","features":[33]},{"name":"SAVER_CAPTURESERVICE","features":[33]},{"name":"SAVER_CHROMEPROCESSCRASH","features":[33]},{"name":"SAVER_DEVICEUPDATEUNSPECIFIED","features":[33]},{"name":"SAVER_GRAPHICS","features":[33]},{"name":"SAVER_INPUT","features":[33]},{"name":"SAVER_MEDIACORETESTHANG","features":[33]},{"name":"SAVER_MTBFCOMMANDHANG","features":[33]},{"name":"SAVER_MTBFCOMMANDTIMEOUT","features":[33]},{"name":"SAVER_MTBFIOERROR","features":[33]},{"name":"SAVER_MTBFPASSBUGCHECK","features":[33]},{"name":"SAVER_NAVIGATIONMODEL","features":[33]},{"name":"SAVER_NAVSERVERTIMEOUT","features":[33]},{"name":"SAVER_NONRESPONSIVEPROCESS","features":[33]},{"name":"SAVER_NOTIFICATIONDISMISSAL","features":[33]},{"name":"SAVER_OUTOFMEMORY","features":[33]},{"name":"SAVER_RENDERMOBILEUIOOM","features":[33]},{"name":"SAVER_RENDERTHREADHANG","features":[33]},{"name":"SAVER_REPORTNOTIFICATIONFAILURE","features":[33]},{"name":"SAVER_RESOURCEMANAGEMENT","features":[33]},{"name":"SAVER_RILADAPTATIONCRASH","features":[33]},{"name":"SAVER_RPCFAILURE","features":[33]},{"name":"SAVER_SICKAPPLICATION","features":[33]},{"name":"SAVER_SPEECHDISMISSAL","features":[33]},{"name":"SAVER_STARTNOTVISIBLE","features":[33]},{"name":"SAVER_UNEXPECTEDSHUTDOWN","features":[33]},{"name":"SAVER_UNSPECIFIED","features":[33]},{"name":"SAVER_WAITFORSHELLREADY","features":[33]},{"name":"SAVER_WATCHDOG","features":[33]},{"name":"SCSI_DISK_DRIVER_INTERNAL","features":[33]},{"name":"SCSI_VERIFIER_DETECTED_VIOLATION","features":[33]},{"name":"SDBUS_INTERNAL_ERROR","features":[33]},{"name":"SECURE_BOOT_VIOLATION","features":[33]},{"name":"SECURE_FAULT_UNHANDLED","features":[33]},{"name":"SECURE_KERNEL_ERROR","features":[33]},{"name":"SECURE_PCI_CONFIG_SPACE_ACCESS_VIOLATION","features":[33]},{"name":"SECURITY1_INITIALIZATION_FAILED","features":[33]},{"name":"SECURITY_INITIALIZATION_FAILED","features":[33]},{"name":"SECURITY_SYSTEM","features":[33]},{"name":"SEM_ALL_ERRORS","features":[33]},{"name":"SEM_FAILCRITICALERRORS","features":[33]},{"name":"SEM_NOALIGNMENTFAULTEXCEPT","features":[33]},{"name":"SEM_NOGPFAULTERRORBOX","features":[33]},{"name":"SEM_NOOPENFILEERRORBOX","features":[33]},{"name":"SERIAL_DRIVER_INTERNAL","features":[33]},{"name":"SESSION1_INITIALIZATION_FAILED","features":[33]},{"name":"SESSION_HAS_VALID_POOL_ON_EXIT","features":[33]},{"name":"SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT","features":[33]},{"name":"SESSION_HAS_VALID_VIEWS_ON_EXIT","features":[33]},{"name":"SETUP_FAILURE","features":[33]},{"name":"SET_ENV_VAR_FAILED","features":[33]},{"name":"SET_OF_INVALID_CONTEXT","features":[33]},{"name":"SHARED_RESOURCE_CONV_ERROR","features":[33]},{"name":"SILO_CORRUPT","features":[33]},{"name":"SLE_ERROR","features":[33]},{"name":"SLE_MINORERROR","features":[33]},{"name":"SLE_WARNING","features":[33]},{"name":"SLMFLAG_ALT_INDEX","features":[33]},{"name":"SLMFLAG_NONE","features":[33]},{"name":"SLMFLAG_NO_SYMBOLS","features":[33]},{"name":"SLMFLAG_VIRTUAL","features":[33]},{"name":"SMB_REDIRECTOR_LIVEDUMP","features":[33]},{"name":"SMB_SERVER_LIVEDUMP","features":[33]},{"name":"SOC_CRITICAL_DEVICE_REMOVED","features":[33]},{"name":"SOC_SUBSYSTEM_FAILURE","features":[33]},{"name":"SOC_SUBSYSTEM_FAILURE_LIVEDUMP","features":[33]},{"name":"SOFT_RESTART_FATAL_ERROR","features":[33]},{"name":"SOURCEFILE","features":[33]},{"name":"SOURCEFILEW","features":[33]},{"name":"SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION","features":[33]},{"name":"SPIN_LOCK_ALREADY_OWNED","features":[33]},{"name":"SPIN_LOCK_INIT_FAILURE","features":[33]},{"name":"SPIN_LOCK_NOT_OWNED","features":[33]},{"name":"SPLITSYM_EXTRACT_ALL","features":[33]},{"name":"SPLITSYM_REMOVE_PRIVATE","features":[33]},{"name":"SPLITSYM_SYMBOLPATH_IS_SRC","features":[33]},{"name":"SRCCODEINFO","features":[33]},{"name":"SRCCODEINFOW","features":[33]},{"name":"SSRVACTION_CHECKSUMSTATUS","features":[33]},{"name":"SSRVACTION_EVENT","features":[33]},{"name":"SSRVACTION_EVENTW","features":[33]},{"name":"SSRVACTION_HTTPSTATUS","features":[33]},{"name":"SSRVACTION_QUERYCANCEL","features":[33]},{"name":"SSRVACTION_SIZE","features":[33]},{"name":"SSRVACTION_TRACE","features":[33]},{"name":"SSRVACTION_XMLOUTPUT","features":[33]},{"name":"SSRVOPT_CALLBACK","features":[33]},{"name":"SSRVOPT_CALLBACKW","features":[33]},{"name":"SSRVOPT_DISABLE_PING_HOST","features":[33]},{"name":"SSRVOPT_DISABLE_TIMEOUT","features":[33]},{"name":"SSRVOPT_DONT_UNCOMPRESS","features":[33]},{"name":"SSRVOPT_DOWNSTREAM_STORE","features":[33]},{"name":"SSRVOPT_DWORD","features":[33]},{"name":"SSRVOPT_DWORDPTR","features":[33]},{"name":"SSRVOPT_ENABLE_COMM_MSG","features":[33]},{"name":"SSRVOPT_FAVOR_COMPRESSED","features":[33]},{"name":"SSRVOPT_FLAT_DEFAULT_STORE","features":[33]},{"name":"SSRVOPT_GETPATH","features":[33]},{"name":"SSRVOPT_GUIDPTR","features":[33]},{"name":"SSRVOPT_MAX","features":[33]},{"name":"SSRVOPT_MESSAGE","features":[33]},{"name":"SSRVOPT_NOCOPY","features":[33]},{"name":"SSRVOPT_OLDGUIDPTR","features":[33]},{"name":"SSRVOPT_OVERWRITE","features":[33]},{"name":"SSRVOPT_PARAMTYPE","features":[33]},{"name":"SSRVOPT_PARENTWIN","features":[33]},{"name":"SSRVOPT_PROXY","features":[33]},{"name":"SSRVOPT_PROXYW","features":[33]},{"name":"SSRVOPT_RESETTOU","features":[33]},{"name":"SSRVOPT_RETRY_APP_HANG","features":[33]},{"name":"SSRVOPT_SECURE","features":[33]},{"name":"SSRVOPT_SERVICE","features":[33]},{"name":"SSRVOPT_SETCONTEXT","features":[33]},{"name":"SSRVOPT_STRING","features":[33]},{"name":"SSRVOPT_TRACE","features":[33]},{"name":"SSRVOPT_UNATTENDED","features":[33]},{"name":"SSRVOPT_URI_FILTER","features":[33]},{"name":"SSRVOPT_URI_TIERS","features":[33]},{"name":"SSRVOPT_WINHTTP","features":[33]},{"name":"SSRVOPT_WININET","features":[33]},{"name":"SSRVURI_ALL","features":[33]},{"name":"SSRVURI_COMPRESSED","features":[33]},{"name":"SSRVURI_FILEPTR","features":[33]},{"name":"SSRVURI_HTTP_COMPRESSED","features":[33]},{"name":"SSRVURI_HTTP_FILEPTR","features":[33]},{"name":"SSRVURI_HTTP_MASK","features":[33]},{"name":"SSRVURI_HTTP_NORMAL","features":[33]},{"name":"SSRVURI_NORMAL","features":[33]},{"name":"SSRVURI_UNC_COMPRESSED","features":[33]},{"name":"SSRVURI_UNC_FILEPTR","features":[33]},{"name":"SSRVURI_UNC_MASK","features":[33]},{"name":"SSRVURI_UNC_NORMAL","features":[33]},{"name":"STACKFRAME","features":[3,33]},{"name":"STACKFRAME64","features":[3,33]},{"name":"STACKFRAME_EX","features":[3,33]},{"name":"STORAGE_DEVICE_ABNORMALITY_DETECTED","features":[33]},{"name":"STORAGE_MINIPORT_ERROR","features":[33]},{"name":"STORE_DATA_STRUCTURE_CORRUPTION","features":[33]},{"name":"STREAMS_INTERNAL_ERROR","features":[33]},{"name":"SYMADDSOURCESTREAM","features":[3,33]},{"name":"SYMADDSOURCESTREAMA","features":[3,33]},{"name":"SYMBOLIC_INITIALIZATION_FAILED","features":[33]},{"name":"SYMBOL_INFO","features":[33]},{"name":"SYMBOL_INFOW","features":[33]},{"name":"SYMBOL_INFO_FLAGS","features":[33]},{"name":"SYMBOL_INFO_PACKAGE","features":[33]},{"name":"SYMBOL_INFO_PACKAGEW","features":[33]},{"name":"SYMENUM_OPTIONS_DEFAULT","features":[33]},{"name":"SYMENUM_OPTIONS_INLINE","features":[33]},{"name":"SYMFLAG_CLR_TOKEN","features":[33]},{"name":"SYMFLAG_CONSTANT","features":[33]},{"name":"SYMFLAG_EXPORT","features":[33]},{"name":"SYMFLAG_FIXUP_ARM64X","features":[33]},{"name":"SYMFLAG_FORWARDER","features":[33]},{"name":"SYMFLAG_FRAMEREL","features":[33]},{"name":"SYMFLAG_FUNCTION","features":[33]},{"name":"SYMFLAG_FUNC_NO_RETURN","features":[33]},{"name":"SYMFLAG_GLOBAL","features":[33]},{"name":"SYMFLAG_ILREL","features":[33]},{"name":"SYMFLAG_LOCAL","features":[33]},{"name":"SYMFLAG_METADATA","features":[33]},{"name":"SYMFLAG_NULL","features":[33]},{"name":"SYMFLAG_PARAMETER","features":[33]},{"name":"SYMFLAG_PUBLIC_CODE","features":[33]},{"name":"SYMFLAG_REGISTER","features":[33]},{"name":"SYMFLAG_REGREL","features":[33]},{"name":"SYMFLAG_REGREL_ALIASINDIR","features":[33]},{"name":"SYMFLAG_RESET","features":[33]},{"name":"SYMFLAG_SLOT","features":[33]},{"name":"SYMFLAG_SYNTHETIC_ZEROBASE","features":[33]},{"name":"SYMFLAG_THUNK","features":[33]},{"name":"SYMFLAG_TLSREL","features":[33]},{"name":"SYMFLAG_VALUEPRESENT","features":[33]},{"name":"SYMFLAG_VIRTUAL","features":[33]},{"name":"SYMF_CONSTANT","features":[33]},{"name":"SYMF_EXPORT","features":[33]},{"name":"SYMF_FORWARDER","features":[33]},{"name":"SYMF_FRAMEREL","features":[33]},{"name":"SYMF_FUNCTION","features":[33]},{"name":"SYMF_LOCAL","features":[33]},{"name":"SYMF_OMAP_GENERATED","features":[33]},{"name":"SYMF_OMAP_MODIFIED","features":[33]},{"name":"SYMF_PARAMETER","features":[33]},{"name":"SYMF_REGISTER","features":[33]},{"name":"SYMF_REGREL","features":[33]},{"name":"SYMF_THUNK","features":[33]},{"name":"SYMF_TLSREL","features":[33]},{"name":"SYMF_VIRTUAL","features":[33]},{"name":"SYMOPT_ALLOW_ABSOLUTE_SYMBOLS","features":[33]},{"name":"SYMOPT_ALLOW_ZERO_ADDRESS","features":[33]},{"name":"SYMOPT_AUTO_PUBLICS","features":[33]},{"name":"SYMOPT_CASE_INSENSITIVE","features":[33]},{"name":"SYMOPT_DEBUG","features":[33]},{"name":"SYMOPT_DEFERRED_LOADS","features":[33]},{"name":"SYMOPT_DISABLE_FAST_SYMBOLS","features":[33]},{"name":"SYMOPT_DISABLE_SRVSTAR_ON_STARTUP","features":[33]},{"name":"SYMOPT_DISABLE_SYMSRV_AUTODETECT","features":[33]},{"name":"SYMOPT_DISABLE_SYMSRV_TIMEOUT","features":[33]},{"name":"SYMOPT_EXACT_SYMBOLS","features":[33]},{"name":"SYMOPT_EX_DISABLEACCESSTIMEUPDATE","features":[33]},{"name":"SYMOPT_EX_LASTVALIDDEBUGDIRECTORY","features":[33]},{"name":"SYMOPT_EX_MAX","features":[33]},{"name":"SYMOPT_EX_NEVERLOADSYMBOLS","features":[33]},{"name":"SYMOPT_EX_NOIMPLICITPATTERNSEARCH","features":[33]},{"name":"SYMOPT_FAIL_CRITICAL_ERRORS","features":[33]},{"name":"SYMOPT_FAVOR_COMPRESSED","features":[33]},{"name":"SYMOPT_FLAT_DIRECTORY","features":[33]},{"name":"SYMOPT_IGNORE_CVREC","features":[33]},{"name":"SYMOPT_IGNORE_IMAGEDIR","features":[33]},{"name":"SYMOPT_IGNORE_NT_SYMPATH","features":[33]},{"name":"SYMOPT_INCLUDE_32BIT_MODULES","features":[33]},{"name":"SYMOPT_LOAD_ANYTHING","features":[33]},{"name":"SYMOPT_LOAD_LINES","features":[33]},{"name":"SYMOPT_NO_CPP","features":[33]},{"name":"SYMOPT_NO_IMAGE_SEARCH","features":[33]},{"name":"SYMOPT_NO_PROMPTS","features":[33]},{"name":"SYMOPT_NO_PUBLICS","features":[33]},{"name":"SYMOPT_NO_UNQUALIFIED_LOADS","features":[33]},{"name":"SYMOPT_OMAP_FIND_NEAREST","features":[33]},{"name":"SYMOPT_OVERWRITE","features":[33]},{"name":"SYMOPT_PUBLICS_ONLY","features":[33]},{"name":"SYMOPT_READONLY_CACHE","features":[33]},{"name":"SYMOPT_SECURE","features":[33]},{"name":"SYMOPT_SYMPATH_LAST","features":[33]},{"name":"SYMOPT_UNDNAME","features":[33]},{"name":"SYMSEARCH_ALLITEMS","features":[33]},{"name":"SYMSEARCH_GLOBALSONLY","features":[33]},{"name":"SYMSEARCH_MASKOBJS","features":[33]},{"name":"SYMSEARCH_RECURSE","features":[33]},{"name":"SYMSRV_EXTENDED_OUTPUT_DATA","features":[33]},{"name":"SYMSRV_INDEX_INFO","features":[3,33]},{"name":"SYMSRV_INDEX_INFOW","features":[3,33]},{"name":"SYMSRV_VERSION","features":[33]},{"name":"SYMSTOREOPT_ALT_INDEX","features":[33]},{"name":"SYMSTOREOPT_COMPRESS","features":[33]},{"name":"SYMSTOREOPT_OVERWRITE","features":[33]},{"name":"SYMSTOREOPT_PASS_IF_EXISTS","features":[33]},{"name":"SYMSTOREOPT_POINTER","features":[33]},{"name":"SYMSTOREOPT_RETURNINDEX","features":[33]},{"name":"SYMSTOREOPT_UNICODE","features":[33]},{"name":"SYM_FIND_ID_OPTION","features":[33]},{"name":"SYM_INLINE_COMP_DIFFERENT","features":[33]},{"name":"SYM_INLINE_COMP_ERROR","features":[33]},{"name":"SYM_INLINE_COMP_IDENTICAL","features":[33]},{"name":"SYM_INLINE_COMP_STEPIN","features":[33]},{"name":"SYM_INLINE_COMP_STEPOUT","features":[33]},{"name":"SYM_INLINE_COMP_STEPOVER","features":[33]},{"name":"SYM_LOAD_FLAGS","features":[33]},{"name":"SYM_SRV_STORE_FILE_FLAGS","features":[33]},{"name":"SYM_STKWALK_DEFAULT","features":[33]},{"name":"SYM_STKWALK_FORCE_FRAMEPTR","features":[33]},{"name":"SYM_STKWALK_ZEROEXTEND_PTRS","features":[33]},{"name":"SYM_TYPE","features":[33]},{"name":"SYNTHETIC_EXCEPTION_UNHANDLED","features":[33]},{"name":"SYNTHETIC_WATCHDOG_TIMEOUT","features":[33]},{"name":"SYSTEM_EXIT_OWNED_MUTEX","features":[33]},{"name":"SYSTEM_IMAGE_BAD_SIGNATURE","features":[33]},{"name":"SYSTEM_LICENSE_VIOLATION","features":[33]},{"name":"SYSTEM_PTE_MISUSE","features":[33]},{"name":"SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD","features":[33]},{"name":"SYSTEM_SERVICE_EXCEPTION","features":[33]},{"name":"SYSTEM_THREAD_EXCEPTION_NOT_HANDLED","features":[33]},{"name":"SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M","features":[33]},{"name":"SYSTEM_UNWIND_PREVIOUS_USER","features":[33]},{"name":"SearchTreeForFile","features":[3,33]},{"name":"SearchTreeForFileW","features":[3,33]},{"name":"SecondaryFlagsCallback","features":[33]},{"name":"SetCheckUserInterruptShared","features":[33]},{"name":"SetErrorMode","features":[33]},{"name":"SetImageConfigInformation","features":[3,33,9,35]},{"name":"SetImageConfigInformation","features":[3,33,9,35]},{"name":"SetSymLoadError","features":[33]},{"name":"SetThreadContext","features":[3,33,9]},{"name":"SetThreadErrorMode","features":[3,33]},{"name":"SetUnhandledExceptionFilter","features":[3,33,9]},{"name":"SetXStateFeaturesMask","features":[3,33,9]},{"name":"StackWalk","features":[3,33]},{"name":"StackWalk2","features":[3,33]},{"name":"StackWalk64","features":[3,33]},{"name":"StackWalkEx","features":[3,33]},{"name":"SymAddSourceStream","features":[3,33]},{"name":"SymAddSourceStreamA","features":[3,33]},{"name":"SymAddSourceStreamW","features":[3,33]},{"name":"SymAddSymbol","features":[3,33]},{"name":"SymAddSymbolW","features":[3,33]},{"name":"SymAddrIncludeInlineTrace","features":[3,33]},{"name":"SymCleanup","features":[3,33]},{"name":"SymCoff","features":[33]},{"name":"SymCompareInlineTrace","features":[3,33]},{"name":"SymCv","features":[33]},{"name":"SymDeferred","features":[33]},{"name":"SymDeleteSymbol","features":[3,33]},{"name":"SymDeleteSymbolW","features":[3,33]},{"name":"SymDia","features":[33]},{"name":"SymEnumLines","features":[3,33]},{"name":"SymEnumLinesW","features":[3,33]},{"name":"SymEnumProcesses","features":[3,33]},{"name":"SymEnumSourceFileTokens","features":[3,33]},{"name":"SymEnumSourceFiles","features":[3,33]},{"name":"SymEnumSourceFilesW","features":[3,33]},{"name":"SymEnumSourceLines","features":[3,33]},{"name":"SymEnumSourceLinesW","features":[3,33]},{"name":"SymEnumSym","features":[3,33]},{"name":"SymEnumSymbols","features":[3,33]},{"name":"SymEnumSymbolsEx","features":[3,33]},{"name":"SymEnumSymbolsExW","features":[3,33]},{"name":"SymEnumSymbolsForAddr","features":[3,33]},{"name":"SymEnumSymbolsForAddrW","features":[3,33]},{"name":"SymEnumSymbolsW","features":[3,33]},{"name":"SymEnumTypes","features":[3,33]},{"name":"SymEnumTypesByName","features":[3,33]},{"name":"SymEnumTypesByNameW","features":[3,33]},{"name":"SymEnumTypesW","features":[3,33]},{"name":"SymEnumerateModules","features":[3,33]},{"name":"SymEnumerateModules64","features":[3,33]},{"name":"SymEnumerateModulesW64","features":[3,33]},{"name":"SymEnumerateSymbols","features":[3,33]},{"name":"SymEnumerateSymbols64","features":[3,33]},{"name":"SymEnumerateSymbolsW","features":[3,33]},{"name":"SymEnumerateSymbolsW64","features":[3,33]},{"name":"SymExport","features":[33]},{"name":"SymFindDebugInfoFile","features":[3,33]},{"name":"SymFindDebugInfoFileW","features":[3,33]},{"name":"SymFindExecutableImage","features":[3,33]},{"name":"SymFindExecutableImageW","features":[3,33]},{"name":"SymFindFileInPath","features":[3,33]},{"name":"SymFindFileInPathW","features":[3,33]},{"name":"SymFromAddr","features":[3,33]},{"name":"SymFromAddrW","features":[3,33]},{"name":"SymFromIndex","features":[3,33]},{"name":"SymFromIndexW","features":[3,33]},{"name":"SymFromInlineContext","features":[3,33]},{"name":"SymFromInlineContextW","features":[3,33]},{"name":"SymFromName","features":[3,33]},{"name":"SymFromNameW","features":[3,33]},{"name":"SymFromToken","features":[3,33]},{"name":"SymFromTokenW","features":[3,33]},{"name":"SymFunctionTableAccess","features":[3,33]},{"name":"SymFunctionTableAccess64","features":[3,33]},{"name":"SymFunctionTableAccess64AccessRoutines","features":[3,33]},{"name":"SymGetExtendedOption","features":[3,33]},{"name":"SymGetFileLineOffsets64","features":[3,33]},{"name":"SymGetHomeDirectory","features":[33]},{"name":"SymGetHomeDirectoryW","features":[33]},{"name":"SymGetLineFromAddr","features":[3,33]},{"name":"SymGetLineFromAddr64","features":[3,33]},{"name":"SymGetLineFromAddrW64","features":[3,33]},{"name":"SymGetLineFromInlineContext","features":[3,33]},{"name":"SymGetLineFromInlineContextW","features":[3,33]},{"name":"SymGetLineFromName","features":[3,33]},{"name":"SymGetLineFromName64","features":[3,33]},{"name":"SymGetLineFromNameW64","features":[3,33]},{"name":"SymGetLineNext","features":[3,33]},{"name":"SymGetLineNext64","features":[3,33]},{"name":"SymGetLineNextW64","features":[3,33]},{"name":"SymGetLinePrev","features":[3,33]},{"name":"SymGetLinePrev64","features":[3,33]},{"name":"SymGetLinePrevW64","features":[3,33]},{"name":"SymGetModuleBase","features":[3,33]},{"name":"SymGetModuleBase64","features":[3,33]},{"name":"SymGetModuleInfo","features":[3,33]},{"name":"SymGetModuleInfo64","features":[3,33]},{"name":"SymGetModuleInfoW","features":[3,33]},{"name":"SymGetModuleInfoW64","features":[3,33]},{"name":"SymGetOmaps","features":[3,33]},{"name":"SymGetOptions","features":[33]},{"name":"SymGetScope","features":[3,33]},{"name":"SymGetScopeW","features":[3,33]},{"name":"SymGetSearchPath","features":[3,33]},{"name":"SymGetSearchPathW","features":[3,33]},{"name":"SymGetSourceFile","features":[3,33]},{"name":"SymGetSourceFileChecksum","features":[3,33]},{"name":"SymGetSourceFileChecksumW","features":[3,33]},{"name":"SymGetSourceFileFromToken","features":[3,33]},{"name":"SymGetSourceFileFromTokenByTokenName","features":[3,33]},{"name":"SymGetSourceFileFromTokenByTokenNameW","features":[3,33]},{"name":"SymGetSourceFileFromTokenW","features":[3,33]},{"name":"SymGetSourceFileToken","features":[3,33]},{"name":"SymGetSourceFileTokenByTokenName","features":[3,33]},{"name":"SymGetSourceFileTokenByTokenNameW","features":[3,33]},{"name":"SymGetSourceFileTokenW","features":[3,33]},{"name":"SymGetSourceFileW","features":[3,33]},{"name":"SymGetSourceVarFromToken","features":[3,33]},{"name":"SymGetSourceVarFromTokenW","features":[3,33]},{"name":"SymGetSymFromAddr","features":[3,33]},{"name":"SymGetSymFromAddr64","features":[3,33]},{"name":"SymGetSymFromName","features":[3,33]},{"name":"SymGetSymFromName64","features":[3,33]},{"name":"SymGetSymNext","features":[3,33]},{"name":"SymGetSymNext64","features":[3,33]},{"name":"SymGetSymPrev","features":[3,33]},{"name":"SymGetSymPrev64","features":[3,33]},{"name":"SymGetSymbolFile","features":[3,33]},{"name":"SymGetSymbolFileW","features":[3,33]},{"name":"SymGetTypeFromName","features":[3,33]},{"name":"SymGetTypeFromNameW","features":[3,33]},{"name":"SymGetTypeInfo","features":[3,33]},{"name":"SymGetTypeInfoEx","features":[3,33]},{"name":"SymGetUnwindInfo","features":[3,33]},{"name":"SymInitialize","features":[3,33]},{"name":"SymInitializeW","features":[3,33]},{"name":"SymLoadModule","features":[3,33]},{"name":"SymLoadModule64","features":[3,33]},{"name":"SymLoadModuleEx","features":[3,33]},{"name":"SymLoadModuleExW","features":[3,33]},{"name":"SymMatchFileName","features":[3,33]},{"name":"SymMatchFileNameW","features":[3,33]},{"name":"SymMatchString","features":[3,33]},{"name":"SymMatchStringA","features":[3,33]},{"name":"SymMatchStringW","features":[3,33]},{"name":"SymNext","features":[3,33]},{"name":"SymNextW","features":[3,33]},{"name":"SymNone","features":[33]},{"name":"SymPdb","features":[33]},{"name":"SymPrev","features":[3,33]},{"name":"SymPrevW","features":[3,33]},{"name":"SymQueryInlineTrace","features":[3,33]},{"name":"SymRefreshModuleList","features":[3,33]},{"name":"SymRegisterCallback","features":[3,33]},{"name":"SymRegisterCallback64","features":[3,33]},{"name":"SymRegisterCallbackW64","features":[3,33]},{"name":"SymRegisterFunctionEntryCallback","features":[3,33]},{"name":"SymRegisterFunctionEntryCallback64","features":[3,33]},{"name":"SymSearch","features":[3,33]},{"name":"SymSearchW","features":[3,33]},{"name":"SymSetContext","features":[3,33]},{"name":"SymSetExtendedOption","features":[3,33]},{"name":"SymSetHomeDirectory","features":[3,33]},{"name":"SymSetHomeDirectoryW","features":[3,33]},{"name":"SymSetOptions","features":[33]},{"name":"SymSetParentWindow","features":[3,33]},{"name":"SymSetScopeFromAddr","features":[3,33]},{"name":"SymSetScopeFromIndex","features":[3,33]},{"name":"SymSetScopeFromInlineContext","features":[3,33]},{"name":"SymSetSearchPath","features":[3,33]},{"name":"SymSetSearchPathW","features":[3,33]},{"name":"SymSrvDeltaName","features":[3,33]},{"name":"SymSrvDeltaNameW","features":[3,33]},{"name":"SymSrvGetFileIndexInfo","features":[3,33]},{"name":"SymSrvGetFileIndexInfoW","features":[3,33]},{"name":"SymSrvGetFileIndexString","features":[3,33]},{"name":"SymSrvGetFileIndexStringW","features":[3,33]},{"name":"SymSrvGetFileIndexes","features":[3,33]},{"name":"SymSrvGetFileIndexesW","features":[3,33]},{"name":"SymSrvGetSupplement","features":[3,33]},{"name":"SymSrvGetSupplementW","features":[3,33]},{"name":"SymSrvIsStore","features":[3,33]},{"name":"SymSrvIsStoreW","features":[3,33]},{"name":"SymSrvStoreFile","features":[3,33]},{"name":"SymSrvStoreFileW","features":[3,33]},{"name":"SymSrvStoreSupplement","features":[3,33]},{"name":"SymSrvStoreSupplementW","features":[3,33]},{"name":"SymSym","features":[33]},{"name":"SymUnDName","features":[3,33]},{"name":"SymUnDName64","features":[3,33]},{"name":"SymUnloadModule","features":[3,33]},{"name":"SymUnloadModule64","features":[3,33]},{"name":"SymVirtual","features":[33]},{"name":"SystemInfoStream","features":[33]},{"name":"SystemMemoryInfoStream","features":[33]},{"name":"TARGET_ATTRIBUTE_PACMASK","features":[33]},{"name":"TARGET_MDL_TOO_SMALL","features":[33]},{"name":"TCPIP_AOAC_NIC_ACTIVE_REFERENCE_LEAK","features":[33]},{"name":"TELEMETRY_ASSERTS_LIVEDUMP","features":[33]},{"name":"TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE","features":[33]},{"name":"THIRD_PARTY_FILE_SYSTEM_FAILURE","features":[33]},{"name":"THREAD_ERROR_MODE","features":[33]},{"name":"THREAD_NOT_MUTEX_OWNER","features":[33]},{"name":"THREAD_STUCK_IN_DEVICE_DRIVER","features":[33]},{"name":"THREAD_STUCK_IN_DEVICE_DRIVER_M","features":[33]},{"name":"THREAD_TERMINATE_HELD_MUTEX","features":[33]},{"name":"THREAD_WRITE_FLAGS","features":[33]},{"name":"TIMER_OR_DPC_INVALID","features":[33]},{"name":"TI_FINDCHILDREN","features":[33]},{"name":"TI_FINDCHILDREN_PARAMS","features":[33]},{"name":"TI_GET_ADDRESS","features":[33]},{"name":"TI_GET_ADDRESSOFFSET","features":[33]},{"name":"TI_GET_ARRAYINDEXTYPEID","features":[33]},{"name":"TI_GET_BASETYPE","features":[33]},{"name":"TI_GET_BITPOSITION","features":[33]},{"name":"TI_GET_CALLING_CONVENTION","features":[33]},{"name":"TI_GET_CHILDRENCOUNT","features":[33]},{"name":"TI_GET_CLASSPARENTID","features":[33]},{"name":"TI_GET_COUNT","features":[33]},{"name":"TI_GET_DATAKIND","features":[33]},{"name":"TI_GET_INDIRECTVIRTUALBASECLASS","features":[33]},{"name":"TI_GET_IS_REFERENCE","features":[33]},{"name":"TI_GET_LENGTH","features":[33]},{"name":"TI_GET_LEXICALPARENT","features":[33]},{"name":"TI_GET_NESTED","features":[33]},{"name":"TI_GET_OBJECTPOINTERTYPE","features":[33]},{"name":"TI_GET_OFFSET","features":[33]},{"name":"TI_GET_SYMINDEX","features":[33]},{"name":"TI_GET_SYMNAME","features":[33]},{"name":"TI_GET_SYMTAG","features":[33]},{"name":"TI_GET_THISADJUST","features":[33]},{"name":"TI_GET_TYPE","features":[33]},{"name":"TI_GET_TYPEID","features":[33]},{"name":"TI_GET_UDTKIND","features":[33]},{"name":"TI_GET_VALUE","features":[33]},{"name":"TI_GET_VIRTUALBASECLASS","features":[33]},{"name":"TI_GET_VIRTUALBASEDISPINDEX","features":[33]},{"name":"TI_GET_VIRTUALBASEOFFSET","features":[33]},{"name":"TI_GET_VIRTUALBASEPOINTEROFFSET","features":[33]},{"name":"TI_GET_VIRTUALBASETABLETYPE","features":[33]},{"name":"TI_GET_VIRTUALTABLESHAPEID","features":[33]},{"name":"TI_GTIEX_REQS_VALID","features":[33]},{"name":"TI_IS_CLOSE_EQUIV_TO","features":[33]},{"name":"TI_IS_EQUIV_TO","features":[33]},{"name":"TOO_MANY_RECURSIVE_FAULTS","features":[33]},{"name":"TRAP_CAUSE_UNKNOWN","features":[33]},{"name":"TTM_FATAL_ERROR","features":[33]},{"name":"TTM_WATCHDOG_TIMEOUT","features":[33]},{"name":"TerminateProcessOnMemoryExhaustion","features":[33]},{"name":"ThreadCallback","features":[33]},{"name":"ThreadExCallback","features":[33]},{"name":"ThreadExListStream","features":[33]},{"name":"ThreadInfoListStream","features":[33]},{"name":"ThreadListStream","features":[33]},{"name":"ThreadNamesStream","features":[33]},{"name":"ThreadWriteBackingStore","features":[33]},{"name":"ThreadWriteContext","features":[33]},{"name":"ThreadWriteInstructionWindow","features":[33]},{"name":"ThreadWriteStack","features":[33]},{"name":"ThreadWriteThread","features":[33]},{"name":"ThreadWriteThreadData","features":[33]},{"name":"ThreadWriteThreadInfo","features":[33]},{"name":"TokenStream","features":[33]},{"name":"TouchFileTimes","features":[3,33]},{"name":"UCMUCSI_FAILURE","features":[33]},{"name":"UCMUCSI_LIVEDUMP","features":[33]},{"name":"UDFS_FILE_SYSTEM","features":[33]},{"name":"UFX_LIVEDUMP","features":[33]},{"name":"UNDNAME_32_BIT_DECODE","features":[33]},{"name":"UNDNAME_COMPLETE","features":[33]},{"name":"UNDNAME_NAME_ONLY","features":[33]},{"name":"UNDNAME_NO_ACCESS_SPECIFIERS","features":[33]},{"name":"UNDNAME_NO_ALLOCATION_LANGUAGE","features":[33]},{"name":"UNDNAME_NO_ALLOCATION_MODEL","features":[33]},{"name":"UNDNAME_NO_ARGUMENTS","features":[33]},{"name":"UNDNAME_NO_CV_THISTYPE","features":[33]},{"name":"UNDNAME_NO_FUNCTION_RETURNS","features":[33]},{"name":"UNDNAME_NO_LEADING_UNDERSCORES","features":[33]},{"name":"UNDNAME_NO_MEMBER_TYPE","features":[33]},{"name":"UNDNAME_NO_MS_KEYWORDS","features":[33]},{"name":"UNDNAME_NO_MS_THISTYPE","features":[33]},{"name":"UNDNAME_NO_RETURN_UDT_MODEL","features":[33]},{"name":"UNDNAME_NO_SPECIAL_SYMS","features":[33]},{"name":"UNDNAME_NO_THISTYPE","features":[33]},{"name":"UNDNAME_NO_THROW_SIGNATURES","features":[33]},{"name":"UNEXPECTED_INITIALIZATION_CALL","features":[33]},{"name":"UNEXPECTED_KERNEL_MODE_TRAP","features":[33]},{"name":"UNEXPECTED_KERNEL_MODE_TRAP_M","features":[33]},{"name":"UNEXPECTED_STORE_EXCEPTION","features":[33]},{"name":"UNLOAD_DLL_DEBUG_EVENT","features":[33]},{"name":"UNLOAD_DLL_DEBUG_INFO","features":[33]},{"name":"UNMOUNTABLE_BOOT_VOLUME","features":[33]},{"name":"UNSUPPORTED_INSTRUCTION_MODE","features":[33]},{"name":"UNSUPPORTED_PROCESSOR","features":[33]},{"name":"UNWIND_HISTORY_TABLE","features":[33]},{"name":"UNWIND_HISTORY_TABLE_ENTRY","features":[33]},{"name":"UNWIND_HISTORY_TABLE_ENTRY","features":[33]},{"name":"UNWIND_ON_INVALID_STACK","features":[33]},{"name":"UNW_FLAG_CHAININFO","features":[33]},{"name":"UNW_FLAG_EHANDLER","features":[33]},{"name":"UNW_FLAG_NHANDLER","features":[33]},{"name":"UNW_FLAG_UHANDLER","features":[33]},{"name":"UP_DRIVER_ON_MP_SYSTEM","features":[33]},{"name":"USB4_HARDWARE_VIOLATION","features":[33]},{"name":"USB_DRIPS_BLOCKER_SURPRISE_REMOVAL_LIVEDUMP","features":[33]},{"name":"USER_MODE_HEALTH_MONITOR","features":[33]},{"name":"USER_MODE_HEALTH_MONITOR_LIVEDUMP","features":[33]},{"name":"UnDecorateSymbolName","features":[33]},{"name":"UnDecorateSymbolNameW","features":[33]},{"name":"UnMapAndLoad","features":[3,33,9,35]},{"name":"UnhandledExceptionFilter","features":[3,33,9]},{"name":"UnloadedModuleListStream","features":[33]},{"name":"UnusedStream","features":[33]},{"name":"UpdateDebugInfoFile","features":[3,33,35]},{"name":"UpdateDebugInfoFileEx","features":[3,33,35]},{"name":"VER_PLATFORM","features":[33]},{"name":"VER_PLATFORM_WIN32_NT","features":[33]},{"name":"VER_PLATFORM_WIN32_WINDOWS","features":[33]},{"name":"VER_PLATFORM_WIN32s","features":[33]},{"name":"VHD_BOOT_HOST_VOLUME_NOT_ENOUGH_SPACE","features":[33]},{"name":"VHD_BOOT_INITIALIZATION_FAILED","features":[33]},{"name":"VIDEO_DRIVER_DEBUG_REPORT_REQUEST","features":[33]},{"name":"VIDEO_DRIVER_INIT_FAILURE","features":[33]},{"name":"VIDEO_DWMINIT_TIMEOUT_FALLBACK_BDD","features":[33]},{"name":"VIDEO_DXGKRNL_BLACK_SCREEN_LIVEDUMP","features":[33]},{"name":"VIDEO_DXGKRNL_FATAL_ERROR","features":[33]},{"name":"VIDEO_DXGKRNL_LIVEDUMP","features":[33]},{"name":"VIDEO_DXGKRNL_SYSMM_FATAL_ERROR","features":[33]},{"name":"VIDEO_ENGINE_TIMEOUT_DETECTED","features":[33]},{"name":"VIDEO_MEMORY_MANAGEMENT_INTERNAL","features":[33]},{"name":"VIDEO_MINIPORT_BLACK_SCREEN_LIVEDUMP","features":[33]},{"name":"VIDEO_MINIPORT_FAILED_LIVEDUMP","features":[33]},{"name":"VIDEO_SCHEDULER_INTERNAL_ERROR","features":[33]},{"name":"VIDEO_SHADOW_DRIVER_FATAL_ERROR","features":[33]},{"name":"VIDEO_TDR_APPLICATION_BLOCKED","features":[33]},{"name":"VIDEO_TDR_FAILURE","features":[33]},{"name":"VIDEO_TDR_TIMEOUT_DETECTED","features":[33]},{"name":"VMBUS_LIVEDUMP","features":[33]},{"name":"VOLMGRX_INTERNAL_ERROR","features":[33]},{"name":"VOLSNAP_OVERLAPPED_TABLE_ACCESS","features":[33]},{"name":"VSL_INITIALIZATION_FAILED","features":[33]},{"name":"VmPostReadCallback","features":[33]},{"name":"VmPreReadCallback","features":[33]},{"name":"VmQueryCallback","features":[33]},{"name":"VmStartCallback","features":[33]},{"name":"WAITCHAIN_NODE_INFO","features":[3,33]},{"name":"WAIT_CHAIN_THREAD_OPTIONS","features":[33]},{"name":"WCT_ASYNC_OPEN_FLAG","features":[33]},{"name":"WCT_MAX_NODE_COUNT","features":[33]},{"name":"WCT_NETWORK_IO_FLAG","features":[33]},{"name":"WCT_OBJECT_STATUS","features":[33]},{"name":"WCT_OBJECT_TYPE","features":[33]},{"name":"WCT_OBJNAME_LENGTH","features":[33]},{"name":"WCT_OUT_OF_PROC_COM_FLAG","features":[33]},{"name":"WCT_OUT_OF_PROC_CS_FLAG","features":[33]},{"name":"WCT_OUT_OF_PROC_FLAG","features":[33]},{"name":"WDF_VIOLATION","features":[33]},{"name":"WFP_INVALID_OPERATION","features":[33]},{"name":"WHEA_AER_BRIDGE_DESCRIPTOR","features":[3,33]},{"name":"WHEA_AER_ENDPOINT_DESCRIPTOR","features":[3,33]},{"name":"WHEA_AER_ROOTPORT_DESCRIPTOR","features":[3,33]},{"name":"WHEA_BAD_PAGE_LIST_LOCATION","features":[33]},{"name":"WHEA_BAD_PAGE_LIST_MAX_SIZE","features":[33]},{"name":"WHEA_CMCI_THRESHOLD_COUNT","features":[33]},{"name":"WHEA_CMCI_THRESHOLD_POLL_COUNT","features":[33]},{"name":"WHEA_CMCI_THRESHOLD_TIME","features":[33]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_MAX","features":[33]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_MIN","features":[33]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_V1","features":[33]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_MAX","features":[33]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_MIN","features":[33]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_V1","features":[33]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_V2","features":[33]},{"name":"WHEA_DEVICE_DRIVER_DESCRIPTOR","features":[3,33]},{"name":"WHEA_DISABLE_DUMMY_WRITE","features":[33]},{"name":"WHEA_DISABLE_OFFLINE","features":[33]},{"name":"WHEA_DRIVER_BUFFER_SET","features":[33]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DD","features":[3,33]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER","features":[3,33]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER_V1","features":[3,33]},{"name":"WHEA_ERROR_SOURCE_CORRECT_DEVICE_DRIVER","features":[3,33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR","features":[3,33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERBRIDGE","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERENDPOINT","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERROOTPORT","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_GENERIC","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_GENERIC_V2","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFCMC","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFCPE","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFMCA","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFCMC","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFMCE","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFNMI","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_VERSION_10","features":[33]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_VERSION_11","features":[33]},{"name":"WHEA_ERROR_SOURCE_FLAG_DEFAULTSOURCE","features":[33]},{"name":"WHEA_ERROR_SOURCE_FLAG_FIRMWAREFIRST","features":[33]},{"name":"WHEA_ERROR_SOURCE_FLAG_GHES_ASSIST","features":[33]},{"name":"WHEA_ERROR_SOURCE_FLAG_GLOBAL","features":[33]},{"name":"WHEA_ERROR_SOURCE_INITIALIZE_DEVICE_DRIVER","features":[3,33]},{"name":"WHEA_ERROR_SOURCE_INVALID_RELATED_SOURCE","features":[33]},{"name":"WHEA_ERROR_SOURCE_STATE","features":[33]},{"name":"WHEA_ERROR_SOURCE_TYPE","features":[33]},{"name":"WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER","features":[33]},{"name":"WHEA_GENERIC_ERROR_DESCRIPTOR","features":[33]},{"name":"WHEA_GENERIC_ERROR_DESCRIPTOR_V2","features":[33]},{"name":"WHEA_INTERNAL_ERROR","features":[33]},{"name":"WHEA_IPF_CMC_DESCRIPTOR","features":[33]},{"name":"WHEA_IPF_CPE_DESCRIPTOR","features":[33]},{"name":"WHEA_IPF_MCA_DESCRIPTOR","features":[33]},{"name":"WHEA_MAX_MC_BANKS","features":[33]},{"name":"WHEA_MEM_PERSISTOFFLINE","features":[33]},{"name":"WHEA_MEM_PFA_DISABLE","features":[33]},{"name":"WHEA_MEM_PFA_PAGECOUNT","features":[33]},{"name":"WHEA_MEM_PFA_THRESHOLD","features":[33]},{"name":"WHEA_MEM_PFA_TIMEOUT","features":[33]},{"name":"WHEA_NOTIFICATION_DESCRIPTOR","features":[33]},{"name":"WHEA_NOTIFICATION_FLAGS","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_ARMV8_SEA","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_ARMV8_SEI","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_CMCI","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_EXTERNALINTERRUPT","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_EXTERNALINTERRUPT_GSIV","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_GPIO_SIGNAL","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_LOCALINTERRUPT","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_MCE","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_NMI","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_POLLED","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_SCI","features":[33]},{"name":"WHEA_NOTIFICATION_TYPE_SDEI","features":[33]},{"name":"WHEA_NOTIFY_ALL_OFFLINES","features":[33]},{"name":"WHEA_PCI_SLOT_NUMBER","features":[33]},{"name":"WHEA_PENDING_PAGE_LIST_SZ","features":[33]},{"name":"WHEA_RESTORE_CMCI_ATTEMPTS","features":[33]},{"name":"WHEA_RESTORE_CMCI_ENABLED","features":[33]},{"name":"WHEA_RESTORE_CMCI_ERR_LIMIT","features":[33]},{"name":"WHEA_ROW_FAIL_CHECK_ENABLE","features":[33]},{"name":"WHEA_ROW_FAIL_CHECK_EXTENT","features":[33]},{"name":"WHEA_ROW_FAIL_CHECK_THRESHOLD","features":[33]},{"name":"WHEA_UNCORRECTABLE_ERROR","features":[33]},{"name":"WHEA_XPF_CMC_DESCRIPTOR","features":[3,33]},{"name":"WHEA_XPF_MCE_DESCRIPTOR","features":[3,33]},{"name":"WHEA_XPF_MC_BANK_DESCRIPTOR","features":[3,33]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_AMD64MCA","features":[33]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_IA32MCA","features":[33]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_Intel64MCA","features":[33]},{"name":"WHEA_XPF_NMI_DESCRIPTOR","features":[3,33]},{"name":"WIN32K_ATOMIC_CHECK_FAILURE","features":[33]},{"name":"WIN32K_CALLOUT_WATCHDOG_BUGCHECK","features":[33]},{"name":"WIN32K_CALLOUT_WATCHDOG_LIVEDUMP","features":[33]},{"name":"WIN32K_CRITICAL_FAILURE","features":[33]},{"name":"WIN32K_CRITICAL_FAILURE_LIVEDUMP","features":[33]},{"name":"WIN32K_HANDLE_MANAGER","features":[33]},{"name":"WIN32K_INIT_OR_RIT_FAILURE","features":[33]},{"name":"WIN32K_POWER_WATCHDOG_TIMEOUT","features":[33]},{"name":"WIN32K_SECURITY_FAILURE","features":[33]},{"name":"WINDOWS_NT_BANNER","features":[33]},{"name":"WINDOWS_NT_CSD_STRING","features":[33]},{"name":"WINDOWS_NT_INFO_STRING","features":[33]},{"name":"WINDOWS_NT_INFO_STRING_PLURAL","features":[33]},{"name":"WINDOWS_NT_MP_STRING","features":[33]},{"name":"WINDOWS_NT_RC_STRING","features":[33]},{"name":"WINLOGON_FATAL_ERROR","features":[33]},{"name":"WINSOCK_DETECTED_HUNG_CLOSESOCKET_LIVEDUMP","features":[33]},{"name":"WORKER_INVALID","features":[33]},{"name":"WORKER_THREAD_INVALID_STATE","features":[33]},{"name":"WORKER_THREAD_RETURNED_AT_BAD_IRQL","features":[33]},{"name":"WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO","features":[33]},{"name":"WORKER_THREAD_RETURNED_WITH_BAD_IO_PRIORITY","features":[33]},{"name":"WORKER_THREAD_RETURNED_WITH_BAD_PAGING_IO_PRIORITY","features":[33]},{"name":"WORKER_THREAD_RETURNED_WITH_NON_DEFAULT_WORKLOAD_CLASS","features":[33]},{"name":"WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE","features":[33]},{"name":"WORKER_THREAD_TEST_CONDITION","features":[33]},{"name":"WOW64_CONTEXT","features":[33]},{"name":"WOW64_CONTEXT_ALL","features":[33]},{"name":"WOW64_CONTEXT_CONTROL","features":[33]},{"name":"WOW64_CONTEXT_DEBUG_REGISTERS","features":[33]},{"name":"WOW64_CONTEXT_EXCEPTION_ACTIVE","features":[33]},{"name":"WOW64_CONTEXT_EXCEPTION_REPORTING","features":[33]},{"name":"WOW64_CONTEXT_EXCEPTION_REQUEST","features":[33]},{"name":"WOW64_CONTEXT_EXTENDED_REGISTERS","features":[33]},{"name":"WOW64_CONTEXT_FLAGS","features":[33]},{"name":"WOW64_CONTEXT_FLOATING_POINT","features":[33]},{"name":"WOW64_CONTEXT_FULL","features":[33]},{"name":"WOW64_CONTEXT_INTEGER","features":[33]},{"name":"WOW64_CONTEXT_SEGMENTS","features":[33]},{"name":"WOW64_CONTEXT_SERVICE_ACTIVE","features":[33]},{"name":"WOW64_CONTEXT_X86","features":[33]},{"name":"WOW64_CONTEXT_XSTATE","features":[33]},{"name":"WOW64_DESCRIPTOR_TABLE_ENTRY","features":[33]},{"name":"WOW64_FLOATING_SAVE_AREA","features":[33]},{"name":"WOW64_LDT_ENTRY","features":[33]},{"name":"WOW64_MAXIMUM_SUPPORTED_EXTENSION","features":[33]},{"name":"WOW64_SIZE_OF_80387_REGISTERS","features":[33]},{"name":"WVR_LIVEDUMP_APP_IO_TIMEOUT","features":[33]},{"name":"WVR_LIVEDUMP_CRITICAL_ERROR","features":[33]},{"name":"WVR_LIVEDUMP_MANUALLY_INITIATED","features":[33]},{"name":"WVR_LIVEDUMP_RECOVERY_IOCONTEXT_TIMEOUT","features":[33]},{"name":"WVR_LIVEDUMP_REPLICATION_IOCONTEXT_TIMEOUT","features":[33]},{"name":"WVR_LIVEDUMP_STATE_FAILURE","features":[33]},{"name":"WVR_LIVEDUMP_STATE_TRANSITION_TIMEOUT","features":[33]},{"name":"WaitForDebugEvent","features":[3,33,39]},{"name":"WaitForDebugEventEx","features":[3,33,39]},{"name":"WctAlpcType","features":[33]},{"name":"WctComActivationType","features":[33]},{"name":"WctComType","features":[33]},{"name":"WctCriticalSectionType","features":[33]},{"name":"WctMaxType","features":[33]},{"name":"WctMutexType","features":[33]},{"name":"WctProcessWaitType","features":[33]},{"name":"WctSendMessageType","features":[33]},{"name":"WctSmbIoType","features":[33]},{"name":"WctSocketIoType","features":[33]},{"name":"WctStatusAbandoned","features":[33]},{"name":"WctStatusBlocked","features":[33]},{"name":"WctStatusError","features":[33]},{"name":"WctStatusMax","features":[33]},{"name":"WctStatusNoAccess","features":[33]},{"name":"WctStatusNotOwned","features":[33]},{"name":"WctStatusOwned","features":[33]},{"name":"WctStatusPidOnly","features":[33]},{"name":"WctStatusPidOnlyRpcss","features":[33]},{"name":"WctStatusRunning","features":[33]},{"name":"WctStatusUnknown","features":[33]},{"name":"WctThreadType","features":[33]},{"name":"WctThreadWaitType","features":[33]},{"name":"WctUnknownType","features":[33]},{"name":"WheaErrSrcStateRemovePending","features":[33]},{"name":"WheaErrSrcStateRemoved","features":[33]},{"name":"WheaErrSrcStateStarted","features":[33]},{"name":"WheaErrSrcStateStopped","features":[33]},{"name":"WheaErrSrcTypeBMC","features":[33]},{"name":"WheaErrSrcTypeBOOT","features":[33]},{"name":"WheaErrSrcTypeCMC","features":[33]},{"name":"WheaErrSrcTypeCPE","features":[33]},{"name":"WheaErrSrcTypeDeviceDriver","features":[33]},{"name":"WheaErrSrcTypeGeneric","features":[33]},{"name":"WheaErrSrcTypeGenericV2","features":[33]},{"name":"WheaErrSrcTypeINIT","features":[33]},{"name":"WheaErrSrcTypeIPFCMC","features":[33]},{"name":"WheaErrSrcTypeIPFCPE","features":[33]},{"name":"WheaErrSrcTypeIPFMCA","features":[33]},{"name":"WheaErrSrcTypeMCE","features":[33]},{"name":"WheaErrSrcTypeMax","features":[33]},{"name":"WheaErrSrcTypeNMI","features":[33]},{"name":"WheaErrSrcTypePCIe","features":[33]},{"name":"WheaErrSrcTypePMEM","features":[33]},{"name":"WheaErrSrcTypeSCIGeneric","features":[33]},{"name":"WheaErrSrcTypeSCIGenericV2","features":[33]},{"name":"WheaErrSrcTypeSea","features":[33]},{"name":"WheaErrSrcTypeSei","features":[33]},{"name":"Wow64GetThreadContext","features":[3,33]},{"name":"Wow64GetThreadSelectorEntry","features":[3,33]},{"name":"Wow64SetThreadContext","features":[3,33]},{"name":"WriteKernelMinidumpCallback","features":[33]},{"name":"WriteProcessMemory","features":[3,33]},{"name":"XBOX_360_SYSTEM_CRASH","features":[33]},{"name":"XBOX_360_SYSTEM_CRASH_RESERVED","features":[33]},{"name":"XBOX_CORRUPTED_IMAGE","features":[33]},{"name":"XBOX_CORRUPTED_IMAGE_BASE","features":[33]},{"name":"XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW","features":[33]},{"name":"XBOX_MANUALLY_INITIATED_CRASH","features":[33]},{"name":"XBOX_SECURITY_FAILUE","features":[33]},{"name":"XBOX_SHUTDOWN_WATCHDOG_TIMEOUT","features":[33]},{"name":"XBOX_VMCTRL_CS_TIMEOUT","features":[33]},{"name":"XBOX_XDS_WATCHDOG_TIMEOUT","features":[33]},{"name":"XNS_INTERNAL_ERROR","features":[33]},{"name":"XPF_MCE_FLAGS","features":[33]},{"name":"XPF_MC_BANK_FLAGS","features":[33]},{"name":"XSAVE_AREA","features":[33]},{"name":"XSAVE_AREA_HEADER","features":[33]},{"name":"XSAVE_FORMAT","features":[33]},{"name":"XSAVE_FORMAT","features":[33]},{"name":"XSTATE_CONFIGURATION","features":[33]},{"name":"XSTATE_CONFIG_FEATURE_MSC_INFO","features":[33]},{"name":"XSTATE_CONTEXT","features":[33]},{"name":"XSTATE_CONTEXT","features":[33]},{"name":"XSTATE_FEATURE","features":[33]},{"name":"ceStreamBucketParameters","features":[33]},{"name":"ceStreamDiagnosisList","features":[33]},{"name":"ceStreamException","features":[33]},{"name":"ceStreamMemoryPhysicalList","features":[33]},{"name":"ceStreamMemoryVirtualList","features":[33]},{"name":"ceStreamModuleList","features":[33]},{"name":"ceStreamNull","features":[33]},{"name":"ceStreamProcessList","features":[33]},{"name":"ceStreamProcessModuleMap","features":[33]},{"name":"ceStreamSystemInfo","features":[33]},{"name":"ceStreamThreadCallStackList","features":[33]},{"name":"ceStreamThreadContextList","features":[33]},{"name":"ceStreamThreadList","features":[33]},{"name":"hdBase","features":[33]},{"name":"hdMax","features":[33]},{"name":"hdSrc","features":[33]},{"name":"hdSym","features":[33]},{"name":"sevAttn","features":[33]},{"name":"sevFatal","features":[33]},{"name":"sevInfo","features":[33]},{"name":"sevMax","features":[33]},{"name":"sevProblem","features":[33]},{"name":"sfDbg","features":[33]},{"name":"sfImage","features":[33]},{"name":"sfMax","features":[33]},{"name":"sfMpd","features":[33]},{"name":"sfPdb","features":[33]}],"557":[{"name":"ADDRESS_TYPE_INDEX_NOT_FOUND","features":[167]},{"name":"Ambiguous","features":[167]},{"name":"ArrayDimension","features":[167]},{"name":"BUSDATA","features":[167]},{"name":"CANNOT_ALLOCATE_MEMORY","features":[167]},{"name":"CKCL_DATA","features":[167]},{"name":"CKCL_LISTHEAD","features":[3,167]},{"name":"CLSID_DebugFailureAnalysisBasic","features":[167]},{"name":"CLSID_DebugFailureAnalysisKernel","features":[167]},{"name":"CLSID_DebugFailureAnalysisTarget","features":[167]},{"name":"CLSID_DebugFailureAnalysisUser","features":[167]},{"name":"CLSID_DebugFailureAnalysisWinCE","features":[167]},{"name":"CLSID_DebugFailureAnalysisXBox360","features":[167]},{"name":"CPU_INFO","features":[167]},{"name":"CPU_INFO_v1","features":[167]},{"name":"CPU_INFO_v2","features":[167]},{"name":"CROSS_PLATFORM_MAXIMUM_PROCESSORS","features":[167]},{"name":"CURRENT_KD_SECONDARY_VERSION","features":[167]},{"name":"CallingConventionCDecl","features":[167]},{"name":"CallingConventionFastCall","features":[167]},{"name":"CallingConventionKind","features":[167]},{"name":"CallingConventionStdCall","features":[167]},{"name":"CallingConventionSysCall","features":[167]},{"name":"CallingConventionThisCall","features":[167]},{"name":"CallingConventionUnknown","features":[167]},{"name":"CreateDataModelManager","features":[167]},{"name":"DBGKD_DEBUG_DATA_HEADER32","features":[167,9]},{"name":"DBGKD_DEBUG_DATA_HEADER64","features":[167,9]},{"name":"DBGKD_GET_VERSION32","features":[167]},{"name":"DBGKD_GET_VERSION64","features":[167]},{"name":"DBGKD_MAJOR_BIG","features":[167]},{"name":"DBGKD_MAJOR_CE","features":[167]},{"name":"DBGKD_MAJOR_COUNT","features":[167]},{"name":"DBGKD_MAJOR_EFI","features":[167]},{"name":"DBGKD_MAJOR_EXDI","features":[167]},{"name":"DBGKD_MAJOR_HYPERVISOR","features":[167]},{"name":"DBGKD_MAJOR_MIDORI","features":[167]},{"name":"DBGKD_MAJOR_NT","features":[167]},{"name":"DBGKD_MAJOR_NTBD","features":[167]},{"name":"DBGKD_MAJOR_SINGULARITY","features":[167]},{"name":"DBGKD_MAJOR_TNT","features":[167]},{"name":"DBGKD_MAJOR_TYPES","features":[167]},{"name":"DBGKD_MAJOR_XBOX","features":[167]},{"name":"DBGKD_SIMULATION_EXDI","features":[167]},{"name":"DBGKD_SIMULATION_NONE","features":[167]},{"name":"DBGKD_VERS_FLAG_DATA","features":[167]},{"name":"DBGKD_VERS_FLAG_HAL_IN_NTOS","features":[167]},{"name":"DBGKD_VERS_FLAG_HSS","features":[167]},{"name":"DBGKD_VERS_FLAG_MP","features":[167]},{"name":"DBGKD_VERS_FLAG_NOMM","features":[167]},{"name":"DBGKD_VERS_FLAG_PARTITIONS","features":[167]},{"name":"DBGKD_VERS_FLAG_PTR64","features":[167]},{"name":"DBG_DUMP_ADDRESS_AT_END","features":[167]},{"name":"DBG_DUMP_ADDRESS_OF_FIELD","features":[167]},{"name":"DBG_DUMP_ARRAY","features":[167]},{"name":"DBG_DUMP_BLOCK_RECURSE","features":[167]},{"name":"DBG_DUMP_CALL_FOR_EACH","features":[167]},{"name":"DBG_DUMP_COMPACT_OUT","features":[167]},{"name":"DBG_DUMP_COPY_TYPE_DATA","features":[167]},{"name":"DBG_DUMP_FIELD_ARRAY","features":[167]},{"name":"DBG_DUMP_FIELD_CALL_BEFORE_PRINT","features":[167]},{"name":"DBG_DUMP_FIELD_COPY_FIELD_DATA","features":[167]},{"name":"DBG_DUMP_FIELD_DEFAULT_STRING","features":[167]},{"name":"DBG_DUMP_FIELD_FULL_NAME","features":[167]},{"name":"DBG_DUMP_FIELD_GUID_STRING","features":[167]},{"name":"DBG_DUMP_FIELD_MULTI_STRING","features":[167]},{"name":"DBG_DUMP_FIELD_NO_CALLBACK_REQ","features":[167]},{"name":"DBG_DUMP_FIELD_NO_PRINT","features":[167]},{"name":"DBG_DUMP_FIELD_RECUR_ON_THIS","features":[167]},{"name":"DBG_DUMP_FIELD_RETURN_ADDRESS","features":[167]},{"name":"DBG_DUMP_FIELD_SIZE_IN_BITS","features":[167]},{"name":"DBG_DUMP_FIELD_UTF32_STRING","features":[167]},{"name":"DBG_DUMP_FIELD_WCHAR_STRING","features":[167]},{"name":"DBG_DUMP_FUNCTION_FORMAT","features":[167]},{"name":"DBG_DUMP_GET_SIZE_ONLY","features":[167]},{"name":"DBG_DUMP_LIST","features":[167]},{"name":"DBG_DUMP_MATCH_SIZE","features":[167]},{"name":"DBG_DUMP_NO_INDENT","features":[167]},{"name":"DBG_DUMP_NO_OFFSET","features":[167]},{"name":"DBG_DUMP_NO_PRINT","features":[167]},{"name":"DBG_DUMP_READ_PHYSICAL","features":[167]},{"name":"DBG_DUMP_VERBOSE","features":[167]},{"name":"DBG_FRAME_DEFAULT","features":[167]},{"name":"DBG_FRAME_IGNORE_INLINE","features":[167]},{"name":"DBG_RETURN_SUBTYPES","features":[167]},{"name":"DBG_RETURN_TYPE","features":[167]},{"name":"DBG_RETURN_TYPE_VALUES","features":[167]},{"name":"DBG_THREAD_ATTRIBUTES","features":[167]},{"name":"DEBUG_ADDSYNTHMOD_DEFAULT","features":[167]},{"name":"DEBUG_ADDSYNTHMOD_ZEROBASE","features":[167]},{"name":"DEBUG_ADDSYNTHSYM_DEFAULT","features":[167]},{"name":"DEBUG_ANALYSIS_PROCESSOR_INFO","features":[167]},{"name":"DEBUG_ANY_ID","features":[167]},{"name":"DEBUG_ASMOPT_DEFAULT","features":[167]},{"name":"DEBUG_ASMOPT_IGNORE_OUTPUT_WIDTH","features":[167]},{"name":"DEBUG_ASMOPT_NO_CODE_BYTES","features":[167]},{"name":"DEBUG_ASMOPT_SOURCE_LINE_NUMBER","features":[167]},{"name":"DEBUG_ASMOPT_VERBOSE","features":[167]},{"name":"DEBUG_ATTACH_DEFAULT","features":[167]},{"name":"DEBUG_ATTACH_EXDI_DRIVER","features":[167]},{"name":"DEBUG_ATTACH_EXISTING","features":[167]},{"name":"DEBUG_ATTACH_INSTALL_DRIVER","features":[167]},{"name":"DEBUG_ATTACH_INVASIVE_NO_INITIAL_BREAK","features":[167]},{"name":"DEBUG_ATTACH_INVASIVE_RESUME_PROCESS","features":[167]},{"name":"DEBUG_ATTACH_KERNEL_CONNECTION","features":[167]},{"name":"DEBUG_ATTACH_LOCAL_KERNEL","features":[167]},{"name":"DEBUG_ATTACH_NONINVASIVE","features":[167]},{"name":"DEBUG_ATTACH_NONINVASIVE_ALLOW_PARTIAL","features":[167]},{"name":"DEBUG_ATTACH_NONINVASIVE_NO_SUSPEND","features":[167]},{"name":"DEBUG_BREAKPOINT_ADDER_ONLY","features":[167]},{"name":"DEBUG_BREAKPOINT_CODE","features":[167]},{"name":"DEBUG_BREAKPOINT_DATA","features":[167]},{"name":"DEBUG_BREAKPOINT_DEFERRED","features":[167]},{"name":"DEBUG_BREAKPOINT_ENABLED","features":[167]},{"name":"DEBUG_BREAKPOINT_GO_ONLY","features":[167]},{"name":"DEBUG_BREAKPOINT_INLINE","features":[167]},{"name":"DEBUG_BREAKPOINT_ONE_SHOT","features":[167]},{"name":"DEBUG_BREAKPOINT_PARAMETERS","features":[167]},{"name":"DEBUG_BREAKPOINT_TIME","features":[167]},{"name":"DEBUG_BREAK_EXECUTE","features":[167]},{"name":"DEBUG_BREAK_IO","features":[167]},{"name":"DEBUG_BREAK_READ","features":[167]},{"name":"DEBUG_BREAK_WRITE","features":[167]},{"name":"DEBUG_CACHED_SYMBOL_INFO","features":[167]},{"name":"DEBUG_CDS_ALL","features":[167]},{"name":"DEBUG_CDS_DATA","features":[167]},{"name":"DEBUG_CDS_REFRESH","features":[167]},{"name":"DEBUG_CDS_REFRESH_ADDBREAKPOINT","features":[167]},{"name":"DEBUG_CDS_REFRESH_EVALUATE","features":[167]},{"name":"DEBUG_CDS_REFRESH_EXECUTE","features":[167]},{"name":"DEBUG_CDS_REFRESH_EXECUTECOMMANDFILE","features":[167]},{"name":"DEBUG_CDS_REFRESH_INLINESTEP","features":[167]},{"name":"DEBUG_CDS_REFRESH_INLINESTEP_PSEUDO","features":[167]},{"name":"DEBUG_CDS_REFRESH_REMOVEBREAKPOINT","features":[167]},{"name":"DEBUG_CDS_REFRESH_SETSCOPE","features":[167]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFRAMEBYINDEX","features":[167]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFROMJITDEBUGINFO","features":[167]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFROMSTOREDEVENT","features":[167]},{"name":"DEBUG_CDS_REFRESH_SETVALUE","features":[167]},{"name":"DEBUG_CDS_REFRESH_SETVALUE2","features":[167]},{"name":"DEBUG_CDS_REFRESH_WRITEPHYSICAL","features":[167]},{"name":"DEBUG_CDS_REFRESH_WRITEPHYSICAL2","features":[167]},{"name":"DEBUG_CDS_REFRESH_WRITEVIRTUAL","features":[167]},{"name":"DEBUG_CDS_REFRESH_WRITEVIRTUALUNCACHED","features":[167]},{"name":"DEBUG_CDS_REGISTERS","features":[167]},{"name":"DEBUG_CES_ALL","features":[167]},{"name":"DEBUG_CES_ASSEMBLY_OPTIONS","features":[167]},{"name":"DEBUG_CES_BREAKPOINTS","features":[167]},{"name":"DEBUG_CES_CODE_LEVEL","features":[167]},{"name":"DEBUG_CES_CURRENT_THREAD","features":[167]},{"name":"DEBUG_CES_EFFECTIVE_PROCESSOR","features":[167]},{"name":"DEBUG_CES_ENGINE_OPTIONS","features":[167]},{"name":"DEBUG_CES_EVENT_FILTERS","features":[167]},{"name":"DEBUG_CES_EXECUTION_STATUS","features":[167]},{"name":"DEBUG_CES_EXPRESSION_SYNTAX","features":[167]},{"name":"DEBUG_CES_EXTENSIONS","features":[167]},{"name":"DEBUG_CES_LOG_FILE","features":[167]},{"name":"DEBUG_CES_PROCESS_OPTIONS","features":[167]},{"name":"DEBUG_CES_RADIX","features":[167]},{"name":"DEBUG_CES_SYSTEMS","features":[167]},{"name":"DEBUG_CES_TEXT_REPLACEMENTS","features":[167]},{"name":"DEBUG_CLASS_IMAGE_FILE","features":[167]},{"name":"DEBUG_CLASS_KERNEL","features":[167]},{"name":"DEBUG_CLASS_UNINITIALIZED","features":[167]},{"name":"DEBUG_CLASS_USER_WINDOWS","features":[167]},{"name":"DEBUG_CLIENT_CDB","features":[167]},{"name":"DEBUG_CLIENT_CONTEXT","features":[167]},{"name":"DEBUG_CLIENT_KD","features":[167]},{"name":"DEBUG_CLIENT_NTKD","features":[167]},{"name":"DEBUG_CLIENT_NTSD","features":[167]},{"name":"DEBUG_CLIENT_UNKNOWN","features":[167]},{"name":"DEBUG_CLIENT_VSINT","features":[167]},{"name":"DEBUG_CLIENT_WINDBG","features":[167]},{"name":"DEBUG_CLIENT_WINIDE","features":[167]},{"name":"DEBUG_CMDEX_ADD_EVENT_STRING","features":[167]},{"name":"DEBUG_CMDEX_INVALID","features":[167]},{"name":"DEBUG_CMDEX_RESET_EVENT_STRINGS","features":[167]},{"name":"DEBUG_COMMAND_EXCEPTION_ID","features":[167]},{"name":"DEBUG_CONNECT_SESSION_DEFAULT","features":[167]},{"name":"DEBUG_CONNECT_SESSION_NO_ANNOUNCE","features":[167]},{"name":"DEBUG_CONNECT_SESSION_NO_VERSION","features":[167]},{"name":"DEBUG_CPU_MICROCODE_VERSION","features":[167]},{"name":"DEBUG_CPU_SPEED_INFO","features":[167]},{"name":"DEBUG_CREATE_PROCESS_OPTIONS","features":[167]},{"name":"DEBUG_CSS_ALL","features":[167]},{"name":"DEBUG_CSS_COLLAPSE_CHILDREN","features":[167]},{"name":"DEBUG_CSS_LOADS","features":[167]},{"name":"DEBUG_CSS_PATHS","features":[167]},{"name":"DEBUG_CSS_SCOPE","features":[167]},{"name":"DEBUG_CSS_SYMBOL_OPTIONS","features":[167]},{"name":"DEBUG_CSS_TYPE_OPTIONS","features":[167]},{"name":"DEBUG_CSS_UNLOADS","features":[167]},{"name":"DEBUG_CURRENT_DEFAULT","features":[167]},{"name":"DEBUG_CURRENT_DISASM","features":[167]},{"name":"DEBUG_CURRENT_REGISTERS","features":[167]},{"name":"DEBUG_CURRENT_SOURCE_LINE","features":[167]},{"name":"DEBUG_CURRENT_SYMBOL","features":[167]},{"name":"DEBUG_DATA_BASE_TRANSLATION_VIRTUAL_OFFSET","features":[167]},{"name":"DEBUG_DATA_BreakpointWithStatusAddr","features":[167]},{"name":"DEBUG_DATA_CmNtCSDVersionAddr","features":[167]},{"name":"DEBUG_DATA_DumpAttributes","features":[167]},{"name":"DEBUG_DATA_DumpFormatVersion","features":[167]},{"name":"DEBUG_DATA_DumpMmStorage","features":[167]},{"name":"DEBUG_DATA_DumpPowerState","features":[167]},{"name":"DEBUG_DATA_DumpWriterStatus","features":[167]},{"name":"DEBUG_DATA_DumpWriterVersion","features":[167]},{"name":"DEBUG_DATA_EtwpDebuggerData","features":[167]},{"name":"DEBUG_DATA_ExpNumberOfPagedPoolsAddr","features":[167]},{"name":"DEBUG_DATA_ExpPagedPoolDescriptorAddr","features":[167]},{"name":"DEBUG_DATA_ExpSystemResourcesListAddr","features":[167]},{"name":"DEBUG_DATA_IopErrorLogListHeadAddr","features":[167]},{"name":"DEBUG_DATA_KPCR_OFFSET","features":[167]},{"name":"DEBUG_DATA_KPRCB_OFFSET","features":[167]},{"name":"DEBUG_DATA_KTHREAD_OFFSET","features":[167]},{"name":"DEBUG_DATA_KdPrintBufferSizeAddr","features":[167]},{"name":"DEBUG_DATA_KdPrintCircularBufferAddr","features":[167]},{"name":"DEBUG_DATA_KdPrintCircularBufferEndAddr","features":[167]},{"name":"DEBUG_DATA_KdPrintCircularBufferPtrAddr","features":[167]},{"name":"DEBUG_DATA_KdPrintRolloverCountAddr","features":[167]},{"name":"DEBUG_DATA_KdPrintWritePointerAddr","features":[167]},{"name":"DEBUG_DATA_KeBugCheckCallbackListHeadAddr","features":[167]},{"name":"DEBUG_DATA_KeTimeIncrementAddr","features":[167]},{"name":"DEBUG_DATA_KeUserCallbackDispatcherAddr","features":[167]},{"name":"DEBUG_DATA_KernBase","features":[167]},{"name":"DEBUG_DATA_KernelVerifierAddr","features":[167]},{"name":"DEBUG_DATA_KiBugcheckDataAddr","features":[167]},{"name":"DEBUG_DATA_KiCallUserModeAddr","features":[167]},{"name":"DEBUG_DATA_KiNormalSystemCall","features":[167]},{"name":"DEBUG_DATA_KiProcessorBlockAddr","features":[167]},{"name":"DEBUG_DATA_MmAllocatedNonPagedPoolAddr","features":[167]},{"name":"DEBUG_DATA_MmAvailablePagesAddr","features":[167]},{"name":"DEBUG_DATA_MmBadPagesDetected","features":[167]},{"name":"DEBUG_DATA_MmDriverCommitAddr","features":[167]},{"name":"DEBUG_DATA_MmExtendedCommitAddr","features":[167]},{"name":"DEBUG_DATA_MmFreePageListHeadAddr","features":[167]},{"name":"DEBUG_DATA_MmHighestPhysicalPageAddr","features":[167]},{"name":"DEBUG_DATA_MmHighestUserAddressAddr","features":[167]},{"name":"DEBUG_DATA_MmLastUnloadedDriverAddr","features":[167]},{"name":"DEBUG_DATA_MmLoadedUserImageListAddr","features":[167]},{"name":"DEBUG_DATA_MmLowestPhysicalPageAddr","features":[167]},{"name":"DEBUG_DATA_MmMaximumNonPagedPoolInBytesAddr","features":[167]},{"name":"DEBUG_DATA_MmModifiedNoWritePageListHeadAddr","features":[167]},{"name":"DEBUG_DATA_MmModifiedPageListHeadAddr","features":[167]},{"name":"DEBUG_DATA_MmNonPagedPoolEndAddr","features":[167]},{"name":"DEBUG_DATA_MmNonPagedPoolStartAddr","features":[167]},{"name":"DEBUG_DATA_MmNonPagedSystemStartAddr","features":[167]},{"name":"DEBUG_DATA_MmNumberOfPagingFilesAddr","features":[167]},{"name":"DEBUG_DATA_MmNumberOfPhysicalPagesAddr","features":[167]},{"name":"DEBUG_DATA_MmPageSize","features":[167]},{"name":"DEBUG_DATA_MmPagedPoolCommitAddr","features":[167]},{"name":"DEBUG_DATA_MmPagedPoolEndAddr","features":[167]},{"name":"DEBUG_DATA_MmPagedPoolInformationAddr","features":[167]},{"name":"DEBUG_DATA_MmPagedPoolStartAddr","features":[167]},{"name":"DEBUG_DATA_MmPeakCommitmentAddr","features":[167]},{"name":"DEBUG_DATA_MmPfnDatabaseAddr","features":[167]},{"name":"DEBUG_DATA_MmPhysicalMemoryBlockAddr","features":[167]},{"name":"DEBUG_DATA_MmProcessCommitAddr","features":[167]},{"name":"DEBUG_DATA_MmResidentAvailablePagesAddr","features":[167]},{"name":"DEBUG_DATA_MmSessionBase","features":[167]},{"name":"DEBUG_DATA_MmSessionSize","features":[167]},{"name":"DEBUG_DATA_MmSharedCommitAddr","features":[167]},{"name":"DEBUG_DATA_MmSizeOfPagedPoolInBytesAddr","features":[167]},{"name":"DEBUG_DATA_MmSpecialPoolTagAddr","features":[167]},{"name":"DEBUG_DATA_MmStandbyPageListHeadAddr","features":[167]},{"name":"DEBUG_DATA_MmSubsectionBaseAddr","features":[167]},{"name":"DEBUG_DATA_MmSystemCacheEndAddr","features":[167]},{"name":"DEBUG_DATA_MmSystemCacheStartAddr","features":[167]},{"name":"DEBUG_DATA_MmSystemCacheWsAddr","features":[167]},{"name":"DEBUG_DATA_MmSystemParentTablePage","features":[167]},{"name":"DEBUG_DATA_MmSystemPtesEndAddr","features":[167]},{"name":"DEBUG_DATA_MmSystemPtesStartAddr","features":[167]},{"name":"DEBUG_DATA_MmSystemRangeStartAddr","features":[167]},{"name":"DEBUG_DATA_MmTotalCommitLimitAddr","features":[167]},{"name":"DEBUG_DATA_MmTotalCommitLimitMaximumAddr","features":[167]},{"name":"DEBUG_DATA_MmTotalCommittedPagesAddr","features":[167]},{"name":"DEBUG_DATA_MmTriageActionTakenAddr","features":[167]},{"name":"DEBUG_DATA_MmUnloadedDriversAddr","features":[167]},{"name":"DEBUG_DATA_MmUserProbeAddressAddr","features":[167]},{"name":"DEBUG_DATA_MmVerifierDataAddr","features":[167]},{"name":"DEBUG_DATA_MmVirtualTranslationBase","features":[167]},{"name":"DEBUG_DATA_MmZeroedPageListHeadAddr","features":[167]},{"name":"DEBUG_DATA_NonPagedPoolDescriptorAddr","features":[167]},{"name":"DEBUG_DATA_NtBuildLabAddr","features":[167]},{"name":"DEBUG_DATA_ObpRootDirectoryObjectAddr","features":[167]},{"name":"DEBUG_DATA_ObpTypeObjectTypeAddr","features":[167]},{"name":"DEBUG_DATA_OffsetEprocessDirectoryTableBase","features":[167]},{"name":"DEBUG_DATA_OffsetEprocessParentCID","features":[167]},{"name":"DEBUG_DATA_OffsetEprocessPeb","features":[167]},{"name":"DEBUG_DATA_OffsetKThreadApcProcess","features":[167]},{"name":"DEBUG_DATA_OffsetKThreadBStore","features":[167]},{"name":"DEBUG_DATA_OffsetKThreadBStoreLimit","features":[167]},{"name":"DEBUG_DATA_OffsetKThreadInitialStack","features":[167]},{"name":"DEBUG_DATA_OffsetKThreadKernelStack","features":[167]},{"name":"DEBUG_DATA_OffsetKThreadNextProcessor","features":[167]},{"name":"DEBUG_DATA_OffsetKThreadState","features":[167]},{"name":"DEBUG_DATA_OffsetKThreadTeb","features":[167]},{"name":"DEBUG_DATA_OffsetPrcbCpuType","features":[167]},{"name":"DEBUG_DATA_OffsetPrcbCurrentThread","features":[167]},{"name":"DEBUG_DATA_OffsetPrcbDpcRoutine","features":[167]},{"name":"DEBUG_DATA_OffsetPrcbMhz","features":[167]},{"name":"DEBUG_DATA_OffsetPrcbNumber","features":[167]},{"name":"DEBUG_DATA_OffsetPrcbProcessorState","features":[167]},{"name":"DEBUG_DATA_OffsetPrcbVendorString","features":[167]},{"name":"DEBUG_DATA_PROCESSOR_IDENTIFICATION","features":[167]},{"name":"DEBUG_DATA_PROCESSOR_SPEED","features":[167]},{"name":"DEBUG_DATA_PaeEnabled","features":[167]},{"name":"DEBUG_DATA_PagingLevels","features":[167]},{"name":"DEBUG_DATA_PoolTrackTableAddr","features":[167]},{"name":"DEBUG_DATA_ProductType","features":[167]},{"name":"DEBUG_DATA_PsActiveProcessHeadAddr","features":[167]},{"name":"DEBUG_DATA_PsLoadedModuleListAddr","features":[167]},{"name":"DEBUG_DATA_PspCidTableAddr","features":[167]},{"name":"DEBUG_DATA_PteBase","features":[167]},{"name":"DEBUG_DATA_SPACE_BUS_DATA","features":[167]},{"name":"DEBUG_DATA_SPACE_CONTROL","features":[167]},{"name":"DEBUG_DATA_SPACE_COUNT","features":[167]},{"name":"DEBUG_DATA_SPACE_DEBUGGER_DATA","features":[167]},{"name":"DEBUG_DATA_SPACE_IO","features":[167]},{"name":"DEBUG_DATA_SPACE_MSR","features":[167]},{"name":"DEBUG_DATA_SPACE_PHYSICAL","features":[167]},{"name":"DEBUG_DATA_SPACE_VIRTUAL","features":[167]},{"name":"DEBUG_DATA_SavedContextAddr","features":[167]},{"name":"DEBUG_DATA_SharedUserData","features":[167]},{"name":"DEBUG_DATA_SizeEProcess","features":[167]},{"name":"DEBUG_DATA_SizeEThread","features":[167]},{"name":"DEBUG_DATA_SizePrcb","features":[167]},{"name":"DEBUG_DATA_SuiteMask","features":[167]},{"name":"DEBUG_DECODE_ERROR","features":[3,167]},{"name":"DEBUG_DEVICE_OBJECT_INFO","features":[3,167]},{"name":"DEBUG_DISASM_EFFECTIVE_ADDRESS","features":[167]},{"name":"DEBUG_DISASM_MATCHING_SYMBOLS","features":[167]},{"name":"DEBUG_DISASM_SOURCE_FILE_NAME","features":[167]},{"name":"DEBUG_DISASM_SOURCE_LINE_NUMBER","features":[167]},{"name":"DEBUG_DRIVER_OBJECT_INFO","features":[167]},{"name":"DEBUG_DUMP_ACTIVE","features":[167]},{"name":"DEBUG_DUMP_DEFAULT","features":[167]},{"name":"DEBUG_DUMP_FILE_BASE","features":[167]},{"name":"DEBUG_DUMP_FILE_LOAD_FAILED_INDEX","features":[167]},{"name":"DEBUG_DUMP_FILE_ORIGINAL_CAB_INDEX","features":[167]},{"name":"DEBUG_DUMP_FILE_PAGE_FILE_DUMP","features":[167]},{"name":"DEBUG_DUMP_FULL","features":[167]},{"name":"DEBUG_DUMP_IMAGE_FILE","features":[167]},{"name":"DEBUG_DUMP_SMALL","features":[167]},{"name":"DEBUG_DUMP_TRACE_LOG","features":[167]},{"name":"DEBUG_DUMP_WINDOWS_CE","features":[167]},{"name":"DEBUG_ECREATE_PROCESS_DEFAULT","features":[167]},{"name":"DEBUG_ECREATE_PROCESS_INHERIT_HANDLES","features":[167]},{"name":"DEBUG_ECREATE_PROCESS_USE_IMPLICIT_COMMAND_LINE","features":[167]},{"name":"DEBUG_ECREATE_PROCESS_USE_VERIFIER_FLAGS","features":[167]},{"name":"DEBUG_EINDEX_FROM_CURRENT","features":[167]},{"name":"DEBUG_EINDEX_FROM_END","features":[167]},{"name":"DEBUG_EINDEX_FROM_START","features":[167]},{"name":"DEBUG_EINDEX_NAME","features":[167]},{"name":"DEBUG_END_ACTIVE_DETACH","features":[167]},{"name":"DEBUG_END_ACTIVE_TERMINATE","features":[167]},{"name":"DEBUG_END_DISCONNECT","features":[167]},{"name":"DEBUG_END_PASSIVE","features":[167]},{"name":"DEBUG_END_REENTRANT","features":[167]},{"name":"DEBUG_ENGOPT_ALL","features":[167]},{"name":"DEBUG_ENGOPT_ALLOW_NETWORK_PATHS","features":[167]},{"name":"DEBUG_ENGOPT_ALLOW_READ_ONLY_BREAKPOINTS","features":[167]},{"name":"DEBUG_ENGOPT_DEBUGGING_SENSITIVE_DATA","features":[167]},{"name":"DEBUG_ENGOPT_DISABLESQM","features":[167]},{"name":"DEBUG_ENGOPT_DISABLE_EXECUTION_COMMANDS","features":[167]},{"name":"DEBUG_ENGOPT_DISABLE_MANAGED_SUPPORT","features":[167]},{"name":"DEBUG_ENGOPT_DISABLE_MODULE_SYMBOL_LOAD","features":[167]},{"name":"DEBUG_ENGOPT_DISABLE_STEPLINES_OPTIONS","features":[167]},{"name":"DEBUG_ENGOPT_DISALLOW_IMAGE_FILE_MAPPING","features":[167]},{"name":"DEBUG_ENGOPT_DISALLOW_NETWORK_PATHS","features":[167]},{"name":"DEBUG_ENGOPT_DISALLOW_SHELL_COMMANDS","features":[167]},{"name":"DEBUG_ENGOPT_FAIL_INCOMPLETE_INFORMATION","features":[167]},{"name":"DEBUG_ENGOPT_FINAL_BREAK","features":[167]},{"name":"DEBUG_ENGOPT_IGNORE_DBGHELP_VERSION","features":[167]},{"name":"DEBUG_ENGOPT_IGNORE_EXTENSION_VERSIONS","features":[167]},{"name":"DEBUG_ENGOPT_IGNORE_LOADER_EXCEPTIONS","features":[167]},{"name":"DEBUG_ENGOPT_INITIAL_BREAK","features":[167]},{"name":"DEBUG_ENGOPT_INITIAL_MODULE_BREAK","features":[167]},{"name":"DEBUG_ENGOPT_KD_QUIET_MODE","features":[167]},{"name":"DEBUG_ENGOPT_NO_EXECUTE_REPEAT","features":[167]},{"name":"DEBUG_ENGOPT_PREFER_DML","features":[167]},{"name":"DEBUG_ENGOPT_PREFER_TRACE_FILES","features":[167]},{"name":"DEBUG_ENGOPT_RESOLVE_SHADOWED_VARIABLES","features":[167]},{"name":"DEBUG_ENGOPT_SYNCHRONIZE_BREAKPOINTS","features":[167]},{"name":"DEBUG_EVENT_BREAKPOINT","features":[167]},{"name":"DEBUG_EVENT_CHANGE_DEBUGGEE_STATE","features":[167]},{"name":"DEBUG_EVENT_CHANGE_ENGINE_STATE","features":[167]},{"name":"DEBUG_EVENT_CHANGE_SYMBOL_STATE","features":[167]},{"name":"DEBUG_EVENT_CONTEXT","features":[167]},{"name":"DEBUG_EVENT_CREATE_PROCESS","features":[167]},{"name":"DEBUG_EVENT_CREATE_THREAD","features":[167]},{"name":"DEBUG_EVENT_EXCEPTION","features":[167]},{"name":"DEBUG_EVENT_EXIT_PROCESS","features":[167]},{"name":"DEBUG_EVENT_EXIT_THREAD","features":[167]},{"name":"DEBUG_EVENT_LOAD_MODULE","features":[167]},{"name":"DEBUG_EVENT_SERVICE_EXCEPTION","features":[167]},{"name":"DEBUG_EVENT_SESSION_STATUS","features":[167]},{"name":"DEBUG_EVENT_SYSTEM_ERROR","features":[167]},{"name":"DEBUG_EVENT_UNLOAD_MODULE","features":[167]},{"name":"DEBUG_EXCEPTION_FILTER_PARAMETERS","features":[167]},{"name":"DEBUG_EXECUTE_DEFAULT","features":[167]},{"name":"DEBUG_EXECUTE_ECHO","features":[167]},{"name":"DEBUG_EXECUTE_EVENT","features":[167]},{"name":"DEBUG_EXECUTE_EXTENSION","features":[167]},{"name":"DEBUG_EXECUTE_HOTKEY","features":[167]},{"name":"DEBUG_EXECUTE_INTERNAL","features":[167]},{"name":"DEBUG_EXECUTE_MENU","features":[167]},{"name":"DEBUG_EXECUTE_NOT_LOGGED","features":[167]},{"name":"DEBUG_EXECUTE_NO_REPEAT","features":[167]},{"name":"DEBUG_EXECUTE_SCRIPT","features":[167]},{"name":"DEBUG_EXECUTE_TOOLBAR","features":[167]},{"name":"DEBUG_EXECUTE_USER_CLICKED","features":[167]},{"name":"DEBUG_EXECUTE_USER_TYPED","features":[167]},{"name":"DEBUG_EXEC_FLAGS_NONBLOCK","features":[167]},{"name":"DEBUG_EXPR_CPLUSPLUS","features":[167]},{"name":"DEBUG_EXPR_MASM","features":[167]},{"name":"DEBUG_EXTENSION_AT_ENGINE","features":[167]},{"name":"DEBUG_EXTINIT_HAS_COMMAND_HELP","features":[167]},{"name":"DEBUG_EXT_PVALUE_DEFAULT","features":[167]},{"name":"DEBUG_EXT_PVTYPE_IS_POINTER","features":[167]},{"name":"DEBUG_EXT_PVTYPE_IS_VALUE","features":[167]},{"name":"DEBUG_EXT_QVALUE_DEFAULT","features":[167]},{"name":"DEBUG_FAILURE_TYPE","features":[167]},{"name":"DEBUG_FA_ENTRY_ANSI_STRING","features":[167]},{"name":"DEBUG_FA_ENTRY_ANSI_STRINGs","features":[167]},{"name":"DEBUG_FA_ENTRY_ARRAY","features":[167]},{"name":"DEBUG_FA_ENTRY_EXTENSION_CMD","features":[167]},{"name":"DEBUG_FA_ENTRY_INSTRUCTION_OFFSET","features":[167]},{"name":"DEBUG_FA_ENTRY_NO_TYPE","features":[167]},{"name":"DEBUG_FA_ENTRY_POINTER","features":[167]},{"name":"DEBUG_FA_ENTRY_STRUCTURED_DATA","features":[167]},{"name":"DEBUG_FA_ENTRY_ULONG","features":[167]},{"name":"DEBUG_FA_ENTRY_ULONG64","features":[167]},{"name":"DEBUG_FA_ENTRY_UNICODE_STRING","features":[167]},{"name":"DEBUG_FILTER_BREAK","features":[167]},{"name":"DEBUG_FILTER_CREATE_PROCESS","features":[167]},{"name":"DEBUG_FILTER_CREATE_THREAD","features":[167]},{"name":"DEBUG_FILTER_DEBUGGEE_OUTPUT","features":[167]},{"name":"DEBUG_FILTER_EXIT_PROCESS","features":[167]},{"name":"DEBUG_FILTER_EXIT_THREAD","features":[167]},{"name":"DEBUG_FILTER_GO_HANDLED","features":[167]},{"name":"DEBUG_FILTER_GO_NOT_HANDLED","features":[167]},{"name":"DEBUG_FILTER_IGNORE","features":[167]},{"name":"DEBUG_FILTER_INITIAL_BREAKPOINT","features":[167]},{"name":"DEBUG_FILTER_INITIAL_MODULE_LOAD","features":[167]},{"name":"DEBUG_FILTER_LOAD_MODULE","features":[167]},{"name":"DEBUG_FILTER_OUTPUT","features":[167]},{"name":"DEBUG_FILTER_REMOVE","features":[167]},{"name":"DEBUG_FILTER_SECOND_CHANCE_BREAK","features":[167]},{"name":"DEBUG_FILTER_SYSTEM_ERROR","features":[167]},{"name":"DEBUG_FILTER_UNLOAD_MODULE","features":[167]},{"name":"DEBUG_FIND_SOURCE_BEST_MATCH","features":[167]},{"name":"DEBUG_FIND_SOURCE_DEFAULT","features":[167]},{"name":"DEBUG_FIND_SOURCE_FULL_PATH","features":[167]},{"name":"DEBUG_FIND_SOURCE_NO_SRCSRV","features":[167]},{"name":"DEBUG_FIND_SOURCE_TOKEN_LOOKUP","features":[167]},{"name":"DEBUG_FIND_SOURCE_WITH_CHECKSUM","features":[167]},{"name":"DEBUG_FIND_SOURCE_WITH_CHECKSUM_STRICT","features":[167]},{"name":"DEBUG_FLR_ACPI","features":[167]},{"name":"DEBUG_FLR_ACPI_BLACKBOX","features":[167]},{"name":"DEBUG_FLR_ACPI_EXTENSION","features":[167]},{"name":"DEBUG_FLR_ACPI_OBJECT","features":[167]},{"name":"DEBUG_FLR_ACPI_RESCONFLICT","features":[167]},{"name":"DEBUG_FLR_ADDITIONAL_DEBUGTEXT","features":[167]},{"name":"DEBUG_FLR_ADDITIONAL_XML","features":[167]},{"name":"DEBUG_FLR_ADD_PROCESS_IN_BUCKET","features":[167]},{"name":"DEBUG_FLR_ALUREON","features":[167]},{"name":"DEBUG_FLR_ANALYSIS_REPROCESS","features":[167]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_ELAPSED_TIME","features":[167]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_HOST","features":[167]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_TIME","features":[167]},{"name":"DEBUG_FLR_ANALYSIS_VERSION","features":[167]},{"name":"DEBUG_FLR_ANALYZABLE_POOL_CORRUPTION","features":[167]},{"name":"DEBUG_FLR_APPKILL","features":[167]},{"name":"DEBUG_FLR_APPLICATION_VERIFIER_LOADED","features":[167]},{"name":"DEBUG_FLR_APPS_NOT_TERMINATED","features":[167]},{"name":"DEBUG_FLR_APPVERIFERFLAGS","features":[167]},{"name":"DEBUG_FLR_ARM_WRITE_AV_CAVEAT","features":[167]},{"name":"DEBUG_FLR_ASSERT_DATA","features":[167]},{"name":"DEBUG_FLR_ASSERT_FILE","features":[167]},{"name":"DEBUG_FLR_ASSERT_INSTRUCTION","features":[167]},{"name":"DEBUG_FLR_BADPAGES_DETECTED","features":[167]},{"name":"DEBUG_FLR_BAD_HANDLE","features":[167]},{"name":"DEBUG_FLR_BAD_MEMORY_REFERENCE","features":[167]},{"name":"DEBUG_FLR_BAD_OBJECT_REFERENCE","features":[167]},{"name":"DEBUG_FLR_BAD_STACK","features":[167]},{"name":"DEBUG_FLR_BLOCKED_THREAD0","features":[167]},{"name":"DEBUG_FLR_BLOCKED_THREAD1","features":[167]},{"name":"DEBUG_FLR_BLOCKED_THREAD2","features":[167]},{"name":"DEBUG_FLR_BLOCKING_PROCESSID","features":[167]},{"name":"DEBUG_FLR_BLOCKING_THREAD","features":[167]},{"name":"DEBUG_FLR_BOOST_FOLLOWUP_TO_SPECIFIC","features":[167]},{"name":"DEBUG_FLR_BOOTSTAT","features":[167]},{"name":"DEBUG_FLR_BOOTSTAT_BLACKBOX","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_CHECKSUM","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_FLAVOR_STR","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_FUNCTION_STR","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_FUNC_OFFSET","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_IMAGE_STR","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_MODULE_STR","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_MODVER_STR","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_OFFSET","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_PREFIX_STR","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_PRIVATE","features":[167]},{"name":"DEBUG_FLR_BUCKET_ID_TIMEDATESTAMP","features":[167]},{"name":"DEBUG_FLR_BUGCHECKING_DRIVER","features":[167]},{"name":"DEBUG_FLR_BUGCHECKING_DRIVER_IDTAG","features":[167]},{"name":"DEBUG_FLR_BUGCHECK_CODE","features":[167]},{"name":"DEBUG_FLR_BUGCHECK_DESC","features":[167]},{"name":"DEBUG_FLR_BUGCHECK_P1","features":[167]},{"name":"DEBUG_FLR_BUGCHECK_P2","features":[167]},{"name":"DEBUG_FLR_BUGCHECK_P3","features":[167]},{"name":"DEBUG_FLR_BUGCHECK_P4","features":[167]},{"name":"DEBUG_FLR_BUGCHECK_SPECIFIER","features":[167]},{"name":"DEBUG_FLR_BUGCHECK_STR","features":[167]},{"name":"DEBUG_FLR_BUILDNAME_IN_BUCKET","features":[167]},{"name":"DEBUG_FLR_BUILDOSVER_STR_deprecated","features":[167]},{"name":"DEBUG_FLR_BUILD_OS_FULL_VERSION_STRING","features":[167]},{"name":"DEBUG_FLR_BUILD_VERSION_STRING","features":[167]},{"name":"DEBUG_FLR_CANCELLATION_NOT_SUPPORTED","features":[167]},{"name":"DEBUG_FLR_CHKIMG_EXTENSION","features":[167]},{"name":"DEBUG_FLR_CHPE_PROCESS","features":[167]},{"name":"DEBUG_FLR_CLIENT_DRIVER","features":[167]},{"name":"DEBUG_FLR_COLLECT_DATA_FOR_BUCKET","features":[167]},{"name":"DEBUG_FLR_COMPUTER_NAME","features":[167]},{"name":"DEBUG_FLR_CONTEXT","features":[167]},{"name":"DEBUG_FLR_CONTEXT_COMMAND","features":[167]},{"name":"DEBUG_FLR_CONTEXT_FLAGS","features":[167]},{"name":"DEBUG_FLR_CONTEXT_FOLLOWUP_INDEX","features":[167]},{"name":"DEBUG_FLR_CONTEXT_ID","features":[167]},{"name":"DEBUG_FLR_CONTEXT_METADATA","features":[167]},{"name":"DEBUG_FLR_CONTEXT_ORDER","features":[167]},{"name":"DEBUG_FLR_CONTEXT_RESTORE_COMMAND","features":[167]},{"name":"DEBUG_FLR_CONTEXT_SYSTEM","features":[167]},{"name":"DEBUG_FLR_CORRUPTING_POOL_ADDRESS","features":[167]},{"name":"DEBUG_FLR_CORRUPTING_POOL_TAG","features":[167]},{"name":"DEBUG_FLR_CORRUPT_MODULE_LIST","features":[167]},{"name":"DEBUG_FLR_CORRUPT_SERVICE_TABLE","features":[167]},{"name":"DEBUG_FLR_COVERAGE_BUILD","features":[167]},{"name":"DEBUG_FLR_CPU_COUNT","features":[167]},{"name":"DEBUG_FLR_CPU_FAMILY","features":[167]},{"name":"DEBUG_FLR_CPU_MICROCODE_VERSION","features":[167]},{"name":"DEBUG_FLR_CPU_MICROCODE_ZERO_INTEL","features":[167]},{"name":"DEBUG_FLR_CPU_MODEL","features":[167]},{"name":"DEBUG_FLR_CPU_OVERCLOCKED","features":[167]},{"name":"DEBUG_FLR_CPU_SPEED","features":[167]},{"name":"DEBUG_FLR_CPU_STEPPING","features":[167]},{"name":"DEBUG_FLR_CPU_VENDOR","features":[167]},{"name":"DEBUG_FLR_CRITICAL_PROCESS","features":[167]},{"name":"DEBUG_FLR_CRITICAL_PROCESS_REPORTGUID","features":[167]},{"name":"DEBUG_FLR_CRITICAL_SECTION","features":[167]},{"name":"DEBUG_FLR_CURRENT_IRQL","features":[167]},{"name":"DEBUG_FLR_CUSTOMER_CRASH_COUNT","features":[167]},{"name":"DEBUG_FLR_CUSTOMREPORTTAG","features":[167]},{"name":"DEBUG_FLR_CUSTOM_ANALYSIS_TAG_MAX","features":[167]},{"name":"DEBUG_FLR_CUSTOM_ANALYSIS_TAG_MIN","features":[167]},{"name":"DEBUG_FLR_CUSTOM_COMMAND","features":[167]},{"name":"DEBUG_FLR_CUSTOM_COMMAND_OUTPUT","features":[167]},{"name":"DEBUG_FLR_DEADLOCK_INPROC","features":[167]},{"name":"DEBUG_FLR_DEADLOCK_XPROC","features":[167]},{"name":"DEBUG_FLR_DEBUG_ANALYSIS","features":[167]},{"name":"DEBUG_FLR_DEFAULT_BUCKET_ID","features":[167]},{"name":"DEBUG_FLR_DEFAULT_SOLUTION_ID","features":[167]},{"name":"DEBUG_FLR_DERIVED_WAIT_CHAIN","features":[167]},{"name":"DEBUG_FLR_DESKTOP_HEAP_MISSING","features":[167]},{"name":"DEBUG_FLR_DETOURED_IMAGE","features":[167]},{"name":"DEBUG_FLR_DEVICE_NODE","features":[167]},{"name":"DEBUG_FLR_DEVICE_OBJECT","features":[167]},{"name":"DEBUG_FLR_DISKIO_READ_FAILURE","features":[167]},{"name":"DEBUG_FLR_DISKIO_WRITE_FAILURE","features":[167]},{"name":"DEBUG_FLR_DISKSEC_ISSUEDESCSTRING_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_MFGID_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_MODEL_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_ORGID_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_DATASIZE_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_OFFSET_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_TOTSIZE_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_DATASIZE_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_OFFSET_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_TOTSIZE_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_REASON_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISKSEC_TOTALSIZE_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_DISK_HARDWARE_ERROR","features":[167]},{"name":"DEBUG_FLR_DPC_RUNTIME","features":[167]},{"name":"DEBUG_FLR_DPC_STACK_BASE","features":[167]},{"name":"DEBUG_FLR_DPC_TIMELIMIT","features":[167]},{"name":"DEBUG_FLR_DPC_TIMEOUT_TYPE","features":[167]},{"name":"DEBUG_FLR_DRIVER_HARDWAREID","features":[167]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_DEVICE_ID","features":[167]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_DEVICE_NAME","features":[167]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_ID_BUS_TYPE","features":[167]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_REV_ID","features":[167]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_SUBSYS_ID","features":[167]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_SUBVENDOR_NAME","features":[167]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_VENDOR_ID","features":[167]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_VENDOR_NAME","features":[167]},{"name":"DEBUG_FLR_DRIVER_OBJECT","features":[167]},{"name":"DEBUG_FLR_DRIVER_VERIFIER_IO_VIOLATION_TYPE","features":[167]},{"name":"DEBUG_FLR_DRIVER_XML_DESCRIPTION","features":[167]},{"name":"DEBUG_FLR_DRIVER_XML_MANUFACTURER","features":[167]},{"name":"DEBUG_FLR_DRIVER_XML_PRODUCTNAME","features":[167]},{"name":"DEBUG_FLR_DRIVER_XML_VERSION","features":[167]},{"name":"DEBUG_FLR_DRVPOWERSTATE_SUBCODE","features":[167]},{"name":"DEBUG_FLR_DUMPSTREAM_COMMENTA","features":[167]},{"name":"DEBUG_FLR_DUMPSTREAM_COMMENTW","features":[167]},{"name":"DEBUG_FLR_DUMP_CLASS","features":[167]},{"name":"DEBUG_FLR_DUMP_FILE_ATTRIBUTES","features":[167]},{"name":"DEBUG_FLR_DUMP_FLAGS","features":[167]},{"name":"DEBUG_FLR_DUMP_QUALIFIER","features":[167]},{"name":"DEBUG_FLR_DUMP_TYPE","features":[167]},{"name":"DEBUG_FLR_END_MESSAGE","features":[167]},{"name":"DEBUG_FLR_ERESOURCE_ADDRESS","features":[167]},{"name":"DEBUG_FLR_EVENT_CODE_DATA_MISMATCH","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_CODE","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_CODE_STR","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_CODE_STR_deprecated","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_CONTEXT_RECURSION","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_DOESNOT_MATCH_CODE","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_MODULE_INFO","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER1","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER2","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER3","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER4","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_RECORD","features":[167]},{"name":"DEBUG_FLR_EXCEPTION_STR","features":[167]},{"name":"DEBUG_FLR_EXECUTE_ADDRESS","features":[167]},{"name":"DEBUG_FLR_FAILED_INSTRUCTION_ADDRESS","features":[167]},{"name":"DEBUG_FLR_FAILURE_ANALYSIS_SOURCE","features":[167]},{"name":"DEBUG_FLR_FAILURE_BUCKET_ID","features":[167]},{"name":"DEBUG_FLR_FAILURE_DISPLAY_NAME","features":[167]},{"name":"DEBUG_FLR_FAILURE_EXCEPTION_CODE","features":[167]},{"name":"DEBUG_FLR_FAILURE_FUNCTION_NAME","features":[167]},{"name":"DEBUG_FLR_FAILURE_ID_HASH","features":[167]},{"name":"DEBUG_FLR_FAILURE_ID_HASH_STRING","features":[167]},{"name":"DEBUG_FLR_FAILURE_ID_REPORT_LINK","features":[167]},{"name":"DEBUG_FLR_FAILURE_IMAGE_NAME","features":[167]},{"name":"DEBUG_FLR_FAILURE_LIST","features":[167]},{"name":"DEBUG_FLR_FAILURE_MODULE_NAME","features":[167]},{"name":"DEBUG_FLR_FAILURE_PROBLEM_CLASS","features":[167]},{"name":"DEBUG_FLR_FAILURE_SYMBOL_NAME","features":[167]},{"name":"DEBUG_FLR_FAULTING_INSTR_CODE","features":[167]},{"name":"DEBUG_FLR_FAULTING_IP","features":[167]},{"name":"DEBUG_FLR_FAULTING_LOCAL_VARIABLE_NAME","features":[167]},{"name":"DEBUG_FLR_FAULTING_MODULE","features":[167]},{"name":"DEBUG_FLR_FAULTING_SERVICE_NAME","features":[167]},{"name":"DEBUG_FLR_FAULTING_SOURCE_CODE","features":[167]},{"name":"DEBUG_FLR_FAULTING_SOURCE_COMMIT_ID","features":[167]},{"name":"DEBUG_FLR_FAULTING_SOURCE_CONTROL_TYPE","features":[167]},{"name":"DEBUG_FLR_FAULTING_SOURCE_FILE","features":[167]},{"name":"DEBUG_FLR_FAULTING_SOURCE_LINE","features":[167]},{"name":"DEBUG_FLR_FAULTING_SOURCE_LINE_NUMBER","features":[167]},{"name":"DEBUG_FLR_FAULTING_SOURCE_PROJECT","features":[167]},{"name":"DEBUG_FLR_FAULTING_SOURCE_REPO_ID","features":[167]},{"name":"DEBUG_FLR_FAULTING_SOURCE_REPO_URL","features":[167]},{"name":"DEBUG_FLR_FAULTING_SOURCE_SRV_COMMAND","features":[167]},{"name":"DEBUG_FLR_FAULTING_THREAD","features":[167]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_M","features":[167]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_MF","features":[167]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_MFO","features":[167]},{"name":"DEBUG_FLR_FA_ADHOC_ANALYSIS_ITEMS","features":[167]},{"name":"DEBUG_FLR_FA_PERF_DATA","features":[167]},{"name":"DEBUG_FLR_FA_PERF_ELAPSED_MS","features":[167]},{"name":"DEBUG_FLR_FA_PERF_ITEM","features":[167]},{"name":"DEBUG_FLR_FA_PERF_ITEM_NAME","features":[167]},{"name":"DEBUG_FLR_FA_PERF_ITERATIONS","features":[167]},{"name":"DEBUG_FLR_FEATURE_PATH","features":[167]},{"name":"DEBUG_FLR_FILESYSTEMS_NTFS","features":[167]},{"name":"DEBUG_FLR_FILESYSTEMS_NTFS_BLACKBOX","features":[167]},{"name":"DEBUG_FLR_FILESYSTEMS_REFS","features":[167]},{"name":"DEBUG_FLR_FILESYSTEMS_REFS_BLACKBOX","features":[167]},{"name":"DEBUG_FLR_FILE_ID","features":[167]},{"name":"DEBUG_FLR_FILE_IN_CAB","features":[167]},{"name":"DEBUG_FLR_FILE_LINE","features":[167]},{"name":"DEBUG_FLR_FIXED_IN_OSVERSION","features":[167]},{"name":"DEBUG_FLR_FOLLOWUP_BEFORE_RETRACER","features":[167]},{"name":"DEBUG_FLR_FOLLOWUP_BUCKET_ID","features":[167]},{"name":"DEBUG_FLR_FOLLOWUP_CONTEXT","features":[167]},{"name":"DEBUG_FLR_FOLLOWUP_DRIVER_ONLY","features":[167]},{"name":"DEBUG_FLR_FOLLOWUP_IP","features":[167]},{"name":"DEBUG_FLR_FOLLOWUP_NAME","features":[167]},{"name":"DEBUG_FLR_FRAME_ONE_INVALID","features":[167]},{"name":"DEBUG_FLR_FRAME_SOURCE_FILE_NAME","features":[167]},{"name":"DEBUG_FLR_FRAME_SOURCE_FILE_PATH","features":[167]},{"name":"DEBUG_FLR_FRAME_SOURCE_LINE_NUMBER","features":[167]},{"name":"DEBUG_FLR_FREED_POOL_TAG","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_ANALYSIS_TEXT","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_COOKIES_MATCH_EXH","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_COOKIE","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_EBP","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_EBPESP","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_FALSE_POSITIVE","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_FRAME_COOKIE","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_FRAME_COOKIE_COMPLEMENT","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_FUNCTION","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED_FRAMEID","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED_THREADID","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_MEMORY_READ_ERROR","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_MISSING_ESTABLISHER_FRAME","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_MODULE_COOKIE","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_NOT_UP2DATE","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_OFF_BY_ONE_OVERRUN","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_OVERRUN_LOCAL","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_OVERRUN_LOCAL_NAME","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_POSITIVELY_CORRUPTED_EBPESP","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_POSITIVE_BUFFER_OVERFLOW","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_PROBABLY_NOT_USING_GS","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_RA_SMASHED","features":[167]},{"name":"DEBUG_FLR_GSFAILURE_UP2DATE_UNKNOWN","features":[167]},{"name":"DEBUG_FLR_HANDLE_VALUE","features":[167]},{"name":"DEBUG_FLR_HANG","features":[167]},{"name":"DEBUG_FLR_HANG_DATA_NEEDED","features":[167]},{"name":"DEBUG_FLR_HANG_REPORT_THREAD_IS_IDLE","features":[167]},{"name":"DEBUG_FLR_HARDWARE_BUCKET_TAG","features":[167]},{"name":"DEBUG_FLR_HARDWARE_ERROR","features":[167]},{"name":"DEBUG_FLR_HIGH_NONPAGED_POOL_USAGE","features":[167]},{"name":"DEBUG_FLR_HIGH_PAGED_POOL_USAGE","features":[167]},{"name":"DEBUG_FLR_HIGH_PROCESS_COMMIT","features":[167]},{"name":"DEBUG_FLR_HIGH_SERVICE_COMMIT","features":[167]},{"name":"DEBUG_FLR_HIGH_SHARED_COMMIT_USAGE","features":[167]},{"name":"DEBUG_FLR_HOLDINFO","features":[167]},{"name":"DEBUG_FLR_HOLDINFO_ACTIVE_HOLD_COUNT","features":[167]},{"name":"DEBUG_FLR_HOLDINFO_ALWAYS_HOLD","features":[167]},{"name":"DEBUG_FLR_HOLDINFO_ALWAYS_IGNORE","features":[167]},{"name":"DEBUG_FLR_HOLDINFO_HISTORIC_HOLD_COUNT","features":[167]},{"name":"DEBUG_FLR_HOLDINFO_LAST_SEEN_HOLD_DATE","features":[167]},{"name":"DEBUG_FLR_HOLDINFO_MANUAL_HOLD","features":[167]},{"name":"DEBUG_FLR_HOLDINFO_MAX_HOLD_LIMIT","features":[167]},{"name":"DEBUG_FLR_HOLDINFO_NOTIFICATION_ALIASES","features":[167]},{"name":"DEBUG_FLR_HOLDINFO_RECOMMEND_HOLD","features":[167]},{"name":"DEBUG_FLR_HOLDINFO_TENET_SOCRE","features":[167]},{"name":"DEBUG_FLR_IGNORE_BUCKET_ID_OFFSET","features":[167]},{"name":"DEBUG_FLR_IGNORE_LARGE_MODULE_CORRUPTION","features":[167]},{"name":"DEBUG_FLR_IGNORE_MODULE_HARDWARE_ID","features":[167]},{"name":"DEBUG_FLR_IMAGE_CLASS","features":[167]},{"name":"DEBUG_FLR_IMAGE_NAME","features":[167]},{"name":"DEBUG_FLR_IMAGE_TIMESTAMP","features":[167]},{"name":"DEBUG_FLR_IMAGE_VERSION","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_CLIFAULT","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_FREE_BLOCK","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_MODULE_NOT_IN_LIST","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_PAGED_CODE","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_RESERVED_BLOCK","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_UNLOADED_MODULE","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_VM_MAPPED_MODULE","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_MISALIGNED","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_NOT_IN_STREAM","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_ON_HEAP","features":[167]},{"name":"DEBUG_FLR_INSTR_POINTER_ON_STACK","features":[167]},{"name":"DEBUG_FLR_INSTR_SESSION_POOL_TAG","features":[167]},{"name":"DEBUG_FLR_INTEL_CPU_BIOS_UPGRADE_NEEDED","features":[167]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_CONTINUABLE","features":[167]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_HITCOUNT","features":[167]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_STATUS_TEXT","features":[167]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_URL","features":[167]},{"name":"DEBUG_FLR_INTERNAL_RAID_BUG","features":[167]},{"name":"DEBUG_FLR_INTERNAL_RAID_BUG_DATABASE_STRING","features":[167]},{"name":"DEBUG_FLR_INTERNAL_RESPONSE","features":[167]},{"name":"DEBUG_FLR_INTERNAL_SOLUTION_TEXT","features":[167]},{"name":"DEBUG_FLR_INVALID","features":[167]},{"name":"DEBUG_FLR_INVALID_DPC_FOUND","features":[167]},{"name":"DEBUG_FLR_INVALID_HEAP_ADDRESS","features":[167]},{"name":"DEBUG_FLR_INVALID_KERNEL_CONTEXT","features":[167]},{"name":"DEBUG_FLR_INVALID_OPCODE","features":[167]},{"name":"DEBUG_FLR_INVALID_PFN","features":[167]},{"name":"DEBUG_FLR_INVALID_USEREVENT","features":[167]},{"name":"DEBUG_FLR_INVALID_USER_CONTEXT","features":[167]},{"name":"DEBUG_FLR_IOCONTROL_CODE","features":[167]},{"name":"DEBUG_FLR_IOSB_ADDRESS","features":[167]},{"name":"DEBUG_FLR_IO_ERROR_CODE","features":[167]},{"name":"DEBUG_FLR_IRP_ADDRESS","features":[167]},{"name":"DEBUG_FLR_IRP_CANCEL_ROUTINE","features":[167]},{"name":"DEBUG_FLR_IRP_MAJOR_FN","features":[167]},{"name":"DEBUG_FLR_IRP_MINOR_FN","features":[167]},{"name":"DEBUG_FLR_KERNEL","features":[167]},{"name":"DEBUG_FLR_KERNEL_LOG_PROCESS_NAME","features":[167]},{"name":"DEBUG_FLR_KERNEL_LOG_STATUS","features":[167]},{"name":"DEBUG_FLR_KERNEL_VERIFIER_ENABLED","features":[167]},{"name":"DEBUG_FLR_KEYVALUE_ANALYSIS","features":[167]},{"name":"DEBUG_FLR_KEY_VALUES_STRING","features":[167]},{"name":"DEBUG_FLR_KEY_VALUES_VARIANT","features":[167]},{"name":"DEBUG_FLR_KM_MODULE_LIST","features":[167]},{"name":"DEBUG_FLR_LARGE_TICK_INCREMENT","features":[167]},{"name":"DEBUG_FLR_LAST_CONTROL_TRANSFER","features":[167]},{"name":"DEBUG_FLR_LCIE_ISO_AVAILABLE","features":[167]},{"name":"DEBUG_FLR_LEAKED_SESSION_POOL_TAG","features":[167]},{"name":"DEBUG_FLR_LEGACY_PAGE_TABLE_ACCESS","features":[167]},{"name":"DEBUG_FLR_LIVE_KERNEL_DUMP","features":[167]},{"name":"DEBUG_FLR_LOADERLOCK_BLOCKED_API","features":[167]},{"name":"DEBUG_FLR_LOADERLOCK_IN_WAIT_CHAIN","features":[167]},{"name":"DEBUG_FLR_LOADERLOCK_OWNER_API","features":[167]},{"name":"DEBUG_FLR_LOP_STACKHASH","features":[167]},{"name":"DEBUG_FLR_LOW_SYSTEM_COMMIT","features":[167]},{"name":"DEBUG_FLR_MACHINE_INFO_SHA1_HASH","features":[167]},{"name":"DEBUG_FLR_MANAGED_ANALYSIS_PROVIDER","features":[167]},{"name":"DEBUG_FLR_MANAGED_BITNESS_MISMATCH","features":[167]},{"name":"DEBUG_FLR_MANAGED_CODE","features":[167]},{"name":"DEBUG_FLR_MANAGED_ENGINE_MODULE","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_ADDRESS","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CALLSTACK","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CMD","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CONTEXT_MESSAGE","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_HRESULT","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_ADDRESS","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_CALLSTACK","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_HRESULT","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_MESSAGE","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_TYPE","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_MESSAGE","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_MESSAGE_deprecated","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_ADDRESS","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_CALLSTACK","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_HRESULT","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_MESSAGE","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_TYPE","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_OBJECT","features":[167]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_TYPE","features":[167]},{"name":"DEBUG_FLR_MANAGED_FRAME_CHAIN_CORRUPTION","features":[167]},{"name":"DEBUG_FLR_MANAGED_HRESULT_STRING","features":[167]},{"name":"DEBUG_FLR_MANAGED_KERNEL_DEBUGGER","features":[167]},{"name":"DEBUG_FLR_MANAGED_OBJECT","features":[167]},{"name":"DEBUG_FLR_MANAGED_OBJECT_NAME","features":[167]},{"name":"DEBUG_FLR_MANAGED_STACK_COMMAND","features":[167]},{"name":"DEBUG_FLR_MANAGED_STACK_STRING","features":[167]},{"name":"DEBUG_FLR_MANAGED_THREAD_CMD_CALLSTACK","features":[167]},{"name":"DEBUG_FLR_MANAGED_THREAD_CMD_STACKOBJECTS","features":[167]},{"name":"DEBUG_FLR_MANAGED_THREAD_ID","features":[167]},{"name":"DEBUG_FLR_MANUAL_BREAKIN","features":[167]},{"name":"DEBUG_FLR_MARKER_BUCKET","features":[167]},{"name":"DEBUG_FLR_MARKER_FILE","features":[167]},{"name":"DEBUG_FLR_MARKER_MODULE_FILE","features":[167]},{"name":"DEBUG_FLR_MASK_ALL","features":[167]},{"name":"DEBUG_FLR_MEMDIAG_LASTRUN_STATUS","features":[167]},{"name":"DEBUG_FLR_MEMDIAG_LASTRUN_TIME","features":[167]},{"name":"DEBUG_FLR_MEMORY_ANALYSIS","features":[167]},{"name":"DEBUG_FLR_MEMORY_CORRUPTION_SIGNATURE","features":[167]},{"name":"DEBUG_FLR_MEMORY_CORRUPTOR","features":[167]},{"name":"DEBUG_FLR_MILCORE_BREAK","features":[167]},{"name":"DEBUG_FLR_MINUTES_SINCE_LAST_EVENT","features":[167]},{"name":"DEBUG_FLR_MINUTES_SINCE_LAST_EVENT_OF_THIS_TYPE","features":[167]},{"name":"DEBUG_FLR_MISSING_CLR_SYMBOL","features":[167]},{"name":"DEBUG_FLR_MISSING_IMPORTANT_SYMBOL","features":[167]},{"name":"DEBUG_FLR_MM_INTERNAL_CODE","features":[167]},{"name":"DEBUG_FLR_MODLIST_SHA1_HASH","features":[167]},{"name":"DEBUG_FLR_MODLIST_TSCHKSUM_SHA1_HASH","features":[167]},{"name":"DEBUG_FLR_MODLIST_UNLOADED_SHA1_HASH","features":[167]},{"name":"DEBUG_FLR_MODULE_BUCKET_ID","features":[167]},{"name":"DEBUG_FLR_MODULE_LIST","features":[167]},{"name":"DEBUG_FLR_MODULE_NAME","features":[167]},{"name":"DEBUG_FLR_MODULE_PRODUCTNAME","features":[167]},{"name":"DEBUG_FLR_MOD_SPECIFIC_DATA_ONLY","features":[167]},{"name":"DEBUG_FLR_NO_ARCH_IN_BUCKET","features":[167]},{"name":"DEBUG_FLR_NO_BUGCHECK_IN_BUCKET","features":[167]},{"name":"DEBUG_FLR_NO_IMAGE_IN_BUCKET","features":[167]},{"name":"DEBUG_FLR_NO_IMAGE_TIMESTAMP_IN_BUCKET","features":[167]},{"name":"DEBUG_FLR_NTGLOBALFLAG","features":[167]},{"name":"DEBUG_FLR_ON_DPC_STACK","features":[167]},{"name":"DEBUG_FLR_ORIGINAL_CAB_NAME","features":[167]},{"name":"DEBUG_FLR_OSBUILD_deprecated","features":[167]},{"name":"DEBUG_FLR_OS_BRANCH","features":[167]},{"name":"DEBUG_FLR_OS_BUILD","features":[167]},{"name":"DEBUG_FLR_OS_BUILD_LAYERS_XML","features":[167]},{"name":"DEBUG_FLR_OS_BUILD_STRING","features":[167]},{"name":"DEBUG_FLR_OS_BUILD_TIMESTAMP_ISO","features":[167]},{"name":"DEBUG_FLR_OS_BUILD_TIMESTAMP_LAB","features":[167]},{"name":"DEBUG_FLR_OS_FLAVOR","features":[167]},{"name":"DEBUG_FLR_OS_LOCALE","features":[167]},{"name":"DEBUG_FLR_OS_LOCALE_LCID","features":[167]},{"name":"DEBUG_FLR_OS_MAJOR","features":[167]},{"name":"DEBUG_FLR_OS_MINOR","features":[167]},{"name":"DEBUG_FLR_OS_NAME","features":[167]},{"name":"DEBUG_FLR_OS_NAME_EDITION","features":[167]},{"name":"DEBUG_FLR_OS_PLATFORM_ARCH","features":[167]},{"name":"DEBUG_FLR_OS_PLATFORM_ID","features":[167]},{"name":"DEBUG_FLR_OS_PRODUCT_TYPE","features":[167]},{"name":"DEBUG_FLR_OS_REVISION","features":[167]},{"name":"DEBUG_FLR_OS_SERVICEPACK","features":[167]},{"name":"DEBUG_FLR_OS_SERVICEPACK_deprecated","features":[167]},{"name":"DEBUG_FLR_OS_SKU","features":[167]},{"name":"DEBUG_FLR_OS_SUITE_MASK","features":[167]},{"name":"DEBUG_FLR_OS_VERSION","features":[167]},{"name":"DEBUG_FLR_OS_VERSION_deprecated","features":[167]},{"name":"DEBUG_FLR_OVERLAPPED_MODULE","features":[167]},{"name":"DEBUG_FLR_OVERLAPPED_UNLOADED_MODULE","features":[167]},{"name":"DEBUG_FLR_PAGE_HASH_ERRORS","features":[167]},{"name":"DEBUG_FLR_PARAM_TYPE","features":[167]},{"name":"DEBUG_FLR_PG_MISMATCH","features":[167]},{"name":"DEBUG_FLR_PHONE_APPID","features":[167]},{"name":"DEBUG_FLR_PHONE_APPVERSION","features":[167]},{"name":"DEBUG_FLR_PHONE_BOOTLOADERVERSION","features":[167]},{"name":"DEBUG_FLR_PHONE_BUILDBRANCH","features":[167]},{"name":"DEBUG_FLR_PHONE_BUILDER","features":[167]},{"name":"DEBUG_FLR_PHONE_BUILDNUMBER","features":[167]},{"name":"DEBUG_FLR_PHONE_BUILDTIMESTAMP","features":[167]},{"name":"DEBUG_FLR_PHONE_FIRMWAREREVISION","features":[167]},{"name":"DEBUG_FLR_PHONE_HARDWAREREVISION","features":[167]},{"name":"DEBUG_FLR_PHONE_LCID","features":[167]},{"name":"DEBUG_FLR_PHONE_MCCMNC","features":[167]},{"name":"DEBUG_FLR_PHONE_OPERATOR","features":[167]},{"name":"DEBUG_FLR_PHONE_QFE","features":[167]},{"name":"DEBUG_FLR_PHONE_RADIOHARDWAREREVISION","features":[167]},{"name":"DEBUG_FLR_PHONE_RADIOSOFTWAREREVISION","features":[167]},{"name":"DEBUG_FLR_PHONE_RAM","features":[167]},{"name":"DEBUG_FLR_PHONE_REPORTGUID","features":[167]},{"name":"DEBUG_FLR_PHONE_REPORTTIMESTAMP","features":[167]},{"name":"DEBUG_FLR_PHONE_ROMVERSION","features":[167]},{"name":"DEBUG_FLR_PHONE_SKUID","features":[167]},{"name":"DEBUG_FLR_PHONE_SOCVERSION","features":[167]},{"name":"DEBUG_FLR_PHONE_SOURCE","features":[167]},{"name":"DEBUG_FLR_PHONE_SOURCEEXTERNAL","features":[167]},{"name":"DEBUG_FLR_PHONE_UIF_APPID","features":[167]},{"name":"DEBUG_FLR_PHONE_UIF_APPNAME","features":[167]},{"name":"DEBUG_FLR_PHONE_UIF_CATEGORY","features":[167]},{"name":"DEBUG_FLR_PHONE_UIF_COMMENT","features":[167]},{"name":"DEBUG_FLR_PHONE_UIF_ORIGIN","features":[167]},{"name":"DEBUG_FLR_PHONE_USERALIAS","features":[167]},{"name":"DEBUG_FLR_PHONE_VERSIONMAJOR","features":[167]},{"name":"DEBUG_FLR_PHONE_VERSIONMINOR","features":[167]},{"name":"DEBUG_FLR_PLATFORM_BUCKET_STRING","features":[167]},{"name":"DEBUG_FLR_PNP","features":[167]},{"name":"DEBUG_FLR_PNP_BLACKBOX","features":[167]},{"name":"DEBUG_FLR_PNP_IRP_ADDRESS","features":[167]},{"name":"DEBUG_FLR_PNP_IRP_ADDRESS_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_PNP_TRIAGE_DATA","features":[167]},{"name":"DEBUG_FLR_PNP_TRIAGE_DATA_DEPRECATED","features":[167]},{"name":"DEBUG_FLR_POISONED_TB","features":[167]},{"name":"DEBUG_FLR_POOL_ADDRESS","features":[167]},{"name":"DEBUG_FLR_POOL_CORRUPTOR","features":[167]},{"name":"DEBUG_FLR_POSSIBLE_INVALID_CONTROL_TRANSFER","features":[167]},{"name":"DEBUG_FLR_POSSIBLE_STACK_OVERFLOW","features":[167]},{"name":"DEBUG_FLR_POWERREQUEST_ADDRESS","features":[167]},{"name":"DEBUG_FLR_PO_BLACKBOX","features":[167]},{"name":"DEBUG_FLR_PREVIOUS_IRQL","features":[167]},{"name":"DEBUG_FLR_PREVIOUS_MODE","features":[167]},{"name":"DEBUG_FLR_PRIMARY_PROBLEM_CLASS","features":[167]},{"name":"DEBUG_FLR_PRIMARY_PROBLEM_CLASS_DATA","features":[167]},{"name":"DEBUG_FLR_PROBLEM_CLASSES","features":[167]},{"name":"DEBUG_FLR_PROBLEM_CODE_PATH_HASH","features":[167]},{"name":"DEBUG_FLR_PROCESSES_ANALYSIS","features":[167]},{"name":"DEBUG_FLR_PROCESSOR_ID","features":[167]},{"name":"DEBUG_FLR_PROCESSOR_INFO","features":[167]},{"name":"DEBUG_FLR_PROCESS_BAM_CURRENT_THROTTLED","features":[167]},{"name":"DEBUG_FLR_PROCESS_BAM_PREVIOUS_THROTTLED","features":[167]},{"name":"DEBUG_FLR_PROCESS_INFO","features":[167]},{"name":"DEBUG_FLR_PROCESS_NAME","features":[167]},{"name":"DEBUG_FLR_PROCESS_OBJECT","features":[167]},{"name":"DEBUG_FLR_PROCESS_PRODUCTNAME","features":[167]},{"name":"DEBUG_FLR_RAISED_IRQL_USER_FAULT","features":[167]},{"name":"DEBUG_FLR_READ_ADDRESS","features":[167]},{"name":"DEBUG_FLR_RECURRING_STACK","features":[167]},{"name":"DEBUG_FLR_REGISTRYTXT_SOURCE","features":[167]},{"name":"DEBUG_FLR_REGISTRYTXT_STRESS_ID","features":[167]},{"name":"DEBUG_FLR_REGISTRY_DATA","features":[167]},{"name":"DEBUG_FLR_REPORT_INFO_CREATION_TIME","features":[167]},{"name":"DEBUG_FLR_REPORT_INFO_GUID","features":[167]},{"name":"DEBUG_FLR_REPORT_INFO_SOURCE","features":[167]},{"name":"DEBUG_FLR_REQUESTED_IRQL","features":[167]},{"name":"DEBUG_FLR_RESERVED","features":[167]},{"name":"DEBUG_FLR_RESOURCE_CALL_TYPE","features":[167]},{"name":"DEBUG_FLR_RESOURCE_CALL_TYPE_STR","features":[167]},{"name":"DEBUG_FLR_SCM","features":[167]},{"name":"DEBUG_FLR_SCM_BLACKBOX","features":[167]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY","features":[167]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_CONTROLCODE","features":[167]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_SERVICENAME","features":[167]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_STARTTIME","features":[167]},{"name":"DEBUG_FLR_SEARCH_HANG","features":[167]},{"name":"DEBUG_FLR_SECURITY_COOKIES","features":[167]},{"name":"DEBUG_FLR_SERVICE","features":[167]},{"name":"DEBUG_FLR_SERVICETABLE_MODIFIED","features":[167]},{"name":"DEBUG_FLR_SERVICE_ANALYSIS","features":[167]},{"name":"DEBUG_FLR_SERVICE_DEPENDONGROUP","features":[167]},{"name":"DEBUG_FLR_SERVICE_DEPENDONSERVICE","features":[167]},{"name":"DEBUG_FLR_SERVICE_DESCRIPTION","features":[167]},{"name":"DEBUG_FLR_SERVICE_DISPLAYNAME","features":[167]},{"name":"DEBUG_FLR_SERVICE_GROUP","features":[167]},{"name":"DEBUG_FLR_SERVICE_NAME","features":[167]},{"name":"DEBUG_FLR_SHOW_ERRORLOG","features":[167]},{"name":"DEBUG_FLR_SHOW_LCIE_ISO_DATA","features":[167]},{"name":"DEBUG_FLR_SIMULTANEOUS_TELSVC_INSTANCES","features":[167]},{"name":"DEBUG_FLR_SIMULTANEOUS_TELWP_INSTANCES","features":[167]},{"name":"DEBUG_FLR_SINGLE_BIT_ERROR","features":[167]},{"name":"DEBUG_FLR_SINGLE_BIT_PFN_PAGE_ERROR","features":[167]},{"name":"DEBUG_FLR_SKIP_CORRUPT_MODULE_DETECTION","features":[167]},{"name":"DEBUG_FLR_SKIP_MODULE_SPECIFIC_BUCKET_INFO","features":[167]},{"name":"DEBUG_FLR_SKIP_STACK_ANALYSIS","features":[167]},{"name":"DEBUG_FLR_SM_BUFFER_HASH","features":[167]},{"name":"DEBUG_FLR_SM_COMPRESSION_FORMAT","features":[167]},{"name":"DEBUG_FLR_SM_ONEBIT_SOLUTION_COUNT","features":[167]},{"name":"DEBUG_FLR_SM_SOURCE_OFFSET","features":[167]},{"name":"DEBUG_FLR_SM_SOURCE_PFN1","features":[167]},{"name":"DEBUG_FLR_SM_SOURCE_PFN2","features":[167]},{"name":"DEBUG_FLR_SM_SOURCE_SIZE","features":[167]},{"name":"DEBUG_FLR_SM_TARGET_PFN","features":[167]},{"name":"DEBUG_FLR_SOLUTION_ID","features":[167]},{"name":"DEBUG_FLR_SOLUTION_TYPE","features":[167]},{"name":"DEBUG_FLR_SPECIAL_POOL_CORRUPTION_TYPE","features":[167]},{"name":"DEBUG_FLR_STACK","features":[167]},{"name":"DEBUG_FLR_STACKHASH_ANALYSIS","features":[167]},{"name":"DEBUG_FLR_STACKUSAGE_FUNCTION","features":[167]},{"name":"DEBUG_FLR_STACKUSAGE_FUNCTION_SIZE","features":[167]},{"name":"DEBUG_FLR_STACKUSAGE_IMAGE","features":[167]},{"name":"DEBUG_FLR_STACKUSAGE_IMAGE_SIZE","features":[167]},{"name":"DEBUG_FLR_STACKUSAGE_RECURSION_COUNT","features":[167]},{"name":"DEBUG_FLR_STACK_COMMAND","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME","features":[167]},{"name":"DEBUG_FLR_STACK_FRAMES","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME_FLAGS","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME_FUNCTION","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME_IMAGE","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME_INSTRUCTION","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME_MODULE","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME_MODULE_BASE","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME_NUMBER","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME_SRC","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME_SYMBOL","features":[167]},{"name":"DEBUG_FLR_STACK_FRAME_SYMBOL_OFFSET","features":[167]},{"name":"DEBUG_FLR_STACK_OVERFLOW","features":[167]},{"name":"DEBUG_FLR_STACK_POINTER_ERROR","features":[167]},{"name":"DEBUG_FLR_STACK_POINTER_MISALIGNED","features":[167]},{"name":"DEBUG_FLR_STACK_POINTER_ONEBIT_ERROR","features":[167]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_M","features":[167]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_MF","features":[167]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_MFO","features":[167]},{"name":"DEBUG_FLR_STACK_TEXT","features":[167]},{"name":"DEBUG_FLR_STATUS_CODE","features":[167]},{"name":"DEBUG_FLR_STORAGE","features":[167]},{"name":"DEBUG_FLR_STORAGE_BLACKBOX","features":[167]},{"name":"DEBUG_FLR_STORAGE_ISSUEDESCSTRING","features":[167]},{"name":"DEBUG_FLR_STORAGE_MFGID","features":[167]},{"name":"DEBUG_FLR_STORAGE_MODEL","features":[167]},{"name":"DEBUG_FLR_STORAGE_ORGID","features":[167]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_DATASIZE","features":[167]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_OFFSET","features":[167]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_TOTSIZE","features":[167]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_DATASIZE","features":[167]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_OFFSET","features":[167]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_TOTSIZE","features":[167]},{"name":"DEBUG_FLR_STORAGE_REASON","features":[167]},{"name":"DEBUG_FLR_STORAGE_TOTALSIZE","features":[167]},{"name":"DEBUG_FLR_STORE_DEVELOPER_NAME","features":[167]},{"name":"DEBUG_FLR_STORE_IS_MICROSOFT_PRODUCT","features":[167]},{"name":"DEBUG_FLR_STORE_LEGACY_PARENT_PRODUCT_ID","features":[167]},{"name":"DEBUG_FLR_STORE_LEGACY_WINDOWS_PHONE_PRODUCT_ID","features":[167]},{"name":"DEBUG_FLR_STORE_LEGACY_WINDOWS_STORE_PRODUCT_ID","features":[167]},{"name":"DEBUG_FLR_STORE_LEGACY_XBOX_360_PRODUCT_ID","features":[167]},{"name":"DEBUG_FLR_STORE_LEGACY_XBOX_ONE_PRODUCT_ID","features":[167]},{"name":"DEBUG_FLR_STORE_PACKAGE_FAMILY_NAME","features":[167]},{"name":"DEBUG_FLR_STORE_PACKAGE_IDENTITY_NAME","features":[167]},{"name":"DEBUG_FLR_STORE_PREFERRED_SKU_ID","features":[167]},{"name":"DEBUG_FLR_STORE_PRIMARY_PARENT_PRODUCT_ID","features":[167]},{"name":"DEBUG_FLR_STORE_PRODUCT_DESCRIPTION","features":[167]},{"name":"DEBUG_FLR_STORE_PRODUCT_DISPLAY_NAME","features":[167]},{"name":"DEBUG_FLR_STORE_PRODUCT_EXTENDED_NAME","features":[167]},{"name":"DEBUG_FLR_STORE_PRODUCT_ID","features":[167]},{"name":"DEBUG_FLR_STORE_PUBLISHER_CERTIFICATE_NAME","features":[167]},{"name":"DEBUG_FLR_STORE_PUBLISHER_ID","features":[167]},{"name":"DEBUG_FLR_STORE_PUBLISHER_NAME","features":[167]},{"name":"DEBUG_FLR_STORE_URL_APP","features":[167]},{"name":"DEBUG_FLR_STORE_URL_APPHEALTH","features":[167]},{"name":"DEBUG_FLR_STORE_XBOX_TITLE_ID","features":[167]},{"name":"DEBUG_FLR_STREAM_ANALYSIS","features":[167]},{"name":"DEBUG_FLR_SUSPECT_CODE_PATH_HASH","features":[167]},{"name":"DEBUG_FLR_SVCHOST","features":[167]},{"name":"DEBUG_FLR_SVCHOST_GROUP","features":[167]},{"name":"DEBUG_FLR_SVCHOST_IMAGEPATH","features":[167]},{"name":"DEBUG_FLR_SVCHOST_SERVICEDLL","features":[167]},{"name":"DEBUG_FLR_SWITCH_PROCESS_CONTEXT","features":[167]},{"name":"DEBUG_FLR_SYMBOL_FROM_RAW_STACK_ADDRESS","features":[167]},{"name":"DEBUG_FLR_SYMBOL_NAME","features":[167]},{"name":"DEBUG_FLR_SYMBOL_ON_RAW_STACK","features":[167]},{"name":"DEBUG_FLR_SYMBOL_ROUTINE_NAME","features":[167]},{"name":"DEBUG_FLR_SYMBOL_STACK_INDEX","features":[167]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_MANUFACTURER","features":[167]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_PRODUCT","features":[167]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_VERSION","features":[167]},{"name":"DEBUG_FLR_SYSINFO_BIOS_DATE","features":[167]},{"name":"DEBUG_FLR_SYSINFO_BIOS_VENDOR","features":[167]},{"name":"DEBUG_FLR_SYSINFO_BIOS_VERSION","features":[167]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_MANUFACTURER","features":[167]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_PRODUCT","features":[167]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_SKU","features":[167]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_VERSION","features":[167]},{"name":"DEBUG_FLR_SYSTEM_LOCALE_deprecated","features":[167]},{"name":"DEBUG_FLR_SYSXML_CHECKSUM","features":[167]},{"name":"DEBUG_FLR_SYSXML_LOCALEID","features":[167]},{"name":"DEBUG_FLR_TARGET_MODE","features":[167]},{"name":"DEBUG_FLR_TARGET_TIME","features":[167]},{"name":"DEBUG_FLR_TESTRESULTGUID","features":[167]},{"name":"DEBUG_FLR_TESTRESULTSERVER","features":[167]},{"name":"DEBUG_FLR_THREADPOOL_WAITER","features":[167]},{"name":"DEBUG_FLR_THREAD_ATTRIBUTES","features":[167]},{"name":"DEBUG_FLR_TIMELINE_ANALYSIS","features":[167]},{"name":"DEBUG_FLR_TIMELINE_TIMES","features":[167]},{"name":"DEBUG_FLR_TRAP_FRAME","features":[167]},{"name":"DEBUG_FLR_TRAP_FRAME_RECURSION","features":[167]},{"name":"DEBUG_FLR_TRIAGER_OS_BUILD_NAME","features":[167]},{"name":"DEBUG_FLR_TSS","features":[167]},{"name":"DEBUG_FLR_TWO_BIT_ERROR","features":[167]},{"name":"DEBUG_FLR_ULS_SCRIPT_EXCEPTION","features":[167]},{"name":"DEBUG_FLR_UNALIGNED_STACK_POINTER","features":[167]},{"name":"DEBUG_FLR_UNKNOWN","features":[167]},{"name":"DEBUG_FLR_UNKNOWN_MODULE","features":[167]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_FOLLOWUP_NAME","features":[167]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_PROBLEM_CLASS","features":[167]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_PROBLEM_CLASS_DATA","features":[167]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_STACK","features":[167]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_SYMBOL_NAME","features":[167]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_THREAD","features":[167]},{"name":"DEBUG_FLR_UNUSED001","features":[167]},{"name":"DEBUG_FLR_URLS","features":[167]},{"name":"DEBUG_FLR_URLS_DISCOVERED","features":[167]},{"name":"DEBUG_FLR_URL_ENTRY","features":[167]},{"name":"DEBUG_FLR_URL_LCIE_ENTRY","features":[167]},{"name":"DEBUG_FLR_URL_URLMON_ENTRY","features":[167]},{"name":"DEBUG_FLR_URL_XMLHTTPREQ_SYNC_ENTRY","features":[167]},{"name":"DEBUG_FLR_USBPORT_OCADATA","features":[167]},{"name":"DEBUG_FLR_USER","features":[167]},{"name":"DEBUG_FLR_USERBREAK_PEB_PAGEDOUT","features":[167]},{"name":"DEBUG_FLR_USERMODE_DATA","features":[167]},{"name":"DEBUG_FLR_USER_GLOBAL_ATTRIBUTES","features":[167]},{"name":"DEBUG_FLR_USER_LCID","features":[167]},{"name":"DEBUG_FLR_USER_LCID_STR","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_EVENTTYPE","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_INDEX","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P0","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P1","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P2","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P3","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P4","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P5","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P6","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P7","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_REPORTCREATIONTIME","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_REPORTGUID","features":[167]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_STRING","features":[167]},{"name":"DEBUG_FLR_USER_NAME","features":[167]},{"name":"DEBUG_FLR_USER_PROBLEM_CLASSES","features":[167]},{"name":"DEBUG_FLR_USER_THREAD_ATTRIBUTES","features":[167]},{"name":"DEBUG_FLR_USE_DEFAULT_CONTEXT","features":[167]},{"name":"DEBUG_FLR_VERIFIER_DRIVER_ENTRY","features":[167]},{"name":"DEBUG_FLR_VERIFIER_FOUND_DEADLOCK","features":[167]},{"name":"DEBUG_FLR_VERIFIER_STOP","features":[167]},{"name":"DEBUG_FLR_VIDEO_TDR_CONTEXT","features":[167]},{"name":"DEBUG_FLR_VIRTUAL_MACHINE","features":[167]},{"name":"DEBUG_FLR_WAIT_CHAIN_COMMAND","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_00","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_01","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_02","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_03","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_04","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_05","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_06","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_07","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_08","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_09","features":[167]},{"name":"DEBUG_FLR_WATSON_GENERIC_EVENT_NAME","features":[167]},{"name":"DEBUG_FLR_WATSON_IBUCKET","features":[167]},{"name":"DEBUG_FLR_WATSON_IBUCKETTABLE_S1_RESP","features":[167]},{"name":"DEBUG_FLR_WATSON_IBUCKET_S1_RESP","features":[167]},{"name":"DEBUG_FLR_WATSON_MODULE","features":[167]},{"name":"DEBUG_FLR_WATSON_MODULE_OFFSET","features":[167]},{"name":"DEBUG_FLR_WATSON_MODULE_TIMESTAMP","features":[167]},{"name":"DEBUG_FLR_WATSON_MODULE_VERSION","features":[167]},{"name":"DEBUG_FLR_WATSON_PROCESS_TIMESTAMP","features":[167]},{"name":"DEBUG_FLR_WATSON_PROCESS_VERSION","features":[167]},{"name":"DEBUG_FLR_WCT_XML_AVAILABLE","features":[167]},{"name":"DEBUG_FLR_WERCOLLECTION_DEFAULTCOLLECTION_FAILURE","features":[167]},{"name":"DEBUG_FLR_WERCOLLECTION_MINIDUMP_WRITE_FAILURE","features":[167]},{"name":"DEBUG_FLR_WERCOLLECTION_PROCESSHEAPDUMP_REQUEST_FAILURE","features":[167]},{"name":"DEBUG_FLR_WERCOLLECTION_PROCESSTERMINATED","features":[167]},{"name":"DEBUG_FLR_WER_DATA_COLLECTION_INFO","features":[167]},{"name":"DEBUG_FLR_WER_MACHINE_ID","features":[167]},{"name":"DEBUG_FLR_WHEA_ERROR_RECORD","features":[167]},{"name":"DEBUG_FLR_WINLOGON_BLACKBOX","features":[167]},{"name":"DEBUG_FLR_WMI_QUERY_DATA","features":[167]},{"name":"DEBUG_FLR_WORKER_ROUTINE","features":[167]},{"name":"DEBUG_FLR_WORK_ITEM","features":[167]},{"name":"DEBUG_FLR_WORK_QUEUE_ITEM","features":[167]},{"name":"DEBUG_FLR_WQL_EVENTLOG_INFO","features":[167]},{"name":"DEBUG_FLR_WQL_EVENT_COUNT","features":[167]},{"name":"DEBUG_FLR_WRITE_ADDRESS","features":[167]},{"name":"DEBUG_FLR_WRONG_SYMBOLS","features":[167]},{"name":"DEBUG_FLR_WRONG_SYMBOLS_SIZE","features":[167]},{"name":"DEBUG_FLR_WRONG_SYMBOLS_TIMESTAMP","features":[167]},{"name":"DEBUG_FLR_XBOX_LIVE_ENVIRONMENT","features":[167]},{"name":"DEBUG_FLR_XBOX_SYSTEM_CRASHTIME","features":[167]},{"name":"DEBUG_FLR_XBOX_SYSTEM_UPTIME","features":[167]},{"name":"DEBUG_FLR_XCS_PATH","features":[167]},{"name":"DEBUG_FLR_XDV_HELP_LINK","features":[167]},{"name":"DEBUG_FLR_XDV_RULE_INFO","features":[167]},{"name":"DEBUG_FLR_XDV_STATE_VARIABLE","features":[167]},{"name":"DEBUG_FLR_XDV_VIOLATED_CONDITION","features":[167]},{"name":"DEBUG_FLR_XHCI_FIRMWARE_VERSION","features":[167]},{"name":"DEBUG_FLR_XML_APPLICATION_NAME","features":[167]},{"name":"DEBUG_FLR_XML_ATTRIBUTE","features":[167]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_D1VALUE","features":[167]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_D2VALUE","features":[167]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_DOVALUE","features":[167]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_FRAME_NUMBER","features":[167]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_LIST","features":[167]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_NAME","features":[167]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_THREAD_INDEX","features":[167]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_VALUE","features":[167]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_VALUE_TYPE","features":[167]},{"name":"DEBUG_FLR_XML_ENCODED_OFFSETS","features":[167]},{"name":"DEBUG_FLR_XML_EVENTTYPE","features":[167]},{"name":"DEBUG_FLR_XML_GLOBALATTRIBUTE_LIST","features":[167]},{"name":"DEBUG_FLR_XML_MODERN_ASYNC_REQUEST_OUTSTANDING","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_BASE","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_CHECKSUM","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_COMPANY_NAME","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_DRIVER_GROUP","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FILE_DESCRIPTION","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FILE_FLAGS","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FIXED_FILE_VER","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FIXED_PROD_VER","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_IMAGE_NAME","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_IMAGE_PATH","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_INDEX","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_INTERNAL_NAME","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_NAME","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_ON_STACK","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_ORIG_FILE_NAME","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_PRODUCT_NAME","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SIZE","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_STRING_FILE_VER","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_STRING_PROD_VER","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMBOL_TYPE","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_DETAIL","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_ERROR","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_SEC","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_STATUS","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_DETAIL","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_ERROR","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_SEC","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_STATUS","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_TIMESTAMP","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_INFO_UNLOADED","features":[167]},{"name":"DEBUG_FLR_XML_MODULE_LIST","features":[167]},{"name":"DEBUG_FLR_XML_PACKAGE_MONIKER","features":[167]},{"name":"DEBUG_FLR_XML_PACKAGE_NAME","features":[167]},{"name":"DEBUG_FLR_XML_PACKAGE_RELATIVE_APPLICATION_ID","features":[167]},{"name":"DEBUG_FLR_XML_PACKAGE_VERSION","features":[167]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS","features":[167]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_FRAME_NUMBER","features":[167]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_LIST","features":[167]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_NAME","features":[167]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_THREAD_INDEX","features":[167]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_VALUE","features":[167]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_VALUE_TYPE","features":[167]},{"name":"DEBUG_FLR_XML_STACK_FRAME_TRIAGE_STATUS","features":[167]},{"name":"DEBUG_FLR_XML_SYSTEMINFO","features":[167]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMANUFACTURER","features":[167]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMARKER","features":[167]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMODEL","features":[167]},{"name":"DEBUG_FLR_XPROC_DUMP_AVAILABLE","features":[167]},{"name":"DEBUG_FLR_XPROC_HANG","features":[167]},{"name":"DEBUG_FLR_ZEROED_STACK","features":[167]},{"name":"DEBUG_FORMAT_CAB_SECONDARY_ALL_IMAGES","features":[167]},{"name":"DEBUG_FORMAT_CAB_SECONDARY_FILES","features":[167]},{"name":"DEBUG_FORMAT_DEFAULT","features":[167]},{"name":"DEBUG_FORMAT_NO_OVERWRITE","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_ADD_AVX_XSTATE_CONTEXT","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_CODE_SEGMENTS","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_DATA_SEGMENTS","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_MEMORY","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_PATHS","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_TRIAGE","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_AUXILIARY_STATE","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_MEMORY","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_MEMORY_INFO","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_HANDLE_DATA","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_IGNORE_INACCESSIBLE_MEM","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_INDIRECT_MEMORY","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_IPT_TRACE","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_MODULE_HEADERS","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_NO_AUXILIARY_STATE","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_NO_OPTIONAL_DATA","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_PRIVATE_READ_WRITE_MEMORY","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_PROCESS_THREAD_DATA","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_SCAN_PARTIAL_PAGES","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_THREAD_INFO","features":[167]},{"name":"DEBUG_FORMAT_USER_SMALL_UNLOADED_MODULES","features":[167]},{"name":"DEBUG_FORMAT_WRITE_CAB","features":[167]},{"name":"DEBUG_FRAME_DEFAULT","features":[167]},{"name":"DEBUG_FRAME_IGNORE_INLINE","features":[167]},{"name":"DEBUG_GETFNENT_DEFAULT","features":[167]},{"name":"DEBUG_GETFNENT_RAW_ENTRY_ONLY","features":[167]},{"name":"DEBUG_GETMOD_DEFAULT","features":[167]},{"name":"DEBUG_GETMOD_NO_LOADED_MODULES","features":[167]},{"name":"DEBUG_GETMOD_NO_UNLOADED_MODULES","features":[167]},{"name":"DEBUG_GET_PROC_DEFAULT","features":[167]},{"name":"DEBUG_GET_PROC_FULL_MATCH","features":[167]},{"name":"DEBUG_GET_PROC_ONLY_MATCH","features":[167]},{"name":"DEBUG_GET_PROC_SERVICE_NAME","features":[167]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IN","features":[167]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_DOT_COMMAND","features":[167]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_EXTENSION_COMMAND","features":[167]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_SYMBOL","features":[167]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_DOT_COMMANDS","features":[167]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_EXTENSION_COMMANDS","features":[167]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_SYMBOLS","features":[167]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_OUT","features":[167]},{"name":"DEBUG_GSEL_ALLOW_HIGHER","features":[167]},{"name":"DEBUG_GSEL_ALLOW_LOWER","features":[167]},{"name":"DEBUG_GSEL_DEFAULT","features":[167]},{"name":"DEBUG_GSEL_INLINE_CALLSITE","features":[167]},{"name":"DEBUG_GSEL_NEAREST_ONLY","features":[167]},{"name":"DEBUG_GSEL_NO_SYMBOL_LOADS","features":[167]},{"name":"DEBUG_HANDLE_DATA_BASIC","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_ALL_HANDLE_OPERATIONS","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_BASIC","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_HANDLE_COUNT","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_EVENT_1","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_MUTANT_1","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_MUTANT_2","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_PROCESS_1","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_PROCESS_2","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_SECTION_1","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_SEMAPHORE_1","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_THREAD_1","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_OBJECT_NAME","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_OBJECT_NAME_WIDE","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_PER_HANDLE_OPERATIONS","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_TYPE_NAME","features":[167]},{"name":"DEBUG_HANDLE_DATA_TYPE_TYPE_NAME_WIDE","features":[167]},{"name":"DEBUG_INTERRUPT_ACTIVE","features":[167]},{"name":"DEBUG_INTERRUPT_EXIT","features":[167]},{"name":"DEBUG_INTERRUPT_PASSIVE","features":[167]},{"name":"DEBUG_IOUTPUT_ADDR_TRANSLATE","features":[167]},{"name":"DEBUG_IOUTPUT_BREAKPOINT","features":[167]},{"name":"DEBUG_IOUTPUT_EVENT","features":[167]},{"name":"DEBUG_IOUTPUT_KD_PROTOCOL","features":[167]},{"name":"DEBUG_IOUTPUT_REMOTING","features":[167]},{"name":"DEBUG_IRP_INFO","features":[167]},{"name":"DEBUG_IRP_STACK_INFO","features":[167]},{"name":"DEBUG_KERNEL_ACTIVE_DUMP","features":[167]},{"name":"DEBUG_KERNEL_CONNECTION","features":[167]},{"name":"DEBUG_KERNEL_DUMP","features":[167]},{"name":"DEBUG_KERNEL_EXDI_DRIVER","features":[167]},{"name":"DEBUG_KERNEL_FULL_DUMP","features":[167]},{"name":"DEBUG_KERNEL_IDNA","features":[167]},{"name":"DEBUG_KERNEL_INSTALL_DRIVER","features":[167]},{"name":"DEBUG_KERNEL_LOCAL","features":[167]},{"name":"DEBUG_KERNEL_REPT","features":[167]},{"name":"DEBUG_KERNEL_SMALL_DUMP","features":[167]},{"name":"DEBUG_KERNEL_TRACE_LOG","features":[167]},{"name":"DEBUG_KNOWN_STRUCT_GET_NAMES","features":[167]},{"name":"DEBUG_KNOWN_STRUCT_GET_SINGLE_LINE_OUTPUT","features":[167]},{"name":"DEBUG_KNOWN_STRUCT_SUPPRESS_TYPE_NAME","features":[167]},{"name":"DEBUG_LAST_EVENT_INFO_BREAKPOINT","features":[167]},{"name":"DEBUG_LAST_EVENT_INFO_EXCEPTION","features":[3,167]},{"name":"DEBUG_LAST_EVENT_INFO_EXIT_PROCESS","features":[167]},{"name":"DEBUG_LAST_EVENT_INFO_EXIT_THREAD","features":[167]},{"name":"DEBUG_LAST_EVENT_INFO_LOAD_MODULE","features":[167]},{"name":"DEBUG_LAST_EVENT_INFO_SERVICE_EXCEPTION","features":[167]},{"name":"DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR","features":[167]},{"name":"DEBUG_LAST_EVENT_INFO_UNLOAD_MODULE","features":[167]},{"name":"DEBUG_LEVEL_ASSEMBLY","features":[167]},{"name":"DEBUG_LEVEL_SOURCE","features":[167]},{"name":"DEBUG_LIVE_USER_NON_INVASIVE","features":[167]},{"name":"DEBUG_LOG_APPEND","features":[167]},{"name":"DEBUG_LOG_DEFAULT","features":[167]},{"name":"DEBUG_LOG_DML","features":[167]},{"name":"DEBUG_LOG_UNICODE","features":[167]},{"name":"DEBUG_MANAGED_ALLOWED","features":[167]},{"name":"DEBUG_MANAGED_DISABLED","features":[167]},{"name":"DEBUG_MANAGED_DLL_LOADED","features":[167]},{"name":"DEBUG_MANRESET_DEFAULT","features":[167]},{"name":"DEBUG_MANRESET_LOAD_DLL","features":[167]},{"name":"DEBUG_MANSTR_LOADED_SUPPORT_DLL","features":[167]},{"name":"DEBUG_MANSTR_LOAD_STATUS","features":[167]},{"name":"DEBUG_MANSTR_NONE","features":[167]},{"name":"DEBUG_MODNAME_IMAGE","features":[167]},{"name":"DEBUG_MODNAME_LOADED_IMAGE","features":[167]},{"name":"DEBUG_MODNAME_MAPPED_IMAGE","features":[167]},{"name":"DEBUG_MODNAME_MODULE","features":[167]},{"name":"DEBUG_MODNAME_SYMBOL_FILE","features":[167]},{"name":"DEBUG_MODULE_AND_ID","features":[167]},{"name":"DEBUG_MODULE_EXE_MODULE","features":[167]},{"name":"DEBUG_MODULE_EXPLICIT","features":[167]},{"name":"DEBUG_MODULE_LOADED","features":[167]},{"name":"DEBUG_MODULE_PARAMETERS","features":[167]},{"name":"DEBUG_MODULE_SECONDARY","features":[167]},{"name":"DEBUG_MODULE_SYM_BAD_CHECKSUM","features":[167]},{"name":"DEBUG_MODULE_SYNTHETIC","features":[167]},{"name":"DEBUG_MODULE_UNLOADED","features":[167]},{"name":"DEBUG_MODULE_USER_MODE","features":[167]},{"name":"DEBUG_NOTIFY_SESSION_ACCESSIBLE","features":[167]},{"name":"DEBUG_NOTIFY_SESSION_ACTIVE","features":[167]},{"name":"DEBUG_NOTIFY_SESSION_INACCESSIBLE","features":[167]},{"name":"DEBUG_NOTIFY_SESSION_INACTIVE","features":[167]},{"name":"DEBUG_OFFSET_REGION","features":[167]},{"name":"DEBUG_OFFSINFO_VIRTUAL_SOURCE","features":[167]},{"name":"DEBUG_OUTCBF_COMBINED_EXPLICIT_FLUSH","features":[167]},{"name":"DEBUG_OUTCBF_DML_HAS_SPECIAL_CHARACTERS","features":[167]},{"name":"DEBUG_OUTCBF_DML_HAS_TAGS","features":[167]},{"name":"DEBUG_OUTCBI_ANY_FORMAT","features":[167]},{"name":"DEBUG_OUTCBI_DML","features":[167]},{"name":"DEBUG_OUTCBI_EXPLICIT_FLUSH","features":[167]},{"name":"DEBUG_OUTCBI_TEXT","features":[167]},{"name":"DEBUG_OUTCB_DML","features":[167]},{"name":"DEBUG_OUTCB_EXPLICIT_FLUSH","features":[167]},{"name":"DEBUG_OUTCB_TEXT","features":[167]},{"name":"DEBUG_OUTCTL_ALL_CLIENTS","features":[167]},{"name":"DEBUG_OUTCTL_ALL_OTHER_CLIENTS","features":[167]},{"name":"DEBUG_OUTCTL_AMBIENT","features":[167]},{"name":"DEBUG_OUTCTL_AMBIENT_DML","features":[167]},{"name":"DEBUG_OUTCTL_AMBIENT_TEXT","features":[167]},{"name":"DEBUG_OUTCTL_DML","features":[167]},{"name":"DEBUG_OUTCTL_IGNORE","features":[167]},{"name":"DEBUG_OUTCTL_LOG_ONLY","features":[167]},{"name":"DEBUG_OUTCTL_NOT_LOGGED","features":[167]},{"name":"DEBUG_OUTCTL_OVERRIDE_MASK","features":[167]},{"name":"DEBUG_OUTCTL_SEND_MASK","features":[167]},{"name":"DEBUG_OUTCTL_THIS_CLIENT","features":[167]},{"name":"DEBUG_OUTPUT_DEBUGGEE","features":[167]},{"name":"DEBUG_OUTPUT_DEBUGGEE_PROMPT","features":[167]},{"name":"DEBUG_OUTPUT_ERROR","features":[167]},{"name":"DEBUG_OUTPUT_EXTENSION_WARNING","features":[167]},{"name":"DEBUG_OUTPUT_IDENTITY_DEFAULT","features":[167]},{"name":"DEBUG_OUTPUT_NAME_END","features":[167]},{"name":"DEBUG_OUTPUT_NAME_END_T","features":[167]},{"name":"DEBUG_OUTPUT_NAME_END_WIDE","features":[167]},{"name":"DEBUG_OUTPUT_NORMAL","features":[167]},{"name":"DEBUG_OUTPUT_OFFSET_END","features":[167]},{"name":"DEBUG_OUTPUT_OFFSET_END_T","features":[167]},{"name":"DEBUG_OUTPUT_OFFSET_END_WIDE","features":[167]},{"name":"DEBUG_OUTPUT_PROMPT","features":[167]},{"name":"DEBUG_OUTPUT_PROMPT_REGISTERS","features":[167]},{"name":"DEBUG_OUTPUT_STATUS","features":[167]},{"name":"DEBUG_OUTPUT_SYMBOLS","features":[167]},{"name":"DEBUG_OUTPUT_SYMBOLS_DEFAULT","features":[167]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_NAMES","features":[167]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_OFFSETS","features":[167]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_TYPES","features":[167]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_VALUES","features":[167]},{"name":"DEBUG_OUTPUT_TYPE_END","features":[167]},{"name":"DEBUG_OUTPUT_TYPE_END_T","features":[167]},{"name":"DEBUG_OUTPUT_TYPE_END_WIDE","features":[167]},{"name":"DEBUG_OUTPUT_VALUE_END","features":[167]},{"name":"DEBUG_OUTPUT_VALUE_END_T","features":[167]},{"name":"DEBUG_OUTPUT_VALUE_END_WIDE","features":[167]},{"name":"DEBUG_OUTPUT_VERBOSE","features":[167]},{"name":"DEBUG_OUTPUT_WARNING","features":[167]},{"name":"DEBUG_OUTPUT_XML","features":[167]},{"name":"DEBUG_OUTSYM_ALLOW_DISPLACEMENT","features":[167]},{"name":"DEBUG_OUTSYM_DEFAULT","features":[167]},{"name":"DEBUG_OUTSYM_FORCE_OFFSET","features":[167]},{"name":"DEBUG_OUTSYM_SOURCE_LINE","features":[167]},{"name":"DEBUG_OUTTYPE_ADDRESS_AT_END","features":[167]},{"name":"DEBUG_OUTTYPE_ADDRESS_OF_FIELD","features":[167]},{"name":"DEBUG_OUTTYPE_BLOCK_RECURSE","features":[167]},{"name":"DEBUG_OUTTYPE_COMPACT_OUTPUT","features":[167]},{"name":"DEBUG_OUTTYPE_DEFAULT","features":[167]},{"name":"DEBUG_OUTTYPE_NO_INDENT","features":[167]},{"name":"DEBUG_OUTTYPE_NO_OFFSET","features":[167]},{"name":"DEBUG_OUTTYPE_VERBOSE","features":[167]},{"name":"DEBUG_OUT_TEXT_REPL_DEFAULT","features":[167]},{"name":"DEBUG_PHYSICAL_CACHED","features":[167]},{"name":"DEBUG_PHYSICAL_DEFAULT","features":[167]},{"name":"DEBUG_PHYSICAL_UNCACHED","features":[167]},{"name":"DEBUG_PHYSICAL_WRITE_COMBINED","features":[167]},{"name":"DEBUG_PNP_TRIAGE_INFO","features":[167]},{"name":"DEBUG_POOLTAG_DESCRIPTION","features":[167]},{"name":"DEBUG_POOL_DATA","features":[167]},{"name":"DEBUG_POOL_REGION","features":[167]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ALL","features":[167]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ALPHA","features":[167]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_AMD64","features":[167]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ARM","features":[167]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ARM64","features":[167]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_IA64","features":[167]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_X86","features":[167]},{"name":"DEBUG_PROCESS_DETACH_ON_EXIT","features":[167]},{"name":"DEBUG_PROCESS_ONLY_THIS_PROCESS","features":[167]},{"name":"DEBUG_PROC_DESC_DEFAULT","features":[167]},{"name":"DEBUG_PROC_DESC_NO_COMMAND_LINE","features":[167]},{"name":"DEBUG_PROC_DESC_NO_MTS_PACKAGES","features":[167]},{"name":"DEBUG_PROC_DESC_NO_PATHS","features":[167]},{"name":"DEBUG_PROC_DESC_NO_SERVICES","features":[167]},{"name":"DEBUG_PROC_DESC_NO_SESSION_ID","features":[167]},{"name":"DEBUG_PROC_DESC_NO_USER_NAME","features":[167]},{"name":"DEBUG_PROC_DESC_WITH_ARCHITECTURE","features":[167]},{"name":"DEBUG_PROC_DESC_WITH_PACKAGEFAMILY","features":[167]},{"name":"DEBUG_READ_USER_MINIDUMP_STREAM","features":[167]},{"name":"DEBUG_REGISTERS_ALL","features":[167]},{"name":"DEBUG_REGISTERS_DEFAULT","features":[167]},{"name":"DEBUG_REGISTERS_FLOAT","features":[167]},{"name":"DEBUG_REGISTERS_INT32","features":[167]},{"name":"DEBUG_REGISTERS_INT64","features":[167]},{"name":"DEBUG_REGISTER_DESCRIPTION","features":[167]},{"name":"DEBUG_REGISTER_SUB_REGISTER","features":[167]},{"name":"DEBUG_REGSRC_DEBUGGEE","features":[167]},{"name":"DEBUG_REGSRC_EXPLICIT","features":[167]},{"name":"DEBUG_REGSRC_FRAME","features":[167]},{"name":"DEBUG_REQUEST_ADD_CACHED_SYMBOL_INFO","features":[167]},{"name":"DEBUG_REQUEST_CLOSE_TOKEN","features":[167]},{"name":"DEBUG_REQUEST_CURRENT_OUTPUT_CALLBACKS_ARE_DML_AWARE","features":[167]},{"name":"DEBUG_REQUEST_DUPLICATE_TOKEN","features":[167]},{"name":"DEBUG_REQUEST_EXT_TYPED_DATA_ANSI","features":[167]},{"name":"DEBUG_REQUEST_GET_ADDITIONAL_CREATE_OPTIONS","features":[167]},{"name":"DEBUG_REQUEST_GET_CACHED_SYMBOL_INFO","features":[167]},{"name":"DEBUG_REQUEST_GET_CAPTURED_EVENT_CODE_OFFSET","features":[167]},{"name":"DEBUG_REQUEST_GET_DUMP_HEADER","features":[167]},{"name":"DEBUG_REQUEST_GET_EXTENSION_SEARCH_PATH_WIDE","features":[167]},{"name":"DEBUG_REQUEST_GET_IMAGE_ARCHITECTURE","features":[167]},{"name":"DEBUG_REQUEST_GET_INSTRUMENTATION_VERSION","features":[167]},{"name":"DEBUG_REQUEST_GET_MODULE_ARCHITECTURE","features":[167]},{"name":"DEBUG_REQUEST_GET_OFFSET_UNWIND_INFORMATION","features":[167]},{"name":"DEBUG_REQUEST_GET_TEXT_COMPLETIONS_ANSI","features":[167]},{"name":"DEBUG_REQUEST_GET_TEXT_COMPLETIONS_WIDE","features":[167]},{"name":"DEBUG_REQUEST_GET_WIN32_MAJOR_MINOR_VERSIONS","features":[167]},{"name":"DEBUG_REQUEST_INLINE_QUERY","features":[167]},{"name":"DEBUG_REQUEST_MIDORI","features":[167]},{"name":"DEBUG_REQUEST_MISC_INFORMATION","features":[167]},{"name":"DEBUG_REQUEST_OPEN_PROCESS_TOKEN","features":[167]},{"name":"DEBUG_REQUEST_OPEN_THREAD_TOKEN","features":[167]},{"name":"DEBUG_REQUEST_PROCESS_DESCRIPTORS","features":[167]},{"name":"DEBUG_REQUEST_QUERY_INFO_TOKEN","features":[167]},{"name":"DEBUG_REQUEST_READ_CAPTURED_EVENT_CODE_STREAM","features":[167]},{"name":"DEBUG_REQUEST_READ_USER_MINIDUMP_STREAM","features":[167]},{"name":"DEBUG_REQUEST_REMOVE_CACHED_SYMBOL_INFO","features":[167]},{"name":"DEBUG_REQUEST_RESUME_THREAD","features":[167]},{"name":"DEBUG_REQUEST_SET_ADDITIONAL_CREATE_OPTIONS","features":[167]},{"name":"DEBUG_REQUEST_SET_DUMP_HEADER","features":[167]},{"name":"DEBUG_REQUEST_SET_LOCAL_IMPLICIT_COMMAND_LINE","features":[167]},{"name":"DEBUG_REQUEST_SOURCE_PATH_HAS_SOURCE_SERVER","features":[167]},{"name":"DEBUG_REQUEST_TARGET_CAN_DETACH","features":[167]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_CONTEXT","features":[167]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_RECORD","features":[167]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_THREAD","features":[167]},{"name":"DEBUG_REQUEST_TL_INSTRUMENTATION_AWARE","features":[167]},{"name":"DEBUG_REQUEST_WOW_MODULE","features":[167]},{"name":"DEBUG_REQUEST_WOW_PROCESS","features":[167]},{"name":"DEBUG_SCOPE_GROUP_ALL","features":[167]},{"name":"DEBUG_SCOPE_GROUP_ARGUMENTS","features":[167]},{"name":"DEBUG_SCOPE_GROUP_BY_DATAMODEL","features":[167]},{"name":"DEBUG_SCOPE_GROUP_LOCALS","features":[167]},{"name":"DEBUG_SERVERS_ALL","features":[167]},{"name":"DEBUG_SERVERS_DEBUGGER","features":[167]},{"name":"DEBUG_SERVERS_PROCESS","features":[167]},{"name":"DEBUG_SESSION_ACTIVE","features":[167]},{"name":"DEBUG_SESSION_END","features":[167]},{"name":"DEBUG_SESSION_END_SESSION_ACTIVE_DETACH","features":[167]},{"name":"DEBUG_SESSION_END_SESSION_ACTIVE_TERMINATE","features":[167]},{"name":"DEBUG_SESSION_END_SESSION_PASSIVE","features":[167]},{"name":"DEBUG_SESSION_FAILURE","features":[167]},{"name":"DEBUG_SESSION_HIBERNATE","features":[167]},{"name":"DEBUG_SESSION_REBOOT","features":[167]},{"name":"DEBUG_SMBIOS_INFO","features":[167]},{"name":"DEBUG_SOURCE_IS_STATEMENT","features":[167]},{"name":"DEBUG_SPECIFIC_FILTER_PARAMETERS","features":[167]},{"name":"DEBUG_SRCFILE_SYMBOL_CHECKSUMINFO","features":[167]},{"name":"DEBUG_SRCFILE_SYMBOL_TOKEN","features":[167]},{"name":"DEBUG_SRCFILE_SYMBOL_TOKEN_SOURCE_COMMAND_WIDE","features":[167]},{"name":"DEBUG_STACK_ARGUMENTS","features":[167]},{"name":"DEBUG_STACK_COLUMN_NAMES","features":[167]},{"name":"DEBUG_STACK_DML","features":[167]},{"name":"DEBUG_STACK_FRAME","features":[3,167]},{"name":"DEBUG_STACK_FRAME_ADDRESSES","features":[167]},{"name":"DEBUG_STACK_FRAME_ADDRESSES_RA_ONLY","features":[167]},{"name":"DEBUG_STACK_FRAME_ARCH","features":[167]},{"name":"DEBUG_STACK_FRAME_EX","features":[3,167]},{"name":"DEBUG_STACK_FRAME_MEMORY_USAGE","features":[167]},{"name":"DEBUG_STACK_FRAME_NUMBERS","features":[167]},{"name":"DEBUG_STACK_FRAME_OFFSETS","features":[167]},{"name":"DEBUG_STACK_FUNCTION_INFO","features":[167]},{"name":"DEBUG_STACK_NONVOLATILE_REGISTERS","features":[167]},{"name":"DEBUG_STACK_PARAMETERS","features":[167]},{"name":"DEBUG_STACK_PARAMETERS_NEWLINE","features":[167]},{"name":"DEBUG_STACK_PROVIDER","features":[167]},{"name":"DEBUG_STACK_SOURCE_LINE","features":[167]},{"name":"DEBUG_STATUS_BREAK","features":[167]},{"name":"DEBUG_STATUS_GO","features":[167]},{"name":"DEBUG_STATUS_GO_HANDLED","features":[167]},{"name":"DEBUG_STATUS_GO_NOT_HANDLED","features":[167]},{"name":"DEBUG_STATUS_IGNORE_EVENT","features":[167]},{"name":"DEBUG_STATUS_INSIDE_WAIT","features":[167]},{"name":"DEBUG_STATUS_MASK","features":[167]},{"name":"DEBUG_STATUS_NO_CHANGE","features":[167]},{"name":"DEBUG_STATUS_NO_DEBUGGEE","features":[167]},{"name":"DEBUG_STATUS_OUT_OF_SYNC","features":[167]},{"name":"DEBUG_STATUS_RESTART_REQUESTED","features":[167]},{"name":"DEBUG_STATUS_REVERSE_GO","features":[167]},{"name":"DEBUG_STATUS_REVERSE_STEP_BRANCH","features":[167]},{"name":"DEBUG_STATUS_REVERSE_STEP_INTO","features":[167]},{"name":"DEBUG_STATUS_REVERSE_STEP_OVER","features":[167]},{"name":"DEBUG_STATUS_STEP_BRANCH","features":[167]},{"name":"DEBUG_STATUS_STEP_INTO","features":[167]},{"name":"DEBUG_STATUS_STEP_OVER","features":[167]},{"name":"DEBUG_STATUS_TIMEOUT","features":[167]},{"name":"DEBUG_STATUS_WAIT_INPUT","features":[167]},{"name":"DEBUG_STATUS_WAIT_TIMEOUT","features":[167]},{"name":"DEBUG_SYMBOL_ENTRY","features":[167]},{"name":"DEBUG_SYMBOL_EXPANDED","features":[167]},{"name":"DEBUG_SYMBOL_EXPANSION_LEVEL_MASK","features":[167]},{"name":"DEBUG_SYMBOL_IS_ARGUMENT","features":[167]},{"name":"DEBUG_SYMBOL_IS_ARRAY","features":[167]},{"name":"DEBUG_SYMBOL_IS_FLOAT","features":[167]},{"name":"DEBUG_SYMBOL_IS_LOCAL","features":[167]},{"name":"DEBUG_SYMBOL_PARAMETERS","features":[167]},{"name":"DEBUG_SYMBOL_READ_ONLY","features":[167]},{"name":"DEBUG_SYMBOL_SOURCE_ENTRY","features":[167]},{"name":"DEBUG_SYMENT_IS_CODE","features":[167]},{"name":"DEBUG_SYMENT_IS_DATA","features":[167]},{"name":"DEBUG_SYMENT_IS_LOCAL","features":[167]},{"name":"DEBUG_SYMENT_IS_MANAGED","features":[167]},{"name":"DEBUG_SYMENT_IS_PARAMETER","features":[167]},{"name":"DEBUG_SYMENT_IS_SYNTHETIC","features":[167]},{"name":"DEBUG_SYMINFO_BREAKPOINT_SOURCE_LINE","features":[167]},{"name":"DEBUG_SYMINFO_GET_MODULE_SYMBOL_NAMES_AND_OFFSETS","features":[167]},{"name":"DEBUG_SYMINFO_GET_SYMBOL_NAME_BY_OFFSET_AND_TAG_WIDE","features":[167]},{"name":"DEBUG_SYMINFO_IMAGEHLP_MODULEW64","features":[167]},{"name":"DEBUG_SYMTYPE_CODEVIEW","features":[167]},{"name":"DEBUG_SYMTYPE_COFF","features":[167]},{"name":"DEBUG_SYMTYPE_DEFERRED","features":[167]},{"name":"DEBUG_SYMTYPE_DIA","features":[167]},{"name":"DEBUG_SYMTYPE_EXPORT","features":[167]},{"name":"DEBUG_SYMTYPE_NONE","features":[167]},{"name":"DEBUG_SYMTYPE_PDB","features":[167]},{"name":"DEBUG_SYMTYPE_SYM","features":[167]},{"name":"DEBUG_SYSOBJINFO_CURRENT_PROCESS_COOKIE","features":[167]},{"name":"DEBUG_SYSOBJINFO_THREAD_BASIC_INFORMATION","features":[167]},{"name":"DEBUG_SYSOBJINFO_THREAD_NAME_WIDE","features":[167]},{"name":"DEBUG_SYSVERSTR_BUILD","features":[167]},{"name":"DEBUG_SYSVERSTR_SERVICE_PACK","features":[167]},{"name":"DEBUG_TBINFO_AFFINITY","features":[167]},{"name":"DEBUG_TBINFO_ALL","features":[167]},{"name":"DEBUG_TBINFO_EXIT_STATUS","features":[167]},{"name":"DEBUG_TBINFO_PRIORITY","features":[167]},{"name":"DEBUG_TBINFO_PRIORITY_CLASS","features":[167]},{"name":"DEBUG_TBINFO_START_OFFSET","features":[167]},{"name":"DEBUG_TBINFO_TIMES","features":[167]},{"name":"DEBUG_THREAD_BASIC_INFORMATION","features":[167]},{"name":"DEBUG_TRIAGE_FOLLOWUP_INFO","features":[167]},{"name":"DEBUG_TRIAGE_FOLLOWUP_INFO_2","features":[167]},{"name":"DEBUG_TYPED_DATA","features":[167]},{"name":"DEBUG_TYPED_DATA_IS_IN_MEMORY","features":[167]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_CACHED","features":[167]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_DEFAULT","features":[167]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_MEMORY","features":[167]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_UNCACHED","features":[167]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_WRITE_COMBINED","features":[167]},{"name":"DEBUG_TYPEOPTS_FORCERADIX_OUTPUT","features":[167]},{"name":"DEBUG_TYPEOPTS_LONGSTATUS_DISPLAY","features":[167]},{"name":"DEBUG_TYPEOPTS_MATCH_MAXSIZE","features":[167]},{"name":"DEBUG_TYPEOPTS_UNICODE_DISPLAY","features":[167]},{"name":"DEBUG_USER_WINDOWS_DUMP","features":[167]},{"name":"DEBUG_USER_WINDOWS_DUMP_WINDOWS_CE","features":[167]},{"name":"DEBUG_USER_WINDOWS_IDNA","features":[167]},{"name":"DEBUG_USER_WINDOWS_PROCESS","features":[167]},{"name":"DEBUG_USER_WINDOWS_PROCESS_SERVER","features":[167]},{"name":"DEBUG_USER_WINDOWS_REPT","features":[167]},{"name":"DEBUG_USER_WINDOWS_SMALL_DUMP","features":[167]},{"name":"DEBUG_VALUE","features":[3,167]},{"name":"DEBUG_VALUE_FLOAT128","features":[167]},{"name":"DEBUG_VALUE_FLOAT32","features":[167]},{"name":"DEBUG_VALUE_FLOAT64","features":[167]},{"name":"DEBUG_VALUE_FLOAT80","features":[167]},{"name":"DEBUG_VALUE_FLOAT82","features":[167]},{"name":"DEBUG_VALUE_INT16","features":[167]},{"name":"DEBUG_VALUE_INT32","features":[167]},{"name":"DEBUG_VALUE_INT64","features":[167]},{"name":"DEBUG_VALUE_INT8","features":[167]},{"name":"DEBUG_VALUE_INVALID","features":[167]},{"name":"DEBUG_VALUE_TYPES","features":[167]},{"name":"DEBUG_VALUE_VECTOR128","features":[167]},{"name":"DEBUG_VALUE_VECTOR64","features":[167]},{"name":"DEBUG_VSEARCH_DEFAULT","features":[167]},{"name":"DEBUG_VSEARCH_WRITABLE_ONLY","features":[167]},{"name":"DEBUG_VSOURCE_DEBUGGEE","features":[167]},{"name":"DEBUG_VSOURCE_DUMP_WITHOUT_MEMINFO","features":[167]},{"name":"DEBUG_VSOURCE_INVALID","features":[167]},{"name":"DEBUG_VSOURCE_MAPPED_IMAGE","features":[167]},{"name":"DEBUG_WAIT_DEFAULT","features":[167]},{"name":"DISK_READ_0_BYTES","features":[167]},{"name":"DISK_WRITE","features":[167]},{"name":"DUMP_HANDLE_FLAG_CID_TABLE","features":[167]},{"name":"DUMP_HANDLE_FLAG_KERNEL_TABLE","features":[167]},{"name":"DUMP_HANDLE_FLAG_PRINT_FREE_ENTRY","features":[167]},{"name":"DUMP_HANDLE_FLAG_PRINT_OBJECT","features":[167]},{"name":"DbgPoolRegionMax","features":[167]},{"name":"DbgPoolRegionNonPaged","features":[167]},{"name":"DbgPoolRegionNonPagedExpansion","features":[167]},{"name":"DbgPoolRegionPaged","features":[167]},{"name":"DbgPoolRegionSessionPaged","features":[167]},{"name":"DbgPoolRegionSpecial","features":[167]},{"name":"DbgPoolRegionUnknown","features":[167]},{"name":"DebugBaseEventCallbacks","features":[167]},{"name":"DebugBaseEventCallbacksWide","features":[167]},{"name":"DebugConnect","features":[167]},{"name":"DebugConnectWide","features":[167]},{"name":"DebugCreate","features":[167]},{"name":"DebugCreateEx","features":[167]},{"name":"ENTRY_CALLBACK","features":[167]},{"name":"ERROR_DBG_CANCELLED","features":[167]},{"name":"ERROR_DBG_TIMEOUT","features":[167]},{"name":"EXIT_ON_CONTROLC","features":[167]},{"name":"EXIT_STATUS","features":[167]},{"name":"EXTDLL_DATA_QUERY_BUILD_BINDIR","features":[167]},{"name":"EXTDLL_DATA_QUERY_BUILD_BINDIR_SYMSRV","features":[167]},{"name":"EXTDLL_DATA_QUERY_BUILD_SYMDIR","features":[167]},{"name":"EXTDLL_DATA_QUERY_BUILD_SYMDIR_SYMSRV","features":[167]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64BINDIR","features":[167]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64BINDIR_SYMSRV","features":[167]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64SYMDIR","features":[167]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64SYMDIR_SYMSRV","features":[167]},{"name":"EXTDLL_ITERATERTLBALANCEDNODES","features":[167]},{"name":"EXTDLL_QUERYDATABYTAG","features":[167]},{"name":"EXTDLL_QUERYDATABYTAGEX","features":[167]},{"name":"EXTSTACKTRACE","features":[167]},{"name":"EXTSTACKTRACE32","features":[167]},{"name":"EXTSTACKTRACE64","features":[167]},{"name":"EXTS_JOB_PROCESS_CALLBACK","features":[3,167]},{"name":"EXTS_TABLE_ENTRY_CALLBACK","features":[3,167]},{"name":"EXT_ANALYSIS_PLUGIN","features":[167]},{"name":"EXT_ANALYZER","features":[167]},{"name":"EXT_ANALYZER_FLAG_ID","features":[167]},{"name":"EXT_ANALYZER_FLAG_MOD","features":[167]},{"name":"EXT_API_VERSION","features":[167]},{"name":"EXT_API_VERSION_NUMBER","features":[167]},{"name":"EXT_API_VERSION_NUMBER32","features":[167]},{"name":"EXT_API_VERSION_NUMBER64","features":[167]},{"name":"EXT_CAB_XML_DATA","features":[167]},{"name":"EXT_DECODE_ERROR","features":[3,167]},{"name":"EXT_FIND_FILE","features":[3,167]},{"name":"EXT_FIND_FILE_ALLOW_GIVEN_PATH","features":[167]},{"name":"EXT_GET_DEBUG_FAILURE_ANALYSIS","features":[167]},{"name":"EXT_GET_ENVIRONMENT_VARIABLE","features":[167]},{"name":"EXT_GET_FAILURE_ANALYSIS","features":[167]},{"name":"EXT_GET_FA_ENTRIES_DATA","features":[167]},{"name":"EXT_GET_HANDLE_TRACE","features":[167]},{"name":"EXT_MATCH_PATTERN_A","features":[167]},{"name":"EXT_RELOAD_TRIAGER","features":[167]},{"name":"EXT_TARGET_INFO","features":[167]},{"name":"EXT_TDF_PHYSICAL_CACHED","features":[167]},{"name":"EXT_TDF_PHYSICAL_DEFAULT","features":[167]},{"name":"EXT_TDF_PHYSICAL_MEMORY","features":[167]},{"name":"EXT_TDF_PHYSICAL_UNCACHED","features":[167]},{"name":"EXT_TDF_PHYSICAL_WRITE_COMBINED","features":[167]},{"name":"EXT_TDOP","features":[167]},{"name":"EXT_TDOP_COPY","features":[167]},{"name":"EXT_TDOP_COUNT","features":[167]},{"name":"EXT_TDOP_EVALUATE","features":[167]},{"name":"EXT_TDOP_GET_ARRAY_ELEMENT","features":[167]},{"name":"EXT_TDOP_GET_DEREFERENCE","features":[167]},{"name":"EXT_TDOP_GET_FIELD","features":[167]},{"name":"EXT_TDOP_GET_FIELD_OFFSET","features":[167]},{"name":"EXT_TDOP_GET_POINTER_TO","features":[167]},{"name":"EXT_TDOP_GET_TYPE_NAME","features":[167]},{"name":"EXT_TDOP_GET_TYPE_SIZE","features":[167]},{"name":"EXT_TDOP_HAS_FIELD","features":[167]},{"name":"EXT_TDOP_OUTPUT_FULL_VALUE","features":[167]},{"name":"EXT_TDOP_OUTPUT_SIMPLE_VALUE","features":[167]},{"name":"EXT_TDOP_OUTPUT_TYPE_DEFINITION","features":[167]},{"name":"EXT_TDOP_OUTPUT_TYPE_NAME","features":[167]},{"name":"EXT_TDOP_RELEASE","features":[167]},{"name":"EXT_TDOP_SET_FROM_EXPR","features":[167]},{"name":"EXT_TDOP_SET_FROM_TYPE_ID_AND_U64","features":[167]},{"name":"EXT_TDOP_SET_FROM_U64_EXPR","features":[167]},{"name":"EXT_TDOP_SET_PTR_FROM_TYPE_ID_AND_U64","features":[167]},{"name":"EXT_TRIAGE_FOLLOWUP","features":[167]},{"name":"EXT_TYPED_DATA","features":[167]},{"name":"EXT_XML_DATA","features":[167]},{"name":"ErrorClass","features":[167]},{"name":"ErrorClassError","features":[167]},{"name":"ErrorClassWarning","features":[167]},{"name":"FAILURE_ANALYSIS_ASSUME_HANG","features":[167]},{"name":"FAILURE_ANALYSIS_AUTOBUG_PROCESSING","features":[167]},{"name":"FAILURE_ANALYSIS_AUTOSET_SYMPATH","features":[167]},{"name":"FAILURE_ANALYSIS_CALLSTACK_XML","features":[167]},{"name":"FAILURE_ANALYSIS_CALLSTACK_XML_FULL_SOURCE_INFO","features":[167]},{"name":"FAILURE_ANALYSIS_CREATE_INSTANCE","features":[167]},{"name":"FAILURE_ANALYSIS_EXCEPTION_AS_HANG","features":[167]},{"name":"FAILURE_ANALYSIS_HEAP_CORRUPTION_BLAME_FUNCTION","features":[167]},{"name":"FAILURE_ANALYSIS_IGNORE_BREAKIN","features":[167]},{"name":"FAILURE_ANALYSIS_LIVE_DEBUG_HOLD_CHECK","features":[167]},{"name":"FAILURE_ANALYSIS_MODULE_INFO_XML","features":[167]},{"name":"FAILURE_ANALYSIS_MULTI_TARGET","features":[167]},{"name":"FAILURE_ANALYSIS_NO_DB_LOOKUP","features":[167]},{"name":"FAILURE_ANALYSIS_NO_IMAGE_CORRUPTION","features":[167]},{"name":"FAILURE_ANALYSIS_PERMIT_HEAP_ACCESS_VIOLATIONS","features":[167]},{"name":"FAILURE_ANALYSIS_REGISTRY_DATA","features":[167]},{"name":"FAILURE_ANALYSIS_SET_FAILURE_CONTEXT","features":[167]},{"name":"FAILURE_ANALYSIS_SHOW_SOURCE","features":[167]},{"name":"FAILURE_ANALYSIS_SHOW_WCT_STACKS","features":[167]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES","features":[167]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES_ALL","features":[167]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES_FRAMES","features":[167]},{"name":"FAILURE_ANALYSIS_VERBOSE","features":[167]},{"name":"FAILURE_ANALYSIS_WMI_QUERY_DATA","features":[167]},{"name":"FAILURE_ANALYSIS_XML_FILE_OUTPUT","features":[167]},{"name":"FAILURE_ANALYSIS_XML_OUTPUT","features":[167]},{"name":"FAILURE_ANALYSIS_XSD_VERIFY","features":[167]},{"name":"FAILURE_ANALYSIS_XSLT_FILE_INPUT","features":[167]},{"name":"FAILURE_ANALYSIS_XSLT_FILE_OUTPUT","features":[167]},{"name":"FA_ENTRY","features":[167]},{"name":"FA_ENTRY_TYPE","features":[167]},{"name":"FA_EXTENSION_PLUGIN_PHASE","features":[167]},{"name":"FA_PLUGIN_INITIALIZATION","features":[167]},{"name":"FA_PLUGIN_POST_BUCKETING","features":[167]},{"name":"FA_PLUGIN_PRE_BUCKETING","features":[167]},{"name":"FA_PLUGIN_STACK_ANALYSIS","features":[167]},{"name":"FIELDS_DID_NOT_MATCH","features":[167]},{"name":"FIELD_INFO","features":[167]},{"name":"FormatBSTRString","features":[167]},{"name":"FormatEnumNameOnly","features":[167]},{"name":"FormatEscapedStringWithQuote","features":[167]},{"name":"FormatHString","features":[167]},{"name":"FormatNone","features":[167]},{"name":"FormatQuotedHString","features":[167]},{"name":"FormatQuotedString","features":[167]},{"name":"FormatQuotedUTF32String","features":[167]},{"name":"FormatQuotedUTF8String","features":[167]},{"name":"FormatQuotedUnicodeString","features":[167]},{"name":"FormatRaw","features":[167]},{"name":"FormatSingleCharacter","features":[167]},{"name":"FormatString","features":[167]},{"name":"FormatUTF32String","features":[167]},{"name":"FormatUTF8String","features":[167]},{"name":"FormatUnicodeString","features":[167]},{"name":"GET_CONTEXT_EX","features":[167]},{"name":"GET_CURRENT_PROCESS_ADDRESS","features":[167]},{"name":"GET_CURRENT_THREAD_ADDRESS","features":[167]},{"name":"GET_EXPRESSION_EX","features":[167]},{"name":"GET_INPUT_LINE","features":[167]},{"name":"GET_PEB_ADDRESS","features":[167]},{"name":"GET_SET_SYMPATH","features":[167]},{"name":"GET_TEB_ADDRESS","features":[167]},{"name":"ICodeAddressConcept","features":[167]},{"name":"IComparableConcept","features":[167]},{"name":"IDataModelConcept","features":[167]},{"name":"IDataModelManager","features":[167]},{"name":"IDataModelManager2","features":[167]},{"name":"IDataModelNameBinder","features":[167]},{"name":"IDataModelScript","features":[167]},{"name":"IDataModelScriptClient","features":[167]},{"name":"IDataModelScriptDebug","features":[167]},{"name":"IDataModelScriptDebug2","features":[167]},{"name":"IDataModelScriptDebugBreakpoint","features":[167]},{"name":"IDataModelScriptDebugBreakpointEnumerator","features":[167]},{"name":"IDataModelScriptDebugClient","features":[167]},{"name":"IDataModelScriptDebugStack","features":[167]},{"name":"IDataModelScriptDebugStackFrame","features":[167]},{"name":"IDataModelScriptDebugVariableSetEnumerator","features":[167]},{"name":"IDataModelScriptHostContext","features":[167]},{"name":"IDataModelScriptManager","features":[167]},{"name":"IDataModelScriptProvider","features":[167]},{"name":"IDataModelScriptProviderEnumerator","features":[167]},{"name":"IDataModelScriptTemplate","features":[167]},{"name":"IDataModelScriptTemplateEnumerator","features":[167]},{"name":"IDebugAdvanced","features":[167]},{"name":"IDebugAdvanced2","features":[167]},{"name":"IDebugAdvanced3","features":[167]},{"name":"IDebugAdvanced4","features":[167]},{"name":"IDebugBreakpoint","features":[167]},{"name":"IDebugBreakpoint2","features":[167]},{"name":"IDebugBreakpoint3","features":[167]},{"name":"IDebugClient","features":[167]},{"name":"IDebugClient2","features":[167]},{"name":"IDebugClient3","features":[167]},{"name":"IDebugClient4","features":[167]},{"name":"IDebugClient5","features":[167]},{"name":"IDebugClient6","features":[167]},{"name":"IDebugClient7","features":[167]},{"name":"IDebugClient8","features":[167]},{"name":"IDebugControl","features":[167]},{"name":"IDebugControl2","features":[167]},{"name":"IDebugControl3","features":[167]},{"name":"IDebugControl4","features":[167]},{"name":"IDebugControl5","features":[167]},{"name":"IDebugControl6","features":[167]},{"name":"IDebugControl7","features":[167]},{"name":"IDebugDataSpaces","features":[167]},{"name":"IDebugDataSpaces2","features":[167]},{"name":"IDebugDataSpaces3","features":[167]},{"name":"IDebugDataSpaces4","features":[167]},{"name":"IDebugEventCallbacks","features":[167]},{"name":"IDebugEventCallbacksWide","features":[167]},{"name":"IDebugEventContextCallbacks","features":[167]},{"name":"IDebugFAEntryTags","features":[167]},{"name":"IDebugFailureAnalysis","features":[167]},{"name":"IDebugFailureAnalysis2","features":[167]},{"name":"IDebugFailureAnalysis3","features":[167]},{"name":"IDebugHost","features":[167]},{"name":"IDebugHostBaseClass","features":[167]},{"name":"IDebugHostConstant","features":[167]},{"name":"IDebugHostContext","features":[167]},{"name":"IDebugHostData","features":[167]},{"name":"IDebugHostErrorSink","features":[167]},{"name":"IDebugHostEvaluator","features":[167]},{"name":"IDebugHostEvaluator2","features":[167]},{"name":"IDebugHostExtensibility","features":[167]},{"name":"IDebugHostField","features":[167]},{"name":"IDebugHostMemory","features":[167]},{"name":"IDebugHostMemory2","features":[167]},{"name":"IDebugHostModule","features":[167]},{"name":"IDebugHostModule2","features":[167]},{"name":"IDebugHostModuleSignature","features":[167]},{"name":"IDebugHostPublic","features":[167]},{"name":"IDebugHostScriptHost","features":[167]},{"name":"IDebugHostStatus","features":[167]},{"name":"IDebugHostSymbol","features":[167]},{"name":"IDebugHostSymbol2","features":[167]},{"name":"IDebugHostSymbolEnumerator","features":[167]},{"name":"IDebugHostSymbols","features":[167]},{"name":"IDebugHostType","features":[167]},{"name":"IDebugHostType2","features":[167]},{"name":"IDebugHostTypeSignature","features":[167]},{"name":"IDebugInputCallbacks","features":[167]},{"name":"IDebugOutputCallbacks","features":[167]},{"name":"IDebugOutputCallbacks2","features":[167]},{"name":"IDebugOutputCallbacksWide","features":[167]},{"name":"IDebugOutputStream","features":[167]},{"name":"IDebugPlmClient","features":[167]},{"name":"IDebugPlmClient2","features":[167]},{"name":"IDebugPlmClient3","features":[167]},{"name":"IDebugRegisters","features":[167]},{"name":"IDebugRegisters2","features":[167]},{"name":"IDebugSymbolGroup","features":[167]},{"name":"IDebugSymbolGroup2","features":[167]},{"name":"IDebugSymbols","features":[167]},{"name":"IDebugSymbols2","features":[167]},{"name":"IDebugSymbols3","features":[167]},{"name":"IDebugSymbols4","features":[167]},{"name":"IDebugSymbols5","features":[167]},{"name":"IDebugSystemObjects","features":[167]},{"name":"IDebugSystemObjects2","features":[167]},{"name":"IDebugSystemObjects3","features":[167]},{"name":"IDebugSystemObjects4","features":[167]},{"name":"IDynamicConceptProviderConcept","features":[167]},{"name":"IDynamicKeyProviderConcept","features":[167]},{"name":"IEquatableConcept","features":[167]},{"name":"IG_DISASSEMBLE_BUFFER","features":[167]},{"name":"IG_DUMP_SYMBOL_INFO","features":[167]},{"name":"IG_FIND_FILE","features":[167]},{"name":"IG_GET_ANY_MODULE_IN_RANGE","features":[167]},{"name":"IG_GET_BUS_DATA","features":[167]},{"name":"IG_GET_CACHE_SIZE","features":[167]},{"name":"IG_GET_CLR_DATA_INTERFACE","features":[167]},{"name":"IG_GET_CONTEXT_EX","features":[167]},{"name":"IG_GET_CURRENT_PROCESS","features":[167]},{"name":"IG_GET_CURRENT_PROCESS_HANDLE","features":[167]},{"name":"IG_GET_CURRENT_THREAD","features":[167]},{"name":"IG_GET_DEBUGGER_DATA","features":[167]},{"name":"IG_GET_EXCEPTION_RECORD","features":[167]},{"name":"IG_GET_EXPRESSION_EX","features":[167]},{"name":"IG_GET_INPUT_LINE","features":[167]},{"name":"IG_GET_KERNEL_VERSION","features":[167]},{"name":"IG_GET_PEB_ADDRESS","features":[167]},{"name":"IG_GET_SET_SYMPATH","features":[167]},{"name":"IG_GET_TEB_ADDRESS","features":[167]},{"name":"IG_GET_THREAD_OS_INFO","features":[167]},{"name":"IG_GET_TYPE_SIZE","features":[167]},{"name":"IG_IS_PTR64","features":[167]},{"name":"IG_KD_CONTEXT","features":[167]},{"name":"IG_KSTACK_HELP","features":[167]},{"name":"IG_LOWMEM_CHECK","features":[167]},{"name":"IG_MATCH_PATTERN_A","features":[167]},{"name":"IG_OBSOLETE_PLACEHOLDER_36","features":[167]},{"name":"IG_PHYSICAL_TO_VIRTUAL","features":[167]},{"name":"IG_POINTER_SEARCH_PHYSICAL","features":[167]},{"name":"IG_QUERY_TARGET_INTERFACE","features":[167]},{"name":"IG_READ_CONTROL_SPACE","features":[167]},{"name":"IG_READ_IO_SPACE","features":[167]},{"name":"IG_READ_IO_SPACE_EX","features":[167]},{"name":"IG_READ_MSR","features":[167]},{"name":"IG_READ_PHYSICAL","features":[167]},{"name":"IG_READ_PHYSICAL_WITH_FLAGS","features":[167]},{"name":"IG_RELOAD_SYMBOLS","features":[167]},{"name":"IG_SEARCH_MEMORY","features":[167]},{"name":"IG_SET_BUS_DATA","features":[167]},{"name":"IG_SET_THREAD","features":[167]},{"name":"IG_TRANSLATE_VIRTUAL_TO_PHYSICAL","features":[167]},{"name":"IG_TYPED_DATA","features":[167]},{"name":"IG_TYPED_DATA_OBSOLETE","features":[167]},{"name":"IG_VIRTUAL_TO_PHYSICAL","features":[167]},{"name":"IG_WRITE_CONTROL_SPACE","features":[167]},{"name":"IG_WRITE_IO_SPACE","features":[167]},{"name":"IG_WRITE_IO_SPACE_EX","features":[167]},{"name":"IG_WRITE_MSR","features":[167]},{"name":"IG_WRITE_PHYSICAL","features":[167]},{"name":"IG_WRITE_PHYSICAL_WITH_FLAGS","features":[167]},{"name":"IHostDataModelAccess","features":[167]},{"name":"IIndexableConcept","features":[167]},{"name":"IIterableConcept","features":[167]},{"name":"IKeyEnumerator","features":[167]},{"name":"IKeyStore","features":[167]},{"name":"IModelIterator","features":[167]},{"name":"IModelKeyReference","features":[167]},{"name":"IModelKeyReference2","features":[167]},{"name":"IModelMethod","features":[167]},{"name":"IModelObject","features":[167]},{"name":"IModelPropertyAccessor","features":[167]},{"name":"INCORRECT_VERSION_INFO","features":[167]},{"name":"INLINE_FRAME_CONTEXT","features":[167]},{"name":"INSUFFICIENT_SPACE_TO_COPY","features":[167]},{"name":"IOSPACE","features":[167]},{"name":"IOSPACE32","features":[167]},{"name":"IOSPACE64","features":[167]},{"name":"IOSPACE_EX","features":[167]},{"name":"IOSPACE_EX32","features":[167]},{"name":"IOSPACE_EX64","features":[167]},{"name":"IPreferredRuntimeTypeConcept","features":[167]},{"name":"IRawEnumerator","features":[167]},{"name":"IStringDisplayableConcept","features":[167]},{"name":"Identical","features":[167]},{"name":"IntrinsicBool","features":[167]},{"name":"IntrinsicChar","features":[167]},{"name":"IntrinsicChar16","features":[167]},{"name":"IntrinsicChar32","features":[167]},{"name":"IntrinsicFloat","features":[167]},{"name":"IntrinsicHRESULT","features":[167]},{"name":"IntrinsicInt","features":[167]},{"name":"IntrinsicKind","features":[167]},{"name":"IntrinsicLong","features":[167]},{"name":"IntrinsicUInt","features":[167]},{"name":"IntrinsicULong","features":[167]},{"name":"IntrinsicVoid","features":[167]},{"name":"IntrinsicWChar","features":[167]},{"name":"KDDEBUGGER_DATA32","features":[167,9]},{"name":"KDDEBUGGER_DATA64","features":[167,9]},{"name":"KDEXTS_LOCK_CALLBACKROUTINE","features":[3,167]},{"name":"KDEXTS_LOCK_CALLBACKROUTINE_DEFINED","features":[167]},{"name":"KDEXTS_LOCK_INFO","features":[3,167]},{"name":"KDEXTS_PTE_INFO","features":[167]},{"name":"KDEXT_DUMP_HANDLE_CALLBACK","features":[3,167]},{"name":"KDEXT_FILELOCK_OWNER","features":[167]},{"name":"KDEXT_HANDLE_INFORMATION","features":[3,167]},{"name":"KDEXT_PROCESS_FIND_PARAMS","features":[167]},{"name":"KDEXT_THREAD_FIND_PARAMS","features":[167]},{"name":"KD_SECONDARY_VERSION_AMD64_CONTEXT","features":[167]},{"name":"KD_SECONDARY_VERSION_AMD64_OBSOLETE_CONTEXT_1","features":[167]},{"name":"KD_SECONDARY_VERSION_AMD64_OBSOLETE_CONTEXT_2","features":[167]},{"name":"KD_SECONDARY_VERSION_DEFAULT","features":[167]},{"name":"LanguageAssembly","features":[167]},{"name":"LanguageC","features":[167]},{"name":"LanguageCPP","features":[167]},{"name":"LanguageKind","features":[167]},{"name":"LanguageUnknown","features":[167]},{"name":"LessSpecific","features":[167]},{"name":"Location","features":[167]},{"name":"LocationConstant","features":[167]},{"name":"LocationKind","features":[167]},{"name":"LocationMember","features":[167]},{"name":"LocationNone","features":[167]},{"name":"LocationStatic","features":[167]},{"name":"MAX_STACK_IN_BYTES","features":[167]},{"name":"MEMORY_READ_ERROR","features":[167]},{"name":"MODULE_ORDERS_LOADTIME","features":[167]},{"name":"MODULE_ORDERS_MASK","features":[167]},{"name":"MODULE_ORDERS_MODULENAME","features":[167]},{"name":"ModelObjectKind","features":[167]},{"name":"MoreSpecific","features":[167]},{"name":"NO_TYPE","features":[167]},{"name":"NT_STATUS_CODE","features":[167]},{"name":"NULL_FIELD_NAME","features":[167]},{"name":"NULL_SYM_DUMP_PARAM","features":[167]},{"name":"OS_INFO","features":[167]},{"name":"OS_INFO_v1","features":[167]},{"name":"OS_TYPE","features":[167]},{"name":"ObjectContext","features":[167]},{"name":"ObjectError","features":[167]},{"name":"ObjectIntrinsic","features":[167]},{"name":"ObjectKeyReference","features":[167]},{"name":"ObjectMethod","features":[167]},{"name":"ObjectNoValue","features":[167]},{"name":"ObjectPropertyAccessor","features":[167]},{"name":"ObjectSynthetic","features":[167]},{"name":"ObjectTargetObject","features":[167]},{"name":"ObjectTargetObjectReference","features":[167]},{"name":"PDEBUG_EXTENSION_CALL","features":[167]},{"name":"PDEBUG_EXTENSION_CANUNLOAD","features":[167]},{"name":"PDEBUG_EXTENSION_INITIALIZE","features":[167]},{"name":"PDEBUG_EXTENSION_KNOWN_STRUCT","features":[167]},{"name":"PDEBUG_EXTENSION_KNOWN_STRUCT_EX","features":[167]},{"name":"PDEBUG_EXTENSION_NOTIFY","features":[167]},{"name":"PDEBUG_EXTENSION_PROVIDE_VALUE","features":[167]},{"name":"PDEBUG_EXTENSION_QUERY_VALUE_NAMES","features":[167]},{"name":"PDEBUG_EXTENSION_UNINITIALIZE","features":[167]},{"name":"PDEBUG_EXTENSION_UNLOAD","features":[167]},{"name":"PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION","features":[167]},{"name":"PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION","features":[167]},{"name":"PDEBUG_STACK_PROVIDER_FREESTACKSYMFRAMES","features":[3,167]},{"name":"PDEBUG_STACK_PROVIDER_RECONSTRUCTSTACK","features":[3,167]},{"name":"PENUMERATE_HANDLES","features":[3,167]},{"name":"PENUMERATE_HASH_TABLE","features":[3,167]},{"name":"PENUMERATE_JOB_PROCESSES","features":[3,167]},{"name":"PENUMERATE_SYSTEM_LOCKS","features":[3,167]},{"name":"PFIND_FILELOCK_OWNERINFO","features":[167]},{"name":"PFIND_MATCHING_PROCESS","features":[167]},{"name":"PFIND_MATCHING_THREAD","features":[167]},{"name":"PGET_CPU_MICROCODE_VERSION","features":[167]},{"name":"PGET_CPU_PSPEED_INFO","features":[167]},{"name":"PGET_DEVICE_OBJECT_INFO","features":[3,167]},{"name":"PGET_DRIVER_OBJECT_INFO","features":[167]},{"name":"PGET_FULL_IMAGE_NAME","features":[167]},{"name":"PGET_IRP_INFO","features":[167]},{"name":"PGET_PNP_TRIAGE_INFO","features":[167]},{"name":"PGET_POOL_DATA","features":[167]},{"name":"PGET_POOL_REGION","features":[167]},{"name":"PGET_POOL_TAG_DESCRIPTION","features":[167]},{"name":"PGET_PROCESS_COMMIT","features":[167]},{"name":"PGET_SMBIOS_INFO","features":[167]},{"name":"PHYSICAL","features":[167]},{"name":"PHYSICAL_TO_VIRTUAL","features":[167]},{"name":"PHYSICAL_WITH_FLAGS","features":[167]},{"name":"PHYS_FLAG_CACHED","features":[167]},{"name":"PHYS_FLAG_DEFAULT","features":[167]},{"name":"PHYS_FLAG_UNCACHED","features":[167]},{"name":"PHYS_FLAG_WRITE_COMBINED","features":[167]},{"name":"PKDEXTS_GET_PTE_INFO","features":[167]},{"name":"POINTER_SEARCH_PHYSICAL","features":[167]},{"name":"PROCESSORINFO","features":[167]},{"name":"PROCESS_COMMIT_USAGE","features":[167]},{"name":"PROCESS_END","features":[167]},{"name":"PROCESS_NAME_ENTRY","features":[167]},{"name":"PSYM_DUMP_FIELD_CALLBACK","features":[167]},{"name":"PTR_SEARCH_NO_SYMBOL_CHECK","features":[167]},{"name":"PTR_SEARCH_PHYS_ALL_HITS","features":[167]},{"name":"PTR_SEARCH_PHYS_PTE","features":[167]},{"name":"PTR_SEARCH_PHYS_RANGE_CHECK_ONLY","features":[167]},{"name":"PTR_SEARCH_PHYS_SIZE_SHIFT","features":[167]},{"name":"PWINDBG_CHECK_CONTROL_C","features":[167]},{"name":"PWINDBG_CHECK_VERSION","features":[167]},{"name":"PWINDBG_DISASM","features":[167]},{"name":"PWINDBG_DISASM32","features":[167]},{"name":"PWINDBG_DISASM64","features":[167]},{"name":"PWINDBG_EXTENSION_API_VERSION","features":[167]},{"name":"PWINDBG_EXTENSION_DLL_INIT","features":[167,9]},{"name":"PWINDBG_EXTENSION_DLL_INIT32","features":[167,9]},{"name":"PWINDBG_EXTENSION_DLL_INIT64","features":[167,9]},{"name":"PWINDBG_EXTENSION_ROUTINE","features":[3,167]},{"name":"PWINDBG_EXTENSION_ROUTINE32","features":[3,167]},{"name":"PWINDBG_EXTENSION_ROUTINE64","features":[3,167]},{"name":"PWINDBG_GET_EXPRESSION","features":[167]},{"name":"PWINDBG_GET_EXPRESSION32","features":[167]},{"name":"PWINDBG_GET_EXPRESSION64","features":[167]},{"name":"PWINDBG_GET_SYMBOL","features":[167]},{"name":"PWINDBG_GET_SYMBOL32","features":[167]},{"name":"PWINDBG_GET_SYMBOL64","features":[167]},{"name":"PWINDBG_GET_THREAD_CONTEXT_ROUTINE","features":[167,9]},{"name":"PWINDBG_IOCTL_ROUTINE","features":[167]},{"name":"PWINDBG_OLDKD_EXTENSION_ROUTINE","features":[167]},{"name":"PWINDBG_OLDKD_READ_PHYSICAL_MEMORY","features":[167]},{"name":"PWINDBG_OLDKD_WRITE_PHYSICAL_MEMORY","features":[167]},{"name":"PWINDBG_OLD_EXTENSION_ROUTINE","features":[167,9]},{"name":"PWINDBG_OUTPUT_ROUTINE","features":[167]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE","features":[167]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE32","features":[167]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE64","features":[167]},{"name":"PWINDBG_SET_THREAD_CONTEXT_ROUTINE","features":[167,9]},{"name":"PWINDBG_STACKTRACE_ROUTINE","features":[167]},{"name":"PWINDBG_STACKTRACE_ROUTINE32","features":[167]},{"name":"PWINDBG_STACKTRACE_ROUTINE64","features":[167]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE","features":[167]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE32","features":[167]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE64","features":[167]},{"name":"PointerCXHat","features":[167]},{"name":"PointerKind","features":[167]},{"name":"PointerManagedReference","features":[167]},{"name":"PointerRValueReference","features":[167]},{"name":"PointerReference","features":[167]},{"name":"PointerStandard","features":[167]},{"name":"PreferredFormat","features":[167]},{"name":"READCONTROLSPACE","features":[167]},{"name":"READCONTROLSPACE32","features":[167]},{"name":"READCONTROLSPACE64","features":[167]},{"name":"READ_WRITE_MSR","features":[167]},{"name":"RawSearchFlags","features":[167]},{"name":"RawSearchNoBases","features":[167]},{"name":"RawSearchNone","features":[167]},{"name":"SEARCHMEMORY","features":[167]},{"name":"STACK_FRAME_TYPE_IGNORE","features":[167]},{"name":"STACK_FRAME_TYPE_INIT","features":[167]},{"name":"STACK_FRAME_TYPE_INLINE","features":[167]},{"name":"STACK_FRAME_TYPE_RA","features":[167]},{"name":"STACK_FRAME_TYPE_STACK","features":[167]},{"name":"STACK_SRC_INFO","features":[167]},{"name":"STACK_SYM_FRAME_INFO","features":[3,167]},{"name":"SYMBOL_INFO_EX","features":[167]},{"name":"SYMBOL_TYPE_INDEX_NOT_FOUND","features":[167]},{"name":"SYMBOL_TYPE_INFO_NOT_FOUND","features":[167]},{"name":"SYM_DUMP_PARAM","features":[167]},{"name":"ScriptChangeKind","features":[167]},{"name":"ScriptDebugAsyncBreak","features":[167]},{"name":"ScriptDebugBreak","features":[167]},{"name":"ScriptDebugBreakpoint","features":[167]},{"name":"ScriptDebugEvent","features":[167]},{"name":"ScriptDebugEventFilter","features":[167]},{"name":"ScriptDebugEventFilterAbort","features":[167]},{"name":"ScriptDebugEventFilterEntry","features":[167]},{"name":"ScriptDebugEventFilterException","features":[167]},{"name":"ScriptDebugEventFilterUnhandledException","features":[167]},{"name":"ScriptDebugEventInformation","features":[167]},{"name":"ScriptDebugException","features":[167]},{"name":"ScriptDebugExecuting","features":[167]},{"name":"ScriptDebugNoDebugger","features":[167]},{"name":"ScriptDebugNotExecuting","features":[167]},{"name":"ScriptDebugPosition","features":[167]},{"name":"ScriptDebugState","features":[167]},{"name":"ScriptDebugStep","features":[167]},{"name":"ScriptExecutionKind","features":[167]},{"name":"ScriptExecutionNormal","features":[167]},{"name":"ScriptExecutionStepIn","features":[167]},{"name":"ScriptExecutionStepOut","features":[167]},{"name":"ScriptExecutionStepOver","features":[167]},{"name":"ScriptRename","features":[167]},{"name":"SignatureComparison","features":[167]},{"name":"Symbol","features":[167]},{"name":"SymbolBaseClass","features":[167]},{"name":"SymbolConstant","features":[167]},{"name":"SymbolData","features":[167]},{"name":"SymbolField","features":[167]},{"name":"SymbolFunction","features":[167]},{"name":"SymbolKind","features":[167]},{"name":"SymbolModule","features":[167]},{"name":"SymbolPublic","features":[167]},{"name":"SymbolSearchCaseInsensitive","features":[167]},{"name":"SymbolSearchCompletion","features":[167]},{"name":"SymbolSearchNone","features":[167]},{"name":"SymbolSearchOptions","features":[167]},{"name":"SymbolType","features":[167]},{"name":"TANALYZE_RETURN","features":[167]},{"name":"TARGET_DEBUG_INFO","features":[167]},{"name":"TARGET_DEBUG_INFO_v1","features":[167]},{"name":"TARGET_DEBUG_INFO_v2","features":[167]},{"name":"TRANSLATE_VIRTUAL_TO_PHYSICAL","features":[167]},{"name":"TRIAGE_FOLLOWUP_DEFAULT","features":[167]},{"name":"TRIAGE_FOLLOWUP_FAIL","features":[167]},{"name":"TRIAGE_FOLLOWUP_IGNORE","features":[167]},{"name":"TRIAGE_FOLLOWUP_SUCCESS","features":[167]},{"name":"TypeArray","features":[167]},{"name":"TypeEnum","features":[167]},{"name":"TypeExtendedArray","features":[167]},{"name":"TypeFunction","features":[167]},{"name":"TypeIntrinsic","features":[167]},{"name":"TypeKind","features":[167]},{"name":"TypeMemberPointer","features":[167]},{"name":"TypePointer","features":[167]},{"name":"TypeTypedef","features":[167]},{"name":"TypeUDT","features":[167]},{"name":"UNAVAILABLE_ERROR","features":[167]},{"name":"Unrelated","features":[167]},{"name":"VIRTUAL_TO_PHYSICAL","features":[167]},{"name":"VarArgsCStyle","features":[167]},{"name":"VarArgsKind","features":[167]},{"name":"VarArgsNone","features":[167]},{"name":"WDBGEXTS_ADDRESS_DEFAULT","features":[167]},{"name":"WDBGEXTS_ADDRESS_RESERVED0","features":[167]},{"name":"WDBGEXTS_ADDRESS_SEG16","features":[167]},{"name":"WDBGEXTS_ADDRESS_SEG32","features":[167]},{"name":"WDBGEXTS_CLR_DATA_INTERFACE","features":[167]},{"name":"WDBGEXTS_DISASSEMBLE_BUFFER","features":[167]},{"name":"WDBGEXTS_MODULE_IN_RANGE","features":[167]},{"name":"WDBGEXTS_QUERY_INTERFACE","features":[167]},{"name":"WDBGEXTS_THREAD_OS_INFO","features":[167]},{"name":"WINDBG_EXTENSION_APIS","features":[167,9]},{"name":"WINDBG_EXTENSION_APIS32","features":[167,9]},{"name":"WINDBG_EXTENSION_APIS64","features":[167,9]},{"name":"WINDBG_OLDKD_EXTENSION_APIS","features":[167]},{"name":"WINDBG_OLD_EXTENSION_APIS","features":[167]},{"name":"WIN_95","features":[167]},{"name":"WIN_98","features":[167]},{"name":"WIN_ME","features":[167]},{"name":"WIN_NT4","features":[167]},{"name":"WIN_NT5","features":[167]},{"name":"WIN_NT5_1","features":[167]},{"name":"WIN_NT5_2","features":[167]},{"name":"WIN_NT6_0","features":[167]},{"name":"WIN_NT6_1","features":[167]},{"name":"WIN_UNDEFINED","features":[167]},{"name":"XML_DRIVER_NODE_INFO","features":[167]},{"name":"_EXTSAPI_VER_","features":[167]},{"name":"fnDebugFailureAnalysisCreateInstance","features":[167]}],"559":[{"name":"ALPCGuid","features":[34]},{"name":"CLASSIC_EVENT_ID","features":[34]},{"name":"CLSID_TraceRelogger","features":[34]},{"name":"CONTROLTRACE_HANDLE","features":[34]},{"name":"CTraceRelogger","features":[34]},{"name":"CloseTrace","features":[3,34]},{"name":"ControlTraceA","features":[3,34]},{"name":"ControlTraceW","features":[3,34]},{"name":"CreateTraceInstanceId","features":[3,34]},{"name":"CveEventWrite","features":[34]},{"name":"DECODING_SOURCE","features":[34]},{"name":"DIAG_LOGGER_NAMEA","features":[34]},{"name":"DIAG_LOGGER_NAMEW","features":[34]},{"name":"DecodingSourceMax","features":[34]},{"name":"DecodingSourceTlg","features":[34]},{"name":"DecodingSourceWPP","features":[34]},{"name":"DecodingSourceWbem","features":[34]},{"name":"DecodingSourceXMLFile","features":[34]},{"name":"DefaultTraceSecurityGuid","features":[34]},{"name":"DiskIoGuid","features":[34]},{"name":"ENABLECALLBACK_ENABLED_STATE","features":[34]},{"name":"ENABLE_TRACE_PARAMETERS","features":[34]},{"name":"ENABLE_TRACE_PARAMETERS_V1","features":[34]},{"name":"ENABLE_TRACE_PARAMETERS_VERSION","features":[34]},{"name":"ENABLE_TRACE_PARAMETERS_VERSION_2","features":[34]},{"name":"ETW_ASCIICHAR_TYPE_VALUE","features":[34]},{"name":"ETW_ASCIISTRING_TYPE_VALUE","features":[34]},{"name":"ETW_BOOLEAN_TYPE_VALUE","features":[34]},{"name":"ETW_BOOL_TYPE_VALUE","features":[34]},{"name":"ETW_BUFFER_CALLBACK_INFORMATION","features":[3,34,166]},{"name":"ETW_BUFFER_CONTEXT","features":[34]},{"name":"ETW_BUFFER_HEADER","features":[34]},{"name":"ETW_BYTE_TYPE_VALUE","features":[34]},{"name":"ETW_CHAR_TYPE_VALUE","features":[34]},{"name":"ETW_COMPRESSION_RESUMPTION_MODE","features":[34]},{"name":"ETW_COUNTED_ANSISTRING_TYPE_VALUE","features":[34]},{"name":"ETW_COUNTED_STRING_TYPE_VALUE","features":[34]},{"name":"ETW_DATETIME_TYPE_VALUE","features":[34]},{"name":"ETW_DECIMAL_TYPE_VALUE","features":[34]},{"name":"ETW_DOUBLE_TYPE_VALUE","features":[34]},{"name":"ETW_GUID_TYPE_VALUE","features":[34]},{"name":"ETW_HIDDEN_TYPE_VALUE","features":[34]},{"name":"ETW_INT16_TYPE_VALUE","features":[34]},{"name":"ETW_INT32_TYPE_VALUE","features":[34]},{"name":"ETW_INT64_TYPE_VALUE","features":[34]},{"name":"ETW_NON_NULL_TERMINATED_STRING_TYPE_VALUE","features":[34]},{"name":"ETW_NULL_TYPE_VALUE","features":[34]},{"name":"ETW_OBJECT_TYPE_VALUE","features":[34]},{"name":"ETW_OPEN_TRACE_OPTIONS","features":[3,34,166]},{"name":"ETW_PMC_COUNTER_OWNER","features":[34]},{"name":"ETW_PMC_COUNTER_OWNERSHIP_STATUS","features":[34]},{"name":"ETW_PMC_COUNTER_OWNER_TYPE","features":[34]},{"name":"ETW_PMC_SESSION_INFO","features":[34]},{"name":"ETW_POINTER_TYPE_VALUE","features":[34]},{"name":"ETW_PROCESS_HANDLE_INFO_TYPE","features":[34]},{"name":"ETW_PROCESS_TRACE_MODES","features":[34]},{"name":"ETW_PROCESS_TRACE_MODE_NONE","features":[34]},{"name":"ETW_PROCESS_TRACE_MODE_RAW_TIMESTAMP","features":[34]},{"name":"ETW_PROVIDER_TRAIT_TYPE","features":[34]},{"name":"ETW_PTVECTOR_TYPE_VALUE","features":[34]},{"name":"ETW_REDUCED_ANSISTRING_TYPE_VALUE","features":[34]},{"name":"ETW_REDUCED_STRING_TYPE_VALUE","features":[34]},{"name":"ETW_REFRENCE_TYPE_VALUE","features":[34]},{"name":"ETW_REVERSED_COUNTED_ANSISTRING_TYPE_VALUE","features":[34]},{"name":"ETW_REVERSED_COUNTED_STRING_TYPE_VALUE","features":[34]},{"name":"ETW_SBYTE_TYPE_VALUE","features":[34]},{"name":"ETW_SID_TYPE_VALUE","features":[34]},{"name":"ETW_SINGLE_TYPE_VALUE","features":[34]},{"name":"ETW_SIZET_TYPE_VALUE","features":[34]},{"name":"ETW_STRING_TYPE_VALUE","features":[34]},{"name":"ETW_TRACE_PARTITION_INFORMATION","features":[34]},{"name":"ETW_TRACE_PARTITION_INFORMATION_V2","features":[34]},{"name":"ETW_UINT16_TYPE_VALUE","features":[34]},{"name":"ETW_UINT32_TYPE_VALUE","features":[34]},{"name":"ETW_UINT64_TYPE_VALUE","features":[34]},{"name":"ETW_VARIANT_TYPE_VALUE","features":[34]},{"name":"ETW_WMITIME_TYPE_VALUE","features":[34]},{"name":"EVENTMAP_ENTRY_VALUETYPE_STRING","features":[34]},{"name":"EVENTMAP_ENTRY_VALUETYPE_ULONG","features":[34]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_BITMAP","features":[34]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_PATTERNMAP","features":[34]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_VALUEMAP","features":[34]},{"name":"EVENTMAP_INFO_FLAG_WBEM_BITMAP","features":[34]},{"name":"EVENTMAP_INFO_FLAG_WBEM_FLAG","features":[34]},{"name":"EVENTMAP_INFO_FLAG_WBEM_NO_MAP","features":[34]},{"name":"EVENTMAP_INFO_FLAG_WBEM_VALUEMAP","features":[34]},{"name":"EVENTSECURITYOPERATION","features":[34]},{"name":"EVENT_ACTIVITY_CTRL_CREATE_ID","features":[34]},{"name":"EVENT_ACTIVITY_CTRL_CREATE_SET_ID","features":[34]},{"name":"EVENT_ACTIVITY_CTRL_GET_ID","features":[34]},{"name":"EVENT_ACTIVITY_CTRL_GET_SET_ID","features":[34]},{"name":"EVENT_ACTIVITY_CTRL_SET_ID","features":[34]},{"name":"EVENT_CONTROL_CODE_CAPTURE_STATE","features":[34]},{"name":"EVENT_CONTROL_CODE_DISABLE_PROVIDER","features":[34]},{"name":"EVENT_CONTROL_CODE_ENABLE_PROVIDER","features":[34]},{"name":"EVENT_DATA_DESCRIPTOR","features":[34]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_EVENT_METADATA","features":[34]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_NONE","features":[34]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_PROVIDER_METADATA","features":[34]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_TIMESTAMP_OVERRIDE","features":[34]},{"name":"EVENT_DESCRIPTOR","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_ENABLE_KEYWORD_0","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_ENABLE_SILOS","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_EVENT_KEY","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_EXCLUDE_INPRIVATE","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_IGNORE_KEYWORD_0","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_PROCESS_START_KEY","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_PROVIDER_GROUP","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_PSM_KEY","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_SID","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_SOURCE_CONTAINER_TRACKING","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_STACK_TRACE","features":[34]},{"name":"EVENT_ENABLE_PROPERTY_TS_ID","features":[34]},{"name":"EVENT_EXTENDED_ITEM_EVENT_KEY","features":[34]},{"name":"EVENT_EXTENDED_ITEM_INSTANCE","features":[34]},{"name":"EVENT_EXTENDED_ITEM_PEBS_INDEX","features":[34]},{"name":"EVENT_EXTENDED_ITEM_PMC_COUNTERS","features":[34]},{"name":"EVENT_EXTENDED_ITEM_PROCESS_START_KEY","features":[34]},{"name":"EVENT_EXTENDED_ITEM_RELATED_ACTIVITYID","features":[34]},{"name":"EVENT_EXTENDED_ITEM_STACK_KEY32","features":[34]},{"name":"EVENT_EXTENDED_ITEM_STACK_KEY64","features":[34]},{"name":"EVENT_EXTENDED_ITEM_STACK_TRACE32","features":[34]},{"name":"EVENT_EXTENDED_ITEM_STACK_TRACE64","features":[34]},{"name":"EVENT_EXTENDED_ITEM_TS_ID","features":[34]},{"name":"EVENT_FIELD_TYPE","features":[34]},{"name":"EVENT_FILTER_DESCRIPTOR","features":[34]},{"name":"EVENT_FILTER_EVENT_ID","features":[3,34]},{"name":"EVENT_FILTER_EVENT_NAME","features":[3,34]},{"name":"EVENT_FILTER_HEADER","features":[34]},{"name":"EVENT_FILTER_LEVEL_KW","features":[3,34]},{"name":"EVENT_FILTER_TYPE_CONTAINER","features":[34]},{"name":"EVENT_FILTER_TYPE_EVENT_ID","features":[34]},{"name":"EVENT_FILTER_TYPE_EVENT_NAME","features":[34]},{"name":"EVENT_FILTER_TYPE_EXECUTABLE_NAME","features":[34]},{"name":"EVENT_FILTER_TYPE_NONE","features":[34]},{"name":"EVENT_FILTER_TYPE_PACKAGE_APP_ID","features":[34]},{"name":"EVENT_FILTER_TYPE_PACKAGE_ID","features":[34]},{"name":"EVENT_FILTER_TYPE_PAYLOAD","features":[34]},{"name":"EVENT_FILTER_TYPE_PID","features":[34]},{"name":"EVENT_FILTER_TYPE_SCHEMATIZED","features":[34]},{"name":"EVENT_FILTER_TYPE_STACKWALK","features":[34]},{"name":"EVENT_FILTER_TYPE_STACKWALK_LEVEL_KW","features":[34]},{"name":"EVENT_FILTER_TYPE_STACKWALK_NAME","features":[34]},{"name":"EVENT_FILTER_TYPE_SYSTEM_FLAGS","features":[34]},{"name":"EVENT_FILTER_TYPE_TRACEHANDLE","features":[34]},{"name":"EVENT_HEADER","features":[34]},{"name":"EVENT_HEADER_EXTENDED_DATA_ITEM","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_CONTAINER_ID","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_CONTROL_GUID","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_EVENT_KEY","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_EVENT_SCHEMA_TL","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_INSTANCE_INFO","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_MAX","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_PEBS_INDEX","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_PMC_COUNTERS","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_PROCESS_START_KEY","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_PROV_TRAITS","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_PSM_KEY","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_QPC_DELTA","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_RELATED_ACTIVITYID","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_SID","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_KEY32","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_KEY64","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_TRACE32","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_TRACE64","features":[34]},{"name":"EVENT_HEADER_EXT_TYPE_TS_ID","features":[34]},{"name":"EVENT_HEADER_FLAG_32_BIT_HEADER","features":[34]},{"name":"EVENT_HEADER_FLAG_64_BIT_HEADER","features":[34]},{"name":"EVENT_HEADER_FLAG_CLASSIC_HEADER","features":[34]},{"name":"EVENT_HEADER_FLAG_DECODE_GUID","features":[34]},{"name":"EVENT_HEADER_FLAG_EXTENDED_INFO","features":[34]},{"name":"EVENT_HEADER_FLAG_NO_CPUTIME","features":[34]},{"name":"EVENT_HEADER_FLAG_PRIVATE_SESSION","features":[34]},{"name":"EVENT_HEADER_FLAG_PROCESSOR_INDEX","features":[34]},{"name":"EVENT_HEADER_FLAG_STRING_ONLY","features":[34]},{"name":"EVENT_HEADER_FLAG_TRACE_MESSAGE","features":[34]},{"name":"EVENT_HEADER_PROPERTY_FORWARDED_XML","features":[34]},{"name":"EVENT_HEADER_PROPERTY_LEGACY_EVENTLOG","features":[34]},{"name":"EVENT_HEADER_PROPERTY_RELOGGABLE","features":[34]},{"name":"EVENT_HEADER_PROPERTY_XML","features":[34]},{"name":"EVENT_INFO_CLASS","features":[34]},{"name":"EVENT_INSTANCE_HEADER","features":[34]},{"name":"EVENT_INSTANCE_INFO","features":[3,34]},{"name":"EVENT_LOGGER_NAME","features":[34]},{"name":"EVENT_LOGGER_NAMEA","features":[34]},{"name":"EVENT_LOGGER_NAMEW","features":[34]},{"name":"EVENT_MAP_ENTRY","features":[34]},{"name":"EVENT_MAP_INFO","features":[34]},{"name":"EVENT_MAX_LEVEL","features":[34]},{"name":"EVENT_MIN_LEVEL","features":[34]},{"name":"EVENT_PROPERTY_INFO","features":[34]},{"name":"EVENT_RECORD","features":[34]},{"name":"EVENT_TRACE","features":[34]},{"name":"EVENT_TRACE_ADDTO_TRIAGE_DUMP","features":[34]},{"name":"EVENT_TRACE_ADD_HEADER_MODE","features":[34]},{"name":"EVENT_TRACE_BUFFERING_MODE","features":[34]},{"name":"EVENT_TRACE_COMPRESSED_MODE","features":[34]},{"name":"EVENT_TRACE_CONTROL","features":[34]},{"name":"EVENT_TRACE_CONTROL_CONVERT_TO_REALTIME","features":[34]},{"name":"EVENT_TRACE_CONTROL_FLUSH","features":[34]},{"name":"EVENT_TRACE_CONTROL_INCREMENT_FILE","features":[34]},{"name":"EVENT_TRACE_CONTROL_QUERY","features":[34]},{"name":"EVENT_TRACE_CONTROL_STOP","features":[34]},{"name":"EVENT_TRACE_CONTROL_UPDATE","features":[34]},{"name":"EVENT_TRACE_DELAY_OPEN_FILE_MODE","features":[34]},{"name":"EVENT_TRACE_FILE_MODE_APPEND","features":[34]},{"name":"EVENT_TRACE_FILE_MODE_CIRCULAR","features":[34]},{"name":"EVENT_TRACE_FILE_MODE_NEWFILE","features":[34]},{"name":"EVENT_TRACE_FILE_MODE_NONE","features":[34]},{"name":"EVENT_TRACE_FILE_MODE_PREALLOCATE","features":[34]},{"name":"EVENT_TRACE_FILE_MODE_SEQUENTIAL","features":[34]},{"name":"EVENT_TRACE_FLAG","features":[34]},{"name":"EVENT_TRACE_FLAG_ALPC","features":[34]},{"name":"EVENT_TRACE_FLAG_CSWITCH","features":[34]},{"name":"EVENT_TRACE_FLAG_DBGPRINT","features":[34]},{"name":"EVENT_TRACE_FLAG_DEBUG_EVENTS","features":[34]},{"name":"EVENT_TRACE_FLAG_DISK_FILE_IO","features":[34]},{"name":"EVENT_TRACE_FLAG_DISK_IO","features":[34]},{"name":"EVENT_TRACE_FLAG_DISK_IO_INIT","features":[34]},{"name":"EVENT_TRACE_FLAG_DISPATCHER","features":[34]},{"name":"EVENT_TRACE_FLAG_DPC","features":[34]},{"name":"EVENT_TRACE_FLAG_DRIVER","features":[34]},{"name":"EVENT_TRACE_FLAG_ENABLE_RESERVE","features":[34]},{"name":"EVENT_TRACE_FLAG_EXTENSION","features":[34]},{"name":"EVENT_TRACE_FLAG_FILE_IO","features":[34]},{"name":"EVENT_TRACE_FLAG_FILE_IO_INIT","features":[34]},{"name":"EVENT_TRACE_FLAG_FORWARD_WMI","features":[34]},{"name":"EVENT_TRACE_FLAG_IMAGE_LOAD","features":[34]},{"name":"EVENT_TRACE_FLAG_INTERRUPT","features":[34]},{"name":"EVENT_TRACE_FLAG_JOB","features":[34]},{"name":"EVENT_TRACE_FLAG_MEMORY_HARD_FAULTS","features":[34]},{"name":"EVENT_TRACE_FLAG_MEMORY_PAGE_FAULTS","features":[34]},{"name":"EVENT_TRACE_FLAG_NETWORK_TCPIP","features":[34]},{"name":"EVENT_TRACE_FLAG_NO_SYSCONFIG","features":[34]},{"name":"EVENT_TRACE_FLAG_PROCESS","features":[34]},{"name":"EVENT_TRACE_FLAG_PROCESS_COUNTERS","features":[34]},{"name":"EVENT_TRACE_FLAG_PROFILE","features":[34]},{"name":"EVENT_TRACE_FLAG_REGISTRY","features":[34]},{"name":"EVENT_TRACE_FLAG_SPLIT_IO","features":[34]},{"name":"EVENT_TRACE_FLAG_SYSTEMCALL","features":[34]},{"name":"EVENT_TRACE_FLAG_THREAD","features":[34]},{"name":"EVENT_TRACE_FLAG_VAMAP","features":[34]},{"name":"EVENT_TRACE_FLAG_VIRTUAL_ALLOC","features":[34]},{"name":"EVENT_TRACE_HEADER","features":[34]},{"name":"EVENT_TRACE_INDEPENDENT_SESSION_MODE","features":[34]},{"name":"EVENT_TRACE_LOGFILEA","features":[3,34,166]},{"name":"EVENT_TRACE_LOGFILEW","features":[3,34,166]},{"name":"EVENT_TRACE_MODE_RESERVED","features":[34]},{"name":"EVENT_TRACE_NONSTOPPABLE_MODE","features":[34]},{"name":"EVENT_TRACE_NO_PER_PROCESSOR_BUFFERING","features":[34]},{"name":"EVENT_TRACE_PERSIST_ON_HYBRID_SHUTDOWN","features":[34]},{"name":"EVENT_TRACE_PRIVATE_IN_PROC","features":[34]},{"name":"EVENT_TRACE_PRIVATE_LOGGER_MODE","features":[34]},{"name":"EVENT_TRACE_PROPERTIES","features":[3,34]},{"name":"EVENT_TRACE_PROPERTIES_V2","features":[3,34]},{"name":"EVENT_TRACE_REAL_TIME_MODE","features":[34]},{"name":"EVENT_TRACE_RELOG_MODE","features":[34]},{"name":"EVENT_TRACE_SECURE_MODE","features":[34]},{"name":"EVENT_TRACE_STOP_ON_HYBRID_SHUTDOWN","features":[34]},{"name":"EVENT_TRACE_SYSTEM_LOGGER_MODE","features":[34]},{"name":"EVENT_TRACE_TYPE_ACCEPT","features":[34]},{"name":"EVENT_TRACE_TYPE_ACKDUP","features":[34]},{"name":"EVENT_TRACE_TYPE_ACKFULL","features":[34]},{"name":"EVENT_TRACE_TYPE_ACKPART","features":[34]},{"name":"EVENT_TRACE_TYPE_CHECKPOINT","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_BOOT","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_CI_INFO","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_CPU","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_DEFRAG","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_DEVICEFAMILY","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_DPI","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_FLIGHTID","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_IDECHANNEL","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_IRQ","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_LOGICALDISK","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_MACHINEID","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_MOBILEPLATFORM","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_NETINFO","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_NIC","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_NUMANODE","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_OPTICALMEDIA","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_PHYSICALDISK","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_PHYSICALDISK_EX","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_PLATFORM","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_PNP","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_POWER","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSOR","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSORGROUP","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSORNUMBER","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_SERVICES","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_VIDEO","features":[34]},{"name":"EVENT_TRACE_TYPE_CONFIG_VIRTUALIZATION","features":[34]},{"name":"EVENT_TRACE_TYPE_CONNECT","features":[34]},{"name":"EVENT_TRACE_TYPE_CONNFAIL","features":[34]},{"name":"EVENT_TRACE_TYPE_COPY_ARP","features":[34]},{"name":"EVENT_TRACE_TYPE_COPY_TCP","features":[34]},{"name":"EVENT_TRACE_TYPE_DBGID_RSDS","features":[34]},{"name":"EVENT_TRACE_TYPE_DC_END","features":[34]},{"name":"EVENT_TRACE_TYPE_DC_START","features":[34]},{"name":"EVENT_TRACE_TYPE_DEQUEUE","features":[34]},{"name":"EVENT_TRACE_TYPE_DISCONNECT","features":[34]},{"name":"EVENT_TRACE_TYPE_END","features":[34]},{"name":"EVENT_TRACE_TYPE_EXTENSION","features":[34]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_COMPLETION","features":[34]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_FAILURE","features":[34]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_INIT","features":[34]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_COMPLETION","features":[34]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_FAILURE","features":[34]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_INIT","features":[34]},{"name":"EVENT_TRACE_TYPE_GUIDMAP","features":[34]},{"name":"EVENT_TRACE_TYPE_INFO","features":[34]},{"name":"EVENT_TRACE_TYPE_IO_FLUSH","features":[34]},{"name":"EVENT_TRACE_TYPE_IO_FLUSH_INIT","features":[34]},{"name":"EVENT_TRACE_TYPE_IO_READ","features":[34]},{"name":"EVENT_TRACE_TYPE_IO_READ_INIT","features":[34]},{"name":"EVENT_TRACE_TYPE_IO_REDIRECTED_INIT","features":[34]},{"name":"EVENT_TRACE_TYPE_IO_WRITE","features":[34]},{"name":"EVENT_TRACE_TYPE_IO_WRITE_INIT","features":[34]},{"name":"EVENT_TRACE_TYPE_LOAD","features":[34]},{"name":"EVENT_TRACE_TYPE_MM_AV","features":[34]},{"name":"EVENT_TRACE_TYPE_MM_COW","features":[34]},{"name":"EVENT_TRACE_TYPE_MM_DZF","features":[34]},{"name":"EVENT_TRACE_TYPE_MM_GPF","features":[34]},{"name":"EVENT_TRACE_TYPE_MM_HPF","features":[34]},{"name":"EVENT_TRACE_TYPE_MM_TF","features":[34]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_FLUSH","features":[34]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_FLUSH_INIT","features":[34]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_READ","features":[34]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_READ_INIT","features":[34]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_WRITE","features":[34]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_WRITE_INIT","features":[34]},{"name":"EVENT_TRACE_TYPE_RECEIVE","features":[34]},{"name":"EVENT_TRACE_TYPE_RECONNECT","features":[34]},{"name":"EVENT_TRACE_TYPE_REGCLOSE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGCOMMIT","features":[34]},{"name":"EVENT_TRACE_TYPE_REGCREATE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGDELETE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGDELETEVALUE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGENUMERATEKEY","features":[34]},{"name":"EVENT_TRACE_TYPE_REGENUMERATEVALUEKEY","features":[34]},{"name":"EVENT_TRACE_TYPE_REGFLUSH","features":[34]},{"name":"EVENT_TRACE_TYPE_REGKCBCREATE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGKCBDELETE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGKCBRUNDOWNBEGIN","features":[34]},{"name":"EVENT_TRACE_TYPE_REGKCBRUNDOWNEND","features":[34]},{"name":"EVENT_TRACE_TYPE_REGMOUNTHIVE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGOPEN","features":[34]},{"name":"EVENT_TRACE_TYPE_REGPREPARE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGQUERY","features":[34]},{"name":"EVENT_TRACE_TYPE_REGQUERYMULTIPLEVALUE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGQUERYSECURITY","features":[34]},{"name":"EVENT_TRACE_TYPE_REGQUERYVALUE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGROLLBACK","features":[34]},{"name":"EVENT_TRACE_TYPE_REGSETINFORMATION","features":[34]},{"name":"EVENT_TRACE_TYPE_REGSETSECURITY","features":[34]},{"name":"EVENT_TRACE_TYPE_REGSETVALUE","features":[34]},{"name":"EVENT_TRACE_TYPE_REGVIRTUALIZE","features":[34]},{"name":"EVENT_TRACE_TYPE_REPLY","features":[34]},{"name":"EVENT_TRACE_TYPE_RESUME","features":[34]},{"name":"EVENT_TRACE_TYPE_RETRANSMIT","features":[34]},{"name":"EVENT_TRACE_TYPE_SECURITY","features":[34]},{"name":"EVENT_TRACE_TYPE_SEND","features":[34]},{"name":"EVENT_TRACE_TYPE_SIDINFO","features":[34]},{"name":"EVENT_TRACE_TYPE_START","features":[34]},{"name":"EVENT_TRACE_TYPE_STOP","features":[34]},{"name":"EVENT_TRACE_TYPE_SUSPEND","features":[34]},{"name":"EVENT_TRACE_TYPE_TERMINATE","features":[34]},{"name":"EVENT_TRACE_TYPE_WINEVT_RECEIVE","features":[34]},{"name":"EVENT_TRACE_TYPE_WINEVT_SEND","features":[34]},{"name":"EVENT_TRACE_USE_GLOBAL_SEQUENCE","features":[34]},{"name":"EVENT_TRACE_USE_KBYTES_FOR_SIZE","features":[34]},{"name":"EVENT_TRACE_USE_LOCAL_SEQUENCE","features":[34]},{"name":"EVENT_TRACE_USE_NOCPUTIME","features":[34]},{"name":"EVENT_TRACE_USE_PAGED_MEMORY","features":[34]},{"name":"EVENT_TRACE_USE_PROCTIME","features":[34]},{"name":"EVENT_WRITE_FLAG_INPRIVATE","features":[34]},{"name":"EVENT_WRITE_FLAG_NO_FAULTING","features":[34]},{"name":"EnableTrace","features":[3,34]},{"name":"EnableTraceEx","features":[3,34]},{"name":"EnableTraceEx2","features":[3,34]},{"name":"EnumerateTraceGuids","features":[3,34]},{"name":"EnumerateTraceGuidsEx","features":[3,34]},{"name":"EtwCompressionModeNoDisable","features":[34]},{"name":"EtwCompressionModeNoRestart","features":[34]},{"name":"EtwCompressionModeRestart","features":[34]},{"name":"EtwPmcOwnerFree","features":[34]},{"name":"EtwPmcOwnerTagged","features":[34]},{"name":"EtwPmcOwnerTaggedWithSource","features":[34]},{"name":"EtwPmcOwnerUntagged","features":[34]},{"name":"EtwProviderTraitDecodeGuid","features":[34]},{"name":"EtwProviderTraitTypeGroup","features":[34]},{"name":"EtwProviderTraitTypeMax","features":[34]},{"name":"EtwQueryLastDroppedTimes","features":[34]},{"name":"EtwQueryLogFileHeader","features":[34]},{"name":"EtwQueryPartitionInformation","features":[34]},{"name":"EtwQueryPartitionInformationV2","features":[34]},{"name":"EtwQueryProcessHandleInfoMax","features":[34]},{"name":"EventAccessControl","features":[3,6,34]},{"name":"EventAccessQuery","features":[6,34]},{"name":"EventAccessRemove","features":[34]},{"name":"EventActivityIdControl","features":[34]},{"name":"EventChannelInformation","features":[34]},{"name":"EventEnabled","features":[3,34]},{"name":"EventInformationMax","features":[34]},{"name":"EventKeywordInformation","features":[34]},{"name":"EventLevelInformation","features":[34]},{"name":"EventOpcodeInformation","features":[34]},{"name":"EventProviderBinaryTrackInfo","features":[34]},{"name":"EventProviderEnabled","features":[3,34]},{"name":"EventProviderSetReserved1","features":[34]},{"name":"EventProviderSetTraits","features":[34]},{"name":"EventProviderUseDescriptorType","features":[34]},{"name":"EventRegister","features":[34]},{"name":"EventSecurityAddDACL","features":[34]},{"name":"EventSecurityAddSACL","features":[34]},{"name":"EventSecurityMax","features":[34]},{"name":"EventSecuritySetDACL","features":[34]},{"name":"EventSecuritySetSACL","features":[34]},{"name":"EventSetInformation","features":[34]},{"name":"EventTaskInformation","features":[34]},{"name":"EventTraceConfigGuid","features":[34]},{"name":"EventTraceGuid","features":[34]},{"name":"EventUnregister","features":[34]},{"name":"EventWrite","features":[34]},{"name":"EventWriteEx","features":[34]},{"name":"EventWriteString","features":[34]},{"name":"EventWriteTransfer","features":[34]},{"name":"FileIoGuid","features":[34]},{"name":"FlushTraceA","features":[3,34]},{"name":"FlushTraceW","features":[3,34]},{"name":"GLOBAL_LOGGER_NAME","features":[34]},{"name":"GLOBAL_LOGGER_NAMEA","features":[34]},{"name":"GLOBAL_LOGGER_NAMEW","features":[34]},{"name":"GetTraceEnableFlags","features":[34]},{"name":"GetTraceEnableLevel","features":[34]},{"name":"GetTraceLoggerHandle","features":[34]},{"name":"ITraceEvent","features":[34]},{"name":"ITraceEventCallback","features":[34]},{"name":"ITraceRelogger","features":[34]},{"name":"ImageLoadGuid","features":[34]},{"name":"KERNEL_LOGGER_NAME","features":[34]},{"name":"KERNEL_LOGGER_NAMEA","features":[34]},{"name":"KERNEL_LOGGER_NAMEW","features":[34]},{"name":"MAP_FLAGS","features":[34]},{"name":"MAP_VALUETYPE","features":[34]},{"name":"MAX_EVENT_DATA_DESCRIPTORS","features":[34]},{"name":"MAX_EVENT_FILTERS_COUNT","features":[34]},{"name":"MAX_EVENT_FILTER_DATA_SIZE","features":[34]},{"name":"MAX_EVENT_FILTER_EVENT_ID_COUNT","features":[34]},{"name":"MAX_EVENT_FILTER_EVENT_NAME_SIZE","features":[34]},{"name":"MAX_EVENT_FILTER_PAYLOAD_SIZE","features":[34]},{"name":"MAX_EVENT_FILTER_PID_COUNT","features":[34]},{"name":"MAX_MOF_FIELDS","features":[34]},{"name":"MAX_PAYLOAD_PREDICATES","features":[34]},{"name":"MOF_FIELD","features":[34]},{"name":"MaxEventInfo","features":[34]},{"name":"MaxTraceSetInfoClass","features":[34]},{"name":"OFFSETINSTANCEDATAANDLENGTH","features":[34]},{"name":"OpenTraceA","features":[3,34,166]},{"name":"OpenTraceFromBufferStream","features":[3,34,166]},{"name":"OpenTraceFromFile","features":[3,34,166]},{"name":"OpenTraceFromRealTimeLogger","features":[3,34,166]},{"name":"OpenTraceFromRealTimeLoggerWithAllocationOptions","features":[3,34,166]},{"name":"OpenTraceW","features":[3,34,166]},{"name":"PAYLOADFIELD_BETWEEN","features":[34]},{"name":"PAYLOADFIELD_CONTAINS","features":[34]},{"name":"PAYLOADFIELD_DOESNTCONTAIN","features":[34]},{"name":"PAYLOADFIELD_EQ","features":[34]},{"name":"PAYLOADFIELD_GE","features":[34]},{"name":"PAYLOADFIELD_GT","features":[34]},{"name":"PAYLOADFIELD_INVALID","features":[34]},{"name":"PAYLOADFIELD_IS","features":[34]},{"name":"PAYLOADFIELD_ISNOT","features":[34]},{"name":"PAYLOADFIELD_LE","features":[34]},{"name":"PAYLOADFIELD_LT","features":[34]},{"name":"PAYLOADFIELD_MODULO","features":[34]},{"name":"PAYLOADFIELD_NE","features":[34]},{"name":"PAYLOADFIELD_NOTBETWEEN","features":[34]},{"name":"PAYLOAD_FILTER_PREDICATE","features":[34]},{"name":"PAYLOAD_OPERATOR","features":[34]},{"name":"PENABLECALLBACK","features":[34]},{"name":"PETW_BUFFER_CALLBACK","features":[3,34,166]},{"name":"PETW_BUFFER_COMPLETION_CALLBACK","features":[34]},{"name":"PEVENT_CALLBACK","features":[34]},{"name":"PEVENT_RECORD_CALLBACK","features":[34]},{"name":"PEVENT_TRACE_BUFFER_CALLBACKA","features":[3,34,166]},{"name":"PEVENT_TRACE_BUFFER_CALLBACKW","features":[3,34,166]},{"name":"PROCESSTRACE_HANDLE","features":[34]},{"name":"PROCESS_TRACE_MODE_EVENT_RECORD","features":[34]},{"name":"PROCESS_TRACE_MODE_RAW_TIMESTAMP","features":[34]},{"name":"PROCESS_TRACE_MODE_REAL_TIME","features":[34]},{"name":"PROFILE_SOURCE_INFO","features":[34]},{"name":"PROPERTY_DATA_DESCRIPTOR","features":[34]},{"name":"PROPERTY_FLAGS","features":[34]},{"name":"PROVIDER_ENUMERATION_INFO","features":[34]},{"name":"PROVIDER_EVENT_INFO","features":[34]},{"name":"PROVIDER_FIELD_INFO","features":[34]},{"name":"PROVIDER_FIELD_INFOARRAY","features":[34]},{"name":"PROVIDER_FILTER_INFO","features":[34]},{"name":"PageFaultGuid","features":[34]},{"name":"PerfInfoGuid","features":[34]},{"name":"PrivateLoggerNotificationGuid","features":[34]},{"name":"ProcessGuid","features":[34]},{"name":"ProcessTrace","features":[3,34]},{"name":"ProcessTraceAddBufferToBufferStream","features":[34]},{"name":"ProcessTraceBufferDecrementReference","features":[34]},{"name":"ProcessTraceBufferIncrementReference","features":[34]},{"name":"PropertyHasCustomSchema","features":[34]},{"name":"PropertyHasTags","features":[34]},{"name":"PropertyParamCount","features":[34]},{"name":"PropertyParamFixedCount","features":[34]},{"name":"PropertyParamFixedLength","features":[34]},{"name":"PropertyParamLength","features":[34]},{"name":"PropertyStruct","features":[34]},{"name":"PropertyWBEMXmlFragment","features":[34]},{"name":"QueryAllTracesA","features":[3,34]},{"name":"QueryAllTracesW","features":[3,34]},{"name":"QueryTraceA","features":[3,34]},{"name":"QueryTraceProcessingHandle","features":[3,34]},{"name":"QueryTraceW","features":[3,34]},{"name":"REGHANDLE","features":[34]},{"name":"RELOGSTREAM_HANDLE","features":[34]},{"name":"RegisterTraceGuidsA","features":[3,34]},{"name":"RegisterTraceGuidsW","features":[3,34]},{"name":"RegistryGuid","features":[34]},{"name":"RemoveTraceCallback","features":[3,34]},{"name":"SYSTEM_ALPC_KW_GENERAL","features":[34]},{"name":"SYSTEM_CONFIG_KW_GRAPHICS","features":[34]},{"name":"SYSTEM_CONFIG_KW_NETWORK","features":[34]},{"name":"SYSTEM_CONFIG_KW_OPTICAL","features":[34]},{"name":"SYSTEM_CONFIG_KW_PNP","features":[34]},{"name":"SYSTEM_CONFIG_KW_SERVICES","features":[34]},{"name":"SYSTEM_CONFIG_KW_STORAGE","features":[34]},{"name":"SYSTEM_CONFIG_KW_SYSTEM","features":[34]},{"name":"SYSTEM_CPU_KW_CACHE_FLUSH","features":[34]},{"name":"SYSTEM_CPU_KW_CONFIG","features":[34]},{"name":"SYSTEM_CPU_KW_SPEC_CONTROL","features":[34]},{"name":"SYSTEM_EVENT_TYPE","features":[34]},{"name":"SYSTEM_HYPERVISOR_KW_CALLOUTS","features":[34]},{"name":"SYSTEM_HYPERVISOR_KW_PROFILE","features":[34]},{"name":"SYSTEM_HYPERVISOR_KW_VTL_CHANGE","features":[34]},{"name":"SYSTEM_INTERRUPT_KW_CLOCK_INTERRUPT","features":[34]},{"name":"SYSTEM_INTERRUPT_KW_DPC","features":[34]},{"name":"SYSTEM_INTERRUPT_KW_DPC_QUEUE","features":[34]},{"name":"SYSTEM_INTERRUPT_KW_GENERAL","features":[34]},{"name":"SYSTEM_INTERRUPT_KW_IPI","features":[34]},{"name":"SYSTEM_INTERRUPT_KW_WDF_DPC","features":[34]},{"name":"SYSTEM_INTERRUPT_KW_WDF_INTERRUPT","features":[34]},{"name":"SYSTEM_IOFILTER_KW_FAILURE","features":[34]},{"name":"SYSTEM_IOFILTER_KW_FASTIO","features":[34]},{"name":"SYSTEM_IOFILTER_KW_GENERAL","features":[34]},{"name":"SYSTEM_IOFILTER_KW_INIT","features":[34]},{"name":"SYSTEM_IO_KW_CC","features":[34]},{"name":"SYSTEM_IO_KW_DISK","features":[34]},{"name":"SYSTEM_IO_KW_DISK_INIT","features":[34]},{"name":"SYSTEM_IO_KW_DRIVERS","features":[34]},{"name":"SYSTEM_IO_KW_FILE","features":[34]},{"name":"SYSTEM_IO_KW_FILENAME","features":[34]},{"name":"SYSTEM_IO_KW_NETWORK","features":[34]},{"name":"SYSTEM_IO_KW_OPTICAL","features":[34]},{"name":"SYSTEM_IO_KW_OPTICAL_INIT","features":[34]},{"name":"SYSTEM_IO_KW_SPLIT","features":[34]},{"name":"SYSTEM_LOCK_KW_SPINLOCK","features":[34]},{"name":"SYSTEM_LOCK_KW_SPINLOCK_COUNTERS","features":[34]},{"name":"SYSTEM_LOCK_KW_SYNC_OBJECTS","features":[34]},{"name":"SYSTEM_MEMORY_KW_ALL_FAULTS","features":[34]},{"name":"SYSTEM_MEMORY_KW_CONTMEM_GEN","features":[34]},{"name":"SYSTEM_MEMORY_KW_FOOTPRINT","features":[34]},{"name":"SYSTEM_MEMORY_KW_GENERAL","features":[34]},{"name":"SYSTEM_MEMORY_KW_HARD_FAULTS","features":[34]},{"name":"SYSTEM_MEMORY_KW_HEAP","features":[34]},{"name":"SYSTEM_MEMORY_KW_MEMINFO","features":[34]},{"name":"SYSTEM_MEMORY_KW_MEMINFO_WS","features":[34]},{"name":"SYSTEM_MEMORY_KW_NONTRADEABLE","features":[34]},{"name":"SYSTEM_MEMORY_KW_PFSECTION","features":[34]},{"name":"SYSTEM_MEMORY_KW_POOL","features":[34]},{"name":"SYSTEM_MEMORY_KW_REFSET","features":[34]},{"name":"SYSTEM_MEMORY_KW_SESSION","features":[34]},{"name":"SYSTEM_MEMORY_KW_VAMAP","features":[34]},{"name":"SYSTEM_MEMORY_KW_VIRTUAL_ALLOC","features":[34]},{"name":"SYSTEM_MEMORY_KW_WS","features":[34]},{"name":"SYSTEM_MEMORY_POOL_FILTER_ID","features":[34]},{"name":"SYSTEM_OBJECT_KW_GENERAL","features":[34]},{"name":"SYSTEM_OBJECT_KW_HANDLE","features":[34]},{"name":"SYSTEM_POWER_KW_GENERAL","features":[34]},{"name":"SYSTEM_POWER_KW_HIBER_RUNDOWN","features":[34]},{"name":"SYSTEM_POWER_KW_IDLE_SELECTION","features":[34]},{"name":"SYSTEM_POWER_KW_PPM_EXIT_LATENCY","features":[34]},{"name":"SYSTEM_POWER_KW_PROCESSOR_IDLE","features":[34]},{"name":"SYSTEM_PROCESS_KW_DBGPRINT","features":[34]},{"name":"SYSTEM_PROCESS_KW_DEBUG_EVENTS","features":[34]},{"name":"SYSTEM_PROCESS_KW_FREEZE","features":[34]},{"name":"SYSTEM_PROCESS_KW_GENERAL","features":[34]},{"name":"SYSTEM_PROCESS_KW_INSWAP","features":[34]},{"name":"SYSTEM_PROCESS_KW_JOB","features":[34]},{"name":"SYSTEM_PROCESS_KW_LOADER","features":[34]},{"name":"SYSTEM_PROCESS_KW_PERF_COUNTER","features":[34]},{"name":"SYSTEM_PROCESS_KW_THREAD","features":[34]},{"name":"SYSTEM_PROCESS_KW_WAKE_COUNTER","features":[34]},{"name":"SYSTEM_PROCESS_KW_WAKE_DROP","features":[34]},{"name":"SYSTEM_PROCESS_KW_WAKE_EVENT","features":[34]},{"name":"SYSTEM_PROCESS_KW_WORKER_THREAD","features":[34]},{"name":"SYSTEM_PROFILE_KW_GENERAL","features":[34]},{"name":"SYSTEM_PROFILE_KW_PMC_PROFILE","features":[34]},{"name":"SYSTEM_REGISTRY_KW_GENERAL","features":[34]},{"name":"SYSTEM_REGISTRY_KW_HIVE","features":[34]},{"name":"SYSTEM_REGISTRY_KW_NOTIFICATION","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_AFFINITY","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_ANTI_STARVATION","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_COMPACT_CSWITCH","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_CONTEXT_SWITCH","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_DISPATCHER","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_IDEAL_PROCESSOR","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_KERNEL_QUEUE","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_LOAD_BALANCER","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_PRIORITY","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_SHOULD_YIELD","features":[34]},{"name":"SYSTEM_SCHEDULER_KW_XSCHEDULER","features":[34]},{"name":"SYSTEM_SYSCALL_KW_GENERAL","features":[34]},{"name":"SYSTEM_TIMER_KW_CLOCK_TIMER","features":[34]},{"name":"SYSTEM_TIMER_KW_GENERAL","features":[34]},{"name":"SetTraceCallback","features":[3,34]},{"name":"SplitIoGuid","features":[34]},{"name":"StartTraceA","features":[3,34]},{"name":"StartTraceW","features":[3,34]},{"name":"StopTraceA","features":[3,34]},{"name":"StopTraceW","features":[3,34]},{"name":"SystemAlpcProviderGuid","features":[34]},{"name":"SystemConfigProviderGuid","features":[34]},{"name":"SystemCpuProviderGuid","features":[34]},{"name":"SystemHypervisorProviderGuid","features":[34]},{"name":"SystemInterruptProviderGuid","features":[34]},{"name":"SystemIoFilterProviderGuid","features":[34]},{"name":"SystemIoProviderGuid","features":[34]},{"name":"SystemLockProviderGuid","features":[34]},{"name":"SystemMemoryProviderGuid","features":[34]},{"name":"SystemObjectProviderGuid","features":[34]},{"name":"SystemPowerProviderGuid","features":[34]},{"name":"SystemProcessProviderGuid","features":[34]},{"name":"SystemProfileProviderGuid","features":[34]},{"name":"SystemRegistryProviderGuid","features":[34]},{"name":"SystemSchedulerProviderGuid","features":[34]},{"name":"SystemSyscallProviderGuid","features":[34]},{"name":"SystemTimerProviderGuid","features":[34]},{"name":"SystemTraceControlGuid","features":[34]},{"name":"TDH_CONTEXT","features":[34]},{"name":"TDH_CONTEXT_MAXIMUM","features":[34]},{"name":"TDH_CONTEXT_PDB_PATH","features":[34]},{"name":"TDH_CONTEXT_POINTERSIZE","features":[34]},{"name":"TDH_CONTEXT_TYPE","features":[34]},{"name":"TDH_CONTEXT_WPP_GMT","features":[34]},{"name":"TDH_CONTEXT_WPP_TMFFILE","features":[34]},{"name":"TDH_CONTEXT_WPP_TMFSEARCHPATH","features":[34]},{"name":"TDH_HANDLE","features":[34]},{"name":"TDH_INTYPE_ANSICHAR","features":[34]},{"name":"TDH_INTYPE_ANSISTRING","features":[34]},{"name":"TDH_INTYPE_BINARY","features":[34]},{"name":"TDH_INTYPE_BOOLEAN","features":[34]},{"name":"TDH_INTYPE_COUNTEDANSISTRING","features":[34]},{"name":"TDH_INTYPE_COUNTEDSTRING","features":[34]},{"name":"TDH_INTYPE_DOUBLE","features":[34]},{"name":"TDH_INTYPE_FILETIME","features":[34]},{"name":"TDH_INTYPE_FLOAT","features":[34]},{"name":"TDH_INTYPE_GUID","features":[34]},{"name":"TDH_INTYPE_HEXDUMP","features":[34]},{"name":"TDH_INTYPE_HEXINT32","features":[34]},{"name":"TDH_INTYPE_HEXINT64","features":[34]},{"name":"TDH_INTYPE_INT16","features":[34]},{"name":"TDH_INTYPE_INT32","features":[34]},{"name":"TDH_INTYPE_INT64","features":[34]},{"name":"TDH_INTYPE_INT8","features":[34]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDANSISTRING","features":[34]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDBINARY","features":[34]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDSTRING","features":[34]},{"name":"TDH_INTYPE_NONNULLTERMINATEDANSISTRING","features":[34]},{"name":"TDH_INTYPE_NONNULLTERMINATEDSTRING","features":[34]},{"name":"TDH_INTYPE_NULL","features":[34]},{"name":"TDH_INTYPE_POINTER","features":[34]},{"name":"TDH_INTYPE_RESERVED24","features":[34]},{"name":"TDH_INTYPE_REVERSEDCOUNTEDANSISTRING","features":[34]},{"name":"TDH_INTYPE_REVERSEDCOUNTEDSTRING","features":[34]},{"name":"TDH_INTYPE_SID","features":[34]},{"name":"TDH_INTYPE_SIZET","features":[34]},{"name":"TDH_INTYPE_SYSTEMTIME","features":[34]},{"name":"TDH_INTYPE_UINT16","features":[34]},{"name":"TDH_INTYPE_UINT32","features":[34]},{"name":"TDH_INTYPE_UINT64","features":[34]},{"name":"TDH_INTYPE_UINT8","features":[34]},{"name":"TDH_INTYPE_UNICODECHAR","features":[34]},{"name":"TDH_INTYPE_UNICODESTRING","features":[34]},{"name":"TDH_INTYPE_WBEMSID","features":[34]},{"name":"TDH_OUTTYPE_BOOLEAN","features":[34]},{"name":"TDH_OUTTYPE_BYTE","features":[34]},{"name":"TDH_OUTTYPE_CIMDATETIME","features":[34]},{"name":"TDH_OUTTYPE_CODE_POINTER","features":[34]},{"name":"TDH_OUTTYPE_CULTURE_INSENSITIVE_DATETIME","features":[34]},{"name":"TDH_OUTTYPE_DATETIME","features":[34]},{"name":"TDH_OUTTYPE_DATETIME_UTC","features":[34]},{"name":"TDH_OUTTYPE_DOUBLE","features":[34]},{"name":"TDH_OUTTYPE_ERRORCODE","features":[34]},{"name":"TDH_OUTTYPE_ETWTIME","features":[34]},{"name":"TDH_OUTTYPE_FLOAT","features":[34]},{"name":"TDH_OUTTYPE_GUID","features":[34]},{"name":"TDH_OUTTYPE_HEXBINARY","features":[34]},{"name":"TDH_OUTTYPE_HEXINT16","features":[34]},{"name":"TDH_OUTTYPE_HEXINT32","features":[34]},{"name":"TDH_OUTTYPE_HEXINT64","features":[34]},{"name":"TDH_OUTTYPE_HEXINT8","features":[34]},{"name":"TDH_OUTTYPE_HRESULT","features":[34]},{"name":"TDH_OUTTYPE_INT","features":[34]},{"name":"TDH_OUTTYPE_IPV4","features":[34]},{"name":"TDH_OUTTYPE_IPV6","features":[34]},{"name":"TDH_OUTTYPE_JSON","features":[34]},{"name":"TDH_OUTTYPE_LONG","features":[34]},{"name":"TDH_OUTTYPE_NOPRINT","features":[34]},{"name":"TDH_OUTTYPE_NTSTATUS","features":[34]},{"name":"TDH_OUTTYPE_NULL","features":[34]},{"name":"TDH_OUTTYPE_PID","features":[34]},{"name":"TDH_OUTTYPE_PKCS7_WITH_TYPE_INFO","features":[34]},{"name":"TDH_OUTTYPE_PORT","features":[34]},{"name":"TDH_OUTTYPE_REDUCEDSTRING","features":[34]},{"name":"TDH_OUTTYPE_SHORT","features":[34]},{"name":"TDH_OUTTYPE_SOCKETADDRESS","features":[34]},{"name":"TDH_OUTTYPE_STRING","features":[34]},{"name":"TDH_OUTTYPE_TID","features":[34]},{"name":"TDH_OUTTYPE_UNSIGNEDBYTE","features":[34]},{"name":"TDH_OUTTYPE_UNSIGNEDINT","features":[34]},{"name":"TDH_OUTTYPE_UNSIGNEDLONG","features":[34]},{"name":"TDH_OUTTYPE_UNSIGNEDSHORT","features":[34]},{"name":"TDH_OUTTYPE_UTF8","features":[34]},{"name":"TDH_OUTTYPE_WIN32ERROR","features":[34]},{"name":"TDH_OUTTYPE_XML","features":[34]},{"name":"TEMPLATE_CONTROL_GUID","features":[34]},{"name":"TEMPLATE_EVENT_DATA","features":[34]},{"name":"TEMPLATE_FLAGS","features":[34]},{"name":"TEMPLATE_USER_DATA","features":[34]},{"name":"TRACELOG_ACCESS_KERNEL_LOGGER","features":[34]},{"name":"TRACELOG_ACCESS_REALTIME","features":[34]},{"name":"TRACELOG_CREATE_INPROC","features":[34]},{"name":"TRACELOG_CREATE_ONDISK","features":[34]},{"name":"TRACELOG_CREATE_REALTIME","features":[34]},{"name":"TRACELOG_GUID_ENABLE","features":[34]},{"name":"TRACELOG_JOIN_GROUP","features":[34]},{"name":"TRACELOG_LOG_EVENT","features":[34]},{"name":"TRACELOG_REGISTER_GUIDS","features":[34]},{"name":"TRACE_ENABLE_INFO","features":[34]},{"name":"TRACE_EVENT_INFO","features":[34]},{"name":"TRACE_GUID_INFO","features":[34]},{"name":"TRACE_GUID_PROPERTIES","features":[3,34]},{"name":"TRACE_GUID_REGISTRATION","features":[3,34]},{"name":"TRACE_HEADER_FLAG_LOG_WNODE","features":[34]},{"name":"TRACE_HEADER_FLAG_TRACED_GUID","features":[34]},{"name":"TRACE_HEADER_FLAG_USE_GUID_PTR","features":[34]},{"name":"TRACE_HEADER_FLAG_USE_MOF_PTR","features":[34]},{"name":"TRACE_HEADER_FLAG_USE_TIMESTAMP","features":[34]},{"name":"TRACE_LEVEL_CRITICAL","features":[34]},{"name":"TRACE_LEVEL_ERROR","features":[34]},{"name":"TRACE_LEVEL_FATAL","features":[34]},{"name":"TRACE_LEVEL_INFORMATION","features":[34]},{"name":"TRACE_LEVEL_NONE","features":[34]},{"name":"TRACE_LEVEL_RESERVED6","features":[34]},{"name":"TRACE_LEVEL_RESERVED7","features":[34]},{"name":"TRACE_LEVEL_RESERVED8","features":[34]},{"name":"TRACE_LEVEL_RESERVED9","features":[34]},{"name":"TRACE_LEVEL_VERBOSE","features":[34]},{"name":"TRACE_LEVEL_WARNING","features":[34]},{"name":"TRACE_LOGFILE_HEADER","features":[3,34,166]},{"name":"TRACE_LOGFILE_HEADER32","features":[3,34,166]},{"name":"TRACE_LOGFILE_HEADER64","features":[3,34,166]},{"name":"TRACE_MESSAGE_COMPONENTID","features":[34]},{"name":"TRACE_MESSAGE_FLAGS","features":[34]},{"name":"TRACE_MESSAGE_FLAG_MASK","features":[34]},{"name":"TRACE_MESSAGE_GUID","features":[34]},{"name":"TRACE_MESSAGE_PERFORMANCE_TIMESTAMP","features":[34]},{"name":"TRACE_MESSAGE_POINTER32","features":[34]},{"name":"TRACE_MESSAGE_POINTER64","features":[34]},{"name":"TRACE_MESSAGE_SEQUENCE","features":[34]},{"name":"TRACE_MESSAGE_SYSTEMINFO","features":[34]},{"name":"TRACE_MESSAGE_TIMESTAMP","features":[34]},{"name":"TRACE_PERIODIC_CAPTURE_STATE_INFO","features":[34]},{"name":"TRACE_PROFILE_INTERVAL","features":[34]},{"name":"TRACE_PROVIDER_FLAG_LEGACY","features":[34]},{"name":"TRACE_PROVIDER_FLAG_PRE_ENABLE","features":[34]},{"name":"TRACE_PROVIDER_INFO","features":[34]},{"name":"TRACE_PROVIDER_INSTANCE_INFO","features":[34]},{"name":"TRACE_QUERY_INFO_CLASS","features":[34]},{"name":"TRACE_STACK_CACHING_INFO","features":[3,34]},{"name":"TRACE_VERSION_INFO","features":[34]},{"name":"TcpIpGuid","features":[34]},{"name":"TdhAggregatePayloadFilters","features":[3,34]},{"name":"TdhCleanupPayloadEventFilterDescriptor","features":[34]},{"name":"TdhCloseDecodingHandle","features":[34]},{"name":"TdhCreatePayloadFilter","features":[3,34]},{"name":"TdhDeletePayloadFilter","features":[34]},{"name":"TdhEnumerateManifestProviderEvents","features":[34]},{"name":"TdhEnumerateProviderFieldInformation","features":[34]},{"name":"TdhEnumerateProviderFilters","features":[34]},{"name":"TdhEnumerateProviders","features":[34]},{"name":"TdhEnumerateProvidersForDecodingSource","features":[34]},{"name":"TdhFormatProperty","features":[34]},{"name":"TdhGetDecodingParameter","features":[34]},{"name":"TdhGetEventInformation","features":[34]},{"name":"TdhGetEventMapInformation","features":[34]},{"name":"TdhGetManifestEventInformation","features":[34]},{"name":"TdhGetProperty","features":[34]},{"name":"TdhGetPropertySize","features":[34]},{"name":"TdhGetWppMessage","features":[34]},{"name":"TdhGetWppProperty","features":[34]},{"name":"TdhLoadManifest","features":[34]},{"name":"TdhLoadManifestFromBinary","features":[34]},{"name":"TdhLoadManifestFromMemory","features":[34]},{"name":"TdhOpenDecodingHandle","features":[34]},{"name":"TdhQueryProviderFieldInformation","features":[34]},{"name":"TdhSetDecodingParameter","features":[34]},{"name":"TdhUnloadManifest","features":[34]},{"name":"TdhUnloadManifestFromMemory","features":[34]},{"name":"ThreadGuid","features":[34]},{"name":"TraceDisallowListQuery","features":[34]},{"name":"TraceEvent","features":[3,34]},{"name":"TraceEventInstance","features":[3,34]},{"name":"TraceGroupQueryInfo","features":[34]},{"name":"TraceGroupQueryList","features":[34]},{"name":"TraceGuidQueryInfo","features":[34]},{"name":"TraceGuidQueryList","features":[34]},{"name":"TraceGuidQueryProcess","features":[34]},{"name":"TraceInfoReserved15","features":[34]},{"name":"TraceLbrConfigurationInfo","features":[34]},{"name":"TraceLbrEventListInfo","features":[34]},{"name":"TraceMaxLoggersQuery","features":[34]},{"name":"TraceMaxPmcCounterQuery","features":[34]},{"name":"TraceMessage","features":[3,34]},{"name":"TraceMessageVa","features":[3,34]},{"name":"TracePeriodicCaptureStateInfo","features":[34]},{"name":"TracePeriodicCaptureStateListInfo","features":[34]},{"name":"TracePmcCounterListInfo","features":[34]},{"name":"TracePmcCounterOwners","features":[34]},{"name":"TracePmcEventListInfo","features":[34]},{"name":"TracePmcSessionInformation","features":[34]},{"name":"TraceProfileSourceConfigInfo","features":[34]},{"name":"TraceProfileSourceListInfo","features":[34]},{"name":"TraceProviderBinaryTracking","features":[34]},{"name":"TraceQueryInformation","features":[3,34]},{"name":"TraceSampledProfileIntervalInfo","features":[34]},{"name":"TraceSetDisallowList","features":[34]},{"name":"TraceSetInformation","features":[3,34]},{"name":"TraceStackCachingInfo","features":[34]},{"name":"TraceStackTracingInfo","features":[34]},{"name":"TraceStreamCount","features":[34]},{"name":"TraceSystemTraceEnableFlagsInfo","features":[34]},{"name":"TraceUnifiedStackCachingInfo","features":[34]},{"name":"TraceVersionInfo","features":[34]},{"name":"UdpIpGuid","features":[34]},{"name":"UnregisterTraceGuids","features":[34]},{"name":"UpdateTraceA","features":[3,34]},{"name":"UpdateTraceW","features":[3,34]},{"name":"WMIDPREQUEST","features":[34]},{"name":"WMIDPREQUESTCODE","features":[34]},{"name":"WMIGUID_EXECUTE","features":[34]},{"name":"WMIGUID_NOTIFICATION","features":[34]},{"name":"WMIGUID_QUERY","features":[34]},{"name":"WMIGUID_READ_DESCRIPTION","features":[34]},{"name":"WMIGUID_SET","features":[34]},{"name":"WMIREGGUIDW","features":[34]},{"name":"WMIREGINFOW","features":[34]},{"name":"WMIREG_FLAG_EVENT_ONLY_GUID","features":[34]},{"name":"WMIREG_FLAG_EXPENSIVE","features":[34]},{"name":"WMIREG_FLAG_INSTANCE_BASENAME","features":[34]},{"name":"WMIREG_FLAG_INSTANCE_LIST","features":[34]},{"name":"WMIREG_FLAG_INSTANCE_PDO","features":[34]},{"name":"WMIREG_FLAG_REMOVE_GUID","features":[34]},{"name":"WMIREG_FLAG_RESERVED1","features":[34]},{"name":"WMIREG_FLAG_RESERVED2","features":[34]},{"name":"WMIREG_FLAG_TRACED_GUID","features":[34]},{"name":"WMIREG_FLAG_TRACE_CONTROL_GUID","features":[34]},{"name":"WMI_CAPTURE_STATE","features":[34]},{"name":"WMI_DISABLE_COLLECTION","features":[34]},{"name":"WMI_DISABLE_EVENTS","features":[34]},{"name":"WMI_ENABLE_COLLECTION","features":[34]},{"name":"WMI_ENABLE_EVENTS","features":[34]},{"name":"WMI_EXECUTE_METHOD","features":[34]},{"name":"WMI_GET_ALL_DATA","features":[34]},{"name":"WMI_GET_SINGLE_INSTANCE","features":[34]},{"name":"WMI_GLOBAL_LOGGER_ID","features":[34]},{"name":"WMI_GUIDTYPE_DATA","features":[34]},{"name":"WMI_GUIDTYPE_EVENT","features":[34]},{"name":"WMI_GUIDTYPE_TRACE","features":[34]},{"name":"WMI_GUIDTYPE_TRACECONTROL","features":[34]},{"name":"WMI_REGINFO","features":[34]},{"name":"WMI_SET_SINGLE_INSTANCE","features":[34]},{"name":"WMI_SET_SINGLE_ITEM","features":[34]},{"name":"WNODE_ALL_DATA","features":[3,34]},{"name":"WNODE_EVENT_ITEM","features":[3,34]},{"name":"WNODE_EVENT_REFERENCE","features":[3,34]},{"name":"WNODE_FLAG_ALL_DATA","features":[34]},{"name":"WNODE_FLAG_ANSI_INSTANCENAMES","features":[34]},{"name":"WNODE_FLAG_EVENT_ITEM","features":[34]},{"name":"WNODE_FLAG_EVENT_REFERENCE","features":[34]},{"name":"WNODE_FLAG_FIXED_INSTANCE_SIZE","features":[34]},{"name":"WNODE_FLAG_INSTANCES_SAME","features":[34]},{"name":"WNODE_FLAG_INTERNAL","features":[34]},{"name":"WNODE_FLAG_LOG_WNODE","features":[34]},{"name":"WNODE_FLAG_METHOD_ITEM","features":[34]},{"name":"WNODE_FLAG_NO_HEADER","features":[34]},{"name":"WNODE_FLAG_PDO_INSTANCE_NAMES","features":[34]},{"name":"WNODE_FLAG_PERSIST_EVENT","features":[34]},{"name":"WNODE_FLAG_SEND_DATA_BLOCK","features":[34]},{"name":"WNODE_FLAG_SEVERITY_MASK","features":[34]},{"name":"WNODE_FLAG_SINGLE_INSTANCE","features":[34]},{"name":"WNODE_FLAG_SINGLE_ITEM","features":[34]},{"name":"WNODE_FLAG_STATIC_INSTANCE_NAMES","features":[34]},{"name":"WNODE_FLAG_TOO_SMALL","features":[34]},{"name":"WNODE_FLAG_TRACED_GUID","features":[34]},{"name":"WNODE_FLAG_USE_GUID_PTR","features":[34]},{"name":"WNODE_FLAG_USE_MOF_PTR","features":[34]},{"name":"WNODE_FLAG_USE_TIMESTAMP","features":[34]},{"name":"WNODE_FLAG_VERSIONED_PROPERTIES","features":[34]},{"name":"WNODE_HEADER","features":[3,34]},{"name":"WNODE_METHOD_ITEM","features":[3,34]},{"name":"WNODE_SINGLE_INSTANCE","features":[3,34]},{"name":"WNODE_SINGLE_ITEM","features":[3,34]},{"name":"WNODE_TOO_SMALL","features":[3,34]},{"name":"_TDH_IN_TYPE","features":[34]},{"name":"_TDH_OUT_TYPE","features":[34]}],"560":[{"name":"HPSS","features":[168]},{"name":"HPSSWALK","features":[168]},{"name":"PSS_ALLOCATOR","features":[168]},{"name":"PSS_AUXILIARY_PAGES_INFORMATION","features":[168]},{"name":"PSS_AUXILIARY_PAGE_ENTRY","features":[3,168,22]},{"name":"PSS_CAPTURE_FLAGS","features":[168]},{"name":"PSS_CAPTURE_HANDLES","features":[168]},{"name":"PSS_CAPTURE_HANDLE_BASIC_INFORMATION","features":[168]},{"name":"PSS_CAPTURE_HANDLE_NAME_INFORMATION","features":[168]},{"name":"PSS_CAPTURE_HANDLE_TRACE","features":[168]},{"name":"PSS_CAPTURE_HANDLE_TYPE_SPECIFIC_INFORMATION","features":[168]},{"name":"PSS_CAPTURE_IPT_TRACE","features":[168]},{"name":"PSS_CAPTURE_NONE","features":[168]},{"name":"PSS_CAPTURE_RESERVED_00000002","features":[168]},{"name":"PSS_CAPTURE_RESERVED_00000400","features":[168]},{"name":"PSS_CAPTURE_RESERVED_00004000","features":[168]},{"name":"PSS_CAPTURE_THREADS","features":[168]},{"name":"PSS_CAPTURE_THREAD_CONTEXT","features":[168]},{"name":"PSS_CAPTURE_THREAD_CONTEXT_EXTENDED","features":[168]},{"name":"PSS_CAPTURE_VA_CLONE","features":[168]},{"name":"PSS_CAPTURE_VA_SPACE","features":[168]},{"name":"PSS_CAPTURE_VA_SPACE_SECTION_INFORMATION","features":[168]},{"name":"PSS_CREATE_BREAKAWAY","features":[168]},{"name":"PSS_CREATE_BREAKAWAY_OPTIONAL","features":[168]},{"name":"PSS_CREATE_FORCE_BREAKAWAY","features":[168]},{"name":"PSS_CREATE_MEASURE_PERFORMANCE","features":[168]},{"name":"PSS_CREATE_RELEASE_SECTION","features":[168]},{"name":"PSS_CREATE_USE_VM_ALLOCATIONS","features":[168]},{"name":"PSS_DUPLICATE_CLOSE_SOURCE","features":[168]},{"name":"PSS_DUPLICATE_FLAGS","features":[168]},{"name":"PSS_DUPLICATE_NONE","features":[168]},{"name":"PSS_HANDLE_ENTRY","features":[3,168]},{"name":"PSS_HANDLE_FLAGS","features":[168]},{"name":"PSS_HANDLE_HAVE_BASIC_INFORMATION","features":[168]},{"name":"PSS_HANDLE_HAVE_NAME","features":[168]},{"name":"PSS_HANDLE_HAVE_TYPE","features":[168]},{"name":"PSS_HANDLE_HAVE_TYPE_SPECIFIC_INFORMATION","features":[168]},{"name":"PSS_HANDLE_INFORMATION","features":[168]},{"name":"PSS_HANDLE_NONE","features":[168]},{"name":"PSS_HANDLE_TRACE_INFORMATION","features":[3,168]},{"name":"PSS_OBJECT_TYPE","features":[168]},{"name":"PSS_OBJECT_TYPE_EVENT","features":[168]},{"name":"PSS_OBJECT_TYPE_MUTANT","features":[168]},{"name":"PSS_OBJECT_TYPE_PROCESS","features":[168]},{"name":"PSS_OBJECT_TYPE_SECTION","features":[168]},{"name":"PSS_OBJECT_TYPE_SEMAPHORE","features":[168]},{"name":"PSS_OBJECT_TYPE_THREAD","features":[168]},{"name":"PSS_OBJECT_TYPE_UNKNOWN","features":[168]},{"name":"PSS_PERFORMANCE_COUNTERS","features":[168]},{"name":"PSS_PERF_RESOLUTION","features":[168]},{"name":"PSS_PROCESS_FLAGS","features":[168]},{"name":"PSS_PROCESS_FLAGS_FROZEN","features":[168]},{"name":"PSS_PROCESS_FLAGS_NONE","features":[168]},{"name":"PSS_PROCESS_FLAGS_PROTECTED","features":[168]},{"name":"PSS_PROCESS_FLAGS_RESERVED_03","features":[168]},{"name":"PSS_PROCESS_FLAGS_RESERVED_04","features":[168]},{"name":"PSS_PROCESS_FLAGS_WOW64","features":[168]},{"name":"PSS_PROCESS_INFORMATION","features":[3,168]},{"name":"PSS_QUERY_AUXILIARY_PAGES_INFORMATION","features":[168]},{"name":"PSS_QUERY_HANDLE_INFORMATION","features":[168]},{"name":"PSS_QUERY_HANDLE_TRACE_INFORMATION","features":[168]},{"name":"PSS_QUERY_INFORMATION_CLASS","features":[168]},{"name":"PSS_QUERY_PERFORMANCE_COUNTERS","features":[168]},{"name":"PSS_QUERY_PROCESS_INFORMATION","features":[168]},{"name":"PSS_QUERY_THREAD_INFORMATION","features":[168]},{"name":"PSS_QUERY_VA_CLONE_INFORMATION","features":[168]},{"name":"PSS_QUERY_VA_SPACE_INFORMATION","features":[168]},{"name":"PSS_THREAD_ENTRY","features":[3,33,168,9]},{"name":"PSS_THREAD_FLAGS","features":[168]},{"name":"PSS_THREAD_FLAGS_NONE","features":[168]},{"name":"PSS_THREAD_FLAGS_TERMINATED","features":[168]},{"name":"PSS_THREAD_INFORMATION","features":[168]},{"name":"PSS_VA_CLONE_INFORMATION","features":[3,168]},{"name":"PSS_VA_SPACE_ENTRY","features":[168]},{"name":"PSS_VA_SPACE_INFORMATION","features":[168]},{"name":"PSS_WALK_AUXILIARY_PAGES","features":[168]},{"name":"PSS_WALK_HANDLES","features":[168]},{"name":"PSS_WALK_INFORMATION_CLASS","features":[168]},{"name":"PSS_WALK_THREADS","features":[168]},{"name":"PSS_WALK_VA_SPACE","features":[168]},{"name":"PssCaptureSnapshot","features":[3,168]},{"name":"PssDuplicateSnapshot","features":[3,168]},{"name":"PssFreeSnapshot","features":[3,168]},{"name":"PssQuerySnapshot","features":[168]},{"name":"PssWalkMarkerCreate","features":[168]},{"name":"PssWalkMarkerFree","features":[168]},{"name":"PssWalkMarkerGetPosition","features":[168]},{"name":"PssWalkMarkerSeekToBeginning","features":[168]},{"name":"PssWalkMarkerSetPosition","features":[168]},{"name":"PssWalkSnapshot","features":[168]}],"561":[{"name":"CREATE_TOOLHELP_SNAPSHOT_FLAGS","features":[169]},{"name":"CreateToolhelp32Snapshot","features":[3,169]},{"name":"HEAPENTRY32","features":[3,169]},{"name":"HEAPENTRY32_FLAGS","features":[169]},{"name":"HEAPLIST32","features":[169]},{"name":"HF32_DEFAULT","features":[169]},{"name":"HF32_SHARED","features":[169]},{"name":"Heap32First","features":[3,169]},{"name":"Heap32ListFirst","features":[3,169]},{"name":"Heap32ListNext","features":[3,169]},{"name":"Heap32Next","features":[3,169]},{"name":"LF32_FIXED","features":[169]},{"name":"LF32_FREE","features":[169]},{"name":"LF32_MOVEABLE","features":[169]},{"name":"MAX_MODULE_NAME32","features":[169]},{"name":"MODULEENTRY32","features":[3,169]},{"name":"MODULEENTRY32W","features":[3,169]},{"name":"Module32First","features":[3,169]},{"name":"Module32FirstW","features":[3,169]},{"name":"Module32Next","features":[3,169]},{"name":"Module32NextW","features":[3,169]},{"name":"PROCESSENTRY32","features":[169]},{"name":"PROCESSENTRY32W","features":[169]},{"name":"Process32First","features":[3,169]},{"name":"Process32FirstW","features":[3,169]},{"name":"Process32Next","features":[3,169]},{"name":"Process32NextW","features":[3,169]},{"name":"TH32CS_INHERIT","features":[169]},{"name":"TH32CS_SNAPALL","features":[169]},{"name":"TH32CS_SNAPHEAPLIST","features":[169]},{"name":"TH32CS_SNAPMODULE","features":[169]},{"name":"TH32CS_SNAPMODULE32","features":[169]},{"name":"TH32CS_SNAPPROCESS","features":[169]},{"name":"TH32CS_SNAPTHREAD","features":[169]},{"name":"THREADENTRY32","features":[169]},{"name":"Thread32First","features":[3,169]},{"name":"Thread32Next","features":[3,169]},{"name":"Toolhelp32ReadProcessMemory","features":[3,169]}],"562":[{"name":"MSG_category_Devices","features":[170]},{"name":"MSG_category_Disk","features":[170]},{"name":"MSG_category_Network","features":[170]},{"name":"MSG_category_Printers","features":[170]},{"name":"MSG_category_Services","features":[170]},{"name":"MSG_category_Shell","features":[170]},{"name":"MSG_category_SystemEvent","features":[170]},{"name":"MSG_channel_Application","features":[170]},{"name":"MSG_channel_ProviderMetadata","features":[170]},{"name":"MSG_channel_Security","features":[170]},{"name":"MSG_channel_System","features":[170]},{"name":"MSG_channel_TraceClassic","features":[170]},{"name":"MSG_channel_TraceLogging","features":[170]},{"name":"MSG_keyword_AnyKeyword","features":[170]},{"name":"MSG_keyword_AuditFailure","features":[170]},{"name":"MSG_keyword_AuditSuccess","features":[170]},{"name":"MSG_keyword_Classic","features":[170]},{"name":"MSG_keyword_CorrelationHint","features":[170]},{"name":"MSG_keyword_ResponseTime","features":[170]},{"name":"MSG_keyword_SQM","features":[170]},{"name":"MSG_keyword_WDIDiag","features":[170]},{"name":"MSG_level_Critical","features":[170]},{"name":"MSG_level_Error","features":[170]},{"name":"MSG_level_Informational","features":[170]},{"name":"MSG_level_LogAlways","features":[170]},{"name":"MSG_level_Verbose","features":[170]},{"name":"MSG_level_Warning","features":[170]},{"name":"MSG_opcode_DCStart","features":[170]},{"name":"MSG_opcode_DCStop","features":[170]},{"name":"MSG_opcode_Extension","features":[170]},{"name":"MSG_opcode_Info","features":[170]},{"name":"MSG_opcode_Receive","features":[170]},{"name":"MSG_opcode_Reply","features":[170]},{"name":"MSG_opcode_Resume","features":[170]},{"name":"MSG_opcode_Send","features":[170]},{"name":"MSG_opcode_Start","features":[170]},{"name":"MSG_opcode_Stop","features":[170]},{"name":"MSG_opcode_Suspend","features":[170]},{"name":"MSG_task_None","features":[170]},{"name":"WINEVENT_CHANNEL_CLASSIC_TRACE","features":[170]},{"name":"WINEVENT_CHANNEL_GLOBAL_APPLICATION","features":[170]},{"name":"WINEVENT_CHANNEL_GLOBAL_SECURITY","features":[170]},{"name":"WINEVENT_CHANNEL_GLOBAL_SYSTEM","features":[170]},{"name":"WINEVENT_CHANNEL_PROVIDERMETADATA","features":[170]},{"name":"WINEVENT_CHANNEL_TRACELOGGING","features":[170]},{"name":"WINEVENT_KEYWORD_AUDIT_FAILURE","features":[170]},{"name":"WINEVENT_KEYWORD_AUDIT_SUCCESS","features":[170]},{"name":"WINEVENT_KEYWORD_CORRELATION_HINT","features":[170]},{"name":"WINEVENT_KEYWORD_EVENTLOG_CLASSIC","features":[170]},{"name":"WINEVENT_KEYWORD_RESERVED_49","features":[170]},{"name":"WINEVENT_KEYWORD_RESERVED_56","features":[170]},{"name":"WINEVENT_KEYWORD_RESERVED_57","features":[170]},{"name":"WINEVENT_KEYWORD_RESERVED_58","features":[170]},{"name":"WINEVENT_KEYWORD_RESERVED_59","features":[170]},{"name":"WINEVENT_KEYWORD_RESERVED_60","features":[170]},{"name":"WINEVENT_KEYWORD_RESERVED_61","features":[170]},{"name":"WINEVENT_KEYWORD_RESERVED_62","features":[170]},{"name":"WINEVENT_KEYWORD_RESERVED_63","features":[170]},{"name":"WINEVENT_KEYWORD_RESPONSE_TIME","features":[170]},{"name":"WINEVENT_KEYWORD_SQM","features":[170]},{"name":"WINEVENT_KEYWORD_WDI_DIAG","features":[170]},{"name":"WINEVENT_LEVEL_CRITICAL","features":[170]},{"name":"WINEVENT_LEVEL_ERROR","features":[170]},{"name":"WINEVENT_LEVEL_INFO","features":[170]},{"name":"WINEVENT_LEVEL_LOG_ALWAYS","features":[170]},{"name":"WINEVENT_LEVEL_RESERVED_10","features":[170]},{"name":"WINEVENT_LEVEL_RESERVED_11","features":[170]},{"name":"WINEVENT_LEVEL_RESERVED_12","features":[170]},{"name":"WINEVENT_LEVEL_RESERVED_13","features":[170]},{"name":"WINEVENT_LEVEL_RESERVED_14","features":[170]},{"name":"WINEVENT_LEVEL_RESERVED_15","features":[170]},{"name":"WINEVENT_LEVEL_RESERVED_6","features":[170]},{"name":"WINEVENT_LEVEL_RESERVED_7","features":[170]},{"name":"WINEVENT_LEVEL_RESERVED_8","features":[170]},{"name":"WINEVENT_LEVEL_RESERVED_9","features":[170]},{"name":"WINEVENT_LEVEL_VERBOSE","features":[170]},{"name":"WINEVENT_LEVEL_WARNING","features":[170]},{"name":"WINEVENT_OPCODE_DC_START","features":[170]},{"name":"WINEVENT_OPCODE_DC_STOP","features":[170]},{"name":"WINEVENT_OPCODE_EXTENSION","features":[170]},{"name":"WINEVENT_OPCODE_INFO","features":[170]},{"name":"WINEVENT_OPCODE_RECEIVE","features":[170]},{"name":"WINEVENT_OPCODE_REPLY","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_241","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_242","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_243","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_244","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_245","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_246","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_247","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_248","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_249","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_250","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_251","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_252","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_253","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_254","features":[170]},{"name":"WINEVENT_OPCODE_RESERVED_255","features":[170]},{"name":"WINEVENT_OPCODE_RESUME","features":[170]},{"name":"WINEVENT_OPCODE_SEND","features":[170]},{"name":"WINEVENT_OPCODE_START","features":[170]},{"name":"WINEVENT_OPCODE_STOP","features":[170]},{"name":"WINEVENT_OPCODE_SUSPEND","features":[170]},{"name":"WINEVENT_TASK_NONE","features":[170]},{"name":"WINEVT_KEYWORD_ANY","features":[170]}],"563":[{"name":"APPLICATIONTYPE","features":[171]},{"name":"AUTHENTICATION_LEVEL","features":[171]},{"name":"BOID","features":[171]},{"name":"CLSID_MSDtcTransaction","features":[171]},{"name":"CLSID_MSDtcTransactionManager","features":[171]},{"name":"CLUSTERRESOURCE_APPLICATIONTYPE","features":[171]},{"name":"DTCINITIATEDRECOVERYWORK","features":[171]},{"name":"DTCINITIATEDRECOVERYWORK_CHECKLUSTATUS","features":[171]},{"name":"DTCINITIATEDRECOVERYWORK_TMDOWN","features":[171]},{"name":"DTCINITIATEDRECOVERYWORK_TRANS","features":[171]},{"name":"DTCINSTALL_E_CLIENT_ALREADY_INSTALLED","features":[171]},{"name":"DTCINSTALL_E_SERVER_ALREADY_INSTALLED","features":[171]},{"name":"DTCLUCOMPARESTATE","features":[171]},{"name":"DTCLUCOMPARESTATESCONFIRMATION","features":[171]},{"name":"DTCLUCOMPARESTATESCONFIRMATION_CONFIRM","features":[171]},{"name":"DTCLUCOMPARESTATESCONFIRMATION_PROTOCOL","features":[171]},{"name":"DTCLUCOMPARESTATESERROR","features":[171]},{"name":"DTCLUCOMPARESTATESERROR_PROTOCOL","features":[171]},{"name":"DTCLUCOMPARESTATESRESPONSE","features":[171]},{"name":"DTCLUCOMPARESTATESRESPONSE_OK","features":[171]},{"name":"DTCLUCOMPARESTATESRESPONSE_PROTOCOL","features":[171]},{"name":"DTCLUCOMPARESTATE_COMMITTED","features":[171]},{"name":"DTCLUCOMPARESTATE_HEURISTICCOMMITTED","features":[171]},{"name":"DTCLUCOMPARESTATE_HEURISTICMIXED","features":[171]},{"name":"DTCLUCOMPARESTATE_HEURISTICRESET","features":[171]},{"name":"DTCLUCOMPARESTATE_INDOUBT","features":[171]},{"name":"DTCLUCOMPARESTATE_RESET","features":[171]},{"name":"DTCLUXLN","features":[171]},{"name":"DTCLUXLNCONFIRMATION","features":[171]},{"name":"DTCLUXLNCONFIRMATION_COLDWARMMISMATCH","features":[171]},{"name":"DTCLUXLNCONFIRMATION_CONFIRM","features":[171]},{"name":"DTCLUXLNCONFIRMATION_LOGNAMEMISMATCH","features":[171]},{"name":"DTCLUXLNCONFIRMATION_OBSOLETE","features":[171]},{"name":"DTCLUXLNERROR","features":[171]},{"name":"DTCLUXLNERROR_COLDWARMMISMATCH","features":[171]},{"name":"DTCLUXLNERROR_LOGNAMEMISMATCH","features":[171]},{"name":"DTCLUXLNERROR_PROTOCOL","features":[171]},{"name":"DTCLUXLNRESPONSE","features":[171]},{"name":"DTCLUXLNRESPONSE_COLDWARMMISMATCH","features":[171]},{"name":"DTCLUXLNRESPONSE_LOGNAMEMISMATCH","features":[171]},{"name":"DTCLUXLNRESPONSE_OK_SENDCONFIRMATION","features":[171]},{"name":"DTCLUXLNRESPONSE_OK_SENDOURXLNBACK","features":[171]},{"name":"DTCLUXLN_COLD","features":[171]},{"name":"DTCLUXLN_WARM","features":[171]},{"name":"DTC_GET_TRANSACTION_MANAGER","features":[171]},{"name":"DTC_GET_TRANSACTION_MANAGER_EX_A","features":[171]},{"name":"DTC_GET_TRANSACTION_MANAGER_EX_W","features":[171]},{"name":"DTC_INSTALL_CLIENT","features":[171]},{"name":"DTC_INSTALL_OVERWRITE_CLIENT","features":[171]},{"name":"DTC_INSTALL_OVERWRITE_SERVER","features":[171]},{"name":"DTC_STATUS_","features":[171]},{"name":"DTC_STATUS_CONTINUING","features":[171]},{"name":"DTC_STATUS_E_CANTCONTROL","features":[171]},{"name":"DTC_STATUS_FAILED","features":[171]},{"name":"DTC_STATUS_PAUSED","features":[171]},{"name":"DTC_STATUS_PAUSING","features":[171]},{"name":"DTC_STATUS_STARTED","features":[171]},{"name":"DTC_STATUS_STARTING","features":[171]},{"name":"DTC_STATUS_STOPPED","features":[171]},{"name":"DTC_STATUS_STOPPING","features":[171]},{"name":"DTC_STATUS_UNKNOWN","features":[171]},{"name":"DtcGetTransactionManager","features":[171]},{"name":"DtcGetTransactionManagerC","features":[171]},{"name":"DtcGetTransactionManagerExA","features":[171]},{"name":"DtcGetTransactionManagerExW","features":[171]},{"name":"IDtcLuConfigure","features":[171]},{"name":"IDtcLuRecovery","features":[171]},{"name":"IDtcLuRecoveryFactory","features":[171]},{"name":"IDtcLuRecoveryInitiatedByDtc","features":[171]},{"name":"IDtcLuRecoveryInitiatedByDtcStatusWork","features":[171]},{"name":"IDtcLuRecoveryInitiatedByDtcTransWork","features":[171]},{"name":"IDtcLuRecoveryInitiatedByLu","features":[171]},{"name":"IDtcLuRecoveryInitiatedByLuWork","features":[171]},{"name":"IDtcLuRmEnlistment","features":[171]},{"name":"IDtcLuRmEnlistmentFactory","features":[171]},{"name":"IDtcLuRmEnlistmentSink","features":[171]},{"name":"IDtcLuSubordinateDtc","features":[171]},{"name":"IDtcLuSubordinateDtcFactory","features":[171]},{"name":"IDtcLuSubordinateDtcSink","features":[171]},{"name":"IDtcNetworkAccessConfig","features":[171]},{"name":"IDtcNetworkAccessConfig2","features":[171]},{"name":"IDtcNetworkAccessConfig3","features":[171]},{"name":"IDtcToXaHelper","features":[171]},{"name":"IDtcToXaHelperFactory","features":[171]},{"name":"IDtcToXaHelperSinglePipe","features":[171]},{"name":"IDtcToXaMapper","features":[171]},{"name":"IGetDispenser","features":[171]},{"name":"IKernelTransaction","features":[171]},{"name":"ILastResourceManager","features":[171]},{"name":"INCOMING_AUTHENTICATION_REQUIRED","features":[171]},{"name":"IPrepareInfo","features":[171]},{"name":"IPrepareInfo2","features":[171]},{"name":"IRMHelper","features":[171]},{"name":"IResourceManager","features":[171]},{"name":"IResourceManager2","features":[171]},{"name":"IResourceManagerFactory","features":[171]},{"name":"IResourceManagerFactory2","features":[171]},{"name":"IResourceManagerRejoinable","features":[171]},{"name":"IResourceManagerSink","features":[171]},{"name":"ISOFLAG","features":[171]},{"name":"ISOFLAG_OPTIMISTIC","features":[171]},{"name":"ISOFLAG_READONLY","features":[171]},{"name":"ISOFLAG_RETAIN_ABORT","features":[171]},{"name":"ISOFLAG_RETAIN_ABORT_DC","features":[171]},{"name":"ISOFLAG_RETAIN_ABORT_NO","features":[171]},{"name":"ISOFLAG_RETAIN_BOTH","features":[171]},{"name":"ISOFLAG_RETAIN_COMMIT","features":[171]},{"name":"ISOFLAG_RETAIN_COMMIT_DC","features":[171]},{"name":"ISOFLAG_RETAIN_COMMIT_NO","features":[171]},{"name":"ISOFLAG_RETAIN_DONTCARE","features":[171]},{"name":"ISOFLAG_RETAIN_NONE","features":[171]},{"name":"ISOLATIONLEVEL","features":[171]},{"name":"ISOLATIONLEVEL_BROWSE","features":[171]},{"name":"ISOLATIONLEVEL_CHAOS","features":[171]},{"name":"ISOLATIONLEVEL_CURSORSTABILITY","features":[171]},{"name":"ISOLATIONLEVEL_ISOLATED","features":[171]},{"name":"ISOLATIONLEVEL_READCOMMITTED","features":[171]},{"name":"ISOLATIONLEVEL_READUNCOMMITTED","features":[171]},{"name":"ISOLATIONLEVEL_REPEATABLEREAD","features":[171]},{"name":"ISOLATIONLEVEL_SERIALIZABLE","features":[171]},{"name":"ISOLATIONLEVEL_UNSPECIFIED","features":[171]},{"name":"ITipHelper","features":[171]},{"name":"ITipPullSink","features":[171]},{"name":"ITipTransaction","features":[171]},{"name":"ITmNodeName","features":[171]},{"name":"ITransaction","features":[171]},{"name":"ITransaction2","features":[171]},{"name":"ITransactionCloner","features":[171]},{"name":"ITransactionDispenser","features":[171]},{"name":"ITransactionEnlistmentAsync","features":[171]},{"name":"ITransactionExport","features":[171]},{"name":"ITransactionExportFactory","features":[171]},{"name":"ITransactionImport","features":[171]},{"name":"ITransactionImportWhereabouts","features":[171]},{"name":"ITransactionLastEnlistmentAsync","features":[171]},{"name":"ITransactionLastResourceAsync","features":[171]},{"name":"ITransactionOptions","features":[171]},{"name":"ITransactionOutcomeEvents","features":[171]},{"name":"ITransactionPhase0EnlistmentAsync","features":[171]},{"name":"ITransactionPhase0Factory","features":[171]},{"name":"ITransactionPhase0NotifyAsync","features":[171]},{"name":"ITransactionReceiver","features":[171]},{"name":"ITransactionReceiverFactory","features":[171]},{"name":"ITransactionResource","features":[171]},{"name":"ITransactionResourceAsync","features":[171]},{"name":"ITransactionTransmitter","features":[171]},{"name":"ITransactionTransmitterFactory","features":[171]},{"name":"ITransactionVoterBallotAsync2","features":[171]},{"name":"ITransactionVoterFactory2","features":[171]},{"name":"ITransactionVoterNotifyAsync2","features":[171]},{"name":"IXAConfig","features":[171]},{"name":"IXAObtainRMInfo","features":[171]},{"name":"IXATransLookup","features":[171]},{"name":"IXATransLookup2","features":[171]},{"name":"LOCAL_APPLICATIONTYPE","features":[171]},{"name":"MAXBQUALSIZE","features":[171]},{"name":"MAXGTRIDSIZE","features":[171]},{"name":"MAXINFOSIZE","features":[171]},{"name":"MAX_TRAN_DESC","features":[171]},{"name":"MUTUAL_AUTHENTICATION_REQUIRED","features":[171]},{"name":"NO_AUTHENTICATION_REQUIRED","features":[171]},{"name":"OLE_TM_CONFIG_PARAMS_V1","features":[171]},{"name":"OLE_TM_CONFIG_PARAMS_V2","features":[171]},{"name":"OLE_TM_CONFIG_VERSION_1","features":[171]},{"name":"OLE_TM_CONFIG_VERSION_2","features":[171]},{"name":"OLE_TM_FLAG_INTERNAL_TO_TM","features":[171]},{"name":"OLE_TM_FLAG_NOAGILERECOVERY","features":[171]},{"name":"OLE_TM_FLAG_NODEMANDSTART","features":[171]},{"name":"OLE_TM_FLAG_NONE","features":[171]},{"name":"OLE_TM_FLAG_QUERY_SERVICE_LOCKSTATUS","features":[171]},{"name":"PROXY_CONFIG_PARAMS","features":[171]},{"name":"RMNAMESZ","features":[171]},{"name":"TMASYNC","features":[171]},{"name":"TMENDRSCAN","features":[171]},{"name":"TMER_INVAL","features":[171]},{"name":"TMER_PROTO","features":[171]},{"name":"TMER_TMERR","features":[171]},{"name":"TMFAIL","features":[171]},{"name":"TMJOIN","features":[171]},{"name":"TMMIGRATE","features":[171]},{"name":"TMMULTIPLE","features":[171]},{"name":"TMNOFLAGS","features":[171]},{"name":"TMNOMIGRATE","features":[171]},{"name":"TMNOWAIT","features":[171]},{"name":"TMONEPHASE","features":[171]},{"name":"TMREGISTER","features":[171]},{"name":"TMRESUME","features":[171]},{"name":"TMSTARTRSCAN","features":[171]},{"name":"TMSUCCESS","features":[171]},{"name":"TMSUSPEND","features":[171]},{"name":"TMUSEASYNC","features":[171]},{"name":"TM_JOIN","features":[171]},{"name":"TM_OK","features":[171]},{"name":"TM_RESUME","features":[171]},{"name":"TX_MISC_CONSTANTS","features":[171]},{"name":"XACTCONST","features":[171]},{"name":"XACTCONST_TIMEOUTINFINITE","features":[171]},{"name":"XACTHEURISTIC","features":[171]},{"name":"XACTHEURISTIC_ABORT","features":[171]},{"name":"XACTHEURISTIC_COMMIT","features":[171]},{"name":"XACTHEURISTIC_DAMAGE","features":[171]},{"name":"XACTHEURISTIC_DANGER","features":[171]},{"name":"XACTOPT","features":[171]},{"name":"XACTRM","features":[171]},{"name":"XACTRM_NOREADONLYPREPARES","features":[171]},{"name":"XACTRM_OPTIMISTICLASTWINS","features":[171]},{"name":"XACTSTAT","features":[171]},{"name":"XACTSTATS","features":[3,171]},{"name":"XACTSTAT_ABORTED","features":[171]},{"name":"XACTSTAT_ABORTING","features":[171]},{"name":"XACTSTAT_ALL","features":[171]},{"name":"XACTSTAT_CLOSED","features":[171]},{"name":"XACTSTAT_COMMITRETAINING","features":[171]},{"name":"XACTSTAT_COMMITTED","features":[171]},{"name":"XACTSTAT_COMMITTING","features":[171]},{"name":"XACTSTAT_FORCED_ABORT","features":[171]},{"name":"XACTSTAT_FORCED_COMMIT","features":[171]},{"name":"XACTSTAT_HEURISTIC_ABORT","features":[171]},{"name":"XACTSTAT_HEURISTIC_COMMIT","features":[171]},{"name":"XACTSTAT_HEURISTIC_DAMAGE","features":[171]},{"name":"XACTSTAT_HEURISTIC_DANGER","features":[171]},{"name":"XACTSTAT_INDOUBT","features":[171]},{"name":"XACTSTAT_NONE","features":[171]},{"name":"XACTSTAT_NOTPREPARED","features":[171]},{"name":"XACTSTAT_OPEN","features":[171]},{"name":"XACTSTAT_OPENNORMAL","features":[171]},{"name":"XACTSTAT_OPENREFUSED","features":[171]},{"name":"XACTSTAT_PREPARED","features":[171]},{"name":"XACTSTAT_PREPARERETAINED","features":[171]},{"name":"XACTSTAT_PREPARERETAINING","features":[171]},{"name":"XACTSTAT_PREPARING","features":[171]},{"name":"XACTTC","features":[171]},{"name":"XACTTC_ASYNC","features":[171]},{"name":"XACTTC_ASYNC_PHASEONE","features":[171]},{"name":"XACTTC_NONE","features":[171]},{"name":"XACTTC_SYNC","features":[171]},{"name":"XACTTC_SYNC_PHASEONE","features":[171]},{"name":"XACTTC_SYNC_PHASETWO","features":[171]},{"name":"XACTTRANSINFO","features":[171]},{"name":"XACT_DTC_CONSTANTS","features":[171]},{"name":"XACT_E_CONNECTION_REQUEST_DENIED","features":[171]},{"name":"XACT_E_DUPLICATE_GUID","features":[171]},{"name":"XACT_E_DUPLICATE_LU","features":[171]},{"name":"XACT_E_DUPLICATE_TRANSID","features":[171]},{"name":"XACT_E_LRMRECOVERYALREADYDONE","features":[171]},{"name":"XACT_E_LU_BUSY","features":[171]},{"name":"XACT_E_LU_DOWN","features":[171]},{"name":"XACT_E_LU_NOT_CONNECTED","features":[171]},{"name":"XACT_E_LU_NOT_FOUND","features":[171]},{"name":"XACT_E_LU_NO_RECOVERY_PROCESS","features":[171]},{"name":"XACT_E_LU_RECOVERING","features":[171]},{"name":"XACT_E_LU_RECOVERY_MISMATCH","features":[171]},{"name":"XACT_E_NOLASTRESOURCEINTERFACE","features":[171]},{"name":"XACT_E_NOTSINGLEPHASE","features":[171]},{"name":"XACT_E_PROTOCOL","features":[171]},{"name":"XACT_E_RECOVERYALREADYDONE","features":[171]},{"name":"XACT_E_RECOVERY_FAILED","features":[171]},{"name":"XACT_E_RM_FAILURE","features":[171]},{"name":"XACT_E_RM_UNAVAILABLE","features":[171]},{"name":"XACT_E_TOOMANY_ENLISTMENTS","features":[171]},{"name":"XACT_OK_NONOTIFY","features":[171]},{"name":"XACT_S_NONOTIFY","features":[171]},{"name":"XAER_ASYNC","features":[171]},{"name":"XAER_DUPID","features":[171]},{"name":"XAER_INVAL","features":[171]},{"name":"XAER_NOTA","features":[171]},{"name":"XAER_OUTSIDE","features":[171]},{"name":"XAER_PROTO","features":[171]},{"name":"XAER_RMERR","features":[171]},{"name":"XAER_RMFAIL","features":[171]},{"name":"XA_CLOSE_EPT","features":[171]},{"name":"XA_COMMIT_EPT","features":[171]},{"name":"XA_COMPLETE_EPT","features":[171]},{"name":"XA_END_EPT","features":[171]},{"name":"XA_FMTID_DTC","features":[171]},{"name":"XA_FMTID_DTC_VER1","features":[171]},{"name":"XA_FORGET_EPT","features":[171]},{"name":"XA_HEURCOM","features":[171]},{"name":"XA_HEURHAZ","features":[171]},{"name":"XA_HEURMIX","features":[171]},{"name":"XA_HEURRB","features":[171]},{"name":"XA_NOMIGRATE","features":[171]},{"name":"XA_OK","features":[171]},{"name":"XA_OPEN_EPT","features":[171]},{"name":"XA_PREPARE_EPT","features":[171]},{"name":"XA_RBBASE","features":[171]},{"name":"XA_RBCOMMFAIL","features":[171]},{"name":"XA_RBDEADLOCK","features":[171]},{"name":"XA_RBEND","features":[171]},{"name":"XA_RBINTEGRITY","features":[171]},{"name":"XA_RBOTHER","features":[171]},{"name":"XA_RBPROTO","features":[171]},{"name":"XA_RBROLLBACK","features":[171]},{"name":"XA_RBTIMEOUT","features":[171]},{"name":"XA_RBTRANSIENT","features":[171]},{"name":"XA_RDONLY","features":[171]},{"name":"XA_RECOVER_EPT","features":[171]},{"name":"XA_RETRY","features":[171]},{"name":"XA_ROLLBACK_EPT","features":[171]},{"name":"XA_START_EPT","features":[171]},{"name":"XA_SWITCH_F_DTC","features":[171]},{"name":"XID","features":[171]},{"name":"XIDDATASIZE","features":[171]},{"name":"dwUSER_MS_SQLSERVER","features":[171]},{"name":"xa_switch_t","features":[171]}],"564":[{"name":"CallEnclave","features":[3,172]},{"name":"CreateEnclave","features":[3,172]},{"name":"CreateEnvironmentBlock","features":[3,172]},{"name":"DeleteEnclave","features":[3,172]},{"name":"DestroyEnvironmentBlock","features":[3,172]},{"name":"ENCLAVE_FLAG_DYNAMIC_DEBUG_ACTIVE","features":[172]},{"name":"ENCLAVE_FLAG_DYNAMIC_DEBUG_ENABLED","features":[172]},{"name":"ENCLAVE_FLAG_FULL_DEBUG_ENABLED","features":[172]},{"name":"ENCLAVE_IDENTITY","features":[172]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_EXACT_CODE","features":[172]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_INVALID","features":[172]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_AUTHOR","features":[172]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_FAMILY","features":[172]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_IMAGE","features":[172]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_PRIMARY_CODE","features":[172]},{"name":"ENCLAVE_INFORMATION","features":[172]},{"name":"ENCLAVE_REPORT_DATA_LENGTH","features":[172]},{"name":"ENCLAVE_RUNTIME_POLICY_ALLOW_DYNAMIC_DEBUG","features":[172]},{"name":"ENCLAVE_RUNTIME_POLICY_ALLOW_FULL_DEBUG","features":[172]},{"name":"ENCLAVE_SEALING_IDENTITY_POLICY","features":[172]},{"name":"ENCLAVE_UNSEAL_FLAG_STALE_KEY","features":[172]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_DEBUG_KEY","features":[172]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_FAMILY_ID","features":[172]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_IMAGE_ID","features":[172]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_MEASUREMENT","features":[172]},{"name":"ENCLAVE_VBS_BASIC_KEY_REQUEST","features":[172]},{"name":"EnclaveGetAttestationReport","features":[172]},{"name":"EnclaveGetEnclaveInformation","features":[172]},{"name":"EnclaveSealData","features":[172]},{"name":"EnclaveUnsealData","features":[172]},{"name":"EnclaveVerifyAttestationReport","features":[172]},{"name":"ExpandEnvironmentStringsA","features":[172]},{"name":"ExpandEnvironmentStringsForUserA","features":[3,172]},{"name":"ExpandEnvironmentStringsForUserW","features":[3,172]},{"name":"ExpandEnvironmentStringsW","features":[172]},{"name":"FreeEnvironmentStringsA","features":[3,172]},{"name":"FreeEnvironmentStringsW","features":[3,172]},{"name":"GetCommandLineA","features":[172]},{"name":"GetCommandLineW","features":[172]},{"name":"GetCurrentDirectoryA","features":[172]},{"name":"GetCurrentDirectoryW","features":[172]},{"name":"GetEnvironmentStrings","features":[172]},{"name":"GetEnvironmentStringsW","features":[172]},{"name":"GetEnvironmentVariableA","features":[172]},{"name":"GetEnvironmentVariableW","features":[172]},{"name":"InitializeEnclave","features":[3,172]},{"name":"IsEnclaveTypeSupported","features":[3,172]},{"name":"LoadEnclaveData","features":[3,172]},{"name":"LoadEnclaveImageA","features":[3,172]},{"name":"LoadEnclaveImageW","features":[3,172]},{"name":"NeedCurrentDirectoryForExePathA","features":[3,172]},{"name":"NeedCurrentDirectoryForExePathW","features":[3,172]},{"name":"SetCurrentDirectoryA","features":[3,172]},{"name":"SetCurrentDirectoryW","features":[3,172]},{"name":"SetEnvironmentStringsW","features":[3,172]},{"name":"SetEnvironmentVariableA","features":[3,172]},{"name":"SetEnvironmentVariableW","features":[3,172]},{"name":"TerminateEnclave","features":[3,172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_COMMIT_PAGES","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_CREATE_THREAD","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_CREATE_THREAD","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_DECOMMIT_PAGES","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_KEY","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_RANDOM_DATA","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_REPORT","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GET_ENCLAVE_INFORMATION","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_INTERRUPT_THREAD","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_INTERRUPT_THREAD","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_PROTECT_PAGES","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_ENCLAVE","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_EXCEPTION","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_EXCEPTION","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_TERMINATE_THREAD","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_TERMINATE_THREAD","features":[172]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_VERIFY_REPORT","features":[172]},{"name":"VBS_BASIC_ENCLAVE_EXCEPTION_AMD64","features":[172]},{"name":"VBS_BASIC_ENCLAVE_SYSCALL_PAGE","features":[172]},{"name":"VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR32","features":[172]},{"name":"VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64","features":[172]},{"name":"VBS_ENCLAVE_REPORT","features":[172]},{"name":"VBS_ENCLAVE_REPORT_MODULE","features":[172]},{"name":"VBS_ENCLAVE_REPORT_PKG_HEADER","features":[172]},{"name":"VBS_ENCLAVE_REPORT_PKG_HEADER_VERSION_CURRENT","features":[172]},{"name":"VBS_ENCLAVE_REPORT_SIGNATURE_SCHEME_SHA256_RSA_PSS_SHA256","features":[172]},{"name":"VBS_ENCLAVE_REPORT_VARDATA_HEADER","features":[172]},{"name":"VBS_ENCLAVE_REPORT_VERSION_CURRENT","features":[172]},{"name":"VBS_ENCLAVE_VARDATA_INVALID","features":[172]},{"name":"VBS_ENCLAVE_VARDATA_MODULE","features":[172]}],"565":[{"name":"APPCRASH_EVENT","features":[173]},{"name":"AddERExcludedApplicationA","features":[3,173]},{"name":"AddERExcludedApplicationW","features":[3,173]},{"name":"EFaultRepRetVal","features":[173]},{"name":"E_STORE_INVALID","features":[173]},{"name":"E_STORE_MACHINE_ARCHIVE","features":[173]},{"name":"E_STORE_MACHINE_QUEUE","features":[173]},{"name":"E_STORE_USER_ARCHIVE","features":[173]},{"name":"E_STORE_USER_QUEUE","features":[173]},{"name":"HREPORT","features":[173]},{"name":"HREPORTSTORE","features":[173]},{"name":"PACKAGED_APPCRASH_EVENT","features":[173]},{"name":"PFN_WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH","features":[3,33,173,9]},{"name":"PFN_WER_RUNTIME_EXCEPTION_EVENT","features":[3,33,173,9]},{"name":"PFN_WER_RUNTIME_EXCEPTION_EVENT_SIGNATURE","features":[3,33,173,9]},{"name":"REPORT_STORE_TYPES","features":[173]},{"name":"ReportFault","features":[3,33,173,9]},{"name":"WER_CONSENT","features":[173]},{"name":"WER_DUMP_AUXILIARY","features":[173]},{"name":"WER_DUMP_CUSTOM_OPTIONS","features":[3,173]},{"name":"WER_DUMP_CUSTOM_OPTIONS_V2","features":[3,173]},{"name":"WER_DUMP_CUSTOM_OPTIONS_V3","features":[3,173]},{"name":"WER_DUMP_MASK_START","features":[173]},{"name":"WER_DUMP_NOHEAP_ONQUEUE","features":[173]},{"name":"WER_DUMP_TYPE","features":[173]},{"name":"WER_EXCEPTION_INFORMATION","features":[3,33,173,9]},{"name":"WER_FAULT_REPORTING","features":[173]},{"name":"WER_FAULT_REPORTING_ALWAYS_SHOW_UI","features":[173]},{"name":"WER_FAULT_REPORTING_CRITICAL","features":[173]},{"name":"WER_FAULT_REPORTING_DISABLE_SNAPSHOT_CRASH","features":[173]},{"name":"WER_FAULT_REPORTING_DISABLE_SNAPSHOT_HANG","features":[173]},{"name":"WER_FAULT_REPORTING_DURABLE","features":[173]},{"name":"WER_FAULT_REPORTING_FLAG_DISABLE_THREAD_SUSPENSION","features":[173]},{"name":"WER_FAULT_REPORTING_FLAG_NOHEAP","features":[173]},{"name":"WER_FAULT_REPORTING_FLAG_NO_HEAP_ON_QUEUE","features":[173]},{"name":"WER_FAULT_REPORTING_FLAG_QUEUE","features":[173]},{"name":"WER_FAULT_REPORTING_FLAG_QUEUE_UPLOAD","features":[173]},{"name":"WER_FAULT_REPORTING_NO_UI","features":[173]},{"name":"WER_FILE","features":[173]},{"name":"WER_FILE_ANONYMOUS_DATA","features":[173]},{"name":"WER_FILE_COMPRESSED","features":[173]},{"name":"WER_FILE_DELETE_WHEN_DONE","features":[173]},{"name":"WER_FILE_TYPE","features":[173]},{"name":"WER_MAX_APPLICATION_NAME_LENGTH","features":[173]},{"name":"WER_MAX_BUCKET_ID_STRING_LENGTH","features":[173]},{"name":"WER_MAX_DESCRIPTION_LENGTH","features":[173]},{"name":"WER_MAX_EVENT_NAME_LENGTH","features":[173]},{"name":"WER_MAX_FRIENDLY_EVENT_NAME_LENGTH","features":[173]},{"name":"WER_MAX_LOCAL_DUMP_SUBPATH_LENGTH","features":[173]},{"name":"WER_MAX_PARAM_COUNT","features":[173]},{"name":"WER_MAX_PARAM_LENGTH","features":[173]},{"name":"WER_MAX_PREFERRED_MODULES","features":[173]},{"name":"WER_MAX_PREFERRED_MODULES_BUFFER","features":[173]},{"name":"WER_MAX_REGISTERED_DUMPCOLLECTION","features":[173]},{"name":"WER_MAX_REGISTERED_ENTRIES","features":[173]},{"name":"WER_MAX_REGISTERED_METADATA","features":[173]},{"name":"WER_MAX_REGISTERED_RUNTIME_EXCEPTION_MODULES","features":[173]},{"name":"WER_MAX_SIGNATURE_NAME_LENGTH","features":[173]},{"name":"WER_MAX_TOTAL_PARAM_LENGTH","features":[173]},{"name":"WER_METADATA_KEY_MAX_LENGTH","features":[173]},{"name":"WER_METADATA_VALUE_MAX_LENGTH","features":[173]},{"name":"WER_P0","features":[173]},{"name":"WER_P1","features":[173]},{"name":"WER_P2","features":[173]},{"name":"WER_P3","features":[173]},{"name":"WER_P4","features":[173]},{"name":"WER_P5","features":[173]},{"name":"WER_P6","features":[173]},{"name":"WER_P7","features":[173]},{"name":"WER_P8","features":[173]},{"name":"WER_P9","features":[173]},{"name":"WER_REGISTER_FILE_TYPE","features":[173]},{"name":"WER_REPORT_INFORMATION","features":[3,173]},{"name":"WER_REPORT_INFORMATION_V3","features":[3,173]},{"name":"WER_REPORT_INFORMATION_V4","features":[3,173]},{"name":"WER_REPORT_INFORMATION_V5","features":[3,173]},{"name":"WER_REPORT_METADATA_V1","features":[3,173]},{"name":"WER_REPORT_METADATA_V2","features":[3,173]},{"name":"WER_REPORT_METADATA_V3","features":[3,173]},{"name":"WER_REPORT_PARAMETER","features":[173]},{"name":"WER_REPORT_SIGNATURE","features":[173]},{"name":"WER_REPORT_TYPE","features":[173]},{"name":"WER_REPORT_UI","features":[173]},{"name":"WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH","features":[173]},{"name":"WER_RUNTIME_EXCEPTION_EVENT_FUNCTION","features":[173]},{"name":"WER_RUNTIME_EXCEPTION_EVENT_SIGNATURE_FUNCTION","features":[173]},{"name":"WER_RUNTIME_EXCEPTION_INFORMATION","features":[3,33,173,9]},{"name":"WER_SUBMIT_ADD_REGISTERED_DATA","features":[173]},{"name":"WER_SUBMIT_ARCHIVE_PARAMETERS_ONLY","features":[173]},{"name":"WER_SUBMIT_BYPASS_DATA_THROTTLING","features":[173]},{"name":"WER_SUBMIT_BYPASS_NETWORK_COST_THROTTLING","features":[173]},{"name":"WER_SUBMIT_BYPASS_POWER_THROTTLING","features":[173]},{"name":"WER_SUBMIT_FLAGS","features":[173]},{"name":"WER_SUBMIT_HONOR_RECOVERY","features":[173]},{"name":"WER_SUBMIT_HONOR_RESTART","features":[173]},{"name":"WER_SUBMIT_NO_ARCHIVE","features":[173]},{"name":"WER_SUBMIT_NO_CLOSE_UI","features":[173]},{"name":"WER_SUBMIT_NO_QUEUE","features":[173]},{"name":"WER_SUBMIT_OUTOFPROCESS","features":[173]},{"name":"WER_SUBMIT_OUTOFPROCESS_ASYNC","features":[173]},{"name":"WER_SUBMIT_QUEUE","features":[173]},{"name":"WER_SUBMIT_REPORT_MACHINE_ID","features":[173]},{"name":"WER_SUBMIT_RESULT","features":[173]},{"name":"WER_SUBMIT_SHOW_DEBUG","features":[173]},{"name":"WER_SUBMIT_START_MINIMIZED","features":[173]},{"name":"WerAddExcludedApplication","features":[3,173]},{"name":"WerConsentAlwaysPrompt","features":[173]},{"name":"WerConsentApproved","features":[173]},{"name":"WerConsentDenied","features":[173]},{"name":"WerConsentMax","features":[173]},{"name":"WerConsentNotAsked","features":[173]},{"name":"WerCustomAction","features":[173]},{"name":"WerDisabled","features":[173]},{"name":"WerDisabledQueue","features":[173]},{"name":"WerDumpTypeHeapDump","features":[173]},{"name":"WerDumpTypeMax","features":[173]},{"name":"WerDumpTypeMicroDump","features":[173]},{"name":"WerDumpTypeMiniDump","features":[173]},{"name":"WerDumpTypeNone","features":[173]},{"name":"WerDumpTypeTriageDump","features":[173]},{"name":"WerFileTypeAuxiliaryDump","features":[173]},{"name":"WerFileTypeCustomDump","features":[173]},{"name":"WerFileTypeEtlTrace","features":[173]},{"name":"WerFileTypeHeapdump","features":[173]},{"name":"WerFileTypeMax","features":[173]},{"name":"WerFileTypeMicrodump","features":[173]},{"name":"WerFileTypeMinidump","features":[173]},{"name":"WerFileTypeOther","features":[173]},{"name":"WerFileTypeTriagedump","features":[173]},{"name":"WerFileTypeUserDocument","features":[173]},{"name":"WerFreeString","features":[173]},{"name":"WerGetFlags","features":[3,173]},{"name":"WerRegFileTypeMax","features":[173]},{"name":"WerRegFileTypeOther","features":[173]},{"name":"WerRegFileTypeUserDocument","features":[173]},{"name":"WerRegisterAdditionalProcess","features":[173]},{"name":"WerRegisterAppLocalDump","features":[173]},{"name":"WerRegisterCustomMetadata","features":[173]},{"name":"WerRegisterExcludedMemoryBlock","features":[173]},{"name":"WerRegisterFile","features":[173]},{"name":"WerRegisterMemoryBlock","features":[173]},{"name":"WerRegisterRuntimeExceptionModule","features":[173]},{"name":"WerRemoveExcludedApplication","features":[3,173]},{"name":"WerReportAddDump","features":[3,33,173,9]},{"name":"WerReportAddFile","features":[173]},{"name":"WerReportApplicationCrash","features":[173]},{"name":"WerReportApplicationHang","features":[173]},{"name":"WerReportAsync","features":[173]},{"name":"WerReportCancelled","features":[173]},{"name":"WerReportCloseHandle","features":[173]},{"name":"WerReportCreate","features":[3,173]},{"name":"WerReportCritical","features":[173]},{"name":"WerReportDebug","features":[173]},{"name":"WerReportFailed","features":[173]},{"name":"WerReportHang","features":[3,173]},{"name":"WerReportInvalid","features":[173]},{"name":"WerReportKernel","features":[173]},{"name":"WerReportNonCritical","features":[173]},{"name":"WerReportQueued","features":[173]},{"name":"WerReportSetParameter","features":[173]},{"name":"WerReportSetUIOption","features":[173]},{"name":"WerReportSubmit","features":[173]},{"name":"WerReportUploaded","features":[173]},{"name":"WerReportUploadedCab","features":[173]},{"name":"WerSetFlags","features":[173]},{"name":"WerStorageLocationNotFound","features":[173]},{"name":"WerStoreClose","features":[173]},{"name":"WerStoreGetFirstReportKey","features":[173]},{"name":"WerStoreGetNextReportKey","features":[173]},{"name":"WerStoreGetReportCount","features":[173]},{"name":"WerStoreGetSizeOnDisk","features":[173]},{"name":"WerStoreOpen","features":[173]},{"name":"WerStorePurge","features":[173]},{"name":"WerStoreQueryReportMetadataV1","features":[3,173]},{"name":"WerStoreQueryReportMetadataV2","features":[3,173]},{"name":"WerStoreQueryReportMetadataV3","features":[3,173]},{"name":"WerStoreUploadReport","features":[173]},{"name":"WerSubmitResultMax","features":[173]},{"name":"WerThrottled","features":[173]},{"name":"WerUIAdditionalDataDlgHeader","features":[173]},{"name":"WerUICloseDlgBody","features":[173]},{"name":"WerUICloseDlgButtonText","features":[173]},{"name":"WerUICloseDlgHeader","features":[173]},{"name":"WerUICloseText","features":[173]},{"name":"WerUIConsentDlgBody","features":[173]},{"name":"WerUIConsentDlgHeader","features":[173]},{"name":"WerUIIconFilePath","features":[173]},{"name":"WerUIMax","features":[173]},{"name":"WerUIOfflineSolutionCheckText","features":[173]},{"name":"WerUIOnlineSolutionCheckText","features":[173]},{"name":"WerUnregisterAdditionalProcess","features":[173]},{"name":"WerUnregisterAppLocalDump","features":[173]},{"name":"WerUnregisterCustomMetadata","features":[173]},{"name":"WerUnregisterExcludedMemoryBlock","features":[173]},{"name":"WerUnregisterFile","features":[173]},{"name":"WerUnregisterMemoryBlock","features":[173]},{"name":"WerUnregisterRuntimeExceptionModule","features":[173]},{"name":"frrvErr","features":[173]},{"name":"frrvErrAnotherInstance","features":[173]},{"name":"frrvErrDoubleFault","features":[173]},{"name":"frrvErrNoDW","features":[173]},{"name":"frrvErrNoMemory","features":[173]},{"name":"frrvErrTimeout","features":[173]},{"name":"frrvLaunchDebugger","features":[173]},{"name":"frrvOk","features":[173]},{"name":"frrvOkHeadless","features":[173]},{"name":"frrvOkManifest","features":[173]},{"name":"frrvOkQueued","features":[173]},{"name":"pfn_ADDEREXCLUDEDAPPLICATIONA","features":[173]},{"name":"pfn_ADDEREXCLUDEDAPPLICATIONW","features":[173]},{"name":"pfn_REPORTFAULT","features":[3,33,173,9]}],"566":[{"name":"EC_CREATE_NEW","features":[174]},{"name":"EC_OPEN_ALWAYS","features":[174]},{"name":"EC_OPEN_EXISTING","features":[174]},{"name":"EC_READ_ACCESS","features":[174]},{"name":"EC_SUBSCRIPTION_CONFIGURATION_MODE","features":[174]},{"name":"EC_SUBSCRIPTION_CONTENT_FORMAT","features":[174]},{"name":"EC_SUBSCRIPTION_CREDENTIALS_TYPE","features":[174]},{"name":"EC_SUBSCRIPTION_DELIVERY_MODE","features":[174]},{"name":"EC_SUBSCRIPTION_PROPERTY_ID","features":[174]},{"name":"EC_SUBSCRIPTION_RUNTIME_STATUS_ACTIVE_STATUS","features":[174]},{"name":"EC_SUBSCRIPTION_RUNTIME_STATUS_INFO_ID","features":[174]},{"name":"EC_SUBSCRIPTION_TYPE","features":[174]},{"name":"EC_VARIANT","features":[3,174]},{"name":"EC_VARIANT_TYPE","features":[174]},{"name":"EC_VARIANT_TYPE_ARRAY","features":[174]},{"name":"EC_VARIANT_TYPE_MASK","features":[174]},{"name":"EC_WRITE_ACCESS","features":[174]},{"name":"EcClose","features":[3,174]},{"name":"EcConfigurationModeCustom","features":[174]},{"name":"EcConfigurationModeMinBandwidth","features":[174]},{"name":"EcConfigurationModeMinLatency","features":[174]},{"name":"EcConfigurationModeNormal","features":[174]},{"name":"EcContentFormatEvents","features":[174]},{"name":"EcContentFormatRenderedText","features":[174]},{"name":"EcDeleteSubscription","features":[3,174]},{"name":"EcDeliveryModePull","features":[174]},{"name":"EcDeliveryModePush","features":[174]},{"name":"EcEnumNextSubscription","features":[3,174]},{"name":"EcGetObjectArrayProperty","features":[3,174]},{"name":"EcGetObjectArraySize","features":[3,174]},{"name":"EcGetSubscriptionProperty","features":[3,174]},{"name":"EcGetSubscriptionRunTimeStatus","features":[3,174]},{"name":"EcInsertObjectArrayElement","features":[3,174]},{"name":"EcOpenSubscription","features":[174]},{"name":"EcOpenSubscriptionEnum","features":[174]},{"name":"EcRemoveObjectArrayElement","features":[3,174]},{"name":"EcRetrySubscription","features":[3,174]},{"name":"EcRuntimeStatusActiveStatusActive","features":[174]},{"name":"EcRuntimeStatusActiveStatusDisabled","features":[174]},{"name":"EcRuntimeStatusActiveStatusInactive","features":[174]},{"name":"EcRuntimeStatusActiveStatusTrying","features":[174]},{"name":"EcSaveSubscription","features":[3,174]},{"name":"EcSetObjectArrayProperty","features":[3,174]},{"name":"EcSetSubscriptionProperty","features":[3,174]},{"name":"EcSubscriptionAllowedIssuerCAs","features":[174]},{"name":"EcSubscriptionAllowedSourceDomainComputers","features":[174]},{"name":"EcSubscriptionAllowedSubjects","features":[174]},{"name":"EcSubscriptionCommonPassword","features":[174]},{"name":"EcSubscriptionCommonUserName","features":[174]},{"name":"EcSubscriptionConfigurationMode","features":[174]},{"name":"EcSubscriptionContentFormat","features":[174]},{"name":"EcSubscriptionCredBasic","features":[174]},{"name":"EcSubscriptionCredDefault","features":[174]},{"name":"EcSubscriptionCredDigest","features":[174]},{"name":"EcSubscriptionCredLocalMachine","features":[174]},{"name":"EcSubscriptionCredNegotiate","features":[174]},{"name":"EcSubscriptionCredentialsType","features":[174]},{"name":"EcSubscriptionDeliveryMaxItems","features":[174]},{"name":"EcSubscriptionDeliveryMaxLatencyTime","features":[174]},{"name":"EcSubscriptionDeliveryMode","features":[174]},{"name":"EcSubscriptionDeniedSubjects","features":[174]},{"name":"EcSubscriptionDescription","features":[174]},{"name":"EcSubscriptionDialect","features":[174]},{"name":"EcSubscriptionEnabled","features":[174]},{"name":"EcSubscriptionEventSourceAddress","features":[174]},{"name":"EcSubscriptionEventSourceEnabled","features":[174]},{"name":"EcSubscriptionEventSourcePassword","features":[174]},{"name":"EcSubscriptionEventSourceUserName","features":[174]},{"name":"EcSubscriptionEventSources","features":[174]},{"name":"EcSubscriptionExpires","features":[174]},{"name":"EcSubscriptionHeartbeatInterval","features":[174]},{"name":"EcSubscriptionHostName","features":[174]},{"name":"EcSubscriptionLocale","features":[174]},{"name":"EcSubscriptionLogFile","features":[174]},{"name":"EcSubscriptionPropertyIdEND","features":[174]},{"name":"EcSubscriptionPublisherName","features":[174]},{"name":"EcSubscriptionQuery","features":[174]},{"name":"EcSubscriptionReadExistingEvents","features":[174]},{"name":"EcSubscriptionRunTimeStatusActive","features":[174]},{"name":"EcSubscriptionRunTimeStatusEventSources","features":[174]},{"name":"EcSubscriptionRunTimeStatusInfoIdEND","features":[174]},{"name":"EcSubscriptionRunTimeStatusLastError","features":[174]},{"name":"EcSubscriptionRunTimeStatusLastErrorMessage","features":[174]},{"name":"EcSubscriptionRunTimeStatusLastErrorTime","features":[174]},{"name":"EcSubscriptionRunTimeStatusLastHeartbeatTime","features":[174]},{"name":"EcSubscriptionRunTimeStatusNextRetryTime","features":[174]},{"name":"EcSubscriptionTransportName","features":[174]},{"name":"EcSubscriptionTransportPort","features":[174]},{"name":"EcSubscriptionType","features":[174]},{"name":"EcSubscriptionTypeCollectorInitiated","features":[174]},{"name":"EcSubscriptionTypeSourceInitiated","features":[174]},{"name":"EcSubscriptionURI","features":[174]},{"name":"EcVarObjectArrayPropertyHandle","features":[174]},{"name":"EcVarTypeBoolean","features":[174]},{"name":"EcVarTypeDateTime","features":[174]},{"name":"EcVarTypeNull","features":[174]},{"name":"EcVarTypeString","features":[174]},{"name":"EcVarTypeUInt32","features":[174]}],"567":[{"name":"BackupEventLogA","features":[3,175]},{"name":"BackupEventLogW","features":[3,175]},{"name":"ClearEventLogA","features":[3,175]},{"name":"ClearEventLogW","features":[3,175]},{"name":"CloseEventLog","features":[3,175]},{"name":"DeregisterEventSource","features":[3,175]},{"name":"EVENTLOGRECORD","features":[175]},{"name":"EVENTLOG_AUDIT_FAILURE","features":[175]},{"name":"EVENTLOG_AUDIT_SUCCESS","features":[175]},{"name":"EVENTLOG_ERROR_TYPE","features":[175]},{"name":"EVENTLOG_FULL_INFORMATION","features":[175]},{"name":"EVENTLOG_INFORMATION_TYPE","features":[175]},{"name":"EVENTLOG_SEEK_READ","features":[175]},{"name":"EVENTLOG_SEQUENTIAL_READ","features":[175]},{"name":"EVENTLOG_SUCCESS","features":[175]},{"name":"EVENTLOG_WARNING_TYPE","features":[175]},{"name":"EVENTSFORLOGFILE","features":[175]},{"name":"EVT_ALL_ACCESS","features":[175]},{"name":"EVT_CHANNEL_CLOCK_TYPE","features":[175]},{"name":"EVT_CHANNEL_CONFIG_PROPERTY_ID","features":[175]},{"name":"EVT_CHANNEL_ISOLATION_TYPE","features":[175]},{"name":"EVT_CHANNEL_REFERENCE_FLAGS","features":[175]},{"name":"EVT_CHANNEL_SID_TYPE","features":[175]},{"name":"EVT_CHANNEL_TYPE","features":[175]},{"name":"EVT_CLEAR_ACCESS","features":[175]},{"name":"EVT_EVENT_METADATA_PROPERTY_ID","features":[175]},{"name":"EVT_EVENT_PROPERTY_ID","features":[175]},{"name":"EVT_EXPORTLOG_FLAGS","features":[175]},{"name":"EVT_FORMAT_MESSAGE_FLAGS","features":[175]},{"name":"EVT_HANDLE","features":[175]},{"name":"EVT_LOGIN_CLASS","features":[175]},{"name":"EVT_LOG_PROPERTY_ID","features":[175]},{"name":"EVT_OPEN_LOG_FLAGS","features":[175]},{"name":"EVT_PUBLISHER_METADATA_PROPERTY_ID","features":[175]},{"name":"EVT_QUERY_FLAGS","features":[175]},{"name":"EVT_QUERY_PROPERTY_ID","features":[175]},{"name":"EVT_READ_ACCESS","features":[175]},{"name":"EVT_RENDER_CONTEXT_FLAGS","features":[175]},{"name":"EVT_RENDER_FLAGS","features":[175]},{"name":"EVT_RPC_LOGIN","features":[175]},{"name":"EVT_RPC_LOGIN_FLAGS","features":[175]},{"name":"EVT_SEEK_FLAGS","features":[175]},{"name":"EVT_SUBSCRIBE_CALLBACK","features":[175]},{"name":"EVT_SUBSCRIBE_FLAGS","features":[175]},{"name":"EVT_SUBSCRIBE_NOTIFY_ACTION","features":[175]},{"name":"EVT_SYSTEM_PROPERTY_ID","features":[175]},{"name":"EVT_VARIANT","features":[3,6,175]},{"name":"EVT_VARIANT_TYPE","features":[175]},{"name":"EVT_VARIANT_TYPE_ARRAY","features":[175]},{"name":"EVT_VARIANT_TYPE_MASK","features":[175]},{"name":"EVT_WRITE_ACCESS","features":[175]},{"name":"EventMetadataEventChannel","features":[175]},{"name":"EventMetadataEventID","features":[175]},{"name":"EventMetadataEventKeyword","features":[175]},{"name":"EventMetadataEventLevel","features":[175]},{"name":"EventMetadataEventMessageID","features":[175]},{"name":"EventMetadataEventOpcode","features":[175]},{"name":"EventMetadataEventTask","features":[175]},{"name":"EventMetadataEventTemplate","features":[175]},{"name":"EventMetadataEventVersion","features":[175]},{"name":"EvtArchiveExportedLog","features":[3,175]},{"name":"EvtCancel","features":[3,175]},{"name":"EvtChannelClockTypeQPC","features":[175]},{"name":"EvtChannelClockTypeSystemTime","features":[175]},{"name":"EvtChannelConfigAccess","features":[175]},{"name":"EvtChannelConfigClassicEventlog","features":[175]},{"name":"EvtChannelConfigEnabled","features":[175]},{"name":"EvtChannelConfigIsolation","features":[175]},{"name":"EvtChannelConfigOwningPublisher","features":[175]},{"name":"EvtChannelConfigPropertyIdEND","features":[175]},{"name":"EvtChannelConfigType","features":[175]},{"name":"EvtChannelIsolationTypeApplication","features":[175]},{"name":"EvtChannelIsolationTypeCustom","features":[175]},{"name":"EvtChannelIsolationTypeSystem","features":[175]},{"name":"EvtChannelLoggingConfigAutoBackup","features":[175]},{"name":"EvtChannelLoggingConfigLogFilePath","features":[175]},{"name":"EvtChannelLoggingConfigMaxSize","features":[175]},{"name":"EvtChannelLoggingConfigRetention","features":[175]},{"name":"EvtChannelPublisherList","features":[175]},{"name":"EvtChannelPublishingConfigBufferSize","features":[175]},{"name":"EvtChannelPublishingConfigClockType","features":[175]},{"name":"EvtChannelPublishingConfigControlGuid","features":[175]},{"name":"EvtChannelPublishingConfigFileMax","features":[175]},{"name":"EvtChannelPublishingConfigKeywords","features":[175]},{"name":"EvtChannelPublishingConfigLatency","features":[175]},{"name":"EvtChannelPublishingConfigLevel","features":[175]},{"name":"EvtChannelPublishingConfigMaxBuffers","features":[175]},{"name":"EvtChannelPublishingConfigMinBuffers","features":[175]},{"name":"EvtChannelPublishingConfigSidType","features":[175]},{"name":"EvtChannelReferenceImported","features":[175]},{"name":"EvtChannelSidTypeNone","features":[175]},{"name":"EvtChannelSidTypePublishing","features":[175]},{"name":"EvtChannelTypeAdmin","features":[175]},{"name":"EvtChannelTypeAnalytic","features":[175]},{"name":"EvtChannelTypeDebug","features":[175]},{"name":"EvtChannelTypeOperational","features":[175]},{"name":"EvtClearLog","features":[3,175]},{"name":"EvtClose","features":[3,175]},{"name":"EvtCreateBookmark","features":[175]},{"name":"EvtCreateRenderContext","features":[175]},{"name":"EvtEventMetadataPropertyIdEND","features":[175]},{"name":"EvtEventPath","features":[175]},{"name":"EvtEventPropertyIdEND","features":[175]},{"name":"EvtEventQueryIDs","features":[175]},{"name":"EvtExportLog","features":[3,175]},{"name":"EvtExportLogChannelPath","features":[175]},{"name":"EvtExportLogFilePath","features":[175]},{"name":"EvtExportLogOverwrite","features":[175]},{"name":"EvtExportLogTolerateQueryErrors","features":[175]},{"name":"EvtFormatMessage","features":[3,6,175]},{"name":"EvtFormatMessageChannel","features":[175]},{"name":"EvtFormatMessageEvent","features":[175]},{"name":"EvtFormatMessageId","features":[175]},{"name":"EvtFormatMessageKeyword","features":[175]},{"name":"EvtFormatMessageLevel","features":[175]},{"name":"EvtFormatMessageOpcode","features":[175]},{"name":"EvtFormatMessageProvider","features":[175]},{"name":"EvtFormatMessageTask","features":[175]},{"name":"EvtFormatMessageXml","features":[175]},{"name":"EvtGetChannelConfigProperty","features":[3,6,175]},{"name":"EvtGetEventInfo","features":[3,6,175]},{"name":"EvtGetEventMetadataProperty","features":[3,6,175]},{"name":"EvtGetExtendedStatus","features":[175]},{"name":"EvtGetLogInfo","features":[3,6,175]},{"name":"EvtGetObjectArrayProperty","features":[3,6,175]},{"name":"EvtGetObjectArraySize","features":[3,175]},{"name":"EvtGetPublisherMetadataProperty","features":[3,6,175]},{"name":"EvtGetQueryInfo","features":[3,6,175]},{"name":"EvtLogAttributes","features":[175]},{"name":"EvtLogCreationTime","features":[175]},{"name":"EvtLogFileSize","features":[175]},{"name":"EvtLogFull","features":[175]},{"name":"EvtLogLastAccessTime","features":[175]},{"name":"EvtLogLastWriteTime","features":[175]},{"name":"EvtLogNumberOfLogRecords","features":[175]},{"name":"EvtLogOldestRecordNumber","features":[175]},{"name":"EvtNext","features":[3,175]},{"name":"EvtNextChannelPath","features":[3,175]},{"name":"EvtNextEventMetadata","features":[175]},{"name":"EvtNextPublisherId","features":[3,175]},{"name":"EvtOpenChannelConfig","features":[175]},{"name":"EvtOpenChannelEnum","features":[175]},{"name":"EvtOpenChannelPath","features":[175]},{"name":"EvtOpenEventMetadataEnum","features":[175]},{"name":"EvtOpenFilePath","features":[175]},{"name":"EvtOpenLog","features":[175]},{"name":"EvtOpenPublisherEnum","features":[175]},{"name":"EvtOpenPublisherMetadata","features":[175]},{"name":"EvtOpenSession","features":[175]},{"name":"EvtPublisherMetadataChannelReferenceFlags","features":[175]},{"name":"EvtPublisherMetadataChannelReferenceID","features":[175]},{"name":"EvtPublisherMetadataChannelReferenceIndex","features":[175]},{"name":"EvtPublisherMetadataChannelReferenceMessageID","features":[175]},{"name":"EvtPublisherMetadataChannelReferencePath","features":[175]},{"name":"EvtPublisherMetadataChannelReferences","features":[175]},{"name":"EvtPublisherMetadataHelpLink","features":[175]},{"name":"EvtPublisherMetadataKeywordMessageID","features":[175]},{"name":"EvtPublisherMetadataKeywordName","features":[175]},{"name":"EvtPublisherMetadataKeywordValue","features":[175]},{"name":"EvtPublisherMetadataKeywords","features":[175]},{"name":"EvtPublisherMetadataLevelMessageID","features":[175]},{"name":"EvtPublisherMetadataLevelName","features":[175]},{"name":"EvtPublisherMetadataLevelValue","features":[175]},{"name":"EvtPublisherMetadataLevels","features":[175]},{"name":"EvtPublisherMetadataMessageFilePath","features":[175]},{"name":"EvtPublisherMetadataOpcodeMessageID","features":[175]},{"name":"EvtPublisherMetadataOpcodeName","features":[175]},{"name":"EvtPublisherMetadataOpcodeValue","features":[175]},{"name":"EvtPublisherMetadataOpcodes","features":[175]},{"name":"EvtPublisherMetadataParameterFilePath","features":[175]},{"name":"EvtPublisherMetadataPropertyIdEND","features":[175]},{"name":"EvtPublisherMetadataPublisherGuid","features":[175]},{"name":"EvtPublisherMetadataPublisherMessageID","features":[175]},{"name":"EvtPublisherMetadataResourceFilePath","features":[175]},{"name":"EvtPublisherMetadataTaskEventGuid","features":[175]},{"name":"EvtPublisherMetadataTaskMessageID","features":[175]},{"name":"EvtPublisherMetadataTaskName","features":[175]},{"name":"EvtPublisherMetadataTaskValue","features":[175]},{"name":"EvtPublisherMetadataTasks","features":[175]},{"name":"EvtQuery","features":[175]},{"name":"EvtQueryChannelPath","features":[175]},{"name":"EvtQueryFilePath","features":[175]},{"name":"EvtQueryForwardDirection","features":[175]},{"name":"EvtQueryNames","features":[175]},{"name":"EvtQueryPropertyIdEND","features":[175]},{"name":"EvtQueryReverseDirection","features":[175]},{"name":"EvtQueryStatuses","features":[175]},{"name":"EvtQueryTolerateQueryErrors","features":[175]},{"name":"EvtRender","features":[3,175]},{"name":"EvtRenderBookmark","features":[175]},{"name":"EvtRenderContextSystem","features":[175]},{"name":"EvtRenderContextUser","features":[175]},{"name":"EvtRenderContextValues","features":[175]},{"name":"EvtRenderEventValues","features":[175]},{"name":"EvtRenderEventXml","features":[175]},{"name":"EvtRpcLogin","features":[175]},{"name":"EvtRpcLoginAuthDefault","features":[175]},{"name":"EvtRpcLoginAuthKerberos","features":[175]},{"name":"EvtRpcLoginAuthNTLM","features":[175]},{"name":"EvtRpcLoginAuthNegotiate","features":[175]},{"name":"EvtSaveChannelConfig","features":[3,175]},{"name":"EvtSeek","features":[3,175]},{"name":"EvtSeekOriginMask","features":[175]},{"name":"EvtSeekRelativeToBookmark","features":[175]},{"name":"EvtSeekRelativeToCurrent","features":[175]},{"name":"EvtSeekRelativeToFirst","features":[175]},{"name":"EvtSeekRelativeToLast","features":[175]},{"name":"EvtSeekStrict","features":[175]},{"name":"EvtSetChannelConfigProperty","features":[3,6,175]},{"name":"EvtSubscribe","features":[3,175]},{"name":"EvtSubscribeActionDeliver","features":[175]},{"name":"EvtSubscribeActionError","features":[175]},{"name":"EvtSubscribeOriginMask","features":[175]},{"name":"EvtSubscribeStartAfterBookmark","features":[175]},{"name":"EvtSubscribeStartAtOldestRecord","features":[175]},{"name":"EvtSubscribeStrict","features":[175]},{"name":"EvtSubscribeToFutureEvents","features":[175]},{"name":"EvtSubscribeTolerateQueryErrors","features":[175]},{"name":"EvtSystemActivityID","features":[175]},{"name":"EvtSystemChannel","features":[175]},{"name":"EvtSystemComputer","features":[175]},{"name":"EvtSystemEventID","features":[175]},{"name":"EvtSystemEventRecordId","features":[175]},{"name":"EvtSystemKeywords","features":[175]},{"name":"EvtSystemLevel","features":[175]},{"name":"EvtSystemOpcode","features":[175]},{"name":"EvtSystemProcessID","features":[175]},{"name":"EvtSystemPropertyIdEND","features":[175]},{"name":"EvtSystemProviderGuid","features":[175]},{"name":"EvtSystemProviderName","features":[175]},{"name":"EvtSystemQualifiers","features":[175]},{"name":"EvtSystemRelatedActivityID","features":[175]},{"name":"EvtSystemTask","features":[175]},{"name":"EvtSystemThreadID","features":[175]},{"name":"EvtSystemTimeCreated","features":[175]},{"name":"EvtSystemUserID","features":[175]},{"name":"EvtSystemVersion","features":[175]},{"name":"EvtUpdateBookmark","features":[3,175]},{"name":"EvtVarTypeAnsiString","features":[175]},{"name":"EvtVarTypeBinary","features":[175]},{"name":"EvtVarTypeBoolean","features":[175]},{"name":"EvtVarTypeByte","features":[175]},{"name":"EvtVarTypeDouble","features":[175]},{"name":"EvtVarTypeEvtHandle","features":[175]},{"name":"EvtVarTypeEvtXml","features":[175]},{"name":"EvtVarTypeFileTime","features":[175]},{"name":"EvtVarTypeGuid","features":[175]},{"name":"EvtVarTypeHexInt32","features":[175]},{"name":"EvtVarTypeHexInt64","features":[175]},{"name":"EvtVarTypeInt16","features":[175]},{"name":"EvtVarTypeInt32","features":[175]},{"name":"EvtVarTypeInt64","features":[175]},{"name":"EvtVarTypeNull","features":[175]},{"name":"EvtVarTypeSByte","features":[175]},{"name":"EvtVarTypeSid","features":[175]},{"name":"EvtVarTypeSingle","features":[175]},{"name":"EvtVarTypeSizeT","features":[175]},{"name":"EvtVarTypeString","features":[175]},{"name":"EvtVarTypeSysTime","features":[175]},{"name":"EvtVarTypeUInt16","features":[175]},{"name":"EvtVarTypeUInt32","features":[175]},{"name":"EvtVarTypeUInt64","features":[175]},{"name":"GetEventLogInformation","features":[3,175]},{"name":"GetNumberOfEventLogRecords","features":[3,175]},{"name":"GetOldestEventLogRecord","features":[3,175]},{"name":"NotifyChangeEventLog","features":[3,175]},{"name":"OpenBackupEventLogA","features":[3,175]},{"name":"OpenBackupEventLogW","features":[3,175]},{"name":"OpenEventLogA","features":[3,175]},{"name":"OpenEventLogW","features":[3,175]},{"name":"READ_EVENT_LOG_READ_FLAGS","features":[175]},{"name":"REPORT_EVENT_TYPE","features":[175]},{"name":"ReadEventLogA","features":[3,175]},{"name":"ReadEventLogW","features":[3,175]},{"name":"RegisterEventSourceA","features":[3,175]},{"name":"RegisterEventSourceW","features":[3,175]},{"name":"ReportEventA","features":[3,6,175]},{"name":"ReportEventW","features":[3,6,175]}],"568":[{"name":"CONNECTION_AOL","features":[176]},{"name":"CONNECTION_LAN","features":[176]},{"name":"CONNECTION_WAN","features":[176]},{"name":"ISensLogon","features":[176]},{"name":"ISensLogon2","features":[176]},{"name":"ISensNetwork","features":[176]},{"name":"ISensOnNow","features":[176]},{"name":"IsDestinationReachableA","features":[3,176]},{"name":"IsDestinationReachableW","features":[3,176]},{"name":"IsNetworkAlive","features":[3,176]},{"name":"NETWORK_ALIVE_AOL","features":[176]},{"name":"NETWORK_ALIVE_INTERNET","features":[176]},{"name":"NETWORK_ALIVE_LAN","features":[176]},{"name":"NETWORK_ALIVE_WAN","features":[176]},{"name":"QOCINFO","features":[176]},{"name":"SENS","features":[176]},{"name":"SENSGUID_EVENTCLASS_LOGON","features":[176]},{"name":"SENSGUID_EVENTCLASS_LOGON2","features":[176]},{"name":"SENSGUID_EVENTCLASS_NETWORK","features":[176]},{"name":"SENSGUID_EVENTCLASS_ONNOW","features":[176]},{"name":"SENSGUID_PUBLISHER","features":[176]},{"name":"SENSGUID_SUBSCRIBER_LCE","features":[176]},{"name":"SENSGUID_SUBSCRIBER_WININET","features":[176]},{"name":"SENS_CONNECTION_TYPE","features":[176]},{"name":"SENS_QOCINFO","features":[176]}],"569":[{"name":"ABSENT","features":[177]},{"name":"ADMXCOMMENTS_EXTENSION_GUID","features":[177]},{"name":"APPNAME","features":[177]},{"name":"APPSTATE","features":[177]},{"name":"ASSIGNED","features":[177]},{"name":"BrowseForGPO","features":[3,177]},{"name":"CLSID_GPESnapIn","features":[177]},{"name":"CLSID_GroupPolicyObject","features":[177]},{"name":"CLSID_RSOPSnapIn","features":[177]},{"name":"COMCLASS","features":[177]},{"name":"CommandLineFromMsiDescriptor","features":[177]},{"name":"CreateGPOLink","features":[3,177]},{"name":"DeleteAllGPOLinks","features":[177]},{"name":"DeleteGPOLink","features":[177]},{"name":"EnterCriticalPolicySection","features":[3,177]},{"name":"ExportRSoPData","features":[177]},{"name":"FILEEXT","features":[177]},{"name":"FLAG_ASSUME_COMP_WQLFILTER_TRUE","features":[177]},{"name":"FLAG_ASSUME_SLOW_LINK","features":[177]},{"name":"FLAG_ASSUME_USER_WQLFILTER_TRUE","features":[177]},{"name":"FLAG_FORCE_CREATENAMESPACE","features":[177]},{"name":"FLAG_LOOPBACK_MERGE","features":[177]},{"name":"FLAG_LOOPBACK_REPLACE","features":[177]},{"name":"FLAG_NO_COMPUTER","features":[177]},{"name":"FLAG_NO_CSE_INVOKE","features":[177]},{"name":"FLAG_NO_GPO_FILTER","features":[177]},{"name":"FLAG_NO_USER","features":[177]},{"name":"FLAG_PLANNING_MODE","features":[177]},{"name":"FreeGPOListA","features":[3,177]},{"name":"FreeGPOListW","features":[3,177]},{"name":"GPC_BLOCK_POLICY","features":[177]},{"name":"GPHintDomain","features":[177]},{"name":"GPHintMachine","features":[177]},{"name":"GPHintOrganizationalUnit","features":[177]},{"name":"GPHintSite","features":[177]},{"name":"GPHintUnknown","features":[177]},{"name":"GPLinkDomain","features":[177]},{"name":"GPLinkMachine","features":[177]},{"name":"GPLinkOrganizationalUnit","features":[177]},{"name":"GPLinkSite","features":[177]},{"name":"GPLinkUnknown","features":[177]},{"name":"GPM","features":[177]},{"name":"GPMAsyncCancel","features":[177]},{"name":"GPMBackup","features":[177]},{"name":"GPMBackupCollection","features":[177]},{"name":"GPMBackupDir","features":[177]},{"name":"GPMBackupDirEx","features":[177]},{"name":"GPMBackupType","features":[177]},{"name":"GPMCSECollection","features":[177]},{"name":"GPMClientSideExtension","features":[177]},{"name":"GPMConstants","features":[177]},{"name":"GPMDestinationOption","features":[177]},{"name":"GPMDomain","features":[177]},{"name":"GPMEntryType","features":[177]},{"name":"GPMGPO","features":[177]},{"name":"GPMGPOCollection","features":[177]},{"name":"GPMGPOLink","features":[177]},{"name":"GPMGPOLinksCollection","features":[177]},{"name":"GPMMapEntry","features":[177]},{"name":"GPMMapEntryCollection","features":[177]},{"name":"GPMMigrationTable","features":[177]},{"name":"GPMPermission","features":[177]},{"name":"GPMPermissionType","features":[177]},{"name":"GPMRSOP","features":[177]},{"name":"GPMRSOPMode","features":[177]},{"name":"GPMReportType","features":[177]},{"name":"GPMReportingOptions","features":[177]},{"name":"GPMResult","features":[177]},{"name":"GPMSOM","features":[177]},{"name":"GPMSOMCollection","features":[177]},{"name":"GPMSOMType","features":[177]},{"name":"GPMSearchCriteria","features":[177]},{"name":"GPMSearchOperation","features":[177]},{"name":"GPMSearchProperty","features":[177]},{"name":"GPMSecurityInfo","features":[177]},{"name":"GPMSitesContainer","features":[177]},{"name":"GPMStarterGPOBackup","features":[177]},{"name":"GPMStarterGPOBackupCollection","features":[177]},{"name":"GPMStarterGPOCollection","features":[177]},{"name":"GPMStarterGPOType","features":[177]},{"name":"GPMStatusMessage","features":[177]},{"name":"GPMStatusMsgCollection","features":[177]},{"name":"GPMTemplate","features":[177]},{"name":"GPMTrustee","features":[177]},{"name":"GPMWMIFilter","features":[177]},{"name":"GPMWMIFilterCollection","features":[177]},{"name":"GPM_DONOTUSE_W2KDC","features":[177]},{"name":"GPM_DONOT_VALIDATEDC","features":[177]},{"name":"GPM_MIGRATIONTABLE_ONLY","features":[177]},{"name":"GPM_PROCESS_SECURITY","features":[177]},{"name":"GPM_USE_ANYDC","features":[177]},{"name":"GPM_USE_PDC","features":[177]},{"name":"GPOBROWSEINFO","features":[3,177]},{"name":"GPOTypeDS","features":[177]},{"name":"GPOTypeLocal","features":[177]},{"name":"GPOTypeLocalGroup","features":[177]},{"name":"GPOTypeLocalUser","features":[177]},{"name":"GPOTypeRemote","features":[177]},{"name":"GPO_BROWSE_DISABLENEW","features":[177]},{"name":"GPO_BROWSE_INITTOALL","features":[177]},{"name":"GPO_BROWSE_NOCOMPUTERS","features":[177]},{"name":"GPO_BROWSE_NODSGPOS","features":[177]},{"name":"GPO_BROWSE_NOUSERGPOS","features":[177]},{"name":"GPO_BROWSE_OPENBUTTON","features":[177]},{"name":"GPO_BROWSE_SENDAPPLYONEDIT","features":[177]},{"name":"GPO_FLAG_DISABLE","features":[177]},{"name":"GPO_FLAG_FORCE","features":[177]},{"name":"GPO_INFO_FLAG_ASYNC_FOREGROUND","features":[177]},{"name":"GPO_INFO_FLAG_BACKGROUND","features":[177]},{"name":"GPO_INFO_FLAG_FORCED_REFRESH","features":[177]},{"name":"GPO_INFO_FLAG_LINKTRANSITION","features":[177]},{"name":"GPO_INFO_FLAG_LOGRSOP_TRANSITION","features":[177]},{"name":"GPO_INFO_FLAG_MACHINE","features":[177]},{"name":"GPO_INFO_FLAG_NOCHANGES","features":[177]},{"name":"GPO_INFO_FLAG_SAFEMODE_BOOT","features":[177]},{"name":"GPO_INFO_FLAG_SLOWLINK","features":[177]},{"name":"GPO_INFO_FLAG_VERBOSE","features":[177]},{"name":"GPO_LINK","features":[177]},{"name":"GPO_LIST_FLAG_MACHINE","features":[177]},{"name":"GPO_LIST_FLAG_NO_SECURITYFILTERS","features":[177]},{"name":"GPO_LIST_FLAG_NO_WMIFILTERS","features":[177]},{"name":"GPO_LIST_FLAG_SITEONLY","features":[177]},{"name":"GPO_OPEN_FLAGS","features":[177]},{"name":"GPO_OPEN_LOAD_REGISTRY","features":[177]},{"name":"GPO_OPEN_READ_ONLY","features":[177]},{"name":"GPO_OPTIONS","features":[177]},{"name":"GPO_OPTION_DISABLE_MACHINE","features":[177]},{"name":"GPO_OPTION_DISABLE_USER","features":[177]},{"name":"GPO_SECTION","features":[177]},{"name":"GPO_SECTION_MACHINE","features":[177]},{"name":"GPO_SECTION_ROOT","features":[177]},{"name":"GPO_SECTION_USER","features":[177]},{"name":"GP_DLLNAME","features":[177]},{"name":"GP_ENABLEASYNCHRONOUSPROCESSING","features":[177]},{"name":"GP_MAXNOGPOLISTCHANGESINTERVAL","features":[177]},{"name":"GP_NOBACKGROUNDPOLICY","features":[177]},{"name":"GP_NOGPOLISTCHANGES","features":[177]},{"name":"GP_NOMACHINEPOLICY","features":[177]},{"name":"GP_NOSLOWLINK","features":[177]},{"name":"GP_NOTIFYLINKTRANSITION","features":[177]},{"name":"GP_NOUSERPOLICY","features":[177]},{"name":"GP_PERUSERLOCALSETTINGS","features":[177]},{"name":"GP_PROCESSGROUPPOLICY","features":[177]},{"name":"GP_REQUIRESSUCCESSFULREGISTRY","features":[177]},{"name":"GROUP_POLICY_HINT_TYPE","features":[177]},{"name":"GROUP_POLICY_OBJECTA","features":[3,177]},{"name":"GROUP_POLICY_OBJECTW","features":[3,177]},{"name":"GROUP_POLICY_OBJECT_TYPE","features":[177]},{"name":"GROUP_POLICY_TRIGGER_EVENT_PROVIDER_GUID","features":[177]},{"name":"GenerateGPNotification","features":[3,177]},{"name":"GetAppliedGPOListA","features":[3,6,177]},{"name":"GetAppliedGPOListW","features":[3,6,177]},{"name":"GetGPOListA","features":[3,177]},{"name":"GetGPOListW","features":[3,177]},{"name":"GetLocalManagedApplicationData","features":[177]},{"name":"GetLocalManagedApplications","features":[3,177]},{"name":"GetManagedApplicationCategories","features":[177,111]},{"name":"GetManagedApplications","features":[3,177]},{"name":"IGPEInformation","features":[177]},{"name":"IGPM","features":[177]},{"name":"IGPM2","features":[177]},{"name":"IGPMAsyncCancel","features":[177]},{"name":"IGPMAsyncProgress","features":[177]},{"name":"IGPMBackup","features":[177]},{"name":"IGPMBackupCollection","features":[177]},{"name":"IGPMBackupDir","features":[177]},{"name":"IGPMBackupDirEx","features":[177]},{"name":"IGPMCSECollection","features":[177]},{"name":"IGPMClientSideExtension","features":[177]},{"name":"IGPMConstants","features":[177]},{"name":"IGPMConstants2","features":[177]},{"name":"IGPMDomain","features":[177]},{"name":"IGPMDomain2","features":[177]},{"name":"IGPMDomain3","features":[177]},{"name":"IGPMGPO","features":[177]},{"name":"IGPMGPO2","features":[177]},{"name":"IGPMGPO3","features":[177]},{"name":"IGPMGPOCollection","features":[177]},{"name":"IGPMGPOLink","features":[177]},{"name":"IGPMGPOLinksCollection","features":[177]},{"name":"IGPMMapEntry","features":[177]},{"name":"IGPMMapEntryCollection","features":[177]},{"name":"IGPMMigrationTable","features":[177]},{"name":"IGPMPermission","features":[177]},{"name":"IGPMRSOP","features":[177]},{"name":"IGPMResult","features":[177]},{"name":"IGPMSOM","features":[177]},{"name":"IGPMSOMCollection","features":[177]},{"name":"IGPMSearchCriteria","features":[177]},{"name":"IGPMSecurityInfo","features":[177]},{"name":"IGPMSitesContainer","features":[177]},{"name":"IGPMStarterGPO","features":[177]},{"name":"IGPMStarterGPOBackup","features":[177]},{"name":"IGPMStarterGPOBackupCollection","features":[177]},{"name":"IGPMStarterGPOCollection","features":[177]},{"name":"IGPMStatusMessage","features":[177]},{"name":"IGPMStatusMsgCollection","features":[177]},{"name":"IGPMTrustee","features":[177]},{"name":"IGPMWMIFilter","features":[177]},{"name":"IGPMWMIFilterCollection","features":[177]},{"name":"IGroupPolicyObject","features":[177]},{"name":"INSTALLDATA","features":[177]},{"name":"INSTALLSPEC","features":[177]},{"name":"INSTALLSPECTYPE","features":[177]},{"name":"IRSOPInformation","features":[177]},{"name":"ImportRSoPData","features":[177]},{"name":"InstallApplication","features":[177]},{"name":"LOCALMANAGEDAPPLICATION","features":[177]},{"name":"LOCALSTATE_ASSIGNED","features":[177]},{"name":"LOCALSTATE_ORPHANED","features":[177]},{"name":"LOCALSTATE_POLICYREMOVE_ORPHAN","features":[177]},{"name":"LOCALSTATE_POLICYREMOVE_UNINSTALL","features":[177]},{"name":"LOCALSTATE_PUBLISHED","features":[177]},{"name":"LOCALSTATE_UNINSTALLED","features":[177]},{"name":"LOCALSTATE_UNINSTALL_UNMANAGED","features":[177]},{"name":"LeaveCriticalPolicySection","features":[3,177]},{"name":"MACHINE_POLICY_PRESENT_TRIGGER_GUID","features":[177]},{"name":"MANAGEDAPPLICATION","features":[3,177]},{"name":"MANAGED_APPS_FROMCATEGORY","features":[177]},{"name":"MANAGED_APPS_INFOLEVEL_DEFAULT","features":[177]},{"name":"MANAGED_APPS_USERAPPLICATIONS","features":[177]},{"name":"MANAGED_APPTYPE_SETUPEXE","features":[177]},{"name":"MANAGED_APPTYPE_UNSUPPORTED","features":[177]},{"name":"MANAGED_APPTYPE_WINDOWSINSTALLER","features":[177]},{"name":"NODEID_Machine","features":[177]},{"name":"NODEID_MachineSWSettings","features":[177]},{"name":"NODEID_RSOPMachine","features":[177]},{"name":"NODEID_RSOPMachineSWSettings","features":[177]},{"name":"NODEID_RSOPUser","features":[177]},{"name":"NODEID_RSOPUserSWSettings","features":[177]},{"name":"NODEID_User","features":[177]},{"name":"NODEID_UserSWSettings","features":[177]},{"name":"PFNGENERATEGROUPPOLICY","features":[3,43,177]},{"name":"PFNPROCESSGROUPPOLICY","features":[3,177,51]},{"name":"PFNPROCESSGROUPPOLICYEX","features":[3,177,51]},{"name":"PFNSTATUSMESSAGECALLBACK","features":[3,177]},{"name":"PI_APPLYPOLICY","features":[177]},{"name":"PI_NOUI","features":[177]},{"name":"POLICYSETTINGSTATUSINFO","features":[3,177]},{"name":"PROGID","features":[177]},{"name":"PT_MANDATORY","features":[177]},{"name":"PT_ROAMING","features":[177]},{"name":"PT_ROAMING_PREEXISTING","features":[177]},{"name":"PT_TEMPORARY","features":[177]},{"name":"PUBLISHED","features":[177]},{"name":"ProcessGroupPolicyCompleted","features":[177]},{"name":"ProcessGroupPolicyCompletedEx","features":[177]},{"name":"REGISTRY_EXTENSION_GUID","features":[177]},{"name":"RP_FORCE","features":[177]},{"name":"RP_SYNC","features":[177]},{"name":"RSOPApplied","features":[177]},{"name":"RSOPFailed","features":[177]},{"name":"RSOPIgnored","features":[177]},{"name":"RSOPSubsettingFailed","features":[177]},{"name":"RSOPUnspecified","features":[177]},{"name":"RSOP_COMPUTER_ACCESS_DENIED","features":[177]},{"name":"RSOP_INFO_FLAG_DIAGNOSTIC_MODE","features":[177]},{"name":"RSOP_NO_COMPUTER","features":[177]},{"name":"RSOP_NO_USER","features":[177]},{"name":"RSOP_PLANNING_ASSUME_COMP_WQLFILTER_TRUE","features":[177]},{"name":"RSOP_PLANNING_ASSUME_LOOPBACK_MERGE","features":[177]},{"name":"RSOP_PLANNING_ASSUME_LOOPBACK_REPLACE","features":[177]},{"name":"RSOP_PLANNING_ASSUME_SLOW_LINK","features":[177]},{"name":"RSOP_PLANNING_ASSUME_USER_WQLFILTER_TRUE","features":[177]},{"name":"RSOP_TARGET","features":[3,43,177]},{"name":"RSOP_TEMPNAMESPACE_EXISTS","features":[177]},{"name":"RSOP_USER_ACCESS_DENIED","features":[177]},{"name":"RefreshPolicy","features":[3,177]},{"name":"RefreshPolicyEx","features":[3,177]},{"name":"RegisterGPNotification","features":[3,177]},{"name":"RsopAccessCheckByType","features":[3,6,177]},{"name":"RsopFileAccessCheck","features":[3,177]},{"name":"RsopResetPolicySettingStatus","features":[177]},{"name":"RsopSetPolicySettingStatus","features":[3,177]},{"name":"SETTINGSTATUS","features":[177]},{"name":"USER_POLICY_PRESENT_TRIGGER_GUID","features":[177]},{"name":"UninstallApplication","features":[177]},{"name":"UnregisterGPNotification","features":[3,177]},{"name":"backupMostRecent","features":[177]},{"name":"gpoComputerExtensions","features":[177]},{"name":"gpoDisplayName","features":[177]},{"name":"gpoDomain","features":[177]},{"name":"gpoEffectivePermissions","features":[177]},{"name":"gpoID","features":[177]},{"name":"gpoPermissions","features":[177]},{"name":"gpoUserExtensions","features":[177]},{"name":"gpoWMIFilter","features":[177]},{"name":"opContains","features":[177]},{"name":"opDestinationByRelativeName","features":[177]},{"name":"opDestinationNone","features":[177]},{"name":"opDestinationSameAsSource","features":[177]},{"name":"opDestinationSet","features":[177]},{"name":"opEquals","features":[177]},{"name":"opNotContains","features":[177]},{"name":"opNotEquals","features":[177]},{"name":"opReportComments","features":[177]},{"name":"opReportLegacy","features":[177]},{"name":"permGPOApply","features":[177]},{"name":"permGPOCustom","features":[177]},{"name":"permGPOEdit","features":[177]},{"name":"permGPOEditSecurityAndDelete","features":[177]},{"name":"permGPORead","features":[177]},{"name":"permSOMGPOCreate","features":[177]},{"name":"permSOMLink","features":[177]},{"name":"permSOMLogging","features":[177]},{"name":"permSOMPlanning","features":[177]},{"name":"permSOMStarterGPOCreate","features":[177]},{"name":"permSOMWMICreate","features":[177]},{"name":"permSOMWMIFullControl","features":[177]},{"name":"permStarterGPOCustom","features":[177]},{"name":"permStarterGPOEdit","features":[177]},{"name":"permStarterGPOFullControl","features":[177]},{"name":"permStarterGPORead","features":[177]},{"name":"permWMIFilterCustom","features":[177]},{"name":"permWMIFilterEdit","features":[177]},{"name":"permWMIFilterFullControl","features":[177]},{"name":"repClientHealthRefreshXML","features":[177]},{"name":"repClientHealthXML","features":[177]},{"name":"repHTML","features":[177]},{"name":"repInfraRefreshXML","features":[177]},{"name":"repInfraXML","features":[177]},{"name":"repXML","features":[177]},{"name":"rsopLogging","features":[177]},{"name":"rsopPlanning","features":[177]},{"name":"rsopUnknown","features":[177]},{"name":"somDomain","features":[177]},{"name":"somLinks","features":[177]},{"name":"somOU","features":[177]},{"name":"somSite","features":[177]},{"name":"starterGPODisplayName","features":[177]},{"name":"starterGPODomain","features":[177]},{"name":"starterGPOEffectivePermissions","features":[177]},{"name":"starterGPOID","features":[177]},{"name":"starterGPOPermissions","features":[177]},{"name":"typeComputer","features":[177]},{"name":"typeCustom","features":[177]},{"name":"typeGPO","features":[177]},{"name":"typeGlobalGroup","features":[177]},{"name":"typeLocalGroup","features":[177]},{"name":"typeStarterGPO","features":[177]},{"name":"typeSystem","features":[177]},{"name":"typeUNCPath","features":[177]},{"name":"typeUniversalGroup","features":[177]},{"name":"typeUnknown","features":[177]},{"name":"typeUser","features":[177]}],"570":[{"name":"HCS_CALLBACK","features":[178]}],"571":[{"name":"HCN_NOTIFICATIONS","features":[179]},{"name":"HCN_NOTIFICATION_CALLBACK","features":[179]},{"name":"HCN_PORT_ACCESS","features":[179]},{"name":"HCN_PORT_ACCESS_EXCLUSIVE","features":[179]},{"name":"HCN_PORT_ACCESS_SHARED","features":[179]},{"name":"HCN_PORT_PROTOCOL","features":[179]},{"name":"HCN_PORT_PROTOCOL_BOTH","features":[179]},{"name":"HCN_PORT_PROTOCOL_TCP","features":[179]},{"name":"HCN_PORT_PROTOCOL_UDP","features":[179]},{"name":"HCN_PORT_RANGE_ENTRY","features":[179]},{"name":"HCN_PORT_RANGE_RESERVATION","features":[179]},{"name":"HcnCloseEndpoint","features":[179]},{"name":"HcnCloseGuestNetworkService","features":[179]},{"name":"HcnCloseLoadBalancer","features":[179]},{"name":"HcnCloseNamespace","features":[179]},{"name":"HcnCloseNetwork","features":[179]},{"name":"HcnCreateEndpoint","features":[179]},{"name":"HcnCreateGuestNetworkService","features":[179]},{"name":"HcnCreateLoadBalancer","features":[179]},{"name":"HcnCreateNamespace","features":[179]},{"name":"HcnCreateNetwork","features":[179]},{"name":"HcnDeleteEndpoint","features":[179]},{"name":"HcnDeleteGuestNetworkService","features":[179]},{"name":"HcnDeleteLoadBalancer","features":[179]},{"name":"HcnDeleteNamespace","features":[179]},{"name":"HcnDeleteNetwork","features":[179]},{"name":"HcnEnumerateEndpoints","features":[179]},{"name":"HcnEnumerateGuestNetworkPortReservations","features":[179]},{"name":"HcnEnumerateLoadBalancers","features":[179]},{"name":"HcnEnumerateNamespaces","features":[179]},{"name":"HcnEnumerateNetworks","features":[179]},{"name":"HcnFreeGuestNetworkPortReservations","features":[179]},{"name":"HcnModifyEndpoint","features":[179]},{"name":"HcnModifyGuestNetworkService","features":[179]},{"name":"HcnModifyLoadBalancer","features":[179]},{"name":"HcnModifyNamespace","features":[179]},{"name":"HcnModifyNetwork","features":[179]},{"name":"HcnNotificationFlagsReserved","features":[179]},{"name":"HcnNotificationGuestNetworkServiceCreate","features":[179]},{"name":"HcnNotificationGuestNetworkServiceDelete","features":[179]},{"name":"HcnNotificationGuestNetworkServiceInterfaceStateChanged","features":[179]},{"name":"HcnNotificationGuestNetworkServiceStateChanged","features":[179]},{"name":"HcnNotificationInvalid","features":[179]},{"name":"HcnNotificationNamespaceCreate","features":[179]},{"name":"HcnNotificationNamespaceDelete","features":[179]},{"name":"HcnNotificationNetworkCreate","features":[179]},{"name":"HcnNotificationNetworkDelete","features":[179]},{"name":"HcnNotificationNetworkEndpointAttached","features":[179]},{"name":"HcnNotificationNetworkEndpointDetached","features":[179]},{"name":"HcnNotificationNetworkPreCreate","features":[179]},{"name":"HcnNotificationNetworkPreDelete","features":[179]},{"name":"HcnNotificationServiceDisconnect","features":[179]},{"name":"HcnOpenEndpoint","features":[179]},{"name":"HcnOpenLoadBalancer","features":[179]},{"name":"HcnOpenNamespace","features":[179]},{"name":"HcnOpenNetwork","features":[179]},{"name":"HcnQueryEndpointAddresses","features":[179]},{"name":"HcnQueryEndpointProperties","features":[179]},{"name":"HcnQueryEndpointStats","features":[179]},{"name":"HcnQueryLoadBalancerProperties","features":[179]},{"name":"HcnQueryNamespaceProperties","features":[179]},{"name":"HcnQueryNetworkProperties","features":[179]},{"name":"HcnRegisterGuestNetworkServiceCallback","features":[179]},{"name":"HcnRegisterServiceCallback","features":[179]},{"name":"HcnReleaseGuestNetworkServicePortReservationHandle","features":[3,179]},{"name":"HcnReserveGuestNetworkServicePort","features":[3,179]},{"name":"HcnReserveGuestNetworkServicePortRange","features":[3,179]},{"name":"HcnUnregisterGuestNetworkServiceCallback","features":[179]},{"name":"HcnUnregisterServiceCallback","features":[179]}],"572":[{"name":"HCS_CREATE_OPTIONS","features":[180]},{"name":"HCS_CREATE_OPTIONS_1","features":[3,6,180]},{"name":"HCS_EVENT","features":[180]},{"name":"HCS_EVENT_CALLBACK","features":[180]},{"name":"HCS_EVENT_OPTIONS","features":[180]},{"name":"HCS_EVENT_TYPE","features":[180]},{"name":"HCS_NOTIFICATIONS","features":[180]},{"name":"HCS_NOTIFICATION_CALLBACK","features":[180]},{"name":"HCS_NOTIFICATION_FLAGS","features":[180]},{"name":"HCS_OPERATION","features":[180]},{"name":"HCS_OPERATION_COMPLETION","features":[180]},{"name":"HCS_OPERATION_OPTIONS","features":[180]},{"name":"HCS_OPERATION_TYPE","features":[180]},{"name":"HCS_PROCESS","features":[180]},{"name":"HCS_PROCESS_INFORMATION","features":[3,180]},{"name":"HCS_RESOURCE_TYPE","features":[180]},{"name":"HCS_SYSTEM","features":[180]},{"name":"HcsAddResourceToOperation","features":[3,180]},{"name":"HcsAttachLayerStorageFilter","features":[180]},{"name":"HcsCancelOperation","features":[180]},{"name":"HcsCloseComputeSystem","features":[180]},{"name":"HcsCloseOperation","features":[180]},{"name":"HcsCloseProcess","features":[180]},{"name":"HcsCrashComputeSystem","features":[180]},{"name":"HcsCreateComputeSystem","features":[6,180]},{"name":"HcsCreateComputeSystemInNamespace","features":[180]},{"name":"HcsCreateEmptyGuestStateFile","features":[180]},{"name":"HcsCreateEmptyRuntimeStateFile","features":[180]},{"name":"HcsCreateOperation","features":[180]},{"name":"HcsCreateOperationWithNotifications","features":[180]},{"name":"HcsCreateOptions_1","features":[180]},{"name":"HcsCreateProcess","features":[6,180]},{"name":"HcsDestroyLayer","features":[180]},{"name":"HcsDetachLayerStorageFilter","features":[180]},{"name":"HcsEnumerateComputeSystems","features":[180]},{"name":"HcsEnumerateComputeSystemsInNamespace","features":[180]},{"name":"HcsEventGroupOperationInfo","features":[180]},{"name":"HcsEventGroupVmLifecycle","features":[180]},{"name":"HcsEventInvalid","features":[180]},{"name":"HcsEventOperationCallback","features":[180]},{"name":"HcsEventOptionEnableOperationCallbacks","features":[180]},{"name":"HcsEventOptionEnableVmLifecycle","features":[180]},{"name":"HcsEventOptionNone","features":[180]},{"name":"HcsEventProcessExited","features":[180]},{"name":"HcsEventServiceDisconnect","features":[180]},{"name":"HcsEventSystemCrashInitiated","features":[180]},{"name":"HcsEventSystemCrashReport","features":[180]},{"name":"HcsEventSystemExited","features":[180]},{"name":"HcsEventSystemGuestConnectionClosed","features":[180]},{"name":"HcsEventSystemRdpEnhancedModeStateChanged","features":[180]},{"name":"HcsEventSystemSiloJobCreated","features":[180]},{"name":"HcsExportLayer","features":[180]},{"name":"HcsExportLegacyWritableLayer","features":[180]},{"name":"HcsFormatWritableLayerVhd","features":[3,180]},{"name":"HcsGetComputeSystemFromOperation","features":[180]},{"name":"HcsGetComputeSystemProperties","features":[180]},{"name":"HcsGetLayerVhdMountPath","features":[3,180]},{"name":"HcsGetOperationContext","features":[180]},{"name":"HcsGetOperationId","features":[180]},{"name":"HcsGetOperationResult","features":[180]},{"name":"HcsGetOperationResultAndProcessInfo","features":[3,180]},{"name":"HcsGetOperationType","features":[180]},{"name":"HcsGetProcessFromOperation","features":[180]},{"name":"HcsGetProcessInfo","features":[180]},{"name":"HcsGetProcessProperties","features":[180]},{"name":"HcsGetProcessorCompatibilityFromSavedState","features":[180]},{"name":"HcsGetServiceProperties","features":[180]},{"name":"HcsGrantVmAccess","features":[180]},{"name":"HcsGrantVmGroupAccess","features":[180]},{"name":"HcsImportLayer","features":[180]},{"name":"HcsInitializeLegacyWritableLayer","features":[180]},{"name":"HcsInitializeWritableLayer","features":[180]},{"name":"HcsModifyComputeSystem","features":[3,180]},{"name":"HcsModifyProcess","features":[180]},{"name":"HcsModifyServiceSettings","features":[180]},{"name":"HcsNotificationFlagFailure","features":[180]},{"name":"HcsNotificationFlagSuccess","features":[180]},{"name":"HcsNotificationFlagsReserved","features":[180]},{"name":"HcsNotificationInvalid","features":[180]},{"name":"HcsNotificationOperationProgressUpdate","features":[180]},{"name":"HcsNotificationProcessExited","features":[180]},{"name":"HcsNotificationServiceDisconnect","features":[180]},{"name":"HcsNotificationSystemCrashInitiated","features":[180]},{"name":"HcsNotificationSystemCrashReport","features":[180]},{"name":"HcsNotificationSystemCreateCompleted","features":[180]},{"name":"HcsNotificationSystemExited","features":[180]},{"name":"HcsNotificationSystemGetPropertiesCompleted","features":[180]},{"name":"HcsNotificationSystemGuestConnectionClosed","features":[180]},{"name":"HcsNotificationSystemModifyCompleted","features":[180]},{"name":"HcsNotificationSystemOperationCompletion","features":[180]},{"name":"HcsNotificationSystemPassThru","features":[180]},{"name":"HcsNotificationSystemPauseCompleted","features":[180]},{"name":"HcsNotificationSystemRdpEnhancedModeStateChanged","features":[180]},{"name":"HcsNotificationSystemResumeCompleted","features":[180]},{"name":"HcsNotificationSystemSaveCompleted","features":[180]},{"name":"HcsNotificationSystemShutdownCompleted","features":[180]},{"name":"HcsNotificationSystemShutdownFailed","features":[180]},{"name":"HcsNotificationSystemSiloJobCreated","features":[180]},{"name":"HcsNotificationSystemStartCompleted","features":[180]},{"name":"HcsOpenComputeSystem","features":[180]},{"name":"HcsOpenComputeSystemInNamespace","features":[180]},{"name":"HcsOpenProcess","features":[180]},{"name":"HcsOperationOptionNone","features":[180]},{"name":"HcsOperationOptionProgressUpdate","features":[180]},{"name":"HcsOperationTypeCrash","features":[180]},{"name":"HcsOperationTypeCreate","features":[180]},{"name":"HcsOperationTypeCreateProcess","features":[180]},{"name":"HcsOperationTypeEnumerate","features":[180]},{"name":"HcsOperationTypeGetProcessInfo","features":[180]},{"name":"HcsOperationTypeGetProcessProperties","features":[180]},{"name":"HcsOperationTypeGetProperties","features":[180]},{"name":"HcsOperationTypeModify","features":[180]},{"name":"HcsOperationTypeModifyProcess","features":[180]},{"name":"HcsOperationTypeNone","features":[180]},{"name":"HcsOperationTypePause","features":[180]},{"name":"HcsOperationTypeResume","features":[180]},{"name":"HcsOperationTypeSave","features":[180]},{"name":"HcsOperationTypeShutdown","features":[180]},{"name":"HcsOperationTypeSignalProcess","features":[180]},{"name":"HcsOperationTypeStart","features":[180]},{"name":"HcsOperationTypeTerminate","features":[180]},{"name":"HcsPauseComputeSystem","features":[180]},{"name":"HcsResourceTypeFile","features":[180]},{"name":"HcsResourceTypeJob","features":[180]},{"name":"HcsResourceTypeNone","features":[180]},{"name":"HcsResumeComputeSystem","features":[180]},{"name":"HcsRevokeVmAccess","features":[180]},{"name":"HcsRevokeVmGroupAccess","features":[180]},{"name":"HcsSaveComputeSystem","features":[180]},{"name":"HcsSetComputeSystemCallback","features":[180]},{"name":"HcsSetOperationCallback","features":[180]},{"name":"HcsSetOperationContext","features":[180]},{"name":"HcsSetProcessCallback","features":[180]},{"name":"HcsSetupBaseOSLayer","features":[3,180]},{"name":"HcsSetupBaseOSVolume","features":[180]},{"name":"HcsShutDownComputeSystem","features":[180]},{"name":"HcsSignalProcess","features":[180]},{"name":"HcsStartComputeSystem","features":[180]},{"name":"HcsSubmitWerReport","features":[180]},{"name":"HcsTerminateComputeSystem","features":[180]},{"name":"HcsTerminateProcess","features":[180]},{"name":"HcsWaitForComputeSystemExit","features":[180]},{"name":"HcsWaitForOperationResult","features":[180]},{"name":"HcsWaitForOperationResultAndProcessInfo","features":[3,180]},{"name":"HcsWaitForProcessExit","features":[180]}],"573":[{"name":"ARM64_RegisterActlrEl1","features":[181]},{"name":"ARM64_RegisterAmairEl1","features":[181]},{"name":"ARM64_RegisterCntkctlEl1","features":[181]},{"name":"ARM64_RegisterCntvCtlEl0","features":[181]},{"name":"ARM64_RegisterCntvCvalEl0","features":[181]},{"name":"ARM64_RegisterContextIdrEl1","features":[181]},{"name":"ARM64_RegisterCpacrEl1","features":[181]},{"name":"ARM64_RegisterCpsr","features":[181]},{"name":"ARM64_RegisterCsselrEl1","features":[181]},{"name":"ARM64_RegisterElrEl1","features":[181]},{"name":"ARM64_RegisterEsrEl1","features":[181]},{"name":"ARM64_RegisterFarEl1","features":[181]},{"name":"ARM64_RegisterFpControl","features":[181]},{"name":"ARM64_RegisterFpStatus","features":[181]},{"name":"ARM64_RegisterMairEl1","features":[181]},{"name":"ARM64_RegisterMax","features":[181]},{"name":"ARM64_RegisterParEl1","features":[181]},{"name":"ARM64_RegisterPc","features":[181]},{"name":"ARM64_RegisterQ0","features":[181]},{"name":"ARM64_RegisterQ1","features":[181]},{"name":"ARM64_RegisterQ10","features":[181]},{"name":"ARM64_RegisterQ11","features":[181]},{"name":"ARM64_RegisterQ12","features":[181]},{"name":"ARM64_RegisterQ13","features":[181]},{"name":"ARM64_RegisterQ14","features":[181]},{"name":"ARM64_RegisterQ15","features":[181]},{"name":"ARM64_RegisterQ16","features":[181]},{"name":"ARM64_RegisterQ17","features":[181]},{"name":"ARM64_RegisterQ18","features":[181]},{"name":"ARM64_RegisterQ19","features":[181]},{"name":"ARM64_RegisterQ2","features":[181]},{"name":"ARM64_RegisterQ20","features":[181]},{"name":"ARM64_RegisterQ21","features":[181]},{"name":"ARM64_RegisterQ22","features":[181]},{"name":"ARM64_RegisterQ23","features":[181]},{"name":"ARM64_RegisterQ24","features":[181]},{"name":"ARM64_RegisterQ25","features":[181]},{"name":"ARM64_RegisterQ26","features":[181]},{"name":"ARM64_RegisterQ27","features":[181]},{"name":"ARM64_RegisterQ28","features":[181]},{"name":"ARM64_RegisterQ29","features":[181]},{"name":"ARM64_RegisterQ3","features":[181]},{"name":"ARM64_RegisterQ30","features":[181]},{"name":"ARM64_RegisterQ31","features":[181]},{"name":"ARM64_RegisterQ4","features":[181]},{"name":"ARM64_RegisterQ5","features":[181]},{"name":"ARM64_RegisterQ6","features":[181]},{"name":"ARM64_RegisterQ7","features":[181]},{"name":"ARM64_RegisterQ8","features":[181]},{"name":"ARM64_RegisterQ9","features":[181]},{"name":"ARM64_RegisterSctlrEl1","features":[181]},{"name":"ARM64_RegisterSpEl0","features":[181]},{"name":"ARM64_RegisterSpEl1","features":[181]},{"name":"ARM64_RegisterSpsrEl1","features":[181]},{"name":"ARM64_RegisterTcrEl1","features":[181]},{"name":"ARM64_RegisterTpidrEl0","features":[181]},{"name":"ARM64_RegisterTpidrEl1","features":[181]},{"name":"ARM64_RegisterTpidrroEl0","features":[181]},{"name":"ARM64_RegisterTtbr0El1","features":[181]},{"name":"ARM64_RegisterTtbr1El1","features":[181]},{"name":"ARM64_RegisterVbarEl1","features":[181]},{"name":"ARM64_RegisterX0","features":[181]},{"name":"ARM64_RegisterX1","features":[181]},{"name":"ARM64_RegisterX10","features":[181]},{"name":"ARM64_RegisterX11","features":[181]},{"name":"ARM64_RegisterX12","features":[181]},{"name":"ARM64_RegisterX13","features":[181]},{"name":"ARM64_RegisterX14","features":[181]},{"name":"ARM64_RegisterX15","features":[181]},{"name":"ARM64_RegisterX16","features":[181]},{"name":"ARM64_RegisterX17","features":[181]},{"name":"ARM64_RegisterX18","features":[181]},{"name":"ARM64_RegisterX19","features":[181]},{"name":"ARM64_RegisterX2","features":[181]},{"name":"ARM64_RegisterX20","features":[181]},{"name":"ARM64_RegisterX21","features":[181]},{"name":"ARM64_RegisterX22","features":[181]},{"name":"ARM64_RegisterX23","features":[181]},{"name":"ARM64_RegisterX24","features":[181]},{"name":"ARM64_RegisterX25","features":[181]},{"name":"ARM64_RegisterX26","features":[181]},{"name":"ARM64_RegisterX27","features":[181]},{"name":"ARM64_RegisterX28","features":[181]},{"name":"ARM64_RegisterX3","features":[181]},{"name":"ARM64_RegisterX4","features":[181]},{"name":"ARM64_RegisterX5","features":[181]},{"name":"ARM64_RegisterX6","features":[181]},{"name":"ARM64_RegisterX7","features":[181]},{"name":"ARM64_RegisterX8","features":[181]},{"name":"ARM64_RegisterX9","features":[181]},{"name":"ARM64_RegisterXFp","features":[181]},{"name":"ARM64_RegisterXLr","features":[181]},{"name":"ApplyGuestMemoryFix","features":[181]},{"name":"ApplyPendingSavedStateFileReplayLog","features":[181]},{"name":"Arch_Armv8","features":[181]},{"name":"Arch_Unknown","features":[181]},{"name":"Arch_x64","features":[181]},{"name":"Arch_x86","features":[181]},{"name":"CallStackUnwind","features":[181]},{"name":"DOS_IMAGE_INFO","features":[181]},{"name":"FOUND_IMAGE_CALLBACK","features":[3,181]},{"name":"FindSavedStateSymbolFieldInType","features":[3,181]},{"name":"ForceActiveVirtualTrustLevel","features":[181]},{"name":"ForceArchitecture","features":[181]},{"name":"ForceNestedHostMode","features":[3,181]},{"name":"ForcePagingMode","features":[181]},{"name":"GPA_MEMORY_CHUNK","features":[181]},{"name":"GUEST_OS_INFO","features":[181]},{"name":"GUEST_OS_MICROSOFT_IDS","features":[181]},{"name":"GUEST_OS_OPENSOURCE_IDS","features":[181]},{"name":"GUEST_OS_VENDOR","features":[181]},{"name":"GUEST_SYMBOLS_PROVIDER_DEBUG_INFO_CALLBACK","features":[181]},{"name":"GUID_DEVINTERFACE_VM_GENCOUNTER","features":[181]},{"name":"GetActiveVirtualTrustLevel","features":[181]},{"name":"GetArchitecture","features":[181]},{"name":"GetEnabledVirtualTrustLevels","features":[181]},{"name":"GetGuestEnabledVirtualTrustLevels","features":[181]},{"name":"GetGuestOsInfo","features":[181]},{"name":"GetGuestPhysicalMemoryChunks","features":[181]},{"name":"GetGuestRawSavedMemorySize","features":[181]},{"name":"GetMemoryBlockCacheLimit","features":[181]},{"name":"GetNestedVirtualizationMode","features":[3,181]},{"name":"GetPagingMode","features":[181]},{"name":"GetRegisterValue","features":[181]},{"name":"GetSavedStateSymbolFieldInfo","features":[181]},{"name":"GetSavedStateSymbolProviderHandle","features":[3,181]},{"name":"GetSavedStateSymbolTypeSize","features":[181]},{"name":"GetVpCount","features":[181]},{"name":"GuestOsMicrosoftMSDOS","features":[181]},{"name":"GuestOsMicrosoftUndefined","features":[181]},{"name":"GuestOsMicrosoftWindows3x","features":[181]},{"name":"GuestOsMicrosoftWindows9x","features":[181]},{"name":"GuestOsMicrosoftWindowsCE","features":[181]},{"name":"GuestOsMicrosoftWindowsNT","features":[181]},{"name":"GuestOsOpenSourceFreeBSD","features":[181]},{"name":"GuestOsOpenSourceIllumos","features":[181]},{"name":"GuestOsOpenSourceLinux","features":[181]},{"name":"GuestOsOpenSourceUndefined","features":[181]},{"name":"GuestOsOpenSourceXen","features":[181]},{"name":"GuestOsVendorHPE","features":[181]},{"name":"GuestOsVendorLANCOM","features":[181]},{"name":"GuestOsVendorMicrosoft","features":[181]},{"name":"GuestOsVendorUndefined","features":[181]},{"name":"GuestPhysicalAddressToRawSavedMemoryOffset","features":[181]},{"name":"GuestVirtualAddressToPhysicalAddress","features":[181]},{"name":"HDV_DEVICE_HOST_FLAGS","features":[181]},{"name":"HDV_DEVICE_TYPE","features":[181]},{"name":"HDV_DOORBELL_FLAGS","features":[181]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_ANY_VALUE","features":[181]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_ANY","features":[181]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_BYTE","features":[181]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_DWORD","features":[181]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_QWORD","features":[181]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_WORD","features":[181]},{"name":"HDV_MMIO_MAPPING_FLAGS","features":[181]},{"name":"HDV_PCI_BAR0","features":[181]},{"name":"HDV_PCI_BAR1","features":[181]},{"name":"HDV_PCI_BAR2","features":[181]},{"name":"HDV_PCI_BAR3","features":[181]},{"name":"HDV_PCI_BAR4","features":[181]},{"name":"HDV_PCI_BAR5","features":[181]},{"name":"HDV_PCI_BAR_COUNT","features":[181]},{"name":"HDV_PCI_BAR_SELECTOR","features":[181]},{"name":"HDV_PCI_DEVICE_GET_DETAILS","features":[181]},{"name":"HDV_PCI_DEVICE_INITIALIZE","features":[181]},{"name":"HDV_PCI_DEVICE_INTERFACE","features":[181]},{"name":"HDV_PCI_DEVICE_SET_CONFIGURATION","features":[181]},{"name":"HDV_PCI_DEVICE_START","features":[181]},{"name":"HDV_PCI_DEVICE_STOP","features":[181]},{"name":"HDV_PCI_DEVICE_TEARDOWN","features":[181]},{"name":"HDV_PCI_INTERFACE_VERSION","features":[181]},{"name":"HDV_PCI_PNP_ID","features":[181]},{"name":"HDV_PCI_READ_CONFIG_SPACE","features":[181]},{"name":"HDV_PCI_READ_INTERCEPTED_MEMORY","features":[181]},{"name":"HDV_PCI_WRITE_CONFIG_SPACE","features":[181]},{"name":"HDV_PCI_WRITE_INTERCEPTED_MEMORY","features":[181]},{"name":"HVSOCKET_ADDRESS_FLAG_PASSTHRU","features":[181]},{"name":"HVSOCKET_ADDRESS_INFO","features":[181]},{"name":"HVSOCKET_CONNECTED_SUSPEND","features":[181]},{"name":"HVSOCKET_CONNECT_TIMEOUT","features":[181]},{"name":"HVSOCKET_CONNECT_TIMEOUT_MAX","features":[181]},{"name":"HVSOCKET_HIGH_VTL","features":[181]},{"name":"HV_GUID_BROADCAST","features":[181]},{"name":"HV_GUID_CHILDREN","features":[181]},{"name":"HV_GUID_LOOPBACK","features":[181]},{"name":"HV_GUID_PARENT","features":[181]},{"name":"HV_GUID_SILOHOST","features":[181]},{"name":"HV_GUID_VSOCK_TEMPLATE","features":[181]},{"name":"HV_GUID_ZERO","features":[181]},{"name":"HV_PROTOCOL_RAW","features":[181]},{"name":"HdvCreateDeviceInstance","features":[181]},{"name":"HdvCreateGuestMemoryAperture","features":[3,181]},{"name":"HdvCreateSectionBackedMmioRange","features":[3,181]},{"name":"HdvDeliverGuestInterrupt","features":[181]},{"name":"HdvDestroyGuestMemoryAperture","features":[181]},{"name":"HdvDestroySectionBackedMmioRange","features":[181]},{"name":"HdvDeviceHostFlagInitializeComSecurity","features":[181]},{"name":"HdvDeviceHostFlagNone","features":[181]},{"name":"HdvDeviceTypePCI","features":[181]},{"name":"HdvDeviceTypeUndefined","features":[181]},{"name":"HdvInitializeDeviceHost","features":[180,181]},{"name":"HdvInitializeDeviceHostEx","features":[180,181]},{"name":"HdvMmioMappingFlagExecutable","features":[181]},{"name":"HdvMmioMappingFlagNone","features":[181]},{"name":"HdvMmioMappingFlagWriteable","features":[181]},{"name":"HdvPciDeviceInterfaceVersion1","features":[181]},{"name":"HdvPciDeviceInterfaceVersionInvalid","features":[181]},{"name":"HdvReadGuestMemory","features":[181]},{"name":"HdvRegisterDoorbell","features":[3,181]},{"name":"HdvTeardownDeviceHost","features":[181]},{"name":"HdvUnregisterDoorbell","features":[181]},{"name":"HdvWriteGuestMemory","features":[181]},{"name":"IOCTL_VMGENCOUNTER_READ","features":[181]},{"name":"InKernelSpace","features":[3,181]},{"name":"IsActiveVirtualTrustLevelEnabled","features":[3,181]},{"name":"IsNestedVirtualizationEnabled","features":[3,181]},{"name":"LoadSavedStateFile","features":[181]},{"name":"LoadSavedStateFiles","features":[181]},{"name":"LoadSavedStateModuleSymbols","features":[181]},{"name":"LoadSavedStateModuleSymbolsEx","features":[181]},{"name":"LoadSavedStateSymbolProvider","features":[3,181]},{"name":"LocateSavedStateFiles","features":[181]},{"name":"MODULE_INFO","features":[181]},{"name":"PAGING_MODE","features":[181]},{"name":"Paging_32Bit","features":[181]},{"name":"Paging_Armv8","features":[181]},{"name":"Paging_Invalid","features":[181]},{"name":"Paging_Long","features":[181]},{"name":"Paging_NonPaged","features":[181]},{"name":"Paging_Pae","features":[181]},{"name":"ProcessorVendor_Amd","features":[181]},{"name":"ProcessorVendor_Arm","features":[181]},{"name":"ProcessorVendor_Hygon","features":[181]},{"name":"ProcessorVendor_Intel","features":[181]},{"name":"ProcessorVendor_Unknown","features":[181]},{"name":"REGISTER_ID","features":[181]},{"name":"ReadGuestPhysicalAddress","features":[181]},{"name":"ReadGuestRawSavedMemory","features":[181]},{"name":"ReadSavedStateGlobalVariable","features":[181]},{"name":"ReleaseSavedStateFiles","features":[181]},{"name":"ReleaseSavedStateSymbolProvider","features":[181]},{"name":"ResolveSavedStateGlobalVariableAddress","features":[181]},{"name":"SOCKADDR_HV","features":[17,181]},{"name":"ScanMemoryForDosImages","features":[3,181]},{"name":"SetMemoryBlockCacheLimit","features":[181]},{"name":"SetSavedStateSymbolProviderDebugInfoCallback","features":[181]},{"name":"VIRTUAL_PROCESSOR_ARCH","features":[181]},{"name":"VIRTUAL_PROCESSOR_REGISTER","features":[181]},{"name":"VIRTUAL_PROCESSOR_VENDOR","features":[181]},{"name":"VM_GENCOUNTER","features":[181]},{"name":"VM_GENCOUNTER_SYMBOLIC_LINK_NAME","features":[181]},{"name":"WHV_ACCESS_GPA_CONTROLS","features":[181]},{"name":"WHV_ADVISE_GPA_RANGE","features":[181]},{"name":"WHV_ADVISE_GPA_RANGE_CODE","features":[181]},{"name":"WHV_ADVISE_GPA_RANGE_POPULATE","features":[181]},{"name":"WHV_ADVISE_GPA_RANGE_POPULATE_FLAGS","features":[181]},{"name":"WHV_ALLOCATE_VPCI_RESOURCE_FLAGS","features":[181]},{"name":"WHV_ANY_VP","features":[181]},{"name":"WHV_CACHE_TYPE","features":[181]},{"name":"WHV_CAPABILITY","features":[3,181]},{"name":"WHV_CAPABILITY_CODE","features":[181]},{"name":"WHV_CAPABILITY_FEATURES","features":[181]},{"name":"WHV_CAPABILITY_PROCESSOR_FREQUENCY_CAP","features":[181]},{"name":"WHV_CPUID_OUTPUT","features":[181]},{"name":"WHV_CREATE_VPCI_DEVICE_FLAGS","features":[181]},{"name":"WHV_DOORBELL_MATCH_DATA","features":[181]},{"name":"WHV_EMULATOR_CALLBACKS","features":[181]},{"name":"WHV_EMULATOR_GET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK","features":[181]},{"name":"WHV_EMULATOR_IO_ACCESS_INFO","features":[181]},{"name":"WHV_EMULATOR_IO_PORT_CALLBACK","features":[181]},{"name":"WHV_EMULATOR_MEMORY_ACCESS_INFO","features":[181]},{"name":"WHV_EMULATOR_MEMORY_CALLBACK","features":[181]},{"name":"WHV_EMULATOR_SET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK","features":[181]},{"name":"WHV_EMULATOR_STATUS","features":[181]},{"name":"WHV_EMULATOR_TRANSLATE_GVA_PAGE_CALLBACK","features":[181]},{"name":"WHV_EXCEPTION_TYPE","features":[181]},{"name":"WHV_EXTENDED_VM_EXITS","features":[181]},{"name":"WHV_HYPERCALL_CONTEXT","features":[181]},{"name":"WHV_HYPERCALL_CONTEXT_MAX_XMM_REGISTERS","features":[181]},{"name":"WHV_INTERNAL_ACTIVITY_REGISTER","features":[181]},{"name":"WHV_INTERRUPT_CONTROL","features":[181]},{"name":"WHV_INTERRUPT_DESTINATION_MODE","features":[181]},{"name":"WHV_INTERRUPT_TRIGGER_MODE","features":[181]},{"name":"WHV_INTERRUPT_TYPE","features":[181]},{"name":"WHV_MAP_GPA_RANGE_FLAGS","features":[181]},{"name":"WHV_MAX_DEVICE_ID_SIZE_IN_CHARS","features":[181]},{"name":"WHV_MEMORY_ACCESS_CONTEXT","features":[181]},{"name":"WHV_MEMORY_ACCESS_INFO","features":[181]},{"name":"WHV_MEMORY_ACCESS_TYPE","features":[181]},{"name":"WHV_MEMORY_RANGE_ENTRY","features":[181]},{"name":"WHV_MSR_ACTION","features":[181]},{"name":"WHV_MSR_ACTION_ENTRY","features":[181]},{"name":"WHV_NOTIFICATION_PORT_PARAMETERS","features":[181]},{"name":"WHV_NOTIFICATION_PORT_PROPERTY_CODE","features":[181]},{"name":"WHV_NOTIFICATION_PORT_TYPE","features":[181]},{"name":"WHV_PARTITION_COUNTER_SET","features":[181]},{"name":"WHV_PARTITION_HANDLE","features":[181]},{"name":"WHV_PARTITION_MEMORY_COUNTERS","features":[181]},{"name":"WHV_PARTITION_PROPERTY","features":[3,181]},{"name":"WHV_PARTITION_PROPERTY_CODE","features":[181]},{"name":"WHV_PROCESSOR_APIC_COUNTERS","features":[181]},{"name":"WHV_PROCESSOR_COUNTER_SET","features":[181]},{"name":"WHV_PROCESSOR_EVENT_COUNTERS","features":[181]},{"name":"WHV_PROCESSOR_FEATURES","features":[181]},{"name":"WHV_PROCESSOR_FEATURES1","features":[181]},{"name":"WHV_PROCESSOR_FEATURES_BANKS","features":[181]},{"name":"WHV_PROCESSOR_FEATURES_BANKS_COUNT","features":[181]},{"name":"WHV_PROCESSOR_INTERCEPT_COUNTER","features":[181]},{"name":"WHV_PROCESSOR_INTERCEPT_COUNTERS","features":[181]},{"name":"WHV_PROCESSOR_PERFMON_FEATURES","features":[181]},{"name":"WHV_PROCESSOR_RUNTIME_COUNTERS","features":[181]},{"name":"WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS","features":[181]},{"name":"WHV_PROCESSOR_VENDOR","features":[181]},{"name":"WHV_PROCESSOR_XSAVE_FEATURES","features":[181]},{"name":"WHV_READ_WRITE_GPA_RANGE_MAX_SIZE","features":[181]},{"name":"WHV_REGISTER_NAME","features":[181]},{"name":"WHV_REGISTER_VALUE","features":[181]},{"name":"WHV_RUN_VP_CANCELED_CONTEXT","features":[181]},{"name":"WHV_RUN_VP_CANCEL_REASON","features":[181]},{"name":"WHV_RUN_VP_EXIT_CONTEXT","features":[181]},{"name":"WHV_RUN_VP_EXIT_REASON","features":[181]},{"name":"WHV_SCHEDULER_FEATURES","features":[181]},{"name":"WHV_SRIOV_RESOURCE_DESCRIPTOR","features":[3,181]},{"name":"WHV_SYNIC_EVENT_PARAMETERS","features":[181]},{"name":"WHV_SYNIC_MESSAGE_SIZE","features":[181]},{"name":"WHV_SYNIC_SINT_DELIVERABLE_CONTEXT","features":[181]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES","features":[181]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKS","features":[181]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKS_COUNT","features":[181]},{"name":"WHV_TRANSLATE_GVA_FLAGS","features":[181]},{"name":"WHV_TRANSLATE_GVA_RESULT","features":[181]},{"name":"WHV_TRANSLATE_GVA_RESULT_CODE","features":[181]},{"name":"WHV_TRIGGER_PARAMETERS","features":[181]},{"name":"WHV_TRIGGER_TYPE","features":[181]},{"name":"WHV_UINT128","features":[181]},{"name":"WHV_VIRTUAL_PROCESSOR_PROPERTY","features":[181]},{"name":"WHV_VIRTUAL_PROCESSOR_PROPERTY_CODE","features":[181]},{"name":"WHV_VIRTUAL_PROCESSOR_STATE_TYPE","features":[181]},{"name":"WHV_VPCI_DEVICE_NOTIFICATION","features":[181]},{"name":"WHV_VPCI_DEVICE_NOTIFICATION_TYPE","features":[181]},{"name":"WHV_VPCI_DEVICE_PROPERTY_CODE","features":[181]},{"name":"WHV_VPCI_DEVICE_REGISTER","features":[181]},{"name":"WHV_VPCI_DEVICE_REGISTER_SPACE","features":[181]},{"name":"WHV_VPCI_HARDWARE_IDS","features":[181]},{"name":"WHV_VPCI_INTERRUPT_TARGET","features":[181]},{"name":"WHV_VPCI_INTERRUPT_TARGET_FLAGS","features":[181]},{"name":"WHV_VPCI_MMIO_MAPPING","features":[181]},{"name":"WHV_VPCI_MMIO_RANGE_FLAGS","features":[181]},{"name":"WHV_VPCI_PROBED_BARS","features":[181]},{"name":"WHV_VPCI_TYPE0_BAR_COUNT","features":[181]},{"name":"WHV_VP_EXCEPTION_CONTEXT","features":[181]},{"name":"WHV_VP_EXCEPTION_INFO","features":[181]},{"name":"WHV_VP_EXIT_CONTEXT","features":[181]},{"name":"WHV_X64_APIC_EOI_CONTEXT","features":[181]},{"name":"WHV_X64_APIC_INIT_SIPI_CONTEXT","features":[181]},{"name":"WHV_X64_APIC_SMI_CONTEXT","features":[181]},{"name":"WHV_X64_APIC_WRITE_CONTEXT","features":[181]},{"name":"WHV_X64_APIC_WRITE_TYPE","features":[181]},{"name":"WHV_X64_CPUID_ACCESS_CONTEXT","features":[181]},{"name":"WHV_X64_CPUID_RESULT","features":[181]},{"name":"WHV_X64_CPUID_RESULT2","features":[181]},{"name":"WHV_X64_CPUID_RESULT2_FLAGS","features":[181]},{"name":"WHV_X64_DELIVERABILITY_NOTIFICATIONS_REGISTER","features":[181]},{"name":"WHV_X64_FP_CONTROL_STATUS_REGISTER","features":[181]},{"name":"WHV_X64_FP_REGISTER","features":[181]},{"name":"WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT","features":[181]},{"name":"WHV_X64_INTERRUPT_STATE_REGISTER","features":[181]},{"name":"WHV_X64_IO_PORT_ACCESS_CONTEXT","features":[181]},{"name":"WHV_X64_IO_PORT_ACCESS_INFO","features":[181]},{"name":"WHV_X64_LOCAL_APIC_EMULATION_MODE","features":[181]},{"name":"WHV_X64_MSR_ACCESS_CONTEXT","features":[181]},{"name":"WHV_X64_MSR_ACCESS_INFO","features":[181]},{"name":"WHV_X64_MSR_EXIT_BITMAP","features":[181]},{"name":"WHV_X64_PENDING_DEBUG_EXCEPTION","features":[181]},{"name":"WHV_X64_PENDING_EVENT_TYPE","features":[181]},{"name":"WHV_X64_PENDING_EXCEPTION_EVENT","features":[181]},{"name":"WHV_X64_PENDING_EXT_INT_EVENT","features":[181]},{"name":"WHV_X64_PENDING_INTERRUPTION_REGISTER","features":[181]},{"name":"WHV_X64_PENDING_INTERRUPTION_TYPE","features":[181]},{"name":"WHV_X64_RDTSC_CONTEXT","features":[181]},{"name":"WHV_X64_RDTSC_INFO","features":[181]},{"name":"WHV_X64_SEGMENT_REGISTER","features":[181]},{"name":"WHV_X64_TABLE_REGISTER","features":[181]},{"name":"WHV_X64_UNSUPPORTED_FEATURE_CODE","features":[181]},{"name":"WHV_X64_UNSUPPORTED_FEATURE_CONTEXT","features":[181]},{"name":"WHV_X64_VP_EXECUTION_STATE","features":[181]},{"name":"WHV_X64_XMM_CONTROL_STATUS_REGISTER","features":[181]},{"name":"WHvAcceptPartitionMigration","features":[3,181]},{"name":"WHvAdviseGpaRange","features":[181]},{"name":"WHvAdviseGpaRangeCodePin","features":[181]},{"name":"WHvAdviseGpaRangeCodePopulate","features":[181]},{"name":"WHvAdviseGpaRangeCodeUnpin","features":[181]},{"name":"WHvAllocateVpciResource","features":[3,181]},{"name":"WHvAllocateVpciResourceFlagAllowDirectP2P","features":[181]},{"name":"WHvAllocateVpciResourceFlagNone","features":[181]},{"name":"WHvCacheTypeUncached","features":[181]},{"name":"WHvCacheTypeWriteBack","features":[181]},{"name":"WHvCacheTypeWriteCombining","features":[181]},{"name":"WHvCacheTypeWriteThrough","features":[181]},{"name":"WHvCancelPartitionMigration","features":[181]},{"name":"WHvCancelRunVirtualProcessor","features":[181]},{"name":"WHvCapabilityCodeExceptionExitBitmap","features":[181]},{"name":"WHvCapabilityCodeExtendedVmExits","features":[181]},{"name":"WHvCapabilityCodeFeatures","features":[181]},{"name":"WHvCapabilityCodeGpaRangePopulateFlags","features":[181]},{"name":"WHvCapabilityCodeHypervisorPresent","features":[181]},{"name":"WHvCapabilityCodeInterruptClockFrequency","features":[181]},{"name":"WHvCapabilityCodeProcessorClFlushSize","features":[181]},{"name":"WHvCapabilityCodeProcessorClockFrequency","features":[181]},{"name":"WHvCapabilityCodeProcessorFeatures","features":[181]},{"name":"WHvCapabilityCodeProcessorFeaturesBanks","features":[181]},{"name":"WHvCapabilityCodeProcessorFrequencyCap","features":[181]},{"name":"WHvCapabilityCodeProcessorPerfmonFeatures","features":[181]},{"name":"WHvCapabilityCodeProcessorVendor","features":[181]},{"name":"WHvCapabilityCodeProcessorXsaveFeatures","features":[181]},{"name":"WHvCapabilityCodeSchedulerFeatures","features":[181]},{"name":"WHvCapabilityCodeSyntheticProcessorFeaturesBanks","features":[181]},{"name":"WHvCapabilityCodeX64MsrExitBitmap","features":[181]},{"name":"WHvCompletePartitionMigration","features":[181]},{"name":"WHvCreateNotificationPort","features":[3,181]},{"name":"WHvCreatePartition","features":[181]},{"name":"WHvCreateTrigger","features":[3,181]},{"name":"WHvCreateVirtualProcessor","features":[181]},{"name":"WHvCreateVirtualProcessor2","features":[181]},{"name":"WHvCreateVpciDevice","features":[3,181]},{"name":"WHvCreateVpciDeviceFlagNone","features":[181]},{"name":"WHvCreateVpciDeviceFlagPhysicallyBacked","features":[181]},{"name":"WHvCreateVpciDeviceFlagUseLogicalInterrupts","features":[181]},{"name":"WHvDeleteNotificationPort","features":[181]},{"name":"WHvDeletePartition","features":[181]},{"name":"WHvDeleteTrigger","features":[181]},{"name":"WHvDeleteVirtualProcessor","features":[181]},{"name":"WHvDeleteVpciDevice","features":[181]},{"name":"WHvEmulatorCreateEmulator","features":[181]},{"name":"WHvEmulatorDestroyEmulator","features":[181]},{"name":"WHvEmulatorTryIoEmulation","features":[181]},{"name":"WHvEmulatorTryMmioEmulation","features":[181]},{"name":"WHvGetCapability","features":[181]},{"name":"WHvGetInterruptTargetVpSet","features":[181]},{"name":"WHvGetPartitionCounters","features":[181]},{"name":"WHvGetPartitionProperty","features":[181]},{"name":"WHvGetVirtualProcessorCounters","features":[181]},{"name":"WHvGetVirtualProcessorCpuidOutput","features":[181]},{"name":"WHvGetVirtualProcessorInterruptControllerState","features":[181]},{"name":"WHvGetVirtualProcessorInterruptControllerState2","features":[181]},{"name":"WHvGetVirtualProcessorRegisters","features":[181]},{"name":"WHvGetVirtualProcessorState","features":[181]},{"name":"WHvGetVirtualProcessorXsaveState","features":[181]},{"name":"WHvGetVpciDeviceInterruptTarget","features":[181]},{"name":"WHvGetVpciDeviceNotification","features":[181]},{"name":"WHvGetVpciDeviceProperty","features":[181]},{"name":"WHvMapGpaRange","features":[181]},{"name":"WHvMapGpaRange2","features":[3,181]},{"name":"WHvMapGpaRangeFlagExecute","features":[181]},{"name":"WHvMapGpaRangeFlagNone","features":[181]},{"name":"WHvMapGpaRangeFlagRead","features":[181]},{"name":"WHvMapGpaRangeFlagTrackDirtyPages","features":[181]},{"name":"WHvMapGpaRangeFlagWrite","features":[181]},{"name":"WHvMapVpciDeviceInterrupt","features":[181]},{"name":"WHvMapVpciDeviceMmioRanges","features":[181]},{"name":"WHvMemoryAccessExecute","features":[181]},{"name":"WHvMemoryAccessRead","features":[181]},{"name":"WHvMemoryAccessWrite","features":[181]},{"name":"WHvMsrActionArchitectureDefault","features":[181]},{"name":"WHvMsrActionExit","features":[181]},{"name":"WHvMsrActionIgnoreWriteReadZero","features":[181]},{"name":"WHvNotificationPortPropertyPreferredTargetDuration","features":[181]},{"name":"WHvNotificationPortPropertyPreferredTargetVp","features":[181]},{"name":"WHvNotificationPortTypeDoorbell","features":[181]},{"name":"WHvNotificationPortTypeEvent","features":[181]},{"name":"WHvPartitionCounterSetMemory","features":[181]},{"name":"WHvPartitionPropertyCodeAllowDeviceAssignment","features":[181]},{"name":"WHvPartitionPropertyCodeApicRemoteReadSupport","features":[181]},{"name":"WHvPartitionPropertyCodeCpuCap","features":[181]},{"name":"WHvPartitionPropertyCodeCpuGroupId","features":[181]},{"name":"WHvPartitionPropertyCodeCpuReserve","features":[181]},{"name":"WHvPartitionPropertyCodeCpuWeight","features":[181]},{"name":"WHvPartitionPropertyCodeCpuidExitList","features":[181]},{"name":"WHvPartitionPropertyCodeCpuidResultList","features":[181]},{"name":"WHvPartitionPropertyCodeCpuidResultList2","features":[181]},{"name":"WHvPartitionPropertyCodeDisableSmt","features":[181]},{"name":"WHvPartitionPropertyCodeExceptionExitBitmap","features":[181]},{"name":"WHvPartitionPropertyCodeExtendedVmExits","features":[181]},{"name":"WHvPartitionPropertyCodeInterruptClockFrequency","features":[181]},{"name":"WHvPartitionPropertyCodeLocalApicEmulationMode","features":[181]},{"name":"WHvPartitionPropertyCodeMsrActionList","features":[181]},{"name":"WHvPartitionPropertyCodeNestedVirtualization","features":[181]},{"name":"WHvPartitionPropertyCodePrimaryNumaNode","features":[181]},{"name":"WHvPartitionPropertyCodeProcessorClFlushSize","features":[181]},{"name":"WHvPartitionPropertyCodeProcessorClockFrequency","features":[181]},{"name":"WHvPartitionPropertyCodeProcessorCount","features":[181]},{"name":"WHvPartitionPropertyCodeProcessorFeatures","features":[181]},{"name":"WHvPartitionPropertyCodeProcessorFeaturesBanks","features":[181]},{"name":"WHvPartitionPropertyCodeProcessorFrequencyCap","features":[181]},{"name":"WHvPartitionPropertyCodeProcessorPerfmonFeatures","features":[181]},{"name":"WHvPartitionPropertyCodeProcessorXsaveFeatures","features":[181]},{"name":"WHvPartitionPropertyCodeReferenceTime","features":[181]},{"name":"WHvPartitionPropertyCodeSeparateSecurityDomain","features":[181]},{"name":"WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks","features":[181]},{"name":"WHvPartitionPropertyCodeUnimplementedMsrAction","features":[181]},{"name":"WHvPartitionPropertyCodeX64MsrExitBitmap","features":[181]},{"name":"WHvPostVirtualProcessorSynicMessage","features":[181]},{"name":"WHvProcessorCounterSetApic","features":[181]},{"name":"WHvProcessorCounterSetEvents","features":[181]},{"name":"WHvProcessorCounterSetIntercepts","features":[181]},{"name":"WHvProcessorCounterSetRuntime","features":[181]},{"name":"WHvProcessorCounterSetSyntheticFeatures","features":[181]},{"name":"WHvProcessorVendorAmd","features":[181]},{"name":"WHvProcessorVendorHygon","features":[181]},{"name":"WHvProcessorVendorIntel","features":[181]},{"name":"WHvQueryGpaRangeDirtyBitmap","features":[181]},{"name":"WHvReadGpaRange","features":[181]},{"name":"WHvReadVpciDeviceRegister","features":[181]},{"name":"WHvRegisterEom","features":[181]},{"name":"WHvRegisterGuestOsId","features":[181]},{"name":"WHvRegisterInternalActivityState","features":[181]},{"name":"WHvRegisterInterruptState","features":[181]},{"name":"WHvRegisterPartitionDoorbellEvent","features":[3,181]},{"name":"WHvRegisterPendingEvent","features":[181]},{"name":"WHvRegisterPendingInterruption","features":[181]},{"name":"WHvRegisterReferenceTsc","features":[181]},{"name":"WHvRegisterReferenceTscSequence","features":[181]},{"name":"WHvRegisterScontrol","features":[181]},{"name":"WHvRegisterSiefp","features":[181]},{"name":"WHvRegisterSimp","features":[181]},{"name":"WHvRegisterSint0","features":[181]},{"name":"WHvRegisterSint1","features":[181]},{"name":"WHvRegisterSint10","features":[181]},{"name":"WHvRegisterSint11","features":[181]},{"name":"WHvRegisterSint12","features":[181]},{"name":"WHvRegisterSint13","features":[181]},{"name":"WHvRegisterSint14","features":[181]},{"name":"WHvRegisterSint15","features":[181]},{"name":"WHvRegisterSint2","features":[181]},{"name":"WHvRegisterSint3","features":[181]},{"name":"WHvRegisterSint4","features":[181]},{"name":"WHvRegisterSint5","features":[181]},{"name":"WHvRegisterSint6","features":[181]},{"name":"WHvRegisterSint7","features":[181]},{"name":"WHvRegisterSint8","features":[181]},{"name":"WHvRegisterSint9","features":[181]},{"name":"WHvRegisterSversion","features":[181]},{"name":"WHvRegisterVpAssistPage","features":[181]},{"name":"WHvRegisterVpRuntime","features":[181]},{"name":"WHvRequestInterrupt","features":[181]},{"name":"WHvRequestVpciDeviceInterrupt","features":[181]},{"name":"WHvResetPartition","features":[181]},{"name":"WHvResumePartitionTime","features":[181]},{"name":"WHvRetargetVpciDeviceInterrupt","features":[181]},{"name":"WHvRunVirtualProcessor","features":[181]},{"name":"WHvRunVpCancelReasonUser","features":[181]},{"name":"WHvRunVpExitReasonCanceled","features":[181]},{"name":"WHvRunVpExitReasonException","features":[181]},{"name":"WHvRunVpExitReasonHypercall","features":[181]},{"name":"WHvRunVpExitReasonInvalidVpRegisterValue","features":[181]},{"name":"WHvRunVpExitReasonMemoryAccess","features":[181]},{"name":"WHvRunVpExitReasonNone","features":[181]},{"name":"WHvRunVpExitReasonSynicSintDeliverable","features":[181]},{"name":"WHvRunVpExitReasonUnrecoverableException","features":[181]},{"name":"WHvRunVpExitReasonUnsupportedFeature","features":[181]},{"name":"WHvRunVpExitReasonX64ApicEoi","features":[181]},{"name":"WHvRunVpExitReasonX64ApicInitSipiTrap","features":[181]},{"name":"WHvRunVpExitReasonX64ApicSmiTrap","features":[181]},{"name":"WHvRunVpExitReasonX64ApicWriteTrap","features":[181]},{"name":"WHvRunVpExitReasonX64Cpuid","features":[181]},{"name":"WHvRunVpExitReasonX64Halt","features":[181]},{"name":"WHvRunVpExitReasonX64InterruptWindow","features":[181]},{"name":"WHvRunVpExitReasonX64IoPortAccess","features":[181]},{"name":"WHvRunVpExitReasonX64MsrAccess","features":[181]},{"name":"WHvRunVpExitReasonX64Rdtsc","features":[181]},{"name":"WHvSetNotificationPortProperty","features":[181]},{"name":"WHvSetPartitionProperty","features":[181]},{"name":"WHvSetVirtualProcessorInterruptControllerState","features":[181]},{"name":"WHvSetVirtualProcessorInterruptControllerState2","features":[181]},{"name":"WHvSetVirtualProcessorRegisters","features":[181]},{"name":"WHvSetVirtualProcessorState","features":[181]},{"name":"WHvSetVirtualProcessorXsaveState","features":[181]},{"name":"WHvSetVpciDevicePowerState","features":[181,10]},{"name":"WHvSetupPartition","features":[181]},{"name":"WHvSignalVirtualProcessorSynicEvent","features":[3,181]},{"name":"WHvStartPartitionMigration","features":[3,181]},{"name":"WHvSuspendPartitionTime","features":[181]},{"name":"WHvTranslateGva","features":[181]},{"name":"WHvTranslateGvaFlagEnforceSmap","features":[181]},{"name":"WHvTranslateGvaFlagNone","features":[181]},{"name":"WHvTranslateGvaFlagOverrideSmap","features":[181]},{"name":"WHvTranslateGvaFlagPrivilegeExempt","features":[181]},{"name":"WHvTranslateGvaFlagSetPageTableBits","features":[181]},{"name":"WHvTranslateGvaFlagValidateExecute","features":[181]},{"name":"WHvTranslateGvaFlagValidateRead","features":[181]},{"name":"WHvTranslateGvaFlagValidateWrite","features":[181]},{"name":"WHvTranslateGvaResultGpaIllegalOverlayAccess","features":[181]},{"name":"WHvTranslateGvaResultGpaNoReadAccess","features":[181]},{"name":"WHvTranslateGvaResultGpaNoWriteAccess","features":[181]},{"name":"WHvTranslateGvaResultGpaUnmapped","features":[181]},{"name":"WHvTranslateGvaResultIntercept","features":[181]},{"name":"WHvTranslateGvaResultInvalidPageTableFlags","features":[181]},{"name":"WHvTranslateGvaResultPageNotPresent","features":[181]},{"name":"WHvTranslateGvaResultPrivilegeViolation","features":[181]},{"name":"WHvTranslateGvaResultSuccess","features":[181]},{"name":"WHvTriggerTypeDeviceInterrupt","features":[181]},{"name":"WHvTriggerTypeInterrupt","features":[181]},{"name":"WHvTriggerTypeSynicEvent","features":[181]},{"name":"WHvUnmapGpaRange","features":[181]},{"name":"WHvUnmapVpciDeviceInterrupt","features":[181]},{"name":"WHvUnmapVpciDeviceMmioRanges","features":[181]},{"name":"WHvUnregisterPartitionDoorbellEvent","features":[181]},{"name":"WHvUnsupportedFeatureIntercept","features":[181]},{"name":"WHvUnsupportedFeatureTaskSwitchTss","features":[181]},{"name":"WHvUpdateTriggerParameters","features":[181]},{"name":"WHvVirtualProcessorPropertyCodeNumaNode","features":[181]},{"name":"WHvVirtualProcessorStateTypeInterruptControllerState2","features":[181]},{"name":"WHvVirtualProcessorStateTypeSynicEventFlagPage","features":[181]},{"name":"WHvVirtualProcessorStateTypeSynicMessagePage","features":[181]},{"name":"WHvVirtualProcessorStateTypeSynicTimerState","features":[181]},{"name":"WHvVirtualProcessorStateTypeXsaveState","features":[181]},{"name":"WHvVpciBar0","features":[181]},{"name":"WHvVpciBar1","features":[181]},{"name":"WHvVpciBar2","features":[181]},{"name":"WHvVpciBar3","features":[181]},{"name":"WHvVpciBar4","features":[181]},{"name":"WHvVpciBar5","features":[181]},{"name":"WHvVpciConfigSpace","features":[181]},{"name":"WHvVpciDeviceNotificationMmioRemapping","features":[181]},{"name":"WHvVpciDeviceNotificationSurpriseRemoval","features":[181]},{"name":"WHvVpciDeviceNotificationUndefined","features":[181]},{"name":"WHvVpciDevicePropertyCodeHardwareIDs","features":[181]},{"name":"WHvVpciDevicePropertyCodeProbedBARs","features":[181]},{"name":"WHvVpciDevicePropertyCodeUndefined","features":[181]},{"name":"WHvVpciInterruptTargetFlagMulticast","features":[181]},{"name":"WHvVpciInterruptTargetFlagNone","features":[181]},{"name":"WHvVpciMmioRangeFlagReadAccess","features":[181]},{"name":"WHvVpciMmioRangeFlagWriteAccess","features":[181]},{"name":"WHvWriteGpaRange","features":[181]},{"name":"WHvWriteVpciDeviceRegister","features":[181]},{"name":"WHvX64ApicWriteTypeDfr","features":[181]},{"name":"WHvX64ApicWriteTypeLdr","features":[181]},{"name":"WHvX64ApicWriteTypeLint0","features":[181]},{"name":"WHvX64ApicWriteTypeLint1","features":[181]},{"name":"WHvX64ApicWriteTypeSvr","features":[181]},{"name":"WHvX64CpuidResult2FlagSubleafSpecific","features":[181]},{"name":"WHvX64CpuidResult2FlagVpSpecific","features":[181]},{"name":"WHvX64ExceptionTypeAlignmentCheckFault","features":[181]},{"name":"WHvX64ExceptionTypeBoundRangeFault","features":[181]},{"name":"WHvX64ExceptionTypeBreakpointTrap","features":[181]},{"name":"WHvX64ExceptionTypeDebugTrapOrFault","features":[181]},{"name":"WHvX64ExceptionTypeDeviceNotAvailableFault","features":[181]},{"name":"WHvX64ExceptionTypeDivideErrorFault","features":[181]},{"name":"WHvX64ExceptionTypeDoubleFaultAbort","features":[181]},{"name":"WHvX64ExceptionTypeFloatingPointErrorFault","features":[181]},{"name":"WHvX64ExceptionTypeGeneralProtectionFault","features":[181]},{"name":"WHvX64ExceptionTypeInvalidOpcodeFault","features":[181]},{"name":"WHvX64ExceptionTypeInvalidTaskStateSegmentFault","features":[181]},{"name":"WHvX64ExceptionTypeMachineCheckAbort","features":[181]},{"name":"WHvX64ExceptionTypeOverflowTrap","features":[181]},{"name":"WHvX64ExceptionTypePageFault","features":[181]},{"name":"WHvX64ExceptionTypeSegmentNotPresentFault","features":[181]},{"name":"WHvX64ExceptionTypeSimdFloatingPointFault","features":[181]},{"name":"WHvX64ExceptionTypeStackFault","features":[181]},{"name":"WHvX64InterruptDestinationModeLogical","features":[181]},{"name":"WHvX64InterruptDestinationModePhysical","features":[181]},{"name":"WHvX64InterruptTriggerModeEdge","features":[181]},{"name":"WHvX64InterruptTriggerModeLevel","features":[181]},{"name":"WHvX64InterruptTypeFixed","features":[181]},{"name":"WHvX64InterruptTypeInit","features":[181]},{"name":"WHvX64InterruptTypeLocalInt1","features":[181]},{"name":"WHvX64InterruptTypeLowestPriority","features":[181]},{"name":"WHvX64InterruptTypeNmi","features":[181]},{"name":"WHvX64InterruptTypeSipi","features":[181]},{"name":"WHvX64LocalApicEmulationModeNone","features":[181]},{"name":"WHvX64LocalApicEmulationModeX2Apic","features":[181]},{"name":"WHvX64LocalApicEmulationModeXApic","features":[181]},{"name":"WHvX64PendingEventException","features":[181]},{"name":"WHvX64PendingEventExtInt","features":[181]},{"name":"WHvX64PendingException","features":[181]},{"name":"WHvX64PendingInterrupt","features":[181]},{"name":"WHvX64PendingNmi","features":[181]},{"name":"WHvX64RegisterACount","features":[181]},{"name":"WHvX64RegisterApicBase","features":[181]},{"name":"WHvX64RegisterApicCurrentCount","features":[181]},{"name":"WHvX64RegisterApicDivide","features":[181]},{"name":"WHvX64RegisterApicEoi","features":[181]},{"name":"WHvX64RegisterApicEse","features":[181]},{"name":"WHvX64RegisterApicIcr","features":[181]},{"name":"WHvX64RegisterApicId","features":[181]},{"name":"WHvX64RegisterApicInitCount","features":[181]},{"name":"WHvX64RegisterApicIrr0","features":[181]},{"name":"WHvX64RegisterApicIrr1","features":[181]},{"name":"WHvX64RegisterApicIrr2","features":[181]},{"name":"WHvX64RegisterApicIrr3","features":[181]},{"name":"WHvX64RegisterApicIrr4","features":[181]},{"name":"WHvX64RegisterApicIrr5","features":[181]},{"name":"WHvX64RegisterApicIrr6","features":[181]},{"name":"WHvX64RegisterApicIrr7","features":[181]},{"name":"WHvX64RegisterApicIsr0","features":[181]},{"name":"WHvX64RegisterApicIsr1","features":[181]},{"name":"WHvX64RegisterApicIsr2","features":[181]},{"name":"WHvX64RegisterApicIsr3","features":[181]},{"name":"WHvX64RegisterApicIsr4","features":[181]},{"name":"WHvX64RegisterApicIsr5","features":[181]},{"name":"WHvX64RegisterApicIsr6","features":[181]},{"name":"WHvX64RegisterApicIsr7","features":[181]},{"name":"WHvX64RegisterApicLdr","features":[181]},{"name":"WHvX64RegisterApicLvtError","features":[181]},{"name":"WHvX64RegisterApicLvtLint0","features":[181]},{"name":"WHvX64RegisterApicLvtLint1","features":[181]},{"name":"WHvX64RegisterApicLvtPerfmon","features":[181]},{"name":"WHvX64RegisterApicLvtThermal","features":[181]},{"name":"WHvX64RegisterApicLvtTimer","features":[181]},{"name":"WHvX64RegisterApicPpr","features":[181]},{"name":"WHvX64RegisterApicSelfIpi","features":[181]},{"name":"WHvX64RegisterApicSpurious","features":[181]},{"name":"WHvX64RegisterApicTmr0","features":[181]},{"name":"WHvX64RegisterApicTmr1","features":[181]},{"name":"WHvX64RegisterApicTmr2","features":[181]},{"name":"WHvX64RegisterApicTmr3","features":[181]},{"name":"WHvX64RegisterApicTmr4","features":[181]},{"name":"WHvX64RegisterApicTmr5","features":[181]},{"name":"WHvX64RegisterApicTmr6","features":[181]},{"name":"WHvX64RegisterApicTmr7","features":[181]},{"name":"WHvX64RegisterApicTpr","features":[181]},{"name":"WHvX64RegisterApicVersion","features":[181]},{"name":"WHvX64RegisterBndcfgs","features":[181]},{"name":"WHvX64RegisterCr0","features":[181]},{"name":"WHvX64RegisterCr2","features":[181]},{"name":"WHvX64RegisterCr3","features":[181]},{"name":"WHvX64RegisterCr4","features":[181]},{"name":"WHvX64RegisterCr8","features":[181]},{"name":"WHvX64RegisterCs","features":[181]},{"name":"WHvX64RegisterCstar","features":[181]},{"name":"WHvX64RegisterDeliverabilityNotifications","features":[181]},{"name":"WHvX64RegisterDr0","features":[181]},{"name":"WHvX64RegisterDr1","features":[181]},{"name":"WHvX64RegisterDr2","features":[181]},{"name":"WHvX64RegisterDr3","features":[181]},{"name":"WHvX64RegisterDr6","features":[181]},{"name":"WHvX64RegisterDr7","features":[181]},{"name":"WHvX64RegisterDs","features":[181]},{"name":"WHvX64RegisterEfer","features":[181]},{"name":"WHvX64RegisterEs","features":[181]},{"name":"WHvX64RegisterFpControlStatus","features":[181]},{"name":"WHvX64RegisterFpMmx0","features":[181]},{"name":"WHvX64RegisterFpMmx1","features":[181]},{"name":"WHvX64RegisterFpMmx2","features":[181]},{"name":"WHvX64RegisterFpMmx3","features":[181]},{"name":"WHvX64RegisterFpMmx4","features":[181]},{"name":"WHvX64RegisterFpMmx5","features":[181]},{"name":"WHvX64RegisterFpMmx6","features":[181]},{"name":"WHvX64RegisterFpMmx7","features":[181]},{"name":"WHvX64RegisterFs","features":[181]},{"name":"WHvX64RegisterGdtr","features":[181]},{"name":"WHvX64RegisterGs","features":[181]},{"name":"WHvX64RegisterHypercall","features":[181]},{"name":"WHvX64RegisterIdtr","features":[181]},{"name":"WHvX64RegisterInitialApicId","features":[181]},{"name":"WHvX64RegisterInterruptSspTableAddr","features":[181]},{"name":"WHvX64RegisterKernelGsBase","features":[181]},{"name":"WHvX64RegisterLdtr","features":[181]},{"name":"WHvX64RegisterLstar","features":[181]},{"name":"WHvX64RegisterMCount","features":[181]},{"name":"WHvX64RegisterMsrMtrrCap","features":[181]},{"name":"WHvX64RegisterMsrMtrrDefType","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix16k80000","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix16kA0000","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix4kC0000","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix4kC8000","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix4kD0000","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix4kD8000","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix4kE0000","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix4kE8000","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix4kF0000","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix4kF8000","features":[181]},{"name":"WHvX64RegisterMsrMtrrFix64k00000","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBase0","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBase1","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBase2","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBase3","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBase4","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBase5","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBase6","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBase7","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBase8","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBase9","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBaseA","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBaseB","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBaseC","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBaseD","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBaseE","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysBaseF","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMask0","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMask1","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMask2","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMask3","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMask4","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMask5","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMask6","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMask7","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMask8","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMask9","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMaskA","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMaskB","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMaskC","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMaskD","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMaskE","features":[181]},{"name":"WHvX64RegisterMsrMtrrPhysMaskF","features":[181]},{"name":"WHvX64RegisterPat","features":[181]},{"name":"WHvX64RegisterPendingDebugException","features":[181]},{"name":"WHvX64RegisterPl0Ssp","features":[181]},{"name":"WHvX64RegisterPl1Ssp","features":[181]},{"name":"WHvX64RegisterPl2Ssp","features":[181]},{"name":"WHvX64RegisterPl3Ssp","features":[181]},{"name":"WHvX64RegisterPredCmd","features":[181]},{"name":"WHvX64RegisterR10","features":[181]},{"name":"WHvX64RegisterR11","features":[181]},{"name":"WHvX64RegisterR12","features":[181]},{"name":"WHvX64RegisterR13","features":[181]},{"name":"WHvX64RegisterR14","features":[181]},{"name":"WHvX64RegisterR15","features":[181]},{"name":"WHvX64RegisterR8","features":[181]},{"name":"WHvX64RegisterR9","features":[181]},{"name":"WHvX64RegisterRax","features":[181]},{"name":"WHvX64RegisterRbp","features":[181]},{"name":"WHvX64RegisterRbx","features":[181]},{"name":"WHvX64RegisterRcx","features":[181]},{"name":"WHvX64RegisterRdi","features":[181]},{"name":"WHvX64RegisterRdx","features":[181]},{"name":"WHvX64RegisterRflags","features":[181]},{"name":"WHvX64RegisterRip","features":[181]},{"name":"WHvX64RegisterRsi","features":[181]},{"name":"WHvX64RegisterRsp","features":[181]},{"name":"WHvX64RegisterSCet","features":[181]},{"name":"WHvX64RegisterSfmask","features":[181]},{"name":"WHvX64RegisterSpecCtrl","features":[181]},{"name":"WHvX64RegisterSs","features":[181]},{"name":"WHvX64RegisterSsp","features":[181]},{"name":"WHvX64RegisterStar","features":[181]},{"name":"WHvX64RegisterSysenterCs","features":[181]},{"name":"WHvX64RegisterSysenterEip","features":[181]},{"name":"WHvX64RegisterSysenterEsp","features":[181]},{"name":"WHvX64RegisterTr","features":[181]},{"name":"WHvX64RegisterTsc","features":[181]},{"name":"WHvX64RegisterTscAdjust","features":[181]},{"name":"WHvX64RegisterTscAux","features":[181]},{"name":"WHvX64RegisterTscDeadline","features":[181]},{"name":"WHvX64RegisterTscVirtualOffset","features":[181]},{"name":"WHvX64RegisterTsxCtrl","features":[181]},{"name":"WHvX64RegisterUCet","features":[181]},{"name":"WHvX64RegisterUmwaitControl","features":[181]},{"name":"WHvX64RegisterVirtualCr0","features":[181]},{"name":"WHvX64RegisterVirtualCr3","features":[181]},{"name":"WHvX64RegisterVirtualCr4","features":[181]},{"name":"WHvX64RegisterVirtualCr8","features":[181]},{"name":"WHvX64RegisterXCr0","features":[181]},{"name":"WHvX64RegisterXfd","features":[181]},{"name":"WHvX64RegisterXfdErr","features":[181]},{"name":"WHvX64RegisterXmm0","features":[181]},{"name":"WHvX64RegisterXmm1","features":[181]},{"name":"WHvX64RegisterXmm10","features":[181]},{"name":"WHvX64RegisterXmm11","features":[181]},{"name":"WHvX64RegisterXmm12","features":[181]},{"name":"WHvX64RegisterXmm13","features":[181]},{"name":"WHvX64RegisterXmm14","features":[181]},{"name":"WHvX64RegisterXmm15","features":[181]},{"name":"WHvX64RegisterXmm2","features":[181]},{"name":"WHvX64RegisterXmm3","features":[181]},{"name":"WHvX64RegisterXmm4","features":[181]},{"name":"WHvX64RegisterXmm5","features":[181]},{"name":"WHvX64RegisterXmm6","features":[181]},{"name":"WHvX64RegisterXmm7","features":[181]},{"name":"WHvX64RegisterXmm8","features":[181]},{"name":"WHvX64RegisterXmm9","features":[181]},{"name":"WHvX64RegisterXmmControlStatus","features":[181]},{"name":"WHvX64RegisterXss","features":[181]},{"name":"X64_RegisterCr0","features":[181]},{"name":"X64_RegisterCr2","features":[181]},{"name":"X64_RegisterCr3","features":[181]},{"name":"X64_RegisterCr4","features":[181]},{"name":"X64_RegisterCr8","features":[181]},{"name":"X64_RegisterCs","features":[181]},{"name":"X64_RegisterDr0","features":[181]},{"name":"X64_RegisterDr1","features":[181]},{"name":"X64_RegisterDr2","features":[181]},{"name":"X64_RegisterDr3","features":[181]},{"name":"X64_RegisterDr6","features":[181]},{"name":"X64_RegisterDr7","features":[181]},{"name":"X64_RegisterDs","features":[181]},{"name":"X64_RegisterEfer","features":[181]},{"name":"X64_RegisterEs","features":[181]},{"name":"X64_RegisterFpControlStatus","features":[181]},{"name":"X64_RegisterFpMmx0","features":[181]},{"name":"X64_RegisterFpMmx1","features":[181]},{"name":"X64_RegisterFpMmx2","features":[181]},{"name":"X64_RegisterFpMmx3","features":[181]},{"name":"X64_RegisterFpMmx4","features":[181]},{"name":"X64_RegisterFpMmx5","features":[181]},{"name":"X64_RegisterFpMmx6","features":[181]},{"name":"X64_RegisterFpMmx7","features":[181]},{"name":"X64_RegisterFs","features":[181]},{"name":"X64_RegisterGdtr","features":[181]},{"name":"X64_RegisterGs","features":[181]},{"name":"X64_RegisterIdtr","features":[181]},{"name":"X64_RegisterLdtr","features":[181]},{"name":"X64_RegisterMax","features":[181]},{"name":"X64_RegisterR10","features":[181]},{"name":"X64_RegisterR11","features":[181]},{"name":"X64_RegisterR12","features":[181]},{"name":"X64_RegisterR13","features":[181]},{"name":"X64_RegisterR14","features":[181]},{"name":"X64_RegisterR15","features":[181]},{"name":"X64_RegisterR8","features":[181]},{"name":"X64_RegisterR9","features":[181]},{"name":"X64_RegisterRFlags","features":[181]},{"name":"X64_RegisterRax","features":[181]},{"name":"X64_RegisterRbp","features":[181]},{"name":"X64_RegisterRbx","features":[181]},{"name":"X64_RegisterRcx","features":[181]},{"name":"X64_RegisterRdi","features":[181]},{"name":"X64_RegisterRdx","features":[181]},{"name":"X64_RegisterRip","features":[181]},{"name":"X64_RegisterRsi","features":[181]},{"name":"X64_RegisterRsp","features":[181]},{"name":"X64_RegisterSs","features":[181]},{"name":"X64_RegisterTr","features":[181]},{"name":"X64_RegisterXmm0","features":[181]},{"name":"X64_RegisterXmm1","features":[181]},{"name":"X64_RegisterXmm10","features":[181]},{"name":"X64_RegisterXmm11","features":[181]},{"name":"X64_RegisterXmm12","features":[181]},{"name":"X64_RegisterXmm13","features":[181]},{"name":"X64_RegisterXmm14","features":[181]},{"name":"X64_RegisterXmm15","features":[181]},{"name":"X64_RegisterXmm2","features":[181]},{"name":"X64_RegisterXmm3","features":[181]},{"name":"X64_RegisterXmm4","features":[181]},{"name":"X64_RegisterXmm5","features":[181]},{"name":"X64_RegisterXmm6","features":[181]},{"name":"X64_RegisterXmm7","features":[181]},{"name":"X64_RegisterXmm8","features":[181]},{"name":"X64_RegisterXmm9","features":[181]},{"name":"X64_RegisterXmmControlStatus","features":[181]}],"574":[{"name":"BindIoCompletionCallback","features":[3,8]},{"name":"CancelIo","features":[3,8]},{"name":"CancelIoEx","features":[3,8]},{"name":"CancelSynchronousIo","features":[3,8]},{"name":"CreateIoCompletionPort","features":[3,8]},{"name":"DeviceIoControl","features":[3,8]},{"name":"GetOverlappedResult","features":[3,8]},{"name":"GetOverlappedResultEx","features":[3,8]},{"name":"GetQueuedCompletionStatus","features":[3,8]},{"name":"GetQueuedCompletionStatusEx","features":[3,8]},{"name":"IO_STATUS_BLOCK","features":[3,8]},{"name":"LPOVERLAPPED_COMPLETION_ROUTINE","features":[3,8]},{"name":"OVERLAPPED","features":[3,8]},{"name":"OVERLAPPED_ENTRY","features":[3,8]},{"name":"PIO_APC_ROUTINE","features":[3,8]},{"name":"PostQueuedCompletionStatus","features":[3,8]}],"575":[{"name":"ADMINDATA_MAX_NAME_LEN","features":[182]},{"name":"ALL_METADATA","features":[182]},{"name":"APPCTR_MD_ID_BEGIN_RESERVED","features":[182]},{"name":"APPCTR_MD_ID_END_RESERVED","features":[182]},{"name":"APPSTATUS_NOTDEFINED","features":[182]},{"name":"APPSTATUS_RUNNING","features":[182]},{"name":"APPSTATUS_STOPPED","features":[182]},{"name":"ASP_MD_ID_BEGIN_RESERVED","features":[182]},{"name":"ASP_MD_ID_END_RESERVED","features":[182]},{"name":"ASP_MD_SERVER_BASE","features":[182]},{"name":"ASP_MD_UT_APP","features":[182]},{"name":"AsyncIFtpAuthenticationProvider","features":[182]},{"name":"AsyncIFtpAuthorizationProvider","features":[182]},{"name":"AsyncIFtpHomeDirectoryProvider","features":[182]},{"name":"AsyncIFtpLogProvider","features":[182]},{"name":"AsyncIFtpPostprocessProvider","features":[182]},{"name":"AsyncIFtpPreprocessProvider","features":[182]},{"name":"AsyncIFtpRoleProvider","features":[182]},{"name":"AsyncIMSAdminBaseSinkW","features":[182]},{"name":"BINARY_METADATA","features":[182]},{"name":"CERT_CONTEXT_EX","features":[3,70,182]},{"name":"CLSID_IImgCtx","features":[182]},{"name":"CLSID_IisServiceControl","features":[182]},{"name":"CLSID_MSAdminBase_W","features":[182]},{"name":"CLSID_Request","features":[182]},{"name":"CLSID_Response","features":[182]},{"name":"CLSID_ScriptingContext","features":[182]},{"name":"CLSID_Server","features":[182]},{"name":"CLSID_Session","features":[182]},{"name":"CLSID_WamAdmin","features":[182]},{"name":"CONFIGURATION_ENTRY","features":[182]},{"name":"DISPID_HTTPREQUEST_ABORT","features":[182]},{"name":"DISPID_HTTPREQUEST_BASE","features":[182]},{"name":"DISPID_HTTPREQUEST_GETALLRESPONSEHEADERS","features":[182]},{"name":"DISPID_HTTPREQUEST_GETRESPONSEHEADER","features":[182]},{"name":"DISPID_HTTPREQUEST_OPEN","features":[182]},{"name":"DISPID_HTTPREQUEST_OPTION","features":[182]},{"name":"DISPID_HTTPREQUEST_RESPONSEBODY","features":[182]},{"name":"DISPID_HTTPREQUEST_RESPONSESTREAM","features":[182]},{"name":"DISPID_HTTPREQUEST_RESPONSETEXT","features":[182]},{"name":"DISPID_HTTPREQUEST_SEND","features":[182]},{"name":"DISPID_HTTPREQUEST_SETAUTOLOGONPOLICY","features":[182]},{"name":"DISPID_HTTPREQUEST_SETCLIENTCERTIFICATE","features":[182]},{"name":"DISPID_HTTPREQUEST_SETCREDENTIALS","features":[182]},{"name":"DISPID_HTTPREQUEST_SETPROXY","features":[182]},{"name":"DISPID_HTTPREQUEST_SETREQUESTHEADER","features":[182]},{"name":"DISPID_HTTPREQUEST_SETTIMEOUTS","features":[182]},{"name":"DISPID_HTTPREQUEST_STATUS","features":[182]},{"name":"DISPID_HTTPREQUEST_STATUSTEXT","features":[182]},{"name":"DISPID_HTTPREQUEST_WAITFORRESPONSE","features":[182]},{"name":"DWN_COLORMODE","features":[182]},{"name":"DWN_DOWNLOADONLY","features":[182]},{"name":"DWN_FORCEDITHER","features":[182]},{"name":"DWN_MIRRORIMAGE","features":[182]},{"name":"DWN_RAWIMAGE","features":[182]},{"name":"DWORD_METADATA","features":[182]},{"name":"EXPANDSZ_METADATA","features":[182]},{"name":"EXTENSION_CONTROL_BLOCK","features":[3,182]},{"name":"FP_MD_ID_BEGIN_RESERVED","features":[182]},{"name":"FP_MD_ID_END_RESERVED","features":[182]},{"name":"FTP_ACCESS","features":[182]},{"name":"FTP_ACCESS_NONE","features":[182]},{"name":"FTP_ACCESS_READ","features":[182]},{"name":"FTP_ACCESS_READ_WRITE","features":[182]},{"name":"FTP_ACCESS_WRITE","features":[182]},{"name":"FTP_PROCESS_CLOSE_SESSION","features":[182]},{"name":"FTP_PROCESS_CONTINUE","features":[182]},{"name":"FTP_PROCESS_REJECT_COMMAND","features":[182]},{"name":"FTP_PROCESS_STATUS","features":[182]},{"name":"FTP_PROCESS_TERMINATE_SESSION","features":[182]},{"name":"FtpProvider","features":[182]},{"name":"GUID_IIS_ALL_TRACE_PROVIDERS","features":[182]},{"name":"GUID_IIS_ASPNET_TRACE_PROVIDER","features":[182]},{"name":"GUID_IIS_ASP_TRACE_TRACE_PROVIDER","features":[182]},{"name":"GUID_IIS_ISAPI_TRACE_PROVIDER","features":[182]},{"name":"GUID_IIS_WWW_GLOBAL_TRACE_PROVIDER","features":[182]},{"name":"GUID_IIS_WWW_SERVER_TRACE_PROVIDER","features":[182]},{"name":"GUID_IIS_WWW_SERVER_V2_TRACE_PROVIDER","features":[182]},{"name":"GetExtensionVersion","features":[3,182]},{"name":"GetFilterVersion","features":[3,182]},{"name":"HCONN","features":[182]},{"name":"HSE_APPEND_LOG_PARAMETER","features":[182]},{"name":"HSE_APP_FLAG_IN_PROCESS","features":[182]},{"name":"HSE_APP_FLAG_ISOLATED_OOP","features":[182]},{"name":"HSE_APP_FLAG_POOLED_OOP","features":[182]},{"name":"HSE_CUSTOM_ERROR_INFO","features":[3,182]},{"name":"HSE_EXEC_UNICODE_URL_INFO","features":[3,182]},{"name":"HSE_EXEC_UNICODE_URL_USER_INFO","features":[3,182]},{"name":"HSE_EXEC_URL_DISABLE_CUSTOM_ERROR","features":[182]},{"name":"HSE_EXEC_URL_ENTITY_INFO","features":[182]},{"name":"HSE_EXEC_URL_HTTP_CACHE_ELIGIBLE","features":[182]},{"name":"HSE_EXEC_URL_IGNORE_CURRENT_INTERCEPTOR","features":[182]},{"name":"HSE_EXEC_URL_IGNORE_VALIDATION_AND_RANGE","features":[182]},{"name":"HSE_EXEC_URL_INFO","features":[3,182]},{"name":"HSE_EXEC_URL_NO_HEADERS","features":[182]},{"name":"HSE_EXEC_URL_SSI_CMD","features":[182]},{"name":"HSE_EXEC_URL_STATUS","features":[182]},{"name":"HSE_EXEC_URL_USER_INFO","features":[3,182]},{"name":"HSE_IO_ASYNC","features":[182]},{"name":"HSE_IO_CACHE_RESPONSE","features":[182]},{"name":"HSE_IO_DISCONNECT_AFTER_SEND","features":[182]},{"name":"HSE_IO_FINAL_SEND","features":[182]},{"name":"HSE_IO_NODELAY","features":[182]},{"name":"HSE_IO_SEND_HEADERS","features":[182]},{"name":"HSE_IO_SYNC","features":[182]},{"name":"HSE_IO_TRY_SKIP_CUSTOM_ERRORS","features":[182]},{"name":"HSE_LOG_BUFFER_LEN","features":[182]},{"name":"HSE_MAX_EXT_DLL_NAME_LEN","features":[182]},{"name":"HSE_REQ_ABORTIVE_CLOSE","features":[182]},{"name":"HSE_REQ_ASYNC_READ_CLIENT","features":[182]},{"name":"HSE_REQ_BASE","features":[182]},{"name":"HSE_REQ_CANCEL_IO","features":[182]},{"name":"HSE_REQ_CLOSE_CONNECTION","features":[182]},{"name":"HSE_REQ_DONE_WITH_SESSION","features":[182]},{"name":"HSE_REQ_END_RESERVED","features":[182]},{"name":"HSE_REQ_EXEC_UNICODE_URL","features":[182]},{"name":"HSE_REQ_EXEC_URL","features":[182]},{"name":"HSE_REQ_GET_ANONYMOUS_TOKEN","features":[182]},{"name":"HSE_REQ_GET_CACHE_INVALIDATION_CALLBACK","features":[182]},{"name":"HSE_REQ_GET_CERT_INFO_EX","features":[182]},{"name":"HSE_REQ_GET_CHANNEL_BINDING_TOKEN","features":[182]},{"name":"HSE_REQ_GET_CONFIG_OBJECT","features":[182]},{"name":"HSE_REQ_GET_EXEC_URL_STATUS","features":[182]},{"name":"HSE_REQ_GET_IMPERSONATION_TOKEN","features":[182]},{"name":"HSE_REQ_GET_PROTOCOL_MANAGER_CUSTOM_INTERFACE_CALLBACK","features":[182]},{"name":"HSE_REQ_GET_SSPI_INFO","features":[182]},{"name":"HSE_REQ_GET_TRACE_INFO","features":[182]},{"name":"HSE_REQ_GET_TRACE_INFO_EX","features":[182]},{"name":"HSE_REQ_GET_UNICODE_ANONYMOUS_TOKEN","features":[182]},{"name":"HSE_REQ_GET_WORKER_PROCESS_SETTINGS","features":[182]},{"name":"HSE_REQ_IO_COMPLETION","features":[182]},{"name":"HSE_REQ_IS_CONNECTED","features":[182]},{"name":"HSE_REQ_IS_IN_PROCESS","features":[182]},{"name":"HSE_REQ_IS_KEEP_CONN","features":[182]},{"name":"HSE_REQ_MAP_UNICODE_URL_TO_PATH","features":[182]},{"name":"HSE_REQ_MAP_UNICODE_URL_TO_PATH_EX","features":[182]},{"name":"HSE_REQ_MAP_URL_TO_PATH","features":[182]},{"name":"HSE_REQ_MAP_URL_TO_PATH_EX","features":[182]},{"name":"HSE_REQ_NORMALIZE_URL","features":[182]},{"name":"HSE_REQ_RAISE_TRACE_EVENT","features":[182]},{"name":"HSE_REQ_REFRESH_ISAPI_ACL","features":[182]},{"name":"HSE_REQ_REPORT_UNHEALTHY","features":[182]},{"name":"HSE_REQ_SEND_CUSTOM_ERROR","features":[182]},{"name":"HSE_REQ_SEND_RESPONSE_HEADER","features":[182]},{"name":"HSE_REQ_SEND_RESPONSE_HEADER_EX","features":[182]},{"name":"HSE_REQ_SEND_URL","features":[182]},{"name":"HSE_REQ_SEND_URL_REDIRECT_RESP","features":[182]},{"name":"HSE_REQ_SET_FLUSH_FLAG","features":[182]},{"name":"HSE_REQ_TRANSMIT_FILE","features":[182]},{"name":"HSE_REQ_VECTOR_SEND","features":[182]},{"name":"HSE_RESPONSE_VECTOR","features":[182]},{"name":"HSE_SEND_HEADER_EX_INFO","features":[3,182]},{"name":"HSE_STATUS_ERROR","features":[182]},{"name":"HSE_STATUS_PENDING","features":[182]},{"name":"HSE_STATUS_SUCCESS","features":[182]},{"name":"HSE_STATUS_SUCCESS_AND_KEEP_CONN","features":[182]},{"name":"HSE_TERM_ADVISORY_UNLOAD","features":[182]},{"name":"HSE_TERM_MUST_UNLOAD","features":[182]},{"name":"HSE_TF_INFO","features":[3,182]},{"name":"HSE_TRACE_INFO","features":[3,182]},{"name":"HSE_UNICODE_URL_MAPEX_INFO","features":[182]},{"name":"HSE_URL_FLAGS_DONT_CACHE","features":[182]},{"name":"HSE_URL_FLAGS_EXECUTE","features":[182]},{"name":"HSE_URL_FLAGS_MAP_CERT","features":[182]},{"name":"HSE_URL_FLAGS_MASK","features":[182]},{"name":"HSE_URL_FLAGS_NEGO_CERT","features":[182]},{"name":"HSE_URL_FLAGS_READ","features":[182]},{"name":"HSE_URL_FLAGS_REQUIRE_CERT","features":[182]},{"name":"HSE_URL_FLAGS_SCRIPT","features":[182]},{"name":"HSE_URL_FLAGS_SSL","features":[182]},{"name":"HSE_URL_FLAGS_SSL128","features":[182]},{"name":"HSE_URL_FLAGS_WRITE","features":[182]},{"name":"HSE_URL_MAPEX_INFO","features":[182]},{"name":"HSE_VECTOR_ELEMENT","features":[182]},{"name":"HSE_VECTOR_ELEMENT_TYPE_FILE_HANDLE","features":[182]},{"name":"HSE_VECTOR_ELEMENT_TYPE_MEMORY_BUFFER","features":[182]},{"name":"HSE_VERSION_INFO","features":[182]},{"name":"HSE_VERSION_MAJOR","features":[182]},{"name":"HSE_VERSION_MINOR","features":[182]},{"name":"HTTP_FILTER_ACCESS_DENIED","features":[182]},{"name":"HTTP_FILTER_AUTHENT","features":[182]},{"name":"HTTP_FILTER_AUTH_COMPLETE_INFO","features":[3,182]},{"name":"HTTP_FILTER_CONTEXT","features":[3,182]},{"name":"HTTP_FILTER_LOG","features":[182]},{"name":"HTTP_FILTER_PREPROC_HEADERS","features":[182]},{"name":"HTTP_FILTER_RAW_DATA","features":[182]},{"name":"HTTP_FILTER_URL_MAP","features":[182]},{"name":"HTTP_FILTER_URL_MAP_EX","features":[182]},{"name":"HTTP_FILTER_VERSION","features":[182]},{"name":"HTTP_TRACE_CONFIGURATION","features":[3,182]},{"name":"HTTP_TRACE_EVENT","features":[182]},{"name":"HTTP_TRACE_EVENT_FLAG_STATIC_DESCRIPTIVE_FIELDS","features":[182]},{"name":"HTTP_TRACE_EVENT_ITEM","features":[182]},{"name":"HTTP_TRACE_LEVEL_END","features":[182]},{"name":"HTTP_TRACE_LEVEL_START","features":[182]},{"name":"HTTP_TRACE_TYPE","features":[182]},{"name":"HTTP_TRACE_TYPE_BOOL","features":[182]},{"name":"HTTP_TRACE_TYPE_BYTE","features":[182]},{"name":"HTTP_TRACE_TYPE_CHAR","features":[182]},{"name":"HTTP_TRACE_TYPE_LONG","features":[182]},{"name":"HTTP_TRACE_TYPE_LONGLONG","features":[182]},{"name":"HTTP_TRACE_TYPE_LPCGUID","features":[182]},{"name":"HTTP_TRACE_TYPE_LPCSTR","features":[182]},{"name":"HTTP_TRACE_TYPE_LPCWSTR","features":[182]},{"name":"HTTP_TRACE_TYPE_SHORT","features":[182]},{"name":"HTTP_TRACE_TYPE_ULONG","features":[182]},{"name":"HTTP_TRACE_TYPE_ULONGLONG","features":[182]},{"name":"HTTP_TRACE_TYPE_USHORT","features":[182]},{"name":"HttpExtensionProc","features":[3,182]},{"name":"HttpFilterProc","features":[3,182]},{"name":"IADMEXT","features":[182]},{"name":"IFtpAuthenticationProvider","features":[182]},{"name":"IFtpAuthorizationProvider","features":[182]},{"name":"IFtpHomeDirectoryProvider","features":[182]},{"name":"IFtpLogProvider","features":[182]},{"name":"IFtpPostprocessProvider","features":[182]},{"name":"IFtpPreprocessProvider","features":[182]},{"name":"IFtpProviderConstruct","features":[182]},{"name":"IFtpRoleProvider","features":[182]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEY","features":[182]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEYA","features":[182]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEYW","features":[182]},{"name":"IISADMIN_EXTENSIONS_REG_KEY","features":[182]},{"name":"IISADMIN_EXTENSIONS_REG_KEYA","features":[182]},{"name":"IISADMIN_EXTENSIONS_REG_KEYW","features":[182]},{"name":"IIS_CLASS_CERTMAPPER","features":[182]},{"name":"IIS_CLASS_CERTMAPPER_W","features":[182]},{"name":"IIS_CLASS_COMPRESS_SCHEME","features":[182]},{"name":"IIS_CLASS_COMPRESS_SCHEMES","features":[182]},{"name":"IIS_CLASS_COMPRESS_SCHEMES_W","features":[182]},{"name":"IIS_CLASS_COMPRESS_SCHEME_W","features":[182]},{"name":"IIS_CLASS_COMPUTER","features":[182]},{"name":"IIS_CLASS_COMPUTER_W","features":[182]},{"name":"IIS_CLASS_FILTER","features":[182]},{"name":"IIS_CLASS_FILTERS","features":[182]},{"name":"IIS_CLASS_FILTERS_W","features":[182]},{"name":"IIS_CLASS_FILTER_W","features":[182]},{"name":"IIS_CLASS_FTP_INFO","features":[182]},{"name":"IIS_CLASS_FTP_INFO_W","features":[182]},{"name":"IIS_CLASS_FTP_SERVER","features":[182]},{"name":"IIS_CLASS_FTP_SERVER_W","features":[182]},{"name":"IIS_CLASS_FTP_SERVICE","features":[182]},{"name":"IIS_CLASS_FTP_SERVICE_W","features":[182]},{"name":"IIS_CLASS_FTP_VDIR","features":[182]},{"name":"IIS_CLASS_FTP_VDIR_W","features":[182]},{"name":"IIS_CLASS_LOG_MODULE","features":[182]},{"name":"IIS_CLASS_LOG_MODULES","features":[182]},{"name":"IIS_CLASS_LOG_MODULES_W","features":[182]},{"name":"IIS_CLASS_LOG_MODULE_W","features":[182]},{"name":"IIS_CLASS_MIMEMAP","features":[182]},{"name":"IIS_CLASS_MIMEMAP_W","features":[182]},{"name":"IIS_CLASS_WEB_DIR","features":[182]},{"name":"IIS_CLASS_WEB_DIR_W","features":[182]},{"name":"IIS_CLASS_WEB_FILE","features":[182]},{"name":"IIS_CLASS_WEB_FILE_W","features":[182]},{"name":"IIS_CLASS_WEB_INFO","features":[182]},{"name":"IIS_CLASS_WEB_INFO_W","features":[182]},{"name":"IIS_CLASS_WEB_SERVER","features":[182]},{"name":"IIS_CLASS_WEB_SERVER_W","features":[182]},{"name":"IIS_CLASS_WEB_SERVICE","features":[182]},{"name":"IIS_CLASS_WEB_SERVICE_W","features":[182]},{"name":"IIS_CLASS_WEB_VDIR","features":[182]},{"name":"IIS_CLASS_WEB_VDIR_W","features":[182]},{"name":"IIS_MD_ADSI_METAID_BEGIN","features":[182]},{"name":"IIS_MD_ADSI_SCHEMA_PATH_A","features":[182]},{"name":"IIS_MD_ADSI_SCHEMA_PATH_W","features":[182]},{"name":"IIS_MD_APPPOOL_BASE","features":[182]},{"name":"IIS_MD_APP_BASE","features":[182]},{"name":"IIS_MD_FILE_PROP_BASE","features":[182]},{"name":"IIS_MD_FTP_BASE","features":[182]},{"name":"IIS_MD_GLOBAL_BASE","features":[182]},{"name":"IIS_MD_HTTP_BASE","features":[182]},{"name":"IIS_MD_ID_BEGIN_RESERVED","features":[182]},{"name":"IIS_MD_ID_END_RESERVED","features":[182]},{"name":"IIS_MD_INSTANCE_ROOT","features":[182]},{"name":"IIS_MD_ISAPI_FILTERS","features":[182]},{"name":"IIS_MD_LOCAL_MACHINE_PATH","features":[182]},{"name":"IIS_MD_LOGCUSTOM_BASE","features":[182]},{"name":"IIS_MD_LOGCUSTOM_LAST","features":[182]},{"name":"IIS_MD_LOG_BASE","features":[182]},{"name":"IIS_MD_LOG_LAST","features":[182]},{"name":"IIS_MD_SERVER_BASE","features":[182]},{"name":"IIS_MD_SSL_BASE","features":[182]},{"name":"IIS_MD_SVC_INFO_PATH","features":[182]},{"name":"IIS_MD_UT_END_RESERVED","features":[182]},{"name":"IIS_MD_UT_FILE","features":[182]},{"name":"IIS_MD_UT_SERVER","features":[182]},{"name":"IIS_MD_UT_WAM","features":[182]},{"name":"IIS_MD_VR_BASE","features":[182]},{"name":"IIS_WEBSOCKET","features":[182]},{"name":"IIS_WEBSOCKET_SERVER_VARIABLE","features":[182]},{"name":"IMAP_MD_ID_BEGIN_RESERVED","features":[182]},{"name":"IMAP_MD_ID_END_RESERVED","features":[182]},{"name":"IMGANIM_ANIMATED","features":[182]},{"name":"IMGANIM_MASK","features":[182]},{"name":"IMGBITS_MASK","features":[182]},{"name":"IMGBITS_NONE","features":[182]},{"name":"IMGBITS_PARTIAL","features":[182]},{"name":"IMGBITS_TOTAL","features":[182]},{"name":"IMGCHG_ANIMATE","features":[182]},{"name":"IMGCHG_COMPLETE","features":[182]},{"name":"IMGCHG_MASK","features":[182]},{"name":"IMGCHG_SIZE","features":[182]},{"name":"IMGCHG_VIEW","features":[182]},{"name":"IMGLOAD_COMPLETE","features":[182]},{"name":"IMGLOAD_ERROR","features":[182]},{"name":"IMGLOAD_LOADING","features":[182]},{"name":"IMGLOAD_MASK","features":[182]},{"name":"IMGLOAD_NOTLOADED","features":[182]},{"name":"IMGLOAD_STOPPED","features":[182]},{"name":"IMGTRANS_MASK","features":[182]},{"name":"IMGTRANS_OPAQUE","features":[182]},{"name":"IMSAdminBase2W","features":[182]},{"name":"IMSAdminBase3W","features":[182]},{"name":"IMSAdminBaseSinkW","features":[182]},{"name":"IMSAdminBaseW","features":[182]},{"name":"IMSImpExpHelpW","features":[182]},{"name":"INVALID_END_METADATA","features":[182]},{"name":"LIBID_ASPTypeLibrary","features":[182]},{"name":"LIBID_IISRSTALib","features":[182]},{"name":"LIBID_WAMREGLib","features":[182]},{"name":"LOGGING_PARAMETERS","features":[182]},{"name":"MB_DONT_IMPERSONATE","features":[182]},{"name":"MD_ACCESS_EXECUTE","features":[182]},{"name":"MD_ACCESS_MAP_CERT","features":[182]},{"name":"MD_ACCESS_MASK","features":[182]},{"name":"MD_ACCESS_NEGO_CERT","features":[182]},{"name":"MD_ACCESS_NO_PHYSICAL_DIR","features":[182]},{"name":"MD_ACCESS_NO_REMOTE_EXECUTE","features":[182]},{"name":"MD_ACCESS_NO_REMOTE_READ","features":[182]},{"name":"MD_ACCESS_NO_REMOTE_SCRIPT","features":[182]},{"name":"MD_ACCESS_NO_REMOTE_WRITE","features":[182]},{"name":"MD_ACCESS_PERM","features":[182]},{"name":"MD_ACCESS_READ","features":[182]},{"name":"MD_ACCESS_REQUIRE_CERT","features":[182]},{"name":"MD_ACCESS_SCRIPT","features":[182]},{"name":"MD_ACCESS_SOURCE","features":[182]},{"name":"MD_ACCESS_SSL","features":[182]},{"name":"MD_ACCESS_SSL128","features":[182]},{"name":"MD_ACCESS_WRITE","features":[182]},{"name":"MD_ACR_ENUM_KEYS","features":[182]},{"name":"MD_ACR_READ","features":[182]},{"name":"MD_ACR_RESTRICTED_WRITE","features":[182]},{"name":"MD_ACR_UNSECURE_PROPS_READ","features":[182]},{"name":"MD_ACR_WRITE","features":[182]},{"name":"MD_ACR_WRITE_DAC","features":[182]},{"name":"MD_ADMIN_ACL","features":[182]},{"name":"MD_ADMIN_INSTANCE","features":[182]},{"name":"MD_ADV_CACHE_TTL","features":[182]},{"name":"MD_ADV_NOTIFY_PWD_EXP_IN_DAYS","features":[182]},{"name":"MD_AD_CONNECTIONS_PASSWORD","features":[182]},{"name":"MD_AD_CONNECTIONS_USERNAME","features":[182]},{"name":"MD_ALLOW_ANONYMOUS","features":[182]},{"name":"MD_ALLOW_KEEPALIVES","features":[182]},{"name":"MD_ALLOW_PATH_INFO_FOR_SCRIPT_MAPPINGS","features":[182]},{"name":"MD_ALLOW_REPLACE_ON_RENAME","features":[182]},{"name":"MD_ANONYMOUS_ONLY","features":[182]},{"name":"MD_ANONYMOUS_PWD","features":[182]},{"name":"MD_ANONYMOUS_USER_NAME","features":[182]},{"name":"MD_ANONYMOUS_USE_SUBAUTH","features":[182]},{"name":"MD_APPPOOL_32_BIT_APP_ON_WIN64","features":[182]},{"name":"MD_APPPOOL_ALLOW_TRANSIENT_REGISTRATION","features":[182]},{"name":"MD_APPPOOL_APPPOOL_ID","features":[182]},{"name":"MD_APPPOOL_AUTO_SHUTDOWN_EXE","features":[182]},{"name":"MD_APPPOOL_AUTO_SHUTDOWN_PARAMS","features":[182]},{"name":"MD_APPPOOL_AUTO_START","features":[182]},{"name":"MD_APPPOOL_COMMAND","features":[182]},{"name":"MD_APPPOOL_COMMAND_START","features":[182]},{"name":"MD_APPPOOL_COMMAND_STOP","features":[182]},{"name":"MD_APPPOOL_DISALLOW_OVERLAPPING_ROTATION","features":[182]},{"name":"MD_APPPOOL_DISALLOW_ROTATION_ON_CONFIG_CHANGE","features":[182]},{"name":"MD_APPPOOL_EMULATION_ON_WINARM64","features":[182]},{"name":"MD_APPPOOL_IDENTITY_TYPE","features":[182]},{"name":"MD_APPPOOL_IDENTITY_TYPE_LOCALSERVICE","features":[182]},{"name":"MD_APPPOOL_IDENTITY_TYPE_LOCALSYSTEM","features":[182]},{"name":"MD_APPPOOL_IDENTITY_TYPE_NETWORKSERVICE","features":[182]},{"name":"MD_APPPOOL_IDENTITY_TYPE_SPECIFICUSER","features":[182]},{"name":"MD_APPPOOL_IDLE_TIMEOUT","features":[182]},{"name":"MD_APPPOOL_MANAGED_PIPELINE_MODE","features":[182]},{"name":"MD_APPPOOL_MANAGED_RUNTIME_VERSION","features":[182]},{"name":"MD_APPPOOL_MAX_PROCESS_COUNT","features":[182]},{"name":"MD_APPPOOL_ORPHAN_ACTION_EXE","features":[182]},{"name":"MD_APPPOOL_ORPHAN_ACTION_PARAMS","features":[182]},{"name":"MD_APPPOOL_ORPHAN_PROCESSES_FOR_DEBUGGING","features":[182]},{"name":"MD_APPPOOL_PERIODIC_RESTART_CONNECTIONS","features":[182]},{"name":"MD_APPPOOL_PERIODIC_RESTART_MEMORY","features":[182]},{"name":"MD_APPPOOL_PERIODIC_RESTART_PRIVATE_MEMORY","features":[182]},{"name":"MD_APPPOOL_PERIODIC_RESTART_REQUEST_COUNT","features":[182]},{"name":"MD_APPPOOL_PERIODIC_RESTART_SCHEDULE","features":[182]},{"name":"MD_APPPOOL_PERIODIC_RESTART_TIME","features":[182]},{"name":"MD_APPPOOL_PINGING_ENABLED","features":[182]},{"name":"MD_APPPOOL_PING_INTERVAL","features":[182]},{"name":"MD_APPPOOL_PING_RESPONSE_TIMELIMIT","features":[182]},{"name":"MD_APPPOOL_RAPID_FAIL_PROTECTION_ENABLED","features":[182]},{"name":"MD_APPPOOL_SHUTDOWN_TIMELIMIT","features":[182]},{"name":"MD_APPPOOL_SMP_AFFINITIZED","features":[182]},{"name":"MD_APPPOOL_SMP_AFFINITIZED_PROCESSOR_MASK","features":[182]},{"name":"MD_APPPOOL_STARTUP_TIMELIMIT","features":[182]},{"name":"MD_APPPOOL_STATE","features":[182]},{"name":"MD_APPPOOL_STATE_STARTED","features":[182]},{"name":"MD_APPPOOL_STATE_STARTING","features":[182]},{"name":"MD_APPPOOL_STATE_STOPPED","features":[182]},{"name":"MD_APPPOOL_STATE_STOPPING","features":[182]},{"name":"MD_APPPOOL_UL_APPPOOL_QUEUE_LENGTH","features":[182]},{"name":"MD_APP_ALLOW_TRANSIENT_REGISTRATION","features":[182]},{"name":"MD_APP_APPPOOL_ID","features":[182]},{"name":"MD_APP_AUTO_START","features":[182]},{"name":"MD_APP_DEPENDENCIES","features":[182]},{"name":"MD_APP_FRIENDLY_NAME","features":[182]},{"name":"MD_APP_ISOLATED","features":[182]},{"name":"MD_APP_OOP_RECOVER_LIMIT","features":[182]},{"name":"MD_APP_PACKAGE_ID","features":[182]},{"name":"MD_APP_PACKAGE_NAME","features":[182]},{"name":"MD_APP_PERIODIC_RESTART_REQUESTS","features":[182]},{"name":"MD_APP_PERIODIC_RESTART_SCHEDULE","features":[182]},{"name":"MD_APP_PERIODIC_RESTART_TIME","features":[182]},{"name":"MD_APP_POOL_LOG_EVENT_ON_PROCESSMODEL","features":[182]},{"name":"MD_APP_POOL_LOG_EVENT_ON_RECYCLE","features":[182]},{"name":"MD_APP_POOL_PROCESSMODEL_IDLE_TIMEOUT","features":[182]},{"name":"MD_APP_POOL_RECYCLE_CONFIG_CHANGE","features":[182]},{"name":"MD_APP_POOL_RECYCLE_ISAPI_UNHEALTHY","features":[182]},{"name":"MD_APP_POOL_RECYCLE_MEMORY","features":[182]},{"name":"MD_APP_POOL_RECYCLE_ON_DEMAND","features":[182]},{"name":"MD_APP_POOL_RECYCLE_PRIVATE_MEMORY","features":[182]},{"name":"MD_APP_POOL_RECYCLE_REQUESTS","features":[182]},{"name":"MD_APP_POOL_RECYCLE_SCHEDULE","features":[182]},{"name":"MD_APP_POOL_RECYCLE_TIME","features":[182]},{"name":"MD_APP_ROOT","features":[182]},{"name":"MD_APP_SHUTDOWN_TIME_LIMIT","features":[182]},{"name":"MD_APP_TRACE_URL_LIST","features":[182]},{"name":"MD_APP_WAM_CLSID","features":[182]},{"name":"MD_ASP_ALLOWOUTOFPROCCMPNTS","features":[182]},{"name":"MD_ASP_ALLOWOUTOFPROCCOMPONENTS","features":[182]},{"name":"MD_ASP_ALLOWSESSIONSTATE","features":[182]},{"name":"MD_ASP_BUFFERINGON","features":[182]},{"name":"MD_ASP_BUFFER_LIMIT","features":[182]},{"name":"MD_ASP_CALCLINENUMBER","features":[182]},{"name":"MD_ASP_CODEPAGE","features":[182]},{"name":"MD_ASP_DISKTEMPLATECACHEDIRECTORY","features":[182]},{"name":"MD_ASP_ENABLEAPPLICATIONRESTART","features":[182]},{"name":"MD_ASP_ENABLEASPHTMLFALLBACK","features":[182]},{"name":"MD_ASP_ENABLECHUNKEDENCODING","features":[182]},{"name":"MD_ASP_ENABLECLIENTDEBUG","features":[182]},{"name":"MD_ASP_ENABLEPARENTPATHS","features":[182]},{"name":"MD_ASP_ENABLESERVERDEBUG","features":[182]},{"name":"MD_ASP_ENABLETYPELIBCACHE","features":[182]},{"name":"MD_ASP_ERRORSTONTLOG","features":[182]},{"name":"MD_ASP_EXCEPTIONCATCHENABLE","features":[182]},{"name":"MD_ASP_EXECUTEINMTA","features":[182]},{"name":"MD_ASP_ID_LAST","features":[182]},{"name":"MD_ASP_KEEPSESSIONIDSECURE","features":[182]},{"name":"MD_ASP_LCID","features":[182]},{"name":"MD_ASP_LOGERRORREQUESTS","features":[182]},{"name":"MD_ASP_MAXDISKTEMPLATECACHEFILES","features":[182]},{"name":"MD_ASP_MAXREQUESTENTITY","features":[182]},{"name":"MD_ASP_MAX_REQUEST_ENTITY_ALLOWED","features":[182]},{"name":"MD_ASP_MEMFREEFACTOR","features":[182]},{"name":"MD_ASP_MINUSEDBLOCKS","features":[182]},{"name":"MD_ASP_PROCESSORTHREADMAX","features":[182]},{"name":"MD_ASP_QUEUECONNECTIONTESTTIME","features":[182]},{"name":"MD_ASP_QUEUETIMEOUT","features":[182]},{"name":"MD_ASP_REQEUSTQUEUEMAX","features":[182]},{"name":"MD_ASP_RUN_ONEND_ANON","features":[182]},{"name":"MD_ASP_SCRIPTENGINECACHEMAX","features":[182]},{"name":"MD_ASP_SCRIPTERRORMESSAGE","features":[182]},{"name":"MD_ASP_SCRIPTERRORSSENTTOBROWSER","features":[182]},{"name":"MD_ASP_SCRIPTFILECACHESIZE","features":[182]},{"name":"MD_ASP_SCRIPTLANGUAGE","features":[182]},{"name":"MD_ASP_SCRIPTLANGUAGELIST","features":[182]},{"name":"MD_ASP_SCRIPTTIMEOUT","features":[182]},{"name":"MD_ASP_SERVICE_ENABLE_SXS","features":[182]},{"name":"MD_ASP_SERVICE_ENABLE_TRACKER","features":[182]},{"name":"MD_ASP_SERVICE_FLAGS","features":[182]},{"name":"MD_ASP_SERVICE_FLAG_FUSION","features":[182]},{"name":"MD_ASP_SERVICE_FLAG_PARTITIONS","features":[182]},{"name":"MD_ASP_SERVICE_FLAG_TRACKER","features":[182]},{"name":"MD_ASP_SERVICE_PARTITION_ID","features":[182]},{"name":"MD_ASP_SERVICE_SXS_NAME","features":[182]},{"name":"MD_ASP_SERVICE_USE_PARTITION","features":[182]},{"name":"MD_ASP_SESSIONMAX","features":[182]},{"name":"MD_ASP_SESSIONTIMEOUT","features":[182]},{"name":"MD_ASP_THREADGATEENABLED","features":[182]},{"name":"MD_ASP_THREADGATELOADHIGH","features":[182]},{"name":"MD_ASP_THREADGATELOADLOW","features":[182]},{"name":"MD_ASP_THREADGATESLEEPDELAY","features":[182]},{"name":"MD_ASP_THREADGATESLEEPMAX","features":[182]},{"name":"MD_ASP_THREADGATETIMESLICE","features":[182]},{"name":"MD_ASP_TRACKTHREADINGMODEL","features":[182]},{"name":"MD_AUTHORIZATION","features":[182]},{"name":"MD_AUTHORIZATION_PERSISTENCE","features":[182]},{"name":"MD_AUTH_ADVNOTIFY_DISABLE","features":[182]},{"name":"MD_AUTH_ANONYMOUS","features":[182]},{"name":"MD_AUTH_BASIC","features":[182]},{"name":"MD_AUTH_CHANGE_DISABLE","features":[182]},{"name":"MD_AUTH_CHANGE_FLAGS","features":[182]},{"name":"MD_AUTH_CHANGE_UNSECURE","features":[182]},{"name":"MD_AUTH_CHANGE_URL","features":[182]},{"name":"MD_AUTH_EXPIRED_UNSECUREURL","features":[182]},{"name":"MD_AUTH_EXPIRED_URL","features":[182]},{"name":"MD_AUTH_MD5","features":[182]},{"name":"MD_AUTH_NT","features":[182]},{"name":"MD_AUTH_PASSPORT","features":[182]},{"name":"MD_AUTH_SINGLEREQUEST","features":[182]},{"name":"MD_AUTH_SINGLEREQUESTALWAYSIFPROXY","features":[182]},{"name":"MD_AUTH_SINGLEREQUESTIFPROXY","features":[182]},{"name":"MD_BACKUP_FORCE_BACKUP","features":[182]},{"name":"MD_BACKUP_HIGHEST_VERSION","features":[182]},{"name":"MD_BACKUP_MAX_LEN","features":[182]},{"name":"MD_BACKUP_MAX_VERSION","features":[182]},{"name":"MD_BACKUP_NEXT_VERSION","features":[182]},{"name":"MD_BACKUP_OVERWRITE","features":[182]},{"name":"MD_BACKUP_SAVE_FIRST","features":[182]},{"name":"MD_BANNER_MESSAGE","features":[182]},{"name":"MD_BINDINGS","features":[182]},{"name":"MD_CACHE_EXTENSIONS","features":[182]},{"name":"MD_CAL_AUTH_RESERVE_TIMEOUT","features":[182]},{"name":"MD_CAL_SSL_RESERVE_TIMEOUT","features":[182]},{"name":"MD_CAL_VC_PER_CONNECT","features":[182]},{"name":"MD_CAL_W3_ERROR","features":[182]},{"name":"MD_CC_MAX_AGE","features":[182]},{"name":"MD_CC_NO_CACHE","features":[182]},{"name":"MD_CC_OTHER","features":[182]},{"name":"MD_CENTRAL_W3C_LOGGING_ENABLED","features":[182]},{"name":"MD_CERT_CACHE_RETRIEVAL_ONLY","features":[182]},{"name":"MD_CERT_CHECK_REVOCATION_FRESHNESS_TIME","features":[182]},{"name":"MD_CERT_NO_REVOC_CHECK","features":[182]},{"name":"MD_CERT_NO_USAGE_CHECK","features":[182]},{"name":"MD_CGI_RESTRICTION_LIST","features":[182]},{"name":"MD_CHANGE_OBJECT_W","features":[182]},{"name":"MD_CHANGE_TYPE_ADD_OBJECT","features":[182]},{"name":"MD_CHANGE_TYPE_DELETE_DATA","features":[182]},{"name":"MD_CHANGE_TYPE_DELETE_OBJECT","features":[182]},{"name":"MD_CHANGE_TYPE_RENAME_OBJECT","features":[182]},{"name":"MD_CHANGE_TYPE_RESTORE","features":[182]},{"name":"MD_CHANGE_TYPE_SET_DATA","features":[182]},{"name":"MD_COMMENTS","features":[182]},{"name":"MD_CONNECTION_TIMEOUT","features":[182]},{"name":"MD_CPU_ACTION","features":[182]},{"name":"MD_CPU_APP_ENABLED","features":[182]},{"name":"MD_CPU_CGI_ENABLED","features":[182]},{"name":"MD_CPU_CGI_LIMIT","features":[182]},{"name":"MD_CPU_DISABLE_ALL_LOGGING","features":[182]},{"name":"MD_CPU_ENABLE_ACTIVE_PROCS","features":[182]},{"name":"MD_CPU_ENABLE_ALL_PROC_LOGGING","features":[182]},{"name":"MD_CPU_ENABLE_APP_LOGGING","features":[182]},{"name":"MD_CPU_ENABLE_CGI_LOGGING","features":[182]},{"name":"MD_CPU_ENABLE_EVENT","features":[182]},{"name":"MD_CPU_ENABLE_KERNEL_TIME","features":[182]},{"name":"MD_CPU_ENABLE_LOGGING","features":[182]},{"name":"MD_CPU_ENABLE_PAGE_FAULTS","features":[182]},{"name":"MD_CPU_ENABLE_PROC_TYPE","features":[182]},{"name":"MD_CPU_ENABLE_TERMINATED_PROCS","features":[182]},{"name":"MD_CPU_ENABLE_TOTAL_PROCS","features":[182]},{"name":"MD_CPU_ENABLE_USER_TIME","features":[182]},{"name":"MD_CPU_KILL_W3WP","features":[182]},{"name":"MD_CPU_LIMIT","features":[182]},{"name":"MD_CPU_LIMITS_ENABLED","features":[182]},{"name":"MD_CPU_LIMIT_LOGEVENT","features":[182]},{"name":"MD_CPU_LIMIT_PAUSE","features":[182]},{"name":"MD_CPU_LIMIT_PRIORITY","features":[182]},{"name":"MD_CPU_LIMIT_PROCSTOP","features":[182]},{"name":"MD_CPU_LOGGING_INTERVAL","features":[182]},{"name":"MD_CPU_LOGGING_MASK","features":[182]},{"name":"MD_CPU_LOGGING_OPTIONS","features":[182]},{"name":"MD_CPU_NO_ACTION","features":[182]},{"name":"MD_CPU_RESET_INTERVAL","features":[182]},{"name":"MD_CPU_THROTTLE","features":[182]},{"name":"MD_CPU_TRACE","features":[182]},{"name":"MD_CREATE_PROCESS_AS_USER","features":[182]},{"name":"MD_CREATE_PROC_NEW_CONSOLE","features":[182]},{"name":"MD_CUSTOM_DEPLOYMENT_DATA","features":[182]},{"name":"MD_CUSTOM_ERROR","features":[182]},{"name":"MD_CUSTOM_ERROR_DESC","features":[182]},{"name":"MD_DEFAULT_BACKUP_LOCATION","features":[182]},{"name":"MD_DEFAULT_LOAD_FILE","features":[182]},{"name":"MD_DEFAULT_LOGON_DOMAIN","features":[182]},{"name":"MD_DEMAND_START_THRESHOLD","features":[182]},{"name":"MD_DIRBROW_ENABLED","features":[182]},{"name":"MD_DIRBROW_LOADDEFAULT","features":[182]},{"name":"MD_DIRBROW_LONG_DATE","features":[182]},{"name":"MD_DIRBROW_SHOW_DATE","features":[182]},{"name":"MD_DIRBROW_SHOW_EXTENSION","features":[182]},{"name":"MD_DIRBROW_SHOW_SIZE","features":[182]},{"name":"MD_DIRBROW_SHOW_TIME","features":[182]},{"name":"MD_DIRECTORY_BROWSING","features":[182]},{"name":"MD_DISABLE_SOCKET_POOLING","features":[182]},{"name":"MD_DONT_LOG","features":[182]},{"name":"MD_DOWNLEVEL_ADMIN_INSTANCE","features":[182]},{"name":"MD_DO_REVERSE_DNS","features":[182]},{"name":"MD_ENABLEDPROTOCOLS","features":[182]},{"name":"MD_ENABLE_URL_AUTHORIZATION","features":[182]},{"name":"MD_ERROR_CANNOT_REMOVE_SECURE_ATTRIBUTE","features":[182]},{"name":"MD_ERROR_DATA_NOT_FOUND","features":[182]},{"name":"MD_ERROR_IISAO_INVALID_SCHEMA","features":[182]},{"name":"MD_ERROR_INVALID_VERSION","features":[182]},{"name":"MD_ERROR_NOT_INITIALIZED","features":[182]},{"name":"MD_ERROR_NO_SESSION_KEY","features":[182]},{"name":"MD_ERROR_READ_METABASE_FILE","features":[182]},{"name":"MD_ERROR_SECURE_CHANNEL_FAILURE","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_CONTENT_LENGTH","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_DEPTH","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_DESTINATION","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_IF","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_LOCK_TOKEN","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_OVERWRITE","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_REQUEST_BODY","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_TIMEOUT","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_TRANSLATE","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_WEBSOCKET_REQUEST","features":[182]},{"name":"MD_ERROR_SUB400_INVALID_XFF_HEADER","features":[182]},{"name":"MD_ERROR_SUB401_APPLICATION","features":[182]},{"name":"MD_ERROR_SUB401_FILTER","features":[182]},{"name":"MD_ERROR_SUB401_LOGON","features":[182]},{"name":"MD_ERROR_SUB401_LOGON_ACL","features":[182]},{"name":"MD_ERROR_SUB401_LOGON_CONFIG","features":[182]},{"name":"MD_ERROR_SUB401_URLAUTH_POLICY","features":[182]},{"name":"MD_ERROR_SUB403_ADDR_REJECT","features":[182]},{"name":"MD_ERROR_SUB403_APPPOOL_DENIED","features":[182]},{"name":"MD_ERROR_SUB403_CAL_EXCEEDED","features":[182]},{"name":"MD_ERROR_SUB403_CERT_BAD","features":[182]},{"name":"MD_ERROR_SUB403_CERT_REQUIRED","features":[182]},{"name":"MD_ERROR_SUB403_CERT_REVOKED","features":[182]},{"name":"MD_ERROR_SUB403_CERT_TIME_INVALID","features":[182]},{"name":"MD_ERROR_SUB403_DIR_LIST_DENIED","features":[182]},{"name":"MD_ERROR_SUB403_EXECUTE_ACCESS_DENIED","features":[182]},{"name":"MD_ERROR_SUB403_INFINITE_DEPTH_DENIED","features":[182]},{"name":"MD_ERROR_SUB403_INSUFFICIENT_PRIVILEGE_FOR_CGI","features":[182]},{"name":"MD_ERROR_SUB403_INVALID_CNFG","features":[182]},{"name":"MD_ERROR_SUB403_LOCK_TOKEN_REQUIRED","features":[182]},{"name":"MD_ERROR_SUB403_MAPPER_DENY_ACCESS","features":[182]},{"name":"MD_ERROR_SUB403_PASSPORT_LOGIN_FAILURE","features":[182]},{"name":"MD_ERROR_SUB403_PWD_CHANGE","features":[182]},{"name":"MD_ERROR_SUB403_READ_ACCESS_DENIED","features":[182]},{"name":"MD_ERROR_SUB403_SITE_ACCESS_DENIED","features":[182]},{"name":"MD_ERROR_SUB403_SOURCE_ACCESS_DENIED","features":[182]},{"name":"MD_ERROR_SUB403_SSL128_REQUIRED","features":[182]},{"name":"MD_ERROR_SUB403_SSL_REQUIRED","features":[182]},{"name":"MD_ERROR_SUB403_TOO_MANY_USERS","features":[182]},{"name":"MD_ERROR_SUB403_VALIDATION_FAILURE","features":[182]},{"name":"MD_ERROR_SUB403_WRITE_ACCESS_DENIED","features":[182]},{"name":"MD_ERROR_SUB404_DENIED_BY_FILTERING_RULE","features":[182]},{"name":"MD_ERROR_SUB404_DENIED_BY_MIMEMAP","features":[182]},{"name":"MD_ERROR_SUB404_DENIED_BY_POLICY","features":[182]},{"name":"MD_ERROR_SUB404_FILE_ATTRIBUTE_HIDDEN","features":[182]},{"name":"MD_ERROR_SUB404_FILE_EXTENSION_DENIED","features":[182]},{"name":"MD_ERROR_SUB404_HIDDEN_SEGMENT","features":[182]},{"name":"MD_ERROR_SUB404_NO_HANDLER","features":[182]},{"name":"MD_ERROR_SUB404_PRECONDITIONED_HANDLER","features":[182]},{"name":"MD_ERROR_SUB404_QUERY_STRING_SEQUENCE_DENIED","features":[182]},{"name":"MD_ERROR_SUB404_QUERY_STRING_TOO_LONG","features":[182]},{"name":"MD_ERROR_SUB404_SITE_NOT_FOUND","features":[182]},{"name":"MD_ERROR_SUB404_STATICFILE_DAV","features":[182]},{"name":"MD_ERROR_SUB404_TOO_MANY_URL_SEGMENTS","features":[182]},{"name":"MD_ERROR_SUB404_URL_DOUBLE_ESCAPED","features":[182]},{"name":"MD_ERROR_SUB404_URL_HAS_HIGH_BIT_CHARS","features":[182]},{"name":"MD_ERROR_SUB404_URL_SEQUENCE_DENIED","features":[182]},{"name":"MD_ERROR_SUB404_URL_TOO_LONG","features":[182]},{"name":"MD_ERROR_SUB404_VERB_DENIED","features":[182]},{"name":"MD_ERROR_SUB413_CONTENT_LENGTH_TOO_LARGE","features":[182]},{"name":"MD_ERROR_SUB423_LOCK_TOKEN_SUBMITTED","features":[182]},{"name":"MD_ERROR_SUB423_NO_CONFLICTING_LOCK","features":[182]},{"name":"MD_ERROR_SUB500_ASPNET_HANDLERS","features":[182]},{"name":"MD_ERROR_SUB500_ASPNET_IMPERSONATION","features":[182]},{"name":"MD_ERROR_SUB500_ASPNET_MODULES","features":[182]},{"name":"MD_ERROR_SUB500_BAD_METADATA","features":[182]},{"name":"MD_ERROR_SUB500_HANDLERS_MODULE","features":[182]},{"name":"MD_ERROR_SUB500_UNC_ACCESS","features":[182]},{"name":"MD_ERROR_SUB500_URLAUTH_NO_SCOPE","features":[182]},{"name":"MD_ERROR_SUB500_URLAUTH_NO_STORE","features":[182]},{"name":"MD_ERROR_SUB500_URLAUTH_STORE_ERROR","features":[182]},{"name":"MD_ERROR_SUB502_ARR_CONNECTION_ERROR","features":[182]},{"name":"MD_ERROR_SUB502_ARR_NO_SERVER","features":[182]},{"name":"MD_ERROR_SUB502_PREMATURE_EXIT","features":[182]},{"name":"MD_ERROR_SUB502_TIMEOUT","features":[182]},{"name":"MD_ERROR_SUB503_APP_CONCURRENT","features":[182]},{"name":"MD_ERROR_SUB503_ASPNET_QUEUE_FULL","features":[182]},{"name":"MD_ERROR_SUB503_CONNECTION_LIMIT","features":[182]},{"name":"MD_ERROR_SUB503_CPU_LIMIT","features":[182]},{"name":"MD_ERROR_SUB503_FASTCGI_QUEUE_FULL","features":[182]},{"name":"MD_EXIT_MESSAGE","features":[182]},{"name":"MD_EXPORT_INHERITED","features":[182]},{"name":"MD_EXPORT_NODE_ONLY","features":[182]},{"name":"MD_EXTLOG_BYTES_RECV","features":[182]},{"name":"MD_EXTLOG_BYTES_SENT","features":[182]},{"name":"MD_EXTLOG_CLIENT_IP","features":[182]},{"name":"MD_EXTLOG_COMPUTER_NAME","features":[182]},{"name":"MD_EXTLOG_COOKIE","features":[182]},{"name":"MD_EXTLOG_DATE","features":[182]},{"name":"MD_EXTLOG_HOST","features":[182]},{"name":"MD_EXTLOG_HTTP_STATUS","features":[182]},{"name":"MD_EXTLOG_HTTP_SUB_STATUS","features":[182]},{"name":"MD_EXTLOG_METHOD","features":[182]},{"name":"MD_EXTLOG_PROTOCOL_VERSION","features":[182]},{"name":"MD_EXTLOG_REFERER","features":[182]},{"name":"MD_EXTLOG_SERVER_IP","features":[182]},{"name":"MD_EXTLOG_SERVER_PORT","features":[182]},{"name":"MD_EXTLOG_SITE_NAME","features":[182]},{"name":"MD_EXTLOG_TIME","features":[182]},{"name":"MD_EXTLOG_TIME_TAKEN","features":[182]},{"name":"MD_EXTLOG_URI_QUERY","features":[182]},{"name":"MD_EXTLOG_URI_STEM","features":[182]},{"name":"MD_EXTLOG_USERNAME","features":[182]},{"name":"MD_EXTLOG_USER_AGENT","features":[182]},{"name":"MD_EXTLOG_WIN32_STATUS","features":[182]},{"name":"MD_FILTER_DESCRIPTION","features":[182]},{"name":"MD_FILTER_ENABLED","features":[182]},{"name":"MD_FILTER_ENABLE_CACHE","features":[182]},{"name":"MD_FILTER_FLAGS","features":[182]},{"name":"MD_FILTER_IMAGE_PATH","features":[182]},{"name":"MD_FILTER_LOAD_ORDER","features":[182]},{"name":"MD_FILTER_STATE","features":[182]},{"name":"MD_FILTER_STATE_LOADED","features":[182]},{"name":"MD_FILTER_STATE_UNLOADED","features":[182]},{"name":"MD_FOOTER_DOCUMENT","features":[182]},{"name":"MD_FOOTER_ENABLED","features":[182]},{"name":"MD_FRONTPAGE_WEB","features":[182]},{"name":"MD_FTPS_128_BITS","features":[182]},{"name":"MD_FTPS_ALLOW_CCC","features":[182]},{"name":"MD_FTPS_SECURE_ANONYMOUS","features":[182]},{"name":"MD_FTPS_SECURE_CONTROL_CHANNEL","features":[182]},{"name":"MD_FTPS_SECURE_DATA_CHANNEL","features":[182]},{"name":"MD_FTP_KEEP_PARTIAL_UPLOADS","features":[182]},{"name":"MD_FTP_LOG_IN_UTF_8","features":[182]},{"name":"MD_FTP_PASV_RESPONSE_IP","features":[182]},{"name":"MD_FTP_UTF8_FILE_NAMES","features":[182]},{"name":"MD_GLOBAL_BINARY_LOGGING_ENABLED","features":[182]},{"name":"MD_GLOBAL_BINSCHEMATIMESTAMP","features":[182]},{"name":"MD_GLOBAL_CHANGE_NUMBER","features":[182]},{"name":"MD_GLOBAL_EDIT_WHILE_RUNNING_MAJOR_VERSION_NUMBER","features":[182]},{"name":"MD_GLOBAL_EDIT_WHILE_RUNNING_MINOR_VERSION_NUMBER","features":[182]},{"name":"MD_GLOBAL_LOG_IN_UTF_8","features":[182]},{"name":"MD_GLOBAL_SESSIONKEY","features":[182]},{"name":"MD_GLOBAL_STANDARD_APP_MODE_ENABLED","features":[182]},{"name":"MD_GLOBAL_XMLSCHEMATIMESTAMP","features":[182]},{"name":"MD_GREETING_MESSAGE","features":[182]},{"name":"MD_HC_CACHE_CONTROL_HEADER","features":[182]},{"name":"MD_HC_COMPRESSION_BUFFER_SIZE","features":[182]},{"name":"MD_HC_COMPRESSION_DIRECTORY","features":[182]},{"name":"MD_HC_COMPRESSION_DLL","features":[182]},{"name":"MD_HC_CREATE_FLAGS","features":[182]},{"name":"MD_HC_DO_DISK_SPACE_LIMITING","features":[182]},{"name":"MD_HC_DO_DYNAMIC_COMPRESSION","features":[182]},{"name":"MD_HC_DO_NAMESPACE_DYNAMIC_COMPRESSION","features":[182]},{"name":"MD_HC_DO_NAMESPACE_STATIC_COMPRESSION","features":[182]},{"name":"MD_HC_DO_ON_DEMAND_COMPRESSION","features":[182]},{"name":"MD_HC_DO_STATIC_COMPRESSION","features":[182]},{"name":"MD_HC_DYNAMIC_COMPRESSION_LEVEL","features":[182]},{"name":"MD_HC_EXPIRES_HEADER","features":[182]},{"name":"MD_HC_FILES_DELETED_PER_DISK_FREE","features":[182]},{"name":"MD_HC_FILE_EXTENSIONS","features":[182]},{"name":"MD_HC_IO_BUFFER_SIZE","features":[182]},{"name":"MD_HC_MAX_DISK_SPACE_USAGE","features":[182]},{"name":"MD_HC_MAX_QUEUE_LENGTH","features":[182]},{"name":"MD_HC_MIME_TYPE","features":[182]},{"name":"MD_HC_MIN_FILE_SIZE_FOR_COMP","features":[182]},{"name":"MD_HC_NO_COMPRESSION_FOR_HTTP_10","features":[182]},{"name":"MD_HC_NO_COMPRESSION_FOR_PROXIES","features":[182]},{"name":"MD_HC_NO_COMPRESSION_FOR_RANGE","features":[182]},{"name":"MD_HC_ON_DEMAND_COMP_LEVEL","features":[182]},{"name":"MD_HC_PRIORITY","features":[182]},{"name":"MD_HC_SCRIPT_FILE_EXTENSIONS","features":[182]},{"name":"MD_HC_SEND_CACHE_HEADERS","features":[182]},{"name":"MD_HEADER_WAIT_TIMEOUT","features":[182]},{"name":"MD_HISTORY_LATEST","features":[182]},{"name":"MD_HTTPERRORS_EXISTING_RESPONSE","features":[182]},{"name":"MD_HTTP_CUSTOM","features":[182]},{"name":"MD_HTTP_EXPIRES","features":[182]},{"name":"MD_HTTP_FORWARDER_CUSTOM","features":[182]},{"name":"MD_HTTP_PICS","features":[182]},{"name":"MD_HTTP_REDIRECT","features":[182]},{"name":"MD_IISADMIN_EXTENSIONS","features":[182]},{"name":"MD_IMPORT_INHERITED","features":[182]},{"name":"MD_IMPORT_MERGE","features":[182]},{"name":"MD_IMPORT_NODE_ONLY","features":[182]},{"name":"MD_INSERT_PATH_STRING","features":[182]},{"name":"MD_INSERT_PATH_STRINGA","features":[182]},{"name":"MD_IN_PROCESS_ISAPI_APPS","features":[182]},{"name":"MD_IP_SEC","features":[182]},{"name":"MD_ISAPI_RESTRICTION_LIST","features":[182]},{"name":"MD_IS_CONTENT_INDEXED","features":[182]},{"name":"MD_KEY_TYPE","features":[182]},{"name":"MD_LEVELS_TO_SCAN","features":[182]},{"name":"MD_LOAD_BALANCER_CAPABILITIES","features":[182]},{"name":"MD_LOAD_BALANCER_CAPABILITIES_BASIC","features":[182]},{"name":"MD_LOAD_BALANCER_CAPABILITIES_SOPHISTICATED","features":[182]},{"name":"MD_LOCATION","features":[182]},{"name":"MD_LOGCUSTOM_DATATYPE_DOUBLE","features":[182]},{"name":"MD_LOGCUSTOM_DATATYPE_FLOAT","features":[182]},{"name":"MD_LOGCUSTOM_DATATYPE_INT","features":[182]},{"name":"MD_LOGCUSTOM_DATATYPE_LONG","features":[182]},{"name":"MD_LOGCUSTOM_DATATYPE_LPSTR","features":[182]},{"name":"MD_LOGCUSTOM_DATATYPE_LPWSTR","features":[182]},{"name":"MD_LOGCUSTOM_DATATYPE_UINT","features":[182]},{"name":"MD_LOGCUSTOM_DATATYPE_ULONG","features":[182]},{"name":"MD_LOGCUSTOM_PROPERTY_DATATYPE","features":[182]},{"name":"MD_LOGCUSTOM_PROPERTY_HEADER","features":[182]},{"name":"MD_LOGCUSTOM_PROPERTY_ID","features":[182]},{"name":"MD_LOGCUSTOM_PROPERTY_MASK","features":[182]},{"name":"MD_LOGCUSTOM_PROPERTY_NAME","features":[182]},{"name":"MD_LOGCUSTOM_PROPERTY_NODE_ID","features":[182]},{"name":"MD_LOGCUSTOM_SERVICES_STRING","features":[182]},{"name":"MD_LOGEXT_FIELD_MASK","features":[182]},{"name":"MD_LOGEXT_FIELD_MASK2","features":[182]},{"name":"MD_LOGFILE_DIRECTORY","features":[182]},{"name":"MD_LOGFILE_LOCALTIME_ROLLOVER","features":[182]},{"name":"MD_LOGFILE_PERIOD","features":[182]},{"name":"MD_LOGFILE_PERIOD_DAILY","features":[182]},{"name":"MD_LOGFILE_PERIOD_HOURLY","features":[182]},{"name":"MD_LOGFILE_PERIOD_MAXSIZE","features":[182]},{"name":"MD_LOGFILE_PERIOD_MONTHLY","features":[182]},{"name":"MD_LOGFILE_PERIOD_NONE","features":[182]},{"name":"MD_LOGFILE_PERIOD_WEEKLY","features":[182]},{"name":"MD_LOGFILE_TRUNCATE_SIZE","features":[182]},{"name":"MD_LOGON_BATCH","features":[182]},{"name":"MD_LOGON_INTERACTIVE","features":[182]},{"name":"MD_LOGON_METHOD","features":[182]},{"name":"MD_LOGON_NETWORK","features":[182]},{"name":"MD_LOGON_NETWORK_CLEARTEXT","features":[182]},{"name":"MD_LOGSQL_DATA_SOURCES","features":[182]},{"name":"MD_LOGSQL_PASSWORD","features":[182]},{"name":"MD_LOGSQL_TABLE_NAME","features":[182]},{"name":"MD_LOGSQL_USER_NAME","features":[182]},{"name":"MD_LOG_ANONYMOUS","features":[182]},{"name":"MD_LOG_NONANONYMOUS","features":[182]},{"name":"MD_LOG_PLUGINS_AVAILABLE","features":[182]},{"name":"MD_LOG_PLUGIN_MOD_ID","features":[182]},{"name":"MD_LOG_PLUGIN_ORDER","features":[182]},{"name":"MD_LOG_PLUGIN_UI_ID","features":[182]},{"name":"MD_LOG_TYPE","features":[182]},{"name":"MD_LOG_TYPE_DISABLED","features":[182]},{"name":"MD_LOG_TYPE_ENABLED","features":[182]},{"name":"MD_LOG_UNUSED1","features":[182]},{"name":"MD_MAX_BANDWIDTH","features":[182]},{"name":"MD_MAX_BANDWIDTH_BLOCKED","features":[182]},{"name":"MD_MAX_CHANGE_ENTRIES","features":[182]},{"name":"MD_MAX_CLIENTS_MESSAGE","features":[182]},{"name":"MD_MAX_CONNECTIONS","features":[182]},{"name":"MD_MAX_ENDPOINT_CONNECTIONS","features":[182]},{"name":"MD_MAX_ERROR_FILES","features":[182]},{"name":"MD_MAX_GLOBAL_BANDWIDTH","features":[182]},{"name":"MD_MAX_GLOBAL_CONNECTIONS","features":[182]},{"name":"MD_MAX_REQUEST_ENTITY_ALLOWED","features":[182]},{"name":"MD_MD_SERVER_SS_AUTH_MAPPING","features":[182]},{"name":"MD_METADATA_ID_REGISTRATION","features":[182]},{"name":"MD_MIME_MAP","features":[182]},{"name":"MD_MIN_FILE_BYTES_PER_SEC","features":[182]},{"name":"MD_MSDOS_DIR_OUTPUT","features":[182]},{"name":"MD_NETLOGON_WKS_DNS","features":[182]},{"name":"MD_NETLOGON_WKS_IP","features":[182]},{"name":"MD_NETLOGON_WKS_NONE","features":[182]},{"name":"MD_NET_LOGON_WKS","features":[182]},{"name":"MD_NOTIFEXAUTH_NTLMSSL","features":[182]},{"name":"MD_NOTIFY_ACCESS_DENIED","features":[182]},{"name":"MD_NOTIFY_AUTHENTICATION","features":[182]},{"name":"MD_NOTIFY_AUTH_COMPLETE","features":[182]},{"name":"MD_NOTIFY_END_OF_NET_SESSION","features":[182]},{"name":"MD_NOTIFY_END_OF_REQUEST","features":[182]},{"name":"MD_NOTIFY_LOG","features":[182]},{"name":"MD_NOTIFY_NONSECURE_PORT","features":[182]},{"name":"MD_NOTIFY_ORDER_DEFAULT","features":[182]},{"name":"MD_NOTIFY_ORDER_HIGH","features":[182]},{"name":"MD_NOTIFY_ORDER_LOW","features":[182]},{"name":"MD_NOTIFY_ORDER_MEDIUM","features":[182]},{"name":"MD_NOTIFY_PREPROC_HEADERS","features":[182]},{"name":"MD_NOTIFY_READ_RAW_DATA","features":[182]},{"name":"MD_NOTIFY_SECURE_PORT","features":[182]},{"name":"MD_NOTIFY_SEND_RAW_DATA","features":[182]},{"name":"MD_NOTIFY_SEND_RESPONSE","features":[182]},{"name":"MD_NOTIFY_URL_MAP","features":[182]},{"name":"MD_NOT_DELETABLE","features":[182]},{"name":"MD_NTAUTHENTICATION_PROVIDERS","features":[182]},{"name":"MD_PASSIVE_PORT_RANGE","features":[182]},{"name":"MD_PASSPORT_NEED_MAPPING","features":[182]},{"name":"MD_PASSPORT_NO_MAPPING","features":[182]},{"name":"MD_PASSPORT_REQUIRE_AD_MAPPING","features":[182]},{"name":"MD_PASSPORT_TRY_MAPPING","features":[182]},{"name":"MD_POOL_IDC_TIMEOUT","features":[182]},{"name":"MD_PROCESS_NTCR_IF_LOGGED_ON","features":[182]},{"name":"MD_PUT_READ_SIZE","features":[182]},{"name":"MD_RAPID_FAIL_PROTECTION_INTERVAL","features":[182]},{"name":"MD_RAPID_FAIL_PROTECTION_MAX_CRASHES","features":[182]},{"name":"MD_REALM","features":[182]},{"name":"MD_REDIRECT_HEADERS","features":[182]},{"name":"MD_RESTRICTION_LIST_CUSTOM_DESC","features":[182]},{"name":"MD_ROOT_ENABLE_EDIT_WHILE_RUNNING","features":[182]},{"name":"MD_ROOT_ENABLE_HISTORY","features":[182]},{"name":"MD_ROOT_MAX_HISTORY_FILES","features":[182]},{"name":"MD_SCHEMA_METAID","features":[182]},{"name":"MD_SCRIPTMAPFLAG_ALLOWED_ON_READ_DIR","features":[182]},{"name":"MD_SCRIPTMAPFLAG_CHECK_PATH_INFO","features":[182]},{"name":"MD_SCRIPTMAPFLAG_SCRIPT","features":[182]},{"name":"MD_SCRIPT_MAPS","features":[182]},{"name":"MD_SCRIPT_TIMEOUT","features":[182]},{"name":"MD_SECURE_BINDINGS","features":[182]},{"name":"MD_SECURITY_SETUP_REQUIRED","features":[182]},{"name":"MD_SERVER_AUTOSTART","features":[182]},{"name":"MD_SERVER_BINDINGS","features":[182]},{"name":"MD_SERVER_COMMAND","features":[182]},{"name":"MD_SERVER_COMMAND_CONTINUE","features":[182]},{"name":"MD_SERVER_COMMAND_PAUSE","features":[182]},{"name":"MD_SERVER_COMMAND_START","features":[182]},{"name":"MD_SERVER_COMMAND_STOP","features":[182]},{"name":"MD_SERVER_COMMENT","features":[182]},{"name":"MD_SERVER_CONFIGURATION_INFO","features":[182]},{"name":"MD_SERVER_CONFIG_ALLOW_ENCRYPT","features":[182]},{"name":"MD_SERVER_CONFIG_AUTO_PW_SYNC","features":[182]},{"name":"MD_SERVER_CONFIG_SSL_128","features":[182]},{"name":"MD_SERVER_CONFIG_SSL_40","features":[182]},{"name":"MD_SERVER_LISTEN_BACKLOG","features":[182]},{"name":"MD_SERVER_LISTEN_TIMEOUT","features":[182]},{"name":"MD_SERVER_SIZE","features":[182]},{"name":"MD_SERVER_SIZE_LARGE","features":[182]},{"name":"MD_SERVER_SIZE_MEDIUM","features":[182]},{"name":"MD_SERVER_SIZE_SMALL","features":[182]},{"name":"MD_SERVER_STATE","features":[182]},{"name":"MD_SERVER_STATE_CONTINUING","features":[182]},{"name":"MD_SERVER_STATE_PAUSED","features":[182]},{"name":"MD_SERVER_STATE_PAUSING","features":[182]},{"name":"MD_SERVER_STATE_STARTED","features":[182]},{"name":"MD_SERVER_STATE_STARTING","features":[182]},{"name":"MD_SERVER_STATE_STOPPED","features":[182]},{"name":"MD_SERVER_STATE_STOPPING","features":[182]},{"name":"MD_SET_HOST_NAME","features":[182]},{"name":"MD_SHOW_4_DIGIT_YEAR","features":[182]},{"name":"MD_SSI_EXEC_DISABLED","features":[182]},{"name":"MD_SSL_ACCESS_PERM","features":[182]},{"name":"MD_SSL_ALWAYS_NEGO_CLIENT_CERT","features":[182]},{"name":"MD_SSL_KEY_PASSWORD","features":[182]},{"name":"MD_SSL_KEY_REQUEST","features":[182]},{"name":"MD_SSL_PRIVATE_KEY","features":[182]},{"name":"MD_SSL_PUBLIC_KEY","features":[182]},{"name":"MD_SSL_USE_DS_MAPPER","features":[182]},{"name":"MD_STOP_LISTENING","features":[182]},{"name":"MD_SUPPRESS_DEFAULT_BANNER","features":[182]},{"name":"MD_UPLOAD_READAHEAD_SIZE","features":[182]},{"name":"MD_URL_AUTHORIZATION_IMPERSONATION_LEVEL","features":[182]},{"name":"MD_URL_AUTHORIZATION_SCOPE_NAME","features":[182]},{"name":"MD_URL_AUTHORIZATION_STORE_NAME","features":[182]},{"name":"MD_USER_ISOLATION","features":[182]},{"name":"MD_USER_ISOLATION_AD","features":[182]},{"name":"MD_USER_ISOLATION_BASIC","features":[182]},{"name":"MD_USER_ISOLATION_LAST","features":[182]},{"name":"MD_USER_ISOLATION_NONE","features":[182]},{"name":"MD_USE_DIGEST_SSP","features":[182]},{"name":"MD_USE_HOST_NAME","features":[182]},{"name":"MD_VR_IGNORE_TRANSLATE","features":[182]},{"name":"MD_VR_NO_CACHE","features":[182]},{"name":"MD_VR_PASSTHROUGH","features":[182]},{"name":"MD_VR_PASSWORD","features":[182]},{"name":"MD_VR_PATH","features":[182]},{"name":"MD_VR_USERNAME","features":[182]},{"name":"MD_WAM_PWD","features":[182]},{"name":"MD_WAM_USER_NAME","features":[182]},{"name":"MD_WARNING_DUP_NAME","features":[182]},{"name":"MD_WARNING_INVALID_DATA","features":[182]},{"name":"MD_WARNING_PATH_NOT_FOUND","features":[182]},{"name":"MD_WARNING_PATH_NOT_INSERTED","features":[182]},{"name":"MD_WARNING_SAVE_FAILED","features":[182]},{"name":"MD_WEBDAV_MAX_ATTRIBUTES_PER_ELEMENT","features":[182]},{"name":"MD_WEB_SVC_EXT_RESTRICTION_LIST","features":[182]},{"name":"MD_WIN32_ERROR","features":[182]},{"name":"METADATATYPES","features":[182]},{"name":"METADATA_DONT_EXPAND","features":[182]},{"name":"METADATA_GETALL_INTERNAL_RECORD","features":[182]},{"name":"METADATA_GETALL_RECORD","features":[182]},{"name":"METADATA_HANDLE_INFO","features":[182]},{"name":"METADATA_INHERIT","features":[182]},{"name":"METADATA_INSERT_PATH","features":[182]},{"name":"METADATA_ISINHERITED","features":[182]},{"name":"METADATA_LOCAL_MACHINE_ONLY","features":[182]},{"name":"METADATA_MASTER_ROOT_HANDLE","features":[182]},{"name":"METADATA_MAX_NAME_LEN","features":[182]},{"name":"METADATA_NON_SECURE_ONLY","features":[182]},{"name":"METADATA_NO_ATTRIBUTES","features":[182]},{"name":"METADATA_PARTIAL_PATH","features":[182]},{"name":"METADATA_PERMISSION_READ","features":[182]},{"name":"METADATA_PERMISSION_WRITE","features":[182]},{"name":"METADATA_RECORD","features":[182]},{"name":"METADATA_REFERENCE","features":[182]},{"name":"METADATA_SECURE","features":[182]},{"name":"METADATA_VOLATILE","features":[182]},{"name":"MSCS_MD_ID_BEGIN_RESERVED","features":[182]},{"name":"MSCS_MD_ID_END_RESERVED","features":[182]},{"name":"MULTISZ_METADATA","features":[182]},{"name":"NNTP_MD_ID_BEGIN_RESERVED","features":[182]},{"name":"NNTP_MD_ID_END_RESERVED","features":[182]},{"name":"PFN_GETEXTENSIONVERSION","features":[3,182]},{"name":"PFN_HSE_CACHE_INVALIDATION_CALLBACK","features":[182]},{"name":"PFN_HSE_GET_PROTOCOL_MANAGER_CUSTOM_INTERFACE_CALLBACK","features":[182]},{"name":"PFN_HSE_IO_COMPLETION","features":[3,182]},{"name":"PFN_HTTPEXTENSIONPROC","features":[3,182]},{"name":"PFN_IIS_GETSERVERVARIABLE","features":[3,182]},{"name":"PFN_IIS_READCLIENT","features":[3,182]},{"name":"PFN_IIS_SERVERSUPPORTFUNCTION","features":[3,182]},{"name":"PFN_IIS_WRITECLIENT","features":[3,182]},{"name":"PFN_TERMINATEEXTENSION","features":[3,182]},{"name":"PFN_WEB_CORE_ACTIVATE","features":[182]},{"name":"PFN_WEB_CORE_SET_METADATA_DLL_ENTRY","features":[182]},{"name":"PFN_WEB_CORE_SHUTDOWN","features":[182]},{"name":"POP3_MD_ID_BEGIN_RESERVED","features":[182]},{"name":"POP3_MD_ID_END_RESERVED","features":[182]},{"name":"POST_PROCESS_PARAMETERS","features":[3,182]},{"name":"PRE_PROCESS_PARAMETERS","features":[3,182]},{"name":"SF_DENIED_APPLICATION","features":[182]},{"name":"SF_DENIED_BY_CONFIG","features":[182]},{"name":"SF_DENIED_FILTER","features":[182]},{"name":"SF_DENIED_LOGON","features":[182]},{"name":"SF_DENIED_RESOURCE","features":[182]},{"name":"SF_MAX_AUTH_TYPE","features":[182]},{"name":"SF_MAX_FILTER_DESC_LEN","features":[182]},{"name":"SF_MAX_PASSWORD","features":[182]},{"name":"SF_MAX_USERNAME","features":[182]},{"name":"SF_NOTIFY_ACCESS_DENIED","features":[182]},{"name":"SF_NOTIFY_AUTHENTICATION","features":[182]},{"name":"SF_NOTIFY_AUTH_COMPLETE","features":[182]},{"name":"SF_NOTIFY_END_OF_NET_SESSION","features":[182]},{"name":"SF_NOTIFY_END_OF_REQUEST","features":[182]},{"name":"SF_NOTIFY_LOG","features":[182]},{"name":"SF_NOTIFY_NONSECURE_PORT","features":[182]},{"name":"SF_NOTIFY_ORDER_DEFAULT","features":[182]},{"name":"SF_NOTIFY_ORDER_HIGH","features":[182]},{"name":"SF_NOTIFY_ORDER_LOW","features":[182]},{"name":"SF_NOTIFY_ORDER_MEDIUM","features":[182]},{"name":"SF_NOTIFY_PREPROC_HEADERS","features":[182]},{"name":"SF_NOTIFY_READ_RAW_DATA","features":[182]},{"name":"SF_NOTIFY_SECURE_PORT","features":[182]},{"name":"SF_NOTIFY_SEND_RAW_DATA","features":[182]},{"name":"SF_NOTIFY_SEND_RESPONSE","features":[182]},{"name":"SF_NOTIFY_URL_MAP","features":[182]},{"name":"SF_PROPERTY_IIS","features":[182]},{"name":"SF_PROPERTY_INSTANCE_NUM_ID","features":[182]},{"name":"SF_PROPERTY_SSL_CTXT","features":[182]},{"name":"SF_REQ_ADD_HEADERS_ON_DENIAL","features":[182]},{"name":"SF_REQ_DISABLE_NOTIFICATIONS","features":[182]},{"name":"SF_REQ_GET_CONNID","features":[182]},{"name":"SF_REQ_GET_PROPERTY","features":[182]},{"name":"SF_REQ_NORMALIZE_URL","features":[182]},{"name":"SF_REQ_SEND_RESPONSE_HEADER","features":[182]},{"name":"SF_REQ_SET_CERTIFICATE_INFO","features":[182]},{"name":"SF_REQ_SET_NEXT_READ_SIZE","features":[182]},{"name":"SF_REQ_SET_PROXY_INFO","features":[182]},{"name":"SF_REQ_TYPE","features":[182]},{"name":"SF_STATUS_REQ_ERROR","features":[182]},{"name":"SF_STATUS_REQ_FINISHED","features":[182]},{"name":"SF_STATUS_REQ_FINISHED_KEEP_CONN","features":[182]},{"name":"SF_STATUS_REQ_HANDLED_NOTIFICATION","features":[182]},{"name":"SF_STATUS_REQ_NEXT_NOTIFICATION","features":[182]},{"name":"SF_STATUS_REQ_READ_NEXT","features":[182]},{"name":"SF_STATUS_TYPE","features":[182]},{"name":"SMTP_MD_ID_BEGIN_RESERVED","features":[182]},{"name":"SMTP_MD_ID_END_RESERVED","features":[182]},{"name":"STRING_METADATA","features":[182]},{"name":"USER_MD_ID_BASE_RESERVED","features":[182]},{"name":"WAM_MD_ID_BEGIN_RESERVED","features":[182]},{"name":"WAM_MD_ID_END_RESERVED","features":[182]},{"name":"WAM_MD_SERVER_BASE","features":[182]},{"name":"WEBDAV_MD_SERVER_BASE","features":[182]},{"name":"WEB_CORE_ACTIVATE_DLL_ENTRY","features":[182]},{"name":"WEB_CORE_DLL_NAME","features":[182]},{"name":"WEB_CORE_SET_METADATA_DLL_ENTRY","features":[182]},{"name":"WEB_CORE_SHUTDOWN_DLL_ENTRY","features":[182]}],"576":[{"name":"ABL_5_WO","features":[24]},{"name":"ADR_1","features":[24]},{"name":"ADR_2","features":[24]},{"name":"AIT1_8mm","features":[24]},{"name":"AIT_8mm","features":[24]},{"name":"AME_8mm","features":[24]},{"name":"ASSERT_ALTERNATE","features":[24]},{"name":"ASSERT_PRIMARY","features":[24]},{"name":"ASYNC_DUPLICATE_EXTENTS_STATUS","features":[24]},{"name":"ATAPI_ID_CMD","features":[24]},{"name":"AVATAR_F2","features":[24]},{"name":"AllElements","features":[24]},{"name":"AtaDataTypeIdentify","features":[24]},{"name":"AtaDataTypeLogPage","features":[24]},{"name":"AtaDataTypeUnknown","features":[24]},{"name":"BIN_COUNT","features":[24]},{"name":"BIN_RANGE","features":[24]},{"name":"BIN_RESULTS","features":[24]},{"name":"BIN_TYPES","features":[24]},{"name":"BOOT_AREA_INFO","features":[24]},{"name":"BULK_SECURITY_TEST_DATA","features":[24]},{"name":"CAP_ATAPI_ID_CMD","features":[24]},{"name":"CAP_ATA_ID_CMD","features":[24]},{"name":"CAP_SMART_CMD","features":[24]},{"name":"CDB_SIZE","features":[24]},{"name":"CD_R","features":[24]},{"name":"CD_ROM","features":[24]},{"name":"CD_RW","features":[24]},{"name":"CHANGER_BAR_CODE_SCANNER_INSTALLED","features":[24]},{"name":"CHANGER_CARTRIDGE_MAGAZINE","features":[24]},{"name":"CHANGER_CLEANER_ACCESS_NOT_VALID","features":[24]},{"name":"CHANGER_CLEANER_AUTODISMOUNT","features":[24]},{"name":"CHANGER_CLEANER_OPS_NOT_SUPPORTED","features":[24]},{"name":"CHANGER_CLEANER_SLOT","features":[24]},{"name":"CHANGER_CLOSE_IEPORT","features":[24]},{"name":"CHANGER_DEVICE_PROBLEM_TYPE","features":[24]},{"name":"CHANGER_DEVICE_REINITIALIZE_CAPABLE","features":[24]},{"name":"CHANGER_DRIVE_CLEANING_REQUIRED","features":[24]},{"name":"CHANGER_DRIVE_EMPTY_ON_DOOR_ACCESS","features":[24]},{"name":"CHANGER_ELEMENT","features":[24]},{"name":"CHANGER_ELEMENT_LIST","features":[24]},{"name":"CHANGER_ELEMENT_STATUS","features":[24]},{"name":"CHANGER_ELEMENT_STATUS_EX","features":[24]},{"name":"CHANGER_ELEMENT_STATUS_FLAGS","features":[24]},{"name":"CHANGER_EXCHANGE_MEDIA","features":[24]},{"name":"CHANGER_EXCHANGE_MEDIUM","features":[3,24]},{"name":"CHANGER_FEATURES","features":[24]},{"name":"CHANGER_IEPORT_USER_CONTROL_CLOSE","features":[24]},{"name":"CHANGER_IEPORT_USER_CONTROL_OPEN","features":[24]},{"name":"CHANGER_INITIALIZE_ELEMENT_STATUS","features":[3,24]},{"name":"CHANGER_INIT_ELEM_STAT_WITH_RANGE","features":[24]},{"name":"CHANGER_KEYPAD_ENABLE_DISABLE","features":[24]},{"name":"CHANGER_LOCK_UNLOCK","features":[24]},{"name":"CHANGER_MEDIUM_FLIP","features":[24]},{"name":"CHANGER_MOVE_EXTENDS_IEPORT","features":[24]},{"name":"CHANGER_MOVE_MEDIUM","features":[3,24]},{"name":"CHANGER_MOVE_RETRACTS_IEPORT","features":[24]},{"name":"CHANGER_OPEN_IEPORT","features":[24]},{"name":"CHANGER_POSITION_TO_ELEMENT","features":[24]},{"name":"CHANGER_PREDISMOUNT_ALIGN_TO_DRIVE","features":[24]},{"name":"CHANGER_PREDISMOUNT_ALIGN_TO_SLOT","features":[24]},{"name":"CHANGER_PREDISMOUNT_EJECT_REQUIRED","features":[24]},{"name":"CHANGER_PREMOUNT_EJECT_REQUIRED","features":[24]},{"name":"CHANGER_PRODUCT_DATA","features":[24]},{"name":"CHANGER_READ_ELEMENT_STATUS","features":[3,24]},{"name":"CHANGER_REPORT_IEPORT_STATE","features":[24]},{"name":"CHANGER_RESERVED_BIT","features":[24]},{"name":"CHANGER_RTN_MEDIA_TO_ORIGINAL_ADDR","features":[24]},{"name":"CHANGER_SEND_VOLUME_TAG_INFORMATION","features":[24]},{"name":"CHANGER_SERIAL_NUMBER_VALID","features":[24]},{"name":"CHANGER_SET_ACCESS","features":[24]},{"name":"CHANGER_SET_POSITION","features":[3,24]},{"name":"CHANGER_SLOTS_USE_TRAYS","features":[24]},{"name":"CHANGER_STATUS_NON_VOLATILE","features":[24]},{"name":"CHANGER_STORAGE_DRIVE","features":[24]},{"name":"CHANGER_STORAGE_IEPORT","features":[24]},{"name":"CHANGER_STORAGE_SLOT","features":[24]},{"name":"CHANGER_STORAGE_TRANSPORT","features":[24]},{"name":"CHANGER_TO_DRIVE","features":[24]},{"name":"CHANGER_TO_IEPORT","features":[24]},{"name":"CHANGER_TO_SLOT","features":[24]},{"name":"CHANGER_TO_TRANSPORT","features":[24]},{"name":"CHANGER_TRUE_EXCHANGE_CAPABLE","features":[24]},{"name":"CHANGER_VOLUME_ASSERT","features":[24]},{"name":"CHANGER_VOLUME_IDENTIFICATION","features":[24]},{"name":"CHANGER_VOLUME_REPLACE","features":[24]},{"name":"CHANGER_VOLUME_SEARCH","features":[24]},{"name":"CHANGER_VOLUME_UNDEFINE","features":[24]},{"name":"CHECKSUM_TYPE_CRC32","features":[24]},{"name":"CHECKSUM_TYPE_CRC64","features":[24]},{"name":"CHECKSUM_TYPE_ECC","features":[24]},{"name":"CHECKSUM_TYPE_FIRST_UNUSED_TYPE","features":[24]},{"name":"CHECKSUM_TYPE_NONE","features":[24]},{"name":"CHECKSUM_TYPE_SHA256","features":[24]},{"name":"CLASS_MEDIA_CHANGE_CONTEXT","features":[24]},{"name":"CLEANER_CARTRIDGE","features":[24]},{"name":"CLUSTER_RANGE","features":[24]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_DO_NOT_MAP_NAME","features":[24]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_EXCEPTION_ROOT","features":[24]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_ROOT","features":[24]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_TARGET_ROOT","features":[24]},{"name":"CONTAINER_ROOT_INFO_FLAG_LAYER_ROOT","features":[24]},{"name":"CONTAINER_ROOT_INFO_FLAG_SCRATCH_ROOT","features":[24]},{"name":"CONTAINER_ROOT_INFO_FLAG_UNION_LAYER_ROOT","features":[24]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_EXCEPTION_ROOT","features":[24]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_ROOT","features":[24]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_TARGET_ROOT","features":[24]},{"name":"CONTAINER_ROOT_INFO_INPUT","features":[24]},{"name":"CONTAINER_ROOT_INFO_OUTPUT","features":[24]},{"name":"CONTAINER_ROOT_INFO_VALID_FLAGS","features":[24]},{"name":"CONTAINER_VOLUME_STATE","features":[24]},{"name":"CONTAINER_VOLUME_STATE_HOSTING_CONTAINER","features":[24]},{"name":"COPYFILE_SIS_FLAGS","features":[24]},{"name":"COPYFILE_SIS_LINK","features":[24]},{"name":"COPYFILE_SIS_REPLACE","features":[24]},{"name":"CREATE_DISK","features":[24]},{"name":"CREATE_DISK_GPT","features":[24]},{"name":"CREATE_DISK_MBR","features":[24]},{"name":"CREATE_USN_JOURNAL_DATA","features":[24]},{"name":"CSVFS_DISK_CONNECTIVITY","features":[24]},{"name":"CSV_CONTROL_OP","features":[24]},{"name":"CSV_CONTROL_PARAM","features":[24]},{"name":"CSV_INVALID_DEVICE_NUMBER","features":[24]},{"name":"CSV_IS_OWNED_BY_CSVFS","features":[3,24]},{"name":"CSV_MGMTLOCK_CHECK_VOLUME_REDIRECTED","features":[24]},{"name":"CSV_MGMT_LOCK","features":[24]},{"name":"CSV_NAMESPACE_INFO","features":[24]},{"name":"CSV_QUERY_FILE_REVISION","features":[24]},{"name":"CSV_QUERY_FILE_REVISION_FILE_ID_128","features":[23,24]},{"name":"CSV_QUERY_MDS_PATH","features":[24]},{"name":"CSV_QUERY_MDS_PATH_FLAG_CSV_DIRECT_IO_ENABLED","features":[24]},{"name":"CSV_QUERY_MDS_PATH_FLAG_SMB_BYPASS_CSV_ENABLED","features":[24]},{"name":"CSV_QUERY_MDS_PATH_FLAG_STORAGE_ON_THIS_NODE_IS_CONNECTED","features":[24]},{"name":"CSV_QUERY_MDS_PATH_V2","features":[24]},{"name":"CSV_QUERY_MDS_PATH_V2_VERSION_1","features":[24]},{"name":"CSV_QUERY_REDIRECT_STATE","features":[3,24]},{"name":"CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT","features":[24]},{"name":"CSV_QUERY_VOLUME_ID","features":[24]},{"name":"CSV_QUERY_VOLUME_REDIRECT_STATE","features":[3,24]},{"name":"CSV_SET_VOLUME_ID","features":[24]},{"name":"CYGNET_12_WO","features":[24]},{"name":"ChangerDoor","features":[24]},{"name":"ChangerDrive","features":[24]},{"name":"ChangerIEPort","features":[24]},{"name":"ChangerKeypad","features":[24]},{"name":"ChangerMaxElement","features":[24]},{"name":"ChangerSlot","features":[24]},{"name":"ChangerTransport","features":[24]},{"name":"CsvControlDisableCaching","features":[24]},{"name":"CsvControlEnableCaching","features":[24]},{"name":"CsvControlEnableUSNRangeModificationTracking","features":[24]},{"name":"CsvControlGetCsvFsMdsPathV2","features":[24]},{"name":"CsvControlMarkHandleLocalVolumeMount","features":[24]},{"name":"CsvControlQueryFileRevision","features":[24]},{"name":"CsvControlQueryFileRevisionFileId128","features":[24]},{"name":"CsvControlQueryMdsPath","features":[24]},{"name":"CsvControlQueryMdsPathNoPause","features":[24]},{"name":"CsvControlQueryRedirectState","features":[24]},{"name":"CsvControlQueryVolumeId","features":[24]},{"name":"CsvControlQueryVolumeRedirectState","features":[24]},{"name":"CsvControlSetVolumeId","features":[24]},{"name":"CsvControlStartForceDFO","features":[24]},{"name":"CsvControlStartRedirectFile","features":[24]},{"name":"CsvControlStopForceDFO","features":[24]},{"name":"CsvControlStopRedirectFile","features":[24]},{"name":"CsvControlUnmarkHandleLocalVolumeMount","features":[24]},{"name":"CsvFsDiskConnectivityAllNodes","features":[24]},{"name":"CsvFsDiskConnectivityMdsNodeOnly","features":[24]},{"name":"CsvFsDiskConnectivityNone","features":[24]},{"name":"CsvFsDiskConnectivitySubsetOfNodes","features":[24]},{"name":"DAX_ALLOC_ALIGNMENT_FLAG_FALLBACK_SPECIFIED","features":[24]},{"name":"DAX_ALLOC_ALIGNMENT_FLAG_MANDATORY","features":[24]},{"name":"DDS_4mm","features":[24]},{"name":"DDUMP_FLAG_DATA_READ_FROM_DEVICE","features":[24]},{"name":"DECRYPTION_STATUS_BUFFER","features":[3,24]},{"name":"DELETE_USN_JOURNAL_DATA","features":[24]},{"name":"DETECTION_TYPE","features":[24]},{"name":"DEVICEDUMP_CAP_PRIVATE_SECTION","features":[24]},{"name":"DEVICEDUMP_CAP_RESTRICTED_SECTION","features":[24]},{"name":"DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE","features":[24]},{"name":"DEVICEDUMP_MAX_IDSTRING","features":[24]},{"name":"DEVICEDUMP_PRIVATE_SUBSECTION","features":[24]},{"name":"DEVICEDUMP_PUBLIC_SUBSECTION","features":[24]},{"name":"DEVICEDUMP_RESTRICTED_SUBSECTION","features":[24]},{"name":"DEVICEDUMP_SECTION_HEADER","features":[24]},{"name":"DEVICEDUMP_STORAGEDEVICE_DATA","features":[24]},{"name":"DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP","features":[24]},{"name":"DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD","features":[24]},{"name":"DEVICEDUMP_STRUCTURE_VERSION","features":[24]},{"name":"DEVICEDUMP_STRUCTURE_VERSION_V1","features":[24]},{"name":"DEVICEDUMP_SUBSECTION_POINTER","features":[24]},{"name":"DEVICE_COPY_OFFLOAD_DESCRIPTOR","features":[24]},{"name":"DEVICE_DATA_SET_LBP_STATE_PARAMETERS","features":[24]},{"name":"DEVICE_DATA_SET_LBP_STATE_PARAMETERS_VERSION_V1","features":[24]},{"name":"DEVICE_DATA_SET_LB_PROVISIONING_STATE","features":[24]},{"name":"DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2","features":[24]},{"name":"DEVICE_DATA_SET_RANGE","features":[24]},{"name":"DEVICE_DATA_SET_REPAIR_OUTPUT","features":[24]},{"name":"DEVICE_DATA_SET_REPAIR_PARAMETERS","features":[24]},{"name":"DEVICE_DATA_SET_SCRUB_EX_OUTPUT","features":[24]},{"name":"DEVICE_DATA_SET_SCRUB_OUTPUT","features":[24]},{"name":"DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT","features":[24]},{"name":"DEVICE_DSM_CONVERSION_OUTPUT","features":[24]},{"name":"DEVICE_DSM_DEFINITION","features":[3,24]},{"name":"DEVICE_DSM_FLAG_ALLOCATION_CONSOLIDATEABLE_ONLY","features":[24]},{"name":"DEVICE_DSM_FLAG_ENTIRE_DATA_SET_RANGE","features":[24]},{"name":"DEVICE_DSM_FLAG_PHYSICAL_ADDRESSES_OMIT_TOTAL_RANGES","features":[24]},{"name":"DEVICE_DSM_FLAG_REPAIR_INPUT_TOPOLOGY_ID_PRESENT","features":[24]},{"name":"DEVICE_DSM_FLAG_REPAIR_OUTPUT_PARITY_EXTENT","features":[24]},{"name":"DEVICE_DSM_FLAG_SCRUB_OUTPUT_PARITY_EXTENT","features":[24]},{"name":"DEVICE_DSM_FLAG_SCRUB_SKIP_IN_SYNC","features":[24]},{"name":"DEVICE_DSM_FLAG_TRIM_BYPASS_RZAT","features":[24]},{"name":"DEVICE_DSM_FLAG_TRIM_NOT_FS_ALLOCATED","features":[24]},{"name":"DEVICE_DSM_FREE_SPACE_OUTPUT","features":[24]},{"name":"DEVICE_DSM_LOST_QUERY_OUTPUT","features":[24]},{"name":"DEVICE_DSM_LOST_QUERY_PARAMETERS","features":[24]},{"name":"DEVICE_DSM_NOTIFICATION_PARAMETERS","features":[24]},{"name":"DEVICE_DSM_NOTIFY_FLAG_BEGIN","features":[24]},{"name":"DEVICE_DSM_NOTIFY_FLAG_END","features":[24]},{"name":"DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS","features":[24]},{"name":"DEVICE_DSM_OFFLOAD_READ_PARAMETERS","features":[24]},{"name":"DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS","features":[24]},{"name":"DEVICE_DSM_PARAMETERS_V1","features":[24]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT","features":[24]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT_V1","features":[24]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT_VERSION_V1","features":[24]},{"name":"DEVICE_DSM_RANGE_ERROR_INFO","features":[24]},{"name":"DEVICE_DSM_RANGE_ERROR_INFO_VERSION_V1","features":[24]},{"name":"DEVICE_DSM_RANGE_ERROR_OUTPUT_V1","features":[24]},{"name":"DEVICE_DSM_REPORT_ZONES_DATA","features":[3,24]},{"name":"DEVICE_DSM_REPORT_ZONES_PARAMETERS","features":[24]},{"name":"DEVICE_DSM_TIERING_QUERY_INPUT","features":[24]},{"name":"DEVICE_DSM_TIERING_QUERY_OUTPUT","features":[24]},{"name":"DEVICE_INTERNAL_STATUS_DATA","features":[24]},{"name":"DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE","features":[24]},{"name":"DEVICE_INTERNAL_STATUS_DATA_SET","features":[24]},{"name":"DEVICE_LB_PROVISIONING_DESCRIPTOR","features":[24]},{"name":"DEVICE_LOCATION","features":[24]},{"name":"DEVICE_MANAGE_DATA_SET_ATTRIBUTES","features":[24]},{"name":"DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT","features":[24]},{"name":"DEVICE_MEDIA_INFO","features":[23,24]},{"name":"DEVICE_POWER_DESCRIPTOR","features":[3,24]},{"name":"DEVICE_SEEK_PENALTY_DESCRIPTOR","features":[3,24]},{"name":"DEVICE_STORAGE_ADDRESS_RANGE","features":[24]},{"name":"DEVICE_STORAGE_NO_ERRORS","features":[24]},{"name":"DEVICE_STORAGE_RANGE_ATTRIBUTES","features":[24]},{"name":"DEVICE_TRIM_DESCRIPTOR","features":[3,24]},{"name":"DEVICE_WRITE_AGGREGATION_DESCRIPTOR","features":[3,24]},{"name":"DEVPKEY_Storage_Disk_Number","features":[1,24]},{"name":"DEVPKEY_Storage_Gpt_Name","features":[1,24]},{"name":"DEVPKEY_Storage_Gpt_Type","features":[1,24]},{"name":"DEVPKEY_Storage_Mbr_Type","features":[1,24]},{"name":"DEVPKEY_Storage_Partition_Number","features":[1,24]},{"name":"DEVPKEY_Storage_Portable","features":[1,24]},{"name":"DEVPKEY_Storage_Removable_Media","features":[1,24]},{"name":"DEVPKEY_Storage_System_Critical","features":[1,24]},{"name":"DISABLE_SMART","features":[24]},{"name":"DISK_ATTRIBUTE_OFFLINE","features":[24]},{"name":"DISK_ATTRIBUTE_READ_ONLY","features":[24]},{"name":"DISK_BINNING","features":[24]},{"name":"DISK_CACHE_INFORMATION","features":[3,24]},{"name":"DISK_CACHE_RETENTION_PRIORITY","features":[24]},{"name":"DISK_CONTROLLER_NUMBER","features":[24]},{"name":"DISK_DETECTION_INFO","features":[24]},{"name":"DISK_EXTENT","features":[24]},{"name":"DISK_EX_INT13_INFO","features":[24]},{"name":"DISK_GEOMETRY","features":[24]},{"name":"DISK_GEOMETRY_EX","features":[24]},{"name":"DISK_GROW_PARTITION","features":[24]},{"name":"DISK_HISTOGRAM","features":[24]},{"name":"DISK_INT13_INFO","features":[24]},{"name":"DISK_LOGGING","features":[24]},{"name":"DISK_LOGGING_DUMP","features":[24]},{"name":"DISK_LOGGING_START","features":[24]},{"name":"DISK_LOGGING_STOP","features":[24]},{"name":"DISK_PARTITION_INFO","features":[24]},{"name":"DISK_PERFORMANCE","features":[24]},{"name":"DISK_RECORD","features":[3,24]},{"name":"DLT","features":[24]},{"name":"DMI","features":[24]},{"name":"DRIVERSTATUS","features":[24]},{"name":"DRIVE_LAYOUT_INFORMATION","features":[3,24]},{"name":"DRIVE_LAYOUT_INFORMATION_EX","features":[3,24]},{"name":"DRIVE_LAYOUT_INFORMATION_GPT","features":[24]},{"name":"DRIVE_LAYOUT_INFORMATION_MBR","features":[24]},{"name":"DST_L","features":[24]},{"name":"DST_M","features":[24]},{"name":"DST_S","features":[24]},{"name":"DUPLICATE_EXTENTS_DATA","features":[3,24]},{"name":"DUPLICATE_EXTENTS_DATA32","features":[24]},{"name":"DUPLICATE_EXTENTS_DATA_EX","features":[3,24]},{"name":"DUPLICATE_EXTENTS_DATA_EX32","features":[24]},{"name":"DUPLICATE_EXTENTS_DATA_EX_ASYNC","features":[24]},{"name":"DUPLICATE_EXTENTS_DATA_EX_SOURCE_ATOMIC","features":[24]},{"name":"DUPLICATE_EXTENTS_STATE","features":[24]},{"name":"DVD_R","features":[24]},{"name":"DVD_RAM","features":[24]},{"name":"DVD_ROM","features":[24]},{"name":"DVD_RW","features":[24]},{"name":"DV_6mm","features":[24]},{"name":"DetectExInt13","features":[24]},{"name":"DetectInt13","features":[24]},{"name":"DetectNone","features":[24]},{"name":"DeviceCurrentInternalStatusData","features":[24]},{"name":"DeviceCurrentInternalStatusDataHeader","features":[24]},{"name":"DeviceDsmActionFlag_NonDestructive","features":[24]},{"name":"DeviceInternalStatusDataRequestTypeUndefined","features":[24]},{"name":"DeviceProblemCHMError","features":[24]},{"name":"DeviceProblemCHMMoveError","features":[24]},{"name":"DeviceProblemCHMZeroError","features":[24]},{"name":"DeviceProblemCalibrationError","features":[24]},{"name":"DeviceProblemCartridgeEjectError","features":[24]},{"name":"DeviceProblemCartridgeInsertError","features":[24]},{"name":"DeviceProblemDoorOpen","features":[24]},{"name":"DeviceProblemDriveError","features":[24]},{"name":"DeviceProblemGripperError","features":[24]},{"name":"DeviceProblemHardware","features":[24]},{"name":"DeviceProblemNone","features":[24]},{"name":"DeviceProblemPositionError","features":[24]},{"name":"DeviceProblemSensorError","features":[24]},{"name":"DeviceProblemTargetFailure","features":[24]},{"name":"DeviceSavedInternalStatusData","features":[24]},{"name":"DeviceSavedInternalStatusDataHeader","features":[24]},{"name":"DeviceStatusDataSet1","features":[24]},{"name":"DeviceStatusDataSet2","features":[24]},{"name":"DeviceStatusDataSet3","features":[24]},{"name":"DeviceStatusDataSet4","features":[24]},{"name":"DeviceStatusDataSetMax","features":[24]},{"name":"DeviceStatusDataSetUndefined","features":[24]},{"name":"DiskHealthHealthy","features":[24]},{"name":"DiskHealthMax","features":[24]},{"name":"DiskHealthUnhealthy","features":[24]},{"name":"DiskHealthUnknown","features":[24]},{"name":"DiskHealthWarning","features":[24]},{"name":"DiskOpReasonBackgroundOperation","features":[24]},{"name":"DiskOpReasonComponent","features":[24]},{"name":"DiskOpReasonConfiguration","features":[24]},{"name":"DiskOpReasonDataPersistenceLossImminent","features":[24]},{"name":"DiskOpReasonDeviceController","features":[24]},{"name":"DiskOpReasonDisabledByPlatform","features":[24]},{"name":"DiskOpReasonEnergySource","features":[24]},{"name":"DiskOpReasonHealthCheck","features":[24]},{"name":"DiskOpReasonInvalidFirmware","features":[24]},{"name":"DiskOpReasonIo","features":[24]},{"name":"DiskOpReasonLostData","features":[24]},{"name":"DiskOpReasonLostDataPersistence","features":[24]},{"name":"DiskOpReasonLostWritePersistence","features":[24]},{"name":"DiskOpReasonMax","features":[24]},{"name":"DiskOpReasonMedia","features":[24]},{"name":"DiskOpReasonMediaController","features":[24]},{"name":"DiskOpReasonNVDIMM_N","features":[24]},{"name":"DiskOpReasonScsiSenseCode","features":[24]},{"name":"DiskOpReasonThresholdExceeded","features":[24]},{"name":"DiskOpReasonUnknown","features":[24]},{"name":"DiskOpReasonWritePersistenceLossImminent","features":[24]},{"name":"DiskOpStatusHardwareError","features":[24]},{"name":"DiskOpStatusInService","features":[24]},{"name":"DiskOpStatusMissing","features":[24]},{"name":"DiskOpStatusNone","features":[24]},{"name":"DiskOpStatusNotUsable","features":[24]},{"name":"DiskOpStatusOk","features":[24]},{"name":"DiskOpStatusPredictingFailure","features":[24]},{"name":"DiskOpStatusTransientError","features":[24]},{"name":"DiskOpStatusUnknown","features":[24]},{"name":"EFS_TRACKED_OFFSET_HEADER_FLAG","features":[24]},{"name":"ELEMENT_STATUS_ACCESS","features":[24]},{"name":"ELEMENT_STATUS_AVOLTAG","features":[24]},{"name":"ELEMENT_STATUS_EXCEPT","features":[24]},{"name":"ELEMENT_STATUS_EXENAB","features":[24]},{"name":"ELEMENT_STATUS_FULL","features":[24]},{"name":"ELEMENT_STATUS_ID_VALID","features":[24]},{"name":"ELEMENT_STATUS_IMPEXP","features":[24]},{"name":"ELEMENT_STATUS_INENAB","features":[24]},{"name":"ELEMENT_STATUS_INVERT","features":[24]},{"name":"ELEMENT_STATUS_LUN_VALID","features":[24]},{"name":"ELEMENT_STATUS_NOT_BUS","features":[24]},{"name":"ELEMENT_STATUS_PRODUCT_DATA","features":[24]},{"name":"ELEMENT_STATUS_PVOLTAG","features":[24]},{"name":"ELEMENT_STATUS_SVALID","features":[24]},{"name":"ELEMENT_TYPE","features":[24]},{"name":"ENABLE_DISABLE_AUTOSAVE","features":[24]},{"name":"ENABLE_DISABLE_AUTO_OFFLINE","features":[24]},{"name":"ENABLE_SMART","features":[24]},{"name":"ENCRYPTED_DATA_INFO","features":[24]},{"name":"ENCRYPTED_DATA_INFO_SPARSE_FILE","features":[24]},{"name":"ENCRYPTION_BUFFER","features":[24]},{"name":"ENCRYPTION_FORMAT_DEFAULT","features":[24]},{"name":"ENCRYPTION_KEY_CTRL_INPUT","features":[24]},{"name":"ERROR_DRIVE_NOT_INSTALLED","features":[24]},{"name":"ERROR_HISTORY_DIRECTORY_ENTRY_DEFAULT_COUNT","features":[24]},{"name":"ERROR_INIT_STATUS_NEEDED","features":[24]},{"name":"ERROR_LABEL_QUESTIONABLE","features":[24]},{"name":"ERROR_LABEL_UNREADABLE","features":[24]},{"name":"ERROR_SLOT_NOT_PRESENT","features":[24]},{"name":"ERROR_TRAY_MALFUNCTION","features":[24]},{"name":"ERROR_UNHANDLED_ERROR","features":[24]},{"name":"EXECUTE_OFFLINE_DIAGS","features":[24]},{"name":"EXFAT_STATISTICS","features":[24]},{"name":"EXTENDED_ENCRYPTED_DATA_INFO","features":[24]},{"name":"EXTEND_IEPORT","features":[24]},{"name":"EqualPriority","features":[24]},{"name":"F3_120M_512","features":[24]},{"name":"F3_128Mb_512","features":[24]},{"name":"F3_1Pt23_1024","features":[24]},{"name":"F3_1Pt2_512","features":[24]},{"name":"F3_1Pt44_512","features":[24]},{"name":"F3_200Mb_512","features":[24]},{"name":"F3_20Pt8_512","features":[24]},{"name":"F3_230Mb_512","features":[24]},{"name":"F3_240M_512","features":[24]},{"name":"F3_2Pt88_512","features":[24]},{"name":"F3_32M_512","features":[24]},{"name":"F3_640_512","features":[24]},{"name":"F3_720_512","features":[24]},{"name":"F5_160_512","features":[24]},{"name":"F5_180_512","features":[24]},{"name":"F5_1Pt23_1024","features":[24]},{"name":"F5_1Pt2_512","features":[24]},{"name":"F5_320_1024","features":[24]},{"name":"F5_320_512","features":[24]},{"name":"F5_360_512","features":[24]},{"name":"F5_640_512","features":[24]},{"name":"F5_720_512","features":[24]},{"name":"F8_256_128","features":[24]},{"name":"FAT_STATISTICS","features":[24]},{"name":"FILESYSTEM_STATISTICS","features":[24]},{"name":"FILESYSTEM_STATISTICS_EX","features":[24]},{"name":"FILESYSTEM_STATISTICS_TYPE","features":[24]},{"name":"FILESYSTEM_STATISTICS_TYPE_EXFAT","features":[24]},{"name":"FILESYSTEM_STATISTICS_TYPE_FAT","features":[24]},{"name":"FILESYSTEM_STATISTICS_TYPE_NTFS","features":[24]},{"name":"FILESYSTEM_STATISTICS_TYPE_REFS","features":[24]},{"name":"FILE_ALLOCATED_RANGE_BUFFER","features":[24]},{"name":"FILE_ANY_ACCESS","features":[24]},{"name":"FILE_CLEAR_ENCRYPTION","features":[24]},{"name":"FILE_DESIRED_STORAGE_CLASS_INFORMATION","features":[24]},{"name":"FILE_DEVICE_8042_PORT","features":[24]},{"name":"FILE_DEVICE_ACPI","features":[24]},{"name":"FILE_DEVICE_BATTERY","features":[24]},{"name":"FILE_DEVICE_BEEP","features":[24]},{"name":"FILE_DEVICE_BIOMETRIC","features":[24]},{"name":"FILE_DEVICE_BLUETOOTH","features":[24]},{"name":"FILE_DEVICE_BUS_EXTENDER","features":[24]},{"name":"FILE_DEVICE_CD_ROM_FILE_SYSTEM","features":[24]},{"name":"FILE_DEVICE_CHANGER","features":[24]},{"name":"FILE_DEVICE_CONSOLE","features":[24]},{"name":"FILE_DEVICE_CONTROLLER","features":[24]},{"name":"FILE_DEVICE_CRYPT_PROVIDER","features":[24]},{"name":"FILE_DEVICE_DATALINK","features":[24]},{"name":"FILE_DEVICE_DEVAPI","features":[24]},{"name":"FILE_DEVICE_DFS","features":[24]},{"name":"FILE_DEVICE_DFS_FILE_SYSTEM","features":[24]},{"name":"FILE_DEVICE_DFS_VOLUME","features":[24]},{"name":"FILE_DEVICE_DISK_FILE_SYSTEM","features":[24]},{"name":"FILE_DEVICE_EHSTOR","features":[24]},{"name":"FILE_DEVICE_EVENT_COLLECTOR","features":[24]},{"name":"FILE_DEVICE_FILE_SYSTEM","features":[24]},{"name":"FILE_DEVICE_FIPS","features":[24]},{"name":"FILE_DEVICE_FULLSCREEN_VIDEO","features":[24]},{"name":"FILE_DEVICE_GPIO","features":[24]},{"name":"FILE_DEVICE_HOLOGRAPHIC","features":[24]},{"name":"FILE_DEVICE_INFINIBAND","features":[24]},{"name":"FILE_DEVICE_INPORT_PORT","features":[24]},{"name":"FILE_DEVICE_KEYBOARD","features":[24]},{"name":"FILE_DEVICE_KS","features":[24]},{"name":"FILE_DEVICE_KSEC","features":[24]},{"name":"FILE_DEVICE_MAILSLOT","features":[24]},{"name":"FILE_DEVICE_MASS_STORAGE","features":[24]},{"name":"FILE_DEVICE_MIDI_IN","features":[24]},{"name":"FILE_DEVICE_MIDI_OUT","features":[24]},{"name":"FILE_DEVICE_MODEM","features":[24]},{"name":"FILE_DEVICE_MOUSE","features":[24]},{"name":"FILE_DEVICE_MT_COMPOSITE","features":[24]},{"name":"FILE_DEVICE_MT_TRANSPORT","features":[24]},{"name":"FILE_DEVICE_MULTI_UNC_PROVIDER","features":[24]},{"name":"FILE_DEVICE_NAMED_PIPE","features":[24]},{"name":"FILE_DEVICE_NETWORK","features":[24]},{"name":"FILE_DEVICE_NETWORK_BROWSER","features":[24]},{"name":"FILE_DEVICE_NETWORK_FILE_SYSTEM","features":[24]},{"name":"FILE_DEVICE_NETWORK_REDIRECTOR","features":[24]},{"name":"FILE_DEVICE_NFP","features":[24]},{"name":"FILE_DEVICE_NULL","features":[24]},{"name":"FILE_DEVICE_NVDIMM","features":[24]},{"name":"FILE_DEVICE_PARALLEL_PORT","features":[24]},{"name":"FILE_DEVICE_PERSISTENT_MEMORY","features":[24]},{"name":"FILE_DEVICE_PHYSICAL_NETCARD","features":[24]},{"name":"FILE_DEVICE_PMI","features":[24]},{"name":"FILE_DEVICE_POINT_OF_SERVICE","features":[24]},{"name":"FILE_DEVICE_PRINTER","features":[24]},{"name":"FILE_DEVICE_PRM","features":[24]},{"name":"FILE_DEVICE_SCANNER","features":[24]},{"name":"FILE_DEVICE_SCREEN","features":[24]},{"name":"FILE_DEVICE_SDFXHCI","features":[24]},{"name":"FILE_DEVICE_SERENUM","features":[24]},{"name":"FILE_DEVICE_SERIAL_MOUSE_PORT","features":[24]},{"name":"FILE_DEVICE_SERIAL_PORT","features":[24]},{"name":"FILE_DEVICE_SMB","features":[24]},{"name":"FILE_DEVICE_SOUND","features":[24]},{"name":"FILE_DEVICE_SOUNDWIRE","features":[24]},{"name":"FILE_DEVICE_STORAGE_REPLICATION","features":[24]},{"name":"FILE_DEVICE_STREAMS","features":[24]},{"name":"FILE_DEVICE_SYSENV","features":[24]},{"name":"FILE_DEVICE_TAPE_FILE_SYSTEM","features":[24]},{"name":"FILE_DEVICE_TERMSRV","features":[24]},{"name":"FILE_DEVICE_TRANSPORT","features":[24]},{"name":"FILE_DEVICE_TRUST_ENV","features":[24]},{"name":"FILE_DEVICE_UCM","features":[24]},{"name":"FILE_DEVICE_UCMTCPCI","features":[24]},{"name":"FILE_DEVICE_UCMUCSI","features":[24]},{"name":"FILE_DEVICE_UNKNOWN","features":[24]},{"name":"FILE_DEVICE_USB4","features":[24]},{"name":"FILE_DEVICE_USBEX","features":[24]},{"name":"FILE_DEVICE_VDM","features":[24]},{"name":"FILE_DEVICE_VIDEO","features":[24]},{"name":"FILE_DEVICE_VIRTUAL_BLOCK","features":[24]},{"name":"FILE_DEVICE_VIRTUAL_DISK","features":[24]},{"name":"FILE_DEVICE_VMBUS","features":[24]},{"name":"FILE_DEVICE_WAVE_IN","features":[24]},{"name":"FILE_DEVICE_WAVE_OUT","features":[24]},{"name":"FILE_DEVICE_WPD","features":[24]},{"name":"FILE_FS_PERSISTENT_VOLUME_INFORMATION","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_NON_RESIDENT","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_NOT_FOUND","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_TOO_SMALL","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_CLUSTERS_ALREADY_IN_USE","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_DENY_DEFRAG","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_IS_BASE_RECORD","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_BASE_RECORD","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_EXIST","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_IN_USE","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_ORPHAN","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_REUSED","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_INDEX_ENTRY_MISMATCH","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_ARRAY_LENGTH_COUNT","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_LCN","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_ORPHAN_RECOVERY_NAME","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_PARENT","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_RUN_LENGTH","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_VCN","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_LCN_NOT_EXIST","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_MULTIPLE_FILE_NAME_ATTRIBUTES","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_NAME_CONFLICT","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_NOTHING_WRONG","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_NOT_IMPLEMENTED","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_ORPHAN","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_ORPHAN_GENERATED","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_OUT_OF_GENERIC_NAMES","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_OUT_OF_RESOURCE","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_BASE_RECORD","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_EXIST","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_INDEX","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_IN_USE","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_REUSED","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_POTENTIAL_CROSSLINK","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_PREVIOUS_PARENT_STILL_VALID","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_RECURSIVELY_CORRUPTED","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_REPAIRED","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_REPAIR_DISABLED","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_SID_MISMATCH","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_SID_VALID","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_STALE_INFORMATION","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_SYSTEM_FILE","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_UNABLE_TO_REPAIR","features":[24]},{"name":"FILE_INITIATE_REPAIR_HINT1_VALID_INDEX_ENTRY","features":[24]},{"name":"FILE_INITIATE_REPAIR_OUTPUT_BUFFER","features":[24]},{"name":"FILE_LAYOUT_ENTRY","features":[24]},{"name":"FILE_LAYOUT_INFO_ENTRY","features":[24]},{"name":"FILE_LAYOUT_NAME_ENTRY","features":[24]},{"name":"FILE_LAYOUT_NAME_ENTRY_DOS","features":[24]},{"name":"FILE_LAYOUT_NAME_ENTRY_PRIMARY","features":[24]},{"name":"FILE_LEVEL_TRIM","features":[24]},{"name":"FILE_LEVEL_TRIM_OUTPUT","features":[24]},{"name":"FILE_LEVEL_TRIM_RANGE","features":[24]},{"name":"FILE_MAKE_COMPATIBLE_BUFFER","features":[3,24]},{"name":"FILE_OBJECTID_BUFFER","features":[24]},{"name":"FILE_PREFETCH","features":[24]},{"name":"FILE_PREFETCH_EX","features":[24]},{"name":"FILE_PREFETCH_TYPE_FOR_CREATE","features":[24]},{"name":"FILE_PREFETCH_TYPE_FOR_CREATE_EX","features":[24]},{"name":"FILE_PREFETCH_TYPE_FOR_DIRENUM","features":[24]},{"name":"FILE_PREFETCH_TYPE_FOR_DIRENUM_EX","features":[24]},{"name":"FILE_PREFETCH_TYPE_MAX","features":[24]},{"name":"FILE_PROVIDER_COMPRESSION_MAXIMUM","features":[24]},{"name":"FILE_PROVIDER_CURRENT_VERSION","features":[24]},{"name":"FILE_PROVIDER_EXTERNAL_INFO_V0","features":[24]},{"name":"FILE_PROVIDER_EXTERNAL_INFO_V1","features":[24]},{"name":"FILE_PROVIDER_FLAG_COMPRESS_ON_WRITE","features":[24]},{"name":"FILE_PROVIDER_SINGLE_FILE","features":[24]},{"name":"FILE_QUERY_ON_DISK_VOL_INFO_BUFFER","features":[24]},{"name":"FILE_QUERY_SPARING_BUFFER","features":[3,24]},{"name":"FILE_READ_ACCESS","features":[24]},{"name":"FILE_REFERENCE_RANGE","features":[24]},{"name":"FILE_REGION_INFO","features":[24]},{"name":"FILE_REGION_INPUT","features":[24]},{"name":"FILE_REGION_OUTPUT","features":[24]},{"name":"FILE_REGION_USAGE_HUGE_PAGE_ALIGNMENT","features":[24]},{"name":"FILE_REGION_USAGE_LARGE_PAGE_ALIGNMENT","features":[24]},{"name":"FILE_REGION_USAGE_OTHER_PAGE_ALIGNMENT","features":[24]},{"name":"FILE_REGION_USAGE_QUERY_ALIGNMENT","features":[24]},{"name":"FILE_REGION_USAGE_VALID_CACHED_DATA","features":[24]},{"name":"FILE_REGION_USAGE_VALID_NONCACHED_DATA","features":[24]},{"name":"FILE_SET_DEFECT_MGMT_BUFFER","features":[3,24]},{"name":"FILE_SET_ENCRYPTION","features":[24]},{"name":"FILE_SET_SPARSE_BUFFER","features":[3,24]},{"name":"FILE_SPECIAL_ACCESS","features":[24]},{"name":"FILE_STORAGE_TIER","features":[24]},{"name":"FILE_STORAGE_TIER_CLASS","features":[24]},{"name":"FILE_STORAGE_TIER_DESCRIPTION_LENGTH","features":[24]},{"name":"FILE_STORAGE_TIER_FLAGS","features":[24]},{"name":"FILE_STORAGE_TIER_FLAG_NO_SEEK_PENALTY","features":[24]},{"name":"FILE_STORAGE_TIER_FLAG_PARITY","features":[24]},{"name":"FILE_STORAGE_TIER_FLAG_READ_CACHE","features":[24]},{"name":"FILE_STORAGE_TIER_FLAG_SMR","features":[24]},{"name":"FILE_STORAGE_TIER_FLAG_WRITE_BACK_CACHE","features":[24]},{"name":"FILE_STORAGE_TIER_MEDIA_TYPE","features":[24]},{"name":"FILE_STORAGE_TIER_NAME_LENGTH","features":[24]},{"name":"FILE_STORAGE_TIER_REGION","features":[24]},{"name":"FILE_SYSTEM_RECOGNITION_INFORMATION","features":[24]},{"name":"FILE_TYPE_NOTIFICATION_FLAG_USAGE_BEGIN","features":[24]},{"name":"FILE_TYPE_NOTIFICATION_FLAG_USAGE_END","features":[24]},{"name":"FILE_TYPE_NOTIFICATION_GUID_CRASHDUMP_FILE","features":[24]},{"name":"FILE_TYPE_NOTIFICATION_GUID_HIBERNATION_FILE","features":[24]},{"name":"FILE_TYPE_NOTIFICATION_GUID_PAGE_FILE","features":[24]},{"name":"FILE_TYPE_NOTIFICATION_INPUT","features":[24]},{"name":"FILE_WRITE_ACCESS","features":[24]},{"name":"FILE_ZERO_DATA_INFORMATION","features":[24]},{"name":"FILE_ZERO_DATA_INFORMATION_EX","features":[24]},{"name":"FILE_ZERO_DATA_INFORMATION_FLAG_PRESERVE_CACHED_DATA","features":[24]},{"name":"FIND_BY_SID_DATA","features":[6,24]},{"name":"FIND_BY_SID_OUTPUT","features":[24]},{"name":"FLAG_USN_TRACK_MODIFIED_RANGES_ENABLE","features":[24]},{"name":"FORMAT_EX_PARAMETERS","features":[24]},{"name":"FORMAT_PARAMETERS","features":[24]},{"name":"FSBPIO_INFL_None","features":[24]},{"name":"FSBPIO_INFL_SKIP_STORAGE_STACK_QUERY","features":[24]},{"name":"FSBPIO_OUTFL_COMPATIBLE_STORAGE_DRIVER","features":[24]},{"name":"FSBPIO_OUTFL_FILTER_ATTACH_BLOCKED","features":[24]},{"name":"FSBPIO_OUTFL_None","features":[24]},{"name":"FSBPIO_OUTFL_STREAM_BYPASS_PAUSED","features":[24]},{"name":"FSBPIO_OUTFL_VOLUME_STACK_BYPASS_PAUSED","features":[24]},{"name":"FSCTL_ADD_OVERLAY","features":[24]},{"name":"FSCTL_ADVANCE_FILE_ID","features":[24]},{"name":"FSCTL_ALLOW_EXTENDED_DASD_IO","features":[24]},{"name":"FSCTL_CLEAN_VOLUME_METADATA","features":[24]},{"name":"FSCTL_CLEAR_ALL_LCN_WEAK_REFERENCES","features":[24]},{"name":"FSCTL_CLEAR_LCN_WEAK_REFERENCE","features":[24]},{"name":"FSCTL_CORRUPTION_HANDLING","features":[24]},{"name":"FSCTL_CREATE_LCN_WEAK_REFERENCE","features":[24]},{"name":"FSCTL_CREATE_OR_GET_OBJECT_ID","features":[24]},{"name":"FSCTL_CREATE_USN_JOURNAL","features":[24]},{"name":"FSCTL_CSC_INTERNAL","features":[24]},{"name":"FSCTL_CSV_CONTROL","features":[24]},{"name":"FSCTL_CSV_GET_VOLUME_NAME_FOR_VOLUME_MOUNT_POINT","features":[24]},{"name":"FSCTL_CSV_GET_VOLUME_PATH_NAME","features":[24]},{"name":"FSCTL_CSV_GET_VOLUME_PATH_NAMES_FOR_VOLUME_NAME","features":[24]},{"name":"FSCTL_CSV_H_BREAKING_SYNC_TUNNEL_REQUEST","features":[24]},{"name":"FSCTL_CSV_INTERNAL","features":[24]},{"name":"FSCTL_CSV_MGMT_LOCK","features":[24]},{"name":"FSCTL_CSV_QUERY_DOWN_LEVEL_FILE_SYSTEM_CHARACTERISTICS","features":[24]},{"name":"FSCTL_CSV_QUERY_VETO_FILE_DIRECT_IO","features":[24]},{"name":"FSCTL_CSV_SYNC_TUNNEL_REQUEST","features":[24]},{"name":"FSCTL_CSV_TUNNEL_REQUEST","features":[24]},{"name":"FSCTL_DELETE_CORRUPTED_REFS_CONTAINER","features":[24]},{"name":"FSCTL_DELETE_EXTERNAL_BACKING","features":[24]},{"name":"FSCTL_DELETE_OBJECT_ID","features":[24]},{"name":"FSCTL_DELETE_REPARSE_POINT","features":[24]},{"name":"FSCTL_DELETE_USN_JOURNAL","features":[24]},{"name":"FSCTL_DFSR_SET_GHOST_HANDLE_STATE","features":[24]},{"name":"FSCTL_DISABLE_LOCAL_BUFFERING","features":[24]},{"name":"FSCTL_DISMOUNT_VOLUME","features":[24]},{"name":"FSCTL_DUPLICATE_CLUSTER","features":[24]},{"name":"FSCTL_DUPLICATE_EXTENTS_TO_FILE","features":[24]},{"name":"FSCTL_DUPLICATE_EXTENTS_TO_FILE_EX","features":[24]},{"name":"FSCTL_ENABLE_PER_IO_FLAGS","features":[24]},{"name":"FSCTL_ENABLE_UPGRADE","features":[24]},{"name":"FSCTL_ENCRYPTION_FSCTL_IO","features":[24]},{"name":"FSCTL_ENCRYPTION_KEY_CONTROL","features":[24]},{"name":"FSCTL_ENUM_EXTERNAL_BACKING","features":[24]},{"name":"FSCTL_ENUM_OVERLAY","features":[24]},{"name":"FSCTL_ENUM_USN_DATA","features":[24]},{"name":"FSCTL_EXTEND_VOLUME","features":[24]},{"name":"FSCTL_FILESYSTEM_GET_STATISTICS","features":[24]},{"name":"FSCTL_FILESYSTEM_GET_STATISTICS_EX","features":[24]},{"name":"FSCTL_FILE_LEVEL_TRIM","features":[24]},{"name":"FSCTL_FILE_PREFETCH","features":[24]},{"name":"FSCTL_FILE_TYPE_NOTIFICATION","features":[24]},{"name":"FSCTL_FIND_FILES_BY_SID","features":[24]},{"name":"FSCTL_GET_BOOT_AREA_INFO","features":[24]},{"name":"FSCTL_GET_COMPRESSION","features":[24]},{"name":"FSCTL_GET_EXTERNAL_BACKING","features":[24]},{"name":"FSCTL_GET_FILTER_FILE_IDENTIFIER","features":[24]},{"name":"FSCTL_GET_INTEGRITY_INFORMATION","features":[24]},{"name":"FSCTL_GET_INTEGRITY_INFORMATION_BUFFER","features":[24]},{"name":"FSCTL_GET_NTFS_FILE_RECORD","features":[24]},{"name":"FSCTL_GET_NTFS_VOLUME_DATA","features":[24]},{"name":"FSCTL_GET_OBJECT_ID","features":[24]},{"name":"FSCTL_GET_REFS_VOLUME_DATA","features":[24]},{"name":"FSCTL_GET_REPAIR","features":[24]},{"name":"FSCTL_GET_REPARSE_POINT","features":[24]},{"name":"FSCTL_GET_RETRIEVAL_POINTERS","features":[24]},{"name":"FSCTL_GET_RETRIEVAL_POINTERS_AND_REFCOUNT","features":[24]},{"name":"FSCTL_GET_RETRIEVAL_POINTER_BASE","features":[24]},{"name":"FSCTL_GET_RETRIEVAL_POINTER_COUNT","features":[24]},{"name":"FSCTL_GET_VOLUME_BITMAP","features":[24]},{"name":"FSCTL_GET_WOF_VERSION","features":[24]},{"name":"FSCTL_GHOST_FILE_EXTENTS","features":[24]},{"name":"FSCTL_HCS_ASYNC_TUNNEL_REQUEST","features":[24]},{"name":"FSCTL_HCS_SYNC_NO_WRITE_TUNNEL_REQUEST","features":[24]},{"name":"FSCTL_HCS_SYNC_TUNNEL_REQUEST","features":[24]},{"name":"FSCTL_INITIATE_FILE_METADATA_OPTIMIZATION","features":[24]},{"name":"FSCTL_INITIATE_REPAIR","features":[24]},{"name":"FSCTL_INTEGRITY_FLAG_CHECKSUM_ENFORCEMENT_OFF","features":[24]},{"name":"FSCTL_INVALIDATE_VOLUMES","features":[24]},{"name":"FSCTL_IS_CSV_FILE","features":[24]},{"name":"FSCTL_IS_FILE_ON_CSV_VOLUME","features":[24]},{"name":"FSCTL_IS_PATHNAME_VALID","features":[24]},{"name":"FSCTL_IS_VOLUME_DIRTY","features":[24]},{"name":"FSCTL_IS_VOLUME_MOUNTED","features":[24]},{"name":"FSCTL_IS_VOLUME_OWNED_BYCSVFS","features":[24]},{"name":"FSCTL_LMR_QUERY_INFO","features":[24]},{"name":"FSCTL_LOCK_VOLUME","features":[24]},{"name":"FSCTL_LOOKUP_STREAM_FROM_CLUSTER","features":[24]},{"name":"FSCTL_MAKE_MEDIA_COMPATIBLE","features":[24]},{"name":"FSCTL_MANAGE_BYPASS_IO","features":[24]},{"name":"FSCTL_MARK_AS_SYSTEM_HIVE","features":[24]},{"name":"FSCTL_MARK_HANDLE","features":[24]},{"name":"FSCTL_MARK_VOLUME_DIRTY","features":[24]},{"name":"FSCTL_MOVE_FILE","features":[24]},{"name":"FSCTL_NOTIFY_DATA_CHANGE","features":[24]},{"name":"FSCTL_NOTIFY_STORAGE_SPACE_ALLOCATION","features":[24]},{"name":"FSCTL_OFFLOAD_READ","features":[24]},{"name":"FSCTL_OFFLOAD_READ_INPUT","features":[24]},{"name":"FSCTL_OFFLOAD_READ_OUTPUT","features":[24]},{"name":"FSCTL_OFFLOAD_WRITE","features":[24]},{"name":"FSCTL_OFFLOAD_WRITE_INPUT","features":[24]},{"name":"FSCTL_OFFLOAD_WRITE_OUTPUT","features":[24]},{"name":"FSCTL_OPBATCH_ACK_CLOSE_PENDING","features":[24]},{"name":"FSCTL_OPLOCK_BREAK_ACKNOWLEDGE","features":[24]},{"name":"FSCTL_OPLOCK_BREAK_ACK_NO_2","features":[24]},{"name":"FSCTL_OPLOCK_BREAK_NOTIFY","features":[24]},{"name":"FSCTL_QUERY_ALLOCATED_RANGES","features":[24]},{"name":"FSCTL_QUERY_ASYNC_DUPLICATE_EXTENTS_STATUS","features":[24]},{"name":"FSCTL_QUERY_BAD_RANGES","features":[24]},{"name":"FSCTL_QUERY_DEPENDENT_VOLUME","features":[24]},{"name":"FSCTL_QUERY_DIRECT_ACCESS_EXTENTS","features":[24]},{"name":"FSCTL_QUERY_DIRECT_IMAGE_ORIGINAL_BASE","features":[24]},{"name":"FSCTL_QUERY_EXTENT_READ_CACHE_INFO","features":[24]},{"name":"FSCTL_QUERY_FAT_BPB","features":[24]},{"name":"FSCTL_QUERY_FAT_BPB_BUFFER","features":[24]},{"name":"FSCTL_QUERY_FILE_LAYOUT","features":[24]},{"name":"FSCTL_QUERY_FILE_METADATA_OPTIMIZATION","features":[24]},{"name":"FSCTL_QUERY_FILE_REGIONS","features":[24]},{"name":"FSCTL_QUERY_FILE_SYSTEM_RECOGNITION","features":[24]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS","features":[24]},{"name":"FSCTL_QUERY_LCN_WEAK_REFERENCE","features":[24]},{"name":"FSCTL_QUERY_ON_DISK_VOLUME_INFO","features":[24]},{"name":"FSCTL_QUERY_PAGEFILE_ENCRYPTION","features":[24]},{"name":"FSCTL_QUERY_PERSISTENT_VOLUME_STATE","features":[24]},{"name":"FSCTL_QUERY_REFS_SMR_VOLUME_INFO","features":[24]},{"name":"FSCTL_QUERY_REFS_VOLUME_COUNTER_INFO","features":[24]},{"name":"FSCTL_QUERY_REGION_INFO","features":[24]},{"name":"FSCTL_QUERY_REGION_INFO_INPUT","features":[24]},{"name":"FSCTL_QUERY_REGION_INFO_OUTPUT","features":[24]},{"name":"FSCTL_QUERY_RETRIEVAL_POINTERS","features":[24]},{"name":"FSCTL_QUERY_SHARED_VIRTUAL_DISK_SUPPORT","features":[24]},{"name":"FSCTL_QUERY_SPARING_INFO","features":[24]},{"name":"FSCTL_QUERY_STORAGE_CLASSES","features":[24]},{"name":"FSCTL_QUERY_STORAGE_CLASSES_OUTPUT","features":[24]},{"name":"FSCTL_QUERY_USN_JOURNAL","features":[24]},{"name":"FSCTL_QUERY_VOLUME_CONTAINER_STATE","features":[24]},{"name":"FSCTL_QUERY_VOLUME_NUMA_INFO","features":[24]},{"name":"FSCTL_READ_FILE_USN_DATA","features":[24]},{"name":"FSCTL_READ_FROM_PLEX","features":[24]},{"name":"FSCTL_READ_RAW_ENCRYPTED","features":[24]},{"name":"FSCTL_READ_UNPRIVILEGED_USN_JOURNAL","features":[24]},{"name":"FSCTL_READ_USN_JOURNAL","features":[24]},{"name":"FSCTL_REARRANGE_FILE","features":[24]},{"name":"FSCTL_RECALL_FILE","features":[24]},{"name":"FSCTL_REFS_CHECKPOINT_VOLUME","features":[24]},{"name":"FSCTL_REFS_DEALLOCATE_RANGES","features":[24]},{"name":"FSCTL_REFS_DEALLOCATE_RANGES_EX","features":[24]},{"name":"FSCTL_REFS_QUERY_VOLUME_COMPRESSION_INFO","features":[24]},{"name":"FSCTL_REFS_QUERY_VOLUME_DEDUP_INFO","features":[24]},{"name":"FSCTL_REFS_QUERY_VOLUME_IO_METRICS_INFO","features":[24]},{"name":"FSCTL_REFS_QUERY_VOLUME_TOTAL_SHARED_LCNS","features":[24]},{"name":"FSCTL_REFS_SET_VOLUME_COMPRESSION_INFO","features":[24]},{"name":"FSCTL_REFS_SET_VOLUME_DEDUP_INFO","features":[24]},{"name":"FSCTL_REFS_SET_VOLUME_IO_METRICS_INFO","features":[24]},{"name":"FSCTL_REFS_STREAM_SNAPSHOT_MANAGEMENT","features":[24]},{"name":"FSCTL_REMOVE_OVERLAY","features":[24]},{"name":"FSCTL_REPAIR_COPIES","features":[24]},{"name":"FSCTL_REQUEST_BATCH_OPLOCK","features":[24]},{"name":"FSCTL_REQUEST_FILTER_OPLOCK","features":[24]},{"name":"FSCTL_REQUEST_OPLOCK","features":[24]},{"name":"FSCTL_REQUEST_OPLOCK_LEVEL_1","features":[24]},{"name":"FSCTL_REQUEST_OPLOCK_LEVEL_2","features":[24]},{"name":"FSCTL_RESET_VOLUME_ALLOCATION_HINTS","features":[24]},{"name":"FSCTL_RKF_INTERNAL","features":[24]},{"name":"FSCTL_SCRUB_DATA","features":[24]},{"name":"FSCTL_SCRUB_UNDISCOVERABLE_ID","features":[24]},{"name":"FSCTL_SD_GLOBAL_CHANGE","features":[24]},{"name":"FSCTL_SECURITY_ID_CHECK","features":[24]},{"name":"FSCTL_SET_BOOTLOADER_ACCESSED","features":[24]},{"name":"FSCTL_SET_CACHED_RUNS_STATE","features":[24]},{"name":"FSCTL_SET_COMPRESSION","features":[24]},{"name":"FSCTL_SET_DAX_ALLOC_ALIGNMENT_HINT","features":[24]},{"name":"FSCTL_SET_DEFECT_MANAGEMENT","features":[24]},{"name":"FSCTL_SET_ENCRYPTION","features":[24]},{"name":"FSCTL_SET_EXTERNAL_BACKING","features":[24]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION","features":[24]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_BUFFER","features":[24]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX","features":[24]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_EX","features":[24]},{"name":"FSCTL_SET_LAYER_ROOT","features":[24]},{"name":"FSCTL_SET_OBJECT_ID","features":[24]},{"name":"FSCTL_SET_OBJECT_ID_EXTENDED","features":[24]},{"name":"FSCTL_SET_PERSISTENT_VOLUME_STATE","features":[24]},{"name":"FSCTL_SET_PURGE_FAILURE_MODE","features":[24]},{"name":"FSCTL_SET_REFS_FILE_STRICTLY_SEQUENTIAL","features":[24]},{"name":"FSCTL_SET_REFS_SMR_VOLUME_GC_PARAMETERS","features":[24]},{"name":"FSCTL_SET_REPAIR","features":[24]},{"name":"FSCTL_SET_REPARSE_POINT","features":[24]},{"name":"FSCTL_SET_REPARSE_POINT_EX","features":[24]},{"name":"FSCTL_SET_SHORT_NAME_BEHAVIOR","features":[24]},{"name":"FSCTL_SET_SPARSE","features":[24]},{"name":"FSCTL_SET_VOLUME_COMPRESSION_STATE","features":[24]},{"name":"FSCTL_SET_ZERO_DATA","features":[24]},{"name":"FSCTL_SET_ZERO_ON_DEALLOCATION","features":[24]},{"name":"FSCTL_SHRINK_VOLUME","features":[24]},{"name":"FSCTL_SHUFFLE_FILE","features":[24]},{"name":"FSCTL_SIS_COPYFILE","features":[24]},{"name":"FSCTL_SIS_LINK_FILES","features":[24]},{"name":"FSCTL_SMB_SHARE_FLUSH_AND_PURGE","features":[24]},{"name":"FSCTL_SPARSE_OVERALLOCATE","features":[24]},{"name":"FSCTL_SSDI_STORAGE_REQUEST","features":[24]},{"name":"FSCTL_START_VIRTUALIZATION_INSTANCE","features":[24]},{"name":"FSCTL_START_VIRTUALIZATION_INSTANCE_EX","features":[24]},{"name":"FSCTL_STORAGE_QOS_CONTROL","features":[24]},{"name":"FSCTL_STREAMS_ASSOCIATE_ID","features":[24]},{"name":"FSCTL_STREAMS_QUERY_ID","features":[24]},{"name":"FSCTL_STREAMS_QUERY_PARAMETERS","features":[24]},{"name":"FSCTL_SUSPEND_OVERLAY","features":[24]},{"name":"FSCTL_SVHDX_ASYNC_TUNNEL_REQUEST","features":[24]},{"name":"FSCTL_SVHDX_SET_INITIATOR_INFORMATION","features":[24]},{"name":"FSCTL_SVHDX_SYNC_TUNNEL_REQUEST","features":[24]},{"name":"FSCTL_TXFS_CREATE_MINIVERSION","features":[24]},{"name":"FSCTL_TXFS_CREATE_SECONDARY_RM","features":[24]},{"name":"FSCTL_TXFS_GET_METADATA_INFO","features":[24]},{"name":"FSCTL_TXFS_GET_TRANSACTED_VERSION","features":[24]},{"name":"FSCTL_TXFS_LIST_TRANSACTIONS","features":[24]},{"name":"FSCTL_TXFS_LIST_TRANSACTION_LOCKED_FILES","features":[24]},{"name":"FSCTL_TXFS_MODIFY_RM","features":[24]},{"name":"FSCTL_TXFS_QUERY_RM_INFORMATION","features":[24]},{"name":"FSCTL_TXFS_READ_BACKUP_INFORMATION","features":[24]},{"name":"FSCTL_TXFS_READ_BACKUP_INFORMATION2","features":[24]},{"name":"FSCTL_TXFS_ROLLFORWARD_REDO","features":[24]},{"name":"FSCTL_TXFS_ROLLFORWARD_UNDO","features":[24]},{"name":"FSCTL_TXFS_SAVEPOINT_INFORMATION","features":[24]},{"name":"FSCTL_TXFS_SHUTDOWN_RM","features":[24]},{"name":"FSCTL_TXFS_START_RM","features":[24]},{"name":"FSCTL_TXFS_TRANSACTION_ACTIVE","features":[24]},{"name":"FSCTL_TXFS_WRITE_BACKUP_INFORMATION","features":[24]},{"name":"FSCTL_TXFS_WRITE_BACKUP_INFORMATION2","features":[24]},{"name":"FSCTL_UNLOCK_VOLUME","features":[24]},{"name":"FSCTL_UNMAP_SPACE","features":[24]},{"name":"FSCTL_UPDATE_OVERLAY","features":[24]},{"name":"FSCTL_UPGRADE_VOLUME","features":[24]},{"name":"FSCTL_USN_TRACK_MODIFIED_RANGES","features":[24]},{"name":"FSCTL_VIRTUAL_STORAGE_PASSTHROUGH","features":[24]},{"name":"FSCTL_VIRTUAL_STORAGE_QUERY_PROPERTY","features":[24]},{"name":"FSCTL_VIRTUAL_STORAGE_SET_BEHAVIOR","features":[24]},{"name":"FSCTL_WAIT_FOR_REPAIR","features":[24]},{"name":"FSCTL_WRITE_RAW_ENCRYPTED","features":[24]},{"name":"FSCTL_WRITE_USN_CLOSE_RECORD","features":[24]},{"name":"FSCTL_WRITE_USN_REASON","features":[24]},{"name":"FS_BPIO_INFLAGS","features":[24]},{"name":"FS_BPIO_INFO","features":[24]},{"name":"FS_BPIO_INPUT","features":[24]},{"name":"FS_BPIO_OPERATIONS","features":[24]},{"name":"FS_BPIO_OP_DISABLE","features":[24]},{"name":"FS_BPIO_OP_ENABLE","features":[24]},{"name":"FS_BPIO_OP_GET_INFO","features":[24]},{"name":"FS_BPIO_OP_MAX_OPERATION","features":[24]},{"name":"FS_BPIO_OP_QUERY","features":[24]},{"name":"FS_BPIO_OP_STREAM_PAUSE","features":[24]},{"name":"FS_BPIO_OP_STREAM_RESUME","features":[24]},{"name":"FS_BPIO_OP_VOLUME_STACK_PAUSE","features":[24]},{"name":"FS_BPIO_OP_VOLUME_STACK_RESUME","features":[24]},{"name":"FS_BPIO_OUTFLAGS","features":[24]},{"name":"FS_BPIO_OUTPUT","features":[24]},{"name":"FS_BPIO_RESULTS","features":[24]},{"name":"FW_ISSUEID_NO_ISSUE","features":[24]},{"name":"FW_ISSUEID_UNKNOWN","features":[24]},{"name":"FileSnapStateInactive","features":[24]},{"name":"FileSnapStateSource","features":[24]},{"name":"FileSnapStateTarget","features":[24]},{"name":"FileStorageTierClassCapacity","features":[24]},{"name":"FileStorageTierClassMax","features":[24]},{"name":"FileStorageTierClassPerformance","features":[24]},{"name":"FileStorageTierClassUnspecified","features":[24]},{"name":"FileStorageTierMediaTypeDisk","features":[24]},{"name":"FileStorageTierMediaTypeMax","features":[24]},{"name":"FileStorageTierMediaTypeScm","features":[24]},{"name":"FileStorageTierMediaTypeSsd","features":[24]},{"name":"FileStorageTierMediaTypeUnspecified","features":[24]},{"name":"FixedMedia","features":[24]},{"name":"FormFactor1_8","features":[24]},{"name":"FormFactor1_8Less","features":[24]},{"name":"FormFactor2_5","features":[24]},{"name":"FormFactor3_5","features":[24]},{"name":"FormFactorDimm","features":[24]},{"name":"FormFactorEmbedded","features":[24]},{"name":"FormFactorM_2","features":[24]},{"name":"FormFactorMemoryCard","features":[24]},{"name":"FormFactorPCIeBoard","features":[24]},{"name":"FormFactorUnknown","features":[24]},{"name":"FormFactormSata","features":[24]},{"name":"GETVERSIONINPARAMS","features":[24]},{"name":"GET_CHANGER_PARAMETERS","features":[24]},{"name":"GET_CHANGER_PARAMETERS_FEATURES1","features":[24]},{"name":"GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST","features":[24]},{"name":"GET_DISK_ATTRIBUTES","features":[24]},{"name":"GET_FILTER_FILE_IDENTIFIER_INPUT","features":[24]},{"name":"GET_FILTER_FILE_IDENTIFIER_OUTPUT","features":[24]},{"name":"GET_LENGTH_INFORMATION","features":[24]},{"name":"GET_MEDIA_TYPES","features":[23,24]},{"name":"GET_VOLUME_BITMAP_FLAG_MASK_METADATA","features":[24]},{"name":"GPT_ATTRIBUTES","features":[24]},{"name":"GPT_ATTRIBUTE_LEGACY_BIOS_BOOTABLE","features":[24]},{"name":"GPT_ATTRIBUTE_NO_BLOCK_IO_PROTOCOL","features":[24]},{"name":"GPT_ATTRIBUTE_PLATFORM_REQUIRED","features":[24]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_DAX","features":[24]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_HIDDEN","features":[24]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER","features":[24]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_OFFLINE","features":[24]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_READ_ONLY","features":[24]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_SERVICE","features":[24]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_SHADOW_COPY","features":[24]},{"name":"GPT_SPACES_ATTRIBUTE_NO_METADATA","features":[24]},{"name":"GP_LOG_PAGE_DESCRIPTOR","features":[24]},{"name":"GUID_DEVICEDUMP_DRIVER_STORAGE_PORT","features":[24]},{"name":"GUID_DEVICEDUMP_STORAGE_DEVICE","features":[24]},{"name":"GUID_DEVINTERFACE_CDCHANGER","features":[24]},{"name":"GUID_DEVINTERFACE_CDROM","features":[24]},{"name":"GUID_DEVINTERFACE_COMPORT","features":[24]},{"name":"GUID_DEVINTERFACE_DISK","features":[24]},{"name":"GUID_DEVINTERFACE_FLOPPY","features":[24]},{"name":"GUID_DEVINTERFACE_HIDDEN_VOLUME","features":[24]},{"name":"GUID_DEVINTERFACE_MEDIUMCHANGER","features":[24]},{"name":"GUID_DEVINTERFACE_PARTITION","features":[24]},{"name":"GUID_DEVINTERFACE_SCM_PHYSICAL_DEVICE","features":[24]},{"name":"GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR","features":[24]},{"name":"GUID_DEVINTERFACE_SERVICE_VOLUME","features":[24]},{"name":"GUID_DEVINTERFACE_SES","features":[24]},{"name":"GUID_DEVINTERFACE_STORAGEPORT","features":[24]},{"name":"GUID_DEVINTERFACE_TAPE","features":[24]},{"name":"GUID_DEVINTERFACE_UNIFIED_ACCESS_RPMB","features":[24]},{"name":"GUID_DEVINTERFACE_VMLUN","features":[24]},{"name":"GUID_DEVINTERFACE_VOLUME","features":[24]},{"name":"GUID_DEVINTERFACE_WRITEONCEDISK","features":[24]},{"name":"GUID_DEVINTERFACE_ZNSDISK","features":[24]},{"name":"GUID_SCM_PD_HEALTH_NOTIFICATION","features":[24]},{"name":"GUID_SCM_PD_PASSTHROUGH_INVDIMM","features":[24]},{"name":"HISTOGRAM_BUCKET","features":[24]},{"name":"HIST_NO_OF_BUCKETS","features":[24]},{"name":"HITACHI_12_WO","features":[24]},{"name":"HealthStatusDisabled","features":[24]},{"name":"HealthStatusFailed","features":[24]},{"name":"HealthStatusNormal","features":[24]},{"name":"HealthStatusThrottled","features":[24]},{"name":"HealthStatusUnknown","features":[24]},{"name":"HealthStatusWarning","features":[24]},{"name":"IBM_3480","features":[24]},{"name":"IBM_3490E","features":[24]},{"name":"IBM_Magstar_3590","features":[24]},{"name":"IBM_Magstar_MP","features":[24]},{"name":"IDENTIFY_BUFFER_SIZE","features":[24]},{"name":"IDEREGS","features":[24]},{"name":"ID_CMD","features":[24]},{"name":"IOCTL_CHANGER_BASE","features":[24]},{"name":"IOCTL_CHANGER_EXCHANGE_MEDIUM","features":[24]},{"name":"IOCTL_CHANGER_GET_ELEMENT_STATUS","features":[24]},{"name":"IOCTL_CHANGER_GET_PARAMETERS","features":[24]},{"name":"IOCTL_CHANGER_GET_PRODUCT_DATA","features":[24]},{"name":"IOCTL_CHANGER_GET_STATUS","features":[24]},{"name":"IOCTL_CHANGER_INITIALIZE_ELEMENT_STATUS","features":[24]},{"name":"IOCTL_CHANGER_MOVE_MEDIUM","features":[24]},{"name":"IOCTL_CHANGER_QUERY_VOLUME_TAGS","features":[24]},{"name":"IOCTL_CHANGER_REINITIALIZE_TRANSPORT","features":[24]},{"name":"IOCTL_CHANGER_SET_ACCESS","features":[24]},{"name":"IOCTL_CHANGER_SET_POSITION","features":[24]},{"name":"IOCTL_DISK_BASE","features":[24]},{"name":"IOCTL_DISK_CHECK_VERIFY","features":[24]},{"name":"IOCTL_DISK_CONTROLLER_NUMBER","features":[24]},{"name":"IOCTL_DISK_CREATE_DISK","features":[24]},{"name":"IOCTL_DISK_DELETE_DRIVE_LAYOUT","features":[24]},{"name":"IOCTL_DISK_EJECT_MEDIA","features":[24]},{"name":"IOCTL_DISK_FIND_NEW_DEVICES","features":[24]},{"name":"IOCTL_DISK_FORMAT_DRIVE","features":[24]},{"name":"IOCTL_DISK_FORMAT_TRACKS","features":[24]},{"name":"IOCTL_DISK_FORMAT_TRACKS_EX","features":[24]},{"name":"IOCTL_DISK_GET_CACHE_INFORMATION","features":[24]},{"name":"IOCTL_DISK_GET_DISK_ATTRIBUTES","features":[24]},{"name":"IOCTL_DISK_GET_DRIVE_GEOMETRY","features":[24]},{"name":"IOCTL_DISK_GET_DRIVE_GEOMETRY_EX","features":[24]},{"name":"IOCTL_DISK_GET_DRIVE_LAYOUT","features":[24]},{"name":"IOCTL_DISK_GET_DRIVE_LAYOUT_EX","features":[24]},{"name":"IOCTL_DISK_GET_LENGTH_INFO","features":[24]},{"name":"IOCTL_DISK_GET_MEDIA_TYPES","features":[24]},{"name":"IOCTL_DISK_GET_PARTITION_INFO","features":[24]},{"name":"IOCTL_DISK_GET_PARTITION_INFO_EX","features":[24]},{"name":"IOCTL_DISK_GET_WRITE_CACHE_STATE","features":[24]},{"name":"IOCTL_DISK_GROW_PARTITION","features":[24]},{"name":"IOCTL_DISK_HISTOGRAM_DATA","features":[24]},{"name":"IOCTL_DISK_HISTOGRAM_RESET","features":[24]},{"name":"IOCTL_DISK_HISTOGRAM_STRUCTURE","features":[24]},{"name":"IOCTL_DISK_IS_WRITABLE","features":[24]},{"name":"IOCTL_DISK_LOAD_MEDIA","features":[24]},{"name":"IOCTL_DISK_LOGGING","features":[24]},{"name":"IOCTL_DISK_MEDIA_REMOVAL","features":[24]},{"name":"IOCTL_DISK_PERFORMANCE","features":[24]},{"name":"IOCTL_DISK_PERFORMANCE_OFF","features":[24]},{"name":"IOCTL_DISK_REASSIGN_BLOCKS","features":[24]},{"name":"IOCTL_DISK_REASSIGN_BLOCKS_EX","features":[24]},{"name":"IOCTL_DISK_RELEASE","features":[24]},{"name":"IOCTL_DISK_REQUEST_DATA","features":[24]},{"name":"IOCTL_DISK_REQUEST_STRUCTURE","features":[24]},{"name":"IOCTL_DISK_RESERVE","features":[24]},{"name":"IOCTL_DISK_RESET_SNAPSHOT_INFO","features":[24]},{"name":"IOCTL_DISK_SENSE_DEVICE","features":[24]},{"name":"IOCTL_DISK_SET_CACHE_INFORMATION","features":[24]},{"name":"IOCTL_DISK_SET_DISK_ATTRIBUTES","features":[24]},{"name":"IOCTL_DISK_SET_DRIVE_LAYOUT","features":[24]},{"name":"IOCTL_DISK_SET_DRIVE_LAYOUT_EX","features":[24]},{"name":"IOCTL_DISK_SET_PARTITION_INFO","features":[24]},{"name":"IOCTL_DISK_SET_PARTITION_INFO_EX","features":[24]},{"name":"IOCTL_DISK_UPDATE_DRIVE_SIZE","features":[24]},{"name":"IOCTL_DISK_UPDATE_PROPERTIES","features":[24]},{"name":"IOCTL_DISK_VERIFY","features":[24]},{"name":"IOCTL_SCMBUS_BASE","features":[24]},{"name":"IOCTL_SCMBUS_DEVICE_FUNCTION_BASE","features":[24]},{"name":"IOCTL_SCM_BUS_GET_LOGICAL_DEVICES","features":[24]},{"name":"IOCTL_SCM_BUS_GET_PHYSICAL_DEVICES","features":[24]},{"name":"IOCTL_SCM_BUS_GET_REGIONS","features":[24]},{"name":"IOCTL_SCM_BUS_QUERY_PROPERTY","features":[24]},{"name":"IOCTL_SCM_BUS_REFRESH_NAMESPACE","features":[24]},{"name":"IOCTL_SCM_BUS_RUNTIME_FW_ACTIVATE","features":[24]},{"name":"IOCTL_SCM_BUS_SET_PROPERTY","features":[24]},{"name":"IOCTL_SCM_LD_GET_INTERLEAVE_SET","features":[24]},{"name":"IOCTL_SCM_LOGICAL_DEVICE_FUNCTION_BASE","features":[24]},{"name":"IOCTL_SCM_PD_FIRMWARE_ACTIVATE","features":[24]},{"name":"IOCTL_SCM_PD_FIRMWARE_DOWNLOAD","features":[24]},{"name":"IOCTL_SCM_PD_PASSTHROUGH","features":[24]},{"name":"IOCTL_SCM_PD_QUERY_PROPERTY","features":[24]},{"name":"IOCTL_SCM_PD_REINITIALIZE_MEDIA","features":[24]},{"name":"IOCTL_SCM_PD_SET_PROPERTY","features":[24]},{"name":"IOCTL_SCM_PD_UPDATE_MANAGEMENT_STATUS","features":[24]},{"name":"IOCTL_SCM_PHYSICAL_DEVICE_FUNCTION_BASE","features":[24]},{"name":"IOCTL_SERENUM_EXPOSE_HARDWARE","features":[24]},{"name":"IOCTL_SERENUM_GET_PORT_NAME","features":[24]},{"name":"IOCTL_SERENUM_PORT_DESC","features":[24]},{"name":"IOCTL_SERENUM_REMOVE_HARDWARE","features":[24]},{"name":"IOCTL_SERIAL_LSRMST_INSERT","features":[24]},{"name":"IOCTL_STORAGE_ALLOCATE_BC_STREAM","features":[24]},{"name":"IOCTL_STORAGE_ATTRIBUTE_MANAGEMENT","features":[24]},{"name":"IOCTL_STORAGE_BASE","features":[24]},{"name":"IOCTL_STORAGE_BC_VERSION","features":[24]},{"name":"IOCTL_STORAGE_BREAK_RESERVATION","features":[24]},{"name":"IOCTL_STORAGE_CHECK_PRIORITY_HINT_SUPPORT","features":[24]},{"name":"IOCTL_STORAGE_CHECK_VERIFY","features":[24]},{"name":"IOCTL_STORAGE_CHECK_VERIFY2","features":[24]},{"name":"IOCTL_STORAGE_DEVICE_POWER_CAP","features":[24]},{"name":"IOCTL_STORAGE_DEVICE_TELEMETRY_NOTIFY","features":[24]},{"name":"IOCTL_STORAGE_DEVICE_TELEMETRY_QUERY_CAPS","features":[24]},{"name":"IOCTL_STORAGE_DIAGNOSTIC","features":[24]},{"name":"IOCTL_STORAGE_EJECTION_CONTROL","features":[24]},{"name":"IOCTL_STORAGE_EJECT_MEDIA","features":[24]},{"name":"IOCTL_STORAGE_ENABLE_IDLE_POWER","features":[24]},{"name":"IOCTL_STORAGE_EVENT_NOTIFICATION","features":[24]},{"name":"IOCTL_STORAGE_FAILURE_PREDICTION_CONFIG","features":[24]},{"name":"IOCTL_STORAGE_FIND_NEW_DEVICES","features":[24]},{"name":"IOCTL_STORAGE_FIRMWARE_ACTIVATE","features":[24]},{"name":"IOCTL_STORAGE_FIRMWARE_DOWNLOAD","features":[24]},{"name":"IOCTL_STORAGE_FIRMWARE_GET_INFO","features":[24]},{"name":"IOCTL_STORAGE_FREE_BC_STREAM","features":[24]},{"name":"IOCTL_STORAGE_GET_BC_PROPERTIES","features":[24]},{"name":"IOCTL_STORAGE_GET_COUNTERS","features":[24]},{"name":"IOCTL_STORAGE_GET_DEVICE_INTERNAL_LOG","features":[24]},{"name":"IOCTL_STORAGE_GET_DEVICE_NUMBER","features":[24]},{"name":"IOCTL_STORAGE_GET_DEVICE_NUMBER_EX","features":[24]},{"name":"IOCTL_STORAGE_GET_DEVICE_TELEMETRY","features":[24]},{"name":"IOCTL_STORAGE_GET_DEVICE_TELEMETRY_RAW","features":[24]},{"name":"IOCTL_STORAGE_GET_HOTPLUG_INFO","features":[24]},{"name":"IOCTL_STORAGE_GET_IDLE_POWERUP_REASON","features":[24]},{"name":"IOCTL_STORAGE_GET_LB_PROVISIONING_MAP_RESOURCES","features":[24]},{"name":"IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER","features":[24]},{"name":"IOCTL_STORAGE_GET_MEDIA_TYPES","features":[24]},{"name":"IOCTL_STORAGE_GET_MEDIA_TYPES_EX","features":[24]},{"name":"IOCTL_STORAGE_GET_PHYSICAL_ELEMENT_STATUS","features":[24]},{"name":"IOCTL_STORAGE_LOAD_MEDIA","features":[24]},{"name":"IOCTL_STORAGE_LOAD_MEDIA2","features":[24]},{"name":"IOCTL_STORAGE_MANAGE_BYPASS_IO","features":[24]},{"name":"IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES","features":[24]},{"name":"IOCTL_STORAGE_MCN_CONTROL","features":[24]},{"name":"IOCTL_STORAGE_MEDIA_REMOVAL","features":[24]},{"name":"IOCTL_STORAGE_PERSISTENT_RESERVE_IN","features":[24]},{"name":"IOCTL_STORAGE_PERSISTENT_RESERVE_OUT","features":[24]},{"name":"IOCTL_STORAGE_POWER_ACTIVE","features":[24]},{"name":"IOCTL_STORAGE_POWER_IDLE","features":[24]},{"name":"IOCTL_STORAGE_PREDICT_FAILURE","features":[24]},{"name":"IOCTL_STORAGE_PROTOCOL_COMMAND","features":[24]},{"name":"IOCTL_STORAGE_QUERY_PROPERTY","features":[24]},{"name":"IOCTL_STORAGE_READ_CAPACITY","features":[24]},{"name":"IOCTL_STORAGE_REINITIALIZE_MEDIA","features":[24]},{"name":"IOCTL_STORAGE_RELEASE","features":[24]},{"name":"IOCTL_STORAGE_REMOVE_ELEMENT_AND_TRUNCATE","features":[24]},{"name":"IOCTL_STORAGE_RESERVE","features":[24]},{"name":"IOCTL_STORAGE_RESET_BUS","features":[24]},{"name":"IOCTL_STORAGE_RESET_DEVICE","features":[24]},{"name":"IOCTL_STORAGE_RPMB_COMMAND","features":[24]},{"name":"IOCTL_STORAGE_SET_HOTPLUG_INFO","features":[24]},{"name":"IOCTL_STORAGE_SET_PROPERTY","features":[24]},{"name":"IOCTL_STORAGE_SET_TEMPERATURE_THRESHOLD","features":[24]},{"name":"IOCTL_STORAGE_START_DATA_INTEGRITY_CHECK","features":[24]},{"name":"IOCTL_STORAGE_STOP_DATA_INTEGRITY_CHECK","features":[24]},{"name":"IOMEGA_JAZ","features":[24]},{"name":"IOMEGA_ZIP","features":[24]},{"name":"IO_IRP_EXT_TRACK_OFFSET_HEADER","features":[24]},{"name":"KODAK_14_WO","features":[24]},{"name":"KeepPrefetchedData","features":[24]},{"name":"KeepReadData","features":[24]},{"name":"LMRQuerySessionInfo","features":[24]},{"name":"LMR_QUERY_INFO_CLASS","features":[24]},{"name":"LMR_QUERY_INFO_PARAM","features":[24]},{"name":"LMR_QUERY_SESSION_INFO","features":[24]},{"name":"LOCK_ELEMENT","features":[24]},{"name":"LOCK_UNLOCK_DOOR","features":[24]},{"name":"LOCK_UNLOCK_IEPORT","features":[24]},{"name":"LOCK_UNLOCK_KEYPAD","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_DATA","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_INDEX","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_MASK","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_SYSTEM","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_DENY_DEFRAG_SET","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_FS_SYSTEM_FILE","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_PAGE_FILE","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_TXF_SYSTEM_FILE","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_INPUT","features":[24]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_OUTPUT","features":[24]},{"name":"LTO_Accelis","features":[24]},{"name":"LTO_Ultrium","features":[24]},{"name":"MARK_HANDLE_CLOUD_SYNC","features":[24]},{"name":"MARK_HANDLE_DISABLE_FILE_METADATA_OPTIMIZATION","features":[24]},{"name":"MARK_HANDLE_ENABLE_CPU_CACHE","features":[24]},{"name":"MARK_HANDLE_ENABLE_USN_SOURCE_ON_PAGING_IO","features":[24]},{"name":"MARK_HANDLE_FILTER_METADATA","features":[24]},{"name":"MARK_HANDLE_INFO","features":[3,24]},{"name":"MARK_HANDLE_INFO32","features":[24]},{"name":"MARK_HANDLE_NOT_READ_COPY","features":[24]},{"name":"MARK_HANDLE_NOT_REALTIME","features":[24]},{"name":"MARK_HANDLE_NOT_TXF_SYSTEM_LOG","features":[24]},{"name":"MARK_HANDLE_PROTECT_CLUSTERS","features":[24]},{"name":"MARK_HANDLE_READ_COPY","features":[24]},{"name":"MARK_HANDLE_REALTIME","features":[24]},{"name":"MARK_HANDLE_RETURN_PURGE_FAILURE","features":[24]},{"name":"MARK_HANDLE_SKIP_COHERENCY_SYNC_DISALLOW_WRITES","features":[24]},{"name":"MARK_HANDLE_SUPPRESS_VOLUME_OPEN_FLUSH","features":[24]},{"name":"MARK_HANDLE_TXF_SYSTEM_LOG","features":[24]},{"name":"MAXIMUM_ENCRYPTION_VALUE","features":[24]},{"name":"MAX_FW_BUCKET_ID_LENGTH","features":[24]},{"name":"MAX_INTERFACE_CODES","features":[24]},{"name":"MAX_VOLUME_ID_SIZE","features":[24]},{"name":"MAX_VOLUME_TEMPLATE_SIZE","features":[24]},{"name":"MEDIA_CURRENTLY_MOUNTED","features":[24]},{"name":"MEDIA_ERASEABLE","features":[24]},{"name":"MEDIA_READ_ONLY","features":[24]},{"name":"MEDIA_READ_WRITE","features":[24]},{"name":"MEDIA_TYPE","features":[24]},{"name":"MEDIA_WRITE_ONCE","features":[24]},{"name":"MEDIA_WRITE_PROTECTED","features":[24]},{"name":"METHOD_BUFFERED","features":[24]},{"name":"METHOD_DIRECT_FROM_HARDWARE","features":[24]},{"name":"METHOD_DIRECT_TO_HARDWARE","features":[24]},{"name":"METHOD_IN_DIRECT","features":[24]},{"name":"METHOD_NEITHER","features":[24]},{"name":"METHOD_OUT_DIRECT","features":[24]},{"name":"MFT_ENUM_DATA_V0","features":[24]},{"name":"MFT_ENUM_DATA_V1","features":[24]},{"name":"MOVE_FILE_DATA","features":[3,24]},{"name":"MOVE_FILE_DATA32","features":[24]},{"name":"MOVE_FILE_RECORD_DATA","features":[3,24]},{"name":"MO_3_RW","features":[24]},{"name":"MO_5_LIMDOW","features":[24]},{"name":"MO_5_RW","features":[24]},{"name":"MO_5_WO","features":[24]},{"name":"MO_NFR_525","features":[24]},{"name":"MP2_8mm","features":[24]},{"name":"MP_8mm","features":[24]},{"name":"MiniQic","features":[24]},{"name":"NCTP","features":[24]},{"name":"NIKON_12_RW","features":[24]},{"name":"NTFS_EXTENDED_VOLUME_DATA","features":[24]},{"name":"NTFS_FILE_RECORD_INPUT_BUFFER","features":[24]},{"name":"NTFS_FILE_RECORD_OUTPUT_BUFFER","features":[24]},{"name":"NTFS_STATISTICS","features":[24]},{"name":"NTFS_STATISTICS_EX","features":[24]},{"name":"NTFS_VOLUME_DATA_BUFFER","features":[24]},{"name":"NVMeDataTypeFeature","features":[24]},{"name":"NVMeDataTypeIdentify","features":[24]},{"name":"NVMeDataTypeLogPage","features":[24]},{"name":"NVMeDataTypeUnknown","features":[24]},{"name":"OBSOLETE_DISK_GET_WRITE_CACHE_STATE","features":[24]},{"name":"OBSOLETE_IOCTL_STORAGE_RESET_BUS","features":[24]},{"name":"OBSOLETE_IOCTL_STORAGE_RESET_DEVICE","features":[24]},{"name":"OFFLOAD_READ_FLAG_ALL_ZERO_BEYOND_CURRENT_RANGE","features":[24]},{"name":"OPLOCK_LEVEL_CACHE_HANDLE","features":[24]},{"name":"OPLOCK_LEVEL_CACHE_READ","features":[24]},{"name":"OPLOCK_LEVEL_CACHE_WRITE","features":[24]},{"name":"PARTIITON_OS_DATA","features":[24]},{"name":"PARTITION_BSP","features":[24]},{"name":"PARTITION_DM","features":[24]},{"name":"PARTITION_DPP","features":[24]},{"name":"PARTITION_ENTRY_UNUSED","features":[24]},{"name":"PARTITION_EXTENDED","features":[24]},{"name":"PARTITION_EZDRIVE","features":[24]},{"name":"PARTITION_FAT32","features":[24]},{"name":"PARTITION_FAT32_XINT13","features":[24]},{"name":"PARTITION_FAT_12","features":[24]},{"name":"PARTITION_FAT_16","features":[24]},{"name":"PARTITION_GPT","features":[24]},{"name":"PARTITION_HUGE","features":[24]},{"name":"PARTITION_IFS","features":[24]},{"name":"PARTITION_INFORMATION","features":[3,24]},{"name":"PARTITION_INFORMATION_EX","features":[3,24]},{"name":"PARTITION_INFORMATION_GPT","features":[24]},{"name":"PARTITION_INFORMATION_MBR","features":[3,24]},{"name":"PARTITION_LDM","features":[24]},{"name":"PARTITION_MAIN_OS","features":[24]},{"name":"PARTITION_MSFT_RECOVERY","features":[24]},{"name":"PARTITION_NTFT","features":[24]},{"name":"PARTITION_OS2BOOTMGR","features":[24]},{"name":"PARTITION_PREP","features":[24]},{"name":"PARTITION_PRE_INSTALLED","features":[24]},{"name":"PARTITION_SPACES","features":[24]},{"name":"PARTITION_SPACES_DATA","features":[24]},{"name":"PARTITION_STYLE","features":[24]},{"name":"PARTITION_STYLE_GPT","features":[24]},{"name":"PARTITION_STYLE_MBR","features":[24]},{"name":"PARTITION_STYLE_RAW","features":[24]},{"name":"PARTITION_SYSTEM","features":[24]},{"name":"PARTITION_UNIX","features":[24]},{"name":"PARTITION_WINDOWS_SYSTEM","features":[24]},{"name":"PARTITION_XENIX_1","features":[24]},{"name":"PARTITION_XENIX_2","features":[24]},{"name":"PARTITION_XINT13","features":[24]},{"name":"PARTITION_XINT13_EXTENDED","features":[24]},{"name":"PATHNAME_BUFFER","features":[24]},{"name":"PC_5_RW","features":[24]},{"name":"PC_5_WO","features":[24]},{"name":"PD_5_RW","features":[24]},{"name":"PERF_BIN","features":[24]},{"name":"PERSISTENT_RESERVE_COMMAND","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_BACKED_BY_WIM","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_CHKDSK_RAN_ONCE","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_CONTAINS_BACKING_WIM","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_DAX_FORMATTED","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_DEV_VOLUME","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_GLOBAL_METADATA_NO_SEEK_PENALTY","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_LOCAL_METADATA_NO_SEEK_PENALTY","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_MODIFIED_BY_CHKDSK","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_NO_HEAT_GATHERING","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_NO_WRITE_AUTO_TIERING","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_REALLOCATE_ALL_DATA_WRITES","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_SHORT_NAME_CREATION_DISABLED","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_TRUSTED_VOLUME","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_TXF_DISABLED","features":[24]},{"name":"PERSISTENT_VOLUME_STATE_VOLUME_SCRUB_DISABLED","features":[24]},{"name":"PHILIPS_12_WO","features":[24]},{"name":"PHYSICAL_ELEMENT_STATUS","features":[24]},{"name":"PHYSICAL_ELEMENT_STATUS_DESCRIPTOR","features":[24]},{"name":"PHYSICAL_ELEMENT_STATUS_REQUEST","features":[24]},{"name":"PINNACLE_APEX_5_RW","features":[24]},{"name":"PIO_IRP_EXT_PROCESS_TRACKED_OFFSET_CALLBACK","features":[24]},{"name":"PLEX_READ_DATA_REQUEST","features":[24]},{"name":"PREVENT_MEDIA_REMOVAL","features":[3,24]},{"name":"PRODUCT_ID_LENGTH","features":[24]},{"name":"PROJFS_PROTOCOL_VERSION","features":[24]},{"name":"PropertyExistsQuery","features":[24]},{"name":"PropertyExistsSet","features":[24]},{"name":"PropertyMaskQuery","features":[24]},{"name":"PropertyQueryMaxDefined","features":[24]},{"name":"PropertySetMaxDefined","features":[24]},{"name":"PropertyStandardQuery","features":[24]},{"name":"PropertyStandardSet","features":[24]},{"name":"ProtocolTypeAta","features":[24]},{"name":"ProtocolTypeMaxReserved","features":[24]},{"name":"ProtocolTypeNvme","features":[24]},{"name":"ProtocolTypeProprietary","features":[24]},{"name":"ProtocolTypeScsi","features":[24]},{"name":"ProtocolTypeSd","features":[24]},{"name":"ProtocolTypeUfs","features":[24]},{"name":"ProtocolTypeUnknown","features":[24]},{"name":"QIC","features":[24]},{"name":"QUERY_BAD_RANGES_INPUT","features":[24]},{"name":"QUERY_BAD_RANGES_INPUT_RANGE","features":[24]},{"name":"QUERY_BAD_RANGES_OUTPUT","features":[24]},{"name":"QUERY_BAD_RANGES_OUTPUT_RANGE","features":[24]},{"name":"QUERY_DEPENDENT_VOLUME_REQUEST_FLAG_GUEST_VOLUMES","features":[24]},{"name":"QUERY_DEPENDENT_VOLUME_REQUEST_FLAG_HOST_VOLUMES","features":[24]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE","features":[24]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_CLUSTERS","features":[24]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_FILEID","features":[24]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_NONE","features":[24]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_STORAGE_RESERVE_ID","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_EXTENTS","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_EXTRA_INFO","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_FILES_WITH_DSC_ATTRIBUTE","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_FULL_PATH_IN_NAMES","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_NAMES","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_ONLY_FILES_WITH_SPECIFIC_ATTRIBUTES","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAMS","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAMS_WITH_NO_CLUSTERS_ALLOCATED","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_DATA_ATTRIBUTE","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_DSC_ATTRIBUTE","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_EA_ATTRIBUTE","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_EFS_ATTRIBUTE","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_REPARSE_ATTRIBUTE","features":[24]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_TXF_ATTRIBUTE","features":[24]},{"name":"QUERY_FILE_LAYOUT_INPUT","features":[24]},{"name":"QUERY_FILE_LAYOUT_NUM_FILTER_TYPES","features":[24]},{"name":"QUERY_FILE_LAYOUT_OUTPUT","features":[24]},{"name":"QUERY_FILE_LAYOUT_REPARSE_DATA_INVALID","features":[24]},{"name":"QUERY_FILE_LAYOUT_REPARSE_TAG_INVALID","features":[24]},{"name":"QUERY_FILE_LAYOUT_RESTART","features":[24]},{"name":"QUERY_FILE_LAYOUT_SINGLE_INSTANCED","features":[24]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_MEASURE_READ","features":[24]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_MEASURE_WRITE","features":[24]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_NO_DEFRAG_VOLUME","features":[24]},{"name":"READ_ATTRIBUTES","features":[24]},{"name":"READ_ATTRIBUTE_BUFFER_SIZE","features":[24]},{"name":"READ_COMPRESSION_INFO_VALID","features":[24]},{"name":"READ_COPY_NUMBER_BYPASS_CACHE_FLAG","features":[24]},{"name":"READ_COPY_NUMBER_KEY","features":[24]},{"name":"READ_ELEMENT_ADDRESS_INFO","features":[24]},{"name":"READ_FILE_USN_DATA","features":[24]},{"name":"READ_THRESHOLDS","features":[24]},{"name":"READ_THRESHOLD_BUFFER_SIZE","features":[24]},{"name":"READ_USN_JOURNAL_DATA_V0","features":[24]},{"name":"READ_USN_JOURNAL_DATA_V1","features":[24]},{"name":"REASSIGN_BLOCKS","features":[24]},{"name":"REASSIGN_BLOCKS_EX","features":[24]},{"name":"RECOVERED_READS_VALID","features":[24]},{"name":"RECOVERED_WRITES_VALID","features":[24]},{"name":"REFS_SMR_VOLUME_GC_ACTION","features":[24]},{"name":"REFS_SMR_VOLUME_GC_METHOD","features":[24]},{"name":"REFS_SMR_VOLUME_GC_PARAMETERS","features":[24]},{"name":"REFS_SMR_VOLUME_GC_PARAMETERS_VERSION_V1","features":[24]},{"name":"REFS_SMR_VOLUME_GC_STATE","features":[24]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT","features":[24]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT_VERSION_V0","features":[24]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT_VERSION_V1","features":[24]},{"name":"REFS_VOLUME_DATA_BUFFER","features":[24]},{"name":"REMOVE_ELEMENT_AND_TRUNCATE_REQUEST","features":[24]},{"name":"REPAIR_COPIES_INPUT","features":[24]},{"name":"REPAIR_COPIES_OUTPUT","features":[24]},{"name":"REPLACE_ALTERNATE","features":[24]},{"name":"REPLACE_PRIMARY","features":[24]},{"name":"REQUEST_OPLOCK_CURRENT_VERSION","features":[24]},{"name":"REQUEST_OPLOCK_INPUT_BUFFER","features":[24]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_ACK","features":[24]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_COMPLETE_ACK_ON_CLOSE","features":[24]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_REQUEST","features":[24]},{"name":"REQUEST_OPLOCK_OUTPUT_BUFFER","features":[24]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_ACK_REQUIRED","features":[24]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_MODES_PROVIDED","features":[24]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_WRITABLE_SECTION_PRESENT","features":[24]},{"name":"REQUEST_RAW_ENCRYPTED_DATA","features":[24]},{"name":"RETRACT_IEPORT","features":[24]},{"name":"RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER","features":[24]},{"name":"RETRIEVAL_POINTERS_BUFFER","features":[24]},{"name":"RETRIEVAL_POINTER_BASE","features":[24]},{"name":"RETRIEVAL_POINTER_COUNT","features":[24]},{"name":"RETURN_SMART_STATUS","features":[24]},{"name":"REVISION_LENGTH","features":[24]},{"name":"RemovableMedia","features":[24]},{"name":"RequestLocation","features":[24]},{"name":"RequestSize","features":[24]},{"name":"SAIT","features":[24]},{"name":"SAVE_ATTRIBUTE_VALUES","features":[24]},{"name":"SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO","features":[24]},{"name":"SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO","features":[24]},{"name":"SCM_BUS_DEDICATED_MEMORY_STATE","features":[3,24]},{"name":"SCM_BUS_FIRMWARE_ACTIVATION_STATE","features":[24]},{"name":"SCM_BUS_PROPERTY_ID","features":[24]},{"name":"SCM_BUS_PROPERTY_QUERY","features":[24]},{"name":"SCM_BUS_PROPERTY_SET","features":[24]},{"name":"SCM_BUS_QUERY_TYPE","features":[24]},{"name":"SCM_BUS_RUNTIME_FW_ACTIVATION_INFO","features":[3,24]},{"name":"SCM_BUS_SET_TYPE","features":[24]},{"name":"SCM_INTERLEAVED_PD_INFO","features":[24]},{"name":"SCM_LD_INTERLEAVE_SET_INFO","features":[24]},{"name":"SCM_LOGICAL_DEVICES","features":[24]},{"name":"SCM_LOGICAL_DEVICE_INSTANCE","features":[24]},{"name":"SCM_MAX_SYMLINK_LEN_IN_CHARS","features":[24]},{"name":"SCM_PD_DESCRIPTOR_HEADER","features":[24]},{"name":"SCM_PD_DEVICE_HANDLE","features":[24]},{"name":"SCM_PD_DEVICE_INFO","features":[24]},{"name":"SCM_PD_DEVICE_SPECIFIC_INFO","features":[24]},{"name":"SCM_PD_DEVICE_SPECIFIC_PROPERTY","features":[24]},{"name":"SCM_PD_FIRMWARE_ACTIVATE","features":[24]},{"name":"SCM_PD_FIRMWARE_ACTIVATION_STATE","features":[24]},{"name":"SCM_PD_FIRMWARE_DOWNLOAD","features":[24]},{"name":"SCM_PD_FIRMWARE_INFO","features":[24]},{"name":"SCM_PD_FIRMWARE_LAST_DOWNLOAD","features":[24]},{"name":"SCM_PD_FIRMWARE_REVISION_LENGTH_BYTES","features":[24]},{"name":"SCM_PD_FIRMWARE_SLOT_INFO","features":[24]},{"name":"SCM_PD_FRU_ID_STRING","features":[24]},{"name":"SCM_PD_HEALTH_NOTIFICATION_DATA","features":[24]},{"name":"SCM_PD_HEALTH_STATUS","features":[24]},{"name":"SCM_PD_LAST_FW_ACTIVATION_STATUS","features":[24]},{"name":"SCM_PD_LOCATION_STRING","features":[24]},{"name":"SCM_PD_MANAGEMENT_STATUS","features":[24]},{"name":"SCM_PD_MAX_OPERATIONAL_STATUS","features":[24]},{"name":"SCM_PD_MEDIA_REINITIALIZATION_STATUS","features":[24]},{"name":"SCM_PD_OPERATIONAL_STATUS","features":[24]},{"name":"SCM_PD_OPERATIONAL_STATUS_REASON","features":[24]},{"name":"SCM_PD_PASSTHROUGH_INPUT","features":[24]},{"name":"SCM_PD_PASSTHROUGH_INVDIMM_INPUT","features":[24]},{"name":"SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT","features":[24]},{"name":"SCM_PD_PASSTHROUGH_OUTPUT","features":[24]},{"name":"SCM_PD_PROPERTY_ID","features":[24]},{"name":"SCM_PD_PROPERTY_NAME_LENGTH_IN_CHARS","features":[24]},{"name":"SCM_PD_PROPERTY_QUERY","features":[24]},{"name":"SCM_PD_PROPERTY_SET","features":[24]},{"name":"SCM_PD_QUERY_TYPE","features":[24]},{"name":"SCM_PD_REINITIALIZE_MEDIA_INPUT","features":[24]},{"name":"SCM_PD_REINITIALIZE_MEDIA_OUTPUT","features":[24]},{"name":"SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE","features":[3,24]},{"name":"SCM_PD_RUNTIME_FW_ACTIVATION_INFO","features":[24]},{"name":"SCM_PD_SET_TYPE","features":[24]},{"name":"SCM_PHYSICAL_DEVICES","features":[24]},{"name":"SCM_PHYSICAL_DEVICE_INSTANCE","features":[24]},{"name":"SCM_REGION","features":[24]},{"name":"SCM_REGIONS","features":[24]},{"name":"SCM_REGION_FLAG","features":[24]},{"name":"SD_CHANGE_MACHINE_SID_INPUT","features":[24]},{"name":"SD_CHANGE_MACHINE_SID_OUTPUT","features":[24]},{"name":"SD_ENUM_SDS_ENTRY","features":[24]},{"name":"SD_ENUM_SDS_INPUT","features":[24]},{"name":"SD_ENUM_SDS_OUTPUT","features":[24]},{"name":"SD_GLOBAL_CHANGE_INPUT","features":[24]},{"name":"SD_GLOBAL_CHANGE_OUTPUT","features":[24]},{"name":"SD_GLOBAL_CHANGE_TYPE_ENUM_SDS","features":[24]},{"name":"SD_GLOBAL_CHANGE_TYPE_MACHINE_SID","features":[24]},{"name":"SD_GLOBAL_CHANGE_TYPE_QUERY_STATS","features":[24]},{"name":"SD_QUERY_STATS_INPUT","features":[24]},{"name":"SD_QUERY_STATS_OUTPUT","features":[24]},{"name":"SEARCH_ALL","features":[24]},{"name":"SEARCH_ALL_NO_SEQ","features":[24]},{"name":"SEARCH_ALTERNATE","features":[24]},{"name":"SEARCH_ALT_NO_SEQ","features":[24]},{"name":"SEARCH_PRIMARY","features":[24]},{"name":"SEARCH_PRI_NO_SEQ","features":[24]},{"name":"SENDCMDINPARAMS","features":[24]},{"name":"SENDCMDOUTPARAMS","features":[24]},{"name":"SERIAL_IOC_FCR_DMA_MODE","features":[24]},{"name":"SERIAL_IOC_FCR_FIFO_ENABLE","features":[24]},{"name":"SERIAL_IOC_FCR_RCVR_RESET","features":[24]},{"name":"SERIAL_IOC_FCR_RCVR_TRIGGER_LSB","features":[24]},{"name":"SERIAL_IOC_FCR_RCVR_TRIGGER_MSB","features":[24]},{"name":"SERIAL_IOC_FCR_RES1","features":[24]},{"name":"SERIAL_IOC_FCR_RES2","features":[24]},{"name":"SERIAL_IOC_FCR_XMIT_RESET","features":[24]},{"name":"SERIAL_IOC_MCR_DTR","features":[24]},{"name":"SERIAL_IOC_MCR_LOOP","features":[24]},{"name":"SERIAL_IOC_MCR_OUT1","features":[24]},{"name":"SERIAL_IOC_MCR_OUT2","features":[24]},{"name":"SERIAL_IOC_MCR_RTS","features":[24]},{"name":"SERIAL_NUMBER_LENGTH","features":[24]},{"name":"SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT","features":[24]},{"name":"SET_DISK_ATTRIBUTES","features":[3,24]},{"name":"SET_PARTITION_INFORMATION","features":[24]},{"name":"SET_PARTITION_INFORMATION_EX","features":[24]},{"name":"SET_PURGE_FAILURE_MODE_DISABLED","features":[24]},{"name":"SET_PURGE_FAILURE_MODE_ENABLED","features":[24]},{"name":"SET_PURGE_FAILURE_MODE_INPUT","features":[24]},{"name":"SET_REPAIR_DISABLED_AND_BUGCHECK_ON_CORRUPT","features":[24]},{"name":"SET_REPAIR_ENABLED","features":[24]},{"name":"SET_REPAIR_VALID_MASK","features":[24]},{"name":"SET_REPAIR_WARN_ABOUT_DATA_LOSS","features":[24]},{"name":"SHRINK_VOLUME_INFORMATION","features":[24]},{"name":"SHRINK_VOLUME_REQUEST_TYPES","features":[24]},{"name":"SI_COPYFILE","features":[24]},{"name":"SMART_ABORT_OFFLINE_SELFTEST","features":[24]},{"name":"SMART_CMD","features":[24]},{"name":"SMART_CYL_HI","features":[24]},{"name":"SMART_CYL_LOW","features":[24]},{"name":"SMART_ERROR_NO_MEM","features":[24]},{"name":"SMART_EXTENDED_SELFTEST_CAPTIVE","features":[24]},{"name":"SMART_EXTENDED_SELFTEST_OFFLINE","features":[24]},{"name":"SMART_GET_VERSION","features":[24]},{"name":"SMART_IDE_ERROR","features":[24]},{"name":"SMART_INVALID_BUFFER","features":[24]},{"name":"SMART_INVALID_COMMAND","features":[24]},{"name":"SMART_INVALID_DRIVE","features":[24]},{"name":"SMART_INVALID_FLAG","features":[24]},{"name":"SMART_INVALID_IOCTL","features":[24]},{"name":"SMART_INVALID_REGISTER","features":[24]},{"name":"SMART_LOG_SECTOR_SIZE","features":[24]},{"name":"SMART_NOT_SUPPORTED","features":[24]},{"name":"SMART_NO_ERROR","features":[24]},{"name":"SMART_NO_IDE_DEVICE","features":[24]},{"name":"SMART_OFFLINE_ROUTINE_OFFLINE","features":[24]},{"name":"SMART_RCV_DRIVE_DATA","features":[24]},{"name":"SMART_RCV_DRIVE_DATA_EX","features":[24]},{"name":"SMART_READ_LOG","features":[24]},{"name":"SMART_SEND_DRIVE_COMMAND","features":[24]},{"name":"SMART_SHORT_SELFTEST_CAPTIVE","features":[24]},{"name":"SMART_SHORT_SELFTEST_OFFLINE","features":[24]},{"name":"SMART_WRITE_LOG","features":[24]},{"name":"SMB_SHARE_FLUSH_AND_PURGE_INPUT","features":[24]},{"name":"SMB_SHARE_FLUSH_AND_PURGE_OUTPUT","features":[24]},{"name":"SONY_12_WO","features":[24]},{"name":"SONY_D2","features":[24]},{"name":"SONY_DTF","features":[24]},{"name":"SPACES_TRACKED_OFFSET_HEADER_FLAG","features":[24]},{"name":"SRB_TYPE_SCSI_REQUEST_BLOCK","features":[24]},{"name":"SRB_TYPE_STORAGE_REQUEST_BLOCK","features":[24]},{"name":"STARTING_LCN_INPUT_BUFFER","features":[24]},{"name":"STARTING_LCN_INPUT_BUFFER_EX","features":[24]},{"name":"STARTING_VCN_INPUT_BUFFER","features":[24]},{"name":"STK_9840","features":[24]},{"name":"STK_9940","features":[24]},{"name":"STK_DATA_D3","features":[24]},{"name":"STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR","features":[24]},{"name":"STORAGE_ADAPTER_DESCRIPTOR","features":[3,24]},{"name":"STORAGE_ADAPTER_SERIAL_NUMBER","features":[24]},{"name":"STORAGE_ADAPTER_SERIAL_NUMBER_V1_MAX_LENGTH","features":[24]},{"name":"STORAGE_ADDRESS_TYPE_BTL8","features":[24]},{"name":"STORAGE_ALLOCATE_BC_STREAM_INPUT","features":[3,24]},{"name":"STORAGE_ALLOCATE_BC_STREAM_OUTPUT","features":[24]},{"name":"STORAGE_ASSOCIATION_TYPE","features":[24]},{"name":"STORAGE_ATTRIBUTE_ASYNC_EVENT_NOTIFICATION","features":[24]},{"name":"STORAGE_ATTRIBUTE_BLOCK_IO","features":[24]},{"name":"STORAGE_ATTRIBUTE_BYTE_ADDRESSABLE_IO","features":[24]},{"name":"STORAGE_ATTRIBUTE_DYNAMIC_PERSISTENCE","features":[24]},{"name":"STORAGE_ATTRIBUTE_MGMT","features":[24]},{"name":"STORAGE_ATTRIBUTE_MGMT_ACTION","features":[24]},{"name":"STORAGE_ATTRIBUTE_PERF_SIZE_INDEPENDENT","features":[24]},{"name":"STORAGE_ATTRIBUTE_VOLATILE","features":[24]},{"name":"STORAGE_BREAK_RESERVATION_REQUEST","features":[24]},{"name":"STORAGE_BUS_RESET_REQUEST","features":[24]},{"name":"STORAGE_COMPONENT_HEALTH_STATUS","features":[24]},{"name":"STORAGE_COMPONENT_ROLE_CACHE","features":[24]},{"name":"STORAGE_COMPONENT_ROLE_DATA","features":[24]},{"name":"STORAGE_COMPONENT_ROLE_TIERING","features":[24]},{"name":"STORAGE_COUNTER","features":[24]},{"name":"STORAGE_COUNTERS","features":[24]},{"name":"STORAGE_COUNTER_TYPE","features":[24]},{"name":"STORAGE_CRASH_TELEMETRY_REGKEY","features":[24]},{"name":"STORAGE_CRYPTO_ALGORITHM_ID","features":[24]},{"name":"STORAGE_CRYPTO_CAPABILITY","features":[24]},{"name":"STORAGE_CRYPTO_CAPABILITY_VERSION_1","features":[24]},{"name":"STORAGE_CRYPTO_DESCRIPTOR","features":[24]},{"name":"STORAGE_CRYPTO_DESCRIPTOR_VERSION_1","features":[24]},{"name":"STORAGE_CRYPTO_KEY_SIZE","features":[24]},{"name":"STORAGE_DESCRIPTOR_HEADER","features":[24]},{"name":"STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR","features":[24]},{"name":"STORAGE_DEVICE_DESCRIPTOR","features":[3,23,24]},{"name":"STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR","features":[24]},{"name":"STORAGE_DEVICE_FLAGS_PAGE_83_DEVICEGUID","features":[24]},{"name":"STORAGE_DEVICE_FLAGS_RANDOM_DEVICEGUID_REASON_CONFLICT","features":[24]},{"name":"STORAGE_DEVICE_FLAGS_RANDOM_DEVICEGUID_REASON_NOHWID","features":[24]},{"name":"STORAGE_DEVICE_FORM_FACTOR","features":[24]},{"name":"STORAGE_DEVICE_ID_DESCRIPTOR","features":[24]},{"name":"STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR","features":[24]},{"name":"STORAGE_DEVICE_LED_STATE_DESCRIPTOR","features":[24]},{"name":"STORAGE_DEVICE_LOCATION_DESCRIPTOR","features":[24]},{"name":"STORAGE_DEVICE_MANAGEMENT_STATUS","features":[24]},{"name":"STORAGE_DEVICE_MAX_OPERATIONAL_STATUS","features":[24]},{"name":"STORAGE_DEVICE_NUMA_NODE_UNKNOWN","features":[24]},{"name":"STORAGE_DEVICE_NUMA_PROPERTY","features":[24]},{"name":"STORAGE_DEVICE_NUMBER","features":[24]},{"name":"STORAGE_DEVICE_NUMBERS","features":[24]},{"name":"STORAGE_DEVICE_NUMBER_EX","features":[24]},{"name":"STORAGE_DEVICE_POWER_CAP","features":[24]},{"name":"STORAGE_DEVICE_POWER_CAP_UNITS","features":[24]},{"name":"STORAGE_DEVICE_POWER_CAP_VERSION_V1","features":[24]},{"name":"STORAGE_DEVICE_RESILIENCY_DESCRIPTOR","features":[24]},{"name":"STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY","features":[3,24]},{"name":"STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2","features":[3,24]},{"name":"STORAGE_DEVICE_TELEMETRY_REGKEY","features":[24]},{"name":"STORAGE_DEVICE_TIERING_DESCRIPTOR","features":[24]},{"name":"STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT","features":[24]},{"name":"STORAGE_DIAGNOSTIC_DATA","features":[24]},{"name":"STORAGE_DIAGNOSTIC_FLAG_ADAPTER_REQUEST","features":[24]},{"name":"STORAGE_DIAGNOSTIC_LEVEL","features":[24]},{"name":"STORAGE_DIAGNOSTIC_REQUEST","features":[24]},{"name":"STORAGE_DIAGNOSTIC_TARGET_TYPE","features":[24]},{"name":"STORAGE_DISK_HEALTH_STATUS","features":[24]},{"name":"STORAGE_DISK_OPERATIONAL_STATUS","features":[24]},{"name":"STORAGE_ENCRYPTION_TYPE","features":[24]},{"name":"STORAGE_EVENT_DEVICE_OPERATION","features":[24]},{"name":"STORAGE_EVENT_DEVICE_STATUS","features":[24]},{"name":"STORAGE_EVENT_MEDIA_STATUS","features":[24]},{"name":"STORAGE_EVENT_NOTIFICATION","features":[24]},{"name":"STORAGE_EVENT_NOTIFICATION_VERSION_V1","features":[24]},{"name":"STORAGE_FAILURE_PREDICTION_CONFIG","features":[3,24]},{"name":"STORAGE_FAILURE_PREDICTION_CONFIG_V1","features":[24]},{"name":"STORAGE_FRU_ID_DESCRIPTOR","features":[24]},{"name":"STORAGE_GET_BC_PROPERTIES_OUTPUT","features":[24]},{"name":"STORAGE_HOTPLUG_INFO","features":[3,24]},{"name":"STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR","features":[24]},{"name":"STORAGE_HW_ENDURANCE_INFO","features":[24]},{"name":"STORAGE_HW_FIRMWARE_ACTIVATE","features":[24]},{"name":"STORAGE_HW_FIRMWARE_DOWNLOAD","features":[24]},{"name":"STORAGE_HW_FIRMWARE_DOWNLOAD_V2","features":[24]},{"name":"STORAGE_HW_FIRMWARE_INFO","features":[3,24]},{"name":"STORAGE_HW_FIRMWARE_INFO_QUERY","features":[24]},{"name":"STORAGE_HW_FIRMWARE_INVALID_SLOT","features":[24]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_CONTROLLER","features":[24]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_FIRST_SEGMENT","features":[24]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_LAST_SEGMENT","features":[24]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_REPLACE_EXISTING_IMAGE","features":[24]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_SWITCH_TO_EXISTING_FIRMWARE","features":[24]},{"name":"STORAGE_HW_FIRMWARE_REVISION_LENGTH","features":[24]},{"name":"STORAGE_HW_FIRMWARE_SLOT_INFO","features":[24]},{"name":"STORAGE_IDENTIFIER","features":[24]},{"name":"STORAGE_IDENTIFIER_CODE_SET","features":[24]},{"name":"STORAGE_IDENTIFIER_TYPE","features":[24]},{"name":"STORAGE_IDLE_POWER","features":[24]},{"name":"STORAGE_IDLE_POWERUP_REASON","features":[24]},{"name":"STORAGE_IDLE_POWERUP_REASON_VERSION_V1","features":[24]},{"name":"STORAGE_ID_NAA_FORMAT","features":[24]},{"name":"STORAGE_LB_PROVISIONING_MAP_RESOURCES","features":[24]},{"name":"STORAGE_MEDIA_SERIAL_NUMBER_DATA","features":[24]},{"name":"STORAGE_MEDIA_TYPE","features":[24]},{"name":"STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR","features":[24]},{"name":"STORAGE_MINIPORT_DESCRIPTOR","features":[3,24]},{"name":"STORAGE_OFFLOAD_MAX_TOKEN_LENGTH","features":[24]},{"name":"STORAGE_OFFLOAD_READ_OUTPUT","features":[24]},{"name":"STORAGE_OFFLOAD_READ_RANGE_TRUNCATED","features":[24]},{"name":"STORAGE_OFFLOAD_TOKEN","features":[24]},{"name":"STORAGE_OFFLOAD_TOKEN_ID_LENGTH","features":[24]},{"name":"STORAGE_OFFLOAD_TOKEN_INVALID","features":[24]},{"name":"STORAGE_OFFLOAD_TOKEN_TYPE_ZERO_DATA","features":[24]},{"name":"STORAGE_OFFLOAD_WRITE_OUTPUT","features":[24]},{"name":"STORAGE_OFFLOAD_WRITE_RANGE_TRUNCATED","features":[24]},{"name":"STORAGE_OPERATIONAL_REASON","features":[24]},{"name":"STORAGE_OPERATIONAL_STATUS_REASON","features":[24]},{"name":"STORAGE_PHYSICAL_ADAPTER_DATA","features":[3,24]},{"name":"STORAGE_PHYSICAL_DEVICE_DATA","features":[24]},{"name":"STORAGE_PHYSICAL_NODE_DATA","features":[24]},{"name":"STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR","features":[24]},{"name":"STORAGE_PORT_CODE_SET","features":[24]},{"name":"STORAGE_POWERUP_REASON_TYPE","features":[24]},{"name":"STORAGE_PREDICT_FAILURE","features":[24]},{"name":"STORAGE_PRIORITY_HINT_SUPPORT","features":[24]},{"name":"STORAGE_PRIORITY_HINT_SUPPORTED","features":[24]},{"name":"STORAGE_PROPERTY_ID","features":[24]},{"name":"STORAGE_PROPERTY_QUERY","features":[24]},{"name":"STORAGE_PROPERTY_SET","features":[24]},{"name":"STORAGE_PROTOCOL_ATA_DATA_TYPE","features":[24]},{"name":"STORAGE_PROTOCOL_COMMAND","features":[24]},{"name":"STORAGE_PROTOCOL_COMMAND_FLAG_ADAPTER_REQUEST","features":[24]},{"name":"STORAGE_PROTOCOL_COMMAND_LENGTH_NVME","features":[24]},{"name":"STORAGE_PROTOCOL_DATA_DESCRIPTOR","features":[24]},{"name":"STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT","features":[24]},{"name":"STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE","features":[24]},{"name":"STORAGE_PROTOCOL_NVME_DATA_TYPE","features":[24]},{"name":"STORAGE_PROTOCOL_SPECIFIC_DATA","features":[24]},{"name":"STORAGE_PROTOCOL_SPECIFIC_DATA_EXT","features":[24]},{"name":"STORAGE_PROTOCOL_SPECIFIC_NVME_ADMIN_COMMAND","features":[24]},{"name":"STORAGE_PROTOCOL_SPECIFIC_NVME_NVM_COMMAND","features":[24]},{"name":"STORAGE_PROTOCOL_STATUS_BUSY","features":[24]},{"name":"STORAGE_PROTOCOL_STATUS_DATA_OVERRUN","features":[24]},{"name":"STORAGE_PROTOCOL_STATUS_ERROR","features":[24]},{"name":"STORAGE_PROTOCOL_STATUS_INSUFFICIENT_RESOURCES","features":[24]},{"name":"STORAGE_PROTOCOL_STATUS_INVALID_REQUEST","features":[24]},{"name":"STORAGE_PROTOCOL_STATUS_NOT_SUPPORTED","features":[24]},{"name":"STORAGE_PROTOCOL_STATUS_NO_DEVICE","features":[24]},{"name":"STORAGE_PROTOCOL_STATUS_PENDING","features":[24]},{"name":"STORAGE_PROTOCOL_STATUS_SUCCESS","features":[24]},{"name":"STORAGE_PROTOCOL_STATUS_THROTTLED_REQUEST","features":[24]},{"name":"STORAGE_PROTOCOL_STRUCTURE_VERSION","features":[24]},{"name":"STORAGE_PROTOCOL_TYPE","features":[24]},{"name":"STORAGE_PROTOCOL_UFS_DATA_TYPE","features":[24]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY","features":[153,24]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY","features":[153,24]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST","features":[24]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE","features":[153,24]},{"name":"STORAGE_QUERY_TYPE","features":[24]},{"name":"STORAGE_READ_CAPACITY","features":[24]},{"name":"STORAGE_REINITIALIZE_MEDIA","features":[24]},{"name":"STORAGE_RESERVE_ID","features":[24]},{"name":"STORAGE_RPMB_COMMAND_TYPE","features":[24]},{"name":"STORAGE_RPMB_DATA_FRAME","features":[24]},{"name":"STORAGE_RPMB_DESCRIPTOR","features":[24]},{"name":"STORAGE_RPMB_DESCRIPTOR_VERSION_1","features":[24]},{"name":"STORAGE_RPMB_FRAME_TYPE","features":[24]},{"name":"STORAGE_RPMB_MINIMUM_RELIABLE_WRITE_SIZE","features":[24]},{"name":"STORAGE_SANITIZE_METHOD","features":[24]},{"name":"STORAGE_SET_TYPE","features":[24]},{"name":"STORAGE_SPEC_VERSION","features":[24]},{"name":"STORAGE_SUPPORTED_FEATURES_BYPASS_IO","features":[24]},{"name":"STORAGE_SUPPORTED_FEATURES_MASK","features":[24]},{"name":"STORAGE_TEMPERATURE_DATA_DESCRIPTOR","features":[3,24]},{"name":"STORAGE_TEMPERATURE_INFO","features":[3,24]},{"name":"STORAGE_TEMPERATURE_THRESHOLD","features":[3,24]},{"name":"STORAGE_TEMPERATURE_THRESHOLD_FLAG_ADAPTER_REQUEST","features":[24]},{"name":"STORAGE_TEMPERATURE_VALUE_NOT_REPORTED","features":[24]},{"name":"STORAGE_TIER","features":[24]},{"name":"STORAGE_TIER_CLASS","features":[24]},{"name":"STORAGE_TIER_DESCRIPTION_LENGTH","features":[24]},{"name":"STORAGE_TIER_FLAG_NO_SEEK_PENALTY","features":[24]},{"name":"STORAGE_TIER_FLAG_PARITY","features":[24]},{"name":"STORAGE_TIER_FLAG_READ_CACHE","features":[24]},{"name":"STORAGE_TIER_FLAG_SMR","features":[24]},{"name":"STORAGE_TIER_FLAG_WRITE_BACK_CACHE","features":[24]},{"name":"STORAGE_TIER_MEDIA_TYPE","features":[24]},{"name":"STORAGE_TIER_NAME_LENGTH","features":[24]},{"name":"STORAGE_TIER_REGION","features":[24]},{"name":"STORAGE_WRITE_CACHE_PROPERTY","features":[3,24]},{"name":"STORAGE_ZONED_DEVICE_DESCRIPTOR","features":[3,24]},{"name":"STORAGE_ZONED_DEVICE_TYPES","features":[24]},{"name":"STORAGE_ZONES_ATTRIBUTES","features":[24]},{"name":"STORAGE_ZONE_CONDITION","features":[24]},{"name":"STORAGE_ZONE_DESCRIPTOR","features":[3,24]},{"name":"STORAGE_ZONE_GROUP","features":[24]},{"name":"STORAGE_ZONE_TYPES","features":[24]},{"name":"STORATTRIBUTE_MANAGEMENT_STATE","features":[24]},{"name":"STORATTRIBUTE_NONE","features":[24]},{"name":"STREAMS_ASSOCIATE_ID_CLEAR","features":[24]},{"name":"STREAMS_ASSOCIATE_ID_INPUT_BUFFER","features":[24]},{"name":"STREAMS_ASSOCIATE_ID_SET","features":[24]},{"name":"STREAMS_INVALID_ID","features":[24]},{"name":"STREAMS_MAX_ID","features":[24]},{"name":"STREAMS_QUERY_ID_OUTPUT_BUFFER","features":[24]},{"name":"STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER","features":[24]},{"name":"STREAM_CLEAR_ENCRYPTION","features":[24]},{"name":"STREAM_EXTENT_ENTRY","features":[24]},{"name":"STREAM_EXTENT_ENTRY_ALL_EXTENTS","features":[24]},{"name":"STREAM_EXTENT_ENTRY_AS_RETRIEVAL_POINTERS","features":[24]},{"name":"STREAM_INFORMATION_ENTRY","features":[24]},{"name":"STREAM_LAYOUT_ENTRY","features":[24]},{"name":"STREAM_LAYOUT_ENTRY_HAS_INFORMATION","features":[24]},{"name":"STREAM_LAYOUT_ENTRY_IMMOVABLE","features":[24]},{"name":"STREAM_LAYOUT_ENTRY_NO_CLUSTERS_ALLOCATED","features":[24]},{"name":"STREAM_LAYOUT_ENTRY_PINNED","features":[24]},{"name":"STREAM_LAYOUT_ENTRY_RESIDENT","features":[24]},{"name":"STREAM_SET_ENCRYPTION","features":[24]},{"name":"SYQUEST_EZ135","features":[24]},{"name":"SYQUEST_EZFLYER","features":[24]},{"name":"SYQUEST_SYJET","features":[24]},{"name":"ScmBusFirmwareActivationState_Armed","features":[24]},{"name":"ScmBusFirmwareActivationState_Busy","features":[24]},{"name":"ScmBusFirmwareActivationState_Idle","features":[24]},{"name":"ScmBusProperty_DedicatedMemoryInfo","features":[24]},{"name":"ScmBusProperty_DedicatedMemoryState","features":[24]},{"name":"ScmBusProperty_Max","features":[24]},{"name":"ScmBusProperty_RuntimeFwActivationInfo","features":[24]},{"name":"ScmBusQuery_Descriptor","features":[24]},{"name":"ScmBusQuery_IsSupported","features":[24]},{"name":"ScmBusQuery_Max","features":[24]},{"name":"ScmBusSet_Descriptor","features":[24]},{"name":"ScmBusSet_IsSupported","features":[24]},{"name":"ScmBusSet_Max","features":[24]},{"name":"ScmPdFirmwareActivationState_Armed","features":[24]},{"name":"ScmPdFirmwareActivationState_Busy","features":[24]},{"name":"ScmPdFirmwareActivationState_Idle","features":[24]},{"name":"ScmPdLastFwActivaitonStatus_ActivationInProgress","features":[24]},{"name":"ScmPdLastFwActivaitonStatus_FwUnsupported","features":[24]},{"name":"ScmPdLastFwActivaitonStatus_Retry","features":[24]},{"name":"ScmPdLastFwActivaitonStatus_UnknownError","features":[24]},{"name":"ScmPdLastFwActivationStatus_ColdRebootRequired","features":[24]},{"name":"ScmPdLastFwActivationStatus_FwNotFound","features":[24]},{"name":"ScmPdLastFwActivationStatus_None","features":[24]},{"name":"ScmPdLastFwActivationStatus_Success","features":[24]},{"name":"ScmPhysicalDeviceHealth_Healthy","features":[24]},{"name":"ScmPhysicalDeviceHealth_Max","features":[24]},{"name":"ScmPhysicalDeviceHealth_Unhealthy","features":[24]},{"name":"ScmPhysicalDeviceHealth_Unknown","features":[24]},{"name":"ScmPhysicalDeviceHealth_Warning","features":[24]},{"name":"ScmPhysicalDeviceOpReason_BackgroundOperation","features":[24]},{"name":"ScmPhysicalDeviceOpReason_Component","features":[24]},{"name":"ScmPhysicalDeviceOpReason_Configuration","features":[24]},{"name":"ScmPhysicalDeviceOpReason_DataPersistenceLossImminent","features":[24]},{"name":"ScmPhysicalDeviceOpReason_DeviceController","features":[24]},{"name":"ScmPhysicalDeviceOpReason_DisabledByPlatform","features":[24]},{"name":"ScmPhysicalDeviceOpReason_EnergySource","features":[24]},{"name":"ScmPhysicalDeviceOpReason_ExcessiveTemperature","features":[24]},{"name":"ScmPhysicalDeviceOpReason_FatalError","features":[24]},{"name":"ScmPhysicalDeviceOpReason_HealthCheck","features":[24]},{"name":"ScmPhysicalDeviceOpReason_InternalFailure","features":[24]},{"name":"ScmPhysicalDeviceOpReason_InvalidFirmware","features":[24]},{"name":"ScmPhysicalDeviceOpReason_LostData","features":[24]},{"name":"ScmPhysicalDeviceOpReason_LostDataPersistence","features":[24]},{"name":"ScmPhysicalDeviceOpReason_LostWritePersistence","features":[24]},{"name":"ScmPhysicalDeviceOpReason_Max","features":[24]},{"name":"ScmPhysicalDeviceOpReason_Media","features":[24]},{"name":"ScmPhysicalDeviceOpReason_MediaController","features":[24]},{"name":"ScmPhysicalDeviceOpReason_MediaRemainingSpareBlock","features":[24]},{"name":"ScmPhysicalDeviceOpReason_PerformanceDegradation","features":[24]},{"name":"ScmPhysicalDeviceOpReason_PermanentError","features":[24]},{"name":"ScmPhysicalDeviceOpReason_ThresholdExceeded","features":[24]},{"name":"ScmPhysicalDeviceOpReason_Unknown","features":[24]},{"name":"ScmPhysicalDeviceOpReason_WritePersistenceLossImminent","features":[24]},{"name":"ScmPhysicalDeviceOpStatus_HardwareError","features":[24]},{"name":"ScmPhysicalDeviceOpStatus_InService","features":[24]},{"name":"ScmPhysicalDeviceOpStatus_Max","features":[24]},{"name":"ScmPhysicalDeviceOpStatus_Missing","features":[24]},{"name":"ScmPhysicalDeviceOpStatus_NotUsable","features":[24]},{"name":"ScmPhysicalDeviceOpStatus_Ok","features":[24]},{"name":"ScmPhysicalDeviceOpStatus_PredictingFailure","features":[24]},{"name":"ScmPhysicalDeviceOpStatus_TransientError","features":[24]},{"name":"ScmPhysicalDeviceOpStatus_Unknown","features":[24]},{"name":"ScmPhysicalDeviceProperty_DeviceHandle","features":[24]},{"name":"ScmPhysicalDeviceProperty_DeviceInfo","features":[24]},{"name":"ScmPhysicalDeviceProperty_DeviceSpecificInfo","features":[24]},{"name":"ScmPhysicalDeviceProperty_FirmwareInfo","features":[24]},{"name":"ScmPhysicalDeviceProperty_FruIdString","features":[24]},{"name":"ScmPhysicalDeviceProperty_LocationString","features":[24]},{"name":"ScmPhysicalDeviceProperty_ManagementStatus","features":[24]},{"name":"ScmPhysicalDeviceProperty_Max","features":[24]},{"name":"ScmPhysicalDeviceProperty_RuntimeFwActivationArmState","features":[24]},{"name":"ScmPhysicalDeviceProperty_RuntimeFwActivationInfo","features":[24]},{"name":"ScmPhysicalDeviceQuery_Descriptor","features":[24]},{"name":"ScmPhysicalDeviceQuery_IsSupported","features":[24]},{"name":"ScmPhysicalDeviceQuery_Max","features":[24]},{"name":"ScmPhysicalDeviceReinit_ColdBootNeeded","features":[24]},{"name":"ScmPhysicalDeviceReinit_Max","features":[24]},{"name":"ScmPhysicalDeviceReinit_RebootNeeded","features":[24]},{"name":"ScmPhysicalDeviceReinit_Success","features":[24]},{"name":"ScmPhysicalDeviceSet_Descriptor","features":[24]},{"name":"ScmPhysicalDeviceSet_IsSupported","features":[24]},{"name":"ScmPhysicalDeviceSet_Max","features":[24]},{"name":"ScmRegionFlagLabel","features":[24]},{"name":"ScmRegionFlagNone","features":[24]},{"name":"ShrinkAbort","features":[24]},{"name":"ShrinkCommit","features":[24]},{"name":"ShrinkPrepare","features":[24]},{"name":"SmrGcActionPause","features":[24]},{"name":"SmrGcActionStart","features":[24]},{"name":"SmrGcActionStartFullSpeed","features":[24]},{"name":"SmrGcActionStop","features":[24]},{"name":"SmrGcMethodCompaction","features":[24]},{"name":"SmrGcMethodCompression","features":[24]},{"name":"SmrGcMethodRotation","features":[24]},{"name":"SmrGcStateActive","features":[24]},{"name":"SmrGcStateActiveFullSpeed","features":[24]},{"name":"SmrGcStateInactive","features":[24]},{"name":"SmrGcStatePaused","features":[24]},{"name":"StorAttributeMgmt_ClearAttribute","features":[24]},{"name":"StorAttributeMgmt_ResetAttribute","features":[24]},{"name":"StorAttributeMgmt_SetAttribute","features":[24]},{"name":"StorRpmbAuthenticatedDeviceConfigRead","features":[24]},{"name":"StorRpmbAuthenticatedDeviceConfigWrite","features":[24]},{"name":"StorRpmbAuthenticatedRead","features":[24]},{"name":"StorRpmbAuthenticatedWrite","features":[24]},{"name":"StorRpmbProgramAuthKey","features":[24]},{"name":"StorRpmbQueryWriteCounter","features":[24]},{"name":"StorRpmbReadResultRequest","features":[24]},{"name":"StorageAccessAlignmentProperty","features":[24]},{"name":"StorageAdapterCryptoProperty","features":[24]},{"name":"StorageAdapterPhysicalTopologyProperty","features":[24]},{"name":"StorageAdapterProperty","features":[24]},{"name":"StorageAdapterProtocolSpecificProperty","features":[24]},{"name":"StorageAdapterRpmbProperty","features":[24]},{"name":"StorageAdapterSerialNumberProperty","features":[24]},{"name":"StorageAdapterTemperatureProperty","features":[24]},{"name":"StorageCounterTypeFlushLatency100NSMax","features":[24]},{"name":"StorageCounterTypeLoadUnloadCycleCount","features":[24]},{"name":"StorageCounterTypeLoadUnloadCycleCountMax","features":[24]},{"name":"StorageCounterTypeManufactureDate","features":[24]},{"name":"StorageCounterTypeMax","features":[24]},{"name":"StorageCounterTypePowerOnHours","features":[24]},{"name":"StorageCounterTypeReadErrorsCorrected","features":[24]},{"name":"StorageCounterTypeReadErrorsTotal","features":[24]},{"name":"StorageCounterTypeReadErrorsUncorrected","features":[24]},{"name":"StorageCounterTypeReadLatency100NSMax","features":[24]},{"name":"StorageCounterTypeStartStopCycleCount","features":[24]},{"name":"StorageCounterTypeStartStopCycleCountMax","features":[24]},{"name":"StorageCounterTypeTemperatureCelsius","features":[24]},{"name":"StorageCounterTypeTemperatureCelsiusMax","features":[24]},{"name":"StorageCounterTypeUnknown","features":[24]},{"name":"StorageCounterTypeWearPercentage","features":[24]},{"name":"StorageCounterTypeWearPercentageMax","features":[24]},{"name":"StorageCounterTypeWearPercentageWarning","features":[24]},{"name":"StorageCounterTypeWriteErrorsCorrected","features":[24]},{"name":"StorageCounterTypeWriteErrorsTotal","features":[24]},{"name":"StorageCounterTypeWriteErrorsUncorrected","features":[24]},{"name":"StorageCounterTypeWriteLatency100NSMax","features":[24]},{"name":"StorageCryptoAlgorithmAESECB","features":[24]},{"name":"StorageCryptoAlgorithmBitlockerAESCBC","features":[24]},{"name":"StorageCryptoAlgorithmESSIVAESCBC","features":[24]},{"name":"StorageCryptoAlgorithmMax","features":[24]},{"name":"StorageCryptoAlgorithmUnknown","features":[24]},{"name":"StorageCryptoAlgorithmXTSAES","features":[24]},{"name":"StorageCryptoKeySize128Bits","features":[24]},{"name":"StorageCryptoKeySize192Bits","features":[24]},{"name":"StorageCryptoKeySize256Bits","features":[24]},{"name":"StorageCryptoKeySize512Bits","features":[24]},{"name":"StorageCryptoKeySizeUnknown","features":[24]},{"name":"StorageDeviceAttributesProperty","features":[24]},{"name":"StorageDeviceCopyOffloadProperty","features":[24]},{"name":"StorageDeviceDeviceTelemetryProperty","features":[24]},{"name":"StorageDeviceEnduranceProperty","features":[24]},{"name":"StorageDeviceIdProperty","features":[24]},{"name":"StorageDeviceIoCapabilityProperty","features":[24]},{"name":"StorageDeviceLBProvisioningProperty","features":[24]},{"name":"StorageDeviceLedStateProperty","features":[24]},{"name":"StorageDeviceLocationProperty","features":[24]},{"name":"StorageDeviceManagementStatus","features":[24]},{"name":"StorageDeviceMediumProductType","features":[24]},{"name":"StorageDeviceNumaProperty","features":[24]},{"name":"StorageDevicePhysicalTopologyProperty","features":[24]},{"name":"StorageDevicePowerCapUnitsMilliwatts","features":[24]},{"name":"StorageDevicePowerCapUnitsPercent","features":[24]},{"name":"StorageDevicePowerProperty","features":[24]},{"name":"StorageDeviceProperty","features":[24]},{"name":"StorageDeviceProtocolSpecificProperty","features":[24]},{"name":"StorageDeviceResiliencyProperty","features":[24]},{"name":"StorageDeviceSeekPenaltyProperty","features":[24]},{"name":"StorageDeviceSelfEncryptionProperty","features":[24]},{"name":"StorageDeviceTemperatureProperty","features":[24]},{"name":"StorageDeviceTrimProperty","features":[24]},{"name":"StorageDeviceUniqueIdProperty","features":[24]},{"name":"StorageDeviceUnsafeShutdownCount","features":[24]},{"name":"StorageDeviceWriteAggregationProperty","features":[24]},{"name":"StorageDeviceWriteCacheProperty","features":[24]},{"name":"StorageDeviceZonedDeviceProperty","features":[24]},{"name":"StorageDiagnosticLevelDefault","features":[24]},{"name":"StorageDiagnosticLevelMax","features":[24]},{"name":"StorageDiagnosticTargetTypeHbaFirmware","features":[24]},{"name":"StorageDiagnosticTargetTypeMax","features":[24]},{"name":"StorageDiagnosticTargetTypeMiniport","features":[24]},{"name":"StorageDiagnosticTargetTypePort","features":[24]},{"name":"StorageDiagnosticTargetTypeUndefined","features":[24]},{"name":"StorageEncryptionTypeEDrive","features":[24]},{"name":"StorageEncryptionTypeTcgOpal","features":[24]},{"name":"StorageEncryptionTypeUnknown","features":[24]},{"name":"StorageFruIdProperty","features":[24]},{"name":"StorageIdAssocDevice","features":[24]},{"name":"StorageIdAssocPort","features":[24]},{"name":"StorageIdAssocTarget","features":[24]},{"name":"StorageIdCodeSetAscii","features":[24]},{"name":"StorageIdCodeSetBinary","features":[24]},{"name":"StorageIdCodeSetReserved","features":[24]},{"name":"StorageIdCodeSetUtf8","features":[24]},{"name":"StorageIdNAAFormatIEEEERegisteredExtended","features":[24]},{"name":"StorageIdNAAFormatIEEEExtended","features":[24]},{"name":"StorageIdNAAFormatIEEERegistered","features":[24]},{"name":"StorageIdTypeEUI64","features":[24]},{"name":"StorageIdTypeFCPHName","features":[24]},{"name":"StorageIdTypeLogicalUnitGroup","features":[24]},{"name":"StorageIdTypeMD5LogicalUnitIdentifier","features":[24]},{"name":"StorageIdTypePortRelative","features":[24]},{"name":"StorageIdTypeScsiNameString","features":[24]},{"name":"StorageIdTypeTargetPortGroup","features":[24]},{"name":"StorageIdTypeVendorId","features":[24]},{"name":"StorageIdTypeVendorSpecific","features":[24]},{"name":"StorageMiniportProperty","features":[24]},{"name":"StoragePortCodeSetATAport","features":[24]},{"name":"StoragePortCodeSetReserved","features":[24]},{"name":"StoragePortCodeSetSBP2port","features":[24]},{"name":"StoragePortCodeSetSCSIport","features":[24]},{"name":"StoragePortCodeSetSDport","features":[24]},{"name":"StoragePortCodeSetSpaceport","features":[24]},{"name":"StoragePortCodeSetStorport","features":[24]},{"name":"StoragePortCodeSetUSBport","features":[24]},{"name":"StoragePowerupDeviceAttention","features":[24]},{"name":"StoragePowerupIO","features":[24]},{"name":"StoragePowerupUnknown","features":[24]},{"name":"StorageReserveIdHard","features":[24]},{"name":"StorageReserveIdMax","features":[24]},{"name":"StorageReserveIdNone","features":[24]},{"name":"StorageReserveIdSoft","features":[24]},{"name":"StorageReserveIdUpdateScratch","features":[24]},{"name":"StorageRpmbFrameTypeMax","features":[24]},{"name":"StorageRpmbFrameTypeStandard","features":[24]},{"name":"StorageRpmbFrameTypeUnknown","features":[24]},{"name":"StorageSanitizeMethodBlockErase","features":[24]},{"name":"StorageSanitizeMethodCryptoErase","features":[24]},{"name":"StorageSanitizeMethodDefault","features":[24]},{"name":"StorageTierClassCapacity","features":[24]},{"name":"StorageTierClassMax","features":[24]},{"name":"StorageTierClassPerformance","features":[24]},{"name":"StorageTierClassUnspecified","features":[24]},{"name":"StorageTierMediaTypeDisk","features":[24]},{"name":"StorageTierMediaTypeMax","features":[24]},{"name":"StorageTierMediaTypeScm","features":[24]},{"name":"StorageTierMediaTypeSsd","features":[24]},{"name":"StorageTierMediaTypeUnspecified","features":[24]},{"name":"TAPE_GET_STATISTICS","features":[24]},{"name":"TAPE_RESET_STATISTICS","features":[24]},{"name":"TAPE_RETURN_ENV_INFO","features":[24]},{"name":"TAPE_RETURN_STATISTICS","features":[24]},{"name":"TAPE_STATISTICS","features":[24]},{"name":"TCCollectionApplicationRequested","features":[24]},{"name":"TCCollectionBugCheck","features":[24]},{"name":"TCCollectionDeviceRequested","features":[24]},{"name":"TC_DEVICEDUMP_SUBSECTION_DESC_LENGTH","features":[24]},{"name":"TC_PUBLIC_DATA_TYPE_ATAGP","features":[24]},{"name":"TC_PUBLIC_DATA_TYPE_ATASMART","features":[24]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_GPLOG","features":[24]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_GPLOG_MAX","features":[24]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_SMART","features":[24]},{"name":"TELEMETRY_COMMAND_SIZE","features":[24]},{"name":"TXFS_CREATE_MINIVERSION_INFO","features":[24]},{"name":"TXFS_GET_METADATA_INFO_OUT","features":[24]},{"name":"TXFS_GET_TRANSACTED_VERSION","features":[24]},{"name":"TXFS_LIST_TRANSACTIONS","features":[24]},{"name":"TXFS_LIST_TRANSACTIONS_ENTRY","features":[24]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES","features":[24]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY","features":[24]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY_FLAG_CREATED","features":[24]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY_FLAG_DELETED","features":[24]},{"name":"TXFS_LOGGING_MODE_FULL","features":[24]},{"name":"TXFS_LOGGING_MODE_SIMPLE","features":[24]},{"name":"TXFS_MODIFY_RM","features":[24]},{"name":"TXFS_QUERY_RM_INFORMATION","features":[24]},{"name":"TXFS_READ_BACKUP_INFORMATION_OUT","features":[24]},{"name":"TXFS_RMF_LAGS","features":[24]},{"name":"TXFS_RM_FLAG_DO_NOT_RESET_RM_AT_NEXT_START","features":[24]},{"name":"TXFS_RM_FLAG_ENFORCE_MINIMUM_SIZE","features":[24]},{"name":"TXFS_RM_FLAG_GROW_LOG","features":[24]},{"name":"TXFS_RM_FLAG_LOGGING_MODE","features":[24]},{"name":"TXFS_RM_FLAG_LOG_AUTO_SHRINK_PERCENTAGE","features":[24]},{"name":"TXFS_RM_FLAG_LOG_CONTAINER_COUNT_MAX","features":[24]},{"name":"TXFS_RM_FLAG_LOG_CONTAINER_COUNT_MIN","features":[24]},{"name":"TXFS_RM_FLAG_LOG_GROWTH_INCREMENT_NUM_CONTAINERS","features":[24]},{"name":"TXFS_RM_FLAG_LOG_GROWTH_INCREMENT_PERCENT","features":[24]},{"name":"TXFS_RM_FLAG_LOG_NO_CONTAINER_COUNT_MAX","features":[24]},{"name":"TXFS_RM_FLAG_LOG_NO_CONTAINER_COUNT_MIN","features":[24]},{"name":"TXFS_RM_FLAG_PREFER_AVAILABILITY","features":[24]},{"name":"TXFS_RM_FLAG_PREFER_CONSISTENCY","features":[24]},{"name":"TXFS_RM_FLAG_PRESERVE_CHANGES","features":[24]},{"name":"TXFS_RM_FLAG_RENAME_RM","features":[24]},{"name":"TXFS_RM_FLAG_RESET_RM_AT_NEXT_START","features":[24]},{"name":"TXFS_RM_FLAG_SHRINK_LOG","features":[24]},{"name":"TXFS_RM_STATE_ACTIVE","features":[24]},{"name":"TXFS_RM_STATE_NOT_STARTED","features":[24]},{"name":"TXFS_RM_STATE_SHUTTING_DOWN","features":[24]},{"name":"TXFS_RM_STATE_STARTING","features":[24]},{"name":"TXFS_ROLLFORWARD_REDO_FLAG_USE_LAST_REDO_LSN","features":[24]},{"name":"TXFS_ROLLFORWARD_REDO_FLAG_USE_LAST_VIRTUAL_CLOCK","features":[24]},{"name":"TXFS_ROLLFORWARD_REDO_INFORMATION","features":[24]},{"name":"TXFS_SAVEPOINT_CLEAR","features":[24]},{"name":"TXFS_SAVEPOINT_CLEAR_ALL","features":[24]},{"name":"TXFS_SAVEPOINT_INFORMATION","features":[3,24]},{"name":"TXFS_SAVEPOINT_ROLLBACK","features":[24]},{"name":"TXFS_SAVEPOINT_SET","features":[24]},{"name":"TXFS_START_RM_FLAG_LOGGING_MODE","features":[24]},{"name":"TXFS_START_RM_FLAG_LOG_AUTO_SHRINK_PERCENTAGE","features":[24]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_COUNT_MAX","features":[24]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_COUNT_MIN","features":[24]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_SIZE","features":[24]},{"name":"TXFS_START_RM_FLAG_LOG_GROWTH_INCREMENT_NUM_CONTAINERS","features":[24]},{"name":"TXFS_START_RM_FLAG_LOG_GROWTH_INCREMENT_PERCENT","features":[24]},{"name":"TXFS_START_RM_FLAG_LOG_NO_CONTAINER_COUNT_MAX","features":[24]},{"name":"TXFS_START_RM_FLAG_LOG_NO_CONTAINER_COUNT_MIN","features":[24]},{"name":"TXFS_START_RM_FLAG_PREFER_AVAILABILITY","features":[24]},{"name":"TXFS_START_RM_FLAG_PREFER_CONSISTENCY","features":[24]},{"name":"TXFS_START_RM_FLAG_PRESERVE_CHANGES","features":[24]},{"name":"TXFS_START_RM_FLAG_RECOVER_BEST_EFFORT","features":[24]},{"name":"TXFS_START_RM_INFORMATION","features":[24]},{"name":"TXFS_TRANSACTED_VERSION_NONTRANSACTED","features":[24]},{"name":"TXFS_TRANSACTED_VERSION_UNCOMMITTED","features":[24]},{"name":"TXFS_TRANSACTION_ACTIVE_INFO","features":[3,24]},{"name":"TXFS_TRANSACTION_STATE_ACTIVE","features":[24]},{"name":"TXFS_TRANSACTION_STATE_NONE","features":[24]},{"name":"TXFS_TRANSACTION_STATE_NOTACTIVE","features":[24]},{"name":"TXFS_TRANSACTION_STATE_PREPARED","features":[24]},{"name":"TXFS_WRITE_BACKUP_INFORMATION","features":[24]},{"name":"Travan","features":[24]},{"name":"UNDEFINE_ALTERNATE","features":[24]},{"name":"UNDEFINE_PRIMARY","features":[24]},{"name":"UNLOCK_ELEMENT","features":[24]},{"name":"UNRECOVERED_READS_VALID","features":[24]},{"name":"UNRECOVERED_WRITES_VALID","features":[24]},{"name":"USN_DELETE_FLAGS","features":[24]},{"name":"USN_DELETE_FLAG_DELETE","features":[24]},{"name":"USN_DELETE_FLAG_NOTIFY","features":[24]},{"name":"USN_DELETE_VALID_FLAGS","features":[24]},{"name":"USN_JOURNAL_DATA_V0","features":[24]},{"name":"USN_JOURNAL_DATA_V1","features":[24]},{"name":"USN_JOURNAL_DATA_V2","features":[24]},{"name":"USN_PAGE_SIZE","features":[24]},{"name":"USN_RANGE_TRACK_OUTPUT","features":[24]},{"name":"USN_REASON_BASIC_INFO_CHANGE","features":[24]},{"name":"USN_REASON_CLOSE","features":[24]},{"name":"USN_REASON_COMPRESSION_CHANGE","features":[24]},{"name":"USN_REASON_DATA_EXTEND","features":[24]},{"name":"USN_REASON_DATA_OVERWRITE","features":[24]},{"name":"USN_REASON_DATA_TRUNCATION","features":[24]},{"name":"USN_REASON_DESIRED_STORAGE_CLASS_CHANGE","features":[24]},{"name":"USN_REASON_EA_CHANGE","features":[24]},{"name":"USN_REASON_ENCRYPTION_CHANGE","features":[24]},{"name":"USN_REASON_FILE_CREATE","features":[24]},{"name":"USN_REASON_FILE_DELETE","features":[24]},{"name":"USN_REASON_HARD_LINK_CHANGE","features":[24]},{"name":"USN_REASON_INDEXABLE_CHANGE","features":[24]},{"name":"USN_REASON_INTEGRITY_CHANGE","features":[24]},{"name":"USN_REASON_NAMED_DATA_EXTEND","features":[24]},{"name":"USN_REASON_NAMED_DATA_OVERWRITE","features":[24]},{"name":"USN_REASON_NAMED_DATA_TRUNCATION","features":[24]},{"name":"USN_REASON_OBJECT_ID_CHANGE","features":[24]},{"name":"USN_REASON_RENAME_NEW_NAME","features":[24]},{"name":"USN_REASON_RENAME_OLD_NAME","features":[24]},{"name":"USN_REASON_REPARSE_POINT_CHANGE","features":[24]},{"name":"USN_REASON_SECURITY_CHANGE","features":[24]},{"name":"USN_REASON_STREAM_CHANGE","features":[24]},{"name":"USN_REASON_TRANSACTED_CHANGE","features":[24]},{"name":"USN_RECORD_COMMON_HEADER","features":[24]},{"name":"USN_RECORD_EXTENT","features":[24]},{"name":"USN_RECORD_UNION","features":[23,24]},{"name":"USN_RECORD_V2","features":[24]},{"name":"USN_RECORD_V3","features":[23,24]},{"name":"USN_RECORD_V4","features":[23,24]},{"name":"USN_SOURCE_AUXILIARY_DATA","features":[24]},{"name":"USN_SOURCE_CLIENT_REPLICATION_MANAGEMENT","features":[24]},{"name":"USN_SOURCE_DATA_MANAGEMENT","features":[24]},{"name":"USN_SOURCE_INFO_ID","features":[24]},{"name":"USN_SOURCE_REPLICATION_MANAGEMENT","features":[24]},{"name":"USN_TRACK_MODIFIED_RANGES","features":[24]},{"name":"UfsDataTypeMax","features":[24]},{"name":"UfsDataTypeQueryAttribute","features":[24]},{"name":"UfsDataTypeQueryDescriptor","features":[24]},{"name":"UfsDataTypeQueryDmeAttribute","features":[24]},{"name":"UfsDataTypeQueryDmePeerAttribute","features":[24]},{"name":"UfsDataTypeQueryFlag","features":[24]},{"name":"UfsDataTypeUnknown","features":[24]},{"name":"Unknown","features":[24]},{"name":"VALID_NTFT","features":[24]},{"name":"VENDOR_ID_LENGTH","features":[24]},{"name":"VERIFY_INFORMATION","features":[24]},{"name":"VIRTUALIZATION_INSTANCE_INFO_INPUT","features":[24]},{"name":"VIRTUALIZATION_INSTANCE_INFO_INPUT_EX","features":[24]},{"name":"VIRTUALIZATION_INSTANCE_INFO_OUTPUT","features":[24]},{"name":"VIRTUAL_STORAGE_BEHAVIOR_CODE","features":[24]},{"name":"VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT","features":[24]},{"name":"VOLUME_BITMAP_BUFFER","features":[24]},{"name":"VOLUME_DISK_EXTENTS","features":[24]},{"name":"VOLUME_GET_GPT_ATTRIBUTES_INFORMATION","features":[24]},{"name":"VOLUME_IS_DIRTY","features":[24]},{"name":"VOLUME_SESSION_OPEN","features":[24]},{"name":"VOLUME_UPGRADE_SCHEDULED","features":[24]},{"name":"VXATape","features":[24]},{"name":"VXATape_1","features":[24]},{"name":"VXATape_2","features":[24]},{"name":"VirtualStorageBehaviorCacheWriteBack","features":[24]},{"name":"VirtualStorageBehaviorCacheWriteThrough","features":[24]},{"name":"VirtualStorageBehaviorRestartIoProcessing","features":[24]},{"name":"VirtualStorageBehaviorStopIoProcessing","features":[24]},{"name":"VirtualStorageBehaviorUndefined","features":[24]},{"name":"WIM_PROVIDER_ADD_OVERLAY_INPUT","features":[24]},{"name":"WIM_PROVIDER_CURRENT_VERSION","features":[24]},{"name":"WIM_PROVIDER_EXTERNAL_FLAG_NOT_ACTIVE","features":[24]},{"name":"WIM_PROVIDER_EXTERNAL_FLAG_SUSPENDED","features":[24]},{"name":"WIM_PROVIDER_EXTERNAL_INFO","features":[24]},{"name":"WIM_PROVIDER_OVERLAY_ENTRY","features":[24]},{"name":"WIM_PROVIDER_REMOVE_OVERLAY_INPUT","features":[24]},{"name":"WIM_PROVIDER_SUSPEND_OVERLAY_INPUT","features":[24]},{"name":"WIM_PROVIDER_UPDATE_OVERLAY_INPUT","features":[24]},{"name":"WMI_DISK_GEOMETRY_GUID","features":[24]},{"name":"WOF_CURRENT_VERSION","features":[24]},{"name":"WOF_EXTERNAL_FILE_ID","features":[23,24]},{"name":"WOF_EXTERNAL_INFO","features":[24]},{"name":"WOF_PROVIDER_CLOUD","features":[24]},{"name":"WOF_VERSION_INFO","features":[24]},{"name":"WRITE_CACHE_CHANGE","features":[24]},{"name":"WRITE_CACHE_ENABLE","features":[24]},{"name":"WRITE_CACHE_TYPE","features":[24]},{"name":"WRITE_COMPRESSION_INFO_VALID","features":[24]},{"name":"WRITE_THROUGH","features":[24]},{"name":"WRITE_USN_REASON_INPUT","features":[24]},{"name":"WriteCacheChangeUnknown","features":[24]},{"name":"WriteCacheChangeable","features":[24]},{"name":"WriteCacheDisabled","features":[24]},{"name":"WriteCacheEnableUnknown","features":[24]},{"name":"WriteCacheEnabled","features":[24]},{"name":"WriteCacheNotChangeable","features":[24]},{"name":"WriteCacheTypeNone","features":[24]},{"name":"WriteCacheTypeUnknown","features":[24]},{"name":"WriteCacheTypeWriteBack","features":[24]},{"name":"WriteCacheTypeWriteThrough","features":[24]},{"name":"WriteThroughNotSupported","features":[24]},{"name":"WriteThroughSupported","features":[24]},{"name":"WriteThroughUnknown","features":[24]},{"name":"ZoneConditionClosed","features":[24]},{"name":"ZoneConditionConventional","features":[24]},{"name":"ZoneConditionEmpty","features":[24]},{"name":"ZoneConditionExplicitlyOpened","features":[24]},{"name":"ZoneConditionFull","features":[24]},{"name":"ZoneConditionImplicitlyOpened","features":[24]},{"name":"ZoneConditionOffline","features":[24]},{"name":"ZoneConditionReadOnly","features":[24]},{"name":"ZoneTypeConventional","features":[24]},{"name":"ZoneTypeMax","features":[24]},{"name":"ZoneTypeSequentialWritePreferred","features":[24]},{"name":"ZoneTypeSequentialWriteRequired","features":[24]},{"name":"ZoneTypeUnknown","features":[24]},{"name":"ZonedDeviceTypeDeviceManaged","features":[24]},{"name":"ZonedDeviceTypeHostAware","features":[24]},{"name":"ZonedDeviceTypeHostManaged","features":[24]},{"name":"ZonedDeviceTypeUnknown","features":[24]},{"name":"ZonesAttributeTypeAndLengthMayDifferent","features":[24]},{"name":"ZonesAttributeTypeMayDifferentLengthSame","features":[24]},{"name":"ZonesAttributeTypeSameLastZoneLengthDifferent","features":[24]},{"name":"ZonesAttributeTypeSameLengthSame","features":[24]}],"577":[{"name":"AssignProcessToJobObject","features":[3,183]},{"name":"CreateJobObjectA","features":[3,6,183]},{"name":"CreateJobObjectW","features":[3,6,183]},{"name":"CreateJobSet","features":[3,183]},{"name":"FreeMemoryJobObject","features":[183]},{"name":"IsProcessInJob","features":[3,183]},{"name":"JOBOBJECTINFOCLASS","features":[183]},{"name":"JOBOBJECT_ASSOCIATE_COMPLETION_PORT","features":[3,183]},{"name":"JOBOBJECT_BASIC_ACCOUNTING_INFORMATION","features":[183]},{"name":"JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION","features":[183,39]},{"name":"JOBOBJECT_BASIC_LIMIT_INFORMATION","features":[183]},{"name":"JOBOBJECT_BASIC_PROCESS_ID_LIST","features":[183]},{"name":"JOBOBJECT_BASIC_UI_RESTRICTIONS","features":[183]},{"name":"JOBOBJECT_CPU_RATE_CONTROL_INFORMATION","features":[183]},{"name":"JOBOBJECT_END_OF_JOB_TIME_INFORMATION","features":[183]},{"name":"JOBOBJECT_EXTENDED_LIMIT_INFORMATION","features":[183,39]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_DISABLE","features":[183]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_ENABLE","features":[183]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_FLAGS","features":[183]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_VALID_FLAGS","features":[183]},{"name":"JOBOBJECT_IO_ATTRIBUTION_INFORMATION","features":[183]},{"name":"JOBOBJECT_IO_ATTRIBUTION_STATS","features":[183]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION","features":[183]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V1","features":[183]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2","features":[183]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3","features":[183]},{"name":"JOBOBJECT_JOBSET_INFORMATION","features":[183]},{"name":"JOBOBJECT_LIMIT_VIOLATION_INFORMATION","features":[183]},{"name":"JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2","features":[183]},{"name":"JOBOBJECT_NET_RATE_CONTROL_INFORMATION","features":[183]},{"name":"JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION","features":[183]},{"name":"JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2","features":[183]},{"name":"JOBOBJECT_RATE_CONTROL_TOLERANCE","features":[183]},{"name":"JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL","features":[183]},{"name":"JOBOBJECT_SECURITY_LIMIT_INFORMATION","features":[3,6,183]},{"name":"JOB_OBJECT_BASIC_LIMIT_VALID_FLAGS","features":[183]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL","features":[183]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_ENABLE","features":[183]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_HARD_CAP","features":[183]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_MIN_MAX_RATE","features":[183]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_NOTIFY","features":[183]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_VALID_FLAGS","features":[183]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_WEIGHT_BASED","features":[183]},{"name":"JOB_OBJECT_EXTENDED_LIMIT_VALID_FLAGS","features":[183]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_ENABLE","features":[183]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FLAGS","features":[183]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ALL","features":[183]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ON_SOFT_CAP","features":[183]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_STANDALONE_VOLUME","features":[183]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_VALID_FLAGS","features":[183]},{"name":"JOB_OBJECT_LIMIT","features":[183]},{"name":"JOB_OBJECT_LIMIT_ACTIVE_PROCESS","features":[183]},{"name":"JOB_OBJECT_LIMIT_AFFINITY","features":[183]},{"name":"JOB_OBJECT_LIMIT_BREAKAWAY_OK","features":[183]},{"name":"JOB_OBJECT_LIMIT_CPU_RATE_CONTROL","features":[183]},{"name":"JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION","features":[183]},{"name":"JOB_OBJECT_LIMIT_IO_RATE_CONTROL","features":[183]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY","features":[183]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY_HIGH","features":[183]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY_LOW","features":[183]},{"name":"JOB_OBJECT_LIMIT_JOB_READ_BYTES","features":[183]},{"name":"JOB_OBJECT_LIMIT_JOB_TIME","features":[183]},{"name":"JOB_OBJECT_LIMIT_JOB_WRITE_BYTES","features":[183]},{"name":"JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE","features":[183]},{"name":"JOB_OBJECT_LIMIT_NET_RATE_CONTROL","features":[183]},{"name":"JOB_OBJECT_LIMIT_PRESERVE_JOB_TIME","features":[183]},{"name":"JOB_OBJECT_LIMIT_PRIORITY_CLASS","features":[183]},{"name":"JOB_OBJECT_LIMIT_PROCESS_MEMORY","features":[183]},{"name":"JOB_OBJECT_LIMIT_PROCESS_TIME","features":[183]},{"name":"JOB_OBJECT_LIMIT_RATE_CONTROL","features":[183]},{"name":"JOB_OBJECT_LIMIT_SCHEDULING_CLASS","features":[183]},{"name":"JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK","features":[183]},{"name":"JOB_OBJECT_LIMIT_SUBSET_AFFINITY","features":[183]},{"name":"JOB_OBJECT_LIMIT_VALID_FLAGS","features":[183]},{"name":"JOB_OBJECT_LIMIT_WORKINGSET","features":[183]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_DSCP_TAG","features":[183]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_ENABLE","features":[183]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_FLAGS","features":[183]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_MAX_BANDWIDTH","features":[183]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_VALID_FLAGS","features":[183]},{"name":"JOB_OBJECT_NOTIFICATION_LIMIT_VALID_FLAGS","features":[183]},{"name":"JOB_OBJECT_POST_AT_END_OF_JOB","features":[183]},{"name":"JOB_OBJECT_SECURITY","features":[183]},{"name":"JOB_OBJECT_SECURITY_FILTER_TOKENS","features":[183]},{"name":"JOB_OBJECT_SECURITY_NO_ADMIN","features":[183]},{"name":"JOB_OBJECT_SECURITY_ONLY_TOKEN","features":[183]},{"name":"JOB_OBJECT_SECURITY_RESTRICTED_TOKEN","features":[183]},{"name":"JOB_OBJECT_SECURITY_VALID_FLAGS","features":[183]},{"name":"JOB_OBJECT_TERMINATE_AT_END_ACTION","features":[183]},{"name":"JOB_OBJECT_TERMINATE_AT_END_OF_JOB","features":[183]},{"name":"JOB_OBJECT_UILIMIT","features":[183]},{"name":"JOB_OBJECT_UILIMIT_DESKTOP","features":[183]},{"name":"JOB_OBJECT_UILIMIT_DISPLAYSETTINGS","features":[183]},{"name":"JOB_OBJECT_UILIMIT_EXITWINDOWS","features":[183]},{"name":"JOB_OBJECT_UILIMIT_GLOBALATOMS","features":[183]},{"name":"JOB_OBJECT_UILIMIT_HANDLES","features":[183]},{"name":"JOB_OBJECT_UILIMIT_NONE","features":[183]},{"name":"JOB_OBJECT_UILIMIT_READCLIPBOARD","features":[183]},{"name":"JOB_OBJECT_UILIMIT_SYSTEMPARAMETERS","features":[183]},{"name":"JOB_OBJECT_UILIMIT_WRITECLIPBOARD","features":[183]},{"name":"JOB_SET_ARRAY","features":[3,183]},{"name":"JobObjectAssociateCompletionPortInformation","features":[183]},{"name":"JobObjectBasicAccountingInformation","features":[183]},{"name":"JobObjectBasicAndIoAccountingInformation","features":[183]},{"name":"JobObjectBasicLimitInformation","features":[183]},{"name":"JobObjectBasicProcessIdList","features":[183]},{"name":"JobObjectBasicUIRestrictions","features":[183]},{"name":"JobObjectCompletionCounter","features":[183]},{"name":"JobObjectCompletionFilter","features":[183]},{"name":"JobObjectCpuRateControlInformation","features":[183]},{"name":"JobObjectCreateSilo","features":[183]},{"name":"JobObjectEndOfJobTimeInformation","features":[183]},{"name":"JobObjectExtendedLimitInformation","features":[183]},{"name":"JobObjectGroupInformation","features":[183]},{"name":"JobObjectGroupInformationEx","features":[183]},{"name":"JobObjectJobSetInformation","features":[183]},{"name":"JobObjectLimitViolationInformation","features":[183]},{"name":"JobObjectLimitViolationInformation2","features":[183]},{"name":"JobObjectNetRateControlInformation","features":[183]},{"name":"JobObjectNotificationLimitInformation","features":[183]},{"name":"JobObjectNotificationLimitInformation2","features":[183]},{"name":"JobObjectReserved10Information","features":[183]},{"name":"JobObjectReserved11Information","features":[183]},{"name":"JobObjectReserved12Information","features":[183]},{"name":"JobObjectReserved13Information","features":[183]},{"name":"JobObjectReserved14Information","features":[183]},{"name":"JobObjectReserved15Information","features":[183]},{"name":"JobObjectReserved16Information","features":[183]},{"name":"JobObjectReserved17Information","features":[183]},{"name":"JobObjectReserved18Information","features":[183]},{"name":"JobObjectReserved19Information","features":[183]},{"name":"JobObjectReserved1Information","features":[183]},{"name":"JobObjectReserved20Information","features":[183]},{"name":"JobObjectReserved21Information","features":[183]},{"name":"JobObjectReserved22Information","features":[183]},{"name":"JobObjectReserved23Information","features":[183]},{"name":"JobObjectReserved24Information","features":[183]},{"name":"JobObjectReserved25Information","features":[183]},{"name":"JobObjectReserved26Information","features":[183]},{"name":"JobObjectReserved27Information","features":[183]},{"name":"JobObjectReserved2Information","features":[183]},{"name":"JobObjectReserved3Information","features":[183]},{"name":"JobObjectReserved4Information","features":[183]},{"name":"JobObjectReserved5Information","features":[183]},{"name":"JobObjectReserved6Information","features":[183]},{"name":"JobObjectReserved7Information","features":[183]},{"name":"JobObjectReserved8Information","features":[183]},{"name":"JobObjectReserved9Information","features":[183]},{"name":"JobObjectSecurityLimitInformation","features":[183]},{"name":"JobObjectSiloBasicInformation","features":[183]},{"name":"MaxJobObjectInfoClass","features":[183]},{"name":"OpenJobObjectA","features":[3,183]},{"name":"OpenJobObjectW","features":[3,183]},{"name":"QueryInformationJobObject","features":[3,183]},{"name":"QueryIoRateControlInformationJobObject","features":[3,183]},{"name":"SetInformationJobObject","features":[3,183]},{"name":"SetIoRateControlInformationJobObject","features":[3,183]},{"name":"TerminateJobObject","features":[3,183]},{"name":"ToleranceHigh","features":[183]},{"name":"ToleranceIntervalLong","features":[183]},{"name":"ToleranceIntervalMedium","features":[183]},{"name":"ToleranceIntervalShort","features":[183]},{"name":"ToleranceLow","features":[183]},{"name":"ToleranceMedium","features":[183]},{"name":"UserHandleGrantAccess","features":[3,183]}],"578":[{"name":"JS_SOURCE_CONTEXT_NONE","features":[184]},{"name":"JsAddRef","features":[184]},{"name":"JsArray","features":[184]},{"name":"JsBackgroundWorkItemCallback","features":[184]},{"name":"JsBeforeCollectCallback","features":[184]},{"name":"JsBoolToBoolean","features":[184]},{"name":"JsBoolean","features":[184]},{"name":"JsBooleanToBool","features":[184]},{"name":"JsCallFunction","features":[184]},{"name":"JsCollectGarbage","features":[184]},{"name":"JsConstructObject","features":[184]},{"name":"JsConvertValueToBoolean","features":[184]},{"name":"JsConvertValueToNumber","features":[184]},{"name":"JsConvertValueToObject","features":[184]},{"name":"JsConvertValueToString","features":[184]},{"name":"JsCreateArray","features":[184]},{"name":"JsCreateContext","features":[184]},{"name":"JsCreateContext","features":[184]},{"name":"JsCreateError","features":[184]},{"name":"JsCreateExternalObject","features":[184]},{"name":"JsCreateFunction","features":[184]},{"name":"JsCreateObject","features":[184]},{"name":"JsCreateRangeError","features":[184]},{"name":"JsCreateReferenceError","features":[184]},{"name":"JsCreateRuntime","features":[184]},{"name":"JsCreateSyntaxError","features":[184]},{"name":"JsCreateTypeError","features":[184]},{"name":"JsCreateURIError","features":[184]},{"name":"JsDefineProperty","features":[184]},{"name":"JsDeleteIndexedProperty","features":[184]},{"name":"JsDeleteProperty","features":[184]},{"name":"JsDisableRuntimeExecution","features":[184]},{"name":"JsDisposeRuntime","features":[184]},{"name":"JsDoubleToNumber","features":[184]},{"name":"JsEnableRuntimeExecution","features":[184]},{"name":"JsEnumerateHeap","features":[184]},{"name":"JsEquals","features":[184]},{"name":"JsError","features":[184]},{"name":"JsErrorAlreadyDebuggingContext","features":[184]},{"name":"JsErrorAlreadyProfilingContext","features":[184]},{"name":"JsErrorArgumentNotObject","features":[184]},{"name":"JsErrorBadSerializedScript","features":[184]},{"name":"JsErrorCannotDisableExecution","features":[184]},{"name":"JsErrorCannotSerializeDebugScript","features":[184]},{"name":"JsErrorCategoryEngine","features":[184]},{"name":"JsErrorCategoryFatal","features":[184]},{"name":"JsErrorCategoryScript","features":[184]},{"name":"JsErrorCategoryUsage","features":[184]},{"name":"JsErrorCode","features":[184]},{"name":"JsErrorFatal","features":[184]},{"name":"JsErrorHeapEnumInProgress","features":[184]},{"name":"JsErrorIdleNotEnabled","features":[184]},{"name":"JsErrorInDisabledState","features":[184]},{"name":"JsErrorInExceptionState","features":[184]},{"name":"JsErrorInProfileCallback","features":[184]},{"name":"JsErrorInThreadServiceCallback","features":[184]},{"name":"JsErrorInvalidArgument","features":[184]},{"name":"JsErrorNoCurrentContext","features":[184]},{"name":"JsErrorNotImplemented","features":[184]},{"name":"JsErrorNullArgument","features":[184]},{"name":"JsErrorOutOfMemory","features":[184]},{"name":"JsErrorRuntimeInUse","features":[184]},{"name":"JsErrorScriptCompile","features":[184]},{"name":"JsErrorScriptEvalDisabled","features":[184]},{"name":"JsErrorScriptException","features":[184]},{"name":"JsErrorScriptTerminated","features":[184]},{"name":"JsErrorWrongThread","features":[184]},{"name":"JsFinalizeCallback","features":[184]},{"name":"JsFunction","features":[184]},{"name":"JsGetAndClearException","features":[184]},{"name":"JsGetCurrentContext","features":[184]},{"name":"JsGetExtensionAllowed","features":[184]},{"name":"JsGetExternalData","features":[184]},{"name":"JsGetFalseValue","features":[184]},{"name":"JsGetGlobalObject","features":[184]},{"name":"JsGetIndexedProperty","features":[184]},{"name":"JsGetNullValue","features":[184]},{"name":"JsGetOwnPropertyDescriptor","features":[184]},{"name":"JsGetOwnPropertyNames","features":[184]},{"name":"JsGetProperty","features":[184]},{"name":"JsGetPropertyIdFromName","features":[184]},{"name":"JsGetPropertyNameFromId","features":[184]},{"name":"JsGetPrototype","features":[184]},{"name":"JsGetRuntime","features":[184]},{"name":"JsGetRuntimeMemoryLimit","features":[184]},{"name":"JsGetRuntimeMemoryUsage","features":[184]},{"name":"JsGetStringLength","features":[184]},{"name":"JsGetTrueValue","features":[184]},{"name":"JsGetUndefinedValue","features":[184]},{"name":"JsGetValueType","features":[184]},{"name":"JsHasException","features":[184]},{"name":"JsHasExternalData","features":[184]},{"name":"JsHasIndexedProperty","features":[184]},{"name":"JsHasProperty","features":[184]},{"name":"JsIdle","features":[184]},{"name":"JsIntToNumber","features":[184]},{"name":"JsIsEnumeratingHeap","features":[184]},{"name":"JsIsRuntimeExecutionDisabled","features":[184]},{"name":"JsMemoryAllocate","features":[184]},{"name":"JsMemoryAllocationCallback","features":[184]},{"name":"JsMemoryEventType","features":[184]},{"name":"JsMemoryFailure","features":[184]},{"name":"JsMemoryFree","features":[184]},{"name":"JsNativeFunction","features":[184]},{"name":"JsNoError","features":[184]},{"name":"JsNull","features":[184]},{"name":"JsNumber","features":[184]},{"name":"JsNumberToDouble","features":[184]},{"name":"JsObject","features":[184]},{"name":"JsParseScript","features":[184]},{"name":"JsParseSerializedScript","features":[184]},{"name":"JsPointerToString","features":[184]},{"name":"JsPreventExtension","features":[184]},{"name":"JsRelease","features":[184]},{"name":"JsRunScript","features":[184]},{"name":"JsRunSerializedScript","features":[184]},{"name":"JsRuntimeAttributeAllowScriptInterrupt","features":[184]},{"name":"JsRuntimeAttributeDisableBackgroundWork","features":[184]},{"name":"JsRuntimeAttributeDisableEval","features":[184]},{"name":"JsRuntimeAttributeDisableNativeCodeGeneration","features":[184]},{"name":"JsRuntimeAttributeEnableIdleProcessing","features":[184]},{"name":"JsRuntimeAttributeNone","features":[184]},{"name":"JsRuntimeAttributes","features":[184]},{"name":"JsRuntimeVersion","features":[184]},{"name":"JsRuntimeVersion10","features":[184]},{"name":"JsRuntimeVersion11","features":[184]},{"name":"JsRuntimeVersionEdge","features":[184]},{"name":"JsSerializeScript","features":[184]},{"name":"JsSetCurrentContext","features":[184]},{"name":"JsSetException","features":[184]},{"name":"JsSetExternalData","features":[184]},{"name":"JsSetIndexedProperty","features":[184]},{"name":"JsSetProperty","features":[184]},{"name":"JsSetPrototype","features":[184]},{"name":"JsSetRuntimeBeforeCollectCallback","features":[184]},{"name":"JsSetRuntimeMemoryAllocationCallback","features":[184]},{"name":"JsSetRuntimeMemoryLimit","features":[184]},{"name":"JsStartDebugging","features":[184]},{"name":"JsStartDebugging","features":[184]},{"name":"JsStartProfiling","features":[185,184]},{"name":"JsStopProfiling","features":[184]},{"name":"JsStrictEquals","features":[184]},{"name":"JsString","features":[184]},{"name":"JsStringToPointer","features":[184]},{"name":"JsThreadServiceCallback","features":[184]},{"name":"JsUndefined","features":[184]},{"name":"JsValueToVariant","features":[3,43,184,44]},{"name":"JsValueType","features":[184]},{"name":"JsVariantToValue","features":[3,43,184,44]}],"579":[{"name":"BackOffice","features":[9]},{"name":"Blade","features":[9]},{"name":"COMPARTMENT_ID","features":[9]},{"name":"CSTRING","features":[9]},{"name":"CommunicationServer","features":[9]},{"name":"ComputeServer","features":[9]},{"name":"DEFAULT_COMPARTMENT_ID","features":[9]},{"name":"DataCenter","features":[9]},{"name":"EVENT_TYPE","features":[9]},{"name":"EXCEPTION_DISPOSITION","features":[9]},{"name":"EXCEPTION_REGISTRATION_RECORD","features":[3,33,9]},{"name":"EXCEPTION_ROUTINE","features":[3,33,9]},{"name":"EmbeddedNT","features":[9]},{"name":"EmbeddedRestricted","features":[9]},{"name":"Enterprise","features":[9]},{"name":"ExceptionCollidedUnwind","features":[9]},{"name":"ExceptionContinueExecution","features":[9]},{"name":"ExceptionContinueSearch","features":[9]},{"name":"ExceptionNestedException","features":[9]},{"name":"FLOATING_SAVE_AREA","features":[9]},{"name":"FLOATING_SAVE_AREA","features":[9]},{"name":"LIST_ENTRY","features":[9]},{"name":"LIST_ENTRY32","features":[9]},{"name":"LIST_ENTRY64","features":[9]},{"name":"MAXUCHAR","features":[9]},{"name":"MAXULONG","features":[9]},{"name":"MAXUSHORT","features":[9]},{"name":"MaxSuiteType","features":[9]},{"name":"MultiUserTS","features":[9]},{"name":"NT_PRODUCT_TYPE","features":[9]},{"name":"NT_TIB","features":[3,33,9]},{"name":"NULL64","features":[9]},{"name":"NotificationEvent","features":[9]},{"name":"NotificationTimer","features":[9]},{"name":"NtProductLanManNt","features":[9]},{"name":"NtProductServer","features":[9]},{"name":"NtProductWinNt","features":[9]},{"name":"OBJECTID","features":[9]},{"name":"OBJ_CASE_INSENSITIVE","features":[9]},{"name":"OBJ_DONT_REPARSE","features":[9]},{"name":"OBJ_EXCLUSIVE","features":[9]},{"name":"OBJ_FORCE_ACCESS_CHECK","features":[9]},{"name":"OBJ_HANDLE_TAGBITS","features":[9]},{"name":"OBJ_IGNORE_IMPERSONATED_DEVICEMAP","features":[9]},{"name":"OBJ_INHERIT","features":[9]},{"name":"OBJ_KERNEL_HANDLE","features":[9]},{"name":"OBJ_OPENIF","features":[9]},{"name":"OBJ_OPENLINK","features":[9]},{"name":"OBJ_PERMANENT","features":[9]},{"name":"OBJ_VALID_ATTRIBUTES","features":[9]},{"name":"PROCESSOR_NUMBER","features":[9]},{"name":"Personal","features":[9]},{"name":"PhoneNT","features":[9]},{"name":"QUAD","features":[9]},{"name":"RTL_BALANCED_NODE","features":[9]},{"name":"RTL_BALANCED_NODE_RESERVED_PARENT_MASK","features":[9]},{"name":"RtlFirstEntrySList","features":[9]},{"name":"RtlInitializeSListHead","features":[9]},{"name":"RtlInterlockedFlushSList","features":[9]},{"name":"RtlInterlockedPopEntrySList","features":[9]},{"name":"RtlInterlockedPushEntrySList","features":[9]},{"name":"RtlInterlockedPushListSListEx","features":[9]},{"name":"RtlQueryDepthSList","features":[9]},{"name":"SINGLE_LIST_ENTRY","features":[9]},{"name":"SINGLE_LIST_ENTRY32","features":[9]},{"name":"SLIST_ENTRY","features":[9]},{"name":"SLIST_HEADER","features":[9]},{"name":"SLIST_HEADER","features":[9]},{"name":"SLIST_HEADER","features":[9]},{"name":"STRING","features":[9]},{"name":"STRING32","features":[9]},{"name":"STRING64","features":[9]},{"name":"SUITE_TYPE","features":[9]},{"name":"SecurityAppliance","features":[9]},{"name":"SingleUserTS","features":[9]},{"name":"SmallBusiness","features":[9]},{"name":"SmallBusinessRestricted","features":[9]},{"name":"StorageServer","features":[9]},{"name":"SynchronizationEvent","features":[9]},{"name":"SynchronizationTimer","features":[9]},{"name":"TIMER_TYPE","features":[9]},{"name":"TerminalServer","features":[9]},{"name":"UNSPECIFIED_COMPARTMENT_ID","features":[9]},{"name":"WAIT_TYPE","features":[9]},{"name":"WHServer","features":[9]},{"name":"WNF_STATE_NAME","features":[9]},{"name":"WaitAll","features":[9]},{"name":"WaitAny","features":[9]},{"name":"WaitDequeue","features":[9]},{"name":"WaitDpc","features":[9]},{"name":"WaitNotification","features":[9]}],"580":[{"name":"AddDllDirectory","features":[186]},{"name":"BeginUpdateResourceA","features":[3,186]},{"name":"BeginUpdateResourceW","features":[3,186]},{"name":"CURRENT_IMPORT_REDIRECTION_VERSION","features":[186]},{"name":"DONT_RESOLVE_DLL_REFERENCES","features":[186]},{"name":"DisableThreadLibraryCalls","features":[3,186]},{"name":"ENUMRESLANGPROCA","features":[3,186]},{"name":"ENUMRESLANGPROCW","features":[3,186]},{"name":"ENUMRESNAMEPROCA","features":[3,186]},{"name":"ENUMRESNAMEPROCW","features":[3,186]},{"name":"ENUMRESTYPEPROCA","features":[3,186]},{"name":"ENUMRESTYPEPROCW","features":[3,186]},{"name":"ENUMUILANG","features":[186]},{"name":"EndUpdateResourceA","features":[3,186]},{"name":"EndUpdateResourceW","features":[3,186]},{"name":"EnumResourceLanguagesA","features":[3,186]},{"name":"EnumResourceLanguagesExA","features":[3,186]},{"name":"EnumResourceLanguagesExW","features":[3,186]},{"name":"EnumResourceLanguagesW","features":[3,186]},{"name":"EnumResourceNamesA","features":[3,186]},{"name":"EnumResourceNamesExA","features":[3,186]},{"name":"EnumResourceNamesExW","features":[3,186]},{"name":"EnumResourceNamesW","features":[3,186]},{"name":"EnumResourceTypesA","features":[3,186]},{"name":"EnumResourceTypesExA","features":[3,186]},{"name":"EnumResourceTypesExW","features":[3,186]},{"name":"EnumResourceTypesW","features":[3,186]},{"name":"FIND_RESOURCE_DIRECTORY_LANGUAGES","features":[186]},{"name":"FIND_RESOURCE_DIRECTORY_NAMES","features":[186]},{"name":"FIND_RESOURCE_DIRECTORY_TYPES","features":[186]},{"name":"FindResourceA","features":[3,186]},{"name":"FindResourceExA","features":[3,186]},{"name":"FindResourceExW","features":[3,186]},{"name":"FindResourceW","features":[3,186]},{"name":"FreeLibraryAndExitThread","features":[3,186]},{"name":"FreeResource","features":[3,186]},{"name":"GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS","features":[186]},{"name":"GET_MODULE_HANDLE_EX_FLAG_PIN","features":[186]},{"name":"GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT","features":[186]},{"name":"GetDllDirectoryA","features":[186]},{"name":"GetDllDirectoryW","features":[186]},{"name":"GetModuleFileNameA","features":[3,186]},{"name":"GetModuleFileNameW","features":[3,186]},{"name":"GetModuleHandleA","features":[3,186]},{"name":"GetModuleHandleExA","features":[3,186]},{"name":"GetModuleHandleExW","features":[3,186]},{"name":"GetModuleHandleW","features":[3,186]},{"name":"GetProcAddress","features":[3,186]},{"name":"LOAD_IGNORE_CODE_AUTHZ_LEVEL","features":[186]},{"name":"LOAD_LIBRARY_AS_DATAFILE","features":[186]},{"name":"LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE","features":[186]},{"name":"LOAD_LIBRARY_AS_IMAGE_RESOURCE","features":[186]},{"name":"LOAD_LIBRARY_FLAGS","features":[186]},{"name":"LOAD_LIBRARY_OS_INTEGRITY_CONTINUITY","features":[186]},{"name":"LOAD_LIBRARY_REQUIRE_SIGNED_TARGET","features":[186]},{"name":"LOAD_LIBRARY_SAFE_CURRENT_DIRS","features":[186]},{"name":"LOAD_LIBRARY_SEARCH_APPLICATION_DIR","features":[186]},{"name":"LOAD_LIBRARY_SEARCH_DEFAULT_DIRS","features":[186]},{"name":"LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR","features":[186]},{"name":"LOAD_LIBRARY_SEARCH_SYSTEM32","features":[186]},{"name":"LOAD_LIBRARY_SEARCH_SYSTEM32_NO_FORWARDER","features":[186]},{"name":"LOAD_LIBRARY_SEARCH_USER_DIRS","features":[186]},{"name":"LOAD_WITH_ALTERED_SEARCH_PATH","features":[186]},{"name":"LoadLibraryA","features":[3,186]},{"name":"LoadLibraryExA","features":[3,186]},{"name":"LoadLibraryExW","features":[3,186]},{"name":"LoadLibraryW","features":[3,186]},{"name":"LoadModule","features":[186]},{"name":"LoadPackagedLibrary","features":[3,186]},{"name":"LoadResource","features":[3,186]},{"name":"LockResource","features":[3,186]},{"name":"PGET_MODULE_HANDLE_EXA","features":[3,186]},{"name":"PGET_MODULE_HANDLE_EXW","features":[3,186]},{"name":"REDIRECTION_DESCRIPTOR","features":[186]},{"name":"REDIRECTION_FUNCTION_DESCRIPTOR","features":[186]},{"name":"RESOURCE_ENUM_LN","features":[186]},{"name":"RESOURCE_ENUM_MODULE_EXACT","features":[186]},{"name":"RESOURCE_ENUM_MUI","features":[186]},{"name":"RESOURCE_ENUM_MUI_SYSTEM","features":[186]},{"name":"RESOURCE_ENUM_VALIDATE","features":[186]},{"name":"RemoveDllDirectory","features":[3,186]},{"name":"SUPPORT_LANG_NUMBER","features":[186]},{"name":"SetDefaultDllDirectories","features":[3,186]},{"name":"SetDllDirectoryA","features":[3,186]},{"name":"SetDllDirectoryW","features":[3,186]},{"name":"SizeofResource","features":[3,186]},{"name":"UpdateResourceA","features":[3,186]},{"name":"UpdateResourceW","features":[3,186]}],"581":[{"name":"CreateMailslotA","features":[3,6,187]},{"name":"CreateMailslotW","features":[3,6,187]},{"name":"GetMailslotInfo","features":[3,187]},{"name":"SetMailslotInfo","features":[3,187]}],"582":[{"name":"LPMAPIADDRESS","features":[188]},{"name":"LPMAPIDELETEMAIL","features":[188]},{"name":"LPMAPIDETAILS","features":[188]},{"name":"LPMAPIFINDNEXT","features":[188]},{"name":"LPMAPIFREEBUFFER","features":[188]},{"name":"LPMAPILOGOFF","features":[188]},{"name":"LPMAPILOGON","features":[188]},{"name":"LPMAPIREADMAIL","features":[188]},{"name":"LPMAPIRESOLVENAME","features":[188]},{"name":"LPMAPISAVEMAIL","features":[188]},{"name":"LPMAPISENDDOCUMENTS","features":[188]},{"name":"LPMAPISENDMAIL","features":[188]},{"name":"LPMAPISENDMAILW","features":[188]},{"name":"MAPIFreeBuffer","features":[188]},{"name":"MAPI_AB_NOMODIFY","features":[188]},{"name":"MAPI_BCC","features":[188]},{"name":"MAPI_BODY_AS_FILE","features":[188]},{"name":"MAPI_CC","features":[188]},{"name":"MAPI_DIALOG","features":[188]},{"name":"MAPI_ENVELOPE_ONLY","features":[188]},{"name":"MAPI_EXTENDED","features":[188]},{"name":"MAPI_E_ACCESS_DENIED","features":[188]},{"name":"MAPI_E_AMBIGUOUS_RECIPIENT","features":[188]},{"name":"MAPI_E_AMBIG_RECIP","features":[188]},{"name":"MAPI_E_ATTACHMENT_NOT_FOUND","features":[188]},{"name":"MAPI_E_ATTACHMENT_OPEN_FAILURE","features":[188]},{"name":"MAPI_E_ATTACHMENT_TOO_LARGE","features":[188]},{"name":"MAPI_E_ATTACHMENT_WRITE_FAILURE","features":[188]},{"name":"MAPI_E_BAD_RECIPTYPE","features":[188]},{"name":"MAPI_E_DISK_FULL","features":[188]},{"name":"MAPI_E_FAILURE","features":[188]},{"name":"MAPI_E_INSUFFICIENT_MEMORY","features":[188]},{"name":"MAPI_E_INVALID_EDITFIELDS","features":[188]},{"name":"MAPI_E_INVALID_MESSAGE","features":[188]},{"name":"MAPI_E_INVALID_RECIPS","features":[188]},{"name":"MAPI_E_INVALID_SESSION","features":[188]},{"name":"MAPI_E_LOGIN_FAILURE","features":[188]},{"name":"MAPI_E_LOGON_FAILURE","features":[188]},{"name":"MAPI_E_MESSAGE_IN_USE","features":[188]},{"name":"MAPI_E_NETWORK_FAILURE","features":[188]},{"name":"MAPI_E_NOT_SUPPORTED","features":[188]},{"name":"MAPI_E_NO_MESSAGES","features":[188]},{"name":"MAPI_E_TEXT_TOO_LARGE","features":[188]},{"name":"MAPI_E_TOO_MANY_FILES","features":[188]},{"name":"MAPI_E_TOO_MANY_RECIPIENTS","features":[188]},{"name":"MAPI_E_TOO_MANY_SESSIONS","features":[188]},{"name":"MAPI_E_TYPE_NOT_SUPPORTED","features":[188]},{"name":"MAPI_E_UNICODE_NOT_SUPPORTED","features":[188]},{"name":"MAPI_E_UNKNOWN_RECIPIENT","features":[188]},{"name":"MAPI_E_USER_ABORT","features":[188]},{"name":"MAPI_FORCE_DOWNLOAD","features":[188]},{"name":"MAPI_FORCE_UNICODE","features":[188]},{"name":"MAPI_GUARANTEE_FIFO","features":[188]},{"name":"MAPI_LOGON_UI","features":[188]},{"name":"MAPI_LONG_MSGID","features":[188]},{"name":"MAPI_NEW_SESSION","features":[188]},{"name":"MAPI_OLE","features":[188]},{"name":"MAPI_OLE_STATIC","features":[188]},{"name":"MAPI_ORIG","features":[188]},{"name":"MAPI_PASSWORD_UI","features":[188]},{"name":"MAPI_PEEK","features":[188]},{"name":"MAPI_RECEIPT_REQUESTED","features":[188]},{"name":"MAPI_SENT","features":[188]},{"name":"MAPI_SUPPRESS_ATTACH","features":[188]},{"name":"MAPI_TO","features":[188]},{"name":"MAPI_UNREAD","features":[188]},{"name":"MAPI_UNREAD_ONLY","features":[188]},{"name":"MAPI_USER_ABORT","features":[188]},{"name":"MapiFileDesc","features":[188]},{"name":"MapiFileDescW","features":[188]},{"name":"MapiFileTagExt","features":[188]},{"name":"MapiMessage","features":[188]},{"name":"MapiMessageW","features":[188]},{"name":"MapiRecipDesc","features":[188]},{"name":"MapiRecipDescW","features":[188]},{"name":"SUCCESS_SUCCESS","features":[188]}],"583":[{"name":"AddSecureMemoryCacheCallback","features":[3,22]},{"name":"AllocateUserPhysicalPages","features":[3,22]},{"name":"AllocateUserPhysicalPages2","features":[3,22]},{"name":"AllocateUserPhysicalPagesNuma","features":[3,22]},{"name":"AtlThunkData_t","features":[22]},{"name":"CFG_CALL_TARGET_INFO","features":[22]},{"name":"CreateFileMapping2","features":[3,6,22]},{"name":"CreateFileMappingA","features":[3,6,22]},{"name":"CreateFileMappingFromApp","features":[3,6,22]},{"name":"CreateFileMappingNumaA","features":[3,6,22]},{"name":"CreateFileMappingNumaW","features":[3,6,22]},{"name":"CreateFileMappingW","features":[3,6,22]},{"name":"CreateMemoryResourceNotification","features":[3,22]},{"name":"DiscardVirtualMemory","features":[22]},{"name":"FILE_CACHE_MAX_HARD_DISABLE","features":[22]},{"name":"FILE_CACHE_MAX_HARD_ENABLE","features":[22]},{"name":"FILE_CACHE_MIN_HARD_DISABLE","features":[22]},{"name":"FILE_CACHE_MIN_HARD_ENABLE","features":[22]},{"name":"FILE_MAP","features":[22]},{"name":"FILE_MAP_ALL_ACCESS","features":[22]},{"name":"FILE_MAP_COPY","features":[22]},{"name":"FILE_MAP_EXECUTE","features":[22]},{"name":"FILE_MAP_LARGE_PAGES","features":[22]},{"name":"FILE_MAP_READ","features":[22]},{"name":"FILE_MAP_RESERVE","features":[22]},{"name":"FILE_MAP_TARGETS_INVALID","features":[22]},{"name":"FILE_MAP_WRITE","features":[22]},{"name":"FlushViewOfFile","features":[3,22]},{"name":"FreeUserPhysicalPages","features":[3,22]},{"name":"GHND","features":[22]},{"name":"GLOBAL_ALLOC_FLAGS","features":[22]},{"name":"GMEM_FIXED","features":[22]},{"name":"GMEM_MOVEABLE","features":[22]},{"name":"GMEM_ZEROINIT","features":[22]},{"name":"GPTR","features":[22]},{"name":"GetLargePageMinimum","features":[22]},{"name":"GetMemoryErrorHandlingCapabilities","features":[3,22]},{"name":"GetProcessHeap","features":[3,22]},{"name":"GetProcessHeaps","features":[3,22]},{"name":"GetProcessWorkingSetSizeEx","features":[3,22]},{"name":"GetSystemFileCacheSize","features":[3,22]},{"name":"GetWriteWatch","features":[22]},{"name":"GlobalAlloc","features":[3,22]},{"name":"GlobalFlags","features":[3,22]},{"name":"GlobalHandle","features":[3,22]},{"name":"GlobalLock","features":[3,22]},{"name":"GlobalReAlloc","features":[3,22]},{"name":"GlobalSize","features":[3,22]},{"name":"GlobalUnlock","features":[3,22]},{"name":"HEAP_CREATE_ALIGN_16","features":[22]},{"name":"HEAP_CREATE_ENABLE_EXECUTE","features":[22]},{"name":"HEAP_CREATE_ENABLE_TRACING","features":[22]},{"name":"HEAP_CREATE_HARDENED","features":[22]},{"name":"HEAP_CREATE_SEGMENT_HEAP","features":[22]},{"name":"HEAP_DISABLE_COALESCE_ON_FREE","features":[22]},{"name":"HEAP_FLAGS","features":[22]},{"name":"HEAP_FREE_CHECKING_ENABLED","features":[22]},{"name":"HEAP_GENERATE_EXCEPTIONS","features":[22]},{"name":"HEAP_GROWABLE","features":[22]},{"name":"HEAP_INFORMATION_CLASS","features":[22]},{"name":"HEAP_MAXIMUM_TAG","features":[22]},{"name":"HEAP_NONE","features":[22]},{"name":"HEAP_NO_SERIALIZE","features":[22]},{"name":"HEAP_PSEUDO_TAG_FLAG","features":[22]},{"name":"HEAP_REALLOC_IN_PLACE_ONLY","features":[22]},{"name":"HEAP_SUMMARY","features":[22]},{"name":"HEAP_TAG_SHIFT","features":[22]},{"name":"HEAP_TAIL_CHECKING_ENABLED","features":[22]},{"name":"HEAP_ZERO_MEMORY","features":[22]},{"name":"HeapAlloc","features":[3,22]},{"name":"HeapCompact","features":[3,22]},{"name":"HeapCompatibilityInformation","features":[22]},{"name":"HeapCreate","features":[3,22]},{"name":"HeapDestroy","features":[3,22]},{"name":"HeapEnableTerminationOnCorruption","features":[22]},{"name":"HeapFree","features":[3,22]},{"name":"HeapLock","features":[3,22]},{"name":"HeapOptimizeResources","features":[22]},{"name":"HeapQueryInformation","features":[3,22]},{"name":"HeapReAlloc","features":[3,22]},{"name":"HeapSetInformation","features":[3,22]},{"name":"HeapSize","features":[3,22]},{"name":"HeapSummary","features":[3,22]},{"name":"HeapTag","features":[22]},{"name":"HeapUnlock","features":[3,22]},{"name":"HeapValidate","features":[3,22]},{"name":"HeapWalk","features":[3,22]},{"name":"HighMemoryResourceNotification","features":[22]},{"name":"IsBadCodePtr","features":[3,22]},{"name":"IsBadReadPtr","features":[3,22]},{"name":"IsBadStringPtrA","features":[3,22]},{"name":"IsBadStringPtrW","features":[3,22]},{"name":"IsBadWritePtr","features":[3,22]},{"name":"LHND","features":[22]},{"name":"LMEM_FIXED","features":[22]},{"name":"LMEM_MOVEABLE","features":[22]},{"name":"LMEM_ZEROINIT","features":[22]},{"name":"LOCAL_ALLOC_FLAGS","features":[22]},{"name":"LPTR","features":[22]},{"name":"LocalAlloc","features":[3,22]},{"name":"LocalFlags","features":[3,22]},{"name":"LocalHandle","features":[3,22]},{"name":"LocalLock","features":[3,22]},{"name":"LocalReAlloc","features":[3,22]},{"name":"LocalSize","features":[3,22]},{"name":"LocalUnlock","features":[3,22]},{"name":"LowMemoryResourceNotification","features":[22]},{"name":"MEHC_PATROL_SCRUBBER_PRESENT","features":[22]},{"name":"MEMORY_BASIC_INFORMATION","features":[22]},{"name":"MEMORY_BASIC_INFORMATION","features":[22]},{"name":"MEMORY_BASIC_INFORMATION32","features":[22]},{"name":"MEMORY_BASIC_INFORMATION64","features":[22]},{"name":"MEMORY_MAPPED_VIEW_ADDRESS","features":[22]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE","features":[22]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION","features":[22]},{"name":"MEMORY_RESOURCE_NOTIFICATION_TYPE","features":[22]},{"name":"MEM_ADDRESS_REQUIREMENTS","features":[22]},{"name":"MEM_COMMIT","features":[22]},{"name":"MEM_DECOMMIT","features":[22]},{"name":"MEM_DEDICATED_ATTRIBUTE_TYPE","features":[22]},{"name":"MEM_EXTENDED_PARAMETER","features":[3,22]},{"name":"MEM_EXTENDED_PARAMETER_TYPE","features":[22]},{"name":"MEM_FREE","features":[22]},{"name":"MEM_IMAGE","features":[22]},{"name":"MEM_LARGE_PAGES","features":[22]},{"name":"MEM_MAPPED","features":[22]},{"name":"MEM_PRESERVE_PLACEHOLDER","features":[22]},{"name":"MEM_PRIVATE","features":[22]},{"name":"MEM_RELEASE","features":[22]},{"name":"MEM_REPLACE_PLACEHOLDER","features":[22]},{"name":"MEM_RESERVE","features":[22]},{"name":"MEM_RESERVE_PLACEHOLDER","features":[22]},{"name":"MEM_RESET","features":[22]},{"name":"MEM_RESET_UNDO","features":[22]},{"name":"MEM_SECTION_EXTENDED_PARAMETER_TYPE","features":[22]},{"name":"MEM_UNMAP_NONE","features":[22]},{"name":"MEM_UNMAP_WITH_TRANSIENT_BOOST","features":[22]},{"name":"MapUserPhysicalPages","features":[3,22]},{"name":"MapUserPhysicalPagesScatter","features":[3,22]},{"name":"MapViewOfFile","features":[3,22]},{"name":"MapViewOfFile3","features":[3,22]},{"name":"MapViewOfFile3FromApp","features":[3,22]},{"name":"MapViewOfFileEx","features":[3,22]},{"name":"MapViewOfFileExNuma","features":[3,22]},{"name":"MapViewOfFileFromApp","features":[3,22]},{"name":"MapViewOfFileNuma2","features":[3,22]},{"name":"MemDedicatedAttributeMax","features":[22]},{"name":"MemDedicatedAttributeReadBandwidth","features":[22]},{"name":"MemDedicatedAttributeReadLatency","features":[22]},{"name":"MemDedicatedAttributeWriteBandwidth","features":[22]},{"name":"MemDedicatedAttributeWriteLatency","features":[22]},{"name":"MemExtendedParameterAddressRequirements","features":[22]},{"name":"MemExtendedParameterAttributeFlags","features":[22]},{"name":"MemExtendedParameterImageMachine","features":[22]},{"name":"MemExtendedParameterInvalidType","features":[22]},{"name":"MemExtendedParameterMax","features":[22]},{"name":"MemExtendedParameterNumaNode","features":[22]},{"name":"MemExtendedParameterPartitionHandle","features":[22]},{"name":"MemExtendedParameterUserPhysicalHandle","features":[22]},{"name":"MemSectionExtendedParameterInvalidType","features":[22]},{"name":"MemSectionExtendedParameterMax","features":[22]},{"name":"MemSectionExtendedParameterNumaNode","features":[22]},{"name":"MemSectionExtendedParameterSigningLevel","features":[22]},{"name":"MemSectionExtendedParameterUserPhysicalFlags","features":[22]},{"name":"MemoryPartitionDedicatedMemoryInfo","features":[22]},{"name":"MemoryPartitionInfo","features":[22]},{"name":"MemoryRegionInfo","features":[22]},{"name":"NONZEROLHND","features":[22]},{"name":"NONZEROLPTR","features":[22]},{"name":"OFFER_PRIORITY","features":[22]},{"name":"OfferVirtualMemory","features":[22]},{"name":"OpenDedicatedMemoryPartition","features":[3,22]},{"name":"OpenFileMappingA","features":[3,22]},{"name":"OpenFileMappingFromApp","features":[3,22]},{"name":"OpenFileMappingW","features":[3,22]},{"name":"PAGE_ENCLAVE_DECOMMIT","features":[22]},{"name":"PAGE_ENCLAVE_MASK","features":[22]},{"name":"PAGE_ENCLAVE_SS_FIRST","features":[22]},{"name":"PAGE_ENCLAVE_SS_REST","features":[22]},{"name":"PAGE_ENCLAVE_THREAD_CONTROL","features":[22]},{"name":"PAGE_ENCLAVE_UNVALIDATED","features":[22]},{"name":"PAGE_EXECUTE","features":[22]},{"name":"PAGE_EXECUTE_READ","features":[22]},{"name":"PAGE_EXECUTE_READWRITE","features":[22]},{"name":"PAGE_EXECUTE_WRITECOPY","features":[22]},{"name":"PAGE_GRAPHICS_COHERENT","features":[22]},{"name":"PAGE_GRAPHICS_EXECUTE","features":[22]},{"name":"PAGE_GRAPHICS_EXECUTE_READ","features":[22]},{"name":"PAGE_GRAPHICS_EXECUTE_READWRITE","features":[22]},{"name":"PAGE_GRAPHICS_NOACCESS","features":[22]},{"name":"PAGE_GRAPHICS_NOCACHE","features":[22]},{"name":"PAGE_GRAPHICS_READONLY","features":[22]},{"name":"PAGE_GRAPHICS_READWRITE","features":[22]},{"name":"PAGE_GUARD","features":[22]},{"name":"PAGE_NOACCESS","features":[22]},{"name":"PAGE_NOCACHE","features":[22]},{"name":"PAGE_PROTECTION_FLAGS","features":[22]},{"name":"PAGE_READONLY","features":[22]},{"name":"PAGE_READWRITE","features":[22]},{"name":"PAGE_REVERT_TO_FILE_MAP","features":[22]},{"name":"PAGE_TARGETS_INVALID","features":[22]},{"name":"PAGE_TARGETS_NO_UPDATE","features":[22]},{"name":"PAGE_TYPE","features":[22]},{"name":"PAGE_WRITECOMBINE","features":[22]},{"name":"PAGE_WRITECOPY","features":[22]},{"name":"PBAD_MEMORY_CALLBACK_ROUTINE","features":[22]},{"name":"PROCESS_HEAP_ENTRY","features":[3,22]},{"name":"PSECURE_MEMORY_CACHE_CALLBACK","features":[3,22]},{"name":"PrefetchVirtualMemory","features":[3,22]},{"name":"QUOTA_LIMITS_HARDWS_MAX_DISABLE","features":[22]},{"name":"QUOTA_LIMITS_HARDWS_MAX_ENABLE","features":[22]},{"name":"QUOTA_LIMITS_HARDWS_MIN_DISABLE","features":[22]},{"name":"QUOTA_LIMITS_HARDWS_MIN_ENABLE","features":[22]},{"name":"QueryMemoryResourceNotification","features":[3,22]},{"name":"QueryPartitionInformation","features":[3,22]},{"name":"QueryVirtualMemoryInformation","features":[3,22]},{"name":"ReclaimVirtualMemory","features":[22]},{"name":"RegisterBadMemoryNotification","features":[22]},{"name":"RemoveSecureMemoryCacheCallback","features":[3,22]},{"name":"ResetWriteWatch","features":[22]},{"name":"RtlCompareMemory","features":[22]},{"name":"RtlCrc32","features":[22]},{"name":"RtlCrc64","features":[22]},{"name":"RtlIsZeroMemory","features":[3,22]},{"name":"SECTION_ALL_ACCESS","features":[22]},{"name":"SECTION_EXTEND_SIZE","features":[22]},{"name":"SECTION_FLAGS","features":[22]},{"name":"SECTION_MAP_EXECUTE","features":[22]},{"name":"SECTION_MAP_EXECUTE_EXPLICIT","features":[22]},{"name":"SECTION_MAP_READ","features":[22]},{"name":"SECTION_MAP_WRITE","features":[22]},{"name":"SECTION_QUERY","features":[22]},{"name":"SEC_64K_PAGES","features":[22]},{"name":"SEC_COMMIT","features":[22]},{"name":"SEC_FILE","features":[22]},{"name":"SEC_IMAGE","features":[22]},{"name":"SEC_IMAGE_NO_EXECUTE","features":[22]},{"name":"SEC_LARGE_PAGES","features":[22]},{"name":"SEC_NOCACHE","features":[22]},{"name":"SEC_PARTITION_OWNER_HANDLE","features":[22]},{"name":"SEC_PROTECTED_IMAGE","features":[22]},{"name":"SEC_RESERVE","features":[22]},{"name":"SEC_WRITECOMBINE","features":[22]},{"name":"SETPROCESSWORKINGSETSIZEEX_FLAGS","features":[22]},{"name":"SetProcessValidCallTargets","features":[3,22]},{"name":"SetProcessValidCallTargetsForMappedView","features":[3,22]},{"name":"SetProcessWorkingSetSizeEx","features":[3,22]},{"name":"SetSystemFileCacheSize","features":[3,22]},{"name":"UNMAP_VIEW_OF_FILE_FLAGS","features":[22]},{"name":"UnmapViewOfFile","features":[3,22]},{"name":"UnmapViewOfFile2","features":[3,22]},{"name":"UnmapViewOfFileEx","features":[3,22]},{"name":"UnregisterBadMemoryNotification","features":[3,22]},{"name":"VIRTUAL_ALLOCATION_TYPE","features":[22]},{"name":"VIRTUAL_FREE_TYPE","features":[22]},{"name":"VirtualAlloc","features":[22]},{"name":"VirtualAlloc2","features":[3,22]},{"name":"VirtualAlloc2FromApp","features":[3,22]},{"name":"VirtualAllocEx","features":[3,22]},{"name":"VirtualAllocExNuma","features":[3,22]},{"name":"VirtualAllocFromApp","features":[22]},{"name":"VirtualFree","features":[3,22]},{"name":"VirtualFreeEx","features":[3,22]},{"name":"VirtualLock","features":[3,22]},{"name":"VirtualProtect","features":[3,22]},{"name":"VirtualProtectEx","features":[3,22]},{"name":"VirtualProtectFromApp","features":[3,22]},{"name":"VirtualQuery","features":[22]},{"name":"VirtualQueryEx","features":[3,22]},{"name":"VirtualUnlock","features":[3,22]},{"name":"VirtualUnlockEx","features":[3,22]},{"name":"VmOfferPriorityBelowNormal","features":[22]},{"name":"VmOfferPriorityLow","features":[22]},{"name":"VmOfferPriorityNormal","features":[22]},{"name":"VmOfferPriorityVeryLow","features":[22]},{"name":"WIN32_MEMORY_INFORMATION_CLASS","features":[22]},{"name":"WIN32_MEMORY_PARTITION_INFORMATION","features":[22]},{"name":"WIN32_MEMORY_PARTITION_INFORMATION_CLASS","features":[22]},{"name":"WIN32_MEMORY_RANGE_ENTRY","features":[22]},{"name":"WIN32_MEMORY_REGION_INFORMATION","features":[22]}],"584":[{"name":"NV_MEMORY_RANGE","features":[189]},{"name":"RtlDrainNonVolatileFlush","features":[189]},{"name":"RtlFillNonVolatileMemory","features":[189]},{"name":"RtlFlushNonVolatileMemory","features":[189]},{"name":"RtlFlushNonVolatileMemoryRanges","features":[189]},{"name":"RtlFreeNonVolatileToken","features":[189]},{"name":"RtlGetNonVolatileToken","features":[189]},{"name":"RtlWriteNonVolatileMemory","features":[189]}],"585":[{"name":"DEFAULT_M_ACKNOWLEDGE","features":[190]},{"name":"DEFAULT_M_APPSPECIFIC","features":[190]},{"name":"DEFAULT_M_AUTH_LEVEL","features":[190]},{"name":"DEFAULT_M_DELIVERY","features":[190]},{"name":"DEFAULT_M_JOURNAL","features":[190]},{"name":"DEFAULT_M_LOOKUPID","features":[190]},{"name":"DEFAULT_M_PRIORITY","features":[190]},{"name":"DEFAULT_M_PRIV_LEVEL","features":[190]},{"name":"DEFAULT_M_SENDERID_TYPE","features":[190]},{"name":"DEFAULT_Q_AUTHENTICATE","features":[190]},{"name":"DEFAULT_Q_BASEPRIORITY","features":[190]},{"name":"DEFAULT_Q_JOURNAL","features":[190]},{"name":"DEFAULT_Q_JOURNAL_QUOTA","features":[190]},{"name":"DEFAULT_Q_PRIV_LEVEL","features":[190]},{"name":"DEFAULT_Q_QUOTA","features":[190]},{"name":"DEFAULT_Q_TRANSACTION","features":[190]},{"name":"FOREIGN_STATUS","features":[190]},{"name":"IMSMQApplication","features":[190]},{"name":"IMSMQApplication2","features":[190]},{"name":"IMSMQApplication3","features":[190]},{"name":"IMSMQCollection","features":[190]},{"name":"IMSMQCoordinatedTransactionDispenser","features":[190]},{"name":"IMSMQCoordinatedTransactionDispenser2","features":[190]},{"name":"IMSMQCoordinatedTransactionDispenser3","features":[190]},{"name":"IMSMQDestination","features":[190]},{"name":"IMSMQEvent","features":[190]},{"name":"IMSMQEvent2","features":[190]},{"name":"IMSMQEvent3","features":[190]},{"name":"IMSMQManagement","features":[190]},{"name":"IMSMQMessage","features":[190]},{"name":"IMSMQMessage2","features":[190]},{"name":"IMSMQMessage3","features":[190]},{"name":"IMSMQMessage4","features":[190]},{"name":"IMSMQOutgoingQueueManagement","features":[190]},{"name":"IMSMQPrivateDestination","features":[190]},{"name":"IMSMQPrivateEvent","features":[190]},{"name":"IMSMQQuery","features":[190]},{"name":"IMSMQQuery2","features":[190]},{"name":"IMSMQQuery3","features":[190]},{"name":"IMSMQQuery4","features":[190]},{"name":"IMSMQQueue","features":[190]},{"name":"IMSMQQueue2","features":[190]},{"name":"IMSMQQueue3","features":[190]},{"name":"IMSMQQueue4","features":[190]},{"name":"IMSMQQueueInfo","features":[190]},{"name":"IMSMQQueueInfo2","features":[190]},{"name":"IMSMQQueueInfo3","features":[190]},{"name":"IMSMQQueueInfo4","features":[190]},{"name":"IMSMQQueueInfos","features":[190]},{"name":"IMSMQQueueInfos2","features":[190]},{"name":"IMSMQQueueInfos3","features":[190]},{"name":"IMSMQQueueInfos4","features":[190]},{"name":"IMSMQQueueManagement","features":[190]},{"name":"IMSMQTransaction","features":[190]},{"name":"IMSMQTransaction2","features":[190]},{"name":"IMSMQTransaction3","features":[190]},{"name":"IMSMQTransactionDispenser","features":[190]},{"name":"IMSMQTransactionDispenser2","features":[190]},{"name":"IMSMQTransactionDispenser3","features":[190]},{"name":"LONG_LIVED","features":[190]},{"name":"MACHINE_ACTION_CONNECT","features":[190]},{"name":"MACHINE_ACTION_DISCONNECT","features":[190]},{"name":"MACHINE_ACTION_TIDY","features":[190]},{"name":"MGMT_QUEUE_CORRECT_TYPE","features":[190]},{"name":"MGMT_QUEUE_FOREIGN_TYPE","features":[190]},{"name":"MGMT_QUEUE_INCORRECT_TYPE","features":[190]},{"name":"MGMT_QUEUE_LOCAL_LOCATION","features":[190]},{"name":"MGMT_QUEUE_NOT_FOREIGN_TYPE","features":[190]},{"name":"MGMT_QUEUE_NOT_TRANSACTIONAL_TYPE","features":[190]},{"name":"MGMT_QUEUE_REMOTE_LOCATION","features":[190]},{"name":"MGMT_QUEUE_STATE_CONNECTED","features":[190]},{"name":"MGMT_QUEUE_STATE_DISCONNECTED","features":[190]},{"name":"MGMT_QUEUE_STATE_DISCONNECTING","features":[190]},{"name":"MGMT_QUEUE_STATE_LOCAL","features":[190]},{"name":"MGMT_QUEUE_STATE_LOCKED","features":[190]},{"name":"MGMT_QUEUE_STATE_NEED_VALIDATE","features":[190]},{"name":"MGMT_QUEUE_STATE_NONACTIVE","features":[190]},{"name":"MGMT_QUEUE_STATE_ONHOLD","features":[190]},{"name":"MGMT_QUEUE_STATE_WAITING","features":[190]},{"name":"MGMT_QUEUE_TRANSACTIONAL_TYPE","features":[190]},{"name":"MGMT_QUEUE_TYPE_CONNECTOR","features":[190]},{"name":"MGMT_QUEUE_TYPE_MACHINE","features":[190]},{"name":"MGMT_QUEUE_TYPE_MULTICAST","features":[190]},{"name":"MGMT_QUEUE_TYPE_PRIVATE","features":[190]},{"name":"MGMT_QUEUE_TYPE_PUBLIC","features":[190]},{"name":"MGMT_QUEUE_UNKNOWN_TYPE","features":[190]},{"name":"MO_MACHINE_TOKEN","features":[190]},{"name":"MO_QUEUE_TOKEN","features":[190]},{"name":"MQACCESS","features":[190]},{"name":"MQADsPathToFormatName","features":[190]},{"name":"MQAUTHENTICATE","features":[190]},{"name":"MQBeginTransaction","features":[190]},{"name":"MQCALG","features":[190]},{"name":"MQCERT_REGISTER","features":[190]},{"name":"MQCERT_REGISTER_ALWAYS","features":[190]},{"name":"MQCERT_REGISTER_IF_NOT_EXIST","features":[190]},{"name":"MQCOLUMNSET","features":[190]},{"name":"MQCONN_BIND_SOCKET_FAILURE","features":[190]},{"name":"MQCONN_CONNECT_SOCKET_FAILURE","features":[190]},{"name":"MQCONN_CREATE_SOCKET_FAILURE","features":[190]},{"name":"MQCONN_ESTABLISH_PACKET_RECEIVED","features":[190]},{"name":"MQCONN_INVALID_SERVER_CERT","features":[190]},{"name":"MQCONN_LIMIT_REACHED","features":[190]},{"name":"MQCONN_NAME_RESOLUTION_FAILURE","features":[190]},{"name":"MQCONN_NOFAILURE","features":[190]},{"name":"MQCONN_NOT_READY","features":[190]},{"name":"MQCONN_OUT_OF_MEMORY","features":[190]},{"name":"MQCONN_PING_FAILURE","features":[190]},{"name":"MQCONN_READY","features":[190]},{"name":"MQCONN_REFUSED_BY_OTHER_SIDE","features":[190]},{"name":"MQCONN_ROUTING_FAILURE","features":[190]},{"name":"MQCONN_SEND_FAILURE","features":[190]},{"name":"MQCONN_TCP_NOT_ENABLED","features":[190]},{"name":"MQCONN_UNKNOWN_FAILURE","features":[190]},{"name":"MQCloseCursor","features":[3,190]},{"name":"MQCloseQueue","features":[190]},{"name":"MQConnectionState","features":[190]},{"name":"MQCreateCursor","features":[3,190]},{"name":"MQCreateQueue","features":[3,6,65,190,44]},{"name":"MQDEFAULT","features":[190]},{"name":"MQDeleteQueue","features":[190]},{"name":"MQERROR","features":[190]},{"name":"MQFreeMemory","features":[190]},{"name":"MQFreeSecurityContext","features":[3,190]},{"name":"MQGetMachineProperties","features":[3,65,190,44]},{"name":"MQGetOverlappedResult","features":[3,8,190]},{"name":"MQGetPrivateComputerInformation","features":[3,65,190,44]},{"name":"MQGetQueueProperties","features":[3,65,190,44]},{"name":"MQGetQueueSecurity","features":[6,190]},{"name":"MQGetSecurityContext","features":[3,190]},{"name":"MQGetSecurityContextEx","features":[3,190]},{"name":"MQHandleToFormatName","features":[190]},{"name":"MQInstanceToFormatName","features":[190]},{"name":"MQJOURNAL","features":[190]},{"name":"MQLocateBegin","features":[3,65,190,44]},{"name":"MQLocateEnd","features":[3,190]},{"name":"MQLocateNext","features":[3,65,190,44]},{"name":"MQMAX","features":[190]},{"name":"MQMGMTPROPS","features":[3,65,190,44]},{"name":"MQMSGACKNOWLEDGEMENT","features":[190]},{"name":"MQMSGAUTHENTICATION","features":[190]},{"name":"MQMSGAUTHLEVEL","features":[190]},{"name":"MQMSGCLASS","features":[190]},{"name":"MQMSGCURSOR","features":[190]},{"name":"MQMSGDELIVERY","features":[190]},{"name":"MQMSGIDSIZE","features":[190]},{"name":"MQMSGJOURNAL","features":[190]},{"name":"MQMSGMAX","features":[190]},{"name":"MQMSGPRIVLEVEL","features":[190]},{"name":"MQMSGPROPS","features":[3,65,190,44]},{"name":"MQMSGSENDERIDTYPE","features":[190]},{"name":"MQMSGTRACE","features":[190]},{"name":"MQMSG_ACKNOWLEDGMENT_FULL_REACH_QUEUE","features":[190]},{"name":"MQMSG_ACKNOWLEDGMENT_FULL_RECEIVE","features":[190]},{"name":"MQMSG_ACKNOWLEDGMENT_NACK_REACH_QUEUE","features":[190]},{"name":"MQMSG_ACKNOWLEDGMENT_NACK_RECEIVE","features":[190]},{"name":"MQMSG_ACKNOWLEDGMENT_NEG_ARRIVAL","features":[190]},{"name":"MQMSG_ACKNOWLEDGMENT_NEG_RECEIVE","features":[190]},{"name":"MQMSG_ACKNOWLEDGMENT_NONE","features":[190]},{"name":"MQMSG_ACKNOWLEDGMENT_POS_ARRIVAL","features":[190]},{"name":"MQMSG_ACKNOWLEDGMENT_POS_RECEIVE","features":[190]},{"name":"MQMSG_AUTHENTICATED_QM_MESSAGE","features":[190]},{"name":"MQMSG_AUTHENTICATED_SIG10","features":[190]},{"name":"MQMSG_AUTHENTICATED_SIG20","features":[190]},{"name":"MQMSG_AUTHENTICATED_SIG30","features":[190]},{"name":"MQMSG_AUTHENTICATED_SIGXML","features":[190]},{"name":"MQMSG_AUTHENTICATION_NOT_REQUESTED","features":[190]},{"name":"MQMSG_AUTHENTICATION_REQUESTED","features":[190]},{"name":"MQMSG_AUTHENTICATION_REQUESTED_EX","features":[190]},{"name":"MQMSG_AUTH_LEVEL_ALWAYS","features":[190]},{"name":"MQMSG_AUTH_LEVEL_MSMQ10","features":[190]},{"name":"MQMSG_AUTH_LEVEL_MSMQ20","features":[190]},{"name":"MQMSG_AUTH_LEVEL_NONE","features":[190]},{"name":"MQMSG_AUTH_LEVEL_SIG10","features":[190]},{"name":"MQMSG_AUTH_LEVEL_SIG20","features":[190]},{"name":"MQMSG_AUTH_LEVEL_SIG30","features":[190]},{"name":"MQMSG_CALG_DES","features":[190]},{"name":"MQMSG_CALG_DSS_SIGN","features":[190]},{"name":"MQMSG_CALG_MAC","features":[190]},{"name":"MQMSG_CALG_MD2","features":[190]},{"name":"MQMSG_CALG_MD4","features":[190]},{"name":"MQMSG_CALG_MD5","features":[190]},{"name":"MQMSG_CALG_RC2","features":[190]},{"name":"MQMSG_CALG_RC4","features":[190]},{"name":"MQMSG_CALG_RSA_KEYX","features":[190]},{"name":"MQMSG_CALG_RSA_SIGN","features":[190]},{"name":"MQMSG_CALG_SEAL","features":[190]},{"name":"MQMSG_CALG_SHA","features":[190]},{"name":"MQMSG_CALG_SHA1","features":[190]},{"name":"MQMSG_CLASS_ACK_REACH_QUEUE","features":[190]},{"name":"MQMSG_CLASS_ACK_RECEIVE","features":[190]},{"name":"MQMSG_CLASS_NACK_ACCESS_DENIED","features":[190]},{"name":"MQMSG_CLASS_NACK_BAD_DST_Q","features":[190]},{"name":"MQMSG_CLASS_NACK_BAD_ENCRYPTION","features":[190]},{"name":"MQMSG_CLASS_NACK_BAD_SIGNATURE","features":[190]},{"name":"MQMSG_CLASS_NACK_COULD_NOT_ENCRYPT","features":[190]},{"name":"MQMSG_CLASS_NACK_HOP_COUNT_EXCEEDED","features":[190]},{"name":"MQMSG_CLASS_NACK_NOT_TRANSACTIONAL_MSG","features":[190]},{"name":"MQMSG_CLASS_NACK_NOT_TRANSACTIONAL_Q","features":[190]},{"name":"MQMSG_CLASS_NACK_PURGED","features":[190]},{"name":"MQMSG_CLASS_NACK_Q_DELETED","features":[190]},{"name":"MQMSG_CLASS_NACK_Q_EXCEED_QUOTA","features":[190]},{"name":"MQMSG_CLASS_NACK_Q_PURGED","features":[190]},{"name":"MQMSG_CLASS_NACK_REACH_QUEUE_TIMEOUT","features":[190]},{"name":"MQMSG_CLASS_NACK_RECEIVE_TIMEOUT","features":[190]},{"name":"MQMSG_CLASS_NACK_RECEIVE_TIMEOUT_AT_SENDER","features":[190]},{"name":"MQMSG_CLASS_NACK_SOURCE_COMPUTER_GUID_CHANGED","features":[190]},{"name":"MQMSG_CLASS_NACK_UNSUPPORTED_CRYPTO_PROVIDER","features":[190]},{"name":"MQMSG_CLASS_NORMAL","features":[190]},{"name":"MQMSG_CLASS_REPORT","features":[190]},{"name":"MQMSG_CORRELATIONID_SIZE","features":[190]},{"name":"MQMSG_CURRENT","features":[190]},{"name":"MQMSG_DEADLETTER","features":[190]},{"name":"MQMSG_DELIVERY_EXPRESS","features":[190]},{"name":"MQMSG_DELIVERY_RECOVERABLE","features":[190]},{"name":"MQMSG_FIRST","features":[190]},{"name":"MQMSG_FIRST_IN_XACT","features":[190]},{"name":"MQMSG_JOURNAL","features":[190]},{"name":"MQMSG_JOURNAL_NONE","features":[190]},{"name":"MQMSG_LAST_IN_XACT","features":[190]},{"name":"MQMSG_MSGID_SIZE","features":[190]},{"name":"MQMSG_NEXT","features":[190]},{"name":"MQMSG_NOT_FIRST_IN_XACT","features":[190]},{"name":"MQMSG_NOT_LAST_IN_XACT","features":[190]},{"name":"MQMSG_PRIV_LEVEL_BODY_AES","features":[190]},{"name":"MQMSG_PRIV_LEVEL_BODY_BASE","features":[190]},{"name":"MQMSG_PRIV_LEVEL_BODY_ENHANCED","features":[190]},{"name":"MQMSG_PRIV_LEVEL_NONE","features":[190]},{"name":"MQMSG_SENDERID_TYPE_NONE","features":[190]},{"name":"MQMSG_SENDERID_TYPE_SID","features":[190]},{"name":"MQMSG_SEND_ROUTE_TO_REPORT_QUEUE","features":[190]},{"name":"MQMSG_TRACE_NONE","features":[190]},{"name":"MQMSG_XACTID_SIZE","features":[190]},{"name":"MQMarkMessageRejected","features":[3,190]},{"name":"MQMgmtAction","features":[190]},{"name":"MQMgmtGetInfo","features":[3,65,190,44]},{"name":"MQMoveMessage","features":[190]},{"name":"MQOpenQueue","features":[190]},{"name":"MQPRIORITY","features":[190]},{"name":"MQPRIVATEPROPS","features":[3,65,190,44]},{"name":"MQPRIVLEVEL","features":[190]},{"name":"MQPROPERTYRESTRICTION","features":[3,65,190,44]},{"name":"MQPathNameToFormatName","features":[190]},{"name":"MQPurgeQueue","features":[190]},{"name":"MQQMPROPS","features":[3,65,190,44]},{"name":"MQQUEUEACCESSMASK","features":[190]},{"name":"MQQUEUEPROPS","features":[3,65,190,44]},{"name":"MQRESTRICTION","features":[3,65,190,44]},{"name":"MQReceiveMessage","features":[3,65,8,190,44]},{"name":"MQReceiveMessageByLookupId","features":[3,65,8,190,44]},{"name":"MQRegisterCertificate","features":[190]},{"name":"MQSEC_CHANGE_QUEUE_PERMISSIONS","features":[190]},{"name":"MQSEC_DELETE_JOURNAL_MESSAGE","features":[190]},{"name":"MQSEC_DELETE_MESSAGE","features":[190]},{"name":"MQSEC_DELETE_QUEUE","features":[190]},{"name":"MQSEC_GET_QUEUE_PERMISSIONS","features":[190]},{"name":"MQSEC_GET_QUEUE_PROPERTIES","features":[190]},{"name":"MQSEC_PEEK_MESSAGE","features":[190]},{"name":"MQSEC_QUEUE_GENERIC_ALL","features":[190]},{"name":"MQSEC_QUEUE_GENERIC_EXECUTE","features":[190]},{"name":"MQSEC_QUEUE_GENERIC_READ","features":[190]},{"name":"MQSEC_QUEUE_GENERIC_WRITE","features":[190]},{"name":"MQSEC_RECEIVE_JOURNAL_MESSAGE","features":[190]},{"name":"MQSEC_RECEIVE_MESSAGE","features":[190]},{"name":"MQSEC_SET_QUEUE_PROPERTIES","features":[190]},{"name":"MQSEC_TAKE_QUEUE_OWNERSHIP","features":[190]},{"name":"MQSEC_WRITE_MESSAGE","features":[190]},{"name":"MQSHARE","features":[190]},{"name":"MQSORTKEY","features":[190]},{"name":"MQSORTSET","features":[190]},{"name":"MQSendMessage","features":[3,65,190,44]},{"name":"MQSetQueueProperties","features":[3,65,190,44]},{"name":"MQSetQueueSecurity","features":[6,190]},{"name":"MQTRANSACTION","features":[190]},{"name":"MQTRANSACTIONAL","features":[190]},{"name":"MQWARNING","features":[190]},{"name":"MQ_ACTION_PEEK_CURRENT","features":[190]},{"name":"MQ_ACTION_PEEK_NEXT","features":[190]},{"name":"MQ_ACTION_RECEIVE","features":[190]},{"name":"MQ_ADMIN_ACCESS","features":[190]},{"name":"MQ_AUTHENTICATE","features":[190]},{"name":"MQ_AUTHENTICATE_NONE","features":[190]},{"name":"MQ_CORRUPTED_QUEUE_WAS_DELETED","features":[190]},{"name":"MQ_DENY_NONE","features":[190]},{"name":"MQ_DENY_RECEIVE_SHARE","features":[190]},{"name":"MQ_ERROR","features":[190]},{"name":"MQ_ERROR_ACCESS_DENIED","features":[190]},{"name":"MQ_ERROR_BAD_SECURITY_CONTEXT","features":[190]},{"name":"MQ_ERROR_BAD_XML_FORMAT","features":[190]},{"name":"MQ_ERROR_BUFFER_OVERFLOW","features":[190]},{"name":"MQ_ERROR_CANNOT_CREATE_CERT_STORE","features":[190]},{"name":"MQ_ERROR_CANNOT_CREATE_HASH_EX","features":[190]},{"name":"MQ_ERROR_CANNOT_CREATE_ON_GC","features":[190]},{"name":"MQ_ERROR_CANNOT_CREATE_PSC_OBJECTS","features":[190]},{"name":"MQ_ERROR_CANNOT_DELETE_PSC_OBJECTS","features":[190]},{"name":"MQ_ERROR_CANNOT_GET_DN","features":[190]},{"name":"MQ_ERROR_CANNOT_GRANT_ADD_GUID","features":[190]},{"name":"MQ_ERROR_CANNOT_HASH_DATA_EX","features":[190]},{"name":"MQ_ERROR_CANNOT_IMPERSONATE_CLIENT","features":[190]},{"name":"MQ_ERROR_CANNOT_JOIN_DOMAIN","features":[190]},{"name":"MQ_ERROR_CANNOT_LOAD_MQAD","features":[190]},{"name":"MQ_ERROR_CANNOT_LOAD_MQDSSRV","features":[190]},{"name":"MQ_ERROR_CANNOT_LOAD_MSMQOCM","features":[190]},{"name":"MQ_ERROR_CANNOT_OPEN_CERT_STORE","features":[190]},{"name":"MQ_ERROR_CANNOT_SET_CRYPTO_SEC_DESCR","features":[190]},{"name":"MQ_ERROR_CANNOT_SIGN_DATA_EX","features":[190]},{"name":"MQ_ERROR_CANNOT_UPDATE_PSC_OBJECTS","features":[190]},{"name":"MQ_ERROR_CANT_CREATE_CERT_STORE","features":[190]},{"name":"MQ_ERROR_CANT_OPEN_CERT_STORE","features":[190]},{"name":"MQ_ERROR_CANT_RESOLVE_SITES","features":[190]},{"name":"MQ_ERROR_CERTIFICATE_NOT_PROVIDED","features":[190]},{"name":"MQ_ERROR_COMPUTER_DOES_NOT_SUPPORT_ENCRYPTION","features":[190]},{"name":"MQ_ERROR_CORRUPTED_INTERNAL_CERTIFICATE","features":[190]},{"name":"MQ_ERROR_CORRUPTED_PERSONAL_CERT_STORE","features":[190]},{"name":"MQ_ERROR_CORRUPTED_SECURITY_DATA","features":[190]},{"name":"MQ_ERROR_COULD_NOT_GET_ACCOUNT_INFO","features":[190]},{"name":"MQ_ERROR_COULD_NOT_GET_USER_SID","features":[190]},{"name":"MQ_ERROR_DELETE_CN_IN_USE","features":[190]},{"name":"MQ_ERROR_DEPEND_WKS_LICENSE_OVERFLOW","features":[190]},{"name":"MQ_ERROR_DS_BIND_ROOT_FOREST","features":[190]},{"name":"MQ_ERROR_DS_ERROR","features":[190]},{"name":"MQ_ERROR_DS_IS_FULL","features":[190]},{"name":"MQ_ERROR_DS_LOCAL_USER","features":[190]},{"name":"MQ_ERROR_DTC_CONNECT","features":[190]},{"name":"MQ_ERROR_ENCRYPTION_PROVIDER_NOT_SUPPORTED","features":[190]},{"name":"MQ_ERROR_FAIL_VERIFY_SIGNATURE_EX","features":[190]},{"name":"MQ_ERROR_FORMATNAME_BUFFER_TOO_SMALL","features":[190]},{"name":"MQ_ERROR_GC_NEEDED","features":[190]},{"name":"MQ_ERROR_GUID_NOT_MATCHING","features":[190]},{"name":"MQ_ERROR_ILLEGAL_CONTEXT","features":[190]},{"name":"MQ_ERROR_ILLEGAL_CURSOR_ACTION","features":[190]},{"name":"MQ_ERROR_ILLEGAL_ENTERPRISE_OPERATION","features":[190]},{"name":"MQ_ERROR_ILLEGAL_FORMATNAME","features":[190]},{"name":"MQ_ERROR_ILLEGAL_MQCOLUMNS","features":[190]},{"name":"MQ_ERROR_ILLEGAL_MQPRIVATEPROPS","features":[190]},{"name":"MQ_ERROR_ILLEGAL_MQQMPROPS","features":[190]},{"name":"MQ_ERROR_ILLEGAL_MQQUEUEPROPS","features":[190]},{"name":"MQ_ERROR_ILLEGAL_OPERATION","features":[190]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_SIZE","features":[190]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_VALUE","features":[190]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_VT","features":[190]},{"name":"MQ_ERROR_ILLEGAL_PROPID","features":[190]},{"name":"MQ_ERROR_ILLEGAL_QUEUE_PATHNAME","features":[190]},{"name":"MQ_ERROR_ILLEGAL_RELATION","features":[190]},{"name":"MQ_ERROR_ILLEGAL_RESTRICTION_PROPID","features":[190]},{"name":"MQ_ERROR_ILLEGAL_SECURITY_DESCRIPTOR","features":[190]},{"name":"MQ_ERROR_ILLEGAL_SORT","features":[190]},{"name":"MQ_ERROR_ILLEGAL_SORT_PROPID","features":[190]},{"name":"MQ_ERROR_ILLEGAL_USER","features":[190]},{"name":"MQ_ERROR_INSUFFICIENT_PROPERTIES","features":[190]},{"name":"MQ_ERROR_INSUFFICIENT_RESOURCES","features":[190]},{"name":"MQ_ERROR_INTERNAL_USER_CERT_EXIST","features":[190]},{"name":"MQ_ERROR_INVALID_CERTIFICATE","features":[190]},{"name":"MQ_ERROR_INVALID_HANDLE","features":[190]},{"name":"MQ_ERROR_INVALID_OWNER","features":[190]},{"name":"MQ_ERROR_INVALID_PARAMETER","features":[190]},{"name":"MQ_ERROR_IO_TIMEOUT","features":[190]},{"name":"MQ_ERROR_LABEL_BUFFER_TOO_SMALL","features":[190]},{"name":"MQ_ERROR_LABEL_TOO_LONG","features":[190]},{"name":"MQ_ERROR_MACHINE_EXISTS","features":[190]},{"name":"MQ_ERROR_MACHINE_NOT_FOUND","features":[190]},{"name":"MQ_ERROR_MESSAGE_ALREADY_RECEIVED","features":[190]},{"name":"MQ_ERROR_MESSAGE_LOCKED_UNDER_TRANSACTION","features":[190]},{"name":"MQ_ERROR_MESSAGE_NOT_AUTHENTICATED","features":[190]},{"name":"MQ_ERROR_MESSAGE_NOT_FOUND","features":[190]},{"name":"MQ_ERROR_MESSAGE_STORAGE_FAILED","features":[190]},{"name":"MQ_ERROR_MISSING_CONNECTOR_TYPE","features":[190]},{"name":"MQ_ERROR_MQIS_READONLY_MODE","features":[190]},{"name":"MQ_ERROR_MQIS_SERVER_EMPTY","features":[190]},{"name":"MQ_ERROR_MULTI_SORT_KEYS","features":[190]},{"name":"MQ_ERROR_NOT_A_CORRECT_OBJECT_CLASS","features":[190]},{"name":"MQ_ERROR_NOT_SUPPORTED_BY_DEPENDENT_CLIENTS","features":[190]},{"name":"MQ_ERROR_NO_DS","features":[190]},{"name":"MQ_ERROR_NO_ENTRY_POINT_MSMQOCM","features":[190]},{"name":"MQ_ERROR_NO_GC_IN_DOMAIN","features":[190]},{"name":"MQ_ERROR_NO_INTERNAL_USER_CERT","features":[190]},{"name":"MQ_ERROR_NO_MQUSER_OU","features":[190]},{"name":"MQ_ERROR_NO_MSMQ_SERVERS_ON_DC","features":[190]},{"name":"MQ_ERROR_NO_MSMQ_SERVERS_ON_GC","features":[190]},{"name":"MQ_ERROR_NO_RESPONSE_FROM_OBJECT_SERVER","features":[190]},{"name":"MQ_ERROR_OBJECT_SERVER_NOT_AVAILABLE","features":[190]},{"name":"MQ_ERROR_OPERATION_CANCELLED","features":[190]},{"name":"MQ_ERROR_OPERATION_NOT_SUPPORTED_BY_REMOTE_COMPUTER","features":[190]},{"name":"MQ_ERROR_PRIVILEGE_NOT_HELD","features":[190]},{"name":"MQ_ERROR_PROPERTIES_CONFLICT","features":[190]},{"name":"MQ_ERROR_PROPERTY","features":[190]},{"name":"MQ_ERROR_PROPERTY_NOTALLOWED","features":[190]},{"name":"MQ_ERROR_PROV_NAME_BUFFER_TOO_SMALL","features":[190]},{"name":"MQ_ERROR_PUBLIC_KEY_DOES_NOT_EXIST","features":[190]},{"name":"MQ_ERROR_PUBLIC_KEY_NOT_FOUND","features":[190]},{"name":"MQ_ERROR_QUEUE_DELETED","features":[190]},{"name":"MQ_ERROR_QUEUE_EXISTS","features":[190]},{"name":"MQ_ERROR_QUEUE_NOT_ACTIVE","features":[190]},{"name":"MQ_ERROR_QUEUE_NOT_AVAILABLE","features":[190]},{"name":"MQ_ERROR_QUEUE_NOT_FOUND","features":[190]},{"name":"MQ_ERROR_Q_ADS_PROPERTY_NOT_SUPPORTED","features":[190]},{"name":"MQ_ERROR_Q_DNS_PROPERTY_NOT_SUPPORTED","features":[190]},{"name":"MQ_ERROR_REMOTE_MACHINE_NOT_AVAILABLE","features":[190]},{"name":"MQ_ERROR_RESOLVE_ADDRESS","features":[190]},{"name":"MQ_ERROR_RESULT_BUFFER_TOO_SMALL","features":[190]},{"name":"MQ_ERROR_SECURITY_DESCRIPTOR_TOO_SMALL","features":[190]},{"name":"MQ_ERROR_SENDERID_BUFFER_TOO_SMALL","features":[190]},{"name":"MQ_ERROR_SENDER_CERT_BUFFER_TOO_SMALL","features":[190]},{"name":"MQ_ERROR_SERVICE_NOT_AVAILABLE","features":[190]},{"name":"MQ_ERROR_SHARING_VIOLATION","features":[190]},{"name":"MQ_ERROR_SIGNATURE_BUFFER_TOO_SMALL","features":[190]},{"name":"MQ_ERROR_STALE_HANDLE","features":[190]},{"name":"MQ_ERROR_SYMM_KEY_BUFFER_TOO_SMALL","features":[190]},{"name":"MQ_ERROR_TOO_MANY_PROPERTIES","features":[190]},{"name":"MQ_ERROR_TRANSACTION_ENLIST","features":[190]},{"name":"MQ_ERROR_TRANSACTION_IMPORT","features":[190]},{"name":"MQ_ERROR_TRANSACTION_SEQUENCE","features":[190]},{"name":"MQ_ERROR_TRANSACTION_USAGE","features":[190]},{"name":"MQ_ERROR_UNINITIALIZED_OBJECT","features":[190]},{"name":"MQ_ERROR_UNSUPPORTED_ACCESS_MODE","features":[190]},{"name":"MQ_ERROR_UNSUPPORTED_CLASS","features":[190]},{"name":"MQ_ERROR_UNSUPPORTED_FORMATNAME_OPERATION","features":[190]},{"name":"MQ_ERROR_UNSUPPORTED_OPERATION","features":[190]},{"name":"MQ_ERROR_USER_BUFFER_TOO_SMALL","features":[190]},{"name":"MQ_ERROR_WKS_CANT_SERVE_CLIENT","features":[190]},{"name":"MQ_ERROR_WRITE_NOT_ALLOWED","features":[190]},{"name":"MQ_INFORMATION_DUPLICATE_PROPERTY","features":[190]},{"name":"MQ_INFORMATION_FORMATNAME_BUFFER_TOO_SMALL","features":[190]},{"name":"MQ_INFORMATION_ILLEGAL_PROPERTY","features":[190]},{"name":"MQ_INFORMATION_INTERNAL_USER_CERT_EXIST","features":[190]},{"name":"MQ_INFORMATION_OPERATION_PENDING","features":[190]},{"name":"MQ_INFORMATION_OWNER_IGNORED","features":[190]},{"name":"MQ_INFORMATION_PROPERTY","features":[190]},{"name":"MQ_INFORMATION_PROPERTY_IGNORED","features":[190]},{"name":"MQ_INFORMATION_UNSUPPORTED_PROPERTY","features":[190]},{"name":"MQ_JOURNAL","features":[190]},{"name":"MQ_JOURNAL_NONE","features":[190]},{"name":"MQ_LOOKUP_PEEK_CURRENT","features":[190]},{"name":"MQ_LOOKUP_PEEK_FIRST","features":[190]},{"name":"MQ_LOOKUP_PEEK_LAST","features":[190]},{"name":"MQ_LOOKUP_PEEK_NEXT","features":[190]},{"name":"MQ_LOOKUP_PEEK_PREV","features":[190]},{"name":"MQ_LOOKUP_RECEIVE_ALLOW_PEEK","features":[190]},{"name":"MQ_LOOKUP_RECEIVE_CURRENT","features":[190]},{"name":"MQ_LOOKUP_RECEIVE_FIRST","features":[190]},{"name":"MQ_LOOKUP_RECEIVE_LAST","features":[190]},{"name":"MQ_LOOKUP_RECEIVE_NEXT","features":[190]},{"name":"MQ_LOOKUP_RECEIVE_PREV","features":[190]},{"name":"MQ_MAX_MSG_LABEL_LEN","features":[190]},{"name":"MQ_MAX_PRIORITY","features":[190]},{"name":"MQ_MAX_Q_LABEL_LEN","features":[190]},{"name":"MQ_MAX_Q_NAME_LEN","features":[190]},{"name":"MQ_MIN_PRIORITY","features":[190]},{"name":"MQ_MOVE_ACCESS","features":[190]},{"name":"MQ_MTS_TRANSACTION","features":[190]},{"name":"MQ_NO_TRANSACTION","features":[190]},{"name":"MQ_OK","features":[190]},{"name":"MQ_PEEK_ACCESS","features":[190]},{"name":"MQ_PRIV_LEVEL_BODY","features":[190]},{"name":"MQ_PRIV_LEVEL_NONE","features":[190]},{"name":"MQ_PRIV_LEVEL_OPTIONAL","features":[190]},{"name":"MQ_QTYPE_REPORT","features":[190]},{"name":"MQ_QTYPE_TEST","features":[190]},{"name":"MQ_QUEUE_STATE_CONNECTED","features":[190]},{"name":"MQ_QUEUE_STATE_DISCONNECTED","features":[190]},{"name":"MQ_QUEUE_STATE_DISCONNECTING","features":[190]},{"name":"MQ_QUEUE_STATE_LOCAL_CONNECTION","features":[190]},{"name":"MQ_QUEUE_STATE_LOCKED","features":[190]},{"name":"MQ_QUEUE_STATE_NEEDVALIDATE","features":[190]},{"name":"MQ_QUEUE_STATE_NONACTIVE","features":[190]},{"name":"MQ_QUEUE_STATE_ONHOLD","features":[190]},{"name":"MQ_QUEUE_STATE_WAITING","features":[190]},{"name":"MQ_RECEIVE_ACCESS","features":[190]},{"name":"MQ_SEND_ACCESS","features":[190]},{"name":"MQ_SINGLE_MESSAGE","features":[190]},{"name":"MQ_STATUS_FOREIGN","features":[190]},{"name":"MQ_STATUS_NOT_FOREIGN","features":[190]},{"name":"MQ_STATUS_UNKNOWN","features":[190]},{"name":"MQ_TRANSACTIONAL","features":[190]},{"name":"MQ_TRANSACTIONAL_NONE","features":[190]},{"name":"MQ_TYPE_CONNECTOR","features":[190]},{"name":"MQ_TYPE_MACHINE","features":[190]},{"name":"MQ_TYPE_MULTICAST","features":[190]},{"name":"MQ_TYPE_PRIVATE","features":[190]},{"name":"MQ_TYPE_PUBLIC","features":[190]},{"name":"MQ_XACT_STATUS_NOT_XACT","features":[190]},{"name":"MQ_XACT_STATUS_UNKNOWN","features":[190]},{"name":"MQ_XACT_STATUS_XACT","features":[190]},{"name":"MQ_XA_TRANSACTION","features":[190]},{"name":"MSMQApplication","features":[190]},{"name":"MSMQCollection","features":[190]},{"name":"MSMQCoordinatedTransactionDispenser","features":[190]},{"name":"MSMQDestination","features":[190]},{"name":"MSMQEvent","features":[190]},{"name":"MSMQManagement","features":[190]},{"name":"MSMQMessage","features":[190]},{"name":"MSMQOutgoingQueueManagement","features":[190]},{"name":"MSMQQuery","features":[190]},{"name":"MSMQQueue","features":[190]},{"name":"MSMQQueueInfo","features":[190]},{"name":"MSMQQueueInfos","features":[190]},{"name":"MSMQQueueManagement","features":[190]},{"name":"MSMQTransaction","features":[190]},{"name":"MSMQTransactionDispenser","features":[190]},{"name":"MSMQ_CONNECTED","features":[190]},{"name":"MSMQ_DISCONNECTED","features":[190]},{"name":"PMQRECEIVECALLBACK","features":[3,65,8,190,44]},{"name":"PREQ","features":[190]},{"name":"PRGE","features":[190]},{"name":"PRGT","features":[190]},{"name":"PRLE","features":[190]},{"name":"PRLT","features":[190]},{"name":"PRNE","features":[190]},{"name":"PROPID_MGMT_MSMQ_ACTIVEQUEUES","features":[190]},{"name":"PROPID_MGMT_MSMQ_BASE","features":[190]},{"name":"PROPID_MGMT_MSMQ_BYTES_IN_ALL_QUEUES","features":[190]},{"name":"PROPID_MGMT_MSMQ_CONNECTED","features":[190]},{"name":"PROPID_MGMT_MSMQ_DSSERVER","features":[190]},{"name":"PROPID_MGMT_MSMQ_PRIVATEQ","features":[190]},{"name":"PROPID_MGMT_MSMQ_TYPE","features":[190]},{"name":"PROPID_MGMT_QUEUE_BASE","features":[190]},{"name":"PROPID_MGMT_QUEUE_BYTES_IN_JOURNAL","features":[190]},{"name":"PROPID_MGMT_QUEUE_BYTES_IN_QUEUE","features":[190]},{"name":"PROPID_MGMT_QUEUE_CONNECTION_HISTORY","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_FIRST_NON_ACK","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK_COUNT","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK_TIME","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_NON_ACK","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_NEXT_SEQ","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_NO_ACK_COUNT","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_NO_READ_COUNT","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_COUNT","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_INTERVAL","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_TIME","features":[190]},{"name":"PROPID_MGMT_QUEUE_EOD_SOURCE_INFO","features":[190]},{"name":"PROPID_MGMT_QUEUE_FOREIGN","features":[190]},{"name":"PROPID_MGMT_QUEUE_FORMATNAME","features":[190]},{"name":"PROPID_MGMT_QUEUE_JOURNAL_MESSAGE_COUNT","features":[190]},{"name":"PROPID_MGMT_QUEUE_JOURNAL_USED_QUOTA","features":[190]},{"name":"PROPID_MGMT_QUEUE_LOCATION","features":[190]},{"name":"PROPID_MGMT_QUEUE_MESSAGE_COUNT","features":[190]},{"name":"PROPID_MGMT_QUEUE_NEXTHOPS","features":[190]},{"name":"PROPID_MGMT_QUEUE_PATHNAME","features":[190]},{"name":"PROPID_MGMT_QUEUE_STATE","features":[190]},{"name":"PROPID_MGMT_QUEUE_SUBQUEUE_COUNT","features":[190]},{"name":"PROPID_MGMT_QUEUE_SUBQUEUE_NAMES","features":[190]},{"name":"PROPID_MGMT_QUEUE_TYPE","features":[190]},{"name":"PROPID_MGMT_QUEUE_USED_QUOTA","features":[190]},{"name":"PROPID_MGMT_QUEUE_XACT","features":[190]},{"name":"PROPID_M_ABORT_COUNT","features":[190]},{"name":"PROPID_M_ACKNOWLEDGE","features":[190]},{"name":"PROPID_M_ADMIN_QUEUE","features":[190]},{"name":"PROPID_M_ADMIN_QUEUE_LEN","features":[190]},{"name":"PROPID_M_APPSPECIFIC","features":[190]},{"name":"PROPID_M_ARRIVEDTIME","features":[190]},{"name":"PROPID_M_AUTHENTICATED","features":[190]},{"name":"PROPID_M_AUTHENTICATED_EX","features":[190]},{"name":"PROPID_M_AUTH_LEVEL","features":[190]},{"name":"PROPID_M_BASE","features":[190]},{"name":"PROPID_M_BODY","features":[190]},{"name":"PROPID_M_BODY_SIZE","features":[190]},{"name":"PROPID_M_BODY_TYPE","features":[190]},{"name":"PROPID_M_CLASS","features":[190]},{"name":"PROPID_M_COMPOUND_MESSAGE","features":[190]},{"name":"PROPID_M_COMPOUND_MESSAGE_SIZE","features":[190]},{"name":"PROPID_M_CONNECTOR_TYPE","features":[190]},{"name":"PROPID_M_CORRELATIONID","features":[190]},{"name":"PROPID_M_CORRELATIONID_SIZE","features":[190]},{"name":"PROPID_M_DEADLETTER_QUEUE","features":[190]},{"name":"PROPID_M_DEADLETTER_QUEUE_LEN","features":[190]},{"name":"PROPID_M_DELIVERY","features":[190]},{"name":"PROPID_M_DEST_FORMAT_NAME","features":[190]},{"name":"PROPID_M_DEST_FORMAT_NAME_LEN","features":[190]},{"name":"PROPID_M_DEST_QUEUE","features":[190]},{"name":"PROPID_M_DEST_QUEUE_LEN","features":[190]},{"name":"PROPID_M_DEST_SYMM_KEY","features":[190]},{"name":"PROPID_M_DEST_SYMM_KEY_LEN","features":[190]},{"name":"PROPID_M_ENCRYPTION_ALG","features":[190]},{"name":"PROPID_M_EXTENSION","features":[190]},{"name":"PROPID_M_EXTENSION_LEN","features":[190]},{"name":"PROPID_M_FIRST_IN_XACT","features":[190]},{"name":"PROPID_M_HASH_ALG","features":[190]},{"name":"PROPID_M_JOURNAL","features":[190]},{"name":"PROPID_M_LABEL","features":[190]},{"name":"PROPID_M_LABEL_LEN","features":[190]},{"name":"PROPID_M_LAST_IN_XACT","features":[190]},{"name":"PROPID_M_LAST_MOVE_TIME","features":[190]},{"name":"PROPID_M_LOOKUPID","features":[190]},{"name":"PROPID_M_MOVE_COUNT","features":[190]},{"name":"PROPID_M_MSGID","features":[190]},{"name":"PROPID_M_MSGID_SIZE","features":[190]},{"name":"PROPID_M_PRIORITY","features":[190]},{"name":"PROPID_M_PRIV_LEVEL","features":[190]},{"name":"PROPID_M_PROV_NAME","features":[190]},{"name":"PROPID_M_PROV_NAME_LEN","features":[190]},{"name":"PROPID_M_PROV_TYPE","features":[190]},{"name":"PROPID_M_RESP_FORMAT_NAME","features":[190]},{"name":"PROPID_M_RESP_FORMAT_NAME_LEN","features":[190]},{"name":"PROPID_M_RESP_QUEUE","features":[190]},{"name":"PROPID_M_RESP_QUEUE_LEN","features":[190]},{"name":"PROPID_M_SECURITY_CONTEXT","features":[190]},{"name":"PROPID_M_SENDERID","features":[190]},{"name":"PROPID_M_SENDERID_LEN","features":[190]},{"name":"PROPID_M_SENDERID_TYPE","features":[190]},{"name":"PROPID_M_SENDER_CERT","features":[190]},{"name":"PROPID_M_SENDER_CERT_LEN","features":[190]},{"name":"PROPID_M_SENTTIME","features":[190]},{"name":"PROPID_M_SIGNATURE","features":[190]},{"name":"PROPID_M_SIGNATURE_LEN","features":[190]},{"name":"PROPID_M_SOAP_BODY","features":[190]},{"name":"PROPID_M_SOAP_ENVELOPE","features":[190]},{"name":"PROPID_M_SOAP_ENVELOPE_LEN","features":[190]},{"name":"PROPID_M_SOAP_HEADER","features":[190]},{"name":"PROPID_M_SRC_MACHINE_ID","features":[190]},{"name":"PROPID_M_TIME_TO_BE_RECEIVED","features":[190]},{"name":"PROPID_M_TIME_TO_REACH_QUEUE","features":[190]},{"name":"PROPID_M_TRACE","features":[190]},{"name":"PROPID_M_VERSION","features":[190]},{"name":"PROPID_M_XACTID","features":[190]},{"name":"PROPID_M_XACTID_SIZE","features":[190]},{"name":"PROPID_M_XACT_STATUS_QUEUE","features":[190]},{"name":"PROPID_M_XACT_STATUS_QUEUE_LEN","features":[190]},{"name":"PROPID_PC_BASE","features":[190]},{"name":"PROPID_PC_DS_ENABLED","features":[190]},{"name":"PROPID_PC_VERSION","features":[190]},{"name":"PROPID_QM_BASE","features":[190]},{"name":"PROPID_QM_CONNECTION","features":[190]},{"name":"PROPID_QM_ENCRYPTION_PK","features":[190]},{"name":"PROPID_QM_ENCRYPTION_PK_AES","features":[190]},{"name":"PROPID_QM_ENCRYPTION_PK_BASE","features":[190]},{"name":"PROPID_QM_ENCRYPTION_PK_ENHANCED","features":[190]},{"name":"PROPID_QM_MACHINE_ID","features":[190]},{"name":"PROPID_QM_PATHNAME","features":[190]},{"name":"PROPID_QM_PATHNAME_DNS","features":[190]},{"name":"PROPID_QM_SITE_ID","features":[190]},{"name":"PROPID_Q_ADS_PATH","features":[190]},{"name":"PROPID_Q_AUTHENTICATE","features":[190]},{"name":"PROPID_Q_BASE","features":[190]},{"name":"PROPID_Q_BASEPRIORITY","features":[190]},{"name":"PROPID_Q_CREATE_TIME","features":[190]},{"name":"PROPID_Q_INSTANCE","features":[190]},{"name":"PROPID_Q_JOURNAL","features":[190]},{"name":"PROPID_Q_JOURNAL_QUOTA","features":[190]},{"name":"PROPID_Q_LABEL","features":[190]},{"name":"PROPID_Q_MODIFY_TIME","features":[190]},{"name":"PROPID_Q_MULTICAST_ADDRESS","features":[190]},{"name":"PROPID_Q_PATHNAME","features":[190]},{"name":"PROPID_Q_PATHNAME_DNS","features":[190]},{"name":"PROPID_Q_PRIV_LEVEL","features":[190]},{"name":"PROPID_Q_QUOTA","features":[190]},{"name":"PROPID_Q_TRANSACTION","features":[190]},{"name":"PROPID_Q_TYPE","features":[190]},{"name":"QUERY_SORTASCEND","features":[190]},{"name":"QUERY_SORTDESCEND","features":[190]},{"name":"QUEUE_ACTION_EOD_RESEND","features":[190]},{"name":"QUEUE_ACTION_PAUSE","features":[190]},{"name":"QUEUE_ACTION_RESUME","features":[190]},{"name":"QUEUE_STATE","features":[190]},{"name":"QUEUE_TYPE","features":[190]},{"name":"RELOPS","features":[190]},{"name":"REL_EQ","features":[190]},{"name":"REL_GE","features":[190]},{"name":"REL_GT","features":[190]},{"name":"REL_LE","features":[190]},{"name":"REL_LT","features":[190]},{"name":"REL_NEQ","features":[190]},{"name":"REL_NOP","features":[190]},{"name":"SEQUENCE_INFO","features":[190]},{"name":"XACT_STATUS","features":[190]},{"name":"_DMSMQEventEvents","features":[190]}],"586":[{"name":"PERCEPTIONFIELD_StateStream_TimeStamps","features":[191]},{"name":"PERCEPTION_PAYLOAD_FIELD","features":[191]},{"name":"PERCEPTION_STATE_STREAM_TIMESTAMPS","features":[191]}],"588":[{"name":"ACTIVATEFLAGS","features":[158]},{"name":"ACTIVATE_WINDOWLESS","features":[158]},{"name":"ACTIVEOBJECT_FLAGS","features":[158]},{"name":"ACTIVEOBJECT_STRONG","features":[158]},{"name":"ACTIVEOBJECT_WEAK","features":[158]},{"name":"ARRAYDESC","features":[43,158,44]},{"name":"BINDSPEED","features":[158]},{"name":"BINDSPEED_IMMEDIATE","features":[158]},{"name":"BINDSPEED_INDEFINITE","features":[158]},{"name":"BINDSPEED_MODERATE","features":[158]},{"name":"BUSY_DIALOG_FLAGS","features":[158]},{"name":"BZ_DISABLECANCELBUTTON","features":[158]},{"name":"BZ_DISABLERETRYBUTTON","features":[158]},{"name":"BZ_DISABLESWITCHTOBUTTON","features":[158]},{"name":"BZ_NOTRESPONDINGDIALOG","features":[158]},{"name":"BstrFromVector","features":[43,158]},{"name":"CADWORD","features":[158]},{"name":"CALPOLESTR","features":[158]},{"name":"CAUUID","features":[158]},{"name":"CF_BITMAP","features":[158]},{"name":"CF_CONVERTONLY","features":[158]},{"name":"CF_DIB","features":[158]},{"name":"CF_DIBV5","features":[158]},{"name":"CF_DIF","features":[158]},{"name":"CF_DISABLEACTIVATEAS","features":[158]},{"name":"CF_DISABLEDISPLAYASICON","features":[158]},{"name":"CF_DSPBITMAP","features":[158]},{"name":"CF_DSPENHMETAFILE","features":[158]},{"name":"CF_DSPMETAFILEPICT","features":[158]},{"name":"CF_DSPTEXT","features":[158]},{"name":"CF_ENHMETAFILE","features":[158]},{"name":"CF_GDIOBJFIRST","features":[158]},{"name":"CF_GDIOBJLAST","features":[158]},{"name":"CF_HDROP","features":[158]},{"name":"CF_HIDECHANGEICON","features":[158]},{"name":"CF_LOCALE","features":[158]},{"name":"CF_MAX","features":[158]},{"name":"CF_METAFILEPICT","features":[158]},{"name":"CF_OEMTEXT","features":[158]},{"name":"CF_OWNERDISPLAY","features":[158]},{"name":"CF_PALETTE","features":[158]},{"name":"CF_PENDATA","features":[158]},{"name":"CF_PRIVATEFIRST","features":[158]},{"name":"CF_PRIVATELAST","features":[158]},{"name":"CF_RIFF","features":[158]},{"name":"CF_SELECTACTIVATEAS","features":[158]},{"name":"CF_SELECTCONVERTTO","features":[158]},{"name":"CF_SETACTIVATEDEFAULT","features":[158]},{"name":"CF_SETCONVERTDEFAULT","features":[158]},{"name":"CF_SHOWHELPBUTTON","features":[158]},{"name":"CF_SYLK","features":[158]},{"name":"CF_TEXT","features":[158]},{"name":"CF_TIFF","features":[158]},{"name":"CF_UNICODETEXT","features":[158]},{"name":"CF_WAVE","features":[158]},{"name":"CHANGEKIND","features":[158]},{"name":"CHANGEKIND_ADDMEMBER","features":[158]},{"name":"CHANGEKIND_CHANGEFAILED","features":[158]},{"name":"CHANGEKIND_DELETEMEMBER","features":[158]},{"name":"CHANGEKIND_GENERAL","features":[158]},{"name":"CHANGEKIND_INVALIDATE","features":[158]},{"name":"CHANGEKIND_MAX","features":[158]},{"name":"CHANGEKIND_SETDOCUMENTATION","features":[158]},{"name":"CHANGEKIND_SETNAMES","features":[158]},{"name":"CHANGE_ICON_FLAGS","features":[158]},{"name":"CHANGE_SOURCE_FLAGS","features":[158]},{"name":"CIF_SELECTCURRENT","features":[158]},{"name":"CIF_SELECTDEFAULT","features":[158]},{"name":"CIF_SELECTFROMFILE","features":[158]},{"name":"CIF_SHOWHELP","features":[158]},{"name":"CIF_USEICONEXE","features":[158]},{"name":"CLEANLOCALSTORAGE","features":[158]},{"name":"CLIPBOARD_FORMAT","features":[158]},{"name":"CLSID_CColorPropPage","features":[158]},{"name":"CLSID_CFontPropPage","features":[158]},{"name":"CLSID_CPicturePropPage","features":[158]},{"name":"CLSID_ConvertVBX","features":[158]},{"name":"CLSID_PersistPropset","features":[158]},{"name":"CLSID_StdFont","features":[158]},{"name":"CLSID_StdPicture","features":[158]},{"name":"CONNECT_E_ADVISELIMIT","features":[158]},{"name":"CONNECT_E_CANNOTCONNECT","features":[158]},{"name":"CONNECT_E_FIRST","features":[158]},{"name":"CONNECT_E_LAST","features":[158]},{"name":"CONNECT_E_NOCONNECTION","features":[158]},{"name":"CONNECT_E_OVERRIDDEN","features":[158]},{"name":"CONNECT_S_FIRST","features":[158]},{"name":"CONNECT_S_LAST","features":[158]},{"name":"CONTROLINFO","features":[158,52]},{"name":"CSF_EXPLORER","features":[158]},{"name":"CSF_ONLYGETSOURCE","features":[158]},{"name":"CSF_SHOWHELP","features":[158]},{"name":"CSF_VALIDSOURCE","features":[158]},{"name":"CTL_E_ILLEGALFUNCTIONCALL","features":[158]},{"name":"CTRLINFO","features":[158]},{"name":"CTRLINFO_EATS_ESCAPE","features":[158]},{"name":"CTRLINFO_EATS_RETURN","features":[158]},{"name":"ClearCustData","features":[3,43,158,44]},{"name":"CreateDispTypeInfo","features":[43,158,44]},{"name":"CreateErrorInfo","features":[158]},{"name":"CreateOleAdviseHolder","features":[158]},{"name":"CreateStdDispatch","features":[158]},{"name":"CreateTypeLib","features":[43,158]},{"name":"CreateTypeLib2","features":[43,158]},{"name":"DD_DEFDRAGDELAY","features":[158]},{"name":"DD_DEFDRAGMINDIST","features":[158]},{"name":"DD_DEFSCROLLDELAY","features":[158]},{"name":"DD_DEFSCROLLINSET","features":[158]},{"name":"DD_DEFSCROLLINTERVAL","features":[158]},{"name":"DISCARDCACHE","features":[158]},{"name":"DISCARDCACHE_NOSAVE","features":[158]},{"name":"DISCARDCACHE_SAVEIFDIRTY","features":[158]},{"name":"DISPATCH_CONSTRUCT","features":[158]},{"name":"DISPID_ABOUTBOX","features":[158]},{"name":"DISPID_ACCELERATOR","features":[158]},{"name":"DISPID_ADDITEM","features":[158]},{"name":"DISPID_AMBIENT_APPEARANCE","features":[158]},{"name":"DISPID_AMBIENT_AUTOCLIP","features":[158]},{"name":"DISPID_AMBIENT_BACKCOLOR","features":[158]},{"name":"DISPID_AMBIENT_CHARSET","features":[158]},{"name":"DISPID_AMBIENT_CODEPAGE","features":[158]},{"name":"DISPID_AMBIENT_DISPLAYASDEFAULT","features":[158]},{"name":"DISPID_AMBIENT_DISPLAYNAME","features":[158]},{"name":"DISPID_AMBIENT_FONT","features":[158]},{"name":"DISPID_AMBIENT_FORECOLOR","features":[158]},{"name":"DISPID_AMBIENT_LOCALEID","features":[158]},{"name":"DISPID_AMBIENT_MESSAGEREFLECT","features":[158]},{"name":"DISPID_AMBIENT_PALETTE","features":[158]},{"name":"DISPID_AMBIENT_RIGHTTOLEFT","features":[158]},{"name":"DISPID_AMBIENT_SCALEUNITS","features":[158]},{"name":"DISPID_AMBIENT_SHOWGRABHANDLES","features":[158]},{"name":"DISPID_AMBIENT_SHOWHATCHING","features":[158]},{"name":"DISPID_AMBIENT_SUPPORTSMNEMONICS","features":[158]},{"name":"DISPID_AMBIENT_TEXTALIGN","features":[158]},{"name":"DISPID_AMBIENT_TOPTOBOTTOM","features":[158]},{"name":"DISPID_AMBIENT_TRANSFERPRIORITY","features":[158]},{"name":"DISPID_AMBIENT_UIDEAD","features":[158]},{"name":"DISPID_AMBIENT_USERMODE","features":[158]},{"name":"DISPID_APPEARANCE","features":[158]},{"name":"DISPID_AUTOSIZE","features":[158]},{"name":"DISPID_BACKCOLOR","features":[158]},{"name":"DISPID_BACKSTYLE","features":[158]},{"name":"DISPID_BORDERCOLOR","features":[158]},{"name":"DISPID_BORDERSTYLE","features":[158]},{"name":"DISPID_BORDERVISIBLE","features":[158]},{"name":"DISPID_BORDERWIDTH","features":[158]},{"name":"DISPID_CAPTION","features":[158]},{"name":"DISPID_CLEAR","features":[158]},{"name":"DISPID_CLICK","features":[158]},{"name":"DISPID_CLICK_VALUE","features":[158]},{"name":"DISPID_COLLECT","features":[158]},{"name":"DISPID_COLUMN","features":[158]},{"name":"DISPID_CONSTRUCTOR","features":[158]},{"name":"DISPID_DBLCLICK","features":[158]},{"name":"DISPID_DESTRUCTOR","features":[158]},{"name":"DISPID_DISPLAYSTYLE","features":[158]},{"name":"DISPID_DOCLICK","features":[158]},{"name":"DISPID_DRAWMODE","features":[158]},{"name":"DISPID_DRAWSTYLE","features":[158]},{"name":"DISPID_DRAWWIDTH","features":[158]},{"name":"DISPID_Delete","features":[158]},{"name":"DISPID_ENABLED","features":[158]},{"name":"DISPID_ENTERKEYBEHAVIOR","features":[158]},{"name":"DISPID_ERROREVENT","features":[158]},{"name":"DISPID_EVALUATE","features":[158]},{"name":"DISPID_FILLCOLOR","features":[158]},{"name":"DISPID_FILLSTYLE","features":[158]},{"name":"DISPID_FONT","features":[158]},{"name":"DISPID_FONT_BOLD","features":[158]},{"name":"DISPID_FONT_CHANGED","features":[158]},{"name":"DISPID_FONT_CHARSET","features":[158]},{"name":"DISPID_FONT_ITALIC","features":[158]},{"name":"DISPID_FONT_NAME","features":[158]},{"name":"DISPID_FONT_SIZE","features":[158]},{"name":"DISPID_FONT_STRIKE","features":[158]},{"name":"DISPID_FONT_UNDER","features":[158]},{"name":"DISPID_FONT_WEIGHT","features":[158]},{"name":"DISPID_FORECOLOR","features":[158]},{"name":"DISPID_GROUPNAME","features":[158]},{"name":"DISPID_HWND","features":[158]},{"name":"DISPID_IMEMODE","features":[158]},{"name":"DISPID_KEYDOWN","features":[158]},{"name":"DISPID_KEYPRESS","features":[158]},{"name":"DISPID_KEYUP","features":[158]},{"name":"DISPID_LIST","features":[158]},{"name":"DISPID_LISTCOUNT","features":[158]},{"name":"DISPID_LISTINDEX","features":[158]},{"name":"DISPID_MAXLENGTH","features":[158]},{"name":"DISPID_MOUSEDOWN","features":[158]},{"name":"DISPID_MOUSEICON","features":[158]},{"name":"DISPID_MOUSEMOVE","features":[158]},{"name":"DISPID_MOUSEPOINTER","features":[158]},{"name":"DISPID_MOUSEUP","features":[158]},{"name":"DISPID_MULTILINE","features":[158]},{"name":"DISPID_MULTISELECT","features":[158]},{"name":"DISPID_NEWENUM","features":[158]},{"name":"DISPID_NUMBEROFCOLUMNS","features":[158]},{"name":"DISPID_NUMBEROFROWS","features":[158]},{"name":"DISPID_Name","features":[158]},{"name":"DISPID_Object","features":[158]},{"name":"DISPID_PASSWORDCHAR","features":[158]},{"name":"DISPID_PICTURE","features":[158]},{"name":"DISPID_PICT_HANDLE","features":[158]},{"name":"DISPID_PICT_HEIGHT","features":[158]},{"name":"DISPID_PICT_HPAL","features":[158]},{"name":"DISPID_PICT_RENDER","features":[158]},{"name":"DISPID_PICT_TYPE","features":[158]},{"name":"DISPID_PICT_WIDTH","features":[158]},{"name":"DISPID_PROPERTYPUT","features":[158]},{"name":"DISPID_Parent","features":[158]},{"name":"DISPID_READYSTATE","features":[158]},{"name":"DISPID_READYSTATECHANGE","features":[158]},{"name":"DISPID_REFRESH","features":[158]},{"name":"DISPID_REMOVEITEM","features":[158]},{"name":"DISPID_RIGHTTOLEFT","features":[158]},{"name":"DISPID_SCROLLBARS","features":[158]},{"name":"DISPID_SELECTED","features":[158]},{"name":"DISPID_SELLENGTH","features":[158]},{"name":"DISPID_SELSTART","features":[158]},{"name":"DISPID_SELTEXT","features":[158]},{"name":"DISPID_STARTENUM","features":[158]},{"name":"DISPID_TABKEYBEHAVIOR","features":[158]},{"name":"DISPID_TABSTOP","features":[158]},{"name":"DISPID_TEXT","features":[158]},{"name":"DISPID_THIS","features":[158]},{"name":"DISPID_TOPTOBOTTOM","features":[158]},{"name":"DISPID_UNKNOWN","features":[158]},{"name":"DISPID_VALID","features":[158]},{"name":"DISPID_VALUE","features":[158]},{"name":"DISPID_WORDWRAP","features":[158]},{"name":"DOCMISC","features":[158]},{"name":"DOCMISC_CANCREATEMULTIPLEVIEWS","features":[158]},{"name":"DOCMISC_CANTOPENEDIT","features":[158]},{"name":"DOCMISC_NOFILESUPPORT","features":[158]},{"name":"DOCMISC_SUPPORTCOMPLEXRECTANGLES","features":[158]},{"name":"DROPEFFECT","features":[158]},{"name":"DROPEFFECT_COPY","features":[158]},{"name":"DROPEFFECT_LINK","features":[158]},{"name":"DROPEFFECT_MOVE","features":[158]},{"name":"DROPEFFECT_NONE","features":[158]},{"name":"DROPEFFECT_SCROLL","features":[158]},{"name":"DVASPECTINFO","features":[158]},{"name":"DVASPECTINFOFLAG","features":[158]},{"name":"DVASPECTINFOFLAG_CANOPTIMIZE","features":[158]},{"name":"DVEXTENTINFO","features":[3,158]},{"name":"DVEXTENTMODE","features":[158]},{"name":"DVEXTENT_CONTENT","features":[158]},{"name":"DVEXTENT_INTEGRAL","features":[158]},{"name":"DispCallFunc","features":[3,43,158,44]},{"name":"DispGetIDsOfNames","features":[158]},{"name":"DispGetParam","features":[3,43,158,44]},{"name":"DispInvoke","features":[3,43,158,44]},{"name":"DoDragDrop","features":[158]},{"name":"EDIT_LINKS_FLAGS","features":[158]},{"name":"ELF_DISABLECANCELLINK","features":[158]},{"name":"ELF_DISABLECHANGESOURCE","features":[158]},{"name":"ELF_DISABLEOPENSOURCE","features":[158]},{"name":"ELF_DISABLEUPDATENOW","features":[158]},{"name":"ELF_SHOWHELP","features":[158]},{"name":"EMBDHLP_CREATENOW","features":[158]},{"name":"EMBDHLP_DELAYCREATE","features":[158]},{"name":"EMBDHLP_FLAGS","features":[158]},{"name":"EMBDHLP_INPROC_HANDLER","features":[158]},{"name":"EMBDHLP_INPROC_SERVER","features":[158]},{"name":"ENUM_CONTROLS_WHICH_FLAGS","features":[158]},{"name":"FDEX_PROP_FLAGS","features":[158]},{"name":"FONTDESC","features":[3,43,158]},{"name":"GCW_WCH_SIBLING","features":[158]},{"name":"GC_WCH_ALL","features":[158]},{"name":"GC_WCH_CONTAINED","features":[158]},{"name":"GC_WCH_CONTAINER","features":[158]},{"name":"GC_WCH_FONLYAFTER","features":[158]},{"name":"GC_WCH_FONLYBEFORE","features":[158]},{"name":"GC_WCH_FREVERSEDIR","features":[158]},{"name":"GC_WCH_FSELECTED","features":[158]},{"name":"GC_WCH_SIBLING","features":[158]},{"name":"GUIDKIND","features":[158]},{"name":"GUIDKIND_DEFAULT_SOURCE_DISP_IID","features":[158]},{"name":"GUID_CHECKVALUEEXCLUSIVE","features":[158]},{"name":"GUID_COLOR","features":[158]},{"name":"GUID_FONTBOLD","features":[158]},{"name":"GUID_FONTITALIC","features":[158]},{"name":"GUID_FONTNAME","features":[158]},{"name":"GUID_FONTSIZE","features":[158]},{"name":"GUID_FONTSTRIKETHROUGH","features":[158]},{"name":"GUID_FONTUNDERSCORE","features":[158]},{"name":"GUID_HANDLE","features":[158]},{"name":"GUID_HIMETRIC","features":[158]},{"name":"GUID_OPTIONVALUEEXCLUSIVE","features":[158]},{"name":"GUID_TRISTATE","features":[158]},{"name":"GUID_XPOS","features":[158]},{"name":"GUID_XPOSPIXEL","features":[158]},{"name":"GUID_XSIZE","features":[158]},{"name":"GUID_XSIZEPIXEL","features":[158]},{"name":"GUID_YPOS","features":[158]},{"name":"GUID_YPOSPIXEL","features":[158]},{"name":"GUID_YSIZE","features":[158]},{"name":"GUID_YSIZEPIXEL","features":[158]},{"name":"GetActiveObject","features":[158]},{"name":"GetAltMonthNames","features":[158]},{"name":"GetRecordInfoFromGuids","features":[158]},{"name":"GetRecordInfoFromTypeInfo","features":[158]},{"name":"HITRESULT","features":[158]},{"name":"HITRESULT_CLOSE","features":[158]},{"name":"HITRESULT_HIT","features":[158]},{"name":"HITRESULT_OUTSIDE","features":[158]},{"name":"HITRESULT_TRANSPARENT","features":[158]},{"name":"HRGN_UserFree","features":[14,158]},{"name":"HRGN_UserFree64","features":[14,158]},{"name":"HRGN_UserMarshal","features":[14,158]},{"name":"HRGN_UserMarshal64","features":[14,158]},{"name":"HRGN_UserSize","features":[14,158]},{"name":"HRGN_UserSize64","features":[14,158]},{"name":"HRGN_UserUnmarshal","features":[14,158]},{"name":"HRGN_UserUnmarshal64","features":[14,158]},{"name":"IAdviseSinkEx","features":[158]},{"name":"ICanHandleException","features":[158]},{"name":"IClassFactory2","features":[158]},{"name":"IContinue","features":[158]},{"name":"IContinueCallback","features":[158]},{"name":"ICreateErrorInfo","features":[158]},{"name":"ICreateTypeInfo","features":[158]},{"name":"ICreateTypeInfo2","features":[158]},{"name":"ICreateTypeLib","features":[158]},{"name":"ICreateTypeLib2","features":[158]},{"name":"IDC_BZ_ICON","features":[158]},{"name":"IDC_BZ_MESSAGE1","features":[158]},{"name":"IDC_BZ_RETRY","features":[158]},{"name":"IDC_BZ_SWITCHTO","features":[158]},{"name":"IDC_CI_BROWSE","features":[158]},{"name":"IDC_CI_CURRENT","features":[158]},{"name":"IDC_CI_CURRENTICON","features":[158]},{"name":"IDC_CI_DEFAULT","features":[158]},{"name":"IDC_CI_DEFAULTICON","features":[158]},{"name":"IDC_CI_FROMFILE","features":[158]},{"name":"IDC_CI_FROMFILEEDIT","features":[158]},{"name":"IDC_CI_GROUP","features":[158]},{"name":"IDC_CI_ICONDISPLAY","features":[158]},{"name":"IDC_CI_ICONLIST","features":[158]},{"name":"IDC_CI_LABEL","features":[158]},{"name":"IDC_CI_LABELEDIT","features":[158]},{"name":"IDC_CV_ACTIVATEAS","features":[158]},{"name":"IDC_CV_ACTIVATELIST","features":[158]},{"name":"IDC_CV_CHANGEICON","features":[158]},{"name":"IDC_CV_CONVERTLIST","features":[158]},{"name":"IDC_CV_CONVERTTO","features":[158]},{"name":"IDC_CV_DISPLAYASICON","features":[158]},{"name":"IDC_CV_ICONDISPLAY","features":[158]},{"name":"IDC_CV_OBJECTTYPE","features":[158]},{"name":"IDC_CV_RESULTTEXT","features":[158]},{"name":"IDC_EL_AUTOMATIC","features":[158]},{"name":"IDC_EL_CANCELLINK","features":[158]},{"name":"IDC_EL_CHANGESOURCE","features":[158]},{"name":"IDC_EL_COL1","features":[158]},{"name":"IDC_EL_COL2","features":[158]},{"name":"IDC_EL_COL3","features":[158]},{"name":"IDC_EL_LINKSLISTBOX","features":[158]},{"name":"IDC_EL_LINKSOURCE","features":[158]},{"name":"IDC_EL_LINKTYPE","features":[158]},{"name":"IDC_EL_MANUAL","features":[158]},{"name":"IDC_EL_OPENSOURCE","features":[158]},{"name":"IDC_EL_UPDATENOW","features":[158]},{"name":"IDC_GP_CONVERT","features":[158]},{"name":"IDC_GP_OBJECTICON","features":[158]},{"name":"IDC_GP_OBJECTLOCATION","features":[158]},{"name":"IDC_GP_OBJECTNAME","features":[158]},{"name":"IDC_GP_OBJECTSIZE","features":[158]},{"name":"IDC_GP_OBJECTTYPE","features":[158]},{"name":"IDC_IO_ADDCONTROL","features":[158]},{"name":"IDC_IO_CHANGEICON","features":[158]},{"name":"IDC_IO_CONTROLTYPELIST","features":[158]},{"name":"IDC_IO_CREATEFROMFILE","features":[158]},{"name":"IDC_IO_CREATENEW","features":[158]},{"name":"IDC_IO_DISPLAYASICON","features":[158]},{"name":"IDC_IO_FILE","features":[158]},{"name":"IDC_IO_FILEDISPLAY","features":[158]},{"name":"IDC_IO_FILETEXT","features":[158]},{"name":"IDC_IO_FILETYPE","features":[158]},{"name":"IDC_IO_ICONDISPLAY","features":[158]},{"name":"IDC_IO_INSERTCONTROL","features":[158]},{"name":"IDC_IO_LINKFILE","features":[158]},{"name":"IDC_IO_OBJECTTYPELIST","features":[158]},{"name":"IDC_IO_OBJECTTYPETEXT","features":[158]},{"name":"IDC_IO_RESULTIMAGE","features":[158]},{"name":"IDC_IO_RESULTTEXT","features":[158]},{"name":"IDC_LP_AUTOMATIC","features":[158]},{"name":"IDC_LP_BREAKLINK","features":[158]},{"name":"IDC_LP_CHANGESOURCE","features":[158]},{"name":"IDC_LP_DATE","features":[158]},{"name":"IDC_LP_LINKSOURCE","features":[158]},{"name":"IDC_LP_MANUAL","features":[158]},{"name":"IDC_LP_OPENSOURCE","features":[158]},{"name":"IDC_LP_TIME","features":[158]},{"name":"IDC_LP_UPDATENOW","features":[158]},{"name":"IDC_OLEUIHELP","features":[158]},{"name":"IDC_PS_CHANGEICON","features":[158]},{"name":"IDC_PS_DISPLAYASICON","features":[158]},{"name":"IDC_PS_DISPLAYLIST","features":[158]},{"name":"IDC_PS_ICONDISPLAY","features":[158]},{"name":"IDC_PS_PASTE","features":[158]},{"name":"IDC_PS_PASTELINK","features":[158]},{"name":"IDC_PS_PASTELINKLIST","features":[158]},{"name":"IDC_PS_PASTELIST","features":[158]},{"name":"IDC_PS_RESULTIMAGE","features":[158]},{"name":"IDC_PS_RESULTTEXT","features":[158]},{"name":"IDC_PS_SOURCETEXT","features":[158]},{"name":"IDC_PU_CONVERT","features":[158]},{"name":"IDC_PU_ICON","features":[158]},{"name":"IDC_PU_LINKS","features":[158]},{"name":"IDC_PU_TEXT","features":[158]},{"name":"IDC_UL_METER","features":[158]},{"name":"IDC_UL_PERCENT","features":[158]},{"name":"IDC_UL_PROGRESS","features":[158]},{"name":"IDC_UL_STOP","features":[158]},{"name":"IDC_VP_ASICON","features":[158]},{"name":"IDC_VP_CHANGEICON","features":[158]},{"name":"IDC_VP_EDITABLE","features":[158]},{"name":"IDC_VP_ICONDISPLAY","features":[158]},{"name":"IDC_VP_PERCENT","features":[158]},{"name":"IDC_VP_RELATIVE","features":[158]},{"name":"IDC_VP_RESULTIMAGE","features":[158]},{"name":"IDC_VP_SCALETXT","features":[158]},{"name":"IDC_VP_SPIN","features":[158]},{"name":"IDD_BUSY","features":[158]},{"name":"IDD_CANNOTUPDATELINK","features":[158]},{"name":"IDD_CHANGEICON","features":[158]},{"name":"IDD_CHANGEICONBROWSE","features":[158]},{"name":"IDD_CHANGESOURCE","features":[158]},{"name":"IDD_CHANGESOURCE4","features":[158]},{"name":"IDD_CONVERT","features":[158]},{"name":"IDD_CONVERT4","features":[158]},{"name":"IDD_CONVERTONLY","features":[158]},{"name":"IDD_CONVERTONLY4","features":[158]},{"name":"IDD_EDITLINKS","features":[158]},{"name":"IDD_EDITLINKS4","features":[158]},{"name":"IDD_GNRLPROPS","features":[158]},{"name":"IDD_GNRLPROPS4","features":[158]},{"name":"IDD_INSERTFILEBROWSE","features":[158]},{"name":"IDD_INSERTOBJECT","features":[158]},{"name":"IDD_LINKPROPS","features":[158]},{"name":"IDD_LINKPROPS4","features":[158]},{"name":"IDD_LINKSOURCEUNAVAILABLE","features":[158]},{"name":"IDD_LINKTYPECHANGED","features":[158]},{"name":"IDD_LINKTYPECHANGEDA","features":[158]},{"name":"IDD_LINKTYPECHANGEDW","features":[158]},{"name":"IDD_OUTOFMEMORY","features":[158]},{"name":"IDD_PASTESPECIAL","features":[158]},{"name":"IDD_PASTESPECIAL4","features":[158]},{"name":"IDD_SERVERNOTFOUND","features":[158]},{"name":"IDD_SERVERNOTREG","features":[158]},{"name":"IDD_SERVERNOTREGA","features":[158]},{"name":"IDD_SERVERNOTREGW","features":[158]},{"name":"IDD_UPDATELINKS","features":[158]},{"name":"IDD_VIEWPROPS","features":[158]},{"name":"ID_BROWSE_ADDCONTROL","features":[158]},{"name":"ID_BROWSE_CHANGEICON","features":[158]},{"name":"ID_BROWSE_CHANGESOURCE","features":[158]},{"name":"ID_BROWSE_INSERTFILE","features":[158]},{"name":"ID_DEFAULTINST","features":[158]},{"name":"IDispError","features":[158]},{"name":"IDispatchEx","features":[158]},{"name":"IDropSource","features":[158]},{"name":"IDropSourceNotify","features":[158]},{"name":"IDropTarget","features":[158]},{"name":"IEnterpriseDropTarget","features":[158]},{"name":"IEnumOLEVERB","features":[158]},{"name":"IEnumOleDocumentViews","features":[158]},{"name":"IEnumOleUndoUnits","features":[158]},{"name":"IEnumVARIANT","features":[158]},{"name":"IFont","features":[158]},{"name":"IFontDisp","features":[158]},{"name":"IFontEventsDisp","features":[158]},{"name":"IGNOREMIME","features":[158]},{"name":"IGNOREMIME_PROMPT","features":[158]},{"name":"IGNOREMIME_TEXT","features":[158]},{"name":"IGetOleObject","features":[158]},{"name":"IGetVBAObject","features":[158]},{"name":"INSERT_OBJECT_FLAGS","features":[158]},{"name":"INSTALL_SCOPE_INVALID","features":[158]},{"name":"INSTALL_SCOPE_MACHINE","features":[158]},{"name":"INSTALL_SCOPE_USER","features":[158]},{"name":"INTERFACEDATA","features":[43,158,44]},{"name":"IOF_CHECKDISPLAYASICON","features":[158]},{"name":"IOF_CHECKLINK","features":[158]},{"name":"IOF_CREATEFILEOBJECT","features":[158]},{"name":"IOF_CREATELINKOBJECT","features":[158]},{"name":"IOF_CREATENEWOBJECT","features":[158]},{"name":"IOF_DISABLEDISPLAYASICON","features":[158]},{"name":"IOF_DISABLELINK","features":[158]},{"name":"IOF_HIDECHANGEICON","features":[158]},{"name":"IOF_SELECTCREATECONTROL","features":[158]},{"name":"IOF_SELECTCREATEFROMFILE","features":[158]},{"name":"IOF_SELECTCREATENEW","features":[158]},{"name":"IOF_SHOWHELP","features":[158]},{"name":"IOF_SHOWINSERTCONTROL","features":[158]},{"name":"IOF_VERIFYSERVERSEXIST","features":[158]},{"name":"IObjectIdentity","features":[158]},{"name":"IObjectWithSite","features":[158]},{"name":"IOleAdviseHolder","features":[158]},{"name":"IOleCache","features":[158]},{"name":"IOleCache2","features":[158]},{"name":"IOleCacheControl","features":[158]},{"name":"IOleClientSite","features":[158]},{"name":"IOleCommandTarget","features":[158]},{"name":"IOleContainer","features":[158]},{"name":"IOleControl","features":[158]},{"name":"IOleControlSite","features":[158]},{"name":"IOleDocument","features":[158]},{"name":"IOleDocumentSite","features":[158]},{"name":"IOleDocumentView","features":[158]},{"name":"IOleInPlaceActiveObject","features":[158]},{"name":"IOleInPlaceFrame","features":[158]},{"name":"IOleInPlaceObject","features":[158]},{"name":"IOleInPlaceObjectWindowless","features":[158]},{"name":"IOleInPlaceSite","features":[158]},{"name":"IOleInPlaceSiteEx","features":[158]},{"name":"IOleInPlaceSiteWindowless","features":[158]},{"name":"IOleInPlaceUIWindow","features":[158]},{"name":"IOleItemContainer","features":[158]},{"name":"IOleLink","features":[158]},{"name":"IOleObject","features":[158]},{"name":"IOleParentUndoUnit","features":[158]},{"name":"IOleUILinkContainerA","features":[158]},{"name":"IOleUILinkContainerW","features":[158]},{"name":"IOleUILinkInfoA","features":[158]},{"name":"IOleUILinkInfoW","features":[158]},{"name":"IOleUIObjInfoA","features":[158]},{"name":"IOleUIObjInfoW","features":[158]},{"name":"IOleUndoManager","features":[158]},{"name":"IOleUndoUnit","features":[158]},{"name":"IOleWindow","features":[158]},{"name":"IParseDisplayName","features":[158]},{"name":"IPerPropertyBrowsing","features":[158]},{"name":"IPersistPropertyBag","features":[158]},{"name":"IPersistPropertyBag2","features":[158]},{"name":"IPicture","features":[158]},{"name":"IPicture2","features":[158]},{"name":"IPictureDisp","features":[158]},{"name":"IPointerInactive","features":[158]},{"name":"IPrint","features":[158]},{"name":"IPropertyNotifySink","features":[158]},{"name":"IPropertyPage","features":[158]},{"name":"IPropertyPage2","features":[158]},{"name":"IPropertyPageSite","features":[158]},{"name":"IProtectFocus","features":[158]},{"name":"IProtectedModeMenuServices","features":[158]},{"name":"IProvideClassInfo","features":[158]},{"name":"IProvideClassInfo2","features":[158]},{"name":"IProvideMultipleClassInfo","features":[158]},{"name":"IProvideRuntimeContext","features":[158]},{"name":"IQuickActivate","features":[158]},{"name":"IRecordInfo","features":[158]},{"name":"ISimpleFrameSite","features":[158]},{"name":"ISpecifyPropertyPages","features":[158]},{"name":"ITypeChangeEvents","features":[158]},{"name":"ITypeFactory","features":[158]},{"name":"ITypeMarshal","features":[158]},{"name":"IVBFormat","features":[158]},{"name":"IVBGetControl","features":[158]},{"name":"IVariantChangeType","features":[158]},{"name":"IViewObject","features":[158]},{"name":"IViewObject2","features":[158]},{"name":"IViewObjectEx","features":[158]},{"name":"IZoomEvents","features":[158]},{"name":"IsAccelerator","features":[3,158,52]},{"name":"KEYMODIFIERS","features":[158]},{"name":"KEYMOD_ALT","features":[158]},{"name":"KEYMOD_CONTROL","features":[158]},{"name":"KEYMOD_SHIFT","features":[158]},{"name":"LHashValOfNameSys","features":[43,158]},{"name":"LHashValOfNameSysA","features":[43,158]},{"name":"LIBFLAGS","features":[158]},{"name":"LIBFLAG_FCONTROL","features":[158]},{"name":"LIBFLAG_FHASDISKIMAGE","features":[158]},{"name":"LIBFLAG_FHIDDEN","features":[158]},{"name":"LIBFLAG_FRESTRICTED","features":[158]},{"name":"LICINFO","features":[3,158]},{"name":"LOAD_PICTURE_FLAGS","features":[158]},{"name":"LOAD_TLB_AS_32BIT","features":[158]},{"name":"LOAD_TLB_AS_64BIT","features":[158]},{"name":"LOCALE_USE_NLS","features":[158]},{"name":"LPFNOLEUIHOOK","features":[3,158]},{"name":"LP_COLOR","features":[158]},{"name":"LP_DEFAULT","features":[158]},{"name":"LP_MONOCHROME","features":[158]},{"name":"LP_VGACOLOR","features":[158]},{"name":"LoadRegTypeLib","features":[158]},{"name":"LoadTypeLib","features":[158]},{"name":"LoadTypeLibEx","features":[158]},{"name":"MEDIAPLAYBACK_PAUSE","features":[158]},{"name":"MEDIAPLAYBACK_PAUSE_AND_SUSPEND","features":[158]},{"name":"MEDIAPLAYBACK_RESUME","features":[158]},{"name":"MEDIAPLAYBACK_RESUME_FROM_SUSPEND","features":[158]},{"name":"MEDIAPLAYBACK_STATE","features":[158]},{"name":"MEMBERID_NIL","features":[158]},{"name":"METHODDATA","features":[43,158,44]},{"name":"MK_ALT","features":[158]},{"name":"MSOCMDERR_E_CANCELED","features":[158]},{"name":"MSOCMDERR_E_DISABLED","features":[158]},{"name":"MSOCMDERR_E_FIRST","features":[158]},{"name":"MSOCMDERR_E_NOHELP","features":[158]},{"name":"MSOCMDERR_E_NOTSUPPORTED","features":[158]},{"name":"MSOCMDERR_E_UNKNOWNGROUP","features":[158]},{"name":"MULTICLASSINFO_FLAGS","features":[158]},{"name":"MULTICLASSINFO_GETIIDPRIMARY","features":[158]},{"name":"MULTICLASSINFO_GETIIDSOURCE","features":[158]},{"name":"MULTICLASSINFO_GETNUMRESERVEDDISPIDS","features":[158]},{"name":"MULTICLASSINFO_GETTYPEINFO","features":[158]},{"name":"NUMPARSE","features":[158]},{"name":"NUMPARSE_FLAGS","features":[158]},{"name":"NUMPRS_CURRENCY","features":[158]},{"name":"NUMPRS_DECIMAL","features":[158]},{"name":"NUMPRS_EXPONENT","features":[158]},{"name":"NUMPRS_HEX_OCT","features":[158]},{"name":"NUMPRS_INEXACT","features":[158]},{"name":"NUMPRS_LEADING_MINUS","features":[158]},{"name":"NUMPRS_LEADING_PLUS","features":[158]},{"name":"NUMPRS_LEADING_WHITE","features":[158]},{"name":"NUMPRS_NEG","features":[158]},{"name":"NUMPRS_PARENS","features":[158]},{"name":"NUMPRS_STD","features":[158]},{"name":"NUMPRS_THOUSANDS","features":[158]},{"name":"NUMPRS_TRAILING_MINUS","features":[158]},{"name":"NUMPRS_TRAILING_PLUS","features":[158]},{"name":"NUMPRS_TRAILING_WHITE","features":[158]},{"name":"NUMPRS_USE_ALL","features":[158]},{"name":"OBJECTDESCRIPTOR","features":[3,158]},{"name":"OBJECT_PROPERTIES_FLAGS","features":[158]},{"name":"OCM__BASE","features":[158]},{"name":"OCPFIPARAMS","features":[3,158]},{"name":"OF_GET","features":[158]},{"name":"OF_HANDLER","features":[158]},{"name":"OF_SET","features":[158]},{"name":"OLECLOSE","features":[158]},{"name":"OLECLOSE_NOSAVE","features":[158]},{"name":"OLECLOSE_PROMPTSAVE","features":[158]},{"name":"OLECLOSE_SAVEIFDIRTY","features":[158]},{"name":"OLECMD","features":[158]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_CLSID","features":[158]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_DISPLAYNAME","features":[158]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_INSTALLSCOPE","features":[158]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_PUBLISHER","features":[158]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_SOURCEURL","features":[158]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_HWND","features":[158]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_X","features":[158]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_Y","features":[158]},{"name":"OLECMDERR_E_CANCELED","features":[158]},{"name":"OLECMDERR_E_DISABLED","features":[158]},{"name":"OLECMDERR_E_FIRST","features":[158]},{"name":"OLECMDERR_E_NOHELP","features":[158]},{"name":"OLECMDERR_E_NOTSUPPORTED","features":[158]},{"name":"OLECMDERR_E_UNKNOWNGROUP","features":[158]},{"name":"OLECMDEXECOPT","features":[158]},{"name":"OLECMDEXECOPT_DODEFAULT","features":[158]},{"name":"OLECMDEXECOPT_DONTPROMPTUSER","features":[158]},{"name":"OLECMDEXECOPT_PROMPTUSER","features":[158]},{"name":"OLECMDEXECOPT_SHOWHELP","features":[158]},{"name":"OLECMDF","features":[158]},{"name":"OLECMDF_DEFHIDEONCTXTMENU","features":[158]},{"name":"OLECMDF_ENABLED","features":[158]},{"name":"OLECMDF_INVISIBLE","features":[158]},{"name":"OLECMDF_LATCHED","features":[158]},{"name":"OLECMDF_NINCHED","features":[158]},{"name":"OLECMDF_SUPPORTED","features":[158]},{"name":"OLECMDID","features":[158]},{"name":"OLECMDIDF_BROWSERSTATE_BLOCKEDVERSION","features":[158]},{"name":"OLECMDIDF_BROWSERSTATE_DESKTOPHTMLDIALOG","features":[158]},{"name":"OLECMDIDF_BROWSERSTATE_EXTENSIONSOFF","features":[158]},{"name":"OLECMDIDF_BROWSERSTATE_IESECURITY","features":[158]},{"name":"OLECMDIDF_BROWSERSTATE_PROTECTEDMODE_OFF","features":[158]},{"name":"OLECMDIDF_BROWSERSTATE_REQUIRESACTIVEX","features":[158]},{"name":"OLECMDIDF_BROWSERSTATE_RESET","features":[158]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOLAYOUT","features":[158]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOPERSIST","features":[158]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOTRANSIENT","features":[158]},{"name":"OLECMDIDF_OPTICAL_ZOOM_RELOADFORNEWTAB","features":[158]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXDISALLOW","features":[158]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXINSTALL","features":[158]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXTRUSTFAIL","features":[158]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUNSAFE","features":[158]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUSERAPPROVAL","features":[158]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUSERDISABLE","features":[158]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEX_EPM_INCOMPATIBLE","features":[158]},{"name":"OLECMDIDF_PAGEACTION_EXTENSION_COMPAT_BLOCKED","features":[158]},{"name":"OLECMDIDF_PAGEACTION_FILEDOWNLOAD","features":[158]},{"name":"OLECMDIDF_PAGEACTION_GENERIC_STATE","features":[158]},{"name":"OLECMDIDF_PAGEACTION_INTRANETZONEREQUEST","features":[158]},{"name":"OLECMDIDF_PAGEACTION_INVALID_CERT","features":[158]},{"name":"OLECMDIDF_PAGEACTION_LOCALMACHINE","features":[158]},{"name":"OLECMDIDF_PAGEACTION_MIMETEXTPLAIN","features":[158]},{"name":"OLECMDIDF_PAGEACTION_MIXEDCONTENT","features":[158]},{"name":"OLECMDIDF_PAGEACTION_NORESETACTIVEX","features":[158]},{"name":"OLECMDIDF_PAGEACTION_POPUPALLOWED","features":[158]},{"name":"OLECMDIDF_PAGEACTION_POPUPWINDOW","features":[158]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNDENY","features":[158]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNINTERNET","features":[158]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNINTRANET","features":[158]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNLOCALMACHINE","features":[158]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNRESTRICTED","features":[158]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNTRUSTED","features":[158]},{"name":"OLECMDIDF_PAGEACTION_RESET","features":[158]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE","features":[158]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE_ACTIVEXINSTALL","features":[158]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE_ACTIVEXUSERAPPROVAL","features":[158]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTPROMPT","features":[158]},{"name":"OLECMDIDF_PAGEACTION_SPOOFABLEIDNHOST","features":[158]},{"name":"OLECMDIDF_PAGEACTION_WPCBLOCKED","features":[158]},{"name":"OLECMDIDF_PAGEACTION_WPCBLOCKED_ACTIVEX","features":[158]},{"name":"OLECMDIDF_PAGEACTION_XSSFILTERED","features":[158]},{"name":"OLECMDIDF_REFRESH_CLEARUSERINPUT","features":[158]},{"name":"OLECMDIDF_REFRESH_COMPLETELY","features":[158]},{"name":"OLECMDIDF_REFRESH_CONTINUE","features":[158]},{"name":"OLECMDIDF_REFRESH_IFEXPIRED","features":[158]},{"name":"OLECMDIDF_REFRESH_LEVELMASK","features":[158]},{"name":"OLECMDIDF_REFRESH_NORMAL","features":[158]},{"name":"OLECMDIDF_REFRESH_NO_CACHE","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_ACTIVEXINSTALL","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_ALLOW_VERSION","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_FILEDOWNLOAD","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_INVALID_CERT","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_LOCALMACHINE","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_MIXEDCONTENT","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_POPUPWINDOW","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNINTERNET","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNINTRANET","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNLOCALMACHINE","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNRESTRICTED","features":[158]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNTRUSTED","features":[158]},{"name":"OLECMDIDF_REFRESH_PROMPTIFOFFLINE","features":[158]},{"name":"OLECMDIDF_REFRESH_RELOAD","features":[158]},{"name":"OLECMDIDF_REFRESH_SKIPBEFOREUNLOADEVENT","features":[158]},{"name":"OLECMDIDF_REFRESH_THROUGHSCRIPT","features":[158]},{"name":"OLECMDIDF_VIEWPORTMODE_EXCLUDE_VISUAL_BOTTOM","features":[158]},{"name":"OLECMDIDF_VIEWPORTMODE_EXCLUDE_VISUAL_BOTTOM_VALID","features":[158]},{"name":"OLECMDIDF_VIEWPORTMODE_FIXED_LAYOUT_WIDTH","features":[158]},{"name":"OLECMDIDF_VIEWPORTMODE_FIXED_LAYOUT_WIDTH_VALID","features":[158]},{"name":"OLECMDIDF_WINDOWSTATE_ENABLED","features":[158]},{"name":"OLECMDIDF_WINDOWSTATE_ENABLED_VALID","features":[158]},{"name":"OLECMDIDF_WINDOWSTATE_USERVISIBLE","features":[158]},{"name":"OLECMDIDF_WINDOWSTATE_USERVISIBLE_VALID","features":[158]},{"name":"OLECMDID_ACTIVEXINSTALLSCOPE","features":[158]},{"name":"OLECMDID_ADDTRAVELENTRY","features":[158]},{"name":"OLECMDID_ALLOWUILESSSAVEAS","features":[158]},{"name":"OLECMDID_BROWSERSTATEFLAG","features":[158]},{"name":"OLECMDID_CLEARSELECTION","features":[158]},{"name":"OLECMDID_CLOSE","features":[158]},{"name":"OLECMDID_COPY","features":[158]},{"name":"OLECMDID_CUT","features":[158]},{"name":"OLECMDID_DELETE","features":[158]},{"name":"OLECMDID_DONTDOWNLOADCSS","features":[158]},{"name":"OLECMDID_ENABLE_INTERACTION","features":[158]},{"name":"OLECMDID_ENABLE_VISIBILITY","features":[158]},{"name":"OLECMDID_EXITFULLSCREEN","features":[158]},{"name":"OLECMDID_FIND","features":[158]},{"name":"OLECMDID_FOCUSVIEWCONTROLS","features":[158]},{"name":"OLECMDID_FOCUSVIEWCONTROLSQUERY","features":[158]},{"name":"OLECMDID_GETPRINTTEMPLATE","features":[158]},{"name":"OLECMDID_GETUSERSCALABLE","features":[158]},{"name":"OLECMDID_GETZOOMRANGE","features":[158]},{"name":"OLECMDID_HIDETOOLBARS","features":[158]},{"name":"OLECMDID_HTTPEQUIV","features":[158]},{"name":"OLECMDID_HTTPEQUIV_DONE","features":[158]},{"name":"OLECMDID_LAYOUT_VIEWPORT_WIDTH","features":[158]},{"name":"OLECMDID_MEDIA_PLAYBACK","features":[158]},{"name":"OLECMDID_NEW","features":[158]},{"name":"OLECMDID_ONBEFOREUNLOAD","features":[158]},{"name":"OLECMDID_ONTOOLBARACTIVATED","features":[158]},{"name":"OLECMDID_ONUNLOAD","features":[158]},{"name":"OLECMDID_OPEN","features":[158]},{"name":"OLECMDID_OPTICAL_GETZOOMRANGE","features":[158]},{"name":"OLECMDID_OPTICAL_ZOOM","features":[158]},{"name":"OLECMDID_OPTICAL_ZOOMFLAG","features":[158]},{"name":"OLECMDID_PAGEACTIONBLOCKED","features":[158]},{"name":"OLECMDID_PAGEACTIONFLAG","features":[158]},{"name":"OLECMDID_PAGEACTIONUIQUERY","features":[158]},{"name":"OLECMDID_PAGEAVAILABLE","features":[158]},{"name":"OLECMDID_PAGESETUP","features":[158]},{"name":"OLECMDID_PASTE","features":[158]},{"name":"OLECMDID_PASTESPECIAL","features":[158]},{"name":"OLECMDID_POPSTATEEVENT","features":[158]},{"name":"OLECMDID_PREREFRESH","features":[158]},{"name":"OLECMDID_PRINT","features":[158]},{"name":"OLECMDID_PRINT2","features":[158]},{"name":"OLECMDID_PRINTPREVIEW","features":[158]},{"name":"OLECMDID_PRINTPREVIEW2","features":[158]},{"name":"OLECMDID_PROPERTIES","features":[158]},{"name":"OLECMDID_PROPERTYBAG2","features":[158]},{"name":"OLECMDID_REDO","features":[158]},{"name":"OLECMDID_REFRESH","features":[158]},{"name":"OLECMDID_REFRESHFLAG","features":[158]},{"name":"OLECMDID_SAVE","features":[158]},{"name":"OLECMDID_SAVEAS","features":[158]},{"name":"OLECMDID_SAVECOPYAS","features":[158]},{"name":"OLECMDID_SCROLLCOMPLETE","features":[158]},{"name":"OLECMDID_SELECTALL","features":[158]},{"name":"OLECMDID_SETDOWNLOADSTATE","features":[158]},{"name":"OLECMDID_SETFAVICON","features":[158]},{"name":"OLECMDID_SETPRINTTEMPLATE","features":[158]},{"name":"OLECMDID_SETPROGRESSMAX","features":[158]},{"name":"OLECMDID_SETPROGRESSPOS","features":[158]},{"name":"OLECMDID_SETPROGRESSTEXT","features":[158]},{"name":"OLECMDID_SETTITLE","features":[158]},{"name":"OLECMDID_SET_HOST_FULLSCREENMODE","features":[158]},{"name":"OLECMDID_SHOWFIND","features":[158]},{"name":"OLECMDID_SHOWMESSAGE","features":[158]},{"name":"OLECMDID_SHOWMESSAGE_BLOCKABLE","features":[158]},{"name":"OLECMDID_SHOWPAGEACTIONMENU","features":[158]},{"name":"OLECMDID_SHOWPAGESETUP","features":[158]},{"name":"OLECMDID_SHOWPRINT","features":[158]},{"name":"OLECMDID_SHOWSCRIPTERROR","features":[158]},{"name":"OLECMDID_SHOWTASKDLG","features":[158]},{"name":"OLECMDID_SHOWTASKDLG_BLOCKABLE","features":[158]},{"name":"OLECMDID_SPELL","features":[158]},{"name":"OLECMDID_STOP","features":[158]},{"name":"OLECMDID_STOPDOWNLOAD","features":[158]},{"name":"OLECMDID_UNDO","features":[158]},{"name":"OLECMDID_UPDATEBACKFORWARDSTATE","features":[158]},{"name":"OLECMDID_UPDATECOMMANDS","features":[158]},{"name":"OLECMDID_UPDATEPAGESTATUS","features":[158]},{"name":"OLECMDID_UPDATETRAVELENTRY","features":[158]},{"name":"OLECMDID_UPDATETRAVELENTRY_DATARECOVERY","features":[158]},{"name":"OLECMDID_UPDATE_CARET","features":[158]},{"name":"OLECMDID_USER_OPTICAL_ZOOM","features":[158]},{"name":"OLECMDID_VIEWPORT_MODE","features":[158]},{"name":"OLECMDID_VIEWPORT_MODE_FLAG","features":[158]},{"name":"OLECMDID_VISUAL_VIEWPORT_EXCLUDE_BOTTOM","features":[158]},{"name":"OLECMDID_WINDOWSTATECHANGED","features":[158]},{"name":"OLECMDID_WINDOWSTATE_FLAG","features":[158]},{"name":"OLECMDID_ZOOM","features":[158]},{"name":"OLECMDTEXT","features":[158]},{"name":"OLECMDTEXTF","features":[158]},{"name":"OLECMDTEXTF_NAME","features":[158]},{"name":"OLECMDTEXTF_NONE","features":[158]},{"name":"OLECMDTEXTF_STATUS","features":[158]},{"name":"OLECMD_TASKDLGID_ONBEFOREUNLOAD","features":[158]},{"name":"OLECONTF","features":[158]},{"name":"OLECONTF_EMBEDDINGS","features":[158]},{"name":"OLECONTF_LINKS","features":[158]},{"name":"OLECONTF_ONLYIFRUNNING","features":[158]},{"name":"OLECONTF_ONLYUSER","features":[158]},{"name":"OLECONTF_OTHERS","features":[158]},{"name":"OLECREATE","features":[158]},{"name":"OLECREATE_LEAVERUNNING","features":[158]},{"name":"OLECREATE_ZERO","features":[158]},{"name":"OLEDCFLAGS","features":[158]},{"name":"OLEDC_NODRAW","features":[158]},{"name":"OLEDC_OFFSCREEN","features":[158]},{"name":"OLEDC_PAINTBKGND","features":[158]},{"name":"OLEGETMONIKER","features":[158]},{"name":"OLEGETMONIKER_FORCEASSIGN","features":[158]},{"name":"OLEGETMONIKER_ONLYIFTHERE","features":[158]},{"name":"OLEGETMONIKER_TEMPFORUSER","features":[158]},{"name":"OLEGETMONIKER_UNASSIGN","features":[158]},{"name":"OLEINPLACEFRAMEINFO","features":[3,158,52]},{"name":"OLEIVERB","features":[158]},{"name":"OLEIVERB_DISCARDUNDOSTATE","features":[158]},{"name":"OLEIVERB_HIDE","features":[158]},{"name":"OLEIVERB_INPLACEACTIVATE","features":[158]},{"name":"OLEIVERB_OPEN","features":[158]},{"name":"OLEIVERB_PRIMARY","features":[158]},{"name":"OLEIVERB_PROPERTIES","features":[158]},{"name":"OLEIVERB_SHOW","features":[158]},{"name":"OLEIVERB_UIACTIVATE","features":[158]},{"name":"OLELINKBIND","features":[158]},{"name":"OLELINKBIND_EVENIFCLASSDIFF","features":[158]},{"name":"OLEMENUGROUPWIDTHS","features":[158]},{"name":"OLEMISC","features":[158]},{"name":"OLEMISC_ACTIVATEWHENVISIBLE","features":[158]},{"name":"OLEMISC_ACTSLIKEBUTTON","features":[158]},{"name":"OLEMISC_ACTSLIKELABEL","features":[158]},{"name":"OLEMISC_ALIGNABLE","features":[158]},{"name":"OLEMISC_ALWAYSRUN","features":[158]},{"name":"OLEMISC_CANLINKBYOLE1","features":[158]},{"name":"OLEMISC_CANTLINKINSIDE","features":[158]},{"name":"OLEMISC_IGNOREACTIVATEWHENVISIBLE","features":[158]},{"name":"OLEMISC_IMEMODE","features":[158]},{"name":"OLEMISC_INSERTNOTREPLACE","features":[158]},{"name":"OLEMISC_INSIDEOUT","features":[158]},{"name":"OLEMISC_INVISIBLEATRUNTIME","features":[158]},{"name":"OLEMISC_ISLINKOBJECT","features":[158]},{"name":"OLEMISC_NOUIACTIVATE","features":[158]},{"name":"OLEMISC_ONLYICONIC","features":[158]},{"name":"OLEMISC_RECOMPOSEONRESIZE","features":[158]},{"name":"OLEMISC_RENDERINGISDEVICEINDEPENDENT","features":[158]},{"name":"OLEMISC_SETCLIENTSITEFIRST","features":[158]},{"name":"OLEMISC_SIMPLEFRAME","features":[158]},{"name":"OLEMISC_STATIC","features":[158]},{"name":"OLEMISC_SUPPORTSMULTILEVELUNDO","features":[158]},{"name":"OLEMISC_WANTSTOMENUMERGE","features":[158]},{"name":"OLERENDER","features":[158]},{"name":"OLERENDER_ASIS","features":[158]},{"name":"OLERENDER_DRAW","features":[158]},{"name":"OLERENDER_FORMAT","features":[158]},{"name":"OLERENDER_NONE","features":[158]},{"name":"OLESTDDELIM","features":[158]},{"name":"OLESTREAMQUERYCONVERTOLELINKCALLBACK","features":[158]},{"name":"OLESTREAM_CONVERSION_DEFAULT","features":[158]},{"name":"OLESTREAM_CONVERSION_DISABLEOLELINK","features":[158]},{"name":"OLEUIBUSYA","features":[3,80,158]},{"name":"OLEUIBUSYW","features":[3,80,158]},{"name":"OLEUICHANGEICONA","features":[3,158]},{"name":"OLEUICHANGEICONW","features":[3,158]},{"name":"OLEUICHANGESOURCEA","features":[3,158,86]},{"name":"OLEUICHANGESOURCEW","features":[3,158,86]},{"name":"OLEUICONVERTA","features":[3,158]},{"name":"OLEUICONVERTW","features":[3,158]},{"name":"OLEUIEDITLINKSA","features":[3,158]},{"name":"OLEUIEDITLINKSW","features":[3,158]},{"name":"OLEUIGNRLPROPSA","features":[3,14,158,42,52]},{"name":"OLEUIGNRLPROPSW","features":[3,14,158,42,52]},{"name":"OLEUIINSERTOBJECTA","features":[3,43,158]},{"name":"OLEUIINSERTOBJECTW","features":[3,43,158]},{"name":"OLEUILINKPROPSA","features":[3,14,158,42,52]},{"name":"OLEUILINKPROPSW","features":[3,14,158,42,52]},{"name":"OLEUIOBJECTPROPSA","features":[3,14,158,42,52]},{"name":"OLEUIOBJECTPROPSW","features":[3,14,158,42,52]},{"name":"OLEUIPASTEENTRYA","features":[43,158]},{"name":"OLEUIPASTEENTRYW","features":[43,158]},{"name":"OLEUIPASTEFLAG","features":[158]},{"name":"OLEUIPASTESPECIALA","features":[3,43,158]},{"name":"OLEUIPASTESPECIALW","features":[3,43,158]},{"name":"OLEUIPASTE_ENABLEICON","features":[158]},{"name":"OLEUIPASTE_LINKANYTYPE","features":[158]},{"name":"OLEUIPASTE_LINKTYPE1","features":[158]},{"name":"OLEUIPASTE_LINKTYPE2","features":[158]},{"name":"OLEUIPASTE_LINKTYPE3","features":[158]},{"name":"OLEUIPASTE_LINKTYPE4","features":[158]},{"name":"OLEUIPASTE_LINKTYPE5","features":[158]},{"name":"OLEUIPASTE_LINKTYPE6","features":[158]},{"name":"OLEUIPASTE_LINKTYPE7","features":[158]},{"name":"OLEUIPASTE_LINKTYPE8","features":[158]},{"name":"OLEUIPASTE_PASTE","features":[158]},{"name":"OLEUIPASTE_PASTEONLY","features":[158]},{"name":"OLEUIVIEWPROPSA","features":[3,14,158,42,52]},{"name":"OLEUIVIEWPROPSW","features":[3,14,158,42,52]},{"name":"OLEUI_BZERR_HTASKINVALID","features":[158]},{"name":"OLEUI_BZ_CALLUNBLOCKED","features":[158]},{"name":"OLEUI_BZ_RETRYSELECTED","features":[158]},{"name":"OLEUI_BZ_SWITCHTOSELECTED","features":[158]},{"name":"OLEUI_CANCEL","features":[158]},{"name":"OLEUI_CIERR_MUSTHAVECLSID","features":[158]},{"name":"OLEUI_CIERR_MUSTHAVECURRENTMETAFILE","features":[158]},{"name":"OLEUI_CIERR_SZICONEXEINVALID","features":[158]},{"name":"OLEUI_CSERR_FROMNOTNULL","features":[158]},{"name":"OLEUI_CSERR_LINKCNTRINVALID","features":[158]},{"name":"OLEUI_CSERR_LINKCNTRNULL","features":[158]},{"name":"OLEUI_CSERR_SOURCEINVALID","features":[158]},{"name":"OLEUI_CSERR_SOURCENULL","features":[158]},{"name":"OLEUI_CSERR_SOURCEPARSEERROR","features":[158]},{"name":"OLEUI_CSERR_SOURCEPARSERROR","features":[158]},{"name":"OLEUI_CSERR_TONOTNULL","features":[158]},{"name":"OLEUI_CTERR_CBFORMATINVALID","features":[158]},{"name":"OLEUI_CTERR_CLASSIDINVALID","features":[158]},{"name":"OLEUI_CTERR_DVASPECTINVALID","features":[158]},{"name":"OLEUI_CTERR_HMETAPICTINVALID","features":[158]},{"name":"OLEUI_CTERR_STRINGINVALID","features":[158]},{"name":"OLEUI_ELERR_LINKCNTRINVALID","features":[158]},{"name":"OLEUI_ELERR_LINKCNTRNULL","features":[158]},{"name":"OLEUI_ERR_CBSTRUCTINCORRECT","features":[158]},{"name":"OLEUI_ERR_DIALOGFAILURE","features":[158]},{"name":"OLEUI_ERR_FINDTEMPLATEFAILURE","features":[158]},{"name":"OLEUI_ERR_GLOBALMEMALLOC","features":[158]},{"name":"OLEUI_ERR_HINSTANCEINVALID","features":[158]},{"name":"OLEUI_ERR_HRESOURCEINVALID","features":[158]},{"name":"OLEUI_ERR_HWNDOWNERINVALID","features":[158]},{"name":"OLEUI_ERR_LOADSTRING","features":[158]},{"name":"OLEUI_ERR_LOADTEMPLATEFAILURE","features":[158]},{"name":"OLEUI_ERR_LOCALMEMALLOC","features":[158]},{"name":"OLEUI_ERR_LPFNHOOKINVALID","features":[158]},{"name":"OLEUI_ERR_LPSZCAPTIONINVALID","features":[158]},{"name":"OLEUI_ERR_LPSZTEMPLATEINVALID","features":[158]},{"name":"OLEUI_ERR_OLEMEMALLOC","features":[158]},{"name":"OLEUI_ERR_STANDARDMAX","features":[158]},{"name":"OLEUI_ERR_STANDARDMIN","features":[158]},{"name":"OLEUI_ERR_STRUCTUREINVALID","features":[158]},{"name":"OLEUI_ERR_STRUCTURENULL","features":[158]},{"name":"OLEUI_FALSE","features":[158]},{"name":"OLEUI_GPERR_CBFORMATINVALID","features":[158]},{"name":"OLEUI_GPERR_CLASSIDINVALID","features":[158]},{"name":"OLEUI_GPERR_LPCLSIDEXCLUDEINVALID","features":[158]},{"name":"OLEUI_GPERR_STRINGINVALID","features":[158]},{"name":"OLEUI_IOERR_ARRLINKTYPESINVALID","features":[158]},{"name":"OLEUI_IOERR_ARRPASTEENTRIESINVALID","features":[158]},{"name":"OLEUI_IOERR_CCHFILEINVALID","features":[158]},{"name":"OLEUI_IOERR_HICONINVALID","features":[158]},{"name":"OLEUI_IOERR_LPCLSIDEXCLUDEINVALID","features":[158]},{"name":"OLEUI_IOERR_LPFORMATETCINVALID","features":[158]},{"name":"OLEUI_IOERR_LPIOLECLIENTSITEINVALID","features":[158]},{"name":"OLEUI_IOERR_LPISTORAGEINVALID","features":[158]},{"name":"OLEUI_IOERR_LPSZFILEINVALID","features":[158]},{"name":"OLEUI_IOERR_LPSZLABELINVALID","features":[158]},{"name":"OLEUI_IOERR_PPVOBJINVALID","features":[158]},{"name":"OLEUI_IOERR_SCODEHASERROR","features":[158]},{"name":"OLEUI_IOERR_SRCDATAOBJECTINVALID","features":[158]},{"name":"OLEUI_LPERR_LINKCNTRINVALID","features":[158]},{"name":"OLEUI_LPERR_LINKCNTRNULL","features":[158]},{"name":"OLEUI_OK","features":[158]},{"name":"OLEUI_OPERR_DLGPROCNOTNULL","features":[158]},{"name":"OLEUI_OPERR_INVALIDPAGES","features":[158]},{"name":"OLEUI_OPERR_LINKINFOINVALID","features":[158]},{"name":"OLEUI_OPERR_LPARAMNOTZERO","features":[158]},{"name":"OLEUI_OPERR_NOTSUPPORTED","features":[158]},{"name":"OLEUI_OPERR_OBJINFOINVALID","features":[158]},{"name":"OLEUI_OPERR_PAGESINCORRECT","features":[158]},{"name":"OLEUI_OPERR_PROPERTYSHEET","features":[158]},{"name":"OLEUI_OPERR_PROPSHEETINVALID","features":[158]},{"name":"OLEUI_OPERR_PROPSHEETNULL","features":[158]},{"name":"OLEUI_OPERR_PROPSINVALID","features":[158]},{"name":"OLEUI_OPERR_SUBPROPINVALID","features":[158]},{"name":"OLEUI_OPERR_SUBPROPNULL","features":[158]},{"name":"OLEUI_OPERR_SUPPROP","features":[158]},{"name":"OLEUI_PSERR_CLIPBOARDCHANGED","features":[158]},{"name":"OLEUI_PSERR_GETCLIPBOARDFAILED","features":[158]},{"name":"OLEUI_QUERY_GETCLASSID","features":[158]},{"name":"OLEUI_QUERY_LINKBROKEN","features":[158]},{"name":"OLEUI_SUCCESS","features":[158]},{"name":"OLEUI_VPERR_DVASPECTINVALID","features":[158]},{"name":"OLEUI_VPERR_METAPICTINVALID","features":[158]},{"name":"OLEUPDATE","features":[158]},{"name":"OLEUPDATE_ALWAYS","features":[158]},{"name":"OLEUPDATE_ONCALL","features":[158]},{"name":"OLEVERB","features":[158,52]},{"name":"OLEVERBATTRIB","features":[158]},{"name":"OLEVERBATTRIB_NEVERDIRTIES","features":[158]},{"name":"OLEVERBATTRIB_ONCONTAINERMENU","features":[158]},{"name":"OLEVERB_PRIMARY","features":[158]},{"name":"OLEWHICHMK","features":[158]},{"name":"OLEWHICHMK_CONTAINER","features":[158]},{"name":"OLEWHICHMK_OBJFULL","features":[158]},{"name":"OLEWHICHMK_OBJREL","features":[158]},{"name":"OLE_HANDLE","features":[158]},{"name":"OLE_TRISTATE","features":[158]},{"name":"OPF_DISABLECONVERT","features":[158]},{"name":"OPF_NOFILLDEFAULT","features":[158]},{"name":"OPF_OBJECTISLINK","features":[158]},{"name":"OPF_SHOWHELP","features":[158]},{"name":"OT_EMBEDDED","features":[158]},{"name":"OT_LINK","features":[158]},{"name":"OT_STATIC","features":[158]},{"name":"OaBuildVersion","features":[158]},{"name":"OaEnablePerUserTLibRegistration","features":[158]},{"name":"OleBuildVersion","features":[158]},{"name":"OleConvertOLESTREAMToIStorage2","features":[65,158]},{"name":"OleConvertOLESTREAMToIStorageEx2","features":[3,14,65,158]},{"name":"OleCreate","features":[43,158]},{"name":"OleCreateDefaultHandler","features":[158]},{"name":"OleCreateEmbeddingHelper","features":[158]},{"name":"OleCreateEx","features":[43,158]},{"name":"OleCreateFontIndirect","features":[3,43,158]},{"name":"OleCreateFromData","features":[43,158]},{"name":"OleCreateFromDataEx","features":[43,158]},{"name":"OleCreateFromFile","features":[43,158]},{"name":"OleCreateFromFileEx","features":[43,158]},{"name":"OleCreateLink","features":[43,158]},{"name":"OleCreateLinkEx","features":[43,158]},{"name":"OleCreateLinkFromData","features":[43,158]},{"name":"OleCreateLinkFromDataEx","features":[43,158]},{"name":"OleCreateLinkToFile","features":[43,158]},{"name":"OleCreateLinkToFileEx","features":[43,158]},{"name":"OleCreateMenuDescriptor","features":[158,52]},{"name":"OleCreatePictureIndirect","features":[3,14,158,52]},{"name":"OleCreatePropertyFrame","features":[3,158]},{"name":"OleCreatePropertyFrameIndirect","features":[3,158]},{"name":"OleCreateStaticFromData","features":[43,158]},{"name":"OleDestroyMenuDescriptor","features":[158]},{"name":"OleDoAutoConvert","features":[158]},{"name":"OleDraw","features":[3,14,158]},{"name":"OleDuplicateData","features":[3,22,158]},{"name":"OleFlushClipboard","features":[158]},{"name":"OleGetAutoConvert","features":[158]},{"name":"OleGetClipboard","features":[158]},{"name":"OleGetClipboardWithEnterpriseInfo","features":[158]},{"name":"OleGetIconOfClass","features":[3,158]},{"name":"OleGetIconOfFile","features":[3,158]},{"name":"OleIconToCursor","features":[3,158,52]},{"name":"OleInitialize","features":[158]},{"name":"OleIsCurrentClipboard","features":[158]},{"name":"OleIsRunning","features":[3,158]},{"name":"OleLoad","features":[158]},{"name":"OleLoadFromStream","features":[158]},{"name":"OleLoadPicture","features":[3,158]},{"name":"OleLoadPictureEx","features":[3,158]},{"name":"OleLoadPictureFile","features":[3,43,158,44]},{"name":"OleLoadPictureFileEx","features":[3,43,158,44]},{"name":"OleLoadPicturePath","features":[158]},{"name":"OleLockRunning","features":[3,158]},{"name":"OleMetafilePictFromIconAndLabel","features":[3,158,52]},{"name":"OleNoteObjectVisible","features":[3,158]},{"name":"OleQueryCreateFromData","features":[158]},{"name":"OleQueryLinkFromData","features":[158]},{"name":"OleRegEnumFormatEtc","features":[158]},{"name":"OleRegEnumVerbs","features":[158]},{"name":"OleRegGetMiscStatus","features":[158]},{"name":"OleRegGetUserType","features":[158]},{"name":"OleRun","features":[158]},{"name":"OleSave","features":[3,158]},{"name":"OleSavePictureFile","features":[158]},{"name":"OleSaveToStream","features":[158]},{"name":"OleSetAutoConvert","features":[158]},{"name":"OleSetClipboard","features":[158]},{"name":"OleSetContainedObject","features":[3,158]},{"name":"OleSetMenuDescriptor","features":[3,158]},{"name":"OleTranslateAccelerator","features":[3,158,52]},{"name":"OleTranslateColor","features":[3,14,158]},{"name":"OleUIAddVerbMenuA","features":[3,158,52]},{"name":"OleUIAddVerbMenuW","features":[3,158,52]},{"name":"OleUIBusyA","features":[3,80,158]},{"name":"OleUIBusyW","features":[3,80,158]},{"name":"OleUICanConvertOrActivateAs","features":[3,158]},{"name":"OleUIChangeIconA","features":[3,158]},{"name":"OleUIChangeIconW","features":[3,158]},{"name":"OleUIChangeSourceA","features":[3,158,86]},{"name":"OleUIChangeSourceW","features":[3,158,86]},{"name":"OleUIConvertA","features":[3,158]},{"name":"OleUIConvertW","features":[3,158]},{"name":"OleUIEditLinksA","features":[3,158]},{"name":"OleUIEditLinksW","features":[3,158]},{"name":"OleUIInsertObjectA","features":[3,43,158]},{"name":"OleUIInsertObjectW","features":[3,43,158]},{"name":"OleUIObjectPropertiesA","features":[3,14,158,42,52]},{"name":"OleUIObjectPropertiesW","features":[3,14,158,42,52]},{"name":"OleUIPasteSpecialA","features":[3,43,158]},{"name":"OleUIPasteSpecialW","features":[3,43,158]},{"name":"OleUIPromptUserA","features":[3,158]},{"name":"OleUIPromptUserW","features":[3,158]},{"name":"OleUIUpdateLinksA","features":[3,158]},{"name":"OleUIUpdateLinksW","features":[3,158]},{"name":"OleUninitialize","features":[158]},{"name":"PAGEACTION_UI","features":[158]},{"name":"PAGEACTION_UI_DEFAULT","features":[158]},{"name":"PAGEACTION_UI_MODAL","features":[158]},{"name":"PAGEACTION_UI_MODELESS","features":[158]},{"name":"PAGEACTION_UI_SILENT","features":[158]},{"name":"PAGERANGE","features":[158]},{"name":"PAGESET","features":[3,158]},{"name":"PARAMDATA","features":[158,44]},{"name":"PARAMDESC","features":[3,43,158,44]},{"name":"PARAMDESCEX","features":[3,43,158,44]},{"name":"PARAMFLAGS","features":[158]},{"name":"PARAMFLAG_FHASCUSTDATA","features":[158]},{"name":"PARAMFLAG_FHASDEFAULT","features":[158]},{"name":"PARAMFLAG_FIN","features":[158]},{"name":"PARAMFLAG_FLCID","features":[158]},{"name":"PARAMFLAG_FOPT","features":[158]},{"name":"PARAMFLAG_FOUT","features":[158]},{"name":"PARAMFLAG_FRETVAL","features":[158]},{"name":"PARAMFLAG_NONE","features":[158]},{"name":"PASTE_SPECIAL_FLAGS","features":[158]},{"name":"PERPROP_E_FIRST","features":[158]},{"name":"PERPROP_E_LAST","features":[158]},{"name":"PERPROP_E_NOPAGEAVAILABLE","features":[158]},{"name":"PERPROP_S_FIRST","features":[158]},{"name":"PERPROP_S_LAST","features":[158]},{"name":"PICTDESC","features":[14,158,52]},{"name":"PICTUREATTRIBUTES","features":[158]},{"name":"PICTURE_SCALABLE","features":[158]},{"name":"PICTURE_TRANSPARENT","features":[158]},{"name":"PICTYPE","features":[158]},{"name":"PICTYPE_BITMAP","features":[158]},{"name":"PICTYPE_ENHMETAFILE","features":[158]},{"name":"PICTYPE_ICON","features":[158]},{"name":"PICTYPE_METAFILE","features":[158]},{"name":"PICTYPE_NONE","features":[158]},{"name":"PICTYPE_UNINITIALIZED","features":[158]},{"name":"POINTERINACTIVE","features":[158]},{"name":"POINTERINACTIVE_ACTIVATEONDRAG","features":[158]},{"name":"POINTERINACTIVE_ACTIVATEONENTRY","features":[158]},{"name":"POINTERINACTIVE_DEACTIVATEONLEAVE","features":[158]},{"name":"POINTF","features":[158]},{"name":"PRINTFLAG","features":[158]},{"name":"PRINTFLAG_DONTACTUALLYPRINT","features":[158]},{"name":"PRINTFLAG_FORCEPROPERTIES","features":[158]},{"name":"PRINTFLAG_MAYBOTHERUSER","features":[158]},{"name":"PRINTFLAG_PRINTTOFILE","features":[158]},{"name":"PRINTFLAG_PROMPTUSER","features":[158]},{"name":"PRINTFLAG_RECOMPOSETODEVICE","features":[158]},{"name":"PRINTFLAG_USERMAYCHANGEPRINTER","features":[158]},{"name":"PROPBAG2_TYPE","features":[158]},{"name":"PROPBAG2_TYPE_DATA","features":[158]},{"name":"PROPBAG2_TYPE_MONIKER","features":[158]},{"name":"PROPBAG2_TYPE_OBJECT","features":[158]},{"name":"PROPBAG2_TYPE_STORAGE","features":[158]},{"name":"PROPBAG2_TYPE_STREAM","features":[158]},{"name":"PROPBAG2_TYPE_UNDEFINED","features":[158]},{"name":"PROPBAG2_TYPE_URL","features":[158]},{"name":"PROPPAGEINFO","features":[3,158]},{"name":"PROPPAGESTATUS","features":[158]},{"name":"PROPPAGESTATUS_CLEAN","features":[158]},{"name":"PROPPAGESTATUS_DIRTY","features":[158]},{"name":"PROPPAGESTATUS_VALIDATE","features":[158]},{"name":"PROP_HWND_CHGICONDLG","features":[158]},{"name":"PSF_CHECKDISPLAYASICON","features":[158]},{"name":"PSF_DISABLEDISPLAYASICON","features":[158]},{"name":"PSF_HIDECHANGEICON","features":[158]},{"name":"PSF_NOREFRESHDATAOBJECT","features":[158]},{"name":"PSF_SELECTPASTE","features":[158]},{"name":"PSF_SELECTPASTELINK","features":[158]},{"name":"PSF_SHOWHELP","features":[158]},{"name":"PSF_STAYONCLIPBOARDCHANGE","features":[158]},{"name":"PS_MAXLINKTYPES","features":[158]},{"name":"QACONTAINER","features":[14,158]},{"name":"QACONTAINERFLAGS","features":[158]},{"name":"QACONTAINER_AUTOCLIP","features":[158]},{"name":"QACONTAINER_DISPLAYASDEFAULT","features":[158]},{"name":"QACONTAINER_MESSAGEREFLECT","features":[158]},{"name":"QACONTAINER_SHOWGRABHANDLES","features":[158]},{"name":"QACONTAINER_SHOWHATCHING","features":[158]},{"name":"QACONTAINER_SUPPORTSMNEMONICS","features":[158]},{"name":"QACONTAINER_UIDEAD","features":[158]},{"name":"QACONTAINER_USERMODE","features":[158]},{"name":"QACONTROL","features":[158]},{"name":"QueryPathOfRegTypeLib","features":[158]},{"name":"READYSTATE","features":[158]},{"name":"READYSTATE_COMPLETE","features":[158]},{"name":"READYSTATE_INTERACTIVE","features":[158]},{"name":"READYSTATE_LOADED","features":[158]},{"name":"READYSTATE_LOADING","features":[158]},{"name":"READYSTATE_UNINITIALIZED","features":[158]},{"name":"REGKIND","features":[158]},{"name":"REGKIND_DEFAULT","features":[158]},{"name":"REGKIND_NONE","features":[158]},{"name":"REGKIND_REGISTER","features":[158]},{"name":"RegisterActiveObject","features":[158]},{"name":"RegisterDragDrop","features":[3,158]},{"name":"RegisterTypeLib","features":[158]},{"name":"RegisterTypeLibForUser","features":[158]},{"name":"ReleaseStgMedium","features":[3,14,43,158]},{"name":"RevokeActiveObject","features":[158]},{"name":"RevokeDragDrop","features":[3,158]},{"name":"SAFEARRAYUNION","features":[3,43,158]},{"name":"SAFEARR_BRECORD","features":[158]},{"name":"SAFEARR_BSTR","features":[43,158]},{"name":"SAFEARR_DISPATCH","features":[158]},{"name":"SAFEARR_HAVEIID","features":[158]},{"name":"SAFEARR_UNKNOWN","features":[158]},{"name":"SAFEARR_VARIANT","features":[3,43,158]},{"name":"SELFREG_E_CLASS","features":[158]},{"name":"SELFREG_E_FIRST","features":[158]},{"name":"SELFREG_E_LAST","features":[158]},{"name":"SELFREG_E_TYPELIB","features":[158]},{"name":"SELFREG_S_FIRST","features":[158]},{"name":"SELFREG_S_LAST","features":[158]},{"name":"SF_BSTR","features":[158]},{"name":"SF_DISPATCH","features":[158]},{"name":"SF_ERROR","features":[158]},{"name":"SF_HAVEIID","features":[158]},{"name":"SF_I1","features":[158]},{"name":"SF_I2","features":[158]},{"name":"SF_I4","features":[158]},{"name":"SF_I8","features":[158]},{"name":"SF_RECORD","features":[158]},{"name":"SF_TYPE","features":[158]},{"name":"SF_UNKNOWN","features":[158]},{"name":"SF_VARIANT","features":[158]},{"name":"SID_GetCaller","features":[158]},{"name":"SID_ProvideRuntimeContext","features":[158]},{"name":"SID_VariantConversion","features":[158]},{"name":"STDOLE2_LCID","features":[158]},{"name":"STDOLE2_MAJORVERNUM","features":[158]},{"name":"STDOLE2_MINORVERNUM","features":[158]},{"name":"STDOLE_LCID","features":[158]},{"name":"STDOLE_MAJORVERNUM","features":[158]},{"name":"STDOLE_MINORVERNUM","features":[158]},{"name":"STDOLE_TLB","features":[158]},{"name":"STDTYPE_TLB","features":[158]},{"name":"SZOLEUI_MSG_ADDCONTROL","features":[158]},{"name":"SZOLEUI_MSG_BROWSE","features":[158]},{"name":"SZOLEUI_MSG_BROWSE_OFN","features":[158]},{"name":"SZOLEUI_MSG_CHANGEICON","features":[158]},{"name":"SZOLEUI_MSG_CHANGESOURCE","features":[158]},{"name":"SZOLEUI_MSG_CLOSEBUSYDIALOG","features":[158]},{"name":"SZOLEUI_MSG_CONVERT","features":[158]},{"name":"SZOLEUI_MSG_ENDDIALOG","features":[158]},{"name":"SZOLEUI_MSG_HELP","features":[158]},{"name":"SafeArrayAccessData","features":[43,158]},{"name":"SafeArrayAddRef","features":[43,158]},{"name":"SafeArrayAllocData","features":[43,158]},{"name":"SafeArrayAllocDescriptor","features":[43,158]},{"name":"SafeArrayAllocDescriptorEx","features":[43,158,44]},{"name":"SafeArrayCopy","features":[43,158]},{"name":"SafeArrayCopyData","features":[43,158]},{"name":"SafeArrayCreate","features":[43,158,44]},{"name":"SafeArrayCreateEx","features":[43,158,44]},{"name":"SafeArrayCreateVector","features":[43,158,44]},{"name":"SafeArrayCreateVectorEx","features":[43,158,44]},{"name":"SafeArrayDestroy","features":[43,158]},{"name":"SafeArrayDestroyData","features":[43,158]},{"name":"SafeArrayDestroyDescriptor","features":[43,158]},{"name":"SafeArrayGetDim","features":[43,158]},{"name":"SafeArrayGetElement","features":[43,158]},{"name":"SafeArrayGetElemsize","features":[43,158]},{"name":"SafeArrayGetIID","features":[43,158]},{"name":"SafeArrayGetLBound","features":[43,158]},{"name":"SafeArrayGetRecordInfo","features":[43,158]},{"name":"SafeArrayGetUBound","features":[43,158]},{"name":"SafeArrayGetVartype","features":[43,158,44]},{"name":"SafeArrayLock","features":[43,158]},{"name":"SafeArrayPtrOfIndex","features":[43,158]},{"name":"SafeArrayPutElement","features":[43,158]},{"name":"SafeArrayRedim","features":[43,158]},{"name":"SafeArrayReleaseData","features":[158]},{"name":"SafeArrayReleaseDescriptor","features":[43,158]},{"name":"SafeArraySetIID","features":[43,158]},{"name":"SafeArraySetRecordInfo","features":[43,158]},{"name":"SafeArrayUnaccessData","features":[43,158]},{"name":"SafeArrayUnlock","features":[43,158]},{"name":"TIFLAGS_EXTENDDISPATCHONLY","features":[158]},{"name":"TYPEFLAGS","features":[158]},{"name":"TYPEFLAG_FAGGREGATABLE","features":[158]},{"name":"TYPEFLAG_FAPPOBJECT","features":[158]},{"name":"TYPEFLAG_FCANCREATE","features":[158]},{"name":"TYPEFLAG_FCONTROL","features":[158]},{"name":"TYPEFLAG_FDISPATCHABLE","features":[158]},{"name":"TYPEFLAG_FDUAL","features":[158]},{"name":"TYPEFLAG_FHIDDEN","features":[158]},{"name":"TYPEFLAG_FLICENSED","features":[158]},{"name":"TYPEFLAG_FNONEXTENSIBLE","features":[158]},{"name":"TYPEFLAG_FOLEAUTOMATION","features":[158]},{"name":"TYPEFLAG_FPREDECLID","features":[158]},{"name":"TYPEFLAG_FPROXY","features":[158]},{"name":"TYPEFLAG_FREPLACEABLE","features":[158]},{"name":"TYPEFLAG_FRESTRICTED","features":[158]},{"name":"TYPEFLAG_FREVERSEBIND","features":[158]},{"name":"UASFLAGS","features":[158]},{"name":"UAS_BLOCKED","features":[158]},{"name":"UAS_MASK","features":[158]},{"name":"UAS_NOPARENTENABLE","features":[158]},{"name":"UAS_NORMAL","features":[158]},{"name":"UDATE","features":[3,158]},{"name":"UI_CONVERT_FLAGS","features":[158]},{"name":"UPDFCACHE_ALL","features":[158]},{"name":"UPDFCACHE_ALLBUTNODATACACHE","features":[158]},{"name":"UPDFCACHE_FLAGS","features":[158]},{"name":"UPDFCACHE_IFBLANK","features":[158]},{"name":"UPDFCACHE_IFBLANKORONSAVECACHE","features":[158]},{"name":"UPDFCACHE_NODATACACHE","features":[158]},{"name":"UPDFCACHE_NORMALCACHE","features":[158]},{"name":"UPDFCACHE_ONLYIFBLANK","features":[158]},{"name":"UPDFCACHE_ONSAVECACHE","features":[158]},{"name":"UPDFCACHE_ONSTOPCACHE","features":[158]},{"name":"USERCLASSTYPE","features":[158]},{"name":"USERCLASSTYPE_APPNAME","features":[158]},{"name":"USERCLASSTYPE_FULL","features":[158]},{"name":"USERCLASSTYPE_SHORT","features":[158]},{"name":"UnRegisterTypeLib","features":[43,158]},{"name":"UnRegisterTypeLibForUser","features":[43,158]},{"name":"VARCMP","features":[158]},{"name":"VARCMP_EQ","features":[158]},{"name":"VARCMP_GT","features":[158]},{"name":"VARCMP_LT","features":[158]},{"name":"VARCMP_NULL","features":[158]},{"name":"VARFORMAT_FIRST_DAY","features":[158]},{"name":"VARFORMAT_FIRST_DAY_FRIDAY","features":[158]},{"name":"VARFORMAT_FIRST_DAY_MONDAY","features":[158]},{"name":"VARFORMAT_FIRST_DAY_SATURDAY","features":[158]},{"name":"VARFORMAT_FIRST_DAY_SUNDAY","features":[158]},{"name":"VARFORMAT_FIRST_DAY_SYSTEMDEFAULT","features":[158]},{"name":"VARFORMAT_FIRST_DAY_THURSDAY","features":[158]},{"name":"VARFORMAT_FIRST_DAY_TUESDAY","features":[158]},{"name":"VARFORMAT_FIRST_DAY_WEDNESDAY","features":[158]},{"name":"VARFORMAT_FIRST_WEEK","features":[158]},{"name":"VARFORMAT_FIRST_WEEK_CONTAINS_JANUARY_FIRST","features":[158]},{"name":"VARFORMAT_FIRST_WEEK_HAS_SEVEN_DAYS","features":[158]},{"name":"VARFORMAT_FIRST_WEEK_LARGER_HALF_IN_CURRENT_YEAR","features":[158]},{"name":"VARFORMAT_FIRST_WEEK_SYSTEMDEFAULT","features":[158]},{"name":"VARFORMAT_GROUP","features":[158]},{"name":"VARFORMAT_GROUP_NOTTHOUSANDS","features":[158]},{"name":"VARFORMAT_GROUP_SYSTEMDEFAULT","features":[158]},{"name":"VARFORMAT_GROUP_THOUSANDS","features":[158]},{"name":"VARFORMAT_LEADING_DIGIT","features":[158]},{"name":"VARFORMAT_LEADING_DIGIT_INCLUDED","features":[158]},{"name":"VARFORMAT_LEADING_DIGIT_NOTINCLUDED","features":[158]},{"name":"VARFORMAT_LEADING_DIGIT_SYSTEMDEFAULT","features":[158]},{"name":"VARFORMAT_NAMED_FORMAT","features":[158]},{"name":"VARFORMAT_NAMED_FORMAT_GENERALDATE","features":[158]},{"name":"VARFORMAT_NAMED_FORMAT_LONGDATE","features":[158]},{"name":"VARFORMAT_NAMED_FORMAT_LONGTIME","features":[158]},{"name":"VARFORMAT_NAMED_FORMAT_SHORTDATE","features":[158]},{"name":"VARFORMAT_NAMED_FORMAT_SHORTTIME","features":[158]},{"name":"VARFORMAT_PARENTHESES","features":[158]},{"name":"VARFORMAT_PARENTHESES_NOTUSED","features":[158]},{"name":"VARFORMAT_PARENTHESES_SYSTEMDEFAULT","features":[158]},{"name":"VARFORMAT_PARENTHESES_USED","features":[158]},{"name":"VAR_CALENDAR_GREGORIAN","features":[158]},{"name":"VAR_CALENDAR_HIJRI","features":[158]},{"name":"VAR_CALENDAR_THAI","features":[158]},{"name":"VAR_DATEVALUEONLY","features":[158]},{"name":"VAR_FORMAT_NOSUBSTITUTE","features":[158]},{"name":"VAR_FOURDIGITYEARS","features":[158]},{"name":"VAR_LOCALBOOL","features":[158]},{"name":"VAR_TIMEVALUEONLY","features":[158]},{"name":"VAR_VALIDDATE","features":[158]},{"name":"VIEWSTATUS","features":[158]},{"name":"VIEWSTATUS_3DSURFACE","features":[158]},{"name":"VIEWSTATUS_DVASPECTOPAQUE","features":[158]},{"name":"VIEWSTATUS_DVASPECTTRANSPARENT","features":[158]},{"name":"VIEWSTATUS_OPAQUE","features":[158]},{"name":"VIEWSTATUS_SOLIDBKGND","features":[158]},{"name":"VIEWSTATUS_SURFACE","features":[158]},{"name":"VIEW_OBJECT_PROPERTIES_FLAGS","features":[158]},{"name":"VPF_DISABLERELATIVE","features":[158]},{"name":"VPF_DISABLESCALE","features":[158]},{"name":"VPF_SELECTRELATIVE","features":[158]},{"name":"VTDATEGRE_MAX","features":[158]},{"name":"VTDATEGRE_MIN","features":[158]},{"name":"VT_BLOB_PROPSET","features":[158]},{"name":"VT_STORED_PROPSET","features":[158]},{"name":"VT_STREAMED_PROPSET","features":[158]},{"name":"VT_VERBOSE_ENUM","features":[158]},{"name":"VarAbs","features":[3,43,158,44]},{"name":"VarAdd","features":[3,43,158,44]},{"name":"VarAnd","features":[3,43,158,44]},{"name":"VarBoolFromCy","features":[3,43,158]},{"name":"VarBoolFromDate","features":[3,158]},{"name":"VarBoolFromDec","features":[3,158]},{"name":"VarBoolFromDisp","features":[3,158]},{"name":"VarBoolFromI1","features":[3,158]},{"name":"VarBoolFromI2","features":[3,158]},{"name":"VarBoolFromI4","features":[3,158]},{"name":"VarBoolFromI8","features":[3,158]},{"name":"VarBoolFromR4","features":[3,158]},{"name":"VarBoolFromR8","features":[3,158]},{"name":"VarBoolFromStr","features":[3,158]},{"name":"VarBoolFromUI1","features":[3,158]},{"name":"VarBoolFromUI2","features":[3,158]},{"name":"VarBoolFromUI4","features":[3,158]},{"name":"VarBoolFromUI8","features":[3,158]},{"name":"VarBstrCat","features":[158]},{"name":"VarBstrCmp","features":[158]},{"name":"VarBstrFromBool","features":[3,158]},{"name":"VarBstrFromCy","features":[43,158]},{"name":"VarBstrFromDate","features":[158]},{"name":"VarBstrFromDec","features":[3,158]},{"name":"VarBstrFromDisp","features":[158]},{"name":"VarBstrFromI1","features":[158]},{"name":"VarBstrFromI2","features":[158]},{"name":"VarBstrFromI4","features":[158]},{"name":"VarBstrFromI8","features":[158]},{"name":"VarBstrFromR4","features":[158]},{"name":"VarBstrFromR8","features":[158]},{"name":"VarBstrFromUI1","features":[158]},{"name":"VarBstrFromUI2","features":[158]},{"name":"VarBstrFromUI4","features":[158]},{"name":"VarBstrFromUI8","features":[158]},{"name":"VarCat","features":[3,43,158,44]},{"name":"VarCmp","features":[3,43,158,44]},{"name":"VarCyAbs","features":[43,158]},{"name":"VarCyAdd","features":[43,158]},{"name":"VarCyCmp","features":[43,158]},{"name":"VarCyCmpR8","features":[43,158]},{"name":"VarCyFix","features":[43,158]},{"name":"VarCyFromBool","features":[3,43,158]},{"name":"VarCyFromDate","features":[43,158]},{"name":"VarCyFromDec","features":[3,43,158]},{"name":"VarCyFromDisp","features":[43,158]},{"name":"VarCyFromI1","features":[43,158]},{"name":"VarCyFromI2","features":[43,158]},{"name":"VarCyFromI4","features":[43,158]},{"name":"VarCyFromI8","features":[43,158]},{"name":"VarCyFromR4","features":[43,158]},{"name":"VarCyFromR8","features":[43,158]},{"name":"VarCyFromStr","features":[43,158]},{"name":"VarCyFromUI1","features":[43,158]},{"name":"VarCyFromUI2","features":[43,158]},{"name":"VarCyFromUI4","features":[43,158]},{"name":"VarCyFromUI8","features":[43,158]},{"name":"VarCyInt","features":[43,158]},{"name":"VarCyMul","features":[43,158]},{"name":"VarCyMulI4","features":[43,158]},{"name":"VarCyMulI8","features":[43,158]},{"name":"VarCyNeg","features":[43,158]},{"name":"VarCyRound","features":[43,158]},{"name":"VarCySub","features":[43,158]},{"name":"VarDateFromBool","features":[3,158]},{"name":"VarDateFromCy","features":[43,158]},{"name":"VarDateFromDec","features":[3,158]},{"name":"VarDateFromDisp","features":[158]},{"name":"VarDateFromI1","features":[158]},{"name":"VarDateFromI2","features":[158]},{"name":"VarDateFromI4","features":[158]},{"name":"VarDateFromI8","features":[158]},{"name":"VarDateFromR4","features":[158]},{"name":"VarDateFromR8","features":[158]},{"name":"VarDateFromStr","features":[158]},{"name":"VarDateFromUI1","features":[158]},{"name":"VarDateFromUI2","features":[158]},{"name":"VarDateFromUI4","features":[158]},{"name":"VarDateFromUI8","features":[158]},{"name":"VarDateFromUdate","features":[3,158]},{"name":"VarDateFromUdateEx","features":[3,158]},{"name":"VarDecAbs","features":[3,158]},{"name":"VarDecAdd","features":[3,158]},{"name":"VarDecCmp","features":[3,158]},{"name":"VarDecCmpR8","features":[3,158]},{"name":"VarDecDiv","features":[3,158]},{"name":"VarDecFix","features":[3,158]},{"name":"VarDecFromBool","features":[3,158]},{"name":"VarDecFromCy","features":[3,43,158]},{"name":"VarDecFromDate","features":[3,158]},{"name":"VarDecFromDisp","features":[3,158]},{"name":"VarDecFromI1","features":[3,158]},{"name":"VarDecFromI2","features":[3,158]},{"name":"VarDecFromI4","features":[3,158]},{"name":"VarDecFromI8","features":[3,158]},{"name":"VarDecFromR4","features":[3,158]},{"name":"VarDecFromR8","features":[3,158]},{"name":"VarDecFromStr","features":[3,158]},{"name":"VarDecFromUI1","features":[3,158]},{"name":"VarDecFromUI2","features":[3,158]},{"name":"VarDecFromUI4","features":[3,158]},{"name":"VarDecFromUI8","features":[3,158]},{"name":"VarDecInt","features":[3,158]},{"name":"VarDecMul","features":[3,158]},{"name":"VarDecNeg","features":[3,158]},{"name":"VarDecRound","features":[3,158]},{"name":"VarDecSub","features":[3,158]},{"name":"VarDiv","features":[3,43,158,44]},{"name":"VarEqv","features":[3,43,158,44]},{"name":"VarFix","features":[3,43,158,44]},{"name":"VarFormat","features":[3,43,158,44]},{"name":"VarFormatCurrency","features":[3,43,158,44]},{"name":"VarFormatDateTime","features":[3,43,158,44]},{"name":"VarFormatFromTokens","features":[3,43,158,44]},{"name":"VarFormatNumber","features":[3,43,158,44]},{"name":"VarFormatPercent","features":[3,43,158,44]},{"name":"VarI1FromBool","features":[3,158]},{"name":"VarI1FromCy","features":[43,158]},{"name":"VarI1FromDate","features":[158]},{"name":"VarI1FromDec","features":[3,158]},{"name":"VarI1FromDisp","features":[158]},{"name":"VarI1FromI2","features":[158]},{"name":"VarI1FromI4","features":[158]},{"name":"VarI1FromI8","features":[158]},{"name":"VarI1FromR4","features":[158]},{"name":"VarI1FromR8","features":[158]},{"name":"VarI1FromStr","features":[158]},{"name":"VarI1FromUI1","features":[158]},{"name":"VarI1FromUI2","features":[158]},{"name":"VarI1FromUI4","features":[158]},{"name":"VarI1FromUI8","features":[158]},{"name":"VarI2FromBool","features":[3,158]},{"name":"VarI2FromCy","features":[43,158]},{"name":"VarI2FromDate","features":[158]},{"name":"VarI2FromDec","features":[3,158]},{"name":"VarI2FromDisp","features":[158]},{"name":"VarI2FromI1","features":[158]},{"name":"VarI2FromI4","features":[158]},{"name":"VarI2FromI8","features":[158]},{"name":"VarI2FromR4","features":[158]},{"name":"VarI2FromR8","features":[158]},{"name":"VarI2FromStr","features":[158]},{"name":"VarI2FromUI1","features":[158]},{"name":"VarI2FromUI2","features":[158]},{"name":"VarI2FromUI4","features":[158]},{"name":"VarI2FromUI8","features":[158]},{"name":"VarI4FromBool","features":[3,158]},{"name":"VarI4FromCy","features":[43,158]},{"name":"VarI4FromDate","features":[158]},{"name":"VarI4FromDec","features":[3,158]},{"name":"VarI4FromDisp","features":[158]},{"name":"VarI4FromI1","features":[158]},{"name":"VarI4FromI2","features":[158]},{"name":"VarI4FromI8","features":[158]},{"name":"VarI4FromR4","features":[158]},{"name":"VarI4FromR8","features":[158]},{"name":"VarI4FromStr","features":[158]},{"name":"VarI4FromUI1","features":[158]},{"name":"VarI4FromUI2","features":[158]},{"name":"VarI4FromUI4","features":[158]},{"name":"VarI4FromUI8","features":[158]},{"name":"VarI8FromBool","features":[3,158]},{"name":"VarI8FromCy","features":[43,158]},{"name":"VarI8FromDate","features":[158]},{"name":"VarI8FromDec","features":[3,158]},{"name":"VarI8FromDisp","features":[158]},{"name":"VarI8FromI1","features":[158]},{"name":"VarI8FromI2","features":[158]},{"name":"VarI8FromR4","features":[158]},{"name":"VarI8FromR8","features":[158]},{"name":"VarI8FromStr","features":[158]},{"name":"VarI8FromUI1","features":[158]},{"name":"VarI8FromUI2","features":[158]},{"name":"VarI8FromUI4","features":[158]},{"name":"VarI8FromUI8","features":[158]},{"name":"VarIdiv","features":[3,43,158,44]},{"name":"VarImp","features":[3,43,158,44]},{"name":"VarInt","features":[3,43,158,44]},{"name":"VarMod","features":[3,43,158,44]},{"name":"VarMonthName","features":[158]},{"name":"VarMul","features":[3,43,158,44]},{"name":"VarNeg","features":[3,43,158,44]},{"name":"VarNot","features":[3,43,158,44]},{"name":"VarNumFromParseNum","features":[3,43,158,44]},{"name":"VarOr","features":[3,43,158,44]},{"name":"VarParseNumFromStr","features":[158]},{"name":"VarPow","features":[3,43,158,44]},{"name":"VarR4CmpR8","features":[158]},{"name":"VarR4FromBool","features":[3,158]},{"name":"VarR4FromCy","features":[43,158]},{"name":"VarR4FromDate","features":[158]},{"name":"VarR4FromDec","features":[3,158]},{"name":"VarR4FromDisp","features":[158]},{"name":"VarR4FromI1","features":[158]},{"name":"VarR4FromI2","features":[158]},{"name":"VarR4FromI4","features":[158]},{"name":"VarR4FromI8","features":[158]},{"name":"VarR4FromR8","features":[158]},{"name":"VarR4FromStr","features":[158]},{"name":"VarR4FromUI1","features":[158]},{"name":"VarR4FromUI2","features":[158]},{"name":"VarR4FromUI4","features":[158]},{"name":"VarR4FromUI8","features":[158]},{"name":"VarR8FromBool","features":[3,158]},{"name":"VarR8FromCy","features":[43,158]},{"name":"VarR8FromDate","features":[158]},{"name":"VarR8FromDec","features":[3,158]},{"name":"VarR8FromDisp","features":[158]},{"name":"VarR8FromI1","features":[158]},{"name":"VarR8FromI2","features":[158]},{"name":"VarR8FromI4","features":[158]},{"name":"VarR8FromI8","features":[158]},{"name":"VarR8FromR4","features":[158]},{"name":"VarR8FromStr","features":[158]},{"name":"VarR8FromUI1","features":[158]},{"name":"VarR8FromUI2","features":[158]},{"name":"VarR8FromUI4","features":[158]},{"name":"VarR8FromUI8","features":[158]},{"name":"VarR8Pow","features":[158]},{"name":"VarR8Round","features":[158]},{"name":"VarRound","features":[3,43,158,44]},{"name":"VarSub","features":[3,43,158,44]},{"name":"VarTokenizeFormatString","features":[158]},{"name":"VarUI1FromBool","features":[3,158]},{"name":"VarUI1FromCy","features":[43,158]},{"name":"VarUI1FromDate","features":[158]},{"name":"VarUI1FromDec","features":[3,158]},{"name":"VarUI1FromDisp","features":[158]},{"name":"VarUI1FromI1","features":[158]},{"name":"VarUI1FromI2","features":[158]},{"name":"VarUI1FromI4","features":[158]},{"name":"VarUI1FromI8","features":[158]},{"name":"VarUI1FromR4","features":[158]},{"name":"VarUI1FromR8","features":[158]},{"name":"VarUI1FromStr","features":[158]},{"name":"VarUI1FromUI2","features":[158]},{"name":"VarUI1FromUI4","features":[158]},{"name":"VarUI1FromUI8","features":[158]},{"name":"VarUI2FromBool","features":[3,158]},{"name":"VarUI2FromCy","features":[43,158]},{"name":"VarUI2FromDate","features":[158]},{"name":"VarUI2FromDec","features":[3,158]},{"name":"VarUI2FromDisp","features":[158]},{"name":"VarUI2FromI1","features":[158]},{"name":"VarUI2FromI2","features":[158]},{"name":"VarUI2FromI4","features":[158]},{"name":"VarUI2FromI8","features":[158]},{"name":"VarUI2FromR4","features":[158]},{"name":"VarUI2FromR8","features":[158]},{"name":"VarUI2FromStr","features":[158]},{"name":"VarUI2FromUI1","features":[158]},{"name":"VarUI2FromUI4","features":[158]},{"name":"VarUI2FromUI8","features":[158]},{"name":"VarUI4FromBool","features":[3,158]},{"name":"VarUI4FromCy","features":[43,158]},{"name":"VarUI4FromDate","features":[158]},{"name":"VarUI4FromDec","features":[3,158]},{"name":"VarUI4FromDisp","features":[158]},{"name":"VarUI4FromI1","features":[158]},{"name":"VarUI4FromI2","features":[158]},{"name":"VarUI4FromI4","features":[158]},{"name":"VarUI4FromI8","features":[158]},{"name":"VarUI4FromR4","features":[158]},{"name":"VarUI4FromR8","features":[158]},{"name":"VarUI4FromStr","features":[158]},{"name":"VarUI4FromUI1","features":[158]},{"name":"VarUI4FromUI2","features":[158]},{"name":"VarUI4FromUI8","features":[158]},{"name":"VarUI8FromBool","features":[3,158]},{"name":"VarUI8FromCy","features":[43,158]},{"name":"VarUI8FromDate","features":[158]},{"name":"VarUI8FromDec","features":[3,158]},{"name":"VarUI8FromDisp","features":[158]},{"name":"VarUI8FromI1","features":[158]},{"name":"VarUI8FromI2","features":[158]},{"name":"VarUI8FromI8","features":[158]},{"name":"VarUI8FromR4","features":[158]},{"name":"VarUI8FromR8","features":[158]},{"name":"VarUI8FromStr","features":[158]},{"name":"VarUI8FromUI1","features":[158]},{"name":"VarUI8FromUI2","features":[158]},{"name":"VarUI8FromUI4","features":[158]},{"name":"VarUdateFromDate","features":[3,158]},{"name":"VarWeekdayName","features":[158]},{"name":"VarXor","features":[3,43,158,44]},{"name":"VectorFromBstr","features":[43,158]},{"name":"WIN32","features":[158]},{"name":"WPCSETTING","features":[158]},{"name":"WPCSETTING_FILEDOWNLOAD_BLOCKED","features":[158]},{"name":"WPCSETTING_LOGGING_ENABLED","features":[158]},{"name":"XFORMCOORDS","features":[158]},{"name":"XFORMCOORDS_CONTAINERTOHIMETRIC","features":[158]},{"name":"XFORMCOORDS_EVENTCOMPAT","features":[158]},{"name":"XFORMCOORDS_HIMETRICTOCONTAINER","features":[158]},{"name":"XFORMCOORDS_POSITION","features":[158]},{"name":"XFORMCOORDS_SIZE","features":[158]},{"name":"_wireBRECORD","features":[158]},{"name":"_wireSAFEARRAY","features":[3,43,158]},{"name":"_wireVARIANT","features":[3,43,158]},{"name":"fdexEnumAll","features":[158]},{"name":"fdexEnumDefault","features":[158]},{"name":"fdexNameCaseInsensitive","features":[158]},{"name":"fdexNameCaseSensitive","features":[158]},{"name":"fdexNameEnsure","features":[158]},{"name":"fdexNameImplicit","features":[158]},{"name":"fdexNameInternal","features":[158]},{"name":"fdexNameNoDynamicProperties","features":[158]},{"name":"fdexPropCanCall","features":[158]},{"name":"fdexPropCanConstruct","features":[158]},{"name":"fdexPropCanGet","features":[158]},{"name":"fdexPropCanPut","features":[158]},{"name":"fdexPropCanPutRef","features":[158]},{"name":"fdexPropCanSourceEvents","features":[158]},{"name":"fdexPropCannotCall","features":[158]},{"name":"fdexPropCannotConstruct","features":[158]},{"name":"fdexPropCannotGet","features":[158]},{"name":"fdexPropCannotPut","features":[158]},{"name":"fdexPropCannotPutRef","features":[158]},{"name":"fdexPropCannotSourceEvents","features":[158]},{"name":"fdexPropDynamicType","features":[158]},{"name":"fdexPropNoSideEffects","features":[158]},{"name":"triChecked","features":[158]},{"name":"triGray","features":[158]},{"name":"triUnchecked","features":[158]}],"590":[{"name":"CYPHER_BLOCK","features":[122]},{"name":"ENCRYPTED_LM_OWF_PASSWORD","features":[122]},{"name":"LM_OWF_PASSWORD","features":[122]},{"name":"MSChapSrvChangePassword","features":[3,122]},{"name":"MSChapSrvChangePassword2","features":[3,122]},{"name":"SAMPR_ENCRYPTED_USER_PASSWORD","features":[122]}],"591":[{"name":"AppearPropPage","features":[192]},{"name":"AutoPathFormat","features":[192]},{"name":"BackupPerfRegistryToFileW","features":[192]},{"name":"BootTraceSession","features":[192]},{"name":"BootTraceSessionCollection","features":[192]},{"name":"ClockType","features":[192]},{"name":"CommitMode","features":[192]},{"name":"CounterItem","features":[192]},{"name":"CounterItem2","features":[192]},{"name":"CounterPathCallBack","features":[192]},{"name":"CounterPropPage","features":[192]},{"name":"Counters","features":[192]},{"name":"DATA_SOURCE_REGISTRY","features":[192]},{"name":"DATA_SOURCE_WBEM","features":[192]},{"name":"DICounterItem","features":[192]},{"name":"DIID_DICounterItem","features":[192]},{"name":"DIID_DILogFileItem","features":[192]},{"name":"DIID_DISystemMonitor","features":[192]},{"name":"DIID_DISystemMonitorEvents","features":[192]},{"name":"DIID_DISystemMonitorInternal","features":[192]},{"name":"DILogFileItem","features":[192]},{"name":"DISystemMonitor","features":[192]},{"name":"DISystemMonitorEvents","features":[192]},{"name":"DISystemMonitorInternal","features":[192]},{"name":"DataCollectorSet","features":[192]},{"name":"DataCollectorSetCollection","features":[192]},{"name":"DataCollectorSetStatus","features":[192]},{"name":"DataCollectorType","features":[192]},{"name":"DataManagerSteps","features":[192]},{"name":"DataSourceTypeConstants","features":[192]},{"name":"DisplayTypeConstants","features":[192]},{"name":"FileFormat","features":[192]},{"name":"FolderActionSteps","features":[192]},{"name":"GeneralPropPage","features":[192]},{"name":"GraphPropPage","features":[192]},{"name":"H_WBEM_DATASOURCE","features":[192]},{"name":"IAlertDataCollector","features":[192]},{"name":"IApiTracingDataCollector","features":[192]},{"name":"IConfigurationDataCollector","features":[192]},{"name":"ICounterItem","features":[192]},{"name":"ICounterItem2","features":[192]},{"name":"ICounters","features":[192]},{"name":"IDataCollector","features":[192]},{"name":"IDataCollectorCollection","features":[192]},{"name":"IDataCollectorSet","features":[192]},{"name":"IDataCollectorSetCollection","features":[192]},{"name":"IDataManager","features":[192]},{"name":"IFolderAction","features":[192]},{"name":"IFolderActionCollection","features":[192]},{"name":"ILogFileItem","features":[192]},{"name":"ILogFiles","features":[192]},{"name":"IPerformanceCounterDataCollector","features":[192]},{"name":"ISchedule","features":[192]},{"name":"IScheduleCollection","features":[192]},{"name":"ISystemMonitor","features":[192]},{"name":"ISystemMonitor2","features":[192]},{"name":"ISystemMonitorEvents","features":[192]},{"name":"ITraceDataCollector","features":[192]},{"name":"ITraceDataProvider","features":[192]},{"name":"ITraceDataProviderCollection","features":[192]},{"name":"IValueMap","features":[192]},{"name":"IValueMapItem","features":[192]},{"name":"InstallPerfDllA","features":[192]},{"name":"InstallPerfDllW","features":[192]},{"name":"LIBID_SystemMonitor","features":[192]},{"name":"LegacyDataCollectorSet","features":[192]},{"name":"LegacyDataCollectorSetCollection","features":[192]},{"name":"LegacyTraceSession","features":[192]},{"name":"LegacyTraceSessionCollection","features":[192]},{"name":"LoadPerfCounterTextStringsA","features":[3,192]},{"name":"LoadPerfCounterTextStringsW","features":[3,192]},{"name":"LogFileItem","features":[192]},{"name":"LogFiles","features":[192]},{"name":"MAX_COUNTER_PATH","features":[192]},{"name":"MAX_PERF_OBJECTS_IN_QUERY_FUNCTION","features":[192]},{"name":"PDH_ACCESS_DENIED","features":[192]},{"name":"PDH_ASYNC_QUERY_TIMEOUT","features":[192]},{"name":"PDH_BINARY_LOG_CORRUPT","features":[192]},{"name":"PDH_BROWSE_DLG_CONFIG_A","features":[3,192]},{"name":"PDH_BROWSE_DLG_CONFIG_HA","features":[3,192]},{"name":"PDH_BROWSE_DLG_CONFIG_HW","features":[3,192]},{"name":"PDH_BROWSE_DLG_CONFIG_W","features":[3,192]},{"name":"PDH_CALC_NEGATIVE_DENOMINATOR","features":[192]},{"name":"PDH_CALC_NEGATIVE_TIMEBASE","features":[192]},{"name":"PDH_CALC_NEGATIVE_VALUE","features":[192]},{"name":"PDH_CANNOT_CONNECT_MACHINE","features":[192]},{"name":"PDH_CANNOT_CONNECT_WMI_SERVER","features":[192]},{"name":"PDH_CANNOT_READ_NAME_STRINGS","features":[192]},{"name":"PDH_CANNOT_SET_DEFAULT_REALTIME_DATASOURCE","features":[192]},{"name":"PDH_COUNTER_ALREADY_IN_QUERY","features":[192]},{"name":"PDH_COUNTER_INFO_A","features":[192]},{"name":"PDH_COUNTER_INFO_W","features":[192]},{"name":"PDH_COUNTER_PATH_ELEMENTS_A","features":[192]},{"name":"PDH_COUNTER_PATH_ELEMENTS_W","features":[192]},{"name":"PDH_CSTATUS_BAD_COUNTERNAME","features":[192]},{"name":"PDH_CSTATUS_INVALID_DATA","features":[192]},{"name":"PDH_CSTATUS_ITEM_NOT_VALIDATED","features":[192]},{"name":"PDH_CSTATUS_NEW_DATA","features":[192]},{"name":"PDH_CSTATUS_NO_COUNTER","features":[192]},{"name":"PDH_CSTATUS_NO_COUNTERNAME","features":[192]},{"name":"PDH_CSTATUS_NO_INSTANCE","features":[192]},{"name":"PDH_CSTATUS_NO_MACHINE","features":[192]},{"name":"PDH_CSTATUS_NO_OBJECT","features":[192]},{"name":"PDH_CSTATUS_VALID_DATA","features":[192]},{"name":"PDH_CVERSION_WIN50","features":[192]},{"name":"PDH_DATA_ITEM_PATH_ELEMENTS_A","features":[192]},{"name":"PDH_DATA_ITEM_PATH_ELEMENTS_W","features":[192]},{"name":"PDH_DATA_SOURCE_IS_LOG_FILE","features":[192]},{"name":"PDH_DATA_SOURCE_IS_REAL_TIME","features":[192]},{"name":"PDH_DIALOG_CANCELLED","features":[192]},{"name":"PDH_DLL_VERSION","features":[192]},{"name":"PDH_END_OF_LOG_FILE","features":[192]},{"name":"PDH_ENTRY_NOT_IN_LOG_FILE","features":[192]},{"name":"PDH_FILE_ALREADY_EXISTS","features":[192]},{"name":"PDH_FILE_NOT_FOUND","features":[192]},{"name":"PDH_FLAGS_FILE_BROWSER_ONLY","features":[192]},{"name":"PDH_FLAGS_NONE","features":[192]},{"name":"PDH_FMT","features":[192]},{"name":"PDH_FMT_COUNTERVALUE","features":[192]},{"name":"PDH_FMT_COUNTERVALUE_ITEM_A","features":[192]},{"name":"PDH_FMT_COUNTERVALUE_ITEM_W","features":[192]},{"name":"PDH_FMT_DOUBLE","features":[192]},{"name":"PDH_FMT_LARGE","features":[192]},{"name":"PDH_FMT_LONG","features":[192]},{"name":"PDH_FUNCTION_NOT_FOUND","features":[192]},{"name":"PDH_INCORRECT_APPEND_TIME","features":[192]},{"name":"PDH_INSUFFICIENT_BUFFER","features":[192]},{"name":"PDH_INVALID_ARGUMENT","features":[192]},{"name":"PDH_INVALID_BUFFER","features":[192]},{"name":"PDH_INVALID_DATA","features":[192]},{"name":"PDH_INVALID_DATASOURCE","features":[192]},{"name":"PDH_INVALID_HANDLE","features":[192]},{"name":"PDH_INVALID_INSTANCE","features":[192]},{"name":"PDH_INVALID_PATH","features":[192]},{"name":"PDH_INVALID_SQLDB","features":[192]},{"name":"PDH_INVALID_SQL_LOG_FORMAT","features":[192]},{"name":"PDH_LOG","features":[192]},{"name":"PDH_LOGSVC_NOT_OPENED","features":[192]},{"name":"PDH_LOGSVC_QUERY_NOT_FOUND","features":[192]},{"name":"PDH_LOG_FILE_CREATE_ERROR","features":[192]},{"name":"PDH_LOG_FILE_OPEN_ERROR","features":[192]},{"name":"PDH_LOG_FILE_TOO_SMALL","features":[192]},{"name":"PDH_LOG_READ_ACCESS","features":[192]},{"name":"PDH_LOG_SAMPLE_TOO_SMALL","features":[192]},{"name":"PDH_LOG_SERVICE_QUERY_INFO_A","features":[3,192]},{"name":"PDH_LOG_SERVICE_QUERY_INFO_W","features":[3,192]},{"name":"PDH_LOG_TYPE","features":[192]},{"name":"PDH_LOG_TYPE_BINARY","features":[192]},{"name":"PDH_LOG_TYPE_CSV","features":[192]},{"name":"PDH_LOG_TYPE_NOT_FOUND","features":[192]},{"name":"PDH_LOG_TYPE_PERFMON","features":[192]},{"name":"PDH_LOG_TYPE_RETIRED_BIN","features":[192]},{"name":"PDH_LOG_TYPE_SQL","features":[192]},{"name":"PDH_LOG_TYPE_TRACE_GENERIC","features":[192]},{"name":"PDH_LOG_TYPE_TRACE_KERNEL","features":[192]},{"name":"PDH_LOG_TYPE_TSV","features":[192]},{"name":"PDH_LOG_TYPE_UNDEFINED","features":[192]},{"name":"PDH_LOG_UPDATE_ACCESS","features":[192]},{"name":"PDH_LOG_WRITE_ACCESS","features":[192]},{"name":"PDH_MAX_COUNTER_NAME","features":[192]},{"name":"PDH_MAX_COUNTER_PATH","features":[192]},{"name":"PDH_MAX_DATASOURCE_PATH","features":[192]},{"name":"PDH_MAX_INSTANCE_NAME","features":[192]},{"name":"PDH_MAX_SCALE","features":[192]},{"name":"PDH_MEMORY_ALLOCATION_FAILURE","features":[192]},{"name":"PDH_MIN_SCALE","features":[192]},{"name":"PDH_MORE_DATA","features":[192]},{"name":"PDH_NOEXPANDCOUNTERS","features":[192]},{"name":"PDH_NOEXPANDINSTANCES","features":[192]},{"name":"PDH_NOT_IMPLEMENTED","features":[192]},{"name":"PDH_NO_COUNTERS","features":[192]},{"name":"PDH_NO_DATA","features":[192]},{"name":"PDH_NO_DIALOG_DATA","features":[192]},{"name":"PDH_NO_MORE_DATA","features":[192]},{"name":"PDH_OS_EARLIER_VERSION","features":[192]},{"name":"PDH_OS_LATER_VERSION","features":[192]},{"name":"PDH_PATH_FLAGS","features":[192]},{"name":"PDH_PATH_WBEM_INPUT","features":[192]},{"name":"PDH_PATH_WBEM_NONE","features":[192]},{"name":"PDH_PATH_WBEM_RESULT","features":[192]},{"name":"PDH_PLA_COLLECTION_ALREADY_RUNNING","features":[192]},{"name":"PDH_PLA_COLLECTION_NOT_FOUND","features":[192]},{"name":"PDH_PLA_ERROR_ALREADY_EXISTS","features":[192]},{"name":"PDH_PLA_ERROR_FILEPATH","features":[192]},{"name":"PDH_PLA_ERROR_NAME_TOO_LONG","features":[192]},{"name":"PDH_PLA_ERROR_NOSTART","features":[192]},{"name":"PDH_PLA_ERROR_SCHEDULE_ELAPSED","features":[192]},{"name":"PDH_PLA_ERROR_SCHEDULE_OVERLAP","features":[192]},{"name":"PDH_PLA_ERROR_TYPE_MISMATCH","features":[192]},{"name":"PDH_PLA_SERVICE_ERROR","features":[192]},{"name":"PDH_PLA_VALIDATION_ERROR","features":[192]},{"name":"PDH_PLA_VALIDATION_WARNING","features":[192]},{"name":"PDH_QUERY_PERF_DATA_TIMEOUT","features":[192]},{"name":"PDH_RAW_COUNTER","features":[3,192]},{"name":"PDH_RAW_COUNTER_ITEM_A","features":[3,192]},{"name":"PDH_RAW_COUNTER_ITEM_W","features":[3,192]},{"name":"PDH_RAW_LOG_RECORD","features":[192]},{"name":"PDH_REFRESHCOUNTERS","features":[192]},{"name":"PDH_RETRY","features":[192]},{"name":"PDH_SELECT_DATA_SOURCE_FLAGS","features":[192]},{"name":"PDH_SQL_ALLOCCON_FAILED","features":[192]},{"name":"PDH_SQL_ALLOC_FAILED","features":[192]},{"name":"PDH_SQL_ALTER_DETAIL_FAILED","features":[192]},{"name":"PDH_SQL_BIND_FAILED","features":[192]},{"name":"PDH_SQL_CONNECT_FAILED","features":[192]},{"name":"PDH_SQL_EXEC_DIRECT_FAILED","features":[192]},{"name":"PDH_SQL_FETCH_FAILED","features":[192]},{"name":"PDH_SQL_MORE_RESULTS_FAILED","features":[192]},{"name":"PDH_SQL_ROWCOUNT_FAILED","features":[192]},{"name":"PDH_STATISTICS","features":[192]},{"name":"PDH_STRING_NOT_FOUND","features":[192]},{"name":"PDH_TIME_INFO","features":[192]},{"name":"PDH_UNABLE_MAP_NAME_FILES","features":[192]},{"name":"PDH_UNABLE_READ_LOG_HEADER","features":[192]},{"name":"PDH_UNKNOWN_LOGSVC_COMMAND","features":[192]},{"name":"PDH_UNKNOWN_LOG_FORMAT","features":[192]},{"name":"PDH_UNMATCHED_APPEND_COUNTER","features":[192]},{"name":"PDH_VERSION","features":[192]},{"name":"PDH_WBEM_ERROR","features":[192]},{"name":"PERFLIBREQUEST","features":[192]},{"name":"PERF_ADD_COUNTER","features":[192]},{"name":"PERF_AGGREGATE_AVG","features":[192]},{"name":"PERF_AGGREGATE_INSTANCE","features":[192]},{"name":"PERF_AGGREGATE_MAX","features":[192]},{"name":"PERF_AGGREGATE_MIN","features":[192]},{"name":"PERF_AGGREGATE_TOTAL","features":[192]},{"name":"PERF_AGGREGATE_UNDEFINED","features":[192]},{"name":"PERF_ATTRIB_BY_REFERENCE","features":[192]},{"name":"PERF_ATTRIB_DISPLAY_AS_HEX","features":[192]},{"name":"PERF_ATTRIB_DISPLAY_AS_REAL","features":[192]},{"name":"PERF_ATTRIB_NO_DISPLAYABLE","features":[192]},{"name":"PERF_ATTRIB_NO_GROUP_SEPARATOR","features":[192]},{"name":"PERF_COLLECT_END","features":[192]},{"name":"PERF_COLLECT_START","features":[192]},{"name":"PERF_COUNTERSET","features":[192]},{"name":"PERF_COUNTERSET_FLAG_AGGREGATE","features":[192]},{"name":"PERF_COUNTERSET_FLAG_HISTORY","features":[192]},{"name":"PERF_COUNTERSET_FLAG_INSTANCE","features":[192]},{"name":"PERF_COUNTERSET_FLAG_MULTIPLE","features":[192]},{"name":"PERF_COUNTERSET_INFO","features":[192]},{"name":"PERF_COUNTERSET_INSTANCE","features":[192]},{"name":"PERF_COUNTERSET_MULTI_INSTANCES","features":[192]},{"name":"PERF_COUNTERSET_REG_INFO","features":[192]},{"name":"PERF_COUNTERSET_SINGLE_AGGREGATE","features":[192]},{"name":"PERF_COUNTERSET_SINGLE_INSTANCE","features":[192]},{"name":"PERF_COUNTER_AGGREGATE_FUNC","features":[192]},{"name":"PERF_COUNTER_BASE","features":[192]},{"name":"PERF_COUNTER_BLOCK","features":[192]},{"name":"PERF_COUNTER_DATA","features":[192]},{"name":"PERF_COUNTER_DEFINITION","features":[192]},{"name":"PERF_COUNTER_DEFINITION","features":[192]},{"name":"PERF_COUNTER_ELAPSED","features":[192]},{"name":"PERF_COUNTER_FRACTION","features":[192]},{"name":"PERF_COUNTER_HEADER","features":[192]},{"name":"PERF_COUNTER_HISTOGRAM","features":[192]},{"name":"PERF_COUNTER_HISTOGRAM_TYPE","features":[192]},{"name":"PERF_COUNTER_IDENTIFIER","features":[192]},{"name":"PERF_COUNTER_IDENTITY","features":[192]},{"name":"PERF_COUNTER_INFO","features":[192]},{"name":"PERF_COUNTER_PRECISION","features":[192]},{"name":"PERF_COUNTER_QUEUELEN","features":[192]},{"name":"PERF_COUNTER_RATE","features":[192]},{"name":"PERF_COUNTER_REG_INFO","features":[192]},{"name":"PERF_COUNTER_VALUE","features":[192]},{"name":"PERF_DATA_BLOCK","features":[3,192]},{"name":"PERF_DATA_HEADER","features":[3,192]},{"name":"PERF_DATA_REVISION","features":[192]},{"name":"PERF_DATA_VERSION","features":[192]},{"name":"PERF_DELTA_BASE","features":[192]},{"name":"PERF_DELTA_COUNTER","features":[192]},{"name":"PERF_DETAIL","features":[192]},{"name":"PERF_DETAIL_ADVANCED","features":[192]},{"name":"PERF_DETAIL_EXPERT","features":[192]},{"name":"PERF_DETAIL_NOVICE","features":[192]},{"name":"PERF_DETAIL_WIZARD","features":[192]},{"name":"PERF_DISPLAY_NOSHOW","features":[192]},{"name":"PERF_DISPLAY_NO_SUFFIX","features":[192]},{"name":"PERF_DISPLAY_PERCENT","features":[192]},{"name":"PERF_DISPLAY_PER_SEC","features":[192]},{"name":"PERF_DISPLAY_SECONDS","features":[192]},{"name":"PERF_ENUM_INSTANCES","features":[192]},{"name":"PERF_ERROR_RETURN","features":[192]},{"name":"PERF_FILTER","features":[192]},{"name":"PERF_INSTANCE_DEFINITION","features":[192]},{"name":"PERF_INSTANCE_HEADER","features":[192]},{"name":"PERF_INVERSE_COUNTER","features":[192]},{"name":"PERF_MAX_INSTANCE_NAME","features":[192]},{"name":"PERF_MEM_ALLOC","features":[192]},{"name":"PERF_MEM_FREE","features":[192]},{"name":"PERF_METADATA_MULTIPLE_INSTANCES","features":[192]},{"name":"PERF_METADATA_NO_INSTANCES","features":[192]},{"name":"PERF_MULTIPLE_COUNTERS","features":[192]},{"name":"PERF_MULTIPLE_INSTANCES","features":[192]},{"name":"PERF_MULTI_COUNTER","features":[192]},{"name":"PERF_MULTI_COUNTERS","features":[192]},{"name":"PERF_MULTI_INSTANCES","features":[192]},{"name":"PERF_NO_INSTANCES","features":[192]},{"name":"PERF_NO_UNIQUE_ID","features":[192]},{"name":"PERF_NUMBER_DECIMAL","features":[192]},{"name":"PERF_NUMBER_DEC_1000","features":[192]},{"name":"PERF_NUMBER_HEX","features":[192]},{"name":"PERF_OBJECT_TIMER","features":[192]},{"name":"PERF_OBJECT_TYPE","features":[192]},{"name":"PERF_OBJECT_TYPE","features":[192]},{"name":"PERF_PROVIDER_CONTEXT","features":[192]},{"name":"PERF_PROVIDER_DRIVER","features":[192]},{"name":"PERF_PROVIDER_KERNEL_MODE","features":[192]},{"name":"PERF_PROVIDER_USER_MODE","features":[192]},{"name":"PERF_REG_COUNTERSET_ENGLISH_NAME","features":[192]},{"name":"PERF_REG_COUNTERSET_HELP_STRING","features":[192]},{"name":"PERF_REG_COUNTERSET_NAME_STRING","features":[192]},{"name":"PERF_REG_COUNTERSET_STRUCT","features":[192]},{"name":"PERF_REG_COUNTER_ENGLISH_NAMES","features":[192]},{"name":"PERF_REG_COUNTER_HELP_STRINGS","features":[192]},{"name":"PERF_REG_COUNTER_NAME_STRINGS","features":[192]},{"name":"PERF_REG_COUNTER_STRUCT","features":[192]},{"name":"PERF_REG_PROVIDER_GUID","features":[192]},{"name":"PERF_REG_PROVIDER_NAME","features":[192]},{"name":"PERF_REMOVE_COUNTER","features":[192]},{"name":"PERF_SINGLE_COUNTER","features":[192]},{"name":"PERF_SIZE_DWORD","features":[192]},{"name":"PERF_SIZE_LARGE","features":[192]},{"name":"PERF_SIZE_VARIABLE_LEN","features":[192]},{"name":"PERF_SIZE_ZERO","features":[192]},{"name":"PERF_STRING_BUFFER_HEADER","features":[192]},{"name":"PERF_STRING_COUNTER_HEADER","features":[192]},{"name":"PERF_TEXT_ASCII","features":[192]},{"name":"PERF_TEXT_UNICODE","features":[192]},{"name":"PERF_TIMER_100NS","features":[192]},{"name":"PERF_TIMER_TICK","features":[192]},{"name":"PERF_TYPE_COUNTER","features":[192]},{"name":"PERF_TYPE_NUMBER","features":[192]},{"name":"PERF_TYPE_TEXT","features":[192]},{"name":"PERF_TYPE_ZERO","features":[192]},{"name":"PERF_WILDCARD_COUNTER","features":[192]},{"name":"PERF_WILDCARD_INSTANCE","features":[192]},{"name":"PLAL_ALERT_CMD_LINE_A_NAME","features":[192]},{"name":"PLAL_ALERT_CMD_LINE_C_NAME","features":[192]},{"name":"PLAL_ALERT_CMD_LINE_D_TIME","features":[192]},{"name":"PLAL_ALERT_CMD_LINE_L_VAL","features":[192]},{"name":"PLAL_ALERT_CMD_LINE_MASK","features":[192]},{"name":"PLAL_ALERT_CMD_LINE_M_VAL","features":[192]},{"name":"PLAL_ALERT_CMD_LINE_SINGLE","features":[192]},{"name":"PLAL_ALERT_CMD_LINE_U_TEXT","features":[192]},{"name":"PLA_CABEXTRACT_CALLBACK","features":[192]},{"name":"PLA_CAPABILITY_AUTOLOGGER","features":[192]},{"name":"PLA_CAPABILITY_LEGACY_SESSION","features":[192]},{"name":"PLA_CAPABILITY_LEGACY_SVC","features":[192]},{"name":"PLA_CAPABILITY_LOCAL","features":[192]},{"name":"PLA_CAPABILITY_V1_SESSION","features":[192]},{"name":"PLA_CAPABILITY_V1_SVC","features":[192]},{"name":"PLA_CAPABILITY_V1_SYSTEM","features":[192]},{"name":"PM_CLOSE_PROC","features":[192]},{"name":"PM_COLLECT_PROC","features":[192]},{"name":"PM_OPEN_PROC","features":[192]},{"name":"PdhAddCounterA","features":[192]},{"name":"PdhAddCounterW","features":[192]},{"name":"PdhAddEnglishCounterA","features":[192]},{"name":"PdhAddEnglishCounterW","features":[192]},{"name":"PdhBindInputDataSourceA","features":[192]},{"name":"PdhBindInputDataSourceW","features":[192]},{"name":"PdhBrowseCountersA","features":[3,192]},{"name":"PdhBrowseCountersHA","features":[3,192]},{"name":"PdhBrowseCountersHW","features":[3,192]},{"name":"PdhBrowseCountersW","features":[3,192]},{"name":"PdhCalculateCounterFromRawValue","features":[3,192]},{"name":"PdhCloseLog","features":[192]},{"name":"PdhCloseQuery","features":[192]},{"name":"PdhCollectQueryData","features":[192]},{"name":"PdhCollectQueryDataEx","features":[3,192]},{"name":"PdhCollectQueryDataWithTime","features":[192]},{"name":"PdhComputeCounterStatistics","features":[3,192]},{"name":"PdhConnectMachineA","features":[192]},{"name":"PdhConnectMachineW","features":[192]},{"name":"PdhCreateSQLTablesA","features":[192]},{"name":"PdhCreateSQLTablesW","features":[192]},{"name":"PdhEnumLogSetNamesA","features":[192]},{"name":"PdhEnumLogSetNamesW","features":[192]},{"name":"PdhEnumMachinesA","features":[192]},{"name":"PdhEnumMachinesHA","features":[192]},{"name":"PdhEnumMachinesHW","features":[192]},{"name":"PdhEnumMachinesW","features":[192]},{"name":"PdhEnumObjectItemsA","features":[192]},{"name":"PdhEnumObjectItemsHA","features":[192]},{"name":"PdhEnumObjectItemsHW","features":[192]},{"name":"PdhEnumObjectItemsW","features":[192]},{"name":"PdhEnumObjectsA","features":[3,192]},{"name":"PdhEnumObjectsHA","features":[3,192]},{"name":"PdhEnumObjectsHW","features":[3,192]},{"name":"PdhEnumObjectsW","features":[3,192]},{"name":"PdhExpandCounterPathA","features":[192]},{"name":"PdhExpandCounterPathW","features":[192]},{"name":"PdhExpandWildCardPathA","features":[192]},{"name":"PdhExpandWildCardPathHA","features":[192]},{"name":"PdhExpandWildCardPathHW","features":[192]},{"name":"PdhExpandWildCardPathW","features":[192]},{"name":"PdhFormatFromRawValue","features":[3,192]},{"name":"PdhGetCounterInfoA","features":[3,192]},{"name":"PdhGetCounterInfoW","features":[3,192]},{"name":"PdhGetCounterTimeBase","features":[192]},{"name":"PdhGetDataSourceTimeRangeA","features":[192]},{"name":"PdhGetDataSourceTimeRangeH","features":[192]},{"name":"PdhGetDataSourceTimeRangeW","features":[192]},{"name":"PdhGetDefaultPerfCounterA","features":[192]},{"name":"PdhGetDefaultPerfCounterHA","features":[192]},{"name":"PdhGetDefaultPerfCounterHW","features":[192]},{"name":"PdhGetDefaultPerfCounterW","features":[192]},{"name":"PdhGetDefaultPerfObjectA","features":[192]},{"name":"PdhGetDefaultPerfObjectHA","features":[192]},{"name":"PdhGetDefaultPerfObjectHW","features":[192]},{"name":"PdhGetDefaultPerfObjectW","features":[192]},{"name":"PdhGetDllVersion","features":[192]},{"name":"PdhGetFormattedCounterArrayA","features":[192]},{"name":"PdhGetFormattedCounterArrayW","features":[192]},{"name":"PdhGetFormattedCounterValue","features":[192]},{"name":"PdhGetLogFileSize","features":[192]},{"name":"PdhGetLogSetGUID","features":[192]},{"name":"PdhGetRawCounterArrayA","features":[3,192]},{"name":"PdhGetRawCounterArrayW","features":[3,192]},{"name":"PdhGetRawCounterValue","features":[3,192]},{"name":"PdhIsRealTimeQuery","features":[3,192]},{"name":"PdhLookupPerfIndexByNameA","features":[192]},{"name":"PdhLookupPerfIndexByNameW","features":[192]},{"name":"PdhLookupPerfNameByIndexA","features":[192]},{"name":"PdhLookupPerfNameByIndexW","features":[192]},{"name":"PdhMakeCounterPathA","features":[192]},{"name":"PdhMakeCounterPathW","features":[192]},{"name":"PdhOpenLogA","features":[192]},{"name":"PdhOpenLogW","features":[192]},{"name":"PdhOpenQueryA","features":[192]},{"name":"PdhOpenQueryH","features":[192]},{"name":"PdhOpenQueryW","features":[192]},{"name":"PdhParseCounterPathA","features":[192]},{"name":"PdhParseCounterPathW","features":[192]},{"name":"PdhParseInstanceNameA","features":[192]},{"name":"PdhParseInstanceNameW","features":[192]},{"name":"PdhReadRawLogRecord","features":[3,192]},{"name":"PdhRemoveCounter","features":[192]},{"name":"PdhSelectDataSourceA","features":[3,192]},{"name":"PdhSelectDataSourceW","features":[3,192]},{"name":"PdhSetCounterScaleFactor","features":[192]},{"name":"PdhSetDefaultRealTimeDataSource","features":[192]},{"name":"PdhSetLogSetRunID","features":[192]},{"name":"PdhSetQueryTimeRange","features":[192]},{"name":"PdhUpdateLogA","features":[192]},{"name":"PdhUpdateLogFileCatalog","features":[192]},{"name":"PdhUpdateLogW","features":[192]},{"name":"PdhValidatePathA","features":[192]},{"name":"PdhValidatePathExA","features":[192]},{"name":"PdhValidatePathExW","features":[192]},{"name":"PdhValidatePathW","features":[192]},{"name":"PdhVerifySQLDBA","features":[192]},{"name":"PdhVerifySQLDBW","features":[192]},{"name":"PerfAddCounters","features":[3,192]},{"name":"PerfCloseQueryHandle","features":[3,192]},{"name":"PerfCounterDataType","features":[192]},{"name":"PerfCreateInstance","features":[3,192]},{"name":"PerfDecrementULongCounterValue","features":[3,192]},{"name":"PerfDecrementULongLongCounterValue","features":[3,192]},{"name":"PerfDeleteCounters","features":[3,192]},{"name":"PerfDeleteInstance","features":[3,192]},{"name":"PerfEnumerateCounterSet","features":[192]},{"name":"PerfEnumerateCounterSetInstances","features":[192]},{"name":"PerfIncrementULongCounterValue","features":[3,192]},{"name":"PerfIncrementULongLongCounterValue","features":[3,192]},{"name":"PerfOpenQueryHandle","features":[3,192]},{"name":"PerfQueryCounterData","features":[3,192]},{"name":"PerfQueryCounterInfo","features":[3,192]},{"name":"PerfQueryCounterSetRegistrationInfo","features":[192]},{"name":"PerfQueryInstance","features":[3,192]},{"name":"PerfRegInfoType","features":[192]},{"name":"PerfSetCounterRefValue","features":[3,192]},{"name":"PerfSetCounterSetInfo","features":[3,192]},{"name":"PerfSetULongCounterValue","features":[3,192]},{"name":"PerfSetULongLongCounterValue","features":[3,192]},{"name":"PerfStartProvider","features":[3,192]},{"name":"PerfStartProviderEx","features":[3,192]},{"name":"PerfStopProvider","features":[3,192]},{"name":"QueryPerformanceCounter","features":[3,192]},{"name":"QueryPerformanceFrequency","features":[3,192]},{"name":"REAL_TIME_DATA_SOURCE_ID_FLAGS","features":[192]},{"name":"ReportValueTypeConstants","features":[192]},{"name":"ResourcePolicy","features":[192]},{"name":"RestorePerfRegistryFromFileW","features":[192]},{"name":"S_PDH","features":[192]},{"name":"ServerDataCollectorSet","features":[192]},{"name":"ServerDataCollectorSetCollection","features":[192]},{"name":"SetServiceAsTrustedA","features":[192]},{"name":"SetServiceAsTrustedW","features":[192]},{"name":"SourcePropPage","features":[192]},{"name":"StreamMode","features":[192]},{"name":"SysmonBatchReason","features":[192]},{"name":"SysmonDataType","features":[192]},{"name":"SysmonFileType","features":[192]},{"name":"SystemDataCollectorSet","features":[192]},{"name":"SystemDataCollectorSetCollection","features":[192]},{"name":"SystemMonitor","features":[192]},{"name":"SystemMonitor2","features":[192]},{"name":"TraceDataProvider","features":[192]},{"name":"TraceDataProviderCollection","features":[192]},{"name":"TraceSession","features":[192]},{"name":"TraceSessionCollection","features":[192]},{"name":"UnloadPerfCounterTextStringsA","features":[3,192]},{"name":"UnloadPerfCounterTextStringsW","features":[3,192]},{"name":"UpdatePerfNameFilesA","features":[192]},{"name":"UpdatePerfNameFilesW","features":[192]},{"name":"ValueMapType","features":[192]},{"name":"WINPERF_LOG_DEBUG","features":[192]},{"name":"WINPERF_LOG_NONE","features":[192]},{"name":"WINPERF_LOG_USER","features":[192]},{"name":"WINPERF_LOG_VERBOSE","features":[192]},{"name":"WeekDays","features":[192]},{"name":"_ICounterItemUnion","features":[192]},{"name":"_ISystemMonitorUnion","features":[192]},{"name":"plaAlert","features":[192]},{"name":"plaApiTrace","features":[192]},{"name":"plaBinary","features":[192]},{"name":"plaBoth","features":[192]},{"name":"plaBuffering","features":[192]},{"name":"plaCommaSeparated","features":[192]},{"name":"plaCompiling","features":[192]},{"name":"plaComputer","features":[192]},{"name":"plaConfiguration","features":[192]},{"name":"plaCreateCab","features":[192]},{"name":"plaCreateHtml","features":[192]},{"name":"plaCreateNew","features":[192]},{"name":"plaCreateOrModify","features":[192]},{"name":"plaCreateReport","features":[192]},{"name":"plaCycle","features":[192]},{"name":"plaDeleteCab","features":[192]},{"name":"plaDeleteData","features":[192]},{"name":"plaDeleteLargest","features":[192]},{"name":"plaDeleteOldest","features":[192]},{"name":"plaDeleteReport","features":[192]},{"name":"plaEveryday","features":[192]},{"name":"plaFile","features":[192]},{"name":"plaFlag","features":[192]},{"name":"plaFlagArray","features":[192]},{"name":"plaFlushTrace","features":[192]},{"name":"plaFolderActions","features":[192]},{"name":"plaFriday","features":[192]},{"name":"plaIndex","features":[192]},{"name":"plaModify","features":[192]},{"name":"plaMonday","features":[192]},{"name":"plaMonthDayHour","features":[192]},{"name":"plaMonthDayHourMinute","features":[192]},{"name":"plaNone","features":[192]},{"name":"plaPattern","features":[192]},{"name":"plaPending","features":[192]},{"name":"plaPerformance","features":[192]},{"name":"plaPerformanceCounter","features":[192]},{"name":"plaRealTime","features":[192]},{"name":"plaResourceFreeing","features":[192]},{"name":"plaRunOnce","features":[192]},{"name":"plaRunRules","features":[192]},{"name":"plaRunning","features":[192]},{"name":"plaSaturday","features":[192]},{"name":"plaSendCab","features":[192]},{"name":"plaSerialNumber","features":[192]},{"name":"plaSql","features":[192]},{"name":"plaStopped","features":[192]},{"name":"plaSunday","features":[192]},{"name":"plaSystem","features":[192]},{"name":"plaTabSeparated","features":[192]},{"name":"plaThursday","features":[192]},{"name":"plaTimeStamp","features":[192]},{"name":"plaTrace","features":[192]},{"name":"plaTuesday","features":[192]},{"name":"plaUndefined","features":[192]},{"name":"plaUpdateRunningInstance","features":[192]},{"name":"plaValidateOnly","features":[192]},{"name":"plaValidation","features":[192]},{"name":"plaWednesday","features":[192]},{"name":"plaYearDayOfYear","features":[192]},{"name":"plaYearMonth","features":[192]},{"name":"plaYearMonthDay","features":[192]},{"name":"plaYearMonthDayHour","features":[192]},{"name":"sysmonAverage","features":[192]},{"name":"sysmonBatchAddCounters","features":[192]},{"name":"sysmonBatchAddFiles","features":[192]},{"name":"sysmonBatchAddFilesAutoCounters","features":[192]},{"name":"sysmonBatchNone","features":[192]},{"name":"sysmonChartArea","features":[192]},{"name":"sysmonChartStackedArea","features":[192]},{"name":"sysmonCurrentActivity","features":[192]},{"name":"sysmonCurrentValue","features":[192]},{"name":"sysmonDataAvg","features":[192]},{"name":"sysmonDataCount","features":[192]},{"name":"sysmonDataMax","features":[192]},{"name":"sysmonDataMin","features":[192]},{"name":"sysmonDataTime","features":[192]},{"name":"sysmonDefaultValue","features":[192]},{"name":"sysmonFileBlg","features":[192]},{"name":"sysmonFileCsv","features":[192]},{"name":"sysmonFileGif","features":[192]},{"name":"sysmonFileHtml","features":[192]},{"name":"sysmonFileReport","features":[192]},{"name":"sysmonFileRetiredBlg","features":[192]},{"name":"sysmonFileTsv","features":[192]},{"name":"sysmonHistogram","features":[192]},{"name":"sysmonLineGraph","features":[192]},{"name":"sysmonLogFiles","features":[192]},{"name":"sysmonMaximum","features":[192]},{"name":"sysmonMinimum","features":[192]},{"name":"sysmonNullDataSource","features":[192]},{"name":"sysmonReport","features":[192]},{"name":"sysmonSqlLog","features":[192]}],"592":[{"name":"DisableThreadProfiling","features":[3,193]},{"name":"EnableThreadProfiling","features":[3,193]},{"name":"HARDWARE_COUNTER_DATA","features":[193]},{"name":"HARDWARE_COUNTER_TYPE","features":[193]},{"name":"MaxHardwareCounterType","features":[193]},{"name":"PERFORMANCE_DATA","features":[193]},{"name":"PMCCounter","features":[193]},{"name":"QueryThreadProfiling","features":[3,193]},{"name":"ReadThreadProfilingData","features":[3,193]}],"593":[{"name":"CallNamedPipeA","features":[3,194]},{"name":"CallNamedPipeW","features":[3,194]},{"name":"ConnectNamedPipe","features":[3,8,194]},{"name":"CreateNamedPipeA","features":[3,6,23,194]},{"name":"CreateNamedPipeW","features":[3,6,23,194]},{"name":"CreatePipe","features":[3,6,194]},{"name":"DisconnectNamedPipe","features":[3,194]},{"name":"GetNamedPipeClientComputerNameA","features":[3,194]},{"name":"GetNamedPipeClientComputerNameW","features":[3,194]},{"name":"GetNamedPipeClientProcessId","features":[3,194]},{"name":"GetNamedPipeClientSessionId","features":[3,194]},{"name":"GetNamedPipeHandleStateA","features":[3,194]},{"name":"GetNamedPipeHandleStateW","features":[3,194]},{"name":"GetNamedPipeInfo","features":[3,194]},{"name":"GetNamedPipeServerProcessId","features":[3,194]},{"name":"GetNamedPipeServerSessionId","features":[3,194]},{"name":"ImpersonateNamedPipeClient","features":[3,194]},{"name":"NAMED_PIPE_MODE","features":[194]},{"name":"NMPWAIT_NOWAIT","features":[194]},{"name":"NMPWAIT_USE_DEFAULT_WAIT","features":[194]},{"name":"NMPWAIT_WAIT_FOREVER","features":[194]},{"name":"PIPE_ACCEPT_REMOTE_CLIENTS","features":[194]},{"name":"PIPE_CLIENT_END","features":[194]},{"name":"PIPE_NOWAIT","features":[194]},{"name":"PIPE_READMODE_BYTE","features":[194]},{"name":"PIPE_READMODE_MESSAGE","features":[194]},{"name":"PIPE_REJECT_REMOTE_CLIENTS","features":[194]},{"name":"PIPE_SERVER_END","features":[194]},{"name":"PIPE_TYPE_BYTE","features":[194]},{"name":"PIPE_TYPE_MESSAGE","features":[194]},{"name":"PIPE_UNLIMITED_INSTANCES","features":[194]},{"name":"PIPE_WAIT","features":[194]},{"name":"PeekNamedPipe","features":[3,194]},{"name":"SetNamedPipeHandleState","features":[3,194]},{"name":"TransactNamedPipe","features":[3,8,194]},{"name":"WaitNamedPipeA","features":[3,194]},{"name":"WaitNamedPipeW","features":[3,194]}],"594":[{"name":"ACCESS_ACTIVE_OVERLAY_SCHEME","features":[10]},{"name":"ACCESS_ACTIVE_SCHEME","features":[10]},{"name":"ACCESS_AC_POWER_SETTING_INDEX","features":[10]},{"name":"ACCESS_AC_POWER_SETTING_MAX","features":[10]},{"name":"ACCESS_AC_POWER_SETTING_MIN","features":[10]},{"name":"ACCESS_ATTRIBUTES","features":[10]},{"name":"ACCESS_CREATE_SCHEME","features":[10]},{"name":"ACCESS_DC_POWER_SETTING_INDEX","features":[10]},{"name":"ACCESS_DC_POWER_SETTING_MAX","features":[10]},{"name":"ACCESS_DC_POWER_SETTING_MIN","features":[10]},{"name":"ACCESS_DEFAULT_AC_POWER_SETTING","features":[10]},{"name":"ACCESS_DEFAULT_DC_POWER_SETTING","features":[10]},{"name":"ACCESS_DEFAULT_SECURITY_DESCRIPTOR","features":[10]},{"name":"ACCESS_DESCRIPTION","features":[10]},{"name":"ACCESS_FRIENDLY_NAME","features":[10]},{"name":"ACCESS_ICON_RESOURCE","features":[10]},{"name":"ACCESS_INDIVIDUAL_SETTING","features":[10]},{"name":"ACCESS_OVERLAY_SCHEME","features":[10]},{"name":"ACCESS_POSSIBLE_POWER_SETTING","features":[10]},{"name":"ACCESS_POSSIBLE_POWER_SETTING_DESCRIPTION","features":[10]},{"name":"ACCESS_POSSIBLE_POWER_SETTING_FRIENDLY_NAME","features":[10]},{"name":"ACCESS_POSSIBLE_VALUE_INCREMENT","features":[10]},{"name":"ACCESS_POSSIBLE_VALUE_MAX","features":[10]},{"name":"ACCESS_POSSIBLE_VALUE_MIN","features":[10]},{"name":"ACCESS_POSSIBLE_VALUE_UNITS","features":[10]},{"name":"ACCESS_PROFILE","features":[10]},{"name":"ACCESS_SCHEME","features":[10]},{"name":"ACCESS_SUBGROUP","features":[10]},{"name":"ACPI_REAL_TIME","features":[10]},{"name":"ACPI_TIME_ADJUST_DAYLIGHT","features":[10]},{"name":"ACPI_TIME_AND_ALARM_CAPABILITIES","features":[3,10]},{"name":"ACPI_TIME_IN_DAYLIGHT","features":[10]},{"name":"ACPI_TIME_RESOLUTION","features":[10]},{"name":"ACPI_TIME_ZONE_UNKNOWN","features":[10]},{"name":"ACTIVE_COOLING","features":[10]},{"name":"ADMINISTRATOR_POWER_POLICY","features":[10]},{"name":"ALTITUDE_GROUP_POLICY","features":[10]},{"name":"ALTITUDE_INTERNAL_OVERRIDE","features":[10]},{"name":"ALTITUDE_OEM_CUSTOMIZATION","features":[10]},{"name":"ALTITUDE_OS_DEFAULT","features":[10]},{"name":"ALTITUDE_PROVISIONING","features":[10]},{"name":"ALTITUDE_RUNTIME_OVERRIDE","features":[10]},{"name":"ALTITUDE_USER","features":[10]},{"name":"AcpiTimeResolutionMax","features":[10]},{"name":"AcpiTimeResolutionMilliseconds","features":[10]},{"name":"AcpiTimeResolutionSeconds","features":[10]},{"name":"AdministratorPowerPolicy","features":[10]},{"name":"BATTERY_CAPACITY_RELATIVE","features":[10]},{"name":"BATTERY_CHARGER_STATUS","features":[10]},{"name":"BATTERY_CHARGING","features":[10]},{"name":"BATTERY_CHARGING_SOURCE","features":[10]},{"name":"BATTERY_CHARGING_SOURCE_INFORMATION","features":[3,10]},{"name":"BATTERY_CHARGING_SOURCE_TYPE","features":[10]},{"name":"BATTERY_CLASS_MAJOR_VERSION","features":[10]},{"name":"BATTERY_CLASS_MINOR_VERSION","features":[10]},{"name":"BATTERY_CLASS_MINOR_VERSION_1","features":[10]},{"name":"BATTERY_CRITICAL","features":[10]},{"name":"BATTERY_CYCLE_COUNT_WMI_GUID","features":[10]},{"name":"BATTERY_DISCHARGING","features":[10]},{"name":"BATTERY_FULL_CHARGED_CAPACITY_WMI_GUID","features":[10]},{"name":"BATTERY_INFORMATION","features":[10]},{"name":"BATTERY_IS_SHORT_TERM","features":[10]},{"name":"BATTERY_MANUFACTURE_DATE","features":[10]},{"name":"BATTERY_MINIPORT_UPDATE_DATA_VER_1","features":[10]},{"name":"BATTERY_MINIPORT_UPDATE_DATA_VER_2","features":[10]},{"name":"BATTERY_POWER_ON_LINE","features":[10]},{"name":"BATTERY_QUERY_INFORMATION","features":[10]},{"name":"BATTERY_QUERY_INFORMATION_LEVEL","features":[10]},{"name":"BATTERY_REPORTING_SCALE","features":[10]},{"name":"BATTERY_RUNTIME_WMI_GUID","features":[10]},{"name":"BATTERY_SEALED","features":[10]},{"name":"BATTERY_SET_CHARGER_ID_SUPPORTED","features":[10]},{"name":"BATTERY_SET_CHARGE_SUPPORTED","features":[10]},{"name":"BATTERY_SET_CHARGINGSOURCE_SUPPORTED","features":[10]},{"name":"BATTERY_SET_DISCHARGE_SUPPORTED","features":[10]},{"name":"BATTERY_SET_INFORMATION","features":[10]},{"name":"BATTERY_SET_INFORMATION_LEVEL","features":[10]},{"name":"BATTERY_STATIC_DATA_WMI_GUID","features":[10]},{"name":"BATTERY_STATUS","features":[10]},{"name":"BATTERY_STATUS_CHANGE_WMI_GUID","features":[10]},{"name":"BATTERY_STATUS_WMI_GUID","features":[10]},{"name":"BATTERY_SYSTEM_BATTERY","features":[10]},{"name":"BATTERY_TAG_CHANGE_WMI_GUID","features":[10]},{"name":"BATTERY_TAG_INVALID","features":[10]},{"name":"BATTERY_TEMPERATURE_WMI_GUID","features":[10]},{"name":"BATTERY_UNKNOWN_CAPACITY","features":[10]},{"name":"BATTERY_UNKNOWN_CURRENT","features":[10]},{"name":"BATTERY_UNKNOWN_RATE","features":[10]},{"name":"BATTERY_UNKNOWN_TIME","features":[10]},{"name":"BATTERY_UNKNOWN_VOLTAGE","features":[10]},{"name":"BATTERY_USB_CHARGER_STATUS","features":[10]},{"name":"BATTERY_USB_CHARGER_STATUS_FN_DEFAULT_USB","features":[10]},{"name":"BATTERY_USB_CHARGER_STATUS_UCM_PD","features":[10]},{"name":"BATTERY_WAIT_STATUS","features":[10]},{"name":"BatteryCharge","features":[10]},{"name":"BatteryChargerId","features":[10]},{"name":"BatteryChargerStatus","features":[10]},{"name":"BatteryChargingSource","features":[10]},{"name":"BatteryChargingSourceType_AC","features":[10]},{"name":"BatteryChargingSourceType_Max","features":[10]},{"name":"BatteryChargingSourceType_USB","features":[10]},{"name":"BatteryChargingSourceType_Wireless","features":[10]},{"name":"BatteryCriticalBias","features":[10]},{"name":"BatteryDeviceName","features":[10]},{"name":"BatteryDeviceState","features":[10]},{"name":"BatteryDischarge","features":[10]},{"name":"BatteryEstimatedTime","features":[10]},{"name":"BatteryGranularityInformation","features":[10]},{"name":"BatteryInformation","features":[10]},{"name":"BatteryManufactureDate","features":[10]},{"name":"BatteryManufactureName","features":[10]},{"name":"BatterySerialNumber","features":[10]},{"name":"BatteryTemperature","features":[10]},{"name":"BatteryUniqueID","features":[10]},{"name":"BlackBoxRecorderDirectAccessBuffer","features":[10]},{"name":"CM_POWER_DATA","features":[10]},{"name":"CallNtPowerInformation","features":[3,10]},{"name":"CanUserWritePwrScheme","features":[3,10]},{"name":"CsDeviceNotification","features":[10]},{"name":"DEVICEPOWER_AND_OPERATION","features":[10]},{"name":"DEVICEPOWER_CLEAR_WAKEENABLED","features":[10]},{"name":"DEVICEPOWER_FILTER_DEVICES_PRESENT","features":[10]},{"name":"DEVICEPOWER_FILTER_HARDWARE","features":[10]},{"name":"DEVICEPOWER_FILTER_ON_NAME","features":[10]},{"name":"DEVICEPOWER_FILTER_WAKEENABLED","features":[10]},{"name":"DEVICEPOWER_FILTER_WAKEPROGRAMMABLE","features":[10]},{"name":"DEVICEPOWER_HARDWAREID","features":[10]},{"name":"DEVICEPOWER_SET_WAKEENABLED","features":[10]},{"name":"DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS","features":[10]},{"name":"DEVICE_POWER_CAPABILITIES","features":[10]},{"name":"DEVICE_POWER_STATE","features":[10]},{"name":"DeletePwrScheme","features":[3,10]},{"name":"DevicePowerClose","features":[3,10]},{"name":"DevicePowerEnumDevices","features":[3,10]},{"name":"DevicePowerOpen","features":[3,10]},{"name":"DevicePowerSetDeviceState","features":[10]},{"name":"DisplayBurst","features":[10]},{"name":"EFFECTIVE_POWER_MODE","features":[10]},{"name":"EFFECTIVE_POWER_MODE_CALLBACK","features":[10]},{"name":"EFFECTIVE_POWER_MODE_V1","features":[10]},{"name":"EFFECTIVE_POWER_MODE_V2","features":[10]},{"name":"EMI_CHANNEL_MEASUREMENT_DATA","features":[10]},{"name":"EMI_CHANNEL_V2","features":[10]},{"name":"EMI_MEASUREMENT_DATA_V2","features":[10]},{"name":"EMI_MEASUREMENT_UNIT","features":[10]},{"name":"EMI_METADATA_SIZE","features":[10]},{"name":"EMI_METADATA_V1","features":[10]},{"name":"EMI_METADATA_V2","features":[10]},{"name":"EMI_NAME_MAX","features":[10]},{"name":"EMI_VERSION","features":[10]},{"name":"EMI_VERSION_V1","features":[10]},{"name":"EMI_VERSION_V2","features":[10]},{"name":"ES_AWAYMODE_REQUIRED","features":[10]},{"name":"ES_CONTINUOUS","features":[10]},{"name":"ES_DISPLAY_REQUIRED","features":[10]},{"name":"ES_SYSTEM_REQUIRED","features":[10]},{"name":"ES_USER_PRESENT","features":[10]},{"name":"EXECUTION_STATE","features":[10]},{"name":"EffectivePowerModeBalanced","features":[10]},{"name":"EffectivePowerModeBatterySaver","features":[10]},{"name":"EffectivePowerModeBetterBattery","features":[10]},{"name":"EffectivePowerModeGameMode","features":[10]},{"name":"EffectivePowerModeHighPerformance","features":[10]},{"name":"EffectivePowerModeMaxPerformance","features":[10]},{"name":"EffectivePowerModeMixedReality","features":[10]},{"name":"EmiMeasurementUnitPicowattHours","features":[10]},{"name":"EnableMultiBatteryDisplay","features":[10]},{"name":"EnablePasswordLogon","features":[10]},{"name":"EnableSysTrayBatteryMeter","features":[10]},{"name":"EnableVideoDimDisplay","features":[10]},{"name":"EnableWakeOnRing","features":[10]},{"name":"EnergyTrackerCreate","features":[10]},{"name":"EnergyTrackerQuery","features":[10]},{"name":"EnumPwrSchemes","features":[3,10]},{"name":"ExitLatencySamplingPercentage","features":[10]},{"name":"FirmwareTableInformationRegistered","features":[10]},{"name":"GLOBAL_MACHINE_POWER_POLICY","features":[10]},{"name":"GLOBAL_POWER_POLICY","features":[3,10]},{"name":"GLOBAL_USER_POWER_POLICY","features":[3,10]},{"name":"GUID_CLASS_INPUT","features":[10]},{"name":"GUID_DEVICE_ACPI_TIME","features":[10]},{"name":"GUID_DEVICE_APPLICATIONLAUNCH_BUTTON","features":[10]},{"name":"GUID_DEVICE_BATTERY","features":[10]},{"name":"GUID_DEVICE_ENERGY_METER","features":[10]},{"name":"GUID_DEVICE_FAN","features":[10]},{"name":"GUID_DEVICE_LID","features":[10]},{"name":"GUID_DEVICE_MEMORY","features":[10]},{"name":"GUID_DEVICE_MESSAGE_INDICATOR","features":[10]},{"name":"GUID_DEVICE_PROCESSOR","features":[10]},{"name":"GUID_DEVICE_SYS_BUTTON","features":[10]},{"name":"GUID_DEVICE_THERMAL_ZONE","features":[10]},{"name":"GUID_DEVINTERFACE_THERMAL_COOLING","features":[10]},{"name":"GUID_DEVINTERFACE_THERMAL_MANAGER","features":[10]},{"name":"GetActivePwrScheme","features":[3,10]},{"name":"GetCurrentPowerPolicies","features":[3,10]},{"name":"GetDevicePowerState","features":[3,10]},{"name":"GetPowerRequestList","features":[10]},{"name":"GetPowerSettingValue","features":[10]},{"name":"GetPwrCapabilities","features":[3,10]},{"name":"GetPwrDiskSpindownRange","features":[3,10]},{"name":"GetSystemPowerStatus","features":[3,10]},{"name":"GroupPark","features":[10]},{"name":"HPOWERNOTIFY","features":[10]},{"name":"IOCTL_ACPI_GET_REAL_TIME","features":[10]},{"name":"IOCTL_ACPI_SET_REAL_TIME","features":[10]},{"name":"IOCTL_BATTERY_CHARGING_SOURCE_CHANGE","features":[10]},{"name":"IOCTL_BATTERY_QUERY_INFORMATION","features":[10]},{"name":"IOCTL_BATTERY_QUERY_STATUS","features":[10]},{"name":"IOCTL_BATTERY_QUERY_TAG","features":[10]},{"name":"IOCTL_BATTERY_SET_INFORMATION","features":[10]},{"name":"IOCTL_EMI_GET_MEASUREMENT","features":[10]},{"name":"IOCTL_EMI_GET_METADATA","features":[10]},{"name":"IOCTL_EMI_GET_METADATA_SIZE","features":[10]},{"name":"IOCTL_EMI_GET_VERSION","features":[10]},{"name":"IOCTL_GET_ACPI_TIME_AND_ALARM_CAPABILITIES","features":[10]},{"name":"IOCTL_GET_PROCESSOR_OBJ_INFO","features":[10]},{"name":"IOCTL_GET_SYS_BUTTON_CAPS","features":[10]},{"name":"IOCTL_GET_SYS_BUTTON_EVENT","features":[10]},{"name":"IOCTL_GET_WAKE_ALARM_POLICY","features":[10]},{"name":"IOCTL_GET_WAKE_ALARM_SYSTEM_POWERSTATE","features":[10]},{"name":"IOCTL_GET_WAKE_ALARM_VALUE","features":[10]},{"name":"IOCTL_NOTIFY_SWITCH_EVENT","features":[10]},{"name":"IOCTL_QUERY_LID","features":[10]},{"name":"IOCTL_RUN_ACTIVE_COOLING_METHOD","features":[10]},{"name":"IOCTL_SET_SYS_MESSAGE_INDICATOR","features":[10]},{"name":"IOCTL_SET_WAKE_ALARM_POLICY","features":[10]},{"name":"IOCTL_SET_WAKE_ALARM_VALUE","features":[10]},{"name":"IOCTL_THERMAL_QUERY_INFORMATION","features":[10]},{"name":"IOCTL_THERMAL_READ_POLICY","features":[10]},{"name":"IOCTL_THERMAL_READ_TEMPERATURE","features":[10]},{"name":"IOCTL_THERMAL_SET_COOLING_POLICY","features":[10]},{"name":"IOCTL_THERMAL_SET_PASSIVE_LIMIT","features":[10]},{"name":"IdleResiliency","features":[10]},{"name":"IsAdminOverrideActive","features":[3,10]},{"name":"IsPwrHibernateAllowed","features":[3,10]},{"name":"IsPwrShutdownAllowed","features":[3,10]},{"name":"IsPwrSuspendAllowed","features":[3,10]},{"name":"IsSystemResumeAutomatic","features":[3,10]},{"name":"LATENCY_TIME","features":[10]},{"name":"LT_DONT_CARE","features":[10]},{"name":"LT_LOWEST_LATENCY","features":[10]},{"name":"LastResumePerformance","features":[10]},{"name":"LastSleepTime","features":[10]},{"name":"LastWakeTime","features":[10]},{"name":"LogicalProcessorIdling","features":[10]},{"name":"MACHINE_POWER_POLICY","features":[10]},{"name":"MACHINE_PROCESSOR_POWER_POLICY","features":[10]},{"name":"MAX_ACTIVE_COOLING_LEVELS","features":[10]},{"name":"MAX_BATTERY_STRING_SIZE","features":[10]},{"name":"MonitorCapabilities","features":[10]},{"name":"MonitorInvocation","features":[10]},{"name":"MonitorRequestReasonAcDcDisplayBurst","features":[10]},{"name":"MonitorRequestReasonAcDcDisplayBurstSuppressed","features":[10]},{"name":"MonitorRequestReasonBatteryCountChange","features":[10]},{"name":"MonitorRequestReasonBatteryCountChangeSuppressed","features":[10]},{"name":"MonitorRequestReasonBatteryPreCritical","features":[10]},{"name":"MonitorRequestReasonBuiltinPanel","features":[10]},{"name":"MonitorRequestReasonDP","features":[10]},{"name":"MonitorRequestReasonDim","features":[10]},{"name":"MonitorRequestReasonDirectedDrips","features":[10]},{"name":"MonitorRequestReasonDisplayRequiredUnDim","features":[10]},{"name":"MonitorRequestReasonFullWake","features":[10]},{"name":"MonitorRequestReasonGracePeriod","features":[10]},{"name":"MonitorRequestReasonIdleTimeout","features":[10]},{"name":"MonitorRequestReasonLid","features":[10]},{"name":"MonitorRequestReasonMax","features":[10]},{"name":"MonitorRequestReasonNearProximity","features":[10]},{"name":"MonitorRequestReasonPdcSignal","features":[10]},{"name":"MonitorRequestReasonPdcSignalFingerprint","features":[10]},{"name":"MonitorRequestReasonPdcSignalHeyCortana","features":[10]},{"name":"MonitorRequestReasonPdcSignalHolographicShell","features":[10]},{"name":"MonitorRequestReasonPdcSignalSensorsHumanPresence","features":[10]},{"name":"MonitorRequestReasonPdcSignalWindowsMobilePwrNotif","features":[10]},{"name":"MonitorRequestReasonPdcSignalWindowsMobileShell","features":[10]},{"name":"MonitorRequestReasonPnP","features":[10]},{"name":"MonitorRequestReasonPoSetSystemState","features":[10]},{"name":"MonitorRequestReasonPolicyChange","features":[10]},{"name":"MonitorRequestReasonPowerButton","features":[10]},{"name":"MonitorRequestReasonRemoteConnection","features":[10]},{"name":"MonitorRequestReasonResumeModernStandby","features":[10]},{"name":"MonitorRequestReasonResumePdc","features":[10]},{"name":"MonitorRequestReasonResumeS4","features":[10]},{"name":"MonitorRequestReasonScMonitorpower","features":[10]},{"name":"MonitorRequestReasonScreenOffRequest","features":[10]},{"name":"MonitorRequestReasonSessionUnlock","features":[10]},{"name":"MonitorRequestReasonSetThreadExecutionState","features":[10]},{"name":"MonitorRequestReasonSleepButton","features":[10]},{"name":"MonitorRequestReasonSxTransition","features":[10]},{"name":"MonitorRequestReasonSystemIdle","features":[10]},{"name":"MonitorRequestReasonSystemStateEntered","features":[10]},{"name":"MonitorRequestReasonTerminal","features":[10]},{"name":"MonitorRequestReasonTerminalInit","features":[10]},{"name":"MonitorRequestReasonThermalStandby","features":[10]},{"name":"MonitorRequestReasonUnknown","features":[10]},{"name":"MonitorRequestReasonUserDisplayBurst","features":[10]},{"name":"MonitorRequestReasonUserInput","features":[10]},{"name":"MonitorRequestReasonUserInputAccelerometer","features":[10]},{"name":"MonitorRequestReasonUserInputHid","features":[10]},{"name":"MonitorRequestReasonUserInputInitialization","features":[10]},{"name":"MonitorRequestReasonUserInputKeyboard","features":[10]},{"name":"MonitorRequestReasonUserInputMouse","features":[10]},{"name":"MonitorRequestReasonUserInputPen","features":[10]},{"name":"MonitorRequestReasonUserInputPoUserPresent","features":[10]},{"name":"MonitorRequestReasonUserInputSessionSwitch","features":[10]},{"name":"MonitorRequestReasonUserInputTouch","features":[10]},{"name":"MonitorRequestReasonUserInputTouchpad","features":[10]},{"name":"MonitorRequestReasonWinrt","features":[10]},{"name":"MonitorRequestTypeOff","features":[10]},{"name":"MonitorRequestTypeOnAndPresent","features":[10]},{"name":"MonitorRequestTypeToggleOn","features":[10]},{"name":"NotifyUserModeLegacyPowerEvent","features":[10]},{"name":"NotifyUserPowerSetting","features":[10]},{"name":"PASSIVE_COOLING","features":[10]},{"name":"PDCAP_D0_SUPPORTED","features":[10]},{"name":"PDCAP_D1_SUPPORTED","features":[10]},{"name":"PDCAP_D2_SUPPORTED","features":[10]},{"name":"PDCAP_D3_SUPPORTED","features":[10]},{"name":"PDCAP_S0_SUPPORTED","features":[10]},{"name":"PDCAP_S1_SUPPORTED","features":[10]},{"name":"PDCAP_S2_SUPPORTED","features":[10]},{"name":"PDCAP_S3_SUPPORTED","features":[10]},{"name":"PDCAP_S4_SUPPORTED","features":[10]},{"name":"PDCAP_S5_SUPPORTED","features":[10]},{"name":"PDCAP_WAKE_FROM_D0_SUPPORTED","features":[10]},{"name":"PDCAP_WAKE_FROM_D1_SUPPORTED","features":[10]},{"name":"PDCAP_WAKE_FROM_D2_SUPPORTED","features":[10]},{"name":"PDCAP_WAKE_FROM_D3_SUPPORTED","features":[10]},{"name":"PDCAP_WAKE_FROM_S0_SUPPORTED","features":[10]},{"name":"PDCAP_WAKE_FROM_S1_SUPPORTED","features":[10]},{"name":"PDCAP_WAKE_FROM_S2_SUPPORTED","features":[10]},{"name":"PDCAP_WAKE_FROM_S3_SUPPORTED","features":[10]},{"name":"PDCAP_WARM_EJECT_SUPPORTED","features":[10]},{"name":"PDEVICE_NOTIFY_CALLBACK_ROUTINE","features":[10]},{"name":"POWERBROADCAST_SETTING","features":[10]},{"name":"POWER_ACTION","features":[10]},{"name":"POWER_ACTION_POLICY","features":[10]},{"name":"POWER_ACTION_POLICY_EVENT_CODE","features":[10]},{"name":"POWER_ATTRIBUTE_HIDE","features":[10]},{"name":"POWER_ATTRIBUTE_SHOW_AOAC","features":[10]},{"name":"POWER_COOLING_MODE","features":[10]},{"name":"POWER_DATA_ACCESSOR","features":[10]},{"name":"POWER_FORCE_TRIGGER_RESET","features":[10]},{"name":"POWER_IDLE_RESILIENCY","features":[10]},{"name":"POWER_INFORMATION_LEVEL","features":[10]},{"name":"POWER_LEVEL_USER_NOTIFY_EXEC","features":[10]},{"name":"POWER_LEVEL_USER_NOTIFY_SOUND","features":[10]},{"name":"POWER_LEVEL_USER_NOTIFY_TEXT","features":[10]},{"name":"POWER_MONITOR_INVOCATION","features":[3,10]},{"name":"POWER_MONITOR_REQUEST_REASON","features":[10]},{"name":"POWER_MONITOR_REQUEST_TYPE","features":[10]},{"name":"POWER_PLATFORM_INFORMATION","features":[3,10]},{"name":"POWER_PLATFORM_ROLE","features":[10]},{"name":"POWER_PLATFORM_ROLE_V1","features":[10]},{"name":"POWER_PLATFORM_ROLE_V2","features":[10]},{"name":"POWER_PLATFORM_ROLE_VERSION","features":[10]},{"name":"POWER_POLICY","features":[3,10]},{"name":"POWER_REQUEST_TYPE","features":[10]},{"name":"POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES","features":[3,10]},{"name":"POWER_SESSION_CONNECT","features":[3,10]},{"name":"POWER_SESSION_RIT_STATE","features":[3,10]},{"name":"POWER_SESSION_TIMEOUTS","features":[10]},{"name":"POWER_SESSION_WINLOGON","features":[3,10]},{"name":"POWER_SETTING_ALTITUDE","features":[10]},{"name":"POWER_USER_NOTIFY_BUTTON","features":[10]},{"name":"POWER_USER_NOTIFY_SHUTDOWN","features":[10]},{"name":"POWER_USER_PRESENCE","features":[10]},{"name":"POWER_USER_PRESENCE_TYPE","features":[10]},{"name":"PO_TZ_ACTIVE","features":[10]},{"name":"PO_TZ_INVALID_MODE","features":[10]},{"name":"PO_TZ_PASSIVE","features":[10]},{"name":"PPM_FIRMWARE_ACPI1C2","features":[10]},{"name":"PPM_FIRMWARE_ACPI1C3","features":[10]},{"name":"PPM_FIRMWARE_ACPI1TSTATES","features":[10]},{"name":"PPM_FIRMWARE_CPC","features":[10]},{"name":"PPM_FIRMWARE_CSD","features":[10]},{"name":"PPM_FIRMWARE_CST","features":[10]},{"name":"PPM_FIRMWARE_LPI","features":[10]},{"name":"PPM_FIRMWARE_OSC","features":[10]},{"name":"PPM_FIRMWARE_PCCH","features":[10]},{"name":"PPM_FIRMWARE_PCCP","features":[10]},{"name":"PPM_FIRMWARE_PCT","features":[10]},{"name":"PPM_FIRMWARE_PDC","features":[10]},{"name":"PPM_FIRMWARE_PPC","features":[10]},{"name":"PPM_FIRMWARE_PSD","features":[10]},{"name":"PPM_FIRMWARE_PSS","features":[10]},{"name":"PPM_FIRMWARE_PTC","features":[10]},{"name":"PPM_FIRMWARE_TPC","features":[10]},{"name":"PPM_FIRMWARE_TSD","features":[10]},{"name":"PPM_FIRMWARE_TSS","features":[10]},{"name":"PPM_FIRMWARE_XPSS","features":[10]},{"name":"PPM_IDLESTATES_DATA_GUID","features":[10]},{"name":"PPM_IDLESTATE_CHANGE_GUID","features":[10]},{"name":"PPM_IDLESTATE_EVENT","features":[10]},{"name":"PPM_IDLE_ACCOUNTING","features":[10]},{"name":"PPM_IDLE_ACCOUNTING_EX","features":[10]},{"name":"PPM_IDLE_ACCOUNTING_EX_GUID","features":[10]},{"name":"PPM_IDLE_ACCOUNTING_GUID","features":[10]},{"name":"PPM_IDLE_IMPLEMENTATION_CSTATES","features":[10]},{"name":"PPM_IDLE_IMPLEMENTATION_LPISTATES","features":[10]},{"name":"PPM_IDLE_IMPLEMENTATION_MICROPEP","features":[10]},{"name":"PPM_IDLE_IMPLEMENTATION_NONE","features":[10]},{"name":"PPM_IDLE_IMPLEMENTATION_PEP","features":[10]},{"name":"PPM_IDLE_STATE_ACCOUNTING","features":[10]},{"name":"PPM_IDLE_STATE_ACCOUNTING_EX","features":[10]},{"name":"PPM_IDLE_STATE_BUCKET_EX","features":[10]},{"name":"PPM_PERFMON_PERFSTATE_GUID","features":[10]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_CPPC","features":[10]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_NONE","features":[10]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PCCV1","features":[10]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PEP","features":[10]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PSTATES","features":[10]},{"name":"PPM_PERFSTATES_DATA_GUID","features":[10]},{"name":"PPM_PERFSTATE_CHANGE_GUID","features":[10]},{"name":"PPM_PERFSTATE_DOMAIN_CHANGE_GUID","features":[10]},{"name":"PPM_PERFSTATE_DOMAIN_EVENT","features":[10]},{"name":"PPM_PERFSTATE_EVENT","features":[10]},{"name":"PPM_THERMALCHANGE_EVENT","features":[10]},{"name":"PPM_THERMALCONSTRAINT_GUID","features":[10]},{"name":"PPM_THERMAL_POLICY_CHANGE_GUID","features":[10]},{"name":"PPM_THERMAL_POLICY_EVENT","features":[10]},{"name":"PPM_WMI_IDLE_STATE","features":[10]},{"name":"PPM_WMI_IDLE_STATES","features":[10]},{"name":"PPM_WMI_IDLE_STATES_EX","features":[10]},{"name":"PPM_WMI_LEGACY_PERFSTATE","features":[10]},{"name":"PPM_WMI_PERF_STATE","features":[10]},{"name":"PPM_WMI_PERF_STATES","features":[10]},{"name":"PPM_WMI_PERF_STATES_EX","features":[10]},{"name":"PROCESSOR_NUMBER_PKEY","features":[1,10]},{"name":"PROCESSOR_OBJECT_INFO","features":[10]},{"name":"PROCESSOR_OBJECT_INFO_EX","features":[10]},{"name":"PROCESSOR_POWER_INFORMATION","features":[10]},{"name":"PROCESSOR_POWER_POLICY","features":[10]},{"name":"PROCESSOR_POWER_POLICY_INFO","features":[10]},{"name":"PWRSCHEMESENUMPROC","features":[3,10]},{"name":"PWRSCHEMESENUMPROC_V1","features":[3,10]},{"name":"PdcInvocation","features":[10]},{"name":"PhysicalPowerButtonPress","features":[10]},{"name":"PlatformIdleStates","features":[10]},{"name":"PlatformIdleVeto","features":[10]},{"name":"PlatformInformation","features":[10]},{"name":"PlatformRole","features":[10]},{"name":"PlatformRoleAppliancePC","features":[10]},{"name":"PlatformRoleDesktop","features":[10]},{"name":"PlatformRoleEnterpriseServer","features":[10]},{"name":"PlatformRoleMaximum","features":[10]},{"name":"PlatformRoleMobile","features":[10]},{"name":"PlatformRolePerformanceServer","features":[10]},{"name":"PlatformRoleSOHOServer","features":[10]},{"name":"PlatformRoleSlate","features":[10]},{"name":"PlatformRoleUnspecified","features":[10]},{"name":"PlatformRoleWorkstation","features":[10]},{"name":"PlmPowerRequestCreate","features":[10]},{"name":"PoAc","features":[10]},{"name":"PoConditionMaximum","features":[10]},{"name":"PoDc","features":[10]},{"name":"PoHot","features":[10]},{"name":"PowerActionDisplayOff","features":[10]},{"name":"PowerActionHibernate","features":[10]},{"name":"PowerActionNone","features":[10]},{"name":"PowerActionReserved","features":[10]},{"name":"PowerActionShutdown","features":[10]},{"name":"PowerActionShutdownOff","features":[10]},{"name":"PowerActionShutdownReset","features":[10]},{"name":"PowerActionSleep","features":[10]},{"name":"PowerActionWarmEject","features":[10]},{"name":"PowerCanRestoreIndividualDefaultPowerScheme","features":[3,10]},{"name":"PowerClearRequest","features":[3,10]},{"name":"PowerCreatePossibleSetting","features":[3,10,51]},{"name":"PowerCreateRequest","features":[3,10,39]},{"name":"PowerCreateSetting","features":[3,10,51]},{"name":"PowerDeleteScheme","features":[3,10,51]},{"name":"PowerDeterminePlatformRole","features":[10]},{"name":"PowerDeterminePlatformRoleEx","features":[10]},{"name":"PowerDeviceD0","features":[10]},{"name":"PowerDeviceD1","features":[10]},{"name":"PowerDeviceD2","features":[10]},{"name":"PowerDeviceD3","features":[10]},{"name":"PowerDeviceMaximum","features":[10]},{"name":"PowerDeviceUnspecified","features":[10]},{"name":"PowerDuplicateScheme","features":[3,10,51]},{"name":"PowerEnumerate","features":[3,10,51]},{"name":"PowerGetActiveScheme","features":[3,10,51]},{"name":"PowerImportPowerScheme","features":[3,10,51]},{"name":"PowerInformationInternal","features":[10]},{"name":"PowerInformationLevelMaximum","features":[10]},{"name":"PowerInformationLevelUnused0","features":[10]},{"name":"PowerIsSettingRangeDefined","features":[3,10]},{"name":"PowerOpenSystemPowerKey","features":[3,10,51]},{"name":"PowerOpenUserPowerKey","features":[3,10,51]},{"name":"PowerReadACDefaultIndex","features":[10,51]},{"name":"PowerReadACValue","features":[3,10,51]},{"name":"PowerReadACValueIndex","features":[3,10,51]},{"name":"PowerReadDCDefaultIndex","features":[10,51]},{"name":"PowerReadDCValue","features":[3,10,51]},{"name":"PowerReadDCValueIndex","features":[10,51]},{"name":"PowerReadDescription","features":[3,10,51]},{"name":"PowerReadFriendlyName","features":[3,10,51]},{"name":"PowerReadIconResourceSpecifier","features":[3,10,51]},{"name":"PowerReadPossibleDescription","features":[3,10,51]},{"name":"PowerReadPossibleFriendlyName","features":[3,10,51]},{"name":"PowerReadPossibleValue","features":[3,10,51]},{"name":"PowerReadSettingAttributes","features":[10]},{"name":"PowerReadValueIncrement","features":[3,10,51]},{"name":"PowerReadValueMax","features":[3,10,51]},{"name":"PowerReadValueMin","features":[3,10,51]},{"name":"PowerReadValueUnitsSpecifier","features":[3,10,51]},{"name":"PowerRegisterForEffectivePowerModeNotifications","features":[10]},{"name":"PowerRegisterSuspendResumeNotification","features":[3,10,52]},{"name":"PowerRemovePowerSetting","features":[3,10]},{"name":"PowerReplaceDefaultPowerSchemes","features":[10]},{"name":"PowerReportThermalEvent","features":[3,10]},{"name":"PowerRequestAction","features":[10]},{"name":"PowerRequestActionInternal","features":[10]},{"name":"PowerRequestAwayModeRequired","features":[10]},{"name":"PowerRequestCreate","features":[10]},{"name":"PowerRequestDisplayRequired","features":[10]},{"name":"PowerRequestExecutionRequired","features":[10]},{"name":"PowerRequestSystemRequired","features":[10]},{"name":"PowerRestoreDefaultPowerSchemes","features":[3,10]},{"name":"PowerRestoreIndividualDefaultPowerScheme","features":[3,10]},{"name":"PowerSetActiveScheme","features":[3,10,51]},{"name":"PowerSetRequest","features":[3,10]},{"name":"PowerSettingAccessCheck","features":[3,10]},{"name":"PowerSettingAccessCheckEx","features":[3,10,51]},{"name":"PowerSettingNotificationName","features":[10]},{"name":"PowerSettingRegisterNotification","features":[3,10,52]},{"name":"PowerSettingUnregisterNotification","features":[3,10]},{"name":"PowerShutdownNotification","features":[10]},{"name":"PowerSystemHibernate","features":[10]},{"name":"PowerSystemMaximum","features":[10]},{"name":"PowerSystemShutdown","features":[10]},{"name":"PowerSystemSleeping1","features":[10]},{"name":"PowerSystemSleeping2","features":[10]},{"name":"PowerSystemSleeping3","features":[10]},{"name":"PowerSystemUnspecified","features":[10]},{"name":"PowerSystemWorking","features":[10]},{"name":"PowerUnregisterFromEffectivePowerModeNotifications","features":[10]},{"name":"PowerUnregisterSuspendResumeNotification","features":[3,10]},{"name":"PowerUserInactive","features":[10]},{"name":"PowerUserInvalid","features":[10]},{"name":"PowerUserMaximum","features":[10]},{"name":"PowerUserNotPresent","features":[10]},{"name":"PowerUserPresent","features":[10]},{"name":"PowerWriteACDefaultIndex","features":[10,51]},{"name":"PowerWriteACValueIndex","features":[3,10,51]},{"name":"PowerWriteDCDefaultIndex","features":[10,51]},{"name":"PowerWriteDCValueIndex","features":[10,51]},{"name":"PowerWriteDescription","features":[3,10,51]},{"name":"PowerWriteFriendlyName","features":[3,10,51]},{"name":"PowerWriteIconResourceSpecifier","features":[3,10,51]},{"name":"PowerWritePossibleDescription","features":[3,10,51]},{"name":"PowerWritePossibleFriendlyName","features":[3,10,51]},{"name":"PowerWritePossibleValue","features":[3,10,51]},{"name":"PowerWriteSettingAttributes","features":[3,10]},{"name":"PowerWriteValueIncrement","features":[3,10,51]},{"name":"PowerWriteValueMax","features":[3,10,51]},{"name":"PowerWriteValueMin","features":[3,10,51]},{"name":"PowerWriteValueUnitsSpecifier","features":[3,10,51]},{"name":"ProcessorCap","features":[10]},{"name":"ProcessorIdleDomains","features":[10]},{"name":"ProcessorIdleStates","features":[10]},{"name":"ProcessorIdleStatesHv","features":[10]},{"name":"ProcessorIdleVeto","features":[10]},{"name":"ProcessorInformation","features":[10]},{"name":"ProcessorInformationEx","features":[10]},{"name":"ProcessorLoad","features":[10]},{"name":"ProcessorPerfCapHv","features":[10]},{"name":"ProcessorPerfStates","features":[10]},{"name":"ProcessorPerfStatesHv","features":[10]},{"name":"ProcessorPowerPolicyAc","features":[10]},{"name":"ProcessorPowerPolicyCurrent","features":[10]},{"name":"ProcessorPowerPolicyDc","features":[10]},{"name":"ProcessorSetIdle","features":[10]},{"name":"ProcessorStateHandler","features":[10]},{"name":"ProcessorStateHandler2","features":[10]},{"name":"QueryPotentialDripsConstraint","features":[10]},{"name":"RESUME_PERFORMANCE","features":[10]},{"name":"ReadGlobalPwrPolicy","features":[3,10]},{"name":"ReadProcessorPwrScheme","features":[3,10]},{"name":"ReadPwrScheme","features":[3,10]},{"name":"RegisterPowerSettingNotification","features":[3,10,52]},{"name":"RegisterSpmPowerSettings","features":[10]},{"name":"RegisterSuspendResumeNotification","features":[3,10,52]},{"name":"RequestWakeupLatency","features":[3,10]},{"name":"SET_POWER_SETTING_VALUE","features":[10]},{"name":"SYSTEM_BATTERY_STATE","features":[3,10]},{"name":"SYSTEM_POWER_CAPABILITIES","features":[3,10]},{"name":"SYSTEM_POWER_CONDITION","features":[10]},{"name":"SYSTEM_POWER_INFORMATION","features":[10]},{"name":"SYSTEM_POWER_LEVEL","features":[3,10]},{"name":"SYSTEM_POWER_POLICY","features":[3,10]},{"name":"SYSTEM_POWER_STATE","features":[10]},{"name":"SYSTEM_POWER_STATUS","features":[10]},{"name":"SYS_BUTTON_LID","features":[10]},{"name":"SYS_BUTTON_LID_CHANGED","features":[10]},{"name":"SYS_BUTTON_LID_CLOSED","features":[10]},{"name":"SYS_BUTTON_LID_INITIAL","features":[10]},{"name":"SYS_BUTTON_LID_OPEN","features":[10]},{"name":"SYS_BUTTON_LID_STATE_MASK","features":[10]},{"name":"SYS_BUTTON_POWER","features":[10]},{"name":"SYS_BUTTON_SLEEP","features":[10]},{"name":"SYS_BUTTON_WAKE","features":[10]},{"name":"ScreenOff","features":[10]},{"name":"SendSuspendResumeNotification","features":[10]},{"name":"SessionAllowExternalDmaDevices","features":[10]},{"name":"SessionConnectNotification","features":[10]},{"name":"SessionDisplayState","features":[10]},{"name":"SessionLockState","features":[10]},{"name":"SessionPowerCleanup","features":[10]},{"name":"SessionPowerInit","features":[10]},{"name":"SessionRITState","features":[10]},{"name":"SetActivePwrScheme","features":[3,10]},{"name":"SetPowerSettingValue","features":[10]},{"name":"SetShutdownSelectedTime","features":[10]},{"name":"SetSuspendState","features":[3,10]},{"name":"SetSystemPowerState","features":[3,10]},{"name":"SetThreadExecutionState","features":[10]},{"name":"SuspendResumeInvocation","features":[10]},{"name":"SystemBatteryState","features":[10]},{"name":"SystemBatteryStatePrecise","features":[10]},{"name":"SystemExecutionState","features":[10]},{"name":"SystemHiberFileInformation","features":[10]},{"name":"SystemHiberFileSize","features":[10]},{"name":"SystemHiberFileType","features":[10]},{"name":"SystemHiberbootState","features":[10]},{"name":"SystemMonitorHiberBootPowerOff","features":[10]},{"name":"SystemPowerCapabilities","features":[10]},{"name":"SystemPowerInformation","features":[10]},{"name":"SystemPowerLoggingEntry","features":[10]},{"name":"SystemPowerPolicyAc","features":[10]},{"name":"SystemPowerPolicyCurrent","features":[10]},{"name":"SystemPowerPolicyDc","features":[10]},{"name":"SystemPowerStateHandler","features":[10]},{"name":"SystemPowerStateLogging","features":[10]},{"name":"SystemPowerStateNotifyHandler","features":[10]},{"name":"SystemReserveHiberFile","features":[10]},{"name":"SystemVideoState","features":[10]},{"name":"SystemWakeSource","features":[10]},{"name":"THERMAL_COOLING_INTERFACE_VERSION","features":[10]},{"name":"THERMAL_DEVICE_INTERFACE_VERSION","features":[10]},{"name":"THERMAL_EVENT","features":[10]},{"name":"THERMAL_EVENT_VERSION","features":[10]},{"name":"THERMAL_INFORMATION","features":[10]},{"name":"THERMAL_POLICY","features":[3,10]},{"name":"THERMAL_POLICY_VERSION_1","features":[10]},{"name":"THERMAL_POLICY_VERSION_2","features":[10]},{"name":"THERMAL_WAIT_READ","features":[10]},{"name":"TZ_ACTIVATION_REASON_CURRENT","features":[10]},{"name":"TZ_ACTIVATION_REASON_THERMAL","features":[10]},{"name":"ThermalEvent","features":[10]},{"name":"ThermalStandby","features":[10]},{"name":"TraceApplicationPowerMessage","features":[10]},{"name":"TraceApplicationPowerMessageEnd","features":[10]},{"name":"TraceServicePowerMessage","features":[10]},{"name":"UNKNOWN_CAPACITY","features":[10]},{"name":"UNKNOWN_CURRENT","features":[10]},{"name":"UNKNOWN_RATE","features":[10]},{"name":"UNKNOWN_VOLTAGE","features":[10]},{"name":"USB_CHARGER_PORT","features":[10]},{"name":"USER_ACTIVITY_PRESENCE","features":[10]},{"name":"USER_POWER_POLICY","features":[3,10]},{"name":"UnregisterPowerSettingNotification","features":[3,10]},{"name":"UnregisterSuspendResumeNotification","features":[3,10]},{"name":"UpdateBlackBoxRecorder","features":[10]},{"name":"UsbChargerPort_Legacy","features":[10]},{"name":"UsbChargerPort_Max","features":[10]},{"name":"UsbChargerPort_TypeC","features":[10]},{"name":"UserNotPresent","features":[10]},{"name":"UserPresence","features":[10]},{"name":"UserPresent","features":[10]},{"name":"UserUnknown","features":[10]},{"name":"ValidatePowerPolicies","features":[3,10]},{"name":"VerifyProcessorPowerPolicyAc","features":[10]},{"name":"VerifyProcessorPowerPolicyDc","features":[10]},{"name":"VerifySystemPolicyAc","features":[10]},{"name":"VerifySystemPolicyDc","features":[10]},{"name":"WAKE_ALARM_INFORMATION","features":[10]},{"name":"WakeTimerList","features":[10]},{"name":"WriteGlobalPwrPolicy","features":[3,10]},{"name":"WriteProcessorPwrScheme","features":[3,10]},{"name":"WritePwrScheme","features":[3,10]}],"595":[{"name":"ENUM_PAGE_FILE_INFORMATION","features":[195]},{"name":"ENUM_PROCESS_MODULES_EX_FLAGS","features":[195]},{"name":"EmptyWorkingSet","features":[3,195]},{"name":"EnumDeviceDrivers","features":[3,195]},{"name":"EnumPageFilesA","features":[3,195]},{"name":"EnumPageFilesW","features":[3,195]},{"name":"EnumProcessModules","features":[3,195]},{"name":"EnumProcessModulesEx","features":[3,195]},{"name":"EnumProcesses","features":[3,195]},{"name":"GetDeviceDriverBaseNameA","features":[195]},{"name":"GetDeviceDriverBaseNameW","features":[195]},{"name":"GetDeviceDriverFileNameA","features":[195]},{"name":"GetDeviceDriverFileNameW","features":[195]},{"name":"GetMappedFileNameA","features":[3,195]},{"name":"GetMappedFileNameW","features":[3,195]},{"name":"GetModuleBaseNameA","features":[3,195]},{"name":"GetModuleBaseNameW","features":[3,195]},{"name":"GetModuleFileNameExA","features":[3,195]},{"name":"GetModuleFileNameExW","features":[3,195]},{"name":"GetModuleInformation","features":[3,195]},{"name":"GetPerformanceInfo","features":[3,195]},{"name":"GetProcessImageFileNameA","features":[3,195]},{"name":"GetProcessImageFileNameW","features":[3,195]},{"name":"GetProcessMemoryInfo","features":[3,195]},{"name":"GetWsChanges","features":[3,195]},{"name":"GetWsChangesEx","features":[3,195]},{"name":"InitializeProcessForWsWatch","features":[3,195]},{"name":"K32EmptyWorkingSet","features":[3,195]},{"name":"K32EnumDeviceDrivers","features":[3,195]},{"name":"K32EnumPageFilesA","features":[3,195]},{"name":"K32EnumPageFilesW","features":[3,195]},{"name":"K32EnumProcessModules","features":[3,195]},{"name":"K32EnumProcessModulesEx","features":[3,195]},{"name":"K32EnumProcesses","features":[3,195]},{"name":"K32GetDeviceDriverBaseNameA","features":[195]},{"name":"K32GetDeviceDriverBaseNameW","features":[195]},{"name":"K32GetDeviceDriverFileNameA","features":[195]},{"name":"K32GetDeviceDriverFileNameW","features":[195]},{"name":"K32GetMappedFileNameA","features":[3,195]},{"name":"K32GetMappedFileNameW","features":[3,195]},{"name":"K32GetModuleBaseNameA","features":[3,195]},{"name":"K32GetModuleBaseNameW","features":[3,195]},{"name":"K32GetModuleFileNameExA","features":[3,195]},{"name":"K32GetModuleFileNameExW","features":[3,195]},{"name":"K32GetModuleInformation","features":[3,195]},{"name":"K32GetPerformanceInfo","features":[3,195]},{"name":"K32GetProcessImageFileNameA","features":[3,195]},{"name":"K32GetProcessImageFileNameW","features":[3,195]},{"name":"K32GetProcessMemoryInfo","features":[3,195]},{"name":"K32GetWsChanges","features":[3,195]},{"name":"K32GetWsChangesEx","features":[3,195]},{"name":"K32InitializeProcessForWsWatch","features":[3,195]},{"name":"K32QueryWorkingSet","features":[3,195]},{"name":"K32QueryWorkingSetEx","features":[3,195]},{"name":"LIST_MODULES_32BIT","features":[195]},{"name":"LIST_MODULES_64BIT","features":[195]},{"name":"LIST_MODULES_ALL","features":[195]},{"name":"LIST_MODULES_DEFAULT","features":[195]},{"name":"MODULEINFO","features":[195]},{"name":"PENUM_PAGE_FILE_CALLBACKA","features":[3,195]},{"name":"PENUM_PAGE_FILE_CALLBACKW","features":[3,195]},{"name":"PERFORMANCE_INFORMATION","features":[195]},{"name":"PROCESS_MEMORY_COUNTERS","features":[195]},{"name":"PROCESS_MEMORY_COUNTERS_EX","features":[195]},{"name":"PROCESS_MEMORY_COUNTERS_EX2","features":[195]},{"name":"PSAPI_VERSION","features":[195]},{"name":"PSAPI_WORKING_SET_BLOCK","features":[195]},{"name":"PSAPI_WORKING_SET_EX_BLOCK","features":[195]},{"name":"PSAPI_WORKING_SET_EX_INFORMATION","features":[195]},{"name":"PSAPI_WORKING_SET_INFORMATION","features":[195]},{"name":"PSAPI_WS_WATCH_INFORMATION","features":[195]},{"name":"PSAPI_WS_WATCH_INFORMATION_EX","features":[195]},{"name":"QueryWorkingSet","features":[3,195]},{"name":"QueryWorkingSetEx","features":[3,195]}],"597":[{"name":"ApplicationRecoveryFinished","features":[3,196]},{"name":"ApplicationRecoveryInProgress","features":[3,196]},{"name":"GetApplicationRecoveryCallback","features":[3,196,37]},{"name":"GetApplicationRestartSettings","features":[3,196]},{"name":"REGISTER_APPLICATION_RESTART_FLAGS","features":[196]},{"name":"RESTART_NO_CRASH","features":[196]},{"name":"RESTART_NO_HANG","features":[196]},{"name":"RESTART_NO_PATCH","features":[196]},{"name":"RESTART_NO_REBOOT","features":[196]},{"name":"RegisterApplicationRecoveryCallback","features":[196,37]},{"name":"RegisterApplicationRestart","features":[196]},{"name":"UnregisterApplicationRecoveryCallback","features":[196]},{"name":"UnregisterApplicationRestart","features":[196]}],"598":[{"name":"AGP_FLAG_NO_1X_RATE","features":[51]},{"name":"AGP_FLAG_NO_2X_RATE","features":[51]},{"name":"AGP_FLAG_NO_4X_RATE","features":[51]},{"name":"AGP_FLAG_NO_8X_RATE","features":[51]},{"name":"AGP_FLAG_NO_FW_ENABLE","features":[51]},{"name":"AGP_FLAG_NO_SBA_ENABLE","features":[51]},{"name":"AGP_FLAG_REVERSE_INITIALIZATION","features":[51]},{"name":"AGP_FLAG_SPECIAL_RESERVE","features":[51]},{"name":"AGP_FLAG_SPECIAL_TARGET","features":[51]},{"name":"APMMENUSUSPEND_DISABLED","features":[51]},{"name":"APMMENUSUSPEND_ENABLED","features":[51]},{"name":"APMMENUSUSPEND_NOCHANGE","features":[51]},{"name":"APMMENUSUSPEND_UNDOCKED","features":[51]},{"name":"APMTIMEOUT_DISABLED","features":[51]},{"name":"BIF_RAWDEVICENEEDSDRIVER","features":[51]},{"name":"BIF_SHOWSIMILARDRIVERS","features":[51]},{"name":"CSCONFIGFLAG_BITS","features":[51]},{"name":"CSCONFIGFLAG_DISABLED","features":[51]},{"name":"CSCONFIGFLAG_DO_NOT_CREATE","features":[51]},{"name":"CSCONFIGFLAG_DO_NOT_START","features":[51]},{"name":"DMSTATEFLAG_APPLYTOALL","features":[51]},{"name":"DOSOPTF_ALWAYSUSE","features":[51]},{"name":"DOSOPTF_DEFAULT","features":[51]},{"name":"DOSOPTF_INDOSSTART","features":[51]},{"name":"DOSOPTF_MULTIPLE","features":[51]},{"name":"DOSOPTF_NEEDSETUP","features":[51]},{"name":"DOSOPTF_PROVIDESUMB","features":[51]},{"name":"DOSOPTF_SUPPORTED","features":[51]},{"name":"DOSOPTF_USESPMODE","features":[51]},{"name":"DOSOPTGF_DEFCLEAN","features":[51]},{"name":"DRIVERSIGN_BLOCKING","features":[51]},{"name":"DRIVERSIGN_NONE","features":[51]},{"name":"DRIVERSIGN_WARNING","features":[51]},{"name":"DSKTLSYSTEMTIME","features":[51]},{"name":"DTRESULTFIX","features":[51]},{"name":"DTRESULTOK","features":[51]},{"name":"DTRESULTPART","features":[51]},{"name":"DTRESULTPROB","features":[51]},{"name":"EISAFLAG_NO_IO_MERGE","features":[51]},{"name":"EISAFLAG_SLOT_IO_FIRST","features":[51]},{"name":"EISA_NO_MAX_FUNCTION","features":[51]},{"name":"GetRegistryValueWithFallbackW","features":[3,51]},{"name":"HKEY","features":[51]},{"name":"HKEY_CLASSES_ROOT","features":[51]},{"name":"HKEY_CURRENT_CONFIG","features":[51]},{"name":"HKEY_CURRENT_USER","features":[51]},{"name":"HKEY_CURRENT_USER_LOCAL_SETTINGS","features":[51]},{"name":"HKEY_DYN_DATA","features":[51]},{"name":"HKEY_LOCAL_MACHINE","features":[51]},{"name":"HKEY_PERFORMANCE_DATA","features":[51]},{"name":"HKEY_PERFORMANCE_NLSTEXT","features":[51]},{"name":"HKEY_PERFORMANCE_TEXT","features":[51]},{"name":"HKEY_USERS","features":[51]},{"name":"IT_COMPACT","features":[51]},{"name":"IT_CUSTOM","features":[51]},{"name":"IT_PORTABLE","features":[51]},{"name":"IT_TYPICAL","features":[51]},{"name":"KEY_ALL_ACCESS","features":[51]},{"name":"KEY_CREATE_LINK","features":[51]},{"name":"KEY_CREATE_SUB_KEY","features":[51]},{"name":"KEY_ENUMERATE_SUB_KEYS","features":[51]},{"name":"KEY_EXECUTE","features":[51]},{"name":"KEY_NOTIFY","features":[51]},{"name":"KEY_QUERY_VALUE","features":[51]},{"name":"KEY_READ","features":[51]},{"name":"KEY_SET_VALUE","features":[51]},{"name":"KEY_WOW64_32KEY","features":[51]},{"name":"KEY_WOW64_64KEY","features":[51]},{"name":"KEY_WOW64_RES","features":[51]},{"name":"KEY_WRITE","features":[51]},{"name":"LASTGOOD_OPERATION","features":[51]},{"name":"LASTGOOD_OPERATION_DELETE","features":[51]},{"name":"LASTGOOD_OPERATION_NOPOSTPROC","features":[51]},{"name":"MF_FLAGS_CREATE_BUT_NO_SHOW_DISABLED","features":[51]},{"name":"MF_FLAGS_EVEN_IF_NO_RESOURCE","features":[51]},{"name":"MF_FLAGS_FILL_IN_UNKNOWN_RESOURCE","features":[51]},{"name":"MF_FLAGS_NO_CREATE_IF_NO_RESOURCE","features":[51]},{"name":"NUM_EISA_RANGES","features":[51]},{"name":"NUM_RESOURCE_MAP","features":[51]},{"name":"PCIC_DEFAULT_IRQMASK","features":[51]},{"name":"PCIC_DEFAULT_NUMSOCKETS","features":[51]},{"name":"PCI_OPTIONS_USE_BIOS","features":[51]},{"name":"PCI_OPTIONS_USE_IRQ_STEERING","features":[51]},{"name":"PCMCIA_DEF_MEMBEGIN","features":[51]},{"name":"PCMCIA_DEF_MEMEND","features":[51]},{"name":"PCMCIA_DEF_MEMLEN","features":[51]},{"name":"PCMCIA_DEF_MIN_REGION","features":[51]},{"name":"PCMCIA_OPT_AUTOMEM","features":[51]},{"name":"PCMCIA_OPT_HAVE_SOCKET","features":[51]},{"name":"PCMCIA_OPT_NO_APMREMOVE","features":[51]},{"name":"PCMCIA_OPT_NO_AUDIO","features":[51]},{"name":"PCMCIA_OPT_NO_SOUND","features":[51]},{"name":"PIR_OPTION_DEFAULT","features":[51]},{"name":"PIR_OPTION_ENABLED","features":[51]},{"name":"PIR_OPTION_MSSPEC","features":[51]},{"name":"PIR_OPTION_REALMODE","features":[51]},{"name":"PIR_OPTION_REGISTRY","features":[51]},{"name":"PIR_STATUS_DISABLED","features":[51]},{"name":"PIR_STATUS_ENABLED","features":[51]},{"name":"PIR_STATUS_ERROR","features":[51]},{"name":"PIR_STATUS_MAX","features":[51]},{"name":"PIR_STATUS_MINIPORT_COMPATIBLE","features":[51]},{"name":"PIR_STATUS_MINIPORT_ERROR","features":[51]},{"name":"PIR_STATUS_MINIPORT_INVALID","features":[51]},{"name":"PIR_STATUS_MINIPORT_MAX","features":[51]},{"name":"PIR_STATUS_MINIPORT_NOKEY","features":[51]},{"name":"PIR_STATUS_MINIPORT_NONE","features":[51]},{"name":"PIR_STATUS_MINIPORT_NORMAL","features":[51]},{"name":"PIR_STATUS_MINIPORT_OVERRIDE","features":[51]},{"name":"PIR_STATUS_MINIPORT_SUCCESS","features":[51]},{"name":"PIR_STATUS_TABLE_BAD","features":[51]},{"name":"PIR_STATUS_TABLE_ERROR","features":[51]},{"name":"PIR_STATUS_TABLE_MAX","features":[51]},{"name":"PIR_STATUS_TABLE_MSSPEC","features":[51]},{"name":"PIR_STATUS_TABLE_NONE","features":[51]},{"name":"PIR_STATUS_TABLE_REALMODE","features":[51]},{"name":"PIR_STATUS_TABLE_REGISTRY","features":[51]},{"name":"PIR_STATUS_TABLE_SUCCESS","features":[51]},{"name":"PQUERYHANDLER","features":[51]},{"name":"PROVIDER_KEEPS_VALUE_LENGTH","features":[51]},{"name":"PVALUEA","features":[51]},{"name":"PVALUEW","features":[51]},{"name":"REGDF_CONFLICTDMA","features":[51]},{"name":"REGDF_CONFLICTIO","features":[51]},{"name":"REGDF_CONFLICTIRQ","features":[51]},{"name":"REGDF_CONFLICTMEM","features":[51]},{"name":"REGDF_GENFORCEDCONFIG","features":[51]},{"name":"REGDF_MAPIRQ2TO9","features":[51]},{"name":"REGDF_NEEDFULLCONFIG","features":[51]},{"name":"REGDF_NODETCONFIG","features":[51]},{"name":"REGDF_NOTDETDMA","features":[51]},{"name":"REGDF_NOTDETIO","features":[51]},{"name":"REGDF_NOTDETIRQ","features":[51]},{"name":"REGDF_NOTDETMEM","features":[51]},{"name":"REGDF_NOTVERIFIED","features":[51]},{"name":"REGSTR_DATA_NETOS_IPX","features":[51]},{"name":"REGSTR_DATA_NETOS_NDIS","features":[51]},{"name":"REGSTR_DATA_NETOS_ODI","features":[51]},{"name":"REGSTR_DEFAULT_INSTANCE","features":[51]},{"name":"REGSTR_KEY_ACPIENUM","features":[51]},{"name":"REGSTR_KEY_APM","features":[51]},{"name":"REGSTR_KEY_BIOSENUM","features":[51]},{"name":"REGSTR_KEY_CLASS","features":[51]},{"name":"REGSTR_KEY_CONFIG","features":[51]},{"name":"REGSTR_KEY_CONTROL","features":[51]},{"name":"REGSTR_KEY_CRASHES","features":[51]},{"name":"REGSTR_KEY_CURRENT","features":[51]},{"name":"REGSTR_KEY_CURRENT_ENV","features":[51]},{"name":"REGSTR_KEY_DANGERS","features":[51]},{"name":"REGSTR_KEY_DEFAULT","features":[51]},{"name":"REGSTR_KEY_DETMODVARS","features":[51]},{"name":"REGSTR_KEY_DEVICEPARAMETERS","features":[51]},{"name":"REGSTR_KEY_DEVICE_PROPERTIES","features":[51]},{"name":"REGSTR_KEY_DISPLAY_CLASS","features":[51]},{"name":"REGSTR_KEY_DOSOPTCDROM","features":[51]},{"name":"REGSTR_KEY_DOSOPTMOUSE","features":[51]},{"name":"REGSTR_KEY_DRIVERPARAMETERS","features":[51]},{"name":"REGSTR_KEY_DRIVERS","features":[51]},{"name":"REGSTR_KEY_EBDAUTOEXECBATKEYBOARD","features":[51]},{"name":"REGSTR_KEY_EBDAUTOEXECBATLOCAL","features":[51]},{"name":"REGSTR_KEY_EBDCONFIGSYSKEYBOARD","features":[51]},{"name":"REGSTR_KEY_EBDCONFIGSYSLOCAL","features":[51]},{"name":"REGSTR_KEY_EBDFILESKEYBOARD","features":[51]},{"name":"REGSTR_KEY_EBDFILESLOCAL","features":[51]},{"name":"REGSTR_KEY_EISAENUM","features":[51]},{"name":"REGSTR_KEY_ENUM","features":[51]},{"name":"REGSTR_KEY_EXPLORER","features":[51]},{"name":"REGSTR_KEY_FILTERS","features":[51]},{"name":"REGSTR_KEY_INIUPDATE","features":[51]},{"name":"REGSTR_KEY_ISAENUM","features":[51]},{"name":"REGSTR_KEY_JOYCURR","features":[51]},{"name":"REGSTR_KEY_JOYSETTINGS","features":[51]},{"name":"REGSTR_KEY_KEYBOARD_CLASS","features":[51]},{"name":"REGSTR_KEY_KNOWNDOCKINGSTATES","features":[51]},{"name":"REGSTR_KEY_LOGCONFIG","features":[51]},{"name":"REGSTR_KEY_LOGON","features":[51]},{"name":"REGSTR_KEY_LOWER_FILTER_LEVEL_DEFAULT","features":[51]},{"name":"REGSTR_KEY_MEDIA_CLASS","features":[51]},{"name":"REGSTR_KEY_MODEM_CLASS","features":[51]},{"name":"REGSTR_KEY_MODES","features":[51]},{"name":"REGSTR_KEY_MONITOR_CLASS","features":[51]},{"name":"REGSTR_KEY_MOUSE_CLASS","features":[51]},{"name":"REGSTR_KEY_NDISINFO","features":[51]},{"name":"REGSTR_KEY_NETWORK","features":[51]},{"name":"REGSTR_KEY_NETWORKPROVIDER","features":[51]},{"name":"REGSTR_KEY_NETWORK_PERSISTENT","features":[51]},{"name":"REGSTR_KEY_NETWORK_RECENT","features":[51]},{"name":"REGSTR_KEY_OVERRIDE","features":[51]},{"name":"REGSTR_KEY_PCIENUM","features":[51]},{"name":"REGSTR_KEY_PCMCIA","features":[51]},{"name":"REGSTR_KEY_PCMCIAENUM","features":[51]},{"name":"REGSTR_KEY_PCMCIA_CLASS","features":[51]},{"name":"REGSTR_KEY_PCMTD","features":[51]},{"name":"REGSTR_KEY_PCUNKNOWN","features":[51]},{"name":"REGSTR_KEY_POL_COMPUTERS","features":[51]},{"name":"REGSTR_KEY_POL_DEFAULT","features":[51]},{"name":"REGSTR_KEY_POL_USERGROUPDATA","features":[51]},{"name":"REGSTR_KEY_POL_USERGROUPS","features":[51]},{"name":"REGSTR_KEY_POL_USERS","features":[51]},{"name":"REGSTR_KEY_PORTS_CLASS","features":[51]},{"name":"REGSTR_KEY_PRINTERS","features":[51]},{"name":"REGSTR_KEY_PRINT_PROC","features":[51]},{"name":"REGSTR_KEY_ROOTENUM","features":[51]},{"name":"REGSTR_KEY_RUNHISTORY","features":[51]},{"name":"REGSTR_KEY_SCSI_CLASS","features":[51]},{"name":"REGSTR_KEY_SETUP","features":[51]},{"name":"REGSTR_KEY_SHARES","features":[51]},{"name":"REGSTR_KEY_SYSTEM","features":[51]},{"name":"REGSTR_KEY_SYSTEMBOARD","features":[51]},{"name":"REGSTR_KEY_UPPER_FILTER_LEVEL_DEFAULT","features":[51]},{"name":"REGSTR_KEY_USER","features":[51]},{"name":"REGSTR_KEY_VPOWERDENUM","features":[51]},{"name":"REGSTR_KEY_WINOLDAPP","features":[51]},{"name":"REGSTR_MACHTYPE_ATT_PC","features":[51]},{"name":"REGSTR_MACHTYPE_HP_VECTRA","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPC","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPCAT","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPCCONV","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPCJR","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPCXT","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPCXT_286","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS1","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_25","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_30","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_30_286","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_50","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_50Z","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_55SX","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_60","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_65SX","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_70","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_70_80","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_80","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_90","features":[51]},{"name":"REGSTR_MACHTYPE_IBMPS2_P70","features":[51]},{"name":"REGSTR_MACHTYPE_PHOENIX_PCAT","features":[51]},{"name":"REGSTR_MACHTYPE_UNKNOWN","features":[51]},{"name":"REGSTR_MACHTYPE_ZENITH_PC","features":[51]},{"name":"REGSTR_MAX_VALUE_LENGTH","features":[51]},{"name":"REGSTR_PATH_ADDRARB","features":[51]},{"name":"REGSTR_PATH_AEDEBUG","features":[51]},{"name":"REGSTR_PATH_APPEARANCE","features":[51]},{"name":"REGSTR_PATH_APPPATCH","features":[51]},{"name":"REGSTR_PATH_APPPATHS","features":[51]},{"name":"REGSTR_PATH_BIOSINFO","features":[51]},{"name":"REGSTR_PATH_BUSINFORMATION","features":[51]},{"name":"REGSTR_PATH_CDFS","features":[51]},{"name":"REGSTR_PATH_CHECKBADAPPS","features":[51]},{"name":"REGSTR_PATH_CHECKBADAPPS400","features":[51]},{"name":"REGSTR_PATH_CHECKDISK","features":[51]},{"name":"REGSTR_PATH_CHECKDISKSET","features":[51]},{"name":"REGSTR_PATH_CHECKDISKUDRVS","features":[51]},{"name":"REGSTR_PATH_CHECKVERDLLS","features":[51]},{"name":"REGSTR_PATH_CHILD_PREFIX","features":[51]},{"name":"REGSTR_PATH_CHKLASTCHECK","features":[51]},{"name":"REGSTR_PATH_CHKLASTSURFAN","features":[51]},{"name":"REGSTR_PATH_CLASS","features":[51]},{"name":"REGSTR_PATH_CLASS_NT","features":[51]},{"name":"REGSTR_PATH_CODEPAGE","features":[51]},{"name":"REGSTR_PATH_CODEVICEINSTALLERS","features":[51]},{"name":"REGSTR_PATH_COLORS","features":[51]},{"name":"REGSTR_PATH_COMPUTRNAME","features":[51]},{"name":"REGSTR_PATH_CONTROLPANEL","features":[51]},{"name":"REGSTR_PATH_CONTROLSFOLDER","features":[51]},{"name":"REGSTR_PATH_CRITICALDEVICEDATABASE","features":[51]},{"name":"REGSTR_PATH_CURRENTCONTROLSET","features":[51]},{"name":"REGSTR_PATH_CURRENT_CONTROL_SET","features":[51]},{"name":"REGSTR_PATH_CURSORS","features":[51]},{"name":"REGSTR_PATH_CVNETWORK","features":[51]},{"name":"REGSTR_PATH_DESKTOP","features":[51]},{"name":"REGSTR_PATH_DETECT","features":[51]},{"name":"REGSTR_PATH_DEVICEINSTALLER","features":[51]},{"name":"REGSTR_PATH_DEVICE_CLASSES","features":[51]},{"name":"REGSTR_PATH_DIFX","features":[51]},{"name":"REGSTR_PATH_DISPLAYSETTINGS","features":[51]},{"name":"REGSTR_PATH_DMAARB","features":[51]},{"name":"REGSTR_PATH_DRIVERSIGN","features":[51]},{"name":"REGSTR_PATH_DRIVERSIGN_POLICY","features":[51]},{"name":"REGSTR_PATH_ENUM","features":[51]},{"name":"REGSTR_PATH_ENVIRONMENTS","features":[51]},{"name":"REGSTR_PATH_EVENTLABELS","features":[51]},{"name":"REGSTR_PATH_EXPLORER","features":[51]},{"name":"REGSTR_PATH_FAULT","features":[51]},{"name":"REGSTR_PATH_FILESYSTEM","features":[51]},{"name":"REGSTR_PATH_FILESYSTEM_NOVOLTRACK","features":[51]},{"name":"REGSTR_PATH_FLOATINGPOINTPROCESSOR","features":[51]},{"name":"REGSTR_PATH_FLOATINGPOINTPROCESSOR0","features":[51]},{"name":"REGSTR_PATH_FONTS","features":[51]},{"name":"REGSTR_PATH_GRPCONV","features":[51]},{"name":"REGSTR_PATH_HACKINIFILE","features":[51]},{"name":"REGSTR_PATH_HWPROFILES","features":[51]},{"name":"REGSTR_PATH_HWPROFILESCURRENT","features":[51]},{"name":"REGSTR_PATH_ICONS","features":[51]},{"name":"REGSTR_PATH_IDCONFIGDB","features":[51]},{"name":"REGSTR_PATH_INSTALLEDFILES","features":[51]},{"name":"REGSTR_PATH_IOARB","features":[51]},{"name":"REGSTR_PATH_IOS","features":[51]},{"name":"REGSTR_PATH_IRQARB","features":[51]},{"name":"REGSTR_PATH_KEYBOARD","features":[51]},{"name":"REGSTR_PATH_KNOWN16DLLS","features":[51]},{"name":"REGSTR_PATH_KNOWNDLLS","features":[51]},{"name":"REGSTR_PATH_KNOWNVXDS","features":[51]},{"name":"REGSTR_PATH_LASTBACKUP","features":[51]},{"name":"REGSTR_PATH_LASTCHECK","features":[51]},{"name":"REGSTR_PATH_LASTGOOD","features":[51]},{"name":"REGSTR_PATH_LASTGOODTMP","features":[51]},{"name":"REGSTR_PATH_LASTOPTIMIZE","features":[51]},{"name":"REGSTR_PATH_LOOKSCHEMES","features":[51]},{"name":"REGSTR_PATH_METRICS","features":[51]},{"name":"REGSTR_PATH_MONITORS","features":[51]},{"name":"REGSTR_PATH_MOUSE","features":[51]},{"name":"REGSTR_PATH_MSDOSOPTS","features":[51]},{"name":"REGSTR_PATH_MULTIMEDIA_AUDIO","features":[51]},{"name":"REGSTR_PATH_MULTI_FUNCTION","features":[51]},{"name":"REGSTR_PATH_NCPSERVER","features":[51]},{"name":"REGSTR_PATH_NETEQUIV","features":[51]},{"name":"REGSTR_PATH_NETWORK_USERSETTINGS","features":[51]},{"name":"REGSTR_PATH_NEWDOSBOX","features":[51]},{"name":"REGSTR_PATH_NONDRIVERSIGN","features":[51]},{"name":"REGSTR_PATH_NONDRIVERSIGN_POLICY","features":[51]},{"name":"REGSTR_PATH_NOSUGGMSDOS","features":[51]},{"name":"REGSTR_PATH_NT_CURRENTVERSION","features":[51]},{"name":"REGSTR_PATH_NWREDIR","features":[51]},{"name":"REGSTR_PATH_PCIIR","features":[51]},{"name":"REGSTR_PATH_PER_HW_ID_STORAGE","features":[51]},{"name":"REGSTR_PATH_PIFCONVERT","features":[51]},{"name":"REGSTR_PATH_POLICIES","features":[51]},{"name":"REGSTR_PATH_PRINT","features":[51]},{"name":"REGSTR_PATH_PRINTERS","features":[51]},{"name":"REGSTR_PATH_PROPERTYSYSTEM","features":[51]},{"name":"REGSTR_PATH_PROVIDERS","features":[51]},{"name":"REGSTR_PATH_PWDPROVIDER","features":[51]},{"name":"REGSTR_PATH_REALMODENET","features":[51]},{"name":"REGSTR_PATH_REINSTALL","features":[51]},{"name":"REGSTR_PATH_RELIABILITY","features":[51]},{"name":"REGSTR_PATH_RELIABILITY_POLICY","features":[51]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_REPORTSNAPSHOT","features":[51]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_SHUTDOWNREASONUI","features":[51]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_SNAPSHOT","features":[51]},{"name":"REGSTR_PATH_ROOT","features":[51]},{"name":"REGSTR_PATH_RUN","features":[51]},{"name":"REGSTR_PATH_RUNONCE","features":[51]},{"name":"REGSTR_PATH_RUNONCEEX","features":[51]},{"name":"REGSTR_PATH_RUNSERVICES","features":[51]},{"name":"REGSTR_PATH_RUNSERVICESONCE","features":[51]},{"name":"REGSTR_PATH_SCHEMES","features":[51]},{"name":"REGSTR_PATH_SCREENSAVE","features":[51]},{"name":"REGSTR_PATH_SERVICES","features":[51]},{"name":"REGSTR_PATH_SETUP","features":[51]},{"name":"REGSTR_PATH_SHUTDOWN","features":[51]},{"name":"REGSTR_PATH_SOUND","features":[51]},{"name":"REGSTR_PATH_SYSTEMENUM","features":[51]},{"name":"REGSTR_PATH_SYSTRAY","features":[51]},{"name":"REGSTR_PATH_TIMEZONE","features":[51]},{"name":"REGSTR_PATH_UNINSTALL","features":[51]},{"name":"REGSTR_PATH_UPDATE","features":[51]},{"name":"REGSTR_PATH_VCOMM","features":[51]},{"name":"REGSTR_PATH_VMM","features":[51]},{"name":"REGSTR_PATH_VMM32FILES","features":[51]},{"name":"REGSTR_PATH_VNETSUP","features":[51]},{"name":"REGSTR_PATH_VOLUMECACHE","features":[51]},{"name":"REGSTR_PATH_VPOWERD","features":[51]},{"name":"REGSTR_PATH_VXD","features":[51]},{"name":"REGSTR_PATH_WARNVERDLLS","features":[51]},{"name":"REGSTR_PATH_WINBOOT","features":[51]},{"name":"REGSTR_PATH_WINDOWSAPPLETS","features":[51]},{"name":"REGSTR_PATH_WINLOGON","features":[51]},{"name":"REGSTR_PATH_WMI_SECURITY","features":[51]},{"name":"REGSTR_PCI_DUAL_IDE","features":[51]},{"name":"REGSTR_PCI_OPTIONS","features":[51]},{"name":"REGSTR_VALUE_DEFAULTLOC","features":[51]},{"name":"REGSTR_VALUE_ENABLE","features":[51]},{"name":"REGSTR_VALUE_LOWPOWERACTIVE","features":[51]},{"name":"REGSTR_VALUE_LOWPOWERTIMEOUT","features":[51]},{"name":"REGSTR_VALUE_NETPATH","features":[51]},{"name":"REGSTR_VALUE_POWEROFFACTIVE","features":[51]},{"name":"REGSTR_VALUE_POWEROFFTIMEOUT","features":[51]},{"name":"REGSTR_VALUE_SCRPASSWORD","features":[51]},{"name":"REGSTR_VALUE_USESCRPASSWORD","features":[51]},{"name":"REGSTR_VALUE_VERBOSE","features":[51]},{"name":"REGSTR_VAL_ACDRIVESPINDOWN","features":[51]},{"name":"REGSTR_VAL_ACSPINDOWNPREVIOUS","features":[51]},{"name":"REGSTR_VAL_ACTIVESERVICE","features":[51]},{"name":"REGSTR_VAL_ADDRESS","features":[51]},{"name":"REGSTR_VAL_AEDEBUG_AUTO","features":[51]},{"name":"REGSTR_VAL_AEDEBUG_DEBUGGER","features":[51]},{"name":"REGSTR_VAL_ALPHANUMPWDS","features":[51]},{"name":"REGSTR_VAL_APISUPPORT","features":[51]},{"name":"REGSTR_VAL_APMACTIMEOUT","features":[51]},{"name":"REGSTR_VAL_APMBATTIMEOUT","features":[51]},{"name":"REGSTR_VAL_APMBIOSVER","features":[51]},{"name":"REGSTR_VAL_APMFLAGS","features":[51]},{"name":"REGSTR_VAL_APMMENUSUSPEND","features":[51]},{"name":"REGSTR_VAL_APMSHUTDOWNPOWER","features":[51]},{"name":"REGSTR_VAL_APPINSTPATH","features":[51]},{"name":"REGSTR_VAL_ASKFORCONFIG","features":[51]},{"name":"REGSTR_VAL_ASKFORCONFIGFUNC","features":[51]},{"name":"REGSTR_VAL_ASYNCFILECOMMIT","features":[51]},{"name":"REGSTR_VAL_AUDIO_BITMAP","features":[51]},{"name":"REGSTR_VAL_AUDIO_ICON","features":[51]},{"name":"REGSTR_VAL_AUTHENT_AGENT","features":[51]},{"name":"REGSTR_VAL_AUTOEXEC","features":[51]},{"name":"REGSTR_VAL_AUTOINSNOTE","features":[51]},{"name":"REGSTR_VAL_AUTOLOGON","features":[51]},{"name":"REGSTR_VAL_AUTOMOUNT","features":[51]},{"name":"REGSTR_VAL_AUTOSTART","features":[51]},{"name":"REGSTR_VAL_BASICPROPERTIES","features":[51]},{"name":"REGSTR_VAL_BASICPROPERTIES_32","features":[51]},{"name":"REGSTR_VAL_BATDRIVESPINDOWN","features":[51]},{"name":"REGSTR_VAL_BATSPINDOWNPREVIOUS","features":[51]},{"name":"REGSTR_VAL_BEHAVIOR_ON_FAILED_VERIFY","features":[51]},{"name":"REGSTR_VAL_BIOSDATE","features":[51]},{"name":"REGSTR_VAL_BIOSNAME","features":[51]},{"name":"REGSTR_VAL_BIOSVERSION","features":[51]},{"name":"REGSTR_VAL_BITSPERPIXEL","features":[51]},{"name":"REGSTR_VAL_BOOTCONFIG","features":[51]},{"name":"REGSTR_VAL_BOOTCOUNT","features":[51]},{"name":"REGSTR_VAL_BOOTDIR","features":[51]},{"name":"REGSTR_VAL_BPP","features":[51]},{"name":"REGSTR_VAL_BT","features":[51]},{"name":"REGSTR_VAL_BUFFAGETIMEOUT","features":[51]},{"name":"REGSTR_VAL_BUFFIDLETIMEOUT","features":[51]},{"name":"REGSTR_VAL_BUSTYPE","features":[51]},{"name":"REGSTR_VAL_CAPABILITIES","features":[51]},{"name":"REGSTR_VAL_CARDSPECIFIC","features":[51]},{"name":"REGSTR_VAL_CDCACHESIZE","features":[51]},{"name":"REGSTR_VAL_CDCOMPATNAMES","features":[51]},{"name":"REGSTR_VAL_CDEXTERRORS","features":[51]},{"name":"REGSTR_VAL_CDNOREADAHEAD","features":[51]},{"name":"REGSTR_VAL_CDPREFETCH","features":[51]},{"name":"REGSTR_VAL_CDPREFETCHTAIL","features":[51]},{"name":"REGSTR_VAL_CDRAWCACHE","features":[51]},{"name":"REGSTR_VAL_CDROM","features":[51]},{"name":"REGSTR_VAL_CDROMCLASSNAME","features":[51]},{"name":"REGSTR_VAL_CDSHOWVERSIONS","features":[51]},{"name":"REGSTR_VAL_CDSVDSENSE","features":[51]},{"name":"REGSTR_VAL_CHECKSUM","features":[51]},{"name":"REGSTR_VAL_CLASS","features":[51]},{"name":"REGSTR_VAL_CLASSDESC","features":[51]},{"name":"REGSTR_VAL_CLASSGUID","features":[51]},{"name":"REGSTR_VAL_CMDRIVFLAGS","features":[51]},{"name":"REGSTR_VAL_CMENUMFLAGS","features":[51]},{"name":"REGSTR_VAL_COINSTALLERS_32","features":[51]},{"name":"REGSTR_VAL_COMINFO","features":[51]},{"name":"REGSTR_VAL_COMMENT","features":[51]},{"name":"REGSTR_VAL_COMPATIBLEIDS","features":[51]},{"name":"REGSTR_VAL_COMPRESSIONMETHOD","features":[51]},{"name":"REGSTR_VAL_COMPRESSIONTHRESHOLD","features":[51]},{"name":"REGSTR_VAL_COMPUTERNAME","features":[51]},{"name":"REGSTR_VAL_COMPUTRNAME","features":[51]},{"name":"REGSTR_VAL_COMVERIFYBASE","features":[51]},{"name":"REGSTR_VAL_CONFIG","features":[51]},{"name":"REGSTR_VAL_CONFIGFLAGS","features":[51]},{"name":"REGSTR_VAL_CONFIGMG","features":[51]},{"name":"REGSTR_VAL_CONFIGSYS","features":[51]},{"name":"REGSTR_VAL_CONNECTION_TYPE","features":[51]},{"name":"REGSTR_VAL_CONTAINERID","features":[51]},{"name":"REGSTR_VAL_CONTIGFILEALLOC","features":[51]},{"name":"REGSTR_VAL_CONVMEM","features":[51]},{"name":"REGSTR_VAL_CPU","features":[51]},{"name":"REGSTR_VAL_CRASHFUNCS","features":[51]},{"name":"REGSTR_VAL_CSCONFIGFLAGS","features":[51]},{"name":"REGSTR_VAL_CURCONFIG","features":[51]},{"name":"REGSTR_VAL_CURDRVLET","features":[51]},{"name":"REGSTR_VAL_CURRENTCONFIG","features":[51]},{"name":"REGSTR_VAL_CURRENT_BUILD","features":[51]},{"name":"REGSTR_VAL_CURRENT_CSDVERSION","features":[51]},{"name":"REGSTR_VAL_CURRENT_TYPE","features":[51]},{"name":"REGSTR_VAL_CURRENT_USER","features":[51]},{"name":"REGSTR_VAL_CURRENT_VERSION","features":[51]},{"name":"REGSTR_VAL_CUSTOMCOLORS","features":[51]},{"name":"REGSTR_VAL_CUSTOM_PROPERTY_CACHE_DATE","features":[51]},{"name":"REGSTR_VAL_CUSTOM_PROPERTY_HW_ID_KEY","features":[51]},{"name":"REGSTR_VAL_DEFAULT","features":[51]},{"name":"REGSTR_VAL_DETCONFIG","features":[51]},{"name":"REGSTR_VAL_DETECT","features":[51]},{"name":"REGSTR_VAL_DETECTFUNC","features":[51]},{"name":"REGSTR_VAL_DETFLAGS","features":[51]},{"name":"REGSTR_VAL_DETFUNC","features":[51]},{"name":"REGSTR_VAL_DEVDESC","features":[51]},{"name":"REGSTR_VAL_DEVICEDRIVER","features":[51]},{"name":"REGSTR_VAL_DEVICEPATH","features":[51]},{"name":"REGSTR_VAL_DEVICE_CHARACTERISTICS","features":[51]},{"name":"REGSTR_VAL_DEVICE_EXCLUSIVE","features":[51]},{"name":"REGSTR_VAL_DEVICE_INSTANCE","features":[51]},{"name":"REGSTR_VAL_DEVICE_SECURITY_DESCRIPTOR","features":[51]},{"name":"REGSTR_VAL_DEVICE_TYPE","features":[51]},{"name":"REGSTR_VAL_DEVLOADER","features":[51]},{"name":"REGSTR_VAL_DEVTYPE","features":[51]},{"name":"REGSTR_VAL_DIRECTHOST","features":[51]},{"name":"REGSTR_VAL_DIRTYSHUTDOWN","features":[51]},{"name":"REGSTR_VAL_DIRTYSHUTDOWNTIME","features":[51]},{"name":"REGSTR_VAL_DISABLECOUNT","features":[51]},{"name":"REGSTR_VAL_DISABLEPWDCACHING","features":[51]},{"name":"REGSTR_VAL_DISABLEREGTOOLS","features":[51]},{"name":"REGSTR_VAL_DISCONNECT","features":[51]},{"name":"REGSTR_VAL_DISK","features":[51]},{"name":"REGSTR_VAL_DISKCLASSNAME","features":[51]},{"name":"REGSTR_VAL_DISPCPL_NOAPPEARANCEPAGE","features":[51]},{"name":"REGSTR_VAL_DISPCPL_NOBACKGROUNDPAGE","features":[51]},{"name":"REGSTR_VAL_DISPCPL_NODISPCPL","features":[51]},{"name":"REGSTR_VAL_DISPCPL_NOSCRSAVPAGE","features":[51]},{"name":"REGSTR_VAL_DISPCPL_NOSETTINGSPAGE","features":[51]},{"name":"REGSTR_VAL_DISPLAY","features":[51]},{"name":"REGSTR_VAL_DISPLAYFLAGS","features":[51]},{"name":"REGSTR_VAL_DOCKED","features":[51]},{"name":"REGSTR_VAL_DOCKSTATE","features":[51]},{"name":"REGSTR_VAL_DOES_POLLING","features":[51]},{"name":"REGSTR_VAL_DONTLOADIFCONFLICT","features":[51]},{"name":"REGSTR_VAL_DONTUSEMEM","features":[51]},{"name":"REGSTR_VAL_DOSCP","features":[51]},{"name":"REGSTR_VAL_DOSOPTFLAGS","features":[51]},{"name":"REGSTR_VAL_DOSOPTGLOBALFLAGS","features":[51]},{"name":"REGSTR_VAL_DOSOPTTIP","features":[51]},{"name":"REGSTR_VAL_DOSPAGER","features":[51]},{"name":"REGSTR_VAL_DOS_SPOOL_MASK","features":[51]},{"name":"REGSTR_VAL_DOUBLEBUFFER","features":[51]},{"name":"REGSTR_VAL_DPI","features":[51]},{"name":"REGSTR_VAL_DPILOGICALX","features":[51]},{"name":"REGSTR_VAL_DPILOGICALY","features":[51]},{"name":"REGSTR_VAL_DPIPHYSICALX","features":[51]},{"name":"REGSTR_VAL_DPIPHYSICALY","features":[51]},{"name":"REGSTR_VAL_DPMS","features":[51]},{"name":"REGSTR_VAL_DRIVER","features":[51]},{"name":"REGSTR_VAL_DRIVERCACHEPATH","features":[51]},{"name":"REGSTR_VAL_DRIVERDATE","features":[51]},{"name":"REGSTR_VAL_DRIVERDATEDATA","features":[51]},{"name":"REGSTR_VAL_DRIVERVERSION","features":[51]},{"name":"REGSTR_VAL_DRIVESPINDOWN","features":[51]},{"name":"REGSTR_VAL_DRIVEWRITEBEHIND","features":[51]},{"name":"REGSTR_VAL_DRIVE_SPINDOWN","features":[51]},{"name":"REGSTR_VAL_DRV","features":[51]},{"name":"REGSTR_VAL_DRVDESC","features":[51]},{"name":"REGSTR_VAL_DYNAMIC","features":[51]},{"name":"REGSTR_VAL_EISA_FLAGS","features":[51]},{"name":"REGSTR_VAL_EISA_FUNCTIONS","features":[51]},{"name":"REGSTR_VAL_EISA_FUNCTIONS_MASK","features":[51]},{"name":"REGSTR_VAL_EISA_RANGES","features":[51]},{"name":"REGSTR_VAL_EISA_SIMULATE_INT15","features":[51]},{"name":"REGSTR_VAL_EJECT_PRIORITY","features":[51]},{"name":"REGSTR_VAL_ENABLEINTS","features":[51]},{"name":"REGSTR_VAL_ENUMERATOR","features":[51]},{"name":"REGSTR_VAL_ENUMPROPPAGES","features":[51]},{"name":"REGSTR_VAL_ENUMPROPPAGES_32","features":[51]},{"name":"REGSTR_VAL_ESDI","features":[51]},{"name":"REGSTR_VAL_EXISTS","features":[51]},{"name":"REGSTR_VAL_EXTMEM","features":[51]},{"name":"REGSTR_VAL_FAULT_LOGFILE","features":[51]},{"name":"REGSTR_VAL_FIFODEPTH","features":[51]},{"name":"REGSTR_VAL_FILESHARING","features":[51]},{"name":"REGSTR_VAL_FIRSTINSTALLDATETIME","features":[51]},{"name":"REGSTR_VAL_FIRSTNETDRIVE","features":[51]},{"name":"REGSTR_VAL_FLOP","features":[51]},{"name":"REGSTR_VAL_FLOPPY","features":[51]},{"name":"REGSTR_VAL_FONTSIZE","features":[51]},{"name":"REGSTR_VAL_FORCECL","features":[51]},{"name":"REGSTR_VAL_FORCEDCONFIG","features":[51]},{"name":"REGSTR_VAL_FORCEFIFO","features":[51]},{"name":"REGSTR_VAL_FORCELOAD","features":[51]},{"name":"REGSTR_VAL_FORCEPMIO","features":[51]},{"name":"REGSTR_VAL_FORCEREBOOT","features":[51]},{"name":"REGSTR_VAL_FORCERMIO","features":[51]},{"name":"REGSTR_VAL_FREESPACERATIO","features":[51]},{"name":"REGSTR_VAL_FRIENDLYNAME","features":[51]},{"name":"REGSTR_VAL_FSFILTERCLASS","features":[51]},{"name":"REGSTR_VAL_FULLTRACE","features":[51]},{"name":"REGSTR_VAL_FUNCDESC","features":[51]},{"name":"REGSTR_VAL_GAPTIME","features":[51]},{"name":"REGSTR_VAL_GRB","features":[51]},{"name":"REGSTR_VAL_HARDWAREID","features":[51]},{"name":"REGSTR_VAL_HIDESHAREPWDS","features":[51]},{"name":"REGSTR_VAL_HRES","features":[51]},{"name":"REGSTR_VAL_HWDETECT","features":[51]},{"name":"REGSTR_VAL_HWMECHANISM","features":[51]},{"name":"REGSTR_VAL_HWREV","features":[51]},{"name":"REGSTR_VAL_ID","features":[51]},{"name":"REGSTR_VAL_IDE_FORCE_SERIALIZE","features":[51]},{"name":"REGSTR_VAL_IDE_NO_SERIALIZE","features":[51]},{"name":"REGSTR_VAL_INFNAME","features":[51]},{"name":"REGSTR_VAL_INFPATH","features":[51]},{"name":"REGSTR_VAL_INFSECTION","features":[51]},{"name":"REGSTR_VAL_INFSECTIONEXT","features":[51]},{"name":"REGSTR_VAL_INHIBITRESULTS","features":[51]},{"name":"REGSTR_VAL_INSICON","features":[51]},{"name":"REGSTR_VAL_INSTALLER","features":[51]},{"name":"REGSTR_VAL_INSTALLER_32","features":[51]},{"name":"REGSTR_VAL_INSTALLTYPE","features":[51]},{"name":"REGSTR_VAL_INT13","features":[51]},{"name":"REGSTR_VAL_ISAPNP","features":[51]},{"name":"REGSTR_VAL_ISAPNP_RDP_OVERRIDE","features":[51]},{"name":"REGSTR_VAL_JOYCALLOUT","features":[51]},{"name":"REGSTR_VAL_JOYNCONFIG","features":[51]},{"name":"REGSTR_VAL_JOYNOEMCALLOUT","features":[51]},{"name":"REGSTR_VAL_JOYNOEMNAME","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL1","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL10","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL11","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL12","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL2","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL3","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL4","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL5","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL6","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL7","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL8","features":[51]},{"name":"REGSTR_VAL_JOYOEMCAL9","features":[51]},{"name":"REGSTR_VAL_JOYOEMCALCAP","features":[51]},{"name":"REGSTR_VAL_JOYOEMCALLOUT","features":[51]},{"name":"REGSTR_VAL_JOYOEMCALWINCAP","features":[51]},{"name":"REGSTR_VAL_JOYOEMDATA","features":[51]},{"name":"REGSTR_VAL_JOYOEMNAME","features":[51]},{"name":"REGSTR_VAL_JOYOEMPOVLABEL","features":[51]},{"name":"REGSTR_VAL_JOYOEMRLABEL","features":[51]},{"name":"REGSTR_VAL_JOYOEMTESTBUTTONCAP","features":[51]},{"name":"REGSTR_VAL_JOYOEMTESTBUTTONDESC","features":[51]},{"name":"REGSTR_VAL_JOYOEMTESTMOVECAP","features":[51]},{"name":"REGSTR_VAL_JOYOEMTESTMOVEDESC","features":[51]},{"name":"REGSTR_VAL_JOYOEMTESTWINCAP","features":[51]},{"name":"REGSTR_VAL_JOYOEMULABEL","features":[51]},{"name":"REGSTR_VAL_JOYOEMVLABEL","features":[51]},{"name":"REGSTR_VAL_JOYOEMXYLABEL","features":[51]},{"name":"REGSTR_VAL_JOYOEMZLABEL","features":[51]},{"name":"REGSTR_VAL_JOYUSERVALUES","features":[51]},{"name":"REGSTR_VAL_LASTALIVEBT","features":[51]},{"name":"REGSTR_VAL_LASTALIVEINTERVAL","features":[51]},{"name":"REGSTR_VAL_LASTALIVEPMPOLICY","features":[51]},{"name":"REGSTR_VAL_LASTALIVESTAMP","features":[51]},{"name":"REGSTR_VAL_LASTALIVESTAMPFORCED","features":[51]},{"name":"REGSTR_VAL_LASTALIVESTAMPINTERVAL","features":[51]},{"name":"REGSTR_VAL_LASTALIVESTAMPPOLICYINTERVAL","features":[51]},{"name":"REGSTR_VAL_LASTALIVEUPTIME","features":[51]},{"name":"REGSTR_VAL_LASTBOOTPMDRVS","features":[51]},{"name":"REGSTR_VAL_LASTCOMPUTERNAME","features":[51]},{"name":"REGSTR_VAL_LASTPCIBUSNUM","features":[51]},{"name":"REGSTR_VAL_LAST_UPDATE_TIME","features":[51]},{"name":"REGSTR_VAL_LEGALNOTICECAPTION","features":[51]},{"name":"REGSTR_VAL_LEGALNOTICETEXT","features":[51]},{"name":"REGSTR_VAL_LICENSINGINFO","features":[51]},{"name":"REGSTR_VAL_LINKED","features":[51]},{"name":"REGSTR_VAL_LOADHI","features":[51]},{"name":"REGSTR_VAL_LOADRMDRIVERS","features":[51]},{"name":"REGSTR_VAL_LOCATION_INFORMATION","features":[51]},{"name":"REGSTR_VAL_LOCATION_INFORMATION_OVERRIDE","features":[51]},{"name":"REGSTR_VAL_LOWERFILTERS","features":[51]},{"name":"REGSTR_VAL_LOWER_FILTER_DEFAULT_LEVEL","features":[51]},{"name":"REGSTR_VAL_LOWER_FILTER_LEVELS","features":[51]},{"name":"REGSTR_VAL_MACHINETYPE","features":[51]},{"name":"REGSTR_VAL_MANUFACTURER","features":[51]},{"name":"REGSTR_VAL_MAP","features":[51]},{"name":"REGSTR_VAL_MATCHINGDEVID","features":[51]},{"name":"REGSTR_VAL_MAXCONNECTIONS","features":[51]},{"name":"REGSTR_VAL_MAXLIP","features":[51]},{"name":"REGSTR_VAL_MAXRES","features":[51]},{"name":"REGSTR_VAL_MAXRETRY","features":[51]},{"name":"REGSTR_VAL_MAX_HCID_LEN","features":[51]},{"name":"REGSTR_VAL_MEDIA","features":[51]},{"name":"REGSTR_VAL_MFG","features":[51]},{"name":"REGSTR_VAL_MF_FLAGS","features":[51]},{"name":"REGSTR_VAL_MINIPORT_STAT","features":[51]},{"name":"REGSTR_VAL_MINPWDLEN","features":[51]},{"name":"REGSTR_VAL_MINRETRY","features":[51]},{"name":"REGSTR_VAL_MODE","features":[51]},{"name":"REGSTR_VAL_MODEL","features":[51]},{"name":"REGSTR_VAL_MSDOSMODE","features":[51]},{"name":"REGSTR_VAL_MSDOSMODEDISCARD","features":[51]},{"name":"REGSTR_VAL_MUSTBEVALIDATED","features":[51]},{"name":"REGSTR_VAL_NAMECACHECOUNT","features":[51]},{"name":"REGSTR_VAL_NAMENUMERICTAIL","features":[51]},{"name":"REGSTR_VAL_NCP_BROWSEMASTER","features":[51]},{"name":"REGSTR_VAL_NCP_USEPEERBROWSING","features":[51]},{"name":"REGSTR_VAL_NCP_USESAP","features":[51]},{"name":"REGSTR_VAL_NDP","features":[51]},{"name":"REGSTR_VAL_NETCARD","features":[51]},{"name":"REGSTR_VAL_NETCLEAN","features":[51]},{"name":"REGSTR_VAL_NETOSTYPE","features":[51]},{"name":"REGSTR_VAL_NETSETUP_DISABLE","features":[51]},{"name":"REGSTR_VAL_NETSETUP_NOCONFIGPAGE","features":[51]},{"name":"REGSTR_VAL_NETSETUP_NOIDPAGE","features":[51]},{"name":"REGSTR_VAL_NETSETUP_NOSECURITYPAGE","features":[51]},{"name":"REGSTR_VAL_NOCMOSORFDPT","features":[51]},{"name":"REGSTR_VAL_NODISPLAYCLASS","features":[51]},{"name":"REGSTR_VAL_NOENTIRENETWORK","features":[51]},{"name":"REGSTR_VAL_NOFILESHARING","features":[51]},{"name":"REGSTR_VAL_NOFILESHARINGCTRL","features":[51]},{"name":"REGSTR_VAL_NOIDE","features":[51]},{"name":"REGSTR_VAL_NOINSTALLCLASS","features":[51]},{"name":"REGSTR_VAL_NONSTANDARD_ATAPI","features":[51]},{"name":"REGSTR_VAL_NOPRINTSHARING","features":[51]},{"name":"REGSTR_VAL_NOPRINTSHARINGCTRL","features":[51]},{"name":"REGSTR_VAL_NOUSECLASS","features":[51]},{"name":"REGSTR_VAL_NOWORKGROUPCONTENTS","features":[51]},{"name":"REGSTR_VAL_OLDMSDOSVER","features":[51]},{"name":"REGSTR_VAL_OLDWINDIR","features":[51]},{"name":"REGSTR_VAL_OPTIMIZESFN","features":[51]},{"name":"REGSTR_VAL_OPTIONS","features":[51]},{"name":"REGSTR_VAL_OPTORDER","features":[51]},{"name":"REGSTR_VAL_P1284MDL","features":[51]},{"name":"REGSTR_VAL_P1284MFG","features":[51]},{"name":"REGSTR_VAL_PATHCACHECOUNT","features":[51]},{"name":"REGSTR_VAL_PCCARD_POWER","features":[51]},{"name":"REGSTR_VAL_PCI","features":[51]},{"name":"REGSTR_VAL_PCIBIOSVER","features":[51]},{"name":"REGSTR_VAL_PCICIRQMAP","features":[51]},{"name":"REGSTR_VAL_PCICOPTIONS","features":[51]},{"name":"REGSTR_VAL_PCMCIA_ALLOC","features":[51]},{"name":"REGSTR_VAL_PCMCIA_ATAD","features":[51]},{"name":"REGSTR_VAL_PCMCIA_MEM","features":[51]},{"name":"REGSTR_VAL_PCMCIA_OPT","features":[51]},{"name":"REGSTR_VAL_PCMCIA_SIZ","features":[51]},{"name":"REGSTR_VAL_PCMTDRIVER","features":[51]},{"name":"REGSTR_VAL_PCSSDRIVER","features":[51]},{"name":"REGSTR_VAL_PHYSICALDEVICEOBJECT","features":[51]},{"name":"REGSTR_VAL_PMODE_INT13","features":[51]},{"name":"REGSTR_VAL_PNPBIOSVER","features":[51]},{"name":"REGSTR_VAL_PNPSTRUCOFFSET","features":[51]},{"name":"REGSTR_VAL_POLICY","features":[51]},{"name":"REGSTR_VAL_POLLING","features":[51]},{"name":"REGSTR_VAL_PORTNAME","features":[51]},{"name":"REGSTR_VAL_PORTSUBCLASS","features":[51]},{"name":"REGSTR_VAL_PREFREDIR","features":[51]},{"name":"REGSTR_VAL_PRESERVECASE","features":[51]},{"name":"REGSTR_VAL_PRESERVELONGNAMES","features":[51]},{"name":"REGSTR_VAL_PRINTERS_HIDETABS","features":[51]},{"name":"REGSTR_VAL_PRINTERS_MASK","features":[51]},{"name":"REGSTR_VAL_PRINTERS_NOADD","features":[51]},{"name":"REGSTR_VAL_PRINTERS_NODELETE","features":[51]},{"name":"REGSTR_VAL_PRINTSHARING","features":[51]},{"name":"REGSTR_VAL_PRIORITY","features":[51]},{"name":"REGSTR_VAL_PRIVATE","features":[51]},{"name":"REGSTR_VAL_PRIVATEFUNC","features":[51]},{"name":"REGSTR_VAL_PRIVATEPROBLEM","features":[51]},{"name":"REGSTR_VAL_PRODUCTID","features":[51]},{"name":"REGSTR_VAL_PRODUCTTYPE","features":[51]},{"name":"REGSTR_VAL_PROFILEFLAGS","features":[51]},{"name":"REGSTR_VAL_PROPERTIES","features":[51]},{"name":"REGSTR_VAL_PROTINIPATH","features":[51]},{"name":"REGSTR_VAL_PROVIDER_NAME","features":[51]},{"name":"REGSTR_VAL_PWDEXPIRATION","features":[51]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEORDER","features":[51]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEPWD","features":[51]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEPWDHWND","features":[51]},{"name":"REGSTR_VAL_PWDPROVIDER_DESC","features":[51]},{"name":"REGSTR_VAL_PWDPROVIDER_GETPWDSTATUS","features":[51]},{"name":"REGSTR_VAL_PWDPROVIDER_ISNP","features":[51]},{"name":"REGSTR_VAL_PWDPROVIDER_PATH","features":[51]},{"name":"REGSTR_VAL_RDINTTHRESHOLD","features":[51]},{"name":"REGSTR_VAL_READAHEADTHRESHOLD","features":[51]},{"name":"REGSTR_VAL_READCACHING","features":[51]},{"name":"REGSTR_VAL_REALNETSTART","features":[51]},{"name":"REGSTR_VAL_REASONCODE","features":[51]},{"name":"REGSTR_VAL_REFRESHRATE","features":[51]},{"name":"REGSTR_VAL_REGITEMDELETEMESSAGE","features":[51]},{"name":"REGSTR_VAL_REGORGANIZATION","features":[51]},{"name":"REGSTR_VAL_REGOWNER","features":[51]},{"name":"REGSTR_VAL_REINSTALL_DEVICEINSTANCEIDS","features":[51]},{"name":"REGSTR_VAL_REINSTALL_DISPLAYNAME","features":[51]},{"name":"REGSTR_VAL_REINSTALL_STRING","features":[51]},{"name":"REGSTR_VAL_REMOTE_PATH","features":[51]},{"name":"REGSTR_VAL_REMOVABLE","features":[51]},{"name":"REGSTR_VAL_REMOVAL_POLICY","features":[51]},{"name":"REGSTR_VAL_REMOVEROMOKAY","features":[51]},{"name":"REGSTR_VAL_REMOVEROMOKAYFUNC","features":[51]},{"name":"REGSTR_VAL_RESERVED_DEVNODE","features":[51]},{"name":"REGSTR_VAL_RESOLUTION","features":[51]},{"name":"REGSTR_VAL_RESOURCES","features":[51]},{"name":"REGSTR_VAL_RESOURCE_MAP","features":[51]},{"name":"REGSTR_VAL_RESOURCE_PICKER_EXCEPTIONS","features":[51]},{"name":"REGSTR_VAL_RESOURCE_PICKER_TAGS","features":[51]},{"name":"REGSTR_VAL_RESTRICTRUN","features":[51]},{"name":"REGSTR_VAL_RESUMERESET","features":[51]},{"name":"REGSTR_VAL_REVISION","features":[51]},{"name":"REGSTR_VAL_REVLEVEL","features":[51]},{"name":"REGSTR_VAL_ROOT_DEVNODE","features":[51]},{"name":"REGSTR_VAL_RUNLOGINSCRIPT","features":[51]},{"name":"REGSTR_VAL_SCANNER","features":[51]},{"name":"REGSTR_VAL_SCAN_ONLY_FIRST","features":[51]},{"name":"REGSTR_VAL_SCSI","features":[51]},{"name":"REGSTR_VAL_SCSILUN","features":[51]},{"name":"REGSTR_VAL_SCSITID","features":[51]},{"name":"REGSTR_VAL_SEARCHMODE","features":[51]},{"name":"REGSTR_VAL_SEARCHOPTIONS","features":[51]},{"name":"REGSTR_VAL_SECCPL_NOADMINPAGE","features":[51]},{"name":"REGSTR_VAL_SECCPL_NOPROFILEPAGE","features":[51]},{"name":"REGSTR_VAL_SECCPL_NOPWDPAGE","features":[51]},{"name":"REGSTR_VAL_SECCPL_NOSECCPL","features":[51]},{"name":"REGSTR_VAL_SERVICE","features":[51]},{"name":"REGSTR_VAL_SETUPFLAGS","features":[51]},{"name":"REGSTR_VAL_SETUPMACHINETYPE","features":[51]},{"name":"REGSTR_VAL_SETUPN","features":[51]},{"name":"REGSTR_VAL_SETUPNPATH","features":[51]},{"name":"REGSTR_VAL_SETUPPROGRAMRAN","features":[51]},{"name":"REGSTR_VAL_SHARES_FLAGS","features":[51]},{"name":"REGSTR_VAL_SHARES_PATH","features":[51]},{"name":"REGSTR_VAL_SHARES_REMARK","features":[51]},{"name":"REGSTR_VAL_SHARES_RO_PASS","features":[51]},{"name":"REGSTR_VAL_SHARES_RW_PASS","features":[51]},{"name":"REGSTR_VAL_SHARES_TYPE","features":[51]},{"name":"REGSTR_VAL_SHARE_IRQ","features":[51]},{"name":"REGSTR_VAL_SHELLVERSION","features":[51]},{"name":"REGSTR_VAL_SHOWDOTS","features":[51]},{"name":"REGSTR_VAL_SHOWREASONUI","features":[51]},{"name":"REGSTR_VAL_SHUTDOWNREASON","features":[51]},{"name":"REGSTR_VAL_SHUTDOWNREASON_CODE","features":[51]},{"name":"REGSTR_VAL_SHUTDOWNREASON_COMMENT","features":[51]},{"name":"REGSTR_VAL_SHUTDOWNREASON_PROCESS","features":[51]},{"name":"REGSTR_VAL_SHUTDOWNREASON_USERNAME","features":[51]},{"name":"REGSTR_VAL_SHUTDOWN_FLAGS","features":[51]},{"name":"REGSTR_VAL_SHUTDOWN_IGNORE_PREDEFINED","features":[51]},{"name":"REGSTR_VAL_SHUTDOWN_STATE_SNAPSHOT","features":[51]},{"name":"REGSTR_VAL_SILENTINSTALL","features":[51]},{"name":"REGSTR_VAL_SLSUPPORT","features":[51]},{"name":"REGSTR_VAL_SOFTCOMPATMODE","features":[51]},{"name":"REGSTR_VAL_SRCPATH","features":[51]},{"name":"REGSTR_VAL_SRVNAMECACHE","features":[51]},{"name":"REGSTR_VAL_SRVNAMECACHECOUNT","features":[51]},{"name":"REGSTR_VAL_SRVNAMECACHENETPROV","features":[51]},{"name":"REGSTR_VAL_START_ON_BOOT","features":[51]},{"name":"REGSTR_VAL_STAT","features":[51]},{"name":"REGSTR_VAL_STATICDRIVE","features":[51]},{"name":"REGSTR_VAL_STATICVXD","features":[51]},{"name":"REGSTR_VAL_STDDOSOPTION","features":[51]},{"name":"REGSTR_VAL_SUBMODEL","features":[51]},{"name":"REGSTR_VAL_SUPPORTBURST","features":[51]},{"name":"REGSTR_VAL_SUPPORTLFN","features":[51]},{"name":"REGSTR_VAL_SUPPORTTUNNELLING","features":[51]},{"name":"REGSTR_VAL_SYMBOLIC_LINK","features":[51]},{"name":"REGSTR_VAL_SYNCDATAXFER","features":[51]},{"name":"REGSTR_VAL_SYSDM","features":[51]},{"name":"REGSTR_VAL_SYSDMFUNC","features":[51]},{"name":"REGSTR_VAL_SYSTEMCPL_NOCONFIGPAGE","features":[51]},{"name":"REGSTR_VAL_SYSTEMCPL_NODEVMGRPAGE","features":[51]},{"name":"REGSTR_VAL_SYSTEMCPL_NOFILESYSPAGE","features":[51]},{"name":"REGSTR_VAL_SYSTEMCPL_NOVIRTMEMPAGE","features":[51]},{"name":"REGSTR_VAL_SYSTEMROOT","features":[51]},{"name":"REGSTR_VAL_SYSTRAYBATFLAGS","features":[51]},{"name":"REGSTR_VAL_SYSTRAYPCCARDFLAGS","features":[51]},{"name":"REGSTR_VAL_SYSTRAYSVCS","features":[51]},{"name":"REGSTR_VAL_TABLE_STAT","features":[51]},{"name":"REGSTR_VAL_TAPE","features":[51]},{"name":"REGSTR_VAL_TRANSITION","features":[51]},{"name":"REGSTR_VAL_TRANSPORT","features":[51]},{"name":"REGSTR_VAL_TZACTBIAS","features":[51]},{"name":"REGSTR_VAL_TZBIAS","features":[51]},{"name":"REGSTR_VAL_TZDLTBIAS","features":[51]},{"name":"REGSTR_VAL_TZDLTFLAG","features":[51]},{"name":"REGSTR_VAL_TZDLTNAME","features":[51]},{"name":"REGSTR_VAL_TZDLTSTART","features":[51]},{"name":"REGSTR_VAL_TZNOAUTOTIME","features":[51]},{"name":"REGSTR_VAL_TZNOCHANGEEND","features":[51]},{"name":"REGSTR_VAL_TZNOCHANGESTART","features":[51]},{"name":"REGSTR_VAL_TZSTDBIAS","features":[51]},{"name":"REGSTR_VAL_TZSTDNAME","features":[51]},{"name":"REGSTR_VAL_TZSTDSTART","features":[51]},{"name":"REGSTR_VAL_UI_NUMBER","features":[51]},{"name":"REGSTR_VAL_UI_NUMBER_DESC_FORMAT","features":[51]},{"name":"REGSTR_VAL_UNDOCK_WITHOUT_LOGON","features":[51]},{"name":"REGSTR_VAL_UNINSTALLER_COMMANDLINE","features":[51]},{"name":"REGSTR_VAL_UNINSTALLER_DISPLAYNAME","features":[51]},{"name":"REGSTR_VAL_UPGRADE","features":[51]},{"name":"REGSTR_VAL_UPPERFILTERS","features":[51]},{"name":"REGSTR_VAL_UPPER_FILTER_DEFAULT_LEVEL","features":[51]},{"name":"REGSTR_VAL_UPPER_FILTER_LEVELS","features":[51]},{"name":"REGSTR_VAL_USERSETTINGS","features":[51]},{"name":"REGSTR_VAL_USER_NAME","features":[51]},{"name":"REGSTR_VAL_USRDRVLET","features":[51]},{"name":"REGSTR_VAL_VDD","features":[51]},{"name":"REGSTR_VAL_VER","features":[51]},{"name":"REGSTR_VAL_VERIFYKEY","features":[51]},{"name":"REGSTR_VAL_VIRTUALHDIRQ","features":[51]},{"name":"REGSTR_VAL_VOLIDLETIMEOUT","features":[51]},{"name":"REGSTR_VAL_VPOWERDFLAGS","features":[51]},{"name":"REGSTR_VAL_VRES","features":[51]},{"name":"REGSTR_VAL_VXDGROUPS","features":[51]},{"name":"REGSTR_VAL_WAITFORUNDOCK","features":[51]},{"name":"REGSTR_VAL_WAITFORUNDOCKFUNC","features":[51]},{"name":"REGSTR_VAL_WIN31FILESYSTEM","features":[51]},{"name":"REGSTR_VAL_WIN31PROVIDER","features":[51]},{"name":"REGSTR_VAL_WINBOOTDIR","features":[51]},{"name":"REGSTR_VAL_WINCP","features":[51]},{"name":"REGSTR_VAL_WINDIR","features":[51]},{"name":"REGSTR_VAL_WINOLDAPP_DISABLED","features":[51]},{"name":"REGSTR_VAL_WINOLDAPP_NOREALMODE","features":[51]},{"name":"REGSTR_VAL_WORKGROUP","features":[51]},{"name":"REGSTR_VAL_WRAPPER","features":[51]},{"name":"REGSTR_VAL_WRINTTHRESHOLD","features":[51]},{"name":"REGSTR_VAL_WRKGRP_FORCEMAPPING","features":[51]},{"name":"REGSTR_VAL_WRKGRP_REQUIRED","features":[51]},{"name":"REG_BINARY","features":[51]},{"name":"REG_CREATED_NEW_KEY","features":[51]},{"name":"REG_CREATE_KEY_DISPOSITION","features":[51]},{"name":"REG_DWORD","features":[51]},{"name":"REG_DWORD_BIG_ENDIAN","features":[51]},{"name":"REG_DWORD_LITTLE_ENDIAN","features":[51]},{"name":"REG_EXPAND_SZ","features":[51]},{"name":"REG_FORCE_RESTORE","features":[51]},{"name":"REG_FULL_RESOURCE_DESCRIPTOR","features":[51]},{"name":"REG_KEY_INSTDEV","features":[51]},{"name":"REG_LATEST_FORMAT","features":[51]},{"name":"REG_LINK","features":[51]},{"name":"REG_MUI_STRING_TRUNCATE","features":[51]},{"name":"REG_MULTI_SZ","features":[51]},{"name":"REG_NONE","features":[51]},{"name":"REG_NOTIFY_CHANGE_ATTRIBUTES","features":[51]},{"name":"REG_NOTIFY_CHANGE_LAST_SET","features":[51]},{"name":"REG_NOTIFY_CHANGE_NAME","features":[51]},{"name":"REG_NOTIFY_CHANGE_SECURITY","features":[51]},{"name":"REG_NOTIFY_FILTER","features":[51]},{"name":"REG_NOTIFY_THREAD_AGNOSTIC","features":[51]},{"name":"REG_NO_COMPRESSION","features":[51]},{"name":"REG_OPENED_EXISTING_KEY","features":[51]},{"name":"REG_OPEN_CREATE_OPTIONS","features":[51]},{"name":"REG_OPTION_BACKUP_RESTORE","features":[51]},{"name":"REG_OPTION_CREATE_LINK","features":[51]},{"name":"REG_OPTION_DONT_VIRTUALIZE","features":[51]},{"name":"REG_OPTION_NON_VOLATILE","features":[51]},{"name":"REG_OPTION_OPEN_LINK","features":[51]},{"name":"REG_OPTION_RESERVED","features":[51]},{"name":"REG_OPTION_VOLATILE","features":[51]},{"name":"REG_PROCESS_APPKEY","features":[51]},{"name":"REG_PROVIDER","features":[51]},{"name":"REG_QWORD","features":[51]},{"name":"REG_QWORD_LITTLE_ENDIAN","features":[51]},{"name":"REG_RESOURCE_LIST","features":[51]},{"name":"REG_RESOURCE_REQUIREMENTS_LIST","features":[51]},{"name":"REG_RESTORE_KEY_FLAGS","features":[51]},{"name":"REG_ROUTINE_FLAGS","features":[51]},{"name":"REG_SAM_FLAGS","features":[51]},{"name":"REG_SAVE_FORMAT","features":[51]},{"name":"REG_SECURE_CONNECTION","features":[51]},{"name":"REG_STANDARD_FORMAT","features":[51]},{"name":"REG_SZ","features":[51]},{"name":"REG_USE_CURRENT_SECURITY_CONTEXT","features":[51]},{"name":"REG_VALUE_TYPE","features":[51]},{"name":"REG_WHOLE_HIVE_VOLATILE","features":[51]},{"name":"RRF_NOEXPAND","features":[51]},{"name":"RRF_RT_ANY","features":[51]},{"name":"RRF_RT_DWORD","features":[51]},{"name":"RRF_RT_QWORD","features":[51]},{"name":"RRF_RT_REG_BINARY","features":[51]},{"name":"RRF_RT_REG_DWORD","features":[51]},{"name":"RRF_RT_REG_EXPAND_SZ","features":[51]},{"name":"RRF_RT_REG_MULTI_SZ","features":[51]},{"name":"RRF_RT_REG_NONE","features":[51]},{"name":"RRF_RT_REG_QWORD","features":[51]},{"name":"RRF_RT_REG_SZ","features":[51]},{"name":"RRF_SUBKEY_WOW6432KEY","features":[51]},{"name":"RRF_SUBKEY_WOW6464KEY","features":[51]},{"name":"RRF_WOW64_MASK","features":[51]},{"name":"RRF_ZEROONFAILURE","features":[51]},{"name":"RegCloseKey","features":[3,51]},{"name":"RegConnectRegistryA","features":[3,51]},{"name":"RegConnectRegistryExA","features":[51]},{"name":"RegConnectRegistryExW","features":[51]},{"name":"RegConnectRegistryW","features":[3,51]},{"name":"RegCopyTreeA","features":[3,51]},{"name":"RegCopyTreeW","features":[3,51]},{"name":"RegCreateKeyA","features":[3,51]},{"name":"RegCreateKeyExA","features":[3,6,51]},{"name":"RegCreateKeyExW","features":[3,6,51]},{"name":"RegCreateKeyTransactedA","features":[3,6,51]},{"name":"RegCreateKeyTransactedW","features":[3,6,51]},{"name":"RegCreateKeyW","features":[3,51]},{"name":"RegDeleteKeyA","features":[3,51]},{"name":"RegDeleteKeyExA","features":[3,51]},{"name":"RegDeleteKeyExW","features":[3,51]},{"name":"RegDeleteKeyTransactedA","features":[3,51]},{"name":"RegDeleteKeyTransactedW","features":[3,51]},{"name":"RegDeleteKeyValueA","features":[3,51]},{"name":"RegDeleteKeyValueW","features":[3,51]},{"name":"RegDeleteKeyW","features":[3,51]},{"name":"RegDeleteTreeA","features":[3,51]},{"name":"RegDeleteTreeW","features":[3,51]},{"name":"RegDeleteValueA","features":[3,51]},{"name":"RegDeleteValueW","features":[3,51]},{"name":"RegDisablePredefinedCache","features":[3,51]},{"name":"RegDisablePredefinedCacheEx","features":[3,51]},{"name":"RegDisableReflectionKey","features":[3,51]},{"name":"RegEnableReflectionKey","features":[3,51]},{"name":"RegEnumKeyA","features":[3,51]},{"name":"RegEnumKeyExA","features":[3,51]},{"name":"RegEnumKeyExW","features":[3,51]},{"name":"RegEnumKeyW","features":[3,51]},{"name":"RegEnumValueA","features":[3,51]},{"name":"RegEnumValueW","features":[3,51]},{"name":"RegFlushKey","features":[3,51]},{"name":"RegGetKeySecurity","features":[3,6,51]},{"name":"RegGetValueA","features":[3,51]},{"name":"RegGetValueW","features":[3,51]},{"name":"RegLoadAppKeyA","features":[3,51]},{"name":"RegLoadAppKeyW","features":[3,51]},{"name":"RegLoadKeyA","features":[3,51]},{"name":"RegLoadKeyW","features":[3,51]},{"name":"RegLoadMUIStringA","features":[3,51]},{"name":"RegLoadMUIStringW","features":[3,51]},{"name":"RegNotifyChangeKeyValue","features":[3,51]},{"name":"RegOpenCurrentUser","features":[3,51]},{"name":"RegOpenKeyA","features":[3,51]},{"name":"RegOpenKeyExA","features":[3,51]},{"name":"RegOpenKeyExW","features":[3,51]},{"name":"RegOpenKeyTransactedA","features":[3,51]},{"name":"RegOpenKeyTransactedW","features":[3,51]},{"name":"RegOpenKeyW","features":[3,51]},{"name":"RegOpenUserClassesRoot","features":[3,51]},{"name":"RegOverridePredefKey","features":[3,51]},{"name":"RegQueryInfoKeyA","features":[3,51]},{"name":"RegQueryInfoKeyW","features":[3,51]},{"name":"RegQueryMultipleValuesA","features":[3,51]},{"name":"RegQueryMultipleValuesW","features":[3,51]},{"name":"RegQueryReflectionKey","features":[3,51]},{"name":"RegQueryValueA","features":[3,51]},{"name":"RegQueryValueExA","features":[3,51]},{"name":"RegQueryValueExW","features":[3,51]},{"name":"RegQueryValueW","features":[3,51]},{"name":"RegRenameKey","features":[3,51]},{"name":"RegReplaceKeyA","features":[3,51]},{"name":"RegReplaceKeyW","features":[3,51]},{"name":"RegRestoreKeyA","features":[3,51]},{"name":"RegRestoreKeyW","features":[3,51]},{"name":"RegSaveKeyA","features":[3,6,51]},{"name":"RegSaveKeyExA","features":[3,6,51]},{"name":"RegSaveKeyExW","features":[3,6,51]},{"name":"RegSaveKeyW","features":[3,6,51]},{"name":"RegSetKeySecurity","features":[3,6,51]},{"name":"RegSetKeyValueA","features":[3,51]},{"name":"RegSetKeyValueW","features":[3,51]},{"name":"RegSetValueA","features":[3,51]},{"name":"RegSetValueExA","features":[3,51]},{"name":"RegSetValueExW","features":[3,51]},{"name":"RegSetValueW","features":[3,51]},{"name":"RegUnLoadKeyA","features":[3,51]},{"name":"RegUnLoadKeyW","features":[3,51]},{"name":"SUF_BATCHINF","features":[51]},{"name":"SUF_CLEAN","features":[51]},{"name":"SUF_EXPRESS","features":[51]},{"name":"SUF_FIRSTTIME","features":[51]},{"name":"SUF_INSETUP","features":[51]},{"name":"SUF_NETHDBOOT","features":[51]},{"name":"SUF_NETRPLBOOT","features":[51]},{"name":"SUF_NETSETUP","features":[51]},{"name":"SUF_SBSCOPYOK","features":[51]},{"name":"VALENTA","features":[51]},{"name":"VALENTW","features":[51]},{"name":"VPDF_DISABLEPWRMGMT","features":[51]},{"name":"VPDF_DISABLEPWRSTATUSPOLL","features":[51]},{"name":"VPDF_DISABLERINGRESUME","features":[51]},{"name":"VPDF_FORCEAPM10MODE","features":[51]},{"name":"VPDF_SHOWMULTIBATT","features":[51]},{"name":"VPDF_SKIPINTELSLCHECK","features":[51]},{"name":"val_context","features":[51]}],"600":[{"name":"AAAccountingData","features":[106]},{"name":"AAAccountingDataType","features":[106]},{"name":"AAAuthSchemes","features":[106]},{"name":"AATrustClassID","features":[106]},{"name":"AA_AUTH_ANY","features":[106]},{"name":"AA_AUTH_BASIC","features":[106]},{"name":"AA_AUTH_CONID","features":[106]},{"name":"AA_AUTH_COOKIE","features":[106]},{"name":"AA_AUTH_DIGEST","features":[106]},{"name":"AA_AUTH_LOGGEDONCREDENTIALS","features":[106]},{"name":"AA_AUTH_MAX","features":[106]},{"name":"AA_AUTH_MIN","features":[106]},{"name":"AA_AUTH_NEGOTIATE","features":[106]},{"name":"AA_AUTH_NTLM","features":[106]},{"name":"AA_AUTH_ORGID","features":[106]},{"name":"AA_AUTH_SC","features":[106]},{"name":"AA_AUTH_SSPI_NTLM","features":[106]},{"name":"AA_MAIN_SESSION_CLOSED","features":[106]},{"name":"AA_MAIN_SESSION_CREATION","features":[106]},{"name":"AA_SUB_SESSION_CLOSED","features":[106]},{"name":"AA_SUB_SESSION_CREATION","features":[106]},{"name":"AA_TRUSTEDUSER_TRUSTEDCLIENT","features":[106]},{"name":"AA_TRUSTEDUSER_UNTRUSTEDCLIENT","features":[106]},{"name":"AA_UNTRUSTED","features":[106]},{"name":"ACQUIRE_TARGET_LOCK_TIMEOUT","features":[106]},{"name":"ADsTSUserEx","features":[106]},{"name":"AE_CURRENT_POSITION","features":[106]},{"name":"AE_POSITION_FLAGS","features":[106]},{"name":"AllowOnlySDRServers","features":[106]},{"name":"BITMAP_RENDERER_STATISTICS","features":[106]},{"name":"CHANNEL_BUFFER_SIZE","features":[106]},{"name":"CHANNEL_CHUNK_LENGTH","features":[106]},{"name":"CHANNEL_DEF","features":[106]},{"name":"CHANNEL_ENTRY_POINTS","features":[106]},{"name":"CHANNEL_EVENT_CONNECTED","features":[106]},{"name":"CHANNEL_EVENT_DATA_RECEIVED","features":[106]},{"name":"CHANNEL_EVENT_DISCONNECTED","features":[106]},{"name":"CHANNEL_EVENT_INITIALIZED","features":[106]},{"name":"CHANNEL_EVENT_TERMINATED","features":[106]},{"name":"CHANNEL_EVENT_V1_CONNECTED","features":[106]},{"name":"CHANNEL_EVENT_WRITE_CANCELLED","features":[106]},{"name":"CHANNEL_EVENT_WRITE_COMPLETE","features":[106]},{"name":"CHANNEL_FLAG_FAIL","features":[106]},{"name":"CHANNEL_FLAG_FIRST","features":[106]},{"name":"CHANNEL_FLAG_LAST","features":[106]},{"name":"CHANNEL_FLAG_MIDDLE","features":[106]},{"name":"CHANNEL_MAX_COUNT","features":[106]},{"name":"CHANNEL_NAME_LEN","features":[106]},{"name":"CHANNEL_OPTION_COMPRESS","features":[106]},{"name":"CHANNEL_OPTION_COMPRESS_RDP","features":[106]},{"name":"CHANNEL_OPTION_ENCRYPT_CS","features":[106]},{"name":"CHANNEL_OPTION_ENCRYPT_RDP","features":[106]},{"name":"CHANNEL_OPTION_ENCRYPT_SC","features":[106]},{"name":"CHANNEL_OPTION_INITIALIZED","features":[106]},{"name":"CHANNEL_OPTION_PRI_HIGH","features":[106]},{"name":"CHANNEL_OPTION_PRI_LOW","features":[106]},{"name":"CHANNEL_OPTION_PRI_MED","features":[106]},{"name":"CHANNEL_OPTION_REMOTE_CONTROL_PERSISTENT","features":[106]},{"name":"CHANNEL_OPTION_SHOW_PROTOCOL","features":[106]},{"name":"CHANNEL_PDU_HEADER","features":[106]},{"name":"CHANNEL_RC_ALREADY_CONNECTED","features":[106]},{"name":"CHANNEL_RC_ALREADY_INITIALIZED","features":[106]},{"name":"CHANNEL_RC_ALREADY_OPEN","features":[106]},{"name":"CHANNEL_RC_BAD_CHANNEL","features":[106]},{"name":"CHANNEL_RC_BAD_CHANNEL_HANDLE","features":[106]},{"name":"CHANNEL_RC_BAD_INIT_HANDLE","features":[106]},{"name":"CHANNEL_RC_BAD_PROC","features":[106]},{"name":"CHANNEL_RC_INITIALIZATION_ERROR","features":[106]},{"name":"CHANNEL_RC_INVALID_INSTANCE","features":[106]},{"name":"CHANNEL_RC_NOT_CONNECTED","features":[106]},{"name":"CHANNEL_RC_NOT_INITIALIZED","features":[106]},{"name":"CHANNEL_RC_NOT_IN_VIRTUALCHANNELENTRY","features":[106]},{"name":"CHANNEL_RC_NOT_OPEN","features":[106]},{"name":"CHANNEL_RC_NO_BUFFER","features":[106]},{"name":"CHANNEL_RC_NO_MEMORY","features":[106]},{"name":"CHANNEL_RC_NULL_DATA","features":[106]},{"name":"CHANNEL_RC_OK","features":[106]},{"name":"CHANNEL_RC_TOO_MANY_CHANNELS","features":[106]},{"name":"CHANNEL_RC_UNKNOWN_CHANNEL_NAME","features":[106]},{"name":"CHANNEL_RC_UNSUPPORTED_VERSION","features":[106]},{"name":"CHANNEL_RC_ZERO_LENGTH","features":[106]},{"name":"CLIENTADDRESS_LENGTH","features":[106]},{"name":"CLIENTNAME_LENGTH","features":[106]},{"name":"CLIENT_DISPLAY","features":[106]},{"name":"CLIENT_MESSAGE_CONNECTION_ERROR","features":[106]},{"name":"CLIENT_MESSAGE_CONNECTION_INVALID","features":[106]},{"name":"CLIENT_MESSAGE_CONNECTION_STATUS","features":[106]},{"name":"CLIENT_MESSAGE_TYPE","features":[106]},{"name":"CONNECTION_CHANGE_NOTIFICATION","features":[106]},{"name":"CONNECTION_PROPERTY_CURSOR_BLINK_DISABLED","features":[106]},{"name":"CONNECTION_PROPERTY_IDLE_TIME_WARNING","features":[106]},{"name":"CONNECTION_REQUEST_CANCELLED","features":[106]},{"name":"CONNECTION_REQUEST_FAILED","features":[106]},{"name":"CONNECTION_REQUEST_INVALID","features":[106]},{"name":"CONNECTION_REQUEST_LB_COMPLETED","features":[106]},{"name":"CONNECTION_REQUEST_ORCH_COMPLETED","features":[106]},{"name":"CONNECTION_REQUEST_PENDING","features":[106]},{"name":"CONNECTION_REQUEST_QUERY_PL_COMPLETED","features":[106]},{"name":"CONNECTION_REQUEST_SUCCEEDED","features":[106]},{"name":"CONNECTION_REQUEST_TIMEDOUT","features":[106]},{"name":"ClipboardRedirectionDisabled","features":[106]},{"name":"DISPID_AX_ADMINMESSAGERECEIVED","features":[106]},{"name":"DISPID_AX_AUTORECONNECTED","features":[106]},{"name":"DISPID_AX_AUTORECONNECTING","features":[106]},{"name":"DISPID_AX_CONNECTED","features":[106]},{"name":"DISPID_AX_CONNECTING","features":[106]},{"name":"DISPID_AX_DIALOGDISMISSED","features":[106]},{"name":"DISPID_AX_DIALOGDISPLAYING","features":[106]},{"name":"DISPID_AX_DISCONNECTED","features":[106]},{"name":"DISPID_AX_KEYCOMBINATIONPRESSED","features":[106]},{"name":"DISPID_AX_LOGINCOMPLETED","features":[106]},{"name":"DISPID_AX_NETWORKSTATUSCHANGED","features":[106]},{"name":"DISPID_AX_REMOTEDESKTOPSIZECHANGED","features":[106]},{"name":"DISPID_AX_STATUSCHANGED","features":[106]},{"name":"DISPID_AX_TOUCHPOINTERCURSORMOVED","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_APPLY_SETTINGS","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_ATTACH_EVENT","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_CONNECT","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DELETE_SAVED_CREDENTIALS","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DETACH_EVENT","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DISCONNECT","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_EXECUTE_REMOTE_ACTION","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_GET_RDPPROPERTY","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_GET_SNAPSHOT","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RECONNECT","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RESUME_SCREEN_UPDATES","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RETRIEVE_SETTINGS","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_SET_RDPPROPERTY","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_SUSPEND_SCREEN_UPDATES","features":[106]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_UPDATE_SESSION_DISPLAYSETTINGS","features":[106]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_ACTIONS","features":[106]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_SETTINGS","features":[106]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_ENABLED","features":[106]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_EVENTSENABLED","features":[106]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_POINTERSPEED","features":[106]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCH_POINTER","features":[106]},{"name":"DOMAIN_LENGTH","features":[106]},{"name":"DisableAllRedirections","features":[106]},{"name":"DriveRedirectionDisabled","features":[106]},{"name":"EnableAllRedirections","features":[106]},{"name":"FARM","features":[106]},{"name":"FORCE_REJOIN","features":[106]},{"name":"FORCE_REJOIN_IN_CLUSTERMODE","features":[106]},{"name":"IADsTSUserEx","features":[106]},{"name":"IAudioDeviceEndpoint","features":[106]},{"name":"IAudioEndpoint","features":[106]},{"name":"IAudioEndpointControl","features":[106]},{"name":"IAudioEndpointRT","features":[106]},{"name":"IAudioInputEndpointRT","features":[106]},{"name":"IAudioOutputEndpointRT","features":[106]},{"name":"IRemoteDesktopClient","features":[106]},{"name":"IRemoteDesktopClientActions","features":[106]},{"name":"IRemoteDesktopClientSettings","features":[106]},{"name":"IRemoteDesktopClientTouchPointer","features":[106]},{"name":"IRemoteSystemAdditionalInfoProvider","features":[106]},{"name":"ITSGAccountingEngine","features":[106]},{"name":"ITSGAuthenticateUserSink","features":[106]},{"name":"ITSGAuthenticationEngine","features":[106]},{"name":"ITSGAuthorizeConnectionSink","features":[106]},{"name":"ITSGAuthorizeResourceSink","features":[106]},{"name":"ITSGPolicyEngine","features":[106]},{"name":"ITsSbBaseNotifySink","features":[106]},{"name":"ITsSbClientConnection","features":[106]},{"name":"ITsSbClientConnectionPropertySet","features":[106]},{"name":"ITsSbEnvironment","features":[106]},{"name":"ITsSbEnvironmentPropertySet","features":[106]},{"name":"ITsSbFilterPluginStore","features":[106]},{"name":"ITsSbGenericNotifySink","features":[106]},{"name":"ITsSbGlobalStore","features":[106]},{"name":"ITsSbLoadBalanceResult","features":[106]},{"name":"ITsSbLoadBalancing","features":[106]},{"name":"ITsSbLoadBalancingNotifySink","features":[106]},{"name":"ITsSbOrchestration","features":[106]},{"name":"ITsSbOrchestrationNotifySink","features":[106]},{"name":"ITsSbPlacement","features":[106]},{"name":"ITsSbPlacementNotifySink","features":[106]},{"name":"ITsSbPlugin","features":[106]},{"name":"ITsSbPluginNotifySink","features":[106]},{"name":"ITsSbPluginPropertySet","features":[106]},{"name":"ITsSbPropertySet","features":[106]},{"name":"ITsSbProvider","features":[106]},{"name":"ITsSbProvisioning","features":[106]},{"name":"ITsSbProvisioningPluginNotifySink","features":[106]},{"name":"ITsSbResourceNotification","features":[106]},{"name":"ITsSbResourceNotificationEx","features":[106]},{"name":"ITsSbResourcePlugin","features":[106]},{"name":"ITsSbResourcePluginStore","features":[106]},{"name":"ITsSbServiceNotification","features":[106]},{"name":"ITsSbSession","features":[106]},{"name":"ITsSbTarget","features":[106]},{"name":"ITsSbTargetPropertySet","features":[106]},{"name":"ITsSbTaskInfo","features":[106]},{"name":"ITsSbTaskPlugin","features":[106]},{"name":"ITsSbTaskPluginNotifySink","features":[106]},{"name":"IWRdsEnhancedFastReconnectArbitrator","features":[106]},{"name":"IWRdsGraphicsChannel","features":[106]},{"name":"IWRdsGraphicsChannelEvents","features":[106]},{"name":"IWRdsGraphicsChannelManager","features":[106]},{"name":"IWRdsProtocolConnection","features":[106]},{"name":"IWRdsProtocolConnectionCallback","features":[106]},{"name":"IWRdsProtocolConnectionSettings","features":[106]},{"name":"IWRdsProtocolLicenseConnection","features":[106]},{"name":"IWRdsProtocolListener","features":[106]},{"name":"IWRdsProtocolListenerCallback","features":[106]},{"name":"IWRdsProtocolLogonErrorRedirector","features":[106]},{"name":"IWRdsProtocolManager","features":[106]},{"name":"IWRdsProtocolSettings","features":[106]},{"name":"IWRdsProtocolShadowCallback","features":[106]},{"name":"IWRdsProtocolShadowConnection","features":[106]},{"name":"IWRdsWddmIddProps","features":[106]},{"name":"IWRdsWddmIddProps1","features":[106]},{"name":"IWTSBitmapRenderService","features":[106]},{"name":"IWTSBitmapRenderer","features":[106]},{"name":"IWTSBitmapRendererCallback","features":[106]},{"name":"IWTSListener","features":[106]},{"name":"IWTSListenerCallback","features":[106]},{"name":"IWTSPlugin","features":[106]},{"name":"IWTSPluginServiceProvider","features":[106]},{"name":"IWTSProtocolConnection","features":[106]},{"name":"IWTSProtocolConnectionCallback","features":[106]},{"name":"IWTSProtocolLicenseConnection","features":[106]},{"name":"IWTSProtocolListener","features":[106]},{"name":"IWTSProtocolListenerCallback","features":[106]},{"name":"IWTSProtocolLogonErrorRedirector","features":[106]},{"name":"IWTSProtocolManager","features":[106]},{"name":"IWTSProtocolShadowCallback","features":[106]},{"name":"IWTSProtocolShadowConnection","features":[106]},{"name":"IWTSSBPlugin","features":[106]},{"name":"IWTSVirtualChannel","features":[106]},{"name":"IWTSVirtualChannelCallback","features":[106]},{"name":"IWTSVirtualChannelManager","features":[106]},{"name":"IWorkspace","features":[106]},{"name":"IWorkspace2","features":[106]},{"name":"IWorkspace3","features":[106]},{"name":"IWorkspaceClientExt","features":[106]},{"name":"IWorkspaceRegistration","features":[106]},{"name":"IWorkspaceRegistration2","features":[106]},{"name":"IWorkspaceReportMessage","features":[106]},{"name":"IWorkspaceResTypeRegistry","features":[106]},{"name":"IWorkspaceScriptable","features":[106]},{"name":"IWorkspaceScriptable2","features":[106]},{"name":"IWorkspaceScriptable3","features":[106]},{"name":"ItsPubPlugin","features":[106]},{"name":"ItsPubPlugin2","features":[106]},{"name":"KEEP_EXISTING_SESSIONS","features":[106]},{"name":"KeyCombinationDown","features":[106]},{"name":"KeyCombinationHome","features":[106]},{"name":"KeyCombinationLeft","features":[106]},{"name":"KeyCombinationRight","features":[106]},{"name":"KeyCombinationScroll","features":[106]},{"name":"KeyCombinationType","features":[106]},{"name":"KeyCombinationUp","features":[106]},{"name":"LOAD_BALANCING_PLUGIN","features":[106]},{"name":"MAX_DATE_TIME_LENGTH","features":[106]},{"name":"MAX_ELAPSED_TIME_LENGTH","features":[106]},{"name":"MAX_POLICY_ATTRIBUTES","features":[106]},{"name":"MaxAppName_Len","features":[106]},{"name":"MaxDomainName_Len","features":[106]},{"name":"MaxFQDN_Len","features":[106]},{"name":"MaxFarm_Len","features":[106]},{"name":"MaxNetBiosName_Len","features":[106]},{"name":"MaxNumOfExposed_IPs","features":[106]},{"name":"MaxUserName_Len","features":[106]},{"name":"NONFARM","features":[106]},{"name":"NOTIFY_FOR_ALL_SESSIONS","features":[106]},{"name":"NOTIFY_FOR_THIS_SESSION","features":[106]},{"name":"ORCHESTRATION_PLUGIN","features":[106]},{"name":"OWNER_MS_TS_PLUGIN","features":[106]},{"name":"OWNER_MS_VM_PLUGIN","features":[106]},{"name":"OWNER_UNKNOWN","features":[106]},{"name":"PCHANNEL_INIT_EVENT_FN","features":[106]},{"name":"PCHANNEL_OPEN_EVENT_FN","features":[106]},{"name":"PLACEMENT_PLUGIN","features":[106]},{"name":"PLUGIN_CAPABILITY_EXTERNAL_REDIRECTION","features":[106]},{"name":"PLUGIN_TYPE","features":[106]},{"name":"POLICY_PLUGIN","features":[106]},{"name":"POSITION_CONTINUOUS","features":[106]},{"name":"POSITION_DISCONTINUOUS","features":[106]},{"name":"POSITION_INVALID","features":[106]},{"name":"POSITION_QPC_ERROR","features":[106]},{"name":"PRODUCTINFO_COMPANYNAME_LENGTH","features":[106]},{"name":"PRODUCTINFO_PRODUCTID_LENGTH","features":[106]},{"name":"PRODUCT_INFOA","features":[106]},{"name":"PRODUCT_INFOW","features":[106]},{"name":"PROPERTY_DYNAMIC_TIME_ZONE_INFORMATION","features":[106]},{"name":"PROPERTY_TYPE_ENABLE_UNIVERSAL_APPS_FOR_CUSTOM_SHELL","features":[106]},{"name":"PROPERTY_TYPE_GET_FAST_RECONNECT","features":[106]},{"name":"PROPERTY_TYPE_GET_FAST_RECONNECT_USER_SID","features":[106]},{"name":"PROVISIONING_PLUGIN","features":[106]},{"name":"PVIRTUALCHANNELCLOSE","features":[106]},{"name":"PVIRTUALCHANNELENTRY","features":[3,106]},{"name":"PVIRTUALCHANNELINIT","features":[106]},{"name":"PVIRTUALCHANNELOPEN","features":[106]},{"name":"PVIRTUALCHANNELWRITE","features":[106]},{"name":"PasswordEncodingType","features":[106]},{"name":"PasswordEncodingUTF16BE","features":[106]},{"name":"PasswordEncodingUTF16LE","features":[106]},{"name":"PasswordEncodingUTF8","features":[106]},{"name":"PnpRedirectionDisabled","features":[106]},{"name":"PolicyAttributeType","features":[106]},{"name":"PortRedirectionDisabled","features":[106]},{"name":"PrinterRedirectionDisabled","features":[106]},{"name":"ProcessIdToSessionId","features":[3,106]},{"name":"RDCLIENT_BITMAP_RENDER_SERVICE","features":[106]},{"name":"RDV_TASK_STATUS","features":[106]},{"name":"RDV_TASK_STATUS_APPLYING","features":[106]},{"name":"RDV_TASK_STATUS_DOWNLOADING","features":[106]},{"name":"RDV_TASK_STATUS_FAILED","features":[106]},{"name":"RDV_TASK_STATUS_REBOOTED","features":[106]},{"name":"RDV_TASK_STATUS_REBOOTING","features":[106]},{"name":"RDV_TASK_STATUS_SEARCHING","features":[106]},{"name":"RDV_TASK_STATUS_SUCCESS","features":[106]},{"name":"RDV_TASK_STATUS_TIMEOUT","features":[106]},{"name":"RDV_TASK_STATUS_UNKNOWN","features":[106]},{"name":"RD_FARM_AUTO_PERSONAL_RDSH","features":[106]},{"name":"RD_FARM_AUTO_PERSONAL_VM","features":[106]},{"name":"RD_FARM_MANUAL_PERSONAL_RDSH","features":[106]},{"name":"RD_FARM_MANUAL_PERSONAL_VM","features":[106]},{"name":"RD_FARM_RDSH","features":[106]},{"name":"RD_FARM_TEMP_VM","features":[106]},{"name":"RD_FARM_TYPE","features":[106]},{"name":"RD_FARM_TYPE_UNKNOWN","features":[106]},{"name":"REMOTECONTROL_KBDALT_HOTKEY","features":[106]},{"name":"REMOTECONTROL_KBDCTRL_HOTKEY","features":[106]},{"name":"REMOTECONTROL_KBDSHIFT_HOTKEY","features":[106]},{"name":"RENDER_HINT_CLEAR","features":[106]},{"name":"RENDER_HINT_MAPPEDWINDOW","features":[106]},{"name":"RENDER_HINT_VIDEO","features":[106]},{"name":"RESERVED_FOR_LEGACY","features":[106]},{"name":"RESOURCE_PLUGIN","features":[106]},{"name":"RFX_CLIENT_ID_LENGTH","features":[106]},{"name":"RFX_GFX_MAX_SUPPORTED_MONITORS","features":[106]},{"name":"RFX_GFX_MONITOR_INFO","features":[3,106]},{"name":"RFX_GFX_MSG_CLIENT_DESKTOP_INFO_REQUEST","features":[106]},{"name":"RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE","features":[3,106]},{"name":"RFX_GFX_MSG_DESKTOP_CONFIG_CHANGE_CONFIRM","features":[106]},{"name":"RFX_GFX_MSG_DESKTOP_CONFIG_CHANGE_NOTIFY","features":[106]},{"name":"RFX_GFX_MSG_DESKTOP_INPUT_RESET","features":[106]},{"name":"RFX_GFX_MSG_DESKTOP_RESEND_REQUEST","features":[106]},{"name":"RFX_GFX_MSG_DISCONNECT_NOTIFY","features":[106]},{"name":"RFX_GFX_MSG_HEADER","features":[106]},{"name":"RFX_GFX_MSG_PREFIX","features":[106]},{"name":"RFX_GFX_MSG_PREFIX_MASK","features":[106]},{"name":"RFX_GFX_MSG_RDP_DATA","features":[106]},{"name":"RFX_GFX_RECT","features":[106]},{"name":"RFX_RDP_MSG_PREFIX","features":[106]},{"name":"RemoteActionAppSwitch","features":[106]},{"name":"RemoteActionAppbar","features":[106]},{"name":"RemoteActionCharms","features":[106]},{"name":"RemoteActionSnap","features":[106]},{"name":"RemoteActionStartScreen","features":[106]},{"name":"RemoteActionType","features":[106]},{"name":"SB_SYNCH_CONFLICT_MAX_WRITE_ATTEMPTS","features":[106]},{"name":"SESSION_TIMEOUT_ACTION_DISCONNECT","features":[106]},{"name":"SESSION_TIMEOUT_ACTION_SILENT_REAUTH","features":[106]},{"name":"SESSION_TIMEOUT_ACTION_TYPE","features":[106]},{"name":"SINGLE_SESSION","features":[106]},{"name":"STATE_ACTIVE","features":[106]},{"name":"STATE_CONNECTED","features":[106]},{"name":"STATE_CONNECTQUERY","features":[106]},{"name":"STATE_DISCONNECTED","features":[106]},{"name":"STATE_DOWN","features":[106]},{"name":"STATE_IDLE","features":[106]},{"name":"STATE_INIT","features":[106]},{"name":"STATE_INVALID","features":[106]},{"name":"STATE_LISTEN","features":[106]},{"name":"STATE_MAX","features":[106]},{"name":"STATE_RESET","features":[106]},{"name":"STATE_SHADOW","features":[106]},{"name":"SnapshotEncodingDataUri","features":[106]},{"name":"SnapshotEncodingType","features":[106]},{"name":"SnapshotFormatBmp","features":[106]},{"name":"SnapshotFormatJpeg","features":[106]},{"name":"SnapshotFormatPng","features":[106]},{"name":"SnapshotFormatType","features":[106]},{"name":"TARGET_CHANGE_TYPE","features":[106]},{"name":"TARGET_CHANGE_UNSPEC","features":[106]},{"name":"TARGET_CHECKED_OUT","features":[106]},{"name":"TARGET_DOWN","features":[106]},{"name":"TARGET_EXTERNALIP_CHANGED","features":[106]},{"name":"TARGET_FARM_MEMBERSHIP_CHANGED","features":[106]},{"name":"TARGET_HIBERNATED","features":[106]},{"name":"TARGET_IDLE","features":[106]},{"name":"TARGET_INITIALIZING","features":[106]},{"name":"TARGET_INTERNALIP_CHANGED","features":[106]},{"name":"TARGET_INUSE","features":[106]},{"name":"TARGET_INVALID","features":[106]},{"name":"TARGET_JOINED","features":[106]},{"name":"TARGET_MAXSTATE","features":[106]},{"name":"TARGET_OWNER","features":[106]},{"name":"TARGET_PATCH_COMPLETED","features":[106]},{"name":"TARGET_PATCH_FAILED","features":[106]},{"name":"TARGET_PATCH_IN_PROGRESS","features":[106]},{"name":"TARGET_PATCH_NOT_STARTED","features":[106]},{"name":"TARGET_PATCH_STATE","features":[106]},{"name":"TARGET_PATCH_STATE_CHANGED","features":[106]},{"name":"TARGET_PATCH_UNKNOWN","features":[106]},{"name":"TARGET_PENDING","features":[106]},{"name":"TARGET_REMOVED","features":[106]},{"name":"TARGET_RUNNING","features":[106]},{"name":"TARGET_STARTING","features":[106]},{"name":"TARGET_STATE","features":[106]},{"name":"TARGET_STATE_CHANGED","features":[106]},{"name":"TARGET_STOPPED","features":[106]},{"name":"TARGET_STOPPING","features":[106]},{"name":"TARGET_TYPE","features":[106]},{"name":"TARGET_UNKNOWN","features":[106]},{"name":"TASK_PLUGIN","features":[106]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_EXISTING","features":[106]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_NEW","features":[106]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_TYPE","features":[106]},{"name":"TSPUB_PLUGIN_PD_QUERY_EXISTING","features":[106]},{"name":"TSPUB_PLUGIN_PD_QUERY_OR_CREATE","features":[106]},{"name":"TSPUB_PLUGIN_PD_RESOLUTION_TYPE","features":[106]},{"name":"TSSB_NOTIFICATION_TYPE","features":[106]},{"name":"TSSB_NOTIFY_CONNECTION_REQUEST_CHANGE","features":[106]},{"name":"TSSB_NOTIFY_INVALID","features":[106]},{"name":"TSSB_NOTIFY_SESSION_CHANGE","features":[106]},{"name":"TSSB_NOTIFY_TARGET_CHANGE","features":[106]},{"name":"TSSD_ADDR_IPv4","features":[106]},{"name":"TSSD_ADDR_IPv6","features":[106]},{"name":"TSSD_ADDR_UNDEFINED","features":[106]},{"name":"TSSD_AddrV46Type","features":[106]},{"name":"TSSD_ConnectionPoint","features":[106]},{"name":"TSSESSION_STATE","features":[106]},{"name":"TSUserExInterfaces","features":[106]},{"name":"TS_SB_SORT_BY","features":[106]},{"name":"TS_SB_SORT_BY_NAME","features":[106]},{"name":"TS_SB_SORT_BY_NONE","features":[106]},{"name":"TS_SB_SORT_BY_PROP","features":[106]},{"name":"TS_VC_LISTENER_STATIC_CHANNEL","features":[106]},{"name":"UNKNOWN","features":[106]},{"name":"UNKNOWN_PLUGIN","features":[106]},{"name":"USERNAME_LENGTH","features":[106]},{"name":"VALIDATIONINFORMATION_HARDWAREID_LENGTH","features":[106]},{"name":"VALIDATIONINFORMATION_LICENSE_LENGTH","features":[106]},{"name":"VIRTUAL_CHANNEL_VERSION_WIN2000","features":[106]},{"name":"VM_HOST_NOTIFY_STATUS","features":[106]},{"name":"VM_HOST_STATUS_INIT_COMPLETE","features":[106]},{"name":"VM_HOST_STATUS_INIT_FAILED","features":[106]},{"name":"VM_HOST_STATUS_INIT_IN_PROGRESS","features":[106]},{"name":"VM_HOST_STATUS_INIT_PENDING","features":[106]},{"name":"VM_NOTIFY_ENTRY","features":[106]},{"name":"VM_NOTIFY_INFO","features":[106]},{"name":"VM_NOTIFY_STATUS","features":[106]},{"name":"VM_NOTIFY_STATUS_CANCELED","features":[106]},{"name":"VM_NOTIFY_STATUS_COMPLETE","features":[106]},{"name":"VM_NOTIFY_STATUS_FAILED","features":[106]},{"name":"VM_NOTIFY_STATUS_IN_PROGRESS","features":[106]},{"name":"VM_NOTIFY_STATUS_PENDING","features":[106]},{"name":"VM_PATCH_INFO","features":[106]},{"name":"WINSTATIONNAME_LENGTH","features":[106]},{"name":"WKS_FLAG_CLEAR_CREDS_ON_LAST_RESOURCE","features":[106]},{"name":"WKS_FLAG_CREDS_AUTHENTICATED","features":[106]},{"name":"WKS_FLAG_PASSWORD_ENCRYPTED","features":[106]},{"name":"WRDS_CLIENTADDRESS_LENGTH","features":[106]},{"name":"WRDS_CLIENTNAME_LENGTH","features":[106]},{"name":"WRDS_CLIENT_PRODUCT_ID_LENGTH","features":[106]},{"name":"WRDS_CONNECTION_SETTING","features":[3,106]},{"name":"WRDS_CONNECTION_SETTINGS","features":[3,106]},{"name":"WRDS_CONNECTION_SETTINGS_1","features":[3,106]},{"name":"WRDS_CONNECTION_SETTING_LEVEL","features":[106]},{"name":"WRDS_CONNECTION_SETTING_LEVEL_1","features":[106]},{"name":"WRDS_CONNECTION_SETTING_LEVEL_INVALID","features":[106]},{"name":"WRDS_DEVICE_NAME_LENGTH","features":[106]},{"name":"WRDS_DIRECTORY_LENGTH","features":[106]},{"name":"WRDS_DOMAIN_LENGTH","features":[106]},{"name":"WRDS_DRIVER_NAME_LENGTH","features":[106]},{"name":"WRDS_DYNAMIC_TIME_ZONE_INFORMATION","features":[106]},{"name":"WRDS_IMEFILENAME_LENGTH","features":[106]},{"name":"WRDS_INITIALPROGRAM_LENGTH","features":[106]},{"name":"WRDS_KEY_EXCHANGE_ALG_DH","features":[106]},{"name":"WRDS_KEY_EXCHANGE_ALG_RSA","features":[106]},{"name":"WRDS_LICENSE_PREAMBLE_VERSION","features":[106]},{"name":"WRDS_LICENSE_PROTOCOL_VERSION","features":[106]},{"name":"WRDS_LISTENER_SETTING","features":[106]},{"name":"WRDS_LISTENER_SETTINGS","features":[106]},{"name":"WRDS_LISTENER_SETTINGS_1","features":[106]},{"name":"WRDS_LISTENER_SETTING_LEVEL","features":[106]},{"name":"WRDS_LISTENER_SETTING_LEVEL_1","features":[106]},{"name":"WRDS_LISTENER_SETTING_LEVEL_INVALID","features":[106]},{"name":"WRDS_MAX_CACHE_RESERVED","features":[106]},{"name":"WRDS_MAX_COUNTERS","features":[106]},{"name":"WRDS_MAX_DISPLAY_IOCTL_DATA","features":[106]},{"name":"WRDS_MAX_PROTOCOL_CACHE","features":[106]},{"name":"WRDS_MAX_RESERVED","features":[106]},{"name":"WRDS_PASSWORD_LENGTH","features":[106]},{"name":"WRDS_PERF_DISABLE_CURSORSETTINGS","features":[106]},{"name":"WRDS_PERF_DISABLE_CURSOR_SHADOW","features":[106]},{"name":"WRDS_PERF_DISABLE_FULLWINDOWDRAG","features":[106]},{"name":"WRDS_PERF_DISABLE_MENUANIMATIONS","features":[106]},{"name":"WRDS_PERF_DISABLE_NOTHING","features":[106]},{"name":"WRDS_PERF_DISABLE_THEMING","features":[106]},{"name":"WRDS_PERF_DISABLE_WALLPAPER","features":[106]},{"name":"WRDS_PERF_ENABLE_DESKTOP_COMPOSITION","features":[106]},{"name":"WRDS_PERF_ENABLE_ENHANCED_GRAPHICS","features":[106]},{"name":"WRDS_PERF_ENABLE_FONT_SMOOTHING","features":[106]},{"name":"WRDS_PROTOCOL_NAME_LENGTH","features":[106]},{"name":"WRDS_SERVICE_ID_GRAPHICS_GUID","features":[106]},{"name":"WRDS_SETTING","features":[3,106]},{"name":"WRDS_SETTINGS","features":[3,106]},{"name":"WRDS_SETTINGS_1","features":[3,106]},{"name":"WRDS_SETTING_LEVEL","features":[106]},{"name":"WRDS_SETTING_LEVEL_1","features":[106]},{"name":"WRDS_SETTING_LEVEL_INVALID","features":[106]},{"name":"WRDS_SETTING_STATUS","features":[106]},{"name":"WRDS_SETTING_STATUS_DISABLED","features":[106]},{"name":"WRDS_SETTING_STATUS_ENABLED","features":[106]},{"name":"WRDS_SETTING_STATUS_NOTAPPLICABLE","features":[106]},{"name":"WRDS_SETTING_STATUS_NOTCONFIGURED","features":[106]},{"name":"WRDS_SETTING_TYPE","features":[106]},{"name":"WRDS_SETTING_TYPE_INVALID","features":[106]},{"name":"WRDS_SETTING_TYPE_MACHINE","features":[106]},{"name":"WRDS_SETTING_TYPE_SAM","features":[106]},{"name":"WRDS_SETTING_TYPE_USER","features":[106]},{"name":"WRDS_USERNAME_LENGTH","features":[106]},{"name":"WRDS_VALUE_TYPE_BINARY","features":[106]},{"name":"WRDS_VALUE_TYPE_GUID","features":[106]},{"name":"WRDS_VALUE_TYPE_STRING","features":[106]},{"name":"WRDS_VALUE_TYPE_ULONG","features":[106]},{"name":"WRdsGraphicsChannelType","features":[106]},{"name":"WRdsGraphicsChannelType_BestEffortDelivery","features":[106]},{"name":"WRdsGraphicsChannelType_GuaranteedDelivery","features":[106]},{"name":"WRdsGraphicsChannels_LossyChannelMaxMessageSize","features":[106]},{"name":"WTSActive","features":[106]},{"name":"WTSApplicationName","features":[106]},{"name":"WTSCLIENTA","features":[106]},{"name":"WTSCLIENTW","features":[106]},{"name":"WTSCONFIGINFOA","features":[106]},{"name":"WTSCONFIGINFOW","features":[106]},{"name":"WTSClientAddress","features":[106]},{"name":"WTSClientBuildNumber","features":[106]},{"name":"WTSClientDirectory","features":[106]},{"name":"WTSClientDisplay","features":[106]},{"name":"WTSClientHardwareId","features":[106]},{"name":"WTSClientInfo","features":[106]},{"name":"WTSClientName","features":[106]},{"name":"WTSClientProductId","features":[106]},{"name":"WTSClientProtocolType","features":[106]},{"name":"WTSCloseServer","features":[3,106]},{"name":"WTSConfigInfo","features":[106]},{"name":"WTSConnectQuery","features":[106]},{"name":"WTSConnectSessionA","features":[3,106]},{"name":"WTSConnectSessionW","features":[3,106]},{"name":"WTSConnectState","features":[106]},{"name":"WTSConnected","features":[106]},{"name":"WTSCreateListenerA","features":[3,106]},{"name":"WTSCreateListenerW","features":[3,106]},{"name":"WTSDisconnectSession","features":[3,106]},{"name":"WTSDisconnected","features":[106]},{"name":"WTSDomainName","features":[106]},{"name":"WTSDown","features":[106]},{"name":"WTSEnableChildSessions","features":[3,106]},{"name":"WTSEnumerateListenersA","features":[3,106]},{"name":"WTSEnumerateListenersW","features":[3,106]},{"name":"WTSEnumerateProcessesA","features":[3,6,106]},{"name":"WTSEnumerateProcessesExA","features":[3,106]},{"name":"WTSEnumerateProcessesExW","features":[3,106]},{"name":"WTSEnumerateProcessesW","features":[3,6,106]},{"name":"WTSEnumerateServersA","features":[3,106]},{"name":"WTSEnumerateServersW","features":[3,106]},{"name":"WTSEnumerateSessionsA","features":[3,106]},{"name":"WTSEnumerateSessionsExA","features":[3,106]},{"name":"WTSEnumerateSessionsExW","features":[3,106]},{"name":"WTSEnumerateSessionsW","features":[3,106]},{"name":"WTSFreeMemory","features":[106]},{"name":"WTSFreeMemoryExA","features":[3,106]},{"name":"WTSFreeMemoryExW","features":[3,106]},{"name":"WTSGetActiveConsoleSessionId","features":[106]},{"name":"WTSGetChildSessionId","features":[3,106]},{"name":"WTSGetListenerSecurityA","features":[3,6,106]},{"name":"WTSGetListenerSecurityW","features":[3,6,106]},{"name":"WTSINFOA","features":[106]},{"name":"WTSINFOEXA","features":[106]},{"name":"WTSINFOEXW","features":[106]},{"name":"WTSINFOEX_LEVEL1_A","features":[106]},{"name":"WTSINFOEX_LEVEL1_W","features":[106]},{"name":"WTSINFOEX_LEVEL_A","features":[106]},{"name":"WTSINFOEX_LEVEL_W","features":[106]},{"name":"WTSINFOW","features":[106]},{"name":"WTSIdle","features":[106]},{"name":"WTSIdleTime","features":[106]},{"name":"WTSIncomingBytes","features":[106]},{"name":"WTSIncomingFrames","features":[106]},{"name":"WTSInit","features":[106]},{"name":"WTSInitialProgram","features":[106]},{"name":"WTSIsChildSessionsEnabled","features":[3,106]},{"name":"WTSIsRemoteSession","features":[106]},{"name":"WTSLISTENERCONFIGA","features":[106]},{"name":"WTSLISTENERCONFIGW","features":[106]},{"name":"WTSListen","features":[106]},{"name":"WTSLogoffSession","features":[3,106]},{"name":"WTSLogonTime","features":[106]},{"name":"WTSOEMId","features":[106]},{"name":"WTSOpenServerA","features":[3,106]},{"name":"WTSOpenServerExA","features":[3,106]},{"name":"WTSOpenServerExW","features":[3,106]},{"name":"WTSOpenServerW","features":[3,106]},{"name":"WTSOutgoingBytes","features":[106]},{"name":"WTSOutgoingFrames","features":[106]},{"name":"WTSQueryListenerConfigA","features":[3,106]},{"name":"WTSQueryListenerConfigW","features":[3,106]},{"name":"WTSQuerySessionInformationA","features":[3,106]},{"name":"WTSQuerySessionInformationW","features":[3,106]},{"name":"WTSQueryUserConfigA","features":[3,106]},{"name":"WTSQueryUserConfigW","features":[3,106]},{"name":"WTSQueryUserToken","features":[3,106]},{"name":"WTSRegisterSessionNotification","features":[3,106]},{"name":"WTSRegisterSessionNotificationEx","features":[3,106]},{"name":"WTSReset","features":[106]},{"name":"WTSSBX_ADDRESS_FAMILY","features":[106]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_INET","features":[106]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_INET6","features":[106]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_IPX","features":[106]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_NETBIOS","features":[106]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_UNSPEC","features":[106]},{"name":"WTSSBX_IP_ADDRESS","features":[106]},{"name":"WTSSBX_MACHINE_CONNECT_INFO","features":[106]},{"name":"WTSSBX_MACHINE_DRAIN","features":[106]},{"name":"WTSSBX_MACHINE_DRAIN_OFF","features":[106]},{"name":"WTSSBX_MACHINE_DRAIN_ON","features":[106]},{"name":"WTSSBX_MACHINE_DRAIN_UNSPEC","features":[106]},{"name":"WTSSBX_MACHINE_INFO","features":[106]},{"name":"WTSSBX_MACHINE_SESSION_MODE","features":[106]},{"name":"WTSSBX_MACHINE_SESSION_MODE_MULTIPLE","features":[106]},{"name":"WTSSBX_MACHINE_SESSION_MODE_SINGLE","features":[106]},{"name":"WTSSBX_MACHINE_SESSION_MODE_UNSPEC","features":[106]},{"name":"WTSSBX_MACHINE_STATE","features":[106]},{"name":"WTSSBX_MACHINE_STATE_READY","features":[106]},{"name":"WTSSBX_MACHINE_STATE_SYNCHRONIZING","features":[106]},{"name":"WTSSBX_MACHINE_STATE_UNSPEC","features":[106]},{"name":"WTSSBX_NOTIFICATION_ADDED","features":[106]},{"name":"WTSSBX_NOTIFICATION_CHANGED","features":[106]},{"name":"WTSSBX_NOTIFICATION_REMOVED","features":[106]},{"name":"WTSSBX_NOTIFICATION_RESYNC","features":[106]},{"name":"WTSSBX_NOTIFICATION_TYPE","features":[106]},{"name":"WTSSBX_SESSION_INFO","features":[3,106]},{"name":"WTSSBX_SESSION_STATE","features":[106]},{"name":"WTSSBX_SESSION_STATE_ACTIVE","features":[106]},{"name":"WTSSBX_SESSION_STATE_DISCONNECTED","features":[106]},{"name":"WTSSBX_SESSION_STATE_UNSPEC","features":[106]},{"name":"WTSSESSION_NOTIFICATION","features":[106]},{"name":"WTSSendMessageA","features":[3,106,52]},{"name":"WTSSendMessageW","features":[3,106,52]},{"name":"WTSSessionAddressV4","features":[106]},{"name":"WTSSessionId","features":[106]},{"name":"WTSSessionInfo","features":[106]},{"name":"WTSSessionInfoEx","features":[106]},{"name":"WTSSetListenerSecurityA","features":[3,6,106]},{"name":"WTSSetListenerSecurityW","features":[3,6,106]},{"name":"WTSSetRenderHint","features":[3,106]},{"name":"WTSSetUserConfigA","features":[3,106]},{"name":"WTSSetUserConfigW","features":[3,106]},{"name":"WTSShadow","features":[106]},{"name":"WTSShutdownSystem","features":[3,106]},{"name":"WTSStartRemoteControlSessionA","features":[3,106]},{"name":"WTSStartRemoteControlSessionW","features":[3,106]},{"name":"WTSStopRemoteControlSession","features":[3,106]},{"name":"WTSTerminateProcess","features":[3,106]},{"name":"WTSTypeProcessInfoLevel0","features":[106]},{"name":"WTSTypeProcessInfoLevel1","features":[106]},{"name":"WTSTypeSessionInfoLevel1","features":[106]},{"name":"WTSUSERCONFIGA","features":[106]},{"name":"WTSUSERCONFIGW","features":[106]},{"name":"WTSUnRegisterSessionNotification","features":[3,106]},{"name":"WTSUnRegisterSessionNotificationEx","features":[3,106]},{"name":"WTSUserConfigBrokenTimeoutSettings","features":[106]},{"name":"WTSUserConfigInitialProgram","features":[106]},{"name":"WTSUserConfigModemCallbackPhoneNumber","features":[106]},{"name":"WTSUserConfigModemCallbackSettings","features":[106]},{"name":"WTSUserConfigReconnectSettings","features":[106]},{"name":"WTSUserConfigShadowingSettings","features":[106]},{"name":"WTSUserConfigSourceSAM","features":[106]},{"name":"WTSUserConfigTerminalServerHomeDir","features":[106]},{"name":"WTSUserConfigTerminalServerHomeDirDrive","features":[106]},{"name":"WTSUserConfigTerminalServerProfilePath","features":[106]},{"name":"WTSUserConfigTimeoutSettingsConnections","features":[106]},{"name":"WTSUserConfigTimeoutSettingsDisconnections","features":[106]},{"name":"WTSUserConfigTimeoutSettingsIdle","features":[106]},{"name":"WTSUserConfigUser","features":[106]},{"name":"WTSUserConfigWorkingDirectory","features":[106]},{"name":"WTSUserConfigfAllowLogonTerminalServer","features":[106]},{"name":"WTSUserConfigfDeviceClientDefaultPrinter","features":[106]},{"name":"WTSUserConfigfDeviceClientDrives","features":[106]},{"name":"WTSUserConfigfDeviceClientPrinters","features":[106]},{"name":"WTSUserConfigfInheritInitialProgram","features":[106]},{"name":"WTSUserConfigfTerminalServerRemoteHomeDir","features":[106]},{"name":"WTSUserName","features":[106]},{"name":"WTSValidationInfo","features":[106]},{"name":"WTSVirtualChannelClose","features":[3,106]},{"name":"WTSVirtualChannelOpen","features":[3,106]},{"name":"WTSVirtualChannelOpenEx","features":[3,106]},{"name":"WTSVirtualChannelPurgeInput","features":[3,106]},{"name":"WTSVirtualChannelPurgeOutput","features":[3,106]},{"name":"WTSVirtualChannelQuery","features":[3,106]},{"name":"WTSVirtualChannelRead","features":[3,106]},{"name":"WTSVirtualChannelWrite","features":[3,106]},{"name":"WTSVirtualClientData","features":[106]},{"name":"WTSVirtualFileHandle","features":[106]},{"name":"WTSWaitSystemEvent","features":[3,106]},{"name":"WTSWinStationName","features":[106]},{"name":"WTSWorkingDirectory","features":[106]},{"name":"WTS_CACHE_STATS","features":[106]},{"name":"WTS_CACHE_STATS_UN","features":[106]},{"name":"WTS_CERT_TYPE","features":[106]},{"name":"WTS_CERT_TYPE_INVALID","features":[106]},{"name":"WTS_CERT_TYPE_PROPRIETORY","features":[106]},{"name":"WTS_CERT_TYPE_X509","features":[106]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC","features":[106]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_NO_COMPRESS","features":[106]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_HIGH","features":[106]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_LOW","features":[106]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_MED","features":[106]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_REAL","features":[106]},{"name":"WTS_CLIENTADDRESS_LENGTH","features":[106]},{"name":"WTS_CLIENTNAME_LENGTH","features":[106]},{"name":"WTS_CLIENT_ADDRESS","features":[106]},{"name":"WTS_CLIENT_DATA","features":[3,106]},{"name":"WTS_CLIENT_DISPLAY","features":[106]},{"name":"WTS_CLIENT_PRODUCT_ID_LENGTH","features":[106]},{"name":"WTS_COMMENT_LENGTH","features":[106]},{"name":"WTS_CONFIG_CLASS","features":[106]},{"name":"WTS_CONFIG_SOURCE","features":[106]},{"name":"WTS_CONNECTSTATE_CLASS","features":[106]},{"name":"WTS_CURRENT_SERVER","features":[3,106]},{"name":"WTS_CURRENT_SERVER_HANDLE","features":[3,106]},{"name":"WTS_CURRENT_SERVER_NAME","features":[106]},{"name":"WTS_CURRENT_SESSION","features":[106]},{"name":"WTS_DEVICE_NAME_LENGTH","features":[106]},{"name":"WTS_DIRECTORY_LENGTH","features":[106]},{"name":"WTS_DISPLAY_IOCTL","features":[106]},{"name":"WTS_DOMAIN_LENGTH","features":[106]},{"name":"WTS_DRAIN_IN_DRAIN","features":[106]},{"name":"WTS_DRAIN_NOT_IN_DRAIN","features":[106]},{"name":"WTS_DRAIN_STATE_NONE","features":[106]},{"name":"WTS_DRIVER_NAME_LENGTH","features":[106]},{"name":"WTS_DRIVE_LENGTH","features":[106]},{"name":"WTS_EVENT_ALL","features":[106]},{"name":"WTS_EVENT_CONNECT","features":[106]},{"name":"WTS_EVENT_CREATE","features":[106]},{"name":"WTS_EVENT_DELETE","features":[106]},{"name":"WTS_EVENT_DISCONNECT","features":[106]},{"name":"WTS_EVENT_FLUSH","features":[106]},{"name":"WTS_EVENT_LICENSE","features":[106]},{"name":"WTS_EVENT_LOGOFF","features":[106]},{"name":"WTS_EVENT_LOGON","features":[106]},{"name":"WTS_EVENT_NONE","features":[106]},{"name":"WTS_EVENT_RENAME","features":[106]},{"name":"WTS_EVENT_STATECHANGE","features":[106]},{"name":"WTS_IMEFILENAME_LENGTH","features":[106]},{"name":"WTS_INFO_CLASS","features":[106]},{"name":"WTS_INITIALPROGRAM_LENGTH","features":[106]},{"name":"WTS_KEY_EXCHANGE_ALG_DH","features":[106]},{"name":"WTS_KEY_EXCHANGE_ALG_RSA","features":[106]},{"name":"WTS_LICENSE_CAPABILITIES","features":[3,106]},{"name":"WTS_LICENSE_PREAMBLE_VERSION","features":[106]},{"name":"WTS_LICENSE_PROTOCOL_VERSION","features":[106]},{"name":"WTS_LISTENER_CREATE","features":[106]},{"name":"WTS_LISTENER_NAME_LENGTH","features":[106]},{"name":"WTS_LISTENER_UPDATE","features":[106]},{"name":"WTS_LOGON_ERROR_REDIRECTOR_RESPONSE","features":[106]},{"name":"WTS_LOGON_ERR_HANDLED_DONT_SHOW","features":[106]},{"name":"WTS_LOGON_ERR_HANDLED_DONT_SHOW_START_OVER","features":[106]},{"name":"WTS_LOGON_ERR_HANDLED_SHOW","features":[106]},{"name":"WTS_LOGON_ERR_INVALID","features":[106]},{"name":"WTS_LOGON_ERR_NOT_HANDLED","features":[106]},{"name":"WTS_MAX_CACHE_RESERVED","features":[106]},{"name":"WTS_MAX_COUNTERS","features":[106]},{"name":"WTS_MAX_DISPLAY_IOCTL_DATA","features":[106]},{"name":"WTS_MAX_PROTOCOL_CACHE","features":[106]},{"name":"WTS_MAX_RESERVED","features":[106]},{"name":"WTS_PASSWORD_LENGTH","features":[106]},{"name":"WTS_PERF_DISABLE_CURSORSETTINGS","features":[106]},{"name":"WTS_PERF_DISABLE_CURSOR_SHADOW","features":[106]},{"name":"WTS_PERF_DISABLE_FULLWINDOWDRAG","features":[106]},{"name":"WTS_PERF_DISABLE_MENUANIMATIONS","features":[106]},{"name":"WTS_PERF_DISABLE_NOTHING","features":[106]},{"name":"WTS_PERF_DISABLE_THEMING","features":[106]},{"name":"WTS_PERF_DISABLE_WALLPAPER","features":[106]},{"name":"WTS_PERF_ENABLE_DESKTOP_COMPOSITION","features":[106]},{"name":"WTS_PERF_ENABLE_ENHANCED_GRAPHICS","features":[106]},{"name":"WTS_PERF_ENABLE_FONT_SMOOTHING","features":[106]},{"name":"WTS_POLICY_DATA","features":[3,106]},{"name":"WTS_PROCESS_INFOA","features":[6,106]},{"name":"WTS_PROCESS_INFOW","features":[6,106]},{"name":"WTS_PROCESS_INFO_EXA","features":[6,106]},{"name":"WTS_PROCESS_INFO_EXW","features":[6,106]},{"name":"WTS_PROCESS_INFO_LEVEL_0","features":[106]},{"name":"WTS_PROCESS_INFO_LEVEL_1","features":[106]},{"name":"WTS_PROPERTY_DEFAULT_CONFIG","features":[106]},{"name":"WTS_PROPERTY_VALUE","features":[106]},{"name":"WTS_PROTOCOL_CACHE","features":[106]},{"name":"WTS_PROTOCOL_COUNTERS","features":[106]},{"name":"WTS_PROTOCOL_NAME_LENGTH","features":[106]},{"name":"WTS_PROTOCOL_STATUS","features":[106]},{"name":"WTS_PROTOCOL_TYPE_CONSOLE","features":[106]},{"name":"WTS_PROTOCOL_TYPE_ICA","features":[106]},{"name":"WTS_PROTOCOL_TYPE_RDP","features":[106]},{"name":"WTS_QUERY_ALLOWED_INITIAL_APP","features":[106]},{"name":"WTS_QUERY_AUDIOENUM_DLL","features":[106]},{"name":"WTS_QUERY_LOGON_SCREEN_SIZE","features":[106]},{"name":"WTS_QUERY_MF_FORMAT_SUPPORT","features":[106]},{"name":"WTS_RCM_DRAIN_STATE","features":[106]},{"name":"WTS_RCM_SERVICE_STATE","features":[106]},{"name":"WTS_SECURITY_ALL_ACCESS","features":[106]},{"name":"WTS_SECURITY_CONNECT","features":[106]},{"name":"WTS_SECURITY_CURRENT_GUEST_ACCESS","features":[106]},{"name":"WTS_SECURITY_CURRENT_USER_ACCESS","features":[106]},{"name":"WTS_SECURITY_DISCONNECT","features":[106]},{"name":"WTS_SECURITY_FLAGS","features":[106]},{"name":"WTS_SECURITY_GUEST_ACCESS","features":[106]},{"name":"WTS_SECURITY_LOGOFF","features":[106]},{"name":"WTS_SECURITY_LOGON","features":[106]},{"name":"WTS_SECURITY_MESSAGE","features":[106]},{"name":"WTS_SECURITY_QUERY_INFORMATION","features":[106]},{"name":"WTS_SECURITY_REMOTE_CONTROL","features":[106]},{"name":"WTS_SECURITY_RESET","features":[106]},{"name":"WTS_SECURITY_SET_INFORMATION","features":[106]},{"name":"WTS_SECURITY_USER_ACCESS","features":[106]},{"name":"WTS_SECURITY_VIRTUAL_CHANNELS","features":[106]},{"name":"WTS_SERVER_INFOA","features":[106]},{"name":"WTS_SERVER_INFOW","features":[106]},{"name":"WTS_SERVICE_NONE","features":[106]},{"name":"WTS_SERVICE_START","features":[106]},{"name":"WTS_SERVICE_STATE","features":[106]},{"name":"WTS_SERVICE_STOP","features":[106]},{"name":"WTS_SESSIONSTATE_LOCK","features":[106]},{"name":"WTS_SESSIONSTATE_UNKNOWN","features":[106]},{"name":"WTS_SESSIONSTATE_UNLOCK","features":[106]},{"name":"WTS_SESSION_ADDRESS","features":[106]},{"name":"WTS_SESSION_ID","features":[106]},{"name":"WTS_SESSION_INFOA","features":[106]},{"name":"WTS_SESSION_INFOW","features":[106]},{"name":"WTS_SESSION_INFO_1A","features":[106]},{"name":"WTS_SESSION_INFO_1W","features":[106]},{"name":"WTS_SMALL_RECT","features":[106]},{"name":"WTS_SOCKADDR","features":[106]},{"name":"WTS_SYSTEMTIME","features":[106]},{"name":"WTS_TIME_ZONE_INFORMATION","features":[106]},{"name":"WTS_TYPE_CLASS","features":[106]},{"name":"WTS_USERNAME_LENGTH","features":[106]},{"name":"WTS_USER_CREDENTIAL","features":[106]},{"name":"WTS_USER_DATA","features":[106]},{"name":"WTS_VALIDATION_INFORMATIONA","features":[106]},{"name":"WTS_VALIDATION_INFORMATIONW","features":[106]},{"name":"WTS_VALUE_TYPE_BINARY","features":[106]},{"name":"WTS_VALUE_TYPE_GUID","features":[106]},{"name":"WTS_VALUE_TYPE_STRING","features":[106]},{"name":"WTS_VALUE_TYPE_ULONG","features":[106]},{"name":"WTS_VIRTUAL_CLASS","features":[106]},{"name":"WTS_WSD_FASTREBOOT","features":[106]},{"name":"WTS_WSD_LOGOFF","features":[106]},{"name":"WTS_WSD_POWEROFF","features":[106]},{"name":"WTS_WSD_REBOOT","features":[106]},{"name":"WTS_WSD_SHUTDOWN","features":[106]},{"name":"Workspace","features":[106]},{"name":"_ITSWkspEvents","features":[106]},{"name":"pluginResource","features":[106]},{"name":"pluginResource2","features":[106]},{"name":"pluginResource2FileAssociation","features":[106]}],"601":[{"name":"ERROR_REDIRECT_LOCATION_INVALID","features":[197]},{"name":"ERROR_REDIRECT_LOCATION_TOO_LONG","features":[197]},{"name":"ERROR_SERVICE_CBT_HARDENING_INVALID","features":[197]},{"name":"ERROR_WINRS_CLIENT_CLOSERECEIVEHANDLE_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_CLOSESENDHANDLE_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_CLOSESHELL_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_CREATESHELL_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_FREECREATESHELLRESULT_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_FREEPULLRESULT_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_FREERUNCOMMANDRESULT_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_GET_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_INVALID_FLAG","features":[197]},{"name":"ERROR_WINRS_CLIENT_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_PULL_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_PUSH_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_RECEIVE_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_RUNCOMMAND_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_SEND_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CLIENT_SIGNAL_NULL_PARAM","features":[197]},{"name":"ERROR_WINRS_CODE_PAGE_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WINRS_CONNECT_RESPONSE_BAD_BODY","features":[197]},{"name":"ERROR_WINRS_IDLETIMEOUT_OUTOFBOUNDS","features":[197]},{"name":"ERROR_WINRS_RECEIVE_IN_PROGRESS","features":[197]},{"name":"ERROR_WINRS_RECEIVE_NO_RESPONSE_DATA","features":[197]},{"name":"ERROR_WINRS_SHELLCOMMAND_CLIENTID_NOT_VALID","features":[197]},{"name":"ERROR_WINRS_SHELLCOMMAND_CLIENTID_RESOURCE_CONFLICT","features":[197]},{"name":"ERROR_WINRS_SHELLCOMMAND_DISCONNECT_OPERATION_NOT_VALID","features":[197]},{"name":"ERROR_WINRS_SHELLCOMMAND_RECONNECT_OPERATION_NOT_VALID","features":[197]},{"name":"ERROR_WINRS_SHELL_CLIENTID_NOT_VALID","features":[197]},{"name":"ERROR_WINRS_SHELL_CLIENTID_RESOURCE_CONFLICT","features":[197]},{"name":"ERROR_WINRS_SHELL_CLIENTSESSIONID_MISMATCH","features":[197]},{"name":"ERROR_WINRS_SHELL_CONNECTED_TO_DIFFERENT_CLIENT","features":[197]},{"name":"ERROR_WINRS_SHELL_DISCONNECTED","features":[197]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_OPERATION_NOT_GRACEFUL","features":[197]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_OPERATION_NOT_VALID","features":[197]},{"name":"ERROR_WINRS_SHELL_RECONNECT_OPERATION_NOT_VALID","features":[197]},{"name":"ERROR_WINRS_SHELL_URI_INVALID","features":[197]},{"name":"ERROR_WSMAN_ACK_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_ACTION_MISMATCH","features":[197]},{"name":"ERROR_WSMAN_ACTION_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_ADDOBJECT_MISSING_EPR","features":[197]},{"name":"ERROR_WSMAN_ADDOBJECT_MISSING_OBJECT","features":[197]},{"name":"ERROR_WSMAN_ALREADY_EXISTS","features":[197]},{"name":"ERROR_WSMAN_AMBIGUOUS_SELECTORS","features":[197]},{"name":"ERROR_WSMAN_AUTHENTICATION_INVALID_FLAG","features":[197]},{"name":"ERROR_WSMAN_AUTHORIZATION_MODE_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_BAD_METHOD","features":[197]},{"name":"ERROR_WSMAN_BATCHSIZE_TOO_SMALL","features":[197]},{"name":"ERROR_WSMAN_BATCH_COMPLETE","features":[197]},{"name":"ERROR_WSMAN_BOOKMARKS_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_BOOKMARK_EXPIRED","features":[197]},{"name":"ERROR_WSMAN_CANNOT_CHANGE_KEYS","features":[197]},{"name":"ERROR_WSMAN_CANNOT_DECRYPT","features":[197]},{"name":"ERROR_WSMAN_CANNOT_PROCESS_FILTER","features":[197]},{"name":"ERROR_WSMAN_CANNOT_USE_ALLOW_NEGOTIATE_IMPLICIT_CREDENTIALS_FOR_HTTP","features":[197]},{"name":"ERROR_WSMAN_CANNOT_USE_CERTIFICATES_FOR_HTTP","features":[197]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_CREDSSP","features":[197]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_HTTP","features":[197]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_KERBEROS","features":[197]},{"name":"ERROR_WSMAN_CERTMAPPING_CONFIGLIMIT_EXCEEDED","features":[197]},{"name":"ERROR_WSMAN_CERTMAPPING_CREDENTIAL_MANAGEMENT_FAILIED","features":[197]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDISSUERKEY","features":[197]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDSUBJECTKEY","features":[197]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDUSERCREDENTIALS","features":[197]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDBLANK","features":[197]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDTOOLONG","features":[197]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDUSERTUPLE","features":[197]},{"name":"ERROR_WSMAN_CERT_INVALID_USAGE","features":[197]},{"name":"ERROR_WSMAN_CERT_INVALID_USAGE_CLIENT","features":[197]},{"name":"ERROR_WSMAN_CERT_MISSING_AUTH_FLAG","features":[197]},{"name":"ERROR_WSMAN_CERT_MULTIPLE_CREDENTIALS_FLAG","features":[197]},{"name":"ERROR_WSMAN_CERT_NOT_FOUND","features":[197]},{"name":"ERROR_WSMAN_CERT_THUMBPRINT_BLANK","features":[197]},{"name":"ERROR_WSMAN_CERT_THUMBPRINT_NOT_BLANK","features":[197]},{"name":"ERROR_WSMAN_CHARACTER_SET","features":[197]},{"name":"ERROR_WSMAN_CLIENT_ALLOWFRESHCREDENTIALS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_ALLOWFRESHCREDENTIALS_NTLMONLY","features":[197]},{"name":"ERROR_WSMAN_CLIENT_BASIC_AUTHENTICATION_DISABLED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_BATCH_ITEMS_TOO_SMALL","features":[197]},{"name":"ERROR_WSMAN_CLIENT_BLANK_ACTION_URI","features":[197]},{"name":"ERROR_WSMAN_CLIENT_BLANK_INPUT_XML","features":[197]},{"name":"ERROR_WSMAN_CLIENT_BLANK_URI","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CERTIFICATES_AUTHENTICATION_DISABLED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CERT_NEEDED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNKNOWN_LOCATION","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNKNOWN_TYPE","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNNEEDED_CREDS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNNEEDED_USERNAME","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CLOSECOMMAND_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CLOSESHELL_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_COMPRESSION_INVALID_OPTION","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CONNECTCOMMAND_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CONNECTSHELL_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CONSTRUCTERROR_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CREATESESSION_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CREATESHELL_NAME_INVALID","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CREATESHELL_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FLAG_NEEDED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FOR_DEFAULT_AUTHENTICATION","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FOR_PROXY_AUTHENTICATION","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_NEEDED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_CREDSSP_AUTHENTICATION_DISABLED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_DECODEOBJECT_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_DELIVERENDSUBSCRIPTION_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_DELIVEREVENTS_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_DIGEST_AUTHENTICATION_DISABLED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_DISABLE_LOOPBACK_WITH_EXPLICIT_CREDENTIALS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_DISCONNECTSHELL_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_ENCODEOBJECT_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATE_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORADDEVENT_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORADDOBJECT_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORNEXTOBJECT_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_ENUM_RECEIVED_TOO_MANY_ITEMS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_GETBOOKMARK_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_GETERRORMESSAGE_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_DWORD_INVALID_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_DWORD_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_INVALID_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_STRING_INVALID_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INITIALIZE_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CERT","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CERT_DNS_OR_UPN","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CLOSE_COMMAND_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CLOSE_SHELL_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CREATE_SHELL_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DEINIT_APPLICATION_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DELIVERY_RETRY","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DISABLE_LOOPBACK","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DISCONNECT_SHELL_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_GETERRORMESSAGE_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_INIT_APPLICATION_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_LANGUAGE_CODE","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_LOCALE","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RECEIVE_SHELL_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RESOURCE_LOCATOR","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RUNCOMMAND_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SEND_SHELL_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SEND_SHELL_PARAMETER","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SHELL_COMMAND_PAIR","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SIGNAL_SHELL_FLAG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_INVALID_UI_LANGUAGE","features":[197]},{"name":"ERROR_WSMAN_CLIENT_KERBEROS_AUTHENTICATION_DISABLED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_LOCAL_INVALID_CONNECTION_OPTIONS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_LOCAL_INVALID_CREDS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_MAX_CHARS_TOO_SMALL","features":[197]},{"name":"ERROR_WSMAN_CLIENT_MISSING_EXPIRATION","features":[197]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_AUTH_FLAGS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_DELIVERY_MODES","features":[197]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_ENUM_MODE_FLAGS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_ENVELOPE_POLICIES","features":[197]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_PROXY_AUTH_FLAGS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_NEGOTIATE_AUTHENTICATION_DISABLED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_NO_HANDLE","features":[197]},{"name":"ERROR_WSMAN_CLIENT_NO_SOURCES","features":[197]},{"name":"ERROR_WSMAN_CLIENT_NULL_ISSUERS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_NULL_PUBLISHERS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_NULL_RESULT_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_PULL_INVALID_FLAGS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_PUSH_HOST_TOO_LONG","features":[197]},{"name":"ERROR_WSMAN_CLIENT_PUSH_UNSUPPORTED_TRANSPORT","features":[197]},{"name":"ERROR_WSMAN_CLIENT_RECEIVE_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_RECONNECTSHELLCOMMAND_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_RECONNECTSHELL_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_RUNCOMMAND_NOTCOMPLETED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_RUNCOMMAND_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_SEND_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_SESSION_UNUSABLE","features":[197]},{"name":"ERROR_WSMAN_CLIENT_SETSESSIONOPTION_INVALID_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_SETSESSIONOPTION_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_SIGNAL_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_SPN_WRONG_AUTH","features":[197]},{"name":"ERROR_WSMAN_CLIENT_SUBSCRIBE_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_CLIENT_UNENCRYPTED_DISABLED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_UNENCRYPTED_HTTP_ONLY","features":[197]},{"name":"ERROR_WSMAN_CLIENT_UNKNOWN_EXPIRATION_TYPE","features":[197]},{"name":"ERROR_WSMAN_CLIENT_USERNAME_AND_PASSWORD_NEEDED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_USERNAME_PASSWORD_NEEDED","features":[197]},{"name":"ERROR_WSMAN_CLIENT_WORKGROUP_NO_KERBEROS","features":[197]},{"name":"ERROR_WSMAN_CLIENT_ZERO_HEARTBEAT","features":[197]},{"name":"ERROR_WSMAN_COMMAND_ALREADY_CLOSED","features":[197]},{"name":"ERROR_WSMAN_COMMAND_TERMINATED","features":[197]},{"name":"ERROR_WSMAN_CONCURRENCY","features":[197]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_CERTMAPPING_KEYS","features":[197]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_GPO_CONTROLLED_SETTING","features":[197]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_MUTUAL","features":[197]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_SHARE_SSL_CONFIG","features":[197]},{"name":"ERROR_WSMAN_CONFIG_CERT_CN_DOES_NOT_MATCH_HOSTNAME","features":[197]},{"name":"ERROR_WSMAN_CONFIG_CORRUPTED","features":[197]},{"name":"ERROR_WSMAN_CONFIG_GROUP_POLICY_CHANGE_NOTIFICATION_SUBSCRIPTION_FAILED","features":[197]},{"name":"ERROR_WSMAN_CONFIG_HOSTNAME_CHANGE_WITHOUT_CERT","features":[197]},{"name":"ERROR_WSMAN_CONFIG_PORT_INVALID","features":[197]},{"name":"ERROR_WSMAN_CONFIG_READONLY_PROPERTY","features":[197]},{"name":"ERROR_WSMAN_CONFIG_SHELLURI_INVALID_OPERATION_ON_KEY","features":[197]},{"name":"ERROR_WSMAN_CONFIG_SHELLURI_INVALID_PROCESSPATH","features":[197]},{"name":"ERROR_WSMAN_CONFIG_SHELL_URI_CMDSHELLURI_NOTPERMITTED","features":[197]},{"name":"ERROR_WSMAN_CONFIG_SHELL_URI_INVALID","features":[197]},{"name":"ERROR_WSMAN_CONFIG_THUMBPRINT_SHOULD_BE_EMPTY","features":[197]},{"name":"ERROR_WSMAN_CONNECTIONSTR_INVALID","features":[197]},{"name":"ERROR_WSMAN_CONNECTOR_GET","features":[197]},{"name":"ERROR_WSMAN_CREATESHELL_NULL_ENVIRONMENT_VARIABLE_NAME","features":[197]},{"name":"ERROR_WSMAN_CREATESHELL_NULL_STREAMID","features":[197]},{"name":"ERROR_WSMAN_CREATESHELL_RUNAS_FAILED","features":[197]},{"name":"ERROR_WSMAN_CREATE_RESPONSE_NO_EPR","features":[197]},{"name":"ERROR_WSMAN_CREDSSP_USERNAME_PASSWORD_NEEDED","features":[197]},{"name":"ERROR_WSMAN_CREDS_PASSED_WITH_NO_AUTH_FLAG","features":[197]},{"name":"ERROR_WSMAN_CUSTOMREMOTESHELL_DEPRECATED","features":[197]},{"name":"ERROR_WSMAN_DEFAULTAUTH_IPADDRESS","features":[197]},{"name":"ERROR_WSMAN_DELIVERY_REFUSED","features":[197]},{"name":"ERROR_WSMAN_DELIVERY_RETRIES_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_DELIVER_IN_PROGRESS","features":[197]},{"name":"ERROR_WSMAN_DEPRECATED_CONFIG_SETTING","features":[197]},{"name":"ERROR_WSMAN_DESERIALIZE_CLASS","features":[197]},{"name":"ERROR_WSMAN_DESTINATION_INVALID","features":[197]},{"name":"ERROR_WSMAN_DESTINATION_UNREACHABLE","features":[197]},{"name":"ERROR_WSMAN_DIFFERENT_AUTHZ_TOKEN","features":[197]},{"name":"ERROR_WSMAN_DIFFERENT_CIM_SELECTOR","features":[197]},{"name":"ERROR_WSMAN_DUPLICATE_SELECTORS","features":[197]},{"name":"ERROR_WSMAN_ENCODING_LIMIT","features":[197]},{"name":"ERROR_WSMAN_ENCODING_TYPE","features":[197]},{"name":"ERROR_WSMAN_ENDPOINT_UNAVAILABLE","features":[197]},{"name":"ERROR_WSMAN_ENDPOINT_UNAVAILABLE_INVALID_VALUE","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_CANNOT_PROCESS_FILTER","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_FILTERING_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_FILTER_DIALECT_REQUESTED_UNAVAILABLE","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_INVALID_ENUMERATION_CONTEXT","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_INVALID_EXPIRATION_TIME","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_SHELLCOMAMNDS_FILTER_EXPECTED","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_SHELLCOMMANDS_EPRS_NOTSUPPORTED","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_TIMED_OUT","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_UNABLE_TO_RENEW","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_UNSUPPORTED_EXPIRATION_TIME","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_UNSUPPORTED_EXPIRATION_TYPE","features":[197]},{"name":"ERROR_WSMAN_ENUMERATE_WMI_INVALID_KEY","features":[197]},{"name":"ERROR_WSMAN_ENUMERATION_CLOSED","features":[197]},{"name":"ERROR_WSMAN_ENUMERATION_INITIALIZING","features":[197]},{"name":"ERROR_WSMAN_ENUMERATION_INVALID","features":[197]},{"name":"ERROR_WSMAN_ENUMERATION_MODE_UNSUPPORTED","features":[197]},{"name":"ERROR_WSMAN_ENVELOPE_TOO_LARGE","features":[197]},{"name":"ERROR_WSMAN_EPR_NESTING_EXCEEDED","features":[197]},{"name":"ERROR_WSMAN_EVENTING_CONCURRENT_CLIENT_RECEIVE","features":[197]},{"name":"ERROR_WSMAN_EVENTING_DELIVERYFAILED_FROMSOURCE","features":[197]},{"name":"ERROR_WSMAN_EVENTING_DELIVERY_MODE_REQUESTED_INVALID","features":[197]},{"name":"ERROR_WSMAN_EVENTING_DELIVERY_MODE_REQUESTED_UNAVAILABLE","features":[197]},{"name":"ERROR_WSMAN_EVENTING_FAST_SENDER","features":[197]},{"name":"ERROR_WSMAN_EVENTING_FILTERING_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_EVENTING_FILTERING_REQUESTED_UNAVAILABLE","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INCOMPATIBLE_BATCHPARAMS_AND_DELIVERYMODE","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INSECURE_PUSHSUBSCRIPTION_CONNECTION","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INVALID_ENCODING_IN_DELIVERY","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INVALID_ENDTO_ADDRESSS","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INVALID_EVENTSOURCE","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INVALID_EXPIRATION_TIME","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INVALID_HEARTBEAT","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INVALID_INCOMING_EVENT_PACKET_HEADER","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INVALID_LOCALE_IN_DELIVERY","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INVALID_MESSAGE","features":[197]},{"name":"ERROR_WSMAN_EVENTING_INVALID_NOTIFYTO_ADDRESSS","features":[197]},{"name":"ERROR_WSMAN_EVENTING_LOOPBACK_TESTFAILED","features":[197]},{"name":"ERROR_WSMAN_EVENTING_MISSING_LOCALE_IN_DELIVERY","features":[197]},{"name":"ERROR_WSMAN_EVENTING_MISSING_NOTIFYTO","features":[197]},{"name":"ERROR_WSMAN_EVENTING_MISSING_NOTIFYTO_ADDRESSS","features":[197]},{"name":"ERROR_WSMAN_EVENTING_NOMATCHING_LISTENER","features":[197]},{"name":"ERROR_WSMAN_EVENTING_NONDOMAINJOINED_COLLECTOR","features":[197]},{"name":"ERROR_WSMAN_EVENTING_NONDOMAINJOINED_PUBLISHER","features":[197]},{"name":"ERROR_WSMAN_EVENTING_PUSH_SUBSCRIPTION_NOACTIVATE_EVENTSOURCE","features":[197]},{"name":"ERROR_WSMAN_EVENTING_SOURCE_UNABLE_TO_PROCESS","features":[197]},{"name":"ERROR_WSMAN_EVENTING_SUBSCRIPTIONCLOSED_BYREMOTESERVICE","features":[197]},{"name":"ERROR_WSMAN_EVENTING_SUBSCRIPTION_CANCELLED_BYSOURCE","features":[197]},{"name":"ERROR_WSMAN_EVENTING_UNABLE_TO_RENEW","features":[197]},{"name":"ERROR_WSMAN_EVENTING_UNSUPPORTED_EXPIRATION_TYPE","features":[197]},{"name":"ERROR_WSMAN_EXPIRATION_TIME_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_EXPLICIT_CREDENTIALS_REQUIRED","features":[197]},{"name":"ERROR_WSMAN_FAILED_AUTHENTICATION","features":[197]},{"name":"ERROR_WSMAN_FEATURE_DEPRECATED","features":[197]},{"name":"ERROR_WSMAN_FILE_NOT_PRESENT","features":[197]},{"name":"ERROR_WSMAN_FILTERING_REQUIRED","features":[197]},{"name":"ERROR_WSMAN_FILTERING_REQUIRED_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_FORMAT_MISMATCH_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_FORMAT_SECURITY_TOKEN_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_FRAGMENT_DIALECT_REQUESTED_UNAVAILABLE","features":[197]},{"name":"ERROR_WSMAN_FRAGMENT_TRANSFER_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_GETCLASS","features":[197]},{"name":"ERROR_WSMAN_HEARTBEATS_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_HTML_ERROR","features":[197]},{"name":"ERROR_WSMAN_HTTP_CONTENT_TYPE_MISSMATCH_RESPONSE_DATA","features":[197]},{"name":"ERROR_WSMAN_HTTP_INVALID_CONTENT_TYPE_IN_RESPONSE_DATA","features":[197]},{"name":"ERROR_WSMAN_HTTP_NOT_FOUND_STATUS","features":[197]},{"name":"ERROR_WSMAN_HTTP_NO_RESPONSE_DATA","features":[197]},{"name":"ERROR_WSMAN_HTTP_REQUEST_TOO_LARGE_STATUS","features":[197]},{"name":"ERROR_WSMAN_HTTP_SERVICE_UNAVAILABLE_STATUS","features":[197]},{"name":"ERROR_WSMAN_HTTP_STATUS_BAD_REQUEST","features":[197]},{"name":"ERROR_WSMAN_HTTP_STATUS_SERVER_ERROR","features":[197]},{"name":"ERROR_WSMAN_IISCONFIGURATION_READ_FAILED","features":[197]},{"name":"ERROR_WSMAN_INCOMPATIBLE_EPR","features":[197]},{"name":"ERROR_WSMAN_INEXISTENT_MAC_ADDRESS","features":[197]},{"name":"ERROR_WSMAN_INSECURE_ADDRESS_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_INSUFFCIENT_SELECTORS","features":[197]},{"name":"ERROR_WSMAN_INSUFFICIENT_METADATA_FOR_BASIC","features":[197]},{"name":"ERROR_WSMAN_INVALID_ACTIONURI","features":[197]},{"name":"ERROR_WSMAN_INVALID_BATCH_PARAMETER","features":[197]},{"name":"ERROR_WSMAN_INVALID_BATCH_SETTINGS_PARAMETER","features":[197]},{"name":"ERROR_WSMAN_INVALID_BOOKMARK","features":[197]},{"name":"ERROR_WSMAN_INVALID_CHARACTERS_IN_RESPONSE","features":[197]},{"name":"ERROR_WSMAN_INVALID_CONFIGSDDL_URL","features":[197]},{"name":"ERROR_WSMAN_INVALID_CONNECTIONRETRY","features":[197]},{"name":"ERROR_WSMAN_INVALID_FILEPATH","features":[197]},{"name":"ERROR_WSMAN_INVALID_FILTER_XML","features":[197]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_DIALECT","features":[197]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_PATH","features":[197]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_PATH_BLANK","features":[197]},{"name":"ERROR_WSMAN_INVALID_HEADER","features":[197]},{"name":"ERROR_WSMAN_INVALID_HOSTNAME_PATTERN","features":[197]},{"name":"ERROR_WSMAN_INVALID_IPFILTER","features":[197]},{"name":"ERROR_WSMAN_INVALID_KEY","features":[197]},{"name":"ERROR_WSMAN_INVALID_LITERAL_URI","features":[197]},{"name":"ERROR_WSMAN_INVALID_MESSAGE_INFORMATION_HEADER","features":[197]},{"name":"ERROR_WSMAN_INVALID_OPTIONS","features":[197]},{"name":"ERROR_WSMAN_INVALID_OPTIONSET","features":[197]},{"name":"ERROR_WSMAN_INVALID_OPTION_NO_PROXY_SERVER","features":[197]},{"name":"ERROR_WSMAN_INVALID_PARAMETER","features":[197]},{"name":"ERROR_WSMAN_INVALID_PARAMETER_NAME","features":[197]},{"name":"ERROR_WSMAN_INVALID_PROPOSED_ID","features":[197]},{"name":"ERROR_WSMAN_INVALID_PROVIDER_RESPONSE","features":[197]},{"name":"ERROR_WSMAN_INVALID_PUBLISHERS_TYPE","features":[197]},{"name":"ERROR_WSMAN_INVALID_REDIRECT_ERROR","features":[197]},{"name":"ERROR_WSMAN_INVALID_REPRESENTATION","features":[197]},{"name":"ERROR_WSMAN_INVALID_RESOURCE_URI","features":[197]},{"name":"ERROR_WSMAN_INVALID_RESUMPTION_CONTEXT","features":[197]},{"name":"ERROR_WSMAN_INVALID_SECURITY_DESCRIPTOR","features":[197]},{"name":"ERROR_WSMAN_INVALID_SELECTORS","features":[197]},{"name":"ERROR_WSMAN_INVALID_SELECTOR_NAME","features":[197]},{"name":"ERROR_WSMAN_INVALID_SELECTOR_VALUE","features":[197]},{"name":"ERROR_WSMAN_INVALID_SOAP_BODY","features":[197]},{"name":"ERROR_WSMAN_INVALID_SUBSCRIBE_OBJECT","features":[197]},{"name":"ERROR_WSMAN_INVALID_SUBSCRIPTION_MANAGER","features":[197]},{"name":"ERROR_WSMAN_INVALID_SYSTEM","features":[197]},{"name":"ERROR_WSMAN_INVALID_TARGET_RESOURCEURI","features":[197]},{"name":"ERROR_WSMAN_INVALID_TARGET_SELECTORS","features":[197]},{"name":"ERROR_WSMAN_INVALID_TARGET_SYSTEM","features":[197]},{"name":"ERROR_WSMAN_INVALID_TIMEOUT_HEADER","features":[197]},{"name":"ERROR_WSMAN_INVALID_URI","features":[197]},{"name":"ERROR_WSMAN_INVALID_URI_WMI_ENUM_WQL","features":[197]},{"name":"ERROR_WSMAN_INVALID_URI_WMI_SINGLETON","features":[197]},{"name":"ERROR_WSMAN_INVALID_USESSL_PARAM","features":[197]},{"name":"ERROR_WSMAN_INVALID_XML","features":[197]},{"name":"ERROR_WSMAN_INVALID_XML_FRAGMENT","features":[197]},{"name":"ERROR_WSMAN_INVALID_XML_MISSING_VALUES","features":[197]},{"name":"ERROR_WSMAN_INVALID_XML_NAMESPACE","features":[197]},{"name":"ERROR_WSMAN_INVALID_XML_RUNAS_DISABLED","features":[197]},{"name":"ERROR_WSMAN_INVALID_XML_VALUES","features":[197]},{"name":"ERROR_WSMAN_KERBEROS_IPADDRESS","features":[197]},{"name":"ERROR_WSMAN_LISTENER_ADDRESS_INVALID","features":[197]},{"name":"ERROR_WSMAN_LOCALE_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_MACHINE_OPTION_REQUIRED","features":[197]},{"name":"ERROR_WSMAN_MAXENVELOPE_POLICY_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_MAXENVELOPE_SIZE_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_MAXITEMS_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_MAXTIME_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_MAX_ELEMENTS_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_MAX_ENVELOPE_SIZE","features":[197]},{"name":"ERROR_WSMAN_MAX_ENVELOPE_SIZE_EXCEEDED","features":[197]},{"name":"ERROR_WSMAN_MESSAGE_INFORMATION_HEADER_REQUIRED","features":[197]},{"name":"ERROR_WSMAN_METADATA_REDIRECT","features":[197]},{"name":"ERROR_WSMAN_MIN_ENVELOPE_SIZE","features":[197]},{"name":"ERROR_WSMAN_MISSING_CLASSNAME","features":[197]},{"name":"ERROR_WSMAN_MISSING_FRAGMENT_PATH","features":[197]},{"name":"ERROR_WSMAN_MULTIPLE_CREDENTIALS","features":[197]},{"name":"ERROR_WSMAN_MUSTUNDERSTAND_ON_LOCALE_UNSUPPORTED","features":[197]},{"name":"ERROR_WSMAN_MUTUAL_AUTH_FAILED","features":[197]},{"name":"ERROR_WSMAN_NAME_NOT_RESOLVED","features":[197]},{"name":"ERROR_WSMAN_NETWORK_TIMEDOUT","features":[197]},{"name":"ERROR_WSMAN_NEW_DESERIALIZER","features":[197]},{"name":"ERROR_WSMAN_NEW_SESSION","features":[197]},{"name":"ERROR_WSMAN_NON_PULL_SUBSCRIPTION_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_NO_ACK","features":[197]},{"name":"ERROR_WSMAN_NO_CERTMAPPING_OPERATION_FOR_LOCAL_SESSION","features":[197]},{"name":"ERROR_WSMAN_NO_COMMANDID","features":[197]},{"name":"ERROR_WSMAN_NO_COMMAND_RESPONSE","features":[197]},{"name":"ERROR_WSMAN_NO_DHCP_ADDRESSES","features":[197]},{"name":"ERROR_WSMAN_NO_IDENTIFY_FOR_LOCAL_SESSION","features":[197]},{"name":"ERROR_WSMAN_NO_PUSH_SUBSCRIPTION_FOR_LOCAL_SESSION","features":[197]},{"name":"ERROR_WSMAN_NO_RECEIVE_RESPONSE","features":[197]},{"name":"ERROR_WSMAN_NO_UNICAST_ADDRESSES","features":[197]},{"name":"ERROR_WSMAN_NULL_KEY","features":[197]},{"name":"ERROR_WSMAN_OBJECTONLY_INVALID","features":[197]},{"name":"ERROR_WSMAN_OPERATION_TIMEDOUT","features":[197]},{"name":"ERROR_WSMAN_OPERATION_TIMEOUT_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_OPTIONS_INVALID_NAME","features":[197]},{"name":"ERROR_WSMAN_OPTIONS_INVALID_VALUE","features":[197]},{"name":"ERROR_WSMAN_OPTIONS_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_OPTION_LIMIT","features":[197]},{"name":"ERROR_WSMAN_PARAMETER_TYPE_MISMATCH","features":[197]},{"name":"ERROR_WSMAN_PLUGIN_CONFIGURATION_CORRUPTED","features":[197]},{"name":"ERROR_WSMAN_PLUGIN_FAILED","features":[197]},{"name":"ERROR_WSMAN_POLICY_CANNOT_COMPLY","features":[197]},{"name":"ERROR_WSMAN_POLICY_CORRUPTED","features":[197]},{"name":"ERROR_WSMAN_POLICY_TOO_COMPLEX","features":[197]},{"name":"ERROR_WSMAN_POLYMORPHISM_MODE_UNSUPPORTED","features":[197]},{"name":"ERROR_WSMAN_PORT_INVALID","features":[197]},{"name":"ERROR_WSMAN_PROVIDER_FAILURE","features":[197]},{"name":"ERROR_WSMAN_PROVIDER_LOAD_FAILED","features":[197]},{"name":"ERROR_WSMAN_PROVSYS_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_PROXY_ACCESS_TYPE","features":[197]},{"name":"ERROR_WSMAN_PROXY_AUTHENTICATION_INVALID_FLAG","features":[197]},{"name":"ERROR_WSMAN_PUBLIC_FIREWALL_PROFILE_ACTIVE","features":[197]},{"name":"ERROR_WSMAN_PULL_IN_PROGRESS","features":[197]},{"name":"ERROR_WSMAN_PULL_PARAMS_NOT_SAME_AS_ENUM","features":[197]},{"name":"ERROR_WSMAN_PUSHSUBSCRIPTION_INVALIDUSERACCOUNT","features":[197]},{"name":"ERROR_WSMAN_PUSH_SUBSCRIPTION_CONFIG_INVALID","features":[197]},{"name":"ERROR_WSMAN_QUICK_CONFIG_FAILED_CERT_REQUIRED","features":[197]},{"name":"ERROR_WSMAN_QUICK_CONFIG_FIREWALL_EXCEPTIONS_DISALLOWED","features":[197]},{"name":"ERROR_WSMAN_QUICK_CONFIG_LOCAL_POLICY_CHANGE_DISALLOWED","features":[197]},{"name":"ERROR_WSMAN_QUOTA_LIMIT","features":[197]},{"name":"ERROR_WSMAN_QUOTA_MAX_COMMANDS_PER_SHELL_PPQ","features":[197]},{"name":"ERROR_WSMAN_QUOTA_MAX_OPERATIONS","features":[197]},{"name":"ERROR_WSMAN_QUOTA_MAX_OPERATIONS_USER_PPQ","features":[197]},{"name":"ERROR_WSMAN_QUOTA_MAX_PLUGINOPERATIONS_PPQ","features":[197]},{"name":"ERROR_WSMAN_QUOTA_MAX_PLUGINSHELLS_PPQ","features":[197]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLS","features":[197]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLS_PPQ","features":[197]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLUSERS","features":[197]},{"name":"ERROR_WSMAN_QUOTA_MAX_USERS_PPQ","features":[197]},{"name":"ERROR_WSMAN_QUOTA_MIN_REQUIREMENT_NOT_AVAILABLE_PPQ","features":[197]},{"name":"ERROR_WSMAN_QUOTA_SYSTEM","features":[197]},{"name":"ERROR_WSMAN_QUOTA_USER","features":[197]},{"name":"ERROR_WSMAN_REDIRECT_LOCATION_NOT_AVAILABLE","features":[197]},{"name":"ERROR_WSMAN_REDIRECT_REQUESTED","features":[197]},{"name":"ERROR_WSMAN_REMOTESHELLS_NOT_ALLOWED","features":[197]},{"name":"ERROR_WSMAN_REMOTE_CIMPATH_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_REMOTE_CONNECTION_NOT_ALLOWED","features":[197]},{"name":"ERROR_WSMAN_RENAME_FAILURE","features":[197]},{"name":"ERROR_WSMAN_REQUEST_INIT_ERROR","features":[197]},{"name":"ERROR_WSMAN_REQUEST_NOT_SUPPORTED_AT_SERVICE","features":[197]},{"name":"ERROR_WSMAN_RESOURCE_NOT_FOUND","features":[197]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_ENUMERATION_CONTEXT","features":[197]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_MESSAGE_INFORMATION_HEADER","features":[197]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_SOAP_FAULT","features":[197]},{"name":"ERROR_WSMAN_RESPONSE_NO_RESULTS","features":[197]},{"name":"ERROR_WSMAN_RESPONSE_NO_SOAP_HEADER_BODY","features":[197]},{"name":"ERROR_WSMAN_RESPONSE_NO_XML_FRAGMENT_WRAPPER","features":[197]},{"name":"ERROR_WSMAN_RESUMPTION_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_RESUMPTION_TYPE_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_RUNASUSER_MANAGEDACCOUNT_LOGON_FAILED","features":[197]},{"name":"ERROR_WSMAN_RUNAS_INVALIDUSERCREDENTIALS","features":[197]},{"name":"ERROR_WSMAN_RUNSHELLCOMMAND_NULL_ARGUMENT","features":[197]},{"name":"ERROR_WSMAN_SCHEMA_VALIDATION_ERROR","features":[197]},{"name":"ERROR_WSMAN_SECURITY_UNMAPPED","features":[197]},{"name":"ERROR_WSMAN_SELECTOR_LIMIT","features":[197]},{"name":"ERROR_WSMAN_SELECTOR_TYPEMISMATCH","features":[197]},{"name":"ERROR_WSMAN_SEMANTICCALLBACK_TIMEDOUT","features":[197]},{"name":"ERROR_WSMAN_SENDHEARBEAT_EMPTY_ENUMERATOR","features":[197]},{"name":"ERROR_WSMAN_SENDSHELLINPUT_INVALID_STREAMID_INDEX","features":[197]},{"name":"ERROR_WSMAN_SERVER_DESTINATION_LOCALHOST","features":[197]},{"name":"ERROR_WSMAN_SERVER_ENVELOPE_LIMIT","features":[197]},{"name":"ERROR_WSMAN_SERVER_NONPULLSUBSCRIBE_NULL_PARAM","features":[197]},{"name":"ERROR_WSMAN_SERVER_NOT_TRUSTED","features":[197]},{"name":"ERROR_WSMAN_SERVICE_REMOTE_ACCESS_DISABLED","features":[197]},{"name":"ERROR_WSMAN_SERVICE_STREAM_DISCONNECTED","features":[197]},{"name":"ERROR_WSMAN_SESSION_ALREADY_CLOSED","features":[197]},{"name":"ERROR_WSMAN_SHELL_ALREADY_CLOSED","features":[197]},{"name":"ERROR_WSMAN_SHELL_INVALID_COMMAND_HANDLE","features":[197]},{"name":"ERROR_WSMAN_SHELL_INVALID_DESIRED_STREAMS","features":[197]},{"name":"ERROR_WSMAN_SHELL_INVALID_INPUT_STREAM","features":[197]},{"name":"ERROR_WSMAN_SHELL_INVALID_SHELL_HANDLE","features":[197]},{"name":"ERROR_WSMAN_SHELL_NOT_INITIALIZED","features":[197]},{"name":"ERROR_WSMAN_SHELL_SYNCHRONOUS_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_SOAP_DATA_ENCODING_UNKNOWN","features":[197]},{"name":"ERROR_WSMAN_SOAP_FAULT_MUST_UNDERSTAND","features":[197]},{"name":"ERROR_WSMAN_SOAP_VERSION_MISMATCH","features":[197]},{"name":"ERROR_WSMAN_SSL_CONNECTION_ABORTED","features":[197]},{"name":"ERROR_WSMAN_SUBSCRIBE_WMI_INVALID_KEY","features":[197]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLIENT_DID_NOT_CALL_WITHIN_HEARTBEAT","features":[197]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLOSED","features":[197]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLOSE_IN_PROGRESS","features":[197]},{"name":"ERROR_WSMAN_SUBSCRIPTION_LISTENER_NOLONGERVALID","features":[197]},{"name":"ERROR_WSMAN_SUBSCRIPTION_NO_HEARTBEAT","features":[197]},{"name":"ERROR_WSMAN_SYSTEM_NOT_FOUND","features":[197]},{"name":"ERROR_WSMAN_TARGET_ALREADY_EXISTS","features":[197]},{"name":"ERROR_WSMAN_TRANSPORT_NOT_SUPPORTED","features":[197]},{"name":"ERROR_WSMAN_UNEXPECTED_SELECTORS","features":[197]},{"name":"ERROR_WSMAN_UNKNOWN_HTTP_STATUS_RETURNED","features":[197]},{"name":"ERROR_WSMAN_UNREPORTABLE_SUCCESS","features":[197]},{"name":"ERROR_WSMAN_UNSUPPORTED_ADDRESSING_MODE","features":[197]},{"name":"ERROR_WSMAN_UNSUPPORTED_ENCODING","features":[197]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE","features":[197]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE_IDENTIFY","features":[197]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE_OPTIONS","features":[197]},{"name":"ERROR_WSMAN_UNSUPPORTED_HTTP_STATUS_REDIRECT","features":[197]},{"name":"ERROR_WSMAN_UNSUPPORTED_MEDIA","features":[197]},{"name":"ERROR_WSMAN_UNSUPPORTED_OCTETTYPE","features":[197]},{"name":"ERROR_WSMAN_UNSUPPORTED_TIMEOUT","features":[197]},{"name":"ERROR_WSMAN_UNSUPPORTED_TYPE","features":[197]},{"name":"ERROR_WSMAN_URISECURITY_INVALIDURIKEY","features":[197]},{"name":"ERROR_WSMAN_URI_LIMIT","features":[197]},{"name":"ERROR_WSMAN_URI_NON_DMTF_CLASS","features":[197]},{"name":"ERROR_WSMAN_URI_QUERY_STRING_SYNTAX_ERROR","features":[197]},{"name":"ERROR_WSMAN_URI_SECURITY_URI","features":[197]},{"name":"ERROR_WSMAN_URI_WRONG_DMTF_VERSION","features":[197]},{"name":"ERROR_WSMAN_VIRTUALACCOUNT_NOTSUPPORTED","features":[197]},{"name":"ERROR_WSMAN_VIRTUALACCOUNT_NOTSUPPORTED_DOWNLEVEL","features":[197]},{"name":"ERROR_WSMAN_WHITESPACE","features":[197]},{"name":"ERROR_WSMAN_WMI_CANNOT_CONNECT_ACCESS_DENIED","features":[197]},{"name":"ERROR_WSMAN_WMI_INVALID_VALUE","features":[197]},{"name":"ERROR_WSMAN_WMI_MAX_NESTED","features":[197]},{"name":"ERROR_WSMAN_WMI_PROVIDER_ACCESS_DENIED","features":[197]},{"name":"ERROR_WSMAN_WMI_PROVIDER_INVALID_PARAMETER","features":[197]},{"name":"ERROR_WSMAN_WMI_PROVIDER_NOT_CAPABLE","features":[197]},{"name":"ERROR_WSMAN_WMI_SVC_ACCESS_DENIED","features":[197]},{"name":"ERROR_WSMAN_WRONG_METADATA","features":[197]},{"name":"IWSMan","features":[197]},{"name":"IWSManConnectionOptions","features":[197]},{"name":"IWSManConnectionOptionsEx","features":[197]},{"name":"IWSManConnectionOptionsEx2","features":[197]},{"name":"IWSManEnumerator","features":[197]},{"name":"IWSManEx","features":[197]},{"name":"IWSManEx2","features":[197]},{"name":"IWSManEx3","features":[197]},{"name":"IWSManInternal","features":[197]},{"name":"IWSManResourceLocator","features":[197]},{"name":"IWSManResourceLocatorInternal","features":[197]},{"name":"IWSManSession","features":[197]},{"name":"WSMAN_API_HANDLE","features":[197]},{"name":"WSMAN_AUTHENTICATION_CREDENTIALS","features":[197]},{"name":"WSMAN_AUTHZ_QUOTA","features":[197]},{"name":"WSMAN_CERTIFICATE_DETAILS","features":[197]},{"name":"WSMAN_CMDSHELL_OPTION_CODEPAGE","features":[197]},{"name":"WSMAN_CMDSHELL_OPTION_CONSOLEMODE_STDIN","features":[197]},{"name":"WSMAN_CMDSHELL_OPTION_SKIP_CMD_SHELL","features":[197]},{"name":"WSMAN_COMMAND_ARG_SET","features":[197]},{"name":"WSMAN_COMMAND_HANDLE","features":[197]},{"name":"WSMAN_CONNECT_DATA","features":[197]},{"name":"WSMAN_CREATE_SHELL_DATA","features":[197]},{"name":"WSMAN_DATA","features":[197]},{"name":"WSMAN_DATA_BINARY","features":[197]},{"name":"WSMAN_DATA_NONE","features":[197]},{"name":"WSMAN_DATA_TEXT","features":[197]},{"name":"WSMAN_DATA_TYPE_BINARY","features":[197]},{"name":"WSMAN_DATA_TYPE_DWORD","features":[197]},{"name":"WSMAN_DATA_TYPE_TEXT","features":[197]},{"name":"WSMAN_DEFAULT_TIMEOUT_MS","features":[197]},{"name":"WSMAN_ENVIRONMENT_VARIABLE","features":[197]},{"name":"WSMAN_ENVIRONMENT_VARIABLE_SET","features":[197]},{"name":"WSMAN_ERROR","features":[197]},{"name":"WSMAN_FILTER","features":[197]},{"name":"WSMAN_FLAG_AUTH_BASIC","features":[197]},{"name":"WSMAN_FLAG_AUTH_CLIENT_CERTIFICATE","features":[197]},{"name":"WSMAN_FLAG_AUTH_CREDSSP","features":[197]},{"name":"WSMAN_FLAG_AUTH_DIGEST","features":[197]},{"name":"WSMAN_FLAG_AUTH_KERBEROS","features":[197]},{"name":"WSMAN_FLAG_AUTH_NEGOTIATE","features":[197]},{"name":"WSMAN_FLAG_CALLBACK_END_OF_OPERATION","features":[197]},{"name":"WSMAN_FLAG_CALLBACK_END_OF_STREAM","features":[197]},{"name":"WSMAN_FLAG_CALLBACK_NETWORK_FAILURE_DETECTED","features":[197]},{"name":"WSMAN_FLAG_CALLBACK_RECEIVE_DELAY_STREAM_REQUEST_PROCESSED","features":[197]},{"name":"WSMAN_FLAG_CALLBACK_RECONNECTED_AFTER_NETWORK_FAILURE","features":[197]},{"name":"WSMAN_FLAG_CALLBACK_RETRYING_AFTER_NETWORK_FAILURE","features":[197]},{"name":"WSMAN_FLAG_CALLBACK_RETRY_ABORTED_DUE_TO_INTERNAL_ERROR","features":[197]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_AUTODISCONNECTED","features":[197]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_AUTODISCONNECTING","features":[197]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_SUPPORTS_DISCONNECT","features":[197]},{"name":"WSMAN_FLAG_DEFAULT_AUTHENTICATION","features":[197]},{"name":"WSMAN_FLAG_DELETE_SERVER_SESSION","features":[197]},{"name":"WSMAN_FLAG_NO_AUTHENTICATION","features":[197]},{"name":"WSMAN_FLAG_NO_COMPRESSION","features":[197]},{"name":"WSMAN_FLAG_RECEIVE_DELAY_OUTPUT_STREAM","features":[197]},{"name":"WSMAN_FLAG_RECEIVE_FLUSH","features":[197]},{"name":"WSMAN_FLAG_RECEIVE_RESULT_DATA_BOUNDARY","features":[197]},{"name":"WSMAN_FLAG_RECEIVE_RESULT_NO_MORE_DATA","features":[197]},{"name":"WSMAN_FLAG_REQUESTED_API_VERSION_1_0","features":[197]},{"name":"WSMAN_FLAG_REQUESTED_API_VERSION_1_1","features":[197]},{"name":"WSMAN_FLAG_SEND_NO_MORE_DATA","features":[197]},{"name":"WSMAN_FLAG_SERVER_BUFFERING_MODE_BLOCK","features":[197]},{"name":"WSMAN_FLAG_SERVER_BUFFERING_MODE_DROP","features":[197]},{"name":"WSMAN_FRAGMENT","features":[197]},{"name":"WSMAN_KEY","features":[197]},{"name":"WSMAN_OPERATION_HANDLE","features":[197]},{"name":"WSMAN_OPERATION_INFO","features":[3,197]},{"name":"WSMAN_OPERATION_INFOEX","features":[3,197]},{"name":"WSMAN_OPERATION_INFOV1","features":[197]},{"name":"WSMAN_OPERATION_INFOV2","features":[197]},{"name":"WSMAN_OPTION","features":[3,197]},{"name":"WSMAN_OPTION_ALLOW_NEGOTIATE_IMPLICIT_CREDENTIALS","features":[197]},{"name":"WSMAN_OPTION_DEFAULT_OPERATION_TIMEOUTMS","features":[197]},{"name":"WSMAN_OPTION_ENABLE_SPN_SERVER_PORT","features":[197]},{"name":"WSMAN_OPTION_LOCALE","features":[197]},{"name":"WSMAN_OPTION_MACHINE_ID","features":[197]},{"name":"WSMAN_OPTION_MAX_ENVELOPE_SIZE_KB","features":[197]},{"name":"WSMAN_OPTION_MAX_RETRY_TIME","features":[197]},{"name":"WSMAN_OPTION_PROXY_AUTO_DETECT","features":[197]},{"name":"WSMAN_OPTION_PROXY_IE_PROXY_CONFIG","features":[197]},{"name":"WSMAN_OPTION_PROXY_NO_PROXY_SERVER","features":[197]},{"name":"WSMAN_OPTION_PROXY_WINHTTP_PROXY_CONFIG","features":[197]},{"name":"WSMAN_OPTION_REDIRECT_LOCATION","features":[197]},{"name":"WSMAN_OPTION_SET","features":[3,197]},{"name":"WSMAN_OPTION_SETEX","features":[3,197]},{"name":"WSMAN_OPTION_SHELL_MAX_DATA_SIZE_PER_MESSAGE_KB","features":[197]},{"name":"WSMAN_OPTION_SKIP_CA_CHECK","features":[197]},{"name":"WSMAN_OPTION_SKIP_CN_CHECK","features":[197]},{"name":"WSMAN_OPTION_SKIP_REVOCATION_CHECK","features":[197]},{"name":"WSMAN_OPTION_TIMEOUTMS_CLOSE_SHELL","features":[197]},{"name":"WSMAN_OPTION_TIMEOUTMS_CREATE_SHELL","features":[197]},{"name":"WSMAN_OPTION_TIMEOUTMS_RECEIVE_SHELL_OUTPUT","features":[197]},{"name":"WSMAN_OPTION_TIMEOUTMS_RUN_SHELL_COMMAND","features":[197]},{"name":"WSMAN_OPTION_TIMEOUTMS_SEND_SHELL_INPUT","features":[197]},{"name":"WSMAN_OPTION_TIMEOUTMS_SIGNAL_SHELL","features":[197]},{"name":"WSMAN_OPTION_UI_LANGUAGE","features":[197]},{"name":"WSMAN_OPTION_UNENCRYPTED_MESSAGES","features":[197]},{"name":"WSMAN_OPTION_USE_INTEARACTIVE_TOKEN","features":[197]},{"name":"WSMAN_OPTION_USE_SSL","features":[197]},{"name":"WSMAN_OPTION_UTF16","features":[197]},{"name":"WSMAN_PLUGIN_AUTHORIZE_OPERATION","features":[3,197]},{"name":"WSMAN_PLUGIN_AUTHORIZE_QUERY_QUOTA","features":[3,197]},{"name":"WSMAN_PLUGIN_AUTHORIZE_RELEASE_CONTEXT","features":[197]},{"name":"WSMAN_PLUGIN_AUTHORIZE_USER","features":[3,197]},{"name":"WSMAN_PLUGIN_COMMAND","features":[3,197]},{"name":"WSMAN_PLUGIN_CONNECT","features":[3,197]},{"name":"WSMAN_PLUGIN_PARAMS_AUTORESTART","features":[197]},{"name":"WSMAN_PLUGIN_PARAMS_GET_REQUESTED_DATA_LOCALE","features":[197]},{"name":"WSMAN_PLUGIN_PARAMS_GET_REQUESTED_LOCALE","features":[197]},{"name":"WSMAN_PLUGIN_PARAMS_HOSTIDLETIMEOUTSECONDS","features":[197]},{"name":"WSMAN_PLUGIN_PARAMS_LARGEST_RESULT_SIZE","features":[197]},{"name":"WSMAN_PLUGIN_PARAMS_MAX_ENVELOPE_SIZE","features":[197]},{"name":"WSMAN_PLUGIN_PARAMS_NAME","features":[197]},{"name":"WSMAN_PLUGIN_PARAMS_REMAINING_RESULT_SIZE","features":[197]},{"name":"WSMAN_PLUGIN_PARAMS_RUNAS_USER","features":[197]},{"name":"WSMAN_PLUGIN_PARAMS_SHAREDHOST","features":[197]},{"name":"WSMAN_PLUGIN_PARAMS_TIMEOUT","features":[197]},{"name":"WSMAN_PLUGIN_RECEIVE","features":[3,197]},{"name":"WSMAN_PLUGIN_RELEASE_COMMAND_CONTEXT","features":[197]},{"name":"WSMAN_PLUGIN_RELEASE_SHELL_CONTEXT","features":[197]},{"name":"WSMAN_PLUGIN_REQUEST","features":[3,197]},{"name":"WSMAN_PLUGIN_SEND","features":[3,197]},{"name":"WSMAN_PLUGIN_SHELL","features":[3,197]},{"name":"WSMAN_PLUGIN_SHUTDOWN","features":[197]},{"name":"WSMAN_PLUGIN_SHUTDOWN_IDLETIMEOUT_ELAPSED","features":[197]},{"name":"WSMAN_PLUGIN_SHUTDOWN_IISHOST","features":[197]},{"name":"WSMAN_PLUGIN_SHUTDOWN_SERVICE","features":[197]},{"name":"WSMAN_PLUGIN_SHUTDOWN_SYSTEM","features":[197]},{"name":"WSMAN_PLUGIN_SIGNAL","features":[3,197]},{"name":"WSMAN_PLUGIN_STARTUP","features":[197]},{"name":"WSMAN_PLUGIN_STARTUP_AUTORESTARTED_CRASH","features":[197]},{"name":"WSMAN_PLUGIN_STARTUP_AUTORESTARTED_REBOOT","features":[197]},{"name":"WSMAN_PLUGIN_STARTUP_REQUEST_RECEIVED","features":[197]},{"name":"WSMAN_PROXY_INFO","features":[197]},{"name":"WSMAN_RECEIVE_DATA_RESULT","features":[197]},{"name":"WSMAN_RESPONSE_DATA","features":[197]},{"name":"WSMAN_SELECTOR_SET","features":[197]},{"name":"WSMAN_SENDER_DETAILS","features":[3,197]},{"name":"WSMAN_SESSION_HANDLE","features":[197]},{"name":"WSMAN_SHELL_ASYNC","features":[197]},{"name":"WSMAN_SHELL_COMPLETION_FUNCTION","features":[197]},{"name":"WSMAN_SHELL_DISCONNECT_INFO","features":[197]},{"name":"WSMAN_SHELL_HANDLE","features":[197]},{"name":"WSMAN_SHELL_NS","features":[197]},{"name":"WSMAN_SHELL_OPTION_NOPROFILE","features":[197]},{"name":"WSMAN_SHELL_STARTUP_INFO_V10","features":[197]},{"name":"WSMAN_SHELL_STARTUP_INFO_V11","features":[197]},{"name":"WSMAN_STREAM_ID_SET","features":[197]},{"name":"WSMAN_STREAM_ID_STDERR","features":[197]},{"name":"WSMAN_STREAM_ID_STDIN","features":[197]},{"name":"WSMAN_STREAM_ID_STDOUT","features":[197]},{"name":"WSMAN_USERNAME_PASSWORD_CREDS","features":[197]},{"name":"WSMan","features":[197]},{"name":"WSManAuthenticationFlags","features":[197]},{"name":"WSManCallbackFlags","features":[197]},{"name":"WSManCloseCommand","features":[197]},{"name":"WSManCloseOperation","features":[197]},{"name":"WSManCloseSession","features":[197]},{"name":"WSManCloseShell","features":[197]},{"name":"WSManConnectShell","features":[3,197]},{"name":"WSManConnectShellCommand","features":[3,197]},{"name":"WSManCreateSession","features":[197]},{"name":"WSManCreateShell","features":[3,197]},{"name":"WSManCreateShellEx","features":[3,197]},{"name":"WSManDataType","features":[197]},{"name":"WSManDeinitialize","features":[197]},{"name":"WSManDisconnectShell","features":[197]},{"name":"WSManEnumFlags","features":[197]},{"name":"WSManFlagAllowNegotiateImplicitCredentials","features":[197]},{"name":"WSManFlagAssociatedInstance","features":[197]},{"name":"WSManFlagAssociationInstance","features":[197]},{"name":"WSManFlagCredUsernamePassword","features":[197]},{"name":"WSManFlagEnableSPNServerPort","features":[197]},{"name":"WSManFlagHierarchyDeep","features":[197]},{"name":"WSManFlagHierarchyDeepBasePropsOnly","features":[197]},{"name":"WSManFlagHierarchyShallow","features":[197]},{"name":"WSManFlagNoEncryption","features":[197]},{"name":"WSManFlagNonXmlText","features":[197]},{"name":"WSManFlagProxyAuthenticationUseBasic","features":[197]},{"name":"WSManFlagProxyAuthenticationUseDigest","features":[197]},{"name":"WSManFlagProxyAuthenticationUseNegotiate","features":[197]},{"name":"WSManFlagReturnEPR","features":[197]},{"name":"WSManFlagReturnObject","features":[197]},{"name":"WSManFlagReturnObjectAndEPR","features":[197]},{"name":"WSManFlagSkipCACheck","features":[197]},{"name":"WSManFlagSkipCNCheck","features":[197]},{"name":"WSManFlagSkipRevocationCheck","features":[197]},{"name":"WSManFlagUTF16","features":[197]},{"name":"WSManFlagUTF8","features":[197]},{"name":"WSManFlagUseBasic","features":[197]},{"name":"WSManFlagUseClientCertificate","features":[197]},{"name":"WSManFlagUseCredSsp","features":[197]},{"name":"WSManFlagUseDigest","features":[197]},{"name":"WSManFlagUseKerberos","features":[197]},{"name":"WSManFlagUseNegotiate","features":[197]},{"name":"WSManFlagUseNoAuthentication","features":[197]},{"name":"WSManFlagUseSsl","features":[197]},{"name":"WSManGetErrorMessage","features":[197]},{"name":"WSManGetSessionOptionAsDword","features":[197]},{"name":"WSManGetSessionOptionAsString","features":[197]},{"name":"WSManInitialize","features":[197]},{"name":"WSManInternal","features":[197]},{"name":"WSManPluginAuthzOperationComplete","features":[3,197]},{"name":"WSManPluginAuthzQueryQuotaComplete","features":[3,197]},{"name":"WSManPluginAuthzUserComplete","features":[3,197]},{"name":"WSManPluginFreeRequestDetails","features":[3,197]},{"name":"WSManPluginGetConfiguration","features":[197]},{"name":"WSManPluginGetOperationParameters","features":[3,197]},{"name":"WSManPluginOperationComplete","features":[3,197]},{"name":"WSManPluginReceiveResult","features":[3,197]},{"name":"WSManPluginReportCompletion","features":[197]},{"name":"WSManPluginReportContext","features":[3,197]},{"name":"WSManProxyAccessType","features":[197]},{"name":"WSManProxyAccessTypeFlags","features":[197]},{"name":"WSManProxyAuthenticationFlags","features":[197]},{"name":"WSManProxyAutoDetect","features":[197]},{"name":"WSManProxyIEConfig","features":[197]},{"name":"WSManProxyNoProxyServer","features":[197]},{"name":"WSManProxyWinHttpConfig","features":[197]},{"name":"WSManReceiveShellOutput","features":[197]},{"name":"WSManReconnectShell","features":[197]},{"name":"WSManReconnectShellCommand","features":[197]},{"name":"WSManRunShellCommand","features":[3,197]},{"name":"WSManRunShellCommandEx","features":[3,197]},{"name":"WSManSendShellInput","features":[3,197]},{"name":"WSManSessionFlags","features":[197]},{"name":"WSManSessionOption","features":[197]},{"name":"WSManSetSessionOption","features":[197]},{"name":"WSManShellFlag","features":[197]},{"name":"WSManSignalShell","features":[197]}],"602":[{"name":"CCH_RM_MAX_APP_NAME","features":[198]},{"name":"CCH_RM_MAX_SVC_NAME","features":[198]},{"name":"CCH_RM_SESSION_KEY","features":[198]},{"name":"RM_APP_STATUS","features":[198]},{"name":"RM_APP_TYPE","features":[198]},{"name":"RM_FILTER_ACTION","features":[198]},{"name":"RM_FILTER_INFO","features":[3,198]},{"name":"RM_FILTER_TRIGGER","features":[198]},{"name":"RM_INVALID_PROCESS","features":[198]},{"name":"RM_INVALID_TS_SESSION","features":[198]},{"name":"RM_PROCESS_INFO","features":[3,198]},{"name":"RM_REBOOT_REASON","features":[198]},{"name":"RM_SHUTDOWN_TYPE","features":[198]},{"name":"RM_UNIQUE_PROCESS","features":[3,198]},{"name":"RM_WRITE_STATUS_CALLBACK","features":[198]},{"name":"RmAddFilter","features":[3,198]},{"name":"RmCancelCurrentTask","features":[3,198]},{"name":"RmConsole","features":[198]},{"name":"RmCritical","features":[198]},{"name":"RmEndSession","features":[3,198]},{"name":"RmExplorer","features":[198]},{"name":"RmFilterTriggerFile","features":[198]},{"name":"RmFilterTriggerInvalid","features":[198]},{"name":"RmFilterTriggerProcess","features":[198]},{"name":"RmFilterTriggerService","features":[198]},{"name":"RmForceShutdown","features":[198]},{"name":"RmGetFilterList","features":[3,198]},{"name":"RmGetList","features":[3,198]},{"name":"RmInvalidFilterAction","features":[198]},{"name":"RmJoinSession","features":[3,198]},{"name":"RmMainWindow","features":[198]},{"name":"RmNoRestart","features":[198]},{"name":"RmNoShutdown","features":[198]},{"name":"RmOtherWindow","features":[198]},{"name":"RmRebootReasonCriticalProcess","features":[198]},{"name":"RmRebootReasonCriticalService","features":[198]},{"name":"RmRebootReasonDetectedSelf","features":[198]},{"name":"RmRebootReasonNone","features":[198]},{"name":"RmRebootReasonPermissionDenied","features":[198]},{"name":"RmRebootReasonSessionMismatch","features":[198]},{"name":"RmRegisterResources","features":[3,198]},{"name":"RmRemoveFilter","features":[3,198]},{"name":"RmRestart","features":[3,198]},{"name":"RmService","features":[198]},{"name":"RmShutdown","features":[3,198]},{"name":"RmShutdownOnlyRegistered","features":[198]},{"name":"RmStartSession","features":[3,198]},{"name":"RmStatusErrorOnRestart","features":[198]},{"name":"RmStatusErrorOnStop","features":[198]},{"name":"RmStatusRestartMasked","features":[198]},{"name":"RmStatusRestarted","features":[198]},{"name":"RmStatusRunning","features":[198]},{"name":"RmStatusShutdownMasked","features":[198]},{"name":"RmStatusStopped","features":[198]},{"name":"RmStatusStoppedOther","features":[198]},{"name":"RmStatusUnknown","features":[198]},{"name":"RmUnknownApp","features":[198]}],"603":[{"name":"ACCESSIBILITY_SETTING","features":[199]},{"name":"APPLICATION_INSTALL","features":[199]},{"name":"APPLICATION_RUN","features":[199]},{"name":"APPLICATION_UNINSTALL","features":[199]},{"name":"BACKUP","features":[199]},{"name":"BACKUP_RECOVERY","features":[199]},{"name":"BEGIN_NESTED_SYSTEM_CHANGE","features":[199]},{"name":"BEGIN_NESTED_SYSTEM_CHANGE_NORP","features":[199]},{"name":"BEGIN_SYSTEM_CHANGE","features":[199]},{"name":"CANCELLED_OPERATION","features":[199]},{"name":"CHECKPOINT","features":[199]},{"name":"CRITICAL_UPDATE","features":[199]},{"name":"DESKTOP_SETTING","features":[199]},{"name":"DEVICE_DRIVER_INSTALL","features":[199]},{"name":"END_NESTED_SYSTEM_CHANGE","features":[199]},{"name":"END_SYSTEM_CHANGE","features":[199]},{"name":"FIRSTRUN","features":[199]},{"name":"MANUAL_CHECKPOINT","features":[199]},{"name":"MAX_DESC","features":[199]},{"name":"MAX_DESC_W","features":[199]},{"name":"MAX_EVENT","features":[199]},{"name":"MAX_RPT","features":[199]},{"name":"MIN_EVENT","features":[199]},{"name":"MIN_RPT","features":[199]},{"name":"MODIFY_SETTINGS","features":[199]},{"name":"OE_SETTING","features":[199]},{"name":"RESTORE","features":[199]},{"name":"RESTOREPOINTINFOA","features":[199]},{"name":"RESTOREPOINTINFOEX","features":[3,199]},{"name":"RESTOREPOINTINFOW","features":[199]},{"name":"RESTOREPOINTINFO_EVENT_TYPE","features":[199]},{"name":"RESTOREPOINTINFO_TYPE","features":[199]},{"name":"SRRemoveRestorePoint","features":[199]},{"name":"SRSetRestorePointA","features":[3,199]},{"name":"SRSetRestorePointW","features":[3,199]},{"name":"STATEMGRSTATUS","features":[3,199]},{"name":"WINDOWS_BOOT","features":[199]},{"name":"WINDOWS_SHUTDOWN","features":[199]},{"name":"WINDOWS_UPDATE","features":[199]}],"604":[{"name":"ARRAY_INFO","features":[21]},{"name":"BinaryParam","features":[21]},{"name":"CLIENT_CALL_RETURN","features":[21]},{"name":"COMM_FAULT_OFFSETS","features":[21]},{"name":"CS_TAG_GETTING_ROUTINE","features":[21]},{"name":"CS_TYPE_FROM_NETCS_ROUTINE","features":[21]},{"name":"CS_TYPE_LOCAL_SIZE_ROUTINE","features":[21]},{"name":"CS_TYPE_NET_SIZE_ROUTINE","features":[21]},{"name":"CS_TYPE_TO_NETCS_ROUTINE","features":[21]},{"name":"DCE_C_ERROR_STRING_LEN","features":[21]},{"name":"DceErrorInqTextA","features":[21]},{"name":"DceErrorInqTextW","features":[21]},{"name":"EEInfoGCCOM","features":[21]},{"name":"EEInfoGCFRS","features":[21]},{"name":"EEInfoNextRecordsMissing","features":[21]},{"name":"EEInfoPreviousRecordsMissing","features":[21]},{"name":"EEInfoUseFileTime","features":[21]},{"name":"EPT_S_CANT_CREATE","features":[21]},{"name":"EPT_S_CANT_PERFORM_OP","features":[21]},{"name":"EPT_S_INVALID_ENTRY","features":[21]},{"name":"EPT_S_NOT_REGISTERED","features":[21]},{"name":"EXPR_EVAL","features":[21]},{"name":"EXPR_TOKEN","features":[21]},{"name":"ExtendedErrorParamTypes","features":[21]},{"name":"FC_EXPR_CONST32","features":[21]},{"name":"FC_EXPR_CONST64","features":[21]},{"name":"FC_EXPR_END","features":[21]},{"name":"FC_EXPR_ILLEGAL","features":[21]},{"name":"FC_EXPR_NOOP","features":[21]},{"name":"FC_EXPR_OPER","features":[21]},{"name":"FC_EXPR_START","features":[21]},{"name":"FC_EXPR_VAR","features":[21]},{"name":"FULL_PTR_XLAT_TABLES","features":[21]},{"name":"GENERIC_BINDING_INFO","features":[21]},{"name":"GENERIC_BINDING_ROUTINE","features":[21]},{"name":"GENERIC_BINDING_ROUTINE_PAIR","features":[21]},{"name":"GENERIC_UNBIND_ROUTINE","features":[21]},{"name":"GROUP_NAME_SYNTAX","features":[21]},{"name":"IDL_CS_CONVERT","features":[21]},{"name":"IDL_CS_IN_PLACE_CONVERT","features":[21]},{"name":"IDL_CS_NEW_BUFFER_CONVERT","features":[21]},{"name":"IDL_CS_NO_CONVERT","features":[21]},{"name":"INVALID_FRAGMENT_ID","features":[21]},{"name":"IUnknown_AddRef_Proxy","features":[21]},{"name":"IUnknown_QueryInterface_Proxy","features":[21]},{"name":"IUnknown_Release_Proxy","features":[21]},{"name":"I_RpcAllocate","features":[21]},{"name":"I_RpcAsyncAbortCall","features":[3,8,21]},{"name":"I_RpcAsyncSetHandle","features":[3,8,21]},{"name":"I_RpcBindingCopy","features":[21]},{"name":"I_RpcBindingCreateNP","features":[21]},{"name":"I_RpcBindingHandleToAsyncHandle","features":[21]},{"name":"I_RpcBindingInqClientTokenAttributes","features":[3,21]},{"name":"I_RpcBindingInqDynamicEndpointA","features":[21]},{"name":"I_RpcBindingInqDynamicEndpointW","features":[21]},{"name":"I_RpcBindingInqLocalClientPID","features":[21]},{"name":"I_RpcBindingInqMarshalledTargetInfo","features":[21]},{"name":"I_RpcBindingInqSecurityContext","features":[21]},{"name":"I_RpcBindingInqSecurityContextKeyInfo","features":[21]},{"name":"I_RpcBindingInqTransportType","features":[21]},{"name":"I_RpcBindingInqWireIdForSnego","features":[21]},{"name":"I_RpcBindingIsClientLocal","features":[21]},{"name":"I_RpcBindingIsServerLocal","features":[21]},{"name":"I_RpcBindingSetPrivateOption","features":[21]},{"name":"I_RpcBindingToStaticStringBindingW","features":[21]},{"name":"I_RpcClearMutex","features":[21]},{"name":"I_RpcDeleteMutex","features":[21]},{"name":"I_RpcExceptionFilter","features":[21]},{"name":"I_RpcFree","features":[21]},{"name":"I_RpcFreeBuffer","features":[21]},{"name":"I_RpcFreeCalloutStateFn","features":[21]},{"name":"I_RpcFreePipeBuffer","features":[21]},{"name":"I_RpcGetBuffer","features":[21]},{"name":"I_RpcGetBufferWithObject","features":[21]},{"name":"I_RpcGetCurrentCallHandle","features":[21]},{"name":"I_RpcGetDefaultSD","features":[21]},{"name":"I_RpcGetExtendedError","features":[21]},{"name":"I_RpcIfInqTransferSyntaxes","features":[21]},{"name":"I_RpcMapWin32Status","features":[21]},{"name":"I_RpcMgmtEnableDedicatedThreadPool","features":[21]},{"name":"I_RpcNegotiateTransferSyntax","features":[21]},{"name":"I_RpcNsBindingSetEntryNameA","features":[21]},{"name":"I_RpcNsBindingSetEntryNameW","features":[21]},{"name":"I_RpcNsGetBuffer","features":[21]},{"name":"I_RpcNsInterfaceExported","features":[21]},{"name":"I_RpcNsInterfaceUnexported","features":[21]},{"name":"I_RpcNsRaiseException","features":[21]},{"name":"I_RpcNsSendReceive","features":[21]},{"name":"I_RpcOpenClientProcess","features":[21]},{"name":"I_RpcPauseExecution","features":[21]},{"name":"I_RpcPerformCalloutFn","features":[21]},{"name":"I_RpcProxyCallbackInterface","features":[21]},{"name":"I_RpcProxyFilterIfFn","features":[21]},{"name":"I_RpcProxyGetClientAddressFn","features":[21]},{"name":"I_RpcProxyGetClientSessionAndResourceUUID","features":[21]},{"name":"I_RpcProxyGetConnectionTimeoutFn","features":[21]},{"name":"I_RpcProxyIsValidMachineFn","features":[21]},{"name":"I_RpcProxyUpdatePerfCounterBackendServerFn","features":[21]},{"name":"I_RpcProxyUpdatePerfCounterFn","features":[21]},{"name":"I_RpcReBindBuffer","features":[21]},{"name":"I_RpcReallocPipeBuffer","features":[21]},{"name":"I_RpcReceive","features":[21]},{"name":"I_RpcRecordCalloutFailure","features":[21]},{"name":"I_RpcRequestMutex","features":[21]},{"name":"I_RpcSend","features":[21]},{"name":"I_RpcSendReceive","features":[21]},{"name":"I_RpcServerCheckClientRestriction","features":[21]},{"name":"I_RpcServerDisableExceptionFilter","features":[21]},{"name":"I_RpcServerGetAssociationID","features":[21]},{"name":"I_RpcServerInqAddressChangeFn","features":[21]},{"name":"I_RpcServerInqLocalConnAddress","features":[21]},{"name":"I_RpcServerInqRemoteConnAddress","features":[21]},{"name":"I_RpcServerInqTransportType","features":[21]},{"name":"I_RpcServerRegisterForwardFunction","features":[21]},{"name":"I_RpcServerSetAddressChangeFn","features":[21]},{"name":"I_RpcServerStartService","features":[21]},{"name":"I_RpcServerSubscribeForDisconnectNotification","features":[21]},{"name":"I_RpcServerSubscribeForDisconnectNotification2","features":[21]},{"name":"I_RpcServerUnsubscribeForDisconnectNotification","features":[21]},{"name":"I_RpcServerUseProtseq2A","features":[21]},{"name":"I_RpcServerUseProtseq2W","features":[21]},{"name":"I_RpcServerUseProtseqEp2A","features":[21]},{"name":"I_RpcServerUseProtseqEp2W","features":[21]},{"name":"I_RpcSessionStrictContextHandle","features":[21]},{"name":"I_RpcSsDontSerializeContext","features":[21]},{"name":"I_RpcSystemHandleTypeSpecificWork","features":[21]},{"name":"I_RpcTurnOnEEInfoPropagation","features":[21]},{"name":"I_UuidCreate","features":[21]},{"name":"LRPC_SYSTEM_HANDLE_MARSHAL_DIRECTION","features":[21]},{"name":"MALLOC_FREE_STRUCT","features":[21]},{"name":"MES_DECODE","features":[21]},{"name":"MES_DYNAMIC_BUFFER_HANDLE","features":[21]},{"name":"MES_ENCODE","features":[21]},{"name":"MES_ENCODE_NDR64","features":[21]},{"name":"MES_FIXED_BUFFER_HANDLE","features":[21]},{"name":"MES_INCREMENTAL_HANDLE","features":[21]},{"name":"MIDL_ES_ALLOC","features":[21]},{"name":"MIDL_ES_CODE","features":[21]},{"name":"MIDL_ES_HANDLE_STYLE","features":[21]},{"name":"MIDL_ES_READ","features":[21]},{"name":"MIDL_ES_WRITE","features":[21]},{"name":"MIDL_FORMAT_STRING","features":[21]},{"name":"MIDL_INTERCEPTION_INFO","features":[21]},{"name":"MIDL_INTERFACE_METHOD_PROPERTIES","features":[21]},{"name":"MIDL_METHOD_PROPERTY","features":[21]},{"name":"MIDL_METHOD_PROPERTY_MAP","features":[21]},{"name":"MIDL_SERVER_INFO","features":[21]},{"name":"MIDL_STUBLESS_PROXY_INFO","features":[21]},{"name":"MIDL_STUB_DESC","features":[21]},{"name":"MIDL_STUB_MESSAGE","features":[21]},{"name":"MIDL_SYNTAX_INFO","features":[21]},{"name":"MIDL_TYPE_PICKLING_INFO","features":[21]},{"name":"MIDL_WINRT_TYPE_SERIALIZATION_INFO","features":[21]},{"name":"MIDL_WINRT_TYPE_SERIALIZATION_INFO_CURRENT_VERSION","features":[21]},{"name":"MarshalDirectionMarshal","features":[21]},{"name":"MarshalDirectionUnmarshal","features":[21]},{"name":"MaxNumberOfEEInfoParams","features":[21]},{"name":"MesBufferHandleReset","features":[21]},{"name":"MesDecodeBufferHandleCreate","features":[21]},{"name":"MesDecodeIncrementalHandleCreate","features":[21]},{"name":"MesEncodeDynBufferHandleCreate","features":[21]},{"name":"MesEncodeFixedBufferHandleCreate","features":[21]},{"name":"MesEncodeIncrementalHandleCreate","features":[21]},{"name":"MesHandleFree","features":[21]},{"name":"MesIncrementalHandleReset","features":[21]},{"name":"MesInqProcEncodingId","features":[21]},{"name":"MidlInterceptionInfoVersionOne","features":[21]},{"name":"MidlWinrtTypeSerializationInfoVersionOne","features":[21]},{"name":"NDR64_ARRAY_ELEMENT_INFO","features":[21]},{"name":"NDR64_ARRAY_FLAGS","features":[21]},{"name":"NDR64_BINDINGS","features":[21]},{"name":"NDR64_BIND_AND_NOTIFY_EXTENSION","features":[21]},{"name":"NDR64_BIND_CONTEXT","features":[21]},{"name":"NDR64_BIND_GENERIC","features":[21]},{"name":"NDR64_BIND_PRIMITIVE","features":[21]},{"name":"NDR64_BOGUS_ARRAY_HEADER_FORMAT","features":[21]},{"name":"NDR64_BOGUS_STRUCTURE_HEADER_FORMAT","features":[21]},{"name":"NDR64_BUFFER_ALIGN_FORMAT","features":[21]},{"name":"NDR64_CONFORMANT_STRING_FORMAT","features":[21]},{"name":"NDR64_CONF_ARRAY_HEADER_FORMAT","features":[21]},{"name":"NDR64_CONF_BOGUS_STRUCTURE_HEADER_FORMAT","features":[21]},{"name":"NDR64_CONF_STRUCTURE_HEADER_FORMAT","features":[21]},{"name":"NDR64_CONF_VAR_ARRAY_HEADER_FORMAT","features":[21]},{"name":"NDR64_CONF_VAR_BOGUS_ARRAY_HEADER_FORMAT","features":[21]},{"name":"NDR64_CONSTANT_IID_FORMAT","features":[21]},{"name":"NDR64_CONTEXT_HANDLE_FLAGS","features":[21]},{"name":"NDR64_CONTEXT_HANDLE_FORMAT","features":[21]},{"name":"NDR64_EMBEDDED_COMPLEX_FORMAT","features":[21]},{"name":"NDR64_ENCAPSULATED_UNION","features":[21]},{"name":"NDR64_EXPR_CONST32","features":[21]},{"name":"NDR64_EXPR_CONST64","features":[21]},{"name":"NDR64_EXPR_NOOP","features":[21]},{"name":"NDR64_EXPR_OPERATOR","features":[21]},{"name":"NDR64_EXPR_VAR","features":[21]},{"name":"NDR64_FC_AUTO_HANDLE","features":[21]},{"name":"NDR64_FC_BIND_GENERIC","features":[21]},{"name":"NDR64_FC_BIND_PRIMITIVE","features":[21]},{"name":"NDR64_FC_CALLBACK_HANDLE","features":[21]},{"name":"NDR64_FC_EXPLICIT_HANDLE","features":[21]},{"name":"NDR64_FC_NO_HANDLE","features":[21]},{"name":"NDR64_FIXED_REPEAT_FORMAT","features":[21]},{"name":"NDR64_FIX_ARRAY_HEADER_FORMAT","features":[21]},{"name":"NDR64_IID_FLAGS","features":[21]},{"name":"NDR64_IID_FORMAT","features":[21]},{"name":"NDR64_MEMPAD_FORMAT","features":[21]},{"name":"NDR64_NON_CONFORMANT_STRING_FORMAT","features":[21]},{"name":"NDR64_NON_ENCAPSULATED_UNION","features":[21]},{"name":"NDR64_NO_REPEAT_FORMAT","features":[21]},{"name":"NDR64_PARAM_FLAGS","features":[21]},{"name":"NDR64_PARAM_FORMAT","features":[21]},{"name":"NDR64_PIPE_FLAGS","features":[21]},{"name":"NDR64_PIPE_FORMAT","features":[21]},{"name":"NDR64_POINTER_FORMAT","features":[21]},{"name":"NDR64_POINTER_INSTANCE_HEADER_FORMAT","features":[21]},{"name":"NDR64_POINTER_REPEAT_FLAGS","features":[21]},{"name":"NDR64_PROC_FLAGS","features":[21]},{"name":"NDR64_PROC_FORMAT","features":[21]},{"name":"NDR64_RANGED_STRING_FORMAT","features":[21]},{"name":"NDR64_RANGE_FORMAT","features":[21]},{"name":"NDR64_RANGE_PIPE_FORMAT","features":[21]},{"name":"NDR64_REPEAT_FORMAT","features":[21]},{"name":"NDR64_RPC_FLAGS","features":[21]},{"name":"NDR64_SIMPLE_MEMBER_FORMAT","features":[21]},{"name":"NDR64_SIMPLE_REGION_FORMAT","features":[21]},{"name":"NDR64_SIZED_CONFORMANT_STRING_FORMAT","features":[21]},{"name":"NDR64_STRING_FLAGS","features":[21]},{"name":"NDR64_STRING_HEADER_FORMAT","features":[21]},{"name":"NDR64_STRUCTURE_FLAGS","features":[21]},{"name":"NDR64_STRUCTURE_HEADER_FORMAT","features":[21]},{"name":"NDR64_SYSTEM_HANDLE_FORMAT","features":[21]},{"name":"NDR64_TRANSMIT_AS_FLAGS","features":[21]},{"name":"NDR64_TRANSMIT_AS_FORMAT","features":[21]},{"name":"NDR64_TYPE_STRICT_CONTEXT_HANDLE","features":[21]},{"name":"NDR64_UNION_ARM","features":[21]},{"name":"NDR64_UNION_ARM_SELECTOR","features":[21]},{"name":"NDR64_USER_MARSHAL_FLAGS","features":[21]},{"name":"NDR64_USER_MARSHAL_FORMAT","features":[21]},{"name":"NDR64_VAR_ARRAY_HEADER_FORMAT","features":[21]},{"name":"NDRCContextBinding","features":[21]},{"name":"NDRCContextMarshall","features":[21]},{"name":"NDRCContextUnmarshall","features":[21]},{"name":"NDRSContextMarshall","features":[21]},{"name":"NDRSContextMarshall2","features":[21]},{"name":"NDRSContextMarshallEx","features":[21]},{"name":"NDRSContextUnmarshall","features":[21]},{"name":"NDRSContextUnmarshall2","features":[21]},{"name":"NDRSContextUnmarshallEx","features":[21]},{"name":"NDR_ALLOC_ALL_NODES_CONTEXT","features":[21]},{"name":"NDR_CS_ROUTINES","features":[21]},{"name":"NDR_CS_SIZE_CONVERT_ROUTINES","features":[21]},{"name":"NDR_CUSTOM_OR_DEFAULT_ALLOCATOR","features":[21]},{"name":"NDR_DEFAULT_ALLOCATOR","features":[21]},{"name":"NDR_EXPR_DESC","features":[21]},{"name":"NDR_NOTIFY2_ROUTINE","features":[21]},{"name":"NDR_NOTIFY_ROUTINE","features":[21]},{"name":"NDR_POINTER_QUEUE_STATE","features":[21]},{"name":"NDR_RUNDOWN","features":[21]},{"name":"NDR_SCONTEXT","features":[21]},{"name":"NDR_USER_MARSHAL_INFO","features":[21]},{"name":"NDR_USER_MARSHAL_INFO_LEVEL1","features":[21]},{"name":"NT351_INTERFACE_SIZE","features":[21]},{"name":"Ndr64AsyncClientCall","features":[21]},{"name":"Ndr64AsyncServerCall64","features":[21]},{"name":"Ndr64AsyncServerCallAll","features":[21]},{"name":"Ndr64DcomAsyncClientCall","features":[21]},{"name":"Ndr64DcomAsyncStubCall","features":[21]},{"name":"NdrAllocate","features":[21]},{"name":"NdrAsyncClientCall","features":[21]},{"name":"NdrAsyncServerCall","features":[21]},{"name":"NdrByteCountPointerBufferSize","features":[21]},{"name":"NdrByteCountPointerFree","features":[21]},{"name":"NdrByteCountPointerMarshall","features":[21]},{"name":"NdrByteCountPointerUnmarshall","features":[21]},{"name":"NdrClearOutParameters","features":[21]},{"name":"NdrClientCall2","features":[21]},{"name":"NdrClientCall3","features":[21]},{"name":"NdrClientContextMarshall","features":[21]},{"name":"NdrClientContextUnmarshall","features":[21]},{"name":"NdrClientInitialize","features":[21]},{"name":"NdrClientInitializeNew","features":[21]},{"name":"NdrComplexArrayBufferSize","features":[21]},{"name":"NdrComplexArrayFree","features":[21]},{"name":"NdrComplexArrayMarshall","features":[21]},{"name":"NdrComplexArrayMemorySize","features":[21]},{"name":"NdrComplexArrayUnmarshall","features":[21]},{"name":"NdrComplexStructBufferSize","features":[21]},{"name":"NdrComplexStructFree","features":[21]},{"name":"NdrComplexStructMarshall","features":[21]},{"name":"NdrComplexStructMemorySize","features":[21]},{"name":"NdrComplexStructUnmarshall","features":[21]},{"name":"NdrConformantArrayBufferSize","features":[21]},{"name":"NdrConformantArrayFree","features":[21]},{"name":"NdrConformantArrayMarshall","features":[21]},{"name":"NdrConformantArrayMemorySize","features":[21]},{"name":"NdrConformantArrayUnmarshall","features":[21]},{"name":"NdrConformantStringBufferSize","features":[21]},{"name":"NdrConformantStringMarshall","features":[21]},{"name":"NdrConformantStringMemorySize","features":[21]},{"name":"NdrConformantStringUnmarshall","features":[21]},{"name":"NdrConformantStructBufferSize","features":[21]},{"name":"NdrConformantStructFree","features":[21]},{"name":"NdrConformantStructMarshall","features":[21]},{"name":"NdrConformantStructMemorySize","features":[21]},{"name":"NdrConformantStructUnmarshall","features":[21]},{"name":"NdrConformantVaryingArrayBufferSize","features":[21]},{"name":"NdrConformantVaryingArrayFree","features":[21]},{"name":"NdrConformantVaryingArrayMarshall","features":[21]},{"name":"NdrConformantVaryingArrayMemorySize","features":[21]},{"name":"NdrConformantVaryingArrayUnmarshall","features":[21]},{"name":"NdrConformantVaryingStructBufferSize","features":[21]},{"name":"NdrConformantVaryingStructFree","features":[21]},{"name":"NdrConformantVaryingStructMarshall","features":[21]},{"name":"NdrConformantVaryingStructMemorySize","features":[21]},{"name":"NdrConformantVaryingStructUnmarshall","features":[21]},{"name":"NdrContextHandleInitialize","features":[21]},{"name":"NdrContextHandleSize","features":[21]},{"name":"NdrConvert","features":[21]},{"name":"NdrConvert2","features":[21]},{"name":"NdrCorrelationFree","features":[21]},{"name":"NdrCorrelationInitialize","features":[21]},{"name":"NdrCorrelationPass","features":[21]},{"name":"NdrCreateServerInterfaceFromStub","features":[21]},{"name":"NdrDcomAsyncClientCall","features":[21]},{"name":"NdrDcomAsyncStubCall","features":[21]},{"name":"NdrEncapsulatedUnionBufferSize","features":[21]},{"name":"NdrEncapsulatedUnionFree","features":[21]},{"name":"NdrEncapsulatedUnionMarshall","features":[21]},{"name":"NdrEncapsulatedUnionMemorySize","features":[21]},{"name":"NdrEncapsulatedUnionUnmarshall","features":[21]},{"name":"NdrFixedArrayBufferSize","features":[21]},{"name":"NdrFixedArrayFree","features":[21]},{"name":"NdrFixedArrayMarshall","features":[21]},{"name":"NdrFixedArrayMemorySize","features":[21]},{"name":"NdrFixedArrayUnmarshall","features":[21]},{"name":"NdrFreeBuffer","features":[21]},{"name":"NdrFullPointerXlatFree","features":[21]},{"name":"NdrFullPointerXlatInit","features":[21]},{"name":"NdrGetBuffer","features":[21]},{"name":"NdrGetDcomProtocolVersion","features":[21]},{"name":"NdrGetUserMarshalInfo","features":[21]},{"name":"NdrInterfacePointerBufferSize","features":[21]},{"name":"NdrInterfacePointerFree","features":[21]},{"name":"NdrInterfacePointerMarshall","features":[21]},{"name":"NdrInterfacePointerMemorySize","features":[21]},{"name":"NdrInterfacePointerUnmarshall","features":[21]},{"name":"NdrMapCommAndFaultStatus","features":[21]},{"name":"NdrMesProcEncodeDecode","features":[21]},{"name":"NdrMesProcEncodeDecode2","features":[21]},{"name":"NdrMesProcEncodeDecode3","features":[21]},{"name":"NdrMesSimpleTypeAlignSize","features":[21]},{"name":"NdrMesSimpleTypeAlignSizeAll","features":[21]},{"name":"NdrMesSimpleTypeDecode","features":[21]},{"name":"NdrMesSimpleTypeDecodeAll","features":[21]},{"name":"NdrMesSimpleTypeEncode","features":[21]},{"name":"NdrMesSimpleTypeEncodeAll","features":[21]},{"name":"NdrMesTypeAlignSize","features":[21]},{"name":"NdrMesTypeAlignSize2","features":[21]},{"name":"NdrMesTypeAlignSize3","features":[21]},{"name":"NdrMesTypeDecode","features":[21]},{"name":"NdrMesTypeDecode2","features":[21]},{"name":"NdrMesTypeDecode3","features":[21]},{"name":"NdrMesTypeEncode","features":[21]},{"name":"NdrMesTypeEncode2","features":[21]},{"name":"NdrMesTypeEncode3","features":[21]},{"name":"NdrMesTypeFree2","features":[21]},{"name":"NdrMesTypeFree3","features":[21]},{"name":"NdrNonConformantStringBufferSize","features":[21]},{"name":"NdrNonConformantStringMarshall","features":[21]},{"name":"NdrNonConformantStringMemorySize","features":[21]},{"name":"NdrNonConformantStringUnmarshall","features":[21]},{"name":"NdrNonEncapsulatedUnionBufferSize","features":[21]},{"name":"NdrNonEncapsulatedUnionFree","features":[21]},{"name":"NdrNonEncapsulatedUnionMarshall","features":[21]},{"name":"NdrNonEncapsulatedUnionMemorySize","features":[21]},{"name":"NdrNonEncapsulatedUnionUnmarshall","features":[21]},{"name":"NdrNsGetBuffer","features":[21]},{"name":"NdrNsSendReceive","features":[21]},{"name":"NdrOleAllocate","features":[21]},{"name":"NdrOleFree","features":[21]},{"name":"NdrPartialIgnoreClientBufferSize","features":[21]},{"name":"NdrPartialIgnoreClientMarshall","features":[21]},{"name":"NdrPartialIgnoreServerInitialize","features":[21]},{"name":"NdrPartialIgnoreServerUnmarshall","features":[21]},{"name":"NdrPointerBufferSize","features":[21]},{"name":"NdrPointerFree","features":[21]},{"name":"NdrPointerMarshall","features":[21]},{"name":"NdrPointerMemorySize","features":[21]},{"name":"NdrPointerUnmarshall","features":[21]},{"name":"NdrRangeUnmarshall","features":[21]},{"name":"NdrRpcSmClientAllocate","features":[21]},{"name":"NdrRpcSmClientFree","features":[21]},{"name":"NdrRpcSmSetClientToOsf","features":[21]},{"name":"NdrRpcSsDefaultAllocate","features":[21]},{"name":"NdrRpcSsDefaultFree","features":[21]},{"name":"NdrRpcSsDisableAllocate","features":[21]},{"name":"NdrRpcSsEnableAllocate","features":[21]},{"name":"NdrSendReceive","features":[21]},{"name":"NdrServerCall2","features":[21]},{"name":"NdrServerCallAll","features":[21]},{"name":"NdrServerCallNdr64","features":[21]},{"name":"NdrServerContextMarshall","features":[21]},{"name":"NdrServerContextNewMarshall","features":[21]},{"name":"NdrServerContextNewUnmarshall","features":[21]},{"name":"NdrServerContextUnmarshall","features":[21]},{"name":"NdrServerInitialize","features":[21]},{"name":"NdrServerInitializeMarshall","features":[21]},{"name":"NdrServerInitializeNew","features":[21]},{"name":"NdrServerInitializePartial","features":[21]},{"name":"NdrServerInitializeUnmarshall","features":[21]},{"name":"NdrSimpleStructBufferSize","features":[21]},{"name":"NdrSimpleStructFree","features":[21]},{"name":"NdrSimpleStructMarshall","features":[21]},{"name":"NdrSimpleStructMemorySize","features":[21]},{"name":"NdrSimpleStructUnmarshall","features":[21]},{"name":"NdrSimpleTypeMarshall","features":[21]},{"name":"NdrSimpleTypeUnmarshall","features":[21]},{"name":"NdrStubCall2","features":[21]},{"name":"NdrStubCall3","features":[21]},{"name":"NdrUserMarshalBufferSize","features":[21]},{"name":"NdrUserMarshalFree","features":[21]},{"name":"NdrUserMarshalMarshall","features":[21]},{"name":"NdrUserMarshalMemorySize","features":[21]},{"name":"NdrUserMarshalSimpleTypeConvert","features":[21]},{"name":"NdrUserMarshalUnmarshall","features":[21]},{"name":"NdrVaryingArrayBufferSize","features":[21]},{"name":"NdrVaryingArrayFree","features":[21]},{"name":"NdrVaryingArrayMarshall","features":[21]},{"name":"NdrVaryingArrayMemorySize","features":[21]},{"name":"NdrVaryingArrayUnmarshall","features":[21]},{"name":"NdrXmitOrRepAsBufferSize","features":[21]},{"name":"NdrXmitOrRepAsFree","features":[21]},{"name":"NdrXmitOrRepAsMarshall","features":[21]},{"name":"NdrXmitOrRepAsMemorySize","features":[21]},{"name":"NdrXmitOrRepAsUnmarshall","features":[21]},{"name":"PFN_RPCNOTIFICATION_ROUTINE","features":[3,8,21]},{"name":"PFN_RPC_ALLOCATE","features":[21]},{"name":"PFN_RPC_FREE","features":[21]},{"name":"PNDR_ASYNC_MESSAGE","features":[21]},{"name":"PNDR_CORRELATION_INFO","features":[21]},{"name":"PROTOCOL_ADDRESS_CHANGE","features":[21]},{"name":"PROTOCOL_LOADED","features":[21]},{"name":"PROTOCOL_NOT_LOADED","features":[21]},{"name":"PROXY_CALCSIZE","features":[21]},{"name":"PROXY_GETBUFFER","features":[21]},{"name":"PROXY_MARSHAL","features":[21]},{"name":"PROXY_PHASE","features":[21]},{"name":"PROXY_SENDRECEIVE","features":[21]},{"name":"PROXY_UNMARSHAL","features":[21]},{"name":"PRPC_RUNDOWN","features":[21]},{"name":"RDR_CALLOUT_STATE","features":[21]},{"name":"RPCFLG_ACCESSIBILITY_BIT1","features":[21]},{"name":"RPCFLG_ACCESSIBILITY_BIT2","features":[21]},{"name":"RPCFLG_ACCESS_LOCAL","features":[21]},{"name":"RPCFLG_ASYNCHRONOUS","features":[21]},{"name":"RPCFLG_AUTO_COMPLETE","features":[21]},{"name":"RPCFLG_HAS_CALLBACK","features":[21]},{"name":"RPCFLG_HAS_GUARANTEE","features":[21]},{"name":"RPCFLG_HAS_MULTI_SYNTAXES","features":[21]},{"name":"RPCFLG_INPUT_SYNCHRONOUS","features":[21]},{"name":"RPCFLG_LOCAL_CALL","features":[21]},{"name":"RPCFLG_MESSAGE","features":[21]},{"name":"RPCFLG_NDR64_CONTAINS_ARM_LAYOUT","features":[21]},{"name":"RPCFLG_NON_NDR","features":[21]},{"name":"RPCFLG_SENDER_WAITING_FOR_REPLY","features":[21]},{"name":"RPCFLG_WINRT_REMOTE_ASYNC","features":[21]},{"name":"RPCHTTP_RS_ACCESS_1","features":[21]},{"name":"RPCHTTP_RS_ACCESS_2","features":[21]},{"name":"RPCHTTP_RS_INTERFACE","features":[21]},{"name":"RPCHTTP_RS_REDIRECT","features":[21]},{"name":"RPCHTTP_RS_SESSION","features":[21]},{"name":"RPCLT_PDU_FILTER_FUNC","features":[21]},{"name":"RPC_ADDRESS_CHANGE_FN","features":[21]},{"name":"RPC_ADDRESS_CHANGE_TYPE","features":[21]},{"name":"RPC_ASYNC_EVENT","features":[21]},{"name":"RPC_ASYNC_NOTIFICATION_INFO","features":[3,8,21]},{"name":"RPC_ASYNC_STATE","features":[3,8,21]},{"name":"RPC_AUTH_KEY_RETRIEVAL_FN","features":[21]},{"name":"RPC_BHO_DONTLINGER","features":[21]},{"name":"RPC_BHO_EXCLUSIVE_AND_GUARANTEED","features":[21]},{"name":"RPC_BHO_NONCAUSAL","features":[21]},{"name":"RPC_BHT_OBJECT_UUID_VALID","features":[21]},{"name":"RPC_BINDING_HANDLE_OPTIONS_FLAGS","features":[21]},{"name":"RPC_BINDING_HANDLE_OPTIONS_V1","features":[21]},{"name":"RPC_BINDING_HANDLE_SECURITY_V1_A","features":[43,21]},{"name":"RPC_BINDING_HANDLE_SECURITY_V1_W","features":[43,21]},{"name":"RPC_BINDING_HANDLE_TEMPLATE_V1_A","features":[21]},{"name":"RPC_BINDING_HANDLE_TEMPLATE_V1_W","features":[21]},{"name":"RPC_BINDING_VECTOR","features":[21]},{"name":"RPC_BLOCKING_FN","features":[21]},{"name":"RPC_BUFFER_ASYNC","features":[21]},{"name":"RPC_BUFFER_COMPLETE","features":[21]},{"name":"RPC_BUFFER_EXTRA","features":[21]},{"name":"RPC_BUFFER_NONOTIFY","features":[21]},{"name":"RPC_BUFFER_PARTIAL","features":[21]},{"name":"RPC_CALL_ATTRIBUTES_V1_A","features":[3,21]},{"name":"RPC_CALL_ATTRIBUTES_V1_W","features":[3,21]},{"name":"RPC_CALL_ATTRIBUTES_V2_A","features":[3,21]},{"name":"RPC_CALL_ATTRIBUTES_V2_W","features":[3,21]},{"name":"RPC_CALL_ATTRIBUTES_V3_A","features":[3,21]},{"name":"RPC_CALL_ATTRIBUTES_V3_W","features":[3,21]},{"name":"RPC_CALL_ATTRIBUTES_VERSION","features":[21]},{"name":"RPC_CALL_LOCAL_ADDRESS_V1","features":[21]},{"name":"RPC_CALL_STATUS_CANCELLED","features":[21]},{"name":"RPC_CALL_STATUS_DISCONNECTED","features":[21]},{"name":"RPC_CLIENT_ALLOC","features":[21]},{"name":"RPC_CLIENT_FREE","features":[21]},{"name":"RPC_CLIENT_INFORMATION1","features":[21]},{"name":"RPC_CLIENT_INTERFACE","features":[21]},{"name":"RPC_CONTEXT_HANDLE_DEFAULT_FLAGS","features":[21]},{"name":"RPC_CONTEXT_HANDLE_DONT_SERIALIZE","features":[21]},{"name":"RPC_CONTEXT_HANDLE_FLAGS","features":[21]},{"name":"RPC_CONTEXT_HANDLE_SERIALIZE","features":[21]},{"name":"RPC_C_AUTHN_CLOUD_AP","features":[21]},{"name":"RPC_C_AUTHN_DCE_PRIVATE","features":[21]},{"name":"RPC_C_AUTHN_DCE_PUBLIC","features":[21]},{"name":"RPC_C_AUTHN_DEC_PUBLIC","features":[21]},{"name":"RPC_C_AUTHN_DEFAULT","features":[21]},{"name":"RPC_C_AUTHN_DIGEST","features":[21]},{"name":"RPC_C_AUTHN_DPA","features":[21]},{"name":"RPC_C_AUTHN_GSS_KERBEROS","features":[21]},{"name":"RPC_C_AUTHN_GSS_NEGOTIATE","features":[21]},{"name":"RPC_C_AUTHN_GSS_SCHANNEL","features":[21]},{"name":"RPC_C_AUTHN_INFO_NONE","features":[21]},{"name":"RPC_C_AUTHN_INFO_TYPE","features":[21]},{"name":"RPC_C_AUTHN_INFO_TYPE_HTTP","features":[21]},{"name":"RPC_C_AUTHN_KERNEL","features":[21]},{"name":"RPC_C_AUTHN_LIVEXP_SSP","features":[21]},{"name":"RPC_C_AUTHN_LIVE_SSP","features":[21]},{"name":"RPC_C_AUTHN_MQ","features":[21]},{"name":"RPC_C_AUTHN_MSN","features":[21]},{"name":"RPC_C_AUTHN_MSONLINE","features":[21]},{"name":"RPC_C_AUTHN_NEGO_EXTENDER","features":[21]},{"name":"RPC_C_AUTHN_NONE","features":[21]},{"name":"RPC_C_AUTHN_PKU2U","features":[21]},{"name":"RPC_C_AUTHN_WINNT","features":[21]},{"name":"RPC_C_AUTHZ_DCE","features":[21]},{"name":"RPC_C_AUTHZ_DEFAULT","features":[21]},{"name":"RPC_C_AUTHZ_NAME","features":[21]},{"name":"RPC_C_AUTHZ_NONE","features":[21]},{"name":"RPC_C_BINDING_DEFAULT_TIMEOUT","features":[21]},{"name":"RPC_C_BINDING_INFINITE_TIMEOUT","features":[21]},{"name":"RPC_C_BINDING_MAX_TIMEOUT","features":[21]},{"name":"RPC_C_BINDING_MIN_TIMEOUT","features":[21]},{"name":"RPC_C_BIND_TO_ALL_NICS","features":[21]},{"name":"RPC_C_CANCEL_INFINITE_TIMEOUT","features":[21]},{"name":"RPC_C_DONT_FAIL","features":[21]},{"name":"RPC_C_EP_ALL_ELTS","features":[21]},{"name":"RPC_C_EP_MATCH_BY_BOTH","features":[21]},{"name":"RPC_C_EP_MATCH_BY_IF","features":[21]},{"name":"RPC_C_EP_MATCH_BY_OBJ","features":[21]},{"name":"RPC_C_FULL_CERT_CHAIN","features":[21]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_BASIC","features":[21]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_CERT","features":[21]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_DIGEST","features":[21]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_NEGOTIATE","features":[21]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_NTLM","features":[21]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_PASSPORT","features":[21]},{"name":"RPC_C_HTTP_AUTHN_TARGET","features":[21]},{"name":"RPC_C_HTTP_AUTHN_TARGET_PROXY","features":[21]},{"name":"RPC_C_HTTP_AUTHN_TARGET_SERVER","features":[21]},{"name":"RPC_C_HTTP_FLAGS","features":[21]},{"name":"RPC_C_HTTP_FLAG_ENABLE_CERT_REVOCATION_CHECK","features":[21]},{"name":"RPC_C_HTTP_FLAG_IGNORE_CERT_CN_INVALID","features":[21]},{"name":"RPC_C_HTTP_FLAG_USE_FIRST_AUTH_SCHEME","features":[21]},{"name":"RPC_C_HTTP_FLAG_USE_SSL","features":[21]},{"name":"RPC_C_LISTEN_MAX_CALLS_DEFAULT","features":[21]},{"name":"RPC_C_MGMT_INQ_IF_IDS","features":[21]},{"name":"RPC_C_MGMT_INQ_PRINC_NAME","features":[21]},{"name":"RPC_C_MGMT_INQ_STATS","features":[21]},{"name":"RPC_C_MGMT_IS_SERVER_LISTEN","features":[21]},{"name":"RPC_C_MGMT_STOP_SERVER_LISTEN","features":[21]},{"name":"RPC_C_MQ_AUTHN_LEVEL_NONE","features":[21]},{"name":"RPC_C_MQ_AUTHN_LEVEL_PKT_INTEGRITY","features":[21]},{"name":"RPC_C_MQ_AUTHN_LEVEL_PKT_PRIVACY","features":[21]},{"name":"RPC_C_MQ_CLEAR_ON_OPEN","features":[21]},{"name":"RPC_C_MQ_EXPRESS","features":[21]},{"name":"RPC_C_MQ_JOURNAL_ALWAYS","features":[21]},{"name":"RPC_C_MQ_JOURNAL_DEADLETTER","features":[21]},{"name":"RPC_C_MQ_JOURNAL_NONE","features":[21]},{"name":"RPC_C_MQ_PERMANENT","features":[21]},{"name":"RPC_C_MQ_RECOVERABLE","features":[21]},{"name":"RPC_C_MQ_TEMPORARY","features":[21]},{"name":"RPC_C_MQ_USE_EXISTING_SECURITY","features":[21]},{"name":"RPC_C_NOTIFY_ON_SEND_COMPLETE","features":[21]},{"name":"RPC_C_NS_DEFAULT_EXP_AGE","features":[21]},{"name":"RPC_C_NS_SYNTAX_DCE","features":[21]},{"name":"RPC_C_NS_SYNTAX_DEFAULT","features":[21]},{"name":"RPC_C_OPT_ASYNC_BLOCK","features":[21]},{"name":"RPC_C_OPT_BINDING_NONCAUSAL","features":[21]},{"name":"RPC_C_OPT_CALL_TIMEOUT","features":[21]},{"name":"RPC_C_OPT_COOKIE_AUTH","features":[21]},{"name":"RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR","features":[21]},{"name":"RPC_C_OPT_DONT_LINGER","features":[21]},{"name":"RPC_C_OPT_MAX_OPTIONS","features":[21]},{"name":"RPC_C_OPT_MQ_ACKNOWLEDGE","features":[21]},{"name":"RPC_C_OPT_MQ_AUTHN_LEVEL","features":[21]},{"name":"RPC_C_OPT_MQ_AUTHN_SERVICE","features":[21]},{"name":"RPC_C_OPT_MQ_DELIVERY","features":[21]},{"name":"RPC_C_OPT_MQ_JOURNAL","features":[21]},{"name":"RPC_C_OPT_MQ_PRIORITY","features":[21]},{"name":"RPC_C_OPT_MQ_TIME_TO_BE_RECEIVED","features":[21]},{"name":"RPC_C_OPT_MQ_TIME_TO_REACH_QUEUE","features":[21]},{"name":"RPC_C_OPT_OPTIMIZE_TIME","features":[21]},{"name":"RPC_C_OPT_PRIVATE_BREAK_ON_SUSPEND","features":[21]},{"name":"RPC_C_OPT_PRIVATE_DO_NOT_DISTURB","features":[21]},{"name":"RPC_C_OPT_PRIVATE_SUPPRESS_WAKE","features":[21]},{"name":"RPC_C_OPT_RESOURCE_TYPE_UUID","features":[21]},{"name":"RPC_C_OPT_SECURITY_CALLBACK","features":[21]},{"name":"RPC_C_OPT_SESSION_ID","features":[21]},{"name":"RPC_C_OPT_TRANS_SEND_BUFFER_SIZE","features":[21]},{"name":"RPC_C_OPT_TRUST_PEER","features":[21]},{"name":"RPC_C_OPT_UNIQUE_BINDING","features":[21]},{"name":"RPC_C_PARM_BUFFER_LENGTH","features":[21]},{"name":"RPC_C_PARM_MAX_PACKET_LENGTH","features":[21]},{"name":"RPC_C_PROFILE_ALL_ELT","features":[21]},{"name":"RPC_C_PROFILE_ALL_ELTS","features":[21]},{"name":"RPC_C_PROFILE_DEFAULT_ELT","features":[21]},{"name":"RPC_C_PROFILE_MATCH_BY_BOTH","features":[21]},{"name":"RPC_C_PROFILE_MATCH_BY_IF","features":[21]},{"name":"RPC_C_PROFILE_MATCH_BY_MBR","features":[21]},{"name":"RPC_C_PROTSEQ_MAX_REQS_DEFAULT","features":[21]},{"name":"RPC_C_QOS_CAPABILITIES","features":[21]},{"name":"RPC_C_QOS_CAPABILITIES_ANY_AUTHORITY","features":[21]},{"name":"RPC_C_QOS_CAPABILITIES_DEFAULT","features":[21]},{"name":"RPC_C_QOS_CAPABILITIES_IGNORE_DELEGATE_FAILURE","features":[21]},{"name":"RPC_C_QOS_CAPABILITIES_LOCAL_MA_HINT","features":[21]},{"name":"RPC_C_QOS_CAPABILITIES_MAKE_FULLSIC","features":[21]},{"name":"RPC_C_QOS_CAPABILITIES_MUTUAL_AUTH","features":[21]},{"name":"RPC_C_QOS_CAPABILITIES_SCHANNEL_FULL_AUTH_IDENTITY","features":[21]},{"name":"RPC_C_QOS_IDENTITY","features":[21]},{"name":"RPC_C_QOS_IDENTITY_DYNAMIC","features":[21]},{"name":"RPC_C_QOS_IDENTITY_STATIC","features":[21]},{"name":"RPC_C_RPCHTTP_USE_LOAD_BALANCE","features":[21]},{"name":"RPC_C_SECURITY_QOS_VERSION","features":[21]},{"name":"RPC_C_SECURITY_QOS_VERSION_1","features":[21]},{"name":"RPC_C_SECURITY_QOS_VERSION_2","features":[21]},{"name":"RPC_C_SECURITY_QOS_VERSION_3","features":[21]},{"name":"RPC_C_SECURITY_QOS_VERSION_4","features":[21]},{"name":"RPC_C_SECURITY_QOS_VERSION_5","features":[21]},{"name":"RPC_C_STATS_CALLS_IN","features":[21]},{"name":"RPC_C_STATS_CALLS_OUT","features":[21]},{"name":"RPC_C_STATS_PKTS_IN","features":[21]},{"name":"RPC_C_STATS_PKTS_OUT","features":[21]},{"name":"RPC_C_TRY_ENFORCE_MAX_CALLS","features":[21]},{"name":"RPC_C_USE_INTERNET_PORT","features":[21]},{"name":"RPC_C_USE_INTRANET_PORT","features":[21]},{"name":"RPC_C_VERS_ALL","features":[21]},{"name":"RPC_C_VERS_COMPATIBLE","features":[21]},{"name":"RPC_C_VERS_EXACT","features":[21]},{"name":"RPC_C_VERS_MAJOR_ONLY","features":[21]},{"name":"RPC_C_VERS_UPTO","features":[21]},{"name":"RPC_DISPATCH_FUNCTION","features":[21]},{"name":"RPC_DISPATCH_TABLE","features":[21]},{"name":"RPC_EEINFO_VERSION","features":[21]},{"name":"RPC_EE_INFO_PARAM","features":[21]},{"name":"RPC_ENDPOINT_TEMPLATEA","features":[21]},{"name":"RPC_ENDPOINT_TEMPLATEW","features":[21]},{"name":"RPC_ERROR_ENUM_HANDLE","features":[21]},{"name":"RPC_EXTENDED_ERROR_INFO","features":[3,21]},{"name":"RPC_FLAGS_VALID_BIT","features":[21]},{"name":"RPC_FORWARD_FUNCTION","features":[21]},{"name":"RPC_FW_IF_FLAG_DCOM","features":[21]},{"name":"RPC_HTTP_PROXY_FREE_STRING","features":[21]},{"name":"RPC_HTTP_REDIRECTOR_STAGE","features":[21]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_A","features":[21]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A","features":[21]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V2_W","features":[21]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V3_A","features":[21]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W","features":[21]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_W","features":[21]},{"name":"RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH","features":[21]},{"name":"RPC_IF_ALLOW_LOCAL_ONLY","features":[21]},{"name":"RPC_IF_ALLOW_SECURE_ONLY","features":[21]},{"name":"RPC_IF_ALLOW_UNKNOWN_AUTHORITY","features":[21]},{"name":"RPC_IF_ASYNC_CALLBACK","features":[21]},{"name":"RPC_IF_AUTOLISTEN","features":[21]},{"name":"RPC_IF_CALLBACK_FN","features":[21]},{"name":"RPC_IF_ID","features":[21]},{"name":"RPC_IF_ID_VECTOR","features":[21]},{"name":"RPC_IF_OLE","features":[21]},{"name":"RPC_IF_SEC_CACHE_PER_PROC","features":[21]},{"name":"RPC_IF_SEC_NO_CACHE","features":[21]},{"name":"RPC_IMPORT_CONTEXT_P","features":[21]},{"name":"RPC_INTERFACE_GROUP_IDLE_CALLBACK_FN","features":[21]},{"name":"RPC_INTERFACE_HAS_PIPES","features":[21]},{"name":"RPC_INTERFACE_TEMPLATEA","features":[21]},{"name":"RPC_INTERFACE_TEMPLATEW","features":[21]},{"name":"RPC_MESSAGE","features":[21]},{"name":"RPC_MGMT_AUTHORIZATION_FN","features":[21]},{"name":"RPC_NCA_FLAGS_BROADCAST","features":[21]},{"name":"RPC_NCA_FLAGS_DEFAULT","features":[21]},{"name":"RPC_NCA_FLAGS_IDEMPOTENT","features":[21]},{"name":"RPC_NCA_FLAGS_MAYBE","features":[21]},{"name":"RPC_NEW_HTTP_PROXY_CHANNEL","features":[21]},{"name":"RPC_NOTIFICATIONS","features":[21]},{"name":"RPC_NOTIFICATION_TYPES","features":[21]},{"name":"RPC_OBJECT_INQ_FN","features":[21]},{"name":"RPC_POLICY","features":[21]},{"name":"RPC_PROTSEQ_ENDPOINT","features":[21]},{"name":"RPC_PROTSEQ_HTTP","features":[21]},{"name":"RPC_PROTSEQ_LRPC","features":[21]},{"name":"RPC_PROTSEQ_NMP","features":[21]},{"name":"RPC_PROTSEQ_TCP","features":[21]},{"name":"RPC_PROTSEQ_VECTORA","features":[21]},{"name":"RPC_PROTSEQ_VECTORW","features":[21]},{"name":"RPC_PROXY_CONNECTION_TYPE_IN_PROXY","features":[21]},{"name":"RPC_PROXY_CONNECTION_TYPE_OUT_PROXY","features":[21]},{"name":"RPC_P_ADDR_FORMAT_TCP_IPV4","features":[21]},{"name":"RPC_P_ADDR_FORMAT_TCP_IPV6","features":[21]},{"name":"RPC_QUERY_CALL_LOCAL_ADDRESS","features":[21]},{"name":"RPC_QUERY_CLIENT_ID","features":[21]},{"name":"RPC_QUERY_CLIENT_PID","features":[21]},{"name":"RPC_QUERY_CLIENT_PRINCIPAL_NAME","features":[21]},{"name":"RPC_QUERY_IS_CLIENT_LOCAL","features":[21]},{"name":"RPC_QUERY_NO_AUTH_REQUIRED","features":[21]},{"name":"RPC_QUERY_SERVER_PRINCIPAL_NAME","features":[21]},{"name":"RPC_SECURITY_CALLBACK_FN","features":[21]},{"name":"RPC_SECURITY_QOS","features":[43,21]},{"name":"RPC_SECURITY_QOS_V2_A","features":[43,21]},{"name":"RPC_SECURITY_QOS_V2_W","features":[43,21]},{"name":"RPC_SECURITY_QOS_V3_A","features":[43,21]},{"name":"RPC_SECURITY_QOS_V3_W","features":[43,21]},{"name":"RPC_SECURITY_QOS_V4_A","features":[43,21]},{"name":"RPC_SECURITY_QOS_V4_W","features":[43,21]},{"name":"RPC_SECURITY_QOS_V5_A","features":[43,21]},{"name":"RPC_SECURITY_QOS_V5_W","features":[43,21]},{"name":"RPC_SEC_CONTEXT_KEY_INFO","features":[21]},{"name":"RPC_SERVER_INTERFACE","features":[21]},{"name":"RPC_SETFILTER_FUNC","features":[21]},{"name":"RPC_STATS_VECTOR","features":[21]},{"name":"RPC_STATUS","features":[21]},{"name":"RPC_SYNTAX_IDENTIFIER","features":[21]},{"name":"RPC_SYSTEM_HANDLE_FREE_ALL","features":[21]},{"name":"RPC_SYSTEM_HANDLE_FREE_ERROR_ON_CLOSE","features":[21]},{"name":"RPC_SYSTEM_HANDLE_FREE_RETRIEVED","features":[21]},{"name":"RPC_SYSTEM_HANDLE_FREE_UNRETRIEVED","features":[21]},{"name":"RPC_S_ACCESS_DENIED","features":[21]},{"name":"RPC_S_ADDRESS_ERROR","features":[21]},{"name":"RPC_S_ALREADY_LISTENING","features":[21]},{"name":"RPC_S_ALREADY_REGISTERED","features":[21]},{"name":"RPC_S_ASYNC_CALL_PENDING","features":[21]},{"name":"RPC_S_BINDING_HAS_NO_AUTH","features":[21]},{"name":"RPC_S_BINDING_INCOMPLETE","features":[21]},{"name":"RPC_S_BUFFER_TOO_SMALL","features":[21]},{"name":"RPC_S_CALL_CANCELLED","features":[21]},{"name":"RPC_S_CALL_FAILED","features":[21]},{"name":"RPC_S_CALL_FAILED_DNE","features":[21]},{"name":"RPC_S_CALL_IN_PROGRESS","features":[21]},{"name":"RPC_S_CANNOT_SUPPORT","features":[21]},{"name":"RPC_S_CANT_CREATE_ENDPOINT","features":[21]},{"name":"RPC_S_COMM_FAILURE","features":[21]},{"name":"RPC_S_COOKIE_AUTH_FAILED","features":[21]},{"name":"RPC_S_DO_NOT_DISTURB","features":[21]},{"name":"RPC_S_DUPLICATE_ENDPOINT","features":[21]},{"name":"RPC_S_ENTRY_ALREADY_EXISTS","features":[21]},{"name":"RPC_S_ENTRY_NOT_FOUND","features":[21]},{"name":"RPC_S_ENTRY_TYPE_MISMATCH","features":[21]},{"name":"RPC_S_FP_DIV_ZERO","features":[21]},{"name":"RPC_S_FP_OVERFLOW","features":[21]},{"name":"RPC_S_FP_UNDERFLOW","features":[21]},{"name":"RPC_S_GROUP_MEMBER_NOT_FOUND","features":[21]},{"name":"RPC_S_GRP_ELT_NOT_ADDED","features":[21]},{"name":"RPC_S_GRP_ELT_NOT_REMOVED","features":[21]},{"name":"RPC_S_INCOMPLETE_NAME","features":[21]},{"name":"RPC_S_INTERFACE_NOT_EXPORTED","features":[21]},{"name":"RPC_S_INTERFACE_NOT_FOUND","features":[21]},{"name":"RPC_S_INTERNAL_ERROR","features":[21]},{"name":"RPC_S_INVALID_ARG","features":[21]},{"name":"RPC_S_INVALID_ASYNC_CALL","features":[21]},{"name":"RPC_S_INVALID_ASYNC_HANDLE","features":[21]},{"name":"RPC_S_INVALID_AUTH_IDENTITY","features":[21]},{"name":"RPC_S_INVALID_BINDING","features":[21]},{"name":"RPC_S_INVALID_BOUND","features":[21]},{"name":"RPC_S_INVALID_ENDPOINT_FORMAT","features":[21]},{"name":"RPC_S_INVALID_LEVEL","features":[21]},{"name":"RPC_S_INVALID_NAF_ID","features":[21]},{"name":"RPC_S_INVALID_NAME_SYNTAX","features":[21]},{"name":"RPC_S_INVALID_NETWORK_OPTIONS","features":[21]},{"name":"RPC_S_INVALID_NET_ADDR","features":[21]},{"name":"RPC_S_INVALID_OBJECT","features":[21]},{"name":"RPC_S_INVALID_RPC_PROTSEQ","features":[21]},{"name":"RPC_S_INVALID_SECURITY_DESC","features":[21]},{"name":"RPC_S_INVALID_STRING_BINDING","features":[21]},{"name":"RPC_S_INVALID_STRING_UUID","features":[21]},{"name":"RPC_S_INVALID_TAG","features":[21]},{"name":"RPC_S_INVALID_TIMEOUT","features":[21]},{"name":"RPC_S_INVALID_VERS_OPTION","features":[21]},{"name":"RPC_S_MAX_CALLS_TOO_SMALL","features":[21]},{"name":"RPC_S_NAME_SERVICE_UNAVAILABLE","features":[21]},{"name":"RPC_S_NOTHING_TO_EXPORT","features":[21]},{"name":"RPC_S_NOT_ALL_OBJS_EXPORTED","features":[21]},{"name":"RPC_S_NOT_ALL_OBJS_UNEXPORTED","features":[21]},{"name":"RPC_S_NOT_CANCELLED","features":[21]},{"name":"RPC_S_NOT_ENOUGH_QUOTA","features":[21]},{"name":"RPC_S_NOT_LISTENING","features":[21]},{"name":"RPC_S_NOT_RPC_ERROR","features":[21]},{"name":"RPC_S_NO_BINDINGS","features":[21]},{"name":"RPC_S_NO_CALL_ACTIVE","features":[21]},{"name":"RPC_S_NO_CONTEXT_AVAILABLE","features":[21]},{"name":"RPC_S_NO_ENDPOINT_FOUND","features":[21]},{"name":"RPC_S_NO_ENTRY_NAME","features":[21]},{"name":"RPC_S_NO_INTERFACES","features":[21]},{"name":"RPC_S_NO_MORE_BINDINGS","features":[21]},{"name":"RPC_S_NO_MORE_MEMBERS","features":[21]},{"name":"RPC_S_NO_PRINC_NAME","features":[21]},{"name":"RPC_S_NO_PROTSEQS","features":[21]},{"name":"RPC_S_NO_PROTSEQS_REGISTERED","features":[21]},{"name":"RPC_S_OBJECT_NOT_FOUND","features":[21]},{"name":"RPC_S_OK","features":[21]},{"name":"RPC_S_OUT_OF_MEMORY","features":[21]},{"name":"RPC_S_OUT_OF_RESOURCES","features":[21]},{"name":"RPC_S_OUT_OF_THREADS","features":[21]},{"name":"RPC_S_PRF_ELT_NOT_ADDED","features":[21]},{"name":"RPC_S_PRF_ELT_NOT_REMOVED","features":[21]},{"name":"RPC_S_PROCNUM_OUT_OF_RANGE","features":[21]},{"name":"RPC_S_PROFILE_NOT_ADDED","features":[21]},{"name":"RPC_S_PROTOCOL_ERROR","features":[21]},{"name":"RPC_S_PROTSEQ_NOT_FOUND","features":[21]},{"name":"RPC_S_PROTSEQ_NOT_SUPPORTED","features":[21]},{"name":"RPC_S_PROXY_ACCESS_DENIED","features":[21]},{"name":"RPC_S_RUNTIME_UNINITIALIZED","features":[21]},{"name":"RPC_S_SEC_PKG_ERROR","features":[21]},{"name":"RPC_S_SEND_INCOMPLETE","features":[21]},{"name":"RPC_S_SERVER_OUT_OF_MEMORY","features":[21]},{"name":"RPC_S_SERVER_TOO_BUSY","features":[21]},{"name":"RPC_S_SERVER_UNAVAILABLE","features":[21]},{"name":"RPC_S_STRING_TOO_LONG","features":[21]},{"name":"RPC_S_SYSTEM_HANDLE_COUNT_EXCEEDED","features":[21]},{"name":"RPC_S_SYSTEM_HANDLE_TYPE_MISMATCH","features":[21]},{"name":"RPC_S_TIMEOUT","features":[21]},{"name":"RPC_S_TYPE_ALREADY_REGISTERED","features":[21]},{"name":"RPC_S_UNKNOWN_AUTHN_LEVEL","features":[21]},{"name":"RPC_S_UNKNOWN_AUTHN_SERVICE","features":[21]},{"name":"RPC_S_UNKNOWN_AUTHN_TYPE","features":[21]},{"name":"RPC_S_UNKNOWN_AUTHZ_SERVICE","features":[21]},{"name":"RPC_S_UNKNOWN_IF","features":[21]},{"name":"RPC_S_UNKNOWN_MGR_TYPE","features":[21]},{"name":"RPC_S_UNKNOWN_PRINCIPAL","features":[21]},{"name":"RPC_S_UNSUPPORTED_AUTHN_LEVEL","features":[21]},{"name":"RPC_S_UNSUPPORTED_NAME_SYNTAX","features":[21]},{"name":"RPC_S_UNSUPPORTED_TRANS_SYN","features":[21]},{"name":"RPC_S_UNSUPPORTED_TYPE","features":[21]},{"name":"RPC_S_UUID_LOCAL_ONLY","features":[21]},{"name":"RPC_S_UUID_NO_ADDRESS","features":[21]},{"name":"RPC_S_WRONG_KIND_OF_BINDING","features":[21]},{"name":"RPC_S_ZERO_DIVIDE","features":[21]},{"name":"RPC_TRANSFER_SYNTAX","features":[21]},{"name":"RPC_TYPE_DISCONNECT_EVENT_CONTEXT_HANDLE","features":[21]},{"name":"RPC_TYPE_STRICT_CONTEXT_HANDLE","features":[21]},{"name":"RPC_VERSION","features":[21]},{"name":"RpcAsyncAbortCall","features":[3,8,21]},{"name":"RpcAsyncCancelCall","features":[3,8,21]},{"name":"RpcAsyncCompleteCall","features":[3,8,21]},{"name":"RpcAsyncGetCallStatus","features":[3,8,21]},{"name":"RpcAsyncInitializeHandle","features":[3,8,21]},{"name":"RpcAsyncRegisterInfo","features":[3,8,21]},{"name":"RpcAttemptedLbsDecisions","features":[21]},{"name":"RpcAttemptedLbsMessages","features":[21]},{"name":"RpcBackEndConnectionAttempts","features":[21]},{"name":"RpcBackEndConnectionFailed","features":[21]},{"name":"RpcBindingBind","features":[3,8,21]},{"name":"RpcBindingCopy","features":[21]},{"name":"RpcBindingCreateA","features":[43,21]},{"name":"RpcBindingCreateW","features":[43,21]},{"name":"RpcBindingFree","features":[21]},{"name":"RpcBindingFromStringBindingA","features":[21]},{"name":"RpcBindingFromStringBindingW","features":[21]},{"name":"RpcBindingInqAuthClientA","features":[21]},{"name":"RpcBindingInqAuthClientExA","features":[21]},{"name":"RpcBindingInqAuthClientExW","features":[21]},{"name":"RpcBindingInqAuthClientW","features":[21]},{"name":"RpcBindingInqAuthInfoA","features":[21]},{"name":"RpcBindingInqAuthInfoExA","features":[43,21]},{"name":"RpcBindingInqAuthInfoExW","features":[43,21]},{"name":"RpcBindingInqAuthInfoW","features":[21]},{"name":"RpcBindingInqMaxCalls","features":[21]},{"name":"RpcBindingInqObject","features":[21]},{"name":"RpcBindingInqOption","features":[21]},{"name":"RpcBindingReset","features":[21]},{"name":"RpcBindingServerFromClient","features":[21]},{"name":"RpcBindingSetAuthInfoA","features":[21]},{"name":"RpcBindingSetAuthInfoExA","features":[43,21]},{"name":"RpcBindingSetAuthInfoExW","features":[43,21]},{"name":"RpcBindingSetAuthInfoW","features":[21]},{"name":"RpcBindingSetObject","features":[21]},{"name":"RpcBindingSetOption","features":[21]},{"name":"RpcBindingToStringBindingA","features":[21]},{"name":"RpcBindingToStringBindingW","features":[21]},{"name":"RpcBindingUnbind","features":[21]},{"name":"RpcBindingVectorFree","features":[21]},{"name":"RpcCallClientLocality","features":[21]},{"name":"RpcCallComplete","features":[21]},{"name":"RpcCallType","features":[21]},{"name":"RpcCancelThread","features":[21]},{"name":"RpcCancelThreadEx","features":[21]},{"name":"RpcCertGeneratePrincipalNameA","features":[3,70,21]},{"name":"RpcCertGeneratePrincipalNameW","features":[3,70,21]},{"name":"RpcClientCancel","features":[21]},{"name":"RpcClientDisconnect","features":[21]},{"name":"RpcCurrentUniqueUser","features":[21]},{"name":"RpcEpRegisterA","features":[21]},{"name":"RpcEpRegisterNoReplaceA","features":[21]},{"name":"RpcEpRegisterNoReplaceW","features":[21]},{"name":"RpcEpRegisterW","features":[21]},{"name":"RpcEpResolveBinding","features":[21]},{"name":"RpcEpUnregister","features":[21]},{"name":"RpcErrorAddRecord","features":[3,21]},{"name":"RpcErrorClearInformation","features":[21]},{"name":"RpcErrorEndEnumeration","features":[21]},{"name":"RpcErrorGetNextRecord","features":[3,21]},{"name":"RpcErrorGetNumberOfRecords","features":[21]},{"name":"RpcErrorLoadErrorInfo","features":[21]},{"name":"RpcErrorResetEnumeration","features":[21]},{"name":"RpcErrorSaveErrorInfo","features":[21]},{"name":"RpcErrorStartEnumeration","features":[21]},{"name":"RpcExceptionFilter","features":[21]},{"name":"RpcFailedLbsDecisions","features":[21]},{"name":"RpcFailedLbsMessages","features":[21]},{"name":"RpcFreeAuthorizationContext","features":[21]},{"name":"RpcGetAuthorizationContextForClient","features":[3,21]},{"name":"RpcIfIdVectorFree","features":[21]},{"name":"RpcIfInqId","features":[21]},{"name":"RpcImpersonateClient","features":[21]},{"name":"RpcImpersonateClient2","features":[21]},{"name":"RpcImpersonateClientContainer","features":[21]},{"name":"RpcIncomingBandwidth","features":[21]},{"name":"RpcIncomingConnections","features":[21]},{"name":"RpcLastCounter","features":[21]},{"name":"RpcLocalAddressFormat","features":[21]},{"name":"RpcMgmtEnableIdleCleanup","features":[21]},{"name":"RpcMgmtEpEltInqBegin","features":[21]},{"name":"RpcMgmtEpEltInqDone","features":[21]},{"name":"RpcMgmtEpEltInqNextA","features":[21]},{"name":"RpcMgmtEpEltInqNextW","features":[21]},{"name":"RpcMgmtEpUnregister","features":[21]},{"name":"RpcMgmtInqComTimeout","features":[21]},{"name":"RpcMgmtInqDefaultProtectLevel","features":[21]},{"name":"RpcMgmtInqIfIds","features":[21]},{"name":"RpcMgmtInqServerPrincNameA","features":[21]},{"name":"RpcMgmtInqServerPrincNameW","features":[21]},{"name":"RpcMgmtInqStats","features":[21]},{"name":"RpcMgmtIsServerListening","features":[21]},{"name":"RpcMgmtSetAuthorizationFn","features":[21]},{"name":"RpcMgmtSetCancelTimeout","features":[21]},{"name":"RpcMgmtSetComTimeout","features":[21]},{"name":"RpcMgmtSetServerStackSize","features":[21]},{"name":"RpcMgmtStatsVectorFree","features":[21]},{"name":"RpcMgmtStopServerListening","features":[21]},{"name":"RpcMgmtWaitServerListen","features":[21]},{"name":"RpcNetworkInqProtseqsA","features":[21]},{"name":"RpcNetworkInqProtseqsW","features":[21]},{"name":"RpcNetworkIsProtseqValidA","features":[21]},{"name":"RpcNetworkIsProtseqValidW","features":[21]},{"name":"RpcNotificationCallCancel","features":[21]},{"name":"RpcNotificationCallNone","features":[21]},{"name":"RpcNotificationClientDisconnect","features":[21]},{"name":"RpcNotificationTypeApc","features":[21]},{"name":"RpcNotificationTypeCallback","features":[21]},{"name":"RpcNotificationTypeEvent","features":[21]},{"name":"RpcNotificationTypeHwnd","features":[21]},{"name":"RpcNotificationTypeIoc","features":[21]},{"name":"RpcNotificationTypeNone","features":[21]},{"name":"RpcNsBindingExportA","features":[21]},{"name":"RpcNsBindingExportPnPA","features":[21]},{"name":"RpcNsBindingExportPnPW","features":[21]},{"name":"RpcNsBindingExportW","features":[21]},{"name":"RpcNsBindingImportBeginA","features":[21]},{"name":"RpcNsBindingImportBeginW","features":[21]},{"name":"RpcNsBindingImportDone","features":[21]},{"name":"RpcNsBindingImportNext","features":[21]},{"name":"RpcNsBindingInqEntryNameA","features":[21]},{"name":"RpcNsBindingInqEntryNameW","features":[21]},{"name":"RpcNsBindingLookupBeginA","features":[21]},{"name":"RpcNsBindingLookupBeginW","features":[21]},{"name":"RpcNsBindingLookupDone","features":[21]},{"name":"RpcNsBindingLookupNext","features":[21]},{"name":"RpcNsBindingSelect","features":[21]},{"name":"RpcNsBindingUnexportA","features":[21]},{"name":"RpcNsBindingUnexportPnPA","features":[21]},{"name":"RpcNsBindingUnexportPnPW","features":[21]},{"name":"RpcNsBindingUnexportW","features":[21]},{"name":"RpcNsEntryExpandNameA","features":[21]},{"name":"RpcNsEntryExpandNameW","features":[21]},{"name":"RpcNsEntryObjectInqBeginA","features":[21]},{"name":"RpcNsEntryObjectInqBeginW","features":[21]},{"name":"RpcNsEntryObjectInqDone","features":[21]},{"name":"RpcNsEntryObjectInqNext","features":[21]},{"name":"RpcNsGroupDeleteA","features":[21]},{"name":"RpcNsGroupDeleteW","features":[21]},{"name":"RpcNsGroupMbrAddA","features":[21]},{"name":"RpcNsGroupMbrAddW","features":[21]},{"name":"RpcNsGroupMbrInqBeginA","features":[21]},{"name":"RpcNsGroupMbrInqBeginW","features":[21]},{"name":"RpcNsGroupMbrInqDone","features":[21]},{"name":"RpcNsGroupMbrInqNextA","features":[21]},{"name":"RpcNsGroupMbrInqNextW","features":[21]},{"name":"RpcNsGroupMbrRemoveA","features":[21]},{"name":"RpcNsGroupMbrRemoveW","features":[21]},{"name":"RpcNsMgmtBindingUnexportA","features":[21]},{"name":"RpcNsMgmtBindingUnexportW","features":[21]},{"name":"RpcNsMgmtEntryCreateA","features":[21]},{"name":"RpcNsMgmtEntryCreateW","features":[21]},{"name":"RpcNsMgmtEntryDeleteA","features":[21]},{"name":"RpcNsMgmtEntryDeleteW","features":[21]},{"name":"RpcNsMgmtEntryInqIfIdsA","features":[21]},{"name":"RpcNsMgmtEntryInqIfIdsW","features":[21]},{"name":"RpcNsMgmtHandleSetExpAge","features":[21]},{"name":"RpcNsMgmtInqExpAge","features":[21]},{"name":"RpcNsMgmtSetExpAge","features":[21]},{"name":"RpcNsProfileDeleteA","features":[21]},{"name":"RpcNsProfileDeleteW","features":[21]},{"name":"RpcNsProfileEltAddA","features":[21]},{"name":"RpcNsProfileEltAddW","features":[21]},{"name":"RpcNsProfileEltInqBeginA","features":[21]},{"name":"RpcNsProfileEltInqBeginW","features":[21]},{"name":"RpcNsProfileEltInqDone","features":[21]},{"name":"RpcNsProfileEltInqNextA","features":[21]},{"name":"RpcNsProfileEltInqNextW","features":[21]},{"name":"RpcNsProfileEltRemoveA","features":[21]},{"name":"RpcNsProfileEltRemoveW","features":[21]},{"name":"RpcObjectInqType","features":[21]},{"name":"RpcObjectSetInqFn","features":[21]},{"name":"RpcObjectSetType","features":[21]},{"name":"RpcOutgoingBandwidth","features":[21]},{"name":"RpcPerfCounters","features":[21]},{"name":"RpcProtseqVectorFreeA","features":[21]},{"name":"RpcProtseqVectorFreeW","features":[21]},{"name":"RpcRaiseException","features":[21]},{"name":"RpcReceiveComplete","features":[21]},{"name":"RpcRequestsPerSecond","features":[21]},{"name":"RpcRevertContainerImpersonation","features":[21]},{"name":"RpcRevertToSelf","features":[21]},{"name":"RpcRevertToSelfEx","features":[21]},{"name":"RpcSendComplete","features":[21]},{"name":"RpcServerCompleteSecurityCallback","features":[21]},{"name":"RpcServerInqBindingHandle","features":[21]},{"name":"RpcServerInqBindings","features":[21]},{"name":"RpcServerInqBindingsEx","features":[21]},{"name":"RpcServerInqCallAttributesA","features":[21]},{"name":"RpcServerInqCallAttributesW","features":[21]},{"name":"RpcServerInqDefaultPrincNameA","features":[21]},{"name":"RpcServerInqDefaultPrincNameW","features":[21]},{"name":"RpcServerInqIf","features":[21]},{"name":"RpcServerInterfaceGroupActivate","features":[21]},{"name":"RpcServerInterfaceGroupClose","features":[21]},{"name":"RpcServerInterfaceGroupCreateA","features":[21]},{"name":"RpcServerInterfaceGroupCreateW","features":[21]},{"name":"RpcServerInterfaceGroupDeactivate","features":[21]},{"name":"RpcServerInterfaceGroupInqBindings","features":[21]},{"name":"RpcServerListen","features":[21]},{"name":"RpcServerRegisterAuthInfoA","features":[21]},{"name":"RpcServerRegisterAuthInfoW","features":[21]},{"name":"RpcServerRegisterIf","features":[21]},{"name":"RpcServerRegisterIf2","features":[21]},{"name":"RpcServerRegisterIf3","features":[21]},{"name":"RpcServerRegisterIfEx","features":[21]},{"name":"RpcServerSubscribeForNotification","features":[3,8,21]},{"name":"RpcServerTestCancel","features":[21]},{"name":"RpcServerUnregisterIf","features":[21]},{"name":"RpcServerUnregisterIfEx","features":[21]},{"name":"RpcServerUnsubscribeForNotification","features":[21]},{"name":"RpcServerUseAllProtseqs","features":[21]},{"name":"RpcServerUseAllProtseqsEx","features":[21]},{"name":"RpcServerUseAllProtseqsIf","features":[21]},{"name":"RpcServerUseAllProtseqsIfEx","features":[21]},{"name":"RpcServerUseProtseqA","features":[21]},{"name":"RpcServerUseProtseqEpA","features":[21]},{"name":"RpcServerUseProtseqEpExA","features":[21]},{"name":"RpcServerUseProtseqEpExW","features":[21]},{"name":"RpcServerUseProtseqEpW","features":[21]},{"name":"RpcServerUseProtseqExA","features":[21]},{"name":"RpcServerUseProtseqExW","features":[21]},{"name":"RpcServerUseProtseqIfA","features":[21]},{"name":"RpcServerUseProtseqIfExA","features":[21]},{"name":"RpcServerUseProtseqIfExW","features":[21]},{"name":"RpcServerUseProtseqIfW","features":[21]},{"name":"RpcServerUseProtseqW","features":[21]},{"name":"RpcServerYield","features":[21]},{"name":"RpcSmAllocate","features":[21]},{"name":"RpcSmClientFree","features":[21]},{"name":"RpcSmDestroyClientContext","features":[21]},{"name":"RpcSmDisableAllocate","features":[21]},{"name":"RpcSmEnableAllocate","features":[21]},{"name":"RpcSmFree","features":[21]},{"name":"RpcSmGetThreadHandle","features":[21]},{"name":"RpcSmSetClientAllocFree","features":[21]},{"name":"RpcSmSetThreadHandle","features":[21]},{"name":"RpcSmSwapClientAllocFree","features":[21]},{"name":"RpcSsAllocate","features":[21]},{"name":"RpcSsContextLockExclusive","features":[21]},{"name":"RpcSsContextLockShared","features":[21]},{"name":"RpcSsDestroyClientContext","features":[21]},{"name":"RpcSsDisableAllocate","features":[21]},{"name":"RpcSsDontSerializeContext","features":[21]},{"name":"RpcSsEnableAllocate","features":[21]},{"name":"RpcSsFree","features":[21]},{"name":"RpcSsGetContextBinding","features":[21]},{"name":"RpcSsGetThreadHandle","features":[21]},{"name":"RpcSsSetClientAllocFree","features":[21]},{"name":"RpcSsSetThreadHandle","features":[21]},{"name":"RpcSsSwapClientAllocFree","features":[21]},{"name":"RpcStringBindingComposeA","features":[21]},{"name":"RpcStringBindingComposeW","features":[21]},{"name":"RpcStringBindingParseA","features":[21]},{"name":"RpcStringBindingParseW","features":[21]},{"name":"RpcStringFreeA","features":[21]},{"name":"RpcStringFreeW","features":[21]},{"name":"RpcTestCancel","features":[21]},{"name":"RpcUserFree","features":[21]},{"name":"SCONTEXT_QUEUE","features":[21]},{"name":"SEC_WINNT_AUTH_IDENTITY","features":[21]},{"name":"SEC_WINNT_AUTH_IDENTITY_A","features":[21]},{"name":"SEC_WINNT_AUTH_IDENTITY_ANSI","features":[21]},{"name":"SEC_WINNT_AUTH_IDENTITY_UNICODE","features":[21]},{"name":"SEC_WINNT_AUTH_IDENTITY_W","features":[21]},{"name":"SERVER_ROUTINE","features":[21]},{"name":"STUB_CALL_SERVER","features":[21]},{"name":"STUB_CALL_SERVER_NO_HRESULT","features":[21]},{"name":"STUB_MARSHAL","features":[21]},{"name":"STUB_PHASE","features":[21]},{"name":"STUB_THUNK","features":[21]},{"name":"STUB_UNMARSHAL","features":[21]},{"name":"SYSTEM_HANDLE_COMPOSITION_OBJECT","features":[21]},{"name":"SYSTEM_HANDLE_EVENT","features":[21]},{"name":"SYSTEM_HANDLE_FILE","features":[21]},{"name":"SYSTEM_HANDLE_INVALID","features":[21]},{"name":"SYSTEM_HANDLE_JOB","features":[21]},{"name":"SYSTEM_HANDLE_MAX","features":[21]},{"name":"SYSTEM_HANDLE_MUTEX","features":[21]},{"name":"SYSTEM_HANDLE_PIPE","features":[21]},{"name":"SYSTEM_HANDLE_PROCESS","features":[21]},{"name":"SYSTEM_HANDLE_REG_KEY","features":[21]},{"name":"SYSTEM_HANDLE_SECTION","features":[21]},{"name":"SYSTEM_HANDLE_SEMAPHORE","features":[21]},{"name":"SYSTEM_HANDLE_SOCKET","features":[21]},{"name":"SYSTEM_HANDLE_THREAD","features":[21]},{"name":"SYSTEM_HANDLE_TOKEN","features":[21]},{"name":"TARGET_IS_NT100_OR_LATER","features":[21]},{"name":"TARGET_IS_NT1012_OR_LATER","features":[21]},{"name":"TARGET_IS_NT102_OR_LATER","features":[21]},{"name":"TARGET_IS_NT351_OR_WIN95_OR_LATER","features":[21]},{"name":"TARGET_IS_NT40_OR_LATER","features":[21]},{"name":"TARGET_IS_NT50_OR_LATER","features":[21]},{"name":"TARGET_IS_NT51_OR_LATER","features":[21]},{"name":"TARGET_IS_NT60_OR_LATER","features":[21]},{"name":"TARGET_IS_NT61_OR_LATER","features":[21]},{"name":"TARGET_IS_NT62_OR_LATER","features":[21]},{"name":"TARGET_IS_NT63_OR_LATER","features":[21]},{"name":"TRANSPORT_TYPE_CN","features":[21]},{"name":"TRANSPORT_TYPE_DG","features":[21]},{"name":"TRANSPORT_TYPE_LPC","features":[21]},{"name":"TRANSPORT_TYPE_WMSG","features":[21]},{"name":"USER_CALL_IS_ASYNC","features":[21]},{"name":"USER_CALL_NEW_CORRELATION_DESC","features":[21]},{"name":"USER_MARSHAL_CB","features":[21]},{"name":"USER_MARSHAL_CB_BUFFER_SIZE","features":[21]},{"name":"USER_MARSHAL_CB_FREE","features":[21]},{"name":"USER_MARSHAL_CB_MARSHALL","features":[21]},{"name":"USER_MARSHAL_CB_TYPE","features":[21]},{"name":"USER_MARSHAL_CB_UNMARSHALL","features":[21]},{"name":"USER_MARSHAL_FC_BYTE","features":[21]},{"name":"USER_MARSHAL_FC_CHAR","features":[21]},{"name":"USER_MARSHAL_FC_DOUBLE","features":[21]},{"name":"USER_MARSHAL_FC_FLOAT","features":[21]},{"name":"USER_MARSHAL_FC_HYPER","features":[21]},{"name":"USER_MARSHAL_FC_LONG","features":[21]},{"name":"USER_MARSHAL_FC_SHORT","features":[21]},{"name":"USER_MARSHAL_FC_SMALL","features":[21]},{"name":"USER_MARSHAL_FC_ULONG","features":[21]},{"name":"USER_MARSHAL_FC_USHORT","features":[21]},{"name":"USER_MARSHAL_FC_USMALL","features":[21]},{"name":"USER_MARSHAL_FC_WCHAR","features":[21]},{"name":"USER_MARSHAL_FREEING_ROUTINE","features":[21]},{"name":"USER_MARSHAL_MARSHALLING_ROUTINE","features":[21]},{"name":"USER_MARSHAL_ROUTINE_QUADRUPLE","features":[21]},{"name":"USER_MARSHAL_SIZING_ROUTINE","features":[21]},{"name":"USER_MARSHAL_UNMARSHALLING_ROUTINE","features":[21]},{"name":"UUID_VECTOR","features":[21]},{"name":"UuidCompare","features":[21]},{"name":"UuidCreate","features":[21]},{"name":"UuidCreateNil","features":[21]},{"name":"UuidCreateSequential","features":[21]},{"name":"UuidEqual","features":[21]},{"name":"UuidFromStringA","features":[21]},{"name":"UuidFromStringW","features":[21]},{"name":"UuidHash","features":[21]},{"name":"UuidIsNil","features":[21]},{"name":"UuidToStringA","features":[21]},{"name":"UuidToStringW","features":[21]},{"name":"XLAT_CLIENT","features":[21]},{"name":"XLAT_SERVER","features":[21]},{"name":"XLAT_SIDE","features":[21]},{"name":"XMIT_HELPER_ROUTINE","features":[21]},{"name":"XMIT_ROUTINE_QUINTUPLE","features":[21]},{"name":"_NDR_PROC_CONTEXT","features":[21]},{"name":"__RPCPROXY_H_VERSION__","features":[21]},{"name":"cbNDRContext","features":[21]},{"name":"eeptAnsiString","features":[21]},{"name":"eeptBinary","features":[21]},{"name":"eeptLongVal","features":[21]},{"name":"eeptNone","features":[21]},{"name":"eeptPointerVal","features":[21]},{"name":"eeptShortVal","features":[21]},{"name":"eeptUnicodeString","features":[21]},{"name":"rcclClientUnknownLocality","features":[21]},{"name":"rcclInvalid","features":[21]},{"name":"rcclLocal","features":[21]},{"name":"rcclRemote","features":[21]},{"name":"rctGuaranteed","features":[21]},{"name":"rctInvalid","features":[21]},{"name":"rctNormal","features":[21]},{"name":"rctTraining","features":[21]},{"name":"rlafIPv4","features":[21]},{"name":"rlafIPv6","features":[21]},{"name":"rlafInvalid","features":[21]},{"name":"system_handle_t","features":[21]}],"605":[{"name":"ACCESS_MASKENUM","features":[200]},{"name":"AUTHENTICATION_INFO","features":[200]},{"name":"AUTH_TYPE","features":[200]},{"name":"BCP6xFILEFMT","features":[200]},{"name":"BCPABORT","features":[200]},{"name":"BCPBATCH","features":[200]},{"name":"BCPFILECP","features":[200]},{"name":"BCPFILECP_ACP","features":[200]},{"name":"BCPFILECP_OEMCP","features":[200]},{"name":"BCPFILECP_RAW","features":[200]},{"name":"BCPFILEFMT","features":[200]},{"name":"BCPFIRST","features":[200]},{"name":"BCPHINTS","features":[200]},{"name":"BCPHINTSA","features":[200]},{"name":"BCPHINTSW","features":[200]},{"name":"BCPKEEPIDENTITY","features":[200]},{"name":"BCPKEEPNULLS","features":[200]},{"name":"BCPLAST","features":[200]},{"name":"BCPMAXERRS","features":[200]},{"name":"BCPODBC","features":[200]},{"name":"BCPTEXTFILE","features":[200]},{"name":"BCPUNICODEFILE","features":[200]},{"name":"BCP_FMT_COLLATION","features":[200]},{"name":"BCP_FMT_COLLATION_ID","features":[200]},{"name":"BCP_FMT_DATA_LEN","features":[200]},{"name":"BCP_FMT_INDICATOR_LEN","features":[200]},{"name":"BCP_FMT_SERVER_COL","features":[200]},{"name":"BCP_FMT_TERMINATOR","features":[200]},{"name":"BCP_FMT_TYPE","features":[200]},{"name":"BIO_BINDER","features":[200]},{"name":"BMK_DURABILITY_INTRANSACTION","features":[200]},{"name":"BMK_DURABILITY_REORGANIZATION","features":[200]},{"name":"BMK_DURABILITY_ROWSET","features":[200]},{"name":"BMK_DURABILITY_XTRANSACTION","features":[200]},{"name":"BUCKETCATEGORIZE","features":[200]},{"name":"BUCKET_EXPONENTIAL","features":[200]},{"name":"BUCKET_LINEAR","features":[200]},{"name":"CASE_REQUIREMENT","features":[200]},{"name":"CASE_REQUIREMENT_ANY","features":[200]},{"name":"CASE_REQUIREMENT_UPPER_IF_AQS","features":[200]},{"name":"CATALOG_PAUSED_REASON_DELAYED_RECOVERY","features":[200]},{"name":"CATALOG_PAUSED_REASON_EXTERNAL","features":[200]},{"name":"CATALOG_PAUSED_REASON_HIGH_CPU","features":[200]},{"name":"CATALOG_PAUSED_REASON_HIGH_IO","features":[200]},{"name":"CATALOG_PAUSED_REASON_HIGH_NTF_RATE","features":[200]},{"name":"CATALOG_PAUSED_REASON_LOW_BATTERY","features":[200]},{"name":"CATALOG_PAUSED_REASON_LOW_DISK","features":[200]},{"name":"CATALOG_PAUSED_REASON_LOW_MEMORY","features":[200]},{"name":"CATALOG_PAUSED_REASON_NONE","features":[200]},{"name":"CATALOG_PAUSED_REASON_UPGRADING","features":[200]},{"name":"CATALOG_PAUSED_REASON_USER_ACTIVE","features":[200]},{"name":"CATALOG_STATUS_FULL_CRAWL","features":[200]},{"name":"CATALOG_STATUS_IDLE","features":[200]},{"name":"CATALOG_STATUS_INCREMENTAL_CRAWL","features":[200]},{"name":"CATALOG_STATUS_PAUSED","features":[200]},{"name":"CATALOG_STATUS_PROCESSING_NOTIFICATIONS","features":[200]},{"name":"CATALOG_STATUS_RECOVERING","features":[200]},{"name":"CATALOG_STATUS_SHUTTING_DOWN","features":[200]},{"name":"CATEGORIZATION","features":[3,146,65,200,44]},{"name":"CATEGORIZATIONSET","features":[3,146,65,200,44]},{"name":"CATEGORIZE_BUCKETS","features":[200]},{"name":"CATEGORIZE_CLUSTER","features":[200]},{"name":"CATEGORIZE_RANGE","features":[200]},{"name":"CATEGORIZE_UNIQUE","features":[200]},{"name":"CATEGORY_COLLATOR","features":[200]},{"name":"CATEGORY_GATHERER","features":[200]},{"name":"CATEGORY_INDEXER","features":[200]},{"name":"CATEGORY_SEARCH","features":[200]},{"name":"CDBBMKDISPIDS","features":[200]},{"name":"CDBCOLDISPIDS","features":[200]},{"name":"CDBSELFDISPIDS","features":[200]},{"name":"CERT_E_NOT_FOUND_OR_NO_PERMISSSION","features":[200]},{"name":"CHANNEL_AGENT_DYNAMIC_SCHEDULE","features":[200]},{"name":"CHANNEL_AGENT_FLAGS","features":[200]},{"name":"CHANNEL_AGENT_PRECACHE_ALL","features":[200]},{"name":"CHANNEL_AGENT_PRECACHE_SCRNSAVER","features":[200]},{"name":"CHANNEL_AGENT_PRECACHE_SOME","features":[200]},{"name":"CI_E_CORRUPT_FWIDX","features":[200]},{"name":"CI_E_DIACRITIC_SETTINGS_DIFFER","features":[200]},{"name":"CI_E_INCONSISTENT_TRANSACTION","features":[200]},{"name":"CI_E_INVALID_CATALOG_LIST_VERSION","features":[200]},{"name":"CI_E_MULTIPLE_PROTECTED_USERS_UNSUPPORTED","features":[200]},{"name":"CI_E_NO_AUXMETADATA","features":[200]},{"name":"CI_E_NO_CATALOG_MANAGER","features":[200]},{"name":"CI_E_NO_PROTECTED_USER","features":[200]},{"name":"CI_E_PROTECTED_CATALOG_NON_INTERACTIVE_USER","features":[200]},{"name":"CI_E_PROTECTED_CATALOG_NOT_AVAILABLE","features":[200]},{"name":"CI_E_PROTECTED_CATALOG_SID_MISMATCH","features":[200]},{"name":"CI_S_CATALOG_RESET","features":[200]},{"name":"CI_S_CLIENT_REQUESTED_ABORT","features":[200]},{"name":"CI_S_NEW_AUXMETADATA","features":[200]},{"name":"CI_S_RETRY_DOCUMENT","features":[200]},{"name":"CLSID_CISimpleCommandCreator","features":[200]},{"name":"CLSID_DataShapeProvider","features":[200]},{"name":"CLSID_MSDASQL","features":[200]},{"name":"CLSID_MSDASQL_ENUMERATOR","features":[200]},{"name":"CLSID_MSPersist","features":[200]},{"name":"CLSID_SQLOLEDB","features":[200]},{"name":"CLSID_SQLOLEDB_ENUMERATOR","features":[200]},{"name":"CLSID_SQLOLEDB_ERROR","features":[200]},{"name":"CLUSIONREASON_DEFAULT","features":[200]},{"name":"CLUSIONREASON_GROUPPOLICY","features":[200]},{"name":"CLUSIONREASON_UNKNOWNSCOPE","features":[200]},{"name":"CLUSIONREASON_USER","features":[200]},{"name":"CLUSION_REASON","features":[200]},{"name":"CMDLINE_E_ALREADY_INIT","features":[200]},{"name":"CMDLINE_E_NOT_INIT","features":[200]},{"name":"CMDLINE_E_NUM_PARAMS","features":[200]},{"name":"CMDLINE_E_PARAM_SIZE","features":[200]},{"name":"CMDLINE_E_PAREN","features":[200]},{"name":"CMDLINE_E_UNEXPECTED","features":[200]},{"name":"CM_E_CONNECTIONTIMEOUT","features":[200]},{"name":"CM_E_DATASOURCENOTAVAILABLE","features":[200]},{"name":"CM_E_INSUFFICIENTBUFFER","features":[200]},{"name":"CM_E_INVALIDDATASOURCE","features":[200]},{"name":"CM_E_NOQUERYCONNECTIONS","features":[200]},{"name":"CM_E_REGISTRY","features":[200]},{"name":"CM_E_SERVERNOTFOUND","features":[200]},{"name":"CM_E_TIMEOUT","features":[200]},{"name":"CM_E_TOOMANYDATASERVERS","features":[200]},{"name":"CM_E_TOOMANYDATASOURCES","features":[200]},{"name":"CM_S_NODATASERVERS","features":[200]},{"name":"COLL_E_BADRESULT","features":[200]},{"name":"COLL_E_BADSEQUENCE","features":[200]},{"name":"COLL_E_BUFFERTOOSMALL","features":[200]},{"name":"COLL_E_DUPLICATEDBID","features":[200]},{"name":"COLL_E_INCOMPATIBLECOLUMNS","features":[200]},{"name":"COLL_E_MAXCONNEXCEEDED","features":[200]},{"name":"COLL_E_NODEFAULTCATALOG","features":[200]},{"name":"COLL_E_NOMOREDATA","features":[200]},{"name":"COLL_E_NOSORTCOLUMN","features":[200]},{"name":"COLL_E_TOOMANYMERGECOLUMNS","features":[200]},{"name":"COLUMNSET","features":[146,65,200]},{"name":"CONDITION_CREATION_DEFAULT","features":[200]},{"name":"CONDITION_CREATION_NONE","features":[200]},{"name":"CONDITION_CREATION_OPTIONS","features":[200]},{"name":"CONDITION_CREATION_SIMPLIFY","features":[200]},{"name":"CONDITION_CREATION_USE_CONTENT_LOCALE","features":[200]},{"name":"CONDITION_CREATION_VECTOR_AND","features":[200]},{"name":"CONDITION_CREATION_VECTOR_LEAF","features":[200]},{"name":"CONDITION_CREATION_VECTOR_OR","features":[200]},{"name":"CONTENTRESTRICTION","features":[146,65,200]},{"name":"CONTENT_SOURCE_E_CONTENT_CLASS_READ","features":[200]},{"name":"CONTENT_SOURCE_E_CONTENT_SOURCE_COLUMN_TYPE","features":[200]},{"name":"CONTENT_SOURCE_E_NULL_CONTENT_CLASS_BSTR","features":[200]},{"name":"CONTENT_SOURCE_E_NULL_URI","features":[200]},{"name":"CONTENT_SOURCE_E_OUT_OF_RANGE","features":[200]},{"name":"CONTENT_SOURCE_E_PROPERTY_MAPPING_BAD_VECTOR_SIZE","features":[200]},{"name":"CONTENT_SOURCE_E_PROPERTY_MAPPING_READ","features":[200]},{"name":"CONTENT_SOURCE_E_UNEXPECTED_EXCEPTION","features":[200]},{"name":"CONTENT_SOURCE_E_UNEXPECTED_NULL_POINTER","features":[200]},{"name":"CQUERYDISPIDS","features":[200]},{"name":"CQUERYMETADISPIDS","features":[200]},{"name":"CQUERYPROPERTY","features":[200]},{"name":"CREATESUBSCRIPTIONFLAGS","features":[200]},{"name":"CREATESUBS_ADDTOFAVORITES","features":[200]},{"name":"CREATESUBS_FROMFAVORITES","features":[200]},{"name":"CREATESUBS_NOSAVE","features":[200]},{"name":"CREATESUBS_NOUI","features":[200]},{"name":"CREATESUBS_SOFTWAREUPDATE","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_ASSERTIONS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_CATALOGS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_CHARACTER_SETS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_CHECK_CONSTRAINTS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_CHECK_CONSTRAINTS_BY_TABLE","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_COLLATIONS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMNS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMN_DOMAIN_USAGE","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMN_PRIVILEGES","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_CONSTRAINT_COLUMN_USAGE","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_CONSTRAINT_TABLE_USAGE","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_FOREIGN_KEYS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_INDEXES","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_KEY_COLUMN_USAGE","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_LINKEDSERVERS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_OBJECTS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_OBJECT_ACTIONS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_PRIMARY_KEYS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURES","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURE_COLUMNS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURE_PARAMETERS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_PROVIDER_TYPES","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_REFERENTIAL_CONSTRAINTS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_SCHEMATA","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_SQL_LANGUAGES","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_STATISTICS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLES","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLES_INFO","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_CONSTRAINTS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_PRIVILEGES","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_STATISTICS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_TRANSLATIONS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_TRUSTEE","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_USAGE_PRIVILEGES","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEWS","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEW_COLUMN_USAGE","features":[200]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEW_TABLE_USAGE","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_ACTIONS","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_COMMANDS","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_CUBES","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_DIMENSIONS","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_FUNCTIONS","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_HIERARCHIES","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_LEVELS","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_MEASURES","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_MEMBERS","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_PROPERTIES","features":[200]},{"name":"CRESTRICTIONS_MDSCHEMA_SETS","features":[200]},{"name":"CSTORAGEPROPERTY","features":[200]},{"name":"CSearchLanguageSupport","features":[200]},{"name":"CSearchManager","features":[200]},{"name":"CSearchRoot","features":[200]},{"name":"CSearchScopeRule","features":[200]},{"name":"CatalogPausedReason","features":[200]},{"name":"CatalogStatus","features":[200]},{"name":"CompoundCondition","features":[200]},{"name":"ConditionFactory","features":[200]},{"name":"DATE_STRUCT","features":[200]},{"name":"DBACCESSORFLAGSENUM","features":[200]},{"name":"DBACCESSOR_INHERITED","features":[200]},{"name":"DBACCESSOR_INVALID","features":[200]},{"name":"DBACCESSOR_OPTIMIZED","features":[200]},{"name":"DBACCESSOR_PARAMETERDATA","features":[200]},{"name":"DBACCESSOR_PASSBYREF","features":[200]},{"name":"DBACCESSOR_ROWDATA","features":[200]},{"name":"DBASYNCHOPENUM","features":[200]},{"name":"DBASYNCHOP_OPEN","features":[200]},{"name":"DBASYNCHPHASEENUM","features":[200]},{"name":"DBASYNCHPHASE_CANCELED","features":[200]},{"name":"DBASYNCHPHASE_COMPLETE","features":[200]},{"name":"DBASYNCHPHASE_INITIALIZATION","features":[200]},{"name":"DBASYNCHPHASE_POPULATION","features":[200]},{"name":"DBBINDEXT","features":[200]},{"name":"DBBINDEXT","features":[200]},{"name":"DBBINDFLAGENUM","features":[200]},{"name":"DBBINDFLAG_HTML","features":[200]},{"name":"DBBINDING","features":[200]},{"name":"DBBINDING","features":[200]},{"name":"DBBINDSTATUSENUM","features":[200]},{"name":"DBBINDSTATUS_BADBINDINFO","features":[200]},{"name":"DBBINDSTATUS_BADORDINAL","features":[200]},{"name":"DBBINDSTATUS_BADSTORAGEFLAGS","features":[200]},{"name":"DBBINDSTATUS_MULTIPLESTORAGE","features":[200]},{"name":"DBBINDSTATUS_NOINTERFACE","features":[200]},{"name":"DBBINDSTATUS_OK","features":[200]},{"name":"DBBINDSTATUS_UNSUPPORTEDCONVERSION","features":[200]},{"name":"DBBINDURLFLAGENUM","features":[200]},{"name":"DBBINDURLFLAG_ASYNCHRONOUS","features":[200]},{"name":"DBBINDURLFLAG_COLLECTION","features":[200]},{"name":"DBBINDURLFLAG_DELAYFETCHCOLUMNS","features":[200]},{"name":"DBBINDURLFLAG_DELAYFETCHSTREAM","features":[200]},{"name":"DBBINDURLFLAG_ISSTRUCTUREDDOCUMENT","features":[200]},{"name":"DBBINDURLFLAG_OPENIFEXISTS","features":[200]},{"name":"DBBINDURLFLAG_OUTPUT","features":[200]},{"name":"DBBINDURLFLAG_OVERWRITE","features":[200]},{"name":"DBBINDURLFLAG_READ","features":[200]},{"name":"DBBINDURLFLAG_READWRITE","features":[200]},{"name":"DBBINDURLFLAG_RECURSIVE","features":[200]},{"name":"DBBINDURLFLAG_SHARE_DENY_NONE","features":[200]},{"name":"DBBINDURLFLAG_SHARE_DENY_READ","features":[200]},{"name":"DBBINDURLFLAG_SHARE_DENY_WRITE","features":[200]},{"name":"DBBINDURLFLAG_SHARE_EXCLUSIVE","features":[200]},{"name":"DBBINDURLFLAG_WAITFORINIT","features":[200]},{"name":"DBBINDURLFLAG_WRITE","features":[200]},{"name":"DBBINDURLSTATUSENUM","features":[200]},{"name":"DBBINDURLSTATUS_S_DENYNOTSUPPORTED","features":[200]},{"name":"DBBINDURLSTATUS_S_DENYTYPENOTSUPPORTED","features":[200]},{"name":"DBBINDURLSTATUS_S_OK","features":[200]},{"name":"DBBINDURLSTATUS_S_REDIRECTED","features":[200]},{"name":"DBBMKGUID","features":[200]},{"name":"DBBMK_FIRST","features":[200]},{"name":"DBBMK_INVALID","features":[200]},{"name":"DBBMK_LAST","features":[200]},{"name":"DBBOOKMARK","features":[200]},{"name":"DBCIDGUID","features":[200]},{"name":"DBCOLUMNACCESS","features":[146,200]},{"name":"DBCOLUMNACCESS","features":[146,200]},{"name":"DBCOLUMNDESC","features":[3,146,43,200,44]},{"name":"DBCOLUMNDESC","features":[3,146,43,200,44]},{"name":"DBCOLUMNDESCFLAGSENUM","features":[200]},{"name":"DBCOLUMNDESCFLAGS_CLSID","features":[200]},{"name":"DBCOLUMNDESCFLAGS_COLSIZE","features":[200]},{"name":"DBCOLUMNDESCFLAGS_DBCID","features":[200]},{"name":"DBCOLUMNDESCFLAGS_ITYPEINFO","features":[200]},{"name":"DBCOLUMNDESCFLAGS_PRECISION","features":[200]},{"name":"DBCOLUMNDESCFLAGS_PROPERTIES","features":[200]},{"name":"DBCOLUMNDESCFLAGS_SCALE","features":[200]},{"name":"DBCOLUMNDESCFLAGS_TYPENAME","features":[200]},{"name":"DBCOLUMNDESCFLAGS_WTYPE","features":[200]},{"name":"DBCOLUMNFLAGS15ENUM","features":[200]},{"name":"DBCOLUMNFLAGSDEPRECATED","features":[200]},{"name":"DBCOLUMNFLAGSENUM","features":[200]},{"name":"DBCOLUMNFLAGSENUM20","features":[200]},{"name":"DBCOLUMNFLAGSENUM21","features":[200]},{"name":"DBCOLUMNFLAGSENUM26","features":[200]},{"name":"DBCOLUMNFLAGS_CACHEDEFERRED","features":[200]},{"name":"DBCOLUMNFLAGS_ISBOOKMARK","features":[200]},{"name":"DBCOLUMNFLAGS_ISCHAPTER","features":[200]},{"name":"DBCOLUMNFLAGS_ISCOLLECTION","features":[200]},{"name":"DBCOLUMNFLAGS_ISDEFAULTSTREAM","features":[200]},{"name":"DBCOLUMNFLAGS_ISFIXEDLENGTH","features":[200]},{"name":"DBCOLUMNFLAGS_ISLONG","features":[200]},{"name":"DBCOLUMNFLAGS_ISNULLABLE","features":[200]},{"name":"DBCOLUMNFLAGS_ISROW","features":[200]},{"name":"DBCOLUMNFLAGS_ISROWID","features":[200]},{"name":"DBCOLUMNFLAGS_ISROWSET","features":[200]},{"name":"DBCOLUMNFLAGS_ISROWURL","features":[200]},{"name":"DBCOLUMNFLAGS_ISROWVER","features":[200]},{"name":"DBCOLUMNFLAGS_ISSTREAM","features":[200]},{"name":"DBCOLUMNFLAGS_KEYCOLUMN","features":[200]},{"name":"DBCOLUMNFLAGS_MAYBENULL","features":[200]},{"name":"DBCOLUMNFLAGS_MAYDEFER","features":[200]},{"name":"DBCOLUMNFLAGS_RESERVED","features":[200]},{"name":"DBCOLUMNFLAGS_ROWSPECIFICCOLUMN","features":[200]},{"name":"DBCOLUMNFLAGS_SCALEISNEGATIVE","features":[200]},{"name":"DBCOLUMNFLAGS_WRITE","features":[200]},{"name":"DBCOLUMNFLAGS_WRITEUNKNOWN","features":[200]},{"name":"DBCOLUMNINFO","features":[146,200]},{"name":"DBCOLUMNINFO","features":[146,200]},{"name":"DBCOMMANDPERSISTFLAGENUM","features":[200]},{"name":"DBCOMMANDPERSISTFLAGENUM21","features":[200]},{"name":"DBCOMMANDPERSISTFLAG_DEFAULT","features":[200]},{"name":"DBCOMMANDPERSISTFLAG_NOSAVE","features":[200]},{"name":"DBCOMMANDPERSISTFLAG_PERSISTPROCEDURE","features":[200]},{"name":"DBCOMMANDPERSISTFLAG_PERSISTVIEW","features":[200]},{"name":"DBCOMPAREENUM","features":[200]},{"name":"DBCOMPAREOPSENUM","features":[200]},{"name":"DBCOMPAREOPSENUM20","features":[200]},{"name":"DBCOMPAREOPS_BEGINSWITH","features":[200]},{"name":"DBCOMPAREOPS_CASEINSENSITIVE","features":[200]},{"name":"DBCOMPAREOPS_CASESENSITIVE","features":[200]},{"name":"DBCOMPAREOPS_CONTAINS","features":[200]},{"name":"DBCOMPAREOPS_EQ","features":[200]},{"name":"DBCOMPAREOPS_GE","features":[200]},{"name":"DBCOMPAREOPS_GT","features":[200]},{"name":"DBCOMPAREOPS_IGNORE","features":[200]},{"name":"DBCOMPAREOPS_LE","features":[200]},{"name":"DBCOMPAREOPS_LT","features":[200]},{"name":"DBCOMPAREOPS_NE","features":[200]},{"name":"DBCOMPAREOPS_NOTBEGINSWITH","features":[200]},{"name":"DBCOMPAREOPS_NOTCONTAINS","features":[200]},{"name":"DBCOMPARE_EQ","features":[200]},{"name":"DBCOMPARE_GT","features":[200]},{"name":"DBCOMPARE_LT","features":[200]},{"name":"DBCOMPARE_NE","features":[200]},{"name":"DBCOMPARE_NOTCOMPARABLE","features":[200]},{"name":"DBCOMPUTEMODE_COMPUTED","features":[200]},{"name":"DBCOMPUTEMODE_DYNAMIC","features":[200]},{"name":"DBCOMPUTEMODE_NOTCOMPUTED","features":[200]},{"name":"DBCONSTRAINTDESC","features":[3,146,43,200,44]},{"name":"DBCONSTRAINTDESC","features":[3,146,43,200,44]},{"name":"DBCONSTRAINTTYPEENUM","features":[200]},{"name":"DBCONSTRAINTTYPE_CHECK","features":[200]},{"name":"DBCONSTRAINTTYPE_FOREIGNKEY","features":[200]},{"name":"DBCONSTRAINTTYPE_PRIMARYKEY","features":[200]},{"name":"DBCONSTRAINTTYPE_UNIQUE","features":[200]},{"name":"DBCONVERTFLAGSENUM","features":[200]},{"name":"DBCONVERTFLAGSENUM20","features":[200]},{"name":"DBCONVERTFLAGS_COLUMN","features":[200]},{"name":"DBCONVERTFLAGS_FROMVARIANT","features":[200]},{"name":"DBCONVERTFLAGS_ISFIXEDLENGTH","features":[200]},{"name":"DBCONVERTFLAGS_ISLONG","features":[200]},{"name":"DBCONVERTFLAGS_PARAMETER","features":[200]},{"name":"DBCOPYFLAGSENUM","features":[200]},{"name":"DBCOPY_ALLOW_EMULATION","features":[200]},{"name":"DBCOPY_ASYNC","features":[200]},{"name":"DBCOPY_ATOMIC","features":[200]},{"name":"DBCOPY_NON_RECURSIVE","features":[200]},{"name":"DBCOPY_REPLACE_EXISTING","features":[200]},{"name":"DBCOST","features":[200]},{"name":"DBCOST","features":[200]},{"name":"DBCOSTUNITENUM","features":[200]},{"name":"DBDATACONVERTENUM","features":[200]},{"name":"DBDATACONVERT_DECIMALSCALE","features":[200]},{"name":"DBDATACONVERT_DEFAULT","features":[200]},{"name":"DBDATACONVERT_DSTISFIXEDLENGTH","features":[200]},{"name":"DBDATACONVERT_LENGTHFROMNTS","features":[200]},{"name":"DBDATACONVERT_SETDATABEHAVIOR","features":[200]},{"name":"DBDATE","features":[200]},{"name":"DBDATETIM4","features":[200]},{"name":"DBDATETIME","features":[200]},{"name":"DBDEFERRABILITYENUM","features":[200]},{"name":"DBDEFERRABILITY_DEFERRABLE","features":[200]},{"name":"DBDEFERRABILITY_DEFERRED","features":[200]},{"name":"DBDELETEFLAGSENUM","features":[200]},{"name":"DBDELETE_ASYNC","features":[200]},{"name":"DBDELETE_ATOMIC","features":[200]},{"name":"DBEVENTPHASEENUM","features":[200]},{"name":"DBEVENTPHASE_ABOUTTODO","features":[200]},{"name":"DBEVENTPHASE_DIDEVENT","features":[200]},{"name":"DBEVENTPHASE_FAILEDTODO","features":[200]},{"name":"DBEVENTPHASE_OKTODO","features":[200]},{"name":"DBEVENTPHASE_SYNCHAFTER","features":[200]},{"name":"DBEXECLIMITSENUM","features":[200]},{"name":"DBEXECLIMITS_ABORT","features":[200]},{"name":"DBEXECLIMITS_STOP","features":[200]},{"name":"DBEXECLIMITS_SUSPEND","features":[200]},{"name":"DBFAILUREINFO","features":[200]},{"name":"DBFAILUREINFO","features":[200]},{"name":"DBGUID_MSSQLXML","features":[200]},{"name":"DBGUID_ROWDEFAULTSTREAM","features":[200]},{"name":"DBGUID_ROWURL","features":[200]},{"name":"DBGUID_XPATH","features":[200]},{"name":"DBIMPLICITSESSION","features":[200]},{"name":"DBIMPLICITSESSION","features":[200]},{"name":"DBINDEXCOLUMNDESC","features":[146,200]},{"name":"DBINDEXCOLUMNDESC","features":[146,200]},{"name":"DBINDEX_COL_ORDERENUM","features":[200]},{"name":"DBINDEX_COL_ORDER_ASC","features":[200]},{"name":"DBINDEX_COL_ORDER_DESC","features":[200]},{"name":"DBLITERALENUM","features":[200]},{"name":"DBLITERALENUM20","features":[200]},{"name":"DBLITERALENUM21","features":[200]},{"name":"DBLITERALINFO","features":[3,200]},{"name":"DBLITERALINFO","features":[3,200]},{"name":"DBLITERAL_BINARY_LITERAL","features":[200]},{"name":"DBLITERAL_CATALOG_NAME","features":[200]},{"name":"DBLITERAL_CATALOG_SEPARATOR","features":[200]},{"name":"DBLITERAL_CHAR_LITERAL","features":[200]},{"name":"DBLITERAL_COLUMN_ALIAS","features":[200]},{"name":"DBLITERAL_COLUMN_NAME","features":[200]},{"name":"DBLITERAL_CORRELATION_NAME","features":[200]},{"name":"DBLITERAL_CUBE_NAME","features":[200]},{"name":"DBLITERAL_CURSOR_NAME","features":[200]},{"name":"DBLITERAL_DIMENSION_NAME","features":[200]},{"name":"DBLITERAL_ESCAPE_PERCENT","features":[200]},{"name":"DBLITERAL_ESCAPE_PERCENT_SUFFIX","features":[200]},{"name":"DBLITERAL_ESCAPE_UNDERSCORE","features":[200]},{"name":"DBLITERAL_ESCAPE_UNDERSCORE_SUFFIX","features":[200]},{"name":"DBLITERAL_HIERARCHY_NAME","features":[200]},{"name":"DBLITERAL_INDEX_NAME","features":[200]},{"name":"DBLITERAL_INVALID","features":[200]},{"name":"DBLITERAL_LEVEL_NAME","features":[200]},{"name":"DBLITERAL_LIKE_PERCENT","features":[200]},{"name":"DBLITERAL_LIKE_UNDERSCORE","features":[200]},{"name":"DBLITERAL_MEMBER_NAME","features":[200]},{"name":"DBLITERAL_PROCEDURE_NAME","features":[200]},{"name":"DBLITERAL_PROPERTY_NAME","features":[200]},{"name":"DBLITERAL_QUOTE","features":[200]},{"name":"DBLITERAL_QUOTE_SUFFIX","features":[200]},{"name":"DBLITERAL_SCHEMA_NAME","features":[200]},{"name":"DBLITERAL_SCHEMA_SEPARATOR","features":[200]},{"name":"DBLITERAL_TABLE_NAME","features":[200]},{"name":"DBLITERAL_TEXT_COMMAND","features":[200]},{"name":"DBLITERAL_USER_NAME","features":[200]},{"name":"DBLITERAL_VIEW_NAME","features":[200]},{"name":"DBMATCHTYPEENUM","features":[200]},{"name":"DBMATCHTYPE_FULL","features":[200]},{"name":"DBMATCHTYPE_NONE","features":[200]},{"name":"DBMATCHTYPE_PARTIAL","features":[200]},{"name":"DBMAXCHAR","features":[200]},{"name":"DBMEMOWNERENUM","features":[200]},{"name":"DBMEMOWNER_CLIENTOWNED","features":[200]},{"name":"DBMEMOWNER_PROVIDEROWNED","features":[200]},{"name":"DBMONEY","features":[200]},{"name":"DBMOVEFLAGSENUM","features":[200]},{"name":"DBMOVE_ALLOW_EMULATION","features":[200]},{"name":"DBMOVE_ASYNC","features":[200]},{"name":"DBMOVE_ATOMIC","features":[200]},{"name":"DBMOVE_DONT_UPDATE_LINKS","features":[200]},{"name":"DBMOVE_REPLACE_EXISTING","features":[200]},{"name":"DBOBJECT","features":[200]},{"name":"DBOBJECT","features":[200]},{"name":"DBPARAMBINDINFO","features":[200]},{"name":"DBPARAMBINDINFO","features":[200]},{"name":"DBPARAMFLAGSENUM","features":[200]},{"name":"DBPARAMFLAGSENUM20","features":[200]},{"name":"DBPARAMFLAGS_ISINPUT","features":[200]},{"name":"DBPARAMFLAGS_ISLONG","features":[200]},{"name":"DBPARAMFLAGS_ISNULLABLE","features":[200]},{"name":"DBPARAMFLAGS_ISOUTPUT","features":[200]},{"name":"DBPARAMFLAGS_ISSIGNED","features":[200]},{"name":"DBPARAMFLAGS_SCALEISNEGATIVE","features":[200]},{"name":"DBPARAMINFO","features":[200]},{"name":"DBPARAMINFO","features":[200]},{"name":"DBPARAMIOENUM","features":[200]},{"name":"DBPARAMIO_INPUT","features":[200]},{"name":"DBPARAMIO_NOTPARAM","features":[200]},{"name":"DBPARAMIO_OUTPUT","features":[200]},{"name":"DBPARAMS","features":[200]},{"name":"DBPARAMS","features":[200]},{"name":"DBPARAMTYPE_INPUT","features":[200]},{"name":"DBPARAMTYPE_INPUTOUTPUT","features":[200]},{"name":"DBPARAMTYPE_OUTPUT","features":[200]},{"name":"DBPARAMTYPE_RETURNVALUE","features":[200]},{"name":"DBPARTENUM","features":[200]},{"name":"DBPART_INVALID","features":[200]},{"name":"DBPART_LENGTH","features":[200]},{"name":"DBPART_STATUS","features":[200]},{"name":"DBPART_VALUE","features":[200]},{"name":"DBPENDINGSTATUSENUM","features":[200]},{"name":"DBPENDINGSTATUS_CHANGED","features":[200]},{"name":"DBPENDINGSTATUS_DELETED","features":[200]},{"name":"DBPENDINGSTATUS_INVALIDROW","features":[200]},{"name":"DBPENDINGSTATUS_NEW","features":[200]},{"name":"DBPENDINGSTATUS_UNCHANGED","features":[200]},{"name":"DBPOSITIONFLAGSENUM","features":[200]},{"name":"DBPOSITION_BOF","features":[200]},{"name":"DBPOSITION_EOF","features":[200]},{"name":"DBPOSITION_NOROW","features":[200]},{"name":"DBPOSITION_OK","features":[200]},{"name":"DBPROMPTOPTIONSENUM","features":[200]},{"name":"DBPROMPTOPTIONS_BROWSEONLY","features":[200]},{"name":"DBPROMPTOPTIONS_DISABLESAVEPASSWORD","features":[200]},{"name":"DBPROMPTOPTIONS_DISABLE_PROVIDER_SELECTION","features":[200]},{"name":"DBPROMPTOPTIONS_NONE","features":[200]},{"name":"DBPROMPTOPTIONS_PROPERTYSHEET","features":[200]},{"name":"DBPROMPTOPTIONS_WIZARDSHEET","features":[200]},{"name":"DBPROMPT_COMPLETE","features":[200]},{"name":"DBPROMPT_COMPLETEREQUIRED","features":[200]},{"name":"DBPROMPT_NOPROMPT","features":[200]},{"name":"DBPROMPT_PROMPT","features":[200]},{"name":"DBPROP","features":[3,146,43,200,44]},{"name":"DBPROP","features":[3,146,43,200,44]},{"name":"DBPROPENUM","features":[200]},{"name":"DBPROPENUM15","features":[200]},{"name":"DBPROPENUM20","features":[200]},{"name":"DBPROPENUM21","features":[200]},{"name":"DBPROPENUM25","features":[200]},{"name":"DBPROPENUM25_DEPRECATED","features":[200]},{"name":"DBPROPENUM26","features":[200]},{"name":"DBPROPENUMDEPRECATED","features":[200]},{"name":"DBPROPFLAGSENUM","features":[200]},{"name":"DBPROPFLAGSENUM21","features":[200]},{"name":"DBPROPFLAGSENUM25","features":[200]},{"name":"DBPROPFLAGSENUM26","features":[200]},{"name":"DBPROPFLAGS_COLUMN","features":[200]},{"name":"DBPROPFLAGS_COLUMNOK","features":[200]},{"name":"DBPROPFLAGS_DATASOURCE","features":[200]},{"name":"DBPROPFLAGS_DATASOURCECREATE","features":[200]},{"name":"DBPROPFLAGS_DATASOURCEINFO","features":[200]},{"name":"DBPROPFLAGS_DBINIT","features":[200]},{"name":"DBPROPFLAGS_INDEX","features":[200]},{"name":"DBPROPFLAGS_NOTSUPPORTED","features":[200]},{"name":"DBPROPFLAGS_PERSIST","features":[200]},{"name":"DBPROPFLAGS_READ","features":[200]},{"name":"DBPROPFLAGS_REQUIRED","features":[200]},{"name":"DBPROPFLAGS_ROWSET","features":[200]},{"name":"DBPROPFLAGS_SESSION","features":[200]},{"name":"DBPROPFLAGS_STREAM","features":[200]},{"name":"DBPROPFLAGS_TABLE","features":[200]},{"name":"DBPROPFLAGS_TRUSTEE","features":[200]},{"name":"DBPROPFLAGS_VIEW","features":[200]},{"name":"DBPROPFLAGS_WRITE","features":[200]},{"name":"DBPROPIDSET","features":[200]},{"name":"DBPROPIDSET","features":[200]},{"name":"DBPROPINFO","features":[3,43,200,44]},{"name":"DBPROPINFO","features":[3,43,200,44]},{"name":"DBPROPINFOSET","features":[3,43,200,44]},{"name":"DBPROPINFOSET","features":[3,43,200,44]},{"name":"DBPROPOPTIONSENUM","features":[200]},{"name":"DBPROPOPTIONS_OPTIONAL","features":[200]},{"name":"DBPROPOPTIONS_REQUIRED","features":[200]},{"name":"DBPROPOPTIONS_SETIFCHEAP","features":[200]},{"name":"DBPROPSET","features":[3,146,43,200,44]},{"name":"DBPROPSET","features":[3,146,43,200,44]},{"name":"DBPROPSET_MSDAORA8_ROWSET","features":[200]},{"name":"DBPROPSET_MSDAORA_ROWSET","features":[200]},{"name":"DBPROPSET_MSDSDBINIT","features":[200]},{"name":"DBPROPSET_MSDSSESSION","features":[200]},{"name":"DBPROPSET_PERSIST","features":[200]},{"name":"DBPROPSET_PROVIDERCONNATTR","features":[200]},{"name":"DBPROPSET_PROVIDERDATASOURCEINFO","features":[200]},{"name":"DBPROPSET_PROVIDERDBINIT","features":[200]},{"name":"DBPROPSET_PROVIDERROWSET","features":[200]},{"name":"DBPROPSET_PROVIDERSTMTATTR","features":[200]},{"name":"DBPROPSET_SQLSERVERCOLUMN","features":[200]},{"name":"DBPROPSET_SQLSERVERDATASOURCE","features":[200]},{"name":"DBPROPSET_SQLSERVERDATASOURCEINFO","features":[200]},{"name":"DBPROPSET_SQLSERVERDBINIT","features":[200]},{"name":"DBPROPSET_SQLSERVERROWSET","features":[200]},{"name":"DBPROPSET_SQLSERVERSESSION","features":[200]},{"name":"DBPROPSET_SQLSERVERSTREAM","features":[200]},{"name":"DBPROPSTATUSENUM","features":[200]},{"name":"DBPROPSTATUSENUM21","features":[200]},{"name":"DBPROPSTATUS_BADCOLUMN","features":[200]},{"name":"DBPROPSTATUS_BADOPTION","features":[200]},{"name":"DBPROPSTATUS_BADVALUE","features":[200]},{"name":"DBPROPSTATUS_CONFLICTING","features":[200]},{"name":"DBPROPSTATUS_NOTALLSETTABLE","features":[200]},{"name":"DBPROPSTATUS_NOTAVAILABLE","features":[200]},{"name":"DBPROPSTATUS_NOTSET","features":[200]},{"name":"DBPROPSTATUS_NOTSETTABLE","features":[200]},{"name":"DBPROPSTATUS_NOTSUPPORTED","features":[200]},{"name":"DBPROPSTATUS_OK","features":[200]},{"name":"DBPROPVAL_AO_RANDOM","features":[200]},{"name":"DBPROPVAL_AO_SEQUENTIAL","features":[200]},{"name":"DBPROPVAL_AO_SEQUENTIALSTORAGEOBJECTS","features":[200]},{"name":"DBPROPVAL_ASYNCH_BACKGROUNDPOPULATION","features":[200]},{"name":"DBPROPVAL_ASYNCH_INITIALIZE","features":[200]},{"name":"DBPROPVAL_ASYNCH_POPULATEONDEMAND","features":[200]},{"name":"DBPROPVAL_ASYNCH_PREPOPULATE","features":[200]},{"name":"DBPROPVAL_ASYNCH_RANDOMPOPULATION","features":[200]},{"name":"DBPROPVAL_ASYNCH_SEQUENTIALPOPULATION","features":[200]},{"name":"DBPROPVAL_BD_INTRANSACTION","features":[200]},{"name":"DBPROPVAL_BD_REORGANIZATION","features":[200]},{"name":"DBPROPVAL_BD_ROWSET","features":[200]},{"name":"DBPROPVAL_BD_XTRANSACTION","features":[200]},{"name":"DBPROPVAL_BI_CROSSROWSET","features":[200]},{"name":"DBPROPVAL_BMK_KEY","features":[200]},{"name":"DBPROPVAL_BMK_NUMERIC","features":[200]},{"name":"DBPROPVAL_BO_NOINDEXUPDATE","features":[200]},{"name":"DBPROPVAL_BO_NOLOG","features":[200]},{"name":"DBPROPVAL_BO_REFINTEGRITY","features":[200]},{"name":"DBPROPVAL_CB_DELETE","features":[200]},{"name":"DBPROPVAL_CB_NON_NULL","features":[200]},{"name":"DBPROPVAL_CB_NULL","features":[200]},{"name":"DBPROPVAL_CB_PRESERVE","features":[200]},{"name":"DBPROPVAL_CD_NOTNULL","features":[200]},{"name":"DBPROPVAL_CL_END","features":[200]},{"name":"DBPROPVAL_CL_START","features":[200]},{"name":"DBPROPVAL_CM_TRANSACTIONS","features":[200]},{"name":"DBPROPVAL_CO_BEGINSWITH","features":[200]},{"name":"DBPROPVAL_CO_CASEINSENSITIVE","features":[200]},{"name":"DBPROPVAL_CO_CASESENSITIVE","features":[200]},{"name":"DBPROPVAL_CO_CONTAINS","features":[200]},{"name":"DBPROPVAL_CO_EQUALITY","features":[200]},{"name":"DBPROPVAL_CO_STRING","features":[200]},{"name":"DBPROPVAL_CS_COMMUNICATIONFAILURE","features":[200]},{"name":"DBPROPVAL_CS_INITIALIZED","features":[200]},{"name":"DBPROPVAL_CS_UNINITIALIZED","features":[200]},{"name":"DBPROPVAL_CU_DML_STATEMENTS","features":[200]},{"name":"DBPROPVAL_CU_INDEX_DEFINITION","features":[200]},{"name":"DBPROPVAL_CU_PRIVILEGE_DEFINITION","features":[200]},{"name":"DBPROPVAL_CU_TABLE_DEFINITION","features":[200]},{"name":"DBPROPVAL_DF_INITIALLY_DEFERRED","features":[200]},{"name":"DBPROPVAL_DF_INITIALLY_IMMEDIATE","features":[200]},{"name":"DBPROPVAL_DF_NOT_DEFERRABLE","features":[200]},{"name":"DBPROPVAL_DST_DOCSOURCE","features":[200]},{"name":"DBPROPVAL_DST_MDP","features":[200]},{"name":"DBPROPVAL_DST_TDP","features":[200]},{"name":"DBPROPVAL_DST_TDPANDMDP","features":[200]},{"name":"DBPROPVAL_FU_CATALOG","features":[200]},{"name":"DBPROPVAL_FU_COLUMN","features":[200]},{"name":"DBPROPVAL_FU_NOT_SUPPORTED","features":[200]},{"name":"DBPROPVAL_FU_TABLE","features":[200]},{"name":"DBPROPVAL_GB_COLLATE","features":[200]},{"name":"DBPROPVAL_GB_CONTAINS_SELECT","features":[200]},{"name":"DBPROPVAL_GB_EQUALS_SELECT","features":[200]},{"name":"DBPROPVAL_GB_NOT_SUPPORTED","features":[200]},{"name":"DBPROPVAL_GB_NO_RELATION","features":[200]},{"name":"DBPROPVAL_GU_NOTSUPPORTED","features":[200]},{"name":"DBPROPVAL_GU_SUFFIX","features":[200]},{"name":"DBPROPVAL_HT_DIFFERENT_CATALOGS","features":[200]},{"name":"DBPROPVAL_HT_DIFFERENT_PROVIDERS","features":[200]},{"name":"DBPROPVAL_IC_LOWER","features":[200]},{"name":"DBPROPVAL_IC_MIXED","features":[200]},{"name":"DBPROPVAL_IC_SENSITIVE","features":[200]},{"name":"DBPROPVAL_IC_UPPER","features":[200]},{"name":"DBPROPVAL_IN_ALLOWNULL","features":[200]},{"name":"DBPROPVAL_IN_DISALLOWNULL","features":[200]},{"name":"DBPROPVAL_IN_IGNOREANYNULL","features":[200]},{"name":"DBPROPVAL_IN_IGNORENULL","features":[200]},{"name":"DBPROPVAL_IT_BTREE","features":[200]},{"name":"DBPROPVAL_IT_CONTENT","features":[200]},{"name":"DBPROPVAL_IT_HASH","features":[200]},{"name":"DBPROPVAL_IT_OTHER","features":[200]},{"name":"DBPROPVAL_LM_INTENT","features":[200]},{"name":"DBPROPVAL_LM_NONE","features":[200]},{"name":"DBPROPVAL_LM_READ","features":[200]},{"name":"DBPROPVAL_LM_RITE","features":[200]},{"name":"DBPROPVAL_LM_SINGLEROW","features":[200]},{"name":"DBPROPVAL_MR_CONCURRENT","features":[200]},{"name":"DBPROPVAL_MR_NOTSUPPORTED","features":[200]},{"name":"DBPROPVAL_MR_SUPPORTED","features":[200]},{"name":"DBPROPVAL_NC_END","features":[200]},{"name":"DBPROPVAL_NC_HIGH","features":[200]},{"name":"DBPROPVAL_NC_LOW","features":[200]},{"name":"DBPROPVAL_NC_START","features":[200]},{"name":"DBPROPVAL_NP_ABOUTTODO","features":[200]},{"name":"DBPROPVAL_NP_DIDEVENT","features":[200]},{"name":"DBPROPVAL_NP_FAILEDTODO","features":[200]},{"name":"DBPROPVAL_NP_OKTODO","features":[200]},{"name":"DBPROPVAL_NP_SYNCHAFTER","features":[200]},{"name":"DBPROPVAL_NT_MULTIPLEROWS","features":[200]},{"name":"DBPROPVAL_NT_SINGLEROW","features":[200]},{"name":"DBPROPVAL_OA_ATEXECUTE","features":[200]},{"name":"DBPROPVAL_OA_ATROWRELEASE","features":[200]},{"name":"DBPROPVAL_OA_NOTSUPPORTED","features":[200]},{"name":"DBPROPVAL_OO_BLOB","features":[200]},{"name":"DBPROPVAL_OO_DIRECTBIND","features":[200]},{"name":"DBPROPVAL_OO_IPERSIST","features":[200]},{"name":"DBPROPVAL_OO_ROWOBJECT","features":[200]},{"name":"DBPROPVAL_OO_SCOPED","features":[200]},{"name":"DBPROPVAL_OO_SINGLETON","features":[200]},{"name":"DBPROPVAL_OP_EQUAL","features":[200]},{"name":"DBPROPVAL_OP_RELATIVE","features":[200]},{"name":"DBPROPVAL_OP_STRING","features":[200]},{"name":"DBPROPVAL_ORS_HISTOGRAM","features":[200]},{"name":"DBPROPVAL_ORS_INDEX","features":[200]},{"name":"DBPROPVAL_ORS_INTEGRATEDINDEX","features":[200]},{"name":"DBPROPVAL_ORS_STOREDPROC","features":[200]},{"name":"DBPROPVAL_ORS_TABLE","features":[200]},{"name":"DBPROPVAL_OS_AGR_AFTERSESSION","features":[200]},{"name":"DBPROPVAL_OS_CLIENTCURSOR","features":[200]},{"name":"DBPROPVAL_OS_DISABLEALL","features":[200]},{"name":"DBPROPVAL_OS_ENABLEALL","features":[200]},{"name":"DBPROPVAL_OS_RESOURCEPOOLING","features":[200]},{"name":"DBPROPVAL_OS_TXNENLISTMENT","features":[200]},{"name":"DBPROPVAL_PERSIST_ADTG","features":[200]},{"name":"DBPROPVAL_PERSIST_XML","features":[200]},{"name":"DBPROPVAL_PT_GUID","features":[200]},{"name":"DBPROPVAL_PT_GUID_NAME","features":[200]},{"name":"DBPROPVAL_PT_GUID_PROPID","features":[200]},{"name":"DBPROPVAL_PT_NAME","features":[200]},{"name":"DBPROPVAL_PT_PGUID_NAME","features":[200]},{"name":"DBPROPVAL_PT_PGUID_PROPID","features":[200]},{"name":"DBPROPVAL_PT_PROPID","features":[200]},{"name":"DBPROPVAL_RD_RESETALL","features":[200]},{"name":"DBPROPVAL_RT_APTMTTHREAD","features":[200]},{"name":"DBPROPVAL_RT_FREETHREAD","features":[200]},{"name":"DBPROPVAL_RT_SINGLETHREAD","features":[200]},{"name":"DBPROPVAL_SQL_ANSI89_IEF","features":[200]},{"name":"DBPROPVAL_SQL_ANSI92_ENTRY","features":[200]},{"name":"DBPROPVAL_SQL_ANSI92_FULL","features":[200]},{"name":"DBPROPVAL_SQL_ANSI92_INTERMEDIATE","features":[200]},{"name":"DBPROPVAL_SQL_ESCAPECLAUSES","features":[200]},{"name":"DBPROPVAL_SQL_FIPS_TRANSITIONAL","features":[200]},{"name":"DBPROPVAL_SQL_NONE","features":[200]},{"name":"DBPROPVAL_SQL_ODBC_CORE","features":[200]},{"name":"DBPROPVAL_SQL_ODBC_EXTENDED","features":[200]},{"name":"DBPROPVAL_SQL_ODBC_MINIMUM","features":[200]},{"name":"DBPROPVAL_SQL_SUBMINIMUM","features":[200]},{"name":"DBPROPVAL_SQ_COMPARISON","features":[200]},{"name":"DBPROPVAL_SQ_CORRELATEDSUBQUERIES","features":[200]},{"name":"DBPROPVAL_SQ_EXISTS","features":[200]},{"name":"DBPROPVAL_SQ_IN","features":[200]},{"name":"DBPROPVAL_SQ_QUANTIFIED","features":[200]},{"name":"DBPROPVAL_SQ_TABLE","features":[200]},{"name":"DBPROPVAL_SS_ILOCKBYTES","features":[200]},{"name":"DBPROPVAL_SS_ISEQUENTIALSTREAM","features":[200]},{"name":"DBPROPVAL_SS_ISTORAGE","features":[200]},{"name":"DBPROPVAL_SS_ISTREAM","features":[200]},{"name":"DBPROPVAL_STGM_CONVERT","features":[200]},{"name":"DBPROPVAL_STGM_DELETEONRELEASE","features":[200]},{"name":"DBPROPVAL_STGM_DIRECT","features":[200]},{"name":"DBPROPVAL_STGM_FAILIFTHERE","features":[200]},{"name":"DBPROPVAL_STGM_PRIORITY","features":[200]},{"name":"DBPROPVAL_STGM_TRANSACTED","features":[200]},{"name":"DBPROPVAL_SU_DML_STATEMENTS","features":[200]},{"name":"DBPROPVAL_SU_INDEX_DEFINITION","features":[200]},{"name":"DBPROPVAL_SU_PRIVILEGE_DEFINITION","features":[200]},{"name":"DBPROPVAL_SU_TABLE_DEFINITION","features":[200]},{"name":"DBPROPVAL_TC_ALL","features":[200]},{"name":"DBPROPVAL_TC_DDL_COMMIT","features":[200]},{"name":"DBPROPVAL_TC_DDL_IGNORE","features":[200]},{"name":"DBPROPVAL_TC_DDL_LOCK","features":[200]},{"name":"DBPROPVAL_TC_DML","features":[200]},{"name":"DBPROPVAL_TC_NONE","features":[200]},{"name":"DBPROPVAL_TI_BROWSE","features":[200]},{"name":"DBPROPVAL_TI_CHAOS","features":[200]},{"name":"DBPROPVAL_TI_CURSORSTABILITY","features":[200]},{"name":"DBPROPVAL_TI_ISOLATED","features":[200]},{"name":"DBPROPVAL_TI_READCOMMITTED","features":[200]},{"name":"DBPROPVAL_TI_READUNCOMMITTED","features":[200]},{"name":"DBPROPVAL_TI_REPEATABLEREAD","features":[200]},{"name":"DBPROPVAL_TI_SERIALIZABLE","features":[200]},{"name":"DBPROPVAL_TR_ABORT","features":[200]},{"name":"DBPROPVAL_TR_ABORT_DC","features":[200]},{"name":"DBPROPVAL_TR_ABORT_NO","features":[200]},{"name":"DBPROPVAL_TR_BOTH","features":[200]},{"name":"DBPROPVAL_TR_COMMIT","features":[200]},{"name":"DBPROPVAL_TR_COMMIT_DC","features":[200]},{"name":"DBPROPVAL_TR_COMMIT_NO","features":[200]},{"name":"DBPROPVAL_TR_DONTCARE","features":[200]},{"name":"DBPROPVAL_TR_NONE","features":[200]},{"name":"DBPROPVAL_TR_OPTIMISTIC","features":[200]},{"name":"DBPROPVAL_TS_CARDINALITY","features":[200]},{"name":"DBPROPVAL_TS_HISTOGRAM","features":[200]},{"name":"DBPROPVAL_UP_CHANGE","features":[200]},{"name":"DBPROPVAL_UP_DELETE","features":[200]},{"name":"DBPROPVAL_UP_INSERT","features":[200]},{"name":"DBPROP_ABORTPRESERVE","features":[200]},{"name":"DBPROP_ACCESSORDER","features":[200]},{"name":"DBPROP_ACTIVESESSIONS","features":[200]},{"name":"DBPROP_ALTERCOLUMN","features":[200]},{"name":"DBPROP_APPENDONLY","features":[200]},{"name":"DBPROP_ASYNCTXNABORT","features":[200]},{"name":"DBPROP_ASYNCTXNCOMMIT","features":[200]},{"name":"DBPROP_AUTH_CACHE_AUTHINFO","features":[200]},{"name":"DBPROP_AUTH_ENCRYPT_PASSWORD","features":[200]},{"name":"DBPROP_AUTH_INTEGRATED","features":[200]},{"name":"DBPROP_AUTH_MASK_PASSWORD","features":[200]},{"name":"DBPROP_AUTH_PASSWORD","features":[200]},{"name":"DBPROP_AUTH_PERSIST_ENCRYPTED","features":[200]},{"name":"DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO","features":[200]},{"name":"DBPROP_AUTH_USERID","features":[200]},{"name":"DBPROP_BLOCKINGSTORAGEOBJECTS","features":[200]},{"name":"DBPROP_BOOKMARKINFO","features":[200]},{"name":"DBPROP_BOOKMARKS","features":[200]},{"name":"DBPROP_BOOKMARKSKIPPED","features":[200]},{"name":"DBPROP_BOOKMARKTYPE","features":[200]},{"name":"DBPROP_BYREFACCESSORS","features":[200]},{"name":"DBPROP_CACHEDEFERRED","features":[200]},{"name":"DBPROP_CANFETCHBACKWARDS","features":[200]},{"name":"DBPROP_CANHOLDROWS","features":[200]},{"name":"DBPROP_CANSCROLLBACKWARDS","features":[200]},{"name":"DBPROP_CATALOGLOCATION","features":[200]},{"name":"DBPROP_CATALOGTERM","features":[200]},{"name":"DBPROP_CATALOGUSAGE","features":[200]},{"name":"DBPROP_CHANGEINSERTEDROWS","features":[200]},{"name":"DBPROP_CLIENTCURSOR","features":[200]},{"name":"DBPROP_COLUMNDEFINITION","features":[200]},{"name":"DBPROP_COLUMNLCID","features":[200]},{"name":"DBPROP_COLUMNRESTRICT","features":[200]},{"name":"DBPROP_COL_AUTOINCREMENT","features":[200]},{"name":"DBPROP_COL_DEFAULT","features":[200]},{"name":"DBPROP_COL_DESCRIPTION","features":[200]},{"name":"DBPROP_COL_FIXEDLENGTH","features":[200]},{"name":"DBPROP_COL_INCREMENT","features":[200]},{"name":"DBPROP_COL_ISLONG","features":[200]},{"name":"DBPROP_COL_NULLABLE","features":[200]},{"name":"DBPROP_COL_PRIMARYKEY","features":[200]},{"name":"DBPROP_COL_SEED","features":[200]},{"name":"DBPROP_COL_UNIQUE","features":[200]},{"name":"DBPROP_COMMANDTIMEOUT","features":[200]},{"name":"DBPROP_COMMITPRESERVE","features":[200]},{"name":"DBPROP_COMSERVICES","features":[200]},{"name":"DBPROP_CONCATNULLBEHAVIOR","features":[200]},{"name":"DBPROP_CONNECTIONSTATUS","features":[200]},{"name":"DBPROP_CURRENTCATALOG","features":[200]},{"name":"DBPROP_DATASOURCENAME","features":[200]},{"name":"DBPROP_DATASOURCEREADONLY","features":[200]},{"name":"DBPROP_DATASOURCE_TYPE","features":[200]},{"name":"DBPROP_DBMSNAME","features":[200]},{"name":"DBPROP_DBMSVER","features":[200]},{"name":"DBPROP_DEFERRED","features":[200]},{"name":"DBPROP_DELAYSTORAGEOBJECTS","features":[200]},{"name":"DBPROP_DSOTHREADMODEL","features":[200]},{"name":"DBPROP_FILTERCOMPAREOPS","features":[200]},{"name":"DBPROP_FILTEROPS","features":[200]},{"name":"DBPROP_FINDCOMPAREOPS","features":[200]},{"name":"DBPROP_GENERATEURL","features":[200]},{"name":"DBPROP_GROUPBY","features":[200]},{"name":"DBPROP_HCHAPTER","features":[200]},{"name":"DBPROP_HETEROGENEOUSTABLES","features":[200]},{"name":"DBPROP_HIDDENCOLUMNS","features":[200]},{"name":"DBPROP_IAccessor","features":[200]},{"name":"DBPROP_IBindResource","features":[200]},{"name":"DBPROP_IChapteredRowset","features":[200]},{"name":"DBPROP_IColumnsInfo","features":[200]},{"name":"DBPROP_IColumnsInfo2","features":[200]},{"name":"DBPROP_IColumnsRowset","features":[200]},{"name":"DBPROP_ICommandCost","features":[200]},{"name":"DBPROP_ICommandTree","features":[200]},{"name":"DBPROP_ICommandValidate","features":[200]},{"name":"DBPROP_IConnectionPointContainer","features":[200]},{"name":"DBPROP_IConvertType","features":[200]},{"name":"DBPROP_ICreateRow","features":[200]},{"name":"DBPROP_IDBAsynchStatus","features":[200]},{"name":"DBPROP_IDBBinderProperties","features":[200]},{"name":"DBPROP_IDBSchemaCommand","features":[200]},{"name":"DBPROP_IDENTIFIERCASE","features":[200]},{"name":"DBPROP_IGetRow","features":[200]},{"name":"DBPROP_IGetSession","features":[200]},{"name":"DBPROP_IGetSourceRow","features":[200]},{"name":"DBPROP_ILockBytes","features":[200]},{"name":"DBPROP_IMMOBILEROWS","features":[200]},{"name":"DBPROP_IMultipleResults","features":[200]},{"name":"DBPROP_INDEX_AUTOUPDATE","features":[200]},{"name":"DBPROP_INDEX_CLUSTERED","features":[200]},{"name":"DBPROP_INDEX_FILLFACTOR","features":[200]},{"name":"DBPROP_INDEX_INITIALSIZE","features":[200]},{"name":"DBPROP_INDEX_NULLCOLLATION","features":[200]},{"name":"DBPROP_INDEX_NULLS","features":[200]},{"name":"DBPROP_INDEX_PRIMARYKEY","features":[200]},{"name":"DBPROP_INDEX_SORTBOOKMARKS","features":[200]},{"name":"DBPROP_INDEX_TEMPINDEX","features":[200]},{"name":"DBPROP_INDEX_TYPE","features":[200]},{"name":"DBPROP_INDEX_UNIQUE","features":[200]},{"name":"DBPROP_INIT_ASYNCH","features":[200]},{"name":"DBPROP_INIT_BINDFLAGS","features":[200]},{"name":"DBPROP_INIT_CATALOG","features":[200]},{"name":"DBPROP_INIT_DATASOURCE","features":[200]},{"name":"DBPROP_INIT_GENERALTIMEOUT","features":[200]},{"name":"DBPROP_INIT_HWND","features":[200]},{"name":"DBPROP_INIT_IMPERSONATION_LEVEL","features":[200]},{"name":"DBPROP_INIT_LCID","features":[200]},{"name":"DBPROP_INIT_LOCATION","features":[200]},{"name":"DBPROP_INIT_LOCKOWNER","features":[200]},{"name":"DBPROP_INIT_MODE","features":[200]},{"name":"DBPROP_INIT_OLEDBSERVICES","features":[200]},{"name":"DBPROP_INIT_PROMPT","features":[200]},{"name":"DBPROP_INIT_PROTECTION_LEVEL","features":[200]},{"name":"DBPROP_INIT_PROVIDERSTRING","features":[200]},{"name":"DBPROP_INIT_TIMEOUT","features":[200]},{"name":"DBPROP_INTERLEAVEDROWS","features":[200]},{"name":"DBPROP_IParentRowset","features":[200]},{"name":"DBPROP_IProvideMoniker","features":[200]},{"name":"DBPROP_IQuery","features":[200]},{"name":"DBPROP_IReadData","features":[200]},{"name":"DBPROP_IRegisterProvider","features":[200]},{"name":"DBPROP_IRow","features":[200]},{"name":"DBPROP_IRowChange","features":[200]},{"name":"DBPROP_IRowSchemaChange","features":[200]},{"name":"DBPROP_IRowset","features":[200]},{"name":"DBPROP_IRowsetAsynch","features":[200]},{"name":"DBPROP_IRowsetBookmark","features":[200]},{"name":"DBPROP_IRowsetChange","features":[200]},{"name":"DBPROP_IRowsetCopyRows","features":[200]},{"name":"DBPROP_IRowsetCurrentIndex","features":[200]},{"name":"DBPROP_IRowsetExactScroll","features":[200]},{"name":"DBPROP_IRowsetFind","features":[200]},{"name":"DBPROP_IRowsetIdentity","features":[200]},{"name":"DBPROP_IRowsetIndex","features":[200]},{"name":"DBPROP_IRowsetInfo","features":[200]},{"name":"DBPROP_IRowsetKeys","features":[200]},{"name":"DBPROP_IRowsetLocate","features":[200]},{"name":"DBPROP_IRowsetNewRowAfter","features":[200]},{"name":"DBPROP_IRowsetNextRowset","features":[200]},{"name":"DBPROP_IRowsetRefresh","features":[200]},{"name":"DBPROP_IRowsetResynch","features":[200]},{"name":"DBPROP_IRowsetScroll","features":[200]},{"name":"DBPROP_IRowsetUpdate","features":[200]},{"name":"DBPROP_IRowsetView","features":[200]},{"name":"DBPROP_IRowsetWatchAll","features":[200]},{"name":"DBPROP_IRowsetWatchNotify","features":[200]},{"name":"DBPROP_IRowsetWatchRegion","features":[200]},{"name":"DBPROP_IRowsetWithParameters","features":[200]},{"name":"DBPROP_IScopedOperations","features":[200]},{"name":"DBPROP_ISequentialStream","features":[200]},{"name":"DBPROP_IStorage","features":[200]},{"name":"DBPROP_IStream","features":[200]},{"name":"DBPROP_ISupportErrorInfo","features":[200]},{"name":"DBPROP_IViewChapter","features":[200]},{"name":"DBPROP_IViewFilter","features":[200]},{"name":"DBPROP_IViewRowset","features":[200]},{"name":"DBPROP_IViewSort","features":[200]},{"name":"DBPROP_LITERALBOOKMARKS","features":[200]},{"name":"DBPROP_LITERALIDENTITY","features":[200]},{"name":"DBPROP_LOCKMODE","features":[200]},{"name":"DBPROP_MAINTAINPROPS","features":[200]},{"name":"DBPROP_MARSHALLABLE","features":[200]},{"name":"DBPROP_MAXINDEXSIZE","features":[200]},{"name":"DBPROP_MAXOPENCHAPTERS","features":[200]},{"name":"DBPROP_MAXOPENROWS","features":[200]},{"name":"DBPROP_MAXORSINFILTER","features":[200]},{"name":"DBPROP_MAXPENDINGROWS","features":[200]},{"name":"DBPROP_MAXROWS","features":[200]},{"name":"DBPROP_MAXROWSIZE","features":[200]},{"name":"DBPROP_MAXROWSIZEINCLUDESBLOB","features":[200]},{"name":"DBPROP_MAXSORTCOLUMNS","features":[200]},{"name":"DBPROP_MAXTABLESINSELECT","features":[200]},{"name":"DBPROP_MAYWRITECOLUMN","features":[200]},{"name":"DBPROP_MEMORYUSAGE","features":[200]},{"name":"DBPROP_MSDAORA8_DETERMINEKEYCOLUMNS","features":[200]},{"name":"DBPROP_MSDAORA_DETERMINEKEYCOLUMNS","features":[200]},{"name":"DBPROP_MSDS_DBINIT_DATAPROVIDER","features":[200]},{"name":"DBPROP_MSDS_SESS_UNIQUENAMES","features":[200]},{"name":"DBPROP_MULTIPLECONNECTIONS","features":[200]},{"name":"DBPROP_MULTIPLEPARAMSETS","features":[200]},{"name":"DBPROP_MULTIPLERESULTS","features":[200]},{"name":"DBPROP_MULTIPLESTORAGEOBJECTS","features":[200]},{"name":"DBPROP_MULTITABLEUPDATE","features":[200]},{"name":"DBPROP_NOTIFICATIONGRANULARITY","features":[200]},{"name":"DBPROP_NOTIFICATIONPHASES","features":[200]},{"name":"DBPROP_NOTIFYCOLUMNSET","features":[200]},{"name":"DBPROP_NOTIFYROWDELETE","features":[200]},{"name":"DBPROP_NOTIFYROWFIRSTCHANGE","features":[200]},{"name":"DBPROP_NOTIFYROWINSERT","features":[200]},{"name":"DBPROP_NOTIFYROWRESYNCH","features":[200]},{"name":"DBPROP_NOTIFYROWSETCHANGED","features":[200]},{"name":"DBPROP_NOTIFYROWSETFETCHPOSITIONCHANGE","features":[200]},{"name":"DBPROP_NOTIFYROWSETRELEASE","features":[200]},{"name":"DBPROP_NOTIFYROWUNDOCHANGE","features":[200]},{"name":"DBPROP_NOTIFYROWUNDODELETE","features":[200]},{"name":"DBPROP_NOTIFYROWUNDOINSERT","features":[200]},{"name":"DBPROP_NOTIFYROWUPDATE","features":[200]},{"name":"DBPROP_NULLCOLLATION","features":[200]},{"name":"DBPROP_OLEOBJECTS","features":[200]},{"name":"DBPROP_OPENROWSETSUPPORT","features":[200]},{"name":"DBPROP_ORDERBYCOLUMNSINSELECT","features":[200]},{"name":"DBPROP_ORDEREDBOOKMARKS","features":[200]},{"name":"DBPROP_OTHERINSERT","features":[200]},{"name":"DBPROP_OTHERUPDATEDELETE","features":[200]},{"name":"DBPROP_OUTPUTENCODING","features":[200]},{"name":"DBPROP_OUTPUTPARAMETERAVAILABILITY","features":[200]},{"name":"DBPROP_OUTPUTSTREAM","features":[200]},{"name":"DBPROP_OWNINSERT","features":[200]},{"name":"DBPROP_OWNUPDATEDELETE","features":[200]},{"name":"DBPROP_PERSISTENTIDTYPE","features":[200]},{"name":"DBPROP_PREPAREABORTBEHAVIOR","features":[200]},{"name":"DBPROP_PREPARECOMMITBEHAVIOR","features":[200]},{"name":"DBPROP_PROCEDURETERM","features":[200]},{"name":"DBPROP_PROVIDERFRIENDLYNAME","features":[200]},{"name":"DBPROP_PROVIDERMEMORY","features":[200]},{"name":"DBPROP_PROVIDERNAME","features":[200]},{"name":"DBPROP_PROVIDEROLEDBVER","features":[200]},{"name":"DBPROP_PROVIDERVER","features":[200]},{"name":"DBPROP_PersistFormat","features":[200]},{"name":"DBPROP_PersistSchema","features":[200]},{"name":"DBPROP_QUICKRESTART","features":[200]},{"name":"DBPROP_QUOTEDIDENTIFIERCASE","features":[200]},{"name":"DBPROP_REENTRANTEVENTS","features":[200]},{"name":"DBPROP_REMOVEDELETED","features":[200]},{"name":"DBPROP_REPORTMULTIPLECHANGES","features":[200]},{"name":"DBPROP_RESETDATASOURCE","features":[200]},{"name":"DBPROP_RETURNPENDINGINSERTS","features":[200]},{"name":"DBPROP_ROWRESTRICT","features":[200]},{"name":"DBPROP_ROWSETCONVERSIONSONCOMMAND","features":[200]},{"name":"DBPROP_ROWSET_ASYNCH","features":[200]},{"name":"DBPROP_ROWTHREADMODEL","features":[200]},{"name":"DBPROP_ROW_BULKOPS","features":[200]},{"name":"DBPROP_SCHEMATERM","features":[200]},{"name":"DBPROP_SCHEMAUSAGE","features":[200]},{"name":"DBPROP_SERVERCURSOR","features":[200]},{"name":"DBPROP_SERVERDATAONINSERT","features":[200]},{"name":"DBPROP_SERVERNAME","features":[200]},{"name":"DBPROP_SESS_AUTOCOMMITISOLEVELS","features":[200]},{"name":"DBPROP_SKIPROWCOUNTRESULTS","features":[200]},{"name":"DBPROP_SORTONINDEX","features":[200]},{"name":"DBPROP_SQLSUPPORT","features":[200]},{"name":"DBPROP_STORAGEFLAGS","features":[200]},{"name":"DBPROP_STRONGIDENTITY","features":[200]},{"name":"DBPROP_STRUCTUREDSTORAGE","features":[200]},{"name":"DBPROP_SUBQUERIES","features":[200]},{"name":"DBPROP_SUPPORTEDTXNDDL","features":[200]},{"name":"DBPROP_SUPPORTEDTXNISOLEVELS","features":[200]},{"name":"DBPROP_SUPPORTEDTXNISORETAIN","features":[200]},{"name":"DBPROP_TABLESTATISTICS","features":[200]},{"name":"DBPROP_TABLETERM","features":[200]},{"name":"DBPROP_TBL_TEMPTABLE","features":[200]},{"name":"DBPROP_TRANSACTEDOBJECT","features":[200]},{"name":"DBPROP_TRUSTEE_AUTHENTICATION","features":[200]},{"name":"DBPROP_TRUSTEE_NEWAUTHENTICATION","features":[200]},{"name":"DBPROP_TRUSTEE_USERNAME","features":[200]},{"name":"DBPROP_UNIQUEROWS","features":[200]},{"name":"DBPROP_UPDATABILITY","features":[200]},{"name":"DBPROP_USERNAME","features":[200]},{"name":"DBPROP_Unicode","features":[200]},{"name":"DBQUERYGUID","features":[200]},{"name":"DBRANGEENUM","features":[200]},{"name":"DBRANGEENUM20","features":[200]},{"name":"DBRANGE_EXCLUDENULLS","features":[200]},{"name":"DBRANGE_EXCLUSIVEEND","features":[200]},{"name":"DBRANGE_EXCLUSIVESTART","features":[200]},{"name":"DBRANGE_INCLUSIVEEND","features":[200]},{"name":"DBRANGE_INCLUSIVESTART","features":[200]},{"name":"DBRANGE_MATCH","features":[200]},{"name":"DBRANGE_MATCH_N_MASK","features":[200]},{"name":"DBRANGE_MATCH_N_SHIFT","features":[200]},{"name":"DBRANGE_PREFIX","features":[200]},{"name":"DBREASONENUM","features":[200]},{"name":"DBREASONENUM15","features":[200]},{"name":"DBREASONENUM25","features":[200]},{"name":"DBREASON_COLUMN_RECALCULATED","features":[200]},{"name":"DBREASON_COLUMN_SET","features":[200]},{"name":"DBREASON_ROWPOSITION_CHANGED","features":[200]},{"name":"DBREASON_ROWPOSITION_CHAPTERCHANGED","features":[200]},{"name":"DBREASON_ROWPOSITION_CLEARED","features":[200]},{"name":"DBREASON_ROWSET_CHANGED","features":[200]},{"name":"DBREASON_ROWSET_FETCHPOSITIONCHANGE","features":[200]},{"name":"DBREASON_ROWSET_POPULATIONCOMPLETE","features":[200]},{"name":"DBREASON_ROWSET_POPULATIONSTOPPED","features":[200]},{"name":"DBREASON_ROWSET_RELEASE","features":[200]},{"name":"DBREASON_ROWSET_ROWSADDED","features":[200]},{"name":"DBREASON_ROW_ACTIVATE","features":[200]},{"name":"DBREASON_ROW_ASYNCHINSERT","features":[200]},{"name":"DBREASON_ROW_DELETE","features":[200]},{"name":"DBREASON_ROW_FIRSTCHANGE","features":[200]},{"name":"DBREASON_ROW_INSERT","features":[200]},{"name":"DBREASON_ROW_RELEASE","features":[200]},{"name":"DBREASON_ROW_RESYNCH","features":[200]},{"name":"DBREASON_ROW_UNDOCHANGE","features":[200]},{"name":"DBREASON_ROW_UNDODELETE","features":[200]},{"name":"DBREASON_ROW_UNDOINSERT","features":[200]},{"name":"DBREASON_ROW_UPDATE","features":[200]},{"name":"DBRESOURCEKINDENUM","features":[200]},{"name":"DBRESOURCE_CPU","features":[200]},{"name":"DBRESOURCE_DISK","features":[200]},{"name":"DBRESOURCE_INVALID","features":[200]},{"name":"DBRESOURCE_MEMORY","features":[200]},{"name":"DBRESOURCE_NETWORK","features":[200]},{"name":"DBRESOURCE_OTHER","features":[200]},{"name":"DBRESOURCE_RESPONSE","features":[200]},{"name":"DBRESOURCE_ROWS","features":[200]},{"name":"DBRESOURCE_TOTAL","features":[200]},{"name":"DBRESULTFLAGENUM","features":[200]},{"name":"DBRESULTFLAG_DEFAULT","features":[200]},{"name":"DBRESULTFLAG_ROW","features":[200]},{"name":"DBRESULTFLAG_ROWSET","features":[200]},{"name":"DBROWCHANGEKINDENUM","features":[200]},{"name":"DBROWCHANGEKIND_COUNT","features":[200]},{"name":"DBROWCHANGEKIND_DELETE","features":[200]},{"name":"DBROWCHANGEKIND_INSERT","features":[200]},{"name":"DBROWCHANGEKIND_UPDATE","features":[200]},{"name":"DBROWSTATUSENUM","features":[200]},{"name":"DBROWSTATUSENUM20","features":[200]},{"name":"DBROWSTATUS_E_CANCELED","features":[200]},{"name":"DBROWSTATUS_E_CANTRELEASE","features":[200]},{"name":"DBROWSTATUS_E_CONCURRENCYVIOLATION","features":[200]},{"name":"DBROWSTATUS_E_DELETED","features":[200]},{"name":"DBROWSTATUS_E_FAIL","features":[200]},{"name":"DBROWSTATUS_E_INTEGRITYVIOLATION","features":[200]},{"name":"DBROWSTATUS_E_INVALID","features":[200]},{"name":"DBROWSTATUS_E_LIMITREACHED","features":[200]},{"name":"DBROWSTATUS_E_MAXPENDCHANGESEXCEEDED","features":[200]},{"name":"DBROWSTATUS_E_NEWLYINSERTED","features":[200]},{"name":"DBROWSTATUS_E_OBJECTOPEN","features":[200]},{"name":"DBROWSTATUS_E_OUTOFMEMORY","features":[200]},{"name":"DBROWSTATUS_E_PENDINGINSERT","features":[200]},{"name":"DBROWSTATUS_E_PERMISSIONDENIED","features":[200]},{"name":"DBROWSTATUS_E_SCHEMAVIOLATION","features":[200]},{"name":"DBROWSTATUS_S_MULTIPLECHANGES","features":[200]},{"name":"DBROWSTATUS_S_NOCHANGE","features":[200]},{"name":"DBROWSTATUS_S_OK","features":[200]},{"name":"DBROWSTATUS_S_PENDINGCHANGES","features":[200]},{"name":"DBROWWATCHCHANGE","features":[200]},{"name":"DBROWWATCHCHANGE","features":[200]},{"name":"DBSCHEMA_LINKEDSERVERS","features":[200]},{"name":"DBSEEKENUM","features":[200]},{"name":"DBSEEK_AFTER","features":[200]},{"name":"DBSEEK_AFTEREQ","features":[200]},{"name":"DBSEEK_BEFORE","features":[200]},{"name":"DBSEEK_BEFOREEQ","features":[200]},{"name":"DBSEEK_FIRSTEQ","features":[200]},{"name":"DBSEEK_INVALID","features":[200]},{"name":"DBSEEK_LASTEQ","features":[200]},{"name":"DBSELFGUID","features":[200]},{"name":"DBSORTENUM","features":[200]},{"name":"DBSORT_ASCENDING","features":[200]},{"name":"DBSORT_DESCENDING","features":[200]},{"name":"DBSOURCETYPEENUM","features":[200]},{"name":"DBSOURCETYPEENUM20","features":[200]},{"name":"DBSOURCETYPEENUM25","features":[200]},{"name":"DBSOURCETYPE_BINDER","features":[200]},{"name":"DBSOURCETYPE_DATASOURCE","features":[200]},{"name":"DBSOURCETYPE_DATASOURCE_MDP","features":[200]},{"name":"DBSOURCETYPE_DATASOURCE_TDP","features":[200]},{"name":"DBSOURCETYPE_ENUMERATOR","features":[200]},{"name":"DBSTATUSENUM","features":[200]},{"name":"DBSTATUSENUM20","features":[200]},{"name":"DBSTATUSENUM21","features":[200]},{"name":"DBSTATUSENUM25","features":[200]},{"name":"DBSTATUSENUM26","features":[200]},{"name":"DBSTATUS_E_BADACCESSOR","features":[200]},{"name":"DBSTATUS_E_BADSTATUS","features":[200]},{"name":"DBSTATUS_E_CANCELED","features":[200]},{"name":"DBSTATUS_E_CANNOTCOMPLETE","features":[200]},{"name":"DBSTATUS_E_CANTCONVERTVALUE","features":[200]},{"name":"DBSTATUS_E_CANTCREATE","features":[200]},{"name":"DBSTATUS_E_DATAOVERFLOW","features":[200]},{"name":"DBSTATUS_E_DOESNOTEXIST","features":[200]},{"name":"DBSTATUS_E_INTEGRITYVIOLATION","features":[200]},{"name":"DBSTATUS_E_INVALIDURL","features":[200]},{"name":"DBSTATUS_E_NOTCOLLECTION","features":[200]},{"name":"DBSTATUS_E_OUTOFSPACE","features":[200]},{"name":"DBSTATUS_E_PERMISSIONDENIED","features":[200]},{"name":"DBSTATUS_E_READONLY","features":[200]},{"name":"DBSTATUS_E_RESOURCEEXISTS","features":[200]},{"name":"DBSTATUS_E_RESOURCELOCKED","features":[200]},{"name":"DBSTATUS_E_RESOURCEOUTOFSCOPE","features":[200]},{"name":"DBSTATUS_E_SCHEMAVIOLATION","features":[200]},{"name":"DBSTATUS_E_SIGNMISMATCH","features":[200]},{"name":"DBSTATUS_E_UNAVAILABLE","features":[200]},{"name":"DBSTATUS_E_VOLUMENOTFOUND","features":[200]},{"name":"DBSTATUS_S_ALREADYEXISTS","features":[200]},{"name":"DBSTATUS_S_CANNOTDELETESOURCE","features":[200]},{"name":"DBSTATUS_S_DEFAULT","features":[200]},{"name":"DBSTATUS_S_IGNORE","features":[200]},{"name":"DBSTATUS_S_ISNULL","features":[200]},{"name":"DBSTATUS_S_OK","features":[200]},{"name":"DBSTATUS_S_ROWSETCOLUMN","features":[200]},{"name":"DBSTATUS_S_TRUNCATED","features":[200]},{"name":"DBSTAT_COLUMN_CARDINALITY","features":[200]},{"name":"DBSTAT_HISTOGRAM","features":[200]},{"name":"DBSTAT_TUPLE_CARDINALITY","features":[200]},{"name":"DBTABLESTATISTICSTYPE26","features":[200]},{"name":"DBTIME","features":[200]},{"name":"DBTIMESTAMP","features":[200]},{"name":"DBTIMESTAMP","features":[200]},{"name":"DBTYPEENUM","features":[200]},{"name":"DBTYPEENUM15","features":[200]},{"name":"DBTYPEENUM20","features":[200]},{"name":"DBTYPE_ARRAY","features":[200]},{"name":"DBTYPE_BOOL","features":[200]},{"name":"DBTYPE_BSTR","features":[200]},{"name":"DBTYPE_BYREF","features":[200]},{"name":"DBTYPE_BYTES","features":[200]},{"name":"DBTYPE_CY","features":[200]},{"name":"DBTYPE_DATE","features":[200]},{"name":"DBTYPE_DBDATE","features":[200]},{"name":"DBTYPE_DBTIME","features":[200]},{"name":"DBTYPE_DBTIMESTAMP","features":[200]},{"name":"DBTYPE_DECIMAL","features":[200]},{"name":"DBTYPE_EMPTY","features":[200]},{"name":"DBTYPE_ERROR","features":[200]},{"name":"DBTYPE_FILETIME","features":[200]},{"name":"DBTYPE_GUID","features":[200]},{"name":"DBTYPE_HCHAPTER","features":[200]},{"name":"DBTYPE_I1","features":[200]},{"name":"DBTYPE_I2","features":[200]},{"name":"DBTYPE_I4","features":[200]},{"name":"DBTYPE_I8","features":[200]},{"name":"DBTYPE_IDISPATCH","features":[200]},{"name":"DBTYPE_IUNKNOWN","features":[200]},{"name":"DBTYPE_NULL","features":[200]},{"name":"DBTYPE_NUMERIC","features":[200]},{"name":"DBTYPE_PROPVARIANT","features":[200]},{"name":"DBTYPE_R4","features":[200]},{"name":"DBTYPE_R8","features":[200]},{"name":"DBTYPE_RESERVED","features":[200]},{"name":"DBTYPE_SQLVARIANT","features":[200]},{"name":"DBTYPE_STR","features":[200]},{"name":"DBTYPE_UDT","features":[200]},{"name":"DBTYPE_UI1","features":[200]},{"name":"DBTYPE_UI2","features":[200]},{"name":"DBTYPE_UI4","features":[200]},{"name":"DBTYPE_UI8","features":[200]},{"name":"DBTYPE_VARIANT","features":[200]},{"name":"DBTYPE_VARNUMERIC","features":[200]},{"name":"DBTYPE_VECTOR","features":[200]},{"name":"DBTYPE_WSTR","features":[200]},{"name":"DBUNIT_BYTE","features":[200]},{"name":"DBUNIT_GIGA_BYTE","features":[200]},{"name":"DBUNIT_HOUR","features":[200]},{"name":"DBUNIT_INVALID","features":[200]},{"name":"DBUNIT_KILO_BYTE","features":[200]},{"name":"DBUNIT_MAXIMUM","features":[200]},{"name":"DBUNIT_MEGA_BYTE","features":[200]},{"name":"DBUNIT_MICRO_SECOND","features":[200]},{"name":"DBUNIT_MILLI_SECOND","features":[200]},{"name":"DBUNIT_MINIMUM","features":[200]},{"name":"DBUNIT_MINUTE","features":[200]},{"name":"DBUNIT_NUM_LOCKS","features":[200]},{"name":"DBUNIT_NUM_MSGS","features":[200]},{"name":"DBUNIT_NUM_ROWS","features":[200]},{"name":"DBUNIT_OTHER","features":[200]},{"name":"DBUNIT_PERCENT","features":[200]},{"name":"DBUNIT_SECOND","features":[200]},{"name":"DBUNIT_WEIGHT","features":[200]},{"name":"DBUPDELRULEENUM","features":[200]},{"name":"DBUPDELRULE_CASCADE","features":[200]},{"name":"DBUPDELRULE_NOACTION","features":[200]},{"name":"DBUPDELRULE_SETDEFAULT","features":[200]},{"name":"DBUPDELRULE_SETNULL","features":[200]},{"name":"DBVARYBIN","features":[200]},{"name":"DBVARYCHAR","features":[200]},{"name":"DBVECTOR","features":[200]},{"name":"DBVECTOR","features":[200]},{"name":"DBWATCHMODEENUM","features":[200]},{"name":"DBWATCHMODE_ALL","features":[200]},{"name":"DBWATCHMODE_COUNT","features":[200]},{"name":"DBWATCHMODE_EXTEND","features":[200]},{"name":"DBWATCHMODE_MOVE","features":[200]},{"name":"DBWATCHNOTIFYENUM","features":[200]},{"name":"DBWATCHNOTIFY_QUERYDONE","features":[200]},{"name":"DBWATCHNOTIFY_QUERYREEXECUTED","features":[200]},{"name":"DBWATCHNOTIFY_ROWSCHANGED","features":[200]},{"name":"DB_ALL_EXCEPT_LIKE","features":[200]},{"name":"DB_BINDFLAGS_COLLECTION","features":[200]},{"name":"DB_BINDFLAGS_DELAYFETCHCOLUMNS","features":[200]},{"name":"DB_BINDFLAGS_DELAYFETCHSTREAM","features":[200]},{"name":"DB_BINDFLAGS_ISSTRUCTUREDDOCUMENT","features":[200]},{"name":"DB_BINDFLAGS_OPENIFEXISTS","features":[200]},{"name":"DB_BINDFLAGS_OUTPUT","features":[200]},{"name":"DB_BINDFLAGS_OVERWRITE","features":[200]},{"name":"DB_BINDFLAGS_RECURSIVE","features":[200]},{"name":"DB_COLLATION_ASC","features":[200]},{"name":"DB_COLLATION_DESC","features":[200]},{"name":"DB_COUNTUNAVAILABLE","features":[200]},{"name":"DB_E_ABORTLIMITREACHED","features":[200]},{"name":"DB_E_ALREADYINITIALIZED","features":[200]},{"name":"DB_E_ALTERRESTRICTED","features":[200]},{"name":"DB_E_ASYNCNOTSUPPORTED","features":[200]},{"name":"DB_E_BADACCESSORFLAGS","features":[200]},{"name":"DB_E_BADACCESSORHANDLE","features":[200]},{"name":"DB_E_BADACCESSORTYPE","features":[200]},{"name":"DB_E_BADBINDINFO","features":[200]},{"name":"DB_E_BADBOOKMARK","features":[200]},{"name":"DB_E_BADCHAPTER","features":[200]},{"name":"DB_E_BADCOLUMNID","features":[200]},{"name":"DB_E_BADCOMMANDFLAGS","features":[200]},{"name":"DB_E_BADCOMMANDID","features":[200]},{"name":"DB_E_BADCOMPAREOP","features":[200]},{"name":"DB_E_BADCONSTRAINTFORM","features":[200]},{"name":"DB_E_BADCONSTRAINTID","features":[200]},{"name":"DB_E_BADCONSTRAINTTYPE","features":[200]},{"name":"DB_E_BADCONVERTFLAG","features":[200]},{"name":"DB_E_BADCOPY","features":[200]},{"name":"DB_E_BADDEFERRABILITY","features":[200]},{"name":"DB_E_BADDYNAMICERRORID","features":[200]},{"name":"DB_E_BADHRESULT","features":[200]},{"name":"DB_E_BADID","features":[200]},{"name":"DB_E_BADINDEXID","features":[200]},{"name":"DB_E_BADINITSTRING","features":[200]},{"name":"DB_E_BADLOCKMODE","features":[200]},{"name":"DB_E_BADLOOKUPID","features":[200]},{"name":"DB_E_BADMATCHTYPE","features":[200]},{"name":"DB_E_BADORDINAL","features":[200]},{"name":"DB_E_BADPARAMETERNAME","features":[200]},{"name":"DB_E_BADPRECISION","features":[200]},{"name":"DB_E_BADPROPERTYVALUE","features":[200]},{"name":"DB_E_BADRATIO","features":[200]},{"name":"DB_E_BADRECORDNUM","features":[200]},{"name":"DB_E_BADREGIONHANDLE","features":[200]},{"name":"DB_E_BADROWHANDLE","features":[200]},{"name":"DB_E_BADSCALE","features":[200]},{"name":"DB_E_BADSOURCEHANDLE","features":[200]},{"name":"DB_E_BADSTARTPOSITION","features":[200]},{"name":"DB_E_BADSTATUSVALUE","features":[200]},{"name":"DB_E_BADSTORAGEFLAG","features":[200]},{"name":"DB_E_BADSTORAGEFLAGS","features":[200]},{"name":"DB_E_BADTABLEID","features":[200]},{"name":"DB_E_BADTYPE","features":[200]},{"name":"DB_E_BADTYPENAME","features":[200]},{"name":"DB_E_BADUPDATEDELETERULE","features":[200]},{"name":"DB_E_BADVALUES","features":[200]},{"name":"DB_E_BOGUS","features":[200]},{"name":"DB_E_BOOKMARKSKIPPED","features":[200]},{"name":"DB_E_BYREFACCESSORNOTSUPPORTED","features":[200]},{"name":"DB_E_CANCELED","features":[200]},{"name":"DB_E_CANNOTCONNECT","features":[200]},{"name":"DB_E_CANNOTFREE","features":[200]},{"name":"DB_E_CANNOTRESTART","features":[200]},{"name":"DB_E_CANTCANCEL","features":[200]},{"name":"DB_E_CANTCONVERTVALUE","features":[200]},{"name":"DB_E_CANTFETCHBACKWARDS","features":[200]},{"name":"DB_E_CANTFILTER","features":[200]},{"name":"DB_E_CANTORDER","features":[200]},{"name":"DB_E_CANTSCROLLBACKWARDS","features":[200]},{"name":"DB_E_CANTTRANSLATE","features":[200]},{"name":"DB_E_CHAPTERNOTRELEASED","features":[200]},{"name":"DB_E_COLUMNUNAVAILABLE","features":[200]},{"name":"DB_E_COMMANDNOTPERSISTED","features":[200]},{"name":"DB_E_CONCURRENCYVIOLATION","features":[200]},{"name":"DB_E_COSTLIMIT","features":[200]},{"name":"DB_E_DATAOVERFLOW","features":[200]},{"name":"DB_E_DELETEDROW","features":[200]},{"name":"DB_E_DIALECTNOTSUPPORTED","features":[200]},{"name":"DB_E_DROPRESTRICTED","features":[200]},{"name":"DB_E_DUPLICATECOLUMNID","features":[200]},{"name":"DB_E_DUPLICATECONSTRAINTID","features":[200]},{"name":"DB_E_DUPLICATEDATASOURCE","features":[200]},{"name":"DB_E_DUPLICATEID","features":[200]},{"name":"DB_E_DUPLICATEINDEXID","features":[200]},{"name":"DB_E_DUPLICATETABLEID","features":[200]},{"name":"DB_E_ERRORSINCOMMAND","features":[200]},{"name":"DB_E_ERRORSOCCURRED","features":[200]},{"name":"DB_E_GOALREJECTED","features":[200]},{"name":"DB_E_INDEXINUSE","features":[200]},{"name":"DB_E_INTEGRITYVIOLATION","features":[200]},{"name":"DB_E_INVALID","features":[200]},{"name":"DB_E_INVALIDTRANSITION","features":[200]},{"name":"DB_E_LIMITREJECTED","features":[200]},{"name":"DB_E_MAXPENDCHANGESEXCEEDED","features":[200]},{"name":"DB_E_MISMATCHEDPROVIDER","features":[200]},{"name":"DB_E_MULTIPLESTATEMENTS","features":[200]},{"name":"DB_E_MULTIPLESTORAGE","features":[200]},{"name":"DB_E_NEWLYINSERTED","features":[200]},{"name":"DB_E_NOAGGREGATION","features":[200]},{"name":"DB_E_NOCOLUMN","features":[200]},{"name":"DB_E_NOCOMMAND","features":[200]},{"name":"DB_E_NOCONSTRAINT","features":[200]},{"name":"DB_E_NOINDEX","features":[200]},{"name":"DB_E_NOLOCALE","features":[200]},{"name":"DB_E_NONCONTIGUOUSRANGE","features":[200]},{"name":"DB_E_NOPROVIDERSREGISTERED","features":[200]},{"name":"DB_E_NOQUERY","features":[200]},{"name":"DB_E_NOSOURCEOBJECT","features":[200]},{"name":"DB_E_NOSTATISTIC","features":[200]},{"name":"DB_E_NOTABLE","features":[200]},{"name":"DB_E_NOTAREFERENCECOLUMN","features":[200]},{"name":"DB_E_NOTASUBREGION","features":[200]},{"name":"DB_E_NOTCOLLECTION","features":[200]},{"name":"DB_E_NOTFOUND","features":[200]},{"name":"DB_E_NOTPREPARED","features":[200]},{"name":"DB_E_NOTREENTRANT","features":[200]},{"name":"DB_E_NOTSUPPORTED","features":[200]},{"name":"DB_E_NULLACCESSORNOTSUPPORTED","features":[200]},{"name":"DB_E_OBJECTCREATIONLIMITREACHED","features":[200]},{"name":"DB_E_OBJECTMISMATCH","features":[200]},{"name":"DB_E_OBJECTOPEN","features":[200]},{"name":"DB_E_OUTOFSPACE","features":[200]},{"name":"DB_E_PARAMNOTOPTIONAL","features":[200]},{"name":"DB_E_PARAMUNAVAILABLE","features":[200]},{"name":"DB_E_PENDINGCHANGES","features":[200]},{"name":"DB_E_PENDINGINSERT","features":[200]},{"name":"DB_E_READONLY","features":[200]},{"name":"DB_E_READONLYACCESSOR","features":[200]},{"name":"DB_E_RESOURCEEXISTS","features":[200]},{"name":"DB_E_RESOURCELOCKED","features":[200]},{"name":"DB_E_RESOURCENOTSUPPORTED","features":[200]},{"name":"DB_E_RESOURCEOUTOFSCOPE","features":[200]},{"name":"DB_E_ROWLIMITEXCEEDED","features":[200]},{"name":"DB_E_ROWSETINCOMMAND","features":[200]},{"name":"DB_E_ROWSNOTRELEASED","features":[200]},{"name":"DB_E_SCHEMAVIOLATION","features":[200]},{"name":"DB_E_TABLEINUSE","features":[200]},{"name":"DB_E_TIMEOUT","features":[200]},{"name":"DB_E_UNSUPPORTEDCONVERSION","features":[200]},{"name":"DB_E_WRITEONLYACCESSOR","features":[200]},{"name":"DB_IMP_LEVEL_ANONYMOUS","features":[200]},{"name":"DB_IMP_LEVEL_DELEGATE","features":[200]},{"name":"DB_IMP_LEVEL_IDENTIFY","features":[200]},{"name":"DB_IMP_LEVEL_IMPERSONATE","features":[200]},{"name":"DB_IN","features":[200]},{"name":"DB_INVALID_HACCESSOR","features":[200]},{"name":"DB_INVALID_HCHAPTER","features":[200]},{"name":"DB_LIKE_ONLY","features":[200]},{"name":"DB_LOCAL_EXCLUSIVE","features":[200]},{"name":"DB_LOCAL_SHARED","features":[200]},{"name":"DB_MODE_READ","features":[200]},{"name":"DB_MODE_READWRITE","features":[200]},{"name":"DB_MODE_SHARE_DENY_NONE","features":[200]},{"name":"DB_MODE_SHARE_DENY_READ","features":[200]},{"name":"DB_MODE_SHARE_DENY_WRITE","features":[200]},{"name":"DB_MODE_SHARE_EXCLUSIVE","features":[200]},{"name":"DB_MODE_WRITE","features":[200]},{"name":"DB_NULLGUID","features":[200]},{"name":"DB_NULL_HACCESSOR","features":[200]},{"name":"DB_NULL_HCHAPTER","features":[200]},{"name":"DB_NULL_HROW","features":[200]},{"name":"DB_NUMERIC","features":[200]},{"name":"DB_OUT","features":[200]},{"name":"DB_PROT_LEVEL_CALL","features":[200]},{"name":"DB_PROT_LEVEL_CONNECT","features":[200]},{"name":"DB_PROT_LEVEL_NONE","features":[200]},{"name":"DB_PROT_LEVEL_PKT","features":[200]},{"name":"DB_PROT_LEVEL_PKT_INTEGRITY","features":[200]},{"name":"DB_PROT_LEVEL_PKT_PRIVACY","features":[200]},{"name":"DB_PT_FUNCTION","features":[200]},{"name":"DB_PT_PROCEDURE","features":[200]},{"name":"DB_PT_UNKNOWN","features":[200]},{"name":"DB_REMOTE","features":[200]},{"name":"DB_SEARCHABLE","features":[200]},{"name":"DB_SEC_E_AUTH_FAILED","features":[200]},{"name":"DB_SEC_E_PERMISSIONDENIED","features":[200]},{"name":"DB_SEC_E_SAFEMODE_DENIED","features":[200]},{"name":"DB_S_ASYNCHRONOUS","features":[200]},{"name":"DB_S_BADROWHANDLE","features":[200]},{"name":"DB_S_BOOKMARKSKIPPED","features":[200]},{"name":"DB_S_BUFFERFULL","features":[200]},{"name":"DB_S_CANTRELEASE","features":[200]},{"name":"DB_S_COLUMNSCHANGED","features":[200]},{"name":"DB_S_COLUMNTYPEMISMATCH","features":[200]},{"name":"DB_S_COMMANDREEXECUTED","features":[200]},{"name":"DB_S_DELETEDROW","features":[200]},{"name":"DB_S_DIALECTIGNORED","features":[200]},{"name":"DB_S_ENDOFROWSET","features":[200]},{"name":"DB_S_ERRORSOCCURRED","features":[200]},{"name":"DB_S_ERRORSRETURNED","features":[200]},{"name":"DB_S_GOALCHANGED","features":[200]},{"name":"DB_S_LOCKUPGRADED","features":[200]},{"name":"DB_S_MULTIPLECHANGES","features":[200]},{"name":"DB_S_NONEXTROWSET","features":[200]},{"name":"DB_S_NORESULT","features":[200]},{"name":"DB_S_NOROWSPECIFICCOLUMNS","features":[200]},{"name":"DB_S_NOTSINGLETON","features":[200]},{"name":"DB_S_PARAMUNAVAILABLE","features":[200]},{"name":"DB_S_PROPERTIESCHANGED","features":[200]},{"name":"DB_S_ROWLIMITEXCEEDED","features":[200]},{"name":"DB_S_STOPLIMITREACHED","features":[200]},{"name":"DB_S_TOOMANYCHANGES","features":[200]},{"name":"DB_S_TYPEINFOOVERRIDDEN","features":[200]},{"name":"DB_S_UNWANTEDOPERATION","features":[200]},{"name":"DB_S_UNWANTEDPHASE","features":[200]},{"name":"DB_S_UNWANTEDREASON","features":[200]},{"name":"DB_UNSEARCHABLE","features":[200]},{"name":"DB_VARNUMERIC","features":[200]},{"name":"DCINFO","features":[3,43,200,44]},{"name":"DCINFOTYPEENUM","features":[200]},{"name":"DCINFOTYPE_VERSION","features":[200]},{"name":"DELIVERY_AGENT_FLAGS","features":[200]},{"name":"DELIVERY_AGENT_FLAG_NO_BROADCAST","features":[200]},{"name":"DELIVERY_AGENT_FLAG_NO_RESTRICTIONS","features":[200]},{"name":"DELIVERY_AGENT_FLAG_SILENT_DIAL","features":[200]},{"name":"DISPID_QUERY_ALL","features":[200]},{"name":"DISPID_QUERY_HITCOUNT","features":[200]},{"name":"DISPID_QUERY_LASTSEENTIME","features":[200]},{"name":"DISPID_QUERY_METADATA_PROPDISPID","features":[200]},{"name":"DISPID_QUERY_METADATA_PROPGUID","features":[200]},{"name":"DISPID_QUERY_METADATA_PROPMODIFIABLE","features":[200]},{"name":"DISPID_QUERY_METADATA_PROPNAME","features":[200]},{"name":"DISPID_QUERY_METADATA_STORELEVEL","features":[200]},{"name":"DISPID_QUERY_METADATA_VROOTAUTOMATIC","features":[200]},{"name":"DISPID_QUERY_METADATA_VROOTMANUAL","features":[200]},{"name":"DISPID_QUERY_METADATA_VROOTUSED","features":[200]},{"name":"DISPID_QUERY_RANK","features":[200]},{"name":"DISPID_QUERY_RANKVECTOR","features":[200]},{"name":"DISPID_QUERY_REVNAME","features":[200]},{"name":"DISPID_QUERY_UNFILTERED","features":[200]},{"name":"DISPID_QUERY_VIRTUALPATH","features":[200]},{"name":"DISPID_QUERY_WORKID","features":[200]},{"name":"DS_E_ALREADYDISABLED","features":[200]},{"name":"DS_E_ALREADYENABLED","features":[200]},{"name":"DS_E_BADREQUEST","features":[200]},{"name":"DS_E_BADRESULT","features":[200]},{"name":"DS_E_BADSEQUENCE","features":[200]},{"name":"DS_E_BUFFERTOOSMALL","features":[200]},{"name":"DS_E_CANNOTREMOVECONCURRENT","features":[200]},{"name":"DS_E_CANNOTWRITEREGISTRY","features":[200]},{"name":"DS_E_CONFIGBAD","features":[200]},{"name":"DS_E_CONFIGNOTRIGHTTYPE","features":[200]},{"name":"DS_E_DATANOTPRESENT","features":[200]},{"name":"DS_E_DATASOURCENOTAVAILABLE","features":[200]},{"name":"DS_E_DATASOURCENOTDISABLED","features":[200]},{"name":"DS_E_DUPLICATEID","features":[200]},{"name":"DS_E_INDEXDIRECTORY","features":[200]},{"name":"DS_E_INVALIDCATALOGNAME","features":[200]},{"name":"DS_E_INVALIDDATASOURCE","features":[200]},{"name":"DS_E_INVALIDTAGDB","features":[200]},{"name":"DS_E_MESSAGETOOLONG","features":[200]},{"name":"DS_E_MISSINGCATALOG","features":[200]},{"name":"DS_E_NOMOREDATA","features":[200]},{"name":"DS_E_PARAMOUTOFRANGE","features":[200]},{"name":"DS_E_PROPVERSIONMISMATCH","features":[200]},{"name":"DS_E_PROTOCOLVERSION","features":[200]},{"name":"DS_E_QUERYCANCELED","features":[200]},{"name":"DS_E_QUERYHUNG","features":[200]},{"name":"DS_E_REGISTRY","features":[200]},{"name":"DS_E_SEARCHCATNAMECOLLISION","features":[200]},{"name":"DS_E_SERVERCAPACITY","features":[200]},{"name":"DS_E_SERVERERROR","features":[200]},{"name":"DS_E_SETSTATUSINPROGRESS","features":[200]},{"name":"DS_E_TOOMANYDATASOURCES","features":[200]},{"name":"DS_E_UNKNOWNPARAM","features":[200]},{"name":"DS_E_UNKNOWNREQUEST","features":[200]},{"name":"DS_E_VALUETOOLARGE","features":[200]},{"name":"DataLinks","features":[200]},{"name":"DataSource","features":[200]},{"name":"DataSourceListener","features":[200]},{"name":"DataSourceObject","features":[200]},{"name":"EBindInfoOptions","features":[200]},{"name":"ERRORINFO","features":[200]},{"name":"ERRORINFO","features":[200]},{"name":"ERROR_FTE","features":[200]},{"name":"ERROR_FTE_CB","features":[200]},{"name":"ERROR_FTE_FD","features":[200]},{"name":"ERROR_SOURCE_CMDLINE","features":[200]},{"name":"ERROR_SOURCE_COLLATOR","features":[200]},{"name":"ERROR_SOURCE_CONNMGR","features":[200]},{"name":"ERROR_SOURCE_CONTENT_SOURCE","features":[200]},{"name":"ERROR_SOURCE_DATASOURCE","features":[200]},{"name":"ERROR_SOURCE_DAV","features":[200]},{"name":"ERROR_SOURCE_EXSTOREPH","features":[200]},{"name":"ERROR_SOURCE_FLTRDMN","features":[200]},{"name":"ERROR_SOURCE_GATHERER","features":[200]},{"name":"ERROR_SOURCE_INDEXER","features":[200]},{"name":"ERROR_SOURCE_MSS","features":[200]},{"name":"ERROR_SOURCE_NETWORKING","features":[200]},{"name":"ERROR_SOURCE_NLADMIN","features":[200]},{"name":"ERROR_SOURCE_NOTESPH","features":[200]},{"name":"ERROR_SOURCE_OLEDB_BINDER","features":[200]},{"name":"ERROR_SOURCE_PEOPLE_IMPORT","features":[200]},{"name":"ERROR_SOURCE_PROTHNDLR","features":[200]},{"name":"ERROR_SOURCE_QUERY","features":[200]},{"name":"ERROR_SOURCE_REMOTE_EXSTOREPH","features":[200]},{"name":"ERROR_SOURCE_SCHEMA","features":[200]},{"name":"ERROR_SOURCE_SCRIPTPI","features":[200]},{"name":"ERROR_SOURCE_SECURITY","features":[200]},{"name":"ERROR_SOURCE_SETUP","features":[200]},{"name":"ERROR_SOURCE_SRCH_SCHEMA_CACHE","features":[200]},{"name":"ERROR_SOURCE_XML","features":[200]},{"name":"EVENT_AUDIENCECOMPUTATION_CANNOTSTART","features":[200]},{"name":"EVENT_AUTOCAT_CANT_CREATE_FILE_SHARE","features":[200]},{"name":"EVENT_AUTOCAT_PERFMON","features":[200]},{"name":"EVENT_CONFIG_ERROR","features":[200]},{"name":"EVENT_CONFIG_SYNTAX","features":[200]},{"name":"EVENT_CRAWL_SCHEDULED","features":[200]},{"name":"EVENT_DETAILED_FILTERPOOL_ADD_FAILED","features":[200]},{"name":"EVENT_DSS_NOT_ENABLED","features":[200]},{"name":"EVENT_ENUMERATE_SESSIONS_FAILED","features":[200]},{"name":"EVENT_EXCEPTION","features":[200]},{"name":"EVENT_FAILED_CREATE_GATHERER_LOG","features":[200]},{"name":"EVENT_FAILED_INITIALIZE_CRAWL","features":[200]},{"name":"EVENT_FILTERPOOL_ADD_FAILED","features":[200]},{"name":"EVENT_FILTERPOOL_DELETE_FAILED","features":[200]},{"name":"EVENT_FILTER_HOST_FORCE_TERMINATE","features":[200]},{"name":"EVENT_FILTER_HOST_NOT_INITIALIZED","features":[200]},{"name":"EVENT_FILTER_HOST_NOT_TERMINATED","features":[200]},{"name":"EVENT_GATHERER_DATASOURCE","features":[200]},{"name":"EVENT_GATHERER_PERFMON","features":[200]},{"name":"EVENT_GATHERSVC_PERFMON","features":[200]},{"name":"EVENT_GATHER_ADVISE_FAILED","features":[200]},{"name":"EVENT_GATHER_APP_INIT_FAILED","features":[200]},{"name":"EVENT_GATHER_AUTODESCENCODE_INVALID","features":[200]},{"name":"EVENT_GATHER_AUTODESCLEN_ADJUSTED","features":[200]},{"name":"EVENT_GATHER_BACKUPAPP_COMPLETE","features":[200]},{"name":"EVENT_GATHER_BACKUPAPP_ERROR","features":[200]},{"name":"EVENT_GATHER_CANT_CREATE_DOCID","features":[200]},{"name":"EVENT_GATHER_CANT_DELETE_DOCID","features":[200]},{"name":"EVENT_GATHER_CHECKPOINT_CORRUPT","features":[200]},{"name":"EVENT_GATHER_CHECKPOINT_FAILED","features":[200]},{"name":"EVENT_GATHER_CHECKPOINT_FILE_MISSING","features":[200]},{"name":"EVENT_GATHER_CRAWL_IN_PROGRESS","features":[200]},{"name":"EVENT_GATHER_CRAWL_NOT_STARTED","features":[200]},{"name":"EVENT_GATHER_CRAWL_SEED_ERROR","features":[200]},{"name":"EVENT_GATHER_CRAWL_SEED_FAILED","features":[200]},{"name":"EVENT_GATHER_CRAWL_SEED_FAILED_INIT","features":[200]},{"name":"EVENT_GATHER_CRITICAL_ERROR","features":[200]},{"name":"EVENT_GATHER_DAEMON_TERMINATED","features":[200]},{"name":"EVENT_GATHER_DELETING_HISTORY_ITEMS","features":[200]},{"name":"EVENT_GATHER_DIRTY_STARTUP","features":[200]},{"name":"EVENT_GATHER_DISK_FULL","features":[200]},{"name":"EVENT_GATHER_END_ADAPTIVE","features":[200]},{"name":"EVENT_GATHER_END_CRAWL","features":[200]},{"name":"EVENT_GATHER_END_INCREMENTAL","features":[200]},{"name":"EVENT_GATHER_EXCEPTION","features":[200]},{"name":"EVENT_GATHER_FLUSH_FAILED","features":[200]},{"name":"EVENT_GATHER_FROM_NOT_SET","features":[200]},{"name":"EVENT_GATHER_HISTORY_CORRUPTION_DETECTED","features":[200]},{"name":"EVENT_GATHER_INPLACE_INDEX_REBUILD","features":[200]},{"name":"EVENT_GATHER_INTERNAL","features":[200]},{"name":"EVENT_GATHER_INVALID_NETWORK_ACCESS_ACCOUNT","features":[200]},{"name":"EVENT_GATHER_LOCK_FAILED","features":[200]},{"name":"EVENT_GATHER_NO_CRAWL_SEEDS","features":[200]},{"name":"EVENT_GATHER_NO_SCHEMA","features":[200]},{"name":"EVENT_GATHER_OBJ_INIT_FAILED","features":[200]},{"name":"EVENT_GATHER_PLUGINMGR_INIT_FAILED","features":[200]},{"name":"EVENT_GATHER_PLUGIN_INIT_FAILED","features":[200]},{"name":"EVENT_GATHER_PROTOCOLHANDLER_INIT_FAILED","features":[200]},{"name":"EVENT_GATHER_PROTOCOLHANDLER_LOAD_FAILED","features":[200]},{"name":"EVENT_GATHER_READ_CHECKPOINT_FAILED","features":[200]},{"name":"EVENT_GATHER_RECOVERY_FAILURE","features":[200]},{"name":"EVENT_GATHER_REG_MISSING","features":[200]},{"name":"EVENT_GATHER_RESET_START","features":[200]},{"name":"EVENT_GATHER_RESTOREAPP_COMPLETE","features":[200]},{"name":"EVENT_GATHER_RESTOREAPP_ERROR","features":[200]},{"name":"EVENT_GATHER_RESTORE_CHECKPOINT_FAILED","features":[200]},{"name":"EVENT_GATHER_RESTORE_COMPLETE","features":[200]},{"name":"EVENT_GATHER_RESTORE_ERROR","features":[200]},{"name":"EVENT_GATHER_RESUME","features":[200]},{"name":"EVENT_GATHER_SAVE_FAILED","features":[200]},{"name":"EVENT_GATHER_SERVICE_INIT","features":[200]},{"name":"EVENT_GATHER_START_CRAWL","features":[200]},{"name":"EVENT_GATHER_START_CRAWL_IF_RESET","features":[200]},{"name":"EVENT_GATHER_START_PAUSE","features":[200]},{"name":"EVENT_GATHER_STOP_START","features":[200]},{"name":"EVENT_GATHER_SYSTEM_LCID_CHANGED","features":[200]},{"name":"EVENT_GATHER_THROTTLE","features":[200]},{"name":"EVENT_GATHER_TRANSACTION_FAIL","features":[200]},{"name":"EVENT_HASHMAP_INSERT","features":[200]},{"name":"EVENT_HASHMAP_UPDATE","features":[200]},{"name":"EVENT_INDEXER_ADD_DSS_DISCONNECT","features":[200]},{"name":"EVENT_INDEXER_ADD_DSS_FAILED","features":[200]},{"name":"EVENT_INDEXER_ADD_DSS_SUCCEEDED","features":[200]},{"name":"EVENT_INDEXER_BUILD_ENDED","features":[200]},{"name":"EVENT_INDEXER_BUILD_FAILED","features":[200]},{"name":"EVENT_INDEXER_BUILD_START","features":[200]},{"name":"EVENT_INDEXER_CI_LOAD_ERROR","features":[200]},{"name":"EVENT_INDEXER_DSS_ALREADY_ADDED","features":[200]},{"name":"EVENT_INDEXER_DSS_CONTACT_FAILED","features":[200]},{"name":"EVENT_INDEXER_DSS_UNABLE_TO_REMOVE","features":[200]},{"name":"EVENT_INDEXER_FAIL_TO_CREATE_PER_USER_CATALOG","features":[200]},{"name":"EVENT_INDEXER_FAIL_TO_SET_MAX_JETINSTANCE","features":[200]},{"name":"EVENT_INDEXER_FAIL_TO_UNLOAD_PER_USER_CATALOG","features":[200]},{"name":"EVENT_INDEXER_INIT_ERROR","features":[200]},{"name":"EVENT_INDEXER_INVALID_DIRECTORY","features":[200]},{"name":"EVENT_INDEXER_LOAD_FAIL","features":[200]},{"name":"EVENT_INDEXER_MISSING_APP_DIRECTORY","features":[200]},{"name":"EVENT_INDEXER_NEW_PROJECT","features":[200]},{"name":"EVENT_INDEXER_NO_SEARCH_SERVERS","features":[200]},{"name":"EVENT_INDEXER_OUT_OF_DATABASE_INSTANCE","features":[200]},{"name":"EVENT_INDEXER_PAUSED_FOR_DISKFULL","features":[200]},{"name":"EVENT_INDEXER_PERFMON","features":[200]},{"name":"EVENT_INDEXER_PROPSTORE_INIT_FAILED","features":[200]},{"name":"EVENT_INDEXER_PROP_ABORTED","features":[200]},{"name":"EVENT_INDEXER_PROP_COMMITTED","features":[200]},{"name":"EVENT_INDEXER_PROP_COMMIT_FAILED","features":[200]},{"name":"EVENT_INDEXER_PROP_ERROR","features":[200]},{"name":"EVENT_INDEXER_PROP_STARTED","features":[200]},{"name":"EVENT_INDEXER_PROP_STATE_CORRUPT","features":[200]},{"name":"EVENT_INDEXER_PROP_STOPPED","features":[200]},{"name":"EVENT_INDEXER_PROP_SUCCEEDED","features":[200]},{"name":"EVENT_INDEXER_REG_ERROR","features":[200]},{"name":"EVENT_INDEXER_REG_MISSING","features":[200]},{"name":"EVENT_INDEXER_REMOVED_PROJECT","features":[200]},{"name":"EVENT_INDEXER_REMOVE_DSS_FAILED","features":[200]},{"name":"EVENT_INDEXER_REMOVE_DSS_SUCCEEDED","features":[200]},{"name":"EVENT_INDEXER_RESET_FOR_CORRUPTION","features":[200]},{"name":"EVENT_INDEXER_SCHEMA_COPY_ERROR","features":[200]},{"name":"EVENT_INDEXER_SHUTDOWN","features":[200]},{"name":"EVENT_INDEXER_STARTED","features":[200]},{"name":"EVENT_INDEXER_VERIFY_PROP_ACCOUNT","features":[200]},{"name":"EVENT_LEARN_COMPILE_FAILED","features":[200]},{"name":"EVENT_LEARN_CREATE_DB_FAILED","features":[200]},{"name":"EVENT_LEARN_PROPAGATION_COPY_FAILED","features":[200]},{"name":"EVENT_LEARN_PROPAGATION_FAILED","features":[200]},{"name":"EVENT_LOCAL_GROUPS_CACHE_FLUSHED","features":[200]},{"name":"EVENT_LOCAL_GROUP_NOT_EXPANDED","features":[200]},{"name":"EVENT_NOTIFICATION_FAILURE","features":[200]},{"name":"EVENT_NOTIFICATION_FAILURE_SCOPE_EXCEEDED_LOGGING","features":[200]},{"name":"EVENT_NOTIFICATION_RESTORED","features":[200]},{"name":"EVENT_NOTIFICATION_RESTORED_SCOPE_EXCEEDED_LOGGING","features":[200]},{"name":"EVENT_NOTIFICATION_THREAD_EXIT_FAILED","features":[200]},{"name":"EVENT_OUTOFMEMORY","features":[200]},{"name":"EVENT_PERF_COUNTERS_ALREADY_EXISTS","features":[200]},{"name":"EVENT_PERF_COUNTERS_NOT_LOADED","features":[200]},{"name":"EVENT_PERF_COUNTERS_REGISTRY_TROUBLE","features":[200]},{"name":"EVENT_PROTOCOL_HOST_FORCE_TERMINATE","features":[200]},{"name":"EVENT_REG_VERSION","features":[200]},{"name":"EVENT_SSSEARCH_CREATE_PATH_RULES_FAILED","features":[200]},{"name":"EVENT_SSSEARCH_CSM_SAVE_FAILED","features":[200]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_FAILED","features":[200]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_ROLLBACK_ERRORS","features":[200]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_SUCCEEDED","features":[200]},{"name":"EVENT_SSSEARCH_DROPPED_EVENTS","features":[200]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_FAILED","features":[200]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_STARTED","features":[200]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_SUCCEEDED","features":[200]},{"name":"EVENT_SSSEARCH_SETUP_FAILED","features":[200]},{"name":"EVENT_SSSEARCH_SETUP_SUCCEEDED","features":[200]},{"name":"EVENT_SSSEARCH_STARTED","features":[200]},{"name":"EVENT_SSSEARCH_STARTING_SETUP","features":[200]},{"name":"EVENT_SSSEARCH_STOPPED","features":[200]},{"name":"EVENT_STS_INIT_SECURITY_FAILED","features":[200]},{"name":"EVENT_SYSTEM_EXCEPTION","features":[200]},{"name":"EVENT_TRANSACTION_READ","features":[200]},{"name":"EVENT_TRANSLOG_APPEND","features":[200]},{"name":"EVENT_TRANSLOG_CREATE","features":[200]},{"name":"EVENT_TRANSLOG_CREATE_TRX","features":[200]},{"name":"EVENT_TRANSLOG_UPDATE","features":[200]},{"name":"EVENT_UNPRIVILEGED_SERVICE_ACCOUNT","features":[200]},{"name":"EVENT_USING_DIFFERENT_WORD_BREAKER","features":[200]},{"name":"EVENT_WARNING_CANNOT_UPGRADE_NOISE_FILE","features":[200]},{"name":"EVENT_WARNING_CANNOT_UPGRADE_NOISE_FILES","features":[200]},{"name":"EVENT_WBREAKER_NOT_LOADED","features":[200]},{"name":"EVENT_WIN32_ERROR","features":[200]},{"name":"EXCI_E_ACCESS_DENIED","features":[200]},{"name":"EXCI_E_BADCONFIG_OR_ACCESSDENIED","features":[200]},{"name":"EXCI_E_INVALID_ACCOUNT_INFO","features":[200]},{"name":"EXCI_E_INVALID_EXCHANGE_SERVER","features":[200]},{"name":"EXCI_E_INVALID_SERVER_CONFIG","features":[200]},{"name":"EXCI_E_NOT_ADMIN_OR_WRONG_SITE","features":[200]},{"name":"EXCI_E_NO_CONFIG","features":[200]},{"name":"EXCI_E_NO_MAPI","features":[200]},{"name":"EXCI_E_WRONG_SERVER_OR_ACCT","features":[200]},{"name":"EXSTOREPH_E_UNEXPECTED","features":[200]},{"name":"EX_ANY","features":[200]},{"name":"EX_CMDFATAL","features":[200]},{"name":"EX_CONTROL","features":[200]},{"name":"EX_DBCORRUPT","features":[200]},{"name":"EX_DBFATAL","features":[200]},{"name":"EX_DEADLOCK","features":[200]},{"name":"EX_HARDWARE","features":[200]},{"name":"EX_INFO","features":[200]},{"name":"EX_INTOK","features":[200]},{"name":"EX_LIMIT","features":[200]},{"name":"EX_MAXISEVERITY","features":[200]},{"name":"EX_MISSING","features":[200]},{"name":"EX_PERMIT","features":[200]},{"name":"EX_RESOURCE","features":[200]},{"name":"EX_SYNTAX","features":[200]},{"name":"EX_TABCORRUPT","features":[200]},{"name":"EX_TYPE","features":[200]},{"name":"EX_USER","features":[200]},{"name":"FAIL","features":[200]},{"name":"FF_INDEXCOMPLEXURLS","features":[200]},{"name":"FF_SUPPRESSINDEXING","features":[200]},{"name":"FILTERED_DATA_SOURCES","features":[200]},{"name":"FLTRDMN_E_CANNOT_DECRYPT_PASSWORD","features":[200]},{"name":"FLTRDMN_E_ENCRYPTED_DOCUMENT","features":[200]},{"name":"FLTRDMN_E_FILTER_INIT_FAILED","features":[200]},{"name":"FLTRDMN_E_QI_FILTER_FAILED","features":[200]},{"name":"FLTRDMN_E_UNEXPECTED","features":[200]},{"name":"FOLLOW_FLAGS","features":[200]},{"name":"FTE_E_ADMIN_BLOB_CORRUPT","features":[200]},{"name":"FTE_E_AFFINITY_MASK","features":[200]},{"name":"FTE_E_ALREADY_INITIALIZED","features":[200]},{"name":"FTE_E_ANOTHER_STATUS_CHANGE_IS_ALREADY_ACTIVE","features":[200]},{"name":"FTE_E_BATCH_ABORTED","features":[200]},{"name":"FTE_E_CATALOG_ALREADY_EXISTS","features":[200]},{"name":"FTE_E_CATALOG_DOES_NOT_EXIST","features":[200]},{"name":"FTE_E_CB_CBID_OUT_OF_BOUND","features":[200]},{"name":"FTE_E_CB_NOT_ENOUGH_AVAIL_PHY_MEM","features":[200]},{"name":"FTE_E_CB_NOT_ENOUGH_OCC_BUFFER","features":[200]},{"name":"FTE_E_CB_OUT_OF_MEMORY","features":[200]},{"name":"FTE_E_COM_SIGNATURE_VALIDATION","features":[200]},{"name":"FTE_E_CORRUPT_GATHERER_HASH_MAP","features":[200]},{"name":"FTE_E_CORRUPT_PROPERTY_STORE","features":[200]},{"name":"FTE_E_CORRUPT_WORDLIST","features":[200]},{"name":"FTE_E_DATATYPE_MISALIGNMENT","features":[200]},{"name":"FTE_E_DEPENDENT_TRAN_FAILED_TO_PERSIST","features":[200]},{"name":"FTE_E_DOC_TOO_HUGE","features":[200]},{"name":"FTE_E_DUPLICATE_OBJECT","features":[200]},{"name":"FTE_E_ERROR_WRITING_REGISTRY","features":[200]},{"name":"FTE_E_EXCEEDED_MAX_PLUGINS","features":[200]},{"name":"FTE_E_FAILED_TO_CREATE_ACCESSOR","features":[200]},{"name":"FTE_E_FAILURE_TO_POST_SETCOMPLETION_STATUS","features":[200]},{"name":"FTE_E_FD_DID_NOT_CONNECT","features":[200]},{"name":"FTE_E_FD_DOC_TIMEOUT","features":[200]},{"name":"FTE_E_FD_DOC_UNEXPECTED_EXIT","features":[200]},{"name":"FTE_E_FD_FAILED_TO_LOAD_IFILTER","features":[200]},{"name":"FTE_E_FD_FILTER_CAUSED_SHARING_VIOLATION","features":[200]},{"name":"FTE_E_FD_IDLE","features":[200]},{"name":"FTE_E_FD_IFILTER_INIT_FAILED","features":[200]},{"name":"FTE_E_FD_NOISE_NO_IPERSISTSTREAM_ON_TEXT_FILTER","features":[200]},{"name":"FTE_E_FD_NOISE_NO_TEXT_FILTER","features":[200]},{"name":"FTE_E_FD_NOISE_TEXT_FILTER_INIT_FAILED","features":[200]},{"name":"FTE_E_FD_NOISE_TEXT_FILTER_LOAD_FAILED","features":[200]},{"name":"FTE_E_FD_NO_IPERSIST_INTERFACE","features":[200]},{"name":"FTE_E_FD_OCCURRENCE_OVERFLOW","features":[200]},{"name":"FTE_E_FD_OWNERSHIP_OBSOLETE","features":[200]},{"name":"FTE_E_FD_SHUTDOWN","features":[200]},{"name":"FTE_E_FD_TIMEOUT","features":[200]},{"name":"FTE_E_FD_UNEXPECTED_EXIT","features":[200]},{"name":"FTE_E_FD_UNRESPONSIVE","features":[200]},{"name":"FTE_E_FD_USED_TOO_MUCH_MEMORY","features":[200]},{"name":"FTE_E_FILTER_SINGLE_THREADED","features":[200]},{"name":"FTE_E_HIGH_MEMORY_PRESSURE","features":[200]},{"name":"FTE_E_INVALID_CODEPAGE","features":[200]},{"name":"FTE_E_INVALID_DOCID","features":[200]},{"name":"FTE_E_INVALID_ISOLATE_ERROR_BATCH","features":[200]},{"name":"FTE_E_INVALID_PROG_ID","features":[200]},{"name":"FTE_E_INVALID_PROJECT_ID","features":[200]},{"name":"FTE_E_INVALID_PROPERTY","features":[200]},{"name":"FTE_E_INVALID_TYPE","features":[200]},{"name":"FTE_E_KEY_NOT_CACHED","features":[200]},{"name":"FTE_E_LIBRARY_NOT_LOADED","features":[200]},{"name":"FTE_E_NOT_PROCESSED_DUE_TO_PREVIOUS_ERRORS","features":[200]},{"name":"FTE_E_NO_MORE_PROPERTIES","features":[200]},{"name":"FTE_E_NO_PLUGINS","features":[200]},{"name":"FTE_E_NO_PROPERTY_STORE","features":[200]},{"name":"FTE_E_OUT_OF_RANGE","features":[200]},{"name":"FTE_E_PATH_TOO_LONG","features":[200]},{"name":"FTE_E_PAUSE_EXTERNAL","features":[200]},{"name":"FTE_E_PERFMON_FULL","features":[200]},{"name":"FTE_E_PERF_NOT_LOADED","features":[200]},{"name":"FTE_E_PIPE_DATA_CORRUPTED","features":[200]},{"name":"FTE_E_PIPE_NOT_CONNECTED","features":[200]},{"name":"FTE_E_PROGID_REQUIRED","features":[200]},{"name":"FTE_E_PROJECT_NOT_INITALIZED","features":[200]},{"name":"FTE_E_PROJECT_SHUTDOWN","features":[200]},{"name":"FTE_E_PROPERTY_STORE_WORKID_NOTVALID","features":[200]},{"name":"FTE_E_READONLY_CATALOG","features":[200]},{"name":"FTE_E_REDUNDANT_TRAN_FAILURE","features":[200]},{"name":"FTE_E_REJECTED_DUE_TO_PROJECT_STATUS","features":[200]},{"name":"FTE_E_RESOURCE_SHUTDOWN","features":[200]},{"name":"FTE_E_RETRY_HUGE_DOC","features":[200]},{"name":"FTE_E_RETRY_SINGLE_DOC_PER_BATCH","features":[200]},{"name":"FTE_E_SECRET_NOT_FOUND","features":[200]},{"name":"FTE_E_SERIAL_STREAM_CORRUPT","features":[200]},{"name":"FTE_E_STACK_CORRUPTED","features":[200]},{"name":"FTE_E_STATIC_THREAD_INVALID_ARGUMENTS","features":[200]},{"name":"FTE_E_UNEXPECTED_EXIT","features":[200]},{"name":"FTE_E_UNKNOWN_FD_TYPE","features":[200]},{"name":"FTE_E_UNKNOWN_PLUGIN","features":[200]},{"name":"FTE_E_UPGRADE_INTERFACE_ALREADY_INSTANTIATED","features":[200]},{"name":"FTE_E_UPGRADE_INTERFACE_ALREADY_SHUTDOWN","features":[200]},{"name":"FTE_E_URB_TOO_BIG","features":[200]},{"name":"FTE_INVALID_ADMIN_CLIENT","features":[200]},{"name":"FTE_S_BEYOND_QUOTA","features":[200]},{"name":"FTE_S_CATALOG_BLOB_MISMATCHED","features":[200]},{"name":"FTE_S_PROPERTY_RESET","features":[200]},{"name":"FTE_S_PROPERTY_STORE_END_OF_ENUMERATION","features":[200]},{"name":"FTE_S_READONLY_CATALOG","features":[200]},{"name":"FTE_S_REDUNDANT","features":[200]},{"name":"FTE_S_RESOURCES_STARTING_TO_GET_LOW","features":[200]},{"name":"FTE_S_RESUME","features":[200]},{"name":"FTE_S_STATUS_CHANGE_REQUEST","features":[200]},{"name":"FTE_S_TRY_TO_FLUSH","features":[200]},{"name":"FilterRegistration","features":[200]},{"name":"GENERATE_METHOD_PREFIXMATCH","features":[200]},{"name":"GENERATE_METHOD_STEMMED","features":[200]},{"name":"GHTR_E_INSUFFICIENT_DISK_SPACE","features":[200]},{"name":"GHTR_E_LOCAL_SERVER_UNAVAILABLE","features":[200]},{"name":"GTHR_E_ADDLINKS_FAILED_WILL_RETRY_PARENT","features":[200]},{"name":"GTHR_E_APPLICATION_NOT_FOUND","features":[200]},{"name":"GTHR_E_AUTOCAT_UNEXPECTED","features":[200]},{"name":"GTHR_E_BACKUP_VALIDATION_FAIL","features":[200]},{"name":"GTHR_E_BAD_FILTER_DAEMON","features":[200]},{"name":"GTHR_E_BAD_FILTER_HOST","features":[200]},{"name":"GTHR_E_CANNOT_ENABLE_CHECKPOINT","features":[200]},{"name":"GTHR_E_CANNOT_REMOVE_PLUGINMGR","features":[200]},{"name":"GTHR_E_CONFIG_DUP_EXTENSION","features":[200]},{"name":"GTHR_E_CONFIG_DUP_PROJECT","features":[200]},{"name":"GTHR_E_CONTENT_ID_CONFLICT","features":[200]},{"name":"GTHR_E_DIRMON_NOT_INITIALZED","features":[200]},{"name":"GTHR_E_DUPLICATE_OBJECT","features":[200]},{"name":"GTHR_E_DUPLICATE_PROJECT","features":[200]},{"name":"GTHR_E_DUPLICATE_URL","features":[200]},{"name":"GTHR_E_DUP_PROPERTY_MAPPING","features":[200]},{"name":"GTHR_E_EMPTY_DACL","features":[200]},{"name":"GTHR_E_ERROR_INITIALIZING_PERFMON","features":[200]},{"name":"GTHR_E_ERROR_OBJECT_NOT_FOUND","features":[200]},{"name":"GTHR_E_ERROR_WRITING_REGISTRY","features":[200]},{"name":"GTHR_E_FILTERPOOL_NOTFOUND","features":[200]},{"name":"GTHR_E_FILTER_FAULT","features":[200]},{"name":"GTHR_E_FILTER_INIT","features":[200]},{"name":"GTHR_E_FILTER_INTERRUPTED","features":[200]},{"name":"GTHR_E_FILTER_INVALID_MESSAGE","features":[200]},{"name":"GTHR_E_FILTER_NOT_FOUND","features":[200]},{"name":"GTHR_E_FILTER_NO_CODEPAGE","features":[200]},{"name":"GTHR_E_FILTER_NO_MORE_THREADS","features":[200]},{"name":"GTHR_E_FILTER_PROCESS_TERMINATED","features":[200]},{"name":"GTHR_E_FILTER_PROCESS_TERMINATED_QUOTA","features":[200]},{"name":"GTHR_E_FILTER_SINGLE_THREADED","features":[200]},{"name":"GTHR_E_FOLDER_CRAWLED_BY_ANOTHER_WORKSPACE","features":[200]},{"name":"GTHR_E_FORCE_NOTIFICATION_RESET","features":[200]},{"name":"GTHR_E_FROM_NOT_SPECIFIED","features":[200]},{"name":"GTHR_E_IE_OFFLINE","features":[200]},{"name":"GTHR_E_INSUFFICIENT_EXAMPLE_CATEGORIES","features":[200]},{"name":"GTHR_E_INSUFFICIENT_EXAMPLE_DOCUMENTS","features":[200]},{"name":"GTHR_E_INSUFFICIENT_FEATURE_TERMS","features":[200]},{"name":"GTHR_E_INVALIDFUNCTION","features":[200]},{"name":"GTHR_E_INVALID_ACCOUNT","features":[200]},{"name":"GTHR_E_INVALID_ACCOUNT_SYNTAX","features":[200]},{"name":"GTHR_E_INVALID_APPLICATION_NAME","features":[200]},{"name":"GTHR_E_INVALID_CALL_FROM_WBREAKER","features":[200]},{"name":"GTHR_E_INVALID_DIRECTORY","features":[200]},{"name":"GTHR_E_INVALID_EXTENSION","features":[200]},{"name":"GTHR_E_INVALID_GROW_FACTOR","features":[200]},{"name":"GTHR_E_INVALID_HOST_NAME","features":[200]},{"name":"GTHR_E_INVALID_LOG_FILE_NAME","features":[200]},{"name":"GTHR_E_INVALID_MAPPING","features":[200]},{"name":"GTHR_E_INVALID_PATH","features":[200]},{"name":"GTHR_E_INVALID_PATH_EXPRESSION","features":[200]},{"name":"GTHR_E_INVALID_PATH_SPEC","features":[200]},{"name":"GTHR_E_INVALID_PROJECT_NAME","features":[200]},{"name":"GTHR_E_INVALID_PROXY_PORT","features":[200]},{"name":"GTHR_E_INVALID_RESOURCE_ID","features":[200]},{"name":"GTHR_E_INVALID_RETRIES","features":[200]},{"name":"GTHR_E_INVALID_START_ADDRESS","features":[200]},{"name":"GTHR_E_INVALID_START_PAGE","features":[200]},{"name":"GTHR_E_INVALID_START_PAGE_HOST","features":[200]},{"name":"GTHR_E_INVALID_START_PAGE_PATH","features":[200]},{"name":"GTHR_E_INVALID_STREAM_LOGS_COUNT","features":[200]},{"name":"GTHR_E_INVALID_TIME_OUT","features":[200]},{"name":"GTHR_E_JET_BACKUP_ERROR","features":[200]},{"name":"GTHR_E_JET_RESTORE_ERROR","features":[200]},{"name":"GTHR_E_LOCAL_GROUPS_EXPANSION_INTERNAL_ERROR","features":[200]},{"name":"GTHR_E_NAME_TOO_LONG","features":[200]},{"name":"GTHR_E_NESTED_HIERARCHICAL_START_ADDRESSES","features":[200]},{"name":"GTHR_E_NOFILTERSINK","features":[200]},{"name":"GTHR_E_NON_FIXED_DRIVE","features":[200]},{"name":"GTHR_E_NOTIFICATION_FILE_SHARE_INFO_NOT_AVAILABLE","features":[200]},{"name":"GTHR_E_NOTIFICATION_LOCAL_PATH_MUST_USE_FIXED_DRIVE","features":[200]},{"name":"GTHR_E_NOTIFICATION_START_ADDRESS_INVALID","features":[200]},{"name":"GTHR_E_NOTIFICATION_START_PAGE","features":[200]},{"name":"GTHR_E_NOTIFICATION_TYPE_NOT_SUPPORTED","features":[200]},{"name":"GTHR_E_NOTIF_ACCESS_TOKEN_UPDATED","features":[200]},{"name":"GTHR_E_NOTIF_BEING_REMOVED","features":[200]},{"name":"GTHR_E_NOTIF_EXCESSIVE_THROUGHPUT","features":[200]},{"name":"GTHR_E_NO_IDENTITY","features":[200]},{"name":"GTHR_E_NO_PRTCLHNLR","features":[200]},{"name":"GTHR_E_NTF_CLIENT_NOT_SUBSCRIBED","features":[200]},{"name":"GTHR_E_OBJECT_NOT_VALID","features":[200]},{"name":"GTHR_E_OUT_OF_DOC_ID","features":[200]},{"name":"GTHR_E_PIPE_NOT_CONNECTTED","features":[200]},{"name":"GTHR_E_PLUGIN_NOT_REGISTERED","features":[200]},{"name":"GTHR_E_PROJECT_NOT_INITIALIZED","features":[200]},{"name":"GTHR_E_PROPERTIES_EXCEEDED","features":[200]},{"name":"GTHR_E_PROPERTY_LIST_NOT_INITIALIZED","features":[200]},{"name":"GTHR_E_PROXY_NAME","features":[200]},{"name":"GTHR_E_PRT_HNDLR_PROGID_MISSING","features":[200]},{"name":"GTHR_E_RECOVERABLE_EXOLEDB_ERROR","features":[200]},{"name":"GTHR_E_RETRY","features":[200]},{"name":"GTHR_E_SCHEMA_ERRORS_OCCURRED","features":[200]},{"name":"GTHR_E_SCOPES_EXCEEDED","features":[200]},{"name":"GTHR_E_SECRET_NOT_FOUND","features":[200]},{"name":"GTHR_E_SERVER_UNAVAILABLE","features":[200]},{"name":"GTHR_E_SHUTTING_DOWN","features":[200]},{"name":"GTHR_E_SINGLE_THREADED_EMBEDDING","features":[200]},{"name":"GTHR_E_TIMEOUT","features":[200]},{"name":"GTHR_E_TOO_MANY_PLUGINS","features":[200]},{"name":"GTHR_E_UNABLE_TO_READ_EXCHANGE_STORE","features":[200]},{"name":"GTHR_E_UNABLE_TO_READ_REGISTRY","features":[200]},{"name":"GTHR_E_UNKNOWN_PROTOCOL","features":[200]},{"name":"GTHR_E_UNSUPPORTED_PROPERTY_TYPE","features":[200]},{"name":"GTHR_E_URL_EXCLUDED","features":[200]},{"name":"GTHR_E_URL_UNIDENTIFIED","features":[200]},{"name":"GTHR_E_USER_AGENT_NOT_SPECIFIED","features":[200]},{"name":"GTHR_E_VALUE_NOT_AVAILABLE","features":[200]},{"name":"GTHR_S_BAD_FILE_LINK","features":[200]},{"name":"GTHR_S_CANNOT_FILTER","features":[200]},{"name":"GTHR_S_CANNOT_WORDBREAK","features":[200]},{"name":"GTHR_S_CONFIG_HAS_ACCOUNTS","features":[200]},{"name":"GTHR_S_CRAWL_ADAPTIVE","features":[200]},{"name":"GTHR_S_CRAWL_FULL","features":[200]},{"name":"GTHR_S_CRAWL_INCREMENTAL","features":[200]},{"name":"GTHR_S_CRAWL_SCHEDULED","features":[200]},{"name":"GTHR_S_END_PROCESS_LOOP_NOTIFY_QUEUE","features":[200]},{"name":"GTHR_S_END_STD_CHUNKS","features":[200]},{"name":"GTHR_S_MODIFIED_PARTS","features":[200]},{"name":"GTHR_S_NOT_ALL_PARTS","features":[200]},{"name":"GTHR_S_NO_CRAWL_SEEDS","features":[200]},{"name":"GTHR_S_NO_INDEX","features":[200]},{"name":"GTHR_S_OFFICE_CHILD","features":[200]},{"name":"GTHR_S_PAUSE_REASON_BACKOFF","features":[200]},{"name":"GTHR_S_PAUSE_REASON_EXTERNAL","features":[200]},{"name":"GTHR_S_PAUSE_REASON_PROFILE_IMPORT","features":[200]},{"name":"GTHR_S_PAUSE_REASON_UPGRADING","features":[200]},{"name":"GTHR_S_PROB_NOT_MODIFIED","features":[200]},{"name":"GTHR_S_START_FILTER_FROM_BODY","features":[200]},{"name":"GTHR_S_START_FILTER_FROM_PROTOCOL","features":[200]},{"name":"GTHR_S_STATUS_CHANGE_IGNORED","features":[200]},{"name":"GTHR_S_STATUS_END_CRAWL","features":[200]},{"name":"GTHR_S_STATUS_PAUSE","features":[200]},{"name":"GTHR_S_STATUS_RESET","features":[200]},{"name":"GTHR_S_STATUS_RESUME","features":[200]},{"name":"GTHR_S_STATUS_START","features":[200]},{"name":"GTHR_S_STATUS_STOP","features":[200]},{"name":"GTHR_S_STATUS_THROTTLE","features":[200]},{"name":"GTHR_S_TRANSACTION_IGNORED","features":[200]},{"name":"GTHR_S_USE_MIME_FILTER","features":[200]},{"name":"HACCESSOR","features":[200]},{"name":"HITRANGE","features":[200]},{"name":"IAccessor","features":[200]},{"name":"IAlterIndex","features":[200]},{"name":"IAlterTable","features":[200]},{"name":"IBindResource","features":[200]},{"name":"IChapteredRowset","features":[200]},{"name":"IColumnMapper","features":[200]},{"name":"IColumnMapperCreator","features":[200]},{"name":"IColumnsInfo","features":[200]},{"name":"IColumnsInfo2","features":[200]},{"name":"IColumnsRowset","features":[200]},{"name":"ICommand","features":[200]},{"name":"ICommandCost","features":[200]},{"name":"ICommandPersist","features":[200]},{"name":"ICommandPrepare","features":[200]},{"name":"ICommandProperties","features":[200]},{"name":"ICommandStream","features":[200]},{"name":"ICommandText","features":[200]},{"name":"ICommandValidate","features":[200]},{"name":"ICommandWithParameters","features":[200]},{"name":"ICondition","features":[200]},{"name":"ICondition2","features":[200]},{"name":"IConditionFactory","features":[200]},{"name":"IConditionFactory2","features":[200]},{"name":"IConditionGenerator","features":[200]},{"name":"IConvertType","features":[200]},{"name":"ICreateRow","features":[200]},{"name":"IDBAsynchNotify","features":[200]},{"name":"IDBAsynchStatus","features":[200]},{"name":"IDBBinderProperties","features":[200]},{"name":"IDBCreateCommand","features":[200]},{"name":"IDBCreateSession","features":[200]},{"name":"IDBDataSourceAdmin","features":[200]},{"name":"IDBInfo","features":[200]},{"name":"IDBInitialize","features":[200]},{"name":"IDBPromptInitialize","features":[200]},{"name":"IDBProperties","features":[200]},{"name":"IDBSchemaCommand","features":[200]},{"name":"IDBSchemaRowset","features":[200]},{"name":"IDCInfo","features":[200]},{"name":"IDENTIFIER_SDK_ERROR","features":[200]},{"name":"IDENTIFIER_SDK_MASK","features":[200]},{"name":"IDS_MON_BUILTIN_PROPERTY","features":[200]},{"name":"IDS_MON_BUILTIN_VIEW","features":[200]},{"name":"IDS_MON_CANNOT_CAST","features":[200]},{"name":"IDS_MON_CANNOT_CONVERT","features":[200]},{"name":"IDS_MON_COLUMN_NOT_DEFINED","features":[200]},{"name":"IDS_MON_DATE_OUT_OF_RANGE","features":[200]},{"name":"IDS_MON_DEFAULT_ERROR","features":[200]},{"name":"IDS_MON_ILLEGAL_PASSTHROUGH","features":[200]},{"name":"IDS_MON_INVALIDSELECT_COALESCE","features":[200]},{"name":"IDS_MON_INVALID_CATALOG","features":[200]},{"name":"IDS_MON_INVALID_IN_GROUP_CLAUSE","features":[200]},{"name":"IDS_MON_MATCH_STRING","features":[200]},{"name":"IDS_MON_NOT_COLUMN_OF_VIEW","features":[200]},{"name":"IDS_MON_ORDINAL_OUT_OF_RANGE","features":[200]},{"name":"IDS_MON_OR_NOT","features":[200]},{"name":"IDS_MON_OUT_OF_MEMORY","features":[200]},{"name":"IDS_MON_OUT_OF_RANGE","features":[200]},{"name":"IDS_MON_PARSE_ERR_1_PARAM","features":[200]},{"name":"IDS_MON_PARSE_ERR_2_PARAM","features":[200]},{"name":"IDS_MON_PROPERTY_NAME_IN_VIEW","features":[200]},{"name":"IDS_MON_RELATIVE_INTERVAL","features":[200]},{"name":"IDS_MON_SELECT_STAR","features":[200]},{"name":"IDS_MON_SEMI_COLON","features":[200]},{"name":"IDS_MON_VIEW_ALREADY_DEFINED","features":[200]},{"name":"IDS_MON_VIEW_NOT_DEFINED","features":[200]},{"name":"IDS_MON_WEIGHT_OUT_OF_RANGE","features":[200]},{"name":"IDX_E_BUILD_IN_PROGRESS","features":[200]},{"name":"IDX_E_CATALOG_DISMOUNTED","features":[200]},{"name":"IDX_E_CORRUPT_INDEX","features":[200]},{"name":"IDX_E_DISKFULL","features":[200]},{"name":"IDX_E_DOCUMENT_ABORTED","features":[200]},{"name":"IDX_E_DSS_NOT_CONNECTED","features":[200]},{"name":"IDX_E_IDXLSTFILE_CORRUPT","features":[200]},{"name":"IDX_E_INVALIDTAG","features":[200]},{"name":"IDX_E_INVALID_INDEX","features":[200]},{"name":"IDX_E_METAFILE_CORRUPT","features":[200]},{"name":"IDX_E_NOISELIST_NOTFOUND","features":[200]},{"name":"IDX_E_NOT_LOADED","features":[200]},{"name":"IDX_E_OBJECT_NOT_FOUND","features":[200]},{"name":"IDX_E_PROPSTORE_INIT_FAILED","features":[200]},{"name":"IDX_E_PROP_MAJOR_VERSION_MISMATCH","features":[200]},{"name":"IDX_E_PROP_MINOR_VERSION_MISMATCH","features":[200]},{"name":"IDX_E_PROP_STATE_CORRUPT","features":[200]},{"name":"IDX_E_PROP_STOPPED","features":[200]},{"name":"IDX_E_REGISTRY_ENTRY","features":[200]},{"name":"IDX_E_SEARCH_SERVER_ALREADY_EXISTS","features":[200]},{"name":"IDX_E_SEARCH_SERVER_NOT_FOUND","features":[200]},{"name":"IDX_E_STEMMER_NOTFOUND","features":[200]},{"name":"IDX_E_TOO_MANY_SEARCH_SERVERS","features":[200]},{"name":"IDX_E_USE_APPGLOBAL_PROPTABLE","features":[200]},{"name":"IDX_E_USE_DEFAULT_CONTENTCLASS","features":[200]},{"name":"IDX_E_WB_NOTFOUND","features":[200]},{"name":"IDX_S_DSS_NOT_AVAILABLE","features":[200]},{"name":"IDX_S_NO_BUILD_IN_PROGRESS","features":[200]},{"name":"IDX_S_SEARCH_SERVER_ALREADY_EXISTS","features":[200]},{"name":"IDX_S_SEARCH_SERVER_DOES_NOT_EXIST","features":[200]},{"name":"IDataConvert","features":[200]},{"name":"IDataInitialize","features":[200]},{"name":"IDataSourceLocator","features":[200]},{"name":"IEntity","features":[200]},{"name":"IEnumItemProperties","features":[200]},{"name":"IEnumSearchRoots","features":[200]},{"name":"IEnumSearchScopeRules","features":[200]},{"name":"IEnumSubscription","features":[200]},{"name":"IErrorLookup","features":[200]},{"name":"IErrorRecords","features":[200]},{"name":"IGetDataSource","features":[200]},{"name":"IGetRow","features":[200]},{"name":"IGetSession","features":[200]},{"name":"IGetSourceRow","features":[200]},{"name":"IIndexDefinition","features":[200]},{"name":"IInterval","features":[200]},{"name":"ILK_EXPLICIT_EXCLUDED","features":[200]},{"name":"ILK_EXPLICIT_INCLUDED","features":[200]},{"name":"ILK_NEGATIVE_INFINITY","features":[200]},{"name":"ILK_POSITIVE_INFINITY","features":[200]},{"name":"ILoadFilter","features":[200]},{"name":"ILoadFilterWithPrivateComActivation","features":[200]},{"name":"IMDDataset","features":[200]},{"name":"IMDFind","features":[200]},{"name":"IMDRangeRowset","features":[200]},{"name":"IMetaData","features":[200]},{"name":"IMultipleResults","features":[200]},{"name":"INCREMENTAL_ACCESS_INFO","features":[3,200]},{"name":"INET_E_AGENT_CACHE_SIZE_EXCEEDED","features":[200]},{"name":"INET_E_AGENT_CONNECTION_FAILED","features":[200]},{"name":"INET_E_AGENT_EXCEEDING_CACHE_SIZE","features":[200]},{"name":"INET_E_AGENT_MAX_SIZE_EXCEEDED","features":[200]},{"name":"INET_E_SCHEDULED_EXCLUDE_RANGE","features":[200]},{"name":"INET_E_SCHEDULED_UPDATES_DISABLED","features":[200]},{"name":"INET_E_SCHEDULED_UPDATES_RESTRICTED","features":[200]},{"name":"INET_E_SCHEDULED_UPDATE_INTERVAL","features":[200]},{"name":"INET_S_AGENT_INCREASED_CACHE_SIZE","features":[200]},{"name":"INET_S_AGENT_PART_FAIL","features":[200]},{"name":"INTERVAL_LIMIT_KIND","features":[200]},{"name":"INamedEntity","features":[200]},{"name":"INamedEntityCollector","features":[200]},{"name":"IObjectAccessControl","features":[200]},{"name":"IOpLockStatus","features":[200]},{"name":"IOpenRowset","features":[200]},{"name":"IParentRowset","features":[200]},{"name":"IProtocolHandlerSite","features":[200]},{"name":"IProvideMoniker","features":[200]},{"name":"IQueryParser","features":[200]},{"name":"IQueryParserManager","features":[200]},{"name":"IQuerySolution","features":[200]},{"name":"IReadData","features":[200]},{"name":"IRegisterProvider","features":[200]},{"name":"IRelationship","features":[200]},{"name":"IRichChunk","features":[200]},{"name":"IRow","features":[200]},{"name":"IRowChange","features":[200]},{"name":"IRowPosition","features":[200]},{"name":"IRowPositionChange","features":[200]},{"name":"IRowSchemaChange","features":[200]},{"name":"IRowset","features":[200]},{"name":"IRowsetAsynch","features":[200]},{"name":"IRowsetBookmark","features":[200]},{"name":"IRowsetChange","features":[200]},{"name":"IRowsetChangeExtInfo","features":[200]},{"name":"IRowsetChapterMember","features":[200]},{"name":"IRowsetCopyRows","features":[200]},{"name":"IRowsetCurrentIndex","features":[200]},{"name":"IRowsetEvents","features":[200]},{"name":"IRowsetExactScroll","features":[200]},{"name":"IRowsetFastLoad","features":[200]},{"name":"IRowsetFind","features":[200]},{"name":"IRowsetIdentity","features":[200]},{"name":"IRowsetIndex","features":[200]},{"name":"IRowsetInfo","features":[200]},{"name":"IRowsetKeys","features":[200]},{"name":"IRowsetLocate","features":[200]},{"name":"IRowsetNewRowAfter","features":[200]},{"name":"IRowsetNextRowset","features":[200]},{"name":"IRowsetNotify","features":[200]},{"name":"IRowsetPrioritization","features":[200]},{"name":"IRowsetQueryStatus","features":[200]},{"name":"IRowsetRefresh","features":[200]},{"name":"IRowsetResynch","features":[200]},{"name":"IRowsetScroll","features":[200]},{"name":"IRowsetUpdate","features":[200]},{"name":"IRowsetView","features":[200]},{"name":"IRowsetWatchAll","features":[200]},{"name":"IRowsetWatchNotify","features":[200]},{"name":"IRowsetWatchRegion","features":[200]},{"name":"IRowsetWithParameters","features":[200]},{"name":"ISQLErrorInfo","features":[200]},{"name":"ISQLGetDiagField","features":[200]},{"name":"ISQLRequestDiagFields","features":[200]},{"name":"ISQLServerErrorInfo","features":[200]},{"name":"ISchemaLocalizerSupport","features":[200]},{"name":"ISchemaLock","features":[200]},{"name":"ISchemaProvider","features":[200]},{"name":"IScopedOperations","features":[200]},{"name":"ISearchCatalogManager","features":[200]},{"name":"ISearchCatalogManager2","features":[200]},{"name":"ISearchCrawlScopeManager","features":[200]},{"name":"ISearchCrawlScopeManager2","features":[200]},{"name":"ISearchItemsChangedSink","features":[200]},{"name":"ISearchLanguageSupport","features":[200]},{"name":"ISearchManager","features":[200]},{"name":"ISearchManager2","features":[200]},{"name":"ISearchNotifyInlineSite","features":[200]},{"name":"ISearchPersistentItemsChangedSink","features":[200]},{"name":"ISearchProtocol","features":[200]},{"name":"ISearchProtocol2","features":[200]},{"name":"ISearchProtocolThreadContext","features":[200]},{"name":"ISearchQueryHelper","features":[200]},{"name":"ISearchQueryHits","features":[200]},{"name":"ISearchRoot","features":[200]},{"name":"ISearchScopeRule","features":[200]},{"name":"ISearchViewChangedSink","features":[200]},{"name":"ISecurityInfo","features":[200]},{"name":"IService","features":[200]},{"name":"ISessionProperties","features":[200]},{"name":"ISimpleCommandCreator","features":[200]},{"name":"ISourcesRowset","features":[200]},{"name":"IStemmer","features":[200]},{"name":"ISubscriptionItem","features":[200]},{"name":"ISubscriptionMgr","features":[200]},{"name":"ISubscriptionMgr2","features":[200]},{"name":"ITEMPROP","features":[3,43,200,44]},{"name":"ITEM_INFO","features":[200]},{"name":"ITableCreation","features":[200]},{"name":"ITableDefinition","features":[200]},{"name":"ITableDefinitionWithConstraints","features":[200]},{"name":"ITableRename","features":[200]},{"name":"ITokenCollection","features":[200]},{"name":"ITransactionJoin","features":[200]},{"name":"ITransactionLocal","features":[200]},{"name":"ITransactionObject","features":[200]},{"name":"ITrusteeAdmin","features":[200]},{"name":"ITrusteeGroupAdmin","features":[200]},{"name":"IUMS","features":[200]},{"name":"IUMSInitialize","features":[200]},{"name":"IUrlAccessor","features":[200]},{"name":"IUrlAccessor2","features":[200]},{"name":"IUrlAccessor3","features":[200]},{"name":"IUrlAccessor4","features":[200]},{"name":"IViewChapter","features":[200]},{"name":"IViewFilter","features":[200]},{"name":"IViewRowset","features":[200]},{"name":"IViewSort","features":[200]},{"name":"IWordBreaker","features":[200]},{"name":"IWordFormSink","features":[200]},{"name":"IWordSink","features":[200]},{"name":"Interval","features":[200]},{"name":"JET_GET_PROP_STORE_ERROR","features":[200]},{"name":"JET_INIT_ERROR","features":[200]},{"name":"JET_MULTIINSTANCE_DISABLED","features":[200]},{"name":"JET_NEW_PROP_STORE_ERROR","features":[200]},{"name":"JPS_E_CATALOG_DECSRIPTION_MISSING","features":[200]},{"name":"JPS_E_INSUFFICIENT_DATABASE_RESOURCES","features":[200]},{"name":"JPS_E_INSUFFICIENT_DATABASE_SESSIONS","features":[200]},{"name":"JPS_E_INSUFFICIENT_VERSION_STORAGE","features":[200]},{"name":"JPS_E_JET_ERR","features":[200]},{"name":"JPS_E_MISSING_INFORMATION","features":[200]},{"name":"JPS_E_PROPAGATION_CORRUPTION","features":[200]},{"name":"JPS_E_PROPAGATION_FILE","features":[200]},{"name":"JPS_E_PROPAGATION_VERSION_MISMATCH","features":[200]},{"name":"JPS_E_SCHEMA_ERROR","features":[200]},{"name":"JPS_E_SHARING_VIOLATION","features":[200]},{"name":"JPS_S_DUPLICATE_DOC_DETECTED","features":[200]},{"name":"KAGGETDIAG","features":[3,43,200,44]},{"name":"KAGPROPVAL_CONCUR_LOCK","features":[200]},{"name":"KAGPROPVAL_CONCUR_READ_ONLY","features":[200]},{"name":"KAGPROPVAL_CONCUR_ROWVER","features":[200]},{"name":"KAGPROPVAL_CONCUR_VALUES","features":[200]},{"name":"KAGPROP_ACCESSIBLEPROCEDURES","features":[200]},{"name":"KAGPROP_ACCESSIBLETABLES","features":[200]},{"name":"KAGPROP_ACTIVESTATEMENTS","features":[200]},{"name":"KAGPROP_AUTH_SERVERINTEGRATED","features":[200]},{"name":"KAGPROP_AUTH_TRUSTEDCONNECTION","features":[200]},{"name":"KAGPROP_BLOBSONFOCURSOR","features":[200]},{"name":"KAGPROP_CONCURRENCY","features":[200]},{"name":"KAGPROP_CURSOR","features":[200]},{"name":"KAGPROP_DRIVERNAME","features":[200]},{"name":"KAGPROP_DRIVERODBCVER","features":[200]},{"name":"KAGPROP_DRIVERVER","features":[200]},{"name":"KAGPROP_FILEUSAGE","features":[200]},{"name":"KAGPROP_FORCENOPARAMETERREBIND","features":[200]},{"name":"KAGPROP_FORCENOPREPARE","features":[200]},{"name":"KAGPROP_FORCENOREEXECUTE","features":[200]},{"name":"KAGPROP_FORCESSFIREHOSEMODE","features":[200]},{"name":"KAGPROP_INCLUDENONEXACT","features":[200]},{"name":"KAGPROP_IRowsetChangeExtInfo","features":[200]},{"name":"KAGPROP_LIKEESCAPECLAUSE","features":[200]},{"name":"KAGPROP_MARSHALLABLE","features":[200]},{"name":"KAGPROP_MAXCOLUMNSINGROUPBY","features":[200]},{"name":"KAGPROP_MAXCOLUMNSININDEX","features":[200]},{"name":"KAGPROP_MAXCOLUMNSINORDERBY","features":[200]},{"name":"KAGPROP_MAXCOLUMNSINSELECT","features":[200]},{"name":"KAGPROP_MAXCOLUMNSINTABLE","features":[200]},{"name":"KAGPROP_NUMERICFUNCTIONS","features":[200]},{"name":"KAGPROP_ODBCSQLCONFORMANCE","features":[200]},{"name":"KAGPROP_ODBCSQLOPTIEF","features":[200]},{"name":"KAGPROP_OJCAPABILITY","features":[200]},{"name":"KAGPROP_OUTERJOINS","features":[200]},{"name":"KAGPROP_POSITIONONNEWROW","features":[200]},{"name":"KAGPROP_PROCEDURES","features":[200]},{"name":"KAGPROP_QUERYBASEDUPDATES","features":[200]},{"name":"KAGPROP_SPECIALCHARACTERS","features":[200]},{"name":"KAGPROP_STRINGFUNCTIONS","features":[200]},{"name":"KAGPROP_SYSTEMFUNCTIONS","features":[200]},{"name":"KAGPROP_TIMEDATEFUNCTIONS","features":[200]},{"name":"KAGREQDIAG","features":[200,44]},{"name":"KAGREQDIAGFLAGSENUM","features":[200]},{"name":"KAGREQDIAGFLAGS_HEADER","features":[200]},{"name":"KAGREQDIAGFLAGS_RECORD","features":[200]},{"name":"LOCKMODEENUM","features":[200]},{"name":"LOCKMODE_EXCLUSIVE","features":[200]},{"name":"LOCKMODE_INVALID","features":[200]},{"name":"LOCKMODE_SHARED","features":[200]},{"name":"LeafCondition","features":[200]},{"name":"MAXNAME","features":[200]},{"name":"MAXNUMERICLEN","features":[200]},{"name":"MAXUSEVERITY","features":[200]},{"name":"MAX_QUERY_RANK","features":[200]},{"name":"MDAXISINFO","features":[200]},{"name":"MDAXISINFO","features":[200]},{"name":"MDAXIS_CHAPTERS","features":[200]},{"name":"MDAXIS_COLUMNS","features":[200]},{"name":"MDAXIS_PAGES","features":[200]},{"name":"MDAXIS_ROWS","features":[200]},{"name":"MDAXIS_SECTIONS","features":[200]},{"name":"MDAXIS_SLICERS","features":[200]},{"name":"MDDISPINFO_DRILLED_DOWN","features":[200]},{"name":"MDDISPINFO_PARENT_SAME_AS_PREV","features":[200]},{"name":"MDFF_BOLD","features":[200]},{"name":"MDFF_ITALIC","features":[200]},{"name":"MDFF_STRIKEOUT","features":[200]},{"name":"MDFF_UNDERLINE","features":[200]},{"name":"MDLEVEL_TYPE_ALL","features":[200]},{"name":"MDLEVEL_TYPE_CALCULATED","features":[200]},{"name":"MDLEVEL_TYPE_REGULAR","features":[200]},{"name":"MDLEVEL_TYPE_RESERVED1","features":[200]},{"name":"MDLEVEL_TYPE_TIME","features":[200]},{"name":"MDLEVEL_TYPE_TIME_DAYS","features":[200]},{"name":"MDLEVEL_TYPE_TIME_HALF_YEAR","features":[200]},{"name":"MDLEVEL_TYPE_TIME_HOURS","features":[200]},{"name":"MDLEVEL_TYPE_TIME_MINUTES","features":[200]},{"name":"MDLEVEL_TYPE_TIME_MONTHS","features":[200]},{"name":"MDLEVEL_TYPE_TIME_QUARTERS","features":[200]},{"name":"MDLEVEL_TYPE_TIME_SECONDS","features":[200]},{"name":"MDLEVEL_TYPE_TIME_UNDEFINED","features":[200]},{"name":"MDLEVEL_TYPE_TIME_WEEKS","features":[200]},{"name":"MDLEVEL_TYPE_TIME_YEARS","features":[200]},{"name":"MDLEVEL_TYPE_UNKNOWN","features":[200]},{"name":"MDMEASURE_AGGR_AVG","features":[200]},{"name":"MDMEASURE_AGGR_CALCULATED","features":[200]},{"name":"MDMEASURE_AGGR_COUNT","features":[200]},{"name":"MDMEASURE_AGGR_MAX","features":[200]},{"name":"MDMEASURE_AGGR_MIN","features":[200]},{"name":"MDMEASURE_AGGR_STD","features":[200]},{"name":"MDMEASURE_AGGR_SUM","features":[200]},{"name":"MDMEASURE_AGGR_UNKNOWN","features":[200]},{"name":"MDMEASURE_AGGR_VAR","features":[200]},{"name":"MDMEMBER_TYPE_ALL","features":[200]},{"name":"MDMEMBER_TYPE_FORMULA","features":[200]},{"name":"MDMEMBER_TYPE_MEASURE","features":[200]},{"name":"MDMEMBER_TYPE_REGULAR","features":[200]},{"name":"MDMEMBER_TYPE_RESERVE1","features":[200]},{"name":"MDMEMBER_TYPE_RESERVE2","features":[200]},{"name":"MDMEMBER_TYPE_RESERVE3","features":[200]},{"name":"MDMEMBER_TYPE_RESERVE4","features":[200]},{"name":"MDMEMBER_TYPE_UNKNOWN","features":[200]},{"name":"MDPROPVAL_AU_UNCHANGED","features":[200]},{"name":"MDPROPVAL_AU_UNKNOWN","features":[200]},{"name":"MDPROPVAL_AU_UNSUPPORTED","features":[200]},{"name":"MDPROPVAL_FS_FULL_SUPPORT","features":[200]},{"name":"MDPROPVAL_FS_GENERATED_COLUMN","features":[200]},{"name":"MDPROPVAL_FS_GENERATED_DIMENSION","features":[200]},{"name":"MDPROPVAL_FS_NO_SUPPORT","features":[200]},{"name":"MDPROPVAL_MC_SEARCHEDCASE","features":[200]},{"name":"MDPROPVAL_MC_SINGLECASE","features":[200]},{"name":"MDPROPVAL_MD_AFTER","features":[200]},{"name":"MDPROPVAL_MD_BEFORE","features":[200]},{"name":"MDPROPVAL_MD_SELF","features":[200]},{"name":"MDPROPVAL_MF_CREATE_CALCMEMBERS","features":[200]},{"name":"MDPROPVAL_MF_CREATE_NAMEDSETS","features":[200]},{"name":"MDPROPVAL_MF_SCOPE_GLOBAL","features":[200]},{"name":"MDPROPVAL_MF_SCOPE_SESSION","features":[200]},{"name":"MDPROPVAL_MF_WITH_CALCMEMBERS","features":[200]},{"name":"MDPROPVAL_MF_WITH_NAMEDSETS","features":[200]},{"name":"MDPROPVAL_MJC_IMPLICITCUBE","features":[200]},{"name":"MDPROPVAL_MJC_MULTICUBES","features":[200]},{"name":"MDPROPVAL_MJC_SINGLECUBE","features":[200]},{"name":"MDPROPVAL_MMF_CLOSINGPERIOD","features":[200]},{"name":"MDPROPVAL_MMF_COUSIN","features":[200]},{"name":"MDPROPVAL_MMF_OPENINGPERIOD","features":[200]},{"name":"MDPROPVAL_MMF_PARALLELPERIOD","features":[200]},{"name":"MDPROPVAL_MNF_AGGREGATE","features":[200]},{"name":"MDPROPVAL_MNF_CORRELATION","features":[200]},{"name":"MDPROPVAL_MNF_COVARIANCE","features":[200]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVEL","features":[200]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVELBOTTOM","features":[200]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVELTOP","features":[200]},{"name":"MDPROPVAL_MNF_DRILLDOWNMEMBERBOTTOM","features":[200]},{"name":"MDPROPVAL_MNF_DRILLDOWNMEMBERTOP","features":[200]},{"name":"MDPROPVAL_MNF_DRILLUPLEVEL","features":[200]},{"name":"MDPROPVAL_MNF_DRILLUPMEMBER","features":[200]},{"name":"MDPROPVAL_MNF_LINREG2","features":[200]},{"name":"MDPROPVAL_MNF_LINREGPOINT","features":[200]},{"name":"MDPROPVAL_MNF_LINREGSLOPE","features":[200]},{"name":"MDPROPVAL_MNF_LINREGVARIANCE","features":[200]},{"name":"MDPROPVAL_MNF_MEDIAN","features":[200]},{"name":"MDPROPVAL_MNF_RANK","features":[200]},{"name":"MDPROPVAL_MNF_STDDEV","features":[200]},{"name":"MDPROPVAL_MNF_VAR","features":[200]},{"name":"MDPROPVAL_MOQ_CATALOG_CUBE","features":[200]},{"name":"MDPROPVAL_MOQ_CUBE_DIM","features":[200]},{"name":"MDPROPVAL_MOQ_DATASOURCE_CUBE","features":[200]},{"name":"MDPROPVAL_MOQ_DIMHIER_LEVEL","features":[200]},{"name":"MDPROPVAL_MOQ_DIMHIER_MEMBER","features":[200]},{"name":"MDPROPVAL_MOQ_DIM_HIER","features":[200]},{"name":"MDPROPVAL_MOQ_LEVEL_MEMBER","features":[200]},{"name":"MDPROPVAL_MOQ_MEMBER_MEMBER","features":[200]},{"name":"MDPROPVAL_MOQ_OUTERREFERENCE","features":[200]},{"name":"MDPROPVAL_MOQ_SCHEMA_CUBE","features":[200]},{"name":"MDPROPVAL_MSC_GREATERTHAN","features":[200]},{"name":"MDPROPVAL_MSC_GREATERTHANEQUAL","features":[200]},{"name":"MDPROPVAL_MSC_LESSTHAN","features":[200]},{"name":"MDPROPVAL_MSC_LESSTHANEQUAL","features":[200]},{"name":"MDPROPVAL_MSF_BOTTOMPERCENT","features":[200]},{"name":"MDPROPVAL_MSF_BOTTOMSUM","features":[200]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVEL","features":[200]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVELBOTTOM","features":[200]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVELTOP","features":[200]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBBER","features":[200]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBERBOTTOM","features":[200]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBERTOP","features":[200]},{"name":"MDPROPVAL_MSF_DRILLUPLEVEL","features":[200]},{"name":"MDPROPVAL_MSF_DRILLUPMEMBER","features":[200]},{"name":"MDPROPVAL_MSF_LASTPERIODS","features":[200]},{"name":"MDPROPVAL_MSF_MTD","features":[200]},{"name":"MDPROPVAL_MSF_PERIODSTODATE","features":[200]},{"name":"MDPROPVAL_MSF_QTD","features":[200]},{"name":"MDPROPVAL_MSF_TOGGLEDRILLSTATE","features":[200]},{"name":"MDPROPVAL_MSF_TOPPERCENT","features":[200]},{"name":"MDPROPVAL_MSF_TOPSUM","features":[200]},{"name":"MDPROPVAL_MSF_WTD","features":[200]},{"name":"MDPROPVAL_MSF_YTD","features":[200]},{"name":"MDPROPVAL_MS_MULTIPLETUPLES","features":[200]},{"name":"MDPROPVAL_MS_SINGLETUPLE","features":[200]},{"name":"MDPROPVAL_NL_NAMEDLEVELS","features":[200]},{"name":"MDPROPVAL_NL_NUMBEREDLEVELS","features":[200]},{"name":"MDPROPVAL_NL_SCHEMAONLY","features":[200]},{"name":"MDPROPVAL_NME_ALLDIMENSIONS","features":[200]},{"name":"MDPROPVAL_NME_MEASURESONLY","features":[200]},{"name":"MDPROPVAL_RR_NORANGEROWSET","features":[200]},{"name":"MDPROPVAL_RR_READONLY","features":[200]},{"name":"MDPROPVAL_RR_UPDATE","features":[200]},{"name":"MDPROPVAL_VISUAL_MODE_DEFAULT","features":[200]},{"name":"MDPROPVAL_VISUAL_MODE_VISUAL","features":[200]},{"name":"MDPROPVAL_VISUAL_MODE_VISUAL_OFF","features":[200]},{"name":"MDPROP_AGGREGATECELL_UPDATE","features":[200]},{"name":"MDPROP_AXES","features":[200]},{"name":"MDPROP_CELL","features":[200]},{"name":"MDPROP_FLATTENING_SUPPORT","features":[200]},{"name":"MDPROP_MDX_AGGREGATECELL_UPDATE","features":[200]},{"name":"MDPROP_MDX_CASESUPPORT","features":[200]},{"name":"MDPROP_MDX_CUBEQUALIFICATION","features":[200]},{"name":"MDPROP_MDX_DESCFLAGS","features":[200]},{"name":"MDPROP_MDX_FORMULAS","features":[200]},{"name":"MDPROP_MDX_JOINCUBES","features":[200]},{"name":"MDPROP_MDX_MEMBER_FUNCTIONS","features":[200]},{"name":"MDPROP_MDX_NONMEASURE_EXPRESSIONS","features":[200]},{"name":"MDPROP_MDX_NUMERIC_FUNCTIONS","features":[200]},{"name":"MDPROP_MDX_OBJQUALIFICATION","features":[200]},{"name":"MDPROP_MDX_OUTERREFERENCE","features":[200]},{"name":"MDPROP_MDX_QUERYBYPROPERTY","features":[200]},{"name":"MDPROP_MDX_SET_FUNCTIONS","features":[200]},{"name":"MDPROP_MDX_SLICER","features":[200]},{"name":"MDPROP_MDX_STRING_COMPOP","features":[200]},{"name":"MDPROP_MEMBER","features":[200]},{"name":"MDPROP_NAMED_LEVELS","features":[200]},{"name":"MDPROP_RANGEROWSET","features":[200]},{"name":"MDPROP_VISUALMODE","features":[200]},{"name":"MDSTATUS_S_CELLEMPTY","features":[200]},{"name":"MDTREEOP_ANCESTORS","features":[200]},{"name":"MDTREEOP_CHILDREN","features":[200]},{"name":"MDTREEOP_DESCENDANTS","features":[200]},{"name":"MDTREEOP_PARENT","features":[200]},{"name":"MDTREEOP_SELF","features":[200]},{"name":"MDTREEOP_SIBLINGS","features":[200]},{"name":"MD_DIMTYPE_MEASURE","features":[200]},{"name":"MD_DIMTYPE_OTHER","features":[200]},{"name":"MD_DIMTYPE_TIME","features":[200]},{"name":"MD_DIMTYPE_UNKNOWN","features":[200]},{"name":"MD_E_BADCOORDINATE","features":[200]},{"name":"MD_E_BADTUPLE","features":[200]},{"name":"MD_E_INVALIDAXIS","features":[200]},{"name":"MD_E_INVALIDCELLRANGE","features":[200]},{"name":"MINFATALERR","features":[200]},{"name":"MIN_USER_DATATYPE","features":[200]},{"name":"MSDAINITIALIZE","features":[200]},{"name":"MSDAORA","features":[200]},{"name":"MSDAORA8","features":[200]},{"name":"MSDAORA8_ERROR","features":[200]},{"name":"MSDAORA_ERROR","features":[200]},{"name":"MSDSDBINITPROPENUM","features":[200]},{"name":"MSDSSESSIONPROPENUM","features":[200]},{"name":"MSG_CI_CORRUPT_INDEX_COMPONENT","features":[200]},{"name":"MSG_CI_CREATE_SEVER_ITEM_FAILED","features":[200]},{"name":"MSG_CI_MASTER_MERGE_ABORTED","features":[200]},{"name":"MSG_CI_MASTER_MERGE_ABORTED_LOW_DISK","features":[200]},{"name":"MSG_CI_MASTER_MERGE_CANT_RESTART","features":[200]},{"name":"MSG_CI_MASTER_MERGE_CANT_START","features":[200]},{"name":"MSG_CI_MASTER_MERGE_COMPLETED","features":[200]},{"name":"MSG_CI_MASTER_MERGE_REASON_EXPECTED_DOCS","features":[200]},{"name":"MSG_CI_MASTER_MERGE_REASON_EXTERNAL","features":[200]},{"name":"MSG_CI_MASTER_MERGE_REASON_INDEX_LIMIT","features":[200]},{"name":"MSG_CI_MASTER_MERGE_REASON_NUMBER","features":[200]},{"name":"MSG_CI_MASTER_MERGE_RESTARTED","features":[200]},{"name":"MSG_CI_MASTER_MERGE_STARTED","features":[200]},{"name":"MSG_TEST_MESSAGE","features":[200]},{"name":"MSS_E_APPALREADYEXISTS","features":[200]},{"name":"MSS_E_APPNOTFOUND","features":[200]},{"name":"MSS_E_CATALOGALREADYEXISTS","features":[200]},{"name":"MSS_E_CATALOGNOTFOUND","features":[200]},{"name":"MSS_E_CATALOGSTOPPING","features":[200]},{"name":"MSS_E_INVALIDAPPNAME","features":[200]},{"name":"MSS_E_UNICODEFILEHEADERMISSING","features":[200]},{"name":"MS_PERSIST_PROGID","features":[200]},{"name":"NAMED_ENTITY_CERTAINTY","features":[200]},{"name":"NATLANGUAGERESTRICTION","features":[146,65,200]},{"name":"NEC_HIGH","features":[200]},{"name":"NEC_LOW","features":[200]},{"name":"NEC_MEDIUM","features":[200]},{"name":"NET_E_DISCONNECTED","features":[200]},{"name":"NET_E_GENERAL","features":[200]},{"name":"NET_E_INVALIDPARAMS","features":[200]},{"name":"NET_E_OPERATIONINPROGRESS","features":[200]},{"name":"NLADMIN_E_BUILD_CATALOG_NOT_INITIALIZED","features":[200]},{"name":"NLADMIN_E_DUPLICATE_CATALOG","features":[200]},{"name":"NLADMIN_E_FAILED_TO_GIVE_ACCOUNT_PRIVILEGE","features":[200]},{"name":"NLADMIN_S_NOT_ALL_BUILD_CATALOGS_INITIALIZED","features":[200]},{"name":"NODERESTRICTION","features":[3,146,65,200,44]},{"name":"NOTESPH_E_ATTACHMENTS","features":[200]},{"name":"NOTESPH_E_DB_ACCESS_DENIED","features":[200]},{"name":"NOTESPH_E_FAIL","features":[200]},{"name":"NOTESPH_E_ITEM_NOT_FOUND","features":[200]},{"name":"NOTESPH_E_NOTESSETUP_ID_MAPPING_ERROR","features":[200]},{"name":"NOTESPH_E_NO_NTID","features":[200]},{"name":"NOTESPH_E_SERVER_CONFIG","features":[200]},{"name":"NOTESPH_E_UNEXPECTED_STATE","features":[200]},{"name":"NOTESPH_E_UNSUPPORTED_CONTENT_FIELD_TYPE","features":[200]},{"name":"NOTESPH_S_IGNORE_ID","features":[200]},{"name":"NOTESPH_S_LISTKNOWNFIELDS","features":[200]},{"name":"NOTRESTRICTION","features":[3,146,65,200,44]},{"name":"NOT_N_PARSE_ERROR","features":[200]},{"name":"NegationCondition","features":[200]},{"name":"OCC_INVALID","features":[200]},{"name":"ODBCGetTryWaitValue","features":[200]},{"name":"ODBCSetTryWaitValue","features":[3,200]},{"name":"ODBCVER","features":[200]},{"name":"ODBC_ADD_DSN","features":[200]},{"name":"ODBC_ADD_SYS_DSN","features":[200]},{"name":"ODBC_BOTH_DSN","features":[200]},{"name":"ODBC_CONFIG_DRIVER","features":[200]},{"name":"ODBC_CONFIG_DRIVER_MAX","features":[200]},{"name":"ODBC_CONFIG_DSN","features":[200]},{"name":"ODBC_CONFIG_SYS_DSN","features":[200]},{"name":"ODBC_ERROR_COMPONENT_NOT_FOUND","features":[200]},{"name":"ODBC_ERROR_CREATE_DSN_FAILED","features":[200]},{"name":"ODBC_ERROR_GENERAL_ERR","features":[200]},{"name":"ODBC_ERROR_INVALID_BUFF_LEN","features":[200]},{"name":"ODBC_ERROR_INVALID_DSN","features":[200]},{"name":"ODBC_ERROR_INVALID_HWND","features":[200]},{"name":"ODBC_ERROR_INVALID_INF","features":[200]},{"name":"ODBC_ERROR_INVALID_KEYWORD_VALUE","features":[200]},{"name":"ODBC_ERROR_INVALID_LOG_FILE","features":[200]},{"name":"ODBC_ERROR_INVALID_NAME","features":[200]},{"name":"ODBC_ERROR_INVALID_PARAM_SEQUENCE","features":[200]},{"name":"ODBC_ERROR_INVALID_PATH","features":[200]},{"name":"ODBC_ERROR_INVALID_REQUEST_TYPE","features":[200]},{"name":"ODBC_ERROR_INVALID_STR","features":[200]},{"name":"ODBC_ERROR_LOAD_LIB_FAILED","features":[200]},{"name":"ODBC_ERROR_MAX","features":[200]},{"name":"ODBC_ERROR_NOTRANINFO","features":[200]},{"name":"ODBC_ERROR_OUTPUT_STRING_TRUNCATED","features":[200]},{"name":"ODBC_ERROR_OUT_OF_MEM","features":[200]},{"name":"ODBC_ERROR_REMOVE_DSN_FAILED","features":[200]},{"name":"ODBC_ERROR_REQUEST_FAILED","features":[200]},{"name":"ODBC_ERROR_USAGE_UPDATE_FAILED","features":[200]},{"name":"ODBC_ERROR_USER_CANCELED","features":[200]},{"name":"ODBC_ERROR_WRITING_SYSINFO_FAILED","features":[200]},{"name":"ODBC_INSTALL_COMPLETE","features":[200]},{"name":"ODBC_INSTALL_DRIVER","features":[200]},{"name":"ODBC_INSTALL_INQUIRY","features":[200]},{"name":"ODBC_REMOVE_DEFAULT_DSN","features":[200]},{"name":"ODBC_REMOVE_DRIVER","features":[200]},{"name":"ODBC_REMOVE_DSN","features":[200]},{"name":"ODBC_REMOVE_SYS_DSN","features":[200]},{"name":"ODBC_SYSTEM_DSN","features":[200]},{"name":"ODBC_USER_DSN","features":[200]},{"name":"ODBC_VS_ARGS","features":[200]},{"name":"ODBC_VS_FLAG_RETCODE","features":[200]},{"name":"ODBC_VS_FLAG_STOP","features":[200]},{"name":"ODBC_VS_FLAG_UNICODE_ARG","features":[200]},{"name":"ODBC_VS_FLAG_UNICODE_COR","features":[200]},{"name":"OLEDBSimpleProvider","features":[200]},{"name":"OLEDBSimpleProviderListener","features":[200]},{"name":"OLEDBVER","features":[200]},{"name":"OLEDB_BINDER_CUSTOM_ERROR","features":[200]},{"name":"OSPCOMP","features":[200]},{"name":"OSPCOMP_DEFAULT","features":[200]},{"name":"OSPCOMP_EQ","features":[200]},{"name":"OSPCOMP_GE","features":[200]},{"name":"OSPCOMP_GT","features":[200]},{"name":"OSPCOMP_LE","features":[200]},{"name":"OSPCOMP_LT","features":[200]},{"name":"OSPCOMP_NE","features":[200]},{"name":"OSPFIND","features":[200]},{"name":"OSPFIND_CASESENSITIVE","features":[200]},{"name":"OSPFIND_DEFAULT","features":[200]},{"name":"OSPFIND_UP","features":[200]},{"name":"OSPFIND_UPCASESENSITIVE","features":[200]},{"name":"OSPFORMAT","features":[200]},{"name":"OSPFORMAT_DEFAULT","features":[200]},{"name":"OSPFORMAT_FORMATTED","features":[200]},{"name":"OSPFORMAT_HTML","features":[200]},{"name":"OSPFORMAT_RAW","features":[200]},{"name":"OSPRW","features":[200]},{"name":"OSPRW_DEFAULT","features":[200]},{"name":"OSPRW_MIXED","features":[200]},{"name":"OSPRW_READONLY","features":[200]},{"name":"OSPRW_READWRITE","features":[200]},{"name":"OSPXFER","features":[200]},{"name":"OSPXFER_ABORT","features":[200]},{"name":"OSPXFER_COMPLETE","features":[200]},{"name":"OSPXFER_ERROR","features":[200]},{"name":"OSP_IndexLabel","features":[200]},{"name":"PDPO","features":[200]},{"name":"PEOPLE_IMPORT_E_CANONICALURL_TOOLONG","features":[200]},{"name":"PEOPLE_IMPORT_E_DATATYPENOTSUPPORTED","features":[200]},{"name":"PEOPLE_IMPORT_E_DBCONNFAIL","features":[200]},{"name":"PEOPLE_IMPORT_E_DC_NOT_AVAILABLE","features":[200]},{"name":"PEOPLE_IMPORT_E_DIRSYNC_NOTREFRESHED","features":[200]},{"name":"PEOPLE_IMPORT_E_DIRSYNC_ZERO_COOKIE","features":[200]},{"name":"PEOPLE_IMPORT_E_DOMAIN_DISCOVER_FAILED","features":[200]},{"name":"PEOPLE_IMPORT_E_DOMAIN_REMOVED","features":[200]},{"name":"PEOPLE_IMPORT_E_ENUM_ACCESSDENIED","features":[200]},{"name":"PEOPLE_IMPORT_E_FAILTOGETDSDEF","features":[200]},{"name":"PEOPLE_IMPORT_E_FAILTOGETDSMAPPING","features":[200]},{"name":"PEOPLE_IMPORT_E_FAILTOGETLCID","features":[200]},{"name":"PEOPLE_IMPORT_E_LDAPPATH_TOOLONG","features":[200]},{"name":"PEOPLE_IMPORT_E_NOCASTINGSUPPORTED","features":[200]},{"name":"PEOPLE_IMPORT_E_UPDATE_DIRSYNC_COOKIE","features":[200]},{"name":"PEOPLE_IMPORT_E_USERNAME_NOTRESOLVED","features":[200]},{"name":"PEOPLE_IMPORT_NODSDEFINED","features":[200]},{"name":"PEOPLE_IMPORT_NOMAPPINGDEFINED","features":[200]},{"name":"PERM_ALL","features":[200]},{"name":"PERM_CREATE","features":[200]},{"name":"PERM_DELETE","features":[200]},{"name":"PERM_DROP","features":[200]},{"name":"PERM_EXCLUSIVE","features":[200]},{"name":"PERM_EXECUTE","features":[200]},{"name":"PERM_INSERT","features":[200]},{"name":"PERM_MAXIMUM_ALLOWED","features":[200]},{"name":"PERM_READ","features":[200]},{"name":"PERM_READCONTROL","features":[200]},{"name":"PERM_READDESIGN","features":[200]},{"name":"PERM_REFERENCE","features":[200]},{"name":"PERM_UPDATE","features":[200]},{"name":"PERM_WITHGRANT","features":[200]},{"name":"PERM_WRITEDESIGN","features":[200]},{"name":"PERM_WRITEOWNER","features":[200]},{"name":"PERM_WRITEPERMISSIONS","features":[200]},{"name":"PFNFILLTEXTBUFFER","features":[200]},{"name":"PRAll","features":[200]},{"name":"PRAllBits","features":[200]},{"name":"PRAny","features":[200]},{"name":"PRIORITIZE_FLAGS","features":[200]},{"name":"PRIORITIZE_FLAG_IGNOREFAILURECOUNT","features":[200]},{"name":"PRIORITIZE_FLAG_RETRYFAILEDITEMS","features":[200]},{"name":"PRIORITY_LEVEL","features":[200]},{"name":"PRIORITY_LEVEL_DEFAULT","features":[200]},{"name":"PRIORITY_LEVEL_FOREGROUND","features":[200]},{"name":"PRIORITY_LEVEL_HIGH","features":[200]},{"name":"PRIORITY_LEVEL_LOW","features":[200]},{"name":"PROGID_MSPersist_Version_W","features":[200]},{"name":"PROGID_MSPersist_W","features":[200]},{"name":"PROPERTYRESTRICTION","features":[3,146,65,200,44]},{"name":"PROPID_DBBMK_BOOKMARK","features":[200]},{"name":"PROPID_DBBMK_CHAPTER","features":[200]},{"name":"PROPID_DBSELF_SELF","features":[200]},{"name":"PROXY_ACCESS","features":[200]},{"name":"PROXY_ACCESS_DIRECT","features":[200]},{"name":"PROXY_ACCESS_PRECONFIG","features":[200]},{"name":"PROXY_ACCESS_PROXY","features":[200]},{"name":"PROXY_INFO","features":[3,200]},{"name":"PRRE","features":[200]},{"name":"PRSomeBits","features":[200]},{"name":"PRTH_E_ACCESS_DENIED","features":[200]},{"name":"PRTH_E_ACL_IS_READ_NONE","features":[200]},{"name":"PRTH_E_ACL_TOO_BIG","features":[200]},{"name":"PRTH_E_BAD_REQUEST","features":[200]},{"name":"PRTH_E_CANT_TRANSFORM_DENIED_ACE","features":[200]},{"name":"PRTH_E_CANT_TRANSFORM_EXTERNAL_ACL","features":[200]},{"name":"PRTH_E_COMM_ERROR","features":[200]},{"name":"PRTH_E_DATABASE_OPEN_ERROR","features":[200]},{"name":"PRTH_E_HTTPS_CERTIFICATE_ERROR","features":[200]},{"name":"PRTH_E_HTTPS_REQUIRE_CERTIFICATE","features":[200]},{"name":"PRTH_E_HTTP_CANNOT_CONNECT","features":[200]},{"name":"PRTH_E_INIT_FAILED","features":[200]},{"name":"PRTH_E_INTERNAL_ERROR","features":[200]},{"name":"PRTH_E_LOAD_FAILED","features":[200]},{"name":"PRTH_E_MIME_EXCLUDED","features":[200]},{"name":"PRTH_E_NOT_REDIRECTED","features":[200]},{"name":"PRTH_E_NO_PROPERTY","features":[200]},{"name":"PRTH_E_OBJ_NOT_FOUND","features":[200]},{"name":"PRTH_E_OPLOCK_BROKEN","features":[200]},{"name":"PRTH_E_REQUEST_ERROR","features":[200]},{"name":"PRTH_E_RETRY","features":[200]},{"name":"PRTH_E_SERVER_ERROR","features":[200]},{"name":"PRTH_E_TRUNCATED","features":[200]},{"name":"PRTH_E_VOLUME_MOUNT_POINT","features":[200]},{"name":"PRTH_E_WININET","features":[200]},{"name":"PRTH_S_ACL_IS_READ_EVERYONE","features":[200]},{"name":"PRTH_S_MAX_DOWNLOAD","features":[200]},{"name":"PRTH_S_MAX_GROWTH","features":[200]},{"name":"PRTH_S_NOT_ALL_PARTS","features":[200]},{"name":"PRTH_S_NOT_MODIFIED","features":[200]},{"name":"PRTH_S_TRY_IMPERSONATING","features":[200]},{"name":"PRTH_S_USE_ROSEBUD","features":[200]},{"name":"PSGUID_CHARACTERIZATION","features":[200]},{"name":"PSGUID_QUERY_METADATA","features":[200]},{"name":"PSGUID_STORAGE","features":[200]},{"name":"PWPROP_OSPVALUE","features":[200]},{"name":"QPMO_APPEND_LCID_TO_LOCALIZED_PATH","features":[200]},{"name":"QPMO_LOCALIZED_SCHEMA_BINARY_PATH","features":[200]},{"name":"QPMO_LOCALIZER_SUPPORT","features":[200]},{"name":"QPMO_PRELOCALIZED_SCHEMA_BINARY_PATH","features":[200]},{"name":"QPMO_SCHEMA_BINARY_NAME","features":[200]},{"name":"QPMO_UNLOCALIZED_SCHEMA_BINARY_PATH","features":[200]},{"name":"QRY_E_COLUMNNOTSEARCHABLE","features":[200]},{"name":"QRY_E_COLUMNNOTSORTABLE","features":[200]},{"name":"QRY_E_ENGINEFAILED","features":[200]},{"name":"QRY_E_INFIXWILDCARD","features":[200]},{"name":"QRY_E_INVALIDCATALOG","features":[200]},{"name":"QRY_E_INVALIDCOLUMN","features":[200]},{"name":"QRY_E_INVALIDINTERVAL","features":[200]},{"name":"QRY_E_INVALIDPATH","features":[200]},{"name":"QRY_E_INVALIDSCOPES","features":[200]},{"name":"QRY_E_LMNOTINITIALIZED","features":[200]},{"name":"QRY_E_NOCOLUMNS","features":[200]},{"name":"QRY_E_NODATASOURCES","features":[200]},{"name":"QRY_E_NOLOGMANAGER","features":[200]},{"name":"QRY_E_NULLQUERY","features":[200]},{"name":"QRY_E_PREFIXWILDCARD","features":[200]},{"name":"QRY_E_QUERYCORRUPT","features":[200]},{"name":"QRY_E_QUERYSYNTAX","features":[200]},{"name":"QRY_E_SCOPECARDINALIDY","features":[200]},{"name":"QRY_E_SEARCHTOOBIG","features":[200]},{"name":"QRY_E_STARTHITTOBIG","features":[200]},{"name":"QRY_E_TIMEOUT","features":[200]},{"name":"QRY_E_TOOMANYCOLUMNS","features":[200]},{"name":"QRY_E_TOOMANYDATABASES","features":[200]},{"name":"QRY_E_TOOMANYQUERYTERMS","features":[200]},{"name":"QRY_E_TYPEMISMATCH","features":[200]},{"name":"QRY_E_UNEXPECTED","features":[200]},{"name":"QRY_E_UNHANDLEDTYPE","features":[200]},{"name":"QRY_E_WILDCARDPREFIXLENGTH","features":[200]},{"name":"QRY_S_INEXACTRESULTS","features":[200]},{"name":"QRY_S_NOROWSFOUND","features":[200]},{"name":"QRY_S_TERMIGNORED","features":[200]},{"name":"QUERY_E_AGGREGATE_NOT_SUPPORTED","features":[200]},{"name":"QUERY_E_ALLNOISE_AND_NO_RELDOC","features":[200]},{"name":"QUERY_E_ALLNOISE_AND_NO_RELPROP","features":[200]},{"name":"QUERY_E_DUPLICATE_RANGE_NAME","features":[200]},{"name":"QUERY_E_INCORRECT_VERSION","features":[200]},{"name":"QUERY_E_INVALIDCOALESCE","features":[200]},{"name":"QUERY_E_INVALIDSCOPE_COALESCE","features":[200]},{"name":"QUERY_E_INVALIDSORT_COALESCE","features":[200]},{"name":"QUERY_E_INVALID_DOCUMENT_IDENTIFIER","features":[200]},{"name":"QUERY_E_NO_RELDOC","features":[200]},{"name":"QUERY_E_NO_RELPROP","features":[200]},{"name":"QUERY_E_RELDOC_SYNTAX_NOT_SUPPORTED","features":[200]},{"name":"QUERY_E_REPEATED_RELDOC","features":[200]},{"name":"QUERY_E_TOP_LEVEL_IN_GROUP","features":[200]},{"name":"QUERY_E_UPGRADEINPROGRESS","features":[200]},{"name":"QUERY_PARSER_MANAGER_OPTION","features":[200]},{"name":"QUERY_SORTDEFAULT","features":[200]},{"name":"QUERY_SORTXASCEND","features":[200]},{"name":"QUERY_SORTXDESCEND","features":[200]},{"name":"QUERY_VALIDBITS","features":[200]},{"name":"QueryParser","features":[200]},{"name":"QueryParserManager","features":[200]},{"name":"RANGECATEGORIZE","features":[3,65,200,44]},{"name":"RESTRICTION","features":[3,146,65,200,44]},{"name":"REXSPH_E_DUPLICATE_PROPERTY","features":[200]},{"name":"REXSPH_E_INVALID_CALL","features":[200]},{"name":"REXSPH_E_MULTIPLE_REDIRECT","features":[200]},{"name":"REXSPH_E_NO_PROPERTY_ON_ROW","features":[200]},{"name":"REXSPH_E_REDIRECT_ON_SECURITY_UPDATE","features":[200]},{"name":"REXSPH_E_TYPE_MISMATCH_ON_READ","features":[200]},{"name":"REXSPH_E_UNEXPECTED_DATA_STATUS","features":[200]},{"name":"REXSPH_E_UNEXPECTED_FILTER_STATE","features":[200]},{"name":"REXSPH_E_UNKNOWN_DATA_TYPE","features":[200]},{"name":"REXSPH_S_REDIRECTED","features":[200]},{"name":"RMTPACK","features":[3,65,200,44]},{"name":"RMTPACK","features":[3,65,200,44]},{"name":"ROWSETEVENT_ITEMSTATE","features":[200]},{"name":"ROWSETEVENT_ITEMSTATE_INROWSET","features":[200]},{"name":"ROWSETEVENT_ITEMSTATE_NOTINROWSET","features":[200]},{"name":"ROWSETEVENT_ITEMSTATE_UNKNOWN","features":[200]},{"name":"ROWSETEVENT_TYPE","features":[200]},{"name":"ROWSETEVENT_TYPE_DATAEXPIRED","features":[200]},{"name":"ROWSETEVENT_TYPE_FOREGROUNDLOST","features":[200]},{"name":"ROWSETEVENT_TYPE_SCOPESTATISTICS","features":[200]},{"name":"RS_COMPLETED","features":[200]},{"name":"RS_MAYBOTHERUSER","features":[200]},{"name":"RS_READY","features":[200]},{"name":"RS_SUSPENDED","features":[200]},{"name":"RS_SUSPENDONIDLE","features":[200]},{"name":"RS_UPDATING","features":[200]},{"name":"RTAnd","features":[200]},{"name":"RTContent","features":[200]},{"name":"RTNatLanguage","features":[200]},{"name":"RTNone","features":[200]},{"name":"RTNot","features":[200]},{"name":"RTOr","features":[200]},{"name":"RTProperty","features":[200]},{"name":"RTProximity","features":[200]},{"name":"RTVector","features":[200]},{"name":"RootBinder","features":[200]},{"name":"SCHEMA_E_ADDSTOPWORDS","features":[200]},{"name":"SCHEMA_E_BADATTRIBUTE","features":[200]},{"name":"SCHEMA_E_BADCOLUMNNAME","features":[200]},{"name":"SCHEMA_E_BADFILENAME","features":[200]},{"name":"SCHEMA_E_BADPROPPID","features":[200]},{"name":"SCHEMA_E_BADPROPSPEC","features":[200]},{"name":"SCHEMA_E_CANNOTCREATEFILE","features":[200]},{"name":"SCHEMA_E_CANNOTCREATENOISEWORDFILE","features":[200]},{"name":"SCHEMA_E_CANNOTWRITEFILE","features":[200]},{"name":"SCHEMA_E_DUPLICATENOISE","features":[200]},{"name":"SCHEMA_E_EMPTYFILE","features":[200]},{"name":"SCHEMA_E_FILECHANGED","features":[200]},{"name":"SCHEMA_E_FILENOTFOUND","features":[200]},{"name":"SCHEMA_E_INVALIDDATATYPE","features":[200]},{"name":"SCHEMA_E_INVALIDFILETYPE","features":[200]},{"name":"SCHEMA_E_INVALIDVALUE","features":[200]},{"name":"SCHEMA_E_LOAD_SPECIAL","features":[200]},{"name":"SCHEMA_E_NAMEEXISTS","features":[200]},{"name":"SCHEMA_E_NESTEDTAG","features":[200]},{"name":"SCHEMA_E_NOMORECOLUMNS","features":[200]},{"name":"SCHEMA_E_PROPEXISTS","features":[200]},{"name":"SCHEMA_E_UNEXPECTEDTAG","features":[200]},{"name":"SCHEMA_E_VERSIONMISMATCH","features":[200]},{"name":"SCRIPTPI_E_ALREADY_COMPLETED","features":[200]},{"name":"SCRIPTPI_E_CANNOT_ALTER_CHUNK","features":[200]},{"name":"SCRIPTPI_E_CHUNK_NOT_TEXT","features":[200]},{"name":"SCRIPTPI_E_CHUNK_NOT_VALUE","features":[200]},{"name":"SCRIPTPI_E_PID_NOT_NAME","features":[200]},{"name":"SCRIPTPI_E_PID_NOT_NUMERIC","features":[200]},{"name":"SEARCH_ADVANCED_QUERY_SYNTAX","features":[200]},{"name":"SEARCH_CHANGE_ADD","features":[200]},{"name":"SEARCH_CHANGE_DELETE","features":[200]},{"name":"SEARCH_CHANGE_MODIFY","features":[200]},{"name":"SEARCH_CHANGE_MOVE_RENAME","features":[200]},{"name":"SEARCH_CHANGE_SEMANTICS_DIRECTORY","features":[200]},{"name":"SEARCH_CHANGE_SEMANTICS_SHALLOW","features":[200]},{"name":"SEARCH_CHANGE_SEMANTICS_UPDATE_SECURITY","features":[200]},{"name":"SEARCH_COLUMN_PROPERTIES","features":[3,65,200,44]},{"name":"SEARCH_HIGH_PRIORITY","features":[200]},{"name":"SEARCH_INDEXING_PHASE","features":[200]},{"name":"SEARCH_INDEXING_PHASE_GATHERER","features":[200]},{"name":"SEARCH_INDEXING_PHASE_PERSISTED","features":[200]},{"name":"SEARCH_INDEXING_PHASE_QUERYABLE","features":[200]},{"name":"SEARCH_ITEM_CHANGE","features":[43,200]},{"name":"SEARCH_ITEM_INDEXING_STATUS","features":[200]},{"name":"SEARCH_ITEM_PERSISTENT_CHANGE","features":[200]},{"name":"SEARCH_KIND_OF_CHANGE","features":[200]},{"name":"SEARCH_NATURAL_QUERY_SYNTAX","features":[200]},{"name":"SEARCH_NORMAL_PRIORITY","features":[200]},{"name":"SEARCH_NOTIFICATION_PRIORITY","features":[200]},{"name":"SEARCH_NO_QUERY_SYNTAX","features":[200]},{"name":"SEARCH_QUERY_SYNTAX","features":[200]},{"name":"SEARCH_TERM_EXPANSION","features":[200]},{"name":"SEARCH_TERM_NO_EXPANSION","features":[200]},{"name":"SEARCH_TERM_PREFIX_ALL","features":[200]},{"name":"SEARCH_TERM_STEM_ALL","features":[200]},{"name":"SEC_E_ACCESSDENIED","features":[200]},{"name":"SEC_E_BADTRUSTEEID","features":[200]},{"name":"SEC_E_INITFAILED","features":[200]},{"name":"SEC_E_INVALIDACCESSENTRY","features":[200]},{"name":"SEC_E_INVALIDACCESSENTRYLIST","features":[200]},{"name":"SEC_E_INVALIDCONTEXT","features":[200]},{"name":"SEC_E_INVALIDOBJECT","features":[200]},{"name":"SEC_E_INVALIDOWNER","features":[200]},{"name":"SEC_E_NOMEMBERSHIPSUPPORT","features":[200]},{"name":"SEC_E_NOOWNER","features":[200]},{"name":"SEC_E_NOTINITIALIZED","features":[200]},{"name":"SEC_E_NOTRUSTEEID","features":[200]},{"name":"SEC_E_PERMISSIONDENIED","features":[200]},{"name":"SEC_OBJECT","features":[146,200]},{"name":"SEC_OBJECT","features":[146,200]},{"name":"SEC_OBJECT_ELEMENT","features":[146,200]},{"name":"SEC_OBJECT_ELEMENT","features":[146,200]},{"name":"SI_TEMPORARY","features":[200]},{"name":"SORTKEY","features":[146,65,200]},{"name":"SORTSET","features":[146,65,200]},{"name":"SPS_WS_ERROR","features":[200]},{"name":"SQLAOPANY","features":[200]},{"name":"SQLAOPAVG","features":[200]},{"name":"SQLAOPCNT","features":[200]},{"name":"SQLAOPMAX","features":[200]},{"name":"SQLAOPMIN","features":[200]},{"name":"SQLAOPNOOP","features":[200]},{"name":"SQLAOPSTDEV","features":[200]},{"name":"SQLAOPSTDEVP","features":[200]},{"name":"SQLAOPSUM","features":[200]},{"name":"SQLAOPVAR","features":[200]},{"name":"SQLAOPVARP","features":[200]},{"name":"SQLAllocConnect","features":[200]},{"name":"SQLAllocEnv","features":[200]},{"name":"SQLAllocHandle","features":[200]},{"name":"SQLAllocHandleStd","features":[200]},{"name":"SQLAllocStmt","features":[200]},{"name":"SQLBIGBINARY","features":[200]},{"name":"SQLBIGCHAR","features":[200]},{"name":"SQLBIGVARBINARY","features":[200]},{"name":"SQLBIGVARCHAR","features":[200]},{"name":"SQLBINARY","features":[200]},{"name":"SQLBIT","features":[200]},{"name":"SQLBITN","features":[200]},{"name":"SQLBindCol","features":[200]},{"name":"SQLBindCol","features":[200]},{"name":"SQLBindParam","features":[200]},{"name":"SQLBindParam","features":[200]},{"name":"SQLBindParameter","features":[200]},{"name":"SQLBindParameter","features":[200]},{"name":"SQLBrowseConnect","features":[200]},{"name":"SQLBrowseConnectA","features":[200]},{"name":"SQLBrowseConnectW","features":[200]},{"name":"SQLBulkOperations","features":[200]},{"name":"SQLCHARACTER","features":[200]},{"name":"SQLCancel","features":[200]},{"name":"SQLCancelHandle","features":[200]},{"name":"SQLCloseCursor","features":[200]},{"name":"SQLCloseEnumServers","features":[3,200]},{"name":"SQLColAttribute","features":[200]},{"name":"SQLColAttribute","features":[200]},{"name":"SQLColAttributeA","features":[200]},{"name":"SQLColAttributeA","features":[200]},{"name":"SQLColAttributeW","features":[200]},{"name":"SQLColAttributeW","features":[200]},{"name":"SQLColAttributes","features":[200]},{"name":"SQLColAttributes","features":[200]},{"name":"SQLColAttributesA","features":[200]},{"name":"SQLColAttributesA","features":[200]},{"name":"SQLColAttributesW","features":[200]},{"name":"SQLColAttributesW","features":[200]},{"name":"SQLColumnPrivileges","features":[200]},{"name":"SQLColumnPrivilegesA","features":[200]},{"name":"SQLColumnPrivilegesW","features":[200]},{"name":"SQLColumns","features":[200]},{"name":"SQLColumnsA","features":[200]},{"name":"SQLColumnsW","features":[200]},{"name":"SQLCompleteAsync","features":[200]},{"name":"SQLConnect","features":[200]},{"name":"SQLConnectA","features":[200]},{"name":"SQLConnectW","features":[200]},{"name":"SQLCopyDesc","features":[200]},{"name":"SQLDATETIM4","features":[200]},{"name":"SQLDATETIME","features":[200]},{"name":"SQLDATETIMN","features":[200]},{"name":"SQLDECIMAL","features":[200]},{"name":"SQLDECIMALN","features":[200]},{"name":"SQLDataSources","features":[200]},{"name":"SQLDataSourcesA","features":[200]},{"name":"SQLDataSourcesW","features":[200]},{"name":"SQLDescribeCol","features":[200]},{"name":"SQLDescribeCol","features":[200]},{"name":"SQLDescribeColA","features":[200]},{"name":"SQLDescribeColA","features":[200]},{"name":"SQLDescribeColW","features":[200]},{"name":"SQLDescribeColW","features":[200]},{"name":"SQLDescribeParam","features":[200]},{"name":"SQLDescribeParam","features":[200]},{"name":"SQLDisconnect","features":[200]},{"name":"SQLDriverConnect","features":[200]},{"name":"SQLDriverConnectA","features":[200]},{"name":"SQLDriverConnectW","features":[200]},{"name":"SQLDrivers","features":[200]},{"name":"SQLDriversA","features":[200]},{"name":"SQLDriversW","features":[200]},{"name":"SQLEndTran","features":[200]},{"name":"SQLError","features":[200]},{"name":"SQLErrorA","features":[200]},{"name":"SQLErrorW","features":[200]},{"name":"SQLExecDirect","features":[200]},{"name":"SQLExecDirectA","features":[200]},{"name":"SQLExecDirectW","features":[200]},{"name":"SQLExecute","features":[200]},{"name":"SQLExtendedFetch","features":[200]},{"name":"SQLExtendedFetch","features":[200]},{"name":"SQLFLT4","features":[200]},{"name":"SQLFLT8","features":[200]},{"name":"SQLFLTN","features":[200]},{"name":"SQLFetch","features":[200]},{"name":"SQLFetchScroll","features":[200]},{"name":"SQLFetchScroll","features":[200]},{"name":"SQLForeignKeys","features":[200]},{"name":"SQLForeignKeysA","features":[200]},{"name":"SQLForeignKeysW","features":[200]},{"name":"SQLFreeConnect","features":[200]},{"name":"SQLFreeEnv","features":[200]},{"name":"SQLFreeHandle","features":[200]},{"name":"SQLFreeStmt","features":[200]},{"name":"SQLGetConnectAttr","features":[200]},{"name":"SQLGetConnectAttrA","features":[200]},{"name":"SQLGetConnectAttrW","features":[200]},{"name":"SQLGetConnectOption","features":[200]},{"name":"SQLGetConnectOptionA","features":[200]},{"name":"SQLGetConnectOptionW","features":[200]},{"name":"SQLGetCursorName","features":[200]},{"name":"SQLGetCursorNameA","features":[200]},{"name":"SQLGetCursorNameW","features":[200]},{"name":"SQLGetData","features":[200]},{"name":"SQLGetData","features":[200]},{"name":"SQLGetDescField","features":[200]},{"name":"SQLGetDescFieldA","features":[200]},{"name":"SQLGetDescFieldW","features":[200]},{"name":"SQLGetDescRec","features":[200]},{"name":"SQLGetDescRec","features":[200]},{"name":"SQLGetDescRecA","features":[200]},{"name":"SQLGetDescRecA","features":[200]},{"name":"SQLGetDescRecW","features":[200]},{"name":"SQLGetDescRecW","features":[200]},{"name":"SQLGetDiagField","features":[200]},{"name":"SQLGetDiagFieldA","features":[200]},{"name":"SQLGetDiagFieldW","features":[200]},{"name":"SQLGetDiagRec","features":[200]},{"name":"SQLGetDiagRecA","features":[200]},{"name":"SQLGetDiagRecW","features":[200]},{"name":"SQLGetEnvAttr","features":[200]},{"name":"SQLGetFunctions","features":[200]},{"name":"SQLGetInfo","features":[200]},{"name":"SQLGetInfoA","features":[200]},{"name":"SQLGetInfoW","features":[200]},{"name":"SQLGetNextEnumeration","features":[3,200]},{"name":"SQLGetStmtAttr","features":[200]},{"name":"SQLGetStmtAttrA","features":[200]},{"name":"SQLGetStmtAttrW","features":[200]},{"name":"SQLGetStmtOption","features":[200]},{"name":"SQLGetTypeInfo","features":[200]},{"name":"SQLGetTypeInfoA","features":[200]},{"name":"SQLGetTypeInfoW","features":[200]},{"name":"SQLIMAGE","features":[200]},{"name":"SQLINT1","features":[200]},{"name":"SQLINT2","features":[200]},{"name":"SQLINT4","features":[200]},{"name":"SQLINT8","features":[200]},{"name":"SQLINTERVAL","features":[200]},{"name":"SQLINTN","features":[200]},{"name":"SQLInitEnumServers","features":[3,200]},{"name":"SQLLinkedCatalogsA","features":[200]},{"name":"SQLLinkedCatalogsW","features":[200]},{"name":"SQLLinkedServers","features":[200]},{"name":"SQLMONEY","features":[200]},{"name":"SQLMONEY4","features":[200]},{"name":"SQLMONEYN","features":[200]},{"name":"SQLMoreResults","features":[200]},{"name":"SQLNCHAR","features":[200]},{"name":"SQLNTEXT","features":[200]},{"name":"SQLNUMERIC","features":[200]},{"name":"SQLNUMERICN","features":[200]},{"name":"SQLNVARCHAR","features":[200]},{"name":"SQLNativeSql","features":[200]},{"name":"SQLNativeSqlA","features":[200]},{"name":"SQLNativeSqlW","features":[200]},{"name":"SQLNumParams","features":[200]},{"name":"SQLNumResultCols","features":[200]},{"name":"SQLPERF","features":[200]},{"name":"SQLParamData","features":[200]},{"name":"SQLParamOptions","features":[200]},{"name":"SQLParamOptions","features":[200]},{"name":"SQLPrepare","features":[200]},{"name":"SQLPrepareA","features":[200]},{"name":"SQLPrepareW","features":[200]},{"name":"SQLPrimaryKeys","features":[200]},{"name":"SQLPrimaryKeysA","features":[200]},{"name":"SQLPrimaryKeysW","features":[200]},{"name":"SQLProcedureColumns","features":[200]},{"name":"SQLProcedureColumnsA","features":[200]},{"name":"SQLProcedureColumnsW","features":[200]},{"name":"SQLProcedures","features":[200]},{"name":"SQLProceduresA","features":[200]},{"name":"SQLProceduresW","features":[200]},{"name":"SQLPutData","features":[200]},{"name":"SQLPutData","features":[200]},{"name":"SQLRowCount","features":[200]},{"name":"SQLRowCount","features":[200]},{"name":"SQLSetConnectAttr","features":[200]},{"name":"SQLSetConnectAttrA","features":[200]},{"name":"SQLSetConnectAttrW","features":[200]},{"name":"SQLSetConnectOption","features":[200]},{"name":"SQLSetConnectOption","features":[200]},{"name":"SQLSetConnectOptionA","features":[200]},{"name":"SQLSetConnectOptionA","features":[200]},{"name":"SQLSetConnectOptionW","features":[200]},{"name":"SQLSetConnectOptionW","features":[200]},{"name":"SQLSetCursorName","features":[200]},{"name":"SQLSetCursorNameA","features":[200]},{"name":"SQLSetCursorNameW","features":[200]},{"name":"SQLSetDescField","features":[200]},{"name":"SQLSetDescFieldW","features":[200]},{"name":"SQLSetDescRec","features":[200]},{"name":"SQLSetDescRec","features":[200]},{"name":"SQLSetEnvAttr","features":[200]},{"name":"SQLSetParam","features":[200]},{"name":"SQLSetParam","features":[200]},{"name":"SQLSetPos","features":[200]},{"name":"SQLSetPos","features":[200]},{"name":"SQLSetScrollOptions","features":[200]},{"name":"SQLSetScrollOptions","features":[200]},{"name":"SQLSetStmtAttr","features":[200]},{"name":"SQLSetStmtAttrW","features":[200]},{"name":"SQLSetStmtOption","features":[200]},{"name":"SQLSetStmtOption","features":[200]},{"name":"SQLSpecialColumns","features":[200]},{"name":"SQLSpecialColumnsA","features":[200]},{"name":"SQLSpecialColumnsW","features":[200]},{"name":"SQLStatistics","features":[200]},{"name":"SQLStatisticsA","features":[200]},{"name":"SQLStatisticsW","features":[200]},{"name":"SQLTEXT","features":[200]},{"name":"SQLTablePrivileges","features":[200]},{"name":"SQLTablePrivilegesA","features":[200]},{"name":"SQLTablePrivilegesW","features":[200]},{"name":"SQLTables","features":[200]},{"name":"SQLTablesA","features":[200]},{"name":"SQLTablesW","features":[200]},{"name":"SQLTransact","features":[200]},{"name":"SQLUNIQUEID","features":[200]},{"name":"SQLVARBINARY","features":[200]},{"name":"SQLVARCHAR","features":[200]},{"name":"SQLVARENUM","features":[200]},{"name":"SQLVARIANT","features":[200]},{"name":"SQL_AA_FALSE","features":[200]},{"name":"SQL_AA_TRUE","features":[200]},{"name":"SQL_ACCESSIBLE_PROCEDURES","features":[200]},{"name":"SQL_ACCESSIBLE_TABLES","features":[200]},{"name":"SQL_ACCESS_MODE","features":[200]},{"name":"SQL_ACTIVE_CONNECTIONS","features":[200]},{"name":"SQL_ACTIVE_ENVIRONMENTS","features":[200]},{"name":"SQL_ACTIVE_STATEMENTS","features":[200]},{"name":"SQL_ADD","features":[200]},{"name":"SQL_AD_ADD_CONSTRAINT_DEFERRABLE","features":[200]},{"name":"SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED","features":[200]},{"name":"SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE","features":[200]},{"name":"SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE","features":[200]},{"name":"SQL_AD_ADD_DOMAIN_CONSTRAINT","features":[200]},{"name":"SQL_AD_ADD_DOMAIN_DEFAULT","features":[200]},{"name":"SQL_AD_CONSTRAINT_NAME_DEFINITION","features":[200]},{"name":"SQL_AD_DEFAULT","features":[200]},{"name":"SQL_AD_DROP_DOMAIN_CONSTRAINT","features":[200]},{"name":"SQL_AD_DROP_DOMAIN_DEFAULT","features":[200]},{"name":"SQL_AD_OFF","features":[200]},{"name":"SQL_AD_ON","features":[200]},{"name":"SQL_AF_ALL","features":[200]},{"name":"SQL_AF_AVG","features":[200]},{"name":"SQL_AF_COUNT","features":[200]},{"name":"SQL_AF_DISTINCT","features":[200]},{"name":"SQL_AF_MAX","features":[200]},{"name":"SQL_AF_MIN","features":[200]},{"name":"SQL_AF_SUM","features":[200]},{"name":"SQL_AGGREGATE_FUNCTIONS","features":[200]},{"name":"SQL_ALL_CATALOGS","features":[200]},{"name":"SQL_ALL_EXCEPT_LIKE","features":[200]},{"name":"SQL_ALL_SCHEMAS","features":[200]},{"name":"SQL_ALL_TABLE_TYPES","features":[200]},{"name":"SQL_ALL_TYPES","features":[200]},{"name":"SQL_ALTER_DOMAIN","features":[200]},{"name":"SQL_ALTER_TABLE","features":[200]},{"name":"SQL_AM_CONNECTION","features":[200]},{"name":"SQL_AM_NONE","features":[200]},{"name":"SQL_AM_STATEMENT","features":[200]},{"name":"SQL_AO_DEFAULT","features":[200]},{"name":"SQL_AO_OFF","features":[200]},{"name":"SQL_AO_ON","features":[200]},{"name":"SQL_APD_TYPE","features":[200]},{"name":"SQL_API_ALL_FUNCTIONS","features":[200]},{"name":"SQL_API_LOADBYORDINAL","features":[200]},{"name":"SQL_API_ODBC3_ALL_FUNCTIONS","features":[200]},{"name":"SQL_API_ODBC3_ALL_FUNCTIONS_SIZE","features":[200]},{"name":"SQL_API_SQLALLOCCONNECT","features":[200]},{"name":"SQL_API_SQLALLOCENV","features":[200]},{"name":"SQL_API_SQLALLOCHANDLE","features":[200]},{"name":"SQL_API_SQLALLOCHANDLESTD","features":[200]},{"name":"SQL_API_SQLALLOCSTMT","features":[200]},{"name":"SQL_API_SQLBINDCOL","features":[200]},{"name":"SQL_API_SQLBINDPARAM","features":[200]},{"name":"SQL_API_SQLBINDPARAMETER","features":[200]},{"name":"SQL_API_SQLBROWSECONNECT","features":[200]},{"name":"SQL_API_SQLBULKOPERATIONS","features":[200]},{"name":"SQL_API_SQLCANCEL","features":[200]},{"name":"SQL_API_SQLCANCELHANDLE","features":[200]},{"name":"SQL_API_SQLCLOSECURSOR","features":[200]},{"name":"SQL_API_SQLCOLATTRIBUTE","features":[200]},{"name":"SQL_API_SQLCOLATTRIBUTES","features":[200]},{"name":"SQL_API_SQLCOLUMNPRIVILEGES","features":[200]},{"name":"SQL_API_SQLCOLUMNS","features":[200]},{"name":"SQL_API_SQLCOMPLETEASYNC","features":[200]},{"name":"SQL_API_SQLCONNECT","features":[200]},{"name":"SQL_API_SQLCOPYDESC","features":[200]},{"name":"SQL_API_SQLDATASOURCES","features":[200]},{"name":"SQL_API_SQLDESCRIBECOL","features":[200]},{"name":"SQL_API_SQLDESCRIBEPARAM","features":[200]},{"name":"SQL_API_SQLDISCONNECT","features":[200]},{"name":"SQL_API_SQLDRIVERCONNECT","features":[200]},{"name":"SQL_API_SQLDRIVERS","features":[200]},{"name":"SQL_API_SQLENDTRAN","features":[200]},{"name":"SQL_API_SQLERROR","features":[200]},{"name":"SQL_API_SQLEXECDIRECT","features":[200]},{"name":"SQL_API_SQLEXECUTE","features":[200]},{"name":"SQL_API_SQLEXTENDEDFETCH","features":[200]},{"name":"SQL_API_SQLFETCH","features":[200]},{"name":"SQL_API_SQLFETCHSCROLL","features":[200]},{"name":"SQL_API_SQLFOREIGNKEYS","features":[200]},{"name":"SQL_API_SQLFREECONNECT","features":[200]},{"name":"SQL_API_SQLFREEENV","features":[200]},{"name":"SQL_API_SQLFREEHANDLE","features":[200]},{"name":"SQL_API_SQLFREESTMT","features":[200]},{"name":"SQL_API_SQLGETCONNECTATTR","features":[200]},{"name":"SQL_API_SQLGETCONNECTOPTION","features":[200]},{"name":"SQL_API_SQLGETCURSORNAME","features":[200]},{"name":"SQL_API_SQLGETDATA","features":[200]},{"name":"SQL_API_SQLGETDESCFIELD","features":[200]},{"name":"SQL_API_SQLGETDESCREC","features":[200]},{"name":"SQL_API_SQLGETDIAGFIELD","features":[200]},{"name":"SQL_API_SQLGETDIAGREC","features":[200]},{"name":"SQL_API_SQLGETENVATTR","features":[200]},{"name":"SQL_API_SQLGETFUNCTIONS","features":[200]},{"name":"SQL_API_SQLGETINFO","features":[200]},{"name":"SQL_API_SQLGETSTMTATTR","features":[200]},{"name":"SQL_API_SQLGETSTMTOPTION","features":[200]},{"name":"SQL_API_SQLGETTYPEINFO","features":[200]},{"name":"SQL_API_SQLMORERESULTS","features":[200]},{"name":"SQL_API_SQLNATIVESQL","features":[200]},{"name":"SQL_API_SQLNUMPARAMS","features":[200]},{"name":"SQL_API_SQLNUMRESULTCOLS","features":[200]},{"name":"SQL_API_SQLPARAMDATA","features":[200]},{"name":"SQL_API_SQLPARAMOPTIONS","features":[200]},{"name":"SQL_API_SQLPREPARE","features":[200]},{"name":"SQL_API_SQLPRIMARYKEYS","features":[200]},{"name":"SQL_API_SQLPRIVATEDRIVERS","features":[200]},{"name":"SQL_API_SQLPROCEDURECOLUMNS","features":[200]},{"name":"SQL_API_SQLPROCEDURES","features":[200]},{"name":"SQL_API_SQLPUTDATA","features":[200]},{"name":"SQL_API_SQLROWCOUNT","features":[200]},{"name":"SQL_API_SQLSETCONNECTATTR","features":[200]},{"name":"SQL_API_SQLSETCONNECTOPTION","features":[200]},{"name":"SQL_API_SQLSETCURSORNAME","features":[200]},{"name":"SQL_API_SQLSETDESCFIELD","features":[200]},{"name":"SQL_API_SQLSETDESCREC","features":[200]},{"name":"SQL_API_SQLSETENVATTR","features":[200]},{"name":"SQL_API_SQLSETPARAM","features":[200]},{"name":"SQL_API_SQLSETPOS","features":[200]},{"name":"SQL_API_SQLSETSCROLLOPTIONS","features":[200]},{"name":"SQL_API_SQLSETSTMTATTR","features":[200]},{"name":"SQL_API_SQLSETSTMTOPTION","features":[200]},{"name":"SQL_API_SQLSPECIALCOLUMNS","features":[200]},{"name":"SQL_API_SQLSTATISTICS","features":[200]},{"name":"SQL_API_SQLTABLEPRIVILEGES","features":[200]},{"name":"SQL_API_SQLTABLES","features":[200]},{"name":"SQL_API_SQLTRANSACT","features":[200]},{"name":"SQL_ARD_TYPE","features":[200]},{"name":"SQL_ASYNC_DBC_CAPABLE","features":[200]},{"name":"SQL_ASYNC_DBC_ENABLE_DEFAULT","features":[200]},{"name":"SQL_ASYNC_DBC_ENABLE_OFF","features":[200]},{"name":"SQL_ASYNC_DBC_ENABLE_ON","features":[200]},{"name":"SQL_ASYNC_DBC_FUNCTIONS","features":[200]},{"name":"SQL_ASYNC_DBC_NOT_CAPABLE","features":[200]},{"name":"SQL_ASYNC_ENABLE","features":[200]},{"name":"SQL_ASYNC_ENABLE_DEFAULT","features":[200]},{"name":"SQL_ASYNC_ENABLE_OFF","features":[200]},{"name":"SQL_ASYNC_ENABLE_ON","features":[200]},{"name":"SQL_ASYNC_MODE","features":[200]},{"name":"SQL_ASYNC_NOTIFICATION","features":[200]},{"name":"SQL_ASYNC_NOTIFICATION_CALLBACK","features":[3,200]},{"name":"SQL_ASYNC_NOTIFICATION_CAPABLE","features":[200]},{"name":"SQL_ASYNC_NOTIFICATION_NOT_CAPABLE","features":[200]},{"name":"SQL_ATTR_ACCESS_MODE","features":[200]},{"name":"SQL_ATTR_ANSI_APP","features":[200]},{"name":"SQL_ATTR_APPLICATION_KEY","features":[200]},{"name":"SQL_ATTR_APP_PARAM_DESC","features":[200]},{"name":"SQL_ATTR_APP_ROW_DESC","features":[200]},{"name":"SQL_ATTR_ASYNC_DBC_EVENT","features":[200]},{"name":"SQL_ATTR_ASYNC_DBC_FUNCTIONS_ENABLE","features":[200]},{"name":"SQL_ATTR_ASYNC_DBC_NOTIFICATION_CALLBACK","features":[200]},{"name":"SQL_ATTR_ASYNC_DBC_NOTIFICATION_CONTEXT","features":[200]},{"name":"SQL_ATTR_ASYNC_ENABLE","features":[200]},{"name":"SQL_ATTR_ASYNC_STMT_EVENT","features":[200]},{"name":"SQL_ATTR_ASYNC_STMT_NOTIFICATION_CALLBACK","features":[200]},{"name":"SQL_ATTR_ASYNC_STMT_NOTIFICATION_CONTEXT","features":[200]},{"name":"SQL_ATTR_AUTOCOMMIT","features":[200]},{"name":"SQL_ATTR_AUTO_IPD","features":[200]},{"name":"SQL_ATTR_CONCURRENCY","features":[200]},{"name":"SQL_ATTR_CONNECTION_DEAD","features":[200]},{"name":"SQL_ATTR_CONNECTION_POOLING","features":[200]},{"name":"SQL_ATTR_CONNECTION_TIMEOUT","features":[200]},{"name":"SQL_ATTR_CP_MATCH","features":[200]},{"name":"SQL_ATTR_CURRENT_CATALOG","features":[200]},{"name":"SQL_ATTR_CURSOR_SCROLLABLE","features":[200]},{"name":"SQL_ATTR_CURSOR_SENSITIVITY","features":[200]},{"name":"SQL_ATTR_CURSOR_TYPE","features":[200]},{"name":"SQL_ATTR_DBC_INFO_TOKEN","features":[200]},{"name":"SQL_ATTR_DISCONNECT_BEHAVIOR","features":[200]},{"name":"SQL_ATTR_ENABLE_AUTO_IPD","features":[200]},{"name":"SQL_ATTR_ENLIST_IN_DTC","features":[200]},{"name":"SQL_ATTR_ENLIST_IN_XA","features":[200]},{"name":"SQL_ATTR_FETCH_BOOKMARK_PTR","features":[200]},{"name":"SQL_ATTR_IMP_PARAM_DESC","features":[200]},{"name":"SQL_ATTR_IMP_ROW_DESC","features":[200]},{"name":"SQL_ATTR_KEYSET_SIZE","features":[200]},{"name":"SQL_ATTR_LOGIN_TIMEOUT","features":[200]},{"name":"SQL_ATTR_MAX_LENGTH","features":[200]},{"name":"SQL_ATTR_MAX_ROWS","features":[200]},{"name":"SQL_ATTR_METADATA_ID","features":[200]},{"name":"SQL_ATTR_NOSCAN","features":[200]},{"name":"SQL_ATTR_ODBC_CURSORS","features":[200]},{"name":"SQL_ATTR_ODBC_VERSION","features":[200]},{"name":"SQL_ATTR_OUTPUT_NTS","features":[200]},{"name":"SQL_ATTR_PACKET_SIZE","features":[200]},{"name":"SQL_ATTR_PARAMSET_SIZE","features":[200]},{"name":"SQL_ATTR_PARAMS_PROCESSED_PTR","features":[200]},{"name":"SQL_ATTR_PARAM_BIND_OFFSET_PTR","features":[200]},{"name":"SQL_ATTR_PARAM_BIND_TYPE","features":[200]},{"name":"SQL_ATTR_PARAM_OPERATION_PTR","features":[200]},{"name":"SQL_ATTR_PARAM_STATUS_PTR","features":[200]},{"name":"SQL_ATTR_QUERY_TIMEOUT","features":[200]},{"name":"SQL_ATTR_QUIET_MODE","features":[200]},{"name":"SQL_ATTR_READONLY","features":[200]},{"name":"SQL_ATTR_READWRITE_UNKNOWN","features":[200]},{"name":"SQL_ATTR_RESET_CONNECTION","features":[200]},{"name":"SQL_ATTR_RETRIEVE_DATA","features":[200]},{"name":"SQL_ATTR_ROWS_FETCHED_PTR","features":[200]},{"name":"SQL_ATTR_ROW_ARRAY_SIZE","features":[200]},{"name":"SQL_ATTR_ROW_BIND_OFFSET_PTR","features":[200]},{"name":"SQL_ATTR_ROW_BIND_TYPE","features":[200]},{"name":"SQL_ATTR_ROW_NUMBER","features":[200]},{"name":"SQL_ATTR_ROW_OPERATION_PTR","features":[200]},{"name":"SQL_ATTR_ROW_STATUS_PTR","features":[200]},{"name":"SQL_ATTR_SIMULATE_CURSOR","features":[200]},{"name":"SQL_ATTR_TRACE","features":[200]},{"name":"SQL_ATTR_TRACEFILE","features":[200]},{"name":"SQL_ATTR_TRANSLATE_LIB","features":[200]},{"name":"SQL_ATTR_TRANSLATE_OPTION","features":[200]},{"name":"SQL_ATTR_TXN_ISOLATION","features":[200]},{"name":"SQL_ATTR_USE_BOOKMARKS","features":[200]},{"name":"SQL_ATTR_WRITE","features":[200]},{"name":"SQL_AT_ADD_COLUMN","features":[200]},{"name":"SQL_AT_ADD_COLUMN_COLLATION","features":[200]},{"name":"SQL_AT_ADD_COLUMN_DEFAULT","features":[200]},{"name":"SQL_AT_ADD_COLUMN_SINGLE","features":[200]},{"name":"SQL_AT_ADD_CONSTRAINT","features":[200]},{"name":"SQL_AT_ADD_TABLE_CONSTRAINT","features":[200]},{"name":"SQL_AT_CONSTRAINT_DEFERRABLE","features":[200]},{"name":"SQL_AT_CONSTRAINT_INITIALLY_DEFERRED","features":[200]},{"name":"SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE","features":[200]},{"name":"SQL_AT_CONSTRAINT_NAME_DEFINITION","features":[200]},{"name":"SQL_AT_CONSTRAINT_NON_DEFERRABLE","features":[200]},{"name":"SQL_AT_DROP_COLUMN","features":[200]},{"name":"SQL_AT_DROP_COLUMN_CASCADE","features":[200]},{"name":"SQL_AT_DROP_COLUMN_DEFAULT","features":[200]},{"name":"SQL_AT_DROP_COLUMN_RESTRICT","features":[200]},{"name":"SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE","features":[200]},{"name":"SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT","features":[200]},{"name":"SQL_AT_SET_COLUMN_DEFAULT","features":[200]},{"name":"SQL_AUTOCOMMIT","features":[200]},{"name":"SQL_AUTOCOMMIT_DEFAULT","features":[200]},{"name":"SQL_AUTOCOMMIT_OFF","features":[200]},{"name":"SQL_AUTOCOMMIT_ON","features":[200]},{"name":"SQL_BATCH_ROW_COUNT","features":[200]},{"name":"SQL_BATCH_SUPPORT","features":[200]},{"name":"SQL_BCP_DEFAULT","features":[200]},{"name":"SQL_BCP_OFF","features":[200]},{"name":"SQL_BCP_ON","features":[200]},{"name":"SQL_BEST_ROWID","features":[200]},{"name":"SQL_BIGINT","features":[200]},{"name":"SQL_BINARY","features":[200]},{"name":"SQL_BIND_BY_COLUMN","features":[200]},{"name":"SQL_BIND_TYPE","features":[200]},{"name":"SQL_BIND_TYPE_DEFAULT","features":[200]},{"name":"SQL_BIT","features":[200]},{"name":"SQL_BOOKMARK_PERSISTENCE","features":[200]},{"name":"SQL_BP_CLOSE","features":[200]},{"name":"SQL_BP_DELETE","features":[200]},{"name":"SQL_BP_DROP","features":[200]},{"name":"SQL_BP_OTHER_HSTMT","features":[200]},{"name":"SQL_BP_SCROLL","features":[200]},{"name":"SQL_BP_TRANSACTION","features":[200]},{"name":"SQL_BP_UPDATE","features":[200]},{"name":"SQL_BRC_EXPLICIT","features":[200]},{"name":"SQL_BRC_PROCEDURES","features":[200]},{"name":"SQL_BRC_ROLLED_UP","features":[200]},{"name":"SQL_BS_ROW_COUNT_EXPLICIT","features":[200]},{"name":"SQL_BS_ROW_COUNT_PROC","features":[200]},{"name":"SQL_BS_SELECT_EXPLICIT","features":[200]},{"name":"SQL_BS_SELECT_PROC","features":[200]},{"name":"SQL_CA1_ABSOLUTE","features":[200]},{"name":"SQL_CA1_BOOKMARK","features":[200]},{"name":"SQL_CA1_BULK_ADD","features":[200]},{"name":"SQL_CA1_BULK_DELETE_BY_BOOKMARK","features":[200]},{"name":"SQL_CA1_BULK_FETCH_BY_BOOKMARK","features":[200]},{"name":"SQL_CA1_BULK_UPDATE_BY_BOOKMARK","features":[200]},{"name":"SQL_CA1_LOCK_EXCLUSIVE","features":[200]},{"name":"SQL_CA1_LOCK_NO_CHANGE","features":[200]},{"name":"SQL_CA1_LOCK_UNLOCK","features":[200]},{"name":"SQL_CA1_NEXT","features":[200]},{"name":"SQL_CA1_POSITIONED_DELETE","features":[200]},{"name":"SQL_CA1_POSITIONED_UPDATE","features":[200]},{"name":"SQL_CA1_POS_DELETE","features":[200]},{"name":"SQL_CA1_POS_POSITION","features":[200]},{"name":"SQL_CA1_POS_REFRESH","features":[200]},{"name":"SQL_CA1_POS_UPDATE","features":[200]},{"name":"SQL_CA1_RELATIVE","features":[200]},{"name":"SQL_CA1_SELECT_FOR_UPDATE","features":[200]},{"name":"SQL_CA2_CRC_APPROXIMATE","features":[200]},{"name":"SQL_CA2_CRC_EXACT","features":[200]},{"name":"SQL_CA2_LOCK_CONCURRENCY","features":[200]},{"name":"SQL_CA2_MAX_ROWS_CATALOG","features":[200]},{"name":"SQL_CA2_MAX_ROWS_DELETE","features":[200]},{"name":"SQL_CA2_MAX_ROWS_INSERT","features":[200]},{"name":"SQL_CA2_MAX_ROWS_SELECT","features":[200]},{"name":"SQL_CA2_MAX_ROWS_UPDATE","features":[200]},{"name":"SQL_CA2_OPT_ROWVER_CONCURRENCY","features":[200]},{"name":"SQL_CA2_OPT_VALUES_CONCURRENCY","features":[200]},{"name":"SQL_CA2_READ_ONLY_CONCURRENCY","features":[200]},{"name":"SQL_CA2_SENSITIVITY_ADDITIONS","features":[200]},{"name":"SQL_CA2_SENSITIVITY_DELETIONS","features":[200]},{"name":"SQL_CA2_SENSITIVITY_UPDATES","features":[200]},{"name":"SQL_CA2_SIMULATE_NON_UNIQUE","features":[200]},{"name":"SQL_CA2_SIMULATE_TRY_UNIQUE","features":[200]},{"name":"SQL_CA2_SIMULATE_UNIQUE","features":[200]},{"name":"SQL_CACHE_DATA_NO","features":[200]},{"name":"SQL_CACHE_DATA_YES","features":[200]},{"name":"SQL_CASCADE","features":[200]},{"name":"SQL_CATALOG_LOCATION","features":[200]},{"name":"SQL_CATALOG_NAME","features":[200]},{"name":"SQL_CATALOG_NAME_SEPARATOR","features":[200]},{"name":"SQL_CATALOG_TERM","features":[200]},{"name":"SQL_CATALOG_USAGE","features":[200]},{"name":"SQL_CA_CONSTRAINT_DEFERRABLE","features":[200]},{"name":"SQL_CA_CONSTRAINT_INITIALLY_DEFERRED","features":[200]},{"name":"SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE","features":[200]},{"name":"SQL_CA_CONSTRAINT_NON_DEFERRABLE","features":[200]},{"name":"SQL_CA_CREATE_ASSERTION","features":[200]},{"name":"SQL_CA_SS_BASE","features":[200]},{"name":"SQL_CA_SS_COLUMN_COLLATION","features":[200]},{"name":"SQL_CA_SS_COLUMN_HIDDEN","features":[200]},{"name":"SQL_CA_SS_COLUMN_ID","features":[200]},{"name":"SQL_CA_SS_COLUMN_KEY","features":[200]},{"name":"SQL_CA_SS_COLUMN_OP","features":[200]},{"name":"SQL_CA_SS_COLUMN_ORDER","features":[200]},{"name":"SQL_CA_SS_COLUMN_SIZE","features":[200]},{"name":"SQL_CA_SS_COLUMN_SSTYPE","features":[200]},{"name":"SQL_CA_SS_COLUMN_UTYPE","features":[200]},{"name":"SQL_CA_SS_COLUMN_VARYLEN","features":[200]},{"name":"SQL_CA_SS_COMPUTE_BYLIST","features":[200]},{"name":"SQL_CA_SS_COMPUTE_ID","features":[200]},{"name":"SQL_CA_SS_MAX_USED","features":[200]},{"name":"SQL_CA_SS_NUM_COMPUTES","features":[200]},{"name":"SQL_CA_SS_NUM_ORDERS","features":[200]},{"name":"SQL_CA_SS_VARIANT_SERVER_TYPE","features":[200]},{"name":"SQL_CA_SS_VARIANT_SQL_TYPE","features":[200]},{"name":"SQL_CA_SS_VARIANT_TYPE","features":[200]},{"name":"SQL_CB_CLOSE","features":[200]},{"name":"SQL_CB_DELETE","features":[200]},{"name":"SQL_CB_NON_NULL","features":[200]},{"name":"SQL_CB_NULL","features":[200]},{"name":"SQL_CB_PRESERVE","features":[200]},{"name":"SQL_CCOL_CREATE_COLLATION","features":[200]},{"name":"SQL_CCS_COLLATE_CLAUSE","features":[200]},{"name":"SQL_CCS_CREATE_CHARACTER_SET","features":[200]},{"name":"SQL_CCS_LIMITED_COLLATION","features":[200]},{"name":"SQL_CC_CLOSE","features":[200]},{"name":"SQL_CC_DELETE","features":[200]},{"name":"SQL_CC_PRESERVE","features":[200]},{"name":"SQL_CDO_COLLATION","features":[200]},{"name":"SQL_CDO_CONSTRAINT","features":[200]},{"name":"SQL_CDO_CONSTRAINT_DEFERRABLE","features":[200]},{"name":"SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED","features":[200]},{"name":"SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE","features":[200]},{"name":"SQL_CDO_CONSTRAINT_NAME_DEFINITION","features":[200]},{"name":"SQL_CDO_CONSTRAINT_NON_DEFERRABLE","features":[200]},{"name":"SQL_CDO_CREATE_DOMAIN","features":[200]},{"name":"SQL_CDO_DEFAULT","features":[200]},{"name":"SQL_CD_FALSE","features":[200]},{"name":"SQL_CD_TRUE","features":[200]},{"name":"SQL_CHAR","features":[200]},{"name":"SQL_CLOSE","features":[200]},{"name":"SQL_CL_END","features":[200]},{"name":"SQL_CL_START","features":[200]},{"name":"SQL_CN_ANY","features":[200]},{"name":"SQL_CN_DEFAULT","features":[200]},{"name":"SQL_CN_DIFFERENT","features":[200]},{"name":"SQL_CN_NONE","features":[200]},{"name":"SQL_CN_OFF","features":[200]},{"name":"SQL_CN_ON","features":[200]},{"name":"SQL_CODE_DATE","features":[200]},{"name":"SQL_CODE_DAY","features":[200]},{"name":"SQL_CODE_DAY_TO_HOUR","features":[200]},{"name":"SQL_CODE_DAY_TO_MINUTE","features":[200]},{"name":"SQL_CODE_DAY_TO_SECOND","features":[200]},{"name":"SQL_CODE_HOUR","features":[200]},{"name":"SQL_CODE_HOUR_TO_MINUTE","features":[200]},{"name":"SQL_CODE_HOUR_TO_SECOND","features":[200]},{"name":"SQL_CODE_MINUTE","features":[200]},{"name":"SQL_CODE_MINUTE_TO_SECOND","features":[200]},{"name":"SQL_CODE_MONTH","features":[200]},{"name":"SQL_CODE_SECOND","features":[200]},{"name":"SQL_CODE_TIME","features":[200]},{"name":"SQL_CODE_TIMESTAMP","features":[200]},{"name":"SQL_CODE_YEAR","features":[200]},{"name":"SQL_CODE_YEAR_TO_MONTH","features":[200]},{"name":"SQL_COLATT_OPT_MAX","features":[200]},{"name":"SQL_COLATT_OPT_MIN","features":[200]},{"name":"SQL_COLLATION_SEQ","features":[200]},{"name":"SQL_COLUMN_ALIAS","features":[200]},{"name":"SQL_COLUMN_AUTO_INCREMENT","features":[200]},{"name":"SQL_COLUMN_CASE_SENSITIVE","features":[200]},{"name":"SQL_COLUMN_COUNT","features":[200]},{"name":"SQL_COLUMN_DISPLAY_SIZE","features":[200]},{"name":"SQL_COLUMN_DRIVER_START","features":[200]},{"name":"SQL_COLUMN_IGNORE","features":[200]},{"name":"SQL_COLUMN_LABEL","features":[200]},{"name":"SQL_COLUMN_LENGTH","features":[200]},{"name":"SQL_COLUMN_MONEY","features":[200]},{"name":"SQL_COLUMN_NAME","features":[200]},{"name":"SQL_COLUMN_NULLABLE","features":[200]},{"name":"SQL_COLUMN_NUMBER_UNKNOWN","features":[200]},{"name":"SQL_COLUMN_OWNER_NAME","features":[200]},{"name":"SQL_COLUMN_PRECISION","features":[200]},{"name":"SQL_COLUMN_QUALIFIER_NAME","features":[200]},{"name":"SQL_COLUMN_SCALE","features":[200]},{"name":"SQL_COLUMN_SEARCHABLE","features":[200]},{"name":"SQL_COLUMN_TABLE_NAME","features":[200]},{"name":"SQL_COLUMN_TYPE","features":[200]},{"name":"SQL_COLUMN_TYPE_NAME","features":[200]},{"name":"SQL_COLUMN_UNSIGNED","features":[200]},{"name":"SQL_COLUMN_UPDATABLE","features":[200]},{"name":"SQL_COMMIT","features":[200]},{"name":"SQL_CONCAT_NULL_BEHAVIOR","features":[200]},{"name":"SQL_CONCURRENCY","features":[200]},{"name":"SQL_CONCUR_DEFAULT","features":[200]},{"name":"SQL_CONCUR_LOCK","features":[200]},{"name":"SQL_CONCUR_READ_ONLY","features":[200]},{"name":"SQL_CONCUR_ROWVER","features":[200]},{"name":"SQL_CONCUR_TIMESTAMP","features":[200]},{"name":"SQL_CONCUR_VALUES","features":[200]},{"name":"SQL_CONNECT_OPT_DRVR_START","features":[200]},{"name":"SQL_CONN_OPT_MAX","features":[200]},{"name":"SQL_CONN_OPT_MIN","features":[200]},{"name":"SQL_CONN_POOL_RATING_BEST","features":[200]},{"name":"SQL_CONN_POOL_RATING_GOOD_ENOUGH","features":[200]},{"name":"SQL_CONN_POOL_RATING_USELESS","features":[200]},{"name":"SQL_CONVERT_BIGINT","features":[200]},{"name":"SQL_CONVERT_BINARY","features":[200]},{"name":"SQL_CONVERT_BIT","features":[200]},{"name":"SQL_CONVERT_CHAR","features":[200]},{"name":"SQL_CONVERT_DATE","features":[200]},{"name":"SQL_CONVERT_DECIMAL","features":[200]},{"name":"SQL_CONVERT_DOUBLE","features":[200]},{"name":"SQL_CONVERT_FLOAT","features":[200]},{"name":"SQL_CONVERT_FUNCTIONS","features":[200]},{"name":"SQL_CONVERT_GUID","features":[200]},{"name":"SQL_CONVERT_INTEGER","features":[200]},{"name":"SQL_CONVERT_INTERVAL_DAY_TIME","features":[200]},{"name":"SQL_CONVERT_INTERVAL_YEAR_MONTH","features":[200]},{"name":"SQL_CONVERT_LONGVARBINARY","features":[200]},{"name":"SQL_CONVERT_LONGVARCHAR","features":[200]},{"name":"SQL_CONVERT_NUMERIC","features":[200]},{"name":"SQL_CONVERT_REAL","features":[200]},{"name":"SQL_CONVERT_SMALLINT","features":[200]},{"name":"SQL_CONVERT_TIME","features":[200]},{"name":"SQL_CONVERT_TIMESTAMP","features":[200]},{"name":"SQL_CONVERT_TINYINT","features":[200]},{"name":"SQL_CONVERT_VARBINARY","features":[200]},{"name":"SQL_CONVERT_VARCHAR","features":[200]},{"name":"SQL_CONVERT_WCHAR","features":[200]},{"name":"SQL_CONVERT_WLONGVARCHAR","features":[200]},{"name":"SQL_CONVERT_WVARCHAR","features":[200]},{"name":"SQL_COPT_SS_ANSI_NPW","features":[200]},{"name":"SQL_COPT_SS_ANSI_OEM","features":[200]},{"name":"SQL_COPT_SS_ATTACHDBFILENAME","features":[200]},{"name":"SQL_COPT_SS_BASE","features":[200]},{"name":"SQL_COPT_SS_BASE_EX","features":[200]},{"name":"SQL_COPT_SS_BCP","features":[200]},{"name":"SQL_COPT_SS_BROWSE_CACHE_DATA","features":[200]},{"name":"SQL_COPT_SS_BROWSE_CONNECT","features":[200]},{"name":"SQL_COPT_SS_BROWSE_SERVER","features":[200]},{"name":"SQL_COPT_SS_CONCAT_NULL","features":[200]},{"name":"SQL_COPT_SS_CONNECTION_DEAD","features":[200]},{"name":"SQL_COPT_SS_ENCRYPT","features":[200]},{"name":"SQL_COPT_SS_EX_MAX_USED","features":[200]},{"name":"SQL_COPT_SS_FALLBACK_CONNECT","features":[200]},{"name":"SQL_COPT_SS_INTEGRATED_SECURITY","features":[200]},{"name":"SQL_COPT_SS_MAX_USED","features":[200]},{"name":"SQL_COPT_SS_PERF_DATA","features":[200]},{"name":"SQL_COPT_SS_PERF_DATA_LOG","features":[200]},{"name":"SQL_COPT_SS_PERF_DATA_LOG_NOW","features":[200]},{"name":"SQL_COPT_SS_PERF_QUERY","features":[200]},{"name":"SQL_COPT_SS_PERF_QUERY_INTERVAL","features":[200]},{"name":"SQL_COPT_SS_PERF_QUERY_LOG","features":[200]},{"name":"SQL_COPT_SS_PRESERVE_CURSORS","features":[200]},{"name":"SQL_COPT_SS_QUOTED_IDENT","features":[200]},{"name":"SQL_COPT_SS_REMOTE_PWD","features":[200]},{"name":"SQL_COPT_SS_RESET_CONNECTION","features":[200]},{"name":"SQL_COPT_SS_TRANSLATE","features":[200]},{"name":"SQL_COPT_SS_USER_DATA","features":[200]},{"name":"SQL_COPT_SS_USE_PROC_FOR_PREP","features":[200]},{"name":"SQL_COPT_SS_WARN_ON_CP_ERROR","features":[200]},{"name":"SQL_CORRELATION_NAME","features":[200]},{"name":"SQL_CO_AF","features":[200]},{"name":"SQL_CO_DEFAULT","features":[200]},{"name":"SQL_CO_FFO","features":[200]},{"name":"SQL_CO_FIREHOSE_AF","features":[200]},{"name":"SQL_CO_OFF","features":[200]},{"name":"SQL_CP_DEFAULT","features":[200]},{"name":"SQL_CP_DRIVER_AWARE","features":[200]},{"name":"SQL_CP_MATCH_DEFAULT","features":[200]},{"name":"SQL_CP_OFF","features":[200]},{"name":"SQL_CP_ONE_PER_DRIVER","features":[200]},{"name":"SQL_CP_ONE_PER_HENV","features":[200]},{"name":"SQL_CP_RELAXED_MATCH","features":[200]},{"name":"SQL_CP_STRICT_MATCH","features":[200]},{"name":"SQL_CREATE_ASSERTION","features":[200]},{"name":"SQL_CREATE_CHARACTER_SET","features":[200]},{"name":"SQL_CREATE_COLLATION","features":[200]},{"name":"SQL_CREATE_DOMAIN","features":[200]},{"name":"SQL_CREATE_SCHEMA","features":[200]},{"name":"SQL_CREATE_TABLE","features":[200]},{"name":"SQL_CREATE_TRANSLATION","features":[200]},{"name":"SQL_CREATE_VIEW","features":[200]},{"name":"SQL_CR_CLOSE","features":[200]},{"name":"SQL_CR_DELETE","features":[200]},{"name":"SQL_CR_PRESERVE","features":[200]},{"name":"SQL_CS_AUTHORIZATION","features":[200]},{"name":"SQL_CS_CREATE_SCHEMA","features":[200]},{"name":"SQL_CS_DEFAULT_CHARACTER_SET","features":[200]},{"name":"SQL_CTR_CREATE_TRANSLATION","features":[200]},{"name":"SQL_CT_COLUMN_COLLATION","features":[200]},{"name":"SQL_CT_COLUMN_CONSTRAINT","features":[200]},{"name":"SQL_CT_COLUMN_DEFAULT","features":[200]},{"name":"SQL_CT_COMMIT_DELETE","features":[200]},{"name":"SQL_CT_COMMIT_PRESERVE","features":[200]},{"name":"SQL_CT_CONSTRAINT_DEFERRABLE","features":[200]},{"name":"SQL_CT_CONSTRAINT_INITIALLY_DEFERRED","features":[200]},{"name":"SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE","features":[200]},{"name":"SQL_CT_CONSTRAINT_NAME_DEFINITION","features":[200]},{"name":"SQL_CT_CONSTRAINT_NON_DEFERRABLE","features":[200]},{"name":"SQL_CT_CREATE_TABLE","features":[200]},{"name":"SQL_CT_GLOBAL_TEMPORARY","features":[200]},{"name":"SQL_CT_LOCAL_TEMPORARY","features":[200]},{"name":"SQL_CT_TABLE_CONSTRAINT","features":[200]},{"name":"SQL_CURRENT_QUALIFIER","features":[200]},{"name":"SQL_CURSOR_COMMIT_BEHAVIOR","features":[200]},{"name":"SQL_CURSOR_DYNAMIC","features":[200]},{"name":"SQL_CURSOR_FAST_FORWARD_ONLY","features":[200]},{"name":"SQL_CURSOR_FORWARD_ONLY","features":[200]},{"name":"SQL_CURSOR_KEYSET_DRIVEN","features":[200]},{"name":"SQL_CURSOR_ROLLBACK_BEHAVIOR","features":[200]},{"name":"SQL_CURSOR_SENSITIVITY","features":[200]},{"name":"SQL_CURSOR_STATIC","features":[200]},{"name":"SQL_CURSOR_TYPE","features":[200]},{"name":"SQL_CURSOR_TYPE_DEFAULT","features":[200]},{"name":"SQL_CUR_DEFAULT","features":[200]},{"name":"SQL_CUR_USE_DRIVER","features":[200]},{"name":"SQL_CUR_USE_IF_NEEDED","features":[200]},{"name":"SQL_CUR_USE_ODBC","features":[200]},{"name":"SQL_CU_DML_STATEMENTS","features":[200]},{"name":"SQL_CU_INDEX_DEFINITION","features":[200]},{"name":"SQL_CU_PRIVILEGE_DEFINITION","features":[200]},{"name":"SQL_CU_PROCEDURE_INVOCATION","features":[200]},{"name":"SQL_CU_TABLE_DEFINITION","features":[200]},{"name":"SQL_CVT_BIGINT","features":[200]},{"name":"SQL_CVT_BINARY","features":[200]},{"name":"SQL_CVT_BIT","features":[200]},{"name":"SQL_CVT_CHAR","features":[200]},{"name":"SQL_CVT_DATE","features":[200]},{"name":"SQL_CVT_DECIMAL","features":[200]},{"name":"SQL_CVT_DOUBLE","features":[200]},{"name":"SQL_CVT_FLOAT","features":[200]},{"name":"SQL_CVT_GUID","features":[200]},{"name":"SQL_CVT_INTEGER","features":[200]},{"name":"SQL_CVT_INTERVAL_DAY_TIME","features":[200]},{"name":"SQL_CVT_INTERVAL_YEAR_MONTH","features":[200]},{"name":"SQL_CVT_LONGVARBINARY","features":[200]},{"name":"SQL_CVT_LONGVARCHAR","features":[200]},{"name":"SQL_CVT_NUMERIC","features":[200]},{"name":"SQL_CVT_REAL","features":[200]},{"name":"SQL_CVT_SMALLINT","features":[200]},{"name":"SQL_CVT_TIME","features":[200]},{"name":"SQL_CVT_TIMESTAMP","features":[200]},{"name":"SQL_CVT_TINYINT","features":[200]},{"name":"SQL_CVT_VARBINARY","features":[200]},{"name":"SQL_CVT_VARCHAR","features":[200]},{"name":"SQL_CVT_WCHAR","features":[200]},{"name":"SQL_CVT_WLONGVARCHAR","features":[200]},{"name":"SQL_CVT_WVARCHAR","features":[200]},{"name":"SQL_CV_CASCADED","features":[200]},{"name":"SQL_CV_CHECK_OPTION","features":[200]},{"name":"SQL_CV_CREATE_VIEW","features":[200]},{"name":"SQL_CV_LOCAL","features":[200]},{"name":"SQL_C_BINARY","features":[200]},{"name":"SQL_C_BIT","features":[200]},{"name":"SQL_C_CHAR","features":[200]},{"name":"SQL_C_DATE","features":[200]},{"name":"SQL_C_DEFAULT","features":[200]},{"name":"SQL_C_DOUBLE","features":[200]},{"name":"SQL_C_FLOAT","features":[200]},{"name":"SQL_C_GUID","features":[200]},{"name":"SQL_C_INTERVAL_DAY","features":[200]},{"name":"SQL_C_INTERVAL_DAY_TO_HOUR","features":[200]},{"name":"SQL_C_INTERVAL_DAY_TO_MINUTE","features":[200]},{"name":"SQL_C_INTERVAL_DAY_TO_SECOND","features":[200]},{"name":"SQL_C_INTERVAL_HOUR","features":[200]},{"name":"SQL_C_INTERVAL_HOUR_TO_MINUTE","features":[200]},{"name":"SQL_C_INTERVAL_HOUR_TO_SECOND","features":[200]},{"name":"SQL_C_INTERVAL_MINUTE","features":[200]},{"name":"SQL_C_INTERVAL_MINUTE_TO_SECOND","features":[200]},{"name":"SQL_C_INTERVAL_MONTH","features":[200]},{"name":"SQL_C_INTERVAL_SECOND","features":[200]},{"name":"SQL_C_INTERVAL_YEAR","features":[200]},{"name":"SQL_C_INTERVAL_YEAR_TO_MONTH","features":[200]},{"name":"SQL_C_LONG","features":[200]},{"name":"SQL_C_NUMERIC","features":[200]},{"name":"SQL_C_SHORT","features":[200]},{"name":"SQL_C_TCHAR","features":[200]},{"name":"SQL_C_TIME","features":[200]},{"name":"SQL_C_TIMESTAMP","features":[200]},{"name":"SQL_C_TINYINT","features":[200]},{"name":"SQL_C_TYPE_DATE","features":[200]},{"name":"SQL_C_TYPE_TIME","features":[200]},{"name":"SQL_C_TYPE_TIMESTAMP","features":[200]},{"name":"SQL_C_VARBOOKMARK","features":[200]},{"name":"SQL_C_WCHAR","features":[200]},{"name":"SQL_DATABASE_NAME","features":[200]},{"name":"SQL_DATA_AT_EXEC","features":[200]},{"name":"SQL_DATA_SOURCE_NAME","features":[200]},{"name":"SQL_DATA_SOURCE_READ_ONLY","features":[200]},{"name":"SQL_DATE","features":[200]},{"name":"SQL_DATETIME","features":[200]},{"name":"SQL_DATETIME_LITERALS","features":[200]},{"name":"SQL_DATE_LEN","features":[200]},{"name":"SQL_DAY","features":[200]},{"name":"SQL_DAY_SECOND_STRUCT","features":[200]},{"name":"SQL_DAY_TO_HOUR","features":[200]},{"name":"SQL_DAY_TO_MINUTE","features":[200]},{"name":"SQL_DAY_TO_SECOND","features":[200]},{"name":"SQL_DA_DROP_ASSERTION","features":[200]},{"name":"SQL_DBMS_NAME","features":[200]},{"name":"SQL_DBMS_VER","features":[200]},{"name":"SQL_DB_DEFAULT","features":[200]},{"name":"SQL_DB_DISCONNECT","features":[200]},{"name":"SQL_DB_RETURN_TO_POOL","features":[200]},{"name":"SQL_DCS_DROP_CHARACTER_SET","features":[200]},{"name":"SQL_DC_DROP_COLLATION","features":[200]},{"name":"SQL_DDL_INDEX","features":[200]},{"name":"SQL_DD_CASCADE","features":[200]},{"name":"SQL_DD_DROP_DOMAIN","features":[200]},{"name":"SQL_DD_RESTRICT","features":[200]},{"name":"SQL_DECIMAL","features":[200]},{"name":"SQL_DEFAULT","features":[200]},{"name":"SQL_DEFAULT_PARAM","features":[200]},{"name":"SQL_DEFAULT_TXN_ISOLATION","features":[200]},{"name":"SQL_DELETE","features":[200]},{"name":"SQL_DELETE_BY_BOOKMARK","features":[200]},{"name":"SQL_DESCRIBE_PARAMETER","features":[200]},{"name":"SQL_DESC_ALLOC_AUTO","features":[200]},{"name":"SQL_DESC_ALLOC_TYPE","features":[200]},{"name":"SQL_DESC_ALLOC_USER","features":[200]},{"name":"SQL_DESC_ARRAY_SIZE","features":[200]},{"name":"SQL_DESC_ARRAY_STATUS_PTR","features":[200]},{"name":"SQL_DESC_BASE_COLUMN_NAME","features":[200]},{"name":"SQL_DESC_BASE_TABLE_NAME","features":[200]},{"name":"SQL_DESC_BIND_OFFSET_PTR","features":[200]},{"name":"SQL_DESC_BIND_TYPE","features":[200]},{"name":"SQL_DESC_COUNT","features":[200]},{"name":"SQL_DESC_DATA_PTR","features":[200]},{"name":"SQL_DESC_DATETIME_INTERVAL_CODE","features":[200]},{"name":"SQL_DESC_DATETIME_INTERVAL_PRECISION","features":[200]},{"name":"SQL_DESC_INDICATOR_PTR","features":[200]},{"name":"SQL_DESC_LENGTH","features":[200]},{"name":"SQL_DESC_LITERAL_PREFIX","features":[200]},{"name":"SQL_DESC_LITERAL_SUFFIX","features":[200]},{"name":"SQL_DESC_LOCAL_TYPE_NAME","features":[200]},{"name":"SQL_DESC_MAXIMUM_SCALE","features":[200]},{"name":"SQL_DESC_MINIMUM_SCALE","features":[200]},{"name":"SQL_DESC_NAME","features":[200]},{"name":"SQL_DESC_NULLABLE","features":[200]},{"name":"SQL_DESC_NUM_PREC_RADIX","features":[200]},{"name":"SQL_DESC_OCTET_LENGTH","features":[200]},{"name":"SQL_DESC_OCTET_LENGTH_PTR","features":[200]},{"name":"SQL_DESC_PARAMETER_TYPE","features":[200]},{"name":"SQL_DESC_PRECISION","features":[200]},{"name":"SQL_DESC_ROWS_PROCESSED_PTR","features":[200]},{"name":"SQL_DESC_ROWVER","features":[200]},{"name":"SQL_DESC_SCALE","features":[200]},{"name":"SQL_DESC_TYPE","features":[200]},{"name":"SQL_DESC_UNNAMED","features":[200]},{"name":"SQL_DIAG_ALTER_DOMAIN","features":[200]},{"name":"SQL_DIAG_ALTER_TABLE","features":[200]},{"name":"SQL_DIAG_CALL","features":[200]},{"name":"SQL_DIAG_CLASS_ORIGIN","features":[200]},{"name":"SQL_DIAG_COLUMN_NUMBER","features":[200]},{"name":"SQL_DIAG_CONNECTION_NAME","features":[200]},{"name":"SQL_DIAG_CREATE_ASSERTION","features":[200]},{"name":"SQL_DIAG_CREATE_CHARACTER_SET","features":[200]},{"name":"SQL_DIAG_CREATE_COLLATION","features":[200]},{"name":"SQL_DIAG_CREATE_DOMAIN","features":[200]},{"name":"SQL_DIAG_CREATE_INDEX","features":[200]},{"name":"SQL_DIAG_CREATE_SCHEMA","features":[200]},{"name":"SQL_DIAG_CREATE_TABLE","features":[200]},{"name":"SQL_DIAG_CREATE_TRANSLATION","features":[200]},{"name":"SQL_DIAG_CREATE_VIEW","features":[200]},{"name":"SQL_DIAG_CURSOR_ROW_COUNT","features":[200]},{"name":"SQL_DIAG_DELETE_WHERE","features":[200]},{"name":"SQL_DIAG_DFC_SS_ALTER_DATABASE","features":[200]},{"name":"SQL_DIAG_DFC_SS_BASE","features":[200]},{"name":"SQL_DIAG_DFC_SS_CHECKPOINT","features":[200]},{"name":"SQL_DIAG_DFC_SS_CONDITION","features":[200]},{"name":"SQL_DIAG_DFC_SS_CREATE_DATABASE","features":[200]},{"name":"SQL_DIAG_DFC_SS_CREATE_DEFAULT","features":[200]},{"name":"SQL_DIAG_DFC_SS_CREATE_PROCEDURE","features":[200]},{"name":"SQL_DIAG_DFC_SS_CREATE_RULE","features":[200]},{"name":"SQL_DIAG_DFC_SS_CREATE_TRIGGER","features":[200]},{"name":"SQL_DIAG_DFC_SS_CURSOR_CLOSE","features":[200]},{"name":"SQL_DIAG_DFC_SS_CURSOR_DECLARE","features":[200]},{"name":"SQL_DIAG_DFC_SS_CURSOR_FETCH","features":[200]},{"name":"SQL_DIAG_DFC_SS_CURSOR_OPEN","features":[200]},{"name":"SQL_DIAG_DFC_SS_DBCC","features":[200]},{"name":"SQL_DIAG_DFC_SS_DEALLOCATE_CURSOR","features":[200]},{"name":"SQL_DIAG_DFC_SS_DENY","features":[200]},{"name":"SQL_DIAG_DFC_SS_DISK","features":[200]},{"name":"SQL_DIAG_DFC_SS_DROP_DATABASE","features":[200]},{"name":"SQL_DIAG_DFC_SS_DROP_DEFAULT","features":[200]},{"name":"SQL_DIAG_DFC_SS_DROP_PROCEDURE","features":[200]},{"name":"SQL_DIAG_DFC_SS_DROP_RULE","features":[200]},{"name":"SQL_DIAG_DFC_SS_DROP_TRIGGER","features":[200]},{"name":"SQL_DIAG_DFC_SS_DUMP_DATABASE","features":[200]},{"name":"SQL_DIAG_DFC_SS_DUMP_TABLE","features":[200]},{"name":"SQL_DIAG_DFC_SS_DUMP_TRANSACTION","features":[200]},{"name":"SQL_DIAG_DFC_SS_GOTO","features":[200]},{"name":"SQL_DIAG_DFC_SS_INSERT_BULK","features":[200]},{"name":"SQL_DIAG_DFC_SS_KILL","features":[200]},{"name":"SQL_DIAG_DFC_SS_LOAD_DATABASE","features":[200]},{"name":"SQL_DIAG_DFC_SS_LOAD_HEADERONLY","features":[200]},{"name":"SQL_DIAG_DFC_SS_LOAD_TABLE","features":[200]},{"name":"SQL_DIAG_DFC_SS_LOAD_TRANSACTION","features":[200]},{"name":"SQL_DIAG_DFC_SS_PRINT","features":[200]},{"name":"SQL_DIAG_DFC_SS_RAISERROR","features":[200]},{"name":"SQL_DIAG_DFC_SS_READTEXT","features":[200]},{"name":"SQL_DIAG_DFC_SS_RECONFIGURE","features":[200]},{"name":"SQL_DIAG_DFC_SS_RETURN","features":[200]},{"name":"SQL_DIAG_DFC_SS_SELECT_INTO","features":[200]},{"name":"SQL_DIAG_DFC_SS_SET","features":[200]},{"name":"SQL_DIAG_DFC_SS_SETUSER","features":[200]},{"name":"SQL_DIAG_DFC_SS_SET_IDENTITY_INSERT","features":[200]},{"name":"SQL_DIAG_DFC_SS_SET_ROW_COUNT","features":[200]},{"name":"SQL_DIAG_DFC_SS_SET_STATISTICS","features":[200]},{"name":"SQL_DIAG_DFC_SS_SET_TEXTSIZE","features":[200]},{"name":"SQL_DIAG_DFC_SS_SET_XCTLVL","features":[200]},{"name":"SQL_DIAG_DFC_SS_SHUTDOWN","features":[200]},{"name":"SQL_DIAG_DFC_SS_TRANS_BEGIN","features":[200]},{"name":"SQL_DIAG_DFC_SS_TRANS_COMMIT","features":[200]},{"name":"SQL_DIAG_DFC_SS_TRANS_PREPARE","features":[200]},{"name":"SQL_DIAG_DFC_SS_TRANS_ROLLBACK","features":[200]},{"name":"SQL_DIAG_DFC_SS_TRANS_SAVE","features":[200]},{"name":"SQL_DIAG_DFC_SS_TRUNCATE_TABLE","features":[200]},{"name":"SQL_DIAG_DFC_SS_UPDATETEXT","features":[200]},{"name":"SQL_DIAG_DFC_SS_UPDATE_STATISTICS","features":[200]},{"name":"SQL_DIAG_DFC_SS_USE","features":[200]},{"name":"SQL_DIAG_DFC_SS_WAITFOR","features":[200]},{"name":"SQL_DIAG_DFC_SS_WRITETEXT","features":[200]},{"name":"SQL_DIAG_DROP_ASSERTION","features":[200]},{"name":"SQL_DIAG_DROP_CHARACTER_SET","features":[200]},{"name":"SQL_DIAG_DROP_COLLATION","features":[200]},{"name":"SQL_DIAG_DROP_DOMAIN","features":[200]},{"name":"SQL_DIAG_DROP_INDEX","features":[200]},{"name":"SQL_DIAG_DROP_SCHEMA","features":[200]},{"name":"SQL_DIAG_DROP_TABLE","features":[200]},{"name":"SQL_DIAG_DROP_TRANSLATION","features":[200]},{"name":"SQL_DIAG_DROP_VIEW","features":[200]},{"name":"SQL_DIAG_DYNAMIC_DELETE_CURSOR","features":[200]},{"name":"SQL_DIAG_DYNAMIC_FUNCTION","features":[200]},{"name":"SQL_DIAG_DYNAMIC_FUNCTION_CODE","features":[200]},{"name":"SQL_DIAG_DYNAMIC_UPDATE_CURSOR","features":[200]},{"name":"SQL_DIAG_GRANT","features":[200]},{"name":"SQL_DIAG_INSERT","features":[200]},{"name":"SQL_DIAG_MESSAGE_TEXT","features":[200]},{"name":"SQL_DIAG_NATIVE","features":[200]},{"name":"SQL_DIAG_NUMBER","features":[200]},{"name":"SQL_DIAG_RETURNCODE","features":[200]},{"name":"SQL_DIAG_REVOKE","features":[200]},{"name":"SQL_DIAG_ROW_COUNT","features":[200]},{"name":"SQL_DIAG_ROW_NUMBER","features":[200]},{"name":"SQL_DIAG_SELECT_CURSOR","features":[200]},{"name":"SQL_DIAG_SERVER_NAME","features":[200]},{"name":"SQL_DIAG_SQLSTATE","features":[200]},{"name":"SQL_DIAG_SS_BASE","features":[200]},{"name":"SQL_DIAG_SS_LINE","features":[200]},{"name":"SQL_DIAG_SS_MSGSTATE","features":[200]},{"name":"SQL_DIAG_SS_PROCNAME","features":[200]},{"name":"SQL_DIAG_SS_SEVERITY","features":[200]},{"name":"SQL_DIAG_SS_SRVNAME","features":[200]},{"name":"SQL_DIAG_SUBCLASS_ORIGIN","features":[200]},{"name":"SQL_DIAG_UNKNOWN_STATEMENT","features":[200]},{"name":"SQL_DIAG_UPDATE_WHERE","features":[200]},{"name":"SQL_DI_CREATE_INDEX","features":[200]},{"name":"SQL_DI_DROP_INDEX","features":[200]},{"name":"SQL_DL_SQL92_DATE","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_DAY","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_MINUTE","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_MONTH","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_SECOND","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_YEAR","features":[200]},{"name":"SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH","features":[200]},{"name":"SQL_DL_SQL92_TIME","features":[200]},{"name":"SQL_DL_SQL92_TIMESTAMP","features":[200]},{"name":"SQL_DM_VER","features":[200]},{"name":"SQL_DOUBLE","features":[200]},{"name":"SQL_DP_OFF","features":[200]},{"name":"SQL_DP_ON","features":[200]},{"name":"SQL_DRIVER_AWARE_POOLING_CAPABLE","features":[200]},{"name":"SQL_DRIVER_AWARE_POOLING_NOT_CAPABLE","features":[200]},{"name":"SQL_DRIVER_AWARE_POOLING_SUPPORTED","features":[200]},{"name":"SQL_DRIVER_COMPLETE","features":[200]},{"name":"SQL_DRIVER_COMPLETE_REQUIRED","features":[200]},{"name":"SQL_DRIVER_CONN_ATTR_BASE","features":[200]},{"name":"SQL_DRIVER_C_TYPE_BASE","features":[200]},{"name":"SQL_DRIVER_DESC_FIELD_BASE","features":[200]},{"name":"SQL_DRIVER_DIAG_FIELD_BASE","features":[200]},{"name":"SQL_DRIVER_HDBC","features":[200]},{"name":"SQL_DRIVER_HDESC","features":[200]},{"name":"SQL_DRIVER_HENV","features":[200]},{"name":"SQL_DRIVER_HLIB","features":[200]},{"name":"SQL_DRIVER_HSTMT","features":[200]},{"name":"SQL_DRIVER_INFO_TYPE_BASE","features":[200]},{"name":"SQL_DRIVER_NAME","features":[200]},{"name":"SQL_DRIVER_NOPROMPT","features":[200]},{"name":"SQL_DRIVER_ODBC_VER","features":[200]},{"name":"SQL_DRIVER_PROMPT","features":[200]},{"name":"SQL_DRIVER_SQL_TYPE_BASE","features":[200]},{"name":"SQL_DRIVER_STMT_ATTR_BASE","features":[200]},{"name":"SQL_DRIVER_VER","features":[200]},{"name":"SQL_DROP","features":[200]},{"name":"SQL_DROP_ASSERTION","features":[200]},{"name":"SQL_DROP_CHARACTER_SET","features":[200]},{"name":"SQL_DROP_COLLATION","features":[200]},{"name":"SQL_DROP_DOMAIN","features":[200]},{"name":"SQL_DROP_SCHEMA","features":[200]},{"name":"SQL_DROP_TABLE","features":[200]},{"name":"SQL_DROP_TRANSLATION","features":[200]},{"name":"SQL_DROP_VIEW","features":[200]},{"name":"SQL_DS_CASCADE","features":[200]},{"name":"SQL_DS_DROP_SCHEMA","features":[200]},{"name":"SQL_DS_RESTRICT","features":[200]},{"name":"SQL_DTC_DONE","features":[200]},{"name":"SQL_DTC_ENLIST_EXPENSIVE","features":[200]},{"name":"SQL_DTC_TRANSITION_COST","features":[200]},{"name":"SQL_DTC_UNENLIST_EXPENSIVE","features":[200]},{"name":"SQL_DTR_DROP_TRANSLATION","features":[200]},{"name":"SQL_DT_CASCADE","features":[200]},{"name":"SQL_DT_DROP_TABLE","features":[200]},{"name":"SQL_DT_RESTRICT","features":[200]},{"name":"SQL_DV_CASCADE","features":[200]},{"name":"SQL_DV_DROP_VIEW","features":[200]},{"name":"SQL_DV_RESTRICT","features":[200]},{"name":"SQL_DYNAMIC_CURSOR_ATTRIBUTES1","features":[200]},{"name":"SQL_DYNAMIC_CURSOR_ATTRIBUTES2","features":[200]},{"name":"SQL_ENSURE","features":[200]},{"name":"SQL_ENTIRE_ROWSET","features":[200]},{"name":"SQL_EN_OFF","features":[200]},{"name":"SQL_EN_ON","features":[200]},{"name":"SQL_ERROR","features":[200]},{"name":"SQL_EXPRESSIONS_IN_ORDERBY","features":[200]},{"name":"SQL_EXT_API_LAST","features":[200]},{"name":"SQL_EXT_API_START","features":[200]},{"name":"SQL_FALSE","features":[200]},{"name":"SQL_FAST_CONNECT","features":[200]},{"name":"SQL_FB_DEFAULT","features":[200]},{"name":"SQL_FB_OFF","features":[200]},{"name":"SQL_FB_ON","features":[200]},{"name":"SQL_FC_DEFAULT","features":[200]},{"name":"SQL_FC_OFF","features":[200]},{"name":"SQL_FC_ON","features":[200]},{"name":"SQL_FD_FETCH_ABSOLUTE","features":[200]},{"name":"SQL_FD_FETCH_BOOKMARK","features":[200]},{"name":"SQL_FD_FETCH_FIRST","features":[200]},{"name":"SQL_FD_FETCH_LAST","features":[200]},{"name":"SQL_FD_FETCH_NEXT","features":[200]},{"name":"SQL_FD_FETCH_PREV","features":[200]},{"name":"SQL_FD_FETCH_PRIOR","features":[200]},{"name":"SQL_FD_FETCH_RELATIVE","features":[200]},{"name":"SQL_FD_FETCH_RESUME","features":[200]},{"name":"SQL_FETCH_ABSOLUTE","features":[200]},{"name":"SQL_FETCH_BOOKMARK","features":[200]},{"name":"SQL_FETCH_BY_BOOKMARK","features":[200]},{"name":"SQL_FETCH_DIRECTION","features":[200]},{"name":"SQL_FETCH_FIRST","features":[200]},{"name":"SQL_FETCH_FIRST_SYSTEM","features":[200]},{"name":"SQL_FETCH_FIRST_USER","features":[200]},{"name":"SQL_FETCH_LAST","features":[200]},{"name":"SQL_FETCH_NEXT","features":[200]},{"name":"SQL_FETCH_PREV","features":[200]},{"name":"SQL_FETCH_PRIOR","features":[200]},{"name":"SQL_FETCH_RELATIVE","features":[200]},{"name":"SQL_FETCH_RESUME","features":[200]},{"name":"SQL_FILE_CATALOG","features":[200]},{"name":"SQL_FILE_NOT_SUPPORTED","features":[200]},{"name":"SQL_FILE_QUALIFIER","features":[200]},{"name":"SQL_FILE_TABLE","features":[200]},{"name":"SQL_FILE_USAGE","features":[200]},{"name":"SQL_FLOAT","features":[200]},{"name":"SQL_FN_CVT_CAST","features":[200]},{"name":"SQL_FN_CVT_CONVERT","features":[200]},{"name":"SQL_FN_NUM_ABS","features":[200]},{"name":"SQL_FN_NUM_ACOS","features":[200]},{"name":"SQL_FN_NUM_ASIN","features":[200]},{"name":"SQL_FN_NUM_ATAN","features":[200]},{"name":"SQL_FN_NUM_ATAN2","features":[200]},{"name":"SQL_FN_NUM_CEILING","features":[200]},{"name":"SQL_FN_NUM_COS","features":[200]},{"name":"SQL_FN_NUM_COT","features":[200]},{"name":"SQL_FN_NUM_DEGREES","features":[200]},{"name":"SQL_FN_NUM_EXP","features":[200]},{"name":"SQL_FN_NUM_FLOOR","features":[200]},{"name":"SQL_FN_NUM_LOG","features":[200]},{"name":"SQL_FN_NUM_LOG10","features":[200]},{"name":"SQL_FN_NUM_MOD","features":[200]},{"name":"SQL_FN_NUM_PI","features":[200]},{"name":"SQL_FN_NUM_POWER","features":[200]},{"name":"SQL_FN_NUM_RADIANS","features":[200]},{"name":"SQL_FN_NUM_RAND","features":[200]},{"name":"SQL_FN_NUM_ROUND","features":[200]},{"name":"SQL_FN_NUM_SIGN","features":[200]},{"name":"SQL_FN_NUM_SIN","features":[200]},{"name":"SQL_FN_NUM_SQRT","features":[200]},{"name":"SQL_FN_NUM_TAN","features":[200]},{"name":"SQL_FN_NUM_TRUNCATE","features":[200]},{"name":"SQL_FN_STR_ASCII","features":[200]},{"name":"SQL_FN_STR_BIT_LENGTH","features":[200]},{"name":"SQL_FN_STR_CHAR","features":[200]},{"name":"SQL_FN_STR_CHARACTER_LENGTH","features":[200]},{"name":"SQL_FN_STR_CHAR_LENGTH","features":[200]},{"name":"SQL_FN_STR_CONCAT","features":[200]},{"name":"SQL_FN_STR_DIFFERENCE","features":[200]},{"name":"SQL_FN_STR_INSERT","features":[200]},{"name":"SQL_FN_STR_LCASE","features":[200]},{"name":"SQL_FN_STR_LEFT","features":[200]},{"name":"SQL_FN_STR_LENGTH","features":[200]},{"name":"SQL_FN_STR_LOCATE","features":[200]},{"name":"SQL_FN_STR_LOCATE_2","features":[200]},{"name":"SQL_FN_STR_LTRIM","features":[200]},{"name":"SQL_FN_STR_OCTET_LENGTH","features":[200]},{"name":"SQL_FN_STR_POSITION","features":[200]},{"name":"SQL_FN_STR_REPEAT","features":[200]},{"name":"SQL_FN_STR_REPLACE","features":[200]},{"name":"SQL_FN_STR_RIGHT","features":[200]},{"name":"SQL_FN_STR_RTRIM","features":[200]},{"name":"SQL_FN_STR_SOUNDEX","features":[200]},{"name":"SQL_FN_STR_SPACE","features":[200]},{"name":"SQL_FN_STR_SUBSTRING","features":[200]},{"name":"SQL_FN_STR_UCASE","features":[200]},{"name":"SQL_FN_SYS_DBNAME","features":[200]},{"name":"SQL_FN_SYS_IFNULL","features":[200]},{"name":"SQL_FN_SYS_USERNAME","features":[200]},{"name":"SQL_FN_TD_CURDATE","features":[200]},{"name":"SQL_FN_TD_CURRENT_DATE","features":[200]},{"name":"SQL_FN_TD_CURRENT_TIME","features":[200]},{"name":"SQL_FN_TD_CURRENT_TIMESTAMP","features":[200]},{"name":"SQL_FN_TD_CURTIME","features":[200]},{"name":"SQL_FN_TD_DAYNAME","features":[200]},{"name":"SQL_FN_TD_DAYOFMONTH","features":[200]},{"name":"SQL_FN_TD_DAYOFWEEK","features":[200]},{"name":"SQL_FN_TD_DAYOFYEAR","features":[200]},{"name":"SQL_FN_TD_EXTRACT","features":[200]},{"name":"SQL_FN_TD_HOUR","features":[200]},{"name":"SQL_FN_TD_MINUTE","features":[200]},{"name":"SQL_FN_TD_MONTH","features":[200]},{"name":"SQL_FN_TD_MONTHNAME","features":[200]},{"name":"SQL_FN_TD_NOW","features":[200]},{"name":"SQL_FN_TD_QUARTER","features":[200]},{"name":"SQL_FN_TD_SECOND","features":[200]},{"name":"SQL_FN_TD_TIMESTAMPADD","features":[200]},{"name":"SQL_FN_TD_TIMESTAMPDIFF","features":[200]},{"name":"SQL_FN_TD_WEEK","features":[200]},{"name":"SQL_FN_TD_YEAR","features":[200]},{"name":"SQL_FN_TSI_DAY","features":[200]},{"name":"SQL_FN_TSI_FRAC_SECOND","features":[200]},{"name":"SQL_FN_TSI_HOUR","features":[200]},{"name":"SQL_FN_TSI_MINUTE","features":[200]},{"name":"SQL_FN_TSI_MONTH","features":[200]},{"name":"SQL_FN_TSI_QUARTER","features":[200]},{"name":"SQL_FN_TSI_SECOND","features":[200]},{"name":"SQL_FN_TSI_WEEK","features":[200]},{"name":"SQL_FN_TSI_YEAR","features":[200]},{"name":"SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1","features":[200]},{"name":"SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2","features":[200]},{"name":"SQL_GB_COLLATE","features":[200]},{"name":"SQL_GB_GROUP_BY_CONTAINS_SELECT","features":[200]},{"name":"SQL_GB_GROUP_BY_EQUALS_SELECT","features":[200]},{"name":"SQL_GB_NOT_SUPPORTED","features":[200]},{"name":"SQL_GB_NO_RELATION","features":[200]},{"name":"SQL_GD_ANY_COLUMN","features":[200]},{"name":"SQL_GD_ANY_ORDER","features":[200]},{"name":"SQL_GD_BLOCK","features":[200]},{"name":"SQL_GD_BOUND","features":[200]},{"name":"SQL_GD_OUTPUT_PARAMS","features":[200]},{"name":"SQL_GETDATA_EXTENSIONS","features":[200]},{"name":"SQL_GET_BOOKMARK","features":[200]},{"name":"SQL_GROUP_BY","features":[200]},{"name":"SQL_GUID","features":[200]},{"name":"SQL_HANDLE_DBC","features":[200]},{"name":"SQL_HANDLE_DBC_INFO_TOKEN","features":[200]},{"name":"SQL_HANDLE_DESC","features":[200]},{"name":"SQL_HANDLE_ENV","features":[200]},{"name":"SQL_HANDLE_SENV","features":[200]},{"name":"SQL_HANDLE_STMT","features":[200]},{"name":"SQL_HC_DEFAULT","features":[200]},{"name":"SQL_HC_OFF","features":[200]},{"name":"SQL_HC_ON","features":[200]},{"name":"SQL_HOUR","features":[200]},{"name":"SQL_HOUR_TO_MINUTE","features":[200]},{"name":"SQL_HOUR_TO_SECOND","features":[200]},{"name":"SQL_IC_LOWER","features":[200]},{"name":"SQL_IC_MIXED","features":[200]},{"name":"SQL_IC_SENSITIVE","features":[200]},{"name":"SQL_IC_UPPER","features":[200]},{"name":"SQL_IDENTIFIER_CASE","features":[200]},{"name":"SQL_IDENTIFIER_QUOTE_CHAR","features":[200]},{"name":"SQL_IGNORE","features":[200]},{"name":"SQL_IK_ASC","features":[200]},{"name":"SQL_IK_DESC","features":[200]},{"name":"SQL_IK_NONE","features":[200]},{"name":"SQL_INDEX_ALL","features":[200]},{"name":"SQL_INDEX_CLUSTERED","features":[200]},{"name":"SQL_INDEX_HASHED","features":[200]},{"name":"SQL_INDEX_KEYWORDS","features":[200]},{"name":"SQL_INDEX_OTHER","features":[200]},{"name":"SQL_INDEX_UNIQUE","features":[200]},{"name":"SQL_INFO_DRIVER_START","features":[200]},{"name":"SQL_INFO_FIRST","features":[200]},{"name":"SQL_INFO_LAST","features":[200]},{"name":"SQL_INFO_SCHEMA_VIEWS","features":[200]},{"name":"SQL_INFO_SS_FIRST","features":[200]},{"name":"SQL_INFO_SS_MAX_USED","features":[200]},{"name":"SQL_INFO_SS_NETLIB_NAME","features":[200]},{"name":"SQL_INFO_SS_NETLIB_NAMEA","features":[200]},{"name":"SQL_INFO_SS_NETLIB_NAMEW","features":[200]},{"name":"SQL_INITIALLY_DEFERRED","features":[200]},{"name":"SQL_INITIALLY_IMMEDIATE","features":[200]},{"name":"SQL_INSENSITIVE","features":[200]},{"name":"SQL_INSERT_STATEMENT","features":[200]},{"name":"SQL_INTEGER","features":[200]},{"name":"SQL_INTEGRATED_SECURITY","features":[200]},{"name":"SQL_INTEGRITY","features":[200]},{"name":"SQL_INTERVAL","features":[200]},{"name":"SQL_INTERVAL_DAY","features":[200]},{"name":"SQL_INTERVAL_DAY_TO_HOUR","features":[200]},{"name":"SQL_INTERVAL_DAY_TO_MINUTE","features":[200]},{"name":"SQL_INTERVAL_DAY_TO_SECOND","features":[200]},{"name":"SQL_INTERVAL_HOUR","features":[200]},{"name":"SQL_INTERVAL_HOUR_TO_MINUTE","features":[200]},{"name":"SQL_INTERVAL_HOUR_TO_SECOND","features":[200]},{"name":"SQL_INTERVAL_MINUTE","features":[200]},{"name":"SQL_INTERVAL_MINUTE_TO_SECOND","features":[200]},{"name":"SQL_INTERVAL_MONTH","features":[200]},{"name":"SQL_INTERVAL_SECOND","features":[200]},{"name":"SQL_INTERVAL_STRUCT","features":[200]},{"name":"SQL_INTERVAL_YEAR","features":[200]},{"name":"SQL_INTERVAL_YEAR_TO_MONTH","features":[200]},{"name":"SQL_INVALID_HANDLE","features":[200]},{"name":"SQL_ISV_ASSERTIONS","features":[200]},{"name":"SQL_ISV_CHARACTER_SETS","features":[200]},{"name":"SQL_ISV_CHECK_CONSTRAINTS","features":[200]},{"name":"SQL_ISV_COLLATIONS","features":[200]},{"name":"SQL_ISV_COLUMNS","features":[200]},{"name":"SQL_ISV_COLUMN_DOMAIN_USAGE","features":[200]},{"name":"SQL_ISV_COLUMN_PRIVILEGES","features":[200]},{"name":"SQL_ISV_CONSTRAINT_COLUMN_USAGE","features":[200]},{"name":"SQL_ISV_CONSTRAINT_TABLE_USAGE","features":[200]},{"name":"SQL_ISV_DOMAINS","features":[200]},{"name":"SQL_ISV_DOMAIN_CONSTRAINTS","features":[200]},{"name":"SQL_ISV_KEY_COLUMN_USAGE","features":[200]},{"name":"SQL_ISV_REFERENTIAL_CONSTRAINTS","features":[200]},{"name":"SQL_ISV_SCHEMATA","features":[200]},{"name":"SQL_ISV_SQL_LANGUAGES","features":[200]},{"name":"SQL_ISV_TABLES","features":[200]},{"name":"SQL_ISV_TABLE_CONSTRAINTS","features":[200]},{"name":"SQL_ISV_TABLE_PRIVILEGES","features":[200]},{"name":"SQL_ISV_TRANSLATIONS","features":[200]},{"name":"SQL_ISV_USAGE_PRIVILEGES","features":[200]},{"name":"SQL_ISV_VIEWS","features":[200]},{"name":"SQL_ISV_VIEW_COLUMN_USAGE","features":[200]},{"name":"SQL_ISV_VIEW_TABLE_USAGE","features":[200]},{"name":"SQL_IS_DAY","features":[200]},{"name":"SQL_IS_DAY_TO_HOUR","features":[200]},{"name":"SQL_IS_DAY_TO_MINUTE","features":[200]},{"name":"SQL_IS_DAY_TO_SECOND","features":[200]},{"name":"SQL_IS_DEFAULT","features":[200]},{"name":"SQL_IS_HOUR","features":[200]},{"name":"SQL_IS_HOUR_TO_MINUTE","features":[200]},{"name":"SQL_IS_HOUR_TO_SECOND","features":[200]},{"name":"SQL_IS_INSERT_LITERALS","features":[200]},{"name":"SQL_IS_INSERT_SEARCHED","features":[200]},{"name":"SQL_IS_INTEGER","features":[200]},{"name":"SQL_IS_MINUTE","features":[200]},{"name":"SQL_IS_MINUTE_TO_SECOND","features":[200]},{"name":"SQL_IS_MONTH","features":[200]},{"name":"SQL_IS_OFF","features":[200]},{"name":"SQL_IS_ON","features":[200]},{"name":"SQL_IS_POINTER","features":[200]},{"name":"SQL_IS_SECOND","features":[200]},{"name":"SQL_IS_SELECT_INTO","features":[200]},{"name":"SQL_IS_SMALLINT","features":[200]},{"name":"SQL_IS_UINTEGER","features":[200]},{"name":"SQL_IS_USMALLINT","features":[200]},{"name":"SQL_IS_YEAR","features":[200]},{"name":"SQL_IS_YEAR_TO_MONTH","features":[200]},{"name":"SQL_KEYSET_CURSOR_ATTRIBUTES1","features":[200]},{"name":"SQL_KEYSET_CURSOR_ATTRIBUTES2","features":[200]},{"name":"SQL_KEYSET_SIZE","features":[200]},{"name":"SQL_KEYSET_SIZE_DEFAULT","features":[200]},{"name":"SQL_KEYWORDS","features":[200]},{"name":"SQL_LCK_EXCLUSIVE","features":[200]},{"name":"SQL_LCK_NO_CHANGE","features":[200]},{"name":"SQL_LCK_UNLOCK","features":[200]},{"name":"SQL_LEN_BINARY_ATTR_OFFSET","features":[200]},{"name":"SQL_LEN_DATA_AT_EXEC_OFFSET","features":[200]},{"name":"SQL_LIKE_ESCAPE_CLAUSE","features":[200]},{"name":"SQL_LIKE_ONLY","features":[200]},{"name":"SQL_LOCK_EXCLUSIVE","features":[200]},{"name":"SQL_LOCK_NO_CHANGE","features":[200]},{"name":"SQL_LOCK_TYPES","features":[200]},{"name":"SQL_LOCK_UNLOCK","features":[200]},{"name":"SQL_LOGIN_TIMEOUT","features":[200]},{"name":"SQL_LOGIN_TIMEOUT_DEFAULT","features":[200]},{"name":"SQL_LONGVARBINARY","features":[200]},{"name":"SQL_LONGVARCHAR","features":[200]},{"name":"SQL_MAXIMUM_CATALOG_NAME_LENGTH","features":[200]},{"name":"SQL_MAXIMUM_COLUMNS_IN_GROUP_BY","features":[200]},{"name":"SQL_MAXIMUM_COLUMNS_IN_INDEX","features":[200]},{"name":"SQL_MAXIMUM_COLUMNS_IN_ORDER_BY","features":[200]},{"name":"SQL_MAXIMUM_COLUMNS_IN_SELECT","features":[200]},{"name":"SQL_MAXIMUM_COLUMN_NAME_LENGTH","features":[200]},{"name":"SQL_MAXIMUM_CONCURRENT_ACTIVITIES","features":[200]},{"name":"SQL_MAXIMUM_CURSOR_NAME_LENGTH","features":[200]},{"name":"SQL_MAXIMUM_DRIVER_CONNECTIONS","features":[200]},{"name":"SQL_MAXIMUM_IDENTIFIER_LENGTH","features":[200]},{"name":"SQL_MAXIMUM_INDEX_SIZE","features":[200]},{"name":"SQL_MAXIMUM_ROW_SIZE","features":[200]},{"name":"SQL_MAXIMUM_SCHEMA_NAME_LENGTH","features":[200]},{"name":"SQL_MAXIMUM_STATEMENT_LENGTH","features":[200]},{"name":"SQL_MAXIMUM_TABLES_IN_SELECT","features":[200]},{"name":"SQL_MAXIMUM_USER_NAME_LENGTH","features":[200]},{"name":"SQL_MAX_ASYNC_CONCURRENT_STATEMENTS","features":[200]},{"name":"SQL_MAX_BINARY_LITERAL_LEN","features":[200]},{"name":"SQL_MAX_CATALOG_NAME_LEN","features":[200]},{"name":"SQL_MAX_CHAR_LITERAL_LEN","features":[200]},{"name":"SQL_MAX_COLUMNS_IN_GROUP_BY","features":[200]},{"name":"SQL_MAX_COLUMNS_IN_INDEX","features":[200]},{"name":"SQL_MAX_COLUMNS_IN_ORDER_BY","features":[200]},{"name":"SQL_MAX_COLUMNS_IN_SELECT","features":[200]},{"name":"SQL_MAX_COLUMNS_IN_TABLE","features":[200]},{"name":"SQL_MAX_COLUMN_NAME_LEN","features":[200]},{"name":"SQL_MAX_CONCURRENT_ACTIVITIES","features":[200]},{"name":"SQL_MAX_CURSOR_NAME_LEN","features":[200]},{"name":"SQL_MAX_DRIVER_CONNECTIONS","features":[200]},{"name":"SQL_MAX_DSN_LENGTH","features":[200]},{"name":"SQL_MAX_IDENTIFIER_LEN","features":[200]},{"name":"SQL_MAX_INDEX_SIZE","features":[200]},{"name":"SQL_MAX_LENGTH","features":[200]},{"name":"SQL_MAX_LENGTH_DEFAULT","features":[200]},{"name":"SQL_MAX_MESSAGE_LENGTH","features":[200]},{"name":"SQL_MAX_NUMERIC_LEN","features":[200]},{"name":"SQL_MAX_OPTION_STRING_LENGTH","features":[200]},{"name":"SQL_MAX_OWNER_NAME_LEN","features":[200]},{"name":"SQL_MAX_PROCEDURE_NAME_LEN","features":[200]},{"name":"SQL_MAX_QUALIFIER_NAME_LEN","features":[200]},{"name":"SQL_MAX_ROWS","features":[200]},{"name":"SQL_MAX_ROWS_DEFAULT","features":[200]},{"name":"SQL_MAX_ROW_SIZE","features":[200]},{"name":"SQL_MAX_ROW_SIZE_INCLUDES_LONG","features":[200]},{"name":"SQL_MAX_SCHEMA_NAME_LEN","features":[200]},{"name":"SQL_MAX_SQLSERVERNAME","features":[200]},{"name":"SQL_MAX_STATEMENT_LEN","features":[200]},{"name":"SQL_MAX_TABLES_IN_SELECT","features":[200]},{"name":"SQL_MAX_TABLE_NAME_LEN","features":[200]},{"name":"SQL_MAX_USER_NAME_LEN","features":[200]},{"name":"SQL_MINUTE","features":[200]},{"name":"SQL_MINUTE_TO_SECOND","features":[200]},{"name":"SQL_MODE_DEFAULT","features":[200]},{"name":"SQL_MODE_READ_ONLY","features":[200]},{"name":"SQL_MODE_READ_WRITE","features":[200]},{"name":"SQL_MONTH","features":[200]},{"name":"SQL_MORE_INFO_NO","features":[200]},{"name":"SQL_MORE_INFO_YES","features":[200]},{"name":"SQL_MULTIPLE_ACTIVE_TXN","features":[200]},{"name":"SQL_MULT_RESULT_SETS","features":[200]},{"name":"SQL_NAMED","features":[200]},{"name":"SQL_NB_DEFAULT","features":[200]},{"name":"SQL_NB_OFF","features":[200]},{"name":"SQL_NB_ON","features":[200]},{"name":"SQL_NC_END","features":[200]},{"name":"SQL_NC_HIGH","features":[200]},{"name":"SQL_NC_LOW","features":[200]},{"name":"SQL_NC_OFF","features":[200]},{"name":"SQL_NC_ON","features":[200]},{"name":"SQL_NC_START","features":[200]},{"name":"SQL_NEED_DATA","features":[200]},{"name":"SQL_NEED_LONG_DATA_LEN","features":[200]},{"name":"SQL_NNC_NON_NULL","features":[200]},{"name":"SQL_NNC_NULL","features":[200]},{"name":"SQL_NONSCROLLABLE","features":[200]},{"name":"SQL_NON_NULLABLE_COLUMNS","features":[200]},{"name":"SQL_NOSCAN","features":[200]},{"name":"SQL_NOSCAN_DEFAULT","features":[200]},{"name":"SQL_NOSCAN_OFF","features":[200]},{"name":"SQL_NOSCAN_ON","features":[200]},{"name":"SQL_NOT_DEFERRABLE","features":[200]},{"name":"SQL_NO_ACTION","features":[200]},{"name":"SQL_NO_COLUMN_NUMBER","features":[200]},{"name":"SQL_NO_DATA","features":[200]},{"name":"SQL_NO_DATA_FOUND","features":[200]},{"name":"SQL_NO_NULLS","features":[200]},{"name":"SQL_NO_ROW_NUMBER","features":[200]},{"name":"SQL_NO_TOTAL","features":[200]},{"name":"SQL_NTS","features":[200]},{"name":"SQL_NTSL","features":[200]},{"name":"SQL_NULLABLE","features":[200]},{"name":"SQL_NULLABLE_UNKNOWN","features":[200]},{"name":"SQL_NULL_COLLATION","features":[200]},{"name":"SQL_NULL_DATA","features":[200]},{"name":"SQL_NULL_HANDLE","features":[200]},{"name":"SQL_NULL_HDBC","features":[200]},{"name":"SQL_NULL_HDESC","features":[200]},{"name":"SQL_NULL_HENV","features":[200]},{"name":"SQL_NULL_HSTMT","features":[200]},{"name":"SQL_NUMERIC","features":[200]},{"name":"SQL_NUMERIC_FUNCTIONS","features":[200]},{"name":"SQL_NUMERIC_STRUCT","features":[200]},{"name":"SQL_NUM_FUNCTIONS","features":[200]},{"name":"SQL_OAC_LEVEL1","features":[200]},{"name":"SQL_OAC_LEVEL2","features":[200]},{"name":"SQL_OAC_NONE","features":[200]},{"name":"SQL_ODBC_API_CONFORMANCE","features":[200]},{"name":"SQL_ODBC_CURSORS","features":[200]},{"name":"SQL_ODBC_INTERFACE_CONFORMANCE","features":[200]},{"name":"SQL_ODBC_KEYWORDS","features":[200]},{"name":"SQL_ODBC_SAG_CLI_CONFORMANCE","features":[200]},{"name":"SQL_ODBC_SQL_CONFORMANCE","features":[200]},{"name":"SQL_ODBC_SQL_OPT_IEF","features":[200]},{"name":"SQL_ODBC_VER","features":[200]},{"name":"SQL_OIC_CORE","features":[200]},{"name":"SQL_OIC_LEVEL1","features":[200]},{"name":"SQL_OIC_LEVEL2","features":[200]},{"name":"SQL_OJ_ALL_COMPARISON_OPS","features":[200]},{"name":"SQL_OJ_CAPABILITIES","features":[200]},{"name":"SQL_OJ_FULL","features":[200]},{"name":"SQL_OJ_INNER","features":[200]},{"name":"SQL_OJ_LEFT","features":[200]},{"name":"SQL_OJ_NESTED","features":[200]},{"name":"SQL_OJ_NOT_ORDERED","features":[200]},{"name":"SQL_OJ_RIGHT","features":[200]},{"name":"SQL_OPT_TRACE","features":[200]},{"name":"SQL_OPT_TRACEFILE","features":[200]},{"name":"SQL_OPT_TRACE_DEFAULT","features":[200]},{"name":"SQL_OPT_TRACE_FILE_DEFAULT","features":[200]},{"name":"SQL_OPT_TRACE_OFF","features":[200]},{"name":"SQL_OPT_TRACE_ON","features":[200]},{"name":"SQL_ORDER_BY_COLUMNS_IN_SELECT","features":[200]},{"name":"SQL_OSCC_COMPLIANT","features":[200]},{"name":"SQL_OSCC_NOT_COMPLIANT","features":[200]},{"name":"SQL_OSC_CORE","features":[200]},{"name":"SQL_OSC_EXTENDED","features":[200]},{"name":"SQL_OSC_MINIMUM","features":[200]},{"name":"SQL_OUTER_JOINS","features":[200]},{"name":"SQL_OUTER_JOIN_CAPABILITIES","features":[200]},{"name":"SQL_OU_DML_STATEMENTS","features":[200]},{"name":"SQL_OU_INDEX_DEFINITION","features":[200]},{"name":"SQL_OU_PRIVILEGE_DEFINITION","features":[200]},{"name":"SQL_OU_PROCEDURE_INVOCATION","features":[200]},{"name":"SQL_OU_TABLE_DEFINITION","features":[200]},{"name":"SQL_OV_ODBC2","features":[200]},{"name":"SQL_OV_ODBC3","features":[200]},{"name":"SQL_OV_ODBC3_80","features":[200]},{"name":"SQL_OWNER_TERM","features":[200]},{"name":"SQL_OWNER_USAGE","features":[200]},{"name":"SQL_PACKET_SIZE","features":[200]},{"name":"SQL_PARAM_ARRAY_ROW_COUNTS","features":[200]},{"name":"SQL_PARAM_ARRAY_SELECTS","features":[200]},{"name":"SQL_PARAM_BIND_BY_COLUMN","features":[200]},{"name":"SQL_PARAM_BIND_TYPE_DEFAULT","features":[200]},{"name":"SQL_PARAM_DATA_AVAILABLE","features":[200]},{"name":"SQL_PARAM_DIAG_UNAVAILABLE","features":[200]},{"name":"SQL_PARAM_ERROR","features":[200]},{"name":"SQL_PARAM_IGNORE","features":[200]},{"name":"SQL_PARAM_INPUT","features":[200]},{"name":"SQL_PARAM_INPUT_OUTPUT","features":[200]},{"name":"SQL_PARAM_INPUT_OUTPUT_STREAM","features":[200]},{"name":"SQL_PARAM_OUTPUT","features":[200]},{"name":"SQL_PARAM_OUTPUT_STREAM","features":[200]},{"name":"SQL_PARAM_PROCEED","features":[200]},{"name":"SQL_PARAM_SUCCESS","features":[200]},{"name":"SQL_PARAM_SUCCESS_WITH_INFO","features":[200]},{"name":"SQL_PARAM_TYPE_UNKNOWN","features":[200]},{"name":"SQL_PARAM_UNUSED","features":[200]},{"name":"SQL_PARC_BATCH","features":[200]},{"name":"SQL_PARC_NO_BATCH","features":[200]},{"name":"SQL_PAS_BATCH","features":[200]},{"name":"SQL_PAS_NO_BATCH","features":[200]},{"name":"SQL_PAS_NO_SELECT","features":[200]},{"name":"SQL_PC_DEFAULT","features":[200]},{"name":"SQL_PC_NON_PSEUDO","features":[200]},{"name":"SQL_PC_NOT_PSEUDO","features":[200]},{"name":"SQL_PC_OFF","features":[200]},{"name":"SQL_PC_ON","features":[200]},{"name":"SQL_PC_PSEUDO","features":[200]},{"name":"SQL_PC_UNKNOWN","features":[200]},{"name":"SQL_PERF_START","features":[200]},{"name":"SQL_PERF_STOP","features":[200]},{"name":"SQL_POSITION","features":[200]},{"name":"SQL_POSITIONED_STATEMENTS","features":[200]},{"name":"SQL_POS_ADD","features":[200]},{"name":"SQL_POS_DELETE","features":[200]},{"name":"SQL_POS_OPERATIONS","features":[200]},{"name":"SQL_POS_POSITION","features":[200]},{"name":"SQL_POS_REFRESH","features":[200]},{"name":"SQL_POS_UPDATE","features":[200]},{"name":"SQL_PRED_BASIC","features":[200]},{"name":"SQL_PRED_CHAR","features":[200]},{"name":"SQL_PRED_NONE","features":[200]},{"name":"SQL_PRED_SEARCHABLE","features":[200]},{"name":"SQL_PRESERVE_CURSORS","features":[200]},{"name":"SQL_PROCEDURES","features":[200]},{"name":"SQL_PROCEDURE_TERM","features":[200]},{"name":"SQL_PS_POSITIONED_DELETE","features":[200]},{"name":"SQL_PS_POSITIONED_UPDATE","features":[200]},{"name":"SQL_PS_SELECT_FOR_UPDATE","features":[200]},{"name":"SQL_PT_FUNCTION","features":[200]},{"name":"SQL_PT_PROCEDURE","features":[200]},{"name":"SQL_PT_UNKNOWN","features":[200]},{"name":"SQL_QI_DEFAULT","features":[200]},{"name":"SQL_QI_OFF","features":[200]},{"name":"SQL_QI_ON","features":[200]},{"name":"SQL_QL_END","features":[200]},{"name":"SQL_QL_START","features":[200]},{"name":"SQL_QUALIFIER_LOCATION","features":[200]},{"name":"SQL_QUALIFIER_NAME_SEPARATOR","features":[200]},{"name":"SQL_QUALIFIER_TERM","features":[200]},{"name":"SQL_QUALIFIER_USAGE","features":[200]},{"name":"SQL_QUERY_TIMEOUT","features":[200]},{"name":"SQL_QUERY_TIMEOUT_DEFAULT","features":[200]},{"name":"SQL_QUICK","features":[200]},{"name":"SQL_QUIET_MODE","features":[200]},{"name":"SQL_QUOTED_IDENTIFIER_CASE","features":[200]},{"name":"SQL_QU_DML_STATEMENTS","features":[200]},{"name":"SQL_QU_INDEX_DEFINITION","features":[200]},{"name":"SQL_QU_PRIVILEGE_DEFINITION","features":[200]},{"name":"SQL_QU_PROCEDURE_INVOCATION","features":[200]},{"name":"SQL_QU_TABLE_DEFINITION","features":[200]},{"name":"SQL_RD_DEFAULT","features":[200]},{"name":"SQL_RD_OFF","features":[200]},{"name":"SQL_RD_ON","features":[200]},{"name":"SQL_REAL","features":[200]},{"name":"SQL_REFRESH","features":[200]},{"name":"SQL_REMOTE_PWD","features":[200]},{"name":"SQL_RESET_CONNECTION_YES","features":[200]},{"name":"SQL_RESET_PARAMS","features":[200]},{"name":"SQL_RESET_YES","features":[200]},{"name":"SQL_RESTRICT","features":[200]},{"name":"SQL_RESULT_COL","features":[200]},{"name":"SQL_RETRIEVE_DATA","features":[200]},{"name":"SQL_RETURN_VALUE","features":[200]},{"name":"SQL_RE_DEFAULT","features":[200]},{"name":"SQL_RE_OFF","features":[200]},{"name":"SQL_RE_ON","features":[200]},{"name":"SQL_ROLLBACK","features":[200]},{"name":"SQL_ROWSET_SIZE","features":[200]},{"name":"SQL_ROWSET_SIZE_DEFAULT","features":[200]},{"name":"SQL_ROWVER","features":[200]},{"name":"SQL_ROW_ADDED","features":[200]},{"name":"SQL_ROW_DELETED","features":[200]},{"name":"SQL_ROW_ERROR","features":[200]},{"name":"SQL_ROW_IDENTIFIER","features":[200]},{"name":"SQL_ROW_IGNORE","features":[200]},{"name":"SQL_ROW_NOROW","features":[200]},{"name":"SQL_ROW_NUMBER","features":[200]},{"name":"SQL_ROW_NUMBER_UNKNOWN","features":[200]},{"name":"SQL_ROW_PROCEED","features":[200]},{"name":"SQL_ROW_SUCCESS","features":[200]},{"name":"SQL_ROW_SUCCESS_WITH_INFO","features":[200]},{"name":"SQL_ROW_UPDATED","features":[200]},{"name":"SQL_ROW_UPDATES","features":[200]},{"name":"SQL_SCCO_LOCK","features":[200]},{"name":"SQL_SCCO_OPT_ROWVER","features":[200]},{"name":"SQL_SCCO_OPT_TIMESTAMP","features":[200]},{"name":"SQL_SCCO_OPT_VALUES","features":[200]},{"name":"SQL_SCCO_READ_ONLY","features":[200]},{"name":"SQL_SCC_ISO92_CLI","features":[200]},{"name":"SQL_SCC_XOPEN_CLI_VERSION1","features":[200]},{"name":"SQL_SCHEMA_TERM","features":[200]},{"name":"SQL_SCHEMA_USAGE","features":[200]},{"name":"SQL_SCOPE_CURROW","features":[200]},{"name":"SQL_SCOPE_SESSION","features":[200]},{"name":"SQL_SCOPE_TRANSACTION","features":[200]},{"name":"SQL_SCROLLABLE","features":[200]},{"name":"SQL_SCROLL_CONCURRENCY","features":[200]},{"name":"SQL_SCROLL_DYNAMIC","features":[200]},{"name":"SQL_SCROLL_FORWARD_ONLY","features":[200]},{"name":"SQL_SCROLL_KEYSET_DRIVEN","features":[200]},{"name":"SQL_SCROLL_OPTIONS","features":[200]},{"name":"SQL_SCROLL_STATIC","features":[200]},{"name":"SQL_SC_FIPS127_2_TRANSITIONAL","features":[200]},{"name":"SQL_SC_NON_UNIQUE","features":[200]},{"name":"SQL_SC_SQL92_ENTRY","features":[200]},{"name":"SQL_SC_SQL92_FULL","features":[200]},{"name":"SQL_SC_SQL92_INTERMEDIATE","features":[200]},{"name":"SQL_SC_TRY_UNIQUE","features":[200]},{"name":"SQL_SC_UNIQUE","features":[200]},{"name":"SQL_SDF_CURRENT_DATE","features":[200]},{"name":"SQL_SDF_CURRENT_TIME","features":[200]},{"name":"SQL_SDF_CURRENT_TIMESTAMP","features":[200]},{"name":"SQL_SEARCHABLE","features":[200]},{"name":"SQL_SEARCH_PATTERN_ESCAPE","features":[200]},{"name":"SQL_SECOND","features":[200]},{"name":"SQL_SENSITIVE","features":[200]},{"name":"SQL_SERVER_NAME","features":[200]},{"name":"SQL_SETPARAM_VALUE_MAX","features":[200]},{"name":"SQL_SETPOS_MAX_LOCK_VALUE","features":[200]},{"name":"SQL_SETPOS_MAX_OPTION_VALUE","features":[200]},{"name":"SQL_SET_DEFAULT","features":[200]},{"name":"SQL_SET_NULL","features":[200]},{"name":"SQL_SFKD_CASCADE","features":[200]},{"name":"SQL_SFKD_NO_ACTION","features":[200]},{"name":"SQL_SFKD_SET_DEFAULT","features":[200]},{"name":"SQL_SFKD_SET_NULL","features":[200]},{"name":"SQL_SFKU_CASCADE","features":[200]},{"name":"SQL_SFKU_NO_ACTION","features":[200]},{"name":"SQL_SFKU_SET_DEFAULT","features":[200]},{"name":"SQL_SFKU_SET_NULL","features":[200]},{"name":"SQL_SG_DELETE_TABLE","features":[200]},{"name":"SQL_SG_INSERT_COLUMN","features":[200]},{"name":"SQL_SG_INSERT_TABLE","features":[200]},{"name":"SQL_SG_REFERENCES_COLUMN","features":[200]},{"name":"SQL_SG_REFERENCES_TABLE","features":[200]},{"name":"SQL_SG_SELECT_TABLE","features":[200]},{"name":"SQL_SG_UPDATE_COLUMN","features":[200]},{"name":"SQL_SG_UPDATE_TABLE","features":[200]},{"name":"SQL_SG_USAGE_ON_CHARACTER_SET","features":[200]},{"name":"SQL_SG_USAGE_ON_COLLATION","features":[200]},{"name":"SQL_SG_USAGE_ON_DOMAIN","features":[200]},{"name":"SQL_SG_USAGE_ON_TRANSLATION","features":[200]},{"name":"SQL_SG_WITH_GRANT_OPTION","features":[200]},{"name":"SQL_SIGNED_OFFSET","features":[200]},{"name":"SQL_SIMULATE_CURSOR","features":[200]},{"name":"SQL_SMALLINT","features":[200]},{"name":"SQL_SNVF_BIT_LENGTH","features":[200]},{"name":"SQL_SNVF_CHARACTER_LENGTH","features":[200]},{"name":"SQL_SNVF_CHAR_LENGTH","features":[200]},{"name":"SQL_SNVF_EXTRACT","features":[200]},{"name":"SQL_SNVF_OCTET_LENGTH","features":[200]},{"name":"SQL_SNVF_POSITION","features":[200]},{"name":"SQL_SOPT_SS_BASE","features":[200]},{"name":"SQL_SOPT_SS_CURRENT_COMMAND","features":[200]},{"name":"SQL_SOPT_SS_CURSOR_OPTIONS","features":[200]},{"name":"SQL_SOPT_SS_DEFER_PREPARE","features":[200]},{"name":"SQL_SOPT_SS_HIDDEN_COLUMNS","features":[200]},{"name":"SQL_SOPT_SS_MAX_USED","features":[200]},{"name":"SQL_SOPT_SS_NOBROWSETABLE","features":[200]},{"name":"SQL_SOPT_SS_NOCOUNT_STATUS","features":[200]},{"name":"SQL_SOPT_SS_REGIONALIZE","features":[200]},{"name":"SQL_SOPT_SS_TEXTPTR_LOGGING","features":[200]},{"name":"SQL_SO_DYNAMIC","features":[200]},{"name":"SQL_SO_FORWARD_ONLY","features":[200]},{"name":"SQL_SO_KEYSET_DRIVEN","features":[200]},{"name":"SQL_SO_MIXED","features":[200]},{"name":"SQL_SO_STATIC","features":[200]},{"name":"SQL_SPECIAL_CHARACTERS","features":[200]},{"name":"SQL_SPEC_MAJOR","features":[200]},{"name":"SQL_SPEC_MINOR","features":[200]},{"name":"SQL_SPEC_STRING","features":[200]},{"name":"SQL_SP_BETWEEN","features":[200]},{"name":"SQL_SP_COMPARISON","features":[200]},{"name":"SQL_SP_EXISTS","features":[200]},{"name":"SQL_SP_IN","features":[200]},{"name":"SQL_SP_ISNOTNULL","features":[200]},{"name":"SQL_SP_ISNULL","features":[200]},{"name":"SQL_SP_LIKE","features":[200]},{"name":"SQL_SP_MATCH_FULL","features":[200]},{"name":"SQL_SP_MATCH_PARTIAL","features":[200]},{"name":"SQL_SP_MATCH_UNIQUE_FULL","features":[200]},{"name":"SQL_SP_MATCH_UNIQUE_PARTIAL","features":[200]},{"name":"SQL_SP_OVERLAPS","features":[200]},{"name":"SQL_SP_QUANTIFIED_COMPARISON","features":[200]},{"name":"SQL_SP_UNIQUE","features":[200]},{"name":"SQL_SQL92_DATETIME_FUNCTIONS","features":[200]},{"name":"SQL_SQL92_FOREIGN_KEY_DELETE_RULE","features":[200]},{"name":"SQL_SQL92_FOREIGN_KEY_UPDATE_RULE","features":[200]},{"name":"SQL_SQL92_GRANT","features":[200]},{"name":"SQL_SQL92_NUMERIC_VALUE_FUNCTIONS","features":[200]},{"name":"SQL_SQL92_PREDICATES","features":[200]},{"name":"SQL_SQL92_RELATIONAL_JOIN_OPERATORS","features":[200]},{"name":"SQL_SQL92_REVOKE","features":[200]},{"name":"SQL_SQL92_ROW_VALUE_CONSTRUCTOR","features":[200]},{"name":"SQL_SQL92_STRING_FUNCTIONS","features":[200]},{"name":"SQL_SQL92_VALUE_EXPRESSIONS","features":[200]},{"name":"SQL_SQLSTATE_SIZE","features":[200]},{"name":"SQL_SQLSTATE_SIZEW","features":[200]},{"name":"SQL_SQL_CONFORMANCE","features":[200]},{"name":"SQL_SQ_COMPARISON","features":[200]},{"name":"SQL_SQ_CORRELATED_SUBQUERIES","features":[200]},{"name":"SQL_SQ_EXISTS","features":[200]},{"name":"SQL_SQ_IN","features":[200]},{"name":"SQL_SQ_QUANTIFIED","features":[200]},{"name":"SQL_SRJO_CORRESPONDING_CLAUSE","features":[200]},{"name":"SQL_SRJO_CROSS_JOIN","features":[200]},{"name":"SQL_SRJO_EXCEPT_JOIN","features":[200]},{"name":"SQL_SRJO_FULL_OUTER_JOIN","features":[200]},{"name":"SQL_SRJO_INNER_JOIN","features":[200]},{"name":"SQL_SRJO_INTERSECT_JOIN","features":[200]},{"name":"SQL_SRJO_LEFT_OUTER_JOIN","features":[200]},{"name":"SQL_SRJO_NATURAL_JOIN","features":[200]},{"name":"SQL_SRJO_RIGHT_OUTER_JOIN","features":[200]},{"name":"SQL_SRJO_UNION_JOIN","features":[200]},{"name":"SQL_SRVC_DEFAULT","features":[200]},{"name":"SQL_SRVC_NULL","features":[200]},{"name":"SQL_SRVC_ROW_SUBQUERY","features":[200]},{"name":"SQL_SRVC_VALUE_EXPRESSION","features":[200]},{"name":"SQL_SR_CASCADE","features":[200]},{"name":"SQL_SR_DELETE_TABLE","features":[200]},{"name":"SQL_SR_GRANT_OPTION_FOR","features":[200]},{"name":"SQL_SR_INSERT_COLUMN","features":[200]},{"name":"SQL_SR_INSERT_TABLE","features":[200]},{"name":"SQL_SR_REFERENCES_COLUMN","features":[200]},{"name":"SQL_SR_REFERENCES_TABLE","features":[200]},{"name":"SQL_SR_RESTRICT","features":[200]},{"name":"SQL_SR_SELECT_TABLE","features":[200]},{"name":"SQL_SR_UPDATE_COLUMN","features":[200]},{"name":"SQL_SR_UPDATE_TABLE","features":[200]},{"name":"SQL_SR_USAGE_ON_CHARACTER_SET","features":[200]},{"name":"SQL_SR_USAGE_ON_COLLATION","features":[200]},{"name":"SQL_SR_USAGE_ON_DOMAIN","features":[200]},{"name":"SQL_SR_USAGE_ON_TRANSLATION","features":[200]},{"name":"SQL_SSF_CONVERT","features":[200]},{"name":"SQL_SSF_LOWER","features":[200]},{"name":"SQL_SSF_SUBSTRING","features":[200]},{"name":"SQL_SSF_TRANSLATE","features":[200]},{"name":"SQL_SSF_TRIM_BOTH","features":[200]},{"name":"SQL_SSF_TRIM_LEADING","features":[200]},{"name":"SQL_SSF_TRIM_TRAILING","features":[200]},{"name":"SQL_SSF_UPPER","features":[200]},{"name":"SQL_SS_ADDITIONS","features":[200]},{"name":"SQL_SS_DELETIONS","features":[200]},{"name":"SQL_SS_DL_DEFAULT","features":[200]},{"name":"SQL_SS_QI_DEFAULT","features":[200]},{"name":"SQL_SS_QL_DEFAULT","features":[200]},{"name":"SQL_SS_UPDATES","features":[200]},{"name":"SQL_SS_VARIANT","features":[200]},{"name":"SQL_STANDARD_CLI_CONFORMANCE","features":[200]},{"name":"SQL_STATIC_CURSOR_ATTRIBUTES1","features":[200]},{"name":"SQL_STATIC_CURSOR_ATTRIBUTES2","features":[200]},{"name":"SQL_STATIC_SENSITIVITY","features":[200]},{"name":"SQL_STILL_EXECUTING","features":[200]},{"name":"SQL_STMT_OPT_MAX","features":[200]},{"name":"SQL_STMT_OPT_MIN","features":[200]},{"name":"SQL_STRING_FUNCTIONS","features":[200]},{"name":"SQL_SUBQUERIES","features":[200]},{"name":"SQL_SUCCESS","features":[200]},{"name":"SQL_SUCCESS_WITH_INFO","features":[200]},{"name":"SQL_SU_DML_STATEMENTS","features":[200]},{"name":"SQL_SU_INDEX_DEFINITION","features":[200]},{"name":"SQL_SU_PRIVILEGE_DEFINITION","features":[200]},{"name":"SQL_SU_PROCEDURE_INVOCATION","features":[200]},{"name":"SQL_SU_TABLE_DEFINITION","features":[200]},{"name":"SQL_SVE_CASE","features":[200]},{"name":"SQL_SVE_CAST","features":[200]},{"name":"SQL_SVE_COALESCE","features":[200]},{"name":"SQL_SVE_NULLIF","features":[200]},{"name":"SQL_SYSTEM_FUNCTIONS","features":[200]},{"name":"SQL_TABLE_STAT","features":[200]},{"name":"SQL_TABLE_TERM","features":[200]},{"name":"SQL_TC_ALL","features":[200]},{"name":"SQL_TC_DDL_COMMIT","features":[200]},{"name":"SQL_TC_DDL_IGNORE","features":[200]},{"name":"SQL_TC_DML","features":[200]},{"name":"SQL_TC_NONE","features":[200]},{"name":"SQL_TEXTPTR_LOGGING","features":[200]},{"name":"SQL_TIME","features":[200]},{"name":"SQL_TIMEDATE_ADD_INTERVALS","features":[200]},{"name":"SQL_TIMEDATE_DIFF_INTERVALS","features":[200]},{"name":"SQL_TIMEDATE_FUNCTIONS","features":[200]},{"name":"SQL_TIMESTAMP","features":[200]},{"name":"SQL_TIMESTAMP_LEN","features":[200]},{"name":"SQL_TIME_LEN","features":[200]},{"name":"SQL_TINYINT","features":[200]},{"name":"SQL_TL_DEFAULT","features":[200]},{"name":"SQL_TL_OFF","features":[200]},{"name":"SQL_TL_ON","features":[200]},{"name":"SQL_TRANSACTION_CAPABLE","features":[200]},{"name":"SQL_TRANSACTION_ISOLATION_OPTION","features":[200]},{"name":"SQL_TRANSACTION_READ_COMMITTED","features":[200]},{"name":"SQL_TRANSACTION_READ_UNCOMMITTED","features":[200]},{"name":"SQL_TRANSACTION_REPEATABLE_READ","features":[200]},{"name":"SQL_TRANSACTION_SERIALIZABLE","features":[200]},{"name":"SQL_TRANSLATE_DLL","features":[200]},{"name":"SQL_TRANSLATE_OPTION","features":[200]},{"name":"SQL_TRUE","features":[200]},{"name":"SQL_TXN_CAPABLE","features":[200]},{"name":"SQL_TXN_ISOLATION","features":[200]},{"name":"SQL_TXN_ISOLATION_OPTION","features":[200]},{"name":"SQL_TXN_READ_COMMITTED","features":[200]},{"name":"SQL_TXN_READ_UNCOMMITTED","features":[200]},{"name":"SQL_TXN_REPEATABLE_READ","features":[200]},{"name":"SQL_TXN_SERIALIZABLE","features":[200]},{"name":"SQL_TXN_VERSIONING","features":[200]},{"name":"SQL_TYPE_DATE","features":[200]},{"name":"SQL_TYPE_DRIVER_END","features":[200]},{"name":"SQL_TYPE_DRIVER_START","features":[200]},{"name":"SQL_TYPE_MAX","features":[200]},{"name":"SQL_TYPE_MIN","features":[200]},{"name":"SQL_TYPE_NULL","features":[200]},{"name":"SQL_TYPE_TIME","features":[200]},{"name":"SQL_TYPE_TIMESTAMP","features":[200]},{"name":"SQL_UB_DEFAULT","features":[200]},{"name":"SQL_UB_FIXED","features":[200]},{"name":"SQL_UB_OFF","features":[200]},{"name":"SQL_UB_ON","features":[200]},{"name":"SQL_UB_VARIABLE","features":[200]},{"name":"SQL_UNBIND","features":[200]},{"name":"SQL_UNICODE","features":[200]},{"name":"SQL_UNICODE_CHAR","features":[200]},{"name":"SQL_UNICODE_LONGVARCHAR","features":[200]},{"name":"SQL_UNICODE_VARCHAR","features":[200]},{"name":"SQL_UNION","features":[200]},{"name":"SQL_UNION_STATEMENT","features":[200]},{"name":"SQL_UNKNOWN_TYPE","features":[200]},{"name":"SQL_UNNAMED","features":[200]},{"name":"SQL_UNSEARCHABLE","features":[200]},{"name":"SQL_UNSIGNED_OFFSET","features":[200]},{"name":"SQL_UNSPECIFIED","features":[200]},{"name":"SQL_UPDATE","features":[200]},{"name":"SQL_UPDATE_BY_BOOKMARK","features":[200]},{"name":"SQL_UP_DEFAULT","features":[200]},{"name":"SQL_UP_OFF","features":[200]},{"name":"SQL_UP_ON","features":[200]},{"name":"SQL_UP_ON_DROP","features":[200]},{"name":"SQL_USER_NAME","features":[200]},{"name":"SQL_USE_BOOKMARKS","features":[200]},{"name":"SQL_USE_PROCEDURE_FOR_PREPARE","features":[200]},{"name":"SQL_US_UNION","features":[200]},{"name":"SQL_US_UNION_ALL","features":[200]},{"name":"SQL_U_UNION","features":[200]},{"name":"SQL_U_UNION_ALL","features":[200]},{"name":"SQL_VARBINARY","features":[200]},{"name":"SQL_VARCHAR","features":[200]},{"name":"SQL_VARLEN_DATA","features":[200]},{"name":"SQL_WARN_NO","features":[200]},{"name":"SQL_WARN_YES","features":[200]},{"name":"SQL_WCHAR","features":[200]},{"name":"SQL_WLONGVARCHAR","features":[200]},{"name":"SQL_WVARCHAR","features":[200]},{"name":"SQL_XL_DEFAULT","features":[200]},{"name":"SQL_XL_OFF","features":[200]},{"name":"SQL_XL_ON","features":[200]},{"name":"SQL_XOPEN_CLI_YEAR","features":[200]},{"name":"SQL_YEAR","features":[200]},{"name":"SQL_YEAR_MONTH_STRUCT","features":[200]},{"name":"SQL_YEAR_TO_MONTH","features":[200]},{"name":"SQLudtBINARY","features":[200]},{"name":"SQLudtBIT","features":[200]},{"name":"SQLudtBITN","features":[200]},{"name":"SQLudtCHAR","features":[200]},{"name":"SQLudtDATETIM4","features":[200]},{"name":"SQLudtDATETIME","features":[200]},{"name":"SQLudtDATETIMN","features":[200]},{"name":"SQLudtDECML","features":[200]},{"name":"SQLudtDECMLN","features":[200]},{"name":"SQLudtFLT4","features":[200]},{"name":"SQLudtFLT8","features":[200]},{"name":"SQLudtFLTN","features":[200]},{"name":"SQLudtIMAGE","features":[200]},{"name":"SQLudtINT1","features":[200]},{"name":"SQLudtINT2","features":[200]},{"name":"SQLudtINT4","features":[200]},{"name":"SQLudtINTN","features":[200]},{"name":"SQLudtMONEY","features":[200]},{"name":"SQLudtMONEY4","features":[200]},{"name":"SQLudtMONEYN","features":[200]},{"name":"SQLudtNUM","features":[200]},{"name":"SQLudtNUMN","features":[200]},{"name":"SQLudtSYSNAME","features":[200]},{"name":"SQLudtTEXT","features":[200]},{"name":"SQLudtTIMESTAMP","features":[200]},{"name":"SQLudtUNIQUEIDENTIFIER","features":[200]},{"name":"SQLudtVARBINARY","features":[200]},{"name":"SQLudtVARCHAR","features":[200]},{"name":"SQMO_DEFAULT_PROPERTY","features":[200]},{"name":"SQMO_GENERATOR_FOR_TYPE","features":[200]},{"name":"SQMO_MAP_PROPERTY","features":[200]},{"name":"SQMO_VIRTUAL_PROPERTY","features":[200]},{"name":"SQPE_EXTRA_CLOSING_PARENTHESIS","features":[200]},{"name":"SQPE_EXTRA_OPENING_PARENTHESIS","features":[200]},{"name":"SQPE_IGNORED_CONNECTOR","features":[200]},{"name":"SQPE_IGNORED_KEYWORD","features":[200]},{"name":"SQPE_IGNORED_MODIFIER","features":[200]},{"name":"SQPE_NONE","features":[200]},{"name":"SQPE_UNHANDLED","features":[200]},{"name":"SQRO_ADD_ROBUST_ITEM_NAME","features":[200]},{"name":"SQRO_ADD_VALUE_TYPE_FOR_PLAIN_VALUES","features":[200]},{"name":"SQRO_ALWAYS_ONE_INTERVAL","features":[200]},{"name":"SQRO_DEFAULT","features":[200]},{"name":"SQRO_DONT_MAP_RELATIONS","features":[200]},{"name":"SQRO_DONT_REMOVE_UNRESTRICTED_KEYWORDS","features":[200]},{"name":"SQRO_DONT_RESOLVE_DATETIME","features":[200]},{"name":"SQRO_DONT_RESOLVE_RANGES","features":[200]},{"name":"SQRO_DONT_SIMPLIFY_CONDITION_TREES","features":[200]},{"name":"SQRO_DONT_SPLIT_WORDS","features":[200]},{"name":"SQRO_IGNORE_PHRASE_ORDER","features":[200]},{"name":"SQSO_AUTOMATIC_WILDCARD","features":[200]},{"name":"SQSO_CONNECTOR_CASE","features":[200]},{"name":"SQSO_IMPLICIT_CONNECTOR","features":[200]},{"name":"SQSO_LANGUAGE_KEYWORDS","features":[200]},{"name":"SQSO_LOCALE_WORD_BREAKING","features":[200]},{"name":"SQSO_NATURAL_SYNTAX","features":[200]},{"name":"SQSO_SCHEMA","features":[200]},{"name":"SQSO_SYNTAX","features":[200]},{"name":"SQSO_TIME_ZONE","features":[200]},{"name":"SQSO_TRACE_LEVEL","features":[200]},{"name":"SQSO_WORD_BREAKER","features":[200]},{"name":"SQS_ADVANCED_QUERY_SYNTAX","features":[200]},{"name":"SQS_NATURAL_QUERY_SYNTAX","features":[200]},{"name":"SQS_NO_SYNTAX","features":[200]},{"name":"SRCH_SCHEMA_CACHE_E_UNEXPECTED","features":[200]},{"name":"SSERRORINFO","features":[200]},{"name":"SSPROPVAL_COMMANDTYPE_BULKLOAD","features":[200]},{"name":"SSPROPVAL_COMMANDTYPE_REGULAR","features":[200]},{"name":"SSPROPVAL_USEPROCFORPREP_OFF","features":[200]},{"name":"SSPROPVAL_USEPROCFORPREP_ON","features":[200]},{"name":"SSPROPVAL_USEPROCFORPREP_ON_DROP","features":[200]},{"name":"SSPROP_ALLOWNATIVEVARIANT","features":[200]},{"name":"SSPROP_AUTH_REPL_SERVER_NAME","features":[200]},{"name":"SSPROP_CHARACTERSET","features":[200]},{"name":"SSPROP_COLUMNLEVELCOLLATION","features":[200]},{"name":"SSPROP_COL_COLLATIONNAME","features":[200]},{"name":"SSPROP_CURRENTCOLLATION","features":[200]},{"name":"SSPROP_CURSORAUTOFETCH","features":[200]},{"name":"SSPROP_DEFERPREPARE","features":[200]},{"name":"SSPROP_ENABLEFASTLOAD","features":[200]},{"name":"SSPROP_FASTLOADKEEPIDENTITY","features":[200]},{"name":"SSPROP_FASTLOADKEEPNULLS","features":[200]},{"name":"SSPROP_FASTLOADOPTIONS","features":[200]},{"name":"SSPROP_INIT_APPNAME","features":[200]},{"name":"SSPROP_INIT_AUTOTRANSLATE","features":[200]},{"name":"SSPROP_INIT_CURRENTLANGUAGE","features":[200]},{"name":"SSPROP_INIT_ENCRYPT","features":[200]},{"name":"SSPROP_INIT_FILENAME","features":[200]},{"name":"SSPROP_INIT_NETWORKADDRESS","features":[200]},{"name":"SSPROP_INIT_NETWORKLIBRARY","features":[200]},{"name":"SSPROP_INIT_PACKETSIZE","features":[200]},{"name":"SSPROP_INIT_TAGCOLUMNCOLLATION","features":[200]},{"name":"SSPROP_INIT_USEPROCFORPREP","features":[200]},{"name":"SSPROP_INIT_WSID","features":[200]},{"name":"SSPROP_IRowsetFastLoad","features":[200]},{"name":"SSPROP_MAXBLOBLENGTH","features":[200]},{"name":"SSPROP_QUOTEDCATALOGNAMES","features":[200]},{"name":"SSPROP_SORTORDER","features":[200]},{"name":"SSPROP_SQLXMLXPROGID","features":[200]},{"name":"SSPROP_STREAM_BASEPATH","features":[200]},{"name":"SSPROP_STREAM_COMMANDTYPE","features":[200]},{"name":"SSPROP_STREAM_CONTENTTYPE","features":[200]},{"name":"SSPROP_STREAM_FLAGS","features":[200]},{"name":"SSPROP_STREAM_MAPPINGSCHEMA","features":[200]},{"name":"SSPROP_STREAM_XMLROOT","features":[200]},{"name":"SSPROP_STREAM_XSL","features":[200]},{"name":"SSPROP_UNICODECOMPARISONSTYLE","features":[200]},{"name":"SSPROP_UNICODELCID","features":[200]},{"name":"SSVARIANT","features":[3,43,200]},{"name":"STD_BOOKMARKLENGTH","features":[200]},{"name":"STGM_COLLECTION","features":[200]},{"name":"STGM_OPEN","features":[200]},{"name":"STGM_OUTPUT","features":[200]},{"name":"STGM_RECURSIVE","features":[200]},{"name":"STGM_STRICTOPEN","features":[200]},{"name":"STREAM_FLAGS_DISALLOW_ABSOLUTE_PATH","features":[200]},{"name":"STREAM_FLAGS_DISALLOW_QUERY","features":[200]},{"name":"STREAM_FLAGS_DISALLOW_UPDATEGRAMS","features":[200]},{"name":"STREAM_FLAGS_DISALLOW_URL","features":[200]},{"name":"STREAM_FLAGS_DONTCACHEMAPPINGSCHEMA","features":[200]},{"name":"STREAM_FLAGS_DONTCACHETEMPLATE","features":[200]},{"name":"STREAM_FLAGS_DONTCACHEXSL","features":[200]},{"name":"STREAM_FLAGS_RESERVED","features":[200]},{"name":"STRUCTURED_QUERY_MULTIOPTION","features":[200]},{"name":"STRUCTURED_QUERY_PARSE_ERROR","features":[200]},{"name":"STRUCTURED_QUERY_RESOLVE_OPTION","features":[200]},{"name":"STRUCTURED_QUERY_SINGLE_OPTION","features":[200]},{"name":"STRUCTURED_QUERY_SYNTAX","features":[200]},{"name":"STS_ABORTXMLPARSE","features":[200]},{"name":"STS_WS_ERROR","features":[200]},{"name":"SUBSCRIPTIONINFO","features":[3,200]},{"name":"SUBSCRIPTIONINFOFLAGS","features":[200]},{"name":"SUBSCRIPTIONITEMINFO","features":[200]},{"name":"SUBSCRIPTIONSCHEDULE","features":[200]},{"name":"SUBSCRIPTIONTYPE","features":[200]},{"name":"SUBSINFO_ALLFLAGS","features":[200]},{"name":"SUBSINFO_CHANGESONLY","features":[200]},{"name":"SUBSINFO_CHANNELFLAGS","features":[200]},{"name":"SUBSINFO_FRIENDLYNAME","features":[200]},{"name":"SUBSINFO_GLEAM","features":[200]},{"name":"SUBSINFO_MAILNOT","features":[200]},{"name":"SUBSINFO_MAXSIZEKB","features":[200]},{"name":"SUBSINFO_NEEDPASSWORD","features":[200]},{"name":"SUBSINFO_PASSWORD","features":[200]},{"name":"SUBSINFO_RECURSE","features":[200]},{"name":"SUBSINFO_SCHEDULE","features":[200]},{"name":"SUBSINFO_TASKFLAGS","features":[200]},{"name":"SUBSINFO_TYPE","features":[200]},{"name":"SUBSINFO_USER","features":[200]},{"name":"SUBSINFO_WEBCRAWL","features":[200]},{"name":"SUBSMGRENUM_MASK","features":[200]},{"name":"SUBSMGRENUM_TEMP","features":[200]},{"name":"SUBSMGRUPDATE_MASK","features":[200]},{"name":"SUBSMGRUPDATE_MINIMIZE","features":[200]},{"name":"SUBSSCHED_AUTO","features":[200]},{"name":"SUBSSCHED_CUSTOM","features":[200]},{"name":"SUBSSCHED_DAILY","features":[200]},{"name":"SUBSSCHED_MANUAL","features":[200]},{"name":"SUBSSCHED_WEEKLY","features":[200]},{"name":"SUBSTYPE_CHANNEL","features":[200]},{"name":"SUBSTYPE_DESKTOPCHANNEL","features":[200]},{"name":"SUBSTYPE_DESKTOPURL","features":[200]},{"name":"SUBSTYPE_EXTERNAL","features":[200]},{"name":"SUBSTYPE_URL","features":[200]},{"name":"SUCCEED","features":[200]},{"name":"SUCCEED_ABORT","features":[200]},{"name":"SUCCEED_ASYNC","features":[200]},{"name":"SubscriptionMgr","features":[200]},{"name":"TEXT_SOURCE","features":[200]},{"name":"TIMEOUT_INFO","features":[200]},{"name":"TIMESTAMP_STRUCT","features":[200]},{"name":"TIME_STRUCT","features":[200]},{"name":"TRACE_ON","features":[200]},{"name":"TRACE_VERSION","features":[200]},{"name":"TRACE_VS_EVENT_ON","features":[200]},{"name":"VECTORRESTRICTION","features":[3,146,65,200,44]},{"name":"VT_SS_BINARY","features":[200]},{"name":"VT_SS_BIT","features":[200]},{"name":"VT_SS_DATETIME","features":[200]},{"name":"VT_SS_DECIMAL","features":[200]},{"name":"VT_SS_EMPTY","features":[200]},{"name":"VT_SS_GUID","features":[200]},{"name":"VT_SS_I2","features":[200]},{"name":"VT_SS_I4","features":[200]},{"name":"VT_SS_I8","features":[200]},{"name":"VT_SS_MONEY","features":[200]},{"name":"VT_SS_NULL","features":[200]},{"name":"VT_SS_NUMERIC","features":[200]},{"name":"VT_SS_R4","features":[200]},{"name":"VT_SS_R8","features":[200]},{"name":"VT_SS_SMALLDATETIME","features":[200]},{"name":"VT_SS_SMALLMONEY","features":[200]},{"name":"VT_SS_STRING","features":[200]},{"name":"VT_SS_UI1","features":[200]},{"name":"VT_SS_UNKNOWN","features":[200]},{"name":"VT_SS_VARBINARY","features":[200]},{"name":"VT_SS_VARSTRING","features":[200]},{"name":"VT_SS_WSTRING","features":[200]},{"name":"VT_SS_WVARSTRING","features":[200]},{"name":"WEBCRAWL_DONT_MAKE_STICKY","features":[200]},{"name":"WEBCRAWL_GET_BGSOUNDS","features":[200]},{"name":"WEBCRAWL_GET_CONTROLS","features":[200]},{"name":"WEBCRAWL_GET_IMAGES","features":[200]},{"name":"WEBCRAWL_GET_VIDEOS","features":[200]},{"name":"WEBCRAWL_IGNORE_ROBOTSTXT","features":[200]},{"name":"WEBCRAWL_LINKS_ELSEWHERE","features":[200]},{"name":"WEBCRAWL_ONLY_LINKS_TO_HTML","features":[200]},{"name":"WEBCRAWL_RECURSEFLAGS","features":[200]},{"name":"XML_E_BADSXQL","features":[200]},{"name":"XML_E_NODEFAULTNS","features":[200]},{"name":"_MAPI_E_ACCOUNT_DISABLED","features":[200]},{"name":"_MAPI_E_BAD_CHARWIDTH","features":[200]},{"name":"_MAPI_E_BAD_COLUMN","features":[200]},{"name":"_MAPI_E_BUSY","features":[200]},{"name":"_MAPI_E_COMPUTED","features":[200]},{"name":"_MAPI_E_CORRUPT_DATA","features":[200]},{"name":"_MAPI_E_DISK_ERROR","features":[200]},{"name":"_MAPI_E_END_OF_SESSION","features":[200]},{"name":"_MAPI_E_EXTENDED_ERROR","features":[200]},{"name":"_MAPI_E_FAILONEPROVIDER","features":[200]},{"name":"_MAPI_E_INVALID_ACCESS_TIME","features":[200]},{"name":"_MAPI_E_INVALID_ENTRYID","features":[200]},{"name":"_MAPI_E_INVALID_OBJECT","features":[200]},{"name":"_MAPI_E_INVALID_WORKSTATION_ACCOUNT","features":[200]},{"name":"_MAPI_E_LOGON_FAILED","features":[200]},{"name":"_MAPI_E_MISSING_REQUIRED_COLUMN","features":[200]},{"name":"_MAPI_E_NETWORK_ERROR","features":[200]},{"name":"_MAPI_E_NOT_ENOUGH_DISK","features":[200]},{"name":"_MAPI_E_NOT_ENOUGH_RESOURCES","features":[200]},{"name":"_MAPI_E_NOT_FOUND","features":[200]},{"name":"_MAPI_E_NO_SUPPORT","features":[200]},{"name":"_MAPI_E_OBJECT_CHANGED","features":[200]},{"name":"_MAPI_E_OBJECT_DELETED","features":[200]},{"name":"_MAPI_E_PASSWORD_CHANGE_REQUIRED","features":[200]},{"name":"_MAPI_E_PASSWORD_EXPIRED","features":[200]},{"name":"_MAPI_E_SESSION_LIMIT","features":[200]},{"name":"_MAPI_E_STRING_TOO_LONG","features":[200]},{"name":"_MAPI_E_TOO_COMPLEX","features":[200]},{"name":"_MAPI_E_UNABLE_TO_ABORT","features":[200]},{"name":"_MAPI_E_UNCONFIGURED","features":[200]},{"name":"_MAPI_E_UNKNOWN_CPID","features":[200]},{"name":"_MAPI_E_UNKNOWN_ENTRYID","features":[200]},{"name":"_MAPI_E_UNKNOWN_FLAGS","features":[200]},{"name":"_MAPI_E_UNKNOWN_LCID","features":[200]},{"name":"_MAPI_E_USER_CANCEL","features":[200]},{"name":"_MAPI_E_VERSION","features":[200]},{"name":"_MAPI_W_NO_SERVICE","features":[200]},{"name":"bcp_batch","features":[200]},{"name":"bcp_bind","features":[200]},{"name":"bcp_colfmt","features":[200]},{"name":"bcp_collen","features":[200]},{"name":"bcp_colptr","features":[200]},{"name":"bcp_columns","features":[200]},{"name":"bcp_control","features":[200]},{"name":"bcp_done","features":[200]},{"name":"bcp_exec","features":[200]},{"name":"bcp_getcolfmt","features":[200]},{"name":"bcp_initA","features":[200]},{"name":"bcp_initW","features":[200]},{"name":"bcp_moretext","features":[200]},{"name":"bcp_readfmtA","features":[200]},{"name":"bcp_readfmtW","features":[200]},{"name":"bcp_sendrow","features":[200]},{"name":"bcp_setcolfmt","features":[200]},{"name":"bcp_writefmtA","features":[200]},{"name":"bcp_writefmtW","features":[200]},{"name":"dbprtypeA","features":[200]},{"name":"dbprtypeW","features":[200]},{"name":"eAUTH_TYPE_ANONYMOUS","features":[200]},{"name":"eAUTH_TYPE_BASIC","features":[200]},{"name":"eAUTH_TYPE_NTLM","features":[200]}],"606":[{"name":"CONDITION_OPERATION","features":[201]},{"name":"CONDITION_TYPE","features":[201]},{"name":"COP_APPLICATION_SPECIFIC","features":[201]},{"name":"COP_DOSWILDCARDS","features":[201]},{"name":"COP_EQUAL","features":[201]},{"name":"COP_GREATERTHAN","features":[201]},{"name":"COP_GREATERTHANOREQUAL","features":[201]},{"name":"COP_IMPLICIT","features":[201]},{"name":"COP_LESSTHAN","features":[201]},{"name":"COP_LESSTHANOREQUAL","features":[201]},{"name":"COP_NOTEQUAL","features":[201]},{"name":"COP_VALUE_CONTAINS","features":[201]},{"name":"COP_VALUE_ENDSWITH","features":[201]},{"name":"COP_VALUE_NOTCONTAINS","features":[201]},{"name":"COP_VALUE_STARTSWITH","features":[201]},{"name":"COP_WORD_EQUAL","features":[201]},{"name":"COP_WORD_STARTSWITH","features":[201]},{"name":"CT_AND_CONDITION","features":[201]},{"name":"CT_LEAF_CONDITION","features":[201]},{"name":"CT_NOT_CONDITION","features":[201]},{"name":"CT_OR_CONDITION","features":[201]}],"607":[{"name":"IWSCDefaultProduct","features":[202]},{"name":"IWSCProductList","features":[202]},{"name":"IWscProduct","features":[202]},{"name":"IWscProduct2","features":[202]},{"name":"IWscProduct3","features":[202]},{"name":"SECURITY_PRODUCT_TYPE","features":[202]},{"name":"SECURITY_PRODUCT_TYPE_ANTISPYWARE","features":[202]},{"name":"SECURITY_PRODUCT_TYPE_ANTIVIRUS","features":[202]},{"name":"SECURITY_PRODUCT_TYPE_FIREWALL","features":[202]},{"name":"WSCDefaultProduct","features":[202]},{"name":"WSCProductList","features":[202]},{"name":"WSC_SECURITY_PRODUCT_OUT_OF_DATE","features":[202]},{"name":"WSC_SECURITY_PRODUCT_STATE","features":[202]},{"name":"WSC_SECURITY_PRODUCT_STATE_EXPIRED","features":[202]},{"name":"WSC_SECURITY_PRODUCT_STATE_OFF","features":[202]},{"name":"WSC_SECURITY_PRODUCT_STATE_ON","features":[202]},{"name":"WSC_SECURITY_PRODUCT_STATE_SNOOZED","features":[202]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS","features":[202]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_ACTION_NEEDED","features":[202]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_ACTION_RECOMMENDED","features":[202]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_NOT_SET","features":[202]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_NO_ACTION","features":[202]},{"name":"WSC_SECURITY_PRODUCT_UP_TO_DATE","features":[202]},{"name":"WSC_SECURITY_PROVIDER","features":[202]},{"name":"WSC_SECURITY_PROVIDER_ALL","features":[202]},{"name":"WSC_SECURITY_PROVIDER_ANTISPYWARE","features":[202]},{"name":"WSC_SECURITY_PROVIDER_ANTIVIRUS","features":[202]},{"name":"WSC_SECURITY_PROVIDER_AUTOUPDATE_SETTINGS","features":[202]},{"name":"WSC_SECURITY_PROVIDER_FIREWALL","features":[202]},{"name":"WSC_SECURITY_PROVIDER_HEALTH","features":[202]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_GOOD","features":[202]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_NOTMONITORED","features":[202]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_POOR","features":[202]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_SNOOZE","features":[202]},{"name":"WSC_SECURITY_PROVIDER_INTERNET_SETTINGS","features":[202]},{"name":"WSC_SECURITY_PROVIDER_NONE","features":[202]},{"name":"WSC_SECURITY_PROVIDER_SERVICE","features":[202]},{"name":"WSC_SECURITY_PROVIDER_USER_ACCOUNT_CONTROL","features":[202]},{"name":"WSC_SECURITY_SIGNATURE_STATUS","features":[202]},{"name":"WscGetAntiMalwareUri","features":[202]},{"name":"WscGetSecurityProviderHealth","features":[202]},{"name":"WscQueryAntiMalwareUri","features":[202]},{"name":"WscRegisterForChanges","features":[3,202,39]},{"name":"WscRegisterForUserNotifications","features":[202]},{"name":"WscUnRegisterChanges","features":[3,202]}],"609":[{"name":"CUSTOM_SYSTEM_STATE_CHANGE_EVENT_GUID","features":[113]},{"name":"ChangeServiceConfig2A","features":[3,113]},{"name":"ChangeServiceConfig2W","features":[3,113]},{"name":"ChangeServiceConfigA","features":[3,113]},{"name":"ChangeServiceConfigW","features":[3,113]},{"name":"CloseServiceHandle","features":[3,113]},{"name":"ControlService","features":[3,113]},{"name":"ControlServiceExA","features":[3,113]},{"name":"ControlServiceExW","features":[3,113]},{"name":"CreateServiceA","features":[113]},{"name":"CreateServiceW","features":[113]},{"name":"DOMAIN_JOIN_GUID","features":[113]},{"name":"DOMAIN_LEAVE_GUID","features":[113]},{"name":"DeleteService","features":[3,113]},{"name":"ENUM_SERVICE_STATE","features":[113]},{"name":"ENUM_SERVICE_STATUSA","features":[113]},{"name":"ENUM_SERVICE_STATUSW","features":[113]},{"name":"ENUM_SERVICE_STATUS_PROCESSA","features":[113]},{"name":"ENUM_SERVICE_STATUS_PROCESSW","features":[113]},{"name":"ENUM_SERVICE_TYPE","features":[113]},{"name":"EnumDependentServicesA","features":[3,113]},{"name":"EnumDependentServicesW","features":[3,113]},{"name":"EnumServicesStatusA","features":[3,113]},{"name":"EnumServicesStatusExA","features":[3,113]},{"name":"EnumServicesStatusExW","features":[3,113]},{"name":"EnumServicesStatusW","features":[3,113]},{"name":"FIREWALL_PORT_CLOSE_GUID","features":[113]},{"name":"FIREWALL_PORT_OPEN_GUID","features":[113]},{"name":"GetServiceDirectory","features":[113]},{"name":"GetServiceDisplayNameA","features":[3,113]},{"name":"GetServiceDisplayNameW","features":[3,113]},{"name":"GetServiceKeyNameA","features":[3,113]},{"name":"GetServiceKeyNameW","features":[3,113]},{"name":"GetServiceRegistryStateKey","features":[51,113]},{"name":"GetSharedServiceDirectory","features":[113]},{"name":"GetSharedServiceRegistryStateKey","features":[51,113]},{"name":"HANDLER_FUNCTION","features":[113]},{"name":"HANDLER_FUNCTION_EX","features":[113]},{"name":"LPHANDLER_FUNCTION","features":[113]},{"name":"LPHANDLER_FUNCTION_EX","features":[113]},{"name":"LPSERVICE_MAIN_FUNCTIONA","features":[113]},{"name":"LPSERVICE_MAIN_FUNCTIONW","features":[113]},{"name":"LockServiceDatabase","features":[113]},{"name":"MACHINE_POLICY_PRESENT_GUID","features":[113]},{"name":"MaxServiceRegistryStateType","features":[113]},{"name":"NAMED_PIPE_EVENT_GUID","features":[113]},{"name":"NETWORK_MANAGER_FIRST_IP_ADDRESS_ARRIVAL_GUID","features":[113]},{"name":"NETWORK_MANAGER_LAST_IP_ADDRESS_REMOVAL_GUID","features":[113]},{"name":"NotifyBootConfigStatus","features":[3,113]},{"name":"NotifyServiceStatusChangeA","features":[113]},{"name":"NotifyServiceStatusChangeW","features":[113]},{"name":"OpenSCManagerA","features":[113]},{"name":"OpenSCManagerW","features":[113]},{"name":"OpenServiceA","features":[113]},{"name":"OpenServiceW","features":[113]},{"name":"PFN_SC_NOTIFY_CALLBACK","features":[113]},{"name":"PSC_NOTIFICATION_CALLBACK","features":[113]},{"name":"PSC_NOTIFICATION_REGISTRATION","features":[113]},{"name":"QUERY_SERVICE_CONFIGA","features":[113]},{"name":"QUERY_SERVICE_CONFIGW","features":[113]},{"name":"QUERY_SERVICE_LOCK_STATUSA","features":[113]},{"name":"QUERY_SERVICE_LOCK_STATUSW","features":[113]},{"name":"QueryServiceConfig2A","features":[3,113]},{"name":"QueryServiceConfig2W","features":[3,113]},{"name":"QueryServiceConfigA","features":[3,113]},{"name":"QueryServiceConfigW","features":[3,113]},{"name":"QueryServiceDynamicInformation","features":[3,113]},{"name":"QueryServiceLockStatusA","features":[3,113]},{"name":"QueryServiceLockStatusW","features":[3,113]},{"name":"QueryServiceObjectSecurity","features":[3,6,113]},{"name":"QueryServiceStatus","features":[3,113]},{"name":"QueryServiceStatusEx","features":[3,113]},{"name":"RPC_INTERFACE_EVENT_GUID","features":[113]},{"name":"RegisterServiceCtrlHandlerA","features":[113]},{"name":"RegisterServiceCtrlHandlerExA","features":[113]},{"name":"RegisterServiceCtrlHandlerExW","features":[113]},{"name":"RegisterServiceCtrlHandlerW","features":[113]},{"name":"SC_ACTION","features":[113]},{"name":"SC_ACTION_NONE","features":[113]},{"name":"SC_ACTION_OWN_RESTART","features":[113]},{"name":"SC_ACTION_REBOOT","features":[113]},{"name":"SC_ACTION_RESTART","features":[113]},{"name":"SC_ACTION_RUN_COMMAND","features":[113]},{"name":"SC_ACTION_TYPE","features":[113]},{"name":"SC_AGGREGATE_STORAGE_KEY","features":[113]},{"name":"SC_ENUM_PROCESS_INFO","features":[113]},{"name":"SC_ENUM_TYPE","features":[113]},{"name":"SC_EVENT_DATABASE_CHANGE","features":[113]},{"name":"SC_EVENT_PROPERTY_CHANGE","features":[113]},{"name":"SC_EVENT_STATUS_CHANGE","features":[113]},{"name":"SC_EVENT_TYPE","features":[113]},{"name":"SC_HANDLE","features":[113]},{"name":"SC_MANAGER_ALL_ACCESS","features":[113]},{"name":"SC_MANAGER_CONNECT","features":[113]},{"name":"SC_MANAGER_CREATE_SERVICE","features":[113]},{"name":"SC_MANAGER_ENUMERATE_SERVICE","features":[113]},{"name":"SC_MANAGER_LOCK","features":[113]},{"name":"SC_MANAGER_MODIFY_BOOT_CONFIG","features":[113]},{"name":"SC_MANAGER_QUERY_LOCK_STATUS","features":[113]},{"name":"SC_STATUS_PROCESS_INFO","features":[113]},{"name":"SC_STATUS_TYPE","features":[113]},{"name":"SERVICES_ACTIVE_DATABASE","features":[113]},{"name":"SERVICES_ACTIVE_DATABASEA","features":[113]},{"name":"SERVICES_ACTIVE_DATABASEW","features":[113]},{"name":"SERVICES_FAILED_DATABASE","features":[113]},{"name":"SERVICES_FAILED_DATABASEA","features":[113]},{"name":"SERVICES_FAILED_DATABASEW","features":[113]},{"name":"SERVICE_ACCEPT_HARDWAREPROFILECHANGE","features":[113]},{"name":"SERVICE_ACCEPT_LOWRESOURCES","features":[113]},{"name":"SERVICE_ACCEPT_NETBINDCHANGE","features":[113]},{"name":"SERVICE_ACCEPT_PARAMCHANGE","features":[113]},{"name":"SERVICE_ACCEPT_PAUSE_CONTINUE","features":[113]},{"name":"SERVICE_ACCEPT_POWEREVENT","features":[113]},{"name":"SERVICE_ACCEPT_PRESHUTDOWN","features":[113]},{"name":"SERVICE_ACCEPT_SESSIONCHANGE","features":[113]},{"name":"SERVICE_ACCEPT_SHUTDOWN","features":[113]},{"name":"SERVICE_ACCEPT_STOP","features":[113]},{"name":"SERVICE_ACCEPT_SYSTEMLOWRESOURCES","features":[113]},{"name":"SERVICE_ACCEPT_TIMECHANGE","features":[113]},{"name":"SERVICE_ACCEPT_TRIGGEREVENT","features":[113]},{"name":"SERVICE_ACCEPT_USER_LOGOFF","features":[113]},{"name":"SERVICE_ACTIVE","features":[113]},{"name":"SERVICE_ADAPTER","features":[113]},{"name":"SERVICE_ALL_ACCESS","features":[113]},{"name":"SERVICE_AUTO_START","features":[113]},{"name":"SERVICE_BOOT_START","features":[113]},{"name":"SERVICE_CHANGE_CONFIG","features":[113]},{"name":"SERVICE_CONFIG","features":[113]},{"name":"SERVICE_CONFIG_DELAYED_AUTO_START_INFO","features":[113]},{"name":"SERVICE_CONFIG_DESCRIPTION","features":[113]},{"name":"SERVICE_CONFIG_FAILURE_ACTIONS","features":[113]},{"name":"SERVICE_CONFIG_FAILURE_ACTIONS_FLAG","features":[113]},{"name":"SERVICE_CONFIG_LAUNCH_PROTECTED","features":[113]},{"name":"SERVICE_CONFIG_PREFERRED_NODE","features":[113]},{"name":"SERVICE_CONFIG_PRESHUTDOWN_INFO","features":[113]},{"name":"SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO","features":[113]},{"name":"SERVICE_CONFIG_SERVICE_SID_INFO","features":[113]},{"name":"SERVICE_CONFIG_TRIGGER_INFO","features":[113]},{"name":"SERVICE_CONTINUE_PENDING","features":[113]},{"name":"SERVICE_CONTROL_CONTINUE","features":[113]},{"name":"SERVICE_CONTROL_DEVICEEVENT","features":[113]},{"name":"SERVICE_CONTROL_HARDWAREPROFILECHANGE","features":[113]},{"name":"SERVICE_CONTROL_INTERROGATE","features":[113]},{"name":"SERVICE_CONTROL_LOWRESOURCES","features":[113]},{"name":"SERVICE_CONTROL_NETBINDADD","features":[113]},{"name":"SERVICE_CONTROL_NETBINDDISABLE","features":[113]},{"name":"SERVICE_CONTROL_NETBINDENABLE","features":[113]},{"name":"SERVICE_CONTROL_NETBINDREMOVE","features":[113]},{"name":"SERVICE_CONTROL_PARAMCHANGE","features":[113]},{"name":"SERVICE_CONTROL_PAUSE","features":[113]},{"name":"SERVICE_CONTROL_POWEREVENT","features":[113]},{"name":"SERVICE_CONTROL_PRESHUTDOWN","features":[113]},{"name":"SERVICE_CONTROL_SESSIONCHANGE","features":[113]},{"name":"SERVICE_CONTROL_SHUTDOWN","features":[113]},{"name":"SERVICE_CONTROL_STATUS_REASON_INFO","features":[113]},{"name":"SERVICE_CONTROL_STATUS_REASON_PARAMSA","features":[113]},{"name":"SERVICE_CONTROL_STATUS_REASON_PARAMSW","features":[113]},{"name":"SERVICE_CONTROL_STOP","features":[113]},{"name":"SERVICE_CONTROL_SYSTEMLOWRESOURCES","features":[113]},{"name":"SERVICE_CONTROL_TIMECHANGE","features":[113]},{"name":"SERVICE_CONTROL_TRIGGEREVENT","features":[113]},{"name":"SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM","features":[113]},{"name":"SERVICE_DELAYED_AUTO_START_INFO","features":[3,113]},{"name":"SERVICE_DEMAND_START","features":[113]},{"name":"SERVICE_DESCRIPTIONA","features":[113]},{"name":"SERVICE_DESCRIPTIONW","features":[113]},{"name":"SERVICE_DIRECTORY_TYPE","features":[113]},{"name":"SERVICE_DISABLED","features":[113]},{"name":"SERVICE_DRIVER","features":[113]},{"name":"SERVICE_DYNAMIC_INFORMATION_LEVEL_START_REASON","features":[113]},{"name":"SERVICE_ENUMERATE_DEPENDENTS","features":[113]},{"name":"SERVICE_ERROR","features":[113]},{"name":"SERVICE_ERROR_CRITICAL","features":[113]},{"name":"SERVICE_ERROR_IGNORE","features":[113]},{"name":"SERVICE_ERROR_NORMAL","features":[113]},{"name":"SERVICE_ERROR_SEVERE","features":[113]},{"name":"SERVICE_FAILURE_ACTIONSA","features":[113]},{"name":"SERVICE_FAILURE_ACTIONSW","features":[113]},{"name":"SERVICE_FAILURE_ACTIONS_FLAG","features":[3,113]},{"name":"SERVICE_FILE_SYSTEM_DRIVER","features":[113]},{"name":"SERVICE_INACTIVE","features":[113]},{"name":"SERVICE_INTERROGATE","features":[113]},{"name":"SERVICE_KERNEL_DRIVER","features":[113]},{"name":"SERVICE_LAUNCH_PROTECTED_ANTIMALWARE_LIGHT","features":[113]},{"name":"SERVICE_LAUNCH_PROTECTED_INFO","features":[113]},{"name":"SERVICE_LAUNCH_PROTECTED_NONE","features":[113]},{"name":"SERVICE_LAUNCH_PROTECTED_WINDOWS","features":[113]},{"name":"SERVICE_LAUNCH_PROTECTED_WINDOWS_LIGHT","features":[113]},{"name":"SERVICE_MAIN_FUNCTIONA","features":[113]},{"name":"SERVICE_MAIN_FUNCTIONW","features":[113]},{"name":"SERVICE_NOTIFY","features":[113]},{"name":"SERVICE_NOTIFY_1","features":[113]},{"name":"SERVICE_NOTIFY_2A","features":[113]},{"name":"SERVICE_NOTIFY_2W","features":[113]},{"name":"SERVICE_NOTIFY_CONTINUE_PENDING","features":[113]},{"name":"SERVICE_NOTIFY_CREATED","features":[113]},{"name":"SERVICE_NOTIFY_DELETED","features":[113]},{"name":"SERVICE_NOTIFY_DELETE_PENDING","features":[113]},{"name":"SERVICE_NOTIFY_PAUSED","features":[113]},{"name":"SERVICE_NOTIFY_PAUSE_PENDING","features":[113]},{"name":"SERVICE_NOTIFY_RUNNING","features":[113]},{"name":"SERVICE_NOTIFY_START_PENDING","features":[113]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE","features":[113]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE_1","features":[113]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE_2","features":[113]},{"name":"SERVICE_NOTIFY_STOPPED","features":[113]},{"name":"SERVICE_NOTIFY_STOP_PENDING","features":[113]},{"name":"SERVICE_NO_CHANGE","features":[113]},{"name":"SERVICE_PAUSED","features":[113]},{"name":"SERVICE_PAUSE_CONTINUE","features":[113]},{"name":"SERVICE_PAUSE_PENDING","features":[113]},{"name":"SERVICE_PREFERRED_NODE_INFO","features":[3,113]},{"name":"SERVICE_PRESHUTDOWN_INFO","features":[113]},{"name":"SERVICE_QUERY_CONFIG","features":[113]},{"name":"SERVICE_QUERY_STATUS","features":[113]},{"name":"SERVICE_RECOGNIZER_DRIVER","features":[113]},{"name":"SERVICE_REGISTRY_STATE_TYPE","features":[113]},{"name":"SERVICE_REQUIRED_PRIVILEGES_INFOA","features":[113]},{"name":"SERVICE_REQUIRED_PRIVILEGES_INFOW","features":[113]},{"name":"SERVICE_RUNNING","features":[113]},{"name":"SERVICE_RUNS_IN_NON_SYSTEM_OR_NOT_RUNNING","features":[113]},{"name":"SERVICE_RUNS_IN_PROCESS","features":[113]},{"name":"SERVICE_RUNS_IN_SYSTEM_PROCESS","features":[113]},{"name":"SERVICE_SHARED_DIRECTORY_TYPE","features":[113]},{"name":"SERVICE_SHARED_REGISTRY_STATE_TYPE","features":[113]},{"name":"SERVICE_SID_INFO","features":[113]},{"name":"SERVICE_SID_TYPE_NONE","features":[113]},{"name":"SERVICE_SID_TYPE_UNRESTRICTED","features":[113]},{"name":"SERVICE_START","features":[113]},{"name":"SERVICE_START_PENDING","features":[113]},{"name":"SERVICE_START_REASON","features":[113]},{"name":"SERVICE_START_REASON_AUTO","features":[113]},{"name":"SERVICE_START_REASON_DELAYEDAUTO","features":[113]},{"name":"SERVICE_START_REASON_DEMAND","features":[113]},{"name":"SERVICE_START_REASON_RESTART_ON_FAILURE","features":[113]},{"name":"SERVICE_START_REASON_TRIGGER","features":[113]},{"name":"SERVICE_START_TYPE","features":[113]},{"name":"SERVICE_STATE_ALL","features":[113]},{"name":"SERVICE_STATUS","features":[113]},{"name":"SERVICE_STATUS_CURRENT_STATE","features":[113]},{"name":"SERVICE_STATUS_HANDLE","features":[113]},{"name":"SERVICE_STATUS_PROCESS","features":[113]},{"name":"SERVICE_STOP","features":[113]},{"name":"SERVICE_STOPPED","features":[113]},{"name":"SERVICE_STOP_PENDING","features":[113]},{"name":"SERVICE_STOP_REASON_FLAG_CUSTOM","features":[113]},{"name":"SERVICE_STOP_REASON_FLAG_MAX","features":[113]},{"name":"SERVICE_STOP_REASON_FLAG_MIN","features":[113]},{"name":"SERVICE_STOP_REASON_FLAG_PLANNED","features":[113]},{"name":"SERVICE_STOP_REASON_FLAG_UNPLANNED","features":[113]},{"name":"SERVICE_STOP_REASON_MAJOR_APPLICATION","features":[113]},{"name":"SERVICE_STOP_REASON_MAJOR_HARDWARE","features":[113]},{"name":"SERVICE_STOP_REASON_MAJOR_MAX","features":[113]},{"name":"SERVICE_STOP_REASON_MAJOR_MAX_CUSTOM","features":[113]},{"name":"SERVICE_STOP_REASON_MAJOR_MIN","features":[113]},{"name":"SERVICE_STOP_REASON_MAJOR_MIN_CUSTOM","features":[113]},{"name":"SERVICE_STOP_REASON_MAJOR_NONE","features":[113]},{"name":"SERVICE_STOP_REASON_MAJOR_OPERATINGSYSTEM","features":[113]},{"name":"SERVICE_STOP_REASON_MAJOR_OTHER","features":[113]},{"name":"SERVICE_STOP_REASON_MAJOR_SOFTWARE","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_DISK","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_ENVIRONMENT","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_HARDWARE_DRIVER","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_HUNG","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_INSTALLATION","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_MAINTENANCE","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_MAX","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_MAX_CUSTOM","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_MEMOTYLIMIT","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_MIN","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_MIN_CUSTOM","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_MMC","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_NETWORKCARD","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_NETWORK_CONNECTIVITY","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_NONE","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_OTHER","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_OTHERDRIVER","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_RECONFIG","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITY","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITYFIX","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITYFIX_UNINSTALL","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_SERVICEPACK","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_SERVICEPACK_UNINSTALL","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_SOFTWARE_UPDATE","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_SOFTWARE_UPDATE_UNINSTALL","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_UNSTABLE","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_UPGRADE","features":[113]},{"name":"SERVICE_STOP_REASON_MINOR_WMI","features":[113]},{"name":"SERVICE_SYSTEM_START","features":[113]},{"name":"SERVICE_TABLE_ENTRYA","features":[113]},{"name":"SERVICE_TABLE_ENTRYW","features":[113]},{"name":"SERVICE_TIMECHANGE_INFO","features":[113]},{"name":"SERVICE_TRIGGER","features":[113]},{"name":"SERVICE_TRIGGER_ACTION","features":[113]},{"name":"SERVICE_TRIGGER_ACTION_SERVICE_START","features":[113]},{"name":"SERVICE_TRIGGER_ACTION_SERVICE_STOP","features":[113]},{"name":"SERVICE_TRIGGER_CUSTOM_STATE_ID","features":[113]},{"name":"SERVICE_TRIGGER_DATA_TYPE_BINARY","features":[113]},{"name":"SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ALL","features":[113]},{"name":"SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ANY","features":[113]},{"name":"SERVICE_TRIGGER_DATA_TYPE_LEVEL","features":[113]},{"name":"SERVICE_TRIGGER_DATA_TYPE_STRING","features":[113]},{"name":"SERVICE_TRIGGER_INFO","features":[113]},{"name":"SERVICE_TRIGGER_SPECIFIC_DATA_ITEM","features":[113]},{"name":"SERVICE_TRIGGER_SPECIFIC_DATA_ITEM_DATA_TYPE","features":[113]},{"name":"SERVICE_TRIGGER_STARTED_ARGUMENT","features":[113]},{"name":"SERVICE_TRIGGER_TYPE","features":[113]},{"name":"SERVICE_TRIGGER_TYPE_AGGREGATE","features":[113]},{"name":"SERVICE_TRIGGER_TYPE_CUSTOM","features":[113]},{"name":"SERVICE_TRIGGER_TYPE_CUSTOM_SYSTEM_STATE_CHANGE","features":[113]},{"name":"SERVICE_TRIGGER_TYPE_DEVICE_INTERFACE_ARRIVAL","features":[113]},{"name":"SERVICE_TRIGGER_TYPE_DOMAIN_JOIN","features":[113]},{"name":"SERVICE_TRIGGER_TYPE_FIREWALL_PORT_EVENT","features":[113]},{"name":"SERVICE_TRIGGER_TYPE_GROUP_POLICY","features":[113]},{"name":"SERVICE_TRIGGER_TYPE_IP_ADDRESS_AVAILABILITY","features":[113]},{"name":"SERVICE_TRIGGER_TYPE_NETWORK_ENDPOINT","features":[113]},{"name":"SERVICE_USER_DEFINED_CONTROL","features":[113]},{"name":"SERVICE_USER_OWN_PROCESS","features":[113]},{"name":"SERVICE_USER_SHARE_PROCESS","features":[113]},{"name":"SERVICE_WIN32","features":[113]},{"name":"SERVICE_WIN32_OWN_PROCESS","features":[113]},{"name":"SERVICE_WIN32_SHARE_PROCESS","features":[113]},{"name":"ServiceDirectoryPersistentState","features":[113]},{"name":"ServiceDirectoryTypeMax","features":[113]},{"name":"ServiceRegistryStateParameters","features":[113]},{"name":"ServiceRegistryStatePersistent","features":[113]},{"name":"ServiceSharedDirectoryPersistentState","features":[113]},{"name":"ServiceSharedRegistryPersistentState","features":[113]},{"name":"SetServiceBits","features":[3,113]},{"name":"SetServiceObjectSecurity","features":[3,6,113]},{"name":"SetServiceStatus","features":[3,113]},{"name":"StartServiceA","features":[3,113]},{"name":"StartServiceCtrlDispatcherA","features":[3,113]},{"name":"StartServiceCtrlDispatcherW","features":[3,113]},{"name":"StartServiceW","features":[3,113]},{"name":"SubscribeServiceChangeNotifications","features":[113]},{"name":"USER_POLICY_PRESENT_GUID","features":[113]},{"name":"UnlockServiceDatabase","features":[3,113]},{"name":"UnsubscribeServiceChangeNotifications","features":[113]},{"name":"WaitServiceState","features":[3,113]}],"611":[{"name":"OOBEComplete","features":[3,203]},{"name":"OOBE_COMPLETED_CALLBACK","features":[203]},{"name":"RegisterWaitUntilOOBECompleted","features":[3,203]},{"name":"UnregisterWaitUntilOOBECompleted","features":[3,203]}],"612":[{"name":"AbortSystemShutdownA","features":[3,204]},{"name":"AbortSystemShutdownW","features":[3,204]},{"name":"CheckForHiberboot","features":[3,204]},{"name":"EWX_ARSO","features":[204]},{"name":"EWX_BOOTOPTIONS","features":[204]},{"name":"EWX_CHECK_SAFE_FOR_SERVER","features":[204]},{"name":"EWX_FORCE","features":[204]},{"name":"EWX_FORCEIFHUNG","features":[204]},{"name":"EWX_HYBRID_SHUTDOWN","features":[204]},{"name":"EWX_LOGOFF","features":[204]},{"name":"EWX_POWEROFF","features":[204]},{"name":"EWX_QUICKRESOLVE","features":[204]},{"name":"EWX_REBOOT","features":[204]},{"name":"EWX_RESTARTAPPS","features":[204]},{"name":"EWX_SHUTDOWN","features":[204]},{"name":"EWX_SYSTEM_INITIATED","features":[204]},{"name":"EXIT_WINDOWS_FLAGS","features":[204]},{"name":"ExitWindowsEx","features":[3,204]},{"name":"InitiateShutdownA","features":[204]},{"name":"InitiateShutdownW","features":[204]},{"name":"InitiateSystemShutdownA","features":[3,204]},{"name":"InitiateSystemShutdownExA","features":[3,204]},{"name":"InitiateSystemShutdownExW","features":[3,204]},{"name":"InitiateSystemShutdownW","features":[3,204]},{"name":"LockWorkStation","features":[3,204]},{"name":"MAX_NUM_REASONS","features":[204]},{"name":"MAX_REASON_BUGID_LEN","features":[204]},{"name":"MAX_REASON_COMMENT_LEN","features":[204]},{"name":"MAX_REASON_DESC_LEN","features":[204]},{"name":"MAX_REASON_NAME_LEN","features":[204]},{"name":"POLICY_SHOWREASONUI_ALWAYS","features":[204]},{"name":"POLICY_SHOWREASONUI_NEVER","features":[204]},{"name":"POLICY_SHOWREASONUI_SERVERONLY","features":[204]},{"name":"POLICY_SHOWREASONUI_WORKSTATIONONLY","features":[204]},{"name":"SHTDN_REASON_FLAG_CLEAN_UI","features":[204]},{"name":"SHTDN_REASON_FLAG_COMMENT_REQUIRED","features":[204]},{"name":"SHTDN_REASON_FLAG_DIRTY_PROBLEM_ID_REQUIRED","features":[204]},{"name":"SHTDN_REASON_FLAG_DIRTY_UI","features":[204]},{"name":"SHTDN_REASON_FLAG_MOBILE_UI_RESERVED","features":[204]},{"name":"SHTDN_REASON_FLAG_PLANNED","features":[204]},{"name":"SHTDN_REASON_FLAG_USER_DEFINED","features":[204]},{"name":"SHTDN_REASON_LEGACY_API","features":[204]},{"name":"SHTDN_REASON_MAJOR_APPLICATION","features":[204]},{"name":"SHTDN_REASON_MAJOR_HARDWARE","features":[204]},{"name":"SHTDN_REASON_MAJOR_LEGACY_API","features":[204]},{"name":"SHTDN_REASON_MAJOR_NONE","features":[204]},{"name":"SHTDN_REASON_MAJOR_OPERATINGSYSTEM","features":[204]},{"name":"SHTDN_REASON_MAJOR_OTHER","features":[204]},{"name":"SHTDN_REASON_MAJOR_POWER","features":[204]},{"name":"SHTDN_REASON_MAJOR_SOFTWARE","features":[204]},{"name":"SHTDN_REASON_MAJOR_SYSTEM","features":[204]},{"name":"SHTDN_REASON_MINOR_BLUESCREEN","features":[204]},{"name":"SHTDN_REASON_MINOR_CORDUNPLUGGED","features":[204]},{"name":"SHTDN_REASON_MINOR_DC_DEMOTION","features":[204]},{"name":"SHTDN_REASON_MINOR_DC_PROMOTION","features":[204]},{"name":"SHTDN_REASON_MINOR_DISK","features":[204]},{"name":"SHTDN_REASON_MINOR_ENVIRONMENT","features":[204]},{"name":"SHTDN_REASON_MINOR_HARDWARE_DRIVER","features":[204]},{"name":"SHTDN_REASON_MINOR_HOTFIX","features":[204]},{"name":"SHTDN_REASON_MINOR_HOTFIX_UNINSTALL","features":[204]},{"name":"SHTDN_REASON_MINOR_HUNG","features":[204]},{"name":"SHTDN_REASON_MINOR_INSTALLATION","features":[204]},{"name":"SHTDN_REASON_MINOR_MAINTENANCE","features":[204]},{"name":"SHTDN_REASON_MINOR_MMC","features":[204]},{"name":"SHTDN_REASON_MINOR_NETWORKCARD","features":[204]},{"name":"SHTDN_REASON_MINOR_NETWORK_CONNECTIVITY","features":[204]},{"name":"SHTDN_REASON_MINOR_NONE","features":[204]},{"name":"SHTDN_REASON_MINOR_OTHER","features":[204]},{"name":"SHTDN_REASON_MINOR_OTHERDRIVER","features":[204]},{"name":"SHTDN_REASON_MINOR_POWER_SUPPLY","features":[204]},{"name":"SHTDN_REASON_MINOR_PROCESSOR","features":[204]},{"name":"SHTDN_REASON_MINOR_RECONFIG","features":[204]},{"name":"SHTDN_REASON_MINOR_SECURITY","features":[204]},{"name":"SHTDN_REASON_MINOR_SECURITYFIX","features":[204]},{"name":"SHTDN_REASON_MINOR_SECURITYFIX_UNINSTALL","features":[204]},{"name":"SHTDN_REASON_MINOR_SERVICEPACK","features":[204]},{"name":"SHTDN_REASON_MINOR_SERVICEPACK_UNINSTALL","features":[204]},{"name":"SHTDN_REASON_MINOR_SYSTEMRESTORE","features":[204]},{"name":"SHTDN_REASON_MINOR_TERMSRV","features":[204]},{"name":"SHTDN_REASON_MINOR_UNSTABLE","features":[204]},{"name":"SHTDN_REASON_MINOR_UPGRADE","features":[204]},{"name":"SHTDN_REASON_MINOR_WMI","features":[204]},{"name":"SHTDN_REASON_NONE","features":[204]},{"name":"SHTDN_REASON_UNKNOWN","features":[204]},{"name":"SHTDN_REASON_VALID_BIT_MASK","features":[204]},{"name":"SHUTDOWN_ARSO","features":[204]},{"name":"SHUTDOWN_CHECK_SAFE_FOR_SERVER","features":[204]},{"name":"SHUTDOWN_FLAGS","features":[204]},{"name":"SHUTDOWN_FORCE_OTHERS","features":[204]},{"name":"SHUTDOWN_FORCE_SELF","features":[204]},{"name":"SHUTDOWN_GRACE_OVERRIDE","features":[204]},{"name":"SHUTDOWN_HYBRID","features":[204]},{"name":"SHUTDOWN_INSTALL_UPDATES","features":[204]},{"name":"SHUTDOWN_MOBILE_UI","features":[204]},{"name":"SHUTDOWN_NOREBOOT","features":[204]},{"name":"SHUTDOWN_POWEROFF","features":[204]},{"name":"SHUTDOWN_REASON","features":[204]},{"name":"SHUTDOWN_RESTART","features":[204]},{"name":"SHUTDOWN_RESTARTAPPS","features":[204]},{"name":"SHUTDOWN_RESTART_BOOTOPTIONS","features":[204]},{"name":"SHUTDOWN_SKIP_SVC_PRESHUTDOWN","features":[204]},{"name":"SHUTDOWN_SOFT_REBOOT","features":[204]},{"name":"SHUTDOWN_SYSTEM_INITIATED","features":[204]},{"name":"SHUTDOWN_TYPE_LEN","features":[204]},{"name":"SHUTDOWN_VAIL_CONTAINER","features":[204]},{"name":"SNAPSHOT_POLICY_ALWAYS","features":[204]},{"name":"SNAPSHOT_POLICY_NEVER","features":[204]},{"name":"SNAPSHOT_POLICY_UNPLANNED","features":[204]},{"name":"ShutdownBlockReasonCreate","features":[3,204]},{"name":"ShutdownBlockReasonDestroy","features":[3,204]},{"name":"ShutdownBlockReasonQuery","features":[3,204]}],"614":[{"name":"BROADCAST_SYSTEM_MESSAGE_FLAGS","features":[137]},{"name":"BROADCAST_SYSTEM_MESSAGE_INFO","features":[137]},{"name":"BSF_ALLOWSFW","features":[137]},{"name":"BSF_FLUSHDISK","features":[137]},{"name":"BSF_FORCEIFHUNG","features":[137]},{"name":"BSF_IGNORECURRENTTASK","features":[137]},{"name":"BSF_LUID","features":[137]},{"name":"BSF_NOHANG","features":[137]},{"name":"BSF_NOTIMEOUTIFNOTHUNG","features":[137]},{"name":"BSF_POSTMESSAGE","features":[137]},{"name":"BSF_QUERY","features":[137]},{"name":"BSF_RETURNHDESK","features":[137]},{"name":"BSF_SENDNOTIFYMESSAGE","features":[137]},{"name":"BSMINFO","features":[3,137]},{"name":"BSM_ALLCOMPONENTS","features":[137]},{"name":"BSM_ALLDESKTOPS","features":[137]},{"name":"BSM_APPLICATIONS","features":[137]},{"name":"BroadcastSystemMessageA","features":[3,137]},{"name":"BroadcastSystemMessageExA","features":[3,137]},{"name":"BroadcastSystemMessageExW","features":[3,137]},{"name":"BroadcastSystemMessageW","features":[3,137]},{"name":"CloseDesktop","features":[3,137]},{"name":"CloseWindowStation","features":[3,137]},{"name":"CreateDesktopA","features":[3,14,6,137]},{"name":"CreateDesktopExA","features":[3,14,6,137]},{"name":"CreateDesktopExW","features":[3,14,6,137]},{"name":"CreateDesktopW","features":[3,14,6,137]},{"name":"CreateWindowStationA","features":[3,6,137]},{"name":"CreateWindowStationW","features":[3,6,137]},{"name":"DESKTOPENUMPROCA","features":[3,137]},{"name":"DESKTOPENUMPROCW","features":[3,137]},{"name":"DESKTOP_ACCESS_FLAGS","features":[137]},{"name":"DESKTOP_CONTROL_FLAGS","features":[137]},{"name":"DESKTOP_CREATEMENU","features":[137]},{"name":"DESKTOP_CREATEWINDOW","features":[137]},{"name":"DESKTOP_DELETE","features":[137]},{"name":"DESKTOP_ENUMERATE","features":[137]},{"name":"DESKTOP_HOOKCONTROL","features":[137]},{"name":"DESKTOP_JOURNALPLAYBACK","features":[137]},{"name":"DESKTOP_JOURNALRECORD","features":[137]},{"name":"DESKTOP_READOBJECTS","features":[137]},{"name":"DESKTOP_READ_CONTROL","features":[137]},{"name":"DESKTOP_SWITCHDESKTOP","features":[137]},{"name":"DESKTOP_SYNCHRONIZE","features":[137]},{"name":"DESKTOP_WRITEOBJECTS","features":[137]},{"name":"DESKTOP_WRITE_DAC","features":[137]},{"name":"DESKTOP_WRITE_OWNER","features":[137]},{"name":"DF_ALLOWOTHERACCOUNTHOOK","features":[137]},{"name":"EnumDesktopWindows","features":[3,137,52]},{"name":"EnumDesktopsA","features":[3,137]},{"name":"EnumDesktopsW","features":[3,137]},{"name":"EnumWindowStationsA","features":[3,137]},{"name":"EnumWindowStationsW","features":[3,137]},{"name":"GetProcessWindowStation","features":[137]},{"name":"GetThreadDesktop","features":[137]},{"name":"GetUserObjectInformationA","features":[3,137]},{"name":"GetUserObjectInformationW","features":[3,137]},{"name":"HDESK","features":[137]},{"name":"HWINSTA","features":[137]},{"name":"OpenDesktopA","features":[3,137]},{"name":"OpenDesktopW","features":[3,137]},{"name":"OpenInputDesktop","features":[3,137]},{"name":"OpenWindowStationA","features":[3,137]},{"name":"OpenWindowStationW","features":[3,137]},{"name":"SetProcessWindowStation","features":[3,137]},{"name":"SetThreadDesktop","features":[3,137]},{"name":"SetUserObjectInformationA","features":[3,137]},{"name":"SetUserObjectInformationW","features":[3,137]},{"name":"SwitchDesktop","features":[3,137]},{"name":"UOI_FLAGS","features":[137]},{"name":"UOI_HEAPSIZE","features":[137]},{"name":"UOI_IO","features":[137]},{"name":"UOI_NAME","features":[137]},{"name":"UOI_TYPE","features":[137]},{"name":"UOI_USER_SID","features":[137]},{"name":"USEROBJECTFLAGS","features":[3,137]},{"name":"USER_OBJECT_INFORMATION_INDEX","features":[137]},{"name":"WINSTAENUMPROCA","features":[3,137]},{"name":"WINSTAENUMPROCW","features":[3,137]}],"615":[{"name":"WSL_DISTRIBUTION_FLAGS","features":[205]},{"name":"WSL_DISTRIBUTION_FLAGS_APPEND_NT_PATH","features":[205]},{"name":"WSL_DISTRIBUTION_FLAGS_ENABLE_DRIVE_MOUNTING","features":[205]},{"name":"WSL_DISTRIBUTION_FLAGS_ENABLE_INTEROP","features":[205]},{"name":"WSL_DISTRIBUTION_FLAGS_NONE","features":[205]},{"name":"WslConfigureDistribution","features":[205]},{"name":"WslGetDistributionConfiguration","features":[205]},{"name":"WslIsDistributionRegistered","features":[3,205]},{"name":"WslLaunch","features":[3,205]},{"name":"WslLaunchInteractive","features":[3,205]},{"name":"WslRegisterDistribution","features":[205]},{"name":"WslUnregisterDistribution","features":[205]}],"616":[{"name":"ACPI","features":[35]},{"name":"CACHE_DESCRIPTOR","features":[35]},{"name":"CACHE_RELATIONSHIP","features":[35]},{"name":"COMPUTER_NAME_FORMAT","features":[35]},{"name":"CPU_SET_INFORMATION_TYPE","features":[35]},{"name":"CacheData","features":[35]},{"name":"CacheInstruction","features":[35]},{"name":"CacheTrace","features":[35]},{"name":"CacheUnified","features":[35]},{"name":"ComputerNameDnsDomain","features":[35]},{"name":"ComputerNameDnsFullyQualified","features":[35]},{"name":"ComputerNameDnsHostname","features":[35]},{"name":"ComputerNameMax","features":[35]},{"name":"ComputerNameNetBIOS","features":[35]},{"name":"ComputerNamePhysicalDnsDomain","features":[35]},{"name":"ComputerNamePhysicalDnsFullyQualified","features":[35]},{"name":"ComputerNamePhysicalDnsHostname","features":[35]},{"name":"ComputerNamePhysicalNetBIOS","features":[35]},{"name":"CpuSetInformation","features":[35]},{"name":"DEPPolicyAlwaysOff","features":[35]},{"name":"DEPPolicyAlwaysOn","features":[35]},{"name":"DEPPolicyOptIn","features":[35]},{"name":"DEPPolicyOptOut","features":[35]},{"name":"DEPTotalPolicyCount","features":[35]},{"name":"DEP_SYSTEM_POLICY_TYPE","features":[35]},{"name":"DEVELOPER_DRIVE_ENABLEMENT_STATE","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_ALLINONE","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_BANKING","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_BUILDING_AUTOMATION","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_CONVERTIBLE","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_DESKTOP","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_DETACHABLE","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_DIGITAL_SIGNAGE","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_GAMING","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_HMD","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_HOME_AUTOMATION","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRIAL_AUTOMATION","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_HANDHELD","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_OTHER","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_TABLET","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_KIOSK","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_LARGESCREEN","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_MAKER_BOARD","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_MAX","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_MEDICAL","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_NETWORKING","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_NOTEBOOK","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_PHONE","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_POINT_OF_SERVICE","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_PRINTING","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_PUCK","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_STICKPC","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_TABLET","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_THIN_CLIENT","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_TOY","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_UNKNOWN","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_VENDING","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_S","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_X","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_X_DEVKIT","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_01","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_02","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_03","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_04","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_05","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_06","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_07","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_08","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_09","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_S","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_X","features":[35]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_X_DEVKIT","features":[35]},{"name":"DEVICEFAMILYINFOENUM","features":[35]},{"name":"DEVICEFAMILYINFOENUM_7067329","features":[35]},{"name":"DEVICEFAMILYINFOENUM_8828080","features":[35]},{"name":"DEVICEFAMILYINFOENUM_DESKTOP","features":[35]},{"name":"DEVICEFAMILYINFOENUM_HOLOGRAPHIC","features":[35]},{"name":"DEVICEFAMILYINFOENUM_IOT","features":[35]},{"name":"DEVICEFAMILYINFOENUM_IOT_HEADLESS","features":[35]},{"name":"DEVICEFAMILYINFOENUM_MAX","features":[35]},{"name":"DEVICEFAMILYINFOENUM_MOBILE","features":[35]},{"name":"DEVICEFAMILYINFOENUM_SERVER","features":[35]},{"name":"DEVICEFAMILYINFOENUM_SERVER_NANO","features":[35]},{"name":"DEVICEFAMILYINFOENUM_TEAM","features":[35]},{"name":"DEVICEFAMILYINFOENUM_UAP","features":[35]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_8X","features":[35]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_CORE","features":[35]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_CORE_HEADLESS","features":[35]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_PHONE_8X","features":[35]},{"name":"DEVICEFAMILYINFOENUM_XBOX","features":[35]},{"name":"DEVICEFAMILYINFOENUM_XBOXERA","features":[35]},{"name":"DEVICEFAMILYINFOENUM_XBOXSRA","features":[35]},{"name":"DeveloperDriveDisabledByGroupPolicy","features":[35]},{"name":"DeveloperDriveDisabledBySystemPolicy","features":[35]},{"name":"DeveloperDriveEnabled","features":[35]},{"name":"DeveloperDriveEnablementStateError","features":[35]},{"name":"DnsHostnameToComputerNameExW","features":[3,35]},{"name":"EnumSystemFirmwareTables","features":[35]},{"name":"FIRM","features":[35]},{"name":"FIRMWARE_TABLE_PROVIDER","features":[35]},{"name":"FIRMWARE_TYPE","features":[35]},{"name":"FirmwareTypeBios","features":[35]},{"name":"FirmwareTypeMax","features":[35]},{"name":"FirmwareTypeUefi","features":[35]},{"name":"FirmwareTypeUnknown","features":[35]},{"name":"GROUP_AFFINITY","features":[35]},{"name":"GROUP_RELATIONSHIP","features":[35]},{"name":"GetComputerNameExA","features":[3,35]},{"name":"GetComputerNameExW","features":[3,35]},{"name":"GetDeveloperDriveEnablementState","features":[35]},{"name":"GetFirmwareType","features":[3,35]},{"name":"GetIntegratedDisplaySize","features":[35]},{"name":"GetLocalTime","features":[3,35]},{"name":"GetLogicalProcessorInformation","features":[3,35]},{"name":"GetLogicalProcessorInformationEx","features":[3,35]},{"name":"GetNativeSystemInfo","features":[35]},{"name":"GetOsManufacturingMode","features":[3,35]},{"name":"GetOsSafeBootMode","features":[3,35]},{"name":"GetPhysicallyInstalledSystemMemory","features":[3,35]},{"name":"GetProcessorSystemCycleTime","features":[3,35]},{"name":"GetProductInfo","features":[3,35]},{"name":"GetSystemCpuSetInformation","features":[3,35]},{"name":"GetSystemDEPPolicy","features":[35]},{"name":"GetSystemDirectoryA","features":[35]},{"name":"GetSystemDirectoryW","features":[35]},{"name":"GetSystemFirmwareTable","features":[35]},{"name":"GetSystemInfo","features":[35]},{"name":"GetSystemLeapSecondInformation","features":[3,35]},{"name":"GetSystemTime","features":[3,35]},{"name":"GetSystemTimeAdjustment","features":[3,35]},{"name":"GetSystemTimeAdjustmentPrecise","features":[3,35]},{"name":"GetSystemTimeAsFileTime","features":[3,35]},{"name":"GetSystemTimePreciseAsFileTime","features":[3,35]},{"name":"GetSystemWindowsDirectoryA","features":[35]},{"name":"GetSystemWindowsDirectoryW","features":[35]},{"name":"GetSystemWow64Directory2A","features":[35]},{"name":"GetSystemWow64Directory2W","features":[35]},{"name":"GetSystemWow64DirectoryA","features":[35]},{"name":"GetSystemWow64DirectoryW","features":[35]},{"name":"GetTickCount","features":[35]},{"name":"GetTickCount64","features":[35]},{"name":"GetVersion","features":[35]},{"name":"GetVersionExA","features":[3,35]},{"name":"GetVersionExW","features":[3,35]},{"name":"GetWindowsDirectoryA","features":[35]},{"name":"GetWindowsDirectoryW","features":[35]},{"name":"GlobalDataIdConsoleSharedDataFlags","features":[35]},{"name":"GlobalDataIdCyclesPerYield","features":[35]},{"name":"GlobalDataIdImageNumberHigh","features":[35]},{"name":"GlobalDataIdImageNumberLow","features":[35]},{"name":"GlobalDataIdInterruptTime","features":[35]},{"name":"GlobalDataIdKdDebuggerEnabled","features":[35]},{"name":"GlobalDataIdLastSystemRITEventTickCount","features":[35]},{"name":"GlobalDataIdNtMajorVersion","features":[35]},{"name":"GlobalDataIdNtMinorVersion","features":[35]},{"name":"GlobalDataIdNtSystemRootDrive","features":[35]},{"name":"GlobalDataIdQpcBias","features":[35]},{"name":"GlobalDataIdQpcBypassEnabled","features":[35]},{"name":"GlobalDataIdQpcData","features":[35]},{"name":"GlobalDataIdQpcShift","features":[35]},{"name":"GlobalDataIdRngSeedVersion","features":[35]},{"name":"GlobalDataIdSafeBootMode","features":[35]},{"name":"GlobalDataIdSystemExpirationDate","features":[35]},{"name":"GlobalDataIdTimeZoneBias","features":[35]},{"name":"GlobalDataIdTimeZoneId","features":[35]},{"name":"GlobalDataIdUnknown","features":[35]},{"name":"GlobalMemoryStatus","features":[35]},{"name":"GlobalMemoryStatusEx","features":[3,35]},{"name":"IMAGE_FILE_MACHINE","features":[35]},{"name":"IMAGE_FILE_MACHINE_ALPHA","features":[35]},{"name":"IMAGE_FILE_MACHINE_ALPHA64","features":[35]},{"name":"IMAGE_FILE_MACHINE_AM33","features":[35]},{"name":"IMAGE_FILE_MACHINE_AMD64","features":[35]},{"name":"IMAGE_FILE_MACHINE_ARM","features":[35]},{"name":"IMAGE_FILE_MACHINE_ARM64","features":[35]},{"name":"IMAGE_FILE_MACHINE_ARMNT","features":[35]},{"name":"IMAGE_FILE_MACHINE_AXP64","features":[35]},{"name":"IMAGE_FILE_MACHINE_CEE","features":[35]},{"name":"IMAGE_FILE_MACHINE_CEF","features":[35]},{"name":"IMAGE_FILE_MACHINE_EBC","features":[35]},{"name":"IMAGE_FILE_MACHINE_I386","features":[35]},{"name":"IMAGE_FILE_MACHINE_IA64","features":[35]},{"name":"IMAGE_FILE_MACHINE_M32R","features":[35]},{"name":"IMAGE_FILE_MACHINE_MIPS16","features":[35]},{"name":"IMAGE_FILE_MACHINE_MIPSFPU","features":[35]},{"name":"IMAGE_FILE_MACHINE_MIPSFPU16","features":[35]},{"name":"IMAGE_FILE_MACHINE_POWERPC","features":[35]},{"name":"IMAGE_FILE_MACHINE_POWERPCFP","features":[35]},{"name":"IMAGE_FILE_MACHINE_R10000","features":[35]},{"name":"IMAGE_FILE_MACHINE_R3000","features":[35]},{"name":"IMAGE_FILE_MACHINE_R4000","features":[35]},{"name":"IMAGE_FILE_MACHINE_SH3","features":[35]},{"name":"IMAGE_FILE_MACHINE_SH3DSP","features":[35]},{"name":"IMAGE_FILE_MACHINE_SH3E","features":[35]},{"name":"IMAGE_FILE_MACHINE_SH4","features":[35]},{"name":"IMAGE_FILE_MACHINE_SH5","features":[35]},{"name":"IMAGE_FILE_MACHINE_TARGET_HOST","features":[35]},{"name":"IMAGE_FILE_MACHINE_THUMB","features":[35]},{"name":"IMAGE_FILE_MACHINE_TRICORE","features":[35]},{"name":"IMAGE_FILE_MACHINE_UNKNOWN","features":[35]},{"name":"IMAGE_FILE_MACHINE_WCEMIPSV2","features":[35]},{"name":"IsUserCetAvailableInEnvironment","features":[3,35]},{"name":"IsWow64GuestMachineSupported","features":[3,35]},{"name":"LOGICAL_PROCESSOR_RELATIONSHIP","features":[35]},{"name":"MEMORYSTATUS","features":[35]},{"name":"MEMORYSTATUSEX","features":[35]},{"name":"NTDDI_LONGHORN","features":[35]},{"name":"NTDDI_VERSION","features":[35]},{"name":"NTDDI_VISTA","features":[35]},{"name":"NTDDI_VISTASP1","features":[35]},{"name":"NTDDI_VISTASP2","features":[35]},{"name":"NTDDI_VISTASP3","features":[35]},{"name":"NTDDI_VISTASP4","features":[35]},{"name":"NTDDI_WIN10","features":[35]},{"name":"NTDDI_WIN10_19H1","features":[35]},{"name":"NTDDI_WIN10_CO","features":[35]},{"name":"NTDDI_WIN10_FE","features":[35]},{"name":"NTDDI_WIN10_MN","features":[35]},{"name":"NTDDI_WIN10_NI","features":[35]},{"name":"NTDDI_WIN10_RS1","features":[35]},{"name":"NTDDI_WIN10_RS2","features":[35]},{"name":"NTDDI_WIN10_RS3","features":[35]},{"name":"NTDDI_WIN10_RS4","features":[35]},{"name":"NTDDI_WIN10_RS5","features":[35]},{"name":"NTDDI_WIN10_TH2","features":[35]},{"name":"NTDDI_WIN10_VB","features":[35]},{"name":"NTDDI_WIN2K","features":[35]},{"name":"NTDDI_WIN2KSP1","features":[35]},{"name":"NTDDI_WIN2KSP2","features":[35]},{"name":"NTDDI_WIN2KSP3","features":[35]},{"name":"NTDDI_WIN2KSP4","features":[35]},{"name":"NTDDI_WIN4","features":[35]},{"name":"NTDDI_WIN6","features":[35]},{"name":"NTDDI_WIN6SP1","features":[35]},{"name":"NTDDI_WIN6SP2","features":[35]},{"name":"NTDDI_WIN6SP3","features":[35]},{"name":"NTDDI_WIN6SP4","features":[35]},{"name":"NTDDI_WIN7","features":[35]},{"name":"NTDDI_WIN8","features":[35]},{"name":"NTDDI_WINBLUE","features":[35]},{"name":"NTDDI_WINTHRESHOLD","features":[35]},{"name":"NTDDI_WINXP","features":[35]},{"name":"NTDDI_WINXPSP1","features":[35]},{"name":"NTDDI_WINXPSP2","features":[35]},{"name":"NTDDI_WINXPSP3","features":[35]},{"name":"NTDDI_WINXPSP4","features":[35]},{"name":"NTDDI_WS03","features":[35]},{"name":"NTDDI_WS03SP1","features":[35]},{"name":"NTDDI_WS03SP2","features":[35]},{"name":"NTDDI_WS03SP3","features":[35]},{"name":"NTDDI_WS03SP4","features":[35]},{"name":"NTDDI_WS08","features":[35]},{"name":"NTDDI_WS08SP2","features":[35]},{"name":"NTDDI_WS08SP3","features":[35]},{"name":"NTDDI_WS08SP4","features":[35]},{"name":"NUMA_NODE_RELATIONSHIP","features":[35]},{"name":"OSVERSIONINFOA","features":[35]},{"name":"OSVERSIONINFOEXA","features":[35]},{"name":"OSVERSIONINFOEXW","features":[35]},{"name":"OSVERSIONINFOW","features":[35]},{"name":"OSVERSION_MASK","features":[35]},{"name":"OS_DEPLOYEMENT_STATE_VALUES","features":[35]},{"name":"OS_DEPLOYMENT_COMPACT","features":[35]},{"name":"OS_DEPLOYMENT_STANDARD","features":[35]},{"name":"OS_PRODUCT_TYPE","features":[35]},{"name":"PGET_SYSTEM_WOW64_DIRECTORY_A","features":[35]},{"name":"PGET_SYSTEM_WOW64_DIRECTORY_W","features":[35]},{"name":"PROCESSOR_ARCHITECTURE","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_ALPHA","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_ALPHA64","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_AMD64","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_ARM","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_ARM32_ON_WIN64","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_ARM64","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_IA32_ON_ARM64","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_IA32_ON_WIN64","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_IA64","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_INTEL","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_MIPS","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_MSIL","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_NEUTRAL","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_PPC","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_SHX","features":[35]},{"name":"PROCESSOR_ARCHITECTURE_UNKNOWN","features":[35]},{"name":"PROCESSOR_CACHE_TYPE","features":[35]},{"name":"PROCESSOR_GROUP_INFO","features":[35]},{"name":"PROCESSOR_RELATIONSHIP","features":[35]},{"name":"PRODUCT_BUSINESS","features":[35]},{"name":"PRODUCT_BUSINESS_N","features":[35]},{"name":"PRODUCT_CLUSTER_SERVER","features":[35]},{"name":"PRODUCT_CLUSTER_SERVER_V","features":[35]},{"name":"PRODUCT_CORE","features":[35]},{"name":"PRODUCT_CORE_COUNTRYSPECIFIC","features":[35]},{"name":"PRODUCT_CORE_N","features":[35]},{"name":"PRODUCT_CORE_SINGLELANGUAGE","features":[35]},{"name":"PRODUCT_DATACENTER_A_SERVER_CORE","features":[35]},{"name":"PRODUCT_DATACENTER_EVALUATION_SERVER","features":[35]},{"name":"PRODUCT_DATACENTER_SERVER","features":[35]},{"name":"PRODUCT_DATACENTER_SERVER_CORE","features":[35]},{"name":"PRODUCT_DATACENTER_SERVER_CORE_V","features":[35]},{"name":"PRODUCT_DATACENTER_SERVER_V","features":[35]},{"name":"PRODUCT_EDUCATION","features":[35]},{"name":"PRODUCT_EDUCATION_N","features":[35]},{"name":"PRODUCT_ENTERPRISE","features":[35]},{"name":"PRODUCT_ENTERPRISE_E","features":[35]},{"name":"PRODUCT_ENTERPRISE_EVALUATION","features":[35]},{"name":"PRODUCT_ENTERPRISE_N","features":[35]},{"name":"PRODUCT_ENTERPRISE_N_EVALUATION","features":[35]},{"name":"PRODUCT_ENTERPRISE_S","features":[35]},{"name":"PRODUCT_ENTERPRISE_SERVER","features":[35]},{"name":"PRODUCT_ENTERPRISE_SERVER_CORE","features":[35]},{"name":"PRODUCT_ENTERPRISE_SERVER_CORE_V","features":[35]},{"name":"PRODUCT_ENTERPRISE_SERVER_IA64","features":[35]},{"name":"PRODUCT_ENTERPRISE_SERVER_V","features":[35]},{"name":"PRODUCT_ENTERPRISE_S_EVALUATION","features":[35]},{"name":"PRODUCT_ENTERPRISE_S_N","features":[35]},{"name":"PRODUCT_ENTERPRISE_S_N_EVALUATION","features":[35]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_ADDL","features":[35]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_ADDLSVC","features":[35]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_MGMT","features":[35]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_MGMTSVC","features":[35]},{"name":"PRODUCT_HOME_BASIC","features":[35]},{"name":"PRODUCT_HOME_BASIC_E","features":[35]},{"name":"PRODUCT_HOME_BASIC_N","features":[35]},{"name":"PRODUCT_HOME_PREMIUM","features":[35]},{"name":"PRODUCT_HOME_PREMIUM_E","features":[35]},{"name":"PRODUCT_HOME_PREMIUM_N","features":[35]},{"name":"PRODUCT_HOME_PREMIUM_SERVER","features":[35]},{"name":"PRODUCT_HOME_SERVER","features":[35]},{"name":"PRODUCT_HYPERV","features":[35]},{"name":"PRODUCT_IOTUAP","features":[35]},{"name":"PRODUCT_IOTUAPCOMMERCIAL","features":[35]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_MANAGEMENT","features":[35]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_MESSAGING","features":[35]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_SECURITY","features":[35]},{"name":"PRODUCT_MOBILE_CORE","features":[35]},{"name":"PRODUCT_MOBILE_ENTERPRISE","features":[35]},{"name":"PRODUCT_MULTIPOINT_PREMIUM_SERVER","features":[35]},{"name":"PRODUCT_MULTIPOINT_STANDARD_SERVER","features":[35]},{"name":"PRODUCT_PROFESSIONAL","features":[35]},{"name":"PRODUCT_PROFESSIONAL_E","features":[35]},{"name":"PRODUCT_PROFESSIONAL_N","features":[35]},{"name":"PRODUCT_PROFESSIONAL_WMC","features":[35]},{"name":"PRODUCT_PRO_WORKSTATION","features":[35]},{"name":"PRODUCT_PRO_WORKSTATION_N","features":[35]},{"name":"PRODUCT_SB_SOLUTION_SERVER","features":[35]},{"name":"PRODUCT_SB_SOLUTION_SERVER_EM","features":[35]},{"name":"PRODUCT_SERVER_FOR_SB_SOLUTIONS","features":[35]},{"name":"PRODUCT_SERVER_FOR_SB_SOLUTIONS_EM","features":[35]},{"name":"PRODUCT_SERVER_FOR_SMALLBUSINESS","features":[35]},{"name":"PRODUCT_SERVER_FOR_SMALLBUSINESS_V","features":[35]},{"name":"PRODUCT_SERVER_FOUNDATION","features":[35]},{"name":"PRODUCT_SMALLBUSINESS_SERVER","features":[35]},{"name":"PRODUCT_SMALLBUSINESS_SERVER_PREMIUM","features":[35]},{"name":"PRODUCT_SMALLBUSINESS_SERVER_PREMIUM_CORE","features":[35]},{"name":"PRODUCT_SOLUTION_EMBEDDEDSERVER","features":[35]},{"name":"PRODUCT_STANDARD_A_SERVER_CORE","features":[35]},{"name":"PRODUCT_STANDARD_EVALUATION_SERVER","features":[35]},{"name":"PRODUCT_STANDARD_SERVER","features":[35]},{"name":"PRODUCT_STANDARD_SERVER_CORE_","features":[35]},{"name":"PRODUCT_STANDARD_SERVER_CORE_V","features":[35]},{"name":"PRODUCT_STANDARD_SERVER_SOLUTIONS","features":[35]},{"name":"PRODUCT_STANDARD_SERVER_SOLUTIONS_CORE","features":[35]},{"name":"PRODUCT_STANDARD_SERVER_V","features":[35]},{"name":"PRODUCT_STARTER","features":[35]},{"name":"PRODUCT_STARTER_E","features":[35]},{"name":"PRODUCT_STARTER_N","features":[35]},{"name":"PRODUCT_STORAGE_ENTERPRISE_SERVER","features":[35]},{"name":"PRODUCT_STORAGE_ENTERPRISE_SERVER_CORE","features":[35]},{"name":"PRODUCT_STORAGE_EXPRESS_SERVER","features":[35]},{"name":"PRODUCT_STORAGE_EXPRESS_SERVER_CORE","features":[35]},{"name":"PRODUCT_STORAGE_STANDARD_EVALUATION_SERVER","features":[35]},{"name":"PRODUCT_STORAGE_STANDARD_SERVER","features":[35]},{"name":"PRODUCT_STORAGE_STANDARD_SERVER_CORE","features":[35]},{"name":"PRODUCT_STORAGE_WORKGROUP_EVALUATION_SERVER","features":[35]},{"name":"PRODUCT_STORAGE_WORKGROUP_SERVER","features":[35]},{"name":"PRODUCT_STORAGE_WORKGROUP_SERVER_CORE","features":[35]},{"name":"PRODUCT_ULTIMATE","features":[35]},{"name":"PRODUCT_ULTIMATE_E","features":[35]},{"name":"PRODUCT_ULTIMATE_N","features":[35]},{"name":"PRODUCT_UNDEFINED","features":[35]},{"name":"PRODUCT_WEB_SERVER","features":[35]},{"name":"PRODUCT_WEB_SERVER_CORE","features":[35]},{"name":"RSMB","features":[35]},{"name":"RTL_SYSTEM_GLOBAL_DATA_ID","features":[35]},{"name":"RelationAll","features":[35]},{"name":"RelationCache","features":[35]},{"name":"RelationGroup","features":[35]},{"name":"RelationNumaNode","features":[35]},{"name":"RelationNumaNodeEx","features":[35]},{"name":"RelationProcessorCore","features":[35]},{"name":"RelationProcessorDie","features":[35]},{"name":"RelationProcessorModule","features":[35]},{"name":"RelationProcessorPackage","features":[35]},{"name":"RtlConvertDeviceFamilyInfoToString","features":[35]},{"name":"RtlGetDeviceFamilyInfoEnum","features":[35]},{"name":"RtlGetProductInfo","features":[3,35]},{"name":"RtlGetSystemGlobalData","features":[35]},{"name":"RtlOsDeploymentState","features":[35]},{"name":"RtlSwitchedVVI","features":[35]},{"name":"SCEX2_ALT_NETBIOS_NAME","features":[35]},{"name":"SPVERSION_MASK","features":[35]},{"name":"SUBVERSION_MASK","features":[35]},{"name":"SYSTEM_CPU_SET_INFORMATION","features":[35]},{"name":"SYSTEM_CPU_SET_INFORMATION_ALLOCATED","features":[35]},{"name":"SYSTEM_CPU_SET_INFORMATION_ALLOCATED_TO_TARGET_PROCESS","features":[35]},{"name":"SYSTEM_CPU_SET_INFORMATION_PARKED","features":[35]},{"name":"SYSTEM_CPU_SET_INFORMATION_REALTIME","features":[35]},{"name":"SYSTEM_INFO","features":[35]},{"name":"SYSTEM_LOGICAL_PROCESSOR_INFORMATION","features":[35]},{"name":"SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX","features":[35]},{"name":"SYSTEM_POOL_ZEROING_INFORMATION","features":[3,35]},{"name":"SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION","features":[35]},{"name":"SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION","features":[35]},{"name":"SetComputerNameA","features":[3,35]},{"name":"SetComputerNameEx2W","features":[3,35]},{"name":"SetComputerNameExA","features":[3,35]},{"name":"SetComputerNameExW","features":[3,35]},{"name":"SetComputerNameW","features":[3,35]},{"name":"SetLocalTime","features":[3,35]},{"name":"SetSystemTime","features":[3,35]},{"name":"SetSystemTimeAdjustment","features":[3,35]},{"name":"SetSystemTimeAdjustmentPrecise","features":[3,35]},{"name":"USER_CET_ENVIRONMENT","features":[35]},{"name":"USER_CET_ENVIRONMENT_SGX2_ENCLAVE","features":[35]},{"name":"USER_CET_ENVIRONMENT_VBS_BASIC_ENCLAVE","features":[35]},{"name":"USER_CET_ENVIRONMENT_VBS_ENCLAVE","features":[35]},{"name":"USER_CET_ENVIRONMENT_WIN32_PROCESS","features":[35]},{"name":"VER_BUILDNUMBER","features":[35]},{"name":"VER_FLAGS","features":[35]},{"name":"VER_MAJORVERSION","features":[35]},{"name":"VER_MINORVERSION","features":[35]},{"name":"VER_PLATFORMID","features":[35]},{"name":"VER_PRODUCT_TYPE","features":[35]},{"name":"VER_SERVICEPACKMAJOR","features":[35]},{"name":"VER_SERVICEPACKMINOR","features":[35]},{"name":"VER_SUITENAME","features":[35]},{"name":"VerSetConditionMask","features":[35]},{"name":"VerifyVersionInfoA","features":[3,35]},{"name":"VerifyVersionInfoW","features":[3,35]},{"name":"WDK_NTDDI_VERSION","features":[35]},{"name":"_WIN32_IE_IE100","features":[35]},{"name":"_WIN32_IE_IE110","features":[35]},{"name":"_WIN32_IE_IE20","features":[35]},{"name":"_WIN32_IE_IE30","features":[35]},{"name":"_WIN32_IE_IE302","features":[35]},{"name":"_WIN32_IE_IE40","features":[35]},{"name":"_WIN32_IE_IE401","features":[35]},{"name":"_WIN32_IE_IE50","features":[35]},{"name":"_WIN32_IE_IE501","features":[35]},{"name":"_WIN32_IE_IE55","features":[35]},{"name":"_WIN32_IE_IE60","features":[35]},{"name":"_WIN32_IE_IE60SP1","features":[35]},{"name":"_WIN32_IE_IE60SP2","features":[35]},{"name":"_WIN32_IE_IE70","features":[35]},{"name":"_WIN32_IE_IE80","features":[35]},{"name":"_WIN32_IE_IE90","features":[35]},{"name":"_WIN32_IE_LONGHORN","features":[35]},{"name":"_WIN32_IE_NT4","features":[35]},{"name":"_WIN32_IE_NT4SP1","features":[35]},{"name":"_WIN32_IE_NT4SP2","features":[35]},{"name":"_WIN32_IE_NT4SP3","features":[35]},{"name":"_WIN32_IE_NT4SP4","features":[35]},{"name":"_WIN32_IE_NT4SP5","features":[35]},{"name":"_WIN32_IE_NT4SP6","features":[35]},{"name":"_WIN32_IE_WIN10","features":[35]},{"name":"_WIN32_IE_WIN2K","features":[35]},{"name":"_WIN32_IE_WIN2KSP1","features":[35]},{"name":"_WIN32_IE_WIN2KSP2","features":[35]},{"name":"_WIN32_IE_WIN2KSP3","features":[35]},{"name":"_WIN32_IE_WIN2KSP4","features":[35]},{"name":"_WIN32_IE_WIN6","features":[35]},{"name":"_WIN32_IE_WIN7","features":[35]},{"name":"_WIN32_IE_WIN8","features":[35]},{"name":"_WIN32_IE_WIN98","features":[35]},{"name":"_WIN32_IE_WIN98SE","features":[35]},{"name":"_WIN32_IE_WINBLUE","features":[35]},{"name":"_WIN32_IE_WINME","features":[35]},{"name":"_WIN32_IE_WINTHRESHOLD","features":[35]},{"name":"_WIN32_IE_WS03","features":[35]},{"name":"_WIN32_IE_WS03SP1","features":[35]},{"name":"_WIN32_IE_XP","features":[35]},{"name":"_WIN32_IE_XPSP1","features":[35]},{"name":"_WIN32_IE_XPSP2","features":[35]},{"name":"_WIN32_WINNT_LONGHORN","features":[35]},{"name":"_WIN32_WINNT_NT4","features":[35]},{"name":"_WIN32_WINNT_VISTA","features":[35]},{"name":"_WIN32_WINNT_WIN10","features":[35]},{"name":"_WIN32_WINNT_WIN2K","features":[35]},{"name":"_WIN32_WINNT_WIN6","features":[35]},{"name":"_WIN32_WINNT_WIN7","features":[35]},{"name":"_WIN32_WINNT_WIN8","features":[35]},{"name":"_WIN32_WINNT_WINBLUE","features":[35]},{"name":"_WIN32_WINNT_WINTHRESHOLD","features":[35]},{"name":"_WIN32_WINNT_WINXP","features":[35]},{"name":"_WIN32_WINNT_WS03","features":[35]},{"name":"_WIN32_WINNT_WS08","features":[35]}],"617":[{"name":"ACCESS_ALLOWED_ACE_TYPE","features":[38]},{"name":"ACCESS_ALLOWED_CALLBACK_ACE_TYPE","features":[38]},{"name":"ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_ALLOWED_COMPOUND_ACE_TYPE","features":[38]},{"name":"ACCESS_ALLOWED_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_DENIED_ACE_TYPE","features":[38]},{"name":"ACCESS_DENIED_CALLBACK_ACE_TYPE","features":[38]},{"name":"ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_DENIED_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_DS_OBJECT_TYPE_NAME_A","features":[38]},{"name":"ACCESS_DS_OBJECT_TYPE_NAME_W","features":[38]},{"name":"ACCESS_DS_SOURCE_A","features":[38]},{"name":"ACCESS_DS_SOURCE_W","features":[38]},{"name":"ACCESS_FILTER_SECURITY_INFORMATION","features":[38]},{"name":"ACCESS_MAX_LEVEL","features":[38]},{"name":"ACCESS_MAX_MS_ACE_TYPE","features":[38]},{"name":"ACCESS_MAX_MS_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_MAX_MS_V2_ACE_TYPE","features":[38]},{"name":"ACCESS_MAX_MS_V3_ACE_TYPE","features":[38]},{"name":"ACCESS_MAX_MS_V4_ACE_TYPE","features":[38]},{"name":"ACCESS_MAX_MS_V5_ACE_TYPE","features":[38]},{"name":"ACCESS_MIN_MS_ACE_TYPE","features":[38]},{"name":"ACCESS_MIN_MS_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_OBJECT_GUID","features":[38]},{"name":"ACCESS_PROPERTY_GUID","features":[38]},{"name":"ACCESS_PROPERTY_SET_GUID","features":[38]},{"name":"ACCESS_REASON_DATA_MASK","features":[38]},{"name":"ACCESS_REASON_EXDATA_MASK","features":[38]},{"name":"ACCESS_REASON_STAGING_MASK","features":[38]},{"name":"ACCESS_REASON_TYPE","features":[38]},{"name":"ACCESS_REASON_TYPE_MASK","features":[38]},{"name":"ACCESS_SYSTEM_SECURITY","features":[38]},{"name":"ACL_REVISION1","features":[38]},{"name":"ACL_REVISION2","features":[38]},{"name":"ACL_REVISION3","features":[38]},{"name":"ACL_REVISION4","features":[38]},{"name":"ACPI_PPM_HARDWARE_ALL","features":[38]},{"name":"ACPI_PPM_SOFTWARE_ALL","features":[38]},{"name":"ACPI_PPM_SOFTWARE_ANY","features":[38]},{"name":"ACTIVATION_CONTEXT_INFO_CLASS","features":[38]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_ASSEMBLYREF","features":[38]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_NONE","features":[38]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_URL","features":[38]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_WIN32_FILE","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_APPLICATION_SETTINGS","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_COMPATIBILITY_INFO","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_GLOBAL_OBJECT_RENAME_TABLE","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_WINRT_ACTIVATABLE_CLASSES","features":[38]},{"name":"ALERT_SYSTEM_CRITICAL","features":[38]},{"name":"ALERT_SYSTEM_ERROR","features":[38]},{"name":"ALERT_SYSTEM_INFORMATIONAL","features":[38]},{"name":"ALERT_SYSTEM_QUERY","features":[38]},{"name":"ALERT_SYSTEM_SEV","features":[38]},{"name":"ALERT_SYSTEM_WARNING","features":[38]},{"name":"ALL_POWERSCHEMES_GUID","features":[38]},{"name":"ANON_OBJECT_HEADER","features":[38]},{"name":"ANON_OBJECT_HEADER_BIGOBJ","features":[38]},{"name":"ANON_OBJECT_HEADER_V2","features":[38]},{"name":"ANYSIZE_ARRAY","features":[38]},{"name":"APPCOMMAND_BASS_BOOST","features":[38]},{"name":"APPCOMMAND_BASS_DOWN","features":[38]},{"name":"APPCOMMAND_BASS_UP","features":[38]},{"name":"APPCOMMAND_BROWSER_BACKWARD","features":[38]},{"name":"APPCOMMAND_BROWSER_FAVORITES","features":[38]},{"name":"APPCOMMAND_BROWSER_FORWARD","features":[38]},{"name":"APPCOMMAND_BROWSER_HOME","features":[38]},{"name":"APPCOMMAND_BROWSER_REFRESH","features":[38]},{"name":"APPCOMMAND_BROWSER_SEARCH","features":[38]},{"name":"APPCOMMAND_BROWSER_STOP","features":[38]},{"name":"APPCOMMAND_CLOSE","features":[38]},{"name":"APPCOMMAND_COPY","features":[38]},{"name":"APPCOMMAND_CORRECTION_LIST","features":[38]},{"name":"APPCOMMAND_CUT","features":[38]},{"name":"APPCOMMAND_DELETE","features":[38]},{"name":"APPCOMMAND_DICTATE_OR_COMMAND_CONTROL_TOGGLE","features":[38]},{"name":"APPCOMMAND_DWM_FLIP3D","features":[38]},{"name":"APPCOMMAND_FIND","features":[38]},{"name":"APPCOMMAND_FORWARD_MAIL","features":[38]},{"name":"APPCOMMAND_HELP","features":[38]},{"name":"APPCOMMAND_ID","features":[38]},{"name":"APPCOMMAND_LAUNCH_APP1","features":[38]},{"name":"APPCOMMAND_LAUNCH_APP2","features":[38]},{"name":"APPCOMMAND_LAUNCH_MAIL","features":[38]},{"name":"APPCOMMAND_LAUNCH_MEDIA_SELECT","features":[38]},{"name":"APPCOMMAND_MEDIA_CHANNEL_DOWN","features":[38]},{"name":"APPCOMMAND_MEDIA_CHANNEL_UP","features":[38]},{"name":"APPCOMMAND_MEDIA_FAST_FORWARD","features":[38]},{"name":"APPCOMMAND_MEDIA_NEXTTRACK","features":[38]},{"name":"APPCOMMAND_MEDIA_PAUSE","features":[38]},{"name":"APPCOMMAND_MEDIA_PLAY","features":[38]},{"name":"APPCOMMAND_MEDIA_PLAY_PAUSE","features":[38]},{"name":"APPCOMMAND_MEDIA_PREVIOUSTRACK","features":[38]},{"name":"APPCOMMAND_MEDIA_RECORD","features":[38]},{"name":"APPCOMMAND_MEDIA_REWIND","features":[38]},{"name":"APPCOMMAND_MEDIA_STOP","features":[38]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_DOWN","features":[38]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_MUTE","features":[38]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_UP","features":[38]},{"name":"APPCOMMAND_MIC_ON_OFF_TOGGLE","features":[38]},{"name":"APPCOMMAND_NEW","features":[38]},{"name":"APPCOMMAND_OPEN","features":[38]},{"name":"APPCOMMAND_PASTE","features":[38]},{"name":"APPCOMMAND_PRINT","features":[38]},{"name":"APPCOMMAND_REDO","features":[38]},{"name":"APPCOMMAND_REPLY_TO_MAIL","features":[38]},{"name":"APPCOMMAND_SAVE","features":[38]},{"name":"APPCOMMAND_SEND_MAIL","features":[38]},{"name":"APPCOMMAND_SPELL_CHECK","features":[38]},{"name":"APPCOMMAND_TREBLE_DOWN","features":[38]},{"name":"APPCOMMAND_TREBLE_UP","features":[38]},{"name":"APPCOMMAND_UNDO","features":[38]},{"name":"APPCOMMAND_VOLUME_DOWN","features":[38]},{"name":"APPCOMMAND_VOLUME_MUTE","features":[38]},{"name":"APPCOMMAND_VOLUME_UP","features":[38]},{"name":"APPLICATIONLAUNCH_SETTING_VALUE","features":[38]},{"name":"APPLICATION_ERROR_MASK","features":[38]},{"name":"ARM64_FNPDATA_CR","features":[38]},{"name":"ARM64_FNPDATA_FLAGS","features":[38]},{"name":"ARM64_MAX_BREAKPOINTS","features":[38]},{"name":"ARM64_MAX_WATCHPOINTS","features":[38]},{"name":"ARM64_MULT_INTRINSICS_SUPPORTED","features":[38]},{"name":"ARM64_PREFETCH_KEEP","features":[38]},{"name":"ARM64_PREFETCH_L1","features":[38]},{"name":"ARM64_PREFETCH_L2","features":[38]},{"name":"ARM64_PREFETCH_L3","features":[38]},{"name":"ARM64_PREFETCH_PLD","features":[38]},{"name":"ARM64_PREFETCH_PLI","features":[38]},{"name":"ARM64_PREFETCH_PST","features":[38]},{"name":"ARM64_PREFETCH_STRM","features":[38]},{"name":"ARM_CACHE_ALIGNMENT_SIZE","features":[38]},{"name":"ARM_MAX_BREAKPOINTS","features":[38]},{"name":"ARM_MAX_WATCHPOINTS","features":[38]},{"name":"ASSERT_BREAKPOINT","features":[38]},{"name":"ATF_FLAGS","features":[38]},{"name":"ATF_ONOFFFEEDBACK","features":[38]},{"name":"ATF_TIMEOUTON","features":[38]},{"name":"AUDIT_ALLOW_NO_PRIVILEGE","features":[38]},{"name":"AccessReasonAllowedAce","features":[38]},{"name":"AccessReasonAllowedParentAce","features":[38]},{"name":"AccessReasonDeniedAce","features":[38]},{"name":"AccessReasonDeniedParentAce","features":[38]},{"name":"AccessReasonEmptyDacl","features":[38]},{"name":"AccessReasonFilterAce","features":[38]},{"name":"AccessReasonFromPrivilege","features":[38]},{"name":"AccessReasonIntegrityLevel","features":[38]},{"name":"AccessReasonMissingPrivilege","features":[38]},{"name":"AccessReasonNoGrant","features":[38]},{"name":"AccessReasonNoSD","features":[38]},{"name":"AccessReasonNone","features":[38]},{"name":"AccessReasonNotGrantedByCape","features":[38]},{"name":"AccessReasonNotGrantedByParentCape","features":[38]},{"name":"AccessReasonNotGrantedToAppContainer","features":[38]},{"name":"AccessReasonNullDacl","features":[38]},{"name":"AccessReasonOwnership","features":[38]},{"name":"AccessReasonTrustLabel","features":[38]},{"name":"ActivationContextBasicInformation","features":[38]},{"name":"ActivationContextDetailedInformation","features":[38]},{"name":"ActivationContextManifestResourceName","features":[38]},{"name":"AdapterType","features":[38]},{"name":"AssemblyDetailedInformationInActivationContext","features":[38]},{"name":"AssemblyDetailedInformationInActivationContxt","features":[38]},{"name":"AutoLoad","features":[38]},{"name":"BATTERY_DISCHARGE_FLAGS_ENABLE","features":[38]},{"name":"BATTERY_DISCHARGE_FLAGS_EVENTCODE_MASK","features":[38]},{"name":"BREAK_DEBUG_BASE","features":[38]},{"name":"BootLoad","features":[38]},{"name":"CACHE_FULLY_ASSOCIATIVE","features":[38]},{"name":"CFE_UNDERLINE","features":[38]},{"name":"CFG_CALL_TARGET_CONVERT_EXPORT_SUPPRESSED_TO_VALID","features":[38]},{"name":"CFG_CALL_TARGET_CONVERT_XFG_TO_CFG","features":[38]},{"name":"CFG_CALL_TARGET_PROCESSED","features":[38]},{"name":"CFG_CALL_TARGET_VALID","features":[38]},{"name":"CFG_CALL_TARGET_VALID_XFG","features":[38]},{"name":"CFU_CF1UNDERLINE","features":[38]},{"name":"CFU_INVERT","features":[38]},{"name":"CFU_UNDERLINE","features":[38]},{"name":"CFU_UNDERLINEDASH","features":[38]},{"name":"CFU_UNDERLINEDASHDOT","features":[38]},{"name":"CFU_UNDERLINEDASHDOTDOT","features":[38]},{"name":"CFU_UNDERLINEDOTTED","features":[38]},{"name":"CFU_UNDERLINEDOUBLE","features":[38]},{"name":"CFU_UNDERLINEDOUBLEWAVE","features":[38]},{"name":"CFU_UNDERLINEHAIRLINE","features":[38]},{"name":"CFU_UNDERLINEHEAVYWAVE","features":[38]},{"name":"CFU_UNDERLINELONGDASH","features":[38]},{"name":"CFU_UNDERLINENONE","features":[38]},{"name":"CFU_UNDERLINETHICK","features":[38]},{"name":"CFU_UNDERLINETHICKDASH","features":[38]},{"name":"CFU_UNDERLINETHICKDASHDOT","features":[38]},{"name":"CFU_UNDERLINETHICKDASHDOTDOT","features":[38]},{"name":"CFU_UNDERLINETHICKDOTTED","features":[38]},{"name":"CFU_UNDERLINETHICKLONGDASH","features":[38]},{"name":"CFU_UNDERLINEWAVE","features":[38]},{"name":"CFU_UNDERLINEWORD","features":[38]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION","features":[38]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1","features":[38]},{"name":"CLAIM_SECURITY_ATTRIBUTE_CUSTOM_FLAGS","features":[38]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_INVALID","features":[38]},{"name":"CM_SERVICE_MEASURED_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_NETWORK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_RAM_DISK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_SD_DISK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_USB3_DISK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_USB_DISK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_VERIFIER_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_VIRTUAL_DISK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_WINPE_BOOT_LOAD","features":[38]},{"name":"COMIMAGE_FLAGS_32BITPREFERRED","features":[38]},{"name":"COMIMAGE_FLAGS_32BITREQUIRED","features":[38]},{"name":"COMIMAGE_FLAGS_ILONLY","features":[38]},{"name":"COMIMAGE_FLAGS_IL_LIBRARY","features":[38]},{"name":"COMIMAGE_FLAGS_NATIVE_ENTRYPOINT","features":[38]},{"name":"COMIMAGE_FLAGS_STRONGNAMESIGNED","features":[38]},{"name":"COMIMAGE_FLAGS_TRACKDEBUGDATA","features":[38]},{"name":"COMPONENT_FILTER","features":[38]},{"name":"COMPONENT_KTM","features":[38]},{"name":"COMPONENT_VALID_FLAGS","features":[38]},{"name":"COMPRESSION_ENGINE_HIBER","features":[38]},{"name":"COMPRESSION_ENGINE_MAXIMUM","features":[38]},{"name":"COMPRESSION_ENGINE_STANDARD","features":[38]},{"name":"CORE_PARKING_POLICY_CHANGE_IDEAL","features":[38]},{"name":"CORE_PARKING_POLICY_CHANGE_MAX","features":[38]},{"name":"CORE_PARKING_POLICY_CHANGE_MULTISTEP","features":[38]},{"name":"CORE_PARKING_POLICY_CHANGE_ROCKET","features":[38]},{"name":"CORE_PARKING_POLICY_CHANGE_SINGLE","features":[38]},{"name":"COR_DELETED_NAME_LENGTH","features":[38]},{"name":"COR_ILMETHOD_SECT_SMALL_MAX_DATASIZE","features":[38]},{"name":"COR_VERSION_MAJOR","features":[38]},{"name":"COR_VERSION_MAJOR_V2","features":[38]},{"name":"COR_VERSION_MINOR","features":[38]},{"name":"COR_VTABLEGAP_NAME_LENGTH","features":[38]},{"name":"COR_VTABLE_32BIT","features":[38]},{"name":"COR_VTABLE_64BIT","features":[38]},{"name":"COR_VTABLE_CALL_MOST_DERIVED","features":[38]},{"name":"COR_VTABLE_FROM_UNMANAGED","features":[38]},{"name":"COR_VTABLE_FROM_UNMANAGED_RETAIN_APPDOMAIN","features":[38]},{"name":"CREATE_BOUNDARY_DESCRIPTOR_ADD_APPCONTAINER_SID","features":[38]},{"name":"CRITICAL_ACE_FLAG","features":[38]},{"name":"CTMF_INCLUDE_APPCONTAINER","features":[38]},{"name":"CTMF_INCLUDE_LPAC","features":[38]},{"name":"CompatibilityInformationInActivationContext","features":[38]},{"name":"CriticalError","features":[38]},{"name":"DECIMAL_NEG","features":[38]},{"name":"DEDICATED_MEMORY_CACHE_ELIGIBLE","features":[38]},{"name":"DEVICEFAMILYDEVICEFORM_KEY","features":[38]},{"name":"DEVICEFAMILYDEVICEFORM_VALUE","features":[38]},{"name":"DIAGNOSTIC_REASON_DETAILED_STRING","features":[38]},{"name":"DIAGNOSTIC_REASON_NOT_SPECIFIED","features":[38]},{"name":"DIAGNOSTIC_REASON_SIMPLE_STRING","features":[38]},{"name":"DIAGNOSTIC_REASON_VERSION","features":[38]},{"name":"DISCHARGE_POLICY_CRITICAL","features":[38]},{"name":"DISCHARGE_POLICY_LOW","features":[38]},{"name":"DISPATCHER_CONTEXT_NONVOLREG_ARM64","features":[38]},{"name":"DLL_PROCESS_ATTACH","features":[38]},{"name":"DLL_PROCESS_DETACH","features":[38]},{"name":"DLL_THREAD_ATTACH","features":[38]},{"name":"DLL_THREAD_DETACH","features":[38]},{"name":"DOMAIN_ALIAS_RID_ACCESS_CONTROL_ASSISTANCE_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_ACCOUNT_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_ADMINS","features":[38]},{"name":"DOMAIN_ALIAS_RID_AUTHORIZATIONACCESS","features":[38]},{"name":"DOMAIN_ALIAS_RID_BACKUP_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_CACHEABLE_PRINCIPALS_GROUP","features":[38]},{"name":"DOMAIN_ALIAS_RID_CERTSVC_DCOM_ACCESS_GROUP","features":[38]},{"name":"DOMAIN_ALIAS_RID_CRYPTO_OPERATORS","features":[38]},{"name":"DOMAIN_ALIAS_RID_DCOM_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_DEFAULT_ACCOUNT","features":[38]},{"name":"DOMAIN_ALIAS_RID_DEVICE_OWNERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_EVENT_LOG_READERS_GROUP","features":[38]},{"name":"DOMAIN_ALIAS_RID_GUESTS","features":[38]},{"name":"DOMAIN_ALIAS_RID_HYPER_V_ADMINS","features":[38]},{"name":"DOMAIN_ALIAS_RID_INCOMING_FOREST_TRUST_BUILDERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_IUSERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_LOGGING_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_MONITORING_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_NETWORK_CONFIGURATION_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_NON_CACHEABLE_PRINCIPALS_GROUP","features":[38]},{"name":"DOMAIN_ALIAS_RID_POWER_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_PREW2KCOMPACCESS","features":[38]},{"name":"DOMAIN_ALIAS_RID_PRINT_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_RAS_SERVERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_RDS_ENDPOINT_SERVERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_RDS_MANAGEMENT_SERVERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_RDS_REMOTE_ACCESS_SERVERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_REMOTE_MANAGEMENT_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_REPLICATOR","features":[38]},{"name":"DOMAIN_ALIAS_RID_STORAGE_REPLICA_ADMINS","features":[38]},{"name":"DOMAIN_ALIAS_RID_SYSTEM_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_TS_LICENSE_SERVERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_USERS","features":[38]},{"name":"DOMAIN_GROUP_RID_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_AUTHORIZATION_DATA_CONTAINS_CLAIMS","features":[38]},{"name":"DOMAIN_GROUP_RID_AUTHORIZATION_DATA_IS_COMPOUNDED","features":[38]},{"name":"DOMAIN_GROUP_RID_CDC_RESERVED","features":[38]},{"name":"DOMAIN_GROUP_RID_CERT_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_CLONEABLE_CONTROLLERS","features":[38]},{"name":"DOMAIN_GROUP_RID_COMPUTERS","features":[38]},{"name":"DOMAIN_GROUP_RID_CONTROLLERS","features":[38]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_KEY_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_READONLY_DOMAIN_CONTROLLERS","features":[38]},{"name":"DOMAIN_GROUP_RID_GUESTS","features":[38]},{"name":"DOMAIN_GROUP_RID_KEY_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_POLICY_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_PROTECTED_USERS","features":[38]},{"name":"DOMAIN_GROUP_RID_READONLY_CONTROLLERS","features":[38]},{"name":"DOMAIN_GROUP_RID_SCHEMA_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_USERS","features":[38]},{"name":"DOMAIN_USER_RID_ADMIN","features":[38]},{"name":"DOMAIN_USER_RID_DEFAULT_ACCOUNT","features":[38]},{"name":"DOMAIN_USER_RID_GUEST","features":[38]},{"name":"DOMAIN_USER_RID_KRBTGT","features":[38]},{"name":"DOMAIN_USER_RID_MAX","features":[38]},{"name":"DOMAIN_USER_RID_WDAG_ACCOUNT","features":[38]},{"name":"DYNAMIC_EH_CONTINUATION_TARGET_ADD","features":[38]},{"name":"DYNAMIC_EH_CONTINUATION_TARGET_PROCESSED","features":[38]},{"name":"DYNAMIC_ENFORCED_ADDRESS_RANGE_ADD","features":[38]},{"name":"DYNAMIC_ENFORCED_ADDRESS_RANGE_PROCESSED","features":[38]},{"name":"DemandLoad","features":[38]},{"name":"DisableLoad","features":[38]},{"name":"DriverType","features":[38]},{"name":"EMARCH_ENC_I17_IC_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IC_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IC_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IC_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41a_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41a_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41a_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41a_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41b_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41b_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41b_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41b_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41c_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41c_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41c_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41c_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM5C_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM5C_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM5C_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM5C_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM7B_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM7B_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM7B_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM7B_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM9D_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM9D_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM9D_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM9D_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_SIGN_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_SIGN_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_SIGN_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_SIGN_VAL_POS_X","features":[38]},{"name":"ENCLAVE_LONG_ID_LENGTH","features":[38]},{"name":"ENCLAVE_SHORT_ID_LENGTH","features":[38]},{"name":"ENCLAVE_TYPE_SGX","features":[38]},{"name":"ENCLAVE_TYPE_SGX2","features":[38]},{"name":"ENCLAVE_TYPE_VBS","features":[38]},{"name":"ENCLAVE_TYPE_VBS_BASIC","features":[38]},{"name":"ENCLAVE_VBS_FLAG_DEBUG","features":[38]},{"name":"ENLISTMENT_BASIC_INFORMATION","features":[38]},{"name":"ENLISTMENT_CRM_INFORMATION","features":[38]},{"name":"ENLISTMENT_INFORMATION_CLASS","features":[38]},{"name":"ENLISTMENT_QUERY_INFORMATION","features":[38]},{"name":"ENLISTMENT_RECOVER","features":[38]},{"name":"ENLISTMENT_SET_INFORMATION","features":[38]},{"name":"ENLISTMENT_SUBORDINATE_RIGHTS","features":[38]},{"name":"ENLISTMENT_SUPERIOR_RIGHTS","features":[38]},{"name":"ERROR_SEVERITY_ERROR","features":[38]},{"name":"ERROR_SEVERITY_INFORMATIONAL","features":[38]},{"name":"ERROR_SEVERITY_SUCCESS","features":[38]},{"name":"ERROR_SEVERITY_WARNING","features":[38]},{"name":"EVENTLOG_BACKWARDS_READ","features":[38]},{"name":"EVENTLOG_END_ALL_PAIRED_EVENTS","features":[38]},{"name":"EVENTLOG_END_PAIRED_EVENT","features":[38]},{"name":"EVENTLOG_FORWARDS_READ","features":[38]},{"name":"EVENTLOG_PAIRED_EVENT_ACTIVE","features":[38]},{"name":"EVENTLOG_PAIRED_EVENT_INACTIVE","features":[38]},{"name":"EVENTLOG_START_PAIRED_EVENT","features":[38]},{"name":"EXCEPTION_COLLIDED_UNWIND","features":[38]},{"name":"EXCEPTION_EXECUTE_FAULT","features":[38]},{"name":"EXCEPTION_EXIT_UNWIND","features":[38]},{"name":"EXCEPTION_MAXIMUM_PARAMETERS","features":[38]},{"name":"EXCEPTION_NESTED_CALL","features":[38]},{"name":"EXCEPTION_NONCONTINUABLE","features":[38]},{"name":"EXCEPTION_READ_FAULT","features":[38]},{"name":"EXCEPTION_SOFTWARE_ORIGINATE","features":[38]},{"name":"EXCEPTION_STACK_INVALID","features":[38]},{"name":"EXCEPTION_TARGET_UNWIND","features":[38]},{"name":"EXCEPTION_UNWINDING","features":[38]},{"name":"EXCEPTION_WRITE_FAULT","features":[38]},{"name":"EnlistmentBasicInformation","features":[38]},{"name":"EnlistmentCrmInformation","features":[38]},{"name":"EnlistmentRecoveryInformation","features":[38]},{"name":"FAST_FAIL_ADMINLESS_ACCESS_DENIED","features":[38]},{"name":"FAST_FAIL_APCS_DISABLED","features":[38]},{"name":"FAST_FAIL_CAST_GUARD","features":[38]},{"name":"FAST_FAIL_CERTIFICATION_FAILURE","features":[38]},{"name":"FAST_FAIL_CONTROL_INVALID_RETURN_ADDRESS","features":[38]},{"name":"FAST_FAIL_CORRUPT_LIST_ENTRY","features":[38]},{"name":"FAST_FAIL_CRYPTO_LIBRARY","features":[38]},{"name":"FAST_FAIL_DEPRECATED_SERVICE_INVOKED","features":[38]},{"name":"FAST_FAIL_DLOAD_PROTECTION_FAILURE","features":[38]},{"name":"FAST_FAIL_ENCLAVE_CALL_FAILURE","features":[38]},{"name":"FAST_FAIL_ETW_CORRUPTION","features":[38]},{"name":"FAST_FAIL_FATAL_APP_EXIT","features":[38]},{"name":"FAST_FAIL_FLAGS_CORRUPTION","features":[38]},{"name":"FAST_FAIL_GS_COOKIE_INIT","features":[38]},{"name":"FAST_FAIL_GUARD_EXPORT_SUPPRESSION_FAILURE","features":[38]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_FAILURE","features":[38]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_FAILURE_XFG","features":[38]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_SUPPRESSED","features":[38]},{"name":"FAST_FAIL_GUARD_JUMPTABLE","features":[38]},{"name":"FAST_FAIL_GUARD_SS_FAILURE","features":[38]},{"name":"FAST_FAIL_GUARD_WRITE_CHECK_FAILURE","features":[38]},{"name":"FAST_FAIL_HEAP_METADATA_CORRUPTION","features":[38]},{"name":"FAST_FAIL_HOST_VISIBILITY_CHANGE","features":[38]},{"name":"FAST_FAIL_INCORRECT_STACK","features":[38]},{"name":"FAST_FAIL_INVALID_ARG","features":[38]},{"name":"FAST_FAIL_INVALID_BALANCED_TREE","features":[38]},{"name":"FAST_FAIL_INVALID_BUFFER_ACCESS","features":[38]},{"name":"FAST_FAIL_INVALID_CALL_IN_DLL_CALLOUT","features":[38]},{"name":"FAST_FAIL_INVALID_CONTROL_STACK","features":[38]},{"name":"FAST_FAIL_INVALID_DISPATCH_CONTEXT","features":[38]},{"name":"FAST_FAIL_INVALID_EXCEPTION_CHAIN","features":[38]},{"name":"FAST_FAIL_INVALID_FAST_FAIL_CODE","features":[38]},{"name":"FAST_FAIL_INVALID_FIBER_SWITCH","features":[38]},{"name":"FAST_FAIL_INVALID_FILE_OPERATION","features":[38]},{"name":"FAST_FAIL_INVALID_FLS_DATA","features":[38]},{"name":"FAST_FAIL_INVALID_IAT","features":[38]},{"name":"FAST_FAIL_INVALID_IDLE_STATE","features":[38]},{"name":"FAST_FAIL_INVALID_IMAGE_BASE","features":[38]},{"name":"FAST_FAIL_INVALID_JUMP_BUFFER","features":[38]},{"name":"FAST_FAIL_INVALID_LOCK_STATE","features":[38]},{"name":"FAST_FAIL_INVALID_LONGJUMP_TARGET","features":[38]},{"name":"FAST_FAIL_INVALID_NEXT_THREAD","features":[38]},{"name":"FAST_FAIL_INVALID_PFN","features":[38]},{"name":"FAST_FAIL_INVALID_REFERENCE_COUNT","features":[38]},{"name":"FAST_FAIL_INVALID_SET_OF_CONTEXT","features":[38]},{"name":"FAST_FAIL_INVALID_SYSCALL_NUMBER","features":[38]},{"name":"FAST_FAIL_INVALID_THREAD","features":[38]},{"name":"FAST_FAIL_KERNEL_CET_SHADOW_STACK_ASSIST","features":[38]},{"name":"FAST_FAIL_LEGACY_GS_VIOLATION","features":[38]},{"name":"FAST_FAIL_LOADER_CONTINUITY_FAILURE","features":[38]},{"name":"FAST_FAIL_LOW_LABEL_ACCESS_DENIED","features":[38]},{"name":"FAST_FAIL_LPAC_ACCESS_DENIED","features":[38]},{"name":"FAST_FAIL_MRDATA_MODIFIED","features":[38]},{"name":"FAST_FAIL_MRDATA_PROTECTION_FAILURE","features":[38]},{"name":"FAST_FAIL_NTDLL_PATCH_FAILED","features":[38]},{"name":"FAST_FAIL_PATCH_CALLBACK_FAILED","features":[38]},{"name":"FAST_FAIL_PAYLOAD_RESTRICTION_VIOLATION","features":[38]},{"name":"FAST_FAIL_RANGE_CHECK_FAILURE","features":[38]},{"name":"FAST_FAIL_RIO_ABORT","features":[38]},{"name":"FAST_FAIL_SET_CONTEXT_DENIED","features":[38]},{"name":"FAST_FAIL_STACK_COOKIE_CHECK_FAILURE","features":[38]},{"name":"FAST_FAIL_UNEXPECTED_CALL","features":[38]},{"name":"FAST_FAIL_UNEXPECTED_HEAP_EXCEPTION","features":[38]},{"name":"FAST_FAIL_UNEXPECTED_HOST_BEHAVIOR","features":[38]},{"name":"FAST_FAIL_UNHANDLED_LSS_EXCEPTON","features":[38]},{"name":"FAST_FAIL_UNSAFE_EXTENSION_CALL","features":[38]},{"name":"FAST_FAIL_UNSAFE_REGISTRY_ACCESS","features":[38]},{"name":"FAST_FAIL_VEH_CORRUPTION","features":[38]},{"name":"FAST_FAIL_VTGUARD_CHECK_FAILURE","features":[38]},{"name":"FILE_ATTRIBUTE_STRICTLY_SEQUENTIAL","features":[38]},{"name":"FILE_CASE_PRESERVED_NAMES","features":[38]},{"name":"FILE_CASE_SENSITIVE_SEARCH","features":[38]},{"name":"FILE_CS_FLAG_CASE_SENSITIVE_DIR","features":[38]},{"name":"FILE_DAX_VOLUME","features":[38]},{"name":"FILE_FILE_COMPRESSION","features":[38]},{"name":"FILE_NAMED_STREAMS","features":[38]},{"name":"FILE_NAME_FLAGS_UNSPECIFIED","features":[38]},{"name":"FILE_NAME_FLAG_BOTH","features":[38]},{"name":"FILE_NAME_FLAG_DOS","features":[38]},{"name":"FILE_NAME_FLAG_HARDLINK","features":[38]},{"name":"FILE_NAME_FLAG_NTFS","features":[38]},{"name":"FILE_NOTIFY_FULL_INFORMATION","features":[38]},{"name":"FILE_PERSISTENT_ACLS","features":[38]},{"name":"FILE_READ_ONLY_VOLUME","features":[38]},{"name":"FILE_RETURNS_CLEANUP_RESULT_INFO","features":[38]},{"name":"FILE_SEQUENTIAL_WRITE_ONCE","features":[38]},{"name":"FILE_SUPPORTS_BLOCK_REFCOUNTING","features":[38]},{"name":"FILE_SUPPORTS_BYPASS_IO","features":[38]},{"name":"FILE_SUPPORTS_CASE_SENSITIVE_DIRS","features":[38]},{"name":"FILE_SUPPORTS_ENCRYPTION","features":[38]},{"name":"FILE_SUPPORTS_EXTENDED_ATTRIBUTES","features":[38]},{"name":"FILE_SUPPORTS_GHOSTING","features":[38]},{"name":"FILE_SUPPORTS_HARD_LINKS","features":[38]},{"name":"FILE_SUPPORTS_INTEGRITY_STREAMS","features":[38]},{"name":"FILE_SUPPORTS_OBJECT_IDS","features":[38]},{"name":"FILE_SUPPORTS_OPEN_BY_FILE_ID","features":[38]},{"name":"FILE_SUPPORTS_POSIX_UNLINK_RENAME","features":[38]},{"name":"FILE_SUPPORTS_REMOTE_STORAGE","features":[38]},{"name":"FILE_SUPPORTS_REPARSE_POINTS","features":[38]},{"name":"FILE_SUPPORTS_SPARSE_FILES","features":[38]},{"name":"FILE_SUPPORTS_SPARSE_VDL","features":[38]},{"name":"FILE_SUPPORTS_STREAM_SNAPSHOTS","features":[38]},{"name":"FILE_SUPPORTS_TRANSACTIONS","features":[38]},{"name":"FILE_SUPPORTS_USN_JOURNAL","features":[38]},{"name":"FILE_UNICODE_ON_DISK","features":[38]},{"name":"FILE_VOLUME_IS_COMPRESSED","features":[38]},{"name":"FILE_VOLUME_QUOTAS","features":[38]},{"name":"FILL_NV_MEMORY_FLAG_FLUSH","features":[38]},{"name":"FILL_NV_MEMORY_FLAG_NON_TEMPORAL","features":[38]},{"name":"FILL_NV_MEMORY_FLAG_NO_DRAIN","features":[38]},{"name":"FLS_MAXIMUM_AVAILABLE","features":[38]},{"name":"FLUSH_FLAGS_FILE_DATA_ONLY","features":[38]},{"name":"FLUSH_FLAGS_FILE_DATA_SYNC_ONLY","features":[38]},{"name":"FLUSH_FLAGS_NO_SYNC","features":[38]},{"name":"FLUSH_NV_MEMORY_IN_FLAG_NO_DRAIN","features":[38]},{"name":"FOREST_USER_RID_MAX","features":[38]},{"name":"FRAME_FPO","features":[38]},{"name":"FRAME_NONFPO","features":[38]},{"name":"FRAME_TRAP","features":[38]},{"name":"FRAME_TSS","features":[38]},{"name":"FileInformationInAssemblyOfAssemblyInActivationContext","features":[38]},{"name":"FileInformationInAssemblyOfAssemblyInActivationContxt","features":[38]},{"name":"FileSystemType","features":[38]},{"name":"GC_ALLGESTURES","features":[38]},{"name":"GC_PAN","features":[38]},{"name":"GC_PAN_WITH_GUTTER","features":[38]},{"name":"GC_PAN_WITH_INERTIA","features":[38]},{"name":"GC_PAN_WITH_SINGLE_FINGER_HORIZONTALLY","features":[38]},{"name":"GC_PAN_WITH_SINGLE_FINGER_VERTICALLY","features":[38]},{"name":"GC_PRESSANDTAP","features":[38]},{"name":"GC_ROLLOVER","features":[38]},{"name":"GC_ROTATE","features":[38]},{"name":"GC_TWOFINGERTAP","features":[38]},{"name":"GC_ZOOM","features":[38]},{"name":"GDI_NONREMOTE","features":[43,38]},{"name":"GESTURECONFIG_FLAGS","features":[38]},{"name":"GUID_ACDC_POWER_SOURCE","features":[38]},{"name":"GUID_ACTIVE_POWERSCHEME","features":[38]},{"name":"GUID_ADAPTIVE_INPUT_CONTROLLER_STATE","features":[38]},{"name":"GUID_ADAPTIVE_POWER_BEHAVIOR_SUBGROUP","features":[38]},{"name":"GUID_ADVANCED_COLOR_QUALITY_BIAS","features":[38]},{"name":"GUID_ALLOW_AWAYMODE","features":[38]},{"name":"GUID_ALLOW_DISPLAY_REQUIRED","features":[38]},{"name":"GUID_ALLOW_RTC_WAKE","features":[38]},{"name":"GUID_ALLOW_STANDBY_STATES","features":[38]},{"name":"GUID_ALLOW_SYSTEM_REQUIRED","features":[38]},{"name":"GUID_APPLAUNCH_BUTTON","features":[38]},{"name":"GUID_BACKGROUND_TASK_NOTIFICATION","features":[38]},{"name":"GUID_BATTERY_COUNT","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_0","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_1","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_2","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_3","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_0","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_1","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_2","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_3","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_0","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_1","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_2","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_3","features":[38]},{"name":"GUID_BATTERY_PERCENTAGE_REMAINING","features":[38]},{"name":"GUID_BATTERY_SUBGROUP","features":[38]},{"name":"GUID_CONNECTIVITY_IN_STANDBY","features":[38]},{"name":"GUID_CONSOLE_DISPLAY_STATE","features":[38]},{"name":"GUID_CRITICAL_POWER_TRANSITION","features":[38]},{"name":"GUID_DEEP_SLEEP_ENABLED","features":[38]},{"name":"GUID_DEEP_SLEEP_PLATFORM_STATE","features":[38]},{"name":"GUID_DEVICE_IDLE_POLICY","features":[38]},{"name":"GUID_DEVICE_POWER_POLICY_VIDEO_BRIGHTNESS","features":[38]},{"name":"GUID_DEVICE_POWER_POLICY_VIDEO_DIM_BRIGHTNESS","features":[38]},{"name":"GUID_DISCONNECTED_STANDBY_MODE","features":[38]},{"name":"GUID_DISK_ADAPTIVE_POWERDOWN","features":[38]},{"name":"GUID_DISK_BURST_IGNORE_THRESHOLD","features":[38]},{"name":"GUID_DISK_COALESCING_POWERDOWN_TIMEOUT","features":[38]},{"name":"GUID_DISK_IDLE_TIMEOUT","features":[38]},{"name":"GUID_DISK_MAX_POWER","features":[38]},{"name":"GUID_DISK_NVME_NOPPME","features":[38]},{"name":"GUID_DISK_POWERDOWN_TIMEOUT","features":[38]},{"name":"GUID_DISK_SUBGROUP","features":[38]},{"name":"GUID_ENABLE_SWITCH_FORCED_SHUTDOWN","features":[38]},{"name":"GUID_ENERGY_SAVER_BATTERY_THRESHOLD","features":[38]},{"name":"GUID_ENERGY_SAVER_BRIGHTNESS","features":[38]},{"name":"GUID_ENERGY_SAVER_POLICY","features":[38]},{"name":"GUID_ENERGY_SAVER_SUBGROUP","features":[38]},{"name":"GUID_EXECUTION_REQUIRED_REQUEST_TIMEOUT","features":[38]},{"name":"GUID_GLOBAL_USER_PRESENCE","features":[38]},{"name":"GUID_GPU_PREFERENCE_POLICY","features":[38]},{"name":"GUID_GRAPHICS_SUBGROUP","features":[38]},{"name":"GUID_HIBERNATE_FASTS4_POLICY","features":[38]},{"name":"GUID_HIBERNATE_TIMEOUT","features":[38]},{"name":"GUID_HUPR_ADAPTIVE_AWAY_DIM_TIMEOUT","features":[38]},{"name":"GUID_HUPR_ADAPTIVE_AWAY_DISPLAY_TIMEOUT","features":[38]},{"name":"GUID_HUPR_ADAPTIVE_INATTENTIVE_DIM_TIMEOUT","features":[38]},{"name":"GUID_HUPR_ADAPTIVE_INATTENTIVE_DISPLAY_TIMEOUT","features":[38]},{"name":"GUID_IDLE_BACKGROUND_TASK","features":[38]},{"name":"GUID_IDLE_RESILIENCY_PERIOD","features":[38]},{"name":"GUID_IDLE_RESILIENCY_SUBGROUP","features":[38]},{"name":"GUID_INTSTEER_LOAD_PER_PROC_TRIGGER","features":[38]},{"name":"GUID_INTSTEER_MODE","features":[38]},{"name":"GUID_INTSTEER_SUBGROUP","features":[38]},{"name":"GUID_INTSTEER_TIME_UNPARK_TRIGGER","features":[38]},{"name":"GUID_LEGACY_RTC_MITIGATION","features":[38]},{"name":"GUID_LIDCLOSE_ACTION","features":[38]},{"name":"GUID_LIDOPEN_POWERSTATE","features":[38]},{"name":"GUID_LIDSWITCH_STATE_CHANGE","features":[38]},{"name":"GUID_LIDSWITCH_STATE_RELIABILITY","features":[38]},{"name":"GUID_LOCK_CONSOLE_ON_WAKE","features":[38]},{"name":"GUID_MAX_POWER_SAVINGS","features":[38]},{"name":"GUID_MIN_POWER_SAVINGS","features":[38]},{"name":"GUID_MIXED_REALITY_MODE","features":[38]},{"name":"GUID_MONITOR_POWER_ON","features":[38]},{"name":"GUID_NON_ADAPTIVE_INPUT_TIMEOUT","features":[38]},{"name":"GUID_PCIEXPRESS_ASPM_POLICY","features":[38]},{"name":"GUID_PCIEXPRESS_SETTINGS_SUBGROUP","features":[38]},{"name":"GUID_POWERBUTTON_ACTION","features":[38]},{"name":"GUID_POWERSCHEME_PERSONALITY","features":[38]},{"name":"GUID_POWER_SAVING_STATUS","features":[38]},{"name":"GUID_PROCESSOR_ALLOW_THROTTLING","features":[38]},{"name":"GUID_PROCESSOR_CLASS0_FLOOR_PERF","features":[38]},{"name":"GUID_PROCESSOR_CLASS1_INITIAL_PERF","features":[38]},{"name":"GUID_PROCESSOR_COMPLEX_PARKING_POLICY","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_HISTORY_DECREASE_FACTOR","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_HISTORY_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_WEIGHTING","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_MAX_CORES","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_MAX_CORES_1","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_MIN_CORES","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_MIN_CORES_1","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_HISTORY_DECREASE_FACTOR","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_HISTORY_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_WEIGHTING","features":[38]},{"name":"GUID_PROCESSOR_DISTRIBUTE_UTILITY","features":[38]},{"name":"GUID_PROCESSOR_DUTY_CYCLING","features":[38]},{"name":"GUID_PROCESSOR_FREQUENCY_LIMIT","features":[38]},{"name":"GUID_PROCESSOR_FREQUENCY_LIMIT_1","features":[38]},{"name":"GUID_PROCESSOR_HETEROGENEOUS_POLICY","features":[38]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_IDLESTATE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_IDLE_ALLOW_SCALING","features":[38]},{"name":"GUID_PROCESSOR_IDLE_DEMOTE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_IDLE_DISABLE","features":[38]},{"name":"GUID_PROCESSOR_IDLE_PROMOTE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_IDLE_STATE_MAXIMUM","features":[38]},{"name":"GUID_PROCESSOR_IDLE_TIME_CHECK","features":[38]},{"name":"GUID_PROCESSOR_LATENCY_HINT_MIN_UNPARK","features":[38]},{"name":"GUID_PROCESSOR_LATENCY_HINT_MIN_UNPARK_1","features":[38]},{"name":"GUID_PROCESSOR_LONG_THREAD_ARCH_CLASS_LOWER_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_LONG_THREAD_ARCH_CLASS_UPPER_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_MODULE_PARKING_POLICY","features":[38]},{"name":"GUID_PROCESSOR_PARKING_CONCURRENCY_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_PARKING_CORE_OVERRIDE","features":[38]},{"name":"GUID_PROCESSOR_PARKING_DISTRIBUTION_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_PARKING_HEADROOM_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_PARKING_PERF_STATE","features":[38]},{"name":"GUID_PROCESSOR_PARKING_PERF_STATE_1","features":[38]},{"name":"GUID_PROCESSOR_PERFSTATE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_PERF_AUTONOMOUS_ACTIVITY_WINDOW","features":[38]},{"name":"GUID_PROCESSOR_PERF_AUTONOMOUS_MODE","features":[38]},{"name":"GUID_PROCESSOR_PERF_BOOST_MODE","features":[38]},{"name":"GUID_PROCESSOR_PERF_BOOST_POLICY","features":[38]},{"name":"GUID_PROCESSOR_PERF_CORE_PARKING_HISTORY","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_HISTORY","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_POLICY_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_TIME_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_ENERGY_PERFORMANCE_PREFERENCE","features":[38]},{"name":"GUID_PROCESSOR_PERF_ENERGY_PERFORMANCE_PREFERENCE_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_HISTORY","features":[38]},{"name":"GUID_PROCESSOR_PERF_HISTORY_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_HISTORY","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_POLICY_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_TIME_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT","features":[38]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT_PERF","features":[38]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT_PERF_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_TIME_CHECK","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_TIME","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_TIME_1","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_TIME","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_TIME_1","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_EPP_CEILING","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_EPP_CEILING_1","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_PERF_FLOOR","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_PERF_FLOOR_1","features":[38]},{"name":"GUID_PROCESSOR_SETTINGS_SUBGROUP","features":[38]},{"name":"GUID_PROCESSOR_SHORT_THREAD_ARCH_CLASS_LOWER_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_SHORT_THREAD_ARCH_CLASS_UPPER_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_SHORT_THREAD_RUNTIME_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_SHORT_THREAD_SCHEDULING_POLICY","features":[38]},{"name":"GUID_PROCESSOR_SMT_UNPARKING_POLICY","features":[38]},{"name":"GUID_PROCESSOR_SOFT_PARKING_LATENCY","features":[38]},{"name":"GUID_PROCESSOR_THREAD_SCHEDULING_POLICY","features":[38]},{"name":"GUID_PROCESSOR_THROTTLE_MAXIMUM","features":[38]},{"name":"GUID_PROCESSOR_THROTTLE_MAXIMUM_1","features":[38]},{"name":"GUID_PROCESSOR_THROTTLE_MINIMUM","features":[38]},{"name":"GUID_PROCESSOR_THROTTLE_MINIMUM_1","features":[38]},{"name":"GUID_PROCESSOR_THROTTLE_POLICY","features":[38]},{"name":"GUID_SESSION_DISPLAY_STATUS","features":[38]},{"name":"GUID_SESSION_USER_PRESENCE","features":[38]},{"name":"GUID_SLEEPBUTTON_ACTION","features":[38]},{"name":"GUID_SLEEP_IDLE_THRESHOLD","features":[38]},{"name":"GUID_SLEEP_SUBGROUP","features":[38]},{"name":"GUID_SPR_ACTIVE_SESSION_CHANGE","features":[38]},{"name":"GUID_STANDBY_BUDGET_GRACE_PERIOD","features":[38]},{"name":"GUID_STANDBY_BUDGET_PERCENT","features":[38]},{"name":"GUID_STANDBY_RESERVE_GRACE_PERIOD","features":[38]},{"name":"GUID_STANDBY_RESERVE_TIME","features":[38]},{"name":"GUID_STANDBY_RESET_PERCENT","features":[38]},{"name":"GUID_STANDBY_TIMEOUT","features":[38]},{"name":"GUID_SYSTEM_AWAYMODE","features":[38]},{"name":"GUID_SYSTEM_BUTTON_SUBGROUP","features":[38]},{"name":"GUID_SYSTEM_COOLING_POLICY","features":[38]},{"name":"GUID_TYPICAL_POWER_SAVINGS","features":[38]},{"name":"GUID_UNATTEND_SLEEP_TIMEOUT","features":[38]},{"name":"GUID_USERINTERFACEBUTTON_ACTION","features":[38]},{"name":"GUID_USER_PRESENCE_PREDICTION","features":[38]},{"name":"GUID_VIDEO_ADAPTIVE_DISPLAY_BRIGHTNESS","features":[38]},{"name":"GUID_VIDEO_ADAPTIVE_PERCENT_INCREASE","features":[38]},{"name":"GUID_VIDEO_ADAPTIVE_POWERDOWN","features":[38]},{"name":"GUID_VIDEO_ANNOYANCE_TIMEOUT","features":[38]},{"name":"GUID_VIDEO_CONSOLE_LOCK_TIMEOUT","features":[38]},{"name":"GUID_VIDEO_CURRENT_MONITOR_BRIGHTNESS","features":[38]},{"name":"GUID_VIDEO_DIM_TIMEOUT","features":[38]},{"name":"GUID_VIDEO_POWERDOWN_TIMEOUT","features":[38]},{"name":"GUID_VIDEO_SUBGROUP","features":[38]},{"name":"HEAP_OPTIMIZE_RESOURCES_CURRENT_VERSION","features":[38]},{"name":"HEAP_OPTIMIZE_RESOURCES_INFORMATION","features":[38]},{"name":"HIBERFILE_BUCKET","features":[38]},{"name":"HIBERFILE_BUCKET_SIZE","features":[38]},{"name":"HIBERFILE_TYPE_FULL","features":[38]},{"name":"HIBERFILE_TYPE_MAX","features":[38]},{"name":"HIBERFILE_TYPE_NONE","features":[38]},{"name":"HIBERFILE_TYPE_REDUCED","features":[38]},{"name":"HiberFileBucket16GB","features":[38]},{"name":"HiberFileBucket1GB","features":[38]},{"name":"HiberFileBucket2GB","features":[38]},{"name":"HiberFileBucket32GB","features":[38]},{"name":"HiberFileBucket4GB","features":[38]},{"name":"HiberFileBucket8GB","features":[38]},{"name":"HiberFileBucketMax","features":[38]},{"name":"HiberFileBucketUnlimited","features":[38]},{"name":"IGP_CONVERSION","features":[38]},{"name":"IGP_GETIMEVERSION","features":[38]},{"name":"IGP_ID","features":[38]},{"name":"IGP_PROPERTY","features":[38]},{"name":"IGP_SELECT","features":[38]},{"name":"IGP_SENTENCE","features":[38]},{"name":"IGP_SETCOMPSTR","features":[38]},{"name":"IGP_UI","features":[38]},{"name":"IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY","features":[38]},{"name":"IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY","features":[38]},{"name":"IMAGE_ARCHITECTURE_ENTRY","features":[38]},{"name":"IMAGE_ARCHITECTURE_HEADER","features":[38]},{"name":"IMAGE_ARCHIVE_END","features":[38]},{"name":"IMAGE_ARCHIVE_HYBRIDMAP_MEMBER","features":[38]},{"name":"IMAGE_ARCHIVE_LINKER_MEMBER","features":[38]},{"name":"IMAGE_ARCHIVE_LONGNAMES_MEMBER","features":[38]},{"name":"IMAGE_ARCHIVE_MEMBER_HEADER","features":[38]},{"name":"IMAGE_ARCHIVE_PAD","features":[38]},{"name":"IMAGE_ARCHIVE_START","features":[38]},{"name":"IMAGE_ARCHIVE_START_SIZE","features":[38]},{"name":"IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA","features":[38]},{"name":"IMAGE_ARM_RUNTIME_FUNCTION_ENTRY","features":[38]},{"name":"IMAGE_AUX_SYMBOL","features":[38]},{"name":"IMAGE_AUX_SYMBOL_EX","features":[38]},{"name":"IMAGE_AUX_SYMBOL_TOKEN_DEF","features":[38]},{"name":"IMAGE_AUX_SYMBOL_TYPE","features":[38]},{"name":"IMAGE_AUX_SYMBOL_TYPE_TOKEN_DEF","features":[38]},{"name":"IMAGE_BASE_RELOCATION","features":[38]},{"name":"IMAGE_BDD_DYNAMIC_RELOCATION","features":[38]},{"name":"IMAGE_BDD_INFO","features":[38]},{"name":"IMAGE_BOUND_FORWARDER_REF","features":[38]},{"name":"IMAGE_BOUND_IMPORT_DESCRIPTOR","features":[38]},{"name":"IMAGE_CE_RUNTIME_FUNCTION_ENTRY","features":[38]},{"name":"IMAGE_COMDAT_SELECT_ANY","features":[38]},{"name":"IMAGE_COMDAT_SELECT_ASSOCIATIVE","features":[38]},{"name":"IMAGE_COMDAT_SELECT_EXACT_MATCH","features":[38]},{"name":"IMAGE_COMDAT_SELECT_LARGEST","features":[38]},{"name":"IMAGE_COMDAT_SELECT_NEWEST","features":[38]},{"name":"IMAGE_COMDAT_SELECT_NODUPLICATES","features":[38]},{"name":"IMAGE_COMDAT_SELECT_SAME_SIZE","features":[38]},{"name":"IMAGE_COR_EATJ_THUNK_SIZE","features":[38]},{"name":"IMAGE_COR_MIH_BASICBLOCK","features":[38]},{"name":"IMAGE_COR_MIH_EHRVA","features":[38]},{"name":"IMAGE_COR_MIH_METHODRVA","features":[38]},{"name":"IMAGE_DEBUG_MISC","features":[3,38]},{"name":"IMAGE_DEBUG_MISC_EXENAME","features":[38]},{"name":"IMAGE_DEBUG_TYPE_BBT","features":[38]},{"name":"IMAGE_DEBUG_TYPE_CLSID","features":[38]},{"name":"IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS","features":[38]},{"name":"IMAGE_DEBUG_TYPE_ILTCG","features":[38]},{"name":"IMAGE_DEBUG_TYPE_MPX","features":[38]},{"name":"IMAGE_DEBUG_TYPE_OMAP_FROM_SRC","features":[38]},{"name":"IMAGE_DEBUG_TYPE_OMAP_TO_SRC","features":[38]},{"name":"IMAGE_DEBUG_TYPE_POGO","features":[38]},{"name":"IMAGE_DEBUG_TYPE_REPRO","features":[38]},{"name":"IMAGE_DEBUG_TYPE_RESERVED10","features":[38]},{"name":"IMAGE_DEBUG_TYPE_SPGO","features":[38]},{"name":"IMAGE_DEBUG_TYPE_VC_FEATURE","features":[38]},{"name":"IMAGE_DOS_HEADER","features":[38]},{"name":"IMAGE_DOS_SIGNATURE","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION32","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION32_V2","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION64","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION64_V2","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_FUNCTION_OVERRIDE","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_IMPORT_CONTROL_TRANSFER","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_INDIR_CONTROL_TRANSFER","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_RF_EPILOGUE","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_RF_PROLOGUE","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_SWITCHTABLE_BRANCH","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_TABLE","features":[38]},{"name":"IMAGE_ENCLAVE_FLAG_PRIMARY_IMAGE","features":[38]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_AUTHOR_ID","features":[38]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_FAMILY_ID","features":[38]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_IMAGE_ID","features":[38]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_NONE","features":[38]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_UNIQUE_ID","features":[38]},{"name":"IMAGE_ENCLAVE_LONG_ID_LENGTH","features":[38]},{"name":"IMAGE_ENCLAVE_POLICY_DEBUGGABLE","features":[38]},{"name":"IMAGE_ENCLAVE_SHORT_ID_LENGTH","features":[38]},{"name":"IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER","features":[38]},{"name":"IMAGE_EXPORT_DIRECTORY","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_ARM64_BRANCH26","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_ARM64_THUNK","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_HEADER","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_INVALID","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_X64_REL32","features":[38]},{"name":"IMAGE_GUARD_CASTGUARD_PRESENT","features":[38]},{"name":"IMAGE_GUARD_CFW_INSTRUMENTED","features":[38]},{"name":"IMAGE_GUARD_CF_ENABLE_EXPORT_SUPPRESSION","features":[38]},{"name":"IMAGE_GUARD_CF_EXPORT_SUPPRESSION_INFO_PRESENT","features":[38]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_PRESENT","features":[38]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_MASK","features":[38]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_SHIFT","features":[38]},{"name":"IMAGE_GUARD_CF_INSTRUMENTED","features":[38]},{"name":"IMAGE_GUARD_CF_LONGJUMP_TABLE_PRESENT","features":[38]},{"name":"IMAGE_GUARD_DELAYLOAD_IAT_IN_ITS_OWN_SECTION","features":[38]},{"name":"IMAGE_GUARD_EH_CONTINUATION_TABLE_PRESENT","features":[38]},{"name":"IMAGE_GUARD_FLAG_EXPORT_SUPPRESSED","features":[38]},{"name":"IMAGE_GUARD_FLAG_FID_LANGEXCPTHANDLER","features":[38]},{"name":"IMAGE_GUARD_FLAG_FID_SUPPRESSED","features":[38]},{"name":"IMAGE_GUARD_FLAG_FID_XFG","features":[38]},{"name":"IMAGE_GUARD_MEMCPY_PRESENT","features":[38]},{"name":"IMAGE_GUARD_PROTECT_DELAYLOAD_IAT","features":[38]},{"name":"IMAGE_GUARD_RETPOLINE_PRESENT","features":[38]},{"name":"IMAGE_GUARD_RF_ENABLE","features":[38]},{"name":"IMAGE_GUARD_RF_INSTRUMENTED","features":[38]},{"name":"IMAGE_GUARD_RF_STRICT","features":[38]},{"name":"IMAGE_GUARD_SECURITY_COOKIE_UNUSED","features":[38]},{"name":"IMAGE_GUARD_XFG_ENABLED","features":[38]},{"name":"IMAGE_HOT_PATCH_ABSOLUTE","features":[38]},{"name":"IMAGE_HOT_PATCH_BASE","features":[38]},{"name":"IMAGE_HOT_PATCH_BASE_CAN_ROLL_BACK","features":[38]},{"name":"IMAGE_HOT_PATCH_BASE_OBLIGATORY","features":[38]},{"name":"IMAGE_HOT_PATCH_CALL_TARGET","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_INVERSE","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_OBLIGATORY","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_RESERVED","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_SIZE","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_SOURCE_RVA","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_TARGET_RVA","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_TYPE","features":[38]},{"name":"IMAGE_HOT_PATCH_DYNAMIC_VALUE","features":[38]},{"name":"IMAGE_HOT_PATCH_FUNCTION","features":[38]},{"name":"IMAGE_HOT_PATCH_HASHES","features":[38]},{"name":"IMAGE_HOT_PATCH_INDIRECT","features":[38]},{"name":"IMAGE_HOT_PATCH_INFO","features":[38]},{"name":"IMAGE_HOT_PATCH_NONE","features":[38]},{"name":"IMAGE_HOT_PATCH_NO_CALL_TARGET","features":[38]},{"name":"IMAGE_HOT_PATCH_REL32","features":[38]},{"name":"IMAGE_IMPORT_BY_NAME","features":[38]},{"name":"IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION","features":[38]},{"name":"IMAGE_IMPORT_DESCRIPTOR","features":[38]},{"name":"IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION","features":[38]},{"name":"IMAGE_LINENUMBER","features":[38]},{"name":"IMAGE_NT_SIGNATURE","features":[38]},{"name":"IMAGE_NUMBEROF_DIRECTORY_ENTRIES","features":[38]},{"name":"IMAGE_ORDINAL_FLAG32","features":[38]},{"name":"IMAGE_ORDINAL_FLAG64","features":[38]},{"name":"IMAGE_OS2_HEADER","features":[38]},{"name":"IMAGE_OS2_SIGNATURE","features":[38]},{"name":"IMAGE_OS2_SIGNATURE_LE","features":[38]},{"name":"IMAGE_POLICY_ENTRY","features":[3,38]},{"name":"IMAGE_POLICY_ENTRY_TYPE","features":[38]},{"name":"IMAGE_POLICY_ID","features":[38]},{"name":"IMAGE_POLICY_METADATA","features":[3,38]},{"name":"IMAGE_POLICY_METADATA_VERSION","features":[38]},{"name":"IMAGE_POLICY_SECTION_NAME","features":[38]},{"name":"IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER","features":[38]},{"name":"IMAGE_RELOCATION","features":[38]},{"name":"IMAGE_REL_ALPHA_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_ALPHA_BRADDR","features":[38]},{"name":"IMAGE_REL_ALPHA_GPDISP","features":[38]},{"name":"IMAGE_REL_ALPHA_GPREL32","features":[38]},{"name":"IMAGE_REL_ALPHA_GPRELHI","features":[38]},{"name":"IMAGE_REL_ALPHA_GPRELLO","features":[38]},{"name":"IMAGE_REL_ALPHA_HINT","features":[38]},{"name":"IMAGE_REL_ALPHA_INLINE_REFLONG","features":[38]},{"name":"IMAGE_REL_ALPHA_LITERAL","features":[38]},{"name":"IMAGE_REL_ALPHA_LITUSE","features":[38]},{"name":"IMAGE_REL_ALPHA_MATCH","features":[38]},{"name":"IMAGE_REL_ALPHA_PAIR","features":[38]},{"name":"IMAGE_REL_ALPHA_REFHI","features":[38]},{"name":"IMAGE_REL_ALPHA_REFLO","features":[38]},{"name":"IMAGE_REL_ALPHA_REFLONG","features":[38]},{"name":"IMAGE_REL_ALPHA_REFLONGNB","features":[38]},{"name":"IMAGE_REL_ALPHA_REFQ1","features":[38]},{"name":"IMAGE_REL_ALPHA_REFQ2","features":[38]},{"name":"IMAGE_REL_ALPHA_REFQ3","features":[38]},{"name":"IMAGE_REL_ALPHA_REFQUAD","features":[38]},{"name":"IMAGE_REL_ALPHA_SECREL","features":[38]},{"name":"IMAGE_REL_ALPHA_SECRELHI","features":[38]},{"name":"IMAGE_REL_ALPHA_SECRELLO","features":[38]},{"name":"IMAGE_REL_ALPHA_SECTION","features":[38]},{"name":"IMAGE_REL_AMD64_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_AMD64_ADDR32","features":[38]},{"name":"IMAGE_REL_AMD64_ADDR32NB","features":[38]},{"name":"IMAGE_REL_AMD64_ADDR64","features":[38]},{"name":"IMAGE_REL_AMD64_CFG_BR","features":[38]},{"name":"IMAGE_REL_AMD64_CFG_BR_REX","features":[38]},{"name":"IMAGE_REL_AMD64_CFG_CALL","features":[38]},{"name":"IMAGE_REL_AMD64_EHANDLER","features":[38]},{"name":"IMAGE_REL_AMD64_IMPORT_BR","features":[38]},{"name":"IMAGE_REL_AMD64_IMPORT_CALL","features":[38]},{"name":"IMAGE_REL_AMD64_INDIR_BR","features":[38]},{"name":"IMAGE_REL_AMD64_INDIR_BR_REX","features":[38]},{"name":"IMAGE_REL_AMD64_INDIR_BR_SWITCHTABLE_FIRST","features":[38]},{"name":"IMAGE_REL_AMD64_INDIR_BR_SWITCHTABLE_LAST","features":[38]},{"name":"IMAGE_REL_AMD64_INDIR_CALL","features":[38]},{"name":"IMAGE_REL_AMD64_PAIR","features":[38]},{"name":"IMAGE_REL_AMD64_REL32","features":[38]},{"name":"IMAGE_REL_AMD64_REL32_1","features":[38]},{"name":"IMAGE_REL_AMD64_REL32_2","features":[38]},{"name":"IMAGE_REL_AMD64_REL32_3","features":[38]},{"name":"IMAGE_REL_AMD64_REL32_4","features":[38]},{"name":"IMAGE_REL_AMD64_REL32_5","features":[38]},{"name":"IMAGE_REL_AMD64_SECREL","features":[38]},{"name":"IMAGE_REL_AMD64_SECREL7","features":[38]},{"name":"IMAGE_REL_AMD64_SECTION","features":[38]},{"name":"IMAGE_REL_AMD64_SREL32","features":[38]},{"name":"IMAGE_REL_AMD64_SSPAN32","features":[38]},{"name":"IMAGE_REL_AMD64_TOKEN","features":[38]},{"name":"IMAGE_REL_AM_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_AM_ADDR32","features":[38]},{"name":"IMAGE_REL_AM_ADDR32NB","features":[38]},{"name":"IMAGE_REL_AM_CALL32","features":[38]},{"name":"IMAGE_REL_AM_FUNCINFO","features":[38]},{"name":"IMAGE_REL_AM_REL32_1","features":[38]},{"name":"IMAGE_REL_AM_REL32_2","features":[38]},{"name":"IMAGE_REL_AM_SECREL","features":[38]},{"name":"IMAGE_REL_AM_SECTION","features":[38]},{"name":"IMAGE_REL_AM_TOKEN","features":[38]},{"name":"IMAGE_REL_ARM64_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_ARM64_ADDR32","features":[38]},{"name":"IMAGE_REL_ARM64_ADDR32NB","features":[38]},{"name":"IMAGE_REL_ARM64_ADDR64","features":[38]},{"name":"IMAGE_REL_ARM64_BRANCH19","features":[38]},{"name":"IMAGE_REL_ARM64_BRANCH26","features":[38]},{"name":"IMAGE_REL_ARM64_PAGEBASE_REL21","features":[38]},{"name":"IMAGE_REL_ARM64_PAGEOFFSET_12A","features":[38]},{"name":"IMAGE_REL_ARM64_PAGEOFFSET_12L","features":[38]},{"name":"IMAGE_REL_ARM64_REL21","features":[38]},{"name":"IMAGE_REL_ARM64_SECREL","features":[38]},{"name":"IMAGE_REL_ARM64_SECREL_HIGH12A","features":[38]},{"name":"IMAGE_REL_ARM64_SECREL_LOW12A","features":[38]},{"name":"IMAGE_REL_ARM64_SECREL_LOW12L","features":[38]},{"name":"IMAGE_REL_ARM64_SECTION","features":[38]},{"name":"IMAGE_REL_ARM64_TOKEN","features":[38]},{"name":"IMAGE_REL_ARM_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_ARM_ADDR32","features":[38]},{"name":"IMAGE_REL_ARM_ADDR32NB","features":[38]},{"name":"IMAGE_REL_ARM_BLX11","features":[38]},{"name":"IMAGE_REL_ARM_BLX23T","features":[38]},{"name":"IMAGE_REL_ARM_BLX24","features":[38]},{"name":"IMAGE_REL_ARM_BRANCH11","features":[38]},{"name":"IMAGE_REL_ARM_BRANCH20T","features":[38]},{"name":"IMAGE_REL_ARM_BRANCH24","features":[38]},{"name":"IMAGE_REL_ARM_BRANCH24T","features":[38]},{"name":"IMAGE_REL_ARM_GPREL12","features":[38]},{"name":"IMAGE_REL_ARM_GPREL7","features":[38]},{"name":"IMAGE_REL_ARM_MOV32","features":[38]},{"name":"IMAGE_REL_ARM_MOV32A","features":[38]},{"name":"IMAGE_REL_ARM_MOV32T","features":[38]},{"name":"IMAGE_REL_ARM_SECREL","features":[38]},{"name":"IMAGE_REL_ARM_SECTION","features":[38]},{"name":"IMAGE_REL_ARM_TOKEN","features":[38]},{"name":"IMAGE_REL_BASED_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_BASED_ARM_MOV32","features":[38]},{"name":"IMAGE_REL_BASED_DIR64","features":[38]},{"name":"IMAGE_REL_BASED_HIGH","features":[38]},{"name":"IMAGE_REL_BASED_HIGHADJ","features":[38]},{"name":"IMAGE_REL_BASED_HIGHLOW","features":[38]},{"name":"IMAGE_REL_BASED_IA64_IMM64","features":[38]},{"name":"IMAGE_REL_BASED_LOW","features":[38]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_5","features":[38]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_7","features":[38]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_8","features":[38]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_9","features":[38]},{"name":"IMAGE_REL_BASED_MIPS_JMPADDR","features":[38]},{"name":"IMAGE_REL_BASED_MIPS_JMPADDR16","features":[38]},{"name":"IMAGE_REL_BASED_RESERVED","features":[38]},{"name":"IMAGE_REL_BASED_THUMB_MOV32","features":[38]},{"name":"IMAGE_REL_CEE_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_CEE_ADDR32","features":[38]},{"name":"IMAGE_REL_CEE_ADDR32NB","features":[38]},{"name":"IMAGE_REL_CEE_ADDR64","features":[38]},{"name":"IMAGE_REL_CEE_SECREL","features":[38]},{"name":"IMAGE_REL_CEE_SECTION","features":[38]},{"name":"IMAGE_REL_CEE_TOKEN","features":[38]},{"name":"IMAGE_REL_CEF_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_CEF_ADDR32","features":[38]},{"name":"IMAGE_REL_CEF_ADDR32NB","features":[38]},{"name":"IMAGE_REL_CEF_ADDR64","features":[38]},{"name":"IMAGE_REL_CEF_SECREL","features":[38]},{"name":"IMAGE_REL_CEF_SECTION","features":[38]},{"name":"IMAGE_REL_CEF_TOKEN","features":[38]},{"name":"IMAGE_REL_EBC_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_EBC_ADDR32NB","features":[38]},{"name":"IMAGE_REL_EBC_REL32","features":[38]},{"name":"IMAGE_REL_EBC_SECREL","features":[38]},{"name":"IMAGE_REL_EBC_SECTION","features":[38]},{"name":"IMAGE_REL_I386_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_I386_DIR16","features":[38]},{"name":"IMAGE_REL_I386_DIR32","features":[38]},{"name":"IMAGE_REL_I386_DIR32NB","features":[38]},{"name":"IMAGE_REL_I386_REL16","features":[38]},{"name":"IMAGE_REL_I386_REL32","features":[38]},{"name":"IMAGE_REL_I386_SECREL","features":[38]},{"name":"IMAGE_REL_I386_SECREL7","features":[38]},{"name":"IMAGE_REL_I386_SECTION","features":[38]},{"name":"IMAGE_REL_I386_SEG12","features":[38]},{"name":"IMAGE_REL_I386_TOKEN","features":[38]},{"name":"IMAGE_REL_IA64_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_IA64_ADDEND","features":[38]},{"name":"IMAGE_REL_IA64_DIR32","features":[38]},{"name":"IMAGE_REL_IA64_DIR32NB","features":[38]},{"name":"IMAGE_REL_IA64_DIR64","features":[38]},{"name":"IMAGE_REL_IA64_GPREL22","features":[38]},{"name":"IMAGE_REL_IA64_GPREL32","features":[38]},{"name":"IMAGE_REL_IA64_IMM14","features":[38]},{"name":"IMAGE_REL_IA64_IMM22","features":[38]},{"name":"IMAGE_REL_IA64_IMM64","features":[38]},{"name":"IMAGE_REL_IA64_IMMGPREL64","features":[38]},{"name":"IMAGE_REL_IA64_LTOFF22","features":[38]},{"name":"IMAGE_REL_IA64_PCREL21B","features":[38]},{"name":"IMAGE_REL_IA64_PCREL21F","features":[38]},{"name":"IMAGE_REL_IA64_PCREL21M","features":[38]},{"name":"IMAGE_REL_IA64_PCREL60B","features":[38]},{"name":"IMAGE_REL_IA64_PCREL60F","features":[38]},{"name":"IMAGE_REL_IA64_PCREL60I","features":[38]},{"name":"IMAGE_REL_IA64_PCREL60M","features":[38]},{"name":"IMAGE_REL_IA64_PCREL60X","features":[38]},{"name":"IMAGE_REL_IA64_SECREL22","features":[38]},{"name":"IMAGE_REL_IA64_SECREL32","features":[38]},{"name":"IMAGE_REL_IA64_SECREL64I","features":[38]},{"name":"IMAGE_REL_IA64_SECTION","features":[38]},{"name":"IMAGE_REL_IA64_SREL14","features":[38]},{"name":"IMAGE_REL_IA64_SREL22","features":[38]},{"name":"IMAGE_REL_IA64_SREL32","features":[38]},{"name":"IMAGE_REL_IA64_TOKEN","features":[38]},{"name":"IMAGE_REL_IA64_UREL32","features":[38]},{"name":"IMAGE_REL_M32R_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_M32R_ADDR24","features":[38]},{"name":"IMAGE_REL_M32R_ADDR32","features":[38]},{"name":"IMAGE_REL_M32R_ADDR32NB","features":[38]},{"name":"IMAGE_REL_M32R_GPREL16","features":[38]},{"name":"IMAGE_REL_M32R_PAIR","features":[38]},{"name":"IMAGE_REL_M32R_PCREL16","features":[38]},{"name":"IMAGE_REL_M32R_PCREL24","features":[38]},{"name":"IMAGE_REL_M32R_PCREL8","features":[38]},{"name":"IMAGE_REL_M32R_REFHALF","features":[38]},{"name":"IMAGE_REL_M32R_REFHI","features":[38]},{"name":"IMAGE_REL_M32R_REFLO","features":[38]},{"name":"IMAGE_REL_M32R_SECREL32","features":[38]},{"name":"IMAGE_REL_M32R_SECTION","features":[38]},{"name":"IMAGE_REL_M32R_TOKEN","features":[38]},{"name":"IMAGE_REL_MIPS_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_MIPS_GPREL","features":[38]},{"name":"IMAGE_REL_MIPS_JMPADDR","features":[38]},{"name":"IMAGE_REL_MIPS_JMPADDR16","features":[38]},{"name":"IMAGE_REL_MIPS_LITERAL","features":[38]},{"name":"IMAGE_REL_MIPS_PAIR","features":[38]},{"name":"IMAGE_REL_MIPS_REFHALF","features":[38]},{"name":"IMAGE_REL_MIPS_REFHI","features":[38]},{"name":"IMAGE_REL_MIPS_REFLO","features":[38]},{"name":"IMAGE_REL_MIPS_REFWORD","features":[38]},{"name":"IMAGE_REL_MIPS_REFWORDNB","features":[38]},{"name":"IMAGE_REL_MIPS_SECREL","features":[38]},{"name":"IMAGE_REL_MIPS_SECRELHI","features":[38]},{"name":"IMAGE_REL_MIPS_SECRELLO","features":[38]},{"name":"IMAGE_REL_MIPS_SECTION","features":[38]},{"name":"IMAGE_REL_MIPS_TOKEN","features":[38]},{"name":"IMAGE_REL_PPC_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_PPC_ADDR14","features":[38]},{"name":"IMAGE_REL_PPC_ADDR16","features":[38]},{"name":"IMAGE_REL_PPC_ADDR24","features":[38]},{"name":"IMAGE_REL_PPC_ADDR32","features":[38]},{"name":"IMAGE_REL_PPC_ADDR32NB","features":[38]},{"name":"IMAGE_REL_PPC_ADDR64","features":[38]},{"name":"IMAGE_REL_PPC_BRNTAKEN","features":[38]},{"name":"IMAGE_REL_PPC_BRTAKEN","features":[38]},{"name":"IMAGE_REL_PPC_GPREL","features":[38]},{"name":"IMAGE_REL_PPC_IFGLUE","features":[38]},{"name":"IMAGE_REL_PPC_IMGLUE","features":[38]},{"name":"IMAGE_REL_PPC_NEG","features":[38]},{"name":"IMAGE_REL_PPC_PAIR","features":[38]},{"name":"IMAGE_REL_PPC_REFHI","features":[38]},{"name":"IMAGE_REL_PPC_REFLO","features":[38]},{"name":"IMAGE_REL_PPC_REL14","features":[38]},{"name":"IMAGE_REL_PPC_REL24","features":[38]},{"name":"IMAGE_REL_PPC_SECREL","features":[38]},{"name":"IMAGE_REL_PPC_SECREL16","features":[38]},{"name":"IMAGE_REL_PPC_SECRELHI","features":[38]},{"name":"IMAGE_REL_PPC_SECRELLO","features":[38]},{"name":"IMAGE_REL_PPC_SECTION","features":[38]},{"name":"IMAGE_REL_PPC_TOCDEFN","features":[38]},{"name":"IMAGE_REL_PPC_TOCREL14","features":[38]},{"name":"IMAGE_REL_PPC_TOCREL16","features":[38]},{"name":"IMAGE_REL_PPC_TOKEN","features":[38]},{"name":"IMAGE_REL_PPC_TYPEMASK","features":[38]},{"name":"IMAGE_REL_SH3_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT16","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT32","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT32_NB","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT4","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT4_LONG","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT4_WORD","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT8","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT8_LONG","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT8_WORD","features":[38]},{"name":"IMAGE_REL_SH3_GPREL4_LONG","features":[38]},{"name":"IMAGE_REL_SH3_PCREL12_WORD","features":[38]},{"name":"IMAGE_REL_SH3_PCREL8_LONG","features":[38]},{"name":"IMAGE_REL_SH3_PCREL8_WORD","features":[38]},{"name":"IMAGE_REL_SH3_SECREL","features":[38]},{"name":"IMAGE_REL_SH3_SECTION","features":[38]},{"name":"IMAGE_REL_SH3_SIZEOF_SECTION","features":[38]},{"name":"IMAGE_REL_SH3_STARTOF_SECTION","features":[38]},{"name":"IMAGE_REL_SH3_TOKEN","features":[38]},{"name":"IMAGE_REL_SHM_PAIR","features":[38]},{"name":"IMAGE_REL_SHM_PCRELPT","features":[38]},{"name":"IMAGE_REL_SHM_REFHALF","features":[38]},{"name":"IMAGE_REL_SHM_REFLO","features":[38]},{"name":"IMAGE_REL_SHM_RELHALF","features":[38]},{"name":"IMAGE_REL_SHM_RELLO","features":[38]},{"name":"IMAGE_REL_SH_NOMODE","features":[38]},{"name":"IMAGE_REL_THUMB_BLX23","features":[38]},{"name":"IMAGE_REL_THUMB_BRANCH20","features":[38]},{"name":"IMAGE_REL_THUMB_BRANCH24","features":[38]},{"name":"IMAGE_REL_THUMB_MOV32","features":[38]},{"name":"IMAGE_RESOURCE_DATA_ENTRY","features":[38]},{"name":"IMAGE_RESOURCE_DATA_IS_DIRECTORY","features":[38]},{"name":"IMAGE_RESOURCE_DIRECTORY","features":[38]},{"name":"IMAGE_RESOURCE_DIRECTORY_ENTRY","features":[38]},{"name":"IMAGE_RESOURCE_DIRECTORY_STRING","features":[38]},{"name":"IMAGE_RESOURCE_DIR_STRING_U","features":[38]},{"name":"IMAGE_RESOURCE_NAME_IS_STRING","features":[38]},{"name":"IMAGE_SEPARATE_DEBUG_FLAGS_MASK","features":[38]},{"name":"IMAGE_SEPARATE_DEBUG_HEADER","features":[38]},{"name":"IMAGE_SEPARATE_DEBUG_MISMATCH","features":[38]},{"name":"IMAGE_SEPARATE_DEBUG_SIGNATURE","features":[38]},{"name":"IMAGE_SIZEOF_ARCHIVE_MEMBER_HDR","features":[38]},{"name":"IMAGE_SIZEOF_FILE_HEADER","features":[38]},{"name":"IMAGE_SIZEOF_SECTION_HEADER","features":[38]},{"name":"IMAGE_SIZEOF_SHORT_NAME","features":[38]},{"name":"IMAGE_SIZEOF_SYMBOL","features":[38]},{"name":"IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION","features":[38]},{"name":"IMAGE_SYMBOL","features":[38]},{"name":"IMAGE_SYMBOL_EX","features":[38]},{"name":"IMAGE_SYM_CLASS_ARGUMENT","features":[38]},{"name":"IMAGE_SYM_CLASS_AUTOMATIC","features":[38]},{"name":"IMAGE_SYM_CLASS_BIT_FIELD","features":[38]},{"name":"IMAGE_SYM_CLASS_BLOCK","features":[38]},{"name":"IMAGE_SYM_CLASS_CLR_TOKEN","features":[38]},{"name":"IMAGE_SYM_CLASS_END_OF_STRUCT","features":[38]},{"name":"IMAGE_SYM_CLASS_ENUM_TAG","features":[38]},{"name":"IMAGE_SYM_CLASS_EXTERNAL","features":[38]},{"name":"IMAGE_SYM_CLASS_EXTERNAL_DEF","features":[38]},{"name":"IMAGE_SYM_CLASS_FAR_EXTERNAL","features":[38]},{"name":"IMAGE_SYM_CLASS_FILE","features":[38]},{"name":"IMAGE_SYM_CLASS_FUNCTION","features":[38]},{"name":"IMAGE_SYM_CLASS_LABEL","features":[38]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_ENUM","features":[38]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_STRUCT","features":[38]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_UNION","features":[38]},{"name":"IMAGE_SYM_CLASS_NULL","features":[38]},{"name":"IMAGE_SYM_CLASS_REGISTER","features":[38]},{"name":"IMAGE_SYM_CLASS_REGISTER_PARAM","features":[38]},{"name":"IMAGE_SYM_CLASS_SECTION","features":[38]},{"name":"IMAGE_SYM_CLASS_STATIC","features":[38]},{"name":"IMAGE_SYM_CLASS_STRUCT_TAG","features":[38]},{"name":"IMAGE_SYM_CLASS_TYPE_DEFINITION","features":[38]},{"name":"IMAGE_SYM_CLASS_UNDEFINED_LABEL","features":[38]},{"name":"IMAGE_SYM_CLASS_UNDEFINED_STATIC","features":[38]},{"name":"IMAGE_SYM_CLASS_UNION_TAG","features":[38]},{"name":"IMAGE_SYM_CLASS_WEAK_EXTERNAL","features":[38]},{"name":"IMAGE_SYM_DTYPE_ARRAY","features":[38]},{"name":"IMAGE_SYM_DTYPE_FUNCTION","features":[38]},{"name":"IMAGE_SYM_DTYPE_NULL","features":[38]},{"name":"IMAGE_SYM_DTYPE_POINTER","features":[38]},{"name":"IMAGE_SYM_SECTION_MAX","features":[38]},{"name":"IMAGE_SYM_SECTION_MAX_EX","features":[38]},{"name":"IMAGE_SYM_TYPE_BYTE","features":[38]},{"name":"IMAGE_SYM_TYPE_CHAR","features":[38]},{"name":"IMAGE_SYM_TYPE_DOUBLE","features":[38]},{"name":"IMAGE_SYM_TYPE_DWORD","features":[38]},{"name":"IMAGE_SYM_TYPE_ENUM","features":[38]},{"name":"IMAGE_SYM_TYPE_FLOAT","features":[38]},{"name":"IMAGE_SYM_TYPE_INT","features":[38]},{"name":"IMAGE_SYM_TYPE_LONG","features":[38]},{"name":"IMAGE_SYM_TYPE_MOE","features":[38]},{"name":"IMAGE_SYM_TYPE_NULL","features":[38]},{"name":"IMAGE_SYM_TYPE_PCODE","features":[38]},{"name":"IMAGE_SYM_TYPE_SHORT","features":[38]},{"name":"IMAGE_SYM_TYPE_STRUCT","features":[38]},{"name":"IMAGE_SYM_TYPE_UINT","features":[38]},{"name":"IMAGE_SYM_TYPE_UNION","features":[38]},{"name":"IMAGE_SYM_TYPE_VOID","features":[38]},{"name":"IMAGE_SYM_TYPE_WORD","features":[38]},{"name":"IMAGE_TLS_DIRECTORY32","features":[38]},{"name":"IMAGE_TLS_DIRECTORY64","features":[38]},{"name":"IMAGE_VXD_HEADER","features":[38]},{"name":"IMAGE_VXD_SIGNATURE","features":[38]},{"name":"IMAGE_WEAK_EXTERN_ANTI_DEPENDENCY","features":[38]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_ALIAS","features":[38]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_LIBRARY","features":[38]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY","features":[38]},{"name":"IMPORT_OBJECT_CODE","features":[38]},{"name":"IMPORT_OBJECT_CONST","features":[38]},{"name":"IMPORT_OBJECT_DATA","features":[38]},{"name":"IMPORT_OBJECT_HDR_SIG2","features":[38]},{"name":"IMPORT_OBJECT_HEADER","features":[38]},{"name":"IMPORT_OBJECT_NAME","features":[38]},{"name":"IMPORT_OBJECT_NAME_EXPORTAS","features":[38]},{"name":"IMPORT_OBJECT_NAME_NO_PREFIX","features":[38]},{"name":"IMPORT_OBJECT_NAME_TYPE","features":[38]},{"name":"IMPORT_OBJECT_NAME_UNDECORATE","features":[38]},{"name":"IMPORT_OBJECT_ORDINAL","features":[38]},{"name":"IMPORT_OBJECT_TYPE","features":[38]},{"name":"INITIAL_CPSR","features":[38]},{"name":"INITIAL_FPCSR","features":[38]},{"name":"INITIAL_FPSCR","features":[38]},{"name":"INITIAL_MXCSR","features":[38]},{"name":"IO_COMPLETION_MODIFY_STATE","features":[38]},{"name":"IO_REPARSE_TAG_AF_UNIX","features":[38]},{"name":"IO_REPARSE_TAG_APPEXECLINK","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_1","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_2","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_3","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_4","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_5","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_6","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_7","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_8","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_9","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_A","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_B","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_C","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_D","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_E","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_F","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_MASK","features":[38]},{"name":"IO_REPARSE_TAG_CSV","features":[38]},{"name":"IO_REPARSE_TAG_DATALESS_CIM","features":[38]},{"name":"IO_REPARSE_TAG_DEDUP","features":[38]},{"name":"IO_REPARSE_TAG_DFS","features":[38]},{"name":"IO_REPARSE_TAG_DFSR","features":[38]},{"name":"IO_REPARSE_TAG_FILE_PLACEHOLDER","features":[38]},{"name":"IO_REPARSE_TAG_GLOBAL_REPARSE","features":[38]},{"name":"IO_REPARSE_TAG_HSM","features":[38]},{"name":"IO_REPARSE_TAG_HSM2","features":[38]},{"name":"IO_REPARSE_TAG_MOUNT_POINT","features":[38]},{"name":"IO_REPARSE_TAG_NFS","features":[38]},{"name":"IO_REPARSE_TAG_ONEDRIVE","features":[38]},{"name":"IO_REPARSE_TAG_PROJFS","features":[38]},{"name":"IO_REPARSE_TAG_PROJFS_TOMBSTONE","features":[38]},{"name":"IO_REPARSE_TAG_RESERVED_INVALID","features":[38]},{"name":"IO_REPARSE_TAG_RESERVED_ONE","features":[38]},{"name":"IO_REPARSE_TAG_RESERVED_RANGE","features":[38]},{"name":"IO_REPARSE_TAG_RESERVED_TWO","features":[38]},{"name":"IO_REPARSE_TAG_RESERVED_ZERO","features":[38]},{"name":"IO_REPARSE_TAG_SIS","features":[38]},{"name":"IO_REPARSE_TAG_STORAGE_SYNC","features":[38]},{"name":"IO_REPARSE_TAG_SYMLINK","features":[38]},{"name":"IO_REPARSE_TAG_UNHANDLED","features":[38]},{"name":"IO_REPARSE_TAG_WCI","features":[38]},{"name":"IO_REPARSE_TAG_WCI_1","features":[38]},{"name":"IO_REPARSE_TAG_WCI_LINK","features":[38]},{"name":"IO_REPARSE_TAG_WCI_LINK_1","features":[38]},{"name":"IO_REPARSE_TAG_WCI_TOMBSTONE","features":[38]},{"name":"IO_REPARSE_TAG_WIM","features":[38]},{"name":"IO_REPARSE_TAG_WOF","features":[38]},{"name":"IS_TEXT_UNICODE_DBCS_LEADBYTE","features":[38]},{"name":"IS_TEXT_UNICODE_UTF8","features":[38]},{"name":"ITWW_OPEN_CONNECT","features":[38]},{"name":"IgnoreError","features":[38]},{"name":"ImagePolicyEntryTypeAnsiString","features":[38]},{"name":"ImagePolicyEntryTypeBool","features":[38]},{"name":"ImagePolicyEntryTypeInt16","features":[38]},{"name":"ImagePolicyEntryTypeInt32","features":[38]},{"name":"ImagePolicyEntryTypeInt64","features":[38]},{"name":"ImagePolicyEntryTypeInt8","features":[38]},{"name":"ImagePolicyEntryTypeMaximum","features":[38]},{"name":"ImagePolicyEntryTypeNone","features":[38]},{"name":"ImagePolicyEntryTypeOverride","features":[38]},{"name":"ImagePolicyEntryTypeUInt16","features":[38]},{"name":"ImagePolicyEntryTypeUInt32","features":[38]},{"name":"ImagePolicyEntryTypeUInt64","features":[38]},{"name":"ImagePolicyEntryTypeUInt8","features":[38]},{"name":"ImagePolicyEntryTypeUnicodeString","features":[38]},{"name":"ImagePolicyIdCapability","features":[38]},{"name":"ImagePolicyIdCrashDump","features":[38]},{"name":"ImagePolicyIdCrashDumpKey","features":[38]},{"name":"ImagePolicyIdCrashDumpKeyGuid","features":[38]},{"name":"ImagePolicyIdDebug","features":[38]},{"name":"ImagePolicyIdDeviceId","features":[38]},{"name":"ImagePolicyIdEtw","features":[38]},{"name":"ImagePolicyIdMaximum","features":[38]},{"name":"ImagePolicyIdNone","features":[38]},{"name":"ImagePolicyIdParentSd","features":[38]},{"name":"ImagePolicyIdParentSdRev","features":[38]},{"name":"ImagePolicyIdScenarioId","features":[38]},{"name":"ImagePolicyIdSvn","features":[38]},{"name":"JOB_OBJECT_ASSIGN_PROCESS","features":[38]},{"name":"JOB_OBJECT_IMPERSONATE","features":[38]},{"name":"JOB_OBJECT_MSG_ABNORMAL_EXIT_PROCESS","features":[38]},{"name":"JOB_OBJECT_MSG_ACTIVE_PROCESS_LIMIT","features":[38]},{"name":"JOB_OBJECT_MSG_ACTIVE_PROCESS_ZERO","features":[38]},{"name":"JOB_OBJECT_MSG_END_OF_JOB_TIME","features":[38]},{"name":"JOB_OBJECT_MSG_END_OF_PROCESS_TIME","features":[38]},{"name":"JOB_OBJECT_MSG_EXIT_PROCESS","features":[38]},{"name":"JOB_OBJECT_MSG_JOB_CYCLE_TIME_LIMIT","features":[38]},{"name":"JOB_OBJECT_MSG_JOB_MEMORY_LIMIT","features":[38]},{"name":"JOB_OBJECT_MSG_MAXIMUM","features":[38]},{"name":"JOB_OBJECT_MSG_MINIMUM","features":[38]},{"name":"JOB_OBJECT_MSG_NEW_PROCESS","features":[38]},{"name":"JOB_OBJECT_MSG_NOTIFICATION_LIMIT","features":[38]},{"name":"JOB_OBJECT_MSG_PROCESS_MEMORY_LIMIT","features":[38]},{"name":"JOB_OBJECT_MSG_SILO_TERMINATED","features":[38]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_MAX_DSCP_TAG","features":[38]},{"name":"JOB_OBJECT_QUERY","features":[38]},{"name":"JOB_OBJECT_SET_ATTRIBUTES","features":[38]},{"name":"JOB_OBJECT_SET_SECURITY_ATTRIBUTES","features":[38]},{"name":"JOB_OBJECT_TERMINATE","features":[38]},{"name":"JOB_OBJECT_UILIMIT_ALL","features":[38]},{"name":"JOB_OBJECT_UILIMIT_IME","features":[38]},{"name":"JOB_OBJECT_UI_VALID_FLAGS","features":[38]},{"name":"KERNEL_CET_CONTEXT","features":[38]},{"name":"KTMOBJECT_CURSOR","features":[38]},{"name":"KTMOBJECT_ENLISTMENT","features":[38]},{"name":"KTMOBJECT_INVALID","features":[38]},{"name":"KTMOBJECT_RESOURCE_MANAGER","features":[38]},{"name":"KTMOBJECT_TRANSACTION","features":[38]},{"name":"KTMOBJECT_TRANSACTION_MANAGER","features":[38]},{"name":"KTMOBJECT_TYPE","features":[38]},{"name":"LANG_AFRIKAANS","features":[38]},{"name":"LANG_ALBANIAN","features":[38]},{"name":"LANG_ALSATIAN","features":[38]},{"name":"LANG_AMHARIC","features":[38]},{"name":"LANG_ARABIC","features":[38]},{"name":"LANG_ARMENIAN","features":[38]},{"name":"LANG_ASSAMESE","features":[38]},{"name":"LANG_AZERBAIJANI","features":[38]},{"name":"LANG_AZERI","features":[38]},{"name":"LANG_BANGLA","features":[38]},{"name":"LANG_BASHKIR","features":[38]},{"name":"LANG_BASQUE","features":[38]},{"name":"LANG_BELARUSIAN","features":[38]},{"name":"LANG_BENGALI","features":[38]},{"name":"LANG_BOSNIAN","features":[38]},{"name":"LANG_BOSNIAN_NEUTRAL","features":[38]},{"name":"LANG_BRETON","features":[38]},{"name":"LANG_BULGARIAN","features":[38]},{"name":"LANG_CATALAN","features":[38]},{"name":"LANG_CENTRAL_KURDISH","features":[38]},{"name":"LANG_CHEROKEE","features":[38]},{"name":"LANG_CHINESE","features":[38]},{"name":"LANG_CHINESE_SIMPLIFIED","features":[38]},{"name":"LANG_CHINESE_TRADITIONAL","features":[38]},{"name":"LANG_CORSICAN","features":[38]},{"name":"LANG_CROATIAN","features":[38]},{"name":"LANG_CZECH","features":[38]},{"name":"LANG_DANISH","features":[38]},{"name":"LANG_DARI","features":[38]},{"name":"LANG_DIVEHI","features":[38]},{"name":"LANG_DUTCH","features":[38]},{"name":"LANG_ENGLISH","features":[38]},{"name":"LANG_ESTONIAN","features":[38]},{"name":"LANG_FAEROESE","features":[38]},{"name":"LANG_FARSI","features":[38]},{"name":"LANG_FILIPINO","features":[38]},{"name":"LANG_FINNISH","features":[38]},{"name":"LANG_FRENCH","features":[38]},{"name":"LANG_FRISIAN","features":[38]},{"name":"LANG_FULAH","features":[38]},{"name":"LANG_GALICIAN","features":[38]},{"name":"LANG_GEORGIAN","features":[38]},{"name":"LANG_GERMAN","features":[38]},{"name":"LANG_GREEK","features":[38]},{"name":"LANG_GREENLANDIC","features":[38]},{"name":"LANG_GUJARATI","features":[38]},{"name":"LANG_HAUSA","features":[38]},{"name":"LANG_HAWAIIAN","features":[38]},{"name":"LANG_HEBREW","features":[38]},{"name":"LANG_HINDI","features":[38]},{"name":"LANG_HUNGARIAN","features":[38]},{"name":"LANG_ICELANDIC","features":[38]},{"name":"LANG_IGBO","features":[38]},{"name":"LANG_INDONESIAN","features":[38]},{"name":"LANG_INUKTITUT","features":[38]},{"name":"LANG_INVARIANT","features":[38]},{"name":"LANG_IRISH","features":[38]},{"name":"LANG_ITALIAN","features":[38]},{"name":"LANG_JAPANESE","features":[38]},{"name":"LANG_KANNADA","features":[38]},{"name":"LANG_KASHMIRI","features":[38]},{"name":"LANG_KAZAK","features":[38]},{"name":"LANG_KHMER","features":[38]},{"name":"LANG_KICHE","features":[38]},{"name":"LANG_KINYARWANDA","features":[38]},{"name":"LANG_KONKANI","features":[38]},{"name":"LANG_KOREAN","features":[38]},{"name":"LANG_KYRGYZ","features":[38]},{"name":"LANG_LAO","features":[38]},{"name":"LANG_LATVIAN","features":[38]},{"name":"LANG_LITHUANIAN","features":[38]},{"name":"LANG_LOWER_SORBIAN","features":[38]},{"name":"LANG_LUXEMBOURGISH","features":[38]},{"name":"LANG_MACEDONIAN","features":[38]},{"name":"LANG_MALAY","features":[38]},{"name":"LANG_MALAYALAM","features":[38]},{"name":"LANG_MALTESE","features":[38]},{"name":"LANG_MANIPURI","features":[38]},{"name":"LANG_MAORI","features":[38]},{"name":"LANG_MAPUDUNGUN","features":[38]},{"name":"LANG_MARATHI","features":[38]},{"name":"LANG_MOHAWK","features":[38]},{"name":"LANG_MONGOLIAN","features":[38]},{"name":"LANG_NEPALI","features":[38]},{"name":"LANG_NEUTRAL","features":[38]},{"name":"LANG_NORWEGIAN","features":[38]},{"name":"LANG_OCCITAN","features":[38]},{"name":"LANG_ODIA","features":[38]},{"name":"LANG_ORIYA","features":[38]},{"name":"LANG_PASHTO","features":[38]},{"name":"LANG_PERSIAN","features":[38]},{"name":"LANG_POLISH","features":[38]},{"name":"LANG_PORTUGUESE","features":[38]},{"name":"LANG_PULAR","features":[38]},{"name":"LANG_PUNJABI","features":[38]},{"name":"LANG_QUECHUA","features":[38]},{"name":"LANG_ROMANIAN","features":[38]},{"name":"LANG_ROMANSH","features":[38]},{"name":"LANG_RUSSIAN","features":[38]},{"name":"LANG_SAKHA","features":[38]},{"name":"LANG_SAMI","features":[38]},{"name":"LANG_SANSKRIT","features":[38]},{"name":"LANG_SCOTTISH_GAELIC","features":[38]},{"name":"LANG_SERBIAN","features":[38]},{"name":"LANG_SERBIAN_NEUTRAL","features":[38]},{"name":"LANG_SINDHI","features":[38]},{"name":"LANG_SINHALESE","features":[38]},{"name":"LANG_SLOVAK","features":[38]},{"name":"LANG_SLOVENIAN","features":[38]},{"name":"LANG_SOTHO","features":[38]},{"name":"LANG_SPANISH","features":[38]},{"name":"LANG_SWAHILI","features":[38]},{"name":"LANG_SWEDISH","features":[38]},{"name":"LANG_SYRIAC","features":[38]},{"name":"LANG_TAJIK","features":[38]},{"name":"LANG_TAMAZIGHT","features":[38]},{"name":"LANG_TAMIL","features":[38]},{"name":"LANG_TATAR","features":[38]},{"name":"LANG_TELUGU","features":[38]},{"name":"LANG_THAI","features":[38]},{"name":"LANG_TIBETAN","features":[38]},{"name":"LANG_TIGRIGNA","features":[38]},{"name":"LANG_TIGRINYA","features":[38]},{"name":"LANG_TSWANA","features":[38]},{"name":"LANG_TURKISH","features":[38]},{"name":"LANG_TURKMEN","features":[38]},{"name":"LANG_UIGHUR","features":[38]},{"name":"LANG_UKRAINIAN","features":[38]},{"name":"LANG_UPPER_SORBIAN","features":[38]},{"name":"LANG_URDU","features":[38]},{"name":"LANG_UZBEK","features":[38]},{"name":"LANG_VALENCIAN","features":[38]},{"name":"LANG_VIETNAMESE","features":[38]},{"name":"LANG_WELSH","features":[38]},{"name":"LANG_WOLOF","features":[38]},{"name":"LANG_XHOSA","features":[38]},{"name":"LANG_YAKUT","features":[38]},{"name":"LANG_YI","features":[38]},{"name":"LANG_YORUBA","features":[38]},{"name":"LANG_ZULU","features":[38]},{"name":"LMEM_DISCARDABLE","features":[38]},{"name":"LMEM_DISCARDED","features":[38]},{"name":"LMEM_INVALID_HANDLE","features":[38]},{"name":"LMEM_LOCKCOUNT","features":[38]},{"name":"LMEM_MODIFY","features":[38]},{"name":"LMEM_NOCOMPACT","features":[38]},{"name":"LMEM_NODISCARD","features":[38]},{"name":"LMEM_VALID_FLAGS","features":[38]},{"name":"LOCALE_NAME_MAX_LENGTH","features":[38]},{"name":"LOCALE_TRANSIENT_KEYBOARD1","features":[38]},{"name":"LOCALE_TRANSIENT_KEYBOARD2","features":[38]},{"name":"LOCALE_TRANSIENT_KEYBOARD3","features":[38]},{"name":"LOCALE_TRANSIENT_KEYBOARD4","features":[38]},{"name":"LTP_PC_SMT","features":[38]},{"name":"MAILSLOT_NO_MESSAGE","features":[38]},{"name":"MAILSLOT_WAIT_FOREVER","features":[38]},{"name":"MAXBYTE","features":[38]},{"name":"MAXCHAR","features":[38]},{"name":"MAXDWORD","features":[38]},{"name":"MAXIMUM_ALLOWED","features":[38]},{"name":"MAXIMUM_PROCESSORS","features":[38]},{"name":"MAXIMUM_PROC_PER_GROUP","features":[38]},{"name":"MAXIMUM_SUPPORTED_EXTENSION","features":[38]},{"name":"MAXIMUM_SUSPEND_COUNT","features":[38]},{"name":"MAXIMUM_WAIT_OBJECTS","features":[38]},{"name":"MAXIMUM_XSTATE_FEATURES","features":[38]},{"name":"MAXLOGICALLOGNAMESIZE","features":[38]},{"name":"MAXLONG","features":[38]},{"name":"MAXLONGLONG","features":[38]},{"name":"MAXSHORT","features":[38]},{"name":"MAXVERSIONTESTED_INFO","features":[38]},{"name":"MAXWORD","features":[38]},{"name":"MAX_ACL_REVISION","features":[38]},{"name":"MAX_CLASS_NAME","features":[38]},{"name":"MAX_HW_COUNTERS","features":[38]},{"name":"MAX_PACKAGE_NAME","features":[38]},{"name":"MAX_UCSCHAR","features":[38]},{"name":"MEMORY_ALLOCATION_ALIGNMENT","features":[38]},{"name":"MEMORY_PARTITION_MODIFY_ACCESS","features":[38]},{"name":"MEMORY_PARTITION_QUERY_ACCESS","features":[38]},{"name":"MEMORY_PRIORITY_LOWEST","features":[38]},{"name":"MEM_4MB_PAGES","features":[38]},{"name":"MEM_COALESCE_PLACEHOLDERS","features":[38]},{"name":"MEM_DIFFERENT_IMAGE_BASE_OK","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_EC_CODE","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_GRAPHICS","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_IMAGE_NO_HPAT","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED_HUGE","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED_LARGE","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_SOFT_FAULT_PAGES","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_TYPE_BITS","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_ZERO_PAGES_OPTIONAL","features":[38]},{"name":"MEM_PHYSICAL","features":[38]},{"name":"MEM_ROTATE","features":[38]},{"name":"MEM_TOP_DOWN","features":[38]},{"name":"MEM_WRITE_WATCH","features":[38]},{"name":"MESSAGE_RESOURCE_UNICODE","features":[38]},{"name":"MESSAGE_RESOURCE_UTF8","features":[38]},{"name":"MINCHAR","features":[38]},{"name":"MINLONG","features":[38]},{"name":"MINSHORT","features":[38]},{"name":"MIN_UCSCHAR","features":[38]},{"name":"MK_CONTROL","features":[38]},{"name":"MK_LBUTTON","features":[38]},{"name":"MK_MBUTTON","features":[38]},{"name":"MK_RBUTTON","features":[38]},{"name":"MK_SHIFT","features":[38]},{"name":"MK_XBUTTON1","features":[38]},{"name":"MK_XBUTTON2","features":[38]},{"name":"MODIFIERKEYS_FLAGS","features":[38]},{"name":"MONITOR_DISPLAY_STATE","features":[38]},{"name":"MS_PPM_SOFTWARE_ALL","features":[38]},{"name":"MUTANT_QUERY_STATE","features":[38]},{"name":"MaxActivationContextInfoClass","features":[38]},{"name":"NATIVE_TYPE_MAX_CB","features":[38]},{"name":"NETWORK_APP_INSTANCE_CSV_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[38]},{"name":"NETWORK_APP_INSTANCE_EA","features":[38]},{"name":"NLS_VALID_LOCALE_MASK","features":[38]},{"name":"NONVOL_FP_NUMREG_ARM64","features":[38]},{"name":"NONVOL_INT_NUMREG_ARM64","features":[38]},{"name":"NON_PAGED_DEBUG_INFO","features":[38]},{"name":"NON_PAGED_DEBUG_SIGNATURE","features":[38]},{"name":"NOTIFY_USER_POWER_SETTING","features":[38]},{"name":"NO_SUBGROUP_GUID","features":[38]},{"name":"NT_TIB32","features":[38]},{"name":"NT_TIB64","features":[38]},{"name":"NUMA_NO_PREFERRED_NODE","features":[38]},{"name":"NUM_DISCHARGE_POLICIES","features":[38]},{"name":"N_BTMASK","features":[38]},{"name":"N_BTSHFT","features":[38]},{"name":"N_TMASK","features":[38]},{"name":"N_TMASK1","features":[38]},{"name":"N_TMASK2","features":[38]},{"name":"N_TSHIFT","features":[38]},{"name":"NormalError","features":[38]},{"name":"OUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK_EXPORT_NAME","features":[38]},{"name":"PACKEDEVENTINFO","features":[38]},{"name":"PARKING_TOPOLOGY_POLICY_DISABLED","features":[38]},{"name":"PARKING_TOPOLOGY_POLICY_ROUNDROBIN","features":[38]},{"name":"PARKING_TOPOLOGY_POLICY_SEQUENTIAL","features":[38]},{"name":"PERFORMANCE_DATA_VERSION","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_DECREASE_MAX","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_IDEAL","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_IDEAL_AGGRESSIVE","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_INCREASE_MAX","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_ROCKET","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_SINGLE","features":[38]},{"name":"PEXCEPTION_FILTER","features":[3,33,9,38]},{"name":"PF_NON_TEMPORAL_LEVEL_ALL","features":[38]},{"name":"PF_TEMPORAL_LEVEL_1","features":[38]},{"name":"PF_TEMPORAL_LEVEL_2","features":[38]},{"name":"PF_TEMPORAL_LEVEL_3","features":[38]},{"name":"PIMAGE_TLS_CALLBACK","features":[38]},{"name":"POLICY_AUDIT_SUBCATEGORY_COUNT","features":[38]},{"name":"POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK","features":[3,33,38]},{"name":"POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK","features":[3,33,38]},{"name":"POWERBUTTON_ACTION_INDEX_HIBERNATE","features":[38]},{"name":"POWERBUTTON_ACTION_INDEX_NOTHING","features":[38]},{"name":"POWERBUTTON_ACTION_INDEX_SHUTDOWN","features":[38]},{"name":"POWERBUTTON_ACTION_INDEX_SLEEP","features":[38]},{"name":"POWERBUTTON_ACTION_INDEX_TURN_OFF_THE_DISPLAY","features":[38]},{"name":"POWERBUTTON_ACTION_VALUE_HIBERNATE","features":[38]},{"name":"POWERBUTTON_ACTION_VALUE_NOTHING","features":[38]},{"name":"POWERBUTTON_ACTION_VALUE_SHUTDOWN","features":[38]},{"name":"POWERBUTTON_ACTION_VALUE_SLEEP","features":[38]},{"name":"POWERBUTTON_ACTION_VALUE_TURN_OFF_THE_DISPLAY","features":[38]},{"name":"POWER_ACTION_ACPI_CRITICAL","features":[38]},{"name":"POWER_ACTION_ACPI_USER_NOTIFY","features":[38]},{"name":"POWER_ACTION_CRITICAL","features":[38]},{"name":"POWER_ACTION_DIRECTED_DRIPS","features":[38]},{"name":"POWER_ACTION_DISABLE_WAKES","features":[38]},{"name":"POWER_ACTION_DOZE_TO_HIBERNATE","features":[38]},{"name":"POWER_ACTION_HIBERBOOT","features":[38]},{"name":"POWER_ACTION_LIGHTEST_FIRST","features":[38]},{"name":"POWER_ACTION_LOCK_CONSOLE","features":[38]},{"name":"POWER_ACTION_OVERRIDE_APPS","features":[38]},{"name":"POWER_ACTION_PSEUDO_TRANSITION","features":[38]},{"name":"POWER_ACTION_QUERY_ALLOWED","features":[38]},{"name":"POWER_ACTION_UI_ALLOWED","features":[38]},{"name":"POWER_ACTION_USER_NOTIFY","features":[38]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_DISABLED","features":[38]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_ENABLED","features":[38]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_SYSTEM_MANAGED","features":[38]},{"name":"POWER_DEVICE_IDLE_POLICY_CONSERVATIVE","features":[38]},{"name":"POWER_DEVICE_IDLE_POLICY_PERFORMANCE","features":[38]},{"name":"POWER_DISCONNECTED_STANDBY_MODE_AGGRESSIVE","features":[38]},{"name":"POWER_DISCONNECTED_STANDBY_MODE_NORMAL","features":[38]},{"name":"POWER_REQUEST_CONTEXT_VERSION","features":[38]},{"name":"POWER_SETTING_VALUE_VERSION","features":[38]},{"name":"POWER_SYSTEM_MAXIMUM","features":[38]},{"name":"POWER_USER_NOTIFY_FORCED_SHUTDOWN","features":[38]},{"name":"PO_THROTTLE_ADAPTIVE","features":[38]},{"name":"PO_THROTTLE_CONSTANT","features":[38]},{"name":"PO_THROTTLE_DEGRADE","features":[38]},{"name":"PO_THROTTLE_MAXIMUM","features":[38]},{"name":"PO_THROTTLE_NONE","features":[38]},{"name":"PRAGMA_DEPRECATED_DDK","features":[38]},{"name":"PRIVILEGE_SET_ALL_NECESSARY","features":[38]},{"name":"PROCESSOR_ALPHA_21064","features":[38]},{"name":"PROCESSOR_AMD_X8664","features":[38]},{"name":"PROCESSOR_ARM720","features":[38]},{"name":"PROCESSOR_ARM820","features":[38]},{"name":"PROCESSOR_ARM920","features":[38]},{"name":"PROCESSOR_ARM_7TDMI","features":[38]},{"name":"PROCESSOR_DUTY_CYCLING_DISABLED","features":[38]},{"name":"PROCESSOR_DUTY_CYCLING_ENABLED","features":[38]},{"name":"PROCESSOR_HITACHI_SH3","features":[38]},{"name":"PROCESSOR_HITACHI_SH3E","features":[38]},{"name":"PROCESSOR_HITACHI_SH4","features":[38]},{"name":"PROCESSOR_IDLESTATE_INFO","features":[38]},{"name":"PROCESSOR_IDLESTATE_POLICY","features":[38]},{"name":"PROCESSOR_IDLESTATE_POLICY_COUNT","features":[38]},{"name":"PROCESSOR_INTEL_386","features":[38]},{"name":"PROCESSOR_INTEL_486","features":[38]},{"name":"PROCESSOR_INTEL_IA64","features":[38]},{"name":"PROCESSOR_INTEL_PENTIUM","features":[38]},{"name":"PROCESSOR_MIPS_R4000","features":[38]},{"name":"PROCESSOR_MOTOROLA_821","features":[38]},{"name":"PROCESSOR_OPTIL","features":[38]},{"name":"PROCESSOR_PERFSTATE_POLICY","features":[38]},{"name":"PROCESSOR_PERF_AUTONOMOUS_MODE_DISABLED","features":[38]},{"name":"PROCESSOR_PERF_AUTONOMOUS_MODE_ENABLED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_AGGRESSIVE","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_AGGRESSIVE_AT_GUARANTEED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_DISABLED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_AGGRESSIVE","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_AGGRESSIVE_AT_GUARANTEED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_ENABLED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_ENABLED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_MAX","features":[38]},{"name":"PROCESSOR_PERF_BOOST_POLICY_DISABLED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_POLICY_MAX","features":[38]},{"name":"PROCESSOR_PERF_ENERGY_PREFERENCE","features":[38]},{"name":"PROCESSOR_PERF_MAXIMUM_ACTIVITY_WINDOW","features":[38]},{"name":"PROCESSOR_PERF_MINIMUM_ACTIVITY_WINDOW","features":[38]},{"name":"PROCESSOR_PERF_PERFORMANCE_PREFERENCE","features":[38]},{"name":"PROCESSOR_PPC_601","features":[38]},{"name":"PROCESSOR_PPC_603","features":[38]},{"name":"PROCESSOR_PPC_604","features":[38]},{"name":"PROCESSOR_PPC_620","features":[38]},{"name":"PROCESSOR_SHx_SH3","features":[38]},{"name":"PROCESSOR_SHx_SH4","features":[38]},{"name":"PROCESSOR_STRONGARM","features":[38]},{"name":"PROCESSOR_THROTTLE_AUTOMATIC","features":[38]},{"name":"PROCESSOR_THROTTLE_DISABLED","features":[38]},{"name":"PROCESSOR_THROTTLE_ENABLED","features":[38]},{"name":"PROCESS_HEAP_ENTRY_BUSY","features":[38]},{"name":"PROCESS_HEAP_ENTRY_DDESHARE","features":[38]},{"name":"PROCESS_HEAP_ENTRY_MOVEABLE","features":[38]},{"name":"PROCESS_HEAP_REGION","features":[38]},{"name":"PROCESS_HEAP_SEG_ALLOC","features":[38]},{"name":"PROCESS_HEAP_UNCOMMITTED_RANGE","features":[38]},{"name":"PROCESS_MITIGATION_ACTIVATION_CONTEXT_TRUST_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_ASLR_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_CHILD_PROCESS_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_DEP_POLICY","features":[3,38]},{"name":"PROCESS_MITIGATION_DYNAMIC_CODE_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_FONT_DISABLE_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_IMAGE_LOAD_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_SEHOP_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY","features":[38]},{"name":"PROCESS_TRUST_LABEL_SECURITY_INFORMATION","features":[38]},{"name":"PROC_IDLE_BUCKET_COUNT","features":[38]},{"name":"PROC_IDLE_BUCKET_COUNT_EX","features":[38]},{"name":"PRODUCT_ARM64_SERVER","features":[38]},{"name":"PRODUCT_AZURESTACKHCI_SERVER_CORE","features":[38]},{"name":"PRODUCT_AZURE_NANO_SERVER","features":[38]},{"name":"PRODUCT_AZURE_SERVER_CLOUDHOST","features":[38]},{"name":"PRODUCT_AZURE_SERVER_CLOUDMOS","features":[38]},{"name":"PRODUCT_AZURE_SERVER_CORE","features":[38]},{"name":"PRODUCT_CLOUD","features":[38]},{"name":"PRODUCT_CLOUDE","features":[38]},{"name":"PRODUCT_CLOUDEDITION","features":[38]},{"name":"PRODUCT_CLOUDEDITIONN","features":[38]},{"name":"PRODUCT_CLOUDEN","features":[38]},{"name":"PRODUCT_CLOUDN","features":[38]},{"name":"PRODUCT_CLOUD_HOST_INFRASTRUCTURE_SERVER","features":[38]},{"name":"PRODUCT_CLOUD_STORAGE_SERVER","features":[38]},{"name":"PRODUCT_CONNECTED_CAR","features":[38]},{"name":"PRODUCT_CORE_ARM","features":[38]},{"name":"PRODUCT_CORE_CONNECTED","features":[38]},{"name":"PRODUCT_CORE_CONNECTED_COUNTRYSPECIFIC","features":[38]},{"name":"PRODUCT_CORE_CONNECTED_N","features":[38]},{"name":"PRODUCT_CORE_CONNECTED_SINGLELANGUAGE","features":[38]},{"name":"PRODUCT_DATACENTER_EVALUATION_SERVER_CORE","features":[38]},{"name":"PRODUCT_DATACENTER_NANO_SERVER","features":[38]},{"name":"PRODUCT_DATACENTER_SERVER_AZURE_EDITION","features":[38]},{"name":"PRODUCT_DATACENTER_SERVER_CORE_AZURE_EDITION","features":[38]},{"name":"PRODUCT_DATACENTER_WS_SERVER_CORE","features":[38]},{"name":"PRODUCT_EMBEDDED","features":[38]},{"name":"PRODUCT_EMBEDDED_A","features":[38]},{"name":"PRODUCT_EMBEDDED_AUTOMOTIVE","features":[38]},{"name":"PRODUCT_EMBEDDED_E","features":[38]},{"name":"PRODUCT_EMBEDDED_EVAL","features":[38]},{"name":"PRODUCT_EMBEDDED_E_EVAL","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_A","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_A_E","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_E","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_EVAL","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_E_EVAL","features":[38]},{"name":"PRODUCT_ENTERPRISEG","features":[38]},{"name":"PRODUCT_ENTERPRISEGN","features":[38]},{"name":"PRODUCT_ENTERPRISE_SUBSCRIPTION","features":[38]},{"name":"PRODUCT_ENTERPRISE_SUBSCRIPTION_N","features":[38]},{"name":"PRODUCT_HOLOGRAPHIC","features":[38]},{"name":"PRODUCT_HOLOGRAPHIC_BUSINESS","features":[38]},{"name":"PRODUCT_HUBOS","features":[38]},{"name":"PRODUCT_INDUSTRY_HANDHELD","features":[38]},{"name":"PRODUCT_IOTEDGEOS","features":[38]},{"name":"PRODUCT_IOTENTERPRISE","features":[38]},{"name":"PRODUCT_IOTENTERPRISES","features":[38]},{"name":"PRODUCT_IOTOS","features":[38]},{"name":"PRODUCT_LITE","features":[38]},{"name":"PRODUCT_NANO_SERVER","features":[38]},{"name":"PRODUCT_ONECOREUPDATEOS","features":[38]},{"name":"PRODUCT_PPI_PRO","features":[38]},{"name":"PRODUCT_PROFESSIONAL_EMBEDDED","features":[38]},{"name":"PRODUCT_PROFESSIONAL_S","features":[38]},{"name":"PRODUCT_PROFESSIONAL_STUDENT","features":[38]},{"name":"PRODUCT_PROFESSIONAL_STUDENT_N","features":[38]},{"name":"PRODUCT_PROFESSIONAL_S_N","features":[38]},{"name":"PRODUCT_PRO_CHINA","features":[38]},{"name":"PRODUCT_PRO_FOR_EDUCATION","features":[38]},{"name":"PRODUCT_PRO_FOR_EDUCATION_N","features":[38]},{"name":"PRODUCT_PRO_SINGLE_LANGUAGE","features":[38]},{"name":"PRODUCT_SERVERRDSH","features":[38]},{"name":"PRODUCT_SOLUTION_EMBEDDEDSERVER_CORE","features":[38]},{"name":"PRODUCT_STANDARD_EVALUATION_SERVER_CORE","features":[38]},{"name":"PRODUCT_STANDARD_NANO_SERVER","features":[38]},{"name":"PRODUCT_STANDARD_SERVER_CORE","features":[38]},{"name":"PRODUCT_STANDARD_WS_SERVER_CORE","features":[38]},{"name":"PRODUCT_THINPC","features":[38]},{"name":"PRODUCT_UNLICENSED","features":[38]},{"name":"PRODUCT_UTILITY_VM","features":[38]},{"name":"PRODUCT_XBOX_DURANGOHOSTOS","features":[38]},{"name":"PRODUCT_XBOX_ERAOS","features":[38]},{"name":"PRODUCT_XBOX_GAMEOS","features":[38]},{"name":"PRODUCT_XBOX_KEYSTONE","features":[38]},{"name":"PRODUCT_XBOX_SCARLETTHOSTOS","features":[38]},{"name":"PRODUCT_XBOX_SYSTEMOS","features":[38]},{"name":"PTERMINATION_HANDLER","features":[3,38]},{"name":"PTERMINATION_HANDLER","features":[3,38]},{"name":"PUMS_SCHEDULER_ENTRY_POINT","features":[38]},{"name":"PcTeb","features":[38]},{"name":"PdataCrChained","features":[38]},{"name":"PdataCrChainedWithPac","features":[38]},{"name":"PdataCrUnchained","features":[38]},{"name":"PdataCrUnchainedSavedLr","features":[38]},{"name":"PdataPackedUnwindFragment","features":[38]},{"name":"PdataPackedUnwindFunction","features":[38]},{"name":"PdataRefToFullXdata","features":[38]},{"name":"PowerMonitorDim","features":[38]},{"name":"PowerMonitorOff","features":[38]},{"name":"PowerMonitorOn","features":[38]},{"name":"QUOTA_LIMITS_EX","features":[38]},{"name":"QUOTA_LIMITS_USE_DEFAULT_LIMITS","features":[38]},{"name":"RATE_QUOTA_LIMIT","features":[38]},{"name":"READ_THREAD_PROFILING_FLAG_DISPATCHING","features":[38]},{"name":"READ_THREAD_PROFILING_FLAG_HARDWARE_COUNTERS","features":[38]},{"name":"REARRANGE_FILE_DATA","features":[3,38]},{"name":"REARRANGE_FILE_DATA32","features":[38]},{"name":"RECO_COPY","features":[38]},{"name":"RECO_CUT","features":[38]},{"name":"RECO_DRAG","features":[38]},{"name":"RECO_DROP","features":[38]},{"name":"RECO_FLAGS","features":[38]},{"name":"RECO_PASTE","features":[38]},{"name":"REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO","features":[38]},{"name":"REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO_VERSION","features":[38]},{"name":"REG_APP_HIVE","features":[38]},{"name":"REG_APP_HIVE_OPEN_READ_ONLY","features":[38]},{"name":"REG_BOOT_HIVE","features":[38]},{"name":"REG_FLUSH_HIVE_FILE_GROWTH","features":[38]},{"name":"REG_FORCE_UNLOAD","features":[38]},{"name":"REG_HIVE_EXACT_FILE_GROWTH","features":[38]},{"name":"REG_HIVE_NO_RM","features":[38]},{"name":"REG_HIVE_SINGLE_LOG","features":[38]},{"name":"REG_IMMUTABLE","features":[38]},{"name":"REG_LOAD_HIVE_OPEN_HANDLE","features":[38]},{"name":"REG_NO_IMPERSONATION_FALLBACK","features":[38]},{"name":"REG_NO_LAZY_FLUSH","features":[38]},{"name":"REG_OPEN_READ_ONLY","features":[38]},{"name":"REG_PROCESS_PRIVATE","features":[38]},{"name":"REG_REFRESH_HIVE","features":[38]},{"name":"REG_START_JOURNAL","features":[38]},{"name":"REG_UNLOAD_LEGAL_FLAGS","features":[38]},{"name":"RESOURCEMANAGER_BASIC_INFORMATION","features":[38]},{"name":"RESOURCEMANAGER_COMPLETE_PROPAGATION","features":[38]},{"name":"RESOURCEMANAGER_COMPLETION_INFORMATION","features":[3,38]},{"name":"RESOURCEMANAGER_ENLIST","features":[38]},{"name":"RESOURCEMANAGER_GET_NOTIFICATION","features":[38]},{"name":"RESOURCEMANAGER_INFORMATION_CLASS","features":[38]},{"name":"RESOURCEMANAGER_QUERY_INFORMATION","features":[38]},{"name":"RESOURCEMANAGER_RECOVER","features":[38]},{"name":"RESOURCEMANAGER_REGISTER_PROTOCOL","features":[38]},{"name":"RESOURCEMANAGER_SET_INFORMATION","features":[38]},{"name":"ROT_COMPARE_MAX","features":[38]},{"name":"RTL_UMS_SCHEDULER_REASON","features":[38]},{"name":"RTL_UMS_VERSION","features":[38]},{"name":"RTL_VIRTUAL_UNWIND2_VALIDATE_PAC","features":[38]},{"name":"RUNTIME_FUNCTION_INDIRECT","features":[38]},{"name":"RecognizerType","features":[38]},{"name":"RemHBITMAP","features":[38]},{"name":"RemHBRUSH","features":[38]},{"name":"RemHENHMETAFILE","features":[38]},{"name":"RemHGLOBAL","features":[38]},{"name":"RemHMETAFILEPICT","features":[38]},{"name":"RemHPALETTE","features":[38]},{"name":"RemotableHandle","features":[38]},{"name":"ReplacesCorHdrNumericDefines","features":[38]},{"name":"ResourceManagerBasicInformation","features":[38]},{"name":"ResourceManagerCompletionInformation","features":[38]},{"name":"RunlevelInformationInActivationContext","features":[38]},{"name":"SCOPE_TABLE_AMD64","features":[38]},{"name":"SCOPE_TABLE_ARM","features":[38]},{"name":"SCOPE_TABLE_ARM64","features":[38]},{"name":"SCRUB_DATA_INPUT","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_IGNORE_REDUNDANCY","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_OPLOCK_NOT_ACQUIRED","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_RESUME","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_SCRUB_BY_OBJECT_ID","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_DATA","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_IN_SYNC","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_NON_INTEGRITY_DATA","features":[38]},{"name":"SCRUB_DATA_OUTPUT","features":[38]},{"name":"SCRUB_DATA_OUTPUT_FLAG_INCOMPLETE","features":[38]},{"name":"SCRUB_DATA_OUTPUT_FLAG_NON_USER_DATA_RANGE","features":[38]},{"name":"SCRUB_DATA_OUTPUT_FLAG_PARITY_EXTENT_DATA_RETURNED","features":[38]},{"name":"SCRUB_DATA_OUTPUT_FLAG_RESUME_CONTEXT_LENGTH_SPECIFIED","features":[38]},{"name":"SCRUB_PARITY_EXTENT","features":[38]},{"name":"SCRUB_PARITY_EXTENT_DATA","features":[38]},{"name":"SECURITY_ANONYMOUS_LOGON_RID","features":[38]},{"name":"SECURITY_APPPOOL_ID_BASE_RID","features":[38]},{"name":"SECURITY_APPPOOL_ID_RID_COUNT","features":[38]},{"name":"SECURITY_APP_PACKAGE_BASE_RID","features":[38]},{"name":"SECURITY_APP_PACKAGE_RID_COUNT","features":[38]},{"name":"SECURITY_AUTHENTICATED_USER_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY_ASSERTED_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY_RID_COUNT","features":[38]},{"name":"SECURITY_AUTHENTICATION_FRESH_KEY_AUTH_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_KEY_PROPERTY_ATTESTATION_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_KEY_PROPERTY_MFA_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_KEY_TRUST_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_SERVICE_ASSERTED_RID","features":[38]},{"name":"SECURITY_BATCH_RID","features":[38]},{"name":"SECURITY_BUILTIN_APP_PACKAGE_RID_COUNT","features":[38]},{"name":"SECURITY_BUILTIN_CAPABILITY_RID_COUNT","features":[38]},{"name":"SECURITY_BUILTIN_DOMAIN_RID","features":[38]},{"name":"SECURITY_BUILTIN_PACKAGE_ANY_PACKAGE","features":[38]},{"name":"SECURITY_BUILTIN_PACKAGE_ANY_RESTRICTED_PACKAGE","features":[38]},{"name":"SECURITY_CAPABILITY_APPOINTMENTS","features":[38]},{"name":"SECURITY_CAPABILITY_APP_RID","features":[38]},{"name":"SECURITY_CAPABILITY_APP_SILO_RID","features":[38]},{"name":"SECURITY_CAPABILITY_BASE_RID","features":[38]},{"name":"SECURITY_CAPABILITY_CONTACTS","features":[38]},{"name":"SECURITY_CAPABILITY_DOCUMENTS_LIBRARY","features":[38]},{"name":"SECURITY_CAPABILITY_ENTERPRISE_AUTHENTICATION","features":[38]},{"name":"SECURITY_CAPABILITY_INTERNET_CLIENT","features":[38]},{"name":"SECURITY_CAPABILITY_INTERNET_CLIENT_SERVER","features":[38]},{"name":"SECURITY_CAPABILITY_INTERNET_EXPLORER","features":[38]},{"name":"SECURITY_CAPABILITY_MUSIC_LIBRARY","features":[38]},{"name":"SECURITY_CAPABILITY_PICTURES_LIBRARY","features":[38]},{"name":"SECURITY_CAPABILITY_PRIVATE_NETWORK_CLIENT_SERVER","features":[38]},{"name":"SECURITY_CAPABILITY_REMOVABLE_STORAGE","features":[38]},{"name":"SECURITY_CAPABILITY_RID_COUNT","features":[38]},{"name":"SECURITY_CAPABILITY_SHARED_USER_CERTIFICATES","features":[38]},{"name":"SECURITY_CAPABILITY_VIDEOS_LIBRARY","features":[38]},{"name":"SECURITY_CCG_ID_BASE_RID","features":[38]},{"name":"SECURITY_CHILD_PACKAGE_RID_COUNT","features":[38]},{"name":"SECURITY_CLOUD_INFRASTRUCTURE_SERVICES_ID_BASE_RID","features":[38]},{"name":"SECURITY_CLOUD_INFRASTRUCTURE_SERVICES_ID_RID_COUNT","features":[38]},{"name":"SECURITY_COM_ID_BASE_RID","features":[38]},{"name":"SECURITY_CREATOR_GROUP_RID","features":[38]},{"name":"SECURITY_CREATOR_GROUP_SERVER_RID","features":[38]},{"name":"SECURITY_CREATOR_OWNER_RID","features":[38]},{"name":"SECURITY_CREATOR_OWNER_RIGHTS_RID","features":[38]},{"name":"SECURITY_CREATOR_OWNER_SERVER_RID","features":[38]},{"name":"SECURITY_CRED_TYPE_BASE_RID","features":[38]},{"name":"SECURITY_CRED_TYPE_RID_COUNT","features":[38]},{"name":"SECURITY_CRED_TYPE_THIS_ORG_CERT_RID","features":[38]},{"name":"SECURITY_DASHOST_ID_BASE_RID","features":[38]},{"name":"SECURITY_DASHOST_ID_RID_COUNT","features":[38]},{"name":"SECURITY_DESCRIPTOR_REVISION","features":[38]},{"name":"SECURITY_DESCRIPTOR_REVISION1","features":[38]},{"name":"SECURITY_DIALUP_RID","features":[38]},{"name":"SECURITY_ENTERPRISE_CONTROLLERS_RID","features":[38]},{"name":"SECURITY_ENTERPRISE_READONLY_CONTROLLERS_RID","features":[38]},{"name":"SECURITY_INSTALLER_CAPABILITY_RID_COUNT","features":[38]},{"name":"SECURITY_INSTALLER_GROUP_CAPABILITY_BASE","features":[38]},{"name":"SECURITY_INSTALLER_GROUP_CAPABILITY_RID_COUNT","features":[38]},{"name":"SECURITY_INTERACTIVE_RID","features":[38]},{"name":"SECURITY_IUSER_RID","features":[38]},{"name":"SECURITY_LOCAL_ACCOUNT_AND_ADMIN_RID","features":[38]},{"name":"SECURITY_LOCAL_ACCOUNT_RID","features":[38]},{"name":"SECURITY_LOCAL_LOGON_RID","features":[38]},{"name":"SECURITY_LOCAL_RID","features":[38]},{"name":"SECURITY_LOCAL_SERVICE_RID","features":[38]},{"name":"SECURITY_LOCAL_SYSTEM_RID","features":[38]},{"name":"SECURITY_LOGON_IDS_RID","features":[38]},{"name":"SECURITY_LOGON_IDS_RID_COUNT","features":[38]},{"name":"SECURITY_MANDATORY_HIGH_RID","features":[38]},{"name":"SECURITY_MANDATORY_LOW_RID","features":[38]},{"name":"SECURITY_MANDATORY_MAXIMUM_USER_RID","features":[38]},{"name":"SECURITY_MANDATORY_MEDIUM_PLUS_RID","features":[38]},{"name":"SECURITY_MANDATORY_MEDIUM_RID","features":[38]},{"name":"SECURITY_MANDATORY_PROTECTED_PROCESS_RID","features":[38]},{"name":"SECURITY_MANDATORY_SYSTEM_RID","features":[38]},{"name":"SECURITY_MANDATORY_UNTRUSTED_RID","features":[38]},{"name":"SECURITY_MAX_ALWAYS_FILTERED","features":[38]},{"name":"SECURITY_MAX_BASE_RID","features":[38]},{"name":"SECURITY_MIN_BASE_RID","features":[38]},{"name":"SECURITY_MIN_NEVER_FILTERED","features":[38]},{"name":"SECURITY_NETWORK_RID","features":[38]},{"name":"SECURITY_NETWORK_SERVICE_RID","features":[38]},{"name":"SECURITY_NFS_ID_BASE_RID","features":[38]},{"name":"SECURITY_NT_NON_UNIQUE","features":[38]},{"name":"SECURITY_NT_NON_UNIQUE_SUB_AUTH_COUNT","features":[38]},{"name":"SECURITY_NULL_RID","features":[38]},{"name":"SECURITY_OBJECT_AI_PARAMS","features":[38]},{"name":"SECURITY_OTHER_ORGANIZATION_RID","features":[38]},{"name":"SECURITY_PACKAGE_BASE_RID","features":[38]},{"name":"SECURITY_PACKAGE_DIGEST_RID","features":[38]},{"name":"SECURITY_PACKAGE_NTLM_RID","features":[38]},{"name":"SECURITY_PACKAGE_RID_COUNT","features":[38]},{"name":"SECURITY_PACKAGE_SCHANNEL_RID","features":[38]},{"name":"SECURITY_PARENT_PACKAGE_RID_COUNT","features":[38]},{"name":"SECURITY_PRINCIPAL_SELF_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_ANTIMALWARE_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_APP_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_AUTHENTICODE_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_NONE_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_WINDOWS_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_WINTCB_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_FULL_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_LITE_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_NONE_RID","features":[38]},{"name":"SECURITY_PROCESS_TRUST_AUTHORITY_RID_COUNT","features":[38]},{"name":"SECURITY_PROXY_RID","features":[38]},{"name":"SECURITY_RDV_GFX_BASE_RID","features":[38]},{"name":"SECURITY_REMOTE_LOGON_RID","features":[38]},{"name":"SECURITY_RESERVED_ID_BASE_RID","features":[38]},{"name":"SECURITY_RESTRICTED_CODE_RID","features":[38]},{"name":"SECURITY_SERVER_LOGON_RID","features":[38]},{"name":"SECURITY_SERVICE_ID_BASE_RID","features":[38]},{"name":"SECURITY_SERVICE_ID_RID_COUNT","features":[38]},{"name":"SECURITY_SERVICE_RID","features":[38]},{"name":"SECURITY_TASK_ID_BASE_RID","features":[38]},{"name":"SECURITY_TERMINAL_SERVER_RID","features":[38]},{"name":"SECURITY_THIS_ORGANIZATION_RID","features":[38]},{"name":"SECURITY_TRUSTED_INSTALLER_RID1","features":[38]},{"name":"SECURITY_TRUSTED_INSTALLER_RID2","features":[38]},{"name":"SECURITY_TRUSTED_INSTALLER_RID3","features":[38]},{"name":"SECURITY_TRUSTED_INSTALLER_RID4","features":[38]},{"name":"SECURITY_TRUSTED_INSTALLER_RID5","features":[38]},{"name":"SECURITY_UMFD_BASE_RID","features":[38]},{"name":"SECURITY_USERMANAGER_ID_BASE_RID","features":[38]},{"name":"SECURITY_USERMANAGER_ID_RID_COUNT","features":[38]},{"name":"SECURITY_USERMODEDRIVERHOST_ID_BASE_RID","features":[38]},{"name":"SECURITY_USERMODEDRIVERHOST_ID_RID_COUNT","features":[38]},{"name":"SECURITY_VIRTUALACCOUNT_ID_RID_COUNT","features":[38]},{"name":"SECURITY_VIRTUALSERVER_ID_BASE_RID","features":[38]},{"name":"SECURITY_VIRTUALSERVER_ID_RID_COUNT","features":[38]},{"name":"SECURITY_WINDOWSMOBILE_ID_BASE_RID","features":[38]},{"name":"SECURITY_WINDOW_MANAGER_BASE_RID","features":[38]},{"name":"SECURITY_WINRM_ID_BASE_RID","features":[38]},{"name":"SECURITY_WINRM_ID_RID_COUNT","features":[38]},{"name":"SECURITY_WMIHOST_ID_BASE_RID","features":[38]},{"name":"SECURITY_WMIHOST_ID_RID_COUNT","features":[38]},{"name":"SECURITY_WORLD_RID","features":[38]},{"name":"SECURITY_WRITE_RESTRICTED_CODE_RID","features":[38]},{"name":"SEC_HUGE_PAGES","features":[38]},{"name":"SEF_AI_USE_EXTRA_PARAMS","features":[38]},{"name":"SEF_FORCE_USER_MODE","features":[38]},{"name":"SEF_NORMALIZE_OUTPUT_DESCRIPTOR","features":[38]},{"name":"SERVERSILO_BASIC_INFORMATION","features":[3,38]},{"name":"SERVERSILO_INITING","features":[38]},{"name":"SERVERSILO_SHUTTING_DOWN","features":[38]},{"name":"SERVERSILO_STARTED","features":[38]},{"name":"SERVERSILO_STATE","features":[38]},{"name":"SERVERSILO_TERMINATED","features":[38]},{"name":"SERVERSILO_TERMINATING","features":[38]},{"name":"SERVICE_ERROR_TYPE","features":[38]},{"name":"SERVICE_INTERACTIVE_PROCESS","features":[38]},{"name":"SERVICE_LOAD_TYPE","features":[38]},{"name":"SERVICE_NODE_TYPE","features":[38]},{"name":"SERVICE_PKG_SERVICE","features":[38]},{"name":"SERVICE_USERSERVICE_INSTANCE","features":[38]},{"name":"SERVICE_USER_SERVICE","features":[38]},{"name":"SESSION_MODIFY_ACCESS","features":[38]},{"name":"SESSION_QUERY_ACCESS","features":[38]},{"name":"SE_ACCESS_CHECK_FLAG_NO_LEARNING_MODE_LOGGING","features":[38]},{"name":"SE_ACCESS_CHECK_VALID_FLAGS","features":[38]},{"name":"SE_ACTIVATE_AS_USER_CAPABILITY","features":[38]},{"name":"SE_APP_SILO_PRINT_CAPABILITY","features":[38]},{"name":"SE_APP_SILO_PROFILES_ROOT_MINIMAL_CAPABILITY","features":[38]},{"name":"SE_APP_SILO_USER_PROFILE_MINIMAL_CAPABILITY","features":[38]},{"name":"SE_APP_SILO_VOLUME_ROOT_MINIMAL_CAPABILITY","features":[38]},{"name":"SE_CONSTRAINED_IMPERSONATION_CAPABILITY","features":[38]},{"name":"SE_DEVELOPMENT_MODE_NETWORK_CAPABILITY","features":[38]},{"name":"SE_GROUP_ENABLED","features":[38]},{"name":"SE_GROUP_ENABLED_BY_DEFAULT","features":[38]},{"name":"SE_GROUP_INTEGRITY","features":[38]},{"name":"SE_GROUP_INTEGRITY_ENABLED","features":[38]},{"name":"SE_GROUP_LOGON_ID","features":[38]},{"name":"SE_GROUP_MANDATORY","features":[38]},{"name":"SE_GROUP_OWNER","features":[38]},{"name":"SE_GROUP_RESOURCE","features":[38]},{"name":"SE_GROUP_USE_FOR_DENY_ONLY","features":[38]},{"name":"SE_IMAGE_SIGNATURE_TYPE","features":[38]},{"name":"SE_LEARNING_MODE_LOGGING_CAPABILITY","features":[38]},{"name":"SE_MUMA_CAPABILITY","features":[38]},{"name":"SE_PERMISSIVE_LEARNING_MODE_CAPABILITY","features":[38]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_ACCESS_FILTER_ACE","features":[38]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_LABEL_ACE","features":[38]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_OWNER_ACE","features":[38]},{"name":"SE_SECURITY_DESCRIPTOR_VALID_FLAGS","features":[38]},{"name":"SE_SESSION_IMPERSONATION_CAPABILITY","features":[38]},{"name":"SE_SIGNING_LEVEL_ANTIMALWARE","features":[38]},{"name":"SE_SIGNING_LEVEL_AUTHENTICODE","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_1","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_2","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_3","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_4","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_5","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_6","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_7","features":[38]},{"name":"SE_SIGNING_LEVEL_DEVELOPER","features":[38]},{"name":"SE_SIGNING_LEVEL_DYNAMIC_CODEGEN","features":[38]},{"name":"SE_SIGNING_LEVEL_ENTERPRISE","features":[38]},{"name":"SE_SIGNING_LEVEL_MICROSOFT","features":[38]},{"name":"SE_SIGNING_LEVEL_STORE","features":[38]},{"name":"SE_SIGNING_LEVEL_UNCHECKED","features":[38]},{"name":"SE_SIGNING_LEVEL_UNSIGNED","features":[38]},{"name":"SE_SIGNING_LEVEL_WINDOWS","features":[38]},{"name":"SE_SIGNING_LEVEL_WINDOWS_TCB","features":[38]},{"name":"SE_TOKEN_USER","features":[6,38]},{"name":"SFGAO_BROWSABLE","features":[38]},{"name":"SFGAO_CANCOPY","features":[38]},{"name":"SFGAO_CANDELETE","features":[38]},{"name":"SFGAO_CANLINK","features":[38]},{"name":"SFGAO_CANMONIKER","features":[38]},{"name":"SFGAO_CANMOVE","features":[38]},{"name":"SFGAO_CANRENAME","features":[38]},{"name":"SFGAO_CAPABILITYMASK","features":[38]},{"name":"SFGAO_COMPRESSED","features":[38]},{"name":"SFGAO_CONTENTSMASK","features":[38]},{"name":"SFGAO_DISPLAYATTRMASK","features":[38]},{"name":"SFGAO_DROPTARGET","features":[38]},{"name":"SFGAO_ENCRYPTED","features":[38]},{"name":"SFGAO_FILESYSANCESTOR","features":[38]},{"name":"SFGAO_FILESYSTEM","features":[38]},{"name":"SFGAO_FLAGS","features":[38]},{"name":"SFGAO_FOLDER","features":[38]},{"name":"SFGAO_GHOSTED","features":[38]},{"name":"SFGAO_HASPROPSHEET","features":[38]},{"name":"SFGAO_HASSTORAGE","features":[38]},{"name":"SFGAO_HASSUBFOLDER","features":[38]},{"name":"SFGAO_HIDDEN","features":[38]},{"name":"SFGAO_ISSLOW","features":[38]},{"name":"SFGAO_LINK","features":[38]},{"name":"SFGAO_NEWCONTENT","features":[38]},{"name":"SFGAO_NONENUMERATED","features":[38]},{"name":"SFGAO_PKEYSFGAOMASK","features":[38]},{"name":"SFGAO_PLACEHOLDER","features":[38]},{"name":"SFGAO_READONLY","features":[38]},{"name":"SFGAO_REMOVABLE","features":[38]},{"name":"SFGAO_SHARE","features":[38]},{"name":"SFGAO_STORAGE","features":[38]},{"name":"SFGAO_STORAGEANCESTOR","features":[38]},{"name":"SFGAO_STORAGECAPMASK","features":[38]},{"name":"SFGAO_STREAM","features":[38]},{"name":"SFGAO_SYSTEM","features":[38]},{"name":"SFGAO_VALIDATE","features":[38]},{"name":"SHARED_VIRTUAL_DISK_SUPPORT","features":[38]},{"name":"SHUFFLE_FILE_DATA","features":[38]},{"name":"SHUFFLE_FILE_FLAG_SKIP_INITIALIZING_NEW_CLUSTERS","features":[38]},{"name":"SID_HASH_SIZE","features":[38]},{"name":"SID_MAX_SUB_AUTHORITIES","features":[38]},{"name":"SID_RECOMMENDED_SUB_AUTHORITIES","features":[38]},{"name":"SID_REVISION","features":[38]},{"name":"SILOOBJECT_BASIC_INFORMATION","features":[3,38]},{"name":"SIZEOF_RFPO_DATA","features":[38]},{"name":"SIZE_OF_80387_REGISTERS","features":[38]},{"name":"SMB_CCF_APP_INSTANCE_EA_NAME","features":[38]},{"name":"SMT_UNPARKING_POLICY_CORE","features":[38]},{"name":"SMT_UNPARKING_POLICY_CORE_PER_THREAD","features":[38]},{"name":"SMT_UNPARKING_POLICY_LP_ROUNDROBIN","features":[38]},{"name":"SMT_UNPARKING_POLICY_LP_SEQUENTIAL","features":[38]},{"name":"SORT_CHINESE_BIG5","features":[38]},{"name":"SORT_CHINESE_BOPOMOFO","features":[38]},{"name":"SORT_CHINESE_PRC","features":[38]},{"name":"SORT_CHINESE_PRCP","features":[38]},{"name":"SORT_CHINESE_RADICALSTROKE","features":[38]},{"name":"SORT_CHINESE_UNICODE","features":[38]},{"name":"SORT_DEFAULT","features":[38]},{"name":"SORT_GEORGIAN_MODERN","features":[38]},{"name":"SORT_GEORGIAN_TRADITIONAL","features":[38]},{"name":"SORT_GERMAN_PHONE_BOOK","features":[38]},{"name":"SORT_HUNGARIAN_DEFAULT","features":[38]},{"name":"SORT_HUNGARIAN_TECHNICAL","features":[38]},{"name":"SORT_INVARIANT_MATH","features":[38]},{"name":"SORT_JAPANESE_RADICALSTROKE","features":[38]},{"name":"SORT_JAPANESE_UNICODE","features":[38]},{"name":"SORT_JAPANESE_XJIS","features":[38]},{"name":"SORT_KOREAN_KSC","features":[38]},{"name":"SORT_KOREAN_UNICODE","features":[38]},{"name":"SS_BITMAP","features":[38]},{"name":"SS_BLACKFRAME","features":[38]},{"name":"SS_BLACKRECT","features":[38]},{"name":"SS_CENTER","features":[38]},{"name":"SS_CENTERIMAGE","features":[38]},{"name":"SS_EDITCONTROL","features":[38]},{"name":"SS_ELLIPSISMASK","features":[38]},{"name":"SS_ENDELLIPSIS","features":[38]},{"name":"SS_ENHMETAFILE","features":[38]},{"name":"SS_ETCHEDFRAME","features":[38]},{"name":"SS_ETCHEDHORZ","features":[38]},{"name":"SS_ETCHEDVERT","features":[38]},{"name":"SS_GRAYFRAME","features":[38]},{"name":"SS_GRAYRECT","features":[38]},{"name":"SS_ICON","features":[38]},{"name":"SS_LEFT","features":[38]},{"name":"SS_LEFTNOWORDWRAP","features":[38]},{"name":"SS_NOPREFIX","features":[38]},{"name":"SS_NOTIFY","features":[38]},{"name":"SS_OWNERDRAW","features":[38]},{"name":"SS_PATHELLIPSIS","features":[38]},{"name":"SS_REALSIZECONTROL","features":[38]},{"name":"SS_REALSIZEIMAGE","features":[38]},{"name":"SS_RIGHT","features":[38]},{"name":"SS_RIGHTJUST","features":[38]},{"name":"SS_SIMPLE","features":[38]},{"name":"SS_SUNKEN","features":[38]},{"name":"SS_TYPEMASK","features":[38]},{"name":"SS_USERITEM","features":[38]},{"name":"SS_WHITEFRAME","features":[38]},{"name":"SS_WHITERECT","features":[38]},{"name":"SS_WORDELLIPSIS","features":[38]},{"name":"STATIC_STYLES","features":[38]},{"name":"SUBLANG_AFRIKAANS_SOUTH_AFRICA","features":[38]},{"name":"SUBLANG_ALBANIAN_ALBANIA","features":[38]},{"name":"SUBLANG_ALSATIAN_FRANCE","features":[38]},{"name":"SUBLANG_AMHARIC_ETHIOPIA","features":[38]},{"name":"SUBLANG_ARABIC_ALGERIA","features":[38]},{"name":"SUBLANG_ARABIC_BAHRAIN","features":[38]},{"name":"SUBLANG_ARABIC_EGYPT","features":[38]},{"name":"SUBLANG_ARABIC_IRAQ","features":[38]},{"name":"SUBLANG_ARABIC_JORDAN","features":[38]},{"name":"SUBLANG_ARABIC_KUWAIT","features":[38]},{"name":"SUBLANG_ARABIC_LEBANON","features":[38]},{"name":"SUBLANG_ARABIC_LIBYA","features":[38]},{"name":"SUBLANG_ARABIC_MOROCCO","features":[38]},{"name":"SUBLANG_ARABIC_OMAN","features":[38]},{"name":"SUBLANG_ARABIC_QATAR","features":[38]},{"name":"SUBLANG_ARABIC_SAUDI_ARABIA","features":[38]},{"name":"SUBLANG_ARABIC_SYRIA","features":[38]},{"name":"SUBLANG_ARABIC_TUNISIA","features":[38]},{"name":"SUBLANG_ARABIC_UAE","features":[38]},{"name":"SUBLANG_ARABIC_YEMEN","features":[38]},{"name":"SUBLANG_ARMENIAN_ARMENIA","features":[38]},{"name":"SUBLANG_ASSAMESE_INDIA","features":[38]},{"name":"SUBLANG_AZERBAIJANI_AZERBAIJAN_CYRILLIC","features":[38]},{"name":"SUBLANG_AZERBAIJANI_AZERBAIJAN_LATIN","features":[38]},{"name":"SUBLANG_AZERI_CYRILLIC","features":[38]},{"name":"SUBLANG_AZERI_LATIN","features":[38]},{"name":"SUBLANG_BANGLA_BANGLADESH","features":[38]},{"name":"SUBLANG_BANGLA_INDIA","features":[38]},{"name":"SUBLANG_BASHKIR_RUSSIA","features":[38]},{"name":"SUBLANG_BASQUE_BASQUE","features":[38]},{"name":"SUBLANG_BELARUSIAN_BELARUS","features":[38]},{"name":"SUBLANG_BENGALI_BANGLADESH","features":[38]},{"name":"SUBLANG_BENGALI_INDIA","features":[38]},{"name":"SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC","features":[38]},{"name":"SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN","features":[38]},{"name":"SUBLANG_BRETON_FRANCE","features":[38]},{"name":"SUBLANG_BULGARIAN_BULGARIA","features":[38]},{"name":"SUBLANG_CATALAN_CATALAN","features":[38]},{"name":"SUBLANG_CENTRAL_KURDISH_IRAQ","features":[38]},{"name":"SUBLANG_CHEROKEE_CHEROKEE","features":[38]},{"name":"SUBLANG_CHINESE_HONGKONG","features":[38]},{"name":"SUBLANG_CHINESE_MACAU","features":[38]},{"name":"SUBLANG_CHINESE_SIMPLIFIED","features":[38]},{"name":"SUBLANG_CHINESE_SINGAPORE","features":[38]},{"name":"SUBLANG_CHINESE_TRADITIONAL","features":[38]},{"name":"SUBLANG_CORSICAN_FRANCE","features":[38]},{"name":"SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN","features":[38]},{"name":"SUBLANG_CROATIAN_CROATIA","features":[38]},{"name":"SUBLANG_CUSTOM_DEFAULT","features":[38]},{"name":"SUBLANG_CUSTOM_UNSPECIFIED","features":[38]},{"name":"SUBLANG_CZECH_CZECH_REPUBLIC","features":[38]},{"name":"SUBLANG_DANISH_DENMARK","features":[38]},{"name":"SUBLANG_DARI_AFGHANISTAN","features":[38]},{"name":"SUBLANG_DEFAULT","features":[38]},{"name":"SUBLANG_DIVEHI_MALDIVES","features":[38]},{"name":"SUBLANG_DUTCH","features":[38]},{"name":"SUBLANG_DUTCH_BELGIAN","features":[38]},{"name":"SUBLANG_ENGLISH_AUS","features":[38]},{"name":"SUBLANG_ENGLISH_BELIZE","features":[38]},{"name":"SUBLANG_ENGLISH_CAN","features":[38]},{"name":"SUBLANG_ENGLISH_CARIBBEAN","features":[38]},{"name":"SUBLANG_ENGLISH_EIRE","features":[38]},{"name":"SUBLANG_ENGLISH_INDIA","features":[38]},{"name":"SUBLANG_ENGLISH_JAMAICA","features":[38]},{"name":"SUBLANG_ENGLISH_MALAYSIA","features":[38]},{"name":"SUBLANG_ENGLISH_NZ","features":[38]},{"name":"SUBLANG_ENGLISH_PHILIPPINES","features":[38]},{"name":"SUBLANG_ENGLISH_SINGAPORE","features":[38]},{"name":"SUBLANG_ENGLISH_SOUTH_AFRICA","features":[38]},{"name":"SUBLANG_ENGLISH_TRINIDAD","features":[38]},{"name":"SUBLANG_ENGLISH_UK","features":[38]},{"name":"SUBLANG_ENGLISH_US","features":[38]},{"name":"SUBLANG_ENGLISH_ZIMBABWE","features":[38]},{"name":"SUBLANG_ESTONIAN_ESTONIA","features":[38]},{"name":"SUBLANG_FAEROESE_FAROE_ISLANDS","features":[38]},{"name":"SUBLANG_FILIPINO_PHILIPPINES","features":[38]},{"name":"SUBLANG_FINNISH_FINLAND","features":[38]},{"name":"SUBLANG_FRENCH","features":[38]},{"name":"SUBLANG_FRENCH_BELGIAN","features":[38]},{"name":"SUBLANG_FRENCH_CANADIAN","features":[38]},{"name":"SUBLANG_FRENCH_LUXEMBOURG","features":[38]},{"name":"SUBLANG_FRENCH_MONACO","features":[38]},{"name":"SUBLANG_FRENCH_SWISS","features":[38]},{"name":"SUBLANG_FRISIAN_NETHERLANDS","features":[38]},{"name":"SUBLANG_FULAH_SENEGAL","features":[38]},{"name":"SUBLANG_GALICIAN_GALICIAN","features":[38]},{"name":"SUBLANG_GEORGIAN_GEORGIA","features":[38]},{"name":"SUBLANG_GERMAN","features":[38]},{"name":"SUBLANG_GERMAN_AUSTRIAN","features":[38]},{"name":"SUBLANG_GERMAN_LIECHTENSTEIN","features":[38]},{"name":"SUBLANG_GERMAN_LUXEMBOURG","features":[38]},{"name":"SUBLANG_GERMAN_SWISS","features":[38]},{"name":"SUBLANG_GREEK_GREECE","features":[38]},{"name":"SUBLANG_GREENLANDIC_GREENLAND","features":[38]},{"name":"SUBLANG_GUJARATI_INDIA","features":[38]},{"name":"SUBLANG_HAUSA_NIGERIA_LATIN","features":[38]},{"name":"SUBLANG_HAWAIIAN_US","features":[38]},{"name":"SUBLANG_HEBREW_ISRAEL","features":[38]},{"name":"SUBLANG_HINDI_INDIA","features":[38]},{"name":"SUBLANG_HUNGARIAN_HUNGARY","features":[38]},{"name":"SUBLANG_ICELANDIC_ICELAND","features":[38]},{"name":"SUBLANG_IGBO_NIGERIA","features":[38]},{"name":"SUBLANG_INDONESIAN_INDONESIA","features":[38]},{"name":"SUBLANG_INUKTITUT_CANADA","features":[38]},{"name":"SUBLANG_INUKTITUT_CANADA_LATIN","features":[38]},{"name":"SUBLANG_IRISH_IRELAND","features":[38]},{"name":"SUBLANG_ITALIAN","features":[38]},{"name":"SUBLANG_ITALIAN_SWISS","features":[38]},{"name":"SUBLANG_JAPANESE_JAPAN","features":[38]},{"name":"SUBLANG_KANNADA_INDIA","features":[38]},{"name":"SUBLANG_KASHMIRI_INDIA","features":[38]},{"name":"SUBLANG_KASHMIRI_SASIA","features":[38]},{"name":"SUBLANG_KAZAK_KAZAKHSTAN","features":[38]},{"name":"SUBLANG_KHMER_CAMBODIA","features":[38]},{"name":"SUBLANG_KICHE_GUATEMALA","features":[38]},{"name":"SUBLANG_KINYARWANDA_RWANDA","features":[38]},{"name":"SUBLANG_KONKANI_INDIA","features":[38]},{"name":"SUBLANG_KOREAN","features":[38]},{"name":"SUBLANG_KYRGYZ_KYRGYZSTAN","features":[38]},{"name":"SUBLANG_LAO_LAO","features":[38]},{"name":"SUBLANG_LATVIAN_LATVIA","features":[38]},{"name":"SUBLANG_LITHUANIAN","features":[38]},{"name":"SUBLANG_LOWER_SORBIAN_GERMANY","features":[38]},{"name":"SUBLANG_LUXEMBOURGISH_LUXEMBOURG","features":[38]},{"name":"SUBLANG_MACEDONIAN_MACEDONIA","features":[38]},{"name":"SUBLANG_MALAYALAM_INDIA","features":[38]},{"name":"SUBLANG_MALAY_BRUNEI_DARUSSALAM","features":[38]},{"name":"SUBLANG_MALAY_MALAYSIA","features":[38]},{"name":"SUBLANG_MALTESE_MALTA","features":[38]},{"name":"SUBLANG_MAORI_NEW_ZEALAND","features":[38]},{"name":"SUBLANG_MAPUDUNGUN_CHILE","features":[38]},{"name":"SUBLANG_MARATHI_INDIA","features":[38]},{"name":"SUBLANG_MOHAWK_MOHAWK","features":[38]},{"name":"SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA","features":[38]},{"name":"SUBLANG_MONGOLIAN_PRC","features":[38]},{"name":"SUBLANG_NEPALI_INDIA","features":[38]},{"name":"SUBLANG_NEPALI_NEPAL","features":[38]},{"name":"SUBLANG_NEUTRAL","features":[38]},{"name":"SUBLANG_NORWEGIAN_BOKMAL","features":[38]},{"name":"SUBLANG_NORWEGIAN_NYNORSK","features":[38]},{"name":"SUBLANG_OCCITAN_FRANCE","features":[38]},{"name":"SUBLANG_ODIA_INDIA","features":[38]},{"name":"SUBLANG_ORIYA_INDIA","features":[38]},{"name":"SUBLANG_PASHTO_AFGHANISTAN","features":[38]},{"name":"SUBLANG_PERSIAN_IRAN","features":[38]},{"name":"SUBLANG_POLISH_POLAND","features":[38]},{"name":"SUBLANG_PORTUGUESE","features":[38]},{"name":"SUBLANG_PORTUGUESE_BRAZILIAN","features":[38]},{"name":"SUBLANG_PULAR_SENEGAL","features":[38]},{"name":"SUBLANG_PUNJABI_INDIA","features":[38]},{"name":"SUBLANG_PUNJABI_PAKISTAN","features":[38]},{"name":"SUBLANG_QUECHUA_BOLIVIA","features":[38]},{"name":"SUBLANG_QUECHUA_ECUADOR","features":[38]},{"name":"SUBLANG_QUECHUA_PERU","features":[38]},{"name":"SUBLANG_ROMANIAN_ROMANIA","features":[38]},{"name":"SUBLANG_ROMANSH_SWITZERLAND","features":[38]},{"name":"SUBLANG_RUSSIAN_RUSSIA","features":[38]},{"name":"SUBLANG_SAKHA_RUSSIA","features":[38]},{"name":"SUBLANG_SAMI_INARI_FINLAND","features":[38]},{"name":"SUBLANG_SAMI_LULE_NORWAY","features":[38]},{"name":"SUBLANG_SAMI_LULE_SWEDEN","features":[38]},{"name":"SUBLANG_SAMI_NORTHERN_FINLAND","features":[38]},{"name":"SUBLANG_SAMI_NORTHERN_NORWAY","features":[38]},{"name":"SUBLANG_SAMI_NORTHERN_SWEDEN","features":[38]},{"name":"SUBLANG_SAMI_SKOLT_FINLAND","features":[38]},{"name":"SUBLANG_SAMI_SOUTHERN_NORWAY","features":[38]},{"name":"SUBLANG_SAMI_SOUTHERN_SWEDEN","features":[38]},{"name":"SUBLANG_SANSKRIT_INDIA","features":[38]},{"name":"SUBLANG_SCOTTISH_GAELIC","features":[38]},{"name":"SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC","features":[38]},{"name":"SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN","features":[38]},{"name":"SUBLANG_SERBIAN_CROATIA","features":[38]},{"name":"SUBLANG_SERBIAN_CYRILLIC","features":[38]},{"name":"SUBLANG_SERBIAN_LATIN","features":[38]},{"name":"SUBLANG_SERBIAN_MONTENEGRO_CYRILLIC","features":[38]},{"name":"SUBLANG_SERBIAN_MONTENEGRO_LATIN","features":[38]},{"name":"SUBLANG_SERBIAN_SERBIA_CYRILLIC","features":[38]},{"name":"SUBLANG_SERBIAN_SERBIA_LATIN","features":[38]},{"name":"SUBLANG_SINDHI_AFGHANISTAN","features":[38]},{"name":"SUBLANG_SINDHI_INDIA","features":[38]},{"name":"SUBLANG_SINDHI_PAKISTAN","features":[38]},{"name":"SUBLANG_SINHALESE_SRI_LANKA","features":[38]},{"name":"SUBLANG_SLOVAK_SLOVAKIA","features":[38]},{"name":"SUBLANG_SLOVENIAN_SLOVENIA","features":[38]},{"name":"SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA","features":[38]},{"name":"SUBLANG_SPANISH","features":[38]},{"name":"SUBLANG_SPANISH_ARGENTINA","features":[38]},{"name":"SUBLANG_SPANISH_BOLIVIA","features":[38]},{"name":"SUBLANG_SPANISH_CHILE","features":[38]},{"name":"SUBLANG_SPANISH_COLOMBIA","features":[38]},{"name":"SUBLANG_SPANISH_COSTA_RICA","features":[38]},{"name":"SUBLANG_SPANISH_DOMINICAN_REPUBLIC","features":[38]},{"name":"SUBLANG_SPANISH_ECUADOR","features":[38]},{"name":"SUBLANG_SPANISH_EL_SALVADOR","features":[38]},{"name":"SUBLANG_SPANISH_GUATEMALA","features":[38]},{"name":"SUBLANG_SPANISH_HONDURAS","features":[38]},{"name":"SUBLANG_SPANISH_MEXICAN","features":[38]},{"name":"SUBLANG_SPANISH_MODERN","features":[38]},{"name":"SUBLANG_SPANISH_NICARAGUA","features":[38]},{"name":"SUBLANG_SPANISH_PANAMA","features":[38]},{"name":"SUBLANG_SPANISH_PARAGUAY","features":[38]},{"name":"SUBLANG_SPANISH_PERU","features":[38]},{"name":"SUBLANG_SPANISH_PUERTO_RICO","features":[38]},{"name":"SUBLANG_SPANISH_URUGUAY","features":[38]},{"name":"SUBLANG_SPANISH_US","features":[38]},{"name":"SUBLANG_SPANISH_VENEZUELA","features":[38]},{"name":"SUBLANG_SWAHILI_KENYA","features":[38]},{"name":"SUBLANG_SWEDISH","features":[38]},{"name":"SUBLANG_SWEDISH_FINLAND","features":[38]},{"name":"SUBLANG_SYRIAC_SYRIA","features":[38]},{"name":"SUBLANG_SYS_DEFAULT","features":[38]},{"name":"SUBLANG_TAJIK_TAJIKISTAN","features":[38]},{"name":"SUBLANG_TAMAZIGHT_ALGERIA_LATIN","features":[38]},{"name":"SUBLANG_TAMAZIGHT_MOROCCO_TIFINAGH","features":[38]},{"name":"SUBLANG_TAMIL_INDIA","features":[38]},{"name":"SUBLANG_TAMIL_SRI_LANKA","features":[38]},{"name":"SUBLANG_TATAR_RUSSIA","features":[38]},{"name":"SUBLANG_TELUGU_INDIA","features":[38]},{"name":"SUBLANG_THAI_THAILAND","features":[38]},{"name":"SUBLANG_TIBETAN_PRC","features":[38]},{"name":"SUBLANG_TIGRIGNA_ERITREA","features":[38]},{"name":"SUBLANG_TIGRINYA_ERITREA","features":[38]},{"name":"SUBLANG_TIGRINYA_ETHIOPIA","features":[38]},{"name":"SUBLANG_TSWANA_BOTSWANA","features":[38]},{"name":"SUBLANG_TSWANA_SOUTH_AFRICA","features":[38]},{"name":"SUBLANG_TURKISH_TURKEY","features":[38]},{"name":"SUBLANG_TURKMEN_TURKMENISTAN","features":[38]},{"name":"SUBLANG_UIGHUR_PRC","features":[38]},{"name":"SUBLANG_UI_CUSTOM_DEFAULT","features":[38]},{"name":"SUBLANG_UKRAINIAN_UKRAINE","features":[38]},{"name":"SUBLANG_UPPER_SORBIAN_GERMANY","features":[38]},{"name":"SUBLANG_URDU_INDIA","features":[38]},{"name":"SUBLANG_URDU_PAKISTAN","features":[38]},{"name":"SUBLANG_UZBEK_CYRILLIC","features":[38]},{"name":"SUBLANG_UZBEK_LATIN","features":[38]},{"name":"SUBLANG_VALENCIAN_VALENCIA","features":[38]},{"name":"SUBLANG_VIETNAMESE_VIETNAM","features":[38]},{"name":"SUBLANG_WELSH_UNITED_KINGDOM","features":[38]},{"name":"SUBLANG_WOLOF_SENEGAL","features":[38]},{"name":"SUBLANG_XHOSA_SOUTH_AFRICA","features":[38]},{"name":"SUBLANG_YAKUT_RUSSIA","features":[38]},{"name":"SUBLANG_YI_PRC","features":[38]},{"name":"SUBLANG_YORUBA_NIGERIA","features":[38]},{"name":"SUBLANG_ZULU_SOUTH_AFRICA","features":[38]},{"name":"SUPPORTED_OS_INFO","features":[38]},{"name":"SYSTEM_ACCESS_FILTER_ACE_TYPE","features":[38]},{"name":"SYSTEM_ACCESS_FILTER_NOCONSTRAINT_MASK","features":[38]},{"name":"SYSTEM_ACCESS_FILTER_VALID_MASK","features":[38]},{"name":"SYSTEM_ALARM_ACE_TYPE","features":[38]},{"name":"SYSTEM_ALARM_CALLBACK_ACE_TYPE","features":[38]},{"name":"SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE","features":[38]},{"name":"SYSTEM_ALARM_OBJECT_ACE_TYPE","features":[38]},{"name":"SYSTEM_AUDIT_ACE_TYPE","features":[38]},{"name":"SYSTEM_AUDIT_CALLBACK_ACE_TYPE","features":[38]},{"name":"SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE","features":[38]},{"name":"SYSTEM_AUDIT_OBJECT_ACE_TYPE","features":[38]},{"name":"SYSTEM_CACHE_ALIGNMENT_SIZE","features":[38]},{"name":"SYSTEM_MANDATORY_LABEL_ACE_TYPE","features":[38]},{"name":"SYSTEM_MANDATORY_LABEL_NO_EXECUTE_UP","features":[38]},{"name":"SYSTEM_MANDATORY_LABEL_NO_READ_UP","features":[38]},{"name":"SYSTEM_MANDATORY_LABEL_NO_WRITE_UP","features":[38]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE_TYPE","features":[38]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_VALID_MASK","features":[38]},{"name":"SYSTEM_PROCESS_TRUST_NOCONSTRAINT_MASK","features":[38]},{"name":"SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE","features":[38]},{"name":"SYSTEM_SCOPED_POLICY_ID_ACE_TYPE","features":[38]},{"name":"SeImageSignatureCache","features":[38]},{"name":"SeImageSignatureCatalogCached","features":[38]},{"name":"SeImageSignatureCatalogHint","features":[38]},{"name":"SeImageSignatureCatalogNotCached","features":[38]},{"name":"SeImageSignatureEmbedded","features":[38]},{"name":"SeImageSignatureNone","features":[38]},{"name":"SeImageSignaturePackageCatalog","features":[38]},{"name":"SeImageSignaturePplMitigated","features":[38]},{"name":"SevereError","features":[38]},{"name":"SharedVirtualDiskCDPSnapshotsSupported","features":[38]},{"name":"SharedVirtualDiskHandleState","features":[38]},{"name":"SharedVirtualDiskHandleStateFileShared","features":[38]},{"name":"SharedVirtualDiskHandleStateHandleShared","features":[38]},{"name":"SharedVirtualDiskHandleStateNone","features":[38]},{"name":"SharedVirtualDiskSnapshotsSupported","features":[38]},{"name":"SharedVirtualDiskSupportType","features":[38]},{"name":"SharedVirtualDisksSupported","features":[38]},{"name":"SharedVirtualDisksUnsupported","features":[38]},{"name":"SystemLoad","features":[38]},{"name":"TAPE_CHECK_FOR_DRIVE_PROBLEM","features":[38]},{"name":"TAPE_CREATE_PARTITION","features":[38]},{"name":"TAPE_DRIVE_ABSOLUTE_BLK","features":[38]},{"name":"TAPE_DRIVE_ABS_BLK_IMMED","features":[38]},{"name":"TAPE_DRIVE_CLEAN_REQUESTS","features":[38]},{"name":"TAPE_DRIVE_COMPRESSION","features":[38]},{"name":"TAPE_DRIVE_ECC","features":[38]},{"name":"TAPE_DRIVE_EJECT_MEDIA","features":[38]},{"name":"TAPE_DRIVE_END_OF_DATA","features":[38]},{"name":"TAPE_DRIVE_EOT_WZ_SIZE","features":[38]},{"name":"TAPE_DRIVE_ERASE_BOP_ONLY","features":[38]},{"name":"TAPE_DRIVE_ERASE_IMMEDIATE","features":[38]},{"name":"TAPE_DRIVE_ERASE_LONG","features":[38]},{"name":"TAPE_DRIVE_ERASE_SHORT","features":[38]},{"name":"TAPE_DRIVE_FILEMARKS","features":[38]},{"name":"TAPE_DRIVE_FIXED","features":[38]},{"name":"TAPE_DRIVE_FIXED_BLOCK","features":[38]},{"name":"TAPE_DRIVE_FORMAT","features":[38]},{"name":"TAPE_DRIVE_FORMAT_IMMEDIATE","features":[38]},{"name":"TAPE_DRIVE_GET_ABSOLUTE_BLK","features":[38]},{"name":"TAPE_DRIVE_GET_LOGICAL_BLK","features":[38]},{"name":"TAPE_DRIVE_HIGH_FEATURES","features":[38]},{"name":"TAPE_DRIVE_INITIATOR","features":[38]},{"name":"TAPE_DRIVE_LOAD_UNLD_IMMED","features":[38]},{"name":"TAPE_DRIVE_LOAD_UNLOAD","features":[38]},{"name":"TAPE_DRIVE_LOCK_UNLK_IMMED","features":[38]},{"name":"TAPE_DRIVE_LOCK_UNLOCK","features":[38]},{"name":"TAPE_DRIVE_LOGICAL_BLK","features":[38]},{"name":"TAPE_DRIVE_LOG_BLK_IMMED","features":[38]},{"name":"TAPE_DRIVE_PADDING","features":[38]},{"name":"TAPE_DRIVE_PROBLEM_TYPE","features":[38]},{"name":"TAPE_DRIVE_RELATIVE_BLKS","features":[38]},{"name":"TAPE_DRIVE_REPORT_SMKS","features":[38]},{"name":"TAPE_DRIVE_RESERVED_BIT","features":[38]},{"name":"TAPE_DRIVE_REVERSE_POSITION","features":[38]},{"name":"TAPE_DRIVE_REWIND_IMMEDIATE","features":[38]},{"name":"TAPE_DRIVE_SELECT","features":[38]},{"name":"TAPE_DRIVE_SEQUENTIAL_FMKS","features":[38]},{"name":"TAPE_DRIVE_SEQUENTIAL_SMKS","features":[38]},{"name":"TAPE_DRIVE_SETMARKS","features":[38]},{"name":"TAPE_DRIVE_SET_BLOCK_SIZE","features":[38]},{"name":"TAPE_DRIVE_SET_CMP_BOP_ONLY","features":[38]},{"name":"TAPE_DRIVE_SET_COMPRESSION","features":[38]},{"name":"TAPE_DRIVE_SET_ECC","features":[38]},{"name":"TAPE_DRIVE_SET_EOT_WZ_SIZE","features":[38]},{"name":"TAPE_DRIVE_SET_PADDING","features":[38]},{"name":"TAPE_DRIVE_SET_REPORT_SMKS","features":[38]},{"name":"TAPE_DRIVE_SPACE_IMMEDIATE","features":[38]},{"name":"TAPE_DRIVE_TAPE_CAPACITY","features":[38]},{"name":"TAPE_DRIVE_TAPE_REMAINING","features":[38]},{"name":"TAPE_DRIVE_TENSION","features":[38]},{"name":"TAPE_DRIVE_TENSION_IMMED","features":[38]},{"name":"TAPE_DRIVE_VARIABLE_BLOCK","features":[38]},{"name":"TAPE_DRIVE_WRITE_FILEMARKS","features":[38]},{"name":"TAPE_DRIVE_WRITE_LONG_FMKS","features":[38]},{"name":"TAPE_DRIVE_WRITE_MARK_IMMED","features":[38]},{"name":"TAPE_DRIVE_WRITE_PROTECT","features":[38]},{"name":"TAPE_DRIVE_WRITE_SETMARKS","features":[38]},{"name":"TAPE_DRIVE_WRITE_SHORT_FMKS","features":[38]},{"name":"TAPE_GET_DRIVE_PARAMETERS","features":[3,38]},{"name":"TAPE_GET_DRIVE_PARAMETERS_FEATURES_HIGH","features":[38]},{"name":"TAPE_GET_MEDIA_PARAMETERS","features":[3,38]},{"name":"TAPE_PSEUDO_LOGICAL_BLOCK","features":[38]},{"name":"TAPE_PSEUDO_LOGICAL_POSITION","features":[38]},{"name":"TAPE_QUERY_DEVICE_ERROR_DATA","features":[38]},{"name":"TAPE_QUERY_DRIVE_PARAMETERS","features":[38]},{"name":"TAPE_QUERY_IO_ERROR_DATA","features":[38]},{"name":"TAPE_QUERY_MEDIA_CAPACITY","features":[38]},{"name":"TAPE_SET_DRIVE_PARAMETERS","features":[3,38]},{"name":"TAPE_SET_MEDIA_PARAMETERS","features":[38]},{"name":"TAPE_WMI_OPERATIONS","features":[38]},{"name":"THREAD_BASE_PRIORITY_IDLE","features":[38]},{"name":"THREAD_BASE_PRIORITY_LOWRT","features":[38]},{"name":"THREAD_BASE_PRIORITY_MAX","features":[38]},{"name":"THREAD_BASE_PRIORITY_MIN","features":[38]},{"name":"THREAD_DYNAMIC_CODE_ALLOW","features":[38]},{"name":"THREAD_PROFILING_FLAG_DISPATCH","features":[38]},{"name":"TIME_ZONE_ID_DAYLIGHT","features":[38]},{"name":"TIME_ZONE_ID_STANDARD","features":[38]},{"name":"TIME_ZONE_ID_UNKNOWN","features":[38]},{"name":"TLS_MINIMUM_AVAILABLE","features":[38]},{"name":"TOKEN_BNO_ISOLATION_INFORMATION","features":[3,38]},{"name":"TOKEN_SID_INFORMATION","features":[6,38]},{"name":"TOKEN_SOURCE_LENGTH","features":[38]},{"name":"TRANSACTIONMANAGER_BASIC_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_BIND_TRANSACTION","features":[38]},{"name":"TRANSACTIONMANAGER_CREATE_RM","features":[38]},{"name":"TRANSACTIONMANAGER_INFORMATION_CLASS","features":[38]},{"name":"TRANSACTIONMANAGER_LOGPATH_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_LOG_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_OLDEST_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_QUERY_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_RECOVER","features":[38]},{"name":"TRANSACTIONMANAGER_RECOVERY_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_RENAME","features":[38]},{"name":"TRANSACTIONMANAGER_SET_INFORMATION","features":[38]},{"name":"TRANSACTION_BASIC_INFORMATION","features":[38]},{"name":"TRANSACTION_BIND_INFORMATION","features":[3,38]},{"name":"TRANSACTION_COMMIT","features":[38]},{"name":"TRANSACTION_ENLIST","features":[38]},{"name":"TRANSACTION_ENLISTMENTS_INFORMATION","features":[38]},{"name":"TRANSACTION_ENLISTMENT_PAIR","features":[38]},{"name":"TRANSACTION_INFORMATION_CLASS","features":[38]},{"name":"TRANSACTION_LIST_ENTRY","features":[38]},{"name":"TRANSACTION_LIST_INFORMATION","features":[38]},{"name":"TRANSACTION_PROPAGATE","features":[38]},{"name":"TRANSACTION_PROPERTIES_INFORMATION","features":[38]},{"name":"TRANSACTION_QUERY_INFORMATION","features":[38]},{"name":"TRANSACTION_RIGHT_RESERVED1","features":[38]},{"name":"TRANSACTION_ROLLBACK","features":[38]},{"name":"TRANSACTION_SET_INFORMATION","features":[38]},{"name":"TRANSACTION_STATE","features":[38]},{"name":"TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION","features":[38]},{"name":"TREE_CONNECT_ATTRIBUTE_GLOBAL","features":[38]},{"name":"TREE_CONNECT_ATTRIBUTE_INTEGRITY","features":[38]},{"name":"TREE_CONNECT_ATTRIBUTE_PINNED","features":[38]},{"name":"TREE_CONNECT_ATTRIBUTE_PRIVACY","features":[38]},{"name":"TRUST_PROTECTED_FILTER_ACE_FLAG","features":[38]},{"name":"TapeDriveCleanDriveNow","features":[38]},{"name":"TapeDriveHardwareError","features":[38]},{"name":"TapeDriveMediaLifeExpired","features":[38]},{"name":"TapeDriveProblemNone","features":[38]},{"name":"TapeDriveReadError","features":[38]},{"name":"TapeDriveReadWarning","features":[38]},{"name":"TapeDriveReadWriteError","features":[38]},{"name":"TapeDriveReadWriteWarning","features":[38]},{"name":"TapeDriveScsiConnectionError","features":[38]},{"name":"TapeDriveSnappedTape","features":[38]},{"name":"TapeDriveTimetoClean","features":[38]},{"name":"TapeDriveUnsupportedMedia","features":[38]},{"name":"TapeDriveWriteError","features":[38]},{"name":"TapeDriveWriteWarning","features":[38]},{"name":"TransactionBasicInformation","features":[38]},{"name":"TransactionBindInformation","features":[38]},{"name":"TransactionDTCPrivateInformation","features":[38]},{"name":"TransactionEnlistmentInformation","features":[38]},{"name":"TransactionManagerBasicInformation","features":[38]},{"name":"TransactionManagerLogInformation","features":[38]},{"name":"TransactionManagerLogPathInformation","features":[38]},{"name":"TransactionManagerOldestTransactionInformation","features":[38]},{"name":"TransactionManagerOnlineProbeInformation","features":[38]},{"name":"TransactionManagerRecoveryInformation","features":[38]},{"name":"TransactionPropertiesInformation","features":[38]},{"name":"TransactionStateCommittedNotify","features":[38]},{"name":"TransactionStateIndoubt","features":[38]},{"name":"TransactionStateNormal","features":[38]},{"name":"TransactionSuperiorEnlistmentInformation","features":[38]},{"name":"UCSCHAR_INVALID_CHARACTER","features":[38]},{"name":"UMS_CREATE_THREAD_ATTRIBUTES","features":[38]},{"name":"UNICODE_STRING_MAX_CHARS","features":[38]},{"name":"UNIFIEDBUILDREVISION_KEY","features":[38]},{"name":"UNIFIEDBUILDREVISION_MIN","features":[38]},{"name":"UNIFIEDBUILDREVISION_VALUE","features":[38]},{"name":"UNWIND_CHAIN_LIMIT","features":[38]},{"name":"UNWIND_HISTORY_TABLE_SIZE","features":[38]},{"name":"UNW_FLAG_NO_EPILOGUE","features":[38]},{"name":"UmsSchedulerStartup","features":[38]},{"name":"UmsSchedulerThreadBlocked","features":[38]},{"name":"UmsSchedulerThreadYield","features":[38]},{"name":"VALID_INHERIT_FLAGS","features":[38]},{"name":"VBS_BASIC_PAGE_MEASURED_DATA","features":[38]},{"name":"VBS_BASIC_PAGE_SYSTEM_CALL","features":[38]},{"name":"VBS_BASIC_PAGE_THREAD_DESCRIPTOR","features":[38]},{"name":"VBS_BASIC_PAGE_UNMEASURED_DATA","features":[38]},{"name":"VBS_BASIC_PAGE_ZERO_FILL","features":[38]},{"name":"VER_AND","features":[38]},{"name":"VER_CONDITION_MASK","features":[38]},{"name":"VER_EQUAL","features":[38]},{"name":"VER_GREATER","features":[38]},{"name":"VER_GREATER_EQUAL","features":[38]},{"name":"VER_LESS","features":[38]},{"name":"VER_LESS_EQUAL","features":[38]},{"name":"VER_NT_DOMAIN_CONTROLLER","features":[38]},{"name":"VER_NT_SERVER","features":[38]},{"name":"VER_NT_WORKSTATION","features":[38]},{"name":"VER_NUM_BITS_PER_CONDITION_MASK","features":[38]},{"name":"VER_OR","features":[38]},{"name":"VER_SERVER_NT","features":[38]},{"name":"VER_SUITE_BACKOFFICE","features":[38]},{"name":"VER_SUITE_BLADE","features":[38]},{"name":"VER_SUITE_COMMUNICATIONS","features":[38]},{"name":"VER_SUITE_COMPUTE_SERVER","features":[38]},{"name":"VER_SUITE_DATACENTER","features":[38]},{"name":"VER_SUITE_EMBEDDEDNT","features":[38]},{"name":"VER_SUITE_EMBEDDED_RESTRICTED","features":[38]},{"name":"VER_SUITE_ENTERPRISE","features":[38]},{"name":"VER_SUITE_MULTIUSERTS","features":[38]},{"name":"VER_SUITE_PERSONAL","features":[38]},{"name":"VER_SUITE_SECURITY_APPLIANCE","features":[38]},{"name":"VER_SUITE_SINGLEUSERTS","features":[38]},{"name":"VER_SUITE_SMALLBUSINESS","features":[38]},{"name":"VER_SUITE_SMALLBUSINESS_RESTRICTED","features":[38]},{"name":"VER_SUITE_STORAGE_SERVER","features":[38]},{"name":"VER_SUITE_TERMINAL","features":[38]},{"name":"VER_SUITE_WH_SERVER","features":[38]},{"name":"VER_WORKSTATION_NT","features":[38]},{"name":"VRL_CUSTOM_CLASS_BEGIN","features":[38]},{"name":"VRL_ENABLE_KERNEL_BREAKS","features":[38]},{"name":"VRL_PREDEFINED_CLASS_BEGIN","features":[38]},{"name":"WDT_INPROC64_CALL","features":[38]},{"name":"WDT_INPROC_CALL","features":[38]},{"name":"WDT_REMOTE_CALL","features":[38]},{"name":"WORD_WHEEL_OPEN_FLAGS","features":[38]},{"name":"WRITE_NV_MEMORY_FLAG_FLUSH","features":[38]},{"name":"WRITE_NV_MEMORY_FLAG_NON_TEMPORAL","features":[38]},{"name":"WRITE_NV_MEMORY_FLAG_NO_DRAIN","features":[38]},{"name":"WRITE_WATCH_FLAG_RESET","features":[38]},{"name":"WT_EXECUTEDELETEWAIT","features":[38]},{"name":"WT_EXECUTEINLONGTHREAD","features":[38]},{"name":"WT_EXECUTEINPERSISTENTIOTHREAD","features":[38]},{"name":"WT_EXECUTEINUITHREAD","features":[38]},{"name":"Win32ServiceOwnProcess","features":[38]},{"name":"Win32ServiceShareProcess","features":[38]},{"name":"X3_BTYPE_QP_INST_VAL_POS_X","features":[38]},{"name":"X3_BTYPE_QP_INST_WORD_POS_X","features":[38]},{"name":"X3_BTYPE_QP_INST_WORD_X","features":[38]},{"name":"X3_BTYPE_QP_SIZE_X","features":[38]},{"name":"X3_D_WH_INST_WORD_POS_X","features":[38]},{"name":"X3_D_WH_INST_WORD_X","features":[38]},{"name":"X3_D_WH_SIGN_VAL_POS_X","features":[38]},{"name":"X3_D_WH_SIZE_X","features":[38]},{"name":"X3_EMPTY_INST_VAL_POS_X","features":[38]},{"name":"X3_EMPTY_INST_WORD_POS_X","features":[38]},{"name":"X3_EMPTY_INST_WORD_X","features":[38]},{"name":"X3_EMPTY_SIZE_X","features":[38]},{"name":"X3_IMM20_INST_WORD_POS_X","features":[38]},{"name":"X3_IMM20_INST_WORD_X","features":[38]},{"name":"X3_IMM20_SIGN_VAL_POS_X","features":[38]},{"name":"X3_IMM20_SIZE_X","features":[38]},{"name":"X3_IMM39_1_INST_WORD_POS_X","features":[38]},{"name":"X3_IMM39_1_INST_WORD_X","features":[38]},{"name":"X3_IMM39_1_SIGN_VAL_POS_X","features":[38]},{"name":"X3_IMM39_1_SIZE_X","features":[38]},{"name":"X3_IMM39_2_INST_WORD_POS_X","features":[38]},{"name":"X3_IMM39_2_INST_WORD_X","features":[38]},{"name":"X3_IMM39_2_SIGN_VAL_POS_X","features":[38]},{"name":"X3_IMM39_2_SIZE_X","features":[38]},{"name":"X3_I_INST_WORD_POS_X","features":[38]},{"name":"X3_I_INST_WORD_X","features":[38]},{"name":"X3_I_SIGN_VAL_POS_X","features":[38]},{"name":"X3_I_SIZE_X","features":[38]},{"name":"X3_OPCODE_INST_WORD_POS_X","features":[38]},{"name":"X3_OPCODE_INST_WORD_X","features":[38]},{"name":"X3_OPCODE_SIGN_VAL_POS_X","features":[38]},{"name":"X3_OPCODE_SIZE_X","features":[38]},{"name":"X3_P_INST_WORD_POS_X","features":[38]},{"name":"X3_P_INST_WORD_X","features":[38]},{"name":"X3_P_SIGN_VAL_POS_X","features":[38]},{"name":"X3_P_SIZE_X","features":[38]},{"name":"X3_TMPLT_INST_WORD_POS_X","features":[38]},{"name":"X3_TMPLT_INST_WORD_X","features":[38]},{"name":"X3_TMPLT_SIGN_VAL_POS_X","features":[38]},{"name":"X3_TMPLT_SIZE_X","features":[38]},{"name":"X86_CACHE_ALIGNMENT_SIZE","features":[38]},{"name":"XSAVE_CET_U_FORMAT","features":[38]},{"name":"XSTATE_ALIGN_BIT","features":[38]},{"name":"XSTATE_AMX_TILE_CONFIG","features":[38]},{"name":"XSTATE_AMX_TILE_DATA","features":[38]},{"name":"XSTATE_AVX","features":[38]},{"name":"XSTATE_AVX512_KMASK","features":[38]},{"name":"XSTATE_AVX512_ZMM","features":[38]},{"name":"XSTATE_AVX512_ZMM_H","features":[38]},{"name":"XSTATE_CET_S","features":[38]},{"name":"XSTATE_CET_U","features":[38]},{"name":"XSTATE_COMPACTION_ENABLE","features":[38]},{"name":"XSTATE_CONTROLFLAG_XFD_MASK","features":[38]},{"name":"XSTATE_CONTROLFLAG_XSAVEC_MASK","features":[38]},{"name":"XSTATE_CONTROLFLAG_XSAVEOPT_MASK","features":[38]},{"name":"XSTATE_GSSE","features":[38]},{"name":"XSTATE_IPT","features":[38]},{"name":"XSTATE_LEGACY_FLOATING_POINT","features":[38]},{"name":"XSTATE_LEGACY_SSE","features":[38]},{"name":"XSTATE_LWP","features":[38]},{"name":"XSTATE_MPX_BNDCSR","features":[38]},{"name":"XSTATE_MPX_BNDREGS","features":[38]},{"name":"XSTATE_PASID","features":[38]},{"name":"XSTATE_XFD_BIT","features":[38]},{"name":"_MM_HINT_NTA","features":[38]},{"name":"_MM_HINT_T0","features":[38]},{"name":"_MM_HINT_T1","features":[38]},{"name":"_MM_HINT_T2","features":[38]},{"name":"remoteMETAFILEPICT","features":[43,38]},{"name":"userBITMAP","features":[38]},{"name":"userCLIPFORMAT","features":[38]},{"name":"userHBITMAP","features":[38]},{"name":"userHENHMETAFILE","features":[43,38]},{"name":"userHGLOBAL","features":[43,38]},{"name":"userHMETAFILE","features":[43,38]},{"name":"userHMETAFILEPICT","features":[43,38]},{"name":"userHPALETTE","features":[14,38]}],"619":[{"name":"ABOVE_NORMAL_PRIORITY_CLASS","features":[39]},{"name":"ALL_PROCESSOR_GROUPS","features":[39]},{"name":"APC_CALLBACK_FUNCTION","features":[39]},{"name":"APP_MEMORY_INFORMATION","features":[39]},{"name":"AVRT_PRIORITY","features":[39]},{"name":"AVRT_PRIORITY_CRITICAL","features":[39]},{"name":"AVRT_PRIORITY_HIGH","features":[39]},{"name":"AVRT_PRIORITY_LOW","features":[39]},{"name":"AVRT_PRIORITY_NORMAL","features":[39]},{"name":"AVRT_PRIORITY_VERYLOW","features":[39]},{"name":"AcquireSRWLockExclusive","features":[39]},{"name":"AcquireSRWLockShared","features":[39]},{"name":"AddIntegrityLabelToBoundaryDescriptor","features":[3,6,39]},{"name":"AddSIDToBoundaryDescriptor","features":[3,6,39]},{"name":"AttachThreadInput","features":[3,39]},{"name":"AvQuerySystemResponsiveness","features":[3,39]},{"name":"AvRevertMmThreadCharacteristics","features":[3,39]},{"name":"AvRtCreateThreadOrderingGroup","features":[3,39]},{"name":"AvRtCreateThreadOrderingGroupExA","features":[3,39]},{"name":"AvRtCreateThreadOrderingGroupExW","features":[3,39]},{"name":"AvRtDeleteThreadOrderingGroup","features":[3,39]},{"name":"AvRtJoinThreadOrderingGroup","features":[3,39]},{"name":"AvRtLeaveThreadOrderingGroup","features":[3,39]},{"name":"AvRtWaitOnThreadOrderingGroup","features":[3,39]},{"name":"AvSetMmMaxThreadCharacteristicsA","features":[3,39]},{"name":"AvSetMmMaxThreadCharacteristicsW","features":[3,39]},{"name":"AvSetMmThreadCharacteristicsA","features":[3,39]},{"name":"AvSetMmThreadCharacteristicsW","features":[3,39]},{"name":"AvSetMmThreadPriority","features":[3,39]},{"name":"BELOW_NORMAL_PRIORITY_CLASS","features":[39]},{"name":"CONDITION_VARIABLE","features":[39]},{"name":"CONDITION_VARIABLE_INIT","features":[39]},{"name":"CONDITION_VARIABLE_LOCKMODE_SHARED","features":[39]},{"name":"CREATE_BREAKAWAY_FROM_JOB","features":[39]},{"name":"CREATE_DEFAULT_ERROR_MODE","features":[39]},{"name":"CREATE_EVENT","features":[39]},{"name":"CREATE_EVENT_INITIAL_SET","features":[39]},{"name":"CREATE_EVENT_MANUAL_RESET","features":[39]},{"name":"CREATE_FORCEDOS","features":[39]},{"name":"CREATE_IGNORE_SYSTEM_DEFAULT","features":[39]},{"name":"CREATE_MUTEX_INITIAL_OWNER","features":[39]},{"name":"CREATE_NEW_CONSOLE","features":[39]},{"name":"CREATE_NEW_PROCESS_GROUP","features":[39]},{"name":"CREATE_NO_WINDOW","features":[39]},{"name":"CREATE_PRESERVE_CODE_AUTHZ_LEVEL","features":[39]},{"name":"CREATE_PROCESS_LOGON_FLAGS","features":[39]},{"name":"CREATE_PROTECTED_PROCESS","features":[39]},{"name":"CREATE_SECURE_PROCESS","features":[39]},{"name":"CREATE_SEPARATE_WOW_VDM","features":[39]},{"name":"CREATE_SHARED_WOW_VDM","features":[39]},{"name":"CREATE_SUSPENDED","features":[39]},{"name":"CREATE_UNICODE_ENVIRONMENT","features":[39]},{"name":"CREATE_WAITABLE_TIMER_HIGH_RESOLUTION","features":[39]},{"name":"CREATE_WAITABLE_TIMER_MANUAL_RESET","features":[39]},{"name":"CRITICAL_SECTION","features":[3,9,39]},{"name":"CRITICAL_SECTION_DEBUG","features":[3,9,39]},{"name":"CallbackMayRunLong","features":[3,39]},{"name":"CancelThreadpoolIo","features":[39]},{"name":"CancelTimerQueueTimer","features":[3,39]},{"name":"CancelWaitableTimer","features":[3,39]},{"name":"ChangeTimerQueueTimer","features":[3,39]},{"name":"ClosePrivateNamespace","features":[3,39]},{"name":"CloseThreadpool","features":[39]},{"name":"CloseThreadpoolCleanupGroup","features":[39]},{"name":"CloseThreadpoolCleanupGroupMembers","features":[3,39]},{"name":"CloseThreadpoolIo","features":[39]},{"name":"CloseThreadpoolTimer","features":[39]},{"name":"CloseThreadpoolWait","features":[39]},{"name":"CloseThreadpoolWork","features":[39]},{"name":"ConvertFiberToThread","features":[3,39]},{"name":"ConvertThreadToFiber","features":[39]},{"name":"ConvertThreadToFiberEx","features":[39]},{"name":"CreateBoundaryDescriptorA","features":[3,39]},{"name":"CreateBoundaryDescriptorW","features":[3,39]},{"name":"CreateEventA","features":[3,6,39]},{"name":"CreateEventExA","features":[3,6,39]},{"name":"CreateEventExW","features":[3,6,39]},{"name":"CreateEventW","features":[3,6,39]},{"name":"CreateFiber","features":[39]},{"name":"CreateFiberEx","features":[39]},{"name":"CreateMutexA","features":[3,6,39]},{"name":"CreateMutexExA","features":[3,6,39]},{"name":"CreateMutexExW","features":[3,6,39]},{"name":"CreateMutexW","features":[3,6,39]},{"name":"CreatePrivateNamespaceA","features":[3,6,39]},{"name":"CreatePrivateNamespaceW","features":[3,6,39]},{"name":"CreateProcessA","features":[3,6,39]},{"name":"CreateProcessAsUserA","features":[3,6,39]},{"name":"CreateProcessAsUserW","features":[3,6,39]},{"name":"CreateProcessW","features":[3,6,39]},{"name":"CreateProcessWithLogonW","features":[3,39]},{"name":"CreateProcessWithTokenW","features":[3,39]},{"name":"CreateRemoteThread","features":[3,6,39]},{"name":"CreateRemoteThreadEx","features":[3,6,39]},{"name":"CreateSemaphoreA","features":[3,6,39]},{"name":"CreateSemaphoreExA","features":[3,6,39]},{"name":"CreateSemaphoreExW","features":[3,6,39]},{"name":"CreateSemaphoreW","features":[3,6,39]},{"name":"CreateThread","features":[3,6,39]},{"name":"CreateThreadpool","features":[39]},{"name":"CreateThreadpoolCleanupGroup","features":[39]},{"name":"CreateThreadpoolIo","features":[3,39]},{"name":"CreateThreadpoolTimer","features":[39]},{"name":"CreateThreadpoolWait","features":[39]},{"name":"CreateThreadpoolWork","features":[39]},{"name":"CreateTimerQueue","features":[3,39]},{"name":"CreateTimerQueueTimer","features":[3,39]},{"name":"CreateUmsCompletionList","features":[3,39]},{"name":"CreateUmsThreadContext","features":[3,39]},{"name":"CreateWaitableTimerA","features":[3,6,39]},{"name":"CreateWaitableTimerExA","features":[3,6,39]},{"name":"CreateWaitableTimerExW","features":[3,6,39]},{"name":"CreateWaitableTimerW","features":[3,6,39]},{"name":"DEBUG_ONLY_THIS_PROCESS","features":[39]},{"name":"DEBUG_PROCESS","features":[39]},{"name":"DETACHED_PROCESS","features":[39]},{"name":"DeleteBoundaryDescriptor","features":[3,39]},{"name":"DeleteCriticalSection","features":[3,9,39]},{"name":"DeleteFiber","features":[39]},{"name":"DeleteProcThreadAttributeList","features":[39]},{"name":"DeleteSynchronizationBarrier","features":[3,39]},{"name":"DeleteTimerQueue","features":[3,39]},{"name":"DeleteTimerQueueEx","features":[3,39]},{"name":"DeleteTimerQueueTimer","features":[3,39]},{"name":"DeleteUmsCompletionList","features":[3,39]},{"name":"DeleteUmsThreadContext","features":[3,39]},{"name":"DequeueUmsCompletionListItems","features":[3,39]},{"name":"DisassociateCurrentThreadFromCallback","features":[39]},{"name":"EVENT_ALL_ACCESS","features":[39]},{"name":"EVENT_MODIFY_STATE","features":[39]},{"name":"EXTENDED_STARTUPINFO_PRESENT","features":[39]},{"name":"EnterCriticalSection","features":[3,9,39]},{"name":"EnterSynchronizationBarrier","features":[3,39]},{"name":"EnterUmsSchedulingMode","features":[3,38,39]},{"name":"ExecuteUmsThread","features":[3,39]},{"name":"ExitProcess","features":[39]},{"name":"ExitThread","features":[39]},{"name":"FLS_OUT_OF_INDEXES","features":[39]},{"name":"FlsAlloc","features":[39]},{"name":"FlsFree","features":[3,39]},{"name":"FlsGetValue","features":[39]},{"name":"FlsSetValue","features":[3,39]},{"name":"FlushProcessWriteBuffers","features":[39]},{"name":"FreeLibraryWhenCallbackReturns","features":[3,39]},{"name":"GET_GUI_RESOURCES_FLAGS","features":[39]},{"name":"GR_GDIOBJECTS","features":[39]},{"name":"GR_GDIOBJECTS_PEAK","features":[39]},{"name":"GR_GLOBAL","features":[39]},{"name":"GR_USEROBJECTS","features":[39]},{"name":"GR_USEROBJECTS_PEAK","features":[39]},{"name":"GetActiveProcessorCount","features":[39]},{"name":"GetActiveProcessorGroupCount","features":[39]},{"name":"GetCurrentProcess","features":[3,39]},{"name":"GetCurrentProcessId","features":[39]},{"name":"GetCurrentProcessToken","features":[3,39]},{"name":"GetCurrentProcessorNumber","features":[39]},{"name":"GetCurrentProcessorNumberEx","features":[9,39]},{"name":"GetCurrentThread","features":[3,39]},{"name":"GetCurrentThreadEffectiveToken","features":[3,39]},{"name":"GetCurrentThreadId","features":[39]},{"name":"GetCurrentThreadStackLimits","features":[39]},{"name":"GetCurrentThreadToken","features":[3,39]},{"name":"GetCurrentUmsThread","features":[39]},{"name":"GetExitCodeProcess","features":[3,39]},{"name":"GetExitCodeThread","features":[3,39]},{"name":"GetGuiResources","features":[3,39]},{"name":"GetMachineTypeAttributes","features":[39]},{"name":"GetMaximumProcessorCount","features":[39]},{"name":"GetMaximumProcessorGroupCount","features":[39]},{"name":"GetNextUmsListItem","features":[39]},{"name":"GetNumaAvailableMemoryNode","features":[3,39]},{"name":"GetNumaAvailableMemoryNodeEx","features":[3,39]},{"name":"GetNumaHighestNodeNumber","features":[3,39]},{"name":"GetNumaNodeNumberFromHandle","features":[3,39]},{"name":"GetNumaNodeProcessorMask","features":[3,39]},{"name":"GetNumaNodeProcessorMask2","features":[3,35,39]},{"name":"GetNumaNodeProcessorMaskEx","features":[3,35,39]},{"name":"GetNumaProcessorNode","features":[3,39]},{"name":"GetNumaProcessorNodeEx","features":[3,9,39]},{"name":"GetNumaProximityNode","features":[3,39]},{"name":"GetNumaProximityNodeEx","features":[3,39]},{"name":"GetPriorityClass","features":[3,39]},{"name":"GetProcessAffinityMask","features":[3,39]},{"name":"GetProcessDEPPolicy","features":[3,39]},{"name":"GetProcessDefaultCpuSetMasks","features":[3,35,39]},{"name":"GetProcessDefaultCpuSets","features":[3,39]},{"name":"GetProcessGroupAffinity","features":[3,39]},{"name":"GetProcessHandleCount","features":[3,39]},{"name":"GetProcessHandleFromHwnd","features":[3,39]},{"name":"GetProcessId","features":[3,39]},{"name":"GetProcessIdOfThread","features":[3,39]},{"name":"GetProcessInformation","features":[3,39]},{"name":"GetProcessIoCounters","features":[3,39]},{"name":"GetProcessMitigationPolicy","features":[3,39]},{"name":"GetProcessPriorityBoost","features":[3,39]},{"name":"GetProcessShutdownParameters","features":[3,39]},{"name":"GetProcessTimes","features":[3,39]},{"name":"GetProcessVersion","features":[39]},{"name":"GetProcessWorkingSetSize","features":[3,39]},{"name":"GetStartupInfoA","features":[3,39]},{"name":"GetStartupInfoW","features":[3,39]},{"name":"GetSystemTimes","features":[3,39]},{"name":"GetThreadDescription","features":[3,39]},{"name":"GetThreadGroupAffinity","features":[3,35,39]},{"name":"GetThreadIOPendingFlag","features":[3,39]},{"name":"GetThreadId","features":[3,39]},{"name":"GetThreadIdealProcessorEx","features":[3,9,39]},{"name":"GetThreadInformation","features":[3,39]},{"name":"GetThreadPriority","features":[3,39]},{"name":"GetThreadPriorityBoost","features":[3,39]},{"name":"GetThreadSelectedCpuSetMasks","features":[3,35,39]},{"name":"GetThreadSelectedCpuSets","features":[3,39]},{"name":"GetThreadTimes","features":[3,39]},{"name":"GetUmsCompletionListEvent","features":[3,39]},{"name":"GetUmsSystemThreadInformation","features":[3,39]},{"name":"HIGH_PRIORITY_CLASS","features":[39]},{"name":"IDLE_PRIORITY_CLASS","features":[39]},{"name":"INFINITE","features":[39]},{"name":"INHERIT_CALLER_PRIORITY","features":[39]},{"name":"INHERIT_PARENT_AFFINITY","features":[39]},{"name":"INIT_ONCE","features":[39]},{"name":"INIT_ONCE_ASYNC","features":[39]},{"name":"INIT_ONCE_CHECK_ONLY","features":[39]},{"name":"INIT_ONCE_CTX_RESERVED_BITS","features":[39]},{"name":"INIT_ONCE_INIT_FAILED","features":[39]},{"name":"INIT_ONCE_STATIC_INIT","features":[39]},{"name":"IO_COUNTERS","features":[39]},{"name":"IRtwqAsyncCallback","features":[39]},{"name":"IRtwqAsyncResult","features":[39]},{"name":"IRtwqPlatformEvents","features":[39]},{"name":"InitOnceBeginInitialize","features":[3,39]},{"name":"InitOnceComplete","features":[3,39]},{"name":"InitOnceExecuteOnce","features":[3,39]},{"name":"InitOnceInitialize","features":[39]},{"name":"InitializeConditionVariable","features":[39]},{"name":"InitializeCriticalSection","features":[3,9,39]},{"name":"InitializeCriticalSectionAndSpinCount","features":[3,9,39]},{"name":"InitializeCriticalSectionEx","features":[3,9,39]},{"name":"InitializeProcThreadAttributeList","features":[3,39]},{"name":"InitializeSListHead","features":[9,39]},{"name":"InitializeSRWLock","features":[39]},{"name":"InitializeSynchronizationBarrier","features":[3,39]},{"name":"InterlockedFlushSList","features":[9,39]},{"name":"InterlockedPopEntrySList","features":[9,39]},{"name":"InterlockedPushEntrySList","features":[9,39]},{"name":"InterlockedPushListSListEx","features":[9,39]},{"name":"IsImmersiveProcess","features":[3,39]},{"name":"IsProcessCritical","features":[3,39]},{"name":"IsProcessorFeaturePresent","features":[3,39]},{"name":"IsThreadAFiber","features":[3,39]},{"name":"IsThreadpoolTimerSet","features":[3,39]},{"name":"IsWow64Process","features":[3,39]},{"name":"IsWow64Process2","features":[3,35,39]},{"name":"KernelEnabled","features":[39]},{"name":"LOGON_NETCREDENTIALS_ONLY","features":[39]},{"name":"LOGON_WITH_PROFILE","features":[39]},{"name":"LPFIBER_START_ROUTINE","features":[39]},{"name":"LPPROC_THREAD_ATTRIBUTE_LIST","features":[39]},{"name":"LPTHREAD_START_ROUTINE","features":[39]},{"name":"LeaveCriticalSection","features":[3,9,39]},{"name":"LeaveCriticalSectionWhenCallbackReturns","features":[3,9,39]},{"name":"MACHINE_ATTRIBUTES","features":[39]},{"name":"MEMORY_PRIORITY","features":[39]},{"name":"MEMORY_PRIORITY_BELOW_NORMAL","features":[39]},{"name":"MEMORY_PRIORITY_INFORMATION","features":[39]},{"name":"MEMORY_PRIORITY_LOW","features":[39]},{"name":"MEMORY_PRIORITY_MEDIUM","features":[39]},{"name":"MEMORY_PRIORITY_NORMAL","features":[39]},{"name":"MEMORY_PRIORITY_VERY_LOW","features":[39]},{"name":"MUTEX_ALL_ACCESS","features":[39]},{"name":"MUTEX_MODIFY_STATE","features":[39]},{"name":"MaxProcessMitigationPolicy","features":[39]},{"name":"NORMAL_PRIORITY_CLASS","features":[39]},{"name":"OVERRIDE_PREFETCH_PARAMETER","features":[39]},{"name":"OpenEventA","features":[3,39]},{"name":"OpenEventW","features":[3,39]},{"name":"OpenMutexW","features":[3,39]},{"name":"OpenPrivateNamespaceA","features":[3,39]},{"name":"OpenPrivateNamespaceW","features":[3,39]},{"name":"OpenProcess","features":[3,39]},{"name":"OpenProcessToken","features":[3,6,39]},{"name":"OpenSemaphoreW","features":[3,39]},{"name":"OpenThread","features":[3,39]},{"name":"OpenThreadToken","features":[3,6,39]},{"name":"OpenWaitableTimerA","features":[3,39]},{"name":"OpenWaitableTimerW","features":[3,39]},{"name":"PEB","features":[3,9,39]},{"name":"PEB_LDR_DATA","features":[9,39]},{"name":"PFLS_CALLBACK_FUNCTION","features":[39]},{"name":"PF_3DNOW_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ALPHA_BYTE_INSTRUCTIONS","features":[39]},{"name":"PF_ARM_64BIT_LOADSTORE_ATOMIC","features":[39]},{"name":"PF_ARM_DIVIDE_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_ARM_EXTERNAL_CACHE_AVAILABLE","features":[39]},{"name":"PF_ARM_FMAC_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_NEON_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V82_DP_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V83_JSCVT_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V8_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_VFP_32_REGISTERS_AVAILABLE","features":[39]},{"name":"PF_AVX2_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_AVX512F_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_AVX_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_CHANNELS_ENABLED","features":[39]},{"name":"PF_COMPARE64_EXCHANGE128","features":[39]},{"name":"PF_COMPARE_EXCHANGE128","features":[39]},{"name":"PF_COMPARE_EXCHANGE_DOUBLE","features":[39]},{"name":"PF_ERMS_AVAILABLE","features":[39]},{"name":"PF_FASTFAIL_AVAILABLE","features":[39]},{"name":"PF_FLOATING_POINT_EMULATED","features":[39]},{"name":"PF_FLOATING_POINT_PRECISION_ERRATA","features":[39]},{"name":"PF_MMX_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_MONITORX_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_NX_ENABLED","features":[39]},{"name":"PF_PAE_ENABLED","features":[39]},{"name":"PF_PPC_MOVEMEM_64BIT_OK","features":[39]},{"name":"PF_RDPID_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_RDRAND_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_RDTSCP_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_RDTSC_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_RDWRFSGSBASE_AVAILABLE","features":[39]},{"name":"PF_SECOND_LEVEL_ADDRESS_TRANSLATION","features":[39]},{"name":"PF_SSE3_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_SSE4_1_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_SSE4_2_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_SSE_DAZ_MODE_AVAILABLE","features":[39]},{"name":"PF_SSSE3_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_VIRT_FIRMWARE_ENABLED","features":[39]},{"name":"PF_XMMI64_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_XMMI_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_XSAVE_ENABLED","features":[39]},{"name":"PINIT_ONCE_FN","features":[3,39]},{"name":"PMETypeFailFastOnCommitFailure","features":[39]},{"name":"PMETypeMax","features":[39]},{"name":"PME_CURRENT_VERSION","features":[39]},{"name":"PME_FAILFAST_ON_COMMIT_FAIL_DISABLE","features":[39]},{"name":"PME_FAILFAST_ON_COMMIT_FAIL_ENABLE","features":[39]},{"name":"POWER_REQUEST_CONTEXT_DETAILED_STRING","features":[39]},{"name":"POWER_REQUEST_CONTEXT_FLAGS","features":[39]},{"name":"POWER_REQUEST_CONTEXT_SIMPLE_STRING","features":[39]},{"name":"PPS_POST_PROCESS_INIT_ROUTINE","features":[39]},{"name":"PRIVATE_NAMESPACE_FLAG_DESTROY","features":[39]},{"name":"PROCESSOR_FEATURE_ID","features":[39]},{"name":"PROCESS_ACCESS_RIGHTS","features":[39]},{"name":"PROCESS_AFFINITY_AUTO_UPDATE_FLAGS","features":[39]},{"name":"PROCESS_AFFINITY_DISABLE_AUTO_UPDATE","features":[39]},{"name":"PROCESS_AFFINITY_ENABLE_AUTO_UPDATE","features":[39]},{"name":"PROCESS_ALL_ACCESS","features":[39]},{"name":"PROCESS_BASIC_INFORMATION","features":[3,9,39]},{"name":"PROCESS_CREATE_PROCESS","features":[39]},{"name":"PROCESS_CREATE_THREAD","features":[39]},{"name":"PROCESS_CREATION_FLAGS","features":[39]},{"name":"PROCESS_DELETE","features":[39]},{"name":"PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION","features":[39]},{"name":"PROCESS_DEP_ENABLE","features":[39]},{"name":"PROCESS_DEP_FLAGS","features":[39]},{"name":"PROCESS_DEP_NONE","features":[39]},{"name":"PROCESS_DUP_HANDLE","features":[39]},{"name":"PROCESS_DYNAMIC_EH_CONTINUATION_TARGET","features":[39]},{"name":"PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION","features":[39]},{"name":"PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE","features":[39]},{"name":"PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION","features":[39]},{"name":"PROCESS_INFORMATION","features":[3,39]},{"name":"PROCESS_INFORMATION_CLASS","features":[39]},{"name":"PROCESS_LEAP_SECOND_INFO","features":[39]},{"name":"PROCESS_LEAP_SECOND_INFO_FLAG_ENABLE_SIXTY_SECOND","features":[39]},{"name":"PROCESS_LEAP_SECOND_INFO_VALID_FLAGS","features":[39]},{"name":"PROCESS_MACHINE_INFORMATION","features":[35,39]},{"name":"PROCESS_MEMORY_EXHAUSTION_INFO","features":[39]},{"name":"PROCESS_MEMORY_EXHAUSTION_TYPE","features":[39]},{"name":"PROCESS_MITIGATION_POLICY","features":[39]},{"name":"PROCESS_MODE_BACKGROUND_BEGIN","features":[39]},{"name":"PROCESS_MODE_BACKGROUND_END","features":[39]},{"name":"PROCESS_NAME_FORMAT","features":[39]},{"name":"PROCESS_NAME_NATIVE","features":[39]},{"name":"PROCESS_NAME_WIN32","features":[39]},{"name":"PROCESS_POWER_THROTTLING_CURRENT_VERSION","features":[39]},{"name":"PROCESS_POWER_THROTTLING_EXECUTION_SPEED","features":[39]},{"name":"PROCESS_POWER_THROTTLING_IGNORE_TIMER_RESOLUTION","features":[39]},{"name":"PROCESS_POWER_THROTTLING_STATE","features":[39]},{"name":"PROCESS_PROTECTION_LEVEL","features":[39]},{"name":"PROCESS_PROTECTION_LEVEL_INFORMATION","features":[39]},{"name":"PROCESS_QUERY_INFORMATION","features":[39]},{"name":"PROCESS_QUERY_LIMITED_INFORMATION","features":[39]},{"name":"PROCESS_READ_CONTROL","features":[39]},{"name":"PROCESS_SET_INFORMATION","features":[39]},{"name":"PROCESS_SET_LIMITED_INFORMATION","features":[39]},{"name":"PROCESS_SET_QUOTA","features":[39]},{"name":"PROCESS_SET_SESSIONID","features":[39]},{"name":"PROCESS_STANDARD_RIGHTS_REQUIRED","features":[39]},{"name":"PROCESS_SUSPEND_RESUME","features":[39]},{"name":"PROCESS_SYNCHRONIZE","features":[39]},{"name":"PROCESS_TERMINATE","features":[39]},{"name":"PROCESS_VM_OPERATION","features":[39]},{"name":"PROCESS_VM_READ","features":[39]},{"name":"PROCESS_VM_WRITE","features":[39]},{"name":"PROCESS_WRITE_DAC","features":[39]},{"name":"PROCESS_WRITE_OWNER","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_ALL_APPLICATION_PACKAGES_POLICY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_CHILD_PROCESS_POLICY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_COMPONENT_FILTER","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_DESKTOP_APP_POLICY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_ENABLE_OPTIONAL_XSTATE_FEATURES","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_GROUP_AFFINITY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_HANDLE_LIST","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_IDEAL_PROCESSOR","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_JOB_LIST","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_MACHINE_TYPE","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_MITIGATION_AUDIT_POLICY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_NUM","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_PARENT_PROCESS","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_PREFERRED_NODE","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_PROTECTION_LEVEL","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_REPLACE_VALUE","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_SECURITY_CAPABILITIES","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_UMS_THREAD","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_WIN32K_FILTER","features":[39]},{"name":"PROFILE_KERNEL","features":[39]},{"name":"PROFILE_SERVER","features":[39]},{"name":"PROFILE_USER","features":[39]},{"name":"PROTECTION_LEVEL_ANTIMALWARE_LIGHT","features":[39]},{"name":"PROTECTION_LEVEL_AUTHENTICODE","features":[39]},{"name":"PROTECTION_LEVEL_CODEGEN_LIGHT","features":[39]},{"name":"PROTECTION_LEVEL_LSA_LIGHT","features":[39]},{"name":"PROTECTION_LEVEL_NONE","features":[39]},{"name":"PROTECTION_LEVEL_PPL_APP","features":[39]},{"name":"PROTECTION_LEVEL_WINDOWS","features":[39]},{"name":"PROTECTION_LEVEL_WINDOWS_LIGHT","features":[39]},{"name":"PROTECTION_LEVEL_WINTCB","features":[39]},{"name":"PROTECTION_LEVEL_WINTCB_LIGHT","features":[39]},{"name":"PRTL_UMS_SCHEDULER_ENTRY_POINT","features":[38,39]},{"name":"PTIMERAPCROUTINE","features":[39]},{"name":"PTP_CALLBACK_INSTANCE","features":[39]},{"name":"PTP_CLEANUP_GROUP","features":[39]},{"name":"PTP_CLEANUP_GROUP_CANCEL_CALLBACK","features":[39]},{"name":"PTP_IO","features":[39]},{"name":"PTP_POOL","features":[39]},{"name":"PTP_SIMPLE_CALLBACK","features":[39]},{"name":"PTP_TIMER","features":[39]},{"name":"PTP_TIMER_CALLBACK","features":[39]},{"name":"PTP_WAIT","features":[39]},{"name":"PTP_WAIT_CALLBACK","features":[39]},{"name":"PTP_WIN32_IO_CALLBACK","features":[39]},{"name":"PTP_WORK","features":[39]},{"name":"PTP_WORK_CALLBACK","features":[39]},{"name":"ProcThreadAttributeAllApplicationPackagesPolicy","features":[39]},{"name":"ProcThreadAttributeChildProcessPolicy","features":[39]},{"name":"ProcThreadAttributeComponentFilter","features":[39]},{"name":"ProcThreadAttributeDesktopAppPolicy","features":[39]},{"name":"ProcThreadAttributeEnableOptionalXStateFeatures","features":[39]},{"name":"ProcThreadAttributeGroupAffinity","features":[39]},{"name":"ProcThreadAttributeHandleList","features":[39]},{"name":"ProcThreadAttributeIdealProcessor","features":[39]},{"name":"ProcThreadAttributeJobList","features":[39]},{"name":"ProcThreadAttributeMachineType","features":[39]},{"name":"ProcThreadAttributeMitigationAuditPolicy","features":[39]},{"name":"ProcThreadAttributeMitigationPolicy","features":[39]},{"name":"ProcThreadAttributeParentProcess","features":[39]},{"name":"ProcThreadAttributePreferredNode","features":[39]},{"name":"ProcThreadAttributeProtectionLevel","features":[39]},{"name":"ProcThreadAttributePseudoConsole","features":[39]},{"name":"ProcThreadAttributeSafeOpenPromptOriginClaim","features":[39]},{"name":"ProcThreadAttributeSecurityCapabilities","features":[39]},{"name":"ProcThreadAttributeTrustedApp","features":[39]},{"name":"ProcThreadAttributeUmsThread","features":[39]},{"name":"ProcThreadAttributeWin32kFilter","features":[39]},{"name":"ProcessASLRPolicy","features":[39]},{"name":"ProcessActivationContextTrustPolicy","features":[39]},{"name":"ProcessAppMemoryInfo","features":[39]},{"name":"ProcessChildProcessPolicy","features":[39]},{"name":"ProcessControlFlowGuardPolicy","features":[39]},{"name":"ProcessDEPPolicy","features":[39]},{"name":"ProcessDynamicCodePolicy","features":[39]},{"name":"ProcessExtensionPointDisablePolicy","features":[39]},{"name":"ProcessFontDisablePolicy","features":[39]},{"name":"ProcessImageLoadPolicy","features":[39]},{"name":"ProcessInPrivateInfo","features":[39]},{"name":"ProcessInformationClassMax","features":[39]},{"name":"ProcessLeapSecondInfo","features":[39]},{"name":"ProcessMachineTypeInfo","features":[39]},{"name":"ProcessMaxOverridePrefetchParameter","features":[39]},{"name":"ProcessMemoryExhaustionInfo","features":[39]},{"name":"ProcessMemoryPriority","features":[39]},{"name":"ProcessMitigationOptionsMask","features":[39]},{"name":"ProcessOverrideSubsequentPrefetchParameter","features":[39]},{"name":"ProcessPayloadRestrictionPolicy","features":[39]},{"name":"ProcessPowerThrottling","features":[39]},{"name":"ProcessProtectionLevelInfo","features":[39]},{"name":"ProcessRedirectionTrustPolicy","features":[39]},{"name":"ProcessReservedValue1","features":[39]},{"name":"ProcessSEHOPPolicy","features":[39]},{"name":"ProcessSideChannelIsolationPolicy","features":[39]},{"name":"ProcessSignaturePolicy","features":[39]},{"name":"ProcessStrictHandleCheckPolicy","features":[39]},{"name":"ProcessSystemCallDisablePolicy","features":[39]},{"name":"ProcessSystemCallFilterPolicy","features":[39]},{"name":"ProcessTelemetryCoverageInfo","features":[39]},{"name":"ProcessUserPointerAuthPolicy","features":[39]},{"name":"ProcessUserShadowStackPolicy","features":[39]},{"name":"PulseEvent","features":[3,39]},{"name":"QUEUE_USER_APC_CALLBACK_DATA_CONTEXT","features":[39]},{"name":"QUEUE_USER_APC_FLAGS","features":[39]},{"name":"QUEUE_USER_APC_FLAGS_NONE","features":[39]},{"name":"QUEUE_USER_APC_FLAGS_SPECIAL_USER_APC","features":[39]},{"name":"QueryDepthSList","features":[9,39]},{"name":"QueryFullProcessImageNameA","features":[3,39]},{"name":"QueryFullProcessImageNameW","features":[3,39]},{"name":"QueryProcessAffinityUpdateMode","features":[3,39]},{"name":"QueryProtectedPolicy","features":[3,39]},{"name":"QueryThreadpoolStackInformation","features":[3,39]},{"name":"QueryUmsThreadInformation","features":[3,39]},{"name":"QueueUserAPC","features":[3,39]},{"name":"QueueUserAPC2","features":[3,39]},{"name":"QueueUserWorkItem","features":[3,39]},{"name":"REALTIME_PRIORITY_CLASS","features":[39]},{"name":"REASON_CONTEXT","features":[3,39]},{"name":"RTL_CRITICAL_SECTION_ALL_FLAG_BITS","features":[39]},{"name":"RTL_CRITICAL_SECTION_DEBUG_FLAG_STATIC_INIT","features":[39]},{"name":"RTL_CRITICAL_SECTION_FLAG_DYNAMIC_SPIN","features":[39]},{"name":"RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO","features":[39]},{"name":"RTL_CRITICAL_SECTION_FLAG_NO_DEBUG_INFO","features":[39]},{"name":"RTL_CRITICAL_SECTION_FLAG_RESOURCE_TYPE","features":[39]},{"name":"RTL_CRITICAL_SECTION_FLAG_STATIC_INIT","features":[39]},{"name":"RTL_USER_PROCESS_PARAMETERS","features":[3,39]},{"name":"RTWQASYNCRESULT","features":[39]},{"name":"RTWQPERIODICCALLBACK","features":[39]},{"name":"RTWQ_MULTITHREADED_WORKQUEUE","features":[39]},{"name":"RTWQ_STANDARD_WORKQUEUE","features":[39]},{"name":"RTWQ_WINDOW_WORKQUEUE","features":[39]},{"name":"RTWQ_WORKQUEUE_TYPE","features":[39]},{"name":"RegisterWaitForSingleObject","features":[3,39]},{"name":"ReleaseMutex","features":[3,39]},{"name":"ReleaseMutexWhenCallbackReturns","features":[3,39]},{"name":"ReleaseSRWLockExclusive","features":[39]},{"name":"ReleaseSRWLockShared","features":[39]},{"name":"ReleaseSemaphore","features":[3,39]},{"name":"ReleaseSemaphoreWhenCallbackReturns","features":[3,39]},{"name":"ResetEvent","features":[3,39]},{"name":"ResumeThread","features":[3,39]},{"name":"RtwqAddPeriodicCallback","features":[39]},{"name":"RtwqAllocateSerialWorkQueue","features":[39]},{"name":"RtwqAllocateWorkQueue","features":[39]},{"name":"RtwqBeginRegisterWorkQueueWithMMCSS","features":[39]},{"name":"RtwqBeginUnregisterWorkQueueWithMMCSS","features":[39]},{"name":"RtwqCancelDeadline","features":[3,39]},{"name":"RtwqCancelWorkItem","features":[39]},{"name":"RtwqCreateAsyncResult","features":[39]},{"name":"RtwqEndRegisterWorkQueueWithMMCSS","features":[39]},{"name":"RtwqGetWorkQueueMMCSSClass","features":[39]},{"name":"RtwqGetWorkQueueMMCSSPriority","features":[39]},{"name":"RtwqGetWorkQueueMMCSSTaskId","features":[39]},{"name":"RtwqInvokeCallback","features":[39]},{"name":"RtwqJoinWorkQueue","features":[3,39]},{"name":"RtwqLockPlatform","features":[39]},{"name":"RtwqLockSharedWorkQueue","features":[39]},{"name":"RtwqLockWorkQueue","features":[39]},{"name":"RtwqPutWaitingWorkItem","features":[3,39]},{"name":"RtwqPutWorkItem","features":[39]},{"name":"RtwqRegisterPlatformEvents","features":[39]},{"name":"RtwqRegisterPlatformWithMMCSS","features":[39]},{"name":"RtwqRemovePeriodicCallback","features":[39]},{"name":"RtwqScheduleWorkItem","features":[39]},{"name":"RtwqSetDeadline","features":[3,39]},{"name":"RtwqSetDeadline2","features":[3,39]},{"name":"RtwqSetLongRunning","features":[3,39]},{"name":"RtwqShutdown","features":[39]},{"name":"RtwqStartup","features":[39]},{"name":"RtwqUnjoinWorkQueue","features":[3,39]},{"name":"RtwqUnlockPlatform","features":[39]},{"name":"RtwqUnlockWorkQueue","features":[39]},{"name":"RtwqUnregisterPlatformEvents","features":[39]},{"name":"RtwqUnregisterPlatformFromMMCSS","features":[39]},{"name":"SEMAPHORE_ALL_ACCESS","features":[39]},{"name":"SEMAPHORE_MODIFY_STATE","features":[39]},{"name":"SRWLOCK","features":[39]},{"name":"SRWLOCK_INIT","features":[39]},{"name":"STACK_SIZE_PARAM_IS_A_RESERVATION","features":[39]},{"name":"STARTF_FORCEOFFFEEDBACK","features":[39]},{"name":"STARTF_FORCEONFEEDBACK","features":[39]},{"name":"STARTF_PREVENTPINNING","features":[39]},{"name":"STARTF_RUNFULLSCREEN","features":[39]},{"name":"STARTF_TITLEISAPPID","features":[39]},{"name":"STARTF_TITLEISLINKNAME","features":[39]},{"name":"STARTF_UNTRUSTEDSOURCE","features":[39]},{"name":"STARTF_USECOUNTCHARS","features":[39]},{"name":"STARTF_USEFILLATTRIBUTE","features":[39]},{"name":"STARTF_USEHOTKEY","features":[39]},{"name":"STARTF_USEPOSITION","features":[39]},{"name":"STARTF_USESHOWWINDOW","features":[39]},{"name":"STARTF_USESIZE","features":[39]},{"name":"STARTF_USESTDHANDLES","features":[39]},{"name":"STARTUPINFOA","features":[3,39]},{"name":"STARTUPINFOEXA","features":[3,39]},{"name":"STARTUPINFOEXW","features":[3,39]},{"name":"STARTUPINFOW","features":[3,39]},{"name":"STARTUPINFOW_FLAGS","features":[39]},{"name":"SYNCHRONIZATION_ACCESS_RIGHTS","features":[39]},{"name":"SYNCHRONIZATION_BARRIER","features":[39]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_BLOCK_ONLY","features":[39]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_NO_DELETE","features":[39]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_SPIN_ONLY","features":[39]},{"name":"SYNCHRONIZATION_DELETE","features":[39]},{"name":"SYNCHRONIZATION_READ_CONTROL","features":[39]},{"name":"SYNCHRONIZATION_SYNCHRONIZE","features":[39]},{"name":"SYNCHRONIZATION_WRITE_DAC","features":[39]},{"name":"SYNCHRONIZATION_WRITE_OWNER","features":[39]},{"name":"SetCriticalSectionSpinCount","features":[3,9,39]},{"name":"SetEvent","features":[3,39]},{"name":"SetEventWhenCallbackReturns","features":[3,39]},{"name":"SetPriorityClass","features":[3,39]},{"name":"SetProcessAffinityMask","features":[3,39]},{"name":"SetProcessAffinityUpdateMode","features":[3,39]},{"name":"SetProcessDEPPolicy","features":[3,39]},{"name":"SetProcessDefaultCpuSetMasks","features":[3,35,39]},{"name":"SetProcessDefaultCpuSets","features":[3,39]},{"name":"SetProcessDynamicEHContinuationTargets","features":[3,39]},{"name":"SetProcessDynamicEnforcedCetCompatibleRanges","features":[3,39]},{"name":"SetProcessInformation","features":[3,39]},{"name":"SetProcessMitigationPolicy","features":[3,39]},{"name":"SetProcessPriorityBoost","features":[3,39]},{"name":"SetProcessRestrictionExemption","features":[3,39]},{"name":"SetProcessShutdownParameters","features":[3,39]},{"name":"SetProcessWorkingSetSize","features":[3,39]},{"name":"SetProtectedPolicy","features":[3,39]},{"name":"SetThreadAffinityMask","features":[3,39]},{"name":"SetThreadDescription","features":[3,39]},{"name":"SetThreadGroupAffinity","features":[3,35,39]},{"name":"SetThreadIdealProcessor","features":[3,39]},{"name":"SetThreadIdealProcessorEx","features":[3,9,39]},{"name":"SetThreadInformation","features":[3,39]},{"name":"SetThreadPriority","features":[3,39]},{"name":"SetThreadPriorityBoost","features":[3,39]},{"name":"SetThreadSelectedCpuSetMasks","features":[3,35,39]},{"name":"SetThreadSelectedCpuSets","features":[3,39]},{"name":"SetThreadStackGuarantee","features":[3,39]},{"name":"SetThreadToken","features":[3,39]},{"name":"SetThreadpoolStackInformation","features":[3,39]},{"name":"SetThreadpoolThreadMaximum","features":[39]},{"name":"SetThreadpoolThreadMinimum","features":[3,39]},{"name":"SetThreadpoolTimer","features":[3,39]},{"name":"SetThreadpoolTimerEx","features":[3,39]},{"name":"SetThreadpoolWait","features":[3,39]},{"name":"SetThreadpoolWaitEx","features":[3,39]},{"name":"SetTimerQueueTimer","features":[3,39]},{"name":"SetUmsThreadInformation","features":[3,39]},{"name":"SetWaitableTimer","features":[3,39]},{"name":"SetWaitableTimerEx","features":[3,39]},{"name":"SignalObjectAndWait","features":[3,39]},{"name":"Sleep","features":[39]},{"name":"SleepConditionVariableCS","features":[3,9,39]},{"name":"SleepConditionVariableSRW","features":[3,39]},{"name":"SleepEx","features":[3,39]},{"name":"StartThreadpoolIo","features":[39]},{"name":"SubmitThreadpoolWork","features":[39]},{"name":"SuspendThread","features":[3,39]},{"name":"SwitchToFiber","features":[39]},{"name":"SwitchToThread","features":[3,39]},{"name":"TEB","features":[3,9,39]},{"name":"THREAD_ACCESS_RIGHTS","features":[39]},{"name":"THREAD_ALL_ACCESS","features":[39]},{"name":"THREAD_CREATE_RUN_IMMEDIATELY","features":[39]},{"name":"THREAD_CREATE_SUSPENDED","features":[39]},{"name":"THREAD_CREATION_FLAGS","features":[39]},{"name":"THREAD_DELETE","features":[39]},{"name":"THREAD_DIRECT_IMPERSONATION","features":[39]},{"name":"THREAD_GET_CONTEXT","features":[39]},{"name":"THREAD_IMPERSONATE","features":[39]},{"name":"THREAD_INFORMATION_CLASS","features":[39]},{"name":"THREAD_MODE_BACKGROUND_BEGIN","features":[39]},{"name":"THREAD_MODE_BACKGROUND_END","features":[39]},{"name":"THREAD_POWER_THROTTLING_CURRENT_VERSION","features":[39]},{"name":"THREAD_POWER_THROTTLING_EXECUTION_SPEED","features":[39]},{"name":"THREAD_POWER_THROTTLING_STATE","features":[39]},{"name":"THREAD_POWER_THROTTLING_VALID_FLAGS","features":[39]},{"name":"THREAD_PRIORITY","features":[39]},{"name":"THREAD_PRIORITY_ABOVE_NORMAL","features":[39]},{"name":"THREAD_PRIORITY_BELOW_NORMAL","features":[39]},{"name":"THREAD_PRIORITY_HIGHEST","features":[39]},{"name":"THREAD_PRIORITY_IDLE","features":[39]},{"name":"THREAD_PRIORITY_LOWEST","features":[39]},{"name":"THREAD_PRIORITY_MIN","features":[39]},{"name":"THREAD_PRIORITY_NORMAL","features":[39]},{"name":"THREAD_PRIORITY_TIME_CRITICAL","features":[39]},{"name":"THREAD_QUERY_INFORMATION","features":[39]},{"name":"THREAD_QUERY_LIMITED_INFORMATION","features":[39]},{"name":"THREAD_READ_CONTROL","features":[39]},{"name":"THREAD_RESUME","features":[39]},{"name":"THREAD_SET_CONTEXT","features":[39]},{"name":"THREAD_SET_INFORMATION","features":[39]},{"name":"THREAD_SET_LIMITED_INFORMATION","features":[39]},{"name":"THREAD_SET_THREAD_TOKEN","features":[39]},{"name":"THREAD_STANDARD_RIGHTS_REQUIRED","features":[39]},{"name":"THREAD_SUSPEND_RESUME","features":[39]},{"name":"THREAD_SYNCHRONIZE","features":[39]},{"name":"THREAD_TERMINATE","features":[39]},{"name":"THREAD_WRITE_DAC","features":[39]},{"name":"THREAD_WRITE_OWNER","features":[39]},{"name":"TIMER_ALL_ACCESS","features":[39]},{"name":"TIMER_MODIFY_STATE","features":[39]},{"name":"TIMER_QUERY_STATE","features":[39]},{"name":"TLS_OUT_OF_INDEXES","features":[39]},{"name":"TP_CALLBACK_ENVIRON_V3","features":[39]},{"name":"TP_CALLBACK_PRIORITY","features":[39]},{"name":"TP_CALLBACK_PRIORITY_COUNT","features":[39]},{"name":"TP_CALLBACK_PRIORITY_HIGH","features":[39]},{"name":"TP_CALLBACK_PRIORITY_INVALID","features":[39]},{"name":"TP_CALLBACK_PRIORITY_LOW","features":[39]},{"name":"TP_CALLBACK_PRIORITY_NORMAL","features":[39]},{"name":"TP_POOL_STACK_INFORMATION","features":[39]},{"name":"TerminateProcess","features":[3,39]},{"name":"TerminateThread","features":[3,39]},{"name":"ThreadAbsoluteCpuPriority","features":[39]},{"name":"ThreadDynamicCodePolicy","features":[39]},{"name":"ThreadInformationClassMax","features":[39]},{"name":"ThreadMemoryPriority","features":[39]},{"name":"ThreadPowerThrottling","features":[39]},{"name":"TlsAlloc","features":[39]},{"name":"TlsFree","features":[3,39]},{"name":"TlsGetValue","features":[39]},{"name":"TlsSetValue","features":[3,39]},{"name":"TryAcquireSRWLockExclusive","features":[3,39]},{"name":"TryAcquireSRWLockShared","features":[3,39]},{"name":"TryEnterCriticalSection","features":[3,9,39]},{"name":"TrySubmitThreadpoolCallback","features":[3,39]},{"name":"UMS_SCHEDULER_STARTUP_INFO","features":[38,39]},{"name":"UMS_SYSTEM_THREAD_INFORMATION","features":[39]},{"name":"UMS_THREAD_INFO_CLASS","features":[39]},{"name":"UmsThreadAffinity","features":[39]},{"name":"UmsThreadInvalidInfoClass","features":[39]},{"name":"UmsThreadIsSuspended","features":[39]},{"name":"UmsThreadIsTerminated","features":[39]},{"name":"UmsThreadMaxInfoClass","features":[39]},{"name":"UmsThreadPriority","features":[39]},{"name":"UmsThreadTeb","features":[39]},{"name":"UmsThreadUserContext","features":[39]},{"name":"UmsThreadYield","features":[3,39]},{"name":"UnregisterWait","features":[3,39]},{"name":"UnregisterWaitEx","features":[3,39]},{"name":"UpdateProcThreadAttribute","features":[3,39]},{"name":"UserEnabled","features":[39]},{"name":"WAITORTIMERCALLBACK","features":[3,39]},{"name":"WORKERCALLBACKFUNC","features":[39]},{"name":"WORKER_THREAD_FLAGS","features":[39]},{"name":"WT_EXECUTEDEFAULT","features":[39]},{"name":"WT_EXECUTEINIOTHREAD","features":[39]},{"name":"WT_EXECUTEINPERSISTENTTHREAD","features":[39]},{"name":"WT_EXECUTEINTIMERTHREAD","features":[39]},{"name":"WT_EXECUTEINWAITTHREAD","features":[39]},{"name":"WT_EXECUTELONGFUNCTION","features":[39]},{"name":"WT_EXECUTEONLYONCE","features":[39]},{"name":"WT_TRANSFER_IMPERSONATION","features":[39]},{"name":"WaitForInputIdle","features":[3,39]},{"name":"WaitForMultipleObjects","features":[3,39]},{"name":"WaitForMultipleObjectsEx","features":[3,39]},{"name":"WaitForSingleObject","features":[3,39]},{"name":"WaitForSingleObjectEx","features":[3,39]},{"name":"WaitForThreadpoolIoCallbacks","features":[3,39]},{"name":"WaitForThreadpoolTimerCallbacks","features":[3,39]},{"name":"WaitForThreadpoolWaitCallbacks","features":[3,39]},{"name":"WaitForThreadpoolWorkCallbacks","features":[3,39]},{"name":"WaitOnAddress","features":[3,39]},{"name":"WakeAllConditionVariable","features":[39]},{"name":"WakeByAddressAll","features":[39]},{"name":"WakeByAddressSingle","features":[39]},{"name":"WakeConditionVariable","features":[39]},{"name":"WinExec","features":[39]},{"name":"Wow64Container","features":[39]},{"name":"Wow64SetThreadDefaultGuestMachine","features":[39]},{"name":"Wow64SuspendThread","features":[3,39]}],"620":[{"name":"DYNAMIC_TIME_ZONE_INFORMATION","features":[3,166]},{"name":"EnumDynamicTimeZoneInformation","features":[3,166]},{"name":"FileTimeToSystemTime","features":[3,166]},{"name":"GetDynamicTimeZoneInformation","features":[3,166]},{"name":"GetDynamicTimeZoneInformationEffectiveYears","features":[3,166]},{"name":"GetTimeZoneInformation","features":[3,166]},{"name":"GetTimeZoneInformationForYear","features":[3,166]},{"name":"LocalFileTimeToLocalSystemTime","features":[3,166]},{"name":"LocalSystemTimeToLocalFileTime","features":[3,166]},{"name":"SetDynamicTimeZoneInformation","features":[3,166]},{"name":"SetTimeZoneInformation","features":[3,166]},{"name":"SystemTimeToFileTime","features":[3,166]},{"name":"SystemTimeToTzSpecificLocalTime","features":[3,166]},{"name":"SystemTimeToTzSpecificLocalTimeEx","features":[3,166]},{"name":"TIME_ZONE_ID_INVALID","features":[166]},{"name":"TIME_ZONE_INFORMATION","features":[3,166]},{"name":"TSF_Authenticated","features":[166]},{"name":"TSF_Hardware","features":[166]},{"name":"TSF_IPv6","features":[166]},{"name":"TSF_SignatureAuthenticated","features":[166]},{"name":"TzSpecificLocalTimeToSystemTime","features":[3,166]},{"name":"TzSpecificLocalTimeToSystemTimeEx","features":[3,166]},{"name":"wszW32TimeRegKeyPolicyTimeProviders","features":[166]},{"name":"wszW32TimeRegKeyTimeProviders","features":[166]},{"name":"wszW32TimeRegValueDllName","features":[166]},{"name":"wszW32TimeRegValueEnabled","features":[166]},{"name":"wszW32TimeRegValueInputProvider","features":[166]},{"name":"wszW32TimeRegValueMetaDataProvider","features":[166]}],"621":[{"name":"GetDeviceID","features":[3,206]},{"name":"GetDeviceIDString","features":[3,206]},{"name":"TBS_COMMAND_LOCALITY","features":[206]},{"name":"TBS_COMMAND_LOCALITY_FOUR","features":[206]},{"name":"TBS_COMMAND_LOCALITY_ONE","features":[206]},{"name":"TBS_COMMAND_LOCALITY_THREE","features":[206]},{"name":"TBS_COMMAND_LOCALITY_TWO","features":[206]},{"name":"TBS_COMMAND_LOCALITY_ZERO","features":[206]},{"name":"TBS_COMMAND_PRIORITY","features":[206]},{"name":"TBS_COMMAND_PRIORITY_HIGH","features":[206]},{"name":"TBS_COMMAND_PRIORITY_LOW","features":[206]},{"name":"TBS_COMMAND_PRIORITY_MAX","features":[206]},{"name":"TBS_COMMAND_PRIORITY_NORMAL","features":[206]},{"name":"TBS_COMMAND_PRIORITY_SYSTEM","features":[206]},{"name":"TBS_CONTEXT_PARAMS","features":[206]},{"name":"TBS_CONTEXT_PARAMS2","features":[206]},{"name":"TBS_CONTEXT_VERSION_ONE","features":[206]},{"name":"TBS_CONTEXT_VERSION_TWO","features":[206]},{"name":"TBS_OWNERAUTH_TYPE_ADMIN","features":[206]},{"name":"TBS_OWNERAUTH_TYPE_ENDORSEMENT","features":[206]},{"name":"TBS_OWNERAUTH_TYPE_ENDORSEMENT_20","features":[206]},{"name":"TBS_OWNERAUTH_TYPE_FULL","features":[206]},{"name":"TBS_OWNERAUTH_TYPE_STORAGE_20","features":[206]},{"name":"TBS_OWNERAUTH_TYPE_USER","features":[206]},{"name":"TBS_SUCCESS","features":[206]},{"name":"TBS_TCGLOG_DRTM_BOOT","features":[206]},{"name":"TBS_TCGLOG_DRTM_CURRENT","features":[206]},{"name":"TBS_TCGLOG_DRTM_RESUME","features":[206]},{"name":"TBS_TCGLOG_SRTM_BOOT","features":[206]},{"name":"TBS_TCGLOG_SRTM_CURRENT","features":[206]},{"name":"TBS_TCGLOG_SRTM_RESUME","features":[206]},{"name":"TPM_DEVICE_INFO","features":[206]},{"name":"TPM_IFTYPE_1","features":[206]},{"name":"TPM_IFTYPE_EMULATOR","features":[206]},{"name":"TPM_IFTYPE_HW","features":[206]},{"name":"TPM_IFTYPE_SPB","features":[206]},{"name":"TPM_IFTYPE_TRUSTZONE","features":[206]},{"name":"TPM_IFTYPE_UNKNOWN","features":[206]},{"name":"TPM_VERSION_12","features":[206]},{"name":"TPM_VERSION_20","features":[206]},{"name":"TPM_VERSION_UNKNOWN","features":[206]},{"name":"TPM_WNF_INFO_CLEAR_SUCCESSFUL","features":[206]},{"name":"TPM_WNF_INFO_NO_REBOOT_REQUIRED","features":[206]},{"name":"TPM_WNF_INFO_OWNERSHIP_SUCCESSFUL","features":[206]},{"name":"TPM_WNF_PROVISIONING","features":[206]},{"name":"Tbsi_Context_Create","features":[206]},{"name":"Tbsi_Create_Windows_Key","features":[206]},{"name":"Tbsi_GetDeviceInfo","features":[206]},{"name":"Tbsi_Get_OwnerAuth","features":[206]},{"name":"Tbsi_Get_TCG_Log","features":[206]},{"name":"Tbsi_Get_TCG_Log_Ex","features":[206]},{"name":"Tbsi_Is_Tpm_Present","features":[3,206]},{"name":"Tbsi_Physical_Presence_Command","features":[206]},{"name":"Tbsi_Revoke_Attestation","features":[206]},{"name":"Tbsip_Cancel_Commands","features":[206]},{"name":"Tbsip_Context_Close","features":[206]},{"name":"Tbsip_Submit_Command","features":[206]}],"625":[{"name":"UAL_DATA_BLOB","features":[17,207]},{"name":"UalInstrument","features":[17,207]},{"name":"UalRegisterProduct","features":[207]},{"name":"UalStart","features":[17,207]},{"name":"UalStop","features":[17,207]}],"626":[{"name":"ClearVariantArray","features":[3,43,44]},{"name":"DPF_ERROR","features":[44]},{"name":"DPF_MARQUEE","features":[44]},{"name":"DPF_MARQUEE_COMPLETE","features":[44]},{"name":"DPF_NONE","features":[44]},{"name":"DPF_STOPPED","features":[44]},{"name":"DPF_WARNING","features":[44]},{"name":"DRAWPROGRESSFLAGS","features":[44]},{"name":"DosDateTimeToVariantTime","features":[44]},{"name":"InitVariantFromBooleanArray","features":[3,43,44]},{"name":"InitVariantFromBuffer","features":[3,43,44]},{"name":"InitVariantFromDoubleArray","features":[3,43,44]},{"name":"InitVariantFromFileTime","features":[3,43,44]},{"name":"InitVariantFromFileTimeArray","features":[3,43,44]},{"name":"InitVariantFromGUIDAsString","features":[3,43,44]},{"name":"InitVariantFromInt16Array","features":[3,43,44]},{"name":"InitVariantFromInt32Array","features":[3,43,44]},{"name":"InitVariantFromInt64Array","features":[3,43,44]},{"name":"InitVariantFromResource","features":[3,43,44]},{"name":"InitVariantFromStringArray","features":[3,43,44]},{"name":"InitVariantFromUInt16Array","features":[3,43,44]},{"name":"InitVariantFromUInt32Array","features":[3,43,44]},{"name":"InitVariantFromUInt64Array","features":[3,43,44]},{"name":"InitVariantFromVariantArrayElem","features":[3,43,44]},{"name":"PSTF_LOCAL","features":[44]},{"name":"PSTF_UTC","features":[44]},{"name":"PSTIME_FLAGS","features":[44]},{"name":"SystemTimeToVariantTime","features":[3,44]},{"name":"VARENUM","features":[44]},{"name":"VARIANT","features":[3,43,44]},{"name":"VARIANT_ALPHABOOL","features":[44]},{"name":"VARIANT_CALENDAR_GREGORIAN","features":[44]},{"name":"VARIANT_CALENDAR_HIJRI","features":[44]},{"name":"VARIANT_CALENDAR_THAI","features":[44]},{"name":"VARIANT_LOCALBOOL","features":[44]},{"name":"VARIANT_NOUSEROVERRIDE","features":[44]},{"name":"VARIANT_NOVALUEPROP","features":[44]},{"name":"VARIANT_USE_NLS","features":[44]},{"name":"VARIANT_UserFree","features":[3,43,44]},{"name":"VARIANT_UserFree64","features":[3,43,44]},{"name":"VARIANT_UserMarshal","features":[3,43,44]},{"name":"VARIANT_UserMarshal64","features":[3,43,44]},{"name":"VARIANT_UserSize","features":[3,43,44]},{"name":"VARIANT_UserSize64","features":[3,43,44]},{"name":"VARIANT_UserUnmarshal","features":[3,43,44]},{"name":"VARIANT_UserUnmarshal64","features":[3,43,44]},{"name":"VAR_CHANGE_FLAGS","features":[44]},{"name":"VT_ARRAY","features":[44]},{"name":"VT_BLOB","features":[44]},{"name":"VT_BLOB_OBJECT","features":[44]},{"name":"VT_BOOL","features":[44]},{"name":"VT_BSTR","features":[44]},{"name":"VT_BSTR_BLOB","features":[44]},{"name":"VT_BYREF","features":[44]},{"name":"VT_CARRAY","features":[44]},{"name":"VT_CF","features":[44]},{"name":"VT_CLSID","features":[44]},{"name":"VT_CY","features":[44]},{"name":"VT_DATE","features":[44]},{"name":"VT_DECIMAL","features":[44]},{"name":"VT_DISPATCH","features":[44]},{"name":"VT_EMPTY","features":[44]},{"name":"VT_ERROR","features":[44]},{"name":"VT_FILETIME","features":[44]},{"name":"VT_HRESULT","features":[44]},{"name":"VT_I1","features":[44]},{"name":"VT_I2","features":[44]},{"name":"VT_I4","features":[44]},{"name":"VT_I8","features":[44]},{"name":"VT_ILLEGAL","features":[44]},{"name":"VT_ILLEGALMASKED","features":[44]},{"name":"VT_INT","features":[44]},{"name":"VT_INT_PTR","features":[44]},{"name":"VT_LPSTR","features":[44]},{"name":"VT_LPWSTR","features":[44]},{"name":"VT_NULL","features":[44]},{"name":"VT_PTR","features":[44]},{"name":"VT_R4","features":[44]},{"name":"VT_R8","features":[44]},{"name":"VT_RECORD","features":[44]},{"name":"VT_RESERVED","features":[44]},{"name":"VT_SAFEARRAY","features":[44]},{"name":"VT_STORAGE","features":[44]},{"name":"VT_STORED_OBJECT","features":[44]},{"name":"VT_STREAM","features":[44]},{"name":"VT_STREAMED_OBJECT","features":[44]},{"name":"VT_TYPEMASK","features":[44]},{"name":"VT_UI1","features":[44]},{"name":"VT_UI2","features":[44]},{"name":"VT_UI4","features":[44]},{"name":"VT_UI8","features":[44]},{"name":"VT_UINT","features":[44]},{"name":"VT_UINT_PTR","features":[44]},{"name":"VT_UNKNOWN","features":[44]},{"name":"VT_USERDEFINED","features":[44]},{"name":"VT_VARIANT","features":[44]},{"name":"VT_VECTOR","features":[44]},{"name":"VT_VERSIONED_STREAM","features":[44]},{"name":"VT_VOID","features":[44]},{"name":"VariantChangeType","features":[3,43,44]},{"name":"VariantChangeTypeEx","features":[3,43,44]},{"name":"VariantClear","features":[3,43,44]},{"name":"VariantCompare","features":[3,43,44]},{"name":"VariantCopy","features":[3,43,44]},{"name":"VariantCopyInd","features":[3,43,44]},{"name":"VariantGetBooleanElem","features":[3,43,44]},{"name":"VariantGetDoubleElem","features":[3,43,44]},{"name":"VariantGetElementCount","features":[3,43,44]},{"name":"VariantGetInt16Elem","features":[3,43,44]},{"name":"VariantGetInt32Elem","features":[3,43,44]},{"name":"VariantGetInt64Elem","features":[3,43,44]},{"name":"VariantGetStringElem","features":[3,43,44]},{"name":"VariantGetUInt16Elem","features":[3,43,44]},{"name":"VariantGetUInt32Elem","features":[3,43,44]},{"name":"VariantGetUInt64Elem","features":[3,43,44]},{"name":"VariantInit","features":[3,43,44]},{"name":"VariantTimeToDosDateTime","features":[44]},{"name":"VariantTimeToSystemTime","features":[3,44]},{"name":"VariantToBoolean","features":[3,43,44]},{"name":"VariantToBooleanArray","features":[3,43,44]},{"name":"VariantToBooleanArrayAlloc","features":[3,43,44]},{"name":"VariantToBooleanWithDefault","features":[3,43,44]},{"name":"VariantToBuffer","features":[3,43,44]},{"name":"VariantToDosDateTime","features":[3,43,44]},{"name":"VariantToDouble","features":[3,43,44]},{"name":"VariantToDoubleArray","features":[3,43,44]},{"name":"VariantToDoubleArrayAlloc","features":[3,43,44]},{"name":"VariantToDoubleWithDefault","features":[3,43,44]},{"name":"VariantToFileTime","features":[3,43,44]},{"name":"VariantToGUID","features":[3,43,44]},{"name":"VariantToInt16","features":[3,43,44]},{"name":"VariantToInt16Array","features":[3,43,44]},{"name":"VariantToInt16ArrayAlloc","features":[3,43,44]},{"name":"VariantToInt16WithDefault","features":[3,43,44]},{"name":"VariantToInt32","features":[3,43,44]},{"name":"VariantToInt32Array","features":[3,43,44]},{"name":"VariantToInt32ArrayAlloc","features":[3,43,44]},{"name":"VariantToInt32WithDefault","features":[3,43,44]},{"name":"VariantToInt64","features":[3,43,44]},{"name":"VariantToInt64Array","features":[3,43,44]},{"name":"VariantToInt64ArrayAlloc","features":[3,43,44]},{"name":"VariantToInt64WithDefault","features":[3,43,44]},{"name":"VariantToString","features":[3,43,44]},{"name":"VariantToStringAlloc","features":[3,43,44]},{"name":"VariantToStringArray","features":[3,43,44]},{"name":"VariantToStringArrayAlloc","features":[3,43,44]},{"name":"VariantToStringWithDefault","features":[3,43,44]},{"name":"VariantToUInt16","features":[3,43,44]},{"name":"VariantToUInt16Array","features":[3,43,44]},{"name":"VariantToUInt16ArrayAlloc","features":[3,43,44]},{"name":"VariantToUInt16WithDefault","features":[3,43,44]},{"name":"VariantToUInt32","features":[3,43,44]},{"name":"VariantToUInt32Array","features":[3,43,44]},{"name":"VariantToUInt32ArrayAlloc","features":[3,43,44]},{"name":"VariantToUInt32WithDefault","features":[3,43,44]},{"name":"VariantToUInt64","features":[3,43,44]},{"name":"VariantToUInt64Array","features":[3,43,44]},{"name":"VariantToUInt64ArrayAlloc","features":[3,43,44]},{"name":"VariantToUInt64WithDefault","features":[3,43,44]}],"627":[{"name":"DBG_ATTACH","features":[208]},{"name":"DBG_BREAK","features":[208]},{"name":"DBG_DIVOVERFLOW","features":[208]},{"name":"DBG_DLLSTART","features":[208]},{"name":"DBG_DLLSTOP","features":[208]},{"name":"DBG_GPFAULT","features":[208]},{"name":"DBG_GPFAULT2","features":[208]},{"name":"DBG_INIT","features":[208]},{"name":"DBG_INSTRFAULT","features":[208]},{"name":"DBG_MODFREE","features":[208]},{"name":"DBG_MODLOAD","features":[208]},{"name":"DBG_MODMOVE","features":[208]},{"name":"DBG_SEGFREE","features":[208]},{"name":"DBG_SEGLOAD","features":[208]},{"name":"DBG_SEGMOVE","features":[208]},{"name":"DBG_SINGLESTEP","features":[208]},{"name":"DBG_STACKFAULT","features":[208]},{"name":"DBG_TASKSTART","features":[208]},{"name":"DBG_TASKSTOP","features":[208]},{"name":"DBG_TEMPBP","features":[208]},{"name":"DBG_TOOLHELP","features":[208]},{"name":"DBG_WOWINIT","features":[208]},{"name":"DEBUGEVENTPROC","features":[3,33,39,208]},{"name":"GD_ACCELERATORS","features":[208]},{"name":"GD_BITMAP","features":[208]},{"name":"GD_CURSOR","features":[208]},{"name":"GD_CURSORCOMPONENT","features":[208]},{"name":"GD_DIALOG","features":[208]},{"name":"GD_ERRTABLE","features":[208]},{"name":"GD_FONT","features":[208]},{"name":"GD_FONTDIR","features":[208]},{"name":"GD_ICON","features":[208]},{"name":"GD_ICONCOMPONENT","features":[208]},{"name":"GD_MAX_RESOURCE","features":[208]},{"name":"GD_MENU","features":[208]},{"name":"GD_NAMETABLE","features":[208]},{"name":"GD_RCDATA","features":[208]},{"name":"GD_STRING","features":[208]},{"name":"GD_USERDEFINED","features":[208]},{"name":"GLOBALENTRY","features":[3,208]},{"name":"GLOBAL_ALL","features":[208]},{"name":"GLOBAL_FREE","features":[208]},{"name":"GLOBAL_LRU","features":[208]},{"name":"GT_BURGERMASTER","features":[208]},{"name":"GT_CODE","features":[208]},{"name":"GT_DATA","features":[208]},{"name":"GT_DGROUP","features":[208]},{"name":"GT_FREE","features":[208]},{"name":"GT_INTERNAL","features":[208]},{"name":"GT_MODULE","features":[208]},{"name":"GT_RESOURCE","features":[208]},{"name":"GT_SENTINEL","features":[208]},{"name":"GT_TASK","features":[208]},{"name":"GT_UNKNOWN","features":[208]},{"name":"IMAGE_NOTE","features":[208]},{"name":"MAX_MODULE_NAME","features":[208]},{"name":"MAX_PATH16","features":[208]},{"name":"MODULEENTRY","features":[3,208]},{"name":"PROCESSENUMPROC","features":[3,208]},{"name":"SEGMENT_NOTE","features":[208]},{"name":"SN_CODE","features":[208]},{"name":"SN_DATA","features":[208]},{"name":"SN_V86","features":[208]},{"name":"STATUS_VDM_EVENT","features":[208]},{"name":"TASKENUMPROC","features":[3,208]},{"name":"TASKENUMPROCEX","features":[3,208]},{"name":"TEMP_BP_NOTE","features":[3,208]},{"name":"V86FLAGS_ALIGNMENT","features":[208]},{"name":"V86FLAGS_AUXCARRY","features":[208]},{"name":"V86FLAGS_CARRY","features":[208]},{"name":"V86FLAGS_DIRECTION","features":[208]},{"name":"V86FLAGS_INTERRUPT","features":[208]},{"name":"V86FLAGS_IOPL","features":[208]},{"name":"V86FLAGS_IOPL_BITS","features":[208]},{"name":"V86FLAGS_OVERFLOW","features":[208]},{"name":"V86FLAGS_PARITY","features":[208]},{"name":"V86FLAGS_RESUME","features":[208]},{"name":"V86FLAGS_SIGN","features":[208]},{"name":"V86FLAGS_TRACE","features":[208]},{"name":"V86FLAGS_V86","features":[208]},{"name":"V86FLAGS_ZERO","features":[208]},{"name":"VDMADDR_PM16","features":[208]},{"name":"VDMADDR_PM32","features":[208]},{"name":"VDMADDR_V86","features":[208]},{"name":"VDMBREAKTHREADPROC","features":[3,208]},{"name":"VDMCONTEXT","features":[9,208]},{"name":"VDMCONTEXT_WITHOUT_XSAVE","features":[9,208]},{"name":"VDMCONTEXT_i386","features":[208]},{"name":"VDMCONTEXT_i486","features":[208]},{"name":"VDMDBG_BREAK_DEBUGGER","features":[208]},{"name":"VDMDBG_BREAK_DIVIDEBYZERO","features":[208]},{"name":"VDMDBG_BREAK_DOSTASK","features":[208]},{"name":"VDMDBG_BREAK_EXCEPTIONS","features":[208]},{"name":"VDMDBG_BREAK_LOADDLL","features":[208]},{"name":"VDMDBG_BREAK_WOWTASK","features":[208]},{"name":"VDMDBG_INITIAL_FLAGS","features":[208]},{"name":"VDMDBG_MAX_SYMBOL_BUFFER","features":[208]},{"name":"VDMDBG_TRACE_HISTORY","features":[208]},{"name":"VDMDETECTWOWPROC","features":[3,208]},{"name":"VDMENUMPROCESSWOWPROC","features":[3,208]},{"name":"VDMENUMTASKWOWEXPROC","features":[3,208]},{"name":"VDMENUMTASKWOWPROC","features":[3,208]},{"name":"VDMEVENT_ALLFLAGS","features":[208]},{"name":"VDMEVENT_NEEDS_INTERACTIVE","features":[208]},{"name":"VDMEVENT_PE","features":[208]},{"name":"VDMEVENT_PM16","features":[208]},{"name":"VDMEVENT_V86","features":[208]},{"name":"VDMEVENT_VERBOSE","features":[208]},{"name":"VDMGETADDREXPRESSIONPROC","features":[3,208]},{"name":"VDMGETCONTEXTPROC","features":[3,9,208]},{"name":"VDMGETCONTEXTPROC","features":[3,33,9,208]},{"name":"VDMGETDBGFLAGSPROC","features":[3,208]},{"name":"VDMGETMODULESELECTORPROC","features":[3,208]},{"name":"VDMGETPOINTERPROC","features":[3,208]},{"name":"VDMGETSEGMENTINFOPROC","features":[3,208]},{"name":"VDMGETSELECTORMODULEPROC","features":[3,208]},{"name":"VDMGETSYMBOLPROC","features":[3,208]},{"name":"VDMGETTHREADSELECTORENTRYPROC","features":[3,208]},{"name":"VDMGETTHREADSELECTORENTRYPROC","features":[3,33,208]},{"name":"VDMGLOBALFIRSTPROC","features":[3,33,39,208]},{"name":"VDMGLOBALNEXTPROC","features":[3,33,39,208]},{"name":"VDMISMODULELOADEDPROC","features":[3,208]},{"name":"VDMKILLWOWPROC","features":[3,208]},{"name":"VDMLDT_ENTRY","features":[208]},{"name":"VDMMODULEFIRSTPROC","features":[3,33,39,208]},{"name":"VDMMODULENEXTPROC","features":[3,33,39,208]},{"name":"VDMPROCESSEXCEPTIONPROC","features":[3,33,39,208]},{"name":"VDMSETCONTEXTPROC","features":[3,9,208]},{"name":"VDMSETCONTEXTPROC","features":[3,33,9,208]},{"name":"VDMSETDBGFLAGSPROC","features":[3,208]},{"name":"VDMSTARTTASKINWOWPROC","features":[3,208]},{"name":"VDMTERMINATETASKINWOWPROC","features":[3,208]},{"name":"VDM_KGDT_R3_CODE","features":[208]},{"name":"VDM_MAXIMUM_SUPPORTED_EXTENSION","features":[208]},{"name":"VDM_SEGINFO","features":[208]},{"name":"WOW_SYSTEM","features":[208]}],"647":[{"name":"AADBE_ADD_ENTRY","features":[37]},{"name":"AADBE_DEL_ENTRY","features":[37]},{"name":"ACTCTX_FLAG_APPLICATION_NAME_VALID","features":[37]},{"name":"ACTCTX_FLAG_ASSEMBLY_DIRECTORY_VALID","features":[37]},{"name":"ACTCTX_FLAG_HMODULE_VALID","features":[37]},{"name":"ACTCTX_FLAG_LANGID_VALID","features":[37]},{"name":"ACTCTX_FLAG_PROCESSOR_ARCHITECTURE_VALID","features":[37]},{"name":"ACTCTX_FLAG_RESOURCE_NAME_VALID","features":[37]},{"name":"ACTCTX_FLAG_SET_PROCESS_DEFAULT","features":[37]},{"name":"ACTCTX_FLAG_SOURCE_IS_ASSEMBLYREF","features":[37]},{"name":"ACTCTX_SECTION_KEYED_DATA_2600","features":[3,37]},{"name":"ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA","features":[37]},{"name":"ACTIVATION_CONTEXT_BASIC_INFORMATION","features":[3,37]},{"name":"ACTIVATION_CONTEXT_BASIC_INFORMATION_DEFINED","features":[37]},{"name":"AC_LINE_BACKUP_POWER","features":[37]},{"name":"AC_LINE_OFFLINE","features":[37]},{"name":"AC_LINE_ONLINE","features":[37]},{"name":"AC_LINE_UNKNOWN","features":[37]},{"name":"ADN_DEL_IF_EMPTY","features":[37]},{"name":"ADN_DEL_UNC_PATHS","features":[37]},{"name":"ADN_DONT_DEL_DIR","features":[37]},{"name":"ADN_DONT_DEL_SUBDIRS","features":[37]},{"name":"AFSR_BACKNEW","features":[37]},{"name":"AFSR_EXTRAINCREFCNT","features":[37]},{"name":"AFSR_NODELETENEW","features":[37]},{"name":"AFSR_NOMESSAGES","features":[37]},{"name":"AFSR_NOPROGRESS","features":[37]},{"name":"AFSR_RESTORE","features":[37]},{"name":"AFSR_UPDREFCNT","features":[37]},{"name":"AFSR_USEREFCNT","features":[37]},{"name":"AIF_FORCE_FILE_IN_USE","features":[37]},{"name":"AIF_NOLANGUAGECHECK","features":[37]},{"name":"AIF_NOOVERWRITE","features":[37]},{"name":"AIF_NOSKIP","features":[37]},{"name":"AIF_NOVERSIONCHECK","features":[37]},{"name":"AIF_NO_VERSION_DIALOG","features":[37]},{"name":"AIF_QUIET","features":[37]},{"name":"AIF_REPLACEONLY","features":[37]},{"name":"AIF_WARNIFSKIP","features":[37]},{"name":"ALINF_BKINSTALL","features":[37]},{"name":"ALINF_CHECKBKDATA","features":[37]},{"name":"ALINF_DELAYREGISTEROCX","features":[37]},{"name":"ALINF_NGCONV","features":[37]},{"name":"ALINF_QUIET","features":[37]},{"name":"ALINF_ROLLBACK","features":[37]},{"name":"ALINF_ROLLBKDOALL","features":[37]},{"name":"ALINF_UPDHLPDLLS","features":[37]},{"name":"APPLICATION_RECOVERY_CALLBACK","features":[37]},{"name":"ARSR_NOMESSAGES","features":[37]},{"name":"ARSR_REGSECTION","features":[37]},{"name":"ARSR_REMOVREGBKDATA","features":[37]},{"name":"ARSR_RESTORE","features":[37]},{"name":"ATOM_FLAG_GLOBAL","features":[37]},{"name":"AT_ARP","features":[37]},{"name":"AT_ENTITY","features":[37]},{"name":"AT_NULL","features":[37]},{"name":"AddDelBackupEntryA","features":[37]},{"name":"AddDelBackupEntryW","features":[37]},{"name":"AdvInstallFileA","features":[3,37]},{"name":"AdvInstallFileW","features":[3,37]},{"name":"ApphelpCheckShellObject","features":[3,37]},{"name":"BACKUP_GHOSTED_FILE_EXTENTS","features":[37]},{"name":"BACKUP_INVALID","features":[37]},{"name":"BASE_SEARCH_PATH_DISABLE_SAFE_SEARCHMODE","features":[37]},{"name":"BASE_SEARCH_PATH_ENABLE_SAFE_SEARCHMODE","features":[37]},{"name":"BASE_SEARCH_PATH_PERMANENT","features":[37]},{"name":"BATTERY_FLAG_CHARGING","features":[37]},{"name":"BATTERY_FLAG_CRITICAL","features":[37]},{"name":"BATTERY_FLAG_HIGH","features":[37]},{"name":"BATTERY_FLAG_LOW","features":[37]},{"name":"BATTERY_FLAG_NO_BATTERY","features":[37]},{"name":"BATTERY_FLAG_UNKNOWN","features":[37]},{"name":"BATTERY_LIFE_UNKNOWN","features":[37]},{"name":"BATTERY_PERCENTAGE_UNKNOWN","features":[37]},{"name":"BAUD_075","features":[37]},{"name":"BAUD_110","features":[37]},{"name":"BAUD_115200","features":[37]},{"name":"BAUD_1200","features":[37]},{"name":"BAUD_128K","features":[37]},{"name":"BAUD_134_5","features":[37]},{"name":"BAUD_14400","features":[37]},{"name":"BAUD_150","features":[37]},{"name":"BAUD_1800","features":[37]},{"name":"BAUD_19200","features":[37]},{"name":"BAUD_2400","features":[37]},{"name":"BAUD_300","features":[37]},{"name":"BAUD_38400","features":[37]},{"name":"BAUD_4800","features":[37]},{"name":"BAUD_56K","features":[37]},{"name":"BAUD_57600","features":[37]},{"name":"BAUD_600","features":[37]},{"name":"BAUD_7200","features":[37]},{"name":"BAUD_9600","features":[37]},{"name":"BAUD_USER","features":[37]},{"name":"CABINFOA","features":[37]},{"name":"CABINFOW","features":[37]},{"name":"CATID_DeleteBrowsingHistory","features":[37]},{"name":"CBR_110","features":[37]},{"name":"CBR_115200","features":[37]},{"name":"CBR_1200","features":[37]},{"name":"CBR_128000","features":[37]},{"name":"CBR_14400","features":[37]},{"name":"CBR_19200","features":[37]},{"name":"CBR_2400","features":[37]},{"name":"CBR_256000","features":[37]},{"name":"CBR_300","features":[37]},{"name":"CBR_38400","features":[37]},{"name":"CBR_4800","features":[37]},{"name":"CBR_56000","features":[37]},{"name":"CBR_57600","features":[37]},{"name":"CBR_600","features":[37]},{"name":"CBR_9600","features":[37]},{"name":"CE_DNS","features":[37]},{"name":"CE_IOE","features":[37]},{"name":"CE_MODE","features":[37]},{"name":"CE_OOP","features":[37]},{"name":"CE_PTO","features":[37]},{"name":"CE_TXFULL","features":[37]},{"name":"CLIENT_ID","features":[3,37]},{"name":"CL_NL_ENTITY","features":[37]},{"name":"CL_NL_IP","features":[37]},{"name":"CL_NL_IPX","features":[37]},{"name":"CL_TL_ENTITY","features":[37]},{"name":"CL_TL_NBF","features":[37]},{"name":"CL_TL_UDP","features":[37]},{"name":"CODEINTEGRITY_OPTION_DEBUGMODE_ENABLED","features":[37]},{"name":"CODEINTEGRITY_OPTION_ENABLED","features":[37]},{"name":"CODEINTEGRITY_OPTION_FLIGHTING_ENABLED","features":[37]},{"name":"CODEINTEGRITY_OPTION_FLIGHT_BUILD","features":[37]},{"name":"CODEINTEGRITY_OPTION_HVCI_IUM_ENABLED","features":[37]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_AUDITMODE_ENABLED","features":[37]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_ENABLED","features":[37]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_STRICTMODE_ENABLED","features":[37]},{"name":"CODEINTEGRITY_OPTION_PREPRODUCTION_BUILD","features":[37]},{"name":"CODEINTEGRITY_OPTION_TESTSIGN","features":[37]},{"name":"CODEINTEGRITY_OPTION_TEST_BUILD","features":[37]},{"name":"CODEINTEGRITY_OPTION_UMCI_AUDITMODE_ENABLED","features":[37]},{"name":"CODEINTEGRITY_OPTION_UMCI_ENABLED","features":[37]},{"name":"CODEINTEGRITY_OPTION_UMCI_EXCLUSIONPATHS_ENABLED","features":[37]},{"name":"COMMPROP_INITIALIZED","features":[37]},{"name":"CONTEXT_SIZE","features":[37]},{"name":"COPYFILE2_IO_CYCLE_SIZE_MAX","features":[37]},{"name":"COPYFILE2_IO_CYCLE_SIZE_MIN","features":[37]},{"name":"COPYFILE2_IO_RATE_MIN","features":[37]},{"name":"COPYFILE2_MESSAGE_COPY_OFFLOAD","features":[37]},{"name":"COPY_FILE2_V2_DONT_COPY_JUNCTIONS","features":[37]},{"name":"COPY_FILE2_V2_VALID_FLAGS","features":[37]},{"name":"COPY_FILE_ALLOW_DECRYPTED_DESTINATION","features":[37]},{"name":"COPY_FILE_COPY_SYMLINK","features":[37]},{"name":"COPY_FILE_DIRECTORY","features":[37]},{"name":"COPY_FILE_DISABLE_PRE_ALLOCATION","features":[37]},{"name":"COPY_FILE_DONT_REQUEST_DEST_WRITE_DAC","features":[37]},{"name":"COPY_FILE_ENABLE_LOW_FREE_SPACE_MODE","features":[37]},{"name":"COPY_FILE_ENABLE_SPARSE_COPY","features":[37]},{"name":"COPY_FILE_FAIL_IF_EXISTS","features":[37]},{"name":"COPY_FILE_IGNORE_EDP_BLOCK","features":[37]},{"name":"COPY_FILE_IGNORE_SOURCE_ENCRYPTION","features":[37]},{"name":"COPY_FILE_NO_BUFFERING","features":[37]},{"name":"COPY_FILE_NO_OFFLOAD","features":[37]},{"name":"COPY_FILE_OPEN_AND_COPY_REPARSE_POINT","features":[37]},{"name":"COPY_FILE_OPEN_SOURCE_FOR_WRITE","features":[37]},{"name":"COPY_FILE_REQUEST_COMPRESSED_TRAFFIC","features":[37]},{"name":"COPY_FILE_REQUEST_SECURITY_PRIVILEGES","features":[37]},{"name":"COPY_FILE_RESTARTABLE","features":[37]},{"name":"COPY_FILE_RESUME_FROM_PAUSE","features":[37]},{"name":"COPY_FILE_SKIP_ALTERNATE_STREAMS","features":[37]},{"name":"CO_NL_ENTITY","features":[37]},{"name":"CO_TL_ENTITY","features":[37]},{"name":"CO_TL_NBF","features":[37]},{"name":"CO_TL_SPP","features":[37]},{"name":"CO_TL_SPX","features":[37]},{"name":"CO_TL_TCP","features":[37]},{"name":"CP_DIRECT","features":[37]},{"name":"CP_HWND","features":[37]},{"name":"CP_LEVEL","features":[37]},{"name":"CP_OPEN","features":[37]},{"name":"CREATE_FOR_DIR","features":[37]},{"name":"CREATE_FOR_IMPORT","features":[37]},{"name":"CRITICAL_SECTION_NO_DEBUG_INFO","features":[37]},{"name":"CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG","features":[37]},{"name":"CameraUIControl","features":[37]},{"name":"CameraUIControlCaptureMode","features":[37]},{"name":"CameraUIControlLinearSelectionMode","features":[37]},{"name":"CameraUIControlMode","features":[37]},{"name":"CameraUIControlPhotoFormat","features":[37]},{"name":"CameraUIControlVideoFormat","features":[37]},{"name":"CameraUIControlViewType","features":[37]},{"name":"CancelDeviceWakeupRequest","features":[3,37]},{"name":"CloseINFEngine","features":[37]},{"name":"ConvertAuxiliaryCounterToPerformanceCounter","features":[37]},{"name":"ConvertPerformanceCounterToAuxiliaryCounter","features":[37]},{"name":"DATETIME","features":[37]},{"name":"DCIBeginAccess","features":[37]},{"name":"DCICMD","features":[37]},{"name":"DCICREATEINPUT","features":[37]},{"name":"DCICREATEOFFSCREENSURFACE","features":[37]},{"name":"DCICREATEOVERLAYSURFACE","features":[37]},{"name":"DCICREATEPRIMARYSURFACE","features":[37]},{"name":"DCICloseProvider","features":[14,37]},{"name":"DCICreateOffscreen","features":[14,37]},{"name":"DCICreateOverlay","features":[14,37]},{"name":"DCICreatePrimary","features":[14,37]},{"name":"DCIDestroy","features":[37]},{"name":"DCIDraw","features":[37]},{"name":"DCIENUMINPUT","features":[3,37]},{"name":"DCIENUMSURFACE","features":[37]},{"name":"DCIESCAPE","features":[37]},{"name":"DCIEndAccess","features":[37]},{"name":"DCIEnum","features":[3,14,37]},{"name":"DCIOFFSCREEN","features":[37]},{"name":"DCIOVERLAY","features":[37]},{"name":"DCIOpenProvider","features":[14,37]},{"name":"DCISURFACEINFO","features":[37]},{"name":"DCISetClipList","features":[3,14,37]},{"name":"DCISetDestination","features":[3,37]},{"name":"DCISetSrcDestClip","features":[3,14,37]},{"name":"DCI_1632_ACCESS","features":[37]},{"name":"DCI_ASYNC","features":[37]},{"name":"DCI_CANOVERLAY","features":[37]},{"name":"DCI_CAN_STRETCHX","features":[37]},{"name":"DCI_CAN_STRETCHXN","features":[37]},{"name":"DCI_CAN_STRETCHY","features":[37]},{"name":"DCI_CAN_STRETCHYN","features":[37]},{"name":"DCI_CHROMAKEY","features":[37]},{"name":"DCI_DWORDALIGN","features":[37]},{"name":"DCI_DWORDSIZE","features":[37]},{"name":"DCI_ERR_CURRENTLYNOTAVAIL","features":[37]},{"name":"DCI_ERR_HEIGHTALIGN","features":[37]},{"name":"DCI_ERR_INVALIDCLIPLIST","features":[37]},{"name":"DCI_ERR_INVALIDPOSITION","features":[37]},{"name":"DCI_ERR_INVALIDRECT","features":[37]},{"name":"DCI_ERR_INVALIDSTRETCH","features":[37]},{"name":"DCI_ERR_OUTOFMEMORY","features":[37]},{"name":"DCI_ERR_SURFACEISOBSCURED","features":[37]},{"name":"DCI_ERR_TOOBIGHEIGHT","features":[37]},{"name":"DCI_ERR_TOOBIGSIZE","features":[37]},{"name":"DCI_ERR_TOOBIGWIDTH","features":[37]},{"name":"DCI_ERR_UNSUPPORTEDFORMAT","features":[37]},{"name":"DCI_ERR_UNSUPPORTEDMASK","features":[37]},{"name":"DCI_ERR_WIDTHALIGN","features":[37]},{"name":"DCI_ERR_XALIGN","features":[37]},{"name":"DCI_ERR_XYALIGN","features":[37]},{"name":"DCI_ERR_YALIGN","features":[37]},{"name":"DCI_FAIL_GENERIC","features":[37]},{"name":"DCI_FAIL_INVALIDSURFACE","features":[37]},{"name":"DCI_FAIL_UNSUPPORTED","features":[37]},{"name":"DCI_FAIL_UNSUPPORTEDVERSION","features":[37]},{"name":"DCI_OFFSCREEN","features":[37]},{"name":"DCI_OK","features":[37]},{"name":"DCI_OVERLAY","features":[37]},{"name":"DCI_PRIMARY","features":[37]},{"name":"DCI_STATUS_CHROMAKEYCHANGED","features":[37]},{"name":"DCI_STATUS_FORMATCHANGED","features":[37]},{"name":"DCI_STATUS_POINTERCHANGED","features":[37]},{"name":"DCI_STATUS_STRIDECHANGED","features":[37]},{"name":"DCI_STATUS_SURFACEINFOCHANGED","features":[37]},{"name":"DCI_STATUS_WASSTILLDRAWING","features":[37]},{"name":"DCI_SURFACE_TYPE","features":[37]},{"name":"DCI_VERSION","features":[37]},{"name":"DCI_VISIBLE","features":[37]},{"name":"DCI_WRITEONLY","features":[37]},{"name":"DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION","features":[37]},{"name":"DECISION_LOCATION","features":[37]},{"name":"DECISION_LOCATION_AUDIT","features":[37]},{"name":"DECISION_LOCATION_ENFORCE_STATE_LIST","features":[37]},{"name":"DECISION_LOCATION_ENTERPRISE_DEFINED_CLASS_ID","features":[37]},{"name":"DECISION_LOCATION_FAILED_CONVERT_GUID","features":[37]},{"name":"DECISION_LOCATION_GLOBAL_BUILT_IN_LIST","features":[37]},{"name":"DECISION_LOCATION_NOT_FOUND","features":[37]},{"name":"DECISION_LOCATION_PARAMETER_VALIDATION","features":[37]},{"name":"DECISION_LOCATION_PROVIDER_BUILT_IN_LIST","features":[37]},{"name":"DECISION_LOCATION_REFRESH_GLOBAL_DATA","features":[37]},{"name":"DECISION_LOCATION_UNKNOWN","features":[37]},{"name":"DELAYLOAD_GPA_FAILURE","features":[37]},{"name":"DELAYLOAD_INFO","features":[37]},{"name":"DELAYLOAD_INFO","features":[37]},{"name":"DELAYLOAD_PROC_DESCRIPTOR","features":[37]},{"name":"DELETE_BROWSING_HISTORY_COOKIES","features":[37]},{"name":"DELETE_BROWSING_HISTORY_DOWNLOADHISTORY","features":[37]},{"name":"DELETE_BROWSING_HISTORY_FORMDATA","features":[37]},{"name":"DELETE_BROWSING_HISTORY_HISTORY","features":[37]},{"name":"DELETE_BROWSING_HISTORY_PASSWORDS","features":[37]},{"name":"DELETE_BROWSING_HISTORY_PRESERVEFAVORITES","features":[37]},{"name":"DELETE_BROWSING_HISTORY_TIF","features":[37]},{"name":"DOCKINFO_DOCKED","features":[37]},{"name":"DOCKINFO_UNDOCKED","features":[37]},{"name":"DOCKINFO_USER_SUPPLIED","features":[37]},{"name":"DRIVE_CDROM","features":[37]},{"name":"DRIVE_FIXED","features":[37]},{"name":"DRIVE_NO_ROOT_DIR","features":[37]},{"name":"DRIVE_RAMDISK","features":[37]},{"name":"DRIVE_REMOTE","features":[37]},{"name":"DRIVE_REMOVABLE","features":[37]},{"name":"DRIVE_UNKNOWN","features":[37]},{"name":"DTR_CONTROL_DISABLE","features":[37]},{"name":"DTR_CONTROL_ENABLE","features":[37]},{"name":"DTR_CONTROL_HANDSHAKE","features":[37]},{"name":"DefaultBrowserSyncSettings","features":[37]},{"name":"DelNodeA","features":[37]},{"name":"DelNodeRunDLL32W","features":[3,37]},{"name":"DelNodeW","features":[37]},{"name":"DnsHostnameToComputerNameA","features":[3,37]},{"name":"DnsHostnameToComputerNameW","features":[3,37]},{"name":"DosDateTimeToFileTime","features":[3,37]},{"name":"EFSRPC_SECURE_ONLY","features":[37]},{"name":"EFS_DROP_ALTERNATE_STREAMS","features":[37]},{"name":"EFS_USE_RECOVERY_KEYS","features":[37]},{"name":"ENTITY_LIST_ID","features":[37]},{"name":"ENTITY_TYPE_ID","features":[37]},{"name":"ENUM_CALLBACK","features":[37]},{"name":"ER_ENTITY","features":[37]},{"name":"ER_ICMP","features":[37]},{"name":"EVENTLOG_FULL_INFO","features":[37]},{"name":"EditionUpgradeBroker","features":[37]},{"name":"EditionUpgradeHelper","features":[37]},{"name":"EnableProcessOptionalXStateFeatures","features":[3,37]},{"name":"EndpointIoControlType","features":[37]},{"name":"ExecuteCabA","features":[3,37]},{"name":"ExecuteCabW","features":[3,37]},{"name":"ExtractFilesA","features":[37]},{"name":"ExtractFilesW","features":[37]},{"name":"FAIL_FAST_GENERATE_EXCEPTION_ADDRESS","features":[37]},{"name":"FAIL_FAST_NO_HARD_ERROR_DLG","features":[37]},{"name":"FEATURE_CHANGE_TIME","features":[37]},{"name":"FEATURE_CHANGE_TIME_MODULE_RELOAD","features":[37]},{"name":"FEATURE_CHANGE_TIME_READ","features":[37]},{"name":"FEATURE_CHANGE_TIME_REBOOT","features":[37]},{"name":"FEATURE_CHANGE_TIME_SESSION","features":[37]},{"name":"FEATURE_ENABLED_STATE","features":[37]},{"name":"FEATURE_ENABLED_STATE_DEFAULT","features":[37]},{"name":"FEATURE_ENABLED_STATE_DISABLED","features":[37]},{"name":"FEATURE_ENABLED_STATE_ENABLED","features":[37]},{"name":"FEATURE_ERROR","features":[37]},{"name":"FEATURE_STATE_CHANGE_SUBSCRIPTION","features":[37]},{"name":"FIBER_FLAG_FLOAT_SWITCH","features":[37]},{"name":"FILE_CASE_SENSITIVE_INFO","features":[37]},{"name":"FILE_CREATED","features":[37]},{"name":"FILE_DIR_DISALLOWED","features":[37]},{"name":"FILE_DOES_NOT_EXIST","features":[37]},{"name":"FILE_ENCRYPTABLE","features":[37]},{"name":"FILE_EXISTS","features":[37]},{"name":"FILE_FLAG_IGNORE_IMPERSONATED_DEVICEMAP","features":[37]},{"name":"FILE_FLAG_OPEN_REQUIRING_OPLOCK","features":[37]},{"name":"FILE_IS_ENCRYPTED","features":[37]},{"name":"FILE_MAXIMUM_DISPOSITION","features":[37]},{"name":"FILE_NO_COMPRESSION","features":[37]},{"name":"FILE_OPENED","features":[37]},{"name":"FILE_OPEN_NO_RECALL","features":[37]},{"name":"FILE_OPEN_REMOTE_INSTANCE","features":[37]},{"name":"FILE_OVERWRITTEN","features":[37]},{"name":"FILE_READ_ONLY","features":[37]},{"name":"FILE_RENAME_FLAG_POSIX_SEMANTICS","features":[37]},{"name":"FILE_RENAME_FLAG_REPLACE_IF_EXISTS","features":[37]},{"name":"FILE_RENAME_FLAG_SUPPRESS_PIN_STATE_INHERITANCE","features":[37]},{"name":"FILE_ROOT_DIR","features":[37]},{"name":"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS","features":[37]},{"name":"FILE_SKIP_SET_EVENT_ON_HANDLE","features":[37]},{"name":"FILE_SUPERSEDED","features":[37]},{"name":"FILE_SYSTEM_ATTR","features":[37]},{"name":"FILE_SYSTEM_DIR","features":[37]},{"name":"FILE_SYSTEM_NOT_SUPPORT","features":[37]},{"name":"FILE_UNKNOWN","features":[37]},{"name":"FILE_USER_DISALLOWED","features":[37]},{"name":"FILE_VALID_MAILSLOT_OPTION_FLAGS","features":[37]},{"name":"FILE_VALID_OPTION_FLAGS","features":[37]},{"name":"FILE_VALID_PIPE_OPTION_FLAGS","features":[37]},{"name":"FILE_VALID_SET_FLAGS","features":[37]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_ASSEMBLY_METADATA","features":[37]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_FLAGS","features":[37]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_HACTCTX","features":[37]},{"name":"FORMAT_MESSAGE_MAX_WIDTH_MASK","features":[37]},{"name":"FS_CASE_IS_PRESERVED","features":[37]},{"name":"FS_CASE_SENSITIVE","features":[37]},{"name":"FS_FILE_COMPRESSION","features":[37]},{"name":"FS_FILE_ENCRYPTION","features":[37]},{"name":"FS_PERSISTENT_ACLS","features":[37]},{"name":"FS_UNICODE_STORED_ON_DISK","features":[37]},{"name":"FS_VOL_IS_COMPRESSED","features":[37]},{"name":"FileSaveMarkNotExistA","features":[37]},{"name":"FileSaveMarkNotExistW","features":[37]},{"name":"FileSaveRestoreOnINFA","features":[3,37]},{"name":"FileSaveRestoreOnINFW","features":[3,37]},{"name":"FileSaveRestoreW","features":[3,37]},{"name":"FileTimeToDosDateTime","features":[3,37]},{"name":"GENERIC_ENTITY","features":[37]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_A","features":[37]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_T","features":[37]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_W","features":[37]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_A","features":[37]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_T","features":[37]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_W","features":[37]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_A","features":[37]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_T","features":[37]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_W","features":[37]},{"name":"GMEM_DDESHARE","features":[37]},{"name":"GMEM_DISCARDABLE","features":[37]},{"name":"GMEM_DISCARDED","features":[37]},{"name":"GMEM_INVALID_HANDLE","features":[37]},{"name":"GMEM_LOCKCOUNT","features":[37]},{"name":"GMEM_LOWER","features":[37]},{"name":"GMEM_MODIFY","features":[37]},{"name":"GMEM_NOCOMPACT","features":[37]},{"name":"GMEM_NODISCARD","features":[37]},{"name":"GMEM_NOTIFY","features":[37]},{"name":"GMEM_NOT_BANKED","features":[37]},{"name":"GMEM_SHARE","features":[37]},{"name":"GMEM_VALID_FLAGS","features":[37]},{"name":"GdiEntry13","features":[37]},{"name":"GetComputerNameA","features":[3,37]},{"name":"GetComputerNameW","features":[3,37]},{"name":"GetCurrentHwProfileA","features":[3,37]},{"name":"GetCurrentHwProfileW","features":[3,37]},{"name":"GetDCRegionData","features":[3,14,37]},{"name":"GetFeatureEnabledState","features":[37]},{"name":"GetFeatureVariant","features":[3,37]},{"name":"GetFirmwareEnvironmentVariableA","features":[37]},{"name":"GetFirmwareEnvironmentVariableExA","features":[37]},{"name":"GetFirmwareEnvironmentVariableExW","features":[37]},{"name":"GetFirmwareEnvironmentVariableW","features":[37]},{"name":"GetPrivateProfileIntA","features":[37]},{"name":"GetPrivateProfileIntW","features":[37]},{"name":"GetPrivateProfileSectionA","features":[37]},{"name":"GetPrivateProfileSectionNamesA","features":[37]},{"name":"GetPrivateProfileSectionNamesW","features":[37]},{"name":"GetPrivateProfileSectionW","features":[37]},{"name":"GetPrivateProfileStringA","features":[37]},{"name":"GetPrivateProfileStringW","features":[37]},{"name":"GetPrivateProfileStructA","features":[3,37]},{"name":"GetPrivateProfileStructW","features":[3,37]},{"name":"GetProfileIntA","features":[37]},{"name":"GetProfileIntW","features":[37]},{"name":"GetProfileSectionA","features":[37]},{"name":"GetProfileSectionW","features":[37]},{"name":"GetProfileStringA","features":[37]},{"name":"GetProfileStringW","features":[37]},{"name":"GetSockOptIoControlType","features":[37]},{"name":"GetSystemRegistryQuota","features":[3,37]},{"name":"GetThreadEnabledXStateFeatures","features":[37]},{"name":"GetUserNameA","features":[3,37]},{"name":"GetUserNameW","features":[3,37]},{"name":"GetVersionFromFileA","features":[3,37]},{"name":"GetVersionFromFileExA","features":[3,37]},{"name":"GetVersionFromFileExW","features":[3,37]},{"name":"GetVersionFromFileW","features":[3,37]},{"name":"GetWindowRegionData","features":[3,14,37]},{"name":"GlobalCompact","features":[37]},{"name":"GlobalFix","features":[3,37]},{"name":"GlobalUnWire","features":[3,37]},{"name":"GlobalUnfix","features":[3,37]},{"name":"GlobalWire","features":[3,37]},{"name":"HANJA_WINDOW","features":[37]},{"name":"HINSTANCE_ERROR","features":[37]},{"name":"HWINWATCH","features":[37]},{"name":"HW_PROFILE_GUIDLEN","features":[37]},{"name":"HW_PROFILE_INFOA","features":[37]},{"name":"HW_PROFILE_INFOW","features":[37]},{"name":"ICameraUIControl","features":[37]},{"name":"ICameraUIControlEventCallback","features":[37]},{"name":"IClipServiceNotificationHelper","features":[37]},{"name":"IContainerActivationHelper","features":[37]},{"name":"IDefaultBrowserSyncSettings","features":[37]},{"name":"IDeleteBrowsingHistory","features":[37]},{"name":"IE4_BACKNEW","features":[37]},{"name":"IE4_EXTRAINCREFCNT","features":[37]},{"name":"IE4_FRDOALL","features":[37]},{"name":"IE4_NODELETENEW","features":[37]},{"name":"IE4_NOENUMKEY","features":[37]},{"name":"IE4_NOMESSAGES","features":[37]},{"name":"IE4_NOPROGRESS","features":[37]},{"name":"IE4_NO_CRC_MAPPING","features":[37]},{"name":"IE4_REGSECTION","features":[37]},{"name":"IE4_REMOVREGBKDATA","features":[37]},{"name":"IE4_RESTORE","features":[37]},{"name":"IE4_UPDREFCNT","features":[37]},{"name":"IE4_USEREFCNT","features":[37]},{"name":"IE_BADID","features":[37]},{"name":"IE_BAUDRATE","features":[37]},{"name":"IE_BYTESIZE","features":[37]},{"name":"IE_DEFAULT","features":[37]},{"name":"IE_HARDWARE","features":[37]},{"name":"IE_MEMORY","features":[37]},{"name":"IE_NOPEN","features":[37]},{"name":"IE_OPEN","features":[37]},{"name":"IEditionUpgradeBroker","features":[37]},{"name":"IEditionUpgradeHelper","features":[37]},{"name":"IFClipNotificationHelper","features":[37]},{"name":"IF_ENTITY","features":[37]},{"name":"IF_GENERIC","features":[37]},{"name":"IF_MIB","features":[37]},{"name":"IGNORE","features":[37]},{"name":"IMAGE_DELAYLOAD_DESCRIPTOR","features":[37]},{"name":"IMAGE_THUNK_DATA32","features":[37]},{"name":"IMAGE_THUNK_DATA64","features":[37]},{"name":"IMEA_INIT","features":[37]},{"name":"IMEA_NEXT","features":[37]},{"name":"IMEA_PREV","features":[37]},{"name":"IMEPROA","features":[3,37]},{"name":"IMEPROW","features":[3,37]},{"name":"IMESTRUCT","features":[3,37]},{"name":"IME_BANJAtoJUNJA","features":[37]},{"name":"IME_ENABLE_CONVERT","features":[37]},{"name":"IME_ENTERWORDREGISTERMODE","features":[37]},{"name":"IME_GETCONVERSIONMODE","features":[37]},{"name":"IME_GETIMECAPS","features":[37]},{"name":"IME_GETOPEN","features":[37]},{"name":"IME_GETVERSION","features":[37]},{"name":"IME_JOHABtoKS","features":[37]},{"name":"IME_JUNJAtoBANJA","features":[37]},{"name":"IME_KStoJOHAB","features":[37]},{"name":"IME_MAXPROCESS","features":[37]},{"name":"IME_MODE_ALPHANUMERIC","features":[37]},{"name":"IME_MODE_CODEINPUT","features":[37]},{"name":"IME_MODE_DBCSCHAR","features":[37]},{"name":"IME_MODE_HANJACONVERT","features":[37]},{"name":"IME_MODE_HIRAGANA","features":[37]},{"name":"IME_MODE_KATAKANA","features":[37]},{"name":"IME_MODE_NOCODEINPUT","features":[37]},{"name":"IME_MODE_NOROMAN","features":[37]},{"name":"IME_MODE_ROMAN","features":[37]},{"name":"IME_MODE_SBCSCHAR","features":[37]},{"name":"IME_MOVEIMEWINDOW","features":[37]},{"name":"IME_REQUEST_CONVERT","features":[37]},{"name":"IME_RS_DISKERROR","features":[37]},{"name":"IME_RS_ERROR","features":[37]},{"name":"IME_RS_ILLEGAL","features":[37]},{"name":"IME_RS_INVALID","features":[37]},{"name":"IME_RS_NEST","features":[37]},{"name":"IME_RS_NOIME","features":[37]},{"name":"IME_RS_NOROOM","features":[37]},{"name":"IME_RS_NOTFOUND","features":[37]},{"name":"IME_RS_SYSTEMMODAL","features":[37]},{"name":"IME_RS_TOOLONG","features":[37]},{"name":"IME_SENDVKEY","features":[37]},{"name":"IME_SETCONVERSIONFONTEX","features":[37]},{"name":"IME_SETCONVERSIONMODE","features":[37]},{"name":"IME_SETCONVERSIONWINDOW","features":[37]},{"name":"IME_SETOPEN","features":[37]},{"name":"IME_SET_MODE","features":[37]},{"name":"IMPGetIMEA","features":[3,37]},{"name":"IMPGetIMEW","features":[3,37]},{"name":"IMPQueryIMEA","features":[3,37]},{"name":"IMPQueryIMEW","features":[3,37]},{"name":"IMPSetIMEA","features":[3,37]},{"name":"IMPSetIMEW","features":[3,37]},{"name":"INFO_CLASS_GENERIC","features":[37]},{"name":"INFO_CLASS_IMPLEMENTATION","features":[37]},{"name":"INFO_CLASS_PROTOCOL","features":[37]},{"name":"INFO_TYPE_ADDRESS_OBJECT","features":[37]},{"name":"INFO_TYPE_CONNECTION","features":[37]},{"name":"INFO_TYPE_PROVIDER","features":[37]},{"name":"INTERIM_WINDOW","features":[37]},{"name":"INVALID_ENTITY_INSTANCE","features":[37]},{"name":"IOCTL_TDI_TL_IO_CONTROL_ENDPOINT","features":[37]},{"name":"IR_CHANGECONVERT","features":[37]},{"name":"IR_CLOSECONVERT","features":[37]},{"name":"IR_DBCSCHAR","features":[37]},{"name":"IR_FULLCONVERT","features":[37]},{"name":"IR_IMESELECT","features":[37]},{"name":"IR_MODEINFO","features":[37]},{"name":"IR_OPENCONVERT","features":[37]},{"name":"IR_STRING","features":[37]},{"name":"IR_STRINGEND","features":[37]},{"name":"IR_STRINGEX","features":[37]},{"name":"IR_STRINGSTART","features":[37]},{"name":"IR_UNDETERMINE","features":[37]},{"name":"IWindowsLockModeHelper","features":[37]},{"name":"IsApiSetImplemented","features":[3,37]},{"name":"IsBadHugeReadPtr","features":[3,37]},{"name":"IsBadHugeWritePtr","features":[3,37]},{"name":"IsNTAdmin","features":[3,37]},{"name":"IsNativeVhdBoot","features":[3,37]},{"name":"IsTokenUntrusted","features":[3,37]},{"name":"JAVA_TRUST","features":[3,37]},{"name":"JIT_DEBUG_INFO","features":[37]},{"name":"KEY_ALL_KEYS","features":[37]},{"name":"KEY_OVERRIDE","features":[37]},{"name":"KEY_UNKNOWN","features":[37]},{"name":"LDR_DATA_TABLE_ENTRY","features":[3,9,37]},{"name":"LIS_NOGRPCONV","features":[37]},{"name":"LIS_QUIET","features":[37]},{"name":"LOGON32_PROVIDER_VIRTUAL","features":[37]},{"name":"LOGON32_PROVIDER_WINNT35","features":[37]},{"name":"LOGON_ZERO_PASSWORD_BUFFER","features":[37]},{"name":"LPTx","features":[37]},{"name":"LaunchINFSectionExW","features":[3,37]},{"name":"LaunchINFSectionW","features":[3,37]},{"name":"LocalCompact","features":[37]},{"name":"LocalShrink","features":[3,37]},{"name":"MAXINTATOM","features":[37]},{"name":"MAX_COMPUTERNAME_LENGTH","features":[37]},{"name":"MAX_TDI_ENTITIES","features":[37]},{"name":"MCW_DEFAULT","features":[37]},{"name":"MCW_HIDDEN","features":[37]},{"name":"MCW_RECT","features":[37]},{"name":"MCW_SCREEN","features":[37]},{"name":"MCW_VERTICAL","features":[37]},{"name":"MCW_WINDOW","features":[37]},{"name":"MICROSOFT_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS","features":[37]},{"name":"MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS","features":[37]},{"name":"MODE_WINDOW","features":[37]},{"name":"MulDiv","features":[37]},{"name":"NeedReboot","features":[3,37]},{"name":"NeedRebootInit","features":[37]},{"name":"OFS_MAXPATHNAME","features":[37]},{"name":"OPERATION_API_VERSION","features":[37]},{"name":"OVERWRITE_HIDDEN","features":[37]},{"name":"OpenINFEngineA","features":[37]},{"name":"OpenINFEngineW","features":[37]},{"name":"OpenMutexA","features":[3,37]},{"name":"OpenSemaphoreA","features":[3,37]},{"name":"PCF_16BITMODE","features":[37]},{"name":"PCF_DTRDSR","features":[37]},{"name":"PCF_INTTIMEOUTS","features":[37]},{"name":"PCF_PARITY_CHECK","features":[37]},{"name":"PCF_RLSD","features":[37]},{"name":"PCF_RTSCTS","features":[37]},{"name":"PCF_SETXCHAR","features":[37]},{"name":"PCF_SPECIALCHARS","features":[37]},{"name":"PCF_TOTALTIMEOUTS","features":[37]},{"name":"PCF_XONXOFF","features":[37]},{"name":"PDELAYLOAD_FAILURE_DLL_CALLBACK","features":[37]},{"name":"PERUSERSECTIONA","features":[3,37]},{"name":"PERUSERSECTIONW","features":[3,37]},{"name":"PFEATURE_STATE_CHANGE_CALLBACK","features":[37]},{"name":"PFIBER_CALLOUT_ROUTINE","features":[37]},{"name":"PQUERYACTCTXW_FUNC","features":[3,37]},{"name":"PROCESS_CREATION_ALL_APPLICATION_PACKAGES_OPT_OUT","features":[37]},{"name":"PROCESS_CREATION_CHILD_PROCESS_OVERRIDE","features":[37]},{"name":"PROCESS_CREATION_CHILD_PROCESS_RESTRICTED","features":[37]},{"name":"PROCESS_CREATION_CHILD_PROCESS_RESTRICTED_UNLESS_SECURE","features":[37]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_DISABLE_PROCESS_TREE","features":[37]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_ENABLE_PROCESS_TREE","features":[37]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_OVERRIDE","features":[37]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_DEP_ATL_THUNK_ENABLE","features":[37]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_DEP_ENABLE","features":[37]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_SEHOP_ENABLE","features":[37]},{"name":"PROC_THREAD_ATTRIBUTE_ADDITIVE","features":[37]},{"name":"PROC_THREAD_ATTRIBUTE_INPUT","features":[37]},{"name":"PROC_THREAD_ATTRIBUTE_NUMBER","features":[37]},{"name":"PROC_THREAD_ATTRIBUTE_THREAD","features":[37]},{"name":"PROGRESS_CANCEL","features":[37]},{"name":"PROGRESS_CONTINUE","features":[37]},{"name":"PROGRESS_QUIET","features":[37]},{"name":"PROGRESS_STOP","features":[37]},{"name":"PROTECTION_LEVEL_SAME","features":[37]},{"name":"PST_FAX","features":[37]},{"name":"PST_LAT","features":[37]},{"name":"PST_MODEM","features":[37]},{"name":"PST_NETWORK_BRIDGE","features":[37]},{"name":"PST_PARALLELPORT","features":[37]},{"name":"PST_RS232","features":[37]},{"name":"PST_RS422","features":[37]},{"name":"PST_RS423","features":[37]},{"name":"PST_RS449","features":[37]},{"name":"PST_SCANNER","features":[37]},{"name":"PST_TCPIP_TELNET","features":[37]},{"name":"PST_UNSPECIFIED","features":[37]},{"name":"PST_X25","features":[37]},{"name":"PUBLIC_OBJECT_BASIC_INFORMATION","features":[37]},{"name":"PUBLIC_OBJECT_TYPE_INFORMATION","features":[3,37]},{"name":"PWINSTATIONQUERYINFORMATIONW","features":[3,37]},{"name":"PWLDP_CANEXECUTEBUFFER_API","features":[37]},{"name":"PWLDP_CANEXECUTEFILE_API","features":[3,37]},{"name":"PWLDP_CANEXECUTESTREAM_API","features":[37]},{"name":"PWLDP_ISAPPAPPROVEDBYPOLICY_API","features":[37]},{"name":"PWLDP_ISDYNAMICCODEPOLICYENABLED_API","features":[3,37]},{"name":"PWLDP_ISPRODUCTIONCONFIGURATION_API","features":[3,37]},{"name":"PWLDP_ISWCOSPRODUCTIONCONFIGURATION_API","features":[3,37]},{"name":"PWLDP_QUERYDEVICESECURITYINFORMATION_API","features":[37]},{"name":"PWLDP_QUERYDYNAMICODETRUST_API","features":[3,37]},{"name":"PWLDP_QUERYPOLICYSETTINGENABLED2_API","features":[3,37]},{"name":"PWLDP_QUERYPOLICYSETTINGENABLED_API","features":[3,37]},{"name":"PWLDP_QUERYWINDOWSLOCKDOWNMODE_API","features":[37]},{"name":"PWLDP_QUERYWINDOWSLOCKDOWNRESTRICTION_API","features":[37]},{"name":"PWLDP_RESETPRODUCTIONCONFIGURATION_API","features":[37]},{"name":"PWLDP_RESETWCOSPRODUCTIONCONFIGURATION_API","features":[37]},{"name":"PWLDP_SETDYNAMICCODETRUST_API","features":[3,37]},{"name":"PWLDP_SETWINDOWSLOCKDOWNRESTRICTION_API","features":[37]},{"name":"QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS","features":[37]},{"name":"QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE","features":[37]},{"name":"QUERY_ACTCTX_FLAG_NO_ADDREF","features":[37]},{"name":"QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX","features":[37]},{"name":"QueryAuxiliaryCounterFrequency","features":[37]},{"name":"QueryIdleProcessorCycleTime","features":[3,37]},{"name":"QueryIdleProcessorCycleTimeEx","features":[3,37]},{"name":"QueryInterruptTime","features":[37]},{"name":"QueryInterruptTimePrecise","features":[37]},{"name":"QueryProcessCycleTime","features":[3,37]},{"name":"QueryThreadCycleTime","features":[3,37]},{"name":"QueryUnbiasedInterruptTime","features":[3,37]},{"name":"QueryUnbiasedInterruptTimePrecise","features":[37]},{"name":"RECOVERY_DEFAULT_PING_INTERVAL","features":[37]},{"name":"REGINSTALLA","features":[3,37]},{"name":"REG_RESTORE_LOG_KEY","features":[37]},{"name":"REG_SAVE_LOG_KEY","features":[37]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_LOOPBACK","features":[37]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_OFFLINE","features":[37]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_PERSISTENT_HANDLE","features":[37]},{"name":"RESETDEV","features":[37]},{"name":"RESTART_MAX_CMD_LINE","features":[37]},{"name":"RPI_FLAG_SMB2_SHARECAP_CLUSTER","features":[37]},{"name":"RPI_FLAG_SMB2_SHARECAP_CONTINUOUS_AVAILABILITY","features":[37]},{"name":"RPI_FLAG_SMB2_SHARECAP_DFS","features":[37]},{"name":"RPI_FLAG_SMB2_SHARECAP_SCALEOUT","features":[37]},{"name":"RPI_FLAG_SMB2_SHARECAP_TIMEWARP","features":[37]},{"name":"RPI_SMB2_FLAG_SERVERCAP_DFS","features":[37]},{"name":"RPI_SMB2_FLAG_SERVERCAP_DIRECTORY_LEASING","features":[37]},{"name":"RPI_SMB2_FLAG_SERVERCAP_LARGEMTU","features":[37]},{"name":"RPI_SMB2_FLAG_SERVERCAP_LEASING","features":[37]},{"name":"RPI_SMB2_FLAG_SERVERCAP_MULTICHANNEL","features":[37]},{"name":"RPI_SMB2_FLAG_SERVERCAP_PERSISTENT_HANDLES","features":[37]},{"name":"RPI_SMB2_SHAREFLAG_COMPRESS_DATA","features":[37]},{"name":"RPI_SMB2_SHAREFLAG_ENCRYPT_DATA","features":[37]},{"name":"RSC_FLAG_DELAYREGISTEROCX","features":[37]},{"name":"RSC_FLAG_INF","features":[37]},{"name":"RSC_FLAG_NGCONV","features":[37]},{"name":"RSC_FLAG_QUIET","features":[37]},{"name":"RSC_FLAG_SETUPAPI","features":[37]},{"name":"RSC_FLAG_SKIPDISKSPACECHECK","features":[37]},{"name":"RSC_FLAG_UPDHLPDLLS","features":[37]},{"name":"RTS_CONTROL_DISABLE","features":[37]},{"name":"RTS_CONTROL_ENABLE","features":[37]},{"name":"RTS_CONTROL_HANDSHAKE","features":[37]},{"name":"RTS_CONTROL_TOGGLE","features":[37]},{"name":"RUNCMDS_DELAYPOSTCMD","features":[37]},{"name":"RUNCMDS_NOWAIT","features":[37]},{"name":"RUNCMDS_QUIET","features":[37]},{"name":"RaiseCustomSystemEventTrigger","features":[37]},{"name":"RebootCheckOnInstallA","features":[3,37]},{"name":"RebootCheckOnInstallW","features":[3,37]},{"name":"RecordFeatureError","features":[37]},{"name":"RecordFeatureUsage","features":[37]},{"name":"RegInstallA","features":[3,37]},{"name":"RegInstallW","features":[3,37]},{"name":"RegRestoreAllA","features":[3,51,37]},{"name":"RegRestoreAllW","features":[3,51,37]},{"name":"RegSaveRestoreA","features":[3,51,37]},{"name":"RegSaveRestoreOnINFA","features":[3,51,37]},{"name":"RegSaveRestoreOnINFW","features":[3,51,37]},{"name":"RegSaveRestoreW","features":[3,51,37]},{"name":"ReplacePartitionUnit","features":[3,37]},{"name":"RequestDeviceWakeup","features":[3,37]},{"name":"RtlAnsiStringToUnicodeString","features":[3,9,37]},{"name":"RtlCharToInteger","features":[3,37]},{"name":"RtlFreeAnsiString","features":[9,37]},{"name":"RtlFreeOemString","features":[9,37]},{"name":"RtlFreeUnicodeString","features":[3,37]},{"name":"RtlGetReturnAddressHijackTarget","features":[37]},{"name":"RtlInitAnsiString","features":[9,37]},{"name":"RtlInitAnsiStringEx","features":[3,9,37]},{"name":"RtlInitString","features":[9,37]},{"name":"RtlInitStringEx","features":[3,9,37]},{"name":"RtlInitUnicodeString","features":[3,37]},{"name":"RtlIsNameLegalDOS8Dot3","features":[3,9,37]},{"name":"RtlLocalTimeToSystemTime","features":[3,37]},{"name":"RtlRaiseCustomSystemEventTrigger","features":[37]},{"name":"RtlTimeToSecondsSince1970","features":[3,37]},{"name":"RtlUnicodeStringToAnsiString","features":[3,9,37]},{"name":"RtlUnicodeStringToOemString","features":[3,9,37]},{"name":"RtlUnicodeToMultiByteSize","features":[3,37]},{"name":"RtlUniform","features":[37]},{"name":"RunSetupCommandA","features":[3,37]},{"name":"RunSetupCommandW","features":[3,37]},{"name":"SCS_32BIT_BINARY","features":[37]},{"name":"SCS_64BIT_BINARY","features":[37]},{"name":"SCS_DOS_BINARY","features":[37]},{"name":"SCS_OS216_BINARY","features":[37]},{"name":"SCS_PIF_BINARY","features":[37]},{"name":"SCS_POSIX_BINARY","features":[37]},{"name":"SCS_THIS_PLATFORM_BINARY","features":[37]},{"name":"SCS_WOW_BINARY","features":[37]},{"name":"SHUTDOWN_NORETRY","features":[37]},{"name":"SP_BAUD","features":[37]},{"name":"SP_DATABITS","features":[37]},{"name":"SP_HANDSHAKING","features":[37]},{"name":"SP_PARITY","features":[37]},{"name":"SP_PARITY_CHECK","features":[37]},{"name":"SP_RLSD","features":[37]},{"name":"SP_SERIALCOMM","features":[37]},{"name":"SP_STOPBITS","features":[37]},{"name":"STARTF_HOLOGRAPHIC","features":[37]},{"name":"STORAGE_INFO_FLAGS_ALIGNED_DEVICE","features":[37]},{"name":"STORAGE_INFO_FLAGS_PARTITION_ALIGNED_ON_DEVICE","features":[37]},{"name":"STORAGE_INFO_OFFSET_UNKNOWN","features":[37]},{"name":"STREAM_CONTAINS_GHOSTED_FILE_EXTENTS","features":[37]},{"name":"STREAM_CONTAINS_PROPERTIES","features":[37]},{"name":"STREAM_CONTAINS_SECURITY","features":[37]},{"name":"STREAM_MODIFIED_WHEN_READ","features":[37]},{"name":"STREAM_NORMAL_ATTRIBUTE","features":[37]},{"name":"STREAM_SPARSE_ATTRIBUTE","features":[37]},{"name":"STRENTRYA","features":[37]},{"name":"STRENTRYW","features":[37]},{"name":"STRINGEXSTRUCT","features":[37]},{"name":"STRTABLEA","features":[37]},{"name":"STRTABLEW","features":[37]},{"name":"SYSTEM_BASIC_INFORMATION","features":[37]},{"name":"SYSTEM_CODEINTEGRITY_INFORMATION","features":[37]},{"name":"SYSTEM_EXCEPTION_INFORMATION","features":[37]},{"name":"SYSTEM_INTERRUPT_INFORMATION","features":[37]},{"name":"SYSTEM_LOOKASIDE_INFORMATION","features":[37]},{"name":"SYSTEM_PERFORMANCE_INFORMATION","features":[37]},{"name":"SYSTEM_POLICY_INFORMATION","features":[37]},{"name":"SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION","features":[37]},{"name":"SYSTEM_PROCESS_INFORMATION","features":[3,37]},{"name":"SYSTEM_REGISTRY_QUOTA_INFORMATION","features":[37]},{"name":"SYSTEM_STATUS_FLAG_POWER_SAVING_ON","features":[37]},{"name":"SYSTEM_THREAD_INFORMATION","features":[3,37]},{"name":"SYSTEM_TIMEOFDAY_INFORMATION","features":[37]},{"name":"S_ALLTHRESHOLD","features":[37]},{"name":"S_LEGATO","features":[37]},{"name":"S_NORMAL","features":[37]},{"name":"S_PERIOD1024","features":[37]},{"name":"S_PERIOD2048","features":[37]},{"name":"S_PERIOD512","features":[37]},{"name":"S_PERIODVOICE","features":[37]},{"name":"S_QUEUEEMPTY","features":[37]},{"name":"S_SERBDNT","features":[37]},{"name":"S_SERDCC","features":[37]},{"name":"S_SERDDR","features":[37]},{"name":"S_SERDFQ","features":[37]},{"name":"S_SERDLN","features":[37]},{"name":"S_SERDMD","features":[37]},{"name":"S_SERDPT","features":[37]},{"name":"S_SERDSH","features":[37]},{"name":"S_SERDSR","features":[37]},{"name":"S_SERDST","features":[37]},{"name":"S_SERDTP","features":[37]},{"name":"S_SERDVL","features":[37]},{"name":"S_SERDVNA","features":[37]},{"name":"S_SERMACT","features":[37]},{"name":"S_SEROFM","features":[37]},{"name":"S_SERQFUL","features":[37]},{"name":"S_STACCATO","features":[37]},{"name":"S_THRESHOLD","features":[37]},{"name":"S_WHITE1024","features":[37]},{"name":"S_WHITE2048","features":[37]},{"name":"S_WHITE512","features":[37]},{"name":"S_WHITEVOICE","features":[37]},{"name":"SendIMEMessageExA","features":[3,37]},{"name":"SendIMEMessageExW","features":[3,37]},{"name":"SetEnvironmentStringsA","features":[3,37]},{"name":"SetFirmwareEnvironmentVariableA","features":[3,37]},{"name":"SetFirmwareEnvironmentVariableExA","features":[3,37]},{"name":"SetFirmwareEnvironmentVariableExW","features":[3,37]},{"name":"SetFirmwareEnvironmentVariableW","features":[3,37]},{"name":"SetHandleCount","features":[37]},{"name":"SetMessageWaitingIndicator","features":[3,37]},{"name":"SetPerUserSecValuesA","features":[3,37]},{"name":"SetPerUserSecValuesW","features":[3,37]},{"name":"SetSockOptIoControlType","features":[37]},{"name":"SocketIoControlType","features":[37]},{"name":"SubscribeFeatureStateChangeNotification","features":[37]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX32_XP","features":[37]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX_W2K","features":[37]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX_XP","features":[37]},{"name":"TCP_REQUEST_SET_INFORMATION_EX","features":[37]},{"name":"TC_GP_TRAP","features":[37]},{"name":"TC_HARDERR","features":[37]},{"name":"TC_NORMAL","features":[37]},{"name":"TC_SIGNAL","features":[37]},{"name":"TDIENTITY_ENTITY_TYPE","features":[37]},{"name":"TDIEntityID","features":[37]},{"name":"TDIObjectID","features":[37]},{"name":"TDI_TL_IO_CONTROL_ENDPOINT","features":[37]},{"name":"TDI_TL_IO_CONTROL_TYPE","features":[37]},{"name":"THREAD_NAME_INFORMATION","features":[3,37]},{"name":"THREAD_PRIORITY_ERROR_RETURN","features":[37]},{"name":"TranslateInfStringA","features":[37]},{"name":"TranslateInfStringExA","features":[37]},{"name":"TranslateInfStringExW","features":[37]},{"name":"TranslateInfStringW","features":[37]},{"name":"UMS_VERSION","features":[37]},{"name":"UNDETERMINESTRUCT","features":[37]},{"name":"UnsubscribeFeatureStateChangeNotification","features":[37]},{"name":"UserInstStubWrapperA","features":[3,37]},{"name":"UserInstStubWrapperW","features":[3,37]},{"name":"UserUnInstStubWrapperA","features":[3,37]},{"name":"UserUnInstStubWrapperW","features":[3,37]},{"name":"VALUENAME","features":[37]},{"name":"VALUENAME_BUILT_IN_LIST","features":[37]},{"name":"VALUENAME_ENTERPRISE_DEFINED_CLASS_ID","features":[37]},{"name":"VALUENAME_UNKNOWN","features":[37]},{"name":"WINNLSEnableIME","features":[3,37]},{"name":"WINNLSGetEnableStatus","features":[3,37]},{"name":"WINNLSGetIMEHotkey","features":[3,37]},{"name":"WINSTATIONINFOCLASS","features":[37]},{"name":"WINSTATIONINFORMATIONW","features":[37]},{"name":"WINWATCHNOTIFYPROC","features":[3,37]},{"name":"WINWATCHNOTIFY_CHANGED","features":[37]},{"name":"WINWATCHNOTIFY_CHANGING","features":[37]},{"name":"WINWATCHNOTIFY_DESTROY","features":[37]},{"name":"WINWATCHNOTIFY_START","features":[37]},{"name":"WINWATCHNOTIFY_STOP","features":[37]},{"name":"WLDP_CANEXECUTEBUFFER_FN","features":[37]},{"name":"WLDP_CANEXECUTEFILE_FN","features":[37]},{"name":"WLDP_DEVICE_SECURITY_INFORMATION","features":[37]},{"name":"WLDP_DLL","features":[37]},{"name":"WLDP_EXECUTION_EVALUATION_OPTIONS","features":[37]},{"name":"WLDP_EXECUTION_EVALUATION_OPTION_EXECUTE_IN_INTERACTIVE_SESSION","features":[37]},{"name":"WLDP_EXECUTION_EVALUATION_OPTION_NONE","features":[37]},{"name":"WLDP_EXECUTION_POLICY","features":[37]},{"name":"WLDP_EXECUTION_POLICY_ALLOWED","features":[37]},{"name":"WLDP_EXECUTION_POLICY_BLOCKED","features":[37]},{"name":"WLDP_EXECUTION_POLICY_REQUIRE_SANDBOX","features":[37]},{"name":"WLDP_FLAGS_SKIPSIGNATUREVALIDATION","features":[37]},{"name":"WLDP_GETLOCKDOWNPOLICY_FN","features":[37]},{"name":"WLDP_HOST","features":[37]},{"name":"WLDP_HOST_CMD","features":[37]},{"name":"WLDP_HOST_HTML","features":[37]},{"name":"WLDP_HOST_ID","features":[37]},{"name":"WLDP_HOST_ID_ALL","features":[37]},{"name":"WLDP_HOST_ID_GLOBAL","features":[37]},{"name":"WLDP_HOST_ID_IE","features":[37]},{"name":"WLDP_HOST_ID_MAX","features":[37]},{"name":"WLDP_HOST_ID_MSI","features":[37]},{"name":"WLDP_HOST_ID_POWERSHELL","features":[37]},{"name":"WLDP_HOST_ID_UNKNOWN","features":[37]},{"name":"WLDP_HOST_ID_VBA","features":[37]},{"name":"WLDP_HOST_ID_WSH","features":[37]},{"name":"WLDP_HOST_INFORMATION","features":[3,37]},{"name":"WLDP_HOST_INFORMATION_REVISION","features":[37]},{"name":"WLDP_HOST_JAVASCRIPT","features":[37]},{"name":"WLDP_HOST_MAX","features":[37]},{"name":"WLDP_HOST_MSI","features":[37]},{"name":"WLDP_HOST_OTHER","features":[37]},{"name":"WLDP_HOST_POWERSHELL","features":[37]},{"name":"WLDP_HOST_PYTHON","features":[37]},{"name":"WLDP_HOST_RUNDLL32","features":[37]},{"name":"WLDP_HOST_SVCHOST","features":[37]},{"name":"WLDP_HOST_WINDOWS_SCRIPT_HOST","features":[37]},{"name":"WLDP_HOST_XML","features":[37]},{"name":"WLDP_ISAPPAPPROVEDBYPOLICY_FN","features":[37]},{"name":"WLDP_ISCLASSINAPPROVEDLIST_FN","features":[37]},{"name":"WLDP_ISDYNAMICCODEPOLICYENABLED_FN","features":[37]},{"name":"WLDP_ISPRODUCTIONCONFIGURATION_FN","features":[37]},{"name":"WLDP_ISWCOSPRODUCTIONCONFIGURATION_FN","features":[37]},{"name":"WLDP_KEY","features":[37]},{"name":"WLDP_LOCKDOWN_AUDIT_FLAG","features":[37]},{"name":"WLDP_LOCKDOWN_CONFIG_CI_AUDIT_FLAG","features":[37]},{"name":"WLDP_LOCKDOWN_CONFIG_CI_FLAG","features":[37]},{"name":"WLDP_LOCKDOWN_DEFINED_FLAG","features":[37]},{"name":"WLDP_LOCKDOWN_EXCLUSION_FLAG","features":[37]},{"name":"WLDP_LOCKDOWN_OFF","features":[37]},{"name":"WLDP_LOCKDOWN_UMCIENFORCE_FLAG","features":[37]},{"name":"WLDP_LOCKDOWN_UNDEFINED","features":[37]},{"name":"WLDP_POLICY_SETTING","features":[37]},{"name":"WLDP_POLICY_SETTING_AV_PERF_MODE","features":[37]},{"name":"WLDP_QUERYDANAMICCODETRUST_FN","features":[37]},{"name":"WLDP_QUERYDEVICESECURITYINFORMATION_FN","features":[37]},{"name":"WLDP_QUERYDYNAMICCODETRUST_FN","features":[37]},{"name":"WLDP_QUERYPOLICYSETTINGENABLED2_FN","features":[37]},{"name":"WLDP_QUERYPOLICYSETTINGENABLED_FN","features":[37]},{"name":"WLDP_QUERYWINDOWSLOCKDOWNMODE_FN","features":[37]},{"name":"WLDP_QUERYWINDOWSLOCKDOWNRESTRICTION_FN","features":[37]},{"name":"WLDP_RESETPRODUCTIONCONFIGURATION_FN","features":[37]},{"name":"WLDP_RESETWCOSPRODUCTIONCONFIGURATION_FN","features":[37]},{"name":"WLDP_SETDYNAMICCODETRUST_FN","features":[37]},{"name":"WLDP_SETWINDOWSLOCKDOWNRESTRICTION_FN","features":[37]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE","features":[37]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_LOCKED","features":[37]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_MAX","features":[37]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_TRIAL","features":[37]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_UNLOCKED","features":[37]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION","features":[37]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_MAX","features":[37]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NONE","features":[37]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NOUNLOCK","features":[37]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NOUNLOCK_PERMANENT","features":[37]},{"name":"WM_CONVERTREQUEST","features":[37]},{"name":"WM_CONVERTRESULT","features":[37]},{"name":"WM_IMEKEYDOWN","features":[37]},{"name":"WM_IMEKEYUP","features":[37]},{"name":"WM_IME_REPORT","features":[37]},{"name":"WM_INTERIM","features":[37]},{"name":"WM_WNT_CONVERTREQUESTEX","features":[37]},{"name":"WinStationInformation","features":[37]},{"name":"WinWatchClose","features":[37]},{"name":"WinWatchDidStatusChange","features":[3,37]},{"name":"WinWatchGetClipList","features":[3,14,37]},{"name":"WinWatchNotify","features":[3,37]},{"name":"WinWatchOpen","features":[3,37]},{"name":"WldpCanExecuteBuffer","features":[37]},{"name":"WldpCanExecuteFile","features":[3,37]},{"name":"WldpCanExecuteStream","features":[37]},{"name":"WldpGetLockdownPolicy","features":[3,37]},{"name":"WldpIsClassInApprovedList","features":[3,37]},{"name":"WldpIsDynamicCodePolicyEnabled","features":[3,37]},{"name":"WldpQueryDeviceSecurityInformation","features":[37]},{"name":"WldpQueryDynamicCodeTrust","features":[3,37]},{"name":"WldpSetDynamicCodeTrust","features":[3,37]},{"name":"WritePrivateProfileSectionA","features":[3,37]},{"name":"WritePrivateProfileSectionW","features":[3,37]},{"name":"WritePrivateProfileStringA","features":[3,37]},{"name":"WritePrivateProfileStringW","features":[3,37]},{"name":"WritePrivateProfileStructA","features":[3,37]},{"name":"WritePrivateProfileStructW","features":[3,37]},{"name":"WriteProfileSectionA","features":[3,37]},{"name":"WriteProfileSectionW","features":[3,37]},{"name":"WriteProfileStringA","features":[3,37]},{"name":"WriteProfileStringW","features":[3,37]},{"name":"_hread","features":[37]},{"name":"_hwrite","features":[37]},{"name":"_lclose","features":[37]},{"name":"_lcreat","features":[37]},{"name":"_llseek","features":[37]},{"name":"_lopen","features":[37]},{"name":"_lread","features":[37]},{"name":"_lwrite","features":[37]},{"name":"uaw_lstrcmpW","features":[37]},{"name":"uaw_lstrcmpiW","features":[37]},{"name":"uaw_lstrlenW","features":[37]},{"name":"uaw_wcschr","features":[37]},{"name":"uaw_wcscpy","features":[37]},{"name":"uaw_wcsicmp","features":[37]},{"name":"uaw_wcslen","features":[37]},{"name":"uaw_wcsrchr","features":[37]}],"649":[{"name":"CIMTYPE_ENUMERATION","features":[209]},{"name":"CIM_BOOLEAN","features":[209]},{"name":"CIM_CHAR16","features":[209]},{"name":"CIM_DATETIME","features":[209]},{"name":"CIM_EMPTY","features":[209]},{"name":"CIM_FLAG_ARRAY","features":[209]},{"name":"CIM_ILLEGAL","features":[209]},{"name":"CIM_OBJECT","features":[209]},{"name":"CIM_REAL32","features":[209]},{"name":"CIM_REAL64","features":[209]},{"name":"CIM_REFERENCE","features":[209]},{"name":"CIM_SINT16","features":[209]},{"name":"CIM_SINT32","features":[209]},{"name":"CIM_SINT64","features":[209]},{"name":"CIM_SINT8","features":[209]},{"name":"CIM_STRING","features":[209]},{"name":"CIM_UINT16","features":[209]},{"name":"CIM_UINT32","features":[209]},{"name":"CIM_UINT64","features":[209]},{"name":"CIM_UINT8","features":[209]},{"name":"IEnumWbemClassObject","features":[209]},{"name":"IMofCompiler","features":[209]},{"name":"ISWbemDateTime","features":[209]},{"name":"ISWbemEventSource","features":[209]},{"name":"ISWbemLastError","features":[209]},{"name":"ISWbemLocator","features":[209]},{"name":"ISWbemMethod","features":[209]},{"name":"ISWbemMethodSet","features":[209]},{"name":"ISWbemNamedValue","features":[209]},{"name":"ISWbemNamedValueSet","features":[209]},{"name":"ISWbemObject","features":[209]},{"name":"ISWbemObjectEx","features":[209]},{"name":"ISWbemObjectPath","features":[209]},{"name":"ISWbemObjectSet","features":[209]},{"name":"ISWbemPrivilege","features":[209]},{"name":"ISWbemPrivilegeSet","features":[209]},{"name":"ISWbemProperty","features":[209]},{"name":"ISWbemPropertySet","features":[209]},{"name":"ISWbemQualifier","features":[209]},{"name":"ISWbemQualifierSet","features":[209]},{"name":"ISWbemRefreshableItem","features":[209]},{"name":"ISWbemRefresher","features":[209]},{"name":"ISWbemSecurity","features":[209]},{"name":"ISWbemServices","features":[209]},{"name":"ISWbemServicesEx","features":[209]},{"name":"ISWbemSink","features":[209]},{"name":"ISWbemSinkEvents","features":[209]},{"name":"IUnsecuredApartment","features":[209]},{"name":"IWMIExtension","features":[209]},{"name":"IWbemAddressResolution","features":[209]},{"name":"IWbemBackupRestore","features":[209]},{"name":"IWbemBackupRestoreEx","features":[209]},{"name":"IWbemCallResult","features":[209]},{"name":"IWbemClassObject","features":[209]},{"name":"IWbemClientConnectionTransport","features":[209]},{"name":"IWbemClientTransport","features":[209]},{"name":"IWbemConfigureRefresher","features":[209]},{"name":"IWbemConnectorLogin","features":[209]},{"name":"IWbemConstructClassObject","features":[209]},{"name":"IWbemContext","features":[209]},{"name":"IWbemDecoupledBasicEventProvider","features":[209]},{"name":"IWbemDecoupledRegistrar","features":[209]},{"name":"IWbemEventConsumerProvider","features":[209]},{"name":"IWbemEventProvider","features":[209]},{"name":"IWbemEventProviderQuerySink","features":[209]},{"name":"IWbemEventProviderSecurity","features":[209]},{"name":"IWbemEventSink","features":[209]},{"name":"IWbemHiPerfEnum","features":[209]},{"name":"IWbemHiPerfProvider","features":[209]},{"name":"IWbemLevel1Login","features":[209]},{"name":"IWbemLocator","features":[209]},{"name":"IWbemObjectAccess","features":[209]},{"name":"IWbemObjectSink","features":[209]},{"name":"IWbemObjectSinkEx","features":[209]},{"name":"IWbemObjectTextSrc","features":[209]},{"name":"IWbemPath","features":[209]},{"name":"IWbemPathKeyList","features":[209]},{"name":"IWbemPropertyProvider","features":[209]},{"name":"IWbemProviderIdentity","features":[209]},{"name":"IWbemProviderInit","features":[209]},{"name":"IWbemProviderInitSink","features":[209]},{"name":"IWbemQualifierSet","features":[209]},{"name":"IWbemQuery","features":[209]},{"name":"IWbemRefresher","features":[209]},{"name":"IWbemServices","features":[209]},{"name":"IWbemShutdown","features":[209]},{"name":"IWbemStatusCodeText","features":[209]},{"name":"IWbemTransport","features":[209]},{"name":"IWbemUnboundObjectSink","features":[209]},{"name":"IWbemUnsecuredApartment","features":[209]},{"name":"MI_ARRAY","features":[209]},{"name":"MI_Application","features":[209]},{"name":"MI_ApplicationFT","features":[209]},{"name":"MI_Application_InitializeV1","features":[209]},{"name":"MI_Array","features":[209]},{"name":"MI_ArrayField","features":[209]},{"name":"MI_BOOLEAN","features":[209]},{"name":"MI_BOOLEANA","features":[209]},{"name":"MI_BooleanA","features":[209]},{"name":"MI_BooleanAField","features":[209]},{"name":"MI_BooleanField","features":[209]},{"name":"MI_CALLBACKMODE_IGNORE","features":[209]},{"name":"MI_CALLBACKMODE_INQUIRE","features":[209]},{"name":"MI_CALLBACKMODE_REPORT","features":[209]},{"name":"MI_CALL_VERSION","features":[209]},{"name":"MI_CHAR16","features":[209]},{"name":"MI_CHAR16A","features":[209]},{"name":"MI_CHAR_TYPE","features":[209]},{"name":"MI_CallbackMode","features":[209]},{"name":"MI_CancelCallback","features":[209]},{"name":"MI_CancellationReason","features":[209]},{"name":"MI_Char16A","features":[209]},{"name":"MI_Char16AField","features":[209]},{"name":"MI_Char16Field","features":[209]},{"name":"MI_Class","features":[209]},{"name":"MI_ClassDecl","features":[209]},{"name":"MI_ClassFT","features":[209]},{"name":"MI_ClientFT_V1","features":[209]},{"name":"MI_ConstBooleanA","features":[209]},{"name":"MI_ConstBooleanAField","features":[209]},{"name":"MI_ConstBooleanField","features":[209]},{"name":"MI_ConstChar16A","features":[209]},{"name":"MI_ConstChar16AField","features":[209]},{"name":"MI_ConstChar16Field","features":[209]},{"name":"MI_ConstDatetimeA","features":[209]},{"name":"MI_ConstDatetimeAField","features":[209]},{"name":"MI_ConstDatetimeField","features":[209]},{"name":"MI_ConstInstanceA","features":[209]},{"name":"MI_ConstInstanceAField","features":[209]},{"name":"MI_ConstInstanceField","features":[209]},{"name":"MI_ConstReal32A","features":[209]},{"name":"MI_ConstReal32AField","features":[209]},{"name":"MI_ConstReal32Field","features":[209]},{"name":"MI_ConstReal64A","features":[209]},{"name":"MI_ConstReal64AField","features":[209]},{"name":"MI_ConstReal64Field","features":[209]},{"name":"MI_ConstReferenceA","features":[209]},{"name":"MI_ConstReferenceAField","features":[209]},{"name":"MI_ConstReferenceField","features":[209]},{"name":"MI_ConstSint16A","features":[209]},{"name":"MI_ConstSint16AField","features":[209]},{"name":"MI_ConstSint16Field","features":[209]},{"name":"MI_ConstSint32A","features":[209]},{"name":"MI_ConstSint32AField","features":[209]},{"name":"MI_ConstSint32Field","features":[209]},{"name":"MI_ConstSint64A","features":[209]},{"name":"MI_ConstSint64AField","features":[209]},{"name":"MI_ConstSint64Field","features":[209]},{"name":"MI_ConstSint8A","features":[209]},{"name":"MI_ConstSint8AField","features":[209]},{"name":"MI_ConstSint8Field","features":[209]},{"name":"MI_ConstStringA","features":[209]},{"name":"MI_ConstStringAField","features":[209]},{"name":"MI_ConstStringField","features":[209]},{"name":"MI_ConstUint16A","features":[209]},{"name":"MI_ConstUint16AField","features":[209]},{"name":"MI_ConstUint16Field","features":[209]},{"name":"MI_ConstUint32A","features":[209]},{"name":"MI_ConstUint32AField","features":[209]},{"name":"MI_ConstUint32Field","features":[209]},{"name":"MI_ConstUint64A","features":[209]},{"name":"MI_ConstUint64AField","features":[209]},{"name":"MI_ConstUint64Field","features":[209]},{"name":"MI_ConstUint8A","features":[209]},{"name":"MI_ConstUint8AField","features":[209]},{"name":"MI_ConstUint8Field","features":[209]},{"name":"MI_Context","features":[209]},{"name":"MI_ContextFT","features":[209]},{"name":"MI_DATETIME","features":[209]},{"name":"MI_DATETIMEA","features":[209]},{"name":"MI_Datetime","features":[209]},{"name":"MI_DatetimeA","features":[209]},{"name":"MI_DatetimeAField","features":[209]},{"name":"MI_DatetimeField","features":[209]},{"name":"MI_Deserializer","features":[209]},{"name":"MI_DeserializerFT","features":[209]},{"name":"MI_Deserializer_ClassObjectNeeded","features":[209]},{"name":"MI_DestinationOptions","features":[209]},{"name":"MI_DestinationOptionsFT","features":[209]},{"name":"MI_DestinationOptions_ImpersonationType","features":[209]},{"name":"MI_DestinationOptions_ImpersonationType_Default","features":[209]},{"name":"MI_DestinationOptions_ImpersonationType_Delegate","features":[209]},{"name":"MI_DestinationOptions_ImpersonationType_Identify","features":[209]},{"name":"MI_DestinationOptions_ImpersonationType_Impersonate","features":[209]},{"name":"MI_DestinationOptions_ImpersonationType_None","features":[209]},{"name":"MI_ERRORCATEGORY_ACCESS_DENIED","features":[209]},{"name":"MI_ERRORCATEGORY_AUTHENTICATION_ERROR","features":[209]},{"name":"MI_ERRORCATEGORY_CLOS_EERROR","features":[209]},{"name":"MI_ERRORCATEGORY_CONNECTION_ERROR","features":[209]},{"name":"MI_ERRORCATEGORY_DEADLOCK_DETECTED","features":[209]},{"name":"MI_ERRORCATEGORY_DEVICE_ERROR","features":[209]},{"name":"MI_ERRORCATEGORY_FROM_STDERR","features":[209]},{"name":"MI_ERRORCATEGORY_INVALID_ARGUMENT","features":[209]},{"name":"MI_ERRORCATEGORY_INVALID_DATA","features":[209]},{"name":"MI_ERRORCATEGORY_INVALID_OPERATION","features":[209]},{"name":"MI_ERRORCATEGORY_INVALID_RESULT","features":[209]},{"name":"MI_ERRORCATEGORY_INVALID_TYPE","features":[209]},{"name":"MI_ERRORCATEGORY_LIMITS_EXCEEDED","features":[209]},{"name":"MI_ERRORCATEGORY_METADATA_ERROR","features":[209]},{"name":"MI_ERRORCATEGORY_NOT_ENABLED","features":[209]},{"name":"MI_ERRORCATEGORY_NOT_IMPLEMENTED","features":[209]},{"name":"MI_ERRORCATEGORY_NOT_INSTALLED","features":[209]},{"name":"MI_ERRORCATEGORY_NOT_SPECIFIED","features":[209]},{"name":"MI_ERRORCATEGORY_OBJECT_NOT_FOUND","features":[209]},{"name":"MI_ERRORCATEGORY_OPEN_ERROR","features":[209]},{"name":"MI_ERRORCATEGORY_OPERATION_STOPPED","features":[209]},{"name":"MI_ERRORCATEGORY_OPERATION_TIMEOUT","features":[209]},{"name":"MI_ERRORCATEGORY_PARSER_ERROR","features":[209]},{"name":"MI_ERRORCATEGORY_PROTOCOL_ERROR","features":[209]},{"name":"MI_ERRORCATEGORY_QUOTA_EXCEEDED","features":[209]},{"name":"MI_ERRORCATEGORY_READ_ERROR","features":[209]},{"name":"MI_ERRORCATEGORY_RESOURCE_BUSY","features":[209]},{"name":"MI_ERRORCATEGORY_RESOURCE_EXISTS","features":[209]},{"name":"MI_ERRORCATEGORY_RESOURCE_UNAVAILABLE","features":[209]},{"name":"MI_ERRORCATEGORY_SECURITY_ERROR","features":[209]},{"name":"MI_ERRORCATEGORY_SYNTAX_ERROR","features":[209]},{"name":"MI_ERRORCATEGORY_WRITE_ERROR","features":[209]},{"name":"MI_ErrorCategory","features":[209]},{"name":"MI_FLAG_ABSTRACT","features":[209]},{"name":"MI_FLAG_ADOPT","features":[209]},{"name":"MI_FLAG_ANY","features":[209]},{"name":"MI_FLAG_ASSOCIATION","features":[209]},{"name":"MI_FLAG_BORROW","features":[209]},{"name":"MI_FLAG_CLASS","features":[209]},{"name":"MI_FLAG_DISABLEOVERRIDE","features":[209]},{"name":"MI_FLAG_ENABLEOVERRIDE","features":[209]},{"name":"MI_FLAG_EXPENSIVE","features":[209]},{"name":"MI_FLAG_EXTENDED","features":[209]},{"name":"MI_FLAG_IN","features":[209]},{"name":"MI_FLAG_INDICATION","features":[209]},{"name":"MI_FLAG_KEY","features":[209]},{"name":"MI_FLAG_METHOD","features":[209]},{"name":"MI_FLAG_NOT_MODIFIED","features":[209]},{"name":"MI_FLAG_NULL","features":[209]},{"name":"MI_FLAG_OUT","features":[209]},{"name":"MI_FLAG_PARAMETER","features":[209]},{"name":"MI_FLAG_PROPERTY","features":[209]},{"name":"MI_FLAG_READONLY","features":[209]},{"name":"MI_FLAG_REFERENCE","features":[209]},{"name":"MI_FLAG_REQUIRED","features":[209]},{"name":"MI_FLAG_RESTRICTED","features":[209]},{"name":"MI_FLAG_STATIC","features":[209]},{"name":"MI_FLAG_STREAM","features":[209]},{"name":"MI_FLAG_TERMINAL","features":[209]},{"name":"MI_FLAG_TOSUBCLASS","features":[209]},{"name":"MI_FLAG_TRANSLATABLE","features":[209]},{"name":"MI_FLAG_VERSION","features":[209]},{"name":"MI_FeatureDecl","features":[209]},{"name":"MI_Filter","features":[209]},{"name":"MI_FilterFT","features":[209]},{"name":"MI_HostedProvider","features":[209]},{"name":"MI_HostedProviderFT","features":[209]},{"name":"MI_INSTANCE","features":[209]},{"name":"MI_INSTANCEA","features":[209]},{"name":"MI_Instance","features":[209]},{"name":"MI_InstanceA","features":[209]},{"name":"MI_InstanceAField","features":[209]},{"name":"MI_InstanceExFT","features":[209]},{"name":"MI_InstanceFT","features":[209]},{"name":"MI_InstanceField","features":[209]},{"name":"MI_Interval","features":[209]},{"name":"MI_LOCALE_TYPE_CLOSEST_DATA","features":[209]},{"name":"MI_LOCALE_TYPE_CLOSEST_UI","features":[209]},{"name":"MI_LOCALE_TYPE_REQUESTED_DATA","features":[209]},{"name":"MI_LOCALE_TYPE_REQUESTED_UI","features":[209]},{"name":"MI_LocaleType","features":[209]},{"name":"MI_MAX_LOCALE_SIZE","features":[209]},{"name":"MI_MODULE_FLAG_BOOLEANS","features":[209]},{"name":"MI_MODULE_FLAG_CPLUSPLUS","features":[209]},{"name":"MI_MODULE_FLAG_DESCRIPTIONS","features":[209]},{"name":"MI_MODULE_FLAG_FILTER_SUPPORT","features":[209]},{"name":"MI_MODULE_FLAG_LOCALIZED","features":[209]},{"name":"MI_MODULE_FLAG_MAPPING_STRINGS","features":[209]},{"name":"MI_MODULE_FLAG_STANDARD_QUALIFIERS","features":[209]},{"name":"MI_MODULE_FLAG_VALUES","features":[209]},{"name":"MI_MainFunction","features":[209]},{"name":"MI_MethodDecl","features":[209]},{"name":"MI_MethodDecl_Invoke","features":[209]},{"name":"MI_Module","features":[209]},{"name":"MI_Module_Load","features":[209]},{"name":"MI_Module_Self","features":[209]},{"name":"MI_Module_Unload","features":[209]},{"name":"MI_OPERATIONFLAGS_BASIC_RTTI","features":[209]},{"name":"MI_OPERATIONFLAGS_DEFAULT_RTTI","features":[209]},{"name":"MI_OPERATIONFLAGS_EXPENSIVE_PROPERTIES","features":[209]},{"name":"MI_OPERATIONFLAGS_FULL_RTTI","features":[209]},{"name":"MI_OPERATIONFLAGS_LOCALIZED_QUALIFIERS","features":[209]},{"name":"MI_OPERATIONFLAGS_MANUAL_ACK_RESULTS","features":[209]},{"name":"MI_OPERATIONFLAGS_NO_RTTI","features":[209]},{"name":"MI_OPERATIONFLAGS_POLYMORPHISM_DEEP_BASE_PROPS_ONLY","features":[209]},{"name":"MI_OPERATIONFLAGS_POLYMORPHISM_SHALLOW","features":[209]},{"name":"MI_OPERATIONFLAGS_REPORT_OPERATION_STARTED","features":[209]},{"name":"MI_OPERATIONFLAGS_STANDARD_RTTI","features":[209]},{"name":"MI_ObjectDecl","features":[209]},{"name":"MI_Operation","features":[209]},{"name":"MI_OperationCallback_Class","features":[209]},{"name":"MI_OperationCallback_Indication","features":[209]},{"name":"MI_OperationCallback_Instance","features":[209]},{"name":"MI_OperationCallback_PromptUser","features":[209]},{"name":"MI_OperationCallback_ResponseType","features":[209]},{"name":"MI_OperationCallback_ResponseType_No","features":[209]},{"name":"MI_OperationCallback_ResponseType_NoToAll","features":[209]},{"name":"MI_OperationCallback_ResponseType_Yes","features":[209]},{"name":"MI_OperationCallback_ResponseType_YesToAll","features":[209]},{"name":"MI_OperationCallback_StreamedParameter","features":[209]},{"name":"MI_OperationCallback_WriteError","features":[209]},{"name":"MI_OperationCallback_WriteMessage","features":[209]},{"name":"MI_OperationCallback_WriteProgress","features":[209]},{"name":"MI_OperationCallbacks","features":[209]},{"name":"MI_OperationFT","features":[209]},{"name":"MI_OperationOptions","features":[209]},{"name":"MI_OperationOptionsFT","features":[209]},{"name":"MI_PROMPTTYPE_CRITICAL","features":[209]},{"name":"MI_PROMPTTYPE_NORMAL","features":[209]},{"name":"MI_PROVIDER_ARCHITECTURE_32BIT","features":[209]},{"name":"MI_PROVIDER_ARCHITECTURE_64BIT","features":[209]},{"name":"MI_ParameterDecl","features":[209]},{"name":"MI_ParameterSet","features":[209]},{"name":"MI_ParameterSetFT","features":[209]},{"name":"MI_PromptType","features":[209]},{"name":"MI_PropertyDecl","features":[209]},{"name":"MI_PropertySet","features":[209]},{"name":"MI_PropertySetFT","features":[209]},{"name":"MI_ProviderArchitecture","features":[209]},{"name":"MI_ProviderFT","features":[209]},{"name":"MI_ProviderFT_AssociatorInstances","features":[209]},{"name":"MI_ProviderFT_CreateInstance","features":[209]},{"name":"MI_ProviderFT_DeleteInstance","features":[209]},{"name":"MI_ProviderFT_DisableIndications","features":[209]},{"name":"MI_ProviderFT_EnableIndications","features":[209]},{"name":"MI_ProviderFT_EnumerateInstances","features":[209]},{"name":"MI_ProviderFT_GetInstance","features":[209]},{"name":"MI_ProviderFT_Invoke","features":[209]},{"name":"MI_ProviderFT_Load","features":[209]},{"name":"MI_ProviderFT_ModifyInstance","features":[209]},{"name":"MI_ProviderFT_ReferenceInstances","features":[209]},{"name":"MI_ProviderFT_Subscribe","features":[209]},{"name":"MI_ProviderFT_Unload","features":[209]},{"name":"MI_ProviderFT_Unsubscribe","features":[209]},{"name":"MI_Qualifier","features":[209]},{"name":"MI_QualifierDecl","features":[209]},{"name":"MI_QualifierSet","features":[209]},{"name":"MI_QualifierSetFT","features":[209]},{"name":"MI_REAL32","features":[209]},{"name":"MI_REAL32A","features":[209]},{"name":"MI_REAL64","features":[209]},{"name":"MI_REAL64A","features":[209]},{"name":"MI_REASON_NONE","features":[209]},{"name":"MI_REASON_SERVICESTOP","features":[209]},{"name":"MI_REASON_SHUTDOWN","features":[209]},{"name":"MI_REASON_TIMEOUT","features":[209]},{"name":"MI_REFERENCE","features":[209]},{"name":"MI_REFERENCEA","features":[209]},{"name":"MI_RESULT_ACCESS_DENIED","features":[209]},{"name":"MI_RESULT_ALREADY_EXISTS","features":[209]},{"name":"MI_RESULT_CLASS_HAS_CHILDREN","features":[209]},{"name":"MI_RESULT_CLASS_HAS_INSTANCES","features":[209]},{"name":"MI_RESULT_CONTINUATION_ON_ERROR_NOT_SUPPORTED","features":[209]},{"name":"MI_RESULT_FAILED","features":[209]},{"name":"MI_RESULT_FILTERED_ENUMERATION_NOT_SUPPORTED","features":[209]},{"name":"MI_RESULT_INVALID_CLASS","features":[209]},{"name":"MI_RESULT_INVALID_ENUMERATION_CONTEXT","features":[209]},{"name":"MI_RESULT_INVALID_NAMESPACE","features":[209]},{"name":"MI_RESULT_INVALID_OPERATION_TIMEOUT","features":[209]},{"name":"MI_RESULT_INVALID_PARAMETER","features":[209]},{"name":"MI_RESULT_INVALID_QUERY","features":[209]},{"name":"MI_RESULT_INVALID_SUPERCLASS","features":[209]},{"name":"MI_RESULT_METHOD_NOT_AVAILABLE","features":[209]},{"name":"MI_RESULT_METHOD_NOT_FOUND","features":[209]},{"name":"MI_RESULT_NAMESPACE_NOT_EMPTY","features":[209]},{"name":"MI_RESULT_NOT_FOUND","features":[209]},{"name":"MI_RESULT_NOT_SUPPORTED","features":[209]},{"name":"MI_RESULT_NO_SUCH_PROPERTY","features":[209]},{"name":"MI_RESULT_OK","features":[209]},{"name":"MI_RESULT_PULL_CANNOT_BE_ABANDONED","features":[209]},{"name":"MI_RESULT_PULL_HAS_BEEN_ABANDONED","features":[209]},{"name":"MI_RESULT_QUERY_LANGUAGE_NOT_SUPPORTED","features":[209]},{"name":"MI_RESULT_SERVER_IS_SHUTTING_DOWN","features":[209]},{"name":"MI_RESULT_SERVER_LIMITS_EXCEEDED","features":[209]},{"name":"MI_RESULT_TYPE_MISMATCH","features":[209]},{"name":"MI_Real32A","features":[209]},{"name":"MI_Real32AField","features":[209]},{"name":"MI_Real32Field","features":[209]},{"name":"MI_Real64A","features":[209]},{"name":"MI_Real64AField","features":[209]},{"name":"MI_Real64Field","features":[209]},{"name":"MI_ReferenceA","features":[209]},{"name":"MI_ReferenceAField","features":[209]},{"name":"MI_ReferenceField","features":[209]},{"name":"MI_Result","features":[209]},{"name":"MI_SERIALIZER_FLAGS_CLASS_DEEP","features":[209]},{"name":"MI_SERIALIZER_FLAGS_INSTANCE_WITH_CLASS","features":[209]},{"name":"MI_SINT16","features":[209]},{"name":"MI_SINT16A","features":[209]},{"name":"MI_SINT32","features":[209]},{"name":"MI_SINT32A","features":[209]},{"name":"MI_SINT64","features":[209]},{"name":"MI_SINT64A","features":[209]},{"name":"MI_SINT8","features":[209]},{"name":"MI_SINT8A","features":[209]},{"name":"MI_STRING","features":[209]},{"name":"MI_STRINGA","features":[209]},{"name":"MI_SUBSCRIBE_BOOKMARK_NEWEST","features":[209]},{"name":"MI_SUBSCRIBE_BOOKMARK_OLDEST","features":[209]},{"name":"MI_SchemaDecl","features":[209]},{"name":"MI_Serializer","features":[209]},{"name":"MI_SerializerFT","features":[209]},{"name":"MI_Server","features":[209]},{"name":"MI_ServerFT","features":[209]},{"name":"MI_Session","features":[209]},{"name":"MI_SessionCallbacks","features":[209]},{"name":"MI_SessionFT","features":[209]},{"name":"MI_Sint16A","features":[209]},{"name":"MI_Sint16AField","features":[209]},{"name":"MI_Sint16Field","features":[209]},{"name":"MI_Sint32A","features":[209]},{"name":"MI_Sint32AField","features":[209]},{"name":"MI_Sint32Field","features":[209]},{"name":"MI_Sint64A","features":[209]},{"name":"MI_Sint64AField","features":[209]},{"name":"MI_Sint64Field","features":[209]},{"name":"MI_Sint8A","features":[209]},{"name":"MI_Sint8AField","features":[209]},{"name":"MI_Sint8Field","features":[209]},{"name":"MI_StringA","features":[209]},{"name":"MI_StringAField","features":[209]},{"name":"MI_StringField","features":[209]},{"name":"MI_SubscriptionDeliveryOptions","features":[209]},{"name":"MI_SubscriptionDeliveryOptionsFT","features":[209]},{"name":"MI_SubscriptionDeliveryType","features":[209]},{"name":"MI_SubscriptionDeliveryType_Pull","features":[209]},{"name":"MI_SubscriptionDeliveryType_Push","features":[209]},{"name":"MI_Timestamp","features":[209]},{"name":"MI_Type","features":[209]},{"name":"MI_UINT16","features":[209]},{"name":"MI_UINT16A","features":[209]},{"name":"MI_UINT32","features":[209]},{"name":"MI_UINT32A","features":[209]},{"name":"MI_UINT64","features":[209]},{"name":"MI_UINT64A","features":[209]},{"name":"MI_UINT8","features":[209]},{"name":"MI_UINT8A","features":[209]},{"name":"MI_Uint16A","features":[209]},{"name":"MI_Uint16AField","features":[209]},{"name":"MI_Uint16Field","features":[209]},{"name":"MI_Uint32A","features":[209]},{"name":"MI_Uint32AField","features":[209]},{"name":"MI_Uint32Field","features":[209]},{"name":"MI_Uint64A","features":[209]},{"name":"MI_Uint64AField","features":[209]},{"name":"MI_Uint64Field","features":[209]},{"name":"MI_Uint8A","features":[209]},{"name":"MI_Uint8AField","features":[209]},{"name":"MI_Uint8Field","features":[209]},{"name":"MI_UserCredentials","features":[209]},{"name":"MI_UsernamePasswordCreds","features":[209]},{"name":"MI_UtilitiesFT","features":[209]},{"name":"MI_Value","features":[209]},{"name":"MI_WRITEMESSAGE_CHANNEL_DEBUG","features":[209]},{"name":"MI_WRITEMESSAGE_CHANNEL_VERBOSE","features":[209]},{"name":"MI_WRITEMESSAGE_CHANNEL_WARNING","features":[209]},{"name":"MofCompiler","features":[209]},{"name":"SWbemAnalysisMatrix","features":[3,209]},{"name":"SWbemAnalysisMatrixList","features":[3,209]},{"name":"SWbemAssocQueryInf","features":[209]},{"name":"SWbemDateTime","features":[209]},{"name":"SWbemEventSource","features":[209]},{"name":"SWbemLastError","features":[209]},{"name":"SWbemLocator","features":[209]},{"name":"SWbemMethod","features":[209]},{"name":"SWbemMethodSet","features":[209]},{"name":"SWbemNamedValue","features":[209]},{"name":"SWbemNamedValueSet","features":[209]},{"name":"SWbemObject","features":[209]},{"name":"SWbemObjectEx","features":[209]},{"name":"SWbemObjectPath","features":[209]},{"name":"SWbemObjectSet","features":[209]},{"name":"SWbemPrivilege","features":[209]},{"name":"SWbemPrivilegeSet","features":[209]},{"name":"SWbemProperty","features":[209]},{"name":"SWbemPropertySet","features":[209]},{"name":"SWbemQualifier","features":[209]},{"name":"SWbemQualifierSet","features":[209]},{"name":"SWbemQueryQualifiedName","features":[3,209]},{"name":"SWbemRefreshableItem","features":[209]},{"name":"SWbemRefresher","features":[209]},{"name":"SWbemRpnConst","features":[3,209]},{"name":"SWbemRpnEncodedQuery","features":[3,209]},{"name":"SWbemRpnQueryToken","features":[3,209]},{"name":"SWbemRpnTokenList","features":[209]},{"name":"SWbemSecurity","features":[209]},{"name":"SWbemServices","features":[209]},{"name":"SWbemServicesEx","features":[209]},{"name":"SWbemSink","features":[209]},{"name":"UnsecuredApartment","features":[209]},{"name":"WBEMESS_E_AUTHZ_NOT_PRIVILEGED","features":[209]},{"name":"WBEMESS_E_REGISTRATION_TOO_BROAD","features":[209]},{"name":"WBEMESS_E_REGISTRATION_TOO_PRECISE","features":[209]},{"name":"WBEMMOF_E_ALIASES_IN_EMBEDDED","features":[209]},{"name":"WBEMMOF_E_CIMTYPE_QUALIFIER","features":[209]},{"name":"WBEMMOF_E_DUPLICATE_PROPERTY","features":[209]},{"name":"WBEMMOF_E_DUPLICATE_QUALIFIER","features":[209]},{"name":"WBEMMOF_E_ERROR_CREATING_TEMP_FILE","features":[209]},{"name":"WBEMMOF_E_ERROR_INVALID_INCLUDE_FILE","features":[209]},{"name":"WBEMMOF_E_EXPECTED_ALIAS_NAME","features":[209]},{"name":"WBEMMOF_E_EXPECTED_BRACE_OR_BAD_TYPE","features":[209]},{"name":"WBEMMOF_E_EXPECTED_CLASS_NAME","features":[209]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_BRACE","features":[209]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_BRACKET","features":[209]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_PAREN","features":[209]},{"name":"WBEMMOF_E_EXPECTED_DOLLAR","features":[209]},{"name":"WBEMMOF_E_EXPECTED_FLAVOR_TYPE","features":[209]},{"name":"WBEMMOF_E_EXPECTED_OPEN_BRACE","features":[209]},{"name":"WBEMMOF_E_EXPECTED_OPEN_PAREN","features":[209]},{"name":"WBEMMOF_E_EXPECTED_PROPERTY_NAME","features":[209]},{"name":"WBEMMOF_E_EXPECTED_QUALIFIER_NAME","features":[209]},{"name":"WBEMMOF_E_EXPECTED_SEMI","features":[209]},{"name":"WBEMMOF_E_EXPECTED_TYPE_IDENTIFIER","features":[209]},{"name":"WBEMMOF_E_ILLEGAL_CONSTANT_VALUE","features":[209]},{"name":"WBEMMOF_E_INCOMPATIBLE_FLAVOR_TYPES","features":[209]},{"name":"WBEMMOF_E_INCOMPATIBLE_FLAVOR_TYPES2","features":[209]},{"name":"WBEMMOF_E_INVALID_AMENDMENT_SYNTAX","features":[209]},{"name":"WBEMMOF_E_INVALID_CLASS_DECLARATION","features":[209]},{"name":"WBEMMOF_E_INVALID_DELETECLASS_SYNTAX","features":[209]},{"name":"WBEMMOF_E_INVALID_DELETEINSTANCE_SYNTAX","features":[209]},{"name":"WBEMMOF_E_INVALID_DUPLICATE_AMENDMENT","features":[209]},{"name":"WBEMMOF_E_INVALID_FILE","features":[209]},{"name":"WBEMMOF_E_INVALID_FLAGS_SYNTAX","features":[209]},{"name":"WBEMMOF_E_INVALID_INSTANCE_DECLARATION","features":[209]},{"name":"WBEMMOF_E_INVALID_NAMESPACE_SPECIFICATION","features":[209]},{"name":"WBEMMOF_E_INVALID_NAMESPACE_SYNTAX","features":[209]},{"name":"WBEMMOF_E_INVALID_PRAGMA","features":[209]},{"name":"WBEMMOF_E_INVALID_QUALIFIER_SYNTAX","features":[209]},{"name":"WBEMMOF_E_MULTIPLE_ALIASES","features":[209]},{"name":"WBEMMOF_E_MUST_BE_IN_OR_OUT","features":[209]},{"name":"WBEMMOF_E_NO_ARRAYS_RETURNED","features":[209]},{"name":"WBEMMOF_E_NULL_ARRAY_ELEM","features":[209]},{"name":"WBEMMOF_E_OUT_OF_RANGE","features":[209]},{"name":"WBEMMOF_E_QUALIFIER_USED_OUTSIDE_SCOPE","features":[209]},{"name":"WBEMMOF_E_TYPEDEF_NOT_SUPPORTED","features":[209]},{"name":"WBEMMOF_E_TYPE_MISMATCH","features":[209]},{"name":"WBEMMOF_E_UNEXPECTED_ALIAS","features":[209]},{"name":"WBEMMOF_E_UNEXPECTED_ARRAY_INIT","features":[209]},{"name":"WBEMMOF_E_UNRECOGNIZED_TOKEN","features":[209]},{"name":"WBEMMOF_E_UNRECOGNIZED_TYPE","features":[209]},{"name":"WBEMMOF_E_UNSUPPORTED_CIMV22_DATA_TYPE","features":[209]},{"name":"WBEMMOF_E_UNSUPPORTED_CIMV22_QUAL_VALUE","features":[209]},{"name":"WBEMPATH_COMPRESSED","features":[209]},{"name":"WBEMPATH_CREATE_ACCEPT_ABSOLUTE","features":[209]},{"name":"WBEMPATH_CREATE_ACCEPT_ALL","features":[209]},{"name":"WBEMPATH_CREATE_ACCEPT_RELATIVE","features":[209]},{"name":"WBEMPATH_GET_NAMESPACE_ONLY","features":[209]},{"name":"WBEMPATH_GET_ORIGINAL","features":[209]},{"name":"WBEMPATH_GET_RELATIVE_ONLY","features":[209]},{"name":"WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY","features":[209]},{"name":"WBEMPATH_GET_SERVER_TOO","features":[209]},{"name":"WBEMPATH_INFO_ANON_LOCAL_MACHINE","features":[209]},{"name":"WBEMPATH_INFO_CIM_COMPLIANT","features":[209]},{"name":"WBEMPATH_INFO_CONTAINS_SINGLETON","features":[209]},{"name":"WBEMPATH_INFO_HAS_IMPLIED_KEY","features":[209]},{"name":"WBEMPATH_INFO_HAS_MACHINE_NAME","features":[209]},{"name":"WBEMPATH_INFO_HAS_SUBSCOPES","features":[209]},{"name":"WBEMPATH_INFO_HAS_V2_REF_PATHS","features":[209]},{"name":"WBEMPATH_INFO_IS_CLASS_REF","features":[209]},{"name":"WBEMPATH_INFO_IS_COMPOUND","features":[209]},{"name":"WBEMPATH_INFO_IS_INST_REF","features":[209]},{"name":"WBEMPATH_INFO_IS_PARENT","features":[209]},{"name":"WBEMPATH_INFO_IS_SINGLETON","features":[209]},{"name":"WBEMPATH_INFO_NATIVE_PATH","features":[209]},{"name":"WBEMPATH_INFO_PATH_HAD_SERVER","features":[209]},{"name":"WBEMPATH_INFO_SERVER_NAMESPACE_ONLY","features":[209]},{"name":"WBEMPATH_INFO_V1_COMPLIANT","features":[209]},{"name":"WBEMPATH_INFO_V2_COMPLIANT","features":[209]},{"name":"WBEMPATH_INFO_WMI_PATH","features":[209]},{"name":"WBEMPATH_QUOTEDTEXT","features":[209]},{"name":"WBEMPATH_TEXT","features":[209]},{"name":"WBEMPATH_TREAT_SINGLE_IDENT_AS_NS","features":[209]},{"name":"WBEMSTATUS","features":[209]},{"name":"WBEMSTATUS_FORMAT","features":[209]},{"name":"WBEMSTATUS_FORMAT_NEWLINE","features":[209]},{"name":"WBEMSTATUS_FORMAT_NO_NEWLINE","features":[209]},{"name":"WBEMS_DISPID_COMPLETED","features":[209]},{"name":"WBEMS_DISPID_CONNECTION_READY","features":[209]},{"name":"WBEMS_DISPID_DERIVATION","features":[209]},{"name":"WBEMS_DISPID_OBJECT_PUT","features":[209]},{"name":"WBEMS_DISPID_OBJECT_READY","features":[209]},{"name":"WBEMS_DISPID_PROGRESS","features":[209]},{"name":"WBEM_AUTHENTICATION_METHOD_MASK","features":[209]},{"name":"WBEM_BACKUP_RESTORE_FLAGS","features":[209]},{"name":"WBEM_BATCH_TYPE","features":[209]},{"name":"WBEM_CHANGE_FLAG_TYPE","features":[209]},{"name":"WBEM_COMPARISON_FLAG","features":[209]},{"name":"WBEM_COMPARISON_INCLUDE_ALL","features":[209]},{"name":"WBEM_COMPILER_OPTIONS","features":[209]},{"name":"WBEM_COMPILE_STATUS_INFO","features":[209]},{"name":"WBEM_CONDITION_FLAG_TYPE","features":[209]},{"name":"WBEM_CONNECT_OPTIONS","features":[209]},{"name":"WBEM_ENABLE","features":[209]},{"name":"WBEM_EXTRA_RETURN_CODES","features":[209]},{"name":"WBEM_E_ACCESS_DENIED","features":[209]},{"name":"WBEM_E_AGGREGATING_BY_OBJECT","features":[209]},{"name":"WBEM_E_ALREADY_EXISTS","features":[209]},{"name":"WBEM_E_AMBIGUOUS_OPERATION","features":[209]},{"name":"WBEM_E_AMENDED_OBJECT","features":[209]},{"name":"WBEM_E_BACKUP_RESTORE_WINMGMT_RUNNING","features":[209]},{"name":"WBEM_E_BUFFER_TOO_SMALL","features":[209]},{"name":"WBEM_E_CALL_CANCELLED","features":[209]},{"name":"WBEM_E_CANNOT_BE_ABSTRACT","features":[209]},{"name":"WBEM_E_CANNOT_BE_KEY","features":[209]},{"name":"WBEM_E_CANNOT_BE_SINGLETON","features":[209]},{"name":"WBEM_E_CANNOT_CHANGE_INDEX_INHERITANCE","features":[209]},{"name":"WBEM_E_CANNOT_CHANGE_KEY_INHERITANCE","features":[209]},{"name":"WBEM_E_CIRCULAR_REFERENCE","features":[209]},{"name":"WBEM_E_CLASS_HAS_CHILDREN","features":[209]},{"name":"WBEM_E_CLASS_HAS_INSTANCES","features":[209]},{"name":"WBEM_E_CLASS_NAME_TOO_WIDE","features":[209]},{"name":"WBEM_E_CLIENT_TOO_SLOW","features":[209]},{"name":"WBEM_E_CONNECTION_FAILED","features":[209]},{"name":"WBEM_E_CRITICAL_ERROR","features":[209]},{"name":"WBEM_E_DATABASE_VER_MISMATCH","features":[209]},{"name":"WBEM_E_ENCRYPTED_CONNECTION_REQUIRED","features":[209]},{"name":"WBEM_E_FAILED","features":[209]},{"name":"WBEM_E_FATAL_TRANSPORT_ERROR","features":[209]},{"name":"WBEM_E_HANDLE_OUT_OF_DATE","features":[209]},{"name":"WBEM_E_ILLEGAL_NULL","features":[209]},{"name":"WBEM_E_ILLEGAL_OPERATION","features":[209]},{"name":"WBEM_E_INCOMPLETE_CLASS","features":[209]},{"name":"WBEM_E_INITIALIZATION_FAILURE","features":[209]},{"name":"WBEM_E_INVALID_ASSOCIATION","features":[209]},{"name":"WBEM_E_INVALID_CIM_TYPE","features":[209]},{"name":"WBEM_E_INVALID_CLASS","features":[209]},{"name":"WBEM_E_INVALID_CONTEXT","features":[209]},{"name":"WBEM_E_INVALID_DUPLICATE_PARAMETER","features":[209]},{"name":"WBEM_E_INVALID_FLAVOR","features":[209]},{"name":"WBEM_E_INVALID_HANDLE_REQUEST","features":[209]},{"name":"WBEM_E_INVALID_LOCALE","features":[209]},{"name":"WBEM_E_INVALID_METHOD","features":[209]},{"name":"WBEM_E_INVALID_METHOD_PARAMETERS","features":[209]},{"name":"WBEM_E_INVALID_NAMESPACE","features":[209]},{"name":"WBEM_E_INVALID_OBJECT","features":[209]},{"name":"WBEM_E_INVALID_OBJECT_PATH","features":[209]},{"name":"WBEM_E_INVALID_OPERATION","features":[209]},{"name":"WBEM_E_INVALID_OPERATOR","features":[209]},{"name":"WBEM_E_INVALID_PARAMETER","features":[209]},{"name":"WBEM_E_INVALID_PARAMETER_ID","features":[209]},{"name":"WBEM_E_INVALID_PROPERTY","features":[209]},{"name":"WBEM_E_INVALID_PROPERTY_TYPE","features":[209]},{"name":"WBEM_E_INVALID_PROVIDER_REGISTRATION","features":[209]},{"name":"WBEM_E_INVALID_QUALIFIER","features":[209]},{"name":"WBEM_E_INVALID_QUALIFIER_TYPE","features":[209]},{"name":"WBEM_E_INVALID_QUERY","features":[209]},{"name":"WBEM_E_INVALID_QUERY_TYPE","features":[209]},{"name":"WBEM_E_INVALID_STREAM","features":[209]},{"name":"WBEM_E_INVALID_SUPERCLASS","features":[209]},{"name":"WBEM_E_INVALID_SYNTAX","features":[209]},{"name":"WBEM_E_LOCAL_CREDENTIALS","features":[209]},{"name":"WBEM_E_MARSHAL_INVALID_SIGNATURE","features":[209]},{"name":"WBEM_E_MARSHAL_VERSION_MISMATCH","features":[209]},{"name":"WBEM_E_METHOD_DISABLED","features":[209]},{"name":"WBEM_E_METHOD_NAME_TOO_WIDE","features":[209]},{"name":"WBEM_E_METHOD_NOT_IMPLEMENTED","features":[209]},{"name":"WBEM_E_MISSING_AGGREGATION_LIST","features":[209]},{"name":"WBEM_E_MISSING_GROUP_WITHIN","features":[209]},{"name":"WBEM_E_MISSING_PARAMETER_ID","features":[209]},{"name":"WBEM_E_NONCONSECUTIVE_PARAMETER_IDS","features":[209]},{"name":"WBEM_E_NONDECORATED_OBJECT","features":[209]},{"name":"WBEM_E_NOT_AVAILABLE","features":[209]},{"name":"WBEM_E_NOT_EVENT_CLASS","features":[209]},{"name":"WBEM_E_NOT_FOUND","features":[209]},{"name":"WBEM_E_NOT_SUPPORTED","features":[209]},{"name":"WBEM_E_NO_KEY","features":[209]},{"name":"WBEM_E_NO_SCHEMA","features":[209]},{"name":"WBEM_E_NULL_SECURITY_DESCRIPTOR","features":[209]},{"name":"WBEM_E_OUT_OF_DISK_SPACE","features":[209]},{"name":"WBEM_E_OUT_OF_MEMORY","features":[209]},{"name":"WBEM_E_OVERRIDE_NOT_ALLOWED","features":[209]},{"name":"WBEM_E_PARAMETER_ID_ON_RETVAL","features":[209]},{"name":"WBEM_E_PRIVILEGE_NOT_HELD","features":[209]},{"name":"WBEM_E_PROPAGATED_METHOD","features":[209]},{"name":"WBEM_E_PROPAGATED_PROPERTY","features":[209]},{"name":"WBEM_E_PROPAGATED_QUALIFIER","features":[209]},{"name":"WBEM_E_PROPERTY_NAME_TOO_WIDE","features":[209]},{"name":"WBEM_E_PROPERTY_NOT_AN_OBJECT","features":[209]},{"name":"WBEM_E_PROVIDER_ALREADY_REGISTERED","features":[209]},{"name":"WBEM_E_PROVIDER_DISABLED","features":[209]},{"name":"WBEM_E_PROVIDER_FAILURE","features":[209]},{"name":"WBEM_E_PROVIDER_LOAD_FAILURE","features":[209]},{"name":"WBEM_E_PROVIDER_NOT_CAPABLE","features":[209]},{"name":"WBEM_E_PROVIDER_NOT_FOUND","features":[209]},{"name":"WBEM_E_PROVIDER_NOT_REGISTERED","features":[209]},{"name":"WBEM_E_PROVIDER_SUSPENDED","features":[209]},{"name":"WBEM_E_PROVIDER_TIMED_OUT","features":[209]},{"name":"WBEM_E_QUALIFIER_NAME_TOO_WIDE","features":[209]},{"name":"WBEM_E_QUERY_NOT_IMPLEMENTED","features":[209]},{"name":"WBEM_E_QUEUE_OVERFLOW","features":[209]},{"name":"WBEM_E_QUOTA_VIOLATION","features":[209]},{"name":"WBEM_E_READ_ONLY","features":[209]},{"name":"WBEM_E_REFRESHER_BUSY","features":[209]},{"name":"WBEM_E_RERUN_COMMAND","features":[209]},{"name":"WBEM_E_RESERVED_001","features":[209]},{"name":"WBEM_E_RESERVED_002","features":[209]},{"name":"WBEM_E_RESOURCE_CONTENTION","features":[209]},{"name":"WBEM_E_RETRY_LATER","features":[209]},{"name":"WBEM_E_SERVER_TOO_BUSY","features":[209]},{"name":"WBEM_E_SHUTTING_DOWN","features":[209]},{"name":"WBEM_E_SYNCHRONIZATION_REQUIRED","features":[209]},{"name":"WBEM_E_SYSTEM_PROPERTY","features":[209]},{"name":"WBEM_E_TIMED_OUT","features":[209]},{"name":"WBEM_E_TOO_MANY_PROPERTIES","features":[209]},{"name":"WBEM_E_TOO_MUCH_DATA","features":[209]},{"name":"WBEM_E_TRANSPORT_FAILURE","features":[209]},{"name":"WBEM_E_TYPE_MISMATCH","features":[209]},{"name":"WBEM_E_UNEXPECTED","features":[209]},{"name":"WBEM_E_UNINTERPRETABLE_PROVIDER_QUERY","features":[209]},{"name":"WBEM_E_UNKNOWN_OBJECT_TYPE","features":[209]},{"name":"WBEM_E_UNKNOWN_PACKET_TYPE","features":[209]},{"name":"WBEM_E_UNPARSABLE_QUERY","features":[209]},{"name":"WBEM_E_UNSUPPORTED_CLASS_UPDATE","features":[209]},{"name":"WBEM_E_UNSUPPORTED_LOCALE","features":[209]},{"name":"WBEM_E_UNSUPPORTED_PARAMETER","features":[209]},{"name":"WBEM_E_UNSUPPORTED_PUT_EXTENSION","features":[209]},{"name":"WBEM_E_UPDATE_OVERRIDE_NOT_ALLOWED","features":[209]},{"name":"WBEM_E_UPDATE_PROPAGATED_METHOD","features":[209]},{"name":"WBEM_E_UPDATE_TYPE_MISMATCH","features":[209]},{"name":"WBEM_E_VALUE_OUT_OF_RANGE","features":[209]},{"name":"WBEM_E_VETO_DELETE","features":[209]},{"name":"WBEM_E_VETO_PUT","features":[209]},{"name":"WBEM_FLAG_ADVISORY","features":[209]},{"name":"WBEM_FLAG_ALLOW_READ","features":[209]},{"name":"WBEM_FLAG_ALWAYS","features":[209]},{"name":"WBEM_FLAG_AUTORECOVER","features":[209]},{"name":"WBEM_FLAG_BACKUP_RESTORE_DEFAULT","features":[209]},{"name":"WBEM_FLAG_BACKUP_RESTORE_FORCE_SHUTDOWN","features":[209]},{"name":"WBEM_FLAG_BATCH_IF_NEEDED","features":[209]},{"name":"WBEM_FLAG_BIDIRECTIONAL","features":[209]},{"name":"WBEM_FLAG_CHECK_ONLY","features":[209]},{"name":"WBEM_FLAG_CLASS_LOCAL_AND_OVERRIDES","features":[209]},{"name":"WBEM_FLAG_CLASS_OVERRIDES_ONLY","features":[209]},{"name":"WBEM_FLAG_CONNECT_PROVIDERS","features":[209]},{"name":"WBEM_FLAG_CONNECT_REPOSITORY_ONLY","features":[209]},{"name":"WBEM_FLAG_CONNECT_USE_MAX_WAIT","features":[209]},{"name":"WBEM_FLAG_CONSOLE_PRINT","features":[209]},{"name":"WBEM_FLAG_CREATE_ONLY","features":[209]},{"name":"WBEM_FLAG_CREATE_OR_UPDATE","features":[209]},{"name":"WBEM_FLAG_DEEP","features":[209]},{"name":"WBEM_FLAG_DIRECT_READ","features":[209]},{"name":"WBEM_FLAG_DONT_ADD_TO_LIST","features":[209]},{"name":"WBEM_FLAG_DONT_SEND_STATUS","features":[209]},{"name":"WBEM_FLAG_ENSURE_LOCATABLE","features":[209]},{"name":"WBEM_FLAG_EXCLUDE_OBJECT_QUALIFIERS","features":[209]},{"name":"WBEM_FLAG_EXCLUDE_PROPERTY_QUALIFIERS","features":[209]},{"name":"WBEM_FLAG_FORWARD_ONLY","features":[209]},{"name":"WBEM_FLAG_IGNORE_CASE","features":[209]},{"name":"WBEM_FLAG_IGNORE_CLASS","features":[209]},{"name":"WBEM_FLAG_IGNORE_DEFAULT_VALUES","features":[209]},{"name":"WBEM_FLAG_IGNORE_FLAVOR","features":[209]},{"name":"WBEM_FLAG_IGNORE_OBJECT_SOURCE","features":[209]},{"name":"WBEM_FLAG_IGNORE_QUALIFIERS","features":[209]},{"name":"WBEM_FLAG_INPROC_LOGIN","features":[209]},{"name":"WBEM_FLAG_KEYS_ONLY","features":[209]},{"name":"WBEM_FLAG_LOCAL_LOGIN","features":[209]},{"name":"WBEM_FLAG_LOCAL_ONLY","features":[209]},{"name":"WBEM_FLAG_LONG_NAME","features":[209]},{"name":"WBEM_FLAG_MUST_BATCH","features":[209]},{"name":"WBEM_FLAG_MUST_NOT_BATCH","features":[209]},{"name":"WBEM_FLAG_NONSYSTEM_ONLY","features":[209]},{"name":"WBEM_FLAG_NO_ERROR_OBJECT","features":[209]},{"name":"WBEM_FLAG_NO_FLAVORS","features":[209]},{"name":"WBEM_FLAG_ONLY_IF_FALSE","features":[209]},{"name":"WBEM_FLAG_ONLY_IF_IDENTICAL","features":[209]},{"name":"WBEM_FLAG_ONLY_IF_TRUE","features":[209]},{"name":"WBEM_FLAG_OWNER_UPDATE","features":[209]},{"name":"WBEM_FLAG_PROPAGATED_ONLY","features":[209]},{"name":"WBEM_FLAG_PROTOTYPE","features":[209]},{"name":"WBEM_FLAG_REFRESH_AUTO_RECONNECT","features":[209]},{"name":"WBEM_FLAG_REFRESH_NO_AUTO_RECONNECT","features":[209]},{"name":"WBEM_FLAG_REFS_ONLY","features":[209]},{"name":"WBEM_FLAG_REMOTE_LOGIN","features":[209]},{"name":"WBEM_FLAG_RETURN_ERROR_OBJECT","features":[209]},{"name":"WBEM_FLAG_RETURN_IMMEDIATELY","features":[209]},{"name":"WBEM_FLAG_RETURN_WBEM_COMPLETE","features":[209]},{"name":"WBEM_FLAG_SEND_ONLY_SELECTED","features":[209]},{"name":"WBEM_FLAG_SEND_STATUS","features":[209]},{"name":"WBEM_FLAG_SHALLOW","features":[209]},{"name":"WBEM_FLAG_SHORT_NAME","features":[209]},{"name":"WBEM_FLAG_SPLIT_FILES","features":[209]},{"name":"WBEM_FLAG_STORE_FILE","features":[209]},{"name":"WBEM_FLAG_STRONG_VALIDATION","features":[209]},{"name":"WBEM_FLAG_SYSTEM_ONLY","features":[209]},{"name":"WBEM_FLAG_UNSECAPP_CHECK_ACCESS","features":[209]},{"name":"WBEM_FLAG_UNSECAPP_DEFAULT_CHECK_ACCESS","features":[209]},{"name":"WBEM_FLAG_UNSECAPP_DONT_CHECK_ACCESS","features":[209]},{"name":"WBEM_FLAG_UPDATE_COMPATIBLE","features":[209]},{"name":"WBEM_FLAG_UPDATE_FORCE_MODE","features":[209]},{"name":"WBEM_FLAG_UPDATE_ONLY","features":[209]},{"name":"WBEM_FLAG_UPDATE_SAFE_MODE","features":[209]},{"name":"WBEM_FLAG_USE_AMENDED_QUALIFIERS","features":[209]},{"name":"WBEM_FLAG_USE_MULTIPLE_CHALLENGES","features":[209]},{"name":"WBEM_FLAG_WMI_CHECK","features":[209]},{"name":"WBEM_FLAVOR_AMENDED","features":[209]},{"name":"WBEM_FLAVOR_DONT_PROPAGATE","features":[209]},{"name":"WBEM_FLAVOR_FLAG_PROPAGATE_TO_DERIVED_CLASS","features":[209]},{"name":"WBEM_FLAVOR_FLAG_PROPAGATE_TO_INSTANCE","features":[209]},{"name":"WBEM_FLAVOR_MASK_AMENDED","features":[209]},{"name":"WBEM_FLAVOR_MASK_ORIGIN","features":[209]},{"name":"WBEM_FLAVOR_MASK_PERMISSIONS","features":[209]},{"name":"WBEM_FLAVOR_MASK_PROPAGATION","features":[209]},{"name":"WBEM_FLAVOR_NOT_AMENDED","features":[209]},{"name":"WBEM_FLAVOR_NOT_OVERRIDABLE","features":[209]},{"name":"WBEM_FLAVOR_ORIGIN_LOCAL","features":[209]},{"name":"WBEM_FLAVOR_ORIGIN_PROPAGATED","features":[209]},{"name":"WBEM_FLAVOR_ORIGIN_SYSTEM","features":[209]},{"name":"WBEM_FLAVOR_OVERRIDABLE","features":[209]},{"name":"WBEM_FLAVOR_TYPE","features":[209]},{"name":"WBEM_FULL_WRITE_REP","features":[209]},{"name":"WBEM_GENERIC_FLAG_TYPE","features":[209]},{"name":"WBEM_GENUS_CLASS","features":[209]},{"name":"WBEM_GENUS_INSTANCE","features":[209]},{"name":"WBEM_GENUS_TYPE","features":[209]},{"name":"WBEM_GET_KEY_FLAGS","features":[209]},{"name":"WBEM_GET_TEXT_FLAGS","features":[209]},{"name":"WBEM_INFINITE","features":[209]},{"name":"WBEM_INFORMATION_FLAG_TYPE","features":[209]},{"name":"WBEM_LIMITATION_FLAG_TYPE","features":[209]},{"name":"WBEM_LIMITS","features":[209]},{"name":"WBEM_LOCKING_FLAG_TYPE","features":[209]},{"name":"WBEM_LOGIN_TYPE","features":[209]},{"name":"WBEM_MASK_CLASS_CONDITION","features":[209]},{"name":"WBEM_MASK_CONDITION_ORIGIN","features":[209]},{"name":"WBEM_MASK_PRIMARY_CONDITION","features":[209]},{"name":"WBEM_MASK_RESERVED_FLAGS","features":[209]},{"name":"WBEM_MASK_UPDATE_MODE","features":[209]},{"name":"WBEM_MAX_IDENTIFIER","features":[209]},{"name":"WBEM_MAX_OBJECT_NESTING","features":[209]},{"name":"WBEM_MAX_PATH","features":[209]},{"name":"WBEM_MAX_QUERY","features":[209]},{"name":"WBEM_MAX_USER_PROPERTIES","features":[209]},{"name":"WBEM_METHOD_EXECUTE","features":[209]},{"name":"WBEM_NO_ERROR","features":[209]},{"name":"WBEM_NO_WAIT","features":[209]},{"name":"WBEM_PARTIAL_WRITE_REP","features":[209]},{"name":"WBEM_PATH_CREATE_FLAG","features":[209]},{"name":"WBEM_PATH_STATUS_FLAG","features":[209]},{"name":"WBEM_PROVIDER_FLAGS","features":[209]},{"name":"WBEM_PROVIDER_REQUIREMENTS_TYPE","features":[209]},{"name":"WBEM_QUERY_FLAG_TYPE","features":[209]},{"name":"WBEM_REFRESHER_FLAGS","features":[209]},{"name":"WBEM_REMOTE_ACCESS","features":[209]},{"name":"WBEM_REQUIREMENTS_RECHECK_SUBSCRIPTIONS","features":[209]},{"name":"WBEM_REQUIREMENTS_START_POSTFILTER","features":[209]},{"name":"WBEM_REQUIREMENTS_STOP_POSTFILTER","features":[209]},{"name":"WBEM_RETURN_IMMEDIATELY","features":[209]},{"name":"WBEM_RETURN_WHEN_COMPLETE","features":[209]},{"name":"WBEM_RIGHT_PUBLISH","features":[209]},{"name":"WBEM_RIGHT_SUBSCRIBE","features":[209]},{"name":"WBEM_SECURITY_FLAGS","features":[209]},{"name":"WBEM_SHUTDOWN_FLAGS","features":[209]},{"name":"WBEM_SHUTDOWN_OS","features":[209]},{"name":"WBEM_SHUTDOWN_UNLOAD_COMPONENT","features":[209]},{"name":"WBEM_SHUTDOWN_WMI","features":[209]},{"name":"WBEM_STATUS_COMPLETE","features":[209]},{"name":"WBEM_STATUS_LOGGING_INFORMATION","features":[209]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_ESS","features":[209]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_HOST","features":[209]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_PROVIDER","features":[209]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_REPOSITORY","features":[209]},{"name":"WBEM_STATUS_PROGRESS","features":[209]},{"name":"WBEM_STATUS_REQUIREMENTS","features":[209]},{"name":"WBEM_STATUS_TYPE","features":[209]},{"name":"WBEM_S_ACCESS_DENIED","features":[209]},{"name":"WBEM_S_ALREADY_EXISTS","features":[209]},{"name":"WBEM_S_DIFFERENT","features":[209]},{"name":"WBEM_S_DUPLICATE_OBJECTS","features":[209]},{"name":"WBEM_S_FALSE","features":[209]},{"name":"WBEM_S_INDIRECTLY_UPDATED","features":[209]},{"name":"WBEM_S_INITIALIZED","features":[209]},{"name":"WBEM_S_LIMITED_SERVICE","features":[209]},{"name":"WBEM_S_NO_ERROR","features":[209]},{"name":"WBEM_S_NO_MORE_DATA","features":[209]},{"name":"WBEM_S_OPERATION_CANCELLED","features":[209]},{"name":"WBEM_S_PARTIAL_RESULTS","features":[209]},{"name":"WBEM_S_PENDING","features":[209]},{"name":"WBEM_S_RESET_TO_DEFAULT","features":[209]},{"name":"WBEM_S_SAME","features":[209]},{"name":"WBEM_S_SOURCE_NOT_AVAILABLE","features":[209]},{"name":"WBEM_S_SUBJECT_TO_SDS","features":[209]},{"name":"WBEM_S_TIMEDOUT","features":[209]},{"name":"WBEM_TEXT_FLAG_TYPE","features":[209]},{"name":"WBEM_UNSECAPP_FLAG_TYPE","features":[209]},{"name":"WBEM_WRITE_PROVIDER","features":[209]},{"name":"WMIExtension","features":[209]},{"name":"WMIQ_ANALYSIS_ASSOC_QUERY","features":[209]},{"name":"WMIQ_ANALYSIS_PROP_ANALYSIS_MATRIX","features":[209]},{"name":"WMIQ_ANALYSIS_QUERY_TEXT","features":[209]},{"name":"WMIQ_ANALYSIS_RESERVED","features":[209]},{"name":"WMIQ_ANALYSIS_RPN_SEQUENCE","features":[209]},{"name":"WMIQ_ANALYSIS_TYPE","features":[209]},{"name":"WMIQ_ASSOCQ_ASSOCCLASS","features":[209]},{"name":"WMIQ_ASSOCQ_ASSOCIATORS","features":[209]},{"name":"WMIQ_ASSOCQ_CLASSDEFSONLY","features":[209]},{"name":"WMIQ_ASSOCQ_CLASSREFSONLY","features":[209]},{"name":"WMIQ_ASSOCQ_FLAGS","features":[209]},{"name":"WMIQ_ASSOCQ_KEYSONLY","features":[209]},{"name":"WMIQ_ASSOCQ_REFERENCES","features":[209]},{"name":"WMIQ_ASSOCQ_REQUIREDASSOCQUALIFIER","features":[209]},{"name":"WMIQ_ASSOCQ_REQUIREDQUALIFIER","features":[209]},{"name":"WMIQ_ASSOCQ_RESULTCLASS","features":[209]},{"name":"WMIQ_ASSOCQ_RESULTROLE","features":[209]},{"name":"WMIQ_ASSOCQ_ROLE","features":[209]},{"name":"WMIQ_ASSOCQ_SCHEMAONLY","features":[209]},{"name":"WMIQ_LANGUAGE_FEATURES","features":[209]},{"name":"WMIQ_LF10_COMPEX_SUBEXPRESSIONS","features":[209]},{"name":"WMIQ_LF11_ALIASING","features":[209]},{"name":"WMIQ_LF12_GROUP_BY_HAVING","features":[209]},{"name":"WMIQ_LF13_WMI_WITHIN","features":[209]},{"name":"WMIQ_LF14_SQL_WRITE_OPERATIONS","features":[209]},{"name":"WMIQ_LF15_GO","features":[209]},{"name":"WMIQ_LF16_SINGLE_LEVEL_TRANSACTIONS","features":[209]},{"name":"WMIQ_LF17_QUALIFIED_NAMES","features":[209]},{"name":"WMIQ_LF18_ASSOCIATONS","features":[209]},{"name":"WMIQ_LF19_SYSTEM_PROPERTIES","features":[209]},{"name":"WMIQ_LF1_BASIC_SELECT","features":[209]},{"name":"WMIQ_LF20_EXTENDED_SYSTEM_PROPERTIES","features":[209]},{"name":"WMIQ_LF21_SQL89_JOINS","features":[209]},{"name":"WMIQ_LF22_SQL92_JOINS","features":[209]},{"name":"WMIQ_LF23_SUBSELECTS","features":[209]},{"name":"WMIQ_LF24_UMI_EXTENSIONS","features":[209]},{"name":"WMIQ_LF25_DATEPART","features":[209]},{"name":"WMIQ_LF26_LIKE","features":[209]},{"name":"WMIQ_LF27_CIM_TEMPORAL_CONSTRUCTS","features":[209]},{"name":"WMIQ_LF28_STANDARD_AGGREGATES","features":[209]},{"name":"WMIQ_LF29_MULTI_LEVEL_ORDER_BY","features":[209]},{"name":"WMIQ_LF2_CLASS_NAME_IN_QUERY","features":[209]},{"name":"WMIQ_LF30_WMI_PRAGMAS","features":[209]},{"name":"WMIQ_LF31_QUALIFIER_TESTS","features":[209]},{"name":"WMIQ_LF32_SP_EXECUTE","features":[209]},{"name":"WMIQ_LF33_ARRAY_ACCESS","features":[209]},{"name":"WMIQ_LF34_UNION","features":[209]},{"name":"WMIQ_LF35_COMPLEX_SELECT_TARGET","features":[209]},{"name":"WMIQ_LF36_REFERENCE_TESTS","features":[209]},{"name":"WMIQ_LF37_SELECT_INTO","features":[209]},{"name":"WMIQ_LF38_BASIC_DATETIME_TESTS","features":[209]},{"name":"WMIQ_LF39_COUNT_COLUMN","features":[209]},{"name":"WMIQ_LF3_STRING_CASE_FUNCTIONS","features":[209]},{"name":"WMIQ_LF40_BETWEEN","features":[209]},{"name":"WMIQ_LF4_PROP_TO_PROP_TESTS","features":[209]},{"name":"WMIQ_LF5_COUNT_STAR","features":[209]},{"name":"WMIQ_LF6_ORDER_BY","features":[209]},{"name":"WMIQ_LF7_DISTINCT","features":[209]},{"name":"WMIQ_LF8_ISA","features":[209]},{"name":"WMIQ_LF9_THIS","features":[209]},{"name":"WMIQ_LF_LAST","features":[209]},{"name":"WMIQ_RPNF_ARRAY_ACCESS_USED","features":[209]},{"name":"WMIQ_RPNF_COUNT_STAR","features":[209]},{"name":"WMIQ_RPNF_EQUALITY_TESTS_ONLY","features":[209]},{"name":"WMIQ_RPNF_FEATURE","features":[209]},{"name":"WMIQ_RPNF_FEATURE_SELECT_STAR","features":[209]},{"name":"WMIQ_RPNF_GROUP_BY_HAVING","features":[209]},{"name":"WMIQ_RPNF_ISA_USED","features":[209]},{"name":"WMIQ_RPNF_ORDER_BY","features":[209]},{"name":"WMIQ_RPNF_PROJECTION","features":[209]},{"name":"WMIQ_RPNF_PROP_TO_PROP_TESTS","features":[209]},{"name":"WMIQ_RPNF_QUALIFIED_NAMES_USED","features":[209]},{"name":"WMIQ_RPNF_QUERY_IS_CONJUNCTIVE","features":[209]},{"name":"WMIQ_RPNF_QUERY_IS_DISJUNCTIVE","features":[209]},{"name":"WMIQ_RPNF_SYSPROP_CLASS_USED","features":[209]},{"name":"WMIQ_RPNF_WHERE_CLAUSE_PRESENT","features":[209]},{"name":"WMIQ_RPN_CONST","features":[209]},{"name":"WMIQ_RPN_CONST2","features":[209]},{"name":"WMIQ_RPN_FROM_CLASS_LIST","features":[209]},{"name":"WMIQ_RPN_FROM_MULTIPLE","features":[209]},{"name":"WMIQ_RPN_FROM_PATH","features":[209]},{"name":"WMIQ_RPN_FROM_UNARY","features":[209]},{"name":"WMIQ_RPN_GET_EXPR_SHAPE","features":[209]},{"name":"WMIQ_RPN_GET_LEFT_FUNCTION","features":[209]},{"name":"WMIQ_RPN_GET_RELOP","features":[209]},{"name":"WMIQ_RPN_GET_RIGHT_FUNCTION","features":[209]},{"name":"WMIQ_RPN_GET_TOKEN_TYPE","features":[209]},{"name":"WMIQ_RPN_LEFT_FUNCTION","features":[209]},{"name":"WMIQ_RPN_LEFT_PROPERTY_NAME","features":[209]},{"name":"WMIQ_RPN_NEXT_TOKEN","features":[209]},{"name":"WMIQ_RPN_OP_EQ","features":[209]},{"name":"WMIQ_RPN_OP_GE","features":[209]},{"name":"WMIQ_RPN_OP_GT","features":[209]},{"name":"WMIQ_RPN_OP_ISA","features":[209]},{"name":"WMIQ_RPN_OP_ISNOTA","features":[209]},{"name":"WMIQ_RPN_OP_ISNOTNULL","features":[209]},{"name":"WMIQ_RPN_OP_ISNULL","features":[209]},{"name":"WMIQ_RPN_OP_LE","features":[209]},{"name":"WMIQ_RPN_OP_LIKE","features":[209]},{"name":"WMIQ_RPN_OP_LT","features":[209]},{"name":"WMIQ_RPN_OP_NE","features":[209]},{"name":"WMIQ_RPN_OP_UNDEFINED","features":[209]},{"name":"WMIQ_RPN_RELOP","features":[209]},{"name":"WMIQ_RPN_RIGHT_FUNCTION","features":[209]},{"name":"WMIQ_RPN_RIGHT_PROPERTY_NAME","features":[209]},{"name":"WMIQ_RPN_TOKEN_AND","features":[209]},{"name":"WMIQ_RPN_TOKEN_EXPRESSION","features":[209]},{"name":"WMIQ_RPN_TOKEN_FLAGS","features":[209]},{"name":"WMIQ_RPN_TOKEN_NOT","features":[209]},{"name":"WMIQ_RPN_TOKEN_OR","features":[209]},{"name":"WMI_OBJ_TEXT","features":[209]},{"name":"WMI_OBJ_TEXT_CIM_DTD_2_0","features":[209]},{"name":"WMI_OBJ_TEXT_LAST","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_DTD_2_0","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_EXT1","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_EXT10","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_EXT2","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_EXT3","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_EXT4","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_EXT5","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_EXT6","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_EXT7","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_EXT8","features":[209]},{"name":"WMI_OBJ_TEXT_WMI_EXT9","features":[209]},{"name":"WbemAdministrativeLocator","features":[209]},{"name":"WbemAuthenticatedLocator","features":[209]},{"name":"WbemAuthenticationLevelEnum","features":[209]},{"name":"WbemBackupRestore","features":[209]},{"name":"WbemChangeFlagEnum","features":[209]},{"name":"WbemCimtypeEnum","features":[209]},{"name":"WbemClassObject","features":[209]},{"name":"WbemComparisonFlagEnum","features":[209]},{"name":"WbemConnectOptionsEnum","features":[209]},{"name":"WbemContext","features":[209]},{"name":"WbemDCOMTransport","features":[209]},{"name":"WbemDecoupledBasicEventProvider","features":[209]},{"name":"WbemDecoupledRegistrar","features":[209]},{"name":"WbemDefPath","features":[209]},{"name":"WbemErrorEnum","features":[209]},{"name":"WbemFlagEnum","features":[209]},{"name":"WbemImpersonationLevelEnum","features":[209]},{"name":"WbemLevel1Login","features":[209]},{"name":"WbemLocalAddrRes","features":[209]},{"name":"WbemLocator","features":[209]},{"name":"WbemObjectTextFormatEnum","features":[209]},{"name":"WbemObjectTextSrc","features":[209]},{"name":"WbemPrivilegeEnum","features":[209]},{"name":"WbemQuery","features":[209]},{"name":"WbemQueryFlagEnum","features":[209]},{"name":"WbemRefresher","features":[209]},{"name":"WbemStatusCodeText","features":[209]},{"name":"WbemTextFlagEnum","features":[209]},{"name":"WbemTimeout","features":[209]},{"name":"WbemUnauthenticatedLocator","features":[209]},{"name":"WbemUninitializedClassObject","features":[209]},{"name":"wbemAuthenticationLevelCall","features":[209]},{"name":"wbemAuthenticationLevelConnect","features":[209]},{"name":"wbemAuthenticationLevelDefault","features":[209]},{"name":"wbemAuthenticationLevelNone","features":[209]},{"name":"wbemAuthenticationLevelPkt","features":[209]},{"name":"wbemAuthenticationLevelPktIntegrity","features":[209]},{"name":"wbemAuthenticationLevelPktPrivacy","features":[209]},{"name":"wbemChangeFlagAdvisory","features":[209]},{"name":"wbemChangeFlagCreateOnly","features":[209]},{"name":"wbemChangeFlagCreateOrUpdate","features":[209]},{"name":"wbemChangeFlagStrongValidation","features":[209]},{"name":"wbemChangeFlagUpdateCompatible","features":[209]},{"name":"wbemChangeFlagUpdateForceMode","features":[209]},{"name":"wbemChangeFlagUpdateOnly","features":[209]},{"name":"wbemChangeFlagUpdateSafeMode","features":[209]},{"name":"wbemCimtypeBoolean","features":[209]},{"name":"wbemCimtypeChar16","features":[209]},{"name":"wbemCimtypeDatetime","features":[209]},{"name":"wbemCimtypeObject","features":[209]},{"name":"wbemCimtypeReal32","features":[209]},{"name":"wbemCimtypeReal64","features":[209]},{"name":"wbemCimtypeReference","features":[209]},{"name":"wbemCimtypeSint16","features":[209]},{"name":"wbemCimtypeSint32","features":[209]},{"name":"wbemCimtypeSint64","features":[209]},{"name":"wbemCimtypeSint8","features":[209]},{"name":"wbemCimtypeString","features":[209]},{"name":"wbemCimtypeUint16","features":[209]},{"name":"wbemCimtypeUint32","features":[209]},{"name":"wbemCimtypeUint64","features":[209]},{"name":"wbemCimtypeUint8","features":[209]},{"name":"wbemComparisonFlagIgnoreCase","features":[209]},{"name":"wbemComparisonFlagIgnoreClass","features":[209]},{"name":"wbemComparisonFlagIgnoreDefaultValues","features":[209]},{"name":"wbemComparisonFlagIgnoreFlavor","features":[209]},{"name":"wbemComparisonFlagIgnoreObjectSource","features":[209]},{"name":"wbemComparisonFlagIgnoreQualifiers","features":[209]},{"name":"wbemComparisonFlagIncludeAll","features":[209]},{"name":"wbemConnectFlagUseMaxWait","features":[209]},{"name":"wbemErrAccessDenied","features":[209]},{"name":"wbemErrAggregatingByObject","features":[209]},{"name":"wbemErrAlreadyExists","features":[209]},{"name":"wbemErrAmbiguousOperation","features":[209]},{"name":"wbemErrAmendedObject","features":[209]},{"name":"wbemErrBackupRestoreWinmgmtRunning","features":[209]},{"name":"wbemErrBufferTooSmall","features":[209]},{"name":"wbemErrCallCancelled","features":[209]},{"name":"wbemErrCannotBeAbstract","features":[209]},{"name":"wbemErrCannotBeKey","features":[209]},{"name":"wbemErrCannotBeSingleton","features":[209]},{"name":"wbemErrCannotChangeIndexInheritance","features":[209]},{"name":"wbemErrCannotChangeKeyInheritance","features":[209]},{"name":"wbemErrCircularReference","features":[209]},{"name":"wbemErrClassHasChildren","features":[209]},{"name":"wbemErrClassHasInstances","features":[209]},{"name":"wbemErrClassNameTooWide","features":[209]},{"name":"wbemErrClientTooSlow","features":[209]},{"name":"wbemErrConnectionFailed","features":[209]},{"name":"wbemErrCriticalError","features":[209]},{"name":"wbemErrDatabaseVerMismatch","features":[209]},{"name":"wbemErrEncryptedConnectionRequired","features":[209]},{"name":"wbemErrFailed","features":[209]},{"name":"wbemErrFatalTransportError","features":[209]},{"name":"wbemErrForcedRollback","features":[209]},{"name":"wbemErrHandleOutOfDate","features":[209]},{"name":"wbemErrIllegalNull","features":[209]},{"name":"wbemErrIllegalOperation","features":[209]},{"name":"wbemErrIncompleteClass","features":[209]},{"name":"wbemErrInitializationFailure","features":[209]},{"name":"wbemErrInvalidAssociation","features":[209]},{"name":"wbemErrInvalidCimType","features":[209]},{"name":"wbemErrInvalidClass","features":[209]},{"name":"wbemErrInvalidContext","features":[209]},{"name":"wbemErrInvalidDuplicateParameter","features":[209]},{"name":"wbemErrInvalidFlavor","features":[209]},{"name":"wbemErrInvalidHandleRequest","features":[209]},{"name":"wbemErrInvalidLocale","features":[209]},{"name":"wbemErrInvalidMethod","features":[209]},{"name":"wbemErrInvalidMethodParameters","features":[209]},{"name":"wbemErrInvalidNamespace","features":[209]},{"name":"wbemErrInvalidObject","features":[209]},{"name":"wbemErrInvalidObjectPath","features":[209]},{"name":"wbemErrInvalidOperation","features":[209]},{"name":"wbemErrInvalidOperator","features":[209]},{"name":"wbemErrInvalidParameter","features":[209]},{"name":"wbemErrInvalidParameterId","features":[209]},{"name":"wbemErrInvalidProperty","features":[209]},{"name":"wbemErrInvalidPropertyType","features":[209]},{"name":"wbemErrInvalidProviderRegistration","features":[209]},{"name":"wbemErrInvalidQualifier","features":[209]},{"name":"wbemErrInvalidQualifierType","features":[209]},{"name":"wbemErrInvalidQuery","features":[209]},{"name":"wbemErrInvalidQueryType","features":[209]},{"name":"wbemErrInvalidStream","features":[209]},{"name":"wbemErrInvalidSuperclass","features":[209]},{"name":"wbemErrInvalidSyntax","features":[209]},{"name":"wbemErrLocalCredentials","features":[209]},{"name":"wbemErrMarshalInvalidSignature","features":[209]},{"name":"wbemErrMarshalVersionMismatch","features":[209]},{"name":"wbemErrMethodDisabled","features":[209]},{"name":"wbemErrMethodNameTooWide","features":[209]},{"name":"wbemErrMethodNotImplemented","features":[209]},{"name":"wbemErrMissingAggregationList","features":[209]},{"name":"wbemErrMissingGroupWithin","features":[209]},{"name":"wbemErrMissingParameter","features":[209]},{"name":"wbemErrNoSchema","features":[209]},{"name":"wbemErrNonConsecutiveParameterIds","features":[209]},{"name":"wbemErrNondecoratedObject","features":[209]},{"name":"wbemErrNotAvailable","features":[209]},{"name":"wbemErrNotEventClass","features":[209]},{"name":"wbemErrNotFound","features":[209]},{"name":"wbemErrNotSupported","features":[209]},{"name":"wbemErrNullSecurityDescriptor","features":[209]},{"name":"wbemErrOutOfDiskSpace","features":[209]},{"name":"wbemErrOutOfMemory","features":[209]},{"name":"wbemErrOverrideNotAllowed","features":[209]},{"name":"wbemErrParameterIdOnRetval","features":[209]},{"name":"wbemErrPrivilegeNotHeld","features":[209]},{"name":"wbemErrPropagatedMethod","features":[209]},{"name":"wbemErrPropagatedProperty","features":[209]},{"name":"wbemErrPropagatedQualifier","features":[209]},{"name":"wbemErrPropertyNameTooWide","features":[209]},{"name":"wbemErrPropertyNotAnObject","features":[209]},{"name":"wbemErrProviderAlreadyRegistered","features":[209]},{"name":"wbemErrProviderFailure","features":[209]},{"name":"wbemErrProviderLoadFailure","features":[209]},{"name":"wbemErrProviderNotCapable","features":[209]},{"name":"wbemErrProviderNotFound","features":[209]},{"name":"wbemErrProviderNotRegistered","features":[209]},{"name":"wbemErrProviderSuspended","features":[209]},{"name":"wbemErrQualifierNameTooWide","features":[209]},{"name":"wbemErrQueryNotImplemented","features":[209]},{"name":"wbemErrQueueOverflow","features":[209]},{"name":"wbemErrQuotaViolation","features":[209]},{"name":"wbemErrReadOnly","features":[209]},{"name":"wbemErrRefresherBusy","features":[209]},{"name":"wbemErrRegistrationTooBroad","features":[209]},{"name":"wbemErrRegistrationTooPrecise","features":[209]},{"name":"wbemErrRerunCommand","features":[209]},{"name":"wbemErrResetToDefault","features":[209]},{"name":"wbemErrServerTooBusy","features":[209]},{"name":"wbemErrShuttingDown","features":[209]},{"name":"wbemErrSynchronizationRequired","features":[209]},{"name":"wbemErrSystemProperty","features":[209]},{"name":"wbemErrTimedout","features":[209]},{"name":"wbemErrTimeout","features":[209]},{"name":"wbemErrTooManyProperties","features":[209]},{"name":"wbemErrTooMuchData","features":[209]},{"name":"wbemErrTransactionConflict","features":[209]},{"name":"wbemErrTransportFailure","features":[209]},{"name":"wbemErrTypeMismatch","features":[209]},{"name":"wbemErrUnexpected","features":[209]},{"name":"wbemErrUninterpretableProviderQuery","features":[209]},{"name":"wbemErrUnknownObjectType","features":[209]},{"name":"wbemErrUnknownPacketType","features":[209]},{"name":"wbemErrUnparsableQuery","features":[209]},{"name":"wbemErrUnsupportedClassUpdate","features":[209]},{"name":"wbemErrUnsupportedLocale","features":[209]},{"name":"wbemErrUnsupportedParameter","features":[209]},{"name":"wbemErrUnsupportedPutExtension","features":[209]},{"name":"wbemErrUpdateOverrideNotAllowed","features":[209]},{"name":"wbemErrUpdatePropagatedMethod","features":[209]},{"name":"wbemErrUpdateTypeMismatch","features":[209]},{"name":"wbemErrValueOutOfRange","features":[209]},{"name":"wbemErrVetoDelete","features":[209]},{"name":"wbemErrVetoPut","features":[209]},{"name":"wbemFlagBidirectional","features":[209]},{"name":"wbemFlagDirectRead","features":[209]},{"name":"wbemFlagDontSendStatus","features":[209]},{"name":"wbemFlagEnsureLocatable","features":[209]},{"name":"wbemFlagForwardOnly","features":[209]},{"name":"wbemFlagGetDefault","features":[209]},{"name":"wbemFlagNoErrorObject","features":[209]},{"name":"wbemFlagReturnErrorObject","features":[209]},{"name":"wbemFlagReturnImmediately","features":[209]},{"name":"wbemFlagReturnWhenComplete","features":[209]},{"name":"wbemFlagSendOnlySelected","features":[209]},{"name":"wbemFlagSendStatus","features":[209]},{"name":"wbemFlagSpawnInstance","features":[209]},{"name":"wbemFlagUseAmendedQualifiers","features":[209]},{"name":"wbemFlagUseCurrentTime","features":[209]},{"name":"wbemImpersonationLevelAnonymous","features":[209]},{"name":"wbemImpersonationLevelDelegate","features":[209]},{"name":"wbemImpersonationLevelIdentify","features":[209]},{"name":"wbemImpersonationLevelImpersonate","features":[209]},{"name":"wbemNoErr","features":[209]},{"name":"wbemObjectTextFormatCIMDTD20","features":[209]},{"name":"wbemObjectTextFormatWMIDTD20","features":[209]},{"name":"wbemPrivilegeAudit","features":[209]},{"name":"wbemPrivilegeBackup","features":[209]},{"name":"wbemPrivilegeChangeNotify","features":[209]},{"name":"wbemPrivilegeCreatePagefile","features":[209]},{"name":"wbemPrivilegeCreatePermanent","features":[209]},{"name":"wbemPrivilegeCreateToken","features":[209]},{"name":"wbemPrivilegeDebug","features":[209]},{"name":"wbemPrivilegeEnableDelegation","features":[209]},{"name":"wbemPrivilegeIncreaseBasePriority","features":[209]},{"name":"wbemPrivilegeIncreaseQuota","features":[209]},{"name":"wbemPrivilegeLoadDriver","features":[209]},{"name":"wbemPrivilegeLockMemory","features":[209]},{"name":"wbemPrivilegeMachineAccount","features":[209]},{"name":"wbemPrivilegeManageVolume","features":[209]},{"name":"wbemPrivilegePrimaryToken","features":[209]},{"name":"wbemPrivilegeProfileSingleProcess","features":[209]},{"name":"wbemPrivilegeRemoteShutdown","features":[209]},{"name":"wbemPrivilegeRestore","features":[209]},{"name":"wbemPrivilegeSecurity","features":[209]},{"name":"wbemPrivilegeShutdown","features":[209]},{"name":"wbemPrivilegeSyncAgent","features":[209]},{"name":"wbemPrivilegeSystemEnvironment","features":[209]},{"name":"wbemPrivilegeSystemProfile","features":[209]},{"name":"wbemPrivilegeSystemtime","features":[209]},{"name":"wbemPrivilegeTakeOwnership","features":[209]},{"name":"wbemPrivilegeTcb","features":[209]},{"name":"wbemPrivilegeUndock","features":[209]},{"name":"wbemQueryFlagDeep","features":[209]},{"name":"wbemQueryFlagPrototype","features":[209]},{"name":"wbemQueryFlagShallow","features":[209]},{"name":"wbemTextFlagNoFlavors","features":[209]},{"name":"wbemTimeoutInfinite","features":[209]}],"650":[{"name":"ACCESSTIMEOUT","features":[210]},{"name":"ACC_UTILITY_STATE_FLAGS","features":[210]},{"name":"ANNO_CONTAINER","features":[210]},{"name":"ANNO_THIS","features":[210]},{"name":"ANRUS_ON_SCREEN_KEYBOARD_ACTIVE","features":[210]},{"name":"ANRUS_PRIORITY_AUDIO_ACTIVE","features":[210]},{"name":"ANRUS_PRIORITY_AUDIO_ACTIVE_NODUCK","features":[210]},{"name":"ANRUS_PRIORITY_AUDIO_DYNAMIC_DUCK","features":[210]},{"name":"ANRUS_TOUCH_MODIFICATION_ACTIVE","features":[210]},{"name":"AccNotifyTouchInteraction","features":[3,210]},{"name":"AccSetRunningUtilityState","features":[3,210]},{"name":"AcceleratorKey_Property_GUID","features":[210]},{"name":"AccessKey_Property_GUID","features":[210]},{"name":"AccessibleChildren","features":[3,43,44,210]},{"name":"AccessibleObjectFromEvent","features":[3,43,44,210]},{"name":"AccessibleObjectFromPoint","features":[3,43,44,210]},{"name":"AccessibleObjectFromWindow","features":[3,210]},{"name":"ActiveEnd","features":[210]},{"name":"ActiveEnd_End","features":[210]},{"name":"ActiveEnd_None","features":[210]},{"name":"ActiveEnd_Start","features":[210]},{"name":"ActiveTextPositionChanged_Event_GUID","features":[210]},{"name":"AnimationStyle","features":[210]},{"name":"AnimationStyle_BlinkingBackground","features":[210]},{"name":"AnimationStyle_LasVegasLights","features":[210]},{"name":"AnimationStyle_MarchingBlackAnts","features":[210]},{"name":"AnimationStyle_MarchingRedAnts","features":[210]},{"name":"AnimationStyle_None","features":[210]},{"name":"AnimationStyle_Other","features":[210]},{"name":"AnimationStyle_Shimmer","features":[210]},{"name":"AnimationStyle_SparkleText","features":[210]},{"name":"AnnoScope","features":[210]},{"name":"AnnotationObjects_Property_GUID","features":[210]},{"name":"AnnotationType_AdvancedProofingIssue","features":[210]},{"name":"AnnotationType_Author","features":[210]},{"name":"AnnotationType_CircularReferenceError","features":[210]},{"name":"AnnotationType_Comment","features":[210]},{"name":"AnnotationType_ConflictingChange","features":[210]},{"name":"AnnotationType_DataValidationError","features":[210]},{"name":"AnnotationType_DeletionChange","features":[210]},{"name":"AnnotationType_EditingLockedChange","features":[210]},{"name":"AnnotationType_Endnote","features":[210]},{"name":"AnnotationType_ExternalChange","features":[210]},{"name":"AnnotationType_Footer","features":[210]},{"name":"AnnotationType_Footnote","features":[210]},{"name":"AnnotationType_FormatChange","features":[210]},{"name":"AnnotationType_FormulaError","features":[210]},{"name":"AnnotationType_GrammarError","features":[210]},{"name":"AnnotationType_Header","features":[210]},{"name":"AnnotationType_Highlighted","features":[210]},{"name":"AnnotationType_InsertionChange","features":[210]},{"name":"AnnotationType_Mathematics","features":[210]},{"name":"AnnotationType_MoveChange","features":[210]},{"name":"AnnotationType_Sensitive","features":[210]},{"name":"AnnotationType_SpellingError","features":[210]},{"name":"AnnotationType_TrackChanges","features":[210]},{"name":"AnnotationType_Unknown","features":[210]},{"name":"AnnotationType_UnsyncedChange","features":[210]},{"name":"AnnotationTypes_Property_GUID","features":[210]},{"name":"Annotation_AdvancedProofingIssue_GUID","features":[210]},{"name":"Annotation_AnnotationTypeId_Property_GUID","features":[210]},{"name":"Annotation_AnnotationTypeName_Property_GUID","features":[210]},{"name":"Annotation_Author_GUID","features":[210]},{"name":"Annotation_Author_Property_GUID","features":[210]},{"name":"Annotation_CircularReferenceError_GUID","features":[210]},{"name":"Annotation_Comment_GUID","features":[210]},{"name":"Annotation_ConflictingChange_GUID","features":[210]},{"name":"Annotation_Custom_GUID","features":[210]},{"name":"Annotation_DataValidationError_GUID","features":[210]},{"name":"Annotation_DateTime_Property_GUID","features":[210]},{"name":"Annotation_DeletionChange_GUID","features":[210]},{"name":"Annotation_EditingLockedChange_GUID","features":[210]},{"name":"Annotation_Endnote_GUID","features":[210]},{"name":"Annotation_ExternalChange_GUID","features":[210]},{"name":"Annotation_Footer_GUID","features":[210]},{"name":"Annotation_Footnote_GUID","features":[210]},{"name":"Annotation_FormatChange_GUID","features":[210]},{"name":"Annotation_FormulaError_GUID","features":[210]},{"name":"Annotation_GrammarError_GUID","features":[210]},{"name":"Annotation_Header_GUID","features":[210]},{"name":"Annotation_Highlighted_GUID","features":[210]},{"name":"Annotation_InsertionChange_GUID","features":[210]},{"name":"Annotation_Mathematics_GUID","features":[210]},{"name":"Annotation_MoveChange_GUID","features":[210]},{"name":"Annotation_Pattern_GUID","features":[210]},{"name":"Annotation_Sensitive_GUID","features":[210]},{"name":"Annotation_SpellingError_GUID","features":[210]},{"name":"Annotation_Target_Property_GUID","features":[210]},{"name":"Annotation_TrackChanges_GUID","features":[210]},{"name":"Annotation_UnsyncedChange_GUID","features":[210]},{"name":"AppBar_Control_GUID","features":[210]},{"name":"AriaProperties_Property_GUID","features":[210]},{"name":"AriaRole_Property_GUID","features":[210]},{"name":"Assertive","features":[210]},{"name":"AsyncContentLoadedState","features":[210]},{"name":"AsyncContentLoadedState_Beginning","features":[210]},{"name":"AsyncContentLoadedState_Completed","features":[210]},{"name":"AsyncContentLoadedState_Progress","features":[210]},{"name":"AsyncContentLoaded_Event_GUID","features":[210]},{"name":"AutomationElementMode","features":[210]},{"name":"AutomationElementMode_Full","features":[210]},{"name":"AutomationElementMode_None","features":[210]},{"name":"AutomationFocusChanged_Event_GUID","features":[210]},{"name":"AutomationId_Property_GUID","features":[210]},{"name":"AutomationIdentifierType","features":[210]},{"name":"AutomationIdentifierType_Annotation","features":[210]},{"name":"AutomationIdentifierType_Changes","features":[210]},{"name":"AutomationIdentifierType_ControlType","features":[210]},{"name":"AutomationIdentifierType_Event","features":[210]},{"name":"AutomationIdentifierType_LandmarkType","features":[210]},{"name":"AutomationIdentifierType_Pattern","features":[210]},{"name":"AutomationIdentifierType_Property","features":[210]},{"name":"AutomationIdentifierType_Style","features":[210]},{"name":"AutomationIdentifierType_TextAttribute","features":[210]},{"name":"AutomationPropertyChanged_Event_GUID","features":[210]},{"name":"BoundingRectangle_Property_GUID","features":[210]},{"name":"BulletStyle","features":[210]},{"name":"BulletStyle_DashBullet","features":[210]},{"name":"BulletStyle_FilledRoundBullet","features":[210]},{"name":"BulletStyle_FilledSquareBullet","features":[210]},{"name":"BulletStyle_HollowRoundBullet","features":[210]},{"name":"BulletStyle_HollowSquareBullet","features":[210]},{"name":"BulletStyle_None","features":[210]},{"name":"BulletStyle_Other","features":[210]},{"name":"Button_Control_GUID","features":[210]},{"name":"CAccPropServices","features":[210]},{"name":"CLSID_AccPropServices","features":[210]},{"name":"CUIAutomation","features":[210]},{"name":"CUIAutomation8","features":[210]},{"name":"CUIAutomationRegistrar","features":[210]},{"name":"Calendar_Control_GUID","features":[210]},{"name":"CapStyle","features":[210]},{"name":"CapStyle_AllCap","features":[210]},{"name":"CapStyle_AllPetiteCaps","features":[210]},{"name":"CapStyle_None","features":[210]},{"name":"CapStyle_Other","features":[210]},{"name":"CapStyle_PetiteCaps","features":[210]},{"name":"CapStyle_SmallCap","features":[210]},{"name":"CapStyle_Titling","features":[210]},{"name":"CapStyle_Unicase","features":[210]},{"name":"CaretBidiMode","features":[210]},{"name":"CaretBidiMode_LTR","features":[210]},{"name":"CaretBidiMode_RTL","features":[210]},{"name":"CaretPosition","features":[210]},{"name":"CaretPosition_BeginningOfLine","features":[210]},{"name":"CaretPosition_EndOfLine","features":[210]},{"name":"CaretPosition_Unknown","features":[210]},{"name":"CenterPoint_Property_GUID","features":[210]},{"name":"Changes_Event_GUID","features":[210]},{"name":"Changes_Summary_GUID","features":[210]},{"name":"CheckBox_Control_GUID","features":[210]},{"name":"ClassName_Property_GUID","features":[210]},{"name":"ClickablePoint_Property_GUID","features":[210]},{"name":"CoalesceEventsOptions","features":[210]},{"name":"CoalesceEventsOptions_Disabled","features":[210]},{"name":"CoalesceEventsOptions_Enabled","features":[210]},{"name":"ComboBox_Control_GUID","features":[210]},{"name":"ConditionType","features":[210]},{"name":"ConditionType_And","features":[210]},{"name":"ConditionType_False","features":[210]},{"name":"ConditionType_Not","features":[210]},{"name":"ConditionType_Or","features":[210]},{"name":"ConditionType_Property","features":[210]},{"name":"ConditionType_True","features":[210]},{"name":"ConnectionRecoveryBehaviorOptions","features":[210]},{"name":"ConnectionRecoveryBehaviorOptions_Disabled","features":[210]},{"name":"ConnectionRecoveryBehaviorOptions_Enabled","features":[210]},{"name":"ControlType_Property_GUID","features":[210]},{"name":"ControllerFor_Property_GUID","features":[210]},{"name":"CreateStdAccessibleObject","features":[3,210]},{"name":"CreateStdAccessibleProxyA","features":[3,210]},{"name":"CreateStdAccessibleProxyW","features":[3,210]},{"name":"Culture_Property_GUID","features":[210]},{"name":"CustomNavigation_Pattern_GUID","features":[210]},{"name":"Custom_Control_GUID","features":[210]},{"name":"DISPID_ACC_CHILD","features":[210]},{"name":"DISPID_ACC_CHILDCOUNT","features":[210]},{"name":"DISPID_ACC_DEFAULTACTION","features":[210]},{"name":"DISPID_ACC_DESCRIPTION","features":[210]},{"name":"DISPID_ACC_DODEFAULTACTION","features":[210]},{"name":"DISPID_ACC_FOCUS","features":[210]},{"name":"DISPID_ACC_HELP","features":[210]},{"name":"DISPID_ACC_HELPTOPIC","features":[210]},{"name":"DISPID_ACC_HITTEST","features":[210]},{"name":"DISPID_ACC_KEYBOARDSHORTCUT","features":[210]},{"name":"DISPID_ACC_LOCATION","features":[210]},{"name":"DISPID_ACC_NAME","features":[210]},{"name":"DISPID_ACC_NAVIGATE","features":[210]},{"name":"DISPID_ACC_PARENT","features":[210]},{"name":"DISPID_ACC_ROLE","features":[210]},{"name":"DISPID_ACC_SELECT","features":[210]},{"name":"DISPID_ACC_SELECTION","features":[210]},{"name":"DISPID_ACC_STATE","features":[210]},{"name":"DISPID_ACC_VALUE","features":[210]},{"name":"DataGrid_Control_GUID","features":[210]},{"name":"DataItem_Control_GUID","features":[210]},{"name":"DescribedBy_Property_GUID","features":[210]},{"name":"DockPattern_SetDockPosition","features":[210]},{"name":"DockPosition","features":[210]},{"name":"DockPosition_Bottom","features":[210]},{"name":"DockPosition_Fill","features":[210]},{"name":"DockPosition_Left","features":[210]},{"name":"DockPosition_None","features":[210]},{"name":"DockPosition_Right","features":[210]},{"name":"DockPosition_Top","features":[210]},{"name":"Dock_DockPosition_Property_GUID","features":[210]},{"name":"Dock_Pattern_GUID","features":[210]},{"name":"Document_Control_GUID","features":[210]},{"name":"Drag_DragCancel_Event_GUID","features":[210]},{"name":"Drag_DragComplete_Event_GUID","features":[210]},{"name":"Drag_DragStart_Event_GUID","features":[210]},{"name":"Drag_DropEffect_Property_GUID","features":[210]},{"name":"Drag_DropEffects_Property_GUID","features":[210]},{"name":"Drag_GrabbedItems_Property_GUID","features":[210]},{"name":"Drag_IsGrabbed_Property_GUID","features":[210]},{"name":"Drag_Pattern_GUID","features":[210]},{"name":"DropTarget_DragEnter_Event_GUID","features":[210]},{"name":"DropTarget_DragLeave_Event_GUID","features":[210]},{"name":"DropTarget_DropTargetEffect_Property_GUID","features":[210]},{"name":"DropTarget_DropTargetEffects_Property_GUID","features":[210]},{"name":"DropTarget_Dropped_Event_GUID","features":[210]},{"name":"DropTarget_Pattern_GUID","features":[210]},{"name":"Edit_Control_GUID","features":[210]},{"name":"EventArgsType","features":[210]},{"name":"EventArgsType_ActiveTextPositionChanged","features":[210]},{"name":"EventArgsType_AsyncContentLoaded","features":[210]},{"name":"EventArgsType_Changes","features":[210]},{"name":"EventArgsType_Notification","features":[210]},{"name":"EventArgsType_PropertyChanged","features":[210]},{"name":"EventArgsType_Simple","features":[210]},{"name":"EventArgsType_StructureChanged","features":[210]},{"name":"EventArgsType_StructuredMarkup","features":[210]},{"name":"EventArgsType_TextEditTextChanged","features":[210]},{"name":"EventArgsType_WindowClosed","features":[210]},{"name":"ExpandCollapsePattern_Collapse","features":[210]},{"name":"ExpandCollapsePattern_Expand","features":[210]},{"name":"ExpandCollapseState","features":[210]},{"name":"ExpandCollapseState_Collapsed","features":[210]},{"name":"ExpandCollapseState_Expanded","features":[210]},{"name":"ExpandCollapseState_LeafNode","features":[210]},{"name":"ExpandCollapseState_PartiallyExpanded","features":[210]},{"name":"ExpandCollapse_ExpandCollapseState_Property_GUID","features":[210]},{"name":"ExpandCollapse_Pattern_GUID","features":[210]},{"name":"ExtendedProperty","features":[210]},{"name":"FILTERKEYS","features":[210]},{"name":"FillColor_Property_GUID","features":[210]},{"name":"FillType","features":[210]},{"name":"FillType_Color","features":[210]},{"name":"FillType_Gradient","features":[210]},{"name":"FillType_None","features":[210]},{"name":"FillType_Pattern","features":[210]},{"name":"FillType_Picture","features":[210]},{"name":"FillType_Property_GUID","features":[210]},{"name":"FlowDirections","features":[210]},{"name":"FlowDirections_BottomToTop","features":[210]},{"name":"FlowDirections_Default","features":[210]},{"name":"FlowDirections_RightToLeft","features":[210]},{"name":"FlowDirections_Vertical","features":[210]},{"name":"FlowsFrom_Property_GUID","features":[210]},{"name":"FlowsTo_Property_GUID","features":[210]},{"name":"FrameworkId_Property_GUID","features":[210]},{"name":"FullDescription_Property_GUID","features":[210]},{"name":"GetOleaccVersionInfo","features":[210]},{"name":"GetRoleTextA","features":[210]},{"name":"GetRoleTextW","features":[210]},{"name":"GetStateTextA","features":[210]},{"name":"GetStateTextW","features":[210]},{"name":"GridItem_ColumnSpan_Property_GUID","features":[210]},{"name":"GridItem_Column_Property_GUID","features":[210]},{"name":"GridItem_Parent_Property_GUID","features":[210]},{"name":"GridItem_Pattern_GUID","features":[210]},{"name":"GridItem_RowSpan_Property_GUID","features":[210]},{"name":"GridItem_Row_Property_GUID","features":[210]},{"name":"GridPattern_GetItem","features":[210]},{"name":"Grid_ColumnCount_Property_GUID","features":[210]},{"name":"Grid_Pattern_GUID","features":[210]},{"name":"Grid_RowCount_Property_GUID","features":[210]},{"name":"Group_Control_GUID","features":[210]},{"name":"HCF_AVAILABLE","features":[210]},{"name":"HCF_CONFIRMHOTKEY","features":[210]},{"name":"HCF_HIGHCONTRASTON","features":[210]},{"name":"HCF_HOTKEYACTIVE","features":[210]},{"name":"HCF_HOTKEYAVAILABLE","features":[210]},{"name":"HCF_HOTKEYSOUND","features":[210]},{"name":"HCF_INDICATOR","features":[210]},{"name":"HCF_OPTION_NOTHEMECHANGE","features":[210]},{"name":"HIGHCONTRASTA","features":[210]},{"name":"HIGHCONTRASTW","features":[210]},{"name":"HIGHCONTRASTW_FLAGS","features":[210]},{"name":"HUIAEVENT","features":[210]},{"name":"HUIANODE","features":[210]},{"name":"HUIAPATTERNOBJECT","features":[210]},{"name":"HUIATEXTRANGE","features":[210]},{"name":"HWINEVENTHOOK","features":[210]},{"name":"HasKeyboardFocus_Property_GUID","features":[210]},{"name":"HeaderItem_Control_GUID","features":[210]},{"name":"Header_Control_GUID","features":[210]},{"name":"HeadingLevel1","features":[210]},{"name":"HeadingLevel2","features":[210]},{"name":"HeadingLevel3","features":[210]},{"name":"HeadingLevel4","features":[210]},{"name":"HeadingLevel5","features":[210]},{"name":"HeadingLevel6","features":[210]},{"name":"HeadingLevel7","features":[210]},{"name":"HeadingLevel8","features":[210]},{"name":"HeadingLevel9","features":[210]},{"name":"HeadingLevel_None","features":[210]},{"name":"HeadingLevel_Property_GUID","features":[210]},{"name":"HelpText_Property_GUID","features":[210]},{"name":"HorizontalTextAlignment","features":[210]},{"name":"HorizontalTextAlignment_Centered","features":[210]},{"name":"HorizontalTextAlignment_Justified","features":[210]},{"name":"HorizontalTextAlignment_Left","features":[210]},{"name":"HorizontalTextAlignment_Right","features":[210]},{"name":"HostedFragmentRootsInvalidated_Event_GUID","features":[210]},{"name":"Hyperlink_Control_GUID","features":[210]},{"name":"IAccIdentity","features":[210]},{"name":"IAccPropServer","features":[210]},{"name":"IAccPropServices","features":[210]},{"name":"IAccessible","features":[210]},{"name":"IAccessibleEx","features":[210]},{"name":"IAccessibleHandler","features":[210]},{"name":"IAccessibleHostingElementProviders","features":[210]},{"name":"IAccessibleWindowlessSite","features":[210]},{"name":"IAnnotationProvider","features":[210]},{"name":"ICustomNavigationProvider","features":[210]},{"name":"IDockProvider","features":[210]},{"name":"IDragProvider","features":[210]},{"name":"IDropTargetProvider","features":[210]},{"name":"IExpandCollapseProvider","features":[210]},{"name":"IGridItemProvider","features":[210]},{"name":"IGridProvider","features":[210]},{"name":"IIS_ControlAccessible","features":[210]},{"name":"IIS_IsOleaccProxy","features":[210]},{"name":"IInvokeProvider","features":[210]},{"name":"IItemContainerProvider","features":[210]},{"name":"ILegacyIAccessibleProvider","features":[210]},{"name":"IMultipleViewProvider","features":[210]},{"name":"IObjectModelProvider","features":[210]},{"name":"IProxyProviderWinEventHandler","features":[210]},{"name":"IProxyProviderWinEventSink","features":[210]},{"name":"IRangeValueProvider","features":[210]},{"name":"IRawElementProviderAdviseEvents","features":[210]},{"name":"IRawElementProviderFragment","features":[210]},{"name":"IRawElementProviderFragmentRoot","features":[210]},{"name":"IRawElementProviderHostingAccessibles","features":[210]},{"name":"IRawElementProviderHwndOverride","features":[210]},{"name":"IRawElementProviderSimple","features":[210]},{"name":"IRawElementProviderSimple2","features":[210]},{"name":"IRawElementProviderSimple3","features":[210]},{"name":"IRawElementProviderWindowlessSite","features":[210]},{"name":"IRichEditUiaInformation","features":[210]},{"name":"IRicheditWindowlessAccessibility","features":[210]},{"name":"IScrollItemProvider","features":[210]},{"name":"IScrollProvider","features":[210]},{"name":"ISelectionItemProvider","features":[210]},{"name":"ISelectionProvider","features":[210]},{"name":"ISelectionProvider2","features":[210]},{"name":"ISpreadsheetItemProvider","features":[210]},{"name":"ISpreadsheetProvider","features":[210]},{"name":"IStylesProvider","features":[210]},{"name":"ISynchronizedInputProvider","features":[210]},{"name":"ITableItemProvider","features":[210]},{"name":"ITableProvider","features":[210]},{"name":"ITextChildProvider","features":[210]},{"name":"ITextEditProvider","features":[210]},{"name":"ITextProvider","features":[210]},{"name":"ITextProvider2","features":[210]},{"name":"ITextRangeProvider","features":[210]},{"name":"ITextRangeProvider2","features":[210]},{"name":"IToggleProvider","features":[210]},{"name":"ITransformProvider","features":[210]},{"name":"ITransformProvider2","features":[210]},{"name":"IUIAutomation","features":[210]},{"name":"IUIAutomation2","features":[210]},{"name":"IUIAutomation3","features":[210]},{"name":"IUIAutomation4","features":[210]},{"name":"IUIAutomation5","features":[210]},{"name":"IUIAutomation6","features":[210]},{"name":"IUIAutomationActiveTextPositionChangedEventHandler","features":[210]},{"name":"IUIAutomationAndCondition","features":[210]},{"name":"IUIAutomationAnnotationPattern","features":[210]},{"name":"IUIAutomationBoolCondition","features":[210]},{"name":"IUIAutomationCacheRequest","features":[210]},{"name":"IUIAutomationChangesEventHandler","features":[210]},{"name":"IUIAutomationCondition","features":[210]},{"name":"IUIAutomationCustomNavigationPattern","features":[210]},{"name":"IUIAutomationDockPattern","features":[210]},{"name":"IUIAutomationDragPattern","features":[210]},{"name":"IUIAutomationDropTargetPattern","features":[210]},{"name":"IUIAutomationElement","features":[210]},{"name":"IUIAutomationElement2","features":[210]},{"name":"IUIAutomationElement3","features":[210]},{"name":"IUIAutomationElement4","features":[210]},{"name":"IUIAutomationElement5","features":[210]},{"name":"IUIAutomationElement6","features":[210]},{"name":"IUIAutomationElement7","features":[210]},{"name":"IUIAutomationElement8","features":[210]},{"name":"IUIAutomationElement9","features":[210]},{"name":"IUIAutomationElementArray","features":[210]},{"name":"IUIAutomationEventHandler","features":[210]},{"name":"IUIAutomationEventHandlerGroup","features":[210]},{"name":"IUIAutomationExpandCollapsePattern","features":[210]},{"name":"IUIAutomationFocusChangedEventHandler","features":[210]},{"name":"IUIAutomationGridItemPattern","features":[210]},{"name":"IUIAutomationGridPattern","features":[210]},{"name":"IUIAutomationInvokePattern","features":[210]},{"name":"IUIAutomationItemContainerPattern","features":[210]},{"name":"IUIAutomationLegacyIAccessiblePattern","features":[210]},{"name":"IUIAutomationMultipleViewPattern","features":[210]},{"name":"IUIAutomationNotCondition","features":[210]},{"name":"IUIAutomationNotificationEventHandler","features":[210]},{"name":"IUIAutomationObjectModelPattern","features":[210]},{"name":"IUIAutomationOrCondition","features":[210]},{"name":"IUIAutomationPatternHandler","features":[210]},{"name":"IUIAutomationPatternInstance","features":[210]},{"name":"IUIAutomationPropertyChangedEventHandler","features":[210]},{"name":"IUIAutomationPropertyCondition","features":[210]},{"name":"IUIAutomationProxyFactory","features":[210]},{"name":"IUIAutomationProxyFactoryEntry","features":[210]},{"name":"IUIAutomationProxyFactoryMapping","features":[210]},{"name":"IUIAutomationRangeValuePattern","features":[210]},{"name":"IUIAutomationRegistrar","features":[210]},{"name":"IUIAutomationScrollItemPattern","features":[210]},{"name":"IUIAutomationScrollPattern","features":[210]},{"name":"IUIAutomationSelectionItemPattern","features":[210]},{"name":"IUIAutomationSelectionPattern","features":[210]},{"name":"IUIAutomationSelectionPattern2","features":[210]},{"name":"IUIAutomationSpreadsheetItemPattern","features":[210]},{"name":"IUIAutomationSpreadsheetPattern","features":[210]},{"name":"IUIAutomationStructureChangedEventHandler","features":[210]},{"name":"IUIAutomationStylesPattern","features":[210]},{"name":"IUIAutomationSynchronizedInputPattern","features":[210]},{"name":"IUIAutomationTableItemPattern","features":[210]},{"name":"IUIAutomationTablePattern","features":[210]},{"name":"IUIAutomationTextChildPattern","features":[210]},{"name":"IUIAutomationTextEditPattern","features":[210]},{"name":"IUIAutomationTextEditTextChangedEventHandler","features":[210]},{"name":"IUIAutomationTextPattern","features":[210]},{"name":"IUIAutomationTextPattern2","features":[210]},{"name":"IUIAutomationTextRange","features":[210]},{"name":"IUIAutomationTextRange2","features":[210]},{"name":"IUIAutomationTextRange3","features":[210]},{"name":"IUIAutomationTextRangeArray","features":[210]},{"name":"IUIAutomationTogglePattern","features":[210]},{"name":"IUIAutomationTransformPattern","features":[210]},{"name":"IUIAutomationTransformPattern2","features":[210]},{"name":"IUIAutomationTreeWalker","features":[210]},{"name":"IUIAutomationValuePattern","features":[210]},{"name":"IUIAutomationVirtualizedItemPattern","features":[210]},{"name":"IUIAutomationWindowPattern","features":[210]},{"name":"IValueProvider","features":[210]},{"name":"IVirtualizedItemProvider","features":[210]},{"name":"IWindowProvider","features":[210]},{"name":"Image_Control_GUID","features":[210]},{"name":"InputDiscarded_Event_GUID","features":[210]},{"name":"InputReachedOtherElement_Event_GUID","features":[210]},{"name":"InputReachedTarget_Event_GUID","features":[210]},{"name":"InvokePattern_Invoke","features":[210]},{"name":"Invoke_Invoked_Event_GUID","features":[210]},{"name":"Invoke_Pattern_GUID","features":[210]},{"name":"IsAnnotationPatternAvailable_Property_GUID","features":[210]},{"name":"IsContentElement_Property_GUID","features":[210]},{"name":"IsControlElement_Property_GUID","features":[210]},{"name":"IsCustomNavigationPatternAvailable_Property_GUID","features":[210]},{"name":"IsDataValidForForm_Property_GUID","features":[210]},{"name":"IsDialog_Property_GUID","features":[210]},{"name":"IsDockPatternAvailable_Property_GUID","features":[210]},{"name":"IsDragPatternAvailable_Property_GUID","features":[210]},{"name":"IsDropTargetPatternAvailable_Property_GUID","features":[210]},{"name":"IsEnabled_Property_GUID","features":[210]},{"name":"IsExpandCollapsePatternAvailable_Property_GUID","features":[210]},{"name":"IsGridItemPatternAvailable_Property_GUID","features":[210]},{"name":"IsGridPatternAvailable_Property_GUID","features":[210]},{"name":"IsInvokePatternAvailable_Property_GUID","features":[210]},{"name":"IsItemContainerPatternAvailable_Property_GUID","features":[210]},{"name":"IsKeyboardFocusable_Property_GUID","features":[210]},{"name":"IsLegacyIAccessiblePatternAvailable_Property_GUID","features":[210]},{"name":"IsMultipleViewPatternAvailable_Property_GUID","features":[210]},{"name":"IsObjectModelPatternAvailable_Property_GUID","features":[210]},{"name":"IsOffscreen_Property_GUID","features":[210]},{"name":"IsPassword_Property_GUID","features":[210]},{"name":"IsPeripheral_Property_GUID","features":[210]},{"name":"IsRangeValuePatternAvailable_Property_GUID","features":[210]},{"name":"IsRequiredForForm_Property_GUID","features":[210]},{"name":"IsScrollItemPatternAvailable_Property_GUID","features":[210]},{"name":"IsScrollPatternAvailable_Property_GUID","features":[210]},{"name":"IsSelectionItemPatternAvailable_Property_GUID","features":[210]},{"name":"IsSelectionPattern2Available_Property_GUID","features":[210]},{"name":"IsSelectionPatternAvailable_Property_GUID","features":[210]},{"name":"IsSpreadsheetItemPatternAvailable_Property_GUID","features":[210]},{"name":"IsSpreadsheetPatternAvailable_Property_GUID","features":[210]},{"name":"IsStructuredMarkupPatternAvailable_Property_GUID","features":[210]},{"name":"IsStylesPatternAvailable_Property_GUID","features":[210]},{"name":"IsSynchronizedInputPatternAvailable_Property_GUID","features":[210]},{"name":"IsTableItemPatternAvailable_Property_GUID","features":[210]},{"name":"IsTablePatternAvailable_Property_GUID","features":[210]},{"name":"IsTextChildPatternAvailable_Property_GUID","features":[210]},{"name":"IsTextEditPatternAvailable_Property_GUID","features":[210]},{"name":"IsTextPattern2Available_Property_GUID","features":[210]},{"name":"IsTextPatternAvailable_Property_GUID","features":[210]},{"name":"IsTogglePatternAvailable_Property_GUID","features":[210]},{"name":"IsTransformPattern2Available_Property_GUID","features":[210]},{"name":"IsTransformPatternAvailable_Property_GUID","features":[210]},{"name":"IsValuePatternAvailable_Property_GUID","features":[210]},{"name":"IsVirtualizedItemPatternAvailable_Property_GUID","features":[210]},{"name":"IsWinEventHookInstalled","features":[3,210]},{"name":"IsWindowPatternAvailable_Property_GUID","features":[210]},{"name":"ItemContainerPattern_FindItemByProperty","features":[3,43,44,210]},{"name":"ItemContainer_Pattern_GUID","features":[210]},{"name":"ItemStatus_Property_GUID","features":[210]},{"name":"ItemType_Property_GUID","features":[210]},{"name":"LIBID_Accessibility","features":[210]},{"name":"LPFNACCESSIBLECHILDREN","features":[3,43,44,210]},{"name":"LPFNACCESSIBLEOBJECTFROMPOINT","features":[3,43,44,210]},{"name":"LPFNACCESSIBLEOBJECTFROMWINDOW","features":[3,210]},{"name":"LPFNCREATESTDACCESSIBLEOBJECT","features":[3,210]},{"name":"LPFNLRESULTFROMOBJECT","features":[3,210]},{"name":"LPFNOBJECTFROMLRESULT","features":[3,210]},{"name":"LabeledBy_Property_GUID","features":[210]},{"name":"LandmarkType_Property_GUID","features":[210]},{"name":"LayoutInvalidated_Event_GUID","features":[210]},{"name":"LegacyIAccessiblePattern_DoDefaultAction","features":[210]},{"name":"LegacyIAccessiblePattern_GetIAccessible","features":[210]},{"name":"LegacyIAccessiblePattern_Select","features":[210]},{"name":"LegacyIAccessiblePattern_SetValue","features":[210]},{"name":"LegacyIAccessible_ChildId_Property_GUID","features":[210]},{"name":"LegacyIAccessible_DefaultAction_Property_GUID","features":[210]},{"name":"LegacyIAccessible_Description_Property_GUID","features":[210]},{"name":"LegacyIAccessible_Help_Property_GUID","features":[210]},{"name":"LegacyIAccessible_KeyboardShortcut_Property_GUID","features":[210]},{"name":"LegacyIAccessible_Name_Property_GUID","features":[210]},{"name":"LegacyIAccessible_Pattern_GUID","features":[210]},{"name":"LegacyIAccessible_Role_Property_GUID","features":[210]},{"name":"LegacyIAccessible_Selection_Property_GUID","features":[210]},{"name":"LegacyIAccessible_State_Property_GUID","features":[210]},{"name":"LegacyIAccessible_Value_Property_GUID","features":[210]},{"name":"Level_Property_GUID","features":[210]},{"name":"ListItem_Control_GUID","features":[210]},{"name":"List_Control_GUID","features":[210]},{"name":"LiveRegionChanged_Event_GUID","features":[210]},{"name":"LiveSetting","features":[210]},{"name":"LiveSetting_Property_GUID","features":[210]},{"name":"LocalizedControlType_Property_GUID","features":[210]},{"name":"LocalizedLandmarkType_Property_GUID","features":[210]},{"name":"LresultFromObject","features":[3,210]},{"name":"MOUSEKEYS","features":[210]},{"name":"MSAAMENUINFO","features":[210]},{"name":"MSAA_MENU_SIG","features":[210]},{"name":"MenuBar_Control_GUID","features":[210]},{"name":"MenuClosed_Event_GUID","features":[210]},{"name":"MenuItem_Control_GUID","features":[210]},{"name":"MenuModeEnd_Event_GUID","features":[210]},{"name":"MenuModeStart_Event_GUID","features":[210]},{"name":"MenuOpened_Event_GUID","features":[210]},{"name":"Menu_Control_GUID","features":[210]},{"name":"MultipleViewPattern_GetViewName","features":[210]},{"name":"MultipleViewPattern_SetCurrentView","features":[210]},{"name":"MultipleView_CurrentView_Property_GUID","features":[210]},{"name":"MultipleView_Pattern_GUID","features":[210]},{"name":"MultipleView_SupportedViews_Property_GUID","features":[210]},{"name":"NAVDIR_DOWN","features":[210]},{"name":"NAVDIR_FIRSTCHILD","features":[210]},{"name":"NAVDIR_LASTCHILD","features":[210]},{"name":"NAVDIR_LEFT","features":[210]},{"name":"NAVDIR_MAX","features":[210]},{"name":"NAVDIR_MIN","features":[210]},{"name":"NAVDIR_NEXT","features":[210]},{"name":"NAVDIR_PREVIOUS","features":[210]},{"name":"NAVDIR_RIGHT","features":[210]},{"name":"NAVDIR_UP","features":[210]},{"name":"Name_Property_GUID","features":[210]},{"name":"NavigateDirection","features":[210]},{"name":"NavigateDirection_FirstChild","features":[210]},{"name":"NavigateDirection_LastChild","features":[210]},{"name":"NavigateDirection_NextSibling","features":[210]},{"name":"NavigateDirection_Parent","features":[210]},{"name":"NavigateDirection_PreviousSibling","features":[210]},{"name":"NewNativeWindowHandle_Property_GUID","features":[210]},{"name":"NormalizeState","features":[210]},{"name":"NormalizeState_Custom","features":[210]},{"name":"NormalizeState_None","features":[210]},{"name":"NormalizeState_View","features":[210]},{"name":"NotificationKind","features":[210]},{"name":"NotificationKind_ActionAborted","features":[210]},{"name":"NotificationKind_ActionCompleted","features":[210]},{"name":"NotificationKind_ItemAdded","features":[210]},{"name":"NotificationKind_ItemRemoved","features":[210]},{"name":"NotificationKind_Other","features":[210]},{"name":"NotificationProcessing","features":[210]},{"name":"NotificationProcessing_All","features":[210]},{"name":"NotificationProcessing_CurrentThenMostRecent","features":[210]},{"name":"NotificationProcessing_ImportantAll","features":[210]},{"name":"NotificationProcessing_ImportantMostRecent","features":[210]},{"name":"NotificationProcessing_MostRecent","features":[210]},{"name":"Notification_Event_GUID","features":[210]},{"name":"NotifyWinEvent","features":[3,210]},{"name":"ObjectFromLresult","features":[3,210]},{"name":"ObjectModel_Pattern_GUID","features":[210]},{"name":"Off","features":[210]},{"name":"OptimizeForVisualContent_Property_GUID","features":[210]},{"name":"OrientationType","features":[210]},{"name":"OrientationType_Horizontal","features":[210]},{"name":"OrientationType_None","features":[210]},{"name":"OrientationType_Vertical","features":[210]},{"name":"Orientation_Property_GUID","features":[210]},{"name":"OutlineColor_Property_GUID","features":[210]},{"name":"OutlineStyles","features":[210]},{"name":"OutlineStyles_Embossed","features":[210]},{"name":"OutlineStyles_Engraved","features":[210]},{"name":"OutlineStyles_None","features":[210]},{"name":"OutlineStyles_Outline","features":[210]},{"name":"OutlineStyles_Shadow","features":[210]},{"name":"OutlineThickness_Property_GUID","features":[210]},{"name":"PROPID_ACC_DEFAULTACTION","features":[210]},{"name":"PROPID_ACC_DESCRIPTION","features":[210]},{"name":"PROPID_ACC_DESCRIPTIONMAP","features":[210]},{"name":"PROPID_ACC_DODEFAULTACTION","features":[210]},{"name":"PROPID_ACC_FOCUS","features":[210]},{"name":"PROPID_ACC_HELP","features":[210]},{"name":"PROPID_ACC_HELPTOPIC","features":[210]},{"name":"PROPID_ACC_KEYBOARDSHORTCUT","features":[210]},{"name":"PROPID_ACC_NAME","features":[210]},{"name":"PROPID_ACC_NAV_DOWN","features":[210]},{"name":"PROPID_ACC_NAV_FIRSTCHILD","features":[210]},{"name":"PROPID_ACC_NAV_LASTCHILD","features":[210]},{"name":"PROPID_ACC_NAV_LEFT","features":[210]},{"name":"PROPID_ACC_NAV_NEXT","features":[210]},{"name":"PROPID_ACC_NAV_PREV","features":[210]},{"name":"PROPID_ACC_NAV_RIGHT","features":[210]},{"name":"PROPID_ACC_NAV_UP","features":[210]},{"name":"PROPID_ACC_PARENT","features":[210]},{"name":"PROPID_ACC_ROLE","features":[210]},{"name":"PROPID_ACC_ROLEMAP","features":[210]},{"name":"PROPID_ACC_SELECTION","features":[210]},{"name":"PROPID_ACC_STATE","features":[210]},{"name":"PROPID_ACC_STATEMAP","features":[210]},{"name":"PROPID_ACC_VALUE","features":[210]},{"name":"PROPID_ACC_VALUEMAP","features":[210]},{"name":"Pane_Control_GUID","features":[210]},{"name":"Polite","features":[210]},{"name":"PositionInSet_Property_GUID","features":[210]},{"name":"ProcessId_Property_GUID","features":[210]},{"name":"ProgressBar_Control_GUID","features":[210]},{"name":"PropertyConditionFlags","features":[210]},{"name":"PropertyConditionFlags_IgnoreCase","features":[210]},{"name":"PropertyConditionFlags_MatchSubstring","features":[210]},{"name":"PropertyConditionFlags_None","features":[210]},{"name":"ProviderDescription_Property_GUID","features":[210]},{"name":"ProviderOptions","features":[210]},{"name":"ProviderOptions_ClientSideProvider","features":[210]},{"name":"ProviderOptions_HasNativeIAccessible","features":[210]},{"name":"ProviderOptions_NonClientAreaProvider","features":[210]},{"name":"ProviderOptions_OverrideProvider","features":[210]},{"name":"ProviderOptions_ProviderOwnsSetFocus","features":[210]},{"name":"ProviderOptions_RefuseNonClientSupport","features":[210]},{"name":"ProviderOptions_ServerSideProvider","features":[210]},{"name":"ProviderOptions_UseClientCoordinates","features":[210]},{"name":"ProviderOptions_UseComThreading","features":[210]},{"name":"ProviderType","features":[210]},{"name":"ProviderType_BaseHwnd","features":[210]},{"name":"ProviderType_NonClientArea","features":[210]},{"name":"ProviderType_Proxy","features":[210]},{"name":"ROLE_SYSTEM_ALERT","features":[210]},{"name":"ROLE_SYSTEM_ANIMATION","features":[210]},{"name":"ROLE_SYSTEM_APPLICATION","features":[210]},{"name":"ROLE_SYSTEM_BORDER","features":[210]},{"name":"ROLE_SYSTEM_BUTTONDROPDOWN","features":[210]},{"name":"ROLE_SYSTEM_BUTTONDROPDOWNGRID","features":[210]},{"name":"ROLE_SYSTEM_BUTTONMENU","features":[210]},{"name":"ROLE_SYSTEM_CARET","features":[210]},{"name":"ROLE_SYSTEM_CELL","features":[210]},{"name":"ROLE_SYSTEM_CHARACTER","features":[210]},{"name":"ROLE_SYSTEM_CHART","features":[210]},{"name":"ROLE_SYSTEM_CHECKBUTTON","features":[210]},{"name":"ROLE_SYSTEM_CLIENT","features":[210]},{"name":"ROLE_SYSTEM_CLOCK","features":[210]},{"name":"ROLE_SYSTEM_COLUMN","features":[210]},{"name":"ROLE_SYSTEM_COLUMNHEADER","features":[210]},{"name":"ROLE_SYSTEM_COMBOBOX","features":[210]},{"name":"ROLE_SYSTEM_CURSOR","features":[210]},{"name":"ROLE_SYSTEM_DIAGRAM","features":[210]},{"name":"ROLE_SYSTEM_DIAL","features":[210]},{"name":"ROLE_SYSTEM_DIALOG","features":[210]},{"name":"ROLE_SYSTEM_DOCUMENT","features":[210]},{"name":"ROLE_SYSTEM_DROPLIST","features":[210]},{"name":"ROLE_SYSTEM_EQUATION","features":[210]},{"name":"ROLE_SYSTEM_GRAPHIC","features":[210]},{"name":"ROLE_SYSTEM_GRIP","features":[210]},{"name":"ROLE_SYSTEM_GROUPING","features":[210]},{"name":"ROLE_SYSTEM_HELPBALLOON","features":[210]},{"name":"ROLE_SYSTEM_HOTKEYFIELD","features":[210]},{"name":"ROLE_SYSTEM_INDICATOR","features":[210]},{"name":"ROLE_SYSTEM_IPADDRESS","features":[210]},{"name":"ROLE_SYSTEM_LINK","features":[210]},{"name":"ROLE_SYSTEM_LIST","features":[210]},{"name":"ROLE_SYSTEM_LISTITEM","features":[210]},{"name":"ROLE_SYSTEM_MENUBAR","features":[210]},{"name":"ROLE_SYSTEM_MENUITEM","features":[210]},{"name":"ROLE_SYSTEM_MENUPOPUP","features":[210]},{"name":"ROLE_SYSTEM_OUTLINE","features":[210]},{"name":"ROLE_SYSTEM_OUTLINEBUTTON","features":[210]},{"name":"ROLE_SYSTEM_OUTLINEITEM","features":[210]},{"name":"ROLE_SYSTEM_PAGETAB","features":[210]},{"name":"ROLE_SYSTEM_PAGETABLIST","features":[210]},{"name":"ROLE_SYSTEM_PANE","features":[210]},{"name":"ROLE_SYSTEM_PROGRESSBAR","features":[210]},{"name":"ROLE_SYSTEM_PROPERTYPAGE","features":[210]},{"name":"ROLE_SYSTEM_PUSHBUTTON","features":[210]},{"name":"ROLE_SYSTEM_RADIOBUTTON","features":[210]},{"name":"ROLE_SYSTEM_ROW","features":[210]},{"name":"ROLE_SYSTEM_ROWHEADER","features":[210]},{"name":"ROLE_SYSTEM_SCROLLBAR","features":[210]},{"name":"ROLE_SYSTEM_SEPARATOR","features":[210]},{"name":"ROLE_SYSTEM_SLIDER","features":[210]},{"name":"ROLE_SYSTEM_SOUND","features":[210]},{"name":"ROLE_SYSTEM_SPINBUTTON","features":[210]},{"name":"ROLE_SYSTEM_SPLITBUTTON","features":[210]},{"name":"ROLE_SYSTEM_STATICTEXT","features":[210]},{"name":"ROLE_SYSTEM_STATUSBAR","features":[210]},{"name":"ROLE_SYSTEM_TABLE","features":[210]},{"name":"ROLE_SYSTEM_TEXT","features":[210]},{"name":"ROLE_SYSTEM_TITLEBAR","features":[210]},{"name":"ROLE_SYSTEM_TOOLBAR","features":[210]},{"name":"ROLE_SYSTEM_TOOLTIP","features":[210]},{"name":"ROLE_SYSTEM_WHITESPACE","features":[210]},{"name":"ROLE_SYSTEM_WINDOW","features":[210]},{"name":"RadioButton_Control_GUID","features":[210]},{"name":"RangeValuePattern_SetValue","features":[210]},{"name":"RangeValue_IsReadOnly_Property_GUID","features":[210]},{"name":"RangeValue_LargeChange_Property_GUID","features":[210]},{"name":"RangeValue_Maximum_Property_GUID","features":[210]},{"name":"RangeValue_Minimum_Property_GUID","features":[210]},{"name":"RangeValue_Pattern_GUID","features":[210]},{"name":"RangeValue_SmallChange_Property_GUID","features":[210]},{"name":"RangeValue_Value_Property_GUID","features":[210]},{"name":"RegisterPointerInputTarget","features":[3,210,52]},{"name":"RegisterPointerInputTargetEx","features":[3,210,52]},{"name":"Rotation_Property_GUID","features":[210]},{"name":"RowOrColumnMajor","features":[210]},{"name":"RowOrColumnMajor_ColumnMajor","features":[210]},{"name":"RowOrColumnMajor_Indeterminate","features":[210]},{"name":"RowOrColumnMajor_RowMajor","features":[210]},{"name":"RuntimeId_Property_GUID","features":[210]},{"name":"SELFLAG_ADDSELECTION","features":[210]},{"name":"SELFLAG_EXTENDSELECTION","features":[210]},{"name":"SELFLAG_NONE","features":[210]},{"name":"SELFLAG_REMOVESELECTION","features":[210]},{"name":"SELFLAG_TAKEFOCUS","features":[210]},{"name":"SELFLAG_TAKESELECTION","features":[210]},{"name":"SELFLAG_VALID","features":[210]},{"name":"SERIALKEYSA","features":[210]},{"name":"SERIALKEYSW","features":[210]},{"name":"SERIALKEYS_FLAGS","features":[210]},{"name":"SERKF_AVAILABLE","features":[210]},{"name":"SERKF_INDICATOR","features":[210]},{"name":"SERKF_SERIALKEYSON","features":[210]},{"name":"SID_ControlElementProvider","features":[210]},{"name":"SID_IsUIAutomationObject","features":[210]},{"name":"SKF_AUDIBLEFEEDBACK","features":[210]},{"name":"SKF_AVAILABLE","features":[210]},{"name":"SKF_CONFIRMHOTKEY","features":[210]},{"name":"SKF_HOTKEYACTIVE","features":[210]},{"name":"SKF_HOTKEYSOUND","features":[210]},{"name":"SKF_INDICATOR","features":[210]},{"name":"SKF_LALTLATCHED","features":[210]},{"name":"SKF_LALTLOCKED","features":[210]},{"name":"SKF_LCTLLATCHED","features":[210]},{"name":"SKF_LCTLLOCKED","features":[210]},{"name":"SKF_LSHIFTLATCHED","features":[210]},{"name":"SKF_LSHIFTLOCKED","features":[210]},{"name":"SKF_LWINLATCHED","features":[210]},{"name":"SKF_LWINLOCKED","features":[210]},{"name":"SKF_RALTLATCHED","features":[210]},{"name":"SKF_RALTLOCKED","features":[210]},{"name":"SKF_RCTLLATCHED","features":[210]},{"name":"SKF_RCTLLOCKED","features":[210]},{"name":"SKF_RSHIFTLATCHED","features":[210]},{"name":"SKF_RSHIFTLOCKED","features":[210]},{"name":"SKF_RWINLATCHED","features":[210]},{"name":"SKF_RWINLOCKED","features":[210]},{"name":"SKF_STICKYKEYSON","features":[210]},{"name":"SKF_TRISTATE","features":[210]},{"name":"SKF_TWOKEYSOFF","features":[210]},{"name":"SOUNDSENTRYA","features":[210]},{"name":"SOUNDSENTRYW","features":[210]},{"name":"SOUNDSENTRY_FLAGS","features":[210]},{"name":"SOUNDSENTRY_TEXT_EFFECT","features":[210]},{"name":"SOUNDSENTRY_WINDOWS_EFFECT","features":[210]},{"name":"SOUND_SENTRY_GRAPHICS_EFFECT","features":[210]},{"name":"SSF_AVAILABLE","features":[210]},{"name":"SSF_INDICATOR","features":[210]},{"name":"SSF_SOUNDSENTRYON","features":[210]},{"name":"SSGF_DISPLAY","features":[210]},{"name":"SSGF_NONE","features":[210]},{"name":"SSTF_BORDER","features":[210]},{"name":"SSTF_CHARS","features":[210]},{"name":"SSTF_DISPLAY","features":[210]},{"name":"SSTF_NONE","features":[210]},{"name":"SSWF_CUSTOM","features":[210]},{"name":"SSWF_DISPLAY","features":[210]},{"name":"SSWF_NONE","features":[210]},{"name":"SSWF_TITLE","features":[210]},{"name":"SSWF_WINDOW","features":[210]},{"name":"STATE_SYSTEM_HASPOPUP","features":[210]},{"name":"STATE_SYSTEM_NORMAL","features":[210]},{"name":"STICKYKEYS","features":[210]},{"name":"STICKYKEYS_FLAGS","features":[210]},{"name":"SayAsInterpretAs","features":[210]},{"name":"SayAsInterpretAs_Address","features":[210]},{"name":"SayAsInterpretAs_Alphanumeric","features":[210]},{"name":"SayAsInterpretAs_Cardinal","features":[210]},{"name":"SayAsInterpretAs_Currency","features":[210]},{"name":"SayAsInterpretAs_Date","features":[210]},{"name":"SayAsInterpretAs_Date_DayMonth","features":[210]},{"name":"SayAsInterpretAs_Date_DayMonthYear","features":[210]},{"name":"SayAsInterpretAs_Date_MonthDay","features":[210]},{"name":"SayAsInterpretAs_Date_MonthDayYear","features":[210]},{"name":"SayAsInterpretAs_Date_MonthYear","features":[210]},{"name":"SayAsInterpretAs_Date_Year","features":[210]},{"name":"SayAsInterpretAs_Date_YearMonth","features":[210]},{"name":"SayAsInterpretAs_Date_YearMonthDay","features":[210]},{"name":"SayAsInterpretAs_Media","features":[210]},{"name":"SayAsInterpretAs_Name","features":[210]},{"name":"SayAsInterpretAs_Net","features":[210]},{"name":"SayAsInterpretAs_None","features":[210]},{"name":"SayAsInterpretAs_Number","features":[210]},{"name":"SayAsInterpretAs_Ordinal","features":[210]},{"name":"SayAsInterpretAs_Spell","features":[210]},{"name":"SayAsInterpretAs_Telephone","features":[210]},{"name":"SayAsInterpretAs_Time","features":[210]},{"name":"SayAsInterpretAs_Time_HoursMinutes12","features":[210]},{"name":"SayAsInterpretAs_Time_HoursMinutes24","features":[210]},{"name":"SayAsInterpretAs_Time_HoursMinutesSeconds12","features":[210]},{"name":"SayAsInterpretAs_Time_HoursMinutesSeconds24","features":[210]},{"name":"SayAsInterpretAs_Url","features":[210]},{"name":"ScrollAmount","features":[210]},{"name":"ScrollAmount_LargeDecrement","features":[210]},{"name":"ScrollAmount_LargeIncrement","features":[210]},{"name":"ScrollAmount_NoAmount","features":[210]},{"name":"ScrollAmount_SmallDecrement","features":[210]},{"name":"ScrollAmount_SmallIncrement","features":[210]},{"name":"ScrollBar_Control_GUID","features":[210]},{"name":"ScrollItemPattern_ScrollIntoView","features":[210]},{"name":"ScrollItem_Pattern_GUID","features":[210]},{"name":"ScrollPattern_Scroll","features":[210]},{"name":"ScrollPattern_SetScrollPercent","features":[210]},{"name":"Scroll_HorizontalScrollPercent_Property_GUID","features":[210]},{"name":"Scroll_HorizontalViewSize_Property_GUID","features":[210]},{"name":"Scroll_HorizontallyScrollable_Property_GUID","features":[210]},{"name":"Scroll_Pattern_GUID","features":[210]},{"name":"Scroll_VerticalScrollPercent_Property_GUID","features":[210]},{"name":"Scroll_VerticalViewSize_Property_GUID","features":[210]},{"name":"Scroll_VerticallyScrollable_Property_GUID","features":[210]},{"name":"Selection2_CurrentSelectedItem_Property_GUID","features":[210]},{"name":"Selection2_FirstSelectedItem_Property_GUID","features":[210]},{"name":"Selection2_ItemCount_Property_GUID","features":[210]},{"name":"Selection2_LastSelectedItem_Property_GUID","features":[210]},{"name":"SelectionItemPattern_AddToSelection","features":[210]},{"name":"SelectionItemPattern_RemoveFromSelection","features":[210]},{"name":"SelectionItemPattern_Select","features":[210]},{"name":"SelectionItem_ElementAddedToSelectionEvent_Event_GUID","features":[210]},{"name":"SelectionItem_ElementRemovedFromSelectionEvent_Event_GUID","features":[210]},{"name":"SelectionItem_ElementSelectedEvent_Event_GUID","features":[210]},{"name":"SelectionItem_IsSelected_Property_GUID","features":[210]},{"name":"SelectionItem_Pattern_GUID","features":[210]},{"name":"SelectionItem_SelectionContainer_Property_GUID","features":[210]},{"name":"Selection_CanSelectMultiple_Property_GUID","features":[210]},{"name":"Selection_InvalidatedEvent_Event_GUID","features":[210]},{"name":"Selection_IsSelectionRequired_Property_GUID","features":[210]},{"name":"Selection_Pattern2_GUID","features":[210]},{"name":"Selection_Pattern_GUID","features":[210]},{"name":"Selection_Selection_Property_GUID","features":[210]},{"name":"SemanticZoom_Control_GUID","features":[210]},{"name":"Separator_Control_GUID","features":[210]},{"name":"SetWinEventHook","features":[3,210]},{"name":"SizeOfSet_Property_GUID","features":[210]},{"name":"Size_Property_GUID","features":[210]},{"name":"Slider_Control_GUID","features":[210]},{"name":"Spinner_Control_GUID","features":[210]},{"name":"SplitButton_Control_GUID","features":[210]},{"name":"SpreadsheetItem_AnnotationObjects_Property_GUID","features":[210]},{"name":"SpreadsheetItem_AnnotationTypes_Property_GUID","features":[210]},{"name":"SpreadsheetItem_Formula_Property_GUID","features":[210]},{"name":"SpreadsheetItem_Pattern_GUID","features":[210]},{"name":"Spreadsheet_Pattern_GUID","features":[210]},{"name":"StatusBar_Control_GUID","features":[210]},{"name":"StructureChangeType","features":[210]},{"name":"StructureChangeType_ChildAdded","features":[210]},{"name":"StructureChangeType_ChildRemoved","features":[210]},{"name":"StructureChangeType_ChildrenBulkAdded","features":[210]},{"name":"StructureChangeType_ChildrenBulkRemoved","features":[210]},{"name":"StructureChangeType_ChildrenInvalidated","features":[210]},{"name":"StructureChangeType_ChildrenReordered","features":[210]},{"name":"StructureChanged_Event_GUID","features":[210]},{"name":"StructuredMarkup_CompositionComplete_Event_GUID","features":[210]},{"name":"StructuredMarkup_Deleted_Event_GUID","features":[210]},{"name":"StructuredMarkup_Pattern_GUID","features":[210]},{"name":"StructuredMarkup_SelectionChanged_Event_GUID","features":[210]},{"name":"StyleId_BulletedList","features":[210]},{"name":"StyleId_BulletedList_GUID","features":[210]},{"name":"StyleId_Custom","features":[210]},{"name":"StyleId_Custom_GUID","features":[210]},{"name":"StyleId_Emphasis","features":[210]},{"name":"StyleId_Emphasis_GUID","features":[210]},{"name":"StyleId_Heading1","features":[210]},{"name":"StyleId_Heading1_GUID","features":[210]},{"name":"StyleId_Heading2","features":[210]},{"name":"StyleId_Heading2_GUID","features":[210]},{"name":"StyleId_Heading3","features":[210]},{"name":"StyleId_Heading3_GUID","features":[210]},{"name":"StyleId_Heading4","features":[210]},{"name":"StyleId_Heading4_GUID","features":[210]},{"name":"StyleId_Heading5","features":[210]},{"name":"StyleId_Heading5_GUID","features":[210]},{"name":"StyleId_Heading6","features":[210]},{"name":"StyleId_Heading6_GUID","features":[210]},{"name":"StyleId_Heading7","features":[210]},{"name":"StyleId_Heading7_GUID","features":[210]},{"name":"StyleId_Heading8","features":[210]},{"name":"StyleId_Heading8_GUID","features":[210]},{"name":"StyleId_Heading9","features":[210]},{"name":"StyleId_Heading9_GUID","features":[210]},{"name":"StyleId_Normal","features":[210]},{"name":"StyleId_Normal_GUID","features":[210]},{"name":"StyleId_NumberedList","features":[210]},{"name":"StyleId_NumberedList_GUID","features":[210]},{"name":"StyleId_Quote","features":[210]},{"name":"StyleId_Quote_GUID","features":[210]},{"name":"StyleId_Subtitle","features":[210]},{"name":"StyleId_Subtitle_GUID","features":[210]},{"name":"StyleId_Title","features":[210]},{"name":"StyleId_Title_GUID","features":[210]},{"name":"Styles_ExtendedProperties_Property_GUID","features":[210]},{"name":"Styles_FillColor_Property_GUID","features":[210]},{"name":"Styles_FillPatternColor_Property_GUID","features":[210]},{"name":"Styles_FillPatternStyle_Property_GUID","features":[210]},{"name":"Styles_Pattern_GUID","features":[210]},{"name":"Styles_Shape_Property_GUID","features":[210]},{"name":"Styles_StyleId_Property_GUID","features":[210]},{"name":"Styles_StyleName_Property_GUID","features":[210]},{"name":"SupportedTextSelection","features":[210]},{"name":"SupportedTextSelection_Multiple","features":[210]},{"name":"SupportedTextSelection_None","features":[210]},{"name":"SupportedTextSelection_Single","features":[210]},{"name":"SynchronizedInputPattern_Cancel","features":[210]},{"name":"SynchronizedInputPattern_StartListening","features":[210]},{"name":"SynchronizedInputType","features":[210]},{"name":"SynchronizedInputType_KeyDown","features":[210]},{"name":"SynchronizedInputType_KeyUp","features":[210]},{"name":"SynchronizedInputType_LeftMouseDown","features":[210]},{"name":"SynchronizedInputType_LeftMouseUp","features":[210]},{"name":"SynchronizedInputType_RightMouseDown","features":[210]},{"name":"SynchronizedInputType_RightMouseUp","features":[210]},{"name":"SynchronizedInput_Pattern_GUID","features":[210]},{"name":"SystemAlert_Event_GUID","features":[210]},{"name":"TOGGLEKEYS","features":[210]},{"name":"TabItem_Control_GUID","features":[210]},{"name":"Tab_Control_GUID","features":[210]},{"name":"TableItem_ColumnHeaderItems_Property_GUID","features":[210]},{"name":"TableItem_Pattern_GUID","features":[210]},{"name":"TableItem_RowHeaderItems_Property_GUID","features":[210]},{"name":"Table_ColumnHeaders_Property_GUID","features":[210]},{"name":"Table_Control_GUID","features":[210]},{"name":"Table_Pattern_GUID","features":[210]},{"name":"Table_RowHeaders_Property_GUID","features":[210]},{"name":"Table_RowOrColumnMajor_Property_GUID","features":[210]},{"name":"TextChild_Pattern_GUID","features":[210]},{"name":"TextDecorationLineStyle","features":[210]},{"name":"TextDecorationLineStyle_Dash","features":[210]},{"name":"TextDecorationLineStyle_DashDot","features":[210]},{"name":"TextDecorationLineStyle_DashDotDot","features":[210]},{"name":"TextDecorationLineStyle_Dot","features":[210]},{"name":"TextDecorationLineStyle_Double","features":[210]},{"name":"TextDecorationLineStyle_DoubleWavy","features":[210]},{"name":"TextDecorationLineStyle_LongDash","features":[210]},{"name":"TextDecorationLineStyle_None","features":[210]},{"name":"TextDecorationLineStyle_Other","features":[210]},{"name":"TextDecorationLineStyle_Single","features":[210]},{"name":"TextDecorationLineStyle_ThickDash","features":[210]},{"name":"TextDecorationLineStyle_ThickDashDot","features":[210]},{"name":"TextDecorationLineStyle_ThickDashDotDot","features":[210]},{"name":"TextDecorationLineStyle_ThickDot","features":[210]},{"name":"TextDecorationLineStyle_ThickLongDash","features":[210]},{"name":"TextDecorationLineStyle_ThickSingle","features":[210]},{"name":"TextDecorationLineStyle_ThickWavy","features":[210]},{"name":"TextDecorationLineStyle_Wavy","features":[210]},{"name":"TextDecorationLineStyle_WordsOnly","features":[210]},{"name":"TextEditChangeType","features":[210]},{"name":"TextEditChangeType_AutoComplete","features":[210]},{"name":"TextEditChangeType_AutoCorrect","features":[210]},{"name":"TextEditChangeType_Composition","features":[210]},{"name":"TextEditChangeType_CompositionFinalized","features":[210]},{"name":"TextEditChangeType_None","features":[210]},{"name":"TextEdit_ConversionTargetChanged_Event_GUID","features":[210]},{"name":"TextEdit_Pattern_GUID","features":[210]},{"name":"TextEdit_TextChanged_Event_GUID","features":[210]},{"name":"TextPatternRangeEndpoint","features":[210]},{"name":"TextPatternRangeEndpoint_End","features":[210]},{"name":"TextPatternRangeEndpoint_Start","features":[210]},{"name":"TextPattern_GetSelection","features":[43,210]},{"name":"TextPattern_GetVisibleRanges","features":[43,210]},{"name":"TextPattern_RangeFromChild","features":[210]},{"name":"TextPattern_RangeFromPoint","features":[210]},{"name":"TextPattern_get_DocumentRange","features":[210]},{"name":"TextPattern_get_SupportedTextSelection","features":[210]},{"name":"TextRange_AddToSelection","features":[210]},{"name":"TextRange_Clone","features":[210]},{"name":"TextRange_Compare","features":[3,210]},{"name":"TextRange_CompareEndpoints","features":[210]},{"name":"TextRange_ExpandToEnclosingUnit","features":[210]},{"name":"TextRange_FindAttribute","features":[3,43,44,210]},{"name":"TextRange_FindText","features":[3,210]},{"name":"TextRange_GetAttributeValue","features":[3,43,44,210]},{"name":"TextRange_GetBoundingRectangles","features":[43,210]},{"name":"TextRange_GetChildren","features":[43,210]},{"name":"TextRange_GetEnclosingElement","features":[210]},{"name":"TextRange_GetText","features":[210]},{"name":"TextRange_Move","features":[210]},{"name":"TextRange_MoveEndpointByRange","features":[210]},{"name":"TextRange_MoveEndpointByUnit","features":[210]},{"name":"TextRange_RemoveFromSelection","features":[210]},{"name":"TextRange_ScrollIntoView","features":[3,210]},{"name":"TextRange_Select","features":[210]},{"name":"TextUnit","features":[210]},{"name":"TextUnit_Character","features":[210]},{"name":"TextUnit_Document","features":[210]},{"name":"TextUnit_Format","features":[210]},{"name":"TextUnit_Line","features":[210]},{"name":"TextUnit_Page","features":[210]},{"name":"TextUnit_Paragraph","features":[210]},{"name":"TextUnit_Word","features":[210]},{"name":"Text_AfterParagraphSpacing_Attribute_GUID","features":[210]},{"name":"Text_AfterSpacing_Attribute_GUID","features":[210]},{"name":"Text_AnimationStyle_Attribute_GUID","features":[210]},{"name":"Text_AnnotationObjects_Attribute_GUID","features":[210]},{"name":"Text_AnnotationTypes_Attribute_GUID","features":[210]},{"name":"Text_BackgroundColor_Attribute_GUID","features":[210]},{"name":"Text_BeforeParagraphSpacing_Attribute_GUID","features":[210]},{"name":"Text_BeforeSpacing_Attribute_GUID","features":[210]},{"name":"Text_BulletStyle_Attribute_GUID","features":[210]},{"name":"Text_CapStyle_Attribute_GUID","features":[210]},{"name":"Text_CaretBidiMode_Attribute_GUID","features":[210]},{"name":"Text_CaretPosition_Attribute_GUID","features":[210]},{"name":"Text_Control_GUID","features":[210]},{"name":"Text_Culture_Attribute_GUID","features":[210]},{"name":"Text_FontName_Attribute_GUID","features":[210]},{"name":"Text_FontSize_Attribute_GUID","features":[210]},{"name":"Text_FontWeight_Attribute_GUID","features":[210]},{"name":"Text_ForegroundColor_Attribute_GUID","features":[210]},{"name":"Text_HorizontalTextAlignment_Attribute_GUID","features":[210]},{"name":"Text_IndentationFirstLine_Attribute_GUID","features":[210]},{"name":"Text_IndentationLeading_Attribute_GUID","features":[210]},{"name":"Text_IndentationTrailing_Attribute_GUID","features":[210]},{"name":"Text_IsActive_Attribute_GUID","features":[210]},{"name":"Text_IsHidden_Attribute_GUID","features":[210]},{"name":"Text_IsItalic_Attribute_GUID","features":[210]},{"name":"Text_IsReadOnly_Attribute_GUID","features":[210]},{"name":"Text_IsSubscript_Attribute_GUID","features":[210]},{"name":"Text_IsSuperscript_Attribute_GUID","features":[210]},{"name":"Text_LineSpacing_Attribute_GUID","features":[210]},{"name":"Text_Link_Attribute_GUID","features":[210]},{"name":"Text_MarginBottom_Attribute_GUID","features":[210]},{"name":"Text_MarginLeading_Attribute_GUID","features":[210]},{"name":"Text_MarginTop_Attribute_GUID","features":[210]},{"name":"Text_MarginTrailing_Attribute_GUID","features":[210]},{"name":"Text_OutlineStyles_Attribute_GUID","features":[210]},{"name":"Text_OverlineColor_Attribute_GUID","features":[210]},{"name":"Text_OverlineStyle_Attribute_GUID","features":[210]},{"name":"Text_Pattern2_GUID","features":[210]},{"name":"Text_Pattern_GUID","features":[210]},{"name":"Text_SayAsInterpretAs_Attribute_GUID","features":[210]},{"name":"Text_SelectionActiveEnd_Attribute_GUID","features":[210]},{"name":"Text_StrikethroughColor_Attribute_GUID","features":[210]},{"name":"Text_StrikethroughStyle_Attribute_GUID","features":[210]},{"name":"Text_StyleId_Attribute_GUID","features":[210]},{"name":"Text_StyleName_Attribute_GUID","features":[210]},{"name":"Text_Tabs_Attribute_GUID","features":[210]},{"name":"Text_TextChangedEvent_Event_GUID","features":[210]},{"name":"Text_TextFlowDirections_Attribute_GUID","features":[210]},{"name":"Text_TextSelectionChangedEvent_Event_GUID","features":[210]},{"name":"Text_UnderlineColor_Attribute_GUID","features":[210]},{"name":"Text_UnderlineStyle_Attribute_GUID","features":[210]},{"name":"Thumb_Control_GUID","features":[210]},{"name":"TitleBar_Control_GUID","features":[210]},{"name":"TogglePattern_Toggle","features":[210]},{"name":"ToggleState","features":[210]},{"name":"ToggleState_Indeterminate","features":[210]},{"name":"ToggleState_Off","features":[210]},{"name":"ToggleState_On","features":[210]},{"name":"Toggle_Pattern_GUID","features":[210]},{"name":"Toggle_ToggleState_Property_GUID","features":[210]},{"name":"ToolBar_Control_GUID","features":[210]},{"name":"ToolTipClosed_Event_GUID","features":[210]},{"name":"ToolTipOpened_Event_GUID","features":[210]},{"name":"ToolTip_Control_GUID","features":[210]},{"name":"Tranform_Pattern2_GUID","features":[210]},{"name":"Transform2_CanZoom_Property_GUID","features":[210]},{"name":"Transform2_ZoomLevel_Property_GUID","features":[210]},{"name":"Transform2_ZoomMaximum_Property_GUID","features":[210]},{"name":"Transform2_ZoomMinimum_Property_GUID","features":[210]},{"name":"TransformPattern_Move","features":[210]},{"name":"TransformPattern_Resize","features":[210]},{"name":"TransformPattern_Rotate","features":[210]},{"name":"Transform_CanMove_Property_GUID","features":[210]},{"name":"Transform_CanResize_Property_GUID","features":[210]},{"name":"Transform_CanRotate_Property_GUID","features":[210]},{"name":"Transform_Pattern_GUID","features":[210]},{"name":"TreeItem_Control_GUID","features":[210]},{"name":"TreeScope","features":[210]},{"name":"TreeScope_Ancestors","features":[210]},{"name":"TreeScope_Children","features":[210]},{"name":"TreeScope_Descendants","features":[210]},{"name":"TreeScope_Element","features":[210]},{"name":"TreeScope_None","features":[210]},{"name":"TreeScope_Parent","features":[210]},{"name":"TreeScope_Subtree","features":[210]},{"name":"TreeTraversalOptions","features":[210]},{"name":"TreeTraversalOptions_Default","features":[210]},{"name":"TreeTraversalOptions_LastToFirstOrder","features":[210]},{"name":"TreeTraversalOptions_PostOrder","features":[210]},{"name":"Tree_Control_GUID","features":[210]},{"name":"UIA_ANNOTATIONTYPE","features":[210]},{"name":"UIA_AcceleratorKeyPropertyId","features":[210]},{"name":"UIA_AccessKeyPropertyId","features":[210]},{"name":"UIA_ActiveTextPositionChangedEventId","features":[210]},{"name":"UIA_AfterParagraphSpacingAttributeId","features":[210]},{"name":"UIA_AnimationStyleAttributeId","features":[210]},{"name":"UIA_AnnotationAnnotationTypeIdPropertyId","features":[210]},{"name":"UIA_AnnotationAnnotationTypeNamePropertyId","features":[210]},{"name":"UIA_AnnotationAuthorPropertyId","features":[210]},{"name":"UIA_AnnotationDateTimePropertyId","features":[210]},{"name":"UIA_AnnotationObjectsAttributeId","features":[210]},{"name":"UIA_AnnotationObjectsPropertyId","features":[210]},{"name":"UIA_AnnotationPatternId","features":[210]},{"name":"UIA_AnnotationTargetPropertyId","features":[210]},{"name":"UIA_AnnotationTypesAttributeId","features":[210]},{"name":"UIA_AnnotationTypesPropertyId","features":[210]},{"name":"UIA_AppBarControlTypeId","features":[210]},{"name":"UIA_AriaPropertiesPropertyId","features":[210]},{"name":"UIA_AriaRolePropertyId","features":[210]},{"name":"UIA_AsyncContentLoadedEventId","features":[210]},{"name":"UIA_AutomationFocusChangedEventId","features":[210]},{"name":"UIA_AutomationIdPropertyId","features":[210]},{"name":"UIA_AutomationPropertyChangedEventId","features":[210]},{"name":"UIA_BackgroundColorAttributeId","features":[210]},{"name":"UIA_BeforeParagraphSpacingAttributeId","features":[210]},{"name":"UIA_BoundingRectanglePropertyId","features":[210]},{"name":"UIA_BulletStyleAttributeId","features":[210]},{"name":"UIA_ButtonControlTypeId","features":[210]},{"name":"UIA_CHANGE_ID","features":[210]},{"name":"UIA_CONTROLTYPE_ID","features":[210]},{"name":"UIA_CalendarControlTypeId","features":[210]},{"name":"UIA_CapStyleAttributeId","features":[210]},{"name":"UIA_CaretBidiModeAttributeId","features":[210]},{"name":"UIA_CaretPositionAttributeId","features":[210]},{"name":"UIA_CenterPointPropertyId","features":[210]},{"name":"UIA_ChangesEventId","features":[210]},{"name":"UIA_CheckBoxControlTypeId","features":[210]},{"name":"UIA_ClassNamePropertyId","features":[210]},{"name":"UIA_ClickablePointPropertyId","features":[210]},{"name":"UIA_ComboBoxControlTypeId","features":[210]},{"name":"UIA_ControlTypePropertyId","features":[210]},{"name":"UIA_ControllerForPropertyId","features":[210]},{"name":"UIA_CultureAttributeId","features":[210]},{"name":"UIA_CulturePropertyId","features":[210]},{"name":"UIA_CustomControlTypeId","features":[210]},{"name":"UIA_CustomLandmarkTypeId","features":[210]},{"name":"UIA_CustomNavigationPatternId","features":[210]},{"name":"UIA_DataGridControlTypeId","features":[210]},{"name":"UIA_DataItemControlTypeId","features":[210]},{"name":"UIA_DescribedByPropertyId","features":[210]},{"name":"UIA_DockDockPositionPropertyId","features":[210]},{"name":"UIA_DockPatternId","features":[210]},{"name":"UIA_DocumentControlTypeId","features":[210]},{"name":"UIA_DragDropEffectPropertyId","features":[210]},{"name":"UIA_DragDropEffectsPropertyId","features":[210]},{"name":"UIA_DragGrabbedItemsPropertyId","features":[210]},{"name":"UIA_DragIsGrabbedPropertyId","features":[210]},{"name":"UIA_DragPatternId","features":[210]},{"name":"UIA_Drag_DragCancelEventId","features":[210]},{"name":"UIA_Drag_DragCompleteEventId","features":[210]},{"name":"UIA_Drag_DragStartEventId","features":[210]},{"name":"UIA_DropTargetDropTargetEffectPropertyId","features":[210]},{"name":"UIA_DropTargetDropTargetEffectsPropertyId","features":[210]},{"name":"UIA_DropTargetPatternId","features":[210]},{"name":"UIA_DropTarget_DragEnterEventId","features":[210]},{"name":"UIA_DropTarget_DragLeaveEventId","features":[210]},{"name":"UIA_DropTarget_DroppedEventId","features":[210]},{"name":"UIA_EVENT_ID","features":[210]},{"name":"UIA_E_ELEMENTNOTAVAILABLE","features":[210]},{"name":"UIA_E_ELEMENTNOTENABLED","features":[210]},{"name":"UIA_E_INVALIDOPERATION","features":[210]},{"name":"UIA_E_NOCLICKABLEPOINT","features":[210]},{"name":"UIA_E_NOTSUPPORTED","features":[210]},{"name":"UIA_E_PROXYASSEMBLYNOTLOADED","features":[210]},{"name":"UIA_E_TIMEOUT","features":[210]},{"name":"UIA_EditControlTypeId","features":[210]},{"name":"UIA_ExpandCollapseExpandCollapseStatePropertyId","features":[210]},{"name":"UIA_ExpandCollapsePatternId","features":[210]},{"name":"UIA_FillColorPropertyId","features":[210]},{"name":"UIA_FillTypePropertyId","features":[210]},{"name":"UIA_FlowsFromPropertyId","features":[210]},{"name":"UIA_FlowsToPropertyId","features":[210]},{"name":"UIA_FontNameAttributeId","features":[210]},{"name":"UIA_FontSizeAttributeId","features":[210]},{"name":"UIA_FontWeightAttributeId","features":[210]},{"name":"UIA_ForegroundColorAttributeId","features":[210]},{"name":"UIA_FormLandmarkTypeId","features":[210]},{"name":"UIA_FrameworkIdPropertyId","features":[210]},{"name":"UIA_FullDescriptionPropertyId","features":[210]},{"name":"UIA_GridColumnCountPropertyId","features":[210]},{"name":"UIA_GridItemColumnPropertyId","features":[210]},{"name":"UIA_GridItemColumnSpanPropertyId","features":[210]},{"name":"UIA_GridItemContainingGridPropertyId","features":[210]},{"name":"UIA_GridItemPatternId","features":[210]},{"name":"UIA_GridItemRowPropertyId","features":[210]},{"name":"UIA_GridItemRowSpanPropertyId","features":[210]},{"name":"UIA_GridPatternId","features":[210]},{"name":"UIA_GridRowCountPropertyId","features":[210]},{"name":"UIA_GroupControlTypeId","features":[210]},{"name":"UIA_HEADINGLEVEL_ID","features":[210]},{"name":"UIA_HasKeyboardFocusPropertyId","features":[210]},{"name":"UIA_HeaderControlTypeId","features":[210]},{"name":"UIA_HeaderItemControlTypeId","features":[210]},{"name":"UIA_HeadingLevelPropertyId","features":[210]},{"name":"UIA_HelpTextPropertyId","features":[210]},{"name":"UIA_HorizontalTextAlignmentAttributeId","features":[210]},{"name":"UIA_HostedFragmentRootsInvalidatedEventId","features":[210]},{"name":"UIA_HyperlinkControlTypeId","features":[210]},{"name":"UIA_IAFP_DEFAULT","features":[210]},{"name":"UIA_IAFP_UNWRAP_BRIDGE","features":[210]},{"name":"UIA_ImageControlTypeId","features":[210]},{"name":"UIA_IndentationFirstLineAttributeId","features":[210]},{"name":"UIA_IndentationLeadingAttributeId","features":[210]},{"name":"UIA_IndentationTrailingAttributeId","features":[210]},{"name":"UIA_InputDiscardedEventId","features":[210]},{"name":"UIA_InputReachedOtherElementEventId","features":[210]},{"name":"UIA_InputReachedTargetEventId","features":[210]},{"name":"UIA_InvokePatternId","features":[210]},{"name":"UIA_Invoke_InvokedEventId","features":[210]},{"name":"UIA_IsActiveAttributeId","features":[210]},{"name":"UIA_IsAnnotationPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsContentElementPropertyId","features":[210]},{"name":"UIA_IsControlElementPropertyId","features":[210]},{"name":"UIA_IsCustomNavigationPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsDataValidForFormPropertyId","features":[210]},{"name":"UIA_IsDialogPropertyId","features":[210]},{"name":"UIA_IsDockPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsDragPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsDropTargetPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsEnabledPropertyId","features":[210]},{"name":"UIA_IsExpandCollapsePatternAvailablePropertyId","features":[210]},{"name":"UIA_IsGridItemPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsGridPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsHiddenAttributeId","features":[210]},{"name":"UIA_IsInvokePatternAvailablePropertyId","features":[210]},{"name":"UIA_IsItalicAttributeId","features":[210]},{"name":"UIA_IsItemContainerPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsKeyboardFocusablePropertyId","features":[210]},{"name":"UIA_IsLegacyIAccessiblePatternAvailablePropertyId","features":[210]},{"name":"UIA_IsMultipleViewPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsObjectModelPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsOffscreenPropertyId","features":[210]},{"name":"UIA_IsPasswordPropertyId","features":[210]},{"name":"UIA_IsPeripheralPropertyId","features":[210]},{"name":"UIA_IsRangeValuePatternAvailablePropertyId","features":[210]},{"name":"UIA_IsReadOnlyAttributeId","features":[210]},{"name":"UIA_IsRequiredForFormPropertyId","features":[210]},{"name":"UIA_IsScrollItemPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsScrollPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsSelectionItemPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsSelectionPattern2AvailablePropertyId","features":[210]},{"name":"UIA_IsSelectionPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsSpreadsheetItemPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsSpreadsheetPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsStylesPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsSubscriptAttributeId","features":[210]},{"name":"UIA_IsSuperscriptAttributeId","features":[210]},{"name":"UIA_IsSynchronizedInputPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsTableItemPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsTablePatternAvailablePropertyId","features":[210]},{"name":"UIA_IsTextChildPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsTextEditPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsTextPattern2AvailablePropertyId","features":[210]},{"name":"UIA_IsTextPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsTogglePatternAvailablePropertyId","features":[210]},{"name":"UIA_IsTransformPattern2AvailablePropertyId","features":[210]},{"name":"UIA_IsTransformPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsValuePatternAvailablePropertyId","features":[210]},{"name":"UIA_IsVirtualizedItemPatternAvailablePropertyId","features":[210]},{"name":"UIA_IsWindowPatternAvailablePropertyId","features":[210]},{"name":"UIA_ItemContainerPatternId","features":[210]},{"name":"UIA_ItemStatusPropertyId","features":[210]},{"name":"UIA_ItemTypePropertyId","features":[210]},{"name":"UIA_LANDMARKTYPE_ID","features":[210]},{"name":"UIA_LabeledByPropertyId","features":[210]},{"name":"UIA_LandmarkTypePropertyId","features":[210]},{"name":"UIA_LayoutInvalidatedEventId","features":[210]},{"name":"UIA_LegacyIAccessibleChildIdPropertyId","features":[210]},{"name":"UIA_LegacyIAccessibleDefaultActionPropertyId","features":[210]},{"name":"UIA_LegacyIAccessibleDescriptionPropertyId","features":[210]},{"name":"UIA_LegacyIAccessibleHelpPropertyId","features":[210]},{"name":"UIA_LegacyIAccessibleKeyboardShortcutPropertyId","features":[210]},{"name":"UIA_LegacyIAccessibleNamePropertyId","features":[210]},{"name":"UIA_LegacyIAccessiblePatternId","features":[210]},{"name":"UIA_LegacyIAccessibleRolePropertyId","features":[210]},{"name":"UIA_LegacyIAccessibleSelectionPropertyId","features":[210]},{"name":"UIA_LegacyIAccessibleStatePropertyId","features":[210]},{"name":"UIA_LegacyIAccessibleValuePropertyId","features":[210]},{"name":"UIA_LevelPropertyId","features":[210]},{"name":"UIA_LineSpacingAttributeId","features":[210]},{"name":"UIA_LinkAttributeId","features":[210]},{"name":"UIA_ListControlTypeId","features":[210]},{"name":"UIA_ListItemControlTypeId","features":[210]},{"name":"UIA_LiveRegionChangedEventId","features":[210]},{"name":"UIA_LiveSettingPropertyId","features":[210]},{"name":"UIA_LocalizedControlTypePropertyId","features":[210]},{"name":"UIA_LocalizedLandmarkTypePropertyId","features":[210]},{"name":"UIA_METADATA_ID","features":[210]},{"name":"UIA_MainLandmarkTypeId","features":[210]},{"name":"UIA_MarginBottomAttributeId","features":[210]},{"name":"UIA_MarginLeadingAttributeId","features":[210]},{"name":"UIA_MarginTopAttributeId","features":[210]},{"name":"UIA_MarginTrailingAttributeId","features":[210]},{"name":"UIA_MenuBarControlTypeId","features":[210]},{"name":"UIA_MenuClosedEventId","features":[210]},{"name":"UIA_MenuControlTypeId","features":[210]},{"name":"UIA_MenuItemControlTypeId","features":[210]},{"name":"UIA_MenuModeEndEventId","features":[210]},{"name":"UIA_MenuModeStartEventId","features":[210]},{"name":"UIA_MenuOpenedEventId","features":[210]},{"name":"UIA_MultipleViewCurrentViewPropertyId","features":[210]},{"name":"UIA_MultipleViewPatternId","features":[210]},{"name":"UIA_MultipleViewSupportedViewsPropertyId","features":[210]},{"name":"UIA_NamePropertyId","features":[210]},{"name":"UIA_NativeWindowHandlePropertyId","features":[210]},{"name":"UIA_NavigationLandmarkTypeId","features":[210]},{"name":"UIA_NotificationEventId","features":[210]},{"name":"UIA_ObjectModelPatternId","features":[210]},{"name":"UIA_OptimizeForVisualContentPropertyId","features":[210]},{"name":"UIA_OrientationPropertyId","features":[210]},{"name":"UIA_OutlineColorPropertyId","features":[210]},{"name":"UIA_OutlineStylesAttributeId","features":[210]},{"name":"UIA_OutlineThicknessPropertyId","features":[210]},{"name":"UIA_OverlineColorAttributeId","features":[210]},{"name":"UIA_OverlineStyleAttributeId","features":[210]},{"name":"UIA_PATTERN_ID","features":[210]},{"name":"UIA_PFIA_DEFAULT","features":[210]},{"name":"UIA_PFIA_UNWRAP_BRIDGE","features":[210]},{"name":"UIA_PROPERTY_ID","features":[210]},{"name":"UIA_PaneControlTypeId","features":[210]},{"name":"UIA_PositionInSetPropertyId","features":[210]},{"name":"UIA_ProcessIdPropertyId","features":[210]},{"name":"UIA_ProgressBarControlTypeId","features":[210]},{"name":"UIA_ProviderDescriptionPropertyId","features":[210]},{"name":"UIA_RadioButtonControlTypeId","features":[210]},{"name":"UIA_RangeValueIsReadOnlyPropertyId","features":[210]},{"name":"UIA_RangeValueLargeChangePropertyId","features":[210]},{"name":"UIA_RangeValueMaximumPropertyId","features":[210]},{"name":"UIA_RangeValueMinimumPropertyId","features":[210]},{"name":"UIA_RangeValuePatternId","features":[210]},{"name":"UIA_RangeValueSmallChangePropertyId","features":[210]},{"name":"UIA_RangeValueValuePropertyId","features":[210]},{"name":"UIA_RotationPropertyId","features":[210]},{"name":"UIA_RuntimeIdPropertyId","features":[210]},{"name":"UIA_STYLE_ID","features":[210]},{"name":"UIA_SayAsInterpretAsAttributeId","features":[210]},{"name":"UIA_SayAsInterpretAsMetadataId","features":[210]},{"name":"UIA_ScrollBarControlTypeId","features":[210]},{"name":"UIA_ScrollHorizontalScrollPercentPropertyId","features":[210]},{"name":"UIA_ScrollHorizontalViewSizePropertyId","features":[210]},{"name":"UIA_ScrollHorizontallyScrollablePropertyId","features":[210]},{"name":"UIA_ScrollItemPatternId","features":[210]},{"name":"UIA_ScrollPatternId","features":[210]},{"name":"UIA_ScrollPatternNoScroll","features":[210]},{"name":"UIA_ScrollVerticalScrollPercentPropertyId","features":[210]},{"name":"UIA_ScrollVerticalViewSizePropertyId","features":[210]},{"name":"UIA_ScrollVerticallyScrollablePropertyId","features":[210]},{"name":"UIA_SearchLandmarkTypeId","features":[210]},{"name":"UIA_Selection2CurrentSelectedItemPropertyId","features":[210]},{"name":"UIA_Selection2FirstSelectedItemPropertyId","features":[210]},{"name":"UIA_Selection2ItemCountPropertyId","features":[210]},{"name":"UIA_Selection2LastSelectedItemPropertyId","features":[210]},{"name":"UIA_SelectionActiveEndAttributeId","features":[210]},{"name":"UIA_SelectionCanSelectMultiplePropertyId","features":[210]},{"name":"UIA_SelectionIsSelectionRequiredPropertyId","features":[210]},{"name":"UIA_SelectionItemIsSelectedPropertyId","features":[210]},{"name":"UIA_SelectionItemPatternId","features":[210]},{"name":"UIA_SelectionItemSelectionContainerPropertyId","features":[210]},{"name":"UIA_SelectionItem_ElementAddedToSelectionEventId","features":[210]},{"name":"UIA_SelectionItem_ElementRemovedFromSelectionEventId","features":[210]},{"name":"UIA_SelectionItem_ElementSelectedEventId","features":[210]},{"name":"UIA_SelectionPattern2Id","features":[210]},{"name":"UIA_SelectionPatternId","features":[210]},{"name":"UIA_SelectionSelectionPropertyId","features":[210]},{"name":"UIA_Selection_InvalidatedEventId","features":[210]},{"name":"UIA_SemanticZoomControlTypeId","features":[210]},{"name":"UIA_SeparatorControlTypeId","features":[210]},{"name":"UIA_SizeOfSetPropertyId","features":[210]},{"name":"UIA_SizePropertyId","features":[210]},{"name":"UIA_SliderControlTypeId","features":[210]},{"name":"UIA_SpinnerControlTypeId","features":[210]},{"name":"UIA_SplitButtonControlTypeId","features":[210]},{"name":"UIA_SpreadsheetItemAnnotationObjectsPropertyId","features":[210]},{"name":"UIA_SpreadsheetItemAnnotationTypesPropertyId","features":[210]},{"name":"UIA_SpreadsheetItemFormulaPropertyId","features":[210]},{"name":"UIA_SpreadsheetItemPatternId","features":[210]},{"name":"UIA_SpreadsheetPatternId","features":[210]},{"name":"UIA_StatusBarControlTypeId","features":[210]},{"name":"UIA_StrikethroughColorAttributeId","features":[210]},{"name":"UIA_StrikethroughStyleAttributeId","features":[210]},{"name":"UIA_StructureChangedEventId","features":[210]},{"name":"UIA_StyleIdAttributeId","features":[210]},{"name":"UIA_StyleNameAttributeId","features":[210]},{"name":"UIA_StylesExtendedPropertiesPropertyId","features":[210]},{"name":"UIA_StylesFillColorPropertyId","features":[210]},{"name":"UIA_StylesFillPatternColorPropertyId","features":[210]},{"name":"UIA_StylesFillPatternStylePropertyId","features":[210]},{"name":"UIA_StylesPatternId","features":[210]},{"name":"UIA_StylesShapePropertyId","features":[210]},{"name":"UIA_StylesStyleIdPropertyId","features":[210]},{"name":"UIA_StylesStyleNamePropertyId","features":[210]},{"name":"UIA_SummaryChangeId","features":[210]},{"name":"UIA_SynchronizedInputPatternId","features":[210]},{"name":"UIA_SystemAlertEventId","features":[210]},{"name":"UIA_TEXTATTRIBUTE_ID","features":[210]},{"name":"UIA_TabControlTypeId","features":[210]},{"name":"UIA_TabItemControlTypeId","features":[210]},{"name":"UIA_TableColumnHeadersPropertyId","features":[210]},{"name":"UIA_TableControlTypeId","features":[210]},{"name":"UIA_TableItemColumnHeaderItemsPropertyId","features":[210]},{"name":"UIA_TableItemPatternId","features":[210]},{"name":"UIA_TableItemRowHeaderItemsPropertyId","features":[210]},{"name":"UIA_TablePatternId","features":[210]},{"name":"UIA_TableRowHeadersPropertyId","features":[210]},{"name":"UIA_TableRowOrColumnMajorPropertyId","features":[210]},{"name":"UIA_TabsAttributeId","features":[210]},{"name":"UIA_TextChildPatternId","features":[210]},{"name":"UIA_TextControlTypeId","features":[210]},{"name":"UIA_TextEditPatternId","features":[210]},{"name":"UIA_TextEdit_ConversionTargetChangedEventId","features":[210]},{"name":"UIA_TextEdit_TextChangedEventId","features":[210]},{"name":"UIA_TextFlowDirectionsAttributeId","features":[210]},{"name":"UIA_TextPattern2Id","features":[210]},{"name":"UIA_TextPatternId","features":[210]},{"name":"UIA_Text_TextChangedEventId","features":[210]},{"name":"UIA_Text_TextSelectionChangedEventId","features":[210]},{"name":"UIA_ThumbControlTypeId","features":[210]},{"name":"UIA_TitleBarControlTypeId","features":[210]},{"name":"UIA_TogglePatternId","features":[210]},{"name":"UIA_ToggleToggleStatePropertyId","features":[210]},{"name":"UIA_ToolBarControlTypeId","features":[210]},{"name":"UIA_ToolTipClosedEventId","features":[210]},{"name":"UIA_ToolTipControlTypeId","features":[210]},{"name":"UIA_ToolTipOpenedEventId","features":[210]},{"name":"UIA_Transform2CanZoomPropertyId","features":[210]},{"name":"UIA_Transform2ZoomLevelPropertyId","features":[210]},{"name":"UIA_Transform2ZoomMaximumPropertyId","features":[210]},{"name":"UIA_Transform2ZoomMinimumPropertyId","features":[210]},{"name":"UIA_TransformCanMovePropertyId","features":[210]},{"name":"UIA_TransformCanResizePropertyId","features":[210]},{"name":"UIA_TransformCanRotatePropertyId","features":[210]},{"name":"UIA_TransformPattern2Id","features":[210]},{"name":"UIA_TransformPatternId","features":[210]},{"name":"UIA_TreeControlTypeId","features":[210]},{"name":"UIA_TreeItemControlTypeId","features":[210]},{"name":"UIA_UnderlineColorAttributeId","features":[210]},{"name":"UIA_UnderlineStyleAttributeId","features":[210]},{"name":"UIA_ValueIsReadOnlyPropertyId","features":[210]},{"name":"UIA_ValuePatternId","features":[210]},{"name":"UIA_ValueValuePropertyId","features":[210]},{"name":"UIA_VirtualizedItemPatternId","features":[210]},{"name":"UIA_VisualEffectsPropertyId","features":[210]},{"name":"UIA_WindowCanMaximizePropertyId","features":[210]},{"name":"UIA_WindowCanMinimizePropertyId","features":[210]},{"name":"UIA_WindowControlTypeId","features":[210]},{"name":"UIA_WindowIsModalPropertyId","features":[210]},{"name":"UIA_WindowIsTopmostPropertyId","features":[210]},{"name":"UIA_WindowPatternId","features":[210]},{"name":"UIA_WindowWindowInteractionStatePropertyId","features":[210]},{"name":"UIA_WindowWindowVisualStatePropertyId","features":[210]},{"name":"UIA_Window_WindowClosedEventId","features":[210]},{"name":"UIA_Window_WindowOpenedEventId","features":[210]},{"name":"UIAutomationEventInfo","features":[210]},{"name":"UIAutomationMethodInfo","features":[3,210]},{"name":"UIAutomationParameter","features":[210]},{"name":"UIAutomationPatternInfo","features":[3,210]},{"name":"UIAutomationPropertyInfo","features":[210]},{"name":"UIAutomationType","features":[210]},{"name":"UIAutomationType_Array","features":[210]},{"name":"UIAutomationType_Bool","features":[210]},{"name":"UIAutomationType_BoolArray","features":[210]},{"name":"UIAutomationType_Double","features":[210]},{"name":"UIAutomationType_DoubleArray","features":[210]},{"name":"UIAutomationType_Element","features":[210]},{"name":"UIAutomationType_ElementArray","features":[210]},{"name":"UIAutomationType_Int","features":[210]},{"name":"UIAutomationType_IntArray","features":[210]},{"name":"UIAutomationType_Out","features":[210]},{"name":"UIAutomationType_OutBool","features":[210]},{"name":"UIAutomationType_OutBoolArray","features":[210]},{"name":"UIAutomationType_OutDouble","features":[210]},{"name":"UIAutomationType_OutDoubleArray","features":[210]},{"name":"UIAutomationType_OutElement","features":[210]},{"name":"UIAutomationType_OutElementArray","features":[210]},{"name":"UIAutomationType_OutInt","features":[210]},{"name":"UIAutomationType_OutIntArray","features":[210]},{"name":"UIAutomationType_OutPoint","features":[210]},{"name":"UIAutomationType_OutPointArray","features":[210]},{"name":"UIAutomationType_OutRect","features":[210]},{"name":"UIAutomationType_OutRectArray","features":[210]},{"name":"UIAutomationType_OutString","features":[210]},{"name":"UIAutomationType_OutStringArray","features":[210]},{"name":"UIAutomationType_Point","features":[210]},{"name":"UIAutomationType_PointArray","features":[210]},{"name":"UIAutomationType_Rect","features":[210]},{"name":"UIAutomationType_RectArray","features":[210]},{"name":"UIAutomationType_String","features":[210]},{"name":"UIAutomationType_StringArray","features":[210]},{"name":"UiaAddEvent","features":[43,210]},{"name":"UiaAndOrCondition","features":[210]},{"name":"UiaAppendRuntimeId","features":[210]},{"name":"UiaAsyncContentLoadedEventArgs","features":[210]},{"name":"UiaCacheRequest","features":[210]},{"name":"UiaChangeInfo","features":[3,43,44,210]},{"name":"UiaChangesEventArgs","features":[3,43,44,210]},{"name":"UiaClientsAreListening","features":[3,210]},{"name":"UiaCondition","features":[210]},{"name":"UiaDisconnectAllProviders","features":[210]},{"name":"UiaDisconnectProvider","features":[210]},{"name":"UiaEventAddWindow","features":[3,210]},{"name":"UiaEventArgs","features":[210]},{"name":"UiaEventCallback","features":[43,210]},{"name":"UiaEventRemoveWindow","features":[3,210]},{"name":"UiaFind","features":[3,43,210]},{"name":"UiaFindParams","features":[3,210]},{"name":"UiaGetErrorDescription","features":[3,210]},{"name":"UiaGetPatternProvider","features":[210]},{"name":"UiaGetPropertyValue","features":[3,43,44,210]},{"name":"UiaGetReservedMixedAttributeValue","features":[210]},{"name":"UiaGetReservedNotSupportedValue","features":[210]},{"name":"UiaGetRootNode","features":[210]},{"name":"UiaGetRuntimeId","features":[43,210]},{"name":"UiaGetUpdatedCache","features":[43,210]},{"name":"UiaHPatternObjectFromVariant","features":[3,43,44,210]},{"name":"UiaHTextRangeFromVariant","features":[3,43,44,210]},{"name":"UiaHUiaNodeFromVariant","features":[3,43,44,210]},{"name":"UiaHasServerSideProvider","features":[3,210]},{"name":"UiaHostProviderFromHwnd","features":[3,210]},{"name":"UiaIAccessibleFromProvider","features":[3,43,44,210]},{"name":"UiaLookupId","features":[210]},{"name":"UiaNavigate","features":[43,210]},{"name":"UiaNodeFromFocus","features":[43,210]},{"name":"UiaNodeFromHandle","features":[3,210]},{"name":"UiaNodeFromPoint","features":[43,210]},{"name":"UiaNodeFromProvider","features":[210]},{"name":"UiaNodeRelease","features":[3,210]},{"name":"UiaNotCondition","features":[210]},{"name":"UiaPatternRelease","features":[3,210]},{"name":"UiaPoint","features":[210]},{"name":"UiaPropertyChangedEventArgs","features":[3,43,44,210]},{"name":"UiaPropertyCondition","features":[3,43,44,210]},{"name":"UiaProviderCallback","features":[3,43,210]},{"name":"UiaProviderForNonClient","features":[3,210]},{"name":"UiaProviderFromIAccessible","features":[210]},{"name":"UiaRaiseActiveTextPositionChangedEvent","features":[210]},{"name":"UiaRaiseAsyncContentLoadedEvent","features":[210]},{"name":"UiaRaiseAutomationEvent","features":[210]},{"name":"UiaRaiseAutomationPropertyChangedEvent","features":[3,43,44,210]},{"name":"UiaRaiseChangesEvent","features":[3,43,44,210]},{"name":"UiaRaiseNotificationEvent","features":[210]},{"name":"UiaRaiseStructureChangedEvent","features":[210]},{"name":"UiaRaiseTextEditTextChangedEvent","features":[43,210]},{"name":"UiaRect","features":[210]},{"name":"UiaRegisterProviderCallback","features":[3,43,210]},{"name":"UiaRemoveEvent","features":[210]},{"name":"UiaReturnRawElementProvider","features":[3,210]},{"name":"UiaRootObjectId","features":[210]},{"name":"UiaSetFocus","features":[210]},{"name":"UiaStructureChangedEventArgs","features":[210]},{"name":"UiaTextEditTextChangedEventArgs","features":[43,210]},{"name":"UiaTextRangeRelease","features":[3,210]},{"name":"UiaWindowClosedEventArgs","features":[210]},{"name":"UnhookWinEvent","features":[3,210]},{"name":"UnregisterPointerInputTarget","features":[3,210,52]},{"name":"UnregisterPointerInputTargetEx","features":[3,210,52]},{"name":"ValuePattern_SetValue","features":[210]},{"name":"Value_IsReadOnly_Property_GUID","features":[210]},{"name":"Value_Pattern_GUID","features":[210]},{"name":"Value_Value_Property_GUID","features":[210]},{"name":"VirtualizedItemPattern_Realize","features":[210]},{"name":"VirtualizedItem_Pattern_GUID","features":[210]},{"name":"VisualEffects","features":[210]},{"name":"VisualEffects_Bevel","features":[210]},{"name":"VisualEffects_Glow","features":[210]},{"name":"VisualEffects_None","features":[210]},{"name":"VisualEffects_Property_GUID","features":[210]},{"name":"VisualEffects_Reflection","features":[210]},{"name":"VisualEffects_Shadow","features":[210]},{"name":"VisualEffects_SoftEdges","features":[210]},{"name":"WINEVENTPROC","features":[3,210]},{"name":"WindowFromAccessibleObject","features":[3,210]},{"name":"WindowInteractionState","features":[210]},{"name":"WindowInteractionState_BlockedByModalWindow","features":[210]},{"name":"WindowInteractionState_Closing","features":[210]},{"name":"WindowInteractionState_NotResponding","features":[210]},{"name":"WindowInteractionState_ReadyForUserInteraction","features":[210]},{"name":"WindowInteractionState_Running","features":[210]},{"name":"WindowPattern_Close","features":[210]},{"name":"WindowPattern_SetWindowVisualState","features":[210]},{"name":"WindowPattern_WaitForInputIdle","features":[3,210]},{"name":"WindowVisualState","features":[210]},{"name":"WindowVisualState_Maximized","features":[210]},{"name":"WindowVisualState_Minimized","features":[210]},{"name":"WindowVisualState_Normal","features":[210]},{"name":"Window_CanMaximize_Property_GUID","features":[210]},{"name":"Window_CanMinimize_Property_GUID","features":[210]},{"name":"Window_Control_GUID","features":[210]},{"name":"Window_IsModal_Property_GUID","features":[210]},{"name":"Window_IsTopmost_Property_GUID","features":[210]},{"name":"Window_Pattern_GUID","features":[210]},{"name":"Window_WindowClosed_Event_GUID","features":[210]},{"name":"Window_WindowInteractionState_Property_GUID","features":[210]},{"name":"Window_WindowOpened_Event_GUID","features":[210]},{"name":"Window_WindowVisualState_Property_GUID","features":[210]},{"name":"ZoomUnit","features":[210]},{"name":"ZoomUnit_LargeDecrement","features":[210]},{"name":"ZoomUnit_LargeIncrement","features":[210]},{"name":"ZoomUnit_NoAmount","features":[210]},{"name":"ZoomUnit_SmallDecrement","features":[210]},{"name":"ZoomUnit_SmallIncrement","features":[210]}],"652":[{"name":"ATTRIB_MATTE","features":[57]},{"name":"ATTRIB_TRANSPARENCY","features":[57]},{"name":"AssociateColorProfileWithDeviceA","features":[3,57]},{"name":"AssociateColorProfileWithDeviceW","features":[3,57]},{"name":"BEST_MODE","features":[57]},{"name":"BMFORMAT","features":[57]},{"name":"BM_10b_G3CH","features":[57]},{"name":"BM_10b_Lab","features":[57]},{"name":"BM_10b_RGB","features":[57]},{"name":"BM_10b_XYZ","features":[57]},{"name":"BM_10b_Yxy","features":[57]},{"name":"BM_16b_G3CH","features":[57]},{"name":"BM_16b_GRAY","features":[57]},{"name":"BM_16b_Lab","features":[57]},{"name":"BM_16b_RGB","features":[57]},{"name":"BM_16b_XYZ","features":[57]},{"name":"BM_16b_Yxy","features":[57]},{"name":"BM_32b_scARGB","features":[57]},{"name":"BM_32b_scRGB","features":[57]},{"name":"BM_565RGB","features":[57]},{"name":"BM_5CHANNEL","features":[57]},{"name":"BM_6CHANNEL","features":[57]},{"name":"BM_7CHANNEL","features":[57]},{"name":"BM_8CHANNEL","features":[57]},{"name":"BM_BGRTRIPLETS","features":[57]},{"name":"BM_CMYKQUADS","features":[57]},{"name":"BM_G3CHTRIPLETS","features":[57]},{"name":"BM_GRAY","features":[57]},{"name":"BM_KYMCQUADS","features":[57]},{"name":"BM_LabTRIPLETS","features":[57]},{"name":"BM_NAMED_INDEX","features":[57]},{"name":"BM_R10G10B10A2","features":[57]},{"name":"BM_R10G10B10A2_XR","features":[57]},{"name":"BM_R16G16B16A16_FLOAT","features":[57]},{"name":"BM_RGBTRIPLETS","features":[57]},{"name":"BM_S2DOT13FIXED_scARGB","features":[57]},{"name":"BM_S2DOT13FIXED_scRGB","features":[57]},{"name":"BM_XYZTRIPLETS","features":[57]},{"name":"BM_YxyTRIPLETS","features":[57]},{"name":"BM_x555G3CH","features":[57]},{"name":"BM_x555Lab","features":[57]},{"name":"BM_x555RGB","features":[57]},{"name":"BM_x555XYZ","features":[57]},{"name":"BM_x555Yxy","features":[57]},{"name":"BM_xBGRQUADS","features":[57]},{"name":"BM_xG3CHQUADS","features":[57]},{"name":"BM_xRGBQUADS","features":[57]},{"name":"BlackInformation","features":[3,57]},{"name":"CATID_WcsPlugin","features":[57]},{"name":"CMCheckColors","features":[3,57]},{"name":"CMCheckColorsInGamut","features":[3,14,57]},{"name":"CMCheckRGBs","features":[3,57]},{"name":"CMConvertColorNameToIndex","features":[3,57]},{"name":"CMConvertIndexToColorName","features":[3,57]},{"name":"CMCreateDeviceLinkProfile","features":[3,57]},{"name":"CMCreateMultiProfileTransform","features":[57]},{"name":"CMCreateProfile","features":[3,14,57]},{"name":"CMCreateProfileW","features":[3,14,57]},{"name":"CMCreateTransform","features":[14,57]},{"name":"CMCreateTransformExt","features":[14,57]},{"name":"CMCreateTransformExtW","features":[14,57]},{"name":"CMCreateTransformW","features":[14,57]},{"name":"CMDeleteTransform","features":[3,57]},{"name":"CMGetInfo","features":[57]},{"name":"CMGetNamedProfileInfo","features":[3,57]},{"name":"CMIsProfileValid","features":[3,57]},{"name":"CMM_DESCRIPTION","features":[57]},{"name":"CMM_DLL_VERSION","features":[57]},{"name":"CMM_DRIVER_VERSION","features":[57]},{"name":"CMM_FROM_PROFILE","features":[57]},{"name":"CMM_IDENT","features":[57]},{"name":"CMM_LOGOICON","features":[57]},{"name":"CMM_VERSION","features":[57]},{"name":"CMM_WIN_VERSION","features":[57]},{"name":"CMS_BACKWARD","features":[57]},{"name":"CMS_DISABLEICM","features":[57]},{"name":"CMS_DISABLEINTENT","features":[57]},{"name":"CMS_DISABLERENDERINTENT","features":[57]},{"name":"CMS_ENABLEPROOFING","features":[57]},{"name":"CMS_FORWARD","features":[57]},{"name":"CMS_MONITOROVERFLOW","features":[57]},{"name":"CMS_PRINTEROVERFLOW","features":[57]},{"name":"CMS_SETMONITORPROFILE","features":[57]},{"name":"CMS_SETPRINTERPROFILE","features":[57]},{"name":"CMS_SETPROOFINTENT","features":[57]},{"name":"CMS_SETRENDERINTENT","features":[57]},{"name":"CMS_SETTARGETPROFILE","features":[57]},{"name":"CMS_TARGETOVERFLOW","features":[57]},{"name":"CMS_USEAPPLYCALLBACK","features":[57]},{"name":"CMS_USEDESCRIPTION","features":[57]},{"name":"CMS_USEHOOK","features":[57]},{"name":"CMTranslateColors","features":[3,57]},{"name":"CMTranslateRGB","features":[3,57]},{"name":"CMTranslateRGBs","features":[3,57]},{"name":"CMTranslateRGBsExt","features":[3,57]},{"name":"CMYKCOLOR","features":[57]},{"name":"COLOR","features":[57]},{"name":"COLORDATATYPE","features":[57]},{"name":"COLORMATCHSETUPA","features":[3,57,52]},{"name":"COLORMATCHSETUPW","features":[3,57,52]},{"name":"COLORPROFILESUBTYPE","features":[57]},{"name":"COLORPROFILETYPE","features":[57]},{"name":"COLORTYPE","features":[57]},{"name":"COLOR_10b_R10G10B10A2","features":[57]},{"name":"COLOR_10b_R10G10B10A2_XR","features":[57]},{"name":"COLOR_3_CHANNEL","features":[57]},{"name":"COLOR_5_CHANNEL","features":[57]},{"name":"COLOR_6_CHANNEL","features":[57]},{"name":"COLOR_7_CHANNEL","features":[57]},{"name":"COLOR_8_CHANNEL","features":[57]},{"name":"COLOR_BYTE","features":[57]},{"name":"COLOR_CMYK","features":[57]},{"name":"COLOR_FLOAT","features":[57]},{"name":"COLOR_FLOAT16","features":[57]},{"name":"COLOR_GRAY","features":[57]},{"name":"COLOR_Lab","features":[57]},{"name":"COLOR_MATCH_TO_TARGET_ACTION","features":[57]},{"name":"COLOR_MATCH_VERSION","features":[57]},{"name":"COLOR_NAMED","features":[57]},{"name":"COLOR_RGB","features":[57]},{"name":"COLOR_S2DOT13FIXED","features":[57]},{"name":"COLOR_WORD","features":[57]},{"name":"COLOR_XYZ","features":[57]},{"name":"COLOR_Yxy","features":[57]},{"name":"CPST_ABSOLUTE_COLORIMETRIC","features":[57]},{"name":"CPST_CUSTOM_WORKING_SPACE","features":[57]},{"name":"CPST_EXTENDED_DISPLAY_COLOR_MODE","features":[57]},{"name":"CPST_NONE","features":[57]},{"name":"CPST_PERCEPTUAL","features":[57]},{"name":"CPST_RELATIVE_COLORIMETRIC","features":[57]},{"name":"CPST_RGB_WORKING_SPACE","features":[57]},{"name":"CPST_SATURATION","features":[57]},{"name":"CPST_STANDARD_DISPLAY_COLOR_MODE","features":[57]},{"name":"CPT_CAMP","features":[57]},{"name":"CPT_DMP","features":[57]},{"name":"CPT_GMMP","features":[57]},{"name":"CPT_ICC","features":[57]},{"name":"CSA_A","features":[57]},{"name":"CSA_ABC","features":[57]},{"name":"CSA_CMYK","features":[57]},{"name":"CSA_DEF","features":[57]},{"name":"CSA_DEFG","features":[57]},{"name":"CSA_GRAY","features":[57]},{"name":"CSA_Lab","features":[57]},{"name":"CSA_RGB","features":[57]},{"name":"CS_DELETE_TRANSFORM","features":[57]},{"name":"CS_DISABLE","features":[57]},{"name":"CS_ENABLE","features":[57]},{"name":"CheckBitmapBits","features":[3,57]},{"name":"CheckColors","features":[3,57]},{"name":"CheckColorsInGamut","features":[3,14,57]},{"name":"CloseColorProfile","features":[3,57]},{"name":"ColorCorrectPalette","features":[3,14,57]},{"name":"ColorMatchToTarget","features":[3,14,57]},{"name":"ColorProfileAddDisplayAssociation","features":[3,57]},{"name":"ColorProfileGetDisplayDefault","features":[3,57]},{"name":"ColorProfileGetDisplayList","features":[3,57]},{"name":"ColorProfileGetDisplayUserScope","features":[3,57]},{"name":"ColorProfileRemoveDisplayAssociation","features":[3,57]},{"name":"ColorProfileSetDisplayDefaultAssociation","features":[3,57]},{"name":"ConvertColorNameToIndex","features":[3,57]},{"name":"ConvertIndexToColorName","features":[3,57]},{"name":"CreateColorSpaceA","features":[14,57]},{"name":"CreateColorSpaceW","features":[14,57]},{"name":"CreateColorTransformA","features":[14,57]},{"name":"CreateColorTransformW","features":[14,57]},{"name":"CreateDeviceLinkProfile","features":[3,57]},{"name":"CreateMultiProfileTransform","features":[57]},{"name":"CreateProfileFromLogColorSpaceA","features":[3,14,57]},{"name":"CreateProfileFromLogColorSpaceW","features":[3,14,57]},{"name":"DONT_USE_EMBEDDED_WCS_PROFILES","features":[57]},{"name":"DeleteColorSpace","features":[3,57]},{"name":"DeleteColorTransform","features":[3,57]},{"name":"DisassociateColorProfileFromDeviceA","features":[3,57]},{"name":"DisassociateColorProfileFromDeviceW","features":[3,57]},{"name":"EMRCREATECOLORSPACE","features":[14,57]},{"name":"EMRCREATECOLORSPACEW","features":[14,57]},{"name":"ENABLE_GAMUT_CHECKING","features":[57]},{"name":"ENUMTYPEA","features":[57]},{"name":"ENUMTYPEW","features":[57]},{"name":"ENUM_TYPE_VERSION","features":[57]},{"name":"ET_ATTRIBUTES","features":[57]},{"name":"ET_CLASS","features":[57]},{"name":"ET_CMMTYPE","features":[57]},{"name":"ET_CONNECTIONSPACE","features":[57]},{"name":"ET_CREATOR","features":[57]},{"name":"ET_DATACOLORSPACE","features":[57]},{"name":"ET_DEVICECLASS","features":[57]},{"name":"ET_DEVICENAME","features":[57]},{"name":"ET_DITHERMODE","features":[57]},{"name":"ET_EXTENDEDDISPLAYCOLOR","features":[57]},{"name":"ET_MANUFACTURER","features":[57]},{"name":"ET_MEDIATYPE","features":[57]},{"name":"ET_MODEL","features":[57]},{"name":"ET_PLATFORM","features":[57]},{"name":"ET_PROFILEFLAGS","features":[57]},{"name":"ET_RENDERINGINTENT","features":[57]},{"name":"ET_RESOLUTION","features":[57]},{"name":"ET_SIGNATURE","features":[57]},{"name":"ET_STANDARDDISPLAYCOLOR","features":[57]},{"name":"EnumColorProfilesA","features":[3,57]},{"name":"EnumColorProfilesW","features":[3,57]},{"name":"EnumICMProfilesA","features":[3,14,57]},{"name":"EnumICMProfilesW","features":[3,14,57]},{"name":"FAST_TRANSLATE","features":[57]},{"name":"FLAG_DEPENDENTONDATA","features":[57]},{"name":"FLAG_EMBEDDEDPROFILE","features":[57]},{"name":"FLAG_ENABLE_CHROMATIC_ADAPTATION","features":[57]},{"name":"GENERIC3CHANNEL","features":[57]},{"name":"GRAYCOLOR","features":[57]},{"name":"GamutBoundaryDescription","features":[57]},{"name":"GamutShell","features":[57]},{"name":"GamutShellTriangle","features":[57]},{"name":"GetCMMInfo","features":[57]},{"name":"GetColorDirectoryA","features":[3,57]},{"name":"GetColorDirectoryW","features":[3,57]},{"name":"GetColorProfileElement","features":[3,57]},{"name":"GetColorProfileElementTag","features":[3,57]},{"name":"GetColorProfileFromHandle","features":[3,57]},{"name":"GetColorProfileHeader","features":[3,14,57]},{"name":"GetColorSpace","features":[14,57]},{"name":"GetCountColorProfileElements","features":[3,57]},{"name":"GetDeviceGammaRamp","features":[3,14,57]},{"name":"GetICMProfileA","features":[3,14,57]},{"name":"GetICMProfileW","features":[3,14,57]},{"name":"GetLogColorSpaceA","features":[3,14,57]},{"name":"GetLogColorSpaceW","features":[3,14,57]},{"name":"GetNamedProfileInfo","features":[3,57]},{"name":"GetPS2ColorRenderingDictionary","features":[3,57]},{"name":"GetPS2ColorRenderingIntent","features":[3,57]},{"name":"GetPS2ColorSpaceArray","features":[3,57]},{"name":"GetStandardColorSpaceProfileA","features":[3,57]},{"name":"GetStandardColorSpaceProfileW","features":[3,57]},{"name":"HCOLORSPACE","features":[57]},{"name":"HiFiCOLOR","features":[57]},{"name":"ICMENUMPROCA","features":[3,57]},{"name":"ICMENUMPROCW","features":[3,57]},{"name":"ICM_ADDPROFILE","features":[57]},{"name":"ICM_COMMAND","features":[57]},{"name":"ICM_DELETEPROFILE","features":[57]},{"name":"ICM_DONE_OUTSIDEDC","features":[57]},{"name":"ICM_MODE","features":[57]},{"name":"ICM_OFF","features":[57]},{"name":"ICM_ON","features":[57]},{"name":"ICM_QUERY","features":[57]},{"name":"ICM_QUERYMATCH","features":[57]},{"name":"ICM_QUERYPROFILE","features":[57]},{"name":"ICM_REGISTERICMATCHER","features":[57]},{"name":"ICM_SETDEFAULTPROFILE","features":[57]},{"name":"ICM_UNREGISTERICMATCHER","features":[57]},{"name":"IDeviceModelPlugIn","features":[57]},{"name":"IGamutMapModelPlugIn","features":[57]},{"name":"INDEX_DONT_CARE","features":[57]},{"name":"INTENT_ABSOLUTE_COLORIMETRIC","features":[57]},{"name":"INTENT_PERCEPTUAL","features":[57]},{"name":"INTENT_RELATIVE_COLORIMETRIC","features":[57]},{"name":"INTENT_SATURATION","features":[57]},{"name":"InstallColorProfileA","features":[3,57]},{"name":"InstallColorProfileW","features":[3,57]},{"name":"IsColorProfileTagPresent","features":[3,57]},{"name":"IsColorProfileValid","features":[3,57]},{"name":"JChColorF","features":[57]},{"name":"JabColorF","features":[57]},{"name":"LCSCSTYPE","features":[57]},{"name":"LCS_CALIBRATED_RGB","features":[57]},{"name":"LCS_WINDOWS_COLOR_SPACE","features":[57]},{"name":"LCS_sRGB","features":[57]},{"name":"LOGCOLORSPACEA","features":[14,57]},{"name":"LOGCOLORSPACEW","features":[14,57]},{"name":"LPBMCALLBACKFN","features":[3,57]},{"name":"LabCOLOR","features":[57]},{"name":"MAX_COLOR_CHANNELS","features":[57]},{"name":"MicrosoftHardwareColorV2","features":[57]},{"name":"NAMEDCOLOR","features":[57]},{"name":"NAMED_PROFILE_INFO","features":[57]},{"name":"NORMAL_MODE","features":[57]},{"name":"OpenColorProfileA","features":[57]},{"name":"OpenColorProfileW","features":[57]},{"name":"PCMSCALLBACKA","features":[3,57,52]},{"name":"PCMSCALLBACKW","features":[3,57,52]},{"name":"PRESERVEBLACK","features":[57]},{"name":"PROFILE","features":[57]},{"name":"PROFILEHEADER","features":[14,57]},{"name":"PROFILE_FILENAME","features":[57]},{"name":"PROFILE_MEMBUFFER","features":[57]},{"name":"PROFILE_READ","features":[57]},{"name":"PROFILE_READWRITE","features":[57]},{"name":"PROOF_MODE","features":[57]},{"name":"PrimaryJabColors","features":[57]},{"name":"PrimaryXYZColors","features":[57]},{"name":"RESERVED","features":[57]},{"name":"RGBCOLOR","features":[57]},{"name":"RegisterCMMA","features":[3,57]},{"name":"RegisterCMMW","features":[3,57]},{"name":"SEQUENTIAL_TRANSFORM","features":[57]},{"name":"SelectCMM","features":[3,57]},{"name":"SetColorProfileElement","features":[3,57]},{"name":"SetColorProfileElementReference","features":[3,57]},{"name":"SetColorProfileElementSize","features":[3,57]},{"name":"SetColorProfileHeader","features":[3,14,57]},{"name":"SetColorSpace","features":[14,57]},{"name":"SetDeviceGammaRamp","features":[3,14,57]},{"name":"SetICMMode","features":[14,57]},{"name":"SetICMProfileA","features":[3,14,57]},{"name":"SetICMProfileW","features":[3,14,57]},{"name":"SetStandardColorSpaceProfileA","features":[3,57]},{"name":"SetStandardColorSpaceProfileW","features":[3,57]},{"name":"SetupColorMatchingA","features":[3,57,52]},{"name":"SetupColorMatchingW","features":[3,57,52]},{"name":"TranslateBitmapBits","features":[3,57]},{"name":"TranslateColors","features":[3,57]},{"name":"USE_RELATIVE_COLORIMETRIC","features":[57]},{"name":"UninstallColorProfileA","features":[3,57]},{"name":"UninstallColorProfileW","features":[3,57]},{"name":"UnregisterCMMA","features":[3,57]},{"name":"UnregisterCMMW","features":[3,57]},{"name":"UpdateICMRegKeyA","features":[3,57]},{"name":"UpdateICMRegKeyW","features":[3,57]},{"name":"VideoCardGammaTable","features":[57]},{"name":"WCS_ALWAYS","features":[57]},{"name":"WCS_DEFAULT","features":[57]},{"name":"WCS_DEVICE_CAPABILITIES_TYPE","features":[57]},{"name":"WCS_DEVICE_MHC2_CAPABILITIES","features":[3,57]},{"name":"WCS_DEVICE_VCGT_CAPABILITIES","features":[3,57]},{"name":"WCS_ICCONLY","features":[57]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE","features":[57]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE_CURRENT_USER","features":[57]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE_SYSTEM_WIDE","features":[57]},{"name":"WcsAssociateColorProfileWithDevice","features":[3,57]},{"name":"WcsCheckColors","features":[3,57]},{"name":"WcsCreateIccProfile","features":[57]},{"name":"WcsDisassociateColorProfileFromDevice","features":[3,57]},{"name":"WcsEnumColorProfiles","features":[3,57]},{"name":"WcsEnumColorProfilesSize","features":[3,57]},{"name":"WcsGetCalibrationManagementState","features":[3,57]},{"name":"WcsGetDefaultColorProfile","features":[3,57]},{"name":"WcsGetDefaultColorProfileSize","features":[3,57]},{"name":"WcsGetDefaultRenderingIntent","features":[3,57]},{"name":"WcsGetUsePerUserProfiles","features":[3,57]},{"name":"WcsOpenColorProfileA","features":[57]},{"name":"WcsOpenColorProfileW","features":[57]},{"name":"WcsSetCalibrationManagementState","features":[3,57]},{"name":"WcsSetDefaultColorProfile","features":[3,57]},{"name":"WcsSetDefaultRenderingIntent","features":[3,57]},{"name":"WcsSetUsePerUserProfiles","features":[3,57]},{"name":"WcsTranslateColors","features":[3,57]},{"name":"XYZCOLOR","features":[57]},{"name":"XYZColorF","features":[57]},{"name":"YxyCOLOR","features":[57]}],"653":[{"name":"ABS_DOWNDISABLED","features":[42]},{"name":"ABS_DOWNHOT","features":[42]},{"name":"ABS_DOWNHOVER","features":[42]},{"name":"ABS_DOWNNORMAL","features":[42]},{"name":"ABS_DOWNPRESSED","features":[42]},{"name":"ABS_LEFTDISABLED","features":[42]},{"name":"ABS_LEFTHOT","features":[42]},{"name":"ABS_LEFTHOVER","features":[42]},{"name":"ABS_LEFTNORMAL","features":[42]},{"name":"ABS_LEFTPRESSED","features":[42]},{"name":"ABS_RIGHTDISABLED","features":[42]},{"name":"ABS_RIGHTHOT","features":[42]},{"name":"ABS_RIGHTHOVER","features":[42]},{"name":"ABS_RIGHTNORMAL","features":[42]},{"name":"ABS_RIGHTPRESSED","features":[42]},{"name":"ABS_UPDISABLED","features":[42]},{"name":"ABS_UPHOT","features":[42]},{"name":"ABS_UPHOVER","features":[42]},{"name":"ABS_UPNORMAL","features":[42]},{"name":"ABS_UPPRESSED","features":[42]},{"name":"ACM_ISPLAYING","features":[42]},{"name":"ACM_OPEN","features":[42]},{"name":"ACM_OPENA","features":[42]},{"name":"ACM_OPENW","features":[42]},{"name":"ACM_PLAY","features":[42]},{"name":"ACM_STOP","features":[42]},{"name":"ACN_START","features":[42]},{"name":"ACN_STOP","features":[42]},{"name":"ACS_AUTOPLAY","features":[42]},{"name":"ACS_CENTER","features":[42]},{"name":"ACS_TIMER","features":[42]},{"name":"ACS_TRANSPARENT","features":[42]},{"name":"AEROWIZARDPARTS","features":[42]},{"name":"ALLOW_CONTROLS","features":[42]},{"name":"ALLOW_NONCLIENT","features":[42]},{"name":"ALLOW_WEBCONTENT","features":[42]},{"name":"ANIMATE_CLASS","features":[42]},{"name":"ANIMATE_CLASSA","features":[42]},{"name":"ANIMATE_CLASSW","features":[42]},{"name":"ARROWBTNSTATES","features":[42]},{"name":"AW_BUTTON","features":[42]},{"name":"AW_COMMANDAREA","features":[42]},{"name":"AW_CONTENTAREA","features":[42]},{"name":"AW_HEADERAREA","features":[42]},{"name":"AW_S_CONTENTAREA_NOMARGIN","features":[42]},{"name":"AW_S_HEADERAREA_NOMARGIN","features":[42]},{"name":"AW_S_TITLEBAR_ACTIVE","features":[42]},{"name":"AW_S_TITLEBAR_INACTIVE","features":[42]},{"name":"AW_TITLEBAR","features":[42]},{"name":"BACKGROUNDSTATES","features":[42]},{"name":"BACKGROUNDWITHBORDERSTATES","features":[42]},{"name":"BALLOONSTATES","features":[42]},{"name":"BALLOONSTEMSTATES","features":[42]},{"name":"BARBACKGROUNDSTATES","features":[42]},{"name":"BARITEMSTATES","features":[42]},{"name":"BCM_FIRST","features":[42]},{"name":"BCM_GETIDEALSIZE","features":[42]},{"name":"BCM_GETIMAGELIST","features":[42]},{"name":"BCM_GETNOTE","features":[42]},{"name":"BCM_GETNOTELENGTH","features":[42]},{"name":"BCM_GETSPLITINFO","features":[42]},{"name":"BCM_GETTEXTMARGIN","features":[42]},{"name":"BCM_SETDROPDOWNSTATE","features":[42]},{"name":"BCM_SETIMAGELIST","features":[42]},{"name":"BCM_SETNOTE","features":[42]},{"name":"BCM_SETSHIELD","features":[42]},{"name":"BCM_SETSPLITINFO","features":[42]},{"name":"BCM_SETTEXTMARGIN","features":[42]},{"name":"BCN_DROPDOWN","features":[42]},{"name":"BCN_FIRST","features":[42]},{"name":"BCN_HOTITEMCHANGE","features":[42]},{"name":"BCN_LAST","features":[42]},{"name":"BCSIF_GLYPH","features":[42]},{"name":"BCSIF_IMAGE","features":[42]},{"name":"BCSIF_SIZE","features":[42]},{"name":"BCSIF_STYLE","features":[42]},{"name":"BCSS_ALIGNLEFT","features":[42]},{"name":"BCSS_IMAGE","features":[42]},{"name":"BCSS_NOSPLIT","features":[42]},{"name":"BCSS_STRETCH","features":[42]},{"name":"BGTYPE","features":[42]},{"name":"BODYSTATES","features":[42]},{"name":"BORDERSTATES","features":[42]},{"name":"BORDERTYPE","features":[42]},{"name":"BORDER_HSCROLLSTATES","features":[42]},{"name":"BORDER_HVSCROLLSTATES","features":[42]},{"name":"BORDER_NOSCROLLSTATES","features":[42]},{"name":"BORDER_VSCROLLSTATES","features":[42]},{"name":"BPAS_CUBIC","features":[42]},{"name":"BPAS_LINEAR","features":[42]},{"name":"BPAS_NONE","features":[42]},{"name":"BPAS_SINE","features":[42]},{"name":"BPBF_COMPATIBLEBITMAP","features":[42]},{"name":"BPBF_DIB","features":[42]},{"name":"BPBF_TOPDOWNDIB","features":[42]},{"name":"BPBF_TOPDOWNMONODIB","features":[42]},{"name":"BPPF_ERASE","features":[42]},{"name":"BPPF_NOCLIP","features":[42]},{"name":"BPPF_NONCLIENT","features":[42]},{"name":"BP_ANIMATIONPARAMS","features":[42]},{"name":"BP_ANIMATIONSTYLE","features":[42]},{"name":"BP_BUFFERFORMAT","features":[42]},{"name":"BP_CHECKBOX","features":[42]},{"name":"BP_CHECKBOX_HCDISABLED","features":[42]},{"name":"BP_COMMANDLINK","features":[42]},{"name":"BP_COMMANDLINKGLYPH","features":[42]},{"name":"BP_GROUPBOX","features":[42]},{"name":"BP_GROUPBOX_HCDISABLED","features":[42]},{"name":"BP_PAINTPARAMS","features":[3,14,42]},{"name":"BP_PAINTPARAMS_FLAGS","features":[42]},{"name":"BP_PUSHBUTTON","features":[42]},{"name":"BP_PUSHBUTTONDROPDOWN","features":[42]},{"name":"BP_RADIOBUTTON","features":[42]},{"name":"BP_RADIOBUTTON_HCDISABLED","features":[42]},{"name":"BP_USERBUTTON","features":[42]},{"name":"BST_CHECKED","features":[42]},{"name":"BST_DROPDOWNPUSHED","features":[42]},{"name":"BST_HOT","features":[42]},{"name":"BST_INDETERMINATE","features":[42]},{"name":"BST_UNCHECKED","features":[42]},{"name":"BS_COMMANDLINK","features":[42]},{"name":"BS_DEFCOMMANDLINK","features":[42]},{"name":"BS_DEFSPLITBUTTON","features":[42]},{"name":"BS_SPLITBUTTON","features":[42]},{"name":"BTNS_AUTOSIZE","features":[42]},{"name":"BTNS_BUTTON","features":[42]},{"name":"BTNS_CHECK","features":[42]},{"name":"BTNS_DROPDOWN","features":[42]},{"name":"BTNS_GROUP","features":[42]},{"name":"BTNS_NOPREFIX","features":[42]},{"name":"BTNS_SEP","features":[42]},{"name":"BTNS_SHOWTEXT","features":[42]},{"name":"BTNS_WHOLEDROPDOWN","features":[42]},{"name":"BT_BORDERFILL","features":[42]},{"name":"BT_ELLIPSE","features":[42]},{"name":"BT_IMAGEFILE","features":[42]},{"name":"BT_NONE","features":[42]},{"name":"BT_RECT","features":[42]},{"name":"BT_ROUNDRECT","features":[42]},{"name":"BUTTONPARTS","features":[42]},{"name":"BUTTON_IMAGELIST","features":[3,42]},{"name":"BUTTON_IMAGELIST_ALIGN","features":[42]},{"name":"BUTTON_IMAGELIST_ALIGN_BOTTOM","features":[42]},{"name":"BUTTON_IMAGELIST_ALIGN_CENTER","features":[42]},{"name":"BUTTON_IMAGELIST_ALIGN_LEFT","features":[42]},{"name":"BUTTON_IMAGELIST_ALIGN_RIGHT","features":[42]},{"name":"BUTTON_IMAGELIST_ALIGN_TOP","features":[42]},{"name":"BUTTON_SPLITINFO","features":[3,42]},{"name":"BeginBufferedAnimation","features":[3,14,42]},{"name":"BeginBufferedPaint","features":[3,14,42]},{"name":"BeginPanningFeedback","features":[3,42]},{"name":"BufferedPaintClear","features":[3,42]},{"name":"BufferedPaintInit","features":[42]},{"name":"BufferedPaintRenderAnimation","features":[3,14,42]},{"name":"BufferedPaintSetAlpha","features":[3,42]},{"name":"BufferedPaintStopAllAnimations","features":[3,42]},{"name":"BufferedPaintUnInit","features":[42]},{"name":"CAPTIONSTATES","features":[42]},{"name":"CA_CENTER","features":[42]},{"name":"CA_LEFT","features":[42]},{"name":"CA_RIGHT","features":[42]},{"name":"CBB_DISABLED","features":[42]},{"name":"CBB_FOCUSED","features":[42]},{"name":"CBB_HOT","features":[42]},{"name":"CBB_NORMAL","features":[42]},{"name":"CBCB_DISABLED","features":[42]},{"name":"CBCB_HOT","features":[42]},{"name":"CBCB_NORMAL","features":[42]},{"name":"CBCB_PRESSED","features":[42]},{"name":"CBDI_HIGHLIGHTED","features":[42]},{"name":"CBDI_NORMAL","features":[42]},{"name":"CBEIF_DI_SETITEM","features":[42]},{"name":"CBEIF_IMAGE","features":[42]},{"name":"CBEIF_INDENT","features":[42]},{"name":"CBEIF_LPARAM","features":[42]},{"name":"CBEIF_OVERLAY","features":[42]},{"name":"CBEIF_SELECTEDIMAGE","features":[42]},{"name":"CBEIF_TEXT","features":[42]},{"name":"CBEMAXSTRLEN","features":[42]},{"name":"CBEM_GETCOMBOCONTROL","features":[42]},{"name":"CBEM_GETEDITCONTROL","features":[42]},{"name":"CBEM_GETEXSTYLE","features":[42]},{"name":"CBEM_GETEXTENDEDSTYLE","features":[42]},{"name":"CBEM_GETIMAGELIST","features":[42]},{"name":"CBEM_GETITEM","features":[42]},{"name":"CBEM_GETITEMA","features":[42]},{"name":"CBEM_GETITEMW","features":[42]},{"name":"CBEM_GETUNICODEFORMAT","features":[42]},{"name":"CBEM_HASEDITCHANGED","features":[42]},{"name":"CBEM_INSERTITEM","features":[42]},{"name":"CBEM_INSERTITEMA","features":[42]},{"name":"CBEM_INSERTITEMW","features":[42]},{"name":"CBEM_SETEXSTYLE","features":[42]},{"name":"CBEM_SETEXTENDEDSTYLE","features":[42]},{"name":"CBEM_SETIMAGELIST","features":[42]},{"name":"CBEM_SETITEM","features":[42]},{"name":"CBEM_SETITEMA","features":[42]},{"name":"CBEM_SETITEMW","features":[42]},{"name":"CBEM_SETUNICODEFORMAT","features":[42]},{"name":"CBEM_SETWINDOWTHEME","features":[42]},{"name":"CBENF_DROPDOWN","features":[42]},{"name":"CBENF_ESCAPE","features":[42]},{"name":"CBENF_KILLFOCUS","features":[42]},{"name":"CBENF_RETURN","features":[42]},{"name":"CBEN_BEGINEDIT","features":[42]},{"name":"CBEN_DELETEITEM","features":[42]},{"name":"CBEN_DRAGBEGIN","features":[42]},{"name":"CBEN_DRAGBEGINA","features":[42]},{"name":"CBEN_DRAGBEGINW","features":[42]},{"name":"CBEN_ENDEDIT","features":[42]},{"name":"CBEN_ENDEDITA","features":[42]},{"name":"CBEN_ENDEDITW","features":[42]},{"name":"CBEN_FIRST","features":[42]},{"name":"CBEN_GETDISPINFOA","features":[42]},{"name":"CBEN_GETDISPINFOW","features":[42]},{"name":"CBEN_INSERTITEM","features":[42]},{"name":"CBEN_LAST","features":[42]},{"name":"CBES_EX_CASESENSITIVE","features":[42]},{"name":"CBES_EX_NOEDITIMAGE","features":[42]},{"name":"CBES_EX_NOEDITIMAGEINDENT","features":[42]},{"name":"CBES_EX_NOSIZELIMIT","features":[42]},{"name":"CBES_EX_PATHWORDBREAKPROC","features":[42]},{"name":"CBES_EX_TEXTENDELLIPSIS","features":[42]},{"name":"CBM_FIRST","features":[42]},{"name":"CBRO_DISABLED","features":[42]},{"name":"CBRO_HOT","features":[42]},{"name":"CBRO_NORMAL","features":[42]},{"name":"CBRO_PRESSED","features":[42]},{"name":"CBS_CHECKEDDISABLED","features":[42]},{"name":"CBS_CHECKEDHOT","features":[42]},{"name":"CBS_CHECKEDNORMAL","features":[42]},{"name":"CBS_CHECKEDPRESSED","features":[42]},{"name":"CBS_DISABLED","features":[42]},{"name":"CBS_EXCLUDEDDISABLED","features":[42]},{"name":"CBS_EXCLUDEDHOT","features":[42]},{"name":"CBS_EXCLUDEDNORMAL","features":[42]},{"name":"CBS_EXCLUDEDPRESSED","features":[42]},{"name":"CBS_HOT","features":[42]},{"name":"CBS_IMPLICITDISABLED","features":[42]},{"name":"CBS_IMPLICITHOT","features":[42]},{"name":"CBS_IMPLICITNORMAL","features":[42]},{"name":"CBS_IMPLICITPRESSED","features":[42]},{"name":"CBS_MIXEDDISABLED","features":[42]},{"name":"CBS_MIXEDHOT","features":[42]},{"name":"CBS_MIXEDNORMAL","features":[42]},{"name":"CBS_MIXEDPRESSED","features":[42]},{"name":"CBS_NORMAL","features":[42]},{"name":"CBS_PUSHED","features":[42]},{"name":"CBS_UNCHECKEDDISABLED","features":[42]},{"name":"CBS_UNCHECKEDHOT","features":[42]},{"name":"CBS_UNCHECKEDNORMAL","features":[42]},{"name":"CBS_UNCHECKEDPRESSED","features":[42]},{"name":"CBTBS_DISABLED","features":[42]},{"name":"CBTBS_FOCUSED","features":[42]},{"name":"CBTBS_HOT","features":[42]},{"name":"CBTBS_NORMAL","features":[42]},{"name":"CBXSL_DISABLED","features":[42]},{"name":"CBXSL_HOT","features":[42]},{"name":"CBXSL_NORMAL","features":[42]},{"name":"CBXSL_PRESSED","features":[42]},{"name":"CBXSR_DISABLED","features":[42]},{"name":"CBXSR_HOT","features":[42]},{"name":"CBXSR_NORMAL","features":[42]},{"name":"CBXSR_PRESSED","features":[42]},{"name":"CBXS_DISABLED","features":[42]},{"name":"CBXS_HOT","features":[42]},{"name":"CBXS_NORMAL","features":[42]},{"name":"CBXS_PRESSED","features":[42]},{"name":"CB_GETCUEBANNER","features":[42]},{"name":"CB_GETMINVISIBLE","features":[42]},{"name":"CB_SETCUEBANNER","features":[42]},{"name":"CB_SETMINVISIBLE","features":[42]},{"name":"CCF_NOTEXT","features":[42]},{"name":"CCHCCCLASS","features":[42]},{"name":"CCHCCDESC","features":[42]},{"name":"CCHCCTEXT","features":[42]},{"name":"CCINFOA","features":[3,14,42]},{"name":"CCINFOW","features":[3,14,42]},{"name":"CCM_DPISCALE","features":[42]},{"name":"CCM_FIRST","features":[42]},{"name":"CCM_GETCOLORSCHEME","features":[42]},{"name":"CCM_GETDROPTARGET","features":[42]},{"name":"CCM_GETUNICODEFORMAT","features":[42]},{"name":"CCM_GETVERSION","features":[42]},{"name":"CCM_LAST","features":[42]},{"name":"CCM_SETBKCOLOR","features":[42]},{"name":"CCM_SETCOLORSCHEME","features":[42]},{"name":"CCM_SETNOTIFYWINDOW","features":[42]},{"name":"CCM_SETUNICODEFORMAT","features":[42]},{"name":"CCM_SETVERSION","features":[42]},{"name":"CCM_SETWINDOWTHEME","features":[42]},{"name":"CCSTYLEA","features":[42]},{"name":"CCSTYLEFLAGA","features":[42]},{"name":"CCSTYLEFLAGW","features":[42]},{"name":"CCSTYLEW","features":[42]},{"name":"CCS_ADJUSTABLE","features":[42]},{"name":"CCS_BOTTOM","features":[42]},{"name":"CCS_NODIVIDER","features":[42]},{"name":"CCS_NOMOVEY","features":[42]},{"name":"CCS_NOPARENTALIGN","features":[42]},{"name":"CCS_NORESIZE","features":[42]},{"name":"CCS_TOP","features":[42]},{"name":"CCS_VERT","features":[42]},{"name":"CDDS_ITEM","features":[42]},{"name":"CDDS_ITEMPOSTERASE","features":[42]},{"name":"CDDS_ITEMPOSTPAINT","features":[42]},{"name":"CDDS_ITEMPREERASE","features":[42]},{"name":"CDDS_ITEMPREPAINT","features":[42]},{"name":"CDDS_POSTERASE","features":[42]},{"name":"CDDS_POSTPAINT","features":[42]},{"name":"CDDS_PREERASE","features":[42]},{"name":"CDDS_PREPAINT","features":[42]},{"name":"CDDS_SUBITEM","features":[42]},{"name":"CDIS_CHECKED","features":[42]},{"name":"CDIS_DEFAULT","features":[42]},{"name":"CDIS_DISABLED","features":[42]},{"name":"CDIS_DROPHILITED","features":[42]},{"name":"CDIS_FOCUS","features":[42]},{"name":"CDIS_GRAYED","features":[42]},{"name":"CDIS_HOT","features":[42]},{"name":"CDIS_INDETERMINATE","features":[42]},{"name":"CDIS_MARKED","features":[42]},{"name":"CDIS_NEARHOT","features":[42]},{"name":"CDIS_OTHERSIDEHOT","features":[42]},{"name":"CDIS_SELECTED","features":[42]},{"name":"CDIS_SHOWKEYBOARDCUES","features":[42]},{"name":"CDN_FIRST","features":[42]},{"name":"CDN_LAST","features":[42]},{"name":"CDRF_DODEFAULT","features":[42]},{"name":"CDRF_DOERASE","features":[42]},{"name":"CDRF_NEWFONT","features":[42]},{"name":"CDRF_NOTIFYITEMDRAW","features":[42]},{"name":"CDRF_NOTIFYPOSTERASE","features":[42]},{"name":"CDRF_NOTIFYPOSTPAINT","features":[42]},{"name":"CDRF_NOTIFYSUBITEMDRAW","features":[42]},{"name":"CDRF_SKIPDEFAULT","features":[42]},{"name":"CDRF_SKIPPOSTPAINT","features":[42]},{"name":"CHECKBOXSTATES","features":[42]},{"name":"CHEVRONSTATES","features":[42]},{"name":"CHEVRONVERTSTATES","features":[42]},{"name":"CHEVSV_HOT","features":[42]},{"name":"CHEVSV_NORMAL","features":[42]},{"name":"CHEVSV_PRESSED","features":[42]},{"name":"CHEVS_HOT","features":[42]},{"name":"CHEVS_NORMAL","features":[42]},{"name":"CHEVS_PRESSED","features":[42]},{"name":"CLOCKPARTS","features":[42]},{"name":"CLOCKSTATES","features":[42]},{"name":"CLOSEBUTTONSTATES","features":[42]},{"name":"CLOSESTATES","features":[42]},{"name":"CLP_TIME","features":[42]},{"name":"CLR_DEFAULT","features":[42]},{"name":"CLR_HILIGHT","features":[42]},{"name":"CLR_NONE","features":[42]},{"name":"CLS_HOT","features":[42]},{"name":"CLS_NORMAL","features":[42]},{"name":"CLS_PRESSED","features":[42]},{"name":"CMB_MASKED","features":[42]},{"name":"CMDLGS_DEFAULTED","features":[42]},{"name":"CMDLGS_DISABLED","features":[42]},{"name":"CMDLGS_HOT","features":[42]},{"name":"CMDLGS_NORMAL","features":[42]},{"name":"CMDLGS_PRESSED","features":[42]},{"name":"CMDLS_DEFAULTED","features":[42]},{"name":"CMDLS_DEFAULTED_ANIMATING","features":[42]},{"name":"CMDLS_DISABLED","features":[42]},{"name":"CMDLS_HOT","features":[42]},{"name":"CMDLS_NORMAL","features":[42]},{"name":"CMDLS_PRESSED","features":[42]},{"name":"COLLAPSEBUTTONSTATES","features":[42]},{"name":"COLORMAP","features":[3,42]},{"name":"COLORMGMTDLGORD","features":[42]},{"name":"COLORSCHEME","features":[3,42]},{"name":"COMBOBOXEXITEMA","features":[3,42]},{"name":"COMBOBOXEXITEMW","features":[3,42]},{"name":"COMBOBOXINFO","features":[3,42]},{"name":"COMBOBOXINFO_BUTTON_STATE","features":[42]},{"name":"COMBOBOXPARTS","features":[42]},{"name":"COMBOBOXSTYLESTATES","features":[42]},{"name":"COMBOBOX_EX_ITEM_FLAGS","features":[42]},{"name":"COMCTL32_VERSION","features":[42]},{"name":"COMMANDLINKGLYPHSTATES","features":[42]},{"name":"COMMANDLINKSTATES","features":[42]},{"name":"COMMUNICATIONSPARTS","features":[42]},{"name":"COMPAREITEMSTRUCT","features":[3,42]},{"name":"CONTENTALIGNMENT","features":[42]},{"name":"CONTENTAREASTATES","features":[42]},{"name":"CONTENTLINKSTATES","features":[42]},{"name":"CONTENTPANESTATES","features":[42]},{"name":"CONTROLLABELSTATES","features":[42]},{"name":"CONTROLPANELPARTS","features":[42]},{"name":"COPYSTATES","features":[42]},{"name":"CPANEL_BANNERAREA","features":[42]},{"name":"CPANEL_BODYTEXT","features":[42]},{"name":"CPANEL_BODYTITLE","features":[42]},{"name":"CPANEL_BUTTON","features":[42]},{"name":"CPANEL_CONTENTLINK","features":[42]},{"name":"CPANEL_CONTENTPANE","features":[42]},{"name":"CPANEL_CONTENTPANELABEL","features":[42]},{"name":"CPANEL_CONTENTPANELINE","features":[42]},{"name":"CPANEL_GROUPTEXT","features":[42]},{"name":"CPANEL_HELPLINK","features":[42]},{"name":"CPANEL_LARGECOMMANDAREA","features":[42]},{"name":"CPANEL_MESSAGETEXT","features":[42]},{"name":"CPANEL_NAVIGATIONPANE","features":[42]},{"name":"CPANEL_NAVIGATIONPANELABEL","features":[42]},{"name":"CPANEL_NAVIGATIONPANELINE","features":[42]},{"name":"CPANEL_SECTIONTITLELINK","features":[42]},{"name":"CPANEL_SMALLCOMMANDAREA","features":[42]},{"name":"CPANEL_TASKLINK","features":[42]},{"name":"CPANEL_TITLE","features":[42]},{"name":"CPCL_DISABLED","features":[42]},{"name":"CPCL_HOT","features":[42]},{"name":"CPCL_NORMAL","features":[42]},{"name":"CPCL_PRESSED","features":[42]},{"name":"CPHL_DISABLED","features":[42]},{"name":"CPHL_HOT","features":[42]},{"name":"CPHL_NORMAL","features":[42]},{"name":"CPHL_PRESSED","features":[42]},{"name":"CPSTL_HOT","features":[42]},{"name":"CPSTL_NORMAL","features":[42]},{"name":"CPTL_DISABLED","features":[42]},{"name":"CPTL_HOT","features":[42]},{"name":"CPTL_NORMAL","features":[42]},{"name":"CPTL_PAGE","features":[42]},{"name":"CPTL_PRESSED","features":[42]},{"name":"CP_BACKGROUND","features":[42]},{"name":"CP_BORDER","features":[42]},{"name":"CP_CUEBANNER","features":[42]},{"name":"CP_DROPDOWNBUTTON","features":[42]},{"name":"CP_DROPDOWNBUTTONLEFT","features":[42]},{"name":"CP_DROPDOWNBUTTONRIGHT","features":[42]},{"name":"CP_DROPDOWNITEM","features":[42]},{"name":"CP_READONLY","features":[42]},{"name":"CP_TRANSPARENTBACKGROUND","features":[42]},{"name":"CREATELINKSTATES","features":[42]},{"name":"CSST_TAB","features":[42]},{"name":"CSTB_HOT","features":[42]},{"name":"CSTB_NORMAL","features":[42]},{"name":"CSTB_SELECTED","features":[42]},{"name":"CS_ACTIVE","features":[42]},{"name":"CS_DISABLED","features":[42]},{"name":"CS_INACTIVE","features":[42]},{"name":"CUEBANNERSTATES","features":[42]},{"name":"CheckDlgButton","features":[3,42]},{"name":"CheckRadioButton","features":[3,42]},{"name":"CloseThemeData","features":[42]},{"name":"CreateMappedBitmap","features":[3,14,42]},{"name":"CreatePropertySheetPageA","features":[3,14,42,52]},{"name":"CreatePropertySheetPageW","features":[3,14,42,52]},{"name":"CreateStatusWindowA","features":[3,42]},{"name":"CreateStatusWindowW","features":[3,42]},{"name":"CreateSyntheticPointerDevice","features":[42,52]},{"name":"CreateToolbarEx","features":[3,42]},{"name":"CreateUpDownControl","features":[3,42]},{"name":"DATEBORDERSTATES","features":[42]},{"name":"DATEPICKERPARTS","features":[42]},{"name":"DATETEXTSTATES","features":[42]},{"name":"DATETIMEPICKERINFO","features":[3,42]},{"name":"DATETIMEPICK_CLASS","features":[42]},{"name":"DATETIMEPICK_CLASSA","features":[42]},{"name":"DATETIMEPICK_CLASSW","features":[42]},{"name":"DA_ERR","features":[42]},{"name":"DA_LAST","features":[42]},{"name":"DDCOPY_HIGHLIGHT","features":[42]},{"name":"DDCOPY_NOHIGHLIGHT","features":[42]},{"name":"DDCREATELINK_HIGHLIGHT","features":[42]},{"name":"DDCREATELINK_NOHIGHLIGHT","features":[42]},{"name":"DDL_ARCHIVE","features":[42]},{"name":"DDL_DIRECTORY","features":[42]},{"name":"DDL_DRIVES","features":[42]},{"name":"DDL_EXCLUSIVE","features":[42]},{"name":"DDL_HIDDEN","features":[42]},{"name":"DDL_POSTMSGS","features":[42]},{"name":"DDL_READONLY","features":[42]},{"name":"DDL_READWRITE","features":[42]},{"name":"DDL_SYSTEM","features":[42]},{"name":"DDMOVE_HIGHLIGHT","features":[42]},{"name":"DDMOVE_NOHIGHLIGHT","features":[42]},{"name":"DDNONE_HIGHLIGHT","features":[42]},{"name":"DDNONE_NOHIGHLIGHT","features":[42]},{"name":"DDUPDATEMETADATA_HIGHLIGHT","features":[42]},{"name":"DDUPDATEMETADATA_NOHIGHLIGHT","features":[42]},{"name":"DDWARNING_HIGHLIGHT","features":[42]},{"name":"DDWARNING_NOHIGHLIGHT","features":[42]},{"name":"DD_COPY","features":[42]},{"name":"DD_CREATELINK","features":[42]},{"name":"DD_IMAGEBG","features":[42]},{"name":"DD_MOVE","features":[42]},{"name":"DD_NONE","features":[42]},{"name":"DD_TEXTBG","features":[42]},{"name":"DD_UPDATEMETADATA","features":[42]},{"name":"DD_WARNING","features":[42]},{"name":"DELETEITEMSTRUCT","features":[3,42]},{"name":"DLG_BUTTON_CHECK_STATE","features":[42]},{"name":"DLG_DIR_LIST_FILE_TYPE","features":[42]},{"name":"DL_BEGINDRAG","features":[42]},{"name":"DL_CANCELDRAG","features":[42]},{"name":"DL_COPYCURSOR","features":[42]},{"name":"DL_CURSORSET","features":[42]},{"name":"DL_DRAGGING","features":[42]},{"name":"DL_DROPPED","features":[42]},{"name":"DL_MOVECURSOR","features":[42]},{"name":"DL_STOPCURSOR","features":[42]},{"name":"DNHZS_DISABLED","features":[42]},{"name":"DNHZS_HOT","features":[42]},{"name":"DNHZS_NORMAL","features":[42]},{"name":"DNHZS_PRESSED","features":[42]},{"name":"DNS_DISABLED","features":[42]},{"name":"DNS_HOT","features":[42]},{"name":"DNS_NORMAL","features":[42]},{"name":"DNS_PRESSED","features":[42]},{"name":"DOWNHORZSTATES","features":[42]},{"name":"DOWNSTATES","features":[42]},{"name":"DPAMM_DELETE","features":[42]},{"name":"DPAMM_INSERT","features":[42]},{"name":"DPAMM_MERGE","features":[42]},{"name":"DPAMM_MESSAGE","features":[42]},{"name":"DPAM_INTERSECT","features":[42]},{"name":"DPAM_NORMAL","features":[42]},{"name":"DPAM_SORTED","features":[42]},{"name":"DPAM_UNION","features":[42]},{"name":"DPASTREAMINFO","features":[42]},{"name":"DPAS_INSERTAFTER","features":[42]},{"name":"DPAS_INSERTBEFORE","features":[42]},{"name":"DPAS_SORTED","features":[42]},{"name":"DPA_APPEND","features":[42]},{"name":"DPA_Clone","features":[42]},{"name":"DPA_Create","features":[42]},{"name":"DPA_CreateEx","features":[3,42]},{"name":"DPA_DeleteAllPtrs","features":[3,42]},{"name":"DPA_DeletePtr","features":[42]},{"name":"DPA_Destroy","features":[3,42]},{"name":"DPA_DestroyCallback","features":[42]},{"name":"DPA_ERR","features":[42]},{"name":"DPA_EnumCallback","features":[42]},{"name":"DPA_GetPtr","features":[42]},{"name":"DPA_GetPtrIndex","features":[42]},{"name":"DPA_GetSize","features":[42]},{"name":"DPA_Grow","features":[3,42]},{"name":"DPA_InsertPtr","features":[42]},{"name":"DPA_LoadStream","features":[42]},{"name":"DPA_Merge","features":[3,42]},{"name":"DPA_SaveStream","features":[42]},{"name":"DPA_Search","features":[3,42]},{"name":"DPA_SetPtr","features":[3,42]},{"name":"DPA_Sort","features":[3,42]},{"name":"DPDB_DISABLED","features":[42]},{"name":"DPDB_FOCUSED","features":[42]},{"name":"DPDB_HOT","features":[42]},{"name":"DPDB_NORMAL","features":[42]},{"name":"DPDT_DISABLED","features":[42]},{"name":"DPDT_NORMAL","features":[42]},{"name":"DPDT_SELECTED","features":[42]},{"name":"DPSCBR_DISABLED","features":[42]},{"name":"DPSCBR_HOT","features":[42]},{"name":"DPSCBR_NORMAL","features":[42]},{"name":"DPSCBR_PRESSED","features":[42]},{"name":"DP_DATEBORDER","features":[42]},{"name":"DP_DATETEXT","features":[42]},{"name":"DP_SHOWCALENDARBUTTONRIGHT","features":[42]},{"name":"DRAGDROPPARTS","features":[42]},{"name":"DRAGLISTINFO","features":[3,42]},{"name":"DRAGLISTINFO_NOTIFICATION_FLAGS","features":[42]},{"name":"DRAGLISTMSGSTRING","features":[42]},{"name":"DRAWITEMSTRUCT","features":[3,14,42]},{"name":"DRAWITEMSTRUCT_CTL_TYPE","features":[42]},{"name":"DRAW_THEME_PARENT_BACKGROUND_FLAGS","features":[42]},{"name":"DROPDOWNBUTTONLEFTSTATES","features":[42]},{"name":"DROPDOWNBUTTONRIGHTSTATES","features":[42]},{"name":"DROPDOWNITEMSTATES","features":[42]},{"name":"DSA_APPEND","features":[42]},{"name":"DSA_Clone","features":[42]},{"name":"DSA_Create","features":[42]},{"name":"DSA_DeleteAllItems","features":[3,42]},{"name":"DSA_DeleteItem","features":[3,42]},{"name":"DSA_Destroy","features":[3,42]},{"name":"DSA_DestroyCallback","features":[42]},{"name":"DSA_ERR","features":[42]},{"name":"DSA_EnumCallback","features":[42]},{"name":"DSA_GetItem","features":[3,42]},{"name":"DSA_GetItemPtr","features":[42]},{"name":"DSA_GetSize","features":[42]},{"name":"DSA_InsertItem","features":[42]},{"name":"DSA_SetItem","features":[3,42]},{"name":"DSA_Sort","features":[3,42]},{"name":"DTBGOPTS","features":[3,42]},{"name":"DTBG_CLIPRECT","features":[42]},{"name":"DTBG_COMPUTINGREGION","features":[42]},{"name":"DTBG_DRAWSOLID","features":[42]},{"name":"DTBG_MIRRORDC","features":[42]},{"name":"DTBG_NOMIRROR","features":[42]},{"name":"DTBG_OMITBORDER","features":[42]},{"name":"DTBG_OMITCONTENT","features":[42]},{"name":"DTM_CLOSEMONTHCAL","features":[42]},{"name":"DTM_FIRST","features":[42]},{"name":"DTM_GETDATETIMEPICKERINFO","features":[42]},{"name":"DTM_GETIDEALSIZE","features":[42]},{"name":"DTM_GETMCCOLOR","features":[42]},{"name":"DTM_GETMCFONT","features":[42]},{"name":"DTM_GETMCSTYLE","features":[42]},{"name":"DTM_GETMONTHCAL","features":[42]},{"name":"DTM_GETRANGE","features":[42]},{"name":"DTM_GETSYSTEMTIME","features":[42]},{"name":"DTM_SETFORMAT","features":[42]},{"name":"DTM_SETFORMATA","features":[42]},{"name":"DTM_SETFORMATW","features":[42]},{"name":"DTM_SETMCCOLOR","features":[42]},{"name":"DTM_SETMCFONT","features":[42]},{"name":"DTM_SETMCSTYLE","features":[42]},{"name":"DTM_SETRANGE","features":[42]},{"name":"DTM_SETSYSTEMTIME","features":[42]},{"name":"DTN_CLOSEUP","features":[42]},{"name":"DTN_DATETIMECHANGE","features":[42]},{"name":"DTN_DROPDOWN","features":[42]},{"name":"DTN_FIRST","features":[42]},{"name":"DTN_FIRST2","features":[42]},{"name":"DTN_FORMAT","features":[42]},{"name":"DTN_FORMATA","features":[42]},{"name":"DTN_FORMATQUERY","features":[42]},{"name":"DTN_FORMATQUERYA","features":[42]},{"name":"DTN_FORMATQUERYW","features":[42]},{"name":"DTN_FORMATW","features":[42]},{"name":"DTN_LAST","features":[42]},{"name":"DTN_LAST2","features":[42]},{"name":"DTN_USERSTRING","features":[42]},{"name":"DTN_USERSTRINGA","features":[42]},{"name":"DTN_USERSTRINGW","features":[42]},{"name":"DTN_WMKEYDOWN","features":[42]},{"name":"DTN_WMKEYDOWNA","features":[42]},{"name":"DTN_WMKEYDOWNW","features":[42]},{"name":"DTPB_USECTLCOLORSTATIC","features":[42]},{"name":"DTPB_USEERASEBKGND","features":[42]},{"name":"DTPB_WINDOWDC","features":[42]},{"name":"DTS_APPCANPARSE","features":[42]},{"name":"DTS_LONGDATEFORMAT","features":[42]},{"name":"DTS_RIGHTALIGN","features":[42]},{"name":"DTS_SHORTDATECENTURYFORMAT","features":[42]},{"name":"DTS_SHORTDATEFORMAT","features":[42]},{"name":"DTS_SHOWNONE","features":[42]},{"name":"DTS_TIMEFORMAT","features":[42]},{"name":"DTS_UPDOWN","features":[42]},{"name":"DTTOPTS","features":[3,14,42]},{"name":"DTTOPTS_FLAGS","features":[42]},{"name":"DTT_APPLYOVERLAY","features":[42]},{"name":"DTT_BORDERCOLOR","features":[42]},{"name":"DTT_BORDERSIZE","features":[42]},{"name":"DTT_CALCRECT","features":[42]},{"name":"DTT_CALLBACK","features":[42]},{"name":"DTT_CALLBACK_PROC","features":[3,14,42]},{"name":"DTT_COLORPROP","features":[42]},{"name":"DTT_COMPOSITED","features":[42]},{"name":"DTT_FLAGS2VALIDBITS","features":[42]},{"name":"DTT_FONTPROP","features":[42]},{"name":"DTT_GLOWSIZE","features":[42]},{"name":"DTT_GRAYED","features":[42]},{"name":"DTT_SHADOWCOLOR","features":[42]},{"name":"DTT_SHADOWOFFSET","features":[42]},{"name":"DTT_SHADOWTYPE","features":[42]},{"name":"DTT_STATEID","features":[42]},{"name":"DTT_TEXTCOLOR","features":[42]},{"name":"DTT_VALIDBITS","features":[42]},{"name":"DestroyPropertySheetPage","features":[3,42]},{"name":"DestroySyntheticPointerDevice","features":[42]},{"name":"DlgDirListA","features":[3,42]},{"name":"DlgDirListComboBoxA","features":[3,42]},{"name":"DlgDirListComboBoxW","features":[3,42]},{"name":"DlgDirListW","features":[3,42]},{"name":"DlgDirSelectComboBoxExA","features":[3,42]},{"name":"DlgDirSelectComboBoxExW","features":[3,42]},{"name":"DlgDirSelectExA","features":[3,42]},{"name":"DlgDirSelectExW","features":[3,42]},{"name":"DrawInsert","features":[3,42]},{"name":"DrawShadowText","features":[3,14,42]},{"name":"DrawStatusTextA","features":[3,14,42]},{"name":"DrawStatusTextW","features":[3,14,42]},{"name":"DrawThemeBackground","features":[3,14,42]},{"name":"DrawThemeBackgroundEx","features":[3,14,42]},{"name":"DrawThemeEdge","features":[3,14,42]},{"name":"DrawThemeIcon","features":[3,14,42]},{"name":"DrawThemeParentBackground","features":[3,14,42]},{"name":"DrawThemeParentBackgroundEx","features":[3,14,42]},{"name":"DrawThemeText","features":[3,14,42]},{"name":"DrawThemeTextEx","features":[3,14,42]},{"name":"EBHC_HOT","features":[42]},{"name":"EBHC_NORMAL","features":[42]},{"name":"EBHC_PRESSED","features":[42]},{"name":"EBHP_HOT","features":[42]},{"name":"EBHP_NORMAL","features":[42]},{"name":"EBHP_PRESSED","features":[42]},{"name":"EBHP_SELECTEDHOT","features":[42]},{"name":"EBHP_SELECTEDNORMAL","features":[42]},{"name":"EBHP_SELECTEDPRESSED","features":[42]},{"name":"EBM_HOT","features":[42]},{"name":"EBM_NORMAL","features":[42]},{"name":"EBM_PRESSED","features":[42]},{"name":"EBNGC_HOT","features":[42]},{"name":"EBNGC_NORMAL","features":[42]},{"name":"EBNGC_PRESSED","features":[42]},{"name":"EBNGE_HOT","features":[42]},{"name":"EBNGE_NORMAL","features":[42]},{"name":"EBNGE_PRESSED","features":[42]},{"name":"EBP_HEADERBACKGROUND","features":[42]},{"name":"EBP_HEADERCLOSE","features":[42]},{"name":"EBP_HEADERPIN","features":[42]},{"name":"EBP_IEBARMENU","features":[42]},{"name":"EBP_NORMALGROUPBACKGROUND","features":[42]},{"name":"EBP_NORMALGROUPCOLLAPSE","features":[42]},{"name":"EBP_NORMALGROUPEXPAND","features":[42]},{"name":"EBP_NORMALGROUPHEAD","features":[42]},{"name":"EBP_SPECIALGROUPBACKGROUND","features":[42]},{"name":"EBP_SPECIALGROUPCOLLAPSE","features":[42]},{"name":"EBP_SPECIALGROUPEXPAND","features":[42]},{"name":"EBP_SPECIALGROUPHEAD","features":[42]},{"name":"EBSGC_HOT","features":[42]},{"name":"EBSGC_NORMAL","features":[42]},{"name":"EBSGC_PRESSED","features":[42]},{"name":"EBSGE_HOT","features":[42]},{"name":"EBSGE_NORMAL","features":[42]},{"name":"EBSGE_PRESSED","features":[42]},{"name":"EBS_ASSIST","features":[42]},{"name":"EBS_DISABLED","features":[42]},{"name":"EBS_FOCUSED","features":[42]},{"name":"EBS_HOT","features":[42]},{"name":"EBS_NORMAL","features":[42]},{"name":"EBS_READONLY","features":[42]},{"name":"EBWBS_DISABLED","features":[42]},{"name":"EBWBS_FOCUSED","features":[42]},{"name":"EBWBS_HOT","features":[42]},{"name":"EBWBS_NORMAL","features":[42]},{"name":"ECM_FIRST","features":[42]},{"name":"EC_ENDOFLINE","features":[42]},{"name":"EC_ENDOFLINE_CR","features":[42]},{"name":"EC_ENDOFLINE_CRLF","features":[42]},{"name":"EC_ENDOFLINE_DETECTFROMCONTENT","features":[42]},{"name":"EC_ENDOFLINE_LF","features":[42]},{"name":"EC_SEARCHWEB_ENTRYPOINT","features":[42]},{"name":"EC_SEARCHWEB_ENTRYPOINT_CONTEXTMENU","features":[42]},{"name":"EC_SEARCHWEB_ENTRYPOINT_EXTERNAL","features":[42]},{"name":"EDITBALLOONTIP","features":[42]},{"name":"EDITBALLOONTIP_ICON","features":[42]},{"name":"EDITBORDER_HSCROLLSTATES","features":[42]},{"name":"EDITBORDER_HVSCROLLSTATES","features":[42]},{"name":"EDITBORDER_NOSCROLLSTATES","features":[42]},{"name":"EDITBORDER_VSCROLLSTATES","features":[42]},{"name":"EDITPARTS","features":[42]},{"name":"EDITTEXTSTATES","features":[42]},{"name":"EDITWORDBREAKPROCA","features":[42]},{"name":"EDITWORDBREAKPROCW","features":[42]},{"name":"EMF_CENTERED","features":[42]},{"name":"EMPTYMARKUPPARTS","features":[42]},{"name":"EMP_MARKUPTEXT","features":[42]},{"name":"EMT_LINKTEXT","features":[42]},{"name":"EMT_NORMALTEXT","features":[42]},{"name":"EM_CANUNDO","features":[42]},{"name":"EM_CHARFROMPOS","features":[42]},{"name":"EM_EMPTYUNDOBUFFER","features":[42]},{"name":"EM_ENABLEFEATURE","features":[42]},{"name":"EM_ENABLESEARCHWEB","features":[42]},{"name":"EM_FILELINEFROMCHAR","features":[42]},{"name":"EM_FILELINEINDEX","features":[42]},{"name":"EM_FILELINELENGTH","features":[42]},{"name":"EM_FMTLINES","features":[42]},{"name":"EM_GETCARETINDEX","features":[42]},{"name":"EM_GETCUEBANNER","features":[42]},{"name":"EM_GETENDOFLINE","features":[42]},{"name":"EM_GETEXTENDEDSTYLE","features":[42]},{"name":"EM_GETFILELINE","features":[42]},{"name":"EM_GETFILELINECOUNT","features":[42]},{"name":"EM_GETFIRSTVISIBLELINE","features":[42]},{"name":"EM_GETHANDLE","features":[42]},{"name":"EM_GETHILITE","features":[42]},{"name":"EM_GETIMESTATUS","features":[42]},{"name":"EM_GETLIMITTEXT","features":[42]},{"name":"EM_GETLINE","features":[42]},{"name":"EM_GETLINECOUNT","features":[42]},{"name":"EM_GETMARGINS","features":[42]},{"name":"EM_GETMODIFY","features":[42]},{"name":"EM_GETPASSWORDCHAR","features":[42]},{"name":"EM_GETRECT","features":[42]},{"name":"EM_GETSEL","features":[42]},{"name":"EM_GETTHUMB","features":[42]},{"name":"EM_GETWORDBREAKPROC","features":[42]},{"name":"EM_HIDEBALLOONTIP","features":[42]},{"name":"EM_LIMITTEXT","features":[42]},{"name":"EM_LINEFROMCHAR","features":[42]},{"name":"EM_LINEINDEX","features":[42]},{"name":"EM_LINELENGTH","features":[42]},{"name":"EM_LINESCROLL","features":[42]},{"name":"EM_NOSETFOCUS","features":[42]},{"name":"EM_POSFROMCHAR","features":[42]},{"name":"EM_REPLACESEL","features":[42]},{"name":"EM_SCROLL","features":[42]},{"name":"EM_SCROLLCARET","features":[42]},{"name":"EM_SEARCHWEB","features":[42]},{"name":"EM_SETCARETINDEX","features":[42]},{"name":"EM_SETCUEBANNER","features":[42]},{"name":"EM_SETENDOFLINE","features":[42]},{"name":"EM_SETEXTENDEDSTYLE","features":[42]},{"name":"EM_SETHANDLE","features":[42]},{"name":"EM_SETHILITE","features":[42]},{"name":"EM_SETIMESTATUS","features":[42]},{"name":"EM_SETLIMITTEXT","features":[42]},{"name":"EM_SETMARGINS","features":[42]},{"name":"EM_SETMODIFY","features":[42]},{"name":"EM_SETPASSWORDCHAR","features":[42]},{"name":"EM_SETREADONLY","features":[42]},{"name":"EM_SETRECT","features":[42]},{"name":"EM_SETRECTNP","features":[42]},{"name":"EM_SETSEL","features":[42]},{"name":"EM_SETTABSTOPS","features":[42]},{"name":"EM_SETWORDBREAKPROC","features":[42]},{"name":"EM_SHOWBALLOONTIP","features":[42]},{"name":"EM_TAKEFOCUS","features":[42]},{"name":"EM_UNDO","features":[42]},{"name":"ENABLE_SCROLL_BAR_ARROWS","features":[42]},{"name":"EN_FIRST","features":[42]},{"name":"EN_LAST","features":[42]},{"name":"EN_SEARCHWEB","features":[42]},{"name":"EPSHV_DISABLED","features":[42]},{"name":"EPSHV_FOCUSED","features":[42]},{"name":"EPSHV_HOT","features":[42]},{"name":"EPSHV_NORMAL","features":[42]},{"name":"EPSH_DISABLED","features":[42]},{"name":"EPSH_FOCUSED","features":[42]},{"name":"EPSH_HOT","features":[42]},{"name":"EPSH_NORMAL","features":[42]},{"name":"EPSN_DISABLED","features":[42]},{"name":"EPSN_FOCUSED","features":[42]},{"name":"EPSN_HOT","features":[42]},{"name":"EPSN_NORMAL","features":[42]},{"name":"EPSV_DISABLED","features":[42]},{"name":"EPSV_FOCUSED","features":[42]},{"name":"EPSV_HOT","features":[42]},{"name":"EPSV_NORMAL","features":[42]},{"name":"EP_BACKGROUND","features":[42]},{"name":"EP_BACKGROUNDWITHBORDER","features":[42]},{"name":"EP_CARET","features":[42]},{"name":"EP_EDITBORDER_HSCROLL","features":[42]},{"name":"EP_EDITBORDER_HVSCROLL","features":[42]},{"name":"EP_EDITBORDER_NOSCROLL","features":[42]},{"name":"EP_EDITBORDER_VSCROLL","features":[42]},{"name":"EP_EDITTEXT","features":[42]},{"name":"EP_PASSWORD","features":[42]},{"name":"ESB_DISABLE_BOTH","features":[42]},{"name":"ESB_DISABLE_DOWN","features":[42]},{"name":"ESB_DISABLE_LEFT","features":[42]},{"name":"ESB_DISABLE_LTUP","features":[42]},{"name":"ESB_DISABLE_RIGHT","features":[42]},{"name":"ESB_DISABLE_RTDN","features":[42]},{"name":"ESB_DISABLE_UP","features":[42]},{"name":"ESB_ENABLE_BOTH","features":[42]},{"name":"ES_EX_ALLOWEOL_CR","features":[42]},{"name":"ES_EX_ALLOWEOL_LF","features":[42]},{"name":"ES_EX_CONVERT_EOL_ON_PASTE","features":[42]},{"name":"ES_EX_ZOOMABLE","features":[42]},{"name":"ETDT_DISABLE","features":[42]},{"name":"ETDT_ENABLE","features":[42]},{"name":"ETDT_USEAEROWIZARDTABTEXTURE","features":[42]},{"name":"ETDT_USETABTEXTURE","features":[42]},{"name":"ETS_ASSIST","features":[42]},{"name":"ETS_CUEBANNER","features":[42]},{"name":"ETS_DISABLED","features":[42]},{"name":"ETS_FOCUSED","features":[42]},{"name":"ETS_HOT","features":[42]},{"name":"ETS_NORMAL","features":[42]},{"name":"ETS_READONLY","features":[42]},{"name":"ETS_SELECTED","features":[42]},{"name":"EXPANDBUTTONSTATES","features":[42]},{"name":"EXPANDOBUTTONSTATES","features":[42]},{"name":"EXPLORERBARPARTS","features":[42]},{"name":"EnableScrollBar","features":[3,42]},{"name":"EnableThemeDialogTexture","features":[3,42]},{"name":"EnableTheming","features":[3,42]},{"name":"EndBufferedAnimation","features":[3,42]},{"name":"EndBufferedPaint","features":[3,42]},{"name":"EndPanningFeedback","features":[3,42]},{"name":"EvaluateProximityToPolygon","features":[3,42]},{"name":"EvaluateProximityToRect","features":[3,42]},{"name":"FBS_EMPHASIZED","features":[42]},{"name":"FBS_NORMAL","features":[42]},{"name":"FEEDBACK_GESTURE_PRESSANDTAP","features":[42]},{"name":"FEEDBACK_MAX","features":[42]},{"name":"FEEDBACK_PEN_BARRELVISUALIZATION","features":[42]},{"name":"FEEDBACK_PEN_DOUBLETAP","features":[42]},{"name":"FEEDBACK_PEN_PRESSANDHOLD","features":[42]},{"name":"FEEDBACK_PEN_RIGHTTAP","features":[42]},{"name":"FEEDBACK_PEN_TAP","features":[42]},{"name":"FEEDBACK_TOUCH_CONTACTVISUALIZATION","features":[42]},{"name":"FEEDBACK_TOUCH_DOUBLETAP","features":[42]},{"name":"FEEDBACK_TOUCH_PRESSANDHOLD","features":[42]},{"name":"FEEDBACK_TOUCH_RIGHTTAP","features":[42]},{"name":"FEEDBACK_TOUCH_TAP","features":[42]},{"name":"FEEDBACK_TYPE","features":[42]},{"name":"FILEOPENORD","features":[42]},{"name":"FILLSTATES","features":[42]},{"name":"FILLTYPE","features":[42]},{"name":"FILLVERTSTATES","features":[42]},{"name":"FINDDLGORD","features":[42]},{"name":"FLH_HOVER","features":[42]},{"name":"FLH_NORMAL","features":[42]},{"name":"FLS_DISABLED","features":[42]},{"name":"FLS_EMPHASIZED","features":[42]},{"name":"FLS_NORMAL","features":[42]},{"name":"FLS_SELECTED","features":[42]},{"name":"FLYOUTLINK_HOVER","features":[42]},{"name":"FLYOUTLINK_NORMAL","features":[42]},{"name":"FLYOUTPARTS","features":[42]},{"name":"FLYOUT_BODY","features":[42]},{"name":"FLYOUT_DIVIDER","features":[42]},{"name":"FLYOUT_HEADER","features":[42]},{"name":"FLYOUT_LABEL","features":[42]},{"name":"FLYOUT_LINK","features":[42]},{"name":"FLYOUT_LINKAREA","features":[42]},{"name":"FLYOUT_LINKHEADER","features":[42]},{"name":"FLYOUT_WINDOW","features":[42]},{"name":"FONTDLGORD","features":[42]},{"name":"FORMATDLGORD30","features":[42]},{"name":"FORMATDLGORD31","features":[42]},{"name":"FRAMEBOTTOMSTATES","features":[42]},{"name":"FRAMELEFTSTATES","features":[42]},{"name":"FRAMERIGHTSTATES","features":[42]},{"name":"FRAMESTATES","features":[42]},{"name":"FRB_ACTIVE","features":[42]},{"name":"FRB_INACTIVE","features":[42]},{"name":"FRL_ACTIVE","features":[42]},{"name":"FRL_INACTIVE","features":[42]},{"name":"FRR_ACTIVE","features":[42]},{"name":"FRR_INACTIVE","features":[42]},{"name":"FSB_ENCARTA_MODE","features":[42]},{"name":"FSB_FLAT_MODE","features":[42]},{"name":"FSB_REGULAR_MODE","features":[42]},{"name":"FS_ACTIVE","features":[42]},{"name":"FS_INACTIVE","features":[42]},{"name":"FT_HORZGRADIENT","features":[42]},{"name":"FT_RADIALGRADIENT","features":[42]},{"name":"FT_SOLID","features":[42]},{"name":"FT_TILEIMAGE","features":[42]},{"name":"FT_VERTGRADIENT","features":[42]},{"name":"FlatSB_EnableScrollBar","features":[3,42]},{"name":"FlatSB_GetScrollInfo","features":[3,42,52]},{"name":"FlatSB_GetScrollPos","features":[3,42,52]},{"name":"FlatSB_GetScrollProp","features":[3,42]},{"name":"FlatSB_GetScrollRange","features":[3,42,52]},{"name":"FlatSB_SetScrollInfo","features":[3,42,52]},{"name":"FlatSB_SetScrollPos","features":[3,42,52]},{"name":"FlatSB_SetScrollProp","features":[3,42]},{"name":"FlatSB_SetScrollRange","features":[3,42,52]},{"name":"FlatSB_ShowScrollBar","features":[3,42,52]},{"name":"GBF_COPY","features":[42]},{"name":"GBF_DIRECT","features":[42]},{"name":"GBF_VALIDBITS","features":[42]},{"name":"GBS_DISABLED","features":[42]},{"name":"GBS_NORMAL","features":[42]},{"name":"GDTR_MAX","features":[42]},{"name":"GDTR_MIN","features":[42]},{"name":"GDT_ERROR","features":[42]},{"name":"GDT_NONE","features":[42]},{"name":"GDT_VALID","features":[42]},{"name":"GET_THEME_BITMAP_FLAGS","features":[42]},{"name":"GFST_DPI","features":[42]},{"name":"GFST_NONE","features":[42]},{"name":"GFST_SIZE","features":[42]},{"name":"GLPS_CLOSED","features":[42]},{"name":"GLPS_OPENED","features":[42]},{"name":"GLYPHFONTSIZINGTYPE","features":[42]},{"name":"GLYPHSTATES","features":[42]},{"name":"GLYPHTYPE","features":[42]},{"name":"GMR_DAYSTATE","features":[42]},{"name":"GMR_VISIBLE","features":[42]},{"name":"GRIDCELLBACKGROUNDSTATES","features":[42]},{"name":"GRIDCELLSTATES","features":[42]},{"name":"GRIDCELLUPPERSTATES","features":[42]},{"name":"GRIPPERSTATES","features":[42]},{"name":"GROUPBOXSTATES","features":[42]},{"name":"GROUPHEADERLINESTATES","features":[42]},{"name":"GROUPHEADERSTATES","features":[42]},{"name":"GT_FONTGLYPH","features":[42]},{"name":"GT_IMAGEGLYPH","features":[42]},{"name":"GT_NONE","features":[42]},{"name":"GetBufferedPaintBits","features":[14,42]},{"name":"GetBufferedPaintDC","features":[14,42]},{"name":"GetBufferedPaintTargetDC","features":[14,42]},{"name":"GetBufferedPaintTargetRect","features":[3,42]},{"name":"GetComboBoxInfo","features":[3,42]},{"name":"GetCurrentThemeName","features":[42]},{"name":"GetEffectiveClientRect","features":[3,42]},{"name":"GetListBoxInfo","features":[3,42]},{"name":"GetMUILanguage","features":[42]},{"name":"GetThemeAnimationProperty","features":[42]},{"name":"GetThemeAnimationTransform","features":[42]},{"name":"GetThemeAppProperties","features":[42]},{"name":"GetThemeBackgroundContentRect","features":[3,14,42]},{"name":"GetThemeBackgroundExtent","features":[3,14,42]},{"name":"GetThemeBackgroundRegion","features":[3,14,42]},{"name":"GetThemeBitmap","features":[14,42]},{"name":"GetThemeBool","features":[3,42]},{"name":"GetThemeColor","features":[3,42]},{"name":"GetThemeDocumentationProperty","features":[42]},{"name":"GetThemeEnumValue","features":[42]},{"name":"GetThemeFilename","features":[42]},{"name":"GetThemeFont","features":[14,42]},{"name":"GetThemeInt","features":[42]},{"name":"GetThemeIntList","features":[42]},{"name":"GetThemeMargins","features":[3,14,42]},{"name":"GetThemeMetric","features":[14,42]},{"name":"GetThemePartSize","features":[3,14,42]},{"name":"GetThemePosition","features":[3,42]},{"name":"GetThemePropertyOrigin","features":[42]},{"name":"GetThemeRect","features":[3,42]},{"name":"GetThemeStream","features":[3,42]},{"name":"GetThemeString","features":[42]},{"name":"GetThemeSysBool","features":[3,42]},{"name":"GetThemeSysColor","features":[3,42]},{"name":"GetThemeSysColorBrush","features":[14,42]},{"name":"GetThemeSysFont","features":[14,42]},{"name":"GetThemeSysInt","features":[42]},{"name":"GetThemeSysSize","features":[42]},{"name":"GetThemeSysString","features":[42]},{"name":"GetThemeTextExtent","features":[3,14,42]},{"name":"GetThemeTextMetrics","features":[14,42]},{"name":"GetThemeTimingFunction","features":[42]},{"name":"GetThemeTransitionDuration","features":[42]},{"name":"GetWindowFeedbackSetting","features":[3,42]},{"name":"GetWindowTheme","features":[3,42]},{"name":"HALIGN","features":[42]},{"name":"HA_CENTER","features":[42]},{"name":"HA_LEFT","features":[42]},{"name":"HA_RIGHT","features":[42]},{"name":"HBG_DETAILS","features":[42]},{"name":"HBG_ICON","features":[42]},{"name":"HBS_DISABLED","features":[42]},{"name":"HBS_HOT","features":[42]},{"name":"HBS_NORMAL","features":[42]},{"name":"HBS_PUSHED","features":[42]},{"name":"HDDFS_HOT","features":[42]},{"name":"HDDFS_NORMAL","features":[42]},{"name":"HDDFS_SOFTHOT","features":[42]},{"name":"HDDS_HOT","features":[42]},{"name":"HDDS_NORMAL","features":[42]},{"name":"HDDS_SOFTHOT","features":[42]},{"name":"HDFT_HASNOVALUE","features":[42]},{"name":"HDFT_ISDATE","features":[42]},{"name":"HDFT_ISNUMBER","features":[42]},{"name":"HDFT_ISSTRING","features":[42]},{"name":"HDF_BITMAP","features":[42]},{"name":"HDF_BITMAP_ON_RIGHT","features":[42]},{"name":"HDF_CENTER","features":[42]},{"name":"HDF_CHECKBOX","features":[42]},{"name":"HDF_CHECKED","features":[42]},{"name":"HDF_FIXEDWIDTH","features":[42]},{"name":"HDF_IMAGE","features":[42]},{"name":"HDF_JUSTIFYMASK","features":[42]},{"name":"HDF_LEFT","features":[42]},{"name":"HDF_OWNERDRAW","features":[42]},{"name":"HDF_RIGHT","features":[42]},{"name":"HDF_RTLREADING","features":[42]},{"name":"HDF_SORTDOWN","features":[42]},{"name":"HDF_SORTUP","features":[42]},{"name":"HDF_SPLITBUTTON","features":[42]},{"name":"HDF_STRING","features":[42]},{"name":"HDHITTESTINFO","features":[3,42]},{"name":"HDIS_FOCUSED","features":[42]},{"name":"HDITEMA","features":[3,14,42]},{"name":"HDITEMW","features":[3,14,42]},{"name":"HDI_BITMAP","features":[42]},{"name":"HDI_DI_SETITEM","features":[42]},{"name":"HDI_FILTER","features":[42]},{"name":"HDI_FORMAT","features":[42]},{"name":"HDI_HEIGHT","features":[42]},{"name":"HDI_IMAGE","features":[42]},{"name":"HDI_LPARAM","features":[42]},{"name":"HDI_MASK","features":[42]},{"name":"HDI_ORDER","features":[42]},{"name":"HDI_STATE","features":[42]},{"name":"HDI_TEXT","features":[42]},{"name":"HDI_WIDTH","features":[42]},{"name":"HDLAYOUT","features":[3,42,52]},{"name":"HDM_CLEARFILTER","features":[42]},{"name":"HDM_CREATEDRAGIMAGE","features":[42]},{"name":"HDM_DELETEITEM","features":[42]},{"name":"HDM_EDITFILTER","features":[42]},{"name":"HDM_FIRST","features":[42]},{"name":"HDM_GETBITMAPMARGIN","features":[42]},{"name":"HDM_GETFOCUSEDITEM","features":[42]},{"name":"HDM_GETIMAGELIST","features":[42]},{"name":"HDM_GETITEM","features":[42]},{"name":"HDM_GETITEMA","features":[42]},{"name":"HDM_GETITEMCOUNT","features":[42]},{"name":"HDM_GETITEMDROPDOWNRECT","features":[42]},{"name":"HDM_GETITEMRECT","features":[42]},{"name":"HDM_GETITEMW","features":[42]},{"name":"HDM_GETORDERARRAY","features":[42]},{"name":"HDM_GETOVERFLOWRECT","features":[42]},{"name":"HDM_GETUNICODEFORMAT","features":[42]},{"name":"HDM_HITTEST","features":[42]},{"name":"HDM_INSERTITEM","features":[42]},{"name":"HDM_INSERTITEMA","features":[42]},{"name":"HDM_INSERTITEMW","features":[42]},{"name":"HDM_LAYOUT","features":[42]},{"name":"HDM_ORDERTOINDEX","features":[42]},{"name":"HDM_SETBITMAPMARGIN","features":[42]},{"name":"HDM_SETFILTERCHANGETIMEOUT","features":[42]},{"name":"HDM_SETFOCUSEDITEM","features":[42]},{"name":"HDM_SETHOTDIVIDER","features":[42]},{"name":"HDM_SETIMAGELIST","features":[42]},{"name":"HDM_SETITEM","features":[42]},{"name":"HDM_SETITEMA","features":[42]},{"name":"HDM_SETITEMW","features":[42]},{"name":"HDM_SETORDERARRAY","features":[42]},{"name":"HDM_SETUNICODEFORMAT","features":[42]},{"name":"HDN_BEGINDRAG","features":[42]},{"name":"HDN_BEGINFILTEREDIT","features":[42]},{"name":"HDN_BEGINTRACK","features":[42]},{"name":"HDN_BEGINTRACKA","features":[42]},{"name":"HDN_BEGINTRACKW","features":[42]},{"name":"HDN_DIVIDERDBLCLICK","features":[42]},{"name":"HDN_DIVIDERDBLCLICKA","features":[42]},{"name":"HDN_DIVIDERDBLCLICKW","features":[42]},{"name":"HDN_DROPDOWN","features":[42]},{"name":"HDN_ENDDRAG","features":[42]},{"name":"HDN_ENDFILTEREDIT","features":[42]},{"name":"HDN_ENDTRACK","features":[42]},{"name":"HDN_ENDTRACKA","features":[42]},{"name":"HDN_ENDTRACKW","features":[42]},{"name":"HDN_FILTERBTNCLICK","features":[42]},{"name":"HDN_FILTERCHANGE","features":[42]},{"name":"HDN_FIRST","features":[42]},{"name":"HDN_GETDISPINFO","features":[42]},{"name":"HDN_GETDISPINFOA","features":[42]},{"name":"HDN_GETDISPINFOW","features":[42]},{"name":"HDN_ITEMCHANGED","features":[42]},{"name":"HDN_ITEMCHANGEDA","features":[42]},{"name":"HDN_ITEMCHANGEDW","features":[42]},{"name":"HDN_ITEMCHANGING","features":[42]},{"name":"HDN_ITEMCHANGINGA","features":[42]},{"name":"HDN_ITEMCHANGINGW","features":[42]},{"name":"HDN_ITEMCLICK","features":[42]},{"name":"HDN_ITEMCLICKA","features":[42]},{"name":"HDN_ITEMCLICKW","features":[42]},{"name":"HDN_ITEMDBLCLICK","features":[42]},{"name":"HDN_ITEMDBLCLICKA","features":[42]},{"name":"HDN_ITEMDBLCLICKW","features":[42]},{"name":"HDN_ITEMKEYDOWN","features":[42]},{"name":"HDN_ITEMSTATEICONCLICK","features":[42]},{"name":"HDN_LAST","features":[42]},{"name":"HDN_OVERFLOWCLICK","features":[42]},{"name":"HDN_TRACK","features":[42]},{"name":"HDN_TRACKA","features":[42]},{"name":"HDN_TRACKW","features":[42]},{"name":"HDPA","features":[42]},{"name":"HDSA","features":[42]},{"name":"HDSIL_NORMAL","features":[42]},{"name":"HDSIL_STATE","features":[42]},{"name":"HDS_BUTTONS","features":[42]},{"name":"HDS_CHECKBOXES","features":[42]},{"name":"HDS_DRAGDROP","features":[42]},{"name":"HDS_FILTERBAR","features":[42]},{"name":"HDS_FLAT","features":[42]},{"name":"HDS_FULLDRAG","features":[42]},{"name":"HDS_HIDDEN","features":[42]},{"name":"HDS_HORZ","features":[42]},{"name":"HDS_HOTTRACK","features":[42]},{"name":"HDS_NOSIZING","features":[42]},{"name":"HDS_OVERFLOW","features":[42]},{"name":"HD_TEXTFILTERA","features":[42]},{"name":"HD_TEXTFILTERW","features":[42]},{"name":"HEADERAREASTATES","features":[42]},{"name":"HEADERCLOSESTATES","features":[42]},{"name":"HEADERDROPDOWNFILTERSTATES","features":[42]},{"name":"HEADERDROPDOWNSTATES","features":[42]},{"name":"HEADERITEMLEFTSTATES","features":[42]},{"name":"HEADERITEMRIGHTSTATES","features":[42]},{"name":"HEADERITEMSTATES","features":[42]},{"name":"HEADEROVERFLOWSTATES","features":[42]},{"name":"HEADERPARTS","features":[42]},{"name":"HEADERPINSTATES","features":[42]},{"name":"HEADERSORTARROWSTATES","features":[42]},{"name":"HEADERSTYLESTATES","features":[42]},{"name":"HEADER_CONTROL_FORMAT_FLAGS","features":[42]},{"name":"HEADER_CONTROL_FORMAT_STATE","features":[42]},{"name":"HEADER_CONTROL_FORMAT_TYPE","features":[42]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON","features":[42]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_LEFT","features":[42]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_MIDDLE","features":[42]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_RIGHT","features":[42]},{"name":"HEADER_HITTEST_INFO_FLAGS","features":[42]},{"name":"HELPBUTTONSTATES","features":[42]},{"name":"HELPLINKSTATES","features":[42]},{"name":"HGLPS_CLOSED","features":[42]},{"name":"HGLPS_OPENED","features":[42]},{"name":"HHT_ABOVE","features":[42]},{"name":"HHT_BELOW","features":[42]},{"name":"HHT_NOWHERE","features":[42]},{"name":"HHT_ONDIVIDER","features":[42]},{"name":"HHT_ONDIVOPEN","features":[42]},{"name":"HHT_ONDROPDOWN","features":[42]},{"name":"HHT_ONFILTER","features":[42]},{"name":"HHT_ONFILTERBUTTON","features":[42]},{"name":"HHT_ONHEADER","features":[42]},{"name":"HHT_ONITEMSTATEICON","features":[42]},{"name":"HHT_ONOVERFLOW","features":[42]},{"name":"HHT_TOLEFT","features":[42]},{"name":"HHT_TORIGHT","features":[42]},{"name":"HICF_ACCELERATOR","features":[42]},{"name":"HICF_ARROWKEYS","features":[42]},{"name":"HICF_DUPACCEL","features":[42]},{"name":"HICF_ENTERING","features":[42]},{"name":"HICF_LEAVING","features":[42]},{"name":"HICF_LMOUSE","features":[42]},{"name":"HICF_MOUSE","features":[42]},{"name":"HICF_OTHER","features":[42]},{"name":"HICF_RESELECT","features":[42]},{"name":"HICF_TOGGLEDROPDOWN","features":[42]},{"name":"HILS_HOT","features":[42]},{"name":"HILS_NORMAL","features":[42]},{"name":"HILS_PRESSED","features":[42]},{"name":"HIMAGELIST","features":[42]},{"name":"HIMAGELIST_QueryInterface","features":[42]},{"name":"HIRS_HOT","features":[42]},{"name":"HIRS_NORMAL","features":[42]},{"name":"HIRS_PRESSED","features":[42]},{"name":"HIST_ADDTOFAVORITES","features":[42]},{"name":"HIST_BACK","features":[42]},{"name":"HIST_FAVORITES","features":[42]},{"name":"HIST_FORWARD","features":[42]},{"name":"HIST_VIEWTREE","features":[42]},{"name":"HIS_HOT","features":[42]},{"name":"HIS_ICONHOT","features":[42]},{"name":"HIS_ICONNORMAL","features":[42]},{"name":"HIS_ICONPRESSED","features":[42]},{"name":"HIS_ICONSORTEDHOT","features":[42]},{"name":"HIS_ICONSORTEDNORMAL","features":[42]},{"name":"HIS_ICONSORTEDPRESSED","features":[42]},{"name":"HIS_NORMAL","features":[42]},{"name":"HIS_PRESSED","features":[42]},{"name":"HIS_SORTEDHOT","features":[42]},{"name":"HIS_SORTEDNORMAL","features":[42]},{"name":"HIS_SORTEDPRESSED","features":[42]},{"name":"HIT_TEST_BACKGROUND_OPTIONS","features":[42]},{"name":"HKCOMB_A","features":[42]},{"name":"HKCOMB_C","features":[42]},{"name":"HKCOMB_CA","features":[42]},{"name":"HKCOMB_NONE","features":[42]},{"name":"HKCOMB_S","features":[42]},{"name":"HKCOMB_SA","features":[42]},{"name":"HKCOMB_SC","features":[42]},{"name":"HKCOMB_SCA","features":[42]},{"name":"HKM_GETHOTKEY","features":[42]},{"name":"HKM_SETHOTKEY","features":[42]},{"name":"HKM_SETRULES","features":[42]},{"name":"HLS_LINKTEXT","features":[42]},{"name":"HLS_NORMALTEXT","features":[42]},{"name":"HOFS_HOT","features":[42]},{"name":"HOFS_NORMAL","features":[42]},{"name":"HORZSCROLLSTATES","features":[42]},{"name":"HORZTHUMBSTATES","features":[42]},{"name":"HOTGLYPHSTATES","features":[42]},{"name":"HOTKEYF_ALT","features":[42]},{"name":"HOTKEYF_CONTROL","features":[42]},{"name":"HOTKEYF_EXT","features":[42]},{"name":"HOTKEYF_SHIFT","features":[42]},{"name":"HOTKEY_CLASS","features":[42]},{"name":"HOTKEY_CLASSA","features":[42]},{"name":"HOTKEY_CLASSW","features":[42]},{"name":"HOVERBACKGROUNDSTATES","features":[42]},{"name":"HOVER_DEFAULT","features":[42]},{"name":"HPROPSHEETPAGE","features":[42]},{"name":"HP_HEADERDROPDOWN","features":[42]},{"name":"HP_HEADERDROPDOWNFILTER","features":[42]},{"name":"HP_HEADERITEM","features":[42]},{"name":"HP_HEADERITEMLEFT","features":[42]},{"name":"HP_HEADERITEMRIGHT","features":[42]},{"name":"HP_HEADEROVERFLOW","features":[42]},{"name":"HP_HEADERSORTARROW","features":[42]},{"name":"HSAS_SORTEDDOWN","features":[42]},{"name":"HSAS_SORTEDUP","features":[42]},{"name":"HSS_DISABLED","features":[42]},{"name":"HSS_HOT","features":[42]},{"name":"HSS_NORMAL","features":[42]},{"name":"HSS_PUSHED","features":[42]},{"name":"HSYNTHETICPOINTERDEVICE","features":[42]},{"name":"HTHEME","features":[42]},{"name":"HTREEITEM","features":[42]},{"name":"HTS_DISABLED","features":[42]},{"name":"HTS_HOT","features":[42]},{"name":"HTS_NORMAL","features":[42]},{"name":"HTS_PUSHED","features":[42]},{"name":"HTTB_BACKGROUNDSEG","features":[42]},{"name":"HTTB_CAPTION","features":[42]},{"name":"HTTB_FIXEDBORDER","features":[42]},{"name":"HTTB_RESIZINGBORDER","features":[42]},{"name":"HTTB_RESIZINGBORDER_BOTTOM","features":[42]},{"name":"HTTB_RESIZINGBORDER_LEFT","features":[42]},{"name":"HTTB_RESIZINGBORDER_RIGHT","features":[42]},{"name":"HTTB_RESIZINGBORDER_TOP","features":[42]},{"name":"HTTB_SIZINGTEMPLATE","features":[42]},{"name":"HTTB_SYSTEMSIZINGMARGINS","features":[42]},{"name":"HYPERLINKSTATES","features":[42]},{"name":"HYPERLINKTEXTSTATES","features":[42]},{"name":"HitTestThemeBackground","features":[3,14,42]},{"name":"ICC_ANIMATE_CLASS","features":[42]},{"name":"ICC_BAR_CLASSES","features":[42]},{"name":"ICC_COOL_CLASSES","features":[42]},{"name":"ICC_DATE_CLASSES","features":[42]},{"name":"ICC_HOTKEY_CLASS","features":[42]},{"name":"ICC_INTERNET_CLASSES","features":[42]},{"name":"ICC_LINK_CLASS","features":[42]},{"name":"ICC_LISTVIEW_CLASSES","features":[42]},{"name":"ICC_NATIVEFNTCTL_CLASS","features":[42]},{"name":"ICC_PAGESCROLLER_CLASS","features":[42]},{"name":"ICC_PROGRESS_CLASS","features":[42]},{"name":"ICC_STANDARD_CLASSES","features":[42]},{"name":"ICC_TAB_CLASSES","features":[42]},{"name":"ICC_TREEVIEW_CLASSES","features":[42]},{"name":"ICC_UPDOWN_CLASS","features":[42]},{"name":"ICC_USEREX_CLASSES","features":[42]},{"name":"ICC_WIN95_CLASSES","features":[42]},{"name":"ICE_ALPHA","features":[42]},{"name":"ICE_GLOW","features":[42]},{"name":"ICE_NONE","features":[42]},{"name":"ICE_PULSE","features":[42]},{"name":"ICE_SHADOW","features":[42]},{"name":"ICONEFFECT","features":[42]},{"name":"IDB_HIST_DISABLED","features":[42]},{"name":"IDB_HIST_HOT","features":[42]},{"name":"IDB_HIST_LARGE_COLOR","features":[42]},{"name":"IDB_HIST_NORMAL","features":[42]},{"name":"IDB_HIST_PRESSED","features":[42]},{"name":"IDB_HIST_SMALL_COLOR","features":[42]},{"name":"IDB_STD_LARGE_COLOR","features":[42]},{"name":"IDB_STD_SMALL_COLOR","features":[42]},{"name":"IDB_VIEW_LARGE_COLOR","features":[42]},{"name":"IDB_VIEW_SMALL_COLOR","features":[42]},{"name":"IDC_MANAGE_LINK","features":[42]},{"name":"ID_PSRESTARTWINDOWS","features":[42]},{"name":"IEBARMENUSTATES","features":[42]},{"name":"IImageList","features":[42]},{"name":"IImageList2","features":[42]},{"name":"ILCF_MOVE","features":[42]},{"name":"ILCF_SWAP","features":[42]},{"name":"ILC_COLOR","features":[42]},{"name":"ILC_COLOR16","features":[42]},{"name":"ILC_COLOR24","features":[42]},{"name":"ILC_COLOR32","features":[42]},{"name":"ILC_COLOR4","features":[42]},{"name":"ILC_COLOR8","features":[42]},{"name":"ILC_COLORDDB","features":[42]},{"name":"ILC_HIGHQUALITYSCALE","features":[42]},{"name":"ILC_MASK","features":[42]},{"name":"ILC_MIRROR","features":[42]},{"name":"ILC_ORIGINALSIZE","features":[42]},{"name":"ILC_PALETTE","features":[42]},{"name":"ILC_PERITEMMIRROR","features":[42]},{"name":"ILDI_PURGE","features":[42]},{"name":"ILDI_QUERYACCESS","features":[42]},{"name":"ILDI_RESETACCESS","features":[42]},{"name":"ILDI_STANDBY","features":[42]},{"name":"ILDRF_IMAGELOWQUALITY","features":[42]},{"name":"ILDRF_OVERLAYLOWQUALITY","features":[42]},{"name":"ILD_ASYNC","features":[42]},{"name":"ILD_BLEND","features":[42]},{"name":"ILD_BLEND25","features":[42]},{"name":"ILD_BLEND50","features":[42]},{"name":"ILD_DPISCALE","features":[42]},{"name":"ILD_FOCUS","features":[42]},{"name":"ILD_IMAGE","features":[42]},{"name":"ILD_MASK","features":[42]},{"name":"ILD_NORMAL","features":[42]},{"name":"ILD_OVERLAYMASK","features":[42]},{"name":"ILD_PRESERVEALPHA","features":[42]},{"name":"ILD_ROP","features":[42]},{"name":"ILD_SCALE","features":[42]},{"name":"ILD_SELECTED","features":[42]},{"name":"ILD_TRANSPARENT","features":[42]},{"name":"ILFIP_ALWAYS","features":[42]},{"name":"ILFIP_FROMSTANDBY","features":[42]},{"name":"ILGOS_ALWAYS","features":[42]},{"name":"ILGOS_FROMSTANDBY","features":[42]},{"name":"ILGT_ASYNC","features":[42]},{"name":"ILGT_NORMAL","features":[42]},{"name":"ILIF_ALPHA","features":[42]},{"name":"ILIF_LOWQUALITY","features":[42]},{"name":"ILP_DOWNLEVEL","features":[42]},{"name":"ILP_NORMAL","features":[42]},{"name":"ILR_DEFAULT","features":[42]},{"name":"ILR_HORIZONTAL_CENTER","features":[42]},{"name":"ILR_HORIZONTAL_LEFT","features":[42]},{"name":"ILR_HORIZONTAL_RIGHT","features":[42]},{"name":"ILR_SCALE_ASPECTRATIO","features":[42]},{"name":"ILR_SCALE_CLIP","features":[42]},{"name":"ILR_VERTICAL_BOTTOM","features":[42]},{"name":"ILR_VERTICAL_CENTER","features":[42]},{"name":"ILR_VERTICAL_TOP","features":[42]},{"name":"ILS_ALPHA","features":[42]},{"name":"ILS_GLOW","features":[42]},{"name":"ILS_NORMAL","features":[42]},{"name":"ILS_SATURATE","features":[42]},{"name":"ILS_SHADOW","features":[42]},{"name":"IL_HORIZONTAL","features":[42]},{"name":"IL_VERTICAL","features":[42]},{"name":"IMAGEINFO","features":[3,14,42]},{"name":"IMAGELAYOUT","features":[42]},{"name":"IMAGELISTDRAWPARAMS","features":[3,14,42]},{"name":"IMAGELISTSTATS","features":[42]},{"name":"IMAGELIST_CREATION_FLAGS","features":[42]},{"name":"IMAGESELECTTYPE","features":[42]},{"name":"IMAGE_LIST_COPY_FLAGS","features":[42]},{"name":"IMAGE_LIST_DRAW_STYLE","features":[42]},{"name":"IMAGE_LIST_ITEM_FLAGS","features":[42]},{"name":"IMAGE_LIST_WRITE_STREAM_FLAGS","features":[42]},{"name":"INFOTIPSIZE","features":[42]},{"name":"INITCOMMONCONTROLSEX","features":[42]},{"name":"INITCOMMONCONTROLSEX_ICC","features":[42]},{"name":"INTLIST","features":[42]},{"name":"INVALID_LINK_INDEX","features":[42]},{"name":"IPM_CLEARADDRESS","features":[42]},{"name":"IPM_GETADDRESS","features":[42]},{"name":"IPM_ISBLANK","features":[42]},{"name":"IPM_SETADDRESS","features":[42]},{"name":"IPM_SETFOCUS","features":[42]},{"name":"IPM_SETRANGE","features":[42]},{"name":"IPN_FIELDCHANGED","features":[42]},{"name":"IPN_FIRST","features":[42]},{"name":"IPN_LAST","features":[42]},{"name":"IST_DPI","features":[42]},{"name":"IST_NONE","features":[42]},{"name":"IST_SIZE","features":[42]},{"name":"ITEMSTATES","features":[42]},{"name":"I_CHILDRENAUTO","features":[42]},{"name":"I_CHILDRENCALLBACK","features":[42]},{"name":"I_GROUPIDCALLBACK","features":[42]},{"name":"I_GROUPIDNONE","features":[42]},{"name":"I_IMAGECALLBACK","features":[42]},{"name":"I_IMAGENONE","features":[42]},{"name":"I_INDENTCALLBACK","features":[42]},{"name":"I_ONE_OR_MORE","features":[42]},{"name":"I_ZERO","features":[42]},{"name":"ImageList","features":[42]},{"name":"ImageList_Add","features":[14,42]},{"name":"ImageList_AddMasked","features":[3,14,42]},{"name":"ImageList_BeginDrag","features":[3,42]},{"name":"ImageList_CoCreateInstance","features":[42]},{"name":"ImageList_Copy","features":[3,42]},{"name":"ImageList_Create","features":[42]},{"name":"ImageList_Destroy","features":[3,42]},{"name":"ImageList_DragEnter","features":[3,42]},{"name":"ImageList_DragLeave","features":[3,42]},{"name":"ImageList_DragMove","features":[3,42]},{"name":"ImageList_DragShowNolock","features":[3,42]},{"name":"ImageList_Draw","features":[3,14,42]},{"name":"ImageList_DrawEx","features":[3,14,42]},{"name":"ImageList_DrawIndirect","features":[3,14,42]},{"name":"ImageList_Duplicate","features":[42]},{"name":"ImageList_EndDrag","features":[42]},{"name":"ImageList_GetBkColor","features":[3,42]},{"name":"ImageList_GetDragImage","features":[3,42]},{"name":"ImageList_GetIcon","features":[42,52]},{"name":"ImageList_GetIconSize","features":[3,42]},{"name":"ImageList_GetImageCount","features":[42]},{"name":"ImageList_GetImageInfo","features":[3,14,42]},{"name":"ImageList_LoadImageA","features":[3,42,52]},{"name":"ImageList_LoadImageW","features":[3,42,52]},{"name":"ImageList_Merge","features":[42]},{"name":"ImageList_Read","features":[42]},{"name":"ImageList_ReadEx","features":[42]},{"name":"ImageList_Remove","features":[3,42]},{"name":"ImageList_Replace","features":[3,14,42]},{"name":"ImageList_ReplaceIcon","features":[42,52]},{"name":"ImageList_SetBkColor","features":[3,42]},{"name":"ImageList_SetDragCursorImage","features":[3,42]},{"name":"ImageList_SetIconSize","features":[3,42]},{"name":"ImageList_SetImageCount","features":[3,42]},{"name":"ImageList_SetOverlayImage","features":[3,42]},{"name":"ImageList_Write","features":[3,42]},{"name":"ImageList_WriteEx","features":[42]},{"name":"InitCommonControls","features":[42]},{"name":"InitCommonControlsEx","features":[3,42]},{"name":"InitMUILanguage","features":[42]},{"name":"InitializeFlatSB","features":[3,42]},{"name":"IsAppThemed","features":[3,42]},{"name":"IsCharLowerW","features":[3,42]},{"name":"IsCompositionActive","features":[3,42]},{"name":"IsDlgButtonChecked","features":[3,42]},{"name":"IsThemeActive","features":[3,42]},{"name":"IsThemeBackgroundPartiallyTransparent","features":[3,42]},{"name":"IsThemeDialogTextureEnabled","features":[3,42]},{"name":"IsThemePartDefined","features":[3,42]},{"name":"LABELSTATES","features":[42]},{"name":"LBCP_BORDER_HSCROLL","features":[42]},{"name":"LBCP_BORDER_HVSCROLL","features":[42]},{"name":"LBCP_BORDER_NOSCROLL","features":[42]},{"name":"LBCP_BORDER_VSCROLL","features":[42]},{"name":"LBCP_ITEM","features":[42]},{"name":"LBItemFromPt","features":[3,42]},{"name":"LBPSHV_DISABLED","features":[42]},{"name":"LBPSHV_FOCUSED","features":[42]},{"name":"LBPSHV_HOT","features":[42]},{"name":"LBPSHV_NORMAL","features":[42]},{"name":"LBPSH_DISABLED","features":[42]},{"name":"LBPSH_FOCUSED","features":[42]},{"name":"LBPSH_HOT","features":[42]},{"name":"LBPSH_NORMAL","features":[42]},{"name":"LBPSI_HOT","features":[42]},{"name":"LBPSI_HOTSELECTED","features":[42]},{"name":"LBPSI_SELECTED","features":[42]},{"name":"LBPSI_SELECTEDNOTFOCUS","features":[42]},{"name":"LBPSN_DISABLED","features":[42]},{"name":"LBPSN_FOCUSED","features":[42]},{"name":"LBPSN_HOT","features":[42]},{"name":"LBPSN_NORMAL","features":[42]},{"name":"LBPSV_DISABLED","features":[42]},{"name":"LBPSV_FOCUSED","features":[42]},{"name":"LBPSV_HOT","features":[42]},{"name":"LBPSV_NORMAL","features":[42]},{"name":"LHITTESTINFO","features":[3,42]},{"name":"LIF_ITEMID","features":[42]},{"name":"LIF_ITEMINDEX","features":[42]},{"name":"LIF_STATE","features":[42]},{"name":"LIF_URL","features":[42]},{"name":"LIM_LARGE","features":[42]},{"name":"LIM_SMALL","features":[42]},{"name":"LINKHEADERSTATES","features":[42]},{"name":"LINKPARTS","features":[42]},{"name":"LINKSTATES","features":[42]},{"name":"LISS_DISABLED","features":[42]},{"name":"LISS_HOT","features":[42]},{"name":"LISS_HOTSELECTED","features":[42]},{"name":"LISS_NORMAL","features":[42]},{"name":"LISS_SELECTED","features":[42]},{"name":"LISS_SELECTEDNOTFOCUS","features":[42]},{"name":"LISTBOXPARTS","features":[42]},{"name":"LISTITEMSTATES","features":[42]},{"name":"LISTVIEWPARTS","features":[42]},{"name":"LIST_ITEM_FLAGS","features":[42]},{"name":"LIST_ITEM_STATE_FLAGS","features":[42]},{"name":"LIST_VIEW_BACKGROUND_IMAGE_FLAGS","features":[42]},{"name":"LIST_VIEW_GROUP_ALIGN_FLAGS","features":[42]},{"name":"LIST_VIEW_GROUP_STATE_FLAGS","features":[42]},{"name":"LIST_VIEW_ITEM_COLUMN_FORMAT_FLAGS","features":[42]},{"name":"LIST_VIEW_ITEM_FLAGS","features":[42]},{"name":"LIST_VIEW_ITEM_STATE_FLAGS","features":[42]},{"name":"LIS_DEFAULTCOLORS","features":[42]},{"name":"LIS_ENABLED","features":[42]},{"name":"LIS_FOCUSED","features":[42]},{"name":"LIS_HOTTRACK","features":[42]},{"name":"LIS_VISITED","features":[42]},{"name":"LITEM","features":[42]},{"name":"LM_GETIDEALHEIGHT","features":[42]},{"name":"LM_GETIDEALSIZE","features":[42]},{"name":"LM_GETITEM","features":[42]},{"name":"LM_HITTEST","features":[42]},{"name":"LM_SETITEM","features":[42]},{"name":"LOGOFFBUTTONSSTATES","features":[42]},{"name":"LPFNADDPROPSHEETPAGES","features":[3,42]},{"name":"LPFNCCINFOA","features":[3,14,42]},{"name":"LPFNCCINFOW","features":[3,14,42]},{"name":"LPFNCCSIZETOTEXTA","features":[14,42]},{"name":"LPFNCCSIZETOTEXTW","features":[14,42]},{"name":"LPFNCCSTYLEA","features":[3,42]},{"name":"LPFNCCSTYLEW","features":[3,42]},{"name":"LPFNPSPCALLBACKA","features":[3,14,42,52]},{"name":"LPFNPSPCALLBACKW","features":[3,14,42,52]},{"name":"LPFNSVADDPROPSHEETPAGE","features":[3,42]},{"name":"LP_HYPERLINK","features":[42]},{"name":"LVA_ALIGNLEFT","features":[42]},{"name":"LVA_ALIGNTOP","features":[42]},{"name":"LVA_DEFAULT","features":[42]},{"name":"LVA_SNAPTOGRID","features":[42]},{"name":"LVBKIF_FLAG_ALPHABLEND","features":[42]},{"name":"LVBKIF_FLAG_TILEOFFSET","features":[42]},{"name":"LVBKIF_SOURCE_HBITMAP","features":[42]},{"name":"LVBKIF_SOURCE_MASK","features":[42]},{"name":"LVBKIF_SOURCE_NONE","features":[42]},{"name":"LVBKIF_SOURCE_URL","features":[42]},{"name":"LVBKIF_STYLE_MASK","features":[42]},{"name":"LVBKIF_STYLE_NORMAL","features":[42]},{"name":"LVBKIF_STYLE_TILE","features":[42]},{"name":"LVBKIF_TYPE_WATERMARK","features":[42]},{"name":"LVBKIMAGEA","features":[14,42]},{"name":"LVBKIMAGEW","features":[14,42]},{"name":"LVCB_HOVER","features":[42]},{"name":"LVCB_NORMAL","features":[42]},{"name":"LVCB_PUSHED","features":[42]},{"name":"LVCDI_GROUP","features":[42]},{"name":"LVCDI_ITEM","features":[42]},{"name":"LVCDI_ITEMSLIST","features":[42]},{"name":"LVCDRF_NOGROUPFRAME","features":[42]},{"name":"LVCDRF_NOSELECT","features":[42]},{"name":"LVCFMT_BITMAP_ON_RIGHT","features":[42]},{"name":"LVCFMT_CENTER","features":[42]},{"name":"LVCFMT_COL_HAS_IMAGES","features":[42]},{"name":"LVCFMT_FILL","features":[42]},{"name":"LVCFMT_FIXED_RATIO","features":[42]},{"name":"LVCFMT_FIXED_WIDTH","features":[42]},{"name":"LVCFMT_IMAGE","features":[42]},{"name":"LVCFMT_JUSTIFYMASK","features":[42]},{"name":"LVCFMT_LEFT","features":[42]},{"name":"LVCFMT_LINE_BREAK","features":[42]},{"name":"LVCFMT_NO_DPI_SCALE","features":[42]},{"name":"LVCFMT_NO_TITLE","features":[42]},{"name":"LVCFMT_RIGHT","features":[42]},{"name":"LVCFMT_SPLITBUTTON","features":[42]},{"name":"LVCFMT_TILE_PLACEMENTMASK","features":[42]},{"name":"LVCFMT_WRAP","features":[42]},{"name":"LVCF_DEFAULTWIDTH","features":[42]},{"name":"LVCF_FMT","features":[42]},{"name":"LVCF_IDEALWIDTH","features":[42]},{"name":"LVCF_IMAGE","features":[42]},{"name":"LVCF_MINWIDTH","features":[42]},{"name":"LVCF_ORDER","features":[42]},{"name":"LVCF_SUBITEM","features":[42]},{"name":"LVCF_TEXT","features":[42]},{"name":"LVCF_WIDTH","features":[42]},{"name":"LVCOLUMNA","features":[42]},{"name":"LVCOLUMNW","features":[42]},{"name":"LVCOLUMNW_FORMAT","features":[42]},{"name":"LVCOLUMNW_MASK","features":[42]},{"name":"LVEB_HOVER","features":[42]},{"name":"LVEB_NORMAL","features":[42]},{"name":"LVEB_PUSHED","features":[42]},{"name":"LVFF_ITEMCOUNT","features":[42]},{"name":"LVFIF_STATE","features":[42]},{"name":"LVFIF_TEXT","features":[42]},{"name":"LVFINDINFOA","features":[3,42]},{"name":"LVFINDINFOW","features":[3,42]},{"name":"LVFINDINFOW_FLAGS","features":[42]},{"name":"LVFIS_FOCUSED","features":[42]},{"name":"LVFI_NEARESTXY","features":[42]},{"name":"LVFI_PARAM","features":[42]},{"name":"LVFI_PARTIAL","features":[42]},{"name":"LVFI_STRING","features":[42]},{"name":"LVFI_SUBSTRING","features":[42]},{"name":"LVFI_WRAP","features":[42]},{"name":"LVFOOTERINFO","features":[42]},{"name":"LVFOOTERITEM","features":[42]},{"name":"LVFOOTERITEM_MASK","features":[42]},{"name":"LVGA_FOOTER_CENTER","features":[42]},{"name":"LVGA_FOOTER_LEFT","features":[42]},{"name":"LVGA_FOOTER_RIGHT","features":[42]},{"name":"LVGA_HEADER_CENTER","features":[42]},{"name":"LVGA_HEADER_LEFT","features":[42]},{"name":"LVGA_HEADER_RIGHT","features":[42]},{"name":"LVGF_ALIGN","features":[42]},{"name":"LVGF_DESCRIPTIONBOTTOM","features":[42]},{"name":"LVGF_DESCRIPTIONTOP","features":[42]},{"name":"LVGF_EXTENDEDIMAGE","features":[42]},{"name":"LVGF_FOOTER","features":[42]},{"name":"LVGF_GROUPID","features":[42]},{"name":"LVGF_HEADER","features":[42]},{"name":"LVGF_ITEMS","features":[42]},{"name":"LVGF_NONE","features":[42]},{"name":"LVGF_STATE","features":[42]},{"name":"LVGF_SUBSET","features":[42]},{"name":"LVGF_SUBSETITEMS","features":[42]},{"name":"LVGF_SUBTITLE","features":[42]},{"name":"LVGF_TASK","features":[42]},{"name":"LVGF_TITLEIMAGE","features":[42]},{"name":"LVGGR_GROUP","features":[42]},{"name":"LVGGR_HEADER","features":[42]},{"name":"LVGGR_LABEL","features":[42]},{"name":"LVGGR_SUBSETLINK","features":[42]},{"name":"LVGHL_CLOSE","features":[42]},{"name":"LVGHL_CLOSEHOT","features":[42]},{"name":"LVGHL_CLOSEMIXEDSELECTION","features":[42]},{"name":"LVGHL_CLOSEMIXEDSELECTIONHOT","features":[42]},{"name":"LVGHL_CLOSESELECTED","features":[42]},{"name":"LVGHL_CLOSESELECTEDHOT","features":[42]},{"name":"LVGHL_CLOSESELECTEDNOTFOCUSED","features":[42]},{"name":"LVGHL_CLOSESELECTEDNOTFOCUSEDHOT","features":[42]},{"name":"LVGHL_OPEN","features":[42]},{"name":"LVGHL_OPENHOT","features":[42]},{"name":"LVGHL_OPENMIXEDSELECTION","features":[42]},{"name":"LVGHL_OPENMIXEDSELECTIONHOT","features":[42]},{"name":"LVGHL_OPENSELECTED","features":[42]},{"name":"LVGHL_OPENSELECTEDHOT","features":[42]},{"name":"LVGHL_OPENSELECTEDNOTFOCUSED","features":[42]},{"name":"LVGHL_OPENSELECTEDNOTFOCUSEDHOT","features":[42]},{"name":"LVGH_CLOSE","features":[42]},{"name":"LVGH_CLOSEHOT","features":[42]},{"name":"LVGH_CLOSEMIXEDSELECTION","features":[42]},{"name":"LVGH_CLOSEMIXEDSELECTIONHOT","features":[42]},{"name":"LVGH_CLOSESELECTED","features":[42]},{"name":"LVGH_CLOSESELECTEDHOT","features":[42]},{"name":"LVGH_CLOSESELECTEDNOTFOCUSED","features":[42]},{"name":"LVGH_CLOSESELECTEDNOTFOCUSEDHOT","features":[42]},{"name":"LVGH_OPEN","features":[42]},{"name":"LVGH_OPENHOT","features":[42]},{"name":"LVGH_OPENMIXEDSELECTION","features":[42]},{"name":"LVGH_OPENMIXEDSELECTIONHOT","features":[42]},{"name":"LVGH_OPENSELECTED","features":[42]},{"name":"LVGH_OPENSELECTEDHOT","features":[42]},{"name":"LVGH_OPENSELECTEDNOTFOCUSED","features":[42]},{"name":"LVGH_OPENSELECTEDNOTFOCUSEDHOT","features":[42]},{"name":"LVGIT_UNFOLDED","features":[42]},{"name":"LVGIT_ZERO","features":[42]},{"name":"LVGMF_BORDERCOLOR","features":[42]},{"name":"LVGMF_BORDERSIZE","features":[42]},{"name":"LVGMF_NONE","features":[42]},{"name":"LVGMF_TEXTCOLOR","features":[42]},{"name":"LVGROUP","features":[42]},{"name":"LVGROUPMETRICS","features":[3,42]},{"name":"LVGROUP_MASK","features":[42]},{"name":"LVGS_COLLAPSED","features":[42]},{"name":"LVGS_COLLAPSIBLE","features":[42]},{"name":"LVGS_FOCUSED","features":[42]},{"name":"LVGS_HIDDEN","features":[42]},{"name":"LVGS_NOHEADER","features":[42]},{"name":"LVGS_NORMAL","features":[42]},{"name":"LVGS_SELECTED","features":[42]},{"name":"LVGS_SUBSETED","features":[42]},{"name":"LVGS_SUBSETLINKFOCUSED","features":[42]},{"name":"LVHITTESTINFO","features":[3,42]},{"name":"LVHITTESTINFO_FLAGS","features":[42]},{"name":"LVHT_ABOVE","features":[42]},{"name":"LVHT_BELOW","features":[42]},{"name":"LVHT_EX_FOOTER","features":[42]},{"name":"LVHT_EX_GROUP","features":[42]},{"name":"LVHT_EX_GROUP_BACKGROUND","features":[42]},{"name":"LVHT_EX_GROUP_COLLAPSE","features":[42]},{"name":"LVHT_EX_GROUP_FOOTER","features":[42]},{"name":"LVHT_EX_GROUP_HEADER","features":[42]},{"name":"LVHT_EX_GROUP_STATEICON","features":[42]},{"name":"LVHT_EX_GROUP_SUBSETLINK","features":[42]},{"name":"LVHT_EX_ONCONTENTS","features":[42]},{"name":"LVHT_NOWHERE","features":[42]},{"name":"LVHT_ONITEMICON","features":[42]},{"name":"LVHT_ONITEMLABEL","features":[42]},{"name":"LVHT_ONITEMSTATEICON","features":[42]},{"name":"LVHT_TOLEFT","features":[42]},{"name":"LVHT_TORIGHT","features":[42]},{"name":"LVIF_COLFMT","features":[42]},{"name":"LVIF_COLUMNS","features":[42]},{"name":"LVIF_DI_SETITEM","features":[42]},{"name":"LVIF_GROUPID","features":[42]},{"name":"LVIF_IMAGE","features":[42]},{"name":"LVIF_INDENT","features":[42]},{"name":"LVIF_NORECOMPUTE","features":[42]},{"name":"LVIF_PARAM","features":[42]},{"name":"LVIF_STATE","features":[42]},{"name":"LVIF_TEXT","features":[42]},{"name":"LVIM_AFTER","features":[42]},{"name":"LVINSERTGROUPSORTED","features":[42]},{"name":"LVINSERTMARK","features":[42]},{"name":"LVIR_BOUNDS","features":[42]},{"name":"LVIR_ICON","features":[42]},{"name":"LVIR_LABEL","features":[42]},{"name":"LVIR_SELECTBOUNDS","features":[42]},{"name":"LVIS_ACTIVATING","features":[42]},{"name":"LVIS_CUT","features":[42]},{"name":"LVIS_DROPHILITED","features":[42]},{"name":"LVIS_FOCUSED","features":[42]},{"name":"LVIS_GLOW","features":[42]},{"name":"LVIS_OVERLAYMASK","features":[42]},{"name":"LVIS_SELECTED","features":[42]},{"name":"LVIS_STATEIMAGEMASK","features":[42]},{"name":"LVITEMA","features":[3,42]},{"name":"LVITEMA_GROUP_ID","features":[42]},{"name":"LVITEMINDEX","features":[42]},{"name":"LVITEMW","features":[3,42]},{"name":"LVKF_ALT","features":[42]},{"name":"LVKF_CONTROL","features":[42]},{"name":"LVKF_SHIFT","features":[42]},{"name":"LVM_APPROXIMATEVIEWRECT","features":[42]},{"name":"LVM_ARRANGE","features":[42]},{"name":"LVM_CANCELEDITLABEL","features":[42]},{"name":"LVM_CREATEDRAGIMAGE","features":[42]},{"name":"LVM_DELETEALLITEMS","features":[42]},{"name":"LVM_DELETECOLUMN","features":[42]},{"name":"LVM_DELETEITEM","features":[42]},{"name":"LVM_EDITLABEL","features":[42]},{"name":"LVM_EDITLABELA","features":[42]},{"name":"LVM_EDITLABELW","features":[42]},{"name":"LVM_ENABLEGROUPVIEW","features":[42]},{"name":"LVM_ENSUREVISIBLE","features":[42]},{"name":"LVM_FINDITEM","features":[42]},{"name":"LVM_FINDITEMA","features":[42]},{"name":"LVM_FINDITEMW","features":[42]},{"name":"LVM_FIRST","features":[42]},{"name":"LVM_GETBKCOLOR","features":[42]},{"name":"LVM_GETBKIMAGE","features":[42]},{"name":"LVM_GETBKIMAGEA","features":[42]},{"name":"LVM_GETBKIMAGEW","features":[42]},{"name":"LVM_GETCALLBACKMASK","features":[42]},{"name":"LVM_GETCOLUMN","features":[42]},{"name":"LVM_GETCOLUMNA","features":[42]},{"name":"LVM_GETCOLUMNORDERARRAY","features":[42]},{"name":"LVM_GETCOLUMNW","features":[42]},{"name":"LVM_GETCOLUMNWIDTH","features":[42]},{"name":"LVM_GETCOUNTPERPAGE","features":[42]},{"name":"LVM_GETEDITCONTROL","features":[42]},{"name":"LVM_GETEMPTYTEXT","features":[42]},{"name":"LVM_GETEXTENDEDLISTVIEWSTYLE","features":[42]},{"name":"LVM_GETFOCUSEDGROUP","features":[42]},{"name":"LVM_GETFOOTERINFO","features":[42]},{"name":"LVM_GETFOOTERITEM","features":[42]},{"name":"LVM_GETFOOTERITEMRECT","features":[42]},{"name":"LVM_GETFOOTERRECT","features":[42]},{"name":"LVM_GETGROUPCOUNT","features":[42]},{"name":"LVM_GETGROUPINFO","features":[42]},{"name":"LVM_GETGROUPINFOBYINDEX","features":[42]},{"name":"LVM_GETGROUPMETRICS","features":[42]},{"name":"LVM_GETGROUPRECT","features":[42]},{"name":"LVM_GETGROUPSTATE","features":[42]},{"name":"LVM_GETHEADER","features":[42]},{"name":"LVM_GETHOTCURSOR","features":[42]},{"name":"LVM_GETHOTITEM","features":[42]},{"name":"LVM_GETHOVERTIME","features":[42]},{"name":"LVM_GETIMAGELIST","features":[42]},{"name":"LVM_GETINSERTMARK","features":[42]},{"name":"LVM_GETINSERTMARKCOLOR","features":[42]},{"name":"LVM_GETINSERTMARKRECT","features":[42]},{"name":"LVM_GETISEARCHSTRING","features":[42]},{"name":"LVM_GETISEARCHSTRINGA","features":[42]},{"name":"LVM_GETISEARCHSTRINGW","features":[42]},{"name":"LVM_GETITEM","features":[42]},{"name":"LVM_GETITEMA","features":[42]},{"name":"LVM_GETITEMCOUNT","features":[42]},{"name":"LVM_GETITEMINDEXRECT","features":[42]},{"name":"LVM_GETITEMPOSITION","features":[42]},{"name":"LVM_GETITEMRECT","features":[42]},{"name":"LVM_GETITEMSPACING","features":[42]},{"name":"LVM_GETITEMSTATE","features":[42]},{"name":"LVM_GETITEMTEXT","features":[42]},{"name":"LVM_GETITEMTEXTA","features":[42]},{"name":"LVM_GETITEMTEXTW","features":[42]},{"name":"LVM_GETITEMW","features":[42]},{"name":"LVM_GETNEXTITEM","features":[42]},{"name":"LVM_GETNEXTITEMINDEX","features":[42]},{"name":"LVM_GETNUMBEROFWORKAREAS","features":[42]},{"name":"LVM_GETORIGIN","features":[42]},{"name":"LVM_GETOUTLINECOLOR","features":[42]},{"name":"LVM_GETSELECTEDCOLUMN","features":[42]},{"name":"LVM_GETSELECTEDCOUNT","features":[42]},{"name":"LVM_GETSELECTIONMARK","features":[42]},{"name":"LVM_GETSTRINGWIDTH","features":[42]},{"name":"LVM_GETSTRINGWIDTHA","features":[42]},{"name":"LVM_GETSTRINGWIDTHW","features":[42]},{"name":"LVM_GETSUBITEMRECT","features":[42]},{"name":"LVM_GETTEXTBKCOLOR","features":[42]},{"name":"LVM_GETTEXTCOLOR","features":[42]},{"name":"LVM_GETTILEINFO","features":[42]},{"name":"LVM_GETTILEVIEWINFO","features":[42]},{"name":"LVM_GETTOOLTIPS","features":[42]},{"name":"LVM_GETTOPINDEX","features":[42]},{"name":"LVM_GETUNICODEFORMAT","features":[42]},{"name":"LVM_GETVIEW","features":[42]},{"name":"LVM_GETVIEWRECT","features":[42]},{"name":"LVM_GETWORKAREAS","features":[42]},{"name":"LVM_HASGROUP","features":[42]},{"name":"LVM_HITTEST","features":[42]},{"name":"LVM_INSERTCOLUMN","features":[42]},{"name":"LVM_INSERTCOLUMNA","features":[42]},{"name":"LVM_INSERTCOLUMNW","features":[42]},{"name":"LVM_INSERTGROUP","features":[42]},{"name":"LVM_INSERTGROUPSORTED","features":[42]},{"name":"LVM_INSERTITEM","features":[42]},{"name":"LVM_INSERTITEMA","features":[42]},{"name":"LVM_INSERTITEMW","features":[42]},{"name":"LVM_INSERTMARKHITTEST","features":[42]},{"name":"LVM_ISGROUPVIEWENABLED","features":[42]},{"name":"LVM_ISITEMVISIBLE","features":[42]},{"name":"LVM_MAPIDTOINDEX","features":[42]},{"name":"LVM_MAPINDEXTOID","features":[42]},{"name":"LVM_MOVEGROUP","features":[42]},{"name":"LVM_MOVEITEMTOGROUP","features":[42]},{"name":"LVM_REDRAWITEMS","features":[42]},{"name":"LVM_REMOVEALLGROUPS","features":[42]},{"name":"LVM_REMOVEGROUP","features":[42]},{"name":"LVM_SCROLL","features":[42]},{"name":"LVM_SETBKCOLOR","features":[42]},{"name":"LVM_SETBKIMAGE","features":[42]},{"name":"LVM_SETBKIMAGEA","features":[42]},{"name":"LVM_SETBKIMAGEW","features":[42]},{"name":"LVM_SETCALLBACKMASK","features":[42]},{"name":"LVM_SETCOLUMN","features":[42]},{"name":"LVM_SETCOLUMNA","features":[42]},{"name":"LVM_SETCOLUMNORDERARRAY","features":[42]},{"name":"LVM_SETCOLUMNW","features":[42]},{"name":"LVM_SETCOLUMNWIDTH","features":[42]},{"name":"LVM_SETEXTENDEDLISTVIEWSTYLE","features":[42]},{"name":"LVM_SETGROUPINFO","features":[42]},{"name":"LVM_SETGROUPMETRICS","features":[42]},{"name":"LVM_SETHOTCURSOR","features":[42]},{"name":"LVM_SETHOTITEM","features":[42]},{"name":"LVM_SETHOVERTIME","features":[42]},{"name":"LVM_SETICONSPACING","features":[42]},{"name":"LVM_SETIMAGELIST","features":[42]},{"name":"LVM_SETINFOTIP","features":[42]},{"name":"LVM_SETINSERTMARK","features":[42]},{"name":"LVM_SETINSERTMARKCOLOR","features":[42]},{"name":"LVM_SETITEM","features":[42]},{"name":"LVM_SETITEMA","features":[42]},{"name":"LVM_SETITEMCOUNT","features":[42]},{"name":"LVM_SETITEMINDEXSTATE","features":[42]},{"name":"LVM_SETITEMPOSITION","features":[42]},{"name":"LVM_SETITEMPOSITION32","features":[42]},{"name":"LVM_SETITEMSTATE","features":[42]},{"name":"LVM_SETITEMTEXT","features":[42]},{"name":"LVM_SETITEMTEXTA","features":[42]},{"name":"LVM_SETITEMTEXTW","features":[42]},{"name":"LVM_SETITEMW","features":[42]},{"name":"LVM_SETOUTLINECOLOR","features":[42]},{"name":"LVM_SETSELECTEDCOLUMN","features":[42]},{"name":"LVM_SETSELECTIONMARK","features":[42]},{"name":"LVM_SETTEXTBKCOLOR","features":[42]},{"name":"LVM_SETTEXTCOLOR","features":[42]},{"name":"LVM_SETTILEINFO","features":[42]},{"name":"LVM_SETTILEVIEWINFO","features":[42]},{"name":"LVM_SETTOOLTIPS","features":[42]},{"name":"LVM_SETUNICODEFORMAT","features":[42]},{"name":"LVM_SETVIEW","features":[42]},{"name":"LVM_SETWORKAREAS","features":[42]},{"name":"LVM_SORTGROUPS","features":[42]},{"name":"LVM_SORTITEMS","features":[42]},{"name":"LVM_SORTITEMSEX","features":[42]},{"name":"LVM_SUBITEMHITTEST","features":[42]},{"name":"LVM_UPDATE","features":[42]},{"name":"LVNI_ABOVE","features":[42]},{"name":"LVNI_ALL","features":[42]},{"name":"LVNI_BELOW","features":[42]},{"name":"LVNI_CUT","features":[42]},{"name":"LVNI_DROPHILITED","features":[42]},{"name":"LVNI_FOCUSED","features":[42]},{"name":"LVNI_PREVIOUS","features":[42]},{"name":"LVNI_SAMEGROUPONLY","features":[42]},{"name":"LVNI_SELECTED","features":[42]},{"name":"LVNI_TOLEFT","features":[42]},{"name":"LVNI_TORIGHT","features":[42]},{"name":"LVNI_VISIBLEONLY","features":[42]},{"name":"LVNI_VISIBLEORDER","features":[42]},{"name":"LVNSCH_DEFAULT","features":[42]},{"name":"LVNSCH_ERROR","features":[42]},{"name":"LVNSCH_IGNORE","features":[42]},{"name":"LVN_BEGINDRAG","features":[42]},{"name":"LVN_BEGINLABELEDIT","features":[42]},{"name":"LVN_BEGINLABELEDITA","features":[42]},{"name":"LVN_BEGINLABELEDITW","features":[42]},{"name":"LVN_BEGINRDRAG","features":[42]},{"name":"LVN_BEGINSCROLL","features":[42]},{"name":"LVN_COLUMNCLICK","features":[42]},{"name":"LVN_COLUMNDROPDOWN","features":[42]},{"name":"LVN_COLUMNOVERFLOWCLICK","features":[42]},{"name":"LVN_DELETEALLITEMS","features":[42]},{"name":"LVN_DELETEITEM","features":[42]},{"name":"LVN_ENDLABELEDIT","features":[42]},{"name":"LVN_ENDLABELEDITA","features":[42]},{"name":"LVN_ENDLABELEDITW","features":[42]},{"name":"LVN_ENDSCROLL","features":[42]},{"name":"LVN_FIRST","features":[42]},{"name":"LVN_GETDISPINFO","features":[42]},{"name":"LVN_GETDISPINFOA","features":[42]},{"name":"LVN_GETDISPINFOW","features":[42]},{"name":"LVN_GETEMPTYMARKUP","features":[42]},{"name":"LVN_GETINFOTIP","features":[42]},{"name":"LVN_GETINFOTIPA","features":[42]},{"name":"LVN_GETINFOTIPW","features":[42]},{"name":"LVN_HOTTRACK","features":[42]},{"name":"LVN_INCREMENTALSEARCH","features":[42]},{"name":"LVN_INCREMENTALSEARCHA","features":[42]},{"name":"LVN_INCREMENTALSEARCHW","features":[42]},{"name":"LVN_INSERTITEM","features":[42]},{"name":"LVN_ITEMACTIVATE","features":[42]},{"name":"LVN_ITEMCHANGED","features":[42]},{"name":"LVN_ITEMCHANGING","features":[42]},{"name":"LVN_KEYDOWN","features":[42]},{"name":"LVN_LAST","features":[42]},{"name":"LVN_LINKCLICK","features":[42]},{"name":"LVN_MARQUEEBEGIN","features":[42]},{"name":"LVN_ODCACHEHINT","features":[42]},{"name":"LVN_ODFINDITEM","features":[42]},{"name":"LVN_ODFINDITEMA","features":[42]},{"name":"LVN_ODFINDITEMW","features":[42]},{"name":"LVN_ODSTATECHANGED","features":[42]},{"name":"LVN_SETDISPINFO","features":[42]},{"name":"LVN_SETDISPINFOA","features":[42]},{"name":"LVN_SETDISPINFOW","features":[42]},{"name":"LVP_COLLAPSEBUTTON","features":[42]},{"name":"LVP_COLUMNDETAIL","features":[42]},{"name":"LVP_EMPTYTEXT","features":[42]},{"name":"LVP_EXPANDBUTTON","features":[42]},{"name":"LVP_GROUPHEADER","features":[42]},{"name":"LVP_GROUPHEADERLINE","features":[42]},{"name":"LVP_LISTDETAIL","features":[42]},{"name":"LVP_LISTGROUP","features":[42]},{"name":"LVP_LISTITEM","features":[42]},{"name":"LVP_LISTSORTEDDETAIL","features":[42]},{"name":"LVSCW_AUTOSIZE","features":[42]},{"name":"LVSCW_AUTOSIZE_USEHEADER","features":[42]},{"name":"LVSETINFOTIP","features":[42]},{"name":"LVSICF_NOINVALIDATEALL","features":[42]},{"name":"LVSICF_NOSCROLL","features":[42]},{"name":"LVSIL_GROUPHEADER","features":[42]},{"name":"LVSIL_NORMAL","features":[42]},{"name":"LVSIL_SMALL","features":[42]},{"name":"LVSIL_STATE","features":[42]},{"name":"LVS_ALIGNLEFT","features":[42]},{"name":"LVS_ALIGNMASK","features":[42]},{"name":"LVS_ALIGNTOP","features":[42]},{"name":"LVS_AUTOARRANGE","features":[42]},{"name":"LVS_EDITLABELS","features":[42]},{"name":"LVS_EX_AUTOAUTOARRANGE","features":[42]},{"name":"LVS_EX_AUTOCHECKSELECT","features":[42]},{"name":"LVS_EX_AUTOSIZECOLUMNS","features":[42]},{"name":"LVS_EX_BORDERSELECT","features":[42]},{"name":"LVS_EX_CHECKBOXES","features":[42]},{"name":"LVS_EX_COLUMNOVERFLOW","features":[42]},{"name":"LVS_EX_COLUMNSNAPPOINTS","features":[42]},{"name":"LVS_EX_DOUBLEBUFFER","features":[42]},{"name":"LVS_EX_FLATSB","features":[42]},{"name":"LVS_EX_FULLROWSELECT","features":[42]},{"name":"LVS_EX_GRIDLINES","features":[42]},{"name":"LVS_EX_HEADERDRAGDROP","features":[42]},{"name":"LVS_EX_HEADERINALLVIEWS","features":[42]},{"name":"LVS_EX_HIDELABELS","features":[42]},{"name":"LVS_EX_INFOTIP","features":[42]},{"name":"LVS_EX_JUSTIFYCOLUMNS","features":[42]},{"name":"LVS_EX_LABELTIP","features":[42]},{"name":"LVS_EX_MULTIWORKAREAS","features":[42]},{"name":"LVS_EX_ONECLICKACTIVATE","features":[42]},{"name":"LVS_EX_REGIONAL","features":[42]},{"name":"LVS_EX_SIMPLESELECT","features":[42]},{"name":"LVS_EX_SINGLEROW","features":[42]},{"name":"LVS_EX_SNAPTOGRID","features":[42]},{"name":"LVS_EX_SUBITEMIMAGES","features":[42]},{"name":"LVS_EX_TRACKSELECT","features":[42]},{"name":"LVS_EX_TRANSPARENTBKGND","features":[42]},{"name":"LVS_EX_TRANSPARENTSHADOWTEXT","features":[42]},{"name":"LVS_EX_TWOCLICKACTIVATE","features":[42]},{"name":"LVS_EX_UNDERLINECOLD","features":[42]},{"name":"LVS_EX_UNDERLINEHOT","features":[42]},{"name":"LVS_ICON","features":[42]},{"name":"LVS_LIST","features":[42]},{"name":"LVS_NOCOLUMNHEADER","features":[42]},{"name":"LVS_NOLABELWRAP","features":[42]},{"name":"LVS_NOSCROLL","features":[42]},{"name":"LVS_NOSORTHEADER","features":[42]},{"name":"LVS_OWNERDATA","features":[42]},{"name":"LVS_OWNERDRAWFIXED","features":[42]},{"name":"LVS_REPORT","features":[42]},{"name":"LVS_SHAREIMAGELISTS","features":[42]},{"name":"LVS_SHOWSELALWAYS","features":[42]},{"name":"LVS_SINGLESEL","features":[42]},{"name":"LVS_SMALLICON","features":[42]},{"name":"LVS_SORTASCENDING","features":[42]},{"name":"LVS_SORTDESCENDING","features":[42]},{"name":"LVS_TYPEMASK","features":[42]},{"name":"LVS_TYPESTYLEMASK","features":[42]},{"name":"LVTILEINFO","features":[42]},{"name":"LVTILEVIEWINFO","features":[3,42]},{"name":"LVTILEVIEWINFO_FLAGS","features":[42]},{"name":"LVTILEVIEWINFO_MASK","features":[42]},{"name":"LVTVIF_AUTOSIZE","features":[42]},{"name":"LVTVIF_EXTENDED","features":[42]},{"name":"LVTVIF_FIXEDHEIGHT","features":[42]},{"name":"LVTVIF_FIXEDSIZE","features":[42]},{"name":"LVTVIF_FIXEDWIDTH","features":[42]},{"name":"LVTVIM_COLUMNS","features":[42]},{"name":"LVTVIM_LABELMARGIN","features":[42]},{"name":"LVTVIM_TILESIZE","features":[42]},{"name":"LV_MAX_WORKAREAS","features":[42]},{"name":"LV_VIEW_DETAILS","features":[42]},{"name":"LV_VIEW_ICON","features":[42]},{"name":"LV_VIEW_LIST","features":[42]},{"name":"LV_VIEW_MAX","features":[42]},{"name":"LV_VIEW_SMALLICON","features":[42]},{"name":"LV_VIEW_TILE","features":[42]},{"name":"LWS_IGNORERETURN","features":[42]},{"name":"LWS_NOPREFIX","features":[42]},{"name":"LWS_RIGHT","features":[42]},{"name":"LWS_TRANSPARENT","features":[42]},{"name":"LWS_USECUSTOMTEXT","features":[42]},{"name":"LWS_USEVISUALSTYLE","features":[42]},{"name":"LoadIconMetric","features":[3,42,52]},{"name":"LoadIconWithScaleDown","features":[3,42,52]},{"name":"MARGINS","features":[42]},{"name":"MARKUPTEXTSTATES","features":[42]},{"name":"MAXBS_DISABLED","features":[42]},{"name":"MAXBS_HOT","features":[42]},{"name":"MAXBS_NORMAL","features":[42]},{"name":"MAXBS_PUSHED","features":[42]},{"name":"MAXBUTTONSTATES","features":[42]},{"name":"MAXCAPTIONSTATES","features":[42]},{"name":"MAXPROPPAGES","features":[42]},{"name":"MAX_INTLIST_COUNT","features":[42]},{"name":"MAX_LINKID_TEXT","features":[42]},{"name":"MAX_THEMECOLOR","features":[42]},{"name":"MAX_THEMESIZE","features":[42]},{"name":"MBI_DISABLED","features":[42]},{"name":"MBI_DISABLEDHOT","features":[42]},{"name":"MBI_DISABLEDPUSHED","features":[42]},{"name":"MBI_HOT","features":[42]},{"name":"MBI_NORMAL","features":[42]},{"name":"MBI_PUSHED","features":[42]},{"name":"MB_ACTIVE","features":[42]},{"name":"MB_INACTIVE","features":[42]},{"name":"MCB_BITMAP","features":[42]},{"name":"MCB_DISABLED","features":[42]},{"name":"MCB_NORMAL","features":[42]},{"name":"MCGCB_HOT","features":[42]},{"name":"MCGCB_SELECTED","features":[42]},{"name":"MCGCB_SELECTEDHOT","features":[42]},{"name":"MCGCB_SELECTEDNOTFOCUSED","features":[42]},{"name":"MCGCB_TODAY","features":[42]},{"name":"MCGCB_TODAYSELECTED","features":[42]},{"name":"MCGCU_HASSTATE","features":[42]},{"name":"MCGCU_HASSTATEHOT","features":[42]},{"name":"MCGCU_HOT","features":[42]},{"name":"MCGCU_SELECTED","features":[42]},{"name":"MCGCU_SELECTEDHOT","features":[42]},{"name":"MCGC_HASSTATE","features":[42]},{"name":"MCGC_HASSTATEHOT","features":[42]},{"name":"MCGC_HOT","features":[42]},{"name":"MCGC_SELECTED","features":[42]},{"name":"MCGC_SELECTEDHOT","features":[42]},{"name":"MCGC_TODAY","features":[42]},{"name":"MCGC_TODAYSELECTED","features":[42]},{"name":"MCGIF_DATE","features":[42]},{"name":"MCGIF_NAME","features":[42]},{"name":"MCGIF_RECT","features":[42]},{"name":"MCGIP_CALENDAR","features":[42]},{"name":"MCGIP_CALENDARBODY","features":[42]},{"name":"MCGIP_CALENDARCELL","features":[42]},{"name":"MCGIP_CALENDARCONTROL","features":[42]},{"name":"MCGIP_CALENDARHEADER","features":[42]},{"name":"MCGIP_CALENDARROW","features":[42]},{"name":"MCGIP_FOOTER","features":[42]},{"name":"MCGIP_NEXT","features":[42]},{"name":"MCGIP_PREV","features":[42]},{"name":"MCGRIDINFO","features":[3,42]},{"name":"MCGRIDINFO_FLAGS","features":[42]},{"name":"MCGRIDINFO_PART","features":[42]},{"name":"MCHITTESTINFO","features":[3,42]},{"name":"MCHITTESTINFO_HIT_FLAGS","features":[42]},{"name":"MCHT_CALENDAR","features":[42]},{"name":"MCHT_CALENDARBK","features":[42]},{"name":"MCHT_CALENDARCONTROL","features":[42]},{"name":"MCHT_CALENDARDATE","features":[42]},{"name":"MCHT_CALENDARDATEMAX","features":[42]},{"name":"MCHT_CALENDARDATEMIN","features":[42]},{"name":"MCHT_CALENDARDATENEXT","features":[42]},{"name":"MCHT_CALENDARDATEPREV","features":[42]},{"name":"MCHT_CALENDARDAY","features":[42]},{"name":"MCHT_CALENDARWEEKNUM","features":[42]},{"name":"MCHT_NEXT","features":[42]},{"name":"MCHT_NOWHERE","features":[42]},{"name":"MCHT_PREV","features":[42]},{"name":"MCHT_TITLE","features":[42]},{"name":"MCHT_TITLEBK","features":[42]},{"name":"MCHT_TITLEBTNNEXT","features":[42]},{"name":"MCHT_TITLEBTNPREV","features":[42]},{"name":"MCHT_TITLEMONTH","features":[42]},{"name":"MCHT_TITLEYEAR","features":[42]},{"name":"MCHT_TODAYLINK","features":[42]},{"name":"MCMV_CENTURY","features":[42]},{"name":"MCMV_DECADE","features":[42]},{"name":"MCMV_MAX","features":[42]},{"name":"MCMV_MONTH","features":[42]},{"name":"MCMV_YEAR","features":[42]},{"name":"MCM_FIRST","features":[42]},{"name":"MCM_GETCALENDARBORDER","features":[42]},{"name":"MCM_GETCALENDARCOUNT","features":[42]},{"name":"MCM_GETCALENDARGRIDINFO","features":[42]},{"name":"MCM_GETCALID","features":[42]},{"name":"MCM_GETCOLOR","features":[42]},{"name":"MCM_GETCURRENTVIEW","features":[42]},{"name":"MCM_GETCURSEL","features":[42]},{"name":"MCM_GETFIRSTDAYOFWEEK","features":[42]},{"name":"MCM_GETMAXSELCOUNT","features":[42]},{"name":"MCM_GETMAXTODAYWIDTH","features":[42]},{"name":"MCM_GETMINREQRECT","features":[42]},{"name":"MCM_GETMONTHDELTA","features":[42]},{"name":"MCM_GETMONTHRANGE","features":[42]},{"name":"MCM_GETRANGE","features":[42]},{"name":"MCM_GETSELRANGE","features":[42]},{"name":"MCM_GETTODAY","features":[42]},{"name":"MCM_GETUNICODEFORMAT","features":[42]},{"name":"MCM_HITTEST","features":[42]},{"name":"MCM_SETCALENDARBORDER","features":[42]},{"name":"MCM_SETCALID","features":[42]},{"name":"MCM_SETCOLOR","features":[42]},{"name":"MCM_SETCURRENTVIEW","features":[42]},{"name":"MCM_SETCURSEL","features":[42]},{"name":"MCM_SETDAYSTATE","features":[42]},{"name":"MCM_SETFIRSTDAYOFWEEK","features":[42]},{"name":"MCM_SETMAXSELCOUNT","features":[42]},{"name":"MCM_SETMONTHDELTA","features":[42]},{"name":"MCM_SETRANGE","features":[42]},{"name":"MCM_SETSELRANGE","features":[42]},{"name":"MCM_SETTODAY","features":[42]},{"name":"MCM_SETUNICODEFORMAT","features":[42]},{"name":"MCM_SIZERECTTOMIN","features":[42]},{"name":"MCNN_DISABLED","features":[42]},{"name":"MCNN_HOT","features":[42]},{"name":"MCNN_NORMAL","features":[42]},{"name":"MCNN_PRESSED","features":[42]},{"name":"MCNP_DISABLED","features":[42]},{"name":"MCNP_HOT","features":[42]},{"name":"MCNP_NORMAL","features":[42]},{"name":"MCNP_PRESSED","features":[42]},{"name":"MCN_FIRST","features":[42]},{"name":"MCN_GETDAYSTATE","features":[42]},{"name":"MCN_LAST","features":[42]},{"name":"MCN_SELCHANGE","features":[42]},{"name":"MCN_SELECT","features":[42]},{"name":"MCN_VIEWCHANGE","features":[42]},{"name":"MCSC_BACKGROUND","features":[42]},{"name":"MCSC_MONTHBK","features":[42]},{"name":"MCSC_TEXT","features":[42]},{"name":"MCSC_TITLEBK","features":[42]},{"name":"MCSC_TITLETEXT","features":[42]},{"name":"MCSC_TRAILINGTEXT","features":[42]},{"name":"MCS_DAYSTATE","features":[42]},{"name":"MCS_MULTISELECT","features":[42]},{"name":"MCS_NOSELCHANGEONNAV","features":[42]},{"name":"MCS_NOTODAY","features":[42]},{"name":"MCS_NOTODAYCIRCLE","features":[42]},{"name":"MCS_NOTRAILINGDATES","features":[42]},{"name":"MCS_SHORTDAYSOFWEEK","features":[42]},{"name":"MCS_WEEKNUMBERS","features":[42]},{"name":"MCTGCU_HASSTATE","features":[42]},{"name":"MCTGCU_HASSTATEHOT","features":[42]},{"name":"MCTGCU_HOT","features":[42]},{"name":"MCTGCU_SELECTED","features":[42]},{"name":"MCTGCU_SELECTEDHOT","features":[42]},{"name":"MCTGC_HASSTATE","features":[42]},{"name":"MCTGC_HASSTATEHOT","features":[42]},{"name":"MCTGC_HOT","features":[42]},{"name":"MCTGC_SELECTED","features":[42]},{"name":"MCTGC_SELECTEDHOT","features":[42]},{"name":"MCTGC_TODAY","features":[42]},{"name":"MCTGC_TODAYSELECTED","features":[42]},{"name":"MC_BACKGROUND","features":[42]},{"name":"MC_BORDERS","features":[42]},{"name":"MC_BULLETDISABLED","features":[42]},{"name":"MC_BULLETNORMAL","features":[42]},{"name":"MC_CHECKMARKDISABLED","features":[42]},{"name":"MC_CHECKMARKNORMAL","features":[42]},{"name":"MC_COLHEADERSPLITTER","features":[42]},{"name":"MC_GRIDBACKGROUND","features":[42]},{"name":"MC_GRIDCELL","features":[42]},{"name":"MC_GRIDCELLBACKGROUND","features":[42]},{"name":"MC_GRIDCELLUPPER","features":[42]},{"name":"MC_NAVNEXT","features":[42]},{"name":"MC_NAVPREV","features":[42]},{"name":"MC_TRAILINGGRIDCELL","features":[42]},{"name":"MC_TRAILINGGRIDCELLUPPER","features":[42]},{"name":"MDCL_DISABLED","features":[42]},{"name":"MDCL_HOT","features":[42]},{"name":"MDCL_NORMAL","features":[42]},{"name":"MDCL_PUSHED","features":[42]},{"name":"MDICLOSEBUTTONSTATES","features":[42]},{"name":"MDIMINBUTTONSTATES","features":[42]},{"name":"MDIRESTOREBUTTONSTATES","features":[42]},{"name":"MDMI_DISABLED","features":[42]},{"name":"MDMI_HOT","features":[42]},{"name":"MDMI_NORMAL","features":[42]},{"name":"MDMI_PUSHED","features":[42]},{"name":"MDP_NEWAPPBUTTON","features":[42]},{"name":"MDP_SEPERATOR","features":[42]},{"name":"MDRE_DISABLED","features":[42]},{"name":"MDRE_HOT","features":[42]},{"name":"MDRE_NORMAL","features":[42]},{"name":"MDRE_PUSHED","features":[42]},{"name":"MDS_CHECKED","features":[42]},{"name":"MDS_DISABLED","features":[42]},{"name":"MDS_HOT","features":[42]},{"name":"MDS_HOTCHECKED","features":[42]},{"name":"MDS_NORMAL","features":[42]},{"name":"MDS_PRESSED","features":[42]},{"name":"MEASUREITEMSTRUCT","features":[42]},{"name":"MENUBANDPARTS","features":[42]},{"name":"MENUBANDSTATES","features":[42]},{"name":"MENUPARTS","features":[42]},{"name":"MENU_BARBACKGROUND","features":[42]},{"name":"MENU_BARITEM","features":[42]},{"name":"MENU_CHEVRON_TMSCHEMA","features":[42]},{"name":"MENU_MENUBARDROPDOWN_TMSCHEMA","features":[42]},{"name":"MENU_MENUBARITEM_TMSCHEMA","features":[42]},{"name":"MENU_MENUDROPDOWN_TMSCHEMA","features":[42]},{"name":"MENU_MENUITEM_TMSCHEMA","features":[42]},{"name":"MENU_POPUPBACKGROUND","features":[42]},{"name":"MENU_POPUPBORDERS","features":[42]},{"name":"MENU_POPUPCHECK","features":[42]},{"name":"MENU_POPUPCHECKBACKGROUND","features":[42]},{"name":"MENU_POPUPGUTTER","features":[42]},{"name":"MENU_POPUPITEM","features":[42]},{"name":"MENU_POPUPITEMKBFOCUS","features":[42]},{"name":"MENU_POPUPITEM_FOCUSABLE","features":[42]},{"name":"MENU_POPUPSEPARATOR","features":[42]},{"name":"MENU_POPUPSUBMENU","features":[42]},{"name":"MENU_POPUPSUBMENU_HCHOT","features":[42]},{"name":"MENU_SEPARATOR_TMSCHEMA","features":[42]},{"name":"MENU_SYSTEMCLOSE","features":[42]},{"name":"MENU_SYSTEMCLOSE_HCHOT","features":[42]},{"name":"MENU_SYSTEMMAXIMIZE","features":[42]},{"name":"MENU_SYSTEMMAXIMIZE_HCHOT","features":[42]},{"name":"MENU_SYSTEMMINIMIZE","features":[42]},{"name":"MENU_SYSTEMMINIMIZE_HCHOT","features":[42]},{"name":"MENU_SYSTEMRESTORE","features":[42]},{"name":"MENU_SYSTEMRESTORE_HCHOT","features":[42]},{"name":"MINBS_DISABLED","features":[42]},{"name":"MINBS_HOT","features":[42]},{"name":"MINBS_NORMAL","features":[42]},{"name":"MINBS_PUSHED","features":[42]},{"name":"MINBUTTONSTATES","features":[42]},{"name":"MINCAPTIONSTATES","features":[42]},{"name":"MNCS_ACTIVE","features":[42]},{"name":"MNCS_DISABLED","features":[42]},{"name":"MNCS_INACTIVE","features":[42]},{"name":"MONTHCALPARTS","features":[42]},{"name":"MONTHCAL_CLASS","features":[42]},{"name":"MONTHCAL_CLASSA","features":[42]},{"name":"MONTHCAL_CLASSW","features":[42]},{"name":"MONTH_CALDENDAR_MESSAGES_VIEW","features":[42]},{"name":"MOREPROGRAMSARROWBACKSTATES","features":[42]},{"name":"MOREPROGRAMSARROWSTATES","features":[42]},{"name":"MOREPROGRAMSTABSTATES","features":[42]},{"name":"MOVESTATES","features":[42]},{"name":"MPIF_DISABLED","features":[42]},{"name":"MPIF_DISABLEDHOT","features":[42]},{"name":"MPIF_HOT","features":[42]},{"name":"MPIF_NORMAL","features":[42]},{"name":"MPIKBFOCUS_NORMAL","features":[42]},{"name":"MPI_DISABLED","features":[42]},{"name":"MPI_DISABLEDHOT","features":[42]},{"name":"MPI_HOT","features":[42]},{"name":"MPI_NORMAL","features":[42]},{"name":"MSGF_COMMCTRL_BEGINDRAG","features":[42]},{"name":"MSGF_COMMCTRL_DRAGSELECT","features":[42]},{"name":"MSGF_COMMCTRL_SIZEHEADER","features":[42]},{"name":"MSGF_COMMCTRL_TOOLBARCUST","features":[42]},{"name":"MSMHC_HOT","features":[42]},{"name":"MSM_DISABLED","features":[42]},{"name":"MSM_NORMAL","features":[42]},{"name":"MSYSCHC_HOT","features":[42]},{"name":"MSYSC_DISABLED","features":[42]},{"name":"MSYSC_NORMAL","features":[42]},{"name":"MSYSMNHC_HOT","features":[42]},{"name":"MSYSMN_DISABLED","features":[42]},{"name":"MSYSMN_NORMAL","features":[42]},{"name":"MSYSMXHC_HOT","features":[42]},{"name":"MSYSMX_DISABLED","features":[42]},{"name":"MSYSMX_NORMAL","features":[42]},{"name":"MSYSRHC_HOT","features":[42]},{"name":"MSYSR_DISABLED","features":[42]},{"name":"MSYSR_NORMAL","features":[42]},{"name":"MULTIFILEOPENORD","features":[42]},{"name":"MXCS_ACTIVE","features":[42]},{"name":"MXCS_DISABLED","features":[42]},{"name":"MXCS_INACTIVE","features":[42]},{"name":"MakeDragList","features":[3,42]},{"name":"MenuHelp","features":[3,42,52]},{"name":"NAVIGATIONPARTS","features":[42]},{"name":"NAVNEXTSTATES","features":[42]},{"name":"NAVPREVSTATES","features":[42]},{"name":"NAV_BACKBUTTON","features":[42]},{"name":"NAV_BACKBUTTONSTATES","features":[42]},{"name":"NAV_BB_DISABLED","features":[42]},{"name":"NAV_BB_HOT","features":[42]},{"name":"NAV_BB_NORMAL","features":[42]},{"name":"NAV_BB_PRESSED","features":[42]},{"name":"NAV_FB_DISABLED","features":[42]},{"name":"NAV_FB_HOT","features":[42]},{"name":"NAV_FB_NORMAL","features":[42]},{"name":"NAV_FB_PRESSED","features":[42]},{"name":"NAV_FORWARDBUTTON","features":[42]},{"name":"NAV_FORWARDBUTTONSTATES","features":[42]},{"name":"NAV_MB_DISABLED","features":[42]},{"name":"NAV_MB_HOT","features":[42]},{"name":"NAV_MB_NORMAL","features":[42]},{"name":"NAV_MB_PRESSED","features":[42]},{"name":"NAV_MENUBUTTON","features":[42]},{"name":"NAV_MENUBUTTONSTATES","features":[42]},{"name":"NEWFILEOPENORD","features":[42]},{"name":"NEWFILEOPENV2ORD","features":[42]},{"name":"NEWFILEOPENV3ORD","features":[42]},{"name":"NEWFORMATDLGWITHLINK","features":[42]},{"name":"NFS_ALL","features":[42]},{"name":"NFS_BUTTON","features":[42]},{"name":"NFS_EDIT","features":[42]},{"name":"NFS_LISTCOMBO","features":[42]},{"name":"NFS_STATIC","features":[42]},{"name":"NFS_USEFONTASSOC","features":[42]},{"name":"NMBCDROPDOWN","features":[3,42]},{"name":"NMBCHOTITEM","features":[3,42]},{"name":"NMCBEDRAGBEGINA","features":[3,42]},{"name":"NMCBEDRAGBEGINW","features":[3,42]},{"name":"NMCBEENDEDITA","features":[3,42]},{"name":"NMCBEENDEDITW","features":[3,42]},{"name":"NMCHAR","features":[3,42]},{"name":"NMCOMBOBOXEXA","features":[3,42]},{"name":"NMCOMBOBOXEXW","features":[3,42]},{"name":"NMCUSTOMDRAW","features":[3,14,42]},{"name":"NMCUSTOMDRAW_DRAW_STAGE","features":[42]},{"name":"NMCUSTOMDRAW_DRAW_STATE_FLAGS","features":[42]},{"name":"NMCUSTOMSPLITRECTINFO","features":[3,42]},{"name":"NMCUSTOMTEXT","features":[3,14,42]},{"name":"NMDATETIMECHANGE","features":[3,42]},{"name":"NMDATETIMECHANGE_FLAGS","features":[42]},{"name":"NMDATETIMEFORMATA","features":[3,42]},{"name":"NMDATETIMEFORMATQUERYA","features":[3,42]},{"name":"NMDATETIMEFORMATQUERYW","features":[3,42]},{"name":"NMDATETIMEFORMATW","features":[3,42]},{"name":"NMDATETIMESTRINGA","features":[3,42]},{"name":"NMDATETIMESTRINGW","features":[3,42]},{"name":"NMDATETIMEWMKEYDOWNA","features":[3,42]},{"name":"NMDATETIMEWMKEYDOWNW","features":[3,42]},{"name":"NMDAYSTATE","features":[3,42]},{"name":"NMHDDISPINFOA","features":[3,42]},{"name":"NMHDDISPINFOW","features":[3,42]},{"name":"NMHDFILTERBTNCLICK","features":[3,42]},{"name":"NMHDR","features":[3,42]},{"name":"NMHEADERA","features":[3,14,42]},{"name":"NMHEADERW","features":[3,14,42]},{"name":"NMIPADDRESS","features":[3,42]},{"name":"NMITEMACTIVATE","features":[3,42]},{"name":"NMKEY","features":[3,42]},{"name":"NMLINK","features":[3,42]},{"name":"NMLISTVIEW","features":[3,42]},{"name":"NMLVCACHEHINT","features":[3,42]},{"name":"NMLVCUSTOMDRAW","features":[3,14,42]},{"name":"NMLVCUSTOMDRAW_ITEM_TYPE","features":[42]},{"name":"NMLVDISPINFOA","features":[3,42]},{"name":"NMLVDISPINFOW","features":[3,42]},{"name":"NMLVEMPTYMARKUP","features":[3,42]},{"name":"NMLVEMPTYMARKUP_FLAGS","features":[42]},{"name":"NMLVFINDITEMA","features":[3,42]},{"name":"NMLVFINDITEMW","features":[3,42]},{"name":"NMLVGETINFOTIPA","features":[3,42]},{"name":"NMLVGETINFOTIPW","features":[3,42]},{"name":"NMLVGETINFOTIP_FLAGS","features":[42]},{"name":"NMLVKEYDOWN","features":[3,42]},{"name":"NMLVLINK","features":[3,42]},{"name":"NMLVODSTATECHANGE","features":[3,42]},{"name":"NMLVSCROLL","features":[3,42]},{"name":"NMMOUSE","features":[3,42]},{"name":"NMOBJECTNOTIFY","features":[3,42]},{"name":"NMPGCALCSIZE","features":[3,42]},{"name":"NMPGCALCSIZE_FLAGS","features":[42]},{"name":"NMPGHOTITEM","features":[3,42]},{"name":"NMPGSCROLL","features":[3,42]},{"name":"NMPGSCROLL_DIR","features":[42]},{"name":"NMPGSCROLL_KEYS","features":[42]},{"name":"NMRBAUTOSIZE","features":[3,42]},{"name":"NMREBAR","features":[3,42]},{"name":"NMREBARAUTOBREAK","features":[3,42]},{"name":"NMREBARCHEVRON","features":[3,42]},{"name":"NMREBARCHILDSIZE","features":[3,42]},{"name":"NMREBARSPLITTER","features":[3,42]},{"name":"NMREBAR_MASK_FLAGS","features":[42]},{"name":"NMSEARCHWEB","features":[3,42]},{"name":"NMSELCHANGE","features":[3,42]},{"name":"NMTBCUSTOMDRAW","features":[3,14,42]},{"name":"NMTBDISPINFOA","features":[3,42]},{"name":"NMTBDISPINFOW","features":[3,42]},{"name":"NMTBDISPINFOW_MASK","features":[42]},{"name":"NMTBGETINFOTIPA","features":[3,42]},{"name":"NMTBGETINFOTIPW","features":[3,42]},{"name":"NMTBHOTITEM","features":[3,42]},{"name":"NMTBHOTITEM_FLAGS","features":[42]},{"name":"NMTBRESTORE","features":[3,42]},{"name":"NMTBSAVE","features":[3,42]},{"name":"NMTCKEYDOWN","features":[3,42]},{"name":"NMTOOLBARA","features":[3,42]},{"name":"NMTOOLBARW","features":[3,42]},{"name":"NMTOOLTIPSCREATED","features":[3,42]},{"name":"NMTRBTHUMBPOSCHANGING","features":[3,42]},{"name":"NMTREEVIEWA","features":[3,42]},{"name":"NMTREEVIEWW","features":[3,42]},{"name":"NMTTCUSTOMDRAW","features":[3,14,42]},{"name":"NMTTDISPINFOA","features":[3,42]},{"name":"NMTTDISPINFOW","features":[3,42]},{"name":"NMTVASYNCDRAW","features":[3,14,42]},{"name":"NMTVCUSTOMDRAW","features":[3,14,42]},{"name":"NMTVDISPINFOA","features":[3,42]},{"name":"NMTVDISPINFOEXA","features":[3,42]},{"name":"NMTVDISPINFOEXW","features":[3,42]},{"name":"NMTVDISPINFOW","features":[3,42]},{"name":"NMTVGETINFOTIPA","features":[3,42]},{"name":"NMTVGETINFOTIPW","features":[3,42]},{"name":"NMTVITEMCHANGE","features":[3,42]},{"name":"NMTVKEYDOWN","features":[3,42]},{"name":"NMTVSTATEIMAGECHANGING","features":[3,42]},{"name":"NMUPDOWN","features":[3,42]},{"name":"NMVIEWCHANGE","features":[3,42]},{"name":"NM_CHAR","features":[42]},{"name":"NM_CLICK","features":[42]},{"name":"NM_CUSTOMDRAW","features":[42]},{"name":"NM_CUSTOMTEXT","features":[42]},{"name":"NM_DBLCLK","features":[42]},{"name":"NM_FIRST","features":[42]},{"name":"NM_FONTCHANGED","features":[42]},{"name":"NM_GETCUSTOMSPLITRECT","features":[42]},{"name":"NM_HOVER","features":[42]},{"name":"NM_KEYDOWN","features":[42]},{"name":"NM_KILLFOCUS","features":[42]},{"name":"NM_LAST","features":[42]},{"name":"NM_LDOWN","features":[42]},{"name":"NM_NCHITTEST","features":[42]},{"name":"NM_OUTOFMEMORY","features":[42]},{"name":"NM_RCLICK","features":[42]},{"name":"NM_RDBLCLK","features":[42]},{"name":"NM_RDOWN","features":[42]},{"name":"NM_RELEASEDCAPTURE","features":[42]},{"name":"NM_RETURN","features":[42]},{"name":"NM_SETCURSOR","features":[42]},{"name":"NM_SETFOCUS","features":[42]},{"name":"NM_THEMECHANGED","features":[42]},{"name":"NM_TOOLTIPSCREATED","features":[42]},{"name":"NM_TREEVIEW_ACTION","features":[42]},{"name":"NM_TVSTATEIMAGECHANGING","features":[42]},{"name":"NONESTATES","features":[42]},{"name":"NORMALGROUPCOLLAPSESTATES","features":[42]},{"name":"NORMALGROUPEXPANDSTATES","features":[42]},{"name":"ODA_DRAWENTIRE","features":[42]},{"name":"ODA_FLAGS","features":[42]},{"name":"ODA_FOCUS","features":[42]},{"name":"ODA_SELECT","features":[42]},{"name":"ODS_CHECKED","features":[42]},{"name":"ODS_COMBOBOXEDIT","features":[42]},{"name":"ODS_DEFAULT","features":[42]},{"name":"ODS_DISABLED","features":[42]},{"name":"ODS_FLAGS","features":[42]},{"name":"ODS_FOCUS","features":[42]},{"name":"ODS_GRAYED","features":[42]},{"name":"ODS_HOTLIGHT","features":[42]},{"name":"ODS_INACTIVE","features":[42]},{"name":"ODS_NOACCEL","features":[42]},{"name":"ODS_NOFOCUSRECT","features":[42]},{"name":"ODS_SELECTED","features":[42]},{"name":"ODT_BUTTON","features":[42]},{"name":"ODT_COMBOBOX","features":[42]},{"name":"ODT_HEADER","features":[42]},{"name":"ODT_LISTBOX","features":[42]},{"name":"ODT_LISTVIEW","features":[42]},{"name":"ODT_MENU","features":[42]},{"name":"ODT_STATIC","features":[42]},{"name":"ODT_TAB","features":[42]},{"name":"OFFSETTYPE","features":[42]},{"name":"OPENBOXSTATES","features":[42]},{"name":"OPEN_THEME_DATA_FLAGS","features":[42]},{"name":"OTD_FORCE_RECT_SIZING","features":[42]},{"name":"OTD_NONCLIENT","features":[42]},{"name":"OT_ABOVELASTBUTTON","features":[42]},{"name":"OT_BELOWLASTBUTTON","features":[42]},{"name":"OT_BOTTOMLEFT","features":[42]},{"name":"OT_BOTTOMMIDDLE","features":[42]},{"name":"OT_BOTTOMRIGHT","features":[42]},{"name":"OT_LEFTOFCAPTION","features":[42]},{"name":"OT_LEFTOFLASTBUTTON","features":[42]},{"name":"OT_MIDDLELEFT","features":[42]},{"name":"OT_MIDDLERIGHT","features":[42]},{"name":"OT_RIGHTOFCAPTION","features":[42]},{"name":"OT_RIGHTOFLASTBUTTON","features":[42]},{"name":"OT_TOPLEFT","features":[42]},{"name":"OT_TOPMIDDLE","features":[42]},{"name":"OT_TOPRIGHT","features":[42]},{"name":"OpenThemeData","features":[3,42]},{"name":"OpenThemeDataEx","features":[3,42]},{"name":"PAGEPARTS","features":[42]},{"name":"PAGESETUPDLGORD","features":[42]},{"name":"PAGESETUPDLGORDMOTIF","features":[42]},{"name":"PBBS_NORMAL","features":[42]},{"name":"PBBS_PARTIAL","features":[42]},{"name":"PBBVS_NORMAL","features":[42]},{"name":"PBBVS_PARTIAL","features":[42]},{"name":"PBDDS_DISABLED","features":[42]},{"name":"PBDDS_NORMAL","features":[42]},{"name":"PBFS_ERROR","features":[42]},{"name":"PBFS_NORMAL","features":[42]},{"name":"PBFS_PARTIAL","features":[42]},{"name":"PBFS_PAUSED","features":[42]},{"name":"PBFVS_ERROR","features":[42]},{"name":"PBFVS_NORMAL","features":[42]},{"name":"PBFVS_PARTIAL","features":[42]},{"name":"PBFVS_PAUSED","features":[42]},{"name":"PBM_DELTAPOS","features":[42]},{"name":"PBM_GETBARCOLOR","features":[42]},{"name":"PBM_GETBKCOLOR","features":[42]},{"name":"PBM_GETPOS","features":[42]},{"name":"PBM_GETRANGE","features":[42]},{"name":"PBM_GETSTATE","features":[42]},{"name":"PBM_GETSTEP","features":[42]},{"name":"PBM_SETBARCOLOR","features":[42]},{"name":"PBM_SETBKCOLOR","features":[42]},{"name":"PBM_SETMARQUEE","features":[42]},{"name":"PBM_SETPOS","features":[42]},{"name":"PBM_SETRANGE","features":[42]},{"name":"PBM_SETRANGE32","features":[42]},{"name":"PBM_SETSTATE","features":[42]},{"name":"PBM_SETSTEP","features":[42]},{"name":"PBM_STEPIT","features":[42]},{"name":"PBRANGE","features":[42]},{"name":"PBST_ERROR","features":[42]},{"name":"PBST_NORMAL","features":[42]},{"name":"PBST_PAUSED","features":[42]},{"name":"PBS_DEFAULTED","features":[42]},{"name":"PBS_DEFAULTED_ANIMATING","features":[42]},{"name":"PBS_DISABLED","features":[42]},{"name":"PBS_HOT","features":[42]},{"name":"PBS_MARQUEE","features":[42]},{"name":"PBS_NORMAL","features":[42]},{"name":"PBS_PRESSED","features":[42]},{"name":"PBS_SMOOTH","features":[42]},{"name":"PBS_SMOOTHREVERSE","features":[42]},{"name":"PBS_VERTICAL","features":[42]},{"name":"PFNDACOMPARE","features":[3,42]},{"name":"PFNDACOMPARECONST","features":[3,42]},{"name":"PFNDAENUMCALLBACK","features":[42]},{"name":"PFNDAENUMCALLBACKCONST","features":[42]},{"name":"PFNDPAMERGE","features":[3,42]},{"name":"PFNDPAMERGECONST","features":[3,42]},{"name":"PFNDPASTREAM","features":[42]},{"name":"PFNLVCOMPARE","features":[3,42]},{"name":"PFNLVGROUPCOMPARE","features":[42]},{"name":"PFNPROPSHEETCALLBACK","features":[3,42]},{"name":"PFNTVCOMPARE","features":[3,42]},{"name":"PFTASKDIALOGCALLBACK","features":[3,42]},{"name":"PGB_BOTTOMORRIGHT","features":[42]},{"name":"PGB_TOPORLEFT","features":[42]},{"name":"PGF_CALCHEIGHT","features":[42]},{"name":"PGF_CALCWIDTH","features":[42]},{"name":"PGF_DEPRESSED","features":[42]},{"name":"PGF_GRAYED","features":[42]},{"name":"PGF_HOT","features":[42]},{"name":"PGF_INVISIBLE","features":[42]},{"name":"PGF_NORMAL","features":[42]},{"name":"PGF_SCROLLDOWN","features":[42]},{"name":"PGF_SCROLLLEFT","features":[42]},{"name":"PGF_SCROLLRIGHT","features":[42]},{"name":"PGF_SCROLLUP","features":[42]},{"name":"PGK_CONTROL","features":[42]},{"name":"PGK_MENU","features":[42]},{"name":"PGK_NONE","features":[42]},{"name":"PGK_SHIFT","features":[42]},{"name":"PGM_FIRST","features":[42]},{"name":"PGM_FORWARDMOUSE","features":[42]},{"name":"PGM_GETBKCOLOR","features":[42]},{"name":"PGM_GETBORDER","features":[42]},{"name":"PGM_GETBUTTONSIZE","features":[42]},{"name":"PGM_GETBUTTONSTATE","features":[42]},{"name":"PGM_GETDROPTARGET","features":[42]},{"name":"PGM_GETPOS","features":[42]},{"name":"PGM_RECALCSIZE","features":[42]},{"name":"PGM_SETBKCOLOR","features":[42]},{"name":"PGM_SETBORDER","features":[42]},{"name":"PGM_SETBUTTONSIZE","features":[42]},{"name":"PGM_SETCHILD","features":[42]},{"name":"PGM_SETPOS","features":[42]},{"name":"PGM_SETSCROLLINFO","features":[42]},{"name":"PGN_CALCSIZE","features":[42]},{"name":"PGN_FIRST","features":[42]},{"name":"PGN_HOTITEMCHANGE","features":[42]},{"name":"PGN_LAST","features":[42]},{"name":"PGN_SCROLL","features":[42]},{"name":"PGRP_DOWN","features":[42]},{"name":"PGRP_DOWNHORZ","features":[42]},{"name":"PGRP_UP","features":[42]},{"name":"PGRP_UPHORZ","features":[42]},{"name":"PGS_AUTOSCROLL","features":[42]},{"name":"PGS_DRAGNDROP","features":[42]},{"name":"PGS_HORZ","features":[42]},{"name":"PGS_VERT","features":[42]},{"name":"POINTER_DEVICE_CURSOR_INFO","features":[42]},{"name":"POINTER_DEVICE_CURSOR_TYPE","features":[42]},{"name":"POINTER_DEVICE_CURSOR_TYPE_ERASER","features":[42]},{"name":"POINTER_DEVICE_CURSOR_TYPE_MAX","features":[42]},{"name":"POINTER_DEVICE_CURSOR_TYPE_TIP","features":[42]},{"name":"POINTER_DEVICE_CURSOR_TYPE_UNKNOWN","features":[42]},{"name":"POINTER_DEVICE_INFO","features":[3,14,42]},{"name":"POINTER_DEVICE_PROPERTY","features":[42]},{"name":"POINTER_DEVICE_TYPE","features":[42]},{"name":"POINTER_DEVICE_TYPE_EXTERNAL_PEN","features":[42]},{"name":"POINTER_DEVICE_TYPE_INTEGRATED_PEN","features":[42]},{"name":"POINTER_DEVICE_TYPE_MAX","features":[42]},{"name":"POINTER_DEVICE_TYPE_TOUCH","features":[42]},{"name":"POINTER_DEVICE_TYPE_TOUCH_PAD","features":[42]},{"name":"POINTER_FEEDBACK_DEFAULT","features":[42]},{"name":"POINTER_FEEDBACK_INDIRECT","features":[42]},{"name":"POINTER_FEEDBACK_MODE","features":[42]},{"name":"POINTER_FEEDBACK_NONE","features":[42]},{"name":"POINTER_TYPE_INFO","features":[3,42,211,52]},{"name":"POPUPCHECKBACKGROUNDSTATES","features":[42]},{"name":"POPUPCHECKSTATES","features":[42]},{"name":"POPUPITEMFOCUSABLESTATES","features":[42]},{"name":"POPUPITEMKBFOCUSSTATES","features":[42]},{"name":"POPUPITEMSTATES","features":[42]},{"name":"POPUPSUBMENUHCHOTSTATES","features":[42]},{"name":"POPUPSUBMENUSTATES","features":[42]},{"name":"PO_CLASS","features":[42]},{"name":"PO_GLOBAL","features":[42]},{"name":"PO_NOTFOUND","features":[42]},{"name":"PO_PART","features":[42]},{"name":"PO_STATE","features":[42]},{"name":"PP_BAR","features":[42]},{"name":"PP_BARVERT","features":[42]},{"name":"PP_CHUNK","features":[42]},{"name":"PP_CHUNKVERT","features":[42]},{"name":"PP_FILL","features":[42]},{"name":"PP_FILLVERT","features":[42]},{"name":"PP_MOVEOVERLAY","features":[42]},{"name":"PP_MOVEOVERLAYVERT","features":[42]},{"name":"PP_PULSEOVERLAY","features":[42]},{"name":"PP_PULSEOVERLAYVERT","features":[42]},{"name":"PP_TRANSPARENTBAR","features":[42]},{"name":"PP_TRANSPARENTBARVERT","features":[42]},{"name":"PRINTDLGEXORD","features":[42]},{"name":"PRINTDLGORD","features":[42]},{"name":"PRNSETUPDLGORD","features":[42]},{"name":"PROGRESSPARTS","features":[42]},{"name":"PROGRESS_CLASS","features":[42]},{"name":"PROGRESS_CLASSA","features":[42]},{"name":"PROGRESS_CLASSW","features":[42]},{"name":"PROPERTYORIGIN","features":[42]},{"name":"PROPSHEETHEADERA_V1","features":[3,14,42,52]},{"name":"PROPSHEETHEADERA_V2","features":[3,14,42,52]},{"name":"PROPSHEETHEADERW_V1","features":[3,14,42,52]},{"name":"PROPSHEETHEADERW_V2","features":[3,14,42,52]},{"name":"PROPSHEETPAGEA","features":[3,14,42,52]},{"name":"PROPSHEETPAGEA_V1","features":[3,14,42,52]},{"name":"PROPSHEETPAGEA_V2","features":[3,14,42,52]},{"name":"PROPSHEETPAGEA_V3","features":[3,14,42,52]},{"name":"PROPSHEETPAGEW","features":[3,14,42,52]},{"name":"PROPSHEETPAGEW_V1","features":[3,14,42,52]},{"name":"PROPSHEETPAGEW_V2","features":[3,14,42,52]},{"name":"PROPSHEETPAGEW_V3","features":[3,14,42,52]},{"name":"PROP_LG_CXDLG","features":[42]},{"name":"PROP_LG_CYDLG","features":[42]},{"name":"PROP_MED_CXDLG","features":[42]},{"name":"PROP_MED_CYDLG","features":[42]},{"name":"PROP_SM_CXDLG","features":[42]},{"name":"PROP_SM_CYDLG","features":[42]},{"name":"PSBTN_APPLYNOW","features":[42]},{"name":"PSBTN_BACK","features":[42]},{"name":"PSBTN_CANCEL","features":[42]},{"name":"PSBTN_FINISH","features":[42]},{"name":"PSBTN_HELP","features":[42]},{"name":"PSBTN_MAX","features":[42]},{"name":"PSBTN_NEXT","features":[42]},{"name":"PSBTN_OK","features":[42]},{"name":"PSCB_BUTTONPRESSED","features":[42]},{"name":"PSCB_INITIALIZED","features":[42]},{"name":"PSCB_PRECREATE","features":[42]},{"name":"PSHNOTIFY","features":[3,42]},{"name":"PSH_AEROWIZARD","features":[42]},{"name":"PSH_DEFAULT","features":[42]},{"name":"PSH_HASHELP","features":[42]},{"name":"PSH_HEADER","features":[42]},{"name":"PSH_HEADERBITMAP","features":[42]},{"name":"PSH_MODELESS","features":[42]},{"name":"PSH_NOAPPLYNOW","features":[42]},{"name":"PSH_NOCONTEXTHELP","features":[42]},{"name":"PSH_NOMARGIN","features":[42]},{"name":"PSH_PROPSHEETPAGE","features":[42]},{"name":"PSH_PROPTITLE","features":[42]},{"name":"PSH_RESIZABLE","features":[42]},{"name":"PSH_RTLREADING","features":[42]},{"name":"PSH_STRETCHWATERMARK","features":[42]},{"name":"PSH_USECALLBACK","features":[42]},{"name":"PSH_USEHBMHEADER","features":[42]},{"name":"PSH_USEHBMWATERMARK","features":[42]},{"name":"PSH_USEHICON","features":[42]},{"name":"PSH_USEHPLWATERMARK","features":[42]},{"name":"PSH_USEICONID","features":[42]},{"name":"PSH_USEPAGELANG","features":[42]},{"name":"PSH_USEPSTARTPAGE","features":[42]},{"name":"PSH_WATERMARK","features":[42]},{"name":"PSH_WIZARD","features":[42]},{"name":"PSH_WIZARD97","features":[42]},{"name":"PSH_WIZARDCONTEXTHELP","features":[42]},{"name":"PSH_WIZARDHASFINISH","features":[42]},{"name":"PSH_WIZARD_LITE","features":[42]},{"name":"PSM_ADDPAGE","features":[42]},{"name":"PSM_APPLY","features":[42]},{"name":"PSM_CANCELTOCLOSE","features":[42]},{"name":"PSM_CHANGED","features":[42]},{"name":"PSM_ENABLEWIZBUTTONS","features":[42]},{"name":"PSM_GETCURRENTPAGEHWND","features":[42]},{"name":"PSM_GETRESULT","features":[42]},{"name":"PSM_GETTABCONTROL","features":[42]},{"name":"PSM_HWNDTOINDEX","features":[42]},{"name":"PSM_IDTOINDEX","features":[42]},{"name":"PSM_INDEXTOHWND","features":[42]},{"name":"PSM_INDEXTOID","features":[42]},{"name":"PSM_INDEXTOPAGE","features":[42]},{"name":"PSM_INSERTPAGE","features":[42]},{"name":"PSM_ISDIALOGMESSAGE","features":[42]},{"name":"PSM_PAGETOINDEX","features":[42]},{"name":"PSM_PRESSBUTTON","features":[42]},{"name":"PSM_QUERYSIBLINGS","features":[42]},{"name":"PSM_REBOOTSYSTEM","features":[42]},{"name":"PSM_RECALCPAGESIZES","features":[42]},{"name":"PSM_REMOVEPAGE","features":[42]},{"name":"PSM_RESTARTWINDOWS","features":[42]},{"name":"PSM_SETBUTTONTEXT","features":[42]},{"name":"PSM_SETBUTTONTEXTW","features":[42]},{"name":"PSM_SETCURSEL","features":[42]},{"name":"PSM_SETCURSELID","features":[42]},{"name":"PSM_SETFINISHTEXT","features":[42]},{"name":"PSM_SETFINISHTEXTA","features":[42]},{"name":"PSM_SETFINISHTEXTW","features":[42]},{"name":"PSM_SETHEADERSUBTITLE","features":[42]},{"name":"PSM_SETHEADERSUBTITLEA","features":[42]},{"name":"PSM_SETHEADERSUBTITLEW","features":[42]},{"name":"PSM_SETHEADERTITLE","features":[42]},{"name":"PSM_SETHEADERTITLEA","features":[42]},{"name":"PSM_SETHEADERTITLEW","features":[42]},{"name":"PSM_SETNEXTTEXT","features":[42]},{"name":"PSM_SETNEXTTEXTW","features":[42]},{"name":"PSM_SETTITLE","features":[42]},{"name":"PSM_SETTITLEA","features":[42]},{"name":"PSM_SETTITLEW","features":[42]},{"name":"PSM_SETWIZBUTTONS","features":[42]},{"name":"PSM_SHOWWIZBUTTONS","features":[42]},{"name":"PSM_UNCHANGED","features":[42]},{"name":"PSNRET_INVALID","features":[42]},{"name":"PSNRET_INVALID_NOCHANGEPAGE","features":[42]},{"name":"PSNRET_MESSAGEHANDLED","features":[42]},{"name":"PSNRET_NOERROR","features":[42]},{"name":"PSN_APPLY","features":[42]},{"name":"PSN_FIRST","features":[42]},{"name":"PSN_GETOBJECT","features":[42]},{"name":"PSN_HELP","features":[42]},{"name":"PSN_KILLACTIVE","features":[42]},{"name":"PSN_LAST","features":[42]},{"name":"PSN_QUERYCANCEL","features":[42]},{"name":"PSN_QUERYINITIALFOCUS","features":[42]},{"name":"PSN_RESET","features":[42]},{"name":"PSN_SETACTIVE","features":[42]},{"name":"PSN_TRANSLATEACCELERATOR","features":[42]},{"name":"PSN_WIZBACK","features":[42]},{"name":"PSN_WIZFINISH","features":[42]},{"name":"PSN_WIZNEXT","features":[42]},{"name":"PSPCB_ADDREF","features":[42]},{"name":"PSPCB_CREATE","features":[42]},{"name":"PSPCB_MESSAGE","features":[42]},{"name":"PSPCB_RELEASE","features":[42]},{"name":"PSPCB_SI_INITDIALOG","features":[42]},{"name":"PSP_DEFAULT","features":[42]},{"name":"PSP_DLGINDIRECT","features":[42]},{"name":"PSP_HASHELP","features":[42]},{"name":"PSP_HIDEHEADER","features":[42]},{"name":"PSP_PREMATURE","features":[42]},{"name":"PSP_RTLREADING","features":[42]},{"name":"PSP_USECALLBACK","features":[42]},{"name":"PSP_USEFUSIONCONTEXT","features":[42]},{"name":"PSP_USEHEADERSUBTITLE","features":[42]},{"name":"PSP_USEHEADERTITLE","features":[42]},{"name":"PSP_USEHICON","features":[42]},{"name":"PSP_USEICONID","features":[42]},{"name":"PSP_USEREFPARENT","features":[42]},{"name":"PSP_USETITLE","features":[42]},{"name":"PSWIZBF_ELEVATIONREQUIRED","features":[42]},{"name":"PSWIZB_BACK","features":[42]},{"name":"PSWIZB_CANCEL","features":[42]},{"name":"PSWIZB_DISABLEDFINISH","features":[42]},{"name":"PSWIZB_FINISH","features":[42]},{"name":"PSWIZB_NEXT","features":[42]},{"name":"PSWIZB_RESTORE","features":[42]},{"name":"PSWIZB_SHOW","features":[42]},{"name":"PUSHBUTTONDROPDOWNSTATES","features":[42]},{"name":"PUSHBUTTONSTATES","features":[42]},{"name":"PackTouchHitTestingProximityEvaluation","features":[3,42]},{"name":"PropertySheetA","features":[3,14,42,52]},{"name":"PropertySheetW","features":[3,14,42,52]},{"name":"RADIOBUTTONSTATES","features":[42]},{"name":"RBAB_ADDBAND","features":[42]},{"name":"RBAB_AUTOSIZE","features":[42]},{"name":"RBBIM_BACKGROUND","features":[42]},{"name":"RBBIM_CHEVRONLOCATION","features":[42]},{"name":"RBBIM_CHEVRONSTATE","features":[42]},{"name":"RBBIM_CHILD","features":[42]},{"name":"RBBIM_CHILDSIZE","features":[42]},{"name":"RBBIM_COLORS","features":[42]},{"name":"RBBIM_HEADERSIZE","features":[42]},{"name":"RBBIM_ID","features":[42]},{"name":"RBBIM_IDEALSIZE","features":[42]},{"name":"RBBIM_IMAGE","features":[42]},{"name":"RBBIM_LPARAM","features":[42]},{"name":"RBBIM_SIZE","features":[42]},{"name":"RBBIM_STYLE","features":[42]},{"name":"RBBIM_TEXT","features":[42]},{"name":"RBBS_BREAK","features":[42]},{"name":"RBBS_CHILDEDGE","features":[42]},{"name":"RBBS_FIXEDBMP","features":[42]},{"name":"RBBS_FIXEDSIZE","features":[42]},{"name":"RBBS_GRIPPERALWAYS","features":[42]},{"name":"RBBS_HIDDEN","features":[42]},{"name":"RBBS_HIDETITLE","features":[42]},{"name":"RBBS_NOGRIPPER","features":[42]},{"name":"RBBS_NOVERT","features":[42]},{"name":"RBBS_TOPALIGN","features":[42]},{"name":"RBBS_USECHEVRON","features":[42]},{"name":"RBBS_VARIABLEHEIGHT","features":[42]},{"name":"RBHITTESTINFO","features":[3,42]},{"name":"RBHT_CAPTION","features":[42]},{"name":"RBHT_CHEVRON","features":[42]},{"name":"RBHT_CLIENT","features":[42]},{"name":"RBHT_GRABBER","features":[42]},{"name":"RBHT_NOWHERE","features":[42]},{"name":"RBHT_SPLITTER","features":[42]},{"name":"RBIM_IMAGELIST","features":[42]},{"name":"RBNM_ID","features":[42]},{"name":"RBNM_LPARAM","features":[42]},{"name":"RBNM_STYLE","features":[42]},{"name":"RBN_AUTOBREAK","features":[42]},{"name":"RBN_AUTOSIZE","features":[42]},{"name":"RBN_BEGINDRAG","features":[42]},{"name":"RBN_CHEVRONPUSHED","features":[42]},{"name":"RBN_CHILDSIZE","features":[42]},{"name":"RBN_DELETEDBAND","features":[42]},{"name":"RBN_DELETINGBAND","features":[42]},{"name":"RBN_ENDDRAG","features":[42]},{"name":"RBN_FIRST","features":[42]},{"name":"RBN_GETOBJECT","features":[42]},{"name":"RBN_HEIGHTCHANGE","features":[42]},{"name":"RBN_LAST","features":[42]},{"name":"RBN_LAYOUTCHANGED","features":[42]},{"name":"RBN_MINMAX","features":[42]},{"name":"RBN_SPLITTERDRAG","features":[42]},{"name":"RBSTR_CHANGERECT","features":[42]},{"name":"RBS_AUTOSIZE","features":[42]},{"name":"RBS_BANDBORDERS","features":[42]},{"name":"RBS_CHECKEDDISABLED","features":[42]},{"name":"RBS_CHECKEDHOT","features":[42]},{"name":"RBS_CHECKEDNORMAL","features":[42]},{"name":"RBS_CHECKEDPRESSED","features":[42]},{"name":"RBS_DBLCLKTOGGLE","features":[42]},{"name":"RBS_DISABLED","features":[42]},{"name":"RBS_FIXEDORDER","features":[42]},{"name":"RBS_HOT","features":[42]},{"name":"RBS_NORMAL","features":[42]},{"name":"RBS_PUSHED","features":[42]},{"name":"RBS_REGISTERDROP","features":[42]},{"name":"RBS_TOOLTIPS","features":[42]},{"name":"RBS_UNCHECKEDDISABLED","features":[42]},{"name":"RBS_UNCHECKEDHOT","features":[42]},{"name":"RBS_UNCHECKEDNORMAL","features":[42]},{"name":"RBS_UNCHECKEDPRESSED","features":[42]},{"name":"RBS_VARHEIGHT","features":[42]},{"name":"RBS_VERTICALGRIPPER","features":[42]},{"name":"RB_BEGINDRAG","features":[42]},{"name":"RB_DELETEBAND","features":[42]},{"name":"RB_DRAGMOVE","features":[42]},{"name":"RB_ENDDRAG","features":[42]},{"name":"RB_GETBANDBORDERS","features":[42]},{"name":"RB_GETBANDCOUNT","features":[42]},{"name":"RB_GETBANDINFO","features":[42]},{"name":"RB_GETBANDINFOA","features":[42]},{"name":"RB_GETBANDINFOW","features":[42]},{"name":"RB_GETBANDMARGINS","features":[42]},{"name":"RB_GETBARHEIGHT","features":[42]},{"name":"RB_GETBARINFO","features":[42]},{"name":"RB_GETBKCOLOR","features":[42]},{"name":"RB_GETCOLORSCHEME","features":[42]},{"name":"RB_GETDROPTARGET","features":[42]},{"name":"RB_GETEXTENDEDSTYLE","features":[42]},{"name":"RB_GETPALETTE","features":[42]},{"name":"RB_GETRECT","features":[42]},{"name":"RB_GETROWCOUNT","features":[42]},{"name":"RB_GETROWHEIGHT","features":[42]},{"name":"RB_GETTEXTCOLOR","features":[42]},{"name":"RB_GETTOOLTIPS","features":[42]},{"name":"RB_GETUNICODEFORMAT","features":[42]},{"name":"RB_HITTEST","features":[42]},{"name":"RB_IDTOINDEX","features":[42]},{"name":"RB_INSERTBAND","features":[42]},{"name":"RB_INSERTBANDA","features":[42]},{"name":"RB_INSERTBANDW","features":[42]},{"name":"RB_MAXIMIZEBAND","features":[42]},{"name":"RB_MINIMIZEBAND","features":[42]},{"name":"RB_MOVEBAND","features":[42]},{"name":"RB_PUSHCHEVRON","features":[42]},{"name":"RB_SETBANDINFO","features":[42]},{"name":"RB_SETBANDINFOA","features":[42]},{"name":"RB_SETBANDINFOW","features":[42]},{"name":"RB_SETBANDWIDTH","features":[42]},{"name":"RB_SETBARINFO","features":[42]},{"name":"RB_SETBKCOLOR","features":[42]},{"name":"RB_SETCOLORSCHEME","features":[42]},{"name":"RB_SETEXTENDEDSTYLE","features":[42]},{"name":"RB_SETPALETTE","features":[42]},{"name":"RB_SETPARENT","features":[42]},{"name":"RB_SETTEXTCOLOR","features":[42]},{"name":"RB_SETTOOLTIPS","features":[42]},{"name":"RB_SETUNICODEFORMAT","features":[42]},{"name":"RB_SETWINDOWTHEME","features":[42]},{"name":"RB_SHOWBAND","features":[42]},{"name":"RB_SIZETORECT","features":[42]},{"name":"READONLYSTATES","features":[42]},{"name":"REBARBANDINFOA","features":[3,14,42]},{"name":"REBARBANDINFOW","features":[3,14,42]},{"name":"REBARCLASSNAME","features":[42]},{"name":"REBARCLASSNAMEA","features":[42]},{"name":"REBARCLASSNAMEW","features":[42]},{"name":"REBARINFO","features":[42]},{"name":"REBARPARTS","features":[42]},{"name":"REPLACEDLGORD","features":[42]},{"name":"RESTOREBUTTONSTATES","features":[42]},{"name":"RP_BACKGROUND","features":[42]},{"name":"RP_BAND","features":[42]},{"name":"RP_CHEVRON","features":[42]},{"name":"RP_CHEVRONVERT","features":[42]},{"name":"RP_GRIPPER","features":[42]},{"name":"RP_GRIPPERVERT","features":[42]},{"name":"RP_SPLITTER","features":[42]},{"name":"RP_SPLITTERVERT","features":[42]},{"name":"RUNDLGORD","features":[42]},{"name":"RegisterPointerDeviceNotifications","features":[3,42]},{"name":"RegisterTouchHitTestingWindow","features":[3,42]},{"name":"SBARS_SIZEGRIP","features":[42]},{"name":"SBARS_TOOLTIPS","features":[42]},{"name":"SBN_FIRST","features":[42]},{"name":"SBN_LAST","features":[42]},{"name":"SBN_SIMPLEMODECHANGE","features":[42]},{"name":"SBP_ARROWBTN","features":[42]},{"name":"SBP_GRIPPERHORZ","features":[42]},{"name":"SBP_GRIPPERVERT","features":[42]},{"name":"SBP_LOWERTRACKHORZ","features":[42]},{"name":"SBP_LOWERTRACKVERT","features":[42]},{"name":"SBP_SIZEBOX","features":[42]},{"name":"SBP_SIZEBOXBKGND","features":[42]},{"name":"SBP_THUMBBTNHORZ","features":[42]},{"name":"SBP_THUMBBTNVERT","features":[42]},{"name":"SBP_UPPERTRACKHORZ","features":[42]},{"name":"SBP_UPPERTRACKVERT","features":[42]},{"name":"SBS_DISABLED","features":[42]},{"name":"SBS_HOT","features":[42]},{"name":"SBS_NORMAL","features":[42]},{"name":"SBS_PUSHED","features":[42]},{"name":"SBT_NOBORDERS","features":[42]},{"name":"SBT_NOTABPARSING","features":[42]},{"name":"SBT_OWNERDRAW","features":[42]},{"name":"SBT_POPOUT","features":[42]},{"name":"SBT_RTLREADING","features":[42]},{"name":"SBT_TOOLTIPS","features":[42]},{"name":"SB_GETBORDERS","features":[42]},{"name":"SB_GETICON","features":[42]},{"name":"SB_GETPARTS","features":[42]},{"name":"SB_GETRECT","features":[42]},{"name":"SB_GETTEXT","features":[42]},{"name":"SB_GETTEXTA","features":[42]},{"name":"SB_GETTEXTLENGTH","features":[42]},{"name":"SB_GETTEXTLENGTHA","features":[42]},{"name":"SB_GETTEXTLENGTHW","features":[42]},{"name":"SB_GETTEXTW","features":[42]},{"name":"SB_GETTIPTEXTA","features":[42]},{"name":"SB_GETTIPTEXTW","features":[42]},{"name":"SB_GETUNICODEFORMAT","features":[42]},{"name":"SB_ISSIMPLE","features":[42]},{"name":"SB_SETBKCOLOR","features":[42]},{"name":"SB_SETICON","features":[42]},{"name":"SB_SETMINHEIGHT","features":[42]},{"name":"SB_SETPARTS","features":[42]},{"name":"SB_SETTEXT","features":[42]},{"name":"SB_SETTEXTA","features":[42]},{"name":"SB_SETTEXTW","features":[42]},{"name":"SB_SETTIPTEXTA","features":[42]},{"name":"SB_SETTIPTEXTW","features":[42]},{"name":"SB_SETUNICODEFORMAT","features":[42]},{"name":"SB_SIMPLE","features":[42]},{"name":"SB_SIMPLEID","features":[42]},{"name":"SCBS_DISABLED","features":[42]},{"name":"SCBS_HOT","features":[42]},{"name":"SCBS_NORMAL","features":[42]},{"name":"SCBS_PUSHED","features":[42]},{"name":"SCRBS_DISABLED","features":[42]},{"name":"SCRBS_HOT","features":[42]},{"name":"SCRBS_HOVER","features":[42]},{"name":"SCRBS_NORMAL","features":[42]},{"name":"SCRBS_PRESSED","features":[42]},{"name":"SCROLLBARPARTS","features":[42]},{"name":"SCROLLBARSTYLESTATES","features":[42]},{"name":"SCS_ACTIVE","features":[42]},{"name":"SCS_DISABLED","features":[42]},{"name":"SCS_INACTIVE","features":[42]},{"name":"SECTIONTITLELINKSTATES","features":[42]},{"name":"SET_THEME_APP_PROPERTIES_FLAGS","features":[42]},{"name":"SFRB_ACTIVE","features":[42]},{"name":"SFRB_INACTIVE","features":[42]},{"name":"SFRL_ACTIVE","features":[42]},{"name":"SFRL_INACTIVE","features":[42]},{"name":"SFRR_ACTIVE","features":[42]},{"name":"SFRR_INACTIVE","features":[42]},{"name":"SHOWCALENDARBUTTONRIGHTSTATES","features":[42]},{"name":"SIZEBOXSTATES","features":[42]},{"name":"SIZINGTYPE","features":[42]},{"name":"SMALLCAPTIONSTATES","features":[42]},{"name":"SMALLCLOSEBUTTONSTATES","features":[42]},{"name":"SMALLFRAMEBOTTOMSTATES","features":[42]},{"name":"SMALLFRAMELEFTSTATES","features":[42]},{"name":"SMALLFRAMERIGHTSTATES","features":[42]},{"name":"SOFTWAREEXPLORERSTATES","features":[42]},{"name":"SPECIALGROUPCOLLAPSESTATES","features":[42]},{"name":"SPECIALGROUPEXPANDSTATES","features":[42]},{"name":"SPINPARTS","features":[42]},{"name":"SPLITSV_HOT","features":[42]},{"name":"SPLITSV_NORMAL","features":[42]},{"name":"SPLITSV_PRESSED","features":[42]},{"name":"SPLITS_HOT","features":[42]},{"name":"SPLITS_NORMAL","features":[42]},{"name":"SPLITS_PRESSED","features":[42]},{"name":"SPLITTERSTATES","features":[42]},{"name":"SPLITTERVERTSTATES","features":[42]},{"name":"SPLS_HOT","features":[42]},{"name":"SPLS_NORMAL","features":[42]},{"name":"SPLS_PRESSED","features":[42]},{"name":"SPMPT_DISABLED","features":[42]},{"name":"SPMPT_FOCUSED","features":[42]},{"name":"SPMPT_HOT","features":[42]},{"name":"SPMPT_NORMAL","features":[42]},{"name":"SPMPT_SELECTED","features":[42]},{"name":"SPNP_DOWN","features":[42]},{"name":"SPNP_DOWNHORZ","features":[42]},{"name":"SPNP_UP","features":[42]},{"name":"SPNP_UPHORZ","features":[42]},{"name":"SPOB_DISABLED","features":[42]},{"name":"SPOB_FOCUSED","features":[42]},{"name":"SPOB_HOT","features":[42]},{"name":"SPOB_NORMAL","features":[42]},{"name":"SPOB_SELECTED","features":[42]},{"name":"SPP_LOGOFF","features":[42]},{"name":"SPP_LOGOFFBUTTONS","features":[42]},{"name":"SPP_LOGOFFSPLITBUTTONDROPDOWN","features":[42]},{"name":"SPP_MOREPROGRAMS","features":[42]},{"name":"SPP_MOREPROGRAMSARROW","features":[42]},{"name":"SPP_MOREPROGRAMSARROWBACK","features":[42]},{"name":"SPP_MOREPROGRAMSTAB","features":[42]},{"name":"SPP_NSCHOST","features":[42]},{"name":"SPP_OPENBOX","features":[42]},{"name":"SPP_PLACESLIST","features":[42]},{"name":"SPP_PLACESLISTSEPARATOR","features":[42]},{"name":"SPP_PREVIEW","features":[42]},{"name":"SPP_PROGLIST","features":[42]},{"name":"SPP_PROGLISTSEPARATOR","features":[42]},{"name":"SPP_SEARCHVIEW","features":[42]},{"name":"SPP_SOFTWAREEXPLORER","features":[42]},{"name":"SPP_TOPMATCH","features":[42]},{"name":"SPP_USERPANE","features":[42]},{"name":"SPP_USERPICTURE","features":[42]},{"name":"SPSB_HOT","features":[42]},{"name":"SPSB_NORMAL","features":[42]},{"name":"SPSB_PRESSED","features":[42]},{"name":"SPSE_DISABLED","features":[42]},{"name":"SPSE_FOCUSED","features":[42]},{"name":"SPSE_HOT","features":[42]},{"name":"SPSE_NORMAL","features":[42]},{"name":"SPSE_SELECTED","features":[42]},{"name":"SPS_HOT","features":[42]},{"name":"SPS_NORMAL","features":[42]},{"name":"SPS_PRESSED","features":[42]},{"name":"SP_GRIPPER","features":[42]},{"name":"SP_GRIPPERPANE","features":[42]},{"name":"SP_PANE","features":[42]},{"name":"STANDARDSTATES","features":[42]},{"name":"STARTPANELPARTS","features":[42]},{"name":"STATE_SYSTEM_FOCUSABLE","features":[42]},{"name":"STATE_SYSTEM_INVISIBLE","features":[42]},{"name":"STATE_SYSTEM_OFFSCREEN","features":[42]},{"name":"STATE_SYSTEM_PRESSED","features":[42]},{"name":"STATE_SYSTEM_UNAVAILABLE","features":[42]},{"name":"STATICPARTS","features":[42]},{"name":"STATUSCLASSNAME","features":[42]},{"name":"STATUSCLASSNAMEA","features":[42]},{"name":"STATUSCLASSNAMEW","features":[42]},{"name":"STATUSPARTS","features":[42]},{"name":"STAT_TEXT","features":[42]},{"name":"STD_COPY","features":[42]},{"name":"STD_CUT","features":[42]},{"name":"STD_DELETE","features":[42]},{"name":"STD_FILENEW","features":[42]},{"name":"STD_FILEOPEN","features":[42]},{"name":"STD_FILESAVE","features":[42]},{"name":"STD_FIND","features":[42]},{"name":"STD_HELP","features":[42]},{"name":"STD_PASTE","features":[42]},{"name":"STD_PRINT","features":[42]},{"name":"STD_PRINTPRE","features":[42]},{"name":"STD_PROPERTIES","features":[42]},{"name":"STD_REDOW","features":[42]},{"name":"STD_REPLACE","features":[42]},{"name":"STD_UNDO","features":[42]},{"name":"ST_STRETCH","features":[42]},{"name":"ST_TILE","features":[42]},{"name":"ST_TRUESIZE","features":[42]},{"name":"SYSBUTTONSTATES","features":[42]},{"name":"SYSTEMCLOSEHCHOTSTATES","features":[42]},{"name":"SYSTEMCLOSESTATES","features":[42]},{"name":"SYSTEMMAXIMIZEHCHOTSTATES","features":[42]},{"name":"SYSTEMMAXIMIZESTATES","features":[42]},{"name":"SYSTEMMINIMIZEHCHOTSTATES","features":[42]},{"name":"SYSTEMMINIMIZESTATES","features":[42]},{"name":"SYSTEMRESTOREHCHOTSTATES","features":[42]},{"name":"SYSTEMRESTORESTATES","features":[42]},{"name":"SZB_HALFBOTTOMLEFTALIGN","features":[42]},{"name":"SZB_HALFBOTTOMRIGHTALIGN","features":[42]},{"name":"SZB_HALFTOPLEFTALIGN","features":[42]},{"name":"SZB_HALFTOPRIGHTALIGN","features":[42]},{"name":"SZB_LEFTALIGN","features":[42]},{"name":"SZB_RIGHTALIGN","features":[42]},{"name":"SZB_TOPLEFTALIGN","features":[42]},{"name":"SZB_TOPRIGHTALIGN","features":[42]},{"name":"SZ_THDOCPROP_AUTHOR","features":[42]},{"name":"SZ_THDOCPROP_CANONICALNAME","features":[42]},{"name":"SZ_THDOCPROP_DISPLAYNAME","features":[42]},{"name":"SZ_THDOCPROP_TOOLTIP","features":[42]},{"name":"SetScrollInfo","features":[3,42,52]},{"name":"SetScrollPos","features":[3,42,52]},{"name":"SetScrollRange","features":[3,42,52]},{"name":"SetThemeAppProperties","features":[42]},{"name":"SetWindowFeedbackSetting","features":[3,42]},{"name":"SetWindowTheme","features":[3,42]},{"name":"SetWindowThemeAttribute","features":[3,42]},{"name":"ShowHideMenuCtl","features":[3,42]},{"name":"ShowScrollBar","features":[3,42,52]},{"name":"Str_SetPtrW","features":[3,42]},{"name":"TABITEMBOTHEDGESTATES","features":[42]},{"name":"TABITEMLEFTEDGESTATES","features":[42]},{"name":"TABITEMRIGHTEDGESTATES","features":[42]},{"name":"TABITEMSTATES","features":[42]},{"name":"TABPARTS","features":[42]},{"name":"TABP_AEROWIZARDBODY","features":[42]},{"name":"TABP_BODY","features":[42]},{"name":"TABP_PANE","features":[42]},{"name":"TABP_TABITEM","features":[42]},{"name":"TABP_TABITEMBOTHEDGE","features":[42]},{"name":"TABP_TABITEMLEFTEDGE","features":[42]},{"name":"TABP_TABITEMRIGHTEDGE","features":[42]},{"name":"TABP_TOPTABITEM","features":[42]},{"name":"TABP_TOPTABITEMBOTHEDGE","features":[42]},{"name":"TABP_TOPTABITEMLEFTEDGE","features":[42]},{"name":"TABP_TOPTABITEMRIGHTEDGE","features":[42]},{"name":"TABSTATES","features":[42]},{"name":"TAB_CONTROL_ITEM_STATE","features":[42]},{"name":"TAPF_ALLOWCOLLECTION","features":[42]},{"name":"TAPF_HASBACKGROUND","features":[42]},{"name":"TAPF_HASPERSPECTIVE","features":[42]},{"name":"TAPF_HASSTAGGER","features":[42]},{"name":"TAPF_ISRTLAWARE","features":[42]},{"name":"TAPF_NONE","features":[42]},{"name":"TAP_FLAGS","features":[42]},{"name":"TAP_STAGGERDELAY","features":[42]},{"name":"TAP_STAGGERDELAYCAP","features":[42]},{"name":"TAP_STAGGERDELAYFACTOR","features":[42]},{"name":"TAP_TRANSFORMCOUNT","features":[42]},{"name":"TAP_ZORDER","features":[42]},{"name":"TASKBANDPARTS","features":[42]},{"name":"TASKBARPARTS","features":[42]},{"name":"TASKDIALOGCONFIG","features":[3,42,52]},{"name":"TASKDIALOGPARTS","features":[42]},{"name":"TASKDIALOG_BUTTON","features":[42]},{"name":"TASKDIALOG_COMMON_BUTTON_FLAGS","features":[42]},{"name":"TASKDIALOG_ELEMENTS","features":[42]},{"name":"TASKDIALOG_FLAGS","features":[42]},{"name":"TASKDIALOG_ICON_ELEMENTS","features":[42]},{"name":"TASKDIALOG_MESSAGES","features":[42]},{"name":"TASKDIALOG_NOTIFICATIONS","features":[42]},{"name":"TASKLINKSTATES","features":[42]},{"name":"TATF_HASINITIALVALUES","features":[42]},{"name":"TATF_HASORIGINVALUES","features":[42]},{"name":"TATF_NONE","features":[42]},{"name":"TATF_TARGETVALUES_USER","features":[42]},{"name":"TATT_CLIP","features":[42]},{"name":"TATT_OPACITY","features":[42]},{"name":"TATT_SCALE_2D","features":[42]},{"name":"TATT_TRANSLATE_2D","features":[42]},{"name":"TA_CUBIC_BEZIER","features":[42]},{"name":"TA_PROPERTY","features":[42]},{"name":"TA_PROPERTY_FLAG","features":[42]},{"name":"TA_TIMINGFUNCTION","features":[42]},{"name":"TA_TIMINGFUNCTION_TYPE","features":[42]},{"name":"TA_TRANSFORM","features":[42]},{"name":"TA_TRANSFORM_2D","features":[42]},{"name":"TA_TRANSFORM_CLIP","features":[42]},{"name":"TA_TRANSFORM_FLAG","features":[42]},{"name":"TA_TRANSFORM_OPACITY","features":[42]},{"name":"TA_TRANSFORM_TYPE","features":[42]},{"name":"TBADDBITMAP","features":[3,42]},{"name":"TBBF_LARGE","features":[42]},{"name":"TBBUTTON","features":[42]},{"name":"TBBUTTON","features":[42]},{"name":"TBBUTTONINFOA","features":[42]},{"name":"TBBUTTONINFOW","features":[42]},{"name":"TBBUTTONINFOW_MASK","features":[42]},{"name":"TBCDRF_BLENDICON","features":[42]},{"name":"TBCDRF_HILITEHOTTRACK","features":[42]},{"name":"TBCDRF_NOBACKGROUND","features":[42]},{"name":"TBCDRF_NOEDGES","features":[42]},{"name":"TBCDRF_NOETCHEDEFFECT","features":[42]},{"name":"TBCDRF_NOMARK","features":[42]},{"name":"TBCDRF_NOOFFSET","features":[42]},{"name":"TBCDRF_USECDCOLORS","features":[42]},{"name":"TBCD_CHANNEL","features":[42]},{"name":"TBCD_THUMB","features":[42]},{"name":"TBCD_TICS","features":[42]},{"name":"TBDDRET_DEFAULT","features":[42]},{"name":"TBDDRET_NODEFAULT","features":[42]},{"name":"TBDDRET_TREATPRESSED","features":[42]},{"name":"TBIF_BYINDEX","features":[42]},{"name":"TBIF_COMMAND","features":[42]},{"name":"TBIF_IMAGE","features":[42]},{"name":"TBIF_LPARAM","features":[42]},{"name":"TBIF_SIZE","features":[42]},{"name":"TBIF_STATE","features":[42]},{"name":"TBIF_STYLE","features":[42]},{"name":"TBIF_TEXT","features":[42]},{"name":"TBIMHT_AFTER","features":[42]},{"name":"TBIMHT_BACKGROUND","features":[42]},{"name":"TBIMHT_NONE","features":[42]},{"name":"TBINSERTMARK","features":[42]},{"name":"TBINSERTMARK_FLAGS","features":[42]},{"name":"TBMETRICS","features":[42]},{"name":"TBMF_BARPAD","features":[42]},{"name":"TBMF_BUTTONSPACING","features":[42]},{"name":"TBMF_PAD","features":[42]},{"name":"TBM_CLEARSEL","features":[42]},{"name":"TBM_CLEARTICS","features":[42]},{"name":"TBM_GETBUDDY","features":[42]},{"name":"TBM_GETCHANNELRECT","features":[42]},{"name":"TBM_GETLINESIZE","features":[42]},{"name":"TBM_GETNUMTICS","features":[42]},{"name":"TBM_GETPAGESIZE","features":[42]},{"name":"TBM_GETPTICS","features":[42]},{"name":"TBM_GETRANGEMAX","features":[42]},{"name":"TBM_GETRANGEMIN","features":[42]},{"name":"TBM_GETSELEND","features":[42]},{"name":"TBM_GETSELSTART","features":[42]},{"name":"TBM_GETTHUMBLENGTH","features":[42]},{"name":"TBM_GETTHUMBRECT","features":[42]},{"name":"TBM_GETTIC","features":[42]},{"name":"TBM_GETTICPOS","features":[42]},{"name":"TBM_GETTOOLTIPS","features":[42]},{"name":"TBM_GETUNICODEFORMAT","features":[42]},{"name":"TBM_SETBUDDY","features":[42]},{"name":"TBM_SETLINESIZE","features":[42]},{"name":"TBM_SETPAGESIZE","features":[42]},{"name":"TBM_SETPOS","features":[42]},{"name":"TBM_SETPOSNOTIFY","features":[42]},{"name":"TBM_SETRANGE","features":[42]},{"name":"TBM_SETRANGEMAX","features":[42]},{"name":"TBM_SETRANGEMIN","features":[42]},{"name":"TBM_SETSEL","features":[42]},{"name":"TBM_SETSELEND","features":[42]},{"name":"TBM_SETSELSTART","features":[42]},{"name":"TBM_SETTHUMBLENGTH","features":[42]},{"name":"TBM_SETTIC","features":[42]},{"name":"TBM_SETTICFREQ","features":[42]},{"name":"TBM_SETTIPSIDE","features":[42]},{"name":"TBM_SETTOOLTIPS","features":[42]},{"name":"TBM_SETUNICODEFORMAT","features":[42]},{"name":"TBNF_DI_SETITEM","features":[42]},{"name":"TBNF_IMAGE","features":[42]},{"name":"TBNF_TEXT","features":[42]},{"name":"TBNRF_ENDCUSTOMIZE","features":[42]},{"name":"TBNRF_HIDEHELP","features":[42]},{"name":"TBN_BEGINADJUST","features":[42]},{"name":"TBN_BEGINDRAG","features":[42]},{"name":"TBN_CUSTHELP","features":[42]},{"name":"TBN_DELETINGBUTTON","features":[42]},{"name":"TBN_DRAGOUT","features":[42]},{"name":"TBN_DRAGOVER","features":[42]},{"name":"TBN_DROPDOWN","features":[42]},{"name":"TBN_DUPACCELERATOR","features":[42]},{"name":"TBN_ENDADJUST","features":[42]},{"name":"TBN_ENDDRAG","features":[42]},{"name":"TBN_FIRST","features":[42]},{"name":"TBN_GETBUTTONINFO","features":[42]},{"name":"TBN_GETBUTTONINFOA","features":[42]},{"name":"TBN_GETBUTTONINFOW","features":[42]},{"name":"TBN_GETDISPINFO","features":[42]},{"name":"TBN_GETDISPINFOA","features":[42]},{"name":"TBN_GETDISPINFOW","features":[42]},{"name":"TBN_GETINFOTIP","features":[42]},{"name":"TBN_GETINFOTIPA","features":[42]},{"name":"TBN_GETINFOTIPW","features":[42]},{"name":"TBN_GETOBJECT","features":[42]},{"name":"TBN_HOTITEMCHANGE","features":[42]},{"name":"TBN_INITCUSTOMIZE","features":[42]},{"name":"TBN_LAST","features":[42]},{"name":"TBN_MAPACCELERATOR","features":[42]},{"name":"TBN_QUERYDELETE","features":[42]},{"name":"TBN_QUERYINSERT","features":[42]},{"name":"TBN_RESET","features":[42]},{"name":"TBN_RESTORE","features":[42]},{"name":"TBN_SAVE","features":[42]},{"name":"TBN_TOOLBARCHANGE","features":[42]},{"name":"TBN_WRAPACCELERATOR","features":[42]},{"name":"TBN_WRAPHOTITEM","features":[42]},{"name":"TBP_BACKGROUNDBOTTOM","features":[42]},{"name":"TBP_BACKGROUNDLEFT","features":[42]},{"name":"TBP_BACKGROUNDRIGHT","features":[42]},{"name":"TBP_BACKGROUNDTOP","features":[42]},{"name":"TBP_SIZINGBARBOTTOM","features":[42]},{"name":"TBP_SIZINGBARLEFT","features":[42]},{"name":"TBP_SIZINGBARRIGHT","features":[42]},{"name":"TBP_SIZINGBARTOP","features":[42]},{"name":"TBREPLACEBITMAP","features":[3,42]},{"name":"TBSAVEPARAMSA","features":[51,42]},{"name":"TBSAVEPARAMSW","features":[51,42]},{"name":"TBSTATE_CHECKED","features":[42]},{"name":"TBSTATE_ELLIPSES","features":[42]},{"name":"TBSTATE_ENABLED","features":[42]},{"name":"TBSTATE_HIDDEN","features":[42]},{"name":"TBSTATE_INDETERMINATE","features":[42]},{"name":"TBSTATE_MARKED","features":[42]},{"name":"TBSTATE_PRESSED","features":[42]},{"name":"TBSTATE_WRAP","features":[42]},{"name":"TBSTYLE_ALTDRAG","features":[42]},{"name":"TBSTYLE_AUTOSIZE","features":[42]},{"name":"TBSTYLE_BUTTON","features":[42]},{"name":"TBSTYLE_CHECK","features":[42]},{"name":"TBSTYLE_CUSTOMERASE","features":[42]},{"name":"TBSTYLE_DROPDOWN","features":[42]},{"name":"TBSTYLE_EX_DOUBLEBUFFER","features":[42]},{"name":"TBSTYLE_EX_DRAWDDARROWS","features":[42]},{"name":"TBSTYLE_EX_HIDECLIPPEDBUTTONS","features":[42]},{"name":"TBSTYLE_EX_MIXEDBUTTONS","features":[42]},{"name":"TBSTYLE_EX_MULTICOLUMN","features":[42]},{"name":"TBSTYLE_EX_VERTICAL","features":[42]},{"name":"TBSTYLE_FLAT","features":[42]},{"name":"TBSTYLE_GROUP","features":[42]},{"name":"TBSTYLE_LIST","features":[42]},{"name":"TBSTYLE_NOPREFIX","features":[42]},{"name":"TBSTYLE_REGISTERDROP","features":[42]},{"name":"TBSTYLE_SEP","features":[42]},{"name":"TBSTYLE_TOOLTIPS","features":[42]},{"name":"TBSTYLE_TRANSPARENT","features":[42]},{"name":"TBSTYLE_WRAPABLE","features":[42]},{"name":"TBS_AUTOTICKS","features":[42]},{"name":"TBS_BOTH","features":[42]},{"name":"TBS_BOTTOM","features":[42]},{"name":"TBS_DOWNISLEFT","features":[42]},{"name":"TBS_ENABLESELRANGE","features":[42]},{"name":"TBS_FIXEDLENGTH","features":[42]},{"name":"TBS_HORZ","features":[42]},{"name":"TBS_LEFT","features":[42]},{"name":"TBS_NOTHUMB","features":[42]},{"name":"TBS_NOTICKS","features":[42]},{"name":"TBS_NOTIFYBEFOREMOVE","features":[42]},{"name":"TBS_REVERSED","features":[42]},{"name":"TBS_RIGHT","features":[42]},{"name":"TBS_TOOLTIPS","features":[42]},{"name":"TBS_TOP","features":[42]},{"name":"TBS_TRANSPARENTBKGND","features":[42]},{"name":"TBS_VERT","features":[42]},{"name":"TBTS_BOTTOM","features":[42]},{"name":"TBTS_LEFT","features":[42]},{"name":"TBTS_RIGHT","features":[42]},{"name":"TBTS_TOP","features":[42]},{"name":"TB_ADDBITMAP","features":[42]},{"name":"TB_ADDBUTTONS","features":[42]},{"name":"TB_ADDBUTTONSA","features":[42]},{"name":"TB_ADDBUTTONSW","features":[42]},{"name":"TB_ADDSTRING","features":[42]},{"name":"TB_ADDSTRINGA","features":[42]},{"name":"TB_ADDSTRINGW","features":[42]},{"name":"TB_AUTOSIZE","features":[42]},{"name":"TB_BOTTOM","features":[42]},{"name":"TB_BUTTONCOUNT","features":[42]},{"name":"TB_BUTTONSTRUCTSIZE","features":[42]},{"name":"TB_CHANGEBITMAP","features":[42]},{"name":"TB_CHECKBUTTON","features":[42]},{"name":"TB_COMMANDTOINDEX","features":[42]},{"name":"TB_CUSTOMIZE","features":[42]},{"name":"TB_DELETEBUTTON","features":[42]},{"name":"TB_ENABLEBUTTON","features":[42]},{"name":"TB_ENDTRACK","features":[42]},{"name":"TB_GETANCHORHIGHLIGHT","features":[42]},{"name":"TB_GETBITMAP","features":[42]},{"name":"TB_GETBITMAPFLAGS","features":[42]},{"name":"TB_GETBUTTON","features":[42]},{"name":"TB_GETBUTTONINFO","features":[42]},{"name":"TB_GETBUTTONINFOA","features":[42]},{"name":"TB_GETBUTTONINFOW","features":[42]},{"name":"TB_GETBUTTONSIZE","features":[42]},{"name":"TB_GETBUTTONTEXT","features":[42]},{"name":"TB_GETBUTTONTEXTA","features":[42]},{"name":"TB_GETBUTTONTEXTW","features":[42]},{"name":"TB_GETCOLORSCHEME","features":[42]},{"name":"TB_GETDISABLEDIMAGELIST","features":[42]},{"name":"TB_GETEXTENDEDSTYLE","features":[42]},{"name":"TB_GETHOTIMAGELIST","features":[42]},{"name":"TB_GETHOTITEM","features":[42]},{"name":"TB_GETIDEALSIZE","features":[42]},{"name":"TB_GETIMAGELIST","features":[42]},{"name":"TB_GETIMAGELISTCOUNT","features":[42]},{"name":"TB_GETINSERTMARK","features":[42]},{"name":"TB_GETINSERTMARKCOLOR","features":[42]},{"name":"TB_GETITEMDROPDOWNRECT","features":[42]},{"name":"TB_GETITEMRECT","features":[42]},{"name":"TB_GETMAXSIZE","features":[42]},{"name":"TB_GETMETRICS","features":[42]},{"name":"TB_GETOBJECT","features":[42]},{"name":"TB_GETPADDING","features":[42]},{"name":"TB_GETPRESSEDIMAGELIST","features":[42]},{"name":"TB_GETRECT","features":[42]},{"name":"TB_GETROWS","features":[42]},{"name":"TB_GETSTATE","features":[42]},{"name":"TB_GETSTRING","features":[42]},{"name":"TB_GETSTRINGA","features":[42]},{"name":"TB_GETSTRINGW","features":[42]},{"name":"TB_GETSTYLE","features":[42]},{"name":"TB_GETTEXTROWS","features":[42]},{"name":"TB_GETTOOLTIPS","features":[42]},{"name":"TB_GETUNICODEFORMAT","features":[42]},{"name":"TB_HASACCELERATOR","features":[42]},{"name":"TB_HIDEBUTTON","features":[42]},{"name":"TB_HITTEST","features":[42]},{"name":"TB_INDETERMINATE","features":[42]},{"name":"TB_INSERTBUTTON","features":[42]},{"name":"TB_INSERTBUTTONA","features":[42]},{"name":"TB_INSERTBUTTONW","features":[42]},{"name":"TB_INSERTMARKHITTEST","features":[42]},{"name":"TB_ISBUTTONCHECKED","features":[42]},{"name":"TB_ISBUTTONENABLED","features":[42]},{"name":"TB_ISBUTTONHIDDEN","features":[42]},{"name":"TB_ISBUTTONHIGHLIGHTED","features":[42]},{"name":"TB_ISBUTTONINDETERMINATE","features":[42]},{"name":"TB_ISBUTTONPRESSED","features":[42]},{"name":"TB_LINEDOWN","features":[42]},{"name":"TB_LINEUP","features":[42]},{"name":"TB_LOADIMAGES","features":[42]},{"name":"TB_MAPACCELERATOR","features":[42]},{"name":"TB_MAPACCELERATORA","features":[42]},{"name":"TB_MAPACCELERATORW","features":[42]},{"name":"TB_MARKBUTTON","features":[42]},{"name":"TB_MOVEBUTTON","features":[42]},{"name":"TB_PAGEDOWN","features":[42]},{"name":"TB_PAGEUP","features":[42]},{"name":"TB_PRESSBUTTON","features":[42]},{"name":"TB_REPLACEBITMAP","features":[42]},{"name":"TB_SAVERESTORE","features":[42]},{"name":"TB_SAVERESTOREA","features":[42]},{"name":"TB_SAVERESTOREW","features":[42]},{"name":"TB_SETANCHORHIGHLIGHT","features":[42]},{"name":"TB_SETBITMAPSIZE","features":[42]},{"name":"TB_SETBOUNDINGSIZE","features":[42]},{"name":"TB_SETBUTTONINFO","features":[42]},{"name":"TB_SETBUTTONINFOA","features":[42]},{"name":"TB_SETBUTTONINFOW","features":[42]},{"name":"TB_SETBUTTONSIZE","features":[42]},{"name":"TB_SETBUTTONWIDTH","features":[42]},{"name":"TB_SETCMDID","features":[42]},{"name":"TB_SETCOLORSCHEME","features":[42]},{"name":"TB_SETDISABLEDIMAGELIST","features":[42]},{"name":"TB_SETDRAWTEXTFLAGS","features":[42]},{"name":"TB_SETEXTENDEDSTYLE","features":[42]},{"name":"TB_SETHOTIMAGELIST","features":[42]},{"name":"TB_SETHOTITEM","features":[42]},{"name":"TB_SETHOTITEM2","features":[42]},{"name":"TB_SETIMAGELIST","features":[42]},{"name":"TB_SETINDENT","features":[42]},{"name":"TB_SETINSERTMARK","features":[42]},{"name":"TB_SETINSERTMARKCOLOR","features":[42]},{"name":"TB_SETLISTGAP","features":[42]},{"name":"TB_SETMAXTEXTROWS","features":[42]},{"name":"TB_SETMETRICS","features":[42]},{"name":"TB_SETPADDING","features":[42]},{"name":"TB_SETPARENT","features":[42]},{"name":"TB_SETPRESSEDIMAGELIST","features":[42]},{"name":"TB_SETROWS","features":[42]},{"name":"TB_SETSTATE","features":[42]},{"name":"TB_SETSTYLE","features":[42]},{"name":"TB_SETTOOLTIPS","features":[42]},{"name":"TB_SETUNICODEFORMAT","features":[42]},{"name":"TB_SETWINDOWTHEME","features":[42]},{"name":"TB_THUMBPOSITION","features":[42]},{"name":"TB_THUMBTRACK","features":[42]},{"name":"TB_TOP","features":[42]},{"name":"TCHITTESTINFO","features":[3,42]},{"name":"TCHITTESTINFO_FLAGS","features":[42]},{"name":"TCHT_NOWHERE","features":[42]},{"name":"TCHT_ONITEM","features":[42]},{"name":"TCHT_ONITEMICON","features":[42]},{"name":"TCHT_ONITEMLABEL","features":[42]},{"name":"TCIF_IMAGE","features":[42]},{"name":"TCIF_PARAM","features":[42]},{"name":"TCIF_RTLREADING","features":[42]},{"name":"TCIF_STATE","features":[42]},{"name":"TCIF_TEXT","features":[42]},{"name":"TCIS_BUTTONPRESSED","features":[42]},{"name":"TCIS_HIGHLIGHTED","features":[42]},{"name":"TCITEMA","features":[3,42]},{"name":"TCITEMHEADERA","features":[42]},{"name":"TCITEMHEADERA_MASK","features":[42]},{"name":"TCITEMHEADERW","features":[42]},{"name":"TCITEMW","features":[3,42]},{"name":"TCM_ADJUSTRECT","features":[42]},{"name":"TCM_DELETEALLITEMS","features":[42]},{"name":"TCM_DELETEITEM","features":[42]},{"name":"TCM_DESELECTALL","features":[42]},{"name":"TCM_FIRST","features":[42]},{"name":"TCM_GETCURFOCUS","features":[42]},{"name":"TCM_GETCURSEL","features":[42]},{"name":"TCM_GETEXTENDEDSTYLE","features":[42]},{"name":"TCM_GETIMAGELIST","features":[42]},{"name":"TCM_GETITEM","features":[42]},{"name":"TCM_GETITEMA","features":[42]},{"name":"TCM_GETITEMCOUNT","features":[42]},{"name":"TCM_GETITEMRECT","features":[42]},{"name":"TCM_GETITEMW","features":[42]},{"name":"TCM_GETROWCOUNT","features":[42]},{"name":"TCM_GETTOOLTIPS","features":[42]},{"name":"TCM_GETUNICODEFORMAT","features":[42]},{"name":"TCM_HIGHLIGHTITEM","features":[42]},{"name":"TCM_HITTEST","features":[42]},{"name":"TCM_INSERTITEM","features":[42]},{"name":"TCM_INSERTITEMA","features":[42]},{"name":"TCM_INSERTITEMW","features":[42]},{"name":"TCM_REMOVEIMAGE","features":[42]},{"name":"TCM_SETCURFOCUS","features":[42]},{"name":"TCM_SETCURSEL","features":[42]},{"name":"TCM_SETEXTENDEDSTYLE","features":[42]},{"name":"TCM_SETIMAGELIST","features":[42]},{"name":"TCM_SETITEM","features":[42]},{"name":"TCM_SETITEMA","features":[42]},{"name":"TCM_SETITEMEXTRA","features":[42]},{"name":"TCM_SETITEMSIZE","features":[42]},{"name":"TCM_SETITEMW","features":[42]},{"name":"TCM_SETMINTABWIDTH","features":[42]},{"name":"TCM_SETPADDING","features":[42]},{"name":"TCM_SETTOOLTIPS","features":[42]},{"name":"TCM_SETUNICODEFORMAT","features":[42]},{"name":"TCN_FIRST","features":[42]},{"name":"TCN_FOCUSCHANGE","features":[42]},{"name":"TCN_GETOBJECT","features":[42]},{"name":"TCN_KEYDOWN","features":[42]},{"name":"TCN_LAST","features":[42]},{"name":"TCN_SELCHANGE","features":[42]},{"name":"TCN_SELCHANGING","features":[42]},{"name":"TCS_BOTTOM","features":[42]},{"name":"TCS_BUTTONS","features":[42]},{"name":"TCS_EX_FLATSEPARATORS","features":[42]},{"name":"TCS_EX_REGISTERDROP","features":[42]},{"name":"TCS_FIXEDWIDTH","features":[42]},{"name":"TCS_FLATBUTTONS","features":[42]},{"name":"TCS_FOCUSNEVER","features":[42]},{"name":"TCS_FOCUSONBUTTONDOWN","features":[42]},{"name":"TCS_FORCEICONLEFT","features":[42]},{"name":"TCS_FORCELABELLEFT","features":[42]},{"name":"TCS_HOTTRACK","features":[42]},{"name":"TCS_MULTILINE","features":[42]},{"name":"TCS_MULTISELECT","features":[42]},{"name":"TCS_OWNERDRAWFIXED","features":[42]},{"name":"TCS_RAGGEDRIGHT","features":[42]},{"name":"TCS_RIGHT","features":[42]},{"name":"TCS_RIGHTJUSTIFY","features":[42]},{"name":"TCS_SCROLLOPPOSITE","features":[42]},{"name":"TCS_SINGLELINE","features":[42]},{"name":"TCS_TABS","features":[42]},{"name":"TCS_TOOLTIPS","features":[42]},{"name":"TCS_VERTICAL","features":[42]},{"name":"TDCBF_ABORT_BUTTON","features":[42]},{"name":"TDCBF_CANCEL_BUTTON","features":[42]},{"name":"TDCBF_CLOSE_BUTTON","features":[42]},{"name":"TDCBF_CONTINUE_BUTTON","features":[42]},{"name":"TDCBF_HELP_BUTTON","features":[42]},{"name":"TDCBF_IGNORE_BUTTON","features":[42]},{"name":"TDCBF_NO_BUTTON","features":[42]},{"name":"TDCBF_OK_BUTTON","features":[42]},{"name":"TDCBF_RETRY_BUTTON","features":[42]},{"name":"TDCBF_TRYAGAIN_BUTTON","features":[42]},{"name":"TDCBF_YES_BUTTON","features":[42]},{"name":"TDE_CONTENT","features":[42]},{"name":"TDE_EXPANDED_INFORMATION","features":[42]},{"name":"TDE_FOOTER","features":[42]},{"name":"TDE_MAIN_INSTRUCTION","features":[42]},{"name":"TDF_ALLOW_DIALOG_CANCELLATION","features":[42]},{"name":"TDF_CALLBACK_TIMER","features":[42]},{"name":"TDF_CAN_BE_MINIMIZED","features":[42]},{"name":"TDF_ENABLE_HYPERLINKS","features":[42]},{"name":"TDF_EXPANDED_BY_DEFAULT","features":[42]},{"name":"TDF_EXPAND_FOOTER_AREA","features":[42]},{"name":"TDF_NO_DEFAULT_RADIO_BUTTON","features":[42]},{"name":"TDF_NO_SET_FOREGROUND","features":[42]},{"name":"TDF_POSITION_RELATIVE_TO_WINDOW","features":[42]},{"name":"TDF_RTL_LAYOUT","features":[42]},{"name":"TDF_SHOW_MARQUEE_PROGRESS_BAR","features":[42]},{"name":"TDF_SHOW_PROGRESS_BAR","features":[42]},{"name":"TDF_SIZE_TO_CONTENT","features":[42]},{"name":"TDF_USE_COMMAND_LINKS","features":[42]},{"name":"TDF_USE_COMMAND_LINKS_NO_ICON","features":[42]},{"name":"TDF_USE_HICON_FOOTER","features":[42]},{"name":"TDF_USE_HICON_MAIN","features":[42]},{"name":"TDF_VERIFICATION_FLAG_CHECKED","features":[42]},{"name":"TDIE_ICON_FOOTER","features":[42]},{"name":"TDIE_ICON_MAIN","features":[42]},{"name":"TDLGCPS_STANDALONE","features":[42]},{"name":"TDLGEBS_EXPANDEDDISABLED","features":[42]},{"name":"TDLGEBS_EXPANDEDHOVER","features":[42]},{"name":"TDLGEBS_EXPANDEDNORMAL","features":[42]},{"name":"TDLGEBS_EXPANDEDPRESSED","features":[42]},{"name":"TDLGEBS_HOVER","features":[42]},{"name":"TDLGEBS_NORMAL","features":[42]},{"name":"TDLGEBS_NORMALDISABLED","features":[42]},{"name":"TDLGEBS_PRESSED","features":[42]},{"name":"TDLG_BUTTONSECTION","features":[42]},{"name":"TDLG_BUTTONWRAPPER","features":[42]},{"name":"TDLG_COMMANDLINKPANE","features":[42]},{"name":"TDLG_CONTENTICON","features":[42]},{"name":"TDLG_CONTENTPANE","features":[42]},{"name":"TDLG_CONTROLPANE","features":[42]},{"name":"TDLG_EXPANDEDCONTENT","features":[42]},{"name":"TDLG_EXPANDEDFOOTERAREA","features":[42]},{"name":"TDLG_EXPANDOBUTTON","features":[42]},{"name":"TDLG_EXPANDOTEXT","features":[42]},{"name":"TDLG_FOOTNOTEAREA","features":[42]},{"name":"TDLG_FOOTNOTEPANE","features":[42]},{"name":"TDLG_FOOTNOTESEPARATOR","features":[42]},{"name":"TDLG_IMAGEALIGNMENT","features":[42]},{"name":"TDLG_MAINICON","features":[42]},{"name":"TDLG_MAININSTRUCTIONPANE","features":[42]},{"name":"TDLG_PRIMARYPANEL","features":[42]},{"name":"TDLG_PROGRESSBAR","features":[42]},{"name":"TDLG_RADIOBUTTONPANE","features":[42]},{"name":"TDLG_SECONDARYPANEL","features":[42]},{"name":"TDLG_VERIFICATIONTEXT","features":[42]},{"name":"TDM_CLICK_BUTTON","features":[42]},{"name":"TDM_CLICK_RADIO_BUTTON","features":[42]},{"name":"TDM_CLICK_VERIFICATION","features":[42]},{"name":"TDM_ENABLE_BUTTON","features":[42]},{"name":"TDM_ENABLE_RADIO_BUTTON","features":[42]},{"name":"TDM_NAVIGATE_PAGE","features":[42]},{"name":"TDM_SET_BUTTON_ELEVATION_REQUIRED_STATE","features":[42]},{"name":"TDM_SET_ELEMENT_TEXT","features":[42]},{"name":"TDM_SET_MARQUEE_PROGRESS_BAR","features":[42]},{"name":"TDM_SET_PROGRESS_BAR_MARQUEE","features":[42]},{"name":"TDM_SET_PROGRESS_BAR_POS","features":[42]},{"name":"TDM_SET_PROGRESS_BAR_RANGE","features":[42]},{"name":"TDM_SET_PROGRESS_BAR_STATE","features":[42]},{"name":"TDM_UPDATE_ELEMENT_TEXT","features":[42]},{"name":"TDM_UPDATE_ICON","features":[42]},{"name":"TDN_BUTTON_CLICKED","features":[42]},{"name":"TDN_CREATED","features":[42]},{"name":"TDN_DESTROYED","features":[42]},{"name":"TDN_DIALOG_CONSTRUCTED","features":[42]},{"name":"TDN_EXPANDO_BUTTON_CLICKED","features":[42]},{"name":"TDN_HELP","features":[42]},{"name":"TDN_HYPERLINK_CLICKED","features":[42]},{"name":"TDN_NAVIGATED","features":[42]},{"name":"TDN_RADIO_BUTTON_CLICKED","features":[42]},{"name":"TDN_TIMER","features":[42]},{"name":"TDN_VERIFICATION_CLICKED","features":[42]},{"name":"TDP_FLASHBUTTON","features":[42]},{"name":"TDP_FLASHBUTTONGROUPMENU","features":[42]},{"name":"TDP_GROUPCOUNT","features":[42]},{"name":"TD_ERROR_ICON","features":[42]},{"name":"TD_INFORMATION_ICON","features":[42]},{"name":"TD_SHIELD_ICON","features":[42]},{"name":"TD_WARNING_ICON","features":[42]},{"name":"TEXTSELECTIONGRIPPERPARTS","features":[42]},{"name":"TEXTSHADOWTYPE","features":[42]},{"name":"TEXTSTYLEPARTS","features":[42]},{"name":"TEXT_BODYTEXT","features":[42]},{"name":"TEXT_BODYTITLE","features":[42]},{"name":"TEXT_CONTROLLABEL","features":[42]},{"name":"TEXT_EXPANDED","features":[42]},{"name":"TEXT_HYPERLINKTEXT","features":[42]},{"name":"TEXT_INSTRUCTION","features":[42]},{"name":"TEXT_LABEL","features":[42]},{"name":"TEXT_MAININSTRUCTION","features":[42]},{"name":"TEXT_SECONDARYTEXT","features":[42]},{"name":"THEMESIZE","features":[42]},{"name":"THEME_PROPERTY_SYMBOL_ID","features":[42]},{"name":"THUMBBOTTOMSTATES","features":[42]},{"name":"THUMBLEFTSTATES","features":[42]},{"name":"THUMBRIGHTSTATES","features":[42]},{"name":"THUMBSTATES","features":[42]},{"name":"THUMBTOPSTATES","features":[42]},{"name":"THUMBVERTSTATES","features":[42]},{"name":"TIBES_DISABLED","features":[42]},{"name":"TIBES_FOCUSED","features":[42]},{"name":"TIBES_HOT","features":[42]},{"name":"TIBES_NORMAL","features":[42]},{"name":"TIBES_SELECTED","features":[42]},{"name":"TICSSTATES","features":[42]},{"name":"TICSVERTSTATES","features":[42]},{"name":"TILES_DISABLED","features":[42]},{"name":"TILES_FOCUSED","features":[42]},{"name":"TILES_HOT","features":[42]},{"name":"TILES_NORMAL","features":[42]},{"name":"TILES_SELECTED","features":[42]},{"name":"TIRES_DISABLED","features":[42]},{"name":"TIRES_FOCUSED","features":[42]},{"name":"TIRES_HOT","features":[42]},{"name":"TIRES_NORMAL","features":[42]},{"name":"TIRES_SELECTED","features":[42]},{"name":"TIS_DISABLED","features":[42]},{"name":"TIS_FOCUSED","features":[42]},{"name":"TIS_HOT","features":[42]},{"name":"TIS_NORMAL","features":[42]},{"name":"TIS_SELECTED","features":[42]},{"name":"TITLEBARSTATES","features":[42]},{"name":"TKP_THUMB","features":[42]},{"name":"TKP_THUMBBOTTOM","features":[42]},{"name":"TKP_THUMBLEFT","features":[42]},{"name":"TKP_THUMBRIGHT","features":[42]},{"name":"TKP_THUMBTOP","features":[42]},{"name":"TKP_THUMBVERT","features":[42]},{"name":"TKP_TICS","features":[42]},{"name":"TKP_TICSVERT","features":[42]},{"name":"TKP_TRACK","features":[42]},{"name":"TKP_TRACKVERT","features":[42]},{"name":"TKS_NORMAL","features":[42]},{"name":"TMTVS_RESERVEDHIGH","features":[42]},{"name":"TMTVS_RESERVEDLOW","features":[42]},{"name":"TMT_ACCENTCOLORHINT","features":[42]},{"name":"TMT_ACTIVEBORDER","features":[42]},{"name":"TMT_ACTIVECAPTION","features":[42]},{"name":"TMT_ALIAS","features":[42]},{"name":"TMT_ALPHALEVEL","features":[42]},{"name":"TMT_ALPHATHRESHOLD","features":[42]},{"name":"TMT_ALWAYSSHOWSIZINGBAR","features":[42]},{"name":"TMT_ANIMATIONBUTTONRECT","features":[42]},{"name":"TMT_ANIMATIONDELAY","features":[42]},{"name":"TMT_ANIMATIONDURATION","features":[42]},{"name":"TMT_APPWORKSPACE","features":[42]},{"name":"TMT_ATLASIMAGE","features":[42]},{"name":"TMT_ATLASINPUTIMAGE","features":[42]},{"name":"TMT_ATLASRECT","features":[42]},{"name":"TMT_AUTHOR","features":[42]},{"name":"TMT_AUTOSIZE","features":[42]},{"name":"TMT_BACKGROUND","features":[42]},{"name":"TMT_BGFILL","features":[42]},{"name":"TMT_BGTYPE","features":[42]},{"name":"TMT_BITMAPREF","features":[42]},{"name":"TMT_BLENDCOLOR","features":[42]},{"name":"TMT_BODYFONT","features":[42]},{"name":"TMT_BODYTEXTCOLOR","features":[42]},{"name":"TMT_BOOL","features":[42]},{"name":"TMT_BORDERCOLOR","features":[42]},{"name":"TMT_BORDERCOLORHINT","features":[42]},{"name":"TMT_BORDERONLY","features":[42]},{"name":"TMT_BORDERSIZE","features":[42]},{"name":"TMT_BORDERTYPE","features":[42]},{"name":"TMT_BTNFACE","features":[42]},{"name":"TMT_BTNHIGHLIGHT","features":[42]},{"name":"TMT_BTNSHADOW","features":[42]},{"name":"TMT_BTNTEXT","features":[42]},{"name":"TMT_BUTTONALTERNATEFACE","features":[42]},{"name":"TMT_CAPTIONBARHEIGHT","features":[42]},{"name":"TMT_CAPTIONBARWIDTH","features":[42]},{"name":"TMT_CAPTIONFONT","features":[42]},{"name":"TMT_CAPTIONMARGINS","features":[42]},{"name":"TMT_CAPTIONTEXT","features":[42]},{"name":"TMT_CHARSET","features":[42]},{"name":"TMT_CLASSICVALUE","features":[42]},{"name":"TMT_COLOR","features":[42]},{"name":"TMT_COLORIZATIONCOLOR","features":[42]},{"name":"TMT_COLORIZATIONOPACITY","features":[42]},{"name":"TMT_COLORSCHEMES","features":[42]},{"name":"TMT_COMPANY","features":[42]},{"name":"TMT_COMPOSITED","features":[42]},{"name":"TMT_COMPOSITEDOPAQUE","features":[42]},{"name":"TMT_CONTENTALIGNMENT","features":[42]},{"name":"TMT_CONTENTMARGINS","features":[42]},{"name":"TMT_COPYRIGHT","features":[42]},{"name":"TMT_CSSNAME","features":[42]},{"name":"TMT_CUSTOMSPLITRECT","features":[42]},{"name":"TMT_DEFAULTPANESIZE","features":[42]},{"name":"TMT_DESCRIPTION","features":[42]},{"name":"TMT_DIBDATA","features":[42]},{"name":"TMT_DISKSTREAM","features":[42]},{"name":"TMT_DISPLAYNAME","features":[42]},{"name":"TMT_DKSHADOW3D","features":[42]},{"name":"TMT_DRAWBORDERS","features":[42]},{"name":"TMT_EDGEDKSHADOWCOLOR","features":[42]},{"name":"TMT_EDGEFILLCOLOR","features":[42]},{"name":"TMT_EDGEHIGHLIGHTCOLOR","features":[42]},{"name":"TMT_EDGELIGHTCOLOR","features":[42]},{"name":"TMT_EDGESHADOWCOLOR","features":[42]},{"name":"TMT_ENUM","features":[42]},{"name":"TMT_FILENAME","features":[42]},{"name":"TMT_FILLCOLOR","features":[42]},{"name":"TMT_FILLCOLORHINT","features":[42]},{"name":"TMT_FILLTYPE","features":[42]},{"name":"TMT_FIRSTBOOL","features":[42]},{"name":"TMT_FIRSTCOLOR","features":[42]},{"name":"TMT_FIRSTFONT","features":[42]},{"name":"TMT_FIRSTINT","features":[42]},{"name":"TMT_FIRSTSIZE","features":[42]},{"name":"TMT_FIRSTSTRING","features":[42]},{"name":"TMT_FIRST_RCSTRING_NAME","features":[42]},{"name":"TMT_FLATMENUS","features":[42]},{"name":"TMT_FLOAT","features":[42]},{"name":"TMT_FLOATLIST","features":[42]},{"name":"TMT_FONT","features":[42]},{"name":"TMT_FRAMESPERSECOND","features":[42]},{"name":"TMT_FROMCOLOR1","features":[42]},{"name":"TMT_FROMCOLOR2","features":[42]},{"name":"TMT_FROMCOLOR3","features":[42]},{"name":"TMT_FROMCOLOR4","features":[42]},{"name":"TMT_FROMCOLOR5","features":[42]},{"name":"TMT_FROMHUE1","features":[42]},{"name":"TMT_FROMHUE2","features":[42]},{"name":"TMT_FROMHUE3","features":[42]},{"name":"TMT_FROMHUE4","features":[42]},{"name":"TMT_FROMHUE5","features":[42]},{"name":"TMT_GLOWCOLOR","features":[42]},{"name":"TMT_GLOWINTENSITY","features":[42]},{"name":"TMT_GLYPHDIBDATA","features":[42]},{"name":"TMT_GLYPHFONT","features":[42]},{"name":"TMT_GLYPHFONTSIZINGTYPE","features":[42]},{"name":"TMT_GLYPHIMAGEFILE","features":[42]},{"name":"TMT_GLYPHINDEX","features":[42]},{"name":"TMT_GLYPHONLY","features":[42]},{"name":"TMT_GLYPHTEXTCOLOR","features":[42]},{"name":"TMT_GLYPHTRANSPARENT","features":[42]},{"name":"TMT_GLYPHTRANSPARENTCOLOR","features":[42]},{"name":"TMT_GLYPHTYPE","features":[42]},{"name":"TMT_GRADIENTACTIVECAPTION","features":[42]},{"name":"TMT_GRADIENTCOLOR1","features":[42]},{"name":"TMT_GRADIENTCOLOR2","features":[42]},{"name":"TMT_GRADIENTCOLOR3","features":[42]},{"name":"TMT_GRADIENTCOLOR4","features":[42]},{"name":"TMT_GRADIENTCOLOR5","features":[42]},{"name":"TMT_GRADIENTINACTIVECAPTION","features":[42]},{"name":"TMT_GRADIENTRATIO1","features":[42]},{"name":"TMT_GRADIENTRATIO2","features":[42]},{"name":"TMT_GRADIENTRATIO3","features":[42]},{"name":"TMT_GRADIENTRATIO4","features":[42]},{"name":"TMT_GRADIENTRATIO5","features":[42]},{"name":"TMT_GRAYTEXT","features":[42]},{"name":"TMT_HALIGN","features":[42]},{"name":"TMT_HBITMAP","features":[42]},{"name":"TMT_HEADING1FONT","features":[42]},{"name":"TMT_HEADING1TEXTCOLOR","features":[42]},{"name":"TMT_HEADING2FONT","features":[42]},{"name":"TMT_HEADING2TEXTCOLOR","features":[42]},{"name":"TMT_HEIGHT","features":[42]},{"name":"TMT_HIGHLIGHT","features":[42]},{"name":"TMT_HIGHLIGHTTEXT","features":[42]},{"name":"TMT_HOTTRACKING","features":[42]},{"name":"TMT_ICONEFFECT","features":[42]},{"name":"TMT_ICONTITLEFONT","features":[42]},{"name":"TMT_IMAGECOUNT","features":[42]},{"name":"TMT_IMAGEFILE","features":[42]},{"name":"TMT_IMAGEFILE1","features":[42]},{"name":"TMT_IMAGEFILE2","features":[42]},{"name":"TMT_IMAGEFILE3","features":[42]},{"name":"TMT_IMAGEFILE4","features":[42]},{"name":"TMT_IMAGEFILE5","features":[42]},{"name":"TMT_IMAGEFILE6","features":[42]},{"name":"TMT_IMAGEFILE7","features":[42]},{"name":"TMT_IMAGELAYOUT","features":[42]},{"name":"TMT_IMAGESELECTTYPE","features":[42]},{"name":"TMT_INACTIVEBORDER","features":[42]},{"name":"TMT_INACTIVECAPTION","features":[42]},{"name":"TMT_INACTIVECAPTIONTEXT","features":[42]},{"name":"TMT_INFOBK","features":[42]},{"name":"TMT_INFOTEXT","features":[42]},{"name":"TMT_INT","features":[42]},{"name":"TMT_INTEGRALSIZING","features":[42]},{"name":"TMT_INTLIST","features":[42]},{"name":"TMT_LASTBOOL","features":[42]},{"name":"TMT_LASTCOLOR","features":[42]},{"name":"TMT_LASTFONT","features":[42]},{"name":"TMT_LASTINT","features":[42]},{"name":"TMT_LASTSIZE","features":[42]},{"name":"TMT_LASTSTRING","features":[42]},{"name":"TMT_LASTUPDATED","features":[42]},{"name":"TMT_LAST_RCSTRING_NAME","features":[42]},{"name":"TMT_LIGHT3D","features":[42]},{"name":"TMT_LOCALIZEDMIRRORIMAGE","features":[42]},{"name":"TMT_MARGINS","features":[42]},{"name":"TMT_MENU","features":[42]},{"name":"TMT_MENUBAR","features":[42]},{"name":"TMT_MENUBARHEIGHT","features":[42]},{"name":"TMT_MENUBARWIDTH","features":[42]},{"name":"TMT_MENUFONT","features":[42]},{"name":"TMT_MENUHILIGHT","features":[42]},{"name":"TMT_MENUTEXT","features":[42]},{"name":"TMT_MINCOLORDEPTH","features":[42]},{"name":"TMT_MINDPI1","features":[42]},{"name":"TMT_MINDPI2","features":[42]},{"name":"TMT_MINDPI3","features":[42]},{"name":"TMT_MINDPI4","features":[42]},{"name":"TMT_MINDPI5","features":[42]},{"name":"TMT_MINDPI6","features":[42]},{"name":"TMT_MINDPI7","features":[42]},{"name":"TMT_MINSIZE","features":[42]},{"name":"TMT_MINSIZE1","features":[42]},{"name":"TMT_MINSIZE2","features":[42]},{"name":"TMT_MINSIZE3","features":[42]},{"name":"TMT_MINSIZE4","features":[42]},{"name":"TMT_MINSIZE5","features":[42]},{"name":"TMT_MINSIZE6","features":[42]},{"name":"TMT_MINSIZE7","features":[42]},{"name":"TMT_MIRRORIMAGE","features":[42]},{"name":"TMT_MSGBOXFONT","features":[42]},{"name":"TMT_NAME","features":[42]},{"name":"TMT_NOETCHEDEFFECT","features":[42]},{"name":"TMT_NORMALSIZE","features":[42]},{"name":"TMT_OFFSET","features":[42]},{"name":"TMT_OFFSETTYPE","features":[42]},{"name":"TMT_OPACITY","features":[42]},{"name":"TMT_PADDEDBORDERWIDTH","features":[42]},{"name":"TMT_PIXELSPERFRAME","features":[42]},{"name":"TMT_POSITION","features":[42]},{"name":"TMT_PROGRESSCHUNKSIZE","features":[42]},{"name":"TMT_PROGRESSSPACESIZE","features":[42]},{"name":"TMT_RECT","features":[42]},{"name":"TMT_RESERVEDHIGH","features":[42]},{"name":"TMT_RESERVEDLOW","features":[42]},{"name":"TMT_ROUNDCORNERHEIGHT","features":[42]},{"name":"TMT_ROUNDCORNERWIDTH","features":[42]},{"name":"TMT_SATURATION","features":[42]},{"name":"TMT_SCALEDBACKGROUND","features":[42]},{"name":"TMT_SCROLLBAR","features":[42]},{"name":"TMT_SCROLLBARHEIGHT","features":[42]},{"name":"TMT_SCROLLBARWIDTH","features":[42]},{"name":"TMT_SHADOWCOLOR","features":[42]},{"name":"TMT_SIZE","features":[42]},{"name":"TMT_SIZES","features":[42]},{"name":"TMT_SIZINGBORDERWIDTH","features":[42]},{"name":"TMT_SIZINGMARGINS","features":[42]},{"name":"TMT_SIZINGTYPE","features":[42]},{"name":"TMT_SMALLCAPTIONFONT","features":[42]},{"name":"TMT_SMCAPTIONBARHEIGHT","features":[42]},{"name":"TMT_SMCAPTIONBARWIDTH","features":[42]},{"name":"TMT_SOURCEGROW","features":[42]},{"name":"TMT_SOURCESHRINK","features":[42]},{"name":"TMT_STATUSFONT","features":[42]},{"name":"TMT_STREAM","features":[42]},{"name":"TMT_STRING","features":[42]},{"name":"TMT_TEXT","features":[42]},{"name":"TMT_TEXTAPPLYOVERLAY","features":[42]},{"name":"TMT_TEXTBORDERCOLOR","features":[42]},{"name":"TMT_TEXTBORDERSIZE","features":[42]},{"name":"TMT_TEXTCOLOR","features":[42]},{"name":"TMT_TEXTCOLORHINT","features":[42]},{"name":"TMT_TEXTGLOW","features":[42]},{"name":"TMT_TEXTGLOWSIZE","features":[42]},{"name":"TMT_TEXTITALIC","features":[42]},{"name":"TMT_TEXTSHADOWCOLOR","features":[42]},{"name":"TMT_TEXTSHADOWOFFSET","features":[42]},{"name":"TMT_TEXTSHADOWTYPE","features":[42]},{"name":"TMT_TOCOLOR1","features":[42]},{"name":"TMT_TOCOLOR2","features":[42]},{"name":"TMT_TOCOLOR3","features":[42]},{"name":"TMT_TOCOLOR4","features":[42]},{"name":"TMT_TOCOLOR5","features":[42]},{"name":"TMT_TOHUE1","features":[42]},{"name":"TMT_TOHUE2","features":[42]},{"name":"TMT_TOHUE3","features":[42]},{"name":"TMT_TOHUE4","features":[42]},{"name":"TMT_TOHUE5","features":[42]},{"name":"TMT_TOOLTIP","features":[42]},{"name":"TMT_TRANSITIONDURATIONS","features":[42]},{"name":"TMT_TRANSPARENT","features":[42]},{"name":"TMT_TRANSPARENTCOLOR","features":[42]},{"name":"TMT_TRUESIZESCALINGTYPE","features":[42]},{"name":"TMT_TRUESIZESTRETCHMARK","features":[42]},{"name":"TMT_UNIFORMSIZING","features":[42]},{"name":"TMT_URL","features":[42]},{"name":"TMT_USERPICTURE","features":[42]},{"name":"TMT_VALIGN","features":[42]},{"name":"TMT_VERSION","features":[42]},{"name":"TMT_WIDTH","features":[42]},{"name":"TMT_WINDOW","features":[42]},{"name":"TMT_WINDOWFRAME","features":[42]},{"name":"TMT_WINDOWTEXT","features":[42]},{"name":"TMT_XMLNAME","features":[42]},{"name":"TNP_ANIMBACKGROUND","features":[42]},{"name":"TNP_BACKGROUND","features":[42]},{"name":"TOOLBARCLASSNAME","features":[42]},{"name":"TOOLBARCLASSNAMEA","features":[42]},{"name":"TOOLBARCLASSNAMEW","features":[42]},{"name":"TOOLBARPARTS","features":[42]},{"name":"TOOLBARSTYLESTATES","features":[42]},{"name":"TOOLTIPPARTS","features":[42]},{"name":"TOOLTIPS_CLASS","features":[42]},{"name":"TOOLTIPS_CLASSA","features":[42]},{"name":"TOOLTIPS_CLASSW","features":[42]},{"name":"TOOLTIP_FLAGS","features":[42]},{"name":"TOPTABITEMBOTHEDGESTATES","features":[42]},{"name":"TOPTABITEMLEFTEDGESTATES","features":[42]},{"name":"TOPTABITEMRIGHTEDGESTATES","features":[42]},{"name":"TOPTABITEMSTATES","features":[42]},{"name":"TOUCH_HIT_TESTING_INPUT","features":[3,42]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_EVALUATION","features":[3,42]},{"name":"TP_BUTTON","features":[42]},{"name":"TP_DROPDOWNBUTTON","features":[42]},{"name":"TP_DROPDOWNBUTTONGLYPH","features":[42]},{"name":"TP_SEPARATOR","features":[42]},{"name":"TP_SEPARATORVERT","features":[42]},{"name":"TP_SPLITBUTTON","features":[42]},{"name":"TP_SPLITBUTTONDROPDOWN","features":[42]},{"name":"TRACKBARPARTS","features":[42]},{"name":"TRACKBARSTYLESTATES","features":[42]},{"name":"TRACKBAR_CLASS","features":[42]},{"name":"TRACKBAR_CLASSA","features":[42]},{"name":"TRACKBAR_CLASSW","features":[42]},{"name":"TRACKSTATES","features":[42]},{"name":"TRACKVERTSTATES","features":[42]},{"name":"TRAILINGGRIDCELLSTATES","features":[42]},{"name":"TRAILINGGRIDCELLUPPERSTATES","features":[42]},{"name":"TRANSPARENTBACKGROUNDSTATES","features":[42]},{"name":"TRANSPARENTBARSTATES","features":[42]},{"name":"TRANSPARENTBARVERTSTATES","features":[42]},{"name":"TRAYNOTIFYPARTS","features":[42]},{"name":"TRBN_FIRST","features":[42]},{"name":"TRBN_LAST","features":[42]},{"name":"TRBN_THUMBPOSCHANGING","features":[42]},{"name":"TREEITEMSTATES","features":[42]},{"name":"TREEVIEWPARTS","features":[42]},{"name":"TREE_VIEW_ITEM_STATE_FLAGS","features":[42]},{"name":"TREIS_DISABLED","features":[42]},{"name":"TREIS_HOT","features":[42]},{"name":"TREIS_HOTSELECTED","features":[42]},{"name":"TREIS_NORMAL","features":[42]},{"name":"TREIS_SELECTED","features":[42]},{"name":"TREIS_SELECTEDNOTFOCUS","features":[42]},{"name":"TRS_NORMAL","features":[42]},{"name":"TRUESIZESCALINGTYPE","features":[42]},{"name":"TRVS_NORMAL","features":[42]},{"name":"TSGP_GRIPPER","features":[42]},{"name":"TSGS_CENTERED","features":[42]},{"name":"TSGS_NORMAL","features":[42]},{"name":"TSST_DPI","features":[42]},{"name":"TSST_NONE","features":[42]},{"name":"TSST_SIZE","features":[42]},{"name":"TSS_NORMAL","features":[42]},{"name":"TST_CONTINUOUS","features":[42]},{"name":"TST_NONE","features":[42]},{"name":"TST_SINGLE","features":[42]},{"name":"TSVS_NORMAL","features":[42]},{"name":"TS_CHECKED","features":[42]},{"name":"TS_CONTROLLABEL_DISABLED","features":[42]},{"name":"TS_CONTROLLABEL_NORMAL","features":[42]},{"name":"TS_DISABLED","features":[42]},{"name":"TS_DRAW","features":[42]},{"name":"TS_HOT","features":[42]},{"name":"TS_HOTCHECKED","features":[42]},{"name":"TS_HYPERLINK_DISABLED","features":[42]},{"name":"TS_HYPERLINK_HOT","features":[42]},{"name":"TS_HYPERLINK_NORMAL","features":[42]},{"name":"TS_HYPERLINK_PRESSED","features":[42]},{"name":"TS_MIN","features":[42]},{"name":"TS_NEARHOT","features":[42]},{"name":"TS_NORMAL","features":[42]},{"name":"TS_OTHERSIDEHOT","features":[42]},{"name":"TS_PRESSED","features":[42]},{"name":"TS_TRUE","features":[42]},{"name":"TTBSS_POINTINGDOWNCENTERED","features":[42]},{"name":"TTBSS_POINTINGDOWNLEFTWALL","features":[42]},{"name":"TTBSS_POINTINGDOWNRIGHTWALL","features":[42]},{"name":"TTBSS_POINTINGUPCENTERED","features":[42]},{"name":"TTBSS_POINTINGUPLEFTWALL","features":[42]},{"name":"TTBSS_POINTINGUPRIGHTWALL","features":[42]},{"name":"TTBS_LINK","features":[42]},{"name":"TTBS_NORMAL","features":[42]},{"name":"TTCS_HOT","features":[42]},{"name":"TTCS_NORMAL","features":[42]},{"name":"TTCS_PRESSED","features":[42]},{"name":"TTDT_AUTOMATIC","features":[42]},{"name":"TTDT_AUTOPOP","features":[42]},{"name":"TTDT_INITIAL","features":[42]},{"name":"TTDT_RESHOW","features":[42]},{"name":"TTFT_CUBIC_BEZIER","features":[42]},{"name":"TTFT_UNDEFINED","features":[42]},{"name":"TTF_ABSOLUTE","features":[42]},{"name":"TTF_CENTERTIP","features":[42]},{"name":"TTF_DI_SETITEM","features":[42]},{"name":"TTF_IDISHWND","features":[42]},{"name":"TTF_PARSELINKS","features":[42]},{"name":"TTF_RTLREADING","features":[42]},{"name":"TTF_SUBCLASS","features":[42]},{"name":"TTF_TRACK","features":[42]},{"name":"TTF_TRANSPARENT","features":[42]},{"name":"TTGETTITLE","features":[42]},{"name":"TTHITTESTINFOA","features":[3,42]},{"name":"TTHITTESTINFOW","features":[3,42]},{"name":"TTIBES_DISABLED","features":[42]},{"name":"TTIBES_FOCUSED","features":[42]},{"name":"TTIBES_HOT","features":[42]},{"name":"TTIBES_NORMAL","features":[42]},{"name":"TTIBES_SELECTED","features":[42]},{"name":"TTILES_DISABLED","features":[42]},{"name":"TTILES_FOCUSED","features":[42]},{"name":"TTILES_HOT","features":[42]},{"name":"TTILES_NORMAL","features":[42]},{"name":"TTILES_SELECTED","features":[42]},{"name":"TTIRES_DISABLED","features":[42]},{"name":"TTIRES_FOCUSED","features":[42]},{"name":"TTIRES_HOT","features":[42]},{"name":"TTIRES_NORMAL","features":[42]},{"name":"TTIRES_SELECTED","features":[42]},{"name":"TTIS_DISABLED","features":[42]},{"name":"TTIS_FOCUSED","features":[42]},{"name":"TTIS_HOT","features":[42]},{"name":"TTIS_NORMAL","features":[42]},{"name":"TTIS_SELECTED","features":[42]},{"name":"TTI_ERROR","features":[42]},{"name":"TTI_ERROR_LARGE","features":[42]},{"name":"TTI_INFO","features":[42]},{"name":"TTI_INFO_LARGE","features":[42]},{"name":"TTI_NONE","features":[42]},{"name":"TTI_WARNING","features":[42]},{"name":"TTI_WARNING_LARGE","features":[42]},{"name":"TTM_ACTIVATE","features":[42]},{"name":"TTM_ADDTOOL","features":[42]},{"name":"TTM_ADDTOOLA","features":[42]},{"name":"TTM_ADDTOOLW","features":[42]},{"name":"TTM_ADJUSTRECT","features":[42]},{"name":"TTM_DELTOOL","features":[42]},{"name":"TTM_DELTOOLA","features":[42]},{"name":"TTM_DELTOOLW","features":[42]},{"name":"TTM_ENUMTOOLS","features":[42]},{"name":"TTM_ENUMTOOLSA","features":[42]},{"name":"TTM_ENUMTOOLSW","features":[42]},{"name":"TTM_GETBUBBLESIZE","features":[42]},{"name":"TTM_GETCURRENTTOOL","features":[42]},{"name":"TTM_GETCURRENTTOOLA","features":[42]},{"name":"TTM_GETCURRENTTOOLW","features":[42]},{"name":"TTM_GETDELAYTIME","features":[42]},{"name":"TTM_GETMARGIN","features":[42]},{"name":"TTM_GETMAXTIPWIDTH","features":[42]},{"name":"TTM_GETTEXT","features":[42]},{"name":"TTM_GETTEXTA","features":[42]},{"name":"TTM_GETTEXTW","features":[42]},{"name":"TTM_GETTIPBKCOLOR","features":[42]},{"name":"TTM_GETTIPTEXTCOLOR","features":[42]},{"name":"TTM_GETTITLE","features":[42]},{"name":"TTM_GETTOOLCOUNT","features":[42]},{"name":"TTM_GETTOOLINFO","features":[42]},{"name":"TTM_GETTOOLINFOA","features":[42]},{"name":"TTM_GETTOOLINFOW","features":[42]},{"name":"TTM_HITTEST","features":[42]},{"name":"TTM_HITTESTA","features":[42]},{"name":"TTM_HITTESTW","features":[42]},{"name":"TTM_NEWTOOLRECT","features":[42]},{"name":"TTM_NEWTOOLRECTA","features":[42]},{"name":"TTM_NEWTOOLRECTW","features":[42]},{"name":"TTM_POP","features":[42]},{"name":"TTM_POPUP","features":[42]},{"name":"TTM_RELAYEVENT","features":[42]},{"name":"TTM_SETDELAYTIME","features":[42]},{"name":"TTM_SETMARGIN","features":[42]},{"name":"TTM_SETMAXTIPWIDTH","features":[42]},{"name":"TTM_SETTIPBKCOLOR","features":[42]},{"name":"TTM_SETTIPTEXTCOLOR","features":[42]},{"name":"TTM_SETTITLE","features":[42]},{"name":"TTM_SETTITLEA","features":[42]},{"name":"TTM_SETTITLEW","features":[42]},{"name":"TTM_SETTOOLINFO","features":[42]},{"name":"TTM_SETTOOLINFOA","features":[42]},{"name":"TTM_SETTOOLINFOW","features":[42]},{"name":"TTM_SETWINDOWTHEME","features":[42]},{"name":"TTM_TRACKACTIVATE","features":[42]},{"name":"TTM_TRACKPOSITION","features":[42]},{"name":"TTM_UPDATE","features":[42]},{"name":"TTM_UPDATETIPTEXT","features":[42]},{"name":"TTM_UPDATETIPTEXTA","features":[42]},{"name":"TTM_UPDATETIPTEXTW","features":[42]},{"name":"TTM_WINDOWFROMPOINT","features":[42]},{"name":"TTN_FIRST","features":[42]},{"name":"TTN_GETDISPINFO","features":[42]},{"name":"TTN_GETDISPINFOA","features":[42]},{"name":"TTN_GETDISPINFOW","features":[42]},{"name":"TTN_LAST","features":[42]},{"name":"TTN_LINKCLICK","features":[42]},{"name":"TTN_NEEDTEXT","features":[42]},{"name":"TTN_NEEDTEXTA","features":[42]},{"name":"TTN_NEEDTEXTW","features":[42]},{"name":"TTN_POP","features":[42]},{"name":"TTN_SHOW","features":[42]},{"name":"TTP_BALLOON","features":[42]},{"name":"TTP_BALLOONSTEM","features":[42]},{"name":"TTP_BALLOONTITLE","features":[42]},{"name":"TTP_CLOSE","features":[42]},{"name":"TTP_STANDARD","features":[42]},{"name":"TTP_STANDARDTITLE","features":[42]},{"name":"TTP_WRENCH","features":[42]},{"name":"TTSS_LINK","features":[42]},{"name":"TTSS_NORMAL","features":[42]},{"name":"TTS_ALWAYSTIP","features":[42]},{"name":"TTS_BALLOON","features":[42]},{"name":"TTS_CLOSE","features":[42]},{"name":"TTS_NOANIMATE","features":[42]},{"name":"TTS_NOFADE","features":[42]},{"name":"TTS_NOPREFIX","features":[42]},{"name":"TTS_USEVISUALSTYLE","features":[42]},{"name":"TTTOOLINFOA","features":[3,42]},{"name":"TTTOOLINFOW","features":[3,42]},{"name":"TTWS_HOT","features":[42]},{"name":"TTWS_NORMAL","features":[42]},{"name":"TTWS_PRESSED","features":[42]},{"name":"TUBS_DISABLED","features":[42]},{"name":"TUBS_FOCUSED","features":[42]},{"name":"TUBS_HOT","features":[42]},{"name":"TUBS_NORMAL","features":[42]},{"name":"TUBS_PRESSED","features":[42]},{"name":"TUS_DISABLED","features":[42]},{"name":"TUS_FOCUSED","features":[42]},{"name":"TUS_HOT","features":[42]},{"name":"TUS_NORMAL","features":[42]},{"name":"TUS_PRESSED","features":[42]},{"name":"TUTS_DISABLED","features":[42]},{"name":"TUTS_FOCUSED","features":[42]},{"name":"TUTS_HOT","features":[42]},{"name":"TUTS_NORMAL","features":[42]},{"name":"TUTS_PRESSED","features":[42]},{"name":"TUVLS_DISABLED","features":[42]},{"name":"TUVLS_FOCUSED","features":[42]},{"name":"TUVLS_HOT","features":[42]},{"name":"TUVLS_NORMAL","features":[42]},{"name":"TUVLS_PRESSED","features":[42]},{"name":"TUVRS_DISABLED","features":[42]},{"name":"TUVRS_FOCUSED","features":[42]},{"name":"TUVRS_HOT","features":[42]},{"name":"TUVRS_NORMAL","features":[42]},{"name":"TUVRS_PRESSED","features":[42]},{"name":"TUVS_DISABLED","features":[42]},{"name":"TUVS_FOCUSED","features":[42]},{"name":"TUVS_HOT","features":[42]},{"name":"TUVS_NORMAL","features":[42]},{"name":"TUVS_PRESSED","features":[42]},{"name":"TVCDRF_NOIMAGES","features":[42]},{"name":"TVC_BYKEYBOARD","features":[42]},{"name":"TVC_BYMOUSE","features":[42]},{"name":"TVC_UNKNOWN","features":[42]},{"name":"TVE_COLLAPSE","features":[42]},{"name":"TVE_COLLAPSERESET","features":[42]},{"name":"TVE_EXPAND","features":[42]},{"name":"TVE_EXPANDPARTIAL","features":[42]},{"name":"TVE_TOGGLE","features":[42]},{"name":"TVGETITEMPARTRECTINFO","features":[3,42]},{"name":"TVGIPR_BUTTON","features":[42]},{"name":"TVGN_CARET","features":[42]},{"name":"TVGN_CHILD","features":[42]},{"name":"TVGN_DROPHILITE","features":[42]},{"name":"TVGN_FIRSTVISIBLE","features":[42]},{"name":"TVGN_LASTVISIBLE","features":[42]},{"name":"TVGN_NEXT","features":[42]},{"name":"TVGN_NEXTSELECTED","features":[42]},{"name":"TVGN_NEXTVISIBLE","features":[42]},{"name":"TVGN_PARENT","features":[42]},{"name":"TVGN_PREVIOUS","features":[42]},{"name":"TVGN_PREVIOUSVISIBLE","features":[42]},{"name":"TVGN_ROOT","features":[42]},{"name":"TVHITTESTINFO","features":[3,42]},{"name":"TVHITTESTINFO_FLAGS","features":[42]},{"name":"TVHT_ABOVE","features":[42]},{"name":"TVHT_BELOW","features":[42]},{"name":"TVHT_NOWHERE","features":[42]},{"name":"TVHT_ONITEM","features":[42]},{"name":"TVHT_ONITEMBUTTON","features":[42]},{"name":"TVHT_ONITEMICON","features":[42]},{"name":"TVHT_ONITEMINDENT","features":[42]},{"name":"TVHT_ONITEMLABEL","features":[42]},{"name":"TVHT_ONITEMRIGHT","features":[42]},{"name":"TVHT_ONITEMSTATEICON","features":[42]},{"name":"TVHT_TOLEFT","features":[42]},{"name":"TVHT_TORIGHT","features":[42]},{"name":"TVIF_CHILDREN","features":[42]},{"name":"TVIF_DI_SETITEM","features":[42]},{"name":"TVIF_EXPANDEDIMAGE","features":[42]},{"name":"TVIF_HANDLE","features":[42]},{"name":"TVIF_IMAGE","features":[42]},{"name":"TVIF_INTEGRAL","features":[42]},{"name":"TVIF_PARAM","features":[42]},{"name":"TVIF_SELECTEDIMAGE","features":[42]},{"name":"TVIF_STATE","features":[42]},{"name":"TVIF_STATEEX","features":[42]},{"name":"TVIF_TEXT","features":[42]},{"name":"TVINSERTSTRUCTA","features":[3,42]},{"name":"TVINSERTSTRUCTW","features":[3,42]},{"name":"TVIS_BOLD","features":[42]},{"name":"TVIS_CUT","features":[42]},{"name":"TVIS_DROPHILITED","features":[42]},{"name":"TVIS_EXPANDED","features":[42]},{"name":"TVIS_EXPANDEDONCE","features":[42]},{"name":"TVIS_EXPANDPARTIAL","features":[42]},{"name":"TVIS_EX_ALL","features":[42]},{"name":"TVIS_EX_DISABLED","features":[42]},{"name":"TVIS_EX_FLAT","features":[42]},{"name":"TVIS_OVERLAYMASK","features":[42]},{"name":"TVIS_SELECTED","features":[42]},{"name":"TVIS_STATEIMAGEMASK","features":[42]},{"name":"TVIS_USERMASK","features":[42]},{"name":"TVITEMA","features":[3,42]},{"name":"TVITEMEXA","features":[3,42]},{"name":"TVITEMEXW","features":[3,42]},{"name":"TVITEMEXW_CHILDREN","features":[42]},{"name":"TVITEMPART","features":[42]},{"name":"TVITEMW","features":[3,42]},{"name":"TVITEM_MASK","features":[42]},{"name":"TVI_FIRST","features":[42]},{"name":"TVI_LAST","features":[42]},{"name":"TVI_ROOT","features":[42]},{"name":"TVI_SORT","features":[42]},{"name":"TVM_CREATEDRAGIMAGE","features":[42]},{"name":"TVM_DELETEITEM","features":[42]},{"name":"TVM_EDITLABEL","features":[42]},{"name":"TVM_EDITLABELA","features":[42]},{"name":"TVM_EDITLABELW","features":[42]},{"name":"TVM_ENDEDITLABELNOW","features":[42]},{"name":"TVM_ENSUREVISIBLE","features":[42]},{"name":"TVM_EXPAND","features":[42]},{"name":"TVM_GETBKCOLOR","features":[42]},{"name":"TVM_GETCOUNT","features":[42]},{"name":"TVM_GETEDITCONTROL","features":[42]},{"name":"TVM_GETEXTENDEDSTYLE","features":[42]},{"name":"TVM_GETIMAGELIST","features":[42]},{"name":"TVM_GETINDENT","features":[42]},{"name":"TVM_GETINSERTMARKCOLOR","features":[42]},{"name":"TVM_GETISEARCHSTRING","features":[42]},{"name":"TVM_GETISEARCHSTRINGA","features":[42]},{"name":"TVM_GETISEARCHSTRINGW","features":[42]},{"name":"TVM_GETITEM","features":[42]},{"name":"TVM_GETITEMA","features":[42]},{"name":"TVM_GETITEMHEIGHT","features":[42]},{"name":"TVM_GETITEMPARTRECT","features":[42]},{"name":"TVM_GETITEMRECT","features":[42]},{"name":"TVM_GETITEMSTATE","features":[42]},{"name":"TVM_GETITEMW","features":[42]},{"name":"TVM_GETLINECOLOR","features":[42]},{"name":"TVM_GETNEXTITEM","features":[42]},{"name":"TVM_GETSCROLLTIME","features":[42]},{"name":"TVM_GETSELECTEDCOUNT","features":[42]},{"name":"TVM_GETTEXTCOLOR","features":[42]},{"name":"TVM_GETTOOLTIPS","features":[42]},{"name":"TVM_GETUNICODEFORMAT","features":[42]},{"name":"TVM_GETVISIBLECOUNT","features":[42]},{"name":"TVM_HITTEST","features":[42]},{"name":"TVM_INSERTITEM","features":[42]},{"name":"TVM_INSERTITEMA","features":[42]},{"name":"TVM_INSERTITEMW","features":[42]},{"name":"TVM_MAPACCIDTOHTREEITEM","features":[42]},{"name":"TVM_MAPHTREEITEMTOACCID","features":[42]},{"name":"TVM_SELECTITEM","features":[42]},{"name":"TVM_SETAUTOSCROLLINFO","features":[42]},{"name":"TVM_SETBKCOLOR","features":[42]},{"name":"TVM_SETBORDER","features":[42]},{"name":"TVM_SETEXTENDEDSTYLE","features":[42]},{"name":"TVM_SETHOT","features":[42]},{"name":"TVM_SETIMAGELIST","features":[42]},{"name":"TVM_SETINDENT","features":[42]},{"name":"TVM_SETINSERTMARK","features":[42]},{"name":"TVM_SETINSERTMARKCOLOR","features":[42]},{"name":"TVM_SETITEM","features":[42]},{"name":"TVM_SETITEMA","features":[42]},{"name":"TVM_SETITEMHEIGHT","features":[42]},{"name":"TVM_SETITEMW","features":[42]},{"name":"TVM_SETLINECOLOR","features":[42]},{"name":"TVM_SETSCROLLTIME","features":[42]},{"name":"TVM_SETTEXTCOLOR","features":[42]},{"name":"TVM_SETTOOLTIPS","features":[42]},{"name":"TVM_SETUNICODEFORMAT","features":[42]},{"name":"TVM_SHOWINFOTIP","features":[42]},{"name":"TVM_SORTCHILDREN","features":[42]},{"name":"TVM_SORTCHILDRENCB","features":[42]},{"name":"TVNRET_DEFAULT","features":[42]},{"name":"TVNRET_SKIPNEW","features":[42]},{"name":"TVNRET_SKIPOLD","features":[42]},{"name":"TVN_ASYNCDRAW","features":[42]},{"name":"TVN_BEGINDRAG","features":[42]},{"name":"TVN_BEGINDRAGA","features":[42]},{"name":"TVN_BEGINDRAGW","features":[42]},{"name":"TVN_BEGINLABELEDIT","features":[42]},{"name":"TVN_BEGINLABELEDITA","features":[42]},{"name":"TVN_BEGINLABELEDITW","features":[42]},{"name":"TVN_BEGINRDRAG","features":[42]},{"name":"TVN_BEGINRDRAGA","features":[42]},{"name":"TVN_BEGINRDRAGW","features":[42]},{"name":"TVN_DELETEITEM","features":[42]},{"name":"TVN_DELETEITEMA","features":[42]},{"name":"TVN_DELETEITEMW","features":[42]},{"name":"TVN_ENDLABELEDIT","features":[42]},{"name":"TVN_ENDLABELEDITA","features":[42]},{"name":"TVN_ENDLABELEDITW","features":[42]},{"name":"TVN_FIRST","features":[42]},{"name":"TVN_GETDISPINFO","features":[42]},{"name":"TVN_GETDISPINFOA","features":[42]},{"name":"TVN_GETDISPINFOW","features":[42]},{"name":"TVN_GETINFOTIP","features":[42]},{"name":"TVN_GETINFOTIPA","features":[42]},{"name":"TVN_GETINFOTIPW","features":[42]},{"name":"TVN_ITEMCHANGED","features":[42]},{"name":"TVN_ITEMCHANGEDA","features":[42]},{"name":"TVN_ITEMCHANGEDW","features":[42]},{"name":"TVN_ITEMCHANGING","features":[42]},{"name":"TVN_ITEMCHANGINGA","features":[42]},{"name":"TVN_ITEMCHANGINGW","features":[42]},{"name":"TVN_ITEMEXPANDED","features":[42]},{"name":"TVN_ITEMEXPANDEDA","features":[42]},{"name":"TVN_ITEMEXPANDEDW","features":[42]},{"name":"TVN_ITEMEXPANDING","features":[42]},{"name":"TVN_ITEMEXPANDINGA","features":[42]},{"name":"TVN_ITEMEXPANDINGW","features":[42]},{"name":"TVN_KEYDOWN","features":[42]},{"name":"TVN_LAST","features":[42]},{"name":"TVN_SELCHANGED","features":[42]},{"name":"TVN_SELCHANGEDA","features":[42]},{"name":"TVN_SELCHANGEDW","features":[42]},{"name":"TVN_SELCHANGING","features":[42]},{"name":"TVN_SELCHANGINGA","features":[42]},{"name":"TVN_SELCHANGINGW","features":[42]},{"name":"TVN_SETDISPINFO","features":[42]},{"name":"TVN_SETDISPINFOA","features":[42]},{"name":"TVN_SETDISPINFOW","features":[42]},{"name":"TVN_SINGLEEXPAND","features":[42]},{"name":"TVP_BRANCH","features":[42]},{"name":"TVP_GLYPH","features":[42]},{"name":"TVP_HOTGLYPH","features":[42]},{"name":"TVP_TREEITEM","features":[42]},{"name":"TVSBF_XBORDER","features":[42]},{"name":"TVSBF_YBORDER","features":[42]},{"name":"TVSIL_NORMAL","features":[42]},{"name":"TVSIL_STATE","features":[42]},{"name":"TVSI_NOSINGLEEXPAND","features":[42]},{"name":"TVSORTCB","features":[3,42]},{"name":"TVS_CHECKBOXES","features":[42]},{"name":"TVS_DISABLEDRAGDROP","features":[42]},{"name":"TVS_EDITLABELS","features":[42]},{"name":"TVS_EX_AUTOHSCROLL","features":[42]},{"name":"TVS_EX_DIMMEDCHECKBOXES","features":[42]},{"name":"TVS_EX_DOUBLEBUFFER","features":[42]},{"name":"TVS_EX_DRAWIMAGEASYNC","features":[42]},{"name":"TVS_EX_EXCLUSIONCHECKBOXES","features":[42]},{"name":"TVS_EX_FADEINOUTEXPANDOS","features":[42]},{"name":"TVS_EX_MULTISELECT","features":[42]},{"name":"TVS_EX_NOINDENTSTATE","features":[42]},{"name":"TVS_EX_NOSINGLECOLLAPSE","features":[42]},{"name":"TVS_EX_PARTIALCHECKBOXES","features":[42]},{"name":"TVS_EX_RICHTOOLTIP","features":[42]},{"name":"TVS_FULLROWSELECT","features":[42]},{"name":"TVS_HASBUTTONS","features":[42]},{"name":"TVS_HASLINES","features":[42]},{"name":"TVS_INFOTIP","features":[42]},{"name":"TVS_LINESATROOT","features":[42]},{"name":"TVS_NOHSCROLL","features":[42]},{"name":"TVS_NONEVENHEIGHT","features":[42]},{"name":"TVS_NOSCROLL","features":[42]},{"name":"TVS_NOTOOLTIPS","features":[42]},{"name":"TVS_RTLREADING","features":[42]},{"name":"TVS_SHOWSELALWAYS","features":[42]},{"name":"TVS_SINGLEEXPAND","features":[42]},{"name":"TVS_TRACKSELECT","features":[42]},{"name":"TV_FIRST","features":[42]},{"name":"TaskDialog","features":[3,42]},{"name":"TaskDialogIndirect","features":[3,42,52]},{"name":"UDACCEL","features":[42]},{"name":"UDM_GETACCEL","features":[42]},{"name":"UDM_GETBASE","features":[42]},{"name":"UDM_GETBUDDY","features":[42]},{"name":"UDM_GETPOS","features":[42]},{"name":"UDM_GETPOS32","features":[42]},{"name":"UDM_GETRANGE","features":[42]},{"name":"UDM_GETRANGE32","features":[42]},{"name":"UDM_GETUNICODEFORMAT","features":[42]},{"name":"UDM_SETACCEL","features":[42]},{"name":"UDM_SETBASE","features":[42]},{"name":"UDM_SETBUDDY","features":[42]},{"name":"UDM_SETPOS","features":[42]},{"name":"UDM_SETPOS32","features":[42]},{"name":"UDM_SETRANGE","features":[42]},{"name":"UDM_SETRANGE32","features":[42]},{"name":"UDM_SETUNICODEFORMAT","features":[42]},{"name":"UDN_DELTAPOS","features":[42]},{"name":"UDN_FIRST","features":[42]},{"name":"UDN_LAST","features":[42]},{"name":"UDS_ALIGNLEFT","features":[42]},{"name":"UDS_ALIGNRIGHT","features":[42]},{"name":"UDS_ARROWKEYS","features":[42]},{"name":"UDS_AUTOBUDDY","features":[42]},{"name":"UDS_HORZ","features":[42]},{"name":"UDS_HOTTRACK","features":[42]},{"name":"UDS_NOTHOUSANDS","features":[42]},{"name":"UDS_SETBUDDYINT","features":[42]},{"name":"UDS_WRAP","features":[42]},{"name":"UD_MAXVAL","features":[42]},{"name":"UPDATEMETADATASTATES","features":[42]},{"name":"UPDOWN_CLASS","features":[42]},{"name":"UPDOWN_CLASSA","features":[42]},{"name":"UPDOWN_CLASSW","features":[42]},{"name":"UPHORZSTATES","features":[42]},{"name":"UPHZS_DISABLED","features":[42]},{"name":"UPHZS_HOT","features":[42]},{"name":"UPHZS_NORMAL","features":[42]},{"name":"UPHZS_PRESSED","features":[42]},{"name":"UPSTATES","features":[42]},{"name":"UPS_DISABLED","features":[42]},{"name":"UPS_HOT","features":[42]},{"name":"UPS_NORMAL","features":[42]},{"name":"UPS_PRESSED","features":[42]},{"name":"USAGE_PROPERTIES","features":[42]},{"name":"USERTILEPARTS","features":[42]},{"name":"UTP_HOVERBACKGROUND","features":[42]},{"name":"UTP_STROKEBACKGROUND","features":[42]},{"name":"UTS_HOT","features":[42]},{"name":"UTS_NORMAL","features":[42]},{"name":"UTS_PRESSED","features":[42]},{"name":"UninitializeFlatSB","features":[3,42]},{"name":"UpdatePanningFeedback","features":[3,42]},{"name":"VALIDBITS","features":[42]},{"name":"VALIGN","features":[42]},{"name":"VA_BOTTOM","features":[42]},{"name":"VA_CENTER","features":[42]},{"name":"VA_TOP","features":[42]},{"name":"VERTSCROLLSTATES","features":[42]},{"name":"VERTTHUMBSTATES","features":[42]},{"name":"VIEW_DETAILS","features":[42]},{"name":"VIEW_LARGEICONS","features":[42]},{"name":"VIEW_LIST","features":[42]},{"name":"VIEW_NETCONNECT","features":[42]},{"name":"VIEW_NETDISCONNECT","features":[42]},{"name":"VIEW_NEWFOLDER","features":[42]},{"name":"VIEW_PARENTFOLDER","features":[42]},{"name":"VIEW_SMALLICONS","features":[42]},{"name":"VIEW_SORTDATE","features":[42]},{"name":"VIEW_SORTNAME","features":[42]},{"name":"VIEW_SORTSIZE","features":[42]},{"name":"VIEW_SORTTYPE","features":[42]},{"name":"VIEW_VIEWMENU","features":[42]},{"name":"VSCLASS_AEROWIZARD","features":[42]},{"name":"VSCLASS_AEROWIZARDSTYLE","features":[42]},{"name":"VSCLASS_BUTTON","features":[42]},{"name":"VSCLASS_BUTTONSTYLE","features":[42]},{"name":"VSCLASS_CLOCK","features":[42]},{"name":"VSCLASS_COMBOBOX","features":[42]},{"name":"VSCLASS_COMBOBOXSTYLE","features":[42]},{"name":"VSCLASS_COMMUNICATIONS","features":[42]},{"name":"VSCLASS_COMMUNICATIONSSTYLE","features":[42]},{"name":"VSCLASS_CONTROLPANEL","features":[42]},{"name":"VSCLASS_CONTROLPANELSTYLE","features":[42]},{"name":"VSCLASS_DATEPICKER","features":[42]},{"name":"VSCLASS_DATEPICKERSTYLE","features":[42]},{"name":"VSCLASS_DRAGDROP","features":[42]},{"name":"VSCLASS_DRAGDROPSTYLE","features":[42]},{"name":"VSCLASS_EDIT","features":[42]},{"name":"VSCLASS_EDITSTYLE","features":[42]},{"name":"VSCLASS_EMPTYMARKUP","features":[42]},{"name":"VSCLASS_EXPLORERBAR","features":[42]},{"name":"VSCLASS_EXPLORERBARSTYLE","features":[42]},{"name":"VSCLASS_FLYOUT","features":[42]},{"name":"VSCLASS_FLYOUTSTYLE","features":[42]},{"name":"VSCLASS_HEADER","features":[42]},{"name":"VSCLASS_HEADERSTYLE","features":[42]},{"name":"VSCLASS_LINK","features":[42]},{"name":"VSCLASS_LISTBOX","features":[42]},{"name":"VSCLASS_LISTBOXSTYLE","features":[42]},{"name":"VSCLASS_LISTVIEW","features":[42]},{"name":"VSCLASS_LISTVIEWSTYLE","features":[42]},{"name":"VSCLASS_MENU","features":[42]},{"name":"VSCLASS_MENUBAND","features":[42]},{"name":"VSCLASS_MENUSTYLE","features":[42]},{"name":"VSCLASS_MONTHCAL","features":[42]},{"name":"VSCLASS_NAVIGATION","features":[42]},{"name":"VSCLASS_PAGE","features":[42]},{"name":"VSCLASS_PROGRESS","features":[42]},{"name":"VSCLASS_PROGRESSSTYLE","features":[42]},{"name":"VSCLASS_REBAR","features":[42]},{"name":"VSCLASS_REBARSTYLE","features":[42]},{"name":"VSCLASS_SCROLLBAR","features":[42]},{"name":"VSCLASS_SCROLLBARSTYLE","features":[42]},{"name":"VSCLASS_SPIN","features":[42]},{"name":"VSCLASS_SPINSTYLE","features":[42]},{"name":"VSCLASS_STARTPANEL","features":[42]},{"name":"VSCLASS_STATIC","features":[42]},{"name":"VSCLASS_STATUS","features":[42]},{"name":"VSCLASS_STATUSSTYLE","features":[42]},{"name":"VSCLASS_TAB","features":[42]},{"name":"VSCLASS_TABSTYLE","features":[42]},{"name":"VSCLASS_TASKBAND","features":[42]},{"name":"VSCLASS_TASKBAR","features":[42]},{"name":"VSCLASS_TASKDIALOG","features":[42]},{"name":"VSCLASS_TASKDIALOGSTYLE","features":[42]},{"name":"VSCLASS_TEXTSELECTIONGRIPPER","features":[42]},{"name":"VSCLASS_TEXTSTYLE","features":[42]},{"name":"VSCLASS_TOOLBAR","features":[42]},{"name":"VSCLASS_TOOLBARSTYLE","features":[42]},{"name":"VSCLASS_TOOLTIP","features":[42]},{"name":"VSCLASS_TOOLTIPSTYLE","features":[42]},{"name":"VSCLASS_TRACKBAR","features":[42]},{"name":"VSCLASS_TRACKBARSTYLE","features":[42]},{"name":"VSCLASS_TRAYNOTIFY","features":[42]},{"name":"VSCLASS_TREEVIEW","features":[42]},{"name":"VSCLASS_TREEVIEWSTYLE","features":[42]},{"name":"VSCLASS_USERTILE","features":[42]},{"name":"VSCLASS_WINDOW","features":[42]},{"name":"VSCLASS_WINDOWSTYLE","features":[42]},{"name":"VSS_DISABLED","features":[42]},{"name":"VSS_HOT","features":[42]},{"name":"VSS_NORMAL","features":[42]},{"name":"VSS_PUSHED","features":[42]},{"name":"VTS_DISABLED","features":[42]},{"name":"VTS_HOT","features":[42]},{"name":"VTS_NORMAL","features":[42]},{"name":"VTS_PUSHED","features":[42]},{"name":"WARNINGSTATES","features":[42]},{"name":"WB_CLASSIFY","features":[42]},{"name":"WB_ISDELIMITER","features":[42]},{"name":"WB_LEFT","features":[42]},{"name":"WB_LEFTBREAK","features":[42]},{"name":"WB_MOVEWORDLEFT","features":[42]},{"name":"WB_MOVEWORDRIGHT","features":[42]},{"name":"WB_RIGHT","features":[42]},{"name":"WB_RIGHTBREAK","features":[42]},{"name":"WC_BUTTON","features":[42]},{"name":"WC_BUTTONA","features":[42]},{"name":"WC_BUTTONW","features":[42]},{"name":"WC_COMBOBOX","features":[42]},{"name":"WC_COMBOBOXA","features":[42]},{"name":"WC_COMBOBOXEX","features":[42]},{"name":"WC_COMBOBOXEXA","features":[42]},{"name":"WC_COMBOBOXEXW","features":[42]},{"name":"WC_COMBOBOXW","features":[42]},{"name":"WC_EDIT","features":[42]},{"name":"WC_EDITA","features":[42]},{"name":"WC_EDITW","features":[42]},{"name":"WC_HEADER","features":[42]},{"name":"WC_HEADERA","features":[42]},{"name":"WC_HEADERW","features":[42]},{"name":"WC_IPADDRESS","features":[42]},{"name":"WC_IPADDRESSA","features":[42]},{"name":"WC_IPADDRESSW","features":[42]},{"name":"WC_LINK","features":[42]},{"name":"WC_LISTBOX","features":[42]},{"name":"WC_LISTBOXA","features":[42]},{"name":"WC_LISTBOXW","features":[42]},{"name":"WC_LISTVIEW","features":[42]},{"name":"WC_LISTVIEWA","features":[42]},{"name":"WC_LISTVIEWW","features":[42]},{"name":"WC_NATIVEFONTCTL","features":[42]},{"name":"WC_NATIVEFONTCTLA","features":[42]},{"name":"WC_NATIVEFONTCTLW","features":[42]},{"name":"WC_PAGESCROLLER","features":[42]},{"name":"WC_PAGESCROLLERA","features":[42]},{"name":"WC_PAGESCROLLERW","features":[42]},{"name":"WC_SCROLLBAR","features":[42]},{"name":"WC_SCROLLBARA","features":[42]},{"name":"WC_SCROLLBARW","features":[42]},{"name":"WC_STATIC","features":[42]},{"name":"WC_STATICA","features":[42]},{"name":"WC_STATICW","features":[42]},{"name":"WC_TABCONTROL","features":[42]},{"name":"WC_TABCONTROLA","features":[42]},{"name":"WC_TABCONTROLW","features":[42]},{"name":"WC_TREEVIEW","features":[42]},{"name":"WC_TREEVIEWA","features":[42]},{"name":"WC_TREEVIEWW","features":[42]},{"name":"WINDOWPARTS","features":[42]},{"name":"WINDOWTHEMEATTRIBUTETYPE","features":[42]},{"name":"WIZ_BODYCX","features":[42]},{"name":"WIZ_BODYX","features":[42]},{"name":"WIZ_CXBMP","features":[42]},{"name":"WIZ_CXDLG","features":[42]},{"name":"WIZ_CYDLG","features":[42]},{"name":"WMN_FIRST","features":[42]},{"name":"WMN_LAST","features":[42]},{"name":"WM_CTLCOLOR","features":[42]},{"name":"WM_MOUSEHOVER","features":[42]},{"name":"WM_MOUSELEAVE","features":[42]},{"name":"WORD_BREAK_ACTION","features":[42]},{"name":"WP_BORDER","features":[42]},{"name":"WP_CAPTION","features":[42]},{"name":"WP_CAPTIONSIZINGTEMPLATE","features":[42]},{"name":"WP_CLOSEBUTTON","features":[42]},{"name":"WP_DIALOG","features":[42]},{"name":"WP_FRAME","features":[42]},{"name":"WP_FRAMEBOTTOM","features":[42]},{"name":"WP_FRAMEBOTTOMSIZINGTEMPLATE","features":[42]},{"name":"WP_FRAMELEFT","features":[42]},{"name":"WP_FRAMELEFTSIZINGTEMPLATE","features":[42]},{"name":"WP_FRAMERIGHT","features":[42]},{"name":"WP_FRAMERIGHTSIZINGTEMPLATE","features":[42]},{"name":"WP_HELPBUTTON","features":[42]},{"name":"WP_HORZSCROLL","features":[42]},{"name":"WP_HORZTHUMB","features":[42]},{"name":"WP_MAXBUTTON","features":[42]},{"name":"WP_MAXCAPTION","features":[42]},{"name":"WP_MDICLOSEBUTTON","features":[42]},{"name":"WP_MDIHELPBUTTON","features":[42]},{"name":"WP_MDIMINBUTTON","features":[42]},{"name":"WP_MDIRESTOREBUTTON","features":[42]},{"name":"WP_MDISYSBUTTON","features":[42]},{"name":"WP_MINBUTTON","features":[42]},{"name":"WP_MINCAPTION","features":[42]},{"name":"WP_RESTOREBUTTON","features":[42]},{"name":"WP_SMALLCAPTION","features":[42]},{"name":"WP_SMALLCAPTIONSIZINGTEMPLATE","features":[42]},{"name":"WP_SMALLCLOSEBUTTON","features":[42]},{"name":"WP_SMALLFRAMEBOTTOM","features":[42]},{"name":"WP_SMALLFRAMEBOTTOMSIZINGTEMPLATE","features":[42]},{"name":"WP_SMALLFRAMELEFT","features":[42]},{"name":"WP_SMALLFRAMELEFTSIZINGTEMPLATE","features":[42]},{"name":"WP_SMALLFRAMERIGHT","features":[42]},{"name":"WP_SMALLFRAMERIGHTSIZINGTEMPLATE","features":[42]},{"name":"WP_SMALLMAXCAPTION","features":[42]},{"name":"WP_SMALLMINCAPTION","features":[42]},{"name":"WP_SYSBUTTON","features":[42]},{"name":"WP_VERTSCROLL","features":[42]},{"name":"WP_VERTTHUMB","features":[42]},{"name":"WRENCHSTATES","features":[42]},{"name":"WSB_PROP","features":[42]},{"name":"WSB_PROP_CXHSCROLL","features":[42]},{"name":"WSB_PROP_CXHTHUMB","features":[42]},{"name":"WSB_PROP_CXVSCROLL","features":[42]},{"name":"WSB_PROP_CYHSCROLL","features":[42]},{"name":"WSB_PROP_CYVSCROLL","features":[42]},{"name":"WSB_PROP_CYVTHUMB","features":[42]},{"name":"WSB_PROP_HBKGCOLOR","features":[42]},{"name":"WSB_PROP_HSTYLE","features":[42]},{"name":"WSB_PROP_MASK","features":[42]},{"name":"WSB_PROP_PALETTE","features":[42]},{"name":"WSB_PROP_VBKGCOLOR","features":[42]},{"name":"WSB_PROP_VSTYLE","features":[42]},{"name":"WSB_PROP_WINSTYLE","features":[42]},{"name":"WTA_NONCLIENT","features":[42]},{"name":"WTA_OPTIONS","features":[42]},{"name":"WTNCA_NODRAWCAPTION","features":[42]},{"name":"WTNCA_NODRAWICON","features":[42]},{"name":"WTNCA_NOMIRRORHELP","features":[42]},{"name":"WTNCA_NOSYSMENU","features":[42]},{"name":"_LI_METRIC","features":[42]},{"name":"chx1","features":[42]},{"name":"chx10","features":[42]},{"name":"chx11","features":[42]},{"name":"chx12","features":[42]},{"name":"chx13","features":[42]},{"name":"chx14","features":[42]},{"name":"chx15","features":[42]},{"name":"chx16","features":[42]},{"name":"chx2","features":[42]},{"name":"chx3","features":[42]},{"name":"chx4","features":[42]},{"name":"chx5","features":[42]},{"name":"chx6","features":[42]},{"name":"chx7","features":[42]},{"name":"chx8","features":[42]},{"name":"chx9","features":[42]},{"name":"cmb1","features":[42]},{"name":"cmb10","features":[42]},{"name":"cmb11","features":[42]},{"name":"cmb12","features":[42]},{"name":"cmb13","features":[42]},{"name":"cmb14","features":[42]},{"name":"cmb15","features":[42]},{"name":"cmb16","features":[42]},{"name":"cmb2","features":[42]},{"name":"cmb3","features":[42]},{"name":"cmb4","features":[42]},{"name":"cmb5","features":[42]},{"name":"cmb6","features":[42]},{"name":"cmb7","features":[42]},{"name":"cmb8","features":[42]},{"name":"cmb9","features":[42]},{"name":"ctl1","features":[42]},{"name":"ctlFirst","features":[42]},{"name":"ctlLast","features":[42]},{"name":"edt1","features":[42]},{"name":"edt10","features":[42]},{"name":"edt11","features":[42]},{"name":"edt12","features":[42]},{"name":"edt13","features":[42]},{"name":"edt14","features":[42]},{"name":"edt15","features":[42]},{"name":"edt16","features":[42]},{"name":"edt2","features":[42]},{"name":"edt3","features":[42]},{"name":"edt4","features":[42]},{"name":"edt5","features":[42]},{"name":"edt6","features":[42]},{"name":"edt7","features":[42]},{"name":"edt8","features":[42]},{"name":"edt9","features":[42]},{"name":"frm1","features":[42]},{"name":"frm2","features":[42]},{"name":"frm3","features":[42]},{"name":"frm4","features":[42]},{"name":"grp1","features":[42]},{"name":"grp2","features":[42]},{"name":"grp3","features":[42]},{"name":"grp4","features":[42]},{"name":"ico1","features":[42]},{"name":"ico2","features":[42]},{"name":"ico3","features":[42]},{"name":"ico4","features":[42]},{"name":"lst1","features":[42]},{"name":"lst10","features":[42]},{"name":"lst11","features":[42]},{"name":"lst12","features":[42]},{"name":"lst13","features":[42]},{"name":"lst14","features":[42]},{"name":"lst15","features":[42]},{"name":"lst16","features":[42]},{"name":"lst2","features":[42]},{"name":"lst3","features":[42]},{"name":"lst4","features":[42]},{"name":"lst5","features":[42]},{"name":"lst6","features":[42]},{"name":"lst7","features":[42]},{"name":"lst8","features":[42]},{"name":"lst9","features":[42]},{"name":"psh1","features":[42]},{"name":"psh10","features":[42]},{"name":"psh11","features":[42]},{"name":"psh12","features":[42]},{"name":"psh13","features":[42]},{"name":"psh14","features":[42]},{"name":"psh15","features":[42]},{"name":"psh16","features":[42]},{"name":"psh2","features":[42]},{"name":"psh3","features":[42]},{"name":"psh4","features":[42]},{"name":"psh5","features":[42]},{"name":"psh6","features":[42]},{"name":"psh7","features":[42]},{"name":"psh8","features":[42]},{"name":"psh9","features":[42]},{"name":"pshHelp","features":[42]},{"name":"rad1","features":[42]},{"name":"rad10","features":[42]},{"name":"rad11","features":[42]},{"name":"rad12","features":[42]},{"name":"rad13","features":[42]},{"name":"rad14","features":[42]},{"name":"rad15","features":[42]},{"name":"rad16","features":[42]},{"name":"rad2","features":[42]},{"name":"rad3","features":[42]},{"name":"rad4","features":[42]},{"name":"rad5","features":[42]},{"name":"rad6","features":[42]},{"name":"rad7","features":[42]},{"name":"rad8","features":[42]},{"name":"rad9","features":[42]},{"name":"rct1","features":[42]},{"name":"rct2","features":[42]},{"name":"rct3","features":[42]},{"name":"rct4","features":[42]},{"name":"scr1","features":[42]},{"name":"scr2","features":[42]},{"name":"scr3","features":[42]},{"name":"scr4","features":[42]},{"name":"scr5","features":[42]},{"name":"scr6","features":[42]},{"name":"scr7","features":[42]},{"name":"scr8","features":[42]},{"name":"stc1","features":[42]},{"name":"stc10","features":[42]},{"name":"stc11","features":[42]},{"name":"stc12","features":[42]},{"name":"stc13","features":[42]},{"name":"stc14","features":[42]},{"name":"stc15","features":[42]},{"name":"stc16","features":[42]},{"name":"stc17","features":[42]},{"name":"stc18","features":[42]},{"name":"stc19","features":[42]},{"name":"stc2","features":[42]},{"name":"stc20","features":[42]},{"name":"stc21","features":[42]},{"name":"stc22","features":[42]},{"name":"stc23","features":[42]},{"name":"stc24","features":[42]},{"name":"stc25","features":[42]},{"name":"stc26","features":[42]},{"name":"stc27","features":[42]},{"name":"stc28","features":[42]},{"name":"stc29","features":[42]},{"name":"stc3","features":[42]},{"name":"stc30","features":[42]},{"name":"stc31","features":[42]},{"name":"stc32","features":[42]},{"name":"stc4","features":[42]},{"name":"stc5","features":[42]},{"name":"stc6","features":[42]},{"name":"stc7","features":[42]},{"name":"stc8","features":[42]},{"name":"stc9","features":[42]}],"654":[{"name":"BOLD_FONTTYPE","features":[86]},{"name":"CCERR_CHOOSECOLORCODES","features":[86]},{"name":"CC_ANYCOLOR","features":[86]},{"name":"CC_ENABLEHOOK","features":[86]},{"name":"CC_ENABLETEMPLATE","features":[86]},{"name":"CC_ENABLETEMPLATEHANDLE","features":[86]},{"name":"CC_FULLOPEN","features":[86]},{"name":"CC_PREVENTFULLOPEN","features":[86]},{"name":"CC_RGBINIT","features":[86]},{"name":"CC_SHOWHELP","features":[86]},{"name":"CC_SOLIDCOLOR","features":[86]},{"name":"CDERR_DIALOGFAILURE","features":[86]},{"name":"CDERR_FINDRESFAILURE","features":[86]},{"name":"CDERR_GENERALCODES","features":[86]},{"name":"CDERR_INITIALIZATION","features":[86]},{"name":"CDERR_LOADRESFAILURE","features":[86]},{"name":"CDERR_LOADSTRFAILURE","features":[86]},{"name":"CDERR_LOCKRESFAILURE","features":[86]},{"name":"CDERR_MEMALLOCFAILURE","features":[86]},{"name":"CDERR_MEMLOCKFAILURE","features":[86]},{"name":"CDERR_NOHINSTANCE","features":[86]},{"name":"CDERR_NOHOOK","features":[86]},{"name":"CDERR_NOTEMPLATE","features":[86]},{"name":"CDERR_REGISTERMSGFAIL","features":[86]},{"name":"CDERR_STRUCTSIZE","features":[86]},{"name":"CDM_FIRST","features":[86]},{"name":"CDM_GETFILEPATH","features":[86]},{"name":"CDM_GETFOLDERIDLIST","features":[86]},{"name":"CDM_GETFOLDERPATH","features":[86]},{"name":"CDM_GETSPEC","features":[86]},{"name":"CDM_HIDECONTROL","features":[86]},{"name":"CDM_LAST","features":[86]},{"name":"CDM_SETCONTROLTEXT","features":[86]},{"name":"CDM_SETDEFEXT","features":[86]},{"name":"CDN_FILEOK","features":[86]},{"name":"CDN_FOLDERCHANGE","features":[86]},{"name":"CDN_HELP","features":[86]},{"name":"CDN_INCLUDEITEM","features":[86]},{"name":"CDN_INITDONE","features":[86]},{"name":"CDN_SELCHANGE","features":[86]},{"name":"CDN_SHAREVIOLATION","features":[86]},{"name":"CDN_TYPECHANGE","features":[86]},{"name":"CD_LBSELADD","features":[86]},{"name":"CD_LBSELCHANGE","features":[86]},{"name":"CD_LBSELNOITEMS","features":[86]},{"name":"CD_LBSELSUB","features":[86]},{"name":"CFERR_CHOOSEFONTCODES","features":[86]},{"name":"CFERR_MAXLESSTHANMIN","features":[86]},{"name":"CFERR_NOFONTS","features":[86]},{"name":"CF_ANSIONLY","features":[86]},{"name":"CF_APPLY","features":[86]},{"name":"CF_BOTH","features":[86]},{"name":"CF_EFFECTS","features":[86]},{"name":"CF_ENABLEHOOK","features":[86]},{"name":"CF_ENABLETEMPLATE","features":[86]},{"name":"CF_ENABLETEMPLATEHANDLE","features":[86]},{"name":"CF_FIXEDPITCHONLY","features":[86]},{"name":"CF_FORCEFONTEXIST","features":[86]},{"name":"CF_INACTIVEFONTS","features":[86]},{"name":"CF_INITTOLOGFONTSTRUCT","features":[86]},{"name":"CF_LIMITSIZE","features":[86]},{"name":"CF_NOFACESEL","features":[86]},{"name":"CF_NOOEMFONTS","features":[86]},{"name":"CF_NOSCRIPTSEL","features":[86]},{"name":"CF_NOSIMULATIONS","features":[86]},{"name":"CF_NOSIZESEL","features":[86]},{"name":"CF_NOSTYLESEL","features":[86]},{"name":"CF_NOVECTORFONTS","features":[86]},{"name":"CF_NOVERTFONTS","features":[86]},{"name":"CF_PRINTERFONTS","features":[86]},{"name":"CF_SCALABLEONLY","features":[86]},{"name":"CF_SCREENFONTS","features":[86]},{"name":"CF_SCRIPTSONLY","features":[86]},{"name":"CF_SELECTSCRIPT","features":[86]},{"name":"CF_SHOWHELP","features":[86]},{"name":"CF_TTONLY","features":[86]},{"name":"CF_USESTYLE","features":[86]},{"name":"CF_WYSIWYG","features":[86]},{"name":"CHOOSECOLORA","features":[3,86]},{"name":"CHOOSECOLORA","features":[3,86]},{"name":"CHOOSECOLORW","features":[3,86]},{"name":"CHOOSECOLORW","features":[3,86]},{"name":"CHOOSECOLOR_FLAGS","features":[86]},{"name":"CHOOSEFONTA","features":[3,14,86]},{"name":"CHOOSEFONTA","features":[3,14,86]},{"name":"CHOOSEFONTW","features":[3,14,86]},{"name":"CHOOSEFONTW","features":[3,14,86]},{"name":"CHOOSEFONT_FLAGS","features":[86]},{"name":"CHOOSEFONT_FONT_TYPE","features":[86]},{"name":"COLOROKSTRING","features":[86]},{"name":"COLOROKSTRINGA","features":[86]},{"name":"COLOROKSTRINGW","features":[86]},{"name":"COLOR_ADD","features":[86]},{"name":"COLOR_BLUE","features":[86]},{"name":"COLOR_BLUEACCEL","features":[86]},{"name":"COLOR_BOX1","features":[86]},{"name":"COLOR_CURRENT","features":[86]},{"name":"COLOR_CUSTOM1","features":[86]},{"name":"COLOR_ELEMENT","features":[86]},{"name":"COLOR_GREEN","features":[86]},{"name":"COLOR_GREENACCEL","features":[86]},{"name":"COLOR_HUE","features":[86]},{"name":"COLOR_HUEACCEL","features":[86]},{"name":"COLOR_HUESCROLL","features":[86]},{"name":"COLOR_LUM","features":[86]},{"name":"COLOR_LUMACCEL","features":[86]},{"name":"COLOR_LUMSCROLL","features":[86]},{"name":"COLOR_MIX","features":[86]},{"name":"COLOR_PALETTE","features":[86]},{"name":"COLOR_RAINBOW","features":[86]},{"name":"COLOR_RED","features":[86]},{"name":"COLOR_REDACCEL","features":[86]},{"name":"COLOR_SAMPLES","features":[86]},{"name":"COLOR_SAT","features":[86]},{"name":"COLOR_SATACCEL","features":[86]},{"name":"COLOR_SATSCROLL","features":[86]},{"name":"COLOR_SAVE","features":[86]},{"name":"COLOR_SCHEMES","features":[86]},{"name":"COLOR_SOLID","features":[86]},{"name":"COLOR_SOLID_LEFT","features":[86]},{"name":"COLOR_SOLID_RIGHT","features":[86]},{"name":"COLOR_TUNE","features":[86]},{"name":"COMMON_DLG_ERRORS","features":[86]},{"name":"ChooseColorA","features":[3,86]},{"name":"ChooseColorW","features":[3,86]},{"name":"ChooseFontA","features":[3,14,86]},{"name":"ChooseFontW","features":[3,14,86]},{"name":"CommDlgExtendedError","features":[86]},{"name":"DEVNAMES","features":[86]},{"name":"DEVNAMES","features":[86]},{"name":"DLG_COLOR","features":[86]},{"name":"DN_DEFAULTPRN","features":[86]},{"name":"FILEOKSTRING","features":[86]},{"name":"FILEOKSTRINGA","features":[86]},{"name":"FILEOKSTRINGW","features":[86]},{"name":"FINDMSGSTRING","features":[86]},{"name":"FINDMSGSTRINGA","features":[86]},{"name":"FINDMSGSTRINGW","features":[86]},{"name":"FINDREPLACEA","features":[3,86]},{"name":"FINDREPLACEA","features":[3,86]},{"name":"FINDREPLACEW","features":[3,86]},{"name":"FINDREPLACEW","features":[3,86]},{"name":"FINDREPLACE_FLAGS","features":[86]},{"name":"FNERR_BUFFERTOOSMALL","features":[86]},{"name":"FNERR_FILENAMECODES","features":[86]},{"name":"FNERR_INVALIDFILENAME","features":[86]},{"name":"FNERR_SUBCLASSFAILURE","features":[86]},{"name":"FRERR_BUFFERLENGTHZERO","features":[86]},{"name":"FRERR_FINDREPLACECODES","features":[86]},{"name":"FRM_FIRST","features":[86]},{"name":"FRM_LAST","features":[86]},{"name":"FRM_SETOPERATIONRESULT","features":[86]},{"name":"FRM_SETOPERATIONRESULTTEXT","features":[86]},{"name":"FR_DIALOGTERM","features":[86]},{"name":"FR_DOWN","features":[86]},{"name":"FR_ENABLEHOOK","features":[86]},{"name":"FR_ENABLETEMPLATE","features":[86]},{"name":"FR_ENABLETEMPLATEHANDLE","features":[86]},{"name":"FR_FINDNEXT","features":[86]},{"name":"FR_HIDEMATCHCASE","features":[86]},{"name":"FR_HIDEUPDOWN","features":[86]},{"name":"FR_HIDEWHOLEWORD","features":[86]},{"name":"FR_MATCHALEFHAMZA","features":[86]},{"name":"FR_MATCHCASE","features":[86]},{"name":"FR_MATCHDIAC","features":[86]},{"name":"FR_MATCHKASHIDA","features":[86]},{"name":"FR_NOMATCHCASE","features":[86]},{"name":"FR_NOUPDOWN","features":[86]},{"name":"FR_NOWHOLEWORD","features":[86]},{"name":"FR_NOWRAPAROUND","features":[86]},{"name":"FR_RAW","features":[86]},{"name":"FR_REPLACE","features":[86]},{"name":"FR_REPLACEALL","features":[86]},{"name":"FR_SHOWHELP","features":[86]},{"name":"FR_SHOWWRAPAROUND","features":[86]},{"name":"FR_WHOLEWORD","features":[86]},{"name":"FR_WRAPAROUND","features":[86]},{"name":"FindTextA","features":[3,86]},{"name":"FindTextW","features":[3,86]},{"name":"GetFileTitleA","features":[86]},{"name":"GetFileTitleW","features":[86]},{"name":"GetOpenFileNameA","features":[3,86]},{"name":"GetOpenFileNameW","features":[3,86]},{"name":"GetSaveFileNameA","features":[3,86]},{"name":"GetSaveFileNameW","features":[3,86]},{"name":"HELPMSGSTRING","features":[86]},{"name":"HELPMSGSTRINGA","features":[86]},{"name":"HELPMSGSTRINGW","features":[86]},{"name":"IPrintDialogCallback","features":[86]},{"name":"IPrintDialogServices","features":[86]},{"name":"ITALIC_FONTTYPE","features":[86]},{"name":"LBSELCHSTRING","features":[86]},{"name":"LBSELCHSTRINGA","features":[86]},{"name":"LBSELCHSTRINGW","features":[86]},{"name":"LPCCHOOKPROC","features":[3,86]},{"name":"LPCFHOOKPROC","features":[3,86]},{"name":"LPFRHOOKPROC","features":[3,86]},{"name":"LPOFNHOOKPROC","features":[3,86]},{"name":"LPPAGEPAINTHOOK","features":[3,86]},{"name":"LPPAGESETUPHOOK","features":[3,86]},{"name":"LPPRINTHOOKPROC","features":[3,86]},{"name":"LPSETUPHOOKPROC","features":[3,86]},{"name":"NUM_BASIC_COLORS","features":[86]},{"name":"NUM_CUSTOM_COLORS","features":[86]},{"name":"OFNOTIFYA","features":[3,86]},{"name":"OFNOTIFYA","features":[3,86]},{"name":"OFNOTIFYEXA","features":[3,86]},{"name":"OFNOTIFYEXA","features":[3,86]},{"name":"OFNOTIFYEXW","features":[3,86]},{"name":"OFNOTIFYEXW","features":[3,86]},{"name":"OFNOTIFYW","features":[3,86]},{"name":"OFNOTIFYW","features":[3,86]},{"name":"OFN_ALLOWMULTISELECT","features":[86]},{"name":"OFN_CREATEPROMPT","features":[86]},{"name":"OFN_DONTADDTORECENT","features":[86]},{"name":"OFN_ENABLEHOOK","features":[86]},{"name":"OFN_ENABLEINCLUDENOTIFY","features":[86]},{"name":"OFN_ENABLESIZING","features":[86]},{"name":"OFN_ENABLETEMPLATE","features":[86]},{"name":"OFN_ENABLETEMPLATEHANDLE","features":[86]},{"name":"OFN_EXPLORER","features":[86]},{"name":"OFN_EXTENSIONDIFFERENT","features":[86]},{"name":"OFN_EX_NONE","features":[86]},{"name":"OFN_EX_NOPLACESBAR","features":[86]},{"name":"OFN_FILEMUSTEXIST","features":[86]},{"name":"OFN_FORCESHOWHIDDEN","features":[86]},{"name":"OFN_HIDEREADONLY","features":[86]},{"name":"OFN_LONGNAMES","features":[86]},{"name":"OFN_NOCHANGEDIR","features":[86]},{"name":"OFN_NODEREFERENCELINKS","features":[86]},{"name":"OFN_NOLONGNAMES","features":[86]},{"name":"OFN_NONETWORKBUTTON","features":[86]},{"name":"OFN_NOREADONLYRETURN","features":[86]},{"name":"OFN_NOTESTFILECREATE","features":[86]},{"name":"OFN_NOVALIDATE","features":[86]},{"name":"OFN_OVERWRITEPROMPT","features":[86]},{"name":"OFN_PATHMUSTEXIST","features":[86]},{"name":"OFN_READONLY","features":[86]},{"name":"OFN_SHAREAWARE","features":[86]},{"name":"OFN_SHAREFALLTHROUGH","features":[86]},{"name":"OFN_SHARENOWARN","features":[86]},{"name":"OFN_SHAREWARN","features":[86]},{"name":"OFN_SHOWHELP","features":[86]},{"name":"OPENFILENAMEA","features":[3,86]},{"name":"OPENFILENAMEA","features":[3,86]},{"name":"OPENFILENAMEW","features":[3,86]},{"name":"OPENFILENAMEW","features":[3,86]},{"name":"OPENFILENAME_NT4A","features":[3,86]},{"name":"OPENFILENAME_NT4A","features":[3,86]},{"name":"OPENFILENAME_NT4W","features":[3,86]},{"name":"OPENFILENAME_NT4W","features":[3,86]},{"name":"OPEN_FILENAME_FLAGS","features":[86]},{"name":"OPEN_FILENAME_FLAGS_EX","features":[86]},{"name":"PAGESETUPDLGA","features":[3,86]},{"name":"PAGESETUPDLGA","features":[3,86]},{"name":"PAGESETUPDLGW","features":[3,86]},{"name":"PAGESETUPDLGW","features":[3,86]},{"name":"PAGESETUPDLG_FLAGS","features":[86]},{"name":"PDERR_CREATEICFAILURE","features":[86]},{"name":"PDERR_DEFAULTDIFFERENT","features":[86]},{"name":"PDERR_DNDMMISMATCH","features":[86]},{"name":"PDERR_GETDEVMODEFAIL","features":[86]},{"name":"PDERR_INITFAILURE","features":[86]},{"name":"PDERR_LOADDRVFAILURE","features":[86]},{"name":"PDERR_NODEFAULTPRN","features":[86]},{"name":"PDERR_NODEVICES","features":[86]},{"name":"PDERR_PARSEFAILURE","features":[86]},{"name":"PDERR_PRINTERCODES","features":[86]},{"name":"PDERR_PRINTERNOTFOUND","features":[86]},{"name":"PDERR_RETDEFFAILURE","features":[86]},{"name":"PDERR_SETUPFAILURE","features":[86]},{"name":"PD_ALLPAGES","features":[86]},{"name":"PD_COLLATE","features":[86]},{"name":"PD_CURRENTPAGE","features":[86]},{"name":"PD_DISABLEPRINTTOFILE","features":[86]},{"name":"PD_ENABLEPRINTHOOK","features":[86]},{"name":"PD_ENABLEPRINTTEMPLATE","features":[86]},{"name":"PD_ENABLEPRINTTEMPLATEHANDLE","features":[86]},{"name":"PD_ENABLESETUPHOOK","features":[86]},{"name":"PD_ENABLESETUPTEMPLATE","features":[86]},{"name":"PD_ENABLESETUPTEMPLATEHANDLE","features":[86]},{"name":"PD_EXCLUSIONFLAGS","features":[86]},{"name":"PD_HIDEPRINTTOFILE","features":[86]},{"name":"PD_NOCURRENTPAGE","features":[86]},{"name":"PD_NONETWORKBUTTON","features":[86]},{"name":"PD_NOPAGENUMS","features":[86]},{"name":"PD_NOSELECTION","features":[86]},{"name":"PD_NOWARNING","features":[86]},{"name":"PD_PAGENUMS","features":[86]},{"name":"PD_PRINTSETUP","features":[86]},{"name":"PD_PRINTTOFILE","features":[86]},{"name":"PD_RESULT_APPLY","features":[86]},{"name":"PD_RESULT_CANCEL","features":[86]},{"name":"PD_RESULT_PRINT","features":[86]},{"name":"PD_RETURNDC","features":[86]},{"name":"PD_RETURNDEFAULT","features":[86]},{"name":"PD_RETURNIC","features":[86]},{"name":"PD_SELECTION","features":[86]},{"name":"PD_SHOWHELP","features":[86]},{"name":"PD_USEDEVMODECOPIES","features":[86]},{"name":"PD_USEDEVMODECOPIESANDCOLLATE","features":[86]},{"name":"PD_USELARGETEMPLATE","features":[86]},{"name":"PRINTDLGA","features":[3,14,86]},{"name":"PRINTDLGA","features":[3,14,86]},{"name":"PRINTDLGEXA","features":[3,14,86]},{"name":"PRINTDLGEXA","features":[3,14,86]},{"name":"PRINTDLGEXW","features":[3,14,86]},{"name":"PRINTDLGEXW","features":[3,14,86]},{"name":"PRINTDLGEX_FLAGS","features":[86]},{"name":"PRINTDLGW","features":[3,14,86]},{"name":"PRINTDLGW","features":[3,14,86]},{"name":"PRINTER_FONTTYPE","features":[86]},{"name":"PRINTPAGERANGE","features":[86]},{"name":"PRINTPAGERANGE","features":[86]},{"name":"PSD_DEFAULTMINMARGINS","features":[86]},{"name":"PSD_DISABLEMARGINS","features":[86]},{"name":"PSD_DISABLEORIENTATION","features":[86]},{"name":"PSD_DISABLEPAGEPAINTING","features":[86]},{"name":"PSD_DISABLEPAPER","features":[86]},{"name":"PSD_DISABLEPRINTER","features":[86]},{"name":"PSD_ENABLEPAGEPAINTHOOK","features":[86]},{"name":"PSD_ENABLEPAGESETUPHOOK","features":[86]},{"name":"PSD_ENABLEPAGESETUPTEMPLATE","features":[86]},{"name":"PSD_ENABLEPAGESETUPTEMPLATEHANDLE","features":[86]},{"name":"PSD_INHUNDREDTHSOFMILLIMETERS","features":[86]},{"name":"PSD_INTHOUSANDTHSOFINCHES","features":[86]},{"name":"PSD_INWININIINTLMEASURE","features":[86]},{"name":"PSD_MARGINS","features":[86]},{"name":"PSD_MINMARGINS","features":[86]},{"name":"PSD_NONETWORKBUTTON","features":[86]},{"name":"PSD_NOWARNING","features":[86]},{"name":"PSD_RETURNDEFAULT","features":[86]},{"name":"PSD_SHOWHELP","features":[86]},{"name":"PS_OPENTYPE_FONTTYPE","features":[86]},{"name":"PageSetupDlgA","features":[3,86]},{"name":"PageSetupDlgW","features":[3,86]},{"name":"PrintDlgA","features":[3,14,86]},{"name":"PrintDlgExA","features":[3,14,86]},{"name":"PrintDlgExW","features":[3,14,86]},{"name":"PrintDlgW","features":[3,14,86]},{"name":"REGULAR_FONTTYPE","features":[86]},{"name":"ReplaceTextA","features":[3,86]},{"name":"ReplaceTextW","features":[3,86]},{"name":"SCREEN_FONTTYPE","features":[86]},{"name":"SETRGBSTRING","features":[86]},{"name":"SETRGBSTRINGA","features":[86]},{"name":"SETRGBSTRINGW","features":[86]},{"name":"SHAREVISTRING","features":[86]},{"name":"SHAREVISTRINGA","features":[86]},{"name":"SHAREVISTRINGW","features":[86]},{"name":"SIMULATED_FONTTYPE","features":[86]},{"name":"START_PAGE_GENERAL","features":[86]},{"name":"SYMBOL_FONTTYPE","features":[86]},{"name":"TT_OPENTYPE_FONTTYPE","features":[86]},{"name":"TYPE1_FONTTYPE","features":[86]},{"name":"WM_CHOOSEFONT_GETLOGFONT","features":[86]},{"name":"WM_CHOOSEFONT_SETFLAGS","features":[86]},{"name":"WM_CHOOSEFONT_SETLOGFONT","features":[86]},{"name":"WM_PSD_ENVSTAMPRECT","features":[86]},{"name":"WM_PSD_FULLPAGERECT","features":[86]},{"name":"WM_PSD_GREEKTEXTRECT","features":[86]},{"name":"WM_PSD_MARGINRECT","features":[86]},{"name":"WM_PSD_MINMARGINRECT","features":[86]},{"name":"WM_PSD_YAFULLPAGERECT","features":[86]}],"656":[{"name":"AdjustWindowRectExForDpi","features":[3,212,52]},{"name":"AreDpiAwarenessContextsEqual","features":[3,212]},{"name":"DCDC_DEFAULT","features":[212]},{"name":"DCDC_DISABLE_FONT_UPDATE","features":[212]},{"name":"DCDC_DISABLE_RELAYOUT","features":[212]},{"name":"DDC_DEFAULT","features":[212]},{"name":"DDC_DISABLE_ALL","features":[212]},{"name":"DDC_DISABLE_CONTROL_RELAYOUT","features":[212]},{"name":"DDC_DISABLE_RESIZE","features":[212]},{"name":"DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS","features":[212]},{"name":"DIALOG_DPI_CHANGE_BEHAVIORS","features":[212]},{"name":"DPI_AWARENESS","features":[212]},{"name":"DPI_AWARENESS_CONTEXT","features":[212]},{"name":"DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE","features":[212]},{"name":"DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2","features":[212]},{"name":"DPI_AWARENESS_CONTEXT_SYSTEM_AWARE","features":[212]},{"name":"DPI_AWARENESS_CONTEXT_UNAWARE","features":[212]},{"name":"DPI_AWARENESS_CONTEXT_UNAWARE_GDISCALED","features":[212]},{"name":"DPI_AWARENESS_INVALID","features":[212]},{"name":"DPI_AWARENESS_PER_MONITOR_AWARE","features":[212]},{"name":"DPI_AWARENESS_SYSTEM_AWARE","features":[212]},{"name":"DPI_AWARENESS_UNAWARE","features":[212]},{"name":"DPI_HOSTING_BEHAVIOR","features":[212]},{"name":"DPI_HOSTING_BEHAVIOR_DEFAULT","features":[212]},{"name":"DPI_HOSTING_BEHAVIOR_INVALID","features":[212]},{"name":"DPI_HOSTING_BEHAVIOR_MIXED","features":[212]},{"name":"EnableNonClientDpiScaling","features":[3,212]},{"name":"GetAwarenessFromDpiAwarenessContext","features":[212]},{"name":"GetDialogControlDpiChangeBehavior","features":[3,212]},{"name":"GetDialogDpiChangeBehavior","features":[3,212]},{"name":"GetDpiAwarenessContextForProcess","features":[3,212]},{"name":"GetDpiForMonitor","features":[14,212]},{"name":"GetDpiForSystem","features":[212]},{"name":"GetDpiForWindow","features":[3,212]},{"name":"GetDpiFromDpiAwarenessContext","features":[212]},{"name":"GetProcessDpiAwareness","features":[3,212]},{"name":"GetSystemDpiForProcess","features":[3,212]},{"name":"GetSystemMetricsForDpi","features":[212,52]},{"name":"GetThreadDpiAwarenessContext","features":[212]},{"name":"GetThreadDpiHostingBehavior","features":[212]},{"name":"GetWindowDpiAwarenessContext","features":[3,212]},{"name":"GetWindowDpiHostingBehavior","features":[3,212]},{"name":"IsValidDpiAwarenessContext","features":[3,212]},{"name":"LogicalToPhysicalPointForPerMonitorDPI","features":[3,212]},{"name":"MDT_ANGULAR_DPI","features":[212]},{"name":"MDT_DEFAULT","features":[212]},{"name":"MDT_EFFECTIVE_DPI","features":[212]},{"name":"MDT_RAW_DPI","features":[212]},{"name":"MONITOR_DPI_TYPE","features":[212]},{"name":"OpenThemeDataForDpi","features":[3,42,212]},{"name":"PROCESS_DPI_AWARENESS","features":[212]},{"name":"PROCESS_DPI_UNAWARE","features":[212]},{"name":"PROCESS_PER_MONITOR_DPI_AWARE","features":[212]},{"name":"PROCESS_SYSTEM_DPI_AWARE","features":[212]},{"name":"PhysicalToLogicalPointForPerMonitorDPI","features":[3,212]},{"name":"SetDialogControlDpiChangeBehavior","features":[3,212]},{"name":"SetDialogDpiChangeBehavior","features":[3,212]},{"name":"SetProcessDpiAwareness","features":[212]},{"name":"SetProcessDpiAwarenessContext","features":[3,212]},{"name":"SetThreadDpiAwarenessContext","features":[212]},{"name":"SetThreadDpiHostingBehavior","features":[212]},{"name":"SystemParametersInfoForDpi","features":[3,212]}],"657":[{"name":"DefRawInputProc","features":[3,213]},{"name":"GetCIMSSM","features":[3,213]},{"name":"GetCurrentInputMessageSource","features":[3,213]},{"name":"GetRawInputBuffer","features":[3,213]},{"name":"GetRawInputData","features":[213]},{"name":"GetRawInputDeviceInfoA","features":[3,213]},{"name":"GetRawInputDeviceInfoW","features":[3,213]},{"name":"GetRawInputDeviceList","features":[3,213]},{"name":"GetRegisteredRawInputDevices","features":[3,213]},{"name":"HRAWINPUT","features":[213]},{"name":"IMDT_KEYBOARD","features":[213]},{"name":"IMDT_MOUSE","features":[213]},{"name":"IMDT_PEN","features":[213]},{"name":"IMDT_TOUCH","features":[213]},{"name":"IMDT_TOUCHPAD","features":[213]},{"name":"IMDT_UNAVAILABLE","features":[213]},{"name":"IMO_HARDWARE","features":[213]},{"name":"IMO_INJECTED","features":[213]},{"name":"IMO_SYSTEM","features":[213]},{"name":"IMO_UNAVAILABLE","features":[213]},{"name":"INPUT_MESSAGE_DEVICE_TYPE","features":[213]},{"name":"INPUT_MESSAGE_ORIGIN_ID","features":[213]},{"name":"INPUT_MESSAGE_SOURCE","features":[213]},{"name":"MOUSE_ATTRIBUTES_CHANGED","features":[213]},{"name":"MOUSE_MOVE_ABSOLUTE","features":[213]},{"name":"MOUSE_MOVE_NOCOALESCE","features":[213]},{"name":"MOUSE_MOVE_RELATIVE","features":[213]},{"name":"MOUSE_STATE","features":[213]},{"name":"MOUSE_VIRTUAL_DESKTOP","features":[213]},{"name":"RAWHID","features":[213]},{"name":"RAWINPUT","features":[3,213]},{"name":"RAWINPUTDEVICE","features":[3,213]},{"name":"RAWINPUTDEVICELIST","features":[3,213]},{"name":"RAWINPUTDEVICE_FLAGS","features":[213]},{"name":"RAWINPUTHEADER","features":[3,213]},{"name":"RAWKEYBOARD","features":[213]},{"name":"RAWMOUSE","features":[213]},{"name":"RAW_INPUT_DATA_COMMAND_FLAGS","features":[213]},{"name":"RAW_INPUT_DEVICE_INFO_COMMAND","features":[213]},{"name":"RIDEV_APPKEYS","features":[213]},{"name":"RIDEV_CAPTUREMOUSE","features":[213]},{"name":"RIDEV_DEVNOTIFY","features":[213]},{"name":"RIDEV_EXCLUDE","features":[213]},{"name":"RIDEV_EXINPUTSINK","features":[213]},{"name":"RIDEV_INPUTSINK","features":[213]},{"name":"RIDEV_NOHOTKEYS","features":[213]},{"name":"RIDEV_NOLEGACY","features":[213]},{"name":"RIDEV_PAGEONLY","features":[213]},{"name":"RIDEV_REMOVE","features":[213]},{"name":"RIDI_DEVICEINFO","features":[213]},{"name":"RIDI_DEVICENAME","features":[213]},{"name":"RIDI_PREPARSEDDATA","features":[213]},{"name":"RID_DEVICE_INFO","features":[3,213]},{"name":"RID_DEVICE_INFO_HID","features":[213]},{"name":"RID_DEVICE_INFO_KEYBOARD","features":[213]},{"name":"RID_DEVICE_INFO_MOUSE","features":[3,213]},{"name":"RID_DEVICE_INFO_TYPE","features":[213]},{"name":"RID_HEADER","features":[213]},{"name":"RID_INPUT","features":[213]},{"name":"RIM_TYPEHID","features":[213]},{"name":"RIM_TYPEKEYBOARD","features":[213]},{"name":"RIM_TYPEMOUSE","features":[213]},{"name":"RegisterRawInputDevices","features":[3,213]}],"658":[{"name":"APPLETIDLIST","features":[214]},{"name":"APPLYCANDEXPARAM","features":[214]},{"name":"ATTR_CONVERTED","features":[214]},{"name":"ATTR_FIXEDCONVERTED","features":[214]},{"name":"ATTR_INPUT","features":[214]},{"name":"ATTR_INPUT_ERROR","features":[214]},{"name":"ATTR_TARGET_CONVERTED","features":[214]},{"name":"ATTR_TARGET_NOTCONVERTED","features":[214]},{"name":"CANDIDATEFORM","features":[3,214]},{"name":"CANDIDATEINFO","features":[214]},{"name":"CANDIDATELIST","features":[214]},{"name":"CATID_MSIME_IImePadApplet","features":[214]},{"name":"CATID_MSIME_IImePadApplet1000","features":[214]},{"name":"CATID_MSIME_IImePadApplet1200","features":[214]},{"name":"CATID_MSIME_IImePadApplet900","features":[214]},{"name":"CATID_MSIME_IImePadApplet_VER7","features":[214]},{"name":"CATID_MSIME_IImePadApplet_VER80","features":[214]},{"name":"CATID_MSIME_IImePadApplet_VER81","features":[214]},{"name":"CActiveIMM","features":[214]},{"name":"CFS_CANDIDATEPOS","features":[214]},{"name":"CFS_DEFAULT","features":[214]},{"name":"CFS_EXCLUDE","features":[214]},{"name":"CFS_FORCE_POSITION","features":[214]},{"name":"CFS_POINT","features":[214]},{"name":"CFS_RECT","features":[214]},{"name":"CHARINFO_APPLETID_MASK","features":[214]},{"name":"CHARINFO_CHARID_MASK","features":[214]},{"name":"CHARINFO_FEID_MASK","features":[214]},{"name":"CLSID_ImePlugInDictDictionaryList_CHS","features":[214]},{"name":"CLSID_ImePlugInDictDictionaryList_JPN","features":[214]},{"name":"CLSID_VERSION_DEPENDENT_MSIME_JAPANESE","features":[214]},{"name":"COMPOSITIONFORM","features":[3,214]},{"name":"COMPOSITIONSTRING","features":[214]},{"name":"CPS_CANCEL","features":[214]},{"name":"CPS_COMPLETE","features":[214]},{"name":"CPS_CONVERT","features":[214]},{"name":"CPS_REVERT","features":[214]},{"name":"CS_INSERTCHAR","features":[214]},{"name":"CS_NOMOVECARET","features":[214]},{"name":"E_LARGEINPUT","features":[214]},{"name":"E_NOCAND","features":[214]},{"name":"E_NOTENOUGH_BUFFER","features":[214]},{"name":"E_NOTENOUGH_WDD","features":[214]},{"name":"FEID_CHINESE_HONGKONG","features":[214]},{"name":"FEID_CHINESE_SIMPLIFIED","features":[214]},{"name":"FEID_CHINESE_SINGAPORE","features":[214]},{"name":"FEID_CHINESE_TRADITIONAL","features":[214]},{"name":"FEID_JAPANESE","features":[214]},{"name":"FEID_KOREAN","features":[214]},{"name":"FEID_KOREAN_JOHAB","features":[214]},{"name":"FEID_NONE","features":[214]},{"name":"FELANG_CLMN_FIXD","features":[214]},{"name":"FELANG_CLMN_FIXR","features":[214]},{"name":"FELANG_CLMN_NOPBREAK","features":[214]},{"name":"FELANG_CLMN_NOWBREAK","features":[214]},{"name":"FELANG_CLMN_PBREAK","features":[214]},{"name":"FELANG_CLMN_WBREAK","features":[214]},{"name":"FELANG_CMODE_AUTOMATIC","features":[214]},{"name":"FELANG_CMODE_BESTFIRST","features":[214]},{"name":"FELANG_CMODE_BOPOMOFO","features":[214]},{"name":"FELANG_CMODE_CONVERSATION","features":[214]},{"name":"FELANG_CMODE_FULLWIDTHOUT","features":[214]},{"name":"FELANG_CMODE_HALFWIDTHOUT","features":[214]},{"name":"FELANG_CMODE_HANGUL","features":[214]},{"name":"FELANG_CMODE_HIRAGANAOUT","features":[214]},{"name":"FELANG_CMODE_KATAKANAOUT","features":[214]},{"name":"FELANG_CMODE_MERGECAND","features":[214]},{"name":"FELANG_CMODE_MONORUBY","features":[214]},{"name":"FELANG_CMODE_NAME","features":[214]},{"name":"FELANG_CMODE_NOINVISIBLECHAR","features":[214]},{"name":"FELANG_CMODE_NONE","features":[214]},{"name":"FELANG_CMODE_NOPRUNING","features":[214]},{"name":"FELANG_CMODE_PHRASEPREDICT","features":[214]},{"name":"FELANG_CMODE_PINYIN","features":[214]},{"name":"FELANG_CMODE_PLAURALCLAUSE","features":[214]},{"name":"FELANG_CMODE_PRECONV","features":[214]},{"name":"FELANG_CMODE_RADICAL","features":[214]},{"name":"FELANG_CMODE_ROMAN","features":[214]},{"name":"FELANG_CMODE_SINGLECONVERT","features":[214]},{"name":"FELANG_CMODE_UNKNOWNREADING","features":[214]},{"name":"FELANG_CMODE_USENOREVWORDS","features":[214]},{"name":"FELANG_INVALD_PO","features":[214]},{"name":"FELANG_REQ_CONV","features":[214]},{"name":"FELANG_REQ_RECONV","features":[214]},{"name":"FELANG_REQ_REV","features":[214]},{"name":"FID_MSIME_KMS_DEL_KEYLIST","features":[214]},{"name":"FID_MSIME_KMS_FUNCDESC","features":[214]},{"name":"FID_MSIME_KMS_GETMAP","features":[214]},{"name":"FID_MSIME_KMS_GETMAPFAST","features":[214]},{"name":"FID_MSIME_KMS_GETMAPSEAMLESS","features":[214]},{"name":"FID_MSIME_KMS_INIT","features":[214]},{"name":"FID_MSIME_KMS_INVOKE","features":[214]},{"name":"FID_MSIME_KMS_NOTIFY","features":[214]},{"name":"FID_MSIME_KMS_SETMAP","features":[214]},{"name":"FID_MSIME_KMS_TERM","features":[214]},{"name":"FID_MSIME_KMS_VERSION","features":[214]},{"name":"FID_MSIME_VERSION","features":[214]},{"name":"FID_RECONVERT_VERSION","features":[214]},{"name":"GCL_CONVERSION","features":[214]},{"name":"GCL_REVERSECONVERSION","features":[214]},{"name":"GCL_REVERSE_LENGTH","features":[214]},{"name":"GCSEX_CANCELRECONVERT","features":[214]},{"name":"GCS_COMPATTR","features":[214]},{"name":"GCS_COMPCLAUSE","features":[214]},{"name":"GCS_COMPREADATTR","features":[214]},{"name":"GCS_COMPREADCLAUSE","features":[214]},{"name":"GCS_COMPREADSTR","features":[214]},{"name":"GCS_COMPSTR","features":[214]},{"name":"GCS_CURSORPOS","features":[214]},{"name":"GCS_DELTASTART","features":[214]},{"name":"GCS_RESULTCLAUSE","features":[214]},{"name":"GCS_RESULTREADCLAUSE","features":[214]},{"name":"GCS_RESULTREADSTR","features":[214]},{"name":"GCS_RESULTSTR","features":[214]},{"name":"GET_CONVERSION_LIST_FLAG","features":[214]},{"name":"GET_GUIDE_LINE_TYPE","features":[214]},{"name":"GGL_INDEX","features":[214]},{"name":"GGL_LEVEL","features":[214]},{"name":"GGL_PRIVATE","features":[214]},{"name":"GGL_STRING","features":[214]},{"name":"GL_ID_CANNOTSAVE","features":[214]},{"name":"GL_ID_CHOOSECANDIDATE","features":[214]},{"name":"GL_ID_INPUTCODE","features":[214]},{"name":"GL_ID_INPUTRADICAL","features":[214]},{"name":"GL_ID_INPUTREADING","features":[214]},{"name":"GL_ID_INPUTSYMBOL","features":[214]},{"name":"GL_ID_NOCONVERT","features":[214]},{"name":"GL_ID_NODICTIONARY","features":[214]},{"name":"GL_ID_NOMODULE","features":[214]},{"name":"GL_ID_PRIVATE_FIRST","features":[214]},{"name":"GL_ID_PRIVATE_LAST","features":[214]},{"name":"GL_ID_READINGCONFLICT","features":[214]},{"name":"GL_ID_REVERSECONVERSION","features":[214]},{"name":"GL_ID_TOOMANYSTROKE","features":[214]},{"name":"GL_ID_TYPINGERROR","features":[214]},{"name":"GL_ID_UNKNOWN","features":[214]},{"name":"GL_LEVEL_ERROR","features":[214]},{"name":"GL_LEVEL_FATAL","features":[214]},{"name":"GL_LEVEL_INFORMATION","features":[214]},{"name":"GL_LEVEL_NOGUIDELINE","features":[214]},{"name":"GL_LEVEL_WARNING","features":[214]},{"name":"GUIDELINE","features":[214]},{"name":"HIMC","features":[214]},{"name":"HIMCC","features":[214]},{"name":"IACE_CHILDREN","features":[214]},{"name":"IACE_DEFAULT","features":[214]},{"name":"IACE_IGNORENOCONTEXT","features":[214]},{"name":"IActiveIME","features":[214]},{"name":"IActiveIME2","features":[214]},{"name":"IActiveIMMApp","features":[214]},{"name":"IActiveIMMIME","features":[214]},{"name":"IActiveIMMMessagePumpOwner","features":[214]},{"name":"IActiveIMMRegistrar","features":[214]},{"name":"IEnumInputContext","features":[214]},{"name":"IEnumRegisterWordA","features":[214]},{"name":"IEnumRegisterWordW","features":[214]},{"name":"IFEC_S_ALREADY_DEFAULT","features":[214]},{"name":"IFEClassFactory","features":[214]},{"name":"IFECommon","features":[214]},{"name":"IFED_ACTIVE_DICT","features":[214]},{"name":"IFED_ATOK10","features":[214]},{"name":"IFED_ATOK9","features":[214]},{"name":"IFED_E_INVALID_FORMAT","features":[214]},{"name":"IFED_E_NOT_FOUND","features":[214]},{"name":"IFED_E_NOT_SUPPORTED","features":[214]},{"name":"IFED_E_NOT_USER_DIC","features":[214]},{"name":"IFED_E_NO_ENTRY","features":[214]},{"name":"IFED_E_OPEN_FAILED","features":[214]},{"name":"IFED_E_REGISTER_DISCONNECTED","features":[214]},{"name":"IFED_E_REGISTER_FAILED","features":[214]},{"name":"IFED_E_REGISTER_ILLEGAL_POS","features":[214]},{"name":"IFED_E_REGISTER_IMPROPER_WORD","features":[214]},{"name":"IFED_E_USER_COMMENT","features":[214]},{"name":"IFED_E_WRITE_FAILED","features":[214]},{"name":"IFED_MSIME2_BIN_SYSTEM","features":[214]},{"name":"IFED_MSIME2_BIN_USER","features":[214]},{"name":"IFED_MSIME2_TEXT_USER","features":[214]},{"name":"IFED_MSIME95_BIN_SYSTEM","features":[214]},{"name":"IFED_MSIME95_BIN_USER","features":[214]},{"name":"IFED_MSIME95_TEXT_USER","features":[214]},{"name":"IFED_MSIME97_BIN_SYSTEM","features":[214]},{"name":"IFED_MSIME97_BIN_USER","features":[214]},{"name":"IFED_MSIME97_TEXT_USER","features":[214]},{"name":"IFED_MSIME98_BIN_SYSTEM","features":[214]},{"name":"IFED_MSIME98_BIN_USER","features":[214]},{"name":"IFED_MSIME98_SYSTEM_CE","features":[214]},{"name":"IFED_MSIME98_TEXT_USER","features":[214]},{"name":"IFED_MSIME_BIN_SYSTEM","features":[214]},{"name":"IFED_MSIME_BIN_USER","features":[214]},{"name":"IFED_MSIME_TEXT_USER","features":[214]},{"name":"IFED_NEC_AI_","features":[214]},{"name":"IFED_PIME2_BIN_STANDARD_SYSTEM","features":[214]},{"name":"IFED_PIME2_BIN_SYSTEM","features":[214]},{"name":"IFED_PIME2_BIN_USER","features":[214]},{"name":"IFED_POS_ADJECTIVE","features":[214]},{"name":"IFED_POS_ADJECTIVE_VERB","features":[214]},{"name":"IFED_POS_ADNOUN","features":[214]},{"name":"IFED_POS_ADVERB","features":[214]},{"name":"IFED_POS_AFFIX","features":[214]},{"name":"IFED_POS_ALL","features":[214]},{"name":"IFED_POS_AUXILIARY_VERB","features":[214]},{"name":"IFED_POS_CONJUNCTION","features":[214]},{"name":"IFED_POS_DEPENDENT","features":[214]},{"name":"IFED_POS_IDIOMS","features":[214]},{"name":"IFED_POS_INDEPENDENT","features":[214]},{"name":"IFED_POS_INFLECTIONALSUFFIX","features":[214]},{"name":"IFED_POS_INTERJECTION","features":[214]},{"name":"IFED_POS_NONE","features":[214]},{"name":"IFED_POS_NOUN","features":[214]},{"name":"IFED_POS_PARTICLE","features":[214]},{"name":"IFED_POS_PREFIX","features":[214]},{"name":"IFED_POS_SUB_VERB","features":[214]},{"name":"IFED_POS_SUFFIX","features":[214]},{"name":"IFED_POS_SYMBOLS","features":[214]},{"name":"IFED_POS_TANKANJI","features":[214]},{"name":"IFED_POS_VERB","features":[214]},{"name":"IFED_REG_ALL","features":[214]},{"name":"IFED_REG_AUTO","features":[214]},{"name":"IFED_REG_DEL","features":[214]},{"name":"IFED_REG_GRAMMAR","features":[214]},{"name":"IFED_REG_HEAD","features":[214]},{"name":"IFED_REG_NONE","features":[214]},{"name":"IFED_REG_TAIL","features":[214]},{"name":"IFED_REG_USER","features":[214]},{"name":"IFED_REL_ALL","features":[214]},{"name":"IFED_REL_DE","features":[214]},{"name":"IFED_REL_FUKU_YOUGEN","features":[214]},{"name":"IFED_REL_GA","features":[214]},{"name":"IFED_REL_HE","features":[214]},{"name":"IFED_REL_IDEOM","features":[214]},{"name":"IFED_REL_KARA","features":[214]},{"name":"IFED_REL_KEIDOU1_YOUGEN","features":[214]},{"name":"IFED_REL_KEIDOU2_YOUGEN","features":[214]},{"name":"IFED_REL_KEIYOU_TARU_YOUGEN","features":[214]},{"name":"IFED_REL_KEIYOU_TO_YOUGEN","features":[214]},{"name":"IFED_REL_KEIYOU_YOUGEN","features":[214]},{"name":"IFED_REL_MADE","features":[214]},{"name":"IFED_REL_NI","features":[214]},{"name":"IFED_REL_NO","features":[214]},{"name":"IFED_REL_NONE","features":[214]},{"name":"IFED_REL_RENSOU","features":[214]},{"name":"IFED_REL_RENTAI_MEI","features":[214]},{"name":"IFED_REL_TAIGEN","features":[214]},{"name":"IFED_REL_TO","features":[214]},{"name":"IFED_REL_UNKNOWN1","features":[214]},{"name":"IFED_REL_UNKNOWN2","features":[214]},{"name":"IFED_REL_WO","features":[214]},{"name":"IFED_REL_YORI","features":[214]},{"name":"IFED_REL_YOUGEN","features":[214]},{"name":"IFED_SELECT_ALL","features":[214]},{"name":"IFED_SELECT_COMMENT","features":[214]},{"name":"IFED_SELECT_DISPLAY","features":[214]},{"name":"IFED_SELECT_NONE","features":[214]},{"name":"IFED_SELECT_POS","features":[214]},{"name":"IFED_SELECT_READING","features":[214]},{"name":"IFED_S_COMMENT_CHANGED","features":[214]},{"name":"IFED_S_EMPTY_DICTIONARY","features":[214]},{"name":"IFED_S_MORE_ENTRIES","features":[214]},{"name":"IFED_S_WORD_EXISTS","features":[214]},{"name":"IFED_TYPE_ALL","features":[214]},{"name":"IFED_TYPE_ENGLISH","features":[214]},{"name":"IFED_TYPE_GENERAL","features":[214]},{"name":"IFED_TYPE_NAMEPLACE","features":[214]},{"name":"IFED_TYPE_NONE","features":[214]},{"name":"IFED_TYPE_REVERSE","features":[214]},{"name":"IFED_TYPE_SPEECH","features":[214]},{"name":"IFED_UCT_MAX","features":[214]},{"name":"IFED_UCT_NONE","features":[214]},{"name":"IFED_UCT_STRING_SJIS","features":[214]},{"name":"IFED_UCT_STRING_UNICODE","features":[214]},{"name":"IFED_UCT_USER_DEFINED","features":[214]},{"name":"IFED_UNKNOWN","features":[214]},{"name":"IFED_VJE_20","features":[214]},{"name":"IFED_WX_II","features":[214]},{"name":"IFED_WX_III","features":[214]},{"name":"IFEDictionary","features":[214]},{"name":"IFELanguage","features":[214]},{"name":"IGIMIF_RIGHTMENU","features":[214]},{"name":"IGIMII_CMODE","features":[214]},{"name":"IGIMII_CONFIGURE","features":[214]},{"name":"IGIMII_HELP","features":[214]},{"name":"IGIMII_INPUTTOOLS","features":[214]},{"name":"IGIMII_OTHER","features":[214]},{"name":"IGIMII_SMODE","features":[214]},{"name":"IGIMII_TOOLS","features":[214]},{"name":"IImePad","features":[214]},{"name":"IImePadApplet","features":[214]},{"name":"IImePlugInDictDictionaryList","features":[214]},{"name":"IImeSpecifyApplets","features":[214]},{"name":"IMCENUMPROC","features":[3,214]},{"name":"IMC_CLOSESTATUSWINDOW","features":[214]},{"name":"IMC_GETCANDIDATEPOS","features":[214]},{"name":"IMC_GETCOMPOSITIONFONT","features":[214]},{"name":"IMC_GETCOMPOSITIONWINDOW","features":[214]},{"name":"IMC_GETSOFTKBDFONT","features":[214]},{"name":"IMC_GETSOFTKBDPOS","features":[214]},{"name":"IMC_GETSOFTKBDSUBTYPE","features":[214]},{"name":"IMC_GETSTATUSWINDOWPOS","features":[214]},{"name":"IMC_OPENSTATUSWINDOW","features":[214]},{"name":"IMC_SETCANDIDATEPOS","features":[214]},{"name":"IMC_SETCOMPOSITIONFONT","features":[214]},{"name":"IMC_SETCOMPOSITIONWINDOW","features":[214]},{"name":"IMC_SETCONVERSIONMODE","features":[214]},{"name":"IMC_SETOPENSTATUS","features":[214]},{"name":"IMC_SETSENTENCEMODE","features":[214]},{"name":"IMC_SETSOFTKBDDATA","features":[214]},{"name":"IMC_SETSOFTKBDFONT","features":[214]},{"name":"IMC_SETSOFTKBDPOS","features":[214]},{"name":"IMC_SETSOFTKBDSUBTYPE","features":[214]},{"name":"IMC_SETSTATUSWINDOWPOS","features":[214]},{"name":"IMEAPPLETCFG","features":[3,214,52]},{"name":"IMEAPPLETUI","features":[3,214]},{"name":"IMECHARINFO","features":[214]},{"name":"IMECHARPOSITION","features":[3,214]},{"name":"IMECOMPOSITIONSTRINGINFO","features":[214]},{"name":"IMEDLG","features":[3,214]},{"name":"IMEDP","features":[214]},{"name":"IMEFAREASTINFO","features":[214]},{"name":"IMEFAREASTINFO_TYPE_COMMENT","features":[214]},{"name":"IMEFAREASTINFO_TYPE_COSTTIME","features":[214]},{"name":"IMEFAREASTINFO_TYPE_DEFAULT","features":[214]},{"name":"IMEFAREASTINFO_TYPE_READING","features":[214]},{"name":"IMEFMT","features":[214]},{"name":"IMEINFO","features":[214]},{"name":"IMEITEM","features":[214]},{"name":"IMEITEMCANDIDATE","features":[214]},{"name":"IMEKEYCTRLMASK_ALT","features":[214]},{"name":"IMEKEYCTRLMASK_CTRL","features":[214]},{"name":"IMEKEYCTRLMASK_SHIFT","features":[214]},{"name":"IMEKEYCTRL_DOWN","features":[214]},{"name":"IMEKEYCTRL_UP","features":[214]},{"name":"IMEKMS","features":[214]},{"name":"IMEKMSFUNCDESC","features":[214]},{"name":"IMEKMSINIT","features":[3,214]},{"name":"IMEKMSINVK","features":[214]},{"name":"IMEKMSKEY","features":[214]},{"name":"IMEKMSKMP","features":[214]},{"name":"IMEKMSNTFY","features":[3,214]},{"name":"IMEKMS_2NDLEVEL","features":[214]},{"name":"IMEKMS_CANDIDATE","features":[214]},{"name":"IMEKMS_COMPOSITION","features":[214]},{"name":"IMEKMS_IMEOFF","features":[214]},{"name":"IMEKMS_INPTGL","features":[214]},{"name":"IMEKMS_NOCOMPOSITION","features":[214]},{"name":"IMEKMS_SELECTION","features":[214]},{"name":"IMEKMS_TYPECAND","features":[214]},{"name":"IMEMENUITEMINFOA","features":[14,214]},{"name":"IMEMENUITEMINFOW","features":[14,214]},{"name":"IMEMENUITEM_STRING_SIZE","features":[214]},{"name":"IMEMOUSERET_NOTHANDLED","features":[214]},{"name":"IMEMOUSE_LDOWN","features":[214]},{"name":"IMEMOUSE_MDOWN","features":[214]},{"name":"IMEMOUSE_NONE","features":[214]},{"name":"IMEMOUSE_RDOWN","features":[214]},{"name":"IMEMOUSE_VERSION","features":[214]},{"name":"IMEMOUSE_WDOWN","features":[214]},{"name":"IMEMOUSE_WUP","features":[214]},{"name":"IMEPADCTRL_CARETBACKSPACE","features":[214]},{"name":"IMEPADCTRL_CARETBOTTOM","features":[214]},{"name":"IMEPADCTRL_CARETDELETE","features":[214]},{"name":"IMEPADCTRL_CARETLEFT","features":[214]},{"name":"IMEPADCTRL_CARETRIGHT","features":[214]},{"name":"IMEPADCTRL_CARETSET","features":[214]},{"name":"IMEPADCTRL_CARETTOP","features":[214]},{"name":"IMEPADCTRL_CLEARALL","features":[214]},{"name":"IMEPADCTRL_CONVERTALL","features":[214]},{"name":"IMEPADCTRL_DETERMINALL","features":[214]},{"name":"IMEPADCTRL_DETERMINCHAR","features":[214]},{"name":"IMEPADCTRL_INSERTFULLSPACE","features":[214]},{"name":"IMEPADCTRL_INSERTHALFSPACE","features":[214]},{"name":"IMEPADCTRL_INSERTSPACE","features":[214]},{"name":"IMEPADCTRL_OFFIME","features":[214]},{"name":"IMEPADCTRL_OFFPRECONVERSION","features":[214]},{"name":"IMEPADCTRL_ONIME","features":[214]},{"name":"IMEPADCTRL_ONPRECONVERSION","features":[214]},{"name":"IMEPADCTRL_PHONETICCANDIDATE","features":[214]},{"name":"IMEPADCTRL_PHRASEDELETE","features":[214]},{"name":"IMEPADREQ_CHANGESTRING","features":[214]},{"name":"IMEPADREQ_CHANGESTRINGCANDIDATEINFO","features":[214]},{"name":"IMEPADREQ_CHANGESTRINGINFO","features":[214]},{"name":"IMEPADREQ_DELETESTRING","features":[214]},{"name":"IMEPADREQ_FIRST","features":[214]},{"name":"IMEPADREQ_FORCEIMEPADWINDOWSHOW","features":[214]},{"name":"IMEPADREQ_GETAPPLETDATA","features":[214]},{"name":"IMEPADREQ_GETAPPLETUISTYLE","features":[214]},{"name":"IMEPADREQ_GETAPPLHWND","features":[214]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRING","features":[214]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRINGID","features":[214]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRINGINFO","features":[214]},{"name":"IMEPADREQ_GETCONVERSIONSTATUS","features":[214]},{"name":"IMEPADREQ_GETCURRENTIMEINFO","features":[214]},{"name":"IMEPADREQ_GETCURRENTUILANGID","features":[214]},{"name":"IMEPADREQ_GETDEFAULTUILANGID","features":[214]},{"name":"IMEPADREQ_GETSELECTEDSTRING","features":[214]},{"name":"IMEPADREQ_GETVERSION","features":[214]},{"name":"IMEPADREQ_INSERTITEMCANDIDATE","features":[214]},{"name":"IMEPADREQ_INSERTSTRING","features":[214]},{"name":"IMEPADREQ_INSERTSTRINGCANDIDATE","features":[214]},{"name":"IMEPADREQ_INSERTSTRINGCANDIDATEINFO","features":[214]},{"name":"IMEPADREQ_INSERTSTRINGINFO","features":[214]},{"name":"IMEPADREQ_ISAPPLETACTIVE","features":[214]},{"name":"IMEPADREQ_ISIMEPADWINDOWVISIBLE","features":[214]},{"name":"IMEPADREQ_POSTMODALNOTIFY","features":[214]},{"name":"IMEPADREQ_SENDCONTROL","features":[214]},{"name":"IMEPADREQ_SENDKEYCONTROL","features":[214]},{"name":"IMEPADREQ_SETAPPLETDATA","features":[214]},{"name":"IMEPADREQ_SETAPPLETMINMAXSIZE","features":[214]},{"name":"IMEPADREQ_SETAPPLETSIZE","features":[214]},{"name":"IMEPADREQ_SETAPPLETUISTYLE","features":[214]},{"name":"IMEPADREQ_SETTITLEFONT","features":[214]},{"name":"IMEPN_ACTIVATE","features":[214]},{"name":"IMEPN_APPLYCAND","features":[214]},{"name":"IMEPN_APPLYCANDEX","features":[214]},{"name":"IMEPN_CONFIG","features":[214]},{"name":"IMEPN_FIRST","features":[214]},{"name":"IMEPN_HELP","features":[214]},{"name":"IMEPN_HIDE","features":[214]},{"name":"IMEPN_INACTIVATE","features":[214]},{"name":"IMEPN_QUERYCAND","features":[214]},{"name":"IMEPN_SETTINGCHANGED","features":[214]},{"name":"IMEPN_SHOW","features":[214]},{"name":"IMEPN_SIZECHANGED","features":[214]},{"name":"IMEPN_SIZECHANGING","features":[214]},{"name":"IMEPN_USER","features":[214]},{"name":"IMEREG","features":[214]},{"name":"IMEREL","features":[214]},{"name":"IMESHF","features":[214]},{"name":"IMESTRINGCANDIDATE","features":[214]},{"name":"IMESTRINGCANDIDATEINFO","features":[214]},{"name":"IMESTRINGINFO","features":[214]},{"name":"IMEUCT","features":[214]},{"name":"IMEVER_0310","features":[214]},{"name":"IMEVER_0400","features":[214]},{"name":"IMEWRD","features":[214]},{"name":"IME_CAND_CODE","features":[214]},{"name":"IME_CAND_MEANING","features":[214]},{"name":"IME_CAND_RADICAL","features":[214]},{"name":"IME_CAND_READ","features":[214]},{"name":"IME_CAND_STROKE","features":[214]},{"name":"IME_CAND_UNKNOWN","features":[214]},{"name":"IME_CHOTKEY_IME_NONIME_TOGGLE","features":[214]},{"name":"IME_CHOTKEY_SHAPE_TOGGLE","features":[214]},{"name":"IME_CHOTKEY_SYMBOL_TOGGLE","features":[214]},{"name":"IME_CMODE_ALPHANUMERIC","features":[214]},{"name":"IME_CMODE_CHARCODE","features":[214]},{"name":"IME_CMODE_CHINESE","features":[214]},{"name":"IME_CMODE_EUDC","features":[214]},{"name":"IME_CMODE_FIXED","features":[214]},{"name":"IME_CMODE_FULLSHAPE","features":[214]},{"name":"IME_CMODE_HANGEUL","features":[214]},{"name":"IME_CMODE_HANGUL","features":[214]},{"name":"IME_CMODE_HANJACONVERT","features":[214]},{"name":"IME_CMODE_JAPANESE","features":[214]},{"name":"IME_CMODE_KATAKANA","features":[214]},{"name":"IME_CMODE_LANGUAGE","features":[214]},{"name":"IME_CMODE_NATIVE","features":[214]},{"name":"IME_CMODE_NATIVESYMBOL","features":[214]},{"name":"IME_CMODE_NOCONVERSION","features":[214]},{"name":"IME_CMODE_RESERVED","features":[214]},{"name":"IME_CMODE_ROMAN","features":[214]},{"name":"IME_CMODE_SOFTKBD","features":[214]},{"name":"IME_CMODE_SYMBOL","features":[214]},{"name":"IME_COMPOSITION_STRING","features":[214]},{"name":"IME_CONFIG_GENERAL","features":[214]},{"name":"IME_CONFIG_REGISTERWORD","features":[214]},{"name":"IME_CONFIG_SELECTDICTIONARY","features":[214]},{"name":"IME_CONVERSION_MODE","features":[214]},{"name":"IME_ESCAPE","features":[214]},{"name":"IME_ESC_AUTOMATA","features":[214]},{"name":"IME_ESC_GETHELPFILENAME","features":[214]},{"name":"IME_ESC_GET_EUDC_DICTIONARY","features":[214]},{"name":"IME_ESC_HANJA_MODE","features":[214]},{"name":"IME_ESC_IME_NAME","features":[214]},{"name":"IME_ESC_MAX_KEY","features":[214]},{"name":"IME_ESC_PRIVATE_FIRST","features":[214]},{"name":"IME_ESC_PRIVATE_HOTKEY","features":[214]},{"name":"IME_ESC_PRIVATE_LAST","features":[214]},{"name":"IME_ESC_QUERY_SUPPORT","features":[214]},{"name":"IME_ESC_RESERVED_FIRST","features":[214]},{"name":"IME_ESC_RESERVED_LAST","features":[214]},{"name":"IME_ESC_SEQUENCE_TO_INTERNAL","features":[214]},{"name":"IME_ESC_SET_EUDC_DICTIONARY","features":[214]},{"name":"IME_ESC_STRING_BUFFER_SIZE","features":[214]},{"name":"IME_ESC_SYNC_HOTKEY","features":[214]},{"name":"IME_HOTKEY_DSWITCH_FIRST","features":[214]},{"name":"IME_HOTKEY_DSWITCH_LAST","features":[214]},{"name":"IME_HOTKEY_IDENTIFIER","features":[214]},{"name":"IME_HOTKEY_PRIVATE_FIRST","features":[214]},{"name":"IME_HOTKEY_PRIVATE_LAST","features":[214]},{"name":"IME_ITHOTKEY_PREVIOUS_COMPOSITION","features":[214]},{"name":"IME_ITHOTKEY_RECONVERTSTRING","features":[214]},{"name":"IME_ITHOTKEY_RESEND_RESULTSTR","features":[214]},{"name":"IME_ITHOTKEY_UISTYLE_TOGGLE","features":[214]},{"name":"IME_JHOTKEY_CLOSE_OPEN","features":[214]},{"name":"IME_KHOTKEY_ENGLISH","features":[214]},{"name":"IME_KHOTKEY_HANJACONVERT","features":[214]},{"name":"IME_KHOTKEY_SHAPE_TOGGLE","features":[214]},{"name":"IME_PAD_REQUEST_FLAGS","features":[214]},{"name":"IME_PROP_ACCEPT_WIDE_VKEY","features":[214]},{"name":"IME_PROP_AT_CARET","features":[214]},{"name":"IME_PROP_CANDLIST_START_FROM_1","features":[214]},{"name":"IME_PROP_COMPLETE_ON_UNSELECT","features":[214]},{"name":"IME_PROP_END_UNLOAD","features":[214]},{"name":"IME_PROP_IGNORE_UPKEYS","features":[214]},{"name":"IME_PROP_KBD_CHAR_FIRST","features":[214]},{"name":"IME_PROP_NEED_ALTKEY","features":[214]},{"name":"IME_PROP_NO_KEYS_ON_CLOSE","features":[214]},{"name":"IME_PROP_SPECIAL_UI","features":[214]},{"name":"IME_PROP_UNICODE","features":[214]},{"name":"IME_REGWORD_STYLE_EUDC","features":[214]},{"name":"IME_REGWORD_STYLE_USER_FIRST","features":[214]},{"name":"IME_REGWORD_STYLE_USER_LAST","features":[214]},{"name":"IME_SENTENCE_MODE","features":[214]},{"name":"IME_SMODE_AUTOMATIC","features":[214]},{"name":"IME_SMODE_CONVERSATION","features":[214]},{"name":"IME_SMODE_NONE","features":[214]},{"name":"IME_SMODE_PHRASEPREDICT","features":[214]},{"name":"IME_SMODE_PLAURALCLAUSE","features":[214]},{"name":"IME_SMODE_RESERVED","features":[214]},{"name":"IME_SMODE_SINGLECONVERT","features":[214]},{"name":"IME_SYSINFO_WINLOGON","features":[214]},{"name":"IME_THOTKEY_IME_NONIME_TOGGLE","features":[214]},{"name":"IME_THOTKEY_SHAPE_TOGGLE","features":[214]},{"name":"IME_THOTKEY_SYMBOL_TOGGLE","features":[214]},{"name":"IME_UI_CLASS_NAME_SIZE","features":[214]},{"name":"IMFT_RADIOCHECK","features":[214]},{"name":"IMFT_SEPARATOR","features":[214]},{"name":"IMFT_SUBMENU","features":[214]},{"name":"IMMGWLP_IMC","features":[214]},{"name":"IMMGWL_IMC","features":[214]},{"name":"IMM_ERROR_GENERAL","features":[214]},{"name":"IMM_ERROR_NODATA","features":[214]},{"name":"IMN_CHANGECANDIDATE","features":[214]},{"name":"IMN_CLOSECANDIDATE","features":[214]},{"name":"IMN_CLOSESTATUSWINDOW","features":[214]},{"name":"IMN_GUIDELINE","features":[214]},{"name":"IMN_OPENCANDIDATE","features":[214]},{"name":"IMN_OPENSTATUSWINDOW","features":[214]},{"name":"IMN_PRIVATE","features":[214]},{"name":"IMN_SETCANDIDATEPOS","features":[214]},{"name":"IMN_SETCOMPOSITIONFONT","features":[214]},{"name":"IMN_SETCOMPOSITIONWINDOW","features":[214]},{"name":"IMN_SETCONVERSIONMODE","features":[214]},{"name":"IMN_SETOPENSTATUS","features":[214]},{"name":"IMN_SETSENTENCEMODE","features":[214]},{"name":"IMN_SETSTATUSWINDOWPOS","features":[214]},{"name":"IMN_SOFTKBDDESTROYED","features":[214]},{"name":"IMR_CANDIDATEWINDOW","features":[214]},{"name":"IMR_COMPOSITIONFONT","features":[214]},{"name":"IMR_COMPOSITIONWINDOW","features":[214]},{"name":"IMR_CONFIRMRECONVERTSTRING","features":[214]},{"name":"IMR_DOCUMENTFEED","features":[214]},{"name":"IMR_QUERYCHARPOSITION","features":[214]},{"name":"IMR_RECONVERTSTRING","features":[214]},{"name":"INFOMASK_APPLY_CAND","features":[214]},{"name":"INFOMASK_APPLY_CAND_EX","features":[214]},{"name":"INFOMASK_BLOCK_CAND","features":[214]},{"name":"INFOMASK_HIDE_CAND","features":[214]},{"name":"INFOMASK_NONE","features":[214]},{"name":"INFOMASK_QUERY_CAND","features":[214]},{"name":"INFOMASK_STRING_FIX","features":[214]},{"name":"INIT_COMPFORM","features":[214]},{"name":"INIT_CONVERSION","features":[214]},{"name":"INIT_LOGFONT","features":[214]},{"name":"INIT_SENTENCE","features":[214]},{"name":"INIT_SOFTKBDPOS","features":[214]},{"name":"INIT_STATUSWNDPOS","features":[214]},{"name":"INPUTCONTEXT","features":[3,14,214]},{"name":"IPACFG_CATEGORY","features":[214]},{"name":"IPACFG_HELP","features":[214]},{"name":"IPACFG_LANG","features":[214]},{"name":"IPACFG_NONE","features":[214]},{"name":"IPACFG_PROPERTY","features":[214]},{"name":"IPACFG_TITLE","features":[214]},{"name":"IPACFG_TITLEFONTFACE","features":[214]},{"name":"IPACID_CHARLIST","features":[214]},{"name":"IPACID_EPWING","features":[214]},{"name":"IPACID_HANDWRITING","features":[214]},{"name":"IPACID_NONE","features":[214]},{"name":"IPACID_OCR","features":[214]},{"name":"IPACID_RADICALSEARCH","features":[214]},{"name":"IPACID_SOFTKEY","features":[214]},{"name":"IPACID_STROKESEARCH","features":[214]},{"name":"IPACID_SYMBOLSEARCH","features":[214]},{"name":"IPACID_USER","features":[214]},{"name":"IPACID_VOICE","features":[214]},{"name":"IPAWS_ENABLED","features":[214]},{"name":"IPAWS_HORIZONTALFIXED","features":[214]},{"name":"IPAWS_MAXHEIGHTFIXED","features":[214]},{"name":"IPAWS_MAXSIZEFIXED","features":[214]},{"name":"IPAWS_MAXWIDTHFIXED","features":[214]},{"name":"IPAWS_MINHEIGHTFIXED","features":[214]},{"name":"IPAWS_MINSIZEFIXED","features":[214]},{"name":"IPAWS_MINWIDTHFIXED","features":[214]},{"name":"IPAWS_SIZEFIXED","features":[214]},{"name":"IPAWS_SIZINGNOTIFY","features":[214]},{"name":"IPAWS_VERTICALFIXED","features":[214]},{"name":"ISC_SHOWUIALL","features":[214]},{"name":"ISC_SHOWUIALLCANDIDATEWINDOW","features":[214]},{"name":"ISC_SHOWUICANDIDATEWINDOW","features":[214]},{"name":"ISC_SHOWUICOMPOSITIONWINDOW","features":[214]},{"name":"ISC_SHOWUIGUIDELINE","features":[214]},{"name":"ImmAssociateContext","features":[3,214]},{"name":"ImmAssociateContextEx","features":[3,214]},{"name":"ImmConfigureIMEA","features":[3,214,215]},{"name":"ImmConfigureIMEW","features":[3,214,215]},{"name":"ImmCreateContext","features":[214]},{"name":"ImmCreateIMCC","features":[214]},{"name":"ImmCreateSoftKeyboard","features":[3,214]},{"name":"ImmDestroyContext","features":[3,214]},{"name":"ImmDestroyIMCC","features":[214]},{"name":"ImmDestroySoftKeyboard","features":[3,214]},{"name":"ImmDisableIME","features":[3,214]},{"name":"ImmDisableLegacyIME","features":[3,214]},{"name":"ImmDisableTextFrameService","features":[3,214]},{"name":"ImmEnumInputContext","features":[3,214]},{"name":"ImmEnumRegisterWordA","features":[214,215]},{"name":"ImmEnumRegisterWordW","features":[214,215]},{"name":"ImmEscapeA","features":[3,214,215]},{"name":"ImmEscapeW","features":[3,214,215]},{"name":"ImmGenerateMessage","features":[3,214]},{"name":"ImmGetCandidateListA","features":[214]},{"name":"ImmGetCandidateListCountA","features":[214]},{"name":"ImmGetCandidateListCountW","features":[214]},{"name":"ImmGetCandidateListW","features":[214]},{"name":"ImmGetCandidateWindow","features":[3,214]},{"name":"ImmGetCompositionFontA","features":[3,14,214]},{"name":"ImmGetCompositionFontW","features":[3,14,214]},{"name":"ImmGetCompositionStringA","features":[214]},{"name":"ImmGetCompositionStringW","features":[214]},{"name":"ImmGetCompositionWindow","features":[3,214]},{"name":"ImmGetContext","features":[3,214]},{"name":"ImmGetConversionListA","features":[214,215]},{"name":"ImmGetConversionListW","features":[214,215]},{"name":"ImmGetConversionStatus","features":[3,214]},{"name":"ImmGetDefaultIMEWnd","features":[3,214]},{"name":"ImmGetDescriptionA","features":[214,215]},{"name":"ImmGetDescriptionW","features":[214,215]},{"name":"ImmGetGuideLineA","features":[214]},{"name":"ImmGetGuideLineW","features":[214]},{"name":"ImmGetHotKey","features":[3,214,215]},{"name":"ImmGetIMCCLockCount","features":[214]},{"name":"ImmGetIMCCSize","features":[214]},{"name":"ImmGetIMCLockCount","features":[214]},{"name":"ImmGetIMEFileNameA","features":[214,215]},{"name":"ImmGetIMEFileNameW","features":[214,215]},{"name":"ImmGetImeMenuItemsA","features":[14,214]},{"name":"ImmGetImeMenuItemsW","features":[14,214]},{"name":"ImmGetOpenStatus","features":[3,214]},{"name":"ImmGetProperty","features":[214,215]},{"name":"ImmGetRegisterWordStyleA","features":[214,215]},{"name":"ImmGetRegisterWordStyleW","features":[214,215]},{"name":"ImmGetStatusWindowPos","features":[3,214]},{"name":"ImmGetVirtualKey","features":[3,214]},{"name":"ImmInstallIMEA","features":[214,215]},{"name":"ImmInstallIMEW","features":[214,215]},{"name":"ImmIsIME","features":[3,214,215]},{"name":"ImmIsUIMessageA","features":[3,214]},{"name":"ImmIsUIMessageW","features":[3,214]},{"name":"ImmLockIMC","features":[3,14,214]},{"name":"ImmLockIMCC","features":[214]},{"name":"ImmNotifyIME","features":[3,214]},{"name":"ImmReSizeIMCC","features":[214]},{"name":"ImmRegisterWordA","features":[3,214,215]},{"name":"ImmRegisterWordW","features":[3,214,215]},{"name":"ImmReleaseContext","features":[3,214]},{"name":"ImmRequestMessageA","features":[3,214]},{"name":"ImmRequestMessageW","features":[3,214]},{"name":"ImmSetCandidateWindow","features":[3,214]},{"name":"ImmSetCompositionFontA","features":[3,14,214]},{"name":"ImmSetCompositionFontW","features":[3,14,214]},{"name":"ImmSetCompositionStringA","features":[3,214]},{"name":"ImmSetCompositionStringW","features":[3,214]},{"name":"ImmSetCompositionWindow","features":[3,214]},{"name":"ImmSetConversionStatus","features":[3,214]},{"name":"ImmSetHotKey","features":[3,214,215]},{"name":"ImmSetOpenStatus","features":[3,214]},{"name":"ImmSetStatusWindowPos","features":[3,214]},{"name":"ImmShowSoftKeyboard","features":[3,214]},{"name":"ImmSimulateHotKey","features":[3,214]},{"name":"ImmUnlockIMC","features":[3,214]},{"name":"ImmUnlockIMCC","features":[3,214]},{"name":"ImmUnregisterWordA","features":[3,214,215]},{"name":"ImmUnregisterWordW","features":[3,214,215]},{"name":"JPOS_1DAN","features":[214]},{"name":"JPOS_4DAN_HA","features":[214]},{"name":"JPOS_5DAN_AWA","features":[214]},{"name":"JPOS_5DAN_AWAUON","features":[214]},{"name":"JPOS_5DAN_BA","features":[214]},{"name":"JPOS_5DAN_GA","features":[214]},{"name":"JPOS_5DAN_KA","features":[214]},{"name":"JPOS_5DAN_KASOKUON","features":[214]},{"name":"JPOS_5DAN_MA","features":[214]},{"name":"JPOS_5DAN_NA","features":[214]},{"name":"JPOS_5DAN_RA","features":[214]},{"name":"JPOS_5DAN_RAHEN","features":[214]},{"name":"JPOS_5DAN_SA","features":[214]},{"name":"JPOS_5DAN_TA","features":[214]},{"name":"JPOS_BUPPIN","features":[214]},{"name":"JPOS_CHIMEI","features":[214]},{"name":"JPOS_CHIMEI_EKI","features":[214]},{"name":"JPOS_CHIMEI_GUN","features":[214]},{"name":"JPOS_CHIMEI_KEN","features":[214]},{"name":"JPOS_CHIMEI_KU","features":[214]},{"name":"JPOS_CHIMEI_KUNI","features":[214]},{"name":"JPOS_CHIMEI_MACHI","features":[214]},{"name":"JPOS_CHIMEI_MURA","features":[214]},{"name":"JPOS_CHIMEI_SHI","features":[214]},{"name":"JPOS_CLOSEBRACE","features":[214]},{"name":"JPOS_DAIMEISHI","features":[214]},{"name":"JPOS_DAIMEISHI_NINSHOU","features":[214]},{"name":"JPOS_DAIMEISHI_SHIJI","features":[214]},{"name":"JPOS_DOKURITSUGO","features":[214]},{"name":"JPOS_EIJI","features":[214]},{"name":"JPOS_FUKUSHI","features":[214]},{"name":"JPOS_FUKUSHI_DA","features":[214]},{"name":"JPOS_FUKUSHI_NANO","features":[214]},{"name":"JPOS_FUKUSHI_NI","features":[214]},{"name":"JPOS_FUKUSHI_SAHEN","features":[214]},{"name":"JPOS_FUKUSHI_TO","features":[214]},{"name":"JPOS_FUKUSHI_TOSURU","features":[214]},{"name":"JPOS_FUTEIGO","features":[214]},{"name":"JPOS_HUKUSIMEISHI","features":[214]},{"name":"JPOS_JINMEI","features":[214]},{"name":"JPOS_JINMEI_MEI","features":[214]},{"name":"JPOS_JINMEI_SEI","features":[214]},{"name":"JPOS_KANDOUSHI","features":[214]},{"name":"JPOS_KANJI","features":[214]},{"name":"JPOS_KANYOUKU","features":[214]},{"name":"JPOS_KAZU","features":[214]},{"name":"JPOS_KAZU_SURYOU","features":[214]},{"name":"JPOS_KAZU_SUSHI","features":[214]},{"name":"JPOS_KEIDOU","features":[214]},{"name":"JPOS_KEIDOU_GARU","features":[214]},{"name":"JPOS_KEIDOU_NO","features":[214]},{"name":"JPOS_KEIDOU_TARU","features":[214]},{"name":"JPOS_KEIYOU","features":[214]},{"name":"JPOS_KEIYOU_GARU","features":[214]},{"name":"JPOS_KEIYOU_GE","features":[214]},{"name":"JPOS_KEIYOU_ME","features":[214]},{"name":"JPOS_KEIYOU_U","features":[214]},{"name":"JPOS_KEIYOU_YUU","features":[214]},{"name":"JPOS_KENCHIKU","features":[214]},{"name":"JPOS_KIGOU","features":[214]},{"name":"JPOS_KURU_KI","features":[214]},{"name":"JPOS_KURU_KITA","features":[214]},{"name":"JPOS_KURU_KITARA","features":[214]},{"name":"JPOS_KURU_KITARI","features":[214]},{"name":"JPOS_KURU_KITAROU","features":[214]},{"name":"JPOS_KURU_KITE","features":[214]},{"name":"JPOS_KURU_KO","features":[214]},{"name":"JPOS_KURU_KOI","features":[214]},{"name":"JPOS_KURU_KOYOU","features":[214]},{"name":"JPOS_KURU_KUREBA","features":[214]},{"name":"JPOS_KUTEN","features":[214]},{"name":"JPOS_MEISA_KEIDOU","features":[214]},{"name":"JPOS_MEISHI_FUTSU","features":[214]},{"name":"JPOS_MEISHI_KEIYOUDOUSHI","features":[214]},{"name":"JPOS_MEISHI_SAHEN","features":[214]},{"name":"JPOS_MEISHI_ZAHEN","features":[214]},{"name":"JPOS_OPENBRACE","features":[214]},{"name":"JPOS_RENTAISHI","features":[214]},{"name":"JPOS_RENTAISHI_SHIJI","features":[214]},{"name":"JPOS_RENYOU_SETSUBI","features":[214]},{"name":"JPOS_SETSUBI","features":[214]},{"name":"JPOS_SETSUBI_CHIMEI","features":[214]},{"name":"JPOS_SETSUBI_CHOU","features":[214]},{"name":"JPOS_SETSUBI_CHU","features":[214]},{"name":"JPOS_SETSUBI_DONO","features":[214]},{"name":"JPOS_SETSUBI_EKI","features":[214]},{"name":"JPOS_SETSUBI_FU","features":[214]},{"name":"JPOS_SETSUBI_FUKUSU","features":[214]},{"name":"JPOS_SETSUBI_GUN","features":[214]},{"name":"JPOS_SETSUBI_JIKAN","features":[214]},{"name":"JPOS_SETSUBI_JIKANPLUS","features":[214]},{"name":"JPOS_SETSUBI_JINMEI","features":[214]},{"name":"JPOS_SETSUBI_JOSUSHI","features":[214]},{"name":"JPOS_SETSUBI_JOSUSHIPLUS","features":[214]},{"name":"JPOS_SETSUBI_KA","features":[214]},{"name":"JPOS_SETSUBI_KATA","features":[214]},{"name":"JPOS_SETSUBI_KEN","features":[214]},{"name":"JPOS_SETSUBI_KENCHIKU","features":[214]},{"name":"JPOS_SETSUBI_KU","features":[214]},{"name":"JPOS_SETSUBI_KUN","features":[214]},{"name":"JPOS_SETSUBI_KUNI","features":[214]},{"name":"JPOS_SETSUBI_MACHI","features":[214]},{"name":"JPOS_SETSUBI_MEISHIRENDAKU","features":[214]},{"name":"JPOS_SETSUBI_MURA","features":[214]},{"name":"JPOS_SETSUBI_RA","features":[214]},{"name":"JPOS_SETSUBI_RYU","features":[214]},{"name":"JPOS_SETSUBI_SAMA","features":[214]},{"name":"JPOS_SETSUBI_SAN","features":[214]},{"name":"JPOS_SETSUBI_SEI","features":[214]},{"name":"JPOS_SETSUBI_SHAMEI","features":[214]},{"name":"JPOS_SETSUBI_SHI","features":[214]},{"name":"JPOS_SETSUBI_SON","features":[214]},{"name":"JPOS_SETSUBI_SONOTA","features":[214]},{"name":"JPOS_SETSUBI_SOSHIKI","features":[214]},{"name":"JPOS_SETSUBI_TACHI","features":[214]},{"name":"JPOS_SETSUBI_TEINEI","features":[214]},{"name":"JPOS_SETSUBI_TEKI","features":[214]},{"name":"JPOS_SETSUBI_YOU","features":[214]},{"name":"JPOS_SETSUZOKUSHI","features":[214]},{"name":"JPOS_SETTOU","features":[214]},{"name":"JPOS_SETTOU_CHIMEI","features":[214]},{"name":"JPOS_SETTOU_CHOUTAN","features":[214]},{"name":"JPOS_SETTOU_DAISHOU","features":[214]},{"name":"JPOS_SETTOU_FUKU","features":[214]},{"name":"JPOS_SETTOU_JINMEI","features":[214]},{"name":"JPOS_SETTOU_JOSUSHI","features":[214]},{"name":"JPOS_SETTOU_KAKU","features":[214]},{"name":"JPOS_SETTOU_KOUTEI","features":[214]},{"name":"JPOS_SETTOU_MI","features":[214]},{"name":"JPOS_SETTOU_SAI","features":[214]},{"name":"JPOS_SETTOU_SHINKYU","features":[214]},{"name":"JPOS_SETTOU_SONOTA","features":[214]},{"name":"JPOS_SETTOU_TEINEI_GO","features":[214]},{"name":"JPOS_SETTOU_TEINEI_O","features":[214]},{"name":"JPOS_SETTOU_TEINEI_ON","features":[214]},{"name":"JPOS_SHAMEI","features":[214]},{"name":"JPOS_SONOTA","features":[214]},{"name":"JPOS_SOSHIKI","features":[214]},{"name":"JPOS_SURU_SA","features":[214]},{"name":"JPOS_SURU_SE","features":[214]},{"name":"JPOS_SURU_SEYO","features":[214]},{"name":"JPOS_SURU_SI","features":[214]},{"name":"JPOS_SURU_SIATRI","features":[214]},{"name":"JPOS_SURU_SITA","features":[214]},{"name":"JPOS_SURU_SITARA","features":[214]},{"name":"JPOS_SURU_SITAROU","features":[214]},{"name":"JPOS_SURU_SITE","features":[214]},{"name":"JPOS_SURU_SIYOU","features":[214]},{"name":"JPOS_SURU_SUREBA","features":[214]},{"name":"JPOS_TANKANJI","features":[214]},{"name":"JPOS_TANKANJI_KAO","features":[214]},{"name":"JPOS_TANSHUKU","features":[214]},{"name":"JPOS_TOKUSHU_KAHEN","features":[214]},{"name":"JPOS_TOKUSHU_NAHEN","features":[214]},{"name":"JPOS_TOKUSHU_SAHEN","features":[214]},{"name":"JPOS_TOKUSHU_SAHENSURU","features":[214]},{"name":"JPOS_TOKUSHU_ZAHEN","features":[214]},{"name":"JPOS_TOUTEN","features":[214]},{"name":"JPOS_UNDEFINED","features":[214]},{"name":"JPOS_YOKUSEI","features":[214]},{"name":"MAX_APPLETTITLE","features":[214]},{"name":"MAX_FONTFACE","features":[214]},{"name":"MODEBIASMODE_DEFAULT","features":[214]},{"name":"MODEBIASMODE_DIGIT","features":[214]},{"name":"MODEBIASMODE_FILENAME","features":[214]},{"name":"MODEBIASMODE_READING","features":[214]},{"name":"MODEBIAS_GETVALUE","features":[214]},{"name":"MODEBIAS_GETVERSION","features":[214]},{"name":"MODEBIAS_SETVALUE","features":[214]},{"name":"MOD_IGNORE_ALL_MODIFIER","features":[214]},{"name":"MOD_LEFT","features":[214]},{"name":"MOD_ON_KEYUP","features":[214]},{"name":"MOD_RIGHT","features":[214]},{"name":"MORRSLT","features":[214]},{"name":"NI_CHANGECANDIDATELIST","features":[214]},{"name":"NI_CLOSECANDIDATE","features":[214]},{"name":"NI_COMPOSITIONSTR","features":[214]},{"name":"NI_CONTEXTUPDATED","features":[214]},{"name":"NI_FINALIZECONVERSIONRESULT","features":[214]},{"name":"NI_IMEMENUSELECTED","features":[214]},{"name":"NI_OPENCANDIDATE","features":[214]},{"name":"NI_SELECTCANDIDATESTR","features":[214]},{"name":"NI_SETCANDIDATE_PAGESIZE","features":[214]},{"name":"NI_SETCANDIDATE_PAGESTART","features":[214]},{"name":"NOTIFY_IME_ACTION","features":[214]},{"name":"NOTIFY_IME_INDEX","features":[214]},{"name":"PFNLOG","features":[3,214]},{"name":"POSTBL","features":[214]},{"name":"POS_UNDEFINED","features":[214]},{"name":"RECONVERTSTRING","features":[214]},{"name":"RECONVOPT_NONE","features":[214]},{"name":"RECONVOPT_USECANCELNOTIFY","features":[214]},{"name":"REGISTERWORDA","features":[214]},{"name":"REGISTERWORDENUMPROCA","features":[214]},{"name":"REGISTERWORDENUMPROCW","features":[214]},{"name":"REGISTERWORDW","features":[214]},{"name":"RWM_CHGKEYMAP","features":[214]},{"name":"RWM_DOCUMENTFEED","features":[214]},{"name":"RWM_KEYMAP","features":[214]},{"name":"RWM_MODEBIAS","features":[214]},{"name":"RWM_MOUSE","features":[214]},{"name":"RWM_NTFYKEYMAP","features":[214]},{"name":"RWM_QUERYPOSITION","features":[214]},{"name":"RWM_RECONVERT","features":[214]},{"name":"RWM_RECONVERTOPTIONS","features":[214]},{"name":"RWM_RECONVERTREQUEST","features":[214]},{"name":"RWM_SERVICE","features":[214]},{"name":"RWM_SHOWIMEPAD","features":[214]},{"name":"RWM_UIREADY","features":[214]},{"name":"SCS_CAP_COMPSTR","features":[214]},{"name":"SCS_CAP_MAKEREAD","features":[214]},{"name":"SCS_CAP_SETRECONVERTSTRING","features":[214]},{"name":"SCS_CHANGEATTR","features":[214]},{"name":"SCS_CHANGECLAUSE","features":[214]},{"name":"SCS_QUERYRECONVERTSTRING","features":[214]},{"name":"SCS_SETRECONVERTSTRING","features":[214]},{"name":"SCS_SETSTR","features":[214]},{"name":"SELECT_CAP_CONVERSION","features":[214]},{"name":"SELECT_CAP_SENTENCE","features":[214]},{"name":"SET_COMPOSITION_STRING_TYPE","features":[214]},{"name":"SHOWIMEPAD_CATEGORY","features":[214]},{"name":"SHOWIMEPAD_DEFAULT","features":[214]},{"name":"SHOWIMEPAD_GUID","features":[214]},{"name":"SOFTKBDDATA","features":[214]},{"name":"SOFTKEYBOARD_TYPE_C1","features":[214]},{"name":"SOFTKEYBOARD_TYPE_T1","features":[214]},{"name":"STYLEBUFA","features":[214]},{"name":"STYLEBUFW","features":[214]},{"name":"STYLE_DESCRIPTION_SIZE","features":[214]},{"name":"TRANSMSG","features":[3,214]},{"name":"TRANSMSGLIST","features":[3,214]},{"name":"UI_CAP_2700","features":[214]},{"name":"UI_CAP_ROT90","features":[214]},{"name":"UI_CAP_ROTANY","features":[214]},{"name":"UI_CAP_SOFTKBD","features":[214]},{"name":"VERSION_DOCUMENTFEED","features":[214]},{"name":"VERSION_ID_CHINESE_SIMPLIFIED","features":[214]},{"name":"VERSION_ID_CHINESE_TRADITIONAL","features":[214]},{"name":"VERSION_ID_JAPANESE","features":[214]},{"name":"VERSION_ID_KOREAN","features":[214]},{"name":"VERSION_MODEBIAS","features":[214]},{"name":"VERSION_MOUSE_OPERATION","features":[214]},{"name":"VERSION_QUERYPOSITION","features":[214]},{"name":"VERSION_RECONVERSION","features":[214]},{"name":"WDD","features":[214]},{"name":"cbCommentMax","features":[214]},{"name":"fpCreateIFECommonInstanceType","features":[214]},{"name":"fpCreateIFEDictionaryInstanceType","features":[214]},{"name":"fpCreateIFELanguageInstanceType","features":[214]},{"name":"szImeChina","features":[214]},{"name":"szImeJapan","features":[214]},{"name":"szImeKorea","features":[214]},{"name":"szImeTaiwan","features":[214]},{"name":"wchPrivate1","features":[214]}],"660":[{"name":"ACTIVATE_KEYBOARD_LAYOUT_FLAGS","features":[215]},{"name":"ACUTE","features":[215]},{"name":"AX_KBD_DESKTOP_TYPE","features":[215]},{"name":"ActivateKeyboardLayout","features":[215]},{"name":"BREVE","features":[215]},{"name":"BlockInput","features":[3,215]},{"name":"CAPLOK","features":[215]},{"name":"CAPLOKALTGR","features":[215]},{"name":"CEDILLA","features":[215]},{"name":"CIRCUMFLEX","features":[215]},{"name":"DEADKEY","features":[215]},{"name":"DEC_KBD_ANSI_LAYOUT_TYPE","features":[215]},{"name":"DEC_KBD_JIS_LAYOUT_TYPE","features":[215]},{"name":"DIARESIS","features":[215]},{"name":"DIARESIS_TONOS","features":[215]},{"name":"DKF_DEAD","features":[215]},{"name":"DONTCARE_BIT","features":[215]},{"name":"DOT_ABOVE","features":[215]},{"name":"DOUBLE_ACUTE","features":[215]},{"name":"DragDetect","features":[3,215]},{"name":"EXTENDED_BIT","features":[215]},{"name":"EnableWindow","features":[3,215]},{"name":"FAKE_KEYSTROKE","features":[215]},{"name":"FMR_KBD_JIS_TYPE","features":[215]},{"name":"FMR_KBD_OASYS_TYPE","features":[215]},{"name":"FMV_KBD_OASYS_TYPE","features":[215]},{"name":"GET_MOUSE_MOVE_POINTS_EX_RESOLUTION","features":[215]},{"name":"GMMP_USE_DISPLAY_POINTS","features":[215]},{"name":"GMMP_USE_HIGH_RESOLUTION_POINTS","features":[215]},{"name":"GRAVE","features":[215]},{"name":"GRPSELTAP","features":[215]},{"name":"GetActiveWindow","features":[3,215]},{"name":"GetAsyncKeyState","features":[215]},{"name":"GetCapture","features":[3,215]},{"name":"GetDoubleClickTime","features":[215]},{"name":"GetFocus","features":[3,215]},{"name":"GetKBCodePage","features":[215]},{"name":"GetKeyNameTextA","features":[215]},{"name":"GetKeyNameTextW","features":[215]},{"name":"GetKeyState","features":[215]},{"name":"GetKeyboardLayout","features":[215]},{"name":"GetKeyboardLayoutList","features":[215]},{"name":"GetKeyboardLayoutNameA","features":[3,215]},{"name":"GetKeyboardLayoutNameW","features":[3,215]},{"name":"GetKeyboardState","features":[3,215]},{"name":"GetKeyboardType","features":[215]},{"name":"GetLastInputInfo","features":[3,215]},{"name":"GetMouseMovePointsEx","features":[215]},{"name":"HACEK","features":[215]},{"name":"HARDWAREINPUT","features":[215]},{"name":"HKL","features":[215]},{"name":"HOOK_ABOVE","features":[215]},{"name":"HOT_KEY_MODIFIERS","features":[215]},{"name":"INPUT","features":[215]},{"name":"INPUT_HARDWARE","features":[215]},{"name":"INPUT_KEYBOARD","features":[215]},{"name":"INPUT_MOUSE","features":[215]},{"name":"INPUT_TYPE","features":[215]},{"name":"IsWindowEnabled","features":[3,215]},{"name":"KANALOK","features":[215]},{"name":"KBDALT","features":[215]},{"name":"KBDBASE","features":[215]},{"name":"KBDCTRL","features":[215]},{"name":"KBDGRPSELTAP","features":[215]},{"name":"KBDKANA","features":[215]},{"name":"KBDLOYA","features":[215]},{"name":"KBDNLSTABLES","features":[215]},{"name":"KBDNLS_ALPHANUM","features":[215]},{"name":"KBDNLS_CODEINPUT","features":[215]},{"name":"KBDNLS_CONV_OR_NONCONV","features":[215]},{"name":"KBDNLS_HELP_OR_END","features":[215]},{"name":"KBDNLS_HIRAGANA","features":[215]},{"name":"KBDNLS_HOME_OR_CLEAR","features":[215]},{"name":"KBDNLS_INDEX_ALT","features":[215]},{"name":"KBDNLS_INDEX_NORMAL","features":[215]},{"name":"KBDNLS_KANAEVENT","features":[215]},{"name":"KBDNLS_KANALOCK","features":[215]},{"name":"KBDNLS_KATAKANA","features":[215]},{"name":"KBDNLS_NOEVENT","features":[215]},{"name":"KBDNLS_NULL","features":[215]},{"name":"KBDNLS_NUMPAD","features":[215]},{"name":"KBDNLS_ROMAN","features":[215]},{"name":"KBDNLS_SBCSDBCS","features":[215]},{"name":"KBDNLS_SEND_BASE_VK","features":[215]},{"name":"KBDNLS_SEND_PARAM_VK","features":[215]},{"name":"KBDNLS_TYPE_NORMAL","features":[215]},{"name":"KBDNLS_TYPE_NULL","features":[215]},{"name":"KBDNLS_TYPE_TOGGLE","features":[215]},{"name":"KBDROYA","features":[215]},{"name":"KBDSHIFT","features":[215]},{"name":"KBDTABLES","features":[215]},{"name":"KBDTABLE_DESC","features":[215]},{"name":"KBDTABLE_MULTI","features":[215]},{"name":"KBDTABLE_MULTI_MAX","features":[215]},{"name":"KBD_TYPE","features":[215]},{"name":"KBD_TYPE_INFO","features":[215]},{"name":"KBD_VERSION","features":[215]},{"name":"KEYBDINPUT","features":[215]},{"name":"KEYBD_EVENT_FLAGS","features":[215]},{"name":"KEYBOARD_TYPE_GENERIC_101","features":[215]},{"name":"KEYBOARD_TYPE_JAPAN","features":[215]},{"name":"KEYBOARD_TYPE_KOREA","features":[215]},{"name":"KEYBOARD_TYPE_UNKNOWN","features":[215]},{"name":"KEYEVENTF_EXTENDEDKEY","features":[215]},{"name":"KEYEVENTF_KEYUP","features":[215]},{"name":"KEYEVENTF_SCANCODE","features":[215]},{"name":"KEYEVENTF_UNICODE","features":[215]},{"name":"KLF_ACTIVATE","features":[215]},{"name":"KLF_NOTELLSHELL","features":[215]},{"name":"KLF_REORDER","features":[215]},{"name":"KLF_REPLACELANG","features":[215]},{"name":"KLF_RESET","features":[215]},{"name":"KLF_SETFORPROCESS","features":[215]},{"name":"KLF_SHIFTLOCK","features":[215]},{"name":"KLF_SUBSTITUTE_OK","features":[215]},{"name":"KLLF_ALTGR","features":[215]},{"name":"KLLF_GLOBAL_ATTRS","features":[215]},{"name":"KLLF_LRM_RLM","features":[215]},{"name":"KLLF_SHIFTLOCK","features":[215]},{"name":"LASTINPUTINFO","features":[215]},{"name":"LIGATURE1","features":[215]},{"name":"LIGATURE2","features":[215]},{"name":"LIGATURE3","features":[215]},{"name":"LIGATURE4","features":[215]},{"name":"LIGATURE5","features":[215]},{"name":"LoadKeyboardLayoutA","features":[215]},{"name":"LoadKeyboardLayoutW","features":[215]},{"name":"MACRON","features":[215]},{"name":"MAPVK_VK_TO_CHAR","features":[215]},{"name":"MAPVK_VK_TO_VSC","features":[215]},{"name":"MAPVK_VK_TO_VSC_EX","features":[215]},{"name":"MAPVK_VSC_TO_VK","features":[215]},{"name":"MAPVK_VSC_TO_VK_EX","features":[215]},{"name":"MAP_VIRTUAL_KEY_TYPE","features":[215]},{"name":"MICROSOFT_KBD_001_TYPE","features":[215]},{"name":"MICROSOFT_KBD_002_TYPE","features":[215]},{"name":"MICROSOFT_KBD_101A_TYPE","features":[215]},{"name":"MICROSOFT_KBD_101B_TYPE","features":[215]},{"name":"MICROSOFT_KBD_101C_TYPE","features":[215]},{"name":"MICROSOFT_KBD_101_TYPE","features":[215]},{"name":"MICROSOFT_KBD_103_TYPE","features":[215]},{"name":"MICROSOFT_KBD_106_TYPE","features":[215]},{"name":"MICROSOFT_KBD_AX_TYPE","features":[215]},{"name":"MICROSOFT_KBD_FUNC","features":[215]},{"name":"MODIFIERS","features":[215]},{"name":"MOD_ALT","features":[215]},{"name":"MOD_CONTROL","features":[215]},{"name":"MOD_NOREPEAT","features":[215]},{"name":"MOD_SHIFT","features":[215]},{"name":"MOD_WIN","features":[215]},{"name":"MOUSEEVENTF_ABSOLUTE","features":[215]},{"name":"MOUSEEVENTF_HWHEEL","features":[215]},{"name":"MOUSEEVENTF_LEFTDOWN","features":[215]},{"name":"MOUSEEVENTF_LEFTUP","features":[215]},{"name":"MOUSEEVENTF_MIDDLEDOWN","features":[215]},{"name":"MOUSEEVENTF_MIDDLEUP","features":[215]},{"name":"MOUSEEVENTF_MOVE","features":[215]},{"name":"MOUSEEVENTF_MOVE_NOCOALESCE","features":[215]},{"name":"MOUSEEVENTF_RIGHTDOWN","features":[215]},{"name":"MOUSEEVENTF_RIGHTUP","features":[215]},{"name":"MOUSEEVENTF_VIRTUALDESK","features":[215]},{"name":"MOUSEEVENTF_WHEEL","features":[215]},{"name":"MOUSEEVENTF_XDOWN","features":[215]},{"name":"MOUSEEVENTF_XUP","features":[215]},{"name":"MOUSEINPUT","features":[215]},{"name":"MOUSEMOVEPOINT","features":[215]},{"name":"MOUSE_EVENT_FLAGS","features":[215]},{"name":"MapVirtualKeyA","features":[215]},{"name":"MapVirtualKeyExA","features":[215]},{"name":"MapVirtualKeyExW","features":[215]},{"name":"MapVirtualKeyW","features":[215]},{"name":"NEC_KBD_106_TYPE","features":[215]},{"name":"NEC_KBD_H_MODE_TYPE","features":[215]},{"name":"NEC_KBD_LAPTOP_TYPE","features":[215]},{"name":"NEC_KBD_NORMAL_TYPE","features":[215]},{"name":"NEC_KBD_N_MODE_TYPE","features":[215]},{"name":"NLSKBD_INFO_ACCESSIBILITY_KEYMAP","features":[215]},{"name":"NLSKBD_INFO_EMURATE_101_KEYBOARD","features":[215]},{"name":"NLSKBD_INFO_EMURATE_106_KEYBOARD","features":[215]},{"name":"NLSKBD_INFO_SEND_IME_NOTIFICATION","features":[215]},{"name":"NLSKBD_OEM_AX","features":[215]},{"name":"NLSKBD_OEM_DEC","features":[215]},{"name":"NLSKBD_OEM_EPSON","features":[215]},{"name":"NLSKBD_OEM_FUJITSU","features":[215]},{"name":"NLSKBD_OEM_IBM","features":[215]},{"name":"NLSKBD_OEM_MATSUSHITA","features":[215]},{"name":"NLSKBD_OEM_MICROSOFT","features":[215]},{"name":"NLSKBD_OEM_NEC","features":[215]},{"name":"NLSKBD_OEM_TOSHIBA","features":[215]},{"name":"OGONEK","features":[215]},{"name":"OVERSCORE","features":[215]},{"name":"OemKeyScan","features":[215]},{"name":"RING","features":[215]},{"name":"RegisterHotKey","features":[3,215]},{"name":"ReleaseCapture","features":[3,215]},{"name":"SCANCODE_ALT","features":[215]},{"name":"SCANCODE_CTRL","features":[215]},{"name":"SCANCODE_LSHIFT","features":[215]},{"name":"SCANCODE_LWIN","features":[215]},{"name":"SCANCODE_NUMPAD_FIRST","features":[215]},{"name":"SCANCODE_NUMPAD_LAST","features":[215]},{"name":"SCANCODE_RSHIFT","features":[215]},{"name":"SCANCODE_RWIN","features":[215]},{"name":"SCANCODE_THAI_LAYOUT_TOGGLE","features":[215]},{"name":"SGCAPS","features":[215]},{"name":"SHFT_INVALID","features":[215]},{"name":"SendInput","features":[215]},{"name":"SetActiveWindow","features":[3,215]},{"name":"SetCapture","features":[3,215]},{"name":"SetDoubleClickTime","features":[3,215]},{"name":"SetFocus","features":[3,215]},{"name":"SetKeyboardState","features":[3,215]},{"name":"SwapMouseButton","features":[3,215]},{"name":"TILDE","features":[215]},{"name":"TME_CANCEL","features":[215]},{"name":"TME_HOVER","features":[215]},{"name":"TME_LEAVE","features":[215]},{"name":"TME_NONCLIENT","features":[215]},{"name":"TME_QUERY","features":[215]},{"name":"TONOS","features":[215]},{"name":"TOSHIBA_KBD_DESKTOP_TYPE","features":[215]},{"name":"TOSHIBA_KBD_LAPTOP_TYPE","features":[215]},{"name":"TRACKMOUSEEVENT","features":[3,215]},{"name":"TRACKMOUSEEVENT_FLAGS","features":[215]},{"name":"ToAscii","features":[215]},{"name":"ToAsciiEx","features":[215]},{"name":"ToUnicode","features":[215]},{"name":"ToUnicodeEx","features":[215]},{"name":"TrackMouseEvent","features":[3,215]},{"name":"UMLAUT","features":[215]},{"name":"UnloadKeyboardLayout","features":[3,215]},{"name":"UnregisterHotKey","features":[3,215]},{"name":"VIRTUAL_KEY","features":[215]},{"name":"VK_0","features":[215]},{"name":"VK_1","features":[215]},{"name":"VK_2","features":[215]},{"name":"VK_3","features":[215]},{"name":"VK_4","features":[215]},{"name":"VK_5","features":[215]},{"name":"VK_6","features":[215]},{"name":"VK_7","features":[215]},{"name":"VK_8","features":[215]},{"name":"VK_9","features":[215]},{"name":"VK_A","features":[215]},{"name":"VK_ABNT_C1","features":[215]},{"name":"VK_ABNT_C2","features":[215]},{"name":"VK_ACCEPT","features":[215]},{"name":"VK_ADD","features":[215]},{"name":"VK_APPS","features":[215]},{"name":"VK_ATTN","features":[215]},{"name":"VK_B","features":[215]},{"name":"VK_BACK","features":[215]},{"name":"VK_BROWSER_BACK","features":[215]},{"name":"VK_BROWSER_FAVORITES","features":[215]},{"name":"VK_BROWSER_FORWARD","features":[215]},{"name":"VK_BROWSER_HOME","features":[215]},{"name":"VK_BROWSER_REFRESH","features":[215]},{"name":"VK_BROWSER_SEARCH","features":[215]},{"name":"VK_BROWSER_STOP","features":[215]},{"name":"VK_C","features":[215]},{"name":"VK_CANCEL","features":[215]},{"name":"VK_CAPITAL","features":[215]},{"name":"VK_CLEAR","features":[215]},{"name":"VK_CONTROL","features":[215]},{"name":"VK_CONVERT","features":[215]},{"name":"VK_CRSEL","features":[215]},{"name":"VK_D","features":[215]},{"name":"VK_DBE_ALPHANUMERIC","features":[215]},{"name":"VK_DBE_CODEINPUT","features":[215]},{"name":"VK_DBE_DBCSCHAR","features":[215]},{"name":"VK_DBE_DETERMINESTRING","features":[215]},{"name":"VK_DBE_ENTERDLGCONVERSIONMODE","features":[215]},{"name":"VK_DBE_ENTERIMECONFIGMODE","features":[215]},{"name":"VK_DBE_ENTERWORDREGISTERMODE","features":[215]},{"name":"VK_DBE_FLUSHSTRING","features":[215]},{"name":"VK_DBE_HIRAGANA","features":[215]},{"name":"VK_DBE_KATAKANA","features":[215]},{"name":"VK_DBE_NOCODEINPUT","features":[215]},{"name":"VK_DBE_NOROMAN","features":[215]},{"name":"VK_DBE_ROMAN","features":[215]},{"name":"VK_DBE_SBCSCHAR","features":[215]},{"name":"VK_DECIMAL","features":[215]},{"name":"VK_DELETE","features":[215]},{"name":"VK_DIVIDE","features":[215]},{"name":"VK_DOWN","features":[215]},{"name":"VK_E","features":[215]},{"name":"VK_END","features":[215]},{"name":"VK_EREOF","features":[215]},{"name":"VK_ESCAPE","features":[215]},{"name":"VK_EXECUTE","features":[215]},{"name":"VK_EXSEL","features":[215]},{"name":"VK_F","features":[215]},{"name":"VK_F","features":[215]},{"name":"VK_F1","features":[215]},{"name":"VK_F10","features":[215]},{"name":"VK_F11","features":[215]},{"name":"VK_F12","features":[215]},{"name":"VK_F13","features":[215]},{"name":"VK_F14","features":[215]},{"name":"VK_F15","features":[215]},{"name":"VK_F16","features":[215]},{"name":"VK_F17","features":[215]},{"name":"VK_F18","features":[215]},{"name":"VK_F19","features":[215]},{"name":"VK_F2","features":[215]},{"name":"VK_F20","features":[215]},{"name":"VK_F21","features":[215]},{"name":"VK_F22","features":[215]},{"name":"VK_F23","features":[215]},{"name":"VK_F24","features":[215]},{"name":"VK_F3","features":[215]},{"name":"VK_F4","features":[215]},{"name":"VK_F5","features":[215]},{"name":"VK_F6","features":[215]},{"name":"VK_F7","features":[215]},{"name":"VK_F8","features":[215]},{"name":"VK_F9","features":[215]},{"name":"VK_FINAL","features":[215]},{"name":"VK_FPARAM","features":[215]},{"name":"VK_G","features":[215]},{"name":"VK_GAMEPAD_A","features":[215]},{"name":"VK_GAMEPAD_B","features":[215]},{"name":"VK_GAMEPAD_DPAD_DOWN","features":[215]},{"name":"VK_GAMEPAD_DPAD_LEFT","features":[215]},{"name":"VK_GAMEPAD_DPAD_RIGHT","features":[215]},{"name":"VK_GAMEPAD_DPAD_UP","features":[215]},{"name":"VK_GAMEPAD_LEFT_SHOULDER","features":[215]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON","features":[215]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_DOWN","features":[215]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_LEFT","features":[215]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT","features":[215]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_UP","features":[215]},{"name":"VK_GAMEPAD_LEFT_TRIGGER","features":[215]},{"name":"VK_GAMEPAD_MENU","features":[215]},{"name":"VK_GAMEPAD_RIGHT_SHOULDER","features":[215]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON","features":[215]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN","features":[215]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT","features":[215]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT","features":[215]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_UP","features":[215]},{"name":"VK_GAMEPAD_RIGHT_TRIGGER","features":[215]},{"name":"VK_GAMEPAD_VIEW","features":[215]},{"name":"VK_GAMEPAD_X","features":[215]},{"name":"VK_GAMEPAD_Y","features":[215]},{"name":"VK_H","features":[215]},{"name":"VK_HANGEUL","features":[215]},{"name":"VK_HANGUL","features":[215]},{"name":"VK_HANJA","features":[215]},{"name":"VK_HELP","features":[215]},{"name":"VK_HOME","features":[215]},{"name":"VK_I","features":[215]},{"name":"VK_ICO_00","features":[215]},{"name":"VK_ICO_CLEAR","features":[215]},{"name":"VK_ICO_HELP","features":[215]},{"name":"VK_IME_OFF","features":[215]},{"name":"VK_IME_ON","features":[215]},{"name":"VK_INSERT","features":[215]},{"name":"VK_J","features":[215]},{"name":"VK_JUNJA","features":[215]},{"name":"VK_K","features":[215]},{"name":"VK_KANA","features":[215]},{"name":"VK_KANJI","features":[215]},{"name":"VK_L","features":[215]},{"name":"VK_LAUNCH_APP1","features":[215]},{"name":"VK_LAUNCH_APP2","features":[215]},{"name":"VK_LAUNCH_MAIL","features":[215]},{"name":"VK_LAUNCH_MEDIA_SELECT","features":[215]},{"name":"VK_LBUTTON","features":[215]},{"name":"VK_LCONTROL","features":[215]},{"name":"VK_LEFT","features":[215]},{"name":"VK_LMENU","features":[215]},{"name":"VK_LSHIFT","features":[215]},{"name":"VK_LWIN","features":[215]},{"name":"VK_M","features":[215]},{"name":"VK_MBUTTON","features":[215]},{"name":"VK_MEDIA_NEXT_TRACK","features":[215]},{"name":"VK_MEDIA_PLAY_PAUSE","features":[215]},{"name":"VK_MEDIA_PREV_TRACK","features":[215]},{"name":"VK_MEDIA_STOP","features":[215]},{"name":"VK_MENU","features":[215]},{"name":"VK_MODECHANGE","features":[215]},{"name":"VK_MULTIPLY","features":[215]},{"name":"VK_N","features":[215]},{"name":"VK_NAVIGATION_ACCEPT","features":[215]},{"name":"VK_NAVIGATION_CANCEL","features":[215]},{"name":"VK_NAVIGATION_DOWN","features":[215]},{"name":"VK_NAVIGATION_LEFT","features":[215]},{"name":"VK_NAVIGATION_MENU","features":[215]},{"name":"VK_NAVIGATION_RIGHT","features":[215]},{"name":"VK_NAVIGATION_UP","features":[215]},{"name":"VK_NAVIGATION_VIEW","features":[215]},{"name":"VK_NEXT","features":[215]},{"name":"VK_NONAME","features":[215]},{"name":"VK_NONCONVERT","features":[215]},{"name":"VK_NUMLOCK","features":[215]},{"name":"VK_NUMPAD0","features":[215]},{"name":"VK_NUMPAD1","features":[215]},{"name":"VK_NUMPAD2","features":[215]},{"name":"VK_NUMPAD3","features":[215]},{"name":"VK_NUMPAD4","features":[215]},{"name":"VK_NUMPAD5","features":[215]},{"name":"VK_NUMPAD6","features":[215]},{"name":"VK_NUMPAD7","features":[215]},{"name":"VK_NUMPAD8","features":[215]},{"name":"VK_NUMPAD9","features":[215]},{"name":"VK_O","features":[215]},{"name":"VK_OEM_1","features":[215]},{"name":"VK_OEM_102","features":[215]},{"name":"VK_OEM_2","features":[215]},{"name":"VK_OEM_3","features":[215]},{"name":"VK_OEM_4","features":[215]},{"name":"VK_OEM_5","features":[215]},{"name":"VK_OEM_6","features":[215]},{"name":"VK_OEM_7","features":[215]},{"name":"VK_OEM_8","features":[215]},{"name":"VK_OEM_ATTN","features":[215]},{"name":"VK_OEM_AUTO","features":[215]},{"name":"VK_OEM_AX","features":[215]},{"name":"VK_OEM_BACKTAB","features":[215]},{"name":"VK_OEM_CLEAR","features":[215]},{"name":"VK_OEM_COMMA","features":[215]},{"name":"VK_OEM_COPY","features":[215]},{"name":"VK_OEM_CUSEL","features":[215]},{"name":"VK_OEM_ENLW","features":[215]},{"name":"VK_OEM_FINISH","features":[215]},{"name":"VK_OEM_FJ_JISHO","features":[215]},{"name":"VK_OEM_FJ_LOYA","features":[215]},{"name":"VK_OEM_FJ_MASSHOU","features":[215]},{"name":"VK_OEM_FJ_ROYA","features":[215]},{"name":"VK_OEM_FJ_TOUROKU","features":[215]},{"name":"VK_OEM_JUMP","features":[215]},{"name":"VK_OEM_MINUS","features":[215]},{"name":"VK_OEM_NEC_EQUAL","features":[215]},{"name":"VK_OEM_PA1","features":[215]},{"name":"VK_OEM_PA2","features":[215]},{"name":"VK_OEM_PA3","features":[215]},{"name":"VK_OEM_PERIOD","features":[215]},{"name":"VK_OEM_PLUS","features":[215]},{"name":"VK_OEM_RESET","features":[215]},{"name":"VK_OEM_WSCTRL","features":[215]},{"name":"VK_P","features":[215]},{"name":"VK_PA1","features":[215]},{"name":"VK_PACKET","features":[215]},{"name":"VK_PAUSE","features":[215]},{"name":"VK_PLAY","features":[215]},{"name":"VK_PRINT","features":[215]},{"name":"VK_PRIOR","features":[215]},{"name":"VK_PROCESSKEY","features":[215]},{"name":"VK_Q","features":[215]},{"name":"VK_R","features":[215]},{"name":"VK_RBUTTON","features":[215]},{"name":"VK_RCONTROL","features":[215]},{"name":"VK_RETURN","features":[215]},{"name":"VK_RIGHT","features":[215]},{"name":"VK_RMENU","features":[215]},{"name":"VK_RSHIFT","features":[215]},{"name":"VK_RWIN","features":[215]},{"name":"VK_S","features":[215]},{"name":"VK_SCROLL","features":[215]},{"name":"VK_SELECT","features":[215]},{"name":"VK_SEPARATOR","features":[215]},{"name":"VK_SHIFT","features":[215]},{"name":"VK_SLEEP","features":[215]},{"name":"VK_SNAPSHOT","features":[215]},{"name":"VK_SPACE","features":[215]},{"name":"VK_SUBTRACT","features":[215]},{"name":"VK_T","features":[215]},{"name":"VK_TAB","features":[215]},{"name":"VK_TO_BIT","features":[215]},{"name":"VK_TO_WCHARS1","features":[215]},{"name":"VK_TO_WCHARS10","features":[215]},{"name":"VK_TO_WCHARS2","features":[215]},{"name":"VK_TO_WCHARS3","features":[215]},{"name":"VK_TO_WCHARS4","features":[215]},{"name":"VK_TO_WCHARS5","features":[215]},{"name":"VK_TO_WCHARS6","features":[215]},{"name":"VK_TO_WCHARS7","features":[215]},{"name":"VK_TO_WCHARS8","features":[215]},{"name":"VK_TO_WCHARS9","features":[215]},{"name":"VK_TO_WCHAR_TABLE","features":[215]},{"name":"VK_U","features":[215]},{"name":"VK_UP","features":[215]},{"name":"VK_V","features":[215]},{"name":"VK_VOLUME_DOWN","features":[215]},{"name":"VK_VOLUME_MUTE","features":[215]},{"name":"VK_VOLUME_UP","features":[215]},{"name":"VK_VSC","features":[215]},{"name":"VK_W","features":[215]},{"name":"VK_X","features":[215]},{"name":"VK_XBUTTON1","features":[215]},{"name":"VK_XBUTTON2","features":[215]},{"name":"VK_Y","features":[215]},{"name":"VK_Z","features":[215]},{"name":"VK_ZOOM","features":[215]},{"name":"VK__none_","features":[215]},{"name":"VSC_LPWSTR","features":[215]},{"name":"VSC_VK","features":[215]},{"name":"VkKeyScanA","features":[215]},{"name":"VkKeyScanExA","features":[215]},{"name":"VkKeyScanExW","features":[215]},{"name":"VkKeyScanW","features":[215]},{"name":"WCH_DEAD","features":[215]},{"name":"WCH_LGTR","features":[215]},{"name":"WCH_NONE","features":[215]},{"name":"_TrackMouseEvent","features":[3,215]},{"name":"keybd_event","features":[215]},{"name":"mouse_event","features":[215]},{"name":"wszACUTE","features":[215]},{"name":"wszBREVE","features":[215]},{"name":"wszCEDILLA","features":[215]},{"name":"wszCIRCUMFLEX","features":[215]},{"name":"wszDIARESIS_TONOS","features":[215]},{"name":"wszDOT_ABOVE","features":[215]},{"name":"wszDOUBLE_ACUTE","features":[215]},{"name":"wszGRAVE","features":[215]},{"name":"wszHACEK","features":[215]},{"name":"wszHOOK_ABOVE","features":[215]},{"name":"wszMACRON","features":[215]},{"name":"wszOGONEK","features":[215]},{"name":"wszOVERSCORE","features":[215]},{"name":"wszRING","features":[215]},{"name":"wszTILDE","features":[215]},{"name":"wszTONOS","features":[215]},{"name":"wszUMLAUT","features":[215]}],"661":[{"name":"EnableMouseInPointer","features":[3,211]},{"name":"GetPointerCursorId","features":[3,211]},{"name":"GetPointerDevice","features":[3,14,42,211]},{"name":"GetPointerDeviceCursors","features":[3,42,211]},{"name":"GetPointerDeviceProperties","features":[3,42,211]},{"name":"GetPointerDeviceRects","features":[3,211]},{"name":"GetPointerDevices","features":[3,14,42,211]},{"name":"GetPointerFrameInfo","features":[3,211,52]},{"name":"GetPointerFrameInfoHistory","features":[3,211,52]},{"name":"GetPointerFramePenInfo","features":[3,211,52]},{"name":"GetPointerFramePenInfoHistory","features":[3,211,52]},{"name":"GetPointerFrameTouchInfo","features":[3,211,52]},{"name":"GetPointerFrameTouchInfoHistory","features":[3,211,52]},{"name":"GetPointerInfo","features":[3,211,52]},{"name":"GetPointerInfoHistory","features":[3,211,52]},{"name":"GetPointerInputTransform","features":[3,211]},{"name":"GetPointerPenInfo","features":[3,211,52]},{"name":"GetPointerPenInfoHistory","features":[3,211,52]},{"name":"GetPointerTouchInfo","features":[3,211,52]},{"name":"GetPointerTouchInfoHistory","features":[3,211,52]},{"name":"GetPointerType","features":[3,211,52]},{"name":"GetRawPointerDeviceData","features":[3,42,211]},{"name":"GetUnpredictedMessagePos","features":[211]},{"name":"INPUT_INJECTION_VALUE","features":[211]},{"name":"INPUT_TRANSFORM","features":[211]},{"name":"InitializeTouchInjection","features":[3,211]},{"name":"InjectSyntheticPointerInput","features":[3,42,211,52]},{"name":"InjectTouchInput","features":[3,211,52]},{"name":"IsMouseInPointerEnabled","features":[3,211]},{"name":"POINTER_BUTTON_CHANGE_TYPE","features":[211]},{"name":"POINTER_CHANGE_FIFTHBUTTON_DOWN","features":[211]},{"name":"POINTER_CHANGE_FIFTHBUTTON_UP","features":[211]},{"name":"POINTER_CHANGE_FIRSTBUTTON_DOWN","features":[211]},{"name":"POINTER_CHANGE_FIRSTBUTTON_UP","features":[211]},{"name":"POINTER_CHANGE_FOURTHBUTTON_DOWN","features":[211]},{"name":"POINTER_CHANGE_FOURTHBUTTON_UP","features":[211]},{"name":"POINTER_CHANGE_NONE","features":[211]},{"name":"POINTER_CHANGE_SECONDBUTTON_DOWN","features":[211]},{"name":"POINTER_CHANGE_SECONDBUTTON_UP","features":[211]},{"name":"POINTER_CHANGE_THIRDBUTTON_DOWN","features":[211]},{"name":"POINTER_CHANGE_THIRDBUTTON_UP","features":[211]},{"name":"POINTER_FLAGS","features":[211]},{"name":"POINTER_FLAG_CANCELED","features":[211]},{"name":"POINTER_FLAG_CAPTURECHANGED","features":[211]},{"name":"POINTER_FLAG_CONFIDENCE","features":[211]},{"name":"POINTER_FLAG_DOWN","features":[211]},{"name":"POINTER_FLAG_FIFTHBUTTON","features":[211]},{"name":"POINTER_FLAG_FIRSTBUTTON","features":[211]},{"name":"POINTER_FLAG_FOURTHBUTTON","features":[211]},{"name":"POINTER_FLAG_HASTRANSFORM","features":[211]},{"name":"POINTER_FLAG_HWHEEL","features":[211]},{"name":"POINTER_FLAG_INCONTACT","features":[211]},{"name":"POINTER_FLAG_INRANGE","features":[211]},{"name":"POINTER_FLAG_NEW","features":[211]},{"name":"POINTER_FLAG_NONE","features":[211]},{"name":"POINTER_FLAG_PRIMARY","features":[211]},{"name":"POINTER_FLAG_SECONDBUTTON","features":[211]},{"name":"POINTER_FLAG_THIRDBUTTON","features":[211]},{"name":"POINTER_FLAG_UP","features":[211]},{"name":"POINTER_FLAG_UPDATE","features":[211]},{"name":"POINTER_FLAG_WHEEL","features":[211]},{"name":"POINTER_INFO","features":[3,211,52]},{"name":"POINTER_PEN_INFO","features":[3,211,52]},{"name":"POINTER_TOUCH_INFO","features":[3,211,52]},{"name":"SkipPointerFrameMessages","features":[3,211]},{"name":"TOUCH_FEEDBACK_DEFAULT","features":[211]},{"name":"TOUCH_FEEDBACK_INDIRECT","features":[211]},{"name":"TOUCH_FEEDBACK_MODE","features":[211]},{"name":"TOUCH_FEEDBACK_NONE","features":[211]}],"663":[{"name":"CloseGestureInfoHandle","features":[3,216]},{"name":"CloseTouchInputHandle","features":[3,216]},{"name":"GESTURECONFIG","features":[216]},{"name":"GESTURECONFIG_ID","features":[216]},{"name":"GESTUREINFO","features":[3,216]},{"name":"GESTURENOTIFYSTRUCT","features":[3,216]},{"name":"GID_BEGIN","features":[216]},{"name":"GID_END","features":[216]},{"name":"GID_PAN","features":[216]},{"name":"GID_PRESSANDTAP","features":[216]},{"name":"GID_ROLLOVER","features":[216]},{"name":"GID_ROTATE","features":[216]},{"name":"GID_TWOFINGERTAP","features":[216]},{"name":"GID_ZOOM","features":[216]},{"name":"GetGestureConfig","features":[3,216]},{"name":"GetGestureExtraArgs","features":[3,216]},{"name":"GetGestureInfo","features":[3,216]},{"name":"GetTouchInputInfo","features":[3,216]},{"name":"HGESTUREINFO","features":[216]},{"name":"HTOUCHINPUT","features":[216]},{"name":"IInertiaProcessor","features":[216]},{"name":"IManipulationProcessor","features":[216]},{"name":"InertiaProcessor","features":[216]},{"name":"IsTouchWindow","features":[3,216]},{"name":"MANIPULATION_ALL","features":[216]},{"name":"MANIPULATION_NONE","features":[216]},{"name":"MANIPULATION_PROCESSOR_MANIPULATIONS","features":[216]},{"name":"MANIPULATION_ROTATE","features":[216]},{"name":"MANIPULATION_SCALE","features":[216]},{"name":"MANIPULATION_TRANSLATE_X","features":[216]},{"name":"MANIPULATION_TRANSLATE_Y","features":[216]},{"name":"ManipulationProcessor","features":[216]},{"name":"REGISTER_TOUCH_WINDOW_FLAGS","features":[216]},{"name":"RegisterTouchWindow","features":[3,216]},{"name":"SetGestureConfig","features":[3,216]},{"name":"TOUCHEVENTF_DOWN","features":[216]},{"name":"TOUCHEVENTF_FLAGS","features":[216]},{"name":"TOUCHEVENTF_INRANGE","features":[216]},{"name":"TOUCHEVENTF_MOVE","features":[216]},{"name":"TOUCHEVENTF_NOCOALESCE","features":[216]},{"name":"TOUCHEVENTF_PALM","features":[216]},{"name":"TOUCHEVENTF_PEN","features":[216]},{"name":"TOUCHEVENTF_PRIMARY","features":[216]},{"name":"TOUCHEVENTF_UP","features":[216]},{"name":"TOUCHINPUT","features":[3,216]},{"name":"TOUCHINPUTMASKF_CONTACTAREA","features":[216]},{"name":"TOUCHINPUTMASKF_EXTRAINFO","features":[216]},{"name":"TOUCHINPUTMASKF_MASK","features":[216]},{"name":"TOUCHINPUTMASKF_TIMEFROMSYSTEM","features":[216]},{"name":"TWF_FINETOUCH","features":[216]},{"name":"TWF_WANTPALM","features":[216]},{"name":"UnregisterTouchWindow","features":[3,216]},{"name":"_IManipulationEvents","features":[216]}],"664":[{"name":"BATTERY_DEVTYPE","features":[217]},{"name":"BATTERY_DEVTYPE_GAMEPAD","features":[217]},{"name":"BATTERY_DEVTYPE_HEADSET","features":[217]},{"name":"BATTERY_LEVEL","features":[217]},{"name":"BATTERY_LEVEL_EMPTY","features":[217]},{"name":"BATTERY_LEVEL_FULL","features":[217]},{"name":"BATTERY_LEVEL_LOW","features":[217]},{"name":"BATTERY_LEVEL_MEDIUM","features":[217]},{"name":"BATTERY_TYPE","features":[217]},{"name":"BATTERY_TYPE_ALKALINE","features":[217]},{"name":"BATTERY_TYPE_DISCONNECTED","features":[217]},{"name":"BATTERY_TYPE_NIMH","features":[217]},{"name":"BATTERY_TYPE_UNKNOWN","features":[217]},{"name":"BATTERY_TYPE_WIRED","features":[217]},{"name":"VK_PAD_A","features":[217]},{"name":"VK_PAD_B","features":[217]},{"name":"VK_PAD_BACK","features":[217]},{"name":"VK_PAD_DPAD_DOWN","features":[217]},{"name":"VK_PAD_DPAD_LEFT","features":[217]},{"name":"VK_PAD_DPAD_RIGHT","features":[217]},{"name":"VK_PAD_DPAD_UP","features":[217]},{"name":"VK_PAD_LSHOULDER","features":[217]},{"name":"VK_PAD_LTHUMB_DOWN","features":[217]},{"name":"VK_PAD_LTHUMB_DOWNLEFT","features":[217]},{"name":"VK_PAD_LTHUMB_DOWNRIGHT","features":[217]},{"name":"VK_PAD_LTHUMB_LEFT","features":[217]},{"name":"VK_PAD_LTHUMB_PRESS","features":[217]},{"name":"VK_PAD_LTHUMB_RIGHT","features":[217]},{"name":"VK_PAD_LTHUMB_UP","features":[217]},{"name":"VK_PAD_LTHUMB_UPLEFT","features":[217]},{"name":"VK_PAD_LTHUMB_UPRIGHT","features":[217]},{"name":"VK_PAD_LTRIGGER","features":[217]},{"name":"VK_PAD_RSHOULDER","features":[217]},{"name":"VK_PAD_RTHUMB_DOWN","features":[217]},{"name":"VK_PAD_RTHUMB_DOWNLEFT","features":[217]},{"name":"VK_PAD_RTHUMB_DOWNRIGHT","features":[217]},{"name":"VK_PAD_RTHUMB_LEFT","features":[217]},{"name":"VK_PAD_RTHUMB_PRESS","features":[217]},{"name":"VK_PAD_RTHUMB_RIGHT","features":[217]},{"name":"VK_PAD_RTHUMB_UP","features":[217]},{"name":"VK_PAD_RTHUMB_UPLEFT","features":[217]},{"name":"VK_PAD_RTHUMB_UPRIGHT","features":[217]},{"name":"VK_PAD_RTRIGGER","features":[217]},{"name":"VK_PAD_START","features":[217]},{"name":"VK_PAD_X","features":[217]},{"name":"VK_PAD_Y","features":[217]},{"name":"XINPUT_BATTERY_INFORMATION","features":[217]},{"name":"XINPUT_CAPABILITIES","features":[217]},{"name":"XINPUT_CAPABILITIES_FLAGS","features":[217]},{"name":"XINPUT_CAPS_FFB_SUPPORTED","features":[217]},{"name":"XINPUT_CAPS_NO_NAVIGATION","features":[217]},{"name":"XINPUT_CAPS_PMD_SUPPORTED","features":[217]},{"name":"XINPUT_CAPS_VOICE_SUPPORTED","features":[217]},{"name":"XINPUT_CAPS_WIRELESS","features":[217]},{"name":"XINPUT_DEVSUBTYPE","features":[217]},{"name":"XINPUT_DEVSUBTYPE_ARCADE_PAD","features":[217]},{"name":"XINPUT_DEVSUBTYPE_ARCADE_STICK","features":[217]},{"name":"XINPUT_DEVSUBTYPE_DANCE_PAD","features":[217]},{"name":"XINPUT_DEVSUBTYPE_DRUM_KIT","features":[217]},{"name":"XINPUT_DEVSUBTYPE_FLIGHT_STICK","features":[217]},{"name":"XINPUT_DEVSUBTYPE_GAMEPAD","features":[217]},{"name":"XINPUT_DEVSUBTYPE_GUITAR","features":[217]},{"name":"XINPUT_DEVSUBTYPE_GUITAR_ALTERNATE","features":[217]},{"name":"XINPUT_DEVSUBTYPE_GUITAR_BASS","features":[217]},{"name":"XINPUT_DEVSUBTYPE_UNKNOWN","features":[217]},{"name":"XINPUT_DEVSUBTYPE_WHEEL","features":[217]},{"name":"XINPUT_DEVTYPE","features":[217]},{"name":"XINPUT_DEVTYPE_GAMEPAD","features":[217]},{"name":"XINPUT_DLL","features":[217]},{"name":"XINPUT_DLL_A","features":[217]},{"name":"XINPUT_DLL_W","features":[217]},{"name":"XINPUT_FLAG","features":[217]},{"name":"XINPUT_FLAG_ALL","features":[217]},{"name":"XINPUT_FLAG_GAMEPAD","features":[217]},{"name":"XINPUT_GAMEPAD","features":[217]},{"name":"XINPUT_GAMEPAD_A","features":[217]},{"name":"XINPUT_GAMEPAD_B","features":[217]},{"name":"XINPUT_GAMEPAD_BACK","features":[217]},{"name":"XINPUT_GAMEPAD_BUTTON_FLAGS","features":[217]},{"name":"XINPUT_GAMEPAD_DPAD_DOWN","features":[217]},{"name":"XINPUT_GAMEPAD_DPAD_LEFT","features":[217]},{"name":"XINPUT_GAMEPAD_DPAD_RIGHT","features":[217]},{"name":"XINPUT_GAMEPAD_DPAD_UP","features":[217]},{"name":"XINPUT_GAMEPAD_LEFT_SHOULDER","features":[217]},{"name":"XINPUT_GAMEPAD_LEFT_THUMB","features":[217]},{"name":"XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE","features":[217]},{"name":"XINPUT_GAMEPAD_RIGHT_SHOULDER","features":[217]},{"name":"XINPUT_GAMEPAD_RIGHT_THUMB","features":[217]},{"name":"XINPUT_GAMEPAD_RIGHT_THUMB_DEADZONE","features":[217]},{"name":"XINPUT_GAMEPAD_START","features":[217]},{"name":"XINPUT_GAMEPAD_TRIGGER_THRESHOLD","features":[217]},{"name":"XINPUT_GAMEPAD_X","features":[217]},{"name":"XINPUT_GAMEPAD_Y","features":[217]},{"name":"XINPUT_KEYSTROKE","features":[217]},{"name":"XINPUT_KEYSTROKE_FLAGS","features":[217]},{"name":"XINPUT_KEYSTROKE_KEYDOWN","features":[217]},{"name":"XINPUT_KEYSTROKE_KEYUP","features":[217]},{"name":"XINPUT_KEYSTROKE_REPEAT","features":[217]},{"name":"XINPUT_STATE","features":[217]},{"name":"XINPUT_VIBRATION","features":[217]},{"name":"XINPUT_VIRTUAL_KEY","features":[217]},{"name":"XInputEnable","features":[3,217]},{"name":"XInputGetAudioDeviceIds","features":[217]},{"name":"XInputGetBatteryInformation","features":[217]},{"name":"XInputGetCapabilities","features":[217]},{"name":"XInputGetKeystroke","features":[217]},{"name":"XInputGetState","features":[217]},{"name":"XInputSetState","features":[217]},{"name":"XUSER_INDEX_ANY","features":[217]},{"name":"XUSER_MAX_COUNT","features":[217]}],"665":[{"name":"AddPointerInteractionContext","features":[218]},{"name":"BufferPointerPacketsInteractionContext","features":[3,211,218,52]},{"name":"CROSS_SLIDE_FLAGS","features":[218]},{"name":"CROSS_SLIDE_FLAGS_MAX","features":[218]},{"name":"CROSS_SLIDE_FLAGS_NONE","features":[218]},{"name":"CROSS_SLIDE_FLAGS_REARRANGE","features":[218]},{"name":"CROSS_SLIDE_FLAGS_SELECT","features":[218]},{"name":"CROSS_SLIDE_FLAGS_SPEED_BUMP","features":[218]},{"name":"CROSS_SLIDE_PARAMETER","features":[218]},{"name":"CROSS_SLIDE_THRESHOLD","features":[218]},{"name":"CROSS_SLIDE_THRESHOLD_COUNT","features":[218]},{"name":"CROSS_SLIDE_THRESHOLD_MAX","features":[218]},{"name":"CROSS_SLIDE_THRESHOLD_REARRANGE_START","features":[218]},{"name":"CROSS_SLIDE_THRESHOLD_SELECT_START","features":[218]},{"name":"CROSS_SLIDE_THRESHOLD_SPEED_BUMP_END","features":[218]},{"name":"CROSS_SLIDE_THRESHOLD_SPEED_BUMP_START","features":[218]},{"name":"CreateInteractionContext","features":[218]},{"name":"DestroyInteractionContext","features":[218]},{"name":"GetCrossSlideParameterInteractionContext","features":[218]},{"name":"GetHoldParameterInteractionContext","features":[218]},{"name":"GetInertiaParameterInteractionContext","features":[218]},{"name":"GetInteractionConfigurationInteractionContext","features":[218]},{"name":"GetMouseWheelParameterInteractionContext","features":[218]},{"name":"GetPropertyInteractionContext","features":[218]},{"name":"GetStateInteractionContext","features":[3,211,218,52]},{"name":"GetTapParameterInteractionContext","features":[218]},{"name":"GetTranslationParameterInteractionContext","features":[218]},{"name":"HINTERACTIONCONTEXT","features":[218]},{"name":"HOLD_PARAMETER","features":[218]},{"name":"HOLD_PARAMETER_MAX","features":[218]},{"name":"HOLD_PARAMETER_MAX_CONTACT_COUNT","features":[218]},{"name":"HOLD_PARAMETER_MIN_CONTACT_COUNT","features":[218]},{"name":"HOLD_PARAMETER_THRESHOLD_RADIUS","features":[218]},{"name":"HOLD_PARAMETER_THRESHOLD_START_DELAY","features":[218]},{"name":"INERTIA_PARAMETER","features":[218]},{"name":"INERTIA_PARAMETER_EXPANSION_DECELERATION","features":[218]},{"name":"INERTIA_PARAMETER_EXPANSION_EXPANSION","features":[218]},{"name":"INERTIA_PARAMETER_MAX","features":[218]},{"name":"INERTIA_PARAMETER_ROTATION_ANGLE","features":[218]},{"name":"INERTIA_PARAMETER_ROTATION_DECELERATION","features":[218]},{"name":"INERTIA_PARAMETER_TRANSLATION_DECELERATION","features":[218]},{"name":"INERTIA_PARAMETER_TRANSLATION_DISPLACEMENT","features":[218]},{"name":"INTERACTION_ARGUMENTS_CROSS_SLIDE","features":[218]},{"name":"INTERACTION_ARGUMENTS_MANIPULATION","features":[218]},{"name":"INTERACTION_ARGUMENTS_TAP","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAGS","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_EXACT","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_HORIZONTAL","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_REARRANGE","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_SELECT","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_SPEED_BUMP","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_DRAG","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD_MOUSE","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD_MULTIPLE_FINGER","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_EXACT","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_MULTIPLE_FINGER_PANNING","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_RAILS_X","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_RAILS_Y","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_ROTATION","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_ROTATION_INERTIA","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_SCALING","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_SCALING_INERTIA","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_INERTIA","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_X","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_Y","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_MAX","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_NONE","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_SECONDARY_TAP","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP_DOUBLE","features":[218]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP_MULTIPLE_FINGER","features":[218]},{"name":"INTERACTION_CONTEXT_CONFIGURATION","features":[218]},{"name":"INTERACTION_CONTEXT_OUTPUT","features":[218,52]},{"name":"INTERACTION_CONTEXT_OUTPUT2","features":[218,52]},{"name":"INTERACTION_CONTEXT_OUTPUT_CALLBACK","features":[218,52]},{"name":"INTERACTION_CONTEXT_OUTPUT_CALLBACK2","features":[218,52]},{"name":"INTERACTION_CONTEXT_PROPERTY","features":[218]},{"name":"INTERACTION_CONTEXT_PROPERTY_FILTER_POINTERS","features":[218]},{"name":"INTERACTION_CONTEXT_PROPERTY_INTERACTION_UI_FEEDBACK","features":[218]},{"name":"INTERACTION_CONTEXT_PROPERTY_MAX","features":[218]},{"name":"INTERACTION_CONTEXT_PROPERTY_MEASUREMENT_UNITS","features":[218]},{"name":"INTERACTION_FLAGS","features":[218]},{"name":"INTERACTION_FLAG_BEGIN","features":[218]},{"name":"INTERACTION_FLAG_CANCEL","features":[218]},{"name":"INTERACTION_FLAG_END","features":[218]},{"name":"INTERACTION_FLAG_INERTIA","features":[218]},{"name":"INTERACTION_FLAG_MAX","features":[218]},{"name":"INTERACTION_FLAG_NONE","features":[218]},{"name":"INTERACTION_ID","features":[218]},{"name":"INTERACTION_ID_CROSS_SLIDE","features":[218]},{"name":"INTERACTION_ID_DRAG","features":[218]},{"name":"INTERACTION_ID_HOLD","features":[218]},{"name":"INTERACTION_ID_MANIPULATION","features":[218]},{"name":"INTERACTION_ID_MAX","features":[218]},{"name":"INTERACTION_ID_NONE","features":[218]},{"name":"INTERACTION_ID_SECONDARY_TAP","features":[218]},{"name":"INTERACTION_ID_TAP","features":[218]},{"name":"INTERACTION_STATE","features":[218]},{"name":"INTERACTION_STATE_IDLE","features":[218]},{"name":"INTERACTION_STATE_IN_INTERACTION","features":[218]},{"name":"INTERACTION_STATE_MAX","features":[218]},{"name":"INTERACTION_STATE_POSSIBLE_DOUBLE_TAP","features":[218]},{"name":"MANIPULATION_RAILS_STATE","features":[218]},{"name":"MANIPULATION_RAILS_STATE_FREE","features":[218]},{"name":"MANIPULATION_RAILS_STATE_MAX","features":[218]},{"name":"MANIPULATION_RAILS_STATE_RAILED","features":[218]},{"name":"MANIPULATION_RAILS_STATE_UNDECIDED","features":[218]},{"name":"MANIPULATION_TRANSFORM","features":[218]},{"name":"MANIPULATION_VELOCITY","features":[218]},{"name":"MOUSE_WHEEL_PARAMETER","features":[218]},{"name":"MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_X","features":[218]},{"name":"MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_Y","features":[218]},{"name":"MOUSE_WHEEL_PARAMETER_DELTA_ROTATION","features":[218]},{"name":"MOUSE_WHEEL_PARAMETER_DELTA_SCALE","features":[218]},{"name":"MOUSE_WHEEL_PARAMETER_MAX","features":[218]},{"name":"MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_X","features":[218]},{"name":"MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_Y","features":[218]},{"name":"ProcessBufferedPacketsInteractionContext","features":[218]},{"name":"ProcessInertiaInteractionContext","features":[218]},{"name":"ProcessPointerFramesInteractionContext","features":[3,211,218,52]},{"name":"RegisterOutputCallbackInteractionContext","features":[218,52]},{"name":"RegisterOutputCallbackInteractionContext2","features":[218,52]},{"name":"RemovePointerInteractionContext","features":[218]},{"name":"ResetInteractionContext","features":[218]},{"name":"SetCrossSlideParametersInteractionContext","features":[218]},{"name":"SetHoldParameterInteractionContext","features":[218]},{"name":"SetInertiaParameterInteractionContext","features":[218]},{"name":"SetInteractionConfigurationInteractionContext","features":[218]},{"name":"SetMouseWheelParameterInteractionContext","features":[218]},{"name":"SetPivotInteractionContext","features":[218]},{"name":"SetPropertyInteractionContext","features":[218]},{"name":"SetTapParameterInteractionContext","features":[218]},{"name":"SetTranslationParameterInteractionContext","features":[218]},{"name":"StopInteractionContext","features":[218]},{"name":"TAP_PARAMETER","features":[218]},{"name":"TAP_PARAMETER_MAX","features":[218]},{"name":"TAP_PARAMETER_MAX_CONTACT_COUNT","features":[218]},{"name":"TAP_PARAMETER_MIN_CONTACT_COUNT","features":[218]},{"name":"TRANSLATION_PARAMETER","features":[218]},{"name":"TRANSLATION_PARAMETER_MAX","features":[218]},{"name":"TRANSLATION_PARAMETER_MAX_CONTACT_COUNT","features":[218]},{"name":"TRANSLATION_PARAMETER_MIN_CONTACT_COUNT","features":[218]}],"667":[{"name":"MAGCOLOREFFECT","features":[219]},{"name":"MAGIMAGEHEADER","features":[219]},{"name":"MAGTRANSFORM","features":[219]},{"name":"MS_CLIPAROUNDCURSOR","features":[219]},{"name":"MS_INVERTCOLORS","features":[219]},{"name":"MS_SHOWMAGNIFIEDCURSOR","features":[219]},{"name":"MW_FILTERMODE","features":[219]},{"name":"MW_FILTERMODE_EXCLUDE","features":[219]},{"name":"MW_FILTERMODE_INCLUDE","features":[219]},{"name":"MagGetColorEffect","features":[3,219]},{"name":"MagGetFullscreenColorEffect","features":[3,219]},{"name":"MagGetFullscreenTransform","features":[3,219]},{"name":"MagGetImageScalingCallback","features":[3,14,219]},{"name":"MagGetInputTransform","features":[3,219]},{"name":"MagGetWindowFilterList","features":[3,219]},{"name":"MagGetWindowSource","features":[3,219]},{"name":"MagGetWindowTransform","features":[3,219]},{"name":"MagImageScalingCallback","features":[3,14,219]},{"name":"MagInitialize","features":[3,219]},{"name":"MagSetColorEffect","features":[3,219]},{"name":"MagSetFullscreenColorEffect","features":[3,219]},{"name":"MagSetFullscreenTransform","features":[3,219]},{"name":"MagSetImageScalingCallback","features":[3,14,219]},{"name":"MagSetInputTransform","features":[3,219]},{"name":"MagSetWindowFilterList","features":[3,219]},{"name":"MagSetWindowSource","features":[3,219]},{"name":"MagSetWindowTransform","features":[3,219]},{"name":"MagShowSystemCursor","features":[3,219]},{"name":"MagUninitialize","features":[3,219]},{"name":"WC_MAGNIFIER","features":[219]},{"name":"WC_MAGNIFIERA","features":[219]},{"name":"WC_MAGNIFIERW","features":[219]}],"670":[{"name":"AASHELLMENUFILENAME","features":[111]},{"name":"AASHELLMENUITEM","features":[111]},{"name":"ABE_BOTTOM","features":[111]},{"name":"ABE_LEFT","features":[111]},{"name":"ABE_RIGHT","features":[111]},{"name":"ABE_TOP","features":[111]},{"name":"ABM_ACTIVATE","features":[111]},{"name":"ABM_GETAUTOHIDEBAR","features":[111]},{"name":"ABM_GETAUTOHIDEBAREX","features":[111]},{"name":"ABM_GETSTATE","features":[111]},{"name":"ABM_GETTASKBARPOS","features":[111]},{"name":"ABM_NEW","features":[111]},{"name":"ABM_QUERYPOS","features":[111]},{"name":"ABM_REMOVE","features":[111]},{"name":"ABM_SETAUTOHIDEBAR","features":[111]},{"name":"ABM_SETAUTOHIDEBAREX","features":[111]},{"name":"ABM_SETPOS","features":[111]},{"name":"ABM_SETSTATE","features":[111]},{"name":"ABM_WINDOWPOSCHANGED","features":[111]},{"name":"ABN_FULLSCREENAPP","features":[111]},{"name":"ABN_POSCHANGED","features":[111]},{"name":"ABN_STATECHANGE","features":[111]},{"name":"ABN_WINDOWARRANGE","features":[111]},{"name":"ABS_ALWAYSONTOP","features":[111]},{"name":"ABS_AUTOHIDE","features":[111]},{"name":"ACDD_VISIBLE","features":[111]},{"name":"ACENUMOPTION","features":[111]},{"name":"ACEO_FIRSTUNUSED","features":[111]},{"name":"ACEO_MOSTRECENTFIRST","features":[111]},{"name":"ACEO_NONE","features":[111]},{"name":"ACLO_CURRENTDIR","features":[111]},{"name":"ACLO_DESKTOP","features":[111]},{"name":"ACLO_FAVORITES","features":[111]},{"name":"ACLO_FILESYSDIRS","features":[111]},{"name":"ACLO_FILESYSONLY","features":[111]},{"name":"ACLO_MYCOMPUTER","features":[111]},{"name":"ACLO_NONE","features":[111]},{"name":"ACLO_VIRTUALNAMESPACE","features":[111]},{"name":"ACO_AUTOAPPEND","features":[111]},{"name":"ACO_AUTOSUGGEST","features":[111]},{"name":"ACO_FILTERPREFIXES","features":[111]},{"name":"ACO_NONE","features":[111]},{"name":"ACO_NOPREFIXFILTERING","features":[111]},{"name":"ACO_RTLREADING","features":[111]},{"name":"ACO_SEARCH","features":[111]},{"name":"ACO_UPDOWNKEYDROPSLIST","features":[111]},{"name":"ACO_USETAB","features":[111]},{"name":"ACO_WORD_FILTER","features":[111]},{"name":"ACTIVATEOPTIONS","features":[111]},{"name":"ADDURL_SILENT","features":[111]},{"name":"ADE_LEFT","features":[111]},{"name":"ADE_NONE","features":[111]},{"name":"ADE_RIGHT","features":[111]},{"name":"ADJACENT_DISPLAY_EDGES","features":[111]},{"name":"ADLT_FREQUENT","features":[111]},{"name":"ADLT_RECENT","features":[111]},{"name":"AD_APPLY_BUFFERED_REFRESH","features":[111]},{"name":"AD_APPLY_DYNAMICREFRESH","features":[111]},{"name":"AD_APPLY_FORCE","features":[111]},{"name":"AD_APPLY_HTMLGEN","features":[111]},{"name":"AD_APPLY_REFRESH","features":[111]},{"name":"AD_APPLY_SAVE","features":[111]},{"name":"AD_GETWP_BMP","features":[111]},{"name":"AD_GETWP_IMAGE","features":[111]},{"name":"AD_GETWP_LAST_APPLIED","features":[111]},{"name":"AHE_DESKTOP","features":[111]},{"name":"AHE_IMMERSIVE","features":[111]},{"name":"AHE_TYPE","features":[111]},{"name":"AHTYPE","features":[111]},{"name":"AHTYPE_ANY_APPLICATION","features":[111]},{"name":"AHTYPE_ANY_PROGID","features":[111]},{"name":"AHTYPE_APPLICATION","features":[111]},{"name":"AHTYPE_CLASS_APPLICATION","features":[111]},{"name":"AHTYPE_MACHINEDEFAULT","features":[111]},{"name":"AHTYPE_PROGID","features":[111]},{"name":"AHTYPE_UNDEFINED","features":[111]},{"name":"AHTYPE_USER_APPLICATION","features":[111]},{"name":"AIM_COMMENTS","features":[111]},{"name":"AIM_CONTACT","features":[111]},{"name":"AIM_DISPLAYNAME","features":[111]},{"name":"AIM_HELPLINK","features":[111]},{"name":"AIM_IMAGE","features":[111]},{"name":"AIM_INSTALLDATE","features":[111]},{"name":"AIM_INSTALLLOCATION","features":[111]},{"name":"AIM_INSTALLSOURCE","features":[111]},{"name":"AIM_LANGUAGE","features":[111]},{"name":"AIM_PRODUCTID","features":[111]},{"name":"AIM_PUBLISHER","features":[111]},{"name":"AIM_READMEURL","features":[111]},{"name":"AIM_REGISTEREDCOMPANY","features":[111]},{"name":"AIM_REGISTEREDOWNER","features":[111]},{"name":"AIM_SUPPORTTELEPHONE","features":[111]},{"name":"AIM_SUPPORTURL","features":[111]},{"name":"AIM_UPDATEINFOURL","features":[111]},{"name":"AIM_VERSION","features":[111]},{"name":"AL_EFFECTIVE","features":[111]},{"name":"AL_MACHINE","features":[111]},{"name":"AL_USER","features":[111]},{"name":"AO_DESIGNMODE","features":[111]},{"name":"AO_NOERRORUI","features":[111]},{"name":"AO_NONE","features":[111]},{"name":"AO_NOSPLASHSCREEN","features":[111]},{"name":"AO_PRELAUNCH","features":[111]},{"name":"APPACTIONFLAGS","features":[111]},{"name":"APPACTION_ADDLATER","features":[111]},{"name":"APPACTION_CANGETSIZE","features":[111]},{"name":"APPACTION_INSTALL","features":[111]},{"name":"APPACTION_MODIFY","features":[111]},{"name":"APPACTION_MODIFYREMOVE","features":[111]},{"name":"APPACTION_REPAIR","features":[111]},{"name":"APPACTION_UNINSTALL","features":[111]},{"name":"APPACTION_UNSCHEDULE","features":[111]},{"name":"APPACTION_UPGRADE","features":[111]},{"name":"APPBARDATA","features":[3,111]},{"name":"APPBARDATA","features":[3,111]},{"name":"APPCATEGORYINFO","features":[111]},{"name":"APPCATEGORYINFOLIST","features":[111]},{"name":"APPDOCLISTTYPE","features":[111]},{"name":"APPINFODATA","features":[111]},{"name":"APPINFODATAFLAGS","features":[111]},{"name":"APPLET_PROC","features":[3,111]},{"name":"APPLICATION_VIEW_MIN_WIDTH","features":[111]},{"name":"APPLICATION_VIEW_ORIENTATION","features":[111]},{"name":"APPLICATION_VIEW_SIZE_PREFERENCE","features":[111]},{"name":"APPLICATION_VIEW_STATE","features":[111]},{"name":"APPNAMEBUFFERLEN","features":[111]},{"name":"ARCONTENT_AUDIOCD","features":[111]},{"name":"ARCONTENT_AUTOPLAYMUSIC","features":[111]},{"name":"ARCONTENT_AUTOPLAYPIX","features":[111]},{"name":"ARCONTENT_AUTOPLAYVIDEO","features":[111]},{"name":"ARCONTENT_AUTORUNINF","features":[111]},{"name":"ARCONTENT_BLANKBD","features":[111]},{"name":"ARCONTENT_BLANKCD","features":[111]},{"name":"ARCONTENT_BLANKDVD","features":[111]},{"name":"ARCONTENT_BLURAY","features":[111]},{"name":"ARCONTENT_CAMERASTORAGE","features":[111]},{"name":"ARCONTENT_CUSTOMEVENT","features":[111]},{"name":"ARCONTENT_DVDAUDIO","features":[111]},{"name":"ARCONTENT_DVDMOVIE","features":[111]},{"name":"ARCONTENT_MASK","features":[111]},{"name":"ARCONTENT_NONE","features":[111]},{"name":"ARCONTENT_PHASE_FINAL","features":[111]},{"name":"ARCONTENT_PHASE_MASK","features":[111]},{"name":"ARCONTENT_PHASE_PRESNIFF","features":[111]},{"name":"ARCONTENT_PHASE_SNIFFING","features":[111]},{"name":"ARCONTENT_PHASE_UNKNOWN","features":[111]},{"name":"ARCONTENT_SVCD","features":[111]},{"name":"ARCONTENT_UNKNOWNCONTENT","features":[111]},{"name":"ARCONTENT_VCD","features":[111]},{"name":"ASSOCCLASS","features":[111]},{"name":"ASSOCCLASS_APP_KEY","features":[111]},{"name":"ASSOCCLASS_APP_STR","features":[111]},{"name":"ASSOCCLASS_CLSID_KEY","features":[111]},{"name":"ASSOCCLASS_CLSID_STR","features":[111]},{"name":"ASSOCCLASS_FIXED_PROGID_STR","features":[111]},{"name":"ASSOCCLASS_FOLDER","features":[111]},{"name":"ASSOCCLASS_PROGID_KEY","features":[111]},{"name":"ASSOCCLASS_PROGID_STR","features":[111]},{"name":"ASSOCCLASS_PROTOCOL_STR","features":[111]},{"name":"ASSOCCLASS_SHELL_KEY","features":[111]},{"name":"ASSOCCLASS_STAR","features":[111]},{"name":"ASSOCCLASS_SYSTEM_STR","features":[111]},{"name":"ASSOCDATA","features":[111]},{"name":"ASSOCDATA_EDITFLAGS","features":[111]},{"name":"ASSOCDATA_HASPERUSERASSOC","features":[111]},{"name":"ASSOCDATA_MAX","features":[111]},{"name":"ASSOCDATA_MSIDESCRIPTOR","features":[111]},{"name":"ASSOCDATA_NOACTIVATEHANDLER","features":[111]},{"name":"ASSOCDATA_UNUSED1","features":[111]},{"name":"ASSOCDATA_VALUE","features":[111]},{"name":"ASSOCENUM","features":[111]},{"name":"ASSOCENUM_NONE","features":[111]},{"name":"ASSOCF","features":[111]},{"name":"ASSOCF_APP_TO_APP","features":[111]},{"name":"ASSOCF_IGNOREBASECLASS","features":[111]},{"name":"ASSOCF_INIT_BYEXENAME","features":[111]},{"name":"ASSOCF_INIT_DEFAULTTOFOLDER","features":[111]},{"name":"ASSOCF_INIT_DEFAULTTOSTAR","features":[111]},{"name":"ASSOCF_INIT_FIXED_PROGID","features":[111]},{"name":"ASSOCF_INIT_FOR_FILE","features":[111]},{"name":"ASSOCF_INIT_IGNOREUNKNOWN","features":[111]},{"name":"ASSOCF_INIT_NOREMAPCLSID","features":[111]},{"name":"ASSOCF_IS_FULL_URI","features":[111]},{"name":"ASSOCF_IS_PROTOCOL","features":[111]},{"name":"ASSOCF_NOFIXUPS","features":[111]},{"name":"ASSOCF_NONE","features":[111]},{"name":"ASSOCF_NOTRUNCATE","features":[111]},{"name":"ASSOCF_NOUSERSETTINGS","features":[111]},{"name":"ASSOCF_OPEN_BYEXENAME","features":[111]},{"name":"ASSOCF_PER_MACHINE_ONLY","features":[111]},{"name":"ASSOCF_REMAPRUNDLL","features":[111]},{"name":"ASSOCF_VERIFY","features":[111]},{"name":"ASSOCIATIONELEMENT","features":[51,111]},{"name":"ASSOCIATIONELEMENT","features":[51,111]},{"name":"ASSOCIATIONLEVEL","features":[111]},{"name":"ASSOCIATIONTYPE","features":[111]},{"name":"ASSOCKEY","features":[111]},{"name":"ASSOCKEY_APP","features":[111]},{"name":"ASSOCKEY_BASECLASS","features":[111]},{"name":"ASSOCKEY_CLASS","features":[111]},{"name":"ASSOCKEY_MAX","features":[111]},{"name":"ASSOCKEY_SHELLEXECCLASS","features":[111]},{"name":"ASSOCSTR","features":[111]},{"name":"ASSOCSTR_APPICONREFERENCE","features":[111]},{"name":"ASSOCSTR_APPID","features":[111]},{"name":"ASSOCSTR_APPPUBLISHER","features":[111]},{"name":"ASSOCSTR_COMMAND","features":[111]},{"name":"ASSOCSTR_CONTENTTYPE","features":[111]},{"name":"ASSOCSTR_DDEAPPLICATION","features":[111]},{"name":"ASSOCSTR_DDECOMMAND","features":[111]},{"name":"ASSOCSTR_DDEIFEXEC","features":[111]},{"name":"ASSOCSTR_DDETOPIC","features":[111]},{"name":"ASSOCSTR_DEFAULTICON","features":[111]},{"name":"ASSOCSTR_DELEGATEEXECUTE","features":[111]},{"name":"ASSOCSTR_DROPTARGET","features":[111]},{"name":"ASSOCSTR_EXECUTABLE","features":[111]},{"name":"ASSOCSTR_FRIENDLYAPPNAME","features":[111]},{"name":"ASSOCSTR_FRIENDLYDOCNAME","features":[111]},{"name":"ASSOCSTR_INFOTIP","features":[111]},{"name":"ASSOCSTR_MAX","features":[111]},{"name":"ASSOCSTR_NOOPEN","features":[111]},{"name":"ASSOCSTR_PROGID","features":[111]},{"name":"ASSOCSTR_QUICKTIP","features":[111]},{"name":"ASSOCSTR_SHELLEXTENSION","features":[111]},{"name":"ASSOCSTR_SHELLNEWVALUE","features":[111]},{"name":"ASSOCSTR_SUPPORTED_URI_PROTOCOLS","features":[111]},{"name":"ASSOCSTR_TILEINFO","features":[111]},{"name":"ASSOC_FILTER","features":[111]},{"name":"ASSOC_FILTER_NONE","features":[111]},{"name":"ASSOC_FILTER_RECOMMENDED","features":[111]},{"name":"ATTACHMENT_ACTION","features":[111]},{"name":"ATTACHMENT_ACTION_CANCEL","features":[111]},{"name":"ATTACHMENT_ACTION_EXEC","features":[111]},{"name":"ATTACHMENT_ACTION_SAVE","features":[111]},{"name":"ATTACHMENT_PROMPT","features":[111]},{"name":"ATTACHMENT_PROMPT_EXEC","features":[111]},{"name":"ATTACHMENT_PROMPT_EXEC_OR_SAVE","features":[111]},{"name":"ATTACHMENT_PROMPT_NONE","features":[111]},{"name":"ATTACHMENT_PROMPT_SAVE","features":[111]},{"name":"AT_FILEEXTENSION","features":[111]},{"name":"AT_MIMETYPE","features":[111]},{"name":"AT_STARTMENUCLIENT","features":[111]},{"name":"AT_URLPROTOCOL","features":[111]},{"name":"AUTOCOMPLETELISTOPTIONS","features":[111]},{"name":"AUTOCOMPLETEOPTIONS","features":[111]},{"name":"AUTO_SCROLL_DATA","features":[3,111]},{"name":"AVMW_320","features":[111]},{"name":"AVMW_500","features":[111]},{"name":"AVMW_DEFAULT","features":[111]},{"name":"AVO_LANDSCAPE","features":[111]},{"name":"AVO_PORTRAIT","features":[111]},{"name":"AVSP_CUSTOM","features":[111]},{"name":"AVSP_DEFAULT","features":[111]},{"name":"AVSP_USE_HALF","features":[111]},{"name":"AVSP_USE_LESS","features":[111]},{"name":"AVSP_USE_MINIMUM","features":[111]},{"name":"AVSP_USE_MORE","features":[111]},{"name":"AVSP_USE_NONE","features":[111]},{"name":"AVS_FILLED","features":[111]},{"name":"AVS_FULLSCREEN_LANDSCAPE","features":[111]},{"name":"AVS_FULLSCREEN_PORTRAIT","features":[111]},{"name":"AVS_SNAPPED","features":[111]},{"name":"AccessibilityDockingService","features":[111]},{"name":"AllowSmallerSize","features":[111]},{"name":"AlphabeticalCategorizer","features":[111]},{"name":"AppShellVerbHandler","features":[111]},{"name":"AppStartupLink","features":[111]},{"name":"AppVisibility","features":[111]},{"name":"ApplicationActivationManager","features":[111]},{"name":"ApplicationAssociationRegistration","features":[111]},{"name":"ApplicationAssociationRegistrationUI","features":[111]},{"name":"ApplicationDesignModeSettings","features":[111]},{"name":"ApplicationDestinations","features":[111]},{"name":"ApplicationDocumentLists","features":[111]},{"name":"AssocCreate","features":[111]},{"name":"AssocCreateForClasses","features":[51,111]},{"name":"AssocGetDetailsOfPropKey","features":[3,43,44,220,62]},{"name":"AssocGetPerceivedType","features":[220]},{"name":"AssocIsDangerous","features":[3,111]},{"name":"AssocQueryKeyA","features":[51,111]},{"name":"AssocQueryKeyW","features":[51,111]},{"name":"AssocQueryStringA","features":[111]},{"name":"AssocQueryStringByKeyA","features":[51,111]},{"name":"AssocQueryStringByKeyW","features":[51,111]},{"name":"AssocQueryStringW","features":[111]},{"name":"AttachmentServices","features":[111]},{"name":"BANDINFOSFB","features":[3,220]},{"name":"BANDSITECID","features":[111]},{"name":"BANDSITEINFO","features":[111]},{"name":"BANNER_NOTIFICATION","features":[111]},{"name":"BANNER_NOTIFICATION_EVENT","features":[111]},{"name":"BASEBROWSERDATALH","features":[3,220]},{"name":"BASEBROWSERDATAXP","features":[3,220]},{"name":"BFFCALLBACK","features":[3,111]},{"name":"BFFM_ENABLEOK","features":[111]},{"name":"BFFM_INITIALIZED","features":[111]},{"name":"BFFM_IUNKNOWN","features":[111]},{"name":"BFFM_SELCHANGED","features":[111]},{"name":"BFFM_SETEXPANDED","features":[111]},{"name":"BFFM_SETOKTEXT","features":[111]},{"name":"BFFM_SETSELECTION","features":[111]},{"name":"BFFM_SETSELECTIONA","features":[111]},{"name":"BFFM_SETSELECTIONW","features":[111]},{"name":"BFFM_SETSTATUSTEXT","features":[111]},{"name":"BFFM_SETSTATUSTEXTA","features":[111]},{"name":"BFFM_SETSTATUSTEXTW","features":[111]},{"name":"BFFM_VALIDATEFAILED","features":[111]},{"name":"BFFM_VALIDATEFAILEDA","features":[111]},{"name":"BFFM_VALIDATEFAILEDW","features":[111]},{"name":"BFO_ADD_IE_TOCAPTIONBAR","features":[111]},{"name":"BFO_BOTH_OPTIONS","features":[111]},{"name":"BFO_BROWSER_PERSIST_SETTINGS","features":[111]},{"name":"BFO_BROWSE_NO_IN_NEW_PROCESS","features":[111]},{"name":"BFO_ENABLE_HYPERLINK_TRACKING","features":[111]},{"name":"BFO_GO_HOME_PAGE","features":[111]},{"name":"BFO_NONE","features":[111]},{"name":"BFO_NO_PARENT_FOLDER_SUPPORT","features":[111]},{"name":"BFO_NO_REOPEN_NEXT_RESTART","features":[111]},{"name":"BFO_PREFER_IEPROCESS","features":[111]},{"name":"BFO_QUERY_ALL","features":[111]},{"name":"BFO_RENAME_FOLDER_OPTIONS_TOINTERNET","features":[111]},{"name":"BFO_SHOW_NAVIGATION_CANCELLED","features":[111]},{"name":"BFO_SUBSTITUE_INTERNET_START_PAGE","features":[111]},{"name":"BFO_USE_DIALUP_REF","features":[111]},{"name":"BFO_USE_IE_LOGOBANDING","features":[111]},{"name":"BFO_USE_IE_OFFLINE_SUPPORT","features":[111]},{"name":"BFO_USE_IE_STATUSBAR","features":[111]},{"name":"BFO_USE_IE_TOOLBAR","features":[111]},{"name":"BHID_AssociationArray","features":[111]},{"name":"BHID_DataObject","features":[111]},{"name":"BHID_EnumAssocHandlers","features":[111]},{"name":"BHID_EnumItems","features":[111]},{"name":"BHID_FilePlaceholder","features":[111]},{"name":"BHID_Filter","features":[111]},{"name":"BHID_LinkTargetItem","features":[111]},{"name":"BHID_PropertyStore","features":[111]},{"name":"BHID_RandomAccessStream","features":[111]},{"name":"BHID_SFObject","features":[111]},{"name":"BHID_SFUIObject","features":[111]},{"name":"BHID_SFViewObject","features":[111]},{"name":"BHID_Storage","features":[111]},{"name":"BHID_StorageEnum","features":[111]},{"name":"BHID_StorageItem","features":[111]},{"name":"BHID_Stream","features":[111]},{"name":"BHID_ThumbnailHandler","features":[111]},{"name":"BHID_Transfer","features":[111]},{"name":"BIF_BROWSEFILEJUNCTIONS","features":[111]},{"name":"BIF_BROWSEFORCOMPUTER","features":[111]},{"name":"BIF_BROWSEFORPRINTER","features":[111]},{"name":"BIF_BROWSEINCLUDEFILES","features":[111]},{"name":"BIF_BROWSEINCLUDEURLS","features":[111]},{"name":"BIF_DONTGOBELOWDOMAIN","features":[111]},{"name":"BIF_EDITBOX","features":[111]},{"name":"BIF_NEWDIALOGSTYLE","features":[111]},{"name":"BIF_NONEWFOLDERBUTTON","features":[111]},{"name":"BIF_NOTRANSLATETARGETS","features":[111]},{"name":"BIF_PREFER_INTERNET_SHORTCUT","features":[111]},{"name":"BIF_RETURNFSANCESTORS","features":[111]},{"name":"BIF_RETURNONLYFSDIRS","features":[111]},{"name":"BIF_SHAREABLE","features":[111]},{"name":"BIF_STATUSTEXT","features":[111]},{"name":"BIF_UAHINT","features":[111]},{"name":"BIF_VALIDATE","features":[111]},{"name":"BIND_INTERRUPTABLE","features":[111]},{"name":"BMICON_LARGE","features":[111]},{"name":"BMICON_SMALL","features":[111]},{"name":"BNE_Button1Clicked","features":[111]},{"name":"BNE_Button2Clicked","features":[111]},{"name":"BNE_Closed","features":[111]},{"name":"BNE_Dismissed","features":[111]},{"name":"BNE_Hovered","features":[111]},{"name":"BNE_Rendered","features":[111]},{"name":"BNSTATE","features":[111]},{"name":"BNS_BEGIN_NAVIGATE","features":[111]},{"name":"BNS_NAVIGATE","features":[111]},{"name":"BNS_NORMAL","features":[111]},{"name":"BROWSEINFOA","features":[3,220]},{"name":"BROWSEINFOW","features":[3,220]},{"name":"BSF_CANMAXIMIZE","features":[111]},{"name":"BSF_DELEGATEDNAVIGATION","features":[111]},{"name":"BSF_DONTSHOWNAVCANCELPAGE","features":[111]},{"name":"BSF_FEEDNAVIGATION","features":[111]},{"name":"BSF_FEEDSUBSCRIBED","features":[111]},{"name":"BSF_HTMLNAVCANCELED","features":[111]},{"name":"BSF_MERGEDMENUS","features":[111]},{"name":"BSF_NAVNOHISTORY","features":[111]},{"name":"BSF_NOLOCALFILEWARNING","features":[111]},{"name":"BSF_REGISTERASDROPTARGET","features":[111]},{"name":"BSF_RESIZABLE","features":[111]},{"name":"BSF_SETNAVIGATABLECODEPAGE","features":[111]},{"name":"BSF_THEATERMODE","features":[111]},{"name":"BSF_TOPBROWSER","features":[111]},{"name":"BSF_TRUSTEDFORACTIVEX","features":[111]},{"name":"BSF_UISETBYAUTOMATION","features":[111]},{"name":"BSID_BANDADDED","features":[111]},{"name":"BSID_BANDREMOVED","features":[111]},{"name":"BSIM_STATE","features":[111]},{"name":"BSIM_STYLE","features":[111]},{"name":"BSIS_ALWAYSGRIPPER","features":[111]},{"name":"BSIS_AUTOGRIPPER","features":[111]},{"name":"BSIS_FIXEDORDER","features":[111]},{"name":"BSIS_LEFTALIGN","features":[111]},{"name":"BSIS_LOCKED","features":[111]},{"name":"BSIS_NOCAPTION","features":[111]},{"name":"BSIS_NOCONTEXTMENU","features":[111]},{"name":"BSIS_NODROPTARGET","features":[111]},{"name":"BSIS_NOGRIPPER","features":[111]},{"name":"BSIS_PREFERNOLINEBREAK","features":[111]},{"name":"BSIS_PRESERVEORDERDURINGLAYOUT","features":[111]},{"name":"BSIS_SINGLECLICK","features":[111]},{"name":"BSSF_NOTITLE","features":[111]},{"name":"BSSF_UNDELETEABLE","features":[111]},{"name":"BSSF_VISIBLE","features":[111]},{"name":"BUFFLEN","features":[111]},{"name":"BrowserNavConstants","features":[111]},{"name":"CABINETSTATE","features":[111]},{"name":"CABINETSTATE_VERSION","features":[111]},{"name":"CAMERAROLL_E_NO_DOWNSAMPLING_REQUIRED","features":[111]},{"name":"CATEGORYINFO_FLAGS","features":[111]},{"name":"CATEGORY_INFO","features":[111]},{"name":"CATID_BrowsableShellExt","features":[111]},{"name":"CATID_BrowseInPlace","features":[111]},{"name":"CATID_CommBand","features":[111]},{"name":"CATID_DeskBand","features":[111]},{"name":"CATID_FilePlaceholderMergeHandler","features":[111]},{"name":"CATID_InfoBand","features":[111]},{"name":"CATID_LocationFactory","features":[111]},{"name":"CATID_LocationProvider","features":[111]},{"name":"CATID_SearchableApplication","features":[111]},{"name":"CATINFO_COLLAPSED","features":[111]},{"name":"CATINFO_EXPANDED","features":[111]},{"name":"CATINFO_HIDDEN","features":[111]},{"name":"CATINFO_NOHEADER","features":[111]},{"name":"CATINFO_NOHEADERCOUNT","features":[111]},{"name":"CATINFO_NORMAL","features":[111]},{"name":"CATINFO_NOTCOLLAPSIBLE","features":[111]},{"name":"CATINFO_SEPARATE_IMAGES","features":[111]},{"name":"CATINFO_SHOWEMPTY","features":[111]},{"name":"CATINFO_SUBSETTED","features":[111]},{"name":"CATSORT_DEFAULT","features":[111]},{"name":"CATSORT_FLAGS","features":[111]},{"name":"CATSORT_NAME","features":[111]},{"name":"CDB2GVF_ADDSHIELD","features":[111]},{"name":"CDB2GVF_ALLOWPREVIEWPANE","features":[111]},{"name":"CDB2GVF_ISFILESAVE","features":[111]},{"name":"CDB2GVF_ISFOLDERPICKER","features":[111]},{"name":"CDB2GVF_NOINCLUDEITEM","features":[111]},{"name":"CDB2GVF_NOSELECTVERB","features":[111]},{"name":"CDB2GVF_SHOWALLFILES","features":[111]},{"name":"CDB2N_CONTEXTMENU_DONE","features":[111]},{"name":"CDB2N_CONTEXTMENU_START","features":[111]},{"name":"CDBE_RET_DEFAULT","features":[111]},{"name":"CDBE_RET_DONTRUNOTHEREXTS","features":[111]},{"name":"CDBE_RET_STOPWIZARD","features":[111]},{"name":"CDBE_TYPE_ALL","features":[111]},{"name":"CDBE_TYPE_DATA","features":[111]},{"name":"CDBE_TYPE_MUSIC","features":[111]},{"name":"CDBOSC_KILLFOCUS","features":[111]},{"name":"CDBOSC_RENAME","features":[111]},{"name":"CDBOSC_SELCHANGE","features":[111]},{"name":"CDBOSC_SETFOCUS","features":[111]},{"name":"CDBOSC_STATECHANGE","features":[111]},{"name":"CDBURNINGEXTENSIONRET","features":[111]},{"name":"CDBurn","features":[111]},{"name":"CDCONTROLSTATEF","features":[111]},{"name":"CDCS_ENABLED","features":[111]},{"name":"CDCS_ENABLEDVISIBLE","features":[111]},{"name":"CDCS_INACTIVE","features":[111]},{"name":"CDCS_VISIBLE","features":[111]},{"name":"CDefFolderMenu_Create2","features":[3,51,220]},{"name":"CFSTR_AUTOPLAY_SHELLIDLISTS","features":[111]},{"name":"CFSTR_DROPDESCRIPTION","features":[111]},{"name":"CFSTR_FILECONTENTS","features":[111]},{"name":"CFSTR_FILEDESCRIPTOR","features":[111]},{"name":"CFSTR_FILEDESCRIPTORA","features":[111]},{"name":"CFSTR_FILEDESCRIPTORW","features":[111]},{"name":"CFSTR_FILENAME","features":[111]},{"name":"CFSTR_FILENAMEA","features":[111]},{"name":"CFSTR_FILENAMEMAP","features":[111]},{"name":"CFSTR_FILENAMEMAPA","features":[111]},{"name":"CFSTR_FILENAMEMAPW","features":[111]},{"name":"CFSTR_FILENAMEW","features":[111]},{"name":"CFSTR_FILE_ATTRIBUTES_ARRAY","features":[111]},{"name":"CFSTR_INDRAGLOOP","features":[111]},{"name":"CFSTR_INETURL","features":[111]},{"name":"CFSTR_INETURLA","features":[111]},{"name":"CFSTR_INETURLW","features":[111]},{"name":"CFSTR_INVOKECOMMAND_DROPPARAM","features":[111]},{"name":"CFSTR_LOGICALPERFORMEDDROPEFFECT","features":[111]},{"name":"CFSTR_MOUNTEDVOLUME","features":[111]},{"name":"CFSTR_NETRESOURCES","features":[111]},{"name":"CFSTR_PASTESUCCEEDED","features":[111]},{"name":"CFSTR_PERFORMEDDROPEFFECT","features":[111]},{"name":"CFSTR_PERSISTEDDATAOBJECT","features":[111]},{"name":"CFSTR_PREFERREDDROPEFFECT","features":[111]},{"name":"CFSTR_PRINTERGROUP","features":[111]},{"name":"CFSTR_SHELLDROPHANDLER","features":[111]},{"name":"CFSTR_SHELLIDLIST","features":[111]},{"name":"CFSTR_SHELLIDLISTOFFSET","features":[111]},{"name":"CFSTR_SHELLURL","features":[111]},{"name":"CFSTR_TARGETCLSID","features":[111]},{"name":"CFSTR_UNTRUSTEDDRAGDROP","features":[111]},{"name":"CFSTR_ZONEIDENTIFIER","features":[111]},{"name":"CGID_DefView","features":[111]},{"name":"CGID_Explorer","features":[111]},{"name":"CGID_ExplorerBarDoc","features":[111]},{"name":"CGID_MENUDESKBAR","features":[111]},{"name":"CGID_ShellDocView","features":[111]},{"name":"CGID_ShellServiceObject","features":[111]},{"name":"CGID_ShortCut","features":[111]},{"name":"CIDA","features":[111]},{"name":"CIDLData_CreateFromIDArray","features":[220]},{"name":"CIE4ConnectionPoint","features":[111]},{"name":"CLOSEPROPS_DISCARD","features":[111]},{"name":"CLOSEPROPS_NONE","features":[111]},{"name":"CLSID_ACLCustomMRU","features":[111]},{"name":"CLSID_ACLHistory","features":[111]},{"name":"CLSID_ACLMRU","features":[111]},{"name":"CLSID_ACLMulti","features":[111]},{"name":"CLSID_ACListISF","features":[111]},{"name":"CLSID_ActiveDesktop","features":[111]},{"name":"CLSID_AutoComplete","features":[111]},{"name":"CLSID_CAnchorBrowsePropertyPage","features":[111]},{"name":"CLSID_CDocBrowsePropertyPage","features":[111]},{"name":"CLSID_CFSIconOverlayManager","features":[111]},{"name":"CLSID_CImageBrowsePropertyPage","features":[111]},{"name":"CLSID_CURLSearchHook","features":[111]},{"name":"CLSID_CUrlHistory","features":[111]},{"name":"CLSID_CUrlHistoryBoth","features":[111]},{"name":"CLSID_ControlPanel","features":[111]},{"name":"CLSID_DarwinAppPublisher","features":[111]},{"name":"CLSID_DocHostUIHandler","features":[111]},{"name":"CLSID_DragDropHelper","features":[111]},{"name":"CLSID_FileTypes","features":[111]},{"name":"CLSID_FolderItemsMultiLevel","features":[111]},{"name":"CLSID_FolderShortcut","features":[111]},{"name":"CLSID_HWShellExecute","features":[111]},{"name":"CLSID_ISFBand","features":[111]},{"name":"CLSID_Internet","features":[111]},{"name":"CLSID_InternetButtons","features":[111]},{"name":"CLSID_InternetShortcut","features":[111]},{"name":"CLSID_LinkColumnProvider","features":[111]},{"name":"CLSID_MSOButtons","features":[111]},{"name":"CLSID_MenuBand","features":[111]},{"name":"CLSID_MenuBandSite","features":[111]},{"name":"CLSID_MenuToolbarBase","features":[111]},{"name":"CLSID_MyComputer","features":[111]},{"name":"CLSID_MyDocuments","features":[111]},{"name":"CLSID_NetworkDomain","features":[111]},{"name":"CLSID_NetworkServer","features":[111]},{"name":"CLSID_NetworkShare","features":[111]},{"name":"CLSID_NewMenu","features":[111]},{"name":"CLSID_Printers","features":[111]},{"name":"CLSID_ProgressDialog","features":[111]},{"name":"CLSID_QueryAssociations","features":[111]},{"name":"CLSID_QuickLinks","features":[111]},{"name":"CLSID_RecycleBin","features":[111]},{"name":"CLSID_ShellFldSetExt","features":[111]},{"name":"CLSID_ShellThumbnailDiskCache","features":[111]},{"name":"CLSID_ToolbarExtButtons","features":[111]},{"name":"CMDID_INTSHORTCUTCREATE","features":[111]},{"name":"CMDSTR_NEWFOLDER","features":[111]},{"name":"CMDSTR_NEWFOLDERA","features":[111]},{"name":"CMDSTR_NEWFOLDERW","features":[111]},{"name":"CMDSTR_VIEWDETAILS","features":[111]},{"name":"CMDSTR_VIEWDETAILSA","features":[111]},{"name":"CMDSTR_VIEWDETAILSW","features":[111]},{"name":"CMDSTR_VIEWLIST","features":[111]},{"name":"CMDSTR_VIEWLISTA","features":[111]},{"name":"CMDSTR_VIEWLISTW","features":[111]},{"name":"CMF_ASYNCVERBSTATE","features":[111]},{"name":"CMF_CANRENAME","features":[111]},{"name":"CMF_DEFAULTONLY","features":[111]},{"name":"CMF_DISABLEDVERBS","features":[111]},{"name":"CMF_DONOTPICKDEFAULT","features":[111]},{"name":"CMF_EXPLORE","features":[111]},{"name":"CMF_EXTENDEDVERBS","features":[111]},{"name":"CMF_INCLUDESTATIC","features":[111]},{"name":"CMF_ITEMMENU","features":[111]},{"name":"CMF_NODEFAULT","features":[111]},{"name":"CMF_NORMAL","features":[111]},{"name":"CMF_NOVERBS","features":[111]},{"name":"CMF_OPTIMIZEFORINVOKE","features":[111]},{"name":"CMF_RESERVED","features":[111]},{"name":"CMF_SYNCCASCADEMENU","features":[111]},{"name":"CMF_VERBSONLY","features":[111]},{"name":"CMIC_MASK_CONTROL_DOWN","features":[111]},{"name":"CMIC_MASK_PTINVOKE","features":[111]},{"name":"CMIC_MASK_SHIFT_DOWN","features":[111]},{"name":"CMINVOKECOMMANDINFO","features":[3,111]},{"name":"CMINVOKECOMMANDINFOEX","features":[3,111]},{"name":"CMINVOKECOMMANDINFOEX_REMOTE","features":[3,111]},{"name":"CM_COLUMNINFO","features":[111]},{"name":"CM_ENUM_ALL","features":[111]},{"name":"CM_ENUM_FLAGS","features":[111]},{"name":"CM_ENUM_VISIBLE","features":[111]},{"name":"CM_MASK","features":[111]},{"name":"CM_MASK_DEFAULTWIDTH","features":[111]},{"name":"CM_MASK_IDEALWIDTH","features":[111]},{"name":"CM_MASK_NAME","features":[111]},{"name":"CM_MASK_STATE","features":[111]},{"name":"CM_MASK_WIDTH","features":[111]},{"name":"CM_SET_WIDTH_VALUE","features":[111]},{"name":"CM_STATE","features":[111]},{"name":"CM_STATE_ALWAYSVISIBLE","features":[111]},{"name":"CM_STATE_FIXEDWIDTH","features":[111]},{"name":"CM_STATE_NONE","features":[111]},{"name":"CM_STATE_NOSORTBYFOLDERNESS","features":[111]},{"name":"CM_STATE_VISIBLE","features":[111]},{"name":"CM_WIDTH_AUTOSIZE","features":[111]},{"name":"CM_WIDTH_USEDEFAULT","features":[111]},{"name":"COMPONENT_DEFAULT_LEFT","features":[111]},{"name":"COMPONENT_DEFAULT_TOP","features":[111]},{"name":"COMPONENT_TOP","features":[111]},{"name":"COMP_ELEM_CHECKED","features":[111]},{"name":"COMP_ELEM_CURITEMSTATE","features":[111]},{"name":"COMP_ELEM_DIRTY","features":[111]},{"name":"COMP_ELEM_FRIENDLYNAME","features":[111]},{"name":"COMP_ELEM_NOSCROLL","features":[111]},{"name":"COMP_ELEM_ORIGINAL_CSI","features":[111]},{"name":"COMP_ELEM_POS_LEFT","features":[111]},{"name":"COMP_ELEM_POS_TOP","features":[111]},{"name":"COMP_ELEM_POS_ZINDEX","features":[111]},{"name":"COMP_ELEM_RESTORED_CSI","features":[111]},{"name":"COMP_ELEM_SIZE_HEIGHT","features":[111]},{"name":"COMP_ELEM_SIZE_WIDTH","features":[111]},{"name":"COMP_ELEM_SOURCE","features":[111]},{"name":"COMP_ELEM_SUBSCRIBEDURL","features":[111]},{"name":"COMP_ELEM_TYPE","features":[111]},{"name":"COMP_TYPE_CFHTML","features":[111]},{"name":"COMP_TYPE_CONTROL","features":[111]},{"name":"COMP_TYPE_HTMLDOC","features":[111]},{"name":"COMP_TYPE_MAX","features":[111]},{"name":"COMP_TYPE_PICTURE","features":[111]},{"name":"COMP_TYPE_WEBSITE","features":[111]},{"name":"CONFIRM_CONFLICT_ITEM","features":[111]},{"name":"CONFIRM_CONFLICT_RESULT_INFO","features":[111]},{"name":"CONFLICT_RESOLUTION_CLSID_KEY","features":[111]},{"name":"COPYENGINE_E_ACCESSDENIED_READONLY","features":[111]},{"name":"COPYENGINE_E_ACCESS_DENIED_DEST","features":[111]},{"name":"COPYENGINE_E_ACCESS_DENIED_SRC","features":[111]},{"name":"COPYENGINE_E_ALREADY_EXISTS_FOLDER","features":[111]},{"name":"COPYENGINE_E_ALREADY_EXISTS_NORMAL","features":[111]},{"name":"COPYENGINE_E_ALREADY_EXISTS_READONLY","features":[111]},{"name":"COPYENGINE_E_ALREADY_EXISTS_SYSTEM","features":[111]},{"name":"COPYENGINE_E_BLOCKED_BY_DLP_POLICY","features":[111]},{"name":"COPYENGINE_E_BLOCKED_BY_EDP_FOR_REMOVABLE_DRIVE","features":[111]},{"name":"COPYENGINE_E_BLOCKED_BY_EDP_POLICY","features":[111]},{"name":"COPYENGINE_E_CANCELLED","features":[111]},{"name":"COPYENGINE_E_CANNOT_MOVE_FROM_RECYCLE_BIN","features":[111]},{"name":"COPYENGINE_E_CANNOT_MOVE_SHARED_FOLDER","features":[111]},{"name":"COPYENGINE_E_CANT_REACH_SOURCE","features":[111]},{"name":"COPYENGINE_E_DEST_IS_RO_CD","features":[111]},{"name":"COPYENGINE_E_DEST_IS_RO_DVD","features":[111]},{"name":"COPYENGINE_E_DEST_IS_RW_CD","features":[111]},{"name":"COPYENGINE_E_DEST_IS_RW_DVD","features":[111]},{"name":"COPYENGINE_E_DEST_IS_R_CD","features":[111]},{"name":"COPYENGINE_E_DEST_IS_R_DVD","features":[111]},{"name":"COPYENGINE_E_DEST_SAME_TREE","features":[111]},{"name":"COPYENGINE_E_DEST_SUBTREE","features":[111]},{"name":"COPYENGINE_E_DIFF_DIR","features":[111]},{"name":"COPYENGINE_E_DIR_NOT_EMPTY","features":[111]},{"name":"COPYENGINE_E_DISK_FULL","features":[111]},{"name":"COPYENGINE_E_DISK_FULL_CLEAN","features":[111]},{"name":"COPYENGINE_E_EA_LOSS","features":[111]},{"name":"COPYENGINE_E_EA_NOT_SUPPORTED","features":[111]},{"name":"COPYENGINE_E_ENCRYPTION_LOSS","features":[111]},{"name":"COPYENGINE_E_FAT_MAX_IN_ROOT","features":[111]},{"name":"COPYENGINE_E_FILE_IS_FLD_DEST","features":[111]},{"name":"COPYENGINE_E_FILE_TOO_LARGE","features":[111]},{"name":"COPYENGINE_E_FLD_IS_FILE_DEST","features":[111]},{"name":"COPYENGINE_E_INTERNET_ITEM_STORAGE_PROVIDER_ERROR","features":[111]},{"name":"COPYENGINE_E_INTERNET_ITEM_STORAGE_PROVIDER_PAUSED","features":[111]},{"name":"COPYENGINE_E_INTERNET_ITEM_UNAVAILABLE","features":[111]},{"name":"COPYENGINE_E_INVALID_FILES_DEST","features":[111]},{"name":"COPYENGINE_E_INVALID_FILES_SRC","features":[111]},{"name":"COPYENGINE_E_MANY_SRC_1_DEST","features":[111]},{"name":"COPYENGINE_E_NET_DISCONNECT_DEST","features":[111]},{"name":"COPYENGINE_E_NET_DISCONNECT_SRC","features":[111]},{"name":"COPYENGINE_E_NEWFILE_NAME_TOO_LONG","features":[111]},{"name":"COPYENGINE_E_NEWFOLDER_NAME_TOO_LONG","features":[111]},{"name":"COPYENGINE_E_PATH_NOT_FOUND_DEST","features":[111]},{"name":"COPYENGINE_E_PATH_NOT_FOUND_SRC","features":[111]},{"name":"COPYENGINE_E_PATH_TOO_DEEP_DEST","features":[111]},{"name":"COPYENGINE_E_PATH_TOO_DEEP_SRC","features":[111]},{"name":"COPYENGINE_E_PROPERTIES_LOSS","features":[111]},{"name":"COPYENGINE_E_PROPERTY_LOSS","features":[111]},{"name":"COPYENGINE_E_RECYCLE_BIN_NOT_FOUND","features":[111]},{"name":"COPYENGINE_E_RECYCLE_FORCE_NUKE","features":[111]},{"name":"COPYENGINE_E_RECYCLE_PATH_TOO_LONG","features":[111]},{"name":"COPYENGINE_E_RECYCLE_SIZE_TOO_BIG","features":[111]},{"name":"COPYENGINE_E_RECYCLE_UNKNOWN_ERROR","features":[111]},{"name":"COPYENGINE_E_REDIRECTED_TO_WEBPAGE","features":[111]},{"name":"COPYENGINE_E_REMOVABLE_FULL","features":[111]},{"name":"COPYENGINE_E_REQUIRES_EDP_CONSENT","features":[111]},{"name":"COPYENGINE_E_REQUIRES_EDP_CONSENT_FOR_REMOVABLE_DRIVE","features":[111]},{"name":"COPYENGINE_E_REQUIRES_ELEVATION","features":[111]},{"name":"COPYENGINE_E_RMS_BLOCKED_BY_EDP_FOR_REMOVABLE_DRIVE","features":[111]},{"name":"COPYENGINE_E_RMS_REQUIRES_EDP_CONSENT_FOR_REMOVABLE_DRIVE","features":[111]},{"name":"COPYENGINE_E_ROOT_DIR_DEST","features":[111]},{"name":"COPYENGINE_E_ROOT_DIR_SRC","features":[111]},{"name":"COPYENGINE_E_SAME_FILE","features":[111]},{"name":"COPYENGINE_E_SERVER_BAD_FILE_TYPE","features":[111]},{"name":"COPYENGINE_E_SHARING_VIOLATION_DEST","features":[111]},{"name":"COPYENGINE_E_SHARING_VIOLATION_SRC","features":[111]},{"name":"COPYENGINE_E_SILENT_FAIL_BY_DLP_POLICY","features":[111]},{"name":"COPYENGINE_E_SRC_IS_RO_CD","features":[111]},{"name":"COPYENGINE_E_SRC_IS_RO_DVD","features":[111]},{"name":"COPYENGINE_E_SRC_IS_RW_CD","features":[111]},{"name":"COPYENGINE_E_SRC_IS_RW_DVD","features":[111]},{"name":"COPYENGINE_E_SRC_IS_R_CD","features":[111]},{"name":"COPYENGINE_E_SRC_IS_R_DVD","features":[111]},{"name":"COPYENGINE_E_STREAM_LOSS","features":[111]},{"name":"COPYENGINE_E_USER_CANCELLED","features":[111]},{"name":"COPYENGINE_E_WARNED_BY_DLP_POLICY","features":[111]},{"name":"COPYENGINE_S_ALREADY_DONE","features":[111]},{"name":"COPYENGINE_S_CLOSE_PROGRAM","features":[111]},{"name":"COPYENGINE_S_COLLISIONRESOLVED","features":[111]},{"name":"COPYENGINE_S_DONT_PROCESS_CHILDREN","features":[111]},{"name":"COPYENGINE_S_KEEP_BOTH","features":[111]},{"name":"COPYENGINE_S_MERGE","features":[111]},{"name":"COPYENGINE_S_NOT_HANDLED","features":[111]},{"name":"COPYENGINE_S_PENDING","features":[111]},{"name":"COPYENGINE_S_PENDING_DELETE","features":[111]},{"name":"COPYENGINE_S_PROGRESS_PAUSE","features":[111]},{"name":"COPYENGINE_S_USER_IGNORED","features":[111]},{"name":"COPYENGINE_S_USER_RETRY","features":[111]},{"name":"COPYENGINE_S_YES","features":[111]},{"name":"CPAO_EMPTY_CONNECTED","features":[111]},{"name":"CPAO_EMPTY_LOCAL","features":[111]},{"name":"CPAO_NONE","features":[111]},{"name":"CPCFO_ENABLE_PASSWORD_REVEAL","features":[111]},{"name":"CPCFO_ENABLE_TOUCH_KEYBOARD_AUTO_INVOKE","features":[111]},{"name":"CPCFO_IS_EMAIL_ADDRESS","features":[111]},{"name":"CPCFO_NONE","features":[111]},{"name":"CPCFO_NUMBERS_ONLY","features":[111]},{"name":"CPCFO_SHOW_ENGLISH_KEYBOARD","features":[111]},{"name":"CPFG_CREDENTIAL_PROVIDER_LABEL","features":[111]},{"name":"CPFG_CREDENTIAL_PROVIDER_LOGO","features":[111]},{"name":"CPFG_LOGON_PASSWORD","features":[111]},{"name":"CPFG_LOGON_USERNAME","features":[111]},{"name":"CPFG_SMARTCARD_PIN","features":[111]},{"name":"CPFG_SMARTCARD_USERNAME","features":[111]},{"name":"CPFG_STANDALONE_SUBMIT_BUTTON","features":[111]},{"name":"CPFG_STYLE_LINK_AS_BUTTON","features":[111]},{"name":"CPFIS_DISABLED","features":[111]},{"name":"CPFIS_FOCUSED","features":[111]},{"name":"CPFIS_NONE","features":[111]},{"name":"CPFIS_READONLY","features":[111]},{"name":"CPFS_DISPLAY_IN_BOTH","features":[111]},{"name":"CPFS_DISPLAY_IN_DESELECTED_TILE","features":[111]},{"name":"CPFS_DISPLAY_IN_SELECTED_TILE","features":[111]},{"name":"CPFS_HIDDEN","features":[111]},{"name":"CPFT_CHECKBOX","features":[111]},{"name":"CPFT_COMBOBOX","features":[111]},{"name":"CPFT_COMMAND_LINK","features":[111]},{"name":"CPFT_EDIT_TEXT","features":[111]},{"name":"CPFT_INVALID","features":[111]},{"name":"CPFT_LARGE_TEXT","features":[111]},{"name":"CPFT_PASSWORD_TEXT","features":[111]},{"name":"CPFT_SMALL_TEXT","features":[111]},{"name":"CPFT_SUBMIT_BUTTON","features":[111]},{"name":"CPFT_TILE_IMAGE","features":[111]},{"name":"CPGSR_NO_CREDENTIAL_FINISHED","features":[111]},{"name":"CPGSR_NO_CREDENTIAL_NOT_FINISHED","features":[111]},{"name":"CPGSR_RETURN_CREDENTIAL_FINISHED","features":[111]},{"name":"CPGSR_RETURN_NO_CREDENTIAL_FINISHED","features":[111]},{"name":"CPLINFO","features":[111]},{"name":"CPLPAGE_DISPLAY_BACKGROUND","features":[111]},{"name":"CPLPAGE_KEYBOARD_SPEED","features":[111]},{"name":"CPLPAGE_MOUSE_BUTTONS","features":[111]},{"name":"CPLPAGE_MOUSE_PTRMOTION","features":[111]},{"name":"CPLPAGE_MOUSE_WHEEL","features":[111]},{"name":"CPL_DBLCLK","features":[111]},{"name":"CPL_DYNAMIC_RES","features":[111]},{"name":"CPL_EXIT","features":[111]},{"name":"CPL_GETCOUNT","features":[111]},{"name":"CPL_INIT","features":[111]},{"name":"CPL_INQUIRE","features":[111]},{"name":"CPL_NEWINQUIRE","features":[111]},{"name":"CPL_SELECT","features":[111]},{"name":"CPL_SETUP","features":[111]},{"name":"CPL_STARTWPARMS","features":[111]},{"name":"CPL_STARTWPARMSA","features":[111]},{"name":"CPL_STARTWPARMSW","features":[111]},{"name":"CPL_STOP","features":[111]},{"name":"CPSI_ERROR","features":[111]},{"name":"CPSI_NONE","features":[111]},{"name":"CPSI_SUCCESS","features":[111]},{"name":"CPSI_WARNING","features":[111]},{"name":"CPUS_CHANGE_PASSWORD","features":[111]},{"name":"CPUS_CREDUI","features":[111]},{"name":"CPUS_INVALID","features":[111]},{"name":"CPUS_LOGON","features":[111]},{"name":"CPUS_PLAP","features":[111]},{"name":"CPUS_UNLOCK_WORKSTATION","features":[111]},{"name":"CPVIEW","features":[111]},{"name":"CPVIEW_ALLITEMS","features":[111]},{"name":"CPVIEW_CATEGORY","features":[111]},{"name":"CPVIEW_CLASSIC","features":[111]},{"name":"CPVIEW_HOME","features":[111]},{"name":"CREDENTIAL_PROVIDER_ACCOUNT_OPTIONS","features":[111]},{"name":"CREDENTIAL_PROVIDER_CREDENTIAL_FIELD_OPTIONS","features":[111]},{"name":"CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION","features":[111]},{"name":"CREDENTIAL_PROVIDER_FIELD_DESCRIPTOR","features":[111]},{"name":"CREDENTIAL_PROVIDER_FIELD_INTERACTIVE_STATE","features":[111]},{"name":"CREDENTIAL_PROVIDER_FIELD_STATE","features":[111]},{"name":"CREDENTIAL_PROVIDER_FIELD_TYPE","features":[111]},{"name":"CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE","features":[111]},{"name":"CREDENTIAL_PROVIDER_NO_DEFAULT","features":[111]},{"name":"CREDENTIAL_PROVIDER_STATUS_ICON","features":[111]},{"name":"CREDENTIAL_PROVIDER_USAGE_SCENARIO","features":[111]},{"name":"CSC_NAVIGATEBACK","features":[111]},{"name":"CSC_NAVIGATEFORWARD","features":[111]},{"name":"CSC_UPDATECOMMANDS","features":[111]},{"name":"CSFV","features":[3,220]},{"name":"CSIDL_ADMINTOOLS","features":[111]},{"name":"CSIDL_ALTSTARTUP","features":[111]},{"name":"CSIDL_APPDATA","features":[111]},{"name":"CSIDL_BITBUCKET","features":[111]},{"name":"CSIDL_CDBURN_AREA","features":[111]},{"name":"CSIDL_COMMON_ADMINTOOLS","features":[111]},{"name":"CSIDL_COMMON_ALTSTARTUP","features":[111]},{"name":"CSIDL_COMMON_APPDATA","features":[111]},{"name":"CSIDL_COMMON_DESKTOPDIRECTORY","features":[111]},{"name":"CSIDL_COMMON_DOCUMENTS","features":[111]},{"name":"CSIDL_COMMON_FAVORITES","features":[111]},{"name":"CSIDL_COMMON_MUSIC","features":[111]},{"name":"CSIDL_COMMON_OEM_LINKS","features":[111]},{"name":"CSIDL_COMMON_PICTURES","features":[111]},{"name":"CSIDL_COMMON_PROGRAMS","features":[111]},{"name":"CSIDL_COMMON_STARTMENU","features":[111]},{"name":"CSIDL_COMMON_STARTUP","features":[111]},{"name":"CSIDL_COMMON_TEMPLATES","features":[111]},{"name":"CSIDL_COMMON_VIDEO","features":[111]},{"name":"CSIDL_COMPUTERSNEARME","features":[111]},{"name":"CSIDL_CONNECTIONS","features":[111]},{"name":"CSIDL_CONTROLS","features":[111]},{"name":"CSIDL_COOKIES","features":[111]},{"name":"CSIDL_DESKTOP","features":[111]},{"name":"CSIDL_DESKTOPDIRECTORY","features":[111]},{"name":"CSIDL_DRIVES","features":[111]},{"name":"CSIDL_FAVORITES","features":[111]},{"name":"CSIDL_FLAG_CREATE","features":[111]},{"name":"CSIDL_FLAG_DONT_UNEXPAND","features":[111]},{"name":"CSIDL_FLAG_DONT_VERIFY","features":[111]},{"name":"CSIDL_FLAG_MASK","features":[111]},{"name":"CSIDL_FLAG_NO_ALIAS","features":[111]},{"name":"CSIDL_FLAG_PER_USER_INIT","features":[111]},{"name":"CSIDL_FLAG_PFTI_TRACKTARGET","features":[111]},{"name":"CSIDL_FONTS","features":[111]},{"name":"CSIDL_HISTORY","features":[111]},{"name":"CSIDL_INTERNET","features":[111]},{"name":"CSIDL_INTERNET_CACHE","features":[111]},{"name":"CSIDL_LOCAL_APPDATA","features":[111]},{"name":"CSIDL_MYDOCUMENTS","features":[111]},{"name":"CSIDL_MYMUSIC","features":[111]},{"name":"CSIDL_MYPICTURES","features":[111]},{"name":"CSIDL_MYVIDEO","features":[111]},{"name":"CSIDL_NETHOOD","features":[111]},{"name":"CSIDL_NETWORK","features":[111]},{"name":"CSIDL_PERSONAL","features":[111]},{"name":"CSIDL_PRINTERS","features":[111]},{"name":"CSIDL_PRINTHOOD","features":[111]},{"name":"CSIDL_PROFILE","features":[111]},{"name":"CSIDL_PROGRAMS","features":[111]},{"name":"CSIDL_PROGRAM_FILES","features":[111]},{"name":"CSIDL_PROGRAM_FILESX86","features":[111]},{"name":"CSIDL_PROGRAM_FILES_COMMON","features":[111]},{"name":"CSIDL_PROGRAM_FILES_COMMONX86","features":[111]},{"name":"CSIDL_RECENT","features":[111]},{"name":"CSIDL_RESOURCES","features":[111]},{"name":"CSIDL_RESOURCES_LOCALIZED","features":[111]},{"name":"CSIDL_SENDTO","features":[111]},{"name":"CSIDL_STARTMENU","features":[111]},{"name":"CSIDL_STARTUP","features":[111]},{"name":"CSIDL_SYSTEM","features":[111]},{"name":"CSIDL_SYSTEMX86","features":[111]},{"name":"CSIDL_TEMPLATES","features":[111]},{"name":"CSIDL_WINDOWS","features":[111]},{"name":"CScriptErrorList","features":[111]},{"name":"CTF_COINIT","features":[111]},{"name":"CTF_COINIT_MTA","features":[111]},{"name":"CTF_COINIT_STA","features":[111]},{"name":"CTF_FREELIBANDEXIT","features":[111]},{"name":"CTF_INHERITWOW64","features":[111]},{"name":"CTF_INSIST","features":[111]},{"name":"CTF_KEYBOARD_LOCALE","features":[111]},{"name":"CTF_NOADDREFLIB","features":[111]},{"name":"CTF_OLEINITIALIZE","features":[111]},{"name":"CTF_PROCESS_REF","features":[111]},{"name":"CTF_REF_COUNTED","features":[111]},{"name":"CTF_THREAD_REF","features":[111]},{"name":"CTF_UNUSED","features":[111]},{"name":"CTF_WAIT_ALLOWCOM","features":[111]},{"name":"CTF_WAIT_NO_REENTRANCY","features":[111]},{"name":"ChrCmpIA","features":[3,111]},{"name":"ChrCmpIW","features":[3,111]},{"name":"ColorAdjustLuma","features":[3,111]},{"name":"ColorHLSToRGB","features":[3,111]},{"name":"ColorRGBToHLS","features":[3,111]},{"name":"CommandLineToArgvW","features":[111]},{"name":"CommandStateChangeConstants","features":[111]},{"name":"ConflictFolder","features":[111]},{"name":"ConnectToConnectionPoint","features":[3,111]},{"name":"CreateProfile","features":[111]},{"name":"DAD_AutoScroll","features":[3,111]},{"name":"DAD_DragEnterEx","features":[3,111]},{"name":"DAD_DragEnterEx2","features":[3,111]},{"name":"DAD_DragLeave","features":[3,111]},{"name":"DAD_DragMove","features":[3,111]},{"name":"DAD_SetDragImage","features":[3,42,111]},{"name":"DAD_ShowDragImage","features":[3,111]},{"name":"DATABLOCK_HEADER","features":[111]},{"name":"DATAOBJ_GET_ITEM_FLAGS","features":[111]},{"name":"DBCID_CLSIDOFBAR","features":[111]},{"name":"DBCID_EMPTY","features":[111]},{"name":"DBCID_GETBAR","features":[111]},{"name":"DBCID_ONDRAG","features":[111]},{"name":"DBCID_RESIZE","features":[111]},{"name":"DBCID_UPDATESIZE","features":[111]},{"name":"DBC_GS_IDEAL","features":[111]},{"name":"DBC_GS_SIZEDOWN","features":[111]},{"name":"DBC_HIDE","features":[111]},{"name":"DBC_SHOW","features":[111]},{"name":"DBC_SHOWOBSCURE","features":[111]},{"name":"DBID_BANDINFOCHANGED","features":[111]},{"name":"DBID_DELAYINIT","features":[111]},{"name":"DBID_FINISHINIT","features":[111]},{"name":"DBID_MAXIMIZEBAND","features":[111]},{"name":"DBID_PERMITAUTOHIDE","features":[111]},{"name":"DBID_PUSHCHEVRON","features":[111]},{"name":"DBID_SETWINDOWTHEME","features":[111]},{"name":"DBID_SHOWONLY","features":[111]},{"name":"DBIF_VIEWMODE_FLOATING","features":[111]},{"name":"DBIF_VIEWMODE_NORMAL","features":[111]},{"name":"DBIF_VIEWMODE_TRANSPARENT","features":[111]},{"name":"DBIF_VIEWMODE_VERTICAL","features":[111]},{"name":"DBIMF_ADDTOFRONT","features":[111]},{"name":"DBIMF_ALWAYSGRIPPER","features":[111]},{"name":"DBIMF_BKCOLOR","features":[111]},{"name":"DBIMF_BREAK","features":[111]},{"name":"DBIMF_DEBOSSED","features":[111]},{"name":"DBIMF_FIXED","features":[111]},{"name":"DBIMF_FIXEDBMP","features":[111]},{"name":"DBIMF_NOGRIPPER","features":[111]},{"name":"DBIMF_NOMARGINS","features":[111]},{"name":"DBIMF_NORMAL","features":[111]},{"name":"DBIMF_TOPALIGN","features":[111]},{"name":"DBIMF_UNDELETEABLE","features":[111]},{"name":"DBIMF_USECHEVRON","features":[111]},{"name":"DBIMF_VARIABLEHEIGHT","features":[111]},{"name":"DBIM_ACTUAL","features":[111]},{"name":"DBIM_BKCOLOR","features":[111]},{"name":"DBIM_INTEGRAL","features":[111]},{"name":"DBIM_MAXSIZE","features":[111]},{"name":"DBIM_MINSIZE","features":[111]},{"name":"DBIM_MODEFLAGS","features":[111]},{"name":"DBIM_TITLE","features":[111]},{"name":"DBPC_SELECTFIRST","features":[111]},{"name":"DEFAULTSAVEFOLDERTYPE","features":[111]},{"name":"DEFAULT_FOLDER_MENU_RESTRICTIONS","features":[111]},{"name":"DEFCONTEXTMENU","features":[3,51,220]},{"name":"DEFSHAREID_PUBLIC","features":[111]},{"name":"DEFSHAREID_USERS","features":[111]},{"name":"DEF_SHARE_ID","features":[111]},{"name":"DELEGATEITEMID","features":[111]},{"name":"DESKBANDCID","features":[111]},{"name":"DESKBANDINFO","features":[3,111]},{"name":"DESKTOP_SLIDESHOW_DIRECTION","features":[111]},{"name":"DESKTOP_SLIDESHOW_OPTIONS","features":[111]},{"name":"DESKTOP_SLIDESHOW_STATE","features":[111]},{"name":"DESKTOP_WALLPAPER_POSITION","features":[111]},{"name":"DETAILSINFO","features":[220]},{"name":"DEVICE_IMMERSIVE","features":[111]},{"name":"DEVICE_PRIMARY","features":[111]},{"name":"DFConstraint","features":[111]},{"name":"DFMICS","features":[3,111]},{"name":"DFMR_DEFAULT","features":[111]},{"name":"DFMR_NO_ASYNC_VERBS","features":[111]},{"name":"DFMR_NO_NATIVECPU_VERBS","features":[111]},{"name":"DFMR_NO_NONWOW_VERBS","features":[111]},{"name":"DFMR_NO_RESOURCE_VERBS","features":[111]},{"name":"DFMR_NO_STATIC_VERBS","features":[111]},{"name":"DFMR_OPTIN_HANDLERS_ONLY","features":[111]},{"name":"DFMR_RESOURCE_AND_FOLDER_VERBS_ONLY","features":[111]},{"name":"DFMR_STATIC_VERBS_ONLY","features":[111]},{"name":"DFMR_USE_SPECIFIED_HANDLERS","features":[111]},{"name":"DFMR_USE_SPECIFIED_VERBS","features":[111]},{"name":"DFM_CMD","features":[111]},{"name":"DFM_CMD_COPY","features":[111]},{"name":"DFM_CMD_DELETE","features":[111]},{"name":"DFM_CMD_LINK","features":[111]},{"name":"DFM_CMD_MODALPROP","features":[111]},{"name":"DFM_CMD_MOVE","features":[111]},{"name":"DFM_CMD_NEWFOLDER","features":[111]},{"name":"DFM_CMD_PASTE","features":[111]},{"name":"DFM_CMD_PASTELINK","features":[111]},{"name":"DFM_CMD_PASTESPECIAL","features":[111]},{"name":"DFM_CMD_PROPERTIES","features":[111]},{"name":"DFM_CMD_RENAME","features":[111]},{"name":"DFM_CMD_VIEWDETAILS","features":[111]},{"name":"DFM_CMD_VIEWLIST","features":[111]},{"name":"DFM_GETDEFSTATICID","features":[111]},{"name":"DFM_GETHELPTEXT","features":[111]},{"name":"DFM_GETHELPTEXTW","features":[111]},{"name":"DFM_GETVERBA","features":[111]},{"name":"DFM_GETVERBW","features":[111]},{"name":"DFM_INVOKECOMMAND","features":[111]},{"name":"DFM_INVOKECOMMANDEX","features":[111]},{"name":"DFM_MAPCOMMANDNAME","features":[111]},{"name":"DFM_MERGECONTEXTMENU","features":[111]},{"name":"DFM_MERGECONTEXTMENU_BOTTOM","features":[111]},{"name":"DFM_MERGECONTEXTMENU_TOP","features":[111]},{"name":"DFM_MESSAGE_ID","features":[111]},{"name":"DFM_MODIFYQCMFLAGS","features":[111]},{"name":"DFM_VALIDATECMD","features":[111]},{"name":"DFM_WM_DRAWITEM","features":[111]},{"name":"DFM_WM_INITMENUPOPUP","features":[111]},{"name":"DFM_WM_MEASUREITEM","features":[111]},{"name":"DISPID_BEGINDRAG","features":[111]},{"name":"DISPID_CHECKSTATECHANGED","features":[111]},{"name":"DISPID_COLUMNSCHANGED","features":[111]},{"name":"DISPID_CONTENTSCHANGED","features":[111]},{"name":"DISPID_CTRLMOUSEWHEEL","features":[111]},{"name":"DISPID_DEFAULTVERBINVOKED","features":[111]},{"name":"DISPID_ENTERPRESSED","features":[111]},{"name":"DISPID_ENTERPRISEIDCHANGED","features":[111]},{"name":"DISPID_EXPLORERWINDOWREADY","features":[111]},{"name":"DISPID_FILELISTENUMDONE","features":[111]},{"name":"DISPID_FILTERINVOKED","features":[111]},{"name":"DISPID_FOCUSCHANGED","features":[111]},{"name":"DISPID_FOLDERCHANGED","features":[111]},{"name":"DISPID_IADCCTL_DEFAULTCAT","features":[111]},{"name":"DISPID_IADCCTL_DIRTY","features":[111]},{"name":"DISPID_IADCCTL_FORCEX86","features":[111]},{"name":"DISPID_IADCCTL_ONDOMAIN","features":[111]},{"name":"DISPID_IADCCTL_PUBCAT","features":[111]},{"name":"DISPID_IADCCTL_SHOWPOSTSETUP","features":[111]},{"name":"DISPID_IADCCTL_SORT","features":[111]},{"name":"DISPID_ICONSIZECHANGED","features":[111]},{"name":"DISPID_INITIALENUMERATIONDONE","features":[111]},{"name":"DISPID_NOITEMSTATE_CHANGED","features":[111]},{"name":"DISPID_ORDERCHANGED","features":[111]},{"name":"DISPID_SEARCHCOMMAND_ABORT","features":[111]},{"name":"DISPID_SEARCHCOMMAND_COMPLETE","features":[111]},{"name":"DISPID_SEARCHCOMMAND_ERROR","features":[111]},{"name":"DISPID_SEARCHCOMMAND_PROGRESSTEXT","features":[111]},{"name":"DISPID_SEARCHCOMMAND_RESTORE","features":[111]},{"name":"DISPID_SEARCHCOMMAND_START","features":[111]},{"name":"DISPID_SEARCHCOMMAND_UPDATE","features":[111]},{"name":"DISPID_SELECTEDITEMCHANGED","features":[111]},{"name":"DISPID_SELECTIONCHANGED","features":[111]},{"name":"DISPID_SORTDONE","features":[111]},{"name":"DISPID_UPDATEIMAGE","features":[111]},{"name":"DISPID_VERBINVOKED","features":[111]},{"name":"DISPID_VIEWMODECHANGED","features":[111]},{"name":"DISPID_VIEWPAINTDONE","features":[111]},{"name":"DISPID_WORDWHEELEDITED","features":[111]},{"name":"DISPLAY_DEVICE_TYPE","features":[111]},{"name":"DI_GETDRAGIMAGE","features":[111]},{"name":"DLG_SCRNSAVECONFIGURE","features":[111]},{"name":"DLLGETVERSIONPROC","features":[111]},{"name":"DLLVERSIONINFO","features":[111]},{"name":"DLLVERSIONINFO2","features":[111]},{"name":"DLLVER_BUILD_MASK","features":[111]},{"name":"DLLVER_MAJOR_MASK","features":[111]},{"name":"DLLVER_MINOR_MASK","features":[111]},{"name":"DLLVER_PLATFORM_NT","features":[111]},{"name":"DLLVER_PLATFORM_WINDOWS","features":[111]},{"name":"DLLVER_QFE_MASK","features":[111]},{"name":"DOGIF_DEFAULT","features":[111]},{"name":"DOGIF_NO_HDROP","features":[111]},{"name":"DOGIF_NO_URL","features":[111]},{"name":"DOGIF_ONLY_IF_ONE","features":[111]},{"name":"DOGIF_TRAVERSE_LINK","features":[111]},{"name":"DRAGINFOA","features":[3,111]},{"name":"DRAGINFOA","features":[3,111]},{"name":"DRAGINFOW","features":[3,111]},{"name":"DRAGINFOW","features":[3,111]},{"name":"DROPDESCRIPTION","features":[111]},{"name":"DROPFILES","features":[3,111]},{"name":"DROPIMAGETYPE","features":[111]},{"name":"DROPIMAGE_COPY","features":[111]},{"name":"DROPIMAGE_INVALID","features":[111]},{"name":"DROPIMAGE_LABEL","features":[111]},{"name":"DROPIMAGE_LINK","features":[111]},{"name":"DROPIMAGE_MOVE","features":[111]},{"name":"DROPIMAGE_NOIMAGE","features":[111]},{"name":"DROPIMAGE_NONE","features":[111]},{"name":"DROPIMAGE_WARNING","features":[111]},{"name":"DSD_BACKWARD","features":[111]},{"name":"DSD_FORWARD","features":[111]},{"name":"DSFT_DETECT","features":[111]},{"name":"DSFT_PRIVATE","features":[111]},{"name":"DSFT_PUBLIC","features":[111]},{"name":"DSH_ALLOWDROPDESCRIPTIONTEXT","features":[111]},{"name":"DSH_FLAGS","features":[111]},{"name":"DSO_SHUFFLEIMAGES","features":[111]},{"name":"DSS_DISABLED_BY_REMOTE_SESSION","features":[111]},{"name":"DSS_ENABLED","features":[111]},{"name":"DSS_SLIDESHOW","features":[111]},{"name":"DShellFolderViewEvents","features":[111]},{"name":"DShellNameSpaceEvents","features":[111]},{"name":"DShellWindowsEvents","features":[111]},{"name":"DVASPECT_COPY","features":[111]},{"name":"DVASPECT_LINK","features":[111]},{"name":"DVASPECT_SHORTNAME","features":[111]},{"name":"DWFAF_AUTOHIDE","features":[111]},{"name":"DWFAF_GROUP1","features":[111]},{"name":"DWFAF_GROUP2","features":[111]},{"name":"DWFAF_HIDDEN","features":[111]},{"name":"DWFRF_DELETECONFIGDATA","features":[111]},{"name":"DWFRF_NORMAL","features":[111]},{"name":"DWPOS_CENTER","features":[111]},{"name":"DWPOS_FILL","features":[111]},{"name":"DWPOS_FIT","features":[111]},{"name":"DWPOS_SPAN","features":[111]},{"name":"DWPOS_STRETCH","features":[111]},{"name":"DWPOS_TILE","features":[111]},{"name":"DWebBrowserEvents","features":[111]},{"name":"DWebBrowserEvents2","features":[111]},{"name":"DefFolderMenu","features":[111]},{"name":"DefSubclassProc","features":[3,111]},{"name":"DeleteProfileA","features":[3,111]},{"name":"DeleteProfileW","features":[3,111]},{"name":"DesktopGadget","features":[111]},{"name":"DesktopWallpaper","features":[111]},{"name":"DestinationList","features":[111]},{"name":"DoEnvironmentSubstA","features":[111]},{"name":"DoEnvironmentSubstW","features":[111]},{"name":"DocPropShellExtension","features":[111]},{"name":"DragAcceptFiles","features":[3,111]},{"name":"DragFinish","features":[111]},{"name":"DragQueryFileA","features":[111]},{"name":"DragQueryFileW","features":[111]},{"name":"DragQueryPoint","features":[3,111]},{"name":"DriveSizeCategorizer","features":[111]},{"name":"DriveType","features":[111]},{"name":"DriveTypeCategorizer","features":[111]},{"name":"DuplicateIcon","features":[3,111,52]},{"name":"EBF_NODROPTARGET","features":[111]},{"name":"EBF_NONE","features":[111]},{"name":"EBF_SELECTFROMDATAOBJECT","features":[111]},{"name":"EBO_ALWAYSNAVIGATE","features":[111]},{"name":"EBO_HTMLSHAREPOINTVIEW","features":[111]},{"name":"EBO_NAVIGATEONCE","features":[111]},{"name":"EBO_NOBORDER","features":[111]},{"name":"EBO_NONE","features":[111]},{"name":"EBO_NOPERSISTVIEWSTATE","features":[111]},{"name":"EBO_NOTRAVELLOG","features":[111]},{"name":"EBO_NOWRAPPERWINDOW","features":[111]},{"name":"EBO_SHOWFRAMES","features":[111]},{"name":"ECF_AUTOMENUICONS","features":[111]},{"name":"ECF_DEFAULT","features":[111]},{"name":"ECF_HASLUASHIELD","features":[111]},{"name":"ECF_HASSPLITBUTTON","features":[111]},{"name":"ECF_HASSUBCOMMANDS","features":[111]},{"name":"ECF_HIDELABEL","features":[111]},{"name":"ECF_ISDROPDOWN","features":[111]},{"name":"ECF_ISSEPARATOR","features":[111]},{"name":"ECF_SEPARATORAFTER","features":[111]},{"name":"ECF_SEPARATORBEFORE","features":[111]},{"name":"ECF_TOGGLEABLE","features":[111]},{"name":"ECHUIM_DESKTOP","features":[111]},{"name":"ECHUIM_IMMERSIVE","features":[111]},{"name":"ECHUIM_SYSTEM_LAUNCHER","features":[111]},{"name":"ECS_CHECKBOX","features":[111]},{"name":"ECS_CHECKED","features":[111]},{"name":"ECS_DISABLED","features":[111]},{"name":"ECS_ENABLED","features":[111]},{"name":"ECS_HIDDEN","features":[111]},{"name":"ECS_RADIOCHECK","features":[111]},{"name":"EC_HOST_UI_MODE","features":[111]},{"name":"EDGE_GESTURE_KIND","features":[111]},{"name":"EGK_KEYBOARD","features":[111]},{"name":"EGK_MOUSE","features":[111]},{"name":"EGK_TOUCH","features":[111]},{"name":"EPS_DEFAULT_OFF","features":[111]},{"name":"EPS_DEFAULT_ON","features":[111]},{"name":"EPS_DONTCARE","features":[111]},{"name":"EPS_FORCE","features":[111]},{"name":"EPS_INITIALSTATE","features":[111]},{"name":"EPS_STATEMASK","features":[111]},{"name":"EP_AdvQueryPane","features":[111]},{"name":"EP_Commands","features":[111]},{"name":"EP_Commands_Organize","features":[111]},{"name":"EP_Commands_View","features":[111]},{"name":"EP_DetailsPane","features":[111]},{"name":"EP_NavPane","features":[111]},{"name":"EP_PreviewPane","features":[111]},{"name":"EP_QueryPane","features":[111]},{"name":"EP_Ribbon","features":[111]},{"name":"EP_StatusBar","features":[111]},{"name":"EXECUTE_E_LAUNCH_APPLICATION","features":[111]},{"name":"EXPLORER_BROWSER_FILL_FLAGS","features":[111]},{"name":"EXPLORER_BROWSER_OPTIONS","features":[111]},{"name":"EXPPS_FILETYPES","features":[111]},{"name":"EXP_DARWIN_ID_SIG","features":[111]},{"name":"EXP_DARWIN_LINK","features":[111]},{"name":"EXP_PROPERTYSTORAGE","features":[111]},{"name":"EXP_PROPERTYSTORAGE_SIG","features":[111]},{"name":"EXP_SPECIAL_FOLDER","features":[111]},{"name":"EXP_SPECIAL_FOLDER_SIG","features":[111]},{"name":"EXP_SZ_ICON_SIG","features":[111]},{"name":"EXP_SZ_LINK","features":[111]},{"name":"EXP_SZ_LINK_SIG","features":[111]},{"name":"EXTRASEARCH","features":[111]},{"name":"E_ACTIVATIONDENIED_SHELLERROR","features":[111]},{"name":"E_ACTIVATIONDENIED_SHELLNOTREADY","features":[111]},{"name":"E_ACTIVATIONDENIED_SHELLRESTART","features":[111]},{"name":"E_ACTIVATIONDENIED_UNEXPECTED","features":[111]},{"name":"E_ACTIVATIONDENIED_USERCLOSE","features":[111]},{"name":"E_FILE_PLACEHOLDER_NOT_INITIALIZED","features":[111]},{"name":"E_FILE_PLACEHOLDER_SERVER_TIMED_OUT","features":[111]},{"name":"E_FILE_PLACEHOLDER_STORAGEPROVIDER_NOT_FOUND","features":[111]},{"name":"E_FILE_PLACEHOLDER_VERSION_MISMATCH","features":[111]},{"name":"E_FLAGS","features":[111]},{"name":"E_IMAGEFEED_CHANGEDISABLED","features":[111]},{"name":"E_NOTVALIDFORANIMATEDIMAGE","features":[111]},{"name":"E_PREVIEWHANDLER_CORRUPT","features":[111]},{"name":"E_PREVIEWHANDLER_DRM_FAIL","features":[111]},{"name":"E_PREVIEWHANDLER_NOAUTH","features":[111]},{"name":"E_PREVIEWHANDLER_NOTFOUND","features":[111]},{"name":"E_SHELL_EXTENSION_BLOCKED","features":[111]},{"name":"E_TILE_NOTIFICATIONS_PLATFORM_FAILURE","features":[111]},{"name":"E_USERTILE_CHANGEDISABLED","features":[111]},{"name":"E_USERTILE_FILESIZE","features":[111]},{"name":"E_USERTILE_LARGEORDYNAMIC","features":[111]},{"name":"E_USERTILE_UNSUPPORTEDFILETYPE","features":[111]},{"name":"E_USERTILE_VIDEOFRAMESIZE","features":[111]},{"name":"EnumerableObjectCollection","features":[111]},{"name":"ExecuteFolder","features":[111]},{"name":"ExecuteUnknown","features":[111]},{"name":"ExplorerBrowser","features":[111]},{"name":"ExtractAssociatedIconA","features":[3,111,52]},{"name":"ExtractAssociatedIconExA","features":[3,111,52]},{"name":"ExtractAssociatedIconExW","features":[3,111,52]},{"name":"ExtractAssociatedIconW","features":[3,111,52]},{"name":"ExtractIconA","features":[3,111,52]},{"name":"ExtractIconExA","features":[111,52]},{"name":"ExtractIconExW","features":[111,52]},{"name":"ExtractIconW","features":[3,111,52]},{"name":"ExtractIfNotCached","features":[111]},{"name":"FCIDM_BROWSERFIRST","features":[111]},{"name":"FCIDM_BROWSERLAST","features":[111]},{"name":"FCIDM_GLOBALFIRST","features":[111]},{"name":"FCIDM_GLOBALLAST","features":[111]},{"name":"FCIDM_MENU_EDIT","features":[111]},{"name":"FCIDM_MENU_EXPLORE","features":[111]},{"name":"FCIDM_MENU_FAVORITES","features":[111]},{"name":"FCIDM_MENU_FILE","features":[111]},{"name":"FCIDM_MENU_FIND","features":[111]},{"name":"FCIDM_MENU_HELP","features":[111]},{"name":"FCIDM_MENU_TOOLS","features":[111]},{"name":"FCIDM_MENU_TOOLS_SEP_GOTO","features":[111]},{"name":"FCIDM_MENU_VIEW","features":[111]},{"name":"FCIDM_MENU_VIEW_SEP_OPTIONS","features":[111]},{"name":"FCIDM_SHVIEWFIRST","features":[111]},{"name":"FCIDM_SHVIEWLAST","features":[111]},{"name":"FCIDM_STATUS","features":[111]},{"name":"FCIDM_TOOLBAR","features":[111]},{"name":"FCSM_CLSID","features":[111]},{"name":"FCSM_FLAGS","features":[111]},{"name":"FCSM_ICONFILE","features":[111]},{"name":"FCSM_INFOTIP","features":[111]},{"name":"FCSM_LOGO","features":[111]},{"name":"FCSM_VIEWID","features":[111]},{"name":"FCSM_WEBVIEWTEMPLATE","features":[111]},{"name":"FCS_FLAG_DRAGDROP","features":[111]},{"name":"FCS_FORCEWRITE","features":[111]},{"name":"FCS_READ","features":[111]},{"name":"FCT_ADDTOEND","features":[111]},{"name":"FCT_CONFIGABLE","features":[111]},{"name":"FCT_MERGE","features":[111]},{"name":"FCW_INTERNETBAR","features":[111]},{"name":"FCW_PROGRESS","features":[111]},{"name":"FCW_STATUS","features":[111]},{"name":"FCW_TOOLBAR","features":[111]},{"name":"FCW_TREE","features":[111]},{"name":"FDAP","features":[111]},{"name":"FDAP_BOTTOM","features":[111]},{"name":"FDAP_TOP","features":[111]},{"name":"FDEOR_ACCEPT","features":[111]},{"name":"FDEOR_DEFAULT","features":[111]},{"name":"FDEOR_REFUSE","features":[111]},{"name":"FDESVR_ACCEPT","features":[111]},{"name":"FDESVR_DEFAULT","features":[111]},{"name":"FDESVR_REFUSE","features":[111]},{"name":"FDE_OVERWRITE_RESPONSE","features":[111]},{"name":"FDE_SHAREVIOLATION_RESPONSE","features":[111]},{"name":"FDTF_LONGDATE","features":[111]},{"name":"FDTF_LONGTIME","features":[111]},{"name":"FDTF_LTRDATE","features":[111]},{"name":"FDTF_NOAUTOREADINGORDER","features":[111]},{"name":"FDTF_RELATIVE","features":[111]},{"name":"FDTF_RTLDATE","features":[111]},{"name":"FDTF_SHORTDATE","features":[111]},{"name":"FDTF_SHORTTIME","features":[111]},{"name":"FD_ACCESSTIME","features":[111]},{"name":"FD_ATTRIBUTES","features":[111]},{"name":"FD_CLSID","features":[111]},{"name":"FD_CREATETIME","features":[111]},{"name":"FD_FILESIZE","features":[111]},{"name":"FD_FLAGS","features":[111]},{"name":"FD_LINKUI","features":[111]},{"name":"FD_PROGRESSUI","features":[111]},{"name":"FD_SIZEPOINT","features":[111]},{"name":"FD_UNICODE","features":[111]},{"name":"FD_WRITESTIME","features":[111]},{"name":"FEM_NAVIGATION","features":[111]},{"name":"FEM_VIEWRESULT","features":[111]},{"name":"FFFP_EXACTMATCH","features":[111]},{"name":"FFFP_MODE","features":[111]},{"name":"FFFP_NEARESTPARENTMATCH","features":[111]},{"name":"FILEDESCRIPTORA","features":[3,111]},{"name":"FILEDESCRIPTORW","features":[3,111]},{"name":"FILEGROUPDESCRIPTORA","features":[3,111]},{"name":"FILEGROUPDESCRIPTORW","features":[3,111]},{"name":"FILEOPENDIALOGOPTIONS","features":[111]},{"name":"FILEOPERATION_FLAGS","features":[111]},{"name":"FILETYPEATTRIBUTEFLAGS","features":[111]},{"name":"FILE_ATTRIBUTES_ARRAY","features":[111]},{"name":"FILE_OPERATION_FLAGS2","features":[111]},{"name":"FILE_USAGE_TYPE","features":[111]},{"name":"FLVM_CONTENT","features":[111]},{"name":"FLVM_DETAILS","features":[111]},{"name":"FLVM_FIRST","features":[111]},{"name":"FLVM_ICONS","features":[111]},{"name":"FLVM_LAST","features":[111]},{"name":"FLVM_LIST","features":[111]},{"name":"FLVM_TILES","features":[111]},{"name":"FLVM_UNSPECIFIED","features":[111]},{"name":"FLYOUT_PLACEMENT","features":[111]},{"name":"FMTID_Briefcase","features":[111]},{"name":"FMTID_CustomImageProperties","features":[111]},{"name":"FMTID_DRM","features":[111]},{"name":"FMTID_Displaced","features":[111]},{"name":"FMTID_ImageProperties","features":[111]},{"name":"FMTID_InternetSite","features":[111]},{"name":"FMTID_Intshcut","features":[111]},{"name":"FMTID_LibraryProperties","features":[111]},{"name":"FMTID_MUSIC","features":[111]},{"name":"FMTID_Misc","features":[111]},{"name":"FMTID_Query","features":[111]},{"name":"FMTID_ShellDetails","features":[111]},{"name":"FMTID_Storage","features":[111]},{"name":"FMTID_Volume","features":[111]},{"name":"FMTID_WebView","features":[111]},{"name":"FOF2_MERGEFOLDERSONCOLLISION","features":[111]},{"name":"FOF2_NONE","features":[111]},{"name":"FOFX_ADDUNDORECORD","features":[111]},{"name":"FOFX_COPYASDOWNLOAD","features":[111]},{"name":"FOFX_DONTDISPLAYDESTPATH","features":[111]},{"name":"FOFX_DONTDISPLAYLOCATIONS","features":[111]},{"name":"FOFX_DONTDISPLAYSOURCEPATH","features":[111]},{"name":"FOFX_EARLYFAILURE","features":[111]},{"name":"FOFX_KEEPNEWERFILE","features":[111]},{"name":"FOFX_MOVEACLSACROSSVOLUMES","features":[111]},{"name":"FOFX_NOCOPYHOOKS","features":[111]},{"name":"FOFX_NOMINIMIZEBOX","features":[111]},{"name":"FOFX_NOSKIPJUNCTIONS","features":[111]},{"name":"FOFX_PREFERHARDLINK","features":[111]},{"name":"FOFX_PRESERVEFILEEXTENSIONS","features":[111]},{"name":"FOFX_RECYCLEONDELETE","features":[111]},{"name":"FOFX_REQUIREELEVATION","features":[111]},{"name":"FOFX_SHOWELEVATIONPROMPT","features":[111]},{"name":"FOF_ALLOWUNDO","features":[111]},{"name":"FOF_CONFIRMMOUSE","features":[111]},{"name":"FOF_FILESONLY","features":[111]},{"name":"FOF_MULTIDESTFILES","features":[111]},{"name":"FOF_NOCONFIRMATION","features":[111]},{"name":"FOF_NOCONFIRMMKDIR","features":[111]},{"name":"FOF_NOCOPYSECURITYATTRIBS","features":[111]},{"name":"FOF_NOERRORUI","features":[111]},{"name":"FOF_NORECURSEREPARSE","features":[111]},{"name":"FOF_NORECURSION","features":[111]},{"name":"FOF_NO_CONNECTED_ELEMENTS","features":[111]},{"name":"FOF_NO_UI","features":[111]},{"name":"FOF_RENAMEONCOLLISION","features":[111]},{"name":"FOF_SILENT","features":[111]},{"name":"FOF_SIMPLEPROGRESS","features":[111]},{"name":"FOF_WANTMAPPINGHANDLE","features":[111]},{"name":"FOF_WANTNUKEWARNING","features":[111]},{"name":"FOLDERFLAGS","features":[111]},{"name":"FOLDERID_AccountPictures","features":[111]},{"name":"FOLDERID_AddNewPrograms","features":[111]},{"name":"FOLDERID_AdminTools","features":[111]},{"name":"FOLDERID_AllAppMods","features":[111]},{"name":"FOLDERID_AppCaptures","features":[111]},{"name":"FOLDERID_AppDataDesktop","features":[111]},{"name":"FOLDERID_AppDataDocuments","features":[111]},{"name":"FOLDERID_AppDataFavorites","features":[111]},{"name":"FOLDERID_AppDataProgramData","features":[111]},{"name":"FOLDERID_AppUpdates","features":[111]},{"name":"FOLDERID_ApplicationShortcuts","features":[111]},{"name":"FOLDERID_AppsFolder","features":[111]},{"name":"FOLDERID_CDBurning","features":[111]},{"name":"FOLDERID_CameraRoll","features":[111]},{"name":"FOLDERID_CameraRollLibrary","features":[111]},{"name":"FOLDERID_ChangeRemovePrograms","features":[111]},{"name":"FOLDERID_CommonAdminTools","features":[111]},{"name":"FOLDERID_CommonOEMLinks","features":[111]},{"name":"FOLDERID_CommonPrograms","features":[111]},{"name":"FOLDERID_CommonStartMenu","features":[111]},{"name":"FOLDERID_CommonStartMenuPlaces","features":[111]},{"name":"FOLDERID_CommonStartup","features":[111]},{"name":"FOLDERID_CommonTemplates","features":[111]},{"name":"FOLDERID_ComputerFolder","features":[111]},{"name":"FOLDERID_ConflictFolder","features":[111]},{"name":"FOLDERID_ConnectionsFolder","features":[111]},{"name":"FOLDERID_Contacts","features":[111]},{"name":"FOLDERID_ControlPanelFolder","features":[111]},{"name":"FOLDERID_Cookies","features":[111]},{"name":"FOLDERID_CurrentAppMods","features":[111]},{"name":"FOLDERID_Desktop","features":[111]},{"name":"FOLDERID_DevelopmentFiles","features":[111]},{"name":"FOLDERID_Device","features":[111]},{"name":"FOLDERID_DeviceMetadataStore","features":[111]},{"name":"FOLDERID_Documents","features":[111]},{"name":"FOLDERID_DocumentsLibrary","features":[111]},{"name":"FOLDERID_Downloads","features":[111]},{"name":"FOLDERID_Favorites","features":[111]},{"name":"FOLDERID_Fonts","features":[111]},{"name":"FOLDERID_GameTasks","features":[111]},{"name":"FOLDERID_Games","features":[111]},{"name":"FOLDERID_History","features":[111]},{"name":"FOLDERID_HomeGroup","features":[111]},{"name":"FOLDERID_HomeGroupCurrentUser","features":[111]},{"name":"FOLDERID_ImplicitAppShortcuts","features":[111]},{"name":"FOLDERID_InternetCache","features":[111]},{"name":"FOLDERID_InternetFolder","features":[111]},{"name":"FOLDERID_Libraries","features":[111]},{"name":"FOLDERID_Links","features":[111]},{"name":"FOLDERID_LocalAppData","features":[111]},{"name":"FOLDERID_LocalAppDataLow","features":[111]},{"name":"FOLDERID_LocalDocuments","features":[111]},{"name":"FOLDERID_LocalDownloads","features":[111]},{"name":"FOLDERID_LocalMusic","features":[111]},{"name":"FOLDERID_LocalPictures","features":[111]},{"name":"FOLDERID_LocalStorage","features":[111]},{"name":"FOLDERID_LocalVideos","features":[111]},{"name":"FOLDERID_LocalizedResourcesDir","features":[111]},{"name":"FOLDERID_Music","features":[111]},{"name":"FOLDERID_MusicLibrary","features":[111]},{"name":"FOLDERID_NetHood","features":[111]},{"name":"FOLDERID_NetworkFolder","features":[111]},{"name":"FOLDERID_Objects3D","features":[111]},{"name":"FOLDERID_OneDrive","features":[111]},{"name":"FOLDERID_OriginalImages","features":[111]},{"name":"FOLDERID_PhotoAlbums","features":[111]},{"name":"FOLDERID_Pictures","features":[111]},{"name":"FOLDERID_PicturesLibrary","features":[111]},{"name":"FOLDERID_Playlists","features":[111]},{"name":"FOLDERID_PrintHood","features":[111]},{"name":"FOLDERID_PrintersFolder","features":[111]},{"name":"FOLDERID_Profile","features":[111]},{"name":"FOLDERID_ProgramData","features":[111]},{"name":"FOLDERID_ProgramFiles","features":[111]},{"name":"FOLDERID_ProgramFilesCommon","features":[111]},{"name":"FOLDERID_ProgramFilesCommonX64","features":[111]},{"name":"FOLDERID_ProgramFilesCommonX86","features":[111]},{"name":"FOLDERID_ProgramFilesX64","features":[111]},{"name":"FOLDERID_ProgramFilesX86","features":[111]},{"name":"FOLDERID_Programs","features":[111]},{"name":"FOLDERID_Public","features":[111]},{"name":"FOLDERID_PublicDesktop","features":[111]},{"name":"FOLDERID_PublicDocuments","features":[111]},{"name":"FOLDERID_PublicDownloads","features":[111]},{"name":"FOLDERID_PublicGameTasks","features":[111]},{"name":"FOLDERID_PublicLibraries","features":[111]},{"name":"FOLDERID_PublicMusic","features":[111]},{"name":"FOLDERID_PublicPictures","features":[111]},{"name":"FOLDERID_PublicRingtones","features":[111]},{"name":"FOLDERID_PublicUserTiles","features":[111]},{"name":"FOLDERID_PublicVideos","features":[111]},{"name":"FOLDERID_QuickLaunch","features":[111]},{"name":"FOLDERID_Recent","features":[111]},{"name":"FOLDERID_RecordedCalls","features":[111]},{"name":"FOLDERID_RecordedTVLibrary","features":[111]},{"name":"FOLDERID_RecycleBinFolder","features":[111]},{"name":"FOLDERID_ResourceDir","features":[111]},{"name":"FOLDERID_RetailDemo","features":[111]},{"name":"FOLDERID_Ringtones","features":[111]},{"name":"FOLDERID_RoamedTileImages","features":[111]},{"name":"FOLDERID_RoamingAppData","features":[111]},{"name":"FOLDERID_RoamingTiles","features":[111]},{"name":"FOLDERID_SEARCH_CSC","features":[111]},{"name":"FOLDERID_SEARCH_MAPI","features":[111]},{"name":"FOLDERID_SampleMusic","features":[111]},{"name":"FOLDERID_SamplePictures","features":[111]},{"name":"FOLDERID_SamplePlaylists","features":[111]},{"name":"FOLDERID_SampleVideos","features":[111]},{"name":"FOLDERID_SavedGames","features":[111]},{"name":"FOLDERID_SavedPictures","features":[111]},{"name":"FOLDERID_SavedPicturesLibrary","features":[111]},{"name":"FOLDERID_SavedSearches","features":[111]},{"name":"FOLDERID_Screenshots","features":[111]},{"name":"FOLDERID_SearchHistory","features":[111]},{"name":"FOLDERID_SearchHome","features":[111]},{"name":"FOLDERID_SearchTemplates","features":[111]},{"name":"FOLDERID_SendTo","features":[111]},{"name":"FOLDERID_SidebarDefaultParts","features":[111]},{"name":"FOLDERID_SidebarParts","features":[111]},{"name":"FOLDERID_SkyDrive","features":[111]},{"name":"FOLDERID_SkyDriveCameraRoll","features":[111]},{"name":"FOLDERID_SkyDriveDocuments","features":[111]},{"name":"FOLDERID_SkyDriveMusic","features":[111]},{"name":"FOLDERID_SkyDrivePictures","features":[111]},{"name":"FOLDERID_StartMenu","features":[111]},{"name":"FOLDERID_StartMenuAllPrograms","features":[111]},{"name":"FOLDERID_Startup","features":[111]},{"name":"FOLDERID_SyncManagerFolder","features":[111]},{"name":"FOLDERID_SyncResultsFolder","features":[111]},{"name":"FOLDERID_SyncSetupFolder","features":[111]},{"name":"FOLDERID_System","features":[111]},{"name":"FOLDERID_SystemX86","features":[111]},{"name":"FOLDERID_Templates","features":[111]},{"name":"FOLDERID_UserPinned","features":[111]},{"name":"FOLDERID_UserProfiles","features":[111]},{"name":"FOLDERID_UserProgramFiles","features":[111]},{"name":"FOLDERID_UserProgramFilesCommon","features":[111]},{"name":"FOLDERID_UsersFiles","features":[111]},{"name":"FOLDERID_UsersLibraries","features":[111]},{"name":"FOLDERID_Videos","features":[111]},{"name":"FOLDERID_VideosLibrary","features":[111]},{"name":"FOLDERID_Windows","features":[111]},{"name":"FOLDERLOGICALVIEWMODE","features":[111]},{"name":"FOLDERSETDATA","features":[111]},{"name":"FOLDERSETTINGS","features":[111]},{"name":"FOLDERTYPEID_AccountPictures","features":[111]},{"name":"FOLDERTYPEID_Communications","features":[111]},{"name":"FOLDERTYPEID_CompressedFolder","features":[111]},{"name":"FOLDERTYPEID_Contacts","features":[111]},{"name":"FOLDERTYPEID_ControlPanelCategory","features":[111]},{"name":"FOLDERTYPEID_ControlPanelClassic","features":[111]},{"name":"FOLDERTYPEID_Documents","features":[111]},{"name":"FOLDERTYPEID_Downloads","features":[111]},{"name":"FOLDERTYPEID_Games","features":[111]},{"name":"FOLDERTYPEID_Generic","features":[111]},{"name":"FOLDERTYPEID_GenericLibrary","features":[111]},{"name":"FOLDERTYPEID_GenericSearchResults","features":[111]},{"name":"FOLDERTYPEID_Invalid","features":[111]},{"name":"FOLDERTYPEID_Music","features":[111]},{"name":"FOLDERTYPEID_NetworkExplorer","features":[111]},{"name":"FOLDERTYPEID_OpenSearch","features":[111]},{"name":"FOLDERTYPEID_OtherUsers","features":[111]},{"name":"FOLDERTYPEID_Pictures","features":[111]},{"name":"FOLDERTYPEID_Printers","features":[111]},{"name":"FOLDERTYPEID_PublishedItems","features":[111]},{"name":"FOLDERTYPEID_RecordedTV","features":[111]},{"name":"FOLDERTYPEID_RecycleBin","features":[111]},{"name":"FOLDERTYPEID_SavedGames","features":[111]},{"name":"FOLDERTYPEID_SearchConnector","features":[111]},{"name":"FOLDERTYPEID_SearchHome","features":[111]},{"name":"FOLDERTYPEID_Searches","features":[111]},{"name":"FOLDERTYPEID_SoftwareExplorer","features":[111]},{"name":"FOLDERTYPEID_StartMenu","features":[111]},{"name":"FOLDERTYPEID_StorageProviderDocuments","features":[111]},{"name":"FOLDERTYPEID_StorageProviderGeneric","features":[111]},{"name":"FOLDERTYPEID_StorageProviderMusic","features":[111]},{"name":"FOLDERTYPEID_StorageProviderPictures","features":[111]},{"name":"FOLDERTYPEID_StorageProviderVideos","features":[111]},{"name":"FOLDERTYPEID_UserFiles","features":[111]},{"name":"FOLDERTYPEID_UsersLibraries","features":[111]},{"name":"FOLDERTYPEID_Videos","features":[111]},{"name":"FOLDERVIEWMODE","features":[111]},{"name":"FOLDERVIEWOPTIONS","features":[111]},{"name":"FOLDER_ENUM_MODE","features":[111]},{"name":"FOS_ALLNONSTORAGEITEMS","features":[111]},{"name":"FOS_ALLOWMULTISELECT","features":[111]},{"name":"FOS_CREATEPROMPT","features":[111]},{"name":"FOS_DEFAULTNOMINIMODE","features":[111]},{"name":"FOS_DONTADDTORECENT","features":[111]},{"name":"FOS_FILEMUSTEXIST","features":[111]},{"name":"FOS_FORCEFILESYSTEM","features":[111]},{"name":"FOS_FORCEPREVIEWPANEON","features":[111]},{"name":"FOS_FORCESHOWHIDDEN","features":[111]},{"name":"FOS_HIDEMRUPLACES","features":[111]},{"name":"FOS_HIDEPINNEDPLACES","features":[111]},{"name":"FOS_NOCHANGEDIR","features":[111]},{"name":"FOS_NODEREFERENCELINKS","features":[111]},{"name":"FOS_NOREADONLYRETURN","features":[111]},{"name":"FOS_NOTESTFILECREATE","features":[111]},{"name":"FOS_NOVALIDATE","features":[111]},{"name":"FOS_OKBUTTONNEEDSINTERACTION","features":[111]},{"name":"FOS_OVERWRITEPROMPT","features":[111]},{"name":"FOS_PATHMUSTEXIST","features":[111]},{"name":"FOS_PICKFOLDERS","features":[111]},{"name":"FOS_SHAREAWARE","features":[111]},{"name":"FOS_STRICTFILETYPES","features":[111]},{"name":"FOS_SUPPORTSTREAMABLEITEMS","features":[111]},{"name":"FO_COPY","features":[111]},{"name":"FO_DELETE","features":[111]},{"name":"FO_MOVE","features":[111]},{"name":"FO_RENAME","features":[111]},{"name":"FP_ABOVE","features":[111]},{"name":"FP_BELOW","features":[111]},{"name":"FP_DEFAULT","features":[111]},{"name":"FP_LEFT","features":[111]},{"name":"FP_RIGHT","features":[111]},{"name":"FSCopyHandler","features":[111]},{"name":"FTA_AlwaysUnsafe","features":[111]},{"name":"FTA_AlwaysUseDirectInvoke","features":[111]},{"name":"FTA_Exclude","features":[111]},{"name":"FTA_HasExtension","features":[111]},{"name":"FTA_NoDDE","features":[111]},{"name":"FTA_NoEdit","features":[111]},{"name":"FTA_NoEditDesc","features":[111]},{"name":"FTA_NoEditDflt","features":[111]},{"name":"FTA_NoEditIcon","features":[111]},{"name":"FTA_NoEditMIME","features":[111]},{"name":"FTA_NoEditVerb","features":[111]},{"name":"FTA_NoEditVerbCmd","features":[111]},{"name":"FTA_NoEditVerbExe","features":[111]},{"name":"FTA_NoNewVerb","features":[111]},{"name":"FTA_NoRecentDocs","features":[111]},{"name":"FTA_NoRemove","features":[111]},{"name":"FTA_NoRemoveVerb","features":[111]},{"name":"FTA_None","features":[111]},{"name":"FTA_OpenIsSafe","features":[111]},{"name":"FTA_SafeForElevation","features":[111]},{"name":"FTA_Show","features":[111]},{"name":"FUT_EDITING","features":[111]},{"name":"FUT_GENERIC","features":[111]},{"name":"FUT_PLAYING","features":[111]},{"name":"FVM_AUTO","features":[111]},{"name":"FVM_CONTENT","features":[111]},{"name":"FVM_DETAILS","features":[111]},{"name":"FVM_FIRST","features":[111]},{"name":"FVM_ICON","features":[111]},{"name":"FVM_LAST","features":[111]},{"name":"FVM_LIST","features":[111]},{"name":"FVM_SMALLICON","features":[111]},{"name":"FVM_THUMBNAIL","features":[111]},{"name":"FVM_THUMBSTRIP","features":[111]},{"name":"FVM_TILE","features":[111]},{"name":"FVO_CUSTOMORDERING","features":[111]},{"name":"FVO_CUSTOMPOSITION","features":[111]},{"name":"FVO_DEFAULT","features":[111]},{"name":"FVO_NOANIMATIONS","features":[111]},{"name":"FVO_NOSCROLLTIPS","features":[111]},{"name":"FVO_SUPPORTHYPERLINKS","features":[111]},{"name":"FVO_VISTALAYOUT","features":[111]},{"name":"FVSIF_CANVIEWIT","features":[111]},{"name":"FVSIF_NEWFAILED","features":[111]},{"name":"FVSIF_NEWFILE","features":[111]},{"name":"FVSIF_PINNED","features":[111]},{"name":"FVSIF_RECT","features":[111]},{"name":"FVST_EMPTYTEXT","features":[111]},{"name":"FVTEXTTYPE","features":[111]},{"name":"FWF_ABBREVIATEDNAMES","features":[111]},{"name":"FWF_ALIGNLEFT","features":[111]},{"name":"FWF_ALLOWRTLREADING","features":[111]},{"name":"FWF_AUTOARRANGE","features":[111]},{"name":"FWF_AUTOCHECKSELECT","features":[111]},{"name":"FWF_BESTFITWINDOW","features":[111]},{"name":"FWF_CHECKSELECT","features":[111]},{"name":"FWF_DESKTOP","features":[111]},{"name":"FWF_EXTENDEDTILES","features":[111]},{"name":"FWF_FULLROWSELECT","features":[111]},{"name":"FWF_HIDEFILENAMES","features":[111]},{"name":"FWF_NOBROWSERVIEWSTATE","features":[111]},{"name":"FWF_NOCLIENTEDGE","features":[111]},{"name":"FWF_NOCOLUMNHEADER","features":[111]},{"name":"FWF_NOENUMREFRESH","features":[111]},{"name":"FWF_NOFILTERS","features":[111]},{"name":"FWF_NOGROUPING","features":[111]},{"name":"FWF_NOHEADERINALLVIEWS","features":[111]},{"name":"FWF_NOICONS","features":[111]},{"name":"FWF_NONE","features":[111]},{"name":"FWF_NOSCROLL","features":[111]},{"name":"FWF_NOSUBFOLDERS","features":[111]},{"name":"FWF_NOVISIBLE","features":[111]},{"name":"FWF_NOWEBVIEW","features":[111]},{"name":"FWF_OWNERDATA","features":[111]},{"name":"FWF_SHOWSELALWAYS","features":[111]},{"name":"FWF_SINGLECLICKACTIVATE","features":[111]},{"name":"FWF_SINGLESEL","features":[111]},{"name":"FWF_SNAPTOGRID","features":[111]},{"name":"FWF_SUBSETGROUPS","features":[111]},{"name":"FWF_TRANSPARENT","features":[111]},{"name":"FWF_TRICHECKSELECT","features":[111]},{"name":"FWF_USESEARCHFOLDER","features":[111]},{"name":"FileIconInit","features":[3,111]},{"name":"FileOpenDialog","features":[111]},{"name":"FileOperation","features":[111]},{"name":"FileSaveDialog","features":[111]},{"name":"FileSearchBand","features":[111]},{"name":"FindExecutableA","features":[3,111]},{"name":"FindExecutableW","features":[3,111]},{"name":"Folder","features":[111]},{"name":"Folder2","features":[111]},{"name":"Folder3","features":[111]},{"name":"FolderItem","features":[111]},{"name":"FolderItem2","features":[111]},{"name":"FolderItemVerb","features":[111]},{"name":"FolderItemVerbs","features":[111]},{"name":"FolderItems","features":[111]},{"name":"FolderItems2","features":[111]},{"name":"FolderItems3","features":[111]},{"name":"FolderViewHost","features":[111]},{"name":"FrameworkInputPane","features":[111]},{"name":"FreeSpaceCategorizer","features":[111]},{"name":"GADOF_DIRTY","features":[111]},{"name":"GCS_HELPTEXT","features":[111]},{"name":"GCS_HELPTEXTA","features":[111]},{"name":"GCS_HELPTEXTW","features":[111]},{"name":"GCS_UNICODE","features":[111]},{"name":"GCS_VALIDATE","features":[111]},{"name":"GCS_VALIDATEA","features":[111]},{"name":"GCS_VALIDATEW","features":[111]},{"name":"GCS_VERB","features":[111]},{"name":"GCS_VERBA","features":[111]},{"name":"GCS_VERBICONW","features":[111]},{"name":"GCS_VERBW","features":[111]},{"name":"GCT_INVALID","features":[111]},{"name":"GCT_LFNCHAR","features":[111]},{"name":"GCT_SEPARATOR","features":[111]},{"name":"GCT_SHORTCHAR","features":[111]},{"name":"GCT_WILD","features":[111]},{"name":"GETPROPS_NONE","features":[111]},{"name":"GIL_ASYNC","features":[111]},{"name":"GIL_CHECKSHIELD","features":[111]},{"name":"GIL_DEFAULTICON","features":[111]},{"name":"GIL_DONTCACHE","features":[111]},{"name":"GIL_FORCENOSHIELD","features":[111]},{"name":"GIL_FORSHELL","features":[111]},{"name":"GIL_FORSHORTCUT","features":[111]},{"name":"GIL_NOTFILENAME","features":[111]},{"name":"GIL_OPENICON","features":[111]},{"name":"GIL_PERCLASS","features":[111]},{"name":"GIL_PERINSTANCE","features":[111]},{"name":"GIL_SHIELD","features":[111]},{"name":"GIL_SIMULATEDOC","features":[111]},{"name":"GLOBALCOUNTER_APPLICATION_DESTINATIONS","features":[111]},{"name":"GLOBALCOUNTER_APPROVEDSITES","features":[111]},{"name":"GLOBALCOUNTER_APPSFOLDER_FILETYPEASSOCIATION_COUNTER","features":[111]},{"name":"GLOBALCOUNTER_APP_ITEMS_STATE_STORE_CACHE","features":[111]},{"name":"GLOBALCOUNTER_ASSOCCHANGED","features":[111]},{"name":"GLOBALCOUNTER_BANNERS_DATAMODEL_CACHE_MACHINEWIDE","features":[111]},{"name":"GLOBALCOUNTER_BITBUCKETNUMDELETERS","features":[111]},{"name":"GLOBALCOUNTER_COMMONPLACES_LIST_CACHE","features":[111]},{"name":"GLOBALCOUNTER_FOLDERDEFINITION_CACHE","features":[111]},{"name":"GLOBALCOUNTER_FOLDERSETTINGSCHANGE","features":[111]},{"name":"GLOBALCOUNTER_IEONLY_SESSIONS","features":[111]},{"name":"GLOBALCOUNTER_IESESSIONS","features":[111]},{"name":"GLOBALCOUNTER_INTERNETTOOLBAR_LAYOUT","features":[111]},{"name":"GLOBALCOUNTER_MAXIMUMVALUE","features":[111]},{"name":"GLOBALCOUNTER_OVERLAYMANAGER","features":[111]},{"name":"GLOBALCOUNTER_PRIVATE_PROFILE_CACHE","features":[111]},{"name":"GLOBALCOUNTER_PRIVATE_PROFILE_CACHE_MACHINEWIDE","features":[111]},{"name":"GLOBALCOUNTER_QUERYASSOCIATIONS","features":[111]},{"name":"GLOBALCOUNTER_RATINGS","features":[111]},{"name":"GLOBALCOUNTER_RATINGS_STATECOUNTER","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEBINCORRUPTED","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEBINENUM","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_A","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_B","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_C","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_D","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_E","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_F","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_G","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_H","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_I","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_J","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_K","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_L","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_M","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_N","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_O","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_P","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Q","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_R","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_S","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_T","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_U","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_V","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_W","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_X","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Y","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Z","features":[111]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_SHARES","features":[111]},{"name":"GLOBALCOUNTER_RESTRICTIONS","features":[111]},{"name":"GLOBALCOUNTER_SEARCHMANAGER","features":[111]},{"name":"GLOBALCOUNTER_SEARCHOPTIONS","features":[111]},{"name":"GLOBALCOUNTER_SETTINGSYNC_ENABLED","features":[111]},{"name":"GLOBALCOUNTER_SHELLSETTINGSCHANGED","features":[111]},{"name":"GLOBALCOUNTER_SYNC_ENGINE_INFORMATION_CACHE_MACHINEWIDE","features":[111]},{"name":"GLOBALCOUNTER_SYSTEMPIDLCHANGE","features":[111]},{"name":"GLOBALCOUNTER_USERINFOCHANGED","features":[111]},{"name":"GPFIDL_ALTNAME","features":[111]},{"name":"GPFIDL_DEFAULT","features":[111]},{"name":"GPFIDL_FLAGS","features":[111]},{"name":"GPFIDL_UNCPRINTER","features":[111]},{"name":"GenericCredentialProvider","features":[111]},{"name":"GetAcceptLanguagesA","features":[111]},{"name":"GetAcceptLanguagesW","features":[111]},{"name":"GetAllUsersProfileDirectoryA","features":[3,111]},{"name":"GetAllUsersProfileDirectoryW","features":[3,111]},{"name":"GetCurrentProcessExplicitAppUserModelID","features":[111]},{"name":"GetDefaultUserProfileDirectoryA","features":[3,111]},{"name":"GetDefaultUserProfileDirectoryW","features":[3,111]},{"name":"GetDpiForShellUIComponent","features":[111]},{"name":"GetFileNameFromBrowse","features":[3,111]},{"name":"GetMenuContextHelpId","features":[111,52]},{"name":"GetMenuPosFromID","features":[111,52]},{"name":"GetProfileType","features":[3,111]},{"name":"GetProfilesDirectoryA","features":[3,111]},{"name":"GetProfilesDirectoryW","features":[3,111]},{"name":"GetScaleFactorForDevice","features":[220]},{"name":"GetScaleFactorForMonitor","features":[14,220]},{"name":"GetUserProfileDirectoryA","features":[3,111]},{"name":"GetUserProfileDirectoryW","features":[3,111]},{"name":"GetWindowContextHelpId","features":[3,111]},{"name":"GetWindowSubclass","features":[3,111]},{"name":"HDROP","features":[111]},{"name":"HELPINFO","features":[3,111]},{"name":"HELPINFO_MENUITEM","features":[111]},{"name":"HELPINFO_WINDOW","features":[111]},{"name":"HELPWININFOA","features":[111]},{"name":"HELPWININFOW","features":[111]},{"name":"HELP_INFO_TYPE","features":[111]},{"name":"HGSC_DOCUMENTSLIBRARY","features":[111]},{"name":"HGSC_MUSICLIBRARY","features":[111]},{"name":"HGSC_NONE","features":[111]},{"name":"HGSC_PICTURESLIBRARY","features":[111]},{"name":"HGSC_PRINTERS","features":[111]},{"name":"HGSC_VIDEOSLIBRARY","features":[111]},{"name":"HLBWIF_DOCWNDMAXIMIZED","features":[111]},{"name":"HLBWIF_FLAGS","features":[111]},{"name":"HLBWIF_FRAMEWNDMAXIMIZED","features":[111]},{"name":"HLBWIF_HASDOCWNDINFO","features":[111]},{"name":"HLBWIF_HASFRAMEWNDINFO","features":[111]},{"name":"HLBWIF_HASWEBTOOLBARINFO","features":[111]},{"name":"HLBWIF_WEBTOOLBARHIDDEN","features":[111]},{"name":"HLBWINFO","features":[3,111]},{"name":"HLFNAMEF","features":[111]},{"name":"HLFNAMEF_DEFAULT","features":[111]},{"name":"HLFNAMEF_TRYCACHE","features":[111]},{"name":"HLFNAMEF_TRYFULLTARGET","features":[111]},{"name":"HLFNAMEF_TRYPRETTYTARGET","features":[111]},{"name":"HLFNAMEF_TRYWIN95SHORTCUT","features":[111]},{"name":"HLID_CURRENT","features":[111]},{"name":"HLID_INFO","features":[111]},{"name":"HLID_INVALID","features":[111]},{"name":"HLID_NEXT","features":[111]},{"name":"HLID_PREVIOUS","features":[111]},{"name":"HLID_STACKBOTTOM","features":[111]},{"name":"HLID_STACKTOP","features":[111]},{"name":"HLINKGETREF","features":[111]},{"name":"HLINKGETREF_ABSOLUTE","features":[111]},{"name":"HLINKGETREF_DEFAULT","features":[111]},{"name":"HLINKGETREF_RELATIVE","features":[111]},{"name":"HLINKMISC","features":[111]},{"name":"HLINKMISC_RELATIVE","features":[111]},{"name":"HLINKSETF","features":[111]},{"name":"HLINKSETF_LOCATION","features":[111]},{"name":"HLINKSETF_TARGET","features":[111]},{"name":"HLINKWHICHMK","features":[111]},{"name":"HLINKWHICHMK_BASE","features":[111]},{"name":"HLINKWHICHMK_CONTAINER","features":[111]},{"name":"HLINK_E_FIRST","features":[111]},{"name":"HLINK_S_DONTHIDE","features":[111]},{"name":"HLINK_S_FIRST","features":[111]},{"name":"HLITEM","features":[111]},{"name":"HLNF","features":[111]},{"name":"HLNF_ALLOW_AUTONAVIGATE","features":[111]},{"name":"HLNF_CALLERUNTRUSTED","features":[111]},{"name":"HLNF_CREATENOHISTORY","features":[111]},{"name":"HLNF_DISABLEWINDOWRESTRICTIONS","features":[111]},{"name":"HLNF_EXTERNALNAVIGATE","features":[111]},{"name":"HLNF_INTERNALJUMP","features":[111]},{"name":"HLNF_NAVIGATINGBACK","features":[111]},{"name":"HLNF_NAVIGATINGFORWARD","features":[111]},{"name":"HLNF_NAVIGATINGTOSTACKITEM","features":[111]},{"name":"HLNF_NEWWINDOWSMANAGED","features":[111]},{"name":"HLNF_OPENINNEWWINDOW","features":[111]},{"name":"HLNF_TRUSTEDFORACTIVEX","features":[111]},{"name":"HLNF_TRUSTFIRSTDOWNLOAD","features":[111]},{"name":"HLNF_UNTRUSTEDFORDOWNLOAD","features":[111]},{"name":"HLQF_INFO","features":[111]},{"name":"HLQF_ISCURRENT","features":[111]},{"name":"HLQF_ISVALID","features":[111]},{"name":"HLSHORTCUTF","features":[111]},{"name":"HLSHORTCUTF_DEFAULT","features":[111]},{"name":"HLSHORTCUTF_DONTACTUALLYCREATE","features":[111]},{"name":"HLSHORTCUTF_MAYUSEEXISTINGSHORTCUT","features":[111]},{"name":"HLSHORTCUTF_USEFILENAMEFROMFRIENDLYNAME","features":[111]},{"name":"HLSHORTCUTF_USEUNIQUEFILENAME","features":[111]},{"name":"HLSR","features":[111]},{"name":"HLSR_HISTORYFOLDER","features":[111]},{"name":"HLSR_HOME","features":[111]},{"name":"HLSR_SEARCHPAGE","features":[111]},{"name":"HLTBINFO","features":[3,111]},{"name":"HLTB_DOCKEDBOTTOM","features":[111]},{"name":"HLTB_DOCKEDLEFT","features":[111]},{"name":"HLTB_DOCKEDRIGHT","features":[111]},{"name":"HLTB_DOCKEDTOP","features":[111]},{"name":"HLTB_FLOATING","features":[111]},{"name":"HLTB_INFO","features":[111]},{"name":"HLTRANSLATEF","features":[111]},{"name":"HLTRANSLATEF_DEFAULT","features":[111]},{"name":"HLTRANSLATEF_DONTAPPLYDEFAULTPREFIX","features":[111]},{"name":"HMONITOR_UserFree","features":[14,111]},{"name":"HMONITOR_UserFree64","features":[14,111]},{"name":"HMONITOR_UserMarshal","features":[14,111]},{"name":"HMONITOR_UserMarshal64","features":[14,111]},{"name":"HMONITOR_UserSize","features":[14,111]},{"name":"HMONITOR_UserSize64","features":[14,111]},{"name":"HMONITOR_UserUnmarshal","features":[14,111]},{"name":"HMONITOR_UserUnmarshal64","features":[14,111]},{"name":"HOMEGROUPSHARINGCHOICES","features":[111]},{"name":"HOMEGROUP_SECURITY_GROUP","features":[111]},{"name":"HOMEGROUP_SECURITY_GROUP_MULTI","features":[111]},{"name":"HPSXA","features":[111]},{"name":"HashData","features":[111]},{"name":"HideInputPaneAnimationCoordinator","features":[111]},{"name":"HlinkClone","features":[111]},{"name":"HlinkCreateBrowseContext","features":[111]},{"name":"HlinkCreateExtensionServices","features":[3,111]},{"name":"HlinkCreateFromData","features":[111]},{"name":"HlinkCreateFromMoniker","features":[111]},{"name":"HlinkCreateFromString","features":[111]},{"name":"HlinkCreateShortcut","features":[111]},{"name":"HlinkCreateShortcutFromMoniker","features":[111]},{"name":"HlinkCreateShortcutFromString","features":[111]},{"name":"HlinkGetSpecialReference","features":[111]},{"name":"HlinkGetValueFromParams","features":[111]},{"name":"HlinkIsShortcut","features":[111]},{"name":"HlinkNavigate","features":[111]},{"name":"HlinkNavigateToStringReference","features":[111]},{"name":"HlinkOnNavigate","features":[111]},{"name":"HlinkOnRenameDocument","features":[111]},{"name":"HlinkParseDisplayName","features":[3,111]},{"name":"HlinkPreprocessMoniker","features":[111]},{"name":"HlinkQueryCreateFromData","features":[111]},{"name":"HlinkResolveMonikerForData","features":[43,111]},{"name":"HlinkResolveShortcut","features":[111]},{"name":"HlinkResolveShortcutToMoniker","features":[111]},{"name":"HlinkResolveShortcutToString","features":[111]},{"name":"HlinkResolveStringForData","features":[43,111]},{"name":"HlinkSetSpecialReference","features":[111]},{"name":"HlinkTranslateURL","features":[111]},{"name":"HlinkUpdateStackItem","features":[111]},{"name":"HomeGroup","features":[111]},{"name":"IACList","features":[111]},{"name":"IACList2","features":[111]},{"name":"IAccessibilityDockingService","features":[111]},{"name":"IAccessibilityDockingServiceCallback","features":[111]},{"name":"IAccessibleObject","features":[111]},{"name":"IActionProgress","features":[111]},{"name":"IActionProgressDialog","features":[111]},{"name":"IAppActivationUIInfo","features":[111]},{"name":"IAppPublisher","features":[111]},{"name":"IAppVisibility","features":[111]},{"name":"IAppVisibilityEvents","features":[111]},{"name":"IApplicationActivationManager","features":[111]},{"name":"IApplicationAssociationRegistration","features":[111]},{"name":"IApplicationAssociationRegistrationUI","features":[111]},{"name":"IApplicationDesignModeSettings","features":[111]},{"name":"IApplicationDesignModeSettings2","features":[111]},{"name":"IApplicationDestinations","features":[111]},{"name":"IApplicationDocumentLists","features":[111]},{"name":"IAssocHandler","features":[111]},{"name":"IAssocHandlerInvoker","features":[111]},{"name":"IAttachmentExecute","features":[111]},{"name":"IAutoComplete","features":[111]},{"name":"IAutoComplete2","features":[111]},{"name":"IAutoCompleteDropDown","features":[111]},{"name":"IBandHost","features":[111]},{"name":"IBandSite","features":[111]},{"name":"IBannerNotificationHandler","features":[111]},{"name":"IBanneredBar","features":[111]},{"name":"IBrowserFrameOptions","features":[111]},{"name":"IBrowserService","features":[111]},{"name":"IBrowserService2","features":[111]},{"name":"IBrowserService3","features":[111]},{"name":"IBrowserService4","features":[111]},{"name":"ICDBurn","features":[111]},{"name":"ICDBurnExt","features":[111]},{"name":"ICategorizer","features":[111]},{"name":"ICategoryProvider","features":[111]},{"name":"IColumnManager","features":[111]},{"name":"IColumnProvider","features":[111]},{"name":"ICommDlgBrowser","features":[111]},{"name":"ICommDlgBrowser2","features":[111]},{"name":"ICommDlgBrowser3","features":[111]},{"name":"IComputerInfoChangeNotify","features":[111]},{"name":"IConnectableCredentialProviderCredential","features":[111]},{"name":"IContactManagerInterop","features":[111]},{"name":"IContextMenu","features":[111]},{"name":"IContextMenu2","features":[111]},{"name":"IContextMenu3","features":[111]},{"name":"IContextMenuCB","features":[111]},{"name":"IContextMenuSite","features":[111]},{"name":"ICopyHookA","features":[111]},{"name":"ICopyHookW","features":[111]},{"name":"ICreateProcessInputs","features":[111]},{"name":"ICreatingProcess","features":[111]},{"name":"ICredentialProvider","features":[111]},{"name":"ICredentialProviderCredential","features":[111]},{"name":"ICredentialProviderCredential2","features":[111]},{"name":"ICredentialProviderCredentialEvents","features":[111]},{"name":"ICredentialProviderCredentialEvents2","features":[111]},{"name":"ICredentialProviderCredentialWithFieldOptions","features":[111]},{"name":"ICredentialProviderEvents","features":[111]},{"name":"ICredentialProviderFilter","features":[111]},{"name":"ICredentialProviderSetUserArray","features":[111]},{"name":"ICredentialProviderUser","features":[111]},{"name":"ICredentialProviderUserArray","features":[111]},{"name":"ICurrentItem","features":[111]},{"name":"ICurrentWorkingDirectory","features":[111]},{"name":"ICustomDestinationList","features":[111]},{"name":"IDC_OFFLINE_HAND","features":[111]},{"name":"IDC_PANTOOL_HAND_CLOSED","features":[111]},{"name":"IDC_PANTOOL_HAND_OPEN","features":[111]},{"name":"IDD_WIZEXTN_FIRST","features":[111]},{"name":"IDD_WIZEXTN_LAST","features":[111]},{"name":"IDO_SHGIOI_DEFAULT","features":[111]},{"name":"IDO_SHGIOI_LINK","features":[111]},{"name":"IDO_SHGIOI_SHARE","features":[111]},{"name":"IDO_SHGIOI_SLOWFILE","features":[111]},{"name":"IDS_DESCRIPTION","features":[111]},{"name":"ID_APP","features":[111]},{"name":"IDataObjectAsyncCapability","features":[111]},{"name":"IDataObjectProvider","features":[111]},{"name":"IDataTransferManagerInterop","features":[111]},{"name":"IDefaultExtractIconInit","features":[111]},{"name":"IDefaultFolderMenuInitialize","features":[111]},{"name":"IDelegateFolder","features":[111]},{"name":"IDelegateItem","features":[111]},{"name":"IDeskBand","features":[111]},{"name":"IDeskBand2","features":[111]},{"name":"IDeskBandInfo","features":[111]},{"name":"IDeskBar","features":[111]},{"name":"IDeskBarClient","features":[111]},{"name":"IDesktopGadget","features":[111]},{"name":"IDesktopWallpaper","features":[111]},{"name":"IDestinationStreamFactory","features":[111]},{"name":"IDisplayItem","features":[111]},{"name":"IDocViewSite","features":[111]},{"name":"IDockingWindow","features":[111]},{"name":"IDockingWindowFrame","features":[111]},{"name":"IDockingWindowSite","features":[111]},{"name":"IDragSourceHelper","features":[111]},{"name":"IDragSourceHelper2","features":[111]},{"name":"IDropTargetHelper","features":[111]},{"name":"IDynamicHWHandler","features":[111]},{"name":"IEIFLAG_ASPECT","features":[111]},{"name":"IEIFLAG_ASYNC","features":[111]},{"name":"IEIFLAG_CACHE","features":[111]},{"name":"IEIFLAG_GLEAM","features":[111]},{"name":"IEIFLAG_NOBORDER","features":[111]},{"name":"IEIFLAG_NOSTAMP","features":[111]},{"name":"IEIFLAG_OFFLINE","features":[111]},{"name":"IEIFLAG_ORIGSIZE","features":[111]},{"name":"IEIFLAG_QUALITY","features":[111]},{"name":"IEIFLAG_REFRESH","features":[111]},{"name":"IEIFLAG_SCREEN","features":[111]},{"name":"IEIT_PRIORITY_NORMAL","features":[111]},{"name":"IEI_PRIORITY_MAX","features":[111]},{"name":"IEI_PRIORITY_MIN","features":[111]},{"name":"IENamespaceTreeControl","features":[111]},{"name":"IEPDNFLAGS","features":[111]},{"name":"IEPDN_BINDINGUI","features":[111]},{"name":"IESHORTCUTFLAGS","features":[111]},{"name":"IESHORTCUT_BACKGROUNDTAB","features":[111]},{"name":"IESHORTCUT_FORCENAVIGATE","features":[111]},{"name":"IESHORTCUT_NEWBROWSER","features":[111]},{"name":"IESHORTCUT_OPENNEWTAB","features":[111]},{"name":"IEnumACString","features":[111]},{"name":"IEnumAssocHandlers","features":[111]},{"name":"IEnumExplorerCommand","features":[111]},{"name":"IEnumExtraSearch","features":[111]},{"name":"IEnumFullIDList","features":[111]},{"name":"IEnumHLITEM","features":[111]},{"name":"IEnumIDList","features":[111]},{"name":"IEnumObjects","features":[111]},{"name":"IEnumPublishedApps","features":[111]},{"name":"IEnumReadyCallback","features":[111]},{"name":"IEnumResources","features":[111]},{"name":"IEnumShellItems","features":[111]},{"name":"IEnumSyncMgrConflict","features":[111]},{"name":"IEnumSyncMgrEvents","features":[111]},{"name":"IEnumSyncMgrSyncItems","features":[111]},{"name":"IEnumTravelLogEntry","features":[111]},{"name":"IEnumerableView","features":[111]},{"name":"IExecuteCommand","features":[111]},{"name":"IExecuteCommandApplicationHostEnvironment","features":[111]},{"name":"IExecuteCommandHost","features":[111]},{"name":"IExpDispSupport","features":[111]},{"name":"IExpDispSupportXP","features":[111]},{"name":"IExplorerBrowser","features":[111]},{"name":"IExplorerBrowserEvents","features":[111]},{"name":"IExplorerCommand","features":[111]},{"name":"IExplorerCommandProvider","features":[111]},{"name":"IExplorerCommandState","features":[111]},{"name":"IExplorerPaneVisibility","features":[111]},{"name":"IExtensionServices","features":[111]},{"name":"IExtractIconA","features":[111]},{"name":"IExtractIconW","features":[111]},{"name":"IExtractImage","features":[111]},{"name":"IExtractImage2","features":[111]},{"name":"IFileDialog","features":[111]},{"name":"IFileDialog2","features":[111]},{"name":"IFileDialogControlEvents","features":[111]},{"name":"IFileDialogCustomize","features":[111]},{"name":"IFileDialogEvents","features":[111]},{"name":"IFileIsInUse","features":[111]},{"name":"IFileOpenDialog","features":[111]},{"name":"IFileOperation","features":[111]},{"name":"IFileOperation2","features":[111]},{"name":"IFileOperationProgressSink","features":[111]},{"name":"IFileSaveDialog","features":[111]},{"name":"IFileSearchBand","features":[111]},{"name":"IFileSyncMergeHandler","features":[111]},{"name":"IFileSystemBindData","features":[111]},{"name":"IFileSystemBindData2","features":[111]},{"name":"IFolderBandPriv","features":[111]},{"name":"IFolderFilter","features":[111]},{"name":"IFolderFilterSite","features":[111]},{"name":"IFolderView","features":[111]},{"name":"IFolderView2","features":[111]},{"name":"IFolderViewHost","features":[111]},{"name":"IFolderViewOC","features":[111]},{"name":"IFolderViewOptions","features":[111]},{"name":"IFolderViewSettings","features":[111]},{"name":"IFrameworkInputPane","features":[111]},{"name":"IFrameworkInputPaneHandler","features":[111]},{"name":"IGetServiceIds","features":[111]},{"name":"IHWEventHandler","features":[111]},{"name":"IHWEventHandler2","features":[111]},{"name":"IHandlerActivationHost","features":[111]},{"name":"IHandlerInfo","features":[111]},{"name":"IHandlerInfo2","features":[111]},{"name":"IHlink","features":[111]},{"name":"IHlinkBrowseContext","features":[111]},{"name":"IHlinkFrame","features":[111]},{"name":"IHlinkSite","features":[111]},{"name":"IHlinkTarget","features":[111]},{"name":"IHomeGroup","features":[111]},{"name":"IIOCancelInformation","features":[111]},{"name":"IIdentityName","features":[111]},{"name":"IImageRecompress","features":[111]},{"name":"IInitializeCommand","features":[111]},{"name":"IInitializeNetworkFolder","features":[111]},{"name":"IInitializeObject","features":[111]},{"name":"IInitializeWithBindCtx","features":[111]},{"name":"IInitializeWithItem","features":[111]},{"name":"IInitializeWithPropertyStore","features":[111]},{"name":"IInitializeWithWindow","features":[111]},{"name":"IInputObject","features":[111]},{"name":"IInputObject2","features":[111]},{"name":"IInputObjectSite","features":[111]},{"name":"IInputPaneAnimationCoordinator","features":[111]},{"name":"IInputPanelConfiguration","features":[111]},{"name":"IInputPanelInvocationConfiguration","features":[111]},{"name":"IInsertItem","features":[111]},{"name":"IItemNameLimits","features":[111]},{"name":"IKnownFolder","features":[111]},{"name":"IKnownFolderManager","features":[111]},{"name":"ILAppendID","features":[3,220]},{"name":"ILClone","features":[220]},{"name":"ILCloneFirst","features":[220]},{"name":"ILCombine","features":[220]},{"name":"ILCreateFromPathA","features":[220]},{"name":"ILCreateFromPathW","features":[220]},{"name":"ILFindChild","features":[220]},{"name":"ILFindLastID","features":[220]},{"name":"ILFree","features":[220]},{"name":"ILGetNext","features":[220]},{"name":"ILGetSize","features":[220]},{"name":"ILIsEqual","features":[3,220]},{"name":"ILIsParent","features":[3,220]},{"name":"ILLoadFromStreamEx","features":[220]},{"name":"ILMM_IE4","features":[111]},{"name":"ILRemoveLastID","features":[3,220]},{"name":"ILSaveToStream","features":[220]},{"name":"ILaunchSourceAppUserModelId","features":[111]},{"name":"ILaunchSourceViewSizePreference","features":[111]},{"name":"ILaunchTargetMonitor","features":[111]},{"name":"ILaunchTargetViewSizePreference","features":[111]},{"name":"ILaunchUIContext","features":[111]},{"name":"ILaunchUIContextProvider","features":[111]},{"name":"IMM_ACC_DOCKING_E_DOCKOCCUPIED","features":[111]},{"name":"IMM_ACC_DOCKING_E_INSUFFICIENTHEIGHT","features":[111]},{"name":"IMSC_E_SHELL_COMPONENT_STARTUP_FAILURE","features":[111]},{"name":"IMenuBand","features":[111]},{"name":"IMenuPopup","features":[111]},{"name":"IModalWindow","features":[111]},{"name":"INTERNET_MAX_PATH_LENGTH","features":[111]},{"name":"INTERNET_MAX_SCHEME_LENGTH","features":[111]},{"name":"INameSpaceTreeAccessible","features":[111]},{"name":"INameSpaceTreeControl","features":[111]},{"name":"INameSpaceTreeControl2","features":[111]},{"name":"INameSpaceTreeControlCustomDraw","features":[111]},{"name":"INameSpaceTreeControlDropHandler","features":[111]},{"name":"INameSpaceTreeControlEvents","features":[111]},{"name":"INameSpaceTreeControlFolderCapabilities","features":[111]},{"name":"INamedPropertyBag","features":[111]},{"name":"INamespaceWalk","features":[111]},{"name":"INamespaceWalkCB","features":[111]},{"name":"INamespaceWalkCB2","features":[111]},{"name":"INetworkFolderInternal","features":[111]},{"name":"INewMenuClient","features":[111]},{"name":"INewShortcutHookA","features":[111]},{"name":"INewShortcutHookW","features":[111]},{"name":"INewWDEvents","features":[111]},{"name":"INewWindowManager","features":[111]},{"name":"INotifyReplica","features":[111]},{"name":"IObjMgr","features":[111]},{"name":"IObjectProvider","features":[111]},{"name":"IObjectWithAppUserModelID","features":[111]},{"name":"IObjectWithBackReferences","features":[111]},{"name":"IObjectWithCancelEvent","features":[111]},{"name":"IObjectWithFolderEnumMode","features":[111]},{"name":"IObjectWithProgID","features":[111]},{"name":"IObjectWithSelection","features":[111]},{"name":"IOpenControlPanel","features":[111]},{"name":"IOpenSearchSource","features":[111]},{"name":"IOperationsProgressDialog","features":[111]},{"name":"IPackageDebugSettings","features":[111]},{"name":"IPackageDebugSettings2","features":[111]},{"name":"IPackageExecutionStateChangeNotification","features":[111]},{"name":"IParentAndItem","features":[111]},{"name":"IParseAndCreateItem","features":[111]},{"name":"IPersistFolder","features":[111]},{"name":"IPersistFolder2","features":[111]},{"name":"IPersistFolder3","features":[111]},{"name":"IPersistIDList","features":[111]},{"name":"IPreviewHandler","features":[111]},{"name":"IPreviewHandlerFrame","features":[111]},{"name":"IPreviewHandlerVisuals","features":[111]},{"name":"IPreviewItem","features":[111]},{"name":"IPreviousVersionsInfo","features":[111]},{"name":"IProfferService","features":[111]},{"name":"IProgressDialog","features":[111]},{"name":"IPropertyKeyStore","features":[111]},{"name":"IPublishedApp","features":[111]},{"name":"IPublishedApp2","features":[111]},{"name":"IPublishingWizard","features":[111]},{"name":"IQueryAssociations","features":[111]},{"name":"IQueryCancelAutoPlay","features":[111]},{"name":"IQueryCodePage","features":[111]},{"name":"IQueryContinue","features":[111]},{"name":"IQueryContinueWithStatus","features":[111]},{"name":"IQueryInfo","features":[111]},{"name":"IRTIR_TASK_FINISHED","features":[111]},{"name":"IRTIR_TASK_NOT_RUNNING","features":[111]},{"name":"IRTIR_TASK_PENDING","features":[111]},{"name":"IRTIR_TASK_RUNNING","features":[111]},{"name":"IRTIR_TASK_SUSPENDED","features":[111]},{"name":"IRegTreeItem","features":[111]},{"name":"IRelatedItem","features":[111]},{"name":"IRemoteComputer","features":[111]},{"name":"IResolveShellLink","features":[111]},{"name":"IResultsFolder","features":[111]},{"name":"IRunnableTask","features":[111]},{"name":"ISFBVIEWMODE_LARGEICONS","features":[111]},{"name":"ISFBVIEWMODE_LOGOS","features":[111]},{"name":"ISFBVIEWMODE_SMALLICONS","features":[111]},{"name":"ISFB_MASK_BKCOLOR","features":[111]},{"name":"ISFB_MASK_COLORS","features":[111]},{"name":"ISFB_MASK_IDLIST","features":[111]},{"name":"ISFB_MASK_SHELLFOLDER","features":[111]},{"name":"ISFB_MASK_STATE","features":[111]},{"name":"ISFB_MASK_VIEWMODE","features":[111]},{"name":"ISFB_STATE_ALLOWRENAME","features":[111]},{"name":"ISFB_STATE_BTNMINSIZE","features":[111]},{"name":"ISFB_STATE_CHANNELBAR","features":[111]},{"name":"ISFB_STATE_DEBOSSED","features":[111]},{"name":"ISFB_STATE_DEFAULT","features":[111]},{"name":"ISFB_STATE_FULLOPEN","features":[111]},{"name":"ISFB_STATE_NONAMESORT","features":[111]},{"name":"ISFB_STATE_NOSHOWTEXT","features":[111]},{"name":"ISFB_STATE_QLINKSMODE","features":[111]},{"name":"ISHCUTCMDID_COMMITHISTORY","features":[111]},{"name":"ISHCUTCMDID_DOWNLOADICON","features":[111]},{"name":"ISHCUTCMDID_INTSHORTCUTCREATE","features":[111]},{"name":"ISHCUTCMDID_SETUSERAWURL","features":[111]},{"name":"ISIOI_ICONFILE","features":[111]},{"name":"ISIOI_ICONINDEX","features":[111]},{"name":"IS_E_EXEC_FAILED","features":[111]},{"name":"IS_FULLSCREEN","features":[111]},{"name":"IS_NORMAL","features":[111]},{"name":"IS_SPLIT","features":[111]},{"name":"IScriptErrorList","features":[111]},{"name":"ISearchBoxInfo","features":[111]},{"name":"ISearchContext","features":[111]},{"name":"ISearchFolderItemFactory","features":[111]},{"name":"ISharedBitmap","features":[111]},{"name":"ISharingConfigurationManager","features":[111]},{"name":"IShellApp","features":[111]},{"name":"IShellBrowser","features":[111]},{"name":"IShellChangeNotify","features":[111]},{"name":"IShellDetails","features":[111]},{"name":"IShellDispatch","features":[111]},{"name":"IShellDispatch2","features":[111]},{"name":"IShellDispatch3","features":[111]},{"name":"IShellDispatch4","features":[111]},{"name":"IShellDispatch5","features":[111]},{"name":"IShellDispatch6","features":[111]},{"name":"IShellExtInit","features":[111]},{"name":"IShellFavoritesNameSpace","features":[111]},{"name":"IShellFolder","features":[111]},{"name":"IShellFolder2","features":[111]},{"name":"IShellFolderBand","features":[111]},{"name":"IShellFolderView","features":[111]},{"name":"IShellFolderViewCB","features":[111]},{"name":"IShellFolderViewDual","features":[111]},{"name":"IShellFolderViewDual2","features":[111]},{"name":"IShellFolderViewDual3","features":[111]},{"name":"IShellIcon","features":[111]},{"name":"IShellIconOverlay","features":[111]},{"name":"IShellIconOverlayIdentifier","features":[111]},{"name":"IShellIconOverlayManager","features":[111]},{"name":"IShellImageData","features":[111]},{"name":"IShellImageDataAbort","features":[111]},{"name":"IShellImageDataFactory","features":[111]},{"name":"IShellItem","features":[111]},{"name":"IShellItem2","features":[111]},{"name":"IShellItemArray","features":[111]},{"name":"IShellItemFilter","features":[111]},{"name":"IShellItemImageFactory","features":[111]},{"name":"IShellItemResources","features":[111]},{"name":"IShellLibrary","features":[111]},{"name":"IShellLinkA","features":[111]},{"name":"IShellLinkDataList","features":[111]},{"name":"IShellLinkDual","features":[111]},{"name":"IShellLinkDual2","features":[111]},{"name":"IShellLinkW","features":[111]},{"name":"IShellMenu","features":[111]},{"name":"IShellMenuCallback","features":[111]},{"name":"IShellNameSpace","features":[111]},{"name":"IShellPropSheetExt","features":[111]},{"name":"IShellRunDll","features":[111]},{"name":"IShellService","features":[111]},{"name":"IShellTaskScheduler","features":[111]},{"name":"IShellUIHelper","features":[111]},{"name":"IShellUIHelper2","features":[111]},{"name":"IShellUIHelper3","features":[111]},{"name":"IShellUIHelper4","features":[111]},{"name":"IShellUIHelper5","features":[111]},{"name":"IShellUIHelper6","features":[111]},{"name":"IShellUIHelper7","features":[111]},{"name":"IShellUIHelper8","features":[111]},{"name":"IShellUIHelper9","features":[111]},{"name":"IShellView","features":[111]},{"name":"IShellView2","features":[111]},{"name":"IShellView3","features":[111]},{"name":"IShellWindows","features":[111]},{"name":"ISortColumnArray","features":[111]},{"name":"IStartMenuPinnedList","features":[111]},{"name":"IStorageProviderBanners","features":[111]},{"name":"IStorageProviderCopyHook","features":[111]},{"name":"IStorageProviderHandler","features":[111]},{"name":"IStorageProviderPropertyHandler","features":[111]},{"name":"IStreamAsync","features":[111]},{"name":"IStreamUnbufferedInfo","features":[111]},{"name":"IStream_Copy","features":[111]},{"name":"IStream_Read","features":[111]},{"name":"IStream_ReadPidl","features":[220]},{"name":"IStream_ReadStr","features":[111]},{"name":"IStream_Reset","features":[111]},{"name":"IStream_Size","features":[111]},{"name":"IStream_Write","features":[111]},{"name":"IStream_WritePidl","features":[220]},{"name":"IStream_WriteStr","features":[111]},{"name":"ISuspensionDependencyManager","features":[111]},{"name":"ISyncMgrConflict","features":[111]},{"name":"ISyncMgrConflictFolder","features":[111]},{"name":"ISyncMgrConflictItems","features":[111]},{"name":"ISyncMgrConflictPresenter","features":[111]},{"name":"ISyncMgrConflictResolutionItems","features":[111]},{"name":"ISyncMgrConflictResolveInfo","features":[111]},{"name":"ISyncMgrConflictStore","features":[111]},{"name":"ISyncMgrControl","features":[111]},{"name":"ISyncMgrEnumItems","features":[111]},{"name":"ISyncMgrEvent","features":[111]},{"name":"ISyncMgrEventLinkUIOperation","features":[111]},{"name":"ISyncMgrEventStore","features":[111]},{"name":"ISyncMgrHandler","features":[111]},{"name":"ISyncMgrHandlerCollection","features":[111]},{"name":"ISyncMgrHandlerInfo","features":[111]},{"name":"ISyncMgrRegister","features":[111]},{"name":"ISyncMgrResolutionHandler","features":[111]},{"name":"ISyncMgrScheduleWizardUIOperation","features":[111]},{"name":"ISyncMgrSessionCreator","features":[111]},{"name":"ISyncMgrSyncCallback","features":[111]},{"name":"ISyncMgrSyncItem","features":[111]},{"name":"ISyncMgrSyncItemContainer","features":[111]},{"name":"ISyncMgrSyncItemInfo","features":[111]},{"name":"ISyncMgrSyncResult","features":[111]},{"name":"ISyncMgrSynchronize","features":[111]},{"name":"ISyncMgrSynchronizeCallback","features":[111]},{"name":"ISyncMgrSynchronizeInvoke","features":[111]},{"name":"ISyncMgrUIOperation","features":[111]},{"name":"ITEMSPACING","features":[111]},{"name":"ITSAT_DEFAULT_PRIORITY","features":[111]},{"name":"ITSAT_MAX_PRIORITY","features":[111]},{"name":"ITSAT_MIN_PRIORITY","features":[111]},{"name":"ITSSFLAG_COMPLETE_ON_DESTROY","features":[111]},{"name":"ITSSFLAG_FLAGS_MASK","features":[111]},{"name":"ITSSFLAG_KILL_ON_DESTROY","features":[111]},{"name":"ITSS_THREAD_TIMEOUT_NO_CHANGE","features":[111]},{"name":"ITaskbarList","features":[111]},{"name":"ITaskbarList2","features":[111]},{"name":"ITaskbarList3","features":[111]},{"name":"ITaskbarList4","features":[111]},{"name":"IThumbnailCache","features":[111]},{"name":"IThumbnailCachePrimer","features":[111]},{"name":"IThumbnailCapture","features":[111]},{"name":"IThumbnailHandlerFactory","features":[111]},{"name":"IThumbnailProvider","features":[111]},{"name":"IThumbnailSettings","features":[111]},{"name":"IThumbnailStreamCache","features":[111]},{"name":"ITrackShellMenu","features":[111]},{"name":"ITranscodeImage","features":[111]},{"name":"ITransferAdviseSink","features":[111]},{"name":"ITransferDestination","features":[111]},{"name":"ITransferMediumItem","features":[111]},{"name":"ITransferSource","features":[111]},{"name":"ITravelEntry","features":[111]},{"name":"ITravelLog","features":[111]},{"name":"ITravelLogClient","features":[111]},{"name":"ITravelLogEntry","features":[111]},{"name":"ITravelLogStg","features":[111]},{"name":"ITrayDeskBand","features":[111]},{"name":"IURLSearchHook","features":[111]},{"name":"IURLSearchHook2","features":[111]},{"name":"IURL_INVOKECOMMAND_FLAGS","features":[111]},{"name":"IURL_INVOKECOMMAND_FL_ALLOW_UI","features":[111]},{"name":"IURL_INVOKECOMMAND_FL_ASYNCOK","features":[111]},{"name":"IURL_INVOKECOMMAND_FL_DDEWAIT","features":[111]},{"name":"IURL_INVOKECOMMAND_FL_LOG_USAGE","features":[111]},{"name":"IURL_INVOKECOMMAND_FL_USE_DEFAULT_VERB","features":[111]},{"name":"IURL_SETURL_FLAGS","features":[111]},{"name":"IURL_SETURL_FL_GUESS_PROTOCOL","features":[111]},{"name":"IURL_SETURL_FL_USE_DEFAULT_PROTOCOL","features":[111]},{"name":"IUniformResourceLocatorA","features":[111]},{"name":"IUniformResourceLocatorW","features":[111]},{"name":"IUnknown_AtomicRelease","features":[111]},{"name":"IUnknown_GetSite","features":[111]},{"name":"IUnknown_GetWindow","features":[3,111]},{"name":"IUnknown_QueryService","features":[111]},{"name":"IUnknown_Set","features":[111]},{"name":"IUnknown_SetSite","features":[111]},{"name":"IUpdateIDList","features":[111]},{"name":"IUseToBrowseItem","features":[111]},{"name":"IUserAccountChangeCallback","features":[111]},{"name":"IUserNotification","features":[111]},{"name":"IUserNotification2","features":[111]},{"name":"IUserNotificationCallback","features":[111]},{"name":"IViewStateIdentityItem","features":[111]},{"name":"IVirtualDesktopManager","features":[111]},{"name":"IVisualProperties","features":[111]},{"name":"IWebBrowser","features":[111]},{"name":"IWebBrowser2","features":[111]},{"name":"IWebBrowserApp","features":[111]},{"name":"IWebWizardExtension","features":[111]},{"name":"IWebWizardHost","features":[111]},{"name":"IWebWizardHost2","features":[111]},{"name":"IWizardExtension","features":[111]},{"name":"IWizardSite","features":[111]},{"name":"Identity_LocalUserProvider","features":[111]},{"name":"ImageProperties","features":[111]},{"name":"ImageRecompress","features":[111]},{"name":"ImageTranscode","features":[111]},{"name":"ImportPrivacySettings","features":[3,111]},{"name":"InitNetworkAddressControl","features":[3,111]},{"name":"InitPropVariantFromStrRet","features":[3,65,44,220]},{"name":"InitVariantFromStrRet","features":[3,43,44,220]},{"name":"InputPanelConfiguration","features":[111]},{"name":"InternetExplorer","features":[111]},{"name":"InternetExplorerMedium","features":[111]},{"name":"InternetPrintOrdering","features":[111]},{"name":"IntlStrEqWorkerA","features":[3,111]},{"name":"IntlStrEqWorkerW","features":[3,111]},{"name":"IsCharSpaceA","features":[3,111]},{"name":"IsCharSpaceW","features":[3,111]},{"name":"IsInternetESCEnabled","features":[3,111]},{"name":"IsLFNDriveA","features":[3,111]},{"name":"IsLFNDriveW","features":[3,111]},{"name":"IsNetDrive","features":[111]},{"name":"IsOS","features":[3,111]},{"name":"IsUserAnAdmin","features":[3,111]},{"name":"ItemCount_Property_GUID","features":[111]},{"name":"ItemIndex_Property_GUID","features":[111]},{"name":"KDC_FREQUENT","features":[111]},{"name":"KDC_RECENT","features":[111]},{"name":"KFDF_LOCAL_REDIRECT_ONLY","features":[111]},{"name":"KFDF_NO_REDIRECT_UI","features":[111]},{"name":"KFDF_PRECREATE","features":[111]},{"name":"KFDF_PUBLISHEXPANDEDPATH","features":[111]},{"name":"KFDF_ROAMABLE","features":[111]},{"name":"KFDF_STREAM","features":[111]},{"name":"KF_CATEGORY","features":[111]},{"name":"KF_CATEGORY_COMMON","features":[111]},{"name":"KF_CATEGORY_FIXED","features":[111]},{"name":"KF_CATEGORY_PERUSER","features":[111]},{"name":"KF_CATEGORY_VIRTUAL","features":[111]},{"name":"KF_FLAG_ALIAS_ONLY","features":[111]},{"name":"KF_FLAG_CREATE","features":[111]},{"name":"KF_FLAG_DEFAULT","features":[111]},{"name":"KF_FLAG_DEFAULT_PATH","features":[111]},{"name":"KF_FLAG_DONT_UNEXPAND","features":[111]},{"name":"KF_FLAG_DONT_VERIFY","features":[111]},{"name":"KF_FLAG_FORCE_APPCONTAINER_REDIRECTION","features":[111]},{"name":"KF_FLAG_FORCE_APP_DATA_REDIRECTION","features":[111]},{"name":"KF_FLAG_FORCE_PACKAGE_REDIRECTION","features":[111]},{"name":"KF_FLAG_INIT","features":[111]},{"name":"KF_FLAG_NOT_PARENT_RELATIVE","features":[111]},{"name":"KF_FLAG_NO_ALIAS","features":[111]},{"name":"KF_FLAG_NO_APPCONTAINER_REDIRECTION","features":[111]},{"name":"KF_FLAG_NO_PACKAGE_REDIRECTION","features":[111]},{"name":"KF_FLAG_RETURN_FILTER_REDIRECTION_TARGET","features":[111]},{"name":"KF_FLAG_SIMPLE_IDLIST","features":[111]},{"name":"KF_REDIRECTION_CAPABILITIES_ALLOW_ALL","features":[111]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_ALL","features":[111]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_PERMISSIONS","features":[111]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_POLICY","features":[111]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_POLICY_REDIRECTED","features":[111]},{"name":"KF_REDIRECTION_CAPABILITIES_REDIRECTABLE","features":[111]},{"name":"KF_REDIRECT_CHECK_ONLY","features":[111]},{"name":"KF_REDIRECT_COPY_CONTENTS","features":[111]},{"name":"KF_REDIRECT_COPY_SOURCE_DACL","features":[111]},{"name":"KF_REDIRECT_DEL_SOURCE_CONTENTS","features":[111]},{"name":"KF_REDIRECT_EXCLUDE_ALL_KNOWN_SUBFOLDERS","features":[111]},{"name":"KF_REDIRECT_OWNER_USER","features":[111]},{"name":"KF_REDIRECT_PIN","features":[111]},{"name":"KF_REDIRECT_SET_OWNER_EXPLICIT","features":[111]},{"name":"KF_REDIRECT_UNPIN","features":[111]},{"name":"KF_REDIRECT_USER_EXCLUSIVE","features":[111]},{"name":"KF_REDIRECT_WITH_UI","features":[111]},{"name":"KNOWNDESTCATEGORY","features":[111]},{"name":"KNOWNFOLDER_DEFINITION","features":[111]},{"name":"KNOWN_FOLDER_FLAG","features":[111]},{"name":"KnownFolderManager","features":[111]},{"name":"LFF_ALLITEMS","features":[111]},{"name":"LFF_FORCEFILESYSTEM","features":[111]},{"name":"LFF_STORAGEITEMS","features":[111]},{"name":"LIBRARYFOLDERFILTER","features":[111]},{"name":"LIBRARYMANAGEDIALOGOPTIONS","features":[111]},{"name":"LIBRARYOPTIONFLAGS","features":[111]},{"name":"LIBRARYSAVEFLAGS","features":[111]},{"name":"LIBRARY_E_NO_ACCESSIBLE_LOCATION","features":[111]},{"name":"LIBRARY_E_NO_SAVE_LOCATION","features":[111]},{"name":"LINK_E_DELETE","features":[111]},{"name":"LMD_ALLOWUNINDEXABLENETWORKLOCATIONS","features":[111]},{"name":"LMD_DEFAULT","features":[111]},{"name":"LOF_DEFAULT","features":[111]},{"name":"LOF_MASK_ALL","features":[111]},{"name":"LOF_PINNEDTONAVPANE","features":[111]},{"name":"LPFNDFMCALLBACK","features":[3,111]},{"name":"LPFNVIEWCALLBACK","features":[3,111]},{"name":"LSF_FAILIFTHERE","features":[111]},{"name":"LSF_MAKEUNIQUENAME","features":[111]},{"name":"LSF_OVERRIDEEXISTING","features":[111]},{"name":"LoadUserProfileA","features":[3,111]},{"name":"LoadUserProfileW","features":[3,111]},{"name":"LocalThumbnailCache","features":[111]},{"name":"MAV_APP_VISIBLE","features":[111]},{"name":"MAV_NO_APP_VISIBLE","features":[111]},{"name":"MAV_UNKNOWN","features":[111]},{"name":"MAXFILELEN","features":[111]},{"name":"MAX_COLUMN_DESC_LEN","features":[111]},{"name":"MAX_COLUMN_NAME_LEN","features":[111]},{"name":"MAX_SYNCMGRHANDLERNAME","features":[111]},{"name":"MAX_SYNCMGRITEMNAME","features":[111]},{"name":"MAX_SYNCMGR_ID","features":[111]},{"name":"MAX_SYNCMGR_NAME","features":[111]},{"name":"MAX_SYNCMGR_PROGRESSTEXT","features":[111]},{"name":"MBHANDCID_PIDLSELECT","features":[111]},{"name":"MENUBANDHANDLERCID","features":[111]},{"name":"MENUPOPUPPOPUPFLAGS","features":[111]},{"name":"MENUPOPUPSELECT","features":[111]},{"name":"MERGE_UPDATE_STATUS","features":[111]},{"name":"MIMEASSOCDLG_FL_REGISTER_ASSOC","features":[111]},{"name":"MIMEASSOCIATIONDIALOG_IN_FLAGS","features":[111]},{"name":"MM_ADDSEPARATOR","features":[111]},{"name":"MM_DONTREMOVESEPS","features":[111]},{"name":"MM_FLAGS","features":[111]},{"name":"MM_SUBMENUSHAVEIDS","features":[111]},{"name":"MONITOR_APP_VISIBILITY","features":[111]},{"name":"MPOS_CANCELLEVEL","features":[111]},{"name":"MPOS_CHILDTRACKING","features":[111]},{"name":"MPOS_EXECUTE","features":[111]},{"name":"MPOS_FULLCANCEL","features":[111]},{"name":"MPOS_SELECTLEFT","features":[111]},{"name":"MPOS_SELECTRIGHT","features":[111]},{"name":"MPPF_ALIGN_LEFT","features":[111]},{"name":"MPPF_ALIGN_RIGHT","features":[111]},{"name":"MPPF_BOTTOM","features":[111]},{"name":"MPPF_FINALSELECT","features":[111]},{"name":"MPPF_FORCEZORDER","features":[111]},{"name":"MPPF_INITIALSELECT","features":[111]},{"name":"MPPF_KEYBOARD","features":[111]},{"name":"MPPF_LEFT","features":[111]},{"name":"MPPF_NOANIMATE","features":[111]},{"name":"MPPF_POS_MASK","features":[111]},{"name":"MPPF_REPOSITION","features":[111]},{"name":"MPPF_RIGHT","features":[111]},{"name":"MPPF_SETFOCUS","features":[111]},{"name":"MPPF_TOP","features":[111]},{"name":"MULTIKEYHELPA","features":[111]},{"name":"MULTIKEYHELPW","features":[111]},{"name":"MUS_COMPLETE","features":[111]},{"name":"MUS_FAILED","features":[111]},{"name":"MUS_USERINPUTNEEDED","features":[111]},{"name":"MailRecipient","features":[111]},{"name":"MergedCategorizer","features":[111]},{"name":"NAMESPACEWALKFLAG","features":[111]},{"name":"NATIVE_DISPLAY_ORIENTATION","features":[111]},{"name":"NCM_DISPLAYERRORTIP","features":[111]},{"name":"NCM_GETADDRESS","features":[111]},{"name":"NCM_GETALLOWTYPE","features":[111]},{"name":"NCM_SETALLOWTYPE","features":[111]},{"name":"NC_ADDRESS","features":[92,17,111]},{"name":"NDO_LANDSCAPE","features":[111]},{"name":"NDO_PORTRAIT","features":[111]},{"name":"NETCACHE_E_NEGATIVE_CACHE","features":[111]},{"name":"NEWCPLINFOA","features":[111,52]},{"name":"NEWCPLINFOW","features":[111,52]},{"name":"NIF_GUID","features":[111]},{"name":"NIF_ICON","features":[111]},{"name":"NIF_INFO","features":[111]},{"name":"NIF_MESSAGE","features":[111]},{"name":"NIF_REALTIME","features":[111]},{"name":"NIF_SHOWTIP","features":[111]},{"name":"NIF_STATE","features":[111]},{"name":"NIF_TIP","features":[111]},{"name":"NIIF_ERROR","features":[111]},{"name":"NIIF_ICON_MASK","features":[111]},{"name":"NIIF_INFO","features":[111]},{"name":"NIIF_LARGE_ICON","features":[111]},{"name":"NIIF_NONE","features":[111]},{"name":"NIIF_NOSOUND","features":[111]},{"name":"NIIF_RESPECT_QUIET_TIME","features":[111]},{"name":"NIIF_USER","features":[111]},{"name":"NIIF_WARNING","features":[111]},{"name":"NIM_ADD","features":[111]},{"name":"NIM_DELETE","features":[111]},{"name":"NIM_MODIFY","features":[111]},{"name":"NIM_SETFOCUS","features":[111]},{"name":"NIM_SETVERSION","features":[111]},{"name":"NINF_KEY","features":[111]},{"name":"NIN_BALLOONHIDE","features":[111]},{"name":"NIN_BALLOONSHOW","features":[111]},{"name":"NIN_BALLOONTIMEOUT","features":[111]},{"name":"NIN_BALLOONUSERCLICK","features":[111]},{"name":"NIN_POPUPCLOSE","features":[111]},{"name":"NIN_POPUPOPEN","features":[111]},{"name":"NIN_SELECT","features":[111]},{"name":"NIS_HIDDEN","features":[111]},{"name":"NIS_SHAREDICON","features":[111]},{"name":"NMCII_FOLDERS","features":[111]},{"name":"NMCII_ITEMS","features":[111]},{"name":"NMCII_NONE","features":[111]},{"name":"NMCSAEI_EDIT","features":[111]},{"name":"NMCSAEI_SELECT","features":[111]},{"name":"NOTIFYICONDATAA","features":[3,111,52]},{"name":"NOTIFYICONDATAA","features":[3,111,52]},{"name":"NOTIFYICONDATAW","features":[3,111,52]},{"name":"NOTIFYICONDATAW","features":[3,111,52]},{"name":"NOTIFYICONIDENTIFIER","features":[3,111]},{"name":"NOTIFYICONIDENTIFIER","features":[3,111]},{"name":"NOTIFYICON_VERSION","features":[111]},{"name":"NOTIFYICON_VERSION_4","features":[111]},{"name":"NOTIFY_ICON_DATA_FLAGS","features":[111]},{"name":"NOTIFY_ICON_INFOTIP_FLAGS","features":[111]},{"name":"NOTIFY_ICON_MESSAGE","features":[111]},{"name":"NOTIFY_ICON_STATE","features":[111]},{"name":"NPCredentialProvider","features":[111]},{"name":"NRESARRAY","features":[102,111]},{"name":"NSTCCUSTOMDRAW","features":[42,111]},{"name":"NSTCDHPOS_ONTOP","features":[111]},{"name":"NSTCECT_BUTTON","features":[111]},{"name":"NSTCECT_DBLCLICK","features":[111]},{"name":"NSTCECT_LBUTTON","features":[111]},{"name":"NSTCECT_MBUTTON","features":[111]},{"name":"NSTCECT_RBUTTON","features":[111]},{"name":"NSTCEHT_NOWHERE","features":[111]},{"name":"NSTCEHT_ONITEM","features":[111]},{"name":"NSTCEHT_ONITEMBUTTON","features":[111]},{"name":"NSTCEHT_ONITEMICON","features":[111]},{"name":"NSTCEHT_ONITEMINDENT","features":[111]},{"name":"NSTCEHT_ONITEMLABEL","features":[111]},{"name":"NSTCEHT_ONITEMRIGHT","features":[111]},{"name":"NSTCEHT_ONITEMSTATEICON","features":[111]},{"name":"NSTCEHT_ONITEMTABBUTTON","features":[111]},{"name":"NSTCFC_DELAY_REGISTER_NOTIFY","features":[111]},{"name":"NSTCFC_NONE","features":[111]},{"name":"NSTCFC_PINNEDITEMFILTERING","features":[111]},{"name":"NSTCFOLDERCAPABILITIES","features":[111]},{"name":"NSTCGNI","features":[111]},{"name":"NSTCGNI_CHILD","features":[111]},{"name":"NSTCGNI_FIRSTVISIBLE","features":[111]},{"name":"NSTCGNI_LASTVISIBLE","features":[111]},{"name":"NSTCGNI_NEXT","features":[111]},{"name":"NSTCGNI_NEXTVISIBLE","features":[111]},{"name":"NSTCGNI_PARENT","features":[111]},{"name":"NSTCGNI_PREV","features":[111]},{"name":"NSTCGNI_PREVVISIBLE","features":[111]},{"name":"NSTCIS_BOLD","features":[111]},{"name":"NSTCIS_DISABLED","features":[111]},{"name":"NSTCIS_EXPANDED","features":[111]},{"name":"NSTCIS_NONE","features":[111]},{"name":"NSTCIS_SELECTED","features":[111]},{"name":"NSTCIS_SELECTEDNOEXPAND","features":[111]},{"name":"NSTCRS_EXPANDED","features":[111]},{"name":"NSTCRS_HIDDEN","features":[111]},{"name":"NSTCRS_VISIBLE","features":[111]},{"name":"NSTCS2_DEFAULT","features":[111]},{"name":"NSTCS2_DISPLAYPADDING","features":[111]},{"name":"NSTCS2_DISPLAYPINNEDONLY","features":[111]},{"name":"NSTCS2_INTERRUPTNOTIFICATIONS","features":[111]},{"name":"NSTCS2_SHOWNULLSPACEMENU","features":[111]},{"name":"NSTCSTYLE2","features":[111]},{"name":"NSTCS_ALLOWJUNCTIONS","features":[111]},{"name":"NSTCS_AUTOHSCROLL","features":[111]},{"name":"NSTCS_BORDER","features":[111]},{"name":"NSTCS_CHECKBOXES","features":[111]},{"name":"NSTCS_DIMMEDCHECKBOXES","features":[111]},{"name":"NSTCS_DISABLEDRAGDROP","features":[111]},{"name":"NSTCS_EMPTYTEXT","features":[111]},{"name":"NSTCS_EVENHEIGHT","features":[111]},{"name":"NSTCS_EXCLUSIONCHECKBOXES","features":[111]},{"name":"NSTCS_FADEINOUTEXPANDOS","features":[111]},{"name":"NSTCS_FAVORITESMODE","features":[111]},{"name":"NSTCS_FULLROWSELECT","features":[111]},{"name":"NSTCS_HASEXPANDOS","features":[111]},{"name":"NSTCS_HASLINES","features":[111]},{"name":"NSTCS_HORIZONTALSCROLL","features":[111]},{"name":"NSTCS_NOEDITLABELS","features":[111]},{"name":"NSTCS_NOINDENTCHECKS","features":[111]},{"name":"NSTCS_NOINFOTIP","features":[111]},{"name":"NSTCS_NOORDERSTREAM","features":[111]},{"name":"NSTCS_NOREPLACEOPEN","features":[111]},{"name":"NSTCS_PARTIALCHECKBOXES","features":[111]},{"name":"NSTCS_RICHTOOLTIP","features":[111]},{"name":"NSTCS_ROOTHASEXPANDO","features":[111]},{"name":"NSTCS_SHOWDELETEBUTTON","features":[111]},{"name":"NSTCS_SHOWREFRESHBUTTON","features":[111]},{"name":"NSTCS_SHOWSELECTIONALWAYS","features":[111]},{"name":"NSTCS_SHOWTABSBUTTON","features":[111]},{"name":"NSTCS_SINGLECLICKEXPAND","features":[111]},{"name":"NSTCS_SPRINGEXPAND","features":[111]},{"name":"NSTCS_TABSTOP","features":[111]},{"name":"NSWF_ACCUMULATE_FOLDERS","features":[111]},{"name":"NSWF_ANY_IMPLIES_ALL","features":[111]},{"name":"NSWF_ASYNC","features":[111]},{"name":"NSWF_DEFAULT","features":[111]},{"name":"NSWF_DONT_ACCUMULATE_RESULT","features":[111]},{"name":"NSWF_DONT_RESOLVE_LINKS","features":[111]},{"name":"NSWF_DONT_SORT","features":[111]},{"name":"NSWF_DONT_TRAVERSE_LINKS","features":[111]},{"name":"NSWF_DONT_TRAVERSE_STREAM_JUNCTIONS","features":[111]},{"name":"NSWF_FILESYSTEM_ONLY","features":[111]},{"name":"NSWF_FLAG_VIEWORDER","features":[111]},{"name":"NSWF_IGNORE_AUTOPLAY_HIDA","features":[111]},{"name":"NSWF_NONE_IMPLIES_ALL","features":[111]},{"name":"NSWF_ONE_IMPLIES_ALL","features":[111]},{"name":"NSWF_SHOW_PROGRESS","features":[111]},{"name":"NSWF_TRAVERSE_STREAM_JUNCTIONS","features":[111]},{"name":"NSWF_USE_TRANSFER_MEDIUM","features":[111]},{"name":"NTSCS2_NEVERINSERTNONENUMERATED","features":[111]},{"name":"NTSCS2_NOSINGLETONAUTOEXPAND","features":[111]},{"name":"NT_CONSOLE_PROPS","features":[3,55,111]},{"name":"NT_CONSOLE_PROPS_SIG","features":[111]},{"name":"NT_FE_CONSOLE_PROPS","features":[111]},{"name":"NT_FE_CONSOLE_PROPS_SIG","features":[111]},{"name":"NUM_POINTS","features":[111]},{"name":"NWMF","features":[111]},{"name":"NWMF_FIRST","features":[111]},{"name":"NWMF_FORCETAB","features":[111]},{"name":"NWMF_FORCEWINDOW","features":[111]},{"name":"NWMF_FROMDIALOGCHILD","features":[111]},{"name":"NWMF_HTMLDIALOG","features":[111]},{"name":"NWMF_INACTIVETAB","features":[111]},{"name":"NWMF_OVERRIDEKEY","features":[111]},{"name":"NWMF_SHOWHELP","features":[111]},{"name":"NWMF_SUGGESTTAB","features":[111]},{"name":"NWMF_SUGGESTWINDOW","features":[111]},{"name":"NWMF_UNLOADING","features":[111]},{"name":"NWMF_USERALLOWED","features":[111]},{"name":"NWMF_USERINITED","features":[111]},{"name":"NWMF_USERREQUESTED","features":[111]},{"name":"NamespaceTreeControl","features":[111]},{"name":"NamespaceWalker","features":[111]},{"name":"NetworkConnections","features":[111]},{"name":"NetworkExplorerFolder","features":[111]},{"name":"NetworkPlaces","features":[111]},{"name":"NewProcessCauseConstants","features":[111]},{"name":"OAIF_ALLOW_REGISTRATION","features":[111]},{"name":"OAIF_EXEC","features":[111]},{"name":"OAIF_FILE_IS_URI","features":[111]},{"name":"OAIF_FORCE_REGISTRATION","features":[111]},{"name":"OAIF_HIDE_REGISTRATION","features":[111]},{"name":"OAIF_REGISTER_EXT","features":[111]},{"name":"OAIF_URL_PROTOCOL","features":[111]},{"name":"OFASI_EDIT","features":[111]},{"name":"OFASI_OPENDESKTOP","features":[111]},{"name":"OFFLINE_STATUS_INCOMPLETE","features":[111]},{"name":"OFFLINE_STATUS_LOCAL","features":[111]},{"name":"OFFLINE_STATUS_REMOTE","features":[111]},{"name":"OFS_DIRTYCACHE","features":[111]},{"name":"OFS_INACTIVE","features":[111]},{"name":"OFS_OFFLINE","features":[111]},{"name":"OFS_ONLINE","features":[111]},{"name":"OFS_SERVERBACK","features":[111]},{"name":"OF_CAP_CANCLOSE","features":[111]},{"name":"OF_CAP_CANSWITCHTO","features":[111]},{"name":"OI_ASYNC","features":[111]},{"name":"OI_DEFAULT","features":[111]},{"name":"OPENASINFO","features":[111]},{"name":"OPENPROPS_INHIBITPIF","features":[111]},{"name":"OPENPROPS_NONE","features":[111]},{"name":"OPEN_AS_INFO_FLAGS","features":[111]},{"name":"OPEN_PRINTER_PROPS_INFOA","features":[3,111]},{"name":"OPEN_PRINTER_PROPS_INFOA","features":[3,111]},{"name":"OPEN_PRINTER_PROPS_INFOW","features":[3,111]},{"name":"OPEN_PRINTER_PROPS_INFOW","features":[3,111]},{"name":"OPPROGDLG_ALLOWUNDO","features":[111]},{"name":"OPPROGDLG_DEFAULT","features":[111]},{"name":"OPPROGDLG_DONTDISPLAYDESTPATH","features":[111]},{"name":"OPPROGDLG_DONTDISPLAYLOCATIONS","features":[111]},{"name":"OPPROGDLG_DONTDISPLAYSOURCEPATH","features":[111]},{"name":"OPPROGDLG_ENABLEPAUSE","features":[111]},{"name":"OPPROGDLG_NOMULTIDAYESTIMATES","features":[111]},{"name":"OS","features":[111]},{"name":"OS_ADVSERVER","features":[111]},{"name":"OS_ANYSERVER","features":[111]},{"name":"OS_APPLIANCE","features":[111]},{"name":"OS_DATACENTER","features":[111]},{"name":"OS_DOMAINMEMBER","features":[111]},{"name":"OS_EMBEDDED","features":[111]},{"name":"OS_FASTUSERSWITCHING","features":[111]},{"name":"OS_HOME","features":[111]},{"name":"OS_MEDIACENTER","features":[111]},{"name":"OS_MEORGREATER","features":[111]},{"name":"OS_NT","features":[111]},{"name":"OS_NT4ORGREATER","features":[111]},{"name":"OS_PERSONALTERMINALSERVER","features":[111]},{"name":"OS_PROFESSIONAL","features":[111]},{"name":"OS_SERVER","features":[111]},{"name":"OS_SERVERADMINUI","features":[111]},{"name":"OS_SMALLBUSINESSSERVER","features":[111]},{"name":"OS_TABLETPC","features":[111]},{"name":"OS_TERMINALCLIENT","features":[111]},{"name":"OS_TERMINALREMOTEADMIN","features":[111]},{"name":"OS_TERMINALSERVER","features":[111]},{"name":"OS_WEBSERVER","features":[111]},{"name":"OS_WELCOMELOGONUI","features":[111]},{"name":"OS_WIN2000ADVSERVER","features":[111]},{"name":"OS_WIN2000DATACENTER","features":[111]},{"name":"OS_WIN2000ORGREATER","features":[111]},{"name":"OS_WIN2000PRO","features":[111]},{"name":"OS_WIN2000SERVER","features":[111]},{"name":"OS_WIN2000TERMINAL","features":[111]},{"name":"OS_WIN95ORGREATER","features":[111]},{"name":"OS_WIN95_GOLD","features":[111]},{"name":"OS_WIN98ORGREATER","features":[111]},{"name":"OS_WIN98_GOLD","features":[111]},{"name":"OS_WINDOWS","features":[111]},{"name":"OS_WOW6432","features":[111]},{"name":"OS_XPORGREATER","features":[111]},{"name":"OfflineFolderStatus","features":[111]},{"name":"OleSaveToStreamEx","features":[3,111]},{"name":"OnexCredentialProvider","features":[111]},{"name":"OnexPlapSmartcardCredentialProvider","features":[111]},{"name":"OpenControlPanel","features":[111]},{"name":"OpenRegStream","features":[51,111]},{"name":"PACKAGE_EXECUTION_STATE","features":[111]},{"name":"PAI_ASSIGNEDTIME","features":[111]},{"name":"PAI_EXPIRETIME","features":[111]},{"name":"PAI_PUBLISHEDTIME","features":[111]},{"name":"PAI_SCHEDULEDTIME","features":[111]},{"name":"PAI_SOURCE","features":[111]},{"name":"PANE_NAVIGATION","features":[111]},{"name":"PANE_NONE","features":[111]},{"name":"PANE_OFFLINE","features":[111]},{"name":"PANE_PRINTER","features":[111]},{"name":"PANE_PRIVACY","features":[111]},{"name":"PANE_PROGRESS","features":[111]},{"name":"PANE_SSL","features":[111]},{"name":"PANE_ZONE","features":[111]},{"name":"PAPPCONSTRAIN_CHANGE_ROUTINE","features":[3,111]},{"name":"PAPPCONSTRAIN_REGISTRATION","features":[111]},{"name":"PAPPSTATE_CHANGE_ROUTINE","features":[3,111]},{"name":"PAPPSTATE_REGISTRATION","features":[111]},{"name":"PARSEDURLA","features":[111]},{"name":"PARSEDURLW","features":[111]},{"name":"PATHCCH_ALLOW_LONG_PATHS","features":[111]},{"name":"PATHCCH_CANONICALIZE_SLASHES","features":[111]},{"name":"PATHCCH_DO_NOT_NORMALIZE_SEGMENTS","features":[111]},{"name":"PATHCCH_ENSURE_IS_EXTENDED_LENGTH_PATH","features":[111]},{"name":"PATHCCH_ENSURE_TRAILING_SLASH","features":[111]},{"name":"PATHCCH_FORCE_DISABLE_LONG_NAME_PROCESS","features":[111]},{"name":"PATHCCH_FORCE_ENABLE_LONG_NAME_PROCESS","features":[111]},{"name":"PATHCCH_MAX_CCH","features":[111]},{"name":"PATHCCH_NONE","features":[111]},{"name":"PATHCCH_OPTIONS","features":[111]},{"name":"PCS_FATAL","features":[111]},{"name":"PCS_PATHTOOLONG","features":[111]},{"name":"PCS_REMOVEDCHAR","features":[111]},{"name":"PCS_REPLACEDCHAR","features":[111]},{"name":"PCS_RET","features":[111]},{"name":"PCS_TRUNCATED","features":[111]},{"name":"PDM_DEFAULT","features":[111]},{"name":"PDM_ERRORSBLOCKING","features":[111]},{"name":"PDM_INDETERMINATE","features":[111]},{"name":"PDM_PREFLIGHT","features":[111]},{"name":"PDM_RUN","features":[111]},{"name":"PDM_UNDOING","features":[111]},{"name":"PDTIMER_PAUSE","features":[111]},{"name":"PDTIMER_RESET","features":[111]},{"name":"PDTIMER_RESUME","features":[111]},{"name":"PERSIST_FOLDER_TARGET_INFO","features":[220]},{"name":"PES_RUNNING","features":[111]},{"name":"PES_SUSPENDED","features":[111]},{"name":"PES_SUSPENDING","features":[111]},{"name":"PES_TERMINATED","features":[111]},{"name":"PES_UNKNOWN","features":[111]},{"name":"PFNCANSHAREFOLDERW","features":[111]},{"name":"PFNSHOWSHAREFOLDERUIW","features":[3,111]},{"name":"PIDASI_AVG_DATA_RATE","features":[111]},{"name":"PIDASI_CHANNEL_COUNT","features":[111]},{"name":"PIDASI_COMPRESSION","features":[111]},{"name":"PIDASI_FORMAT","features":[111]},{"name":"PIDASI_SAMPLE_RATE","features":[111]},{"name":"PIDASI_SAMPLE_SIZE","features":[111]},{"name":"PIDASI_STREAM_NAME","features":[111]},{"name":"PIDASI_STREAM_NUMBER","features":[111]},{"name":"PIDASI_TIMELENGTH","features":[111]},{"name":"PIDDRSI_DESCRIPTION","features":[111]},{"name":"PIDDRSI_PLAYCOUNT","features":[111]},{"name":"PIDDRSI_PLAYEXPIRES","features":[111]},{"name":"PIDDRSI_PLAYSTARTS","features":[111]},{"name":"PIDDRSI_PROTECTED","features":[111]},{"name":"PIDISF_CACHEDSTICKY","features":[111]},{"name":"PIDISF_CACHEIMAGES","features":[111]},{"name":"PIDISF_FLAGS","features":[111]},{"name":"PIDISF_FOLLOWALLLINKS","features":[111]},{"name":"PIDISF_RECENTLYCHANGED","features":[111]},{"name":"PIDISM_DONTWATCH","features":[111]},{"name":"PIDISM_GLOBAL","features":[111]},{"name":"PIDISM_OPTIONS","features":[111]},{"name":"PIDISM_WATCH","features":[111]},{"name":"PIDISR_INFO","features":[111]},{"name":"PIDISR_NEEDS_ADD","features":[111]},{"name":"PIDISR_NEEDS_DELETE","features":[111]},{"name":"PIDISR_NEEDS_UPDATE","features":[111]},{"name":"PIDISR_UP_TO_DATE","features":[111]},{"name":"PIDSI_ALBUM","features":[111]},{"name":"PIDSI_ARTIST","features":[111]},{"name":"PIDSI_COMMENT","features":[111]},{"name":"PIDSI_GENRE","features":[111]},{"name":"PIDSI_LYRICS","features":[111]},{"name":"PIDSI_SONGTITLE","features":[111]},{"name":"PIDSI_TRACK","features":[111]},{"name":"PIDSI_YEAR","features":[111]},{"name":"PIDVSI_COMPRESSION","features":[111]},{"name":"PIDVSI_DATA_RATE","features":[111]},{"name":"PIDVSI_FRAME_COUNT","features":[111]},{"name":"PIDVSI_FRAME_HEIGHT","features":[111]},{"name":"PIDVSI_FRAME_RATE","features":[111]},{"name":"PIDVSI_FRAME_WIDTH","features":[111]},{"name":"PIDVSI_SAMPLE_SIZE","features":[111]},{"name":"PIDVSI_STREAM_NAME","features":[111]},{"name":"PIDVSI_STREAM_NUMBER","features":[111]},{"name":"PIDVSI_TIMELENGTH","features":[111]},{"name":"PID_COMPUTERNAME","features":[111]},{"name":"PID_CONTROLPANEL_CATEGORY","features":[111]},{"name":"PID_DESCRIPTIONID","features":[111]},{"name":"PID_DISPLACED_DATE","features":[111]},{"name":"PID_DISPLACED_FROM","features":[111]},{"name":"PID_DISPLAY_PROPERTIES","features":[111]},{"name":"PID_FINDDATA","features":[111]},{"name":"PID_HTMLINFOTIPFILE","features":[111]},{"name":"PID_INTROTEXT","features":[111]},{"name":"PID_INTSITE","features":[111]},{"name":"PID_INTSITE_AUTHOR","features":[111]},{"name":"PID_INTSITE_CODEPAGE","features":[111]},{"name":"PID_INTSITE_COMMENT","features":[111]},{"name":"PID_INTSITE_CONTENTCODE","features":[111]},{"name":"PID_INTSITE_CONTENTLEN","features":[111]},{"name":"PID_INTSITE_DESCRIPTION","features":[111]},{"name":"PID_INTSITE_FLAGS","features":[111]},{"name":"PID_INTSITE_ICONFILE","features":[111]},{"name":"PID_INTSITE_ICONINDEX","features":[111]},{"name":"PID_INTSITE_LASTMOD","features":[111]},{"name":"PID_INTSITE_LASTVISIT","features":[111]},{"name":"PID_INTSITE_RECURSE","features":[111]},{"name":"PID_INTSITE_ROAMED","features":[111]},{"name":"PID_INTSITE_SUBSCRIPTION","features":[111]},{"name":"PID_INTSITE_TITLE","features":[111]},{"name":"PID_INTSITE_TRACKING","features":[111]},{"name":"PID_INTSITE_URL","features":[111]},{"name":"PID_INTSITE_VISITCOUNT","features":[111]},{"name":"PID_INTSITE_WATCH","features":[111]},{"name":"PID_INTSITE_WHATSNEW","features":[111]},{"name":"PID_IS","features":[111]},{"name":"PID_IS_AUTHOR","features":[111]},{"name":"PID_IS_COMMENT","features":[111]},{"name":"PID_IS_DESCRIPTION","features":[111]},{"name":"PID_IS_HOTKEY","features":[111]},{"name":"PID_IS_ICONFILE","features":[111]},{"name":"PID_IS_ICONINDEX","features":[111]},{"name":"PID_IS_NAME","features":[111]},{"name":"PID_IS_ROAMED","features":[111]},{"name":"PID_IS_SHOWCMD","features":[111]},{"name":"PID_IS_URL","features":[111]},{"name":"PID_IS_WHATSNEW","features":[111]},{"name":"PID_IS_WORKINGDIR","features":[111]},{"name":"PID_LINK_TARGET","features":[111]},{"name":"PID_LINK_TARGET_TYPE","features":[111]},{"name":"PID_MISC_ACCESSCOUNT","features":[111]},{"name":"PID_MISC_OWNER","features":[111]},{"name":"PID_MISC_PICS","features":[111]},{"name":"PID_MISC_STATUS","features":[111]},{"name":"PID_NETRESOURCE","features":[111]},{"name":"PID_NETWORKLOCATION","features":[111]},{"name":"PID_QUERY_RANK","features":[111]},{"name":"PID_SHARE_CSC_STATUS","features":[111]},{"name":"PID_SYNC_COPY_IN","features":[111]},{"name":"PID_VOLUME_CAPACITY","features":[111]},{"name":"PID_VOLUME_FILESYSTEM","features":[111]},{"name":"PID_VOLUME_FREE","features":[111]},{"name":"PID_WHICHFOLDER","features":[111]},{"name":"PIFDEFFILESIZE","features":[111]},{"name":"PIFDEFPATHSIZE","features":[111]},{"name":"PIFMAXFILEPATH","features":[111]},{"name":"PIFNAMESIZE","features":[111]},{"name":"PIFPARAMSSIZE","features":[111]},{"name":"PIFSHDATASIZE","features":[111]},{"name":"PIFSHPROGSIZE","features":[111]},{"name":"PIFSTARTLOCSIZE","features":[111]},{"name":"PINLogonCredentialProvider","features":[111]},{"name":"PLATFORM_BROWSERONLY","features":[111]},{"name":"PLATFORM_IE3","features":[111]},{"name":"PLATFORM_INTEGRATED","features":[111]},{"name":"PLATFORM_UNKNOWN","features":[111]},{"name":"PMSF_DONT_STRIP_SPACES","features":[111]},{"name":"PMSF_MULTIPLE","features":[111]},{"name":"PMSF_NORMAL","features":[111]},{"name":"PO_DELETE","features":[111]},{"name":"PO_PORTCHANGE","features":[111]},{"name":"PO_RENAME","features":[111]},{"name":"PO_REN_PORT","features":[111]},{"name":"PPCF_ADDARGUMENTS","features":[111]},{"name":"PPCF_ADDQUOTES","features":[111]},{"name":"PPCF_FORCEQUALIFY","features":[111]},{"name":"PPCF_LONGESTPOSSIBLE","features":[111]},{"name":"PPCF_NODIRECTORIES","features":[111]},{"name":"PREVIEWHANDLERFRAMEINFO","features":[111,52]},{"name":"PRF_DONTFINDLNK","features":[111]},{"name":"PRF_FIRSTDIRDEF","features":[111]},{"name":"PRF_FLAGS","features":[111]},{"name":"PRF_REQUIREABSOLUTE","features":[111]},{"name":"PRF_TRYPROGRAMEXTENSIONS","features":[111]},{"name":"PRF_VERIFYEXISTS","features":[111]},{"name":"PRINTACTION_DOCUMENTDEFAULTS","features":[111]},{"name":"PRINTACTION_NETINSTALL","features":[111]},{"name":"PRINTACTION_NETINSTALLLINK","features":[111]},{"name":"PRINTACTION_OPEN","features":[111]},{"name":"PRINTACTION_OPENNETPRN","features":[111]},{"name":"PRINTACTION_PROPERTIES","features":[111]},{"name":"PRINTACTION_SERVERPROPERTIES","features":[111]},{"name":"PRINTACTION_TESTPAGE","features":[111]},{"name":"PRINT_PROP_FORCE_NAME","features":[111]},{"name":"PROFILEINFOA","features":[3,111]},{"name":"PROFILEINFOW","features":[3,111]},{"name":"PROGDLG_AUTOTIME","features":[111]},{"name":"PROGDLG_MARQUEEPROGRESS","features":[111]},{"name":"PROGDLG_MODAL","features":[111]},{"name":"PROGDLG_NOCANCEL","features":[111]},{"name":"PROGDLG_NOMINIMIZE","features":[111]},{"name":"PROGDLG_NOPROGRESSBAR","features":[111]},{"name":"PROGDLG_NORMAL","features":[111]},{"name":"PROGDLG_NOTIME","features":[111]},{"name":"PROPSTR_EXTENSIONCOMPLETIONSTATE","features":[111]},{"name":"PROP_CONTRACT_DELEGATE","features":[111]},{"name":"PSGUID_AUDIO","features":[111]},{"name":"PSGUID_BRIEFCASE","features":[111]},{"name":"PSGUID_CONTROLPANEL","features":[111]},{"name":"PSGUID_CUSTOMIMAGEPROPERTIES","features":[111]},{"name":"PSGUID_DISPLACED","features":[111]},{"name":"PSGUID_DOCUMENTSUMMARYINFORMATION","features":[111]},{"name":"PSGUID_DRM","features":[111]},{"name":"PSGUID_IMAGEPROPERTIES","features":[111]},{"name":"PSGUID_IMAGESUMMARYINFORMATION","features":[111]},{"name":"PSGUID_LIBRARYPROPERTIES","features":[111]},{"name":"PSGUID_LINK","features":[111]},{"name":"PSGUID_MEDIAFILESUMMARYINFORMATION","features":[111]},{"name":"PSGUID_MISC","features":[111]},{"name":"PSGUID_MUSIC","features":[111]},{"name":"PSGUID_QUERY_D","features":[111]},{"name":"PSGUID_SHARE","features":[111]},{"name":"PSGUID_SHELLDETAILS","features":[111]},{"name":"PSGUID_SUMMARYINFORMATION","features":[111]},{"name":"PSGUID_VIDEO","features":[111]},{"name":"PSGUID_VOLUME","features":[111]},{"name":"PSGUID_WEBVIEW","features":[111]},{"name":"PUBAPPINFO","features":[3,111]},{"name":"PUBAPPINFOFLAGS","features":[111]},{"name":"PackageDebugSettings","features":[111]},{"name":"ParseURLA","features":[111]},{"name":"ParseURLW","features":[111]},{"name":"PasswordCredentialProvider","features":[111]},{"name":"PathAddBackslashA","features":[111]},{"name":"PathAddBackslashW","features":[111]},{"name":"PathAddExtensionA","features":[3,111]},{"name":"PathAddExtensionW","features":[3,111]},{"name":"PathAllocCanonicalize","features":[111]},{"name":"PathAllocCombine","features":[111]},{"name":"PathAppendA","features":[3,111]},{"name":"PathAppendW","features":[3,111]},{"name":"PathBuildRootA","features":[111]},{"name":"PathBuildRootW","features":[111]},{"name":"PathCanonicalizeA","features":[3,111]},{"name":"PathCanonicalizeW","features":[3,111]},{"name":"PathCchAddBackslash","features":[111]},{"name":"PathCchAddBackslashEx","features":[111]},{"name":"PathCchAddExtension","features":[111]},{"name":"PathCchAppend","features":[111]},{"name":"PathCchAppendEx","features":[111]},{"name":"PathCchCanonicalize","features":[111]},{"name":"PathCchCanonicalizeEx","features":[111]},{"name":"PathCchCombine","features":[111]},{"name":"PathCchCombineEx","features":[111]},{"name":"PathCchFindExtension","features":[111]},{"name":"PathCchIsRoot","features":[3,111]},{"name":"PathCchRemoveBackslash","features":[111]},{"name":"PathCchRemoveBackslashEx","features":[111]},{"name":"PathCchRemoveExtension","features":[111]},{"name":"PathCchRemoveFileSpec","features":[111]},{"name":"PathCchRenameExtension","features":[111]},{"name":"PathCchSkipRoot","features":[111]},{"name":"PathCchStripPrefix","features":[111]},{"name":"PathCchStripToRoot","features":[111]},{"name":"PathCleanupSpec","features":[111]},{"name":"PathCombineA","features":[111]},{"name":"PathCombineW","features":[111]},{"name":"PathCommonPrefixA","features":[111]},{"name":"PathCommonPrefixW","features":[111]},{"name":"PathCompactPathA","features":[3,14,111]},{"name":"PathCompactPathExA","features":[3,111]},{"name":"PathCompactPathExW","features":[3,111]},{"name":"PathCompactPathW","features":[3,14,111]},{"name":"PathCreateFromUrlA","features":[111]},{"name":"PathCreateFromUrlAlloc","features":[111]},{"name":"PathCreateFromUrlW","features":[111]},{"name":"PathFileExistsA","features":[3,111]},{"name":"PathFileExistsW","features":[3,111]},{"name":"PathFindExtensionA","features":[111]},{"name":"PathFindExtensionW","features":[111]},{"name":"PathFindFileNameA","features":[111]},{"name":"PathFindFileNameW","features":[111]},{"name":"PathFindNextComponentA","features":[111]},{"name":"PathFindNextComponentW","features":[111]},{"name":"PathFindOnPathA","features":[3,111]},{"name":"PathFindOnPathW","features":[3,111]},{"name":"PathFindSuffixArrayA","features":[111]},{"name":"PathFindSuffixArrayW","features":[111]},{"name":"PathGetArgsA","features":[111]},{"name":"PathGetArgsW","features":[111]},{"name":"PathGetCharTypeA","features":[111]},{"name":"PathGetCharTypeW","features":[111]},{"name":"PathGetDriveNumberA","features":[111]},{"name":"PathGetDriveNumberW","features":[111]},{"name":"PathGetShortPath","features":[111]},{"name":"PathIsContentTypeA","features":[3,111]},{"name":"PathIsContentTypeW","features":[3,111]},{"name":"PathIsDirectoryA","features":[3,111]},{"name":"PathIsDirectoryEmptyA","features":[3,111]},{"name":"PathIsDirectoryEmptyW","features":[3,111]},{"name":"PathIsDirectoryW","features":[3,111]},{"name":"PathIsExe","features":[3,111]},{"name":"PathIsFileSpecA","features":[3,111]},{"name":"PathIsFileSpecW","features":[3,111]},{"name":"PathIsLFNFileSpecA","features":[3,111]},{"name":"PathIsLFNFileSpecW","features":[3,111]},{"name":"PathIsNetworkPathA","features":[3,111]},{"name":"PathIsNetworkPathW","features":[3,111]},{"name":"PathIsPrefixA","features":[3,111]},{"name":"PathIsPrefixW","features":[3,111]},{"name":"PathIsRelativeA","features":[3,111]},{"name":"PathIsRelativeW","features":[3,111]},{"name":"PathIsRootA","features":[3,111]},{"name":"PathIsRootW","features":[3,111]},{"name":"PathIsSameRootA","features":[3,111]},{"name":"PathIsSameRootW","features":[3,111]},{"name":"PathIsSlowA","features":[3,111]},{"name":"PathIsSlowW","features":[3,111]},{"name":"PathIsSystemFolderA","features":[3,111]},{"name":"PathIsSystemFolderW","features":[3,111]},{"name":"PathIsUNCA","features":[3,111]},{"name":"PathIsUNCEx","features":[3,111]},{"name":"PathIsUNCServerA","features":[3,111]},{"name":"PathIsUNCServerShareA","features":[3,111]},{"name":"PathIsUNCServerShareW","features":[3,111]},{"name":"PathIsUNCServerW","features":[3,111]},{"name":"PathIsUNCW","features":[3,111]},{"name":"PathIsURLA","features":[3,111]},{"name":"PathIsURLW","features":[3,111]},{"name":"PathMakePrettyA","features":[3,111]},{"name":"PathMakePrettyW","features":[3,111]},{"name":"PathMakeSystemFolderA","features":[3,111]},{"name":"PathMakeSystemFolderW","features":[3,111]},{"name":"PathMakeUniqueName","features":[3,111]},{"name":"PathMatchSpecA","features":[3,111]},{"name":"PathMatchSpecExA","features":[111]},{"name":"PathMatchSpecExW","features":[111]},{"name":"PathMatchSpecW","features":[3,111]},{"name":"PathParseIconLocationA","features":[111]},{"name":"PathParseIconLocationW","features":[111]},{"name":"PathQualify","features":[111]},{"name":"PathQuoteSpacesA","features":[3,111]},{"name":"PathQuoteSpacesW","features":[3,111]},{"name":"PathRelativePathToA","features":[3,111]},{"name":"PathRelativePathToW","features":[3,111]},{"name":"PathRemoveArgsA","features":[111]},{"name":"PathRemoveArgsW","features":[111]},{"name":"PathRemoveBackslashA","features":[111]},{"name":"PathRemoveBackslashW","features":[111]},{"name":"PathRemoveBlanksA","features":[111]},{"name":"PathRemoveBlanksW","features":[111]},{"name":"PathRemoveExtensionA","features":[111]},{"name":"PathRemoveExtensionW","features":[111]},{"name":"PathRemoveFileSpecA","features":[3,111]},{"name":"PathRemoveFileSpecW","features":[3,111]},{"name":"PathRenameExtensionA","features":[3,111]},{"name":"PathRenameExtensionW","features":[3,111]},{"name":"PathResolve","features":[111]},{"name":"PathSearchAndQualifyA","features":[3,111]},{"name":"PathSearchAndQualifyW","features":[3,111]},{"name":"PathSetDlgItemPathA","features":[3,111]},{"name":"PathSetDlgItemPathW","features":[3,111]},{"name":"PathSkipRootA","features":[111]},{"name":"PathSkipRootW","features":[111]},{"name":"PathStripPathA","features":[111]},{"name":"PathStripPathW","features":[111]},{"name":"PathStripToRootA","features":[3,111]},{"name":"PathStripToRootW","features":[3,111]},{"name":"PathUnExpandEnvStringsA","features":[3,111]},{"name":"PathUnExpandEnvStringsW","features":[3,111]},{"name":"PathUndecorateA","features":[111]},{"name":"PathUndecorateW","features":[111]},{"name":"PathUnmakeSystemFolderA","features":[3,111]},{"name":"PathUnmakeSystemFolderW","features":[3,111]},{"name":"PathUnquoteSpacesA","features":[3,111]},{"name":"PathUnquoteSpacesW","features":[3,111]},{"name":"PathYetAnotherMakeUniqueName","features":[3,111]},{"name":"PickIconDlg","features":[3,111]},{"name":"PreviousVersions","features":[111]},{"name":"PropVariantToStrRet","features":[3,65,44,220]},{"name":"PropertiesUI","features":[111]},{"name":"ProtectedModeRedirect","features":[111]},{"name":"PublishDropTarget","features":[111]},{"name":"PublishingWizard","features":[111]},{"name":"QCMINFO","features":[111,52]},{"name":"QCMINFO_IDMAP","features":[111]},{"name":"QCMINFO_IDMAP_PLACEMENT","features":[111]},{"name":"QCMINFO_PLACE_AFTER","features":[111]},{"name":"QCMINFO_PLACE_BEFORE","features":[111]},{"name":"QIF_CACHED","features":[111]},{"name":"QIF_DONTEXPANDFOLDER","features":[111]},{"name":"QISearch","features":[111]},{"name":"QITAB","features":[111]},{"name":"QITIPF_DEFAULT","features":[111]},{"name":"QITIPF_FLAGS","features":[111]},{"name":"QITIPF_LINKNOTARGET","features":[111]},{"name":"QITIPF_LINKUSETARGET","features":[111]},{"name":"QITIPF_SINGLELINE","features":[111]},{"name":"QITIPF_USENAME","features":[111]},{"name":"QITIPF_USESLOWTIP","features":[111]},{"name":"QUERY_USER_NOTIFICATION_STATE","features":[111]},{"name":"QUNS_ACCEPTS_NOTIFICATIONS","features":[111]},{"name":"QUNS_APP","features":[111]},{"name":"QUNS_BUSY","features":[111]},{"name":"QUNS_NOT_PRESENT","features":[111]},{"name":"QUNS_PRESENTATION_MODE","features":[111]},{"name":"QUNS_QUIET_TIME","features":[111]},{"name":"QUNS_RUNNING_D3D_FULL_SCREEN","features":[111]},{"name":"QueryCancelAutoPlay","features":[111]},{"name":"RASProvider","features":[111]},{"name":"REFRESH_COMPLETELY","features":[111]},{"name":"REFRESH_IFEXPIRED","features":[111]},{"name":"REFRESH_NORMAL","features":[111]},{"name":"RESTRICTIONS","features":[111]},{"name":"REST_ALLOWBITBUCKDRIVES","features":[111]},{"name":"REST_ALLOWCOMMENTTOGGLE","features":[111]},{"name":"REST_ALLOWFILECLSIDJUNCTIONS","features":[111]},{"name":"REST_ALLOWLEGACYWEBVIEW","features":[111]},{"name":"REST_ALLOWUNHASHEDWEBVIEW","features":[111]},{"name":"REST_ARP_DONTGROUPPATCHES","features":[111]},{"name":"REST_ARP_NOADDPAGE","features":[111]},{"name":"REST_ARP_NOARP","features":[111]},{"name":"REST_ARP_NOCHOOSEPROGRAMSPAGE","features":[111]},{"name":"REST_ARP_NOREMOVEPAGE","features":[111]},{"name":"REST_ARP_NOWINSETUPPAGE","features":[111]},{"name":"REST_ARP_ShowPostSetup","features":[111]},{"name":"REST_BITBUCKCONFIRMDELETE","features":[111]},{"name":"REST_BITBUCKNOPROP","features":[111]},{"name":"REST_BITBUCKNUKEONDELETE","features":[111]},{"name":"REST_CLASSICSHELL","features":[111]},{"name":"REST_CLEARRECENTDOCSONEXIT","features":[111]},{"name":"REST_DISALLOWCPL","features":[111]},{"name":"REST_DISALLOWRUN","features":[111]},{"name":"REST_DONTRETRYBADNETNAME","features":[111]},{"name":"REST_DONTSHOWSUPERHIDDEN","features":[111]},{"name":"REST_ENFORCESHELLEXTSECURITY","features":[111]},{"name":"REST_ENUMWORKGROUP","features":[111]},{"name":"REST_FORCEACTIVEDESKTOPON","features":[111]},{"name":"REST_FORCECOPYACLWITHFILE","features":[111]},{"name":"REST_FORCESTARTMENULOGOFF","features":[111]},{"name":"REST_GREYMSIADS","features":[111]},{"name":"REST_HASFINDCOMPUTERS","features":[111]},{"name":"REST_HIDECLOCK","features":[111]},{"name":"REST_HIDERUNASVERB","features":[111]},{"name":"REST_INHERITCONSOLEHANDLES","features":[111]},{"name":"REST_INTELLIMENUS","features":[111]},{"name":"REST_LINKRESOLVEIGNORELINKINFO","features":[111]},{"name":"REST_MYCOMPNOPROP","features":[111]},{"name":"REST_MYDOCSNOPROP","features":[111]},{"name":"REST_MYDOCSONNET","features":[111]},{"name":"REST_MaxRecentDocs","features":[111]},{"name":"REST_NOACTIVEDESKTOP","features":[111]},{"name":"REST_NOACTIVEDESKTOPCHANGES","features":[111]},{"name":"REST_NOADDDESKCOMP","features":[111]},{"name":"REST_NOAUTOTRAYNOTIFY","features":[111]},{"name":"REST_NOCDBURNING","features":[111]},{"name":"REST_NOCHANGEMAPPEDDRIVECOMMENT","features":[111]},{"name":"REST_NOCHANGEMAPPEDDRIVELABEL","features":[111]},{"name":"REST_NOCHANGESTARMENU","features":[111]},{"name":"REST_NOCHANGINGWALLPAPER","features":[111]},{"name":"REST_NOCLOSE","features":[111]},{"name":"REST_NOCLOSEDESKCOMP","features":[111]},{"name":"REST_NOCLOSE_DRAGDROPBAND","features":[111]},{"name":"REST_NOCOLORCHOICE","features":[111]},{"name":"REST_NOCOMMONGROUPS","features":[111]},{"name":"REST_NOCONTROLPANEL","features":[111]},{"name":"REST_NOCONTROLPANELBARRICADE","features":[111]},{"name":"REST_NOCSC","features":[111]},{"name":"REST_NOCURRENTUSERRUN","features":[111]},{"name":"REST_NOCURRENTUSERRUNONCE","features":[111]},{"name":"REST_NOCUSTOMIZETHISFOLDER","features":[111]},{"name":"REST_NOCUSTOMIZEWEBVIEW","features":[111]},{"name":"REST_NODELDESKCOMP","features":[111]},{"name":"REST_NODESKCOMP","features":[111]},{"name":"REST_NODESKTOP","features":[111]},{"name":"REST_NODESKTOPCLEANUP","features":[111]},{"name":"REST_NODISCONNECT","features":[111]},{"name":"REST_NODISPBACKGROUND","features":[111]},{"name":"REST_NODISPLAYAPPEARANCEPAGE","features":[111]},{"name":"REST_NODISPLAYCPL","features":[111]},{"name":"REST_NODISPSCREENSAVEPG","features":[111]},{"name":"REST_NODISPSCREENSAVEPREVIEW","features":[111]},{"name":"REST_NODISPSETTINGSPG","features":[111]},{"name":"REST_NODRIVEAUTORUN","features":[111]},{"name":"REST_NODRIVES","features":[111]},{"name":"REST_NODRIVETYPEAUTORUN","features":[111]},{"name":"REST_NOEDITDESKCOMP","features":[111]},{"name":"REST_NOENCRYPTION","features":[111]},{"name":"REST_NOENCRYPTONMOVE","features":[111]},{"name":"REST_NOENTIRENETWORK","features":[111]},{"name":"REST_NOENUMENTIRENETWORK","features":[111]},{"name":"REST_NOEXITTODOS","features":[111]},{"name":"REST_NOFAVORITESMENU","features":[111]},{"name":"REST_NOFILEASSOCIATE","features":[111]},{"name":"REST_NOFILEMENU","features":[111]},{"name":"REST_NOFIND","features":[111]},{"name":"REST_NOFOLDEROPTIONS","features":[111]},{"name":"REST_NOFORGETSOFTWAREUPDATE","features":[111]},{"name":"REST_NOHARDWARETAB","features":[111]},{"name":"REST_NOHTMLWALLPAPER","features":[111]},{"name":"REST_NOINTERNETICON","features":[111]},{"name":"REST_NOINTERNETOPENWITH","features":[111]},{"name":"REST_NOLOCALMACHINERUN","features":[111]},{"name":"REST_NOLOCALMACHINERUNONCE","features":[111]},{"name":"REST_NOLOWDISKSPACECHECKS","features":[111]},{"name":"REST_NOMANAGEMYCOMPUTERVERB","features":[111]},{"name":"REST_NOMOVINGBAND","features":[111]},{"name":"REST_NOMYCOMPUTERICON","features":[111]},{"name":"REST_NONE","features":[111]},{"name":"REST_NONETCONNECTDISCONNECT","features":[111]},{"name":"REST_NONETCRAWL","features":[111]},{"name":"REST_NONETHOOD","features":[111]},{"name":"REST_NONETWORKCONNECTIONS","features":[111]},{"name":"REST_NONLEGACYSHELLMODE","features":[111]},{"name":"REST_NOONLINEPRINTSWIZARD","features":[111]},{"name":"REST_NOPRINTERADD","features":[111]},{"name":"REST_NOPRINTERDELETE","features":[111]},{"name":"REST_NOPRINTERTABS","features":[111]},{"name":"REST_NOPUBLISHWIZARD","features":[111]},{"name":"REST_NORECENTDOCSHISTORY","features":[111]},{"name":"REST_NORECENTDOCSMENU","features":[111]},{"name":"REST_NOREMOTECHANGENOTIFY","features":[111]},{"name":"REST_NOREMOTERECURSIVEEVENTS","features":[111]},{"name":"REST_NORESOLVESEARCH","features":[111]},{"name":"REST_NORESOLVETRACK","features":[111]},{"name":"REST_NORUN","features":[111]},{"name":"REST_NORUNASINSTALLPROMPT","features":[111]},{"name":"REST_NOSAVESET","features":[111]},{"name":"REST_NOSECURITY","features":[111]},{"name":"REST_NOSETACTIVEDESKTOP","features":[111]},{"name":"REST_NOSETFOLDERS","features":[111]},{"name":"REST_NOSETTASKBAR","features":[111]},{"name":"REST_NOSETTINGSASSIST","features":[111]},{"name":"REST_NOSHAREDDOCUMENTS","features":[111]},{"name":"REST_NOSHELLSEARCHBUTTON","features":[111]},{"name":"REST_NOSIZECHOICE","features":[111]},{"name":"REST_NOSMBALLOONTIP","features":[111]},{"name":"REST_NOSMCONFIGUREPROGRAMS","features":[111]},{"name":"REST_NOSMEJECTPC","features":[111]},{"name":"REST_NOSMHELP","features":[111]},{"name":"REST_NOSMMFUPROGRAMS","features":[111]},{"name":"REST_NOSMMOREPROGRAMS","features":[111]},{"name":"REST_NOSMMYDOCS","features":[111]},{"name":"REST_NOSMMYMUSIC","features":[111]},{"name":"REST_NOSMMYPICS","features":[111]},{"name":"REST_NOSMNETWORKPLACES","features":[111]},{"name":"REST_NOSMPINNEDLIST","features":[111]},{"name":"REST_NOSTARTMENUSUBFOLDERS","features":[111]},{"name":"REST_NOSTARTPAGE","features":[111]},{"name":"REST_NOSTARTPANEL","features":[111]},{"name":"REST_NOSTRCMPLOGICAL","features":[111]},{"name":"REST_NOTASKGROUPING","features":[111]},{"name":"REST_NOTHEMESTAB","features":[111]},{"name":"REST_NOTHUMBNAILCACHE","features":[111]},{"name":"REST_NOTOOLBARSONTASKBAR","features":[111]},{"name":"REST_NOTRAYCONTEXTMENU","features":[111]},{"name":"REST_NOTRAYITEMSDISPLAY","features":[111]},{"name":"REST_NOUPDATEWINDOWS","features":[111]},{"name":"REST_NOUPNPINSTALL","features":[111]},{"name":"REST_NOUSERNAMEINSTARTPANEL","features":[111]},{"name":"REST_NOVIEWCONTEXTMENU","features":[111]},{"name":"REST_NOVIEWONDRIVE","features":[111]},{"name":"REST_NOVISUALSTYLECHOICE","features":[111]},{"name":"REST_NOWEB","features":[111]},{"name":"REST_NOWEBSERVICES","features":[111]},{"name":"REST_NOWEBVIEW","features":[111]},{"name":"REST_NOWELCOMESCREEN","features":[111]},{"name":"REST_NOWINKEYS","features":[111]},{"name":"REST_PROMPTRUNASINSTALLNETPATH","features":[111]},{"name":"REST_RESTRICTCPL","features":[111]},{"name":"REST_RESTRICTRUN","features":[111]},{"name":"REST_REVERTWEBVIEWSECURITY","features":[111]},{"name":"REST_RUNDLGMEMCHECKBOX","features":[111]},{"name":"REST_SEPARATEDESKTOPPROCESS","features":[111]},{"name":"REST_SETVISUALSTYLE","features":[111]},{"name":"REST_STARTBANNER","features":[111]},{"name":"REST_STARTMENULOGOFF","features":[111]},{"name":"REST_STARTRUNNOHOMEPATH","features":[111]},{"name":"ReadCabinetState","features":[3,111]},{"name":"RealDriveType","features":[3,111]},{"name":"RefreshConstants","features":[111]},{"name":"RegisterAppConstrainedChangeNotification","features":[3,111]},{"name":"RegisterAppStateChangeNotification","features":[3,111]},{"name":"RegisterScaleChangeEvent","features":[3,111]},{"name":"RegisterScaleChangeNotifications","features":[3,111]},{"name":"RemoveWindowSubclass","features":[3,111]},{"name":"ResizeThumbnail","features":[111]},{"name":"RestartDialog","features":[3,111]},{"name":"RestartDialogEx","features":[3,111]},{"name":"ReturnOnlyIfCached","features":[111]},{"name":"RevokeScaleChangeNotifications","features":[111]},{"name":"SBSC_HIDE","features":[111]},{"name":"SBSC_QUERY","features":[111]},{"name":"SBSC_SHOW","features":[111]},{"name":"SBSC_TOGGLE","features":[111]},{"name":"SBSP_ABSOLUTE","features":[111]},{"name":"SBSP_ACTIVATE_NOFOCUS","features":[111]},{"name":"SBSP_ALLOW_AUTONAVIGATE","features":[111]},{"name":"SBSP_CALLERUNTRUSTED","features":[111]},{"name":"SBSP_CREATENOHISTORY","features":[111]},{"name":"SBSP_DEFBROWSER","features":[111]},{"name":"SBSP_DEFMODE","features":[111]},{"name":"SBSP_EXPLOREMODE","features":[111]},{"name":"SBSP_FEEDNAVIGATION","features":[111]},{"name":"SBSP_HELPMODE","features":[111]},{"name":"SBSP_INITIATEDBYHLINKFRAME","features":[111]},{"name":"SBSP_KEEPSAMETEMPLATE","features":[111]},{"name":"SBSP_KEEPWORDWHEELTEXT","features":[111]},{"name":"SBSP_NAVIGATEBACK","features":[111]},{"name":"SBSP_NAVIGATEFORWARD","features":[111]},{"name":"SBSP_NEWBROWSER","features":[111]},{"name":"SBSP_NOAUTOSELECT","features":[111]},{"name":"SBSP_NOTRANSFERHIST","features":[111]},{"name":"SBSP_OPENMODE","features":[111]},{"name":"SBSP_PARENT","features":[111]},{"name":"SBSP_PLAYNOSOUND","features":[111]},{"name":"SBSP_REDIRECT","features":[111]},{"name":"SBSP_RELATIVE","features":[111]},{"name":"SBSP_SAMEBROWSER","features":[111]},{"name":"SBSP_TRUSTEDFORACTIVEX","features":[111]},{"name":"SBSP_TRUSTFIRSTDOWNLOAD","features":[111]},{"name":"SBSP_UNTRUSTEDFORDOWNLOAD","features":[111]},{"name":"SBSP_WRITENOHISTORY","features":[111]},{"name":"SCALE_CHANGE_FLAGS","features":[111]},{"name":"SCF_PHYSICAL","features":[111]},{"name":"SCF_SCALE","features":[111]},{"name":"SCF_VALUE_NONE","features":[111]},{"name":"SCHEME_CREATE","features":[111]},{"name":"SCHEME_DISPLAY","features":[111]},{"name":"SCHEME_DONOTUSE","features":[111]},{"name":"SCHEME_EDIT","features":[111]},{"name":"SCHEME_GLOBAL","features":[111]},{"name":"SCHEME_LOCAL","features":[111]},{"name":"SCHEME_REFRESH","features":[111]},{"name":"SCHEME_UPDATE","features":[111]},{"name":"SCNRT_DISABLE","features":[111]},{"name":"SCNRT_ENABLE","features":[111]},{"name":"SCNRT_STATUS","features":[111]},{"name":"SCRM_VERIFYPW","features":[111]},{"name":"SECURELOCKCODE","features":[111]},{"name":"SECURELOCK_FIRSTSUGGEST","features":[111]},{"name":"SECURELOCK_NOCHANGE","features":[111]},{"name":"SECURELOCK_SET_FORTEZZA","features":[111]},{"name":"SECURELOCK_SET_MIXED","features":[111]},{"name":"SECURELOCK_SET_SECURE128BIT","features":[111]},{"name":"SECURELOCK_SET_SECURE40BIT","features":[111]},{"name":"SECURELOCK_SET_SECURE56BIT","features":[111]},{"name":"SECURELOCK_SET_SECUREUNKNOWNBIT","features":[111]},{"name":"SECURELOCK_SET_UNSECURE","features":[111]},{"name":"SECURELOCK_SUGGEST_FORTEZZA","features":[111]},{"name":"SECURELOCK_SUGGEST_MIXED","features":[111]},{"name":"SECURELOCK_SUGGEST_SECURE128BIT","features":[111]},{"name":"SECURELOCK_SUGGEST_SECURE40BIT","features":[111]},{"name":"SECURELOCK_SUGGEST_SECURE56BIT","features":[111]},{"name":"SECURELOCK_SUGGEST_SECUREUNKNOWNBIT","features":[111]},{"name":"SECURELOCK_SUGGEST_UNSECURE","features":[111]},{"name":"SEE_MASK_ASYNCOK","features":[111]},{"name":"SEE_MASK_CLASSKEY","features":[111]},{"name":"SEE_MASK_CLASSNAME","features":[111]},{"name":"SEE_MASK_CONNECTNETDRV","features":[111]},{"name":"SEE_MASK_DEFAULT","features":[111]},{"name":"SEE_MASK_DOENVSUBST","features":[111]},{"name":"SEE_MASK_FLAG_DDEWAIT","features":[111]},{"name":"SEE_MASK_FLAG_HINST_IS_SITE","features":[111]},{"name":"SEE_MASK_FLAG_LOG_USAGE","features":[111]},{"name":"SEE_MASK_FLAG_NO_UI","features":[111]},{"name":"SEE_MASK_HMONITOR","features":[111]},{"name":"SEE_MASK_HOTKEY","features":[111]},{"name":"SEE_MASK_ICON","features":[111]},{"name":"SEE_MASK_IDLIST","features":[111]},{"name":"SEE_MASK_INVOKEIDLIST","features":[111]},{"name":"SEE_MASK_NOASYNC","features":[111]},{"name":"SEE_MASK_NOCLOSEPROCESS","features":[111]},{"name":"SEE_MASK_NOQUERYCLASSSTORE","features":[111]},{"name":"SEE_MASK_NOZONECHECKS","features":[111]},{"name":"SEE_MASK_NO_CONSOLE","features":[111]},{"name":"SEE_MASK_UNICODE","features":[111]},{"name":"SEE_MASK_WAITFORINPUTIDLE","features":[111]},{"name":"SETPROPS_NONE","features":[111]},{"name":"SE_ERR_ACCESSDENIED","features":[111]},{"name":"SE_ERR_ASSOCINCOMPLETE","features":[111]},{"name":"SE_ERR_DDEBUSY","features":[111]},{"name":"SE_ERR_DDEFAIL","features":[111]},{"name":"SE_ERR_DDETIMEOUT","features":[111]},{"name":"SE_ERR_DLLNOTFOUND","features":[111]},{"name":"SE_ERR_FNF","features":[111]},{"name":"SE_ERR_NOASSOC","features":[111]},{"name":"SE_ERR_OOM","features":[111]},{"name":"SE_ERR_PNF","features":[111]},{"name":"SE_ERR_SHARE","features":[111]},{"name":"SFBID_PIDLCHANGED","features":[111]},{"name":"SFBS_FLAGS","features":[111]},{"name":"SFBS_FLAGS_ROUND_TO_NEAREST_DISPLAYED_DIGIT","features":[111]},{"name":"SFBS_FLAGS_TRUNCATE_UNDISPLAYED_DECIMAL_DIGITS","features":[111]},{"name":"SFVM_ADDOBJECT","features":[111]},{"name":"SFVM_ADDPROPERTYPAGES","features":[111]},{"name":"SFVM_BACKGROUNDENUM","features":[111]},{"name":"SFVM_BACKGROUNDENUMDONE","features":[111]},{"name":"SFVM_COLUMNCLICK","features":[111]},{"name":"SFVM_DEFITEMCOUNT","features":[111]},{"name":"SFVM_DEFVIEWMODE","features":[111]},{"name":"SFVM_DIDDRAGDROP","features":[111]},{"name":"SFVM_FSNOTIFY","features":[111]},{"name":"SFVM_GETANIMATION","features":[111]},{"name":"SFVM_GETBUTTONINFO","features":[111]},{"name":"SFVM_GETBUTTONS","features":[111]},{"name":"SFVM_GETDETAILSOF","features":[111]},{"name":"SFVM_GETHELPTEXT","features":[111]},{"name":"SFVM_GETHELPTOPIC","features":[111]},{"name":"SFVM_GETNOTIFY","features":[111]},{"name":"SFVM_GETPANE","features":[111]},{"name":"SFVM_GETSELECTEDOBJECTS","features":[111]},{"name":"SFVM_GETSORTDEFAULTS","features":[111]},{"name":"SFVM_GETTOOLTIPTEXT","features":[111]},{"name":"SFVM_GETZONE","features":[111]},{"name":"SFVM_HELPTOPIC_DATA","features":[111]},{"name":"SFVM_INITMENUPOPUP","features":[111]},{"name":"SFVM_INVOKECOMMAND","features":[111]},{"name":"SFVM_MERGEMENU","features":[111]},{"name":"SFVM_MESSAGE_ID","features":[111]},{"name":"SFVM_PROPPAGE_DATA","features":[3,42,111]},{"name":"SFVM_QUERYFSNOTIFY","features":[111]},{"name":"SFVM_REARRANGE","features":[111]},{"name":"SFVM_REMOVEOBJECT","features":[111]},{"name":"SFVM_SETCLIPBOARD","features":[111]},{"name":"SFVM_SETISFV","features":[111]},{"name":"SFVM_SETITEMPOS","features":[111]},{"name":"SFVM_SETPOINTS","features":[111]},{"name":"SFVM_SIZE","features":[111]},{"name":"SFVM_THISIDLIST","features":[111]},{"name":"SFVM_UNMERGEMENU","features":[111]},{"name":"SFVM_UPDATEOBJECT","features":[111]},{"name":"SFVM_UPDATESTATUSBAR","features":[111]},{"name":"SFVM_WINDOWCREATED","features":[111]},{"name":"SFVSOC_INVALIDATE_ALL","features":[111]},{"name":"SFVSOC_NOSCROLL","features":[111]},{"name":"SFVS_SELECT","features":[111]},{"name":"SFVS_SELECT_ALLITEMS","features":[111]},{"name":"SFVS_SELECT_INVERT","features":[111]},{"name":"SFVS_SELECT_NONE","features":[111]},{"name":"SFVVO_DESKTOPHTML","features":[111]},{"name":"SFVVO_DOUBLECLICKINWEBVIEW","features":[111]},{"name":"SFVVO_SHOWALLOBJECTS","features":[111]},{"name":"SFVVO_SHOWCOMPCOLOR","features":[111]},{"name":"SFVVO_SHOWEXTENSIONS","features":[111]},{"name":"SFVVO_SHOWSYSFILES","features":[111]},{"name":"SFVVO_WIN95CLASSIC","features":[111]},{"name":"SFV_CREATE","features":[111]},{"name":"SFV_SETITEMPOS","features":[3,220]},{"name":"SHACF_AUTOAPPEND_FORCE_OFF","features":[111]},{"name":"SHACF_AUTOAPPEND_FORCE_ON","features":[111]},{"name":"SHACF_AUTOSUGGEST_FORCE_OFF","features":[111]},{"name":"SHACF_AUTOSUGGEST_FORCE_ON","features":[111]},{"name":"SHACF_DEFAULT","features":[111]},{"name":"SHACF_FILESYSTEM","features":[111]},{"name":"SHACF_FILESYS_DIRS","features":[111]},{"name":"SHACF_FILESYS_ONLY","features":[111]},{"name":"SHACF_URLALL","features":[111]},{"name":"SHACF_URLHISTORY","features":[111]},{"name":"SHACF_URLMRU","features":[111]},{"name":"SHACF_USETAB","features":[111]},{"name":"SHACF_VIRTUAL_NAMESPACE","features":[111]},{"name":"SHARD","features":[111]},{"name":"SHARDAPPIDINFO","features":[111]},{"name":"SHARDAPPIDINFOIDLIST","features":[220]},{"name":"SHARDAPPIDINFOLINK","features":[111]},{"name":"SHARD_APPIDINFO","features":[111]},{"name":"SHARD_APPIDINFOIDLIST","features":[111]},{"name":"SHARD_APPIDINFOLINK","features":[111]},{"name":"SHARD_LINK","features":[111]},{"name":"SHARD_PATHA","features":[111]},{"name":"SHARD_PATHW","features":[111]},{"name":"SHARD_PIDL","features":[111]},{"name":"SHARD_SHELLITEM","features":[111]},{"name":"SHARE_ROLE","features":[111]},{"name":"SHARE_ROLE_CONTRIBUTOR","features":[111]},{"name":"SHARE_ROLE_CO_OWNER","features":[111]},{"name":"SHARE_ROLE_CUSTOM","features":[111]},{"name":"SHARE_ROLE_INVALID","features":[111]},{"name":"SHARE_ROLE_MIXED","features":[111]},{"name":"SHARE_ROLE_OWNER","features":[111]},{"name":"SHARE_ROLE_READER","features":[111]},{"name":"SHAddFromPropSheetExtArray","features":[3,42,111]},{"name":"SHAddToRecentDocs","features":[111]},{"name":"SHAlloc","features":[111]},{"name":"SHAllocShared","features":[3,111]},{"name":"SHAnsiToAnsi","features":[111]},{"name":"SHAnsiToUnicode","features":[111]},{"name":"SHAppBarMessage","features":[3,111]},{"name":"SHAssocEnumHandlers","features":[111]},{"name":"SHAssocEnumHandlersForProtocolByApplication","features":[111]},{"name":"SHAutoComplete","features":[3,111]},{"name":"SHBindToFolderIDListParent","features":[220]},{"name":"SHBindToFolderIDListParentEx","features":[220]},{"name":"SHBindToObject","features":[220]},{"name":"SHBindToParent","features":[220]},{"name":"SHBrowseForFolderA","features":[3,220]},{"name":"SHBrowseForFolderW","features":[3,220]},{"name":"SHCDF_UPDATEITEM","features":[111]},{"name":"SHCIDS_ALLFIELDS","features":[111]},{"name":"SHCIDS_BITMASK","features":[111]},{"name":"SHCIDS_CANONICALONLY","features":[111]},{"name":"SHCIDS_COLUMNMASK","features":[111]},{"name":"SHCLSIDFromString","features":[111]},{"name":"SHCNEE_MSI_CHANGE","features":[111]},{"name":"SHCNEE_MSI_UNINSTALL","features":[111]},{"name":"SHCNEE_ORDERCHANGED","features":[111]},{"name":"SHCNE_ALLEVENTS","features":[111]},{"name":"SHCNE_ASSOCCHANGED","features":[111]},{"name":"SHCNE_ATTRIBUTES","features":[111]},{"name":"SHCNE_CREATE","features":[111]},{"name":"SHCNE_DELETE","features":[111]},{"name":"SHCNE_DISKEVENTS","features":[111]},{"name":"SHCNE_DRIVEADD","features":[111]},{"name":"SHCNE_DRIVEADDGUI","features":[111]},{"name":"SHCNE_DRIVEREMOVED","features":[111]},{"name":"SHCNE_EXTENDED_EVENT","features":[111]},{"name":"SHCNE_FREESPACE","features":[111]},{"name":"SHCNE_GLOBALEVENTS","features":[111]},{"name":"SHCNE_ID","features":[111]},{"name":"SHCNE_INTERRUPT","features":[111]},{"name":"SHCNE_MEDIAINSERTED","features":[111]},{"name":"SHCNE_MEDIAREMOVED","features":[111]},{"name":"SHCNE_MKDIR","features":[111]},{"name":"SHCNE_NETSHARE","features":[111]},{"name":"SHCNE_NETUNSHARE","features":[111]},{"name":"SHCNE_RENAMEFOLDER","features":[111]},{"name":"SHCNE_RENAMEITEM","features":[111]},{"name":"SHCNE_RMDIR","features":[111]},{"name":"SHCNE_SERVERDISCONNECT","features":[111]},{"name":"SHCNE_UPDATEDIR","features":[111]},{"name":"SHCNE_UPDATEIMAGE","features":[111]},{"name":"SHCNE_UPDATEITEM","features":[111]},{"name":"SHCNF_DWORD","features":[111]},{"name":"SHCNF_FLAGS","features":[111]},{"name":"SHCNF_FLUSH","features":[111]},{"name":"SHCNF_FLUSHNOWAIT","features":[111]},{"name":"SHCNF_IDLIST","features":[111]},{"name":"SHCNF_NOTIFYRECURSIVE","features":[111]},{"name":"SHCNF_PATH","features":[111]},{"name":"SHCNF_PATHA","features":[111]},{"name":"SHCNF_PATHW","features":[111]},{"name":"SHCNF_PRINTER","features":[111]},{"name":"SHCNF_PRINTERA","features":[111]},{"name":"SHCNF_PRINTERW","features":[111]},{"name":"SHCNF_TYPE","features":[111]},{"name":"SHCNRF_InterruptLevel","features":[111]},{"name":"SHCNRF_NewDelivery","features":[111]},{"name":"SHCNRF_RecursiveInterrupt","features":[111]},{"name":"SHCNRF_SOURCE","features":[111]},{"name":"SHCNRF_ShellLevel","features":[111]},{"name":"SHCOLUMNDATA","features":[111]},{"name":"SHCOLUMNINFO","features":[44,62]},{"name":"SHCOLUMNINIT","features":[111]},{"name":"SHCONTF_CHECKING_FOR_CHILDREN","features":[111]},{"name":"SHCONTF_ENABLE_ASYNC","features":[111]},{"name":"SHCONTF_FASTITEMS","features":[111]},{"name":"SHCONTF_FLATLIST","features":[111]},{"name":"SHCONTF_FOLDERS","features":[111]},{"name":"SHCONTF_INCLUDEHIDDEN","features":[111]},{"name":"SHCONTF_INCLUDESUPERHIDDEN","features":[111]},{"name":"SHCONTF_INIT_ON_FIRST_NEXT","features":[111]},{"name":"SHCONTF_NAVIGATION_ENUM","features":[111]},{"name":"SHCONTF_NETPRINTERSRCH","features":[111]},{"name":"SHCONTF_NONFOLDERS","features":[111]},{"name":"SHCONTF_SHAREABLE","features":[111]},{"name":"SHCONTF_STORAGE","features":[111]},{"name":"SHCREATEPROCESSINFOW","features":[3,6,39,111]},{"name":"SHCREATEPROCESSINFOW","features":[3,6,39,111]},{"name":"SHC_E_SHELL_COMPONENT_STARTUP_FAILURE","features":[111]},{"name":"SHChangeDWORDAsIDList","features":[111]},{"name":"SHChangeNotification_Lock","features":[3,220]},{"name":"SHChangeNotification_Unlock","features":[3,111]},{"name":"SHChangeNotify","features":[111]},{"name":"SHChangeNotifyDeregister","features":[3,111]},{"name":"SHChangeNotifyEntry","features":[3,220]},{"name":"SHChangeNotifyRegister","features":[3,220]},{"name":"SHChangeNotifyRegisterThread","features":[111]},{"name":"SHChangeProductKeyAsIDList","features":[111]},{"name":"SHChangeUpdateImageIDList","features":[111]},{"name":"SHCloneSpecialIDList","features":[3,220]},{"name":"SHCoCreateInstance","features":[111]},{"name":"SHCopyKeyA","features":[3,51,111]},{"name":"SHCopyKeyW","features":[3,51,111]},{"name":"SHCreateAssociationRegistration","features":[111]},{"name":"SHCreateDataObject","features":[220]},{"name":"SHCreateDefaultContextMenu","features":[3,51,220]},{"name":"SHCreateDefaultExtractIcon","features":[111]},{"name":"SHCreateDefaultPropertiesOp","features":[111]},{"name":"SHCreateDirectory","features":[3,111]},{"name":"SHCreateDirectoryExA","features":[3,6,111]},{"name":"SHCreateDirectoryExW","features":[3,6,111]},{"name":"SHCreateFileExtractIconW","features":[111]},{"name":"SHCreateItemFromIDList","features":[220]},{"name":"SHCreateItemFromParsingName","features":[111]},{"name":"SHCreateItemFromRelativeName","features":[111]},{"name":"SHCreateItemInKnownFolder","features":[111]},{"name":"SHCreateItemWithParent","features":[220]},{"name":"SHCreateMemStream","features":[111]},{"name":"SHCreateProcessAsUserW","features":[3,6,39,111]},{"name":"SHCreatePropSheetExtArray","features":[51,111]},{"name":"SHCreateQueryCancelAutoPlayMoniker","features":[111]},{"name":"SHCreateShellFolderView","features":[111]},{"name":"SHCreateShellFolderViewEx","features":[3,220]},{"name":"SHCreateShellItem","features":[220]},{"name":"SHCreateShellItemArray","features":[220]},{"name":"SHCreateShellItemArrayFromDataObject","features":[111]},{"name":"SHCreateShellItemArrayFromIDLists","features":[220]},{"name":"SHCreateShellItemArrayFromShellItem","features":[111]},{"name":"SHCreateShellPalette","features":[14,111]},{"name":"SHCreateStdEnumFmtEtc","features":[43,111]},{"name":"SHCreateStreamOnFileA","features":[111]},{"name":"SHCreateStreamOnFileEx","features":[3,111]},{"name":"SHCreateStreamOnFileW","features":[111]},{"name":"SHCreateThread","features":[3,39,111]},{"name":"SHCreateThreadRef","features":[111]},{"name":"SHCreateThreadWithHandle","features":[3,39,111]},{"name":"SHDESCRIPTIONID","features":[111]},{"name":"SHDID_COMPUTER_AUDIO","features":[111]},{"name":"SHDID_COMPUTER_CDROM","features":[111]},{"name":"SHDID_COMPUTER_DRIVE35","features":[111]},{"name":"SHDID_COMPUTER_DRIVE525","features":[111]},{"name":"SHDID_COMPUTER_FIXED","features":[111]},{"name":"SHDID_COMPUTER_IMAGING","features":[111]},{"name":"SHDID_COMPUTER_NETDRIVE","features":[111]},{"name":"SHDID_COMPUTER_OTHER","features":[111]},{"name":"SHDID_COMPUTER_RAMDISK","features":[111]},{"name":"SHDID_COMPUTER_REMOVABLE","features":[111]},{"name":"SHDID_COMPUTER_SHAREDDOCS","features":[111]},{"name":"SHDID_FS_DIRECTORY","features":[111]},{"name":"SHDID_FS_FILE","features":[111]},{"name":"SHDID_FS_OTHER","features":[111]},{"name":"SHDID_ID","features":[111]},{"name":"SHDID_MOBILE_DEVICE","features":[111]},{"name":"SHDID_NET_DOMAIN","features":[111]},{"name":"SHDID_NET_OTHER","features":[111]},{"name":"SHDID_NET_RESTOFNET","features":[111]},{"name":"SHDID_NET_SERVER","features":[111]},{"name":"SHDID_NET_SHARE","features":[111]},{"name":"SHDID_REMOTE_DESKTOP_DRIVE","features":[111]},{"name":"SHDID_ROOT_REGITEM","features":[111]},{"name":"SHDRAGIMAGE","features":[3,14,111]},{"name":"SHDefExtractIconA","features":[111,52]},{"name":"SHDefExtractIconW","features":[111,52]},{"name":"SHDeleteEmptyKeyA","features":[3,51,111]},{"name":"SHDeleteEmptyKeyW","features":[3,51,111]},{"name":"SHDeleteKeyA","features":[3,51,111]},{"name":"SHDeleteKeyW","features":[3,51,111]},{"name":"SHDeleteValueA","features":[3,51,111]},{"name":"SHDeleteValueW","features":[3,51,111]},{"name":"SHDestroyPropSheetExtArray","features":[111]},{"name":"SHDoDragDrop","features":[3,158,111]},{"name":"SHELLBROWSERSHOWCONTROL","features":[111]},{"name":"SHELLEXECUTEINFOA","features":[3,51,111]},{"name":"SHELLEXECUTEINFOA","features":[3,51,111]},{"name":"SHELLEXECUTEINFOW","features":[3,51,111]},{"name":"SHELLEXECUTEINFOW","features":[3,51,111]},{"name":"SHELLFLAGSTATE","features":[111]},{"name":"SHELLSTATEA","features":[111]},{"name":"SHELLSTATEVERSION_IE4","features":[111]},{"name":"SHELLSTATEVERSION_WIN2K","features":[111]},{"name":"SHELLSTATEW","features":[111]},{"name":"SHELL_AUTOCOMPLETE_FLAGS","features":[111]},{"name":"SHELL_E_WRONG_BITDEPTH","features":[111]},{"name":"SHELL_ITEM_RESOURCE","features":[111]},{"name":"SHELL_LINK_DATA_FLAGS","features":[111]},{"name":"SHELL_UI_COMPONENT","features":[111]},{"name":"SHELL_UI_COMPONENT_DESKBAND","features":[111]},{"name":"SHELL_UI_COMPONENT_NOTIFICATIONAREA","features":[111]},{"name":"SHELL_UI_COMPONENT_TASKBARS","features":[111]},{"name":"SHERB_NOCONFIRMATION","features":[111]},{"name":"SHERB_NOPROGRESSUI","features":[111]},{"name":"SHERB_NOSOUND","features":[111]},{"name":"SHEmptyRecycleBinA","features":[3,111]},{"name":"SHEmptyRecycleBinW","features":[3,111]},{"name":"SHEnumKeyExA","features":[3,51,111]},{"name":"SHEnumKeyExW","features":[3,51,111]},{"name":"SHEnumValueA","features":[3,51,111]},{"name":"SHEnumValueW","features":[3,51,111]},{"name":"SHEnumerateUnreadMailAccountsW","features":[51,111]},{"name":"SHEvaluateSystemCommandTemplate","features":[111]},{"name":"SHFILEINFOA","features":[111,52]},{"name":"SHFILEINFOA","features":[111,52]},{"name":"SHFILEINFOW","features":[111,52]},{"name":"SHFILEINFOW","features":[111,52]},{"name":"SHFILEOPSTRUCTA","features":[3,111]},{"name":"SHFILEOPSTRUCTA","features":[3,111]},{"name":"SHFILEOPSTRUCTW","features":[3,111]},{"name":"SHFILEOPSTRUCTW","features":[3,111]},{"name":"SHFMT_CANCEL","features":[111]},{"name":"SHFMT_ERROR","features":[111]},{"name":"SHFMT_ID","features":[111]},{"name":"SHFMT_ID_DEFAULT","features":[111]},{"name":"SHFMT_NOFORMAT","features":[111]},{"name":"SHFMT_OPT","features":[111]},{"name":"SHFMT_OPT_FULL","features":[111]},{"name":"SHFMT_OPT_NONE","features":[111]},{"name":"SHFMT_OPT_SYSONLY","features":[111]},{"name":"SHFMT_RET","features":[111]},{"name":"SHFOLDERCUSTOMSETTINGS","features":[111]},{"name":"SHFileOperationA","features":[3,111]},{"name":"SHFileOperationW","features":[3,111]},{"name":"SHFindFiles","features":[3,220]},{"name":"SHFind_InitMenuPopup","features":[3,111,52]},{"name":"SHFlushSFCache","features":[111]},{"name":"SHFormatDateTimeA","features":[3,111]},{"name":"SHFormatDateTimeW","features":[3,111]},{"name":"SHFormatDrive","features":[3,111]},{"name":"SHFree","features":[111]},{"name":"SHFreeNameMappings","features":[3,111]},{"name":"SHFreeShared","features":[3,111]},{"name":"SHGDFIL_DESCRIPTIONID","features":[111]},{"name":"SHGDFIL_FINDDATA","features":[111]},{"name":"SHGDFIL_FORMAT","features":[111]},{"name":"SHGDFIL_NETRESOURCE","features":[111]},{"name":"SHGDNF","features":[111]},{"name":"SHGDN_FORADDRESSBAR","features":[111]},{"name":"SHGDN_FOREDITING","features":[111]},{"name":"SHGDN_FORPARSING","features":[111]},{"name":"SHGDN_INFOLDER","features":[111]},{"name":"SHGDN_NORMAL","features":[111]},{"name":"SHGFI_ADDOVERLAYS","features":[111]},{"name":"SHGFI_ATTRIBUTES","features":[111]},{"name":"SHGFI_ATTR_SPECIFIED","features":[111]},{"name":"SHGFI_DISPLAYNAME","features":[111]},{"name":"SHGFI_EXETYPE","features":[111]},{"name":"SHGFI_FLAGS","features":[111]},{"name":"SHGFI_ICON","features":[111]},{"name":"SHGFI_ICONLOCATION","features":[111]},{"name":"SHGFI_LARGEICON","features":[111]},{"name":"SHGFI_LINKOVERLAY","features":[111]},{"name":"SHGFI_OPENICON","features":[111]},{"name":"SHGFI_OVERLAYINDEX","features":[111]},{"name":"SHGFI_PIDL","features":[111]},{"name":"SHGFI_SELECTED","features":[111]},{"name":"SHGFI_SHELLICONSIZE","features":[111]},{"name":"SHGFI_SMALLICON","features":[111]},{"name":"SHGFI_SYSICONINDEX","features":[111]},{"name":"SHGFI_TYPENAME","features":[111]},{"name":"SHGFI_USEFILEATTRIBUTES","features":[111]},{"name":"SHGFP_TYPE","features":[111]},{"name":"SHGFP_TYPE_CURRENT","features":[111]},{"name":"SHGFP_TYPE_DEFAULT","features":[111]},{"name":"SHGLOBALCOUNTER","features":[111]},{"name":"SHGNLI_NOLNK","features":[111]},{"name":"SHGNLI_NOLOCNAME","features":[111]},{"name":"SHGNLI_NOUNIQUE","features":[111]},{"name":"SHGNLI_PIDL","features":[111]},{"name":"SHGNLI_PREFIXNAME","features":[111]},{"name":"SHGNLI_USEURLEXT","features":[111]},{"name":"SHGSI_FLAGS","features":[111]},{"name":"SHGSI_ICON","features":[111]},{"name":"SHGSI_ICONLOCATION","features":[111]},{"name":"SHGSI_LARGEICON","features":[111]},{"name":"SHGSI_LINKOVERLAY","features":[111]},{"name":"SHGSI_SELECTED","features":[111]},{"name":"SHGSI_SHELLICONSIZE","features":[111]},{"name":"SHGSI_SMALLICON","features":[111]},{"name":"SHGSI_SYSICONINDEX","features":[111]},{"name":"SHGVSPB_ALLFOLDERS","features":[111]},{"name":"SHGVSPB_ALLUSERS","features":[111]},{"name":"SHGVSPB_INHERIT","features":[111]},{"name":"SHGVSPB_NOAUTODEFAULTS","features":[111]},{"name":"SHGVSPB_PERFOLDER","features":[111]},{"name":"SHGVSPB_PERUSER","features":[111]},{"name":"SHGVSPB_ROAM","features":[111]},{"name":"SHGetAttributesFromDataObject","features":[111]},{"name":"SHGetDataFromIDListA","features":[220]},{"name":"SHGetDataFromIDListW","features":[220]},{"name":"SHGetDesktopFolder","features":[111]},{"name":"SHGetDiskFreeSpaceExA","features":[3,111]},{"name":"SHGetDiskFreeSpaceExW","features":[3,111]},{"name":"SHGetDriveMedia","features":[111]},{"name":"SHGetFileInfoA","features":[23,111,52]},{"name":"SHGetFileInfoW","features":[23,111,52]},{"name":"SHGetFolderLocation","features":[3,220]},{"name":"SHGetFolderPathA","features":[3,111]},{"name":"SHGetFolderPathAndSubDirA","features":[3,111]},{"name":"SHGetFolderPathAndSubDirW","features":[3,111]},{"name":"SHGetFolderPathW","features":[3,111]},{"name":"SHGetIDListFromObject","features":[220]},{"name":"SHGetIconOverlayIndexA","features":[111]},{"name":"SHGetIconOverlayIndexW","features":[111]},{"name":"SHGetImageList","features":[111]},{"name":"SHGetInstanceExplorer","features":[111]},{"name":"SHGetInverseCMAP","features":[111]},{"name":"SHGetItemFromDataObject","features":[111]},{"name":"SHGetItemFromObject","features":[111]},{"name":"SHGetKnownFolderIDList","features":[3,220]},{"name":"SHGetKnownFolderItem","features":[3,111]},{"name":"SHGetKnownFolderPath","features":[3,111]},{"name":"SHGetLocalizedName","features":[111]},{"name":"SHGetMalloc","features":[111]},{"name":"SHGetNameFromIDList","features":[220]},{"name":"SHGetNewLinkInfoA","features":[3,111]},{"name":"SHGetNewLinkInfoW","features":[3,111]},{"name":"SHGetPathFromIDListA","features":[3,220]},{"name":"SHGetPathFromIDListEx","features":[3,220]},{"name":"SHGetPathFromIDListW","features":[3,220]},{"name":"SHGetRealIDL","features":[220]},{"name":"SHGetSetFolderCustomSettings","features":[111]},{"name":"SHGetSetSettings","features":[3,111]},{"name":"SHGetSettings","features":[111]},{"name":"SHGetSpecialFolderLocation","features":[3,220]},{"name":"SHGetSpecialFolderPathA","features":[3,111]},{"name":"SHGetSpecialFolderPathW","features":[3,111]},{"name":"SHGetStockIconInfo","features":[111,52]},{"name":"SHGetTemporaryPropertyForItem","features":[3,65,44,62]},{"name":"SHGetThreadRef","features":[111]},{"name":"SHGetUnreadMailCountW","features":[3,51,111]},{"name":"SHGetValueA","features":[3,51,111]},{"name":"SHGetValueW","features":[3,51,111]},{"name":"SHGetViewStatePropertyBag","features":[220]},{"name":"SHGlobalCounterDecrement","features":[111]},{"name":"SHGlobalCounterGetValue","features":[111]},{"name":"SHGlobalCounterIncrement","features":[111]},{"name":"SHHLNF_NOAUTOSELECT","features":[111]},{"name":"SHHLNF_WRITENOHISTORY","features":[111]},{"name":"SHHandleUpdateImage","features":[220]},{"name":"SHILCreateFromPath","features":[220]},{"name":"SHIL_EXTRALARGE","features":[111]},{"name":"SHIL_JUMBO","features":[111]},{"name":"SHIL_LARGE","features":[111]},{"name":"SHIL_LAST","features":[111]},{"name":"SHIL_SMALL","features":[111]},{"name":"SHIL_SYSSMALL","features":[111]},{"name":"SHIMGDEC_DEFAULT","features":[111]},{"name":"SHIMGDEC_LOADFULL","features":[111]},{"name":"SHIMGDEC_THUMBNAIL","features":[111]},{"name":"SHIMGKEY_QUALITY","features":[111]},{"name":"SHIMGKEY_RAWFORMAT","features":[111]},{"name":"SHIMSTCAPFLAG_LOCKABLE","features":[111]},{"name":"SHIMSTCAPFLAG_PURGEABLE","features":[111]},{"name":"SHInvokePrinterCommandA","features":[3,111]},{"name":"SHInvokePrinterCommandW","features":[3,111]},{"name":"SHIsFileAvailableOffline","features":[111]},{"name":"SHIsLowMemoryMachine","features":[3,111]},{"name":"SHLimitInputEdit","features":[3,111]},{"name":"SHLoadInProc","features":[111]},{"name":"SHLoadIndirectString","features":[111]},{"name":"SHLoadNonloadedIconOverlayIdentifiers","features":[111]},{"name":"SHLockShared","features":[3,111]},{"name":"SHMapPIDLToSystemImageListIndex","features":[220]},{"name":"SHMessageBoxCheckA","features":[3,111]},{"name":"SHMessageBoxCheckW","features":[3,111]},{"name":"SHMultiFileProperties","features":[111]},{"name":"SHNAMEMAPPINGA","features":[111]},{"name":"SHNAMEMAPPINGA","features":[111]},{"name":"SHNAMEMAPPINGW","features":[111]},{"name":"SHNAMEMAPPINGW","features":[111]},{"name":"SHOP_FILEPATH","features":[111]},{"name":"SHOP_PRINTERNAME","features":[111]},{"name":"SHOP_TYPE","features":[111]},{"name":"SHOP_VOLUMEGUID","features":[111]},{"name":"SHObjectProperties","features":[3,111]},{"name":"SHOpenFolderAndSelectItems","features":[220]},{"name":"SHOpenPropSheetW","features":[3,51,111]},{"name":"SHOpenRegStream2A","features":[51,111]},{"name":"SHOpenRegStream2W","features":[51,111]},{"name":"SHOpenRegStreamA","features":[51,111]},{"name":"SHOpenRegStreamW","features":[51,111]},{"name":"SHOpenWithDialog","features":[3,111]},{"name":"SHPPFW_ASKDIRCREATE","features":[111]},{"name":"SHPPFW_DIRCREATE","features":[111]},{"name":"SHPPFW_IGNOREFILENAME","features":[111]},{"name":"SHPPFW_MEDIACHECKONLY","features":[111]},{"name":"SHPPFW_NONE","features":[111]},{"name":"SHPPFW_NOWRITECHECK","features":[111]},{"name":"SHPWHF_ANYLOCATION","features":[111]},{"name":"SHPWHF_NOFILESELECTOR","features":[111]},{"name":"SHPWHF_NONETPLACECREATE","features":[111]},{"name":"SHPWHF_NORECOMPRESS","features":[111]},{"name":"SHPWHF_USEMRU","features":[111]},{"name":"SHPWHF_VALIDATEVIAWEBFOLDERS","features":[111]},{"name":"SHParseDisplayName","features":[220]},{"name":"SHPathPrepareForWriteA","features":[3,111]},{"name":"SHPathPrepareForWriteW","features":[3,111]},{"name":"SHQUERYRBINFO","features":[111]},{"name":"SHQUERYRBINFO","features":[111]},{"name":"SHQueryInfoKeyA","features":[3,51,111]},{"name":"SHQueryInfoKeyW","features":[3,51,111]},{"name":"SHQueryRecycleBinA","features":[111]},{"name":"SHQueryRecycleBinW","features":[111]},{"name":"SHQueryUserNotificationState","features":[111]},{"name":"SHQueryValueExA","features":[3,51,111]},{"name":"SHQueryValueExW","features":[3,51,111]},{"name":"SHREGDEL_BOTH","features":[111]},{"name":"SHREGDEL_DEFAULT","features":[111]},{"name":"SHREGDEL_FLAGS","features":[111]},{"name":"SHREGDEL_HKCU","features":[111]},{"name":"SHREGDEL_HKLM","features":[111]},{"name":"SHREGENUM_BOTH","features":[111]},{"name":"SHREGENUM_DEFAULT","features":[111]},{"name":"SHREGENUM_FLAGS","features":[111]},{"name":"SHREGENUM_HKCU","features":[111]},{"name":"SHREGENUM_HKLM","features":[111]},{"name":"SHREGSET_FORCE_HKCU","features":[111]},{"name":"SHREGSET_FORCE_HKLM","features":[111]},{"name":"SHREGSET_HKCU","features":[111]},{"name":"SHREGSET_HKLM","features":[111]},{"name":"SHRegCloseUSKey","features":[3,111]},{"name":"SHRegCreateUSKeyA","features":[3,111]},{"name":"SHRegCreateUSKeyW","features":[3,111]},{"name":"SHRegDeleteEmptyUSKeyA","features":[3,111]},{"name":"SHRegDeleteEmptyUSKeyW","features":[3,111]},{"name":"SHRegDeleteUSValueA","features":[3,111]},{"name":"SHRegDeleteUSValueW","features":[3,111]},{"name":"SHRegDuplicateHKey","features":[51,111]},{"name":"SHRegEnumUSKeyA","features":[3,111]},{"name":"SHRegEnumUSKeyW","features":[3,111]},{"name":"SHRegEnumUSValueA","features":[3,111]},{"name":"SHRegEnumUSValueW","features":[3,111]},{"name":"SHRegGetBoolUSValueA","features":[3,111]},{"name":"SHRegGetBoolUSValueW","features":[3,111]},{"name":"SHRegGetIntW","features":[51,111]},{"name":"SHRegGetPathA","features":[3,51,111]},{"name":"SHRegGetPathW","features":[3,51,111]},{"name":"SHRegGetUSValueA","features":[3,111]},{"name":"SHRegGetUSValueW","features":[3,111]},{"name":"SHRegGetValueA","features":[3,51,111]},{"name":"SHRegGetValueFromHKCUHKLM","features":[3,111]},{"name":"SHRegGetValueW","features":[3,51,111]},{"name":"SHRegOpenUSKeyA","features":[3,111]},{"name":"SHRegOpenUSKeyW","features":[3,111]},{"name":"SHRegQueryInfoUSKeyA","features":[3,111]},{"name":"SHRegQueryInfoUSKeyW","features":[3,111]},{"name":"SHRegQueryUSValueA","features":[3,111]},{"name":"SHRegQueryUSValueW","features":[3,111]},{"name":"SHRegSetPathA","features":[3,51,111]},{"name":"SHRegSetPathW","features":[3,51,111]},{"name":"SHRegSetUSValueA","features":[3,111]},{"name":"SHRegSetUSValueW","features":[3,111]},{"name":"SHRegWriteUSValueA","features":[3,111]},{"name":"SHRegWriteUSValueW","features":[3,111]},{"name":"SHReleaseThreadRef","features":[111]},{"name":"SHRemoveLocalizedName","features":[111]},{"name":"SHReplaceFromPropSheetExtArray","features":[3,42,111]},{"name":"SHResolveLibrary","features":[111]},{"name":"SHRestricted","features":[111]},{"name":"SHSTOCKICONID","features":[111]},{"name":"SHSTOCKICONINFO","features":[111,52]},{"name":"SHSTOCKICONINFO","features":[111,52]},{"name":"SHSendMessageBroadcastA","features":[3,111]},{"name":"SHSendMessageBroadcastW","features":[3,111]},{"name":"SHSetDefaultProperties","features":[3,111]},{"name":"SHSetFolderPathA","features":[3,111]},{"name":"SHSetFolderPathW","features":[3,111]},{"name":"SHSetInstanceExplorer","features":[111]},{"name":"SHSetKnownFolderPath","features":[3,111]},{"name":"SHSetLocalizedName","features":[111]},{"name":"SHSetTemporaryPropertyForItem","features":[3,65,44,62]},{"name":"SHSetThreadRef","features":[111]},{"name":"SHSetUnreadMailCountW","features":[111]},{"name":"SHSetValueA","features":[51,111]},{"name":"SHSetValueW","features":[51,111]},{"name":"SHShellFolderView_Message","features":[3,111]},{"name":"SHShowManageLibraryUI","features":[3,111]},{"name":"SHSimpleIDListFromPath","features":[220]},{"name":"SHSkipJunction","features":[3,111]},{"name":"SHStartNetConnectionDialogW","features":[3,111]},{"name":"SHStrDupA","features":[111]},{"name":"SHStrDupW","features":[111]},{"name":"SHStripMneumonicA","features":[111]},{"name":"SHStripMneumonicW","features":[111]},{"name":"SHTestTokenMembership","features":[3,111]},{"name":"SHUnicodeToAnsi","features":[111]},{"name":"SHUnicodeToUnicode","features":[111]},{"name":"SHUnlockShared","features":[3,111]},{"name":"SHUpdateImageA","features":[111]},{"name":"SHUpdateImageW","features":[111]},{"name":"SHValidateUNC","features":[3,111]},{"name":"SIATTRIBFLAGS","features":[111]},{"name":"SIATTRIBFLAGS_ALLITEMS","features":[111]},{"name":"SIATTRIBFLAGS_AND","features":[111]},{"name":"SIATTRIBFLAGS_APPCOMPAT","features":[111]},{"name":"SIATTRIBFLAGS_MASK","features":[111]},{"name":"SIATTRIBFLAGS_OR","features":[111]},{"name":"SICHINT_ALLFIELDS","features":[111]},{"name":"SICHINT_CANONICAL","features":[111]},{"name":"SICHINT_DISPLAY","features":[111]},{"name":"SICHINT_TEST_FILESYSPATH_IF_NOT_EQUAL","features":[111]},{"name":"SID_CommandsPropertyBag","features":[111]},{"name":"SID_CtxQueryAssociations","features":[111]},{"name":"SID_DefView","features":[111]},{"name":"SID_LaunchSourceAppUserModelId","features":[111]},{"name":"SID_LaunchSourceViewSizePreference","features":[111]},{"name":"SID_LaunchTargetViewSizePreference","features":[111]},{"name":"SID_MenuShellFolder","features":[111]},{"name":"SID_SCommDlgBrowser","features":[111]},{"name":"SID_SCommandBarState","features":[111]},{"name":"SID_SGetViewFromViewDual","features":[111]},{"name":"SID_SInPlaceBrowser","features":[111]},{"name":"SID_SMenuBandBKContextMenu","features":[111]},{"name":"SID_SMenuBandBottom","features":[111]},{"name":"SID_SMenuBandBottomSelected","features":[111]},{"name":"SID_SMenuBandChild","features":[111]},{"name":"SID_SMenuBandContextMenuModifier","features":[111]},{"name":"SID_SMenuBandParent","features":[111]},{"name":"SID_SMenuBandTop","features":[111]},{"name":"SID_SMenuPopup","features":[111]},{"name":"SID_SSearchBoxInfo","features":[111]},{"name":"SID_STopLevelBrowser","features":[111]},{"name":"SID_STopWindow","features":[111]},{"name":"SID_ShellExecuteNamedPropertyStore","features":[111]},{"name":"SID_URLExecutionContext","features":[111]},{"name":"SIGDN","features":[111]},{"name":"SIGDN_DESKTOPABSOLUTEEDITING","features":[111]},{"name":"SIGDN_DESKTOPABSOLUTEPARSING","features":[111]},{"name":"SIGDN_FILESYSPATH","features":[111]},{"name":"SIGDN_NORMALDISPLAY","features":[111]},{"name":"SIGDN_PARENTRELATIVE","features":[111]},{"name":"SIGDN_PARENTRELATIVEEDITING","features":[111]},{"name":"SIGDN_PARENTRELATIVEFORADDRESSBAR","features":[111]},{"name":"SIGDN_PARENTRELATIVEFORUI","features":[111]},{"name":"SIGDN_PARENTRELATIVEPARSING","features":[111]},{"name":"SIGDN_URL","features":[111]},{"name":"SIID_APPLICATION","features":[111]},{"name":"SIID_AUDIOFILES","features":[111]},{"name":"SIID_AUTOLIST","features":[111]},{"name":"SIID_CLUSTEREDDRIVE","features":[111]},{"name":"SIID_DELETE","features":[111]},{"name":"SIID_DESKTOPPC","features":[111]},{"name":"SIID_DEVICEAUDIOPLAYER","features":[111]},{"name":"SIID_DEVICECAMERA","features":[111]},{"name":"SIID_DEVICECELLPHONE","features":[111]},{"name":"SIID_DEVICEVIDEOCAMERA","features":[111]},{"name":"SIID_DOCASSOC","features":[111]},{"name":"SIID_DOCNOASSOC","features":[111]},{"name":"SIID_DRIVE35","features":[111]},{"name":"SIID_DRIVE525","features":[111]},{"name":"SIID_DRIVEBD","features":[111]},{"name":"SIID_DRIVECD","features":[111]},{"name":"SIID_DRIVEDVD","features":[111]},{"name":"SIID_DRIVEFIXED","features":[111]},{"name":"SIID_DRIVEHDDVD","features":[111]},{"name":"SIID_DRIVENET","features":[111]},{"name":"SIID_DRIVENETDISABLED","features":[111]},{"name":"SIID_DRIVERAM","features":[111]},{"name":"SIID_DRIVEREMOVE","features":[111]},{"name":"SIID_DRIVEUNKNOWN","features":[111]},{"name":"SIID_ERROR","features":[111]},{"name":"SIID_FIND","features":[111]},{"name":"SIID_FOLDER","features":[111]},{"name":"SIID_FOLDERBACK","features":[111]},{"name":"SIID_FOLDERFRONT","features":[111]},{"name":"SIID_FOLDEROPEN","features":[111]},{"name":"SIID_HELP","features":[111]},{"name":"SIID_IMAGEFILES","features":[111]},{"name":"SIID_INFO","features":[111]},{"name":"SIID_INTERNET","features":[111]},{"name":"SIID_KEY","features":[111]},{"name":"SIID_LINK","features":[111]},{"name":"SIID_LOCK","features":[111]},{"name":"SIID_MAX_ICONS","features":[111]},{"name":"SIID_MEDIAAUDIODVD","features":[111]},{"name":"SIID_MEDIABDR","features":[111]},{"name":"SIID_MEDIABDRE","features":[111]},{"name":"SIID_MEDIABDROM","features":[111]},{"name":"SIID_MEDIABLANKCD","features":[111]},{"name":"SIID_MEDIABLURAY","features":[111]},{"name":"SIID_MEDIACDAUDIO","features":[111]},{"name":"SIID_MEDIACDAUDIOPLUS","features":[111]},{"name":"SIID_MEDIACDBURN","features":[111]},{"name":"SIID_MEDIACDR","features":[111]},{"name":"SIID_MEDIACDROM","features":[111]},{"name":"SIID_MEDIACDRW","features":[111]},{"name":"SIID_MEDIACOMPACTFLASH","features":[111]},{"name":"SIID_MEDIADVD","features":[111]},{"name":"SIID_MEDIADVDPLUSR","features":[111]},{"name":"SIID_MEDIADVDPLUSRW","features":[111]},{"name":"SIID_MEDIADVDR","features":[111]},{"name":"SIID_MEDIADVDRAM","features":[111]},{"name":"SIID_MEDIADVDROM","features":[111]},{"name":"SIID_MEDIADVDRW","features":[111]},{"name":"SIID_MEDIAENHANCEDCD","features":[111]},{"name":"SIID_MEDIAENHANCEDDVD","features":[111]},{"name":"SIID_MEDIAHDDVD","features":[111]},{"name":"SIID_MEDIAHDDVDR","features":[111]},{"name":"SIID_MEDIAHDDVDRAM","features":[111]},{"name":"SIID_MEDIAHDDVDROM","features":[111]},{"name":"SIID_MEDIAMOVIEDVD","features":[111]},{"name":"SIID_MEDIASMARTMEDIA","features":[111]},{"name":"SIID_MEDIASVCD","features":[111]},{"name":"SIID_MEDIAVCD","features":[111]},{"name":"SIID_MIXEDFILES","features":[111]},{"name":"SIID_MOBILEPC","features":[111]},{"name":"SIID_MYNETWORK","features":[111]},{"name":"SIID_NETWORKCONNECT","features":[111]},{"name":"SIID_PRINTER","features":[111]},{"name":"SIID_PRINTERFAX","features":[111]},{"name":"SIID_PRINTERFAXNET","features":[111]},{"name":"SIID_PRINTERFILE","features":[111]},{"name":"SIID_PRINTERNET","features":[111]},{"name":"SIID_RECYCLER","features":[111]},{"name":"SIID_RECYCLERFULL","features":[111]},{"name":"SIID_RENAME","features":[111]},{"name":"SIID_SERVER","features":[111]},{"name":"SIID_SERVERSHARE","features":[111]},{"name":"SIID_SETTINGS","features":[111]},{"name":"SIID_SHARE","features":[111]},{"name":"SIID_SHIELD","features":[111]},{"name":"SIID_SLOWFILE","features":[111]},{"name":"SIID_SOFTWARE","features":[111]},{"name":"SIID_STACK","features":[111]},{"name":"SIID_STUFFEDFOLDER","features":[111]},{"name":"SIID_USERS","features":[111]},{"name":"SIID_VIDEOFILES","features":[111]},{"name":"SIID_WARNING","features":[111]},{"name":"SIID_WORLD","features":[111]},{"name":"SIID_ZIPFILE","features":[111]},{"name":"SIIGBF","features":[111]},{"name":"SIIGBF_BIGGERSIZEOK","features":[111]},{"name":"SIIGBF_CROPTOSQUARE","features":[111]},{"name":"SIIGBF_ICONBACKGROUND","features":[111]},{"name":"SIIGBF_ICONONLY","features":[111]},{"name":"SIIGBF_INCACHEONLY","features":[111]},{"name":"SIIGBF_MEMORYONLY","features":[111]},{"name":"SIIGBF_RESIZETOFIT","features":[111]},{"name":"SIIGBF_SCALEUP","features":[111]},{"name":"SIIGBF_THUMBNAILONLY","features":[111]},{"name":"SIIGBF_WIDETHUMBNAILS","features":[111]},{"name":"SIOM_ICONINDEX","features":[111]},{"name":"SIOM_OVERLAYINDEX","features":[111]},{"name":"SIOM_RESERVED_DEFAULT","features":[111]},{"name":"SIOM_RESERVED_LINK","features":[111]},{"name":"SIOM_RESERVED_SHARED","features":[111]},{"name":"SIOM_RESERVED_SLOWFILE","features":[111]},{"name":"SLDF_ALLOW_LINK_TO_LINK","features":[111]},{"name":"SLDF_DEFAULT","features":[111]},{"name":"SLDF_DISABLE_KNOWNFOLDER_RELATIVE_TRACKING","features":[111]},{"name":"SLDF_DISABLE_LINK_PATH_TRACKING","features":[111]},{"name":"SLDF_ENABLE_TARGET_METADATA","features":[111]},{"name":"SLDF_FORCE_NO_LINKINFO","features":[111]},{"name":"SLDF_FORCE_NO_LINKTRACK","features":[111]},{"name":"SLDF_FORCE_UNCNAME","features":[111]},{"name":"SLDF_HAS_ARGS","features":[111]},{"name":"SLDF_HAS_DARWINID","features":[111]},{"name":"SLDF_HAS_EXP_ICON_SZ","features":[111]},{"name":"SLDF_HAS_EXP_SZ","features":[111]},{"name":"SLDF_HAS_ICONLOCATION","features":[111]},{"name":"SLDF_HAS_ID_LIST","features":[111]},{"name":"SLDF_HAS_LINK_INFO","features":[111]},{"name":"SLDF_HAS_NAME","features":[111]},{"name":"SLDF_HAS_RELPATH","features":[111]},{"name":"SLDF_HAS_WORKINGDIR","features":[111]},{"name":"SLDF_KEEP_LOCAL_IDLIST_FOR_UNC_TARGET","features":[111]},{"name":"SLDF_NO_KF_ALIAS","features":[111]},{"name":"SLDF_NO_PIDL_ALIAS","features":[111]},{"name":"SLDF_PERSIST_VOLUME_ID_RELATIVE","features":[111]},{"name":"SLDF_PREFER_ENVIRONMENT_PATH","features":[111]},{"name":"SLDF_RESERVED","features":[111]},{"name":"SLDF_RUNAS_USER","features":[111]},{"name":"SLDF_RUN_IN_SEPARATE","features":[111]},{"name":"SLDF_RUN_WITH_SHIMLAYER","features":[111]},{"name":"SLDF_UNALIAS_ON_SAVE","features":[111]},{"name":"SLDF_UNICODE","features":[111]},{"name":"SLDF_VALID","features":[111]},{"name":"SLGP_FLAGS","features":[111]},{"name":"SLGP_RAWPATH","features":[111]},{"name":"SLGP_RELATIVEPRIORITY","features":[111]},{"name":"SLGP_SHORTPATH","features":[111]},{"name":"SLGP_UNCPRIORITY","features":[111]},{"name":"SLOWAPPINFO","features":[3,111]},{"name":"SLR_ANY_MATCH","features":[111]},{"name":"SLR_FLAGS","features":[111]},{"name":"SLR_INVOKE_MSI","features":[111]},{"name":"SLR_KNOWNFOLDER","features":[111]},{"name":"SLR_MACHINE_IN_LOCAL_TARGET","features":[111]},{"name":"SLR_NOLINKINFO","features":[111]},{"name":"SLR_NONE","features":[111]},{"name":"SLR_NOSEARCH","features":[111]},{"name":"SLR_NOTRACK","features":[111]},{"name":"SLR_NOUPDATE","features":[111]},{"name":"SLR_NO_OBJECT_ID","features":[111]},{"name":"SLR_NO_UI","features":[111]},{"name":"SLR_NO_UI_WITH_MSG_PUMP","features":[111]},{"name":"SLR_OFFER_DELETE_WITHOUT_FILE","features":[111]},{"name":"SLR_UPDATE","features":[111]},{"name":"SLR_UPDATE_MACHINE_AND_SID","features":[111]},{"name":"SMAE_CONTRACTED","features":[111]},{"name":"SMAE_EXPANDED","features":[111]},{"name":"SMAE_USER","features":[111]},{"name":"SMAE_VALID","features":[111]},{"name":"SMCSHCHANGENOTIFYSTRUCT","features":[220]},{"name":"SMC_AUTOEXPANDCHANGE","features":[111]},{"name":"SMC_CHEVRONEXPAND","features":[111]},{"name":"SMC_CHEVRONGETTIP","features":[111]},{"name":"SMC_CREATE","features":[111]},{"name":"SMC_DEFAULTICON","features":[111]},{"name":"SMC_DEMOTE","features":[111]},{"name":"SMC_DISPLAYCHEVRONTIP","features":[111]},{"name":"SMC_EXITMENU","features":[111]},{"name":"SMC_GETAUTOEXPANDSTATE","features":[111]},{"name":"SMC_GETBKCONTEXTMENU","features":[111]},{"name":"SMC_GETCONTEXTMENUMODIFIER","features":[111]},{"name":"SMC_GETINFO","features":[111]},{"name":"SMC_GETOBJECT","features":[111]},{"name":"SMC_GETSFINFO","features":[111]},{"name":"SMC_GETSFOBJECT","features":[111]},{"name":"SMC_INITMENU","features":[111]},{"name":"SMC_NEWITEM","features":[111]},{"name":"SMC_OPEN","features":[111]},{"name":"SMC_PROMOTE","features":[111]},{"name":"SMC_REFRESH","features":[111]},{"name":"SMC_SETSFOBJECT","features":[111]},{"name":"SMC_SFDDRESTRICTED","features":[111]},{"name":"SMC_SFEXEC","features":[111]},{"name":"SMC_SFEXEC_MIDDLE","features":[111]},{"name":"SMC_SFSELECTITEM","features":[111]},{"name":"SMC_SHCHANGENOTIFY","features":[111]},{"name":"SMDATA","features":[3,220,52]},{"name":"SMDM_HMENU","features":[111]},{"name":"SMDM_SHELLFOLDER","features":[111]},{"name":"SMDM_TOOLBAR","features":[111]},{"name":"SMIF_ACCELERATOR","features":[111]},{"name":"SMIF_ALTSTATE","features":[111]},{"name":"SMIF_CHECKED","features":[111]},{"name":"SMIF_DEMOTED","features":[111]},{"name":"SMIF_DISABLED","features":[111]},{"name":"SMIF_DRAGNDROP","features":[111]},{"name":"SMIF_DROPCASCADE","features":[111]},{"name":"SMIF_DROPTARGET","features":[111]},{"name":"SMIF_HIDDEN","features":[111]},{"name":"SMIF_ICON","features":[111]},{"name":"SMIF_NEW","features":[111]},{"name":"SMIF_SUBMENU","features":[111]},{"name":"SMIF_TRACKPOPUP","features":[111]},{"name":"SMIM_FLAGS","features":[111]},{"name":"SMIM_ICON","features":[111]},{"name":"SMIM_TYPE","features":[111]},{"name":"SMINFO","features":[111]},{"name":"SMINFOFLAGS","features":[111]},{"name":"SMINFOMASK","features":[111]},{"name":"SMINFOTYPE","features":[111]},{"name":"SMINIT_AUTOEXPAND","features":[111]},{"name":"SMINIT_AUTOTOOLTIP","features":[111]},{"name":"SMINIT_CACHED","features":[111]},{"name":"SMINIT_DEFAULT","features":[111]},{"name":"SMINIT_DROPONCONTAINER","features":[111]},{"name":"SMINIT_HORIZONTAL","features":[111]},{"name":"SMINIT_RESTRICT_DRAGDROP","features":[111]},{"name":"SMINIT_TOPLEVEL","features":[111]},{"name":"SMINIT_VERTICAL","features":[111]},{"name":"SMINV_ID","features":[111]},{"name":"SMINV_REFRESH","features":[111]},{"name":"SMIT_SEPARATOR","features":[111]},{"name":"SMIT_STRING","features":[111]},{"name":"SMSET_BOTTOM","features":[111]},{"name":"SMSET_DONTOWN","features":[111]},{"name":"SMSET_TOP","features":[111]},{"name":"SORTCOLUMN","features":[62]},{"name":"SORTDIRECTION","features":[111]},{"name":"SORT_ASCENDING","features":[111]},{"name":"SORT_DESCENDING","features":[111]},{"name":"SORT_ORDER_TYPE","features":[111]},{"name":"SOT_DEFAULT","features":[111]},{"name":"SOT_IGNORE_FOLDERNESS","features":[111]},{"name":"SPACTION","features":[111]},{"name":"SPACTION_APPLYINGATTRIBS","features":[111]},{"name":"SPACTION_CALCULATING","features":[111]},{"name":"SPACTION_COPYING","features":[111]},{"name":"SPACTION_COPY_MOVING","features":[111]},{"name":"SPACTION_DELETING","features":[111]},{"name":"SPACTION_DOWNLOADING","features":[111]},{"name":"SPACTION_FORMATTING","features":[111]},{"name":"SPACTION_MOVING","features":[111]},{"name":"SPACTION_NONE","features":[111]},{"name":"SPACTION_RECYCLING","features":[111]},{"name":"SPACTION_RENAMING","features":[111]},{"name":"SPACTION_SEARCHING_FILES","features":[111]},{"name":"SPACTION_SEARCHING_INTERNET","features":[111]},{"name":"SPACTION_UPLOADING","features":[111]},{"name":"SPBEGINF_AUTOTIME","features":[111]},{"name":"SPBEGINF_MARQUEEPROGRESS","features":[111]},{"name":"SPBEGINF_NOCANCELBUTTON","features":[111]},{"name":"SPBEGINF_NOPROGRESSBAR","features":[111]},{"name":"SPBEGINF_NORMAL","features":[111]},{"name":"SPFF_CREATED_ON_THIS_DEVICE","features":[111]},{"name":"SPFF_DOWNLOAD_BY_DEFAULT","features":[111]},{"name":"SPFF_NONE","features":[111]},{"name":"SPINITF_MODAL","features":[111]},{"name":"SPINITF_NOMINIMIZE","features":[111]},{"name":"SPINITF_NORMAL","features":[111]},{"name":"SPMODE_BROWSER","features":[111]},{"name":"SPMODE_DBMON","features":[111]},{"name":"SPMODE_DEBUGBREAK","features":[111]},{"name":"SPMODE_DEBUGOUT","features":[111]},{"name":"SPMODE_EVENT","features":[111]},{"name":"SPMODE_EVENTTRACE","features":[111]},{"name":"SPMODE_FLUSH","features":[111]},{"name":"SPMODE_FORMATTEXT","features":[111]},{"name":"SPMODE_MEMWATCH","features":[111]},{"name":"SPMODE_MSGTRACE","features":[111]},{"name":"SPMODE_MSVM","features":[111]},{"name":"SPMODE_MULTISTOP","features":[111]},{"name":"SPMODE_PERFTAGS","features":[111]},{"name":"SPMODE_PROFILE","features":[111]},{"name":"SPMODE_SHELL","features":[111]},{"name":"SPMODE_TEST","features":[111]},{"name":"SPTEXT","features":[111]},{"name":"SPTEXT_ACTIONDESCRIPTION","features":[111]},{"name":"SPTEXT_ACTIONDETAIL","features":[111]},{"name":"SRRF_NOEXPAND","features":[111]},{"name":"SRRF_NOVIRT","features":[111]},{"name":"SRRF_RM_ANY","features":[111]},{"name":"SRRF_RM_NORMAL","features":[111]},{"name":"SRRF_RM_SAFE","features":[111]},{"name":"SRRF_RM_SAFENETWORK","features":[111]},{"name":"SRRF_RT_ANY","features":[111]},{"name":"SRRF_RT_REG_BINARY","features":[111]},{"name":"SRRF_RT_REG_DWORD","features":[111]},{"name":"SRRF_RT_REG_EXPAND_SZ","features":[111]},{"name":"SRRF_RT_REG_MULTI_SZ","features":[111]},{"name":"SRRF_RT_REG_NONE","features":[111]},{"name":"SRRF_RT_REG_QWORD","features":[111]},{"name":"SRRF_RT_REG_SZ","features":[111]},{"name":"SRRF_ZEROONFAILURE","features":[111]},{"name":"SSF_AUTOCHECKSELECT","features":[111]},{"name":"SSF_DESKTOPHTML","features":[111]},{"name":"SSF_DONTPRETTYPATH","features":[111]},{"name":"SSF_DOUBLECLICKINWEBVIEW","features":[111]},{"name":"SSF_FILTER","features":[111]},{"name":"SSF_HIDDENFILEEXTS","features":[111]},{"name":"SSF_HIDEICONS","features":[111]},{"name":"SSF_ICONSONLY","features":[111]},{"name":"SSF_MAPNETDRVBUTTON","features":[111]},{"name":"SSF_MASK","features":[111]},{"name":"SSF_NOCONFIRMRECYCLE","features":[111]},{"name":"SSF_NONETCRAWLING","features":[111]},{"name":"SSF_SEPPROCESS","features":[111]},{"name":"SSF_SERVERADMINUI","features":[111]},{"name":"SSF_SHOWALLOBJECTS","features":[111]},{"name":"SSF_SHOWATTRIBCOL","features":[111]},{"name":"SSF_SHOWCOMPCOLOR","features":[111]},{"name":"SSF_SHOWEXTENSIONS","features":[111]},{"name":"SSF_SHOWINFOTIP","features":[111]},{"name":"SSF_SHOWSTARTPAGE","features":[111]},{"name":"SSF_SHOWSTATUSBAR","features":[111]},{"name":"SSF_SHOWSUPERHIDDEN","features":[111]},{"name":"SSF_SHOWSYSFILES","features":[111]},{"name":"SSF_SHOWTYPEOVERLAY","features":[111]},{"name":"SSF_SORTCOLUMNS","features":[111]},{"name":"SSF_STARTPANELON","features":[111]},{"name":"SSF_WEBVIEW","features":[111]},{"name":"SSF_WIN95CLASSIC","features":[111]},{"name":"SSM_CLEAR","features":[111]},{"name":"SSM_REFRESH","features":[111]},{"name":"SSM_SET","features":[111]},{"name":"SSM_UPDATE","features":[111]},{"name":"STGOP","features":[111]},{"name":"STGOP_APPLYPROPERTIES","features":[111]},{"name":"STGOP_COPY","features":[111]},{"name":"STGOP_MOVE","features":[111]},{"name":"STGOP_NEW","features":[111]},{"name":"STGOP_REMOVE","features":[111]},{"name":"STGOP_RENAME","features":[111]},{"name":"STGOP_SYNC","features":[111]},{"name":"STIF_DEFAULT","features":[111]},{"name":"STIF_SUPPORT_HEX","features":[111]},{"name":"STORAGE_PROVIDER_FILE_FLAGS","features":[111]},{"name":"STORE_E_NEWER_VERSION_AVAILABLE","features":[111]},{"name":"STPFLAG","features":[111]},{"name":"STPF_NONE","features":[111]},{"name":"STPF_USEAPPPEEKALWAYS","features":[111]},{"name":"STPF_USEAPPPEEKWHENACTIVE","features":[111]},{"name":"STPF_USEAPPTHUMBNAILALWAYS","features":[111]},{"name":"STPF_USEAPPTHUMBNAILWHENACTIVE","features":[111]},{"name":"STR_AVOID_DRIVE_RESTRICTION_POLICY","features":[111]},{"name":"STR_BIND_DELEGATE_CREATE_OBJECT","features":[111]},{"name":"STR_BIND_FOLDERS_READ_ONLY","features":[111]},{"name":"STR_BIND_FOLDER_ENUM_MODE","features":[111]},{"name":"STR_BIND_FORCE_FOLDER_SHORTCUT_RESOLVE","features":[111]},{"name":"STR_DONT_PARSE_RELATIVE","features":[111]},{"name":"STR_DONT_RESOLVE_LINK","features":[111]},{"name":"STR_ENUM_ITEMS_FLAGS","features":[111]},{"name":"STR_FILE_SYS_BIND_DATA","features":[111]},{"name":"STR_FILE_SYS_BIND_DATA_WIN7_FORMAT","features":[111]},{"name":"STR_GET_ASYNC_HANDLER","features":[111]},{"name":"STR_GPS_BESTEFFORT","features":[111]},{"name":"STR_GPS_DELAYCREATION","features":[111]},{"name":"STR_GPS_FASTPROPERTIESONLY","features":[111]},{"name":"STR_GPS_HANDLERPROPERTIESONLY","features":[111]},{"name":"STR_GPS_NO_OPLOCK","features":[111]},{"name":"STR_GPS_OPENSLOWITEM","features":[111]},{"name":"STR_INTERNAL_NAVIGATE","features":[111]},{"name":"STR_INTERNETFOLDER_PARSE_ONLY_URLMON_BINDABLE","features":[111]},{"name":"STR_ITEM_CACHE_CONTEXT","features":[111]},{"name":"STR_MYDOCS_CLSID","features":[111]},{"name":"STR_NO_VALIDATE_FILENAME_CHARS","features":[111]},{"name":"STR_PARSE_ALLOW_INTERNET_SHELL_FOLDERS","features":[111]},{"name":"STR_PARSE_AND_CREATE_ITEM","features":[111]},{"name":"STR_PARSE_DONT_REQUIRE_VALIDATED_URLS","features":[111]},{"name":"STR_PARSE_EXPLICIT_ASSOCIATION_SUCCESSFUL","features":[111]},{"name":"STR_PARSE_PARTIAL_IDLIST","features":[111]},{"name":"STR_PARSE_PREFER_FOLDER_BROWSING","features":[111]},{"name":"STR_PARSE_PREFER_WEB_BROWSING","features":[111]},{"name":"STR_PARSE_PROPERTYSTORE","features":[111]},{"name":"STR_PARSE_SHELL_PROTOCOL_TO_FILE_OBJECTS","features":[111]},{"name":"STR_PARSE_SHOW_NET_DIAGNOSTICS_UI","features":[111]},{"name":"STR_PARSE_SKIP_NET_CACHE","features":[111]},{"name":"STR_PARSE_TRANSLATE_ALIASES","features":[111]},{"name":"STR_PARSE_WITH_EXPLICIT_ASSOCAPP","features":[111]},{"name":"STR_PARSE_WITH_EXPLICIT_PROGID","features":[111]},{"name":"STR_PARSE_WITH_PROPERTIES","features":[111]},{"name":"STR_PROPERTYBAG_PARAM","features":[111]},{"name":"STR_REFERRER_IDENTIFIER","features":[111]},{"name":"STR_SKIP_BINDING_CLSID","features":[111]},{"name":"STR_STORAGEITEM_CREATION_FLAGS","features":[111]},{"name":"STR_TAB_REUSE_IDENTIFIER","features":[111]},{"name":"STR_TRACK_CLSID","features":[111]},{"name":"SUBCLASSPROC","features":[3,111]},{"name":"SV2CVW2_PARAMS","features":[3,111]},{"name":"SV3CVW3_DEFAULT","features":[111]},{"name":"SV3CVW3_FORCEFOLDERFLAGS","features":[111]},{"name":"SV3CVW3_FORCEVIEWMODE","features":[111]},{"name":"SV3CVW3_NONINTERACTIVE","features":[111]},{"name":"SVGIO_ALLVIEW","features":[111]},{"name":"SVGIO_BACKGROUND","features":[111]},{"name":"SVGIO_CHECKED","features":[111]},{"name":"SVGIO_FLAG_VIEWORDER","features":[111]},{"name":"SVGIO_SELECTION","features":[111]},{"name":"SVGIO_TYPE_MASK","features":[111]},{"name":"SVSI_CHECK","features":[111]},{"name":"SVSI_CHECK2","features":[111]},{"name":"SVSI_DESELECT","features":[111]},{"name":"SVSI_DESELECTOTHERS","features":[111]},{"name":"SVSI_EDIT","features":[111]},{"name":"SVSI_ENSUREVISIBLE","features":[111]},{"name":"SVSI_FOCUSED","features":[111]},{"name":"SVSI_KEYBOARDSELECT","features":[111]},{"name":"SVSI_NOTAKEFOCUS","features":[111]},{"name":"SVSI_POSITIONITEM","features":[111]},{"name":"SVSI_SELECT","features":[111]},{"name":"SVSI_SELECTIONMARK","features":[111]},{"name":"SVSI_TRANSLATEPT","features":[111]},{"name":"SVUIA_ACTIVATE_FOCUS","features":[111]},{"name":"SVUIA_ACTIVATE_NOFOCUS","features":[111]},{"name":"SVUIA_DEACTIVATE","features":[111]},{"name":"SVUIA_INPLACEACTIVATE","features":[111]},{"name":"SVUIA_STATUS","features":[111]},{"name":"SWC_3RDPARTY","features":[111]},{"name":"SWC_BROWSER","features":[111]},{"name":"SWC_CALLBACK","features":[111]},{"name":"SWC_DESKTOP","features":[111]},{"name":"SWC_EXPLORER","features":[111]},{"name":"SWFO_COOKIEPASSED","features":[111]},{"name":"SWFO_INCLUDEPENDING","features":[111]},{"name":"SWFO_NEEDDISPATCH","features":[111]},{"name":"SYNCMGRERRORFLAGS","features":[111]},{"name":"SYNCMGRERRORFLAG_ENABLEJUMPTEXT","features":[111]},{"name":"SYNCMGRFLAG","features":[111]},{"name":"SYNCMGRFLAG_CONNECT","features":[111]},{"name":"SYNCMGRFLAG_EVENTMASK","features":[111]},{"name":"SYNCMGRFLAG_IDLE","features":[111]},{"name":"SYNCMGRFLAG_INVOKE","features":[111]},{"name":"SYNCMGRFLAG_MANUAL","features":[111]},{"name":"SYNCMGRFLAG_MAYBOTHERUSER","features":[111]},{"name":"SYNCMGRFLAG_PENDINGDISCONNECT","features":[111]},{"name":"SYNCMGRFLAG_SCHEDULED","features":[111]},{"name":"SYNCMGRFLAG_SETTINGS","features":[111]},{"name":"SYNCMGRHANDLERFLAGS","features":[111]},{"name":"SYNCMGRHANDLERFLAG_MASK","features":[111]},{"name":"SYNCMGRHANDLERINFO","features":[111,52]},{"name":"SYNCMGRHANDLER_ALWAYSLISTHANDLER","features":[111]},{"name":"SYNCMGRHANDLER_HASPROPERTIES","features":[111]},{"name":"SYNCMGRHANDLER_HIDDEN","features":[111]},{"name":"SYNCMGRHANDLER_MAYESTABLISHCONNECTION","features":[111]},{"name":"SYNCMGRINVOKEFLAGS","features":[111]},{"name":"SYNCMGRINVOKE_MINIMIZED","features":[111]},{"name":"SYNCMGRINVOKE_STARTSYNC","features":[111]},{"name":"SYNCMGRITEM","features":[3,111,52]},{"name":"SYNCMGRITEMFLAGS","features":[111]},{"name":"SYNCMGRITEMSTATE","features":[111]},{"name":"SYNCMGRITEMSTATE_CHECKED","features":[111]},{"name":"SYNCMGRITEMSTATE_UNCHECKED","features":[111]},{"name":"SYNCMGRITEM_HASPROPERTIES","features":[111]},{"name":"SYNCMGRITEM_HIDDEN","features":[111]},{"name":"SYNCMGRITEM_ITEMFLAGMASK","features":[111]},{"name":"SYNCMGRITEM_LASTUPDATETIME","features":[111]},{"name":"SYNCMGRITEM_MAYDELETEITEM","features":[111]},{"name":"SYNCMGRITEM_ROAMINGUSER","features":[111]},{"name":"SYNCMGRITEM_TEMPORARY","features":[111]},{"name":"SYNCMGRLOGERRORINFO","features":[111]},{"name":"SYNCMGRLOGERROR_ERRORFLAGS","features":[111]},{"name":"SYNCMGRLOGERROR_ERRORID","features":[111]},{"name":"SYNCMGRLOGERROR_ITEMID","features":[111]},{"name":"SYNCMGRLOGLEVEL","features":[111]},{"name":"SYNCMGRLOGLEVEL_ERROR","features":[111]},{"name":"SYNCMGRLOGLEVEL_INFORMATION","features":[111]},{"name":"SYNCMGRLOGLEVEL_LOGLEVELMAX","features":[111]},{"name":"SYNCMGRLOGLEVEL_WARNING","features":[111]},{"name":"SYNCMGRPROGRESSITEM","features":[111]},{"name":"SYNCMGRPROGRESSITEM_MAXVALUE","features":[111]},{"name":"SYNCMGRPROGRESSITEM_PROGVALUE","features":[111]},{"name":"SYNCMGRPROGRESSITEM_STATUSTEXT","features":[111]},{"name":"SYNCMGRPROGRESSITEM_STATUSTYPE","features":[111]},{"name":"SYNCMGRREGISTERFLAGS","features":[111]},{"name":"SYNCMGRREGISTERFLAGS_MASK","features":[111]},{"name":"SYNCMGRREGISTERFLAG_CONNECT","features":[111]},{"name":"SYNCMGRREGISTERFLAG_IDLE","features":[111]},{"name":"SYNCMGRREGISTERFLAG_PENDINGDISCONNECT","features":[111]},{"name":"SYNCMGRSTATUS","features":[111]},{"name":"SYNCMGRSTATUS_DELETED","features":[111]},{"name":"SYNCMGRSTATUS_FAILED","features":[111]},{"name":"SYNCMGRSTATUS_PAUSED","features":[111]},{"name":"SYNCMGRSTATUS_PENDING","features":[111]},{"name":"SYNCMGRSTATUS_RESUMING","features":[111]},{"name":"SYNCMGRSTATUS_SKIPPED","features":[111]},{"name":"SYNCMGRSTATUS_STOPPED","features":[111]},{"name":"SYNCMGRSTATUS_SUCCEEDED","features":[111]},{"name":"SYNCMGRSTATUS_UPDATING","features":[111]},{"name":"SYNCMGRSTATUS_UPDATING_INDETERMINATE","features":[111]},{"name":"SYNCMGR_CANCEL_REQUEST","features":[111]},{"name":"SYNCMGR_CF_NONE","features":[111]},{"name":"SYNCMGR_CF_NOUI","features":[111]},{"name":"SYNCMGR_CF_NOWAIT","features":[111]},{"name":"SYNCMGR_CF_VALID","features":[111]},{"name":"SYNCMGR_CF_WAIT","features":[111]},{"name":"SYNCMGR_CIT_DELETED","features":[111]},{"name":"SYNCMGR_CIT_UPDATED","features":[111]},{"name":"SYNCMGR_CONFLICT_ID_INFO","features":[43,111]},{"name":"SYNCMGR_CONFLICT_ITEM_TYPE","features":[111]},{"name":"SYNCMGR_CONTROL_FLAGS","features":[111]},{"name":"SYNCMGR_CR_CANCEL_ALL","features":[111]},{"name":"SYNCMGR_CR_CANCEL_ITEM","features":[111]},{"name":"SYNCMGR_CR_MAX","features":[111]},{"name":"SYNCMGR_CR_NONE","features":[111]},{"name":"SYNCMGR_EF_NONE","features":[111]},{"name":"SYNCMGR_EF_VALID","features":[111]},{"name":"SYNCMGR_EL_ERROR","features":[111]},{"name":"SYNCMGR_EL_INFORMATION","features":[111]},{"name":"SYNCMGR_EL_MAX","features":[111]},{"name":"SYNCMGR_EL_WARNING","features":[111]},{"name":"SYNCMGR_EVENT_FLAGS","features":[111]},{"name":"SYNCMGR_EVENT_LEVEL","features":[111]},{"name":"SYNCMGR_HANDLER_CAPABILITIES","features":[111]},{"name":"SYNCMGR_HANDLER_POLICIES","features":[111]},{"name":"SYNCMGR_HANDLER_TYPE","features":[111]},{"name":"SYNCMGR_HCM_CAN_BROWSE_CONTENT","features":[111]},{"name":"SYNCMGR_HCM_CAN_SHOW_SCHEDULE","features":[111]},{"name":"SYNCMGR_HCM_CONFLICT_STORE","features":[111]},{"name":"SYNCMGR_HCM_EVENT_STORE","features":[111]},{"name":"SYNCMGR_HCM_NONE","features":[111]},{"name":"SYNCMGR_HCM_PROVIDES_ICON","features":[111]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_ACTIVATE","features":[111]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_DEACTIVATE","features":[111]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_DISABLE","features":[111]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_ENABLE","features":[111]},{"name":"SYNCMGR_HCM_SUPPORTS_CONCURRENT_SESSIONS","features":[111]},{"name":"SYNCMGR_HCM_VALID_MASK","features":[111]},{"name":"SYNCMGR_HPM_BACKGROUND_SYNC_ONLY","features":[111]},{"name":"SYNCMGR_HPM_DISABLE_BROWSE","features":[111]},{"name":"SYNCMGR_HPM_DISABLE_DISABLE","features":[111]},{"name":"SYNCMGR_HPM_DISABLE_ENABLE","features":[111]},{"name":"SYNCMGR_HPM_DISABLE_SCHEDULE","features":[111]},{"name":"SYNCMGR_HPM_DISABLE_START_SYNC","features":[111]},{"name":"SYNCMGR_HPM_DISABLE_STOP_SYNC","features":[111]},{"name":"SYNCMGR_HPM_HIDDEN_BY_DEFAULT","features":[111]},{"name":"SYNCMGR_HPM_NONE","features":[111]},{"name":"SYNCMGR_HPM_PREVENT_ACTIVATE","features":[111]},{"name":"SYNCMGR_HPM_PREVENT_DEACTIVATE","features":[111]},{"name":"SYNCMGR_HPM_PREVENT_DISABLE","features":[111]},{"name":"SYNCMGR_HPM_PREVENT_ENABLE","features":[111]},{"name":"SYNCMGR_HPM_PREVENT_START_SYNC","features":[111]},{"name":"SYNCMGR_HPM_PREVENT_STOP_SYNC","features":[111]},{"name":"SYNCMGR_HPM_VALID_MASK","features":[111]},{"name":"SYNCMGR_HT_APPLICATION","features":[111]},{"name":"SYNCMGR_HT_COMPUTER","features":[111]},{"name":"SYNCMGR_HT_DEVICE","features":[111]},{"name":"SYNCMGR_HT_FOLDER","features":[111]},{"name":"SYNCMGR_HT_MAX","features":[111]},{"name":"SYNCMGR_HT_MIN","features":[111]},{"name":"SYNCMGR_HT_SERVICE","features":[111]},{"name":"SYNCMGR_HT_UNSPECIFIED","features":[111]},{"name":"SYNCMGR_ICM_CAN_BROWSE_CONTENT","features":[111]},{"name":"SYNCMGR_ICM_CAN_DELETE","features":[111]},{"name":"SYNCMGR_ICM_CONFLICT_STORE","features":[111]},{"name":"SYNCMGR_ICM_EVENT_STORE","features":[111]},{"name":"SYNCMGR_ICM_NONE","features":[111]},{"name":"SYNCMGR_ICM_PROVIDES_ICON","features":[111]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_DELETE","features":[111]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_DISABLE","features":[111]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_ENABLE","features":[111]},{"name":"SYNCMGR_ICM_VALID_MASK","features":[111]},{"name":"SYNCMGR_IPM_DISABLE_BROWSE","features":[111]},{"name":"SYNCMGR_IPM_DISABLE_DELETE","features":[111]},{"name":"SYNCMGR_IPM_DISABLE_DISABLE","features":[111]},{"name":"SYNCMGR_IPM_DISABLE_ENABLE","features":[111]},{"name":"SYNCMGR_IPM_DISABLE_START_SYNC","features":[111]},{"name":"SYNCMGR_IPM_DISABLE_STOP_SYNC","features":[111]},{"name":"SYNCMGR_IPM_HIDDEN_BY_DEFAULT","features":[111]},{"name":"SYNCMGR_IPM_NONE","features":[111]},{"name":"SYNCMGR_IPM_PREVENT_DISABLE","features":[111]},{"name":"SYNCMGR_IPM_PREVENT_ENABLE","features":[111]},{"name":"SYNCMGR_IPM_PREVENT_START_SYNC","features":[111]},{"name":"SYNCMGR_IPM_PREVENT_STOP_SYNC","features":[111]},{"name":"SYNCMGR_IPM_VALID_MASK","features":[111]},{"name":"SYNCMGR_ITEM_CAPABILITIES","features":[111]},{"name":"SYNCMGR_ITEM_POLICIES","features":[111]},{"name":"SYNCMGR_OBJECTID_BrowseContent","features":[111]},{"name":"SYNCMGR_OBJECTID_ConflictStore","features":[111]},{"name":"SYNCMGR_OBJECTID_EventLinkClick","features":[111]},{"name":"SYNCMGR_OBJECTID_EventStore","features":[111]},{"name":"SYNCMGR_OBJECTID_Icon","features":[111]},{"name":"SYNCMGR_OBJECTID_QueryBeforeActivate","features":[111]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDeactivate","features":[111]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDelete","features":[111]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDisable","features":[111]},{"name":"SYNCMGR_OBJECTID_QueryBeforeEnable","features":[111]},{"name":"SYNCMGR_OBJECTID_ShowSchedule","features":[111]},{"name":"SYNCMGR_PC_KEEP_MULTIPLE","features":[111]},{"name":"SYNCMGR_PC_KEEP_ONE","features":[111]},{"name":"SYNCMGR_PC_KEEP_RECENT","features":[111]},{"name":"SYNCMGR_PC_NO_CHOICE","features":[111]},{"name":"SYNCMGR_PC_REMOVE_FROM_SYNC_SET","features":[111]},{"name":"SYNCMGR_PC_SKIP","features":[111]},{"name":"SYNCMGR_PNS_CANCEL","features":[111]},{"name":"SYNCMGR_PNS_CONTINUE","features":[111]},{"name":"SYNCMGR_PNS_DEFAULT","features":[111]},{"name":"SYNCMGR_PRESENTER_CHOICE","features":[111]},{"name":"SYNCMGR_PRESENTER_NEXT_STEP","features":[111]},{"name":"SYNCMGR_PROGRESS_STATUS","features":[111]},{"name":"SYNCMGR_PS_CANCELED","features":[111]},{"name":"SYNCMGR_PS_DISCONNECTED","features":[111]},{"name":"SYNCMGR_PS_FAILED","features":[111]},{"name":"SYNCMGR_PS_MAX","features":[111]},{"name":"SYNCMGR_PS_SUCCEEDED","features":[111]},{"name":"SYNCMGR_PS_UPDATING","features":[111]},{"name":"SYNCMGR_PS_UPDATING_INDETERMINATE","features":[111]},{"name":"SYNCMGR_RA_KEEPOTHER","features":[111]},{"name":"SYNCMGR_RA_KEEPRECENT","features":[111]},{"name":"SYNCMGR_RA_KEEP_MULTIPLE","features":[111]},{"name":"SYNCMGR_RA_KEEP_SINGLE","features":[111]},{"name":"SYNCMGR_RA_REMOVEFROMSYNCSET","features":[111]},{"name":"SYNCMGR_RA_VALID","features":[111]},{"name":"SYNCMGR_RESOLUTION_ABILITIES","features":[111]},{"name":"SYNCMGR_RESOLUTION_FEEDBACK","features":[111]},{"name":"SYNCMGR_RF_CANCEL","features":[111]},{"name":"SYNCMGR_RF_CONTINUE","features":[111]},{"name":"SYNCMGR_RF_REFRESH","features":[111]},{"name":"SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING","features":[111]},{"name":"SYNCMGR_SCF_NONE","features":[111]},{"name":"SYNCMGR_SCF_VALID","features":[111]},{"name":"SYNCMGR_SYNC_CONTROL_FLAGS","features":[111]},{"name":"SYNCMGR_UPDATE_REASON","features":[111]},{"name":"SYNCMGR_UR_ADDED","features":[111]},{"name":"SYNCMGR_UR_CHANGED","features":[111]},{"name":"SYNCMGR_UR_MAX","features":[111]},{"name":"SYNCMGR_UR_REMOVED","features":[111]},{"name":"SZ_CONTENTTYPE_CDF","features":[111]},{"name":"SZ_CONTENTTYPE_CDFA","features":[111]},{"name":"SZ_CONTENTTYPE_CDFW","features":[111]},{"name":"SZ_CONTENTTYPE_HTML","features":[111]},{"name":"SZ_CONTENTTYPE_HTMLA","features":[111]},{"name":"SZ_CONTENTTYPE_HTMLW","features":[111]},{"name":"S_SYNCMGR_CANCELALL","features":[111]},{"name":"S_SYNCMGR_CANCELITEM","features":[111]},{"name":"S_SYNCMGR_ENUMITEMS","features":[111]},{"name":"S_SYNCMGR_ITEMDELETED","features":[111]},{"name":"S_SYNCMGR_MISSINGITEMS","features":[111]},{"name":"S_SYNCMGR_RETRYSYNC","features":[111]},{"name":"ScheduledTasks","features":[111]},{"name":"SearchFolderItemFactory","features":[111]},{"name":"SecureLockIconConstants","features":[111]},{"name":"SelectedItemCount_Property_GUID","features":[111]},{"name":"SetCurrentProcessExplicitAppUserModelID","features":[111]},{"name":"SetMenuContextHelpId","features":[3,111,52]},{"name":"SetWindowContextHelpId","features":[3,111]},{"name":"SetWindowSubclass","features":[3,111]},{"name":"SharedBitmap","features":[111]},{"name":"SharingConfigurationManager","features":[111]},{"name":"Shell","features":[111]},{"name":"ShellAboutA","features":[3,111,52]},{"name":"ShellAboutW","features":[3,111,52]},{"name":"ShellBrowserWindow","features":[111]},{"name":"ShellDesktop","features":[111]},{"name":"ShellDispatchInproc","features":[111]},{"name":"ShellExecuteA","features":[3,111,52]},{"name":"ShellExecuteExA","features":[3,51,111]},{"name":"ShellExecuteExW","features":[3,51,111]},{"name":"ShellExecuteW","features":[3,111,52]},{"name":"ShellFSFolder","features":[111]},{"name":"ShellFolderItem","features":[111]},{"name":"ShellFolderView","features":[111]},{"name":"ShellFolderViewOC","features":[111]},{"name":"ShellFolderViewOptions","features":[111]},{"name":"ShellImageDataFactory","features":[111]},{"name":"ShellItem","features":[111]},{"name":"ShellLibrary","features":[111]},{"name":"ShellLink","features":[111]},{"name":"ShellLinkObject","features":[111]},{"name":"ShellMessageBoxA","features":[3,111,52]},{"name":"ShellMessageBoxW","features":[3,111,52]},{"name":"ShellNameSpace","features":[111]},{"name":"ShellSpecialFolderConstants","features":[111]},{"name":"ShellUIHelper","features":[111]},{"name":"ShellWindowFindWindowOptions","features":[111]},{"name":"ShellWindowTypeConstants","features":[111]},{"name":"ShellWindows","features":[111]},{"name":"Shell_GetCachedImageIndex","features":[111]},{"name":"Shell_GetCachedImageIndexA","features":[111]},{"name":"Shell_GetCachedImageIndexW","features":[111]},{"name":"Shell_GetImageLists","features":[3,42,111]},{"name":"Shell_MergeMenus","features":[111,52]},{"name":"Shell_NotifyIconA","features":[3,111,52]},{"name":"Shell_NotifyIconGetRect","features":[3,111]},{"name":"Shell_NotifyIconW","features":[3,111,52]},{"name":"ShowInputPaneAnimationCoordinator","features":[111]},{"name":"SignalFileOpen","features":[3,220]},{"name":"SimpleConflictPresenter","features":[111]},{"name":"SizeCategorizer","features":[111]},{"name":"SmartcardCredentialProvider","features":[111]},{"name":"SmartcardPinProvider","features":[111]},{"name":"SmartcardReaderSelectionProvider","features":[111]},{"name":"SmartcardWinRTProvider","features":[111]},{"name":"SoftwareUpdateMessageBox","features":[3,160,111]},{"name":"StartMenuPin","features":[111]},{"name":"StgMakeUniqueName","features":[111]},{"name":"StorageProviderBanners","features":[111]},{"name":"StrCSpnA","features":[111]},{"name":"StrCSpnIA","features":[111]},{"name":"StrCSpnIW","features":[111]},{"name":"StrCSpnW","features":[111]},{"name":"StrCatBuffA","features":[111]},{"name":"StrCatBuffW","features":[111]},{"name":"StrCatChainW","features":[111]},{"name":"StrCatW","features":[111]},{"name":"StrChrA","features":[111]},{"name":"StrChrIA","features":[111]},{"name":"StrChrIW","features":[111]},{"name":"StrChrNIW","features":[111]},{"name":"StrChrNW","features":[111]},{"name":"StrChrW","features":[111]},{"name":"StrCmpCA","features":[111]},{"name":"StrCmpCW","features":[111]},{"name":"StrCmpICA","features":[111]},{"name":"StrCmpICW","features":[111]},{"name":"StrCmpIW","features":[111]},{"name":"StrCmpLogicalW","features":[111]},{"name":"StrCmpNA","features":[111]},{"name":"StrCmpNCA","features":[111]},{"name":"StrCmpNCW","features":[111]},{"name":"StrCmpNIA","features":[111]},{"name":"StrCmpNICA","features":[111]},{"name":"StrCmpNICW","features":[111]},{"name":"StrCmpNIW","features":[111]},{"name":"StrCmpNW","features":[111]},{"name":"StrCmpW","features":[111]},{"name":"StrCpyNW","features":[111]},{"name":"StrCpyW","features":[111]},{"name":"StrDupA","features":[111]},{"name":"StrDupW","features":[111]},{"name":"StrFormatByteSize64A","features":[111]},{"name":"StrFormatByteSizeA","features":[111]},{"name":"StrFormatByteSizeEx","features":[111]},{"name":"StrFormatByteSizeW","features":[111]},{"name":"StrFormatKBSizeA","features":[111]},{"name":"StrFormatKBSizeW","features":[111]},{"name":"StrFromTimeIntervalA","features":[111]},{"name":"StrFromTimeIntervalW","features":[111]},{"name":"StrIsIntlEqualA","features":[3,111]},{"name":"StrIsIntlEqualW","features":[3,111]},{"name":"StrNCatA","features":[111]},{"name":"StrNCatW","features":[111]},{"name":"StrPBrkA","features":[111]},{"name":"StrPBrkW","features":[111]},{"name":"StrRChrA","features":[111]},{"name":"StrRChrIA","features":[111]},{"name":"StrRChrIW","features":[111]},{"name":"StrRChrW","features":[111]},{"name":"StrRStrIA","features":[111]},{"name":"StrRStrIW","features":[111]},{"name":"StrRetToBSTR","features":[220]},{"name":"StrRetToBufA","features":[220]},{"name":"StrRetToBufW","features":[220]},{"name":"StrRetToStrA","features":[220]},{"name":"StrRetToStrW","features":[220]},{"name":"StrSpnA","features":[111]},{"name":"StrSpnW","features":[111]},{"name":"StrStrA","features":[111]},{"name":"StrStrIA","features":[111]},{"name":"StrStrIW","features":[111]},{"name":"StrStrNIW","features":[111]},{"name":"StrStrNW","features":[111]},{"name":"StrStrW","features":[111]},{"name":"StrToInt64ExA","features":[3,111]},{"name":"StrToInt64ExW","features":[3,111]},{"name":"StrToIntA","features":[111]},{"name":"StrToIntExA","features":[3,111]},{"name":"StrToIntExW","features":[3,111]},{"name":"StrToIntW","features":[111]},{"name":"StrTrimA","features":[3,111]},{"name":"StrTrimW","features":[3,111]},{"name":"SuspensionDependencyManager","features":[111]},{"name":"SyncMgr","features":[111]},{"name":"SyncMgrClient","features":[111]},{"name":"SyncMgrControl","features":[111]},{"name":"SyncMgrFolder","features":[111]},{"name":"SyncMgrScheduleWizard","features":[111]},{"name":"SyncResultsFolder","features":[111]},{"name":"SyncSetupFolder","features":[111]},{"name":"TBIF_APPEND","features":[111]},{"name":"TBIF_DEFAULT","features":[111]},{"name":"TBIF_INTERNETBAR","features":[111]},{"name":"TBIF_NOTOOLBAR","features":[111]},{"name":"TBIF_PREPEND","features":[111]},{"name":"TBIF_REPLACE","features":[111]},{"name":"TBIF_STANDARDTOOLBAR","features":[111]},{"name":"TBINFO","features":[111]},{"name":"TBPFLAG","features":[111]},{"name":"TBPF_ERROR","features":[111]},{"name":"TBPF_INDETERMINATE","features":[111]},{"name":"TBPF_NOPROGRESS","features":[111]},{"name":"TBPF_NORMAL","features":[111]},{"name":"TBPF_PAUSED","features":[111]},{"name":"THBF_DISABLED","features":[111]},{"name":"THBF_DISMISSONCLICK","features":[111]},{"name":"THBF_ENABLED","features":[111]},{"name":"THBF_HIDDEN","features":[111]},{"name":"THBF_NOBACKGROUND","features":[111]},{"name":"THBF_NONINTERACTIVE","features":[111]},{"name":"THBN_CLICKED","features":[111]},{"name":"THB_BITMAP","features":[111]},{"name":"THB_FLAGS","features":[111]},{"name":"THB_ICON","features":[111]},{"name":"THB_TOOLTIP","features":[111]},{"name":"THUMBBUTTON","features":[111,52]},{"name":"THUMBBUTTONFLAGS","features":[111]},{"name":"THUMBBUTTONMASK","features":[111]},{"name":"TITLEBARNAMELEN","features":[111]},{"name":"TI_BITMAP","features":[111]},{"name":"TI_FLAGS","features":[111]},{"name":"TI_JPEG","features":[111]},{"name":"TLEF_ABSOLUTE","features":[111]},{"name":"TLEF_EXCLUDE_ABOUT_PAGES","features":[111]},{"name":"TLEF_EXCLUDE_SUBFRAME_ENTRIES","features":[111]},{"name":"TLEF_INCLUDE_UNINVOKEABLE","features":[111]},{"name":"TLEF_RELATIVE_BACK","features":[111]},{"name":"TLEF_RELATIVE_FORE","features":[111]},{"name":"TLEF_RELATIVE_INCLUDE_CURRENT","features":[111]},{"name":"TLENUMF","features":[111]},{"name":"TLMENUF_BACK","features":[111]},{"name":"TLMENUF_FORE","features":[111]},{"name":"TLMENUF_INCLUDECURRENT","features":[111]},{"name":"TLOG_BACK","features":[111]},{"name":"TLOG_CURRENT","features":[111]},{"name":"TLOG_FORE","features":[111]},{"name":"TOOLBARITEM","features":[3,14,111]},{"name":"TRANSLATEURL_FL_GUESS_PROTOCOL","features":[111]},{"name":"TRANSLATEURL_FL_USE_DEFAULT_PROTOCOL","features":[111]},{"name":"TRANSLATEURL_IN_FLAGS","features":[111]},{"name":"TSF_ALLOW_DECRYPTION","features":[111]},{"name":"TSF_COPY_CREATION_TIME","features":[111]},{"name":"TSF_COPY_HARD_LINK","features":[111]},{"name":"TSF_COPY_LOCALIZED_NAME","features":[111]},{"name":"TSF_COPY_WRITE_TIME","features":[111]},{"name":"TSF_DELETE_RECYCLE_IF_POSSIBLE","features":[111]},{"name":"TSF_FAIL_EXIST","features":[111]},{"name":"TSF_MOVE_AS_COPY_DELETE","features":[111]},{"name":"TSF_NORMAL","features":[111]},{"name":"TSF_NO_SECURITY","features":[111]},{"name":"TSF_OVERWRITE_EXIST","features":[111]},{"name":"TSF_RENAME_EXIST","features":[111]},{"name":"TSF_SUSPEND_SHELLEVENTS","features":[111]},{"name":"TSF_USE_FULL_ACCESS","features":[111]},{"name":"TS_INDETERMINATE","features":[111]},{"name":"TS_NONE","features":[111]},{"name":"TS_PERFORMING","features":[111]},{"name":"TS_PREPARING","features":[111]},{"name":"TaskbarList","features":[111]},{"name":"ThumbnailStreamCache","features":[111]},{"name":"ThumbnailStreamCacheOptions","features":[111]},{"name":"TimeCategorizer","features":[111]},{"name":"TrackShellMenu","features":[111]},{"name":"TrayBandSiteService","features":[111]},{"name":"TrayDeskBand","features":[111]},{"name":"UNDOCK_REASON","features":[111]},{"name":"URLASSOCDLG_FL_REGISTER_ASSOC","features":[111]},{"name":"URLASSOCDLG_FL_USE_DEFAULT_NAME","features":[111]},{"name":"URLASSOCIATIONDIALOG_IN_FLAGS","features":[111]},{"name":"URLINVOKECOMMANDINFOA","features":[3,111]},{"name":"URLINVOKECOMMANDINFOW","features":[3,111]},{"name":"URLIS","features":[111]},{"name":"URLIS_APPLIABLE","features":[111]},{"name":"URLIS_DIRECTORY","features":[111]},{"name":"URLIS_FILEURL","features":[111]},{"name":"URLIS_HASQUERY","features":[111]},{"name":"URLIS_NOHISTORY","features":[111]},{"name":"URLIS_OPAQUE","features":[111]},{"name":"URLIS_URL","features":[111]},{"name":"URL_APPLY_DEFAULT","features":[111]},{"name":"URL_APPLY_FORCEAPPLY","features":[111]},{"name":"URL_APPLY_GUESSFILE","features":[111]},{"name":"URL_APPLY_GUESSSCHEME","features":[111]},{"name":"URL_BROWSER_MODE","features":[111]},{"name":"URL_CONVERT_IF_DOSPATH","features":[111]},{"name":"URL_DONT_ESCAPE_EXTRA_INFO","features":[111]},{"name":"URL_DONT_SIMPLIFY","features":[111]},{"name":"URL_DONT_UNESCAPE","features":[111]},{"name":"URL_DONT_UNESCAPE_EXTRA_INFO","features":[111]},{"name":"URL_ESCAPE_ASCII_URI_COMPONENT","features":[111]},{"name":"URL_ESCAPE_AS_UTF8","features":[111]},{"name":"URL_ESCAPE_PERCENT","features":[111]},{"name":"URL_ESCAPE_SEGMENT_ONLY","features":[111]},{"name":"URL_ESCAPE_SPACES_ONLY","features":[111]},{"name":"URL_ESCAPE_UNSAFE","features":[111]},{"name":"URL_E_INVALID_SYNTAX","features":[111]},{"name":"URL_E_UNREGISTERED_PROTOCOL","features":[111]},{"name":"URL_FILE_USE_PATHURL","features":[111]},{"name":"URL_INTERNAL_PATH","features":[111]},{"name":"URL_NO_META","features":[111]},{"name":"URL_PART","features":[111]},{"name":"URL_PARTFLAG_KEEPSCHEME","features":[111]},{"name":"URL_PART_HOSTNAME","features":[111]},{"name":"URL_PART_NONE","features":[111]},{"name":"URL_PART_PASSWORD","features":[111]},{"name":"URL_PART_PORT","features":[111]},{"name":"URL_PART_QUERY","features":[111]},{"name":"URL_PART_SCHEME","features":[111]},{"name":"URL_PART_USERNAME","features":[111]},{"name":"URL_PLUGGABLE_PROTOCOL","features":[111]},{"name":"URL_SCHEME","features":[111]},{"name":"URL_SCHEME_ABOUT","features":[111]},{"name":"URL_SCHEME_FILE","features":[111]},{"name":"URL_SCHEME_FTP","features":[111]},{"name":"URL_SCHEME_GOPHER","features":[111]},{"name":"URL_SCHEME_HTTP","features":[111]},{"name":"URL_SCHEME_HTTPS","features":[111]},{"name":"URL_SCHEME_INVALID","features":[111]},{"name":"URL_SCHEME_JAVASCRIPT","features":[111]},{"name":"URL_SCHEME_KNOWNFOLDER","features":[111]},{"name":"URL_SCHEME_LOCAL","features":[111]},{"name":"URL_SCHEME_MAILTO","features":[111]},{"name":"URL_SCHEME_MAXVALUE","features":[111]},{"name":"URL_SCHEME_MK","features":[111]},{"name":"URL_SCHEME_MSHELP","features":[111]},{"name":"URL_SCHEME_MSSHELLDEVICE","features":[111]},{"name":"URL_SCHEME_MSSHELLIDLIST","features":[111]},{"name":"URL_SCHEME_MSSHELLROOTED","features":[111]},{"name":"URL_SCHEME_NEWS","features":[111]},{"name":"URL_SCHEME_NNTP","features":[111]},{"name":"URL_SCHEME_RES","features":[111]},{"name":"URL_SCHEME_SEARCH","features":[111]},{"name":"URL_SCHEME_SEARCH_MS","features":[111]},{"name":"URL_SCHEME_SHELL","features":[111]},{"name":"URL_SCHEME_SNEWS","features":[111]},{"name":"URL_SCHEME_TELNET","features":[111]},{"name":"URL_SCHEME_UNKNOWN","features":[111]},{"name":"URL_SCHEME_VBSCRIPT","features":[111]},{"name":"URL_SCHEME_WAIS","features":[111]},{"name":"URL_SCHEME_WILDCARD","features":[111]},{"name":"URL_UNESCAPE","features":[111]},{"name":"URL_UNESCAPE_AS_UTF8","features":[111]},{"name":"URL_UNESCAPE_HIGH_ANSI_ONLY","features":[111]},{"name":"URL_UNESCAPE_INPLACE","features":[111]},{"name":"URL_UNESCAPE_URI_COMPONENT","features":[111]},{"name":"URL_WININET_COMPATIBILITY","features":[111]},{"name":"UR_MONITOR_DISCONNECT","features":[111]},{"name":"UR_RESOLUTION_CHANGE","features":[111]},{"name":"UnloadUserProfile","features":[3,111]},{"name":"UnregisterAppConstrainedChangeNotification","features":[111]},{"name":"UnregisterAppStateChangeNotification","features":[111]},{"name":"UnregisterScaleChangeEvent","features":[111]},{"name":"UrlApplySchemeA","features":[111]},{"name":"UrlApplySchemeW","features":[111]},{"name":"UrlCanonicalizeA","features":[111]},{"name":"UrlCanonicalizeW","features":[111]},{"name":"UrlCombineA","features":[111]},{"name":"UrlCombineW","features":[111]},{"name":"UrlCompareA","features":[3,111]},{"name":"UrlCompareW","features":[3,111]},{"name":"UrlCreateFromPathA","features":[111]},{"name":"UrlCreateFromPathW","features":[111]},{"name":"UrlEscapeA","features":[111]},{"name":"UrlEscapeW","features":[111]},{"name":"UrlFixupW","features":[111]},{"name":"UrlGetLocationA","features":[111]},{"name":"UrlGetLocationW","features":[111]},{"name":"UrlGetPartA","features":[111]},{"name":"UrlGetPartW","features":[111]},{"name":"UrlHashA","features":[111]},{"name":"UrlHashW","features":[111]},{"name":"UrlIsA","features":[3,111]},{"name":"UrlIsNoHistoryA","features":[3,111]},{"name":"UrlIsNoHistoryW","features":[3,111]},{"name":"UrlIsOpaqueA","features":[3,111]},{"name":"UrlIsOpaqueW","features":[3,111]},{"name":"UrlIsW","features":[3,111]},{"name":"UrlUnescapeA","features":[111]},{"name":"UrlUnescapeW","features":[111]},{"name":"UserNotification","features":[111]},{"name":"V1PasswordCredentialProvider","features":[111]},{"name":"V1SmartcardCredentialProvider","features":[111]},{"name":"V1WinBioCredentialProvider","features":[111]},{"name":"VALIDATEUNC_CONNECT","features":[111]},{"name":"VALIDATEUNC_NOUI","features":[111]},{"name":"VALIDATEUNC_OPTION","features":[111]},{"name":"VALIDATEUNC_PERSIST","features":[111]},{"name":"VALIDATEUNC_PRINT","features":[111]},{"name":"VALIDATEUNC_VALID","features":[111]},{"name":"VID_Content","features":[111]},{"name":"VID_Details","features":[111]},{"name":"VID_LargeIcons","features":[111]},{"name":"VID_List","features":[111]},{"name":"VID_SmallIcons","features":[111]},{"name":"VID_ThumbStrip","features":[111]},{"name":"VID_Thumbnails","features":[111]},{"name":"VID_Tile","features":[111]},{"name":"VIEW_PRIORITY_CACHEHIT","features":[111]},{"name":"VIEW_PRIORITY_CACHEMISS","features":[111]},{"name":"VIEW_PRIORITY_DESPERATE","features":[111]},{"name":"VIEW_PRIORITY_INHERIT","features":[111]},{"name":"VIEW_PRIORITY_NONE","features":[111]},{"name":"VIEW_PRIORITY_RESTRICTED","features":[111]},{"name":"VIEW_PRIORITY_SHELLEXT","features":[111]},{"name":"VIEW_PRIORITY_SHELLEXT_ASBACKUP","features":[111]},{"name":"VIEW_PRIORITY_STALECACHEHIT","features":[111]},{"name":"VIEW_PRIORITY_USEASDEFAULT","features":[111]},{"name":"VOLUME_PREFIX","features":[111]},{"name":"VPCF_BACKGROUND","features":[111]},{"name":"VPCF_SORTCOLUMN","features":[111]},{"name":"VPCF_SUBTEXT","features":[111]},{"name":"VPCF_TEXT","features":[111]},{"name":"VPCF_TEXTBACKGROUND","features":[111]},{"name":"VPCOLORFLAGS","features":[111]},{"name":"VPWATERMARKFLAGS","features":[111]},{"name":"VPWF_ALPHABLEND","features":[111]},{"name":"VPWF_DEFAULT","features":[111]},{"name":"VariantToStrRet","features":[3,43,44,220]},{"name":"VaultProvider","features":[111]},{"name":"VirtualDesktopManager","features":[111]},{"name":"WC_NETADDRESS","features":[111]},{"name":"WINDOWDATA","features":[220]},{"name":"WM_CPL_LAUNCH","features":[111]},{"name":"WM_CPL_LAUNCHED","features":[111]},{"name":"WPSTYLE_CENTER","features":[111]},{"name":"WPSTYLE_CROPTOFIT","features":[111]},{"name":"WPSTYLE_KEEPASPECT","features":[111]},{"name":"WPSTYLE_MAX","features":[111]},{"name":"WPSTYLE_SPAN","features":[111]},{"name":"WPSTYLE_STRETCH","features":[111]},{"name":"WPSTYLE_TILE","features":[111]},{"name":"WTSAT_ARGB","features":[111]},{"name":"WTSAT_RGB","features":[111]},{"name":"WTSAT_UNKNOWN","features":[111]},{"name":"WTSCF_APPSTYLE","features":[111]},{"name":"WTSCF_DEFAULT","features":[111]},{"name":"WTSCF_FAST","features":[111]},{"name":"WTSCF_SQUARE","features":[111]},{"name":"WTSCF_WIDE","features":[111]},{"name":"WTS_ALPHATYPE","features":[111]},{"name":"WTS_APPSTYLE","features":[111]},{"name":"WTS_CACHED","features":[111]},{"name":"WTS_CACHEFLAGS","features":[111]},{"name":"WTS_CONTEXTFLAGS","features":[111]},{"name":"WTS_CROPTOSQUARE","features":[111]},{"name":"WTS_DEFAULT","features":[111]},{"name":"WTS_EXTRACT","features":[111]},{"name":"WTS_EXTRACTDONOTCACHE","features":[111]},{"name":"WTS_EXTRACTINPROC","features":[111]},{"name":"WTS_E_DATAFILEUNAVAILABLE","features":[111]},{"name":"WTS_E_EXTRACTIONBLOCKED","features":[111]},{"name":"WTS_E_EXTRACTIONPENDING","features":[111]},{"name":"WTS_E_EXTRACTIONTIMEDOUT","features":[111]},{"name":"WTS_E_FAILEDEXTRACTION","features":[111]},{"name":"WTS_E_FASTEXTRACTIONNOTSUPPORTED","features":[111]},{"name":"WTS_E_NOSTORAGEPROVIDERTHUMBNAILHANDLER","features":[111]},{"name":"WTS_E_SURROGATEUNAVAILABLE","features":[111]},{"name":"WTS_FASTEXTRACT","features":[111]},{"name":"WTS_FLAGS","features":[111]},{"name":"WTS_FORCEEXTRACTION","features":[111]},{"name":"WTS_IDEALCACHESIZEONLY","features":[111]},{"name":"WTS_INCACHEONLY","features":[111]},{"name":"WTS_INSTANCESURROGATE","features":[111]},{"name":"WTS_LOWQUALITY","features":[111]},{"name":"WTS_NONE","features":[111]},{"name":"WTS_REQUIRESURROGATE","features":[111]},{"name":"WTS_SCALETOREQUESTEDSIZE","features":[111]},{"name":"WTS_SCALEUP","features":[111]},{"name":"WTS_SKIPFASTEXTRACT","features":[111]},{"name":"WTS_SLOWRECLAIM","features":[111]},{"name":"WTS_THUMBNAILID","features":[111]},{"name":"WTS_WIDETHUMBNAILS","features":[111]},{"name":"WebBrowser","features":[111]},{"name":"WebBrowser_V1","features":[111]},{"name":"WebWizardHost","features":[111]},{"name":"WhichPlatform","features":[111]},{"name":"Win32DeleteFile","features":[3,111]},{"name":"WinBioCredentialProvider","features":[111]},{"name":"WinHelpA","features":[3,111]},{"name":"WinHelpW","features":[3,111]},{"name":"WriteCabinetState","features":[3,111]},{"name":"_BROWSERFRAMEOPTIONS","features":[111]},{"name":"_CDBE_ACTIONS","features":[111]},{"name":"_EXPCMDFLAGS","features":[111]},{"name":"_EXPCMDSTATE","features":[111]},{"name":"_EXPLORERPANESTATE","features":[111]},{"name":"_EXPPS","features":[111]},{"name":"_KF_DEFINITION_FLAGS","features":[111]},{"name":"_KF_REDIRECTION_CAPABILITIES","features":[111]},{"name":"_KF_REDIRECT_FLAGS","features":[111]},{"name":"_NMCII_FLAGS","features":[111]},{"name":"_NMCSAEI_FLAGS","features":[111]},{"name":"_NSTCECLICKTYPE","features":[111]},{"name":"_NSTCEHITTEST","features":[111]},{"name":"_NSTCITEMSTATE","features":[111]},{"name":"_NSTCROOTSTYLE","features":[111]},{"name":"_NSTCSTYLE","features":[111]},{"name":"_OPPROGDLGF","features":[111]},{"name":"_PDMODE","features":[111]},{"name":"_SHCONTF","features":[111]},{"name":"_SICHINTF","features":[111]},{"name":"_SPBEGINF","features":[111]},{"name":"_SPINITF","features":[111]},{"name":"_SV3CVW3_FLAGS","features":[111]},{"name":"_SVGIO","features":[111]},{"name":"_SVSIF","features":[111]},{"name":"_TRANSFER_ADVISE_STATE","features":[111]},{"name":"_TRANSFER_SOURCE_FLAGS","features":[111]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_CSCSYNCINPROGRESS","features":[111]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_RECYCLEDIRTYCOUNT_SERVERDRIVE","features":[111]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_RECYCLEGLOBALDIRTYCOUNT","features":[111]},{"name":"idsAppName","features":[111]},{"name":"idsBadOldPW","features":[111]},{"name":"idsChangePW","features":[111]},{"name":"idsDefKeyword","features":[111]},{"name":"idsDifferentPW","features":[111]},{"name":"idsHelpFile","features":[111]},{"name":"idsIniFile","features":[111]},{"name":"idsIsPassword","features":[111]},{"name":"idsNoHelpMemory","features":[111]},{"name":"idsPassword","features":[111]},{"name":"idsScreenSaver","features":[111]},{"name":"navAllowAutosearch","features":[111]},{"name":"navBlockRedirectsXDomain","features":[111]},{"name":"navBrowserBar","features":[111]},{"name":"navDeferUnload","features":[111]},{"name":"navEnforceRestricted","features":[111]},{"name":"navHomepageNavigate","features":[111]},{"name":"navHostNavigation","features":[111]},{"name":"navHyperlink","features":[111]},{"name":"navKeepWordWheelText","features":[111]},{"name":"navNewWindowsManaged","features":[111]},{"name":"navNoHistory","features":[111]},{"name":"navNoReadFromCache","features":[111]},{"name":"navNoWriteToCache","features":[111]},{"name":"navOpenInBackgroundTab","features":[111]},{"name":"navOpenInNewTab","features":[111]},{"name":"navOpenInNewWindow","features":[111]},{"name":"navOpenNewForegroundTab","features":[111]},{"name":"navRefresh","features":[111]},{"name":"navReserved1","features":[111]},{"name":"navReserved2","features":[111]},{"name":"navReserved3","features":[111]},{"name":"navReserved4","features":[111]},{"name":"navReserved5","features":[111]},{"name":"navReserved6","features":[111]},{"name":"navReserved7","features":[111]},{"name":"navSpeculative","features":[111]},{"name":"navSuggestNewTab","features":[111]},{"name":"navSuggestNewWindow","features":[111]},{"name":"navTravelLogScreenshot","features":[111]},{"name":"navTrustedForActiveX","features":[111]},{"name":"navUntrustedForDownload","features":[111]},{"name":"navVirtualTab","features":[111]},{"name":"secureLockIconMixed","features":[111]},{"name":"secureLockIconSecure128Bit","features":[111]},{"name":"secureLockIconSecure40Bit","features":[111]},{"name":"secureLockIconSecure56Bit","features":[111]},{"name":"secureLockIconSecureFortezza","features":[111]},{"name":"secureLockIconSecureUnknownBits","features":[111]},{"name":"secureLockIconUnsecure","features":[111]},{"name":"ssfALTSTARTUP","features":[111]},{"name":"ssfAPPDATA","features":[111]},{"name":"ssfBITBUCKET","features":[111]},{"name":"ssfCOMMONALTSTARTUP","features":[111]},{"name":"ssfCOMMONAPPDATA","features":[111]},{"name":"ssfCOMMONDESKTOPDIR","features":[111]},{"name":"ssfCOMMONFAVORITES","features":[111]},{"name":"ssfCOMMONPROGRAMS","features":[111]},{"name":"ssfCOMMONSTARTMENU","features":[111]},{"name":"ssfCOMMONSTARTUP","features":[111]},{"name":"ssfCONTROLS","features":[111]},{"name":"ssfCOOKIES","features":[111]},{"name":"ssfDESKTOP","features":[111]},{"name":"ssfDESKTOPDIRECTORY","features":[111]},{"name":"ssfDRIVES","features":[111]},{"name":"ssfFAVORITES","features":[111]},{"name":"ssfFONTS","features":[111]},{"name":"ssfHISTORY","features":[111]},{"name":"ssfINTERNETCACHE","features":[111]},{"name":"ssfLOCALAPPDATA","features":[111]},{"name":"ssfMYPICTURES","features":[111]},{"name":"ssfNETHOOD","features":[111]},{"name":"ssfNETWORK","features":[111]},{"name":"ssfPERSONAL","features":[111]},{"name":"ssfPRINTERS","features":[111]},{"name":"ssfPRINTHOOD","features":[111]},{"name":"ssfPROFILE","features":[111]},{"name":"ssfPROGRAMFILES","features":[111]},{"name":"ssfPROGRAMFILESx86","features":[111]},{"name":"ssfPROGRAMS","features":[111]},{"name":"ssfRECENT","features":[111]},{"name":"ssfSENDTO","features":[111]},{"name":"ssfSTARTMENU","features":[111]},{"name":"ssfSTARTUP","features":[111]},{"name":"ssfSYSTEM","features":[111]},{"name":"ssfSYSTEMx86","features":[111]},{"name":"ssfTEMPLATES","features":[111]},{"name":"ssfWINDOWS","features":[111]},{"name":"wnsprintfA","features":[111]},{"name":"wnsprintfW","features":[111]},{"name":"wvnsprintfA","features":[111]},{"name":"wvnsprintfW","features":[111]}],"671":[{"name":"COMDLG_FILTERSPEC","features":[220]},{"name":"DEVICE_SCALE_FACTOR","features":[220]},{"name":"DEVICE_SCALE_FACTOR_INVALID","features":[220]},{"name":"IObjectArray","features":[220]},{"name":"IObjectCollection","features":[220]},{"name":"ITEMIDLIST","features":[220]},{"name":"PERCEIVED","features":[220]},{"name":"PERCEIVEDFLAG_GDIPLUS","features":[220]},{"name":"PERCEIVEDFLAG_HARDCODED","features":[220]},{"name":"PERCEIVEDFLAG_NATIVESUPPORT","features":[220]},{"name":"PERCEIVEDFLAG_SOFTCODED","features":[220]},{"name":"PERCEIVEDFLAG_UNDEFINED","features":[220]},{"name":"PERCEIVEDFLAG_WMSDK","features":[220]},{"name":"PERCEIVEDFLAG_ZIPFOLDER","features":[220]},{"name":"PERCEIVED_TYPE_APPLICATION","features":[220]},{"name":"PERCEIVED_TYPE_AUDIO","features":[220]},{"name":"PERCEIVED_TYPE_COMPRESSED","features":[220]},{"name":"PERCEIVED_TYPE_CONTACTS","features":[220]},{"name":"PERCEIVED_TYPE_CUSTOM","features":[220]},{"name":"PERCEIVED_TYPE_DOCUMENT","features":[220]},{"name":"PERCEIVED_TYPE_FIRST","features":[220]},{"name":"PERCEIVED_TYPE_FOLDER","features":[220]},{"name":"PERCEIVED_TYPE_GAMEMEDIA","features":[220]},{"name":"PERCEIVED_TYPE_IMAGE","features":[220]},{"name":"PERCEIVED_TYPE_LAST","features":[220]},{"name":"PERCEIVED_TYPE_SYSTEM","features":[220]},{"name":"PERCEIVED_TYPE_TEXT","features":[220]},{"name":"PERCEIVED_TYPE_UNKNOWN","features":[220]},{"name":"PERCEIVED_TYPE_UNSPECIFIED","features":[220]},{"name":"PERCEIVED_TYPE_VIDEO","features":[220]},{"name":"SCALE_100_PERCENT","features":[220]},{"name":"SCALE_120_PERCENT","features":[220]},{"name":"SCALE_125_PERCENT","features":[220]},{"name":"SCALE_140_PERCENT","features":[220]},{"name":"SCALE_150_PERCENT","features":[220]},{"name":"SCALE_160_PERCENT","features":[220]},{"name":"SCALE_175_PERCENT","features":[220]},{"name":"SCALE_180_PERCENT","features":[220]},{"name":"SCALE_200_PERCENT","features":[220]},{"name":"SCALE_225_PERCENT","features":[220]},{"name":"SCALE_250_PERCENT","features":[220]},{"name":"SCALE_300_PERCENT","features":[220]},{"name":"SCALE_350_PERCENT","features":[220]},{"name":"SCALE_400_PERCENT","features":[220]},{"name":"SCALE_450_PERCENT","features":[220]},{"name":"SCALE_500_PERCENT","features":[220]},{"name":"SHCOLSTATE","features":[220]},{"name":"SHCOLSTATE_BATCHREAD","features":[220]},{"name":"SHCOLSTATE_DEFAULT","features":[220]},{"name":"SHCOLSTATE_DISPLAYMASK","features":[220]},{"name":"SHCOLSTATE_EXTENDED","features":[220]},{"name":"SHCOLSTATE_FIXED_RATIO","features":[220]},{"name":"SHCOLSTATE_FIXED_WIDTH","features":[220]},{"name":"SHCOLSTATE_HIDDEN","features":[220]},{"name":"SHCOLSTATE_NODPISCALE","features":[220]},{"name":"SHCOLSTATE_NOSORTBYFOLDERNESS","features":[220]},{"name":"SHCOLSTATE_NO_GROUPBY","features":[220]},{"name":"SHCOLSTATE_ONBYDEFAULT","features":[220]},{"name":"SHCOLSTATE_PREFER_FMTCMP","features":[220]},{"name":"SHCOLSTATE_PREFER_VARCMP","features":[220]},{"name":"SHCOLSTATE_SECONDARYUI","features":[220]},{"name":"SHCOLSTATE_SLOW","features":[220]},{"name":"SHCOLSTATE_TYPEMASK","features":[220]},{"name":"SHCOLSTATE_TYPE_DATE","features":[220]},{"name":"SHCOLSTATE_TYPE_INT","features":[220]},{"name":"SHCOLSTATE_TYPE_STR","features":[220]},{"name":"SHCOLSTATE_VIEWONLY","features":[220]},{"name":"SHELLDETAILS","features":[220]},{"name":"SHITEMID","features":[220]},{"name":"STRRET","features":[220]},{"name":"STRRET_CSTR","features":[220]},{"name":"STRRET_OFFSET","features":[220]},{"name":"STRRET_TYPE","features":[220]},{"name":"STRRET_WSTR","features":[220]}],"672":[{"name":"FPSPS_DEFAULT","features":[62]},{"name":"FPSPS_READONLY","features":[62]},{"name":"FPSPS_TREAT_NEW_VALUES_AS_DIRTY","features":[62]},{"name":"GETPROPERTYSTOREFLAGS","features":[62]},{"name":"GPS_BESTEFFORT","features":[62]},{"name":"GPS_DEFAULT","features":[62]},{"name":"GPS_DELAYCREATION","features":[62]},{"name":"GPS_EXTRINSICPROPERTIES","features":[62]},{"name":"GPS_EXTRINSICPROPERTIESONLY","features":[62]},{"name":"GPS_FASTPROPERTIESONLY","features":[62]},{"name":"GPS_HANDLERPROPERTIESONLY","features":[62]},{"name":"GPS_MASK_VALID","features":[62]},{"name":"GPS_NO_OPLOCK","features":[62]},{"name":"GPS_OPENSLOWITEM","features":[62]},{"name":"GPS_PREFERQUERYPROPERTIES","features":[62]},{"name":"GPS_READWRITE","features":[62]},{"name":"GPS_TEMPORARY","features":[62]},{"name":"GPS_VOLATILEPROPERTIES","features":[62]},{"name":"GPS_VOLATILEPROPERTIESONLY","features":[62]},{"name":"ICreateObject","features":[62]},{"name":"IDelayedPropertyStoreFactory","features":[62]},{"name":"IInitializeWithFile","features":[62]},{"name":"IInitializeWithStream","features":[62]},{"name":"INamedPropertyStore","features":[62]},{"name":"IObjectWithPropertyKey","features":[62]},{"name":"IPersistSerializedPropStorage","features":[62]},{"name":"IPersistSerializedPropStorage2","features":[62]},{"name":"IPropertyChange","features":[62]},{"name":"IPropertyChangeArray","features":[62]},{"name":"IPropertyDescription","features":[62]},{"name":"IPropertyDescription2","features":[62]},{"name":"IPropertyDescriptionAliasInfo","features":[62]},{"name":"IPropertyDescriptionList","features":[62]},{"name":"IPropertyDescriptionRelatedPropertyInfo","features":[62]},{"name":"IPropertyDescriptionSearchInfo","features":[62]},{"name":"IPropertyEnumType","features":[62]},{"name":"IPropertyEnumType2","features":[62]},{"name":"IPropertyEnumTypeList","features":[62]},{"name":"IPropertyStore","features":[62]},{"name":"IPropertyStoreCache","features":[62]},{"name":"IPropertyStoreCapabilities","features":[62]},{"name":"IPropertyStoreFactory","features":[62]},{"name":"IPropertySystem","features":[62]},{"name":"IPropertySystemChangeNotify","features":[62]},{"name":"IPropertyUI","features":[62]},{"name":"InMemoryPropertyStore","features":[62]},{"name":"InMemoryPropertyStoreMarshalByValue","features":[62]},{"name":"PCUSERIALIZEDPROPSTORAGE","features":[62]},{"name":"PDAT_AVERAGE","features":[62]},{"name":"PDAT_DATERANGE","features":[62]},{"name":"PDAT_DEFAULT","features":[62]},{"name":"PDAT_FIRST","features":[62]},{"name":"PDAT_MAX","features":[62]},{"name":"PDAT_MIN","features":[62]},{"name":"PDAT_SUM","features":[62]},{"name":"PDAT_UNION","features":[62]},{"name":"PDCIT_INMEMORY","features":[62]},{"name":"PDCIT_NONE","features":[62]},{"name":"PDCIT_ONDEMAND","features":[62]},{"name":"PDCIT_ONDISK","features":[62]},{"name":"PDCIT_ONDISKALL","features":[62]},{"name":"PDCIT_ONDISKVECTOR","features":[62]},{"name":"PDCOT_BOOLEAN","features":[62]},{"name":"PDCOT_DATETIME","features":[62]},{"name":"PDCOT_NONE","features":[62]},{"name":"PDCOT_NUMBER","features":[62]},{"name":"PDCOT_SIZE","features":[62]},{"name":"PDCOT_STRING","features":[62]},{"name":"PDDT_BOOLEAN","features":[62]},{"name":"PDDT_DATETIME","features":[62]},{"name":"PDDT_ENUMERATED","features":[62]},{"name":"PDDT_NUMBER","features":[62]},{"name":"PDDT_STRING","features":[62]},{"name":"PDEF_ALL","features":[62]},{"name":"PDEF_COLUMN","features":[62]},{"name":"PDEF_INFULLTEXTQUERY","features":[62]},{"name":"PDEF_NONSYSTEM","features":[62]},{"name":"PDEF_QUERYABLE","features":[62]},{"name":"PDEF_SYSTEM","features":[62]},{"name":"PDEF_VIEWABLE","features":[62]},{"name":"PDFF_ALWAYSKB","features":[62]},{"name":"PDFF_DEFAULT","features":[62]},{"name":"PDFF_FILENAME","features":[62]},{"name":"PDFF_HIDEDATE","features":[62]},{"name":"PDFF_HIDETIME","features":[62]},{"name":"PDFF_LONGDATE","features":[62]},{"name":"PDFF_LONGTIME","features":[62]},{"name":"PDFF_NOAUTOREADINGORDER","features":[62]},{"name":"PDFF_PREFIXNAME","features":[62]},{"name":"PDFF_READONLY","features":[62]},{"name":"PDFF_RELATIVEDATE","features":[62]},{"name":"PDFF_RESERVED_RIGHTTOLEFT","features":[62]},{"name":"PDFF_SHORTDATE","features":[62]},{"name":"PDFF_SHORTTIME","features":[62]},{"name":"PDFF_USEEDITINVITATION","features":[62]},{"name":"PDGR_ALPHANUMERIC","features":[62]},{"name":"PDGR_DATE","features":[62]},{"name":"PDGR_DISCRETE","features":[62]},{"name":"PDGR_DYNAMIC","features":[62]},{"name":"PDGR_ENUMERATED","features":[62]},{"name":"PDGR_PERCENT","features":[62]},{"name":"PDGR_SIZE","features":[62]},{"name":"PDOPSTATUS","features":[62]},{"name":"PDOPS_CANCELLED","features":[62]},{"name":"PDOPS_ERRORS","features":[62]},{"name":"PDOPS_PAUSED","features":[62]},{"name":"PDOPS_RUNNING","features":[62]},{"name":"PDOPS_STOPPED","features":[62]},{"name":"PDRDT_COUNT","features":[62]},{"name":"PDRDT_DATE","features":[62]},{"name":"PDRDT_DURATION","features":[62]},{"name":"PDRDT_GENERAL","features":[62]},{"name":"PDRDT_LENGTH","features":[62]},{"name":"PDRDT_PRIORITY","features":[62]},{"name":"PDRDT_RATE","features":[62]},{"name":"PDRDT_RATING","features":[62]},{"name":"PDRDT_REVISION","features":[62]},{"name":"PDRDT_SIZE","features":[62]},{"name":"PDRDT_SPEED","features":[62]},{"name":"PDSD_A_Z","features":[62]},{"name":"PDSD_GENERAL","features":[62]},{"name":"PDSD_LOWEST_HIGHEST","features":[62]},{"name":"PDSD_OLDEST_NEWEST","features":[62]},{"name":"PDSD_SMALLEST_BIGGEST","features":[62]},{"name":"PDSIF_ALWAYSINCLUDE","features":[62]},{"name":"PDSIF_DEFAULT","features":[62]},{"name":"PDSIF_ININVERTEDINDEX","features":[62]},{"name":"PDSIF_ISCOLUMN","features":[62]},{"name":"PDSIF_ISCOLUMNSPARSE","features":[62]},{"name":"PDSIF_USEFORTYPEAHEAD","features":[62]},{"name":"PDTF_ALWAYSINSUPPLEMENTALSTORE","features":[62]},{"name":"PDTF_CANBEPURGED","features":[62]},{"name":"PDTF_CANGROUPBY","features":[62]},{"name":"PDTF_CANSTACKBY","features":[62]},{"name":"PDTF_DEFAULT","features":[62]},{"name":"PDTF_DONTCOERCEEMPTYSTRINGS","features":[62]},{"name":"PDTF_INCLUDEINFULLTEXTQUERY","features":[62]},{"name":"PDTF_ISGROUP","features":[62]},{"name":"PDTF_ISINNATE","features":[62]},{"name":"PDTF_ISQUERYABLE","features":[62]},{"name":"PDTF_ISSYSTEMPROPERTY","features":[62]},{"name":"PDTF_ISTREEPROPERTY","features":[62]},{"name":"PDTF_ISVIEWABLE","features":[62]},{"name":"PDTF_MASK_ALL","features":[62]},{"name":"PDTF_MULTIPLEVALUES","features":[62]},{"name":"PDTF_SEARCHRAWVALUE","features":[62]},{"name":"PDVF_BEGINNEWGROUP","features":[62]},{"name":"PDVF_CANWRAP","features":[62]},{"name":"PDVF_CENTERALIGN","features":[62]},{"name":"PDVF_DEFAULT","features":[62]},{"name":"PDVF_FILLAREA","features":[62]},{"name":"PDVF_HIDDEN","features":[62]},{"name":"PDVF_HIDELABEL","features":[62]},{"name":"PDVF_MASK_ALL","features":[62]},{"name":"PDVF_RIGHTALIGN","features":[62]},{"name":"PDVF_SHOWBYDEFAULT","features":[62]},{"name":"PDVF_SHOWINPRIMARYLIST","features":[62]},{"name":"PDVF_SHOWINSECONDARYLIST","features":[62]},{"name":"PDVF_SHOWONLYIFPRESENT","features":[62]},{"name":"PDVF_SORTDESCENDING","features":[62]},{"name":"PET_DEFAULTVALUE","features":[62]},{"name":"PET_DISCRETEVALUE","features":[62]},{"name":"PET_ENDRANGE","features":[62]},{"name":"PET_RANGEDVALUE","features":[62]},{"name":"PKA_APPEND","features":[62]},{"name":"PKA_DELETE","features":[62]},{"name":"PKA_FLAGS","features":[62]},{"name":"PKA_SET","features":[62]},{"name":"PKEY_PIDSTR_MAX","features":[62]},{"name":"PLACEHOLDER_STATES","features":[62]},{"name":"PROPDESC_AGGREGATION_TYPE","features":[62]},{"name":"PROPDESC_COLUMNINDEX_TYPE","features":[62]},{"name":"PROPDESC_CONDITION_TYPE","features":[62]},{"name":"PROPDESC_DISPLAYTYPE","features":[62]},{"name":"PROPDESC_ENUMFILTER","features":[62]},{"name":"PROPDESC_FORMAT_FLAGS","features":[62]},{"name":"PROPDESC_GROUPING_RANGE","features":[62]},{"name":"PROPDESC_RELATIVEDESCRIPTION_TYPE","features":[62]},{"name":"PROPDESC_SEARCHINFO_FLAGS","features":[62]},{"name":"PROPDESC_SORTDESCRIPTION","features":[62]},{"name":"PROPDESC_TYPE_FLAGS","features":[62]},{"name":"PROPDESC_VIEW_FLAGS","features":[62]},{"name":"PROPENUMTYPE","features":[62]},{"name":"PROPERTYKEY","features":[62]},{"name":"PROPERTYUI_FLAGS","features":[62]},{"name":"PROPERTYUI_FORMAT_FLAGS","features":[62]},{"name":"PROPERTYUI_NAME_FLAGS","features":[62]},{"name":"PROPPRG","features":[62]},{"name":"PSC_DIRTY","features":[62]},{"name":"PSC_NORMAL","features":[62]},{"name":"PSC_NOTINSOURCE","features":[62]},{"name":"PSC_READONLY","features":[62]},{"name":"PSC_STATE","features":[62]},{"name":"PSCoerceToCanonicalValue","features":[3,65,44,62]},{"name":"PSCreateAdapterFromPropertyStore","features":[62]},{"name":"PSCreateDelayedMultiplexPropertyStore","features":[62]},{"name":"PSCreateMemoryPropertyStore","features":[62]},{"name":"PSCreateMultiplexPropertyStore","features":[62]},{"name":"PSCreatePropertyChangeArray","features":[3,65,44,62]},{"name":"PSCreatePropertyStoreFromObject","features":[62]},{"name":"PSCreatePropertyStoreFromPropertySetStorage","features":[62]},{"name":"PSCreateSimplePropertyChange","features":[3,65,44,62]},{"name":"PSEnumeratePropertyDescriptions","features":[62]},{"name":"PSFormatForDisplay","features":[3,65,44,62]},{"name":"PSFormatForDisplayAlloc","features":[3,65,44,62]},{"name":"PSFormatPropertyValue","features":[62]},{"name":"PSGetImageReferenceForValue","features":[3,65,44,62]},{"name":"PSGetItemPropertyHandler","features":[3,62]},{"name":"PSGetItemPropertyHandlerWithCreateObject","features":[3,62]},{"name":"PSGetNameFromPropertyKey","features":[62]},{"name":"PSGetNamedPropertyFromPropertyStorage","features":[3,65,44,62]},{"name":"PSGetPropertyDescription","features":[62]},{"name":"PSGetPropertyDescriptionByName","features":[62]},{"name":"PSGetPropertyDescriptionListFromString","features":[62]},{"name":"PSGetPropertyFromPropertyStorage","features":[3,65,44,62]},{"name":"PSGetPropertyKeyFromName","features":[62]},{"name":"PSGetPropertySystem","features":[62]},{"name":"PSGetPropertyValue","features":[3,65,44,62]},{"name":"PSLookupPropertyHandlerCLSID","features":[62]},{"name":"PSPropertyBag_Delete","features":[62]},{"name":"PSPropertyBag_ReadBOOL","features":[3,62]},{"name":"PSPropertyBag_ReadBSTR","features":[62]},{"name":"PSPropertyBag_ReadDWORD","features":[62]},{"name":"PSPropertyBag_ReadGUID","features":[62]},{"name":"PSPropertyBag_ReadInt","features":[62]},{"name":"PSPropertyBag_ReadLONG","features":[62]},{"name":"PSPropertyBag_ReadPOINTL","features":[3,62]},{"name":"PSPropertyBag_ReadPOINTS","features":[3,62]},{"name":"PSPropertyBag_ReadPropertyKey","features":[62]},{"name":"PSPropertyBag_ReadRECTL","features":[3,62]},{"name":"PSPropertyBag_ReadSHORT","features":[62]},{"name":"PSPropertyBag_ReadStr","features":[62]},{"name":"PSPropertyBag_ReadStrAlloc","features":[62]},{"name":"PSPropertyBag_ReadStream","features":[62]},{"name":"PSPropertyBag_ReadType","features":[3,43,44,62]},{"name":"PSPropertyBag_ReadULONGLONG","features":[62]},{"name":"PSPropertyBag_ReadUnknown","features":[62]},{"name":"PSPropertyBag_WriteBOOL","features":[3,62]},{"name":"PSPropertyBag_WriteBSTR","features":[62]},{"name":"PSPropertyBag_WriteDWORD","features":[62]},{"name":"PSPropertyBag_WriteGUID","features":[62]},{"name":"PSPropertyBag_WriteInt","features":[62]},{"name":"PSPropertyBag_WriteLONG","features":[62]},{"name":"PSPropertyBag_WritePOINTL","features":[3,62]},{"name":"PSPropertyBag_WritePOINTS","features":[3,62]},{"name":"PSPropertyBag_WritePropertyKey","features":[62]},{"name":"PSPropertyBag_WriteRECTL","features":[3,62]},{"name":"PSPropertyBag_WriteSHORT","features":[62]},{"name":"PSPropertyBag_WriteStr","features":[62]},{"name":"PSPropertyBag_WriteStream","features":[62]},{"name":"PSPropertyBag_WriteULONGLONG","features":[62]},{"name":"PSPropertyBag_WriteUnknown","features":[62]},{"name":"PSPropertyKeyFromString","features":[62]},{"name":"PSRefreshPropertySchema","features":[62]},{"name":"PSRegisterPropertySchema","features":[62]},{"name":"PSSetPropertyValue","features":[3,65,44,62]},{"name":"PSStringFromPropertyKey","features":[62]},{"name":"PSUnregisterPropertySchema","features":[62]},{"name":"PS_ALL","features":[62]},{"name":"PS_CLOUDFILE_PLACEHOLDER","features":[62]},{"name":"PS_CREATE_FILE_ACCESSIBLE","features":[62]},{"name":"PS_DEFAULT","features":[62]},{"name":"PS_FULL_PRIMARY_STREAM_AVAILABLE","features":[62]},{"name":"PS_MARKED_FOR_OFFLINE_AVAILABILITY","features":[62]},{"name":"PS_NONE","features":[62]},{"name":"PUIFFDF_DEFAULT","features":[62]},{"name":"PUIFFDF_FRIENDLYDATE","features":[62]},{"name":"PUIFFDF_NOTIME","features":[62]},{"name":"PUIFFDF_RIGHTTOLEFT","features":[62]},{"name":"PUIFFDF_SHORTFORMAT","features":[62]},{"name":"PUIFNF_DEFAULT","features":[62]},{"name":"PUIFNF_MNEMONIC","features":[62]},{"name":"PUIF_DEFAULT","features":[62]},{"name":"PUIF_NOLABELININFOTIP","features":[62]},{"name":"PUIF_RIGHTALIGN","features":[62]},{"name":"PifMgr_CloseProperties","features":[3,62]},{"name":"PifMgr_GetProperties","features":[3,62]},{"name":"PifMgr_OpenProperties","features":[3,62]},{"name":"PifMgr_SetProperties","features":[3,62]},{"name":"PropertySystem","features":[62]},{"name":"SERIALIZEDPROPSTORAGE","features":[62]},{"name":"SESF_ALL_FLAGS","features":[62]},{"name":"SESF_AUTHENTICATION_ERROR","features":[62]},{"name":"SESF_NONE","features":[62]},{"name":"SESF_PAUSED_DUE_TO_CLIENT_POLICY","features":[62]},{"name":"SESF_PAUSED_DUE_TO_DISK_SPACE_FULL","features":[62]},{"name":"SESF_PAUSED_DUE_TO_METERED_NETWORK","features":[62]},{"name":"SESF_PAUSED_DUE_TO_SERVICE_POLICY","features":[62]},{"name":"SESF_PAUSED_DUE_TO_USER_REQUEST","features":[62]},{"name":"SESF_SERVICE_QUOTA_EXCEEDED_LIMIT","features":[62]},{"name":"SESF_SERVICE_QUOTA_NEARING_LIMIT","features":[62]},{"name":"SESF_SERVICE_UNAVAILABLE","features":[62]},{"name":"SHAddDefaultPropertiesByExt","features":[62]},{"name":"SHGetPropertyStoreForWindow","features":[3,62]},{"name":"SHGetPropertyStoreFromIDList","features":[220,62]},{"name":"SHGetPropertyStoreFromParsingName","features":[62]},{"name":"SHPropStgCreate","features":[62]},{"name":"SHPropStgReadMultiple","features":[3,65,44,62]},{"name":"SHPropStgWriteMultiple","features":[3,65,44,62]},{"name":"STS_EXCLUDED","features":[62]},{"name":"STS_FETCHING_METADATA","features":[62]},{"name":"STS_HASERROR","features":[62]},{"name":"STS_HASWARNING","features":[62]},{"name":"STS_INCOMPLETE","features":[62]},{"name":"STS_NEEDSDOWNLOAD","features":[62]},{"name":"STS_NEEDSUPLOAD","features":[62]},{"name":"STS_NONE","features":[62]},{"name":"STS_PAUSED","features":[62]},{"name":"STS_PLACEHOLDER_IFEMPTY","features":[62]},{"name":"STS_TRANSFERRING","features":[62]},{"name":"STS_USER_REQUESTED_REFRESH","features":[62]},{"name":"SYNC_ENGINE_STATE_FLAGS","features":[62]},{"name":"SYNC_TRANSFER_STATUS","features":[62]},{"name":"_PERSIST_SPROPSTORE_FLAGS","features":[62]}],"673":[{"name":"ALT_BREAKS","features":[221]},{"name":"ALT_BREAKS_FULL","features":[221]},{"name":"ALT_BREAKS_SAME","features":[221]},{"name":"ALT_BREAKS_UNIQUE","features":[221]},{"name":"ASYNC_RECO_ADDSTROKE_FAILED","features":[221]},{"name":"ASYNC_RECO_INTERRUPTED","features":[221]},{"name":"ASYNC_RECO_PROCESS_FAILED","features":[221]},{"name":"ASYNC_RECO_RESETCONTEXT_FAILED","features":[221]},{"name":"ASYNC_RECO_SETCACMODE_FAILED","features":[221]},{"name":"ASYNC_RECO_SETFACTOID_FAILED","features":[221]},{"name":"ASYNC_RECO_SETFLAGS_FAILED","features":[221]},{"name":"ASYNC_RECO_SETGUIDE_FAILED","features":[221]},{"name":"ASYNC_RECO_SETTEXTCONTEXT_FAILED","features":[221]},{"name":"ASYNC_RECO_SETWORDLIST_FAILED","features":[221]},{"name":"AddStroke","features":[14,221]},{"name":"AddWordsToWordList","features":[221]},{"name":"AdviseInkChange","features":[3,221]},{"name":"AppearanceConstants","features":[221]},{"name":"AsyncStylusQueue","features":[221]},{"name":"AsyncStylusQueueImmediate","features":[221]},{"name":"BEST_COMPLETE","features":[221]},{"name":"BorderStyleConstants","features":[221]},{"name":"CAC_FULL","features":[221]},{"name":"CAC_PREFIX","features":[221]},{"name":"CAC_RANDOM","features":[221]},{"name":"CFL_INTERMEDIATE","features":[221]},{"name":"CFL_POOR","features":[221]},{"name":"CFL_STRONG","features":[221]},{"name":"CHARACTER_RANGE","features":[221]},{"name":"CONFIDENCE_LEVEL","features":[221]},{"name":"Closed","features":[221]},{"name":"CorrectionMode","features":[221]},{"name":"CorrectionMode_NotVisible","features":[221]},{"name":"CorrectionMode_PostInsertionCollapsed","features":[221]},{"name":"CorrectionMode_PostInsertionExpanded","features":[221]},{"name":"CorrectionMode_PreInsertion","features":[221]},{"name":"CorrectionPosition","features":[221]},{"name":"CorrectionPosition_Auto","features":[221]},{"name":"CorrectionPosition_Bottom","features":[221]},{"name":"CorrectionPosition_Top","features":[221]},{"name":"CreateContext","features":[221]},{"name":"CreateRecognizer","features":[221]},{"name":"DISPID_DAAntiAliased","features":[221]},{"name":"DISPID_DAClone","features":[221]},{"name":"DISPID_DAColor","features":[221]},{"name":"DISPID_DAExtendedProperties","features":[221]},{"name":"DISPID_DAFitToCurve","features":[221]},{"name":"DISPID_DAHeight","features":[221]},{"name":"DISPID_DAIgnorePressure","features":[221]},{"name":"DISPID_DAPenTip","features":[221]},{"name":"DISPID_DARasterOperation","features":[221]},{"name":"DISPID_DATransparency","features":[221]},{"name":"DISPID_DAWidth","features":[221]},{"name":"DISPID_DisableNoScroll","features":[221]},{"name":"DISPID_DragIcon","features":[221]},{"name":"DISPID_DrawAttr","features":[221]},{"name":"DISPID_Enabled","features":[221]},{"name":"DISPID_Factoid","features":[221]},{"name":"DISPID_GetGestStatus","features":[221]},{"name":"DISPID_Hwnd","features":[221]},{"name":"DISPID_IAddStrokesAtRectangle","features":[221]},{"name":"DISPID_ICAutoRedraw","features":[221]},{"name":"DISPID_ICBId","features":[221]},{"name":"DISPID_ICBName","features":[221]},{"name":"DISPID_ICBState","features":[221]},{"name":"DISPID_ICBsCount","features":[221]},{"name":"DISPID_ICBsItem","features":[221]},{"name":"DISPID_ICBs_NewEnum","features":[221]},{"name":"DISPID_ICCollectingInk","features":[221]},{"name":"DISPID_ICCollectionMode","features":[221]},{"name":"DISPID_ICCursors","features":[221]},{"name":"DISPID_ICDefaultDrawingAttributes","features":[221]},{"name":"DISPID_ICDesiredPacketDescription","features":[221]},{"name":"DISPID_ICDynamicRendering","features":[221]},{"name":"DISPID_ICECursorButtonDown","features":[221]},{"name":"DISPID_ICECursorButtonUp","features":[221]},{"name":"DISPID_ICECursorDown","features":[221]},{"name":"DISPID_ICECursorInRange","features":[221]},{"name":"DISPID_ICECursorOutOfRange","features":[221]},{"name":"DISPID_ICEGesture","features":[221]},{"name":"DISPID_ICENewInAirPackets","features":[221]},{"name":"DISPID_ICENewPackets","features":[221]},{"name":"DISPID_ICEStroke","features":[221]},{"name":"DISPID_ICESystemGesture","features":[221]},{"name":"DISPID_ICETabletAdded","features":[221]},{"name":"DISPID_ICETabletRemoved","features":[221]},{"name":"DISPID_ICEnabled","features":[221]},{"name":"DISPID_ICGetEventInterest","features":[221]},{"name":"DISPID_ICGetGestureStatus","features":[221]},{"name":"DISPID_ICGetWindowInputRectangle","features":[221]},{"name":"DISPID_ICHwnd","features":[221]},{"name":"DISPID_ICInk","features":[221]},{"name":"DISPID_ICMarginX","features":[221]},{"name":"DISPID_ICMarginY","features":[221]},{"name":"DISPID_ICMouseIcon","features":[221]},{"name":"DISPID_ICMousePointer","features":[221]},{"name":"DISPID_ICPaint","features":[221]},{"name":"DISPID_ICRenderer","features":[221]},{"name":"DISPID_ICSetAllTabletsMode","features":[221]},{"name":"DISPID_ICSetEventInterest","features":[221]},{"name":"DISPID_ICSetGestureStatus","features":[221]},{"name":"DISPID_ICSetSingleTabletIntegratedMode","features":[221]},{"name":"DISPID_ICSetWindowInputRectangle","features":[221]},{"name":"DISPID_ICSsAdd","features":[221]},{"name":"DISPID_ICSsClear","features":[221]},{"name":"DISPID_ICSsCount","features":[221]},{"name":"DISPID_ICSsItem","features":[221]},{"name":"DISPID_ICSsRemove","features":[221]},{"name":"DISPID_ICSs_NewEnum","features":[221]},{"name":"DISPID_ICSupportHighContrastInk","features":[221]},{"name":"DISPID_ICTablet","features":[221]},{"name":"DISPID_ICText","features":[221]},{"name":"DISPID_ICanPaste","features":[221]},{"name":"DISPID_IClip","features":[221]},{"name":"DISPID_IClipboardCopy","features":[221]},{"name":"DISPID_IClipboardCopyWithRectangle","features":[221]},{"name":"DISPID_IClipboardPaste","features":[221]},{"name":"DISPID_IClone","features":[221]},{"name":"DISPID_ICreateStroke","features":[221]},{"name":"DISPID_ICreateStrokeFromPoints","features":[221]},{"name":"DISPID_ICreateStrokes","features":[221]},{"name":"DISPID_ICsCount","features":[221]},{"name":"DISPID_ICsItem","features":[221]},{"name":"DISPID_ICs_NewEnum","features":[221]},{"name":"DISPID_ICsrButtons","features":[221]},{"name":"DISPID_ICsrDrawingAttributes","features":[221]},{"name":"DISPID_ICsrId","features":[221]},{"name":"DISPID_ICsrInverted","features":[221]},{"name":"DISPID_ICsrName","features":[221]},{"name":"DISPID_ICsrTablet","features":[221]},{"name":"DISPID_ICustomStrokes","features":[221]},{"name":"DISPID_IDeleteStroke","features":[221]},{"name":"DISPID_IDeleteStrokes","features":[221]},{"name":"DISPID_IDirty","features":[221]},{"name":"DISPID_IEInkAdded","features":[221]},{"name":"DISPID_IEInkDeleted","features":[221]},{"name":"DISPID_IEPData","features":[221]},{"name":"DISPID_IEPGuid","features":[221]},{"name":"DISPID_IEPsAdd","features":[221]},{"name":"DISPID_IEPsClear","features":[221]},{"name":"DISPID_IEPsCount","features":[221]},{"name":"DISPID_IEPsDoesPropertyExist","features":[221]},{"name":"DISPID_IEPsItem","features":[221]},{"name":"DISPID_IEPsRemove","features":[221]},{"name":"DISPID_IEPs_NewEnum","features":[221]},{"name":"DISPID_IExtendedProperties","features":[221]},{"name":"DISPID_IExtractStrokes","features":[221]},{"name":"DISPID_IExtractWithRectangle","features":[221]},{"name":"DISPID_IGConfidence","features":[221]},{"name":"DISPID_IGGetHotPoint","features":[221]},{"name":"DISPID_IGId","features":[221]},{"name":"DISPID_IGetBoundingBox","features":[221]},{"name":"DISPID_IHitTestCircle","features":[221]},{"name":"DISPID_IHitTestWithLasso","features":[221]},{"name":"DISPID_IHitTestWithRectangle","features":[221]},{"name":"DISPID_IInkDivider_Divide","features":[221]},{"name":"DISPID_IInkDivider_LineHeight","features":[221]},{"name":"DISPID_IInkDivider_RecognizerContext","features":[221]},{"name":"DISPID_IInkDivider_Strokes","features":[221]},{"name":"DISPID_IInkDivisionResult_ResultByType","features":[221]},{"name":"DISPID_IInkDivisionResult_Strokes","features":[221]},{"name":"DISPID_IInkDivisionUnit_DivisionType","features":[221]},{"name":"DISPID_IInkDivisionUnit_RecognizedString","features":[221]},{"name":"DISPID_IInkDivisionUnit_RotationTransform","features":[221]},{"name":"DISPID_IInkDivisionUnit_Strokes","features":[221]},{"name":"DISPID_IInkDivisionUnits_Count","features":[221]},{"name":"DISPID_IInkDivisionUnits_Item","features":[221]},{"name":"DISPID_IInkDivisionUnits_NewEnum","features":[221]},{"name":"DISPID_ILoad","features":[221]},{"name":"DISPID_INearestPoint","features":[221]},{"name":"DISPID_IOAttachMode","features":[221]},{"name":"DISPID_IODraw","features":[221]},{"name":"DISPID_IOEPainted","features":[221]},{"name":"DISPID_IOEPainting","features":[221]},{"name":"DISPID_IOESelectionChanged","features":[221]},{"name":"DISPID_IOESelectionChanging","features":[221]},{"name":"DISPID_IOESelectionMoved","features":[221]},{"name":"DISPID_IOESelectionMoving","features":[221]},{"name":"DISPID_IOESelectionResized","features":[221]},{"name":"DISPID_IOESelectionResizing","features":[221]},{"name":"DISPID_IOEStrokesDeleted","features":[221]},{"name":"DISPID_IOEStrokesDeleting","features":[221]},{"name":"DISPID_IOEditingMode","features":[221]},{"name":"DISPID_IOEraserMode","features":[221]},{"name":"DISPID_IOEraserWidth","features":[221]},{"name":"DISPID_IOHitTestSelection","features":[221]},{"name":"DISPID_IOSelection","features":[221]},{"name":"DISPID_IOSupportHighContrastSelectionUI","features":[221]},{"name":"DISPID_IPBackColor","features":[221]},{"name":"DISPID_IPEChangeUICues","features":[221]},{"name":"DISPID_IPEClick","features":[221]},{"name":"DISPID_IPEDblClick","features":[221]},{"name":"DISPID_IPEInvalidated","features":[221]},{"name":"DISPID_IPEKeyDown","features":[221]},{"name":"DISPID_IPEKeyPress","features":[221]},{"name":"DISPID_IPEKeyUp","features":[221]},{"name":"DISPID_IPEMouseDown","features":[221]},{"name":"DISPID_IPEMouseEnter","features":[221]},{"name":"DISPID_IPEMouseHover","features":[221]},{"name":"DISPID_IPEMouseLeave","features":[221]},{"name":"DISPID_IPEMouseMove","features":[221]},{"name":"DISPID_IPEMouseUp","features":[221]},{"name":"DISPID_IPEMouseWheel","features":[221]},{"name":"DISPID_IPEResize","features":[221]},{"name":"DISPID_IPESizeChanged","features":[221]},{"name":"DISPID_IPESizeModeChanged","features":[221]},{"name":"DISPID_IPEStyleChanged","features":[221]},{"name":"DISPID_IPESystemColorsChanged","features":[221]},{"name":"DISPID_IPInkEnabled","features":[221]},{"name":"DISPID_IPPicture","features":[221]},{"name":"DISPID_IPSizeMode","features":[221]},{"name":"DISPID_IRBottom","features":[221]},{"name":"DISPID_IRData","features":[221]},{"name":"DISPID_IRDraw","features":[221]},{"name":"DISPID_IRDrawStroke","features":[221]},{"name":"DISPID_IRERecognition","features":[221]},{"name":"DISPID_IRERecognitionWithAlternates","features":[221]},{"name":"DISPID_IRGColumns","features":[221]},{"name":"DISPID_IRGDrawnBox","features":[221]},{"name":"DISPID_IRGGuideData","features":[221]},{"name":"DISPID_IRGMidline","features":[221]},{"name":"DISPID_IRGRows","features":[221]},{"name":"DISPID_IRGWritingBox","features":[221]},{"name":"DISPID_IRGetObjectTransform","features":[221]},{"name":"DISPID_IRGetRectangle","features":[221]},{"name":"DISPID_IRGetViewTransform","features":[221]},{"name":"DISPID_IRInkSpaceToPixel","features":[221]},{"name":"DISPID_IRInkSpaceToPixelFromPoints","features":[221]},{"name":"DISPID_IRLeft","features":[221]},{"name":"DISPID_IRMeasure","features":[221]},{"name":"DISPID_IRMeasureStroke","features":[221]},{"name":"DISPID_IRMove","features":[221]},{"name":"DISPID_IRPixelToInkSpace","features":[221]},{"name":"DISPID_IRPixelToInkSpaceFromPoints","features":[221]},{"name":"DISPID_IRRight","features":[221]},{"name":"DISPID_IRRotate","features":[221]},{"name":"DISPID_IRScale","features":[221]},{"name":"DISPID_IRSetObjectTransform","features":[221]},{"name":"DISPID_IRSetRectangle","features":[221]},{"name":"DISPID_IRSetViewTransform","features":[221]},{"name":"DISPID_IRTop","features":[221]},{"name":"DISPID_IRecoCtx2_EnabledUnicodeRanges","features":[221]},{"name":"DISPID_IRecoCtx_BackgroundRecognize","features":[221]},{"name":"DISPID_IRecoCtx_BackgroundRecognizeWithAlternates","features":[221]},{"name":"DISPID_IRecoCtx_CharacterAutoCompletionMode","features":[221]},{"name":"DISPID_IRecoCtx_Clone","features":[221]},{"name":"DISPID_IRecoCtx_EndInkInput","features":[221]},{"name":"DISPID_IRecoCtx_Factoid","features":[221]},{"name":"DISPID_IRecoCtx_Flags","features":[221]},{"name":"DISPID_IRecoCtx_Guide","features":[221]},{"name":"DISPID_IRecoCtx_IsStringSupported","features":[221]},{"name":"DISPID_IRecoCtx_PrefixText","features":[221]},{"name":"DISPID_IRecoCtx_Recognize","features":[221]},{"name":"DISPID_IRecoCtx_Recognizer","features":[221]},{"name":"DISPID_IRecoCtx_StopBackgroundRecognition","features":[221]},{"name":"DISPID_IRecoCtx_StopRecognition","features":[221]},{"name":"DISPID_IRecoCtx_Strokes","features":[221]},{"name":"DISPID_IRecoCtx_SuffixText","features":[221]},{"name":"DISPID_IRecoCtx_WordList","features":[221]},{"name":"DISPID_IRecosCount","features":[221]},{"name":"DISPID_IRecosGetDefaultRecognizer","features":[221]},{"name":"DISPID_IRecosItem","features":[221]},{"name":"DISPID_IRecos_NewEnum","features":[221]},{"name":"DISPID_ISDBezierCusps","features":[221]},{"name":"DISPID_ISDBezierPoints","features":[221]},{"name":"DISPID_ISDClip","features":[221]},{"name":"DISPID_ISDDeleted","features":[221]},{"name":"DISPID_ISDDrawingAttributes","features":[221]},{"name":"DISPID_ISDExtendedProperties","features":[221]},{"name":"DISPID_ISDFindIntersections","features":[221]},{"name":"DISPID_ISDGetBoundingBox","features":[221]},{"name":"DISPID_ISDGetFlattenedBezierPoints","features":[221]},{"name":"DISPID_ISDGetPacketData","features":[221]},{"name":"DISPID_ISDGetPacketDescriptionPropertyMetrics","features":[221]},{"name":"DISPID_ISDGetPacketValuesByProperty","features":[221]},{"name":"DISPID_ISDGetPoints","features":[221]},{"name":"DISPID_ISDGetRectangleIntersections","features":[221]},{"name":"DISPID_ISDHitTestCircle","features":[221]},{"name":"DISPID_ISDID","features":[221]},{"name":"DISPID_ISDInk","features":[221]},{"name":"DISPID_ISDInkIndex","features":[221]},{"name":"DISPID_ISDMove","features":[221]},{"name":"DISPID_ISDNearestPoint","features":[221]},{"name":"DISPID_ISDPacketCount","features":[221]},{"name":"DISPID_ISDPacketDescription","features":[221]},{"name":"DISPID_ISDPacketSize","features":[221]},{"name":"DISPID_ISDPolylineCusps","features":[221]},{"name":"DISPID_ISDRotate","features":[221]},{"name":"DISPID_ISDScale","features":[221]},{"name":"DISPID_ISDScaleToRectangle","features":[221]},{"name":"DISPID_ISDSelfIntersections","features":[221]},{"name":"DISPID_ISDSetPacketValuesByProperty","features":[221]},{"name":"DISPID_ISDSetPoints","features":[221]},{"name":"DISPID_ISDShear","features":[221]},{"name":"DISPID_ISDSplit","features":[221]},{"name":"DISPID_ISDTransform","features":[221]},{"name":"DISPID_ISave","features":[221]},{"name":"DISPID_ISsAdd","features":[221]},{"name":"DISPID_ISsAddStrokes","features":[221]},{"name":"DISPID_ISsClip","features":[221]},{"name":"DISPID_ISsCount","features":[221]},{"name":"DISPID_ISsGetBoundingBox","features":[221]},{"name":"DISPID_ISsInk","features":[221]},{"name":"DISPID_ISsItem","features":[221]},{"name":"DISPID_ISsModifyDrawingAttributes","features":[221]},{"name":"DISPID_ISsMove","features":[221]},{"name":"DISPID_ISsRecognitionResult","features":[221]},{"name":"DISPID_ISsRemove","features":[221]},{"name":"DISPID_ISsRemoveRecognitionResult","features":[221]},{"name":"DISPID_ISsRemoveStrokes","features":[221]},{"name":"DISPID_ISsRotate","features":[221]},{"name":"DISPID_ISsScale","features":[221]},{"name":"DISPID_ISsScaleToRectangle","features":[221]},{"name":"DISPID_ISsShear","features":[221]},{"name":"DISPID_ISsToString","features":[221]},{"name":"DISPID_ISsTransform","features":[221]},{"name":"DISPID_ISsValid","features":[221]},{"name":"DISPID_ISs_NewEnum","features":[221]},{"name":"DISPID_IStrokes","features":[221]},{"name":"DISPID_IT2DeviceKind","features":[221]},{"name":"DISPID_IT3IsMultiTouch","features":[221]},{"name":"DISPID_IT3MaximumCursors","features":[221]},{"name":"DISPID_ITData","features":[221]},{"name":"DISPID_ITGetTransform","features":[221]},{"name":"DISPID_ITHardwareCapabilities","features":[221]},{"name":"DISPID_ITIsPacketPropertySupported","features":[221]},{"name":"DISPID_ITMaximumInputRectangle","features":[221]},{"name":"DISPID_ITName","features":[221]},{"name":"DISPID_ITPlugAndPlayId","features":[221]},{"name":"DISPID_ITPropertyMetrics","features":[221]},{"name":"DISPID_ITReflect","features":[221]},{"name":"DISPID_ITReset","features":[221]},{"name":"DISPID_ITRotate","features":[221]},{"name":"DISPID_ITScale","features":[221]},{"name":"DISPID_ITSetTransform","features":[221]},{"name":"DISPID_ITShear","features":[221]},{"name":"DISPID_ITTranslate","features":[221]},{"name":"DISPID_ITeDx","features":[221]},{"name":"DISPID_ITeDy","features":[221]},{"name":"DISPID_ITeM11","features":[221]},{"name":"DISPID_ITeM12","features":[221]},{"name":"DISPID_ITeM21","features":[221]},{"name":"DISPID_ITeM22","features":[221]},{"name":"DISPID_ITsCount","features":[221]},{"name":"DISPID_ITsDefaultTablet","features":[221]},{"name":"DISPID_ITsIsPacketPropertySupported","features":[221]},{"name":"DISPID_ITsItem","features":[221]},{"name":"DISPID_ITs_NewEnum","features":[221]},{"name":"DISPID_IeeChange","features":[221]},{"name":"DISPID_IeeClick","features":[221]},{"name":"DISPID_IeeCursorDown","features":[221]},{"name":"DISPID_IeeDblClick","features":[221]},{"name":"DISPID_IeeGesture","features":[221]},{"name":"DISPID_IeeKeyDown","features":[221]},{"name":"DISPID_IeeKeyPress","features":[221]},{"name":"DISPID_IeeKeyUp","features":[221]},{"name":"DISPID_IeeMouseDown","features":[221]},{"name":"DISPID_IeeMouseMove","features":[221]},{"name":"DISPID_IeeMouseUp","features":[221]},{"name":"DISPID_IeeRecognitionResult","features":[221]},{"name":"DISPID_IeeSelChange","features":[221]},{"name":"DISPID_IeeStroke","features":[221]},{"name":"DISPID_Ink","features":[221]},{"name":"DISPID_InkCollector","features":[221]},{"name":"DISPID_InkCollectorEvent","features":[221]},{"name":"DISPID_InkCursor","features":[221]},{"name":"DISPID_InkCursorButton","features":[221]},{"name":"DISPID_InkCursorButtons","features":[221]},{"name":"DISPID_InkCursors","features":[221]},{"name":"DISPID_InkCustomStrokes","features":[221]},{"name":"DISPID_InkDivider","features":[221]},{"name":"DISPID_InkDivisionResult","features":[221]},{"name":"DISPID_InkDivisionUnit","features":[221]},{"name":"DISPID_InkDivisionUnits","features":[221]},{"name":"DISPID_InkDrawingAttributes","features":[221]},{"name":"DISPID_InkEdit","features":[221]},{"name":"DISPID_InkEditEvents","features":[221]},{"name":"DISPID_InkEvent","features":[221]},{"name":"DISPID_InkExtendedProperties","features":[221]},{"name":"DISPID_InkExtendedProperty","features":[221]},{"name":"DISPID_InkGesture","features":[221]},{"name":"DISPID_InkInsertMode","features":[221]},{"name":"DISPID_InkMode","features":[221]},{"name":"DISPID_InkRecoAlternate","features":[221]},{"name":"DISPID_InkRecoAlternate_AlternatesWithConstantPropertyValues","features":[221]},{"name":"DISPID_InkRecoAlternate_Ascender","features":[221]},{"name":"DISPID_InkRecoAlternate_Baseline","features":[221]},{"name":"DISPID_InkRecoAlternate_Confidence","features":[221]},{"name":"DISPID_InkRecoAlternate_ConfidenceAlternates","features":[221]},{"name":"DISPID_InkRecoAlternate_Descender","features":[221]},{"name":"DISPID_InkRecoAlternate_GetPropertyValue","features":[221]},{"name":"DISPID_InkRecoAlternate_GetStrokesFromStrokeRanges","features":[221]},{"name":"DISPID_InkRecoAlternate_GetStrokesFromTextRange","features":[221]},{"name":"DISPID_InkRecoAlternate_GetTextRangeFromStrokes","features":[221]},{"name":"DISPID_InkRecoAlternate_LineAlternates","features":[221]},{"name":"DISPID_InkRecoAlternate_LineNumber","features":[221]},{"name":"DISPID_InkRecoAlternate_Midline","features":[221]},{"name":"DISPID_InkRecoAlternate_String","features":[221]},{"name":"DISPID_InkRecoAlternate_Strokes","features":[221]},{"name":"DISPID_InkRecoContext","features":[221]},{"name":"DISPID_InkRecoContext2","features":[221]},{"name":"DISPID_InkRecognitionAlternates","features":[221]},{"name":"DISPID_InkRecognitionAlternates_Count","features":[221]},{"name":"DISPID_InkRecognitionAlternates_Item","features":[221]},{"name":"DISPID_InkRecognitionAlternates_NewEnum","features":[221]},{"name":"DISPID_InkRecognitionAlternates_Strokes","features":[221]},{"name":"DISPID_InkRecognitionEvent","features":[221]},{"name":"DISPID_InkRecognitionResult","features":[221]},{"name":"DISPID_InkRecognitionResult_AlternatesFromSelection","features":[221]},{"name":"DISPID_InkRecognitionResult_ModifyTopAlternate","features":[221]},{"name":"DISPID_InkRecognitionResult_SetResultOnStrokes","features":[221]},{"name":"DISPID_InkRecognitionResult_Strokes","features":[221]},{"name":"DISPID_InkRecognitionResult_TopAlternate","features":[221]},{"name":"DISPID_InkRecognitionResult_TopConfidence","features":[221]},{"name":"DISPID_InkRecognitionResult_TopString","features":[221]},{"name":"DISPID_InkRecognizer","features":[221]},{"name":"DISPID_InkRecognizer2","features":[221]},{"name":"DISPID_InkRecognizerGuide","features":[221]},{"name":"DISPID_InkRecognizers","features":[221]},{"name":"DISPID_InkRectangle","features":[221]},{"name":"DISPID_InkRenderer","features":[221]},{"name":"DISPID_InkStrokeDisp","features":[221]},{"name":"DISPID_InkStrokes","features":[221]},{"name":"DISPID_InkTablet","features":[221]},{"name":"DISPID_InkTablet2","features":[221]},{"name":"DISPID_InkTablet3","features":[221]},{"name":"DISPID_InkTablets","features":[221]},{"name":"DISPID_InkTransform","features":[221]},{"name":"DISPID_InkWordList","features":[221]},{"name":"DISPID_InkWordList2","features":[221]},{"name":"DISPID_InkWordList2_AddWords","features":[221]},{"name":"DISPID_InkWordList_AddWord","features":[221]},{"name":"DISPID_InkWordList_Merge","features":[221]},{"name":"DISPID_InkWordList_RemoveWord","features":[221]},{"name":"DISPID_Locked","features":[221]},{"name":"DISPID_MICClear","features":[221]},{"name":"DISPID_MICClose","features":[221]},{"name":"DISPID_MICInsert","features":[221]},{"name":"DISPID_MICPaint","features":[221]},{"name":"DISPID_MathInputControlEvents","features":[221]},{"name":"DISPID_MaxLength","features":[221]},{"name":"DISPID_MultiLine","features":[221]},{"name":"DISPID_PIPAttachedEditWindow","features":[221]},{"name":"DISPID_PIPAutoShow","features":[221]},{"name":"DISPID_PIPBusy","features":[221]},{"name":"DISPID_PIPCommitPendingInput","features":[221]},{"name":"DISPID_PIPCurrentPanel","features":[221]},{"name":"DISPID_PIPDefaultPanel","features":[221]},{"name":"DISPID_PIPEInputFailed","features":[221]},{"name":"DISPID_PIPEPanelChanged","features":[221]},{"name":"DISPID_PIPEPanelMoving","features":[221]},{"name":"DISPID_PIPEVisibleChanged","features":[221]},{"name":"DISPID_PIPEnableTsf","features":[221]},{"name":"DISPID_PIPFactoid","features":[221]},{"name":"DISPID_PIPHeight","features":[221]},{"name":"DISPID_PIPHorizontalOffset","features":[221]},{"name":"DISPID_PIPLeft","features":[221]},{"name":"DISPID_PIPMoveTo","features":[221]},{"name":"DISPID_PIPRefresh","features":[221]},{"name":"DISPID_PIPTop","features":[221]},{"name":"DISPID_PIPVerticalOffset","features":[221]},{"name":"DISPID_PIPVisible","features":[221]},{"name":"DISPID_PIPWidth","features":[221]},{"name":"DISPID_PenInputPanel","features":[221]},{"name":"DISPID_PenInputPanelEvents","features":[221]},{"name":"DISPID_RTSelLength","features":[221]},{"name":"DISPID_RTSelStart","features":[221]},{"name":"DISPID_RTSelText","features":[221]},{"name":"DISPID_RecoCapabilities","features":[221]},{"name":"DISPID_RecoClsid","features":[221]},{"name":"DISPID_RecoCreateRecognizerContext","features":[221]},{"name":"DISPID_RecoId","features":[221]},{"name":"DISPID_RecoLanguageID","features":[221]},{"name":"DISPID_RecoName","features":[221]},{"name":"DISPID_RecoPreferredPacketDescription","features":[221]},{"name":"DISPID_RecoSupportedProperties","features":[221]},{"name":"DISPID_RecoTimeout","features":[221]},{"name":"DISPID_RecoUnicodeRanges","features":[221]},{"name":"DISPID_RecoVendor","features":[221]},{"name":"DISPID_Recognize","features":[221]},{"name":"DISPID_Recognizer","features":[221]},{"name":"DISPID_Refresh","features":[221]},{"name":"DISPID_SEStrokesAdded","features":[221]},{"name":"DISPID_SEStrokesRemoved","features":[221]},{"name":"DISPID_ScrollBars","features":[221]},{"name":"DISPID_SelAlignment","features":[221]},{"name":"DISPID_SelBold","features":[221]},{"name":"DISPID_SelCharOffset","features":[221]},{"name":"DISPID_SelColor","features":[221]},{"name":"DISPID_SelFontName","features":[221]},{"name":"DISPID_SelFontSize","features":[221]},{"name":"DISPID_SelInk","features":[221]},{"name":"DISPID_SelInksDisplayMode","features":[221]},{"name":"DISPID_SelItalic","features":[221]},{"name":"DISPID_SelRTF","features":[221]},{"name":"DISPID_SelUnderline","features":[221]},{"name":"DISPID_SetGestStatus","features":[221]},{"name":"DISPID_Status","features":[221]},{"name":"DISPID_StrokeEvent","features":[221]},{"name":"DISPID_Text","features":[221]},{"name":"DISPID_TextRTF","features":[221]},{"name":"DISPID_UseMouseForInput","features":[221]},{"name":"DYNAMIC_RENDERER_CACHED_DATA","features":[221]},{"name":"DestroyContext","features":[221]},{"name":"DestroyRecognizer","features":[221]},{"name":"DestroyWordList","features":[221]},{"name":"DockedBottom","features":[221]},{"name":"DockedTop","features":[221]},{"name":"DynamicRenderer","features":[221]},{"name":"EM_GETDRAWATTR","features":[221]},{"name":"EM_GETFACTOID","features":[221]},{"name":"EM_GETGESTURESTATUS","features":[221]},{"name":"EM_GETINKINSERTMODE","features":[221]},{"name":"EM_GETINKMODE","features":[221]},{"name":"EM_GETMOUSEICON","features":[221]},{"name":"EM_GETMOUSEPOINTER","features":[221]},{"name":"EM_GETRECOGNIZER","features":[221]},{"name":"EM_GETRECOTIMEOUT","features":[221]},{"name":"EM_GETSELINK","features":[221]},{"name":"EM_GETSELINKDISPLAYMODE","features":[221]},{"name":"EM_GETSTATUS","features":[221]},{"name":"EM_GETUSEMOUSEFORINPUT","features":[221]},{"name":"EM_RECOGNIZE","features":[221]},{"name":"EM_SETDRAWATTR","features":[221]},{"name":"EM_SETFACTOID","features":[221]},{"name":"EM_SETGESTURESTATUS","features":[221]},{"name":"EM_SETINKINSERTMODE","features":[221]},{"name":"EM_SETINKMODE","features":[221]},{"name":"EM_SETMOUSEICON","features":[221]},{"name":"EM_SETMOUSEPOINTER","features":[221]},{"name":"EM_SETRECOGNIZER","features":[221]},{"name":"EM_SETRECOTIMEOUT","features":[221]},{"name":"EM_SETSELINK","features":[221]},{"name":"EM_SETSELINKDISPLAYMODE","features":[221]},{"name":"EM_SETUSEMOUSEFORINPUT","features":[221]},{"name":"EndInkInput","features":[221]},{"name":"EventMask","features":[221]},{"name":"EventMask_All","features":[221]},{"name":"EventMask_CorrectionModeChanged","features":[221]},{"name":"EventMask_CorrectionModeChanging","features":[221]},{"name":"EventMask_InPlaceSizeChanged","features":[221]},{"name":"EventMask_InPlaceSizeChanging","features":[221]},{"name":"EventMask_InPlaceStateChanged","features":[221]},{"name":"EventMask_InPlaceStateChanging","features":[221]},{"name":"EventMask_InPlaceVisibilityChanged","features":[221]},{"name":"EventMask_InPlaceVisibilityChanging","features":[221]},{"name":"EventMask_InputAreaChanged","features":[221]},{"name":"EventMask_InputAreaChanging","features":[221]},{"name":"EventMask_TextInserted","features":[221]},{"name":"EventMask_TextInserting","features":[221]},{"name":"FACILITY_INK","features":[221]},{"name":"FACTOID_BOPOMOFO","features":[221]},{"name":"FACTOID_CHINESESIMPLECOMMON","features":[221]},{"name":"FACTOID_CHINESETRADITIONALCOMMON","features":[221]},{"name":"FACTOID_CURRENCY","features":[221]},{"name":"FACTOID_DATE","features":[221]},{"name":"FACTOID_DEFAULT","features":[221]},{"name":"FACTOID_DIGIT","features":[221]},{"name":"FACTOID_EMAIL","features":[221]},{"name":"FACTOID_FILENAME","features":[221]},{"name":"FACTOID_HANGULCOMMON","features":[221]},{"name":"FACTOID_HANGULRARE","features":[221]},{"name":"FACTOID_HIRAGANA","features":[221]},{"name":"FACTOID_JAMO","features":[221]},{"name":"FACTOID_JAPANESECOMMON","features":[221]},{"name":"FACTOID_KANJICOMMON","features":[221]},{"name":"FACTOID_KANJIRARE","features":[221]},{"name":"FACTOID_KATAKANA","features":[221]},{"name":"FACTOID_KOREANCOMMON","features":[221]},{"name":"FACTOID_LOWERCHAR","features":[221]},{"name":"FACTOID_NONE","features":[221]},{"name":"FACTOID_NUMBER","features":[221]},{"name":"FACTOID_NUMBERSIMPLE","features":[221]},{"name":"FACTOID_ONECHAR","features":[221]},{"name":"FACTOID_PERCENT","features":[221]},{"name":"FACTOID_POSTALCODE","features":[221]},{"name":"FACTOID_PUNCCHAR","features":[221]},{"name":"FACTOID_SYSTEMDICTIONARY","features":[221]},{"name":"FACTOID_TELEPHONE","features":[221]},{"name":"FACTOID_TIME","features":[221]},{"name":"FACTOID_UPPERCHAR","features":[221]},{"name":"FACTOID_WEB","features":[221]},{"name":"FACTOID_WORDLIST","features":[221]},{"name":"FLICKACTION_COMMANDCODE","features":[221]},{"name":"FLICKACTION_COMMANDCODE_APPCOMMAND","features":[221]},{"name":"FLICKACTION_COMMANDCODE_CUSTOMKEY","features":[221]},{"name":"FLICKACTION_COMMANDCODE_KEYMODIFIER","features":[221]},{"name":"FLICKACTION_COMMANDCODE_NULL","features":[221]},{"name":"FLICKACTION_COMMANDCODE_SCROLL","features":[221]},{"name":"FLICKDIRECTION","features":[221]},{"name":"FLICKDIRECTION_DOWN","features":[221]},{"name":"FLICKDIRECTION_DOWNLEFT","features":[221]},{"name":"FLICKDIRECTION_DOWNRIGHT","features":[221]},{"name":"FLICKDIRECTION_INVALID","features":[221]},{"name":"FLICKDIRECTION_LEFT","features":[221]},{"name":"FLICKDIRECTION_MIN","features":[221]},{"name":"FLICKDIRECTION_RIGHT","features":[221]},{"name":"FLICKDIRECTION_UP","features":[221]},{"name":"FLICKDIRECTION_UPLEFT","features":[221]},{"name":"FLICKDIRECTION_UPRIGHT","features":[221]},{"name":"FLICKMODE","features":[221]},{"name":"FLICKMODE_DEFAULT","features":[221]},{"name":"FLICKMODE_LEARNING","features":[221]},{"name":"FLICKMODE_MAX","features":[221]},{"name":"FLICKMODE_MIN","features":[221]},{"name":"FLICKMODE_OFF","features":[221]},{"name":"FLICKMODE_ON","features":[221]},{"name":"FLICK_DATA","features":[221]},{"name":"FLICK_POINT","features":[221]},{"name":"FLICK_WM_HANDLED_MASK","features":[221]},{"name":"Floating","features":[221]},{"name":"GESTURE_ARROW_DOWN","features":[221]},{"name":"GESTURE_ARROW_LEFT","features":[221]},{"name":"GESTURE_ARROW_RIGHT","features":[221]},{"name":"GESTURE_ARROW_UP","features":[221]},{"name":"GESTURE_ASTERISK","features":[221]},{"name":"GESTURE_BRACE_LEFT","features":[221]},{"name":"GESTURE_BRACE_OVER","features":[221]},{"name":"GESTURE_BRACE_RIGHT","features":[221]},{"name":"GESTURE_BRACE_UNDER","features":[221]},{"name":"GESTURE_BRACKET_LEFT","features":[221]},{"name":"GESTURE_BRACKET_OVER","features":[221]},{"name":"GESTURE_BRACKET_RIGHT","features":[221]},{"name":"GESTURE_BRACKET_UNDER","features":[221]},{"name":"GESTURE_BULLET","features":[221]},{"name":"GESTURE_BULLET_CROSS","features":[221]},{"name":"GESTURE_CHECK","features":[221]},{"name":"GESTURE_CHEVRON_DOWN","features":[221]},{"name":"GESTURE_CHEVRON_LEFT","features":[221]},{"name":"GESTURE_CHEVRON_RIGHT","features":[221]},{"name":"GESTURE_CHEVRON_UP","features":[221]},{"name":"GESTURE_CIRCLE","features":[221]},{"name":"GESTURE_CIRCLE_CIRCLE","features":[221]},{"name":"GESTURE_CIRCLE_CROSS","features":[221]},{"name":"GESTURE_CIRCLE_LINE_HORZ","features":[221]},{"name":"GESTURE_CIRCLE_LINE_VERT","features":[221]},{"name":"GESTURE_CIRCLE_TAP","features":[221]},{"name":"GESTURE_CLOSEUP","features":[221]},{"name":"GESTURE_CROSS","features":[221]},{"name":"GESTURE_CURLICUE","features":[221]},{"name":"GESTURE_DATA","features":[221]},{"name":"GESTURE_DIAGONAL_LEFTDOWN","features":[221]},{"name":"GESTURE_DIAGONAL_LEFTUP","features":[221]},{"name":"GESTURE_DIAGONAL_RIGHTDOWN","features":[221]},{"name":"GESTURE_DIAGONAL_RIGHTUP","features":[221]},{"name":"GESTURE_DIGIT_0","features":[221]},{"name":"GESTURE_DIGIT_1","features":[221]},{"name":"GESTURE_DIGIT_2","features":[221]},{"name":"GESTURE_DIGIT_3","features":[221]},{"name":"GESTURE_DIGIT_4","features":[221]},{"name":"GESTURE_DIGIT_5","features":[221]},{"name":"GESTURE_DIGIT_6","features":[221]},{"name":"GESTURE_DIGIT_7","features":[221]},{"name":"GESTURE_DIGIT_8","features":[221]},{"name":"GESTURE_DIGIT_9","features":[221]},{"name":"GESTURE_DOLLAR","features":[221]},{"name":"GESTURE_DOUBLE_ARROW_DOWN","features":[221]},{"name":"GESTURE_DOUBLE_ARROW_LEFT","features":[221]},{"name":"GESTURE_DOUBLE_ARROW_RIGHT","features":[221]},{"name":"GESTURE_DOUBLE_ARROW_UP","features":[221]},{"name":"GESTURE_DOUBLE_CIRCLE","features":[221]},{"name":"GESTURE_DOUBLE_CURLICUE","features":[221]},{"name":"GESTURE_DOUBLE_DOWN","features":[221]},{"name":"GESTURE_DOUBLE_LEFT","features":[221]},{"name":"GESTURE_DOUBLE_RIGHT","features":[221]},{"name":"GESTURE_DOUBLE_TAP","features":[221]},{"name":"GESTURE_DOUBLE_UP","features":[221]},{"name":"GESTURE_DOWN","features":[221]},{"name":"GESTURE_DOWN_ARROW_LEFT","features":[221]},{"name":"GESTURE_DOWN_ARROW_RIGHT","features":[221]},{"name":"GESTURE_DOWN_LEFT","features":[221]},{"name":"GESTURE_DOWN_LEFT_LONG","features":[221]},{"name":"GESTURE_DOWN_RIGHT","features":[221]},{"name":"GESTURE_DOWN_RIGHT_LONG","features":[221]},{"name":"GESTURE_DOWN_UP","features":[221]},{"name":"GESTURE_EXCLAMATION","features":[221]},{"name":"GESTURE_INFINITY","features":[221]},{"name":"GESTURE_LEFT","features":[221]},{"name":"GESTURE_LEFT_ARROW_DOWN","features":[221]},{"name":"GESTURE_LEFT_ARROW_UP","features":[221]},{"name":"GESTURE_LEFT_DOWN","features":[221]},{"name":"GESTURE_LEFT_RIGHT","features":[221]},{"name":"GESTURE_LEFT_UP","features":[221]},{"name":"GESTURE_LETTER_A","features":[221]},{"name":"GESTURE_LETTER_B","features":[221]},{"name":"GESTURE_LETTER_C","features":[221]},{"name":"GESTURE_LETTER_D","features":[221]},{"name":"GESTURE_LETTER_E","features":[221]},{"name":"GESTURE_LETTER_F","features":[221]},{"name":"GESTURE_LETTER_G","features":[221]},{"name":"GESTURE_LETTER_H","features":[221]},{"name":"GESTURE_LETTER_I","features":[221]},{"name":"GESTURE_LETTER_J","features":[221]},{"name":"GESTURE_LETTER_K","features":[221]},{"name":"GESTURE_LETTER_L","features":[221]},{"name":"GESTURE_LETTER_M","features":[221]},{"name":"GESTURE_LETTER_N","features":[221]},{"name":"GESTURE_LETTER_O","features":[221]},{"name":"GESTURE_LETTER_P","features":[221]},{"name":"GESTURE_LETTER_Q","features":[221]},{"name":"GESTURE_LETTER_R","features":[221]},{"name":"GESTURE_LETTER_S","features":[221]},{"name":"GESTURE_LETTER_T","features":[221]},{"name":"GESTURE_LETTER_U","features":[221]},{"name":"GESTURE_LETTER_V","features":[221]},{"name":"GESTURE_LETTER_W","features":[221]},{"name":"GESTURE_LETTER_X","features":[221]},{"name":"GESTURE_LETTER_Y","features":[221]},{"name":"GESTURE_LETTER_Z","features":[221]},{"name":"GESTURE_NULL","features":[221]},{"name":"GESTURE_OPENUP","features":[221]},{"name":"GESTURE_PARAGRAPH","features":[221]},{"name":"GESTURE_PLUS","features":[221]},{"name":"GESTURE_QUAD_TAP","features":[221]},{"name":"GESTURE_QUESTION","features":[221]},{"name":"GESTURE_RECTANGLE","features":[221]},{"name":"GESTURE_RIGHT","features":[221]},{"name":"GESTURE_RIGHT_ARROW_DOWN","features":[221]},{"name":"GESTURE_RIGHT_ARROW_UP","features":[221]},{"name":"GESTURE_RIGHT_DOWN","features":[221]},{"name":"GESTURE_RIGHT_LEFT","features":[221]},{"name":"GESTURE_RIGHT_UP","features":[221]},{"name":"GESTURE_SCRATCHOUT","features":[221]},{"name":"GESTURE_SECTION","features":[221]},{"name":"GESTURE_SEMICIRCLE_LEFT","features":[221]},{"name":"GESTURE_SEMICIRCLE_RIGHT","features":[221]},{"name":"GESTURE_SHARP","features":[221]},{"name":"GESTURE_SQUARE","features":[221]},{"name":"GESTURE_SQUIGGLE","features":[221]},{"name":"GESTURE_STAR","features":[221]},{"name":"GESTURE_SWAP","features":[221]},{"name":"GESTURE_TAP","features":[221]},{"name":"GESTURE_TRIANGLE","features":[221]},{"name":"GESTURE_TRIPLE_DOWN","features":[221]},{"name":"GESTURE_TRIPLE_LEFT","features":[221]},{"name":"GESTURE_TRIPLE_RIGHT","features":[221]},{"name":"GESTURE_TRIPLE_TAP","features":[221]},{"name":"GESTURE_TRIPLE_UP","features":[221]},{"name":"GESTURE_UP","features":[221]},{"name":"GESTURE_UP_ARROW_LEFT","features":[221]},{"name":"GESTURE_UP_ARROW_RIGHT","features":[221]},{"name":"GESTURE_UP_DOWN","features":[221]},{"name":"GESTURE_UP_LEFT","features":[221]},{"name":"GESTURE_UP_LEFT_LONG","features":[221]},{"name":"GESTURE_UP_RIGHT","features":[221]},{"name":"GESTURE_UP_RIGHT_LONG","features":[221]},{"name":"GET_DANDIDATE_FLAGS","features":[221]},{"name":"GUID_DYNAMIC_RENDERER_CACHED_DATA","features":[221]},{"name":"GUID_GESTURE_DATA","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_ALTITUDE_ORIENTATION","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_AZIMUTH_ORIENTATION","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_BUTTON_PRESSURE","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_DEVICE_CONTACT_ID","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_FINGERCONTACTCONFIDENCE","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_HEIGHT","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_NORMAL_PRESSURE","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_PACKET_STATUS","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_PITCH_ROTATION","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_ROLL_ROTATION","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_SERIAL_NUMBER","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_TANGENT_PRESSURE","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_TIMER_TICK","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_TWIST_ORIENTATION","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_WIDTH","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_X","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_X_TILT_ORIENTATION","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_Y","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_YAW_ROTATION","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_Y_TILT_ORIENTATION","features":[221]},{"name":"GUID_PACKETPROPERTY_GUID_Z","features":[221]},{"name":"GestureRecognizer","features":[221]},{"name":"GetAllRecognizers","features":[221]},{"name":"GetBestResultString","features":[221]},{"name":"GetLatticePtr","features":[221]},{"name":"GetLeftSeparator","features":[221]},{"name":"GetRecoAttributes","features":[221]},{"name":"GetResultPropertyList","features":[221]},{"name":"GetRightSeparator","features":[221]},{"name":"GetUnicodeRanges","features":[221]},{"name":"HRECOALT","features":[221]},{"name":"HRECOCONTEXT","features":[221]},{"name":"HRECOGNIZER","features":[221]},{"name":"HRECOLATTICE","features":[221]},{"name":"HRECOWORDLIST","features":[221]},{"name":"HandwrittenTextInsertion","features":[221]},{"name":"IAG_AllGestures","features":[221]},{"name":"IAG_ArrowDown","features":[221]},{"name":"IAG_ArrowLeft","features":[221]},{"name":"IAG_ArrowRight","features":[221]},{"name":"IAG_ArrowUp","features":[221]},{"name":"IAG_Check","features":[221]},{"name":"IAG_ChevronDown","features":[221]},{"name":"IAG_ChevronLeft","features":[221]},{"name":"IAG_ChevronRight","features":[221]},{"name":"IAG_ChevronUp","features":[221]},{"name":"IAG_Circle","features":[221]},{"name":"IAG_Curlicue","features":[221]},{"name":"IAG_DoubleCircle","features":[221]},{"name":"IAG_DoubleCurlicue","features":[221]},{"name":"IAG_DoubleTap","features":[221]},{"name":"IAG_Down","features":[221]},{"name":"IAG_DownLeft","features":[221]},{"name":"IAG_DownLeftLong","features":[221]},{"name":"IAG_DownRight","features":[221]},{"name":"IAG_DownRightLong","features":[221]},{"name":"IAG_DownUp","features":[221]},{"name":"IAG_Exclamation","features":[221]},{"name":"IAG_Left","features":[221]},{"name":"IAG_LeftDown","features":[221]},{"name":"IAG_LeftRight","features":[221]},{"name":"IAG_LeftUp","features":[221]},{"name":"IAG_NoGesture","features":[221]},{"name":"IAG_Right","features":[221]},{"name":"IAG_RightDown","features":[221]},{"name":"IAG_RightLeft","features":[221]},{"name":"IAG_RightUp","features":[221]},{"name":"IAG_Scratchout","features":[221]},{"name":"IAG_SemiCircleLeft","features":[221]},{"name":"IAG_SemiCircleRight","features":[221]},{"name":"IAG_Square","features":[221]},{"name":"IAG_Star","features":[221]},{"name":"IAG_Tap","features":[221]},{"name":"IAG_Triangle","features":[221]},{"name":"IAG_Up","features":[221]},{"name":"IAG_UpDown","features":[221]},{"name":"IAG_UpLeft","features":[221]},{"name":"IAG_UpLeftLong","features":[221]},{"name":"IAG_UpRight","features":[221]},{"name":"IAG_UpRightLong","features":[221]},{"name":"IBBM_CurveFit","features":[221]},{"name":"IBBM_Default","features":[221]},{"name":"IBBM_NoCurveFit","features":[221]},{"name":"IBBM_PointsOnly","features":[221]},{"name":"IBBM_Union","features":[221]},{"name":"ICBS_Down","features":[221]},{"name":"ICBS_Unavailable","features":[221]},{"name":"ICBS_Up","features":[221]},{"name":"ICB_Copy","features":[221]},{"name":"ICB_Cut","features":[221]},{"name":"ICB_Default","features":[221]},{"name":"ICB_DelayedCopy","features":[221]},{"name":"ICB_ExtractOnly","features":[221]},{"name":"ICEI_AllEvents","features":[221]},{"name":"ICEI_CursorButtonDown","features":[221]},{"name":"ICEI_CursorButtonUp","features":[221]},{"name":"ICEI_CursorDown","features":[221]},{"name":"ICEI_CursorInRange","features":[221]},{"name":"ICEI_CursorOutOfRange","features":[221]},{"name":"ICEI_DblClick","features":[221]},{"name":"ICEI_DefaultEvents","features":[221]},{"name":"ICEI_MouseDown","features":[221]},{"name":"ICEI_MouseMove","features":[221]},{"name":"ICEI_MouseUp","features":[221]},{"name":"ICEI_MouseWheel","features":[221]},{"name":"ICEI_NewInAirPackets","features":[221]},{"name":"ICEI_NewPackets","features":[221]},{"name":"ICEI_Stroke","features":[221]},{"name":"ICEI_SystemGesture","features":[221]},{"name":"ICEI_TabletAdded","features":[221]},{"name":"ICEI_TabletRemoved","features":[221]},{"name":"ICF_Bitmap","features":[221]},{"name":"ICF_CopyMask","features":[221]},{"name":"ICF_Default","features":[221]},{"name":"ICF_EnhancedMetafile","features":[221]},{"name":"ICF_InkSerializedFormat","features":[221]},{"name":"ICF_Metafile","features":[221]},{"name":"ICF_None","features":[221]},{"name":"ICF_PasteMask","features":[221]},{"name":"ICF_SketchInk","features":[221]},{"name":"ICF_TextInk","features":[221]},{"name":"ICM_GestureOnly","features":[221]},{"name":"ICM_InkAndGesture","features":[221]},{"name":"ICM_InkOnly","features":[221]},{"name":"IDM_Ink","features":[221]},{"name":"IDM_Text","features":[221]},{"name":"IDT_Drawing","features":[221]},{"name":"IDT_Line","features":[221]},{"name":"IDT_Paragraph","features":[221]},{"name":"IDT_Segment","features":[221]},{"name":"IDynamicRenderer","features":[221]},{"name":"IECN_GESTURE","features":[221]},{"name":"IECN_RECOGNITIONRESULT","features":[221]},{"name":"IECN_STROKE","features":[221]},{"name":"IECN__BASE","features":[221]},{"name":"IEC_GESTUREINFO","features":[3,43,44,42,221]},{"name":"IEC_RECOGNITIONRESULTINFO","features":[3,42,221]},{"name":"IEC_STROKEINFO","features":[3,42,221]},{"name":"IEC__BASE","features":[221]},{"name":"IEF_CopyFromOriginal","features":[221]},{"name":"IEF_Default","features":[221]},{"name":"IEF_RemoveFromOriginal","features":[221]},{"name":"IEM_Disabled","features":[221]},{"name":"IEM_Ink","features":[221]},{"name":"IEM_InkAndGesture","features":[221]},{"name":"IEM_InsertInk","features":[221]},{"name":"IEM_InsertText","features":[221]},{"name":"IES_Collecting","features":[221]},{"name":"IES_Idle","features":[221]},{"name":"IES_Recognizing","features":[221]},{"name":"IGestureRecognizer","features":[221]},{"name":"IHandwrittenTextInsertion","features":[221]},{"name":"IInk","features":[221]},{"name":"IInkCollector","features":[221]},{"name":"IInkCursor","features":[221]},{"name":"IInkCursorButton","features":[221]},{"name":"IInkCursorButtons","features":[221]},{"name":"IInkCursors","features":[221]},{"name":"IInkCustomStrokes","features":[221]},{"name":"IInkDisp","features":[221]},{"name":"IInkDivider","features":[221]},{"name":"IInkDivisionResult","features":[221]},{"name":"IInkDivisionUnit","features":[221]},{"name":"IInkDivisionUnits","features":[221]},{"name":"IInkDrawingAttributes","features":[221]},{"name":"IInkEdit","features":[221]},{"name":"IInkExtendedProperties","features":[221]},{"name":"IInkExtendedProperty","features":[221]},{"name":"IInkGesture","features":[221]},{"name":"IInkLineInfo","features":[221]},{"name":"IInkOverlay","features":[221]},{"name":"IInkPicture","features":[221]},{"name":"IInkRecognitionAlternate","features":[221]},{"name":"IInkRecognitionAlternates","features":[221]},{"name":"IInkRecognitionResult","features":[221]},{"name":"IInkRecognizer","features":[221]},{"name":"IInkRecognizer2","features":[221]},{"name":"IInkRecognizerContext","features":[221]},{"name":"IInkRecognizerContext2","features":[221]},{"name":"IInkRecognizerGuide","features":[221]},{"name":"IInkRecognizers","features":[221]},{"name":"IInkRectangle","features":[221]},{"name":"IInkRenderer","features":[221]},{"name":"IInkStrokeDisp","features":[221]},{"name":"IInkStrokes","features":[221]},{"name":"IInkTablet","features":[221]},{"name":"IInkTablet2","features":[221]},{"name":"IInkTablet3","features":[221]},{"name":"IInkTablets","features":[221]},{"name":"IInkTransform","features":[221]},{"name":"IInkWordList","features":[221]},{"name":"IInkWordList2","features":[221]},{"name":"IInputPanelWindowHandle","features":[221]},{"name":"IKM_Alt","features":[221]},{"name":"IKM_Control","features":[221]},{"name":"IKM_Shift","features":[221]},{"name":"IMF_BOLD","features":[221]},{"name":"IMF_FONT_SELECTED_IN_HDC","features":[221]},{"name":"IMF_ITALIC","features":[221]},{"name":"IMF_Left","features":[221]},{"name":"IMF_Middle","features":[221]},{"name":"IMF_Right","features":[221]},{"name":"IMP_Arrow","features":[221]},{"name":"IMP_ArrowHourglass","features":[221]},{"name":"IMP_ArrowQuestion","features":[221]},{"name":"IMP_Crosshair","features":[221]},{"name":"IMP_Custom","features":[221]},{"name":"IMP_Default","features":[221]},{"name":"IMP_Hand","features":[221]},{"name":"IMP_Hourglass","features":[221]},{"name":"IMP_Ibeam","features":[221]},{"name":"IMP_NoDrop","features":[221]},{"name":"IMP_SizeAll","features":[221]},{"name":"IMP_SizeNESW","features":[221]},{"name":"IMP_SizeNS","features":[221]},{"name":"IMP_SizeNWSE","features":[221]},{"name":"IMP_SizeWE","features":[221]},{"name":"IMP_UpArrow","features":[221]},{"name":"IMathInputControl","features":[221]},{"name":"INKEDIT_CLASS","features":[221]},{"name":"INKEDIT_CLASSW","features":[221]},{"name":"INKMETRIC","features":[3,221]},{"name":"INKRECOGNITIONPROPERTY_BOXNUMBER","features":[221]},{"name":"INKRECOGNITIONPROPERTY_CONFIDENCELEVEL","features":[221]},{"name":"INKRECOGNITIONPROPERTY_HOTPOINT","features":[221]},{"name":"INKRECOGNITIONPROPERTY_LINEMETRICS","features":[221]},{"name":"INKRECOGNITIONPROPERTY_LINENUMBER","features":[221]},{"name":"INKRECOGNITIONPROPERTY_MAXIMUMSTROKECOUNT","features":[221]},{"name":"INKRECOGNITIONPROPERTY_POINTSPERINCH","features":[221]},{"name":"INKRECOGNITIONPROPERTY_SEGMENTATION","features":[221]},{"name":"INK_METRIC_FLAGS","features":[221]},{"name":"INK_SERIALIZED_FORMAT","features":[221]},{"name":"IOAM_Behind","features":[221]},{"name":"IOAM_InFront","features":[221]},{"name":"IOEM_Delete","features":[221]},{"name":"IOEM_Ink","features":[221]},{"name":"IOEM_Select","features":[221]},{"name":"IOERM_PointErase","features":[221]},{"name":"IOERM_StrokeErase","features":[221]},{"name":"IPCM_Default","features":[221]},{"name":"IPCM_MaximumCompression","features":[221]},{"name":"IPCM_NoCompression","features":[221]},{"name":"IPF_Base64GIF","features":[221]},{"name":"IPF_Base64InkSerializedFormat","features":[221]},{"name":"IPF_GIF","features":[221]},{"name":"IPF_InkSerializedFormat","features":[221]},{"name":"IPSM_AutoSize","features":[221]},{"name":"IPSM_CenterImage","features":[221]},{"name":"IPSM_Normal","features":[221]},{"name":"IPSM_StretchImage","features":[221]},{"name":"IPT_Ball","features":[221]},{"name":"IPT_Rectangle","features":[221]},{"name":"IP_CURSOR_DOWN","features":[221]},{"name":"IP_INVERTED","features":[221]},{"name":"IP_MARGIN","features":[221]},{"name":"IPenInputPanel","features":[221]},{"name":"IRAS_All","features":[221]},{"name":"IRAS_DefaultCount","features":[221]},{"name":"IRAS_Start","features":[221]},{"name":"IRCACM_Full","features":[221]},{"name":"IRCACM_Prefix","features":[221]},{"name":"IRCACM_Random","features":[221]},{"name":"IRC_AdviseInkChange","features":[221]},{"name":"IRC_Alpha","features":[221]},{"name":"IRC_ArbitraryAngle","features":[221]},{"name":"IRC_Beta","features":[221]},{"name":"IRC_BoxedInput","features":[221]},{"name":"IRC_CharacterAutoCompletionInput","features":[221]},{"name":"IRC_Cursive","features":[221]},{"name":"IRC_DontCare","features":[221]},{"name":"IRC_DownAndLeft","features":[221]},{"name":"IRC_DownAndRight","features":[221]},{"name":"IRC_FreeInput","features":[221]},{"name":"IRC_Intermediate","features":[221]},{"name":"IRC_Lattice","features":[221]},{"name":"IRC_LeftAndDown","features":[221]},{"name":"IRC_LinedInput","features":[221]},{"name":"IRC_Object","features":[221]},{"name":"IRC_Personalizable","features":[221]},{"name":"IRC_Poor","features":[221]},{"name":"IRC_PrefersArbitraryAngle","features":[221]},{"name":"IRC_PrefersParagraphBreaking","features":[221]},{"name":"IRC_PrefersSegmentation","features":[221]},{"name":"IRC_RightAndDown","features":[221]},{"name":"IRC_StrokeReorder","features":[221]},{"name":"IRC_Strong","features":[221]},{"name":"IRC_TextPrediction","features":[221]},{"name":"IRM_AutoSpace","features":[221]},{"name":"IRM_Coerce","features":[221]},{"name":"IRM_DisablePersonalization","features":[221]},{"name":"IRM_LineMode","features":[221]},{"name":"IRM_Max","features":[221]},{"name":"IRM_None","features":[221]},{"name":"IRM_PrefixOk","features":[221]},{"name":"IRM_TopInkBreaksOnly","features":[221]},{"name":"IRM_WordModeOnly","features":[221]},{"name":"IRO_Black","features":[221]},{"name":"IRO_CopyPen","features":[221]},{"name":"IRO_MaskNotPen","features":[221]},{"name":"IRO_MaskPen","features":[221]},{"name":"IRO_MaskPenNot","features":[221]},{"name":"IRO_MergeNotPen","features":[221]},{"name":"IRO_MergePen","features":[221]},{"name":"IRO_MergePenNot","features":[221]},{"name":"IRO_NoOperation","features":[221]},{"name":"IRO_Not","features":[221]},{"name":"IRO_NotCopyPen","features":[221]},{"name":"IRO_NotMaskPen","features":[221]},{"name":"IRO_NotMergePen","features":[221]},{"name":"IRO_NotXOrPen","features":[221]},{"name":"IRO_White","features":[221]},{"name":"IRO_XOrPen","features":[221]},{"name":"IRS_InkAddedFailed","features":[221]},{"name":"IRS_Interrupted","features":[221]},{"name":"IRS_NoError","features":[221]},{"name":"IRS_ProcessFailed","features":[221]},{"name":"IRS_SetAutoCompletionModeFailed","features":[221]},{"name":"IRS_SetFactoidFailed","features":[221]},{"name":"IRS_SetFlagsFailed","features":[221]},{"name":"IRS_SetGuideFailed","features":[221]},{"name":"IRS_SetPrefixSuffixFailed","features":[221]},{"name":"IRS_SetStrokesFailed","features":[221]},{"name":"IRS_SetWordListFailed","features":[221]},{"name":"IRealTimeStylus","features":[221]},{"name":"IRealTimeStylus2","features":[221]},{"name":"IRealTimeStylus3","features":[221]},{"name":"IRealTimeStylusSynchronization","features":[221]},{"name":"ISC_AllElements","features":[221]},{"name":"ISC_FirstElement","features":[221]},{"name":"ISG_DoubleTap","features":[221]},{"name":"ISG_Drag","features":[221]},{"name":"ISG_Flick","features":[221]},{"name":"ISG_HoldEnter","features":[221]},{"name":"ISG_HoldLeave","features":[221]},{"name":"ISG_HoverEnter","features":[221]},{"name":"ISG_HoverLeave","features":[221]},{"name":"ISG_RightDrag","features":[221]},{"name":"ISG_RightTap","features":[221]},{"name":"ISG_Tap","features":[221]},{"name":"ISketchInk","features":[221]},{"name":"IStrokeBuilder","features":[221]},{"name":"IStylusAsyncPlugin","features":[221]},{"name":"IStylusPlugin","features":[221]},{"name":"IStylusSyncPlugin","features":[221]},{"name":"ITextInputPanel","features":[221]},{"name":"ITextInputPanelEventSink","features":[221]},{"name":"ITextInputPanelRunInfo","features":[221]},{"name":"ITipAutoCompleteClient","features":[221]},{"name":"ITipAutoCompleteProvider","features":[221]},{"name":"InPlace","features":[221]},{"name":"InPlaceDirection","features":[221]},{"name":"InPlaceDirection_Auto","features":[221]},{"name":"InPlaceDirection_Bottom","features":[221]},{"name":"InPlaceDirection_Top","features":[221]},{"name":"InPlaceState","features":[221]},{"name":"InPlaceState_Auto","features":[221]},{"name":"InPlaceState_Expanded","features":[221]},{"name":"InPlaceState_HoverTarget","features":[221]},{"name":"Ink","features":[221]},{"name":"InkApplicationGesture","features":[221]},{"name":"InkBoundingBoxMode","features":[221]},{"name":"InkClipboardFormats","features":[221]},{"name":"InkClipboardModes","features":[221]},{"name":"InkCollectionMode","features":[221]},{"name":"InkCollector","features":[221]},{"name":"InkCollectorClipInkToMargin","features":[221]},{"name":"InkCollectorDefaultMargin","features":[221]},{"name":"InkCollectorEventInterest","features":[221]},{"name":"InkCursorButtonState","features":[221]},{"name":"InkDisp","features":[221]},{"name":"InkDisplayMode","features":[221]},{"name":"InkDivider","features":[221]},{"name":"InkDivisionType","features":[221]},{"name":"InkDrawingAttributes","features":[221]},{"name":"InkEdit","features":[221]},{"name":"InkEditStatus","features":[221]},{"name":"InkExtractFlags","features":[221]},{"name":"InkInsertMode","features":[221]},{"name":"InkMaxTransparencyValue","features":[221]},{"name":"InkMinTransparencyValue","features":[221]},{"name":"InkMode","features":[221]},{"name":"InkMouseButton","features":[221]},{"name":"InkMousePointer","features":[221]},{"name":"InkOverlay","features":[221]},{"name":"InkOverlayAttachMode","features":[221]},{"name":"InkOverlayEditingMode","features":[221]},{"name":"InkOverlayEraserMode","features":[221]},{"name":"InkPenTip","features":[221]},{"name":"InkPersistenceCompressionMode","features":[221]},{"name":"InkPersistenceFormat","features":[221]},{"name":"InkPicture","features":[221]},{"name":"InkPictureSizeMode","features":[221]},{"name":"InkRasterOperation","features":[221]},{"name":"InkRecoGuide","features":[3,221]},{"name":"InkRecognitionAlternatesSelection","features":[221]},{"name":"InkRecognitionConfidence","features":[221]},{"name":"InkRecognitionModes","features":[221]},{"name":"InkRecognitionStatus","features":[221]},{"name":"InkRecognizerCapabilities","features":[221]},{"name":"InkRecognizerCharacterAutoCompletionMode","features":[221]},{"name":"InkRecognizerContext","features":[221]},{"name":"InkRecognizerGuide","features":[221]},{"name":"InkRecognizers","features":[221]},{"name":"InkRectangle","features":[221]},{"name":"InkRenderer","features":[221]},{"name":"InkSelectionConstants","features":[221]},{"name":"InkShiftKeyModifierFlags","features":[221]},{"name":"InkStrokes","features":[221]},{"name":"InkSystemGesture","features":[221]},{"name":"InkTablets","features":[221]},{"name":"InkTransform","features":[221]},{"name":"InkWordList","features":[221]},{"name":"InteractionMode","features":[221]},{"name":"InteractionMode_DockedBottom","features":[221]},{"name":"InteractionMode_DockedTop","features":[221]},{"name":"InteractionMode_Floating","features":[221]},{"name":"InteractionMode_InPlace","features":[221]},{"name":"IsStringSupported","features":[221]},{"name":"KEYMODIFIER","features":[221]},{"name":"KEYMODIFIER_ALTGR","features":[221]},{"name":"KEYMODIFIER_CONTROL","features":[221]},{"name":"KEYMODIFIER_EXT","features":[221]},{"name":"KEYMODIFIER_MENU","features":[221]},{"name":"KEYMODIFIER_SHIFT","features":[221]},{"name":"KEYMODIFIER_WIN","features":[221]},{"name":"LATTICE_METRICS","features":[3,221]},{"name":"LEFT_BUTTON","features":[221]},{"name":"LINE_METRICS","features":[221]},{"name":"LINE_SEGMENT","features":[3,221]},{"name":"LM_ASCENDER","features":[221]},{"name":"LM_BASELINE","features":[221]},{"name":"LM_DESCENDER","features":[221]},{"name":"LM_MIDLINE","features":[221]},{"name":"LoadCachedAttributes","features":[221]},{"name":"MAX_FRIENDLYNAME","features":[221]},{"name":"MAX_LANGUAGES","features":[221]},{"name":"MAX_PACKET_BUTTON_COUNT","features":[221]},{"name":"MAX_PACKET_PROPERTY_COUNT","features":[221]},{"name":"MAX_VENDORNAME","features":[221]},{"name":"MICROSOFT_PENINPUT_PANEL_PROPERTY_T","features":[221]},{"name":"MICROSOFT_TIP_COMBOBOXLIST_PROPERTY","features":[221]},{"name":"MICROSOFT_TIP_NO_INSERT_BUTTON_PROPERTY","features":[221]},{"name":"MICROSOFT_TIP_OPENING_MSG","features":[221]},{"name":"MICROSOFT_URL_EXPERIENCE_PROPERTY","features":[221]},{"name":"MICUIELEMENT","features":[221]},{"name":"MICUIELEMENTSTATE","features":[221]},{"name":"MICUIELEMENTSTATE_DISABLED","features":[221]},{"name":"MICUIELEMENTSTATE_HOT","features":[221]},{"name":"MICUIELEMENTSTATE_NORMAL","features":[221]},{"name":"MICUIELEMENTSTATE_PRESSED","features":[221]},{"name":"MICUIELEMENT_BUTTON_CANCEL","features":[221]},{"name":"MICUIELEMENT_BUTTON_CLEAR","features":[221]},{"name":"MICUIELEMENT_BUTTON_CORRECT","features":[221]},{"name":"MICUIELEMENT_BUTTON_ERASE","features":[221]},{"name":"MICUIELEMENT_BUTTON_INSERT","features":[221]},{"name":"MICUIELEMENT_BUTTON_REDO","features":[221]},{"name":"MICUIELEMENT_BUTTON_UNDO","features":[221]},{"name":"MICUIELEMENT_BUTTON_WRITE","features":[221]},{"name":"MICUIELEMENT_INKPANEL_BACKGROUND","features":[221]},{"name":"MICUIELEMENT_RESULTPANEL_BACKGROUND","features":[221]},{"name":"MIDDLE_BUTTON","features":[221]},{"name":"MakeWordList","features":[221]},{"name":"MathInputControl","features":[221]},{"name":"MouseButton","features":[221]},{"name":"NO_BUTTON","features":[221]},{"name":"NUM_FLICK_DIRECTIONS","features":[221]},{"name":"PACKET_DESCRIPTION","features":[221]},{"name":"PACKET_PROPERTY","features":[221]},{"name":"PROPERTY_METRICS","features":[221]},{"name":"PROPERTY_UNITS","features":[221]},{"name":"PROPERTY_UNITS_AMPERE","features":[221]},{"name":"PROPERTY_UNITS_CANDELA","features":[221]},{"name":"PROPERTY_UNITS_CENTIMETERS","features":[221]},{"name":"PROPERTY_UNITS_DEFAULT","features":[221]},{"name":"PROPERTY_UNITS_DEGREES","features":[221]},{"name":"PROPERTY_UNITS_ENGLINEAR","features":[221]},{"name":"PROPERTY_UNITS_ENGROTATION","features":[221]},{"name":"PROPERTY_UNITS_FAHRENHEIT","features":[221]},{"name":"PROPERTY_UNITS_GRAMS","features":[221]},{"name":"PROPERTY_UNITS_INCHES","features":[221]},{"name":"PROPERTY_UNITS_KELVIN","features":[221]},{"name":"PROPERTY_UNITS_POUNDS","features":[221]},{"name":"PROPERTY_UNITS_RADIANS","features":[221]},{"name":"PROPERTY_UNITS_SECONDS","features":[221]},{"name":"PROPERTY_UNITS_SILINEAR","features":[221]},{"name":"PROPERTY_UNITS_SIROTATION","features":[221]},{"name":"PROPERTY_UNITS_SLUGS","features":[221]},{"name":"PT_Default","features":[221]},{"name":"PT_Handwriting","features":[221]},{"name":"PT_Inactive","features":[221]},{"name":"PT_Keyboard","features":[221]},{"name":"PanelInputArea","features":[221]},{"name":"PanelInputArea_Auto","features":[221]},{"name":"PanelInputArea_CharacterPad","features":[221]},{"name":"PanelInputArea_Keyboard","features":[221]},{"name":"PanelInputArea_WritingPad","features":[221]},{"name":"PanelType","features":[221]},{"name":"PenInputPanel","features":[221]},{"name":"PenInputPanel_Internal","features":[221]},{"name":"PfnRecoCallback","features":[221]},{"name":"Process","features":[3,221]},{"name":"RECOCONF_HIGHCONFIDENCE","features":[221]},{"name":"RECOCONF_LOWCONFIDENCE","features":[221]},{"name":"RECOCONF_MEDIUMCONFIDENCE","features":[221]},{"name":"RECOCONF_NOTSET","features":[221]},{"name":"RECOFLAG_AUTOSPACE","features":[221]},{"name":"RECOFLAG_COERCE","features":[221]},{"name":"RECOFLAG_DISABLEPERSONALIZATION","features":[221]},{"name":"RECOFLAG_LINEMODE","features":[221]},{"name":"RECOFLAG_PREFIXOK","features":[221]},{"name":"RECOFLAG_SINGLESEG","features":[221]},{"name":"RECOFLAG_WORDMODE","features":[221]},{"name":"RECO_ATTRS","features":[221]},{"name":"RECO_GUIDE","features":[221]},{"name":"RECO_LATTICE","features":[221]},{"name":"RECO_LATTICE_COLUMN","features":[221]},{"name":"RECO_LATTICE_ELEMENT","features":[221]},{"name":"RECO_LATTICE_PROPERTIES","features":[221]},{"name":"RECO_LATTICE_PROPERTY","features":[221]},{"name":"RECO_RANGE","features":[221]},{"name":"RECO_TYPE","features":[221]},{"name":"RECO_TYPE_WCHAR","features":[221]},{"name":"RECO_TYPE_WSTRING","features":[221]},{"name":"RF_ADVISEINKCHANGE","features":[221]},{"name":"RF_ARBITRARY_ANGLE","features":[221]},{"name":"RF_BOXED_INPUT","features":[221]},{"name":"RF_CAC_INPUT","features":[221]},{"name":"RF_DONTCARE","features":[221]},{"name":"RF_DOWN_AND_LEFT","features":[221]},{"name":"RF_DOWN_AND_RIGHT","features":[221]},{"name":"RF_FREE_INPUT","features":[221]},{"name":"RF_LATTICE","features":[221]},{"name":"RF_LEFT_AND_DOWN","features":[221]},{"name":"RF_LINED_INPUT","features":[221]},{"name":"RF_OBJECT","features":[221]},{"name":"RF_PERFORMSLINEBREAKING","features":[221]},{"name":"RF_PERSONALIZABLE","features":[221]},{"name":"RF_REQUIRESSEGMENTATIONBREAKING","features":[221]},{"name":"RF_RIGHT_AND_DOWN","features":[221]},{"name":"RF_STROKEREORDER","features":[221]},{"name":"RIGHT_BUTTON","features":[221]},{"name":"RTSDI_AllData","features":[221]},{"name":"RTSDI_CustomStylusDataAdded","features":[221]},{"name":"RTSDI_DefaultEvents","features":[221]},{"name":"RTSDI_Error","features":[221]},{"name":"RTSDI_InAirPackets","features":[221]},{"name":"RTSDI_None","features":[221]},{"name":"RTSDI_Packets","features":[221]},{"name":"RTSDI_RealTimeStylusDisabled","features":[221]},{"name":"RTSDI_RealTimeStylusEnabled","features":[221]},{"name":"RTSDI_StylusButtonDown","features":[221]},{"name":"RTSDI_StylusButtonUp","features":[221]},{"name":"RTSDI_StylusDown","features":[221]},{"name":"RTSDI_StylusInRange","features":[221]},{"name":"RTSDI_StylusNew","features":[221]},{"name":"RTSDI_StylusOutOfRange","features":[221]},{"name":"RTSDI_StylusUp","features":[221]},{"name":"RTSDI_SystemEvents","features":[221]},{"name":"RTSDI_TabletAdded","features":[221]},{"name":"RTSDI_TabletRemoved","features":[221]},{"name":"RTSDI_UpdateMapping","features":[221]},{"name":"RTSLT_AsyncEventLock","features":[221]},{"name":"RTSLT_AsyncObjLock","features":[221]},{"name":"RTSLT_ExcludeCallback","features":[221]},{"name":"RTSLT_ObjLock","features":[221]},{"name":"RTSLT_SyncEventLock","features":[221]},{"name":"RTSLT_SyncObjLock","features":[221]},{"name":"RealTimeStylus","features":[221]},{"name":"RealTimeStylusDataInterest","features":[221]},{"name":"RealTimeStylusLockType","features":[221]},{"name":"SAFE_PARTIAL","features":[221]},{"name":"SCROLLDIRECTION","features":[221]},{"name":"SCROLLDIRECTION_DOWN","features":[221]},{"name":"SCROLLDIRECTION_UP","features":[221]},{"name":"SHR_E","features":[221]},{"name":"SHR_N","features":[221]},{"name":"SHR_NE","features":[221]},{"name":"SHR_NW","features":[221]},{"name":"SHR_None","features":[221]},{"name":"SHR_S","features":[221]},{"name":"SHR_SE","features":[221]},{"name":"SHR_SW","features":[221]},{"name":"SHR_Selection","features":[221]},{"name":"SHR_W","features":[221]},{"name":"STROKE_RANGE","features":[221]},{"name":"STR_GUID_ALTITUDEORIENTATION","features":[221]},{"name":"STR_GUID_AZIMUTHORIENTATION","features":[221]},{"name":"STR_GUID_BUTTONPRESSURE","features":[221]},{"name":"STR_GUID_DEVICE_CONTACT_ID","features":[221]},{"name":"STR_GUID_FINGERCONTACTCONFIDENCE","features":[221]},{"name":"STR_GUID_HEIGHT","features":[221]},{"name":"STR_GUID_NORMALPRESSURE","features":[221]},{"name":"STR_GUID_PAKETSTATUS","features":[221]},{"name":"STR_GUID_PITCHROTATION","features":[221]},{"name":"STR_GUID_ROLLROTATION","features":[221]},{"name":"STR_GUID_SERIALNUMBER","features":[221]},{"name":"STR_GUID_TANGENTPRESSURE","features":[221]},{"name":"STR_GUID_TIMERTICK","features":[221]},{"name":"STR_GUID_TWISTORIENTATION","features":[221]},{"name":"STR_GUID_WIDTH","features":[221]},{"name":"STR_GUID_X","features":[221]},{"name":"STR_GUID_XTILTORIENTATION","features":[221]},{"name":"STR_GUID_Y","features":[221]},{"name":"STR_GUID_YAWROTATION","features":[221]},{"name":"STR_GUID_YTILTORIENTATION","features":[221]},{"name":"STR_GUID_Z","features":[221]},{"name":"SYSTEM_EVENT_DATA","features":[221]},{"name":"ScrollBarsConstants","features":[221]},{"name":"SelAlignmentConstants","features":[221]},{"name":"SelectionHitResult","features":[221]},{"name":"SetEnabledUnicodeRanges","features":[221]},{"name":"SetFactoid","features":[221]},{"name":"SetFlags","features":[221]},{"name":"SetGuide","features":[221]},{"name":"SetTextContext","features":[221]},{"name":"SetWordList","features":[221]},{"name":"SketchInk","features":[221]},{"name":"StrokeBuilder","features":[221]},{"name":"StylusInfo","features":[3,221]},{"name":"StylusQueue","features":[221]},{"name":"SyncStylusQueue","features":[221]},{"name":"TABLET_DISABLE_FLICKFALLBACKKEYS","features":[221]},{"name":"TABLET_DISABLE_FLICKS","features":[221]},{"name":"TABLET_DISABLE_PENBARRELFEEDBACK","features":[221]},{"name":"TABLET_DISABLE_PENTAPFEEDBACK","features":[221]},{"name":"TABLET_DISABLE_PRESSANDHOLD","features":[221]},{"name":"TABLET_DISABLE_SMOOTHSCROLLING","features":[221]},{"name":"TABLET_DISABLE_TOUCHSWITCH","features":[221]},{"name":"TABLET_DISABLE_TOUCHUIFORCEOFF","features":[221]},{"name":"TABLET_DISABLE_TOUCHUIFORCEON","features":[221]},{"name":"TABLET_ENABLE_FLICKLEARNINGMODE","features":[221]},{"name":"TABLET_ENABLE_FLICKSONCONTEXT","features":[221]},{"name":"TABLET_ENABLE_MULTITOUCHDATA","features":[221]},{"name":"TCF_ALLOW_RECOGNITION","features":[221]},{"name":"TCF_FORCE_RECOGNITION","features":[221]},{"name":"TDK_Mouse","features":[221]},{"name":"TDK_Pen","features":[221]},{"name":"TDK_Touch","features":[221]},{"name":"THWC_CursorMustTouch","features":[221]},{"name":"THWC_CursorsHavePhysicalIds","features":[221]},{"name":"THWC_HardProximity","features":[221]},{"name":"THWC_Integrated","features":[221]},{"name":"TPMU_Centimeters","features":[221]},{"name":"TPMU_Default","features":[221]},{"name":"TPMU_Degrees","features":[221]},{"name":"TPMU_Grams","features":[221]},{"name":"TPMU_Inches","features":[221]},{"name":"TPMU_Pounds","features":[221]},{"name":"TPMU_Radians","features":[221]},{"name":"TPMU_Seconds","features":[221]},{"name":"TabletDeviceKind","features":[221]},{"name":"TabletHardwareCapabilities","features":[221]},{"name":"TabletPropertyMetricUnit","features":[221]},{"name":"TextInputPanel","features":[221]},{"name":"TipAutoCompleteClient","features":[221]},{"name":"VisualState","features":[221]},{"name":"WM_TABLET_ADDED","features":[221]},{"name":"WM_TABLET_DEFBASE","features":[221]},{"name":"WM_TABLET_DELETED","features":[221]},{"name":"WM_TABLET_FLICK","features":[221]},{"name":"WM_TABLET_MAXOFFSET","features":[221]},{"name":"WM_TABLET_QUERYSYSTEMGESTURESTATUS","features":[221]},{"name":"_IInkCollectorEvents","features":[221]},{"name":"_IInkEditEvents","features":[221]},{"name":"_IInkEvents","features":[221]},{"name":"_IInkOverlayEvents","features":[221]},{"name":"_IInkPictureEvents","features":[221]},{"name":"_IInkRecognitionEvents","features":[221]},{"name":"_IInkStrokesEvents","features":[221]},{"name":"_IMathInputControlEvents","features":[221]},{"name":"_IPenInputPanelEvents","features":[221]},{"name":"rtfBoth","features":[221]},{"name":"rtfCenter","features":[221]},{"name":"rtfFixedSingle","features":[221]},{"name":"rtfFlat","features":[221]},{"name":"rtfHorizontal","features":[221]},{"name":"rtfLeft","features":[221]},{"name":"rtfNoBorder","features":[221]},{"name":"rtfNone","features":[221]},{"name":"rtfRight","features":[221]},{"name":"rtfThreeD","features":[221]},{"name":"rtfVertical","features":[221]}],"674":[{"name":"ANCHOR_CHANGE_HISTORY_FLAGS","features":[222]},{"name":"AccClientDocMgr","features":[222]},{"name":"AccDictionary","features":[222]},{"name":"AccServerDocMgr","features":[222]},{"name":"AccStore","features":[222]},{"name":"CAND_CANCELED","features":[222]},{"name":"CAND_FINALIZED","features":[222]},{"name":"CAND_SELECTED","features":[222]},{"name":"CLSID_TF_CategoryMgr","features":[222]},{"name":"CLSID_TF_ClassicLangBar","features":[222]},{"name":"CLSID_TF_DisplayAttributeMgr","features":[222]},{"name":"CLSID_TF_InputProcessorProfiles","features":[222]},{"name":"CLSID_TF_LangBarItemMgr","features":[222]},{"name":"CLSID_TF_LangBarMgr","features":[222]},{"name":"CLSID_TF_ThreadMgr","features":[222]},{"name":"CLSID_TF_TransitoryExtensionUIEntry","features":[222]},{"name":"CLSID_TsfServices","features":[222]},{"name":"DCM_FLAGS_CTFMON","features":[222]},{"name":"DCM_FLAGS_LOCALTHREADTSF","features":[222]},{"name":"DCM_FLAGS_TASKENG","features":[222]},{"name":"DoMsCtfMonitor","features":[3,222]},{"name":"DocWrap","features":[222]},{"name":"GETIF_DICTGRAM","features":[222]},{"name":"GETIF_RECOCONTEXT","features":[222]},{"name":"GETIF_RECOGNIZER","features":[222]},{"name":"GETIF_RECOGNIZERNOINIT","features":[222]},{"name":"GETIF_RESMGR","features":[222]},{"name":"GETIF_VOICE","features":[222]},{"name":"GET_TEXT_AND_PROPERTY_UPDATES_FLAGS","features":[222]},{"name":"GUID_APP_FUNCTIONPROVIDER","features":[222]},{"name":"GUID_COMPARTMENT_CONVERSIONMODEBIAS","features":[222]},{"name":"GUID_COMPARTMENT_EMPTYCONTEXT","features":[222]},{"name":"GUID_COMPARTMENT_ENABLED_PROFILES_UPDATED","features":[222]},{"name":"GUID_COMPARTMENT_HANDWRITING_OPENCLOSE","features":[222]},{"name":"GUID_COMPARTMENT_KEYBOARD_DISABLED","features":[222]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE","features":[222]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE_CONVERSION","features":[222]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE_SENTENCE","features":[222]},{"name":"GUID_COMPARTMENT_KEYBOARD_OPENCLOSE","features":[222]},{"name":"GUID_COMPARTMENT_SAPI_AUDIO","features":[222]},{"name":"GUID_COMPARTMENT_SPEECH_CFGMENU","features":[222]},{"name":"GUID_COMPARTMENT_SPEECH_DISABLED","features":[222]},{"name":"GUID_COMPARTMENT_SPEECH_GLOBALSTATE","features":[222]},{"name":"GUID_COMPARTMENT_SPEECH_OPENCLOSE","features":[222]},{"name":"GUID_COMPARTMENT_SPEECH_UI_STATUS","features":[222]},{"name":"GUID_COMPARTMENT_TIPUISTATUS","features":[222]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION","features":[222]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION_DOCUMENTMANAGER","features":[222]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION_PARENT","features":[222]},{"name":"GUID_INTEGRATIONSTYLE_SEARCHBOX","features":[222]},{"name":"GUID_LBI_INPUTMODE","features":[222]},{"name":"GUID_LBI_SAPILAYR_CFGMENUBUTTON","features":[222]},{"name":"GUID_MODEBIAS_CHINESE","features":[222]},{"name":"GUID_MODEBIAS_CONVERSATION","features":[222]},{"name":"GUID_MODEBIAS_DATETIME","features":[222]},{"name":"GUID_MODEBIAS_FILENAME","features":[222]},{"name":"GUID_MODEBIAS_FULLWIDTHALPHANUMERIC","features":[222]},{"name":"GUID_MODEBIAS_FULLWIDTHHANGUL","features":[222]},{"name":"GUID_MODEBIAS_HALFWIDTHKATAKANA","features":[222]},{"name":"GUID_MODEBIAS_HANGUL","features":[222]},{"name":"GUID_MODEBIAS_HIRAGANA","features":[222]},{"name":"GUID_MODEBIAS_KATAKANA","features":[222]},{"name":"GUID_MODEBIAS_NAME","features":[222]},{"name":"GUID_MODEBIAS_NONE","features":[222]},{"name":"GUID_MODEBIAS_NUMERIC","features":[222]},{"name":"GUID_MODEBIAS_READING","features":[222]},{"name":"GUID_MODEBIAS_URLHISTORY","features":[222]},{"name":"GUID_PROP_ATTRIBUTE","features":[222]},{"name":"GUID_PROP_COMPOSING","features":[222]},{"name":"GUID_PROP_INPUTSCOPE","features":[222]},{"name":"GUID_PROP_LANGID","features":[222]},{"name":"GUID_PROP_MODEBIAS","features":[222]},{"name":"GUID_PROP_READING","features":[222]},{"name":"GUID_PROP_TEXTOWNER","features":[222]},{"name":"GUID_PROP_TKB_ALTERNATES","features":[222]},{"name":"GUID_SYSTEM_FUNCTIONPROVIDER","features":[222]},{"name":"GUID_TFCAT_CATEGORY_OF_TIP","features":[222]},{"name":"GUID_TFCAT_DISPLAYATTRIBUTEPROPERTY","features":[222]},{"name":"GUID_TFCAT_DISPLAYATTRIBUTEPROVIDER","features":[222]},{"name":"GUID_TFCAT_PROPSTYLE_STATIC","features":[222]},{"name":"GUID_TFCAT_PROP_AUDIODATA","features":[222]},{"name":"GUID_TFCAT_PROP_INKDATA","features":[222]},{"name":"GUID_TFCAT_TIPCAP_COMLESS","features":[222]},{"name":"GUID_TFCAT_TIPCAP_DUALMODE","features":[222]},{"name":"GUID_TFCAT_TIPCAP_IMMERSIVEONLY","features":[222]},{"name":"GUID_TFCAT_TIPCAP_IMMERSIVESUPPORT","features":[222]},{"name":"GUID_TFCAT_TIPCAP_INPUTMODECOMPARTMENT","features":[222]},{"name":"GUID_TFCAT_TIPCAP_LOCALSERVER","features":[222]},{"name":"GUID_TFCAT_TIPCAP_SECUREMODE","features":[222]},{"name":"GUID_TFCAT_TIPCAP_SYSTRAYSUPPORT","features":[222]},{"name":"GUID_TFCAT_TIPCAP_TSF3","features":[222]},{"name":"GUID_TFCAT_TIPCAP_UIELEMENTENABLED","features":[222]},{"name":"GUID_TFCAT_TIPCAP_WOW16","features":[222]},{"name":"GUID_TFCAT_TIP_HANDWRITING","features":[222]},{"name":"GUID_TFCAT_TIP_KEYBOARD","features":[222]},{"name":"GUID_TFCAT_TIP_SPEECH","features":[222]},{"name":"GUID_TFCAT_TRANSITORYEXTENSIONUI","features":[222]},{"name":"GUID_TS_SERVICE_ACCESSIBLE","features":[222]},{"name":"GUID_TS_SERVICE_ACTIVEX","features":[222]},{"name":"GUID_TS_SERVICE_DATAOBJECT","features":[222]},{"name":"GXFPF_NEAREST","features":[222]},{"name":"GXFPF_ROUND_NEAREST","features":[222]},{"name":"IAccClientDocMgr","features":[222]},{"name":"IAccDictionary","features":[222]},{"name":"IAccServerDocMgr","features":[222]},{"name":"IAccStore","features":[222]},{"name":"IAnchor","features":[222]},{"name":"IClonableWrapper","features":[222]},{"name":"ICoCreateLocally","features":[222]},{"name":"ICoCreatedLocally","features":[222]},{"name":"IDocWrap","features":[222]},{"name":"IEnumITfCompositionView","features":[222]},{"name":"IEnumSpeechCommands","features":[222]},{"name":"IEnumTfCandidates","features":[222]},{"name":"IEnumTfContextViews","features":[222]},{"name":"IEnumTfContexts","features":[222]},{"name":"IEnumTfDisplayAttributeInfo","features":[222]},{"name":"IEnumTfDocumentMgrs","features":[222]},{"name":"IEnumTfFunctionProviders","features":[222]},{"name":"IEnumTfInputProcessorProfiles","features":[222]},{"name":"IEnumTfLangBarItems","features":[222]},{"name":"IEnumTfLanguageProfiles","features":[222]},{"name":"IEnumTfLatticeElements","features":[222]},{"name":"IEnumTfProperties","features":[222]},{"name":"IEnumTfPropertyValue","features":[222]},{"name":"IEnumTfRanges","features":[222]},{"name":"IEnumTfUIElements","features":[222]},{"name":"IInternalDocWrap","features":[222]},{"name":"ILMCM_CHECKLAYOUTANDTIPENABLED","features":[222]},{"name":"ILMCM_LANGUAGEBAROFF","features":[222]},{"name":"INSERT_TEXT_AT_SELECTION_FLAGS","features":[222]},{"name":"IS_ADDRESS_CITY","features":[222]},{"name":"IS_ADDRESS_COUNTRYNAME","features":[222]},{"name":"IS_ADDRESS_COUNTRYSHORTNAME","features":[222]},{"name":"IS_ADDRESS_FULLPOSTALADDRESS","features":[222]},{"name":"IS_ADDRESS_POSTALCODE","features":[222]},{"name":"IS_ADDRESS_STATEORPROVINCE","features":[222]},{"name":"IS_ADDRESS_STREET","features":[222]},{"name":"IS_ALPHANUMERIC_FULLWIDTH","features":[222]},{"name":"IS_ALPHANUMERIC_HALFWIDTH","features":[222]},{"name":"IS_ALPHANUMERIC_PIN","features":[222]},{"name":"IS_ALPHANUMERIC_PIN_SET","features":[222]},{"name":"IS_BOPOMOFO","features":[222]},{"name":"IS_CHAT","features":[222]},{"name":"IS_CHAT_WITHOUT_EMOJI","features":[222]},{"name":"IS_CHINESE_FULLWIDTH","features":[222]},{"name":"IS_CHINESE_HALFWIDTH","features":[222]},{"name":"IS_CURRENCY_AMOUNT","features":[222]},{"name":"IS_CURRENCY_AMOUNTANDSYMBOL","features":[222]},{"name":"IS_CURRENCY_CHINESE","features":[222]},{"name":"IS_DATE_DAY","features":[222]},{"name":"IS_DATE_DAYNAME","features":[222]},{"name":"IS_DATE_FULLDATE","features":[222]},{"name":"IS_DATE_MONTH","features":[222]},{"name":"IS_DATE_MONTHNAME","features":[222]},{"name":"IS_DATE_YEAR","features":[222]},{"name":"IS_DEFAULT","features":[222]},{"name":"IS_DIGITS","features":[222]},{"name":"IS_EMAILNAME_OR_ADDRESS","features":[222]},{"name":"IS_EMAIL_SMTPEMAILADDRESS","features":[222]},{"name":"IS_EMAIL_USERNAME","features":[222]},{"name":"IS_ENUMSTRING","features":[222]},{"name":"IS_FILE_FILENAME","features":[222]},{"name":"IS_FILE_FULLFILEPATH","features":[222]},{"name":"IS_FORMULA","features":[222]},{"name":"IS_FORMULA_NUMBER","features":[222]},{"name":"IS_HANGUL_FULLWIDTH","features":[222]},{"name":"IS_HANGUL_HALFWIDTH","features":[222]},{"name":"IS_HANJA","features":[222]},{"name":"IS_HIRAGANA","features":[222]},{"name":"IS_KATAKANA_FULLWIDTH","features":[222]},{"name":"IS_KATAKANA_HALFWIDTH","features":[222]},{"name":"IS_LOGINNAME","features":[222]},{"name":"IS_MAPS","features":[222]},{"name":"IS_NAME_OR_PHONENUMBER","features":[222]},{"name":"IS_NATIVE_SCRIPT","features":[222]},{"name":"IS_NUMBER","features":[222]},{"name":"IS_NUMBER_FULLWIDTH","features":[222]},{"name":"IS_NUMERIC_PASSWORD","features":[222]},{"name":"IS_NUMERIC_PIN","features":[222]},{"name":"IS_ONECHAR","features":[222]},{"name":"IS_PASSWORD","features":[222]},{"name":"IS_PERSONALNAME_FULLNAME","features":[222]},{"name":"IS_PERSONALNAME_GIVENNAME","features":[222]},{"name":"IS_PERSONALNAME_MIDDLENAME","features":[222]},{"name":"IS_PERSONALNAME_PREFIX","features":[222]},{"name":"IS_PERSONALNAME_SUFFIX","features":[222]},{"name":"IS_PERSONALNAME_SURNAME","features":[222]},{"name":"IS_PHRASELIST","features":[222]},{"name":"IS_PRIVATE","features":[222]},{"name":"IS_REGULAREXPRESSION","features":[222]},{"name":"IS_SEARCH","features":[222]},{"name":"IS_SEARCH_INCREMENTAL","features":[222]},{"name":"IS_SRGS","features":[222]},{"name":"IS_TELEPHONE_AREACODE","features":[222]},{"name":"IS_TELEPHONE_COUNTRYCODE","features":[222]},{"name":"IS_TELEPHONE_FULLTELEPHONENUMBER","features":[222]},{"name":"IS_TELEPHONE_LOCALNUMBER","features":[222]},{"name":"IS_TEXT","features":[222]},{"name":"IS_TIME_FULLTIME","features":[222]},{"name":"IS_TIME_HOUR","features":[222]},{"name":"IS_TIME_MINORSEC","features":[222]},{"name":"IS_URL","features":[222]},{"name":"IS_XML","features":[222]},{"name":"IS_YOMI","features":[222]},{"name":"ISpeechCommandProvider","features":[222]},{"name":"ITextStoreACP","features":[222]},{"name":"ITextStoreACP2","features":[222]},{"name":"ITextStoreACPEx","features":[222]},{"name":"ITextStoreACPServices","features":[222]},{"name":"ITextStoreACPSink","features":[222]},{"name":"ITextStoreACPSinkEx","features":[222]},{"name":"ITextStoreAnchor","features":[222]},{"name":"ITextStoreAnchorEx","features":[222]},{"name":"ITextStoreAnchorSink","features":[222]},{"name":"ITextStoreSinkAnchorEx","features":[222]},{"name":"ITfActiveLanguageProfileNotifySink","features":[222]},{"name":"ITfCandidateList","features":[222]},{"name":"ITfCandidateListUIElement","features":[222]},{"name":"ITfCandidateListUIElementBehavior","features":[222]},{"name":"ITfCandidateString","features":[222]},{"name":"ITfCategoryMgr","features":[222]},{"name":"ITfCleanupContextDurationSink","features":[222]},{"name":"ITfCleanupContextSink","features":[222]},{"name":"ITfClientId","features":[222]},{"name":"ITfCompartment","features":[222]},{"name":"ITfCompartmentEventSink","features":[222]},{"name":"ITfCompartmentMgr","features":[222]},{"name":"ITfComposition","features":[222]},{"name":"ITfCompositionSink","features":[222]},{"name":"ITfCompositionView","features":[222]},{"name":"ITfConfigureSystemKeystrokeFeed","features":[222]},{"name":"ITfContext","features":[222]},{"name":"ITfContextComposition","features":[222]},{"name":"ITfContextKeyEventSink","features":[222]},{"name":"ITfContextOwner","features":[222]},{"name":"ITfContextOwnerCompositionServices","features":[222]},{"name":"ITfContextOwnerCompositionSink","features":[222]},{"name":"ITfContextOwnerServices","features":[222]},{"name":"ITfContextView","features":[222]},{"name":"ITfCreatePropertyStore","features":[222]},{"name":"ITfDisplayAttributeInfo","features":[222]},{"name":"ITfDisplayAttributeMgr","features":[222]},{"name":"ITfDisplayAttributeNotifySink","features":[222]},{"name":"ITfDisplayAttributeProvider","features":[222]},{"name":"ITfDocumentMgr","features":[222]},{"name":"ITfEditRecord","features":[222]},{"name":"ITfEditSession","features":[222]},{"name":"ITfEditTransactionSink","features":[222]},{"name":"ITfFnAdviseText","features":[222]},{"name":"ITfFnBalloon","features":[222]},{"name":"ITfFnConfigure","features":[222]},{"name":"ITfFnConfigureRegisterEudc","features":[222]},{"name":"ITfFnConfigureRegisterWord","features":[222]},{"name":"ITfFnCustomSpeechCommand","features":[222]},{"name":"ITfFnGetLinguisticAlternates","features":[222]},{"name":"ITfFnGetPreferredTouchKeyboardLayout","features":[222]},{"name":"ITfFnGetSAPIObject","features":[222]},{"name":"ITfFnLMInternal","features":[222]},{"name":"ITfFnLMProcessor","features":[222]},{"name":"ITfFnLangProfileUtil","features":[222]},{"name":"ITfFnPlayBack","features":[222]},{"name":"ITfFnPropertyUIStatus","features":[222]},{"name":"ITfFnReconversion","features":[222]},{"name":"ITfFnSearchCandidateProvider","features":[222]},{"name":"ITfFnShowHelp","features":[222]},{"name":"ITfFunction","features":[222]},{"name":"ITfFunctionProvider","features":[222]},{"name":"ITfInputProcessorProfileActivationSink","features":[222]},{"name":"ITfInputProcessorProfileMgr","features":[222]},{"name":"ITfInputProcessorProfileSubstituteLayout","features":[222]},{"name":"ITfInputProcessorProfiles","features":[222]},{"name":"ITfInputProcessorProfilesEx","features":[222]},{"name":"ITfInputScope","features":[222]},{"name":"ITfInputScope2","features":[222]},{"name":"ITfInsertAtSelection","features":[222]},{"name":"ITfIntegratableCandidateListUIElement","features":[222]},{"name":"ITfKeyEventSink","features":[222]},{"name":"ITfKeyTraceEventSink","features":[222]},{"name":"ITfKeystrokeMgr","features":[222]},{"name":"ITfLMLattice","features":[222]},{"name":"ITfLangBarEventSink","features":[222]},{"name":"ITfLangBarItem","features":[222]},{"name":"ITfLangBarItemBalloon","features":[222]},{"name":"ITfLangBarItemBitmap","features":[222]},{"name":"ITfLangBarItemBitmapButton","features":[222]},{"name":"ITfLangBarItemButton","features":[222]},{"name":"ITfLangBarItemMgr","features":[222]},{"name":"ITfLangBarItemSink","features":[222]},{"name":"ITfLangBarMgr","features":[222]},{"name":"ITfLanguageProfileNotifySink","features":[222]},{"name":"ITfMSAAControl","features":[222]},{"name":"ITfMenu","features":[222]},{"name":"ITfMessagePump","features":[222]},{"name":"ITfMouseSink","features":[222]},{"name":"ITfMouseTracker","features":[222]},{"name":"ITfMouseTrackerACP","features":[222]},{"name":"ITfPersistentPropertyLoaderACP","features":[222]},{"name":"ITfPreservedKeyNotifySink","features":[222]},{"name":"ITfProperty","features":[222]},{"name":"ITfPropertyStore","features":[222]},{"name":"ITfQueryEmbedded","features":[222]},{"name":"ITfRange","features":[222]},{"name":"ITfRangeACP","features":[222]},{"name":"ITfRangeBackup","features":[222]},{"name":"ITfReadOnlyProperty","features":[222]},{"name":"ITfReadingInformationUIElement","features":[222]},{"name":"ITfReverseConversion","features":[222]},{"name":"ITfReverseConversionList","features":[222]},{"name":"ITfReverseConversionMgr","features":[222]},{"name":"ITfSource","features":[222]},{"name":"ITfSourceSingle","features":[222]},{"name":"ITfSpeechUIServer","features":[222]},{"name":"ITfStatusSink","features":[222]},{"name":"ITfSystemDeviceTypeLangBarItem","features":[222]},{"name":"ITfSystemLangBarItem","features":[222]},{"name":"ITfSystemLangBarItemSink","features":[222]},{"name":"ITfSystemLangBarItemText","features":[222]},{"name":"ITfTextEditSink","features":[222]},{"name":"ITfTextInputProcessor","features":[222]},{"name":"ITfTextInputProcessorEx","features":[222]},{"name":"ITfTextLayoutSink","features":[222]},{"name":"ITfThreadFocusSink","features":[222]},{"name":"ITfThreadMgr","features":[222]},{"name":"ITfThreadMgr2","features":[222]},{"name":"ITfThreadMgrEventSink","features":[222]},{"name":"ITfThreadMgrEx","features":[222]},{"name":"ITfToolTipUIElement","features":[222]},{"name":"ITfTransitoryExtensionSink","features":[222]},{"name":"ITfTransitoryExtensionUIElement","features":[222]},{"name":"ITfUIElement","features":[222]},{"name":"ITfUIElementMgr","features":[222]},{"name":"ITfUIElementSink","features":[222]},{"name":"IUIManagerEventSink","features":[222]},{"name":"IVersionInfo","features":[222]},{"name":"InitLocalMsCtfMonitor","features":[222]},{"name":"InputScope","features":[222]},{"name":"LANG_BAR_ITEM_ICON_MODE_FLAGS","features":[222]},{"name":"LIBID_MSAATEXTLib","features":[222]},{"name":"MSAAControl","features":[222]},{"name":"STYLE_ACTIVE_SELECTION","features":[222]},{"name":"STYLE_IMPLIED_SELECTION","features":[222]},{"name":"TEXT_STORE_CHANGE_FLAGS","features":[222]},{"name":"TEXT_STORE_LOCK_FLAGS","features":[222]},{"name":"TEXT_STORE_TEXT_CHANGE_FLAGS","features":[222]},{"name":"TF_AE_END","features":[222]},{"name":"TF_AE_NONE","features":[222]},{"name":"TF_AE_START","features":[222]},{"name":"TF_ANCHOR_END","features":[222]},{"name":"TF_ANCHOR_START","features":[222]},{"name":"TF_ATTR_CONVERTED","features":[222]},{"name":"TF_ATTR_FIXEDCONVERTED","features":[222]},{"name":"TF_ATTR_INPUT","features":[222]},{"name":"TF_ATTR_INPUT_ERROR","features":[222]},{"name":"TF_ATTR_OTHER","features":[222]},{"name":"TF_ATTR_TARGET_CONVERTED","features":[222]},{"name":"TF_ATTR_TARGET_NOTCONVERTED","features":[222]},{"name":"TF_CHAR_EMBEDDED","features":[222]},{"name":"TF_CLUIE_COUNT","features":[222]},{"name":"TF_CLUIE_CURRENTPAGE","features":[222]},{"name":"TF_CLUIE_DOCUMENTMGR","features":[222]},{"name":"TF_CLUIE_PAGEINDEX","features":[222]},{"name":"TF_CLUIE_SELECTION","features":[222]},{"name":"TF_CLUIE_STRING","features":[222]},{"name":"TF_COMMANDING_ENABLED","features":[222]},{"name":"TF_COMMANDING_ON","features":[222]},{"name":"TF_CONTEXT_EDIT_CONTEXT_FLAGS","features":[222]},{"name":"TF_CONVERSIONMODE_ALPHANUMERIC","features":[222]},{"name":"TF_CONVERSIONMODE_CHARCODE","features":[222]},{"name":"TF_CONVERSIONMODE_EUDC","features":[222]},{"name":"TF_CONVERSIONMODE_FIXED","features":[222]},{"name":"TF_CONVERSIONMODE_FULLSHAPE","features":[222]},{"name":"TF_CONVERSIONMODE_KATAKANA","features":[222]},{"name":"TF_CONVERSIONMODE_NATIVE","features":[222]},{"name":"TF_CONVERSIONMODE_NOCONVERSION","features":[222]},{"name":"TF_CONVERSIONMODE_ROMAN","features":[222]},{"name":"TF_CONVERSIONMODE_SOFTKEYBOARD","features":[222]},{"name":"TF_CONVERSIONMODE_SYMBOL","features":[222]},{"name":"TF_CT_COLORREF","features":[222]},{"name":"TF_CT_NONE","features":[222]},{"name":"TF_CT_SYSCOLOR","features":[222]},{"name":"TF_DA_ATTR_INFO","features":[222]},{"name":"TF_DA_COLOR","features":[3,222]},{"name":"TF_DA_COLORTYPE","features":[222]},{"name":"TF_DA_LINESTYLE","features":[222]},{"name":"TF_DEFAULT_SELECTION","features":[222]},{"name":"TF_DICTATION_ENABLED","features":[222]},{"name":"TF_DICTATION_ON","features":[222]},{"name":"TF_DISABLE_BALLOON","features":[222]},{"name":"TF_DISABLE_COMMANDING","features":[222]},{"name":"TF_DISABLE_DICTATION","features":[222]},{"name":"TF_DISABLE_SPEECH","features":[222]},{"name":"TF_DISPLAYATTRIBUTE","features":[3,222]},{"name":"TF_DTLBI_NONE","features":[222]},{"name":"TF_DTLBI_USEPROFILEICON","features":[222]},{"name":"TF_ENABLE_PROCESS_ATOM","features":[222]},{"name":"TF_ES_ASYNC","features":[222]},{"name":"TF_ES_ASYNCDONTCARE","features":[222]},{"name":"TF_ES_READ","features":[222]},{"name":"TF_ES_READWRITE","features":[222]},{"name":"TF_ES_SYNC","features":[222]},{"name":"TF_E_ALREADY_EXISTS","features":[222]},{"name":"TF_E_COMPOSITION_REJECTED","features":[222]},{"name":"TF_E_DISCONNECTED","features":[222]},{"name":"TF_E_EMPTYCONTEXT","features":[222]},{"name":"TF_E_FORMAT","features":[222]},{"name":"TF_E_INVALIDPOINT","features":[222]},{"name":"TF_E_INVALIDPOS","features":[222]},{"name":"TF_E_INVALIDVIEW","features":[222]},{"name":"TF_E_LOCKED","features":[222]},{"name":"TF_E_NOCONVERSION","features":[222]},{"name":"TF_E_NOINTERFACE","features":[222]},{"name":"TF_E_NOLAYOUT","features":[222]},{"name":"TF_E_NOLOCK","features":[222]},{"name":"TF_E_NOOBJECT","features":[222]},{"name":"TF_E_NOPROVIDER","features":[222]},{"name":"TF_E_NOSELECTION","features":[222]},{"name":"TF_E_NOSERVICE","features":[222]},{"name":"TF_E_NOTOWNEDRANGE","features":[222]},{"name":"TF_E_RANGE_NOT_COVERED","features":[222]},{"name":"TF_E_READONLY","features":[222]},{"name":"TF_E_STACKFULL","features":[222]},{"name":"TF_E_SYNCHRONOUS","features":[222]},{"name":"TF_FLOATINGLANGBAR_WNDTITLE","features":[222]},{"name":"TF_FLOATINGLANGBAR_WNDTITLEA","features":[222]},{"name":"TF_FLOATINGLANGBAR_WNDTITLEW","features":[222]},{"name":"TF_GRAVITY_BACKWARD","features":[222]},{"name":"TF_GRAVITY_FORWARD","features":[222]},{"name":"TF_GTP_INCL_TEXT","features":[222]},{"name":"TF_GTP_NONE","features":[222]},{"name":"TF_HALTCOND","features":[222]},{"name":"TF_HF_OBJECT","features":[222]},{"name":"TF_IAS_NOQUERY","features":[222]},{"name":"TF_IAS_NO_DEFAULT_COMPOSITION","features":[222]},{"name":"TF_IAS_QUERYONLY","features":[222]},{"name":"TF_IE_CORRECTION","features":[222]},{"name":"TF_INPUTPROCESSORPROFILE","features":[215,222]},{"name":"TF_INVALID_COOKIE","features":[222]},{"name":"TF_INVALID_EDIT_COOKIE","features":[222]},{"name":"TF_IPPMF_DISABLEPROFILE","features":[222]},{"name":"TF_IPPMF_DONTCARECURRENTINPUTLANGUAGE","features":[222]},{"name":"TF_IPPMF_ENABLEPROFILE","features":[222]},{"name":"TF_IPPMF_FORPROCESS","features":[222]},{"name":"TF_IPPMF_FORSESSION","features":[222]},{"name":"TF_IPPMF_FORSYSTEMALL","features":[222]},{"name":"TF_IPP_CAPS_COMLESSSUPPORT","features":[222]},{"name":"TF_IPP_CAPS_DISABLEONTRANSITORY","features":[222]},{"name":"TF_IPP_CAPS_IMMERSIVESUPPORT","features":[222]},{"name":"TF_IPP_CAPS_SECUREMODESUPPORT","features":[222]},{"name":"TF_IPP_CAPS_SYSTRAYSUPPORT","features":[222]},{"name":"TF_IPP_CAPS_UIELEMENTENABLED","features":[222]},{"name":"TF_IPP_CAPS_WOW16SUPPORT","features":[222]},{"name":"TF_IPP_FLAG_ACTIVE","features":[222]},{"name":"TF_IPP_FLAG_ENABLED","features":[222]},{"name":"TF_IPP_FLAG_SUBSTITUTEDBYINPUTPROCESSOR","features":[222]},{"name":"TF_IPSINK_FLAG_ACTIVE","features":[222]},{"name":"TF_LANGBARITEMINFO","features":[222]},{"name":"TF_LANGUAGEPROFILE","features":[3,222]},{"name":"TF_LBBALLOONINFO","features":[222]},{"name":"TF_LBI_BALLOON","features":[222]},{"name":"TF_LBI_BITMAP","features":[222]},{"name":"TF_LBI_BMPF_VERTICAL","features":[222]},{"name":"TF_LBI_CLK_LEFT","features":[222]},{"name":"TF_LBI_CLK_RIGHT","features":[222]},{"name":"TF_LBI_CUSTOMUI","features":[222]},{"name":"TF_LBI_DESC_MAXLEN","features":[222]},{"name":"TF_LBI_ICON","features":[222]},{"name":"TF_LBI_STATUS","features":[222]},{"name":"TF_LBI_STATUS_BTN_TOGGLED","features":[222]},{"name":"TF_LBI_STATUS_DISABLED","features":[222]},{"name":"TF_LBI_STATUS_HIDDEN","features":[222]},{"name":"TF_LBI_STYLE_BTN_BUTTON","features":[222]},{"name":"TF_LBI_STYLE_BTN_MENU","features":[222]},{"name":"TF_LBI_STYLE_BTN_TOGGLE","features":[222]},{"name":"TF_LBI_STYLE_HIDDENBYDEFAULT","features":[222]},{"name":"TF_LBI_STYLE_HIDDENSTATUSCONTROL","features":[222]},{"name":"TF_LBI_STYLE_HIDEONNOOTHERITEMS","features":[222]},{"name":"TF_LBI_STYLE_SHOWNINTRAY","features":[222]},{"name":"TF_LBI_STYLE_SHOWNINTRAYONLY","features":[222]},{"name":"TF_LBI_STYLE_TEXTCOLORICON","features":[222]},{"name":"TF_LBI_TEXT","features":[222]},{"name":"TF_LBI_TOOLTIP","features":[222]},{"name":"TF_LBMENUF_CHECKED","features":[222]},{"name":"TF_LBMENUF_GRAYED","features":[222]},{"name":"TF_LBMENUF_RADIOCHECKED","features":[222]},{"name":"TF_LBMENUF_SEPARATOR","features":[222]},{"name":"TF_LBMENUF_SUBMENU","features":[222]},{"name":"TF_LB_BALLOON_MISS","features":[222]},{"name":"TF_LB_BALLOON_RECO","features":[222]},{"name":"TF_LB_BALLOON_SHOW","features":[222]},{"name":"TF_LC_CHANGE","features":[222]},{"name":"TF_LC_CREATE","features":[222]},{"name":"TF_LC_DESTROY","features":[222]},{"name":"TF_LMLATTELEMENT","features":[222]},{"name":"TF_LS_DASH","features":[222]},{"name":"TF_LS_DOT","features":[222]},{"name":"TF_LS_NONE","features":[222]},{"name":"TF_LS_SOLID","features":[222]},{"name":"TF_LS_SQUIGGLE","features":[222]},{"name":"TF_MENUREADY","features":[222]},{"name":"TF_MOD_ALT","features":[222]},{"name":"TF_MOD_CONTROL","features":[222]},{"name":"TF_MOD_IGNORE_ALL_MODIFIER","features":[222]},{"name":"TF_MOD_LALT","features":[222]},{"name":"TF_MOD_LCONTROL","features":[222]},{"name":"TF_MOD_LSHIFT","features":[222]},{"name":"TF_MOD_ON_KEYUP","features":[222]},{"name":"TF_MOD_RALT","features":[222]},{"name":"TF_MOD_RCONTROL","features":[222]},{"name":"TF_MOD_RSHIFT","features":[222]},{"name":"TF_MOD_SHIFT","features":[222]},{"name":"TF_PERSISTENT_PROPERTY_HEADER_ACP","features":[222]},{"name":"TF_POPF_ALL","features":[222]},{"name":"TF_PRESERVEDKEY","features":[222]},{"name":"TF_PROCESS_ATOM","features":[222]},{"name":"TF_PROFILETYPE_INPUTPROCESSOR","features":[222]},{"name":"TF_PROFILETYPE_KEYBOARDLAYOUT","features":[222]},{"name":"TF_PROFILE_ARRAY","features":[222]},{"name":"TF_PROFILE_CANTONESE","features":[222]},{"name":"TF_PROFILE_CHANGJIE","features":[222]},{"name":"TF_PROFILE_DAYI","features":[222]},{"name":"TF_PROFILE_NEWCHANGJIE","features":[222]},{"name":"TF_PROFILE_NEWPHONETIC","features":[222]},{"name":"TF_PROFILE_NEWQUICK","features":[222]},{"name":"TF_PROFILE_PHONETIC","features":[222]},{"name":"TF_PROFILE_PINYIN","features":[222]},{"name":"TF_PROFILE_QUICK","features":[222]},{"name":"TF_PROFILE_SIMPLEFAST","features":[222]},{"name":"TF_PROFILE_TIGRINYA","features":[222]},{"name":"TF_PROFILE_WUBI","features":[222]},{"name":"TF_PROFILE_YI","features":[222]},{"name":"TF_PROPERTYVAL","features":[3,43,44,222]},{"name":"TF_PROPUI_STATUS_SAVETOFILE","features":[222]},{"name":"TF_RCM_COMLESS","features":[222]},{"name":"TF_RCM_HINT_COLLISION","features":[222]},{"name":"TF_RCM_HINT_READING_LENGTH","features":[222]},{"name":"TF_RCM_VKEY","features":[222]},{"name":"TF_RIP_FLAG_FREEUNUSEDLIBRARIES","features":[222]},{"name":"TF_RIUIE_CONTEXT","features":[222]},{"name":"TF_RIUIE_ERRORINDEX","features":[222]},{"name":"TF_RIUIE_MAXREADINGSTRINGLENGTH","features":[222]},{"name":"TF_RIUIE_STRING","features":[222]},{"name":"TF_RIUIE_VERTICALORDER","features":[222]},{"name":"TF_RP_HIDDENINSETTINGUI","features":[222]},{"name":"TF_RP_LOCALPROCESS","features":[222]},{"name":"TF_RP_LOCALTHREAD","features":[222]},{"name":"TF_RP_SUBITEMINSETTINGUI","features":[222]},{"name":"TF_SD_BACKWARD","features":[222]},{"name":"TF_SD_FORWARD","features":[222]},{"name":"TF_SD_LOADING","features":[222]},{"name":"TF_SD_READONLY","features":[222]},{"name":"TF_SELECTION","features":[3,222]},{"name":"TF_SELECTIONSTYLE","features":[3,222]},{"name":"TF_SENTENCEMODE_AUTOMATIC","features":[222]},{"name":"TF_SENTENCEMODE_CONVERSATION","features":[222]},{"name":"TF_SENTENCEMODE_NONE","features":[222]},{"name":"TF_SENTENCEMODE_PHRASEPREDICT","features":[222]},{"name":"TF_SENTENCEMODE_PLAURALCLAUSE","features":[222]},{"name":"TF_SENTENCEMODE_SINGLECONVERT","features":[222]},{"name":"TF_SFT_DESKBAND","features":[222]},{"name":"TF_SFT_DOCK","features":[222]},{"name":"TF_SFT_EXTRAICONSONMINIMIZED","features":[222]},{"name":"TF_SFT_HIDDEN","features":[222]},{"name":"TF_SFT_HIGHTRANSPARENCY","features":[222]},{"name":"TF_SFT_LABELS","features":[222]},{"name":"TF_SFT_LOWTRANSPARENCY","features":[222]},{"name":"TF_SFT_MINIMIZED","features":[222]},{"name":"TF_SFT_NOEXTRAICONSONMINIMIZED","features":[222]},{"name":"TF_SFT_NOLABELS","features":[222]},{"name":"TF_SFT_NOTRANSPARENCY","features":[222]},{"name":"TF_SFT_SHOWNORMAL","features":[222]},{"name":"TF_SHOW_BALLOON","features":[222]},{"name":"TF_SPEECHUI_SHOWN","features":[222]},{"name":"TF_SS_DISJOINTSEL","features":[222]},{"name":"TF_SS_REGIONS","features":[222]},{"name":"TF_SS_TKBAUTOCORRECTENABLE","features":[222]},{"name":"TF_SS_TKBPREDICTIONENABLE","features":[222]},{"name":"TF_SS_TRANSITORY","features":[222]},{"name":"TF_ST_CORRECTION","features":[222]},{"name":"TF_S_ASYNC","features":[222]},{"name":"TF_TF_IGNOREEND","features":[222]},{"name":"TF_TF_MOVESTART","features":[222]},{"name":"TF_TMAE_COMLESS","features":[222]},{"name":"TF_TMAE_CONSOLE","features":[222]},{"name":"TF_TMAE_NOACTIVATEKEYBOARDLAYOUT","features":[222]},{"name":"TF_TMAE_NOACTIVATETIP","features":[222]},{"name":"TF_TMAE_SECUREMODE","features":[222]},{"name":"TF_TMAE_UIELEMENTENABLEDONLY","features":[222]},{"name":"TF_TMAE_WOW16","features":[222]},{"name":"TF_TMF_ACTIVATED","features":[222]},{"name":"TF_TMF_COMLESS","features":[222]},{"name":"TF_TMF_CONSOLE","features":[222]},{"name":"TF_TMF_IMMERSIVEMODE","features":[222]},{"name":"TF_TMF_NOACTIVATETIP","features":[222]},{"name":"TF_TMF_SECUREMODE","features":[222]},{"name":"TF_TMF_UIELEMENTENABLEDONLY","features":[222]},{"name":"TF_TMF_WOW16","features":[222]},{"name":"TF_TRANSITORYEXTENSION_ATSELECTION","features":[222]},{"name":"TF_TRANSITORYEXTENSION_FLOATING","features":[222]},{"name":"TF_TRANSITORYEXTENSION_NONE","features":[222]},{"name":"TF_TU_CORRECTION","features":[222]},{"name":"TF_URP_ALLPROFILES","features":[222]},{"name":"TF_URP_LOCALPROCESS","features":[222]},{"name":"TF_URP_LOCALTHREAD","features":[222]},{"name":"TF_US_HIDETIPUI","features":[222]},{"name":"TKBLT_CLASSIC","features":[222]},{"name":"TKBLT_OPTIMIZED","features":[222]},{"name":"TKBLT_UNDEFINED","features":[222]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_CHANGJIE","features":[222]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_DAYI","features":[222]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_PHONETIC","features":[222]},{"name":"TKBL_OPT_JAPANESE_ABC","features":[222]},{"name":"TKBL_OPT_KOREAN_HANGUL_2_BULSIK","features":[222]},{"name":"TKBL_OPT_SIMPLIFIED_CHINESE_PINYIN","features":[222]},{"name":"TKBL_OPT_TRADITIONAL_CHINESE_PHONETIC","features":[222]},{"name":"TKBL_UNDEFINED","features":[222]},{"name":"TKBLayoutType","features":[222]},{"name":"TKB_ALTERNATES_AUTOCORRECTION_APPLIED","features":[222]},{"name":"TKB_ALTERNATES_FOR_AUTOCORRECTION","features":[222]},{"name":"TKB_ALTERNATES_FOR_PREDICTION","features":[222]},{"name":"TKB_ALTERNATES_STANDARD","features":[222]},{"name":"TSATTRID_App","features":[222]},{"name":"TSATTRID_App_IncorrectGrammar","features":[222]},{"name":"TSATTRID_App_IncorrectSpelling","features":[222]},{"name":"TSATTRID_Font","features":[222]},{"name":"TSATTRID_Font_FaceName","features":[222]},{"name":"TSATTRID_Font_SizePts","features":[222]},{"name":"TSATTRID_Font_Style","features":[222]},{"name":"TSATTRID_Font_Style_Animation","features":[222]},{"name":"TSATTRID_Font_Style_Animation_BlinkingBackground","features":[222]},{"name":"TSATTRID_Font_Style_Animation_LasVegasLights","features":[222]},{"name":"TSATTRID_Font_Style_Animation_MarchingBlackAnts","features":[222]},{"name":"TSATTRID_Font_Style_Animation_MarchingRedAnts","features":[222]},{"name":"TSATTRID_Font_Style_Animation_Shimmer","features":[222]},{"name":"TSATTRID_Font_Style_Animation_SparkleText","features":[222]},{"name":"TSATTRID_Font_Style_Animation_WipeDown","features":[222]},{"name":"TSATTRID_Font_Style_Animation_WipeRight","features":[222]},{"name":"TSATTRID_Font_Style_BackgroundColor","features":[222]},{"name":"TSATTRID_Font_Style_Blink","features":[222]},{"name":"TSATTRID_Font_Style_Bold","features":[222]},{"name":"TSATTRID_Font_Style_Capitalize","features":[222]},{"name":"TSATTRID_Font_Style_Color","features":[222]},{"name":"TSATTRID_Font_Style_Emboss","features":[222]},{"name":"TSATTRID_Font_Style_Engrave","features":[222]},{"name":"TSATTRID_Font_Style_Height","features":[222]},{"name":"TSATTRID_Font_Style_Hidden","features":[222]},{"name":"TSATTRID_Font_Style_Italic","features":[222]},{"name":"TSATTRID_Font_Style_Kerning","features":[222]},{"name":"TSATTRID_Font_Style_Lowercase","features":[222]},{"name":"TSATTRID_Font_Style_Outlined","features":[222]},{"name":"TSATTRID_Font_Style_Overline","features":[222]},{"name":"TSATTRID_Font_Style_Overline_Double","features":[222]},{"name":"TSATTRID_Font_Style_Overline_Single","features":[222]},{"name":"TSATTRID_Font_Style_Position","features":[222]},{"name":"TSATTRID_Font_Style_Protected","features":[222]},{"name":"TSATTRID_Font_Style_Shadow","features":[222]},{"name":"TSATTRID_Font_Style_SmallCaps","features":[222]},{"name":"TSATTRID_Font_Style_Spacing","features":[222]},{"name":"TSATTRID_Font_Style_Strikethrough","features":[222]},{"name":"TSATTRID_Font_Style_Strikethrough_Double","features":[222]},{"name":"TSATTRID_Font_Style_Strikethrough_Single","features":[222]},{"name":"TSATTRID_Font_Style_Subscript","features":[222]},{"name":"TSATTRID_Font_Style_Superscript","features":[222]},{"name":"TSATTRID_Font_Style_Underline","features":[222]},{"name":"TSATTRID_Font_Style_Underline_Double","features":[222]},{"name":"TSATTRID_Font_Style_Underline_Single","features":[222]},{"name":"TSATTRID_Font_Style_Uppercase","features":[222]},{"name":"TSATTRID_Font_Style_Weight","features":[222]},{"name":"TSATTRID_List","features":[222]},{"name":"TSATTRID_List_LevelIndel","features":[222]},{"name":"TSATTRID_List_Type","features":[222]},{"name":"TSATTRID_List_Type_Arabic","features":[222]},{"name":"TSATTRID_List_Type_Bullet","features":[222]},{"name":"TSATTRID_List_Type_LowerLetter","features":[222]},{"name":"TSATTRID_List_Type_LowerRoman","features":[222]},{"name":"TSATTRID_List_Type_UpperLetter","features":[222]},{"name":"TSATTRID_List_Type_UpperRoman","features":[222]},{"name":"TSATTRID_OTHERS","features":[222]},{"name":"TSATTRID_Text","features":[222]},{"name":"TSATTRID_Text_Alignment","features":[222]},{"name":"TSATTRID_Text_Alignment_Center","features":[222]},{"name":"TSATTRID_Text_Alignment_Justify","features":[222]},{"name":"TSATTRID_Text_Alignment_Left","features":[222]},{"name":"TSATTRID_Text_Alignment_Right","features":[222]},{"name":"TSATTRID_Text_EmbeddedObject","features":[222]},{"name":"TSATTRID_Text_Hyphenation","features":[222]},{"name":"TSATTRID_Text_Language","features":[222]},{"name":"TSATTRID_Text_Link","features":[222]},{"name":"TSATTRID_Text_Orientation","features":[222]},{"name":"TSATTRID_Text_Para","features":[222]},{"name":"TSATTRID_Text_Para_FirstLineIndent","features":[222]},{"name":"TSATTRID_Text_Para_LeftIndent","features":[222]},{"name":"TSATTRID_Text_Para_LineSpacing","features":[222]},{"name":"TSATTRID_Text_Para_LineSpacing_AtLeast","features":[222]},{"name":"TSATTRID_Text_Para_LineSpacing_Double","features":[222]},{"name":"TSATTRID_Text_Para_LineSpacing_Exactly","features":[222]},{"name":"TSATTRID_Text_Para_LineSpacing_Multiple","features":[222]},{"name":"TSATTRID_Text_Para_LineSpacing_OnePtFive","features":[222]},{"name":"TSATTRID_Text_Para_LineSpacing_Single","features":[222]},{"name":"TSATTRID_Text_Para_RightIndent","features":[222]},{"name":"TSATTRID_Text_Para_SpaceAfter","features":[222]},{"name":"TSATTRID_Text_Para_SpaceBefore","features":[222]},{"name":"TSATTRID_Text_ReadOnly","features":[222]},{"name":"TSATTRID_Text_RightToLeft","features":[222]},{"name":"TSATTRID_Text_VerticalWriting","features":[222]},{"name":"TS_AE_END","features":[222]},{"name":"TS_AE_NONE","features":[222]},{"name":"TS_AE_START","features":[222]},{"name":"TS_AS_ATTR_CHANGE","features":[222]},{"name":"TS_AS_LAYOUT_CHANGE","features":[222]},{"name":"TS_AS_SEL_CHANGE","features":[222]},{"name":"TS_AS_STATUS_CHANGE","features":[222]},{"name":"TS_AS_TEXT_CHANGE","features":[222]},{"name":"TS_ATTRVAL","features":[3,43,44,222]},{"name":"TS_ATTR_FIND_BACKWARDS","features":[222]},{"name":"TS_ATTR_FIND_HIDDEN","features":[222]},{"name":"TS_ATTR_FIND_UPDATESTART","features":[222]},{"name":"TS_ATTR_FIND_WANT_END","features":[222]},{"name":"TS_ATTR_FIND_WANT_OFFSET","features":[222]},{"name":"TS_ATTR_FIND_WANT_VALUE","features":[222]},{"name":"TS_CHAR_EMBEDDED","features":[222]},{"name":"TS_CHAR_REGION","features":[222]},{"name":"TS_CHAR_REPLACEMENT","features":[222]},{"name":"TS_CH_FOLLOWING_DEL","features":[222]},{"name":"TS_CH_PRECEDING_DEL","features":[222]},{"name":"TS_DEFAULT_SELECTION","features":[222]},{"name":"TS_E_FORMAT","features":[222]},{"name":"TS_E_INVALIDPOINT","features":[222]},{"name":"TS_E_INVALIDPOS","features":[222]},{"name":"TS_E_NOINTERFACE","features":[222]},{"name":"TS_E_NOLAYOUT","features":[222]},{"name":"TS_E_NOLOCK","features":[222]},{"name":"TS_E_NOOBJECT","features":[222]},{"name":"TS_E_NOSELECTION","features":[222]},{"name":"TS_E_NOSERVICE","features":[222]},{"name":"TS_E_READONLY","features":[222]},{"name":"TS_E_SYNCHRONOUS","features":[222]},{"name":"TS_GEA_HIDDEN","features":[222]},{"name":"TS_GR_BACKWARD","features":[222]},{"name":"TS_GR_FORWARD","features":[222]},{"name":"TS_GTA_HIDDEN","features":[222]},{"name":"TS_IAS_NOQUERY","features":[222]},{"name":"TS_IAS_QUERYONLY","features":[222]},{"name":"TS_IE_COMPOSITION","features":[222]},{"name":"TS_IE_CORRECTION","features":[222]},{"name":"TS_LC_CHANGE","features":[222]},{"name":"TS_LC_CREATE","features":[222]},{"name":"TS_LC_DESTROY","features":[222]},{"name":"TS_LF_READ","features":[222]},{"name":"TS_LF_READWRITE","features":[222]},{"name":"TS_LF_SYNC","features":[222]},{"name":"TS_RT_HIDDEN","features":[222]},{"name":"TS_RT_OPAQUE","features":[222]},{"name":"TS_RT_PLAIN","features":[222]},{"name":"TS_RUNINFO","features":[222]},{"name":"TS_SD_BACKWARD","features":[222]},{"name":"TS_SD_EMBEDDEDHANDWRITINGVIEW_ENABLED","features":[222]},{"name":"TS_SD_EMBEDDEDHANDWRITINGVIEW_VISIBLE","features":[222]},{"name":"TS_SD_FORWARD","features":[222]},{"name":"TS_SD_INPUTPANEMANUALDISPLAYENABLE","features":[222]},{"name":"TS_SD_LOADING","features":[222]},{"name":"TS_SD_READONLY","features":[222]},{"name":"TS_SD_RESERVED","features":[222]},{"name":"TS_SD_TKBAUTOCORRECTENABLE","features":[222]},{"name":"TS_SD_TKBPREDICTIONENABLE","features":[222]},{"name":"TS_SD_UIINTEGRATIONENABLE","features":[222]},{"name":"TS_SELECTIONSTYLE","features":[3,222]},{"name":"TS_SELECTION_ACP","features":[3,222]},{"name":"TS_SELECTION_ANCHOR","features":[3,222]},{"name":"TS_SHIFT_COUNT_HIDDEN","features":[222]},{"name":"TS_SHIFT_COUNT_ONLY","features":[222]},{"name":"TS_SHIFT_HALT_HIDDEN","features":[222]},{"name":"TS_SHIFT_HALT_VISIBLE","features":[222]},{"name":"TS_SS_DISJOINTSEL","features":[222]},{"name":"TS_SS_NOHIDDENTEXT","features":[222]},{"name":"TS_SS_REGIONS","features":[222]},{"name":"TS_SS_TKBAUTOCORRECTENABLE","features":[222]},{"name":"TS_SS_TKBPREDICTIONENABLE","features":[222]},{"name":"TS_SS_TRANSITORY","features":[222]},{"name":"TS_SS_UWPCONTROL","features":[222]},{"name":"TS_STATUS","features":[222]},{"name":"TS_STRF_END","features":[222]},{"name":"TS_STRF_MID","features":[222]},{"name":"TS_STRF_START","features":[222]},{"name":"TS_ST_CORRECTION","features":[222]},{"name":"TS_ST_NONE","features":[222]},{"name":"TS_S_ASYNC","features":[222]},{"name":"TS_TC_CORRECTION","features":[222]},{"name":"TS_TC_NONE","features":[222]},{"name":"TS_TEXTCHANGE","features":[222]},{"name":"TS_VCOOKIE_NUL","features":[222]},{"name":"TfActiveSelEnd","features":[222]},{"name":"TfAnchor","features":[222]},{"name":"TfCandidateResult","features":[222]},{"name":"TfGravity","features":[222]},{"name":"TfIntegratableCandidateListSelectionStyle","features":[222]},{"name":"TfLBBalloonStyle","features":[222]},{"name":"TfLBIClick","features":[222]},{"name":"TfLayoutCode","features":[222]},{"name":"TfSapiObject","features":[222]},{"name":"TfShiftDir","features":[222]},{"name":"TsActiveSelEnd","features":[222]},{"name":"TsGravity","features":[222]},{"name":"TsLayoutCode","features":[222]},{"name":"TsRunType","features":[222]},{"name":"TsShiftDir","features":[222]},{"name":"UninitLocalMsCtfMonitor","features":[222]}],"675":[{"name":"ACCEL","features":[52]},{"name":"ACCEL_VIRT_FLAGS","features":[52]},{"name":"ALTTABINFO","features":[3,52]},{"name":"ANIMATE_WINDOW_FLAGS","features":[52]},{"name":"ANIMATIONINFO","features":[52]},{"name":"ARW_BOTTOMLEFT","features":[52]},{"name":"ARW_BOTTOMRIGHT","features":[52]},{"name":"ARW_DOWN","features":[52]},{"name":"ARW_HIDE","features":[52]},{"name":"ARW_LEFT","features":[52]},{"name":"ARW_RIGHT","features":[52]},{"name":"ARW_STARTMASK","features":[52]},{"name":"ARW_STARTRIGHT","features":[52]},{"name":"ARW_STARTTOP","features":[52]},{"name":"ARW_TOPLEFT","features":[52]},{"name":"ARW_TOPRIGHT","features":[52]},{"name":"ARW_UP","features":[52]},{"name":"ASFW_ANY","features":[52]},{"name":"AUDIODESCRIPTION","features":[3,52]},{"name":"AW_ACTIVATE","features":[52]},{"name":"AW_BLEND","features":[52]},{"name":"AW_CENTER","features":[52]},{"name":"AW_HIDE","features":[52]},{"name":"AW_HOR_NEGATIVE","features":[52]},{"name":"AW_HOR_POSITIVE","features":[52]},{"name":"AW_SLIDE","features":[52]},{"name":"AW_VER_NEGATIVE","features":[52]},{"name":"AW_VER_POSITIVE","features":[52]},{"name":"AdjustWindowRect","features":[3,52]},{"name":"AdjustWindowRectEx","features":[3,52]},{"name":"AllowSetForegroundWindow","features":[3,52]},{"name":"AnimateWindow","features":[3,52]},{"name":"AnyPopup","features":[3,52]},{"name":"AppendMenuA","features":[3,52]},{"name":"AppendMenuW","features":[3,52]},{"name":"ArrangeIconicWindows","features":[3,52]},{"name":"BM_CLICK","features":[52]},{"name":"BM_GETCHECK","features":[52]},{"name":"BM_GETIMAGE","features":[52]},{"name":"BM_GETSTATE","features":[52]},{"name":"BM_SETCHECK","features":[52]},{"name":"BM_SETDONTCLICK","features":[52]},{"name":"BM_SETIMAGE","features":[52]},{"name":"BM_SETSTATE","features":[52]},{"name":"BM_SETSTYLE","features":[52]},{"name":"BN_CLICKED","features":[52]},{"name":"BN_DBLCLK","features":[52]},{"name":"BN_DISABLE","features":[52]},{"name":"BN_DOUBLECLICKED","features":[52]},{"name":"BN_HILITE","features":[52]},{"name":"BN_KILLFOCUS","features":[52]},{"name":"BN_PAINT","features":[52]},{"name":"BN_PUSHED","features":[52]},{"name":"BN_SETFOCUS","features":[52]},{"name":"BN_UNHILITE","features":[52]},{"name":"BN_UNPUSHED","features":[52]},{"name":"BROADCAST_QUERY_DENY","features":[52]},{"name":"BSF_MSGSRV32ISOK","features":[52]},{"name":"BSF_MSGSRV32ISOK_BIT","features":[52]},{"name":"BSM_INSTALLABLEDRIVERS","features":[52]},{"name":"BSM_NETDRIVER","features":[52]},{"name":"BSM_VXDS","features":[52]},{"name":"BST_FOCUS","features":[52]},{"name":"BST_PUSHED","features":[52]},{"name":"BS_3STATE","features":[52]},{"name":"BS_AUTO3STATE","features":[52]},{"name":"BS_AUTOCHECKBOX","features":[52]},{"name":"BS_AUTORADIOBUTTON","features":[52]},{"name":"BS_BITMAP","features":[52]},{"name":"BS_BOTTOM","features":[52]},{"name":"BS_CENTER","features":[52]},{"name":"BS_CHECKBOX","features":[52]},{"name":"BS_DEFPUSHBUTTON","features":[52]},{"name":"BS_FLAT","features":[52]},{"name":"BS_GROUPBOX","features":[52]},{"name":"BS_ICON","features":[52]},{"name":"BS_LEFT","features":[52]},{"name":"BS_LEFTTEXT","features":[52]},{"name":"BS_MULTILINE","features":[52]},{"name":"BS_NOTIFY","features":[52]},{"name":"BS_OWNERDRAW","features":[52]},{"name":"BS_PUSHBOX","features":[52]},{"name":"BS_PUSHBUTTON","features":[52]},{"name":"BS_PUSHLIKE","features":[52]},{"name":"BS_RADIOBUTTON","features":[52]},{"name":"BS_RIGHT","features":[52]},{"name":"BS_RIGHTBUTTON","features":[52]},{"name":"BS_TEXT","features":[52]},{"name":"BS_TOP","features":[52]},{"name":"BS_TYPEMASK","features":[52]},{"name":"BS_USERBUTTON","features":[52]},{"name":"BS_VCENTER","features":[52]},{"name":"BeginDeferWindowPos","features":[52]},{"name":"BringWindowToTop","features":[3,52]},{"name":"CALERT_SYSTEM","features":[52]},{"name":"CASCADE_WINDOWS_HOW","features":[52]},{"name":"CBN_CLOSEUP","features":[52]},{"name":"CBN_DBLCLK","features":[52]},{"name":"CBN_DROPDOWN","features":[52]},{"name":"CBN_EDITCHANGE","features":[52]},{"name":"CBN_EDITUPDATE","features":[52]},{"name":"CBN_ERRSPACE","features":[52]},{"name":"CBN_KILLFOCUS","features":[52]},{"name":"CBN_SELCHANGE","features":[52]},{"name":"CBN_SELENDCANCEL","features":[52]},{"name":"CBN_SELENDOK","features":[52]},{"name":"CBN_SETFOCUS","features":[52]},{"name":"CBS_AUTOHSCROLL","features":[52]},{"name":"CBS_DISABLENOSCROLL","features":[52]},{"name":"CBS_DROPDOWN","features":[52]},{"name":"CBS_DROPDOWNLIST","features":[52]},{"name":"CBS_HASSTRINGS","features":[52]},{"name":"CBS_LOWERCASE","features":[52]},{"name":"CBS_NOINTEGRALHEIGHT","features":[52]},{"name":"CBS_OEMCONVERT","features":[52]},{"name":"CBS_OWNERDRAWFIXED","features":[52]},{"name":"CBS_OWNERDRAWVARIABLE","features":[52]},{"name":"CBS_SIMPLE","features":[52]},{"name":"CBS_SORT","features":[52]},{"name":"CBS_UPPERCASE","features":[52]},{"name":"CBTACTIVATESTRUCT","features":[3,52]},{"name":"CBT_CREATEWNDA","features":[3,52]},{"name":"CBT_CREATEWNDW","features":[3,52]},{"name":"CB_ADDSTRING","features":[52]},{"name":"CB_DELETESTRING","features":[52]},{"name":"CB_DIR","features":[52]},{"name":"CB_ERR","features":[52]},{"name":"CB_ERRSPACE","features":[52]},{"name":"CB_FINDSTRING","features":[52]},{"name":"CB_FINDSTRINGEXACT","features":[52]},{"name":"CB_GETCOMBOBOXINFO","features":[52]},{"name":"CB_GETCOUNT","features":[52]},{"name":"CB_GETCURSEL","features":[52]},{"name":"CB_GETDROPPEDCONTROLRECT","features":[52]},{"name":"CB_GETDROPPEDSTATE","features":[52]},{"name":"CB_GETDROPPEDWIDTH","features":[52]},{"name":"CB_GETEDITSEL","features":[52]},{"name":"CB_GETEXTENDEDUI","features":[52]},{"name":"CB_GETHORIZONTALEXTENT","features":[52]},{"name":"CB_GETITEMDATA","features":[52]},{"name":"CB_GETITEMHEIGHT","features":[52]},{"name":"CB_GETLBTEXT","features":[52]},{"name":"CB_GETLBTEXTLEN","features":[52]},{"name":"CB_GETLOCALE","features":[52]},{"name":"CB_GETTOPINDEX","features":[52]},{"name":"CB_INITSTORAGE","features":[52]},{"name":"CB_INSERTSTRING","features":[52]},{"name":"CB_LIMITTEXT","features":[52]},{"name":"CB_MSGMAX","features":[52]},{"name":"CB_MULTIPLEADDSTRING","features":[52]},{"name":"CB_OKAY","features":[52]},{"name":"CB_RESETCONTENT","features":[52]},{"name":"CB_SELECTSTRING","features":[52]},{"name":"CB_SETCURSEL","features":[52]},{"name":"CB_SETDROPPEDWIDTH","features":[52]},{"name":"CB_SETEDITSEL","features":[52]},{"name":"CB_SETEXTENDEDUI","features":[52]},{"name":"CB_SETHORIZONTALEXTENT","features":[52]},{"name":"CB_SETITEMDATA","features":[52]},{"name":"CB_SETITEMHEIGHT","features":[52]},{"name":"CB_SETLOCALE","features":[52]},{"name":"CB_SETTOPINDEX","features":[52]},{"name":"CB_SHOWDROPDOWN","features":[52]},{"name":"CCHILDREN_SCROLLBAR","features":[52]},{"name":"CCHILDREN_TITLEBAR","features":[52]},{"name":"CHANGEFILTERSTRUCT","features":[52]},{"name":"CHANGE_WINDOW_MESSAGE_FILTER_FLAGS","features":[52]},{"name":"CHILDID_SELF","features":[52]},{"name":"CLIENTCREATESTRUCT","features":[3,52]},{"name":"CONSOLE_APPLICATION_16BIT","features":[52]},{"name":"CONSOLE_CARET_SELECTION","features":[52]},{"name":"CONSOLE_CARET_VISIBLE","features":[52]},{"name":"CONTACTVISUALIZATION_OFF","features":[52]},{"name":"CONTACTVISUALIZATION_ON","features":[52]},{"name":"CONTACTVISUALIZATION_PRESENTATIONMODE","features":[52]},{"name":"CREATEPROCESS_MANIFEST_RESOURCE_ID","features":[52]},{"name":"CREATESTRUCTA","features":[3,52]},{"name":"CREATESTRUCTW","features":[3,52]},{"name":"CSOUND_SYSTEM","features":[52]},{"name":"CS_BYTEALIGNCLIENT","features":[52]},{"name":"CS_BYTEALIGNWINDOW","features":[52]},{"name":"CS_CLASSDC","features":[52]},{"name":"CS_DBLCLKS","features":[52]},{"name":"CS_DROPSHADOW","features":[52]},{"name":"CS_GLOBALCLASS","features":[52]},{"name":"CS_HREDRAW","features":[52]},{"name":"CS_IME","features":[52]},{"name":"CS_NOCLOSE","features":[52]},{"name":"CS_OWNDC","features":[52]},{"name":"CS_PARENTDC","features":[52]},{"name":"CS_SAVEBITS","features":[52]},{"name":"CS_VREDRAW","features":[52]},{"name":"CTLCOLOR_BTN","features":[52]},{"name":"CTLCOLOR_DLG","features":[52]},{"name":"CTLCOLOR_EDIT","features":[52]},{"name":"CTLCOLOR_LISTBOX","features":[52]},{"name":"CTLCOLOR_MAX","features":[52]},{"name":"CTLCOLOR_MSGBOX","features":[52]},{"name":"CTLCOLOR_SCROLLBAR","features":[52]},{"name":"CTLCOLOR_STATIC","features":[52]},{"name":"CURSORINFO","features":[3,52]},{"name":"CURSORINFO_FLAGS","features":[52]},{"name":"CURSORSHAPE","features":[52]},{"name":"CURSOR_CREATION_SCALING_DEFAULT","features":[52]},{"name":"CURSOR_CREATION_SCALING_NONE","features":[52]},{"name":"CURSOR_SHOWING","features":[52]},{"name":"CURSOR_SUPPRESSED","features":[52]},{"name":"CWF_CREATE_ONLY","features":[52]},{"name":"CWPRETSTRUCT","features":[3,52]},{"name":"CWPSTRUCT","features":[3,52]},{"name":"CWP_ALL","features":[52]},{"name":"CWP_FLAGS","features":[52]},{"name":"CWP_SKIPDISABLED","features":[52]},{"name":"CWP_SKIPINVISIBLE","features":[52]},{"name":"CWP_SKIPTRANSPARENT","features":[52]},{"name":"CW_USEDEFAULT","features":[52]},{"name":"CalculatePopupWindowPosition","features":[3,52]},{"name":"CallMsgFilterA","features":[3,52]},{"name":"CallMsgFilterW","features":[3,52]},{"name":"CallNextHookEx","features":[3,52]},{"name":"CallWindowProcA","features":[3,52]},{"name":"CallWindowProcW","features":[3,52]},{"name":"CancelShutdown","features":[3,52]},{"name":"CascadeWindows","features":[3,52]},{"name":"ChangeMenuA","features":[3,52]},{"name":"ChangeMenuW","features":[3,52]},{"name":"ChangeWindowMessageFilter","features":[3,52]},{"name":"ChangeWindowMessageFilterEx","features":[3,52]},{"name":"CharLowerA","features":[52]},{"name":"CharLowerBuffA","features":[52]},{"name":"CharLowerBuffW","features":[52]},{"name":"CharLowerW","features":[52]},{"name":"CharNextA","features":[52]},{"name":"CharNextExA","features":[52]},{"name":"CharNextW","features":[52]},{"name":"CharPrevA","features":[52]},{"name":"CharPrevExA","features":[52]},{"name":"CharPrevW","features":[52]},{"name":"CharToOemA","features":[3,52]},{"name":"CharToOemBuffA","features":[3,52]},{"name":"CharToOemBuffW","features":[3,52]},{"name":"CharToOemW","features":[3,52]},{"name":"CharUpperA","features":[52]},{"name":"CharUpperBuffA","features":[52]},{"name":"CharUpperBuffW","features":[52]},{"name":"CharUpperW","features":[52]},{"name":"CheckMenuItem","features":[52]},{"name":"CheckMenuRadioItem","features":[3,52]},{"name":"ChildWindowFromPoint","features":[3,52]},{"name":"ChildWindowFromPointEx","features":[3,52]},{"name":"ClipCursor","features":[3,52]},{"name":"CloseWindow","features":[3,52]},{"name":"CopyAcceleratorTableA","features":[52]},{"name":"CopyAcceleratorTableW","features":[52]},{"name":"CopyIcon","features":[52]},{"name":"CopyImage","features":[3,52]},{"name":"CreateAcceleratorTableA","features":[52]},{"name":"CreateAcceleratorTableW","features":[52]},{"name":"CreateCaret","features":[3,14,52]},{"name":"CreateCursor","features":[3,52]},{"name":"CreateDialogIndirectParamA","features":[3,52]},{"name":"CreateDialogIndirectParamW","features":[3,52]},{"name":"CreateDialogParamA","features":[3,52]},{"name":"CreateDialogParamW","features":[3,52]},{"name":"CreateIcon","features":[3,52]},{"name":"CreateIconFromResource","features":[3,52]},{"name":"CreateIconFromResourceEx","features":[3,52]},{"name":"CreateIconIndirect","features":[3,14,52]},{"name":"CreateMDIWindowA","features":[3,52]},{"name":"CreateMDIWindowW","features":[3,52]},{"name":"CreateMenu","features":[52]},{"name":"CreatePopupMenu","features":[52]},{"name":"CreateResourceIndexer","features":[52]},{"name":"CreateWindowExA","features":[3,52]},{"name":"CreateWindowExW","features":[3,52]},{"name":"DBTF_MEDIA","features":[52]},{"name":"DBTF_NET","features":[52]},{"name":"DBTF_RESOURCE","features":[52]},{"name":"DBTF_SLOWNET","features":[52]},{"name":"DBTF_XPORT","features":[52]},{"name":"DBT_APPYBEGIN","features":[52]},{"name":"DBT_APPYEND","features":[52]},{"name":"DBT_CONFIGCHANGECANCELED","features":[52]},{"name":"DBT_CONFIGCHANGED","features":[52]},{"name":"DBT_CONFIGMGAPI32","features":[52]},{"name":"DBT_CONFIGMGPRIVATE","features":[52]},{"name":"DBT_CUSTOMEVENT","features":[52]},{"name":"DBT_DEVICEARRIVAL","features":[52]},{"name":"DBT_DEVICEQUERYREMOVE","features":[52]},{"name":"DBT_DEVICEQUERYREMOVEFAILED","features":[52]},{"name":"DBT_DEVICEREMOVECOMPLETE","features":[52]},{"name":"DBT_DEVICEREMOVEPENDING","features":[52]},{"name":"DBT_DEVICETYPESPECIFIC","features":[52]},{"name":"DBT_DEVNODES_CHANGED","features":[52]},{"name":"DBT_DEVTYP_DEVICEINTERFACE","features":[52]},{"name":"DBT_DEVTYP_DEVNODE","features":[52]},{"name":"DBT_DEVTYP_HANDLE","features":[52]},{"name":"DBT_DEVTYP_NET","features":[52]},{"name":"DBT_DEVTYP_OEM","features":[52]},{"name":"DBT_DEVTYP_PORT","features":[52]},{"name":"DBT_DEVTYP_VOLUME","features":[52]},{"name":"DBT_LOW_DISK_SPACE","features":[52]},{"name":"DBT_MONITORCHANGE","features":[52]},{"name":"DBT_NO_DISK_SPACE","features":[52]},{"name":"DBT_QUERYCHANGECONFIG","features":[52]},{"name":"DBT_SHELLLOGGEDON","features":[52]},{"name":"DBT_USERDEFINED","features":[52]},{"name":"DBT_VOLLOCKLOCKFAILED","features":[52]},{"name":"DBT_VOLLOCKLOCKRELEASED","features":[52]},{"name":"DBT_VOLLOCKLOCKTAKEN","features":[52]},{"name":"DBT_VOLLOCKQUERYLOCK","features":[52]},{"name":"DBT_VOLLOCKQUERYUNLOCK","features":[52]},{"name":"DBT_VOLLOCKUNLOCKFAILED","features":[52]},{"name":"DBT_VPOWERDAPI","features":[52]},{"name":"DBT_VXDINITCOMPLETE","features":[52]},{"name":"DCX_EXCLUDEUPDATE","features":[52]},{"name":"DC_HASDEFID","features":[52]},{"name":"DEBUGHOOKINFO","features":[3,52]},{"name":"DEVICE_EVENT_BECOMING_READY","features":[52]},{"name":"DEVICE_EVENT_EXTERNAL_REQUEST","features":[52]},{"name":"DEVICE_EVENT_GENERIC_DATA","features":[52]},{"name":"DEVICE_EVENT_MOUNT","features":[52]},{"name":"DEVICE_EVENT_RBC_DATA","features":[52]},{"name":"DEVICE_NOTIFY_ALL_INTERFACE_CLASSES","features":[52]},{"name":"DEVICE_NOTIFY_CALLBACK","features":[52]},{"name":"DEVICE_NOTIFY_SERVICE_HANDLE","features":[52]},{"name":"DEVICE_NOTIFY_WINDOW_HANDLE","features":[52]},{"name":"DEV_BROADCAST_DEVICEINTERFACE_A","features":[52]},{"name":"DEV_BROADCAST_DEVICEINTERFACE_W","features":[52]},{"name":"DEV_BROADCAST_DEVNODE","features":[52]},{"name":"DEV_BROADCAST_HANDLE","features":[3,52]},{"name":"DEV_BROADCAST_HANDLE32","features":[52]},{"name":"DEV_BROADCAST_HANDLE64","features":[52]},{"name":"DEV_BROADCAST_HDR","features":[52]},{"name":"DEV_BROADCAST_HDR_DEVICE_TYPE","features":[52]},{"name":"DEV_BROADCAST_NET","features":[52]},{"name":"DEV_BROADCAST_OEM","features":[52]},{"name":"DEV_BROADCAST_PORT_A","features":[52]},{"name":"DEV_BROADCAST_PORT_W","features":[52]},{"name":"DEV_BROADCAST_VOLUME","features":[52]},{"name":"DEV_BROADCAST_VOLUME_FLAGS","features":[52]},{"name":"DIFFERENCE","features":[52]},{"name":"DISK_HEALTH_NOTIFICATION_DATA","features":[52]},{"name":"DI_COMPAT","features":[52]},{"name":"DI_DEFAULTSIZE","features":[52]},{"name":"DI_FLAGS","features":[52]},{"name":"DI_IMAGE","features":[52]},{"name":"DI_MASK","features":[52]},{"name":"DI_NOMIRROR","features":[52]},{"name":"DI_NORMAL","features":[52]},{"name":"DLGC_BUTTON","features":[52]},{"name":"DLGC_DEFPUSHBUTTON","features":[52]},{"name":"DLGC_HASSETSEL","features":[52]},{"name":"DLGC_RADIOBUTTON","features":[52]},{"name":"DLGC_STATIC","features":[52]},{"name":"DLGC_UNDEFPUSHBUTTON","features":[52]},{"name":"DLGC_WANTALLKEYS","features":[52]},{"name":"DLGC_WANTARROWS","features":[52]},{"name":"DLGC_WANTCHARS","features":[52]},{"name":"DLGC_WANTMESSAGE","features":[52]},{"name":"DLGC_WANTTAB","features":[52]},{"name":"DLGITEMTEMPLATE","features":[52]},{"name":"DLGPROC","features":[3,52]},{"name":"DLGTEMPLATE","features":[52]},{"name":"DLGWINDOWEXTRA","features":[52]},{"name":"DM_GETDEFID","features":[52]},{"name":"DM_POINTERHITTEST","features":[52]},{"name":"DM_REPOSITION","features":[52]},{"name":"DM_SETDEFID","features":[52]},{"name":"DOF_DIRECTORY","features":[52]},{"name":"DOF_DOCUMENT","features":[52]},{"name":"DOF_EXECUTABLE","features":[52]},{"name":"DOF_MULTIPLE","features":[52]},{"name":"DOF_PROGMAN","features":[52]},{"name":"DOF_SHELLDATA","features":[52]},{"name":"DO_DROPFILE","features":[52]},{"name":"DO_PRINTFILE","features":[52]},{"name":"DROPSTRUCT","features":[3,52]},{"name":"DS_3DLOOK","features":[52]},{"name":"DS_ABSALIGN","features":[52]},{"name":"DS_CENTER","features":[52]},{"name":"DS_CENTERMOUSE","features":[52]},{"name":"DS_CONTEXTHELP","features":[52]},{"name":"DS_CONTROL","features":[52]},{"name":"DS_FIXEDSYS","features":[52]},{"name":"DS_LOCALEDIT","features":[52]},{"name":"DS_MODALFRAME","features":[52]},{"name":"DS_NOFAILCREATE","features":[52]},{"name":"DS_NOIDLEMSG","features":[52]},{"name":"DS_SETFONT","features":[52]},{"name":"DS_SETFOREGROUND","features":[52]},{"name":"DS_SYSMODAL","features":[52]},{"name":"DS_USEPIXELS","features":[52]},{"name":"DWLP_MSGRESULT","features":[52]},{"name":"DWL_DLGPROC","features":[52]},{"name":"DWL_MSGRESULT","features":[52]},{"name":"DWL_USER","features":[52]},{"name":"DefDlgProcA","features":[3,52]},{"name":"DefDlgProcW","features":[3,52]},{"name":"DefFrameProcA","features":[3,52]},{"name":"DefFrameProcW","features":[3,52]},{"name":"DefMDIChildProcA","features":[3,52]},{"name":"DefMDIChildProcW","features":[3,52]},{"name":"DefWindowProcA","features":[3,52]},{"name":"DefWindowProcW","features":[3,52]},{"name":"DeferWindowPos","features":[3,52]},{"name":"DeleteMenu","features":[3,52]},{"name":"DeregisterShellHookWindow","features":[3,52]},{"name":"DestroyAcceleratorTable","features":[3,52]},{"name":"DestroyCaret","features":[3,52]},{"name":"DestroyCursor","features":[3,52]},{"name":"DestroyIcon","features":[3,52]},{"name":"DestroyIndexedResults","features":[52]},{"name":"DestroyMenu","features":[3,52]},{"name":"DestroyResourceIndexer","features":[52]},{"name":"DestroyWindow","features":[3,52]},{"name":"DialogBoxIndirectParamA","features":[3,52]},{"name":"DialogBoxIndirectParamW","features":[3,52]},{"name":"DialogBoxParamA","features":[3,52]},{"name":"DialogBoxParamW","features":[3,52]},{"name":"DisableProcessWindowsGhosting","features":[52]},{"name":"DispatchMessageA","features":[3,52]},{"name":"DispatchMessageW","features":[3,52]},{"name":"DragObject","features":[3,52]},{"name":"DrawIcon","features":[3,14,52]},{"name":"DrawIconEx","features":[3,14,52]},{"name":"DrawMenuBar","features":[3,52]},{"name":"EC_LEFTMARGIN","features":[52]},{"name":"EC_RIGHTMARGIN","features":[52]},{"name":"EC_USEFONTINFO","features":[52]},{"name":"EDD_GET_DEVICE_INTERFACE_NAME","features":[52]},{"name":"EDIT_CONTROL_FEATURE","features":[52]},{"name":"EDIT_CONTROL_FEATURE_ENTERPRISE_DATA_PROTECTION_PASTE_SUPPORT","features":[52]},{"name":"EDIT_CONTROL_FEATURE_PASTE_NOTIFICATIONS","features":[52]},{"name":"EIMES_CANCELCOMPSTRINFOCUS","features":[52]},{"name":"EIMES_COMPLETECOMPSTRKILLFOCUS","features":[52]},{"name":"EIMES_GETCOMPSTRATONCE","features":[52]},{"name":"EMSIS_COMPOSITIONSTRING","features":[52]},{"name":"ENDSESSION_CLOSEAPP","features":[52]},{"name":"ENDSESSION_CRITICAL","features":[52]},{"name":"ENDSESSION_LOGOFF","features":[52]},{"name":"EN_AFTER_PASTE","features":[52]},{"name":"EN_ALIGN_LTR_EC","features":[52]},{"name":"EN_ALIGN_RTL_EC","features":[52]},{"name":"EN_BEFORE_PASTE","features":[52]},{"name":"EN_CHANGE","features":[52]},{"name":"EN_ERRSPACE","features":[52]},{"name":"EN_HSCROLL","features":[52]},{"name":"EN_KILLFOCUS","features":[52]},{"name":"EN_MAXTEXT","features":[52]},{"name":"EN_SETFOCUS","features":[52]},{"name":"EN_UPDATE","features":[52]},{"name":"EN_VSCROLL","features":[52]},{"name":"ES_AUTOHSCROLL","features":[52]},{"name":"ES_AUTOVSCROLL","features":[52]},{"name":"ES_CENTER","features":[52]},{"name":"ES_LEFT","features":[52]},{"name":"ES_LOWERCASE","features":[52]},{"name":"ES_MULTILINE","features":[52]},{"name":"ES_NOHIDESEL","features":[52]},{"name":"ES_NUMBER","features":[52]},{"name":"ES_OEMCONVERT","features":[52]},{"name":"ES_PASSWORD","features":[52]},{"name":"ES_READONLY","features":[52]},{"name":"ES_RIGHT","features":[52]},{"name":"ES_UPPERCASE","features":[52]},{"name":"ES_WANTRETURN","features":[52]},{"name":"EVENTMSG","features":[3,52]},{"name":"EVENT_AIA_END","features":[52]},{"name":"EVENT_AIA_START","features":[52]},{"name":"EVENT_CONSOLE_CARET","features":[52]},{"name":"EVENT_CONSOLE_END","features":[52]},{"name":"EVENT_CONSOLE_END_APPLICATION","features":[52]},{"name":"EVENT_CONSOLE_LAYOUT","features":[52]},{"name":"EVENT_CONSOLE_START_APPLICATION","features":[52]},{"name":"EVENT_CONSOLE_UPDATE_REGION","features":[52]},{"name":"EVENT_CONSOLE_UPDATE_SCROLL","features":[52]},{"name":"EVENT_CONSOLE_UPDATE_SIMPLE","features":[52]},{"name":"EVENT_MAX","features":[52]},{"name":"EVENT_MIN","features":[52]},{"name":"EVENT_OBJECT_ACCELERATORCHANGE","features":[52]},{"name":"EVENT_OBJECT_CLOAKED","features":[52]},{"name":"EVENT_OBJECT_CONTENTSCROLLED","features":[52]},{"name":"EVENT_OBJECT_CREATE","features":[52]},{"name":"EVENT_OBJECT_DEFACTIONCHANGE","features":[52]},{"name":"EVENT_OBJECT_DESCRIPTIONCHANGE","features":[52]},{"name":"EVENT_OBJECT_DESTROY","features":[52]},{"name":"EVENT_OBJECT_DRAGCANCEL","features":[52]},{"name":"EVENT_OBJECT_DRAGCOMPLETE","features":[52]},{"name":"EVENT_OBJECT_DRAGDROPPED","features":[52]},{"name":"EVENT_OBJECT_DRAGENTER","features":[52]},{"name":"EVENT_OBJECT_DRAGLEAVE","features":[52]},{"name":"EVENT_OBJECT_DRAGSTART","features":[52]},{"name":"EVENT_OBJECT_END","features":[52]},{"name":"EVENT_OBJECT_FOCUS","features":[52]},{"name":"EVENT_OBJECT_HELPCHANGE","features":[52]},{"name":"EVENT_OBJECT_HIDE","features":[52]},{"name":"EVENT_OBJECT_HOSTEDOBJECTSINVALIDATED","features":[52]},{"name":"EVENT_OBJECT_IME_CHANGE","features":[52]},{"name":"EVENT_OBJECT_IME_HIDE","features":[52]},{"name":"EVENT_OBJECT_IME_SHOW","features":[52]},{"name":"EVENT_OBJECT_INVOKED","features":[52]},{"name":"EVENT_OBJECT_LIVEREGIONCHANGED","features":[52]},{"name":"EVENT_OBJECT_LOCATIONCHANGE","features":[52]},{"name":"EVENT_OBJECT_NAMECHANGE","features":[52]},{"name":"EVENT_OBJECT_PARENTCHANGE","features":[52]},{"name":"EVENT_OBJECT_REORDER","features":[52]},{"name":"EVENT_OBJECT_SELECTION","features":[52]},{"name":"EVENT_OBJECT_SELECTIONADD","features":[52]},{"name":"EVENT_OBJECT_SELECTIONREMOVE","features":[52]},{"name":"EVENT_OBJECT_SELECTIONWITHIN","features":[52]},{"name":"EVENT_OBJECT_SHOW","features":[52]},{"name":"EVENT_OBJECT_STATECHANGE","features":[52]},{"name":"EVENT_OBJECT_TEXTEDIT_CONVERSIONTARGETCHANGED","features":[52]},{"name":"EVENT_OBJECT_TEXTSELECTIONCHANGED","features":[52]},{"name":"EVENT_OBJECT_UNCLOAKED","features":[52]},{"name":"EVENT_OBJECT_VALUECHANGE","features":[52]},{"name":"EVENT_OEM_DEFINED_END","features":[52]},{"name":"EVENT_OEM_DEFINED_START","features":[52]},{"name":"EVENT_SYSTEM_ALERT","features":[52]},{"name":"EVENT_SYSTEM_ARRANGMENTPREVIEW","features":[52]},{"name":"EVENT_SYSTEM_CAPTUREEND","features":[52]},{"name":"EVENT_SYSTEM_CAPTURESTART","features":[52]},{"name":"EVENT_SYSTEM_CONTEXTHELPEND","features":[52]},{"name":"EVENT_SYSTEM_CONTEXTHELPSTART","features":[52]},{"name":"EVENT_SYSTEM_DESKTOPSWITCH","features":[52]},{"name":"EVENT_SYSTEM_DIALOGEND","features":[52]},{"name":"EVENT_SYSTEM_DIALOGSTART","features":[52]},{"name":"EVENT_SYSTEM_DRAGDROPEND","features":[52]},{"name":"EVENT_SYSTEM_DRAGDROPSTART","features":[52]},{"name":"EVENT_SYSTEM_END","features":[52]},{"name":"EVENT_SYSTEM_FOREGROUND","features":[52]},{"name":"EVENT_SYSTEM_IME_KEY_NOTIFICATION","features":[52]},{"name":"EVENT_SYSTEM_MENUEND","features":[52]},{"name":"EVENT_SYSTEM_MENUPOPUPEND","features":[52]},{"name":"EVENT_SYSTEM_MENUPOPUPSTART","features":[52]},{"name":"EVENT_SYSTEM_MENUSTART","features":[52]},{"name":"EVENT_SYSTEM_MINIMIZEEND","features":[52]},{"name":"EVENT_SYSTEM_MINIMIZESTART","features":[52]},{"name":"EVENT_SYSTEM_MOVESIZEEND","features":[52]},{"name":"EVENT_SYSTEM_MOVESIZESTART","features":[52]},{"name":"EVENT_SYSTEM_SCROLLINGEND","features":[52]},{"name":"EVENT_SYSTEM_SCROLLINGSTART","features":[52]},{"name":"EVENT_SYSTEM_SOUND","features":[52]},{"name":"EVENT_SYSTEM_SWITCHEND","features":[52]},{"name":"EVENT_SYSTEM_SWITCHER_APPDROPPED","features":[52]},{"name":"EVENT_SYSTEM_SWITCHER_APPGRABBED","features":[52]},{"name":"EVENT_SYSTEM_SWITCHER_APPOVERTARGET","features":[52]},{"name":"EVENT_SYSTEM_SWITCHER_CANCELLED","features":[52]},{"name":"EVENT_SYSTEM_SWITCHSTART","features":[52]},{"name":"EVENT_UIA_EVENTID_END","features":[52]},{"name":"EVENT_UIA_EVENTID_START","features":[52]},{"name":"EVENT_UIA_PROPID_END","features":[52]},{"name":"EVENT_UIA_PROPID_START","features":[52]},{"name":"EnableMenuItem","features":[3,52]},{"name":"EndDeferWindowPos","features":[3,52]},{"name":"EndDialog","features":[3,52]},{"name":"EndMenu","features":[3,52]},{"name":"EnumChildWindows","features":[3,52]},{"name":"EnumPropsA","features":[3,52]},{"name":"EnumPropsExA","features":[3,52]},{"name":"EnumPropsExW","features":[3,52]},{"name":"EnumPropsW","features":[3,52]},{"name":"EnumThreadWindows","features":[3,52]},{"name":"EnumWindows","features":[3,52]},{"name":"FALT","features":[52]},{"name":"FAPPCOMMAND_KEY","features":[52]},{"name":"FAPPCOMMAND_MASK","features":[52]},{"name":"FAPPCOMMAND_MOUSE","features":[52]},{"name":"FAPPCOMMAND_OEM","features":[52]},{"name":"FCONTROL","features":[52]},{"name":"FE_FONTSMOOTHINGCLEARTYPE","features":[52]},{"name":"FE_FONTSMOOTHINGORIENTATIONBGR","features":[52]},{"name":"FE_FONTSMOOTHINGORIENTATIONRGB","features":[52]},{"name":"FE_FONTSMOOTHINGSTANDARD","features":[52]},{"name":"FKF_AVAILABLE","features":[52]},{"name":"FKF_CLICKON","features":[52]},{"name":"FKF_CONFIRMHOTKEY","features":[52]},{"name":"FKF_FILTERKEYSON","features":[52]},{"name":"FKF_HOTKEYACTIVE","features":[52]},{"name":"FKF_HOTKEYSOUND","features":[52]},{"name":"FKF_INDICATOR","features":[52]},{"name":"FLASHWINFO","features":[3,52]},{"name":"FLASHWINFO_FLAGS","features":[52]},{"name":"FLASHW_ALL","features":[52]},{"name":"FLASHW_CAPTION","features":[52]},{"name":"FLASHW_STOP","features":[52]},{"name":"FLASHW_TIMER","features":[52]},{"name":"FLASHW_TIMERNOFG","features":[52]},{"name":"FLASHW_TRAY","features":[52]},{"name":"FNOINVERT","features":[52]},{"name":"FOREGROUND_WINDOW_LOCK_CODE","features":[52]},{"name":"FSHIFT","features":[52]},{"name":"FVIRTKEY","features":[52]},{"name":"FindWindowA","features":[3,52]},{"name":"FindWindowExA","features":[3,52]},{"name":"FindWindowExW","features":[3,52]},{"name":"FindWindowW","features":[3,52]},{"name":"FlashWindow","features":[3,52]},{"name":"FlashWindowEx","features":[3,52]},{"name":"GA_PARENT","features":[52]},{"name":"GA_ROOT","features":[52]},{"name":"GA_ROOTOWNER","features":[52]},{"name":"GCF_INCLUDE_ANCESTORS","features":[52]},{"name":"GCLP_HBRBACKGROUND","features":[52]},{"name":"GCLP_HCURSOR","features":[52]},{"name":"GCLP_HICON","features":[52]},{"name":"GCLP_HICONSM","features":[52]},{"name":"GCLP_HMODULE","features":[52]},{"name":"GCLP_MENUNAME","features":[52]},{"name":"GCLP_WNDPROC","features":[52]},{"name":"GCL_CBCLSEXTRA","features":[52]},{"name":"GCL_CBWNDEXTRA","features":[52]},{"name":"GCL_HBRBACKGROUND","features":[52]},{"name":"GCL_HCURSOR","features":[52]},{"name":"GCL_HICON","features":[52]},{"name":"GCL_HICONSM","features":[52]},{"name":"GCL_HMODULE","features":[52]},{"name":"GCL_MENUNAME","features":[52]},{"name":"GCL_STYLE","features":[52]},{"name":"GCL_WNDPROC","features":[52]},{"name":"GCW_ATOM","features":[52]},{"name":"GDI_IMAGE_TYPE","features":[52]},{"name":"GESTURECONFIGMAXCOUNT","features":[52]},{"name":"GESTUREVISUALIZATION_DOUBLETAP","features":[52]},{"name":"GESTUREVISUALIZATION_OFF","features":[52]},{"name":"GESTUREVISUALIZATION_ON","features":[52]},{"name":"GESTUREVISUALIZATION_PRESSANDHOLD","features":[52]},{"name":"GESTUREVISUALIZATION_PRESSANDTAP","features":[52]},{"name":"GESTUREVISUALIZATION_RIGHTTAP","features":[52]},{"name":"GESTUREVISUALIZATION_TAP","features":[52]},{"name":"GETCLIPBMETADATA","features":[3,52]},{"name":"GET_ANCESTOR_FLAGS","features":[52]},{"name":"GET_CLASS_LONG_INDEX","features":[52]},{"name":"GET_MENU_DEFAULT_ITEM_FLAGS","features":[52]},{"name":"GET_WINDOW_CMD","features":[52]},{"name":"GF_BEGIN","features":[52]},{"name":"GF_END","features":[52]},{"name":"GF_INERTIA","features":[52]},{"name":"GIDC_ARRIVAL","features":[52]},{"name":"GIDC_REMOVAL","features":[52]},{"name":"GMDI_GOINTOPOPUPS","features":[52]},{"name":"GMDI_USEDISABLED","features":[52]},{"name":"GUID_DEVICE_EVENT_RBC","features":[52]},{"name":"GUID_IO_CDROM_EXCLUSIVE_LOCK","features":[52]},{"name":"GUID_IO_CDROM_EXCLUSIVE_UNLOCK","features":[52]},{"name":"GUID_IO_DEVICE_BECOMING_READY","features":[52]},{"name":"GUID_IO_DEVICE_EXTERNAL_REQUEST","features":[52]},{"name":"GUID_IO_DISK_CLONE_ARRIVAL","features":[52]},{"name":"GUID_IO_DISK_CLONE_ARRIVAL_INFORMATION","features":[52]},{"name":"GUID_IO_DISK_HEALTH_NOTIFICATION","features":[52]},{"name":"GUID_IO_DISK_LAYOUT_CHANGE","features":[52]},{"name":"GUID_IO_DRIVE_REQUIRES_CLEANING","features":[52]},{"name":"GUID_IO_MEDIA_ARRIVAL","features":[52]},{"name":"GUID_IO_MEDIA_EJECT_REQUEST","features":[52]},{"name":"GUID_IO_MEDIA_REMOVAL","features":[52]},{"name":"GUID_IO_TAPE_ERASE","features":[52]},{"name":"GUID_IO_VOLUME_BACKGROUND_FORMAT","features":[52]},{"name":"GUID_IO_VOLUME_CHANGE","features":[52]},{"name":"GUID_IO_VOLUME_CHANGE_SIZE","features":[52]},{"name":"GUID_IO_VOLUME_DEVICE_INTERFACE","features":[52]},{"name":"GUID_IO_VOLUME_DISMOUNT","features":[52]},{"name":"GUID_IO_VOLUME_DISMOUNT_FAILED","features":[52]},{"name":"GUID_IO_VOLUME_FORCE_CLOSED","features":[52]},{"name":"GUID_IO_VOLUME_FVE_STATUS_CHANGE","features":[52]},{"name":"GUID_IO_VOLUME_INFO_MAKE_COMPAT","features":[52]},{"name":"GUID_IO_VOLUME_LOCK","features":[52]},{"name":"GUID_IO_VOLUME_LOCK_FAILED","features":[52]},{"name":"GUID_IO_VOLUME_MOUNT","features":[52]},{"name":"GUID_IO_VOLUME_NAME_CHANGE","features":[52]},{"name":"GUID_IO_VOLUME_NEED_CHKDSK","features":[52]},{"name":"GUID_IO_VOLUME_PHYSICAL_CONFIGURATION_CHANGE","features":[52]},{"name":"GUID_IO_VOLUME_PREPARING_EJECT","features":[52]},{"name":"GUID_IO_VOLUME_UNIQUE_ID_CHANGE","features":[52]},{"name":"GUID_IO_VOLUME_UNLOCK","features":[52]},{"name":"GUID_IO_VOLUME_WEARING_OUT","features":[52]},{"name":"GUID_IO_VOLUME_WORM_NEAR_FULL","features":[52]},{"name":"GUITHREADINFO","features":[3,52]},{"name":"GUITHREADINFO_FLAGS","features":[52]},{"name":"GUI_16BITTASK","features":[52]},{"name":"GUI_CARETBLINKING","features":[52]},{"name":"GUI_INMENUMODE","features":[52]},{"name":"GUI_INMOVESIZE","features":[52]},{"name":"GUI_POPUPMENUMODE","features":[52]},{"name":"GUI_SYSTEMMENUMODE","features":[52]},{"name":"GWFS_INCLUDE_ANCESTORS","features":[52]},{"name":"GWLP_HINSTANCE","features":[52]},{"name":"GWLP_HWNDPARENT","features":[52]},{"name":"GWLP_ID","features":[52]},{"name":"GWLP_USERDATA","features":[52]},{"name":"GWLP_WNDPROC","features":[52]},{"name":"GWL_EXSTYLE","features":[52]},{"name":"GWL_HINSTANCE","features":[52]},{"name":"GWL_HWNDPARENT","features":[52]},{"name":"GWL_ID","features":[52]},{"name":"GWL_STYLE","features":[52]},{"name":"GWL_USERDATA","features":[52]},{"name":"GWL_WNDPROC","features":[52]},{"name":"GW_CHILD","features":[52]},{"name":"GW_ENABLEDPOPUP","features":[52]},{"name":"GW_HWNDFIRST","features":[52]},{"name":"GW_HWNDLAST","features":[52]},{"name":"GW_HWNDNEXT","features":[52]},{"name":"GW_HWNDPREV","features":[52]},{"name":"GW_MAX","features":[52]},{"name":"GW_OWNER","features":[52]},{"name":"GetAltTabInfoA","features":[3,52]},{"name":"GetAltTabInfoW","features":[3,52]},{"name":"GetAncestor","features":[3,52]},{"name":"GetCaretBlinkTime","features":[52]},{"name":"GetCaretPos","features":[3,52]},{"name":"GetClassInfoA","features":[3,14,52]},{"name":"GetClassInfoExA","features":[3,14,52]},{"name":"GetClassInfoExW","features":[3,14,52]},{"name":"GetClassInfoW","features":[3,14,52]},{"name":"GetClassLongA","features":[3,52]},{"name":"GetClassLongPtrA","features":[3,52]},{"name":"GetClassLongPtrW","features":[3,52]},{"name":"GetClassLongW","features":[3,52]},{"name":"GetClassNameA","features":[3,52]},{"name":"GetClassNameW","features":[3,52]},{"name":"GetClassWord","features":[3,52]},{"name":"GetClientRect","features":[3,52]},{"name":"GetClipCursor","features":[3,52]},{"name":"GetCursor","features":[52]},{"name":"GetCursorInfo","features":[3,52]},{"name":"GetCursorPos","features":[3,52]},{"name":"GetDesktopWindow","features":[3,52]},{"name":"GetDialogBaseUnits","features":[52]},{"name":"GetDlgCtrlID","features":[3,52]},{"name":"GetDlgItem","features":[3,52]},{"name":"GetDlgItemInt","features":[3,52]},{"name":"GetDlgItemTextA","features":[3,52]},{"name":"GetDlgItemTextW","features":[3,52]},{"name":"GetForegroundWindow","features":[3,52]},{"name":"GetGUIThreadInfo","features":[3,52]},{"name":"GetIconInfo","features":[3,14,52]},{"name":"GetIconInfoExA","features":[3,14,52]},{"name":"GetIconInfoExW","features":[3,14,52]},{"name":"GetInputState","features":[3,52]},{"name":"GetLastActivePopup","features":[3,52]},{"name":"GetLayeredWindowAttributes","features":[3,52]},{"name":"GetMenu","features":[3,52]},{"name":"GetMenuBarInfo","features":[3,52]},{"name":"GetMenuCheckMarkDimensions","features":[52]},{"name":"GetMenuDefaultItem","features":[52]},{"name":"GetMenuInfo","features":[3,14,52]},{"name":"GetMenuItemCount","features":[52]},{"name":"GetMenuItemID","features":[52]},{"name":"GetMenuItemInfoA","features":[3,14,52]},{"name":"GetMenuItemInfoW","features":[3,14,52]},{"name":"GetMenuItemRect","features":[3,52]},{"name":"GetMenuState","features":[52]},{"name":"GetMenuStringA","features":[52]},{"name":"GetMenuStringW","features":[52]},{"name":"GetMessageA","features":[3,52]},{"name":"GetMessageExtraInfo","features":[3,52]},{"name":"GetMessagePos","features":[52]},{"name":"GetMessageTime","features":[52]},{"name":"GetMessageW","features":[3,52]},{"name":"GetNextDlgGroupItem","features":[3,52]},{"name":"GetNextDlgTabItem","features":[3,52]},{"name":"GetParent","features":[3,52]},{"name":"GetPhysicalCursorPos","features":[3,52]},{"name":"GetProcessDefaultLayout","features":[3,52]},{"name":"GetPropA","features":[3,52]},{"name":"GetPropW","features":[3,52]},{"name":"GetQueueStatus","features":[52]},{"name":"GetScrollBarInfo","features":[3,52]},{"name":"GetScrollInfo","features":[3,52]},{"name":"GetScrollPos","features":[3,52]},{"name":"GetScrollRange","features":[3,52]},{"name":"GetShellWindow","features":[3,52]},{"name":"GetSubMenu","features":[52]},{"name":"GetSystemMenu","features":[3,52]},{"name":"GetSystemMetrics","features":[52]},{"name":"GetTitleBarInfo","features":[3,52]},{"name":"GetTopWindow","features":[3,52]},{"name":"GetWindow","features":[3,52]},{"name":"GetWindowDisplayAffinity","features":[3,52]},{"name":"GetWindowInfo","features":[3,52]},{"name":"GetWindowLongA","features":[3,52]},{"name":"GetWindowLongPtrA","features":[3,52]},{"name":"GetWindowLongPtrW","features":[3,52]},{"name":"GetWindowLongW","features":[3,52]},{"name":"GetWindowModuleFileNameA","features":[3,52]},{"name":"GetWindowModuleFileNameW","features":[3,52]},{"name":"GetWindowPlacement","features":[3,52]},{"name":"GetWindowRect","features":[3,52]},{"name":"GetWindowTextA","features":[3,52]},{"name":"GetWindowTextLengthA","features":[3,52]},{"name":"GetWindowTextLengthW","features":[3,52]},{"name":"GetWindowTextW","features":[3,52]},{"name":"GetWindowThreadProcessId","features":[3,52]},{"name":"GetWindowWord","features":[3,52]},{"name":"HACCEL","features":[52]},{"name":"HANDEDNESS","features":[52]},{"name":"HANDEDNESS_LEFT","features":[52]},{"name":"HANDEDNESS_RIGHT","features":[52]},{"name":"HARDWAREHOOKSTRUCT","features":[3,52]},{"name":"HBMMENU_CALLBACK","features":[14,52]},{"name":"HBMMENU_MBAR_CLOSE","features":[14,52]},{"name":"HBMMENU_MBAR_CLOSE_D","features":[14,52]},{"name":"HBMMENU_MBAR_MINIMIZE","features":[14,52]},{"name":"HBMMENU_MBAR_MINIMIZE_D","features":[14,52]},{"name":"HBMMENU_MBAR_RESTORE","features":[14,52]},{"name":"HBMMENU_POPUP_CLOSE","features":[14,52]},{"name":"HBMMENU_POPUP_MAXIMIZE","features":[14,52]},{"name":"HBMMENU_POPUP_MINIMIZE","features":[14,52]},{"name":"HBMMENU_POPUP_RESTORE","features":[14,52]},{"name":"HBMMENU_SYSTEM","features":[14,52]},{"name":"HCBT_ACTIVATE","features":[52]},{"name":"HCBT_CLICKSKIPPED","features":[52]},{"name":"HCBT_CREATEWND","features":[52]},{"name":"HCBT_DESTROYWND","features":[52]},{"name":"HCBT_KEYSKIPPED","features":[52]},{"name":"HCBT_MINMAX","features":[52]},{"name":"HCBT_MOVESIZE","features":[52]},{"name":"HCBT_QS","features":[52]},{"name":"HCBT_SETFOCUS","features":[52]},{"name":"HCBT_SYSCOMMAND","features":[52]},{"name":"HCF_DEFAULTDESKTOP","features":[52]},{"name":"HCF_LOGONDESKTOP","features":[52]},{"name":"HCURSOR","features":[52]},{"name":"HC_ACTION","features":[52]},{"name":"HC_GETNEXT","features":[52]},{"name":"HC_NOREM","features":[52]},{"name":"HC_NOREMOVE","features":[52]},{"name":"HC_SKIP","features":[52]},{"name":"HC_SYSMODALOFF","features":[52]},{"name":"HC_SYSMODALON","features":[52]},{"name":"HDEVNOTIFY","features":[52]},{"name":"HDWP","features":[52]},{"name":"HELP_COMMAND","features":[52]},{"name":"HELP_CONTENTS","features":[52]},{"name":"HELP_CONTEXT","features":[52]},{"name":"HELP_CONTEXTMENU","features":[52]},{"name":"HELP_CONTEXTPOPUP","features":[52]},{"name":"HELP_FINDER","features":[52]},{"name":"HELP_FORCEFILE","features":[52]},{"name":"HELP_HELPONHELP","features":[52]},{"name":"HELP_INDEX","features":[52]},{"name":"HELP_KEY","features":[52]},{"name":"HELP_MULTIKEY","features":[52]},{"name":"HELP_PARTIALKEY","features":[52]},{"name":"HELP_QUIT","features":[52]},{"name":"HELP_SETCONTENTS","features":[52]},{"name":"HELP_SETINDEX","features":[52]},{"name":"HELP_SETPOPUP_POS","features":[52]},{"name":"HELP_SETWINPOS","features":[52]},{"name":"HELP_TCARD","features":[52]},{"name":"HELP_TCARD_DATA","features":[52]},{"name":"HELP_TCARD_OTHER_CALLER","features":[52]},{"name":"HELP_WM_HELP","features":[52]},{"name":"HHOOK","features":[52]},{"name":"HICON","features":[52]},{"name":"HIDE_WINDOW","features":[52]},{"name":"HKL_NEXT","features":[52]},{"name":"HKL_PREV","features":[52]},{"name":"HMENU","features":[52]},{"name":"HOOKPROC","features":[3,52]},{"name":"HSHELL_ACCESSIBILITYSTATE","features":[52]},{"name":"HSHELL_ACTIVATESHELLWINDOW","features":[52]},{"name":"HSHELL_APPCOMMAND","features":[52]},{"name":"HSHELL_ENDTASK","features":[52]},{"name":"HSHELL_GETMINRECT","features":[52]},{"name":"HSHELL_HIGHBIT","features":[52]},{"name":"HSHELL_LANGUAGE","features":[52]},{"name":"HSHELL_MONITORCHANGED","features":[52]},{"name":"HSHELL_REDRAW","features":[52]},{"name":"HSHELL_SYSMENU","features":[52]},{"name":"HSHELL_TASKMAN","features":[52]},{"name":"HSHELL_WINDOWACTIVATED","features":[52]},{"name":"HSHELL_WINDOWCREATED","features":[52]},{"name":"HSHELL_WINDOWDESTROYED","features":[52]},{"name":"HSHELL_WINDOWREPLACED","features":[52]},{"name":"HSHELL_WINDOWREPLACING","features":[52]},{"name":"HTBORDER","features":[52]},{"name":"HTBOTTOM","features":[52]},{"name":"HTBOTTOMLEFT","features":[52]},{"name":"HTBOTTOMRIGHT","features":[52]},{"name":"HTCAPTION","features":[52]},{"name":"HTCLIENT","features":[52]},{"name":"HTCLOSE","features":[52]},{"name":"HTERROR","features":[52]},{"name":"HTGROWBOX","features":[52]},{"name":"HTHELP","features":[52]},{"name":"HTHSCROLL","features":[52]},{"name":"HTLEFT","features":[52]},{"name":"HTMAXBUTTON","features":[52]},{"name":"HTMENU","features":[52]},{"name":"HTMINBUTTON","features":[52]},{"name":"HTNOWHERE","features":[52]},{"name":"HTOBJECT","features":[52]},{"name":"HTREDUCE","features":[52]},{"name":"HTRIGHT","features":[52]},{"name":"HTSIZE","features":[52]},{"name":"HTSIZEFIRST","features":[52]},{"name":"HTSIZELAST","features":[52]},{"name":"HTSYSMENU","features":[52]},{"name":"HTTOP","features":[52]},{"name":"HTTOPLEFT","features":[52]},{"name":"HTTOPRIGHT","features":[52]},{"name":"HTTRANSPARENT","features":[52]},{"name":"HTVSCROLL","features":[52]},{"name":"HTZOOM","features":[52]},{"name":"HWND_BOTTOM","features":[3,52]},{"name":"HWND_BROADCAST","features":[3,52]},{"name":"HWND_DESKTOP","features":[3,52]},{"name":"HWND_MESSAGE","features":[3,52]},{"name":"HWND_NOTOPMOST","features":[3,52]},{"name":"HWND_TOP","features":[3,52]},{"name":"HWND_TOPMOST","features":[3,52]},{"name":"HideCaret","features":[3,52]},{"name":"HiliteMenuItem","features":[3,52]},{"name":"ICONINFO","features":[3,14,52]},{"name":"ICONINFOEXA","features":[3,14,52]},{"name":"ICONINFOEXW","features":[3,14,52]},{"name":"ICONMETRICSA","features":[14,52]},{"name":"ICONMETRICSW","features":[14,52]},{"name":"ICON_BIG","features":[52]},{"name":"ICON_SMALL","features":[52]},{"name":"ICON_SMALL2","features":[52]},{"name":"IDABORT","features":[52]},{"name":"IDANI_CAPTION","features":[52]},{"name":"IDANI_OPEN","features":[52]},{"name":"IDASYNC","features":[52]},{"name":"IDCANCEL","features":[52]},{"name":"IDCLOSE","features":[52]},{"name":"IDCONTINUE","features":[52]},{"name":"IDC_APPSTARTING","features":[52]},{"name":"IDC_ARROW","features":[52]},{"name":"IDC_CROSS","features":[52]},{"name":"IDC_HAND","features":[52]},{"name":"IDC_HELP","features":[52]},{"name":"IDC_IBEAM","features":[52]},{"name":"IDC_ICON","features":[52]},{"name":"IDC_NO","features":[52]},{"name":"IDC_PERSON","features":[52]},{"name":"IDC_PIN","features":[52]},{"name":"IDC_SIZE","features":[52]},{"name":"IDC_SIZEALL","features":[52]},{"name":"IDC_SIZENESW","features":[52]},{"name":"IDC_SIZENS","features":[52]},{"name":"IDC_SIZENWSE","features":[52]},{"name":"IDC_SIZEWE","features":[52]},{"name":"IDC_STATIC","features":[52]},{"name":"IDC_UPARROW","features":[52]},{"name":"IDC_WAIT","features":[52]},{"name":"IDHELP","features":[52]},{"name":"IDHOT_SNAPDESKTOP","features":[52]},{"name":"IDHOT_SNAPWINDOW","features":[52]},{"name":"IDH_CANCEL","features":[52]},{"name":"IDH_GENERIC_HELP_BUTTON","features":[52]},{"name":"IDH_HELP","features":[52]},{"name":"IDH_MISSING_CONTEXT","features":[52]},{"name":"IDH_NO_HELP","features":[52]},{"name":"IDH_OK","features":[52]},{"name":"IDIGNORE","features":[52]},{"name":"IDI_APPLICATION","features":[52]},{"name":"IDI_ASTERISK","features":[52]},{"name":"IDI_ERROR","features":[52]},{"name":"IDI_EXCLAMATION","features":[52]},{"name":"IDI_HAND","features":[52]},{"name":"IDI_INFORMATION","features":[52]},{"name":"IDI_QUESTION","features":[52]},{"name":"IDI_SHIELD","features":[52]},{"name":"IDI_WARNING","features":[52]},{"name":"IDI_WINLOGO","features":[52]},{"name":"IDNO","features":[52]},{"name":"IDOK","features":[52]},{"name":"IDRETRY","features":[52]},{"name":"IDTIMEOUT","features":[52]},{"name":"IDTRYAGAIN","features":[52]},{"name":"IDYES","features":[52]},{"name":"IMAGE_BITMAP","features":[52]},{"name":"IMAGE_CURSOR","features":[52]},{"name":"IMAGE_ENHMETAFILE","features":[52]},{"name":"IMAGE_FLAGS","features":[52]},{"name":"IMAGE_ICON","features":[52]},{"name":"INDEXID_CONTAINER","features":[52]},{"name":"INDEXID_OBJECT","features":[52]},{"name":"INPUTLANGCHANGE_BACKWARD","features":[52]},{"name":"INPUTLANGCHANGE_FORWARD","features":[52]},{"name":"INPUTLANGCHANGE_SYSCHARSET","features":[52]},{"name":"ISMEX_CALLBACK","features":[52]},{"name":"ISMEX_NOSEND","features":[52]},{"name":"ISMEX_NOTIFY","features":[52]},{"name":"ISMEX_REPLIED","features":[52]},{"name":"ISMEX_SEND","features":[52]},{"name":"ISOLATIONAWARE_MANIFEST_RESOURCE_ID","features":[52]},{"name":"ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID","features":[52]},{"name":"ISOLATIONPOLICY_BROWSER_MANIFEST_RESOURCE_ID","features":[52]},{"name":"ISOLATIONPOLICY_MANIFEST_RESOURCE_ID","features":[52]},{"name":"InSendMessage","features":[3,52]},{"name":"InSendMessageEx","features":[52]},{"name":"IndexFilePath","features":[52]},{"name":"IndexedResourceQualifier","features":[52]},{"name":"InheritWindowMonitor","features":[3,52]},{"name":"InsertMenuA","features":[3,52]},{"name":"InsertMenuItemA","features":[3,14,52]},{"name":"InsertMenuItemW","features":[3,14,52]},{"name":"InsertMenuW","features":[3,52]},{"name":"InternalGetWindowText","features":[3,52]},{"name":"IsCharAlphaA","features":[3,52]},{"name":"IsCharAlphaNumericA","features":[3,52]},{"name":"IsCharAlphaNumericW","features":[3,52]},{"name":"IsCharAlphaW","features":[3,52]},{"name":"IsCharLowerA","features":[3,52]},{"name":"IsCharUpperA","features":[3,52]},{"name":"IsCharUpperW","features":[3,52]},{"name":"IsChild","features":[3,52]},{"name":"IsDialogMessageA","features":[3,52]},{"name":"IsDialogMessageW","features":[3,52]},{"name":"IsGUIThread","features":[3,52]},{"name":"IsHungAppWindow","features":[3,52]},{"name":"IsIconic","features":[3,52]},{"name":"IsMenu","features":[3,52]},{"name":"IsProcessDPIAware","features":[3,52]},{"name":"IsWindow","features":[3,52]},{"name":"IsWindowArranged","features":[3,52]},{"name":"IsWindowUnicode","features":[3,52]},{"name":"IsWindowVisible","features":[3,52]},{"name":"IsWow64Message","features":[3,52]},{"name":"IsZoomed","features":[3,52]},{"name":"KBDLLHOOKSTRUCT","features":[52]},{"name":"KBDLLHOOKSTRUCT_FLAGS","features":[52]},{"name":"KF_ALTDOWN","features":[52]},{"name":"KF_DLGMODE","features":[52]},{"name":"KF_EXTENDED","features":[52]},{"name":"KF_MENUMODE","features":[52]},{"name":"KF_REPEAT","features":[52]},{"name":"KF_UP","features":[52]},{"name":"KL_NAMELENGTH","features":[52]},{"name":"KillTimer","features":[3,52]},{"name":"LAYERED_WINDOW_ATTRIBUTES_FLAGS","features":[52]},{"name":"LBN_DBLCLK","features":[52]},{"name":"LBN_ERRSPACE","features":[52]},{"name":"LBN_KILLFOCUS","features":[52]},{"name":"LBN_SELCANCEL","features":[52]},{"name":"LBN_SELCHANGE","features":[52]},{"name":"LBN_SETFOCUS","features":[52]},{"name":"LBS_COMBOBOX","features":[52]},{"name":"LBS_DISABLENOSCROLL","features":[52]},{"name":"LBS_EXTENDEDSEL","features":[52]},{"name":"LBS_HASSTRINGS","features":[52]},{"name":"LBS_MULTICOLUMN","features":[52]},{"name":"LBS_MULTIPLESEL","features":[52]},{"name":"LBS_NODATA","features":[52]},{"name":"LBS_NOINTEGRALHEIGHT","features":[52]},{"name":"LBS_NOREDRAW","features":[52]},{"name":"LBS_NOSEL","features":[52]},{"name":"LBS_NOTIFY","features":[52]},{"name":"LBS_OWNERDRAWFIXED","features":[52]},{"name":"LBS_OWNERDRAWVARIABLE","features":[52]},{"name":"LBS_SORT","features":[52]},{"name":"LBS_STANDARD","features":[52]},{"name":"LBS_USETABSTOPS","features":[52]},{"name":"LBS_WANTKEYBOARDINPUT","features":[52]},{"name":"LB_ADDFILE","features":[52]},{"name":"LB_ADDSTRING","features":[52]},{"name":"LB_CTLCODE","features":[52]},{"name":"LB_DELETESTRING","features":[52]},{"name":"LB_DIR","features":[52]},{"name":"LB_ERR","features":[52]},{"name":"LB_ERRSPACE","features":[52]},{"name":"LB_FINDSTRING","features":[52]},{"name":"LB_FINDSTRINGEXACT","features":[52]},{"name":"LB_GETANCHORINDEX","features":[52]},{"name":"LB_GETCARETINDEX","features":[52]},{"name":"LB_GETCOUNT","features":[52]},{"name":"LB_GETCURSEL","features":[52]},{"name":"LB_GETHORIZONTALEXTENT","features":[52]},{"name":"LB_GETITEMDATA","features":[52]},{"name":"LB_GETITEMHEIGHT","features":[52]},{"name":"LB_GETITEMRECT","features":[52]},{"name":"LB_GETLISTBOXINFO","features":[52]},{"name":"LB_GETLOCALE","features":[52]},{"name":"LB_GETSEL","features":[52]},{"name":"LB_GETSELCOUNT","features":[52]},{"name":"LB_GETSELITEMS","features":[52]},{"name":"LB_GETTEXT","features":[52]},{"name":"LB_GETTEXTLEN","features":[52]},{"name":"LB_GETTOPINDEX","features":[52]},{"name":"LB_INITSTORAGE","features":[52]},{"name":"LB_INSERTSTRING","features":[52]},{"name":"LB_ITEMFROMPOINT","features":[52]},{"name":"LB_MSGMAX","features":[52]},{"name":"LB_MULTIPLEADDSTRING","features":[52]},{"name":"LB_OKAY","features":[52]},{"name":"LB_RESETCONTENT","features":[52]},{"name":"LB_SELECTSTRING","features":[52]},{"name":"LB_SELITEMRANGE","features":[52]},{"name":"LB_SELITEMRANGEEX","features":[52]},{"name":"LB_SETANCHORINDEX","features":[52]},{"name":"LB_SETCARETINDEX","features":[52]},{"name":"LB_SETCOLUMNWIDTH","features":[52]},{"name":"LB_SETCOUNT","features":[52]},{"name":"LB_SETCURSEL","features":[52]},{"name":"LB_SETHORIZONTALEXTENT","features":[52]},{"name":"LB_SETITEMDATA","features":[52]},{"name":"LB_SETITEMHEIGHT","features":[52]},{"name":"LB_SETLOCALE","features":[52]},{"name":"LB_SETSEL","features":[52]},{"name":"LB_SETTABSTOPS","features":[52]},{"name":"LB_SETTOPINDEX","features":[52]},{"name":"LLKHF_ALTDOWN","features":[52]},{"name":"LLKHF_EXTENDED","features":[52]},{"name":"LLKHF_INJECTED","features":[52]},{"name":"LLKHF_LOWER_IL_INJECTED","features":[52]},{"name":"LLKHF_UP","features":[52]},{"name":"LLMHF_INJECTED","features":[52]},{"name":"LLMHF_LOWER_IL_INJECTED","features":[52]},{"name":"LOCKF_LOGICAL_LOCK","features":[52]},{"name":"LOCKF_PHYSICAL_LOCK","features":[52]},{"name":"LOCKP_ALLOW_MEM_MAPPING","features":[52]},{"name":"LOCKP_ALLOW_WRITES","features":[52]},{"name":"LOCKP_FAIL_MEM_MAPPING","features":[52]},{"name":"LOCKP_FAIL_WRITES","features":[52]},{"name":"LOCKP_LOCK_FOR_FORMAT","features":[52]},{"name":"LOCKP_USER_MASK","features":[52]},{"name":"LR_COLOR","features":[52]},{"name":"LR_COPYDELETEORG","features":[52]},{"name":"LR_COPYFROMRESOURCE","features":[52]},{"name":"LR_COPYRETURNORG","features":[52]},{"name":"LR_CREATEDIBSECTION","features":[52]},{"name":"LR_DEFAULTCOLOR","features":[52]},{"name":"LR_DEFAULTSIZE","features":[52]},{"name":"LR_LOADFROMFILE","features":[52]},{"name":"LR_LOADMAP3DCOLORS","features":[52]},{"name":"LR_LOADTRANSPARENT","features":[52]},{"name":"LR_MONOCHROME","features":[52]},{"name":"LR_SHARED","features":[52]},{"name":"LR_VGACOLOR","features":[52]},{"name":"LSFW_LOCK","features":[52]},{"name":"LSFW_UNLOCK","features":[52]},{"name":"LWA_ALPHA","features":[52]},{"name":"LWA_COLORKEY","features":[52]},{"name":"LoadAcceleratorsA","features":[3,52]},{"name":"LoadAcceleratorsW","features":[3,52]},{"name":"LoadCursorA","features":[3,52]},{"name":"LoadCursorFromFileA","features":[52]},{"name":"LoadCursorFromFileW","features":[52]},{"name":"LoadCursorW","features":[3,52]},{"name":"LoadIconA","features":[3,52]},{"name":"LoadIconW","features":[3,52]},{"name":"LoadImageA","features":[3,52]},{"name":"LoadImageW","features":[3,52]},{"name":"LoadMenuA","features":[3,52]},{"name":"LoadMenuIndirectA","features":[52]},{"name":"LoadMenuIndirectW","features":[52]},{"name":"LoadMenuW","features":[3,52]},{"name":"LoadStringA","features":[3,52]},{"name":"LoadStringW","features":[3,52]},{"name":"LockSetForegroundWindow","features":[3,52]},{"name":"LogicalToPhysicalPoint","features":[3,52]},{"name":"LookupIconIdFromDirectory","features":[3,52]},{"name":"LookupIconIdFromDirectoryEx","features":[3,52]},{"name":"MAXIMUM_RESERVED_MANIFEST_RESOURCE_ID","features":[52]},{"name":"MAX_LOGICALDPIOVERRIDE","features":[52]},{"name":"MAX_STR_BLOCKREASON","features":[52]},{"name":"MAX_TOUCH_COUNT","features":[52]},{"name":"MAX_TOUCH_PREDICTION_FILTER_TAPS","features":[52]},{"name":"MA_ACTIVATE","features":[52]},{"name":"MA_ACTIVATEANDEAT","features":[52]},{"name":"MA_NOACTIVATE","features":[52]},{"name":"MA_NOACTIVATEANDEAT","features":[52]},{"name":"MB_ABORTRETRYIGNORE","features":[52]},{"name":"MB_APPLMODAL","features":[52]},{"name":"MB_CANCELTRYCONTINUE","features":[52]},{"name":"MB_DEFAULT_DESKTOP_ONLY","features":[52]},{"name":"MB_DEFBUTTON1","features":[52]},{"name":"MB_DEFBUTTON2","features":[52]},{"name":"MB_DEFBUTTON3","features":[52]},{"name":"MB_DEFBUTTON4","features":[52]},{"name":"MB_DEFMASK","features":[52]},{"name":"MB_HELP","features":[52]},{"name":"MB_ICONASTERISK","features":[52]},{"name":"MB_ICONERROR","features":[52]},{"name":"MB_ICONEXCLAMATION","features":[52]},{"name":"MB_ICONHAND","features":[52]},{"name":"MB_ICONINFORMATION","features":[52]},{"name":"MB_ICONMASK","features":[52]},{"name":"MB_ICONQUESTION","features":[52]},{"name":"MB_ICONSTOP","features":[52]},{"name":"MB_ICONWARNING","features":[52]},{"name":"MB_MISCMASK","features":[52]},{"name":"MB_MODEMASK","features":[52]},{"name":"MB_NOFOCUS","features":[52]},{"name":"MB_OK","features":[52]},{"name":"MB_OKCANCEL","features":[52]},{"name":"MB_RETRYCANCEL","features":[52]},{"name":"MB_RIGHT","features":[52]},{"name":"MB_RTLREADING","features":[52]},{"name":"MB_SERVICE_NOTIFICATION","features":[52]},{"name":"MB_SERVICE_NOTIFICATION_NT3X","features":[52]},{"name":"MB_SETFOREGROUND","features":[52]},{"name":"MB_SYSTEMMODAL","features":[52]},{"name":"MB_TASKMODAL","features":[52]},{"name":"MB_TOPMOST","features":[52]},{"name":"MB_TYPEMASK","features":[52]},{"name":"MB_USERICON","features":[52]},{"name":"MB_YESNO","features":[52]},{"name":"MB_YESNOCANCEL","features":[52]},{"name":"MDICREATESTRUCTA","features":[3,52]},{"name":"MDICREATESTRUCTW","features":[3,52]},{"name":"MDINEXTMENU","features":[3,52]},{"name":"MDIS_ALLCHILDSTYLES","features":[52]},{"name":"MDITILE_HORIZONTAL","features":[52]},{"name":"MDITILE_SKIPDISABLED","features":[52]},{"name":"MDITILE_VERTICAL","features":[52]},{"name":"MDITILE_ZORDER","features":[52]},{"name":"MENUBARINFO","features":[3,52]},{"name":"MENUEX_TEMPLATE_HEADER","features":[52]},{"name":"MENUEX_TEMPLATE_ITEM","features":[52]},{"name":"MENUGETOBJECTINFO","features":[52]},{"name":"MENUGETOBJECTINFO_FLAGS","features":[52]},{"name":"MENUINFO","features":[14,52]},{"name":"MENUINFO_MASK","features":[52]},{"name":"MENUINFO_STYLE","features":[52]},{"name":"MENUITEMINFOA","features":[14,52]},{"name":"MENUITEMINFOW","features":[14,52]},{"name":"MENUITEMTEMPLATE","features":[52]},{"name":"MENUITEMTEMPLATEHEADER","features":[52]},{"name":"MENUTEMPLATEEX","features":[52]},{"name":"MENU_ITEM_FLAGS","features":[52]},{"name":"MENU_ITEM_MASK","features":[52]},{"name":"MENU_ITEM_STATE","features":[52]},{"name":"MENU_ITEM_TYPE","features":[52]},{"name":"MESSAGEBOX_RESULT","features":[52]},{"name":"MESSAGEBOX_STYLE","features":[52]},{"name":"MESSAGE_RESOURCE_BLOCK","features":[52]},{"name":"MESSAGE_RESOURCE_DATA","features":[52]},{"name":"MESSAGE_RESOURCE_ENTRY","features":[52]},{"name":"METRICS_USEDEFAULT","features":[52]},{"name":"MFS_CHECKED","features":[52]},{"name":"MFS_DEFAULT","features":[52]},{"name":"MFS_DISABLED","features":[52]},{"name":"MFS_ENABLED","features":[52]},{"name":"MFS_GRAYED","features":[52]},{"name":"MFS_HILITE","features":[52]},{"name":"MFS_UNCHECKED","features":[52]},{"name":"MFS_UNHILITE","features":[52]},{"name":"MFT_BITMAP","features":[52]},{"name":"MFT_MENUBARBREAK","features":[52]},{"name":"MFT_MENUBREAK","features":[52]},{"name":"MFT_OWNERDRAW","features":[52]},{"name":"MFT_RADIOCHECK","features":[52]},{"name":"MFT_RIGHTJUSTIFY","features":[52]},{"name":"MFT_RIGHTORDER","features":[52]},{"name":"MFT_SEPARATOR","features":[52]},{"name":"MFT_STRING","features":[52]},{"name":"MF_APPEND","features":[52]},{"name":"MF_BITMAP","features":[52]},{"name":"MF_BYCOMMAND","features":[52]},{"name":"MF_BYPOSITION","features":[52]},{"name":"MF_CHANGE","features":[52]},{"name":"MF_CHECKED","features":[52]},{"name":"MF_DEFAULT","features":[52]},{"name":"MF_DELETE","features":[52]},{"name":"MF_DISABLED","features":[52]},{"name":"MF_ENABLED","features":[52]},{"name":"MF_END","features":[52]},{"name":"MF_GRAYED","features":[52]},{"name":"MF_HELP","features":[52]},{"name":"MF_HILITE","features":[52]},{"name":"MF_INSERT","features":[52]},{"name":"MF_MENUBARBREAK","features":[52]},{"name":"MF_MENUBREAK","features":[52]},{"name":"MF_MOUSESELECT","features":[52]},{"name":"MF_OWNERDRAW","features":[52]},{"name":"MF_POPUP","features":[52]},{"name":"MF_REMOVE","features":[52]},{"name":"MF_RIGHTJUSTIFY","features":[52]},{"name":"MF_SEPARATOR","features":[52]},{"name":"MF_STRING","features":[52]},{"name":"MF_SYSMENU","features":[52]},{"name":"MF_UNCHECKED","features":[52]},{"name":"MF_UNHILITE","features":[52]},{"name":"MF_USECHECKBITMAPS","features":[52]},{"name":"MIIM_BITMAP","features":[52]},{"name":"MIIM_CHECKMARKS","features":[52]},{"name":"MIIM_DATA","features":[52]},{"name":"MIIM_FTYPE","features":[52]},{"name":"MIIM_ID","features":[52]},{"name":"MIIM_STATE","features":[52]},{"name":"MIIM_STRING","features":[52]},{"name":"MIIM_SUBMENU","features":[52]},{"name":"MIIM_TYPE","features":[52]},{"name":"MIM_APPLYTOSUBMENUS","features":[52]},{"name":"MIM_BACKGROUND","features":[52]},{"name":"MIM_HELPID","features":[52]},{"name":"MIM_MAXHEIGHT","features":[52]},{"name":"MIM_MENUDATA","features":[52]},{"name":"MIM_STYLE","features":[52]},{"name":"MINIMIZEDMETRICS","features":[52]},{"name":"MINIMIZEDMETRICS_ARRANGE","features":[52]},{"name":"MINIMUM_RESERVED_MANIFEST_RESOURCE_ID","features":[52]},{"name":"MINMAXINFO","features":[3,52]},{"name":"MIN_LOGICALDPIOVERRIDE","features":[52]},{"name":"MKF_AVAILABLE","features":[52]},{"name":"MKF_CONFIRMHOTKEY","features":[52]},{"name":"MKF_HOTKEYACTIVE","features":[52]},{"name":"MKF_HOTKEYSOUND","features":[52]},{"name":"MKF_INDICATOR","features":[52]},{"name":"MKF_LEFTBUTTONDOWN","features":[52]},{"name":"MKF_LEFTBUTTONSEL","features":[52]},{"name":"MKF_MODIFIERS","features":[52]},{"name":"MKF_MOUSEKEYSON","features":[52]},{"name":"MKF_MOUSEMODE","features":[52]},{"name":"MKF_REPLACENUMBERS","features":[52]},{"name":"MKF_RIGHTBUTTONDOWN","features":[52]},{"name":"MKF_RIGHTBUTTONSEL","features":[52]},{"name":"MNC_CLOSE","features":[52]},{"name":"MNC_EXECUTE","features":[52]},{"name":"MNC_IGNORE","features":[52]},{"name":"MNC_SELECT","features":[52]},{"name":"MND_CONTINUE","features":[52]},{"name":"MND_ENDMENU","features":[52]},{"name":"MNGOF_BOTTOMGAP","features":[52]},{"name":"MNGOF_TOPGAP","features":[52]},{"name":"MNGO_NOERROR","features":[52]},{"name":"MNGO_NOINTERFACE","features":[52]},{"name":"MNS_AUTODISMISS","features":[52]},{"name":"MNS_CHECKORBMP","features":[52]},{"name":"MNS_DRAGDROP","features":[52]},{"name":"MNS_MODELESS","features":[52]},{"name":"MNS_NOCHECK","features":[52]},{"name":"MNS_NOTIFYBYPOS","features":[52]},{"name":"MN_GETHMENU","features":[52]},{"name":"MONITORINFOF_PRIMARY","features":[52]},{"name":"MOUSEHOOKSTRUCT","features":[3,52]},{"name":"MOUSEHOOKSTRUCTEX","features":[3,52]},{"name":"MOUSEWHEEL_ROUTING_FOCUS","features":[52]},{"name":"MOUSEWHEEL_ROUTING_HYBRID","features":[52]},{"name":"MOUSEWHEEL_ROUTING_MOUSE_POS","features":[52]},{"name":"MSG","features":[3,52]},{"name":"MSGBOXCALLBACK","features":[3,111,52]},{"name":"MSGBOXPARAMSA","features":[3,111,52]},{"name":"MSGBOXPARAMSW","features":[3,111,52]},{"name":"MSGFLTINFO_ALLOWED_HIGHER","features":[52]},{"name":"MSGFLTINFO_ALREADYALLOWED_FORWND","features":[52]},{"name":"MSGFLTINFO_ALREADYDISALLOWED_FORWND","features":[52]},{"name":"MSGFLTINFO_NONE","features":[52]},{"name":"MSGFLTINFO_STATUS","features":[52]},{"name":"MSGFLT_ADD","features":[52]},{"name":"MSGFLT_ALLOW","features":[52]},{"name":"MSGFLT_DISALLOW","features":[52]},{"name":"MSGFLT_REMOVE","features":[52]},{"name":"MSGFLT_RESET","features":[52]},{"name":"MSGF_DIALOGBOX","features":[52]},{"name":"MSGF_MAX","features":[52]},{"name":"MSGF_MENU","features":[52]},{"name":"MSGF_MESSAGEBOX","features":[52]},{"name":"MSGF_NEXTWINDOW","features":[52]},{"name":"MSGF_SCROLLBAR","features":[52]},{"name":"MSGF_USER","features":[52]},{"name":"MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS","features":[52]},{"name":"MSLLHOOKSTRUCT","features":[3,52]},{"name":"MWMO_ALERTABLE","features":[52]},{"name":"MWMO_INPUTAVAILABLE","features":[52]},{"name":"MWMO_NONE","features":[52]},{"name":"MWMO_WAITALL","features":[52]},{"name":"MapDialogRect","features":[3,52]},{"name":"MenuItemFromPoint","features":[3,52]},{"name":"MessageBoxA","features":[3,52]},{"name":"MessageBoxExA","features":[3,52]},{"name":"MessageBoxExW","features":[3,52]},{"name":"MessageBoxIndirectA","features":[3,111,52]},{"name":"MessageBoxIndirectW","features":[3,111,52]},{"name":"MessageBoxW","features":[3,52]},{"name":"ModifyMenuA","features":[3,52]},{"name":"ModifyMenuW","features":[3,52]},{"name":"MoveWindow","features":[3,52]},{"name":"MrmCreateConfig","features":[52]},{"name":"MrmCreateConfigInMemory","features":[52]},{"name":"MrmCreateResourceFile","features":[52]},{"name":"MrmCreateResourceFileInMemory","features":[52]},{"name":"MrmCreateResourceFileWithChecksum","features":[52]},{"name":"MrmCreateResourceIndexer","features":[52]},{"name":"MrmCreateResourceIndexerFromPreviousPriData","features":[52]},{"name":"MrmCreateResourceIndexerFromPreviousPriFile","features":[52]},{"name":"MrmCreateResourceIndexerFromPreviousSchemaData","features":[52]},{"name":"MrmCreateResourceIndexerFromPreviousSchemaFile","features":[52]},{"name":"MrmCreateResourceIndexerWithFlags","features":[52]},{"name":"MrmDestroyIndexerAndMessages","features":[52]},{"name":"MrmDumpPriDataInMemory","features":[52]},{"name":"MrmDumpPriFile","features":[52]},{"name":"MrmDumpPriFileInMemory","features":[52]},{"name":"MrmDumpType","features":[52]},{"name":"MrmDumpType_Basic","features":[52]},{"name":"MrmDumpType_Detailed","features":[52]},{"name":"MrmDumpType_Schema","features":[52]},{"name":"MrmFreeMemory","features":[52]},{"name":"MrmGetPriFileContentChecksum","features":[52]},{"name":"MrmIndexEmbeddedData","features":[52]},{"name":"MrmIndexFile","features":[52]},{"name":"MrmIndexFileAutoQualifiers","features":[52]},{"name":"MrmIndexResourceContainerAutoQualifiers","features":[52]},{"name":"MrmIndexString","features":[52]},{"name":"MrmIndexerFlags","features":[52]},{"name":"MrmIndexerFlagsAutoMerge","features":[52]},{"name":"MrmIndexerFlagsCreateContentChecksum","features":[52]},{"name":"MrmIndexerFlagsNone","features":[52]},{"name":"MrmPackagingMode","features":[52]},{"name":"MrmPackagingModeAutoSplit","features":[52]},{"name":"MrmPackagingModeResourcePack","features":[52]},{"name":"MrmPackagingModeStandaloneFile","features":[52]},{"name":"MrmPackagingOptions","features":[52]},{"name":"MrmPackagingOptionsNone","features":[52]},{"name":"MrmPackagingOptionsOmitSchemaFromResourcePacks","features":[52]},{"name":"MrmPackagingOptionsSplitLanguageVariants","features":[52]},{"name":"MrmPeekResourceIndexerMessages","features":[52]},{"name":"MrmPlatformVersion","features":[52]},{"name":"MrmPlatformVersion_Default","features":[52]},{"name":"MrmPlatformVersion_Windows10_0_0_0","features":[52]},{"name":"MrmPlatformVersion_Windows10_0_0_5","features":[52]},{"name":"MrmResourceIndexerHandle","features":[52]},{"name":"MrmResourceIndexerMessage","features":[52]},{"name":"MrmResourceIndexerMessageSeverity","features":[52]},{"name":"MrmResourceIndexerMessageSeverityError","features":[52]},{"name":"MrmResourceIndexerMessageSeverityInfo","features":[52]},{"name":"MrmResourceIndexerMessageSeverityVerbose","features":[52]},{"name":"MrmResourceIndexerMessageSeverityWarning","features":[52]},{"name":"MsgWaitForMultipleObjects","features":[3,52]},{"name":"MsgWaitForMultipleObjectsEx","features":[3,52]},{"name":"NAMEENUMPROCA","features":[3,52]},{"name":"NAMEENUMPROCW","features":[3,52]},{"name":"NCCALCSIZE_PARAMS","features":[3,52]},{"name":"NFR_ANSI","features":[52]},{"name":"NFR_UNICODE","features":[52]},{"name":"NF_QUERY","features":[52]},{"name":"NF_REQUERY","features":[52]},{"name":"NID_EXTERNAL_PEN","features":[52]},{"name":"NID_EXTERNAL_TOUCH","features":[52]},{"name":"NID_INTEGRATED_PEN","features":[52]},{"name":"NID_INTEGRATED_TOUCH","features":[52]},{"name":"NID_MULTI_INPUT","features":[52]},{"name":"NID_READY","features":[52]},{"name":"NONCLIENTMETRICSA","features":[14,52]},{"name":"NONCLIENTMETRICSW","features":[14,52]},{"name":"OBJECT_IDENTIFIER","features":[52]},{"name":"OBJID_ALERT","features":[52]},{"name":"OBJID_CARET","features":[52]},{"name":"OBJID_CLIENT","features":[52]},{"name":"OBJID_CURSOR","features":[52]},{"name":"OBJID_HSCROLL","features":[52]},{"name":"OBJID_MENU","features":[52]},{"name":"OBJID_NATIVEOM","features":[52]},{"name":"OBJID_QUERYCLASSNAMEIDX","features":[52]},{"name":"OBJID_SIZEGRIP","features":[52]},{"name":"OBJID_SOUND","features":[52]},{"name":"OBJID_SYSMENU","features":[52]},{"name":"OBJID_TITLEBAR","features":[52]},{"name":"OBJID_VSCROLL","features":[52]},{"name":"OBJID_WINDOW","features":[52]},{"name":"OBM_BTNCORNERS","features":[52]},{"name":"OBM_BTSIZE","features":[52]},{"name":"OBM_CHECK","features":[52]},{"name":"OBM_CHECKBOXES","features":[52]},{"name":"OBM_CLOSE","features":[52]},{"name":"OBM_COMBO","features":[52]},{"name":"OBM_DNARROW","features":[52]},{"name":"OBM_DNARROWD","features":[52]},{"name":"OBM_DNARROWI","features":[52]},{"name":"OBM_LFARROW","features":[52]},{"name":"OBM_LFARROWD","features":[52]},{"name":"OBM_LFARROWI","features":[52]},{"name":"OBM_MNARROW","features":[52]},{"name":"OBM_OLD_CLOSE","features":[52]},{"name":"OBM_OLD_DNARROW","features":[52]},{"name":"OBM_OLD_LFARROW","features":[52]},{"name":"OBM_OLD_REDUCE","features":[52]},{"name":"OBM_OLD_RESTORE","features":[52]},{"name":"OBM_OLD_RGARROW","features":[52]},{"name":"OBM_OLD_UPARROW","features":[52]},{"name":"OBM_OLD_ZOOM","features":[52]},{"name":"OBM_REDUCE","features":[52]},{"name":"OBM_REDUCED","features":[52]},{"name":"OBM_RESTORE","features":[52]},{"name":"OBM_RESTORED","features":[52]},{"name":"OBM_RGARROW","features":[52]},{"name":"OBM_RGARROWD","features":[52]},{"name":"OBM_RGARROWI","features":[52]},{"name":"OBM_SIZE","features":[52]},{"name":"OBM_UPARROW","features":[52]},{"name":"OBM_UPARROWD","features":[52]},{"name":"OBM_UPARROWI","features":[52]},{"name":"OBM_ZOOM","features":[52]},{"name":"OBM_ZOOMD","features":[52]},{"name":"OCR_APPSTARTING","features":[52]},{"name":"OCR_CROSS","features":[52]},{"name":"OCR_HAND","features":[52]},{"name":"OCR_HELP","features":[52]},{"name":"OCR_IBEAM","features":[52]},{"name":"OCR_ICOCUR","features":[52]},{"name":"OCR_ICON","features":[52]},{"name":"OCR_NO","features":[52]},{"name":"OCR_NORMAL","features":[52]},{"name":"OCR_SIZE","features":[52]},{"name":"OCR_SIZEALL","features":[52]},{"name":"OCR_SIZENESW","features":[52]},{"name":"OCR_SIZENS","features":[52]},{"name":"OCR_SIZENWSE","features":[52]},{"name":"OCR_SIZEWE","features":[52]},{"name":"OCR_UP","features":[52]},{"name":"OCR_WAIT","features":[52]},{"name":"OIC_BANG","features":[52]},{"name":"OIC_ERROR","features":[52]},{"name":"OIC_HAND","features":[52]},{"name":"OIC_INFORMATION","features":[52]},{"name":"OIC_NOTE","features":[52]},{"name":"OIC_QUES","features":[52]},{"name":"OIC_SAMPLE","features":[52]},{"name":"OIC_SHIELD","features":[52]},{"name":"OIC_WARNING","features":[52]},{"name":"OIC_WINLOGO","features":[52]},{"name":"ORD_LANGDRIVER","features":[52]},{"name":"OemToCharA","features":[3,52]},{"name":"OemToCharBuffA","features":[3,52]},{"name":"OemToCharBuffW","features":[3,52]},{"name":"OemToCharW","features":[3,52]},{"name":"OpenIcon","features":[3,52]},{"name":"PA_ACTIVATE","features":[52]},{"name":"PA_NOACTIVATE","features":[52]},{"name":"PBTF_APMRESUMEFROMFAILURE","features":[52]},{"name":"PBT_APMBATTERYLOW","features":[52]},{"name":"PBT_APMOEMEVENT","features":[52]},{"name":"PBT_APMPOWERSTATUSCHANGE","features":[52]},{"name":"PBT_APMQUERYSTANDBY","features":[52]},{"name":"PBT_APMQUERYSTANDBYFAILED","features":[52]},{"name":"PBT_APMQUERYSUSPEND","features":[52]},{"name":"PBT_APMQUERYSUSPENDFAILED","features":[52]},{"name":"PBT_APMRESUMEAUTOMATIC","features":[52]},{"name":"PBT_APMRESUMECRITICAL","features":[52]},{"name":"PBT_APMRESUMESTANDBY","features":[52]},{"name":"PBT_APMRESUMESUSPEND","features":[52]},{"name":"PBT_APMSTANDBY","features":[52]},{"name":"PBT_APMSUSPEND","features":[52]},{"name":"PBT_POWERSETTINGCHANGE","features":[52]},{"name":"PDC_ARRIVAL","features":[52]},{"name":"PDC_MAPPING_CHANGE","features":[52]},{"name":"PDC_MODE_ASPECTRATIOPRESERVED","features":[52]},{"name":"PDC_MODE_CENTERED","features":[52]},{"name":"PDC_MODE_DEFAULT","features":[52]},{"name":"PDC_ORIENTATION_0","features":[52]},{"name":"PDC_ORIENTATION_180","features":[52]},{"name":"PDC_ORIENTATION_270","features":[52]},{"name":"PDC_ORIENTATION_90","features":[52]},{"name":"PDC_ORIGIN","features":[52]},{"name":"PDC_REMOVAL","features":[52]},{"name":"PDC_RESOLUTION","features":[52]},{"name":"PEEK_MESSAGE_REMOVE_TYPE","features":[52]},{"name":"PENARBITRATIONTYPE_FIS","features":[52]},{"name":"PENARBITRATIONTYPE_MAX","features":[52]},{"name":"PENARBITRATIONTYPE_NONE","features":[52]},{"name":"PENARBITRATIONTYPE_SPT","features":[52]},{"name":"PENARBITRATIONTYPE_WIN8","features":[52]},{"name":"PENVISUALIZATION_CURSOR","features":[52]},{"name":"PENVISUALIZATION_DOUBLETAP","features":[52]},{"name":"PENVISUALIZATION_OFF","features":[52]},{"name":"PENVISUALIZATION_ON","features":[52]},{"name":"PENVISUALIZATION_TAP","features":[52]},{"name":"PEN_FLAG_BARREL","features":[52]},{"name":"PEN_FLAG_ERASER","features":[52]},{"name":"PEN_FLAG_INVERTED","features":[52]},{"name":"PEN_FLAG_NONE","features":[52]},{"name":"PEN_MASK_NONE","features":[52]},{"name":"PEN_MASK_PRESSURE","features":[52]},{"name":"PEN_MASK_ROTATION","features":[52]},{"name":"PEN_MASK_TILT_X","features":[52]},{"name":"PEN_MASK_TILT_Y","features":[52]},{"name":"PMB_ACTIVE","features":[52]},{"name":"PM_NOREMOVE","features":[52]},{"name":"PM_NOYIELD","features":[52]},{"name":"PM_QS_INPUT","features":[52]},{"name":"PM_QS_PAINT","features":[52]},{"name":"PM_QS_POSTMESSAGE","features":[52]},{"name":"PM_QS_SENDMESSAGE","features":[52]},{"name":"PM_REMOVE","features":[52]},{"name":"POINTER_DEVICE_PRODUCT_STRING_MAX","features":[52]},{"name":"POINTER_INPUT_TYPE","features":[52]},{"name":"POINTER_MESSAGE_FLAG_CANCELED","features":[52]},{"name":"POINTER_MESSAGE_FLAG_CONFIDENCE","features":[52]},{"name":"POINTER_MESSAGE_FLAG_FIFTHBUTTON","features":[52]},{"name":"POINTER_MESSAGE_FLAG_FIRSTBUTTON","features":[52]},{"name":"POINTER_MESSAGE_FLAG_FOURTHBUTTON","features":[52]},{"name":"POINTER_MESSAGE_FLAG_INCONTACT","features":[52]},{"name":"POINTER_MESSAGE_FLAG_INRANGE","features":[52]},{"name":"POINTER_MESSAGE_FLAG_NEW","features":[52]},{"name":"POINTER_MESSAGE_FLAG_PRIMARY","features":[52]},{"name":"POINTER_MESSAGE_FLAG_SECONDBUTTON","features":[52]},{"name":"POINTER_MESSAGE_FLAG_THIRDBUTTON","features":[52]},{"name":"POINTER_MOD_CTRL","features":[52]},{"name":"POINTER_MOD_SHIFT","features":[52]},{"name":"PREGISTERCLASSNAMEW","features":[3,52]},{"name":"PRF_CHECKVISIBLE","features":[52]},{"name":"PRF_CHILDREN","features":[52]},{"name":"PRF_CLIENT","features":[52]},{"name":"PRF_ERASEBKGND","features":[52]},{"name":"PRF_NONCLIENT","features":[52]},{"name":"PRF_OWNED","features":[52]},{"name":"PROPENUMPROCA","features":[3,52]},{"name":"PROPENUMPROCEXA","features":[3,52]},{"name":"PROPENUMPROCEXW","features":[3,52]},{"name":"PROPENUMPROCW","features":[3,52]},{"name":"PT_MOUSE","features":[52]},{"name":"PT_PEN","features":[52]},{"name":"PT_POINTER","features":[52]},{"name":"PT_TOUCH","features":[52]},{"name":"PT_TOUCHPAD","features":[52]},{"name":"PWR_CRITICALRESUME","features":[52]},{"name":"PWR_FAIL","features":[52]},{"name":"PWR_OK","features":[52]},{"name":"PWR_SUSPENDREQUEST","features":[52]},{"name":"PWR_SUSPENDRESUME","features":[52]},{"name":"PW_RENDERFULLCONTENT","features":[52]},{"name":"PeekMessageA","features":[3,52]},{"name":"PeekMessageW","features":[3,52]},{"name":"PhysicalToLogicalPoint","features":[3,52]},{"name":"PostMessageA","features":[3,52]},{"name":"PostMessageW","features":[3,52]},{"name":"PostQuitMessage","features":[52]},{"name":"PostThreadMessageA","features":[3,52]},{"name":"PostThreadMessageW","features":[3,52]},{"name":"PrivateExtractIconsA","features":[52]},{"name":"PrivateExtractIconsW","features":[52]},{"name":"QS_ALLEVENTS","features":[52]},{"name":"QS_ALLINPUT","features":[52]},{"name":"QS_ALLPOSTMESSAGE","features":[52]},{"name":"QS_HOTKEY","features":[52]},{"name":"QS_INPUT","features":[52]},{"name":"QS_KEY","features":[52]},{"name":"QS_MOUSE","features":[52]},{"name":"QS_MOUSEBUTTON","features":[52]},{"name":"QS_MOUSEMOVE","features":[52]},{"name":"QS_PAINT","features":[52]},{"name":"QS_POINTER","features":[52]},{"name":"QS_POSTMESSAGE","features":[52]},{"name":"QS_RAWINPUT","features":[52]},{"name":"QS_SENDMESSAGE","features":[52]},{"name":"QS_TIMER","features":[52]},{"name":"QS_TOUCH","features":[52]},{"name":"QUEUE_STATUS_FLAGS","features":[52]},{"name":"REGISTER_NOTIFICATION_FLAGS","features":[52]},{"name":"RES_CURSOR","features":[52]},{"name":"RES_ICON","features":[52]},{"name":"RIDEV_EXMODEMASK","features":[52]},{"name":"RIM_INPUT","features":[52]},{"name":"RIM_INPUTSINK","features":[52]},{"name":"RIM_TYPEMAX","features":[52]},{"name":"RI_KEY_BREAK","features":[52]},{"name":"RI_KEY_E0","features":[52]},{"name":"RI_KEY_E1","features":[52]},{"name":"RI_KEY_MAKE","features":[52]},{"name":"RI_KEY_TERMSRV_SET_LED","features":[52]},{"name":"RI_KEY_TERMSRV_SHADOW","features":[52]},{"name":"RI_MOUSE_BUTTON_1_DOWN","features":[52]},{"name":"RI_MOUSE_BUTTON_1_UP","features":[52]},{"name":"RI_MOUSE_BUTTON_2_DOWN","features":[52]},{"name":"RI_MOUSE_BUTTON_2_UP","features":[52]},{"name":"RI_MOUSE_BUTTON_3_DOWN","features":[52]},{"name":"RI_MOUSE_BUTTON_3_UP","features":[52]},{"name":"RI_MOUSE_BUTTON_4_DOWN","features":[52]},{"name":"RI_MOUSE_BUTTON_4_UP","features":[52]},{"name":"RI_MOUSE_BUTTON_5_DOWN","features":[52]},{"name":"RI_MOUSE_BUTTON_5_UP","features":[52]},{"name":"RI_MOUSE_HWHEEL","features":[52]},{"name":"RI_MOUSE_LEFT_BUTTON_DOWN","features":[52]},{"name":"RI_MOUSE_LEFT_BUTTON_UP","features":[52]},{"name":"RI_MOUSE_MIDDLE_BUTTON_DOWN","features":[52]},{"name":"RI_MOUSE_MIDDLE_BUTTON_UP","features":[52]},{"name":"RI_MOUSE_RIGHT_BUTTON_DOWN","features":[52]},{"name":"RI_MOUSE_RIGHT_BUTTON_UP","features":[52]},{"name":"RI_MOUSE_WHEEL","features":[52]},{"name":"RT_ACCELERATOR","features":[52]},{"name":"RT_ANICURSOR","features":[52]},{"name":"RT_ANIICON","features":[52]},{"name":"RT_BITMAP","features":[52]},{"name":"RT_CURSOR","features":[52]},{"name":"RT_DIALOG","features":[52]},{"name":"RT_DLGINCLUDE","features":[52]},{"name":"RT_FONT","features":[52]},{"name":"RT_FONTDIR","features":[52]},{"name":"RT_GROUP_CURSOR","features":[52]},{"name":"RT_GROUP_ICON","features":[52]},{"name":"RT_HTML","features":[52]},{"name":"RT_ICON","features":[52]},{"name":"RT_MANIFEST","features":[52]},{"name":"RT_MENU","features":[52]},{"name":"RT_MESSAGETABLE","features":[52]},{"name":"RT_PLUGPLAY","features":[52]},{"name":"RT_VERSION","features":[52]},{"name":"RT_VXD","features":[52]},{"name":"RealChildWindowFromPoint","features":[3,52]},{"name":"RealGetWindowClassA","features":[3,52]},{"name":"RealGetWindowClassW","features":[3,52]},{"name":"RegisterClassA","features":[3,14,52]},{"name":"RegisterClassExA","features":[3,14,52]},{"name":"RegisterClassExW","features":[3,14,52]},{"name":"RegisterClassW","features":[3,14,52]},{"name":"RegisterDeviceNotificationA","features":[3,52]},{"name":"RegisterDeviceNotificationW","features":[3,52]},{"name":"RegisterForTooltipDismissNotification","features":[3,52]},{"name":"RegisterShellHookWindow","features":[3,52]},{"name":"RegisterWindowMessageA","features":[52]},{"name":"RegisterWindowMessageW","features":[52]},{"name":"RemoveMenu","features":[3,52]},{"name":"RemovePropA","features":[3,52]},{"name":"RemovePropW","features":[3,52]},{"name":"ReplyMessage","features":[3,52]},{"name":"SBM_ENABLE_ARROWS","features":[52]},{"name":"SBM_GETPOS","features":[52]},{"name":"SBM_GETRANGE","features":[52]},{"name":"SBM_GETSCROLLBARINFO","features":[52]},{"name":"SBM_GETSCROLLINFO","features":[52]},{"name":"SBM_SETPOS","features":[52]},{"name":"SBM_SETRANGE","features":[52]},{"name":"SBM_SETRANGEREDRAW","features":[52]},{"name":"SBM_SETSCROLLINFO","features":[52]},{"name":"SBS_BOTTOMALIGN","features":[52]},{"name":"SBS_HORZ","features":[52]},{"name":"SBS_LEFTALIGN","features":[52]},{"name":"SBS_RIGHTALIGN","features":[52]},{"name":"SBS_SIZEBOX","features":[52]},{"name":"SBS_SIZEBOXBOTTOMRIGHTALIGN","features":[52]},{"name":"SBS_SIZEBOXTOPLEFTALIGN","features":[52]},{"name":"SBS_SIZEGRIP","features":[52]},{"name":"SBS_TOPALIGN","features":[52]},{"name":"SBS_VERT","features":[52]},{"name":"SB_BOTH","features":[52]},{"name":"SB_BOTTOM","features":[52]},{"name":"SB_CTL","features":[52]},{"name":"SB_ENDSCROLL","features":[52]},{"name":"SB_HORZ","features":[52]},{"name":"SB_LEFT","features":[52]},{"name":"SB_LINEDOWN","features":[52]},{"name":"SB_LINELEFT","features":[52]},{"name":"SB_LINERIGHT","features":[52]},{"name":"SB_LINEUP","features":[52]},{"name":"SB_PAGEDOWN","features":[52]},{"name":"SB_PAGELEFT","features":[52]},{"name":"SB_PAGERIGHT","features":[52]},{"name":"SB_PAGEUP","features":[52]},{"name":"SB_RIGHT","features":[52]},{"name":"SB_THUMBPOSITION","features":[52]},{"name":"SB_THUMBTRACK","features":[52]},{"name":"SB_TOP","features":[52]},{"name":"SB_VERT","features":[52]},{"name":"SCF_ISSECURE","features":[52]},{"name":"SCROLLBARINFO","features":[3,52]},{"name":"SCROLLBAR_COMMAND","features":[52]},{"name":"SCROLLBAR_CONSTANTS","features":[52]},{"name":"SCROLLINFO","features":[52]},{"name":"SCROLLINFO_MASK","features":[52]},{"name":"SCROLL_WINDOW_FLAGS","features":[52]},{"name":"SC_ARRANGE","features":[52]},{"name":"SC_CLOSE","features":[52]},{"name":"SC_CONTEXTHELP","features":[52]},{"name":"SC_DEFAULT","features":[52]},{"name":"SC_HOTKEY","features":[52]},{"name":"SC_HSCROLL","features":[52]},{"name":"SC_ICON","features":[52]},{"name":"SC_KEYMENU","features":[52]},{"name":"SC_MAXIMIZE","features":[52]},{"name":"SC_MINIMIZE","features":[52]},{"name":"SC_MONITORPOWER","features":[52]},{"name":"SC_MOUSEMENU","features":[52]},{"name":"SC_MOVE","features":[52]},{"name":"SC_NEXTWINDOW","features":[52]},{"name":"SC_PREVWINDOW","features":[52]},{"name":"SC_RESTORE","features":[52]},{"name":"SC_SEPARATOR","features":[52]},{"name":"SC_SIZE","features":[52]},{"name":"SC_TASKLIST","features":[52]},{"name":"SC_VSCROLL","features":[52]},{"name":"SC_ZOOM","features":[52]},{"name":"SENDASYNCPROC","features":[3,52]},{"name":"SEND_MESSAGE_TIMEOUT_FLAGS","features":[52]},{"name":"SET_WINDOW_POS_FLAGS","features":[52]},{"name":"SHELLHOOKINFO","features":[3,52]},{"name":"SHOW_FULLSCREEN","features":[52]},{"name":"SHOW_ICONWINDOW","features":[52]},{"name":"SHOW_OPENNOACTIVATE","features":[52]},{"name":"SHOW_OPENWINDOW","features":[52]},{"name":"SHOW_WINDOW_CMD","features":[52]},{"name":"SHOW_WINDOW_STATUS","features":[52]},{"name":"SIF_ALL","features":[52]},{"name":"SIF_DISABLENOSCROLL","features":[52]},{"name":"SIF_PAGE","features":[52]},{"name":"SIF_POS","features":[52]},{"name":"SIF_RANGE","features":[52]},{"name":"SIF_TRACKPOS","features":[52]},{"name":"SIZEFULLSCREEN","features":[52]},{"name":"SIZEICONIC","features":[52]},{"name":"SIZENORMAL","features":[52]},{"name":"SIZEZOOMHIDE","features":[52]},{"name":"SIZEZOOMSHOW","features":[52]},{"name":"SIZE_MAXHIDE","features":[52]},{"name":"SIZE_MAXIMIZED","features":[52]},{"name":"SIZE_MAXSHOW","features":[52]},{"name":"SIZE_MINIMIZED","features":[52]},{"name":"SIZE_RESTORED","features":[52]},{"name":"SMTO_ABORTIFHUNG","features":[52]},{"name":"SMTO_BLOCK","features":[52]},{"name":"SMTO_ERRORONEXIT","features":[52]},{"name":"SMTO_NORMAL","features":[52]},{"name":"SMTO_NOTIMEOUTIFNOTHUNG","features":[52]},{"name":"SM_ARRANGE","features":[52]},{"name":"SM_CARETBLINKINGENABLED","features":[52]},{"name":"SM_CLEANBOOT","features":[52]},{"name":"SM_CMETRICS","features":[52]},{"name":"SM_CMONITORS","features":[52]},{"name":"SM_CMOUSEBUTTONS","features":[52]},{"name":"SM_CONVERTIBLESLATEMODE","features":[52]},{"name":"SM_CXBORDER","features":[52]},{"name":"SM_CXCURSOR","features":[52]},{"name":"SM_CXDLGFRAME","features":[52]},{"name":"SM_CXDOUBLECLK","features":[52]},{"name":"SM_CXDRAG","features":[52]},{"name":"SM_CXEDGE","features":[52]},{"name":"SM_CXFIXEDFRAME","features":[52]},{"name":"SM_CXFOCUSBORDER","features":[52]},{"name":"SM_CXFRAME","features":[52]},{"name":"SM_CXFULLSCREEN","features":[52]},{"name":"SM_CXHSCROLL","features":[52]},{"name":"SM_CXHTHUMB","features":[52]},{"name":"SM_CXICON","features":[52]},{"name":"SM_CXICONSPACING","features":[52]},{"name":"SM_CXMAXIMIZED","features":[52]},{"name":"SM_CXMAXTRACK","features":[52]},{"name":"SM_CXMENUCHECK","features":[52]},{"name":"SM_CXMENUSIZE","features":[52]},{"name":"SM_CXMIN","features":[52]},{"name":"SM_CXMINIMIZED","features":[52]},{"name":"SM_CXMINSPACING","features":[52]},{"name":"SM_CXMINTRACK","features":[52]},{"name":"SM_CXPADDEDBORDER","features":[52]},{"name":"SM_CXSCREEN","features":[52]},{"name":"SM_CXSIZE","features":[52]},{"name":"SM_CXSIZEFRAME","features":[52]},{"name":"SM_CXSMICON","features":[52]},{"name":"SM_CXSMSIZE","features":[52]},{"name":"SM_CXVIRTUALSCREEN","features":[52]},{"name":"SM_CXVSCROLL","features":[52]},{"name":"SM_CYBORDER","features":[52]},{"name":"SM_CYCAPTION","features":[52]},{"name":"SM_CYCURSOR","features":[52]},{"name":"SM_CYDLGFRAME","features":[52]},{"name":"SM_CYDOUBLECLK","features":[52]},{"name":"SM_CYDRAG","features":[52]},{"name":"SM_CYEDGE","features":[52]},{"name":"SM_CYFIXEDFRAME","features":[52]},{"name":"SM_CYFOCUSBORDER","features":[52]},{"name":"SM_CYFRAME","features":[52]},{"name":"SM_CYFULLSCREEN","features":[52]},{"name":"SM_CYHSCROLL","features":[52]},{"name":"SM_CYICON","features":[52]},{"name":"SM_CYICONSPACING","features":[52]},{"name":"SM_CYKANJIWINDOW","features":[52]},{"name":"SM_CYMAXIMIZED","features":[52]},{"name":"SM_CYMAXTRACK","features":[52]},{"name":"SM_CYMENU","features":[52]},{"name":"SM_CYMENUCHECK","features":[52]},{"name":"SM_CYMENUSIZE","features":[52]},{"name":"SM_CYMIN","features":[52]},{"name":"SM_CYMINIMIZED","features":[52]},{"name":"SM_CYMINSPACING","features":[52]},{"name":"SM_CYMINTRACK","features":[52]},{"name":"SM_CYSCREEN","features":[52]},{"name":"SM_CYSIZE","features":[52]},{"name":"SM_CYSIZEFRAME","features":[52]},{"name":"SM_CYSMCAPTION","features":[52]},{"name":"SM_CYSMICON","features":[52]},{"name":"SM_CYSMSIZE","features":[52]},{"name":"SM_CYVIRTUALSCREEN","features":[52]},{"name":"SM_CYVSCROLL","features":[52]},{"name":"SM_CYVTHUMB","features":[52]},{"name":"SM_DBCSENABLED","features":[52]},{"name":"SM_DEBUG","features":[52]},{"name":"SM_DIGITIZER","features":[52]},{"name":"SM_IMMENABLED","features":[52]},{"name":"SM_MAXIMUMTOUCHES","features":[52]},{"name":"SM_MEDIACENTER","features":[52]},{"name":"SM_MENUDROPALIGNMENT","features":[52]},{"name":"SM_MIDEASTENABLED","features":[52]},{"name":"SM_MOUSEHORIZONTALWHEELPRESENT","features":[52]},{"name":"SM_MOUSEPRESENT","features":[52]},{"name":"SM_MOUSEWHEELPRESENT","features":[52]},{"name":"SM_NETWORK","features":[52]},{"name":"SM_PENWINDOWS","features":[52]},{"name":"SM_REMOTECONTROL","features":[52]},{"name":"SM_REMOTESESSION","features":[52]},{"name":"SM_RESERVED1","features":[52]},{"name":"SM_RESERVED2","features":[52]},{"name":"SM_RESERVED3","features":[52]},{"name":"SM_RESERVED4","features":[52]},{"name":"SM_SAMEDISPLAYFORMAT","features":[52]},{"name":"SM_SECURE","features":[52]},{"name":"SM_SERVERR2","features":[52]},{"name":"SM_SHOWSOUNDS","features":[52]},{"name":"SM_SHUTTINGDOWN","features":[52]},{"name":"SM_SLOWMACHINE","features":[52]},{"name":"SM_STARTER","features":[52]},{"name":"SM_SWAPBUTTON","features":[52]},{"name":"SM_SYSTEMDOCKED","features":[52]},{"name":"SM_TABLETPC","features":[52]},{"name":"SM_XVIRTUALSCREEN","features":[52]},{"name":"SM_YVIRTUALSCREEN","features":[52]},{"name":"SOUND_SYSTEM_APPEND","features":[52]},{"name":"SOUND_SYSTEM_APPSTART","features":[52]},{"name":"SOUND_SYSTEM_BEEP","features":[52]},{"name":"SOUND_SYSTEM_ERROR","features":[52]},{"name":"SOUND_SYSTEM_FAULT","features":[52]},{"name":"SOUND_SYSTEM_INFORMATION","features":[52]},{"name":"SOUND_SYSTEM_MAXIMIZE","features":[52]},{"name":"SOUND_SYSTEM_MENUCOMMAND","features":[52]},{"name":"SOUND_SYSTEM_MENUPOPUP","features":[52]},{"name":"SOUND_SYSTEM_MINIMIZE","features":[52]},{"name":"SOUND_SYSTEM_QUESTION","features":[52]},{"name":"SOUND_SYSTEM_RESTOREDOWN","features":[52]},{"name":"SOUND_SYSTEM_RESTOREUP","features":[52]},{"name":"SOUND_SYSTEM_SHUTDOWN","features":[52]},{"name":"SOUND_SYSTEM_STARTUP","features":[52]},{"name":"SOUND_SYSTEM_WARNING","features":[52]},{"name":"SPIF_SENDCHANGE","features":[52]},{"name":"SPIF_SENDWININICHANGE","features":[52]},{"name":"SPIF_UPDATEINIFILE","features":[52]},{"name":"SPI_GETACCESSTIMEOUT","features":[52]},{"name":"SPI_GETACTIVEWINDOWTRACKING","features":[52]},{"name":"SPI_GETACTIVEWNDTRKTIMEOUT","features":[52]},{"name":"SPI_GETACTIVEWNDTRKZORDER","features":[52]},{"name":"SPI_GETANIMATION","features":[52]},{"name":"SPI_GETAUDIODESCRIPTION","features":[52]},{"name":"SPI_GETBEEP","features":[52]},{"name":"SPI_GETBLOCKSENDINPUTRESETS","features":[52]},{"name":"SPI_GETBORDER","features":[52]},{"name":"SPI_GETCARETBROWSING","features":[52]},{"name":"SPI_GETCARETTIMEOUT","features":[52]},{"name":"SPI_GETCARETWIDTH","features":[52]},{"name":"SPI_GETCLEARTYPE","features":[52]},{"name":"SPI_GETCLIENTAREAANIMATION","features":[52]},{"name":"SPI_GETCOMBOBOXANIMATION","features":[52]},{"name":"SPI_GETCONTACTVISUALIZATION","features":[52]},{"name":"SPI_GETCURSORSHADOW","features":[52]},{"name":"SPI_GETDEFAULTINPUTLANG","features":[52]},{"name":"SPI_GETDESKWALLPAPER","features":[52]},{"name":"SPI_GETDISABLEOVERLAPPEDCONTENT","features":[52]},{"name":"SPI_GETDOCKMOVING","features":[52]},{"name":"SPI_GETDRAGFROMMAXIMIZE","features":[52]},{"name":"SPI_GETDRAGFULLWINDOWS","features":[52]},{"name":"SPI_GETDROPSHADOW","features":[52]},{"name":"SPI_GETFASTTASKSWITCH","features":[52]},{"name":"SPI_GETFILTERKEYS","features":[52]},{"name":"SPI_GETFLATMENU","features":[52]},{"name":"SPI_GETFOCUSBORDERHEIGHT","features":[52]},{"name":"SPI_GETFOCUSBORDERWIDTH","features":[52]},{"name":"SPI_GETFONTSMOOTHING","features":[52]},{"name":"SPI_GETFONTSMOOTHINGCONTRAST","features":[52]},{"name":"SPI_GETFONTSMOOTHINGORIENTATION","features":[52]},{"name":"SPI_GETFONTSMOOTHINGTYPE","features":[52]},{"name":"SPI_GETFOREGROUNDFLASHCOUNT","features":[52]},{"name":"SPI_GETFOREGROUNDLOCKTIMEOUT","features":[52]},{"name":"SPI_GETGESTUREVISUALIZATION","features":[52]},{"name":"SPI_GETGRADIENTCAPTIONS","features":[52]},{"name":"SPI_GETGRIDGRANULARITY","features":[52]},{"name":"SPI_GETHANDEDNESS","features":[52]},{"name":"SPI_GETHIGHCONTRAST","features":[52]},{"name":"SPI_GETHOTTRACKING","features":[52]},{"name":"SPI_GETHUNGAPPTIMEOUT","features":[52]},{"name":"SPI_GETICONMETRICS","features":[52]},{"name":"SPI_GETICONTITLELOGFONT","features":[52]},{"name":"SPI_GETICONTITLEWRAP","features":[52]},{"name":"SPI_GETKEYBOARDCUES","features":[52]},{"name":"SPI_GETKEYBOARDDELAY","features":[52]},{"name":"SPI_GETKEYBOARDPREF","features":[52]},{"name":"SPI_GETKEYBOARDSPEED","features":[52]},{"name":"SPI_GETLISTBOXSMOOTHSCROLLING","features":[52]},{"name":"SPI_GETLOGICALDPIOVERRIDE","features":[52]},{"name":"SPI_GETLOWPOWERACTIVE","features":[52]},{"name":"SPI_GETLOWPOWERTIMEOUT","features":[52]},{"name":"SPI_GETMENUANIMATION","features":[52]},{"name":"SPI_GETMENUDROPALIGNMENT","features":[52]},{"name":"SPI_GETMENUFADE","features":[52]},{"name":"SPI_GETMENURECT","features":[52]},{"name":"SPI_GETMENUSHOWDELAY","features":[52]},{"name":"SPI_GETMENUUNDERLINES","features":[52]},{"name":"SPI_GETMESSAGEDURATION","features":[52]},{"name":"SPI_GETMINIMIZEDMETRICS","features":[52]},{"name":"SPI_GETMINIMUMHITRADIUS","features":[52]},{"name":"SPI_GETMOUSE","features":[52]},{"name":"SPI_GETMOUSECLICKLOCK","features":[52]},{"name":"SPI_GETMOUSECLICKLOCKTIME","features":[52]},{"name":"SPI_GETMOUSEDOCKTHRESHOLD","features":[52]},{"name":"SPI_GETMOUSEDRAGOUTTHRESHOLD","features":[52]},{"name":"SPI_GETMOUSEHOVERHEIGHT","features":[52]},{"name":"SPI_GETMOUSEHOVERTIME","features":[52]},{"name":"SPI_GETMOUSEHOVERWIDTH","features":[52]},{"name":"SPI_GETMOUSEKEYS","features":[52]},{"name":"SPI_GETMOUSESIDEMOVETHRESHOLD","features":[52]},{"name":"SPI_GETMOUSESONAR","features":[52]},{"name":"SPI_GETMOUSESPEED","features":[52]},{"name":"SPI_GETMOUSETRAILS","features":[52]},{"name":"SPI_GETMOUSEVANISH","features":[52]},{"name":"SPI_GETMOUSEWHEELROUTING","features":[52]},{"name":"SPI_GETNONCLIENTMETRICS","features":[52]},{"name":"SPI_GETPENARBITRATIONTYPE","features":[52]},{"name":"SPI_GETPENDOCKTHRESHOLD","features":[52]},{"name":"SPI_GETPENDRAGOUTTHRESHOLD","features":[52]},{"name":"SPI_GETPENSIDEMOVETHRESHOLD","features":[52]},{"name":"SPI_GETPENVISUALIZATION","features":[52]},{"name":"SPI_GETPOWEROFFACTIVE","features":[52]},{"name":"SPI_GETPOWEROFFTIMEOUT","features":[52]},{"name":"SPI_GETSCREENREADER","features":[52]},{"name":"SPI_GETSCREENSAVEACTIVE","features":[52]},{"name":"SPI_GETSCREENSAVERRUNNING","features":[52]},{"name":"SPI_GETSCREENSAVESECURE","features":[52]},{"name":"SPI_GETSCREENSAVETIMEOUT","features":[52]},{"name":"SPI_GETSELECTIONFADE","features":[52]},{"name":"SPI_GETSERIALKEYS","features":[52]},{"name":"SPI_GETSHOWIMEUI","features":[52]},{"name":"SPI_GETSHOWSOUNDS","features":[52]},{"name":"SPI_GETSNAPSIZING","features":[52]},{"name":"SPI_GETSNAPTODEFBUTTON","features":[52]},{"name":"SPI_GETSOUNDSENTRY","features":[52]},{"name":"SPI_GETSPEECHRECOGNITION","features":[52]},{"name":"SPI_GETSTICKYKEYS","features":[52]},{"name":"SPI_GETSYSTEMLANGUAGEBAR","features":[52]},{"name":"SPI_GETTHREADLOCALINPUTSETTINGS","features":[52]},{"name":"SPI_GETTOGGLEKEYS","features":[52]},{"name":"SPI_GETTOOLTIPANIMATION","features":[52]},{"name":"SPI_GETTOOLTIPFADE","features":[52]},{"name":"SPI_GETTOUCHPREDICTIONPARAMETERS","features":[52]},{"name":"SPI_GETUIEFFECTS","features":[52]},{"name":"SPI_GETWAITTOKILLSERVICETIMEOUT","features":[52]},{"name":"SPI_GETWAITTOKILLTIMEOUT","features":[52]},{"name":"SPI_GETWHEELSCROLLCHARS","features":[52]},{"name":"SPI_GETWHEELSCROLLLINES","features":[52]},{"name":"SPI_GETWINARRANGING","features":[52]},{"name":"SPI_GETWINDOWSEXTENSION","features":[52]},{"name":"SPI_GETWORKAREA","features":[52]},{"name":"SPI_ICONHORIZONTALSPACING","features":[52]},{"name":"SPI_ICONVERTICALSPACING","features":[52]},{"name":"SPI_LANGDRIVER","features":[52]},{"name":"SPI_SCREENSAVERRUNNING","features":[52]},{"name":"SPI_SETACCESSTIMEOUT","features":[52]},{"name":"SPI_SETACTIVEWINDOWTRACKING","features":[52]},{"name":"SPI_SETACTIVEWNDTRKTIMEOUT","features":[52]},{"name":"SPI_SETACTIVEWNDTRKZORDER","features":[52]},{"name":"SPI_SETANIMATION","features":[52]},{"name":"SPI_SETAUDIODESCRIPTION","features":[52]},{"name":"SPI_SETBEEP","features":[52]},{"name":"SPI_SETBLOCKSENDINPUTRESETS","features":[52]},{"name":"SPI_SETBORDER","features":[52]},{"name":"SPI_SETCARETBROWSING","features":[52]},{"name":"SPI_SETCARETTIMEOUT","features":[52]},{"name":"SPI_SETCARETWIDTH","features":[52]},{"name":"SPI_SETCLEARTYPE","features":[52]},{"name":"SPI_SETCLIENTAREAANIMATION","features":[52]},{"name":"SPI_SETCOMBOBOXANIMATION","features":[52]},{"name":"SPI_SETCONTACTVISUALIZATION","features":[52]},{"name":"SPI_SETCURSORS","features":[52]},{"name":"SPI_SETCURSORSHADOW","features":[52]},{"name":"SPI_SETDEFAULTINPUTLANG","features":[52]},{"name":"SPI_SETDESKPATTERN","features":[52]},{"name":"SPI_SETDESKWALLPAPER","features":[52]},{"name":"SPI_SETDISABLEOVERLAPPEDCONTENT","features":[52]},{"name":"SPI_SETDOCKMOVING","features":[52]},{"name":"SPI_SETDOUBLECLICKTIME","features":[52]},{"name":"SPI_SETDOUBLECLKHEIGHT","features":[52]},{"name":"SPI_SETDOUBLECLKWIDTH","features":[52]},{"name":"SPI_SETDRAGFROMMAXIMIZE","features":[52]},{"name":"SPI_SETDRAGFULLWINDOWS","features":[52]},{"name":"SPI_SETDRAGHEIGHT","features":[52]},{"name":"SPI_SETDRAGWIDTH","features":[52]},{"name":"SPI_SETDROPSHADOW","features":[52]},{"name":"SPI_SETFASTTASKSWITCH","features":[52]},{"name":"SPI_SETFILTERKEYS","features":[52]},{"name":"SPI_SETFLATMENU","features":[52]},{"name":"SPI_SETFOCUSBORDERHEIGHT","features":[52]},{"name":"SPI_SETFOCUSBORDERWIDTH","features":[52]},{"name":"SPI_SETFONTSMOOTHING","features":[52]},{"name":"SPI_SETFONTSMOOTHINGCONTRAST","features":[52]},{"name":"SPI_SETFONTSMOOTHINGORIENTATION","features":[52]},{"name":"SPI_SETFONTSMOOTHINGTYPE","features":[52]},{"name":"SPI_SETFOREGROUNDFLASHCOUNT","features":[52]},{"name":"SPI_SETFOREGROUNDLOCKTIMEOUT","features":[52]},{"name":"SPI_SETGESTUREVISUALIZATION","features":[52]},{"name":"SPI_SETGRADIENTCAPTIONS","features":[52]},{"name":"SPI_SETGRIDGRANULARITY","features":[52]},{"name":"SPI_SETHANDEDNESS","features":[52]},{"name":"SPI_SETHANDHELD","features":[52]},{"name":"SPI_SETHIGHCONTRAST","features":[52]},{"name":"SPI_SETHOTTRACKING","features":[52]},{"name":"SPI_SETHUNGAPPTIMEOUT","features":[52]},{"name":"SPI_SETICONMETRICS","features":[52]},{"name":"SPI_SETICONS","features":[52]},{"name":"SPI_SETICONTITLELOGFONT","features":[52]},{"name":"SPI_SETICONTITLEWRAP","features":[52]},{"name":"SPI_SETKEYBOARDCUES","features":[52]},{"name":"SPI_SETKEYBOARDDELAY","features":[52]},{"name":"SPI_SETKEYBOARDPREF","features":[52]},{"name":"SPI_SETKEYBOARDSPEED","features":[52]},{"name":"SPI_SETLANGTOGGLE","features":[52]},{"name":"SPI_SETLISTBOXSMOOTHSCROLLING","features":[52]},{"name":"SPI_SETLOGICALDPIOVERRIDE","features":[52]},{"name":"SPI_SETLOWPOWERACTIVE","features":[52]},{"name":"SPI_SETLOWPOWERTIMEOUT","features":[52]},{"name":"SPI_SETMENUANIMATION","features":[52]},{"name":"SPI_SETMENUDROPALIGNMENT","features":[52]},{"name":"SPI_SETMENUFADE","features":[52]},{"name":"SPI_SETMENURECT","features":[52]},{"name":"SPI_SETMENUSHOWDELAY","features":[52]},{"name":"SPI_SETMENUUNDERLINES","features":[52]},{"name":"SPI_SETMESSAGEDURATION","features":[52]},{"name":"SPI_SETMINIMIZEDMETRICS","features":[52]},{"name":"SPI_SETMINIMUMHITRADIUS","features":[52]},{"name":"SPI_SETMOUSE","features":[52]},{"name":"SPI_SETMOUSEBUTTONSWAP","features":[52]},{"name":"SPI_SETMOUSECLICKLOCK","features":[52]},{"name":"SPI_SETMOUSECLICKLOCKTIME","features":[52]},{"name":"SPI_SETMOUSEDOCKTHRESHOLD","features":[52]},{"name":"SPI_SETMOUSEDRAGOUTTHRESHOLD","features":[52]},{"name":"SPI_SETMOUSEHOVERHEIGHT","features":[52]},{"name":"SPI_SETMOUSEHOVERTIME","features":[52]},{"name":"SPI_SETMOUSEHOVERWIDTH","features":[52]},{"name":"SPI_SETMOUSEKEYS","features":[52]},{"name":"SPI_SETMOUSESIDEMOVETHRESHOLD","features":[52]},{"name":"SPI_SETMOUSESONAR","features":[52]},{"name":"SPI_SETMOUSESPEED","features":[52]},{"name":"SPI_SETMOUSETRAILS","features":[52]},{"name":"SPI_SETMOUSEVANISH","features":[52]},{"name":"SPI_SETMOUSEWHEELROUTING","features":[52]},{"name":"SPI_SETNONCLIENTMETRICS","features":[52]},{"name":"SPI_SETPENARBITRATIONTYPE","features":[52]},{"name":"SPI_SETPENDOCKTHRESHOLD","features":[52]},{"name":"SPI_SETPENDRAGOUTTHRESHOLD","features":[52]},{"name":"SPI_SETPENSIDEMOVETHRESHOLD","features":[52]},{"name":"SPI_SETPENVISUALIZATION","features":[52]},{"name":"SPI_SETPENWINDOWS","features":[52]},{"name":"SPI_SETPOWEROFFACTIVE","features":[52]},{"name":"SPI_SETPOWEROFFTIMEOUT","features":[52]},{"name":"SPI_SETSCREENREADER","features":[52]},{"name":"SPI_SETSCREENSAVEACTIVE","features":[52]},{"name":"SPI_SETSCREENSAVERRUNNING","features":[52]},{"name":"SPI_SETSCREENSAVESECURE","features":[52]},{"name":"SPI_SETSCREENSAVETIMEOUT","features":[52]},{"name":"SPI_SETSELECTIONFADE","features":[52]},{"name":"SPI_SETSERIALKEYS","features":[52]},{"name":"SPI_SETSHOWIMEUI","features":[52]},{"name":"SPI_SETSHOWSOUNDS","features":[52]},{"name":"SPI_SETSNAPSIZING","features":[52]},{"name":"SPI_SETSNAPTODEFBUTTON","features":[52]},{"name":"SPI_SETSOUNDSENTRY","features":[52]},{"name":"SPI_SETSPEECHRECOGNITION","features":[52]},{"name":"SPI_SETSTICKYKEYS","features":[52]},{"name":"SPI_SETSYSTEMLANGUAGEBAR","features":[52]},{"name":"SPI_SETTHREADLOCALINPUTSETTINGS","features":[52]},{"name":"SPI_SETTOGGLEKEYS","features":[52]},{"name":"SPI_SETTOOLTIPANIMATION","features":[52]},{"name":"SPI_SETTOOLTIPFADE","features":[52]},{"name":"SPI_SETTOUCHPREDICTIONPARAMETERS","features":[52]},{"name":"SPI_SETUIEFFECTS","features":[52]},{"name":"SPI_SETWAITTOKILLSERVICETIMEOUT","features":[52]},{"name":"SPI_SETWAITTOKILLTIMEOUT","features":[52]},{"name":"SPI_SETWHEELSCROLLCHARS","features":[52]},{"name":"SPI_SETWHEELSCROLLLINES","features":[52]},{"name":"SPI_SETWINARRANGING","features":[52]},{"name":"SPI_SETWORKAREA","features":[52]},{"name":"STATE_SYSTEM_ALERT_HIGH","features":[52]},{"name":"STATE_SYSTEM_ALERT_LOW","features":[52]},{"name":"STATE_SYSTEM_ALERT_MEDIUM","features":[52]},{"name":"STATE_SYSTEM_ANIMATED","features":[52]},{"name":"STATE_SYSTEM_BUSY","features":[52]},{"name":"STATE_SYSTEM_CHECKED","features":[52]},{"name":"STATE_SYSTEM_COLLAPSED","features":[52]},{"name":"STATE_SYSTEM_DEFAULT","features":[52]},{"name":"STATE_SYSTEM_EXPANDED","features":[52]},{"name":"STATE_SYSTEM_EXTSELECTABLE","features":[52]},{"name":"STATE_SYSTEM_FLOATING","features":[52]},{"name":"STATE_SYSTEM_FOCUSED","features":[52]},{"name":"STATE_SYSTEM_HOTTRACKED","features":[52]},{"name":"STATE_SYSTEM_INDETERMINATE","features":[52]},{"name":"STATE_SYSTEM_LINKED","features":[52]},{"name":"STATE_SYSTEM_MARQUEED","features":[52]},{"name":"STATE_SYSTEM_MIXED","features":[52]},{"name":"STATE_SYSTEM_MOVEABLE","features":[52]},{"name":"STATE_SYSTEM_MULTISELECTABLE","features":[52]},{"name":"STATE_SYSTEM_PROTECTED","features":[52]},{"name":"STATE_SYSTEM_READONLY","features":[52]},{"name":"STATE_SYSTEM_SELECTABLE","features":[52]},{"name":"STATE_SYSTEM_SELECTED","features":[52]},{"name":"STATE_SYSTEM_SELFVOICING","features":[52]},{"name":"STATE_SYSTEM_SIZEABLE","features":[52]},{"name":"STATE_SYSTEM_TRAVERSED","features":[52]},{"name":"STATE_SYSTEM_VALID","features":[52]},{"name":"STM_GETICON","features":[52]},{"name":"STM_GETIMAGE","features":[52]},{"name":"STM_MSGMAX","features":[52]},{"name":"STM_SETICON","features":[52]},{"name":"STM_SETIMAGE","features":[52]},{"name":"STN_CLICKED","features":[52]},{"name":"STN_DBLCLK","features":[52]},{"name":"STN_DISABLE","features":[52]},{"name":"STN_ENABLE","features":[52]},{"name":"STRSAFE_E_END_OF_FILE","features":[52]},{"name":"STRSAFE_E_INSUFFICIENT_BUFFER","features":[52]},{"name":"STRSAFE_E_INVALID_PARAMETER","features":[52]},{"name":"STRSAFE_FILL_BEHIND_NULL","features":[52]},{"name":"STRSAFE_FILL_ON_FAILURE","features":[52]},{"name":"STRSAFE_IGNORE_NULLS","features":[52]},{"name":"STRSAFE_MAX_CCH","features":[52]},{"name":"STRSAFE_MAX_LENGTH","features":[52]},{"name":"STRSAFE_NO_TRUNCATION","features":[52]},{"name":"STRSAFE_NULL_ON_FAILURE","features":[52]},{"name":"STRSAFE_USE_SECURE_CRT","features":[52]},{"name":"STYLESTRUCT","features":[52]},{"name":"SWP_ASYNCWINDOWPOS","features":[52]},{"name":"SWP_DEFERERASE","features":[52]},{"name":"SWP_DRAWFRAME","features":[52]},{"name":"SWP_FRAMECHANGED","features":[52]},{"name":"SWP_HIDEWINDOW","features":[52]},{"name":"SWP_NOACTIVATE","features":[52]},{"name":"SWP_NOCOPYBITS","features":[52]},{"name":"SWP_NOMOVE","features":[52]},{"name":"SWP_NOOWNERZORDER","features":[52]},{"name":"SWP_NOREDRAW","features":[52]},{"name":"SWP_NOREPOSITION","features":[52]},{"name":"SWP_NOSENDCHANGING","features":[52]},{"name":"SWP_NOSIZE","features":[52]},{"name":"SWP_NOZORDER","features":[52]},{"name":"SWP_SHOWWINDOW","features":[52]},{"name":"SW_ERASE","features":[52]},{"name":"SW_FORCEMINIMIZE","features":[52]},{"name":"SW_HIDE","features":[52]},{"name":"SW_INVALIDATE","features":[52]},{"name":"SW_MAX","features":[52]},{"name":"SW_MAXIMIZE","features":[52]},{"name":"SW_MINIMIZE","features":[52]},{"name":"SW_NORMAL","features":[52]},{"name":"SW_OTHERUNZOOM","features":[52]},{"name":"SW_OTHERZOOM","features":[52]},{"name":"SW_PARENTCLOSING","features":[52]},{"name":"SW_PARENTOPENING","features":[52]},{"name":"SW_RESTORE","features":[52]},{"name":"SW_SCROLLCHILDREN","features":[52]},{"name":"SW_SHOW","features":[52]},{"name":"SW_SHOWDEFAULT","features":[52]},{"name":"SW_SHOWMAXIMIZED","features":[52]},{"name":"SW_SHOWMINIMIZED","features":[52]},{"name":"SW_SHOWMINNOACTIVE","features":[52]},{"name":"SW_SHOWNA","features":[52]},{"name":"SW_SHOWNOACTIVATE","features":[52]},{"name":"SW_SHOWNORMAL","features":[52]},{"name":"SW_SMOOTHSCROLL","features":[52]},{"name":"SYSTEM_CURSOR_ID","features":[52]},{"name":"SYSTEM_METRICS_INDEX","features":[52]},{"name":"SYSTEM_PARAMETERS_INFO_ACTION","features":[52]},{"name":"SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS","features":[52]},{"name":"ScrollDC","features":[3,14,52]},{"name":"ScrollWindow","features":[3,52]},{"name":"ScrollWindowEx","features":[3,14,52]},{"name":"SendDlgItemMessageA","features":[3,52]},{"name":"SendDlgItemMessageW","features":[3,52]},{"name":"SendMessageA","features":[3,52]},{"name":"SendMessageCallbackA","features":[3,52]},{"name":"SendMessageCallbackW","features":[3,52]},{"name":"SendMessageTimeoutA","features":[3,52]},{"name":"SendMessageTimeoutW","features":[3,52]},{"name":"SendMessageW","features":[3,52]},{"name":"SendNotifyMessageA","features":[3,52]},{"name":"SendNotifyMessageW","features":[3,52]},{"name":"SetAdditionalForegroundBoostProcesses","features":[3,52]},{"name":"SetCaretBlinkTime","features":[3,52]},{"name":"SetCaretPos","features":[3,52]},{"name":"SetClassLongA","features":[3,52]},{"name":"SetClassLongPtrA","features":[3,52]},{"name":"SetClassLongPtrW","features":[3,52]},{"name":"SetClassLongW","features":[3,52]},{"name":"SetClassWord","features":[3,52]},{"name":"SetCoalescableTimer","features":[3,52]},{"name":"SetCursor","features":[52]},{"name":"SetCursorPos","features":[3,52]},{"name":"SetDebugErrorLevel","features":[52]},{"name":"SetDlgItemInt","features":[3,52]},{"name":"SetDlgItemTextA","features":[3,52]},{"name":"SetDlgItemTextW","features":[3,52]},{"name":"SetForegroundWindow","features":[3,52]},{"name":"SetLayeredWindowAttributes","features":[3,52]},{"name":"SetMenu","features":[3,52]},{"name":"SetMenuDefaultItem","features":[3,52]},{"name":"SetMenuInfo","features":[3,14,52]},{"name":"SetMenuItemBitmaps","features":[3,14,52]},{"name":"SetMenuItemInfoA","features":[3,14,52]},{"name":"SetMenuItemInfoW","features":[3,14,52]},{"name":"SetMessageExtraInfo","features":[3,52]},{"name":"SetMessageQueue","features":[3,52]},{"name":"SetParent","features":[3,52]},{"name":"SetPhysicalCursorPos","features":[3,52]},{"name":"SetProcessDPIAware","features":[3,52]},{"name":"SetProcessDefaultLayout","features":[3,52]},{"name":"SetPropA","features":[3,52]},{"name":"SetPropW","features":[3,52]},{"name":"SetSystemCursor","features":[3,52]},{"name":"SetTimer","features":[3,52]},{"name":"SetWindowDisplayAffinity","features":[3,52]},{"name":"SetWindowLongA","features":[3,52]},{"name":"SetWindowLongPtrA","features":[3,52]},{"name":"SetWindowLongPtrW","features":[3,52]},{"name":"SetWindowLongW","features":[3,52]},{"name":"SetWindowPlacement","features":[3,52]},{"name":"SetWindowPos","features":[3,52]},{"name":"SetWindowTextA","features":[3,52]},{"name":"SetWindowTextW","features":[3,52]},{"name":"SetWindowWord","features":[3,52]},{"name":"SetWindowsHookA","features":[3,52]},{"name":"SetWindowsHookExA","features":[3,52]},{"name":"SetWindowsHookExW","features":[3,52]},{"name":"SetWindowsHookW","features":[3,52]},{"name":"ShowCaret","features":[3,52]},{"name":"ShowCursor","features":[3,52]},{"name":"ShowOwnedPopups","features":[3,52]},{"name":"ShowWindow","features":[3,52]},{"name":"ShowWindowAsync","features":[3,52]},{"name":"SoundSentry","features":[3,52]},{"name":"SwitchToThisWindow","features":[3,52]},{"name":"SystemParametersInfoA","features":[3,52]},{"name":"SystemParametersInfoW","features":[3,52]},{"name":"TDF_REGISTER","features":[52]},{"name":"TDF_UNREGISTER","features":[52]},{"name":"TILE_WINDOWS_HOW","features":[52]},{"name":"TIMERPROC","features":[3,52]},{"name":"TIMERV_COALESCING_MAX","features":[52]},{"name":"TIMERV_COALESCING_MIN","features":[52]},{"name":"TIMERV_DEFAULT_COALESCING","features":[52]},{"name":"TIMERV_NO_COALESCING","features":[52]},{"name":"TITLEBARINFO","features":[3,52]},{"name":"TITLEBARINFOEX","features":[3,52]},{"name":"TKF_AVAILABLE","features":[52]},{"name":"TKF_CONFIRMHOTKEY","features":[52]},{"name":"TKF_HOTKEYACTIVE","features":[52]},{"name":"TKF_HOTKEYSOUND","features":[52]},{"name":"TKF_INDICATOR","features":[52]},{"name":"TKF_TOGGLEKEYSON","features":[52]},{"name":"TOOLTIP_DISMISS_FLAGS","features":[52]},{"name":"TOUCHPREDICTIONPARAMETERS","features":[52]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_LATENCY","features":[52]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_DELTA","features":[52]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_EXPO_SMOOTH_ALPHA","features":[52]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_LEARNING_RATE","features":[52]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_MAX","features":[52]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_MIN","features":[52]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_SAMPLETIME","features":[52]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_USE_HW_TIMESTAMP","features":[52]},{"name":"TOUCH_FLAG_NONE","features":[52]},{"name":"TOUCH_HIT_TESTING_CLIENT","features":[52]},{"name":"TOUCH_HIT_TESTING_DEFAULT","features":[52]},{"name":"TOUCH_HIT_TESTING_NONE","features":[52]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_CLOSEST","features":[52]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_FARTHEST","features":[52]},{"name":"TOUCH_MASK_CONTACTAREA","features":[52]},{"name":"TOUCH_MASK_NONE","features":[52]},{"name":"TOUCH_MASK_ORIENTATION","features":[52]},{"name":"TOUCH_MASK_PRESSURE","features":[52]},{"name":"TPMPARAMS","features":[3,52]},{"name":"TPM_BOTTOMALIGN","features":[52]},{"name":"TPM_CENTERALIGN","features":[52]},{"name":"TPM_HORIZONTAL","features":[52]},{"name":"TPM_HORNEGANIMATION","features":[52]},{"name":"TPM_HORPOSANIMATION","features":[52]},{"name":"TPM_LAYOUTRTL","features":[52]},{"name":"TPM_LEFTALIGN","features":[52]},{"name":"TPM_LEFTBUTTON","features":[52]},{"name":"TPM_NOANIMATION","features":[52]},{"name":"TPM_NONOTIFY","features":[52]},{"name":"TPM_RECURSE","features":[52]},{"name":"TPM_RETURNCMD","features":[52]},{"name":"TPM_RIGHTALIGN","features":[52]},{"name":"TPM_RIGHTBUTTON","features":[52]},{"name":"TPM_TOPALIGN","features":[52]},{"name":"TPM_VCENTERALIGN","features":[52]},{"name":"TPM_VERNEGANIMATION","features":[52]},{"name":"TPM_VERPOSANIMATION","features":[52]},{"name":"TPM_VERTICAL","features":[52]},{"name":"TPM_WORKAREA","features":[52]},{"name":"TRACK_POPUP_MENU_FLAGS","features":[52]},{"name":"TileWindows","features":[3,52]},{"name":"TrackPopupMenu","features":[3,52]},{"name":"TrackPopupMenuEx","features":[3,52]},{"name":"TranslateAcceleratorA","features":[3,52]},{"name":"TranslateAcceleratorW","features":[3,52]},{"name":"TranslateMDISysAccel","features":[3,52]},{"name":"TranslateMessage","features":[3,52]},{"name":"UISF_ACTIVE","features":[52]},{"name":"UISF_HIDEACCEL","features":[52]},{"name":"UISF_HIDEFOCUS","features":[52]},{"name":"UIS_CLEAR","features":[52]},{"name":"UIS_INITIALIZE","features":[52]},{"name":"UIS_SET","features":[52]},{"name":"ULW_ALPHA","features":[52]},{"name":"ULW_COLORKEY","features":[52]},{"name":"ULW_EX_NORESIZE","features":[52]},{"name":"ULW_OPAQUE","features":[52]},{"name":"UNICODE_NOCHAR","features":[52]},{"name":"UOI_TIMERPROC_EXCEPTION_SUPPRESSION","features":[52]},{"name":"UPDATELAYEREDWINDOWINFO","features":[3,14,52]},{"name":"UPDATE_LAYERED_WINDOW_FLAGS","features":[52]},{"name":"USER_DEFAULT_SCREEN_DPI","features":[52]},{"name":"USER_TIMER_MAXIMUM","features":[52]},{"name":"USER_TIMER_MINIMUM","features":[52]},{"name":"UnhookWindowsHook","features":[3,52]},{"name":"UnhookWindowsHookEx","features":[3,52]},{"name":"UnregisterClassA","features":[3,52]},{"name":"UnregisterClassW","features":[3,52]},{"name":"UnregisterDeviceNotification","features":[3,52]},{"name":"UpdateLayeredWindow","features":[3,14,52]},{"name":"UpdateLayeredWindowIndirect","features":[3,14,52]},{"name":"VolLockBroadcast","features":[52]},{"name":"WA_ACTIVE","features":[52]},{"name":"WA_CLICKACTIVE","features":[52]},{"name":"WA_INACTIVE","features":[52]},{"name":"WDA_EXCLUDEFROMCAPTURE","features":[52]},{"name":"WDA_MONITOR","features":[52]},{"name":"WDA_NONE","features":[52]},{"name":"WHEEL_DELTA","features":[52]},{"name":"WH_CALLWNDPROC","features":[52]},{"name":"WH_CALLWNDPROCRET","features":[52]},{"name":"WH_CBT","features":[52]},{"name":"WH_DEBUG","features":[52]},{"name":"WH_FOREGROUNDIDLE","features":[52]},{"name":"WH_GETMESSAGE","features":[52]},{"name":"WH_HARDWARE","features":[52]},{"name":"WH_JOURNALPLAYBACK","features":[52]},{"name":"WH_JOURNALRECORD","features":[52]},{"name":"WH_KEYBOARD","features":[52]},{"name":"WH_KEYBOARD_LL","features":[52]},{"name":"WH_MAX","features":[52]},{"name":"WH_MAXHOOK","features":[52]},{"name":"WH_MIN","features":[52]},{"name":"WH_MINHOOK","features":[52]},{"name":"WH_MOUSE","features":[52]},{"name":"WH_MOUSE_LL","features":[52]},{"name":"WH_MSGFILTER","features":[52]},{"name":"WH_SHELL","features":[52]},{"name":"WH_SYSMSGFILTER","features":[52]},{"name":"WINDOWINFO","features":[3,52]},{"name":"WINDOWPLACEMENT","features":[3,52]},{"name":"WINDOWPLACEMENT_FLAGS","features":[52]},{"name":"WINDOWPOS","features":[3,52]},{"name":"WINDOWS_HOOK_ID","features":[52]},{"name":"WINDOW_DISPLAY_AFFINITY","features":[52]},{"name":"WINDOW_EX_STYLE","features":[52]},{"name":"WINDOW_LONG_PTR_INDEX","features":[52]},{"name":"WINDOW_MESSAGE_FILTER_ACTION","features":[52]},{"name":"WINDOW_STYLE","features":[52]},{"name":"WINEVENT_INCONTEXT","features":[52]},{"name":"WINEVENT_OUTOFCONTEXT","features":[52]},{"name":"WINEVENT_SKIPOWNPROCESS","features":[52]},{"name":"WINEVENT_SKIPOWNTHREAD","features":[52]},{"name":"WINSTA_ACCESSCLIPBOARD","features":[52]},{"name":"WINSTA_ACCESSGLOBALATOMS","features":[52]},{"name":"WINSTA_ALL_ACCESS","features":[52]},{"name":"WINSTA_CREATEDESKTOP","features":[52]},{"name":"WINSTA_ENUMDESKTOPS","features":[52]},{"name":"WINSTA_ENUMERATE","features":[52]},{"name":"WINSTA_EXITWINDOWS","features":[52]},{"name":"WINSTA_READATTRIBUTES","features":[52]},{"name":"WINSTA_READSCREEN","features":[52]},{"name":"WINSTA_WRITEATTRIBUTES","features":[52]},{"name":"WMSZ_BOTTOM","features":[52]},{"name":"WMSZ_BOTTOMLEFT","features":[52]},{"name":"WMSZ_BOTTOMRIGHT","features":[52]},{"name":"WMSZ_LEFT","features":[52]},{"name":"WMSZ_RIGHT","features":[52]},{"name":"WMSZ_TOP","features":[52]},{"name":"WMSZ_TOPLEFT","features":[52]},{"name":"WMSZ_TOPRIGHT","features":[52]},{"name":"WM_ACTIVATE","features":[52]},{"name":"WM_ACTIVATEAPP","features":[52]},{"name":"WM_AFXFIRST","features":[52]},{"name":"WM_AFXLAST","features":[52]},{"name":"WM_APP","features":[52]},{"name":"WM_APPCOMMAND","features":[52]},{"name":"WM_ASKCBFORMATNAME","features":[52]},{"name":"WM_CANCELJOURNAL","features":[52]},{"name":"WM_CANCELMODE","features":[52]},{"name":"WM_CAPTURECHANGED","features":[52]},{"name":"WM_CHANGECBCHAIN","features":[52]},{"name":"WM_CHANGEUISTATE","features":[52]},{"name":"WM_CHAR","features":[52]},{"name":"WM_CHARTOITEM","features":[52]},{"name":"WM_CHILDACTIVATE","features":[52]},{"name":"WM_CLEAR","features":[52]},{"name":"WM_CLIPBOARDUPDATE","features":[52]},{"name":"WM_CLOSE","features":[52]},{"name":"WM_COMMAND","features":[52]},{"name":"WM_COMMNOTIFY","features":[52]},{"name":"WM_COMPACTING","features":[52]},{"name":"WM_COMPAREITEM","features":[52]},{"name":"WM_CONTEXTMENU","features":[52]},{"name":"WM_COPY","features":[52]},{"name":"WM_COPYDATA","features":[52]},{"name":"WM_CREATE","features":[52]},{"name":"WM_CTLCOLORBTN","features":[52]},{"name":"WM_CTLCOLORDLG","features":[52]},{"name":"WM_CTLCOLOREDIT","features":[52]},{"name":"WM_CTLCOLORLISTBOX","features":[52]},{"name":"WM_CTLCOLORMSGBOX","features":[52]},{"name":"WM_CTLCOLORSCROLLBAR","features":[52]},{"name":"WM_CTLCOLORSTATIC","features":[52]},{"name":"WM_CUT","features":[52]},{"name":"WM_DEADCHAR","features":[52]},{"name":"WM_DELETEITEM","features":[52]},{"name":"WM_DESTROY","features":[52]},{"name":"WM_DESTROYCLIPBOARD","features":[52]},{"name":"WM_DEVICECHANGE","features":[52]},{"name":"WM_DEVMODECHANGE","features":[52]},{"name":"WM_DISPLAYCHANGE","features":[52]},{"name":"WM_DPICHANGED","features":[52]},{"name":"WM_DPICHANGED_AFTERPARENT","features":[52]},{"name":"WM_DPICHANGED_BEFOREPARENT","features":[52]},{"name":"WM_DRAWCLIPBOARD","features":[52]},{"name":"WM_DRAWITEM","features":[52]},{"name":"WM_DROPFILES","features":[52]},{"name":"WM_DWMCOLORIZATIONCOLORCHANGED","features":[52]},{"name":"WM_DWMCOMPOSITIONCHANGED","features":[52]},{"name":"WM_DWMNCRENDERINGCHANGED","features":[52]},{"name":"WM_DWMSENDICONICLIVEPREVIEWBITMAP","features":[52]},{"name":"WM_DWMSENDICONICTHUMBNAIL","features":[52]},{"name":"WM_DWMWINDOWMAXIMIZEDCHANGE","features":[52]},{"name":"WM_ENABLE","features":[52]},{"name":"WM_ENDSESSION","features":[52]},{"name":"WM_ENTERIDLE","features":[52]},{"name":"WM_ENTERMENULOOP","features":[52]},{"name":"WM_ENTERSIZEMOVE","features":[52]},{"name":"WM_ERASEBKGND","features":[52]},{"name":"WM_EXITMENULOOP","features":[52]},{"name":"WM_EXITSIZEMOVE","features":[52]},{"name":"WM_FONTCHANGE","features":[52]},{"name":"WM_GESTURE","features":[52]},{"name":"WM_GESTURENOTIFY","features":[52]},{"name":"WM_GETDLGCODE","features":[52]},{"name":"WM_GETDPISCALEDSIZE","features":[52]},{"name":"WM_GETFONT","features":[52]},{"name":"WM_GETHOTKEY","features":[52]},{"name":"WM_GETICON","features":[52]},{"name":"WM_GETMINMAXINFO","features":[52]},{"name":"WM_GETOBJECT","features":[52]},{"name":"WM_GETTEXT","features":[52]},{"name":"WM_GETTEXTLENGTH","features":[52]},{"name":"WM_GETTITLEBARINFOEX","features":[52]},{"name":"WM_HANDHELDFIRST","features":[52]},{"name":"WM_HANDHELDLAST","features":[52]},{"name":"WM_HELP","features":[52]},{"name":"WM_HOTKEY","features":[52]},{"name":"WM_HSCROLL","features":[52]},{"name":"WM_HSCROLLCLIPBOARD","features":[52]},{"name":"WM_ICONERASEBKGND","features":[52]},{"name":"WM_IME_CHAR","features":[52]},{"name":"WM_IME_COMPOSITION","features":[52]},{"name":"WM_IME_COMPOSITIONFULL","features":[52]},{"name":"WM_IME_CONTROL","features":[52]},{"name":"WM_IME_ENDCOMPOSITION","features":[52]},{"name":"WM_IME_KEYDOWN","features":[52]},{"name":"WM_IME_KEYLAST","features":[52]},{"name":"WM_IME_KEYUP","features":[52]},{"name":"WM_IME_NOTIFY","features":[52]},{"name":"WM_IME_REQUEST","features":[52]},{"name":"WM_IME_SELECT","features":[52]},{"name":"WM_IME_SETCONTEXT","features":[52]},{"name":"WM_IME_STARTCOMPOSITION","features":[52]},{"name":"WM_INITDIALOG","features":[52]},{"name":"WM_INITMENU","features":[52]},{"name":"WM_INITMENUPOPUP","features":[52]},{"name":"WM_INPUT","features":[52]},{"name":"WM_INPUTLANGCHANGE","features":[52]},{"name":"WM_INPUTLANGCHANGEREQUEST","features":[52]},{"name":"WM_INPUT_DEVICE_CHANGE","features":[52]},{"name":"WM_KEYDOWN","features":[52]},{"name":"WM_KEYFIRST","features":[52]},{"name":"WM_KEYLAST","features":[52]},{"name":"WM_KEYUP","features":[52]},{"name":"WM_KILLFOCUS","features":[52]},{"name":"WM_LBUTTONDBLCLK","features":[52]},{"name":"WM_LBUTTONDOWN","features":[52]},{"name":"WM_LBUTTONUP","features":[52]},{"name":"WM_MBUTTONDBLCLK","features":[52]},{"name":"WM_MBUTTONDOWN","features":[52]},{"name":"WM_MBUTTONUP","features":[52]},{"name":"WM_MDIACTIVATE","features":[52]},{"name":"WM_MDICASCADE","features":[52]},{"name":"WM_MDICREATE","features":[52]},{"name":"WM_MDIDESTROY","features":[52]},{"name":"WM_MDIGETACTIVE","features":[52]},{"name":"WM_MDIICONARRANGE","features":[52]},{"name":"WM_MDIMAXIMIZE","features":[52]},{"name":"WM_MDINEXT","features":[52]},{"name":"WM_MDIREFRESHMENU","features":[52]},{"name":"WM_MDIRESTORE","features":[52]},{"name":"WM_MDISETMENU","features":[52]},{"name":"WM_MDITILE","features":[52]},{"name":"WM_MEASUREITEM","features":[52]},{"name":"WM_MENUCHAR","features":[52]},{"name":"WM_MENUCOMMAND","features":[52]},{"name":"WM_MENUDRAG","features":[52]},{"name":"WM_MENUGETOBJECT","features":[52]},{"name":"WM_MENURBUTTONUP","features":[52]},{"name":"WM_MENUSELECT","features":[52]},{"name":"WM_MOUSEACTIVATE","features":[52]},{"name":"WM_MOUSEFIRST","features":[52]},{"name":"WM_MOUSEHWHEEL","features":[52]},{"name":"WM_MOUSELAST","features":[52]},{"name":"WM_MOUSEMOVE","features":[52]},{"name":"WM_MOUSEWHEEL","features":[52]},{"name":"WM_MOVE","features":[52]},{"name":"WM_MOVING","features":[52]},{"name":"WM_NCACTIVATE","features":[52]},{"name":"WM_NCCALCSIZE","features":[52]},{"name":"WM_NCCREATE","features":[52]},{"name":"WM_NCDESTROY","features":[52]},{"name":"WM_NCHITTEST","features":[52]},{"name":"WM_NCLBUTTONDBLCLK","features":[52]},{"name":"WM_NCLBUTTONDOWN","features":[52]},{"name":"WM_NCLBUTTONUP","features":[52]},{"name":"WM_NCMBUTTONDBLCLK","features":[52]},{"name":"WM_NCMBUTTONDOWN","features":[52]},{"name":"WM_NCMBUTTONUP","features":[52]},{"name":"WM_NCMOUSEHOVER","features":[52]},{"name":"WM_NCMOUSELEAVE","features":[52]},{"name":"WM_NCMOUSEMOVE","features":[52]},{"name":"WM_NCPAINT","features":[52]},{"name":"WM_NCPOINTERDOWN","features":[52]},{"name":"WM_NCPOINTERUP","features":[52]},{"name":"WM_NCPOINTERUPDATE","features":[52]},{"name":"WM_NCRBUTTONDBLCLK","features":[52]},{"name":"WM_NCRBUTTONDOWN","features":[52]},{"name":"WM_NCRBUTTONUP","features":[52]},{"name":"WM_NCXBUTTONDBLCLK","features":[52]},{"name":"WM_NCXBUTTONDOWN","features":[52]},{"name":"WM_NCXBUTTONUP","features":[52]},{"name":"WM_NEXTDLGCTL","features":[52]},{"name":"WM_NEXTMENU","features":[52]},{"name":"WM_NOTIFY","features":[52]},{"name":"WM_NOTIFYFORMAT","features":[52]},{"name":"WM_NULL","features":[52]},{"name":"WM_PAINT","features":[52]},{"name":"WM_PAINTCLIPBOARD","features":[52]},{"name":"WM_PAINTICON","features":[52]},{"name":"WM_PALETTECHANGED","features":[52]},{"name":"WM_PALETTEISCHANGING","features":[52]},{"name":"WM_PARENTNOTIFY","features":[52]},{"name":"WM_PASTE","features":[52]},{"name":"WM_PENWINFIRST","features":[52]},{"name":"WM_PENWINLAST","features":[52]},{"name":"WM_POINTERACTIVATE","features":[52]},{"name":"WM_POINTERCAPTURECHANGED","features":[52]},{"name":"WM_POINTERDEVICECHANGE","features":[52]},{"name":"WM_POINTERDEVICEINRANGE","features":[52]},{"name":"WM_POINTERDEVICEOUTOFRANGE","features":[52]},{"name":"WM_POINTERDOWN","features":[52]},{"name":"WM_POINTERENTER","features":[52]},{"name":"WM_POINTERHWHEEL","features":[52]},{"name":"WM_POINTERLEAVE","features":[52]},{"name":"WM_POINTERROUTEDAWAY","features":[52]},{"name":"WM_POINTERROUTEDRELEASED","features":[52]},{"name":"WM_POINTERROUTEDTO","features":[52]},{"name":"WM_POINTERUP","features":[52]},{"name":"WM_POINTERUPDATE","features":[52]},{"name":"WM_POINTERWHEEL","features":[52]},{"name":"WM_POWER","features":[52]},{"name":"WM_POWERBROADCAST","features":[52]},{"name":"WM_PRINT","features":[52]},{"name":"WM_PRINTCLIENT","features":[52]},{"name":"WM_QUERYDRAGICON","features":[52]},{"name":"WM_QUERYENDSESSION","features":[52]},{"name":"WM_QUERYNEWPALETTE","features":[52]},{"name":"WM_QUERYOPEN","features":[52]},{"name":"WM_QUERYUISTATE","features":[52]},{"name":"WM_QUEUESYNC","features":[52]},{"name":"WM_QUIT","features":[52]},{"name":"WM_RBUTTONDBLCLK","features":[52]},{"name":"WM_RBUTTONDOWN","features":[52]},{"name":"WM_RBUTTONUP","features":[52]},{"name":"WM_RENDERALLFORMATS","features":[52]},{"name":"WM_RENDERFORMAT","features":[52]},{"name":"WM_SETCURSOR","features":[52]},{"name":"WM_SETFOCUS","features":[52]},{"name":"WM_SETFONT","features":[52]},{"name":"WM_SETHOTKEY","features":[52]},{"name":"WM_SETICON","features":[52]},{"name":"WM_SETREDRAW","features":[52]},{"name":"WM_SETTEXT","features":[52]},{"name":"WM_SETTINGCHANGE","features":[52]},{"name":"WM_SHOWWINDOW","features":[52]},{"name":"WM_SIZE","features":[52]},{"name":"WM_SIZECLIPBOARD","features":[52]},{"name":"WM_SIZING","features":[52]},{"name":"WM_SPOOLERSTATUS","features":[52]},{"name":"WM_STYLECHANGED","features":[52]},{"name":"WM_STYLECHANGING","features":[52]},{"name":"WM_SYNCPAINT","features":[52]},{"name":"WM_SYSCHAR","features":[52]},{"name":"WM_SYSCOLORCHANGE","features":[52]},{"name":"WM_SYSCOMMAND","features":[52]},{"name":"WM_SYSDEADCHAR","features":[52]},{"name":"WM_SYSKEYDOWN","features":[52]},{"name":"WM_SYSKEYUP","features":[52]},{"name":"WM_TABLET_FIRST","features":[52]},{"name":"WM_TABLET_LAST","features":[52]},{"name":"WM_TCARD","features":[52]},{"name":"WM_THEMECHANGED","features":[52]},{"name":"WM_TIMECHANGE","features":[52]},{"name":"WM_TIMER","features":[52]},{"name":"WM_TOOLTIPDISMISS","features":[52]},{"name":"WM_TOUCH","features":[52]},{"name":"WM_TOUCHHITTESTING","features":[52]},{"name":"WM_UNDO","features":[52]},{"name":"WM_UNICHAR","features":[52]},{"name":"WM_UNINITMENUPOPUP","features":[52]},{"name":"WM_UPDATEUISTATE","features":[52]},{"name":"WM_USER","features":[52]},{"name":"WM_USERCHANGED","features":[52]},{"name":"WM_VKEYTOITEM","features":[52]},{"name":"WM_VSCROLL","features":[52]},{"name":"WM_VSCROLLCLIPBOARD","features":[52]},{"name":"WM_WINDOWPOSCHANGED","features":[52]},{"name":"WM_WINDOWPOSCHANGING","features":[52]},{"name":"WM_WININICHANGE","features":[52]},{"name":"WM_WTSSESSION_CHANGE","features":[52]},{"name":"WM_XBUTTONDBLCLK","features":[52]},{"name":"WM_XBUTTONDOWN","features":[52]},{"name":"WM_XBUTTONUP","features":[52]},{"name":"WNDCLASSA","features":[3,14,52]},{"name":"WNDCLASSEXA","features":[3,14,52]},{"name":"WNDCLASSEXW","features":[3,14,52]},{"name":"WNDCLASSW","features":[3,14,52]},{"name":"WNDCLASS_STYLES","features":[52]},{"name":"WNDENUMPROC","features":[3,52]},{"name":"WNDPROC","features":[3,52]},{"name":"WPF_ASYNCWINDOWPLACEMENT","features":[52]},{"name":"WPF_RESTORETOMAXIMIZED","features":[52]},{"name":"WPF_SETMINPOSITION","features":[52]},{"name":"WSF_VISIBLE","features":[52]},{"name":"WS_ACTIVECAPTION","features":[52]},{"name":"WS_BORDER","features":[52]},{"name":"WS_CAPTION","features":[52]},{"name":"WS_CHILD","features":[52]},{"name":"WS_CHILDWINDOW","features":[52]},{"name":"WS_CLIPCHILDREN","features":[52]},{"name":"WS_CLIPSIBLINGS","features":[52]},{"name":"WS_DISABLED","features":[52]},{"name":"WS_DLGFRAME","features":[52]},{"name":"WS_EX_ACCEPTFILES","features":[52]},{"name":"WS_EX_APPWINDOW","features":[52]},{"name":"WS_EX_CLIENTEDGE","features":[52]},{"name":"WS_EX_COMPOSITED","features":[52]},{"name":"WS_EX_CONTEXTHELP","features":[52]},{"name":"WS_EX_CONTROLPARENT","features":[52]},{"name":"WS_EX_DLGMODALFRAME","features":[52]},{"name":"WS_EX_LAYERED","features":[52]},{"name":"WS_EX_LAYOUTRTL","features":[52]},{"name":"WS_EX_LEFT","features":[52]},{"name":"WS_EX_LEFTSCROLLBAR","features":[52]},{"name":"WS_EX_LTRREADING","features":[52]},{"name":"WS_EX_MDICHILD","features":[52]},{"name":"WS_EX_NOACTIVATE","features":[52]},{"name":"WS_EX_NOINHERITLAYOUT","features":[52]},{"name":"WS_EX_NOPARENTNOTIFY","features":[52]},{"name":"WS_EX_NOREDIRECTIONBITMAP","features":[52]},{"name":"WS_EX_OVERLAPPEDWINDOW","features":[52]},{"name":"WS_EX_PALETTEWINDOW","features":[52]},{"name":"WS_EX_RIGHT","features":[52]},{"name":"WS_EX_RIGHTSCROLLBAR","features":[52]},{"name":"WS_EX_RTLREADING","features":[52]},{"name":"WS_EX_STATICEDGE","features":[52]},{"name":"WS_EX_TOOLWINDOW","features":[52]},{"name":"WS_EX_TOPMOST","features":[52]},{"name":"WS_EX_TRANSPARENT","features":[52]},{"name":"WS_EX_WINDOWEDGE","features":[52]},{"name":"WS_GROUP","features":[52]},{"name":"WS_HSCROLL","features":[52]},{"name":"WS_ICONIC","features":[52]},{"name":"WS_MAXIMIZE","features":[52]},{"name":"WS_MAXIMIZEBOX","features":[52]},{"name":"WS_MINIMIZE","features":[52]},{"name":"WS_MINIMIZEBOX","features":[52]},{"name":"WS_OVERLAPPED","features":[52]},{"name":"WS_OVERLAPPEDWINDOW","features":[52]},{"name":"WS_POPUP","features":[52]},{"name":"WS_POPUPWINDOW","features":[52]},{"name":"WS_SIZEBOX","features":[52]},{"name":"WS_SYSMENU","features":[52]},{"name":"WS_TABSTOP","features":[52]},{"name":"WS_THICKFRAME","features":[52]},{"name":"WS_TILED","features":[52]},{"name":"WS_TILEDWINDOW","features":[52]},{"name":"WS_VISIBLE","features":[52]},{"name":"WS_VSCROLL","features":[52]},{"name":"WTS_CONSOLE_CONNECT","features":[52]},{"name":"WTS_CONSOLE_DISCONNECT","features":[52]},{"name":"WTS_REMOTE_CONNECT","features":[52]},{"name":"WTS_REMOTE_DISCONNECT","features":[52]},{"name":"WTS_SESSION_CREATE","features":[52]},{"name":"WTS_SESSION_LOCK","features":[52]},{"name":"WTS_SESSION_LOGOFF","features":[52]},{"name":"WTS_SESSION_LOGON","features":[52]},{"name":"WTS_SESSION_REMOTE_CONTROL","features":[52]},{"name":"WTS_SESSION_TERMINATE","features":[52]},{"name":"WTS_SESSION_UNLOCK","features":[52]},{"name":"WVR_ALIGNBOTTOM","features":[52]},{"name":"WVR_ALIGNLEFT","features":[52]},{"name":"WVR_ALIGNRIGHT","features":[52]},{"name":"WVR_ALIGNTOP","features":[52]},{"name":"WVR_HREDRAW","features":[52]},{"name":"WVR_REDRAW","features":[52]},{"name":"WVR_VALIDRECTS","features":[52]},{"name":"WVR_VREDRAW","features":[52]},{"name":"WaitMessage","features":[3,52]},{"name":"WindowFromPhysicalPoint","features":[3,52]},{"name":"WindowFromPoint","features":[3,52]},{"name":"XBUTTON1","features":[52]},{"name":"XBUTTON2","features":[52]},{"name":"_DEV_BROADCAST_HEADER","features":[52]},{"name":"_DEV_BROADCAST_USERDEFINED","features":[52]},{"name":"__WARNING_BANNED_API_USAGE","features":[52]},{"name":"__WARNING_CYCLOMATIC_COMPLEXITY","features":[52]},{"name":"__WARNING_DEREF_NULL_PTR","features":[52]},{"name":"__WARNING_HIGH_PRIORITY_OVERFLOW_POSTCONDITION","features":[52]},{"name":"__WARNING_INCORRECT_ANNOTATION","features":[52]},{"name":"__WARNING_INVALID_PARAM_VALUE_1","features":[52]},{"name":"__WARNING_INVALID_PARAM_VALUE_3","features":[52]},{"name":"__WARNING_MISSING_ZERO_TERMINATION2","features":[52]},{"name":"__WARNING_POSTCONDITION_NULLTERMINATION_VIOLATION","features":[52]},{"name":"__WARNING_POST_EXPECTED","features":[52]},{"name":"__WARNING_POTENTIAL_BUFFER_OVERFLOW_HIGH_PRIORITY","features":[52]},{"name":"__WARNING_POTENTIAL_RANGE_POSTCONDITION_VIOLATION","features":[52]},{"name":"__WARNING_PRECONDITION_NULLTERMINATION_VIOLATION","features":[52]},{"name":"__WARNING_RANGE_POSTCONDITION_VIOLATION","features":[52]},{"name":"__WARNING_RETURNING_BAD_RESULT","features":[52]},{"name":"__WARNING_RETURN_UNINIT_VAR","features":[52]},{"name":"__WARNING_USING_UNINIT_VAR","features":[52]},{"name":"wsprintfA","features":[52]},{"name":"wsprintfW","features":[52]},{"name":"wvsprintfA","features":[52]},{"name":"wvsprintfW","features":[52]}],"678":[{"name":"ADDRESSBAND","features":[223]},{"name":"ADDURL_ADDTOCACHE","features":[223]},{"name":"ADDURL_ADDTOHISTORYANDCACHE","features":[223]},{"name":"ADDURL_FIRST","features":[223]},{"name":"ADDURL_FLAG","features":[223]},{"name":"ADDURL_Max","features":[223]},{"name":"ActivityContentCount","features":[223]},{"name":"ActivityContentDocument","features":[223]},{"name":"ActivityContentLink","features":[223]},{"name":"ActivityContentNone","features":[223]},{"name":"ActivityContentSelection","features":[223]},{"name":"AnchorClick","features":[223]},{"name":"CATID_MSOfficeAntiVirus","features":[223]},{"name":"CDeviceRect","features":[223]},{"name":"CDownloadBehavior","features":[223]},{"name":"CHeaderFooter","features":[223]},{"name":"CLayoutRect","features":[223]},{"name":"COLOR_NO_TRANSPARENT","features":[223]},{"name":"CPersistDataPeer","features":[223]},{"name":"CPersistHistory","features":[223]},{"name":"CPersistShortcut","features":[223]},{"name":"CPersistSnapshot","features":[223]},{"name":"CPersistUserData","features":[223]},{"name":"CoDitherToRGB8","features":[223]},{"name":"CoMapMIMEToCLSID","features":[223]},{"name":"CoSniffStream","features":[223]},{"name":"ComputeInvCMAP","features":[14,223]},{"name":"CreateDDrawSurfaceOnDIB","features":[14,223]},{"name":"CreateMIMEMap","features":[223]},{"name":"DISPID_ACTIVEXFILTERINGENABLED","features":[223]},{"name":"DISPID_ADDCHANNEL","features":[223]},{"name":"DISPID_ADDDESKTOPCOMPONENT","features":[223]},{"name":"DISPID_ADDFAVORITE","features":[223]},{"name":"DISPID_ADDSEARCHPROVIDER","features":[223]},{"name":"DISPID_ADDSERVICE","features":[223]},{"name":"DISPID_ADDSITEMODE","features":[223]},{"name":"DISPID_ADDTHUMBNAILBUTTONS","features":[223]},{"name":"DISPID_ADDTOFAVORITESBAR","features":[223]},{"name":"DISPID_ADDTRACKINGPROTECTIONLIST","features":[223]},{"name":"DISPID_ADVANCEERROR","features":[223]},{"name":"DISPID_AMBIENT_OFFLINEIFNOTCONNECTED","features":[223]},{"name":"DISPID_AMBIENT_SILENT","features":[223]},{"name":"DISPID_AUTOCOMPLETEATTACH","features":[223]},{"name":"DISPID_AUTOCOMPLETESAVEFORM","features":[223]},{"name":"DISPID_AUTOSCAN","features":[223]},{"name":"DISPID_BEFORENAVIGATE","features":[223]},{"name":"DISPID_BEFORENAVIGATE2","features":[223]},{"name":"DISPID_BEFORESCRIPTEXECUTE","features":[223]},{"name":"DISPID_BRANDIMAGEURI","features":[223]},{"name":"DISPID_BUILDNEWTABPAGE","features":[223]},{"name":"DISPID_CANADVANCEERROR","features":[223]},{"name":"DISPID_CANRETREATERROR","features":[223]},{"name":"DISPID_CHANGEDEFAULTBROWSER","features":[223]},{"name":"DISPID_CLEARNOTIFICATION","features":[223]},{"name":"DISPID_CLEARSITEMODEICONOVERLAY","features":[223]},{"name":"DISPID_CLIENTTOHOSTWINDOW","features":[223]},{"name":"DISPID_COMMANDSTATECHANGE","features":[223]},{"name":"DISPID_CONTENTDISCOVERYRESET","features":[223]},{"name":"DISPID_COUNTVIEWTYPES","features":[223]},{"name":"DISPID_CREATESUBSCRIPTION","features":[223]},{"name":"DISPID_CUSTOMIZECLEARTYPE","features":[223]},{"name":"DISPID_CUSTOMIZESETTINGS","features":[223]},{"name":"DISPID_DEFAULTSEARCHPROVIDER","features":[223]},{"name":"DISPID_DELETESUBSCRIPTION","features":[223]},{"name":"DISPID_DEPTH","features":[223]},{"name":"DISPID_DIAGNOSECONNECTION","features":[223]},{"name":"DISPID_DIAGNOSECONNECTIONUILESS","features":[223]},{"name":"DISPID_DOCUMENTCOMPLETE","features":[223]},{"name":"DISPID_DOUBLECLICK","features":[223]},{"name":"DISPID_DOWNLOADBEGIN","features":[223]},{"name":"DISPID_DOWNLOADCOMPLETE","features":[223]},{"name":"DISPID_ENABLENOTIFICATIONQUEUE","features":[223]},{"name":"DISPID_ENABLENOTIFICATIONQUEUELARGE","features":[223]},{"name":"DISPID_ENABLENOTIFICATIONQUEUESQUARE","features":[223]},{"name":"DISPID_ENABLENOTIFICATIONQUEUEWIDE","features":[223]},{"name":"DISPID_ENABLESUGGESTEDSITES","features":[223]},{"name":"DISPID_ENUMOPTIONS","features":[223]},{"name":"DISPID_EXPAND","features":[223]},{"name":"DISPID_EXPORT","features":[223]},{"name":"DISPID_FAVSELECTIONCHANGE","features":[223]},{"name":"DISPID_FILEDOWNLOAD","features":[223]},{"name":"DISPID_FLAGS","features":[223]},{"name":"DISPID_FRAMEBEFORENAVIGATE","features":[223]},{"name":"DISPID_FRAMENAVIGATECOMPLETE","features":[223]},{"name":"DISPID_FRAMENEWWINDOW","features":[223]},{"name":"DISPID_GETALWAYSSHOWLOCKSTATE","features":[223]},{"name":"DISPID_GETCVLISTDATA","features":[223]},{"name":"DISPID_GETCVLISTLOCALDATA","features":[223]},{"name":"DISPID_GETDETAILSSTATE","features":[223]},{"name":"DISPID_GETEMIELISTDATA","features":[223]},{"name":"DISPID_GETEMIELISTLOCALDATA","features":[223]},{"name":"DISPID_GETERRORCHAR","features":[223]},{"name":"DISPID_GETERRORCODE","features":[223]},{"name":"DISPID_GETERRORLINE","features":[223]},{"name":"DISPID_GETERRORMSG","features":[223]},{"name":"DISPID_GETERRORURL","features":[223]},{"name":"DISPID_GETEXPERIMENTALFLAG","features":[223]},{"name":"DISPID_GETEXPERIMENTALVALUE","features":[223]},{"name":"DISPID_GETNEEDHVSIAUTOLAUNCHFLAG","features":[223]},{"name":"DISPID_GETNEEDIEAUTOLAUNCHFLAG","features":[223]},{"name":"DISPID_GETOSSKU","features":[223]},{"name":"DISPID_GETPERERRSTATE","features":[223]},{"name":"DISPID_HASNEEDHVSIAUTOLAUNCHFLAG","features":[223]},{"name":"DISPID_HASNEEDIEAUTOLAUNCHFLAG","features":[223]},{"name":"DISPID_IMPORT","features":[223]},{"name":"DISPID_IMPORTEXPORTFAVORITES","features":[223]},{"name":"DISPID_INITIALIZED","features":[223]},{"name":"DISPID_INPRIVATEFILTERINGENABLED","features":[223]},{"name":"DISPID_INVOKECONTEXTMENU","features":[223]},{"name":"DISPID_ISMETAREFERRERAVAILABLE","features":[223]},{"name":"DISPID_ISSEARCHMIGRATED","features":[223]},{"name":"DISPID_ISSEARCHPROVIDERINSTALLED","features":[223]},{"name":"DISPID_ISSERVICEINSTALLED","features":[223]},{"name":"DISPID_ISSITEMODE","features":[223]},{"name":"DISPID_ISSITEMODEFIRSTRUN","features":[223]},{"name":"DISPID_ISSUBSCRIBED","features":[223]},{"name":"DISPID_LAUNCHIE","features":[223]},{"name":"DISPID_LAUNCHINHVSI","features":[223]},{"name":"DISPID_LAUNCHINTERNETOPTIONS","features":[223]},{"name":"DISPID_LAUNCHNETWORKCLIENTHELP","features":[223]},{"name":"DISPID_MODE","features":[223]},{"name":"DISPID_MOVESELECTIONDOWN","features":[223]},{"name":"DISPID_MOVESELECTIONTO","features":[223]},{"name":"DISPID_MOVESELECTIONUP","features":[223]},{"name":"DISPID_NAVIGATEANDFIND","features":[223]},{"name":"DISPID_NAVIGATECOMPLETE","features":[223]},{"name":"DISPID_NAVIGATECOMPLETE2","features":[223]},{"name":"DISPID_NAVIGATEERROR","features":[223]},{"name":"DISPID_NAVIGATETOSUGGESTEDSITES","features":[223]},{"name":"DISPID_NEWFOLDER","features":[223]},{"name":"DISPID_NEWPROCESS","features":[223]},{"name":"DISPID_NEWWINDOW","features":[223]},{"name":"DISPID_NEWWINDOW2","features":[223]},{"name":"DISPID_NEWWINDOW3","features":[223]},{"name":"DISPID_NSCOLUMNS","features":[223]},{"name":"DISPID_ONADDRESSBAR","features":[223]},{"name":"DISPID_ONFULLSCREEN","features":[223]},{"name":"DISPID_ONMENUBAR","features":[223]},{"name":"DISPID_ONQUIT","features":[223]},{"name":"DISPID_ONSTATUSBAR","features":[223]},{"name":"DISPID_ONTHEATERMODE","features":[223]},{"name":"DISPID_ONTOOLBAR","features":[223]},{"name":"DISPID_ONVISIBLE","features":[223]},{"name":"DISPID_OPENFAVORITESPANE","features":[223]},{"name":"DISPID_OPENFAVORITESSETTINGS","features":[223]},{"name":"DISPID_PHISHINGENABLED","features":[223]},{"name":"DISPID_PINNEDSITESTATE","features":[223]},{"name":"DISPID_PRINTTEMPLATEINSTANTIATION","features":[223]},{"name":"DISPID_PRINTTEMPLATETEARDOWN","features":[223]},{"name":"DISPID_PRIVACYIMPACTEDSTATECHANGE","features":[223]},{"name":"DISPID_PROGRESSCHANGE","features":[223]},{"name":"DISPID_PROPERTYCHANGE","features":[223]},{"name":"DISPID_PROVISIONNETWORKS","features":[223]},{"name":"DISPID_QUIT","features":[223]},{"name":"DISPID_REDIRECTXDOMAINBLOCKED","features":[223]},{"name":"DISPID_REFRESHOFFLINEDESKTOP","features":[223]},{"name":"DISPID_REMOVESCHEDULEDTILENOTIFICATION","features":[223]},{"name":"DISPID_REPORTSAFEURL","features":[223]},{"name":"DISPID_RESETEXPERIMENTALFLAGS","features":[223]},{"name":"DISPID_RESETFIRSTBOOTMODE","features":[223]},{"name":"DISPID_RESETSAFEMODE","features":[223]},{"name":"DISPID_RESETSORT","features":[223]},{"name":"DISPID_RETREATERROR","features":[223]},{"name":"DISPID_ROOT","features":[223]},{"name":"DISPID_RUNONCEHASSHOWN","features":[223]},{"name":"DISPID_RUNONCEREQUIREDSETTINGSCOMPLETE","features":[223]},{"name":"DISPID_RUNONCESHOWN","features":[223]},{"name":"DISPID_SCHEDULEDTILENOTIFICATION","features":[223]},{"name":"DISPID_SEARCHGUIDEURL","features":[223]},{"name":"DISPID_SELECTEDITEM","features":[223]},{"name":"DISPID_SELECTEDITEMS","features":[223]},{"name":"DISPID_SELECTIONCHANGE","features":[223]},{"name":"DISPID_SETACTIVITIESVISIBLE","features":[223]},{"name":"DISPID_SETDETAILSSTATE","features":[223]},{"name":"DISPID_SETEXPERIMENTALFLAG","features":[223]},{"name":"DISPID_SETEXPERIMENTALVALUE","features":[223]},{"name":"DISPID_SETMSDEFAULTS","features":[223]},{"name":"DISPID_SETNEEDHVSIAUTOLAUNCHFLAG","features":[223]},{"name":"DISPID_SETNEEDIEAUTOLAUNCHFLAG","features":[223]},{"name":"DISPID_SETPERERRSTATE","features":[223]},{"name":"DISPID_SETPHISHINGFILTERSTATUS","features":[223]},{"name":"DISPID_SETRECENTLYCLOSEDVISIBLE","features":[223]},{"name":"DISPID_SETROOT","features":[223]},{"name":"DISPID_SETSECURELOCKICON","features":[223]},{"name":"DISPID_SETSITEMODEICONOVERLAY","features":[223]},{"name":"DISPID_SETSITEMODEPROPERTIES","features":[223]},{"name":"DISPID_SETTHUMBNAILBUTTONS","features":[223]},{"name":"DISPID_SETVIEWTYPE","features":[223]},{"name":"DISPID_SHELLUIHELPERLAST","features":[223]},{"name":"DISPID_SHOWBROWSERUI","features":[223]},{"name":"DISPID_SHOWINPRIVATEHELP","features":[223]},{"name":"DISPID_SHOWTABSHELP","features":[223]},{"name":"DISPID_SITEMODEACTIVATE","features":[223]},{"name":"DISPID_SITEMODEADDBUTTONSTYLE","features":[223]},{"name":"DISPID_SITEMODEADDJUMPLISTITEM","features":[223]},{"name":"DISPID_SITEMODECLEARBADGE","features":[223]},{"name":"DISPID_SITEMODECLEARJUMPLIST","features":[223]},{"name":"DISPID_SITEMODECREATEJUMPLIST","features":[223]},{"name":"DISPID_SITEMODEREFRESHBADGE","features":[223]},{"name":"DISPID_SITEMODESHOWBUTTONSTYLE","features":[223]},{"name":"DISPID_SITEMODESHOWJUMPLIST","features":[223]},{"name":"DISPID_SKIPRUNONCE","features":[223]},{"name":"DISPID_SKIPTABSWELCOME","features":[223]},{"name":"DISPID_SQMENABLED","features":[223]},{"name":"DISPID_STARTBADGEUPDATE","features":[223]},{"name":"DISPID_STARTPERIODICUPDATE","features":[223]},{"name":"DISPID_STARTPERIODICUPDATEBATCH","features":[223]},{"name":"DISPID_STATUSTEXTCHANGE","features":[223]},{"name":"DISPID_STOPBADGEUPDATE","features":[223]},{"name":"DISPID_STOPPERIODICUPDATE","features":[223]},{"name":"DISPID_SUBSCRIPTIONSENABLED","features":[223]},{"name":"DISPID_SUGGESTEDSITESENABLED","features":[223]},{"name":"DISPID_SYNCHRONIZE","features":[223]},{"name":"DISPID_THIRDPARTYURLBLOCKED","features":[223]},{"name":"DISPID_TITLECHANGE","features":[223]},{"name":"DISPID_TITLEICONCHANGE","features":[223]},{"name":"DISPID_TRACKINGPROTECTIONENABLED","features":[223]},{"name":"DISPID_TVFLAGS","features":[223]},{"name":"DISPID_UNSELECTALL","features":[223]},{"name":"DISPID_UPDATEPAGESTATUS","features":[223]},{"name":"DISPID_UPDATETHUMBNAILBUTTON","features":[223]},{"name":"DISPID_VIEWUPDATE","features":[223]},{"name":"DISPID_WEBWORKERFINISHED","features":[223]},{"name":"DISPID_WEBWORKERSTARTED","features":[223]},{"name":"DISPID_WINDOWACTIVATE","features":[223]},{"name":"DISPID_WINDOWCLOSING","features":[223]},{"name":"DISPID_WINDOWMOVE","features":[223]},{"name":"DISPID_WINDOWREGISTERED","features":[223]},{"name":"DISPID_WINDOWRESIZE","features":[223]},{"name":"DISPID_WINDOWREVOKED","features":[223]},{"name":"DISPID_WINDOWSETHEIGHT","features":[223]},{"name":"DISPID_WINDOWSETLEFT","features":[223]},{"name":"DISPID_WINDOWSETRESIZABLE","features":[223]},{"name":"DISPID_WINDOWSETTOP","features":[223]},{"name":"DISPID_WINDOWSETWIDTH","features":[223]},{"name":"DISPID_WINDOWSTATECHANGED","features":[223]},{"name":"DecodeImage","features":[223]},{"name":"DecodeImageEx","features":[223]},{"name":"DitherTo8","features":[14,223]},{"name":"E_SURFACE_DISCARDED","features":[223]},{"name":"E_SURFACE_NODC","features":[223]},{"name":"E_SURFACE_NOSURFACE","features":[223]},{"name":"E_SURFACE_NOTMYDC","features":[223]},{"name":"E_SURFACE_NOTMYPOINTER","features":[223]},{"name":"E_SURFACE_UNKNOWN_FORMAT","features":[223]},{"name":"ExtensionValidationContextDynamic","features":[223]},{"name":"ExtensionValidationContextNone","features":[223]},{"name":"ExtensionValidationContextParsed","features":[223]},{"name":"ExtensionValidationContexts","features":[223]},{"name":"ExtensionValidationResultArrestPageLoad","features":[223]},{"name":"ExtensionValidationResultDoNotInstantiate","features":[223]},{"name":"ExtensionValidationResultNone","features":[223]},{"name":"ExtensionValidationResults","features":[223]},{"name":"FINDFRAME_FLAGS","features":[223]},{"name":"FINDFRAME_INTERNAL","features":[223]},{"name":"FINDFRAME_JUSTTESTEXISTENCE","features":[223]},{"name":"FINDFRAME_NONE","features":[223]},{"name":"FRAMEOPTIONS_BROWSERBAND","features":[223]},{"name":"FRAMEOPTIONS_DESKTOP","features":[223]},{"name":"FRAMEOPTIONS_FLAGS","features":[223]},{"name":"FRAMEOPTIONS_NO3DBORDER","features":[223]},{"name":"FRAMEOPTIONS_NORESIZE","features":[223]},{"name":"FRAMEOPTIONS_SCROLL_AUTO","features":[223]},{"name":"FRAMEOPTIONS_SCROLL_NO","features":[223]},{"name":"FRAMEOPTIONS_SCROLL_YES","features":[223]},{"name":"GetMaxMIMEIDBytes","features":[223]},{"name":"HomePage","features":[223]},{"name":"HomePageSetting","features":[223]},{"name":"IActiveXUIHandlerSite","features":[223]},{"name":"IActiveXUIHandlerSite2","features":[223]},{"name":"IActiveXUIHandlerSite3","features":[223]},{"name":"IAnchorClick","features":[223]},{"name":"IAudioSessionSite","features":[223]},{"name":"ICaretPositionProvider","features":[223]},{"name":"IDeviceRect","features":[223]},{"name":"IDithererImpl","features":[223]},{"name":"IDocObjectService","features":[223]},{"name":"IDownloadBehavior","features":[223]},{"name":"IDownloadManager","features":[223]},{"name":"IEAssociateThreadWithTab","features":[223]},{"name":"IECMDID_ARG_CLEAR_FORMS_ALL","features":[223]},{"name":"IECMDID_ARG_CLEAR_FORMS_ALL_BUT_PASSWORDS","features":[223]},{"name":"IECMDID_ARG_CLEAR_FORMS_PASSWORDS_ONLY","features":[223]},{"name":"IECMDID_BEFORENAVIGATE_DOEXTERNALBROWSE","features":[223]},{"name":"IECMDID_BEFORENAVIGATE_GETIDLIST","features":[223]},{"name":"IECMDID_BEFORENAVIGATE_GETSHELLBROWSE","features":[223]},{"name":"IECMDID_CLEAR_AUTOCOMPLETE_FOR_FORMS","features":[223]},{"name":"IECMDID_GET_INVOKE_DEFAULT_BROWSER_ON_NEW_WINDOW","features":[223]},{"name":"IECMDID_SETID_AUTOCOMPLETE_FOR_FORMS","features":[223]},{"name":"IECMDID_SET_INVOKE_DEFAULT_BROWSER_ON_NEW_WINDOW","features":[223]},{"name":"IECancelSaveFile","features":[3,223]},{"name":"IECreateDirectory","features":[3,6,223]},{"name":"IECreateFile","features":[3,6,223]},{"name":"IEDeleteFile","features":[3,223]},{"name":"IEDisassociateThreadWithTab","features":[223]},{"name":"IEFindFirstFile","features":[3,23,223]},{"name":"IEGetFileAttributesEx","features":[3,23,223]},{"name":"IEGetProcessModule_PROC_NAME","features":[223]},{"name":"IEGetProtectedModeCookie","features":[223]},{"name":"IEGetTabWindowExports_PROC_NAME","features":[223]},{"name":"IEGetWriteableFolderPath","features":[223]},{"name":"IEGetWriteableLowHKCU","features":[51,223]},{"name":"IEInPrivateFilteringEnabled","features":[3,223]},{"name":"IEIsInPrivateBrowsing","features":[3,223]},{"name":"IEIsProtectedModeProcess","features":[3,223]},{"name":"IEIsProtectedModeURL","features":[223]},{"name":"IELAUNCHOPTION_FLAGS","features":[223]},{"name":"IELAUNCHOPTION_FORCE_COMPAT","features":[223]},{"name":"IELAUNCHOPTION_FORCE_EDGE","features":[223]},{"name":"IELAUNCHOPTION_LOCK_ENGINE","features":[223]},{"name":"IELAUNCHOPTION_SCRIPTDEBUG","features":[223]},{"name":"IELAUNCHURLINFO","features":[223]},{"name":"IELaunchURL","features":[3,39,223]},{"name":"IEMoveFileEx","features":[3,223]},{"name":"IEPROCESS_MODULE_NAME","features":[223]},{"name":"IERefreshElevationPolicy","features":[223]},{"name":"IERegCreateKeyEx","features":[3,6,51,223]},{"name":"IERegSetValueEx","features":[223]},{"name":"IERegisterWritableRegistryKey","features":[3,223]},{"name":"IERegisterWritableRegistryValue","features":[223]},{"name":"IERemoveDirectory","features":[3,223]},{"name":"IESaveFile","features":[3,223]},{"name":"IESetProtectedModeCookie","features":[223]},{"name":"IEShowOpenFileDialog","features":[3,223]},{"name":"IEShowSaveFileDialog","features":[3,223]},{"name":"IETrackingProtectionEnabled","features":[3,223]},{"name":"IEUnregisterWritableRegistry","features":[223]},{"name":"IEWebDriverManager","features":[223]},{"name":"IE_USE_OE_MAIL_HKEY","features":[223]},{"name":"IE_USE_OE_MAIL_KEY","features":[223]},{"name":"IE_USE_OE_MAIL_VALUE","features":[223]},{"name":"IE_USE_OE_NEWS_HKEY","features":[223]},{"name":"IE_USE_OE_NEWS_KEY","features":[223]},{"name":"IE_USE_OE_NEWS_VALUE","features":[223]},{"name":"IE_USE_OE_PRESENT_HKEY","features":[223]},{"name":"IE_USE_OE_PRESENT_KEY","features":[223]},{"name":"IEnumManagerFrames","features":[223]},{"name":"IEnumOpenServiceActivity","features":[223]},{"name":"IEnumOpenServiceActivityCategory","features":[223]},{"name":"IEnumSTATURL","features":[223]},{"name":"IExtensionValidation","features":[223]},{"name":"IHTMLPersistData","features":[223]},{"name":"IHTMLPersistDataOM","features":[223]},{"name":"IHTMLUserDataOM","features":[223]},{"name":"IHeaderFooter","features":[223]},{"name":"IHeaderFooter2","features":[223]},{"name":"IHomePage","features":[223]},{"name":"IHomePageSetting","features":[223]},{"name":"IIEWebDriverManager","features":[223]},{"name":"IIEWebDriverSite","features":[223]},{"name":"IImageDecodeEventSink","features":[223]},{"name":"IImageDecodeEventSink2","features":[223]},{"name":"IImageDecodeFilter","features":[223]},{"name":"IIntelliForms","features":[223]},{"name":"IInternetExplorerManager","features":[223]},{"name":"IInternetExplorerManager2","features":[223]},{"name":"ILayoutRect","features":[223]},{"name":"IMGDECODE_EVENT_BEGINBITS","features":[223]},{"name":"IMGDECODE_EVENT_BITSCOMPLETE","features":[223]},{"name":"IMGDECODE_EVENT_PALETTE","features":[223]},{"name":"IMGDECODE_EVENT_PROGRESS","features":[223]},{"name":"IMGDECODE_EVENT_USEDDRAW","features":[223]},{"name":"IMGDECODE_HINT_BOTTOMUP","features":[223]},{"name":"IMGDECODE_HINT_FULLWIDTH","features":[223]},{"name":"IMGDECODE_HINT_TOPDOWN","features":[223]},{"name":"IMapMIMEToCLSID","features":[223]},{"name":"IMediaActivityNotifySite","features":[223]},{"name":"INTERNETEXPLORERCONFIGURATION","features":[223]},{"name":"INTERNETEXPLORERCONFIGURATION_HOST","features":[223]},{"name":"INTERNETEXPLORERCONFIGURATION_WEB_DRIVER","features":[223]},{"name":"INTERNETEXPLORERCONFIGURATION_WEB_DRIVER_EDGE","features":[223]},{"name":"IOpenService","features":[223]},{"name":"IOpenServiceActivity","features":[223]},{"name":"IOpenServiceActivityCategory","features":[223]},{"name":"IOpenServiceActivityInput","features":[223]},{"name":"IOpenServiceActivityManager","features":[223]},{"name":"IOpenServiceActivityOutputContext","features":[223]},{"name":"IOpenServiceManager","features":[223]},{"name":"IPeerFactory","features":[223]},{"name":"IPersistHistory","features":[223]},{"name":"IPrintTaskRequestFactory","features":[223]},{"name":"IPrintTaskRequestHandler","features":[223]},{"name":"IScrollableContextMenu","features":[223]},{"name":"IScrollableContextMenu2","features":[223]},{"name":"ISniffStream","features":[223]},{"name":"ISurfacePresenterFlip","features":[223]},{"name":"ISurfacePresenterFlip2","features":[223]},{"name":"ISurfacePresenterFlipBuffer","features":[223]},{"name":"ITargetContainer","features":[223]},{"name":"ITargetEmbedding","features":[223]},{"name":"ITargetFrame","features":[223]},{"name":"ITargetFrame2","features":[223]},{"name":"ITargetFramePriv","features":[223]},{"name":"ITargetFramePriv2","features":[223]},{"name":"ITargetNotify","features":[223]},{"name":"ITargetNotify2","features":[223]},{"name":"ITimer","features":[223]},{"name":"ITimerEx","features":[223]},{"name":"ITimerService","features":[223]},{"name":"ITimerSink","features":[223]},{"name":"ITridentTouchInput","features":[223]},{"name":"ITridentTouchInputSite","features":[223]},{"name":"IUrlHistoryNotify","features":[223]},{"name":"IUrlHistoryStg","features":[223]},{"name":"IUrlHistoryStg2","features":[223]},{"name":"IViewObjectPresentFlip","features":[223]},{"name":"IViewObjectPresentFlip2","features":[223]},{"name":"IViewObjectPresentFlipSite","features":[223]},{"name":"IViewObjectPresentFlipSite2","features":[223]},{"name":"IWebBrowserEventsService","features":[223]},{"name":"IWebBrowserEventsUrlService","features":[223]},{"name":"IdentifyMIMEType","features":[223]},{"name":"IntelliForms","features":[223]},{"name":"InternetExplorerManager","features":[223]},{"name":"Iwfolders","features":[223]},{"name":"LINKSBAND","features":[223]},{"name":"MAPMIME_CLSID","features":[223]},{"name":"MAPMIME_DEFAULT","features":[223]},{"name":"MAPMIME_DEFAULT_ALWAYS","features":[223]},{"name":"MAPMIME_DISABLE","features":[223]},{"name":"MAX_SEARCH_FORMAT_STRING","features":[223]},{"name":"MEDIA_ACTIVITY_NOTIFY_TYPE","features":[223]},{"name":"MediaCasting","features":[223]},{"name":"MediaPlayback","features":[223]},{"name":"MediaRecording","features":[223]},{"name":"NAVIGATEDATA","features":[223]},{"name":"NAVIGATEFRAME_FLAGS","features":[223]},{"name":"NAVIGATEFRAME_FL_AUTH_FAIL_CACHE_OK","features":[223]},{"name":"NAVIGATEFRAME_FL_NO_DOC_CACHE","features":[223]},{"name":"NAVIGATEFRAME_FL_NO_IMAGE_CACHE","features":[223]},{"name":"NAVIGATEFRAME_FL_POST","features":[223]},{"name":"NAVIGATEFRAME_FL_REALLY_SENDING_FROM_FORM","features":[223]},{"name":"NAVIGATEFRAME_FL_RECORD","features":[223]},{"name":"NAVIGATEFRAME_FL_SENDING_FROM_FORM","features":[223]},{"name":"OS_E_CANCELLED","features":[223]},{"name":"OS_E_GPDISABLED","features":[223]},{"name":"OS_E_NOTFOUND","features":[223]},{"name":"OS_E_NOTSUPPORTED","features":[223]},{"name":"OpenServiceActivityContentType","features":[223]},{"name":"OpenServiceActivityManager","features":[223]},{"name":"OpenServiceErrors","features":[223]},{"name":"OpenServiceManager","features":[223]},{"name":"PeerFactory","features":[223]},{"name":"REGSTRA_VAL_STARTPAGE","features":[223]},{"name":"REGSTR_PATH_CURRENT","features":[223]},{"name":"REGSTR_PATH_DEFAULT","features":[223]},{"name":"REGSTR_PATH_INETCPL_RESTRICTIONS","features":[223]},{"name":"REGSTR_PATH_MIME_DATABASE","features":[223]},{"name":"REGSTR_PATH_REMOTEACCESS","features":[223]},{"name":"REGSTR_PATH_REMOTEACESS","features":[223]},{"name":"REGSTR_SHIFTQUICKSUFFIX","features":[223]},{"name":"REGSTR_VAL_ACCEPT_LANGUAGE","features":[223]},{"name":"REGSTR_VAL_ACCESSMEDIUM","features":[223]},{"name":"REGSTR_VAL_ACCESSTYPE","features":[223]},{"name":"REGSTR_VAL_ALIASTO","features":[223]},{"name":"REGSTR_VAL_ANCHORCOLOR","features":[223]},{"name":"REGSTR_VAL_ANCHORCOLORHOVER","features":[223]},{"name":"REGSTR_VAL_ANCHORCOLORVISITED","features":[223]},{"name":"REGSTR_VAL_ANCHORUNDERLINE","features":[223]},{"name":"REGSTR_VAL_AUTODETECT","features":[223]},{"name":"REGSTR_VAL_AUTODIALDLLNAME","features":[223]},{"name":"REGSTR_VAL_AUTODIALFCNNAME","features":[223]},{"name":"REGSTR_VAL_AUTODIAL_MONITORCLASSNAME","features":[223]},{"name":"REGSTR_VAL_AUTODIAL_TRYONLYONCE","features":[223]},{"name":"REGSTR_VAL_AUTONAVIGATE","features":[223]},{"name":"REGSTR_VAL_AUTOSEARCH","features":[223]},{"name":"REGSTR_VAL_BACKBITMAP","features":[223]},{"name":"REGSTR_VAL_BACKGROUNDCOLOR","features":[223]},{"name":"REGSTR_VAL_BODYCHARSET","features":[223]},{"name":"REGSTR_VAL_BYPASSAUTOCONFIG","features":[223]},{"name":"REGSTR_VAL_CACHEPREFIX","features":[223]},{"name":"REGSTR_VAL_CHECKASSOC","features":[223]},{"name":"REGSTR_VAL_CODEDOWNLOAD","features":[223]},{"name":"REGSTR_VAL_CODEDOWNLOAD_DEF","features":[223]},{"name":"REGSTR_VAL_CODEPAGE","features":[223]},{"name":"REGSTR_VAL_COVEREXCLUDE","features":[223]},{"name":"REGSTR_VAL_DAYSTOKEEP","features":[223]},{"name":"REGSTR_VAL_DEFAULT_CODEPAGE","features":[223]},{"name":"REGSTR_VAL_DEFAULT_SCRIPT","features":[223]},{"name":"REGSTR_VAL_DEF_ENCODING","features":[223]},{"name":"REGSTR_VAL_DEF_INETENCODING","features":[223]},{"name":"REGSTR_VAL_DESCRIPTION","features":[223]},{"name":"REGSTR_VAL_DIRECTORY","features":[223]},{"name":"REGSTR_VAL_DISCONNECTIDLETIME","features":[223]},{"name":"REGSTR_VAL_ENABLEAUTODIAL","features":[223]},{"name":"REGSTR_VAL_ENABLEAUTODIALDISCONNECT","features":[223]},{"name":"REGSTR_VAL_ENABLEAUTODISCONNECT","features":[223]},{"name":"REGSTR_VAL_ENABLEEXITDISCONNECT","features":[223]},{"name":"REGSTR_VAL_ENABLESECURITYCHECK","features":[223]},{"name":"REGSTR_VAL_ENABLEUNATTENDED","features":[223]},{"name":"REGSTR_VAL_ENCODENAME","features":[223]},{"name":"REGSTR_VAL_FAMILY","features":[223]},{"name":"REGSTR_VAL_FIXEDWIDTHFONT","features":[223]},{"name":"REGSTR_VAL_FIXED_FONT","features":[223]},{"name":"REGSTR_VAL_FONT_SCRIPT","features":[223]},{"name":"REGSTR_VAL_FONT_SCRIPTS","features":[223]},{"name":"REGSTR_VAL_FONT_SCRIPT_NAME","features":[223]},{"name":"REGSTR_VAL_FONT_SIZE","features":[223]},{"name":"REGSTR_VAL_FONT_SIZE_DEF","features":[223]},{"name":"REGSTR_VAL_HEADERCHARSET","features":[223]},{"name":"REGSTR_VAL_HTTP_ERRORS","features":[223]},{"name":"REGSTR_VAL_IE_CUSTOMCOLORS","features":[223]},{"name":"REGSTR_VAL_INETCPL_ADVANCEDTAB","features":[223]},{"name":"REGSTR_VAL_INETCPL_CONNECTIONSTAB","features":[223]},{"name":"REGSTR_VAL_INETCPL_CONTENTTAB","features":[223]},{"name":"REGSTR_VAL_INETCPL_GENERALTAB","features":[223]},{"name":"REGSTR_VAL_INETCPL_IEAK","features":[223]},{"name":"REGSTR_VAL_INETCPL_PRIVACYTAB","features":[223]},{"name":"REGSTR_VAL_INETCPL_PROGRAMSTAB","features":[223]},{"name":"REGSTR_VAL_INETCPL_SECURITYTAB","features":[223]},{"name":"REGSTR_VAL_INETENCODING","features":[223]},{"name":"REGSTR_VAL_INTERNETENTRY","features":[223]},{"name":"REGSTR_VAL_INTERNETENTRYBKUP","features":[223]},{"name":"REGSTR_VAL_INTERNETPROFILE","features":[223]},{"name":"REGSTR_VAL_JAVAJIT","features":[223]},{"name":"REGSTR_VAL_JAVAJIT_DEF","features":[223]},{"name":"REGSTR_VAL_JAVALOGGING","features":[223]},{"name":"REGSTR_VAL_JAVALOGGING_DEF","features":[223]},{"name":"REGSTR_VAL_LEVEL","features":[223]},{"name":"REGSTR_VAL_LOADIMAGES","features":[223]},{"name":"REGSTR_VAL_LOCALPAGE","features":[223]},{"name":"REGSTR_VAL_MOSDISCONNECT","features":[223]},{"name":"REGSTR_VAL_NEWDIRECTORY","features":[223]},{"name":"REGSTR_VAL_NONETAUTODIAL","features":[223]},{"name":"REGSTR_VAL_PLAYSOUNDS","features":[223]},{"name":"REGSTR_VAL_PLAYVIDEOS","features":[223]},{"name":"REGSTR_VAL_PRIVCONVERTER","features":[223]},{"name":"REGSTR_VAL_PROPORTIONALFONT","features":[223]},{"name":"REGSTR_VAL_PROP_FONT","features":[223]},{"name":"REGSTR_VAL_PROXYENABLE","features":[223]},{"name":"REGSTR_VAL_PROXYOVERRIDE","features":[223]},{"name":"REGSTR_VAL_PROXYSERVER","features":[223]},{"name":"REGSTR_VAL_REDIALATTEMPTS","features":[223]},{"name":"REGSTR_VAL_REDIALINTERVAL","features":[223]},{"name":"REGSTR_VAL_RNAINSTALLED","features":[223]},{"name":"REGSTR_VAL_SAFETYWARNINGLEVEL","features":[223]},{"name":"REGSTR_VAL_SCHANNELENABLEPROTOCOL","features":[223]},{"name":"REGSTR_VAL_SCHANNELENABLEPROTOCOL_DEF","features":[223]},{"name":"REGSTR_VAL_SCRIPT_FIXED_FONT","features":[223]},{"name":"REGSTR_VAL_SCRIPT_PROP_FONT","features":[223]},{"name":"REGSTR_VAL_SEARCHPAGE","features":[223]},{"name":"REGSTR_VAL_SECURITYACTICEXSCRIPTS","features":[223]},{"name":"REGSTR_VAL_SECURITYACTICEXSCRIPTS_DEF","features":[223]},{"name":"REGSTR_VAL_SECURITYACTIVEX","features":[223]},{"name":"REGSTR_VAL_SECURITYACTIVEX_DEF","features":[223]},{"name":"REGSTR_VAL_SECURITYALLOWCOOKIES","features":[223]},{"name":"REGSTR_VAL_SECURITYALLOWCOOKIES_DEF","features":[223]},{"name":"REGSTR_VAL_SECURITYDISABLECACHINGOFSSLPAGES","features":[223]},{"name":"REGSTR_VAL_SECURITYDISABLECACHINGOFSSLPAGES_DEF","features":[223]},{"name":"REGSTR_VAL_SECURITYJAVA","features":[223]},{"name":"REGSTR_VAL_SECURITYJAVA_DEF","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTSENDING","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTSENDING_DEF","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTVIEWING","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTVIEWING_DEF","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONSEND","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONSENDALWAYS","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONSENDALWAYS_DEF","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONSEND_DEF","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONVIEW","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONVIEW_DEF","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONZONECROSSING","features":[223]},{"name":"REGSTR_VAL_SECURITYWARNONZONECROSSING_DEF","features":[223]},{"name":"REGSTR_VAL_SHOWADDRESSBAR","features":[223]},{"name":"REGSTR_VAL_SHOWFOCUS","features":[223]},{"name":"REGSTR_VAL_SHOWFOCUS_DEF","features":[223]},{"name":"REGSTR_VAL_SHOWFULLURLS","features":[223]},{"name":"REGSTR_VAL_SHOWTOOLBAR","features":[223]},{"name":"REGSTR_VAL_SMOOTHSCROLL","features":[223]},{"name":"REGSTR_VAL_SMOOTHSCROLL_DEF","features":[223]},{"name":"REGSTR_VAL_STARTPAGE","features":[223]},{"name":"REGSTR_VAL_TEXTCOLOR","features":[223]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_HIGH","features":[223]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_LOW","features":[223]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_MED","features":[223]},{"name":"REGSTR_VAL_USEAUTOAPPEND","features":[223]},{"name":"REGSTR_VAL_USEAUTOCOMPLETE","features":[223]},{"name":"REGSTR_VAL_USEAUTOSUGGEST","features":[223]},{"name":"REGSTR_VAL_USEDLGCOLORS","features":[223]},{"name":"REGSTR_VAL_USEHOVERCOLOR","features":[223]},{"name":"REGSTR_VAL_USEIBAR","features":[223]},{"name":"REGSTR_VAL_USEICM","features":[223]},{"name":"REGSTR_VAL_USEICM_DEF","features":[223]},{"name":"REGSTR_VAL_USERAGENT","features":[223]},{"name":"REGSTR_VAL_USESTYLESHEETS","features":[223]},{"name":"REGSTR_VAL_USESTYLESHEETS_DEF","features":[223]},{"name":"REGSTR_VAL_VISIBLEBANDS","features":[223]},{"name":"REGSTR_VAL_VISIBLEBANDS_DEF","features":[223]},{"name":"REGSTR_VAL_WEBCHARSET","features":[223]},{"name":"RatingAccessDeniedDialog","features":[3,223]},{"name":"RatingAccessDeniedDialog2","features":[3,223]},{"name":"RatingAccessDeniedDialog2W","features":[3,223]},{"name":"RatingAccessDeniedDialogW","features":[3,223]},{"name":"RatingAddToApprovedSites","features":[3,223]},{"name":"RatingCheckUserAccess","features":[223]},{"name":"RatingCheckUserAccessW","features":[223]},{"name":"RatingClickedOnPRFInternal","features":[3,223]},{"name":"RatingClickedOnRATInternal","features":[3,223]},{"name":"RatingEnable","features":[3,223]},{"name":"RatingEnableW","features":[3,223]},{"name":"RatingEnabledQuery","features":[223]},{"name":"RatingFreeDetails","features":[223]},{"name":"RatingInit","features":[223]},{"name":"RatingObtainCancel","features":[3,223]},{"name":"RatingObtainQuery","features":[3,223]},{"name":"RatingObtainQueryW","features":[3,223]},{"name":"RatingSetupUI","features":[3,223]},{"name":"RatingSetupUIW","features":[3,223]},{"name":"SCMP_BOTTOM","features":[223]},{"name":"SCMP_FULL","features":[223]},{"name":"SCMP_LEFT","features":[223]},{"name":"SCMP_RIGHT","features":[223]},{"name":"SCMP_TOP","features":[223]},{"name":"SCROLLABLECONTEXTMENU_PLACEMENT","features":[223]},{"name":"STATURL","features":[3,223]},{"name":"STATURLFLAG_ISCACHED","features":[223]},{"name":"STATURLFLAG_ISTOPLEVEL","features":[223]},{"name":"STATURL_QUERYFLAG_ISCACHED","features":[223]},{"name":"STATURL_QUERYFLAG_NOTITLE","features":[223]},{"name":"STATURL_QUERYFLAG_NOURL","features":[223]},{"name":"STATURL_QUERYFLAG_TOPLEVEL","features":[223]},{"name":"SURFACE_LOCK_ALLOW_DISCARD","features":[223]},{"name":"SURFACE_LOCK_EXCLUSIVE","features":[223]},{"name":"SURFACE_LOCK_WAIT","features":[223]},{"name":"SZBACKBITMAP","features":[223]},{"name":"SZJAVAVMPATH","features":[223]},{"name":"SZNOTEXT","features":[223]},{"name":"SZTOOLBAR","features":[223]},{"name":"SZTRUSTWARNLEVEL","features":[223]},{"name":"SZVISIBLE","features":[223]},{"name":"SZ_IE_DEFAULT_HTML_EDITOR","features":[223]},{"name":"SZ_IE_IBAR","features":[223]},{"name":"SZ_IE_IBAR_BANDS","features":[223]},{"name":"SZ_IE_MAIN","features":[223]},{"name":"SZ_IE_SEARCHSTRINGS","features":[223]},{"name":"SZ_IE_SECURITY","features":[223]},{"name":"SZ_IE_SETTINGS","features":[223]},{"name":"SZ_IE_THRESHOLDS","features":[223]},{"name":"S_SURFACE_DISCARDED","features":[223]},{"name":"SniffStream","features":[223]},{"name":"TARGET_NOTIFY_OBJECT_NAME","features":[223]},{"name":"TF_NAVIGATE","features":[223]},{"name":"TIMERMODE_NORMAL","features":[223]},{"name":"TIMERMODE_VISIBILITYAWARE","features":[223]},{"name":"TOOLSBAND","features":[223]},{"name":"TSZCALENDARPROTOCOL","features":[223]},{"name":"TSZCALLTOPROTOCOL","features":[223]},{"name":"TSZINTERNETCLIENTSPATH","features":[223]},{"name":"TSZLDAPPROTOCOL","features":[223]},{"name":"TSZMAILTOPROTOCOL","features":[223]},{"name":"TSZMICROSOFTPATH","features":[223]},{"name":"TSZNEWSPROTOCOL","features":[223]},{"name":"TSZPROTOCOLSPATH","features":[223]},{"name":"TSZSCHANNELPATH","features":[223]},{"name":"TSZVSOURCEPROTOCOL","features":[223]},{"name":"msodsvFailed","features":[223]},{"name":"msodsvLowSecurityLevel","features":[223]},{"name":"msodsvNoMacros","features":[223]},{"name":"msodsvPassedTrusted","features":[223]},{"name":"msodsvPassedTrustedCert","features":[223]},{"name":"msodsvUnsigned","features":[223]},{"name":"msoedmDisable","features":[223]},{"name":"msoedmDontOpen","features":[223]},{"name":"msoedmEnable","features":[223]},{"name":"msoslHigh","features":[223]},{"name":"msoslMedium","features":[223]},{"name":"msoslNone","features":[223]},{"name":"msoslUndefined","features":[223]},{"name":"wfolders","features":[223]}]}} \ No newline at end of file +{"namespace_map":["Windows.AI.MachineLearning","Windows.AI.MachineLearning.Preview","Windows.ApplicationModel","Windows.ApplicationModel.Activation","Windows.ApplicationModel.AppExtensions","Windows.ApplicationModel.AppService","Windows.ApplicationModel.Appointments","Windows.ApplicationModel.Appointments.AppointmentsProvider","Windows.ApplicationModel.Appointments.DataProvider","Windows.ApplicationModel.Background","Windows.ApplicationModel.Calls","Windows.ApplicationModel.Calls.Background","Windows.ApplicationModel.Calls.Provider","Windows.ApplicationModel.Chat","Windows.ApplicationModel.CommunicationBlocking","Windows.ApplicationModel.Contacts","Windows.ApplicationModel.Contacts.DataProvider","Windows.ApplicationModel.Contacts.Provider","Windows.ApplicationModel.ConversationalAgent","Windows.ApplicationModel.Core","Windows.ApplicationModel.DataTransfer","Windows.ApplicationModel.DataTransfer.DragDrop","Windows.ApplicationModel.DataTransfer.DragDrop.Core","Windows.ApplicationModel.DataTransfer.ShareTarget","Windows.ApplicationModel.Email","Windows.ApplicationModel.Email.DataProvider","Windows.ApplicationModel.ExtendedExecution","Windows.ApplicationModel.ExtendedExecution.Foreground","Windows.ApplicationModel.Holographic","Windows.ApplicationModel.LockScreen","Windows.ApplicationModel.PackageExtensions","Windows.ApplicationModel.Payments","Windows.ApplicationModel.Payments.Provider","Windows.ApplicationModel.Preview.Holographic","Windows.ApplicationModel.Preview.InkWorkspace","Windows.ApplicationModel.Preview.Notes","Windows.ApplicationModel.Resources","Windows.ApplicationModel.Resources.Core","Windows.ApplicationModel.Resources.Management","Windows.ApplicationModel.Search","Windows.ApplicationModel.Search.Core","Windows.ApplicationModel.SocialInfo","Windows.ApplicationModel.SocialInfo.Provider","Windows.ApplicationModel.Store","Windows.ApplicationModel.Store.LicenseManagement","Windows.ApplicationModel.Store.Preview","Windows.ApplicationModel.Store.Preview.InstallControl","Windows.ApplicationModel.UserActivities","Windows.ApplicationModel.UserActivities.Core","Windows.ApplicationModel.UserDataAccounts","Windows.ApplicationModel.UserDataAccounts.Provider","Windows.ApplicationModel.UserDataAccounts.SystemAccess","Windows.ApplicationModel.UserDataTasks","Windows.ApplicationModel.UserDataTasks.DataProvider","Windows.ApplicationModel.VoiceCommands","Windows.ApplicationModel.Wallet","Windows.ApplicationModel.Wallet.System","Windows.Data.Html","Windows.Data.Json","Windows.Data.Pdf","Windows.Data.Text","Windows.Data.Xml.Dom","Windows.Data.Xml.Xsl","Windows.Devices","Windows.Devices.Adc","Windows.Devices.Adc.Provider","Windows.Devices.Background","Windows.Devices.Bluetooth","Windows.Devices.Bluetooth.Advertisement","Windows.Devices.Bluetooth.Background","Windows.Devices.Bluetooth.GenericAttributeProfile","Windows.Devices.Bluetooth.Rfcomm","Windows.Devices.Custom","Windows.Devices.Display","Windows.Devices.Display.Core","Windows.Devices.Enumeration","Windows.Devices.Enumeration.Pnp","Windows.Devices.Geolocation","Windows.Devices.Geolocation.Geofencing","Windows.Devices.Geolocation.Provider","Windows.Devices.Gpio","Windows.Devices.Gpio.Provider","Windows.Devices.Haptics","Windows.Devices.HumanInterfaceDevice","Windows.Devices.I2c","Windows.Devices.I2c.Provider","Windows.Devices.Input","Windows.Devices.Input.Preview","Windows.Devices.Lights","Windows.Devices.Lights.Effects","Windows.Devices.Midi","Windows.Devices.Perception","Windows.Devices.Perception.Provider","Windows.Devices.PointOfService","Windows.Devices.PointOfService.Provider","Windows.Devices.Portable","Windows.Devices.Power","Windows.Devices.Printers","Windows.Devices.Printers.Extensions","Windows.Devices.Pwm","Windows.Devices.Pwm.Provider","Windows.Devices.Radios","Windows.Devices.Scanners","Windows.Devices.Sensors","Windows.Devices.Sensors.Custom","Windows.Devices.SerialCommunication","Windows.Devices.SmartCards","Windows.Devices.Sms","Windows.Devices.Spi","Windows.Devices.Spi.Provider","Windows.Devices.Usb","Windows.Devices.WiFi","Windows.Devices.WiFiDirect","Windows.Devices.WiFiDirect.Services","Windows.Embedded.DeviceLockdown","Windows.Foundation","Windows.Foundation.Collections","Windows.Foundation.Diagnostics","Windows.Foundation.Metadata","Windows.Foundation.Numerics","Windows.Gaming.Input","Windows.Gaming.Input.Custom","Windows.Gaming.Input.ForceFeedback","Windows.Gaming.Input.Preview","Windows.Gaming.Preview","Windows.Gaming.Preview.GamesEnumeration","Windows.Gaming.UI","Windows.Gaming.XboxLive","Windows.Gaming.XboxLive.Storage","Windows.Globalization","Windows.Globalization.Collation","Windows.Globalization.DateTimeFormatting","Windows.Globalization.Fonts","Windows.Globalization.NumberFormatting","Windows.Globalization.PhoneNumberFormatting","Windows.Graphics","Windows.Graphics.Capture","Windows.Graphics.DirectX","Windows.Graphics.DirectX.Direct3D11","Windows.Graphics.Display","Windows.Graphics.Display.Core","Windows.Graphics.Effects","Windows.Graphics.Holographic","Windows.Graphics.Imaging","Windows.Graphics.Printing","Windows.Graphics.Printing.OptionDetails","Windows.Graphics.Printing.PrintSupport","Windows.Graphics.Printing.PrintTicket","Windows.Graphics.Printing.Workflow","Windows.Graphics.Printing3D","Windows.Management","Windows.Management.Core","Windows.Management.Deployment","Windows.Management.Deployment.Preview","Windows.Management.Policies","Windows.Management.Setup","Windows.Management.Update","Windows.Management.Workplace","Windows.Media","Windows.Media.AppBroadcasting","Windows.Media.AppRecording","Windows.Media.Audio","Windows.Media.Capture","Windows.Media.Capture.Core","Windows.Media.Capture.Frames","Windows.Media.Casting","Windows.Media.ClosedCaptioning","Windows.Media.ContentRestrictions","Windows.Media.Control","Windows.Media.Core","Windows.Media.Core.Preview","Windows.Media.Devices","Windows.Media.Devices.Core","Windows.Media.DialProtocol","Windows.Media.Editing","Windows.Media.Effects","Windows.Media.FaceAnalysis","Windows.Media.Import","Windows.Media.MediaProperties","Windows.Media.Miracast","Windows.Media.Ocr","Windows.Media.PlayTo","Windows.Media.Playback","Windows.Media.Playlists","Windows.Media.Protection","Windows.Media.Protection.PlayReady","Windows.Media.Render","Windows.Media.SpeechRecognition","Windows.Media.SpeechSynthesis","Windows.Media.Streaming.Adaptive","Windows.Media.Transcoding","Windows.Networking","Windows.Networking.BackgroundTransfer","Windows.Networking.Connectivity","Windows.Networking.NetworkOperators","Windows.Networking.Proximity","Windows.Networking.PushNotifications","Windows.Networking.ServiceDiscovery.Dnssd","Windows.Networking.Sockets","Windows.Networking.Vpn","Windows.Networking.XboxLive","Windows.Perception","Windows.Perception.Automation.Core","Windows.Perception.People","Windows.Perception.Spatial","Windows.Perception.Spatial.Preview","Windows.Perception.Spatial.Surfaces","Windows.Phone","Windows.Phone.ApplicationModel","Windows.Phone.Devices.Notification","Windows.Phone.Devices.Power","Windows.Phone.Management.Deployment","Windows.Phone.Media.Devices","Windows.Phone.Notification.Management","Windows.Phone.PersonalInformation","Windows.Phone.PersonalInformation.Provisioning","Windows.Phone.Speech.Recognition","Windows.Phone.StartScreen","Windows.Phone.System","Windows.Phone.System.Power","Windows.Phone.System.Profile","Windows.Phone.System.UserProfile.GameServices.Core","Windows.Phone.UI.Input","Windows.Security.Authentication.Identity","Windows.Security.Authentication.Identity.Core","Windows.Security.Authentication.Identity.Provider","Windows.Security.Authentication.OnlineId","Windows.Security.Authentication.Web","Windows.Security.Authentication.Web.Core","Windows.Security.Authentication.Web.Provider","Windows.Security.Authorization.AppCapabilityAccess","Windows.Security.Credentials","Windows.Security.Credentials.UI","Windows.Security.Cryptography","Windows.Security.Cryptography.Certificates","Windows.Security.Cryptography.Core","Windows.Security.Cryptography.DataProtection","Windows.Security.DataProtection","Windows.Security.EnterpriseData","Windows.Security.ExchangeActiveSyncProvisioning","Windows.Security.Isolation","Windows.Services.Cortana","Windows.Services.Maps","Windows.Services.Maps.Guidance","Windows.Services.Maps.LocalSearch","Windows.Services.Maps.OfflineMaps","Windows.Services.Store","Windows.Services.TargetedContent","Windows.Storage","Windows.Storage.AccessCache","Windows.Storage.BulkAccess","Windows.Storage.Compression","Windows.Storage.FileProperties","Windows.Storage.Pickers","Windows.Storage.Pickers.Provider","Windows.Storage.Provider","Windows.Storage.Search","Windows.Storage.Streams","Windows.System","Windows.System.Diagnostics","Windows.System.Diagnostics.DevicePortal","Windows.System.Diagnostics.Telemetry","Windows.System.Diagnostics.TraceReporting","Windows.System.Display","Windows.System.Implementation.FileExplorer","Windows.System.Inventory","Windows.System.Power","Windows.System.Power.Diagnostics","Windows.System.Preview","Windows.System.Profile","Windows.System.Profile.SystemManufacturers","Windows.System.RemoteDesktop","Windows.System.RemoteDesktop.Input","Windows.System.RemoteDesktop.Provider","Windows.System.RemoteSystems","Windows.System.Threading","Windows.System.Threading.Core","Windows.System.Update","Windows.System.UserProfile","Windows.UI","Windows.UI.Accessibility","Windows.UI.ApplicationSettings","Windows.UI.Composition","Windows.UI.Composition.Core","Windows.UI.Composition.Desktop","Windows.UI.Composition.Diagnostics","Windows.UI.Composition.Effects","Windows.UI.Composition.Interactions","Windows.UI.Composition.Scenes","Windows.UI.Core","Windows.UI.Core.AnimationMetrics","Windows.UI.Core.Preview","Windows.UI.Input","Windows.UI.Input.Core","Windows.UI.Input.Inking","Windows.UI.Input.Inking.Analysis","Windows.UI.Input.Inking.Core","Windows.UI.Input.Inking.Preview","Windows.UI.Input.Preview","Windows.UI.Input.Preview.Injection","Windows.UI.Input.Spatial","Windows.UI.Notifications","Windows.UI.Notifications.Management","Windows.UI.Notifications.Preview","Windows.UI.Popups","Windows.UI.Shell","Windows.UI.StartScreen","Windows.UI.Text","Windows.UI.Text.Core","Windows.UI.UIAutomation","Windows.UI.UIAutomation.Core","Windows.UI.ViewManagement","Windows.UI.ViewManagement.Core","Windows.UI.WebUI","Windows.UI.WebUI.Core","Windows.UI.WindowManagement","Windows.UI.WindowManagement.Preview","Windows.UI.Xaml","Windows.UI.Xaml.Automation","Windows.UI.Xaml.Automation.Peers","Windows.UI.Xaml.Automation.Provider","Windows.UI.Xaml.Automation.Text","Windows.UI.Xaml.Controls","Windows.UI.Xaml.Controls.Maps","Windows.UI.Xaml.Controls.Primitives","Windows.UI.Xaml.Core.Direct","Windows.UI.Xaml.Data","Windows.UI.Xaml.Documents","Windows.UI.Xaml.Hosting","Windows.UI.Xaml.Input","Windows.UI.Xaml.Interop","Windows.UI.Xaml.Markup","Windows.UI.Xaml.Media","Windows.UI.Xaml.Media.Animation","Windows.UI.Xaml.Media.Imaging","Windows.UI.Xaml.Media.Media3D","Windows.UI.Xaml.Navigation","Windows.UI.Xaml.Printing","Windows.UI.Xaml.Resources","Windows.UI.Xaml.Shapes","Windows.Wdk.Devices.Bluetooth","Windows.Wdk.Devices.HumanInterfaceDevice","Windows.Wdk.Foundation","Windows.Wdk.Graphics.Direct3D","Windows.Wdk.NetworkManagement.Ndis","Windows.Wdk.NetworkManagement.WindowsFilteringPlatform","Windows.Wdk.Storage.FileSystem","Windows.Wdk.Storage.FileSystem.Minifilters","Windows.Wdk.System.IO","Windows.Wdk.System.Memory","Windows.Wdk.System.OfflineRegistry","Windows.Wdk.System.Registry","Windows.Wdk.System.SystemInformation","Windows.Wdk.System.SystemServices","Windows.Wdk.System.Threading","Windows.Web","Windows.Web.AtomPub","Windows.Web.Http","Windows.Web.Http.Diagnostics","Windows.Web.Http.Filters","Windows.Web.Http.Headers","Windows.Web.Syndication","Windows.Web.UI","Windows.Web.UI.Interop","Windows.Win32.AI.MachineLearning.DirectML","Windows.Win32.AI.MachineLearning.WinML","Windows.Win32.Data.HtmlHelp","Windows.Win32.Data.RightsManagement","Windows.Win32.Data.Xml.MsXml","Windows.Win32.Data.Xml.XmlLite","Windows.Win32.Devices","Windows.Win32.Devices.AllJoyn","Windows.Win32.Devices.Beep","Windows.Win32.Devices.BiometricFramework","Windows.Win32.Devices.Bluetooth","Windows.Win32.Devices.Cdrom","Windows.Win32.Devices.Communication","Windows.Win32.Devices.DeviceAccess","Windows.Win32.Devices.DeviceAndDriverInstallation","Windows.Win32.Devices.DeviceQuery","Windows.Win32.Devices.Display","Windows.Win32.Devices.Dvd","Windows.Win32.Devices.Enumeration.Pnp","Windows.Win32.Devices.Fax","Windows.Win32.Devices.FunctionDiscovery","Windows.Win32.Devices.Geolocation","Windows.Win32.Devices.HumanInterfaceDevice","Windows.Win32.Devices.ImageAcquisition","Windows.Win32.Devices.Nfc","Windows.Win32.Devices.Nfp","Windows.Win32.Devices.PortableDevices","Windows.Win32.Devices.Properties","Windows.Win32.Devices.Pwm","Windows.Win32.Devices.Sensors","Windows.Win32.Devices.SerialCommunication","Windows.Win32.Devices.Tapi","Windows.Win32.Devices.Usb","Windows.Win32.Devices.WebServicesOnDevices","Windows.Win32.Foundation","Windows.Win32.Foundation.Metadata","Windows.Win32.Gaming","Windows.Win32.Globalization","Windows.Win32.Graphics.CompositionSwapchain","Windows.Win32.Graphics.DXCore","Windows.Win32.Graphics.Direct2D","Windows.Win32.Graphics.Direct2D.Common","Windows.Win32.Graphics.Direct3D","Windows.Win32.Graphics.Direct3D.Dxc","Windows.Win32.Graphics.Direct3D.Fxc","Windows.Win32.Graphics.Direct3D10","Windows.Win32.Graphics.Direct3D11","Windows.Win32.Graphics.Direct3D11on12","Windows.Win32.Graphics.Direct3D12","Windows.Win32.Graphics.Direct3D9","Windows.Win32.Graphics.Direct3D9on12","Windows.Win32.Graphics.DirectComposition","Windows.Win32.Graphics.DirectDraw","Windows.Win32.Graphics.DirectManipulation","Windows.Win32.Graphics.DirectWrite","Windows.Win32.Graphics.Dwm","Windows.Win32.Graphics.Dxgi","Windows.Win32.Graphics.Dxgi.Common","Windows.Win32.Graphics.Gdi","Windows.Win32.Graphics.GdiPlus","Windows.Win32.Graphics.Hlsl","Windows.Win32.Graphics.Imaging","Windows.Win32.Graphics.Imaging.D2D","Windows.Win32.Graphics.OpenGL","Windows.Win32.Graphics.Printing","Windows.Win32.Graphics.Printing.PrintTicket","Windows.Win32.Management.MobileDeviceManagementRegistration","Windows.Win32.Media","Windows.Win32.Media.Audio","Windows.Win32.Media.Audio.Apo","Windows.Win32.Media.Audio.DirectMusic","Windows.Win32.Media.Audio.DirectSound","Windows.Win32.Media.Audio.Endpoints","Windows.Win32.Media.Audio.XAudio2","Windows.Win32.Media.DeviceManager","Windows.Win32.Media.DirectShow","Windows.Win32.Media.DirectShow.Tv","Windows.Win32.Media.DirectShow.Xml","Windows.Win32.Media.DxMediaObjects","Windows.Win32.Media.KernelStreaming","Windows.Win32.Media.LibrarySharingServices","Windows.Win32.Media.MediaFoundation","Windows.Win32.Media.MediaPlayer","Windows.Win32.Media.Multimedia","Windows.Win32.Media.PictureAcquisition","Windows.Win32.Media.Speech","Windows.Win32.Media.Streaming","Windows.Win32.Media.WindowsMediaFormat","Windows.Win32.NetworkManagement.Dhcp","Windows.Win32.NetworkManagement.Dns","Windows.Win32.NetworkManagement.InternetConnectionWizard","Windows.Win32.NetworkManagement.IpHelper","Windows.Win32.NetworkManagement.MobileBroadband","Windows.Win32.NetworkManagement.Multicast","Windows.Win32.NetworkManagement.Ndis","Windows.Win32.NetworkManagement.NetBios","Windows.Win32.NetworkManagement.NetManagement","Windows.Win32.NetworkManagement.NetShell","Windows.Win32.NetworkManagement.NetworkDiagnosticsFramework","Windows.Win32.NetworkManagement.NetworkPolicyServer","Windows.Win32.NetworkManagement.P2P","Windows.Win32.NetworkManagement.QoS","Windows.Win32.NetworkManagement.Rras","Windows.Win32.NetworkManagement.Snmp","Windows.Win32.NetworkManagement.WNet","Windows.Win32.NetworkManagement.WebDav","Windows.Win32.NetworkManagement.WiFi","Windows.Win32.NetworkManagement.WindowsConnectNow","Windows.Win32.NetworkManagement.WindowsConnectionManager","Windows.Win32.NetworkManagement.WindowsFilteringPlatform","Windows.Win32.NetworkManagement.WindowsFirewall","Windows.Win32.NetworkManagement.WindowsNetworkVirtualization","Windows.Win32.Networking.ActiveDirectory","Windows.Win32.Networking.BackgroundIntelligentTransferService","Windows.Win32.Networking.Clustering","Windows.Win32.Networking.HttpServer","Windows.Win32.Networking.Ldap","Windows.Win32.Networking.NetworkListManager","Windows.Win32.Networking.RemoteDifferentialCompression","Windows.Win32.Networking.WebSocket","Windows.Win32.Networking.WinHttp","Windows.Win32.Networking.WinInet","Windows.Win32.Networking.WinSock","Windows.Win32.Networking.WindowsWebServices","Windows.Win32.Security","Windows.Win32.Security.AppLocker","Windows.Win32.Security.Authentication.Identity","Windows.Win32.Security.Authentication.Identity.Provider","Windows.Win32.Security.Authorization","Windows.Win32.Security.Authorization.UI","Windows.Win32.Security.ConfigurationSnapin","Windows.Win32.Security.Credentials","Windows.Win32.Security.Cryptography","Windows.Win32.Security.Cryptography.Catalog","Windows.Win32.Security.Cryptography.Certificates","Windows.Win32.Security.Cryptography.Sip","Windows.Win32.Security.Cryptography.UI","Windows.Win32.Security.DiagnosticDataQuery","Windows.Win32.Security.DirectoryServices","Windows.Win32.Security.EnterpriseData","Windows.Win32.Security.ExtensibleAuthenticationProtocol","Windows.Win32.Security.Isolation","Windows.Win32.Security.LicenseProtection","Windows.Win32.Security.NetworkAccessProtection","Windows.Win32.Security.Tpm","Windows.Win32.Security.WinTrust","Windows.Win32.Security.WinWlx","Windows.Win32.Storage.Cabinets","Windows.Win32.Storage.CloudFilters","Windows.Win32.Storage.Compression","Windows.Win32.Storage.DataDeduplication","Windows.Win32.Storage.DistributedFileSystem","Windows.Win32.Storage.EnhancedStorage","Windows.Win32.Storage.FileHistory","Windows.Win32.Storage.FileServerResourceManager","Windows.Win32.Storage.FileSystem","Windows.Win32.Storage.Imapi","Windows.Win32.Storage.IndexServer","Windows.Win32.Storage.InstallableFileSystems","Windows.Win32.Storage.IscsiDisc","Windows.Win32.Storage.Jet","Windows.Win32.Storage.Nvme","Windows.Win32.Storage.OfflineFiles","Windows.Win32.Storage.OperationRecorder","Windows.Win32.Storage.Packaging.Appx","Windows.Win32.Storage.Packaging.Opc","Windows.Win32.Storage.ProjectedFileSystem","Windows.Win32.Storage.StructuredStorage","Windows.Win32.Storage.Vhd","Windows.Win32.Storage.VirtualDiskService","Windows.Win32.Storage.Vss","Windows.Win32.Storage.Xps","Windows.Win32.Storage.Xps.Printing","Windows.Win32.System.AddressBook","Windows.Win32.System.Antimalware","Windows.Win32.System.ApplicationInstallationAndServicing","Windows.Win32.System.ApplicationVerifier","Windows.Win32.System.AssessmentTool","Windows.Win32.System.ClrHosting","Windows.Win32.System.Com","Windows.Win32.System.Com.CallObj","Windows.Win32.System.Com.ChannelCredentials","Windows.Win32.System.Com.Events","Windows.Win32.System.Com.Marshal","Windows.Win32.System.Com.StructuredStorage","Windows.Win32.System.Com.UI","Windows.Win32.System.Com.Urlmon","Windows.Win32.System.ComponentServices","Windows.Win32.System.Console","Windows.Win32.System.Contacts","Windows.Win32.System.CorrelationVector","Windows.Win32.System.DataExchange","Windows.Win32.System.DeploymentServices","Windows.Win32.System.DesktopSharing","Windows.Win32.System.DeveloperLicensing","Windows.Win32.System.Diagnostics.Ceip","Windows.Win32.System.Diagnostics.ClrProfiling","Windows.Win32.System.Diagnostics.Debug","Windows.Win32.System.Diagnostics.Debug.ActiveScript","Windows.Win32.System.Diagnostics.Debug.Extensions","Windows.Win32.System.Diagnostics.Debug.WebApp","Windows.Win32.System.Diagnostics.Etw","Windows.Win32.System.Diagnostics.ProcessSnapshotting","Windows.Win32.System.Diagnostics.ToolHelp","Windows.Win32.System.Diagnostics.TraceLogging","Windows.Win32.System.DistributedTransactionCoordinator","Windows.Win32.System.Environment","Windows.Win32.System.ErrorReporting","Windows.Win32.System.EventCollector","Windows.Win32.System.EventLog","Windows.Win32.System.EventNotificationService","Windows.Win32.System.GroupPolicy","Windows.Win32.System.HostCompute","Windows.Win32.System.HostComputeNetwork","Windows.Win32.System.HostComputeSystem","Windows.Win32.System.Hypervisor","Windows.Win32.System.IO","Windows.Win32.System.Iis","Windows.Win32.System.Ioctl","Windows.Win32.System.JobObjects","Windows.Win32.System.Js","Windows.Win32.System.Kernel","Windows.Win32.System.LibraryLoader","Windows.Win32.System.Mailslots","Windows.Win32.System.Mapi","Windows.Win32.System.Memory","Windows.Win32.System.Memory.NonVolatile","Windows.Win32.System.MessageQueuing","Windows.Win32.System.MixedReality","Windows.Win32.System.Mmc","Windows.Win32.System.Ole","Windows.Win32.System.ParentalControls","Windows.Win32.System.PasswordManagement","Windows.Win32.System.Performance","Windows.Win32.System.Performance.HardwareCounterProfiling","Windows.Win32.System.Pipes","Windows.Win32.System.Power","Windows.Win32.System.ProcessStatus","Windows.Win32.System.RealTimeCommunications","Windows.Win32.System.Recovery","Windows.Win32.System.Registry","Windows.Win32.System.RemoteAssistance","Windows.Win32.System.RemoteDesktop","Windows.Win32.System.RemoteManagement","Windows.Win32.System.RestartManager","Windows.Win32.System.Restore","Windows.Win32.System.Rpc","Windows.Win32.System.Search","Windows.Win32.System.Search.Common","Windows.Win32.System.SecurityCenter","Windows.Win32.System.ServerBackup","Windows.Win32.System.Services","Windows.Win32.System.SettingsManagementInfrastructure","Windows.Win32.System.SetupAndMigration","Windows.Win32.System.Shutdown","Windows.Win32.System.SideShow","Windows.Win32.System.StationsAndDesktops","Windows.Win32.System.SubsystemForLinux","Windows.Win32.System.SystemInformation","Windows.Win32.System.SystemServices","Windows.Win32.System.TaskScheduler","Windows.Win32.System.Threading","Windows.Win32.System.Time","Windows.Win32.System.TpmBaseServices","Windows.Win32.System.TransactionServer","Windows.Win32.System.UpdateAgent","Windows.Win32.System.UpdateAssessment","Windows.Win32.System.UserAccessLogging","Windows.Win32.System.Variant","Windows.Win32.System.VirtualDosMachines","Windows.Win32.System.WinRT","Windows.Win32.System.WinRT.AllJoyn","Windows.Win32.System.WinRT.Composition","Windows.Win32.System.WinRT.CoreInputView","Windows.Win32.System.WinRT.Direct3D11","Windows.Win32.System.WinRT.Display","Windows.Win32.System.WinRT.Graphics.Capture","Windows.Win32.System.WinRT.Graphics.Direct2D","Windows.Win32.System.WinRT.Graphics.Imaging","Windows.Win32.System.WinRT.Holographic","Windows.Win32.System.WinRT.Isolation","Windows.Win32.System.WinRT.ML","Windows.Win32.System.WinRT.Media","Windows.Win32.System.WinRT.Metadata","Windows.Win32.System.WinRT.Pdf","Windows.Win32.System.WinRT.Printing","Windows.Win32.System.WinRT.Shell","Windows.Win32.System.WinRT.Storage","Windows.Win32.System.WinRT.Xaml","Windows.Win32.System.WindowsProgramming","Windows.Win32.System.WindowsSync","Windows.Win32.System.Wmi","Windows.Win32.UI.Accessibility","Windows.Win32.UI.Animation","Windows.Win32.UI.ColorSystem","Windows.Win32.UI.Controls","Windows.Win32.UI.Controls.Dialogs","Windows.Win32.UI.Controls.RichEdit","Windows.Win32.UI.HiDpi","Windows.Win32.UI.Input","Windows.Win32.UI.Input.Ime","Windows.Win32.UI.Input.Ink","Windows.Win32.UI.Input.KeyboardAndMouse","Windows.Win32.UI.Input.Pointer","Windows.Win32.UI.Input.Radial","Windows.Win32.UI.Input.Touch","Windows.Win32.UI.Input.XboxController","Windows.Win32.UI.InteractionContext","Windows.Win32.UI.LegacyWindowsEnvironmentFeatures","Windows.Win32.UI.Magnification","Windows.Win32.UI.Notifications","Windows.Win32.UI.Ribbon","Windows.Win32.UI.Shell","Windows.Win32.UI.Shell.Common","Windows.Win32.UI.Shell.PropertiesSystem","Windows.Win32.UI.TabletPC","Windows.Win32.UI.TextServices","Windows.Win32.UI.WindowsAndMessaging","Windows.Win32.UI.Wpf","Windows.Win32.UI.Xaml.Diagnostics","Windows.Win32.Web.InternetExplorer","Windows.Win32.Web.MsHtml"],"feature_map":["Wdk_Devices_Bluetooth","Win32_Foundation","Wdk_Devices_HumanInterfaceDevice","Wdk_Foundation","Wdk_System_SystemServices","Win32_Security","Wdk_Storage_FileSystem","Win32_System_IO","Win32_System_Kernel","Win32_System_Power","Wdk_Graphics_Direct3D","Win32_Graphics_Direct3D9","Win32_Graphics_DirectDraw","Win32_Graphics_Gdi","Foundation_Numerics","Wdk_NetworkManagement_Ndis","Win32_Networking_WinSock","Win32_NetworkManagement_Ndis","Wdk_NetworkManagement_WindowsFilteringPlatform","Win32_NetworkManagement_WindowsFilteringPlatform","Win32_System_Rpc","Win32_System_Memory","Win32_Storage_FileSystem","Win32_System_Ioctl","Win32_Security_Authentication_Identity","Wdk_Storage_FileSystem_Minifilters","Win32_Storage_InstallableFileSystems","Wdk_System_IO","Wdk_System_Memory","Wdk_System_OfflineRegistry","Wdk_System_Registry","Wdk_System_SystemInformation","Win32_System_Diagnostics_Debug","Win32_System_Diagnostics_Etw","Win32_System_SystemInformation","Win32_Storage_IscsiDisc","Win32_System_WindowsProgramming","Win32_Devices_Properties","Win32_System_SystemServices","Win32_System_Threading","Wdk_System_Threading","Win32_Data_HtmlHelp","Win32_UI_Controls","Win32_System_Com","Win32_System_Variant","Win32_Data_RightsManagement","Win32_Devices","Win32_Devices_AllJoyn","Win32_Devices_Beep","Win32_Devices_BiometricFramework","Win32_Devices_Bluetooth","Win32_Devices_Cdrom","Win32_Devices_Communication","Win32_Devices_DeviceAndDriverInstallation","Win32_System_Registry","Win32_UI_WindowsAndMessaging","Win32_Devices_DeviceQuery","Win32_Devices_Display","Win32_System_Console","Win32_Graphics_OpenGL","Win32_UI_ColorSystem","Win32_Devices_Dvd","Win32_Devices_Enumeration_Pnp","Win32_Devices_Fax","Win32_Devices_HumanInterfaceDevice","Win32_Devices_Nfc","Win32_Devices_Nfp","Win32_Devices_PortableDevices","Win32_Devices_Pwm","Win32_Devices_Sensors","Win32_System_Com_StructuredStorage","Win32_Devices_SerialCommunication","Win32_Devices_Tapi","Win32_Devices_Usb","Win32_Devices_WebServicesOnDevices","Win32_Security_Cryptography","Win32_Gaming","Win32_Globalization","Win32_Graphics_Dwm","Win32_Graphics_GdiPlus","Win32_Graphics_Hlsl","Win32_Graphics_Printing","Win32_Storage_Xps","Win32_Graphics_Printing_PrintTicket","Win32_Management_MobileDeviceManagementRegistration","Win32_Media","Win32_Media_Multimedia","Win32_Media_Audio","Win32_Media_DxMediaObjects","Win32_Media_KernelStreaming","Win32_Media_MediaFoundation","Win32_UI_Controls_Dialogs","Win32_Media_Streaming","Win32_Media_WindowsMediaFormat","Win32_NetworkManagement_Dhcp","Win32_NetworkManagement_Dns","Win32_NetworkManagement_InternetConnectionWizard","Win32_NetworkManagement_IpHelper","Win32_NetworkManagement_Multicast","Win32_NetworkManagement_NetBios","Win32_NetworkManagement_NetManagement","Win32_NetworkManagement_NetShell","Win32_NetworkManagement_NetworkDiagnosticsFramework","Win32_NetworkManagement_P2P","Win32_NetworkManagement_QoS","Win32_NetworkManagement_Rras","Win32_NetworkManagement_Snmp","Win32_NetworkManagement_WNet","Win32_NetworkManagement_WebDav","Win32_NetworkManagement_WiFi","Win32_Security_ExtensibleAuthenticationProtocol","Win32_System_RemoteDesktop","Win32_NetworkManagement_WindowsConnectionManager","Win32_NetworkManagement_WindowsFirewall","Win32_NetworkManagement_WindowsNetworkVirtualization","Win32_Networking_ActiveDirectory","Win32_UI_Shell","Win32_Networking_Clustering","Win32_System_Services","Win32_Networking_HttpServer","Win32_Networking_Ldap","Win32_Networking_WebSocket","Win32_Networking_WinHttp","Win32_Networking_WinInet","Win32_Networking_WindowsWebServices","Win32_Security_AppLocker","Win32_Security_Credentials","Win32_System_PasswordManagement","Win32_Security_Authorization","Win32_Security_Cryptography_Catalog","Win32_Security_Cryptography_Sip","Win32_Security_Cryptography_Certificates","Win32_Security_Cryptography_UI","Win32_Security_WinTrust","Win32_Security_DiagnosticDataQuery","Win32_Security_DirectoryServices","Win32_Security_EnterpriseData","Win32_Storage_Packaging_Appx","Win32_Security_Isolation","Win32_Security_LicenseProtection","Win32_Security_NetworkAccessProtection","Win32_Security_WinWlx","Win32_System_StationsAndDesktops","Win32_Storage_Cabinets","Win32_Storage_CloudFilters","Win32_System_CorrelationVector","Win32_Storage_Compression","Win32_Storage_DistributedFileSystem","Win32_Storage_FileHistory","Win32_Storage_Imapi","Win32_System_AddressBook","Win32_Storage_IndexServer","Win32_Storage_Jet","Win32_Storage_StructuredStorage","Win32_Storage_Nvme","Win32_Storage_OfflineFiles","Win32_Storage_OperationRecorder","Win32_Storage_ProjectedFileSystem","Win32_Storage_Vhd","Win32_System_Antimalware","Win32_System_ApplicationInstallationAndServicing","Win32_System_ApplicationVerifier","Win32_System_ClrHosting","Win32_System_Ole","Win32_System_Com_Marshal","Win32_System_Com_Urlmon","Win32_System_ComponentServices","Win32_System_DataExchange","Win32_System_DeploymentServices","Win32_System_DeveloperLicensing","Win32_System_Diagnostics_Ceip","Win32_System_Time","Win32_System_Diagnostics_Debug_Extensions","Win32_System_Diagnostics_ProcessSnapshotting","Win32_System_Diagnostics_ToolHelp","Win32_System_Diagnostics_TraceLogging","Win32_System_DistributedTransactionCoordinator","Win32_System_Environment","Win32_System_ErrorReporting","Win32_System_EventCollector","Win32_System_EventLog","Win32_System_EventNotificationService","Win32_System_GroupPolicy","Win32_System_HostCompute","Win32_System_HostComputeNetwork","Win32_System_HostComputeSystem","Win32_System_Hypervisor","Win32_System_Iis","Win32_System_JobObjects","Win32_System_Js","Win32_System_Diagnostics_Debug_ActiveScript","Win32_System_LibraryLoader","Win32_System_Mailslots","Win32_System_Mapi","Win32_System_Memory_NonVolatile","Win32_System_MessageQueuing","Win32_System_MixedReality","Win32_System_Performance","Win32_System_Performance_HardwareCounterProfiling","Win32_System_Pipes","Win32_System_ProcessStatus","Win32_System_Recovery","Win32_System_RemoteManagement","Win32_System_RestartManager","Win32_System_Restore","Win32_System_Search","Win32_System_Search_Common","Win32_System_SecurityCenter","Win32_System_SetupAndMigration","Win32_System_Shutdown","Win32_System_SubsystemForLinux","Win32_System_TpmBaseServices","Win32_System_UserAccessLogging","Win32_System_VirtualDosMachines","Win32_System_Wmi","Win32_UI_Accessibility","Win32_UI_Input_Pointer","Win32_UI_HiDpi","Win32_UI_Input","Win32_UI_Input_Ime","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Input_Touch","Win32_UI_Input_XboxController","Win32_UI_InteractionContext","Win32_UI_Magnification","Win32_UI_Shell_Common","Win32_UI_Shell_PropertiesSystem","Win32_UI_TabletPC","Win32_UI_TextServices","Win32_Web_InternetExplorer"],"namespaces":{"340":[{"name":"DEVPKEY_Bluetooth_ClassOfDevice","features":[0,1]},{"name":"DEVPKEY_Bluetooth_ClassOfDevice_Deprecated","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceAddress","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceFlags","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceManufacturer","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceModelNumber","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DevicePID","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceProductVersion","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceVID","features":[0,1]},{"name":"DEVPKEY_Bluetooth_DeviceVIDSource","features":[0,1]},{"name":"DEVPKEY_Bluetooth_LastConnectedTime","features":[0,1]},{"name":"DEVPKEY_Bluetooth_LastConnectedTime_Deprecated","features":[0,1]},{"name":"DEVPKEY_Bluetooth_LastSeenTime","features":[0,1]},{"name":"DEVPKEY_Bluetooth_ServiceGUID","features":[0,1]},{"name":"GUID_BTHDDI_PROFILE_DRIVER_INTERFACE","features":[0]},{"name":"GUID_BTHDDI_SDP_NODE_INTERFACE","features":[0]},{"name":"GUID_BTHDDI_SDP_PARSE_INTERFACE","features":[0]},{"name":"GUID_BTH_DEVICE_INTERFACE","features":[0]}],"341":[{"name":"EVT_VHF_ASYNC_OPERATION","features":[2]},{"name":"EVT_VHF_CLEANUP","features":[2]},{"name":"EVT_VHF_READY_FOR_NEXT_READ_REPORT","features":[2]},{"name":"HID_XFER_PACKET","features":[2]},{"name":"VHF_CONFIG","features":[2,1]},{"name":"VhfAsyncOperationComplete","features":[2,1]},{"name":"VhfCreate","features":[2,1]},{"name":"VhfDelete","features":[2,1]},{"name":"VhfReadReportSubmit","features":[2,1]},{"name":"VhfStart","features":[2,1]}],"342":[{"name":"ACCESS_STATE","features":[3,4,1,5]},{"name":"DEVICE_OBJECT","features":[3,6,4,1,5,7,8,9]},{"name":"DEVOBJ_EXTENSION","features":[3,6,4,1,5,7,8,9]},{"name":"DISPATCHER_HEADER","features":[3,1,8]},{"name":"DMA_COMMON_BUFFER_VECTOR","features":[3]},{"name":"DRIVER_ADD_DEVICE","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_CANCEL","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_CONTROL","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_DISPATCH","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_DISPATCH_PAGED","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_EXTENSION","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_FS_NOTIFICATION","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_INITIALIZE","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_NOTIFICATION_CALLBACK_ROUTINE","features":[3,1]},{"name":"DRIVER_OBJECT","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_REINITIALIZE","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_STARTIO","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_UNLOAD","features":[3,6,4,1,5,7,8,9]},{"name":"DontUseThisType","features":[3]},{"name":"DontUseThisTypeSession","features":[3]},{"name":"ECP_HEADER","features":[3]},{"name":"ECP_LIST","features":[3]},{"name":"ERESOURCE","features":[3,8]},{"name":"FAST_IO_ACQUIRE_FILE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_ACQUIRE_FOR_CCFLUSH","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_ACQUIRE_FOR_MOD_WRITE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_CHECK_IF_POSSIBLE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_DETACH_DEVICE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_DEVICE_CONTROL","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_DISPATCH","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_LOCK","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_MDL_READ","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_MDL_READ_COMPLETE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_MDL_READ_COMPLETE_COMPRESSED","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_MDL_WRITE_COMPLETE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_MDL_WRITE_COMPLETE_COMPRESSED","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_PREPARE_MDL_WRITE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_QUERY_BASIC_INFO","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_QUERY_NETWORK_OPEN_INFO","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_QUERY_OPEN","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_QUERY_STANDARD_INFO","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_READ","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_READ_COMPRESSED","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_RELEASE_FILE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_RELEASE_FOR_CCFLUSH","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_RELEASE_FOR_MOD_WRITE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_UNLOCK_ALL","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_UNLOCK_ALL_BY_KEY","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_UNLOCK_SINGLE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_WRITE","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_IO_WRITE_COMPRESSED","features":[3,6,4,1,5,7,8,9]},{"name":"FAST_MUTEX","features":[3,1,8]},{"name":"FILE_OBJECT","features":[3,6,4,1,5,7,8,9]},{"name":"IOMMU_DMA_DEVICE","features":[3]},{"name":"IOMMU_DMA_DOMAIN","features":[3]},{"name":"IO_COMPLETION_CONTEXT","features":[3]},{"name":"IO_PRIORITY_HINT","features":[3]},{"name":"IO_SECURITY_CONTEXT","features":[3,4,1,5]},{"name":"IO_STACK_LOCATION","features":[3,6,4,1,5,7,8,9]},{"name":"IRP","features":[3,6,4,1,5,7,8,9]},{"name":"IoPriorityCritical","features":[3]},{"name":"IoPriorityHigh","features":[3]},{"name":"IoPriorityLow","features":[3]},{"name":"IoPriorityNormal","features":[3]},{"name":"IoPriorityVeryLow","features":[3]},{"name":"KDEVICE_QUEUE","features":[3,1,8]},{"name":"KDPC","features":[3,8]},{"name":"KENLISTMENT","features":[3]},{"name":"KEVENT","features":[3,1,8]},{"name":"KGDT","features":[3]},{"name":"KIDT","features":[3]},{"name":"KMUTANT","features":[3,1,8]},{"name":"KPCR","features":[3]},{"name":"KPRCB","features":[3]},{"name":"KQUEUE","features":[3,1,8]},{"name":"KRESOURCEMANAGER","features":[3]},{"name":"KSPIN_LOCK_QUEUE_NUMBER","features":[3]},{"name":"KTM","features":[3]},{"name":"KTRANSACTION","features":[3]},{"name":"KTSS","features":[3]},{"name":"KWAIT_BLOCK","features":[3,1,8]},{"name":"LOADER_PARAMETER_BLOCK","features":[3]},{"name":"LockQueueAfdWorkQueueLock","features":[3]},{"name":"LockQueueBcbLock","features":[3]},{"name":"LockQueueIoCancelLock","features":[3]},{"name":"LockQueueIoCompletionLock","features":[3]},{"name":"LockQueueIoDatabaseLock","features":[3]},{"name":"LockQueueIoVpbLock","features":[3]},{"name":"LockQueueMasterLock","features":[3]},{"name":"LockQueueMaximumLock","features":[3]},{"name":"LockQueueNonPagedPoolLock","features":[3]},{"name":"LockQueueNtfsStructLock","features":[3]},{"name":"LockQueueUnusedSpare0","features":[3]},{"name":"LockQueueUnusedSpare1","features":[3]},{"name":"LockQueueUnusedSpare15","features":[3]},{"name":"LockQueueUnusedSpare16","features":[3]},{"name":"LockQueueUnusedSpare2","features":[3]},{"name":"LockQueueUnusedSpare3","features":[3]},{"name":"LockQueueUnusedSpare8","features":[3]},{"name":"LockQueueVacbLock","features":[3]},{"name":"MDL","features":[3]},{"name":"MaxIoPriorityTypes","features":[3]},{"name":"MaxPoolType","features":[3]},{"name":"NTSTRSAFE_MAX_CCH","features":[3]},{"name":"NTSTRSAFE_MAX_LENGTH","features":[3]},{"name":"NTSTRSAFE_UNICODE_STRING_MAX_CCH","features":[3]},{"name":"NTSTRSAFE_USE_SECURE_CRT","features":[3]},{"name":"NonPagedPool","features":[3]},{"name":"NonPagedPoolBase","features":[3]},{"name":"NonPagedPoolBaseCacheAligned","features":[3]},{"name":"NonPagedPoolBaseCacheAlignedMustS","features":[3]},{"name":"NonPagedPoolBaseMustSucceed","features":[3]},{"name":"NonPagedPoolCacheAligned","features":[3]},{"name":"NonPagedPoolCacheAlignedMustS","features":[3]},{"name":"NonPagedPoolCacheAlignedMustSSession","features":[3]},{"name":"NonPagedPoolCacheAlignedSession","features":[3]},{"name":"NonPagedPoolExecute","features":[3]},{"name":"NonPagedPoolMustSucceed","features":[3]},{"name":"NonPagedPoolMustSucceedSession","features":[3]},{"name":"NonPagedPoolNx","features":[3]},{"name":"NonPagedPoolNxCacheAligned","features":[3]},{"name":"NonPagedPoolSession","features":[3]},{"name":"NonPagedPoolSessionNx","features":[3]},{"name":"NtClose","features":[3,1]},{"name":"NtQueryObject","features":[3,1]},{"name":"OBJECT_ATTRIBUTES","features":[3,1,5]},{"name":"OBJECT_ATTRIBUTES32","features":[3,1,5]},{"name":"OBJECT_ATTRIBUTES64","features":[3,1,5]},{"name":"OBJECT_INFORMATION_CLASS","features":[3]},{"name":"OBJECT_NAME_INFORMATION","features":[3,1]},{"name":"OWNER_ENTRY","features":[3]},{"name":"ObjectBasicInformation","features":[3]},{"name":"ObjectTypeInformation","features":[3]},{"name":"PAFFINITY_TOKEN","features":[3]},{"name":"PBUS_HANDLER","features":[3]},{"name":"PCALLBACK_OBJECT","features":[3]},{"name":"PDEVICE_HANDLER_OBJECT","features":[3]},{"name":"PEJOB","features":[3]},{"name":"PEPROCESS","features":[3]},{"name":"PESILO","features":[3]},{"name":"PETHREAD","features":[3]},{"name":"PEX_RUNDOWN_REF_CACHE_AWARE","features":[3]},{"name":"PEX_TIMER","features":[3]},{"name":"PFREE_FUNCTION","features":[3]},{"name":"PIO_COMPLETION_ROUTINE","features":[3,1]},{"name":"PIO_REMOVE_LOCK_TRACKING_BLOCK","features":[3]},{"name":"PIO_TIMER","features":[3]},{"name":"PIO_WORKITEM","features":[3]},{"name":"PKDEFERRED_ROUTINE","features":[3]},{"name":"PKINTERRUPT","features":[3]},{"name":"PKPROCESS","features":[3]},{"name":"PKTHREAD","features":[3]},{"name":"PNOTIFY_SYNC","features":[3]},{"name":"POBJECT_TYPE","features":[3]},{"name":"POHANDLE","features":[3]},{"name":"POOL_TYPE","features":[3]},{"name":"PPCW_BUFFER","features":[3]},{"name":"PPCW_INSTANCE","features":[3]},{"name":"PPCW_REGISTRATION","features":[3]},{"name":"PRKPROCESS","features":[3]},{"name":"PRKTHREAD","features":[3]},{"name":"PSILO_MONITOR","features":[3]},{"name":"PWORKER_THREAD_ROUTINE","features":[3]},{"name":"PagedPool","features":[3]},{"name":"PagedPoolCacheAligned","features":[3]},{"name":"PagedPoolCacheAlignedSession","features":[3]},{"name":"PagedPoolSession","features":[3]},{"name":"RTL_SPLAY_LINKS","features":[3]},{"name":"SECTION_OBJECT_POINTERS","features":[3]},{"name":"SECURITY_SUBJECT_CONTEXT","features":[3,5]},{"name":"STRSAFE_FILL_BEHIND","features":[3]},{"name":"STRSAFE_FILL_BEHIND_NULL","features":[3]},{"name":"STRSAFE_FILL_ON_FAILURE","features":[3]},{"name":"STRSAFE_IGNORE_NULLS","features":[3]},{"name":"STRSAFE_NO_TRUNCATION","features":[3]},{"name":"STRSAFE_NULL_ON_FAILURE","features":[3]},{"name":"STRSAFE_ZERO_LENGTH_ON_FAILURE","features":[3]},{"name":"SspiAsyncContext","features":[3]},{"name":"TARGET_DEVICE_CUSTOM_NOTIFICATION","features":[3,6,4,1,5,7,8,9]},{"name":"VPB","features":[3,6,4,1,5,7,8,9]},{"name":"WORK_QUEUE_ITEM","features":[3,8]},{"name":"_DEVICE_OBJECT_POWER_EXTENSION","features":[3]},{"name":"_IORING_OBJECT","features":[3]},{"name":"_SCSI_REQUEST_BLOCK","features":[3]},{"name":"__WARNING_BANNED_API_USAGE","features":[3]},{"name":"__WARNING_CYCLOMATIC_COMPLEXITY","features":[3]},{"name":"__WARNING_DEREF_NULL_PTR","features":[3]},{"name":"__WARNING_HIGH_PRIORITY_OVERFLOW_POSTCONDITION","features":[3]},{"name":"__WARNING_INCORRECT_ANNOTATION","features":[3]},{"name":"__WARNING_INVALID_PARAM_VALUE_1","features":[3]},{"name":"__WARNING_INVALID_PARAM_VALUE_3","features":[3]},{"name":"__WARNING_MISSING_ZERO_TERMINATION2","features":[3]},{"name":"__WARNING_POSTCONDITION_NULLTERMINATION_VIOLATION","features":[3]},{"name":"__WARNING_POST_EXPECTED","features":[3]},{"name":"__WARNING_POTENTIAL_BUFFER_OVERFLOW_HIGH_PRIORITY","features":[3]},{"name":"__WARNING_POTENTIAL_RANGE_POSTCONDITION_VIOLATION","features":[3]},{"name":"__WARNING_PRECONDITION_NULLTERMINATION_VIOLATION","features":[3]},{"name":"__WARNING_RANGE_POSTCONDITION_VIOLATION","features":[3]},{"name":"__WARNING_RETURNING_BAD_RESULT","features":[3]},{"name":"__WARNING_RETURN_UNINIT_VAR","features":[3]},{"name":"__WARNING_USING_UNINIT_VAR","features":[3]}],"343":[{"name":"D3DCAPS8","features":[10,11]},{"name":"D3DCLEAR_COMPUTERECTS","features":[10]},{"name":"D3DDDIARG_CREATERESOURCE","features":[10,1]},{"name":"D3DDDIARG_CREATERESOURCE2","features":[10,1]},{"name":"D3DDDICB_DESTROYALLOCATION2FLAGS","features":[10]},{"name":"D3DDDICB_LOCK2FLAGS","features":[10]},{"name":"D3DDDICB_LOCKFLAGS","features":[10]},{"name":"D3DDDICB_SIGNALFLAGS","features":[10]},{"name":"D3DDDIFMT_A1","features":[10]},{"name":"D3DDDIFMT_A16B16G16R16","features":[10]},{"name":"D3DDDIFMT_A16B16G16R16F","features":[10]},{"name":"D3DDDIFMT_A1R5G5B5","features":[10]},{"name":"D3DDDIFMT_A2B10G10R10","features":[10]},{"name":"D3DDDIFMT_A2B10G10R10_XR_BIAS","features":[10]},{"name":"D3DDDIFMT_A2R10G10B10","features":[10]},{"name":"D3DDDIFMT_A2W10V10U10","features":[10]},{"name":"D3DDDIFMT_A32B32G32R32F","features":[10]},{"name":"D3DDDIFMT_A4L4","features":[10]},{"name":"D3DDDIFMT_A4R4G4B4","features":[10]},{"name":"D3DDDIFMT_A8","features":[10]},{"name":"D3DDDIFMT_A8B8G8R8","features":[10]},{"name":"D3DDDIFMT_A8L8","features":[10]},{"name":"D3DDDIFMT_A8P8","features":[10]},{"name":"D3DDDIFMT_A8R3G3B2","features":[10]},{"name":"D3DDDIFMT_A8R8G8B8","features":[10]},{"name":"D3DDDIFMT_BINARYBUFFER","features":[10]},{"name":"D3DDDIFMT_BITSTREAMDATA","features":[10]},{"name":"D3DDDIFMT_CxV8U8","features":[10]},{"name":"D3DDDIFMT_D15S1","features":[10]},{"name":"D3DDDIFMT_D16","features":[10]},{"name":"D3DDDIFMT_D16_LOCKABLE","features":[10]},{"name":"D3DDDIFMT_D24FS8","features":[10]},{"name":"D3DDDIFMT_D24S8","features":[10]},{"name":"D3DDDIFMT_D24X4S4","features":[10]},{"name":"D3DDDIFMT_D24X8","features":[10]},{"name":"D3DDDIFMT_D32","features":[10]},{"name":"D3DDDIFMT_D32F_LOCKABLE","features":[10]},{"name":"D3DDDIFMT_D32_LOCKABLE","features":[10]},{"name":"D3DDDIFMT_DEBLOCKINGDATA","features":[10]},{"name":"D3DDDIFMT_DXT1","features":[10]},{"name":"D3DDDIFMT_DXT2","features":[10]},{"name":"D3DDDIFMT_DXT3","features":[10]},{"name":"D3DDDIFMT_DXT4","features":[10]},{"name":"D3DDDIFMT_DXT5","features":[10]},{"name":"D3DDDIFMT_DXVACOMPBUFFER_BASE","features":[10]},{"name":"D3DDDIFMT_DXVACOMPBUFFER_MAX","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED10","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED11","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED12","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED13","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED14","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED15","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED16","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED17","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED18","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED19","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED20","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED21","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED22","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED23","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED24","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED25","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED26","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED27","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED28","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED29","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED30","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED31","features":[10]},{"name":"D3DDDIFMT_DXVA_RESERVED9","features":[10]},{"name":"D3DDDIFMT_FILMGRAINBUFFER","features":[10]},{"name":"D3DDDIFMT_G16R16","features":[10]},{"name":"D3DDDIFMT_G16R16F","features":[10]},{"name":"D3DDDIFMT_G32R32F","features":[10]},{"name":"D3DDDIFMT_G8R8","features":[10]},{"name":"D3DDDIFMT_G8R8_G8B8","features":[10]},{"name":"D3DDDIFMT_INDEX16","features":[10]},{"name":"D3DDDIFMT_INDEX32","features":[10]},{"name":"D3DDDIFMT_INVERSEQUANTIZATIONDATA","features":[10]},{"name":"D3DDDIFMT_L16","features":[10]},{"name":"D3DDDIFMT_L6V5U5","features":[10]},{"name":"D3DDDIFMT_L8","features":[10]},{"name":"D3DDDIFMT_MACROBLOCKDATA","features":[10]},{"name":"D3DDDIFMT_MOTIONVECTORBUFFER","features":[10]},{"name":"D3DDDIFMT_MULTI2_ARGB8","features":[10]},{"name":"D3DDDIFMT_P8","features":[10]},{"name":"D3DDDIFMT_PICTUREPARAMSDATA","features":[10]},{"name":"D3DDDIFMT_Q16W16V16U16","features":[10]},{"name":"D3DDDIFMT_Q8W8V8U8","features":[10]},{"name":"D3DDDIFMT_R16F","features":[10]},{"name":"D3DDDIFMT_R32F","features":[10]},{"name":"D3DDDIFMT_R3G3B2","features":[10]},{"name":"D3DDDIFMT_R5G6B5","features":[10]},{"name":"D3DDDIFMT_R8","features":[10]},{"name":"D3DDDIFMT_R8G8B8","features":[10]},{"name":"D3DDDIFMT_R8G8_B8G8","features":[10]},{"name":"D3DDDIFMT_RESIDUALDIFFERENCEDATA","features":[10]},{"name":"D3DDDIFMT_S1D15","features":[10]},{"name":"D3DDDIFMT_S8D24","features":[10]},{"name":"D3DDDIFMT_S8_LOCKABLE","features":[10]},{"name":"D3DDDIFMT_SLICECONTROLDATA","features":[10]},{"name":"D3DDDIFMT_UNKNOWN","features":[10]},{"name":"D3DDDIFMT_UYVY","features":[10]},{"name":"D3DDDIFMT_V16U16","features":[10]},{"name":"D3DDDIFMT_V8U8","features":[10]},{"name":"D3DDDIFMT_VERTEXDATA","features":[10]},{"name":"D3DDDIFMT_W11V11U10","features":[10]},{"name":"D3DDDIFMT_X1R5G5B5","features":[10]},{"name":"D3DDDIFMT_X4R4G4B4","features":[10]},{"name":"D3DDDIFMT_X4S4D24","features":[10]},{"name":"D3DDDIFMT_X8B8G8R8","features":[10]},{"name":"D3DDDIFMT_X8D24","features":[10]},{"name":"D3DDDIFMT_X8L8V8U8","features":[10]},{"name":"D3DDDIFMT_X8R8G8B8","features":[10]},{"name":"D3DDDIFMT_YUY2","features":[10]},{"name":"D3DDDIFORMAT","features":[10]},{"name":"D3DDDIGPUVIRTUALADDRESS_PROTECTION_TYPE","features":[10]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVATION_TYPE","features":[10]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_NO_ACCESS","features":[10]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_NO_COMMIT","features":[10]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_ZERO","features":[10]},{"name":"D3DDDIMULTISAMPLE_10_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_11_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_12_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_13_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_14_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_15_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_16_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_2_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_3_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_4_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_5_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_6_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_7_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_8_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_9_SAMPLES","features":[10]},{"name":"D3DDDIMULTISAMPLE_NONE","features":[10]},{"name":"D3DDDIMULTISAMPLE_NONMASKABLE","features":[10]},{"name":"D3DDDIMULTISAMPLE_TYPE","features":[10]},{"name":"D3DDDIPOOL_LOCALVIDMEM","features":[10]},{"name":"D3DDDIPOOL_NONLOCALVIDMEM","features":[10]},{"name":"D3DDDIPOOL_STAGINGMEM","features":[10]},{"name":"D3DDDIPOOL_SYSTEMMEM","features":[10]},{"name":"D3DDDIPOOL_VIDEOMEMORY","features":[10]},{"name":"D3DDDIRECT","features":[10]},{"name":"D3DDDI_ALLOCATIONINFO","features":[10]},{"name":"D3DDDI_ALLOCATIONINFO2","features":[10,1]},{"name":"D3DDDI_ALLOCATIONLIST","features":[10]},{"name":"D3DDDI_ALLOCATIONPRIORITY_HIGH","features":[10]},{"name":"D3DDDI_ALLOCATIONPRIORITY_LOW","features":[10]},{"name":"D3DDDI_ALLOCATIONPRIORITY_MAXIMUM","features":[10]},{"name":"D3DDDI_ALLOCATIONPRIORITY_MINIMUM","features":[10]},{"name":"D3DDDI_ALLOCATIONPRIORITY_NORMAL","features":[10]},{"name":"D3DDDI_COLOR_SPACE_CUSTOM","features":[10]},{"name":"D3DDDI_COLOR_SPACE_RESERVED","features":[10]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G10_NONE_P709","features":[10]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G22_NONE_P709","features":[10]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709","features":[10]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709","features":[10]},{"name":"D3DDDI_COLOR_SPACE_TYPE","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020","features":[10]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020","features":[10]},{"name":"D3DDDI_CPU_NOTIFICATION","features":[10]},{"name":"D3DDDI_CREATECONTEXTFLAGS","features":[10]},{"name":"D3DDDI_CREATEHWCONTEXTFLAGS","features":[10]},{"name":"D3DDDI_CREATEHWQUEUEFLAGS","features":[10]},{"name":"D3DDDI_CREATENATIVEFENCEINFO","features":[10]},{"name":"D3DDDI_DESTROYPAGINGQUEUE","features":[10]},{"name":"D3DDDI_DOORBELLSTATUS","features":[10]},{"name":"D3DDDI_DOORBELLSTATUS_CONNECTED","features":[10]},{"name":"D3DDDI_DOORBELLSTATUS_CONNECTED_NOTIFY_KMD","features":[10]},{"name":"D3DDDI_DOORBELLSTATUS_DISCONNECTED_ABORT","features":[10]},{"name":"D3DDDI_DOORBELLSTATUS_DISCONNECTED_RETRY","features":[10]},{"name":"D3DDDI_DOORBELL_PRIVATEDATA_MAX_BYTES_WDDM3_1","features":[10]},{"name":"D3DDDI_DRIVERESCAPETYPE","features":[10]},{"name":"D3DDDI_DRIVERESCAPETYPE_CPUEVENTUSAGE","features":[10]},{"name":"D3DDDI_DRIVERESCAPETYPE_MAX","features":[10]},{"name":"D3DDDI_DRIVERESCAPETYPE_TRANSLATEALLOCATIONHANDLE","features":[10]},{"name":"D3DDDI_DRIVERESCAPETYPE_TRANSLATERESOURCEHANDLE","features":[10]},{"name":"D3DDDI_DRIVERESCAPE_CPUEVENTUSAGE","features":[10]},{"name":"D3DDDI_DRIVERESCAPE_TRANSLATEALLOCATIONEHANDLE","features":[10]},{"name":"D3DDDI_DRIVERESCAPE_TRANSLATERESOURCEHANDLE","features":[10]},{"name":"D3DDDI_DXGI_RGB","features":[10]},{"name":"D3DDDI_ESCAPEFLAGS","features":[10]},{"name":"D3DDDI_EVICT_FLAGS","features":[10]},{"name":"D3DDDI_FENCE","features":[10]},{"name":"D3DDDI_FLIPINTERVAL_FOUR","features":[10]},{"name":"D3DDDI_FLIPINTERVAL_IMMEDIATE","features":[10]},{"name":"D3DDDI_FLIPINTERVAL_IMMEDIATE_ALLOW_TEARING","features":[10]},{"name":"D3DDDI_FLIPINTERVAL_ONE","features":[10]},{"name":"D3DDDI_FLIPINTERVAL_THREE","features":[10]},{"name":"D3DDDI_FLIPINTERVAL_TWO","features":[10]},{"name":"D3DDDI_FLIPINTERVAL_TYPE","features":[10]},{"name":"D3DDDI_GAMMARAMP_DEFAULT","features":[10]},{"name":"D3DDDI_GAMMARAMP_DXGI_1","features":[10]},{"name":"D3DDDI_GAMMARAMP_MATRIX_3x4","features":[10]},{"name":"D3DDDI_GAMMARAMP_MATRIX_V2","features":[10]},{"name":"D3DDDI_GAMMARAMP_RGB256x3x16","features":[10]},{"name":"D3DDDI_GAMMARAMP_TYPE","features":[10]},{"name":"D3DDDI_GAMMARAMP_UNINITIALIZED","features":[10]},{"name":"D3DDDI_GAMMA_RAMP_DXGI_1","features":[10]},{"name":"D3DDDI_GAMMA_RAMP_RGB256x3x16","features":[10]},{"name":"D3DDDI_GETRESOURCEPRESENTPRIVATEDRIVERDATA","features":[10]},{"name":"D3DDDI_HDR_METADATA_HDR10","features":[10]},{"name":"D3DDDI_HDR_METADATA_HDR10PLUS","features":[10]},{"name":"D3DDDI_HDR_METADATA_TYPE","features":[10]},{"name":"D3DDDI_HDR_METADATA_TYPE_HDR10","features":[10]},{"name":"D3DDDI_HDR_METADATA_TYPE_HDR10PLUS","features":[10]},{"name":"D3DDDI_HDR_METADATA_TYPE_NONE","features":[10]},{"name":"D3DDDI_KERNELOVERLAYINFO","features":[10]},{"name":"D3DDDI_MAKERESIDENT","features":[10]},{"name":"D3DDDI_MAKERESIDENT_FLAGS","features":[10]},{"name":"D3DDDI_MAPGPUVIRTUALADDRESS","features":[10]},{"name":"D3DDDI_MAX_BROADCAST_CONTEXT","features":[10]},{"name":"D3DDDI_MAX_MPO_PRESENT_DIRTY_RECTS","features":[10]},{"name":"D3DDDI_MAX_OBJECT_SIGNALED","features":[10]},{"name":"D3DDDI_MAX_OBJECT_WAITED_ON","features":[10]},{"name":"D3DDDI_MAX_WRITTEN_PRIMARIES","features":[10]},{"name":"D3DDDI_MONITORED_FENCE","features":[10]},{"name":"D3DDDI_MULTISAMPLINGMETHOD","features":[10]},{"name":"D3DDDI_NATIVEFENCEMAPPING","features":[10]},{"name":"D3DDDI_OFFER_FLAGS","features":[10]},{"name":"D3DDDI_OFFER_PRIORITY","features":[10]},{"name":"D3DDDI_OFFER_PRIORITY_AUTO","features":[10]},{"name":"D3DDDI_OFFER_PRIORITY_HIGH","features":[10]},{"name":"D3DDDI_OFFER_PRIORITY_LOW","features":[10]},{"name":"D3DDDI_OFFER_PRIORITY_NONE","features":[10]},{"name":"D3DDDI_OFFER_PRIORITY_NORMAL","features":[10]},{"name":"D3DDDI_OPENALLOCATIONINFO","features":[10]},{"name":"D3DDDI_OPENALLOCATIONINFO2","features":[10]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020","features":[10]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_DVLL","features":[10]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_HDR10PLUS","features":[10]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P2020","features":[10]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P709","features":[10]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P709_WCG","features":[10]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_RESERVED","features":[10]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_TYPE","features":[10]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY","features":[10]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_ABOVE_NORMAL","features":[10]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_BELOW_NORMAL","features":[10]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_NORMAL","features":[10]},{"name":"D3DDDI_PATCHLOCATIONLIST","features":[10]},{"name":"D3DDDI_PERIODIC_MONITORED_FENCE","features":[10]},{"name":"D3DDDI_POOL","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_ADAPTERKEY","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_DRIVERIMAGEPATH","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_DRIVERSTOREPATH","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_FLAGS","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_INFO","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_MAX","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_SERVICEKEY","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_STATUS","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_BUFFER_OVERFLOW","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_FAIL","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_MAX","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_SUCCESS","features":[10]},{"name":"D3DDDI_QUERYREGISTRY_TYPE","features":[10]},{"name":"D3DDDI_RATIONAL","features":[10]},{"name":"D3DDDI_RECLAIM_RESULT","features":[10]},{"name":"D3DDDI_RECLAIM_RESULT_DISCARDED","features":[10]},{"name":"D3DDDI_RECLAIM_RESULT_NOT_COMMITTED","features":[10]},{"name":"D3DDDI_RECLAIM_RESULT_OK","features":[10]},{"name":"D3DDDI_RESERVEGPUVIRTUALADDRESS","features":[10]},{"name":"D3DDDI_RESOURCEFLAGS","features":[10]},{"name":"D3DDDI_RESOURCEFLAGS2","features":[10]},{"name":"D3DDDI_ROTATION","features":[10]},{"name":"D3DDDI_ROTATION_180","features":[10]},{"name":"D3DDDI_ROTATION_270","features":[10]},{"name":"D3DDDI_ROTATION_90","features":[10]},{"name":"D3DDDI_ROTATION_IDENTITY","features":[10]},{"name":"D3DDDI_SCANLINEORDERING","features":[10]},{"name":"D3DDDI_SCANLINEORDERING_INTERLACED","features":[10]},{"name":"D3DDDI_SCANLINEORDERING_PROGRESSIVE","features":[10]},{"name":"D3DDDI_SCANLINEORDERING_UNKNOWN","features":[10]},{"name":"D3DDDI_SEGMENTPREFERENCE","features":[10]},{"name":"D3DDDI_SEMAPHORE","features":[10]},{"name":"D3DDDI_SURFACEINFO","features":[10]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECTINFO","features":[10,1]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECTINFO2","features":[10,1]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECT_FLAGS","features":[10]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECT_TYPE","features":[10]},{"name":"D3DDDI_SYNCHRONIZATION_MUTEX","features":[10]},{"name":"D3DDDI_SYNCHRONIZATION_TYPE_LIMIT","features":[10]},{"name":"D3DDDI_SYNC_OBJECT_SIGNAL","features":[10]},{"name":"D3DDDI_SYNC_OBJECT_WAIT","features":[10]},{"name":"D3DDDI_TRIMRESIDENCYSET_FLAGS","features":[10]},{"name":"D3DDDI_UPDATEALLOCPROPERTY","features":[10]},{"name":"D3DDDI_UPDATEALLOCPROPERTY_FLAGS","features":[10]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_COPY","features":[10]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_MAP","features":[10]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_MAP_PROTECT","features":[10]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_OPERATION","features":[10]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_OPERATION_TYPE","features":[10]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_UNMAP","features":[10]},{"name":"D3DDDI_VIDEO_SIGNAL_SCANLINE_ORDERING","features":[10]},{"name":"D3DDDI_VSSLO_INTERLACED_LOWERFIELDFIRST","features":[10]},{"name":"D3DDDI_VSSLO_INTERLACED_UPPERFIELDFIRST","features":[10]},{"name":"D3DDDI_VSSLO_OTHER","features":[10]},{"name":"D3DDDI_VSSLO_PROGRESSIVE","features":[10]},{"name":"D3DDDI_VSSLO_UNINITIALIZED","features":[10]},{"name":"D3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPU_FLAGS","features":[10]},{"name":"D3DDEVCAPS_HWINDEXBUFFER","features":[10]},{"name":"D3DDEVCAPS_HWVERTEXBUFFER","features":[10]},{"name":"D3DDEVCAPS_SUBVOLUMELOCK","features":[10]},{"name":"D3DDEVICEDESC_V1","features":[10,1,11]},{"name":"D3DDEVICEDESC_V2","features":[10,1,11]},{"name":"D3DDEVICEDESC_V3","features":[10,1,11]},{"name":"D3DDEVINFOID_VCACHE","features":[10]},{"name":"D3DDP2OP_ADDDIRTYBOX","features":[10]},{"name":"D3DDP2OP_ADDDIRTYRECT","features":[10]},{"name":"D3DDP2OP_BLT","features":[10]},{"name":"D3DDP2OP_BUFFERBLT","features":[10]},{"name":"D3DDP2OP_CLEAR","features":[10]},{"name":"D3DDP2OP_CLIPPEDTRIANGLEFAN","features":[10]},{"name":"D3DDP2OP_COLORFILL","features":[10]},{"name":"D3DDP2OP_COMPOSERECTS","features":[10]},{"name":"D3DDP2OP_CREATELIGHT","features":[10]},{"name":"D3DDP2OP_CREATEPIXELSHADER","features":[10]},{"name":"D3DDP2OP_CREATEQUERY","features":[10]},{"name":"D3DDP2OP_CREATEVERTEXSHADER","features":[10]},{"name":"D3DDP2OP_CREATEVERTEXSHADERDECL","features":[10]},{"name":"D3DDP2OP_CREATEVERTEXSHADERFUNC","features":[10]},{"name":"D3DDP2OP_DELETEPIXELSHADER","features":[10]},{"name":"D3DDP2OP_DELETEQUERY","features":[10]},{"name":"D3DDP2OP_DELETEVERTEXSHADER","features":[10]},{"name":"D3DDP2OP_DELETEVERTEXSHADERDECL","features":[10]},{"name":"D3DDP2OP_DELETEVERTEXSHADERFUNC","features":[10]},{"name":"D3DDP2OP_DRAWINDEXEDPRIMITIVE","features":[10]},{"name":"D3DDP2OP_DRAWINDEXEDPRIMITIVE2","features":[10]},{"name":"D3DDP2OP_DRAWPRIMITIVE","features":[10]},{"name":"D3DDP2OP_DRAWPRIMITIVE2","features":[10]},{"name":"D3DDP2OP_DRAWRECTPATCH","features":[10]},{"name":"D3DDP2OP_DRAWTRIPATCH","features":[10]},{"name":"D3DDP2OP_GENERATEMIPSUBLEVELS","features":[10]},{"name":"D3DDP2OP_INDEXEDLINELIST","features":[10]},{"name":"D3DDP2OP_INDEXEDLINELIST2","features":[10]},{"name":"D3DDP2OP_INDEXEDLINESTRIP","features":[10]},{"name":"D3DDP2OP_INDEXEDTRIANGLEFAN","features":[10]},{"name":"D3DDP2OP_INDEXEDTRIANGLELIST","features":[10]},{"name":"D3DDP2OP_INDEXEDTRIANGLELIST2","features":[10]},{"name":"D3DDP2OP_INDEXEDTRIANGLESTRIP","features":[10]},{"name":"D3DDP2OP_ISSUEQUERY","features":[10]},{"name":"D3DDP2OP_LINELIST","features":[10]},{"name":"D3DDP2OP_LINELIST_IMM","features":[10]},{"name":"D3DDP2OP_LINESTRIP","features":[10]},{"name":"D3DDP2OP_MULTIPLYTRANSFORM","features":[10]},{"name":"D3DDP2OP_POINTS","features":[10]},{"name":"D3DDP2OP_RENDERSTATE","features":[10]},{"name":"D3DDP2OP_RESPONSECONTINUE","features":[10]},{"name":"D3DDP2OP_RESPONSEQUERY","features":[10]},{"name":"D3DDP2OP_SETCLIPPLANE","features":[10]},{"name":"D3DDP2OP_SETCONVOLUTIONKERNELMONO","features":[10]},{"name":"D3DDP2OP_SETDEPTHSTENCIL","features":[10]},{"name":"D3DDP2OP_SETINDICES","features":[10]},{"name":"D3DDP2OP_SETLIGHT","features":[10]},{"name":"D3DDP2OP_SETMATERIAL","features":[10]},{"name":"D3DDP2OP_SETPALETTE","features":[10]},{"name":"D3DDP2OP_SETPIXELSHADER","features":[10]},{"name":"D3DDP2OP_SETPIXELSHADERCONST","features":[10]},{"name":"D3DDP2OP_SETPIXELSHADERCONSTB","features":[10]},{"name":"D3DDP2OP_SETPIXELSHADERCONSTI","features":[10]},{"name":"D3DDP2OP_SETPRIORITY","features":[10]},{"name":"D3DDP2OP_SETRENDERTARGET","features":[10]},{"name":"D3DDP2OP_SETRENDERTARGET2","features":[10]},{"name":"D3DDP2OP_SETSCISSORRECT","features":[10]},{"name":"D3DDP2OP_SETSTREAMSOURCE","features":[10]},{"name":"D3DDP2OP_SETSTREAMSOURCE2","features":[10]},{"name":"D3DDP2OP_SETSTREAMSOURCEFREQ","features":[10]},{"name":"D3DDP2OP_SETSTREAMSOURCEUM","features":[10]},{"name":"D3DDP2OP_SETTEXLOD","features":[10]},{"name":"D3DDP2OP_SETTRANSFORM","features":[10]},{"name":"D3DDP2OP_SETVERTEXSHADER","features":[10]},{"name":"D3DDP2OP_SETVERTEXSHADERCONST","features":[10]},{"name":"D3DDP2OP_SETVERTEXSHADERCONSTB","features":[10]},{"name":"D3DDP2OP_SETVERTEXSHADERCONSTI","features":[10]},{"name":"D3DDP2OP_SETVERTEXSHADERDECL","features":[10]},{"name":"D3DDP2OP_SETVERTEXSHADERFUNC","features":[10]},{"name":"D3DDP2OP_STATESET","features":[10]},{"name":"D3DDP2OP_SURFACEBLT","features":[10]},{"name":"D3DDP2OP_TEXBLT","features":[10]},{"name":"D3DDP2OP_TEXTURESTAGESTATE","features":[10]},{"name":"D3DDP2OP_TRIANGLEFAN","features":[10]},{"name":"D3DDP2OP_TRIANGLEFAN_IMM","features":[10]},{"name":"D3DDP2OP_TRIANGLELIST","features":[10]},{"name":"D3DDP2OP_TRIANGLESTRIP","features":[10]},{"name":"D3DDP2OP_UPDATEPALETTE","features":[10]},{"name":"D3DDP2OP_VIEWPORTINFO","features":[10]},{"name":"D3DDP2OP_VOLUMEBLT","features":[10]},{"name":"D3DDP2OP_WINFO","features":[10]},{"name":"D3DDP2OP_ZRANGE","features":[10]},{"name":"D3DFVF_FOG","features":[10]},{"name":"D3DGDI2_MAGIC","features":[10]},{"name":"D3DGDI2_TYPE_DEFERRED_AGP_AWARE","features":[10]},{"name":"D3DGDI2_TYPE_DEFER_AGP_FREES","features":[10]},{"name":"D3DGDI2_TYPE_DXVERSION","features":[10]},{"name":"D3DGDI2_TYPE_FREE_DEFERRED_AGP","features":[10]},{"name":"D3DGDI2_TYPE_GETADAPTERGROUP","features":[10]},{"name":"D3DGDI2_TYPE_GETD3DCAPS8","features":[10]},{"name":"D3DGDI2_TYPE_GETD3DCAPS9","features":[10]},{"name":"D3DGDI2_TYPE_GETD3DQUERY","features":[10]},{"name":"D3DGDI2_TYPE_GETD3DQUERYCOUNT","features":[10]},{"name":"D3DGDI2_TYPE_GETDDIVERSION","features":[10]},{"name":"D3DGDI2_TYPE_GETEXTENDEDMODE","features":[10]},{"name":"D3DGDI2_TYPE_GETEXTENDEDMODECOUNT","features":[10]},{"name":"D3DGDI2_TYPE_GETFORMAT","features":[10]},{"name":"D3DGDI2_TYPE_GETFORMATCOUNT","features":[10]},{"name":"D3DGDI2_TYPE_GETMULTISAMPLEQUALITYLEVELS","features":[10]},{"name":"D3DGPU_NULL","features":[10]},{"name":"D3DGPU_PHYSICAL_ADDRESS","features":[10]},{"name":"D3DHAL2_CB32_CLEAR","features":[10]},{"name":"D3DHAL2_CB32_DRAWONEINDEXEDPRIMITIVE","features":[10]},{"name":"D3DHAL2_CB32_DRAWONEPRIMITIVE","features":[10]},{"name":"D3DHAL2_CB32_DRAWPRIMITIVES","features":[10]},{"name":"D3DHAL2_CB32_SETRENDERTARGET","features":[10]},{"name":"D3DHAL3_CB32_CLEAR2","features":[10]},{"name":"D3DHAL3_CB32_DRAWPRIMITIVES2","features":[10]},{"name":"D3DHAL3_CB32_RESERVED","features":[10]},{"name":"D3DHAL3_CB32_VALIDATETEXTURESTAGESTATE","features":[10]},{"name":"D3DHALDP2_EXECUTEBUFFER","features":[10]},{"name":"D3DHALDP2_REQCOMMANDBUFSIZE","features":[10]},{"name":"D3DHALDP2_REQVERTEXBUFSIZE","features":[10]},{"name":"D3DHALDP2_SWAPCOMMANDBUFFER","features":[10]},{"name":"D3DHALDP2_SWAPVERTEXBUFFER","features":[10]},{"name":"D3DHALDP2_USERMEMVERTICES","features":[10]},{"name":"D3DHALDP2_VIDMEMCOMMANDBUF","features":[10]},{"name":"D3DHALDP2_VIDMEMVERTEXBUF","features":[10]},{"name":"D3DHALSTATE_GET_LIGHT","features":[10]},{"name":"D3DHALSTATE_GET_RENDER","features":[10]},{"name":"D3DHALSTATE_GET_TRANSFORM","features":[10]},{"name":"D3DHAL_CALLBACKS","features":[10,1,11,12,13]},{"name":"D3DHAL_CALLBACKS2","features":[10,1,11,12,13]},{"name":"D3DHAL_CALLBACKS3","features":[10,1,11,12,13]},{"name":"D3DHAL_CLEAR2DATA","features":[10,11]},{"name":"D3DHAL_CLEARDATA","features":[10,11]},{"name":"D3DHAL_CLIPPEDTRIANGLEFAN","features":[10]},{"name":"D3DHAL_COL_WEIGHTS","features":[10]},{"name":"D3DHAL_CONTEXTCREATEDATA","features":[10,1,12,13]},{"name":"D3DHAL_CONTEXTDESTROYALLDATA","features":[10]},{"name":"D3DHAL_CONTEXTDESTROYDATA","features":[10]},{"name":"D3DHAL_CONTEXT_BAD","features":[10]},{"name":"D3DHAL_D3DDX6EXTENDEDCAPS","features":[10]},{"name":"D3DHAL_D3DEXTENDEDCAPS","features":[10]},{"name":"D3DHAL_DP2ADDDIRTYBOX","features":[10,11]},{"name":"D3DHAL_DP2ADDDIRTYRECT","features":[10,1]},{"name":"D3DHAL_DP2BLT","features":[10,1]},{"name":"D3DHAL_DP2BUFFERBLT","features":[10,11]},{"name":"D3DHAL_DP2CLEAR","features":[10,1]},{"name":"D3DHAL_DP2COLORFILL","features":[10,1]},{"name":"D3DHAL_DP2COMMAND","features":[10]},{"name":"D3DHAL_DP2COMPOSERECTS","features":[10,11]},{"name":"D3DHAL_DP2CREATELIGHT","features":[10]},{"name":"D3DHAL_DP2CREATEPIXELSHADER","features":[10]},{"name":"D3DHAL_DP2CREATEQUERY","features":[10,11]},{"name":"D3DHAL_DP2CREATEVERTEXSHADER","features":[10]},{"name":"D3DHAL_DP2CREATEVERTEXSHADERDECL","features":[10]},{"name":"D3DHAL_DP2CREATEVERTEXSHADERFUNC","features":[10]},{"name":"D3DHAL_DP2DELETEQUERY","features":[10]},{"name":"D3DHAL_DP2DRAWINDEXEDPRIMITIVE","features":[10,11]},{"name":"D3DHAL_DP2DRAWINDEXEDPRIMITIVE2","features":[10,11]},{"name":"D3DHAL_DP2DRAWPRIMITIVE","features":[10,11]},{"name":"D3DHAL_DP2DRAWPRIMITIVE2","features":[10,11]},{"name":"D3DHAL_DP2DRAWRECTPATCH","features":[10]},{"name":"D3DHAL_DP2DRAWTRIPATCH","features":[10]},{"name":"D3DHAL_DP2EXT","features":[10]},{"name":"D3DHAL_DP2GENERATEMIPSUBLEVELS","features":[10,11]},{"name":"D3DHAL_DP2INDEXEDLINELIST","features":[10]},{"name":"D3DHAL_DP2INDEXEDLINESTRIP","features":[10]},{"name":"D3DHAL_DP2INDEXEDTRIANGLEFAN","features":[10]},{"name":"D3DHAL_DP2INDEXEDTRIANGLELIST","features":[10]},{"name":"D3DHAL_DP2INDEXEDTRIANGLELIST2","features":[10]},{"name":"D3DHAL_DP2INDEXEDTRIANGLESTRIP","features":[10]},{"name":"D3DHAL_DP2ISSUEQUERY","features":[10]},{"name":"D3DHAL_DP2LINELIST","features":[10]},{"name":"D3DHAL_DP2LINESTRIP","features":[10]},{"name":"D3DHAL_DP2MULTIPLYTRANSFORM","features":[14,10,11]},{"name":"D3DHAL_DP2OPERATION","features":[10]},{"name":"D3DHAL_DP2PIXELSHADER","features":[10]},{"name":"D3DHAL_DP2POINTS","features":[10]},{"name":"D3DHAL_DP2RENDERSTATE","features":[10,11]},{"name":"D3DHAL_DP2RESPONSE","features":[10]},{"name":"D3DHAL_DP2RESPONSEQUERY","features":[10]},{"name":"D3DHAL_DP2SETCLIPPLANE","features":[10]},{"name":"D3DHAL_DP2SETCONVOLUTIONKERNELMONO","features":[10]},{"name":"D3DHAL_DP2SETDEPTHSTENCIL","features":[10]},{"name":"D3DHAL_DP2SETINDICES","features":[10]},{"name":"D3DHAL_DP2SETLIGHT","features":[10]},{"name":"D3DHAL_DP2SETPALETTE","features":[10]},{"name":"D3DHAL_DP2SETPIXELSHADERCONST","features":[10]},{"name":"D3DHAL_DP2SETPRIORITY","features":[10]},{"name":"D3DHAL_DP2SETRENDERTARGET","features":[10]},{"name":"D3DHAL_DP2SETRENDERTARGET2","features":[10]},{"name":"D3DHAL_DP2SETSTREAMSOURCE","features":[10]},{"name":"D3DHAL_DP2SETSTREAMSOURCE2","features":[10]},{"name":"D3DHAL_DP2SETSTREAMSOURCEFREQ","features":[10]},{"name":"D3DHAL_DP2SETSTREAMSOURCEUM","features":[10]},{"name":"D3DHAL_DP2SETTEXLOD","features":[10]},{"name":"D3DHAL_DP2SETTRANSFORM","features":[14,10,11]},{"name":"D3DHAL_DP2SETVERTEXSHADERCONST","features":[10]},{"name":"D3DHAL_DP2STARTVERTEX","features":[10]},{"name":"D3DHAL_DP2STATESET","features":[10,11]},{"name":"D3DHAL_DP2SURFACEBLT","features":[10,1]},{"name":"D3DHAL_DP2TEXBLT","features":[10,1]},{"name":"D3DHAL_DP2TEXTURESTAGESTATE","features":[10]},{"name":"D3DHAL_DP2TRIANGLEFAN","features":[10]},{"name":"D3DHAL_DP2TRIANGLEFAN_IMM","features":[10]},{"name":"D3DHAL_DP2TRIANGLELIST","features":[10]},{"name":"D3DHAL_DP2TRIANGLESTRIP","features":[10]},{"name":"D3DHAL_DP2UPDATEPALETTE","features":[10]},{"name":"D3DHAL_DP2VERTEXSHADER","features":[10]},{"name":"D3DHAL_DP2VIEWPORTINFO","features":[10]},{"name":"D3DHAL_DP2VOLUMEBLT","features":[10,11]},{"name":"D3DHAL_DP2WINFO","features":[10]},{"name":"D3DHAL_DP2ZRANGE","features":[10]},{"name":"D3DHAL_DRAWONEINDEXEDPRIMITIVEDATA","features":[10,11]},{"name":"D3DHAL_DRAWONEPRIMITIVEDATA","features":[10,11]},{"name":"D3DHAL_DRAWPRIMCOUNTS","features":[10]},{"name":"D3DHAL_DRAWPRIMITIVES2DATA","features":[10,1,12,13]},{"name":"D3DHAL_DRAWPRIMITIVESDATA","features":[10]},{"name":"D3DHAL_EXECUTE_ABORT","features":[10]},{"name":"D3DHAL_EXECUTE_NORMAL","features":[10]},{"name":"D3DHAL_EXECUTE_OVERRIDE","features":[10]},{"name":"D3DHAL_EXECUTE_UNHANDLED","features":[10]},{"name":"D3DHAL_GETSTATEDATA","features":[10,11]},{"name":"D3DHAL_GLOBALDRIVERDATA","features":[10,1,11,12]},{"name":"D3DHAL_MAX_RSTATES","features":[10]},{"name":"D3DHAL_MAX_RSTATES_DX6","features":[10]},{"name":"D3DHAL_MAX_RSTATES_DX7","features":[10]},{"name":"D3DHAL_MAX_RSTATES_DX8","features":[10]},{"name":"D3DHAL_MAX_RSTATES_DX9","features":[10]},{"name":"D3DHAL_MAX_TEXTURESTATES","features":[10]},{"name":"D3DHAL_NUMCLIPVERTICES","features":[10]},{"name":"D3DHAL_OUTOFCONTEXTS","features":[10]},{"name":"D3DHAL_RENDERPRIMITIVEDATA","features":[10,11]},{"name":"D3DHAL_RENDERSTATEDATA","features":[10]},{"name":"D3DHAL_ROW_WEIGHTS","features":[10]},{"name":"D3DHAL_SAMPLER_MAXSAMP","features":[10]},{"name":"D3DHAL_SAMPLER_MAXVERTEXSAMP","features":[10]},{"name":"D3DHAL_SCENECAPTUREDATA","features":[10]},{"name":"D3DHAL_SCENE_CAPTURE_END","features":[10]},{"name":"D3DHAL_SCENE_CAPTURE_START","features":[10]},{"name":"D3DHAL_SETLIGHT_DATA","features":[10]},{"name":"D3DHAL_SETLIGHT_DISABLE","features":[10]},{"name":"D3DHAL_SETLIGHT_ENABLE","features":[10]},{"name":"D3DHAL_SETRENDERTARGETDATA","features":[10,1,12,13]},{"name":"D3DHAL_STATESETBEGIN","features":[10]},{"name":"D3DHAL_STATESETCAPTURE","features":[10]},{"name":"D3DHAL_STATESETCREATE","features":[10]},{"name":"D3DHAL_STATESETDELETE","features":[10]},{"name":"D3DHAL_STATESETEND","features":[10]},{"name":"D3DHAL_STATESETEXECUTE","features":[10]},{"name":"D3DHAL_TEXTURECREATEDATA","features":[10]},{"name":"D3DHAL_TEXTUREDESTROYDATA","features":[10]},{"name":"D3DHAL_TEXTUREGETSURFDATA","features":[10]},{"name":"D3DHAL_TEXTURESTATEBUF_SIZE","features":[10]},{"name":"D3DHAL_TEXTURESWAPDATA","features":[10]},{"name":"D3DHAL_TSS_MAXSTAGES","features":[10]},{"name":"D3DHAL_TSS_RENDERSTATEBASE","features":[10]},{"name":"D3DHAL_TSS_STATESPERSTAGE","features":[10]},{"name":"D3DHAL_VALIDATETEXTURESTAGESTATEDATA","features":[10]},{"name":"D3DINFINITEINSTRUCTIONS","features":[10]},{"name":"D3DKMDT_2DREGION","features":[10]},{"name":"D3DKMDT_3x4_COLORSPACE_TRANSFORM","features":[10]},{"name":"D3DKMDT_BITS_PER_COMPONENT_06","features":[10]},{"name":"D3DKMDT_BITS_PER_COMPONENT_08","features":[10]},{"name":"D3DKMDT_BITS_PER_COMPONENT_10","features":[10]},{"name":"D3DKMDT_BITS_PER_COMPONENT_12","features":[10]},{"name":"D3DKMDT_BITS_PER_COMPONENT_14","features":[10]},{"name":"D3DKMDT_BITS_PER_COMPONENT_16","features":[10]},{"name":"D3DKMDT_CB_INTENSITY","features":[10]},{"name":"D3DKMDT_CB_SCRGB","features":[10]},{"name":"D3DKMDT_CB_SRGB","features":[10]},{"name":"D3DKMDT_CB_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_CB_YCBCR","features":[10]},{"name":"D3DKMDT_CB_YPBPR","features":[10]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_MATRIX_V2","features":[10]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL","features":[10]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_BYPASS","features":[10]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_ENABLE","features":[10]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_NO_CHANGE","features":[10]},{"name":"D3DKMDT_COLOR_BASIS","features":[10]},{"name":"D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES","features":[10]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_DISPATCH_BOUNDARY","features":[10]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[10]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_GRANULARITY","features":[10]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_NONE","features":[10]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_SHADER_BOUNDARY","features":[10]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_THREAD_BOUNDARY","features":[10]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_THREAD_GROUP_BOUNDARY","features":[10]},{"name":"D3DKMDT_DISPLAYMODE_FLAGS","features":[10]},{"name":"D3DKMDT_ENUMCOFUNCMODALITY_PIVOT_TYPE","features":[10]},{"name":"D3DKMDT_EPT_NOPIVOT","features":[10]},{"name":"D3DKMDT_EPT_ROTATION","features":[10]},{"name":"D3DKMDT_EPT_SCALING","features":[10]},{"name":"D3DKMDT_EPT_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_EPT_VIDPNSOURCE","features":[10]},{"name":"D3DKMDT_EPT_VIDPNTARGET","features":[10]},{"name":"D3DKMDT_FREQUENCY_RANGE","features":[10]},{"name":"D3DKMDT_GAMMA_RAMP","features":[10]},{"name":"D3DKMDT_GDISURFACEDATA","features":[10]},{"name":"D3DKMDT_GDISURFACEFLAGS","features":[10]},{"name":"D3DKMDT_GDISURFACETYPE","features":[10]},{"name":"D3DKMDT_GDISURFACE_EXISTINGSYSMEM","features":[10]},{"name":"D3DKMDT_GDISURFACE_INVALID","features":[10]},{"name":"D3DKMDT_GDISURFACE_LOOKUPTABLE","features":[10]},{"name":"D3DKMDT_GDISURFACE_STAGING","features":[10]},{"name":"D3DKMDT_GDISURFACE_STAGING_CPUVISIBLE","features":[10]},{"name":"D3DKMDT_GDISURFACE_TEXTURE","features":[10]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CPUVISIBLE","features":[10]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CPUVISIBLE_CROSSADAPTER","features":[10]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CROSSADAPTER","features":[10]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[10]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_GRANULARITY","features":[10]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_NONE","features":[10]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_PIXEL_BOUNDARY","features":[10]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_PRIMITIVE_BOUNDARY","features":[10]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_SHADER_BOUNDARY","features":[10]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_TRIANGLE_BOUNDARY","features":[10]},{"name":"D3DKMDT_GRAPHICS_RENDERING_FORMAT","features":[10]},{"name":"D3DKMDT_GTFCOMPLIANCE","features":[10]},{"name":"D3DKMDT_GTF_COMPLIANT","features":[10]},{"name":"D3DKMDT_GTF_NOTCOMPLIANT","features":[10]},{"name":"D3DKMDT_GTF_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_MACROVISION_OEMCOPYPROTECTION_SIZE","features":[10]},{"name":"D3DKMDT_MAX_OVERLAYS_BITCOUNT","features":[10]},{"name":"D3DKMDT_MAX_VIDPN_SOURCES_BITCOUNT","features":[10]},{"name":"D3DKMDT_MCC_ENFORCE","features":[10]},{"name":"D3DKMDT_MCC_IGNORE","features":[10]},{"name":"D3DKMDT_MCC_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_MCO_DEFAULTMONITORPROFILE","features":[10]},{"name":"D3DKMDT_MCO_DRIVER","features":[10]},{"name":"D3DKMDT_MCO_MONITORDESCRIPTOR","features":[10]},{"name":"D3DKMDT_MCO_MONITORDESCRIPTOR_REGISTRYOVERRIDE","features":[10]},{"name":"D3DKMDT_MCO_SPECIFICCAP_REGISTRYOVERRIDE","features":[10]},{"name":"D3DKMDT_MCO_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_MDT_OTHER","features":[10]},{"name":"D3DKMDT_MDT_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_MDT_VESA_EDID_V1_BASEBLOCK","features":[10]},{"name":"D3DKMDT_MDT_VESA_EDID_V1_BLOCKMAP","features":[10]},{"name":"D3DKMDT_MFRC_ACTIVESIZE","features":[10]},{"name":"D3DKMDT_MFRC_MAXPIXELRATE","features":[10]},{"name":"D3DKMDT_MFRC_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_MOA_INTERRUPTIBLE","features":[10]},{"name":"D3DKMDT_MOA_NONE","features":[10]},{"name":"D3DKMDT_MOA_POLLED","features":[10]},{"name":"D3DKMDT_MOA_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_MODE_PREFERENCE","features":[10]},{"name":"D3DKMDT_MODE_PRUNING_REASON","features":[10]},{"name":"D3DKMDT_MONITOR_CAPABILITIES_ORIGIN","features":[10]},{"name":"D3DKMDT_MONITOR_CONNECTIVITY_CHECKS","features":[10]},{"name":"D3DKMDT_MONITOR_DESCRIPTOR","features":[10]},{"name":"D3DKMDT_MONITOR_DESCRIPTOR_TYPE","features":[10]},{"name":"D3DKMDT_MONITOR_FREQUENCY_RANGE","features":[10]},{"name":"D3DKMDT_MONITOR_FREQUENCY_RANGE_CONSTRAINT","features":[10]},{"name":"D3DKMDT_MONITOR_ORIENTATION","features":[10]},{"name":"D3DKMDT_MONITOR_ORIENTATION_AWARENESS","features":[10]},{"name":"D3DKMDT_MONITOR_SOURCE_MODE","features":[10]},{"name":"D3DKMDT_MONITOR_TIMING_TYPE","features":[10]},{"name":"D3DKMDT_MO_0DEG","features":[10]},{"name":"D3DKMDT_MO_180DEG","features":[10]},{"name":"D3DKMDT_MO_270DEG","features":[10]},{"name":"D3DKMDT_MO_90DEG","features":[10]},{"name":"D3DKMDT_MO_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_MPR_ALLCAPS","features":[10]},{"name":"D3DKMDT_MPR_CLONE_PATH_PRUNED","features":[10]},{"name":"D3DKMDT_MPR_DEFAULT_PROFILE_MONITOR_SOURCE_MODE","features":[10]},{"name":"D3DKMDT_MPR_DESCRIPTOR_MONITOR_FREQUENCY_RANGE","features":[10]},{"name":"D3DKMDT_MPR_DESCRIPTOR_MONITOR_SOURCE_MODE","features":[10]},{"name":"D3DKMDT_MPR_DESCRIPTOR_OVERRIDE_MONITOR_FREQUENCY_RANGE","features":[10]},{"name":"D3DKMDT_MPR_DESCRIPTOR_OVERRIDE_MONITOR_SOURCE_MODE","features":[10]},{"name":"D3DKMDT_MPR_DRIVER_RECOMMENDED_MONITOR_SOURCE_MODE","features":[10]},{"name":"D3DKMDT_MPR_MAXVALID","features":[10]},{"name":"D3DKMDT_MPR_MONITOR_FREQUENCY_RANGE_OVERRIDE","features":[10]},{"name":"D3DKMDT_MPR_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_MP_NOTPREFERRED","features":[10]},{"name":"D3DKMDT_MP_PREFERRED","features":[10]},{"name":"D3DKMDT_MP_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_MTT_DEFAULTMONITORPROFILE","features":[10]},{"name":"D3DKMDT_MTT_DETAILED","features":[10]},{"name":"D3DKMDT_MTT_DRIVER","features":[10]},{"name":"D3DKMDT_MTT_ESTABLISHED","features":[10]},{"name":"D3DKMDT_MTT_EXTRASTANDARD","features":[10]},{"name":"D3DKMDT_MTT_STANDARD","features":[10]},{"name":"D3DKMDT_MTT_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_PALETTEDATA","features":[10]},{"name":"D3DKMDT_PIXEL_VALUE_ACCESS_MODE","features":[10]},{"name":"D3DKMDT_PREEMPTION_CAPS","features":[10]},{"name":"D3DKMDT_PVAM_DIRECT","features":[10]},{"name":"D3DKMDT_PVAM_PRESETPALETTE","features":[10]},{"name":"D3DKMDT_PVAM_SETTABLEPALETTE","features":[10]},{"name":"D3DKMDT_PVAM_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_RMT_GRAPHICS","features":[10]},{"name":"D3DKMDT_RMT_GRAPHICS_STEREO","features":[10]},{"name":"D3DKMDT_RMT_GRAPHICS_STEREO_ADVANCED_SCAN","features":[10]},{"name":"D3DKMDT_RMT_TEXT","features":[10]},{"name":"D3DKMDT_RMT_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_SHADOWSURFACEDATA","features":[10]},{"name":"D3DKMDT_SHAREDPRIMARYSURFACEDATA","features":[10]},{"name":"D3DKMDT_STAGINGSURFACEDATA","features":[10]},{"name":"D3DKMDT_STANDARDALLOCATION_GDISURFACE","features":[10]},{"name":"D3DKMDT_STANDARDALLOCATION_SHADOWSURFACE","features":[10]},{"name":"D3DKMDT_STANDARDALLOCATION_SHAREDPRIMARYSURFACE","features":[10]},{"name":"D3DKMDT_STANDARDALLOCATION_STAGINGSURFACE","features":[10]},{"name":"D3DKMDT_STANDARDALLOCATION_TYPE","features":[10]},{"name":"D3DKMDT_STANDARDALLOCATION_VGPU","features":[10]},{"name":"D3DKMDT_TEXT_RENDERING_FORMAT","features":[10]},{"name":"D3DKMDT_TRF_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_VIDEO_OUTPUT_TECHNOLOGY","features":[10]},{"name":"D3DKMDT_VIDEO_PRESENT_SOURCE","features":[10]},{"name":"D3DKMDT_VIDEO_PRESENT_TARGET","features":[10,1]},{"name":"D3DKMDT_VIDEO_SIGNAL_INFO","features":[10]},{"name":"D3DKMDT_VIDEO_SIGNAL_STANDARD","features":[10]},{"name":"D3DKMDT_VIDPN_HW_CAPABILITY","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_CONTENT","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_IMPORTANCE","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_ROTATION","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_ROTATION_SUPPORT","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_SCALING","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT","features":[10]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION","features":[10]},{"name":"D3DKMDT_VIDPN_SOURCE_MODE","features":[10]},{"name":"D3DKMDT_VIDPN_SOURCE_MODE_TYPE","features":[10]},{"name":"D3DKMDT_VIDPN_TARGET_MODE","features":[10]},{"name":"D3DKMDT_VIRTUALGPUSURFACEDATA","features":[10]},{"name":"D3DKMDT_VOT_BNC","features":[10]},{"name":"D3DKMDT_VOT_COMPONENT_VIDEO","features":[10]},{"name":"D3DKMDT_VOT_COMPOSITE_VIDEO","features":[10]},{"name":"D3DKMDT_VOT_DISPLAYPORT_EMBEDDED","features":[10]},{"name":"D3DKMDT_VOT_DISPLAYPORT_EXTERNAL","features":[10]},{"name":"D3DKMDT_VOT_DVI","features":[10]},{"name":"D3DKMDT_VOT_D_JPN","features":[10]},{"name":"D3DKMDT_VOT_HD15","features":[10]},{"name":"D3DKMDT_VOT_HDMI","features":[10]},{"name":"D3DKMDT_VOT_INDIRECT_WIRED","features":[10]},{"name":"D3DKMDT_VOT_INTERNAL","features":[10]},{"name":"D3DKMDT_VOT_LVDS","features":[10]},{"name":"D3DKMDT_VOT_MIRACAST","features":[10]},{"name":"D3DKMDT_VOT_OTHER","features":[10]},{"name":"D3DKMDT_VOT_RCA_3COMPONENT","features":[10]},{"name":"D3DKMDT_VOT_RF","features":[10]},{"name":"D3DKMDT_VOT_SDI","features":[10]},{"name":"D3DKMDT_VOT_SDTVDONGLE","features":[10]},{"name":"D3DKMDT_VOT_SVIDEO","features":[10]},{"name":"D3DKMDT_VOT_SVIDEO_4PIN","features":[10]},{"name":"D3DKMDT_VOT_SVIDEO_7PIN","features":[10]},{"name":"D3DKMDT_VOT_UDI_EMBEDDED","features":[10]},{"name":"D3DKMDT_VOT_UDI_EXTERNAL","features":[10]},{"name":"D3DKMDT_VOT_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_VPPC_GRAPHICS","features":[10]},{"name":"D3DKMDT_VPPC_NOTSPECIFIED","features":[10]},{"name":"D3DKMDT_VPPC_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_VPPC_VIDEO","features":[10]},{"name":"D3DKMDT_VPPI_DENARY","features":[10]},{"name":"D3DKMDT_VPPI_NONARY","features":[10]},{"name":"D3DKMDT_VPPI_OCTONARY","features":[10]},{"name":"D3DKMDT_VPPI_PRIMARY","features":[10]},{"name":"D3DKMDT_VPPI_QUATERNARY","features":[10]},{"name":"D3DKMDT_VPPI_QUINARY","features":[10]},{"name":"D3DKMDT_VPPI_SECONDARY","features":[10]},{"name":"D3DKMDT_VPPI_SENARY","features":[10]},{"name":"D3DKMDT_VPPI_SEPTENARY","features":[10]},{"name":"D3DKMDT_VPPI_TERTIARY","features":[10]},{"name":"D3DKMDT_VPPI_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_VPPMT_MACROVISION_APSTRIGGER","features":[10]},{"name":"D3DKMDT_VPPMT_MACROVISION_FULLSUPPORT","features":[10]},{"name":"D3DKMDT_VPPMT_NOPROTECTION","features":[10]},{"name":"D3DKMDT_VPPMT_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_VPPR_IDENTITY","features":[10]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET180","features":[10]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET270","features":[10]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET90","features":[10]},{"name":"D3DKMDT_VPPR_NOTSPECIFIED","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE180","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET180","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET270","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET90","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE270","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET180","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET270","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET90","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE90","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET180","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET270","features":[10]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET90","features":[10]},{"name":"D3DKMDT_VPPR_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_VPPR_UNPINNED","features":[10]},{"name":"D3DKMDT_VPPS_ASPECTRATIOCENTEREDMAX","features":[10]},{"name":"D3DKMDT_VPPS_CENTERED","features":[10]},{"name":"D3DKMDT_VPPS_CUSTOM","features":[10]},{"name":"D3DKMDT_VPPS_IDENTITY","features":[10]},{"name":"D3DKMDT_VPPS_NOTSPECIFIED","features":[10]},{"name":"D3DKMDT_VPPS_RESERVED1","features":[10]},{"name":"D3DKMDT_VPPS_STRETCHED","features":[10]},{"name":"D3DKMDT_VPPS_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_VPPS_UNPINNED","features":[10]},{"name":"D3DKMDT_VSS_APPLE","features":[10]},{"name":"D3DKMDT_VSS_EIA_861","features":[10]},{"name":"D3DKMDT_VSS_EIA_861A","features":[10]},{"name":"D3DKMDT_VSS_EIA_861B","features":[10]},{"name":"D3DKMDT_VSS_IBM","features":[10]},{"name":"D3DKMDT_VSS_NTSC_443","features":[10]},{"name":"D3DKMDT_VSS_NTSC_J","features":[10]},{"name":"D3DKMDT_VSS_NTSC_M","features":[10]},{"name":"D3DKMDT_VSS_OTHER","features":[10]},{"name":"D3DKMDT_VSS_PAL_B","features":[10]},{"name":"D3DKMDT_VSS_PAL_B1","features":[10]},{"name":"D3DKMDT_VSS_PAL_D","features":[10]},{"name":"D3DKMDT_VSS_PAL_G","features":[10]},{"name":"D3DKMDT_VSS_PAL_H","features":[10]},{"name":"D3DKMDT_VSS_PAL_I","features":[10]},{"name":"D3DKMDT_VSS_PAL_K","features":[10]},{"name":"D3DKMDT_VSS_PAL_K1","features":[10]},{"name":"D3DKMDT_VSS_PAL_L","features":[10]},{"name":"D3DKMDT_VSS_PAL_M","features":[10]},{"name":"D3DKMDT_VSS_PAL_N","features":[10]},{"name":"D3DKMDT_VSS_PAL_NC","features":[10]},{"name":"D3DKMDT_VSS_SECAM_B","features":[10]},{"name":"D3DKMDT_VSS_SECAM_D","features":[10]},{"name":"D3DKMDT_VSS_SECAM_G","features":[10]},{"name":"D3DKMDT_VSS_SECAM_H","features":[10]},{"name":"D3DKMDT_VSS_SECAM_K","features":[10]},{"name":"D3DKMDT_VSS_SECAM_K1","features":[10]},{"name":"D3DKMDT_VSS_SECAM_L","features":[10]},{"name":"D3DKMDT_VSS_SECAM_L1","features":[10]},{"name":"D3DKMDT_VSS_UNINITIALIZED","features":[10]},{"name":"D3DKMDT_VSS_VESA_CVT","features":[10]},{"name":"D3DKMDT_VSS_VESA_DMT","features":[10]},{"name":"D3DKMDT_VSS_VESA_GTF","features":[10]},{"name":"D3DKMDT_WIRE_FORMAT_AND_PREFERENCE","features":[10]},{"name":"D3DKMTAcquireKeyedMutex","features":[10,1]},{"name":"D3DKMTAcquireKeyedMutex2","features":[10,1]},{"name":"D3DKMTAdjustFullscreenGamma","features":[10,1]},{"name":"D3DKMTCancelPresents","features":[10,1]},{"name":"D3DKMTChangeSurfacePointer","features":[10,1,13]},{"name":"D3DKMTChangeVideoMemoryReservation","features":[10,1]},{"name":"D3DKMTCheckExclusiveOwnership","features":[10,1]},{"name":"D3DKMTCheckMonitorPowerState","features":[10,1]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport","features":[10,1]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport2","features":[10,1]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport3","features":[10,1]},{"name":"D3DKMTCheckOcclusion","features":[10,1]},{"name":"D3DKMTCheckSharedResourceAccess","features":[10,1]},{"name":"D3DKMTCheckVidPnExclusiveOwnership","features":[10,1]},{"name":"D3DKMTCloseAdapter","features":[10,1]},{"name":"D3DKMTConfigureSharedResource","features":[10,1]},{"name":"D3DKMTCreateAllocation","features":[10,1]},{"name":"D3DKMTCreateAllocation2","features":[10,1]},{"name":"D3DKMTCreateContext","features":[10,1]},{"name":"D3DKMTCreateContextVirtual","features":[10,1]},{"name":"D3DKMTCreateDCFromMemory","features":[10,1,13]},{"name":"D3DKMTCreateDevice","features":[10,1]},{"name":"D3DKMTCreateHwContext","features":[10,1]},{"name":"D3DKMTCreateHwQueue","features":[10,1]},{"name":"D3DKMTCreateKeyedMutex","features":[10,1]},{"name":"D3DKMTCreateKeyedMutex2","features":[10,1]},{"name":"D3DKMTCreateOutputDupl","features":[10,1]},{"name":"D3DKMTCreateOverlay","features":[10,1]},{"name":"D3DKMTCreatePagingQueue","features":[10,1]},{"name":"D3DKMTCreateProtectedSession","features":[10,1]},{"name":"D3DKMTCreateSynchronizationObject","features":[10,1]},{"name":"D3DKMTCreateSynchronizationObject2","features":[10,1]},{"name":"D3DKMTDestroyAllocation","features":[10,1]},{"name":"D3DKMTDestroyAllocation2","features":[10,1]},{"name":"D3DKMTDestroyContext","features":[10,1]},{"name":"D3DKMTDestroyDCFromMemory","features":[10,1,13]},{"name":"D3DKMTDestroyDevice","features":[10,1]},{"name":"D3DKMTDestroyHwContext","features":[10,1]},{"name":"D3DKMTDestroyHwQueue","features":[10,1]},{"name":"D3DKMTDestroyKeyedMutex","features":[10,1]},{"name":"D3DKMTDestroyOutputDupl","features":[10,1]},{"name":"D3DKMTDestroyOverlay","features":[10,1]},{"name":"D3DKMTDestroyPagingQueue","features":[10,1]},{"name":"D3DKMTDestroyProtectedSession","features":[10,1]},{"name":"D3DKMTDestroySynchronizationObject","features":[10,1]},{"name":"D3DKMTEnumAdapters","features":[10,1]},{"name":"D3DKMTEnumAdapters2","features":[10,1]},{"name":"D3DKMTEnumAdapters3","features":[10,1]},{"name":"D3DKMTEscape","features":[10,1]},{"name":"D3DKMTEvict","features":[10,1]},{"name":"D3DKMTFlipOverlay","features":[10,1]},{"name":"D3DKMTFlushHeapTransitions","features":[10,1]},{"name":"D3DKMTFreeGpuVirtualAddress","features":[10,1]},{"name":"D3DKMTGetAllocationPriority","features":[10,1]},{"name":"D3DKMTGetContextInProcessSchedulingPriority","features":[10,1]},{"name":"D3DKMTGetContextSchedulingPriority","features":[10,1]},{"name":"D3DKMTGetDWMVerticalBlankEvent","features":[10,1]},{"name":"D3DKMTGetDeviceState","features":[10,1]},{"name":"D3DKMTGetDisplayModeList","features":[10,1]},{"name":"D3DKMTGetMultiPlaneOverlayCaps","features":[10,1]},{"name":"D3DKMTGetMultisampleMethodList","features":[10,1]},{"name":"D3DKMTGetOverlayState","features":[10,1]},{"name":"D3DKMTGetPostCompositionCaps","features":[10,1]},{"name":"D3DKMTGetPresentHistory","features":[10,1]},{"name":"D3DKMTGetPresentQueueEvent","features":[10,1]},{"name":"D3DKMTGetProcessDeviceRemovalSupport","features":[10,1]},{"name":"D3DKMTGetProcessSchedulingPriorityClass","features":[10,1]},{"name":"D3DKMTGetResourcePresentPrivateDriverData","features":[10,1]},{"name":"D3DKMTGetRuntimeData","features":[10,1]},{"name":"D3DKMTGetScanLine","features":[10,1]},{"name":"D3DKMTGetSharedPrimaryHandle","features":[10,1]},{"name":"D3DKMTGetSharedResourceAdapterLuid","features":[10,1]},{"name":"D3DKMTInvalidateActiveVidPn","features":[10,1]},{"name":"D3DKMTInvalidateCache","features":[10,1]},{"name":"D3DKMTLock","features":[10,1]},{"name":"D3DKMTLock2","features":[10,1]},{"name":"D3DKMTMakeResident","features":[10,1]},{"name":"D3DKMTMapGpuVirtualAddress","features":[10,1]},{"name":"D3DKMTMarkDeviceAsError","features":[10,1]},{"name":"D3DKMTOfferAllocations","features":[10,1]},{"name":"D3DKMTOpenAdapterFromDeviceName","features":[10,1]},{"name":"D3DKMTOpenAdapterFromGdiDisplayName","features":[10,1]},{"name":"D3DKMTOpenAdapterFromHdc","features":[10,1,13]},{"name":"D3DKMTOpenAdapterFromLuid","features":[10,1]},{"name":"D3DKMTOpenKeyedMutex","features":[10,1]},{"name":"D3DKMTOpenKeyedMutex2","features":[10,1]},{"name":"D3DKMTOpenKeyedMutexFromNtHandle","features":[10,1]},{"name":"D3DKMTOpenNtHandleFromName","features":[3,10,1,5]},{"name":"D3DKMTOpenProtectedSessionFromNtHandle","features":[10,1]},{"name":"D3DKMTOpenResource","features":[10,1]},{"name":"D3DKMTOpenResource2","features":[10,1]},{"name":"D3DKMTOpenResourceFromNtHandle","features":[10,1]},{"name":"D3DKMTOpenSyncObjectFromNtHandle","features":[10,1]},{"name":"D3DKMTOpenSyncObjectFromNtHandle2","features":[10,1]},{"name":"D3DKMTOpenSyncObjectNtHandleFromName","features":[3,10,1,5]},{"name":"D3DKMTOpenSynchronizationObject","features":[10,1]},{"name":"D3DKMTOutputDuplGetFrameInfo","features":[10,1]},{"name":"D3DKMTOutputDuplGetMetaData","features":[10,1]},{"name":"D3DKMTOutputDuplGetPointerShapeData","features":[10,1]},{"name":"D3DKMTOutputDuplPresent","features":[10,1]},{"name":"D3DKMTOutputDuplPresentToHwQueue","features":[10,1]},{"name":"D3DKMTOutputDuplReleaseFrame","features":[10,1]},{"name":"D3DKMTPollDisplayChildren","features":[10,1]},{"name":"D3DKMTPresent","features":[10,1]},{"name":"D3DKMTPresentMultiPlaneOverlay","features":[10,1]},{"name":"D3DKMTPresentMultiPlaneOverlay2","features":[10,1]},{"name":"D3DKMTPresentMultiPlaneOverlay3","features":[10,1]},{"name":"D3DKMTPresentRedirected","features":[10,1]},{"name":"D3DKMTQueryAdapterInfo","features":[10,1]},{"name":"D3DKMTQueryAllocationResidency","features":[10,1]},{"name":"D3DKMTQueryClockCalibration","features":[10,1]},{"name":"D3DKMTQueryFSEBlock","features":[10,1]},{"name":"D3DKMTQueryProcessOfferInfo","features":[10,1]},{"name":"D3DKMTQueryProtectedSessionInfoFromNtHandle","features":[10,1]},{"name":"D3DKMTQueryProtectedSessionStatus","features":[10,1]},{"name":"D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName","features":[10,1]},{"name":"D3DKMTQueryResourceInfo","features":[10,1]},{"name":"D3DKMTQueryResourceInfoFromNtHandle","features":[10,1]},{"name":"D3DKMTQueryStatistics","features":[10,1]},{"name":"D3DKMTQueryVidPnExclusiveOwnership","features":[10,1]},{"name":"D3DKMTQueryVideoMemoryInfo","features":[10,1]},{"name":"D3DKMTReclaimAllocations","features":[10,1]},{"name":"D3DKMTReclaimAllocations2","features":[10,1]},{"name":"D3DKMTRegisterTrimNotification","features":[10,1]},{"name":"D3DKMTRegisterVailProcess","features":[10,1]},{"name":"D3DKMTReleaseKeyedMutex","features":[10,1]},{"name":"D3DKMTReleaseKeyedMutex2","features":[10,1]},{"name":"D3DKMTReleaseProcessVidPnSourceOwners","features":[10,1]},{"name":"D3DKMTRender","features":[10,1]},{"name":"D3DKMTReserveGpuVirtualAddress","features":[10,1]},{"name":"D3DKMTSetAllocationPriority","features":[10,1]},{"name":"D3DKMTSetContextInProcessSchedulingPriority","features":[10,1]},{"name":"D3DKMTSetContextSchedulingPriority","features":[10,1]},{"name":"D3DKMTSetDisplayMode","features":[10,1]},{"name":"D3DKMTSetDisplayPrivateDriverFormat","features":[10,1]},{"name":"D3DKMTSetFSEBlock","features":[10,1]},{"name":"D3DKMTSetGammaRamp","features":[10,1]},{"name":"D3DKMTSetHwProtectionTeardownRecovery","features":[10,1]},{"name":"D3DKMTSetMonitorColorSpaceTransform","features":[10,1]},{"name":"D3DKMTSetProcessSchedulingPriorityClass","features":[10,1]},{"name":"D3DKMTSetQueuedLimit","features":[10,1]},{"name":"D3DKMTSetStablePowerState","features":[10,1]},{"name":"D3DKMTSetSyncRefreshCountWaitTarget","features":[10,1]},{"name":"D3DKMTSetVidPnSourceHwProtection","features":[10,1]},{"name":"D3DKMTSetVidPnSourceOwner","features":[10,1]},{"name":"D3DKMTSetVidPnSourceOwner1","features":[10,1]},{"name":"D3DKMTSetVidPnSourceOwner2","features":[10,1]},{"name":"D3DKMTShareObjects","features":[3,10,1,5]},{"name":"D3DKMTSharedPrimaryLockNotification","features":[10,1]},{"name":"D3DKMTSharedPrimaryUnLockNotification","features":[10,1]},{"name":"D3DKMTSignalSynchronizationObject","features":[10,1]},{"name":"D3DKMTSignalSynchronizationObject2","features":[10,1]},{"name":"D3DKMTSignalSynchronizationObjectFromCpu","features":[10,1]},{"name":"D3DKMTSignalSynchronizationObjectFromGpu","features":[10,1]},{"name":"D3DKMTSignalSynchronizationObjectFromGpu2","features":[10,1]},{"name":"D3DKMTSubmitCommand","features":[10,1]},{"name":"D3DKMTSubmitCommandToHwQueue","features":[10,1]},{"name":"D3DKMTSubmitPresentBltToHwQueue","features":[10,1]},{"name":"D3DKMTSubmitPresentToHwQueue","features":[10,1]},{"name":"D3DKMTSubmitSignalSyncObjectsToHwQueue","features":[10,1]},{"name":"D3DKMTSubmitWaitForSyncObjectsToHwQueue","features":[10,1]},{"name":"D3DKMTTrimProcessCommitment","features":[10,1]},{"name":"D3DKMTUnlock","features":[10,1]},{"name":"D3DKMTUnlock2","features":[10,1]},{"name":"D3DKMTUnregisterTrimNotification","features":[10,1]},{"name":"D3DKMTUpdateAllocationProperty","features":[10,1]},{"name":"D3DKMTUpdateGpuVirtualAddress","features":[10,1]},{"name":"D3DKMTUpdateOverlay","features":[10,1]},{"name":"D3DKMTWaitForIdle","features":[10,1]},{"name":"D3DKMTWaitForSynchronizationObject","features":[10,1]},{"name":"D3DKMTWaitForSynchronizationObject2","features":[10,1]},{"name":"D3DKMTWaitForSynchronizationObjectFromCpu","features":[10,1]},{"name":"D3DKMTWaitForSynchronizationObjectFromGpu","features":[10,1]},{"name":"D3DKMTWaitForVerticalBlankEvent","features":[10,1]},{"name":"D3DKMTWaitForVerticalBlankEvent2","features":[10,1]},{"name":"D3DKMT_ACQUIREKEYEDMUTEX","features":[10]},{"name":"D3DKMT_ACQUIREKEYEDMUTEX2","features":[10]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE","features":[10,1]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE","features":[10]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE_EXTRA_CCD_DATABASE_INFO","features":[10]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE_MODES_PRUNED","features":[10]},{"name":"D3DKMT_ADAPTERADDRESS","features":[10]},{"name":"D3DKMT_ADAPTERINFO","features":[10,1]},{"name":"D3DKMT_ADAPTERREGISTRYINFO","features":[10]},{"name":"D3DKMT_ADAPTERTYPE","features":[10]},{"name":"D3DKMT_ADAPTER_PERFDATA","features":[10]},{"name":"D3DKMT_ADAPTER_PERFDATACAPS","features":[10]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION","features":[10]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_DATA","features":[10]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_TYPE","features":[10]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_VIDMM_FLAGS","features":[10]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_VIDMM_TRIM_INTERVAL","features":[10]},{"name":"D3DKMT_ADAPTER_VERIFIER_VIDMM_FLAGS","features":[10]},{"name":"D3DKMT_ADAPTER_VERIFIER_VIDMM_TRIM_INTERVAL","features":[10]},{"name":"D3DKMT_ADJUSTFULLSCREENGAMMA","features":[10]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS","features":[10]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_NOTRESIDENT","features":[10]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINGPUMEMORY","features":[10]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINSHAREDMEMORY","features":[10]},{"name":"D3DKMT_AUXILIARYPRESENTINFO","features":[10]},{"name":"D3DKMT_AUXILIARYPRESENTINFO_TYPE","features":[10]},{"name":"D3DKMT_AUXILIARYPRESENTINFO_TYPE_FLIPMANAGER","features":[10]},{"name":"D3DKMT_AllocationPriorityClassHigh","features":[10]},{"name":"D3DKMT_AllocationPriorityClassLow","features":[10]},{"name":"D3DKMT_AllocationPriorityClassMaximum","features":[10]},{"name":"D3DKMT_AllocationPriorityClassMinimum","features":[10]},{"name":"D3DKMT_AllocationPriorityClassNormal","features":[10]},{"name":"D3DKMT_BDDFALLBACK_CTL","features":[10,1]},{"name":"D3DKMT_BLOCKLIST_INFO","features":[10]},{"name":"D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN","features":[10,1]},{"name":"D3DKMT_BRIGHTNESS_INFO","features":[10,1]},{"name":"D3DKMT_BRIGHTNESS_INFO_BEGIN_MANUAL_MODE","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_END_MANUAL_MODE","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_CAPS","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_NIT_RANGES","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_POSSIBLE_LEVELS","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_REDUCTION","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET_OPTIMIZATION","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET_STATE","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_TOGGLE_LOGGING","features":[10]},{"name":"D3DKMT_BRIGHTNESS_INFO_TYPE","features":[10]},{"name":"D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS","features":[10]},{"name":"D3DKMT_BUDGETCHANGENOTIFICATION","features":[10]},{"name":"D3DKMT_CANCEL_PRESENTS","features":[10,1]},{"name":"D3DKMT_CANCEL_PRESENTS_FLAGS","features":[10]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION","features":[10]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION_CANCEL_FROM","features":[10]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION_REPROGRAM_INTERRUPT","features":[10]},{"name":"D3DKMT_CHANGESURFACEPOINTER","features":[10,1,13]},{"name":"D3DKMT_CHANGEVIDEOMEMORYRESERVATION","features":[10,1]},{"name":"D3DKMT_CHECKMONITORPOWERSTATE","features":[10]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT","features":[10,1]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2","features":[10,1]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3","features":[10,1]},{"name":"D3DKMT_CHECKOCCLUSION","features":[10,1]},{"name":"D3DKMT_CHECKSHAREDRESOURCEACCESS","features":[10]},{"name":"D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP","features":[10]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE","features":[10,1]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2","features":[10,1]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3","features":[10,1]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO","features":[10]},{"name":"D3DKMT_CLIENTHINT","features":[10]},{"name":"D3DKMT_CLIENTHINT_11ON12","features":[10]},{"name":"D3DKMT_CLIENTHINT_9ON12","features":[10]},{"name":"D3DKMT_CLIENTHINT_CDD","features":[10]},{"name":"D3DKMT_CLIENTHINT_CLON12","features":[10]},{"name":"D3DKMT_CLIENTHINT_CUDA","features":[10]},{"name":"D3DKMT_CLIENTHINT_DML_PYTORCH","features":[10]},{"name":"D3DKMT_CLIENTHINT_DML_TENSORFLOW","features":[10]},{"name":"D3DKMT_CLIENTHINT_DX10","features":[10]},{"name":"D3DKMT_CLIENTHINT_DX11","features":[10]},{"name":"D3DKMT_CLIENTHINT_DX12","features":[10]},{"name":"D3DKMT_CLIENTHINT_DX7","features":[10]},{"name":"D3DKMT_CLIENTHINT_DX8","features":[10]},{"name":"D3DKMT_CLIENTHINT_DX9","features":[10]},{"name":"D3DKMT_CLIENTHINT_GLON12","features":[10]},{"name":"D3DKMT_CLIENTHINT_MAX","features":[10]},{"name":"D3DKMT_CLIENTHINT_MFT_ENCODE","features":[10]},{"name":"D3DKMT_CLIENTHINT_ONEAPI_LEVEL0","features":[10]},{"name":"D3DKMT_CLIENTHINT_OPENCL","features":[10]},{"name":"D3DKMT_CLIENTHINT_OPENGL","features":[10]},{"name":"D3DKMT_CLIENTHINT_RESERVED","features":[10]},{"name":"D3DKMT_CLIENTHINT_UNKNOWN","features":[10]},{"name":"D3DKMT_CLIENTHINT_VULKAN","features":[10]},{"name":"D3DKMT_CLOSEADAPTER","features":[10]},{"name":"D3DKMT_COMPOSITION_PRESENTHISTORYTOKEN","features":[10]},{"name":"D3DKMT_CONFIGURESHAREDRESOURCE","features":[10,1]},{"name":"D3DKMT_CONNECT_DOORBELL","features":[10]},{"name":"D3DKMT_CONNECT_DOORBELL_FLAGS","features":[10]},{"name":"D3DKMT_CPDRIVERNAME","features":[10]},{"name":"D3DKMT_CREATEALLOCATION","features":[10,1]},{"name":"D3DKMT_CREATEALLOCATIONFLAGS","features":[10]},{"name":"D3DKMT_CREATECONTEXT","features":[10]},{"name":"D3DKMT_CREATECONTEXTVIRTUAL","features":[10]},{"name":"D3DKMT_CREATEDCFROMMEMORY","features":[10,1,13]},{"name":"D3DKMT_CREATEDEVICE","features":[10]},{"name":"D3DKMT_CREATEDEVICEFLAGS","features":[10]},{"name":"D3DKMT_CREATEHWCONTEXT","features":[10]},{"name":"D3DKMT_CREATEHWQUEUE","features":[10]},{"name":"D3DKMT_CREATEKEYEDMUTEX","features":[10]},{"name":"D3DKMT_CREATEKEYEDMUTEX2","features":[10]},{"name":"D3DKMT_CREATEKEYEDMUTEX2_FLAGS","features":[10]},{"name":"D3DKMT_CREATENATIVEFENCE","features":[10]},{"name":"D3DKMT_CREATEOVERLAY","features":[10]},{"name":"D3DKMT_CREATEPAGINGQUEUE","features":[10]},{"name":"D3DKMT_CREATEPROTECTEDSESSION","features":[10]},{"name":"D3DKMT_CREATESTANDARDALLOCATION","features":[10]},{"name":"D3DKMT_CREATESTANDARDALLOCATIONFLAGS","features":[10]},{"name":"D3DKMT_CREATESYNCFILE","features":[10]},{"name":"D3DKMT_CREATESYNCHRONIZATIONOBJECT","features":[10,1]},{"name":"D3DKMT_CREATESYNCHRONIZATIONOBJECT2","features":[10,1]},{"name":"D3DKMT_CREATE_DOORBELL","features":[10]},{"name":"D3DKMT_CREATE_DOORBELL_FLAGS","features":[10]},{"name":"D3DKMT_CREATE_OUTPUTDUPL","features":[10,1]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT","features":[10]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER","features":[10]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_COPY","features":[10]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_NONE","features":[10]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_SCANOUT","features":[10]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_TEXTURE","features":[10]},{"name":"D3DKMT_CROSS_ADAPTER_RESOURCE_HEIGHT_ALIGNMENT","features":[10]},{"name":"D3DKMT_CROSS_ADAPTER_RESOURCE_PITCH_ALIGNMENT","features":[10]},{"name":"D3DKMT_CURRENTDISPLAYMODE","features":[10]},{"name":"D3DKMT_ClientPagingBuffer","features":[10]},{"name":"D3DKMT_ClientRenderBuffer","features":[10]},{"name":"D3DKMT_DEBUG_SNAPSHOT_ESCAPE","features":[10]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_DOWNWARD","features":[10]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_PASS","features":[10]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_UPWARD","features":[10]},{"name":"D3DKMT_DEFRAG_ESCAPE_GET_FRAGMENTATION_STATS","features":[10]},{"name":"D3DKMT_DEFRAG_ESCAPE_OPERATION","features":[10]},{"name":"D3DKMT_DEFRAG_ESCAPE_VERIFY_TRANSFER","features":[10]},{"name":"D3DKMT_DESTROYALLOCATION","features":[10]},{"name":"D3DKMT_DESTROYALLOCATION2","features":[10]},{"name":"D3DKMT_DESTROYCONTEXT","features":[10]},{"name":"D3DKMT_DESTROYDCFROMMEMORY","features":[10,1,13]},{"name":"D3DKMT_DESTROYDEVICE","features":[10]},{"name":"D3DKMT_DESTROYHWCONTEXT","features":[10]},{"name":"D3DKMT_DESTROYHWQUEUE","features":[10]},{"name":"D3DKMT_DESTROYKEYEDMUTEX","features":[10]},{"name":"D3DKMT_DESTROYOVERLAY","features":[10]},{"name":"D3DKMT_DESTROYPROTECTEDSESSION","features":[10]},{"name":"D3DKMT_DESTROYSYNCHRONIZATIONOBJECT","features":[10]},{"name":"D3DKMT_DESTROY_DOORBELL","features":[10]},{"name":"D3DKMT_DESTROY_OUTPUTDUPL","features":[10,1]},{"name":"D3DKMT_DEVICEESCAPE_RESTOREGAMMA","features":[10]},{"name":"D3DKMT_DEVICEESCAPE_TYPE","features":[10]},{"name":"D3DKMT_DEVICEESCAPE_VIDPNFROMALLOCATION","features":[10]},{"name":"D3DKMT_DEVICEEXECUTION_ACTIVE","features":[10]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_DMAFAULT","features":[10]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_DMAPAGEFAULT","features":[10]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_OUTOFMEMORY","features":[10]},{"name":"D3DKMT_DEVICEEXECUTION_HUNG","features":[10]},{"name":"D3DKMT_DEVICEEXECUTION_RESET","features":[10]},{"name":"D3DKMT_DEVICEEXECUTION_STATE","features":[10]},{"name":"D3DKMT_DEVICEEXECUTION_STOPPED","features":[10]},{"name":"D3DKMT_DEVICEPAGEFAULT_STATE","features":[10]},{"name":"D3DKMT_DEVICEPRESENT_QUEUE_STATE","features":[10,1]},{"name":"D3DKMT_DEVICEPRESENT_STATE","features":[10]},{"name":"D3DKMT_DEVICEPRESENT_STATE_DWM","features":[10]},{"name":"D3DKMT_DEVICERESET_STATE","features":[10]},{"name":"D3DKMT_DEVICESTATE_EXECUTION","features":[10]},{"name":"D3DKMT_DEVICESTATE_PAGE_FAULT","features":[10]},{"name":"D3DKMT_DEVICESTATE_PRESENT","features":[10]},{"name":"D3DKMT_DEVICESTATE_PRESENT_DWM","features":[10]},{"name":"D3DKMT_DEVICESTATE_PRESENT_QUEUE","features":[10]},{"name":"D3DKMT_DEVICESTATE_RESET","features":[10]},{"name":"D3DKMT_DEVICESTATE_TYPE","features":[10]},{"name":"D3DKMT_DEVICE_ERROR_REASON","features":[10]},{"name":"D3DKMT_DEVICE_ERROR_REASON_DRIVER_ERROR","features":[10]},{"name":"D3DKMT_DEVICE_ERROR_REASON_GENERIC","features":[10]},{"name":"D3DKMT_DEVICE_ESCAPE","features":[10]},{"name":"D3DKMT_DEVICE_IDS","features":[10]},{"name":"D3DKMT_DIRECTFLIP_SUPPORT","features":[10,1]},{"name":"D3DKMT_DIRTYREGIONS","features":[10,1]},{"name":"D3DKMT_DISPLAYMODE","features":[10]},{"name":"D3DKMT_DISPLAYMODELIST","features":[10]},{"name":"D3DKMT_DISPLAY_CAPS","features":[10]},{"name":"D3DKMT_DISPLAY_UMD_FILENAMEINFO","features":[10]},{"name":"D3DKMT_DLIST_DRIVER_NAME","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_ACTIVEVIDPN_COFUNCPATHMODALITY_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_ACTIVEVIDPN_SOURCEMODESET_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_GET_ACTIVEVIDPN_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_GET_LASTCLIENTCOMMITTEDVIDPN_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_GET_MONITORS_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_GET_SUMMARY_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VERSION_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VIDEO_PRESENT_SOURCES_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VIDEO_PRESENT_TARGETS_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_RECENTLY_COMMITTED_VIDPNS_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_RECENTLY_RECOMMENDED_VIDPNS_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_RECENT_MODECHANGE_REQUESTS_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_RECENT_MONITOR_PRESENCE_EVENTS_INFO","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_UNINITIALIZED","features":[10]},{"name":"D3DKMT_DMMESCAPETYPE_VIDPN_MGR_DIAGNOSTICS","features":[10]},{"name":"D3DKMT_DMM_ESCAPE","features":[10]},{"name":"D3DKMT_DOD_SET_DIRTYRECT_MODE","features":[10,1]},{"name":"D3DKMT_DRIVERCAPS_EXT","features":[10]},{"name":"D3DKMT_DRIVERVERSION","features":[10]},{"name":"D3DKMT_DRIVER_DESCRIPTION","features":[10]},{"name":"D3DKMT_DeferredCommandBuffer","features":[10]},{"name":"D3DKMT_DeviceCommandBuffer","features":[10]},{"name":"D3DKMT_DmaPacketTypeMax","features":[10]},{"name":"D3DKMT_ENUMADAPTERS","features":[10,1]},{"name":"D3DKMT_ENUMADAPTERS2","features":[10,1]},{"name":"D3DKMT_ENUMADAPTERS3","features":[10,1]},{"name":"D3DKMT_ENUMADAPTERS_FILTER","features":[10]},{"name":"D3DKMT_ESCAPE","features":[10]},{"name":"D3DKMT_ESCAPETYPE","features":[10]},{"name":"D3DKMT_ESCAPE_ACTIVATE_SPECIFIC_DIAG","features":[10]},{"name":"D3DKMT_ESCAPE_ADAPTER_VERIFIER_OPTION","features":[10]},{"name":"D3DKMT_ESCAPE_BDD_FALLBACK","features":[10]},{"name":"D3DKMT_ESCAPE_BDD_PNP","features":[10]},{"name":"D3DKMT_ESCAPE_BRIGHTNESS","features":[10]},{"name":"D3DKMT_ESCAPE_CCD_DATABASE","features":[10]},{"name":"D3DKMT_ESCAPE_DEBUG_SNAPSHOT","features":[10]},{"name":"D3DKMT_ESCAPE_DEVICE","features":[10]},{"name":"D3DKMT_ESCAPE_DIAGNOSTICS","features":[10]},{"name":"D3DKMT_ESCAPE_DMM","features":[10]},{"name":"D3DKMT_ESCAPE_DOD_SET_DIRTYRECT_MODE","features":[10]},{"name":"D3DKMT_ESCAPE_DRIVERPRIVATE","features":[10]},{"name":"D3DKMT_ESCAPE_DRT_TEST","features":[10]},{"name":"D3DKMT_ESCAPE_EDID_CACHE","features":[10]},{"name":"D3DKMT_ESCAPE_FORCE_BDDFALLBACK_HEADLESS","features":[10]},{"name":"D3DKMT_ESCAPE_GET_DISPLAY_CONFIGURATIONS","features":[10]},{"name":"D3DKMT_ESCAPE_GET_EXTERNAL_DIAGNOSTICS","features":[10]},{"name":"D3DKMT_ESCAPE_HISTORY_BUFFER_STATUS","features":[10]},{"name":"D3DKMT_ESCAPE_IDD_REQUEST","features":[10]},{"name":"D3DKMT_ESCAPE_LOG_CODEPOINT_PACKET","features":[10]},{"name":"D3DKMT_ESCAPE_LOG_USERMODE_DAIG_PACKET","features":[10]},{"name":"D3DKMT_ESCAPE_MIRACAST_ADAPTER_DIAG_INFO","features":[10]},{"name":"D3DKMT_ESCAPE_MIRACAST_DISPLAY_REQUEST","features":[10]},{"name":"D3DKMT_ESCAPE_MODES_PRUNED_OUT","features":[10]},{"name":"D3DKMT_ESCAPE_OUTPUTDUPL_DIAGNOSTICS","features":[10]},{"name":"D3DKMT_ESCAPE_OUTPUTDUPL_SNAPSHOT","features":[10]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_COMMAND","features":[10]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_DEFAULT","features":[10]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_FORCE_CPU","features":[10]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_FORCE_GPU","features":[10]},{"name":"D3DKMT_ESCAPE_PROCESS_VERIFIER_OPTION","features":[10]},{"name":"D3DKMT_ESCAPE_QUERY_DMA_REMAPPING_STATUS","features":[10]},{"name":"D3DKMT_ESCAPE_QUERY_IOMMU_STATUS","features":[10]},{"name":"D3DKMT_ESCAPE_REQUEST_MACHINE_CRASH","features":[10]},{"name":"D3DKMT_ESCAPE_SOFTGPU_ENABLE_DISABLE_HMD","features":[10]},{"name":"D3DKMT_ESCAPE_TDRDBGCTRL","features":[10]},{"name":"D3DKMT_ESCAPE_VIDMM","features":[10]},{"name":"D3DKMT_ESCAPE_VIDSCH","features":[10]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE","features":[10,1]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE","features":[10]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_BASE_DESKTOP_DURATION","features":[10]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_PROCESS_BOOST_ELIGIBLE","features":[10]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_VSYNC_MULTIPLIER","features":[10]},{"name":"D3DKMT_ESCAPE_WHQL_INFO","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_BDD_FALLBACK","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_COLOR_PROFILE_INFO","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_DDA_TEST_CTL","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_DISPBROKER_TEST","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_DPI_INFO","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_HIP_DEVICE_INFO","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_PRESENTER_VIEW_INFO","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_QUERY_CD_ROTATION_BLOCK","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_SET_DIMMED_STATE","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_SPECIALIZED_DISPLAY_TEST","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_START","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_SYSTEM_DPI","features":[10]},{"name":"D3DKMT_ESCAPE_WIN32K_USER_DETECTED_BLACK_SCREEN","features":[10]},{"name":"D3DKMT_EVICT","features":[10]},{"name":"D3DKMT_EVICTION_CRITERIA","features":[10]},{"name":"D3DKMT_FENCE_PRESENTHISTORYTOKEN","features":[10]},{"name":"D3DKMT_FLIPINFOFLAGS","features":[10]},{"name":"D3DKMT_FLIPMANAGER_AUXILIARYPRESENTINFO","features":[10,1]},{"name":"D3DKMT_FLIPMANAGER_PRESENTHISTORYTOKEN","features":[10]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE","features":[10]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE_FLIP_COMPLETE","features":[10]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE_FLIP_SUBMITTED","features":[10]},{"name":"D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN","features":[10,1]},{"name":"D3DKMT_FLIPMODEL_PRESENTHISTORYTOKENFLAGS","features":[10]},{"name":"D3DKMT_FLIPOVERLAY","features":[10]},{"name":"D3DKMT_FLIPQUEUEINFO","features":[10]},{"name":"D3DKMT_FLUSHHEAPTRANSITIONS","features":[10]},{"name":"D3DKMT_FREEGPUVIRTUALADDRESS","features":[10]},{"name":"D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN","features":[10,1]},{"name":"D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN","features":[10]},{"name":"D3DKMT_GDI_STYLE_HANDLE_DECORATION","features":[10]},{"name":"D3DKMT_GETALLOCATIONPRIORITY","features":[10]},{"name":"D3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[10]},{"name":"D3DKMT_GETCONTEXTSCHEDULINGPRIORITY","features":[10]},{"name":"D3DKMT_GETDEVICESTATE","features":[10,1]},{"name":"D3DKMT_GETDISPLAYMODELIST","features":[10]},{"name":"D3DKMT_GETMULTISAMPLEMETHODLIST","features":[10]},{"name":"D3DKMT_GETOVERLAYSTATE","features":[10,1]},{"name":"D3DKMT_GETPRESENTHISTORY","features":[10,1]},{"name":"D3DKMT_GETPRESENTHISTORY_MAXTOKENS","features":[10]},{"name":"D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT","features":[10,1]},{"name":"D3DKMT_GETRUNTIMEDATA","features":[10]},{"name":"D3DKMT_GETSCANLINE","features":[10,1]},{"name":"D3DKMT_GETSHAREDPRIMARYHANDLE","features":[10]},{"name":"D3DKMT_GETSHAREDRESOURCEADAPTERLUID","features":[10,1]},{"name":"D3DKMT_GETVERTICALBLANKEVENT","features":[10]},{"name":"D3DKMT_GET_DEVICE_VIDPN_OWNERSHIP_INFO","features":[10,1]},{"name":"D3DKMT_GET_GPUMMU_CAPS","features":[10,1]},{"name":"D3DKMT_GET_MULTIPLANE_OVERLAY_CAPS","features":[10]},{"name":"D3DKMT_GET_POST_COMPOSITION_CAPS","features":[10]},{"name":"D3DKMT_GET_PTE","features":[10,1]},{"name":"D3DKMT_GET_PTE_MAX","features":[10]},{"name":"D3DKMT_GET_QUEUEDLIMIT_PRESENT","features":[10]},{"name":"D3DKMT_GET_SEGMENT_CAPS","features":[10,1]},{"name":"D3DKMT_GPUMMU_CAPS","features":[10]},{"name":"D3DKMT_GPUVERSION","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_QUERY_STATE","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_QUERY_TYPE","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_HIGH_PERFORMANCE","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_MINIMUM_POWER","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_NOT_FOUND","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_UNINITIALIZED","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_UNSPECIFIED","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_USER_SPECIFIED_GPU","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_DX_DATABASE","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_IHV_DLIST","features":[10]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_USER_PREFERENCE","features":[10]},{"name":"D3DKMT_HISTORY_BUFFER_STATUS","features":[10,1]},{"name":"D3DKMT_HWDRM_SUPPORT","features":[10,1]},{"name":"D3DKMT_HYBRID_DLIST_DLL_SUPPORT","features":[10,1]},{"name":"D3DKMT_HYBRID_LIST","features":[10,1]},{"name":"D3DKMT_INDEPENDENTFLIP_SECONDARY_SUPPORT","features":[10,1]},{"name":"D3DKMT_INDEPENDENTFLIP_SUPPORT","features":[10,1]},{"name":"D3DKMT_INVALIDATEACTIVEVIDPN","features":[10]},{"name":"D3DKMT_INVALIDATECACHE","features":[10]},{"name":"D3DKMT_ISBADDRIVERFORHWPROTECTIONDISABLED","features":[10,1]},{"name":"D3DKMT_KMD_DRIVER_VERSION","features":[10]},{"name":"D3DKMT_LOCK","features":[10]},{"name":"D3DKMT_LOCK2","features":[10]},{"name":"D3DKMT_MARKDEVICEASERROR","features":[10]},{"name":"D3DKMT_MAX_BUNDLE_OBJECTS_PER_HANDLE","features":[10]},{"name":"D3DKMT_MAX_DMM_ESCAPE_DATASIZE","features":[10]},{"name":"D3DKMT_MAX_MULTIPLANE_OVERLAY_ALLOCATIONS_PER_PLANE","features":[10]},{"name":"D3DKMT_MAX_MULTIPLANE_OVERLAY_PLANES","features":[10]},{"name":"D3DKMT_MAX_OBJECTS_PER_HANDLE","features":[10]},{"name":"D3DKMT_MAX_PRESENT_HISTORY_RECTS","features":[10]},{"name":"D3DKMT_MAX_PRESENT_HISTORY_SCATTERBLTS","features":[10]},{"name":"D3DKMT_MAX_SEGMENT_COUNT","features":[10]},{"name":"D3DKMT_MAX_WAITFORVERTICALBLANK_OBJECTS","features":[10]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP","features":[10]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP_LOCAL","features":[10]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP_NON_LOCAL","features":[10]},{"name":"D3DKMT_MIRACASTCOMPANIONDRIVERNAME","features":[10]},{"name":"D3DKMT_MIRACAST_CHUNK_DATA","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_CANCELLED","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_ERROR","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_NOT_FOUND","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_NOT_STARTED","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_GPU_RESOURCE_IN_USE","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INSUFFICIENT_BANDWIDTH","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INSUFFICIENT_MEMORY","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INVALID_PARAMETER","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_PENDING","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_REMOTE_SESSION","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_SUCCESS","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_SUCCESS_NO_MONITOR","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_UNKOWN_ERROR","features":[10]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_UNKOWN_PAIRING","features":[10]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_CAPS","features":[10,1]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_STATE","features":[10]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_STATUS","features":[10]},{"name":"D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS","features":[10,1]},{"name":"D3DKMT_MIRACAST_DRIVER_IHV","features":[10]},{"name":"D3DKMT_MIRACAST_DRIVER_MS","features":[10]},{"name":"D3DKMT_MIRACAST_DRIVER_NOT_SUPPORTED","features":[10]},{"name":"D3DKMT_MIRACAST_DRIVER_TYPE","features":[10]},{"name":"D3DKMT_MOVE_RECT","features":[10,1]},{"name":"D3DKMT_MPO3DDI_SUPPORT","features":[10,1]},{"name":"D3DKMT_MPOKERNELCAPS_SUPPORT","features":[10,1]},{"name":"D3DKMT_MULIIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_PROGRESSIVE","features":[10]},{"name":"D3DKMT_MULTIPLANEOVERLAY_DECODE_SUPPORT","features":[10,1]},{"name":"D3DKMT_MULTIPLANEOVERLAY_HUD_SUPPORT","features":[10,1]},{"name":"D3DKMT_MULTIPLANEOVERLAY_SECONDARY_SUPPORT","features":[10,1]},{"name":"D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT","features":[10,1]},{"name":"D3DKMT_MULTIPLANEOVERLAY_SUPPORT","features":[10,1]},{"name":"D3DKMT_MULTIPLANE_OVERLAY","features":[10,1]},{"name":"D3DKMT_MULTIPLANE_OVERLAY2","features":[10,1]},{"name":"D3DKMT_MULTIPLANE_OVERLAY3","features":[10,1]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES","features":[10,1]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2","features":[10,1]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3","features":[10,1]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND_ALPHABLEND","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND_OPAQUE","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_CAPS","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAGS","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_HORIZONTAL_FLIP","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_STATIC_CHECK","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_VERTICAL_FLIP","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION","features":[10,1]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE","features":[10,1]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_HORIZONTAL","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_VERTICAL","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAGS","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE","features":[10]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC","features":[10]},{"name":"D3DKMT_MULTISAMPLEMETHOD","features":[10]},{"name":"D3DKMT_MaxAllocationPriorityClass","features":[10]},{"name":"D3DKMT_MmIoFlipCommandBuffer","features":[10]},{"name":"D3DKMT_NODEMETADATA","features":[10,1]},{"name":"D3DKMT_NODE_PERFDATA","features":[10]},{"name":"D3DKMT_NOTIFY_WORK_SUBMISSION","features":[10]},{"name":"D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS","features":[10]},{"name":"D3DKMT_OFFERALLOCATIONS","features":[10]},{"name":"D3DKMT_OFFER_FLAGS","features":[10]},{"name":"D3DKMT_OFFER_PRIORITY","features":[10]},{"name":"D3DKMT_OFFER_PRIORITY_AUTO","features":[10]},{"name":"D3DKMT_OFFER_PRIORITY_HIGH","features":[10]},{"name":"D3DKMT_OFFER_PRIORITY_LOW","features":[10]},{"name":"D3DKMT_OFFER_PRIORITY_NORMAL","features":[10]},{"name":"D3DKMT_OPENADAPTERFROMDEVICENAME","features":[10,1]},{"name":"D3DKMT_OPENADAPTERFROMGDIDISPLAYNAME","features":[10,1]},{"name":"D3DKMT_OPENADAPTERFROMHDC","features":[10,1,13]},{"name":"D3DKMT_OPENADAPTERFROMLUID","features":[10,1]},{"name":"D3DKMT_OPENGLINFO","features":[10]},{"name":"D3DKMT_OPENKEYEDMUTEX","features":[10]},{"name":"D3DKMT_OPENKEYEDMUTEX2","features":[10]},{"name":"D3DKMT_OPENKEYEDMUTEXFROMNTHANDLE","features":[10,1]},{"name":"D3DKMT_OPENNATIVEFENCEFROMNTHANDLE","features":[10,1]},{"name":"D3DKMT_OPENNTHANDLEFROMNAME","features":[3,10,1,5]},{"name":"D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE","features":[10,1]},{"name":"D3DKMT_OPENRESOURCE","features":[10]},{"name":"D3DKMT_OPENRESOURCEFROMNTHANDLE","features":[10,1]},{"name":"D3DKMT_OPENSYNCHRONIZATIONOBJECT","features":[10]},{"name":"D3DKMT_OPENSYNCOBJECTFROMNTHANDLE","features":[10,1]},{"name":"D3DKMT_OPENSYNCOBJECTFROMNTHANDLE2","features":[10,1]},{"name":"D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME","features":[3,10,1,5]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_INFO","features":[10,1]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE","features":[10]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_COLOR","features":[10]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR","features":[10]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME","features":[10]},{"name":"D3DKMT_OUTPUTDUPLCONTEXTSCOUNT","features":[10]},{"name":"D3DKMT_OUTPUTDUPLCREATIONFLAGS","features":[10]},{"name":"D3DKMT_OUTPUTDUPLPRESENT","features":[10,1]},{"name":"D3DKMT_OUTPUTDUPLPRESENTFLAGS","features":[10]},{"name":"D3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE","features":[10,1]},{"name":"D3DKMT_OUTPUTDUPL_FRAMEINFO","features":[10,1]},{"name":"D3DKMT_OUTPUTDUPL_GET_FRAMEINFO","features":[10,1]},{"name":"D3DKMT_OUTPUTDUPL_GET_POINTER_SHAPE_DATA","features":[10,1]},{"name":"D3DKMT_OUTPUTDUPL_KEYEDMUTEX","features":[10,1]},{"name":"D3DKMT_OUTPUTDUPL_METADATA","features":[10]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE","features":[10]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE_DIRTY_RECTS","features":[10]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE_MOVE_RECTS","features":[10]},{"name":"D3DKMT_OUTPUTDUPL_POINTER_POSITION","features":[10,1]},{"name":"D3DKMT_OUTPUTDUPL_RELEASE_FRAME","features":[10]},{"name":"D3DKMT_OUTPUTDUPL_SNAPSHOT","features":[10,1]},{"name":"D3DKMT_PAGE_TABLE_LEVEL_DESC","features":[10]},{"name":"D3DKMT_PANELFITTER_SUPPORT","features":[10,1]},{"name":"D3DKMT_PARAVIRTUALIZATION","features":[10,1]},{"name":"D3DKMT_PHYSICAL_ADAPTER_COUNT","features":[10]},{"name":"D3DKMT_PINDIRECTFLIPRESOURCES","features":[10]},{"name":"D3DKMT_PLANE_SPECIFIC_INPUT_FLAGS","features":[10]},{"name":"D3DKMT_PLANE_SPECIFIC_OUTPUT_FLAGS","features":[10]},{"name":"D3DKMT_PM_FLIPMANAGER","features":[10]},{"name":"D3DKMT_PM_REDIRECTED_BLT","features":[10]},{"name":"D3DKMT_PM_REDIRECTED_COMPOSITION","features":[10]},{"name":"D3DKMT_PM_REDIRECTED_FLIP","features":[10]},{"name":"D3DKMT_PM_REDIRECTED_GDI","features":[10]},{"name":"D3DKMT_PM_REDIRECTED_GDI_SYSMEM","features":[10]},{"name":"D3DKMT_PM_REDIRECTED_VISTABLT","features":[10]},{"name":"D3DKMT_PM_SCREENCAPTUREFENCE","features":[10]},{"name":"D3DKMT_PM_SURFACECOMPLETE","features":[10]},{"name":"D3DKMT_PM_UNINITIALIZED","features":[10]},{"name":"D3DKMT_PNP_KEY_HARDWARE","features":[10]},{"name":"D3DKMT_PNP_KEY_SOFTWARE","features":[10]},{"name":"D3DKMT_PNP_KEY_TYPE","features":[10]},{"name":"D3DKMT_POLLDISPLAYCHILDREN","features":[10]},{"name":"D3DKMT_PRESENT","features":[10,1]},{"name":"D3DKMT_PRESENTFLAGS","features":[10]},{"name":"D3DKMT_PRESENTHISTORYTOKEN","features":[10,1]},{"name":"D3DKMT_PRESENT_MODEL","features":[10]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY","features":[10,1]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY2","features":[10,1]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY3","features":[10,1]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS","features":[10]},{"name":"D3DKMT_PRESENT_REDIRECTED","features":[10,1]},{"name":"D3DKMT_PRESENT_REDIRECTED_FLAGS","features":[10]},{"name":"D3DKMT_PRESENT_RGNS","features":[10,1]},{"name":"D3DKMT_PRESENT_STATS","features":[10]},{"name":"D3DKMT_PRESENT_STATS_DWM","features":[10]},{"name":"D3DKMT_PRESENT_STATS_DWM2","features":[10]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION","features":[10,1]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_DATA","features":[10]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_TYPE","features":[10]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_VIDMM_FLAGS","features":[10]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_VIDMM_RESTRICT_BUDGET","features":[10]},{"name":"D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS","features":[10]},{"name":"D3DKMT_PROCESS_VERIFIER_VIDMM_RESTRICT_BUDGET","features":[10]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS","features":[10]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS_INVALID","features":[10]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS_OK","features":[10]},{"name":"D3DKMT_PreemptionAttempt","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissAlreadyPreempting","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissAlreadyRunning","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissFenceCommand","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissGlobalBlock","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissLessPriority","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissNextFence","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissNoCommand","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissNotEnabled","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissNotMakingProgress","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissPagingCommand","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissRemainingPreemptionQuantum","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissRemainingQuantum","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissRenderPendingFlip","features":[10]},{"name":"D3DKMT_PreemptionAttemptMissSplittedCommand","features":[10]},{"name":"D3DKMT_PreemptionAttemptStatisticsMax","features":[10]},{"name":"D3DKMT_PreemptionAttemptSuccess","features":[10]},{"name":"D3DKMT_QUERYADAPTERINFO","features":[10]},{"name":"D3DKMT_QUERYALLOCATIONRESIDENCY","features":[10]},{"name":"D3DKMT_QUERYCLOCKCALIBRATION","features":[10]},{"name":"D3DKMT_QUERYFSEBLOCK","features":[10,1]},{"name":"D3DKMT_QUERYFSEBLOCKFLAGS","features":[10]},{"name":"D3DKMT_QUERYPROCESSOFFERINFO","features":[10,1]},{"name":"D3DKMT_QUERYPROTECTEDSESSIONINFOFROMNTHANDLE","features":[10,1]},{"name":"D3DKMT_QUERYPROTECTEDSESSIONSTATUS","features":[10]},{"name":"D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME","features":[10]},{"name":"D3DKMT_QUERYRESOURCEINFO","features":[10]},{"name":"D3DKMT_QUERYRESOURCEINFOFROMNTHANDLE","features":[10,1]},{"name":"D3DKMT_QUERYRESULT_PREEMPTION_ATTEMPT_RESULT","features":[10]},{"name":"D3DKMT_QUERYRESULT_PREEMPTION_ATTEMPT_RESULT_MAX","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS","features":[10,1]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER_INFORMATION_FLAGS","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS_MAX","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_COMMITMENT_DATA","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_COUNTER","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_BUFFER","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE_MAX","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_MEMORY","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_MEMORY_USAGE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_NODE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_NODE2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_NODE_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PACKET_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PHYSICAL_ADAPTER","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PHYSICAL_ADAPTER_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_POLICY","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PREEMPTION_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INTERFERENCE_BUCKET_COUNT","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INTERFERENCE_COUNTERS","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_POLICY","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_VIDPNSOURCE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_VIDPNSOURCE_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_ADAPTER2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_ADAPTER_INFORMATION2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_NODE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_NODE2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_PHYSICAL_ADAPTER","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_PROCESS_SEGMENT_GROUP2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT_GROUP_USAGE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT_USAGE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_VIDPNSOURCE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE_MAX","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_RESULT","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT2","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_GROUP_USAGE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_PREFERENCE_MAX","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_APERTURE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_MEMORY","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_SYSMEM","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_USAGE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_TYPE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_VIDEO_MEMORY","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_VIDPNSOURCE","features":[10]},{"name":"D3DKMT_QUERYSTATISTICS_VIDPNSOURCE_INFORMATION","features":[10]},{"name":"D3DKMT_QUERYSTATSTICS_ALLOCATIONS","features":[10]},{"name":"D3DKMT_QUERYSTATSTICS_LOCKS","features":[10]},{"name":"D3DKMT_QUERYSTATSTICS_PAGING_FAULT","features":[10]},{"name":"D3DKMT_QUERYSTATSTICS_PAGING_TRANSFER","features":[10]},{"name":"D3DKMT_QUERYSTATSTICS_PREPRATION","features":[10]},{"name":"D3DKMT_QUERYSTATSTICS_REFERENCE_DMA_BUFFER","features":[10]},{"name":"D3DKMT_QUERYSTATSTICS_RENAMING","features":[10]},{"name":"D3DKMT_QUERYSTATSTICS_SWIZZLING_RANGE","features":[10]},{"name":"D3DKMT_QUERYSTATSTICS_TERMINATIONS","features":[10]},{"name":"D3DKMT_QUERYVIDEOMEMORYINFO","features":[10,1]},{"name":"D3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP","features":[10,1]},{"name":"D3DKMT_QUERY_ADAPTER_UNIQUE_GUID","features":[10]},{"name":"D3DKMT_QUERY_DEVICE_IDS","features":[10]},{"name":"D3DKMT_QUERY_GPUMMU_CAPS","features":[10]},{"name":"D3DKMT_QUERY_MIRACAST_DRIVER_TYPE","features":[10]},{"name":"D3DKMT_QUERY_PHYSICAL_ADAPTER_PNP_KEY","features":[10]},{"name":"D3DKMT_QUERY_SCANOUT_CAPS","features":[10]},{"name":"D3DKMT_QUEUEDLIMIT_TYPE","features":[10]},{"name":"D3DKMT_QueuePacketTypeMax","features":[10]},{"name":"D3DKMT_RECLAIMALLOCATIONS","features":[10,1]},{"name":"D3DKMT_RECLAIMALLOCATIONS2","features":[10,1]},{"name":"D3DKMT_REGISTERBUDGETCHANGENOTIFICATION","features":[10]},{"name":"D3DKMT_REGISTERTRIMNOTIFICATION","features":[10,1]},{"name":"D3DKMT_RELEASEKEYEDMUTEX","features":[10]},{"name":"D3DKMT_RELEASEKEYEDMUTEX2","features":[10]},{"name":"D3DKMT_RENDER","features":[10]},{"name":"D3DKMT_RENDERFLAGS","features":[10]},{"name":"D3DKMT_REQUEST_MACHINE_CRASH_ESCAPE","features":[10]},{"name":"D3DKMT_RenderCommandBuffer","features":[10]},{"name":"D3DKMT_SCATTERBLT","features":[10,1]},{"name":"D3DKMT_SCATTERBLTS","features":[10,1]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS","features":[10]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_ABOVE_NORMAL","features":[10]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_BELOW_NORMAL","features":[10]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_HIGH","features":[10]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_IDLE","features":[10]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_NORMAL","features":[10]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_REALTIME","features":[10]},{"name":"D3DKMT_SEGMENTGROUPSIZEINFO","features":[10]},{"name":"D3DKMT_SEGMENTSIZEINFO","features":[10]},{"name":"D3DKMT_SEGMENT_CAPS","features":[10,1]},{"name":"D3DKMT_SETALLOCATIONPRIORITY","features":[10]},{"name":"D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[10]},{"name":"D3DKMT_SETCONTEXTSCHEDULINGPRIORITY","features":[10]},{"name":"D3DKMT_SETCONTEXTSCHEDULINGPRIORITY_ABSOLUTE","features":[10]},{"name":"D3DKMT_SETDISPLAYMODE","features":[10]},{"name":"D3DKMT_SETDISPLAYMODE_FLAGS","features":[10]},{"name":"D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT","features":[10]},{"name":"D3DKMT_SETFSEBLOCK","features":[10,1]},{"name":"D3DKMT_SETFSEBLOCKFLAGS","features":[10]},{"name":"D3DKMT_SETGAMMARAMP","features":[10]},{"name":"D3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY","features":[10,1]},{"name":"D3DKMT_SETQUEUEDLIMIT","features":[10]},{"name":"D3DKMT_SETSTABLEPOWERSTATE","features":[10,1]},{"name":"D3DKMT_SETSYNCREFRESHCOUNTWAITTARGET","features":[10]},{"name":"D3DKMT_SETVIDPNSOURCEHWPROTECTION","features":[10,1]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER","features":[10]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER1","features":[10]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER2","features":[10]},{"name":"D3DKMT_SET_COLORSPACE_TRANSFORM","features":[10,1]},{"name":"D3DKMT_SET_QUEUEDLIMIT_PRESENT","features":[10]},{"name":"D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION","features":[10,1]},{"name":"D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION","features":[10,1]},{"name":"D3DKMT_SHAREOBJECTWITHHOST","features":[10]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECT","features":[10]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECT2","features":[10,1]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU","features":[10]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU","features":[10]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2","features":[10,1]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE","features":[10]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_EXISTINGHEAP","features":[10]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_INTERNALBACKINGSTORE","features":[10]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_MAX","features":[10]},{"name":"D3DKMT_STANDARDALLOCATION_EXISTINGHEAP","features":[10]},{"name":"D3DKMT_SUBKEY_DX9","features":[10]},{"name":"D3DKMT_SUBKEY_OPENGL","features":[10]},{"name":"D3DKMT_SUBMITCOMMAND","features":[10]},{"name":"D3DKMT_SUBMITCOMMANDFLAGS","features":[10]},{"name":"D3DKMT_SUBMITCOMMANDTOHWQUEUE","features":[10]},{"name":"D3DKMT_SUBMITPRESENTBLTTOHWQUEUE","features":[10,1]},{"name":"D3DKMT_SUBMITPRESENTTOHWQUEUE","features":[10,1]},{"name":"D3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE","features":[10]},{"name":"D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE","features":[10]},{"name":"D3DKMT_SURFACECOMPLETE_PRESENTHISTORYTOKEN","features":[10]},{"name":"D3DKMT_SignalCommandBuffer","features":[10]},{"name":"D3DKMT_SoftwareCommandBuffer","features":[10]},{"name":"D3DKMT_SystemCommandBuffer","features":[10]},{"name":"D3DKMT_SystemPagingBuffer","features":[10]},{"name":"D3DKMT_SystemPreemptionBuffer","features":[10]},{"name":"D3DKMT_TDRDBGCTRLTYPE","features":[10]},{"name":"D3DKMT_TDRDBGCTRLTYPE_DISABLEBREAK","features":[10]},{"name":"D3DKMT_TDRDBGCTRLTYPE_ENABLEBREAK","features":[10]},{"name":"D3DKMT_TDRDBGCTRLTYPE_ENGINETDR","features":[10]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCEDODTDR","features":[10]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCEDODVSYNCTDR","features":[10]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCETDR","features":[10]},{"name":"D3DKMT_TDRDBGCTRLTYPE_GPUTDR","features":[10]},{"name":"D3DKMT_TDRDBGCTRLTYPE_UNCONDITIONAL","features":[10]},{"name":"D3DKMT_TDRDBGCTRLTYPE_VSYNCTDR","features":[10]},{"name":"D3DKMT_TDRDBGCTRL_ESCAPE","features":[10]},{"name":"D3DKMT_TRACKEDWORKLOAD_SUPPORT","features":[10,1]},{"name":"D3DKMT_TRIMNOTIFICATION","features":[10]},{"name":"D3DKMT_TRIMPROCESSCOMMITMENT","features":[10,1]},{"name":"D3DKMT_TRIMPROCESSCOMMITMENT_FLAGS","features":[10]},{"name":"D3DKMT_UMDFILENAMEINFO","features":[10]},{"name":"D3DKMT_UMD_DRIVER_VERSION","features":[10]},{"name":"D3DKMT_UNLOCK","features":[10]},{"name":"D3DKMT_UNLOCK2","features":[10]},{"name":"D3DKMT_UNPINDIRECTFLIPRESOURCES","features":[10]},{"name":"D3DKMT_UNREGISTERBUDGETCHANGENOTIFICATION","features":[10]},{"name":"D3DKMT_UNREGISTERTRIMNOTIFICATION","features":[10]},{"name":"D3DKMT_UPDATEGPUVIRTUALADDRESS","features":[10]},{"name":"D3DKMT_UPDATEOVERLAY","features":[10]},{"name":"D3DKMT_VAD_DESC","features":[10]},{"name":"D3DKMT_VAD_ESCAPE_COMMAND","features":[10]},{"name":"D3DKMT_VAD_ESCAPE_GETNUMVADS","features":[10]},{"name":"D3DKMT_VAD_ESCAPE_GETVAD","features":[10]},{"name":"D3DKMT_VAD_ESCAPE_GETVADRANGE","features":[10]},{"name":"D3DKMT_VAD_ESCAPE_GET_GPUMMU_CAPS","features":[10]},{"name":"D3DKMT_VAD_ESCAPE_GET_PTE","features":[10]},{"name":"D3DKMT_VAD_ESCAPE_GET_SEGMENT_CAPS","features":[10]},{"name":"D3DKMT_VA_RANGE_DESC","features":[10]},{"name":"D3DKMT_VERIFIER_OPTION_MODE","features":[10]},{"name":"D3DKMT_VERIFIER_OPTION_QUERY","features":[10]},{"name":"D3DKMT_VERIFIER_OPTION_SET","features":[10]},{"name":"D3DKMT_VGPUINTERFACEID","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_APERTURE_CORRUPTION_CHECK","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_DEFRAG","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_DELAYEXECUTION","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT_BY_CRITERIA","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT_BY_NT_HANDLE","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_GET_BUDGET","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_GET_VAD_INFO","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_RESUME_PROCESS","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_RUN_COHERENCY_TEST","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_RUN_UNMAP_TO_DUMMY_PAGE_TEST","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_SETFAULT","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_BUDGET","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_EVICTION_CONFIG","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_TRIM_INTERVALS","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_SUSPEND_CPU_ACCESS_TEST","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_SUSPEND_PROCESS","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_VALIDATE_INTEGRITY","features":[10]},{"name":"D3DKMT_VIDMMESCAPETYPE_WAKE","features":[10]},{"name":"D3DKMT_VIDMM_ESCAPE","features":[10,1]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EMULATED","features":[10]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EXCLUSIVE","features":[10]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EXCLUSIVEGDI","features":[10]},{"name":"D3DKMT_VIDPNSOURCEOWNER_FLAGS","features":[10]},{"name":"D3DKMT_VIDPNSOURCEOWNER_SHARED","features":[10]},{"name":"D3DKMT_VIDPNSOURCEOWNER_TYPE","features":[10]},{"name":"D3DKMT_VIDPNSOURCEOWNER_UNOWNED","features":[10]},{"name":"D3DKMT_VIDSCHESCAPETYPE","features":[10]},{"name":"D3DKMT_VIDSCHESCAPETYPE_CONFIGURE_TDR_LIMIT","features":[10]},{"name":"D3DKMT_VIDSCHESCAPETYPE_ENABLECONTEXTDELAY","features":[10]},{"name":"D3DKMT_VIDSCHESCAPETYPE_PFN_CONTROL","features":[10]},{"name":"D3DKMT_VIDSCHESCAPETYPE_PREEMPTIONCONTROL","features":[10]},{"name":"D3DKMT_VIDSCHESCAPETYPE_SUSPENDRESUME","features":[10]},{"name":"D3DKMT_VIDSCHESCAPETYPE_SUSPENDSCHEDULER","features":[10]},{"name":"D3DKMT_VIDSCHESCAPETYPE_TDRCONTROL","features":[10]},{"name":"D3DKMT_VIDSCHESCAPETYPE_VGPU_RESET","features":[10]},{"name":"D3DKMT_VIDSCHESCAPETYPE_VIRTUAL_REFRESH_RATE","features":[10]},{"name":"D3DKMT_VIDSCH_ESCAPE","features":[10,1]},{"name":"D3DKMT_VIRTUALADDRESSFLAGS","features":[10]},{"name":"D3DKMT_VIRTUALADDRESSINFO","features":[10]},{"name":"D3DKMT_WAITFORIDLE","features":[10]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECT","features":[10]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECT2","features":[10]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU","features":[10,1]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU","features":[10]},{"name":"D3DKMT_WAITFORVERTICALBLANKEVENT","features":[10]},{"name":"D3DKMT_WAITFORVERTICALBLANKEVENT2","features":[10]},{"name":"D3DKMT_WDDM_1_2_CAPS","features":[10]},{"name":"D3DKMT_WDDM_1_3_CAPS","features":[10]},{"name":"D3DKMT_WDDM_2_0_CAPS","features":[10]},{"name":"D3DKMT_WDDM_2_7_CAPS","features":[10]},{"name":"D3DKMT_WDDM_2_9_CAPS","features":[10]},{"name":"D3DKMT_WDDM_3_0_CAPS","features":[10]},{"name":"D3DKMT_WDDM_3_1_CAPS","features":[10]},{"name":"D3DKMT_WORKINGSETFLAGS","features":[10]},{"name":"D3DKMT_WORKINGSETINFO","features":[10]},{"name":"D3DKMT_WSAUMDIMAGENAME","features":[10]},{"name":"D3DKMT_WaitCommandBuffer","features":[10]},{"name":"D3DKMT_XBOX","features":[10,1]},{"name":"D3DLINEPATTERN","features":[10]},{"name":"D3DNTCLEAR_COMPUTERECTS","features":[10]},{"name":"D3DNTDEVICEDESC_V3","features":[10,1,11]},{"name":"D3DNTDP2OP_ADDDIRTYBOX","features":[10]},{"name":"D3DNTDP2OP_ADDDIRTYRECT","features":[10]},{"name":"D3DNTDP2OP_BLT","features":[10]},{"name":"D3DNTDP2OP_BUFFERBLT","features":[10]},{"name":"D3DNTDP2OP_CLEAR","features":[10]},{"name":"D3DNTDP2OP_CLIPPEDTRIANGLEFAN","features":[10]},{"name":"D3DNTDP2OP_COLORFILL","features":[10]},{"name":"D3DNTDP2OP_COMPOSERECTS","features":[10]},{"name":"D3DNTDP2OP_CREATELIGHT","features":[10]},{"name":"D3DNTDP2OP_CREATEPIXELSHADER","features":[10]},{"name":"D3DNTDP2OP_CREATEQUERY","features":[10]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADER","features":[10]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADERDECL","features":[10]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADERFUNC","features":[10]},{"name":"D3DNTDP2OP_DELETEPIXELSHADER","features":[10]},{"name":"D3DNTDP2OP_DELETEQUERY","features":[10]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADER","features":[10]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADERDECL","features":[10]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADERFUNC","features":[10]},{"name":"D3DNTDP2OP_DRAWINDEXEDPRIMITIVE","features":[10]},{"name":"D3DNTDP2OP_DRAWINDEXEDPRIMITIVE2","features":[10]},{"name":"D3DNTDP2OP_DRAWPRIMITIVE","features":[10]},{"name":"D3DNTDP2OP_DRAWPRIMITIVE2","features":[10]},{"name":"D3DNTDP2OP_DRAWRECTPATCH","features":[10]},{"name":"D3DNTDP2OP_DRAWTRIPATCH","features":[10]},{"name":"D3DNTDP2OP_GENERATEMIPSUBLEVELS","features":[10]},{"name":"D3DNTDP2OP_INDEXEDLINELIST","features":[10]},{"name":"D3DNTDP2OP_INDEXEDLINELIST2","features":[10]},{"name":"D3DNTDP2OP_INDEXEDLINESTRIP","features":[10]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLEFAN","features":[10]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLELIST","features":[10]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLELIST2","features":[10]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLESTRIP","features":[10]},{"name":"D3DNTDP2OP_ISSUEQUERY","features":[10]},{"name":"D3DNTDP2OP_LINELIST","features":[10]},{"name":"D3DNTDP2OP_LINELIST_IMM","features":[10]},{"name":"D3DNTDP2OP_LINESTRIP","features":[10]},{"name":"D3DNTDP2OP_MULTIPLYTRANSFORM","features":[10]},{"name":"D3DNTDP2OP_POINTS","features":[10]},{"name":"D3DNTDP2OP_RENDERSTATE","features":[10]},{"name":"D3DNTDP2OP_RESPONSECONTINUE","features":[10]},{"name":"D3DNTDP2OP_RESPONSEQUERY","features":[10]},{"name":"D3DNTDP2OP_SETCLIPPLANE","features":[10]},{"name":"D3DNTDP2OP_SETCONVOLUTIONKERNELMONO","features":[10]},{"name":"D3DNTDP2OP_SETDEPTHSTENCIL","features":[10]},{"name":"D3DNTDP2OP_SETINDICES","features":[10]},{"name":"D3DNTDP2OP_SETLIGHT","features":[10]},{"name":"D3DNTDP2OP_SETMATERIAL","features":[10]},{"name":"D3DNTDP2OP_SETPALETTE","features":[10]},{"name":"D3DNTDP2OP_SETPIXELSHADER","features":[10]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONST","features":[10]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONSTB","features":[10]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONSTI","features":[10]},{"name":"D3DNTDP2OP_SETPRIORITY","features":[10]},{"name":"D3DNTDP2OP_SETRENDERTARGET","features":[10]},{"name":"D3DNTDP2OP_SETRENDERTARGET2","features":[10]},{"name":"D3DNTDP2OP_SETSCISSORRECT","features":[10]},{"name":"D3DNTDP2OP_SETSTREAMSOURCE","features":[10]},{"name":"D3DNTDP2OP_SETSTREAMSOURCE2","features":[10]},{"name":"D3DNTDP2OP_SETSTREAMSOURCEFREQ","features":[10]},{"name":"D3DNTDP2OP_SETSTREAMSOURCEUM","features":[10]},{"name":"D3DNTDP2OP_SETTEXLOD","features":[10]},{"name":"D3DNTDP2OP_SETTRANSFORM","features":[10]},{"name":"D3DNTDP2OP_SETVERTEXSHADER","features":[10]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONST","features":[10]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONSTB","features":[10]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONSTI","features":[10]},{"name":"D3DNTDP2OP_SETVERTEXSHADERDECL","features":[10]},{"name":"D3DNTDP2OP_SETVERTEXSHADERFUNC","features":[10]},{"name":"D3DNTDP2OP_STATESET","features":[10]},{"name":"D3DNTDP2OP_SURFACEBLT","features":[10]},{"name":"D3DNTDP2OP_TEXBLT","features":[10]},{"name":"D3DNTDP2OP_TEXTURESTAGESTATE","features":[10]},{"name":"D3DNTDP2OP_TRIANGLEFAN","features":[10]},{"name":"D3DNTDP2OP_TRIANGLEFAN_IMM","features":[10]},{"name":"D3DNTDP2OP_TRIANGLELIST","features":[10]},{"name":"D3DNTDP2OP_TRIANGLESTRIP","features":[10]},{"name":"D3DNTDP2OP_UPDATEPALETTE","features":[10]},{"name":"D3DNTDP2OP_VIEWPORTINFO","features":[10]},{"name":"D3DNTDP2OP_VOLUMEBLT","features":[10]},{"name":"D3DNTDP2OP_WINFO","features":[10]},{"name":"D3DNTDP2OP_ZRANGE","features":[10]},{"name":"D3DNTHAL2_CB32_SETRENDERTARGET","features":[10]},{"name":"D3DNTHAL3_CB32_CLEAR2","features":[10]},{"name":"D3DNTHAL3_CB32_DRAWPRIMITIVES2","features":[10]},{"name":"D3DNTHAL3_CB32_RESERVED","features":[10]},{"name":"D3DNTHAL3_CB32_VALIDATETEXTURESTAGESTATE","features":[10]},{"name":"D3DNTHALDEVICEDESC_V1","features":[10,1,11]},{"name":"D3DNTHALDEVICEDESC_V2","features":[10,1,11]},{"name":"D3DNTHALDP2_EXECUTEBUFFER","features":[10]},{"name":"D3DNTHALDP2_REQCOMMANDBUFSIZE","features":[10]},{"name":"D3DNTHALDP2_REQVERTEXBUFSIZE","features":[10]},{"name":"D3DNTHALDP2_SWAPCOMMANDBUFFER","features":[10]},{"name":"D3DNTHALDP2_SWAPVERTEXBUFFER","features":[10]},{"name":"D3DNTHALDP2_USERMEMVERTICES","features":[10]},{"name":"D3DNTHALDP2_VIDMEMCOMMANDBUF","features":[10]},{"name":"D3DNTHALDP2_VIDMEMVERTEXBUF","features":[10]},{"name":"D3DNTHAL_CALLBACKS","features":[10,1,12]},{"name":"D3DNTHAL_CALLBACKS2","features":[10,1,12]},{"name":"D3DNTHAL_CALLBACKS3","features":[10,1,11,12]},{"name":"D3DNTHAL_CLEAR2DATA","features":[10,11]},{"name":"D3DNTHAL_CLIPPEDTRIANGLEFAN","features":[10]},{"name":"D3DNTHAL_COL_WEIGHTS","features":[10]},{"name":"D3DNTHAL_CONTEXTCREATEDATA","features":[10,1,12]},{"name":"D3DNTHAL_CONTEXTDESTROYALLDATA","features":[10]},{"name":"D3DNTHAL_CONTEXTDESTROYDATA","features":[10]},{"name":"D3DNTHAL_CONTEXT_BAD","features":[10]},{"name":"D3DNTHAL_D3DDX6EXTENDEDCAPS","features":[10]},{"name":"D3DNTHAL_D3DEXTENDEDCAPS","features":[10]},{"name":"D3DNTHAL_DP2ADDDIRTYBOX","features":[10,11]},{"name":"D3DNTHAL_DP2ADDDIRTYRECT","features":[10,1]},{"name":"D3DNTHAL_DP2BLT","features":[10,1]},{"name":"D3DNTHAL_DP2BUFFERBLT","features":[10,11]},{"name":"D3DNTHAL_DP2CLEAR","features":[10,1]},{"name":"D3DNTHAL_DP2COLORFILL","features":[10,1]},{"name":"D3DNTHAL_DP2COMMAND","features":[10]},{"name":"D3DNTHAL_DP2COMPOSERECTS","features":[10,11]},{"name":"D3DNTHAL_DP2CREATELIGHT","features":[10]},{"name":"D3DNTHAL_DP2CREATEPIXELSHADER","features":[10]},{"name":"D3DNTHAL_DP2CREATEQUERY","features":[10,11]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADER","features":[10]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADERDECL","features":[10]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADERFUNC","features":[10]},{"name":"D3DNTHAL_DP2DELETEQUERY","features":[10]},{"name":"D3DNTHAL_DP2DRAWINDEXEDPRIMITIVE","features":[10,11]},{"name":"D3DNTHAL_DP2DRAWINDEXEDPRIMITIVE2","features":[10,11]},{"name":"D3DNTHAL_DP2DRAWPRIMITIVE","features":[10,11]},{"name":"D3DNTHAL_DP2DRAWPRIMITIVE2","features":[10,11]},{"name":"D3DNTHAL_DP2DRAWRECTPATCH","features":[10]},{"name":"D3DNTHAL_DP2DRAWTRIPATCH","features":[10]},{"name":"D3DNTHAL_DP2EXT","features":[10]},{"name":"D3DNTHAL_DP2GENERATEMIPSUBLEVELS","features":[10,11]},{"name":"D3DNTHAL_DP2INDEXEDLINELIST","features":[10]},{"name":"D3DNTHAL_DP2INDEXEDLINESTRIP","features":[10]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLEFAN","features":[10]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLELIST","features":[10]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLELIST2","features":[10]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLESTRIP","features":[10]},{"name":"D3DNTHAL_DP2ISSUEQUERY","features":[10]},{"name":"D3DNTHAL_DP2LINELIST","features":[10]},{"name":"D3DNTHAL_DP2LINESTRIP","features":[10]},{"name":"D3DNTHAL_DP2MULTIPLYTRANSFORM","features":[14,10,11]},{"name":"D3DNTHAL_DP2OPERATION","features":[10]},{"name":"D3DNTHAL_DP2PIXELSHADER","features":[10]},{"name":"D3DNTHAL_DP2POINTS","features":[10]},{"name":"D3DNTHAL_DP2RENDERSTATE","features":[10,11]},{"name":"D3DNTHAL_DP2RESPONSE","features":[10]},{"name":"D3DNTHAL_DP2RESPONSEQUERY","features":[10]},{"name":"D3DNTHAL_DP2SETCLIPPLANE","features":[10]},{"name":"D3DNTHAL_DP2SETCONVOLUTIONKERNELMONO","features":[10]},{"name":"D3DNTHAL_DP2SETDEPTHSTENCIL","features":[10]},{"name":"D3DNTHAL_DP2SETINDICES","features":[10]},{"name":"D3DNTHAL_DP2SETLIGHT","features":[10]},{"name":"D3DNTHAL_DP2SETPALETTE","features":[10]},{"name":"D3DNTHAL_DP2SETPIXELSHADERCONST","features":[10]},{"name":"D3DNTHAL_DP2SETPRIORITY","features":[10]},{"name":"D3DNTHAL_DP2SETRENDERTARGET","features":[10]},{"name":"D3DNTHAL_DP2SETRENDERTARGET2","features":[10]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCE","features":[10]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCE2","features":[10]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCEFREQ","features":[10]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCEUM","features":[10]},{"name":"D3DNTHAL_DP2SETTEXLOD","features":[10]},{"name":"D3DNTHAL_DP2SETTRANSFORM","features":[14,10,11]},{"name":"D3DNTHAL_DP2SETVERTEXSHADERCONST","features":[10]},{"name":"D3DNTHAL_DP2STARTVERTEX","features":[10]},{"name":"D3DNTHAL_DP2STATESET","features":[10,11]},{"name":"D3DNTHAL_DP2SURFACEBLT","features":[10,1]},{"name":"D3DNTHAL_DP2TEXBLT","features":[10,1]},{"name":"D3DNTHAL_DP2TEXTURESTAGESTATE","features":[10]},{"name":"D3DNTHAL_DP2TRIANGLEFAN","features":[10]},{"name":"D3DNTHAL_DP2TRIANGLEFAN_IMM","features":[10]},{"name":"D3DNTHAL_DP2TRIANGLELIST","features":[10]},{"name":"D3DNTHAL_DP2TRIANGLESTRIP","features":[10]},{"name":"D3DNTHAL_DP2UPDATEPALETTE","features":[10]},{"name":"D3DNTHAL_DP2VERTEXSHADER","features":[10]},{"name":"D3DNTHAL_DP2VIEWPORTINFO","features":[10]},{"name":"D3DNTHAL_DP2VOLUMEBLT","features":[10,11]},{"name":"D3DNTHAL_DP2WINFO","features":[10]},{"name":"D3DNTHAL_DP2ZRANGE","features":[10]},{"name":"D3DNTHAL_DRAWPRIMITIVES2DATA","features":[10,1,12]},{"name":"D3DNTHAL_GLOBALDRIVERDATA","features":[10,1,11,12]},{"name":"D3DNTHAL_NUMCLIPVERTICES","features":[10]},{"name":"D3DNTHAL_OUTOFCONTEXTS","features":[10]},{"name":"D3DNTHAL_ROW_WEIGHTS","features":[10]},{"name":"D3DNTHAL_SCENECAPTUREDATA","features":[10]},{"name":"D3DNTHAL_SCENE_CAPTURE_END","features":[10]},{"name":"D3DNTHAL_SCENE_CAPTURE_START","features":[10]},{"name":"D3DNTHAL_SETRENDERTARGETDATA","features":[10,1,12]},{"name":"D3DNTHAL_STATESETCREATE","features":[10]},{"name":"D3DNTHAL_TEXTURECREATEDATA","features":[10,1]},{"name":"D3DNTHAL_TEXTUREDESTROYDATA","features":[10]},{"name":"D3DNTHAL_TEXTUREGETSURFDATA","features":[10,1]},{"name":"D3DNTHAL_TEXTURESWAPDATA","features":[10]},{"name":"D3DNTHAL_TSS_MAXSTAGES","features":[10]},{"name":"D3DNTHAL_TSS_RENDERSTATEBASE","features":[10]},{"name":"D3DNTHAL_TSS_STATESPERSTAGE","features":[10]},{"name":"D3DNTHAL_VALIDATETEXTURESTAGESTATEDATA","features":[10]},{"name":"D3DPMISCCAPS_FOGINFVF","features":[10]},{"name":"D3DPMISCCAPS_LINEPATTERNREP","features":[10]},{"name":"D3DPRASTERCAPS_PAT","features":[10]},{"name":"D3DPRASTERCAPS_STRETCHBLTMULTISAMPLE","features":[10]},{"name":"D3DPS_COLOROUT_MAX_V2_0","features":[10]},{"name":"D3DPS_COLOROUT_MAX_V2_1","features":[10]},{"name":"D3DPS_COLOROUT_MAX_V3_0","features":[10]},{"name":"D3DPS_CONSTBOOLREG_MAX_SW_DX9","features":[10]},{"name":"D3DPS_CONSTBOOLREG_MAX_V2_1","features":[10]},{"name":"D3DPS_CONSTBOOLREG_MAX_V3_0","features":[10]},{"name":"D3DPS_CONSTINTREG_MAX_SW_DX9","features":[10]},{"name":"D3DPS_CONSTINTREG_MAX_V2_1","features":[10]},{"name":"D3DPS_CONSTINTREG_MAX_V3_0","features":[10]},{"name":"D3DPS_CONSTREG_MAX_DX8","features":[10]},{"name":"D3DPS_CONSTREG_MAX_SW_DX9","features":[10]},{"name":"D3DPS_CONSTREG_MAX_V1_1","features":[10]},{"name":"D3DPS_CONSTREG_MAX_V1_2","features":[10]},{"name":"D3DPS_CONSTREG_MAX_V1_3","features":[10]},{"name":"D3DPS_CONSTREG_MAX_V1_4","features":[10]},{"name":"D3DPS_CONSTREG_MAX_V2_0","features":[10]},{"name":"D3DPS_CONSTREG_MAX_V2_1","features":[10]},{"name":"D3DPS_CONSTREG_MAX_V3_0","features":[10]},{"name":"D3DPS_INPUTREG_MAX_DX8","features":[10]},{"name":"D3DPS_INPUTREG_MAX_SW_DX9","features":[10]},{"name":"D3DPS_INPUTREG_MAX_V1_1","features":[10]},{"name":"D3DPS_INPUTREG_MAX_V1_2","features":[10]},{"name":"D3DPS_INPUTREG_MAX_V1_3","features":[10]},{"name":"D3DPS_INPUTREG_MAX_V1_4","features":[10]},{"name":"D3DPS_INPUTREG_MAX_V2_0","features":[10]},{"name":"D3DPS_INPUTREG_MAX_V2_1","features":[10]},{"name":"D3DPS_INPUTREG_MAX_V3_0","features":[10]},{"name":"D3DPS_MAXLOOPINITVALUE_V2_1","features":[10]},{"name":"D3DPS_MAXLOOPINITVALUE_V3_0","features":[10]},{"name":"D3DPS_MAXLOOPITERATIONCOUNT_V2_1","features":[10]},{"name":"D3DPS_MAXLOOPITERATIONCOUNT_V3_0","features":[10]},{"name":"D3DPS_MAXLOOPSTEP_V2_1","features":[10]},{"name":"D3DPS_MAXLOOPSTEP_V3_0","features":[10]},{"name":"D3DPS_PREDICATE_MAX_V2_1","features":[10]},{"name":"D3DPS_PREDICATE_MAX_V3_0","features":[10]},{"name":"D3DPS_TEMPREG_MAX_DX8","features":[10]},{"name":"D3DPS_TEMPREG_MAX_V1_1","features":[10]},{"name":"D3DPS_TEMPREG_MAX_V1_2","features":[10]},{"name":"D3DPS_TEMPREG_MAX_V1_3","features":[10]},{"name":"D3DPS_TEMPREG_MAX_V1_4","features":[10]},{"name":"D3DPS_TEMPREG_MAX_V2_0","features":[10]},{"name":"D3DPS_TEMPREG_MAX_V2_1","features":[10]},{"name":"D3DPS_TEMPREG_MAX_V3_0","features":[10]},{"name":"D3DPS_TEXTUREREG_MAX_DX8","features":[10]},{"name":"D3DPS_TEXTUREREG_MAX_V1_1","features":[10]},{"name":"D3DPS_TEXTUREREG_MAX_V1_2","features":[10]},{"name":"D3DPS_TEXTUREREG_MAX_V1_3","features":[10]},{"name":"D3DPS_TEXTUREREG_MAX_V1_4","features":[10]},{"name":"D3DPS_TEXTUREREG_MAX_V2_0","features":[10]},{"name":"D3DPS_TEXTUREREG_MAX_V2_1","features":[10]},{"name":"D3DPS_TEXTUREREG_MAX_V3_0","features":[10]},{"name":"D3DRENDERSTATE_EVICTMANAGEDTEXTURES","features":[10]},{"name":"D3DRENDERSTATE_SCENECAPTURE","features":[10]},{"name":"D3DRS_DELETERTPATCH","features":[10]},{"name":"D3DRS_MAXPIXELSHADERINST","features":[10]},{"name":"D3DRS_MAXVERTEXSHADERINST","features":[10]},{"name":"D3DTEXF_FLATCUBIC","features":[10]},{"name":"D3DTEXF_GAUSSIANCUBIC","features":[10]},{"name":"D3DTRANSFORMSTATE_WORLD1_DX7","features":[10]},{"name":"D3DTRANSFORMSTATE_WORLD2_DX7","features":[10]},{"name":"D3DTRANSFORMSTATE_WORLD3_DX7","features":[10]},{"name":"D3DTRANSFORMSTATE_WORLD_DX7","features":[10]},{"name":"D3DTSS_TEXTUREMAP","features":[10]},{"name":"D3DVSDE_BLENDINDICES","features":[10]},{"name":"D3DVSDE_BLENDWEIGHT","features":[10]},{"name":"D3DVSDE_DIFFUSE","features":[10]},{"name":"D3DVSDE_NORMAL","features":[10]},{"name":"D3DVSDE_NORMAL2","features":[10]},{"name":"D3DVSDE_POSITION","features":[10]},{"name":"D3DVSDE_POSITION2","features":[10]},{"name":"D3DVSDE_PSIZE","features":[10]},{"name":"D3DVSDE_SPECULAR","features":[10]},{"name":"D3DVSDE_TEXCOORD0","features":[10]},{"name":"D3DVSDE_TEXCOORD1","features":[10]},{"name":"D3DVSDE_TEXCOORD2","features":[10]},{"name":"D3DVSDE_TEXCOORD3","features":[10]},{"name":"D3DVSDE_TEXCOORD4","features":[10]},{"name":"D3DVSDE_TEXCOORD5","features":[10]},{"name":"D3DVSDE_TEXCOORD6","features":[10]},{"name":"D3DVSDE_TEXCOORD7","features":[10]},{"name":"D3DVSDT_D3DCOLOR","features":[10]},{"name":"D3DVSDT_FLOAT1","features":[10]},{"name":"D3DVSDT_FLOAT2","features":[10]},{"name":"D3DVSDT_FLOAT3","features":[10]},{"name":"D3DVSDT_FLOAT4","features":[10]},{"name":"D3DVSDT_SHORT2","features":[10]},{"name":"D3DVSDT_SHORT4","features":[10]},{"name":"D3DVSDT_UBYTE4","features":[10]},{"name":"D3DVSD_CONSTADDRESSSHIFT","features":[10]},{"name":"D3DVSD_CONSTCOUNTSHIFT","features":[10]},{"name":"D3DVSD_CONSTRSSHIFT","features":[10]},{"name":"D3DVSD_DATALOADTYPESHIFT","features":[10]},{"name":"D3DVSD_DATATYPESHIFT","features":[10]},{"name":"D3DVSD_EXTCOUNTSHIFT","features":[10]},{"name":"D3DVSD_EXTINFOSHIFT","features":[10]},{"name":"D3DVSD_SKIPCOUNTSHIFT","features":[10]},{"name":"D3DVSD_STREAMNUMBERSHIFT","features":[10]},{"name":"D3DVSD_STREAMTESSSHIFT","features":[10]},{"name":"D3DVSD_TOKENTYPE","features":[10]},{"name":"D3DVSD_TOKENTYPESHIFT","features":[10]},{"name":"D3DVSD_TOKEN_CONSTMEM","features":[10]},{"name":"D3DVSD_TOKEN_END","features":[10]},{"name":"D3DVSD_TOKEN_EXT","features":[10]},{"name":"D3DVSD_TOKEN_NOP","features":[10]},{"name":"D3DVSD_TOKEN_STREAM","features":[10]},{"name":"D3DVSD_TOKEN_STREAMDATA","features":[10]},{"name":"D3DVSD_TOKEN_TESSELLATOR","features":[10]},{"name":"D3DVSD_VERTEXREGINSHIFT","features":[10]},{"name":"D3DVSD_VERTEXREGSHIFT","features":[10]},{"name":"D3DVS_ADDRREG_MAX_V1_1","features":[10]},{"name":"D3DVS_ADDRREG_MAX_V2_0","features":[10]},{"name":"D3DVS_ADDRREG_MAX_V2_1","features":[10]},{"name":"D3DVS_ADDRREG_MAX_V3_0","features":[10]},{"name":"D3DVS_ATTROUTREG_MAX_V1_1","features":[10]},{"name":"D3DVS_ATTROUTREG_MAX_V2_0","features":[10]},{"name":"D3DVS_ATTROUTREG_MAX_V2_1","features":[10]},{"name":"D3DVS_CONSTBOOLREG_MAX_SW_DX9","features":[10]},{"name":"D3DVS_CONSTBOOLREG_MAX_V2_0","features":[10]},{"name":"D3DVS_CONSTBOOLREG_MAX_V2_1","features":[10]},{"name":"D3DVS_CONSTBOOLREG_MAX_V3_0","features":[10]},{"name":"D3DVS_CONSTINTREG_MAX_SW_DX9","features":[10]},{"name":"D3DVS_CONSTINTREG_MAX_V2_0","features":[10]},{"name":"D3DVS_CONSTINTREG_MAX_V2_1","features":[10]},{"name":"D3DVS_CONSTINTREG_MAX_V3_0","features":[10]},{"name":"D3DVS_CONSTREG_MAX_V1_1","features":[10]},{"name":"D3DVS_CONSTREG_MAX_V2_0","features":[10]},{"name":"D3DVS_CONSTREG_MAX_V2_1","features":[10]},{"name":"D3DVS_CONSTREG_MAX_V3_0","features":[10]},{"name":"D3DVS_INPUTREG_MAX_V1_1","features":[10]},{"name":"D3DVS_INPUTREG_MAX_V2_0","features":[10]},{"name":"D3DVS_INPUTREG_MAX_V2_1","features":[10]},{"name":"D3DVS_INPUTREG_MAX_V3_0","features":[10]},{"name":"D3DVS_LABEL_MAX_V3_0","features":[10]},{"name":"D3DVS_MAXINSTRUCTIONCOUNT_V1_1","features":[10]},{"name":"D3DVS_MAXLOOPINITVALUE_V2_0","features":[10]},{"name":"D3DVS_MAXLOOPINITVALUE_V2_1","features":[10]},{"name":"D3DVS_MAXLOOPINITVALUE_V3_0","features":[10]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V2_0","features":[10]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V2_1","features":[10]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V3_0","features":[10]},{"name":"D3DVS_MAXLOOPSTEP_V2_0","features":[10]},{"name":"D3DVS_MAXLOOPSTEP_V2_1","features":[10]},{"name":"D3DVS_MAXLOOPSTEP_V3_0","features":[10]},{"name":"D3DVS_OUTPUTREG_MAX_SW_DX9","features":[10]},{"name":"D3DVS_OUTPUTREG_MAX_V3_0","features":[10]},{"name":"D3DVS_PREDICATE_MAX_V2_1","features":[10]},{"name":"D3DVS_PREDICATE_MAX_V3_0","features":[10]},{"name":"D3DVS_TCRDOUTREG_MAX_V1_1","features":[10]},{"name":"D3DVS_TCRDOUTREG_MAX_V2_0","features":[10]},{"name":"D3DVS_TCRDOUTREG_MAX_V2_1","features":[10]},{"name":"D3DVS_TEMPREG_MAX_V1_1","features":[10]},{"name":"D3DVS_TEMPREG_MAX_V2_0","features":[10]},{"name":"D3DVS_TEMPREG_MAX_V2_1","features":[10]},{"name":"D3DVS_TEMPREG_MAX_V3_0","features":[10]},{"name":"D3DVTXPCAPS_NO_VSDT_UBYTE4","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_VISTA","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM1_3","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M1_3","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M2_2","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_2","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_3","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_4","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2_2","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3_2","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4_2","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_2","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_3","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_2","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_3","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_4","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7_2","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_8","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_8_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_9","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_9_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_0","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_0_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_1_1","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN7","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_CP","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_M3","features":[10]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_RC","features":[10]},{"name":"DDBLT_EXTENDED_PRESENTATION_STRETCHFACTOR","features":[10]},{"name":"DDNT_DEFERRED_AGP_AWARE_DATA","features":[10]},{"name":"DDNT_DXVERSION","features":[10]},{"name":"DDNT_FREE_DEFERRED_AGP_DATA","features":[10]},{"name":"DDNT_GETADAPTERGROUPDATA","features":[10]},{"name":"DDNT_GETD3DQUERYCOUNTDATA","features":[10]},{"name":"DDNT_GETD3DQUERYDATA","features":[10,11]},{"name":"DDNT_GETDDIVERSIONDATA","features":[10]},{"name":"DDNT_GETDRIVERINFO2DATA","features":[10]},{"name":"DDNT_GETEXTENDEDMODECOUNTDATA","features":[10]},{"name":"DDNT_GETEXTENDEDMODEDATA","features":[10,11]},{"name":"DDNT_GETFORMATCOUNTDATA","features":[10]},{"name":"DDNT_GETFORMATDATA","features":[10,12]},{"name":"DDNT_MULTISAMPLEQUALITYLEVELSDATA","features":[10,11]},{"name":"DD_DEFERRED_AGP_AWARE_DATA","features":[10]},{"name":"DD_DXVERSION","features":[10]},{"name":"DD_FREE_DEFERRED_AGP_DATA","features":[10]},{"name":"DD_GETADAPTERGROUPDATA","features":[10]},{"name":"DD_GETD3DQUERYCOUNTDATA","features":[10]},{"name":"DD_GETD3DQUERYDATA","features":[10,11]},{"name":"DD_GETDDIVERSIONDATA","features":[10]},{"name":"DD_GETDRIVERINFO2DATA","features":[10]},{"name":"DD_GETEXTENDEDMODECOUNTDATA","features":[10]},{"name":"DD_GETEXTENDEDMODEDATA","features":[10,11]},{"name":"DD_GETFORMATCOUNTDATA","features":[10]},{"name":"DD_GETFORMATDATA","features":[10,12]},{"name":"DD_MULTISAMPLEQUALITYLEVELSDATA","features":[10,11]},{"name":"DIDDT1_AspectRatio_15x9","features":[10]},{"name":"DIDDT1_AspectRatio_16x10","features":[10]},{"name":"DIDDT1_AspectRatio_16x9","features":[10]},{"name":"DIDDT1_AspectRatio_1x1","features":[10]},{"name":"DIDDT1_AspectRatio_4x3","features":[10]},{"name":"DIDDT1_AspectRatio_5x4","features":[10]},{"name":"DIDDT1_Dependent","features":[10]},{"name":"DIDDT1_Interlaced","features":[10]},{"name":"DIDDT1_Monoscopic","features":[10]},{"name":"DIDDT1_Progressive","features":[10]},{"name":"DIDDT1_Stereo","features":[10]},{"name":"DIDDT1_Sync_Negative","features":[10]},{"name":"DIDDT1_Sync_Positive","features":[10]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I","features":[10]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_ASPECT_RATIO","features":[10]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SCANNING_MODE","features":[10]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SIZE","features":[10]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_STEREO_MODE","features":[10]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SYNC_POLARITY","features":[10]},{"name":"DP2BLT_LINEAR","features":[10]},{"name":"DP2BLT_POINT","features":[10]},{"name":"DX9_DDI_VERSION","features":[10]},{"name":"DXGKARG_SETPALETTE","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_VISTA","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_VISTA_SP1","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM1_3","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM1_3_PATH_INDEPENDENT_ROTATION","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_0","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1_5","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1_6","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_2","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_3","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_4","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_5","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_6","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_7","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_8","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_9","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM3_0","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM3_1","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WIN7","features":[10]},{"name":"DXGKDDI_INTERFACE_VERSION_WIN8","features":[10]},{"name":"DXGKDT_OPM_DVI_CHARACTERISTICS","features":[10]},{"name":"DXGKMDT_CERTIFICATE_TYPE","features":[10]},{"name":"DXGKMDT_COPP_CERTIFICATE","features":[10]},{"name":"DXGKMDT_I2C_DEVICE_TRANSMITS_DATA_LENGTH","features":[10]},{"name":"DXGKMDT_I2C_NO_FLAGS","features":[10]},{"name":"DXGKMDT_INDIRECT_DISPLAY_CERTIFICATE","features":[10]},{"name":"DXGKMDT_OPM_128_BIT_RANDOM_NUMBER_SIZE","features":[10]},{"name":"DXGKMDT_OPM_ACP_AND_CGMSA_SIGNALING","features":[10]},{"name":"DXGKMDT_OPM_ACP_LEVEL_ONE","features":[10]},{"name":"DXGKMDT_OPM_ACP_LEVEL_THREE","features":[10]},{"name":"DXGKMDT_OPM_ACP_LEVEL_TWO","features":[10]},{"name":"DXGKMDT_OPM_ACP_OFF","features":[10]},{"name":"DXGKMDT_OPM_ACP_PROTECTION_LEVEL","features":[10]},{"name":"DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT","features":[10]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_CENTER","features":[10]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_TOP","features":[10]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_CENTER","features":[10]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_TOP","features":[10]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_GT_16_BY_9_CENTER","features":[10]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_16_BY_9_ANAMORPHIC","features":[10]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3","features":[10]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3_PROTECTED_CENTER","features":[10]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR","features":[10]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE","features":[10]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_INSIDE_OF_CHIPSET","features":[10]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_NON_STANDARD","features":[10]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP","features":[10]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET","features":[10]},{"name":"DXGKMDT_OPM_BUS_TYPE_AGP","features":[10]},{"name":"DXGKMDT_OPM_BUS_TYPE_AND_IMPLEMENTATION","features":[10]},{"name":"DXGKMDT_OPM_BUS_TYPE_OTHER","features":[10]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCI","features":[10]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCIEXPRESS","features":[10]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCIX","features":[10]},{"name":"DXGKMDT_OPM_CERTIFICATE","features":[10]},{"name":"DXGKMDT_OPM_CGMSA","features":[10]},{"name":"DXGKMDT_OPM_CGMSA_COPY_FREELY","features":[10]},{"name":"DXGKMDT_OPM_CGMSA_COPY_NEVER","features":[10]},{"name":"DXGKMDT_OPM_CGMSA_COPY_NO_MORE","features":[10]},{"name":"DXGKMDT_OPM_CGMSA_COPY_ONE_GENERATION","features":[10]},{"name":"DXGKMDT_OPM_CGMSA_OFF","features":[10]},{"name":"DXGKMDT_OPM_CONFIGURE_PARAMETERS","features":[10]},{"name":"DXGKMDT_OPM_CONFIGURE_SETTING_DATA_SIZE","features":[10]},{"name":"DXGKMDT_OPM_CONNECTED_HDCP_DEVICE_INFORMATION","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_COMPONENT_VIDEO","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_COMPOSITE_VIDEO","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DISPLAYPORT_EMBEDDED","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DISPLAYPORT_EXTERNAL","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DVI","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_D_JPN","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_HD15","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_HDMI","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_LVDS","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_MIRACAST","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_OTHER","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_RESERVED","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_SDI","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_SVIDEO","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_A","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_B","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_UDI_EMBEDDED","features":[10]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_UDI_EXTERNAL","features":[10]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_BUS_TYPE_INTEGRATED","features":[10]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL","features":[10]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS","features":[10]},{"name":"DXGKMDT_OPM_CREATE_VIDEO_OUTPUT_FOR_TARGET_PARAMETERS","features":[10,1]},{"name":"DXGKMDT_OPM_DPCP_OFF","features":[10]},{"name":"DXGKMDT_OPM_DPCP_ON","features":[10]},{"name":"DXGKMDT_OPM_DPCP_PROTECTION_LEVEL","features":[10]},{"name":"DXGKMDT_OPM_DVI_CHARACTERISTIC_1_0","features":[10]},{"name":"DXGKMDT_OPM_DVI_CHARACTERISTIC_1_1_OR_ABOVE","features":[10]},{"name":"DXGKMDT_OPM_ENCRYPTED_PARAMETERS","features":[10]},{"name":"DXGKMDT_OPM_ENCRYPTED_PARAMETERS_SIZE","features":[10]},{"name":"DXGKMDT_OPM_GET_ACP_AND_CGMSA_SIGNALING","features":[10]},{"name":"DXGKMDT_OPM_GET_ACTUAL_OUTPUT_FORMAT","features":[10]},{"name":"DXGKMDT_OPM_GET_ACTUAL_PROTECTION_LEVEL","features":[10]},{"name":"DXGKMDT_OPM_GET_ADAPTER_BUS_TYPE","features":[10]},{"name":"DXGKMDT_OPM_GET_CODEC_INFO","features":[10]},{"name":"DXGKMDT_OPM_GET_CONNECTED_HDCP_DEVICE_INFORMATION","features":[10]},{"name":"DXGKMDT_OPM_GET_CONNECTOR_TYPE","features":[10]},{"name":"DXGKMDT_OPM_GET_CURRENT_HDCP_SRM_VERSION","features":[10]},{"name":"DXGKMDT_OPM_GET_DVI_CHARACTERISTICS","features":[10]},{"name":"DXGKMDT_OPM_GET_INFORMATION_PARAMETERS_SIZE","features":[10]},{"name":"DXGKMDT_OPM_GET_INFO_PARAMETERS","features":[10]},{"name":"DXGKMDT_OPM_GET_OUTPUT_HARDWARE_PROTECTION_SUPPORT","features":[10]},{"name":"DXGKMDT_OPM_GET_OUTPUT_ID","features":[10]},{"name":"DXGKMDT_OPM_GET_SUPPORTED_PROTECTION_TYPES","features":[10]},{"name":"DXGKMDT_OPM_GET_VIRTUAL_PROTECTION_LEVEL","features":[10]},{"name":"DXGKMDT_OPM_HDCP_FLAG","features":[10]},{"name":"DXGKMDT_OPM_HDCP_FLAG_NONE","features":[10]},{"name":"DXGKMDT_OPM_HDCP_FLAG_REPEATER","features":[10]},{"name":"DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR","features":[10]},{"name":"DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR_SIZE","features":[10]},{"name":"DXGKMDT_OPM_HDCP_OFF","features":[10]},{"name":"DXGKMDT_OPM_HDCP_ON","features":[10]},{"name":"DXGKMDT_OPM_HDCP_PROTECTION_LEVEL","features":[10]},{"name":"DXGKMDT_OPM_IMAGE_ASPECT_RATIO_EN300294","features":[10]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT","features":[10]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_INTERLEAVED_EVEN_FIRST","features":[10]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_INTERLEAVED_ODD_FIRST","features":[10]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_OTHER","features":[10]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_PROGRESSIVE","features":[10]},{"name":"DXGKMDT_OPM_OMAC","features":[10]},{"name":"DXGKMDT_OPM_OMAC_SIZE","features":[10]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION","features":[10]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION_NOT_SUPPORTED","features":[10]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION_SUPPORTED","features":[10]},{"name":"DXGKMDT_OPM_OUTPUT_ID","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_1125I","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_525I","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_525P","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_750P","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_1125I","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_525P","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_750P","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_1125I","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_525P","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_750P","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_EIA608B_525","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_EN300294_625I","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC61880_2_525I","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC61880_525I","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC62375_625P","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_NONE","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_OTHER","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_ACP","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_CGMSA","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_COPP_COMPATIBLE_HDCP","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_DPCP","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_HDCP","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_MASK","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_NONE","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_OTHER","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_SIZE","features":[10]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_TYPE_ENFORCEMENT_HDCP","features":[10]},{"name":"DXGKMDT_OPM_RANDOM_NUMBER","features":[10]},{"name":"DXGKMDT_OPM_REDISTRIBUTION_CONTROL_REQUIRED","features":[10]},{"name":"DXGKMDT_OPM_REQUESTED_INFORMATION","features":[10]},{"name":"DXGKMDT_OPM_REQUESTED_INFORMATION_SIZE","features":[10]},{"name":"DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING","features":[10]},{"name":"DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING_PARAMETERS","features":[10]},{"name":"DXGKMDT_OPM_SET_HDCP_SRM","features":[10]},{"name":"DXGKMDT_OPM_SET_HDCP_SRM_PARAMETERS","features":[10]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL","features":[10]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL_ACCORDING_TO_CSS_DVD","features":[10]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL_PARAMETERS","features":[10]},{"name":"DXGKMDT_OPM_STANDARD_INFORMATION","features":[10]},{"name":"DXGKMDT_OPM_STATUS","features":[10]},{"name":"DXGKMDT_OPM_STATUS_LINK_LOST","features":[10]},{"name":"DXGKMDT_OPM_STATUS_NORMAL","features":[10]},{"name":"DXGKMDT_OPM_STATUS_RENEGOTIATION_REQUIRED","features":[10]},{"name":"DXGKMDT_OPM_STATUS_REVOKED_HDCP_DEVICE_ATTACHED","features":[10]},{"name":"DXGKMDT_OPM_STATUS_TAMPERING_DETECTED","features":[10]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_OFF","features":[10]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_NO_TYPE_RESTRICTION","features":[10]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_TYPE1_RESTRICTION","features":[10]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_PROTECTION_LEVEL","features":[10]},{"name":"DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS","features":[10]},{"name":"DXGKMDT_OPM_VOS_COPP_SEMANTICS","features":[10]},{"name":"DXGKMDT_OPM_VOS_OPM_INDIRECT_DISPLAY","features":[10]},{"name":"DXGKMDT_OPM_VOS_OPM_SEMANTICS","features":[10]},{"name":"DXGKMDT_UAB_CERTIFICATE","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME0","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME1","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_NONE","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_CHECKERBOARD","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_COLUMN_INTERLEAVED","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO_OFFSET","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_ROW_INTERLEAVED","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_SEPARATE","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_BILINEAR","features":[10]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH","features":[10]},{"name":"DXGKMT_POWER_SHARED_TYPE","features":[10]},{"name":"DXGKMT_POWER_SHARED_TYPE_AUDIO","features":[10]},{"name":"DXGKVGPU_ESCAPE_HEAD","features":[10,1]},{"name":"DXGKVGPU_ESCAPE_INITIALIZE","features":[10,1]},{"name":"DXGKVGPU_ESCAPE_PAUSE","features":[10,1]},{"name":"DXGKVGPU_ESCAPE_POWERTRANSITIONCOMPLETE","features":[10,1]},{"name":"DXGKVGPU_ESCAPE_READ_PCI_CONFIG","features":[10,1]},{"name":"DXGKVGPU_ESCAPE_READ_VGPU_TYPE","features":[10,1]},{"name":"DXGKVGPU_ESCAPE_RELEASE","features":[10,1]},{"name":"DXGKVGPU_ESCAPE_RESUME","features":[10,1]},{"name":"DXGKVGPU_ESCAPE_TYPE","features":[10]},{"name":"DXGKVGPU_ESCAPE_TYPE_GET_VGPU_TYPE","features":[10]},{"name":"DXGKVGPU_ESCAPE_TYPE_INITIALIZE","features":[10]},{"name":"DXGKVGPU_ESCAPE_TYPE_PAUSE","features":[10]},{"name":"DXGKVGPU_ESCAPE_TYPE_POWERTRANSITIONCOMPLETE","features":[10]},{"name":"DXGKVGPU_ESCAPE_TYPE_READ_PCI_CONFIG","features":[10]},{"name":"DXGKVGPU_ESCAPE_TYPE_RELEASE","features":[10]},{"name":"DXGKVGPU_ESCAPE_TYPE_RESUME","features":[10]},{"name":"DXGKVGPU_ESCAPE_TYPE_WRITE_PCI_CONFIG","features":[10]},{"name":"DXGKVGPU_ESCAPE_WRITE_PCI_CONFIG","features":[10,1]},{"name":"DXGK_ADAPTER_PERFDATA","features":[10]},{"name":"DXGK_ADAPTER_PERFDATACAPS","features":[10]},{"name":"DXGK_BACKLIGHT_INFO","features":[10]},{"name":"DXGK_BACKLIGHT_OPTIMIZATION_LEVEL","features":[10]},{"name":"DXGK_BRIGHTNESS_CAPS","features":[10]},{"name":"DXGK_BRIGHTNESS_GET_NIT_RANGES_OUT","features":[10]},{"name":"DXGK_BRIGHTNESS_GET_OUT","features":[10]},{"name":"DXGK_BRIGHTNESS_MAXIMUM_NIT_RANGE_COUNT","features":[10]},{"name":"DXGK_BRIGHTNESS_NIT_RANGE","features":[10]},{"name":"DXGK_BRIGHTNESS_SENSOR_DATA","features":[10]},{"name":"DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY","features":[10]},{"name":"DXGK_BRIGHTNESS_SET_IN","features":[10]},{"name":"DXGK_BRIGHTNESS_STATE","features":[10]},{"name":"DXGK_CHILD_DEVICE_HPD_AWARENESS","features":[10]},{"name":"DXGK_DDT_DISPLAYID","features":[10]},{"name":"DXGK_DDT_EDID","features":[10]},{"name":"DXGK_DDT_INVALID","features":[10]},{"name":"DXGK_DIAG_PROCESS_NAME_LENGTH","features":[10]},{"name":"DXGK_DISPLAY_DESCRIPTOR_TYPE","features":[10]},{"name":"DXGK_DISPLAY_INFORMATION","features":[10]},{"name":"DXGK_DISPLAY_TECHNOLOGY","features":[10]},{"name":"DXGK_DISPLAY_USAGE","features":[10]},{"name":"DXGK_DT_INVALID","features":[10]},{"name":"DXGK_DT_LCD","features":[10]},{"name":"DXGK_DT_MAX","features":[10]},{"name":"DXGK_DT_OLED","features":[10]},{"name":"DXGK_DT_OTHER","features":[10]},{"name":"DXGK_DT_PROJECTOR","features":[10]},{"name":"DXGK_DU_ACCESSORY","features":[10]},{"name":"DXGK_DU_AR","features":[10]},{"name":"DXGK_DU_GENERIC","features":[10]},{"name":"DXGK_DU_INVALID","features":[10]},{"name":"DXGK_DU_MAX","features":[10]},{"name":"DXGK_DU_MEDICAL_IMAGING","features":[10]},{"name":"DXGK_DU_VR","features":[10]},{"name":"DXGK_ENGINE_TYPE","features":[10]},{"name":"DXGK_ENGINE_TYPE_3D","features":[10]},{"name":"DXGK_ENGINE_TYPE_COPY","features":[10]},{"name":"DXGK_ENGINE_TYPE_CRYPTO","features":[10]},{"name":"DXGK_ENGINE_TYPE_MAX","features":[10]},{"name":"DXGK_ENGINE_TYPE_OTHER","features":[10]},{"name":"DXGK_ENGINE_TYPE_OVERLAY","features":[10]},{"name":"DXGK_ENGINE_TYPE_SCENE_ASSEMBLY","features":[10]},{"name":"DXGK_ENGINE_TYPE_VIDEO_DECODE","features":[10]},{"name":"DXGK_ENGINE_TYPE_VIDEO_ENCODE","features":[10]},{"name":"DXGK_ENGINE_TYPE_VIDEO_PROCESSING","features":[10]},{"name":"DXGK_ESCAPE_GPUMMUCAPS","features":[10,1]},{"name":"DXGK_FAULT_ERROR_CODE","features":[10]},{"name":"DXGK_GENERAL_ERROR_CODE","features":[10]},{"name":"DXGK_GENERAL_ERROR_INVALID_INSTRUCTION","features":[10]},{"name":"DXGK_GENERAL_ERROR_PAGE_FAULT","features":[10]},{"name":"DXGK_GPUCLOCKDATA","features":[10]},{"name":"DXGK_GPUCLOCKDATA_FLAGS","features":[10]},{"name":"DXGK_GPUVERSION","features":[10]},{"name":"DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2","features":[10,1,9]},{"name":"DXGK_GRAPHICSPOWER_REGISTER_OUTPUT","features":[10,1,9]},{"name":"DXGK_GRAPHICSPOWER_VERSION","features":[10]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_0","features":[10]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_1","features":[10]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_2","features":[10]},{"name":"DXGK_MAX_GPUVERSION_NAME_LENGTH","features":[10]},{"name":"DXGK_MAX_METADATA_NAME_LENGTH","features":[10]},{"name":"DXGK_MAX_PAGE_TABLE_LEVEL_COUNT","features":[10]},{"name":"DXGK_MIN_PAGE_TABLE_LEVEL_COUNT","features":[10]},{"name":"DXGK_MIRACAST_CHUNK_ID","features":[10]},{"name":"DXGK_MIRACAST_CHUNK_INFO","features":[10]},{"name":"DXGK_MIRACAST_CHUNK_TYPE","features":[10]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_COLOR_CONVERT_COMPLETE","features":[10]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_COMPLETE","features":[10]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_DRIVER_DEFINED_1","features":[10]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_DRIVER_DEFINED_2","features":[10]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_FRAME_DROPPED","features":[10]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_FRAME_START","features":[10]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_UNKNOWN","features":[10]},{"name":"DXGK_MONITORLINKINFO_CAPABILITIES","features":[10]},{"name":"DXGK_MONITORLINKINFO_USAGEHINTS","features":[10]},{"name":"DXGK_NODEMETADATA","features":[10,1]},{"name":"DXGK_NODEMETADATA_FLAGS","features":[10]},{"name":"DXGK_NODE_PERFDATA","features":[10]},{"name":"DXGK_PAGE_FAULT_ADAPTER_RESET_REQUIRED","features":[10]},{"name":"DXGK_PAGE_FAULT_ENGINE_RESET_REQUIRED","features":[10]},{"name":"DXGK_PAGE_FAULT_FATAL_HARDWARE_ERROR","features":[10]},{"name":"DXGK_PAGE_FAULT_FENCE_INVALID","features":[10]},{"name":"DXGK_PAGE_FAULT_FLAGS","features":[10]},{"name":"DXGK_PAGE_FAULT_HW_CONTEXT_VALID","features":[10]},{"name":"DXGK_PAGE_FAULT_IOMMU","features":[10]},{"name":"DXGK_PAGE_FAULT_PROCESS_HANDLE_VALID","features":[10]},{"name":"DXGK_PAGE_FAULT_WRITE","features":[10]},{"name":"DXGK_PTE","features":[10]},{"name":"DXGK_PTE_PAGE_SIZE","features":[10]},{"name":"DXGK_PTE_PAGE_TABLE_PAGE_4KB","features":[10]},{"name":"DXGK_PTE_PAGE_TABLE_PAGE_64KB","features":[10]},{"name":"DXGK_RENDER_PIPELINE_STAGE","features":[10]},{"name":"DXGK_RENDER_PIPELINE_STAGE_GEOMETRY_SHADER","features":[10]},{"name":"DXGK_RENDER_PIPELINE_STAGE_INPUT_ASSEMBLER","features":[10]},{"name":"DXGK_RENDER_PIPELINE_STAGE_OUTPUT_MERGER","features":[10]},{"name":"DXGK_RENDER_PIPELINE_STAGE_PIXEL_SHADER","features":[10]},{"name":"DXGK_RENDER_PIPELINE_STAGE_RASTERIZER","features":[10]},{"name":"DXGK_RENDER_PIPELINE_STAGE_STREAM_OUTPUT","features":[10]},{"name":"DXGK_RENDER_PIPELINE_STAGE_UNKNOWN","features":[10]},{"name":"DXGK_RENDER_PIPELINE_STAGE_VERTEX_SHADER","features":[10]},{"name":"DXGK_TARGETMODE_DETAIL_TIMING","features":[10]},{"name":"DxgkBacklightOptimizationDesktop","features":[10]},{"name":"DxgkBacklightOptimizationDimmed","features":[10]},{"name":"DxgkBacklightOptimizationDisable","features":[10]},{"name":"DxgkBacklightOptimizationDynamic","features":[10]},{"name":"DxgkBacklightOptimizationEDR","features":[10]},{"name":"FLIPEX_TIMEOUT_USER","features":[10]},{"name":"GPUP_DRIVER_ESCAPE_INPUT","features":[10,1]},{"name":"GUID_DEVINTERFACE_GRAPHICSPOWER","features":[10]},{"name":"HpdAwarenessAlwaysConnected","features":[10]},{"name":"HpdAwarenessInterruptible","features":[10]},{"name":"HpdAwarenessNone","features":[10]},{"name":"HpdAwarenessPolled","features":[10]},{"name":"HpdAwarenessUninitialized","features":[10]},{"name":"IOCTL_GPUP_DRIVER_ESCAPE","features":[10]},{"name":"IOCTL_INTERNAL_GRAPHICSPOWER_REGISTER","features":[10]},{"name":"KMTQAITYPE_ADAPTERADDRESS","features":[10]},{"name":"KMTQAITYPE_ADAPTERADDRESS_RENDER","features":[10]},{"name":"KMTQAITYPE_ADAPTERGUID","features":[10]},{"name":"KMTQAITYPE_ADAPTERGUID_RENDER","features":[10]},{"name":"KMTQAITYPE_ADAPTERPERFDATA","features":[10]},{"name":"KMTQAITYPE_ADAPTERPERFDATA_CAPS","features":[10]},{"name":"KMTQAITYPE_ADAPTERREGISTRYINFO","features":[10]},{"name":"KMTQAITYPE_ADAPTERREGISTRYINFO_RENDER","features":[10]},{"name":"KMTQAITYPE_ADAPTERTYPE","features":[10]},{"name":"KMTQAITYPE_ADAPTERTYPE_RENDER","features":[10]},{"name":"KMTQAITYPE_BLOCKLIST_KERNEL","features":[10]},{"name":"KMTQAITYPE_BLOCKLIST_RUNTIME","features":[10]},{"name":"KMTQAITYPE_CHECKDRIVERUPDATESTATUS","features":[10]},{"name":"KMTQAITYPE_CHECKDRIVERUPDATESTATUS_RENDER","features":[10]},{"name":"KMTQAITYPE_CPDRIVERNAME","features":[10]},{"name":"KMTQAITYPE_CROSSADAPTERRESOURCE_SUPPORT","features":[10]},{"name":"KMTQAITYPE_CURRENTDISPLAYMODE","features":[10]},{"name":"KMTQAITYPE_DIRECTFLIP_SUPPORT","features":[10]},{"name":"KMTQAITYPE_DISPLAY_CAPS","features":[10]},{"name":"KMTQAITYPE_DISPLAY_UMDRIVERNAME","features":[10]},{"name":"KMTQAITYPE_DLIST_DRIVER_NAME","features":[10]},{"name":"KMTQAITYPE_DRIVERCAPS_EXT","features":[10]},{"name":"KMTQAITYPE_DRIVERVERSION","features":[10]},{"name":"KMTQAITYPE_DRIVERVERSION_RENDER","features":[10]},{"name":"KMTQAITYPE_DRIVER_DESCRIPTION","features":[10]},{"name":"KMTQAITYPE_DRIVER_DESCRIPTION_RENDER","features":[10]},{"name":"KMTQAITYPE_FLIPQUEUEINFO","features":[10]},{"name":"KMTQAITYPE_GETSEGMENTGROUPSIZE","features":[10]},{"name":"KMTQAITYPE_GETSEGMENTSIZE","features":[10]},{"name":"KMTQAITYPE_GET_DEVICE_VIDPN_OWNERSHIP_INFO","features":[10]},{"name":"KMTQAITYPE_HWDRM_SUPPORT","features":[10]},{"name":"KMTQAITYPE_HYBRID_DLIST_DLL_SUPPORT","features":[10]},{"name":"KMTQAITYPE_INDEPENDENTFLIP_SECONDARY_SUPPORT","features":[10]},{"name":"KMTQAITYPE_INDEPENDENTFLIP_SUPPORT","features":[10]},{"name":"KMTQAITYPE_KMD_DRIVER_VERSION","features":[10]},{"name":"KMTQAITYPE_MIRACASTCOMPANIONDRIVERNAME","features":[10]},{"name":"KMTQAITYPE_MODELIST","features":[10]},{"name":"KMTQAITYPE_MPO3DDI_SUPPORT","features":[10]},{"name":"KMTQAITYPE_MPOKERNELCAPS_SUPPORT","features":[10]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_HUD_SUPPORT","features":[10]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_SECONDARY_SUPPORT","features":[10]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_STRETCH_SUPPORT","features":[10]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_SUPPORT","features":[10]},{"name":"KMTQAITYPE_NODEMETADATA","features":[10]},{"name":"KMTQAITYPE_NODEPERFDATA","features":[10]},{"name":"KMTQAITYPE_OUTPUTDUPLCONTEXTSCOUNT","features":[10]},{"name":"KMTQAITYPE_PANELFITTER_SUPPORT","features":[10]},{"name":"KMTQAITYPE_PARAVIRTUALIZATION_RENDER","features":[10]},{"name":"KMTQAITYPE_PHYSICALADAPTERCOUNT","features":[10]},{"name":"KMTQAITYPE_PHYSICALADAPTERDEVICEIDS","features":[10]},{"name":"KMTQAITYPE_PHYSICALADAPTERPNPKEY","features":[10]},{"name":"KMTQAITYPE_QUERYREGISTRY","features":[10]},{"name":"KMTQAITYPE_QUERY_ADAPTER_UNIQUE_GUID","features":[10]},{"name":"KMTQAITYPE_QUERY_GPUMMU_CAPS","features":[10]},{"name":"KMTQAITYPE_QUERY_HW_PROTECTION_TEARDOWN_COUNT","features":[10]},{"name":"KMTQAITYPE_QUERY_ISBADDRIVERFORHWPROTECTIONDISABLED","features":[10]},{"name":"KMTQAITYPE_QUERY_MIRACAST_DRIVER_TYPE","features":[10]},{"name":"KMTQAITYPE_QUERY_MULTIPLANEOVERLAY_DECODE_SUPPORT","features":[10]},{"name":"KMTQAITYPE_SCANOUT_CAPS","features":[10]},{"name":"KMTQAITYPE_SERVICENAME","features":[10]},{"name":"KMTQAITYPE_SETWORKINGSETINFO","features":[10]},{"name":"KMTQAITYPE_TRACKEDWORKLOAD_SUPPORT","features":[10]},{"name":"KMTQAITYPE_UMDRIVERNAME","features":[10]},{"name":"KMTQAITYPE_UMDRIVERPRIVATE","features":[10]},{"name":"KMTQAITYPE_UMD_DRIVER_VERSION","features":[10]},{"name":"KMTQAITYPE_UMOPENGLINFO","features":[10]},{"name":"KMTQAITYPE_VGPUINTERFACEID","features":[10]},{"name":"KMTQAITYPE_VIRTUALADDRESSINFO","features":[10]},{"name":"KMTQAITYPE_WDDM_1_2_CAPS","features":[10]},{"name":"KMTQAITYPE_WDDM_1_2_CAPS_RENDER","features":[10]},{"name":"KMTQAITYPE_WDDM_1_3_CAPS","features":[10]},{"name":"KMTQAITYPE_WDDM_1_3_CAPS_RENDER","features":[10]},{"name":"KMTQAITYPE_WDDM_2_0_CAPS","features":[10]},{"name":"KMTQAITYPE_WDDM_2_7_CAPS","features":[10]},{"name":"KMTQAITYPE_WDDM_2_9_CAPS","features":[10]},{"name":"KMTQAITYPE_WDDM_3_0_CAPS","features":[10]},{"name":"KMTQAITYPE_WDDM_3_1_CAPS","features":[10]},{"name":"KMTQAITYPE_WSAUMDIMAGENAME","features":[10]},{"name":"KMTQAITYPE_XBOX","features":[10]},{"name":"KMTQUERYADAPTERINFOTYPE","features":[10]},{"name":"KMTQUITYPE_GPUVERSION","features":[10]},{"name":"KMTUMDVERSION","features":[10]},{"name":"KMTUMDVERSION_DX10","features":[10]},{"name":"KMTUMDVERSION_DX11","features":[10]},{"name":"KMTUMDVERSION_DX12","features":[10]},{"name":"KMTUMDVERSION_DX12_WSA32","features":[10]},{"name":"KMTUMDVERSION_DX12_WSA64","features":[10]},{"name":"KMTUMDVERSION_DX9","features":[10]},{"name":"KMT_DISPLAY_UMDVERSION_1","features":[10]},{"name":"KMT_DISPLAY_UMD_VERSION","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_1_0","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_1_1","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_1_1_PRERELEASE","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_1_2","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_1_3","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_2_0","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_2_1","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_2_2","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_2_3","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_2_4","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_2_5","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_2_6","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_2_7","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_2_8","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_2_9","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_3_0","features":[10]},{"name":"KMT_DRIVERVERSION_WDDM_3_1","features":[10]},{"name":"LPD3DHAL_CLEAR2CB","features":[10,11]},{"name":"LPD3DHAL_CLEARCB","features":[10,11]},{"name":"LPD3DHAL_CONTEXTCREATECB","features":[10,1,12,13]},{"name":"LPD3DHAL_CONTEXTDESTROYALLCB","features":[10]},{"name":"LPD3DHAL_CONTEXTDESTROYCB","features":[10]},{"name":"LPD3DHAL_DRAWONEINDEXEDPRIMITIVECB","features":[10,11]},{"name":"LPD3DHAL_DRAWONEPRIMITIVECB","features":[10,11]},{"name":"LPD3DHAL_DRAWPRIMITIVES2CB","features":[10,1,12,13]},{"name":"LPD3DHAL_DRAWPRIMITIVESCB","features":[10]},{"name":"LPD3DHAL_GETSTATECB","features":[10,11]},{"name":"LPD3DHAL_RENDERPRIMITIVECB","features":[10,11]},{"name":"LPD3DHAL_RENDERSTATECB","features":[10]},{"name":"LPD3DHAL_SCENECAPTURECB","features":[10]},{"name":"LPD3DHAL_SETRENDERTARGETCB","features":[10,1,12,13]},{"name":"LPD3DHAL_TEXTURECREATECB","features":[10]},{"name":"LPD3DHAL_TEXTUREDESTROYCB","features":[10]},{"name":"LPD3DHAL_TEXTUREGETSURFCB","features":[10]},{"name":"LPD3DHAL_TEXTURESWAPCB","features":[10]},{"name":"LPD3DHAL_VALIDATETEXTURESTAGESTATECB","features":[10]},{"name":"LPD3DNTHAL_CLEAR2CB","features":[10,11]},{"name":"LPD3DNTHAL_CONTEXTCREATECB","features":[10,1,12]},{"name":"LPD3DNTHAL_CONTEXTDESTROYALLCB","features":[10]},{"name":"LPD3DNTHAL_CONTEXTDESTROYCB","features":[10]},{"name":"LPD3DNTHAL_DRAWPRIMITIVES2CB","features":[10,1,12]},{"name":"LPD3DNTHAL_SCENECAPTURECB","features":[10]},{"name":"LPD3DNTHAL_SETRENDERTARGETCB","features":[10,1,12]},{"name":"LPD3DNTHAL_TEXTURECREATECB","features":[10,1]},{"name":"LPD3DNTHAL_TEXTUREDESTROYCB","features":[10]},{"name":"LPD3DNTHAL_TEXTUREGETSURFCB","features":[10,1]},{"name":"LPD3DNTHAL_TEXTURESWAPCB","features":[10]},{"name":"LPD3DNTHAL_VALIDATETEXTURESTAGESTATECB","features":[10]},{"name":"MAX_ENUM_ADAPTERS","features":[10]},{"name":"MiracastStartPending","features":[10]},{"name":"MiracastStarted","features":[10]},{"name":"MiracastStopPending","features":[10]},{"name":"MiracastStopped","features":[10]},{"name":"NUM_KMTUMDVERSIONS","features":[10]},{"name":"NUM_KMT_DISPLAY_UMDVERSIONS","features":[10]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_INFO","features":[10,1]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS","features":[10]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_ACTIVE","features":[10]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_INACTIVE","features":[10]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_PENDING_DESTROY","features":[10]},{"name":"OUTPUTDUPL_CREATE_MAX_KEYEDMUTXES","features":[10]},{"name":"PDXGK_FSTATE_NOTIFICATION","features":[10,1]},{"name":"PDXGK_GRAPHICSPOWER_UNREGISTER","features":[10,1]},{"name":"PDXGK_INITIAL_COMPONENT_STATE","features":[10,1]},{"name":"PDXGK_POWER_NOTIFICATION","features":[10,1,9]},{"name":"PDXGK_REMOVAL_NOTIFICATION","features":[10]},{"name":"PDXGK_SET_SHARED_POWER_COMPONENT_STATE","features":[10,1]},{"name":"PFND3DKMT_ACQUIREKEYEDMUTEX","features":[10,1]},{"name":"PFND3DKMT_ACQUIREKEYEDMUTEX2","features":[10,1]},{"name":"PFND3DKMT_ADJUSTFULLSCREENGAMMA","features":[10,1]},{"name":"PFND3DKMT_BUDGETCHANGENOTIFICATIONCALLBACK","features":[10]},{"name":"PFND3DKMT_CANCELPRESENTS","features":[10,1]},{"name":"PFND3DKMT_CHANGESURFACEPOINTER","features":[10,1,13]},{"name":"PFND3DKMT_CHANGEVIDEOMEMORYRESERVATION","features":[10,1]},{"name":"PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP","features":[10,1]},{"name":"PFND3DKMT_CHECKMONITORPOWERSTATE","features":[10,1]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT","features":[10,1]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2","features":[10,1]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3","features":[10,1]},{"name":"PFND3DKMT_CHECKOCCLUSION","features":[10,1]},{"name":"PFND3DKMT_CHECKSHAREDRESOURCEACCESS","features":[10,1]},{"name":"PFND3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP","features":[10,1]},{"name":"PFND3DKMT_CLOSEADAPTER","features":[10,1]},{"name":"PFND3DKMT_CONFIGURESHAREDRESOURCE","features":[10,1]},{"name":"PFND3DKMT_CONNECTDOORBELL","features":[10,1]},{"name":"PFND3DKMT_CREATEALLOCATION","features":[10,1]},{"name":"PFND3DKMT_CREATEALLOCATION2","features":[10,1]},{"name":"PFND3DKMT_CREATECONTEXT","features":[10,1]},{"name":"PFND3DKMT_CREATECONTEXTVIRTUAL","features":[10,1]},{"name":"PFND3DKMT_CREATEDCFROMMEMORY","features":[10,1,13]},{"name":"PFND3DKMT_CREATEDEVICE","features":[10,1]},{"name":"PFND3DKMT_CREATEDOORBELL","features":[10,1]},{"name":"PFND3DKMT_CREATEHWQUEUE","features":[10,1]},{"name":"PFND3DKMT_CREATEKEYEDMUTEX","features":[10,1]},{"name":"PFND3DKMT_CREATEKEYEDMUTEX2","features":[10,1]},{"name":"PFND3DKMT_CREATENATIVEFENCE","features":[10,1]},{"name":"PFND3DKMT_CREATEOUTPUTDUPL","features":[10,1]},{"name":"PFND3DKMT_CREATEOVERLAY","features":[10,1]},{"name":"PFND3DKMT_CREATEPAGINGQUEUE","features":[10,1]},{"name":"PFND3DKMT_CREATEPROTECTEDSESSION","features":[10,1]},{"name":"PFND3DKMT_CREATESYNCHRONIZATIONOBJECT","features":[10,1]},{"name":"PFND3DKMT_CREATESYNCHRONIZATIONOBJECT2","features":[10,1]},{"name":"PFND3DKMT_DESTROYALLOCATION","features":[10,1]},{"name":"PFND3DKMT_DESTROYALLOCATION2","features":[10,1]},{"name":"PFND3DKMT_DESTROYCONTEXT","features":[10,1]},{"name":"PFND3DKMT_DESTROYDCFROMMEMORY","features":[10,1,13]},{"name":"PFND3DKMT_DESTROYDEVICE","features":[10,1]},{"name":"PFND3DKMT_DESTROYDOORBELL","features":[10,1]},{"name":"PFND3DKMT_DESTROYHWQUEUE","features":[10,1]},{"name":"PFND3DKMT_DESTROYKEYEDMUTEX","features":[10,1]},{"name":"PFND3DKMT_DESTROYOUTPUTDUPL","features":[10,1]},{"name":"PFND3DKMT_DESTROYOVERLAY","features":[10,1]},{"name":"PFND3DKMT_DESTROYPAGINGQUEUE","features":[10,1]},{"name":"PFND3DKMT_DESTROYPROTECTEDSESSION","features":[10,1]},{"name":"PFND3DKMT_DESTROYSYNCHRONIZATIONOBJECT","features":[10,1]},{"name":"PFND3DKMT_ENUMADAPTERS","features":[10,1]},{"name":"PFND3DKMT_ENUMADAPTERS2","features":[10,1]},{"name":"PFND3DKMT_ENUMADAPTERS3","features":[10,1]},{"name":"PFND3DKMT_ESCAPE","features":[10,1]},{"name":"PFND3DKMT_EVICT","features":[10,1]},{"name":"PFND3DKMT_FLIPOVERLAY","features":[10,1]},{"name":"PFND3DKMT_FLUSHHEAPTRANSITIONS","features":[10,1]},{"name":"PFND3DKMT_FREEGPUVIRTUALADDRESS","features":[10,1]},{"name":"PFND3DKMT_GETALLOCATIONPRIORITY","features":[10,1]},{"name":"PFND3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[10,1]},{"name":"PFND3DKMT_GETCONTEXTSCHEDULINGPRIORITY","features":[10,1]},{"name":"PFND3DKMT_GETDEVICESTATE","features":[10,1]},{"name":"PFND3DKMT_GETDISPLAYMODELIST","features":[10,1]},{"name":"PFND3DKMT_GETDWMVERTICALBLANKEVENT","features":[10,1]},{"name":"PFND3DKMT_GETMULTIPLANEOVERLAYCAPS","features":[10,1]},{"name":"PFND3DKMT_GETMULTISAMPLEMETHODLIST","features":[10,1]},{"name":"PFND3DKMT_GETOVERLAYSTATE","features":[10,1]},{"name":"PFND3DKMT_GETPOSTCOMPOSITIONCAPS","features":[10,1]},{"name":"PFND3DKMT_GETPRESENTHISTORY","features":[10,1]},{"name":"PFND3DKMT_GETPROCESSDEVICEREMOVALSUPPORT","features":[10,1]},{"name":"PFND3DKMT_GETPROCESSSCHEDULINGPRIORITYCLASS","features":[10,1]},{"name":"PFND3DKMT_GETRESOURCEPRESENTPRIVATEDRIVERDATA","features":[10,1]},{"name":"PFND3DKMT_GETRUNTIMEDATA","features":[10,1]},{"name":"PFND3DKMT_GETSCANLINE","features":[10,1]},{"name":"PFND3DKMT_GETSHAREDPRIMARYHANDLE","features":[10,1]},{"name":"PFND3DKMT_GETSHAREDRESOURCEADAPTERLUID","features":[10,1]},{"name":"PFND3DKMT_INVALIDATEACTIVEVIDPN","features":[10,1]},{"name":"PFND3DKMT_INVALIDATECACHE","features":[10,1]},{"name":"PFND3DKMT_LOCK","features":[10,1]},{"name":"PFND3DKMT_LOCK2","features":[10,1]},{"name":"PFND3DKMT_MAKERESIDENT","features":[10,1]},{"name":"PFND3DKMT_MAPGPUVIRTUALADDRESS","features":[10,1]},{"name":"PFND3DKMT_MARKDEVICEASERROR","features":[10,1]},{"name":"PFND3DKMT_NOTIFYWORKSUBMISSION","features":[10,1]},{"name":"PFND3DKMT_OFFERALLOCATIONS","features":[10,1]},{"name":"PFND3DKMT_OPENADAPTERFROMDEVICENAME","features":[10,1]},{"name":"PFND3DKMT_OPENADAPTERFROMGDIDISPLAYNAME","features":[10,1]},{"name":"PFND3DKMT_OPENADAPTERFROMHDC","features":[10,1,13]},{"name":"PFND3DKMT_OPENADAPTERFROMLUID","features":[10,1]},{"name":"PFND3DKMT_OPENKEYEDMUTEX","features":[10,1]},{"name":"PFND3DKMT_OPENKEYEDMUTEX2","features":[10,1]},{"name":"PFND3DKMT_OPENKEYEDMUTEXFROMNTHANDLE","features":[10,1]},{"name":"PFND3DKMT_OPENNATIVEFENCEFROMNTHANDLE","features":[10,1]},{"name":"PFND3DKMT_OPENNTHANDLEFROMNAME","features":[3,10,1,5]},{"name":"PFND3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE","features":[10,1]},{"name":"PFND3DKMT_OPENRESOURCE","features":[10,1]},{"name":"PFND3DKMT_OPENRESOURCE2","features":[10,1]},{"name":"PFND3DKMT_OPENRESOURCEFROMNTHANDLE","features":[10,1]},{"name":"PFND3DKMT_OPENSYNCHRONIZATIONOBJECT","features":[10,1]},{"name":"PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE","features":[10,1]},{"name":"PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE2","features":[10,1]},{"name":"PFND3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME","features":[3,10,1,5]},{"name":"PFND3DKMT_OUTPUTDUPLGETFRAMEINFO","features":[10,1]},{"name":"PFND3DKMT_OUTPUTDUPLGETMETADATA","features":[10,1]},{"name":"PFND3DKMT_OUTPUTDUPLGETPOINTERSHAPEDATA","features":[10,1]},{"name":"PFND3DKMT_OUTPUTDUPLPRESENT","features":[10,1]},{"name":"PFND3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE","features":[10,1]},{"name":"PFND3DKMT_OUTPUTDUPLRELEASEFRAME","features":[10,1]},{"name":"PFND3DKMT_PINDIRECTFLIPRESOURCES","features":[10,1]},{"name":"PFND3DKMT_POLLDISPLAYCHILDREN","features":[10,1]},{"name":"PFND3DKMT_PRESENT","features":[10,1]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY","features":[10,1]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY2","features":[10,1]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY3","features":[10,1]},{"name":"PFND3DKMT_QUERYADAPTERINFO","features":[10,1]},{"name":"PFND3DKMT_QUERYALLOCATIONRESIDENCY","features":[10,1]},{"name":"PFND3DKMT_QUERYCLOCKCALIBRATION","features":[10,1]},{"name":"PFND3DKMT_QUERYFSEBLOCK","features":[10,1]},{"name":"PFND3DKMT_QUERYHYBRIDLISTVALUE","features":[10,1]},{"name":"PFND3DKMT_QUERYPROCESSOFFERINFO","features":[10,1]},{"name":"PFND3DKMT_QUERYPROTECTEDSESSIONINFOFROMNTHANDLE","features":[10,1]},{"name":"PFND3DKMT_QUERYPROTECTEDSESSIONSTATUS","features":[10,1]},{"name":"PFND3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME","features":[10,1]},{"name":"PFND3DKMT_QUERYRESOURCEINFO","features":[10,1]},{"name":"PFND3DKMT_QUERYRESOURCEINFOFROMNTHANDLE","features":[10,1]},{"name":"PFND3DKMT_QUERYSTATISTICS","features":[10,1]},{"name":"PFND3DKMT_QUERYVIDEOMEMORYINFO","features":[10,1]},{"name":"PFND3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP","features":[10,1]},{"name":"PFND3DKMT_RECLAIMALLOCATIONS","features":[10,1]},{"name":"PFND3DKMT_RECLAIMALLOCATIONS2","features":[10,1]},{"name":"PFND3DKMT_REGISTERBUDGETCHANGENOTIFICATION","features":[10,1]},{"name":"PFND3DKMT_REGISTERTRIMNOTIFICATION","features":[10,1]},{"name":"PFND3DKMT_RELEASEKEYEDMUTEX","features":[10,1]},{"name":"PFND3DKMT_RELEASEKEYEDMUTEX2","features":[10,1]},{"name":"PFND3DKMT_RELEASEPROCESSVIDPNSOURCEOWNERS","features":[10,1]},{"name":"PFND3DKMT_RENDER","features":[10,1]},{"name":"PFND3DKMT_RESERVEGPUVIRTUALADDRESS","features":[10,1]},{"name":"PFND3DKMT_SETALLOCATIONPRIORITY","features":[10,1]},{"name":"PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[10,1]},{"name":"PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY","features":[10,1]},{"name":"PFND3DKMT_SETDISPLAYMODE","features":[10,1]},{"name":"PFND3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT","features":[10,1]},{"name":"PFND3DKMT_SETFSEBLOCK","features":[10,1]},{"name":"PFND3DKMT_SETGAMMARAMP","features":[10,1]},{"name":"PFND3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY","features":[10,1]},{"name":"PFND3DKMT_SETHYBRIDLISTVVALUE","features":[10,1]},{"name":"PFND3DKMT_SETPROCESSSCHEDULINGPRIORITYCLASS","features":[10,1]},{"name":"PFND3DKMT_SETQUEUEDLIMIT","features":[10,1]},{"name":"PFND3DKMT_SETSTABLEPOWERSTATE","features":[10,1]},{"name":"PFND3DKMT_SETSTEREOENABLED","features":[10,1]},{"name":"PFND3DKMT_SETSYNCREFRESHCOUNTWAITTARGET","features":[10,1]},{"name":"PFND3DKMT_SETVIDPNSOURCEHWPROTECTION","features":[10,1]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER","features":[10,1]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER1","features":[10,1]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER2","features":[10,1]},{"name":"PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION","features":[10,1]},{"name":"PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION","features":[10,1]},{"name":"PFND3DKMT_SHAREOBJECTS","features":[3,10,1,5]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT","features":[10,1]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2","features":[10,1]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU","features":[10,1]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU","features":[10,1]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2","features":[10,1]},{"name":"PFND3DKMT_SUBMITCOMMAND","features":[10,1]},{"name":"PFND3DKMT_SUBMITCOMMANDTOHWQUEUE","features":[10,1]},{"name":"PFND3DKMT_SUBMITPRESENTBLTTOHWQUEUE","features":[10,1]},{"name":"PFND3DKMT_SUBMITPRESENTTOHWQUEUE","features":[10,1]},{"name":"PFND3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE","features":[10,1]},{"name":"PFND3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE","features":[10,1]},{"name":"PFND3DKMT_TRIMNOTIFICATIONCALLBACK","features":[10]},{"name":"PFND3DKMT_TRIMPROCESSCOMMITMENT","features":[10,1]},{"name":"PFND3DKMT_UNLOCK","features":[10,1]},{"name":"PFND3DKMT_UNLOCK2","features":[10,1]},{"name":"PFND3DKMT_UNPINDIRECTFLIPRESOURCES","features":[10,1]},{"name":"PFND3DKMT_UNREGISTERBUDGETCHANGENOTIFICATION","features":[10,1]},{"name":"PFND3DKMT_UNREGISTERTRIMNOTIFICATION","features":[10,1]},{"name":"PFND3DKMT_UPDATEALLOCATIONPROPERTY","features":[10,1]},{"name":"PFND3DKMT_UPDATEGPUVIRTUALADDRESS","features":[10,1]},{"name":"PFND3DKMT_UPDATEOVERLAY","features":[10,1]},{"name":"PFND3DKMT_WAITFORIDLE","features":[10,1]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECT","features":[10,1]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECT2","features":[10,1]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU","features":[10,1]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU","features":[10,1]},{"name":"PFND3DKMT_WAITFORVERTICALBLANKEVENT","features":[10,1]},{"name":"PFND3DKMT_WAITFORVERTICALBLANKEVENT2","features":[10,1]},{"name":"PFND3DNTPARSEUNKNOWNCOMMAND","features":[10]},{"name":"PFND3DPARSEUNKNOWNCOMMAND","features":[10]},{"name":"RTPATCHFLAG_HASINFO","features":[10]},{"name":"RTPATCHFLAG_HASSEGS","features":[10]},{"name":"SHARED_ALLOCATION_WRITE","features":[10]},{"name":"_NT_D3DDEVCAPS_HWINDEXBUFFER","features":[10]},{"name":"_NT_D3DDEVCAPS_HWVERTEXBUFFER","features":[10]},{"name":"_NT_D3DDEVCAPS_SUBVOLUMELOCK","features":[10]},{"name":"_NT_D3DFVF_FOG","features":[10]},{"name":"_NT_D3DGDI2_MAGIC","features":[10]},{"name":"_NT_D3DGDI2_TYPE_DEFERRED_AGP_AWARE","features":[10]},{"name":"_NT_D3DGDI2_TYPE_DEFER_AGP_FREES","features":[10]},{"name":"_NT_D3DGDI2_TYPE_DXVERSION","features":[10]},{"name":"_NT_D3DGDI2_TYPE_FREE_DEFERRED_AGP","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETADAPTERGROUP","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETD3DCAPS8","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETD3DCAPS9","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETD3DQUERY","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETD3DQUERYCOUNT","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETDDIVERSION","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETEXTENDEDMODE","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETEXTENDEDMODECOUNT","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETFORMAT","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETFORMATCOUNT","features":[10]},{"name":"_NT_D3DGDI2_TYPE_GETMULTISAMPLEQUALITYLEVELS","features":[10]},{"name":"_NT_D3DLINEPATTERN","features":[10]},{"name":"_NT_D3DPMISCCAPS_FOGINFVF","features":[10]},{"name":"_NT_D3DPS_COLOROUT_MAX_V2_0","features":[10]},{"name":"_NT_D3DPS_COLOROUT_MAX_V2_1","features":[10]},{"name":"_NT_D3DPS_COLOROUT_MAX_V3_0","features":[10]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_SW_DX9","features":[10]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_SW_DX9","features":[10]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DPS_CONSTREG_MAX_DX8","features":[10]},{"name":"_NT_D3DPS_CONSTREG_MAX_SW_DX9","features":[10]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_1","features":[10]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_2","features":[10]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_3","features":[10]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_4","features":[10]},{"name":"_NT_D3DPS_CONSTREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DPS_CONSTREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DPS_CONSTREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DPS_INPUTREG_MAX_DX8","features":[10]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_1","features":[10]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_2","features":[10]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_3","features":[10]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_4","features":[10]},{"name":"_NT_D3DPS_INPUTREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DPS_INPUTREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DPS_INPUTREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DPS_MAXLOOPINITVALUE_V2_1","features":[10]},{"name":"_NT_D3DPS_MAXLOOPINITVALUE_V3_0","features":[10]},{"name":"_NT_D3DPS_MAXLOOPITERATIONCOUNT_V2_1","features":[10]},{"name":"_NT_D3DPS_MAXLOOPITERATIONCOUNT_V3_0","features":[10]},{"name":"_NT_D3DPS_MAXLOOPSTEP_V2_1","features":[10]},{"name":"_NT_D3DPS_MAXLOOPSTEP_V3_0","features":[10]},{"name":"_NT_D3DPS_PREDICATE_MAX_V2_1","features":[10]},{"name":"_NT_D3DPS_PREDICATE_MAX_V3_0","features":[10]},{"name":"_NT_D3DPS_TEMPREG_MAX_DX8","features":[10]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_1","features":[10]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_2","features":[10]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_3","features":[10]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_4","features":[10]},{"name":"_NT_D3DPS_TEMPREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DPS_TEMPREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DPS_TEMPREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_DX8","features":[10]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_1","features":[10]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_2","features":[10]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_3","features":[10]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_4","features":[10]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DRS_DELETERTPATCH","features":[10]},{"name":"_NT_D3DVS_ADDRREG_MAX_V1_1","features":[10]},{"name":"_NT_D3DVS_ADDRREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DVS_ADDRREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DVS_ADDRREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V1_1","features":[10]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_SW_DX9","features":[10]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_SW_DX9","features":[10]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DVS_CONSTREG_MAX_V1_1","features":[10]},{"name":"_NT_D3DVS_CONSTREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DVS_CONSTREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DVS_CONSTREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DVS_INPUTREG_MAX_V1_1","features":[10]},{"name":"_NT_D3DVS_INPUTREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DVS_INPUTREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DVS_INPUTREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DVS_LABEL_MAX_V3_0","features":[10]},{"name":"_NT_D3DVS_MAXINSTRUCTIONCOUNT_V1_1","features":[10]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V2_0","features":[10]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V2_1","features":[10]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V3_0","features":[10]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V2_0","features":[10]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V2_1","features":[10]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V3_0","features":[10]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V2_0","features":[10]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V2_1","features":[10]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V3_0","features":[10]},{"name":"_NT_D3DVS_OUTPUTREG_MAX_SW_DX9","features":[10]},{"name":"_NT_D3DVS_OUTPUTREG_MAX_V3_0","features":[10]},{"name":"_NT_D3DVS_PREDICATE_MAX_V2_1","features":[10]},{"name":"_NT_D3DVS_PREDICATE_MAX_V3_0","features":[10]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V1_1","features":[10]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DVS_TEMPREG_MAX_V1_1","features":[10]},{"name":"_NT_D3DVS_TEMPREG_MAX_V2_0","features":[10]},{"name":"_NT_D3DVS_TEMPREG_MAX_V2_1","features":[10]},{"name":"_NT_D3DVS_TEMPREG_MAX_V3_0","features":[10]},{"name":"_NT_RTPATCHFLAG_HASINFO","features":[10]},{"name":"_NT_RTPATCHFLAG_HASSEGS","features":[10]}],"344":[{"name":"AUTHENTICATE","features":[15]},{"name":"BINARY_COMPATIBLE","features":[15]},{"name":"BINARY_DATA","features":[15]},{"name":"BROADCAST_VC","features":[15]},{"name":"BSSID_INFO","features":[15]},{"name":"CALL_PARAMETERS_CHANGED","features":[15]},{"name":"CLOCK_NETWORK_DERIVED","features":[15]},{"name":"CLOCK_PRECISION","features":[15]},{"name":"CL_ADD_PARTY_COMPLETE_HANDLER","features":[15]},{"name":"CL_CALL_CONNECTED_HANDLER","features":[15]},{"name":"CL_CLOSE_AF_COMPLETE_HANDLER","features":[15]},{"name":"CL_CLOSE_CALL_COMPLETE_HANDLER","features":[15]},{"name":"CL_DEREG_SAP_COMPLETE_HANDLER","features":[15]},{"name":"CL_DROP_PARTY_COMPLETE_HANDLER","features":[15]},{"name":"CL_INCOMING_CALL_HANDLER","features":[15]},{"name":"CL_INCOMING_CALL_QOS_CHANGE_HANDLER","features":[15]},{"name":"CL_INCOMING_CLOSE_CALL_HANDLER","features":[15]},{"name":"CL_INCOMING_DROP_PARTY_HANDLER","features":[15]},{"name":"CL_MAKE_CALL_COMPLETE_HANDLER","features":[15]},{"name":"CL_MODIFY_CALL_QOS_COMPLETE_HANDLER","features":[15]},{"name":"CL_OPEN_AF_COMPLETE_HANDLER","features":[15]},{"name":"CL_REG_SAP_COMPLETE_HANDLER","features":[15]},{"name":"CM_ACTIVATE_VC_COMPLETE_HANDLER","features":[15]},{"name":"CM_ADD_PARTY_HANDLER","features":[15]},{"name":"CM_CLOSE_AF_HANDLER","features":[15]},{"name":"CM_CLOSE_CALL_HANDLER","features":[15]},{"name":"CM_DEACTIVATE_VC_COMPLETE_HANDLER","features":[15]},{"name":"CM_DEREG_SAP_HANDLER","features":[15]},{"name":"CM_DROP_PARTY_HANDLER","features":[15]},{"name":"CM_INCOMING_CALL_COMPLETE_HANDLER","features":[15]},{"name":"CM_MAKE_CALL_HANDLER","features":[15]},{"name":"CM_MODIFY_CALL_QOS_HANDLER","features":[15]},{"name":"CM_OPEN_AF_HANDLER","features":[15]},{"name":"CM_REG_SAP_HANDLER","features":[15]},{"name":"CO_ADDRESS","features":[15]},{"name":"CO_ADDRESS_FAMILY","features":[15]},{"name":"CO_ADDRESS_FAMILY_PROXY","features":[15]},{"name":"CO_ADDRESS_LIST","features":[15]},{"name":"CO_AF_REGISTER_NOTIFY_HANDLER","features":[15]},{"name":"CO_CALL_MANAGER_PARAMETERS","features":[15,16]},{"name":"CO_CALL_PARAMETERS","features":[15]},{"name":"CO_CREATE_VC_HANDLER","features":[15]},{"name":"CO_DELETE_VC_HANDLER","features":[15]},{"name":"CO_MEDIA_PARAMETERS","features":[15]},{"name":"CO_PVC","features":[15]},{"name":"CO_SAP","features":[15]},{"name":"CO_SEND_FLAG_SET_DISCARD_ELIBILITY","features":[15]},{"name":"CO_SPECIFIC_PARAMETERS","features":[15]},{"name":"CRYPTO_GENERIC_ERROR","features":[15]},{"name":"CRYPTO_INVALID_PACKET_SYNTAX","features":[15]},{"name":"CRYPTO_INVALID_PROTOCOL","features":[15]},{"name":"CRYPTO_SUCCESS","features":[15]},{"name":"CRYPTO_TRANSPORT_AH_AUTH_FAILED","features":[15]},{"name":"CRYPTO_TRANSPORT_ESP_AUTH_FAILED","features":[15]},{"name":"CRYPTO_TUNNEL_AH_AUTH_FAILED","features":[15]},{"name":"CRYPTO_TUNNEL_ESP_AUTH_FAILED","features":[15]},{"name":"CachedNetBufferList","features":[15]},{"name":"ClassificationHandlePacketInfo","features":[15]},{"name":"DD_NDIS_DEVICE_NAME","features":[15]},{"name":"DOT11_RSN_KCK_LENGTH","features":[15]},{"name":"DOT11_RSN_KEK_LENGTH","features":[15]},{"name":"DOT11_RSN_MAX_CIPHER_KEY_LENGTH","features":[15]},{"name":"EAPOL_REQUEST_ID_WOL_FLAG_MUST_ENCRYPT","features":[15]},{"name":"ENCRYPT","features":[15]},{"name":"ERRED_PACKET_INDICATION","features":[15]},{"name":"ETHERNET_LENGTH_OF_ADDRESS","features":[15]},{"name":"ETH_FILTER","features":[15]},{"name":"FILTERDBS","features":[15]},{"name":"GEN_GET_NETCARD_TIME","features":[15]},{"name":"GEN_GET_TIME_CAPS","features":[15]},{"name":"GUID_NDIS_NDK_CAPABILITIES","features":[15]},{"name":"GUID_NDIS_NDK_STATE","features":[15]},{"name":"INDICATE_END_OF_TX","features":[15]},{"name":"INDICATE_ERRED_PACKETS","features":[15]},{"name":"IOCTL_NDIS_RESERVED5","features":[15]},{"name":"IOCTL_NDIS_RESERVED6","features":[15]},{"name":"IPSEC_OFFLOAD_V2_AND_TCP_CHECKSUM_COEXISTENCE","features":[15]},{"name":"IPSEC_OFFLOAD_V2_AND_UDP_CHECKSUM_COEXISTENCE","features":[15]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_128","features":[15]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_192","features":[15]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_256","features":[15]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_MD5","features":[15]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_1","features":[15]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_256","features":[15]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_3_DES_CBC","features":[15]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_128","features":[15]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_192","features":[15]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_256","features":[15]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_128","features":[15]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_192","features":[15]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_256","features":[15]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_DES_CBC","features":[15]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_NONE","features":[15]},{"name":"IPSEC_OFFLOAD_V2_ESN_SA","features":[15]},{"name":"IPSEC_OFFLOAD_V2_INBOUND","features":[15]},{"name":"IPSEC_OFFLOAD_V2_IPv6","features":[15]},{"name":"IPSEC_OFFLOAD_V2_MAX_EXTENSION_HEADERS","features":[15]},{"name":"IPSEC_OFFLOAD_V2_TRANSPORT_OVER_UDP_ESP_ENCAPSULATION_TUNNEL","features":[15]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_NONE","features":[15]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TRANSPORT","features":[15]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TRANSPORT_OVER_TUNNEL","features":[15]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TUNNEL","features":[15]},{"name":"IPSEC_TPTOVERTUN_UDPESP_ENCAPTYPE_IKE","features":[15]},{"name":"IPSEC_TPTOVERTUN_UDPESP_ENCAPTYPE_OTHER","features":[15]},{"name":"IPSEC_TPT_UDPESP_ENCAPTYPE_IKE","features":[15]},{"name":"IPSEC_TPT_UDPESP_ENCAPTYPE_OTHER","features":[15]},{"name":"IPSEC_TPT_UDPESP_OVER_PURE_TUN_ENCAPTYPE_IKE","features":[15]},{"name":"IPSEC_TPT_UDPESP_OVER_PURE_TUN_ENCAPTYPE_OTHER","features":[15]},{"name":"IPSEC_TUN_UDPESP_ENCAPTYPE_IKE","features":[15]},{"name":"IPSEC_TUN_UDPESP_ENCAPTYPE_OTHER","features":[15]},{"name":"Ieee8021QInfo","features":[15]},{"name":"IpSecPacketInfo","features":[15]},{"name":"LOCK_STATE","features":[15]},{"name":"MAXIMUM_IP_OPER_STATUS_ADDRESS_FAMILIES_SUPPORTED","features":[15]},{"name":"MAX_HASHES","features":[15]},{"name":"MEDIA_SPECIFIC_INFORMATION","features":[15]},{"name":"MINIPORT_CO_ACTIVATE_VC","features":[15]},{"name":"MINIPORT_CO_CREATE_VC","features":[15]},{"name":"MINIPORT_CO_DEACTIVATE_VC","features":[15]},{"name":"MINIPORT_CO_DELETE_VC","features":[15]},{"name":"MULTIPOINT_VC","features":[15]},{"name":"MaxPerPacketInfo","features":[15]},{"name":"NBL_FLAGS_MINIPORT_RESERVED","features":[15]},{"name":"NBL_FLAGS_NDIS_RESERVED","features":[15]},{"name":"NBL_FLAGS_PROTOCOL_RESERVED","features":[15]},{"name":"NBL_FLAGS_SCRATCH","features":[15]},{"name":"NBL_PROT_RSVD_FLAGS","features":[15]},{"name":"NDIS630_MINIPORT","features":[15]},{"name":"NDIS685_MINIPORT","features":[15]},{"name":"NDIS_802_11_AI_REQFI","features":[15]},{"name":"NDIS_802_11_AI_REQFI_CAPABILITIES","features":[15]},{"name":"NDIS_802_11_AI_REQFI_CURRENTAPADDRESS","features":[15]},{"name":"NDIS_802_11_AI_REQFI_LISTENINTERVAL","features":[15]},{"name":"NDIS_802_11_AI_RESFI","features":[15]},{"name":"NDIS_802_11_AI_RESFI_ASSOCIATIONID","features":[15]},{"name":"NDIS_802_11_AI_RESFI_CAPABILITIES","features":[15]},{"name":"NDIS_802_11_AI_RESFI_STATUSCODE","features":[15]},{"name":"NDIS_802_11_ASSOCIATION_INFORMATION","features":[15]},{"name":"NDIS_802_11_AUTHENTICATION_ENCRYPTION","features":[15]},{"name":"NDIS_802_11_AUTHENTICATION_EVENT","features":[15]},{"name":"NDIS_802_11_AUTHENTICATION_MODE","features":[15]},{"name":"NDIS_802_11_AUTHENTICATION_REQUEST","features":[15]},{"name":"NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS","features":[15]},{"name":"NDIS_802_11_AUTH_REQUEST_GROUP_ERROR","features":[15]},{"name":"NDIS_802_11_AUTH_REQUEST_KEYUPDATE","features":[15]},{"name":"NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR","features":[15]},{"name":"NDIS_802_11_AUTH_REQUEST_REAUTH","features":[15]},{"name":"NDIS_802_11_BSSID_LIST","features":[15]},{"name":"NDIS_802_11_BSSID_LIST_EX","features":[15]},{"name":"NDIS_802_11_CAPABILITY","features":[15]},{"name":"NDIS_802_11_CONFIGURATION","features":[15]},{"name":"NDIS_802_11_CONFIGURATION_FH","features":[15]},{"name":"NDIS_802_11_FIXED_IEs","features":[15]},{"name":"NDIS_802_11_KEY","features":[15]},{"name":"NDIS_802_11_LENGTH_RATES","features":[15]},{"name":"NDIS_802_11_LENGTH_RATES_EX","features":[15]},{"name":"NDIS_802_11_LENGTH_SSID","features":[15]},{"name":"NDIS_802_11_MEDIA_STREAM_MODE","features":[15]},{"name":"NDIS_802_11_NETWORK_INFRASTRUCTURE","features":[15]},{"name":"NDIS_802_11_NETWORK_TYPE","features":[15]},{"name":"NDIS_802_11_NETWORK_TYPE_LIST","features":[15]},{"name":"NDIS_802_11_NON_BCAST_SSID_LIST","features":[15]},{"name":"NDIS_802_11_PMKID","features":[15]},{"name":"NDIS_802_11_PMKID_CANDIDATE_LIST","features":[15]},{"name":"NDIS_802_11_PMKID_CANDIDATE_PREAUTH_ENABLED","features":[15]},{"name":"NDIS_802_11_POWER_MODE","features":[15]},{"name":"NDIS_802_11_PRIVACY_FILTER","features":[15]},{"name":"NDIS_802_11_RADIO_STATUS","features":[15]},{"name":"NDIS_802_11_RELOAD_DEFAULTS","features":[15]},{"name":"NDIS_802_11_REMOVE_KEY","features":[15]},{"name":"NDIS_802_11_SSID","features":[15]},{"name":"NDIS_802_11_STATISTICS","features":[15]},{"name":"NDIS_802_11_STATUS_INDICATION","features":[15]},{"name":"NDIS_802_11_STATUS_TYPE","features":[15]},{"name":"NDIS_802_11_TEST","features":[15]},{"name":"NDIS_802_11_VARIABLE_IEs","features":[15]},{"name":"NDIS_802_11_WEP","features":[15]},{"name":"NDIS_802_11_WEP_STATUS","features":[15]},{"name":"NDIS_802_3_MAC_OPTION_PRIORITY","features":[15]},{"name":"NDIS_802_5_RING_STATE","features":[15]},{"name":"NDIS_AF_LIST","features":[15]},{"name":"NDIS_ANY_NUMBER_OF_NBLS","features":[15]},{"name":"NDIS_ATTRIBUTE_BUS_MASTER","features":[15]},{"name":"NDIS_ATTRIBUTE_DESERIALIZE","features":[15]},{"name":"NDIS_ATTRIBUTE_DO_NOT_BIND_TO_ALL_CO","features":[15]},{"name":"NDIS_ATTRIBUTE_IGNORE_PACKET_TIMEOUT","features":[15]},{"name":"NDIS_ATTRIBUTE_IGNORE_REQUEST_TIMEOUT","features":[15]},{"name":"NDIS_ATTRIBUTE_IGNORE_TOKEN_RING_ERRORS","features":[15]},{"name":"NDIS_ATTRIBUTE_INTERMEDIATE_DRIVER","features":[15]},{"name":"NDIS_ATTRIBUTE_MINIPORT_PADS_SHORT_PACKETS","features":[15]},{"name":"NDIS_ATTRIBUTE_NOT_CO_NDIS","features":[15]},{"name":"NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND","features":[15]},{"name":"NDIS_ATTRIBUTE_SURPRISE_REMOVE_OK","features":[15]},{"name":"NDIS_ATTRIBUTE_USES_SAFE_BUFFER_APIS","features":[15]},{"name":"NDIS_BIND_FAILED_NOTIFICATION_REVISION_1","features":[15]},{"name":"NDIS_BIND_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_BIND_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_BIND_PARAMETERS_REVISION_3","features":[15]},{"name":"NDIS_BIND_PARAMETERS_REVISION_4","features":[15]},{"name":"NDIS_CALL_MANAGER_CHARACTERISTICS","features":[15]},{"name":"NDIS_CLASS_ID","features":[15]},{"name":"NDIS_CLONE_FLAGS_RESERVED","features":[15]},{"name":"NDIS_CLONE_FLAGS_USE_ORIGINAL_MDLS","features":[15]},{"name":"NDIS_CONFIGURATION_OBJECT_REVISION_1","features":[15]},{"name":"NDIS_CONFIGURATION_PARAMETER","features":[15,1]},{"name":"NDIS_CONFIG_FLAG_FILTER_INSTANCE_CONFIGURATION","features":[15]},{"name":"NDIS_CO_CALL_MANAGER_OPTIONAL_HANDLERS_REVISION_1","features":[15]},{"name":"NDIS_CO_CLIENT_OPTIONAL_HANDLERS_REVISION_1","features":[15]},{"name":"NDIS_CO_DEVICE_PROFILE","features":[15]},{"name":"NDIS_CO_LINK_SPEED","features":[15]},{"name":"NDIS_CO_MAC_OPTION_DYNAMIC_LINK_SPEED","features":[15]},{"name":"NDIS_DEFAULT_RECEIVE_FILTER_ID","features":[15]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_GROUP_ID","features":[15]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_ID","features":[15]},{"name":"NDIS_DEFAULT_SWITCH_ID","features":[15]},{"name":"NDIS_DEFAULT_VPORT_ID","features":[15]},{"name":"NDIS_DEVICE_OBJECT_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_DEVICE_PNP_EVENT","features":[15]},{"name":"NDIS_DEVICE_POWER_STATE","features":[15]},{"name":"NDIS_DEVICE_TYPE_ENDPOINT","features":[15]},{"name":"NDIS_DEVICE_WAKE_ON_MAGIC_PACKET_ENABLE","features":[15]},{"name":"NDIS_DEVICE_WAKE_ON_PATTERN_MATCH_ENABLE","features":[15]},{"name":"NDIS_DEVICE_WAKE_UP_ENABLE","features":[15]},{"name":"NDIS_DMA_BLOCK","features":[3,15,1,8]},{"name":"NDIS_DMA_DESCRIPTION","features":[15,4,1]},{"name":"NDIS_DRIVER_FLAGS_RESERVED","features":[15]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV4","features":[15]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV6","features":[15]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_NOT_SUPPORTED","features":[15]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV4","features":[15]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV6","features":[15]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3","features":[15]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q","features":[15]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q_IN_OOB","features":[15]},{"name":"NDIS_ENCAPSULATION_IEEE_LLC_SNAP_ROUTED","features":[15]},{"name":"NDIS_ENCAPSULATION_NOT_SUPPORTED","features":[15]},{"name":"NDIS_ENCAPSULATION_NULL","features":[15]},{"name":"NDIS_ENCAPSULATION_TYPE_GRE_MAC","features":[15]},{"name":"NDIS_ENCAPSULATION_TYPE_VXLAN","features":[15]},{"name":"NDIS_ENUM_FILTERS_REVISION_1","features":[15]},{"name":"NDIS_ENVIRONMENT_TYPE","features":[15]},{"name":"NDIS_ETH_TYPE_802_1Q","features":[15]},{"name":"NDIS_ETH_TYPE_802_1X","features":[15]},{"name":"NDIS_ETH_TYPE_ARP","features":[15]},{"name":"NDIS_ETH_TYPE_IPV4","features":[15]},{"name":"NDIS_ETH_TYPE_IPV6","features":[15]},{"name":"NDIS_ETH_TYPE_SLOW_PROTOCOL","features":[15]},{"name":"NDIS_EVENT","features":[3,15,1,8]},{"name":"NDIS_FDDI_ATTACHMENT_TYPE","features":[15]},{"name":"NDIS_FDDI_LCONNECTION_STATE","features":[15]},{"name":"NDIS_FDDI_RING_MGT_STATE","features":[15]},{"name":"NDIS_FILTER_ATTACH_FLAGS_IGNORE_MANDATORY","features":[15]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_3","features":[15]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_4","features":[15]},{"name":"NDIS_FILTER_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_2","features":[15]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_3","features":[15]},{"name":"NDIS_FILTER_DRIVER_MANDATORY","features":[15]},{"name":"NDIS_FILTER_DRIVER_SUPPORTS_CURRENT_MAC_ADDRESS_CHANGE","features":[15]},{"name":"NDIS_FILTER_DRIVER_SUPPORTS_L2_MTU_SIZE_CHANGE","features":[15]},{"name":"NDIS_FILTER_INTERFACE_IM_FILTER","features":[15]},{"name":"NDIS_FILTER_INTERFACE_LW_FILTER","features":[15]},{"name":"NDIS_FILTER_INTERFACE_RECEIVE_BYPASS","features":[15]},{"name":"NDIS_FILTER_INTERFACE_REVISION_1","features":[15]},{"name":"NDIS_FILTER_INTERFACE_REVISION_2","features":[15]},{"name":"NDIS_FILTER_INTERFACE_SEND_BYPASS","features":[15]},{"name":"NDIS_FILTER_MAJOR_VERSION","features":[15]},{"name":"NDIS_FILTER_MINIMUM_MAJOR_VERSION","features":[15]},{"name":"NDIS_FILTER_MINIMUM_MINOR_VERSION","features":[15]},{"name":"NDIS_FILTER_MINOR_VERSION","features":[15]},{"name":"NDIS_FILTER_PARTIAL_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_FILTER_PAUSE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_FILTER_RESTART_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_FLAGS_DONT_LOOPBACK","features":[15]},{"name":"NDIS_FLAGS_DOUBLE_BUFFERED","features":[15]},{"name":"NDIS_FLAGS_IS_LOOPBACK_PACKET","features":[15]},{"name":"NDIS_FLAGS_LOOPBACK_ONLY","features":[15]},{"name":"NDIS_FLAGS_MULTICAST_PACKET","features":[15]},{"name":"NDIS_FLAGS_PADDED","features":[15]},{"name":"NDIS_FLAGS_PROTOCOL_ID_MASK","features":[15]},{"name":"NDIS_FLAGS_RESERVED2","features":[15]},{"name":"NDIS_FLAGS_RESERVED3","features":[15]},{"name":"NDIS_FLAGS_RESERVED4","features":[15]},{"name":"NDIS_FLAGS_SENT_AT_DPC","features":[15]},{"name":"NDIS_FLAGS_USES_ORIGINAL_PACKET","features":[15]},{"name":"NDIS_FLAGS_USES_SG_BUFFER_LIST","features":[15]},{"name":"NDIS_FLAGS_XLATE_AT_TOP","features":[15]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_GRE","features":[15]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_IP","features":[15]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NOT_ENCAPSULATED","features":[15]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NVGRE","features":[15]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_VXLAN","features":[15]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_RDMA_FLOW","features":[15]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_REVISION_1","features":[15]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_IS_TTL_ONE","features":[15]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_IS_TTL_ONE","features":[15]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_REVISION_1","features":[15]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_REVISION_1","features":[15]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_IS_TTL_ONE","features":[15]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_IS_TTL_ONE","features":[15]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[15]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_REVISION_1","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_ESP","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_ETHERNET","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_ICMP","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV4","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV6","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_GRE_ENCAP","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_IP_ENCAP","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_NO_ENCAP","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_NVGRE_ENCAP","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_TCP","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_UDP","features":[15]},{"name":"NDIS_GFP_HEADER_PRESENT_VXLAN_ENCAP","features":[15]},{"name":"NDIS_GFP_UNDEFINED_PROFILE_ID","features":[15]},{"name":"NDIS_GFP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[15]},{"name":"NDIS_GFT_COUNTER_INFO_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_GFT_COUNTER_INFO_REVISION_1","features":[15]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_CLIENT_SPECIFIED_ADDRESS","features":[15]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_GET_VALUES","features":[15]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_UPDATE_MEMORY_MAPPED_COUNTERS","features":[15]},{"name":"NDIS_GFT_CUSTOM_ACTION_LAST_ACTION","features":[15]},{"name":"NDIS_GFT_CUSTOM_ACTION_PROFILE_REVISION_1","features":[15]},{"name":"NDIS_GFT_CUSTOM_ACTION_REVISION_1","features":[15]},{"name":"NDIS_GFT_DELETE_PROFILE_ALL_PROFILES","features":[15]},{"name":"NDIS_GFT_DELETE_PROFILE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_GFT_DELETE_TABLE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_GFT_EMFE_ADD_IN_ACTIVATED_STATE","features":[15]},{"name":"NDIS_GFT_EMFE_ALL_VPORT_FLOW_ENTRIES","features":[15]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_FIN_FLAG_SET","features":[15]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_RST_FLAG_SET","features":[15]},{"name":"NDIS_GFT_EMFE_COPY_ALL_PACKETS","features":[15]},{"name":"NDIS_GFT_EMFE_COPY_CONDITION_CHANGED","features":[15]},{"name":"NDIS_GFT_EMFE_COPY_FIRST_PACKET","features":[15]},{"name":"NDIS_GFT_EMFE_COPY_WHEN_TCP_FLAG_SET","features":[15]},{"name":"NDIS_GFT_EMFE_COUNTER_ALLOCATE","features":[15]},{"name":"NDIS_GFT_EMFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[15]},{"name":"NDIS_GFT_EMFE_COUNTER_MEMORY_MAPPED","features":[15]},{"name":"NDIS_GFT_EMFE_COUNTER_TRACK_TCP_FLOW","features":[15]},{"name":"NDIS_GFT_EMFE_CUSTOM_ACTION_PRESENT","features":[15]},{"name":"NDIS_GFT_EMFE_MATCH_AND_ACTION_MUST_BE_SUPPORTED","features":[15]},{"name":"NDIS_GFT_EMFE_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[15]},{"name":"NDIS_GFT_EMFE_RDMA_FLOW","features":[15]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[15]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[15]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[15]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[15]},{"name":"NDIS_GFT_EXACT_MATCH_FLOW_ENTRY_REVISION_1","features":[15]},{"name":"NDIS_GFT_FLOW_ENTRY_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_NIC_SWITCH_FLOW_ENTRIES","features":[15]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_TABLE_FLOW_ENTRIES","features":[15]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_VPORT_FLOW_ENTRIES","features":[15]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_COUNTER_VALUES","features":[15]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_DEFINED","features":[15]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_RANGE_DEFINED","features":[15]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ALL_FLOW_ENTRIES","features":[15]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_GFT_FREE_COUNTER_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_DECREMENT_TTL_IF_NOT_ONE","features":[15]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_DECREMENT_TTL_IF_NOT_ONE","features":[15]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_REVISION_1","features":[15]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_REVISION_1","features":[15]},{"name":"NDIS_GFT_HEADER_TRANSPOSITION_PROFILE_REVISION_1","features":[15]},{"name":"NDIS_GFT_HTP_COPY_ALL_PACKETS","features":[15]},{"name":"NDIS_GFT_HTP_COPY_FIRST_PACKET","features":[15]},{"name":"NDIS_GFT_HTP_COPY_WHEN_TCP_FLAG_SET","features":[15]},{"name":"NDIS_GFT_HTP_CUSTOM_ACTION_PRESENT","features":[15]},{"name":"NDIS_GFT_HTP_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[15]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[15]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[15]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[15]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[15]},{"name":"NDIS_GFT_MAX_COUNTER_OBJECTS_PER_FLOW_ENTRY","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_8021P_PRIORITY_MASK","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ADD_FLOW_ENTRY_DEACTIVATED_PREFERRED","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ALLOW","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_CLIENT_SPECIFIED_MEMORY_MAPPED_COUNTERS","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COMBINED_COUNTER_AND_STATE","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_ALL","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_FIRST","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_WHEN_TCP_FLAG_SET","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DESIGNATED_EXCEPTION_VPORT","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DROP","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DSCP_MASK","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_AGGREGATE_COUNTERS","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_EXACT_MATCH","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_WILDCARD_MATCH","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_EXACT_MATCH","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_WILDCARD_MATCH","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_EXACT_MATCH","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_WILDCARD_MATCH","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_IGNORE_ACTION_SUPPORTED","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_AGGREGATE_COUNTERS","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_EXACT_MATCH","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_WILDCARD_MATCH","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_COUNTERS","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_PAKCET_AND_BYTE_COUNTERS","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_AFTER_HEADER_TRANSPOSITION","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MODIFY","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_FLOW_ENTRY_COUNTERS","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_PACKET_COUNTER_UPDATE","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_VPORT_EXCEPTION_VPORT","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_POP","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PUSH","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_RATE_LIMITING_QUEUE_SUPPORTED","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_SAMPLE","features":[15]},{"name":"NDIS_GFT_OFFLOAD_CAPS_TRACK_TCP_FLOW_STATE","features":[15]},{"name":"NDIS_GFT_OFFLOAD_INFO_COPY_PACKET","features":[15]},{"name":"NDIS_GFT_OFFLOAD_INFO_DIRECTION_INGRESS","features":[15]},{"name":"NDIS_GFT_OFFLOAD_INFO_EXCEPTION_PACKET","features":[15]},{"name":"NDIS_GFT_OFFLOAD_INFO_SAMPLE_PACKET","features":[15]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_CUSTOM_PROVIDER_RESERVED","features":[15]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_ENABLE_OFFLOAD","features":[15]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_GFT_PROFILE_INFO_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_GFT_PROFILE_INFO_REVISION_1","features":[15]},{"name":"NDIS_GFT_RESERVED_CUSTOM_ACTIONS","features":[15]},{"name":"NDIS_GFT_STATISTICS_REVISION_1","features":[15]},{"name":"NDIS_GFT_TABLE_INCLUDE_EXTERNAL_VPPORT","features":[15]},{"name":"NDIS_GFT_TABLE_INFO_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_GFT_TABLE_INFO_REVISION_1","features":[15]},{"name":"NDIS_GFT_TABLE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_GFT_UNDEFINED_COUNTER_ID","features":[15]},{"name":"NDIS_GFT_UNDEFINED_CUSTOM_ACTION","features":[15]},{"name":"NDIS_GFT_UNDEFINED_FLOW_ENTRY_ID","features":[15]},{"name":"NDIS_GFT_UNDEFINED_TABLE_ID","features":[15]},{"name":"NDIS_GFT_VPORT_DSCP_FLAGS_CHANGED","features":[15]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_RX","features":[15]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_TX","features":[15]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_CHANGED","features":[15]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_RX","features":[15]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_TX","features":[15]},{"name":"NDIS_GFT_VPORT_ENABLE","features":[15]},{"name":"NDIS_GFT_VPORT_ENABLE_STATE_CHANGED","features":[15]},{"name":"NDIS_GFT_VPORT_EXCEPTION_VPORT_CHANGED","features":[15]},{"name":"NDIS_GFT_VPORT_MAX_DSCP_MASK_COUNTER_OBJECTS","features":[15]},{"name":"NDIS_GFT_VPORT_MAX_PRIORITY_MASK_COUNTER_OBJECTS","features":[15]},{"name":"NDIS_GFT_VPORT_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_GFT_VPORT_PARAMS_CHANGE_MASK","features":[15]},{"name":"NDIS_GFT_VPORT_PARAMS_CUSTOM_PROVIDER_RESERVED","features":[15]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN","features":[15]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN_NOT_IN_SRC_PORT_RANGE","features":[15]},{"name":"NDIS_GFT_VPORT_PRIORITY_MASK_CHANGED","features":[15]},{"name":"NDIS_GFT_VPORT_SAMPLING_RATE_CHANGED","features":[15]},{"name":"NDIS_GFT_VPORT_VXLAN_SETTINGS_CHANGED","features":[15]},{"name":"NDIS_GFT_WCFE_ADD_IN_ACTIVATED_STATE","features":[15]},{"name":"NDIS_GFT_WCFE_COPY_ALL_PACKETS","features":[15]},{"name":"NDIS_GFT_WCFE_COUNTER_ALLOCATE","features":[15]},{"name":"NDIS_GFT_WCFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[15]},{"name":"NDIS_GFT_WCFE_COUNTER_MEMORY_MAPPED","features":[15]},{"name":"NDIS_GFT_WCFE_CUSTOM_ACTION_PRESENT","features":[15]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[15]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[15]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[15]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[15]},{"name":"NDIS_GFT_WILDCARD_MATCH_FLOW_ENTRY_REVISION_1","features":[15]},{"name":"NDIS_GUID","features":[15]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP","features":[15]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP_REVISION_1","features":[15]},{"name":"NDIS_HARDWARE_STATUS","features":[15]},{"name":"NDIS_HASH_FUNCTION_MASK","features":[15]},{"name":"NDIS_HASH_IPV4","features":[15]},{"name":"NDIS_HASH_IPV6","features":[15]},{"name":"NDIS_HASH_IPV6_EX","features":[15]},{"name":"NDIS_HASH_TCP_IPV4","features":[15]},{"name":"NDIS_HASH_TCP_IPV6","features":[15]},{"name":"NDIS_HASH_TCP_IPV6_EX","features":[15]},{"name":"NDIS_HASH_TYPE_MASK","features":[15]},{"name":"NDIS_HASH_UDP_IPV4","features":[15]},{"name":"NDIS_HASH_UDP_IPV6","features":[15]},{"name":"NDIS_HASH_UDP_IPV6_EX","features":[15]},{"name":"NDIS_HD_SPLIT_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_HEADER_DATA_SPLIT","features":[15]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV4_OPTIONS","features":[15]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV6_EXTENSION_HEADERS","features":[15]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_TCP_OPTIONS","features":[15]},{"name":"NDIS_HD_SPLIT_COMBINE_ALL_HEADERS","features":[15]},{"name":"NDIS_HD_SPLIT_CURRENT_CONFIG_REVISION_1","features":[15]},{"name":"NDIS_HD_SPLIT_ENABLE_HEADER_DATA_SPLIT","features":[15]},{"name":"NDIS_HD_SPLIT_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_HYPERVISOR_INFO_FLAG_HYPERVISOR_PRESENT","features":[15]},{"name":"NDIS_HYPERVISOR_INFO_REVISION_1","features":[15]},{"name":"NDIS_INTERFACE_TYPE","features":[15]},{"name":"NDIS_INTERMEDIATE_DRIVER","features":[15]},{"name":"NDIS_INTERRUPT_MODERATION","features":[15]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_REINITIALIZE","features":[15]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_RESET","features":[15]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS","features":[15]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_IPSEC_OFFLOAD_V1","features":[15]},{"name":"NDIS_IPSEC_OFFLOAD_V2_ADD_SA_EX_REVISION_1","features":[15]},{"name":"NDIS_IPSEC_OFFLOAD_V2_ADD_SA_REVISION_1","features":[15]},{"name":"NDIS_IPSEC_OFFLOAD_V2_DELETE_SA_REVISION_1","features":[15]},{"name":"NDIS_IPSEC_OFFLOAD_V2_UPDATE_SA_REVISION_1","features":[15]},{"name":"NDIS_IP_OPER_STATE","features":[15,17]},{"name":"NDIS_IP_OPER_STATE_REVISION_1","features":[15]},{"name":"NDIS_IP_OPER_STATUS","features":[15,17]},{"name":"NDIS_IP_OPER_STATUS_INFO","features":[15,17]},{"name":"NDIS_IP_OPER_STATUS_INFO_REVISION_1","features":[15]},{"name":"NDIS_IRDA_PACKET_INFO","features":[15]},{"name":"NDIS_ISOLATION_NAME_MAX_STRING_SIZE","features":[15]},{"name":"NDIS_ISOLATION_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_KDNET_ADD_PF_REVISION_1","features":[15]},{"name":"NDIS_KDNET_ENUMERATE_PFS_REVISION_1","features":[15]},{"name":"NDIS_KDNET_PF_ENUM_ELEMENT_REVISION_1","features":[15]},{"name":"NDIS_KDNET_QUERY_PF_INFORMATION_REVISION_1","features":[15]},{"name":"NDIS_KDNET_REMOVE_PF_REVISION_1","features":[15]},{"name":"NDIS_LARGE_SEND_OFFLOAD_MAX_HEADER_LENGTH","features":[15]},{"name":"NDIS_LEGACY_DRIVER","features":[15]},{"name":"NDIS_LEGACY_MINIPORT","features":[15]},{"name":"NDIS_LEGACY_PROTOCOL","features":[15]},{"name":"NDIS_LINK_PARAMETERS","features":[15,17]},{"name":"NDIS_LINK_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_LINK_SPEED","features":[15]},{"name":"NDIS_LINK_STATE","features":[15,17]},{"name":"NDIS_LINK_STATE_DUPLEX_AUTO_NEGOTIATED","features":[15]},{"name":"NDIS_LINK_STATE_PAUSE_FUNCTIONS_AUTO_NEGOTIATED","features":[15]},{"name":"NDIS_LINK_STATE_RCV_LINK_SPEED_AUTO_NEGOTIATED","features":[15]},{"name":"NDIS_LINK_STATE_REVISION_1","features":[15]},{"name":"NDIS_LINK_STATE_XMIT_LINK_SPEED_AUTO_NEGOTIATED","features":[15]},{"name":"NDIS_MAC_OPTION_8021P_PRIORITY","features":[15]},{"name":"NDIS_MAC_OPTION_8021Q_VLAN","features":[15]},{"name":"NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA","features":[15]},{"name":"NDIS_MAC_OPTION_EOTX_INDICATION","features":[15]},{"name":"NDIS_MAC_OPTION_FULL_DUPLEX","features":[15]},{"name":"NDIS_MAC_OPTION_NO_LOOPBACK","features":[15]},{"name":"NDIS_MAC_OPTION_RECEIVE_AT_DPC","features":[15]},{"name":"NDIS_MAC_OPTION_RECEIVE_SERIALIZED","features":[15]},{"name":"NDIS_MAC_OPTION_RESERVED","features":[15]},{"name":"NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE","features":[15]},{"name":"NDIS_MAC_OPTION_TRANSFERS_NOT_PEND","features":[15]},{"name":"NDIS_MAXIMUM_PORTS","features":[15]},{"name":"NDIS_MAX_LOOKAHEAD_SIZE_ACCESSED_UNDEFINED","features":[15]},{"name":"NDIS_MAX_PROCESSOR_COUNT","features":[15]},{"name":"NDIS_MEDIA_CAP_RECEIVE","features":[15]},{"name":"NDIS_MEDIA_CAP_TRANSMIT","features":[15]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_EAPOL","features":[15]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_FCOE","features":[15]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_LLDP","features":[15]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_TIMESYNC","features":[15]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_TUNDL","features":[15]},{"name":"NDIS_MEDIA_STATE","features":[15]},{"name":"NDIS_MEDIUM","features":[15]},{"name":"NDIS_MEMORY_CONTIGUOUS","features":[15]},{"name":"NDIS_MEMORY_NONCACHED","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_2","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_3","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES_REVISION_2","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_2","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_3","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_4","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES_REVISION_2","features":[15]},{"name":"NDIS_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_BUS_MASTER","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_CONTROLS_DEFAULT_PORT","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_DO_NOT_BIND_TO_ALL_CO","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_HARDWARE_DEVICE","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NDIS_WDM","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NOT_CO_NDIS","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_HALT_ON_SUSPEND","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_OID_INTERCEPT_ON_NONDEFAULT_PORTS","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_PAUSE_ON_SUSPEND","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_REGISTER_BUGCHECK_CALLBACK","features":[15]},{"name":"NDIS_MINIPORT_ATTRIBUTES_SURPRISE_REMOVE_OK","features":[15]},{"name":"NDIS_MINIPORT_BLOCK","features":[15]},{"name":"NDIS_MINIPORT_CO_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_DRIVER","features":[15]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_2","features":[15]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_3","features":[15]},{"name":"NDIS_MINIPORT_INIT_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_INTERRUPT_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_MAJOR_VERSION","features":[15]},{"name":"NDIS_MINIPORT_MINIMUM_MAJOR_VERSION","features":[15]},{"name":"NDIS_MINIPORT_MINIMUM_MINOR_VERSION","features":[15]},{"name":"NDIS_MINIPORT_MINOR_VERSION","features":[15]},{"name":"NDIS_MINIPORT_PAUSE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_PNP_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_RESTART_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_SS_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_MINIPORT_TIMER","features":[3,15,4,1,8]},{"name":"NDIS_MIN_API","features":[15]},{"name":"NDIS_MONITOR_CONFIG_REVISION_1","features":[15]},{"name":"NDIS_MSIX_CONFIG_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_M_DRIVER_BLOCK","features":[15]},{"name":"NDIS_M_MAX_LOOKAHEAD","features":[15]},{"name":"NDIS_NBL_FLAGS_CAPTURE_TIMESTAMP_ON_TRANSMIT","features":[15]},{"name":"NDIS_NBL_FLAGS_HD_SPLIT","features":[15]},{"name":"NDIS_NBL_FLAGS_IS_IPV4","features":[15]},{"name":"NDIS_NBL_FLAGS_IS_IPV6","features":[15]},{"name":"NDIS_NBL_FLAGS_IS_LOOPBACK_PACKET","features":[15]},{"name":"NDIS_NBL_FLAGS_IS_TCP","features":[15]},{"name":"NDIS_NBL_FLAGS_IS_UDP","features":[15]},{"name":"NDIS_NBL_FLAGS_RECV_READ_ONLY","features":[15]},{"name":"NDIS_NBL_FLAGS_SEND_READ_ONLY","features":[15]},{"name":"NDIS_NBL_FLAGS_SPLIT_AT_UPPER_LAYER_PROTOCOL_HEADER","features":[15]},{"name":"NDIS_NBL_FLAGS_SPLIT_AT_UPPER_LAYER_PROTOCOL_PAYLOAD","features":[15]},{"name":"NDIS_NBL_MEDIA_SPECIFIC_INFO_REVISION_1","features":[15]},{"name":"NDIS_NDK_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_NDK_CONNECTIONS_REVISION_1","features":[15]},{"name":"NDIS_NDK_LOCAL_ENDPOINTS_REVISION_1","features":[15]},{"name":"NDIS_NDK_STATISTICS_INFO_REVISION_1","features":[15]},{"name":"NDIS_NETWORK_CHANGE_TYPE","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_2","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_3","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_ASYMMETRIC_QUEUE_PAIRS_FOR_NONDEFAULT_VPORT_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_NIC_SWITCH_WITHOUT_IOV_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_PER_VPORT_INTERRUPT_MODERATION_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_ON_PF_VPORTS_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PARAMETERS_PER_PF_VPORT_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_FUNCTION_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_KEY_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_TYPE_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SIZE_RESTRICTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_SINGLE_VPORT_POOL","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_VF_RSS_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_CAPS_VLAN_SUPPORTED","features":[15]},{"name":"NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_DELETE_VPORT_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_FREE_VF_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_INFO_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_INFO_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_CHANGE_MASK","features":[15]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_DEFAULT_NUMBER_OF_QUEUE_PAIRS_FOR_DEFAULT_VPORT","features":[15]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_SWITCH_NAME_CHANGED","features":[15]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[15]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_VF_INFO_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_VF_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_FUNCTION","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_GFT_ENABLED","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_LOOKAHEAD_SPLIT_ENABLED","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_PACKET_DIRECT_RX_ONLY","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_CHANGE_MASK","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_ENFORCE_MAX_SG_LIST","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_FLAGS_CHANGED","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_INT_MOD_CHANGED","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_LOOKAHEAD_SPLIT_ENABLED","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NAME_CHANGED","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NDK_PARAMS_CHANGED","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NUM_QUEUE_PAIRS_CHANGED","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PACKET_DIRECT_RX_ONLY","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PROCESSOR_AFFINITY_CHANGED","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_QOS_SQ_ID_CHANGED","features":[15]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_STATE_CHANGED","features":[15]},{"name":"NDIS_NT","features":[15]},{"name":"NDIS_OBJECT_HEADER","features":[15]},{"name":"NDIS_OBJECT_REVISION_1","features":[15]},{"name":"NDIS_OBJECT_TYPE_BIND_PARAMETERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_CONFIGURATION_OBJECT","features":[15]},{"name":"NDIS_OBJECT_TYPE_CO_CALL_MANAGER_OPTIONAL_HANDLERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_CO_CLIENT_OPTIONAL_HANDLERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_CO_MINIPORT_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_CO_PROTOCOL_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_DEFAULT","features":[15]},{"name":"NDIS_OBJECT_TYPE_DEVICE_OBJECT_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_OBJECT","features":[15]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_REVISION_1","features":[15]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTACH_PARAMETERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_FILTER_DRIVER_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_FILTER_PARTIAL_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_FILTER_PAUSE_PARAMETERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_FILTER_RESTART_PARAMETERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_HD_SPLIT_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NDK_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DEVICE_POWER_NOTIFICATION","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DRIVER_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INIT_PARAMETERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INTERRUPT","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_PNP_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_SS_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_NDK_PROVIDER_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_NSI_COMPARTMENT_RW_STRUCT","features":[15]},{"name":"NDIS_OBJECT_TYPE_NSI_INTERFACE_PERSIST_RW_STRUCT","features":[15]},{"name":"NDIS_OBJECT_TYPE_NSI_NETWORK_RW_STRUCT","features":[15]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD","features":[15]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD_ENCAPSULATION","features":[15]},{"name":"NDIS_OBJECT_TYPE_OID_REQUEST","features":[15]},{"name":"NDIS_OBJECT_TYPE_OPEN_PARAMETERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_1","features":[15]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_2","features":[15]},{"name":"NDIS_OBJECT_TYPE_PD_RECEIVE_QUEUE","features":[15]},{"name":"NDIS_OBJECT_TYPE_PD_TRANSMIT_QUEUE","features":[15]},{"name":"NDIS_OBJECT_TYPE_PORT_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_PORT_STATE","features":[15]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_DRIVER_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_RESTART_PARAMETERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_QOS_CAPABILITIES","features":[15]},{"name":"NDIS_OBJECT_TYPE_QOS_CLASSIFICATION_ELEMENT","features":[15]},{"name":"NDIS_OBJECT_TYPE_QOS_PARAMETERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_REQUEST_EX","features":[15]},{"name":"NDIS_OBJECT_TYPE_RESTART_GENERAL_ATTRIBUTES","features":[15]},{"name":"NDIS_OBJECT_TYPE_RSS_CAPABILITIES","features":[15]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS_V2","features":[15]},{"name":"NDIS_OBJECT_TYPE_RSS_PROCESSOR_INFO","features":[15]},{"name":"NDIS_OBJECT_TYPE_RSS_SET_INDIRECTION_ENTRIES","features":[15]},{"name":"NDIS_OBJECT_TYPE_SG_DMA_DESCRIPTION","features":[15]},{"name":"NDIS_OBJECT_TYPE_SHARED_MEMORY_PROVIDER_CHARACTERISTICS","features":[15]},{"name":"NDIS_OBJECT_TYPE_STATUS_INDICATION","features":[15]},{"name":"NDIS_OBJECT_TYPE_SWITCH_OPTIONAL_HANDLERS","features":[15]},{"name":"NDIS_OBJECT_TYPE_TIMER_CHARACTERISTICS","features":[15]},{"name":"NDIS_OFFLOAD","features":[15]},{"name":"NDIS_OFFLOAD_ENCAPSULATION_REVISION_1","features":[15]},{"name":"NDIS_OFFLOAD_FLAGS_GROUP_CHECKSUM_CAPABILITIES","features":[15]},{"name":"NDIS_OFFLOAD_NOT_SUPPORTED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_DISABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_AND_ESP_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_DISABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_ESP_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_AND_ESP_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_DISABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_ESP_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_DISABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_DISABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_NO_CHANGE","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_3","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_4","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_5","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_DISABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_RX_ENABLED_TX_DISABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_SKIP_REGISTRY_UPDATE","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_ENABLED_RX_DISABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_DISABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_DISABLED","features":[15]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_ENABLED","features":[15]},{"name":"NDIS_OFFLOAD_REVISION_1","features":[15]},{"name":"NDIS_OFFLOAD_REVISION_2","features":[15]},{"name":"NDIS_OFFLOAD_REVISION_3","features":[15]},{"name":"NDIS_OFFLOAD_REVISION_4","features":[15]},{"name":"NDIS_OFFLOAD_REVISION_5","features":[15]},{"name":"NDIS_OFFLOAD_REVISION_6","features":[15]},{"name":"NDIS_OFFLOAD_REVISION_7","features":[15]},{"name":"NDIS_OFFLOAD_SET_NO_CHANGE","features":[15]},{"name":"NDIS_OFFLOAD_SET_OFF","features":[15]},{"name":"NDIS_OFFLOAD_SET_ON","features":[15]},{"name":"NDIS_OFFLOAD_SUPPORTED","features":[15]},{"name":"NDIS_OID_REQUEST_FLAGS_VPORT_ID_VALID","features":[15]},{"name":"NDIS_OID_REQUEST_NDIS_RESERVED_SIZE","features":[15]},{"name":"NDIS_OID_REQUEST_REVISION_1","features":[15]},{"name":"NDIS_OID_REQUEST_REVISION_2","features":[15]},{"name":"NDIS_OID_REQUEST_TIMEOUT_INFINITE","features":[15]},{"name":"NDIS_OPEN_BLOCK","features":[15]},{"name":"NDIS_OPEN_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_OPEN_RECEIVE_NOT_REENTRANT","features":[15]},{"name":"NDIS_OPER_STATE","features":[15,17]},{"name":"NDIS_OPER_STATE_REVISION_1","features":[15]},{"name":"NDIS_PACKET_8021Q_INFO","features":[15]},{"name":"NDIS_PACKET_TYPE_ALL_FUNCTIONAL","features":[15]},{"name":"NDIS_PACKET_TYPE_ALL_LOCAL","features":[15]},{"name":"NDIS_PACKET_TYPE_ALL_MULTICAST","features":[15]},{"name":"NDIS_PACKET_TYPE_BROADCAST","features":[15]},{"name":"NDIS_PACKET_TYPE_DIRECTED","features":[15]},{"name":"NDIS_PACKET_TYPE_FUNCTIONAL","features":[15]},{"name":"NDIS_PACKET_TYPE_GROUP","features":[15]},{"name":"NDIS_PACKET_TYPE_MAC_FRAME","features":[15]},{"name":"NDIS_PACKET_TYPE_MULTICAST","features":[15]},{"name":"NDIS_PACKET_TYPE_NO_LOCAL","features":[15]},{"name":"NDIS_PACKET_TYPE_PROMISCUOUS","features":[15]},{"name":"NDIS_PACKET_TYPE_SMT","features":[15]},{"name":"NDIS_PACKET_TYPE_SOURCE_ROUTING","features":[15]},{"name":"NDIS_PARAMETER_TYPE","features":[15]},{"name":"NDIS_PAUSE_ATTACH_FILTER","features":[15]},{"name":"NDIS_PAUSE_BIND_PROTOCOL","features":[15]},{"name":"NDIS_PAUSE_DETACH_FILTER","features":[15]},{"name":"NDIS_PAUSE_FILTER_RESTART_STACK","features":[15]},{"name":"NDIS_PAUSE_LOW_POWER","features":[15]},{"name":"NDIS_PAUSE_MINIPORT_DEVICE_REMOVE","features":[15]},{"name":"NDIS_PAUSE_NDIS_INTERNAL","features":[15]},{"name":"NDIS_PAUSE_UNBIND_PROTOCOL","features":[15]},{"name":"NDIS_PCI_DEVICE_CUSTOM_PROPERTIES","features":[15]},{"name":"NDIS_PD_ACQUIRE_QUEUES_FLAG_DRAIN_NOTIFICATION","features":[15]},{"name":"NDIS_PD_ACQUIRE_QUEUES_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_PD_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_PD_CAPS_DRAIN_NOTIFICATIONS_SUPPORTED","features":[15]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_COUNT_SUPPORTED","features":[15]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_INTERVAL_SUPPORTED","features":[15]},{"name":"NDIS_PD_CAPS_RECEIVE_FILTER_COUNTERS_SUPPORTED","features":[15]},{"name":"NDIS_PD_CLOSE_PROVIDER_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_PD_CONFIG_REVISION_1","features":[15]},{"name":"NDIS_PD_COUNTER_HANDLE","features":[15]},{"name":"NDIS_PD_COUNTER_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_PD_FILTER_HANDLE","features":[15]},{"name":"NDIS_PD_FILTER_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_PD_OPEN_PROVIDER_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_PD_PROVIDER_DISPATCH_REVISION_1","features":[15]},{"name":"NDIS_PD_PROVIDER_HANDLE","features":[15]},{"name":"NDIS_PD_QUEUE_DISPATCH_REVISION_1","features":[15]},{"name":"NDIS_PD_QUEUE_FLAG_DRAIN_NOTIFICATION","features":[15]},{"name":"NDIS_PD_QUEUE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_PD_QUEUE_REVISION_1","features":[15]},{"name":"NDIS_PER_PACKET_INFO","features":[15]},{"name":"NDIS_PHYSICAL_ADDRESS_UNIT","features":[15]},{"name":"NDIS_PHYSICAL_MEDIUM","features":[15]},{"name":"NDIS_PM_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_PM_CAPABILITIES_REVISION_2","features":[15]},{"name":"NDIS_PM_MAX_PATTERN_ID","features":[15]},{"name":"NDIS_PM_MAX_STRING_SIZE","features":[15]},{"name":"NDIS_PM_PACKET_PATTERN","features":[15]},{"name":"NDIS_PM_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_PM_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_PM_PRIVATE_PATTERN_ID","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_ENABLED","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_SUPPORTED","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_ENABLED","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_SUPPORTED","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_ENABLED","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_SUPPORTED","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_HIGHEST","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_LOWEST","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_NORMAL","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[15]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_2","features":[15]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_ENABLED","features":[15]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_SUPPORTED","features":[15]},{"name":"NDIS_PM_WAKE_ON_LINK_CHANGE_ENABLED","features":[15]},{"name":"NDIS_PM_WAKE_ON_MEDIA_CONNECT_SUPPORTED","features":[15]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_ENABLED","features":[15]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_SUPPORTED","features":[15]},{"name":"NDIS_PM_WAKE_PACKET_INDICATION_SUPPORTED","features":[15]},{"name":"NDIS_PM_WAKE_PACKET_REVISION_1","features":[15]},{"name":"NDIS_PM_WAKE_REASON_REVISION_1","features":[15]},{"name":"NDIS_PM_WAKE_UP_CAPABILITIES","features":[15]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_ENABLED","features":[15]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_SUPPORTED","features":[15]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_ENABLED","features":[15]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_SUPPORTED","features":[15]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_ENABLED","features":[15]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_SUPPORTED","features":[15]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_ENABLED","features":[15]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_SUPPORTED","features":[15]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_ENABLED","features":[15]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_SUPPORTED","features":[15]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_ENABLED","features":[15]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_SUPPORTED","features":[15]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_ENABLED","features":[15]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_SUPPORTED","features":[15]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_1","features":[15]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_2","features":[15]},{"name":"NDIS_PM_WOL_PRIORITY_HIGHEST","features":[15]},{"name":"NDIS_PM_WOL_PRIORITY_LOWEST","features":[15]},{"name":"NDIS_PM_WOL_PRIORITY_NORMAL","features":[15]},{"name":"NDIS_PNP_CAPABILITIES","features":[15]},{"name":"NDIS_PNP_WAKE_UP_LINK_CHANGE","features":[15]},{"name":"NDIS_PNP_WAKE_UP_MAGIC_PACKET","features":[15]},{"name":"NDIS_PNP_WAKE_UP_PATTERN_MATCH","features":[15]},{"name":"NDIS_POLL_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_POLL_DATA_REVISION_1","features":[15]},{"name":"NDIS_POLL_HANDLE","features":[15]},{"name":"NDIS_POLL_NOTIFICATION_REVISION_1","features":[15]},{"name":"NDIS_PORT","features":[15,17]},{"name":"NDIS_PORT_ARRAY","features":[15,17]},{"name":"NDIS_PORT_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS","features":[15]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_PORT_AUTHORIZATION_STATE","features":[15]},{"name":"NDIS_PORT_CHARACTERISTICS","features":[15,17]},{"name":"NDIS_PORT_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_PORT_CHAR_USE_DEFAULT_AUTH_SETTINGS","features":[15]},{"name":"NDIS_PORT_CONTROL_STATE","features":[15]},{"name":"NDIS_PORT_STATE","features":[15,17]},{"name":"NDIS_PORT_STATE_REVISION_1","features":[15]},{"name":"NDIS_PORT_TYPE","features":[15]},{"name":"NDIS_POWER_PROFILE","features":[15]},{"name":"NDIS_PROC","features":[15]},{"name":"NDIS_PROCESSOR_TYPE","features":[15]},{"name":"NDIS_PROCESSOR_VENDOR","features":[15]},{"name":"NDIS_PROC_CALLBACK","features":[15]},{"name":"NDIS_PROTOCOL_BLOCK","features":[15]},{"name":"NDIS_PROTOCOL_CO_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_PROTOCOL_DRIVER_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_PROTOCOL_DRIVER_CHARACTERISTICS_REVISION_2","features":[15]},{"name":"NDIS_PROTOCOL_DRIVER_SUPPORTS_CURRENT_MAC_ADDRESS_CHANGE","features":[15]},{"name":"NDIS_PROTOCOL_DRIVER_SUPPORTS_L2_MTU_SIZE_CHANGE","features":[15]},{"name":"NDIS_PROTOCOL_ID_DEFAULT","features":[15]},{"name":"NDIS_PROTOCOL_ID_IP6","features":[15]},{"name":"NDIS_PROTOCOL_ID_IPX","features":[15]},{"name":"NDIS_PROTOCOL_ID_MASK","features":[15]},{"name":"NDIS_PROTOCOL_ID_MAX","features":[15]},{"name":"NDIS_PROTOCOL_ID_NBF","features":[15]},{"name":"NDIS_PROTOCOL_ID_TCP_IP","features":[15]},{"name":"NDIS_PROTOCOL_MAJOR_VERSION","features":[15]},{"name":"NDIS_PROTOCOL_MINIMUM_MAJOR_VERSION","features":[15]},{"name":"NDIS_PROTOCOL_MINIMUM_MINOR_VERSION","features":[15]},{"name":"NDIS_PROTOCOL_MINOR_VERSION","features":[15]},{"name":"NDIS_PROTOCOL_PAUSE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_PROTOCOL_RESTART_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_PROT_OPTION_ESTIMATED_LENGTH","features":[15]},{"name":"NDIS_PROT_OPTION_NO_LOOPBACK","features":[15]},{"name":"NDIS_PROT_OPTION_NO_RSVD_ON_RCVPKT","features":[15]},{"name":"NDIS_PROT_OPTION_SEND_RESTRICTED","features":[15]},{"name":"NDIS_QOS_ACTION_MAXIMUM","features":[15]},{"name":"NDIS_QOS_ACTION_PRIORITY","features":[15]},{"name":"NDIS_QOS_CAPABILITIES_CEE_DCBX_SUPPORTED","features":[15]},{"name":"NDIS_QOS_CAPABILITIES_IEEE_DCBX_SUPPORTED","features":[15]},{"name":"NDIS_QOS_CAPABILITIES_MACSEC_BYPASS_SUPPORTED","features":[15]},{"name":"NDIS_QOS_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_QOS_CAPABILITIES_STRICT_TSA_SUPPORTED","features":[15]},{"name":"NDIS_QOS_CLASSIFICATION_ELEMENT_REVISION_1","features":[15]},{"name":"NDIS_QOS_CLASSIFICATION_ENFORCED_BY_MINIPORT","features":[15]},{"name":"NDIS_QOS_CLASSIFICATION_SET_BY_MINIPORT_MASK","features":[15]},{"name":"NDIS_QOS_CONDITION_DEFAULT","features":[15]},{"name":"NDIS_QOS_CONDITION_ETHERTYPE","features":[15]},{"name":"NDIS_QOS_CONDITION_MAXIMUM","features":[15]},{"name":"NDIS_QOS_CONDITION_NETDIRECT_PORT","features":[15]},{"name":"NDIS_QOS_CONDITION_RESERVED","features":[15]},{"name":"NDIS_QOS_CONDITION_TCP_OR_UDP_PORT","features":[15]},{"name":"NDIS_QOS_CONDITION_TCP_PORT","features":[15]},{"name":"NDIS_QOS_CONDITION_UDP_PORT","features":[15]},{"name":"NDIS_QOS_DEFAULT_SQ_ID","features":[15]},{"name":"NDIS_QOS_MAXIMUM_PRIORITIES","features":[15]},{"name":"NDIS_QOS_MAXIMUM_TRAFFIC_CLASSES","features":[15]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_2","features":[15]},{"name":"NDIS_QOS_OFFLOAD_CAPS_GFT_SQ","features":[15]},{"name":"NDIS_QOS_OFFLOAD_CAPS_STANDARD_SQ","features":[15]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CHANGED","features":[15]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CONFIGURED","features":[15]},{"name":"NDIS_QOS_PARAMETERS_ETS_CHANGED","features":[15]},{"name":"NDIS_QOS_PARAMETERS_ETS_CONFIGURED","features":[15]},{"name":"NDIS_QOS_PARAMETERS_PFC_CHANGED","features":[15]},{"name":"NDIS_QOS_PARAMETERS_PFC_CONFIGURED","features":[15]},{"name":"NDIS_QOS_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_QOS_PARAMETERS_WILLING","features":[15]},{"name":"NDIS_QOS_SQ_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_QOS_SQ_PARAMETERS_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_QOS_SQ_RECEIVE_CAP_ENABLED","features":[15]},{"name":"NDIS_QOS_SQ_STATS_REVISION_1","features":[15]},{"name":"NDIS_QOS_SQ_TRANSMIT_CAP_ENABLED","features":[15]},{"name":"NDIS_QOS_SQ_TRANSMIT_RESERVATION_ENABLED","features":[15]},{"name":"NDIS_QOS_TSA_CBS","features":[15]},{"name":"NDIS_QOS_TSA_ETS","features":[15]},{"name":"NDIS_QOS_TSA_MAXIMUM","features":[15]},{"name":"NDIS_QOS_TSA_STRICT","features":[15]},{"name":"NDIS_RECEIVE_FILTER_ANY_VLAN_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_OPERATION_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SPA_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_TPA_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_2","features":[15]},{"name":"NDIS_RECEIVE_FILTER_CLEAR_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_FOR_DEFAULT_QUEUE_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_FIELD_MAC_HEADER_VLAN_UNTAGGED_OR_ZERO","features":[15]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_RECEIVE_FILTER_FLAGS_RESERVED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_MIN_OF_QUEUES_MODE","features":[15]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_SUM_OF_QUEUES_MODE","features":[15]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_2","features":[15]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_VPORT_ID_SPECIFIED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_INFO_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_FILTER_INTERRUPT_VECTOR_COALESCING_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_PROTOCOL_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_PROTOCOL_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_LOOKAHEAD_SPLIT_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_DEST_ADDR_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PACKET_TYPE_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PRIORITY_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PROTOCOL_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SOURCE_ADDR_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_VLAN_ID_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_MOVE_FILTER_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_FILTER_MSI_X_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_FILTERS_ENABLED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_SUPPORTED_ON_DEFAULT_QUEUE","features":[15]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION","features":[15]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION_GRE","features":[15]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_RECEIVE_FILTER_QUEUE_STATE_CHANGE_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_FILTER_RESERVED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_EQUAL_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_MASK_EQUAL_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_NOT_EQUAL_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_DEST_PORT_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_VMQ_FILTERS_ENABLED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUES_ENABLED","features":[15]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUE_SUPPORTED","features":[15]},{"name":"NDIS_RECEIVE_FLAGS_DISPATCH_LEVEL","features":[15]},{"name":"NDIS_RECEIVE_FLAGS_MORE_NBLS","features":[15]},{"name":"NDIS_RECEIVE_FLAGS_PERFECT_FILTERED","features":[15]},{"name":"NDIS_RECEIVE_FLAGS_RESOURCES","features":[15]},{"name":"NDIS_RECEIVE_FLAGS_SHARED_MEMORY_INFO_VALID","features":[15]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_ETHER_TYPE","features":[15]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_QUEUE","features":[15]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_VLAN","features":[15]},{"name":"NDIS_RECEIVE_FLAGS_SWITCH_DESTINATION_GROUP","features":[15]},{"name":"NDIS_RECEIVE_FLAGS_SWITCH_SINGLE_SOURCE","features":[15]},{"name":"NDIS_RECEIVE_HASH_FLAG_ENABLE_HASH","features":[15]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_INFO_UNCHANGED","features":[15]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_KEY_UNCHANGED","features":[15]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS","features":[15]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_FREE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_INFO_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_2","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_CHANGE_MASK","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_FLAGS_CHANGED","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_INTERRUPT_COALESCING_DOMAIN_ID_CHANGED","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_LOOKAHEAD_SPLIT_REQUIRED","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_NAME_CHANGED","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PER_QUEUE_RECEIVE_INDICATION","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PROCESSOR_AFFINITY_CHANGED","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_QOS_SQ_ID_CHANGED","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_3","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_SUGGESTED_RECV_BUFFER_NUMBERS_CHANGED","features":[15]},{"name":"NDIS_RECEIVE_QUEUE_STATE_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES","features":[15]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_2","features":[15]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_3","features":[15]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS","features":[15]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_3","features":[15]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_V2_REVISION_1","features":[15]},{"name":"NDIS_RECEIVE_SCALE_PARAM_ENABLE_RSS","features":[15]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_INFO_CHANGED","features":[15]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_KEY_CHANGED","features":[15]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_ENTRIES_CHANGED","features":[15]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_QUEUES_CHANGED","features":[15]},{"name":"NDIS_REQUEST_TYPE","features":[15]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_MAX_LOOKAHEAD_ACCESSED_DEFINED","features":[15]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_REVISION_1","features":[15]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_REVISION_2","features":[15]},{"name":"NDIS_RETURN_FLAGS_DISPATCH_LEVEL","features":[15]},{"name":"NDIS_RETURN_FLAGS_SINGLE_QUEUE","features":[15]},{"name":"NDIS_RETURN_FLAGS_SWITCH_SINGLE_SOURCE","features":[15]},{"name":"NDIS_RING_AUTO_REMOVAL_ERROR","features":[15]},{"name":"NDIS_RING_COUNTER_OVERFLOW","features":[15]},{"name":"NDIS_RING_HARD_ERROR","features":[15]},{"name":"NDIS_RING_LOBE_WIRE_FAULT","features":[15]},{"name":"NDIS_RING_REMOVE_RECEIVED","features":[15]},{"name":"NDIS_RING_RING_RECOVERY","features":[15]},{"name":"NDIS_RING_SIGNAL_LOSS","features":[15]},{"name":"NDIS_RING_SINGLE_STATION","features":[15]},{"name":"NDIS_RING_SOFT_ERROR","features":[15]},{"name":"NDIS_RING_TRANSMIT_BEACON","features":[15]},{"name":"NDIS_ROUTING_DOMAIN_ENTRY_REVISION_1","features":[15]},{"name":"NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_REVISION_1","features":[15]},{"name":"NDIS_RSC_STATISTICS_REVISION_1","features":[15]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_DPC","features":[15]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_ISR","features":[15]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV4","features":[15]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6","features":[15]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6_EX","features":[15]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV4","features":[15]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6","features":[15]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6_EX","features":[15]},{"name":"NDIS_RSS_CAPS_MESSAGE_SIGNALED_INTERRUPTS","features":[15]},{"name":"NDIS_RSS_CAPS_RSS_AVAILABLE_ON_PORTS","features":[15]},{"name":"NDIS_RSS_CAPS_SUPPORTS_INDEPENDENT_ENTRY_MOVE","features":[15]},{"name":"NDIS_RSS_CAPS_SUPPORTS_MSI_X","features":[15]},{"name":"NDIS_RSS_CAPS_USING_MSI_X","features":[15]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_1","features":[15]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_2","features":[15]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_3","features":[15]},{"name":"NDIS_RSS_HASH_SECRET_KEY_SIZE_REVISION_1","features":[15]},{"name":"NDIS_RSS_INDIRECTION_TABLE_MAX_SIZE_REVISION_1","features":[15]},{"name":"NDIS_RSS_INDIRECTION_TABLE_SIZE_REVISION_1","features":[15]},{"name":"NDIS_RSS_PARAM_FLAG_BASE_CPU_UNCHANGED","features":[15]},{"name":"NDIS_RSS_PARAM_FLAG_DEFAULT_PROCESSOR_UNCHANGED","features":[15]},{"name":"NDIS_RSS_PARAM_FLAG_DISABLE_RSS","features":[15]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_INFO_UNCHANGED","features":[15]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_KEY_UNCHANGED","features":[15]},{"name":"NDIS_RSS_PARAM_FLAG_ITABLE_UNCHANGED","features":[15]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_1","features":[15]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_2","features":[15]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRIES_REVISION_1","features":[15]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_DEFAULT_PROCESSOR","features":[15]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_PRIMARY_PROCESSOR","features":[15]},{"name":"NDIS_RUNTIME_VERSION_60","features":[15]},{"name":"NDIS_RWL_AT_DISPATCH_LEVEL","features":[15]},{"name":"NDIS_RW_LOCK","features":[15,1]},{"name":"NDIS_RW_LOCK_REFCOUNT","features":[15]},{"name":"NDIS_SCATTER_GATHER_LIST_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SEND_COMPLETE_FLAGS_DISPATCH_LEVEL","features":[15]},{"name":"NDIS_SEND_COMPLETE_FLAGS_SINGLE_QUEUE","features":[15]},{"name":"NDIS_SEND_COMPLETE_FLAGS_SWITCH_SINGLE_SOURCE","features":[15]},{"name":"NDIS_SEND_FLAGS_CHECK_FOR_LOOPBACK","features":[15]},{"name":"NDIS_SEND_FLAGS_DISPATCH_LEVEL","features":[15]},{"name":"NDIS_SEND_FLAGS_SINGLE_QUEUE","features":[15]},{"name":"NDIS_SEND_FLAGS_SWITCH_DESTINATION_GROUP","features":[15]},{"name":"NDIS_SEND_FLAGS_SWITCH_SINGLE_SOURCE","features":[15]},{"name":"NDIS_SG_DMA_64_BIT_ADDRESS","features":[15]},{"name":"NDIS_SG_DMA_DESCRIPTION_REVISION_1","features":[15]},{"name":"NDIS_SG_DMA_DESCRIPTION_REVISION_2","features":[15]},{"name":"NDIS_SG_DMA_HYBRID_DMA","features":[15]},{"name":"NDIS_SG_DMA_V3_HAL_API","features":[15]},{"name":"NDIS_SG_LIST_WRITE_TO_DEVICE","features":[15]},{"name":"NDIS_SHARED_MEMORY_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SHARED_MEMORY_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_SHARED_MEMORY_PROVIDER_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_SHARED_MEMORY_PROVIDER_CHAR_SUPPORTS_PF_VPORTS","features":[15]},{"name":"NDIS_SHARED_MEM_PARAMETERS_CONTIGOUS","features":[15]},{"name":"NDIS_SHARED_MEM_PARAMETERS_CONTIGUOUS","features":[15]},{"name":"NDIS_SIZEOF_NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[15]},{"name":"NDIS_SPIN_LOCK","features":[15]},{"name":"NDIS_SRIOV_BAR_RESOURCES_INFO_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_CAPS_PF_MINIPORT","features":[15]},{"name":"NDIS_SRIOV_CAPS_SRIOV_SUPPORTED","features":[15]},{"name":"NDIS_SRIOV_CAPS_VF_MINIPORT","features":[15]},{"name":"NDIS_SRIOV_CONFIG_STATE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_OVERLYING_ADAPTER_INFO_VERSION_1","features":[15]},{"name":"NDIS_SRIOV_PF_LUID_INFO_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_PROBED_BARS_INFO_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_RESET_VF_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_SET_VF_POWER_STATE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_VF_INVALIDATE_CONFIG_BLOCK_INFO_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_VF_SERIAL_NUMBER_INFO_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_VF_VENDOR_DEVICE_ID_INFO_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_STATISTICS_BROADCAST_BYTES_RCV_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_BROADCAST_BYTES_XMIT_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_BROADCAST_FRAMES_RCV_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_BROADCAST_FRAMES_XMIT_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_BYTES_RCV_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_BYTES_XMIT_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_DIRECTED_BYTES_RCV_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_DIRECTED_BYTES_XMIT_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_DIRECTED_FRAMES_RCV_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_DIRECTED_FRAMES_XMIT_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_RCV","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_XMIT","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_RCV","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_XMIT","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_RCV","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_XMIT","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_RCV","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_XMIT","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_RCV","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_XMIT","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_RCV","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_XMIT","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_RCV","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_XMIT","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_DISCARDS","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_ERROR","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_DISCARDS","features":[15]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_ERROR","features":[15]},{"name":"NDIS_STATISTICS_GEN_STATISTICS_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_INFO","features":[15]},{"name":"NDIS_STATISTICS_INFO_REVISION_1","features":[15]},{"name":"NDIS_STATISTICS_MULTICAST_BYTES_RCV_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_MULTICAST_BYTES_XMIT_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_MULTICAST_FRAMES_RCV_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_MULTICAST_FRAMES_XMIT_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_RCV_CRC_ERROR_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_RCV_DISCARDS_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_RCV_ERROR_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_RCV_NO_BUFFER_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_RCV_OK_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_TRANSMIT_QUEUE_LENGTH_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_VALUE","features":[15]},{"name":"NDIS_STATISTICS_VALUE_EX","features":[15]},{"name":"NDIS_STATISTICS_XMIT_DISCARDS_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_XMIT_ERROR_SUPPORTED","features":[15]},{"name":"NDIS_STATISTICS_XMIT_OK_SUPPORTED","features":[15]},{"name":"NDIS_STATUS_INDICATION_FLAGS_MEDIA_CONNECT_TO_CONNECT","features":[15]},{"name":"NDIS_STATUS_INDICATION_FLAGS_NDIS_RESERVED","features":[15]},{"name":"NDIS_STATUS_INDICATION_REVISION_1","features":[15]},{"name":"NDIS_SUPPORTED_PAUSE_FUNCTIONS","features":[15]},{"name":"NDIS_SUPPORT_60_COMPATIBLE_API","features":[15]},{"name":"NDIS_SUPPORT_NDIS6","features":[15]},{"name":"NDIS_SUPPORT_NDIS61","features":[15]},{"name":"NDIS_SUPPORT_NDIS620","features":[15]},{"name":"NDIS_SUPPORT_NDIS630","features":[15]},{"name":"NDIS_SUPPORT_NDIS640","features":[15]},{"name":"NDIS_SUPPORT_NDIS650","features":[15]},{"name":"NDIS_SUPPORT_NDIS651","features":[15]},{"name":"NDIS_SUPPORT_NDIS660","features":[15]},{"name":"NDIS_SUPPORT_NDIS670","features":[15]},{"name":"NDIS_SUPPORT_NDIS680","features":[15]},{"name":"NDIS_SUPPORT_NDIS681","features":[15]},{"name":"NDIS_SUPPORT_NDIS682","features":[15]},{"name":"NDIS_SUPPORT_NDIS683","features":[15]},{"name":"NDIS_SUPPORT_NDIS684","features":[15]},{"name":"NDIS_SUPPORT_NDIS685","features":[15]},{"name":"NDIS_SUPPORT_NDIS686","features":[15]},{"name":"NDIS_SUPPORT_NDIS687","features":[15]},{"name":"NDIS_SWITCH_COPY_NBL_INFO_FLAGS_PRESERVE_DESTINATIONS","features":[15]},{"name":"NDIS_SWITCH_COPY_NBL_INFO_FLAGS_PRESERVE_SWITCH_INFO_ONLY","features":[15]},{"name":"NDIS_SWITCH_DEFAULT_NIC_INDEX","features":[15]},{"name":"NDIS_SWITCH_DEFAULT_PORT_ID","features":[15]},{"name":"NDIS_SWITCH_FEATURE_STATUS_CUSTOM_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_FORWARDING_DESTINATION_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_NET_BUFFER_LIST_CONTEXT_TYPE_INFO_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_NIC_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_NIC_FLAGS_MAPPED_NIC_UPDATED","features":[15]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_INITIALIZING","features":[15]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED","features":[15]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED_LM","features":[15]},{"name":"NDIS_SWITCH_NIC_OID_REQUEST_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_2","features":[15]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_2","features":[15]},{"name":"NDIS_SWITCH_NIC_STATUS_INDICATION_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_OBJECT_SERIALIZATION_VERSION_1","features":[15]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_PD_RESERVED_SIZE","features":[15]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_REVISION_2","features":[15]},{"name":"NDIS_SWITCH_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_ARRAY_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_CUSTOM_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_RESTORING_PORT","features":[15]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_UNTRUSTED_INTERNAL_PORT","features":[15]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_CUSTOM_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ISOLATION_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PROFILE_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_2","features":[15]},{"name":"NDIS_SWITCH_PORT_PROPERTY_VLAN_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PROPERTY_CUSTOM_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_INFO_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_PROPERTY_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_SWITCH_REPORT_FILTERED_NBL_FLAGS_IS_INCOMING","features":[15]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_EX_REVISION_1","features":[15]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_REVISION_1","features":[15]},{"name":"NDIS_TASK_OFFLOAD_VERSION","features":[15]},{"name":"NDIS_TASK_TCP_LARGE_SEND_V0","features":[15]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD","features":[15]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_1","features":[15]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_2","features":[15]},{"name":"NDIS_TCP_IP_CHECKSUM_OFFLOAD","features":[15]},{"name":"NDIS_TCP_IP_CHECKSUM_PACKET_INFO","features":[15]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_IPv4","features":[15]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_IPv6","features":[15]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1","features":[15]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1_TYPE","features":[15]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2","features":[15]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2_TYPE","features":[15]},{"name":"NDIS_TCP_RECV_SEG_COALESC_OFFLOAD_REVISION_1","features":[15]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[15]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_TIMER","features":[3,15,4,1,8]},{"name":"NDIS_TIMER_CHARACTERISTICS_REVISION_1","features":[15]},{"name":"NDIS_TIMER_FUNCTION","features":[15]},{"name":"NDIS_TIMESTAMP_CAPABILITIES","features":[15,1]},{"name":"NDIS_TIMESTAMP_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_TIMESTAMP_CAPABILITY_FLAGS","features":[15,1]},{"name":"NDIS_UDP_SEGMENTATION_OFFLOAD_IPV4","features":[15]},{"name":"NDIS_UDP_SEGMENTATION_OFFLOAD_IPV6","features":[15]},{"name":"NDIS_VAR_DATA_DESC","features":[15]},{"name":"NDIS_WAN_FRAGMENT","features":[15]},{"name":"NDIS_WAN_GET_STATS","features":[15]},{"name":"NDIS_WAN_HEADER_FORMAT","features":[15]},{"name":"NDIS_WAN_LINE_DOWN","features":[15]},{"name":"NDIS_WAN_LINE_UP","features":[15,1]},{"name":"NDIS_WAN_MEDIUM_SUBTYPE","features":[15]},{"name":"NDIS_WAN_PROTOCOL_CAPS","features":[15]},{"name":"NDIS_WAN_QUALITY","features":[15]},{"name":"NDIS_WDF","features":[15]},{"name":"NDIS_WDM","features":[15]},{"name":"NDIS_WDM_DRIVER","features":[15]},{"name":"NDIS_WLAN_BSSID","features":[15]},{"name":"NDIS_WLAN_BSSID_EX","features":[15]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_ENABLED","features":[15]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_SUPPORTED","features":[15]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_ENABLED","features":[15]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_SUPPORTED","features":[15]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_ENABLED","features":[15]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_SUPPORTED","features":[15]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_ENABLED","features":[15]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_SUPPORTED","features":[15]},{"name":"NDIS_WMI_DEFAULT_METHOD_ID","features":[15]},{"name":"NDIS_WMI_ENUM_ADAPTER","features":[15,17]},{"name":"NDIS_WMI_ENUM_ADAPTER_REVISION_1","features":[15]},{"name":"NDIS_WMI_EVENT_HEADER","features":[15,17]},{"name":"NDIS_WMI_EVENT_HEADER_REVISION_1","features":[15]},{"name":"NDIS_WMI_IPSEC_OFFLOAD_V1","features":[15]},{"name":"NDIS_WMI_METHOD_HEADER","features":[15,17]},{"name":"NDIS_WMI_METHOD_HEADER_REVISION_1","features":[15]},{"name":"NDIS_WMI_OBJECT_TYPE_ENUM_ADAPTER","features":[15]},{"name":"NDIS_WMI_OBJECT_TYPE_EVENT","features":[15]},{"name":"NDIS_WMI_OBJECT_TYPE_METHOD","features":[15]},{"name":"NDIS_WMI_OBJECT_TYPE_OUTPUT_INFO","features":[15]},{"name":"NDIS_WMI_OBJECT_TYPE_SET","features":[15]},{"name":"NDIS_WMI_OFFLOAD","features":[15]},{"name":"NDIS_WMI_OUTPUT_INFO","features":[15]},{"name":"NDIS_WMI_PM_ACTIVE_CAPABILITIES_REVISION_1","features":[15]},{"name":"NDIS_WMI_PM_ADMIN_CONFIG_REVISION_1","features":[15]},{"name":"NDIS_WMI_RECEIVE_QUEUE_INFO_REVISION_1","features":[15]},{"name":"NDIS_WMI_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[15]},{"name":"NDIS_WMI_SET_HEADER","features":[15,17]},{"name":"NDIS_WMI_SET_HEADER_REVISION_1","features":[15]},{"name":"NDIS_WMI_TCP_CONNECTION_OFFLOAD","features":[15]},{"name":"NDIS_WMI_TCP_IP_CHECKSUM_OFFLOAD","features":[15]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V1","features":[15]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2","features":[15]},{"name":"NDIS_WORK_ITEM","features":[15]},{"name":"NDIS_WRAPPER_HANDLE","features":[15]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_ENABLED","features":[15]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_SUPPORTED","features":[15]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_ENABLED","features":[15]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_SUPPORTED","features":[15]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_ENABLED","features":[15]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_SUPPORTED","features":[15]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_ENABLED","features":[15]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_SUPPORTED","features":[15]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_ENABLED","features":[15]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_SUPPORTED","features":[15]},{"name":"NETWORK_ADDRESS","features":[15]},{"name":"NETWORK_ADDRESS_IP","features":[15]},{"name":"NETWORK_ADDRESS_IP6","features":[15]},{"name":"NETWORK_ADDRESS_IPX","features":[15]},{"name":"NETWORK_ADDRESS_LIST","features":[15]},{"name":"NET_BUFFER_LIST_POOL_FLAG_VERIFY","features":[15]},{"name":"NET_BUFFER_LIST_POOL_PARAMETERS_REVISION_1","features":[15]},{"name":"NET_BUFFER_LIST_POOL_PARAMETERS_REVISION_2","features":[15]},{"name":"NET_BUFFER_POOL_FLAG_VERIFY","features":[15]},{"name":"NET_BUFFER_POOL_PARAMETERS_REVISION_1","features":[15]},{"name":"NET_BUFFER_POOL_PARAMETERS_REVISION_2","features":[15]},{"name":"NET_DEVICE_PNP_EVENT_REVISION_1","features":[15]},{"name":"NET_EVENT_FLAGS_VPORT_ID_VALID","features":[15]},{"name":"NET_EVENT_HALT_MINIPORT_ON_LOW_POWER","features":[15]},{"name":"NET_PNP_EVENT_NOTIFICATION_REVISION_1","features":[15]},{"name":"NET_PNP_EVENT_NOTIFICATION_REVISION_2","features":[15]},{"name":"NULL_FILTER","features":[15]},{"name":"Ndis802_11AuthModeAutoSwitch","features":[15]},{"name":"Ndis802_11AuthModeMax","features":[15]},{"name":"Ndis802_11AuthModeOpen","features":[15]},{"name":"Ndis802_11AuthModeShared","features":[15]},{"name":"Ndis802_11AuthModeWPA","features":[15]},{"name":"Ndis802_11AuthModeWPA2","features":[15]},{"name":"Ndis802_11AuthModeWPA2PSK","features":[15]},{"name":"Ndis802_11AuthModeWPA3","features":[15]},{"name":"Ndis802_11AuthModeWPA3Ent","features":[15]},{"name":"Ndis802_11AuthModeWPA3Ent192","features":[15]},{"name":"Ndis802_11AuthModeWPA3SAE","features":[15]},{"name":"Ndis802_11AuthModeWPANone","features":[15]},{"name":"Ndis802_11AuthModeWPAPSK","features":[15]},{"name":"Ndis802_11AutoUnknown","features":[15]},{"name":"Ndis802_11Automode","features":[15]},{"name":"Ndis802_11DS","features":[15]},{"name":"Ndis802_11Encryption1Enabled","features":[15]},{"name":"Ndis802_11Encryption1KeyAbsent","features":[15]},{"name":"Ndis802_11Encryption2Enabled","features":[15]},{"name":"Ndis802_11Encryption2KeyAbsent","features":[15]},{"name":"Ndis802_11Encryption3Enabled","features":[15]},{"name":"Ndis802_11Encryption3KeyAbsent","features":[15]},{"name":"Ndis802_11EncryptionDisabled","features":[15]},{"name":"Ndis802_11EncryptionNotSupported","features":[15]},{"name":"Ndis802_11FH","features":[15]},{"name":"Ndis802_11IBSS","features":[15]},{"name":"Ndis802_11Infrastructure","features":[15]},{"name":"Ndis802_11InfrastructureMax","features":[15]},{"name":"Ndis802_11MediaStreamOff","features":[15]},{"name":"Ndis802_11MediaStreamOn","features":[15]},{"name":"Ndis802_11NetworkTypeMax","features":[15]},{"name":"Ndis802_11OFDM24","features":[15]},{"name":"Ndis802_11OFDM5","features":[15]},{"name":"Ndis802_11PowerModeCAM","features":[15]},{"name":"Ndis802_11PowerModeFast_PSP","features":[15]},{"name":"Ndis802_11PowerModeMAX_PSP","features":[15]},{"name":"Ndis802_11PowerModeMax","features":[15]},{"name":"Ndis802_11PrivFilter8021xWEP","features":[15]},{"name":"Ndis802_11PrivFilterAcceptAll","features":[15]},{"name":"Ndis802_11RadioStatusHardwareOff","features":[15]},{"name":"Ndis802_11RadioStatusHardwareSoftwareOff","features":[15]},{"name":"Ndis802_11RadioStatusMax","features":[15]},{"name":"Ndis802_11RadioStatusOn","features":[15]},{"name":"Ndis802_11RadioStatusSoftwareOff","features":[15]},{"name":"Ndis802_11ReloadWEPKeys","features":[15]},{"name":"Ndis802_11StatusTypeMax","features":[15]},{"name":"Ndis802_11StatusType_Authentication","features":[15]},{"name":"Ndis802_11StatusType_MediaStreamMode","features":[15]},{"name":"Ndis802_11StatusType_PMKID_CandidateList","features":[15]},{"name":"Ndis802_11WEPDisabled","features":[15]},{"name":"Ndis802_11WEPEnabled","features":[15]},{"name":"Ndis802_11WEPKeyAbsent","features":[15]},{"name":"Ndis802_11WEPNotSupported","features":[15]},{"name":"NdisAcquireReadWriteLock","features":[15,1]},{"name":"NdisAllocateMemoryWithTag","features":[15]},{"name":"NdisCancelTimer","features":[3,15,4,1,8]},{"name":"NdisClAddParty","features":[15]},{"name":"NdisClCloseAddressFamily","features":[15]},{"name":"NdisClCloseCall","features":[15]},{"name":"NdisClDeregisterSap","features":[15]},{"name":"NdisClDropParty","features":[15]},{"name":"NdisClGetProtocolVcContextFromTapiCallId","features":[15,1]},{"name":"NdisClIncomingCallComplete","features":[15]},{"name":"NdisClMakeCall","features":[15]},{"name":"NdisClModifyCallQoS","features":[15]},{"name":"NdisClRegisterSap","features":[15]},{"name":"NdisClass802_3Priority","features":[15]},{"name":"NdisClassAtmAALInfo","features":[15]},{"name":"NdisClassIrdaPacketInfo","features":[15]},{"name":"NdisClassWirelessWanMbxMailbox","features":[15]},{"name":"NdisCloseConfiguration","features":[15]},{"name":"NdisCloseFile","features":[15]},{"name":"NdisCmActivateVc","features":[15]},{"name":"NdisCmAddPartyComplete","features":[15]},{"name":"NdisCmCloseAddressFamilyComplete","features":[15]},{"name":"NdisCmCloseCallComplete","features":[15]},{"name":"NdisCmDeactivateVc","features":[15]},{"name":"NdisCmDeregisterSapComplete","features":[15]},{"name":"NdisCmDispatchCallConnected","features":[15]},{"name":"NdisCmDispatchIncomingCall","features":[15]},{"name":"NdisCmDispatchIncomingCallQoSChange","features":[15]},{"name":"NdisCmDispatchIncomingCloseCall","features":[15]},{"name":"NdisCmDispatchIncomingDropParty","features":[15]},{"name":"NdisCmDropPartyComplete","features":[15]},{"name":"NdisCmMakeCallComplete","features":[15]},{"name":"NdisCmModifyCallQoSComplete","features":[15]},{"name":"NdisCmOpenAddressFamilyComplete","features":[15]},{"name":"NdisCmRegisterSapComplete","features":[15]},{"name":"NdisCoAssignInstanceName","features":[15,1]},{"name":"NdisCoCreateVc","features":[15]},{"name":"NdisCoDeleteVc","features":[15]},{"name":"NdisCoGetTapiCallId","features":[15]},{"name":"NdisCompleteDmaTransfer","features":[3,15,1]},{"name":"NdisCopyBuffer","features":[3,15]},{"name":"NdisDefinitelyNetworkChange","features":[15]},{"name":"NdisDeregisterTdiCallBack","features":[15]},{"name":"NdisDevicePnPEventMaximum","features":[15]},{"name":"NdisDevicePnPEventPowerProfileChanged","features":[15]},{"name":"NdisDevicePnPEventQueryRemoved","features":[15]},{"name":"NdisDevicePnPEventQueryStopped","features":[15]},{"name":"NdisDevicePnPEventRemoved","features":[15]},{"name":"NdisDevicePnPEventStopped","features":[15]},{"name":"NdisDevicePnPEventSurpriseRemoved","features":[15]},{"name":"NdisDeviceStateD0","features":[15]},{"name":"NdisDeviceStateD1","features":[15]},{"name":"NdisDeviceStateD2","features":[15]},{"name":"NdisDeviceStateD3","features":[15]},{"name":"NdisDeviceStateMaximum","features":[15]},{"name":"NdisDeviceStateUnspecified","features":[15]},{"name":"NdisEnvironmentWindows","features":[15]},{"name":"NdisEnvironmentWindowsNt","features":[15]},{"name":"NdisFddiRingDetect","features":[15]},{"name":"NdisFddiRingDirected","features":[15]},{"name":"NdisFddiRingIsolated","features":[15]},{"name":"NdisFddiRingNonOperational","features":[15]},{"name":"NdisFddiRingNonOperationalDup","features":[15]},{"name":"NdisFddiRingOperational","features":[15]},{"name":"NdisFddiRingOperationalDup","features":[15]},{"name":"NdisFddiRingTrace","features":[15]},{"name":"NdisFddiStateActive","features":[15]},{"name":"NdisFddiStateBreak","features":[15]},{"name":"NdisFddiStateConnect","features":[15]},{"name":"NdisFddiStateJoin","features":[15]},{"name":"NdisFddiStateMaintenance","features":[15]},{"name":"NdisFddiStateNext","features":[15]},{"name":"NdisFddiStateOff","features":[15]},{"name":"NdisFddiStateSignal","features":[15]},{"name":"NdisFddiStateTrace","features":[15]},{"name":"NdisFddiStateVerify","features":[15]},{"name":"NdisFddiTypeCWrapA","features":[15]},{"name":"NdisFddiTypeCWrapB","features":[15]},{"name":"NdisFddiTypeCWrapS","features":[15]},{"name":"NdisFddiTypeIsolated","features":[15]},{"name":"NdisFddiTypeLocalA","features":[15]},{"name":"NdisFddiTypeLocalAB","features":[15]},{"name":"NdisFddiTypeLocalB","features":[15]},{"name":"NdisFddiTypeLocalS","features":[15]},{"name":"NdisFddiTypeThrough","features":[15]},{"name":"NdisFddiTypeWrapA","features":[15]},{"name":"NdisFddiTypeWrapAB","features":[15]},{"name":"NdisFddiTypeWrapB","features":[15]},{"name":"NdisFddiTypeWrapS","features":[15]},{"name":"NdisFreeMemory","features":[15]},{"name":"NdisGeneratePartialCancelId","features":[15]},{"name":"NdisGetCurrentProcessorCounts","features":[15]},{"name":"NdisGetCurrentProcessorCpuUsage","features":[15]},{"name":"NdisGetRoutineAddress","features":[15,1]},{"name":"NdisGetSharedDataAlignment","features":[15]},{"name":"NdisGetVersion","features":[15]},{"name":"NdisHardwareStatusClosing","features":[15]},{"name":"NdisHardwareStatusInitializing","features":[15]},{"name":"NdisHardwareStatusNotReady","features":[15]},{"name":"NdisHardwareStatusReady","features":[15]},{"name":"NdisHardwareStatusReset","features":[15]},{"name":"NdisHashFunctionReserved1","features":[15]},{"name":"NdisHashFunctionReserved2","features":[15]},{"name":"NdisHashFunctionReserved3","features":[15]},{"name":"NdisHashFunctionToeplitz","features":[15]},{"name":"NdisIMAssociateMiniport","features":[15]},{"name":"NdisIMCancelInitializeDeviceInstance","features":[15,1]},{"name":"NdisIMDeInitializeDeviceInstance","features":[15]},{"name":"NdisIMGetBindingContext","features":[15]},{"name":"NdisIMInitializeDeviceInstanceEx","features":[15,1]},{"name":"NdisInitializeEvent","features":[3,15,1,8]},{"name":"NdisInitializeReadWriteLock","features":[15,1]},{"name":"NdisInitializeString","features":[15,1]},{"name":"NdisInitializeTimer","features":[3,15,4,1,8]},{"name":"NdisInterface1394","features":[15]},{"name":"NdisInterfaceCBus","features":[15]},{"name":"NdisInterfaceEisa","features":[15]},{"name":"NdisInterfaceInternal","features":[15]},{"name":"NdisInterfaceInternalPowerBus","features":[15]},{"name":"NdisInterfaceIrda","features":[15]},{"name":"NdisInterfaceIsa","features":[15]},{"name":"NdisInterfaceMPIBus","features":[15]},{"name":"NdisInterfaceMPSABus","features":[15]},{"name":"NdisInterfaceMca","features":[15]},{"name":"NdisInterfacePNPBus","features":[15]},{"name":"NdisInterfacePNPISABus","features":[15]},{"name":"NdisInterfacePcMcia","features":[15]},{"name":"NdisInterfacePci","features":[15]},{"name":"NdisInterfaceProcessorInternal","features":[15]},{"name":"NdisInterfaceTurboChannel","features":[15]},{"name":"NdisInterfaceUSB","features":[15]},{"name":"NdisInterruptModerationDisabled","features":[15]},{"name":"NdisInterruptModerationEnabled","features":[15]},{"name":"NdisInterruptModerationNotSupported","features":[15]},{"name":"NdisInterruptModerationUnknown","features":[15]},{"name":"NdisMAllocateSharedMemory","features":[15,1]},{"name":"NdisMAllocateSharedMemoryAsync","features":[15,1]},{"name":"NdisMCancelTimer","features":[3,15,4,1,8]},{"name":"NdisMCloseLog","features":[15]},{"name":"NdisMCmActivateVc","features":[15]},{"name":"NdisMCmCreateVc","features":[15]},{"name":"NdisMCmDeactivateVc","features":[15]},{"name":"NdisMCmDeleteVc","features":[15]},{"name":"NdisMCmRegisterAddressFamily","features":[15]},{"name":"NdisMCoActivateVcComplete","features":[15]},{"name":"NdisMCoDeactivateVcComplete","features":[15]},{"name":"NdisMCreateLog","features":[15]},{"name":"NdisMDeregisterDmaChannel","features":[15]},{"name":"NdisMDeregisterIoPortRange","features":[15]},{"name":"NdisMFlushLog","features":[15]},{"name":"NdisMFreeSharedMemory","features":[15,1]},{"name":"NdisMGetDeviceProperty","features":[3,15,6,4,1,5,7,8,9]},{"name":"NdisMGetDmaAlignment","features":[15]},{"name":"NdisMInitializeTimer","features":[3,15,4,1,8]},{"name":"NdisMMapIoSpace","features":[15]},{"name":"NdisMQueryAdapterInstanceName","features":[15,1]},{"name":"NdisMReadDmaCounter","features":[15]},{"name":"NdisMRegisterDmaChannel","features":[15,4,1]},{"name":"NdisMRegisterIoPortRange","features":[15]},{"name":"NdisMRemoveMiniport","features":[15]},{"name":"NdisMSetPeriodicTimer","features":[3,15,4,1,8]},{"name":"NdisMSleep","features":[15]},{"name":"NdisMUnmapIoSpace","features":[15]},{"name":"NdisMWriteLogData","features":[15]},{"name":"NdisMapFile","features":[15]},{"name":"NdisMaximumInterfaceType","features":[15]},{"name":"NdisMediaStateConnected","features":[15]},{"name":"NdisMediaStateDisconnected","features":[15]},{"name":"NdisMedium1394","features":[15]},{"name":"NdisMedium802_3","features":[15]},{"name":"NdisMedium802_5","features":[15]},{"name":"NdisMediumArcnet878_2","features":[15]},{"name":"NdisMediumArcnetRaw","features":[15]},{"name":"NdisMediumAtm","features":[15]},{"name":"NdisMediumBpc","features":[15]},{"name":"NdisMediumCoWan","features":[15]},{"name":"NdisMediumDix","features":[15]},{"name":"NdisMediumFddi","features":[15]},{"name":"NdisMediumIP","features":[15]},{"name":"NdisMediumInfiniBand","features":[15]},{"name":"NdisMediumIrda","features":[15]},{"name":"NdisMediumLocalTalk","features":[15]},{"name":"NdisMediumLoopback","features":[15]},{"name":"NdisMediumMax","features":[15]},{"name":"NdisMediumNative802_11","features":[15]},{"name":"NdisMediumTunnel","features":[15]},{"name":"NdisMediumWan","features":[15]},{"name":"NdisMediumWiMAX","features":[15]},{"name":"NdisMediumWirelessWan","features":[15]},{"name":"NdisNetworkChangeFromMediaConnect","features":[15]},{"name":"NdisNetworkChangeMax","features":[15]},{"name":"NdisOpenConfigurationKeyByIndex","features":[15,1]},{"name":"NdisOpenConfigurationKeyByName","features":[15,1]},{"name":"NdisOpenFile","features":[15,1]},{"name":"NdisParameterBinary","features":[15]},{"name":"NdisParameterHexInteger","features":[15]},{"name":"NdisParameterInteger","features":[15]},{"name":"NdisParameterMultiString","features":[15]},{"name":"NdisParameterString","features":[15]},{"name":"NdisPauseFunctionsReceiveOnly","features":[15]},{"name":"NdisPauseFunctionsSendAndReceive","features":[15]},{"name":"NdisPauseFunctionsSendOnly","features":[15]},{"name":"NdisPauseFunctionsUnknown","features":[15]},{"name":"NdisPauseFunctionsUnsupported","features":[15]},{"name":"NdisPhysicalMedium1394","features":[15]},{"name":"NdisPhysicalMedium802_3","features":[15]},{"name":"NdisPhysicalMedium802_5","features":[15]},{"name":"NdisPhysicalMediumBluetooth","features":[15]},{"name":"NdisPhysicalMediumCableModem","features":[15]},{"name":"NdisPhysicalMediumDSL","features":[15]},{"name":"NdisPhysicalMediumFibreChannel","features":[15]},{"name":"NdisPhysicalMediumInfiniband","features":[15]},{"name":"NdisPhysicalMediumIrda","features":[15]},{"name":"NdisPhysicalMediumMax","features":[15]},{"name":"NdisPhysicalMediumNative802_11","features":[15]},{"name":"NdisPhysicalMediumNative802_15_4","features":[15]},{"name":"NdisPhysicalMediumOther","features":[15]},{"name":"NdisPhysicalMediumPhoneLine","features":[15]},{"name":"NdisPhysicalMediumPowerLine","features":[15]},{"name":"NdisPhysicalMediumUWB","features":[15]},{"name":"NdisPhysicalMediumUnspecified","features":[15]},{"name":"NdisPhysicalMediumWiMax","features":[15]},{"name":"NdisPhysicalMediumWiredCoWan","features":[15]},{"name":"NdisPhysicalMediumWiredWAN","features":[15]},{"name":"NdisPhysicalMediumWirelessLan","features":[15]},{"name":"NdisPhysicalMediumWirelessWan","features":[15]},{"name":"NdisPortAuthorizationUnknown","features":[15]},{"name":"NdisPortAuthorized","features":[15]},{"name":"NdisPortControlStateControlled","features":[15]},{"name":"NdisPortControlStateUncontrolled","features":[15]},{"name":"NdisPortControlStateUnknown","features":[15]},{"name":"NdisPortReauthorizing","features":[15]},{"name":"NdisPortType8021xSupplicant","features":[15]},{"name":"NdisPortTypeBridge","features":[15]},{"name":"NdisPortTypeMax","features":[15]},{"name":"NdisPortTypeRasConnection","features":[15]},{"name":"NdisPortTypeUndefined","features":[15]},{"name":"NdisPortUnauthorized","features":[15]},{"name":"NdisPossibleNetworkChange","features":[15]},{"name":"NdisPowerProfileAcOnLine","features":[15]},{"name":"NdisPowerProfileBattery","features":[15]},{"name":"NdisProcessorAlpha","features":[15]},{"name":"NdisProcessorAmd64","features":[15]},{"name":"NdisProcessorArm","features":[15]},{"name":"NdisProcessorArm64","features":[15]},{"name":"NdisProcessorIA64","features":[15]},{"name":"NdisProcessorMips","features":[15]},{"name":"NdisProcessorPpc","features":[15]},{"name":"NdisProcessorVendorAuthenticAMD","features":[15]},{"name":"NdisProcessorVendorGenuinIntel","features":[15]},{"name":"NdisProcessorVendorGenuineIntel","features":[15]},{"name":"NdisProcessorVendorUnknown","features":[15]},{"name":"NdisProcessorX86","features":[15]},{"name":"NdisQueryAdapterInstanceName","features":[15,1]},{"name":"NdisQueryBindInstanceName","features":[15,1]},{"name":"NdisReEnumerateProtocolBindings","features":[15]},{"name":"NdisReadConfiguration","features":[15,1]},{"name":"NdisReadNetworkAddress","features":[15]},{"name":"NdisRegisterTdiCallBack","features":[15,1]},{"name":"NdisReleaseReadWriteLock","features":[15,1]},{"name":"NdisRequestClose","features":[15]},{"name":"NdisRequestGeneric1","features":[15]},{"name":"NdisRequestGeneric2","features":[15]},{"name":"NdisRequestGeneric3","features":[15]},{"name":"NdisRequestGeneric4","features":[15]},{"name":"NdisRequestOpen","features":[15]},{"name":"NdisRequestQueryInformation","features":[15]},{"name":"NdisRequestQueryStatistics","features":[15]},{"name":"NdisRequestReset","features":[15]},{"name":"NdisRequestSend","features":[15]},{"name":"NdisRequestSetInformation","features":[15]},{"name":"NdisRequestTransferData","features":[15]},{"name":"NdisReserved","features":[15]},{"name":"NdisResetEvent","features":[3,15,1,8]},{"name":"NdisRingStateClosed","features":[15]},{"name":"NdisRingStateClosing","features":[15]},{"name":"NdisRingStateOpenFailure","features":[15]},{"name":"NdisRingStateOpened","features":[15]},{"name":"NdisRingStateOpening","features":[15]},{"name":"NdisRingStateRingFailure","features":[15]},{"name":"NdisSetEvent","features":[3,15,1,8]},{"name":"NdisSetPeriodicTimer","features":[3,15,4,1,8]},{"name":"NdisSetTimer","features":[3,15,4,1,8]},{"name":"NdisSetTimerEx","features":[3,15,4,1,8]},{"name":"NdisSetupDmaTransfer","features":[3,15,1]},{"name":"NdisSystemProcessorCount","features":[15]},{"name":"NdisUnmapFile","features":[15]},{"name":"NdisUpdateSharedMemory","features":[15]},{"name":"NdisWaitEvent","features":[3,15,1,8]},{"name":"NdisWanErrorControl","features":[15]},{"name":"NdisWanHeaderEthernet","features":[15]},{"name":"NdisWanHeaderNative","features":[15]},{"name":"NdisWanMediumAgileVPN","features":[15]},{"name":"NdisWanMediumAtm","features":[15]},{"name":"NdisWanMediumFrameRelay","features":[15]},{"name":"NdisWanMediumGre","features":[15]},{"name":"NdisWanMediumHub","features":[15]},{"name":"NdisWanMediumIrda","features":[15]},{"name":"NdisWanMediumIsdn","features":[15]},{"name":"NdisWanMediumL2TP","features":[15]},{"name":"NdisWanMediumPPTP","features":[15]},{"name":"NdisWanMediumParallel","features":[15]},{"name":"NdisWanMediumPppoe","features":[15]},{"name":"NdisWanMediumSSTP","features":[15]},{"name":"NdisWanMediumSW56K","features":[15]},{"name":"NdisWanMediumSerial","features":[15]},{"name":"NdisWanMediumSonet","features":[15]},{"name":"NdisWanMediumSubTypeMax","features":[15]},{"name":"NdisWanMediumX_25","features":[15]},{"name":"NdisWanRaw","features":[15]},{"name":"NdisWanReliable","features":[15]},{"name":"NdisWriteConfiguration","features":[15,1]},{"name":"NdisWriteErrorLogEntry","features":[15]},{"name":"NdisWriteEventLogEntry","features":[15]},{"name":"OFFLOAD_ALGO_INFO","features":[15]},{"name":"OFFLOAD_CONF_ALGO","features":[15]},{"name":"OFFLOAD_INBOUND_SA","features":[15]},{"name":"OFFLOAD_INTEGRITY_ALGO","features":[15]},{"name":"OFFLOAD_IPSEC_ADD_SA","features":[15,1]},{"name":"OFFLOAD_IPSEC_ADD_UDPESP_SA","features":[15,1]},{"name":"OFFLOAD_IPSEC_CONF_3_DES","features":[15]},{"name":"OFFLOAD_IPSEC_CONF_DES","features":[15]},{"name":"OFFLOAD_IPSEC_CONF_MAX","features":[15]},{"name":"OFFLOAD_IPSEC_CONF_NONE","features":[15]},{"name":"OFFLOAD_IPSEC_CONF_RESERVED","features":[15]},{"name":"OFFLOAD_IPSEC_DELETE_SA","features":[15,1]},{"name":"OFFLOAD_IPSEC_DELETE_UDPESP_SA","features":[15,1]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MAX","features":[15]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MD5","features":[15]},{"name":"OFFLOAD_IPSEC_INTEGRITY_NONE","features":[15]},{"name":"OFFLOAD_IPSEC_INTEGRITY_SHA","features":[15]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_ENTRY","features":[15]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_IKE","features":[15]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_OTHER","features":[15]},{"name":"OFFLOAD_MAX_SAS","features":[15]},{"name":"OFFLOAD_OPERATION_E","features":[15]},{"name":"OFFLOAD_OUTBOUND_SA","features":[15]},{"name":"OFFLOAD_SECURITY_ASSOCIATION","features":[15]},{"name":"OID_1394_LOCAL_NODE_INFO","features":[15]},{"name":"OID_1394_VC_INFO","features":[15]},{"name":"OID_802_11_ADD_KEY","features":[15]},{"name":"OID_802_11_ADD_WEP","features":[15]},{"name":"OID_802_11_ASSOCIATION_INFORMATION","features":[15]},{"name":"OID_802_11_AUTHENTICATION_MODE","features":[15]},{"name":"OID_802_11_BSSID","features":[15]},{"name":"OID_802_11_BSSID_LIST","features":[15]},{"name":"OID_802_11_BSSID_LIST_SCAN","features":[15]},{"name":"OID_802_11_CAPABILITY","features":[15]},{"name":"OID_802_11_CONFIGURATION","features":[15]},{"name":"OID_802_11_DESIRED_RATES","features":[15]},{"name":"OID_802_11_DISASSOCIATE","features":[15]},{"name":"OID_802_11_ENCRYPTION_STATUS","features":[15]},{"name":"OID_802_11_FRAGMENTATION_THRESHOLD","features":[15]},{"name":"OID_802_11_INFRASTRUCTURE_MODE","features":[15]},{"name":"OID_802_11_MEDIA_STREAM_MODE","features":[15]},{"name":"OID_802_11_NETWORK_TYPES_SUPPORTED","features":[15]},{"name":"OID_802_11_NETWORK_TYPE_IN_USE","features":[15]},{"name":"OID_802_11_NON_BCAST_SSID_LIST","features":[15]},{"name":"OID_802_11_NUMBER_OF_ANTENNAS","features":[15]},{"name":"OID_802_11_PMKID","features":[15]},{"name":"OID_802_11_POWER_MODE","features":[15]},{"name":"OID_802_11_PRIVACY_FILTER","features":[15]},{"name":"OID_802_11_RADIO_STATUS","features":[15]},{"name":"OID_802_11_RELOAD_DEFAULTS","features":[15]},{"name":"OID_802_11_REMOVE_KEY","features":[15]},{"name":"OID_802_11_REMOVE_WEP","features":[15]},{"name":"OID_802_11_RSSI","features":[15]},{"name":"OID_802_11_RSSI_TRIGGER","features":[15]},{"name":"OID_802_11_RTS_THRESHOLD","features":[15]},{"name":"OID_802_11_RX_ANTENNA_SELECTED","features":[15]},{"name":"OID_802_11_SSID","features":[15]},{"name":"OID_802_11_STATISTICS","features":[15]},{"name":"OID_802_11_SUPPORTED_RATES","features":[15]},{"name":"OID_802_11_TEST","features":[15]},{"name":"OID_802_11_TX_ANTENNA_SELECTED","features":[15]},{"name":"OID_802_11_TX_POWER_LEVEL","features":[15]},{"name":"OID_802_11_WEP_STATUS","features":[15]},{"name":"OID_802_3_ADD_MULTICAST_ADDRESS","features":[15]},{"name":"OID_802_3_CURRENT_ADDRESS","features":[15]},{"name":"OID_802_3_DELETE_MULTICAST_ADDRESS","features":[15]},{"name":"OID_802_3_MAC_OPTIONS","features":[15]},{"name":"OID_802_3_MAXIMUM_LIST_SIZE","features":[15]},{"name":"OID_802_3_MULTICAST_LIST","features":[15]},{"name":"OID_802_3_PERMANENT_ADDRESS","features":[15]},{"name":"OID_802_3_RCV_ERROR_ALIGNMENT","features":[15]},{"name":"OID_802_3_RCV_OVERRUN","features":[15]},{"name":"OID_802_3_XMIT_DEFERRED","features":[15]},{"name":"OID_802_3_XMIT_HEARTBEAT_FAILURE","features":[15]},{"name":"OID_802_3_XMIT_LATE_COLLISIONS","features":[15]},{"name":"OID_802_3_XMIT_MAX_COLLISIONS","features":[15]},{"name":"OID_802_3_XMIT_MORE_COLLISIONS","features":[15]},{"name":"OID_802_3_XMIT_ONE_COLLISION","features":[15]},{"name":"OID_802_3_XMIT_TIMES_CRS_LOST","features":[15]},{"name":"OID_802_3_XMIT_UNDERRUN","features":[15]},{"name":"OID_802_5_ABORT_DELIMETERS","features":[15]},{"name":"OID_802_5_AC_ERRORS","features":[15]},{"name":"OID_802_5_BURST_ERRORS","features":[15]},{"name":"OID_802_5_CURRENT_ADDRESS","features":[15]},{"name":"OID_802_5_CURRENT_FUNCTIONAL","features":[15]},{"name":"OID_802_5_CURRENT_GROUP","features":[15]},{"name":"OID_802_5_CURRENT_RING_STATE","features":[15]},{"name":"OID_802_5_CURRENT_RING_STATUS","features":[15]},{"name":"OID_802_5_FRAME_COPIED_ERRORS","features":[15]},{"name":"OID_802_5_FREQUENCY_ERRORS","features":[15]},{"name":"OID_802_5_INTERNAL_ERRORS","features":[15]},{"name":"OID_802_5_LAST_OPEN_STATUS","features":[15]},{"name":"OID_802_5_LINE_ERRORS","features":[15]},{"name":"OID_802_5_LOST_FRAMES","features":[15]},{"name":"OID_802_5_PERMANENT_ADDRESS","features":[15]},{"name":"OID_802_5_TOKEN_ERRORS","features":[15]},{"name":"OID_ARCNET_CURRENT_ADDRESS","features":[15]},{"name":"OID_ARCNET_PERMANENT_ADDRESS","features":[15]},{"name":"OID_ARCNET_RECONFIGURATIONS","features":[15]},{"name":"OID_ATM_ACQUIRE_ACCESS_NET_RESOURCES","features":[15]},{"name":"OID_ATM_ALIGNMENT_REQUIRED","features":[15]},{"name":"OID_ATM_ASSIGNED_VPI","features":[15]},{"name":"OID_ATM_CALL_ALERTING","features":[15]},{"name":"OID_ATM_CALL_NOTIFY","features":[15]},{"name":"OID_ATM_CALL_PROCEEDING","features":[15]},{"name":"OID_ATM_CELLS_HEC_ERROR","features":[15]},{"name":"OID_ATM_DIGITAL_BROADCAST_VPIVCI","features":[15]},{"name":"OID_ATM_GET_NEAREST_FLOW","features":[15]},{"name":"OID_ATM_HW_CURRENT_ADDRESS","features":[15]},{"name":"OID_ATM_ILMI_VPIVCI","features":[15]},{"name":"OID_ATM_LECS_ADDRESS","features":[15]},{"name":"OID_ATM_MAX_AAL0_PACKET_SIZE","features":[15]},{"name":"OID_ATM_MAX_AAL1_PACKET_SIZE","features":[15]},{"name":"OID_ATM_MAX_AAL34_PACKET_SIZE","features":[15]},{"name":"OID_ATM_MAX_AAL5_PACKET_SIZE","features":[15]},{"name":"OID_ATM_MAX_ACTIVE_VCI_BITS","features":[15]},{"name":"OID_ATM_MAX_ACTIVE_VCS","features":[15]},{"name":"OID_ATM_MAX_ACTIVE_VPI_BITS","features":[15]},{"name":"OID_ATM_MY_IP_NM_ADDRESS","features":[15]},{"name":"OID_ATM_PARTY_ALERTING","features":[15]},{"name":"OID_ATM_RCV_CELLS_DROPPED","features":[15]},{"name":"OID_ATM_RCV_CELLS_OK","features":[15]},{"name":"OID_ATM_RCV_INVALID_VPI_VCI","features":[15]},{"name":"OID_ATM_RCV_REASSEMBLY_ERROR","features":[15]},{"name":"OID_ATM_RELEASE_ACCESS_NET_RESOURCES","features":[15]},{"name":"OID_ATM_SERVICE_ADDRESS","features":[15]},{"name":"OID_ATM_SIGNALING_VPIVCI","features":[15]},{"name":"OID_ATM_SUPPORTED_AAL_TYPES","features":[15]},{"name":"OID_ATM_SUPPORTED_SERVICE_CATEGORY","features":[15]},{"name":"OID_ATM_SUPPORTED_VC_RATES","features":[15]},{"name":"OID_ATM_XMIT_CELLS_OK","features":[15]},{"name":"OID_CO_ADDRESS_CHANGE","features":[15]},{"name":"OID_CO_ADD_ADDRESS","features":[15]},{"name":"OID_CO_ADD_PVC","features":[15]},{"name":"OID_CO_AF_CLOSE","features":[15]},{"name":"OID_CO_DELETE_ADDRESS","features":[15]},{"name":"OID_CO_DELETE_PVC","features":[15]},{"name":"OID_CO_GET_ADDRESSES","features":[15]},{"name":"OID_CO_GET_CALL_INFORMATION","features":[15]},{"name":"OID_CO_SIGNALING_DISABLED","features":[15]},{"name":"OID_CO_SIGNALING_ENABLED","features":[15]},{"name":"OID_CO_TAPI_ADDRESS_CAPS","features":[15]},{"name":"OID_CO_TAPI_CM_CAPS","features":[15]},{"name":"OID_CO_TAPI_DONT_REPORT_DIGITS","features":[15]},{"name":"OID_CO_TAPI_GET_CALL_DIAGNOSTICS","features":[15]},{"name":"OID_CO_TAPI_LINE_CAPS","features":[15]},{"name":"OID_CO_TAPI_REPORT_DIGITS","features":[15]},{"name":"OID_CO_TAPI_TRANSLATE_NDIS_CALLPARAMS","features":[15]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_CALLPARAMS","features":[15]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_SAP","features":[15]},{"name":"OID_FDDI_ATTACHMENT_TYPE","features":[15]},{"name":"OID_FDDI_DOWNSTREAM_NODE_LONG","features":[15]},{"name":"OID_FDDI_FRAMES_LOST","features":[15]},{"name":"OID_FDDI_FRAME_ERRORS","features":[15]},{"name":"OID_FDDI_IF_ADMIN_STATUS","features":[15]},{"name":"OID_FDDI_IF_DESCR","features":[15]},{"name":"OID_FDDI_IF_IN_DISCARDS","features":[15]},{"name":"OID_FDDI_IF_IN_ERRORS","features":[15]},{"name":"OID_FDDI_IF_IN_NUCAST_PKTS","features":[15]},{"name":"OID_FDDI_IF_IN_OCTETS","features":[15]},{"name":"OID_FDDI_IF_IN_UCAST_PKTS","features":[15]},{"name":"OID_FDDI_IF_IN_UNKNOWN_PROTOS","features":[15]},{"name":"OID_FDDI_IF_LAST_CHANGE","features":[15]},{"name":"OID_FDDI_IF_MTU","features":[15]},{"name":"OID_FDDI_IF_OPER_STATUS","features":[15]},{"name":"OID_FDDI_IF_OUT_DISCARDS","features":[15]},{"name":"OID_FDDI_IF_OUT_ERRORS","features":[15]},{"name":"OID_FDDI_IF_OUT_NUCAST_PKTS","features":[15]},{"name":"OID_FDDI_IF_OUT_OCTETS","features":[15]},{"name":"OID_FDDI_IF_OUT_QLEN","features":[15]},{"name":"OID_FDDI_IF_OUT_UCAST_PKTS","features":[15]},{"name":"OID_FDDI_IF_PHYS_ADDRESS","features":[15]},{"name":"OID_FDDI_IF_SPECIFIC","features":[15]},{"name":"OID_FDDI_IF_SPEED","features":[15]},{"name":"OID_FDDI_IF_TYPE","features":[15]},{"name":"OID_FDDI_LCONNECTION_STATE","features":[15]},{"name":"OID_FDDI_LCT_FAILURES","features":[15]},{"name":"OID_FDDI_LEM_REJECTS","features":[15]},{"name":"OID_FDDI_LONG_CURRENT_ADDR","features":[15]},{"name":"OID_FDDI_LONG_MAX_LIST_SIZE","features":[15]},{"name":"OID_FDDI_LONG_MULTICAST_LIST","features":[15]},{"name":"OID_FDDI_LONG_PERMANENT_ADDR","features":[15]},{"name":"OID_FDDI_MAC_AVAILABLE_PATHS","features":[15]},{"name":"OID_FDDI_MAC_BRIDGE_FUNCTIONS","features":[15]},{"name":"OID_FDDI_MAC_COPIED_CT","features":[15]},{"name":"OID_FDDI_MAC_CURRENT_PATH","features":[15]},{"name":"OID_FDDI_MAC_DA_FLAG","features":[15]},{"name":"OID_FDDI_MAC_DOWNSTREAM_NBR","features":[15]},{"name":"OID_FDDI_MAC_DOWNSTREAM_PORT_TYPE","features":[15]},{"name":"OID_FDDI_MAC_DUP_ADDRESS_TEST","features":[15]},{"name":"OID_FDDI_MAC_ERROR_CT","features":[15]},{"name":"OID_FDDI_MAC_FRAME_CT","features":[15]},{"name":"OID_FDDI_MAC_FRAME_ERROR_FLAG","features":[15]},{"name":"OID_FDDI_MAC_FRAME_ERROR_RATIO","features":[15]},{"name":"OID_FDDI_MAC_FRAME_ERROR_THRESHOLD","features":[15]},{"name":"OID_FDDI_MAC_FRAME_STATUS_FUNCTIONS","features":[15]},{"name":"OID_FDDI_MAC_HARDWARE_PRESENT","features":[15]},{"name":"OID_FDDI_MAC_INDEX","features":[15]},{"name":"OID_FDDI_MAC_LATE_CT","features":[15]},{"name":"OID_FDDI_MAC_LONG_GRP_ADDRESS","features":[15]},{"name":"OID_FDDI_MAC_LOST_CT","features":[15]},{"name":"OID_FDDI_MAC_MA_UNITDATA_AVAILABLE","features":[15]},{"name":"OID_FDDI_MAC_MA_UNITDATA_ENABLE","features":[15]},{"name":"OID_FDDI_MAC_NOT_COPIED_CT","features":[15]},{"name":"OID_FDDI_MAC_NOT_COPIED_FLAG","features":[15]},{"name":"OID_FDDI_MAC_NOT_COPIED_RATIO","features":[15]},{"name":"OID_FDDI_MAC_NOT_COPIED_THRESHOLD","features":[15]},{"name":"OID_FDDI_MAC_OLD_DOWNSTREAM_NBR","features":[15]},{"name":"OID_FDDI_MAC_OLD_UPSTREAM_NBR","features":[15]},{"name":"OID_FDDI_MAC_REQUESTED_PATHS","features":[15]},{"name":"OID_FDDI_MAC_RING_OP_CT","features":[15]},{"name":"OID_FDDI_MAC_RMT_STATE","features":[15]},{"name":"OID_FDDI_MAC_SHORT_GRP_ADDRESS","features":[15]},{"name":"OID_FDDI_MAC_SMT_ADDRESS","features":[15]},{"name":"OID_FDDI_MAC_TOKEN_CT","features":[15]},{"name":"OID_FDDI_MAC_TRANSMIT_CT","features":[15]},{"name":"OID_FDDI_MAC_TVX_CAPABILITY","features":[15]},{"name":"OID_FDDI_MAC_TVX_EXPIRED_CT","features":[15]},{"name":"OID_FDDI_MAC_TVX_VALUE","features":[15]},{"name":"OID_FDDI_MAC_T_MAX","features":[15]},{"name":"OID_FDDI_MAC_T_MAX_CAPABILITY","features":[15]},{"name":"OID_FDDI_MAC_T_NEG","features":[15]},{"name":"OID_FDDI_MAC_T_PRI0","features":[15]},{"name":"OID_FDDI_MAC_T_PRI1","features":[15]},{"name":"OID_FDDI_MAC_T_PRI2","features":[15]},{"name":"OID_FDDI_MAC_T_PRI3","features":[15]},{"name":"OID_FDDI_MAC_T_PRI4","features":[15]},{"name":"OID_FDDI_MAC_T_PRI5","features":[15]},{"name":"OID_FDDI_MAC_T_PRI6","features":[15]},{"name":"OID_FDDI_MAC_T_REQ","features":[15]},{"name":"OID_FDDI_MAC_UNDA_FLAG","features":[15]},{"name":"OID_FDDI_MAC_UPSTREAM_NBR","features":[15]},{"name":"OID_FDDI_PATH_CONFIGURATION","features":[15]},{"name":"OID_FDDI_PATH_INDEX","features":[15]},{"name":"OID_FDDI_PATH_MAX_T_REQ","features":[15]},{"name":"OID_FDDI_PATH_RING_LATENCY","features":[15]},{"name":"OID_FDDI_PATH_SBA_AVAILABLE","features":[15]},{"name":"OID_FDDI_PATH_SBA_OVERHEAD","features":[15]},{"name":"OID_FDDI_PATH_SBA_PAYLOAD","features":[15]},{"name":"OID_FDDI_PATH_TRACE_STATUS","features":[15]},{"name":"OID_FDDI_PATH_TVX_LOWER_BOUND","features":[15]},{"name":"OID_FDDI_PATH_T_MAX_LOWER_BOUND","features":[15]},{"name":"OID_FDDI_PATH_T_R_MODE","features":[15]},{"name":"OID_FDDI_PORT_ACTION","features":[15]},{"name":"OID_FDDI_PORT_AVAILABLE_PATHS","features":[15]},{"name":"OID_FDDI_PORT_BS_FLAG","features":[15]},{"name":"OID_FDDI_PORT_CONNECTION_CAPABILITIES","features":[15]},{"name":"OID_FDDI_PORT_CONNECTION_POLICIES","features":[15]},{"name":"OID_FDDI_PORT_CONNNECT_STATE","features":[15]},{"name":"OID_FDDI_PORT_CURRENT_PATH","features":[15]},{"name":"OID_FDDI_PORT_EB_ERROR_CT","features":[15]},{"name":"OID_FDDI_PORT_HARDWARE_PRESENT","features":[15]},{"name":"OID_FDDI_PORT_INDEX","features":[15]},{"name":"OID_FDDI_PORT_LCT_FAIL_CT","features":[15]},{"name":"OID_FDDI_PORT_LEM_CT","features":[15]},{"name":"OID_FDDI_PORT_LEM_REJECT_CT","features":[15]},{"name":"OID_FDDI_PORT_LER_ALARM","features":[15]},{"name":"OID_FDDI_PORT_LER_CUTOFF","features":[15]},{"name":"OID_FDDI_PORT_LER_ESTIMATE","features":[15]},{"name":"OID_FDDI_PORT_LER_FLAG","features":[15]},{"name":"OID_FDDI_PORT_MAC_INDICATED","features":[15]},{"name":"OID_FDDI_PORT_MAC_LOOP_TIME","features":[15]},{"name":"OID_FDDI_PORT_MAC_PLACEMENT","features":[15]},{"name":"OID_FDDI_PORT_MAINT_LS","features":[15]},{"name":"OID_FDDI_PORT_MY_TYPE","features":[15]},{"name":"OID_FDDI_PORT_NEIGHBOR_TYPE","features":[15]},{"name":"OID_FDDI_PORT_PCM_STATE","features":[15]},{"name":"OID_FDDI_PORT_PC_LS","features":[15]},{"name":"OID_FDDI_PORT_PC_WITHHOLD","features":[15]},{"name":"OID_FDDI_PORT_PMD_CLASS","features":[15]},{"name":"OID_FDDI_PORT_REQUESTED_PATHS","features":[15]},{"name":"OID_FDDI_RING_MGT_STATE","features":[15]},{"name":"OID_FDDI_SHORT_CURRENT_ADDR","features":[15]},{"name":"OID_FDDI_SHORT_MAX_LIST_SIZE","features":[15]},{"name":"OID_FDDI_SHORT_MULTICAST_LIST","features":[15]},{"name":"OID_FDDI_SHORT_PERMANENT_ADDR","features":[15]},{"name":"OID_FDDI_SMT_AVAILABLE_PATHS","features":[15]},{"name":"OID_FDDI_SMT_BYPASS_PRESENT","features":[15]},{"name":"OID_FDDI_SMT_CF_STATE","features":[15]},{"name":"OID_FDDI_SMT_CONFIG_CAPABILITIES","features":[15]},{"name":"OID_FDDI_SMT_CONFIG_POLICY","features":[15]},{"name":"OID_FDDI_SMT_CONNECTION_POLICY","features":[15]},{"name":"OID_FDDI_SMT_ECM_STATE","features":[15]},{"name":"OID_FDDI_SMT_HI_VERSION_ID","features":[15]},{"name":"OID_FDDI_SMT_HOLD_STATE","features":[15]},{"name":"OID_FDDI_SMT_LAST_SET_STATION_ID","features":[15]},{"name":"OID_FDDI_SMT_LO_VERSION_ID","features":[15]},{"name":"OID_FDDI_SMT_MAC_CT","features":[15]},{"name":"OID_FDDI_SMT_MAC_INDEXES","features":[15]},{"name":"OID_FDDI_SMT_MANUFACTURER_DATA","features":[15]},{"name":"OID_FDDI_SMT_MASTER_CT","features":[15]},{"name":"OID_FDDI_SMT_MIB_VERSION_ID","features":[15]},{"name":"OID_FDDI_SMT_MSG_TIME_STAMP","features":[15]},{"name":"OID_FDDI_SMT_NON_MASTER_CT","features":[15]},{"name":"OID_FDDI_SMT_OP_VERSION_ID","features":[15]},{"name":"OID_FDDI_SMT_PEER_WRAP_FLAG","features":[15]},{"name":"OID_FDDI_SMT_PORT_INDEXES","features":[15]},{"name":"OID_FDDI_SMT_REMOTE_DISCONNECT_FLAG","features":[15]},{"name":"OID_FDDI_SMT_SET_COUNT","features":[15]},{"name":"OID_FDDI_SMT_STATION_ACTION","features":[15]},{"name":"OID_FDDI_SMT_STATION_ID","features":[15]},{"name":"OID_FDDI_SMT_STATION_STATUS","features":[15]},{"name":"OID_FDDI_SMT_STAT_RPT_POLICY","features":[15]},{"name":"OID_FDDI_SMT_TRACE_MAX_EXPIRATION","features":[15]},{"name":"OID_FDDI_SMT_TRANSITION_TIME_STAMP","features":[15]},{"name":"OID_FDDI_SMT_T_NOTIFY","features":[15]},{"name":"OID_FDDI_SMT_USER_DATA","features":[15]},{"name":"OID_FDDI_UPSTREAM_NODE_LONG","features":[15]},{"name":"OID_FFP_ADAPTER_STATS","features":[15]},{"name":"OID_FFP_CONTROL","features":[15]},{"name":"OID_FFP_DATA","features":[15]},{"name":"OID_FFP_DRIVER_STATS","features":[15]},{"name":"OID_FFP_FLUSH","features":[15]},{"name":"OID_FFP_PARAMS","features":[15]},{"name":"OID_FFP_SUPPORT","features":[15]},{"name":"OID_GEN_ADMIN_STATUS","features":[15]},{"name":"OID_GEN_ALIAS","features":[15]},{"name":"OID_GEN_BROADCAST_BYTES_RCV","features":[15]},{"name":"OID_GEN_BROADCAST_BYTES_XMIT","features":[15]},{"name":"OID_GEN_BROADCAST_FRAMES_RCV","features":[15]},{"name":"OID_GEN_BROADCAST_FRAMES_XMIT","features":[15]},{"name":"OID_GEN_BYTES_RCV","features":[15]},{"name":"OID_GEN_BYTES_XMIT","features":[15]},{"name":"OID_GEN_CO_BYTES_RCV","features":[15]},{"name":"OID_GEN_CO_BYTES_XMIT","features":[15]},{"name":"OID_GEN_CO_BYTES_XMIT_OUTSTANDING","features":[15]},{"name":"OID_GEN_CO_DEVICE_PROFILE","features":[15]},{"name":"OID_GEN_CO_DRIVER_VERSION","features":[15]},{"name":"OID_GEN_CO_GET_NETCARD_TIME","features":[15]},{"name":"OID_GEN_CO_GET_TIME_CAPS","features":[15]},{"name":"OID_GEN_CO_HARDWARE_STATUS","features":[15]},{"name":"OID_GEN_CO_LINK_SPEED","features":[15]},{"name":"OID_GEN_CO_MAC_OPTIONS","features":[15]},{"name":"OID_GEN_CO_MEDIA_CONNECT_STATUS","features":[15]},{"name":"OID_GEN_CO_MEDIA_IN_USE","features":[15]},{"name":"OID_GEN_CO_MEDIA_SUPPORTED","features":[15]},{"name":"OID_GEN_CO_MINIMUM_LINK_SPEED","features":[15]},{"name":"OID_GEN_CO_NETCARD_LOAD","features":[15]},{"name":"OID_GEN_CO_PROTOCOL_OPTIONS","features":[15]},{"name":"OID_GEN_CO_RCV_CRC_ERROR","features":[15]},{"name":"OID_GEN_CO_RCV_PDUS_ERROR","features":[15]},{"name":"OID_GEN_CO_RCV_PDUS_NO_BUFFER","features":[15]},{"name":"OID_GEN_CO_RCV_PDUS_OK","features":[15]},{"name":"OID_GEN_CO_SUPPORTED_GUIDS","features":[15]},{"name":"OID_GEN_CO_SUPPORTED_LIST","features":[15]},{"name":"OID_GEN_CO_TRANSMIT_QUEUE_LENGTH","features":[15]},{"name":"OID_GEN_CO_VENDOR_DESCRIPTION","features":[15]},{"name":"OID_GEN_CO_VENDOR_DRIVER_VERSION","features":[15]},{"name":"OID_GEN_CO_VENDOR_ID","features":[15]},{"name":"OID_GEN_CO_XMIT_PDUS_ERROR","features":[15]},{"name":"OID_GEN_CO_XMIT_PDUS_OK","features":[15]},{"name":"OID_GEN_CURRENT_LOOKAHEAD","features":[15]},{"name":"OID_GEN_CURRENT_PACKET_FILTER","features":[15]},{"name":"OID_GEN_DEVICE_PROFILE","features":[15]},{"name":"OID_GEN_DIRECTED_BYTES_RCV","features":[15]},{"name":"OID_GEN_DIRECTED_BYTES_XMIT","features":[15]},{"name":"OID_GEN_DIRECTED_FRAMES_RCV","features":[15]},{"name":"OID_GEN_DIRECTED_FRAMES_XMIT","features":[15]},{"name":"OID_GEN_DISCONTINUITY_TIME","features":[15]},{"name":"OID_GEN_DRIVER_VERSION","features":[15]},{"name":"OID_GEN_ENUMERATE_PORTS","features":[15]},{"name":"OID_GEN_FRIENDLY_NAME","features":[15]},{"name":"OID_GEN_GET_NETCARD_TIME","features":[15]},{"name":"OID_GEN_GET_TIME_CAPS","features":[15]},{"name":"OID_GEN_HARDWARE_STATUS","features":[15]},{"name":"OID_GEN_HD_SPLIT_CURRENT_CONFIG","features":[15]},{"name":"OID_GEN_HD_SPLIT_PARAMETERS","features":[15]},{"name":"OID_GEN_INIT_TIME_MS","features":[15]},{"name":"OID_GEN_INTERFACE_INFO","features":[15]},{"name":"OID_GEN_INTERRUPT_MODERATION","features":[15]},{"name":"OID_GEN_IP_OPER_STATUS","features":[15]},{"name":"OID_GEN_ISOLATION_PARAMETERS","features":[15]},{"name":"OID_GEN_LAST_CHANGE","features":[15]},{"name":"OID_GEN_LINK_PARAMETERS","features":[15]},{"name":"OID_GEN_LINK_SPEED","features":[15]},{"name":"OID_GEN_LINK_SPEED_EX","features":[15]},{"name":"OID_GEN_LINK_STATE","features":[15]},{"name":"OID_GEN_MACHINE_NAME","features":[15]},{"name":"OID_GEN_MAC_ADDRESS","features":[15]},{"name":"OID_GEN_MAC_OPTIONS","features":[15]},{"name":"OID_GEN_MAXIMUM_FRAME_SIZE","features":[15]},{"name":"OID_GEN_MAXIMUM_LOOKAHEAD","features":[15]},{"name":"OID_GEN_MAXIMUM_SEND_PACKETS","features":[15]},{"name":"OID_GEN_MAXIMUM_TOTAL_SIZE","features":[15]},{"name":"OID_GEN_MAX_LINK_SPEED","features":[15]},{"name":"OID_GEN_MEDIA_CAPABILITIES","features":[15]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS","features":[15]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS_EX","features":[15]},{"name":"OID_GEN_MEDIA_DUPLEX_STATE","features":[15]},{"name":"OID_GEN_MEDIA_IN_USE","features":[15]},{"name":"OID_GEN_MEDIA_SENSE_COUNTS","features":[15]},{"name":"OID_GEN_MEDIA_SUPPORTED","features":[15]},{"name":"OID_GEN_MINIPORT_RESTART_ATTRIBUTES","features":[15]},{"name":"OID_GEN_MULTICAST_BYTES_RCV","features":[15]},{"name":"OID_GEN_MULTICAST_BYTES_XMIT","features":[15]},{"name":"OID_GEN_MULTICAST_FRAMES_RCV","features":[15]},{"name":"OID_GEN_MULTICAST_FRAMES_XMIT","features":[15]},{"name":"OID_GEN_NDIS_RESERVED_1","features":[15]},{"name":"OID_GEN_NDIS_RESERVED_2","features":[15]},{"name":"OID_GEN_NDIS_RESERVED_3","features":[15]},{"name":"OID_GEN_NDIS_RESERVED_4","features":[15]},{"name":"OID_GEN_NDIS_RESERVED_5","features":[15]},{"name":"OID_GEN_NDIS_RESERVED_6","features":[15]},{"name":"OID_GEN_NDIS_RESERVED_7","features":[15]},{"name":"OID_GEN_NETCARD_LOAD","features":[15]},{"name":"OID_GEN_NETWORK_LAYER_ADDRESSES","features":[15]},{"name":"OID_GEN_OPERATIONAL_STATUS","features":[15]},{"name":"OID_GEN_PACKET_MONITOR","features":[15]},{"name":"OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[15]},{"name":"OID_GEN_PHYSICAL_MEDIUM","features":[15]},{"name":"OID_GEN_PHYSICAL_MEDIUM_EX","features":[15]},{"name":"OID_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[15]},{"name":"OID_GEN_PORT_STATE","features":[15]},{"name":"OID_GEN_PROMISCUOUS_MODE","features":[15]},{"name":"OID_GEN_PROTOCOL_OPTIONS","features":[15]},{"name":"OID_GEN_RCV_CRC_ERROR","features":[15]},{"name":"OID_GEN_RCV_DISCARDS","features":[15]},{"name":"OID_GEN_RCV_ERROR","features":[15]},{"name":"OID_GEN_RCV_LINK_SPEED","features":[15]},{"name":"OID_GEN_RCV_NO_BUFFER","features":[15]},{"name":"OID_GEN_RCV_OK","features":[15]},{"name":"OID_GEN_RECEIVE_BLOCK_SIZE","features":[15]},{"name":"OID_GEN_RECEIVE_BUFFER_SPACE","features":[15]},{"name":"OID_GEN_RECEIVE_HASH","features":[15]},{"name":"OID_GEN_RECEIVE_SCALE_CAPABILITIES","features":[15]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS","features":[15]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS_V2","features":[15]},{"name":"OID_GEN_RESET_COUNTS","features":[15]},{"name":"OID_GEN_RNDIS_CONFIG_PARAMETER","features":[15]},{"name":"OID_GEN_RSS_SET_INDIRECTION_TABLE_ENTRIES","features":[15]},{"name":"OID_GEN_STATISTICS","features":[15]},{"name":"OID_GEN_SUPPORTED_GUIDS","features":[15]},{"name":"OID_GEN_SUPPORTED_LIST","features":[15]},{"name":"OID_GEN_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[15]},{"name":"OID_GEN_TRANSMIT_BLOCK_SIZE","features":[15]},{"name":"OID_GEN_TRANSMIT_BUFFER_SPACE","features":[15]},{"name":"OID_GEN_TRANSMIT_QUEUE_LENGTH","features":[15]},{"name":"OID_GEN_TRANSPORT_HEADER_OFFSET","features":[15]},{"name":"OID_GEN_UNKNOWN_PROTOS","features":[15]},{"name":"OID_GEN_VENDOR_DESCRIPTION","features":[15]},{"name":"OID_GEN_VENDOR_DRIVER_VERSION","features":[15]},{"name":"OID_GEN_VENDOR_ID","features":[15]},{"name":"OID_GEN_VLAN_ID","features":[15]},{"name":"OID_GEN_XMIT_DISCARDS","features":[15]},{"name":"OID_GEN_XMIT_ERROR","features":[15]},{"name":"OID_GEN_XMIT_LINK_SPEED","features":[15]},{"name":"OID_GEN_XMIT_OK","features":[15]},{"name":"OID_GFT_ACTIVATE_FLOW_ENTRIES","features":[15]},{"name":"OID_GFT_ADD_FLOW_ENTRIES","features":[15]},{"name":"OID_GFT_ALLOCATE_COUNTERS","features":[15]},{"name":"OID_GFT_COUNTER_VALUES","features":[15]},{"name":"OID_GFT_CREATE_LOGICAL_VPORT","features":[15]},{"name":"OID_GFT_CREATE_TABLE","features":[15]},{"name":"OID_GFT_CURRENT_CAPABILITIES","features":[15]},{"name":"OID_GFT_DEACTIVATE_FLOW_ENTRIES","features":[15]},{"name":"OID_GFT_DELETE_FLOW_ENTRIES","features":[15]},{"name":"OID_GFT_DELETE_LOGICAL_VPORT","features":[15]},{"name":"OID_GFT_DELETE_PROFILE","features":[15]},{"name":"OID_GFT_DELETE_TABLE","features":[15]},{"name":"OID_GFT_ENUM_COUNTERS","features":[15]},{"name":"OID_GFT_ENUM_FLOW_ENTRIES","features":[15]},{"name":"OID_GFT_ENUM_LOGICAL_VPORTS","features":[15]},{"name":"OID_GFT_ENUM_PROFILES","features":[15]},{"name":"OID_GFT_ENUM_TABLES","features":[15]},{"name":"OID_GFT_EXACT_MATCH_PROFILE","features":[15]},{"name":"OID_GFT_FLOW_ENTRY_PARAMETERS","features":[15]},{"name":"OID_GFT_FREE_COUNTERS","features":[15]},{"name":"OID_GFT_GLOBAL_PARAMETERS","features":[15]},{"name":"OID_GFT_HARDWARE_CAPABILITIES","features":[15]},{"name":"OID_GFT_HEADER_TRANSPOSITION_PROFILE","features":[15]},{"name":"OID_GFT_STATISTICS","features":[15]},{"name":"OID_GFT_VPORT_PARAMETERS","features":[15]},{"name":"OID_GFT_WILDCARD_MATCH_PROFILE","features":[15]},{"name":"OID_IP4_OFFLOAD_STATS","features":[15]},{"name":"OID_IP6_OFFLOAD_STATS","features":[15]},{"name":"OID_IRDA_EXTRA_RCV_BOFS","features":[15]},{"name":"OID_IRDA_LINK_SPEED","features":[15]},{"name":"OID_IRDA_MAX_RECEIVE_WINDOW_SIZE","features":[15]},{"name":"OID_IRDA_MAX_SEND_WINDOW_SIZE","features":[15]},{"name":"OID_IRDA_MAX_UNICAST_LIST_SIZE","features":[15]},{"name":"OID_IRDA_MEDIA_BUSY","features":[15]},{"name":"OID_IRDA_RATE_SNIFF","features":[15]},{"name":"OID_IRDA_RECEIVING","features":[15]},{"name":"OID_IRDA_RESERVED1","features":[15]},{"name":"OID_IRDA_RESERVED2","features":[15]},{"name":"OID_IRDA_SUPPORTED_SPEEDS","features":[15]},{"name":"OID_IRDA_TURNAROUND_TIME","features":[15]},{"name":"OID_IRDA_UNICAST_LIST","features":[15]},{"name":"OID_KDNET_ADD_PF","features":[15]},{"name":"OID_KDNET_ENUMERATE_PFS","features":[15]},{"name":"OID_KDNET_QUERY_PF_INFORMATION","features":[15]},{"name":"OID_KDNET_REMOVE_PF","features":[15]},{"name":"OID_LTALK_COLLISIONS","features":[15]},{"name":"OID_LTALK_CURRENT_NODE_ID","features":[15]},{"name":"OID_LTALK_DEFERS","features":[15]},{"name":"OID_LTALK_FCS_ERRORS","features":[15]},{"name":"OID_LTALK_IN_BROADCASTS","features":[15]},{"name":"OID_LTALK_IN_LENGTH_ERRORS","features":[15]},{"name":"OID_LTALK_NO_DATA_ERRORS","features":[15]},{"name":"OID_LTALK_OUT_NO_HANDLERS","features":[15]},{"name":"OID_LTALK_RANDOM_CTS_ERRORS","features":[15]},{"name":"OID_NDK_CONNECTIONS","features":[15]},{"name":"OID_NDK_LOCAL_ENDPOINTS","features":[15]},{"name":"OID_NDK_SET_STATE","features":[15]},{"name":"OID_NDK_STATISTICS","features":[15]},{"name":"OID_NIC_SWITCH_ALLOCATE_VF","features":[15]},{"name":"OID_NIC_SWITCH_CREATE_SWITCH","features":[15]},{"name":"OID_NIC_SWITCH_CREATE_VPORT","features":[15]},{"name":"OID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[15]},{"name":"OID_NIC_SWITCH_DELETE_SWITCH","features":[15]},{"name":"OID_NIC_SWITCH_DELETE_VPORT","features":[15]},{"name":"OID_NIC_SWITCH_ENUM_SWITCHES","features":[15]},{"name":"OID_NIC_SWITCH_ENUM_VFS","features":[15]},{"name":"OID_NIC_SWITCH_ENUM_VPORTS","features":[15]},{"name":"OID_NIC_SWITCH_FREE_VF","features":[15]},{"name":"OID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[15]},{"name":"OID_NIC_SWITCH_PARAMETERS","features":[15]},{"name":"OID_NIC_SWITCH_VF_PARAMETERS","features":[15]},{"name":"OID_NIC_SWITCH_VPORT_PARAMETERS","features":[15]},{"name":"OID_OFFLOAD_ENCAPSULATION","features":[15]},{"name":"OID_PACKET_COALESCING_FILTER_MATCH_COUNT","features":[15]},{"name":"OID_PD_CLOSE_PROVIDER","features":[15]},{"name":"OID_PD_OPEN_PROVIDER","features":[15]},{"name":"OID_PD_QUERY_CURRENT_CONFIG","features":[15]},{"name":"OID_PM_ADD_PROTOCOL_OFFLOAD","features":[15]},{"name":"OID_PM_ADD_WOL_PATTERN","features":[15]},{"name":"OID_PM_CURRENT_CAPABILITIES","features":[15]},{"name":"OID_PM_GET_PROTOCOL_OFFLOAD","features":[15]},{"name":"OID_PM_HARDWARE_CAPABILITIES","features":[15]},{"name":"OID_PM_PARAMETERS","features":[15]},{"name":"OID_PM_PROTOCOL_OFFLOAD_LIST","features":[15]},{"name":"OID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[15]},{"name":"OID_PM_REMOVE_WOL_PATTERN","features":[15]},{"name":"OID_PM_RESERVED_1","features":[15]},{"name":"OID_PM_WOL_PATTERN_LIST","features":[15]},{"name":"OID_PNP_ADD_WAKE_UP_PATTERN","features":[15]},{"name":"OID_PNP_CAPABILITIES","features":[15]},{"name":"OID_PNP_ENABLE_WAKE_UP","features":[15]},{"name":"OID_PNP_QUERY_POWER","features":[15]},{"name":"OID_PNP_REMOVE_WAKE_UP_PATTERN","features":[15]},{"name":"OID_PNP_SET_POWER","features":[15]},{"name":"OID_PNP_WAKE_UP_ERROR","features":[15]},{"name":"OID_PNP_WAKE_UP_OK","features":[15]},{"name":"OID_PNP_WAKE_UP_PATTERN_LIST","features":[15]},{"name":"OID_QOS_CURRENT_CAPABILITIES","features":[15]},{"name":"OID_QOS_HARDWARE_CAPABILITIES","features":[15]},{"name":"OID_QOS_OFFLOAD_CREATE_SQ","features":[15]},{"name":"OID_QOS_OFFLOAD_CURRENT_CAPABILITIES","features":[15]},{"name":"OID_QOS_OFFLOAD_DELETE_SQ","features":[15]},{"name":"OID_QOS_OFFLOAD_ENUM_SQS","features":[15]},{"name":"OID_QOS_OFFLOAD_HARDWARE_CAPABILITIES","features":[15]},{"name":"OID_QOS_OFFLOAD_SQ_STATS","features":[15]},{"name":"OID_QOS_OFFLOAD_UPDATE_SQ","features":[15]},{"name":"OID_QOS_OPERATIONAL_PARAMETERS","features":[15]},{"name":"OID_QOS_PARAMETERS","features":[15]},{"name":"OID_QOS_REMOTE_PARAMETERS","features":[15]},{"name":"OID_QOS_RESERVED1","features":[15]},{"name":"OID_QOS_RESERVED10","features":[15]},{"name":"OID_QOS_RESERVED11","features":[15]},{"name":"OID_QOS_RESERVED12","features":[15]},{"name":"OID_QOS_RESERVED13","features":[15]},{"name":"OID_QOS_RESERVED14","features":[15]},{"name":"OID_QOS_RESERVED15","features":[15]},{"name":"OID_QOS_RESERVED16","features":[15]},{"name":"OID_QOS_RESERVED17","features":[15]},{"name":"OID_QOS_RESERVED18","features":[15]},{"name":"OID_QOS_RESERVED19","features":[15]},{"name":"OID_QOS_RESERVED2","features":[15]},{"name":"OID_QOS_RESERVED20","features":[15]},{"name":"OID_QOS_RESERVED3","features":[15]},{"name":"OID_QOS_RESERVED4","features":[15]},{"name":"OID_QOS_RESERVED5","features":[15]},{"name":"OID_QOS_RESERVED6","features":[15]},{"name":"OID_QOS_RESERVED7","features":[15]},{"name":"OID_QOS_RESERVED8","features":[15]},{"name":"OID_QOS_RESERVED9","features":[15]},{"name":"OID_RECEIVE_FILTER_ALLOCATE_QUEUE","features":[15]},{"name":"OID_RECEIVE_FILTER_CLEAR_FILTER","features":[15]},{"name":"OID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[15]},{"name":"OID_RECEIVE_FILTER_ENUM_FILTERS","features":[15]},{"name":"OID_RECEIVE_FILTER_ENUM_QUEUES","features":[15]},{"name":"OID_RECEIVE_FILTER_FREE_QUEUE","features":[15]},{"name":"OID_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[15]},{"name":"OID_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[15]},{"name":"OID_RECEIVE_FILTER_MOVE_FILTER","features":[15]},{"name":"OID_RECEIVE_FILTER_PARAMETERS","features":[15]},{"name":"OID_RECEIVE_FILTER_QUEUE_ALLOCATION_COMPLETE","features":[15]},{"name":"OID_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[15]},{"name":"OID_RECEIVE_FILTER_SET_FILTER","features":[15]},{"name":"OID_SRIOV_BAR_RESOURCES","features":[15]},{"name":"OID_SRIOV_CONFIG_STATE","features":[15]},{"name":"OID_SRIOV_CURRENT_CAPABILITIES","features":[15]},{"name":"OID_SRIOV_HARDWARE_CAPABILITIES","features":[15]},{"name":"OID_SRIOV_OVERLYING_ADAPTER_INFO","features":[15]},{"name":"OID_SRIOV_PF_LUID","features":[15]},{"name":"OID_SRIOV_PROBED_BARS","features":[15]},{"name":"OID_SRIOV_READ_VF_CONFIG_BLOCK","features":[15]},{"name":"OID_SRIOV_READ_VF_CONFIG_SPACE","features":[15]},{"name":"OID_SRIOV_RESET_VF","features":[15]},{"name":"OID_SRIOV_SET_VF_POWER_STATE","features":[15]},{"name":"OID_SRIOV_VF_INVALIDATE_CONFIG_BLOCK","features":[15]},{"name":"OID_SRIOV_VF_SERIAL_NUMBER","features":[15]},{"name":"OID_SRIOV_VF_VENDOR_DEVICE_ID","features":[15]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_BLOCK","features":[15]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_SPACE","features":[15]},{"name":"OID_SWITCH_FEATURE_STATUS_QUERY","features":[15]},{"name":"OID_SWITCH_NIC_ARRAY","features":[15]},{"name":"OID_SWITCH_NIC_CONNECT","features":[15]},{"name":"OID_SWITCH_NIC_CREATE","features":[15]},{"name":"OID_SWITCH_NIC_DELETE","features":[15]},{"name":"OID_SWITCH_NIC_DIRECT_REQUEST","features":[15]},{"name":"OID_SWITCH_NIC_DISCONNECT","features":[15]},{"name":"OID_SWITCH_NIC_REQUEST","features":[15]},{"name":"OID_SWITCH_NIC_RESTORE","features":[15]},{"name":"OID_SWITCH_NIC_RESTORE_COMPLETE","features":[15]},{"name":"OID_SWITCH_NIC_RESUME","features":[15]},{"name":"OID_SWITCH_NIC_SAVE","features":[15]},{"name":"OID_SWITCH_NIC_SAVE_COMPLETE","features":[15]},{"name":"OID_SWITCH_NIC_SUSPEND","features":[15]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_FINISHED","features":[15]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_STARTED","features":[15]},{"name":"OID_SWITCH_NIC_UPDATED","features":[15]},{"name":"OID_SWITCH_PARAMETERS","features":[15]},{"name":"OID_SWITCH_PORT_ARRAY","features":[15]},{"name":"OID_SWITCH_PORT_CREATE","features":[15]},{"name":"OID_SWITCH_PORT_DELETE","features":[15]},{"name":"OID_SWITCH_PORT_FEATURE_STATUS_QUERY","features":[15]},{"name":"OID_SWITCH_PORT_PROPERTY_ADD","features":[15]},{"name":"OID_SWITCH_PORT_PROPERTY_DELETE","features":[15]},{"name":"OID_SWITCH_PORT_PROPERTY_ENUM","features":[15]},{"name":"OID_SWITCH_PORT_PROPERTY_UPDATE","features":[15]},{"name":"OID_SWITCH_PORT_TEARDOWN","features":[15]},{"name":"OID_SWITCH_PORT_UPDATED","features":[15]},{"name":"OID_SWITCH_PROPERTY_ADD","features":[15]},{"name":"OID_SWITCH_PROPERTY_DELETE","features":[15]},{"name":"OID_SWITCH_PROPERTY_ENUM","features":[15]},{"name":"OID_SWITCH_PROPERTY_UPDATE","features":[15]},{"name":"OID_TAPI_ACCEPT","features":[15]},{"name":"OID_TAPI_ANSWER","features":[15]},{"name":"OID_TAPI_CLOSE","features":[15]},{"name":"OID_TAPI_CLOSE_CALL","features":[15]},{"name":"OID_TAPI_CONDITIONAL_MEDIA_DETECTION","features":[15]},{"name":"OID_TAPI_CONFIG_DIALOG","features":[15]},{"name":"OID_TAPI_DEV_SPECIFIC","features":[15]},{"name":"OID_TAPI_DIAL","features":[15]},{"name":"OID_TAPI_DROP","features":[15]},{"name":"OID_TAPI_GATHER_DIGITS","features":[15]},{"name":"OID_TAPI_GET_ADDRESS_CAPS","features":[15]},{"name":"OID_TAPI_GET_ADDRESS_ID","features":[15]},{"name":"OID_TAPI_GET_ADDRESS_STATUS","features":[15]},{"name":"OID_TAPI_GET_CALL_ADDRESS_ID","features":[15]},{"name":"OID_TAPI_GET_CALL_INFO","features":[15]},{"name":"OID_TAPI_GET_CALL_STATUS","features":[15]},{"name":"OID_TAPI_GET_DEV_CAPS","features":[15]},{"name":"OID_TAPI_GET_DEV_CONFIG","features":[15]},{"name":"OID_TAPI_GET_EXTENSION_ID","features":[15]},{"name":"OID_TAPI_GET_ID","features":[15]},{"name":"OID_TAPI_GET_LINE_DEV_STATUS","features":[15]},{"name":"OID_TAPI_MAKE_CALL","features":[15]},{"name":"OID_TAPI_MONITOR_DIGITS","features":[15]},{"name":"OID_TAPI_NEGOTIATE_EXT_VERSION","features":[15]},{"name":"OID_TAPI_OPEN","features":[15]},{"name":"OID_TAPI_PROVIDER_INITIALIZE","features":[15]},{"name":"OID_TAPI_PROVIDER_SHUTDOWN","features":[15]},{"name":"OID_TAPI_SECURE_CALL","features":[15]},{"name":"OID_TAPI_SELECT_EXT_VERSION","features":[15]},{"name":"OID_TAPI_SEND_USER_USER_INFO","features":[15]},{"name":"OID_TAPI_SET_APP_SPECIFIC","features":[15]},{"name":"OID_TAPI_SET_CALL_PARAMS","features":[15]},{"name":"OID_TAPI_SET_DEFAULT_MEDIA_DETECTION","features":[15]},{"name":"OID_TAPI_SET_DEV_CONFIG","features":[15]},{"name":"OID_TAPI_SET_MEDIA_MODE","features":[15]},{"name":"OID_TAPI_SET_STATUS_MESSAGES","features":[15]},{"name":"OID_TCP4_OFFLOAD_STATS","features":[15]},{"name":"OID_TCP6_OFFLOAD_STATS","features":[15]},{"name":"OID_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[15]},{"name":"OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[15]},{"name":"OID_TCP_CONNECTION_OFFLOAD_PARAMETERS","features":[15]},{"name":"OID_TCP_OFFLOAD_CURRENT_CONFIG","features":[15]},{"name":"OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[15]},{"name":"OID_TCP_OFFLOAD_PARAMETERS","features":[15]},{"name":"OID_TCP_RSC_STATISTICS","features":[15]},{"name":"OID_TCP_SAN_SUPPORT","features":[15]},{"name":"OID_TCP_TASK_IPSEC_ADD_SA","features":[15]},{"name":"OID_TCP_TASK_IPSEC_ADD_UDPESP_SA","features":[15]},{"name":"OID_TCP_TASK_IPSEC_DELETE_SA","features":[15]},{"name":"OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA","features":[15]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA","features":[15]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA_EX","features":[15]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_DELETE_SA","features":[15]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_UPDATE_SA","features":[15]},{"name":"OID_TCP_TASK_OFFLOAD","features":[15]},{"name":"OID_TIMESTAMP_CAPABILITY","features":[15]},{"name":"OID_TIMESTAMP_CURRENT_CONFIG","features":[15]},{"name":"OID_TIMESTAMP_GET_CROSSTIMESTAMP","features":[15]},{"name":"OID_TUNNEL_INTERFACE_RELEASE_OID","features":[15]},{"name":"OID_TUNNEL_INTERFACE_SET_OID","features":[15]},{"name":"OID_VLAN_RESERVED1","features":[15]},{"name":"OID_VLAN_RESERVED2","features":[15]},{"name":"OID_VLAN_RESERVED3","features":[15]},{"name":"OID_VLAN_RESERVED4","features":[15]},{"name":"OID_WAN_CO_GET_COMP_INFO","features":[15]},{"name":"OID_WAN_CO_GET_INFO","features":[15]},{"name":"OID_WAN_CO_GET_LINK_INFO","features":[15]},{"name":"OID_WAN_CO_GET_STATS_INFO","features":[15]},{"name":"OID_WAN_CO_SET_COMP_INFO","features":[15]},{"name":"OID_WAN_CO_SET_LINK_INFO","features":[15]},{"name":"OID_WAN_CURRENT_ADDRESS","features":[15]},{"name":"OID_WAN_GET_BRIDGE_INFO","features":[15]},{"name":"OID_WAN_GET_COMP_INFO","features":[15]},{"name":"OID_WAN_GET_INFO","features":[15]},{"name":"OID_WAN_GET_LINK_INFO","features":[15]},{"name":"OID_WAN_GET_STATS_INFO","features":[15]},{"name":"OID_WAN_HEADER_FORMAT","features":[15]},{"name":"OID_WAN_LINE_COUNT","features":[15]},{"name":"OID_WAN_MEDIUM_SUBTYPE","features":[15]},{"name":"OID_WAN_PERMANENT_ADDRESS","features":[15]},{"name":"OID_WAN_PROTOCOL_CAPS","features":[15]},{"name":"OID_WAN_PROTOCOL_TYPE","features":[15]},{"name":"OID_WAN_QUALITY_OF_SERVICE","features":[15]},{"name":"OID_WAN_SET_BRIDGE_INFO","features":[15]},{"name":"OID_WAN_SET_COMP_INFO","features":[15]},{"name":"OID_WAN_SET_LINK_INFO","features":[15]},{"name":"OID_WWAN_AUTH_CHALLENGE","features":[15]},{"name":"OID_WWAN_BASE_STATIONS_INFO","features":[15]},{"name":"OID_WWAN_CONNECT","features":[15]},{"name":"OID_WWAN_CREATE_MAC","features":[15]},{"name":"OID_WWAN_DELETE_MAC","features":[15]},{"name":"OID_WWAN_DEVICE_BINDINGS","features":[15]},{"name":"OID_WWAN_DEVICE_CAPS","features":[15]},{"name":"OID_WWAN_DEVICE_CAPS_EX","features":[15]},{"name":"OID_WWAN_DEVICE_RESET","features":[15]},{"name":"OID_WWAN_DEVICE_SERVICE_COMMAND","features":[15]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION","features":[15]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION_WRITE","features":[15]},{"name":"OID_WWAN_DRIVER_CAPS","features":[15]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICES","features":[15]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICE_COMMANDS","features":[15]},{"name":"OID_WWAN_HOME_PROVIDER","features":[15]},{"name":"OID_WWAN_IMS_VOICE_STATE","features":[15]},{"name":"OID_WWAN_LOCATION_STATE","features":[15]},{"name":"OID_WWAN_LTE_ATTACH_CONFIG","features":[15]},{"name":"OID_WWAN_LTE_ATTACH_STATUS","features":[15]},{"name":"OID_WWAN_MBIM_VERSION","features":[15]},{"name":"OID_WWAN_MODEM_CONFIG_INFO","features":[15]},{"name":"OID_WWAN_MODEM_LOGGING_CONFIG","features":[15]},{"name":"OID_WWAN_MPDP","features":[15]},{"name":"OID_WWAN_NETWORK_BLACKLIST","features":[15]},{"name":"OID_WWAN_NETWORK_IDLE_HINT","features":[15]},{"name":"OID_WWAN_NETWORK_PARAMS","features":[15]},{"name":"OID_WWAN_NITZ","features":[15]},{"name":"OID_WWAN_PACKET_SERVICE","features":[15]},{"name":"OID_WWAN_PCO","features":[15]},{"name":"OID_WWAN_PIN","features":[15]},{"name":"OID_WWAN_PIN_EX","features":[15]},{"name":"OID_WWAN_PIN_EX2","features":[15]},{"name":"OID_WWAN_PIN_LIST","features":[15]},{"name":"OID_WWAN_PREFERRED_MULTICARRIER_PROVIDERS","features":[15]},{"name":"OID_WWAN_PREFERRED_PROVIDERS","features":[15]},{"name":"OID_WWAN_PRESHUTDOWN","features":[15]},{"name":"OID_WWAN_PROVISIONED_CONTEXTS","features":[15]},{"name":"OID_WWAN_PS_MEDIA_CONFIG","features":[15]},{"name":"OID_WWAN_RADIO_STATE","features":[15]},{"name":"OID_WWAN_READY_INFO","features":[15]},{"name":"OID_WWAN_REGISTER_PARAMS","features":[15]},{"name":"OID_WWAN_REGISTER_STATE","features":[15]},{"name":"OID_WWAN_REGISTER_STATE_EX","features":[15]},{"name":"OID_WWAN_SAR_CONFIG","features":[15]},{"name":"OID_WWAN_SAR_TRANSMISSION_STATUS","features":[15]},{"name":"OID_WWAN_SERVICE_ACTIVATION","features":[15]},{"name":"OID_WWAN_SIGNAL_STATE","features":[15]},{"name":"OID_WWAN_SIGNAL_STATE_EX","features":[15]},{"name":"OID_WWAN_SLOT_INFO_STATUS","features":[15]},{"name":"OID_WWAN_SMS_CONFIGURATION","features":[15]},{"name":"OID_WWAN_SMS_DELETE","features":[15]},{"name":"OID_WWAN_SMS_READ","features":[15]},{"name":"OID_WWAN_SMS_SEND","features":[15]},{"name":"OID_WWAN_SMS_STATUS","features":[15]},{"name":"OID_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS","features":[15]},{"name":"OID_WWAN_SYS_CAPS","features":[15]},{"name":"OID_WWAN_SYS_SLOTMAPPINGS","features":[15]},{"name":"OID_WWAN_UE_POLICY","features":[15]},{"name":"OID_WWAN_UICC_ACCESS_BINARY","features":[15]},{"name":"OID_WWAN_UICC_ACCESS_RECORD","features":[15]},{"name":"OID_WWAN_UICC_APDU","features":[15]},{"name":"OID_WWAN_UICC_APP_LIST","features":[15]},{"name":"OID_WWAN_UICC_ATR","features":[15]},{"name":"OID_WWAN_UICC_CLOSE_CHANNEL","features":[15]},{"name":"OID_WWAN_UICC_FILE_STATUS","features":[15]},{"name":"OID_WWAN_UICC_OPEN_CHANNEL","features":[15]},{"name":"OID_WWAN_UICC_RESET","features":[15]},{"name":"OID_WWAN_UICC_TERMINAL_CAPABILITY","features":[15]},{"name":"OID_WWAN_USSD","features":[15]},{"name":"OID_WWAN_VENDOR_SPECIFIC","features":[15]},{"name":"OID_WWAN_VISIBLE_PROVIDERS","features":[15]},{"name":"OID_XBOX_ACC_RESERVED0","features":[15]},{"name":"OriginalNetBufferList","features":[15]},{"name":"OriginalPacketInfo","features":[15]},{"name":"PD_BUFFER_ATTR_BUILT_IN_DATA_BUFFER","features":[15]},{"name":"PD_BUFFER_FLAG_PARTIAL_PACKET_HEAD","features":[15]},{"name":"PD_BUFFER_MIN_RX_DATA_START_ALIGNMENT","features":[15]},{"name":"PD_BUFFER_MIN_RX_DATA_START_VALUE","features":[15]},{"name":"PD_BUFFER_MIN_TX_DATA_START_ALIGNMENT","features":[15]},{"name":"PERMANENT_VC","features":[15]},{"name":"PMKID_CANDIDATE","features":[15]},{"name":"PNDIS_TIMER_FUNCTION","features":[15]},{"name":"PROTCOL_CO_AF_REGISTER_NOTIFY","features":[15]},{"name":"PROTOCOL_CL_ADD_PARTY_COMPLETE","features":[15]},{"name":"PROTOCOL_CL_CALL_CONNECTED","features":[15]},{"name":"PROTOCOL_CL_CLOSE_AF_COMPLETE","features":[15]},{"name":"PROTOCOL_CL_CLOSE_CALL_COMPLETE","features":[15]},{"name":"PROTOCOL_CL_DEREGISTER_SAP_COMPLETE","features":[15]},{"name":"PROTOCOL_CL_DROP_PARTY_COMPLETE","features":[15]},{"name":"PROTOCOL_CL_INCOMING_CALL","features":[15]},{"name":"PROTOCOL_CL_INCOMING_CALL_QOS_CHANGE","features":[15]},{"name":"PROTOCOL_CL_INCOMING_CLOSE_CALL","features":[15]},{"name":"PROTOCOL_CL_INCOMING_DROP_PARTY","features":[15]},{"name":"PROTOCOL_CL_MAKE_CALL_COMPLETE","features":[15]},{"name":"PROTOCOL_CL_MODIFY_CALL_QOS_COMPLETE","features":[15]},{"name":"PROTOCOL_CL_OPEN_AF_COMPLETE","features":[15]},{"name":"PROTOCOL_CL_REGISTER_SAP_COMPLETE","features":[15]},{"name":"PROTOCOL_CM_ACTIVATE_VC_COMPLETE","features":[15]},{"name":"PROTOCOL_CM_ADD_PARTY","features":[15]},{"name":"PROTOCOL_CM_CLOSE_AF","features":[15]},{"name":"PROTOCOL_CM_CLOSE_CALL","features":[15]},{"name":"PROTOCOL_CM_DEACTIVATE_VC_COMPLETE","features":[15]},{"name":"PROTOCOL_CM_DEREGISTER_SAP","features":[15]},{"name":"PROTOCOL_CM_DROP_PARTY","features":[15]},{"name":"PROTOCOL_CM_INCOMING_CALL_COMPLETE","features":[15]},{"name":"PROTOCOL_CM_MAKE_CALL","features":[15]},{"name":"PROTOCOL_CM_MODIFY_QOS_CALL","features":[15]},{"name":"PROTOCOL_CM_OPEN_AF","features":[15]},{"name":"PROTOCOL_CM_REG_SAP","features":[15]},{"name":"PROTOCOL_CO_AF_REGISTER_NOTIFY","features":[15]},{"name":"PROTOCOL_CO_CREATE_VC","features":[15]},{"name":"PROTOCOL_CO_DELETE_VC","features":[15]},{"name":"PacketCancelId","features":[15]},{"name":"QUERY_CALL_PARAMETERS","features":[15]},{"name":"READABLE_LOCAL_CLOCK","features":[15]},{"name":"RECEIVE_TIME_INDICATION","features":[15]},{"name":"RECEIVE_TIME_INDICATION_CAPABLE","features":[15]},{"name":"RECEIVE_VC","features":[15]},{"name":"REFERENCE","features":[15,1]},{"name":"RESERVE_RESOURCES_VC","features":[15]},{"name":"ROUND_DOWN_FLOW","features":[15]},{"name":"ROUND_UP_FLOW","features":[15]},{"name":"STRINGFORMAT_ASCII","features":[15]},{"name":"STRINGFORMAT_BINARY","features":[15]},{"name":"STRINGFORMAT_DBCS","features":[15]},{"name":"STRINGFORMAT_UNICODE","features":[15]},{"name":"ScatterGatherListPacketInfo","features":[15]},{"name":"ShortPacketPaddingInfo","features":[15]},{"name":"TDI_PNP_HANDLER","features":[15,1]},{"name":"TDI_REGISTER_CALLBACK","features":[15,1]},{"name":"TIMED_SEND_CAPABLE","features":[15]},{"name":"TIME_STAMP_CAPABLE","features":[15]},{"name":"TRANSMIT_VC","features":[15]},{"name":"TRANSPORT_HEADER_OFFSET","features":[15]},{"name":"TRUNCATED_HASH_LEN","features":[15]},{"name":"TR_FILTER","features":[15]},{"name":"TcpIpChecksumPacketInfo","features":[15]},{"name":"TcpLargeSendPacketInfo","features":[15]},{"name":"UDP_ENCAP_TYPE","features":[15]},{"name":"USE_TIME_STAMPS","features":[15]},{"name":"VAR_STRING","features":[15]},{"name":"WAN_PROTOCOL_KEEPS_STATS","features":[15]},{"name":"W_CO_ACTIVATE_VC_HANDLER","features":[15]},{"name":"W_CO_CREATE_VC_HANDLER","features":[15]},{"name":"W_CO_DEACTIVATE_VC_HANDLER","features":[15]},{"name":"W_CO_DELETE_VC_HANDLER","features":[15]},{"name":"fNDIS_GUID_ALLOW_READ","features":[15]},{"name":"fNDIS_GUID_ALLOW_WRITE","features":[15]},{"name":"fNDIS_GUID_ANSI_STRING","features":[15]},{"name":"fNDIS_GUID_ARRAY","features":[15]},{"name":"fNDIS_GUID_METHOD","features":[15]},{"name":"fNDIS_GUID_NDIS_RESERVED","features":[15]},{"name":"fNDIS_GUID_SUPPORT_COMMON_HEADER","features":[15]},{"name":"fNDIS_GUID_TO_OID","features":[15]},{"name":"fNDIS_GUID_TO_STATUS","features":[15]},{"name":"fNDIS_GUID_UNICODE_STRING","features":[15]},{"name":"fPACKET_ALLOCATED_BY_NDIS","features":[15]},{"name":"fPACKET_CONTAINS_MEDIA_SPECIFIC_INFO","features":[15]},{"name":"fPACKET_WRAPPER_RESERVED","features":[15]}],"345":[{"name":"FWPM_SERVICE_STATE_CHANGE_CALLBACK0","features":[18,19]},{"name":"FwpmBfeStateGet0","features":[18,19]},{"name":"FwpmBfeStateSubscribeChanges0","features":[18,1,19]},{"name":"FwpmBfeStateUnsubscribeChanges0","features":[18,1]},{"name":"FwpmCalloutAdd0","features":[18,1,19,5]},{"name":"FwpmCalloutCreateEnumHandle0","features":[18,1,19]},{"name":"FwpmCalloutDeleteById0","features":[18,1]},{"name":"FwpmCalloutDeleteByKey0","features":[18,1]},{"name":"FwpmCalloutDestroyEnumHandle0","features":[18,1]},{"name":"FwpmCalloutEnum0","features":[18,1,19]},{"name":"FwpmCalloutGetById0","features":[18,1,19]},{"name":"FwpmCalloutGetByKey0","features":[18,1,19]},{"name":"FwpmCalloutGetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmCalloutSetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmConnectionCreateEnumHandle0","features":[18,1,19]},{"name":"FwpmConnectionDestroyEnumHandle0","features":[18,1]},{"name":"FwpmConnectionEnum0","features":[18,1,19]},{"name":"FwpmConnectionGetById0","features":[18,1,19]},{"name":"FwpmConnectionGetSecurityInfo0","features":[18,1,5]},{"name":"FwpmConnectionSetSecurityInfo0","features":[18,1,5]},{"name":"FwpmEngineClose0","features":[18,1]},{"name":"FwpmEngineGetOption0","features":[18,1,19,5]},{"name":"FwpmEngineGetSecurityInfo0","features":[18,1,5]},{"name":"FwpmEngineOpen0","features":[18,1,19,5,20]},{"name":"FwpmEngineSetOption0","features":[18,1,19,5]},{"name":"FwpmEngineSetSecurityInfo0","features":[18,1,5]},{"name":"FwpmFilterAdd0","features":[18,1,19,5]},{"name":"FwpmFilterCreateEnumHandle0","features":[18,1,19,5]},{"name":"FwpmFilterDeleteById0","features":[18,1]},{"name":"FwpmFilterDeleteByKey0","features":[18,1]},{"name":"FwpmFilterDestroyEnumHandle0","features":[18,1]},{"name":"FwpmFilterEnum0","features":[18,1,19,5]},{"name":"FwpmFilterGetById0","features":[18,1,19,5]},{"name":"FwpmFilterGetByKey0","features":[18,1,19,5]},{"name":"FwpmFilterGetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmFilterSetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmFreeMemory0","features":[18]},{"name":"FwpmIPsecTunnelAdd0","features":[18,1,19,5]},{"name":"FwpmIPsecTunnelAdd1","features":[18,1,19,5]},{"name":"FwpmIPsecTunnelAdd2","features":[18,1,19,5]},{"name":"FwpmIPsecTunnelAdd3","features":[18,1,19,5]},{"name":"FwpmIPsecTunnelDeleteByKey0","features":[18,1]},{"name":"FwpmLayerCreateEnumHandle0","features":[18,1,19]},{"name":"FwpmLayerDestroyEnumHandle0","features":[18,1]},{"name":"FwpmLayerEnum0","features":[18,1,19]},{"name":"FwpmLayerGetById0","features":[18,1,19]},{"name":"FwpmLayerGetByKey0","features":[18,1,19]},{"name":"FwpmLayerGetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmLayerSetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmNetEventCreateEnumHandle0","features":[18,1,19,5]},{"name":"FwpmNetEventDestroyEnumHandle0","features":[18,1]},{"name":"FwpmNetEventEnum0","features":[18,1,19,5]},{"name":"FwpmNetEventEnum1","features":[18,1,19,5]},{"name":"FwpmNetEventEnum2","features":[18,1,19,5]},{"name":"FwpmNetEventEnum3","features":[18,1,19,5]},{"name":"FwpmNetEventEnum4","features":[18,1,19,5]},{"name":"FwpmNetEventEnum5","features":[18,1,19,5]},{"name":"FwpmNetEventsGetSecurityInfo0","features":[18,1,5]},{"name":"FwpmNetEventsSetSecurityInfo0","features":[18,1,5]},{"name":"FwpmProviderAdd0","features":[18,1,19,5]},{"name":"FwpmProviderContextAdd0","features":[18,1,19,5]},{"name":"FwpmProviderContextAdd1","features":[18,1,19,5]},{"name":"FwpmProviderContextAdd2","features":[18,1,19,5]},{"name":"FwpmProviderContextAdd3","features":[18,1,19,5]},{"name":"FwpmProviderContextCreateEnumHandle0","features":[18,1,19]},{"name":"FwpmProviderContextDeleteById0","features":[18,1]},{"name":"FwpmProviderContextDeleteByKey0","features":[18,1]},{"name":"FwpmProviderContextDestroyEnumHandle0","features":[18,1]},{"name":"FwpmProviderContextEnum0","features":[18,1,19,5]},{"name":"FwpmProviderContextEnum1","features":[18,1,19,5]},{"name":"FwpmProviderContextEnum2","features":[18,1,19,5]},{"name":"FwpmProviderContextEnum3","features":[18,1,19,5]},{"name":"FwpmProviderContextGetById0","features":[18,1,19,5]},{"name":"FwpmProviderContextGetById1","features":[18,1,19,5]},{"name":"FwpmProviderContextGetById2","features":[18,1,19,5]},{"name":"FwpmProviderContextGetById3","features":[18,1,19,5]},{"name":"FwpmProviderContextGetByKey0","features":[18,1,19,5]},{"name":"FwpmProviderContextGetByKey1","features":[18,1,19,5]},{"name":"FwpmProviderContextGetByKey2","features":[18,1,19,5]},{"name":"FwpmProviderContextGetByKey3","features":[18,1,19,5]},{"name":"FwpmProviderContextGetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmProviderContextSetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmProviderCreateEnumHandle0","features":[18,1,19]},{"name":"FwpmProviderDeleteByKey0","features":[18,1]},{"name":"FwpmProviderDestroyEnumHandle0","features":[18,1]},{"name":"FwpmProviderEnum0","features":[18,1,19]},{"name":"FwpmProviderGetByKey0","features":[18,1,19]},{"name":"FwpmProviderGetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmProviderSetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmSessionCreateEnumHandle0","features":[18,1,19]},{"name":"FwpmSessionDestroyEnumHandle0","features":[18,1]},{"name":"FwpmSessionEnum0","features":[18,1,19,5]},{"name":"FwpmSubLayerAdd0","features":[18,1,19,5]},{"name":"FwpmSubLayerCreateEnumHandle0","features":[18,1,19]},{"name":"FwpmSubLayerDeleteByKey0","features":[18,1]},{"name":"FwpmSubLayerDestroyEnumHandle0","features":[18,1]},{"name":"FwpmSubLayerEnum0","features":[18,1,19]},{"name":"FwpmSubLayerGetByKey0","features":[18,1,19]},{"name":"FwpmSubLayerGetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmSubLayerSetSecurityInfoByKey0","features":[18,1,5]},{"name":"FwpmTransactionAbort0","features":[18,1]},{"name":"FwpmTransactionBegin0","features":[18,1]},{"name":"FwpmTransactionCommit0","features":[18,1]},{"name":"FwpmvSwitchEventsGetSecurityInfo0","features":[18,1,5]},{"name":"FwpmvSwitchEventsSetSecurityInfo0","features":[18,1,5]},{"name":"IPsecDospGetSecurityInfo0","features":[18,1,5]},{"name":"IPsecDospGetStatistics0","features":[18,1,19]},{"name":"IPsecDospSetSecurityInfo0","features":[18,1,5]},{"name":"IPsecDospStateCreateEnumHandle0","features":[18,1,19]},{"name":"IPsecDospStateDestroyEnumHandle0","features":[18,1]},{"name":"IPsecDospStateEnum0","features":[18,1,19]},{"name":"IPsecGetStatistics0","features":[18,1,19]},{"name":"IPsecGetStatistics1","features":[18,1,19]},{"name":"IPsecSaContextAddInbound0","features":[18,1,19]},{"name":"IPsecSaContextAddInbound1","features":[18,1,19]},{"name":"IPsecSaContextAddOutbound0","features":[18,1,19]},{"name":"IPsecSaContextAddOutbound1","features":[18,1,19]},{"name":"IPsecSaContextCreate0","features":[18,1,19]},{"name":"IPsecSaContextCreate1","features":[18,1,19]},{"name":"IPsecSaContextCreateEnumHandle0","features":[18,1,19,5]},{"name":"IPsecSaContextDeleteById0","features":[18,1]},{"name":"IPsecSaContextDestroyEnumHandle0","features":[18,1]},{"name":"IPsecSaContextEnum0","features":[18,1,19,5]},{"name":"IPsecSaContextEnum1","features":[18,1,19,5]},{"name":"IPsecSaContextExpire0","features":[18,1]},{"name":"IPsecSaContextGetById0","features":[18,1,19,5]},{"name":"IPsecSaContextGetById1","features":[18,1,19,5]},{"name":"IPsecSaContextGetSpi0","features":[18,1,19]},{"name":"IPsecSaContextGetSpi1","features":[18,1,19]},{"name":"IPsecSaContextSetSpi0","features":[18,1,19]},{"name":"IPsecSaContextUpdate0","features":[18,1,19,5]},{"name":"IPsecSaCreateEnumHandle0","features":[18,1,19]},{"name":"IPsecSaDbGetSecurityInfo0","features":[18,1,5]},{"name":"IPsecSaDbSetSecurityInfo0","features":[18,1,5]},{"name":"IPsecSaDestroyEnumHandle0","features":[18,1]},{"name":"IPsecSaEnum0","features":[18,1,19,5]},{"name":"IPsecSaEnum1","features":[18,1,19,5]},{"name":"IkeextGetStatistics0","features":[18,1,19]},{"name":"IkeextGetStatistics1","features":[18,1,19]},{"name":"IkeextSaCreateEnumHandle0","features":[18,1,19,5]},{"name":"IkeextSaDbGetSecurityInfo0","features":[18,1,5]},{"name":"IkeextSaDbSetSecurityInfo0","features":[18,1,5]},{"name":"IkeextSaDeleteById0","features":[18,1]},{"name":"IkeextSaDestroyEnumHandle0","features":[18,1]},{"name":"IkeextSaEnum0","features":[18,1,19]},{"name":"IkeextSaEnum1","features":[18,1,19]},{"name":"IkeextSaEnum2","features":[18,1,19]},{"name":"IkeextSaGetById0","features":[18,1,19]},{"name":"IkeextSaGetById1","features":[18,1,19]},{"name":"IkeextSaGetById2","features":[18,1,19]}],"346":[{"name":"ACE_HEADER","features":[6]},{"name":"ALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK","features":[6,1,21]},{"name":"ATOMIC_CREATE_ECP_CONTEXT","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_BEST_EFFORT","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_EOF_SPECIFIED","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_FILE_ATTRIBUTES_SPECIFIED","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_GEN_FLAGS_SPECIFIED","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_MARK_USN_SOURCE_INFO","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_OPERATION_MASK","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_OP_FLAGS_SPECIFIED","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_REPARSE_POINT_SPECIFIED","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SPARSE_SPECIFIED","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_DIR_CHANGE_NOTIFY","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_FILE_ATTRIBUTE_INHERITANCE","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_PARENT_TIMESTAMPS_UPDATE","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_TIMESTAMPS_SPECIFIED","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_VDL_SPECIFIED","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_WRITE_USN_CLOSE_RECORD","features":[6]},{"name":"ATOMIC_CREATE_ECP_IN_OP_FLAG_CASE_SENSITIVE_FLAGS_SPECIFIED","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_EOF_SET","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTES_RETURNED","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTES_SET","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTE_INHERITANCE_SUPPRESSED","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_OPERATION_MASK","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_OP_FLAGS_HONORED","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_REPARSE_POINT_SET","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_SPARSE_SET","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_TIMESTAMPS_RETURNED","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_TIMESTAMPS_SET","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_CLOSE_RECORD_WRITTEN","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_RETURNED","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_SOURCE_INFO_MARKED","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_VDL_SET","features":[6]},{"name":"ATOMIC_CREATE_ECP_OUT_OP_FLAG_CASE_SENSITIVE_FLAGS_SET","features":[6]},{"name":"ApplyControlToken","features":[6]},{"name":"AuditAccessCheck","features":[6]},{"name":"AuditCloseNonObject","features":[6]},{"name":"AuditCloseObject","features":[6]},{"name":"AuditDeleteObject","features":[6]},{"name":"AuditHandleCreation","features":[6]},{"name":"AuditObjectReference","features":[6]},{"name":"AuditOpenNonObject","features":[6]},{"name":"AuditOpenObject","features":[6]},{"name":"AuditOpenObjectForDelete","features":[6]},{"name":"AuditOpenObjectForDeleteWithTransaction","features":[6]},{"name":"AuditOpenObjectWithTransaction","features":[6]},{"name":"AuditPrivilegeObject","features":[6]},{"name":"AuditPrivilegeService","features":[6]},{"name":"BASE_MCB","features":[6]},{"name":"BOOT_AREA_INFO","features":[6]},{"name":"CACHE_MANAGER_CALLBACKS","features":[6,1]},{"name":"CACHE_MANAGER_CALLBACKS_EX","features":[6,1]},{"name":"CACHE_MANAGER_CALLBACKS_EX_V1","features":[6]},{"name":"CACHE_MANAGER_CALLBACK_FUNCTIONS","features":[6,1]},{"name":"CACHE_UNINITIALIZE_EVENT","features":[3,6,1,8]},{"name":"CACHE_USE_DIRECT_ACCESS_MAPPING","features":[6]},{"name":"CACHE_VALID_FLAGS","features":[6]},{"name":"CC_ACQUIRE_DONT_WAIT","features":[6]},{"name":"CC_ACQUIRE_SUPPORTS_ASYNC_LAZYWRITE","features":[6]},{"name":"CC_AGGRESSIVE_UNMAP_BEHIND","features":[6]},{"name":"CC_ASYNC_READ_CONTEXT","features":[3,6,1]},{"name":"CC_DISABLE_DIRTY_PAGE_TRACKING","features":[6]},{"name":"CC_DISABLE_READ_AHEAD","features":[6]},{"name":"CC_DISABLE_UNMAP_BEHIND","features":[6]},{"name":"CC_DISABLE_WRITE_BEHIND","features":[6]},{"name":"CC_ENABLE_CPU_CACHE","features":[6]},{"name":"CC_ENABLE_DISK_IO_ACCOUNTING","features":[6]},{"name":"CC_ERROR_CALLBACK_CONTEXT","features":[6,1]},{"name":"CC_FILE_SIZES","features":[6]},{"name":"CC_FLUSH_AND_PURGE_GATHER_DIRTY_BITS","features":[6]},{"name":"CC_FLUSH_AND_PURGE_NO_PURGE","features":[6]},{"name":"CC_FLUSH_AND_PURGE_WRITEABLE_VIEWS_NOTSEEN","features":[6]},{"name":"COMPRESSED_DATA_INFO","features":[6]},{"name":"COMPRESSION_ENGINE_MASK","features":[6]},{"name":"COMPRESSION_ENGINE_MAX","features":[6]},{"name":"COMPRESSION_FORMAT_MASK","features":[6]},{"name":"COMPRESSION_FORMAT_MAX","features":[6]},{"name":"CONTAINER_ROOT_INFO_INPUT","features":[6]},{"name":"CONTAINER_ROOT_INFO_OUTPUT","features":[6]},{"name":"CONTAINER_VOLUME_STATE","features":[6]},{"name":"COPY_INFORMATION","features":[3,6,4,1,5,7,8,9]},{"name":"CPTABLEINFO","features":[6]},{"name":"CREATE_REDIRECTION_ECP_CONTEXT","features":[6,22]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_LAYER","features":[6]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_REGISTERED_LAYER","features":[6]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_REMOTE_LAYER","features":[6]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_SCRATCH","features":[6]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_USER_MODE","features":[6]},{"name":"CREATE_USN_JOURNAL_DATA","features":[6]},{"name":"CSV_DOWN_LEVEL_FILE_TYPE","features":[6]},{"name":"CSV_DOWN_LEVEL_OPEN_ECP_CONTEXT","features":[6,1]},{"name":"CSV_QUERY_FILE_REVISION_ECP_CONTEXT","features":[6]},{"name":"CSV_QUERY_FILE_REVISION_ECP_CONTEXT_FILE_ID_128","features":[6,22]},{"name":"CSV_SET_HANDLE_PROPERTIES_ECP_CONTEXT","features":[6]},{"name":"CSV_SET_HANDLE_PROPERTIES_ECP_CONTEXT_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[6]},{"name":"CcAsyncCopyRead","features":[3,6,4,1,5,7,8,9]},{"name":"CcCanIWrite","features":[3,6,4,1,5,7,8,9]},{"name":"CcCoherencyFlushAndPurgeCache","features":[3,6,1,7]},{"name":"CcCopyRead","features":[3,6,4,1,5,7,8,9]},{"name":"CcCopyReadEx","features":[3,6,4,1,5,7,8,9]},{"name":"CcCopyWrite","features":[3,6,4,1,5,7,8,9]},{"name":"CcCopyWriteEx","features":[3,6,4,1,5,7,8,9]},{"name":"CcCopyWriteWontFlush","features":[3,6,4,1,5,7,8,9]},{"name":"CcDeferWrite","features":[3,6,4,1,5,7,8,9]},{"name":"CcErrorCallbackRoutine","features":[6,1]},{"name":"CcFastCopyRead","features":[3,6,4,1,5,7,8,9]},{"name":"CcFastCopyWrite","features":[3,6,4,1,5,7,8,9]},{"name":"CcFlushCache","features":[3,6,1,7]},{"name":"CcGetDirtyPages","features":[3,6,4,1,5,7,8,9]},{"name":"CcGetFileObjectFromBcb","features":[3,6,4,1,5,7,8,9]},{"name":"CcGetFileObjectFromSectionPtrs","features":[3,6,4,1,5,7,8,9]},{"name":"CcGetFileObjectFromSectionPtrsRef","features":[3,6,4,1,5,7,8,9]},{"name":"CcGetFlushedValidData","features":[3,6,1]},{"name":"CcInitializeCacheMap","features":[3,6,4,1,5,7,8,9]},{"name":"CcInitializeCacheMapEx","features":[3,6,4,1,5,7,8,9]},{"name":"CcIsCacheManagerCallbackNeeded","features":[6,1]},{"name":"CcIsThereDirtyData","features":[3,6,4,1,5,7,8,9]},{"name":"CcIsThereDirtyDataEx","features":[3,6,4,1,5,7,8,9]},{"name":"CcMapData","features":[3,6,4,1,5,7,8,9]},{"name":"CcMdlRead","features":[3,6,4,1,5,7,8,9]},{"name":"CcMdlReadComplete","features":[3,6,4,1,5,7,8,9]},{"name":"CcMdlWriteAbort","features":[3,6,4,1,5,7,8,9]},{"name":"CcMdlWriteComplete","features":[3,6,4,1,5,7,8,9]},{"name":"CcPinMappedData","features":[3,6,4,1,5,7,8,9]},{"name":"CcPinRead","features":[3,6,4,1,5,7,8,9]},{"name":"CcPrepareMdlWrite","features":[3,6,4,1,5,7,8,9]},{"name":"CcPreparePinWrite","features":[3,6,4,1,5,7,8,9]},{"name":"CcPurgeCacheSection","features":[3,6,1]},{"name":"CcRemapBcb","features":[6]},{"name":"CcRepinBcb","features":[6]},{"name":"CcScheduleReadAhead","features":[3,6,4,1,5,7,8,9]},{"name":"CcScheduleReadAheadEx","features":[3,6,4,1,5,7,8,9]},{"name":"CcSetAdditionalCacheAttributes","features":[3,6,4,1,5,7,8,9]},{"name":"CcSetAdditionalCacheAttributesEx","features":[3,6,4,1,5,7,8,9]},{"name":"CcSetBcbOwnerPointer","features":[6]},{"name":"CcSetDirtyPageThreshold","features":[3,6,4,1,5,7,8,9]},{"name":"CcSetDirtyPinnedData","features":[6]},{"name":"CcSetFileSizes","features":[3,6,4,1,5,7,8,9]},{"name":"CcSetFileSizesEx","features":[3,6,4,1,5,7,8,9]},{"name":"CcSetLogHandleForFile","features":[3,6,4,1,5,7,8,9]},{"name":"CcSetParallelFlushFile","features":[3,6,4,1,5,7,8,9]},{"name":"CcSetReadAheadGranularity","features":[3,6,4,1,5,7,8,9]},{"name":"CcUninitializeCacheMap","features":[3,6,4,1,5,7,8,9]},{"name":"CcUnpinData","features":[6]},{"name":"CcUnpinDataForThread","features":[6]},{"name":"CcUnpinRepinnedBcb","features":[6,1,7]},{"name":"CcWaitForCurrentLazyWriterActivity","features":[6,1]},{"name":"CcZeroData","features":[3,6,4,1,5,7,8,9]},{"name":"ChangeDataControlArea","features":[6]},{"name":"ChangeImageControlArea","features":[6]},{"name":"ChangeSharedCacheMap","features":[6]},{"name":"CompleteAuthToken","features":[6]},{"name":"CsvCsvFsInternalFileObject","features":[6]},{"name":"CsvDownLevelFileObject","features":[6]},{"name":"DD_MUP_DEVICE_NAME","features":[6]},{"name":"DEVICE_RESET_KEEP_STACK","features":[6]},{"name":"DEVICE_RESET_RESERVED_0","features":[6]},{"name":"DEVICE_RESET_RESERVED_1","features":[6]},{"name":"DO_BOOT_CRITICAL","features":[6]},{"name":"DO_BUFFERED_IO","features":[6]},{"name":"DO_BUS_ENUMERATED_DEVICE","features":[6]},{"name":"DO_DAX_VOLUME","features":[6]},{"name":"DO_DEVICE_HAS_NAME","features":[6]},{"name":"DO_DEVICE_INITIALIZING","features":[6]},{"name":"DO_DEVICE_IRP_REQUIRES_EXTENSION","features":[6]},{"name":"DO_DEVICE_TO_BE_RESET","features":[6]},{"name":"DO_DIRECT_IO","features":[6]},{"name":"DO_DISALLOW_EXECUTE","features":[6]},{"name":"DO_EXCLUSIVE","features":[6]},{"name":"DO_FORCE_NEITHER_IO","features":[6]},{"name":"DO_LONG_TERM_REQUESTS","features":[6]},{"name":"DO_LOW_PRIORITY_FILESYSTEM","features":[6]},{"name":"DO_MAP_IO_BUFFER","features":[6]},{"name":"DO_NEVER_LAST_DEVICE","features":[6]},{"name":"DO_NOT_PURGE_DIRTY_PAGES","features":[6]},{"name":"DO_NOT_RETRY_PURGE","features":[6]},{"name":"DO_POWER_INRUSH","features":[6]},{"name":"DO_POWER_PAGABLE","features":[6]},{"name":"DO_SHUTDOWN_REGISTERED","features":[6]},{"name":"DO_SUPPORTS_PERSISTENT_ACLS","features":[6]},{"name":"DO_SUPPORTS_TRANSACTIONS","features":[6]},{"name":"DO_SYSTEM_BOOT_PARTITION","features":[6]},{"name":"DO_SYSTEM_CRITICAL_PARTITION","features":[6]},{"name":"DO_SYSTEM_SYSTEM_PARTITION","features":[6]},{"name":"DO_VERIFY_VOLUME","features":[6]},{"name":"DO_VOLUME_DEVICE_OBJECT","features":[6]},{"name":"DUAL_OPLOCK_KEY_ECP_CONTEXT","features":[6,1]},{"name":"DUPLICATE_CLUSTER_DATA","features":[6]},{"name":"DfsLinkTrackingInformation","features":[6]},{"name":"EA_NAME_NETWORK_OPEN_ECP_INTEGRITY","features":[6]},{"name":"EA_NAME_NETWORK_OPEN_ECP_INTEGRITY_U","features":[6]},{"name":"EA_NAME_NETWORK_OPEN_ECP_PRIVACY","features":[6]},{"name":"EA_NAME_NETWORK_OPEN_ECP_PRIVACY_U","features":[6]},{"name":"ECP_OPEN_PARAMETERS","features":[6]},{"name":"ECP_OPEN_PARAMETERS_FLAG_FAIL_ON_CASE_SENSITIVE_DIR","features":[6]},{"name":"ECP_OPEN_PARAMETERS_FLAG_IGNORE_DIR_CASE_SENSITIVITY","features":[6]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_DELETE","features":[6]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_READ","features":[6]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_WRITE","features":[6]},{"name":"ECP_TYPE_CLFS_CREATE_CONTAINER","features":[6]},{"name":"ECP_TYPE_IO_STOP_ON_SYMLINK_FILTER_GUID","features":[6]},{"name":"ECP_TYPE_OPEN_REPARSE_GUID","features":[6]},{"name":"EOF_WAIT_BLOCK","features":[3,6,1,8]},{"name":"EVENT_INCREMENT","features":[6]},{"name":"EXTENT_READ_CACHE_INFO_BUFFER","features":[6]},{"name":"EqualTo","features":[6]},{"name":"ExDisableResourceBoostLite","features":[3,6,8]},{"name":"ExQueryPoolBlockSize","features":[6,1]},{"name":"ExportSecurityContext","features":[6]},{"name":"FAST_IO_POSSIBLE","features":[6]},{"name":"FILE_ACCESS_INFORMATION","features":[6]},{"name":"FILE_ACTION_ADDED_STREAM","features":[6]},{"name":"FILE_ACTION_ID_NOT_TUNNELLED","features":[6]},{"name":"FILE_ACTION_MODIFIED_STREAM","features":[6]},{"name":"FILE_ACTION_REMOVED_BY_DELETE","features":[6]},{"name":"FILE_ACTION_REMOVED_STREAM","features":[6]},{"name":"FILE_ACTION_TUNNELLED_ID_COLLISION","features":[6]},{"name":"FILE_ALIGNMENT_INFORMATION","features":[6]},{"name":"FILE_ALLOCATION_INFORMATION","features":[6]},{"name":"FILE_ALL_INFORMATION","features":[6,1]},{"name":"FILE_BASIC_INFORMATION","features":[6]},{"name":"FILE_BOTH_DIR_INFORMATION","features":[6]},{"name":"FILE_CASE_SENSITIVE_INFORMATION","features":[6]},{"name":"FILE_CLEANUP_FILE_DELETED","features":[6]},{"name":"FILE_CLEANUP_FILE_REMAINS","features":[6]},{"name":"FILE_CLEANUP_LINK_DELETED","features":[6]},{"name":"FILE_CLEANUP_POSIX_STYLE_DELETE","features":[6]},{"name":"FILE_CLEANUP_STREAM_DELETED","features":[6]},{"name":"FILE_CLEANUP_UNKNOWN","features":[6]},{"name":"FILE_CLEANUP_WRONG_DEVICE","features":[6]},{"name":"FILE_COMPLETE_IF_OPLOCKED","features":[6]},{"name":"FILE_COMPLETION_INFORMATION","features":[6,1]},{"name":"FILE_COMPRESSION_INFORMATION","features":[6]},{"name":"FILE_CONTAINS_EXTENDED_CREATE_INFORMATION","features":[6]},{"name":"FILE_CREATE","features":[6]},{"name":"FILE_CREATE_TREE_CONNECTION","features":[6]},{"name":"FILE_DELETE_ON_CLOSE","features":[6]},{"name":"FILE_DIRECTORY_FILE","features":[6]},{"name":"FILE_DIRECTORY_INFORMATION","features":[6]},{"name":"FILE_DISALLOW_EXCLUSIVE","features":[6]},{"name":"FILE_DISPOSITION_DELETE","features":[6]},{"name":"FILE_DISPOSITION_DO_NOT_DELETE","features":[6]},{"name":"FILE_DISPOSITION_FORCE_IMAGE_SECTION_CHECK","features":[6]},{"name":"FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE","features":[6]},{"name":"FILE_DISPOSITION_INFORMATION","features":[6,1]},{"name":"FILE_DISPOSITION_INFORMATION_EX","features":[6]},{"name":"FILE_DISPOSITION_INFORMATION_EX_FLAGS","features":[6]},{"name":"FILE_DISPOSITION_ON_CLOSE","features":[6]},{"name":"FILE_DISPOSITION_POSIX_SEMANTICS","features":[6]},{"name":"FILE_EA_INFORMATION","features":[6]},{"name":"FILE_EA_TYPE_ASCII","features":[6]},{"name":"FILE_EA_TYPE_ASN1","features":[6]},{"name":"FILE_EA_TYPE_BINARY","features":[6]},{"name":"FILE_EA_TYPE_BITMAP","features":[6]},{"name":"FILE_EA_TYPE_EA","features":[6]},{"name":"FILE_EA_TYPE_FAMILY_IDS","features":[6]},{"name":"FILE_EA_TYPE_ICON","features":[6]},{"name":"FILE_EA_TYPE_METAFILE","features":[6]},{"name":"FILE_EA_TYPE_MVMT","features":[6]},{"name":"FILE_EA_TYPE_MVST","features":[6]},{"name":"FILE_END_OF_FILE_INFORMATION_EX","features":[6]},{"name":"FILE_FS_ATTRIBUTE_INFORMATION","features":[6]},{"name":"FILE_FS_CONTROL_INFORMATION","features":[6]},{"name":"FILE_FS_DATA_COPY_INFORMATION","features":[6]},{"name":"FILE_FS_DRIVER_PATH_INFORMATION","features":[6,1]},{"name":"FILE_FS_SECTOR_SIZE_INFORMATION","features":[6]},{"name":"FILE_FS_VOLUME_FLAGS_INFORMATION","features":[6]},{"name":"FILE_FULL_DIR_INFORMATION","features":[6]},{"name":"FILE_FULL_EA_INFORMATION","features":[6]},{"name":"FILE_GET_EA_INFORMATION","features":[6]},{"name":"FILE_GET_QUOTA_INFORMATION","features":[6,5]},{"name":"FILE_ID_BOTH_DIR_INFORMATION","features":[6]},{"name":"FILE_ID_EXTD_BOTH_DIR_INFORMATION","features":[6,22]},{"name":"FILE_ID_EXTD_DIR_INFORMATION","features":[6,22]},{"name":"FILE_ID_FULL_DIR_INFORMATION","features":[6]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFORMATION","features":[6]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_VISIBLE_OUTSIDE_TX","features":[6]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_VISIBLE_TO_TX","features":[6]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_WRITELOCKED","features":[6]},{"name":"FILE_ID_INFORMATION","features":[6,22]},{"name":"FILE_INFORMATION_CLASS","features":[6]},{"name":"FILE_INFORMATION_DEFINITION","features":[6]},{"name":"FILE_INTERNAL_INFORMATION","features":[6]},{"name":"FILE_KNOWN_FOLDER_INFORMATION","features":[6]},{"name":"FILE_KNOWN_FOLDER_TYPE","features":[6]},{"name":"FILE_LINKS_FULL_ID_INFORMATION","features":[6,22]},{"name":"FILE_LINKS_INFORMATION","features":[6]},{"name":"FILE_LINK_ENTRY_FULL_ID_INFORMATION","features":[6,22]},{"name":"FILE_LINK_ENTRY_INFORMATION","features":[6]},{"name":"FILE_LINK_FORCE_RESIZE_SOURCE_SR","features":[6]},{"name":"FILE_LINK_FORCE_RESIZE_SR","features":[6]},{"name":"FILE_LINK_FORCE_RESIZE_TARGET_SR","features":[6]},{"name":"FILE_LINK_IGNORE_READONLY_ATTRIBUTE","features":[6]},{"name":"FILE_LINK_INFORMATION","features":[6,1]},{"name":"FILE_LINK_NO_DECREASE_AVAILABLE_SPACE","features":[6]},{"name":"FILE_LINK_NO_INCREASE_AVAILABLE_SPACE","features":[6]},{"name":"FILE_LINK_POSIX_SEMANTICS","features":[6]},{"name":"FILE_LINK_PRESERVE_AVAILABLE_SPACE","features":[6]},{"name":"FILE_LINK_REPLACE_IF_EXISTS","features":[6]},{"name":"FILE_LINK_SUPPRESS_STORAGE_RESERVE_INHERITANCE","features":[6]},{"name":"FILE_LOCK","features":[3,6,4,1,5,7,8,9]},{"name":"FILE_LOCK_INFO","features":[3,6,4,1,5,7,8,9]},{"name":"FILE_MAILSLOT_QUERY_INFORMATION","features":[6]},{"name":"FILE_MAILSLOT_SET_INFORMATION","features":[6]},{"name":"FILE_MODE_INFORMATION","features":[6]},{"name":"FILE_MOVE_CLUSTER_INFORMATION","features":[6,1]},{"name":"FILE_NAMES_INFORMATION","features":[6]},{"name":"FILE_NAME_INFORMATION","features":[6]},{"name":"FILE_NEED_EA","features":[6]},{"name":"FILE_NETWORK_OPEN_INFORMATION","features":[6]},{"name":"FILE_NETWORK_PHYSICAL_NAME_INFORMATION","features":[6]},{"name":"FILE_NON_DIRECTORY_FILE","features":[6]},{"name":"FILE_NOTIFY_CHANGE_EA","features":[6]},{"name":"FILE_NOTIFY_CHANGE_NAME","features":[6]},{"name":"FILE_NOTIFY_CHANGE_STREAM_NAME","features":[6]},{"name":"FILE_NOTIFY_CHANGE_STREAM_SIZE","features":[6]},{"name":"FILE_NOTIFY_CHANGE_STREAM_WRITE","features":[6]},{"name":"FILE_NOTIFY_VALID_MASK","features":[6]},{"name":"FILE_NO_COMPRESSION","features":[6]},{"name":"FILE_NO_EA_KNOWLEDGE","features":[6]},{"name":"FILE_NO_INTERMEDIATE_BUFFERING","features":[6]},{"name":"FILE_OBJECTID_INFORMATION","features":[6]},{"name":"FILE_OPBATCH_BREAK_UNDERWAY","features":[6]},{"name":"FILE_OPEN","features":[6]},{"name":"FILE_OPEN_BY_FILE_ID","features":[6]},{"name":"FILE_OPEN_FOR_BACKUP_INTENT","features":[6]},{"name":"FILE_OPEN_FOR_FREE_SPACE_QUERY","features":[6]},{"name":"FILE_OPEN_IF","features":[6]},{"name":"FILE_OPEN_NO_RECALL","features":[6]},{"name":"FILE_OPEN_REPARSE_POINT","features":[6]},{"name":"FILE_OPEN_REQUIRING_OPLOCK","features":[6]},{"name":"FILE_OPLOCK_BROKEN_TO_LEVEL_2","features":[6]},{"name":"FILE_OPLOCK_BROKEN_TO_NONE","features":[6]},{"name":"FILE_OVERWRITE","features":[6]},{"name":"FILE_OVERWRITE_IF","features":[6]},{"name":"FILE_PIPE_ACCEPT_REMOTE_CLIENTS","features":[6]},{"name":"FILE_PIPE_ASSIGN_EVENT_BUFFER","features":[6,1]},{"name":"FILE_PIPE_BYTE_STREAM_MODE","features":[6]},{"name":"FILE_PIPE_BYTE_STREAM_TYPE","features":[6]},{"name":"FILE_PIPE_CLIENT_END","features":[6]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER","features":[6]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER_EX","features":[6]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER_V2","features":[6]},{"name":"FILE_PIPE_CLOSING_STATE","features":[6]},{"name":"FILE_PIPE_COMPLETE_OPERATION","features":[6]},{"name":"FILE_PIPE_COMPUTER_NAME_LENGTH","features":[6]},{"name":"FILE_PIPE_CONNECTED_STATE","features":[6]},{"name":"FILE_PIPE_CREATE_SYMLINK_INPUT","features":[6]},{"name":"FILE_PIPE_DELETE_SYMLINK_INPUT","features":[6]},{"name":"FILE_PIPE_DISCONNECTED_STATE","features":[6]},{"name":"FILE_PIPE_EVENT_BUFFER","features":[6]},{"name":"FILE_PIPE_FULL_DUPLEX","features":[6]},{"name":"FILE_PIPE_INBOUND","features":[6]},{"name":"FILE_PIPE_INFORMATION","features":[6]},{"name":"FILE_PIPE_LISTENING_STATE","features":[6]},{"name":"FILE_PIPE_LOCAL_INFORMATION","features":[6]},{"name":"FILE_PIPE_MESSAGE_MODE","features":[6]},{"name":"FILE_PIPE_MESSAGE_TYPE","features":[6]},{"name":"FILE_PIPE_OUTBOUND","features":[6]},{"name":"FILE_PIPE_PEEK_BUFFER","features":[6]},{"name":"FILE_PIPE_QUEUE_OPERATION","features":[6]},{"name":"FILE_PIPE_READ_DATA","features":[6]},{"name":"FILE_PIPE_REJECT_REMOTE_CLIENTS","features":[6]},{"name":"FILE_PIPE_REMOTE_INFORMATION","features":[6]},{"name":"FILE_PIPE_SERVER_END","features":[6]},{"name":"FILE_PIPE_SILO_ARRIVAL_INPUT","features":[6,1]},{"name":"FILE_PIPE_SYMLINK_FLAG_GLOBAL","features":[6]},{"name":"FILE_PIPE_SYMLINK_FLAG_RELATIVE","features":[6]},{"name":"FILE_PIPE_TYPE_VALID_MASK","features":[6]},{"name":"FILE_PIPE_WAIT_FOR_BUFFER","features":[6,1]},{"name":"FILE_PIPE_WRITE_SPACE","features":[6]},{"name":"FILE_POSITION_INFORMATION","features":[6]},{"name":"FILE_QUOTA_INFORMATION","features":[6,5]},{"name":"FILE_RANDOM_ACCESS","features":[6]},{"name":"FILE_REMOTE_PROTOCOL_INFORMATION","features":[6]},{"name":"FILE_RENAME_FORCE_RESIZE_SOURCE_SR","features":[6]},{"name":"FILE_RENAME_FORCE_RESIZE_SR","features":[6]},{"name":"FILE_RENAME_FORCE_RESIZE_TARGET_SR","features":[6]},{"name":"FILE_RENAME_IGNORE_READONLY_ATTRIBUTE","features":[6]},{"name":"FILE_RENAME_INFORMATION","features":[6,1]},{"name":"FILE_RENAME_NO_DECREASE_AVAILABLE_SPACE","features":[6]},{"name":"FILE_RENAME_NO_INCREASE_AVAILABLE_SPACE","features":[6]},{"name":"FILE_RENAME_POSIX_SEMANTICS","features":[6]},{"name":"FILE_RENAME_PRESERVE_AVAILABLE_SPACE","features":[6]},{"name":"FILE_RENAME_REPLACE_IF_EXISTS","features":[6]},{"name":"FILE_RENAME_SUPPRESS_PIN_STATE_INHERITANCE","features":[6]},{"name":"FILE_RENAME_SUPPRESS_STORAGE_RESERVE_INHERITANCE","features":[6]},{"name":"FILE_REPARSE_POINT_INFORMATION","features":[6]},{"name":"FILE_RESERVE_OPFILTER","features":[6]},{"name":"FILE_SEQUENTIAL_ONLY","features":[6]},{"name":"FILE_SESSION_AWARE","features":[6]},{"name":"FILE_STANDARD_INFORMATION","features":[6,1]},{"name":"FILE_STANDARD_LINK_INFORMATION","features":[6,1]},{"name":"FILE_STAT_INFORMATION","features":[6]},{"name":"FILE_STAT_LX_INFORMATION","features":[6]},{"name":"FILE_STORAGE_RESERVE_ID_INFORMATION","features":[6,23]},{"name":"FILE_STREAM_INFORMATION","features":[6]},{"name":"FILE_SUPERSEDE","features":[6]},{"name":"FILE_SYNCHRONOUS_IO_ALERT","features":[6]},{"name":"FILE_SYNCHRONOUS_IO_NONALERT","features":[6]},{"name":"FILE_TIMESTAMPS","features":[6]},{"name":"FILE_TRACKING_INFORMATION","features":[6,1]},{"name":"FILE_VC_CONTENT_INDEX_DISABLED","features":[6]},{"name":"FILE_VC_LOG_QUOTA_LIMIT","features":[6]},{"name":"FILE_VC_LOG_QUOTA_THRESHOLD","features":[6]},{"name":"FILE_VC_LOG_VOLUME_LIMIT","features":[6]},{"name":"FILE_VC_LOG_VOLUME_THRESHOLD","features":[6]},{"name":"FILE_VC_QUOTAS_INCOMPLETE","features":[6]},{"name":"FILE_VC_QUOTAS_REBUILDING","features":[6]},{"name":"FILE_VC_QUOTA_ENFORCE","features":[6]},{"name":"FILE_VC_QUOTA_MASK","features":[6]},{"name":"FILE_VC_QUOTA_NONE","features":[6]},{"name":"FILE_VC_QUOTA_TRACK","features":[6]},{"name":"FILE_VC_VALID_MASK","features":[6]},{"name":"FILE_VOLUME_NAME_INFORMATION","features":[6]},{"name":"FILE_WRITE_THROUGH","features":[6]},{"name":"FLAGS_DELAY_REASONS_BITMAP_SCANNED","features":[6]},{"name":"FLAGS_DELAY_REASONS_LOG_FILE_FULL","features":[6]},{"name":"FLAGS_END_OF_FILE_INFO_EX_EXTEND_PAGING","features":[6]},{"name":"FLAGS_END_OF_FILE_INFO_EX_NO_EXTRA_PAGING_EXTEND","features":[6]},{"name":"FLAGS_END_OF_FILE_INFO_EX_TIME_CONSTRAINED","features":[6]},{"name":"FREE_VIRTUAL_MEMORY_EX_CALLBACK","features":[6,1]},{"name":"FSCTL_GHOST_FILE_EXTENTS_INPUT_BUFFER","features":[6]},{"name":"FSCTL_LMR_GET_LINK_TRACKING_INFORMATION","features":[6]},{"name":"FSCTL_LMR_SET_LINK_TRACKING_INFORMATION","features":[6]},{"name":"FSCTL_MAILSLOT_PEEK","features":[6]},{"name":"FSCTL_PIPE_ASSIGN_EVENT","features":[6]},{"name":"FSCTL_PIPE_CREATE_SYMLINK","features":[6]},{"name":"FSCTL_PIPE_DELETE_SYMLINK","features":[6]},{"name":"FSCTL_PIPE_DISABLE_IMPERSONATE","features":[6]},{"name":"FSCTL_PIPE_DISCONNECT","features":[6]},{"name":"FSCTL_PIPE_FLUSH","features":[6]},{"name":"FSCTL_PIPE_GET_CONNECTION_ATTRIBUTE","features":[6]},{"name":"FSCTL_PIPE_GET_HANDLE_ATTRIBUTE","features":[6]},{"name":"FSCTL_PIPE_GET_PIPE_ATTRIBUTE","features":[6]},{"name":"FSCTL_PIPE_IMPERSONATE","features":[6]},{"name":"FSCTL_PIPE_INTERNAL_READ","features":[6]},{"name":"FSCTL_PIPE_INTERNAL_READ_OVFLOW","features":[6]},{"name":"FSCTL_PIPE_INTERNAL_TRANSCEIVE","features":[6]},{"name":"FSCTL_PIPE_INTERNAL_WRITE","features":[6]},{"name":"FSCTL_PIPE_LISTEN","features":[6]},{"name":"FSCTL_PIPE_PEEK","features":[6]},{"name":"FSCTL_PIPE_QUERY_CLIENT_PROCESS","features":[6]},{"name":"FSCTL_PIPE_QUERY_CLIENT_PROCESS_V2","features":[6]},{"name":"FSCTL_PIPE_QUERY_EVENT","features":[6]},{"name":"FSCTL_PIPE_SET_CLIENT_PROCESS","features":[6]},{"name":"FSCTL_PIPE_SET_CONNECTION_ATTRIBUTE","features":[6]},{"name":"FSCTL_PIPE_SET_HANDLE_ATTRIBUTE","features":[6]},{"name":"FSCTL_PIPE_SET_PIPE_ATTRIBUTE","features":[6]},{"name":"FSCTL_PIPE_SILO_ARRIVAL","features":[6]},{"name":"FSCTL_PIPE_TRANSCEIVE","features":[6]},{"name":"FSCTL_PIPE_WAIT","features":[6]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS_INPUT_RANGE","features":[6]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS_OUTPUT","features":[6]},{"name":"FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT","features":[6]},{"name":"FSCTL_UNMAP_SPACE_INPUT_BUFFER","features":[6]},{"name":"FSCTL_UNMAP_SPACE_OUTPUT","features":[6]},{"name":"FSRTL_ADD_TC_CASE_SENSITIVE","features":[6]},{"name":"FSRTL_ADD_TC_KEY_BY_SHORT_NAME","features":[6]},{"name":"FSRTL_ADVANCED_FCB_HEADER","features":[3,6,1,8]},{"name":"FSRTL_ALLOCATE_ECPLIST_FLAG_CHARGE_QUOTA","features":[6]},{"name":"FSRTL_ALLOCATE_ECP_FLAG_CHARGE_QUOTA","features":[6]},{"name":"FSRTL_ALLOCATE_ECP_FLAG_NONPAGED_POOL","features":[6]},{"name":"FSRTL_AUXILIARY_BUFFER","features":[3,6]},{"name":"FSRTL_AUXILIARY_FLAG_DEALLOCATE","features":[6]},{"name":"FSRTL_CC_FLUSH_ERROR_FLAG_NO_HARD_ERROR","features":[6]},{"name":"FSRTL_CC_FLUSH_ERROR_FLAG_NO_LOG_ENTRY","features":[6]},{"name":"FSRTL_CHANGE_BACKING_TYPE","features":[6]},{"name":"FSRTL_COMMON_FCB_HEADER","features":[3,6,8]},{"name":"FSRTL_COMPARISON_RESULT","features":[6]},{"name":"FSRTL_DRIVER_BACKING_FLAG_USE_PAGE_FILE","features":[6]},{"name":"FSRTL_ECP_LOOKASIDE_FLAG_NONPAGED_POOL","features":[6]},{"name":"FSRTL_FAT_LEGAL","features":[6]},{"name":"FSRTL_FCB_HEADER_V0","features":[6]},{"name":"FSRTL_FCB_HEADER_V1","features":[6]},{"name":"FSRTL_FCB_HEADER_V2","features":[6]},{"name":"FSRTL_FCB_HEADER_V3","features":[6]},{"name":"FSRTL_FCB_HEADER_V4","features":[6]},{"name":"FSRTL_FIND_TC_CASE_SENSITIVE","features":[6]},{"name":"FSRTL_FLAG2_BYPASSIO_STREAM_PAUSED","features":[6]},{"name":"FSRTL_FLAG2_DO_MODIFIED_WRITE","features":[6]},{"name":"FSRTL_FLAG2_IS_PAGING_FILE","features":[6]},{"name":"FSRTL_FLAG2_PURGE_WHEN_MAPPED","features":[6]},{"name":"FSRTL_FLAG2_SUPPORTS_FILTER_CONTEXTS","features":[6]},{"name":"FSRTL_FLAG2_WRITABLE_USER_MAPPED_FILE","features":[6]},{"name":"FSRTL_FLAG_ACQUIRE_MAIN_RSRC_EX","features":[6]},{"name":"FSRTL_FLAG_ACQUIRE_MAIN_RSRC_SH","features":[6]},{"name":"FSRTL_FLAG_ADVANCED_HEADER","features":[6]},{"name":"FSRTL_FLAG_EOF_ADVANCE_ACTIVE","features":[6]},{"name":"FSRTL_FLAG_FILE_LENGTH_CHANGED","features":[6]},{"name":"FSRTL_FLAG_FILE_MODIFIED","features":[6]},{"name":"FSRTL_FLAG_LIMIT_MODIFIED_PAGES","features":[6]},{"name":"FSRTL_FLAG_USER_MAPPED_FILE","features":[6]},{"name":"FSRTL_HPFS_LEGAL","features":[6]},{"name":"FSRTL_MUP_PROVIDER_INFO_LEVEL_1","features":[6]},{"name":"FSRTL_MUP_PROVIDER_INFO_LEVEL_2","features":[6,1]},{"name":"FSRTL_NTFS_LEGAL","features":[6]},{"name":"FSRTL_OLE_LEGAL","features":[6]},{"name":"FSRTL_PER_FILEOBJECT_CONTEXT","features":[6,8]},{"name":"FSRTL_PER_FILE_CONTEXT","features":[3,6,8]},{"name":"FSRTL_PER_STREAM_CONTEXT","features":[3,6,8]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_INTEGRITY","features":[6]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_MUTUAL_AUTH","features":[6]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_PRIVACY","features":[6]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_CONTAINER_AWARE","features":[6]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_CSC_ENABLED","features":[6]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_DOMAIN_SVC_AWARE","features":[6]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_MAILSLOTS_SUPPORTED","features":[6]},{"name":"FSRTL_UNC_PROVIDER_REGISTRATION","features":[6]},{"name":"FSRTL_UNC_REGISTRATION_CURRENT_VERSION","features":[6]},{"name":"FSRTL_UNC_REGISTRATION_VERSION_0200","features":[6]},{"name":"FSRTL_UNC_REGISTRATION_VERSION_0201","features":[6]},{"name":"FSRTL_VIRTDISK_FULLY_ALLOCATED","features":[6]},{"name":"FSRTL_VIRTDISK_NO_DRIVE_LETTER","features":[6]},{"name":"FSRTL_VOLUME_BACKGROUND_FORMAT","features":[6]},{"name":"FSRTL_VOLUME_CHANGE_SIZE","features":[6]},{"name":"FSRTL_VOLUME_DISMOUNT","features":[6]},{"name":"FSRTL_VOLUME_DISMOUNT_FAILED","features":[6]},{"name":"FSRTL_VOLUME_FORCED_CLOSED","features":[6]},{"name":"FSRTL_VOLUME_INFO_MAKE_COMPAT","features":[6]},{"name":"FSRTL_VOLUME_LOCK","features":[6]},{"name":"FSRTL_VOLUME_LOCK_FAILED","features":[6]},{"name":"FSRTL_VOLUME_MOUNT","features":[6]},{"name":"FSRTL_VOLUME_NEEDS_CHKDSK","features":[6]},{"name":"FSRTL_VOLUME_PREPARING_EJECT","features":[6]},{"name":"FSRTL_VOLUME_UNLOCK","features":[6]},{"name":"FSRTL_VOLUME_WEARING_OUT","features":[6]},{"name":"FSRTL_VOLUME_WORM_NEAR_FULL","features":[6]},{"name":"FSRTL_WILD_CHARACTER","features":[6]},{"name":"FS_BPIO_INFO","features":[6]},{"name":"FS_BPIO_INPUT","features":[6,23]},{"name":"FS_FILTER_ACQUIRE_FOR_CC_FLUSH","features":[6]},{"name":"FS_FILTER_ACQUIRE_FOR_MOD_WRITE","features":[6]},{"name":"FS_FILTER_ACQUIRE_FOR_SECTION_SYNCHRONIZATION","features":[6]},{"name":"FS_FILTER_CALLBACKS","features":[3,6,4,1,5,7,8,9]},{"name":"FS_FILTER_CALLBACK_DATA","features":[3,6,4,1,5,7,8,9]},{"name":"FS_FILTER_PARAMETERS","features":[3,6,4,1,5,7,8,9]},{"name":"FS_FILTER_QUERY_OPEN","features":[6]},{"name":"FS_FILTER_RELEASE_FOR_CC_FLUSH","features":[6]},{"name":"FS_FILTER_RELEASE_FOR_MOD_WRITE","features":[6]},{"name":"FS_FILTER_RELEASE_FOR_SECTION_SYNCHRONIZATION","features":[6]},{"name":"FS_FILTER_SECTION_SYNC_IMAGE_EXTENTS_ARE_NOT_RVA","features":[6]},{"name":"FS_FILTER_SECTION_SYNC_IN_FLAG_DONT_UPDATE_LAST_ACCESS","features":[6]},{"name":"FS_FILTER_SECTION_SYNC_IN_FLAG_DONT_UPDATE_LAST_WRITE","features":[6]},{"name":"FS_FILTER_SECTION_SYNC_OUTPUT","features":[6]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_ASYNC_PARALLEL_IO","features":[6]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_DIRECT_MAP_DATA","features":[6]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_DIRECT_MAP_IMAGE","features":[6]},{"name":"FS_FILTER_SECTION_SYNC_TYPE","features":[6]},{"name":"FS_FILTER_STREAM_FO_NOTIFICATION_TYPE","features":[6]},{"name":"FS_INFORMATION_CLASS","features":[6]},{"name":"FastIoIsNotPossible","features":[6]},{"name":"FastIoIsPossible","features":[6]},{"name":"FastIoIsQuestionable","features":[6]},{"name":"FileAccessInformation","features":[6]},{"name":"FileAlignmentInformation","features":[6]},{"name":"FileAllInformation","features":[6]},{"name":"FileAllocationInformation","features":[6]},{"name":"FileAlternateNameInformation","features":[6]},{"name":"FileAttributeTagInformation","features":[6]},{"name":"FileBasicInformation","features":[6]},{"name":"FileBothDirectoryInformation","features":[6]},{"name":"FileCaseSensitiveInformation","features":[6]},{"name":"FileCaseSensitiveInformationForceAccessCheck","features":[6]},{"name":"FileCompletionInformation","features":[6]},{"name":"FileCompressionInformation","features":[6]},{"name":"FileDesiredStorageClassInformation","features":[6]},{"name":"FileDirectoryInformation","features":[6]},{"name":"FileDispositionInformation","features":[6]},{"name":"FileDispositionInformationEx","features":[6]},{"name":"FileEaInformation","features":[6]},{"name":"FileEndOfFileInformation","features":[6]},{"name":"FileFsAttributeInformation","features":[6]},{"name":"FileFsControlInformation","features":[6]},{"name":"FileFsDataCopyInformation","features":[6]},{"name":"FileFsDeviceInformation","features":[6]},{"name":"FileFsDriverPathInformation","features":[6]},{"name":"FileFsFullSizeInformation","features":[6]},{"name":"FileFsFullSizeInformationEx","features":[6]},{"name":"FileFsLabelInformation","features":[6]},{"name":"FileFsMaximumInformation","features":[6]},{"name":"FileFsMetadataSizeInformation","features":[6]},{"name":"FileFsObjectIdInformation","features":[6]},{"name":"FileFsSectorSizeInformation","features":[6]},{"name":"FileFsSizeInformation","features":[6]},{"name":"FileFsVolumeFlagsInformation","features":[6]},{"name":"FileFsVolumeInformation","features":[6]},{"name":"FileFullDirectoryInformation","features":[6]},{"name":"FileFullEaInformation","features":[6]},{"name":"FileHardLinkFullIdInformation","features":[6]},{"name":"FileHardLinkInformation","features":[6]},{"name":"FileIdBothDirectoryInformation","features":[6]},{"name":"FileIdExtdBothDirectoryInformation","features":[6]},{"name":"FileIdExtdDirectoryInformation","features":[6]},{"name":"FileIdFullDirectoryInformation","features":[6]},{"name":"FileIdGlobalTxDirectoryInformation","features":[6]},{"name":"FileIdInformation","features":[6]},{"name":"FileInternalInformation","features":[6]},{"name":"FileIoCompletionNotificationInformation","features":[6]},{"name":"FileIoPriorityHintInformation","features":[6]},{"name":"FileIoStatusBlockRangeInformation","features":[6]},{"name":"FileIsRemoteDeviceInformation","features":[6]},{"name":"FileKnownFolderInformation","features":[6]},{"name":"FileLinkInformation","features":[6]},{"name":"FileLinkInformationBypassAccessCheck","features":[6]},{"name":"FileLinkInformationEx","features":[6]},{"name":"FileLinkInformationExBypassAccessCheck","features":[6]},{"name":"FileMailslotQueryInformation","features":[6]},{"name":"FileMailslotSetInformation","features":[6]},{"name":"FileMaximumInformation","features":[6]},{"name":"FileMemoryPartitionInformation","features":[6]},{"name":"FileModeInformation","features":[6]},{"name":"FileMoveClusterInformation","features":[6]},{"name":"FileNameInformation","features":[6]},{"name":"FileNamesInformation","features":[6]},{"name":"FileNetworkOpenInformation","features":[6]},{"name":"FileNetworkPhysicalNameInformation","features":[6]},{"name":"FileNormalizedNameInformation","features":[6]},{"name":"FileNumaNodeInformation","features":[6]},{"name":"FileObjectIdInformation","features":[6]},{"name":"FilePipeInformation","features":[6]},{"name":"FilePipeLocalInformation","features":[6]},{"name":"FilePipeRemoteInformation","features":[6]},{"name":"FilePositionInformation","features":[6]},{"name":"FileProcessIdsUsingFileInformation","features":[6]},{"name":"FileQuotaInformation","features":[6]},{"name":"FileRemoteProtocolInformation","features":[6]},{"name":"FileRenameInformation","features":[6]},{"name":"FileRenameInformationBypassAccessCheck","features":[6]},{"name":"FileRenameInformationEx","features":[6]},{"name":"FileRenameInformationExBypassAccessCheck","features":[6]},{"name":"FileReparsePointInformation","features":[6]},{"name":"FileReplaceCompletionInformation","features":[6]},{"name":"FileSfioReserveInformation","features":[6]},{"name":"FileSfioVolumeInformation","features":[6]},{"name":"FileShortNameInformation","features":[6]},{"name":"FileStandardInformation","features":[6]},{"name":"FileStandardLinkInformation","features":[6]},{"name":"FileStatInformation","features":[6]},{"name":"FileStatLxInformation","features":[6]},{"name":"FileStorageReserveIdInformation","features":[6]},{"name":"FileStreamInformation","features":[6]},{"name":"FileTrackingInformation","features":[6]},{"name":"FileUnusedInformation","features":[6]},{"name":"FileValidDataLengthInformation","features":[6]},{"name":"FileVolumeNameInformation","features":[6]},{"name":"FsRtlAcknowledgeEcp","features":[6]},{"name":"FsRtlAcquireFileExclusive","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlAddBaseMcbEntry","features":[6,1]},{"name":"FsRtlAddBaseMcbEntryEx","features":[6,1]},{"name":"FsRtlAddLargeMcbEntry","features":[3,6,1,8]},{"name":"FsRtlAddMcbEntry","features":[3,6,1,8]},{"name":"FsRtlAddToTunnelCache","features":[3,6,1,8]},{"name":"FsRtlAddToTunnelCacheEx","features":[3,6,1,8]},{"name":"FsRtlAllocateAePushLock","features":[3,6]},{"name":"FsRtlAllocateExtraCreateParameter","features":[6,1]},{"name":"FsRtlAllocateExtraCreateParameterFromLookasideList","features":[6,1]},{"name":"FsRtlAllocateExtraCreateParameterList","features":[3,6,1]},{"name":"FsRtlAllocateFileLock","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlAllocateResource","features":[3,6,8]},{"name":"FsRtlAreNamesEqual","features":[6,1]},{"name":"FsRtlAreThereCurrentOrInProgressFileLocks","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlAreThereWaitingFileLocks","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlAreVolumeStartupApplicationsComplete","features":[6,1]},{"name":"FsRtlBalanceReads","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCancellableWaitForMultipleObjects","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCancellableWaitForSingleObject","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlChangeBackingFileObject","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCheckLockForOplockRequest","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCheckLockForReadAccess","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCheckLockForWriteAccess","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCheckOplock","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCheckOplockEx","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCheckOplockEx2","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCheckUpperOplock","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCopyRead","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCopyWrite","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCreateSectionForDataScan","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlCurrentBatchOplock","features":[6,1]},{"name":"FsRtlCurrentOplock","features":[6,1]},{"name":"FsRtlCurrentOplockH","features":[6,1]},{"name":"FsRtlDeleteExtraCreateParameterLookasideList","features":[6]},{"name":"FsRtlDeleteKeyFromTunnelCache","features":[3,6,1,8]},{"name":"FsRtlDeleteTunnelCache","features":[3,6,1,8]},{"name":"FsRtlDeregisterUncProvider","features":[6,1]},{"name":"FsRtlDismountComplete","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlDissectDbcs","features":[6,8]},{"name":"FsRtlDissectName","features":[6,1]},{"name":"FsRtlDoesDbcsContainWildCards","features":[6,1,8]},{"name":"FsRtlDoesNameContainWildCards","features":[6,1]},{"name":"FsRtlFastCheckLockForRead","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlFastCheckLockForWrite","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlFastUnlockAll","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlFastUnlockAllByKey","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlFastUnlockSingle","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlFindExtraCreateParameter","features":[3,6,1]},{"name":"FsRtlFindInTunnelCache","features":[3,6,1,8]},{"name":"FsRtlFindInTunnelCacheEx","features":[3,6,1,8]},{"name":"FsRtlFreeAePushLock","features":[6]},{"name":"FsRtlFreeExtraCreateParameter","features":[6]},{"name":"FsRtlFreeExtraCreateParameterList","features":[3,6]},{"name":"FsRtlFreeFileLock","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlGetCurrentProcessLoaderList","features":[6,8]},{"name":"FsRtlGetEcpListFromIrp","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlGetFileSize","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlGetNextBaseMcbEntry","features":[6,1]},{"name":"FsRtlGetNextExtraCreateParameter","features":[3,6,1]},{"name":"FsRtlGetNextFileLock","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlGetNextLargeMcbEntry","features":[3,6,1,8]},{"name":"FsRtlGetNextMcbEntry","features":[3,6,1,8]},{"name":"FsRtlGetSectorSizeInformation","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlGetSupportedFeatures","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlGetVirtualDiskNestingLevel","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlIncrementCcFastMdlReadWait","features":[6]},{"name":"FsRtlIncrementCcFastReadNoWait","features":[6]},{"name":"FsRtlIncrementCcFastReadNotPossible","features":[6]},{"name":"FsRtlIncrementCcFastReadResourceMiss","features":[6]},{"name":"FsRtlIncrementCcFastReadWait","features":[6]},{"name":"FsRtlInitExtraCreateParameterLookasideList","features":[6]},{"name":"FsRtlInitializeBaseMcb","features":[3,6]},{"name":"FsRtlInitializeBaseMcbEx","features":[3,6,1]},{"name":"FsRtlInitializeExtraCreateParameter","features":[3,6]},{"name":"FsRtlInitializeExtraCreateParameterList","features":[3,6,1]},{"name":"FsRtlInitializeFileLock","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlInitializeLargeMcb","features":[3,6,1,8]},{"name":"FsRtlInitializeMcb","features":[3,6,1,8]},{"name":"FsRtlInitializeOplock","features":[6]},{"name":"FsRtlInitializeTunnelCache","features":[3,6,1,8]},{"name":"FsRtlInsertExtraCreateParameter","features":[3,6,1]},{"name":"FsRtlInsertPerFileContext","features":[3,6,1,8]},{"name":"FsRtlInsertPerFileObjectContext","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlInsertPerStreamContext","features":[3,6,1,8]},{"name":"FsRtlIs32BitProcess","features":[3,6,1]},{"name":"FsRtlIsDaxVolume","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlIsDbcsInExpression","features":[6,1,8]},{"name":"FsRtlIsEcpAcknowledged","features":[6,1]},{"name":"FsRtlIsEcpFromUserMode","features":[6,1]},{"name":"FsRtlIsExtentDangling","features":[6]},{"name":"FsRtlIsFatDbcsLegal","features":[6,1,8]},{"name":"FsRtlIsHpfsDbcsLegal","features":[6,1,8]},{"name":"FsRtlIsMobileOS","features":[6,1]},{"name":"FsRtlIsNameInExpression","features":[6,1]},{"name":"FsRtlIsNameInUnUpcasedExpression","features":[6,1]},{"name":"FsRtlIsNonEmptyDirectoryReparsePointAllowed","features":[6,1]},{"name":"FsRtlIsNtstatusExpected","features":[6,1]},{"name":"FsRtlIsPagingFile","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlIsSystemPagingFile","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlIssueDeviceIoControl","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlKernelFsControlFile","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlLogCcFlushError","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlLookupBaseMcbEntry","features":[6,1]},{"name":"FsRtlLookupLargeMcbEntry","features":[3,6,1,8]},{"name":"FsRtlLookupLastBaseMcbEntry","features":[6,1]},{"name":"FsRtlLookupLastBaseMcbEntryAndIndex","features":[6,1]},{"name":"FsRtlLookupLastLargeMcbEntry","features":[3,6,1,8]},{"name":"FsRtlLookupLastLargeMcbEntryAndIndex","features":[3,6,1,8]},{"name":"FsRtlLookupLastMcbEntry","features":[3,6,1,8]},{"name":"FsRtlLookupMcbEntry","features":[3,6,1,8]},{"name":"FsRtlLookupPerFileContext","features":[3,6,8]},{"name":"FsRtlLookupPerFileObjectContext","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlLookupPerStreamContextInternal","features":[3,6,1,8]},{"name":"FsRtlMdlReadCompleteDev","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlMdlReadDev","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlMdlReadEx","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlMdlWriteCompleteDev","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlMupGetProviderIdFromName","features":[6,1]},{"name":"FsRtlMupGetProviderInfoFromFileObject","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlNormalizeNtstatus","features":[6,1]},{"name":"FsRtlNotifyCleanup","features":[3,6,8]},{"name":"FsRtlNotifyCleanupAll","features":[3,6,8]},{"name":"FsRtlNotifyFilterChangeDirectory","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlNotifyFilterReportChange","features":[3,6,8]},{"name":"FsRtlNotifyFullChangeDirectory","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlNotifyFullReportChange","features":[3,6,8]},{"name":"FsRtlNotifyInitializeSync","features":[3,6]},{"name":"FsRtlNotifyUninitializeSync","features":[3,6]},{"name":"FsRtlNotifyVolumeEvent","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlNotifyVolumeEventEx","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlNumberOfRunsInBaseMcb","features":[6]},{"name":"FsRtlNumberOfRunsInLargeMcb","features":[3,6,1,8]},{"name":"FsRtlNumberOfRunsInMcb","features":[3,6,1,8]},{"name":"FsRtlOplockBreakH","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlOplockBreakH2","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlOplockBreakToNone","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlOplockBreakToNoneEx","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlOplockFsctrl","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlOplockFsctrlEx","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlOplockGetAnyBreakOwnerProcess","features":[3,6]},{"name":"FsRtlOplockIsFastIoPossible","features":[6,1]},{"name":"FsRtlOplockIsSharedRequest","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlOplockKeysEqual","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlPostPagingFileStackOverflow","features":[3,6,1,8]},{"name":"FsRtlPostStackOverflow","features":[3,6,1,8]},{"name":"FsRtlPrepareMdlWriteDev","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlPrepareMdlWriteEx","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlPrepareToReuseEcp","features":[6]},{"name":"FsRtlPrivateLock","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlProcessFileLock","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlQueryCachedVdl","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlQueryInformationFile","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlQueryKernelEaFile","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlQueryMaximumVirtualDiskNestingLevel","features":[6]},{"name":"FsRtlRegisterFileSystemFilterCallbacks","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlRegisterUncProvider","features":[6,1]},{"name":"FsRtlRegisterUncProviderEx","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlRegisterUncProviderEx2","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlReleaseFile","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlRemoveBaseMcbEntry","features":[6,1]},{"name":"FsRtlRemoveDotsFromPath","features":[6,1]},{"name":"FsRtlRemoveExtraCreateParameter","features":[3,6,1]},{"name":"FsRtlRemoveLargeMcbEntry","features":[3,6,1,8]},{"name":"FsRtlRemoveMcbEntry","features":[3,6,1,8]},{"name":"FsRtlRemovePerFileContext","features":[3,6,8]},{"name":"FsRtlRemovePerFileObjectContext","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlRemovePerStreamContext","features":[3,6,1,8]},{"name":"FsRtlResetBaseMcb","features":[6]},{"name":"FsRtlResetLargeMcb","features":[3,6,1,8]},{"name":"FsRtlSetDriverBacking","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlSetEcpListIntoIrp","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlSetKernelEaFile","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlSplitBaseMcb","features":[6,1]},{"name":"FsRtlSplitLargeMcb","features":[3,6,1,8]},{"name":"FsRtlTeardownPerFileContexts","features":[6]},{"name":"FsRtlTeardownPerStreamContexts","features":[3,6,1,8]},{"name":"FsRtlTruncateBaseMcb","features":[6]},{"name":"FsRtlTruncateLargeMcb","features":[3,6,1,8]},{"name":"FsRtlTruncateMcb","features":[3,6,1,8]},{"name":"FsRtlUninitializeBaseMcb","features":[6]},{"name":"FsRtlUninitializeFileLock","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlUninitializeLargeMcb","features":[3,6,1,8]},{"name":"FsRtlUninitializeMcb","features":[3,6,1,8]},{"name":"FsRtlUninitializeOplock","features":[6]},{"name":"FsRtlUpdateDiskCounters","features":[6]},{"name":"FsRtlUpperOplockFsctrl","features":[3,6,4,1,5,7,8,9]},{"name":"FsRtlValidateReparsePointBuffer","features":[6,1]},{"name":"FsRtlVolumeDeviceToCorrelationId","features":[3,6,4,1,5,7,8,9]},{"name":"GCR_ALLOW_LM","features":[6]},{"name":"GCR_ALLOW_NO_TARGET","features":[6]},{"name":"GCR_ALLOW_NTLM","features":[6]},{"name":"GCR_MACHINE_CREDENTIAL","features":[6]},{"name":"GCR_NTLM3_PARMS","features":[6]},{"name":"GCR_TARGET_INFO","features":[6]},{"name":"GCR_USE_OEM_SET","features":[6]},{"name":"GCR_USE_OWF_PASSWORD","features":[6]},{"name":"GCR_VSM_PROTECTED_PASSWORD","features":[6]},{"name":"GENERATE_CLIENT_CHALLENGE","features":[6]},{"name":"GENERATE_NAME_CONTEXT","features":[6,1]},{"name":"GHOSTED_FILE_EXTENT","features":[6]},{"name":"GUID_ECP_ATOMIC_CREATE","features":[6]},{"name":"GUID_ECP_CLOUDFILES_ATTRIBUTION","features":[6]},{"name":"GUID_ECP_CREATE_REDIRECTION","features":[6]},{"name":"GUID_ECP_CSV_DOWN_LEVEL_OPEN","features":[6]},{"name":"GUID_ECP_CSV_QUERY_FILE_REVISION","features":[6]},{"name":"GUID_ECP_CSV_QUERY_FILE_REVISION_FILE_ID_128","features":[6]},{"name":"GUID_ECP_CSV_SET_HANDLE_PROPERTIES","features":[6]},{"name":"GUID_ECP_DUAL_OPLOCK_KEY","features":[6]},{"name":"GUID_ECP_IO_DEVICE_HINT","features":[6]},{"name":"GUID_ECP_NETWORK_APP_INSTANCE","features":[6]},{"name":"GUID_ECP_NETWORK_APP_INSTANCE_VERSION","features":[6]},{"name":"GUID_ECP_NETWORK_OPEN_CONTEXT","features":[6]},{"name":"GUID_ECP_NFS_OPEN","features":[6]},{"name":"GUID_ECP_OPEN_PARAMETERS","features":[6]},{"name":"GUID_ECP_OPLOCK_KEY","features":[6]},{"name":"GUID_ECP_PREFETCH_OPEN","features":[6]},{"name":"GUID_ECP_QUERY_ON_CREATE","features":[6]},{"name":"GUID_ECP_RKF_BYPASS","features":[6]},{"name":"GUID_ECP_SRV_OPEN","features":[6]},{"name":"GetSecurityUserInfo","features":[6,1,24]},{"name":"GreaterThan","features":[6]},{"name":"HEAP_CLASS_0","features":[6]},{"name":"HEAP_CLASS_1","features":[6]},{"name":"HEAP_CLASS_2","features":[6]},{"name":"HEAP_CLASS_3","features":[6]},{"name":"HEAP_CLASS_4","features":[6]},{"name":"HEAP_CLASS_5","features":[6]},{"name":"HEAP_CLASS_6","features":[6]},{"name":"HEAP_CLASS_7","features":[6]},{"name":"HEAP_CLASS_8","features":[6]},{"name":"HEAP_CLASS_MASK","features":[6]},{"name":"HEAP_CREATE_ALIGN_16","features":[6]},{"name":"HEAP_CREATE_ENABLE_EXECUTE","features":[6]},{"name":"HEAP_CREATE_ENABLE_TRACING","features":[6]},{"name":"HEAP_CREATE_HARDENED","features":[6]},{"name":"HEAP_CREATE_SEGMENT_HEAP","features":[6]},{"name":"HEAP_DISABLE_COALESCE_ON_FREE","features":[6]},{"name":"HEAP_FREE_CHECKING_ENABLED","features":[6]},{"name":"HEAP_GENERATE_EXCEPTIONS","features":[6]},{"name":"HEAP_GLOBAL_TAG","features":[6]},{"name":"HEAP_GROWABLE","features":[6]},{"name":"HEAP_MAXIMUM_TAG","features":[6]},{"name":"HEAP_MEMORY_INFO_CLASS","features":[6]},{"name":"HEAP_NO_SERIALIZE","features":[6]},{"name":"HEAP_PSEUDO_TAG_FLAG","features":[6]},{"name":"HEAP_REALLOC_IN_PLACE_ONLY","features":[6]},{"name":"HEAP_SETTABLE_USER_FLAG1","features":[6]},{"name":"HEAP_SETTABLE_USER_FLAG2","features":[6]},{"name":"HEAP_SETTABLE_USER_FLAG3","features":[6]},{"name":"HEAP_SETTABLE_USER_FLAGS","features":[6]},{"name":"HEAP_SETTABLE_USER_VALUE","features":[6]},{"name":"HEAP_TAG_SHIFT","features":[6]},{"name":"HEAP_TAIL_CHECKING_ENABLED","features":[6]},{"name":"HEAP_ZERO_MEMORY","features":[6]},{"name":"HeapMemoryBasicInformation","features":[6]},{"name":"INVALID_PROCESSOR_INDEX","features":[6]},{"name":"IOCTL_LMR_ARE_FILE_OBJECTS_ON_SAME_SERVER","features":[6]},{"name":"IOCTL_REDIR_QUERY_PATH","features":[6]},{"name":"IOCTL_REDIR_QUERY_PATH_EX","features":[6]},{"name":"IOCTL_VOLSNAP_FLUSH_AND_HOLD_WRITES","features":[6]},{"name":"IO_CD_ROM_INCREMENT","features":[6]},{"name":"IO_CREATE_STREAM_FILE_LITE","features":[6]},{"name":"IO_CREATE_STREAM_FILE_OPTIONS","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CREATE_STREAM_FILE_RAISE_ON_ERROR","features":[6]},{"name":"IO_DEVICE_HINT_ECP_CONTEXT","features":[3,6,4,1,5,7,8,9]},{"name":"IO_DISK_INCREMENT","features":[6]},{"name":"IO_FILE_OBJECT_NON_PAGED_POOL_CHARGE","features":[6]},{"name":"IO_FILE_OBJECT_PAGED_POOL_CHARGE","features":[6]},{"name":"IO_IGNORE_READONLY_ATTRIBUTE","features":[6]},{"name":"IO_MAILSLOT_INCREMENT","features":[6]},{"name":"IO_MM_PAGING_FILE","features":[6]},{"name":"IO_NAMED_PIPE_INCREMENT","features":[6]},{"name":"IO_NETWORK_INCREMENT","features":[6]},{"name":"IO_NO_INCREMENT","features":[6]},{"name":"IO_OPEN_PAGING_FILE","features":[6]},{"name":"IO_OPEN_TARGET_DIRECTORY","features":[6]},{"name":"IO_PRIORITY_INFO","features":[3,6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_0","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_1","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_2","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_3","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_4","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_5","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_6","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_7","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_8","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_9","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_A","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_B","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_C","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_D","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_E","features":[6]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_F","features":[6]},{"name":"IO_REPARSE_TAG_ACTIVISION_HSM","features":[6]},{"name":"IO_REPARSE_TAG_ADA_HSM","features":[6]},{"name":"IO_REPARSE_TAG_ADOBE_HSM","features":[6]},{"name":"IO_REPARSE_TAG_ALERTBOOT","features":[6]},{"name":"IO_REPARSE_TAG_ALTIRIS_HSM","features":[6]},{"name":"IO_REPARSE_TAG_APPXSTRM","features":[6]},{"name":"IO_REPARSE_TAG_ARCO_BACKUP","features":[6]},{"name":"IO_REPARSE_TAG_ARKIVIO","features":[6]},{"name":"IO_REPARSE_TAG_AURISTOR_FS","features":[6]},{"name":"IO_REPARSE_TAG_AUTN_HSM","features":[6]},{"name":"IO_REPARSE_TAG_BRIDGEHEAD_HSM","features":[6]},{"name":"IO_REPARSE_TAG_C2CSYSTEMS_HSM","features":[6]},{"name":"IO_REPARSE_TAG_CARINGO_HSM","features":[6]},{"name":"IO_REPARSE_TAG_CARROLL_HSM","features":[6]},{"name":"IO_REPARSE_TAG_CITRIX_PM","features":[6]},{"name":"IO_REPARSE_TAG_COMMVAULT","features":[6]},{"name":"IO_REPARSE_TAG_COMMVAULT_HSM","features":[6]},{"name":"IO_REPARSE_TAG_COMTRADE_HSM","features":[6]},{"name":"IO_REPARSE_TAG_CTERA_HSM","features":[6]},{"name":"IO_REPARSE_TAG_DATAFIRST_HSM","features":[6]},{"name":"IO_REPARSE_TAG_DATAGLOBAL_HSM","features":[6]},{"name":"IO_REPARSE_TAG_DATASTOR_SIS","features":[6]},{"name":"IO_REPARSE_TAG_DFM","features":[6]},{"name":"IO_REPARSE_TAG_DOR_HSM","features":[6]},{"name":"IO_REPARSE_TAG_DOUBLE_TAKE_HSM","features":[6]},{"name":"IO_REPARSE_TAG_DOUBLE_TAKE_SIS","features":[6]},{"name":"IO_REPARSE_TAG_DRIVE_EXTENDER","features":[6]},{"name":"IO_REPARSE_TAG_DROPBOX_HSM","features":[6]},{"name":"IO_REPARSE_TAG_EASEFILTER_HSM","features":[6]},{"name":"IO_REPARSE_TAG_EASEVAULT_HSM","features":[6]},{"name":"IO_REPARSE_TAG_EDSI_HSM","features":[6]},{"name":"IO_REPARSE_TAG_ELTAN_HSM","features":[6]},{"name":"IO_REPARSE_TAG_EMC_HSM","features":[6]},{"name":"IO_REPARSE_TAG_ENIGMA_HSM","features":[6]},{"name":"IO_REPARSE_TAG_FILTER_MANAGER","features":[6]},{"name":"IO_REPARSE_TAG_GLOBAL360_HSM","features":[6]},{"name":"IO_REPARSE_TAG_GOOGLE_HSM","features":[6]},{"name":"IO_REPARSE_TAG_GRAU_DATASTORAGE_HSM","features":[6]},{"name":"IO_REPARSE_TAG_HDS_HCP_HSM","features":[6]},{"name":"IO_REPARSE_TAG_HDS_HSM","features":[6]},{"name":"IO_REPARSE_TAG_HERMES_HSM","features":[6]},{"name":"IO_REPARSE_TAG_HP_BACKUP","features":[6]},{"name":"IO_REPARSE_TAG_HP_DATA_PROTECT","features":[6]},{"name":"IO_REPARSE_TAG_HP_HSM","features":[6]},{"name":"IO_REPARSE_TAG_HSAG_HSM","features":[6]},{"name":"IO_REPARSE_TAG_HUBSTOR_HSM","features":[6]},{"name":"IO_REPARSE_TAG_IFSTEST_CONGRUENT","features":[6]},{"name":"IO_REPARSE_TAG_IIS_CACHE","features":[6]},{"name":"IO_REPARSE_TAG_IMANAGE_HSM","features":[6]},{"name":"IO_REPARSE_TAG_INTERCOPE_HSM","features":[6]},{"name":"IO_REPARSE_TAG_ITSTATION","features":[6]},{"name":"IO_REPARSE_TAG_KOM_NETWORKS_HSM","features":[6]},{"name":"IO_REPARSE_TAG_LX_BLK","features":[6]},{"name":"IO_REPARSE_TAG_LX_CHR","features":[6]},{"name":"IO_REPARSE_TAG_LX_FIFO","features":[6]},{"name":"IO_REPARSE_TAG_LX_SYMLINK","features":[6]},{"name":"IO_REPARSE_TAG_MAGINATICS_RDR","features":[6]},{"name":"IO_REPARSE_TAG_MAXISCALE_HSM","features":[6]},{"name":"IO_REPARSE_TAG_MEMORY_TECH_HSM","features":[6]},{"name":"IO_REPARSE_TAG_MIMOSA_HSM","features":[6]},{"name":"IO_REPARSE_TAG_MOONWALK_HSM","features":[6]},{"name":"IO_REPARSE_TAG_MTALOS","features":[6]},{"name":"IO_REPARSE_TAG_NEUSHIELD","features":[6]},{"name":"IO_REPARSE_TAG_NEXSAN_HSM","features":[6]},{"name":"IO_REPARSE_TAG_NIPPON_HSM","features":[6]},{"name":"IO_REPARSE_TAG_NVIDIA_UNIONFS","features":[6]},{"name":"IO_REPARSE_TAG_OPENAFS_DFS","features":[6]},{"name":"IO_REPARSE_TAG_OSR_SAMPLE","features":[6]},{"name":"IO_REPARSE_TAG_OVERTONE","features":[6]},{"name":"IO_REPARSE_TAG_POINTSOFT_HSM","features":[6]},{"name":"IO_REPARSE_TAG_QI_TECH_HSM","features":[6]},{"name":"IO_REPARSE_TAG_QUADDRA_HSM","features":[6]},{"name":"IO_REPARSE_TAG_QUEST_HSM","features":[6]},{"name":"IO_REPARSE_TAG_REDSTOR_HSM","features":[6]},{"name":"IO_REPARSE_TAG_RIVERBED_HSM","features":[6]},{"name":"IO_REPARSE_TAG_SER_HSM","features":[6]},{"name":"IO_REPARSE_TAG_SHX_BACKUP","features":[6]},{"name":"IO_REPARSE_TAG_SOLUTIONSOFT","features":[6]},{"name":"IO_REPARSE_TAG_SONY_HSM","features":[6]},{"name":"IO_REPARSE_TAG_SPHARSOFT","features":[6]},{"name":"IO_REPARSE_TAG_SYMANTEC_HSM","features":[6]},{"name":"IO_REPARSE_TAG_SYMANTEC_HSM2","features":[6]},{"name":"IO_REPARSE_TAG_TSINGHUA_UNIVERSITY_RESEARCH","features":[6]},{"name":"IO_REPARSE_TAG_UTIXO_HSM","features":[6]},{"name":"IO_REPARSE_TAG_VALID_VALUES","features":[6]},{"name":"IO_REPARSE_TAG_VMWARE_PM","features":[6]},{"name":"IO_REPARSE_TAG_WATERFORD","features":[6]},{"name":"IO_REPARSE_TAG_WISDATA_HSM","features":[6]},{"name":"IO_REPARSE_TAG_ZLTI_HSM","features":[6]},{"name":"IO_STOP_ON_SYMLINK","features":[6]},{"name":"IO_STOP_ON_SYMLINK_FILTER_ECP_v0","features":[6]},{"name":"IoAcquireVpbSpinLock","features":[6]},{"name":"IoApplyPriorityInfoThread","features":[3,6,1]},{"name":"IoCheckDesiredAccess","features":[6,1]},{"name":"IoCheckEaBufferValidity","features":[6,1]},{"name":"IoCheckFunctionAccess","features":[6,1]},{"name":"IoCheckQuerySetFileInformation","features":[6,1]},{"name":"IoCheckQuerySetVolumeInformation","features":[6,1]},{"name":"IoCheckQuotaBufferValidity","features":[6,1,5]},{"name":"IoClearFsTrackOffsetState","features":[3,6,4,1,5,7,8,9]},{"name":"IoCreateStreamFileObject","features":[3,6,4,1,5,7,8,9]},{"name":"IoCreateStreamFileObjectEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoCreateStreamFileObjectEx2","features":[3,6,4,1,5,7,8,9]},{"name":"IoCreateStreamFileObjectLite","features":[3,6,4,1,5,7,8,9]},{"name":"IoEnumerateDeviceObjectList","features":[3,6,4,1,5,7,8,9]},{"name":"IoEnumerateRegisteredFiltersList","features":[3,6,4,1,5,7,8,9]},{"name":"IoFastQueryNetworkAttributes","features":[3,6,1,5,7]},{"name":"IoGetAttachedDevice","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetBaseFileSystemDeviceObject","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetDeviceAttachmentBaseRef","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetDeviceToVerify","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetDiskDeviceObject","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetFsTrackOffsetState","features":[3,6,4,1,5,7,23,8,9]},{"name":"IoGetLowerDeviceObject","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetOplockKeyContext","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetOplockKeyContextEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetRequestorProcess","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetRequestorProcessId","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetRequestorSessionId","features":[3,6,4,1,5,7,8,9]},{"name":"IoIrpHasFsTrackOffsetExtensionType","features":[3,6,4,1,5,7,8,9]},{"name":"IoIsOperationSynchronous","features":[3,6,4,1,5,7,8,9]},{"name":"IoIsSystemThread","features":[3,6,1]},{"name":"IoIsValidNameGraftingBuffer","features":[3,6,4,1,5,7,8,9]},{"name":"IoPageRead","features":[3,6,4,1,5,7,8,9]},{"name":"IoQueryFileDosDeviceName","features":[3,6,4,1,5,7,8,9]},{"name":"IoQueryFileInformation","features":[3,6,4,1,5,7,8,9]},{"name":"IoQueryVolumeInformation","features":[3,6,4,1,5,7,8,9]},{"name":"IoQueueThreadIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoRegisterFileSystem","features":[3,6,4,1,5,7,8,9]},{"name":"IoRegisterFsRegistrationChange","features":[3,6,4,1,5,7,8,9]},{"name":"IoRegisterFsRegistrationChangeMountAware","features":[3,6,4,1,5,7,8,9]},{"name":"IoReleaseVpbSpinLock","features":[6]},{"name":"IoReplaceFileObjectName","features":[3,6,4,1,5,7,8,9]},{"name":"IoRequestDeviceRemovalForReset","features":[3,6,4,1,5,7,8,9]},{"name":"IoRetrievePriorityInfo","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetDeviceToVerify","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetFsTrackOffsetState","features":[3,6,4,1,5,7,23,8,9]},{"name":"IoSetInformation","features":[3,6,4,1,5,7,8,9]},{"name":"IoSynchronousPageWrite","features":[3,6,4,1,5,7,8,9]},{"name":"IoThreadToProcess","features":[3,6]},{"name":"IoUnregisterFileSystem","features":[3,6,4,1,5,7,8,9]},{"name":"IoUnregisterFsRegistrationChange","features":[3,6,4,1,5,7,8,9]},{"name":"IoVerifyVolume","features":[3,6,4,1,5,7,8,9]},{"name":"KAPC_STATE","features":[6,1,8]},{"name":"KeAcquireQueuedSpinLock","features":[3,6]},{"name":"KeAcquireSpinLockRaiseToSynch","features":[6]},{"name":"KeAttachProcess","features":[3,6]},{"name":"KeDetachProcess","features":[6]},{"name":"KeInitializeMutant","features":[3,6,1,8]},{"name":"KeInitializeQueue","features":[3,6,1,8]},{"name":"KeInsertHeadQueue","features":[3,6,1,8]},{"name":"KeInsertQueue","features":[3,6,1,8]},{"name":"KeReadStateMutant","features":[3,6,1,8]},{"name":"KeReadStateQueue","features":[3,6,1,8]},{"name":"KeReleaseMutant","features":[3,6,1,8]},{"name":"KeReleaseQueuedSpinLock","features":[3,6]},{"name":"KeRemoveQueue","features":[3,6,1,8]},{"name":"KeRemoveQueueEx","features":[3,6,1,8]},{"name":"KeRundownQueue","features":[3,6,1,8]},{"name":"KeSetIdealProcessorThread","features":[3,6]},{"name":"KeSetKernelStackSwapEnable","features":[6,1]},{"name":"KeStackAttachProcess","features":[3,6,1,8]},{"name":"KeTryToAcquireQueuedSpinLock","features":[3,6]},{"name":"KeUnstackDetachProcess","features":[6,1,8]},{"name":"KnownFolderDesktop","features":[6]},{"name":"KnownFolderDocuments","features":[6]},{"name":"KnownFolderDownloads","features":[6]},{"name":"KnownFolderMax","features":[6]},{"name":"KnownFolderMusic","features":[6]},{"name":"KnownFolderNone","features":[6]},{"name":"KnownFolderOther","features":[6]},{"name":"KnownFolderPictures","features":[6]},{"name":"KnownFolderVideos","features":[6]},{"name":"LARGE_MCB","features":[3,6,1,8]},{"name":"LCN_CHECKSUM_VALID","features":[6]},{"name":"LCN_WEAK_REFERENCE_BUFFER","features":[6]},{"name":"LCN_WEAK_REFERENCE_CREATE_INPUT_BUFFER","features":[6]},{"name":"LCN_WEAK_REFERENCE_VALID","features":[6]},{"name":"LINK_TRACKING_INFORMATION","features":[6]},{"name":"LINK_TRACKING_INFORMATION_TYPE","features":[6]},{"name":"LX_FILE_CASE_SENSITIVE_DIR","features":[6]},{"name":"LX_FILE_METADATA_DEVICE_ID_EA_NAME","features":[6]},{"name":"LX_FILE_METADATA_GID_EA_NAME","features":[6]},{"name":"LX_FILE_METADATA_HAS_DEVICE_ID","features":[6]},{"name":"LX_FILE_METADATA_HAS_GID","features":[6]},{"name":"LX_FILE_METADATA_HAS_MODE","features":[6]},{"name":"LX_FILE_METADATA_HAS_UID","features":[6]},{"name":"LX_FILE_METADATA_MODE_EA_NAME","features":[6]},{"name":"LX_FILE_METADATA_UID_EA_NAME","features":[6]},{"name":"LessThan","features":[6]},{"name":"MAP_DISABLE_PAGEFAULT_CLUSTERING","features":[6]},{"name":"MAP_HIGH_PRIORITY","features":[6]},{"name":"MAP_NO_READ","features":[6]},{"name":"MAP_WAIT","features":[6]},{"name":"MAXIMUM_LEADBYTES","features":[6]},{"name":"MAX_UNICODE_STACK_BUFFER_LENGTH","features":[6]},{"name":"MCB","features":[3,6,1,8]},{"name":"MCB_FLAG_RAISE_ON_ALLOCATION_FAILURE","features":[6]},{"name":"MEMORY_INFORMATION_CLASS","features":[6]},{"name":"MEMORY_RANGE_ENTRY","features":[6]},{"name":"MFT_ENUM_DATA","features":[6]},{"name":"MMFLUSH_TYPE","features":[6]},{"name":"MM_FORCE_CLOSED_DATA","features":[6]},{"name":"MM_FORCE_CLOSED_IMAGE","features":[6]},{"name":"MM_FORCE_CLOSED_LATER_OK","features":[6]},{"name":"MM_IS_FILE_SECTION_ACTIVE_DATA","features":[6]},{"name":"MM_IS_FILE_SECTION_ACTIVE_IMAGE","features":[6]},{"name":"MM_IS_FILE_SECTION_ACTIVE_USER","features":[6]},{"name":"MM_PREFETCH_FLAGS","features":[6]},{"name":"MSV1_0_AVID","features":[6]},{"name":"MSV1_0_ENUMUSERS_REQUEST","features":[6,24]},{"name":"MSV1_0_ENUMUSERS_RESPONSE","features":[6,1,24]},{"name":"MSV1_0_GETCHALLENRESP_REQUEST","features":[6,1,24]},{"name":"MSV1_0_GETCHALLENRESP_REQUEST_V1","features":[6,1,24]},{"name":"MSV1_0_GETCHALLENRESP_RESPONSE","features":[6,1,24,8]},{"name":"MSV1_0_GETUSERINFO_REQUEST","features":[6,1,24]},{"name":"MSV1_0_GETUSERINFO_RESPONSE","features":[6,1,24]},{"name":"MSV1_0_LM20_CHALLENGE_REQUEST","features":[6,24]},{"name":"MSV1_0_LM20_CHALLENGE_RESPONSE","features":[6,24]},{"name":"MakeSignature","features":[6]},{"name":"MapSecurityError","features":[6,1]},{"name":"MemoryBasicInformation","features":[6]},{"name":"MemoryType64KPage","features":[6]},{"name":"MemoryTypeCustom","features":[6]},{"name":"MemoryTypeHugePage","features":[6]},{"name":"MemoryTypeLargePage","features":[6]},{"name":"MemoryTypeMax","features":[6]},{"name":"MemoryTypeNonPaged","features":[6]},{"name":"MemoryTypePaged","features":[6]},{"name":"MmCanFileBeTruncated","features":[3,6,1]},{"name":"MmDoesFileHaveUserWritableReferences","features":[3,6]},{"name":"MmFlushForDelete","features":[6]},{"name":"MmFlushForWrite","features":[6]},{"name":"MmFlushImageSection","features":[3,6,1]},{"name":"MmForceSectionClosed","features":[3,6,1]},{"name":"MmForceSectionClosedEx","features":[3,6,1]},{"name":"MmGetMaximumFileSectionSize","features":[6]},{"name":"MmIsFileSectionActive","features":[3,6,1]},{"name":"MmIsRecursiveIoFault","features":[6,1]},{"name":"MmMdlPagesAreZero","features":[3,6]},{"name":"MmPrefetchPages","features":[3,6,4,1,5,22,7,8,9]},{"name":"MmSetAddressRangeModified","features":[6,1]},{"name":"MsvAvChannelBindings","features":[6]},{"name":"MsvAvDnsComputerName","features":[6]},{"name":"MsvAvDnsDomainName","features":[6]},{"name":"MsvAvDnsTreeName","features":[6]},{"name":"MsvAvEOL","features":[6]},{"name":"MsvAvFlags","features":[6]},{"name":"MsvAvNbComputerName","features":[6]},{"name":"MsvAvNbDomainName","features":[6]},{"name":"MsvAvRestrictions","features":[6]},{"name":"MsvAvTargetName","features":[6]},{"name":"MsvAvTimestamp","features":[6]},{"name":"NETWORK_APP_INSTANCE_ECP_CONTEXT","features":[6]},{"name":"NETWORK_APP_INSTANCE_VERSION_ECP_CONTEXT","features":[6]},{"name":"NETWORK_OPEN_ECP_CONTEXT","features":[6]},{"name":"NETWORK_OPEN_ECP_CONTEXT_V0","features":[6]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_HANDLE_COLLAPSING","features":[6]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_HANDLE_DURABILITY","features":[6]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_OPLOCKS","features":[6]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_FORCE_BUFFERED_SYNCHRONOUS_IO_HACK","features":[6]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_FORCE_MAX_EOF_HACK","features":[6]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_REQ_MUTUAL_AUTH","features":[6]},{"name":"NETWORK_OPEN_ECP_OUT_FLAG_RET_MUTUAL_AUTH","features":[6]},{"name":"NETWORK_OPEN_INTEGRITY_QUALIFIER","features":[6]},{"name":"NETWORK_OPEN_LOCATION_QUALIFIER","features":[6]},{"name":"NFS_OPEN_ECP_CONTEXT","features":[6,1,16]},{"name":"NLSTABLEINFO","features":[6]},{"name":"NO_8DOT3_NAME_PRESENT","features":[6]},{"name":"NTCREATEFILE_CREATE_DISPOSITION","features":[6]},{"name":"NTCREATEFILE_CREATE_OPTIONS","features":[6]},{"name":"NetworkOpenIntegrityAny","features":[6]},{"name":"NetworkOpenIntegrityEncrypted","features":[6]},{"name":"NetworkOpenIntegrityMaximum","features":[6]},{"name":"NetworkOpenIntegrityNone","features":[6]},{"name":"NetworkOpenIntegritySigned","features":[6]},{"name":"NetworkOpenLocationAny","features":[6]},{"name":"NetworkOpenLocationLoopback","features":[6]},{"name":"NetworkOpenLocationRemote","features":[6]},{"name":"NotifyTypeCreate","features":[6]},{"name":"NotifyTypeRetired","features":[6]},{"name":"NtAccessCheckAndAuditAlarm","features":[6,1,5]},{"name":"NtAccessCheckByTypeAndAuditAlarm","features":[6,1,5]},{"name":"NtAccessCheckByTypeResultListAndAuditAlarm","features":[6,1,5]},{"name":"NtAccessCheckByTypeResultListAndAuditAlarmByHandle","features":[6,1,5]},{"name":"NtAdjustGroupsToken","features":[6,1,5]},{"name":"NtAdjustPrivilegesToken","features":[6,1,5]},{"name":"NtAllocateVirtualMemory","features":[6,1]},{"name":"NtAllocateVirtualMemoryEx","features":[6,1,21]},{"name":"NtCancelIoFileEx","features":[6,1,7]},{"name":"NtCloseObjectAuditAlarm","features":[6,1]},{"name":"NtCreateDirectoryObject","features":[3,6,1,5]},{"name":"NtCreateEvent","features":[3,6,1,5,8]},{"name":"NtCreateFile","features":[3,6,1,5,22,7]},{"name":"NtCreateSection","features":[3,6,1,5]},{"name":"NtCreateSectionEx","features":[3,6,1,5,21]},{"name":"NtDeleteFile","features":[3,6,1,5]},{"name":"NtDeleteObjectAuditAlarm","features":[6,1]},{"name":"NtDuplicateObject","features":[6,1]},{"name":"NtDuplicateToken","features":[3,6,1,5]},{"name":"NtFilterToken","features":[6,1,5]},{"name":"NtFlushBuffersFile","features":[6,1,7]},{"name":"NtFlushBuffersFileEx","features":[6,1,7]},{"name":"NtFlushVirtualMemory","features":[6,1,7]},{"name":"NtFreeVirtualMemory","features":[6,1]},{"name":"NtFsControlFile","features":[6,1,7]},{"name":"NtImpersonateAnonymousToken","features":[6,1]},{"name":"NtLockFile","features":[6,1,7]},{"name":"NtNotifyChangeKey","features":[6,1,7]},{"name":"NtOpenDirectoryObject","features":[3,6,1,5]},{"name":"NtOpenFile","features":[3,6,1,5,7]},{"name":"NtOpenObjectAuditAlarm","features":[6,1,5]},{"name":"NtOpenProcessToken","features":[6,1]},{"name":"NtOpenProcessTokenEx","features":[6,1]},{"name":"NtOpenSymbolicLinkObject","features":[3,6,1,5]},{"name":"NtOpenThreadToken","features":[6,1]},{"name":"NtOpenThreadTokenEx","features":[6,1]},{"name":"NtPrivilegeCheck","features":[6,1,5]},{"name":"NtPrivilegeObjectAuditAlarm","features":[6,1,5]},{"name":"NtPrivilegedServiceAuditAlarm","features":[6,1,5]},{"name":"NtQueryDirectoryFile","features":[6,1,7]},{"name":"NtQueryDirectoryFileEx","features":[6,1,7]},{"name":"NtQueryDirectoryObject","features":[6,1]},{"name":"NtQueryEaFile","features":[6,1,7]},{"name":"NtQueryFullAttributesFile","features":[3,6,1,5]},{"name":"NtQueryInformationByName","features":[3,6,1,5,7]},{"name":"NtQueryInformationFile","features":[6,1,7]},{"name":"NtQueryInformationToken","features":[6,1,5]},{"name":"NtQueryQuotaInformationFile","features":[6,1,5,7]},{"name":"NtQuerySecurityObject","features":[6,1,5]},{"name":"NtQuerySymbolicLinkObject","features":[6,1]},{"name":"NtQueryVirtualMemory","features":[6,1]},{"name":"NtQueryVolumeInformationFile","features":[6,1,7]},{"name":"NtReadFile","features":[6,1,7]},{"name":"NtSetEaFile","features":[6,1,7]},{"name":"NtSetEvent","features":[6,1]},{"name":"NtSetInformationFile","features":[6,1,7]},{"name":"NtSetInformationToken","features":[6,1,5]},{"name":"NtSetInformationVirtualMemory","features":[6,1]},{"name":"NtSetQuotaInformationFile","features":[6,1,7]},{"name":"NtSetSecurityObject","features":[6,1,5]},{"name":"NtSetVolumeInformationFile","features":[6,1,7]},{"name":"NtUnlockFile","features":[6,1,7]},{"name":"NtWriteFile","features":[6,1,7]},{"name":"NtfsLinkTrackingInformation","features":[6]},{"name":"OPEN_REPARSE_LIST","features":[6,8]},{"name":"OPEN_REPARSE_LIST_ENTRY","features":[6,8]},{"name":"OPEN_REPARSE_POINT_OVERRIDE_CREATE_OPTION","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_ALWAYS","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_CHILD_EXISTS","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_CHILD_NOT_EXISTS","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_DIRECTORY_FINAL_COMPONENT","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_DIRECTORY_FINAL_COMPONENT_ALWAYS","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_FINAL_COMPONENT","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_FINAL_COMPONENT_ALWAYS","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_FINAL_COMPONENT","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_FINAL_COMPONENT_ALWAYS","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_NON_FINAL_COMPONENT","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_NON_FINAL_COMPONENT_ALWAYS","features":[6]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_FINAL_COMPONENT","features":[6]},{"name":"OPEN_REPARSE_POINT_RETURN_REPARSE_DATA_BUFFER","features":[6]},{"name":"OPEN_REPARSE_POINT_TAG_ENCOUNTERED","features":[6]},{"name":"OPEN_REPARSE_POINT_VERSION_EX","features":[6]},{"name":"OPLOCK_FLAG_BACK_OUT_ATOMIC_OPLOCK","features":[6]},{"name":"OPLOCK_FLAG_BREAKING_FOR_SHARING_VIOLATION","features":[6]},{"name":"OPLOCK_FLAG_CLOSING_DELETE_ON_CLOSE","features":[6]},{"name":"OPLOCK_FLAG_COMPLETE_IF_OPLOCKED","features":[6]},{"name":"OPLOCK_FLAG_IGNORE_OPLOCK_KEYS","features":[6]},{"name":"OPLOCK_FLAG_OPLOCK_KEY_CHECK_ONLY","features":[6]},{"name":"OPLOCK_FLAG_PARENT_OBJECT","features":[6]},{"name":"OPLOCK_FLAG_REMOVING_FILE_OR_LINK","features":[6]},{"name":"OPLOCK_FSCTRL_FLAG_ALL_KEYS_MATCH","features":[6]},{"name":"OPLOCK_KEY_CONTEXT","features":[6]},{"name":"OPLOCK_KEY_ECP_CONTEXT","features":[6]},{"name":"OPLOCK_NOTIFY_BREAK_WAIT_INTERIM_TIMEOUT","features":[6]},{"name":"OPLOCK_NOTIFY_BREAK_WAIT_TERMINATED","features":[6]},{"name":"OPLOCK_NOTIFY_PARAMS","features":[3,6,4,1,5,7,8,9]},{"name":"OPLOCK_NOTIFY_REASON","features":[6]},{"name":"OPLOCK_UPPER_FLAG_CHECK_NO_BREAK","features":[6]},{"name":"OPLOCK_UPPER_FLAG_NOTIFY_REFRESH_READ","features":[6]},{"name":"ObInsertObject","features":[3,6,4,1,5]},{"name":"ObIsKernelHandle","features":[6,1]},{"name":"ObMakeTemporaryObject","features":[6]},{"name":"ObOpenObjectByPointer","features":[3,6,4,1,5]},{"name":"ObOpenObjectByPointerWithTag","features":[3,6,4,1,5]},{"name":"ObQueryNameString","features":[3,6,1]},{"name":"ObQueryObjectAuditingByHandle","features":[6,1]},{"name":"PACQUIRE_FOR_LAZY_WRITE","features":[6,1]},{"name":"PACQUIRE_FOR_LAZY_WRITE_EX","features":[6,1]},{"name":"PACQUIRE_FOR_READ_AHEAD","features":[6,1]},{"name":"PALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK","features":[6,1]},{"name":"PASYNC_READ_COMPLETION_CALLBACK","features":[6,1]},{"name":"PCC_POST_DEFERRED_WRITE","features":[6]},{"name":"PCHECK_FOR_TRAVERSE_ACCESS","features":[3,6,1,5]},{"name":"PCOMPLETE_LOCK_IRP_ROUTINE","features":[3,6,4,1,5,7,8,9]},{"name":"PDIRTY_PAGE_ROUTINE","features":[3,6,4,1,5,7,8,9]},{"name":"PFILTER_REPORT_CHANGE","features":[6,1]},{"name":"PFLUSH_TO_LSN","features":[6]},{"name":"PFN_FSRTLTEARDOWNPERSTREAMCONTEXTS","features":[3,6,1,8]},{"name":"PFREE_VIRTUAL_MEMORY_EX_CALLBACK","features":[6,1]},{"name":"PFSRTL_EXTRA_CREATE_PARAMETER_CLEANUP_CALLBACK","features":[6]},{"name":"PFSRTL_STACK_OVERFLOW_ROUTINE","features":[3,6,1,8]},{"name":"PFS_FILTER_CALLBACK","features":[3,6,4,1,5,7,8,9]},{"name":"PFS_FILTER_COMPLETION_CALLBACK","features":[3,6,4,1,5,7,8,9]},{"name":"PHYSICAL_EXTENTS_DESCRIPTOR","features":[6]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR","features":[6]},{"name":"PHYSICAL_MEMORY_RUN","features":[6]},{"name":"PIN_CALLER_TRACKS_DIRTY_DATA","features":[6]},{"name":"PIN_EXCLUSIVE","features":[6]},{"name":"PIN_HIGH_PRIORITY","features":[6]},{"name":"PIN_IF_BCB","features":[6]},{"name":"PIN_NO_READ","features":[6]},{"name":"PIN_VERIFY_REQUIRED","features":[6]},{"name":"PIN_WAIT","features":[6]},{"name":"POLICY_AUDIT_SUBCATEGORY_COUNT","features":[6]},{"name":"POPLOCK_FS_PREPOST_IRP","features":[3,6,4,1,5,7,8,9]},{"name":"POPLOCK_NOTIFY_ROUTINE","features":[3,6,4,1,5,7,8,9]},{"name":"POPLOCK_WAIT_COMPLETE_ROUTINE","features":[3,6,4,1,5,7,8,9]},{"name":"PO_CB_AC_STATUS","features":[6]},{"name":"PO_CB_BUTTON_COLLISION","features":[6]},{"name":"PO_CB_LID_SWITCH_STATE","features":[6]},{"name":"PO_CB_PROCESSOR_POWER_POLICY","features":[6]},{"name":"PO_CB_SYSTEM_POWER_POLICY","features":[6]},{"name":"PO_CB_SYSTEM_STATE_LOCK","features":[6]},{"name":"PQUERY_LOG_USAGE","features":[6]},{"name":"PQUERY_VIRTUAL_MEMORY_CALLBACK","features":[6,1]},{"name":"PREFETCH_OPEN_ECP_CONTEXT","features":[6]},{"name":"PREFIX_TABLE","features":[3,6,8]},{"name":"PREFIX_TABLE_ENTRY","features":[3,6,8]},{"name":"PRELEASE_FROM_LAZY_WRITE","features":[6]},{"name":"PRELEASE_FROM_READ_AHEAD","features":[6]},{"name":"PRTL_ALLOCATE_STRING_ROUTINE","features":[6]},{"name":"PRTL_FREE_STRING_ROUTINE","features":[6]},{"name":"PRTL_HEAP_COMMIT_ROUTINE","features":[6,1]},{"name":"PRTL_REALLOCATE_STRING_ROUTINE","features":[6]},{"name":"PSE_LOGON_SESSION_TERMINATED_ROUTINE","features":[6,1]},{"name":"PSE_LOGON_SESSION_TERMINATED_ROUTINE_EX","features":[6,1]},{"name":"PSMP_MAXIMUM_SYSAPP_CLAIM_VALUES","features":[6]},{"name":"PSMP_MINIMUM_SYSAPP_CLAIM_VALUES","features":[6]},{"name":"PUBLIC_BCB","features":[6]},{"name":"PUNLOCK_ROUTINE","features":[3,6,4,1,5,7,8,9]},{"name":"PURGE_WITH_ACTIVE_VIEWS","features":[6]},{"name":"PfxFindPrefix","features":[3,6,8]},{"name":"PfxInitialize","features":[3,6,8]},{"name":"PfxInsertPrefix","features":[3,6,1,8]},{"name":"PfxRemovePrefix","features":[3,6,8]},{"name":"PoQueueShutdownWorkItem","features":[3,6,1,8]},{"name":"PsAssignImpersonationToken","features":[3,6,1]},{"name":"PsChargePoolQuota","features":[3,6]},{"name":"PsChargeProcessPoolQuota","features":[3,6,1]},{"name":"PsDereferenceImpersonationToken","features":[6]},{"name":"PsDereferencePrimaryToken","features":[6]},{"name":"PsDisableImpersonation","features":[3,6,1,5]},{"name":"PsGetProcessExitTime","features":[6]},{"name":"PsGetThreadProcess","features":[3,6]},{"name":"PsImpersonateClient","features":[3,6,1,5]},{"name":"PsIsDiskCountersEnabled","features":[6,1]},{"name":"PsIsSystemThread","features":[3,6,1]},{"name":"PsIsThreadTerminating","features":[3,6,1]},{"name":"PsLookupProcessByProcessId","features":[3,6,1]},{"name":"PsLookupThreadByThreadId","features":[3,6,1]},{"name":"PsReferenceImpersonationToken","features":[3,6,1,5]},{"name":"PsReferencePrimaryToken","features":[3,6]},{"name":"PsRestoreImpersonation","features":[3,6,1,5]},{"name":"PsReturnPoolQuota","features":[3,6]},{"name":"PsRevertToSelf","features":[6]},{"name":"PsUpdateDiskCounters","features":[3,6]},{"name":"QUERY_BAD_RANGES_INPUT","features":[6,23]},{"name":"QUERY_DIRECT_ACCESS_DATA_EXTENTS","features":[6]},{"name":"QUERY_DIRECT_ACCESS_EXTENTS","features":[6]},{"name":"QUERY_DIRECT_ACCESS_IMAGE_EXTENTS","features":[6]},{"name":"QUERY_ON_CREATE_EA_INFORMATION","features":[6]},{"name":"QUERY_ON_CREATE_ECP_CONTEXT","features":[6]},{"name":"QUERY_ON_CREATE_FILE_LX_INFORMATION","features":[6]},{"name":"QUERY_ON_CREATE_FILE_STAT_INFORMATION","features":[6]},{"name":"QUERY_PATH_REQUEST","features":[3,6,4,1,5]},{"name":"QUERY_PATH_REQUEST_EX","features":[3,6,4,1,5]},{"name":"QUERY_PATH_RESPONSE","features":[6]},{"name":"QUERY_VIRTUAL_MEMORY_CALLBACK","features":[6,1]},{"name":"QoCFileEaInformation","features":[6]},{"name":"QoCFileLxInformation","features":[6]},{"name":"QoCFileStatInformation","features":[6]},{"name":"QuerySecurityContextToken","features":[6]},{"name":"READ_AHEAD_PARAMETERS","features":[6]},{"name":"READ_LIST","features":[3,6,4,1,5,22,7,8,9]},{"name":"READ_USN_JOURNAL_DATA","features":[6]},{"name":"REFS_COMPRESSION_FORMATS","features":[6]},{"name":"REFS_COMPRESSION_FORMAT_LZ4","features":[6]},{"name":"REFS_COMPRESSION_FORMAT_MAX","features":[6]},{"name":"REFS_COMPRESSION_FORMAT_UNCOMPRESSED","features":[6]},{"name":"REFS_COMPRESSION_FORMAT_ZSTD","features":[6]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR","features":[6]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_CAA","features":[6]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_MAA","features":[6]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_NONE","features":[6]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_SAA","features":[6]},{"name":"REFS_DEALLOCATE_RANGES_INPUT_BUFFER","features":[6]},{"name":"REFS_DEALLOCATE_RANGES_INPUT_BUFFER_EX","features":[6]},{"name":"REFS_DEALLOCATE_RANGES_RANGE","features":[6]},{"name":"REFS_QUERY_VOLUME_COMPRESSION_INFO_OUTPUT_BUFFER","features":[6]},{"name":"REFS_QUERY_VOLUME_DEDUP_INFO_OUTPUT_BUFFER","features":[6,1]},{"name":"REFS_REMOVE_HARDLINK_BACKPOINTER","features":[6]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAGS","features":[6]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAG_COMPRESS_SYNC","features":[6]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAG_MAX","features":[6]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_INPUT_BUFFER","features":[6]},{"name":"REFS_SET_VOLUME_DEDUP_INFO_INPUT_BUFFER","features":[6,1]},{"name":"REFS_STREAM_EXTENT","features":[6]},{"name":"REFS_STREAM_EXTENT_PROPERTY_CRC32","features":[6]},{"name":"REFS_STREAM_EXTENT_PROPERTY_CRC64","features":[6]},{"name":"REFS_STREAM_EXTENT_PROPERTY_GHOSTED","features":[6]},{"name":"REFS_STREAM_EXTENT_PROPERTY_READONLY","features":[6]},{"name":"REFS_STREAM_EXTENT_PROPERTY_SPARSE","features":[6]},{"name":"REFS_STREAM_EXTENT_PROPERTY_STREAM_RESERVED","features":[6]},{"name":"REFS_STREAM_EXTENT_PROPERTY_VALID","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_LIST_OUTPUT_BUFFER","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_LIST_OUTPUT_BUFFER_ENTRY","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_MANAGEMENT_INPUT_BUFFER","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_CLEAR_SHADOW_BTREE","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_CREATE","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_INVALID","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_LIST","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_MAX","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_QUERY_DELTAS","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_REVERT","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_SET_SHADOW_BTREE","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_QUERY_DELTAS_INPUT_BUFFER","features":[6]},{"name":"REFS_STREAM_SNAPSHOT_QUERY_DELTAS_OUTPUT_BUFFER","features":[6]},{"name":"REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER","features":[6,1]},{"name":"REFS_VOLUME_DATA_BUFFER","features":[6]},{"name":"REMOTE_LINK_TRACKING_INFORMATION","features":[6]},{"name":"REMOTE_PROTOCOL_FLAG_INTEGRITY","features":[6]},{"name":"REMOTE_PROTOCOL_FLAG_LOOPBACK","features":[6]},{"name":"REMOTE_PROTOCOL_FLAG_MUTUAL_AUTH","features":[6]},{"name":"REMOTE_PROTOCOL_FLAG_OFFLINE","features":[6]},{"name":"REMOTE_PROTOCOL_FLAG_PERSISTENT_HANDLE","features":[6]},{"name":"REMOTE_PROTOCOL_FLAG_PRIVACY","features":[6]},{"name":"REMOVED_8DOT3_NAME","features":[6]},{"name":"REPARSE_DATA_BUFFER","features":[6]},{"name":"REPARSE_DATA_BUFFER_EX","features":[6,22]},{"name":"REPARSE_DATA_EX_FLAG_GIVEN_TAG_OR_NONE","features":[6]},{"name":"REPARSE_INDEX_KEY","features":[6]},{"name":"RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER","features":[6]},{"name":"RETURN_NON_NT_USER_SESSION_KEY","features":[6]},{"name":"RETURN_PRIMARY_LOGON_DOMAINNAME","features":[6]},{"name":"RETURN_PRIMARY_USERNAME","features":[6]},{"name":"RETURN_RESERVED_PARAMETER","features":[6]},{"name":"RKF_BYPASS_ECP_CONTEXT","features":[6]},{"name":"RPI_SMB2_SERVERCAP_DFS","features":[6]},{"name":"RPI_SMB2_SERVERCAP_DIRECTORY_LEASING","features":[6]},{"name":"RPI_SMB2_SERVERCAP_ENCRYPTION_AWARE","features":[6]},{"name":"RPI_SMB2_SERVERCAP_LARGEMTU","features":[6]},{"name":"RPI_SMB2_SERVERCAP_LEASING","features":[6]},{"name":"RPI_SMB2_SERVERCAP_MULTICHANNEL","features":[6]},{"name":"RPI_SMB2_SERVERCAP_PERSISTENT_HANDLES","features":[6]},{"name":"RPI_SMB2_SHARECAP_ACCESS_BASED_DIRECTORY_ENUM","features":[6]},{"name":"RPI_SMB2_SHARECAP_ASYMMETRIC_SCALEOUT","features":[6]},{"name":"RPI_SMB2_SHARECAP_CLUSTER","features":[6]},{"name":"RPI_SMB2_SHARECAP_CONTINUOUS_AVAILABILITY","features":[6]},{"name":"RPI_SMB2_SHARECAP_DFS","features":[6]},{"name":"RPI_SMB2_SHARECAP_ENCRYPTED","features":[6]},{"name":"RPI_SMB2_SHARECAP_IDENTITY_REMOTING","features":[6]},{"name":"RPI_SMB2_SHARECAP_SCALEOUT","features":[6]},{"name":"RPI_SMB2_SHARECAP_TIMEWARP","features":[6]},{"name":"RPI_SMB2_SHARETYPE_DISK","features":[6]},{"name":"RPI_SMB2_SHARETYPE_PIPE","features":[6]},{"name":"RPI_SMB2_SHARETYPE_PRINT","features":[6]},{"name":"RTL_ALLOCATE_STRING_ROUTINE","features":[6]},{"name":"RTL_DUPLICATE_UNICODE_STRING_ALLOCATE_NULL_STRING","features":[6]},{"name":"RTL_DUPLICATE_UNICODE_STRING_NULL_TERMINATE","features":[6]},{"name":"RTL_FREE_STRING_ROUTINE","features":[6]},{"name":"RTL_HEAP_COMMIT_ROUTINE","features":[6,1]},{"name":"RTL_HEAP_MEMORY_LIMIT_CURRENT_VERSION","features":[6]},{"name":"RTL_HEAP_MEMORY_LIMIT_DATA","features":[6]},{"name":"RTL_HEAP_MEMORY_LIMIT_INFO","features":[6]},{"name":"RTL_HEAP_PARAMETERS","features":[6,1]},{"name":"RTL_MEMORY_TYPE","features":[6]},{"name":"RTL_NLS_STATE","features":[6]},{"name":"RTL_REALLOCATE_STRING_ROUTINE","features":[6]},{"name":"RTL_SEGMENT_HEAP_MEMORY_SOURCE","features":[6,1]},{"name":"RTL_SEGMENT_HEAP_PARAMETERS","features":[6,1]},{"name":"RTL_SEGMENT_HEAP_VA_CALLBACKS","features":[6,1]},{"name":"RTL_SYSTEM_VOLUME_INFORMATION_FOLDER","features":[6]},{"name":"RtlAbsoluteToSelfRelativeSD","features":[6,1,5]},{"name":"RtlAddAccessAllowedAce","features":[6,1,5]},{"name":"RtlAddAccessAllowedAceEx","features":[6,1,5]},{"name":"RtlAddAce","features":[6,1,5]},{"name":"RtlAllocateAndInitializeSid","features":[6,1,5]},{"name":"RtlAllocateAndInitializeSidEx","features":[6,1,5]},{"name":"RtlAllocateHeap","features":[6]},{"name":"RtlAppendStringToString","features":[6,1,8]},{"name":"RtlCompareAltitudes","features":[6,1]},{"name":"RtlCompareMemoryUlong","features":[6]},{"name":"RtlCompressBuffer","features":[6,1]},{"name":"RtlCompressChunks","features":[6,1]},{"name":"RtlCopyLuid","features":[6,1]},{"name":"RtlCopySid","features":[6,1,5]},{"name":"RtlCreateAcl","features":[6,1,5]},{"name":"RtlCreateHeap","features":[6,1]},{"name":"RtlCreateServiceSid","features":[6,1,5]},{"name":"RtlCreateSystemVolumeInformationFolder","features":[6,1]},{"name":"RtlCreateUnicodeString","features":[6,1]},{"name":"RtlCreateVirtualAccountSid","features":[6,1,5]},{"name":"RtlCustomCPToUnicodeN","features":[6,1]},{"name":"RtlDecompressBuffer","features":[6,1]},{"name":"RtlDecompressBufferEx","features":[6,1]},{"name":"RtlDecompressBufferEx2","features":[6,1]},{"name":"RtlDecompressChunks","features":[6,1]},{"name":"RtlDecompressFragment","features":[6,1]},{"name":"RtlDecompressFragmentEx","features":[6,1]},{"name":"RtlDeleteAce","features":[6,1,5]},{"name":"RtlDescribeChunk","features":[6,1]},{"name":"RtlDestroyHeap","features":[6]},{"name":"RtlDosPathNameToNtPathName_U_WithStatus","features":[6,1]},{"name":"RtlDowncaseUnicodeString","features":[6,1]},{"name":"RtlDuplicateUnicodeString","features":[6,1]},{"name":"RtlEqualPrefixSid","features":[6,1,5]},{"name":"RtlEqualSid","features":[6,1,5]},{"name":"RtlFindUnicodePrefix","features":[3,6,1]},{"name":"RtlFreeHeap","features":[6]},{"name":"RtlFreeSid","features":[6,5]},{"name":"RtlGenerate8dot3Name","features":[6,1]},{"name":"RtlGetAce","features":[6,1,5]},{"name":"RtlGetCompressionWorkSpaceSize","features":[6,1]},{"name":"RtlGetDaclSecurityDescriptor","features":[6,1,5]},{"name":"RtlGetGroupSecurityDescriptor","features":[6,1,5]},{"name":"RtlGetOwnerSecurityDescriptor","features":[6,1,5]},{"name":"RtlGetSaclSecurityDescriptor","features":[6,1,5]},{"name":"RtlIdentifierAuthoritySid","features":[6,5]},{"name":"RtlIdnToAscii","features":[6,1]},{"name":"RtlIdnToNameprepUnicode","features":[6,1]},{"name":"RtlIdnToUnicode","features":[6,1]},{"name":"RtlInitCodePageTable","features":[6]},{"name":"RtlInitUnicodeStringEx","features":[6,1]},{"name":"RtlInitializeSid","features":[6,1,5]},{"name":"RtlInitializeSidEx","features":[6,1,5]},{"name":"RtlInitializeUnicodePrefix","features":[3,6,1]},{"name":"RtlInsertUnicodePrefix","features":[3,6,1]},{"name":"RtlIsCloudFilesPlaceholder","features":[6,1]},{"name":"RtlIsDosDeviceName_U","features":[6]},{"name":"RtlIsNonEmptyDirectoryReparsePointAllowed","features":[6,1]},{"name":"RtlIsNormalizedString","features":[6,1]},{"name":"RtlIsPartialPlaceholder","features":[6,1]},{"name":"RtlIsPartialPlaceholderFileHandle","features":[6,1]},{"name":"RtlIsPartialPlaceholderFileInfo","features":[6,1]},{"name":"RtlIsSandboxedToken","features":[3,6,1,5]},{"name":"RtlIsValidOemCharacter","features":[6,1]},{"name":"RtlLengthRequiredSid","features":[6]},{"name":"RtlLengthSid","features":[6,5]},{"name":"RtlMultiByteToUnicodeN","features":[6,1]},{"name":"RtlMultiByteToUnicodeSize","features":[6,1]},{"name":"RtlNextUnicodePrefix","features":[3,6,1]},{"name":"RtlNormalizeString","features":[6,1]},{"name":"RtlNtStatusToDosErrorNoTeb","features":[6,1]},{"name":"RtlOemStringToCountedUnicodeString","features":[6,1,8]},{"name":"RtlOemStringToUnicodeString","features":[6,1,8]},{"name":"RtlOemToUnicodeN","features":[6,1]},{"name":"RtlPrefixString","features":[6,1,8]},{"name":"RtlQueryPackageIdentity","features":[6,1]},{"name":"RtlQueryPackageIdentityEx","features":[6,1]},{"name":"RtlQueryProcessPlaceholderCompatibilityMode","features":[6]},{"name":"RtlQueryThreadPlaceholderCompatibilityMode","features":[6]},{"name":"RtlRandom","features":[6]},{"name":"RtlRandomEx","features":[6]},{"name":"RtlRemoveUnicodePrefix","features":[3,6,1]},{"name":"RtlReplaceSidInSd","features":[6,1,5]},{"name":"RtlReserveChunk","features":[6,1]},{"name":"RtlSecondsSince1970ToTime","features":[6]},{"name":"RtlSecondsSince1980ToTime","features":[6]},{"name":"RtlSelfRelativeToAbsoluteSD","features":[6,1,5]},{"name":"RtlSetGroupSecurityDescriptor","features":[6,1,5]},{"name":"RtlSetOwnerSecurityDescriptor","features":[6,1,5]},{"name":"RtlSetProcessPlaceholderCompatibilityMode","features":[6]},{"name":"RtlSetThreadPlaceholderCompatibilityMode","features":[6]},{"name":"RtlSubAuthorityCountSid","features":[6,5]},{"name":"RtlSubAuthoritySid","features":[6,5]},{"name":"RtlTimeToSecondsSince1980","features":[6,1]},{"name":"RtlUnicodeStringToCountedOemString","features":[6,1,8]},{"name":"RtlUnicodeToCustomCPN","features":[6,1]},{"name":"RtlUnicodeToMultiByteN","features":[6,1]},{"name":"RtlUnicodeToOemN","features":[6,1]},{"name":"RtlUpcaseUnicodeStringToCountedOemString","features":[6,1,8]},{"name":"RtlUpcaseUnicodeStringToOemString","features":[6,1,8]},{"name":"RtlUpcaseUnicodeToCustomCPN","features":[6,1]},{"name":"RtlUpcaseUnicodeToMultiByteN","features":[6,1]},{"name":"RtlUpcaseUnicodeToOemN","features":[6,1]},{"name":"RtlValidSid","features":[6,1,5]},{"name":"RtlValidateUnicodeString","features":[6,1]},{"name":"RtlxOemStringToUnicodeSize","features":[6,8]},{"name":"RtlxUnicodeStringToOemSize","features":[6,1]},{"name":"SECURITY_ANONYMOUS_LOGON_RID","features":[6]},{"name":"SECURITY_CLIENT_CONTEXT","features":[6,1,5]},{"name":"SEC_APPLICATION_PROTOCOLS","features":[6,24]},{"name":"SEC_DTLS_MTU","features":[6]},{"name":"SEC_FLAGS","features":[6]},{"name":"SEC_NEGOTIATION_INFO","features":[6]},{"name":"SEC_PRESHAREDKEY","features":[6]},{"name":"SEC_SRTP_MASTER_KEY_IDENTIFIER","features":[6]},{"name":"SEGMENT_HEAP_FLG_USE_PAGE_HEAP","features":[6]},{"name":"SEGMENT_HEAP_PARAMETERS_VERSION","features":[6]},{"name":"SEGMENT_HEAP_PARAMS_VALID_FLAGS","features":[6]},{"name":"SEMAPHORE_INCREMENT","features":[6]},{"name":"SET_CACHED_RUNS_STATE_INPUT_BUFFER","features":[6,1]},{"name":"SET_PURGE_FAILURE_MODE_DISABLED","features":[6]},{"name":"SE_AUDIT_INFO","features":[6,1,5]},{"name":"SE_AUDIT_OPERATION","features":[6]},{"name":"SE_BACKUP_PRIVILEGES_CHECKED","features":[6]},{"name":"SE_DACL_UNTRUSTED","features":[6]},{"name":"SE_EXPORTS","features":[6,1,5]},{"name":"SE_LOGON_SESSION_TERMINATED_ROUTINE","features":[6,1]},{"name":"SE_LOGON_SESSION_TERMINATED_ROUTINE_EX","features":[3,6,1]},{"name":"SE_SERVER_SECURITY","features":[6]},{"name":"SPECIAL_ENCRYPTED_OPEN","features":[6]},{"name":"SRV_INSTANCE_TYPE","features":[6]},{"name":"SRV_OPEN_ECP_CONTEXT","features":[6,1,16]},{"name":"SRV_OPEN_ECP_CONTEXT_VERSION_2","features":[6]},{"name":"SUPPORTED_FS_FEATURES_BYPASS_IO","features":[6]},{"name":"SUPPORTED_FS_FEATURES_OFFLOAD_READ","features":[6]},{"name":"SUPPORTED_FS_FEATURES_OFFLOAD_WRITE","features":[6]},{"name":"SUPPORTED_FS_FEATURES_QUERY_OPEN","features":[6]},{"name":"SYMLINK_DIRECTORY","features":[6]},{"name":"SYMLINK_FILE","features":[6]},{"name":"SYMLINK_FLAG_RELATIVE","features":[6]},{"name":"SYMLINK_RESERVED_MASK","features":[6]},{"name":"SYSTEM_PAGE_PRIORITY_BITS","features":[6]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE","features":[6]},{"name":"SeAccessCheckFromState","features":[6,1,5]},{"name":"SeAccessCheckFromStateEx","features":[6,1,5]},{"name":"SeAdjustAccessStateForAccessConstraints","features":[3,6,4,1,5]},{"name":"SeAdjustAccessStateForTrustLabel","features":[3,6,4,1,5]},{"name":"SeAdjustObjectSecurity","features":[3,6,1,5]},{"name":"SeAppendPrivileges","features":[3,6,4,1,5]},{"name":"SeAuditFipsCryptoSelftests","features":[6,1]},{"name":"SeAuditHardLinkCreation","features":[6,1]},{"name":"SeAuditHardLinkCreationWithTransaction","features":[6,1]},{"name":"SeAuditTransactionStateChange","features":[6]},{"name":"SeAuditingAnyFileEventsWithContext","features":[3,6,1,5]},{"name":"SeAuditingAnyFileEventsWithContextEx","features":[3,6,1,5]},{"name":"SeAuditingFileEvents","features":[6,1,5]},{"name":"SeAuditingFileEventsWithContext","features":[3,6,1,5]},{"name":"SeAuditingFileEventsWithContextEx","features":[3,6,1,5]},{"name":"SeAuditingFileOrGlobalEvents","features":[3,6,1,5]},{"name":"SeAuditingHardLinkEvents","features":[6,1,5]},{"name":"SeAuditingHardLinkEventsWithContext","features":[3,6,1,5]},{"name":"SeCaptureSubjectContextEx","features":[3,6,5]},{"name":"SeCheckForCriticalAceRemoval","features":[3,6,1,5]},{"name":"SeCreateClientSecurity","features":[3,6,1,5]},{"name":"SeCreateClientSecurityFromSubjectContext","features":[3,6,1,5]},{"name":"SeDeleteClientSecurity","features":[6,1,5]},{"name":"SeDeleteObjectAuditAlarm","features":[6,1]},{"name":"SeDeleteObjectAuditAlarmWithTransaction","features":[6,1]},{"name":"SeExamineSacl","features":[6,1,5]},{"name":"SeFilterToken","features":[6,1,5]},{"name":"SeFreePrivileges","features":[6,1,5]},{"name":"SeImpersonateClient","features":[3,6,1,5]},{"name":"SeImpersonateClientEx","features":[3,6,1,5]},{"name":"SeLocateProcessImageName","features":[3,6,1]},{"name":"SeMarkLogonSessionForTerminationNotification","features":[6,1]},{"name":"SeMarkLogonSessionForTerminationNotificationEx","features":[3,6,1]},{"name":"SeOpenObjectAuditAlarm","features":[3,6,4,1,5]},{"name":"SeOpenObjectAuditAlarmWithTransaction","features":[3,6,4,1,5]},{"name":"SeOpenObjectForDeleteAuditAlarm","features":[3,6,4,1,5]},{"name":"SeOpenObjectForDeleteAuditAlarmWithTransaction","features":[3,6,4,1,5]},{"name":"SePrivilegeCheck","features":[3,6,1,5]},{"name":"SeQueryAuthenticationIdToken","features":[6,1]},{"name":"SeQueryInformationToken","features":[6,1,5]},{"name":"SeQuerySecurityDescriptorInfo","features":[6,1,5]},{"name":"SeQueryServerSiloToken","features":[3,6,1]},{"name":"SeQuerySessionIdToken","features":[6,1]},{"name":"SeQuerySessionIdTokenEx","features":[6,1]},{"name":"SeRegisterLogonSessionTerminatedRoutine","features":[6,1]},{"name":"SeRegisterLogonSessionTerminatedRoutineEx","features":[6,1]},{"name":"SeReportSecurityEventWithSubCategory","features":[6,1,24]},{"name":"SeSetAccessStateGenericMapping","features":[3,6,4,1,5]},{"name":"SeSetSecurityDescriptorInfo","features":[3,6,1,5]},{"name":"SeSetSecurityDescriptorInfoEx","features":[3,6,1,5]},{"name":"SeShouldCheckForAccessRightsFromParent","features":[3,6,4,1,5]},{"name":"SeTokenFromAccessInformation","features":[6,1,5]},{"name":"SeTokenIsAdmin","features":[6,1]},{"name":"SeTokenIsRestricted","features":[6,1]},{"name":"SeTokenIsWriteRestricted","features":[6,1]},{"name":"SeTokenType","features":[6,5]},{"name":"SeUnregisterLogonSessionTerminatedRoutine","features":[6,1]},{"name":"SeUnregisterLogonSessionTerminatedRoutineEx","features":[6,1]},{"name":"SecBuffer","features":[6]},{"name":"SecBufferDesc","features":[6]},{"name":"SecHandle","features":[6]},{"name":"SecLookupAccountName","features":[6,1,5]},{"name":"SecLookupAccountSid","features":[6,1,5]},{"name":"SecLookupWellKnownSid","features":[6,1,5]},{"name":"SecMakeSPN","features":[6,1]},{"name":"SecMakeSPNEx","features":[6,1]},{"name":"SecMakeSPNEx2","features":[6,1]},{"name":"SetContextAttributesW","features":[6]},{"name":"SharedVirtualDiskCDPSnapshotsSupported","features":[6]},{"name":"SharedVirtualDiskHandleState","features":[6]},{"name":"SharedVirtualDiskHandleStateFileShared","features":[6]},{"name":"SharedVirtualDiskHandleStateHandleShared","features":[6]},{"name":"SharedVirtualDiskHandleStateNone","features":[6]},{"name":"SharedVirtualDiskSnapshotsSupported","features":[6]},{"name":"SharedVirtualDiskSupportType","features":[6]},{"name":"SharedVirtualDisksSupported","features":[6]},{"name":"SharedVirtualDisksUnsupported","features":[6]},{"name":"SrvInstanceTypeCsv","features":[6]},{"name":"SrvInstanceTypePrimary","features":[6]},{"name":"SrvInstanceTypeSBL","features":[6]},{"name":"SrvInstanceTypeSR","features":[6]},{"name":"SrvInstanceTypeUndefined","features":[6]},{"name":"SrvInstanceTypeVSMB","features":[6]},{"name":"SspiAcceptSecurityContextAsync","features":[3,6]},{"name":"SspiAcquireCredentialsHandleAsyncA","features":[3,6,24]},{"name":"SspiAcquireCredentialsHandleAsyncW","features":[3,6,1,24]},{"name":"SspiAsyncNotifyCallback","features":[3,6]},{"name":"SspiCreateAsyncContext","features":[3,6]},{"name":"SspiDeleteSecurityContextAsync","features":[3,6]},{"name":"SspiFreeAsyncContext","features":[3,6]},{"name":"SspiFreeCredentialsHandleAsync","features":[3,6]},{"name":"SspiGetAsyncCallStatus","features":[3,6]},{"name":"SspiInitializeSecurityContextAsyncA","features":[3,6]},{"name":"SspiInitializeSecurityContextAsyncW","features":[3,6,1]},{"name":"SspiReinitAsyncContext","features":[3,6,1]},{"name":"SspiSetAsyncNotifyCallback","features":[3,6]},{"name":"SyncTypeCreateSection","features":[6]},{"name":"SyncTypeOther","features":[6]},{"name":"TOKEN_AUDIT_NO_CHILD_PROCESS","features":[6]},{"name":"TOKEN_AUDIT_REDIRECTION_TRUST","features":[6]},{"name":"TOKEN_DO_NOT_USE_GLOBAL_ATTRIBS_FOR_QUERY","features":[6]},{"name":"TOKEN_ENFORCE_REDIRECTION_TRUST","features":[6]},{"name":"TOKEN_HAS_BACKUP_PRIVILEGE","features":[6]},{"name":"TOKEN_HAS_IMPERSONATE_PRIVILEGE","features":[6]},{"name":"TOKEN_HAS_OWN_CLAIM_ATTRIBUTES","features":[6]},{"name":"TOKEN_HAS_RESTORE_PRIVILEGE","features":[6]},{"name":"TOKEN_HAS_TRAVERSE_PRIVILEGE","features":[6]},{"name":"TOKEN_IS_FILTERED","features":[6]},{"name":"TOKEN_IS_RESTRICTED","features":[6]},{"name":"TOKEN_LEARNING_MODE_LOGGING","features":[6]},{"name":"TOKEN_LOWBOX","features":[6]},{"name":"TOKEN_NOT_LOW","features":[6]},{"name":"TOKEN_NO_CHILD_PROCESS","features":[6]},{"name":"TOKEN_NO_CHILD_PROCESS_UNLESS_SECURE","features":[6]},{"name":"TOKEN_PERMISSIVE_LEARNING_MODE","features":[6]},{"name":"TOKEN_PRIVATE_NAMESPACE","features":[6]},{"name":"TOKEN_SANDBOX_INERT","features":[6]},{"name":"TOKEN_SESSION_NOT_REFERENCED","features":[6]},{"name":"TOKEN_UIACCESS","features":[6]},{"name":"TOKEN_VIRTUALIZE_ALLOWED","features":[6]},{"name":"TOKEN_VIRTUALIZE_ENABLED","features":[6]},{"name":"TOKEN_WRITE_RESTRICTED","features":[6]},{"name":"TUNNEL","features":[3,6,1,8]},{"name":"UNICODE_PREFIX_TABLE","features":[3,6,1]},{"name":"UNICODE_PREFIX_TABLE_ENTRY","features":[3,6,1]},{"name":"UNINITIALIZE_CACHE_MAPS","features":[6]},{"name":"USE_PRIMARY_PASSWORD","features":[6]},{"name":"USN_DELETE_FLAG_DELETE","features":[6]},{"name":"USN_JOURNAL_DATA","features":[6]},{"name":"USN_RECORD","features":[6]},{"name":"VACB_MAPPING_GRANULARITY","features":[6]},{"name":"VACB_OFFSET_SHIFT","features":[6]},{"name":"VALID_INHERIT_FLAGS","features":[6]},{"name":"VCN_RANGE_INPUT_BUFFER","features":[6]},{"name":"VIRTUAL_MEMORY_INFORMATION_CLASS","features":[6]},{"name":"VOLSNAPCONTROLTYPE","features":[6]},{"name":"VOLUME_REFS_INFO_BUFFER","features":[6]},{"name":"VerifySignature","features":[6]},{"name":"VmPrefetchInformation","features":[6]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_LAYER","features":[6]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_REGISTERED_LAYER","features":[6]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_REMOTE_LAYER","features":[6]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_SCRATCH","features":[6]},{"name":"ZwAccessCheckAndAuditAlarm","features":[6,1,5]},{"name":"ZwAccessCheckByTypeAndAuditAlarm","features":[6,1,5]},{"name":"ZwAccessCheckByTypeResultListAndAuditAlarm","features":[6,1,5]},{"name":"ZwAccessCheckByTypeResultListAndAuditAlarmByHandle","features":[6,1,5]},{"name":"ZwAdjustGroupsToken","features":[6,1,5]},{"name":"ZwAdjustPrivilegesToken","features":[6,1,5]},{"name":"ZwAllocateVirtualMemory","features":[6,1]},{"name":"ZwAllocateVirtualMemoryEx","features":[6,1,21]},{"name":"ZwCancelIoFileEx","features":[6,1,7]},{"name":"ZwCloseObjectAuditAlarm","features":[6,1]},{"name":"ZwCreateDirectoryObject","features":[3,6,1,5]},{"name":"ZwCreateEvent","features":[3,6,1,5,8]},{"name":"ZwCreateSectionEx","features":[3,6,1,5,21]},{"name":"ZwDeleteFile","features":[3,6,1,5]},{"name":"ZwDeleteObjectAuditAlarm","features":[6,1]},{"name":"ZwDuplicateObject","features":[6,1]},{"name":"ZwDuplicateToken","features":[3,6,1,5]},{"name":"ZwFilterToken","features":[6,1,5]},{"name":"ZwFlushBuffersFile","features":[6,1,7]},{"name":"ZwFlushBuffersFileEx","features":[6,1,7]},{"name":"ZwFlushVirtualMemory","features":[6,1,7]},{"name":"ZwFreeVirtualMemory","features":[6,1]},{"name":"ZwFsControlFile","features":[6,1,7]},{"name":"ZwImpersonateAnonymousToken","features":[6,1]},{"name":"ZwLockFile","features":[6,1,7]},{"name":"ZwNotifyChangeKey","features":[6,1,7]},{"name":"ZwOpenDirectoryObject","features":[3,6,1,5]},{"name":"ZwOpenObjectAuditAlarm","features":[6,1,5]},{"name":"ZwOpenProcessToken","features":[6,1]},{"name":"ZwOpenProcessTokenEx","features":[6,1]},{"name":"ZwOpenThreadToken","features":[6,1]},{"name":"ZwOpenThreadTokenEx","features":[6,1]},{"name":"ZwPrivilegeCheck","features":[6,1,5]},{"name":"ZwPrivilegeObjectAuditAlarm","features":[6,1,5]},{"name":"ZwPrivilegedServiceAuditAlarm","features":[6,1,5]},{"name":"ZwQueryDirectoryFile","features":[6,1,7]},{"name":"ZwQueryDirectoryFileEx","features":[6,1,7]},{"name":"ZwQueryDirectoryObject","features":[6,1]},{"name":"ZwQueryEaFile","features":[6,1,7]},{"name":"ZwQueryFullAttributesFile","features":[3,6,1,5]},{"name":"ZwQueryInformationToken","features":[6,1,5]},{"name":"ZwQueryObject","features":[3,6,1]},{"name":"ZwQueryQuotaInformationFile","features":[6,1,5,7]},{"name":"ZwQuerySecurityObject","features":[6,1,5]},{"name":"ZwQueryVirtualMemory","features":[6,1]},{"name":"ZwQueryVolumeInformationFile","features":[6,1,7]},{"name":"ZwSetEaFile","features":[6,1,7]},{"name":"ZwSetEvent","features":[6,1]},{"name":"ZwSetInformationToken","features":[6,1,5]},{"name":"ZwSetInformationVirtualMemory","features":[6,1]},{"name":"ZwSetQuotaInformationFile","features":[6,1,7]},{"name":"ZwSetSecurityObject","features":[6,1,5]},{"name":"ZwSetVolumeInformationFile","features":[6,1,7]},{"name":"ZwUnlockFile","features":[6,1,7]},{"name":"_LCN_WEAK_REFERENCE_STATE","features":[6]},{"name":"_REFS_STREAM_EXTENT_PROPERTIES","features":[6]}],"347":[{"name":"FLTFL_CALLBACK_DATA_DIRTY","features":[25]},{"name":"FLTFL_CALLBACK_DATA_DRAINING_IO","features":[25]},{"name":"FLTFL_CALLBACK_DATA_FAST_IO_OPERATION","features":[25]},{"name":"FLTFL_CALLBACK_DATA_FS_FILTER_OPERATION","features":[25]},{"name":"FLTFL_CALLBACK_DATA_GENERATED_IO","features":[25]},{"name":"FLTFL_CALLBACK_DATA_IRP_OPERATION","features":[25]},{"name":"FLTFL_CALLBACK_DATA_NEW_SYSTEM_BUFFER","features":[25]},{"name":"FLTFL_CALLBACK_DATA_POST_OPERATION","features":[25]},{"name":"FLTFL_CALLBACK_DATA_REISSUED_IO","features":[25]},{"name":"FLTFL_CALLBACK_DATA_REISSUE_MASK","features":[25]},{"name":"FLTFL_CALLBACK_DATA_SYSTEM_BUFFER","features":[25]},{"name":"FLTFL_CONTEXT_REGISTRATION_NO_EXACT_SIZE_MATCH","features":[25]},{"name":"FLTFL_FILE_NAME_PARSED_EXTENSION","features":[25]},{"name":"FLTFL_FILE_NAME_PARSED_FINAL_COMPONENT","features":[25]},{"name":"FLTFL_FILE_NAME_PARSED_PARENT_DIR","features":[25]},{"name":"FLTFL_FILE_NAME_PARSED_STREAM","features":[25]},{"name":"FLTFL_FILTER_UNLOAD_MANDATORY","features":[25]},{"name":"FLTFL_INSTANCE_SETUP_AUTOMATIC_ATTACHMENT","features":[25]},{"name":"FLTFL_INSTANCE_SETUP_DETACHED_VOLUME","features":[25]},{"name":"FLTFL_INSTANCE_SETUP_MANUAL_ATTACHMENT","features":[25]},{"name":"FLTFL_INSTANCE_SETUP_NEWLY_MOUNTED_VOLUME","features":[25]},{"name":"FLTFL_INSTANCE_TEARDOWN_FILTER_UNLOAD","features":[25]},{"name":"FLTFL_INSTANCE_TEARDOWN_INTERNAL_ERROR","features":[25]},{"name":"FLTFL_INSTANCE_TEARDOWN_MANDATORY_FILTER_UNLOAD","features":[25]},{"name":"FLTFL_INSTANCE_TEARDOWN_MANUAL","features":[25]},{"name":"FLTFL_INSTANCE_TEARDOWN_VOLUME_DISMOUNT","features":[25]},{"name":"FLTFL_IO_OPERATION_DO_NOT_UPDATE_BYTE_OFFSET","features":[25]},{"name":"FLTFL_IO_OPERATION_NON_CACHED","features":[25]},{"name":"FLTFL_IO_OPERATION_PAGING","features":[25]},{"name":"FLTFL_IO_OPERATION_SYNCHRONOUS_PAGING","features":[25]},{"name":"FLTFL_NORMALIZE_NAME_CASE_SENSITIVE","features":[25]},{"name":"FLTFL_NORMALIZE_NAME_DESTINATION_FILE_NAME","features":[25]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_CACHED_IO","features":[25]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_NON_CACHED_NON_PAGING_IO","features":[25]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_NON_DASD_IO","features":[25]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_PAGING_IO","features":[25]},{"name":"FLTFL_POST_OPERATION_DRAINING","features":[25]},{"name":"FLTFL_REGISTRATION_DO_NOT_SUPPORT_SERVICE_STOP","features":[25]},{"name":"FLTFL_REGISTRATION_SUPPORT_DAX_VOLUME","features":[25]},{"name":"FLTFL_REGISTRATION_SUPPORT_NPFS_MSFS","features":[25]},{"name":"FLTFL_REGISTRATION_SUPPORT_WCOS","features":[25]},{"name":"FLTTCFL_AUTO_REPARSE","features":[25]},{"name":"FLT_ALLOCATE_CALLBACK_DATA_PREALLOCATE_ALL_MEMORY","features":[25]},{"name":"FLT_CALLBACK_DATA","features":[3,25,4,1,5,7,8,9]},{"name":"FLT_CALLBACK_DATA_QUEUE","features":[3,25,4,1,5,7,8,9]},{"name":"FLT_CALLBACK_DATA_QUEUE_FLAGS","features":[25]},{"name":"FLT_CONTEXT_END","features":[25]},{"name":"FLT_CONTEXT_REGISTRATION","features":[3,25]},{"name":"FLT_CREATEFILE_TARGET_ECP_CONTEXT","features":[25,1]},{"name":"FLT_FILE_CONTEXT","features":[25]},{"name":"FLT_FILE_NAME_ALLOW_QUERY_ON_REPARSE","features":[25]},{"name":"FLT_FILE_NAME_DO_NOT_CACHE","features":[25]},{"name":"FLT_FILE_NAME_INFORMATION","features":[25,1]},{"name":"FLT_FILE_NAME_NORMALIZED","features":[25]},{"name":"FLT_FILE_NAME_OPENED","features":[25]},{"name":"FLT_FILE_NAME_QUERY_ALWAYS_ALLOW_CACHE_LOOKUP","features":[25]},{"name":"FLT_FILE_NAME_QUERY_CACHE_ONLY","features":[25]},{"name":"FLT_FILE_NAME_QUERY_DEFAULT","features":[25]},{"name":"FLT_FILE_NAME_QUERY_FILESYSTEM_ONLY","features":[25]},{"name":"FLT_FILE_NAME_REQUEST_FROM_CURRENT_PROVIDER","features":[25]},{"name":"FLT_FILE_NAME_SHORT","features":[25]},{"name":"FLT_FLUSH_TYPE_DATA_SYNC_ONLY","features":[25]},{"name":"FLT_FLUSH_TYPE_FILE_DATA_ONLY","features":[25]},{"name":"FLT_FLUSH_TYPE_FLUSH_AND_PURGE","features":[25]},{"name":"FLT_FLUSH_TYPE_NO_SYNC","features":[25]},{"name":"FLT_INSTANCE_CONTEXT","features":[25]},{"name":"FLT_INTERNAL_OPERATION_COUNT","features":[25]},{"name":"FLT_IO_PARAMETER_BLOCK","features":[3,25,4,1,5,7,8,9]},{"name":"FLT_MAX_DEVICE_REPARSE_ATTEMPTS","features":[25]},{"name":"FLT_NAME_CONTROL","features":[25,1]},{"name":"FLT_OPERATION_REGISTRATION","features":[3,25,4,1,5,7,8,9]},{"name":"FLT_PARAMETERS","features":[3,25,4,1,5,7,8,9]},{"name":"FLT_PORT_CONNECT","features":[25]},{"name":"FLT_POSTOP_CALLBACK_STATUS","features":[25]},{"name":"FLT_POSTOP_DISALLOW_FSFILTER_IO","features":[25]},{"name":"FLT_POSTOP_FINISHED_PROCESSING","features":[25]},{"name":"FLT_POSTOP_MORE_PROCESSING_REQUIRED","features":[25]},{"name":"FLT_PREOP_CALLBACK_STATUS","features":[25]},{"name":"FLT_PREOP_COMPLETE","features":[25]},{"name":"FLT_PREOP_DISALLOW_FASTIO","features":[25]},{"name":"FLT_PREOP_DISALLOW_FSFILTER_IO","features":[25]},{"name":"FLT_PREOP_PENDING","features":[25]},{"name":"FLT_PREOP_SUCCESS_NO_CALLBACK","features":[25]},{"name":"FLT_PREOP_SUCCESS_WITH_CALLBACK","features":[25]},{"name":"FLT_PREOP_SYNCHRONIZE","features":[25]},{"name":"FLT_PUSH_LOCK_DISABLE_AUTO_BOOST","features":[25]},{"name":"FLT_PUSH_LOCK_ENABLE_AUTO_BOOST","features":[25]},{"name":"FLT_PUSH_LOCK_VALID_FLAGS","features":[25]},{"name":"FLT_REGISTRATION","features":[3,25,4,1,5,26,7,8,9]},{"name":"FLT_REGISTRATION_VERSION","features":[25]},{"name":"FLT_REGISTRATION_VERSION_0200","features":[25]},{"name":"FLT_REGISTRATION_VERSION_0201","features":[25]},{"name":"FLT_REGISTRATION_VERSION_0202","features":[25]},{"name":"FLT_REGISTRATION_VERSION_0203","features":[25]},{"name":"FLT_RELATED_CONTEXTS","features":[25]},{"name":"FLT_RELATED_CONTEXTS_EX","features":[25]},{"name":"FLT_RELATED_OBJECTS","features":[3,25,4,1,5,7,8,9]},{"name":"FLT_SECTION_CONTEXT","features":[25]},{"name":"FLT_SET_CONTEXT_KEEP_IF_EXISTS","features":[25]},{"name":"FLT_SET_CONTEXT_OPERATION","features":[25]},{"name":"FLT_SET_CONTEXT_REPLACE_IF_EXISTS","features":[25]},{"name":"FLT_STREAMHANDLE_CONTEXT","features":[25]},{"name":"FLT_STREAM_CONTEXT","features":[25]},{"name":"FLT_TAG_DATA_BUFFER","features":[25]},{"name":"FLT_TRANSACTION_CONTEXT","features":[25]},{"name":"FLT_VALID_FILE_NAME_FLAGS","features":[25]},{"name":"FLT_VALID_FILE_NAME_FORMATS","features":[25]},{"name":"FLT_VALID_FILE_NAME_QUERY_METHODS","features":[25]},{"name":"FLT_VOLUME_CONTEXT","features":[25]},{"name":"FLT_VOLUME_PROPERTIES","features":[25,1]},{"name":"FltAcknowledgeEcp","features":[25]},{"name":"FltAcquirePushLockExclusive","features":[25]},{"name":"FltAcquirePushLockExclusiveEx","features":[25]},{"name":"FltAcquirePushLockShared","features":[25]},{"name":"FltAcquirePushLockSharedEx","features":[25]},{"name":"FltAcquireResourceExclusive","features":[3,25,8]},{"name":"FltAcquireResourceShared","features":[3,25,8]},{"name":"FltAddOpenReparseEntry","features":[3,25,4,1,5,7,8,9]},{"name":"FltAdjustDeviceStackSizeForIoRedirection","features":[25,1]},{"name":"FltAllocateCallbackData","features":[3,25,4,1,5,7,8,9]},{"name":"FltAllocateCallbackDataEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltAllocateContext","features":[3,25,1]},{"name":"FltAllocateDeferredIoWorkItem","features":[25]},{"name":"FltAllocateExtraCreateParameter","features":[25,1]},{"name":"FltAllocateExtraCreateParameterFromLookasideList","features":[25,1]},{"name":"FltAllocateExtraCreateParameterList","features":[3,25,1]},{"name":"FltAllocateFileLock","features":[3,25,4,1,5,7,8,9]},{"name":"FltAllocateGenericWorkItem","features":[25]},{"name":"FltAllocatePoolAlignedWithTag","features":[3,25]},{"name":"FltApplyPriorityInfoThread","features":[3,25,1]},{"name":"FltAttachVolume","features":[25,1]},{"name":"FltAttachVolumeAtAltitude","features":[25,1]},{"name":"FltBuildDefaultSecurityDescriptor","features":[25,1,5]},{"name":"FltCancelFileOpen","features":[3,25,4,1,5,7,8,9]},{"name":"FltCancelIo","features":[3,25,4,1,5,7,8,9]},{"name":"FltCancellableWaitForMultipleObjects","features":[3,25,4,1,5,7,8,9]},{"name":"FltCancellableWaitForSingleObject","features":[3,25,4,1,5,7,8,9]},{"name":"FltCbdqDisable","features":[3,25,4,1,5,7,8,9]},{"name":"FltCbdqEnable","features":[3,25,4,1,5,7,8,9]},{"name":"FltCbdqInitialize","features":[3,25,4,1,5,7,8,9]},{"name":"FltCbdqInsertIo","features":[3,25,4,1,5,7,8,9]},{"name":"FltCbdqRemoveIo","features":[3,25,4,1,5,7,8,9]},{"name":"FltCbdqRemoveNextIo","features":[3,25,4,1,5,7,8,9]},{"name":"FltCheckAndGrowNameControl","features":[25,1]},{"name":"FltCheckLockForReadAccess","features":[3,25,4,1,5,7,8,9]},{"name":"FltCheckLockForWriteAccess","features":[3,25,4,1,5,7,8,9]},{"name":"FltCheckOplock","features":[3,25,4,1,5,7,8,9]},{"name":"FltCheckOplockEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltClearCallbackDataDirty","features":[3,25,4,1,5,7,8,9]},{"name":"FltClearCancelCompletion","features":[3,25,4,1,5,7,8,9]},{"name":"FltClose","features":[25,1]},{"name":"FltCloseClientPort","features":[25]},{"name":"FltCloseCommunicationPort","features":[25]},{"name":"FltCloseSectionForDataScan","features":[25,1]},{"name":"FltCommitComplete","features":[3,25,1]},{"name":"FltCommitFinalizeComplete","features":[3,25,1]},{"name":"FltCompareInstanceAltitudes","features":[25]},{"name":"FltCompletePendedPostOperation","features":[3,25,4,1,5,7,8,9]},{"name":"FltCompletePendedPreOperation","features":[3,25,4,1,5,7,8,9]},{"name":"FltCopyOpenReparseList","features":[3,25,4,1,5,7,8,9]},{"name":"FltCreateCommunicationPort","features":[3,25,1,5]},{"name":"FltCreateFile","features":[3,25,1,5,7]},{"name":"FltCreateFileEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltCreateFileEx2","features":[3,25,4,1,5,7,8,9]},{"name":"FltCreateMailslotFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltCreateNamedPipeFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltCreateSectionForDataScan","features":[3,25,4,1,5,7,8,9]},{"name":"FltCreateSystemVolumeInformationFolder","features":[25,1]},{"name":"FltCurrentBatchOplock","features":[25,1]},{"name":"FltCurrentOplock","features":[25,1]},{"name":"FltCurrentOplockH","features":[25,1]},{"name":"FltDecodeParameters","features":[3,25,4,1,5,7,8,9]},{"name":"FltDeleteContext","features":[25]},{"name":"FltDeleteExtraCreateParameterLookasideList","features":[25]},{"name":"FltDeleteFileContext","features":[3,25,4,1,5,7,8,9]},{"name":"FltDeleteInstanceContext","features":[25,1]},{"name":"FltDeletePushLock","features":[25]},{"name":"FltDeleteStreamContext","features":[3,25,4,1,5,7,8,9]},{"name":"FltDeleteStreamHandleContext","features":[3,25,4,1,5,7,8,9]},{"name":"FltDeleteTransactionContext","features":[3,25,1]},{"name":"FltDeleteVolumeContext","features":[25,1]},{"name":"FltDetachVolume","features":[25,1]},{"name":"FltDeviceIoControlFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltDoCompletionProcessingWhenSafe","features":[3,25,4,1,5,7,8,9]},{"name":"FltEnlistInTransaction","features":[3,25,1]},{"name":"FltEnumerateFilterInformation","features":[25,1,26]},{"name":"FltEnumerateFilters","features":[25,1]},{"name":"FltEnumerateInstanceInformationByDeviceObject","features":[3,25,4,1,5,26,7,8,9]},{"name":"FltEnumerateInstanceInformationByFilter","features":[25,1,26]},{"name":"FltEnumerateInstanceInformationByVolume","features":[25,1,26]},{"name":"FltEnumerateInstanceInformationByVolumeName","features":[25,1,26]},{"name":"FltEnumerateInstances","features":[25,1]},{"name":"FltEnumerateVolumeInformation","features":[25,1,26]},{"name":"FltEnumerateVolumes","features":[25,1]},{"name":"FltFastIoMdlRead","features":[3,25,4,1,5,7,8,9]},{"name":"FltFastIoMdlReadComplete","features":[3,25,4,1,5,7,8,9]},{"name":"FltFastIoMdlWriteComplete","features":[3,25,4,1,5,7,8,9]},{"name":"FltFastIoPrepareMdlWrite","features":[3,25,4,1,5,7,8,9]},{"name":"FltFindExtraCreateParameter","features":[3,25,1]},{"name":"FltFlushBuffers","features":[3,25,4,1,5,7,8,9]},{"name":"FltFlushBuffers2","features":[3,25,4,1,5,7,8,9]},{"name":"FltFreeCallbackData","features":[3,25,4,1,5,7,8,9]},{"name":"FltFreeDeferredIoWorkItem","features":[25]},{"name":"FltFreeExtraCreateParameter","features":[25]},{"name":"FltFreeExtraCreateParameterList","features":[3,25]},{"name":"FltFreeFileLock","features":[3,25,4,1,5,7,8,9]},{"name":"FltFreeGenericWorkItem","features":[25]},{"name":"FltFreeOpenReparseList","features":[3,25]},{"name":"FltFreePoolAlignedWithTag","features":[25]},{"name":"FltFreeSecurityDescriptor","features":[25,5]},{"name":"FltFsControlFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetActivityIdCallbackData","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetBottomInstance","features":[25,1]},{"name":"FltGetContexts","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetContextsEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetDestinationFileNameInformation","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetDeviceObject","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetDiskDeviceObject","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetEcpListFromCallbackData","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetFileContext","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetFileNameInformation","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetFileNameInformationUnsafe","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetFileSystemType","features":[25,1,26]},{"name":"FltGetFilterFromInstance","features":[25,1]},{"name":"FltGetFilterFromName","features":[25,1]},{"name":"FltGetFilterInformation","features":[25,1,26]},{"name":"FltGetFsZeroingOffset","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetInstanceContext","features":[25,1]},{"name":"FltGetInstanceInformation","features":[25,1,26]},{"name":"FltGetIoAttributionHandleFromCallbackData","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetIoPriorityHint","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetIoPriorityHintFromCallbackData","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetIoPriorityHintFromFileObject","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetIoPriorityHintFromThread","features":[3,25]},{"name":"FltGetIrpName","features":[25]},{"name":"FltGetLowerInstance","features":[25,1]},{"name":"FltGetNewSystemBufferAddress","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetNextExtraCreateParameter","features":[3,25,1]},{"name":"FltGetRequestorProcess","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetRequestorProcessId","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetRequestorProcessIdEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetRequestorSessionId","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetRoutineAddress","features":[25]},{"name":"FltGetSectionContext","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetStreamContext","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetStreamHandleContext","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetSwappedBufferMdlAddress","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetTopInstance","features":[25,1]},{"name":"FltGetTransactionContext","features":[3,25,1]},{"name":"FltGetTunneledName","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetUpperInstance","features":[25,1]},{"name":"FltGetVolumeContext","features":[25,1]},{"name":"FltGetVolumeFromDeviceObject","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetVolumeFromFileObject","features":[3,25,4,1,5,7,8,9]},{"name":"FltGetVolumeFromInstance","features":[25,1]},{"name":"FltGetVolumeFromName","features":[25,1]},{"name":"FltGetVolumeGuidName","features":[25,1]},{"name":"FltGetVolumeInformation","features":[25,1,26]},{"name":"FltGetVolumeInstanceFromName","features":[25,1]},{"name":"FltGetVolumeName","features":[25,1]},{"name":"FltGetVolumeProperties","features":[25,1]},{"name":"FltInitExtraCreateParameterLookasideList","features":[25]},{"name":"FltInitializeFileLock","features":[3,25,4,1,5,7,8,9]},{"name":"FltInitializeOplock","features":[25]},{"name":"FltInitializePushLock","features":[25]},{"name":"FltInsertExtraCreateParameter","features":[3,25,1]},{"name":"FltIs32bitProcess","features":[3,25,4,1,5,7,8,9]},{"name":"FltIsCallbackDataDirty","features":[3,25,4,1,5,7,8,9]},{"name":"FltIsDirectory","features":[3,25,4,1,5,7,8,9]},{"name":"FltIsEcpAcknowledged","features":[25,1]},{"name":"FltIsEcpFromUserMode","features":[25,1]},{"name":"FltIsFltMgrVolumeDeviceObject","features":[3,25,4,1,5,7,8,9]},{"name":"FltIsIoCanceled","features":[3,25,4,1,5,7,8,9]},{"name":"FltIsIoRedirectionAllowed","features":[25,1]},{"name":"FltIsIoRedirectionAllowedForOperation","features":[3,25,4,1,5,7,8,9]},{"name":"FltIsOperationSynchronous","features":[3,25,4,1,5,7,8,9]},{"name":"FltIsVolumeSnapshot","features":[25,1]},{"name":"FltIsVolumeWritable","features":[25,1]},{"name":"FltLoadFilter","features":[25,1]},{"name":"FltLockUserBuffer","features":[3,25,4,1,5,7,8,9]},{"name":"FltNotifyFilterChangeDirectory","features":[3,25,4,1,5,7,8,9]},{"name":"FltObjectDereference","features":[25]},{"name":"FltObjectReference","features":[25,1]},{"name":"FltOpenVolume","features":[3,25,4,1,5,7,8,9]},{"name":"FltOplockBreakH","features":[3,25,4,1,5,7,8,9]},{"name":"FltOplockBreakToNone","features":[3,25,4,1,5,7,8,9]},{"name":"FltOplockBreakToNoneEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltOplockFsctrl","features":[3,25,4,1,5,7,8,9]},{"name":"FltOplockFsctrlEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltOplockIsFastIoPossible","features":[25,1]},{"name":"FltOplockIsSharedRequest","features":[3,25,4,1,5,7,8,9]},{"name":"FltOplockKeysEqual","features":[3,25,4,1,5,7,8,9]},{"name":"FltParseFileName","features":[25,1]},{"name":"FltParseFileNameInformation","features":[25,1]},{"name":"FltPerformAsynchronousIo","features":[3,25,4,1,5,7,8,9]},{"name":"FltPerformSynchronousIo","features":[3,25,4,1,5,7,8,9]},{"name":"FltPrePrepareComplete","features":[3,25,1]},{"name":"FltPrepareComplete","features":[3,25,1]},{"name":"FltPrepareToReuseEcp","features":[25]},{"name":"FltProcessFileLock","features":[3,25,4,1,5,7,8,9]},{"name":"FltPropagateActivityIdToThread","features":[3,25,4,1,5,7,8,9]},{"name":"FltPropagateIrpExtension","features":[3,25,4,1,5,7,8,9]},{"name":"FltPurgeFileNameInformationCache","features":[3,25,4,1,5,7,8,9]},{"name":"FltQueryDirectoryFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltQueryDirectoryFileEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltQueryEaFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltQueryInformationByName","features":[3,25,4,1,5,7]},{"name":"FltQueryInformationFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltQueryQuotaInformationFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltQuerySecurityObject","features":[3,25,4,1,5,7,8,9]},{"name":"FltQueryVolumeInformation","features":[25,1,7]},{"name":"FltQueryVolumeInformationFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltQueueDeferredIoWorkItem","features":[3,25,4,1,5,7,8,9]},{"name":"FltQueueGenericWorkItem","features":[25,4,1]},{"name":"FltReadFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltReadFileEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltReferenceContext","features":[25]},{"name":"FltReferenceFileNameInformation","features":[25,1]},{"name":"FltRegisterFilter","features":[3,25,4,1,5,26,7,8,9]},{"name":"FltRegisterForDataScan","features":[25,1]},{"name":"FltReissueSynchronousIo","features":[3,25,4,1,5,7,8,9]},{"name":"FltReleaseContext","features":[25]},{"name":"FltReleaseContexts","features":[25]},{"name":"FltReleaseContextsEx","features":[25]},{"name":"FltReleaseFileNameInformation","features":[25,1]},{"name":"FltReleasePushLock","features":[25]},{"name":"FltReleasePushLockEx","features":[25]},{"name":"FltReleaseResource","features":[3,25,8]},{"name":"FltRemoveExtraCreateParameter","features":[3,25,1]},{"name":"FltRemoveOpenReparseEntry","features":[3,25,4,1,5,7,8,9]},{"name":"FltRequestFileInfoOnCreateCompletion","features":[3,25,4,1,5,7,8,9]},{"name":"FltRequestOperationStatusCallback","features":[3,25,4,1,5,7,8,9]},{"name":"FltRetainSwappedBufferMdlAddress","features":[3,25,4,1,5,7,8,9]},{"name":"FltRetrieveFileInfoOnCreateCompletion","features":[3,25,4,1,5,7,8,9]},{"name":"FltRetrieveFileInfoOnCreateCompletionEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltRetrieveIoPriorityInfo","features":[3,25,4,1,5,7,8,9]},{"name":"FltReuseCallbackData","features":[3,25,4,1,5,7,8,9]},{"name":"FltRollbackComplete","features":[3,25,1]},{"name":"FltRollbackEnlistment","features":[3,25,1]},{"name":"FltSendMessage","features":[25,1]},{"name":"FltSetActivityIdCallbackData","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetCallbackDataDirty","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetCancelCompletion","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetEaFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetEcpListIntoCallbackData","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetFileContext","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetFsZeroingOffset","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetFsZeroingOffsetRequired","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetInformationFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetInstanceContext","features":[25,1]},{"name":"FltSetIoPriorityHintIntoCallbackData","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetIoPriorityHintIntoFileObject","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetIoPriorityHintIntoThread","features":[3,25,1]},{"name":"FltSetQuotaInformationFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetSecurityObject","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetStreamContext","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetStreamHandleContext","features":[3,25,4,1,5,7,8,9]},{"name":"FltSetTransactionContext","features":[3,25,1]},{"name":"FltSetVolumeContext","features":[25,1]},{"name":"FltSetVolumeInformation","features":[25,1,7]},{"name":"FltStartFiltering","features":[25,1]},{"name":"FltSupportsFileContexts","features":[3,25,4,1,5,7,8,9]},{"name":"FltSupportsFileContextsEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltSupportsStreamContexts","features":[3,25,4,1,5,7,8,9]},{"name":"FltSupportsStreamHandleContexts","features":[3,25,4,1,5,7,8,9]},{"name":"FltTagFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltTagFileEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltUninitializeFileLock","features":[3,25,4,1,5,7,8,9]},{"name":"FltUninitializeOplock","features":[25]},{"name":"FltUnloadFilter","features":[25,1]},{"name":"FltUnregisterFilter","features":[25]},{"name":"FltUntagFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltVetoBypassIo","features":[3,25,4,1,5,7,8,9]},{"name":"FltWriteFile","features":[3,25,4,1,5,7,8,9]},{"name":"FltWriteFileEx","features":[3,25,4,1,5,7,8,9]},{"name":"FltpTraceRedirectedFileIo","features":[3,25,4,1,5,7,8,9]},{"name":"GUID_ECP_FLT_CREATEFILE_TARGET","features":[25]},{"name":"IRP_MJ_ACQUIRE_FOR_CC_FLUSH","features":[25]},{"name":"IRP_MJ_ACQUIRE_FOR_MOD_WRITE","features":[25]},{"name":"IRP_MJ_ACQUIRE_FOR_SECTION_SYNCHRONIZATION","features":[25]},{"name":"IRP_MJ_FAST_IO_CHECK_IF_POSSIBLE","features":[25]},{"name":"IRP_MJ_MDL_READ","features":[25]},{"name":"IRP_MJ_MDL_READ_COMPLETE","features":[25]},{"name":"IRP_MJ_MDL_WRITE_COMPLETE","features":[25]},{"name":"IRP_MJ_NETWORK_QUERY_OPEN","features":[25]},{"name":"IRP_MJ_OPERATION_END","features":[25]},{"name":"IRP_MJ_PREPARE_MDL_WRITE","features":[25]},{"name":"IRP_MJ_QUERY_OPEN","features":[25]},{"name":"IRP_MJ_RELEASE_FOR_CC_FLUSH","features":[25]},{"name":"IRP_MJ_RELEASE_FOR_MOD_WRITE","features":[25]},{"name":"IRP_MJ_RELEASE_FOR_SECTION_SYNCHRONIZATION","features":[25]},{"name":"IRP_MJ_VOLUME_DISMOUNT","features":[25]},{"name":"IRP_MJ_VOLUME_MOUNT","features":[25]},{"name":"PFLTOPLOCK_PREPOST_CALLBACKDATA_ROUTINE","features":[3,25,4,1,5,7,8,9]},{"name":"PFLTOPLOCK_WAIT_COMPLETE_ROUTINE","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_CALLBACK_DATA_QUEUE_ACQUIRE","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_CALLBACK_DATA_QUEUE_COMPLETE_CANCELED_IO","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_CALLBACK_DATA_QUEUE_INSERT_IO","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_CALLBACK_DATA_QUEUE_PEEK_NEXT_IO","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_CALLBACK_DATA_QUEUE_RELEASE","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_CALLBACK_DATA_QUEUE_REMOVE_IO","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_COMPLETED_ASYNC_IO_CALLBACK","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_COMPLETE_CANCELED_CALLBACK","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_COMPLETE_LOCK_CALLBACK_DATA_ROUTINE","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_CONNECT_NOTIFY","features":[25,1]},{"name":"PFLT_CONTEXT","features":[25]},{"name":"PFLT_CONTEXT_ALLOCATE_CALLBACK","features":[3,25]},{"name":"PFLT_CONTEXT_CLEANUP_CALLBACK","features":[25]},{"name":"PFLT_CONTEXT_FREE_CALLBACK","features":[25]},{"name":"PFLT_DEFERRED_IO_WORKITEM","features":[25]},{"name":"PFLT_DEFERRED_IO_WORKITEM_ROUTINE","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_DISCONNECT_NOTIFY","features":[25]},{"name":"PFLT_FILTER","features":[25]},{"name":"PFLT_FILTER_UNLOAD_CALLBACK","features":[25,1]},{"name":"PFLT_GENERATE_FILE_NAME","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_GENERIC_WORKITEM","features":[25]},{"name":"PFLT_GENERIC_WORKITEM_ROUTINE","features":[25]},{"name":"PFLT_GET_OPERATION_STATUS_CALLBACK","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_INSTANCE","features":[25]},{"name":"PFLT_INSTANCE_QUERY_TEARDOWN_CALLBACK","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_INSTANCE_SETUP_CALLBACK","features":[3,25,4,1,5,26,7,8,9]},{"name":"PFLT_INSTANCE_TEARDOWN_CALLBACK","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_MESSAGE_NOTIFY","features":[25,1]},{"name":"PFLT_NORMALIZE_CONTEXT_CLEANUP","features":[25]},{"name":"PFLT_NORMALIZE_NAME_COMPONENT","features":[25,1]},{"name":"PFLT_NORMALIZE_NAME_COMPONENT_EX","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_PORT","features":[25]},{"name":"PFLT_POST_OPERATION_CALLBACK","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_PRE_OPERATION_CALLBACK","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_SECTION_CONFLICT_NOTIFICATION_CALLBACK","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_TRANSACTION_NOTIFICATION_CALLBACK","features":[3,25,4,1,5,7,8,9]},{"name":"PFLT_VOLUME","features":[25]},{"name":"VOL_PROP_FL_DAX_VOLUME","features":[25]}],"348":[{"name":"NtDeviceIoControlFile","features":[27,1,7]}],"349":[{"name":"NtMapViewOfSection","features":[28,1]},{"name":"NtOpenSection","features":[3,28,1,5]},{"name":"NtUnmapViewOfSection","features":[28,1]},{"name":"SECTION_INHERIT","features":[28]},{"name":"ViewShare","features":[28]},{"name":"ViewUnmap","features":[28]},{"name":"ZwMapViewOfSection","features":[28,1]},{"name":"ZwOpenSection","features":[3,28,1,5]},{"name":"ZwUnmapViewOfSection","features":[28,1]}],"350":[{"name":"ORCloseHive","features":[29,1]},{"name":"ORCloseKey","features":[29,1]},{"name":"ORCreateHive","features":[29,1]},{"name":"ORCreateKey","features":[29,1,5]},{"name":"ORDeleteKey","features":[29,1]},{"name":"ORDeleteValue","features":[29,1]},{"name":"OREnumKey","features":[29,1]},{"name":"OREnumValue","features":[29,1]},{"name":"ORGetKeySecurity","features":[29,1,5]},{"name":"ORGetValue","features":[29,1]},{"name":"ORGetVersion","features":[29,1]},{"name":"ORGetVirtualFlags","features":[29,1]},{"name":"ORHKEY","features":[29]},{"name":"ORMergeHives","features":[29,1]},{"name":"OROpenHive","features":[29,1]},{"name":"OROpenHiveByHandle","features":[29,1]},{"name":"OROpenKey","features":[29,1]},{"name":"ORQueryInfoKey","features":[29,1]},{"name":"ORRenameKey","features":[29,1]},{"name":"ORSaveHive","features":[29,1]},{"name":"ORSetKeySecurity","features":[29,1,5]},{"name":"ORSetValue","features":[29,1]},{"name":"ORSetVirtualFlags","features":[29,1]},{"name":"ORShutdown","features":[29,1]},{"name":"ORStart","features":[29,1]}],"351":[{"name":"KEY_INFORMATION_CLASS","features":[30]},{"name":"KEY_SET_INFORMATION_CLASS","features":[30]},{"name":"KEY_VALUE_ENTRY","features":[30,1]},{"name":"KEY_VALUE_INFORMATION_CLASS","features":[30]},{"name":"KeyBasicInformation","features":[30]},{"name":"KeyCachedInformation","features":[30]},{"name":"KeyControlFlagsInformation","features":[30]},{"name":"KeyFlagsInformation","features":[30]},{"name":"KeyFullInformation","features":[30]},{"name":"KeyHandleTagsInformation","features":[30]},{"name":"KeyLayerInformation","features":[30]},{"name":"KeyNameInformation","features":[30]},{"name":"KeyNodeInformation","features":[30]},{"name":"KeySetDebugInformation","features":[30]},{"name":"KeySetHandleTagsInformation","features":[30]},{"name":"KeySetLayerInformation","features":[30]},{"name":"KeySetVirtualizationInformation","features":[30]},{"name":"KeyTrustInformation","features":[30]},{"name":"KeyValueBasicInformation","features":[30]},{"name":"KeyValueFullInformation","features":[30]},{"name":"KeyValueFullInformationAlign64","features":[30]},{"name":"KeyValueLayerInformation","features":[30]},{"name":"KeyValuePartialInformation","features":[30]},{"name":"KeyValuePartialInformationAlign64","features":[30]},{"name":"KeyVirtualizationInformation","features":[30]},{"name":"KeyWow64FlagsInformation","features":[30]},{"name":"KeyWriteTimeInformation","features":[30]},{"name":"MaxKeyInfoClass","features":[30]},{"name":"MaxKeySetInfoClass","features":[30]},{"name":"MaxKeyValueInfoClass","features":[30]},{"name":"NtCommitRegistryTransaction","features":[30,1]},{"name":"NtCreateKey","features":[3,30,1,5]},{"name":"NtCreateKeyTransacted","features":[3,30,1,5]},{"name":"NtCreateRegistryTransaction","features":[3,30,1,5]},{"name":"NtDeleteKey","features":[30,1]},{"name":"NtDeleteValueKey","features":[30,1]},{"name":"NtEnumerateKey","features":[30,1]},{"name":"NtEnumerateValueKey","features":[30,1]},{"name":"NtFlushKey","features":[30,1]},{"name":"NtNotifyChangeMultipleKeys","features":[3,30,1,5,7]},{"name":"NtOpenKey","features":[3,30,1,5]},{"name":"NtOpenKeyEx","features":[3,30,1,5]},{"name":"NtOpenKeyTransacted","features":[3,30,1,5]},{"name":"NtOpenKeyTransactedEx","features":[3,30,1,5]},{"name":"NtOpenRegistryTransaction","features":[3,30,1,5]},{"name":"NtQueryKey","features":[30,1]},{"name":"NtQueryMultipleValueKey","features":[30,1]},{"name":"NtQueryValueKey","features":[30,1]},{"name":"NtRenameKey","features":[30,1]},{"name":"NtRestoreKey","features":[30,1]},{"name":"NtRollbackRegistryTransaction","features":[30,1]},{"name":"NtSaveKey","features":[30,1]},{"name":"NtSaveKeyEx","features":[30,1]},{"name":"NtSetInformationKey","features":[30,1]},{"name":"NtSetValueKey","features":[30,1]},{"name":"REG_ENUMERATE_KEY_INFORMATION","features":[30]},{"name":"REG_ENUMERATE_VALUE_KEY_INFORMATION","features":[30]},{"name":"REG_QUERY_KEY_INFORMATION","features":[30]},{"name":"REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION","features":[30,1]},{"name":"REG_QUERY_VALUE_KEY_INFORMATION","features":[30,1]},{"name":"REG_SET_INFORMATION_KEY_INFORMATION","features":[30]},{"name":"ZwCommitRegistryTransaction","features":[30,1]},{"name":"ZwCreateKey","features":[3,30,1,5]},{"name":"ZwCreateKeyTransacted","features":[3,30,1,5]},{"name":"ZwCreateRegistryTransaction","features":[3,30,1,5]},{"name":"ZwDeleteKey","features":[30,1]},{"name":"ZwDeleteValueKey","features":[30,1]},{"name":"ZwEnumerateKey","features":[30,1]},{"name":"ZwEnumerateValueKey","features":[30,1]},{"name":"ZwFlushKey","features":[30,1]},{"name":"ZwNotifyChangeMultipleKeys","features":[3,30,1,5,7]},{"name":"ZwOpenKey","features":[3,30,1,5]},{"name":"ZwOpenKeyEx","features":[3,30,1,5]},{"name":"ZwOpenKeyTransacted","features":[3,30,1,5]},{"name":"ZwOpenKeyTransactedEx","features":[3,30,1,5]},{"name":"ZwOpenRegistryTransaction","features":[3,30,1,5]},{"name":"ZwQueryKey","features":[30,1]},{"name":"ZwQueryMultipleValueKey","features":[30,1]},{"name":"ZwQueryValueKey","features":[30,1]},{"name":"ZwRenameKey","features":[30,1]},{"name":"ZwRestoreKey","features":[30,1]},{"name":"ZwRollbackRegistryTransaction","features":[30,1]},{"name":"ZwSaveKey","features":[30,1]},{"name":"ZwSaveKeyEx","features":[30,1]},{"name":"ZwSetInformationKey","features":[30,1]},{"name":"ZwSetValueKey","features":[30,1]}],"352":[{"name":"NtQuerySystemInformation","features":[31,1]},{"name":"NtQuerySystemTime","features":[31,1]},{"name":"NtQueryTimerResolution","features":[31,1]},{"name":"SYSTEM_INFORMATION_CLASS","features":[31]},{"name":"SystemBasicInformation","features":[31]},{"name":"SystemCodeIntegrityInformation","features":[31]},{"name":"SystemExceptionInformation","features":[31]},{"name":"SystemInterruptInformation","features":[31]},{"name":"SystemLookasideInformation","features":[31]},{"name":"SystemPerformanceInformation","features":[31]},{"name":"SystemPolicyInformation","features":[31]},{"name":"SystemProcessInformation","features":[31]},{"name":"SystemProcessorPerformanceInformation","features":[31]},{"name":"SystemRegistryQuotaInformation","features":[31]},{"name":"SystemTimeOfDayInformation","features":[31]},{"name":"ZwQuerySystemInformation","features":[31,1]},{"name":"ZwQuerySystemTime","features":[31,1]},{"name":"ZwQueryTimerResolution","features":[31,1]}],"353":[{"name":"ACPIBus","features":[4]},{"name":"ACPI_DEBUGGING_DEVICE_IN_USE","features":[4]},{"name":"ACPI_INTERFACE_STANDARD","features":[3,6,4,1,5,7,8,9]},{"name":"ACPI_INTERFACE_STANDARD2","features":[4,1]},{"name":"ADAPTER_INFO_API_BYPASS","features":[4]},{"name":"ADAPTER_INFO_SYNCHRONOUS_CALLBACK","features":[4]},{"name":"AGP_TARGET_BUS_INTERFACE_STANDARD","features":[4]},{"name":"ALLOCATE_FUNCTION","features":[3,4]},{"name":"ALLOC_DATA_PRAGMA","features":[4]},{"name":"ALLOC_PRAGMA","features":[4]},{"name":"ALTERNATIVE_ARCHITECTURE_TYPE","features":[4]},{"name":"AMD_L1_CACHE_INFO","features":[4]},{"name":"AMD_L2_CACHE_INFO","features":[4]},{"name":"AMD_L3_CACHE_INFO","features":[4]},{"name":"ANY_SIZE","features":[4]},{"name":"APC_LEVEL","features":[4]},{"name":"ARBITER_ACTION","features":[4]},{"name":"ARBITER_ADD_RESERVED_PARAMETERS","features":[3,6,4,1,5,7,8,9]},{"name":"ARBITER_BOOT_ALLOCATION_PARAMETERS","features":[4,8]},{"name":"ARBITER_CONFLICT_INFO","features":[3,6,4,1,5,7,8,9]},{"name":"ARBITER_FLAG_BOOT_CONFIG","features":[4]},{"name":"ARBITER_FLAG_OTHER_ENUM","features":[4]},{"name":"ARBITER_FLAG_ROOT_ENUM","features":[4]},{"name":"ARBITER_INTERFACE","features":[3,6,4,1,5,7,8,9]},{"name":"ARBITER_LIST_ENTRY","features":[3,6,4,1,5,7,8,9]},{"name":"ARBITER_PARAMETERS","features":[3,6,4,1,5,7,8,9]},{"name":"ARBITER_PARTIAL","features":[4]},{"name":"ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS","features":[4]},{"name":"ARBITER_QUERY_ARBITRATE_PARAMETERS","features":[4,8]},{"name":"ARBITER_QUERY_CONFLICT_PARAMETERS","features":[3,6,4,1,5,7,8,9]},{"name":"ARBITER_REQUEST_SOURCE","features":[4]},{"name":"ARBITER_RESULT","features":[4]},{"name":"ARBITER_RETEST_ALLOCATION_PARAMETERS","features":[4,8]},{"name":"ARBITER_TEST_ALLOCATION_PARAMETERS","features":[4,8]},{"name":"ARM64_NT_CONTEXT","features":[4,32]},{"name":"ARM64_PCR_RESERVED_MASK","features":[4]},{"name":"ARM_PROCESSOR_ERROR_SECTION_GUID","features":[4]},{"name":"ATS_DEVICE_SVM_OPTOUT","features":[4]},{"name":"AccessFlagFault","features":[4]},{"name":"AddressSizeFault","features":[4]},{"name":"AgpControl","features":[4]},{"name":"AllLoggerHandlesClass","features":[4]},{"name":"AperturePageSize","features":[4]},{"name":"ApertureSize","features":[4]},{"name":"ApicDestinationModeLogicalClustered","features":[4]},{"name":"ApicDestinationModeLogicalFlat","features":[4]},{"name":"ApicDestinationModePhysical","features":[4]},{"name":"ApicDestinationModeUnknown","features":[4]},{"name":"ArbiterActionAddReserved","features":[4]},{"name":"ArbiterActionBootAllocation","features":[4]},{"name":"ArbiterActionCommitAllocation","features":[4]},{"name":"ArbiterActionQueryAllocatedResources","features":[4]},{"name":"ArbiterActionQueryArbitrate","features":[4]},{"name":"ArbiterActionQueryConflict","features":[4]},{"name":"ArbiterActionRetestAllocation","features":[4]},{"name":"ArbiterActionRollbackAllocation","features":[4]},{"name":"ArbiterActionTestAllocation","features":[4]},{"name":"ArbiterActionWriteReservedResources","features":[4]},{"name":"ArbiterRequestHalReported","features":[4]},{"name":"ArbiterRequestLegacyAssigned","features":[4]},{"name":"ArbiterRequestLegacyReported","features":[4]},{"name":"ArbiterRequestPnpDetected","features":[4]},{"name":"ArbiterRequestPnpEnumerated","features":[4]},{"name":"ArbiterRequestUndefined","features":[4]},{"name":"ArbiterResultExternalConflict","features":[4]},{"name":"ArbiterResultNullRequest","features":[4]},{"name":"ArbiterResultSuccess","features":[4]},{"name":"ArbiterResultUndefined","features":[4]},{"name":"ArcSystem","features":[4]},{"name":"AssignSecurityDescriptor","features":[4]},{"name":"AudioController","features":[4]},{"name":"BDCB_CALLBACK_TYPE","features":[4]},{"name":"BDCB_CLASSIFICATION","features":[4]},{"name":"BDCB_IMAGE_INFORMATION","features":[4,1]},{"name":"BDCB_STATUS_UPDATE_CONTEXT","features":[4]},{"name":"BDCB_STATUS_UPDATE_TYPE","features":[4]},{"name":"BMC_NOTIFY_TYPE_GUID","features":[4]},{"name":"BOOTDISK_INFORMATION","features":[4]},{"name":"BOOTDISK_INFORMATION_EX","features":[4,1]},{"name":"BOOTDISK_INFORMATION_LITE","features":[4]},{"name":"BOOT_DRIVER_CALLBACK_FUNCTION","features":[4,1]},{"name":"BOOT_NOTIFY_TYPE_GUID","features":[4]},{"name":"BOUND_CALLBACK","features":[4]},{"name":"BOUND_CALLBACK_STATUS","features":[4]},{"name":"BUS_DATA_TYPE","features":[4]},{"name":"BUS_INTERFACE_STANDARD","features":[3,6,4,1,5,7,8,9]},{"name":"BUS_QUERY_ID_TYPE","features":[4]},{"name":"BUS_RESOURCE_UPDATE_INTERFACE","features":[4,1]},{"name":"BUS_SPECIFIC_RESET_FLAGS","features":[4]},{"name":"BackgroundWorkQueue","features":[4]},{"name":"BdCbClassificationEnd","features":[4]},{"name":"BdCbClassificationKnownBadImage","features":[4]},{"name":"BdCbClassificationKnownBadImageBootCritical","features":[4]},{"name":"BdCbClassificationKnownGoodImage","features":[4]},{"name":"BdCbClassificationUnknownImage","features":[4]},{"name":"BdCbInitializeImage","features":[4]},{"name":"BdCbStatusPrepareForDependencyLoad","features":[4]},{"name":"BdCbStatusPrepareForDriverLoad","features":[4]},{"name":"BdCbStatusPrepareForUnload","features":[4]},{"name":"BdCbStatusUpdate","features":[4]},{"name":"BoundExceptionContinueSearch","features":[4]},{"name":"BoundExceptionError","features":[4]},{"name":"BoundExceptionHandled","features":[4]},{"name":"BoundExceptionMaximum","features":[4]},{"name":"BufferEmpty","features":[4]},{"name":"BufferFinished","features":[4]},{"name":"BufferIncomplete","features":[4]},{"name":"BufferInserted","features":[4]},{"name":"BufferStarted","features":[4]},{"name":"BusQueryCompatibleIDs","features":[4]},{"name":"BusQueryContainerID","features":[4]},{"name":"BusQueryDeviceID","features":[4]},{"name":"BusQueryDeviceSerialNumber","features":[4]},{"name":"BusQueryHardwareIDs","features":[4]},{"name":"BusQueryInstanceID","features":[4]},{"name":"BusRelations","features":[4]},{"name":"BusWidth32Bits","features":[4]},{"name":"BusWidth64Bits","features":[4]},{"name":"CBus","features":[4]},{"name":"CLFS_MAX_CONTAINER_INFO","features":[4]},{"name":"CLFS_MGMT_CLIENT_REGISTRATION","features":[3,6,4,1,5,22,7,8,9]},{"name":"CLFS_SCAN_BACKWARD","features":[4]},{"name":"CLFS_SCAN_BUFFERED","features":[4]},{"name":"CLFS_SCAN_CLOSE","features":[4]},{"name":"CLFS_SCAN_FORWARD","features":[4]},{"name":"CLFS_SCAN_INIT","features":[4]},{"name":"CLFS_SCAN_INITIALIZED","features":[4]},{"name":"CLOCK1_LEVEL","features":[4]},{"name":"CLOCK2_LEVEL","features":[4]},{"name":"CLOCK_LEVEL","features":[4]},{"name":"CMCI_LEVEL","features":[4]},{"name":"CMCI_NOTIFY_TYPE_GUID","features":[4]},{"name":"CMC_DRIVER_INFO","features":[3,4]},{"name":"CMC_NOTIFY_TYPE_GUID","features":[4]},{"name":"CM_COMPONENT_INFORMATION","features":[4]},{"name":"CM_DISK_GEOMETRY_DEVICE_DATA","features":[4]},{"name":"CM_EISA_FUNCTION_INFORMATION","features":[4]},{"name":"CM_EISA_SLOT_INFORMATION","features":[4]},{"name":"CM_FLOPPY_DEVICE_DATA","features":[4]},{"name":"CM_FULL_RESOURCE_DESCRIPTOR","features":[4]},{"name":"CM_INT13_DRIVE_PARAMETER","features":[4]},{"name":"CM_KEYBOARD_DEVICE_DATA","features":[4]},{"name":"CM_MCA_POS_DATA","features":[4]},{"name":"CM_MONITOR_DEVICE_DATA","features":[4]},{"name":"CM_PARTIAL_RESOURCE_DESCRIPTOR","features":[4]},{"name":"CM_PARTIAL_RESOURCE_LIST","features":[4]},{"name":"CM_PCCARD_DEVICE_DATA","features":[4]},{"name":"CM_PNP_BIOS_DEVICE_NODE","features":[4]},{"name":"CM_PNP_BIOS_INSTALLATION_CHECK","features":[4]},{"name":"CM_POWER_DATA","features":[4,9]},{"name":"CM_RESOURCE_CONNECTION_CLASS_FUNCTION_CONFIG","features":[4]},{"name":"CM_RESOURCE_CONNECTION_CLASS_GPIO","features":[4]},{"name":"CM_RESOURCE_CONNECTION_CLASS_SERIAL","features":[4]},{"name":"CM_RESOURCE_CONNECTION_TYPE_FUNCTION_CONFIG","features":[4]},{"name":"CM_RESOURCE_CONNECTION_TYPE_GPIO_IO","features":[4]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_I2C","features":[4]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_SPI","features":[4]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_UART","features":[4]},{"name":"CM_RESOURCE_DMA_16","features":[4]},{"name":"CM_RESOURCE_DMA_32","features":[4]},{"name":"CM_RESOURCE_DMA_8","features":[4]},{"name":"CM_RESOURCE_DMA_8_AND_16","features":[4]},{"name":"CM_RESOURCE_DMA_BUS_MASTER","features":[4]},{"name":"CM_RESOURCE_DMA_TYPE_A","features":[4]},{"name":"CM_RESOURCE_DMA_TYPE_B","features":[4]},{"name":"CM_RESOURCE_DMA_TYPE_F","features":[4]},{"name":"CM_RESOURCE_DMA_V3","features":[4]},{"name":"CM_RESOURCE_INTERRUPT_LATCHED","features":[4]},{"name":"CM_RESOURCE_INTERRUPT_LEVEL_LATCHED_BITS","features":[4]},{"name":"CM_RESOURCE_INTERRUPT_LEVEL_SENSITIVE","features":[4]},{"name":"CM_RESOURCE_INTERRUPT_MESSAGE","features":[4]},{"name":"CM_RESOURCE_INTERRUPT_POLICY_INCLUDED","features":[4]},{"name":"CM_RESOURCE_INTERRUPT_SECONDARY_INTERRUPT","features":[4]},{"name":"CM_RESOURCE_INTERRUPT_WAKE_HINT","features":[4]},{"name":"CM_RESOURCE_LIST","features":[4]},{"name":"CM_RESOURCE_MEMORY_24","features":[4]},{"name":"CM_RESOURCE_MEMORY_BAR","features":[4]},{"name":"CM_RESOURCE_MEMORY_CACHEABLE","features":[4]},{"name":"CM_RESOURCE_MEMORY_COMBINEDWRITE","features":[4]},{"name":"CM_RESOURCE_MEMORY_COMPAT_FOR_INACCESSIBLE_RANGE","features":[4]},{"name":"CM_RESOURCE_MEMORY_LARGE","features":[4]},{"name":"CM_RESOURCE_MEMORY_LARGE_40","features":[4]},{"name":"CM_RESOURCE_MEMORY_LARGE_40_MAXLEN","features":[4]},{"name":"CM_RESOURCE_MEMORY_LARGE_48","features":[4]},{"name":"CM_RESOURCE_MEMORY_LARGE_48_MAXLEN","features":[4]},{"name":"CM_RESOURCE_MEMORY_LARGE_64","features":[4]},{"name":"CM_RESOURCE_MEMORY_LARGE_64_MAXLEN","features":[4]},{"name":"CM_RESOURCE_MEMORY_PREFETCHABLE","features":[4]},{"name":"CM_RESOURCE_MEMORY_READ_ONLY","features":[4]},{"name":"CM_RESOURCE_MEMORY_READ_WRITE","features":[4]},{"name":"CM_RESOURCE_MEMORY_WINDOW_DECODE","features":[4]},{"name":"CM_RESOURCE_MEMORY_WRITEABILITY_MASK","features":[4]},{"name":"CM_RESOURCE_MEMORY_WRITE_ONLY","features":[4]},{"name":"CM_RESOURCE_PORT_10_BIT_DECODE","features":[4]},{"name":"CM_RESOURCE_PORT_12_BIT_DECODE","features":[4]},{"name":"CM_RESOURCE_PORT_16_BIT_DECODE","features":[4]},{"name":"CM_RESOURCE_PORT_BAR","features":[4]},{"name":"CM_RESOURCE_PORT_IO","features":[4]},{"name":"CM_RESOURCE_PORT_MEMORY","features":[4]},{"name":"CM_RESOURCE_PORT_PASSIVE_DECODE","features":[4]},{"name":"CM_RESOURCE_PORT_POSITIVE_DECODE","features":[4]},{"name":"CM_RESOURCE_PORT_WINDOW_DECODE","features":[4]},{"name":"CM_ROM_BLOCK","features":[4]},{"name":"CM_SCSI_DEVICE_DATA","features":[4]},{"name":"CM_SERIAL_DEVICE_DATA","features":[4]},{"name":"CM_SERVICE_MEASURED_BOOT_LOAD","features":[4]},{"name":"CM_SHARE_DISPOSITION","features":[4]},{"name":"CM_SONIC_DEVICE_DATA","features":[4]},{"name":"CM_VIDEO_DEVICE_DATA","features":[4]},{"name":"CONFIGURATION_INFORMATION","features":[4,1]},{"name":"CONFIGURATION_TYPE","features":[4]},{"name":"CONNECT_CURRENT_VERSION","features":[4]},{"name":"CONNECT_FULLY_SPECIFIED","features":[4]},{"name":"CONNECT_FULLY_SPECIFIED_GROUP","features":[4]},{"name":"CONNECT_LINE_BASED","features":[4]},{"name":"CONNECT_MESSAGE_BASED","features":[4]},{"name":"CONNECT_MESSAGE_BASED_PASSIVE","features":[4]},{"name":"CONTROLLER_OBJECT","features":[3,4,1,8]},{"name":"COUNTED_REASON_CONTEXT","features":[4,1]},{"name":"CP15_PCR_RESERVED_MASK","features":[4]},{"name":"CPER_EMPTY_GUID","features":[4]},{"name":"CPE_DRIVER_INFO","features":[3,4]},{"name":"CPE_NOTIFY_TYPE_GUID","features":[4]},{"name":"CP_GET_ERROR","features":[4]},{"name":"CP_GET_NODATA","features":[4]},{"name":"CP_GET_SUCCESS","features":[4]},{"name":"CRASHDUMP_FUNCTIONS_INTERFACE","features":[4,1]},{"name":"CREATE_FILE_TYPE","features":[4]},{"name":"CREATE_USER_PROCESS_ECP_CONTEXT","features":[4]},{"name":"CardPresent","features":[4]},{"name":"CbusConfiguration","features":[4]},{"name":"CdromController","features":[4]},{"name":"CentralProcessor","features":[4]},{"name":"ClfsAddLogContainer","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsAddLogContainerSet","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsAdvanceLogBase","features":[4,1,22]},{"name":"ClfsAlignReservedLog","features":[4,1]},{"name":"ClfsAllocReservedLog","features":[4,1]},{"name":"ClfsClientRecord","features":[4]},{"name":"ClfsCloseAndResetLogFile","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsCloseLogFileObject","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsContainerActive","features":[4]},{"name":"ClfsContainerActivePendingDelete","features":[4]},{"name":"ClfsContainerInactive","features":[4]},{"name":"ClfsContainerInitializing","features":[4]},{"name":"ClfsContainerPendingArchive","features":[4]},{"name":"ClfsContainerPendingArchiveAndDelete","features":[4]},{"name":"ClfsCreateLogFile","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsCreateMarshallingArea","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsCreateMarshallingAreaEx","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsCreateScanContext","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsDataRecord","features":[4]},{"name":"ClfsDeleteLogByPointer","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsDeleteLogFile","features":[4,1]},{"name":"ClfsDeleteMarshallingArea","features":[4,1]},{"name":"ClfsEarlierLsn","features":[4,22]},{"name":"ClfsFinalize","features":[4]},{"name":"ClfsFlushBuffers","features":[4,1]},{"name":"ClfsFlushToLsn","features":[4,1,22]},{"name":"ClfsFreeReservedLog","features":[4,1]},{"name":"ClfsGetContainerName","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsGetIoStatistics","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsGetLogFileInformation","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsInitialize","features":[4,1]},{"name":"ClfsLaterLsn","features":[4,22]},{"name":"ClfsLsnBlockOffset","features":[4,22]},{"name":"ClfsLsnContainer","features":[4,22]},{"name":"ClfsLsnCreate","features":[4,22]},{"name":"ClfsLsnDifference","features":[4,1,22]},{"name":"ClfsLsnEqual","features":[4,1,22]},{"name":"ClfsLsnGreater","features":[4,1,22]},{"name":"ClfsLsnInvalid","features":[4,1,22]},{"name":"ClfsLsnLess","features":[4,1,22]},{"name":"ClfsLsnNull","features":[4,1,22]},{"name":"ClfsLsnRecordSequence","features":[4,22]},{"name":"ClfsMgmtDeregisterManagedClient","features":[4,1]},{"name":"ClfsMgmtHandleLogFileFull","features":[4,1]},{"name":"ClfsMgmtInstallPolicy","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsMgmtQueryPolicy","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsMgmtRegisterManagedClient","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsMgmtRemovePolicy","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsMgmtSetLogFileSize","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsMgmtSetLogFileSizeAsClient","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsMgmtTailAdvanceFailure","features":[4,1]},{"name":"ClfsNullRecord","features":[4]},{"name":"ClfsQueryLogFileInformation","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsReadLogRecord","features":[4,1,22]},{"name":"ClfsReadNextLogRecord","features":[4,1,22]},{"name":"ClfsReadPreviousRestartArea","features":[4,1,22]},{"name":"ClfsReadRestartArea","features":[4,1,22]},{"name":"ClfsRemoveLogContainer","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsRemoveLogContainerSet","features":[3,6,4,1,5,7,8,9]},{"name":"ClfsReserveAndAppendLog","features":[4,1,22]},{"name":"ClfsReserveAndAppendLogAligned","features":[4,1,22]},{"name":"ClfsRestartRecord","features":[4]},{"name":"ClfsScanLogContainers","features":[4,1,22]},{"name":"ClfsSetArchiveTail","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsSetEndOfLog","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsSetLogFileInformation","features":[3,6,4,1,5,22,7,8,9]},{"name":"ClfsTerminateReadLog","features":[4,1]},{"name":"ClfsWriteRestartArea","features":[4,1,22]},{"name":"ClsContainerActive","features":[4]},{"name":"ClsContainerActivePendingDelete","features":[4]},{"name":"ClsContainerInactive","features":[4]},{"name":"ClsContainerInitializing","features":[4]},{"name":"ClsContainerPendingArchive","features":[4]},{"name":"ClsContainerPendingArchiveAndDelete","features":[4]},{"name":"CmCallbackGetKeyObjectID","features":[4,1]},{"name":"CmCallbackGetKeyObjectIDEx","features":[4,1]},{"name":"CmCallbackReleaseKeyObjectIDEx","features":[4,1]},{"name":"CmGetBoundTransaction","features":[4]},{"name":"CmGetCallbackVersion","features":[4]},{"name":"CmRegisterCallback","features":[4,1]},{"name":"CmRegisterCallbackEx","features":[4,1]},{"name":"CmResourceShareDeviceExclusive","features":[4]},{"name":"CmResourceShareDriverExclusive","features":[4]},{"name":"CmResourceShareShared","features":[4]},{"name":"CmResourceShareUndetermined","features":[4]},{"name":"CmResourceTypeBusNumber","features":[4]},{"name":"CmResourceTypeConfigData","features":[4]},{"name":"CmResourceTypeConnection","features":[4]},{"name":"CmResourceTypeDevicePrivate","features":[4]},{"name":"CmResourceTypeDeviceSpecific","features":[4]},{"name":"CmResourceTypeDma","features":[4]},{"name":"CmResourceTypeInterrupt","features":[4]},{"name":"CmResourceTypeMaximum","features":[4]},{"name":"CmResourceTypeMemory","features":[4]},{"name":"CmResourceTypeMemoryLarge","features":[4]},{"name":"CmResourceTypeMfCardConfig","features":[4]},{"name":"CmResourceTypeNonArbitrated","features":[4]},{"name":"CmResourceTypeNull","features":[4]},{"name":"CmResourceTypePcCardConfig","features":[4]},{"name":"CmResourceTypePort","features":[4]},{"name":"CmSetCallbackObjectContext","features":[4,1]},{"name":"CmUnRegisterCallback","features":[4,1]},{"name":"Cmos","features":[4]},{"name":"CommonBufferConfigTypeHardwareAccessPermissions","features":[4]},{"name":"CommonBufferConfigTypeLogicalAddressLimits","features":[4]},{"name":"CommonBufferConfigTypeMax","features":[4]},{"name":"CommonBufferConfigTypeSubSection","features":[4]},{"name":"CommonBufferHardwareAccessMax","features":[4]},{"name":"CommonBufferHardwareAccessReadOnly","features":[4]},{"name":"CommonBufferHardwareAccessReadWrite","features":[4]},{"name":"CommonBufferHardwareAccessWriteOnly","features":[4]},{"name":"Compatible","features":[4]},{"name":"ConfigurationSpaceUndefined","features":[4]},{"name":"ContinueCompletion","features":[4]},{"name":"CreateFileTypeMailslot","features":[4]},{"name":"CreateFileTypeNamedPipe","features":[4]},{"name":"CreateFileTypeNone","features":[4]},{"name":"CriticalWorkQueue","features":[4]},{"name":"CustomPriorityWorkQueue","features":[4]},{"name":"D3COLD_AUX_POWER_AND_TIMING_INTERFACE","features":[4,1]},{"name":"D3COLD_LAST_TRANSITION_STATUS","features":[4]},{"name":"D3COLD_REQUEST_AUX_POWER","features":[4,1]},{"name":"D3COLD_REQUEST_CORE_POWER_RAIL","features":[4,1]},{"name":"D3COLD_REQUEST_PERST_DELAY","features":[4,1]},{"name":"D3COLD_SUPPORT_INTERFACE","features":[4,1]},{"name":"D3COLD_SUPPORT_INTERFACE_VERSION","features":[4]},{"name":"DBG_DEVICE_FLAG_BARS_MAPPED","features":[4]},{"name":"DBG_DEVICE_FLAG_HAL_SCRATCH_ALLOCATED","features":[4]},{"name":"DBG_DEVICE_FLAG_HOST_VISIBLE_ALLOCATED","features":[4]},{"name":"DBG_DEVICE_FLAG_SCRATCH_ALLOCATED","features":[4]},{"name":"DBG_DEVICE_FLAG_SYNTHETIC","features":[4]},{"name":"DBG_DEVICE_FLAG_UNCACHED_MEMORY","features":[4]},{"name":"DBG_STATUS_BUGCHECK_FIRST","features":[4]},{"name":"DBG_STATUS_BUGCHECK_SECOND","features":[4]},{"name":"DBG_STATUS_CONTROL_C","features":[4]},{"name":"DBG_STATUS_DEBUG_CONTROL","features":[4]},{"name":"DBG_STATUS_FATAL","features":[4]},{"name":"DBG_STATUS_SYSRQ","features":[4]},{"name":"DBG_STATUS_WORKER","features":[4]},{"name":"DEBUGGING_DEVICE_IN_USE","features":[4]},{"name":"DEBUGGING_DEVICE_IN_USE_INFORMATION","features":[4]},{"name":"DEBUG_DEVICE_ADDRESS","features":[4,1]},{"name":"DEBUG_DEVICE_DESCRIPTOR","features":[4,1]},{"name":"DEBUG_EFI_IOMMU_DATA","features":[4]},{"name":"DEBUG_MEMORY_REQUIREMENTS","features":[4,1]},{"name":"DEBUG_TRANSPORT_DATA","features":[4,1]},{"name":"DEFAULT_DEVICE_DRIVER_CREATOR_GUID","features":[4]},{"name":"DEVICE_BUS_SPECIFIC_RESET_HANDLER","features":[4,1]},{"name":"DEVICE_BUS_SPECIFIC_RESET_INFO","features":[4]},{"name":"DEVICE_BUS_SPECIFIC_RESET_TYPE","features":[4]},{"name":"DEVICE_CAPABILITIES","features":[4,9]},{"name":"DEVICE_CHANGE_COMPLETE_CALLBACK","features":[4]},{"name":"DEVICE_DESCRIPTION","features":[4,1]},{"name":"DEVICE_DESCRIPTION_VERSION","features":[4]},{"name":"DEVICE_DESCRIPTION_VERSION1","features":[4]},{"name":"DEVICE_DESCRIPTION_VERSION2","features":[4]},{"name":"DEVICE_DESCRIPTION_VERSION3","features":[4]},{"name":"DEVICE_DIRECTORY_TYPE","features":[4]},{"name":"DEVICE_DRIVER_NOTIFY_TYPE_GUID","features":[4]},{"name":"DEVICE_FAULT_CONFIGURATION","features":[4]},{"name":"DEVICE_FLAGS","features":[4]},{"name":"DEVICE_INSTALL_STATE","features":[4]},{"name":"DEVICE_INTERFACE_CHANGE_NOTIFICATION","features":[4,1]},{"name":"DEVICE_INTERFACE_INCLUDE_NONACTIVE","features":[4]},{"name":"DEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER","features":[4,1]},{"name":"DEVICE_REGISTRY_PROPERTY","features":[4]},{"name":"DEVICE_RELATIONS","features":[3,6,4,1,5,7,8,9]},{"name":"DEVICE_RELATION_TYPE","features":[4]},{"name":"DEVICE_REMOVAL_POLICY","features":[4]},{"name":"DEVICE_RESET_COMPLETION","features":[4,1]},{"name":"DEVICE_RESET_HANDLER","features":[4,1]},{"name":"DEVICE_RESET_INTERFACE_STANDARD","features":[4,1]},{"name":"DEVICE_RESET_INTERFACE_VERSION","features":[4]},{"name":"DEVICE_RESET_INTERFACE_VERSION_1","features":[4]},{"name":"DEVICE_RESET_INTERFACE_VERSION_2","features":[4]},{"name":"DEVICE_RESET_INTERFACE_VERSION_3","features":[4]},{"name":"DEVICE_RESET_STATUS_FLAGS","features":[4]},{"name":"DEVICE_RESET_TYPE","features":[4]},{"name":"DEVICE_TEXT_TYPE","features":[4]},{"name":"DEVICE_USAGE_NOTIFICATION_TYPE","features":[4]},{"name":"DEVICE_WAKE_DEPTH","features":[4]},{"name":"DIRECTORY_CREATE_OBJECT","features":[4]},{"name":"DIRECTORY_CREATE_SUBDIRECTORY","features":[4]},{"name":"DIRECTORY_NOTIFY_INFORMATION_CLASS","features":[4]},{"name":"DIRECTORY_QUERY","features":[4]},{"name":"DIRECTORY_TRAVERSE","features":[4]},{"name":"DISK_SIGNATURE","features":[4]},{"name":"DISPATCH_LEVEL","features":[4]},{"name":"DMAV3_TRANFER_WIDTH_128","features":[4]},{"name":"DMAV3_TRANFER_WIDTH_16","features":[4]},{"name":"DMAV3_TRANFER_WIDTH_256","features":[4]},{"name":"DMAV3_TRANFER_WIDTH_32","features":[4]},{"name":"DMAV3_TRANFER_WIDTH_64","features":[4]},{"name":"DMAV3_TRANFER_WIDTH_8","features":[4]},{"name":"DMA_ADAPTER","features":[3,6,4,1,5,7,8,9]},{"name":"DMA_ADAPTER_INFO","features":[4,1]},{"name":"DMA_ADAPTER_INFO_CRASHDUMP","features":[4,1]},{"name":"DMA_ADAPTER_INFO_V1","features":[4]},{"name":"DMA_ADAPTER_INFO_VERSION1","features":[4]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION","features":[4]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_ACCESS_TYPE","features":[4]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_TYPE","features":[4]},{"name":"DMA_COMPLETION_ROUTINE","features":[3,6,4,1,5,7,8,9]},{"name":"DMA_COMPLETION_STATUS","features":[4]},{"name":"DMA_CONFIGURATION_BYTE0","features":[4]},{"name":"DMA_CONFIGURATION_BYTE1","features":[4]},{"name":"DMA_FAIL_ON_BOUNCE","features":[4]},{"name":"DMA_IOMMU_INTERFACE","features":[4,1]},{"name":"DMA_IOMMU_INTERFACE_EX","features":[4,1]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION","features":[4]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_1","features":[4]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_2","features":[4]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_MAX","features":[4]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_MIN","features":[4]},{"name":"DMA_IOMMU_INTERFACE_V1","features":[4,1]},{"name":"DMA_IOMMU_INTERFACE_V2","features":[4,1]},{"name":"DMA_IOMMU_INTERFACE_VERSION","features":[4]},{"name":"DMA_IOMMU_INTERFACE_VERSION_1","features":[4]},{"name":"DMA_OPERATIONS","features":[3,6,4,1,5,7,8,9]},{"name":"DMA_SPEED","features":[4]},{"name":"DMA_SYNCHRONOUS_CALLBACK","features":[4]},{"name":"DMA_TRANSFER_CONTEXT_SIZE_V1","features":[4]},{"name":"DMA_TRANSFER_CONTEXT_VERSION1","features":[4]},{"name":"DMA_TRANSFER_INFO","features":[4]},{"name":"DMA_TRANSFER_INFO_V1","features":[4]},{"name":"DMA_TRANSFER_INFO_V2","features":[4]},{"name":"DMA_TRANSFER_INFO_VERSION1","features":[4]},{"name":"DMA_TRANSFER_INFO_VERSION2","features":[4]},{"name":"DMA_WIDTH","features":[4]},{"name":"DMA_ZERO_BUFFERS","features":[4]},{"name":"DOMAIN_COMMON_BUFFER_LARGE_PAGE","features":[4]},{"name":"DOMAIN_CONFIGURATION","features":[4,1]},{"name":"DOMAIN_CONFIGURATION_ARCH","features":[4]},{"name":"DOMAIN_CONFIGURATION_ARM64","features":[4,1]},{"name":"DOMAIN_CONFIGURATION_X64","features":[4,1]},{"name":"DPC_NORMAL","features":[4]},{"name":"DPC_THREADED","features":[4]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK","features":[4]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK_REVISION_1","features":[4]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK_SIGNATURE","features":[4]},{"name":"DRIVER_DIRECTORY_TYPE","features":[4]},{"name":"DRIVER_LIST_CONTROL","features":[3,6,4,1,5,7,8,9]},{"name":"DRIVER_REGKEY_TYPE","features":[4]},{"name":"DRIVER_RUNTIME_INIT_FLAGS","features":[4]},{"name":"DRIVER_VERIFIER_FORCE_IRQL_CHECKING","features":[4]},{"name":"DRIVER_VERIFIER_INJECT_ALLOCATION_FAILURES","features":[4]},{"name":"DRIVER_VERIFIER_IO_CHECKING","features":[4]},{"name":"DRIVER_VERIFIER_SPECIAL_POOLING","features":[4]},{"name":"DRIVER_VERIFIER_THUNK_PAIRS","features":[4]},{"name":"DRIVER_VERIFIER_TRACK_POOL_ALLOCATIONS","features":[4]},{"name":"DRS_LEVEL","features":[4]},{"name":"DRVO_BOOTREINIT_REGISTERED","features":[4]},{"name":"DRVO_BUILTIN_DRIVER","features":[4]},{"name":"DRVO_INITIALIZED","features":[4]},{"name":"DRVO_LEGACY_DRIVER","features":[4]},{"name":"DRVO_LEGACY_RESOURCES","features":[4]},{"name":"DRVO_REINIT_REGISTERED","features":[4]},{"name":"DRVO_UNLOAD_INVOKED","features":[4]},{"name":"DUPLICATE_SAME_ATTRIBUTES","features":[4]},{"name":"DbgBreakPointWithStatus","features":[4]},{"name":"DbgPrint","features":[4]},{"name":"DbgPrintEx","features":[4]},{"name":"DbgPrintReturnControlC","features":[4]},{"name":"DbgPrompt","features":[4]},{"name":"DbgQueryDebugFilterState","features":[4,1]},{"name":"DbgSetDebugFilterState","features":[4,1]},{"name":"DbgSetDebugPrintCallback","features":[4,1,8]},{"name":"DeallocateObject","features":[4]},{"name":"DeallocateObjectKeepRegisters","features":[4]},{"name":"DelayExecution","features":[4]},{"name":"DelayedWorkQueue","features":[4]},{"name":"DeleteSecurityDescriptor","features":[4]},{"name":"DeviceDirectoryData","features":[4]},{"name":"DevicePowerState","features":[4]},{"name":"DevicePropertyAddress","features":[4]},{"name":"DevicePropertyAllocatedResources","features":[4]},{"name":"DevicePropertyBootConfiguration","features":[4]},{"name":"DevicePropertyBootConfigurationTranslated","features":[4]},{"name":"DevicePropertyBusNumber","features":[4]},{"name":"DevicePropertyBusTypeGuid","features":[4]},{"name":"DevicePropertyClassGuid","features":[4]},{"name":"DevicePropertyClassName","features":[4]},{"name":"DevicePropertyCompatibleIDs","features":[4]},{"name":"DevicePropertyContainerID","features":[4]},{"name":"DevicePropertyDeviceDescription","features":[4]},{"name":"DevicePropertyDriverKeyName","features":[4]},{"name":"DevicePropertyEnumeratorName","features":[4]},{"name":"DevicePropertyFriendlyName","features":[4]},{"name":"DevicePropertyHardwareID","features":[4]},{"name":"DevicePropertyInstallState","features":[4]},{"name":"DevicePropertyLegacyBusType","features":[4]},{"name":"DevicePropertyLocationInformation","features":[4]},{"name":"DevicePropertyManufacturer","features":[4]},{"name":"DevicePropertyPhysicalDeviceObjectName","features":[4]},{"name":"DevicePropertyRemovalPolicy","features":[4]},{"name":"DevicePropertyResourceRequirements","features":[4]},{"name":"DevicePropertyUINumber","features":[4]},{"name":"DeviceTextDescription","features":[4]},{"name":"DeviceTextLocationInformation","features":[4]},{"name":"DeviceUsageTypeBoot","features":[4]},{"name":"DeviceUsageTypeDumpFile","features":[4]},{"name":"DeviceUsageTypeGuestAssigned","features":[4]},{"name":"DeviceUsageTypeHibernation","features":[4]},{"name":"DeviceUsageTypePaging","features":[4]},{"name":"DeviceUsageTypePostDisplay","features":[4]},{"name":"DeviceUsageTypeUndefined","features":[4]},{"name":"DeviceWakeDepthD0","features":[4]},{"name":"DeviceWakeDepthD1","features":[4]},{"name":"DeviceWakeDepthD2","features":[4]},{"name":"DeviceWakeDepthD3cold","features":[4]},{"name":"DeviceWakeDepthD3hot","features":[4]},{"name":"DeviceWakeDepthMaximum","features":[4]},{"name":"DeviceWakeDepthNotWakeable","features":[4]},{"name":"DirectoryNotifyExtendedInformation","features":[4]},{"name":"DirectoryNotifyFullInformation","features":[4]},{"name":"DirectoryNotifyInformation","features":[4]},{"name":"DirectoryNotifyMaximumInformation","features":[4]},{"name":"DisabledControl","features":[4]},{"name":"DiskController","features":[4]},{"name":"DiskIoNotifyRoutinesClass","features":[4]},{"name":"DiskPeripheral","features":[4]},{"name":"DisplayController","features":[4]},{"name":"DmaAborted","features":[4]},{"name":"DmaCancelled","features":[4]},{"name":"DmaComplete","features":[4]},{"name":"DmaError","features":[4]},{"name":"DockingInformation","features":[4]},{"name":"DomainConfigurationArm64","features":[4]},{"name":"DomainConfigurationInvalid","features":[4]},{"name":"DomainConfigurationX64","features":[4]},{"name":"DomainTypeMax","features":[4]},{"name":"DomainTypePassThrough","features":[4]},{"name":"DomainTypeTranslate","features":[4]},{"name":"DomainTypeUnmanaged","features":[4]},{"name":"DriverDirectoryData","features":[4]},{"name":"DriverDirectoryImage","features":[4]},{"name":"DriverDirectorySharedData","features":[4]},{"name":"DriverRegKeyParameters","features":[4]},{"name":"DriverRegKeyPersistentState","features":[4]},{"name":"DriverRegKeySharedPersistentState","features":[4]},{"name":"DrvRtPoolNxOptIn","features":[4]},{"name":"DtiAdapter","features":[4]},{"name":"EFI_ACPI_RAS_SIGNAL_TABLE","features":[4]},{"name":"EFLAG_SIGN","features":[4]},{"name":"EFLAG_ZERO","features":[4]},{"name":"EISA_DMA_CONFIGURATION","features":[4]},{"name":"EISA_EMPTY_SLOT","features":[4]},{"name":"EISA_FREE_FORM_DATA","features":[4]},{"name":"EISA_FUNCTION_ENABLED","features":[4]},{"name":"EISA_HAS_DMA_ENTRY","features":[4]},{"name":"EISA_HAS_IRQ_ENTRY","features":[4]},{"name":"EISA_HAS_MEMORY_ENTRY","features":[4]},{"name":"EISA_HAS_PORT_INIT_ENTRY","features":[4]},{"name":"EISA_HAS_PORT_RANGE","features":[4]},{"name":"EISA_HAS_TYPE_ENTRY","features":[4]},{"name":"EISA_INVALID_BIOS_CALL","features":[4]},{"name":"EISA_INVALID_CONFIGURATION","features":[4]},{"name":"EISA_INVALID_FUNCTION","features":[4]},{"name":"EISA_INVALID_SLOT","features":[4]},{"name":"EISA_IRQ_CONFIGURATION","features":[4]},{"name":"EISA_IRQ_DESCRIPTOR","features":[4]},{"name":"EISA_MEMORY_CONFIGURATION","features":[4]},{"name":"EISA_MEMORY_TYPE","features":[4]},{"name":"EISA_MEMORY_TYPE_RAM","features":[4]},{"name":"EISA_MORE_ENTRIES","features":[4]},{"name":"EISA_PORT_CONFIGURATION","features":[4]},{"name":"EISA_PORT_DESCRIPTOR","features":[4]},{"name":"EISA_SYSTEM_MEMORY","features":[4]},{"name":"ENABLE_VIRTUALIZATION","features":[4,1]},{"name":"ERROR_LOG_LIMIT_SIZE","features":[4]},{"name":"ERROR_MAJOR_REVISION_SAL_03_00","features":[4]},{"name":"ERROR_MEMORY_GUID","features":[4]},{"name":"ERROR_MINOR_REVISION_SAL_03_00","features":[4]},{"name":"ERROR_PCI_BUS_GUID","features":[4]},{"name":"ERROR_PCI_COMPONENT_GUID","features":[4]},{"name":"ERROR_PLATFORM_BUS_GUID","features":[4]},{"name":"ERROR_PLATFORM_HOST_CONTROLLER_GUID","features":[4]},{"name":"ERROR_PLATFORM_SPECIFIC_GUID","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_BUS_CHECK_MASK","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_BUS_CHECK_SHIFT","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_CACHE_CHECK_MASK","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_CACHE_CHECK_SHIFT","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_MICROARCH_CHECK_MASK","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_MICROARCH_CHECK_SHIFT","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_REG_CHECK_MASK","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_REG_CHECK_SHIFT","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_TLB_CHECK_MASK","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_TLB_CHECK_SHIFT","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_UNKNOWN_CHECK_MASK","features":[4]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_UNKNOWN_CHECK_SHIFT","features":[4]},{"name":"ERROR_SMBIOS_GUID","features":[4]},{"name":"ERROR_SYSTEM_EVENT_LOG_GUID","features":[4]},{"name":"ERRTYP_BUS","features":[4]},{"name":"ERRTYP_CACHE","features":[4]},{"name":"ERRTYP_FLOW","features":[4]},{"name":"ERRTYP_FUNCTION","features":[4]},{"name":"ERRTYP_IMPROPER","features":[4]},{"name":"ERRTYP_INTERNAL","features":[4]},{"name":"ERRTYP_LOSSOFLOCKSTEP","features":[4]},{"name":"ERRTYP_MAP","features":[4]},{"name":"ERRTYP_MEM","features":[4]},{"name":"ERRTYP_PARITY","features":[4]},{"name":"ERRTYP_PATHERROR","features":[4]},{"name":"ERRTYP_POISONED","features":[4]},{"name":"ERRTYP_PROTOCOL","features":[4]},{"name":"ERRTYP_RESPONSE","features":[4]},{"name":"ERRTYP_SELFTEST","features":[4]},{"name":"ERRTYP_TIMEOUT","features":[4]},{"name":"ERRTYP_TLB","features":[4]},{"name":"ERRTYP_UNIMPL","features":[4]},{"name":"ETWENABLECALLBACK","features":[4,33]},{"name":"ETW_TRACE_SESSION_SETTINGS","features":[4]},{"name":"EVENT_QUERY_STATE","features":[4]},{"name":"EXCEPTION_ALIGNMENT_CHECK","features":[4]},{"name":"EXCEPTION_BOUND_CHECK","features":[4]},{"name":"EXCEPTION_CP_FAULT","features":[4]},{"name":"EXCEPTION_DEBUG","features":[4]},{"name":"EXCEPTION_DIVIDED_BY_ZERO","features":[4]},{"name":"EXCEPTION_DOUBLE_FAULT","features":[4]},{"name":"EXCEPTION_GP_FAULT","features":[4]},{"name":"EXCEPTION_INT3","features":[4]},{"name":"EXCEPTION_INVALID_OPCODE","features":[4]},{"name":"EXCEPTION_INVALID_TSS","features":[4]},{"name":"EXCEPTION_NMI","features":[4]},{"name":"EXCEPTION_NPX_ERROR","features":[4]},{"name":"EXCEPTION_NPX_NOT_AVAILABLE","features":[4]},{"name":"EXCEPTION_NPX_OVERRUN","features":[4]},{"name":"EXCEPTION_RESERVED_TRAP","features":[4]},{"name":"EXCEPTION_SEGMENT_NOT_PRESENT","features":[4]},{"name":"EXCEPTION_SE_FAULT","features":[4]},{"name":"EXCEPTION_SOFTWARE_ORIGINATE","features":[4]},{"name":"EXCEPTION_STACK_FAULT","features":[4]},{"name":"EXCEPTION_VIRTUALIZATION_FAULT","features":[4]},{"name":"EXPAND_STACK_CALLOUT","features":[4]},{"name":"EXTENDED_AGP_REGISTER","features":[4]},{"name":"EXTENDED_CREATE_INFORMATION","features":[4]},{"name":"EXTENDED_CREATE_INFORMATION_32","features":[4]},{"name":"EXTINT_NOTIFY_TYPE_GUID","features":[4]},{"name":"EXT_CALLBACK","features":[3,4]},{"name":"EXT_DELETE_CALLBACK","features":[4]},{"name":"EXT_DELETE_PARAMETERS","features":[4]},{"name":"EX_CALLBACK_FUNCTION","features":[4,1]},{"name":"EX_CARR_ALLOCATE_NONPAGED_POOL","features":[4]},{"name":"EX_CARR_ALLOCATE_PAGED_POOL","features":[4]},{"name":"EX_CARR_DISABLE_EXPANSION","features":[4]},{"name":"EX_CREATE_FLAG_FILE_DEST_OPEN_FOR_COPY","features":[4]},{"name":"EX_CREATE_FLAG_FILE_SOURCE_OPEN_FOR_COPY","features":[4]},{"name":"EX_DEFAULT_PUSH_LOCK_FLAGS","features":[4]},{"name":"EX_LOOKASIDE_LIST_EX_FLAGS_FAIL_NO_RAISE","features":[4]},{"name":"EX_LOOKASIDE_LIST_EX_FLAGS_RAISE_ON_FAIL","features":[4]},{"name":"EX_MAXIMUM_LOOKASIDE_DEPTH_BASE","features":[4]},{"name":"EX_MAXIMUM_LOOKASIDE_DEPTH_LIMIT","features":[4]},{"name":"EX_POOL_PRIORITY","features":[4]},{"name":"EX_RUNDOWN_ACTIVE","features":[4]},{"name":"EX_RUNDOWN_COUNT_SHIFT","features":[4]},{"name":"EX_RUNDOWN_REF","features":[4]},{"name":"EX_TIMER_HIGH_RESOLUTION","features":[4]},{"name":"EX_TIMER_NO_WAKE","features":[4]},{"name":"Eisa","features":[4]},{"name":"EisaAdapter","features":[4]},{"name":"EisaConfiguration","features":[4]},{"name":"EjectionRelations","features":[4]},{"name":"EndAlternatives","features":[4]},{"name":"EtwActivityIdControl","features":[4,1]},{"name":"EtwEventEnabled","features":[4,1,33]},{"name":"EtwProviderEnabled","features":[4,1,33]},{"name":"EtwRegister","features":[4,1,33]},{"name":"EtwSetInformation","features":[4,1,33]},{"name":"EtwUnregister","features":[4,1,33]},{"name":"EtwWrite","features":[4,1,33]},{"name":"EtwWriteEx","features":[4,1,33]},{"name":"EtwWriteString","features":[4,1,33]},{"name":"EtwWriteTransfer","features":[4,1,33]},{"name":"EventCategoryDeviceInterfaceChange","features":[4]},{"name":"EventCategoryHardwareProfileChange","features":[4]},{"name":"EventCategoryKernelSoftRestart","features":[4]},{"name":"EventCategoryReserved","features":[4]},{"name":"EventCategoryTargetDeviceChange","features":[4]},{"name":"EventLoggerHandleClass","features":[4]},{"name":"ExAcquireFastMutex","features":[3,4,1,8]},{"name":"ExAcquireFastMutexUnsafe","features":[3,4,1,8]},{"name":"ExAcquirePushLockExclusiveEx","features":[4]},{"name":"ExAcquirePushLockSharedEx","features":[4]},{"name":"ExAcquireResourceExclusiveLite","features":[3,4,1,8]},{"name":"ExAcquireResourceSharedLite","features":[3,4,1,8]},{"name":"ExAcquireRundownProtection","features":[4,1]},{"name":"ExAcquireRundownProtectionCacheAware","features":[3,4,1]},{"name":"ExAcquireRundownProtectionCacheAwareEx","features":[3,4,1]},{"name":"ExAcquireRundownProtectionEx","features":[4,1]},{"name":"ExAcquireSharedStarveExclusive","features":[3,4,1,8]},{"name":"ExAcquireSharedWaitForExclusive","features":[3,4,1,8]},{"name":"ExAcquireSpinLockExclusive","features":[4]},{"name":"ExAcquireSpinLockExclusiveAtDpcLevel","features":[4]},{"name":"ExAcquireSpinLockShared","features":[4]},{"name":"ExAcquireSpinLockSharedAtDpcLevel","features":[4]},{"name":"ExAllocateCacheAwareRundownProtection","features":[3,4]},{"name":"ExAllocatePool","features":[3,4]},{"name":"ExAllocatePool2","features":[4]},{"name":"ExAllocatePool3","features":[4,1]},{"name":"ExAllocatePoolWithQuota","features":[3,4]},{"name":"ExAllocatePoolWithQuotaTag","features":[3,4]},{"name":"ExAllocatePoolWithTag","features":[3,4]},{"name":"ExAllocatePoolWithTagPriority","features":[3,4]},{"name":"ExAllocateTimer","features":[3,4]},{"name":"ExCancelTimer","features":[3,4,1]},{"name":"ExCleanupRundownProtectionCacheAware","features":[3,4]},{"name":"ExConvertExclusiveToSharedLite","features":[3,4,8]},{"name":"ExCreateCallback","features":[3,4,1,5]},{"name":"ExCreatePool","features":[4,1]},{"name":"ExDeleteResourceLite","features":[3,4,1,8]},{"name":"ExDeleteTimer","features":[3,4,1]},{"name":"ExDestroyPool","features":[4,1]},{"name":"ExEnterCriticalRegionAndAcquireResourceExclusive","features":[3,4,8]},{"name":"ExEnterCriticalRegionAndAcquireResourceShared","features":[3,4,8]},{"name":"ExEnterCriticalRegionAndAcquireSharedWaitForExclusive","features":[3,4,8]},{"name":"ExEnumerateSystemFirmwareTables","features":[4,1]},{"name":"ExExtendZone","features":[4,1,8]},{"name":"ExFreeCacheAwareRundownProtection","features":[3,4]},{"name":"ExFreePool","features":[4]},{"name":"ExFreePool2","features":[4,1]},{"name":"ExFreePoolWithTag","features":[4]},{"name":"ExGetExclusiveWaiterCount","features":[3,4,8]},{"name":"ExGetFirmwareEnvironmentVariable","features":[4,1]},{"name":"ExGetFirmwareType","features":[4,34]},{"name":"ExGetPreviousMode","features":[4]},{"name":"ExGetSharedWaiterCount","features":[3,4,8]},{"name":"ExGetSystemFirmwareTable","features":[4,1]},{"name":"ExInitializePushLock","features":[4]},{"name":"ExInitializeResourceLite","features":[3,4,1,8]},{"name":"ExInitializeRundownProtection","features":[4]},{"name":"ExInitializeRundownProtectionCacheAware","features":[3,4]},{"name":"ExInitializeRundownProtectionCacheAwareEx","features":[3,4]},{"name":"ExInitializeZone","features":[4,1,8]},{"name":"ExInterlockedAddLargeInteger","features":[4]},{"name":"ExInterlockedExtendZone","features":[4,1,8]},{"name":"ExIsManufacturingModeEnabled","features":[4,1]},{"name":"ExIsProcessorFeaturePresent","features":[4,1]},{"name":"ExIsResourceAcquiredExclusiveLite","features":[3,4,1,8]},{"name":"ExIsResourceAcquiredSharedLite","features":[3,4,8]},{"name":"ExIsSoftBoot","features":[4,1]},{"name":"ExLocalTimeToSystemTime","features":[4]},{"name":"ExNotifyCallback","features":[4]},{"name":"ExQueryTimerResolution","features":[4]},{"name":"ExQueueWorkItem","features":[3,4,8]},{"name":"ExRaiseAccessViolation","features":[4]},{"name":"ExRaiseDatatypeMisalignment","features":[4]},{"name":"ExRaiseStatus","features":[4,1]},{"name":"ExReInitializeRundownProtection","features":[4]},{"name":"ExReInitializeRundownProtectionCacheAware","features":[3,4]},{"name":"ExRegisterCallback","features":[3,4]},{"name":"ExReinitializeResourceLite","features":[3,4,1,8]},{"name":"ExReleaseFastMutex","features":[3,4,1,8]},{"name":"ExReleaseFastMutexUnsafe","features":[3,4,1,8]},{"name":"ExReleasePushLockExclusiveEx","features":[4]},{"name":"ExReleasePushLockSharedEx","features":[4]},{"name":"ExReleaseResourceAndLeaveCriticalRegion","features":[3,4,8]},{"name":"ExReleaseResourceForThreadLite","features":[3,4,8]},{"name":"ExReleaseResourceLite","features":[3,4,8]},{"name":"ExReleaseRundownProtection","features":[4]},{"name":"ExReleaseRundownProtectionCacheAware","features":[3,4]},{"name":"ExReleaseRundownProtectionCacheAwareEx","features":[3,4]},{"name":"ExReleaseRundownProtectionEx","features":[4]},{"name":"ExReleaseSpinLockExclusive","features":[4]},{"name":"ExReleaseSpinLockExclusiveFromDpcLevel","features":[4]},{"name":"ExReleaseSpinLockShared","features":[4]},{"name":"ExReleaseSpinLockSharedFromDpcLevel","features":[4]},{"name":"ExRundownCompleted","features":[4]},{"name":"ExRundownCompletedCacheAware","features":[3,4]},{"name":"ExSecurePoolUpdate","features":[4,1]},{"name":"ExSecurePoolValidate","features":[4,1]},{"name":"ExSetFirmwareEnvironmentVariable","features":[4,1]},{"name":"ExSetResourceOwnerPointer","features":[3,4,8]},{"name":"ExSetResourceOwnerPointerEx","features":[3,4,8]},{"name":"ExSetTimer","features":[3,4,1]},{"name":"ExSetTimerResolution","features":[4,1]},{"name":"ExSizeOfRundownProtectionCacheAware","features":[4]},{"name":"ExSystemTimeToLocalTime","features":[4]},{"name":"ExTryAcquireSpinLockExclusiveAtDpcLevel","features":[4]},{"name":"ExTryAcquireSpinLockSharedAtDpcLevel","features":[4]},{"name":"ExTryConvertSharedSpinLockExclusive","features":[4]},{"name":"ExTryToAcquireFastMutex","features":[3,4,1,8]},{"name":"ExUnregisterCallback","features":[4]},{"name":"ExUuidCreate","features":[4,1]},{"name":"ExVerifySuite","features":[4,1,8]},{"name":"ExWaitForRundownProtectionRelease","features":[4]},{"name":"ExWaitForRundownProtectionReleaseCacheAware","features":[3,4]},{"name":"Executive","features":[4]},{"name":"ExternalFault","features":[4]},{"name":"FAULT_INFORMATION","features":[3,6,4,1,5,7,8,9]},{"name":"FAULT_INFORMATION_ARCH","features":[4]},{"name":"FAULT_INFORMATION_ARM64","features":[3,6,4,1,5,7,8,9]},{"name":"FAULT_INFORMATION_ARM64_FLAGS","features":[4]},{"name":"FAULT_INFORMATION_ARM64_TYPE","features":[4]},{"name":"FAULT_INFORMATION_X64","features":[4]},{"name":"FAULT_INFORMATION_X64_FLAGS","features":[4]},{"name":"FILE_128_BYTE_ALIGNMENT","features":[4]},{"name":"FILE_256_BYTE_ALIGNMENT","features":[4]},{"name":"FILE_32_BYTE_ALIGNMENT","features":[4]},{"name":"FILE_512_BYTE_ALIGNMENT","features":[4]},{"name":"FILE_64_BYTE_ALIGNMENT","features":[4]},{"name":"FILE_ATTRIBUTE_TAG_INFORMATION","features":[4]},{"name":"FILE_ATTRIBUTE_VALID_FLAGS","features":[4]},{"name":"FILE_ATTRIBUTE_VALID_KERNEL_SET_FLAGS","features":[4]},{"name":"FILE_ATTRIBUTE_VALID_SET_FLAGS","features":[4]},{"name":"FILE_AUTOGENERATED_DEVICE_NAME","features":[4]},{"name":"FILE_BYTE_ALIGNMENT","features":[4]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL","features":[4]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL_DEPRECATED","features":[4]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL_EX","features":[4]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL","features":[4]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL_DEPRECATED","features":[4]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL_EX","features":[4]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK","features":[4]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK_DEPRECATED","features":[4]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK_EX","features":[4]},{"name":"FILE_CHARACTERISTIC_CSV","features":[4]},{"name":"FILE_CHARACTERISTIC_PNP_DEVICE","features":[4]},{"name":"FILE_CHARACTERISTIC_TS_DEVICE","features":[4]},{"name":"FILE_CHARACTERISTIC_WEBDAV_DEVICE","features":[4]},{"name":"FILE_DEVICE_ALLOW_APPCONTAINER_TRAVERSAL","features":[4]},{"name":"FILE_DEVICE_IS_MOUNTED","features":[4]},{"name":"FILE_DEVICE_REQUIRE_SECURITY_CHECK","features":[4]},{"name":"FILE_DEVICE_SECURE_OPEN","features":[4]},{"name":"FILE_END_OF_FILE_INFORMATION","features":[4]},{"name":"FILE_FLOPPY_DISKETTE","features":[4]},{"name":"FILE_FS_DEVICE_INFORMATION","features":[4]},{"name":"FILE_FS_FULL_SIZE_INFORMATION","features":[4]},{"name":"FILE_FS_FULL_SIZE_INFORMATION_EX","features":[4]},{"name":"FILE_FS_LABEL_INFORMATION","features":[4]},{"name":"FILE_FS_METADATA_SIZE_INFORMATION","features":[4]},{"name":"FILE_FS_OBJECTID_INFORMATION","features":[4]},{"name":"FILE_FS_SIZE_INFORMATION","features":[4]},{"name":"FILE_FS_VOLUME_INFORMATION","features":[4,1]},{"name":"FILE_IOSTATUSBLOCK_RANGE_INFORMATION","features":[4]},{"name":"FILE_IO_COMPLETION_NOTIFICATION_INFORMATION","features":[4]},{"name":"FILE_IO_PRIORITY_HINT_INFORMATION","features":[3,4]},{"name":"FILE_IO_PRIORITY_HINT_INFORMATION_EX","features":[3,4,1]},{"name":"FILE_IS_REMOTE_DEVICE_INFORMATION","features":[4,1]},{"name":"FILE_LONG_ALIGNMENT","features":[4]},{"name":"FILE_MEMORY_PARTITION_INFORMATION","features":[4]},{"name":"FILE_NUMA_NODE_INFORMATION","features":[4]},{"name":"FILE_OCTA_ALIGNMENT","features":[4]},{"name":"FILE_PORTABLE_DEVICE","features":[4]},{"name":"FILE_PROCESS_IDS_USING_FILE_INFORMATION","features":[4]},{"name":"FILE_QUAD_ALIGNMENT","features":[4]},{"name":"FILE_QUERY_INDEX_SPECIFIED","features":[4]},{"name":"FILE_QUERY_NO_CURSOR_UPDATE","features":[4]},{"name":"FILE_QUERY_RESTART_SCAN","features":[4]},{"name":"FILE_QUERY_RETURN_ON_DISK_ENTRIES_ONLY","features":[4]},{"name":"FILE_QUERY_RETURN_SINGLE_ENTRY","features":[4]},{"name":"FILE_READ_ONLY_DEVICE","features":[4]},{"name":"FILE_REMOTE_DEVICE","features":[4]},{"name":"FILE_REMOTE_DEVICE_VSMB","features":[4]},{"name":"FILE_REMOVABLE_MEDIA","features":[4]},{"name":"FILE_SFIO_RESERVE_INFORMATION","features":[4,1]},{"name":"FILE_SFIO_VOLUME_INFORMATION","features":[4]},{"name":"FILE_SHARE_VALID_FLAGS","features":[4]},{"name":"FILE_SKIP_SET_USER_EVENT_ON_FAST_IO","features":[4]},{"name":"FILE_STANDARD_INFORMATION_EX","features":[4,1]},{"name":"FILE_USE_FILE_POINTER_POSITION","features":[4]},{"name":"FILE_VALID_DATA_LENGTH_INFORMATION","features":[4]},{"name":"FILE_VALID_EXTENDED_OPTION_FLAGS","features":[4]},{"name":"FILE_VIRTUAL_VOLUME","features":[4]},{"name":"FILE_WORD_ALIGNMENT","features":[4]},{"name":"FILE_WRITE_ONCE_MEDIA","features":[4]},{"name":"FILE_WRITE_TO_END_OF_FILE","features":[4]},{"name":"FIRMWARE_ERROR_RECORD_REFERENCE_GUID","features":[4]},{"name":"FLAG_OWNER_POINTER_IS_THREAD","features":[4]},{"name":"FLOATING_SAVE_AREA","features":[4]},{"name":"FLUSH_MULTIPLE_MAXIMUM","features":[4]},{"name":"FM_LOCK_BIT","features":[4]},{"name":"FM_LOCK_BIT_V","features":[4]},{"name":"FO_ALERTABLE_IO","features":[4]},{"name":"FO_BYPASS_IO_ENABLED","features":[4]},{"name":"FO_CACHE_SUPPORTED","features":[4]},{"name":"FO_CLEANUP_COMPLETE","features":[4]},{"name":"FO_DELETE_ON_CLOSE","features":[4]},{"name":"FO_DIRECT_DEVICE_OPEN","features":[4]},{"name":"FO_DISALLOW_EXCLUSIVE","features":[4]},{"name":"FO_FILE_FAST_IO_READ","features":[4]},{"name":"FO_FILE_MODIFIED","features":[4]},{"name":"FO_FILE_OPEN","features":[4]},{"name":"FO_FILE_OPEN_CANCELLED","features":[4]},{"name":"FO_FILE_SIZE_CHANGED","features":[4]},{"name":"FO_FLAGS_VALID_ONLY_DURING_CREATE","features":[4]},{"name":"FO_GENERATE_AUDIT_ON_CLOSE","features":[4]},{"name":"FO_HANDLE_CREATED","features":[4]},{"name":"FO_INDIRECT_WAIT_OBJECT","features":[4]},{"name":"FO_MAILSLOT","features":[4]},{"name":"FO_NAMED_PIPE","features":[4]},{"name":"FO_NO_INTERMEDIATE_BUFFERING","features":[4]},{"name":"FO_OPENED_CASE_SENSITIVE","features":[4]},{"name":"FO_QUEUE_IRP_TO_THREAD","features":[4]},{"name":"FO_RANDOM_ACCESS","features":[4]},{"name":"FO_REMOTE_ORIGIN","features":[4]},{"name":"FO_SECTION_MINSTORE_TREATMENT","features":[4]},{"name":"FO_SEQUENTIAL_ONLY","features":[4]},{"name":"FO_SKIP_COMPLETION_PORT","features":[4]},{"name":"FO_SKIP_SET_EVENT","features":[4]},{"name":"FO_SKIP_SET_FAST_IO","features":[4]},{"name":"FO_STREAM_FILE","features":[4]},{"name":"FO_SYNCHRONOUS_IO","features":[4]},{"name":"FO_TEMPORARY_FILE","features":[4]},{"name":"FO_VOLUME_OPEN","features":[4]},{"name":"FO_WRITE_THROUGH","features":[4]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_16GB","features":[4]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_1GB","features":[4]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_1MB","features":[4]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_256MB","features":[4]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_2GB","features":[4]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_32GB","features":[4]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_4GB","features":[4]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_512MB","features":[4]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_8GB","features":[4]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_16MB","features":[4]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_1MB","features":[4]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_2MB","features":[4]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_4MB","features":[4]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_8MB","features":[4]},{"name":"FPB_MEM_VECTOR_GRANULARITY_1B","features":[4]},{"name":"FPB_RID_VECTOR_GRANULARITY_256RIDS","features":[4]},{"name":"FPB_RID_VECTOR_GRANULARITY_64RIDS","features":[4]},{"name":"FPB_RID_VECTOR_GRANULARITY_8RIDS","features":[4]},{"name":"FPB_VECTOR_SELECT_MEM_HIGH","features":[4]},{"name":"FPB_VECTOR_SELECT_MEM_LOW","features":[4]},{"name":"FPB_VECTOR_SELECT_RID","features":[4]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_1KBITS","features":[4]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_256BITS","features":[4]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_2KBITS","features":[4]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_4KBITS","features":[4]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_512BITS","features":[4]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_8KBITS","features":[4]},{"name":"FPGA_BUS_SCAN","features":[4]},{"name":"FPGA_CONTROL_CONFIG_SPACE","features":[4,1]},{"name":"FPGA_CONTROL_ERROR_REPORTING","features":[4,1]},{"name":"FPGA_CONTROL_INTERFACE","features":[4,1]},{"name":"FPGA_CONTROL_LINK","features":[4,1]},{"name":"FREE_FUNCTION","features":[4]},{"name":"FUNCTION_LEVEL_DEVICE_RESET_PARAMETERS","features":[4]},{"name":"FWMI_NOTIFICATION_CALLBACK","features":[4]},{"name":"FailControl","features":[4]},{"name":"FaultInformationArm64","features":[4]},{"name":"FaultInformationInvalid","features":[4]},{"name":"FaultInformationX64","features":[4]},{"name":"FloatingPointProcessor","features":[4]},{"name":"FloppyDiskPeripheral","features":[4]},{"name":"FltIoNotifyRoutinesClass","features":[4]},{"name":"FreePage","features":[4]},{"name":"FsRtlIsTotalDeviceFailure","features":[4,1]},{"name":"FunctionLevelDeviceReset","features":[4]},{"name":"GENERIC_NOTIFY_TYPE_GUID","features":[4]},{"name":"GENERIC_SECTION_GUID","features":[4]},{"name":"GENPROC_FLAGS_CORRECTED","features":[4]},{"name":"GENPROC_FLAGS_OVERFLOW","features":[4]},{"name":"GENPROC_FLAGS_PRECISEIP","features":[4]},{"name":"GENPROC_FLAGS_RESTARTABLE","features":[4]},{"name":"GENPROC_OP_DATAREAD","features":[4]},{"name":"GENPROC_OP_DATAWRITE","features":[4]},{"name":"GENPROC_OP_GENERIC","features":[4]},{"name":"GENPROC_OP_INSTRUCTIONEXE","features":[4]},{"name":"GENPROC_PROCERRTYPE_BUS","features":[4]},{"name":"GENPROC_PROCERRTYPE_CACHE","features":[4]},{"name":"GENPROC_PROCERRTYPE_MAE","features":[4]},{"name":"GENPROC_PROCERRTYPE_TLB","features":[4]},{"name":"GENPROC_PROCERRTYPE_UNKNOWN","features":[4]},{"name":"GENPROC_PROCISA_ARM32","features":[4]},{"name":"GENPROC_PROCISA_ARM64","features":[4]},{"name":"GENPROC_PROCISA_IPF","features":[4]},{"name":"GENPROC_PROCISA_X64","features":[4]},{"name":"GENPROC_PROCISA_X86","features":[4]},{"name":"GENPROC_PROCTYPE_ARM","features":[4]},{"name":"GENPROC_PROCTYPE_IPF","features":[4]},{"name":"GENPROC_PROCTYPE_XPF","features":[4]},{"name":"GET_D3COLD_CAPABILITY","features":[4,1]},{"name":"GET_D3COLD_LAST_TRANSITION_STATUS","features":[4]},{"name":"GET_DEVICE_RESET_STATUS","features":[4,1]},{"name":"GET_DMA_ADAPTER","features":[3,6,4,1,5,7,8,9]},{"name":"GET_IDLE_WAKE_INFO","features":[4,1,9]},{"name":"GET_SDEV_IDENTIFIER","features":[4]},{"name":"GET_SET_DEVICE_DATA","features":[4]},{"name":"GET_UPDATED_BUS_RESOURCE","features":[4,1]},{"name":"GET_VIRTUAL_DEVICE_DATA","features":[4]},{"name":"GET_VIRTUAL_DEVICE_LOCATION","features":[4,1]},{"name":"GET_VIRTUAL_DEVICE_RESOURCES","features":[4]},{"name":"GET_VIRTUAL_FUNCTION_PROBED_BARS","features":[4,1]},{"name":"GUID_ECP_CREATE_USER_PROCESS","features":[4]},{"name":"GartHigh","features":[4]},{"name":"GartLow","features":[4]},{"name":"GenericEqual","features":[4]},{"name":"GenericGreaterThan","features":[4]},{"name":"GenericLessThan","features":[4]},{"name":"GlobalLoggerHandleClass","features":[4]},{"name":"GroupAffinityAllGroupZero","features":[4]},{"name":"GroupAffinityDontCare","features":[4]},{"name":"HAL_AMLI_BAD_IO_ADDRESS_LIST","features":[4,1]},{"name":"HAL_APIC_DESTINATION_MODE","features":[4]},{"name":"HAL_BUS_INFORMATION","features":[4]},{"name":"HAL_CALLBACKS","features":[3,4]},{"name":"HAL_DISPATCH","features":[3,6,4,1,5,7,23,8,9]},{"name":"HAL_DISPATCH_VERSION","features":[4]},{"name":"HAL_DISPLAY_BIOS_INFORMATION","features":[4]},{"name":"HAL_DMA_ADAPTER_VERSION_1","features":[4]},{"name":"HAL_DMA_CRASH_DUMP_REGISTER_TYPE","features":[4]},{"name":"HAL_ERROR_INFO","features":[4]},{"name":"HAL_MASK_UNMASK_FLAGS_NONE","features":[4]},{"name":"HAL_MASK_UNMASK_FLAGS_SERVICING_COMPLETE","features":[4]},{"name":"HAL_MASK_UNMASK_FLAGS_SERVICING_DEFERRED","features":[4]},{"name":"HAL_MCA_INTERFACE","features":[4,1]},{"name":"HAL_MCA_RECORD","features":[4]},{"name":"HAL_MCE_RECORD","features":[4]},{"name":"HAL_PLATFORM_ACPI_TABLES_CACHED","features":[4]},{"name":"HAL_PLATFORM_DISABLE_PTCG","features":[4]},{"name":"HAL_PLATFORM_DISABLE_UC_MAIN_MEMORY","features":[4]},{"name":"HAL_PLATFORM_DISABLE_WRITE_COMBINING","features":[4]},{"name":"HAL_PLATFORM_ENABLE_WRITE_COMBINING_MMIO","features":[4]},{"name":"HAL_PLATFORM_INFORMATION","features":[4]},{"name":"HAL_POWER_INFORMATION","features":[4]},{"name":"HAL_PROCESSOR_FEATURE","features":[4]},{"name":"HAL_PROCESSOR_SPEED_INFORMATION","features":[4]},{"name":"HAL_QUERY_INFORMATION_CLASS","features":[4]},{"name":"HAL_SET_INFORMATION_CLASS","features":[4]},{"name":"HARDWARE_COUNTER","features":[4]},{"name":"HARDWARE_COUNTER_TYPE","features":[4]},{"name":"HASH_STRING_ALGORITHM_DEFAULT","features":[4]},{"name":"HASH_STRING_ALGORITHM_INVALID","features":[4]},{"name":"HASH_STRING_ALGORITHM_X65599","features":[4]},{"name":"HIGH_LEVEL","features":[4]},{"name":"HIGH_PRIORITY","features":[4]},{"name":"HVL_WHEA_ERROR_NOTIFICATION","features":[4,1]},{"name":"HWPROFILE_CHANGE_NOTIFICATION","features":[4]},{"name":"HalAcpiAuditInformation","features":[4]},{"name":"HalAcquireDisplayOwnership","features":[4,1]},{"name":"HalAllocateAdapterChannel","features":[3,6,4,1,5,35,7,8,9]},{"name":"HalAllocateCommonBuffer","features":[4,1,35]},{"name":"HalAllocateCrashDumpRegisters","features":[4,35]},{"name":"HalAllocateHardwareCounters","features":[4,1,34]},{"name":"HalAssignSlotResources","features":[3,6,4,1,5,7,8,9]},{"name":"HalBugCheckSystem","features":[4,1,32]},{"name":"HalCallbackInformation","features":[4]},{"name":"HalChannelTopologyInformation","features":[4]},{"name":"HalCmcLog","features":[4]},{"name":"HalCmcLogInformation","features":[4]},{"name":"HalCmcRegisterDriver","features":[4]},{"name":"HalCpeLog","features":[4]},{"name":"HalCpeLogInformation","features":[4]},{"name":"HalCpeRegisterDriver","features":[4]},{"name":"HalDisplayBiosInformation","features":[4]},{"name":"HalDisplayEmulatedBios","features":[4]},{"name":"HalDisplayInt10Bios","features":[4]},{"name":"HalDisplayNoBios","features":[4]},{"name":"HalDmaAllocateCrashDumpRegistersEx","features":[4,1,35]},{"name":"HalDmaCrashDumpRegisterSet1","features":[4]},{"name":"HalDmaCrashDumpRegisterSet2","features":[4]},{"name":"HalDmaCrashDumpRegisterSetMax","features":[4]},{"name":"HalDmaFreeCrashDumpRegistersEx","features":[4,1,35]},{"name":"HalDmaRemappingInformation","features":[4]},{"name":"HalEnlightenment","features":[4]},{"name":"HalErrorInformation","features":[4]},{"name":"HalExamineMBR","features":[3,6,4,1,5,7,8,9]},{"name":"HalExternalCacheInformation","features":[4]},{"name":"HalFrameBufferCachingInformation","features":[4]},{"name":"HalFreeCommonBuffer","features":[4,1,35]},{"name":"HalFreeHardwareCounters","features":[4,1]},{"name":"HalFrequencyInformation","features":[4]},{"name":"HalFwBootPerformanceInformation","features":[4]},{"name":"HalFwS3PerformanceInformation","features":[4]},{"name":"HalGenerateCmcInterrupt","features":[4]},{"name":"HalGetAdapter","features":[4,1,35]},{"name":"HalGetBusData","features":[4]},{"name":"HalGetBusDataByOffset","features":[4]},{"name":"HalGetChannelPowerInformation","features":[4]},{"name":"HalGetInterruptVector","features":[4]},{"name":"HalHardwareWatchdogInformation","features":[4]},{"name":"HalHeterogeneousMemoryAttributesInterface","features":[4]},{"name":"HalHypervisorInformation","features":[4]},{"name":"HalI386ExceptionChainTerminatorInformation","features":[4]},{"name":"HalInformationClassUnused1","features":[4]},{"name":"HalInitLogInformation","features":[4]},{"name":"HalInstalledBusInformation","features":[4]},{"name":"HalInterruptControllerInformation","features":[4]},{"name":"HalIrtInformation","features":[4]},{"name":"HalKernelErrorHandler","features":[4]},{"name":"HalMakeBeep","features":[4,1]},{"name":"HalMapRegisterInformation","features":[4]},{"name":"HalMcaLog","features":[4]},{"name":"HalMcaLogInformation","features":[4]},{"name":"HalMcaRegisterDriver","features":[4]},{"name":"HalNumaRangeTableInformation","features":[4]},{"name":"HalNumaTopologyInterface","features":[4]},{"name":"HalParkingPageInformation","features":[4]},{"name":"HalPartitionIpiInterface","features":[4]},{"name":"HalPlatformInformation","features":[4]},{"name":"HalPlatformTimerInformation","features":[4]},{"name":"HalPowerInformation","features":[4]},{"name":"HalProcessorBrandString","features":[4]},{"name":"HalProcessorFeatureInformation","features":[4]},{"name":"HalProcessorSpeedInformation","features":[4]},{"name":"HalProfileDpgoSourceInterruptHandler","features":[4]},{"name":"HalProfileSourceAdd","features":[4]},{"name":"HalProfileSourceInformation","features":[4]},{"name":"HalProfileSourceInterruptHandler","features":[4]},{"name":"HalProfileSourceInterval","features":[4]},{"name":"HalProfileSourceRemove","features":[4]},{"name":"HalProfileSourceTimerHandler","features":[4]},{"name":"HalPsciInformation","features":[4]},{"name":"HalQueryAMLIIllegalIOPortAddresses","features":[4]},{"name":"HalQueryAcpiWakeAlarmSystemPowerStateInformation","features":[4]},{"name":"HalQueryArmErrataInformation","features":[4]},{"name":"HalQueryDebuggerInformation","features":[4]},{"name":"HalQueryHyperlaunchEntrypoint","features":[4]},{"name":"HalQueryIommuReservedRegionInformation","features":[4]},{"name":"HalQueryMaxHotPlugMemoryAddress","features":[4]},{"name":"HalQueryMcaInterface","features":[4]},{"name":"HalQueryPerDeviceMsiLimitInformation","features":[4]},{"name":"HalQueryProcessorEfficiencyInformation","features":[4]},{"name":"HalQueryProfileCorruptionStatus","features":[4]},{"name":"HalQueryProfileCounterOwnership","features":[4]},{"name":"HalQueryProfileNumberOfCounters","features":[4]},{"name":"HalQueryProfileSourceList","features":[4]},{"name":"HalQueryStateElementInformation","features":[4]},{"name":"HalQueryUnused0001","features":[4]},{"name":"HalReadDmaCounter","features":[4,35]},{"name":"HalRegisterSecondaryInterruptInterface","features":[4]},{"name":"HalSecondaryInterruptInformation","features":[4]},{"name":"HalSetBusData","features":[4]},{"name":"HalSetBusDataByOffset","features":[4]},{"name":"HalSetChannelPowerInformation","features":[4]},{"name":"HalSetClockTimerMinimumInterval","features":[4]},{"name":"HalSetHvciEnabled","features":[4]},{"name":"HalSetProcessorTraceInterruptHandler","features":[4]},{"name":"HalSetPsciSuspendMode","features":[4]},{"name":"HalSetResetParkDisposition","features":[4]},{"name":"HalSetSwInterruptHandler","features":[4]},{"name":"HalTranslateBusAddress","features":[4,1]},{"name":"HighImportance","features":[4]},{"name":"HighPagePriority","features":[4]},{"name":"HighPoolPriority","features":[4]},{"name":"HighPoolPrioritySpecialPoolOverrun","features":[4]},{"name":"HighPoolPrioritySpecialPoolUnderrun","features":[4]},{"name":"HotSpareControl","features":[4]},{"name":"HvlRegisterWheaErrorNotification","features":[4,1]},{"name":"HvlUnregisterWheaErrorNotification","features":[4,1]},{"name":"HyperCriticalWorkQueue","features":[4]},{"name":"IMAGE_ADDRESSING_MODE_32BIT","features":[4]},{"name":"IMAGE_INFO","features":[4]},{"name":"IMAGE_INFO_EX","features":[3,6,4,1,5,7,8,9]},{"name":"INITIAL_PRIVILEGE_COUNT","features":[4]},{"name":"INITIAL_PRIVILEGE_SET","features":[4,1,5]},{"name":"INIT_NOTIFY_TYPE_GUID","features":[4]},{"name":"INJECT_ERRTYPE_MEMORY_CORRECTABLE","features":[4]},{"name":"INJECT_ERRTYPE_MEMORY_UNCORRECTABLEFATAL","features":[4]},{"name":"INJECT_ERRTYPE_MEMORY_UNCORRECTABLENONFATAL","features":[4]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_CORRECTABLE","features":[4]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_UNCORRECTABLEFATAL","features":[4]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_UNCORRECTABLENONFATAL","features":[4]},{"name":"INJECT_ERRTYPE_PLATFORM_CORRECTABLE","features":[4]},{"name":"INJECT_ERRTYPE_PLATFORM_UNCORRECTABLEFATAL","features":[4]},{"name":"INJECT_ERRTYPE_PLATFORM_UNCORRECTABLENONFATAL","features":[4]},{"name":"INJECT_ERRTYPE_PROCESSOR_CORRECTABLE","features":[4]},{"name":"INJECT_ERRTYPE_PROCESSOR_UNCORRECTABLEFATAL","features":[4]},{"name":"INJECT_ERRTYPE_PROCESSOR_UNCORRECTABLENONFATAL","features":[4]},{"name":"INPUT_MAPPING_ELEMENT","features":[4]},{"name":"INTEL_CACHE_INFO_EAX","features":[4]},{"name":"INTEL_CACHE_INFO_EBX","features":[4]},{"name":"INTEL_CACHE_TYPE","features":[4]},{"name":"INTERFACE","features":[4]},{"name":"INTERFACE_TYPE","features":[4]},{"name":"INTERLOCKED_RESULT","features":[4]},{"name":"IOCTL_CANCEL_DEVICE_WAKE","features":[4]},{"name":"IOCTL_QUERY_DEVICE_POWER_STATE","features":[4]},{"name":"IOCTL_SET_DEVICE_WAKE","features":[4]},{"name":"IOMMU_ACCESS_NONE","features":[4]},{"name":"IOMMU_ACCESS_READ","features":[4]},{"name":"IOMMU_ACCESS_WRITE","features":[4]},{"name":"IOMMU_DEVICE_CREATE","features":[3,6,4,1,5,7,8,9]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION","features":[4,8]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI","features":[4]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION_TYPE","features":[4]},{"name":"IOMMU_DEVICE_DELETE","features":[3,4,1]},{"name":"IOMMU_DEVICE_FAULT_HANDLER","features":[3,6,4,1,5,7,8,9]},{"name":"IOMMU_DEVICE_QUERY_DOMAIN_TYPES","features":[3,4]},{"name":"IOMMU_DMA_DOMAIN_CREATION_FLAGS","features":[4]},{"name":"IOMMU_DMA_DOMAIN_TYPE","features":[4]},{"name":"IOMMU_DMA_LOGICAL_ADDRESS_TOKEN","features":[4]},{"name":"IOMMU_DMA_LOGICAL_ADDRESS_TOKEN_MAPPED_SEGMENT","features":[4]},{"name":"IOMMU_DMA_LOGICAL_ALLOCATOR_CONFIG","features":[4]},{"name":"IOMMU_DMA_LOGICAL_ALLOCATOR_TYPE","features":[4]},{"name":"IOMMU_DMA_RESERVED_REGION","features":[4,1]},{"name":"IOMMU_DOMAIN_ATTACH_DEVICE","features":[3,6,4,1,5,7,8,9]},{"name":"IOMMU_DOMAIN_ATTACH_DEVICE_EX","features":[3,4,1]},{"name":"IOMMU_DOMAIN_CONFIGURE","features":[3,4,1]},{"name":"IOMMU_DOMAIN_CREATE","features":[3,4,1]},{"name":"IOMMU_DOMAIN_CREATE_EX","features":[3,4,1]},{"name":"IOMMU_DOMAIN_DELETE","features":[3,4,1]},{"name":"IOMMU_DOMAIN_DETACH_DEVICE","features":[3,6,4,1,5,7,8,9]},{"name":"IOMMU_DOMAIN_DETACH_DEVICE_EX","features":[3,4,1]},{"name":"IOMMU_FLUSH_DOMAIN","features":[3,4,1]},{"name":"IOMMU_FLUSH_DOMAIN_VA_LIST","features":[3,4,1]},{"name":"IOMMU_FREE_RESERVED_LOGICAL_ADDRESS_RANGE","features":[4,1]},{"name":"IOMMU_INTERFACE_STATE_CHANGE","features":[4]},{"name":"IOMMU_INTERFACE_STATE_CHANGE_CALLBACK","features":[4]},{"name":"IOMMU_INTERFACE_STATE_CHANGE_FIELDS","features":[4]},{"name":"IOMMU_MAP_IDENTITY_RANGE","features":[3,4,1]},{"name":"IOMMU_MAP_IDENTITY_RANGE_EX","features":[3,4,1]},{"name":"IOMMU_MAP_LOGICAL_RANGE","features":[3,4,1]},{"name":"IOMMU_MAP_LOGICAL_RANGE_EX","features":[3,4,1]},{"name":"IOMMU_MAP_PHYSICAL_ADDRESS","features":[3,4]},{"name":"IOMMU_MAP_PHYSICAL_ADDRESS_TYPE","features":[4]},{"name":"IOMMU_MAP_RESERVED_LOGICAL_RANGE","features":[3,4,1]},{"name":"IOMMU_QUERY_INPUT_MAPPINGS","features":[3,6,4,1,5,7,8,9]},{"name":"IOMMU_REGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[3,4,1]},{"name":"IOMMU_RESERVE_LOGICAL_ADDRESS_RANGE","features":[3,4,1]},{"name":"IOMMU_SET_DEVICE_FAULT_REPORTING","features":[3,6,4,1,5,7,8,9]},{"name":"IOMMU_SET_DEVICE_FAULT_REPORTING_EX","features":[3,4,1]},{"name":"IOMMU_UNMAP_IDENTITY_RANGE","features":[3,4,1]},{"name":"IOMMU_UNMAP_IDENTITY_RANGE_EX","features":[3,4,1]},{"name":"IOMMU_UNMAP_LOGICAL_RANGE","features":[3,4,1]},{"name":"IOMMU_UNMAP_RESERVED_LOGICAL_RANGE","features":[4,1]},{"name":"IOMMU_UNREGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[3,4,1]},{"name":"IO_ACCESS_MODE","features":[4]},{"name":"IO_ACCESS_TYPE","features":[4]},{"name":"IO_ALLOCATION_ACTION","features":[4]},{"name":"IO_ATTACH_DEVICE","features":[4]},{"name":"IO_ATTRIBUTION_INFORMATION","features":[4]},{"name":"IO_ATTRIBUTION_INFO_V1","features":[4]},{"name":"IO_CHECK_CREATE_PARAMETERS","features":[4]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_DELETE","features":[4]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_READ","features":[4]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_WRITE","features":[4]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_UPDATE_FILE_OBJECT","features":[4]},{"name":"IO_CHECK_SHARE_ACCESS_FORCE_CHECK","features":[4]},{"name":"IO_CHECK_SHARE_ACCESS_FORCE_USING_SCB","features":[4]},{"name":"IO_CHECK_SHARE_ACCESS_UPDATE_SHARE_ACCESS","features":[4]},{"name":"IO_COMPLETION_ROUTINE","features":[3,6,4,1,5,7,8,9]},{"name":"IO_COMPLETION_ROUTINE_RESULT","features":[4]},{"name":"IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CONNECT_INTERRUPT_PARAMETERS","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CONTAINER_INFORMATION_CLASS","features":[4]},{"name":"IO_CONTAINER_NOTIFICATION_CLASS","features":[4]},{"name":"IO_CSQ","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CSQ_ACQUIRE_LOCK","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CSQ_COMPLETE_CANCELED_IRP","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CSQ_INSERT_IRP","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CSQ_INSERT_IRP_EX","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CSQ_IRP_CONTEXT","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CSQ_PEEK_NEXT_IRP","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CSQ_RELEASE_LOCK","features":[3,6,4,1,5,7,8,9]},{"name":"IO_CSQ_REMOVE_IRP","features":[3,6,4,1,5,7,8,9]},{"name":"IO_DISCONNECT_INTERRUPT_PARAMETERS","features":[3,4]},{"name":"IO_DPC_ROUTINE","features":[3,6,4,1,5,7,8,9]},{"name":"IO_DRIVER_CREATE_CONTEXT","features":[3,4]},{"name":"IO_ERROR_LOG_MESSAGE","features":[4,1]},{"name":"IO_ERROR_LOG_PACKET","features":[4,1]},{"name":"IO_FOEXT_SHADOW_FILE","features":[3,6,4,1,5,7,8,9]},{"name":"IO_FOEXT_SILO_PARAMETERS","features":[3,4]},{"name":"IO_FORCE_ACCESS_CHECK","features":[4]},{"name":"IO_IGNORE_SHARE_ACCESS_CHECK","features":[4]},{"name":"IO_INTERRUPT_MESSAGE_INFO","features":[3,4]},{"name":"IO_INTERRUPT_MESSAGE_INFO_ENTRY","features":[3,4]},{"name":"IO_KEYBOARD_INCREMENT","features":[4]},{"name":"IO_MOUSE_INCREMENT","features":[4]},{"name":"IO_NOTIFICATION_EVENT_CATEGORY","features":[4]},{"name":"IO_NO_PARAMETER_CHECKING","features":[4]},{"name":"IO_PAGING_PRIORITY","features":[4]},{"name":"IO_PARALLEL_INCREMENT","features":[4]},{"name":"IO_PERSISTED_MEMORY_ENUMERATION_CALLBACK","features":[3,6,4,1,5,7,8,9]},{"name":"IO_QUERY_DEVICE_DATA_FORMAT","features":[4]},{"name":"IO_REMOUNT","features":[4]},{"name":"IO_REMOVE_LOCK","features":[3,4,1,8]},{"name":"IO_REMOVE_LOCK_COMMON_BLOCK","features":[3,4,1,8]},{"name":"IO_REMOVE_LOCK_DBG_BLOCK","features":[3,4,8]},{"name":"IO_REPARSE","features":[4]},{"name":"IO_REPARSE_GLOBAL","features":[4]},{"name":"IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS","features":[3,4]},{"name":"IO_RESOURCE_ALTERNATIVE","features":[4]},{"name":"IO_RESOURCE_DEFAULT","features":[4]},{"name":"IO_RESOURCE_DESCRIPTOR","features":[4]},{"name":"IO_RESOURCE_LIST","features":[4]},{"name":"IO_RESOURCE_PREFERRED","features":[4]},{"name":"IO_RESOURCE_REQUIREMENTS_LIST","features":[4]},{"name":"IO_SERIAL_INCREMENT","features":[4]},{"name":"IO_SESSION_CONNECT_INFO","features":[4,1]},{"name":"IO_SESSION_EVENT","features":[4]},{"name":"IO_SESSION_MAX_PAYLOAD_SIZE","features":[4]},{"name":"IO_SESSION_NOTIFICATION_FUNCTION","features":[4,1]},{"name":"IO_SESSION_STATE","features":[4]},{"name":"IO_SESSION_STATE_ALL_EVENTS","features":[4]},{"name":"IO_SESSION_STATE_CONNECT_EVENT","features":[4]},{"name":"IO_SESSION_STATE_CREATION_EVENT","features":[4]},{"name":"IO_SESSION_STATE_DISCONNECT_EVENT","features":[4]},{"name":"IO_SESSION_STATE_INFORMATION","features":[4,1]},{"name":"IO_SESSION_STATE_LOGOFF_EVENT","features":[4]},{"name":"IO_SESSION_STATE_LOGON_EVENT","features":[4]},{"name":"IO_SESSION_STATE_NOTIFICATION","features":[4]},{"name":"IO_SESSION_STATE_TERMINATION_EVENT","features":[4]},{"name":"IO_SESSION_STATE_VALID_EVENT_MASK","features":[4]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FLAGS_MASK","features":[4]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FROM_PROCESS","features":[4]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FROM_THREAD","features":[4]},{"name":"IO_SHARE_ACCESS_NON_PRIMARY_STREAM","features":[4]},{"name":"IO_SHARE_ACCESS_NO_WRITE_PERMISSION","features":[4]},{"name":"IO_SOUND_INCREMENT","features":[4]},{"name":"IO_STATUS_BLOCK32","features":[4,1]},{"name":"IO_STATUS_BLOCK64","features":[4,1]},{"name":"IO_TIMER_ROUTINE","features":[3,6,4,1,5,7,8,9]},{"name":"IO_TYPE_ADAPTER","features":[4]},{"name":"IO_TYPE_CONTROLLER","features":[4]},{"name":"IO_TYPE_CSQ","features":[4]},{"name":"IO_TYPE_CSQ_EX","features":[4]},{"name":"IO_TYPE_CSQ_IRP_CONTEXT","features":[4]},{"name":"IO_TYPE_DEVICE","features":[4]},{"name":"IO_TYPE_DEVICE_OBJECT_EXTENSION","features":[4]},{"name":"IO_TYPE_DRIVER","features":[4]},{"name":"IO_TYPE_ERROR_LOG","features":[4]},{"name":"IO_TYPE_ERROR_MESSAGE","features":[4]},{"name":"IO_TYPE_FILE","features":[4]},{"name":"IO_TYPE_IORING","features":[4]},{"name":"IO_TYPE_IRP","features":[4]},{"name":"IO_TYPE_MASTER_ADAPTER","features":[4]},{"name":"IO_TYPE_OPEN_PACKET","features":[4]},{"name":"IO_TYPE_TIMER","features":[4]},{"name":"IO_TYPE_VPB","features":[4]},{"name":"IO_VIDEO_INCREMENT","features":[4]},{"name":"IO_WORKITEM_ROUTINE","features":[3,6,4,1,5,7,8,9]},{"name":"IO_WORKITEM_ROUTINE_EX","features":[3,4]},{"name":"IPF_SAL_RECORD_SECTION_GUID","features":[4]},{"name":"IPI_LEVEL","features":[4]},{"name":"IPMI_MSR_DUMP_SECTION_GUID","features":[4]},{"name":"IRP_ALLOCATED_FIXED_SIZE","features":[4]},{"name":"IRP_ALLOCATED_MUST_SUCCEED","features":[4]},{"name":"IRP_ASSOCIATED_IRP","features":[4]},{"name":"IRP_BUFFERED_IO","features":[4]},{"name":"IRP_CLOSE_OPERATION","features":[4]},{"name":"IRP_CREATE_OPERATION","features":[4]},{"name":"IRP_DEALLOCATE_BUFFER","features":[4]},{"name":"IRP_DEFER_IO_COMPLETION","features":[4]},{"name":"IRP_HOLD_DEVICE_QUEUE","features":[4]},{"name":"IRP_INPUT_OPERATION","features":[4]},{"name":"IRP_LOOKASIDE_ALLOCATION","features":[4]},{"name":"IRP_MJ_CLEANUP","features":[4]},{"name":"IRP_MJ_CLOSE","features":[4]},{"name":"IRP_MJ_CREATE","features":[4]},{"name":"IRP_MJ_CREATE_MAILSLOT","features":[4]},{"name":"IRP_MJ_CREATE_NAMED_PIPE","features":[4]},{"name":"IRP_MJ_DEVICE_CHANGE","features":[4]},{"name":"IRP_MJ_DEVICE_CONTROL","features":[4]},{"name":"IRP_MJ_DIRECTORY_CONTROL","features":[4]},{"name":"IRP_MJ_FILE_SYSTEM_CONTROL","features":[4]},{"name":"IRP_MJ_FLUSH_BUFFERS","features":[4]},{"name":"IRP_MJ_INTERNAL_DEVICE_CONTROL","features":[4]},{"name":"IRP_MJ_LOCK_CONTROL","features":[4]},{"name":"IRP_MJ_MAXIMUM_FUNCTION","features":[4]},{"name":"IRP_MJ_PNP","features":[4]},{"name":"IRP_MJ_PNP_POWER","features":[4]},{"name":"IRP_MJ_POWER","features":[4]},{"name":"IRP_MJ_QUERY_EA","features":[4]},{"name":"IRP_MJ_QUERY_INFORMATION","features":[4]},{"name":"IRP_MJ_QUERY_QUOTA","features":[4]},{"name":"IRP_MJ_QUERY_SECURITY","features":[4]},{"name":"IRP_MJ_QUERY_VOLUME_INFORMATION","features":[4]},{"name":"IRP_MJ_READ","features":[4]},{"name":"IRP_MJ_SCSI","features":[4]},{"name":"IRP_MJ_SET_EA","features":[4]},{"name":"IRP_MJ_SET_INFORMATION","features":[4]},{"name":"IRP_MJ_SET_QUOTA","features":[4]},{"name":"IRP_MJ_SET_SECURITY","features":[4]},{"name":"IRP_MJ_SET_VOLUME_INFORMATION","features":[4]},{"name":"IRP_MJ_SHUTDOWN","features":[4]},{"name":"IRP_MJ_SYSTEM_CONTROL","features":[4]},{"name":"IRP_MJ_WRITE","features":[4]},{"name":"IRP_MN_CANCEL_REMOVE_DEVICE","features":[4]},{"name":"IRP_MN_CANCEL_STOP_DEVICE","features":[4]},{"name":"IRP_MN_CHANGE_SINGLE_INSTANCE","features":[4]},{"name":"IRP_MN_CHANGE_SINGLE_ITEM","features":[4]},{"name":"IRP_MN_COMPLETE","features":[4]},{"name":"IRP_MN_COMPRESSED","features":[4]},{"name":"IRP_MN_DEVICE_ENUMERATED","features":[4]},{"name":"IRP_MN_DEVICE_USAGE_NOTIFICATION","features":[4]},{"name":"IRP_MN_DISABLE_COLLECTION","features":[4]},{"name":"IRP_MN_DISABLE_EVENTS","features":[4]},{"name":"IRP_MN_DPC","features":[4]},{"name":"IRP_MN_EJECT","features":[4]},{"name":"IRP_MN_ENABLE_COLLECTION","features":[4]},{"name":"IRP_MN_ENABLE_EVENTS","features":[4]},{"name":"IRP_MN_EXECUTE_METHOD","features":[4]},{"name":"IRP_MN_FILTER_RESOURCE_REQUIREMENTS","features":[4]},{"name":"IRP_MN_FLUSH_AND_PURGE","features":[4]},{"name":"IRP_MN_FLUSH_DATA_ONLY","features":[4]},{"name":"IRP_MN_FLUSH_DATA_SYNC_ONLY","features":[4]},{"name":"IRP_MN_FLUSH_NO_SYNC","features":[4]},{"name":"IRP_MN_KERNEL_CALL","features":[4]},{"name":"IRP_MN_LOAD_FILE_SYSTEM","features":[4]},{"name":"IRP_MN_LOCK","features":[4]},{"name":"IRP_MN_MDL","features":[4]},{"name":"IRP_MN_MOUNT_VOLUME","features":[4]},{"name":"IRP_MN_NORMAL","features":[4]},{"name":"IRP_MN_NOTIFY_CHANGE_DIRECTORY","features":[4]},{"name":"IRP_MN_NOTIFY_CHANGE_DIRECTORY_EX","features":[4]},{"name":"IRP_MN_POWER_SEQUENCE","features":[4]},{"name":"IRP_MN_QUERY_ALL_DATA","features":[4]},{"name":"IRP_MN_QUERY_BUS_INFORMATION","features":[4]},{"name":"IRP_MN_QUERY_CAPABILITIES","features":[4]},{"name":"IRP_MN_QUERY_DEVICE_RELATIONS","features":[4]},{"name":"IRP_MN_QUERY_DEVICE_TEXT","features":[4]},{"name":"IRP_MN_QUERY_DIRECTORY","features":[4]},{"name":"IRP_MN_QUERY_ID","features":[4]},{"name":"IRP_MN_QUERY_INTERFACE","features":[4]},{"name":"IRP_MN_QUERY_LEGACY_BUS_INFORMATION","features":[4]},{"name":"IRP_MN_QUERY_PNP_DEVICE_STATE","features":[4]},{"name":"IRP_MN_QUERY_POWER","features":[4]},{"name":"IRP_MN_QUERY_REMOVE_DEVICE","features":[4]},{"name":"IRP_MN_QUERY_RESOURCES","features":[4]},{"name":"IRP_MN_QUERY_RESOURCE_REQUIREMENTS","features":[4]},{"name":"IRP_MN_QUERY_SINGLE_INSTANCE","features":[4]},{"name":"IRP_MN_QUERY_STOP_DEVICE","features":[4]},{"name":"IRP_MN_READ_CONFIG","features":[4]},{"name":"IRP_MN_REGINFO","features":[4]},{"name":"IRP_MN_REGINFO_EX","features":[4]},{"name":"IRP_MN_REMOVE_DEVICE","features":[4]},{"name":"IRP_MN_SCSI_CLASS","features":[4]},{"name":"IRP_MN_SET_LOCK","features":[4]},{"name":"IRP_MN_SET_POWER","features":[4]},{"name":"IRP_MN_START_DEVICE","features":[4]},{"name":"IRP_MN_STOP_DEVICE","features":[4]},{"name":"IRP_MN_SURPRISE_REMOVAL","features":[4]},{"name":"IRP_MN_TRACK_LINK","features":[4]},{"name":"IRP_MN_UNLOCK_ALL","features":[4]},{"name":"IRP_MN_UNLOCK_ALL_BY_KEY","features":[4]},{"name":"IRP_MN_UNLOCK_SINGLE","features":[4]},{"name":"IRP_MN_USER_FS_REQUEST","features":[4]},{"name":"IRP_MN_VERIFY_VOLUME","features":[4]},{"name":"IRP_MN_WAIT_WAKE","features":[4]},{"name":"IRP_MN_WRITE_CONFIG","features":[4]},{"name":"IRP_MOUNT_COMPLETION","features":[4]},{"name":"IRP_NOCACHE","features":[4]},{"name":"IRP_OB_QUERY_NAME","features":[4]},{"name":"IRP_PAGING_IO","features":[4]},{"name":"IRP_QUOTA_CHARGED","features":[4]},{"name":"IRP_READ_OPERATION","features":[4]},{"name":"IRP_SYNCHRONOUS_API","features":[4]},{"name":"IRP_SYNCHRONOUS_PAGING_IO","features":[4]},{"name":"IRP_UM_DRIVER_INITIATED_IO","features":[4]},{"name":"IRP_WRITE_OPERATION","features":[4]},{"name":"IRQ_DEVICE_POLICY","features":[4]},{"name":"IRQ_GROUP_POLICY","features":[4]},{"name":"IRQ_PRIORITY","features":[4]},{"name":"InACriticalArrayControl","features":[4]},{"name":"InAFailedArrayControl","features":[4]},{"name":"IndicatorBlink","features":[4]},{"name":"IndicatorOff","features":[4]},{"name":"IndicatorOn","features":[4]},{"name":"InitiateReset","features":[4]},{"name":"InstallStateFailedInstall","features":[4]},{"name":"InstallStateFinishInstall","features":[4]},{"name":"InstallStateInstalled","features":[4]},{"name":"InstallStateNeedsReinstall","features":[4]},{"name":"IntelCacheData","features":[4]},{"name":"IntelCacheInstruction","features":[4]},{"name":"IntelCacheNull","features":[4]},{"name":"IntelCacheRam","features":[4]},{"name":"IntelCacheTrace","features":[4]},{"name":"IntelCacheUnified","features":[4]},{"name":"InterfaceTypeUndefined","features":[4]},{"name":"Internal","features":[4]},{"name":"InternalPowerBus","features":[4]},{"name":"InterruptActiveBoth","features":[4]},{"name":"InterruptActiveBothTriggerHigh","features":[4]},{"name":"InterruptActiveBothTriggerLow","features":[4]},{"name":"InterruptActiveHigh","features":[4]},{"name":"InterruptActiveLow","features":[4]},{"name":"InterruptFallingEdge","features":[4]},{"name":"InterruptPolarityUnknown","features":[4]},{"name":"InterruptRisingEdge","features":[4]},{"name":"InvalidDeviceTypeControl","features":[4]},{"name":"IoAcquireCancelSpinLock","features":[4]},{"name":"IoAcquireKsrPersistentMemory","features":[3,6,4,1,5,7,8,9]},{"name":"IoAcquireKsrPersistentMemoryEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoAcquireRemoveLockEx","features":[3,4,1,8]},{"name":"IoAllocateAdapterChannel","features":[3,6,4,1,5,35,7,8,9]},{"name":"IoAllocateController","features":[3,6,4,1,5,7,8,9]},{"name":"IoAllocateDriverObjectExtension","features":[3,6,4,1,5,7,8,9]},{"name":"IoAllocateErrorLogEntry","features":[4]},{"name":"IoAllocateIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoAllocateIrpEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoAllocateMdl","features":[3,6,4,1,5,7,8,9]},{"name":"IoAllocateSfioStreamIdentifier","features":[3,6,4,1,5,7,8,9]},{"name":"IoAllocateWorkItem","features":[3,6,4,1,5,7,8,9]},{"name":"IoAssignResources","features":[3,6,4,1,5,7,8,9]},{"name":"IoAttachDevice","features":[3,6,4,1,5,7,8,9]},{"name":"IoAttachDeviceByPointer","features":[3,6,4,1,5,7,8,9]},{"name":"IoAttachDeviceToDeviceStack","features":[3,6,4,1,5,7,8,9]},{"name":"IoAttachDeviceToDeviceStackSafe","features":[3,6,4,1,5,7,8,9]},{"name":"IoBuildAsynchronousFsdRequest","features":[3,6,4,1,5,7,8,9]},{"name":"IoBuildDeviceIoControlRequest","features":[3,6,4,1,5,7,8,9]},{"name":"IoBuildPartialMdl","features":[3,4]},{"name":"IoBuildSynchronousFsdRequest","features":[3,6,4,1,5,7,8,9]},{"name":"IoCancelFileOpen","features":[3,6,4,1,5,7,8,9]},{"name":"IoCancelIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoCheckLinkShareAccess","features":[3,6,4,1,5,7,8,9]},{"name":"IoCheckShareAccess","features":[3,6,4,1,5,7,8,9]},{"name":"IoCheckShareAccessEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoCleanupIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoClearActivityIdThread","features":[4]},{"name":"IoClearIrpExtraCreateParameter","features":[3,6,4,1,5,7,8,9]},{"name":"IoConnectInterrupt","features":[3,4,1]},{"name":"IoConnectInterruptEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoCreateController","features":[3,4,1,8]},{"name":"IoCreateDevice","features":[3,6,4,1,5,7,8,9]},{"name":"IoCreateDisk","features":[3,6,4,1,5,7,23,8,9]},{"name":"IoCreateFile","features":[3,4,1,5,7]},{"name":"IoCreateFileEx","features":[3,4,1,5,7]},{"name":"IoCreateFileSpecifyDeviceObjectHint","features":[3,4,1,5,7]},{"name":"IoCreateNotificationEvent","features":[3,4,1,8]},{"name":"IoCreateSymbolicLink","features":[4,1]},{"name":"IoCreateSynchronizationEvent","features":[3,4,1,8]},{"name":"IoCreateSystemThread","features":[3,4,1,5,36]},{"name":"IoCreateUnprotectedSymbolicLink","features":[4,1]},{"name":"IoCsqInitialize","features":[3,6,4,1,5,7,8,9]},{"name":"IoCsqInitializeEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoCsqInsertIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoCsqInsertIrpEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoCsqRemoveIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoCsqRemoveNextIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoDecrementKeepAliveCount","features":[3,6,4,1,5,7,8,9]},{"name":"IoDeleteController","features":[3,4,1,8]},{"name":"IoDeleteDevice","features":[3,6,4,1,5,7,8,9]},{"name":"IoDeleteSymbolicLink","features":[4,1]},{"name":"IoDetachDevice","features":[3,6,4,1,5,7,8,9]},{"name":"IoDisconnectInterrupt","features":[3,4]},{"name":"IoDisconnectInterruptEx","features":[3,4]},{"name":"IoEnumerateKsrPersistentMemoryEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoFlushAdapterBuffers","features":[3,4,1,35]},{"name":"IoForwardIrpSynchronously","features":[3,6,4,1,5,7,8,9]},{"name":"IoFreeAdapterChannel","features":[4,35]},{"name":"IoFreeController","features":[3,4,1,8]},{"name":"IoFreeErrorLogEntry","features":[4]},{"name":"IoFreeIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoFreeKsrPersistentMemory","features":[4,1]},{"name":"IoFreeMapRegisters","features":[4,35]},{"name":"IoFreeMdl","features":[3,4]},{"name":"IoFreeSfioStreamIdentifier","features":[3,6,4,1,5,7,8,9]},{"name":"IoFreeWorkItem","features":[3,4]},{"name":"IoGetActivityIdIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetActivityIdThread","features":[4]},{"name":"IoGetAffinityInterrupt","features":[3,4,1,34]},{"name":"IoGetAttachedDeviceReference","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetBootDiskInformation","features":[4,1]},{"name":"IoGetBootDiskInformationLite","features":[4,1]},{"name":"IoGetConfigurationInformation","features":[4,1]},{"name":"IoGetContainerInformation","features":[4,1]},{"name":"IoGetCurrentProcess","features":[3,4]},{"name":"IoGetDeviceDirectory","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetDeviceInterfaceAlias","features":[4,1]},{"name":"IoGetDeviceInterfacePropertyData","features":[4,37,1]},{"name":"IoGetDeviceInterfaces","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetDeviceNumaNode","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetDeviceObjectPointer","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetDeviceProperty","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetDevicePropertyData","features":[3,6,4,37,1,5,7,8,9]},{"name":"IoGetDmaAdapter","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetDriverDirectory","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetDriverObjectExtension","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetFileObjectGenericMapping","features":[4,5]},{"name":"IoGetFsZeroingOffset","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetInitialStack","features":[4]},{"name":"IoGetInitiatorProcess","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetIoAttributionHandle","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetIoPriorityHint","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetIommuInterface","features":[4,1]},{"name":"IoGetIommuInterfaceEx","features":[4,1]},{"name":"IoGetIrpExtraCreateParameter","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetPagingIoPriority","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetRelatedDeviceObject","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetSfioStreamIdentifier","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetSilo","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetSiloParameters","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetStackLimits","features":[4]},{"name":"IoGetTopLevelIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoGetTransactionParameterBlock","features":[3,6,4,1,5,7,8,9]},{"name":"IoIncrementKeepAliveCount","features":[3,6,4,1,5,7,8,9]},{"name":"IoInitializeIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoInitializeIrpEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoInitializeRemoveLockEx","features":[3,4,1,8]},{"name":"IoInitializeTimer","features":[3,6,4,1,5,7,8,9]},{"name":"IoInitializeWorkItem","features":[3,4]},{"name":"IoInvalidateDeviceRelations","features":[3,6,4,1,5,7,8,9]},{"name":"IoInvalidateDeviceState","features":[3,6,4,1,5,7,8,9]},{"name":"IoIs32bitProcess","features":[3,6,4,1,5,7,8,9]},{"name":"IoIsFileObjectIgnoringSharing","features":[3,6,4,1,5,7,8,9]},{"name":"IoIsFileOriginRemote","features":[3,6,4,1,5,7,8,9]},{"name":"IoIsInitiator32bitProcess","features":[3,6,4,1,5,7,8,9]},{"name":"IoIsValidIrpStatus","features":[4,1]},{"name":"IoIsWdmVersionAvailable","features":[4,1]},{"name":"IoMakeAssociatedIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoMakeAssociatedIrpEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoMapTransfer","features":[3,4,1,35]},{"name":"IoMaxContainerInformationClass","features":[4]},{"name":"IoMaxContainerNotificationClass","features":[4]},{"name":"IoModifyAccess","features":[4]},{"name":"IoOpenDeviceInterfaceRegistryKey","features":[4,1]},{"name":"IoOpenDeviceRegistryKey","features":[3,6,4,1,5,7,8,9]},{"name":"IoOpenDriverRegistryKey","features":[3,6,4,1,5,7,8,9]},{"name":"IoPagingPriorityHigh","features":[4]},{"name":"IoPagingPriorityInvalid","features":[4]},{"name":"IoPagingPriorityNormal","features":[4]},{"name":"IoPagingPriorityReserved1","features":[4]},{"name":"IoPagingPriorityReserved2","features":[4]},{"name":"IoPropagateActivityIdToThread","features":[3,6,4,1,5,7,8,9]},{"name":"IoQueryDeviceComponentInformation","features":[4]},{"name":"IoQueryDeviceConfigurationData","features":[4]},{"name":"IoQueryDeviceDescription","features":[4,1]},{"name":"IoQueryDeviceIdentifier","features":[4]},{"name":"IoQueryDeviceMaxData","features":[4]},{"name":"IoQueryFullDriverPath","features":[3,6,4,1,5,7,8,9]},{"name":"IoQueryInformationByName","features":[3,6,4,1,5,7]},{"name":"IoQueryKsrPersistentMemorySize","features":[3,6,4,1,5,7,8,9]},{"name":"IoQueryKsrPersistentMemorySizeEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoQueueWorkItem","features":[3,4]},{"name":"IoQueueWorkItemEx","features":[3,4]},{"name":"IoRaiseHardError","features":[3,6,4,1,5,7,8,9]},{"name":"IoRaiseInformationalHardError","features":[3,4,1]},{"name":"IoReadAccess","features":[4]},{"name":"IoReadDiskSignature","features":[3,6,4,1,5,7,8,9]},{"name":"IoReadPartitionTable","features":[3,6,4,1,5,7,23,8,9]},{"name":"IoReadPartitionTableEx","features":[3,6,4,1,5,7,23,8,9]},{"name":"IoRecordIoAttribution","features":[4,1]},{"name":"IoRegisterBootDriverCallback","features":[4]},{"name":"IoRegisterBootDriverReinitialization","features":[3,6,4,1,5,7,8,9]},{"name":"IoRegisterContainerNotification","features":[4,1]},{"name":"IoRegisterDeviceInterface","features":[3,6,4,1,5,7,8,9]},{"name":"IoRegisterDriverReinitialization","features":[3,6,4,1,5,7,8,9]},{"name":"IoRegisterLastChanceShutdownNotification","features":[3,6,4,1,5,7,8,9]},{"name":"IoRegisterPlugPlayNotification","features":[3,6,4,1,5,7,8,9]},{"name":"IoRegisterShutdownNotification","features":[3,6,4,1,5,7,8,9]},{"name":"IoReleaseCancelSpinLock","features":[4]},{"name":"IoReleaseRemoveLockAndWaitEx","features":[3,4,1,8]},{"name":"IoReleaseRemoveLockEx","features":[3,4,1,8]},{"name":"IoRemoveLinkShareAccess","features":[3,6,4,1,5,7,8,9]},{"name":"IoRemoveLinkShareAccessEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoRemoveShareAccess","features":[3,6,4,1,5,7,8,9]},{"name":"IoReplacePartitionUnit","features":[3,6,4,1,5,7,8,9]},{"name":"IoReportDetectedDevice","features":[3,6,4,1,5,7,8,9]},{"name":"IoReportInterruptActive","features":[3,4]},{"name":"IoReportInterruptInactive","features":[3,4]},{"name":"IoReportResourceForDetection","features":[3,6,4,1,5,7,8,9]},{"name":"IoReportResourceUsage","features":[3,6,4,1,5,7,8,9]},{"name":"IoReportRootDevice","features":[3,6,4,1,5,7,8,9]},{"name":"IoReportTargetDeviceChange","features":[3,6,4,1,5,7,8,9]},{"name":"IoReportTargetDeviceChangeAsynchronous","features":[3,6,4,1,5,7,8,9]},{"name":"IoRequestDeviceEject","features":[3,6,4,1,5,7,8,9]},{"name":"IoRequestDeviceEjectEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoReserveKsrPersistentMemory","features":[3,6,4,1,5,7,8,9]},{"name":"IoReserveKsrPersistentMemoryEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoReuseIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoSessionEventConnected","features":[4]},{"name":"IoSessionEventCreated","features":[4]},{"name":"IoSessionEventDisconnected","features":[4]},{"name":"IoSessionEventIgnore","features":[4]},{"name":"IoSessionEventLogoff","features":[4]},{"name":"IoSessionEventLogon","features":[4]},{"name":"IoSessionEventMax","features":[4]},{"name":"IoSessionEventTerminated","features":[4]},{"name":"IoSessionStateConnected","features":[4]},{"name":"IoSessionStateCreated","features":[4]},{"name":"IoSessionStateDisconnected","features":[4]},{"name":"IoSessionStateDisconnectedLoggedOn","features":[4]},{"name":"IoSessionStateInformation","features":[4]},{"name":"IoSessionStateInitialized","features":[4]},{"name":"IoSessionStateLoggedOff","features":[4]},{"name":"IoSessionStateLoggedOn","features":[4]},{"name":"IoSessionStateMax","features":[4]},{"name":"IoSessionStateNotification","features":[4]},{"name":"IoSessionStateTerminated","features":[4]},{"name":"IoSetActivityIdIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetActivityIdThread","features":[4]},{"name":"IoSetCompletionRoutineEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetDeviceInterfacePropertyData","features":[4,1]},{"name":"IoSetDeviceInterfaceState","features":[4,1]},{"name":"IoSetDevicePropertyData","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetFileObjectIgnoreSharing","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetFileOrigin","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetFsZeroingOffset","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetFsZeroingOffsetRequired","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetHardErrorOrVerifyDevice","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetIoAttributionIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetIoPriorityHint","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetIrpExtraCreateParameter","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetLinkShareAccess","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetMasterIrpStatus","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetPartitionInformation","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetPartitionInformationEx","features":[3,6,4,1,5,7,23,8,9]},{"name":"IoSetShareAccess","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetShareAccessEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetStartIoAttributes","features":[3,6,4,1,5,7,8,9]},{"name":"IoSetSystemPartition","features":[4,1]},{"name":"IoSetThreadHardErrorMode","features":[4,1]},{"name":"IoSetTopLevelIrp","features":[3,6,4,1,5,7,8,9]},{"name":"IoSizeOfIrpEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoSizeofWorkItem","features":[4]},{"name":"IoStartNextPacket","features":[3,6,4,1,5,7,8,9]},{"name":"IoStartNextPacketByKey","features":[3,6,4,1,5,7,8,9]},{"name":"IoStartPacket","features":[3,6,4,1,5,7,8,9]},{"name":"IoStartTimer","features":[3,6,4,1,5,7,8,9]},{"name":"IoStopTimer","features":[3,6,4,1,5,7,8,9]},{"name":"IoSynchronousCallDriver","features":[3,6,4,1,5,7,8,9]},{"name":"IoTransferActivityId","features":[4]},{"name":"IoTranslateBusAddress","features":[4,1]},{"name":"IoTryQueueWorkItem","features":[3,4,1]},{"name":"IoUninitializeWorkItem","features":[3,4]},{"name":"IoUnregisterBootDriverCallback","features":[4]},{"name":"IoUnregisterContainerNotification","features":[4]},{"name":"IoUnregisterPlugPlayNotification","features":[4,1]},{"name":"IoUnregisterPlugPlayNotificationEx","features":[4,1]},{"name":"IoUnregisterShutdownNotification","features":[3,6,4,1,5,7,8,9]},{"name":"IoUpdateLinkShareAccess","features":[3,6,4,1,5,7,8,9]},{"name":"IoUpdateLinkShareAccessEx","features":[3,6,4,1,5,7,8,9]},{"name":"IoUpdateShareAccess","features":[3,6,4,1,5,7,8,9]},{"name":"IoValidateDeviceIoControlAccess","features":[3,6,4,1,5,7,8,9]},{"name":"IoVerifyPartitionTable","features":[3,6,4,1,5,7,8,9]},{"name":"IoVolumeDeviceNameToGuid","features":[4,1]},{"name":"IoVolumeDeviceNameToGuidPath","features":[4,1]},{"name":"IoVolumeDeviceToDosName","features":[4,1]},{"name":"IoVolumeDeviceToGuid","features":[4,1]},{"name":"IoVolumeDeviceToGuidPath","features":[4,1]},{"name":"IoWMIAllocateInstanceIds","features":[4,1]},{"name":"IoWMIDeviceObjectToInstanceName","features":[3,6,4,1,5,7,8,9]},{"name":"IoWMIExecuteMethod","features":[4,1]},{"name":"IoWMIHandleToInstanceName","features":[4,1]},{"name":"IoWMIOpenBlock","features":[4,1]},{"name":"IoWMIQueryAllData","features":[4,1]},{"name":"IoWMIQueryAllDataMultiple","features":[4,1]},{"name":"IoWMIQuerySingleInstance","features":[4,1]},{"name":"IoWMIQuerySingleInstanceMultiple","features":[4,1]},{"name":"IoWMIRegistrationControl","features":[3,6,4,1,5,7,8,9]},{"name":"IoWMISetNotificationCallback","features":[4,1]},{"name":"IoWMISetSingleInstance","features":[4,1]},{"name":"IoWMISetSingleItem","features":[4,1]},{"name":"IoWMISuggestInstanceName","features":[3,6,4,1,5,7,8,9]},{"name":"IoWMIWriteEvent","features":[4,1]},{"name":"IoWithinStackLimits","features":[4]},{"name":"IoWriteAccess","features":[4]},{"name":"IoWriteErrorLogEntry","features":[4]},{"name":"IoWriteKsrPersistentMemory","features":[4,1]},{"name":"IoWritePartitionTable","features":[3,6,4,1,5,7,23,8,9]},{"name":"IoWritePartitionTableEx","features":[3,6,4,1,5,7,23,8,9]},{"name":"IofCallDriver","features":[3,6,4,1,5,7,8,9]},{"name":"IofCompleteRequest","features":[3,6,4,1,5,7,8,9]},{"name":"IommuDeviceCreationConfigTypeAcpi","features":[4]},{"name":"IommuDeviceCreationConfigTypeDeviceId","features":[4]},{"name":"IommuDeviceCreationConfigTypeMax","features":[4]},{"name":"IommuDeviceCreationConfigTypeNone","features":[4]},{"name":"IommuDmaLogicalAllocatorBuddy","features":[4]},{"name":"IommuDmaLogicalAllocatorMax","features":[4]},{"name":"IommuDmaLogicalAllocatorNone","features":[4]},{"name":"IrqPolicyAllCloseProcessors","features":[4]},{"name":"IrqPolicyAllProcessorsInMachine","features":[4]},{"name":"IrqPolicyAllProcessorsInMachineWhenSteered","features":[4]},{"name":"IrqPolicyMachineDefault","features":[4]},{"name":"IrqPolicyOneCloseProcessor","features":[4]},{"name":"IrqPolicySpecifiedProcessors","features":[4]},{"name":"IrqPolicySpreadMessagesAcrossAllProcessors","features":[4]},{"name":"IrqPriorityHigh","features":[4]},{"name":"IrqPriorityLow","features":[4]},{"name":"IrqPriorityNormal","features":[4]},{"name":"IrqPriorityUndefined","features":[4]},{"name":"Isa","features":[4]},{"name":"IsochCommand","features":[4]},{"name":"IsochStatus","features":[4]},{"name":"KADDRESS_BASE","features":[4]},{"name":"KADDRESS_RANGE","features":[4]},{"name":"KADDRESS_RANGE_DESCRIPTOR","features":[4]},{"name":"KAPC","features":[4,1,8]},{"name":"KBUGCHECK_ADD_PAGES","features":[4]},{"name":"KBUGCHECK_BUFFER_DUMP_STATE","features":[4]},{"name":"KBUGCHECK_CALLBACK_REASON","features":[4]},{"name":"KBUGCHECK_CALLBACK_RECORD","features":[4,8]},{"name":"KBUGCHECK_CALLBACK_ROUTINE","features":[4]},{"name":"KBUGCHECK_DUMP_IO","features":[4]},{"name":"KBUGCHECK_DUMP_IO_TYPE","features":[4]},{"name":"KBUGCHECK_REASON_CALLBACK_RECORD","features":[4,8]},{"name":"KBUGCHECK_REASON_CALLBACK_ROUTINE","features":[4,8]},{"name":"KBUGCHECK_REMOVE_PAGES","features":[4]},{"name":"KBUGCHECK_SECONDARY_DUMP_DATA","features":[4]},{"name":"KBUGCHECK_SECONDARY_DUMP_DATA_EX","features":[4]},{"name":"KBUGCHECK_TRIAGE_DUMP_DATA","features":[4,8]},{"name":"KB_ADD_PAGES_FLAG_ADDITIONAL_RANGES_EXIST","features":[4]},{"name":"KB_ADD_PAGES_FLAG_PHYSICAL_ADDRESS","features":[4]},{"name":"KB_ADD_PAGES_FLAG_VIRTUAL_ADDRESS","features":[4]},{"name":"KB_REMOVE_PAGES_FLAG_ADDITIONAL_RANGES_EXIST","features":[4]},{"name":"KB_REMOVE_PAGES_FLAG_PHYSICAL_ADDRESS","features":[4]},{"name":"KB_REMOVE_PAGES_FLAG_VIRTUAL_ADDRESS","features":[4]},{"name":"KB_SECONDARY_DATA_FLAG_ADDITIONAL_DATA","features":[4]},{"name":"KB_SECONDARY_DATA_FLAG_NO_DEVICE_ACCESS","features":[4]},{"name":"KB_TRIAGE_DUMP_DATA_FLAG_BUGCHECK_ACTIVE","features":[4]},{"name":"KDEFERRED_ROUTINE","features":[3,4,8]},{"name":"KDEVICE_QUEUE_ENTRY","features":[4,1,8]},{"name":"KDPC_IMPORTANCE","features":[4]},{"name":"KDPC_WATCHDOG_INFORMATION","features":[4]},{"name":"KD_CALLBACK_ACTION","features":[4]},{"name":"KD_NAMESPACE_ENUM","features":[4]},{"name":"KD_OPTION","features":[4]},{"name":"KD_OPTION_SET_BLOCK_ENABLE","features":[4]},{"name":"KENCODED_TIMER_PROCESSOR","features":[4]},{"name":"KERNEL_LARGE_STACK_COMMIT","features":[4]},{"name":"KERNEL_LARGE_STACK_SIZE","features":[4]},{"name":"KERNEL_MCA_EXCEPTION_STACK_SIZE","features":[4]},{"name":"KERNEL_SOFT_RESTART_NOTIFICATION","features":[4]},{"name":"KERNEL_SOFT_RESTART_NOTIFICATION_VERSION","features":[4]},{"name":"KERNEL_STACK_SIZE","features":[4]},{"name":"KERNEL_USER_TIMES","features":[4]},{"name":"KEY_BASIC_INFORMATION","features":[4]},{"name":"KEY_CACHED_INFORMATION","features":[4]},{"name":"KEY_CONTROL_FLAGS_INFORMATION","features":[4]},{"name":"KEY_FULL_INFORMATION","features":[4]},{"name":"KEY_LAYER_INFORMATION","features":[4]},{"name":"KEY_NAME_INFORMATION","features":[4]},{"name":"KEY_NODE_INFORMATION","features":[4]},{"name":"KEY_SET_VIRTUALIZATION_INFORMATION","features":[4]},{"name":"KEY_TRUST_INFORMATION","features":[4]},{"name":"KEY_VALUE_BASIC_INFORMATION","features":[4]},{"name":"KEY_VALUE_FULL_INFORMATION","features":[4]},{"name":"KEY_VALUE_LAYER_INFORMATION","features":[4]},{"name":"KEY_VALUE_PARTIAL_INFORMATION","features":[4]},{"name":"KEY_VALUE_PARTIAL_INFORMATION_ALIGN64","features":[4]},{"name":"KEY_VIRTUALIZATION_INFORMATION","features":[4]},{"name":"KEY_WOW64_FLAGS_INFORMATION","features":[4]},{"name":"KEY_WRITE_TIME_INFORMATION","features":[4]},{"name":"KE_MAX_TRIAGE_DUMP_DATA_MEMORY_SIZE","features":[4]},{"name":"KE_PROCESSOR_CHANGE_ADD_EXISTING","features":[4]},{"name":"KE_PROCESSOR_CHANGE_NOTIFY_CONTEXT","features":[4,1,8]},{"name":"KE_PROCESSOR_CHANGE_NOTIFY_STATE","features":[4]},{"name":"KFLOATING_SAVE","features":[4]},{"name":"KGATE","features":[3,4,1,8]},{"name":"KINTERRUPT_MODE","features":[4]},{"name":"KINTERRUPT_POLARITY","features":[4]},{"name":"KIPI_BROADCAST_WORKER","features":[4]},{"name":"KI_USER_SHARED_DATA","features":[4]},{"name":"KLOCK_QUEUE_HANDLE","features":[4]},{"name":"KMESSAGE_SERVICE_ROUTINE","features":[4,1]},{"name":"KPROFILE_SOURCE","features":[4]},{"name":"KSEMAPHORE","features":[3,4,1,8]},{"name":"KSERVICE_ROUTINE","features":[4,1]},{"name":"KSPIN_LOCK_QUEUE","features":[4]},{"name":"KSTART_ROUTINE","features":[4]},{"name":"KSYNCHRONIZE_ROUTINE","features":[4,1]},{"name":"KSYSTEM_TIME","features":[4]},{"name":"KTIMER","features":[3,4,1,8]},{"name":"KTRIAGE_DUMP_DATA_ARRAY","features":[4,8]},{"name":"KUMS_UCH_VOLATILE_BIT","features":[4]},{"name":"KUSER_SHARED_DATA","features":[4,1,32,8]},{"name":"KWAIT_CHAIN","features":[4]},{"name":"KWAIT_REASON","features":[4]},{"name":"KbCallbackAddPages","features":[4]},{"name":"KbCallbackDumpIo","features":[4]},{"name":"KbCallbackInvalid","features":[4]},{"name":"KbCallbackRemovePages","features":[4]},{"name":"KbCallbackReserved1","features":[4]},{"name":"KbCallbackReserved2","features":[4]},{"name":"KbCallbackSecondaryDumpData","features":[4]},{"name":"KbCallbackSecondaryMultiPartDumpData","features":[4]},{"name":"KbCallbackTriageDumpData","features":[4]},{"name":"KbDumpIoBody","features":[4]},{"name":"KbDumpIoComplete","features":[4]},{"name":"KbDumpIoHeader","features":[4]},{"name":"KbDumpIoInvalid","features":[4]},{"name":"KbDumpIoSecondaryData","features":[4]},{"name":"KdChangeOption","features":[4,1]},{"name":"KdConfigureDeviceAndContinue","features":[4]},{"name":"KdConfigureDeviceAndStop","features":[4]},{"name":"KdDisableDebugger","features":[4,1]},{"name":"KdEnableDebugger","features":[4,1]},{"name":"KdNameSpaceACPI","features":[4]},{"name":"KdNameSpaceAny","features":[4]},{"name":"KdNameSpaceMax","features":[4]},{"name":"KdNameSpaceNone","features":[4]},{"name":"KdNameSpacePCI","features":[4]},{"name":"KdRefreshDebuggerNotPresent","features":[4,1]},{"name":"KdSkipDeviceAndContinue","features":[4]},{"name":"KdSkipDeviceAndStop","features":[4]},{"name":"KeAcquireGuardedMutex","features":[3,4,1,8]},{"name":"KeAcquireGuardedMutexUnsafe","features":[3,4,1,8]},{"name":"KeAcquireInStackQueuedSpinLock","features":[4]},{"name":"KeAcquireInStackQueuedSpinLockAtDpcLevel","features":[4]},{"name":"KeAcquireInStackQueuedSpinLockForDpc","features":[4]},{"name":"KeAcquireInterruptSpinLock","features":[3,4]},{"name":"KeAcquireSpinLockForDpc","features":[4]},{"name":"KeAddTriageDumpDataBlock","features":[4,1,8]},{"name":"KeAreAllApcsDisabled","features":[4,1]},{"name":"KeAreApcsDisabled","features":[4,1]},{"name":"KeBugCheck","features":[4,32]},{"name":"KeBugCheckEx","features":[4,32]},{"name":"KeCancelTimer","features":[3,4,1,8]},{"name":"KeClearEvent","features":[3,4,1,8]},{"name":"KeConvertAuxiliaryCounterToPerformanceCounter","features":[4,1]},{"name":"KeConvertPerformanceCounterToAuxiliaryCounter","features":[4,1]},{"name":"KeDelayExecutionThread","features":[4,1]},{"name":"KeDeregisterBoundCallback","features":[4,1]},{"name":"KeDeregisterBugCheckCallback","features":[4,1,8]},{"name":"KeDeregisterBugCheckReasonCallback","features":[4,1,8]},{"name":"KeDeregisterNmiCallback","features":[4,1]},{"name":"KeDeregisterProcessorChangeCallback","features":[4]},{"name":"KeEnterCriticalRegion","features":[4]},{"name":"KeEnterGuardedRegion","features":[4]},{"name":"KeExpandKernelStackAndCallout","features":[4,1]},{"name":"KeExpandKernelStackAndCalloutEx","features":[4,1]},{"name":"KeFlushIoBuffers","features":[3,4,1]},{"name":"KeFlushQueuedDpcs","features":[4]},{"name":"KeFlushWriteBuffer","features":[4]},{"name":"KeGetCurrentIrql","features":[4]},{"name":"KeGetCurrentNodeNumber","features":[4]},{"name":"KeGetCurrentProcessorNumberEx","features":[4,8]},{"name":"KeGetProcessorIndexFromNumber","features":[4,8]},{"name":"KeGetProcessorNumberFromIndex","features":[4,1,8]},{"name":"KeGetRecommendedSharedDataAlignment","features":[4]},{"name":"KeInitializeCrashDumpHeader","features":[4,1]},{"name":"KeInitializeDeviceQueue","features":[3,4,1,8]},{"name":"KeInitializeDpc","features":[3,4,8]},{"name":"KeInitializeEvent","features":[3,4,1,8]},{"name":"KeInitializeGuardedMutex","features":[3,4,1,8]},{"name":"KeInitializeMutex","features":[3,4,1,8]},{"name":"KeInitializeSemaphore","features":[3,4,1,8]},{"name":"KeInitializeSpinLock","features":[4]},{"name":"KeInitializeThreadedDpc","features":[3,4,8]},{"name":"KeInitializeTimer","features":[3,4,1,8]},{"name":"KeInitializeTimerEx","features":[3,4,1,8]},{"name":"KeInitializeTriageDumpDataArray","features":[4,1,8]},{"name":"KeInsertByKeyDeviceQueue","features":[3,4,1,8]},{"name":"KeInsertDeviceQueue","features":[3,4,1,8]},{"name":"KeInsertQueueDpc","features":[3,4,1,8]},{"name":"KeInvalidateAllCaches","features":[4,1]},{"name":"KeInvalidateRangeAllCaches","features":[4]},{"name":"KeIpiGenericCall","features":[4]},{"name":"KeIsExecutingDpc","features":[4]},{"name":"KeLeaveCriticalRegion","features":[4]},{"name":"KeLeaveGuardedRegion","features":[4]},{"name":"KeProcessorAddCompleteNotify","features":[4]},{"name":"KeProcessorAddFailureNotify","features":[4]},{"name":"KeProcessorAddStartNotify","features":[4]},{"name":"KePulseEvent","features":[3,4,1,8]},{"name":"KeQueryActiveGroupCount","features":[4]},{"name":"KeQueryActiveProcessorCount","features":[4]},{"name":"KeQueryActiveProcessorCountEx","features":[4]},{"name":"KeQueryActiveProcessors","features":[4]},{"name":"KeQueryAuxiliaryCounterFrequency","features":[4,1]},{"name":"KeQueryDpcWatchdogInformation","features":[4,1]},{"name":"KeQueryGroupAffinity","features":[4]},{"name":"KeQueryHardwareCounterConfiguration","features":[4,1]},{"name":"KeQueryHighestNodeNumber","features":[4]},{"name":"KeQueryInterruptTimePrecise","features":[4]},{"name":"KeQueryLogicalProcessorRelationship","features":[4,1,8,34]},{"name":"KeQueryMaximumGroupCount","features":[4]},{"name":"KeQueryMaximumProcessorCount","features":[4]},{"name":"KeQueryMaximumProcessorCountEx","features":[4]},{"name":"KeQueryNodeActiveAffinity","features":[4,34]},{"name":"KeQueryNodeActiveAffinity2","features":[4,1,34]},{"name":"KeQueryNodeActiveProcessorCount","features":[4]},{"name":"KeQueryNodeMaximumProcessorCount","features":[4]},{"name":"KeQueryPerformanceCounter","features":[4]},{"name":"KeQueryPriorityThread","features":[3,4]},{"name":"KeQueryRuntimeThread","features":[3,4]},{"name":"KeQuerySystemTimePrecise","features":[4]},{"name":"KeQueryTimeIncrement","features":[4]},{"name":"KeQueryTotalCycleTimeThread","features":[3,4]},{"name":"KeQueryUnbiasedInterruptTime","features":[4]},{"name":"KeQueryUnbiasedInterruptTimePrecise","features":[4]},{"name":"KeReadStateEvent","features":[3,4,1,8]},{"name":"KeReadStateMutex","features":[3,4,1,8]},{"name":"KeReadStateSemaphore","features":[3,4,1,8]},{"name":"KeReadStateTimer","features":[3,4,1,8]},{"name":"KeRegisterBoundCallback","features":[4]},{"name":"KeRegisterBugCheckCallback","features":[4,1,8]},{"name":"KeRegisterBugCheckReasonCallback","features":[4,1,8]},{"name":"KeRegisterNmiCallback","features":[4,1]},{"name":"KeRegisterProcessorChangeCallback","features":[4]},{"name":"KeReleaseGuardedMutex","features":[3,4,1,8]},{"name":"KeReleaseGuardedMutexUnsafe","features":[3,4,1,8]},{"name":"KeReleaseInStackQueuedSpinLock","features":[4]},{"name":"KeReleaseInStackQueuedSpinLockForDpc","features":[4]},{"name":"KeReleaseInStackQueuedSpinLockFromDpcLevel","features":[4]},{"name":"KeReleaseInterruptSpinLock","features":[3,4]},{"name":"KeReleaseMutex","features":[3,4,1,8]},{"name":"KeReleaseSemaphore","features":[3,4,1,8]},{"name":"KeReleaseSpinLockForDpc","features":[4]},{"name":"KeRemoveByKeyDeviceQueue","features":[3,4,1,8]},{"name":"KeRemoveByKeyDeviceQueueIfBusy","features":[3,4,1,8]},{"name":"KeRemoveDeviceQueue","features":[3,4,1,8]},{"name":"KeRemoveEntryDeviceQueue","features":[3,4,1,8]},{"name":"KeRemoveQueueDpc","features":[3,4,1,8]},{"name":"KeRemoveQueueDpcEx","features":[3,4,1,8]},{"name":"KeResetEvent","features":[3,4,1,8]},{"name":"KeRestoreExtendedProcessorState","features":[4,32]},{"name":"KeRevertToUserAffinityThread","features":[4]},{"name":"KeRevertToUserAffinityThreadEx","features":[4]},{"name":"KeRevertToUserGroupAffinityThread","features":[4,34]},{"name":"KeSaveExtendedProcessorState","features":[4,1,32]},{"name":"KeSetBasePriorityThread","features":[3,4]},{"name":"KeSetCoalescableTimer","features":[3,4,1,8]},{"name":"KeSetEvent","features":[3,4,1,8]},{"name":"KeSetHardwareCounterConfiguration","features":[4,1]},{"name":"KeSetImportanceDpc","features":[3,4,8]},{"name":"KeSetPriorityThread","features":[3,4]},{"name":"KeSetSystemAffinityThread","features":[4]},{"name":"KeSetSystemAffinityThreadEx","features":[4]},{"name":"KeSetSystemGroupAffinityThread","features":[4,34]},{"name":"KeSetTargetProcessorDpc","features":[3,4,8]},{"name":"KeSetTargetProcessorDpcEx","features":[3,4,1,8]},{"name":"KeSetTimer","features":[3,4,1,8]},{"name":"KeSetTimerEx","features":[3,4,1,8]},{"name":"KeShouldYieldProcessor","features":[4]},{"name":"KeStallExecutionProcessor","features":[4]},{"name":"KeSynchronizeExecution","features":[3,4,1]},{"name":"KeTestSpinLock","features":[4,1]},{"name":"KeTryToAcquireGuardedMutex","features":[3,4,1,8]},{"name":"KeTryToAcquireSpinLockAtDpcLevel","features":[4,1]},{"name":"KeWaitForMultipleObjects","features":[3,4,1,8]},{"name":"KeWaitForSingleObject","features":[4,1]},{"name":"KeepObject","features":[4]},{"name":"KernelMode","features":[4]},{"name":"KeyboardController","features":[4]},{"name":"KeyboardPeripheral","features":[4]},{"name":"KfRaiseIrql","features":[4]},{"name":"L0sAndL1EntryDisabled","features":[4]},{"name":"L0sAndL1EntryEnabled","features":[4]},{"name":"L0sAndL1EntrySupport","features":[4]},{"name":"L0sEntryEnabled","features":[4]},{"name":"L0sEntrySupport","features":[4]},{"name":"L0s_128ns_256ns","features":[4]},{"name":"L0s_1us_2us","features":[4]},{"name":"L0s_256ns_512ns","features":[4]},{"name":"L0s_2us_4us","features":[4]},{"name":"L0s_512ns_1us","features":[4]},{"name":"L0s_64ns_128ns","features":[4]},{"name":"L0s_Above4us","features":[4]},{"name":"L0s_Below64ns","features":[4]},{"name":"L1EntryEnabled","features":[4]},{"name":"L1EntrySupport","features":[4]},{"name":"L1_16us_32us","features":[4]},{"name":"L1_1us_2us","features":[4]},{"name":"L1_2us_4us","features":[4]},{"name":"L1_32us_64us","features":[4]},{"name":"L1_4us_8us","features":[4]},{"name":"L1_8us_16us","features":[4]},{"name":"L1_Above64us","features":[4]},{"name":"L1_Below1us","features":[4]},{"name":"LEGACY_BUS_INFORMATION","features":[4]},{"name":"LINK_SHARE_ACCESS","features":[4]},{"name":"LOADER_PARTITION_INFORMATION_EX","features":[4]},{"name":"LOCK_OPERATION","features":[4]},{"name":"LOCK_QUEUE_HALTED","features":[4]},{"name":"LOCK_QUEUE_HALTED_BIT","features":[4]},{"name":"LOCK_QUEUE_OWNER","features":[4]},{"name":"LOCK_QUEUE_OWNER_BIT","features":[4]},{"name":"LOCK_QUEUE_WAIT","features":[4]},{"name":"LOCK_QUEUE_WAIT_BIT","features":[4]},{"name":"LONG_2ND_MOST_SIGNIFICANT_BIT","features":[4]},{"name":"LONG_3RD_MOST_SIGNIFICANT_BIT","features":[4]},{"name":"LONG_LEAST_SIGNIFICANT_BIT","features":[4]},{"name":"LONG_MOST_SIGNIFICANT_BIT","features":[4]},{"name":"LOWBYTE_MASK","features":[4]},{"name":"LOW_LEVEL","features":[4]},{"name":"LOW_PRIORITY","features":[4]},{"name":"LOW_REALTIME_PRIORITY","features":[4]},{"name":"LastDStateTransitionD3cold","features":[4]},{"name":"LastDStateTransitionD3hot","features":[4]},{"name":"LastDStateTransitionStatusUnknown","features":[4]},{"name":"LastDrvRtFlag","features":[4]},{"name":"Latched","features":[4]},{"name":"LevelSensitive","features":[4]},{"name":"LinePeripheral","features":[4]},{"name":"LocateControl","features":[4]},{"name":"LocationTypeFileSystem","features":[4]},{"name":"LocationTypeMaximum","features":[4]},{"name":"LocationTypeRegistry","features":[4]},{"name":"LoggerEventsLoggedClass","features":[4]},{"name":"LoggerEventsLostClass","features":[4]},{"name":"LowImportance","features":[4]},{"name":"LowPagePriority","features":[4]},{"name":"LowPoolPriority","features":[4]},{"name":"LowPoolPrioritySpecialPoolOverrun","features":[4]},{"name":"LowPoolPrioritySpecialPoolUnderrun","features":[4]},{"name":"MAILSLOT_CREATE_PARAMETERS","features":[4,1]},{"name":"MAP_REGISTER_ENTRY","features":[4,1]},{"name":"MAXIMUM_DEBUG_BARS","features":[4]},{"name":"MAXIMUM_FILENAME_LENGTH","features":[4]},{"name":"MAXIMUM_PRIORITY","features":[4]},{"name":"MAX_EVENT_COUNTERS","features":[4]},{"name":"MCA_DRIVER_INFO","features":[3,4]},{"name":"MCA_EXCEPTION","features":[4]},{"name":"MCA_EXCEPTION_TYPE","features":[4]},{"name":"MCA_EXTREG_V2MAX","features":[4]},{"name":"MCE_NOTIFY_TYPE_GUID","features":[4]},{"name":"MCG_CAP","features":[4]},{"name":"MCG_STATUS","features":[4]},{"name":"MCI_ADDR","features":[4]},{"name":"MCI_STATS","features":[4]},{"name":"MCI_STATUS","features":[4]},{"name":"MCI_STATUS_AMD_BITS","features":[4]},{"name":"MCI_STATUS_BITS_COMMON","features":[4]},{"name":"MCI_STATUS_INTEL_BITS","features":[4]},{"name":"MDL_ALLOCATED_FIXED_SIZE","features":[4]},{"name":"MDL_DESCRIBES_AWE","features":[4]},{"name":"MDL_FREE_EXTRA_PTES","features":[4]},{"name":"MDL_INTERNAL","features":[4]},{"name":"MDL_LOCKED_PAGE_TABLES","features":[4]},{"name":"MDL_PAGE_CONTENTS_INVARIANT","features":[4]},{"name":"MEMORY_CACHING_TYPE","features":[4]},{"name":"MEMORY_CACHING_TYPE_ORIG","features":[4]},{"name":"MEMORY_CORRECTABLE_ERROR_SUMMARY_SECTION_GUID","features":[4]},{"name":"MEMORY_ERROR_SECTION_GUID","features":[4]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_OPEN_INFORMATION","features":[4,1]},{"name":"MEM_COMMIT","features":[4]},{"name":"MEM_DECOMMIT","features":[4]},{"name":"MEM_DEDICATED_ATTRIBUTE_TYPE","features":[4]},{"name":"MEM_EXTENDED_PARAMETER_EC_CODE","features":[4]},{"name":"MEM_EXTENDED_PARAMETER_TYPE_BITS","features":[4]},{"name":"MEM_LARGE_PAGES","features":[4]},{"name":"MEM_MAPPED","features":[4]},{"name":"MEM_PRIVATE","features":[4]},{"name":"MEM_RELEASE","features":[4]},{"name":"MEM_RESERVE","features":[4]},{"name":"MEM_RESET","features":[4]},{"name":"MEM_RESET_UNDO","features":[4]},{"name":"MEM_SECTION_EXTENDED_PARAMETER_TYPE","features":[4]},{"name":"MEM_TOP_DOWN","features":[4]},{"name":"MM_ADD_PHYSICAL_MEMORY_ALREADY_ZEROED","features":[4]},{"name":"MM_ADD_PHYSICAL_MEMORY_HUGE_PAGES_ONLY","features":[4]},{"name":"MM_ADD_PHYSICAL_MEMORY_LARGE_PAGES_ONLY","features":[4]},{"name":"MM_ALLOCATE_AND_HOT_REMOVE","features":[4]},{"name":"MM_ALLOCATE_CONTIGUOUS_MEMORY_FAST_ONLY","features":[4]},{"name":"MM_ALLOCATE_FAST_LARGE_PAGES","features":[4]},{"name":"MM_ALLOCATE_FROM_LOCAL_NODE_ONLY","features":[4]},{"name":"MM_ALLOCATE_FULLY_REQUIRED","features":[4]},{"name":"MM_ALLOCATE_NO_WAIT","features":[4]},{"name":"MM_ALLOCATE_PREFER_CONTIGUOUS","features":[4]},{"name":"MM_ALLOCATE_REQUIRE_CONTIGUOUS_CHUNKS","features":[4]},{"name":"MM_ALLOCATE_TRIM_IF_NECESSARY","features":[4]},{"name":"MM_ANY_NODE_OK","features":[4]},{"name":"MM_COPY_ADDRESS","features":[4]},{"name":"MM_COPY_MEMORY_PHYSICAL","features":[4]},{"name":"MM_COPY_MEMORY_VIRTUAL","features":[4]},{"name":"MM_DONT_ZERO_ALLOCATION","features":[4]},{"name":"MM_DUMP_MAP_CACHED","features":[4]},{"name":"MM_DUMP_MAP_INVALIDATE","features":[4]},{"name":"MM_FREE_MDL_PAGES_ZERO","features":[4]},{"name":"MM_GET_CACHE_ATTRIBUTE_IO_SPACE","features":[4]},{"name":"MM_GET_PHYSICAL_MEMORY_RANGES_INCLUDE_ALL_PARTITIONS","features":[4]},{"name":"MM_GET_PHYSICAL_MEMORY_RANGES_INCLUDE_FILE_ONLY","features":[4]},{"name":"MM_MAPPING_ADDRESS_DIVISIBLE","features":[4]},{"name":"MM_MAXIMUM_DISK_IO_SIZE","features":[4]},{"name":"MM_MDL_PAGE_CONTENTS_STATE","features":[4]},{"name":"MM_MDL_ROUTINE","features":[4]},{"name":"MM_PAGE_PRIORITY","features":[4]},{"name":"MM_PERMANENT_ADDRESS_IS_IO_SPACE","features":[4]},{"name":"MM_PHYSICAL_ADDRESS_LIST","features":[4]},{"name":"MM_PROTECT_DRIVER_SECTION_ALLOW_UNLOAD","features":[4]},{"name":"MM_PROTECT_DRIVER_SECTION_VALID_FLAGS","features":[4]},{"name":"MM_REMOVE_PHYSICAL_MEMORY_BAD_ONLY","features":[4]},{"name":"MM_ROTATE_DIRECTION","features":[4]},{"name":"MM_SECURE_EXCLUSIVE","features":[4]},{"name":"MM_SECURE_NO_CHANGE","features":[4]},{"name":"MM_SECURE_NO_INHERIT","features":[4]},{"name":"MM_SECURE_USER_MODE_ONLY","features":[4]},{"name":"MM_SYSTEMSIZE","features":[4]},{"name":"MM_SYSTEM_SPACE_END","features":[4]},{"name":"MM_SYSTEM_VIEW_EXCEPTIONS_FOR_INPAGE_ERRORS","features":[4]},{"name":"MODE","features":[4]},{"name":"MPIBus","features":[4]},{"name":"MPIConfiguration","features":[4]},{"name":"MPSABus","features":[4]},{"name":"MPSAConfiguration","features":[4]},{"name":"MRLClosed","features":[4]},{"name":"MRLOpen","features":[4]},{"name":"MU_TELEMETRY_SECTION","features":[4]},{"name":"MU_TELEMETRY_SECTION_GUID","features":[4]},{"name":"MapPhysicalAddressTypeContiguousRange","features":[4]},{"name":"MapPhysicalAddressTypeMax","features":[4]},{"name":"MapPhysicalAddressTypeMdl","features":[4]},{"name":"MapPhysicalAddressTypePfn","features":[4]},{"name":"MaxFaultType","features":[4]},{"name":"MaxHardwareCounterType","features":[4]},{"name":"MaxPayload1024Bytes","features":[4]},{"name":"MaxPayload128Bytes","features":[4]},{"name":"MaxPayload2048Bytes","features":[4]},{"name":"MaxPayload256Bytes","features":[4]},{"name":"MaxPayload4096Bytes","features":[4]},{"name":"MaxPayload512Bytes","features":[4]},{"name":"MaxRegNtNotifyClass","features":[4]},{"name":"MaxSubsystemInformationType","features":[4]},{"name":"MaxTraceInformationClass","features":[4]},{"name":"MaximumBusDataType","features":[4]},{"name":"MaximumDmaSpeed","features":[4]},{"name":"MaximumDmaWidth","features":[4]},{"name":"MaximumInterfaceType","features":[4]},{"name":"MaximumMode","features":[4]},{"name":"MaximumType","features":[4]},{"name":"MaximumWaitReason","features":[4]},{"name":"MaximumWorkQueue","features":[4]},{"name":"MdlMappingNoExecute","features":[4]},{"name":"MdlMappingNoWrite","features":[4]},{"name":"MdlMappingWithGuardPtes","features":[4]},{"name":"MediumHighImportance","features":[4]},{"name":"MediumImportance","features":[4]},{"name":"MemDedicatedAttributeMax","features":[4]},{"name":"MemDedicatedAttributeReadBandwidth","features":[4]},{"name":"MemDedicatedAttributeReadLatency","features":[4]},{"name":"MemDedicatedAttributeWriteBandwidth","features":[4]},{"name":"MemDedicatedAttributeWriteLatency","features":[4]},{"name":"MemSectionExtendedParameterInvalidType","features":[4]},{"name":"MemSectionExtendedParameterMax","features":[4]},{"name":"MemSectionExtendedParameterNumaNode","features":[4]},{"name":"MemSectionExtendedParameterSigningLevel","features":[4]},{"name":"MemSectionExtendedParameterUserPhysicalFlags","features":[4]},{"name":"MicroChannel","features":[4]},{"name":"MmAddPhysicalMemory","features":[4,1]},{"name":"MmAddVerifierSpecialThunks","features":[4,1]},{"name":"MmAddVerifierThunks","features":[4,1]},{"name":"MmAdvanceMdl","features":[3,4,1]},{"name":"MmAllocateContiguousMemory","features":[4]},{"name":"MmAllocateContiguousMemoryEx","features":[4,1]},{"name":"MmAllocateContiguousMemorySpecifyCache","features":[4]},{"name":"MmAllocateContiguousMemorySpecifyCacheNode","features":[4]},{"name":"MmAllocateContiguousNodeMemory","features":[4]},{"name":"MmAllocateMappingAddress","features":[4]},{"name":"MmAllocateMappingAddressEx","features":[4]},{"name":"MmAllocateMdlForIoSpace","features":[3,4,1]},{"name":"MmAllocateNodePagesForMdlEx","features":[3,4]},{"name":"MmAllocateNonCachedMemory","features":[4]},{"name":"MmAllocatePagesForMdl","features":[3,4]},{"name":"MmAllocatePagesForMdlEx","features":[3,4]},{"name":"MmAllocatePartitionNodePagesForMdlEx","features":[3,4]},{"name":"MmAreMdlPagesCached","features":[3,4]},{"name":"MmBuildMdlForNonPagedPool","features":[3,4]},{"name":"MmCached","features":[4]},{"name":"MmCopyMemory","features":[4,1]},{"name":"MmCreateMdl","features":[3,4]},{"name":"MmCreateMirror","features":[4,1]},{"name":"MmFrameBufferCached","features":[4]},{"name":"MmFreeContiguousMemory","features":[4]},{"name":"MmFreeContiguousMemorySpecifyCache","features":[4]},{"name":"MmFreeMappingAddress","features":[4]},{"name":"MmFreeNonCachedMemory","features":[4]},{"name":"MmFreePagesFromMdl","features":[3,4]},{"name":"MmFreePagesFromMdlEx","features":[3,4]},{"name":"MmGetCacheAttribute","features":[4,1]},{"name":"MmGetCacheAttributeEx","features":[4,1]},{"name":"MmGetPhysicalAddress","features":[4]},{"name":"MmGetPhysicalMemoryRanges","features":[4]},{"name":"MmGetPhysicalMemoryRangesEx","features":[4]},{"name":"MmGetPhysicalMemoryRangesEx2","features":[4]},{"name":"MmGetSystemRoutineAddress","features":[4,1]},{"name":"MmGetVirtualForPhysical","features":[4]},{"name":"MmHardwareCoherentCached","features":[4]},{"name":"MmIsAddressValid","features":[4,1]},{"name":"MmIsDriverSuspectForVerifier","features":[3,6,4,1,5,7,8,9]},{"name":"MmIsDriverVerifying","features":[3,6,4,1,5,7,8,9]},{"name":"MmIsDriverVerifyingByAddress","features":[4]},{"name":"MmIsIoSpaceActive","features":[4]},{"name":"MmIsNonPagedSystemAddressValid","features":[4,1]},{"name":"MmIsThisAnNtAsSystem","features":[4,1]},{"name":"MmIsVerifierEnabled","features":[4,1]},{"name":"MmLargeSystem","features":[4]},{"name":"MmLockPagableDataSection","features":[4]},{"name":"MmLockPagableSectionByHandle","features":[4]},{"name":"MmMapIoSpace","features":[4]},{"name":"MmMapIoSpaceEx","features":[4]},{"name":"MmMapLockedPages","features":[3,4]},{"name":"MmMapLockedPagesSpecifyCache","features":[3,4]},{"name":"MmMapLockedPagesWithReservedMapping","features":[3,4]},{"name":"MmMapMdl","features":[3,4,1]},{"name":"MmMapMemoryDumpMdlEx","features":[3,4,1]},{"name":"MmMapUserAddressesToPage","features":[4,1]},{"name":"MmMapVideoDisplay","features":[4]},{"name":"MmMapViewInSessionSpace","features":[4,1]},{"name":"MmMapViewInSessionSpaceEx","features":[4,1]},{"name":"MmMapViewInSystemSpace","features":[4,1]},{"name":"MmMapViewInSystemSpaceEx","features":[4,1]},{"name":"MmMaximumCacheType","features":[4]},{"name":"MmMaximumRotateDirection","features":[4]},{"name":"MmMdlPageContentsDynamic","features":[4]},{"name":"MmMdlPageContentsInvariant","features":[4]},{"name":"MmMdlPageContentsQuery","features":[4]},{"name":"MmMdlPageContentsState","features":[3,4]},{"name":"MmMediumSystem","features":[4]},{"name":"MmNonCached","features":[4]},{"name":"MmNonCachedUnordered","features":[4]},{"name":"MmNotMapped","features":[4]},{"name":"MmPageEntireDriver","features":[4]},{"name":"MmProbeAndLockPages","features":[3,4]},{"name":"MmProbeAndLockProcessPages","features":[3,4]},{"name":"MmProbeAndLockSelectedPages","features":[3,4,22]},{"name":"MmProtectDriverSection","features":[4,1]},{"name":"MmProtectMdlSystemAddress","features":[3,4,1]},{"name":"MmQuerySystemSize","features":[4]},{"name":"MmRemovePhysicalMemory","features":[4,1]},{"name":"MmResetDriverPaging","features":[4]},{"name":"MmRotatePhysicalView","features":[3,4,1]},{"name":"MmSecureVirtualMemory","features":[4,1]},{"name":"MmSecureVirtualMemoryEx","features":[4,1]},{"name":"MmSetPermanentCacheAttribute","features":[4,1]},{"name":"MmSizeOfMdl","features":[4]},{"name":"MmSmallSystem","features":[4]},{"name":"MmToFrameBuffer","features":[4]},{"name":"MmToFrameBufferNoCopy","features":[4]},{"name":"MmToRegularMemory","features":[4]},{"name":"MmToRegularMemoryNoCopy","features":[4]},{"name":"MmUSWCCached","features":[4]},{"name":"MmUnlockPagableImageSection","features":[4]},{"name":"MmUnlockPages","features":[3,4]},{"name":"MmUnmapIoSpace","features":[4]},{"name":"MmUnmapLockedPages","features":[3,4]},{"name":"MmUnmapReservedMapping","features":[3,4]},{"name":"MmUnmapVideoDisplay","features":[4]},{"name":"MmUnmapViewInSessionSpace","features":[4,1]},{"name":"MmUnmapViewInSystemSpace","features":[4,1]},{"name":"MmUnsecureVirtualMemory","features":[4,1]},{"name":"MmWriteCombined","features":[4]},{"name":"ModemPeripheral","features":[4]},{"name":"ModifyAccess","features":[4]},{"name":"MonitorPeripheral","features":[4]},{"name":"MonitorRequestReasonAcDcDisplayBurst","features":[4]},{"name":"MonitorRequestReasonAcDcDisplayBurstSuppressed","features":[4]},{"name":"MonitorRequestReasonBatteryCountChange","features":[4]},{"name":"MonitorRequestReasonBatteryCountChangeSuppressed","features":[4]},{"name":"MonitorRequestReasonBatteryPreCritical","features":[4]},{"name":"MonitorRequestReasonBuiltinPanel","features":[4]},{"name":"MonitorRequestReasonDP","features":[4]},{"name":"MonitorRequestReasonDim","features":[4]},{"name":"MonitorRequestReasonDirectedDrips","features":[4]},{"name":"MonitorRequestReasonDisplayRequiredUnDim","features":[4]},{"name":"MonitorRequestReasonFullWake","features":[4]},{"name":"MonitorRequestReasonGracePeriod","features":[4]},{"name":"MonitorRequestReasonIdleTimeout","features":[4]},{"name":"MonitorRequestReasonLid","features":[4]},{"name":"MonitorRequestReasonMax","features":[4]},{"name":"MonitorRequestReasonNearProximity","features":[4]},{"name":"MonitorRequestReasonPdcSignal","features":[4]},{"name":"MonitorRequestReasonPdcSignalFingerprint","features":[4]},{"name":"MonitorRequestReasonPdcSignalHeyCortana","features":[4]},{"name":"MonitorRequestReasonPdcSignalHolographicShell","features":[4]},{"name":"MonitorRequestReasonPdcSignalSensorsHumanPresence","features":[4]},{"name":"MonitorRequestReasonPdcSignalWindowsMobilePwrNotif","features":[4]},{"name":"MonitorRequestReasonPdcSignalWindowsMobileShell","features":[4]},{"name":"MonitorRequestReasonPnP","features":[4]},{"name":"MonitorRequestReasonPoSetSystemState","features":[4]},{"name":"MonitorRequestReasonPolicyChange","features":[4]},{"name":"MonitorRequestReasonPowerButton","features":[4]},{"name":"MonitorRequestReasonRemoteConnection","features":[4]},{"name":"MonitorRequestReasonResumeModernStandby","features":[4]},{"name":"MonitorRequestReasonResumePdc","features":[4]},{"name":"MonitorRequestReasonResumeS4","features":[4]},{"name":"MonitorRequestReasonScMonitorpower","features":[4]},{"name":"MonitorRequestReasonScreenOffRequest","features":[4]},{"name":"MonitorRequestReasonSessionUnlock","features":[4]},{"name":"MonitorRequestReasonSetThreadExecutionState","features":[4]},{"name":"MonitorRequestReasonSleepButton","features":[4]},{"name":"MonitorRequestReasonSxTransition","features":[4]},{"name":"MonitorRequestReasonSystemIdle","features":[4]},{"name":"MonitorRequestReasonSystemStateEntered","features":[4]},{"name":"MonitorRequestReasonTerminal","features":[4]},{"name":"MonitorRequestReasonTerminalInit","features":[4]},{"name":"MonitorRequestReasonThermalStandby","features":[4]},{"name":"MonitorRequestReasonUnknown","features":[4]},{"name":"MonitorRequestReasonUserDisplayBurst","features":[4]},{"name":"MonitorRequestReasonUserInput","features":[4]},{"name":"MonitorRequestReasonUserInputAccelerometer","features":[4]},{"name":"MonitorRequestReasonUserInputHid","features":[4]},{"name":"MonitorRequestReasonUserInputInitialization","features":[4]},{"name":"MonitorRequestReasonUserInputKeyboard","features":[4]},{"name":"MonitorRequestReasonUserInputMouse","features":[4]},{"name":"MonitorRequestReasonUserInputPen","features":[4]},{"name":"MonitorRequestReasonUserInputPoUserPresent","features":[4]},{"name":"MonitorRequestReasonUserInputSessionSwitch","features":[4]},{"name":"MonitorRequestReasonUserInputTouch","features":[4]},{"name":"MonitorRequestReasonUserInputTouchpad","features":[4]},{"name":"MonitorRequestReasonWinrt","features":[4]},{"name":"MonitorRequestTypeOff","features":[4]},{"name":"MonitorRequestTypeOnAndPresent","features":[4]},{"name":"MonitorRequestTypeToggleOn","features":[4]},{"name":"MultiFunctionAdapter","features":[4]},{"name":"NAMED_PIPE_CREATE_PARAMETERS","features":[4,1]},{"name":"NEC98x86","features":[4]},{"name":"NMI_CALLBACK","features":[4,1]},{"name":"NMI_NOTIFY_TYPE_GUID","features":[4]},{"name":"NMI_SECTION_GUID","features":[4]},{"name":"NPEM_CAPABILITY_STANDARD","features":[4]},{"name":"NPEM_CONTROL_ENABLE_DISABLE","features":[4,1]},{"name":"NPEM_CONTROL_INTERFACE","features":[4,1]},{"name":"NPEM_CONTROL_INTERFACE_CURRENT_VERSION","features":[4]},{"name":"NPEM_CONTROL_INTERFACE_VERSION1","features":[4]},{"name":"NPEM_CONTROL_INTERFACE_VERSION2","features":[4]},{"name":"NPEM_CONTROL_QUERY_CONTROL","features":[4]},{"name":"NPEM_CONTROL_QUERY_STANDARD_CAPABILITIES","features":[4,1]},{"name":"NPEM_CONTROL_SET_STANDARD_CONTROL","features":[4,1]},{"name":"NPEM_CONTROL_STANDARD_CONTROL_BIT","features":[4]},{"name":"NTFS_DEREF_EXPORTED_SECURITY_DESCRIPTOR","features":[4,5]},{"name":"NT_PAGING_LEVELS","features":[4]},{"name":"NT_TIB32","features":[4]},{"name":"NX_SUPPORT_POLICY_ALWAYSOFF","features":[4]},{"name":"NX_SUPPORT_POLICY_ALWAYSON","features":[4]},{"name":"NX_SUPPORT_POLICY_OPTIN","features":[4]},{"name":"NX_SUPPORT_POLICY_OPTOUT","features":[4]},{"name":"NetworkController","features":[4]},{"name":"NetworkPeripheral","features":[4]},{"name":"NoAspmSupport","features":[4]},{"name":"NormalPagePriority","features":[4]},{"name":"NormalPoolPriority","features":[4]},{"name":"NormalPoolPrioritySpecialPoolOverrun","features":[4]},{"name":"NormalPoolPrioritySpecialPoolUnderrun","features":[4]},{"name":"NormalWorkQueue","features":[4]},{"name":"NtAllocateLocallyUniqueId","features":[4,1]},{"name":"NtCommitComplete","features":[4,1]},{"name":"NtCommitEnlistment","features":[4,1]},{"name":"NtCommitTransaction","features":[4,1]},{"name":"NtCreateEnlistment","features":[3,4,1,5]},{"name":"NtCreateResourceManager","features":[3,4,1,5]},{"name":"NtCreateTransaction","features":[3,4,1,5]},{"name":"NtCreateTransactionManager","features":[3,4,1,5]},{"name":"NtDisplayString","features":[4,1]},{"name":"NtEnumerateTransactionObject","features":[4,1,38]},{"name":"NtGetNotificationResourceManager","features":[4,1,22]},{"name":"NtLoadDriver","features":[4,1]},{"name":"NtMakeTemporaryObject","features":[4,1]},{"name":"NtManagePartition","features":[4,1]},{"name":"NtOpenEnlistment","features":[3,4,1,5]},{"name":"NtOpenResourceManager","features":[3,4,1,5]},{"name":"NtOpenTransaction","features":[3,4,1,5]},{"name":"NtOpenTransactionManager","features":[3,4,1,5]},{"name":"NtPowerInformation","features":[4,1,9]},{"name":"NtPrePrepareComplete","features":[4,1]},{"name":"NtPrePrepareEnlistment","features":[4,1]},{"name":"NtPrepareComplete","features":[4,1]},{"name":"NtPrepareEnlistment","features":[4,1]},{"name":"NtPropagationComplete","features":[4,1]},{"name":"NtPropagationFailed","features":[4,1]},{"name":"NtQueryInformationEnlistment","features":[4,1,38]},{"name":"NtQueryInformationResourceManager","features":[4,1,38]},{"name":"NtQueryInformationTransaction","features":[4,1,38]},{"name":"NtQueryInformationTransactionManager","features":[4,1,38]},{"name":"NtReadOnlyEnlistment","features":[4,1]},{"name":"NtRecoverEnlistment","features":[4,1]},{"name":"NtRecoverResourceManager","features":[4,1]},{"name":"NtRecoverTransactionManager","features":[4,1]},{"name":"NtRegisterProtocolAddressInformation","features":[4,1]},{"name":"NtRenameTransactionManager","features":[4,1]},{"name":"NtRollbackComplete","features":[4,1]},{"name":"NtRollbackEnlistment","features":[4,1]},{"name":"NtRollbackTransaction","features":[4,1]},{"name":"NtRollforwardTransactionManager","features":[4,1]},{"name":"NtSetInformationEnlistment","features":[4,1,38]},{"name":"NtSetInformationResourceManager","features":[4,1,38]},{"name":"NtSetInformationTransaction","features":[4,1,38]},{"name":"NtSetInformationTransactionManager","features":[4,1,38]},{"name":"NtSinglePhaseReject","features":[4,1]},{"name":"NtUnloadDriver","features":[4,1]},{"name":"NuBus","features":[4]},{"name":"NuBusConfiguration","features":[4]},{"name":"OBJECT_HANDLE_INFORMATION","features":[4]},{"name":"OBJECT_TYPE_CREATE","features":[4]},{"name":"OB_CALLBACK_REGISTRATION","features":[3,4,1]},{"name":"OB_FLT_REGISTRATION_VERSION","features":[4]},{"name":"OB_FLT_REGISTRATION_VERSION_0100","features":[4]},{"name":"OB_OPERATION_HANDLE_CREATE","features":[4]},{"name":"OB_OPERATION_HANDLE_DUPLICATE","features":[4]},{"name":"OB_OPERATION_REGISTRATION","features":[3,4,1]},{"name":"OB_POST_CREATE_HANDLE_INFORMATION","features":[4]},{"name":"OB_POST_DUPLICATE_HANDLE_INFORMATION","features":[4]},{"name":"OB_POST_OPERATION_INFORMATION","features":[3,4,1]},{"name":"OB_POST_OPERATION_PARAMETERS","features":[4]},{"name":"OB_PREOP_CALLBACK_STATUS","features":[4]},{"name":"OB_PREOP_SUCCESS","features":[4]},{"name":"OB_PRE_CREATE_HANDLE_INFORMATION","features":[4]},{"name":"OB_PRE_DUPLICATE_HANDLE_INFORMATION","features":[4]},{"name":"OB_PRE_OPERATION_INFORMATION","features":[3,4]},{"name":"OB_PRE_OPERATION_PARAMETERS","features":[4]},{"name":"OPLOCK_KEY_FLAG_PARENT_KEY","features":[4]},{"name":"OPLOCK_KEY_FLAG_TARGET_KEY","features":[4]},{"name":"OPLOCK_KEY_VERSION_WIN7","features":[4]},{"name":"OPLOCK_KEY_VERSION_WIN8","features":[4]},{"name":"OSC_CAPABILITIES_MASKED","features":[4]},{"name":"OSC_FIRMWARE_FAILURE","features":[4]},{"name":"OSC_UNRECOGNIZED_REVISION","features":[4]},{"name":"OSC_UNRECOGNIZED_UUID","features":[4]},{"name":"ObCloseHandle","features":[4,1]},{"name":"ObDereferenceObjectDeferDelete","features":[4]},{"name":"ObDereferenceObjectDeferDeleteWithTag","features":[4]},{"name":"ObGetFilterVersion","features":[4]},{"name":"ObGetObjectSecurity","features":[4,1,5]},{"name":"ObReferenceObjectByHandle","features":[3,4,1]},{"name":"ObReferenceObjectByHandleWithTag","features":[3,4,1]},{"name":"ObReferenceObjectByPointer","features":[3,4,1]},{"name":"ObReferenceObjectByPointerWithTag","features":[3,4,1]},{"name":"ObReferenceObjectSafe","features":[4,1]},{"name":"ObReferenceObjectSafeWithTag","features":[4,1]},{"name":"ObRegisterCallbacks","features":[3,4,1]},{"name":"ObReleaseObjectSecurity","features":[4,1,5]},{"name":"ObUnRegisterCallbacks","features":[4]},{"name":"ObfDereferenceObject","features":[4]},{"name":"ObfDereferenceObjectWithTag","features":[4]},{"name":"ObfReferenceObject","features":[4]},{"name":"ObfReferenceObjectWithTag","features":[4]},{"name":"OkControl","features":[4]},{"name":"OtherController","features":[4]},{"name":"OtherPeripheral","features":[4]},{"name":"PAGE_ENCLAVE_NO_CHANGE","features":[4]},{"name":"PAGE_ENCLAVE_THREAD_CONTROL","features":[4]},{"name":"PAGE_ENCLAVE_UNVALIDATED","features":[4]},{"name":"PAGE_EXECUTE","features":[4]},{"name":"PAGE_EXECUTE_READ","features":[4]},{"name":"PAGE_EXECUTE_READWRITE","features":[4]},{"name":"PAGE_EXECUTE_WRITECOPY","features":[4]},{"name":"PAGE_GRAPHICS_COHERENT","features":[4]},{"name":"PAGE_GRAPHICS_EXECUTE","features":[4]},{"name":"PAGE_GRAPHICS_EXECUTE_READ","features":[4]},{"name":"PAGE_GRAPHICS_EXECUTE_READWRITE","features":[4]},{"name":"PAGE_GRAPHICS_NOACCESS","features":[4]},{"name":"PAGE_GRAPHICS_NOCACHE","features":[4]},{"name":"PAGE_GRAPHICS_READONLY","features":[4]},{"name":"PAGE_GRAPHICS_READWRITE","features":[4]},{"name":"PAGE_GUARD","features":[4]},{"name":"PAGE_NOACCESS","features":[4]},{"name":"PAGE_NOCACHE","features":[4]},{"name":"PAGE_PRIORITY_INFORMATION","features":[4]},{"name":"PAGE_READONLY","features":[4]},{"name":"PAGE_READWRITE","features":[4]},{"name":"PAGE_REVERT_TO_FILE_MAP","features":[4]},{"name":"PAGE_SHIFT","features":[4]},{"name":"PAGE_SIZE","features":[4]},{"name":"PAGE_TARGETS_INVALID","features":[4]},{"name":"PAGE_TARGETS_NO_UPDATE","features":[4]},{"name":"PAGE_WRITECOMBINE","features":[4]},{"name":"PAGE_WRITECOPY","features":[4]},{"name":"PALLOCATE_ADAPTER_CHANNEL","features":[3,6,4,1,5,7,8,9]},{"name":"PALLOCATE_ADAPTER_CHANNEL_EX","features":[3,6,4,1,5,7,8,9]},{"name":"PALLOCATE_COMMON_BUFFER","features":[3,6,4,1,5,7,8,9]},{"name":"PALLOCATE_COMMON_BUFFER_EX","features":[3,6,4,1,5,7,8,9]},{"name":"PALLOCATE_COMMON_BUFFER_VECTOR","features":[3,6,4,1,5,7,8,9]},{"name":"PALLOCATE_COMMON_BUFFER_WITH_BOUNDS","features":[3,6,4,1,5,7,8,9]},{"name":"PALLOCATE_DOMAIN_COMMON_BUFFER","features":[3,6,4,1,5,7,8,9]},{"name":"PALLOCATE_FUNCTION","features":[4]},{"name":"PALLOCATE_FUNCTION_EX","features":[4]},{"name":"PARBITER_HANDLER","features":[3,6,4,1,5,7,8,9]},{"name":"PARKING_TOPOLOGY_POLICY_DISABLED","features":[4]},{"name":"PARTITION_INFORMATION_CLASS","features":[4]},{"name":"PASSIVE_LEVEL","features":[4]},{"name":"PBOOT_DRIVER_CALLBACK_FUNCTION","features":[4]},{"name":"PBOUND_CALLBACK","features":[4]},{"name":"PBUILD_MDL_FROM_SCATTER_GATHER_LIST","features":[3,6,4,1,5,7,8,9]},{"name":"PBUILD_SCATTER_GATHER_LIST","features":[3,6,4,1,5,7,8,9]},{"name":"PBUILD_SCATTER_GATHER_LIST_EX","features":[3,6,4,1,5,7,8,9]},{"name":"PCALCULATE_SCATTER_GATHER_LIST_SIZE","features":[3,6,4,1,5,7,8,9]},{"name":"PCALLBACK_FUNCTION","features":[4]},{"name":"PCANCEL_ADAPTER_CHANNEL","features":[3,6,4,1,5,7,8,9]},{"name":"PCANCEL_MAPPED_TRANSFER","features":[3,6,4,1,5,7,8,9]},{"name":"PCCARD_DEVICE_PCI","features":[4]},{"name":"PCCARD_DUP_LEGACY_BASE","features":[4]},{"name":"PCCARD_MAP_ERROR","features":[4]},{"name":"PCCARD_MAP_ZERO","features":[4]},{"name":"PCCARD_NO_CONTROLLERS","features":[4]},{"name":"PCCARD_NO_LEGACY_BASE","features":[4]},{"name":"PCCARD_NO_PIC","features":[4]},{"name":"PCCARD_NO_TIMER","features":[4]},{"name":"PCCARD_SCAN_DISABLED","features":[4]},{"name":"PCIBUSDATA","features":[4]},{"name":"PCIBus","features":[4]},{"name":"PCIConfiguration","features":[4]},{"name":"PCIEXPRESS_ERROR_SECTION_GUID","features":[4]},{"name":"PCIE_CORRECTABLE_ERROR_SUMMARY_SECTION_GUID","features":[4]},{"name":"PCIXBUS_ERROR_SECTION_GUID","features":[4]},{"name":"PCIXBUS_ERRTYPE_ADDRESSPARITY","features":[4]},{"name":"PCIXBUS_ERRTYPE_BUSTIMEOUT","features":[4]},{"name":"PCIXBUS_ERRTYPE_COMMANDPARITY","features":[4]},{"name":"PCIXBUS_ERRTYPE_DATAPARITY","features":[4]},{"name":"PCIXBUS_ERRTYPE_MASTERABORT","features":[4]},{"name":"PCIXBUS_ERRTYPE_MASTERDATAPARITY","features":[4]},{"name":"PCIXBUS_ERRTYPE_SYSTEM","features":[4]},{"name":"PCIXBUS_ERRTYPE_UNKNOWN","features":[4]},{"name":"PCIXDEVICE_ERROR_SECTION_GUID","features":[4]},{"name":"PCIX_BRIDGE_CAPABILITY","features":[4]},{"name":"PCIX_MODE1_100MHZ","features":[4]},{"name":"PCIX_MODE1_133MHZ","features":[4]},{"name":"PCIX_MODE1_66MHZ","features":[4]},{"name":"PCIX_MODE2_266_100MHZ","features":[4]},{"name":"PCIX_MODE2_266_133MHZ","features":[4]},{"name":"PCIX_MODE2_266_66MHZ","features":[4]},{"name":"PCIX_MODE2_533_100MHZ","features":[4]},{"name":"PCIX_MODE2_533_133MHZ","features":[4]},{"name":"PCIX_MODE2_533_66MHZ","features":[4]},{"name":"PCIX_MODE_CONVENTIONAL_PCI","features":[4]},{"name":"PCIX_VERSION_DUAL_MODE_ECC","features":[4]},{"name":"PCIX_VERSION_MODE1_ONLY","features":[4]},{"name":"PCIX_VERSION_MODE2_ECC","features":[4]},{"name":"PCI_ACS_ALLOWED","features":[4]},{"name":"PCI_ACS_BIT","features":[4]},{"name":"PCI_ACS_BLOCKED","features":[4]},{"name":"PCI_ACS_REDIRECTED","features":[4]},{"name":"PCI_ADDRESS_IO_ADDRESS_MASK","features":[4]},{"name":"PCI_ADDRESS_IO_SPACE","features":[4]},{"name":"PCI_ADDRESS_MEMORY_ADDRESS_MASK","features":[4]},{"name":"PCI_ADDRESS_MEMORY_PREFETCHABLE","features":[4]},{"name":"PCI_ADDRESS_MEMORY_TYPE_MASK","features":[4]},{"name":"PCI_ADDRESS_ROM_ADDRESS_MASK","features":[4]},{"name":"PCI_ADVANCED_FEATURES_CAPABILITY","features":[4]},{"name":"PCI_AGP_APERTURE_PAGE_SIZE","features":[4]},{"name":"PCI_AGP_CAPABILITY","features":[4]},{"name":"PCI_AGP_CONTROL","features":[4]},{"name":"PCI_AGP_EXTENDED_CAPABILITY","features":[4]},{"name":"PCI_AGP_ISOCH_COMMAND","features":[4]},{"name":"PCI_AGP_ISOCH_STATUS","features":[4]},{"name":"PCI_AGP_RATE_1X","features":[4]},{"name":"PCI_AGP_RATE_2X","features":[4]},{"name":"PCI_AGP_RATE_4X","features":[4]},{"name":"PCI_ATS_INTERFACE","features":[4,1]},{"name":"PCI_ATS_INTERFACE_VERSION","features":[4]},{"name":"PCI_BRIDGE_TYPE","features":[4]},{"name":"PCI_BUS_INTERFACE_STANDARD","features":[4]},{"name":"PCI_BUS_INTERFACE_STANDARD_VERSION","features":[4]},{"name":"PCI_BUS_WIDTH","features":[4]},{"name":"PCI_CAPABILITIES_HEADER","features":[4]},{"name":"PCI_CAPABILITY_ID_ADVANCED_FEATURES","features":[4]},{"name":"PCI_CAPABILITY_ID_AGP","features":[4]},{"name":"PCI_CAPABILITY_ID_AGP_TARGET","features":[4]},{"name":"PCI_CAPABILITY_ID_CPCI_HOTSWAP","features":[4]},{"name":"PCI_CAPABILITY_ID_CPCI_RES_CTRL","features":[4]},{"name":"PCI_CAPABILITY_ID_DEBUG_PORT","features":[4]},{"name":"PCI_CAPABILITY_ID_FPB","features":[4]},{"name":"PCI_CAPABILITY_ID_HYPERTRANSPORT","features":[4]},{"name":"PCI_CAPABILITY_ID_MSI","features":[4]},{"name":"PCI_CAPABILITY_ID_MSIX","features":[4]},{"name":"PCI_CAPABILITY_ID_P2P_SSID","features":[4]},{"name":"PCI_CAPABILITY_ID_PCIX","features":[4]},{"name":"PCI_CAPABILITY_ID_PCI_EXPRESS","features":[4]},{"name":"PCI_CAPABILITY_ID_POWER_MANAGEMENT","features":[4]},{"name":"PCI_CAPABILITY_ID_SATA_CONFIG","features":[4]},{"name":"PCI_CAPABILITY_ID_SECURE","features":[4]},{"name":"PCI_CAPABILITY_ID_SHPC","features":[4]},{"name":"PCI_CAPABILITY_ID_SLOT_ID","features":[4]},{"name":"PCI_CAPABILITY_ID_VENDOR_SPECIFIC","features":[4]},{"name":"PCI_CAPABILITY_ID_VPD","features":[4]},{"name":"PCI_CARDBUS_BRIDGE_TYPE","features":[4]},{"name":"PCI_CLASS_BASE_SYSTEM_DEV","features":[4]},{"name":"PCI_CLASS_BRIDGE_DEV","features":[4]},{"name":"PCI_CLASS_DATA_ACQ_SIGNAL_PROC","features":[4]},{"name":"PCI_CLASS_DISPLAY_CTLR","features":[4]},{"name":"PCI_CLASS_DOCKING_STATION","features":[4]},{"name":"PCI_CLASS_ENCRYPTION_DECRYPTION","features":[4]},{"name":"PCI_CLASS_INPUT_DEV","features":[4]},{"name":"PCI_CLASS_INTELLIGENT_IO_CTLR","features":[4]},{"name":"PCI_CLASS_MASS_STORAGE_CTLR","features":[4]},{"name":"PCI_CLASS_MEMORY_CTLR","features":[4]},{"name":"PCI_CLASS_MULTIMEDIA_DEV","features":[4]},{"name":"PCI_CLASS_NETWORK_CTLR","features":[4]},{"name":"PCI_CLASS_NOT_DEFINED","features":[4]},{"name":"PCI_CLASS_PRE_20","features":[4]},{"name":"PCI_CLASS_PROCESSOR","features":[4]},{"name":"PCI_CLASS_SATELLITE_COMMS_CTLR","features":[4]},{"name":"PCI_CLASS_SERIAL_BUS_CTLR","features":[4]},{"name":"PCI_CLASS_SIMPLE_COMMS_CTLR","features":[4]},{"name":"PCI_CLASS_WIRELESS_CTLR","features":[4]},{"name":"PCI_COMMON_CONFIG","features":[4]},{"name":"PCI_COMMON_HEADER","features":[4]},{"name":"PCI_DATA_VERSION","features":[4]},{"name":"PCI_DEBUGGING_DEVICE_IN_USE","features":[4]},{"name":"PCI_DEVICE_D3COLD_STATE_REASON","features":[4]},{"name":"PCI_DEVICE_PRESENCE_PARAMETERS","features":[4]},{"name":"PCI_DEVICE_PRESENT_INTERFACE","features":[4,1]},{"name":"PCI_DEVICE_PRESENT_INTERFACE_VERSION","features":[4]},{"name":"PCI_DEVICE_TYPE","features":[4]},{"name":"PCI_DISABLE_LEVEL_INTERRUPT","features":[4]},{"name":"PCI_ENABLE_BUS_MASTER","features":[4]},{"name":"PCI_ENABLE_FAST_BACK_TO_BACK","features":[4]},{"name":"PCI_ENABLE_IO_SPACE","features":[4]},{"name":"PCI_ENABLE_MEMORY_SPACE","features":[4]},{"name":"PCI_ENABLE_PARITY","features":[4]},{"name":"PCI_ENABLE_SERR","features":[4]},{"name":"PCI_ENABLE_SPECIAL_CYCLES","features":[4]},{"name":"PCI_ENABLE_VGA_COMPATIBLE_PALETTE","features":[4]},{"name":"PCI_ENABLE_WAIT_CYCLE","features":[4]},{"name":"PCI_ENABLE_WRITE_AND_INVALIDATE","features":[4]},{"name":"PCI_ERROR_HANDLER_CALLBACK","features":[4]},{"name":"PCI_EXPRESS_ACCESS_CONTROL_SERVICES_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_ACS_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_ACS_CAPABILITY_REGISTER","features":[4]},{"name":"PCI_EXPRESS_ACS_CONTROL","features":[4]},{"name":"PCI_EXPRESS_ADVANCED_ERROR_REPORTING_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_AER_CAPABILITIES","features":[4]},{"name":"PCI_EXPRESS_AER_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_ARI_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_ARI_CAPABILITY_REGISTER","features":[4]},{"name":"PCI_EXPRESS_ARI_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_ARI_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_ASPM_CONTROL","features":[4]},{"name":"PCI_EXPRESS_ASPM_SUPPORT","features":[4]},{"name":"PCI_EXPRESS_ATS_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_ATS_CAPABILITY_REGISTER","features":[4]},{"name":"PCI_EXPRESS_ATS_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_ATS_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_BRIDGE_AER_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_CAPABILITIES_REGISTER","features":[4]},{"name":"PCI_EXPRESS_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_CARD_PRESENCE","features":[4]},{"name":"PCI_EXPRESS_CONFIGURATION_ACCESS_CORRELATION_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_CORRECTABLE_ERROR_MASK","features":[4]},{"name":"PCI_EXPRESS_CORRECTABLE_ERROR_STATUS","features":[4]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY_REGISTER_V11","features":[4]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY_V11","features":[4]},{"name":"PCI_EXPRESS_CXL_DVSEC_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_CXL_DVSEC_LOCK_REGISTER","features":[4]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_BASE_HIGH_REGISTER","features":[4]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_BASE_LOW_REGISTER","features":[4]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_SIZE_HIGH_REGISTER","features":[4]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_SIZE_LOW_REGISTER_V11","features":[4]},{"name":"PCI_EXPRESS_CXL_DVSEC_STATUS_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_1","features":[4]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2","features":[4]},{"name":"PCI_EXPRESS_DEVICE_CAPABILITIES_2_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DEVICE_CAPABILITIES_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DEVICE_CONTROL_2_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DEVICE_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DEVICE_SERIAL_NUMBER_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_DEVICE_STATUS_2_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DEVICE_STATUS_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DEVICE_TYPE","features":[4]},{"name":"PCI_EXPRESS_DPA_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_DPC_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_DPC_CAPS_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DPC_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_DPC_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DPC_ERROR_SOURCE_ID","features":[4]},{"name":"PCI_EXPRESS_DPC_RP_PIO_EXCEPTION_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DPC_RP_PIO_HEADERLOG_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DPC_RP_PIO_IMPSPECLOG_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DPC_RP_PIO_MASK_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DPC_RP_PIO_SEVERITY_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DPC_RP_PIO_STATUS_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DPC_RP_PIO_SYSERR_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DPC_RP_PIO_TLPPREFIXLOG_REGISTER","features":[4]},{"name":"PCI_EXPRESS_DPC_STATUS_REGISTER","features":[4]},{"name":"PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER","features":[4]},{"name":"PCI_EXPRESS_ENTER_LINK_QUIESCENT_MODE","features":[4,1]},{"name":"PCI_EXPRESS_ERROR_SOURCE_ID","features":[4]},{"name":"PCI_EXPRESS_EVENT_COLLECTOR_ENDPOINT_ASSOCIATION_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_EXIT_LINK_QUIESCENT_MODE","features":[4,1]},{"name":"PCI_EXPRESS_FRS_QUEUEING_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_INDICATOR_STATE","features":[4]},{"name":"PCI_EXPRESS_L0s_EXIT_LATENCY","features":[4]},{"name":"PCI_EXPRESS_L1_EXIT_LATENCY","features":[4]},{"name":"PCI_EXPRESS_L1_PM_SS_CAPABILITIES_REGISTER","features":[4]},{"name":"PCI_EXPRESS_L1_PM_SS_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_L1_PM_SS_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_L1_PM_SS_CONTROL_1_REGISTER","features":[4]},{"name":"PCI_EXPRESS_L1_PM_SS_CONTROL_2_REGISTER","features":[4]},{"name":"PCI_EXPRESS_LANE_ERROR_STATUS","features":[4]},{"name":"PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER","features":[4]},{"name":"PCI_EXPRESS_LINK_CAPABILITIES_REGISTER","features":[4]},{"name":"PCI_EXPRESS_LINK_CONTROL3","features":[4]},{"name":"PCI_EXPRESS_LINK_CONTROL_2_REGISTER","features":[4]},{"name":"PCI_EXPRESS_LINK_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_LINK_QUIESCENT_INTERFACE","features":[4,1]},{"name":"PCI_EXPRESS_LINK_QUIESCENT_INTERFACE_VERSION","features":[4]},{"name":"PCI_EXPRESS_LINK_STATUS_2_REGISTER","features":[4]},{"name":"PCI_EXPRESS_LINK_STATUS_REGISTER","features":[4]},{"name":"PCI_EXPRESS_LINK_SUBSTATE","features":[4]},{"name":"PCI_EXPRESS_LN_REQUESTER_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_LTR_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_LTR_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_LTR_MAX_LATENCY_REGISTER","features":[4]},{"name":"PCI_EXPRESS_MAX_PAYLOAD_SIZE","features":[4]},{"name":"PCI_EXPRESS_MFVC_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_MPCIE_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_MRL_STATE","features":[4]},{"name":"PCI_EXPRESS_MULTICAST_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_MULTI_ROOT_IO_VIRTUALIZATION_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_NPEM_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_NPEM_CAPABILITY_REGISTER","features":[4]},{"name":"PCI_EXPRESS_NPEM_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_NPEM_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_NPEM_STATUS_REGISTER","features":[4]},{"name":"PCI_EXPRESS_PAGE_REQUEST_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_PASID_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_PASID_CAPABILITY_REGISTER","features":[4]},{"name":"PCI_EXPRESS_PASID_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_PASID_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_PME_REQUESTOR_ID","features":[4]},{"name":"PCI_EXPRESS_PMUX_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_POWER_BUDGETING_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_POWER_STATE","features":[4]},{"name":"PCI_EXPRESS_PRI_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_PRI_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_PRI_STATUS_REGISTER","features":[4]},{"name":"PCI_EXPRESS_PTM_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_PTM_CAPABILITY_REGISTER","features":[4]},{"name":"PCI_EXPRESS_PTM_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_PTM_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_RCB","features":[4]},{"name":"PCI_EXPRESS_RCRB_HEADER_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_RC_EVENT_COLLECTOR_ENDPOINT_ASSOCIATION_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_RC_INTERNAL_LINK_CONTROL_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_RC_LINK_DECLARATION_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_READINESS_TIME_REPORTING_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_RESERVED_FOR_AMD_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY_REGISTER","features":[4]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_ENTRY","features":[4]},{"name":"PCI_EXPRESS_ROOTPORT_AER_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_ROOT_CAPABILITIES_REGISTER","features":[4]},{"name":"PCI_EXPRESS_ROOT_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_ROOT_ERROR_COMMAND","features":[4]},{"name":"PCI_EXPRESS_ROOT_ERROR_STATUS","features":[4]},{"name":"PCI_EXPRESS_ROOT_PORT_INTERFACE","features":[4]},{"name":"PCI_EXPRESS_ROOT_PORT_INTERFACE_VERSION","features":[4]},{"name":"PCI_EXPRESS_ROOT_STATUS_REGISTER","features":[4]},{"name":"PCI_EXPRESS_SECONDARY_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_SECONDARY_PCI_EXPRESS_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_SEC_AER_CAPABILITIES","features":[4]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_MASK","features":[4]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY","features":[4]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_STATUS","features":[4]},{"name":"PCI_EXPRESS_SERIAL_NUMBER_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_SINGLE_ROOT_IO_VIRTUALIZATION_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_SLOT_CAPABILITIES_REGISTER","features":[4]},{"name":"PCI_EXPRESS_SLOT_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_SLOT_STATUS_REGISTER","features":[4]},{"name":"PCI_EXPRESS_SRIOV_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_SRIOV_CAPS","features":[4]},{"name":"PCI_EXPRESS_SRIOV_CONTROL","features":[4]},{"name":"PCI_EXPRESS_SRIOV_MIGRATION_STATE_ARRAY","features":[4]},{"name":"PCI_EXPRESS_SRIOV_STATUS","features":[4]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAPABILITY_REGISTER","features":[4]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CONTROL_REGISTER","features":[4]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_MSIX_TABLE","features":[4]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_NONE","features":[4]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_RESERVED","features":[4]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_TPH_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_TPH_ST_TABLE_ENTRY","features":[4]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK","features":[4]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_SEVERITY","features":[4]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS","features":[4]},{"name":"PCI_EXPRESS_VC_AND_MFVC_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_VENDOR_SPECIFIC_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_VENDOR_SPECIFIC_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_VIRTUAL_CHANNEL_CAPABILITY","features":[4]},{"name":"PCI_EXPRESS_VIRTUAL_CHANNEL_CAP_ID","features":[4]},{"name":"PCI_EXPRESS_WAKE_CONTROL","features":[4,1]},{"name":"PCI_EXTENDED_CONFIG_LENGTH","features":[4]},{"name":"PCI_FIRMWARE_BUS_CAPS","features":[4]},{"name":"PCI_FIRMWARE_BUS_CAPS_RETURN_BUFFER","features":[4]},{"name":"PCI_FPB_CAPABILITIES_REGISTER","features":[4]},{"name":"PCI_FPB_CAPABILITY","features":[4]},{"name":"PCI_FPB_CAPABILITY_HEADER","features":[4]},{"name":"PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER","features":[4]},{"name":"PCI_FPB_MEM_HIGH_VECTOR_CONTROL2_REGISTER","features":[4]},{"name":"PCI_FPB_MEM_LOW_VECTOR_CONTROL_REGISTER","features":[4]},{"name":"PCI_FPB_RID_VECTOR_CONTROL1_REGISTER","features":[4]},{"name":"PCI_FPB_RID_VECTOR_CONTROL2_REGISTER","features":[4]},{"name":"PCI_FPB_VECTOR_ACCESS_CONTROL_REGISTER","features":[4]},{"name":"PCI_FPB_VECTOR_ACCESS_DATA_REGISTER","features":[4]},{"name":"PCI_HARDWARE_INTERFACE","features":[4]},{"name":"PCI_INVALID_ALTERNATE_FUNCTION_NUMBER","features":[4]},{"name":"PCI_INVALID_VENDORID","features":[4]},{"name":"PCI_IS_DEVICE_PRESENT","features":[4,1]},{"name":"PCI_IS_DEVICE_PRESENT_EX","features":[4,1]},{"name":"PCI_LINE_TO_PIN","features":[4]},{"name":"PCI_MAX_BRIDGE_NUMBER","features":[4]},{"name":"PCI_MAX_DEVICES","features":[4]},{"name":"PCI_MAX_FUNCTION","features":[4]},{"name":"PCI_MAX_SEGMENT_NUMBER","features":[4]},{"name":"PCI_MSIX_GET_ENTRY","features":[4,1]},{"name":"PCI_MSIX_GET_TABLE_SIZE","features":[4,1]},{"name":"PCI_MSIX_MASKUNMASK_ENTRY","features":[4,1]},{"name":"PCI_MSIX_SET_ENTRY","features":[4,1]},{"name":"PCI_MSIX_TABLE_CONFIG_INTERFACE","features":[4,1]},{"name":"PCI_MSIX_TABLE_CONFIG_INTERFACE_VERSION","features":[4]},{"name":"PCI_MULTIFUNCTION","features":[4]},{"name":"PCI_PIN_TO_LINE","features":[4]},{"name":"PCI_PMC","features":[4]},{"name":"PCI_PMCSR","features":[4]},{"name":"PCI_PMCSR_BSE","features":[4]},{"name":"PCI_PM_CAPABILITY","features":[4]},{"name":"PCI_PREPARE_MULTISTAGE_RESUME","features":[4]},{"name":"PCI_PROGRAMMING_INTERFACE_MSC_NVM_EXPRESS","features":[4]},{"name":"PCI_PTM_TIME_SOURCE_AUX","features":[4]},{"name":"PCI_READ_WRITE_CONFIG","features":[4]},{"name":"PCI_RECOVERY_SECTION_GUID","features":[4]},{"name":"PCI_ROMADDRESS_ENABLED","features":[4]},{"name":"PCI_ROOT_BUS_CAPABILITY","features":[4,1]},{"name":"PCI_ROOT_BUS_HARDWARE_CAPABILITY","features":[4,1]},{"name":"PCI_ROOT_BUS_OSC_CONTROL_FIELD","features":[4]},{"name":"PCI_ROOT_BUS_OSC_METHOD_CAPABILITY_REVISION","features":[4]},{"name":"PCI_ROOT_BUS_OSC_SUPPORT_FIELD","features":[4]},{"name":"PCI_SECURITY_DIRECT_TRANSLATED_P2P","features":[4]},{"name":"PCI_SECURITY_ENHANCED","features":[4]},{"name":"PCI_SECURITY_FULLY_SUPPORTED","features":[4]},{"name":"PCI_SECURITY_GUEST_ASSIGNED","features":[4]},{"name":"PCI_SECURITY_INTERFACE","features":[4,1]},{"name":"PCI_SECURITY_INTERFACE2","features":[4,1]},{"name":"PCI_SECURITY_INTERFACE_VERSION","features":[4]},{"name":"PCI_SECURITY_INTERFACE_VERSION2","features":[4]},{"name":"PCI_SECURITY_SRIOV_DIRECT_TRANSLATED_P2P","features":[4]},{"name":"PCI_SEGMENT_BUS_NUMBER","features":[4]},{"name":"PCI_SET_ACS","features":[4,1]},{"name":"PCI_SET_ACS2","features":[4,1]},{"name":"PCI_SET_ATS","features":[4,1]},{"name":"PCI_SLOT_NUMBER","features":[4]},{"name":"PCI_STATUS_66MHZ_CAPABLE","features":[4]},{"name":"PCI_STATUS_CAPABILITIES_LIST","features":[4]},{"name":"PCI_STATUS_DATA_PARITY_DETECTED","features":[4]},{"name":"PCI_STATUS_DETECTED_PARITY_ERROR","features":[4]},{"name":"PCI_STATUS_DEVSEL","features":[4]},{"name":"PCI_STATUS_FAST_BACK_TO_BACK","features":[4]},{"name":"PCI_STATUS_IMMEDIATE_READINESS","features":[4]},{"name":"PCI_STATUS_INTERRUPT_PENDING","features":[4]},{"name":"PCI_STATUS_RECEIVED_MASTER_ABORT","features":[4]},{"name":"PCI_STATUS_RECEIVED_TARGET_ABORT","features":[4]},{"name":"PCI_STATUS_SIGNALED_SYSTEM_ERROR","features":[4]},{"name":"PCI_STATUS_SIGNALED_TARGET_ABORT","features":[4]},{"name":"PCI_STATUS_UDF_SUPPORTED","features":[4]},{"name":"PCI_SUBCLASS_BR_CARDBUS","features":[4]},{"name":"PCI_SUBCLASS_BR_EISA","features":[4]},{"name":"PCI_SUBCLASS_BR_HOST","features":[4]},{"name":"PCI_SUBCLASS_BR_ISA","features":[4]},{"name":"PCI_SUBCLASS_BR_MCA","features":[4]},{"name":"PCI_SUBCLASS_BR_NUBUS","features":[4]},{"name":"PCI_SUBCLASS_BR_OTHER","features":[4]},{"name":"PCI_SUBCLASS_BR_PCI_TO_PCI","features":[4]},{"name":"PCI_SUBCLASS_BR_PCMCIA","features":[4]},{"name":"PCI_SUBCLASS_BR_RACEWAY","features":[4]},{"name":"PCI_SUBCLASS_COM_MODEM","features":[4]},{"name":"PCI_SUBCLASS_COM_MULTIPORT","features":[4]},{"name":"PCI_SUBCLASS_COM_OTHER","features":[4]},{"name":"PCI_SUBCLASS_COM_PARALLEL","features":[4]},{"name":"PCI_SUBCLASS_COM_SERIAL","features":[4]},{"name":"PCI_SUBCLASS_CRYPTO_ENTERTAINMENT","features":[4]},{"name":"PCI_SUBCLASS_CRYPTO_NET_COMP","features":[4]},{"name":"PCI_SUBCLASS_CRYPTO_OTHER","features":[4]},{"name":"PCI_SUBCLASS_DASP_DPIO","features":[4]},{"name":"PCI_SUBCLASS_DASP_OTHER","features":[4]},{"name":"PCI_SUBCLASS_DOC_GENERIC","features":[4]},{"name":"PCI_SUBCLASS_DOC_OTHER","features":[4]},{"name":"PCI_SUBCLASS_INP_DIGITIZER","features":[4]},{"name":"PCI_SUBCLASS_INP_GAMEPORT","features":[4]},{"name":"PCI_SUBCLASS_INP_KEYBOARD","features":[4]},{"name":"PCI_SUBCLASS_INP_MOUSE","features":[4]},{"name":"PCI_SUBCLASS_INP_OTHER","features":[4]},{"name":"PCI_SUBCLASS_INP_SCANNER","features":[4]},{"name":"PCI_SUBCLASS_INTIO_I2O","features":[4]},{"name":"PCI_SUBCLASS_MEM_FLASH","features":[4]},{"name":"PCI_SUBCLASS_MEM_OTHER","features":[4]},{"name":"PCI_SUBCLASS_MEM_RAM","features":[4]},{"name":"PCI_SUBCLASS_MM_AUDIO_DEV","features":[4]},{"name":"PCI_SUBCLASS_MM_OTHER","features":[4]},{"name":"PCI_SUBCLASS_MM_TELEPHONY_DEV","features":[4]},{"name":"PCI_SUBCLASS_MM_VIDEO_DEV","features":[4]},{"name":"PCI_SUBCLASS_MSC_AHCI_CTLR","features":[4]},{"name":"PCI_SUBCLASS_MSC_FLOPPY_CTLR","features":[4]},{"name":"PCI_SUBCLASS_MSC_IDE_CTLR","features":[4]},{"name":"PCI_SUBCLASS_MSC_IPI_CTLR","features":[4]},{"name":"PCI_SUBCLASS_MSC_NVM_CTLR","features":[4]},{"name":"PCI_SUBCLASS_MSC_OTHER","features":[4]},{"name":"PCI_SUBCLASS_MSC_RAID_CTLR","features":[4]},{"name":"PCI_SUBCLASS_MSC_SCSI_BUS_CTLR","features":[4]},{"name":"PCI_SUBCLASS_NET_ATM_CTLR","features":[4]},{"name":"PCI_SUBCLASS_NET_ETHERNET_CTLR","features":[4]},{"name":"PCI_SUBCLASS_NET_FDDI_CTLR","features":[4]},{"name":"PCI_SUBCLASS_NET_ISDN_CTLR","features":[4]},{"name":"PCI_SUBCLASS_NET_OTHER","features":[4]},{"name":"PCI_SUBCLASS_NET_TOKEN_RING_CTLR","features":[4]},{"name":"PCI_SUBCLASS_PRE_20_NON_VGA","features":[4]},{"name":"PCI_SUBCLASS_PRE_20_VGA","features":[4]},{"name":"PCI_SUBCLASS_PROC_386","features":[4]},{"name":"PCI_SUBCLASS_PROC_486","features":[4]},{"name":"PCI_SUBCLASS_PROC_ALPHA","features":[4]},{"name":"PCI_SUBCLASS_PROC_COPROCESSOR","features":[4]},{"name":"PCI_SUBCLASS_PROC_PENTIUM","features":[4]},{"name":"PCI_SUBCLASS_PROC_POWERPC","features":[4]},{"name":"PCI_SUBCLASS_SAT_AUDIO","features":[4]},{"name":"PCI_SUBCLASS_SAT_DATA","features":[4]},{"name":"PCI_SUBCLASS_SAT_TV","features":[4]},{"name":"PCI_SUBCLASS_SAT_VOICE","features":[4]},{"name":"PCI_SUBCLASS_SB_ACCESS","features":[4]},{"name":"PCI_SUBCLASS_SB_FIBRE_CHANNEL","features":[4]},{"name":"PCI_SUBCLASS_SB_IEEE1394","features":[4]},{"name":"PCI_SUBCLASS_SB_SMBUS","features":[4]},{"name":"PCI_SUBCLASS_SB_SSA","features":[4]},{"name":"PCI_SUBCLASS_SB_THUNDERBOLT","features":[4]},{"name":"PCI_SUBCLASS_SB_USB","features":[4]},{"name":"PCI_SUBCLASS_SYS_DMA_CTLR","features":[4]},{"name":"PCI_SUBCLASS_SYS_GEN_HOTPLUG_CTLR","features":[4]},{"name":"PCI_SUBCLASS_SYS_INTERRUPT_CTLR","features":[4]},{"name":"PCI_SUBCLASS_SYS_OTHER","features":[4]},{"name":"PCI_SUBCLASS_SYS_RCEC","features":[4]},{"name":"PCI_SUBCLASS_SYS_REAL_TIME_CLOCK","features":[4]},{"name":"PCI_SUBCLASS_SYS_SDIO_CTRL","features":[4]},{"name":"PCI_SUBCLASS_SYS_SYSTEM_TIMER","features":[4]},{"name":"PCI_SUBCLASS_VID_OTHER","features":[4]},{"name":"PCI_SUBCLASS_VID_VGA_CTLR","features":[4]},{"name":"PCI_SUBCLASS_VID_XGA_CTLR","features":[4]},{"name":"PCI_SUBCLASS_WIRELESS_CON_IR","features":[4]},{"name":"PCI_SUBCLASS_WIRELESS_IRDA","features":[4]},{"name":"PCI_SUBCLASS_WIRELESS_OTHER","features":[4]},{"name":"PCI_SUBCLASS_WIRELESS_RF","features":[4]},{"name":"PCI_SUBLCASS_VID_3D_CTLR","features":[4]},{"name":"PCI_SUBSYSTEM_IDS_CAPABILITY","features":[4]},{"name":"PCI_TYPE0_ADDRESSES","features":[4]},{"name":"PCI_TYPE1_ADDRESSES","features":[4]},{"name":"PCI_TYPE2_ADDRESSES","features":[4]},{"name":"PCI_TYPE_20BIT","features":[4]},{"name":"PCI_TYPE_32BIT","features":[4]},{"name":"PCI_TYPE_64BIT","features":[4]},{"name":"PCI_USE_CLASS_SUBCLASS","features":[4]},{"name":"PCI_USE_LOCAL_BUS","features":[4]},{"name":"PCI_USE_LOCAL_DEVICE","features":[4]},{"name":"PCI_USE_PROGIF","features":[4]},{"name":"PCI_USE_REVISION","features":[4]},{"name":"PCI_USE_SUBSYSTEM_IDS","features":[4]},{"name":"PCI_USE_VENDEV_IDS","features":[4]},{"name":"PCI_VENDOR_SPECIFIC_CAPABILITY","features":[4]},{"name":"PCI_VIRTUALIZATION_INTERFACE","features":[4,1]},{"name":"PCI_WHICHSPACE_CONFIG","features":[4]},{"name":"PCI_WHICHSPACE_ROM","features":[4]},{"name":"PCI_X_CAPABILITY","features":[4]},{"name":"PCIe_NOTIFY_TYPE_GUID","features":[4]},{"name":"PCLFS_CLIENT_ADVANCE_TAIL_CALLBACK","features":[3,6,4,1,5,22,7,8,9]},{"name":"PCLFS_CLIENT_LFF_HANDLER_COMPLETE_CALLBACK","features":[3,6,4,1,5,7,8,9]},{"name":"PCLFS_CLIENT_LOG_UNPINNED_CALLBACK","features":[3,6,4,1,5,7,8,9]},{"name":"PCLFS_SET_LOG_SIZE_COMPLETE_CALLBACK","features":[3,6,4,1,5,7,8,9]},{"name":"PCMCIABus","features":[4]},{"name":"PCMCIAConfiguration","features":[4]},{"name":"PCONFIGURE_ADAPTER_CHANNEL","features":[3,6,4,1,5,7,8,9]},{"name":"PCRASHDUMP_POWER_ON","features":[4,1]},{"name":"PCREATE_COMMON_BUFFER_FROM_MDL","features":[3,6,4,1,5,7,8,9]},{"name":"PCREATE_PROCESS_NOTIFY_ROUTINE","features":[4,1]},{"name":"PCREATE_PROCESS_NOTIFY_ROUTINE_EX","features":[3,6,4,1,5,7,8,9,36]},{"name":"PCREATE_THREAD_NOTIFY_ROUTINE","features":[4,1]},{"name":"PCR_BTI_MITIGATION_CSWAP_HVC","features":[4]},{"name":"PCR_BTI_MITIGATION_CSWAP_SMC","features":[4]},{"name":"PCR_BTI_MITIGATION_NONE","features":[4]},{"name":"PCR_BTI_MITIGATION_VBAR_MASK","features":[4]},{"name":"PCR_MAJOR_VERSION","features":[4]},{"name":"PCR_MINOR_VERSION","features":[4]},{"name":"PCW_CALLBACK","features":[3,4,1,8]},{"name":"PCW_CALLBACK_INFORMATION","features":[3,4,1,8]},{"name":"PCW_CALLBACK_TYPE","features":[4]},{"name":"PCW_COUNTER_DESCRIPTOR","features":[4]},{"name":"PCW_COUNTER_INFORMATION","features":[4,1]},{"name":"PCW_CURRENT_VERSION","features":[4]},{"name":"PCW_DATA","features":[4]},{"name":"PCW_MASK_INFORMATION","features":[3,4,1,8]},{"name":"PCW_REGISTRATION_FLAGS","features":[4]},{"name":"PCW_REGISTRATION_INFORMATION","features":[4,1]},{"name":"PCW_VERSION_1","features":[4]},{"name":"PCW_VERSION_2","features":[4]},{"name":"PD3COLD_REQUEST_AUX_POWER","features":[4,1]},{"name":"PD3COLD_REQUEST_CORE_POWER_RAIL","features":[4]},{"name":"PD3COLD_REQUEST_PERST_DELAY","features":[4,1]},{"name":"PDEBUG_DEVICE_FOUND_FUNCTION","features":[4,1]},{"name":"PDEBUG_PRINT_CALLBACK","features":[4,8]},{"name":"PDEVICE_BUS_SPECIFIC_RESET_HANDLER","features":[4,1]},{"name":"PDEVICE_CHANGE_COMPLETE_CALLBACK","features":[4]},{"name":"PDEVICE_NOTIFY_CALLBACK","features":[4]},{"name":"PDEVICE_NOTIFY_CALLBACK2","features":[4]},{"name":"PDEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER","features":[4,1]},{"name":"PDEVICE_RESET_COMPLETION","features":[4]},{"name":"PDEVICE_RESET_HANDLER","features":[4,1]},{"name":"PDE_BASE","features":[4]},{"name":"PDE_PER_PAGE","features":[4]},{"name":"PDE_TOP","features":[4]},{"name":"PDI_SHIFT","features":[4]},{"name":"PDMA_COMPLETION_ROUTINE","features":[4]},{"name":"PDRIVER_CMC_EXCEPTION_CALLBACK","features":[4]},{"name":"PDRIVER_CPE_EXCEPTION_CALLBACK","features":[4]},{"name":"PDRIVER_EXCPTN_CALLBACK","features":[4]},{"name":"PDRIVER_VERIFIER_THUNK_ROUTINE","features":[4]},{"name":"PEI_NOTIFY_TYPE_GUID","features":[4]},{"name":"PENABLE_VIRTUALIZATION","features":[4,1]},{"name":"PETWENABLECALLBACK","features":[4]},{"name":"PEXPAND_STACK_CALLOUT","features":[4]},{"name":"PEXT_CALLBACK","features":[4]},{"name":"PEXT_DELETE_CALLBACK","features":[4]},{"name":"PEX_CALLBACK_FUNCTION","features":[4,1]},{"name":"PFAControl","features":[4]},{"name":"PFLUSH_ADAPTER_BUFFERS","features":[3,6,4,1,5,7,8,9]},{"name":"PFLUSH_ADAPTER_BUFFERS_EX","features":[3,6,4,1,5,7,8,9]},{"name":"PFLUSH_DMA_BUFFER","features":[3,6,4,1,5,7,8,9]},{"name":"PFNFTH","features":[4,1]},{"name":"PFN_IN_USE_PAGE_OFFLINE_NOTIFY","features":[4,1]},{"name":"PFN_NT_COMMIT_TRANSACTION","features":[4,1]},{"name":"PFN_NT_CREATE_TRANSACTION","features":[3,4,1,5]},{"name":"PFN_NT_OPEN_TRANSACTION","features":[3,4,1,5]},{"name":"PFN_NT_QUERY_INFORMATION_TRANSACTION","features":[4,1,38]},{"name":"PFN_NT_ROLLBACK_TRANSACTION","features":[4,1]},{"name":"PFN_NT_SET_INFORMATION_TRANSACTION","features":[4,1,38]},{"name":"PFN_RTL_IS_NTDDI_VERSION_AVAILABLE","features":[4,1]},{"name":"PFN_RTL_IS_SERVICE_PACK_VERSION_INSTALLED","features":[4,1]},{"name":"PFN_WHEA_HIGH_IRQL_LOG_SEL_EVENT_HANDLER","features":[4,1,32]},{"name":"PFPGA_BUS_SCAN","features":[4]},{"name":"PFPGA_CONTROL_CONFIG_SPACE","features":[4,1]},{"name":"PFPGA_CONTROL_ERROR_REPORTING","features":[4,1]},{"name":"PFPGA_CONTROL_LINK","features":[4,1]},{"name":"PFREE_ADAPTER_CHANNEL","features":[3,6,4,1,5,7,8,9]},{"name":"PFREE_ADAPTER_OBJECT","features":[3,6,4,1,5,7,8,9]},{"name":"PFREE_COMMON_BUFFER","features":[3,6,4,1,5,7,8,9]},{"name":"PFREE_COMMON_BUFFER_FROM_VECTOR","features":[3,6,4,1,5,7,8,9]},{"name":"PFREE_COMMON_BUFFER_VECTOR","features":[3,6,4,1,5,7,8,9]},{"name":"PFREE_FUNCTION_EX","features":[4]},{"name":"PFREE_MAP_REGISTERS","features":[3,6,4,1,5,7,8,9]},{"name":"PGET_COMMON_BUFFER_FROM_VECTOR_BY_INDEX","features":[3,6,4,1,5,7,8,9]},{"name":"PGET_D3COLD_CAPABILITY","features":[4,1]},{"name":"PGET_D3COLD_LAST_TRANSITION_STATUS","features":[4]},{"name":"PGET_DEVICE_RESET_STATUS","features":[4,1]},{"name":"PGET_DMA_ADAPTER","features":[3,6,4,1,5,7,8,9]},{"name":"PGET_DMA_ADAPTER_INFO","features":[3,6,4,1,5,7,8,9]},{"name":"PGET_DMA_ALIGNMENT","features":[3,6,4,1,5,7,8,9]},{"name":"PGET_DMA_DOMAIN","features":[3,6,4,1,5,7,8,9]},{"name":"PGET_DMA_TRANSFER_INFO","features":[3,6,4,1,5,7,8,9]},{"name":"PGET_IDLE_WAKE_INFO","features":[4,1]},{"name":"PGET_LOCATION_STRING","features":[4,1]},{"name":"PGET_SCATTER_GATHER_LIST","features":[3,6,4,1,5,7,8,9]},{"name":"PGET_SCATTER_GATHER_LIST_EX","features":[3,6,4,1,5,7,8,9]},{"name":"PGET_SDEV_IDENTIFIER","features":[4]},{"name":"PGET_SET_DEVICE_DATA","features":[4]},{"name":"PGET_UPDATED_BUS_RESOURCE","features":[4,1]},{"name":"PGET_VIRTUAL_DEVICE_DATA","features":[4]},{"name":"PGET_VIRTUAL_DEVICE_LOCATION","features":[4,1]},{"name":"PGET_VIRTUAL_DEVICE_RESOURCES","features":[4]},{"name":"PGET_VIRTUAL_FUNCTION_PROBED_BARS","features":[4,1]},{"name":"PGPE_CLEAR_STATUS","features":[3,6,4,1,5,7,8,9]},{"name":"PGPE_CLEAR_STATUS2","features":[4,1]},{"name":"PGPE_CONNECT_VECTOR","features":[3,6,4,1,5,7,8,9]},{"name":"PGPE_CONNECT_VECTOR2","features":[4,1]},{"name":"PGPE_DISABLE_EVENT","features":[3,6,4,1,5,7,8,9]},{"name":"PGPE_DISABLE_EVENT2","features":[4,1]},{"name":"PGPE_DISCONNECT_VECTOR","features":[4,1]},{"name":"PGPE_DISCONNECT_VECTOR2","features":[4,1]},{"name":"PGPE_ENABLE_EVENT","features":[3,6,4,1,5,7,8,9]},{"name":"PGPE_ENABLE_EVENT2","features":[4,1]},{"name":"PGPE_SERVICE_ROUTINE","features":[4,1]},{"name":"PGPE_SERVICE_ROUTINE2","features":[4,1]},{"name":"PHALIOREADWRITEHANDLER","features":[4,1]},{"name":"PHALMCAINTERFACELOCK","features":[4]},{"name":"PHALMCAINTERFACEREADREGISTER","features":[4,1]},{"name":"PHALMCAINTERFACEUNLOCK","features":[4]},{"name":"PHAL_RESET_DISPLAY_PARAMETERS","features":[4,1]},{"name":"PHVL_WHEA_ERROR_NOTIFICATION","features":[4,1]},{"name":"PHYSICAL_COUNTER_EVENT_BUFFER_CONFIGURATION","features":[4,1]},{"name":"PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR","features":[4,1]},{"name":"PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR_TYPE","features":[4]},{"name":"PHYSICAL_COUNTER_RESOURCE_LIST","features":[4,1]},{"name":"PHYSICAL_MEMORY_RANGE","features":[4]},{"name":"PINITIALIZE_DMA_TRANSFER_CONTEXT","features":[3,6,4,1,5,7,8,9]},{"name":"PINTERFACE_DEREFERENCE","features":[4]},{"name":"PINTERFACE_REFERENCE","features":[4]},{"name":"PIOMMU_DEVICE_CREATE","features":[4,1]},{"name":"PIOMMU_DEVICE_DELETE","features":[4,1]},{"name":"PIOMMU_DEVICE_FAULT_HANDLER","features":[4]},{"name":"PIOMMU_DEVICE_QUERY_DOMAIN_TYPES","features":[4]},{"name":"PIOMMU_DOMAIN_ATTACH_DEVICE","features":[4,1]},{"name":"PIOMMU_DOMAIN_ATTACH_DEVICE_EX","features":[4,1]},{"name":"PIOMMU_DOMAIN_CONFIGURE","features":[4,1]},{"name":"PIOMMU_DOMAIN_CREATE","features":[4,1]},{"name":"PIOMMU_DOMAIN_CREATE_EX","features":[4,1]},{"name":"PIOMMU_DOMAIN_DELETE","features":[4,1]},{"name":"PIOMMU_DOMAIN_DETACH_DEVICE","features":[4,1]},{"name":"PIOMMU_DOMAIN_DETACH_DEVICE_EX","features":[4,1]},{"name":"PIOMMU_FLUSH_DOMAIN","features":[4,1]},{"name":"PIOMMU_FLUSH_DOMAIN_VA_LIST","features":[4,1]},{"name":"PIOMMU_FREE_RESERVED_LOGICAL_ADDRESS_RANGE","features":[4,1]},{"name":"PIOMMU_INTERFACE_STATE_CHANGE_CALLBACK","features":[4]},{"name":"PIOMMU_MAP_IDENTITY_RANGE","features":[4,1]},{"name":"PIOMMU_MAP_IDENTITY_RANGE_EX","features":[4,1]},{"name":"PIOMMU_MAP_LOGICAL_RANGE","features":[4,1]},{"name":"PIOMMU_MAP_LOGICAL_RANGE_EX","features":[4,1]},{"name":"PIOMMU_MAP_RESERVED_LOGICAL_RANGE","features":[4,1]},{"name":"PIOMMU_QUERY_INPUT_MAPPINGS","features":[4,1]},{"name":"PIOMMU_REGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[4,1]},{"name":"PIOMMU_RESERVE_LOGICAL_ADDRESS_RANGE","features":[4,1]},{"name":"PIOMMU_SET_DEVICE_FAULT_REPORTING","features":[4,1]},{"name":"PIOMMU_SET_DEVICE_FAULT_REPORTING_EX","features":[4,1]},{"name":"PIOMMU_UNMAP_IDENTITY_RANGE","features":[4,1]},{"name":"PIOMMU_UNMAP_IDENTITY_RANGE_EX","features":[4,1]},{"name":"PIOMMU_UNMAP_LOGICAL_RANGE","features":[4,1]},{"name":"PIOMMU_UNMAP_RESERVED_LOGICAL_RANGE","features":[4,1]},{"name":"PIOMMU_UNREGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[4,1]},{"name":"PIO_CONTAINER_NOTIFICATION_FUNCTION","features":[4,1]},{"name":"PIO_CSQ_ACQUIRE_LOCK","features":[4]},{"name":"PIO_CSQ_COMPLETE_CANCELED_IRP","features":[4]},{"name":"PIO_CSQ_INSERT_IRP","features":[4]},{"name":"PIO_CSQ_INSERT_IRP_EX","features":[4,1]},{"name":"PIO_CSQ_PEEK_NEXT_IRP","features":[3,6,4,1,5,7,8,9]},{"name":"PIO_CSQ_RELEASE_LOCK","features":[4]},{"name":"PIO_CSQ_REMOVE_IRP","features":[4]},{"name":"PIO_DEVICE_EJECT_CALLBACK","features":[4,1]},{"name":"PIO_DPC_ROUTINE","features":[4]},{"name":"PIO_PERSISTED_MEMORY_ENUMERATION_CALLBACK","features":[4,1]},{"name":"PIO_QUERY_DEVICE_ROUTINE","features":[4,1]},{"name":"PIO_SESSION_NOTIFICATION_FUNCTION","features":[4,1]},{"name":"PIO_TIMER_ROUTINE","features":[4]},{"name":"PIO_WORKITEM_ROUTINE","features":[4]},{"name":"PIO_WORKITEM_ROUTINE_EX","features":[4]},{"name":"PJOIN_DMA_DOMAIN","features":[3,6,4,1,5,7,8,9]},{"name":"PKBUGCHECK_CALLBACK_ROUTINE","features":[4]},{"name":"PKBUGCHECK_REASON_CALLBACK_ROUTINE","features":[4]},{"name":"PKIPI_BROADCAST_WORKER","features":[4]},{"name":"PKMESSAGE_SERVICE_ROUTINE","features":[4,1]},{"name":"PKSERVICE_ROUTINE","features":[4,1]},{"name":"PKSTART_ROUTINE","features":[4]},{"name":"PKSYNCHRONIZE_ROUTINE","features":[4,1]},{"name":"PLEAVE_DMA_DOMAIN","features":[3,6,4,1,5,7,8,9]},{"name":"PLOAD_IMAGE_NOTIFY_ROUTINE","features":[4,1]},{"name":"PLUGPLAY_NOTIFICATION_HEADER","features":[4]},{"name":"PLUGPLAY_PROPERTY_PERSISTENT","features":[4]},{"name":"PLUGPLAY_REGKEY_CURRENT_HWPROFILE","features":[4]},{"name":"PLUGPLAY_REGKEY_DEVICE","features":[4]},{"name":"PLUGPLAY_REGKEY_DRIVER","features":[4]},{"name":"PMAP_TRANSFER","features":[3,6,4,1,5,7,8,9]},{"name":"PMAP_TRANSFER_EX","features":[3,6,4,1,5,7,8,9]},{"name":"PMCCounter","features":[4]},{"name":"PMEM_ERROR_SECTION_GUID","features":[4]},{"name":"PMM_DLL_INITIALIZE","features":[4,1]},{"name":"PMM_DLL_UNLOAD","features":[4,1]},{"name":"PMM_GET_SYSTEM_ROUTINE_ADDRESS_EX","features":[4,1]},{"name":"PMM_MDL_ROUTINE","features":[4]},{"name":"PMM_ROTATE_COPY_CALLBACK_FUNCTION","features":[3,4,1]},{"name":"PM_DISPATCH_TABLE","features":[4]},{"name":"PNMI_CALLBACK","features":[4,1]},{"name":"PNPBus","features":[4]},{"name":"PNPEM_CONTROL_ENABLE_DISABLE","features":[4,1]},{"name":"PNPEM_CONTROL_QUERY_CONTROL","features":[4]},{"name":"PNPEM_CONTROL_QUERY_STANDARD_CAPABILITIES","features":[4,1]},{"name":"PNPEM_CONTROL_SET_STANDARD_CONTROL","features":[4,1]},{"name":"PNPISABus","features":[4]},{"name":"PNPISAConfiguration","features":[4]},{"name":"PNPNOTIFY_DEVICE_INTERFACE_INCLUDE_EXISTING_INTERFACES","features":[4]},{"name":"PNP_BUS_INFORMATION","features":[4]},{"name":"PNP_DEVICE_ASSIGNED_TO_GUEST","features":[4]},{"name":"PNP_DEVICE_DISABLED","features":[4]},{"name":"PNP_DEVICE_DISCONNECTED","features":[4]},{"name":"PNP_DEVICE_DONT_DISPLAY_IN_UI","features":[4]},{"name":"PNP_DEVICE_FAILED","features":[4]},{"name":"PNP_DEVICE_NOT_DISABLEABLE","features":[4]},{"name":"PNP_DEVICE_REMOVED","features":[4]},{"name":"PNP_DEVICE_RESOURCE_REQUIREMENTS_CHANGED","features":[4]},{"name":"PNP_DEVICE_RESOURCE_UPDATED","features":[4]},{"name":"PNP_EXTENDED_ADDRESS_INTERFACE","features":[4]},{"name":"PNP_EXTENDED_ADDRESS_INTERFACE_VERSION","features":[4]},{"name":"PNP_LOCATION_INTERFACE","features":[4,1]},{"name":"PNP_REPLACE_DRIVER_INTERFACE","features":[4,1]},{"name":"PNP_REPLACE_DRIVER_INTERFACE_VERSION","features":[4]},{"name":"PNP_REPLACE_HARDWARE_MEMORY_MIRRORING","features":[4]},{"name":"PNP_REPLACE_HARDWARE_PAGE_COPY","features":[4]},{"name":"PNP_REPLACE_HARDWARE_QUIESCE","features":[4]},{"name":"PNP_REPLACE_MEMORY_LIST","features":[4]},{"name":"PNP_REPLACE_MEMORY_SUPPORTED","features":[4]},{"name":"PNP_REPLACE_PARAMETERS","features":[4,1]},{"name":"PNP_REPLACE_PARAMETERS_VERSION","features":[4]},{"name":"PNP_REPLACE_PROCESSOR_LIST","features":[4]},{"name":"PNP_REPLACE_PROCESSOR_LIST_V1","features":[4]},{"name":"PNP_REPLACE_PROCESSOR_SUPPORTED","features":[4]},{"name":"PNTFS_DEREF_EXPORTED_SECURITY_DESCRIPTOR","features":[4]},{"name":"POB_POST_OPERATION_CALLBACK","features":[3,4,1]},{"name":"POB_PRE_OPERATION_CALLBACK","features":[3,4]},{"name":"POOLED_USAGE_AND_LIMITS","features":[4]},{"name":"POOL_COLD_ALLOCATION","features":[4]},{"name":"POOL_CREATE_EXTENDED_PARAMS","features":[4]},{"name":"POOL_CREATE_FLG_SECURE_POOL","features":[4]},{"name":"POOL_CREATE_FLG_USE_GLOBAL_POOL","features":[4]},{"name":"POOL_CREATE_PARAMS_VERSION","features":[4]},{"name":"POOL_EXTENDED_PARAMETER","features":[4,1]},{"name":"POOL_EXTENDED_PARAMETER_REQUIRED_FIELD_BITS","features":[4]},{"name":"POOL_EXTENDED_PARAMETER_TYPE","features":[4]},{"name":"POOL_EXTENDED_PARAMETER_TYPE_BITS","features":[4]},{"name":"POOL_EXTENDED_PARAMS_SECURE_POOL","features":[4,1]},{"name":"POOL_NX_ALLOCATION","features":[4]},{"name":"POOL_NX_OPTIN_AUTO","features":[4]},{"name":"POOL_QUOTA_FAIL_INSTEAD_OF_RAISE","features":[4]},{"name":"POOL_RAISE_IF_ALLOCATION_FAILURE","features":[4]},{"name":"POOL_TAGGING","features":[4]},{"name":"POOL_ZEROING_INFORMATION","features":[4]},{"name":"POOL_ZERO_ALLOCATION","features":[4]},{"name":"PORT_MAXIMUM_MESSAGE_LENGTH","features":[4]},{"name":"POWER_LEVEL","features":[4]},{"name":"POWER_MONITOR_INVOCATION","features":[4,1]},{"name":"POWER_MONITOR_REQUEST_REASON","features":[4]},{"name":"POWER_MONITOR_REQUEST_TYPE","features":[4]},{"name":"POWER_PLATFORM_INFORMATION","features":[4,1]},{"name":"POWER_PLATFORM_ROLE","features":[4]},{"name":"POWER_PLATFORM_ROLE_V1","features":[4]},{"name":"POWER_PLATFORM_ROLE_V2","features":[4]},{"name":"POWER_PLATFORM_ROLE_VERSION","features":[4]},{"name":"POWER_SEQUENCE","features":[4]},{"name":"POWER_SESSION_CONNECT","features":[4,1]},{"name":"POWER_SESSION_RIT_STATE","features":[4,1]},{"name":"POWER_SESSION_TIMEOUTS","features":[4]},{"name":"POWER_SESSION_WINLOGON","features":[4,1]},{"name":"POWER_SETTING_CALLBACK","features":[4,1]},{"name":"POWER_SETTING_VALUE_VERSION","features":[4]},{"name":"POWER_STATE","features":[4,9]},{"name":"POWER_STATE_TYPE","features":[4]},{"name":"POWER_THROTTLING_PROCESS_CURRENT_VERSION","features":[4]},{"name":"POWER_THROTTLING_PROCESS_DELAYTIMERS","features":[4]},{"name":"POWER_THROTTLING_PROCESS_EXECUTION_SPEED","features":[4]},{"name":"POWER_THROTTLING_PROCESS_IGNORE_TIMER_RESOLUTION","features":[4]},{"name":"POWER_THROTTLING_PROCESS_STATE","features":[4]},{"name":"POWER_THROTTLING_THREAD_CURRENT_VERSION","features":[4]},{"name":"POWER_THROTTLING_THREAD_EXECUTION_SPEED","features":[4]},{"name":"POWER_THROTTLING_THREAD_STATE","features":[4]},{"name":"POWER_THROTTLING_THREAD_VALID_FLAGS","features":[4]},{"name":"POWER_USER_PRESENCE_TYPE","features":[4]},{"name":"PO_FX_COMPONENT_ACTIVE_CONDITION_CALLBACK","features":[4]},{"name":"PO_FX_COMPONENT_CRITICAL_TRANSITION_CALLBACK","features":[4,1]},{"name":"PO_FX_COMPONENT_FLAG_F0_ON_DX","features":[4]},{"name":"PO_FX_COMPONENT_FLAG_NO_DEBOUNCE","features":[4]},{"name":"PO_FX_COMPONENT_IDLE_CONDITION_CALLBACK","features":[4]},{"name":"PO_FX_COMPONENT_IDLE_STATE","features":[4]},{"name":"PO_FX_COMPONENT_IDLE_STATE_CALLBACK","features":[4]},{"name":"PO_FX_COMPONENT_PERF_INFO","features":[4,1]},{"name":"PO_FX_COMPONENT_PERF_SET","features":[4,1]},{"name":"PO_FX_COMPONENT_PERF_STATE_CALLBACK","features":[4,1]},{"name":"PO_FX_COMPONENT_V1","features":[4]},{"name":"PO_FX_COMPONENT_V2","features":[4]},{"name":"PO_FX_DEVICE_POWER_NOT_REQUIRED_CALLBACK","features":[4]},{"name":"PO_FX_DEVICE_POWER_REQUIRED_CALLBACK","features":[4]},{"name":"PO_FX_DEVICE_V1","features":[4,1]},{"name":"PO_FX_DEVICE_V2","features":[4,1]},{"name":"PO_FX_DEVICE_V3","features":[4,1]},{"name":"PO_FX_DIRECTED_FX_DEFAULT_IDLE_TIMEOUT","features":[4]},{"name":"PO_FX_DIRECTED_POWER_DOWN_CALLBACK","features":[4]},{"name":"PO_FX_DIRECTED_POWER_UP_CALLBACK","features":[4]},{"name":"PO_FX_DRIPS_WATCHDOG_CALLBACK","features":[3,6,4,1,5,7,8,9]},{"name":"PO_FX_FLAG_ASYNC_ONLY","features":[4]},{"name":"PO_FX_FLAG_BLOCKING","features":[4]},{"name":"PO_FX_FLAG_PERF_PEP_OPTIONAL","features":[4]},{"name":"PO_FX_FLAG_PERF_QUERY_ON_ALL_IDLE_STATES","features":[4]},{"name":"PO_FX_FLAG_PERF_QUERY_ON_F0","features":[4]},{"name":"PO_FX_PERF_STATE","features":[4]},{"name":"PO_FX_PERF_STATE_CHANGE","features":[4]},{"name":"PO_FX_PERF_STATE_TYPE","features":[4]},{"name":"PO_FX_PERF_STATE_UNIT","features":[4]},{"name":"PO_FX_POWER_CONTROL_CALLBACK","features":[4,1]},{"name":"PO_FX_UNKNOWN_POWER","features":[4]},{"name":"PO_FX_UNKNOWN_TIME","features":[4]},{"name":"PO_FX_VERSION","features":[4]},{"name":"PO_FX_VERSION_V1","features":[4]},{"name":"PO_FX_VERSION_V2","features":[4]},{"name":"PO_FX_VERSION_V3","features":[4]},{"name":"PO_MEM_BOOT_PHASE","features":[4]},{"name":"PO_MEM_CLONE","features":[4]},{"name":"PO_MEM_CL_OR_NCHK","features":[4]},{"name":"PO_MEM_DISCARD","features":[4]},{"name":"PO_MEM_PAGE_ADDRESS","features":[4]},{"name":"PO_MEM_PRESERVE","features":[4]},{"name":"PO_THERMAL_REQUEST_TYPE","features":[4]},{"name":"PPCI_EXPRESS_ENTER_LINK_QUIESCENT_MODE","features":[4,1]},{"name":"PPCI_EXPRESS_EXIT_LINK_QUIESCENT_MODE","features":[4,1]},{"name":"PPCI_EXPRESS_ROOT_PORT_READ_CONFIG_SPACE","features":[4]},{"name":"PPCI_EXPRESS_ROOT_PORT_WRITE_CONFIG_SPACE","features":[4]},{"name":"PPCI_EXPRESS_WAKE_CONTROL","features":[4]},{"name":"PPCI_IS_DEVICE_PRESENT","features":[4,1]},{"name":"PPCI_IS_DEVICE_PRESENT_EX","features":[4,1]},{"name":"PPCI_LINE_TO_PIN","features":[4]},{"name":"PPCI_MSIX_GET_ENTRY","features":[4,1]},{"name":"PPCI_MSIX_GET_TABLE_SIZE","features":[4,1]},{"name":"PPCI_MSIX_MASKUNMASK_ENTRY","features":[4,1]},{"name":"PPCI_MSIX_SET_ENTRY","features":[4,1]},{"name":"PPCI_PIN_TO_LINE","features":[4]},{"name":"PPCI_PREPARE_MULTISTAGE_RESUME","features":[4]},{"name":"PPCI_READ_WRITE_CONFIG","features":[4]},{"name":"PPCI_ROOT_BUS_CAPABILITY","features":[4]},{"name":"PPCI_SET_ACS","features":[4,1]},{"name":"PPCI_SET_ACS2","features":[4,1]},{"name":"PPCI_SET_ATS","features":[4,1]},{"name":"PPCW_CALLBACK","features":[4,1]},{"name":"PPHYSICAL_COUNTER_EVENT_BUFFER_OVERFLOW_HANDLER","features":[4,1]},{"name":"PPHYSICAL_COUNTER_OVERFLOW_HANDLER","features":[4,1]},{"name":"PPI_SHIFT","features":[4]},{"name":"PPOWER_SETTING_CALLBACK","features":[4,1]},{"name":"PPO_FX_COMPONENT_ACTIVE_CONDITION_CALLBACK","features":[4]},{"name":"PPO_FX_COMPONENT_CRITICAL_TRANSITION_CALLBACK","features":[4]},{"name":"PPO_FX_COMPONENT_IDLE_CONDITION_CALLBACK","features":[4]},{"name":"PPO_FX_COMPONENT_IDLE_STATE_CALLBACK","features":[4]},{"name":"PPO_FX_COMPONENT_PERF_STATE_CALLBACK","features":[4]},{"name":"PPO_FX_DEVICE_POWER_NOT_REQUIRED_CALLBACK","features":[4]},{"name":"PPO_FX_DEVICE_POWER_REQUIRED_CALLBACK","features":[4]},{"name":"PPO_FX_DIRECTED_POWER_DOWN_CALLBACK","features":[4]},{"name":"PPO_FX_DIRECTED_POWER_UP_CALLBACK","features":[4]},{"name":"PPO_FX_DRIPS_WATCHDOG_CALLBACK","features":[4]},{"name":"PPO_FX_POWER_CONTROL_CALLBACK","features":[4,1]},{"name":"PPROCESSOR_CALLBACK_FUNCTION","features":[4]},{"name":"PPROCESSOR_HALT_ROUTINE","features":[4,1]},{"name":"PPTM_DEVICE_DISABLE","features":[4,1]},{"name":"PPTM_DEVICE_ENABLE","features":[4,1]},{"name":"PPTM_DEVICE_QUERY_GRANULARITY","features":[4,1]},{"name":"PPTM_DEVICE_QUERY_TIME_SOURCE","features":[4,1]},{"name":"PPUT_DMA_ADAPTER","features":[3,6,4,1,5,7,8,9]},{"name":"PPUT_SCATTER_GATHER_LIST","features":[3,6,4,1,5,7,8,9]},{"name":"PQUERYEXTENDEDADDRESS","features":[4]},{"name":"PREAD_DMA_COUNTER","features":[3,6,4,1,5,7,8,9]},{"name":"PREENUMERATE_SELF","features":[4]},{"name":"PREGISTER_FOR_DEVICE_NOTIFICATIONS","features":[3,6,4,1,5,7,8,9]},{"name":"PREGISTER_FOR_DEVICE_NOTIFICATIONS2","features":[4,1]},{"name":"PREPLACE_BEGIN","features":[4,1]},{"name":"PREPLACE_DRIVER_INIT","features":[4,1]},{"name":"PREPLACE_ENABLE_DISABLE_HARDWARE_QUIESCE","features":[4,1]},{"name":"PREPLACE_END","features":[4,1]},{"name":"PREPLACE_GET_MEMORY_DESTINATION","features":[4,1]},{"name":"PREPLACE_INITIATE_HARDWARE_MIRROR","features":[4,1]},{"name":"PREPLACE_MAP_MEMORY","features":[4,1]},{"name":"PREPLACE_MIRROR_PHYSICAL_MEMORY","features":[4,1]},{"name":"PREPLACE_MIRROR_PLATFORM_MEMORY","features":[4,1]},{"name":"PREPLACE_SET_PROCESSOR_ID","features":[4,1]},{"name":"PREPLACE_SWAP","features":[4,1]},{"name":"PREPLACE_UNLOAD","features":[4]},{"name":"PREQUEST_POWER_COMPLETE","features":[4]},{"name":"PRIVILEGE_SET_ALL_NECESSARY","features":[4]},{"name":"PROCESSOR_CALLBACK_FUNCTION","features":[4,1,8]},{"name":"PROCESSOR_FEATURE_MAX","features":[4]},{"name":"PROCESSOR_GENERIC_ERROR_SECTION_GUID","features":[4]},{"name":"PROCESSOR_HALT_ROUTINE","features":[4,1]},{"name":"PROCESS_ACCESS_TOKEN","features":[4,1]},{"name":"PROCESS_DEVICEMAP_INFORMATION","features":[4,1]},{"name":"PROCESS_DEVICEMAP_INFORMATION_EX","features":[4,1]},{"name":"PROCESS_EXCEPTION_PORT","features":[4,1]},{"name":"PROCESS_EXCEPTION_PORT_ALL_STATE_BITS","features":[4]},{"name":"PROCESS_EXTENDED_BASIC_INFORMATION","features":[4,1,8,39]},{"name":"PROCESS_HANDLE_EXCEPTIONS_ENABLED","features":[4]},{"name":"PROCESS_HANDLE_RAISE_UM_EXCEPTION_ON_INVALID_HANDLE_CLOSE_DISABLED","features":[4]},{"name":"PROCESS_HANDLE_RAISE_UM_EXCEPTION_ON_INVALID_HANDLE_CLOSE_ENABLED","features":[4]},{"name":"PROCESS_HANDLE_TRACING_ENABLE","features":[4]},{"name":"PROCESS_HANDLE_TRACING_ENABLE_EX","features":[4]},{"name":"PROCESS_HANDLE_TRACING_ENTRY","features":[4,1,36]},{"name":"PROCESS_HANDLE_TRACING_MAX_STACKS","features":[4]},{"name":"PROCESS_HANDLE_TRACING_QUERY","features":[4,1,36]},{"name":"PROCESS_KEEPALIVE_COUNT_INFORMATION","features":[4]},{"name":"PROCESS_LUID_DOSDEVICES_ONLY","features":[4]},{"name":"PROCESS_MEMBERSHIP_INFORMATION","features":[4]},{"name":"PROCESS_REVOKE_FILE_HANDLES_INFORMATION","features":[4,1]},{"name":"PROCESS_SESSION_INFORMATION","features":[4]},{"name":"PROCESS_SYSCALL_PROVIDER_INFORMATION","features":[4]},{"name":"PROCESS_WS_WATCH_INFORMATION","features":[4]},{"name":"PROFILE_LEVEL","features":[4]},{"name":"PROTECTED_POOL","features":[4]},{"name":"PRTL_AVL_ALLOCATE_ROUTINE","features":[4]},{"name":"PRTL_AVL_COMPARE_ROUTINE","features":[4]},{"name":"PRTL_AVL_FREE_ROUTINE","features":[4]},{"name":"PRTL_AVL_MATCH_FUNCTION","features":[4,1]},{"name":"PRTL_GENERIC_ALLOCATE_ROUTINE","features":[4]},{"name":"PRTL_GENERIC_COMPARE_ROUTINE","features":[4]},{"name":"PRTL_GENERIC_FREE_ROUTINE","features":[4]},{"name":"PRTL_QUERY_REGISTRY_ROUTINE","features":[4,1]},{"name":"PRTL_RUN_ONCE_INIT_FN","features":[4]},{"name":"PSCREATEPROCESSNOTIFYTYPE","features":[4]},{"name":"PSCREATETHREADNOTIFYTYPE","features":[4]},{"name":"PSECURE_DRIVER_PROCESS_DEREFERENCE","features":[4]},{"name":"PSECURE_DRIVER_PROCESS_REFERENCE","features":[3,4]},{"name":"PSET_D3COLD_SUPPORT","features":[4]},{"name":"PSET_VIRTUAL_DEVICE_DATA","features":[4]},{"name":"PSE_IMAGE_VERIFICATION_CALLBACK_FUNCTION","features":[4]},{"name":"PSHED_PI_ATTEMPT_ERROR_RECOVERY","features":[4,1]},{"name":"PSHED_PI_CLEAR_ERROR_RECORD","features":[4,1]},{"name":"PSHED_PI_CLEAR_ERROR_STATUS","features":[4,1,32]},{"name":"PSHED_PI_DISABLE_ERROR_SOURCE","features":[4,1,32]},{"name":"PSHED_PI_ENABLE_ERROR_SOURCE","features":[4,1,32]},{"name":"PSHED_PI_ERR_READING_PCIE_OVERRIDES","features":[4]},{"name":"PSHED_PI_FINALIZE_ERROR_RECORD","features":[4,1,32]},{"name":"PSHED_PI_GET_ALL_ERROR_SOURCES","features":[4,1,32]},{"name":"PSHED_PI_GET_ERROR_SOURCE_INFO","features":[4,1,32]},{"name":"PSHED_PI_GET_INJECTION_CAPABILITIES","features":[4,1]},{"name":"PSHED_PI_INJECT_ERROR","features":[4,1]},{"name":"PSHED_PI_READ_ERROR_RECORD","features":[4,1]},{"name":"PSHED_PI_RETRIEVE_ERROR_INFO","features":[4,1,32]},{"name":"PSHED_PI_SET_ERROR_SOURCE_INFO","features":[4,1,32]},{"name":"PSHED_PI_WRITE_ERROR_RECORD","features":[4,1]},{"name":"PS_CREATE_NOTIFY_INFO","features":[3,6,4,1,5,7,8,9,36]},{"name":"PS_IMAGE_NOTIFY_CONFLICTING_ARCHITECTURE","features":[4]},{"name":"PS_INVALID_SILO_CONTEXT_SLOT","features":[4]},{"name":"PTE_BASE","features":[4]},{"name":"PTE_PER_PAGE","features":[4]},{"name":"PTE_TOP","features":[4]},{"name":"PTIMER_APC_ROUTINE","features":[4]},{"name":"PTI_SHIFT","features":[4]},{"name":"PTM_CONTROL_INTERFACE","features":[4,1]},{"name":"PTM_DEVICE_DISABLE","features":[4,1]},{"name":"PTM_DEVICE_ENABLE","features":[4,1]},{"name":"PTM_DEVICE_QUERY_GRANULARITY","features":[4,1]},{"name":"PTM_DEVICE_QUERY_TIME_SOURCE","features":[4,1]},{"name":"PTM_PROPAGATE_ROUTINE","features":[4,1]},{"name":"PTM_RM_NOTIFICATION","features":[3,4,1]},{"name":"PTRANSLATE_BUS_ADDRESS","features":[4,1]},{"name":"PTRANSLATE_RESOURCE_HANDLER","features":[3,6,4,1,5,7,8,9]},{"name":"PTRANSLATE_RESOURCE_REQUIREMENTS_HANDLER","features":[3,6,4,1,5,7,8,9]},{"name":"PUNREGISTER_FOR_DEVICE_NOTIFICATIONS","features":[3,6,4,1,5,7,8,9]},{"name":"PUNREGISTER_FOR_DEVICE_NOTIFICATIONS2","features":[4]},{"name":"PageIn","features":[4]},{"name":"ParallelController","features":[4]},{"name":"PciAcsBitDisable","features":[4]},{"name":"PciAcsBitDontCare","features":[4]},{"name":"PciAcsBitEnable","features":[4]},{"name":"PciAcsReserved","features":[4]},{"name":"PciAddressParityError","features":[4]},{"name":"PciBusDataParityError","features":[4]},{"name":"PciBusMasterAbort","features":[4]},{"name":"PciBusSystemError","features":[4]},{"name":"PciBusTimeOut","features":[4]},{"name":"PciBusUnknownError","features":[4]},{"name":"PciCommandParityError","features":[4]},{"name":"PciConventional","features":[4]},{"name":"PciDeviceD3Cold_Reason_Default_State_BitIndex","features":[4]},{"name":"PciDeviceD3Cold_Reason_INF_BitIndex","features":[4]},{"name":"PciDeviceD3Cold_Reason_Interface_Api_BitIndex","features":[4]},{"name":"PciDeviceD3Cold_State_Disabled_BitIndex","features":[4]},{"name":"PciDeviceD3Cold_State_Disabled_Bridge_HackFlags_BitIndex","features":[4]},{"name":"PciDeviceD3Cold_State_Enabled_BitIndex","features":[4]},{"name":"PciDeviceD3Cold_State_ParentRootPortS0WakeSupported_BitIndex","features":[4]},{"name":"PciExpress","features":[4]},{"name":"PciExpressASPMLinkSubState_L11_BitIndex","features":[4]},{"name":"PciExpressASPMLinkSubState_L12_BitIndex","features":[4]},{"name":"PciExpressDownstreamSwitchPort","features":[4]},{"name":"PciExpressEndpoint","features":[4]},{"name":"PciExpressLegacyEndpoint","features":[4]},{"name":"PciExpressPciPmLinkSubState_L11_BitIndex","features":[4]},{"name":"PciExpressPciPmLinkSubState_L12_BitIndex","features":[4]},{"name":"PciExpressRootComplexEventCollector","features":[4]},{"name":"PciExpressRootComplexIntegratedEndpoint","features":[4]},{"name":"PciExpressRootPort","features":[4]},{"name":"PciExpressToPciXBridge","features":[4]},{"name":"PciExpressUpstreamSwitchPort","features":[4]},{"name":"PciLine2Pin","features":[4]},{"name":"PciMasterDataParityError","features":[4]},{"name":"PciPin2Line","features":[4]},{"name":"PciReadWriteConfig","features":[4]},{"name":"PciXMode1","features":[4]},{"name":"PciXMode2","features":[4]},{"name":"PciXToExpressBridge","features":[4]},{"name":"PcwAddInstance","features":[3,4,1]},{"name":"PcwCallbackAddCounter","features":[4]},{"name":"PcwCallbackCollectData","features":[4]},{"name":"PcwCallbackEnumerateInstances","features":[4]},{"name":"PcwCallbackRemoveCounter","features":[4]},{"name":"PcwCloseInstance","features":[3,4]},{"name":"PcwCreateInstance","features":[3,4,1]},{"name":"PcwRegister","features":[3,4,1]},{"name":"PcwRegistrationNone","features":[4]},{"name":"PcwRegistrationSiloNeutral","features":[4]},{"name":"PcwUnregister","features":[3,4]},{"name":"PermissionFault","features":[4]},{"name":"PlatformLevelDeviceReset","features":[4]},{"name":"PlatformRoleAppliancePC","features":[4]},{"name":"PlatformRoleDesktop","features":[4]},{"name":"PlatformRoleEnterpriseServer","features":[4]},{"name":"PlatformRoleMaximum","features":[4]},{"name":"PlatformRoleMobile","features":[4]},{"name":"PlatformRolePerformanceServer","features":[4]},{"name":"PlatformRoleSOHOServer","features":[4]},{"name":"PlatformRoleSlate","features":[4]},{"name":"PlatformRoleUnspecified","features":[4]},{"name":"PlatformRoleWorkstation","features":[4]},{"name":"PoAc","features":[4]},{"name":"PoCallDriver","features":[3,6,4,1,5,7,8,9]},{"name":"PoClearPowerRequest","features":[4,1,9]},{"name":"PoConditionMaximum","features":[4]},{"name":"PoCreatePowerRequest","features":[3,6,4,1,5,7,8,9]},{"name":"PoCreateThermalRequest","features":[3,6,4,1,5,7,8,9]},{"name":"PoDc","features":[4]},{"name":"PoDeletePowerRequest","features":[4]},{"name":"PoDeleteThermalRequest","features":[4]},{"name":"PoEndDeviceBusy","features":[4]},{"name":"PoFxActivateComponent","features":[3,4]},{"name":"PoFxCompleteDevicePowerNotRequired","features":[3,4]},{"name":"PoFxCompleteDirectedPowerDown","features":[3,4]},{"name":"PoFxCompleteIdleCondition","features":[3,4]},{"name":"PoFxCompleteIdleState","features":[3,4]},{"name":"PoFxIdleComponent","features":[3,4]},{"name":"PoFxIssueComponentPerfStateChange","features":[3,4]},{"name":"PoFxIssueComponentPerfStateChangeMultiple","features":[3,4]},{"name":"PoFxNotifySurprisePowerOn","features":[3,6,4,1,5,7,8,9]},{"name":"PoFxPerfStateTypeDiscrete","features":[4]},{"name":"PoFxPerfStateTypeMaximum","features":[4]},{"name":"PoFxPerfStateTypeRange","features":[4]},{"name":"PoFxPerfStateUnitBandwidth","features":[4]},{"name":"PoFxPerfStateUnitFrequency","features":[4]},{"name":"PoFxPerfStateUnitMaximum","features":[4]},{"name":"PoFxPerfStateUnitOther","features":[4]},{"name":"PoFxPowerControl","features":[3,4,1]},{"name":"PoFxPowerOnCrashdumpDevice","features":[3,4,1]},{"name":"PoFxQueryCurrentComponentPerfState","features":[3,4,1]},{"name":"PoFxRegisterComponentPerfStates","features":[3,4,1]},{"name":"PoFxRegisterCrashdumpDevice","features":[3,4,1]},{"name":"PoFxRegisterDevice","features":[3,6,4,1,5,7,8,9]},{"name":"PoFxRegisterDripsWatchdogCallback","features":[3,6,4,1,5,7,8,9]},{"name":"PoFxReportDevicePoweredOn","features":[3,4]},{"name":"PoFxSetComponentLatency","features":[3,4]},{"name":"PoFxSetComponentResidency","features":[3,4]},{"name":"PoFxSetComponentWake","features":[3,4,1]},{"name":"PoFxSetDeviceIdleTimeout","features":[3,4]},{"name":"PoFxSetTargetDripsDevicePowerState","features":[3,4,1,9]},{"name":"PoFxStartDevicePowerManagement","features":[3,4]},{"name":"PoFxUnregisterDevice","features":[3,4]},{"name":"PoGetSystemWake","features":[3,6,4,1,5,7,8,9]},{"name":"PoGetThermalRequestSupport","features":[4,1]},{"name":"PoHot","features":[4]},{"name":"PoQueryWatchdogTime","features":[3,6,4,1,5,7,8,9]},{"name":"PoRegisterDeviceForIdleDetection","features":[3,6,4,1,5,7,8,9]},{"name":"PoRegisterPowerSettingCallback","features":[3,6,4,1,5,7,8,9]},{"name":"PoRegisterSystemState","features":[4]},{"name":"PoRequestPowerIrp","features":[3,6,4,1,5,7,8,9]},{"name":"PoSetDeviceBusyEx","features":[4]},{"name":"PoSetHiberRange","features":[4]},{"name":"PoSetPowerRequest","features":[4,1,9]},{"name":"PoSetPowerState","features":[3,6,4,1,5,7,8,9]},{"name":"PoSetSystemState","features":[4]},{"name":"PoSetSystemWake","features":[3,6,4,1,5,7,8,9]},{"name":"PoSetSystemWakeDevice","features":[3,6,4,1,5,7,8,9]},{"name":"PoSetThermalActiveCooling","features":[4,1]},{"name":"PoSetThermalPassiveCooling","features":[4,1]},{"name":"PoStartDeviceBusy","features":[4]},{"name":"PoStartNextPowerIrp","features":[3,6,4,1,5,7,8,9]},{"name":"PoThermalRequestActive","features":[4]},{"name":"PoThermalRequestPassive","features":[4]},{"name":"PoUnregisterPowerSettingCallback","features":[4,1]},{"name":"PoUnregisterSystemState","features":[4]},{"name":"PointerController","features":[4]},{"name":"PointerPeripheral","features":[4]},{"name":"PoolAllocation","features":[4]},{"name":"PoolExtendedParameterInvalidType","features":[4]},{"name":"PoolExtendedParameterMax","features":[4]},{"name":"PoolExtendedParameterNumaNode","features":[4]},{"name":"PoolExtendedParameterPriority","features":[4]},{"name":"PoolExtendedParameterSecurePool","features":[4]},{"name":"Pos","features":[4]},{"name":"PowerOff","features":[4]},{"name":"PowerOn","features":[4]},{"name":"PowerRelations","features":[4]},{"name":"PrimaryDcache","features":[4]},{"name":"PrimaryIcache","features":[4]},{"name":"PrinterPeripheral","features":[4]},{"name":"ProbeForRead","features":[4]},{"name":"ProbeForWrite","features":[4]},{"name":"ProcessorInternal","features":[4]},{"name":"Profile2Issue","features":[4]},{"name":"Profile3Issue","features":[4]},{"name":"Profile4Issue","features":[4]},{"name":"ProfileAlignmentFixup","features":[4]},{"name":"ProfileBranchInstructions","features":[4]},{"name":"ProfileBranchMispredictions","features":[4]},{"name":"ProfileCacheMisses","features":[4]},{"name":"ProfileDcacheAccesses","features":[4]},{"name":"ProfileDcacheMisses","features":[4]},{"name":"ProfileFpInstructions","features":[4]},{"name":"ProfileIcacheIssues","features":[4]},{"name":"ProfileIcacheMisses","features":[4]},{"name":"ProfileIntegerInstructions","features":[4]},{"name":"ProfileLoadInstructions","features":[4]},{"name":"ProfileLoadLinkedIssues","features":[4]},{"name":"ProfileMaximum","features":[4]},{"name":"ProfileMemoryBarrierCycles","features":[4]},{"name":"ProfilePipelineDry","features":[4]},{"name":"ProfilePipelineFrozen","features":[4]},{"name":"ProfileSpecialInstructions","features":[4]},{"name":"ProfileStoreInstructions","features":[4]},{"name":"ProfileTime","features":[4]},{"name":"ProfileTotalCycles","features":[4]},{"name":"ProfileTotalIssues","features":[4]},{"name":"ProfileTotalNonissues","features":[4]},{"name":"PsAcquireSiloHardReference","features":[3,4,1]},{"name":"PsAllocSiloContextSlot","features":[4,1]},{"name":"PsAllocateAffinityToken","features":[3,4,1]},{"name":"PsAttachSiloToCurrentThread","features":[3,4]},{"name":"PsCreateProcessNotifySubsystems","features":[4]},{"name":"PsCreateSiloContext","features":[3,4,1]},{"name":"PsCreateSystemThread","features":[3,4,1,5,36]},{"name":"PsCreateThreadNotifyNonSystem","features":[4]},{"name":"PsCreateThreadNotifySubsystems","features":[4]},{"name":"PsDereferenceSiloContext","features":[4]},{"name":"PsDetachSiloFromCurrentThread","features":[3,4]},{"name":"PsFreeAffinityToken","features":[3,4]},{"name":"PsFreeSiloContextSlot","features":[4,1]},{"name":"PsGetCurrentProcessId","features":[4,1]},{"name":"PsGetCurrentServerSilo","features":[3,4]},{"name":"PsGetCurrentServerSiloName","features":[4,1]},{"name":"PsGetCurrentSilo","features":[3,4]},{"name":"PsGetCurrentThreadId","features":[4,1]},{"name":"PsGetCurrentThreadTeb","features":[4]},{"name":"PsGetEffectiveServerSilo","features":[3,4]},{"name":"PsGetHostSilo","features":[3,4]},{"name":"PsGetJobServerSilo","features":[3,4,1]},{"name":"PsGetJobSilo","features":[3,4,1]},{"name":"PsGetParentSilo","features":[3,4]},{"name":"PsGetPermanentSiloContext","features":[3,4,1]},{"name":"PsGetProcessCreateTimeQuadPart","features":[3,4]},{"name":"PsGetProcessExitStatus","features":[3,4,1]},{"name":"PsGetProcessId","features":[3,4,1]},{"name":"PsGetProcessStartKey","features":[3,4]},{"name":"PsGetServerSiloServiceSessionId","features":[3,4]},{"name":"PsGetSiloContainerId","features":[3,4]},{"name":"PsGetSiloContext","features":[3,4,1]},{"name":"PsGetSiloMonitorContextSlot","features":[3,4]},{"name":"PsGetThreadCreateTime","features":[3,4]},{"name":"PsGetThreadExitStatus","features":[3,4,1]},{"name":"PsGetThreadId","features":[3,4,1]},{"name":"PsGetThreadProcessId","features":[3,4,1]},{"name":"PsGetThreadProperty","features":[3,4]},{"name":"PsGetThreadServerSilo","features":[3,4]},{"name":"PsGetVersion","features":[4,1]},{"name":"PsInsertPermanentSiloContext","features":[3,4,1]},{"name":"PsInsertSiloContext","features":[3,4,1]},{"name":"PsIsCurrentThreadInServerSilo","features":[4,1]},{"name":"PsIsCurrentThreadPrefetching","features":[4,1]},{"name":"PsIsHostSilo","features":[3,4,1]},{"name":"PsMakeSiloContextPermanent","features":[3,4,1]},{"name":"PsQueryTotalCycleTimeProcess","features":[3,4]},{"name":"PsReferenceSiloContext","features":[4]},{"name":"PsRegisterSiloMonitor","features":[3,4,1]},{"name":"PsReleaseSiloHardReference","features":[3,4]},{"name":"PsRemoveCreateThreadNotifyRoutine","features":[4,1]},{"name":"PsRemoveLoadImageNotifyRoutine","features":[4,1]},{"name":"PsRemoveSiloContext","features":[3,4,1]},{"name":"PsReplaceSiloContext","features":[3,4,1]},{"name":"PsRevertToUserMultipleGroupAffinityThread","features":[3,4]},{"name":"PsSetCreateProcessNotifyRoutine","features":[4,1]},{"name":"PsSetCreateProcessNotifyRoutineEx","features":[3,6,4,1,5,7,8,9,36]},{"name":"PsSetCreateProcessNotifyRoutineEx2","features":[4,1]},{"name":"PsSetCreateThreadNotifyRoutine","features":[4,1]},{"name":"PsSetCreateThreadNotifyRoutineEx","features":[4,1]},{"name":"PsSetCurrentThreadPrefetching","features":[4,1]},{"name":"PsSetLoadImageNotifyRoutine","features":[4,1]},{"name":"PsSetLoadImageNotifyRoutineEx","features":[4,1]},{"name":"PsSetSystemMultipleGroupAffinityThread","features":[3,4,1,34]},{"name":"PsStartSiloMonitor","features":[3,4,1]},{"name":"PsTerminateServerSilo","features":[3,4,1]},{"name":"PsTerminateSystemThread","features":[4,1]},{"name":"PsUnregisterSiloMonitor","features":[3,4]},{"name":"PsWrapApcWow64Thread","features":[4,1]},{"name":"PshedAllocateMemory","features":[4]},{"name":"PshedFADiscovery","features":[4]},{"name":"PshedFAErrorInfoRetrieval","features":[4]},{"name":"PshedFAErrorInjection","features":[4]},{"name":"PshedFAErrorRecordPersistence","features":[4]},{"name":"PshedFAErrorRecovery","features":[4]},{"name":"PshedFAErrorSourceControl","features":[4]},{"name":"PshedFreeMemory","features":[4]},{"name":"PshedIsSystemWheaEnabled","features":[4,1]},{"name":"PshedPiEnableNotifyErrorCreateNotifyEvent","features":[4]},{"name":"PshedPiEnableNotifyErrorCreateSystemThread","features":[4]},{"name":"PshedPiEnableNotifyErrorMax","features":[4]},{"name":"PshedPiErrReadingPcieOverridesBadSignature","features":[4]},{"name":"PshedPiErrReadingPcieOverridesBadSize","features":[4]},{"name":"PshedPiErrReadingPcieOverridesNoCapOffset","features":[4]},{"name":"PshedPiErrReadingPcieOverridesNoErr","features":[4]},{"name":"PshedPiErrReadingPcieOverridesNoMemory","features":[4]},{"name":"PshedPiErrReadingPcieOverridesNotBinary","features":[4]},{"name":"PshedPiErrReadingPcieOverridesQueryErr","features":[4]},{"name":"PshedRegisterPlugin","features":[4,1,32]},{"name":"PshedSynchronizeExecution","features":[4,1,32]},{"name":"PshedUnregisterPlugin","features":[4]},{"name":"QuerySecurityDescriptor","features":[4]},{"name":"RCB128Bytes","features":[4]},{"name":"RCB64Bytes","features":[4]},{"name":"RECOVERY_INFO_SECTION_GUID","features":[4]},{"name":"REENUMERATE_SELF_INTERFACE_STANDARD","features":[4]},{"name":"REG_CALLBACK_CONTEXT_CLEANUP_INFORMATION","features":[4]},{"name":"REG_CREATE_KEY_INFORMATION","features":[4,1]},{"name":"REG_CREATE_KEY_INFORMATION_V1","features":[4,1]},{"name":"REG_DELETE_KEY_INFORMATION","features":[4]},{"name":"REG_DELETE_VALUE_KEY_INFORMATION","features":[4,1]},{"name":"REG_KEY_HANDLE_CLOSE_INFORMATION","features":[4]},{"name":"REG_LOAD_KEY_INFORMATION","features":[4,1]},{"name":"REG_LOAD_KEY_INFORMATION_V2","features":[4,1]},{"name":"REG_NOTIFY_CLASS","features":[4]},{"name":"REG_POST_CREATE_KEY_INFORMATION","features":[4,1]},{"name":"REG_POST_OPERATION_INFORMATION","features":[4,1]},{"name":"REG_PRE_CREATE_KEY_INFORMATION","features":[4,1]},{"name":"REG_QUERY_KEY_NAME","features":[3,4,1]},{"name":"REG_QUERY_KEY_SECURITY_INFORMATION","features":[4,5]},{"name":"REG_RENAME_KEY_INFORMATION","features":[4,1]},{"name":"REG_REPLACE_KEY_INFORMATION","features":[4,1]},{"name":"REG_RESTORE_KEY_INFORMATION","features":[4,1]},{"name":"REG_SAVE_KEY_INFORMATION","features":[4,1]},{"name":"REG_SAVE_MERGED_KEY_INFORMATION","features":[4,1]},{"name":"REG_SET_KEY_SECURITY_INFORMATION","features":[4,5]},{"name":"REG_SET_VALUE_KEY_INFORMATION","features":[4,1]},{"name":"REG_UNLOAD_KEY_INFORMATION","features":[4]},{"name":"REQUEST_POWER_COMPLETE","features":[3,6,4,1,5,7,8,9]},{"name":"RESOURCE_HASH_ENTRY","features":[4,8]},{"name":"RESOURCE_HASH_TABLE_SIZE","features":[4]},{"name":"RESOURCE_PERFORMANCE_DATA","features":[4,8]},{"name":"RESOURCE_TRANSLATION_DIRECTION","features":[4]},{"name":"RESULT_NEGATIVE","features":[4]},{"name":"RESULT_POSITIVE","features":[4]},{"name":"RESULT_ZERO","features":[4]},{"name":"ROOT_CMD_ENABLE_CORRECTABLE_ERROR_REPORTING","features":[4]},{"name":"ROOT_CMD_ENABLE_FATAL_ERROR_REPORTING","features":[4]},{"name":"ROOT_CMD_ENABLE_NONFATAL_ERROR_REPORTING","features":[4]},{"name":"RTL_AVL_ALLOCATE_ROUTINE","features":[4]},{"name":"RTL_AVL_COMPARE_ROUTINE","features":[4]},{"name":"RTL_AVL_FREE_ROUTINE","features":[4]},{"name":"RTL_AVL_MATCH_FUNCTION","features":[4,1]},{"name":"RTL_AVL_TABLE","features":[4]},{"name":"RTL_BALANCED_LINKS","features":[4]},{"name":"RTL_BITMAP","features":[4]},{"name":"RTL_BITMAP_RUN","features":[4]},{"name":"RTL_DYNAMIC_HASH_TABLE","features":[4]},{"name":"RTL_DYNAMIC_HASH_TABLE_CONTEXT","features":[4,8]},{"name":"RTL_DYNAMIC_HASH_TABLE_ENTRY","features":[4,8]},{"name":"RTL_DYNAMIC_HASH_TABLE_ENUMERATOR","features":[4,8]},{"name":"RTL_GENERIC_ALLOCATE_ROUTINE","features":[3,4,8]},{"name":"RTL_GENERIC_COMPARE_RESULTS","features":[4]},{"name":"RTL_GENERIC_COMPARE_ROUTINE","features":[3,4,8]},{"name":"RTL_GENERIC_FREE_ROUTINE","features":[3,4,8]},{"name":"RTL_GENERIC_TABLE","features":[3,4,8]},{"name":"RTL_GUID_STRING_SIZE","features":[4]},{"name":"RTL_HASH_ALLOCATED_HEADER","features":[4]},{"name":"RTL_HASH_RESERVED_SIGNATURE","features":[4]},{"name":"RTL_QUERY_REGISTRY_DELETE","features":[4]},{"name":"RTL_QUERY_REGISTRY_DIRECT","features":[4]},{"name":"RTL_QUERY_REGISTRY_NOEXPAND","features":[4]},{"name":"RTL_QUERY_REGISTRY_NOSTRING","features":[4]},{"name":"RTL_QUERY_REGISTRY_NOVALUE","features":[4]},{"name":"RTL_QUERY_REGISTRY_REQUIRED","features":[4]},{"name":"RTL_QUERY_REGISTRY_ROUTINE","features":[4,1]},{"name":"RTL_QUERY_REGISTRY_SUBKEY","features":[4]},{"name":"RTL_QUERY_REGISTRY_TABLE","features":[4,1]},{"name":"RTL_QUERY_REGISTRY_TOPKEY","features":[4]},{"name":"RTL_QUERY_REGISTRY_TYPECHECK","features":[4]},{"name":"RTL_QUERY_REGISTRY_TYPECHECK_SHIFT","features":[4]},{"name":"RTL_REGISTRY_ABSOLUTE","features":[4]},{"name":"RTL_REGISTRY_CONTROL","features":[4]},{"name":"RTL_REGISTRY_DEVICEMAP","features":[4]},{"name":"RTL_REGISTRY_HANDLE","features":[4]},{"name":"RTL_REGISTRY_MAXIMUM","features":[4]},{"name":"RTL_REGISTRY_OPTIONAL","features":[4]},{"name":"RTL_REGISTRY_SERVICES","features":[4]},{"name":"RTL_REGISTRY_USER","features":[4]},{"name":"RTL_REGISTRY_WINDOWS_NT","features":[4]},{"name":"RTL_RUN_ONCE_INIT_FN","features":[4,39]},{"name":"RTL_STACK_WALKING_MODE_FRAMES_TO_SKIP_SHIFT","features":[4]},{"name":"RandomAccess","features":[4]},{"name":"ReadAccess","features":[4]},{"name":"RealModeIrqRoutingTable","features":[4]},{"name":"RealModePCIEnumeration","features":[4]},{"name":"RealTimeWorkQueue","features":[4]},{"name":"RebuildControl","features":[4]},{"name":"RegNtCallbackObjectContextCleanup","features":[4]},{"name":"RegNtDeleteKey","features":[4]},{"name":"RegNtDeleteValueKey","features":[4]},{"name":"RegNtEnumerateKey","features":[4]},{"name":"RegNtEnumerateValueKey","features":[4]},{"name":"RegNtKeyHandleClose","features":[4]},{"name":"RegNtPostCreateKey","features":[4]},{"name":"RegNtPostCreateKeyEx","features":[4]},{"name":"RegNtPostDeleteKey","features":[4]},{"name":"RegNtPostDeleteValueKey","features":[4]},{"name":"RegNtPostEnumerateKey","features":[4]},{"name":"RegNtPostEnumerateValueKey","features":[4]},{"name":"RegNtPostFlushKey","features":[4]},{"name":"RegNtPostKeyHandleClose","features":[4]},{"name":"RegNtPostLoadKey","features":[4]},{"name":"RegNtPostOpenKey","features":[4]},{"name":"RegNtPostOpenKeyEx","features":[4]},{"name":"RegNtPostQueryKey","features":[4]},{"name":"RegNtPostQueryKeyName","features":[4]},{"name":"RegNtPostQueryKeySecurity","features":[4]},{"name":"RegNtPostQueryMultipleValueKey","features":[4]},{"name":"RegNtPostQueryValueKey","features":[4]},{"name":"RegNtPostRenameKey","features":[4]},{"name":"RegNtPostReplaceKey","features":[4]},{"name":"RegNtPostRestoreKey","features":[4]},{"name":"RegNtPostSaveKey","features":[4]},{"name":"RegNtPostSaveMergedKey","features":[4]},{"name":"RegNtPostSetInformationKey","features":[4]},{"name":"RegNtPostSetKeySecurity","features":[4]},{"name":"RegNtPostSetValueKey","features":[4]},{"name":"RegNtPostUnLoadKey","features":[4]},{"name":"RegNtPreCreateKey","features":[4]},{"name":"RegNtPreCreateKeyEx","features":[4]},{"name":"RegNtPreDeleteKey","features":[4]},{"name":"RegNtPreDeleteValueKey","features":[4]},{"name":"RegNtPreEnumerateKey","features":[4]},{"name":"RegNtPreEnumerateValueKey","features":[4]},{"name":"RegNtPreFlushKey","features":[4]},{"name":"RegNtPreKeyHandleClose","features":[4]},{"name":"RegNtPreLoadKey","features":[4]},{"name":"RegNtPreOpenKey","features":[4]},{"name":"RegNtPreOpenKeyEx","features":[4]},{"name":"RegNtPreQueryKey","features":[4]},{"name":"RegNtPreQueryKeyName","features":[4]},{"name":"RegNtPreQueryKeySecurity","features":[4]},{"name":"RegNtPreQueryMultipleValueKey","features":[4]},{"name":"RegNtPreQueryValueKey","features":[4]},{"name":"RegNtPreRenameKey","features":[4]},{"name":"RegNtPreReplaceKey","features":[4]},{"name":"RegNtPreRestoreKey","features":[4]},{"name":"RegNtPreSaveKey","features":[4]},{"name":"RegNtPreSaveMergedKey","features":[4]},{"name":"RegNtPreSetInformationKey","features":[4]},{"name":"RegNtPreSetKeySecurity","features":[4]},{"name":"RegNtPreSetValueKey","features":[4]},{"name":"RegNtPreUnLoadKey","features":[4]},{"name":"RegNtQueryKey","features":[4]},{"name":"RegNtQueryMultipleValueKey","features":[4]},{"name":"RegNtQueryValueKey","features":[4]},{"name":"RegNtRenameKey","features":[4]},{"name":"RegNtSetInformationKey","features":[4]},{"name":"RegNtSetValueKey","features":[4]},{"name":"RemovalPolicyExpectNoRemoval","features":[4]},{"name":"RemovalPolicyExpectOrderlyRemoval","features":[4]},{"name":"RemovalPolicyExpectSurpriseRemoval","features":[4]},{"name":"RemovalRelations","features":[4]},{"name":"ResourceNeverExclusive","features":[4]},{"name":"ResourceOwnedExclusive","features":[4]},{"name":"ResourceReleaseByOtherThread","features":[4]},{"name":"ResourceTypeEventBuffer","features":[4]},{"name":"ResourceTypeExtendedCounterConfiguration","features":[4]},{"name":"ResourceTypeIdenitificationTag","features":[4]},{"name":"ResourceTypeMax","features":[4]},{"name":"ResourceTypeOverflow","features":[4]},{"name":"ResourceTypeRange","features":[4]},{"name":"ResourceTypeSingle","features":[4]},{"name":"ResultNegative","features":[4]},{"name":"ResultPositive","features":[4]},{"name":"ResultZero","features":[4]},{"name":"RtlAppendUnicodeStringToString","features":[4,1]},{"name":"RtlAppendUnicodeToString","features":[4,1]},{"name":"RtlAreBitsClear","features":[4,1]},{"name":"RtlAreBitsSet","features":[4,1]},{"name":"RtlAssert","features":[4]},{"name":"RtlCheckRegistryKey","features":[4,1]},{"name":"RtlClearAllBits","features":[4]},{"name":"RtlClearBit","features":[4]},{"name":"RtlClearBits","features":[4]},{"name":"RtlCmDecodeMemIoResource","features":[4]},{"name":"RtlCmEncodeMemIoResource","features":[4,1]},{"name":"RtlCompareString","features":[4,1,8]},{"name":"RtlCompareUnicodeString","features":[4,1]},{"name":"RtlCompareUnicodeStrings","features":[4,1]},{"name":"RtlContractHashTable","features":[4,1]},{"name":"RtlCopyBitMap","features":[4]},{"name":"RtlCopyString","features":[4,8]},{"name":"RtlCopyUnicodeString","features":[4,1]},{"name":"RtlCreateHashTable","features":[4,1]},{"name":"RtlCreateHashTableEx","features":[4,1]},{"name":"RtlCreateRegistryKey","features":[4,1]},{"name":"RtlCreateSecurityDescriptor","features":[4,1,5]},{"name":"RtlDelete","features":[3,4]},{"name":"RtlDeleteElementGenericTable","features":[3,4,1,8]},{"name":"RtlDeleteElementGenericTableAvl","features":[4,1]},{"name":"RtlDeleteElementGenericTableAvlEx","features":[4]},{"name":"RtlDeleteHashTable","features":[4]},{"name":"RtlDeleteNoSplay","features":[3,4]},{"name":"RtlDeleteRegistryValue","features":[4,1]},{"name":"RtlDowncaseUnicodeChar","features":[4]},{"name":"RtlEndEnumerationHashTable","features":[4,8]},{"name":"RtlEndStrongEnumerationHashTable","features":[4,8]},{"name":"RtlEndWeakEnumerationHashTable","features":[4,8]},{"name":"RtlEnumerateEntryHashTable","features":[4,8]},{"name":"RtlEnumerateGenericTable","features":[3,4,1,8]},{"name":"RtlEnumerateGenericTableAvl","features":[4,1]},{"name":"RtlEnumerateGenericTableLikeADirectory","features":[4,1]},{"name":"RtlEnumerateGenericTableWithoutSplaying","features":[3,4,8]},{"name":"RtlEnumerateGenericTableWithoutSplayingAvl","features":[4]},{"name":"RtlEqualString","features":[4,1,8]},{"name":"RtlEqualUnicodeString","features":[4,1]},{"name":"RtlExpandHashTable","features":[4,1]},{"name":"RtlExtractBitMap","features":[4]},{"name":"RtlFindClearBits","features":[4]},{"name":"RtlFindClearBitsAndSet","features":[4]},{"name":"RtlFindClearRuns","features":[4,1]},{"name":"RtlFindClosestEncodableLength","features":[4,1]},{"name":"RtlFindFirstRunClear","features":[4]},{"name":"RtlFindLastBackwardRunClear","features":[4]},{"name":"RtlFindLeastSignificantBit","features":[4]},{"name":"RtlFindLongestRunClear","features":[4]},{"name":"RtlFindMostSignificantBit","features":[4]},{"name":"RtlFindNextForwardRunClear","features":[4]},{"name":"RtlFindSetBits","features":[4]},{"name":"RtlFindSetBitsAndClear","features":[4]},{"name":"RtlFreeUTF8String","features":[4,8]},{"name":"RtlGUIDFromString","features":[4,1]},{"name":"RtlGenerateClass5Guid","features":[4,1]},{"name":"RtlGetActiveConsoleId","features":[4]},{"name":"RtlGetCallersAddress","features":[4]},{"name":"RtlGetConsoleSessionForegroundProcessId","features":[4]},{"name":"RtlGetElementGenericTable","features":[3,4,8]},{"name":"RtlGetElementGenericTableAvl","features":[4]},{"name":"RtlGetEnabledExtendedFeatures","features":[4]},{"name":"RtlGetNextEntryHashTable","features":[4,8]},{"name":"RtlGetNtProductType","features":[4,1,8]},{"name":"RtlGetNtSystemRoot","features":[4]},{"name":"RtlGetPersistedStateLocation","features":[4,1]},{"name":"RtlGetSuiteMask","features":[4]},{"name":"RtlGetVersion","features":[4,1,34]},{"name":"RtlHashUnicodeString","features":[4,1]},{"name":"RtlInitEnumerationHashTable","features":[4,1,8]},{"name":"RtlInitStrongEnumerationHashTable","features":[4,1,8]},{"name":"RtlInitUTF8String","features":[4,8]},{"name":"RtlInitUTF8StringEx","features":[4,1,8]},{"name":"RtlInitWeakEnumerationHashTable","features":[4,1,8]},{"name":"RtlInitializeBitMap","features":[4]},{"name":"RtlInitializeGenericTable","features":[3,4,8]},{"name":"RtlInitializeGenericTableAvl","features":[4]},{"name":"RtlInsertElementGenericTable","features":[3,4,1,8]},{"name":"RtlInsertElementGenericTableAvl","features":[4,1]},{"name":"RtlInsertElementGenericTableFull","features":[3,4,1,8]},{"name":"RtlInsertElementGenericTableFullAvl","features":[4,1]},{"name":"RtlInsertEntryHashTable","features":[4,1,8]},{"name":"RtlInt64ToUnicodeString","features":[4,1]},{"name":"RtlIntegerToUnicodeString","features":[4,1]},{"name":"RtlIoDecodeMemIoResource","features":[4]},{"name":"RtlIoEncodeMemIoResource","features":[4,1]},{"name":"RtlIsApiSetImplemented","features":[4,1]},{"name":"RtlIsGenericTableEmpty","features":[3,4,1,8]},{"name":"RtlIsGenericTableEmptyAvl","features":[4,1]},{"name":"RtlIsMultiSessionSku","features":[4,1]},{"name":"RtlIsMultiUsersInSessionSku","features":[4,1]},{"name":"RtlIsNtDdiVersionAvailable","features":[4,1]},{"name":"RtlIsServicePackVersionInstalled","features":[4,1]},{"name":"RtlIsStateSeparationEnabled","features":[4,1]},{"name":"RtlIsUntrustedObject","features":[4,1]},{"name":"RtlLengthSecurityDescriptor","features":[4,5]},{"name":"RtlLookupElementGenericTable","features":[3,4,8]},{"name":"RtlLookupElementGenericTableAvl","features":[4]},{"name":"RtlLookupElementGenericTableFull","features":[3,4,8]},{"name":"RtlLookupElementGenericTableFullAvl","features":[4]},{"name":"RtlLookupEntryHashTable","features":[4,8]},{"name":"RtlLookupFirstMatchingElementGenericTableAvl","features":[4]},{"name":"RtlMapGenericMask","features":[4,5]},{"name":"RtlNormalizeSecurityDescriptor","features":[4,1,5]},{"name":"RtlNumberGenericTableElements","features":[3,4,8]},{"name":"RtlNumberGenericTableElementsAvl","features":[4]},{"name":"RtlNumberOfClearBits","features":[4]},{"name":"RtlNumberOfClearBitsInRange","features":[4]},{"name":"RtlNumberOfSetBits","features":[4]},{"name":"RtlNumberOfSetBitsInRange","features":[4]},{"name":"RtlNumberOfSetBitsUlongPtr","features":[4]},{"name":"RtlPrefetchMemoryNonTemporal","features":[4]},{"name":"RtlPrefixUnicodeString","features":[4,1]},{"name":"RtlQueryRegistryValueWithFallback","features":[4,1]},{"name":"RtlQueryRegistryValues","features":[4,1]},{"name":"RtlQueryValidationRunlevel","features":[4,1]},{"name":"RtlRealPredecessor","features":[3,4]},{"name":"RtlRealSuccessor","features":[3,4]},{"name":"RtlRemoveEntryHashTable","features":[4,1,8]},{"name":"RtlRunOnceBeginInitialize","features":[4,1,39]},{"name":"RtlRunOnceComplete","features":[4,1,39]},{"name":"RtlRunOnceExecuteOnce","features":[4,1,39]},{"name":"RtlRunOnceInitialize","features":[4,39]},{"name":"RtlSetAllBits","features":[4]},{"name":"RtlSetBit","features":[4]},{"name":"RtlSetBits","features":[4]},{"name":"RtlSetDaclSecurityDescriptor","features":[4,1,5]},{"name":"RtlSetSystemGlobalData","features":[4,1,34]},{"name":"RtlSplay","features":[3,4]},{"name":"RtlStringFromGUID","features":[4,1]},{"name":"RtlStronglyEnumerateEntryHashTable","features":[4,8]},{"name":"RtlSubtreePredecessor","features":[3,4]},{"name":"RtlSubtreeSuccessor","features":[3,4]},{"name":"RtlSuffixUnicodeString","features":[4,1]},{"name":"RtlTestBit","features":[4,1]},{"name":"RtlTimeFieldsToTime","features":[4,1]},{"name":"RtlTimeToTimeFields","features":[4]},{"name":"RtlUTF8StringToUnicodeString","features":[4,1,8]},{"name":"RtlUTF8ToUnicodeN","features":[4,1]},{"name":"RtlUnicodeStringToInt64","features":[4,1]},{"name":"RtlUnicodeStringToInteger","features":[4,1]},{"name":"RtlUnicodeStringToUTF8String","features":[4,1,8]},{"name":"RtlUnicodeToUTF8N","features":[4,1]},{"name":"RtlUpcaseUnicodeChar","features":[4]},{"name":"RtlUpcaseUnicodeString","features":[4,1]},{"name":"RtlUpperChar","features":[4]},{"name":"RtlUpperString","features":[4,8]},{"name":"RtlValidRelativeSecurityDescriptor","features":[4,1,5]},{"name":"RtlValidSecurityDescriptor","features":[4,1,5]},{"name":"RtlVerifyVersionInfo","features":[4,1,34]},{"name":"RtlVolumeDeviceToDosName","features":[4,1]},{"name":"RtlWalkFrameChain","features":[4]},{"name":"RtlWeaklyEnumerateEntryHashTable","features":[4,8]},{"name":"RtlWriteRegistryValue","features":[4,1]},{"name":"RtlxAnsiStringToUnicodeSize","features":[4,8]},{"name":"RtlxUnicodeStringToAnsiSize","features":[4,1]},{"name":"SCATTER_GATHER_ELEMENT","features":[4]},{"name":"SCATTER_GATHER_LIST","features":[4]},{"name":"SCI_NOTIFY_TYPE_GUID","features":[4]},{"name":"SDEV_IDENTIFIER_INTERFACE","features":[4]},{"name":"SDEV_IDENTIFIER_INTERFACE_VERSION","features":[4]},{"name":"SEA_NOTIFY_TYPE_GUID","features":[4]},{"name":"SEA_SECTION_GUID","features":[4]},{"name":"SECTION_MAP_EXECUTE","features":[4]},{"name":"SECTION_MAP_EXECUTE_EXPLICIT","features":[4]},{"name":"SECTION_MAP_READ","features":[4]},{"name":"SECTION_MAP_WRITE","features":[4]},{"name":"SECTION_QUERY","features":[4]},{"name":"SECURE_DRIVER_INTERFACE","features":[3,4]},{"name":"SECURE_DRIVER_INTERFACE_VERSION","features":[4]},{"name":"SECURE_DRIVER_PROCESS_DEREFERENCE","features":[3,4]},{"name":"SECURE_DRIVER_PROCESS_REFERENCE","features":[3,4]},{"name":"SECURE_POOL_FLAGS_FREEABLE","features":[4]},{"name":"SECURE_POOL_FLAGS_MODIFIABLE","features":[4]},{"name":"SECURE_POOL_FLAGS_NONE","features":[4]},{"name":"SECURE_SECTION_ALLOW_PARTIAL_MDL","features":[4]},{"name":"SECURITY_CONTEXT_TRACKING_MODE","features":[4]},{"name":"SECURITY_OPERATION_CODE","features":[4]},{"name":"SEC_LARGE_PAGES","features":[4]},{"name":"SEH_VALIDATION_POLICY_DEFER","features":[4]},{"name":"SEH_VALIDATION_POLICY_OFF","features":[4]},{"name":"SEH_VALIDATION_POLICY_ON","features":[4]},{"name":"SEH_VALIDATION_POLICY_TELEMETRY","features":[4]},{"name":"SEI_NOTIFY_TYPE_GUID","features":[4]},{"name":"SEI_SECTION_GUID","features":[4]},{"name":"SEMAPHORE_QUERY_STATE","features":[4]},{"name":"SET_D3COLD_SUPPORT","features":[4,1]},{"name":"SET_VIRTUAL_DEVICE_DATA","features":[4]},{"name":"SE_ASSIGNPRIMARYTOKEN_PRIVILEGE","features":[4]},{"name":"SE_AUDIT_PRIVILEGE","features":[4]},{"name":"SE_BACKUP_PRIVILEGE","features":[4]},{"name":"SE_CHANGE_NOTIFY_PRIVILEGE","features":[4]},{"name":"SE_CREATE_GLOBAL_PRIVILEGE","features":[4]},{"name":"SE_CREATE_PAGEFILE_PRIVILEGE","features":[4]},{"name":"SE_CREATE_PERMANENT_PRIVILEGE","features":[4]},{"name":"SE_CREATE_SYMBOLIC_LINK_PRIVILEGE","features":[4]},{"name":"SE_CREATE_TOKEN_PRIVILEGE","features":[4]},{"name":"SE_DEBUG_PRIVILEGE","features":[4]},{"name":"SE_DELEGATE_SESSION_USER_IMPERSONATE_PRIVILEGE","features":[4]},{"name":"SE_ENABLE_DELEGATION_PRIVILEGE","features":[4]},{"name":"SE_IMAGE_TYPE","features":[4]},{"name":"SE_IMAGE_VERIFICATION_CALLBACK_FUNCTION","features":[4,1]},{"name":"SE_IMAGE_VERIFICATION_CALLBACK_TYPE","features":[4]},{"name":"SE_IMPERSONATE_PRIVILEGE","features":[4]},{"name":"SE_INCREASE_QUOTA_PRIVILEGE","features":[4]},{"name":"SE_INC_BASE_PRIORITY_PRIVILEGE","features":[4]},{"name":"SE_INC_WORKING_SET_PRIVILEGE","features":[4]},{"name":"SE_LOAD_DRIVER_PRIVILEGE","features":[4]},{"name":"SE_LOCK_MEMORY_PRIVILEGE","features":[4]},{"name":"SE_MACHINE_ACCOUNT_PRIVILEGE","features":[4]},{"name":"SE_MANAGE_VOLUME_PRIVILEGE","features":[4]},{"name":"SE_MAX_WELL_KNOWN_PRIVILEGE","features":[4]},{"name":"SE_MIN_WELL_KNOWN_PRIVILEGE","features":[4]},{"name":"SE_PROF_SINGLE_PROCESS_PRIVILEGE","features":[4]},{"name":"SE_RELABEL_PRIVILEGE","features":[4]},{"name":"SE_REMOTE_SHUTDOWN_PRIVILEGE","features":[4]},{"name":"SE_RESTORE_PRIVILEGE","features":[4]},{"name":"SE_SECURITY_PRIVILEGE","features":[4]},{"name":"SE_SHUTDOWN_PRIVILEGE","features":[4]},{"name":"SE_SYNC_AGENT_PRIVILEGE","features":[4]},{"name":"SE_SYSTEMTIME_PRIVILEGE","features":[4]},{"name":"SE_SYSTEM_ENVIRONMENT_PRIVILEGE","features":[4]},{"name":"SE_SYSTEM_PROFILE_PRIVILEGE","features":[4]},{"name":"SE_TAKE_OWNERSHIP_PRIVILEGE","features":[4]},{"name":"SE_TCB_PRIVILEGE","features":[4]},{"name":"SE_TIME_ZONE_PRIVILEGE","features":[4]},{"name":"SE_TRUSTED_CREDMAN_ACCESS_PRIVILEGE","features":[4]},{"name":"SE_UNDOCK_PRIVILEGE","features":[4]},{"name":"SE_UNSOLICITED_INPUT_PRIVILEGE","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_CLEAR_GLOBAL_DATA_FLAG","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_CONSOLE_BROKER_ENABLED_V","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_DYNAMIC_PROC_ENABLED_V","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_ELEVATION_ENABLED_V","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_ERROR_PORT_V","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_INSTALLER_DETECT_ENABLED_V","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_LKG_ENABLED_V","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_MULTIUSERS_IN_SESSION_SKU_V","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_MULTI_SESSION_SKU_V","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_A73_ERRATA","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_DISABLE_32BIT","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_ENABLED","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_HV_PAGE","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_LFENCE","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_MFENCE","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_RDTSCP","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_SECURE_BOOT_ENABLED_V","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_SET_GLOBAL_DATA_FLAG","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_STATE_SEPARATION_ENABLED_V","features":[4]},{"name":"SHARED_GLOBAL_FLAGS_VIRT_ENABLED_V","features":[4]},{"name":"SHARE_ACCESS","features":[4]},{"name":"SHORT_LEAST_SIGNIFICANT_BIT","features":[4]},{"name":"SHORT_MOST_SIGNIFICANT_BIT","features":[4]},{"name":"SIGNAL_REG_VALUE","features":[4]},{"name":"SILO_CONTEXT_CLEANUP_CALLBACK","features":[4]},{"name":"SILO_MONITOR_CREATE_CALLBACK","features":[3,4,1]},{"name":"SILO_MONITOR_REGISTRATION","features":[3,4,1]},{"name":"SILO_MONITOR_REGISTRATION_VERSION","features":[4]},{"name":"SILO_MONITOR_TERMINATE_CALLBACK","features":[3,4]},{"name":"SINGLE_GROUP_LEGACY_API","features":[4]},{"name":"SL_ALLOW_RAW_MOUNT","features":[4]},{"name":"SL_BYPASS_ACCESS_CHECK","features":[4]},{"name":"SL_BYPASS_IO","features":[4]},{"name":"SL_CASE_SENSITIVE","features":[4]},{"name":"SL_ERROR_RETURNED","features":[4]},{"name":"SL_EXCLUSIVE_LOCK","features":[4]},{"name":"SL_FAIL_IMMEDIATELY","features":[4]},{"name":"SL_FORCE_ACCESS_CHECK","features":[4]},{"name":"SL_FORCE_ASYNCHRONOUS","features":[4]},{"name":"SL_FORCE_DIRECT_WRITE","features":[4]},{"name":"SL_FT_SEQUENTIAL_WRITE","features":[4]},{"name":"SL_IGNORE_READONLY_ATTRIBUTE","features":[4]},{"name":"SL_INDEX_SPECIFIED","features":[4]},{"name":"SL_INFO_FORCE_ACCESS_CHECK","features":[4]},{"name":"SL_INFO_IGNORE_READONLY_ATTRIBUTE","features":[4]},{"name":"SL_INVOKE_ON_CANCEL","features":[4]},{"name":"SL_INVOKE_ON_ERROR","features":[4]},{"name":"SL_INVOKE_ON_SUCCESS","features":[4]},{"name":"SL_KEY_SPECIFIED","features":[4]},{"name":"SL_NO_CURSOR_UPDATE","features":[4]},{"name":"SL_OPEN_PAGING_FILE","features":[4]},{"name":"SL_OPEN_TARGET_DIRECTORY","features":[4]},{"name":"SL_OVERRIDE_VERIFY_VOLUME","features":[4]},{"name":"SL_PENDING_RETURNED","features":[4]},{"name":"SL_PERSISTENT_MEMORY_FIXED_MAPPING","features":[4]},{"name":"SL_QUERY_DIRECTORY_MASK","features":[4]},{"name":"SL_READ_ACCESS_GRANTED","features":[4]},{"name":"SL_REALTIME_STREAM","features":[4]},{"name":"SL_RESTART_SCAN","features":[4]},{"name":"SL_RETURN_ON_DISK_ENTRIES_ONLY","features":[4]},{"name":"SL_RETURN_SINGLE_ENTRY","features":[4]},{"name":"SL_STOP_ON_SYMLINK","features":[4]},{"name":"SL_WATCH_TREE","features":[4]},{"name":"SL_WRITE_ACCESS_GRANTED","features":[4]},{"name":"SL_WRITE_THROUGH","features":[4]},{"name":"SOC_SUBSYSTEM_FAILURE_DETAILS","features":[4]},{"name":"SOC_SUBSYSTEM_TYPE","features":[4]},{"name":"SOC_SUBSYS_AUDIO_DSP","features":[4]},{"name":"SOC_SUBSYS_COMPUTE_DSP","features":[4]},{"name":"SOC_SUBSYS_SECURE_PROC","features":[4]},{"name":"SOC_SUBSYS_SENSORS","features":[4]},{"name":"SOC_SUBSYS_VENDOR_DEFINED","features":[4]},{"name":"SOC_SUBSYS_WIRELESS_MODEM","features":[4]},{"name":"SOC_SUBSYS_WIRELSS_CONNECTIVITY","features":[4]},{"name":"SSINFO_FLAGS_ALIGNED_DEVICE","features":[4]},{"name":"SSINFO_FLAGS_BYTE_ADDRESSABLE","features":[4]},{"name":"SSINFO_FLAGS_NO_SEEK_PENALTY","features":[4]},{"name":"SSINFO_FLAGS_PARTITION_ALIGNED_ON_DEVICE","features":[4]},{"name":"SSINFO_FLAGS_TRIM_ENABLED","features":[4]},{"name":"SSINFO_OFFSET_UNKNOWN","features":[4]},{"name":"STATE_LOCATION_TYPE","features":[4]},{"name":"SUBSYSTEM_INFORMATION_TYPE","features":[4]},{"name":"SYMBOLIC_LINK_QUERY","features":[4]},{"name":"SYMBOLIC_LINK_SET","features":[4]},{"name":"SYSTEM_CALL_INT_2E","features":[4]},{"name":"SYSTEM_CALL_SYSCALL","features":[4]},{"name":"SYSTEM_FIRMWARE_TABLE_ACTION","features":[4]},{"name":"SYSTEM_FIRMWARE_TABLE_HANDLER","features":[4,1]},{"name":"SYSTEM_FIRMWARE_TABLE_INFORMATION","features":[4]},{"name":"SYSTEM_POWER_CONDITION","features":[4]},{"name":"SYSTEM_POWER_STATE_CONTEXT","features":[4]},{"name":"ScsiAdapter","features":[4]},{"name":"SeAccessCheck","features":[3,4,1,5]},{"name":"SeAssignSecurity","features":[3,4,1,5]},{"name":"SeAssignSecurityEx","features":[3,4,1,5]},{"name":"SeCaptureSubjectContext","features":[3,4,5]},{"name":"SeComputeAutoInheritByObjectType","features":[4,5]},{"name":"SeDeassignSecurity","features":[4,1,5]},{"name":"SeEtwWriteKMCveEvent","features":[4,1]},{"name":"SeImageTypeDriver","features":[4]},{"name":"SeImageTypeDynamicCodeFile","features":[4]},{"name":"SeImageTypeElamDriver","features":[4]},{"name":"SeImageTypeMax","features":[4]},{"name":"SeImageTypePlatformSecureFile","features":[4]},{"name":"SeImageVerificationCallbackInformational","features":[4]},{"name":"SeLockSubjectContext","features":[3,4,5]},{"name":"SeRegisterImageVerificationCallback","features":[4,1]},{"name":"SeReleaseSubjectContext","features":[3,4,5]},{"name":"SeReportSecurityEvent","features":[4,1,24]},{"name":"SeSetAuditParameter","features":[4,1,24]},{"name":"SeSinglePrivilegeCheck","features":[4,1]},{"name":"SeUnlockSubjectContext","features":[3,4,5]},{"name":"SeUnregisterImageVerificationCallback","features":[4]},{"name":"SeValidSecurityDescriptor","features":[4,1,5]},{"name":"SecondaryCache","features":[4]},{"name":"SecondaryDcache","features":[4]},{"name":"SecondaryIcache","features":[4]},{"name":"SequentialAccess","features":[4]},{"name":"SerialController","features":[4]},{"name":"SetSecurityDescriptor","features":[4]},{"name":"SgiInternalConfiguration","features":[4]},{"name":"SharedInterruptTime","features":[4]},{"name":"SharedSystemTime","features":[4]},{"name":"SharedTickCount","features":[4]},{"name":"SingleBusRelations","features":[4]},{"name":"SlotEmpty","features":[4]},{"name":"StandardDesign","features":[4]},{"name":"StopCompletion","features":[4]},{"name":"SubsystemInformationTypeWSL","features":[4]},{"name":"SubsystemInformationTypeWin32","features":[4]},{"name":"SuperCriticalWorkQueue","features":[4]},{"name":"Suspended","features":[4]},{"name":"SystemFirmwareTable_Enumerate","features":[4]},{"name":"SystemFirmwareTable_Get","features":[4]},{"name":"SystemMemory","features":[4]},{"name":"SystemMemoryPartitionDedicatedMemoryInformation","features":[4]},{"name":"SystemMemoryPartitionInformation","features":[4]},{"name":"SystemMemoryPartitionOpenDedicatedMemory","features":[4]},{"name":"SystemPowerState","features":[4]},{"name":"TABLE_SEARCH_RESULT","features":[4]},{"name":"TARGET_DEVICE_REMOVAL_NOTIFICATION","features":[3,6,4,1,5,7,8,9]},{"name":"THREAD_ALERT","features":[4]},{"name":"THREAD_CSWITCH_PMU_DISABLE","features":[4]},{"name":"THREAD_CSWITCH_PMU_ENABLE","features":[4]},{"name":"THREAD_GET_CONTEXT","features":[4]},{"name":"THREAD_WAIT_OBJECTS","features":[4]},{"name":"TIMER_EXPIRED_INDEX_BITS","features":[4]},{"name":"TIMER_PROCESSOR_INDEX_BITS","features":[4]},{"name":"TIMER_SET_COALESCABLE_TIMER_INFO","features":[4,1]},{"name":"TIMER_TOLERABLE_DELAY_BITS","features":[4]},{"name":"TIME_FIELDS","features":[4]},{"name":"TRACE_INFORMATION_CLASS","features":[4]},{"name":"TRANSLATE_BUS_ADDRESS","features":[4,1]},{"name":"TRANSLATOR_INTERFACE","features":[3,6,4,1,5,7,8,9]},{"name":"TREE_CONNECT_NO_CLIENT_BUFFERING","features":[4]},{"name":"TREE_CONNECT_WRITE_THROUGH","features":[4]},{"name":"TXF_MINIVERSION_DEFAULT_VIEW","features":[4]},{"name":"TXN_PARAMETER_BLOCK","features":[4]},{"name":"TableEmptyTree","features":[4]},{"name":"TableFoundNode","features":[4]},{"name":"TableInsertAsLeft","features":[4]},{"name":"TableInsertAsRight","features":[4]},{"name":"TapeController","features":[4]},{"name":"TapePeripheral","features":[4]},{"name":"TargetDeviceRelation","features":[4]},{"name":"TcAdapter","features":[4]},{"name":"TerminalPeripheral","features":[4]},{"name":"TlbMatchConflict","features":[4]},{"name":"TmCommitComplete","features":[3,4,1]},{"name":"TmCommitEnlistment","features":[3,4,1]},{"name":"TmCommitTransaction","features":[3,4,1]},{"name":"TmCreateEnlistment","features":[3,4,1,5]},{"name":"TmDereferenceEnlistmentKey","features":[3,4,1]},{"name":"TmEnableCallbacks","features":[3,4,1]},{"name":"TmGetTransactionId","features":[3,4]},{"name":"TmInitializeTransactionManager","features":[4,1]},{"name":"TmIsTransactionActive","features":[3,4,1]},{"name":"TmPrePrepareComplete","features":[3,4,1]},{"name":"TmPrePrepareEnlistment","features":[3,4,1]},{"name":"TmPrepareComplete","features":[3,4,1]},{"name":"TmPrepareEnlistment","features":[3,4,1]},{"name":"TmPropagationComplete","features":[3,4,1]},{"name":"TmPropagationFailed","features":[3,4,1]},{"name":"TmReadOnlyEnlistment","features":[3,4,1]},{"name":"TmRecoverEnlistment","features":[3,4,1]},{"name":"TmRecoverResourceManager","features":[3,4,1]},{"name":"TmRecoverTransactionManager","features":[3,4,1]},{"name":"TmReferenceEnlistmentKey","features":[3,4,1]},{"name":"TmRenameTransactionManager","features":[4,1]},{"name":"TmRequestOutcomeEnlistment","features":[3,4,1]},{"name":"TmRollbackComplete","features":[3,4,1]},{"name":"TmRollbackEnlistment","features":[3,4,1]},{"name":"TmRollbackTransaction","features":[3,4,1]},{"name":"TmSinglePhaseReject","features":[3,4,1]},{"name":"TraceEnableFlagsClass","features":[4]},{"name":"TraceEnableLevelClass","features":[4]},{"name":"TraceHandleByNameClass","features":[4]},{"name":"TraceHandleClass","features":[4]},{"name":"TraceIdClass","features":[4]},{"name":"TraceInformationClassReserved1","features":[4]},{"name":"TraceInformationClassReserved2","features":[4]},{"name":"TraceSessionSettingsClass","features":[4]},{"name":"TranslateChildToParent","features":[4]},{"name":"TranslateParentToChild","features":[4]},{"name":"TranslationFault","features":[4]},{"name":"TransportRelations","features":[4]},{"name":"TurboChannel","features":[4]},{"name":"TypeA","features":[4]},{"name":"TypeB","features":[4]},{"name":"TypeC","features":[4]},{"name":"TypeF","features":[4]},{"name":"UADDRESS_BASE","features":[4]},{"name":"UnsupportedUpstreamTransaction","features":[4]},{"name":"UserMode","features":[4]},{"name":"UserNotPresent","features":[4]},{"name":"UserPresent","features":[4]},{"name":"UserRequest","features":[4]},{"name":"UserUnknown","features":[4]},{"name":"VIRTUAL_CHANNEL_CAPABILITIES1","features":[4]},{"name":"VIRTUAL_CHANNEL_CAPABILITIES2","features":[4]},{"name":"VIRTUAL_CHANNEL_CONTROL","features":[4]},{"name":"VIRTUAL_CHANNEL_STATUS","features":[4]},{"name":"VIRTUAL_RESOURCE","features":[4]},{"name":"VIRTUAL_RESOURCE_CAPABILITY","features":[4]},{"name":"VIRTUAL_RESOURCE_CONTROL","features":[4]},{"name":"VIRTUAL_RESOURCE_STATUS","features":[4]},{"name":"VMEBus","features":[4]},{"name":"VMEConfiguration","features":[4]},{"name":"VM_COUNTERS","features":[4]},{"name":"VM_COUNTERS_EX","features":[4]},{"name":"VM_COUNTERS_EX2","features":[4]},{"name":"VPB_DIRECT_WRITES_ALLOWED","features":[4]},{"name":"VPB_DISMOUNTING","features":[4]},{"name":"VPB_FLAGS_BYPASSIO_BLOCKED","features":[4]},{"name":"VPB_LOCKED","features":[4]},{"name":"VPB_MOUNTED","features":[4]},{"name":"VPB_PERSISTENT","features":[4]},{"name":"VPB_RAW_MOUNT","features":[4]},{"name":"VPB_REMOVE_PENDING","features":[4]},{"name":"Vmcs","features":[4]},{"name":"VslCreateSecureSection","features":[3,4,1]},{"name":"VslDeleteSecureSection","features":[4,1]},{"name":"WAIT_CONTEXT_BLOCK","features":[3,6,4,1,5,7,8,9]},{"name":"WCS_RAS_REGISTER_NAME_MAX_LENGTH","features":[4]},{"name":"WDM_MAJORVERSION","features":[4]},{"name":"WDM_MINORVERSION","features":[4]},{"name":"WHEA128A","features":[4]},{"name":"WHEAP_ACPI_TIMEOUT_EVENT","features":[4]},{"name":"WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT","features":[4,1,32]},{"name":"WHEAP_ATTEMPT_RECOVERY_EVENT","features":[4,1]},{"name":"WHEAP_BAD_HEST_NOTIFY_DATA_EVENT","features":[4,32]},{"name":"WHEAP_CLEARED_POISON_EVENT","features":[4]},{"name":"WHEAP_CMCI_IMPLEMENTED_EVENT","features":[4,1]},{"name":"WHEAP_CMCI_INITERR_EVENT","features":[4]},{"name":"WHEAP_CMCI_RESTART_EVENT","features":[4]},{"name":"WHEAP_CREATE_GENERIC_RECORD_EVENT","features":[4,1]},{"name":"WHEAP_DEFERRED_EVENT","features":[4,8]},{"name":"WHEAP_DEVICE_DRV_EVENT","features":[4]},{"name":"WHEAP_DPC_ERROR_EVENT","features":[4]},{"name":"WHEAP_DPC_ERROR_EVENT_TYPE","features":[4]},{"name":"WHEAP_DROPPED_CORRECTED_ERROR_EVENT","features":[4,32]},{"name":"WHEAP_EDPC_ENABLED_EVENT","features":[4,1]},{"name":"WHEAP_ERROR_CLEARED_EVENT","features":[4]},{"name":"WHEAP_ERROR_RECORD_EVENT","features":[4]},{"name":"WHEAP_ERR_SRC_ARRAY_INVALID_EVENT","features":[4]},{"name":"WHEAP_ERR_SRC_INVALID_EVENT","features":[4,1,32]},{"name":"WHEAP_FOUND_ERROR_IN_BANK_EVENT","features":[4]},{"name":"WHEAP_GENERIC_ERR_MEM_MAP_EVENT","features":[4]},{"name":"WHEAP_OSC_IMPLEMENTED","features":[4,1]},{"name":"WHEAP_PCIE_CONFIG_INFO","features":[4]},{"name":"WHEAP_PCIE_OVERRIDE_INFO","features":[4]},{"name":"WHEAP_PCIE_READ_OVERRIDES_ERR","features":[4,1]},{"name":"WHEAP_PFA_MEMORY_OFFLINED","features":[4,1]},{"name":"WHEAP_PFA_MEMORY_POLICY","features":[4,1]},{"name":"WHEAP_PFA_MEMORY_REMOVE_MONITOR","features":[4]},{"name":"WHEAP_PFA_OFFLINE_DECISION_TYPE","features":[4]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_CORRUPT","features":[4]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_FULL_EVENT","features":[4]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_UEFI_VAR_FAILED","features":[4]},{"name":"WHEAP_PLUGIN_PFA_EVENT","features":[4,1]},{"name":"WHEAP_PROCESS_EINJ_EVENT","features":[4,1]},{"name":"WHEAP_PROCESS_HEST_EVENT","features":[4,1]},{"name":"WHEAP_PSHED_INJECT_ERROR","features":[4,1]},{"name":"WHEAP_PSHED_PLUGIN_REGISTER","features":[4,1]},{"name":"WHEAP_ROW_FAILURE_EVENT","features":[4]},{"name":"WHEAP_SPURIOUS_AER_EVENT","features":[4]},{"name":"WHEAP_STARTED_REPORT_HW_ERROR","features":[4,32]},{"name":"WHEAP_STUCK_ERROR_EVENT","features":[4]},{"name":"WHEA_ACPI_HEADER","features":[4]},{"name":"WHEA_AMD_EXTENDED_REGISTERS","features":[4]},{"name":"WHEA_AMD_EXT_REG_NUM","features":[4]},{"name":"WHEA_ARMV8_AARCH32_GPRS","features":[4]},{"name":"WHEA_ARMV8_AARCH64_EL3_CSR","features":[4]},{"name":"WHEA_ARMV8_AARCH64_GPRS","features":[4]},{"name":"WHEA_ARM_AARCH32_EL1_CSR","features":[4]},{"name":"WHEA_ARM_AARCH32_EL2_CSR","features":[4]},{"name":"WHEA_ARM_AARCH32_SECURE_CSR","features":[4]},{"name":"WHEA_ARM_AARCH64_EL1_CSR","features":[4]},{"name":"WHEA_ARM_AARCH64_EL2_CSR","features":[4]},{"name":"WHEA_ARM_BUS_ERROR","features":[4]},{"name":"WHEA_ARM_BUS_ERROR_VALID_BITS","features":[4]},{"name":"WHEA_ARM_CACHE_ERROR","features":[4]},{"name":"WHEA_ARM_CACHE_ERROR_VALID_BITS","features":[4]},{"name":"WHEA_ARM_MISC_CSR","features":[4]},{"name":"WHEA_ARM_PROCESSOR_ERROR","features":[4]},{"name":"WHEA_ARM_PROCESSOR_ERROR_CONTEXT_INFORMATION_HEADER","features":[4]},{"name":"WHEA_ARM_PROCESSOR_ERROR_CONTEXT_INFORMATION_HEADER_FLAGS","features":[4]},{"name":"WHEA_ARM_PROCESSOR_ERROR_INFORMATION","features":[4]},{"name":"WHEA_ARM_PROCESSOR_ERROR_INFORMATION_VALID_BITS","features":[4]},{"name":"WHEA_ARM_PROCESSOR_ERROR_SECTION","features":[4]},{"name":"WHEA_ARM_PROCESSOR_ERROR_SECTION_VALID_BITS","features":[4]},{"name":"WHEA_ARM_TLB_ERROR","features":[4]},{"name":"WHEA_ARM_TLB_ERROR_VALID_BITS","features":[4]},{"name":"WHEA_AZCC_ROOT_BUS_ERR_EVENT","features":[4,1]},{"name":"WHEA_AZCC_ROOT_BUS_LIST_EVENT","features":[4]},{"name":"WHEA_AZCC_SET_POISON_EVENT","features":[4,1]},{"name":"WHEA_BUGCHECK_RECOVERY_LOG_TYPE","features":[4]},{"name":"WHEA_BUSCHECK_GUID","features":[4]},{"name":"WHEA_CACHECHECK_GUID","features":[4]},{"name":"WHEA_CPU_VENDOR","features":[4]},{"name":"WHEA_DEVICE_ERROR_SUMMARY_GUID","features":[4]},{"name":"WHEA_DPC_CAPABILITY_SECTION_GUID","features":[4]},{"name":"WHEA_ERROR_INJECTION_CAPABILITIES","features":[4]},{"name":"WHEA_ERROR_LOG_ENTRY_VERSION","features":[4]},{"name":"WHEA_ERROR_PACKET_DATA_FORMAT","features":[4]},{"name":"WHEA_ERROR_PACKET_FLAGS","features":[4]},{"name":"WHEA_ERROR_PACKET_SECTION_GUID","features":[4]},{"name":"WHEA_ERROR_PACKET_V1","features":[4,32]},{"name":"WHEA_ERROR_PACKET_V1_VERSION","features":[4]},{"name":"WHEA_ERROR_PACKET_V2","features":[4,32]},{"name":"WHEA_ERROR_PACKET_V2_VERSION","features":[4]},{"name":"WHEA_ERROR_PACKET_VERSION","features":[4]},{"name":"WHEA_ERROR_PKT_VERSION","features":[4]},{"name":"WHEA_ERROR_RECORD","features":[4]},{"name":"WHEA_ERROR_RECORD_FLAGS_DEVICE_DRIVER","features":[4]},{"name":"WHEA_ERROR_RECORD_FLAGS_PREVIOUSERROR","features":[4]},{"name":"WHEA_ERROR_RECORD_FLAGS_RECOVERED","features":[4]},{"name":"WHEA_ERROR_RECORD_FLAGS_SIMULATED","features":[4]},{"name":"WHEA_ERROR_RECORD_HEADER","features":[4]},{"name":"WHEA_ERROR_RECORD_HEADER_FLAGS","features":[4]},{"name":"WHEA_ERROR_RECORD_HEADER_VALIDBITS","features":[4]},{"name":"WHEA_ERROR_RECORD_REVISION","features":[4]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR","features":[4]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_FLAGS","features":[4]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_REVISION","features":[4]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS","features":[4]},{"name":"WHEA_ERROR_RECORD_SIGNATURE_END","features":[4]},{"name":"WHEA_ERROR_RECORD_VALID_PARTITIONID","features":[4]},{"name":"WHEA_ERROR_RECORD_VALID_PLATFORMID","features":[4]},{"name":"WHEA_ERROR_RECORD_VALID_TIMESTAMP","features":[4]},{"name":"WHEA_ERROR_RECOVERY_INFO_SECTION","features":[4,1]},{"name":"WHEA_ERROR_SEVERITY","features":[4]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION","features":[4,1]},{"name":"WHEA_ERROR_SOURCE_CORRECT","features":[4,1]},{"name":"WHEA_ERROR_SOURCE_CREATE_RECORD","features":[4,1]},{"name":"WHEA_ERROR_SOURCE_INITIALIZE","features":[4,1]},{"name":"WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS","features":[4,32]},{"name":"WHEA_ERROR_SOURCE_RECOVER","features":[4,1]},{"name":"WHEA_ERROR_SOURCE_UNINITIALIZE","features":[4]},{"name":"WHEA_ERROR_STATUS","features":[4]},{"name":"WHEA_ERROR_TEXT_LEN","features":[4]},{"name":"WHEA_ERROR_TYPE","features":[4]},{"name":"WHEA_ERR_SRC_OVERRIDE_FLAG","features":[4]},{"name":"WHEA_ETW_OVERFLOW_EVENT","features":[4]},{"name":"WHEA_EVENT_LOG_ENTRY","features":[4]},{"name":"WHEA_EVENT_LOG_ENTRY_FLAGS","features":[4]},{"name":"WHEA_EVENT_LOG_ENTRY_HEADER","features":[4]},{"name":"WHEA_EVENT_LOG_ENTRY_ID","features":[4]},{"name":"WHEA_EVENT_LOG_ENTRY_TYPE","features":[4]},{"name":"WHEA_FAILED_ADD_DEFECT_LIST_EVENT","features":[4]},{"name":"WHEA_FIRMWARE_ERROR_RECORD_REFERENCE","features":[4]},{"name":"WHEA_FIRMWARE_RECORD_TYPE_IPFSAL","features":[4]},{"name":"WHEA_GENERIC_ENTRY_TEXT_LEN","features":[4]},{"name":"WHEA_GENERIC_ENTRY_V2_VERSION","features":[4]},{"name":"WHEA_GENERIC_ENTRY_VERSION","features":[4]},{"name":"WHEA_GENERIC_ERROR","features":[4]},{"name":"WHEA_GENERIC_ERROR_BLOCKSTATUS","features":[4]},{"name":"WHEA_GENERIC_ERROR_DATA_ENTRY_V1","features":[4]},{"name":"WHEA_GENERIC_ERROR_DATA_ENTRY_V2","features":[4]},{"name":"WHEA_INVALID_ERR_SRC_ID","features":[4]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAGS","features":[4]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_NOTIFYALL","features":[4]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_PAGEOFFLINED","features":[4]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_PLATFORMDIRECTED","features":[4]},{"name":"WHEA_MAX_LOG_DATA_LEN","features":[4]},{"name":"WHEA_MEMERRTYPE_INVALIDADDRESS","features":[4]},{"name":"WHEA_MEMERRTYPE_MASTERABORT","features":[4]},{"name":"WHEA_MEMERRTYPE_MEMORYSPARING","features":[4]},{"name":"WHEA_MEMERRTYPE_MIRRORBROKEN","features":[4]},{"name":"WHEA_MEMERRTYPE_MULTIBITECC","features":[4]},{"name":"WHEA_MEMERRTYPE_MULTISYMCHIPKILL","features":[4]},{"name":"WHEA_MEMERRTYPE_NOERROR","features":[4]},{"name":"WHEA_MEMERRTYPE_PARITYERROR","features":[4]},{"name":"WHEA_MEMERRTYPE_SINGLEBITECC","features":[4]},{"name":"WHEA_MEMERRTYPE_SINGLESYMCHIPKILL","features":[4]},{"name":"WHEA_MEMERRTYPE_TARGETABORT","features":[4]},{"name":"WHEA_MEMERRTYPE_UNKNOWN","features":[4]},{"name":"WHEA_MEMERRTYPE_WATCHDOGTIMEOUT","features":[4]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_DATA","features":[4]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_HEADER","features":[4]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_SECTION","features":[4]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_SECTION_VALIDBITS","features":[4]},{"name":"WHEA_MEMORY_ERROR_SECTION","features":[4]},{"name":"WHEA_MEMORY_ERROR_SECTION_VALIDBITS","features":[4]},{"name":"WHEA_MEMORY_THROTTLE_SUMMARY_FAILED_EVENT","features":[4,1]},{"name":"WHEA_MSCHECK_GUID","features":[4]},{"name":"WHEA_MSR_DUMP_SECTION","features":[4]},{"name":"WHEA_NMI_ERROR_SECTION","features":[4]},{"name":"WHEA_NMI_ERROR_SECTION_FLAGS","features":[4]},{"name":"WHEA_OFFLINE_DONE_EVENT","features":[4]},{"name":"WHEA_PACKET_LOG_DATA","features":[4]},{"name":"WHEA_PCIEXPRESS_BRIDGE_CONTROL_STATUS","features":[4]},{"name":"WHEA_PCIEXPRESS_COMMAND_STATUS","features":[4]},{"name":"WHEA_PCIEXPRESS_DEVICE_ID","features":[4]},{"name":"WHEA_PCIEXPRESS_DEVICE_TYPE","features":[4]},{"name":"WHEA_PCIEXPRESS_ERROR_SECTION","features":[4]},{"name":"WHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS","features":[4]},{"name":"WHEA_PCIEXPRESS_VERSION","features":[4]},{"name":"WHEA_PCIE_ADDRESS","features":[4]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_DEVICES","features":[4]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS","features":[4]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION","features":[4]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION_COUNT_SIZE","features":[4]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION_HEADER","features":[4]},{"name":"WHEA_PCIXBUS_COMMAND","features":[4]},{"name":"WHEA_PCIXBUS_ERROR_SECTION","features":[4]},{"name":"WHEA_PCIXBUS_ERROR_SECTION_VALIDBITS","features":[4]},{"name":"WHEA_PCIXBUS_ID","features":[4]},{"name":"WHEA_PCIXDEVICE_ERROR_SECTION","features":[4]},{"name":"WHEA_PCIXDEVICE_ERROR_SECTION_VALIDBITS","features":[4]},{"name":"WHEA_PCIXDEVICE_ID","features":[4]},{"name":"WHEA_PCIXDEVICE_REGISTER_PAIR","features":[4]},{"name":"WHEA_PCI_RECOVERY_SECTION","features":[4,1]},{"name":"WHEA_PCI_RECOVERY_SIGNAL","features":[4]},{"name":"WHEA_PCI_RECOVERY_STATUS","features":[4]},{"name":"WHEA_PERSISTENCE_INFO","features":[4]},{"name":"WHEA_PFA_REMOVE_TRIGGER","features":[4]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_V1","features":[4]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_V2","features":[4]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_VERSION","features":[4]},{"name":"WHEA_PMEM_ERROR_SECTION","features":[4]},{"name":"WHEA_PMEM_ERROR_SECTION_LOCATION_INFO_SIZE","features":[4]},{"name":"WHEA_PMEM_ERROR_SECTION_MAX_PAGES","features":[4]},{"name":"WHEA_PMEM_ERROR_SECTION_VALIDBITS","features":[4]},{"name":"WHEA_PMEM_PAGE_RANGE","features":[4]},{"name":"WHEA_PROCESSOR_FAMILY_INFO","features":[4]},{"name":"WHEA_PROCESSOR_GENERIC_ERROR_SECTION","features":[4]},{"name":"WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS","features":[4]},{"name":"WHEA_PSHED_PI_CPU_BUSES_INIT_FAILED_EVENT","features":[4,1]},{"name":"WHEA_PSHED_PI_TRACE_EVENT","features":[4]},{"name":"WHEA_PSHED_PLUGIN_CALLBACKS","features":[4,1,32]},{"name":"WHEA_PSHED_PLUGIN_DIMM_MISMATCH","features":[4]},{"name":"WHEA_PSHED_PLUGIN_ENABLE_NOTIFY_ERRORS","features":[4]},{"name":"WHEA_PSHED_PLUGIN_ENABLE_NOTIFY_FAILED_EVENT","features":[4]},{"name":"WHEA_PSHED_PLUGIN_HEARTBEAT","features":[4]},{"name":"WHEA_PSHED_PLUGIN_INIT_FAILED_EVENT","features":[4,1]},{"name":"WHEA_PSHED_PLUGIN_LOAD_EVENT","features":[4]},{"name":"WHEA_PSHED_PLUGIN_PLATFORM_SUPPORT_EVENT","features":[4,1]},{"name":"WHEA_PSHED_PLUGIN_REGISTRATION_PACKET_V1","features":[4,1,32]},{"name":"WHEA_PSHED_PLUGIN_REGISTRATION_PACKET_V2","features":[4,1,32]},{"name":"WHEA_PSHED_PLUGIN_UNLOAD_EVENT","features":[4]},{"name":"WHEA_RAW_DATA_FORMAT","features":[4]},{"name":"WHEA_RECORD_CREATOR_GUID","features":[4]},{"name":"WHEA_RECOVERY_ACTION","features":[4]},{"name":"WHEA_RECOVERY_CONTEXT","features":[4,1]},{"name":"WHEA_RECOVERY_CONTEXT_ERROR_TYPE","features":[4]},{"name":"WHEA_RECOVERY_FAILURE_REASON","features":[4]},{"name":"WHEA_RECOVERY_TYPE","features":[4]},{"name":"WHEA_REGISTER_KEY_NOTIFICATION_FAILED_EVENT","features":[4]},{"name":"WHEA_REPORT_HW_ERROR_DEVICE_DRIVER_FLAGS","features":[4]},{"name":"WHEA_REVISION","features":[4]},{"name":"WHEA_SEA_SECTION","features":[4,1]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_CONTAINMENTWRN","features":[4]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_FRU_TEXT_BY_PLUGIN","features":[4]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_LATENTERROR","features":[4]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_PRIMARY","features":[4]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_PROPAGATED","features":[4]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_RESET","features":[4]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_RESOURCENA","features":[4]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_THRESHOLDEXCEEDED","features":[4]},{"name":"WHEA_SECTION_DESCRIPTOR_REVISION","features":[4]},{"name":"WHEA_SEI_SECTION","features":[4]},{"name":"WHEA_SEL_BUGCHECK_PROGRESS","features":[4]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_MULTIPLE_BUGCHECK_EVENT","features":[4,1]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE1_EVENT","features":[4,1]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE1_VERSION","features":[4]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE2_EVENT","features":[4,1]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_START_EVENT","features":[4]},{"name":"WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK","features":[4,1]},{"name":"WHEA_SRAR_DETAIL_EVENT","features":[4,1]},{"name":"WHEA_SRAS_TABLE_ENTRIES_EVENT","features":[4]},{"name":"WHEA_SRAS_TABLE_ERROR","features":[4]},{"name":"WHEA_SRAS_TABLE_NOT_FOUND","features":[4]},{"name":"WHEA_THROTTLE_ADD_ERR_SRC_FAILED_EVENT","features":[4]},{"name":"WHEA_THROTTLE_MEMORY_ADD_OR_REMOVE_EVENT","features":[4]},{"name":"WHEA_THROTTLE_PCIE_ADD_EVENT","features":[4,1]},{"name":"WHEA_THROTTLE_PCIE_REMOVE_EVENT","features":[4]},{"name":"WHEA_THROTTLE_REGISTRY_CORRUPT_EVENT","features":[4]},{"name":"WHEA_THROTTLE_REG_DATA_IGNORED_EVENT","features":[4]},{"name":"WHEA_THROTTLE_TYPE","features":[4]},{"name":"WHEA_TIMESTAMP","features":[4]},{"name":"WHEA_TLBCHECK_GUID","features":[4]},{"name":"WHEA_WRITE_FLAG_DUMMY","features":[4]},{"name":"WHEA_X64_REGISTER_STATE","features":[4]},{"name":"WHEA_X86_REGISTER_STATE","features":[4]},{"name":"WHEA_XPF_BUS_CHECK","features":[4]},{"name":"WHEA_XPF_CACHE_CHECK","features":[4]},{"name":"WHEA_XPF_CONTEXT_INFO","features":[4]},{"name":"WHEA_XPF_MCA_EXTREG_MAX_COUNT","features":[4]},{"name":"WHEA_XPF_MCA_SECTION","features":[4,1]},{"name":"WHEA_XPF_MCA_SECTION_VERSION","features":[4]},{"name":"WHEA_XPF_MCA_SECTION_VERSION_2","features":[4]},{"name":"WHEA_XPF_MCA_SECTION_VERSION_3","features":[4]},{"name":"WHEA_XPF_MS_CHECK","features":[4]},{"name":"WHEA_XPF_PROCESSOR_ERROR_SECTION","features":[4]},{"name":"WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS","features":[4]},{"name":"WHEA_XPF_PROCINFO","features":[4]},{"name":"WHEA_XPF_PROCINFO_VALIDBITS","features":[4]},{"name":"WHEA_XPF_TLB_CHECK","features":[4]},{"name":"WMIREGISTER","features":[4]},{"name":"WMIREG_ACTION_BLOCK_IRPS","features":[4]},{"name":"WMIREG_ACTION_DEREGISTER","features":[4]},{"name":"WMIREG_ACTION_REGISTER","features":[4]},{"name":"WMIREG_ACTION_REREGISTER","features":[4]},{"name":"WMIREG_ACTION_UPDATE_GUIDS","features":[4]},{"name":"WMIUPDATE","features":[4]},{"name":"WMI_NOTIFICATION_CALLBACK","features":[4]},{"name":"WORKER_THREAD_ROUTINE","features":[4]},{"name":"WORK_QUEUE_TYPE","features":[4]},{"name":"WdfNotifyRoutinesClass","features":[4]},{"name":"WheaAddErrorSource","features":[4,1,32]},{"name":"WheaAddErrorSourceDeviceDriver","features":[4,1,32]},{"name":"WheaAddErrorSourceDeviceDriverV1","features":[4,1,32]},{"name":"WheaAddHwErrorReportSectionDeviceDriver","features":[4,1,32]},{"name":"WheaConfigureErrorSource","features":[4,1,32]},{"name":"WheaCpuVendorAmd","features":[4]},{"name":"WheaCpuVendorIntel","features":[4]},{"name":"WheaCpuVendorOther","features":[4]},{"name":"WheaCreateHwErrorReportDeviceDriver","features":[3,6,4,1,5,7,8,9]},{"name":"WheaDataFormatGeneric","features":[4]},{"name":"WheaDataFormatIPFSalRecord","features":[4]},{"name":"WheaDataFormatMax","features":[4]},{"name":"WheaDataFormatMemory","features":[4]},{"name":"WheaDataFormatNMIPort","features":[4]},{"name":"WheaDataFormatPCIExpress","features":[4]},{"name":"WheaDataFormatPCIXBus","features":[4]},{"name":"WheaDataFormatPCIXDevice","features":[4]},{"name":"WheaDataFormatXPFMCA","features":[4]},{"name":"WheaErrSevCorrected","features":[4]},{"name":"WheaErrSevFatal","features":[4]},{"name":"WheaErrSevInformational","features":[4]},{"name":"WheaErrSevRecoverable","features":[4]},{"name":"WheaErrTypeGeneric","features":[4]},{"name":"WheaErrTypeMemory","features":[4]},{"name":"WheaErrTypeNMI","features":[4]},{"name":"WheaErrTypePCIExpress","features":[4]},{"name":"WheaErrTypePCIXBus","features":[4]},{"name":"WheaErrTypePCIXDevice","features":[4]},{"name":"WheaErrTypePmem","features":[4]},{"name":"WheaErrTypeProcessor","features":[4]},{"name":"WheaErrorSourceGetState","features":[4,32]},{"name":"WheaEventBugCheckRecoveryEntry","features":[4]},{"name":"WheaEventBugCheckRecoveryMax","features":[4]},{"name":"WheaEventBugCheckRecoveryReturn","features":[4]},{"name":"WheaEventLogAzccRootBusList","features":[4]},{"name":"WheaEventLogAzccRootBusPoisonSet","features":[4]},{"name":"WheaEventLogAzccRootBusSearchErr","features":[4]},{"name":"WheaEventLogCmciFinalRestart","features":[4]},{"name":"WheaEventLogCmciRestart","features":[4]},{"name":"WheaEventLogEntryEarlyError","features":[4]},{"name":"WheaEventLogEntryEtwOverFlow","features":[4]},{"name":"WheaEventLogEntryIdAcpiTimeOut","features":[4]},{"name":"WheaEventLogEntryIdAddRemoveErrorSource","features":[4]},{"name":"WheaEventLogEntryIdAerNotGrantedToOs","features":[4]},{"name":"WheaEventLogEntryIdAttemptErrorRecovery","features":[4]},{"name":"WheaEventLogEntryIdBadHestNotifyData","features":[4]},{"name":"WheaEventLogEntryIdBadPageLimitReached","features":[4]},{"name":"WheaEventLogEntryIdClearedPoison","features":[4]},{"name":"WheaEventLogEntryIdCmcPollingTimeout","features":[4]},{"name":"WheaEventLogEntryIdCmcSwitchToPolling","features":[4]},{"name":"WheaEventLogEntryIdCmciImplPresent","features":[4]},{"name":"WheaEventLogEntryIdCmciInitError","features":[4]},{"name":"WheaEventLogEntryIdCpuBusesInitFailed","features":[4]},{"name":"WheaEventLogEntryIdCpusFrozen","features":[4]},{"name":"WheaEventLogEntryIdCpusFrozenNoCrashDump","features":[4]},{"name":"WheaEventLogEntryIdCreateGenericRecord","features":[4]},{"name":"WheaEventLogEntryIdDefectListCorrupt","features":[4]},{"name":"WheaEventLogEntryIdDefectListFull","features":[4]},{"name":"WheaEventLogEntryIdDefectListUEFIVarFailed","features":[4]},{"name":"WheaEventLogEntryIdDeviceDriver","features":[4]},{"name":"WheaEventLogEntryIdDroppedCorrectedError","features":[4]},{"name":"WheaEventLogEntryIdDrvErrSrcInvalid","features":[4]},{"name":"WheaEventLogEntryIdDrvHandleBusy","features":[4]},{"name":"WheaEventLogEntryIdEnableKeyNotifFailed","features":[4]},{"name":"WheaEventLogEntryIdErrDimmInfoMismatch","features":[4]},{"name":"WheaEventLogEntryIdErrSrcArrayInvalid","features":[4]},{"name":"WheaEventLogEntryIdErrSrcInvalid","features":[4]},{"name":"WheaEventLogEntryIdErrorRecord","features":[4]},{"name":"WheaEventLogEntryIdErrorRecordLimit","features":[4]},{"name":"WheaEventLogEntryIdFailedAddToDefectList","features":[4]},{"name":"WheaEventLogEntryIdGenericErrMemMap","features":[4]},{"name":"WheaEventLogEntryIdKeyNotificationFailed","features":[4]},{"name":"WheaEventLogEntryIdMcaErrorCleared","features":[4]},{"name":"WheaEventLogEntryIdMcaFoundErrorInBank","features":[4]},{"name":"WheaEventLogEntryIdMcaStuckErrorCheck","features":[4]},{"name":"WheaEventLogEntryIdMemoryAddDevice","features":[4]},{"name":"WheaEventLogEntryIdMemoryRemoveDevice","features":[4]},{"name":"WheaEventLogEntryIdMemorySummaryFailed","features":[4]},{"name":"WheaEventLogEntryIdOscCapabilities","features":[4]},{"name":"WheaEventLogEntryIdPFAMemoryOfflined","features":[4]},{"name":"WheaEventLogEntryIdPFAMemoryPolicy","features":[4]},{"name":"WheaEventLogEntryIdPFAMemoryRemoveMonitor","features":[4]},{"name":"WheaEventLogEntryIdPcieAddDevice","features":[4]},{"name":"WheaEventLogEntryIdPcieConfigInfo","features":[4]},{"name":"WheaEventLogEntryIdPcieDpcError","features":[4]},{"name":"WheaEventLogEntryIdPcieOverrideInfo","features":[4]},{"name":"WheaEventLogEntryIdPcieRemoveDevice","features":[4]},{"name":"WheaEventLogEntryIdPcieSpuriousErrSource","features":[4]},{"name":"WheaEventLogEntryIdPcieSummaryFailed","features":[4]},{"name":"WheaEventLogEntryIdProcessEINJ","features":[4]},{"name":"WheaEventLogEntryIdProcessHEST","features":[4]},{"name":"WheaEventLogEntryIdPshedCallbackCollision","features":[4]},{"name":"WheaEventLogEntryIdPshedInjectError","features":[4]},{"name":"WheaEventLogEntryIdPshedPiTraceLog","features":[4]},{"name":"WheaEventLogEntryIdPshedPluginInitFailed","features":[4]},{"name":"WheaEventLogEntryIdPshedPluginLoad","features":[4]},{"name":"WheaEventLogEntryIdPshedPluginRegister","features":[4]},{"name":"WheaEventLogEntryIdPshedPluginSupported","features":[4]},{"name":"WheaEventLogEntryIdPshedPluginUnload","features":[4]},{"name":"WheaEventLogEntryIdReadPcieOverridesErr","features":[4]},{"name":"WheaEventLogEntryIdRowFailure","features":[4]},{"name":"WheaEventLogEntryIdSELBugCheckInfo","features":[4]},{"name":"WheaEventLogEntryIdSELBugCheckProgress","features":[4]},{"name":"WheaEventLogEntryIdSELBugCheckRecovery","features":[4]},{"name":"WheaEventLogEntryIdSrasTableEntries","features":[4]},{"name":"WheaEventLogEntryIdSrasTableError","features":[4]},{"name":"WheaEventLogEntryIdSrasTableNotFound","features":[4]},{"name":"WheaEventLogEntryIdStartedReportHwError","features":[4]},{"name":"WheaEventLogEntryIdThrottleAddErrSrcFailed","features":[4]},{"name":"WheaEventLogEntryIdThrottleRegCorrupt","features":[4]},{"name":"WheaEventLogEntryIdThrottleRegDataIgnored","features":[4]},{"name":"WheaEventLogEntryIdWheaHeartbeat","features":[4]},{"name":"WheaEventLogEntryIdWheaInit","features":[4]},{"name":"WheaEventLogEntryIdWorkQueueItem","features":[4]},{"name":"WheaEventLogEntryIdeDpcEnabled","features":[4]},{"name":"WheaEventLogEntryPageOfflineDone","features":[4]},{"name":"WheaEventLogEntryPageOfflinePendMax","features":[4]},{"name":"WheaEventLogEntrySrarDetail","features":[4]},{"name":"WheaEventLogEntryTypeError","features":[4]},{"name":"WheaEventLogEntryTypeInformational","features":[4]},{"name":"WheaEventLogEntryTypeWarning","features":[4]},{"name":"WheaGetNotifyAllOfflinesPolicy","features":[4,1]},{"name":"WheaHighIrqlLogSelEventHandlerRegister","features":[4,1,32]},{"name":"WheaHighIrqlLogSelEventHandlerUnregister","features":[4]},{"name":"WheaHwErrorReportAbandonDeviceDriver","features":[4,1]},{"name":"WheaHwErrorReportSetSectionNameDeviceDriver","features":[4,1,32]},{"name":"WheaHwErrorReportSetSeverityDeviceDriver","features":[4,1]},{"name":"WheaHwErrorReportSubmitDeviceDriver","features":[4,1]},{"name":"WheaInitializeRecordHeader","features":[4,1]},{"name":"WheaIsCriticalState","features":[4,1]},{"name":"WheaLogInternalEvent","features":[4]},{"name":"WheaMemoryThrottle","features":[4]},{"name":"WheaPciExpressDownstreamSwitchPort","features":[4]},{"name":"WheaPciExpressEndpoint","features":[4]},{"name":"WheaPciExpressLegacyEndpoint","features":[4]},{"name":"WheaPciExpressRootComplexEventCollector","features":[4]},{"name":"WheaPciExpressRootComplexIntegratedEndpoint","features":[4]},{"name":"WheaPciExpressRootPort","features":[4]},{"name":"WheaPciExpressToPciXBridge","features":[4]},{"name":"WheaPciExpressUpstreamSwitchPort","features":[4]},{"name":"WheaPciREcoveryStatusUnknown","features":[4]},{"name":"WheaPciRecoverySignalAer","features":[4]},{"name":"WheaPciRecoverySignalDpc","features":[4]},{"name":"WheaPciRecoverySignalUnknown","features":[4]},{"name":"WheaPciRecoveryStatusBusNotFound","features":[4]},{"name":"WheaPciRecoveryStatusComplexTree","features":[4]},{"name":"WheaPciRecoveryStatusLinkDisableTimeout","features":[4]},{"name":"WheaPciRecoveryStatusLinkEnableTimeout","features":[4]},{"name":"WheaPciRecoveryStatusNoError","features":[4]},{"name":"WheaPciRecoveryStatusRpBusyTimeout","features":[4]},{"name":"WheaPciXToExpressBridge","features":[4]},{"name":"WheaPcieThrottle","features":[4]},{"name":"WheaPfaRemoveCapacity","features":[4]},{"name":"WheaPfaRemoveErrorThreshold","features":[4]},{"name":"WheaPfaRemoveTimeout","features":[4]},{"name":"WheaRawDataFormatAMD64MCA","features":[4]},{"name":"WheaRawDataFormatGeneric","features":[4]},{"name":"WheaRawDataFormatIA32MCA","features":[4]},{"name":"WheaRawDataFormatIPFSalRecord","features":[4]},{"name":"WheaRawDataFormatIntel64MCA","features":[4]},{"name":"WheaRawDataFormatMax","features":[4]},{"name":"WheaRawDataFormatMemory","features":[4]},{"name":"WheaRawDataFormatNMIPort","features":[4]},{"name":"WheaRawDataFormatPCIExpress","features":[4]},{"name":"WheaRawDataFormatPCIXBus","features":[4]},{"name":"WheaRawDataFormatPCIXDevice","features":[4]},{"name":"WheaRecoveryContextErrorTypeMax","features":[4]},{"name":"WheaRecoveryContextErrorTypeMemory","features":[4]},{"name":"WheaRecoveryContextErrorTypePmem","features":[4]},{"name":"WheaRecoveryFailureReasonFarNotValid","features":[4]},{"name":"WheaRecoveryFailureReasonHighIrql","features":[4]},{"name":"WheaRecoveryFailureReasonInsufficientAltContextWrappers","features":[4]},{"name":"WheaRecoveryFailureReasonInterruptsDisabled","features":[4]},{"name":"WheaRecoveryFailureReasonInvalidAddressMode","features":[4]},{"name":"WheaRecoveryFailureReasonKernelCouldNotMarkMemoryBad","features":[4]},{"name":"WheaRecoveryFailureReasonKernelMarkMemoryBadTimedOut","features":[4]},{"name":"WheaRecoveryFailureReasonKernelWillPageFaultBCAtCurrentIrql","features":[4]},{"name":"WheaRecoveryFailureReasonMax","features":[4]},{"name":"WheaRecoveryFailureReasonMiscOrAddrNotValid","features":[4]},{"name":"WheaRecoveryFailureReasonNoRecoveryContext","features":[4]},{"name":"WheaRecoveryFailureReasonNotContinuable","features":[4]},{"name":"WheaRecoveryFailureReasonNotSupported","features":[4]},{"name":"WheaRecoveryFailureReasonOverflow","features":[4]},{"name":"WheaRecoveryFailureReasonPcc","features":[4]},{"name":"WheaRecoveryFailureReasonStackOverflow","features":[4]},{"name":"WheaRecoveryFailureReasonSwapBusy","features":[4]},{"name":"WheaRecoveryFailureReasonUnexpectedFailure","features":[4]},{"name":"WheaRecoveryTypeActionOptional","features":[4]},{"name":"WheaRecoveryTypeActionRequired","features":[4]},{"name":"WheaRecoveryTypeMax","features":[4]},{"name":"WheaRegisterInUsePageOfflineNotification","features":[4,1]},{"name":"WheaRemoveErrorSource","features":[4]},{"name":"WheaRemoveErrorSourceDeviceDriver","features":[4,1]},{"name":"WheaReportHwError","features":[4,1,32]},{"name":"WheaReportHwErrorDeviceDriver","features":[3,6,4,1,5,7,8,9]},{"name":"WheaUnconfigureErrorSource","features":[4,1,32]},{"name":"WheaUnregisterInUsePageOfflineNotification","features":[4,1]},{"name":"WheapDpcErrBusNotFound","features":[4]},{"name":"WheapDpcErrDeviceIdBad","features":[4]},{"name":"WheapDpcErrDpcedSubtree","features":[4]},{"name":"WheapDpcErrNoChildren","features":[4]},{"name":"WheapDpcErrNoErr","features":[4]},{"name":"WheapDpcErrResetFailed","features":[4]},{"name":"WheapPfaOfflinePredictiveFailure","features":[4]},{"name":"WheapPfaOfflineUncorrectedError","features":[4]},{"name":"Width16Bits","features":[4]},{"name":"Width32Bits","features":[4]},{"name":"Width64Bits","features":[4]},{"name":"Width8Bits","features":[4]},{"name":"WidthNoWrap","features":[4]},{"name":"WmiQueryTraceInformation","features":[4,1]},{"name":"WormController","features":[4]},{"name":"WrAlertByThreadId","features":[4]},{"name":"WrCalloutStack","features":[4]},{"name":"WrCpuRateControl","features":[4]},{"name":"WrDeferredPreempt","features":[4]},{"name":"WrDelayExecution","features":[4]},{"name":"WrDispatchInt","features":[4]},{"name":"WrExecutive","features":[4]},{"name":"WrFastMutex","features":[4]},{"name":"WrFreePage","features":[4]},{"name":"WrGuardedMutex","features":[4]},{"name":"WrIoRing","features":[4]},{"name":"WrKernel","features":[4]},{"name":"WrKeyedEvent","features":[4]},{"name":"WrLpcReceive","features":[4]},{"name":"WrLpcReply","features":[4]},{"name":"WrMdlCache","features":[4]},{"name":"WrMutex","features":[4]},{"name":"WrPageIn","features":[4]},{"name":"WrPageOut","features":[4]},{"name":"WrPhysicalFault","features":[4]},{"name":"WrPoolAllocation","features":[4]},{"name":"WrPreempted","features":[4]},{"name":"WrProcessInSwap","features":[4]},{"name":"WrPushLock","features":[4]},{"name":"WrQuantumEnd","features":[4]},{"name":"WrQueue","features":[4]},{"name":"WrRendezvous","features":[4]},{"name":"WrResource","features":[4]},{"name":"WrRundown","features":[4]},{"name":"WrSpare0","features":[4]},{"name":"WrSuspended","features":[4]},{"name":"WrTerminated","features":[4]},{"name":"WrUserRequest","features":[4]},{"name":"WrVirtualMemory","features":[4]},{"name":"WrYieldExecution","features":[4]},{"name":"WriteAccess","features":[4]},{"name":"XPF_BUS_CHECK_ADDRESS_IO","features":[4]},{"name":"XPF_BUS_CHECK_ADDRESS_MEMORY","features":[4]},{"name":"XPF_BUS_CHECK_ADDRESS_OTHER","features":[4]},{"name":"XPF_BUS_CHECK_ADDRESS_RESERVED","features":[4]},{"name":"XPF_BUS_CHECK_OPERATION_DATAREAD","features":[4]},{"name":"XPF_BUS_CHECK_OPERATION_DATAWRITE","features":[4]},{"name":"XPF_BUS_CHECK_OPERATION_GENERIC","features":[4]},{"name":"XPF_BUS_CHECK_OPERATION_GENREAD","features":[4]},{"name":"XPF_BUS_CHECK_OPERATION_GENWRITE","features":[4]},{"name":"XPF_BUS_CHECK_OPERATION_INSTRUCTIONFETCH","features":[4]},{"name":"XPF_BUS_CHECK_OPERATION_PREFETCH","features":[4]},{"name":"XPF_BUS_CHECK_PARTICIPATION_GENERIC","features":[4]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCOBSERVED","features":[4]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCORIGINATED","features":[4]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCRESPONDED","features":[4]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[4]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_GENERIC","features":[4]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[4]},{"name":"XPF_CACHE_CHECK_OPERATION_DATAREAD","features":[4]},{"name":"XPF_CACHE_CHECK_OPERATION_DATAWRITE","features":[4]},{"name":"XPF_CACHE_CHECK_OPERATION_EVICTION","features":[4]},{"name":"XPF_CACHE_CHECK_OPERATION_GENERIC","features":[4]},{"name":"XPF_CACHE_CHECK_OPERATION_GENREAD","features":[4]},{"name":"XPF_CACHE_CHECK_OPERATION_GENWRITE","features":[4]},{"name":"XPF_CACHE_CHECK_OPERATION_INSTRUCTIONFETCH","features":[4]},{"name":"XPF_CACHE_CHECK_OPERATION_PREFETCH","features":[4]},{"name":"XPF_CACHE_CHECK_OPERATION_SNOOP","features":[4]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[4]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_GENERIC","features":[4]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[4]},{"name":"XPF_CONTEXT_INFO_32BITCONTEXT","features":[4]},{"name":"XPF_CONTEXT_INFO_32BITDEBUGREGS","features":[4]},{"name":"XPF_CONTEXT_INFO_64BITCONTEXT","features":[4]},{"name":"XPF_CONTEXT_INFO_64BITDEBUGREGS","features":[4]},{"name":"XPF_CONTEXT_INFO_FXSAVE","features":[4]},{"name":"XPF_CONTEXT_INFO_MMREGISTERS","features":[4]},{"name":"XPF_CONTEXT_INFO_MSRREGISTERS","features":[4]},{"name":"XPF_CONTEXT_INFO_UNCLASSIFIEDDATA","features":[4]},{"name":"XPF_MCA_SECTION_GUID","features":[4]},{"name":"XPF_MS_CHECK_ERRORTYPE_EXTERNAL","features":[4]},{"name":"XPF_MS_CHECK_ERRORTYPE_FRC","features":[4]},{"name":"XPF_MS_CHECK_ERRORTYPE_INTERNALUNCLASSIFIED","features":[4]},{"name":"XPF_MS_CHECK_ERRORTYPE_MCROMPARITY","features":[4]},{"name":"XPF_MS_CHECK_ERRORTYPE_NOERROR","features":[4]},{"name":"XPF_MS_CHECK_ERRORTYPE_UNCLASSIFIED","features":[4]},{"name":"XPF_PROCESSOR_ERROR_SECTION_GUID","features":[4]},{"name":"XPF_RECOVERY_INFO","features":[4,1]},{"name":"XPF_TLB_CHECK_OPERATION_DATAREAD","features":[4]},{"name":"XPF_TLB_CHECK_OPERATION_DATAWRITE","features":[4]},{"name":"XPF_TLB_CHECK_OPERATION_GENERIC","features":[4]},{"name":"XPF_TLB_CHECK_OPERATION_GENREAD","features":[4]},{"name":"XPF_TLB_CHECK_OPERATION_GENWRITE","features":[4]},{"name":"XPF_TLB_CHECK_OPERATION_INSTRUCTIONFETCH","features":[4]},{"name":"XPF_TLB_CHECK_OPERATION_PREFETCH","features":[4]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[4]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_GENERIC","features":[4]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[4]},{"name":"XSAVE_FORMAT","features":[4,32]},{"name":"XSTATE_CONTEXT","features":[4,32]},{"name":"XSTATE_SAVE","features":[4,32]},{"name":"ZONE_HEADER","features":[4,8]},{"name":"ZONE_SEGMENT_HEADER","features":[4,8]},{"name":"ZwAllocateLocallyUniqueId","features":[4,1]},{"name":"ZwClose","features":[4,1]},{"name":"ZwCommitComplete","features":[4,1]},{"name":"ZwCommitEnlistment","features":[4,1]},{"name":"ZwCommitTransaction","features":[4,1]},{"name":"ZwCreateEnlistment","features":[3,4,1,5]},{"name":"ZwCreateFile","features":[3,4,1,5,7]},{"name":"ZwCreateResourceManager","features":[3,4,1,5]},{"name":"ZwCreateSection","features":[3,4,1,5]},{"name":"ZwCreateTransaction","features":[3,4,1,5]},{"name":"ZwCreateTransactionManager","features":[3,4,1,5]},{"name":"ZwDeviceIoControlFile","features":[4,1,7]},{"name":"ZwDisplayString","features":[4,1]},{"name":"ZwEnumerateTransactionObject","features":[4,1,38]},{"name":"ZwGetNotificationResourceManager","features":[4,1,22]},{"name":"ZwLoadDriver","features":[4,1]},{"name":"ZwMakeTemporaryObject","features":[4,1]},{"name":"ZwManagePartition","features":[4,1]},{"name":"ZwOpenEnlistment","features":[3,4,1,5]},{"name":"ZwOpenFile","features":[3,4,1,5,7]},{"name":"ZwOpenResourceManager","features":[3,4,1,5]},{"name":"ZwOpenSymbolicLinkObject","features":[3,4,1,5]},{"name":"ZwOpenTransaction","features":[3,4,1,5]},{"name":"ZwOpenTransactionManager","features":[3,4,1,5]},{"name":"ZwPowerInformation","features":[4,1,9]},{"name":"ZwPrePrepareComplete","features":[4,1]},{"name":"ZwPrePrepareEnlistment","features":[4,1]},{"name":"ZwPrepareComplete","features":[4,1]},{"name":"ZwPrepareEnlistment","features":[4,1]},{"name":"ZwPropagationComplete","features":[4,1]},{"name":"ZwPropagationFailed","features":[4,1]},{"name":"ZwQueryInformationByName","features":[3,6,4,1,5,7]},{"name":"ZwQueryInformationEnlistment","features":[4,1,38]},{"name":"ZwQueryInformationFile","features":[6,4,1,7]},{"name":"ZwQueryInformationResourceManager","features":[4,1,38]},{"name":"ZwQueryInformationTransaction","features":[4,1,38]},{"name":"ZwQueryInformationTransactionManager","features":[4,1,38]},{"name":"ZwQuerySymbolicLinkObject","features":[4,1]},{"name":"ZwReadFile","features":[4,1,7]},{"name":"ZwReadOnlyEnlistment","features":[4,1]},{"name":"ZwRecoverEnlistment","features":[4,1]},{"name":"ZwRecoverResourceManager","features":[4,1]},{"name":"ZwRecoverTransactionManager","features":[4,1]},{"name":"ZwRegisterProtocolAddressInformation","features":[4,1]},{"name":"ZwRenameTransactionManager","features":[4,1]},{"name":"ZwRollbackComplete","features":[4,1]},{"name":"ZwRollbackEnlistment","features":[4,1]},{"name":"ZwRollbackTransaction","features":[4,1]},{"name":"ZwRollforwardTransactionManager","features":[4,1]},{"name":"ZwSetInformationEnlistment","features":[4,1,38]},{"name":"ZwSetInformationFile","features":[6,4,1,7]},{"name":"ZwSetInformationResourceManager","features":[4,1,38]},{"name":"ZwSetInformationTransaction","features":[4,1,38]},{"name":"ZwSetInformationTransactionManager","features":[4,1,38]},{"name":"ZwSinglePhaseReject","features":[4,1]},{"name":"ZwUnloadDriver","features":[4,1]},{"name":"ZwWriteFile","features":[4,1,7]},{"name":"_EXT_SET_PARAMETERS_V0","features":[4]},{"name":"_STRSAFE_USE_SECURE_CRT","features":[4]},{"name":"_WHEA_ERROR_SOURCE_CORRECT","features":[4,1,32]},{"name":"_WHEA_ERROR_SOURCE_CREATE_RECORD","features":[4,1,32]},{"name":"_WHEA_ERROR_SOURCE_INITIALIZE","features":[4,1,32]},{"name":"_WHEA_ERROR_SOURCE_RECOVER","features":[4,1]},{"name":"_WHEA_ERROR_SOURCE_UNINITIALIZE","features":[4]},{"name":"_WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK","features":[4,1]},{"name":"__guid_type","features":[4]},{"name":"__multiString_type","features":[4]},{"name":"__string_type","features":[4]},{"name":"pHalAssignSlotResources","features":[3,6,4,1,5,7,8,9]},{"name":"pHalEndMirroring","features":[4,1]},{"name":"pHalEndOfBoot","features":[4]},{"name":"pHalExamineMBR","features":[3,6,4,1,5,7,8,9]},{"name":"pHalFindBusAddressTranslation","features":[4,1]},{"name":"pHalGetAcpiTable","features":[4]},{"name":"pHalGetDmaAdapter","features":[3,6,4,1,5,7,8,9]},{"name":"pHalGetInterruptTranslator","features":[3,6,4,1,5,7,8,9]},{"name":"pHalGetPrmCache","features":[4,8]},{"name":"pHalHaltSystem","features":[4]},{"name":"pHalHandlerForBus","features":[3,4]},{"name":"pHalInitPnpDriver","features":[4,1]},{"name":"pHalInitPowerManagement","features":[4,1]},{"name":"pHalIoReadPartitionTable","features":[3,6,4,1,5,7,23,8,9]},{"name":"pHalIoSetPartitionInformation","features":[3,6,4,1,5,7,8,9]},{"name":"pHalIoWritePartitionTable","features":[3,6,4,1,5,7,23,8,9]},{"name":"pHalMirrorPhysicalMemory","features":[4,1]},{"name":"pHalMirrorVerify","features":[4,1]},{"name":"pHalQueryBusSlots","features":[3,4,1]},{"name":"pHalQuerySystemInformation","features":[4,1]},{"name":"pHalReferenceBusHandler","features":[3,4]},{"name":"pHalResetDisplay","features":[4,1]},{"name":"pHalSetPciErrorHandlerCallback","features":[4]},{"name":"pHalSetSystemInformation","features":[4,1]},{"name":"pHalStartMirroring","features":[4,1]},{"name":"pHalTranslateBusAddress","features":[4,1]},{"name":"pHalVectorToIDTEntry","features":[4]},{"name":"pKdCheckPowerButton","features":[4]},{"name":"pKdEnumerateDebuggingDevices","features":[4,1]},{"name":"pKdGetAcpiTablePhase0","features":[4]},{"name":"pKdGetPciDataByOffset","features":[4]},{"name":"pKdMapPhysicalMemory64","features":[4,1]},{"name":"pKdReleaseIntegratedDeviceForDebugging","features":[4,1]},{"name":"pKdReleasePciDeviceForDebugging","features":[4,1]},{"name":"pKdSetPciDataByOffset","features":[4]},{"name":"pKdSetupIntegratedDeviceForDebugging","features":[4,1]},{"name":"pKdSetupPciDeviceForDebugging","features":[4,1]},{"name":"pKdUnmapVirtualAddress","features":[4,1]},{"name":"vDbgPrintEx","features":[4]},{"name":"vDbgPrintExWithPrefix","features":[4]}],"354":[{"name":"MaxProcessInfoClass","features":[40]},{"name":"MaxThreadInfoClass","features":[40]},{"name":"MaxTimerInfoClass","features":[40]},{"name":"NtCancelTimer","features":[40,1]},{"name":"NtCreateTimer","features":[3,40,1,5,8]},{"name":"NtOpenEvent","features":[3,40,1,5]},{"name":"NtOpenProcess","features":[3,40,1,5,36]},{"name":"NtOpenTimer","features":[3,40,1,5]},{"name":"NtQueryInformationProcess","features":[40,1]},{"name":"NtQueryInformationThread","features":[40,1]},{"name":"NtSetInformationThread","features":[40,1]},{"name":"NtSetTimer","features":[4,40,1]},{"name":"NtSetTimerEx","features":[40,1]},{"name":"NtTerminateProcess","features":[40,1]},{"name":"NtWaitForSingleObject","features":[40,1]},{"name":"PROCESSINFOCLASS","features":[40]},{"name":"ProcessAccessToken","features":[40]},{"name":"ProcessAffinityMask","features":[40]},{"name":"ProcessAffinityUpdateMode","features":[40]},{"name":"ProcessBasePriority","features":[40]},{"name":"ProcessBasicInformation","features":[40]},{"name":"ProcessBreakOnTermination","features":[40]},{"name":"ProcessCheckStackExtentsMode","features":[40]},{"name":"ProcessCommandLineInformation","features":[40]},{"name":"ProcessCommitReleaseInformation","features":[40]},{"name":"ProcessCookie","features":[40]},{"name":"ProcessCycleTime","features":[40]},{"name":"ProcessDebugFlags","features":[40]},{"name":"ProcessDebugObjectHandle","features":[40]},{"name":"ProcessDebugPort","features":[40]},{"name":"ProcessDefaultHardErrorMode","features":[40]},{"name":"ProcessDeviceMap","features":[40]},{"name":"ProcessDynamicFunctionTableInformation","features":[40]},{"name":"ProcessEnableAlignmentFaultFixup","features":[40]},{"name":"ProcessEnergyTrackingState","features":[40]},{"name":"ProcessExceptionPort","features":[40]},{"name":"ProcessExecuteFlags","features":[40]},{"name":"ProcessFaultInformation","features":[40]},{"name":"ProcessForegroundInformation","features":[40]},{"name":"ProcessGroupInformation","features":[40]},{"name":"ProcessHandleCheckingMode","features":[40]},{"name":"ProcessHandleCount","features":[40]},{"name":"ProcessHandleInformation","features":[40]},{"name":"ProcessHandleTable","features":[40]},{"name":"ProcessHandleTracing","features":[40]},{"name":"ProcessImageFileMapping","features":[40]},{"name":"ProcessImageFileName","features":[40]},{"name":"ProcessImageFileNameWin32","features":[40]},{"name":"ProcessImageInformation","features":[40]},{"name":"ProcessInPrivate","features":[40]},{"name":"ProcessInstrumentationCallback","features":[40]},{"name":"ProcessIoCounters","features":[40]},{"name":"ProcessIoPortHandlers","features":[40]},{"name":"ProcessIoPriority","features":[40]},{"name":"ProcessKeepAliveCount","features":[40]},{"name":"ProcessLUIDDeviceMapsEnabled","features":[40]},{"name":"ProcessLdtInformation","features":[40]},{"name":"ProcessLdtSize","features":[40]},{"name":"ProcessMemoryAllocationMode","features":[40]},{"name":"ProcessMemoryExhaustion","features":[40]},{"name":"ProcessMitigationPolicy","features":[40]},{"name":"ProcessOwnerInformation","features":[40]},{"name":"ProcessPagePriority","features":[40]},{"name":"ProcessPooledUsageAndLimits","features":[40]},{"name":"ProcessPriorityBoost","features":[40]},{"name":"ProcessPriorityClass","features":[40]},{"name":"ProcessProtectionInformation","features":[40]},{"name":"ProcessQuotaLimits","features":[40]},{"name":"ProcessRaisePriority","features":[40]},{"name":"ProcessRaiseUMExceptionOnInvalidHandleClose","features":[40]},{"name":"ProcessReserved1Information","features":[40]},{"name":"ProcessReserved2Information","features":[40]},{"name":"ProcessRevokeFileHandles","features":[40]},{"name":"ProcessSessionInformation","features":[40]},{"name":"ProcessSubsystemInformation","features":[40]},{"name":"ProcessSubsystemProcess","features":[40]},{"name":"ProcessTelemetryIdInformation","features":[40]},{"name":"ProcessThreadStackAllocation","features":[40]},{"name":"ProcessTimes","features":[40]},{"name":"ProcessTlsInformation","features":[40]},{"name":"ProcessTokenVirtualizationEnabled","features":[40]},{"name":"ProcessUserModeIOPL","features":[40]},{"name":"ProcessVmCounters","features":[40]},{"name":"ProcessWin32kSyscallFilterInformation","features":[40]},{"name":"ProcessWindowInformation","features":[40]},{"name":"ProcessWorkingSetControl","features":[40]},{"name":"ProcessWorkingSetWatch","features":[40]},{"name":"ProcessWorkingSetWatchEx","features":[40]},{"name":"ProcessWow64Information","features":[40]},{"name":"ProcessWx86Information","features":[40]},{"name":"THREADINFOCLASS","features":[40]},{"name":"TIMER_SET_INFORMATION_CLASS","features":[40]},{"name":"ThreadActualBasePriority","features":[40]},{"name":"ThreadActualGroupAffinity","features":[40]},{"name":"ThreadAffinityMask","features":[40]},{"name":"ThreadAmILastThread","features":[40]},{"name":"ThreadBasePriority","features":[40]},{"name":"ThreadBasicInformation","features":[40]},{"name":"ThreadBreakOnTermination","features":[40]},{"name":"ThreadCSwitchMon","features":[40]},{"name":"ThreadCSwitchPmu","features":[40]},{"name":"ThreadCounterProfiling","features":[40]},{"name":"ThreadCpuAccountingInformation","features":[40]},{"name":"ThreadCycleTime","features":[40]},{"name":"ThreadDescriptorTableEntry","features":[40]},{"name":"ThreadDynamicCodePolicyInfo","features":[40]},{"name":"ThreadEnableAlignmentFaultFixup","features":[40]},{"name":"ThreadEventPair_Reusable","features":[40]},{"name":"ThreadGroupInformation","features":[40]},{"name":"ThreadHideFromDebugger","features":[40]},{"name":"ThreadIdealProcessor","features":[40]},{"name":"ThreadIdealProcessorEx","features":[40]},{"name":"ThreadImpersonationToken","features":[40]},{"name":"ThreadIoPriority","features":[40]},{"name":"ThreadIsIoPending","features":[40]},{"name":"ThreadIsTerminated","features":[40]},{"name":"ThreadLastSystemCall","features":[40]},{"name":"ThreadNameInformation","features":[40]},{"name":"ThreadPagePriority","features":[40]},{"name":"ThreadPerformanceCount","features":[40]},{"name":"ThreadPriority","features":[40]},{"name":"ThreadPriorityBoost","features":[40]},{"name":"ThreadQuerySetWin32StartAddress","features":[40]},{"name":"ThreadSetTlsArrayAddress","features":[40]},{"name":"ThreadSubsystemInformation","features":[40]},{"name":"ThreadSuspendCount","features":[40]},{"name":"ThreadSwitchLegacyState","features":[40]},{"name":"ThreadTebInformation","features":[40]},{"name":"ThreadTimes","features":[40]},{"name":"ThreadUmsInformation","features":[40]},{"name":"ThreadWow64Context","features":[40]},{"name":"ThreadZeroTlsCell","features":[40]},{"name":"TimerSetCoalescableTimer","features":[40]},{"name":"ZwCancelTimer","features":[40,1]},{"name":"ZwCreateTimer","features":[3,40,1,5,8]},{"name":"ZwOpenEvent","features":[3,40,1,5]},{"name":"ZwOpenProcess","features":[3,40,1,5,36]},{"name":"ZwOpenTimer","features":[3,40,1,5]},{"name":"ZwQueryInformationProcess","features":[40,1]},{"name":"ZwQueryInformationThread","features":[40,1]},{"name":"ZwSetInformationThread","features":[40,1]},{"name":"ZwSetTimer","features":[4,40,1]},{"name":"ZwSetTimerEx","features":[40,1]},{"name":"ZwTerminateProcess","features":[40,1]},{"name":"ZwWaitForSingleObject","features":[40,1]}],"366":[{"name":"CLSID_IITCmdInt","features":[41]},{"name":"CLSID_IITDatabase","features":[41]},{"name":"CLSID_IITDatabaseLocal","features":[41]},{"name":"CLSID_IITGroupUpdate","features":[41]},{"name":"CLSID_IITIndexBuild","features":[41]},{"name":"CLSID_IITPropList","features":[41]},{"name":"CLSID_IITResultSet","features":[41]},{"name":"CLSID_IITSvMgr","features":[41]},{"name":"CLSID_IITWWFilterBuild","features":[41]},{"name":"CLSID_IITWordWheel","features":[41]},{"name":"CLSID_IITWordWheelLocal","features":[41]},{"name":"CLSID_IITWordWheelUpdate","features":[41]},{"name":"CLSID_ITEngStemmer","features":[41]},{"name":"CLSID_ITStdBreaker","features":[41]},{"name":"COLUMNSTATUS","features":[41]},{"name":"CProperty","features":[41,1]},{"name":"E_ALL_WILD","features":[41]},{"name":"E_ALREADYINIT","features":[41]},{"name":"E_ALREADYOPEN","features":[41]},{"name":"E_ASSERT","features":[41]},{"name":"E_BADBREAKER","features":[41]},{"name":"E_BADFILE","features":[41]},{"name":"E_BADFILTERSIZE","features":[41]},{"name":"E_BADFORMAT","features":[41]},{"name":"E_BADINDEXFLAGS","features":[41]},{"name":"E_BADPARAM","features":[41]},{"name":"E_BADRANGEOP","features":[41]},{"name":"E_BADVALUE","features":[41]},{"name":"E_BADVERSION","features":[41]},{"name":"E_CANTFINDDLL","features":[41]},{"name":"E_DISKFULL","features":[41]},{"name":"E_DUPLICATE","features":[41]},{"name":"E_EXPECTEDTERM","features":[41]},{"name":"E_FILECLOSE","features":[41]},{"name":"E_FILECREATE","features":[41]},{"name":"E_FILEDELETE","features":[41]},{"name":"E_FILEINVALID","features":[41]},{"name":"E_FILENOTFOUND","features":[41]},{"name":"E_FILEREAD","features":[41]},{"name":"E_FILESEEK","features":[41]},{"name":"E_FILEWRITE","features":[41]},{"name":"E_GETLASTERROR","features":[41]},{"name":"E_GROUPIDTOOBIG","features":[41]},{"name":"E_INTERRUPT","features":[41]},{"name":"E_INVALIDSTATE","features":[41]},{"name":"E_MISSINGPROP","features":[41]},{"name":"E_MISSLPAREN","features":[41]},{"name":"E_MISSQUOTE","features":[41]},{"name":"E_MISSRPAREN","features":[41]},{"name":"E_NAMETOOLONG","features":[41]},{"name":"E_NOHANDLE","features":[41]},{"name":"E_NOKEYPROP","features":[41]},{"name":"E_NOMERGEDDATA","features":[41]},{"name":"E_NOPERMISSION","features":[41]},{"name":"E_NOSTEMMER","features":[41]},{"name":"E_NOTEXIST","features":[41]},{"name":"E_NOTFOUND","features":[41]},{"name":"E_NOTINIT","features":[41]},{"name":"E_NOTOPEN","features":[41]},{"name":"E_NOTSUPPORTED","features":[41]},{"name":"E_NULLQUERY","features":[41]},{"name":"E_OUTOFRANGE","features":[41]},{"name":"E_PROPLISTEMPTY","features":[41]},{"name":"E_PROPLISTNOTEMPTY","features":[41]},{"name":"E_RESULTSETEMPTY","features":[41]},{"name":"E_STOPWORD","features":[41]},{"name":"E_TOODEEP","features":[41]},{"name":"E_TOOMANYCOLUMNS","features":[41]},{"name":"E_TOOMANYDUPS","features":[41]},{"name":"E_TOOMANYOBJECTS","features":[41]},{"name":"E_TOOMANYTITLES","features":[41]},{"name":"E_TOOMANYTOPICS","features":[41]},{"name":"E_TREETOOBIG","features":[41]},{"name":"E_UNKNOWN_TRANSPORT","features":[41]},{"name":"E_UNMATCHEDTYPE","features":[41]},{"name":"E_UNSUPPORTED_TRANSPORT","features":[41]},{"name":"E_WILD_IN_DTYPE","features":[41]},{"name":"E_WORDTOOLONG","features":[41]},{"name":"HHACT_BACK","features":[41]},{"name":"HHACT_CONTRACT","features":[41]},{"name":"HHACT_CUSTOMIZE","features":[41]},{"name":"HHACT_EXPAND","features":[41]},{"name":"HHACT_FORWARD","features":[41]},{"name":"HHACT_HIGHLIGHT","features":[41]},{"name":"HHACT_HOME","features":[41]},{"name":"HHACT_JUMP1","features":[41]},{"name":"HHACT_JUMP2","features":[41]},{"name":"HHACT_LAST_ENUM","features":[41]},{"name":"HHACT_NOTES","features":[41]},{"name":"HHACT_OPTIONS","features":[41]},{"name":"HHACT_PRINT","features":[41]},{"name":"HHACT_REFRESH","features":[41]},{"name":"HHACT_STOP","features":[41]},{"name":"HHACT_SYNC","features":[41]},{"name":"HHACT_TAB_CONTENTS","features":[41]},{"name":"HHACT_TAB_FAVORITES","features":[41]},{"name":"HHACT_TAB_HISTORY","features":[41]},{"name":"HHACT_TAB_INDEX","features":[41]},{"name":"HHACT_TAB_SEARCH","features":[41]},{"name":"HHACT_TOC_NEXT","features":[41]},{"name":"HHACT_TOC_PREV","features":[41]},{"name":"HHACT_ZOOM","features":[41]},{"name":"HHNTRACK","features":[41,1,42]},{"name":"HHN_FIRST","features":[41]},{"name":"HHN_LAST","features":[41]},{"name":"HHN_NAVCOMPLETE","features":[41]},{"name":"HHN_NOTIFY","features":[41,1,42]},{"name":"HHN_TRACK","features":[41]},{"name":"HHN_WINDOW_CREATE","features":[41]},{"name":"HHWIN_BUTTON_BACK","features":[41]},{"name":"HHWIN_BUTTON_BROWSE_BCK","features":[41]},{"name":"HHWIN_BUTTON_BROWSE_FWD","features":[41]},{"name":"HHWIN_BUTTON_CONTENTS","features":[41]},{"name":"HHWIN_BUTTON_EXPAND","features":[41]},{"name":"HHWIN_BUTTON_FAVORITES","features":[41]},{"name":"HHWIN_BUTTON_FORWARD","features":[41]},{"name":"HHWIN_BUTTON_HISTORY","features":[41]},{"name":"HHWIN_BUTTON_HOME","features":[41]},{"name":"HHWIN_BUTTON_INDEX","features":[41]},{"name":"HHWIN_BUTTON_JUMP1","features":[41]},{"name":"HHWIN_BUTTON_JUMP2","features":[41]},{"name":"HHWIN_BUTTON_NOTES","features":[41]},{"name":"HHWIN_BUTTON_OPTIONS","features":[41]},{"name":"HHWIN_BUTTON_PRINT","features":[41]},{"name":"HHWIN_BUTTON_REFRESH","features":[41]},{"name":"HHWIN_BUTTON_SEARCH","features":[41]},{"name":"HHWIN_BUTTON_STOP","features":[41]},{"name":"HHWIN_BUTTON_SYNC","features":[41]},{"name":"HHWIN_BUTTON_TOC_NEXT","features":[41]},{"name":"HHWIN_BUTTON_TOC_PREV","features":[41]},{"name":"HHWIN_BUTTON_ZOOM","features":[41]},{"name":"HHWIN_NAVTAB_BOTTOM","features":[41]},{"name":"HHWIN_NAVTAB_LEFT","features":[41]},{"name":"HHWIN_NAVTAB_TOP","features":[41]},{"name":"HHWIN_NAVTYPE_AUTHOR","features":[41]},{"name":"HHWIN_NAVTYPE_CUSTOM_FIRST","features":[41]},{"name":"HHWIN_NAVTYPE_FAVORITES","features":[41]},{"name":"HHWIN_NAVTYPE_HISTORY","features":[41]},{"name":"HHWIN_NAVTYPE_INDEX","features":[41]},{"name":"HHWIN_NAVTYPE_SEARCH","features":[41]},{"name":"HHWIN_NAVTYPE_TOC","features":[41]},{"name":"HHWIN_PARAM_CUR_TAB","features":[41]},{"name":"HHWIN_PARAM_EXPANSION","features":[41]},{"name":"HHWIN_PARAM_EXSTYLES","features":[41]},{"name":"HHWIN_PARAM_HISTORY_COUNT","features":[41]},{"name":"HHWIN_PARAM_INFOTYPES","features":[41]},{"name":"HHWIN_PARAM_NAV_WIDTH","features":[41]},{"name":"HHWIN_PARAM_PROPERTIES","features":[41]},{"name":"HHWIN_PARAM_RECT","features":[41]},{"name":"HHWIN_PARAM_SHOWSTATE","features":[41]},{"name":"HHWIN_PARAM_STYLES","features":[41]},{"name":"HHWIN_PARAM_TABORDER","features":[41]},{"name":"HHWIN_PARAM_TABPOS","features":[41]},{"name":"HHWIN_PARAM_TB_FLAGS","features":[41]},{"name":"HHWIN_PROP_AUTO_SYNC","features":[41]},{"name":"HHWIN_PROP_CHANGE_TITLE","features":[41]},{"name":"HHWIN_PROP_MENU","features":[41]},{"name":"HHWIN_PROP_NAV_ONLY_WIN","features":[41]},{"name":"HHWIN_PROP_NODEF_EXSTYLES","features":[41]},{"name":"HHWIN_PROP_NODEF_STYLES","features":[41]},{"name":"HHWIN_PROP_NOTB_TEXT","features":[41]},{"name":"HHWIN_PROP_NOTITLEBAR","features":[41]},{"name":"HHWIN_PROP_NO_TOOLBAR","features":[41]},{"name":"HHWIN_PROP_ONTOP","features":[41]},{"name":"HHWIN_PROP_POST_QUIT","features":[41]},{"name":"HHWIN_PROP_TAB_ADVSEARCH","features":[41]},{"name":"HHWIN_PROP_TAB_AUTOHIDESHOW","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM1","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM2","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM3","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM4","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM5","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM6","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM7","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM8","features":[41]},{"name":"HHWIN_PROP_TAB_CUSTOM9","features":[41]},{"name":"HHWIN_PROP_TAB_FAVORITES","features":[41]},{"name":"HHWIN_PROP_TAB_HISTORY","features":[41]},{"name":"HHWIN_PROP_TAB_SEARCH","features":[41]},{"name":"HHWIN_PROP_TRACKING","features":[41]},{"name":"HHWIN_PROP_TRI_PANE","features":[41]},{"name":"HHWIN_PROP_USER_POS","features":[41]},{"name":"HHWIN_TB_MARGIN","features":[41]},{"name":"HH_AKLINK","features":[41,1]},{"name":"HH_ALINK_LOOKUP","features":[41]},{"name":"HH_CLOSE_ALL","features":[41]},{"name":"HH_DISPLAY_INDEX","features":[41]},{"name":"HH_DISPLAY_SEARCH","features":[41]},{"name":"HH_DISPLAY_TEXT_POPUP","features":[41]},{"name":"HH_DISPLAY_TOC","features":[41]},{"name":"HH_DISPLAY_TOPIC","features":[41]},{"name":"HH_ENUM_CAT","features":[41]},{"name":"HH_ENUM_CATEGORY","features":[41]},{"name":"HH_ENUM_CATEGORY_IT","features":[41]},{"name":"HH_ENUM_INFO_TYPE","features":[41]},{"name":"HH_ENUM_IT","features":[41]},{"name":"HH_FTS_DEFAULT_PROXIMITY","features":[41]},{"name":"HH_FTS_QUERY","features":[41,1]},{"name":"HH_GET_LAST_ERROR","features":[41]},{"name":"HH_GET_WIN_HANDLE","features":[41]},{"name":"HH_GET_WIN_TYPE","features":[41]},{"name":"HH_GLOBAL_PROPERTY","features":[41,1,43,44]},{"name":"HH_GPROPID","features":[41]},{"name":"HH_GPROPID_CONTENT_LANGUAGE","features":[41]},{"name":"HH_GPROPID_CURRENT_SUBSET","features":[41]},{"name":"HH_GPROPID_SINGLETHREAD","features":[41]},{"name":"HH_GPROPID_TOOLBAR_MARGIN","features":[41]},{"name":"HH_GPROPID_UI_LANGUAGE","features":[41]},{"name":"HH_HELP_CONTEXT","features":[41]},{"name":"HH_HELP_FINDER","features":[41]},{"name":"HH_INITIALIZE","features":[41]},{"name":"HH_KEYWORD_LOOKUP","features":[41]},{"name":"HH_MAX_TABS","features":[41]},{"name":"HH_MAX_TABS_CUSTOM","features":[41]},{"name":"HH_POPUP","features":[41,1]},{"name":"HH_PRETRANSLATEMESSAGE","features":[41]},{"name":"HH_RESERVED1","features":[41]},{"name":"HH_RESERVED2","features":[41]},{"name":"HH_RESERVED3","features":[41]},{"name":"HH_RESET_IT_FILTER","features":[41]},{"name":"HH_SAFE_DISPLAY_TOPIC","features":[41]},{"name":"HH_SET_EXCLUSIVE_FILTER","features":[41]},{"name":"HH_SET_GLOBAL_PROPERTY","features":[41]},{"name":"HH_SET_INCLUSIVE_FILTER","features":[41]},{"name":"HH_SET_INFOTYPE","features":[41]},{"name":"HH_SET_INFO_TYPE","features":[41]},{"name":"HH_SET_QUERYSERVICE","features":[41]},{"name":"HH_SET_WIN_TYPE","features":[41]},{"name":"HH_SYNC","features":[41]},{"name":"HH_TAB_AUTHOR","features":[41]},{"name":"HH_TAB_CONTENTS","features":[41]},{"name":"HH_TAB_CUSTOM_FIRST","features":[41]},{"name":"HH_TAB_CUSTOM_LAST","features":[41]},{"name":"HH_TAB_FAVORITES","features":[41]},{"name":"HH_TAB_HISTORY","features":[41]},{"name":"HH_TAB_INDEX","features":[41]},{"name":"HH_TAB_SEARCH","features":[41]},{"name":"HH_TP_HELP_CONTEXTMENU","features":[41]},{"name":"HH_TP_HELP_WM_HELP","features":[41]},{"name":"HH_UNINITIALIZE","features":[41]},{"name":"HH_WINTYPE","features":[41,1]},{"name":"HTML_HELP_COMMAND","features":[41]},{"name":"HtmlHelpA","features":[41,1]},{"name":"HtmlHelpW","features":[41,1]},{"name":"IDTB_BACK","features":[41]},{"name":"IDTB_BROWSE_BACK","features":[41]},{"name":"IDTB_BROWSE_FWD","features":[41]},{"name":"IDTB_CONTENTS","features":[41]},{"name":"IDTB_CONTRACT","features":[41]},{"name":"IDTB_CUSTOMIZE","features":[41]},{"name":"IDTB_EXPAND","features":[41]},{"name":"IDTB_FAVORITES","features":[41]},{"name":"IDTB_FORWARD","features":[41]},{"name":"IDTB_HISTORY","features":[41]},{"name":"IDTB_HOME","features":[41]},{"name":"IDTB_INDEX","features":[41]},{"name":"IDTB_JUMP1","features":[41]},{"name":"IDTB_JUMP2","features":[41]},{"name":"IDTB_NOTES","features":[41]},{"name":"IDTB_OPTIONS","features":[41]},{"name":"IDTB_PRINT","features":[41]},{"name":"IDTB_REFRESH","features":[41]},{"name":"IDTB_SEARCH","features":[41]},{"name":"IDTB_STOP","features":[41]},{"name":"IDTB_SYNC","features":[41]},{"name":"IDTB_TOC_NEXT","features":[41]},{"name":"IDTB_TOC_PREV","features":[41]},{"name":"IDTB_ZOOM","features":[41]},{"name":"IITDatabase","features":[41]},{"name":"IITPropList","features":[41]},{"name":"IITResultSet","features":[41]},{"name":"IITWBC_BREAK_ACCEPT_WILDCARDS","features":[41]},{"name":"IITWBC_BREAK_AND_STEM","features":[41]},{"name":"IStemSink","features":[41]},{"name":"IStemmerConfig","features":[41]},{"name":"ITWW_CBKEY_MAX","features":[41]},{"name":"ITWW_OPEN_NOCONNECT","features":[41]},{"name":"IT_EXCLUSIVE","features":[41]},{"name":"IT_HIDDEN","features":[41]},{"name":"IT_INCLUSIVE","features":[41]},{"name":"IWordBreakerConfig","features":[41]},{"name":"MAX_COLUMNS","features":[41]},{"name":"PFNCOLHEAPFREE","features":[41]},{"name":"PRIORITY","features":[41]},{"name":"PRIORITY_HIGH","features":[41]},{"name":"PRIORITY_LOW","features":[41]},{"name":"PRIORITY_NORMAL","features":[41]},{"name":"PROP_ADD","features":[41]},{"name":"PROP_DELETE","features":[41]},{"name":"PROP_UPDATE","features":[41]},{"name":"ROWSTATUS","features":[41]},{"name":"STDPROP_DISPLAYKEY","features":[41]},{"name":"STDPROP_INDEX_BREAK","features":[41]},{"name":"STDPROP_INDEX_DTYPE","features":[41]},{"name":"STDPROP_INDEX_LENGTH","features":[41]},{"name":"STDPROP_INDEX_TERM","features":[41]},{"name":"STDPROP_INDEX_TERM_RAW_LENGTH","features":[41]},{"name":"STDPROP_INDEX_TEXT","features":[41]},{"name":"STDPROP_INDEX_VFLD","features":[41]},{"name":"STDPROP_KEY","features":[41]},{"name":"STDPROP_SORTKEY","features":[41]},{"name":"STDPROP_SORTORDINAL","features":[41]},{"name":"STDPROP_TITLE","features":[41]},{"name":"STDPROP_UID","features":[41]},{"name":"STDPROP_USERDATA","features":[41]},{"name":"STDPROP_USERPROP_BASE","features":[41]},{"name":"STDPROP_USERPROP_MAX","features":[41]},{"name":"SZ_WWDEST_GLOBAL","features":[41]},{"name":"SZ_WWDEST_KEY","features":[41]},{"name":"SZ_WWDEST_OCC","features":[41]},{"name":"TYPE_POINTER","features":[41]},{"name":"TYPE_STRING","features":[41]},{"name":"TYPE_VALUE","features":[41]}],"367":[{"name":"DRMACTSERVINFOVERSION","features":[45]},{"name":"DRMATTESTTYPE","features":[45]},{"name":"DRMATTESTTYPE_FULLENVIRONMENT","features":[45]},{"name":"DRMATTESTTYPE_HASHONLY","features":[45]},{"name":"DRMAcquireAdvisories","features":[45]},{"name":"DRMAcquireIssuanceLicenseTemplate","features":[45]},{"name":"DRMAcquireLicense","features":[45]},{"name":"DRMActivate","features":[45,1]},{"name":"DRMAddLicense","features":[45]},{"name":"DRMAddRightWithUser","features":[45]},{"name":"DRMAttest","features":[45]},{"name":"DRMBINDINGFLAGS_IGNORE_VALIDITY_INTERVALS","features":[45]},{"name":"DRMBOUNDLICENSEPARAMS","features":[45]},{"name":"DRMBOUNDLICENSEPARAMSVERSION","features":[45]},{"name":"DRMCALLBACK","features":[45]},{"name":"DRMCALLBACKVERSION","features":[45]},{"name":"DRMCLIENTSTRUCTVERSION","features":[45]},{"name":"DRMCheckSecurity","features":[45]},{"name":"DRMClearAllRights","features":[45]},{"name":"DRMCloseEnvironmentHandle","features":[45]},{"name":"DRMCloseHandle","features":[45]},{"name":"DRMClosePubHandle","features":[45]},{"name":"DRMCloseQueryHandle","features":[45]},{"name":"DRMCloseSession","features":[45]},{"name":"DRMConstructCertificateChain","features":[45]},{"name":"DRMCreateBoundLicense","features":[45]},{"name":"DRMCreateClientSession","features":[45]},{"name":"DRMCreateEnablingBitsDecryptor","features":[45]},{"name":"DRMCreateEnablingBitsEncryptor","features":[45]},{"name":"DRMCreateEnablingPrincipal","features":[45]},{"name":"DRMCreateIssuanceLicense","features":[45,1]},{"name":"DRMCreateLicenseStorageSession","features":[45]},{"name":"DRMCreateRight","features":[45,1]},{"name":"DRMCreateUser","features":[45]},{"name":"DRMDecode","features":[45]},{"name":"DRMDeconstructCertificateChain","features":[45]},{"name":"DRMDecrypt","features":[45]},{"name":"DRMDeleteLicense","features":[45]},{"name":"DRMDuplicateEnvironmentHandle","features":[45]},{"name":"DRMDuplicateHandle","features":[45]},{"name":"DRMDuplicatePubHandle","features":[45]},{"name":"DRMDuplicateSession","features":[45]},{"name":"DRMENCODINGTYPE","features":[45]},{"name":"DRMENCODINGTYPE_BASE64","features":[45]},{"name":"DRMENCODINGTYPE_LONG","features":[45]},{"name":"DRMENCODINGTYPE_RAW","features":[45]},{"name":"DRMENCODINGTYPE_STRING","features":[45]},{"name":"DRMENCODINGTYPE_TIME","features":[45]},{"name":"DRMENCODINGTYPE_UINT","features":[45]},{"name":"DRMENVHANDLE_INVALID","features":[45]},{"name":"DRMEncode","features":[45]},{"name":"DRMEncrypt","features":[45]},{"name":"DRMEnumerateLicense","features":[45,1]},{"name":"DRMGLOBALOPTIONS","features":[45]},{"name":"DRMGLOBALOPTIONS_USE_SERVERSECURITYPROCESSOR","features":[45]},{"name":"DRMGLOBALOPTIONS_USE_WINHTTP","features":[45]},{"name":"DRMGetApplicationSpecificData","features":[45]},{"name":"DRMGetBoundLicenseAttribute","features":[45]},{"name":"DRMGetBoundLicenseAttributeCount","features":[45]},{"name":"DRMGetBoundLicenseObject","features":[45]},{"name":"DRMGetBoundLicenseObjectCount","features":[45]},{"name":"DRMGetCertificateChainCount","features":[45]},{"name":"DRMGetClientVersion","features":[45]},{"name":"DRMGetEnvironmentInfo","features":[45]},{"name":"DRMGetInfo","features":[45]},{"name":"DRMGetIntervalTime","features":[45]},{"name":"DRMGetIssuanceLicenseInfo","features":[45,1]},{"name":"DRMGetIssuanceLicenseTemplate","features":[45]},{"name":"DRMGetMetaData","features":[45]},{"name":"DRMGetNameAndDescription","features":[45]},{"name":"DRMGetOwnerLicense","features":[45]},{"name":"DRMGetProcAddress","features":[45,1]},{"name":"DRMGetRevocationPoint","features":[45,1]},{"name":"DRMGetRightExtendedInfo","features":[45]},{"name":"DRMGetRightInfo","features":[45,1]},{"name":"DRMGetSecurityProvider","features":[45]},{"name":"DRMGetServiceLocation","features":[45]},{"name":"DRMGetSignedIssuanceLicense","features":[45]},{"name":"DRMGetSignedIssuanceLicenseEx","features":[45]},{"name":"DRMGetTime","features":[45,1]},{"name":"DRMGetUnboundLicenseAttribute","features":[45]},{"name":"DRMGetUnboundLicenseAttributeCount","features":[45]},{"name":"DRMGetUnboundLicenseObject","features":[45]},{"name":"DRMGetUnboundLicenseObjectCount","features":[45]},{"name":"DRMGetUsagePolicy","features":[45,1]},{"name":"DRMGetUserInfo","features":[45]},{"name":"DRMGetUserRights","features":[45]},{"name":"DRMGetUsers","features":[45]},{"name":"DRMHANDLE_INVALID","features":[45]},{"name":"DRMHSESSION_INVALID","features":[45]},{"name":"DRMID","features":[45]},{"name":"DRMIDVERSION","features":[45]},{"name":"DRMInitEnvironment","features":[45]},{"name":"DRMIsActivated","features":[45]},{"name":"DRMIsWindowProtected","features":[45,1]},{"name":"DRMLICENSEACQDATAVERSION","features":[45]},{"name":"DRMLoadLibrary","features":[45]},{"name":"DRMPUBHANDLE_INVALID","features":[45]},{"name":"DRMParseUnboundLicense","features":[45]},{"name":"DRMQUERYHANDLE_INVALID","features":[45]},{"name":"DRMRegisterContent","features":[45,1]},{"name":"DRMRegisterProtectedWindow","features":[45,1]},{"name":"DRMRegisterRevocationList","features":[45]},{"name":"DRMRepair","features":[45]},{"name":"DRMSECURITYPROVIDERTYPE","features":[45]},{"name":"DRMSECURITYPROVIDERTYPE_SOFTWARESECREP","features":[45]},{"name":"DRMSPECTYPE","features":[45]},{"name":"DRMSPECTYPE_FILENAME","features":[45]},{"name":"DRMSPECTYPE_UNKNOWN","features":[45]},{"name":"DRMSetApplicationSpecificData","features":[45,1]},{"name":"DRMSetGlobalOptions","features":[45]},{"name":"DRMSetIntervalTime","features":[45]},{"name":"DRMSetMetaData","features":[45]},{"name":"DRMSetNameAndDescription","features":[45,1]},{"name":"DRMSetRevocationPoint","features":[45,1]},{"name":"DRMSetUsagePolicy","features":[45,1]},{"name":"DRMTIMETYPE","features":[45]},{"name":"DRMTIMETYPE_SYSTEMLOCAL","features":[45]},{"name":"DRMTIMETYPE_SYSTEMUTC","features":[45]},{"name":"DRMVerify","features":[45]},{"name":"DRM_ACTIVATE_CANCEL","features":[45]},{"name":"DRM_ACTIVATE_DELAYED","features":[45]},{"name":"DRM_ACTIVATE_GROUPIDENTITY","features":[45]},{"name":"DRM_ACTIVATE_MACHINE","features":[45]},{"name":"DRM_ACTIVATE_SHARED_GROUPIDENTITY","features":[45]},{"name":"DRM_ACTIVATE_SILENT","features":[45]},{"name":"DRM_ACTIVATE_TEMPORARY","features":[45]},{"name":"DRM_ACTSERV_INFO","features":[45]},{"name":"DRM_ADD_LICENSE_NOPERSIST","features":[45]},{"name":"DRM_ADD_LICENSE_PERSIST","features":[45]},{"name":"DRM_AILT_CANCEL","features":[45]},{"name":"DRM_AILT_NONSILENT","features":[45]},{"name":"DRM_AILT_OBTAIN_ALL","features":[45]},{"name":"DRM_AL_CANCEL","features":[45]},{"name":"DRM_AL_FETCHNOADVISORY","features":[45]},{"name":"DRM_AL_NONSILENT","features":[45]},{"name":"DRM_AL_NOPERSIST","features":[45]},{"name":"DRM_AL_NOUI","features":[45]},{"name":"DRM_AUTO_GENERATE_KEY","features":[45]},{"name":"DRM_CLIENT_VERSION_INFO","features":[45]},{"name":"DRM_DEFAULTGROUPIDTYPE_PASSPORT","features":[45]},{"name":"DRM_DEFAULTGROUPIDTYPE_WINDOWSAUTH","features":[45]},{"name":"DRM_DISTRIBUTION_POINT_INFO","features":[45]},{"name":"DRM_DISTRIBUTION_POINT_LICENSE_ACQUISITION","features":[45]},{"name":"DRM_DISTRIBUTION_POINT_PUBLISHING","features":[45]},{"name":"DRM_DISTRIBUTION_POINT_REFERRAL_INFO","features":[45]},{"name":"DRM_EL_CLIENTLICENSOR","features":[45]},{"name":"DRM_EL_CLIENTLICENSOR_LID","features":[45]},{"name":"DRM_EL_EUL","features":[45]},{"name":"DRM_EL_EUL_LID","features":[45]},{"name":"DRM_EL_EXPIRED","features":[45]},{"name":"DRM_EL_GROUPIDENTITY","features":[45]},{"name":"DRM_EL_GROUPIDENTITY_LID","features":[45]},{"name":"DRM_EL_GROUPIDENTITY_NAME","features":[45]},{"name":"DRM_EL_ISSUANCELICENSE_TEMPLATE","features":[45]},{"name":"DRM_EL_ISSUANCELICENSE_TEMPLATE_LID","features":[45]},{"name":"DRM_EL_ISSUERNAME","features":[45]},{"name":"DRM_EL_MACHINE","features":[45]},{"name":"DRM_EL_REVOCATIONLIST","features":[45]},{"name":"DRM_EL_REVOCATIONLIST_LID","features":[45]},{"name":"DRM_EL_SPECIFIED_CLIENTLICENSOR","features":[45]},{"name":"DRM_EL_SPECIFIED_GROUPIDENTITY","features":[45]},{"name":"DRM_LICENSE_ACQ_DATA","features":[45]},{"name":"DRM_LOCKBOXTYPE_BLACKBOX","features":[45]},{"name":"DRM_LOCKBOXTYPE_DEFAULT","features":[45]},{"name":"DRM_LOCKBOXTYPE_NONE","features":[45]},{"name":"DRM_LOCKBOXTYPE_WHITEBOX","features":[45]},{"name":"DRM_MSG_ACQUIRE_ADVISORY","features":[45]},{"name":"DRM_MSG_ACQUIRE_CLIENTLICENSOR","features":[45]},{"name":"DRM_MSG_ACQUIRE_ISSUANCE_LICENSE_TEMPLATE","features":[45]},{"name":"DRM_MSG_ACQUIRE_LICENSE","features":[45]},{"name":"DRM_MSG_ACTIVATE_GROUPIDENTITY","features":[45]},{"name":"DRM_MSG_ACTIVATE_MACHINE","features":[45]},{"name":"DRM_MSG_SIGN_ISSUANCE_LICENSE","features":[45]},{"name":"DRM_OWNER_LICENSE_NOPERSIST","features":[45]},{"name":"DRM_REUSE_KEY","features":[45]},{"name":"DRM_SERVER_ISSUANCELICENSE","features":[45]},{"name":"DRM_SERVICE_LOCATION_ENTERPRISE","features":[45]},{"name":"DRM_SERVICE_LOCATION_INTERNET","features":[45]},{"name":"DRM_SERVICE_TYPE_ACTIVATION","features":[45]},{"name":"DRM_SERVICE_TYPE_CERTIFICATION","features":[45]},{"name":"DRM_SERVICE_TYPE_CLIENTLICENSOR","features":[45]},{"name":"DRM_SERVICE_TYPE_PUBLISHING","features":[45]},{"name":"DRM_SERVICE_TYPE_SILENT","features":[45]},{"name":"DRM_SIGN_CANCEL","features":[45]},{"name":"DRM_SIGN_OFFLINE","features":[45]},{"name":"DRM_SIGN_ONLINE","features":[45]},{"name":"DRM_STATUS_MSG","features":[45]},{"name":"DRM_USAGEPOLICY_TYPE","features":[45]},{"name":"DRM_USAGEPOLICY_TYPE_BYDIGEST","features":[45]},{"name":"DRM_USAGEPOLICY_TYPE_BYNAME","features":[45]},{"name":"DRM_USAGEPOLICY_TYPE_BYPUBLICKEY","features":[45]},{"name":"DRM_USAGEPOLICY_TYPE_OSEXCLUSION","features":[45]},{"name":"MSDRM_CLIENT_ZONE","features":[45]},{"name":"MSDRM_POLICY_ZONE","features":[45]}],"370":[{"name":"BUS1394_LOCAL_HOST_INSTANCE_KEY","features":[46]},{"name":"BUS1394_VIRTUAL_DEVICE_LIST_KEY","features":[46]},{"name":"IEEE1394API_ACCESS_EXCLUSIVE","features":[46]},{"name":"IEEE1394API_ACCESS_SHARED_READ","features":[46]},{"name":"IEEE1394API_ACCESS_SHARED_WRITE","features":[46]},{"name":"IEEE1394API_BUS_RESET_LOCAL_NODE_INITIATED","features":[46]},{"name":"IEEE1394API_BUS_RESET_LOCAL_NODE_IS_IRM","features":[46]},{"name":"IEEE1394API_BUS_RESET_LOCAL_NODE_IS_ROOT","features":[46]},{"name":"IEEE1394API_DEVICE_OWNERSHIP_LOCAL_NODE","features":[46]},{"name":"IEEE1394API_DEVICE_OWNERSHIP_REMOTE_NODE","features":[46]},{"name":"IEEE1394API_NOTIFICATION_BUS_RESET","features":[46]},{"name":"IEEE1394API_NOTIFICATION_DEVICE_ACCESS","features":[46]},{"name":"IEEE1394API_REMOTE_ACCESS_TRANSFER_REQUEST","features":[46]},{"name":"IEEE1394API_RESOURCE_OWNERSHIP_LOCAL_NODE","features":[46]},{"name":"IEEE1394API_RESOURCE_OWNERSHIP_REMOTE_NODE","features":[46]},{"name":"IEEE1394_API_ADD_VIRTUAL_DEVICE","features":[46]},{"name":"IEEE1394_API_DEVICE_ACCESS_TRANSFER","features":[46]},{"name":"IEEE1394_API_REMOVE_VIRTUAL_DEVICE","features":[46]},{"name":"IEEE1394_API_REQUEST","features":[46]},{"name":"IEEE1394_API_SET_LOCAL_NODE_PROPERTIES","features":[46]},{"name":"IEEE1394_REQUEST_FLAG_PERSISTENT","features":[46]},{"name":"IEEE1394_REQUEST_FLAG_UNICODE","features":[46]},{"name":"IEEE1394_REQUEST_FLAG_USE_LOCAL_HOST_EUI","features":[46]},{"name":"IEEE1394_VDEV_PNP_REQUEST","features":[46]},{"name":"IOCTL_IEEE1394_API_REQUEST","features":[46]}],"371":[{"name":"AJ_IFC_SECURITY_INHERIT","features":[47]},{"name":"AJ_IFC_SECURITY_OFF","features":[47]},{"name":"AJ_IFC_SECURITY_REQUIRED","features":[47]},{"name":"ALLJOYN_ARRAY","features":[47]},{"name":"ALLJOYN_BIG_ENDIAN","features":[47]},{"name":"ALLJOYN_BOOLEAN","features":[47]},{"name":"ALLJOYN_BOOLEAN_ARRAY","features":[47]},{"name":"ALLJOYN_BYTE","features":[47]},{"name":"ALLJOYN_BYTE_ARRAY","features":[47]},{"name":"ALLJOYN_CRED_CERT_CHAIN","features":[47]},{"name":"ALLJOYN_CRED_EXPIRATION","features":[47]},{"name":"ALLJOYN_CRED_LOGON_ENTRY","features":[47]},{"name":"ALLJOYN_CRED_NEW_PASSWORD","features":[47]},{"name":"ALLJOYN_CRED_ONE_TIME_PWD","features":[47]},{"name":"ALLJOYN_CRED_PASSWORD","features":[47]},{"name":"ALLJOYN_CRED_PRIVATE_KEY","features":[47]},{"name":"ALLJOYN_CRED_USER_NAME","features":[47]},{"name":"ALLJOYN_DICT_ENTRY","features":[47]},{"name":"ALLJOYN_DICT_ENTRY_CLOSE","features":[47]},{"name":"ALLJOYN_DICT_ENTRY_OPEN","features":[47]},{"name":"ALLJOYN_DISCONNECTED","features":[47]},{"name":"ALLJOYN_DOUBLE","features":[47]},{"name":"ALLJOYN_DOUBLE_ARRAY","features":[47]},{"name":"ALLJOYN_HANDLE","features":[47]},{"name":"ALLJOYN_INT16","features":[47]},{"name":"ALLJOYN_INT16_ARRAY","features":[47]},{"name":"ALLJOYN_INT32","features":[47]},{"name":"ALLJOYN_INT32_ARRAY","features":[47]},{"name":"ALLJOYN_INT64","features":[47]},{"name":"ALLJOYN_INT64_ARRAY","features":[47]},{"name":"ALLJOYN_INVALID","features":[47]},{"name":"ALLJOYN_LITTLE_ENDIAN","features":[47]},{"name":"ALLJOYN_MEMBER_ANNOTATE_DEPRECATED","features":[47]},{"name":"ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST","features":[47]},{"name":"ALLJOYN_MEMBER_ANNOTATE_NO_REPLY","features":[47]},{"name":"ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST","features":[47]},{"name":"ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS","features":[47]},{"name":"ALLJOYN_MEMBER_ANNOTATE_UNICAST","features":[47]},{"name":"ALLJOYN_MESSAGE_DEFAULT_TIMEOUT","features":[47]},{"name":"ALLJOYN_MESSAGE_ERROR","features":[47]},{"name":"ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG","features":[47]},{"name":"ALLJOYN_MESSAGE_FLAG_AUTO_START","features":[47]},{"name":"ALLJOYN_MESSAGE_FLAG_ENCRYPTED","features":[47]},{"name":"ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST","features":[47]},{"name":"ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED","features":[47]},{"name":"ALLJOYN_MESSAGE_FLAG_SESSIONLESS","features":[47]},{"name":"ALLJOYN_MESSAGE_INVALID","features":[47]},{"name":"ALLJOYN_MESSAGE_METHOD_CALL","features":[47]},{"name":"ALLJOYN_MESSAGE_METHOD_RET","features":[47]},{"name":"ALLJOYN_MESSAGE_SIGNAL","features":[47]},{"name":"ALLJOYN_NAMED_PIPE_CONNECT_SPEC","features":[47]},{"name":"ALLJOYN_OBJECT_PATH","features":[47]},{"name":"ALLJOYN_PROP_ACCESS_READ","features":[47]},{"name":"ALLJOYN_PROP_ACCESS_RW","features":[47]},{"name":"ALLJOYN_PROP_ACCESS_WRITE","features":[47]},{"name":"ALLJOYN_PROXIMITY_ANY","features":[47]},{"name":"ALLJOYN_PROXIMITY_NETWORK","features":[47]},{"name":"ALLJOYN_PROXIMITY_PHYSICAL","features":[47]},{"name":"ALLJOYN_READ_READY","features":[47]},{"name":"ALLJOYN_SESSIONLOST_INVALID","features":[47]},{"name":"ALLJOYN_SESSIONLOST_LINK_TIMEOUT","features":[47]},{"name":"ALLJOYN_SESSIONLOST_REASON_OTHER","features":[47]},{"name":"ALLJOYN_SESSIONLOST_REMOTE_END_CLOSED_ABRUPTLY","features":[47]},{"name":"ALLJOYN_SESSIONLOST_REMOTE_END_LEFT_SESSION","features":[47]},{"name":"ALLJOYN_SESSIONLOST_REMOVED_BY_BINDER","features":[47]},{"name":"ALLJOYN_SIGNATURE","features":[47]},{"name":"ALLJOYN_STRING","features":[47]},{"name":"ALLJOYN_STRUCT","features":[47]},{"name":"ALLJOYN_STRUCT_CLOSE","features":[47]},{"name":"ALLJOYN_STRUCT_OPEN","features":[47]},{"name":"ALLJOYN_TRAFFIC_TYPE_MESSAGES","features":[47]},{"name":"ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE","features":[47]},{"name":"ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE","features":[47]},{"name":"ALLJOYN_UINT16","features":[47]},{"name":"ALLJOYN_UINT16_ARRAY","features":[47]},{"name":"ALLJOYN_UINT32","features":[47]},{"name":"ALLJOYN_UINT32_ARRAY","features":[47]},{"name":"ALLJOYN_UINT64","features":[47]},{"name":"ALLJOYN_UINT64_ARRAY","features":[47]},{"name":"ALLJOYN_VARIANT","features":[47]},{"name":"ALLJOYN_WILDCARD","features":[47]},{"name":"ALLJOYN_WRITE_READY","features":[47]},{"name":"ANNOUNCED","features":[47]},{"name":"AllJoynAcceptBusConnection","features":[47,1]},{"name":"AllJoynCloseBusHandle","features":[47,1]},{"name":"AllJoynConnectToBus","features":[47,1]},{"name":"AllJoynCreateBus","features":[47,1,5]},{"name":"AllJoynEnumEvents","features":[47,1]},{"name":"AllJoynEventSelect","features":[47,1]},{"name":"AllJoynReceiveFromBus","features":[47,1]},{"name":"AllJoynSendToBus","features":[47,1]},{"name":"CAPABLE_ECDHE_ECDSA","features":[47]},{"name":"CAPABLE_ECDHE_NULL","features":[47]},{"name":"CAPABLE_ECDHE_SPEKE","features":[47]},{"name":"CLAIMABLE","features":[47]},{"name":"CLAIMED","features":[47]},{"name":"ER_ABOUT_ABOUTDATA_MISSING_REQUIRED_FIELD","features":[47]},{"name":"ER_ABOUT_DEFAULT_LANGUAGE_NOT_SPECIFIED","features":[47]},{"name":"ER_ABOUT_FIELD_ALREADY_SPECIFIED","features":[47]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_FIELD_APPID_SIZE","features":[47]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_FIELD_VALUE","features":[47]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_LISTENER","features":[47]},{"name":"ER_ABOUT_SESSIONPORT_NOT_BOUND","features":[47]},{"name":"ER_ALERTED_THREAD","features":[47]},{"name":"ER_ALLJOYN_ACCESS_PERMISSION_ERROR","features":[47]},{"name":"ER_ALLJOYN_ACCESS_PERMISSION_WARNING","features":[47]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_ALREADY_ADVERTISING","features":[47]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_TRANSPORT_NOT_AVAILABLE","features":[47]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_ALREADY_EXISTS","features":[47]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_INVALID_OPTS","features":[47]},{"name":"ER_ALLJOYN_CANCELADVERTISENAME_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_CANCELFINDADVERTISEDNAME_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_ALREADY_DISCOVERING","features":[47]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_TRANSPORT_NOT_AVAILABLE","features":[47]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_ALREADY_JOINED","features":[47]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_BAD_SESSION_OPTS","features":[47]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_CONNECT_FAILED","features":[47]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_NO_SESSION","features":[47]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_REJECTED","features":[47]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_UNREACHABLE","features":[47]},{"name":"ER_ALLJOYN_LEAVESESSION_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_LEAVESESSION_REPLY_NO_SESSION","features":[47]},{"name":"ER_ALLJOYN_ONAPPRESUME_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_ONAPPRESUME_REPLY_UNSUPPORTED","features":[47]},{"name":"ER_ALLJOYN_ONAPPSUSPEND_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_ONAPPSUSPEND_REPLY_UNSUPPORTED","features":[47]},{"name":"ER_ALLJOYN_PING_FAILED","features":[47]},{"name":"ER_ALLJOYN_PING_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_PING_REPLY_INCOMPATIBLE_REMOTE_ROUTING_NODE","features":[47]},{"name":"ER_ALLJOYN_PING_REPLY_IN_PROGRESS","features":[47]},{"name":"ER_ALLJOYN_PING_REPLY_TIMEOUT","features":[47]},{"name":"ER_ALLJOYN_PING_REPLY_UNKNOWN_NAME","features":[47]},{"name":"ER_ALLJOYN_PING_REPLY_UNREACHABLE","features":[47]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_INCOMPATIBLE_REMOTE_DAEMON","features":[47]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_BINDER","features":[47]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_FOUND","features":[47]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_MULTIPOINT","features":[47]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_REPLY_NO_SESSION","features":[47]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_FAILED","features":[47]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_NOT_SUPPORTED","features":[47]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_NO_DEST_SUPPORT","features":[47]},{"name":"ER_ALLJOYN_UNBINDSESSIONPORT_REPLY_BAD_PORT","features":[47]},{"name":"ER_ALLJOYN_UNBINDSESSIONPORT_REPLY_FAILED","features":[47]},{"name":"ER_APPLICATION_STATE_LISTENER_ALREADY_EXISTS","features":[47]},{"name":"ER_APPLICATION_STATE_LISTENER_NO_SUCH_LISTENER","features":[47]},{"name":"ER_ARDP_BACKPRESSURE","features":[47]},{"name":"ER_ARDP_DISCONNECTING","features":[47]},{"name":"ER_ARDP_INVALID_CONNECTION","features":[47]},{"name":"ER_ARDP_INVALID_RESPONSE","features":[47]},{"name":"ER_ARDP_INVALID_STATE","features":[47]},{"name":"ER_ARDP_PERSIST_TIMEOUT","features":[47]},{"name":"ER_ARDP_PROBE_TIMEOUT","features":[47]},{"name":"ER_ARDP_REMOTE_CONNECTION_RESET","features":[47]},{"name":"ER_ARDP_TTL_EXPIRED","features":[47]},{"name":"ER_ARDP_VERSION_NOT_SUPPORTED","features":[47]},{"name":"ER_ARDP_WRITE_BLOCKED","features":[47]},{"name":"ER_AUTH_FAIL","features":[47]},{"name":"ER_AUTH_USER_REJECT","features":[47]},{"name":"ER_BAD_ARG_1","features":[47]},{"name":"ER_BAD_ARG_2","features":[47]},{"name":"ER_BAD_ARG_3","features":[47]},{"name":"ER_BAD_ARG_4","features":[47]},{"name":"ER_BAD_ARG_5","features":[47]},{"name":"ER_BAD_ARG_6","features":[47]},{"name":"ER_BAD_ARG_7","features":[47]},{"name":"ER_BAD_ARG_8","features":[47]},{"name":"ER_BAD_ARG_COUNT","features":[47]},{"name":"ER_BAD_HOSTNAME","features":[47]},{"name":"ER_BAD_STRING_ENCODING","features":[47]},{"name":"ER_BAD_TRANSPORT_MASK","features":[47]},{"name":"ER_BUFFER_TOO_SMALL","features":[47]},{"name":"ER_BUS_ALREADY_CONNECTED","features":[47]},{"name":"ER_BUS_ALREADY_LISTENING","features":[47]},{"name":"ER_BUS_ANNOTATION_ALREADY_EXISTS","features":[47]},{"name":"ER_BUS_AUTHENTICATION_PENDING","features":[47]},{"name":"ER_BUS_BAD_BODY_LEN","features":[47]},{"name":"ER_BUS_BAD_BUS_NAME","features":[47]},{"name":"ER_BUS_BAD_CHILD_PATH","features":[47]},{"name":"ER_BUS_BAD_ERROR_NAME","features":[47]},{"name":"ER_BUS_BAD_HDR_FLAGS","features":[47]},{"name":"ER_BUS_BAD_HEADER_FIELD","features":[47]},{"name":"ER_BUS_BAD_HEADER_LEN","features":[47]},{"name":"ER_BUS_BAD_INTERFACE_NAME","features":[47]},{"name":"ER_BUS_BAD_LENGTH","features":[47]},{"name":"ER_BUS_BAD_MEMBER_NAME","features":[47]},{"name":"ER_BUS_BAD_OBJ_PATH","features":[47]},{"name":"ER_BUS_BAD_SENDER_ID","features":[47]},{"name":"ER_BUS_BAD_SEND_PARAMETER","features":[47]},{"name":"ER_BUS_BAD_SESSION_OPTS","features":[47]},{"name":"ER_BUS_BAD_SIGNATURE","features":[47]},{"name":"ER_BUS_BAD_TRANSPORT_ARGS","features":[47]},{"name":"ER_BUS_BAD_VALUE","features":[47]},{"name":"ER_BUS_BAD_VALUE_TYPE","features":[47]},{"name":"ER_BUS_BAD_XML","features":[47]},{"name":"ER_BUS_BLOCKING_CALL_NOT_ALLOWED","features":[47]},{"name":"ER_BUS_BUS_ALREADY_STARTED","features":[47]},{"name":"ER_BUS_BUS_NOT_STARTED","features":[47]},{"name":"ER_BUS_CANNOT_ADD_HANDLER","features":[47]},{"name":"ER_BUS_CANNOT_ADD_INTERFACE","features":[47]},{"name":"ER_BUS_CANNOT_EXPAND_MESSAGE","features":[47]},{"name":"ER_BUS_CONNECTION_REJECTED","features":[47]},{"name":"ER_BUS_CONNECT_FAILED","features":[47]},{"name":"ER_BUS_CORRUPT_KEYSTORE","features":[47]},{"name":"ER_BUS_DESCRIPTION_ALREADY_EXISTS","features":[47]},{"name":"ER_BUS_DESTINATION_NOT_AUTHENTICATED","features":[47]},{"name":"ER_BUS_ELEMENT_NOT_FOUND","features":[47]},{"name":"ER_BUS_EMPTY_MESSAGE","features":[47]},{"name":"ER_BUS_ENDPOINT_CLOSING","features":[47]},{"name":"ER_BUS_ENDPOINT_REDIRECTED","features":[47]},{"name":"ER_BUS_ERRORS","features":[47]},{"name":"ER_BUS_ERROR_NAME_MISSING","features":[47]},{"name":"ER_BUS_ERROR_RESPONSE","features":[47]},{"name":"ER_BUS_ESTABLISH_FAILED","features":[47]},{"name":"ER_BUS_HANDLES_MISMATCH","features":[47]},{"name":"ER_BUS_HANDLES_NOT_ENABLED","features":[47]},{"name":"ER_BUS_HDR_EXPANSION_INVALID","features":[47]},{"name":"ER_BUS_IFACE_ALREADY_EXISTS","features":[47]},{"name":"ER_BUS_INCOMPATIBLE_DAEMON","features":[47]},{"name":"ER_BUS_INTERFACE_ACTIVATED","features":[47]},{"name":"ER_BUS_INTERFACE_MISMATCH","features":[47]},{"name":"ER_BUS_INTERFACE_MISSING","features":[47]},{"name":"ER_BUS_INTERFACE_NO_SUCH_MEMBER","features":[47]},{"name":"ER_BUS_INVALID_AUTH_MECHANISM","features":[47]},{"name":"ER_BUS_INVALID_HEADER_CHECKSUM","features":[47]},{"name":"ER_BUS_INVALID_HEADER_SERIAL","features":[47]},{"name":"ER_BUS_KEYBLOB_OP_INVALID","features":[47]},{"name":"ER_BUS_KEYSTORE_NOT_LOADED","features":[47]},{"name":"ER_BUS_KEYSTORE_VERSION_MISMATCH","features":[47]},{"name":"ER_BUS_KEY_EXPIRED","features":[47]},{"name":"ER_BUS_KEY_STORE_NOT_LOADED","features":[47]},{"name":"ER_BUS_KEY_UNAVAILABLE","features":[47]},{"name":"ER_BUS_LISTENER_ALREADY_SET","features":[47]},{"name":"ER_BUS_MATCH_RULE_NOT_FOUND","features":[47]},{"name":"ER_BUS_MEMBER_ALREADY_EXISTS","features":[47]},{"name":"ER_BUS_MEMBER_MISSING","features":[47]},{"name":"ER_BUS_MEMBER_NO_SUCH_SIGNATURE","features":[47]},{"name":"ER_BUS_MESSAGE_DECRYPTION_FAILED","features":[47]},{"name":"ER_BUS_MESSAGE_NOT_ENCRYPTED","features":[47]},{"name":"ER_BUS_METHOD_CALL_ABORTED","features":[47]},{"name":"ER_BUS_MISSING_COMPRESSION_TOKEN","features":[47]},{"name":"ER_BUS_NAME_TOO_LONG","features":[47]},{"name":"ER_BUS_NOT_ALLOWED","features":[47]},{"name":"ER_BUS_NOT_AUTHENTICATING","features":[47]},{"name":"ER_BUS_NOT_AUTHORIZED","features":[47]},{"name":"ER_BUS_NOT_A_COMPLETE_TYPE","features":[47]},{"name":"ER_BUS_NOT_A_DICTIONARY","features":[47]},{"name":"ER_BUS_NOT_COMPRESSED","features":[47]},{"name":"ER_BUS_NOT_CONNECTED","features":[47]},{"name":"ER_BUS_NOT_NUL_TERMINATED","features":[47]},{"name":"ER_BUS_NOT_OWNER","features":[47]},{"name":"ER_BUS_NO_AUTHENTICATION_MECHANISM","features":[47]},{"name":"ER_BUS_NO_CALL_FOR_REPLY","features":[47]},{"name":"ER_BUS_NO_ENDPOINT","features":[47]},{"name":"ER_BUS_NO_LISTENER","features":[47]},{"name":"ER_BUS_NO_PEER_GUID","features":[47]},{"name":"ER_BUS_NO_ROUTE","features":[47]},{"name":"ER_BUS_NO_SESSION","features":[47]},{"name":"ER_BUS_NO_SUCH_ANNOTATION","features":[47]},{"name":"ER_BUS_NO_SUCH_HANDLE","features":[47]},{"name":"ER_BUS_NO_SUCH_INTERFACE","features":[47]},{"name":"ER_BUS_NO_SUCH_MESSAGE","features":[47]},{"name":"ER_BUS_NO_SUCH_OBJECT","features":[47]},{"name":"ER_BUS_NO_SUCH_PROPERTY","features":[47]},{"name":"ER_BUS_NO_SUCH_SERVICE","features":[47]},{"name":"ER_BUS_NO_TRANSPORTS","features":[47]},{"name":"ER_BUS_OBJECT_NOT_REGISTERED","features":[47]},{"name":"ER_BUS_OBJECT_NO_SUCH_INTERFACE","features":[47]},{"name":"ER_BUS_OBJECT_NO_SUCH_MEMBER","features":[47]},{"name":"ER_BUS_OBJ_ALREADY_EXISTS","features":[47]},{"name":"ER_BUS_OBJ_NOT_FOUND","features":[47]},{"name":"ER_BUS_PATH_MISSING","features":[47]},{"name":"ER_BUS_PEER_AUTH_VERSION_MISMATCH","features":[47]},{"name":"ER_BUS_PING_GROUP_NOT_FOUND","features":[47]},{"name":"ER_BUS_POLICY_VIOLATION","features":[47]},{"name":"ER_BUS_PROPERTY_ACCESS_DENIED","features":[47]},{"name":"ER_BUS_PROPERTY_ALREADY_EXISTS","features":[47]},{"name":"ER_BUS_PROPERTY_VALUE_NOT_SET","features":[47]},{"name":"ER_BUS_READ_ERROR","features":[47]},{"name":"ER_BUS_REMOVED_BY_BINDER","features":[47]},{"name":"ER_BUS_REMOVED_BY_BINDER_SELF","features":[47]},{"name":"ER_BUS_REPLY_IS_ERROR_MESSAGE","features":[47]},{"name":"ER_BUS_REPLY_SERIAL_MISSING","features":[47]},{"name":"ER_BUS_SECURITY_FATAL","features":[47]},{"name":"ER_BUS_SECURITY_NOT_ENABLED","features":[47]},{"name":"ER_BUS_SELF_CONNECT","features":[47]},{"name":"ER_BUS_SET_PROPERTY_REJECTED","features":[47]},{"name":"ER_BUS_SET_WRONG_SIGNATURE","features":[47]},{"name":"ER_BUS_SIGNATURE_MISMATCH","features":[47]},{"name":"ER_BUS_STOPPING","features":[47]},{"name":"ER_BUS_TIME_TO_LIVE_EXPIRED","features":[47]},{"name":"ER_BUS_TRANSPORT_ACCESS_DENIED","features":[47]},{"name":"ER_BUS_TRANSPORT_NOT_AVAILABLE","features":[47]},{"name":"ER_BUS_TRANSPORT_NOT_STARTED","features":[47]},{"name":"ER_BUS_TRUNCATED","features":[47]},{"name":"ER_BUS_UNEXPECTED_DISPOSITION","features":[47]},{"name":"ER_BUS_UNEXPECTED_SIGNATURE","features":[47]},{"name":"ER_BUS_UNKNOWN_INTERFACE","features":[47]},{"name":"ER_BUS_UNKNOWN_PATH","features":[47]},{"name":"ER_BUS_UNKNOWN_SERIAL","features":[47]},{"name":"ER_BUS_UNMATCHED_REPLY_SERIAL","features":[47]},{"name":"ER_BUS_WAIT_FAILED","features":[47]},{"name":"ER_BUS_WRITE_ERROR","features":[47]},{"name":"ER_BUS_WRITE_QUEUE_FULL","features":[47]},{"name":"ER_CERTIFICATE_NOT_FOUND","features":[47]},{"name":"ER_COMMON_ERRORS","features":[47]},{"name":"ER_CONNECTION_LIMIT_EXCEEDED","features":[47]},{"name":"ER_CONN_REFUSED","features":[47]},{"name":"ER_CORRUPT_KEYBLOB","features":[47]},{"name":"ER_CRYPTO_ERROR","features":[47]},{"name":"ER_CRYPTO_HASH_UNINITIALIZED","features":[47]},{"name":"ER_CRYPTO_ILLEGAL_PARAMETERS","features":[47]},{"name":"ER_CRYPTO_INSUFFICIENT_SECURITY","features":[47]},{"name":"ER_CRYPTO_KEY_UNAVAILABLE","features":[47]},{"name":"ER_CRYPTO_KEY_UNUSABLE","features":[47]},{"name":"ER_CRYPTO_TRUNCATED","features":[47]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_NON_EXISTENT","features":[47]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_NOT_OWNER","features":[47]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_RELEASED","features":[47]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER","features":[47]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_EXISTS","features":[47]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_IN_QUEUE","features":[47]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER","features":[47]},{"name":"ER_DBUS_START_REPLY_ALREADY_RUNNING","features":[47]},{"name":"ER_DEADLOCK","features":[47]},{"name":"ER_DEAD_THREAD","features":[47]},{"name":"ER_DIGEST_MISMATCH","features":[47]},{"name":"ER_DUPLICATE_CERTIFICATE","features":[47]},{"name":"ER_DUPLICATE_KEY","features":[47]},{"name":"ER_EMPTY_KEY_BLOB","features":[47]},{"name":"ER_END_OF_DATA","features":[47]},{"name":"ER_EOF","features":[47]},{"name":"ER_EXTERNAL_THREAD","features":[47]},{"name":"ER_FAIL","features":[47]},{"name":"ER_FEATURE_NOT_AVAILABLE","features":[47]},{"name":"ER_INIT_FAILED","features":[47]},{"name":"ER_INVALID_ADDRESS","features":[47]},{"name":"ER_INVALID_APPLICATION_STATE","features":[47]},{"name":"ER_INVALID_CERTIFICATE","features":[47]},{"name":"ER_INVALID_CERTIFICATE_USAGE","features":[47]},{"name":"ER_INVALID_CERT_CHAIN","features":[47]},{"name":"ER_INVALID_CONFIG","features":[47]},{"name":"ER_INVALID_DATA","features":[47]},{"name":"ER_INVALID_GUID","features":[47]},{"name":"ER_INVALID_HTTP_METHOD_USED_FOR_RENDEZVOUS_SERVER_INTERFACE_MESSAGE","features":[47]},{"name":"ER_INVALID_KEY_ENCODING","features":[47]},{"name":"ER_INVALID_ON_DEMAND_CONNECTION_MESSAGE_RESPONSE","features":[47]},{"name":"ER_INVALID_PERSISTENT_CONNECTION_MESSAGE_RESPONSE","features":[47]},{"name":"ER_INVALID_RENDEZVOUS_SERVER_INTERFACE_MESSAGE","features":[47]},{"name":"ER_INVALID_SIGNAL_EMISSION_TYPE","features":[47]},{"name":"ER_INVALID_STREAM","features":[47]},{"name":"ER_IODISPATCH_STOPPING","features":[47]},{"name":"ER_KEY_STORE_ALREADY_INITIALIZED","features":[47]},{"name":"ER_KEY_STORE_ID_NOT_YET_SET","features":[47]},{"name":"ER_LANGUAGE_NOT_SUPPORTED","features":[47]},{"name":"ER_MANAGEMENT_ALREADY_STARTED","features":[47]},{"name":"ER_MANAGEMENT_NOT_STARTED","features":[47]},{"name":"ER_MANIFEST_NOT_FOUND","features":[47]},{"name":"ER_MANIFEST_REJECTED","features":[47]},{"name":"ER_MISSING_DIGEST_IN_CERTIFICATE","features":[47]},{"name":"ER_NONE","features":[47]},{"name":"ER_NOT_CONN","features":[47]},{"name":"ER_NOT_CONNECTED_TO_RENDEZVOUS_SERVER","features":[47]},{"name":"ER_NOT_IMPLEMENTED","features":[47]},{"name":"ER_NO_COMMON_TRUST","features":[47]},{"name":"ER_NO_SUCH_ALARM","features":[47]},{"name":"ER_NO_SUCH_DEVICE","features":[47]},{"name":"ER_NO_TRUST_ANCHOR","features":[47]},{"name":"ER_OK","features":[47]},{"name":"ER_OPEN_FAILED","features":[47]},{"name":"ER_OS_ERROR","features":[47]},{"name":"ER_OUT_OF_MEMORY","features":[47]},{"name":"ER_P2P","features":[47]},{"name":"ER_P2P_BUSY","features":[47]},{"name":"ER_P2P_DISABLED","features":[47]},{"name":"ER_P2P_FORBIDDEN","features":[47]},{"name":"ER_P2P_NOT_CONNECTED","features":[47]},{"name":"ER_P2P_NO_GO","features":[47]},{"name":"ER_P2P_NO_STA","features":[47]},{"name":"ER_P2P_TIMEOUT","features":[47]},{"name":"ER_PACKET_BAD_CRC","features":[47]},{"name":"ER_PACKET_BAD_FORMAT","features":[47]},{"name":"ER_PACKET_BAD_PARAMETER","features":[47]},{"name":"ER_PACKET_BUS_NO_SUCH_CHANNEL","features":[47]},{"name":"ER_PACKET_CHANNEL_FAIL","features":[47]},{"name":"ER_PACKET_CONNECT_TIMEOUT","features":[47]},{"name":"ER_PACKET_TOO_LARGE","features":[47]},{"name":"ER_PARSE_ERROR","features":[47]},{"name":"ER_PERMISSION_DENIED","features":[47]},{"name":"ER_POLICY_NOT_NEWER","features":[47]},{"name":"ER_PROXIMITY_CONNECTION_ESTABLISH_FAIL","features":[47]},{"name":"ER_PROXIMITY_NO_PEERS_FOUND","features":[47]},{"name":"ER_READ_ERROR","features":[47]},{"name":"ER_RENDEZVOUS_SERVER_DEACTIVATED_USER","features":[47]},{"name":"ER_RENDEZVOUS_SERVER_ERR401_UNAUTHORIZED_REQUEST","features":[47]},{"name":"ER_RENDEZVOUS_SERVER_ERR500_INTERNAL_ERROR","features":[47]},{"name":"ER_RENDEZVOUS_SERVER_ERR503_STATUS_UNAVAILABLE","features":[47]},{"name":"ER_RENDEZVOUS_SERVER_ROOT_CERTIFICATE_UNINITIALIZED","features":[47]},{"name":"ER_RENDEZVOUS_SERVER_UNKNOWN_USER","features":[47]},{"name":"ER_RENDEZVOUS_SERVER_UNRECOVERABLE_ERROR","features":[47]},{"name":"ER_SLAP_CRC_ERROR","features":[47]},{"name":"ER_SLAP_ERROR","features":[47]},{"name":"ER_SLAP_HDR_CHECKSUM_ERROR","features":[47]},{"name":"ER_SLAP_INVALID_PACKET_LEN","features":[47]},{"name":"ER_SLAP_INVALID_PACKET_TYPE","features":[47]},{"name":"ER_SLAP_LEN_MISMATCH","features":[47]},{"name":"ER_SLAP_OTHER_END_CLOSED","features":[47]},{"name":"ER_SLAP_PACKET_TYPE_MISMATCH","features":[47]},{"name":"ER_SOCKET_BIND_ERROR","features":[47]},{"name":"ER_SOCK_CLOSING","features":[47]},{"name":"ER_SOCK_OTHER_END_CLOSED","features":[47]},{"name":"ER_SSL_CONNECT","features":[47]},{"name":"ER_SSL_ERRORS","features":[47]},{"name":"ER_SSL_INIT","features":[47]},{"name":"ER_SSL_VERIFY","features":[47]},{"name":"ER_STOPPING_THREAD","features":[47]},{"name":"ER_TCP_MAX_UNTRUSTED","features":[47]},{"name":"ER_THREADPOOL_EXHAUSTED","features":[47]},{"name":"ER_THREADPOOL_STOPPING","features":[47]},{"name":"ER_THREAD_NO_WAIT","features":[47]},{"name":"ER_THREAD_RUNNING","features":[47]},{"name":"ER_THREAD_STOPPING","features":[47]},{"name":"ER_TIMEOUT","features":[47]},{"name":"ER_TIMER_EXITING","features":[47]},{"name":"ER_TIMER_FALLBEHIND","features":[47]},{"name":"ER_TIMER_FULL","features":[47]},{"name":"ER_TIMER_NOT_ALLOWED","features":[47]},{"name":"ER_UDP_BACKPRESSURE","features":[47]},{"name":"ER_UDP_BUSHELLO","features":[47]},{"name":"ER_UDP_DEMUX_NO_ENDPOINT","features":[47]},{"name":"ER_UDP_DISCONNECT","features":[47]},{"name":"ER_UDP_EARLY_EXIT","features":[47]},{"name":"ER_UDP_ENDPOINT_NOT_STARTED","features":[47]},{"name":"ER_UDP_ENDPOINT_REMOVED","features":[47]},{"name":"ER_UDP_ENDPOINT_STALLED","features":[47]},{"name":"ER_UDP_INVALID","features":[47]},{"name":"ER_UDP_LOCAL_DISCONNECT","features":[47]},{"name":"ER_UDP_LOCAL_DISCONNECT_FAIL","features":[47]},{"name":"ER_UDP_MESSAGE","features":[47]},{"name":"ER_UDP_MSG_TOO_LONG","features":[47]},{"name":"ER_UDP_NOT_DISCONNECTED","features":[47]},{"name":"ER_UDP_NOT_IMPLEMENTED","features":[47]},{"name":"ER_UDP_NO_LISTENER","features":[47]},{"name":"ER_UDP_NO_NETWORK","features":[47]},{"name":"ER_UDP_STOPPING","features":[47]},{"name":"ER_UDP_UNEXPECTED_FLOW","features":[47]},{"name":"ER_UDP_UNEXPECTED_LENGTH","features":[47]},{"name":"ER_UDP_UNSUPPORTED","features":[47]},{"name":"ER_UNABLE_TO_CONNECT_TO_RENDEZVOUS_SERVER","features":[47]},{"name":"ER_UNABLE_TO_SEND_MESSAGE_TO_RENDEZVOUS_SERVER","features":[47]},{"name":"ER_UNKNOWN_CERTIFICATE","features":[47]},{"name":"ER_UTF_CONVERSION_FAILED","features":[47]},{"name":"ER_WARNING","features":[47]},{"name":"ER_WOULDBLOCK","features":[47]},{"name":"ER_WRITE_ERROR","features":[47]},{"name":"ER_XML_ACLS_MISSING","features":[47]},{"name":"ER_XML_ACL_ALL_TYPE_PEER_WITH_OTHERS","features":[47]},{"name":"ER_XML_ACL_PEERS_MISSING","features":[47]},{"name":"ER_XML_ACL_PEER_NOT_UNIQUE","features":[47]},{"name":"ER_XML_ACL_PEER_PUBLIC_KEY_SET","features":[47]},{"name":"ER_XML_ANNOTATION_NOT_UNIQUE","features":[47]},{"name":"ER_XML_CONVERTER_ERROR","features":[47]},{"name":"ER_XML_INTERFACE_MEMBERS_MISSING","features":[47]},{"name":"ER_XML_INTERFACE_NAME_NOT_UNIQUE","features":[47]},{"name":"ER_XML_INVALID_ACL_PEER_CHILDREN_COUNT","features":[47]},{"name":"ER_XML_INVALID_ACL_PEER_PUBLIC_KEY","features":[47]},{"name":"ER_XML_INVALID_ACL_PEER_TYPE","features":[47]},{"name":"ER_XML_INVALID_ANNOTATIONS_COUNT","features":[47]},{"name":"ER_XML_INVALID_ATTRIBUTE_VALUE","features":[47]},{"name":"ER_XML_INVALID_BASE64","features":[47]},{"name":"ER_XML_INVALID_ELEMENT_CHILDREN_COUNT","features":[47]},{"name":"ER_XML_INVALID_ELEMENT_NAME","features":[47]},{"name":"ER_XML_INVALID_INTERFACE_NAME","features":[47]},{"name":"ER_XML_INVALID_MANIFEST_VERSION","features":[47]},{"name":"ER_XML_INVALID_MEMBER_ACTION","features":[47]},{"name":"ER_XML_INVALID_MEMBER_NAME","features":[47]},{"name":"ER_XML_INVALID_MEMBER_TYPE","features":[47]},{"name":"ER_XML_INVALID_OBJECT_PATH","features":[47]},{"name":"ER_XML_INVALID_OID","features":[47]},{"name":"ER_XML_INVALID_POLICY_SERIAL_NUMBER","features":[47]},{"name":"ER_XML_INVALID_POLICY_VERSION","features":[47]},{"name":"ER_XML_INVALID_RULES_COUNT","features":[47]},{"name":"ER_XML_INVALID_SECURITY_LEVEL_ANNOTATION_VALUE","features":[47]},{"name":"ER_XML_MALFORMED","features":[47]},{"name":"ER_XML_MEMBER_DENY_ACTION_WITH_OTHER","features":[47]},{"name":"ER_XML_MEMBER_NAME_NOT_UNIQUE","features":[47]},{"name":"ER_XML_OBJECT_PATH_NOT_UNIQUE","features":[47]},{"name":"NEED_UPDATE","features":[47]},{"name":"NOT_CLAIMABLE","features":[47]},{"name":"PASSWORD_GENERATED_BY_APPLICATION","features":[47]},{"name":"PASSWORD_GENERATED_BY_SECURITY_MANAGER","features":[47]},{"name":"QCC_FALSE","features":[47]},{"name":"QCC_StatusText","features":[47]},{"name":"QCC_TRUE","features":[47]},{"name":"QStatus","features":[47]},{"name":"UNANNOUNCED","features":[47]},{"name":"alljoyn_about_announced_ptr","features":[47]},{"name":"alljoyn_about_announceflag","features":[47]},{"name":"alljoyn_aboutdata","features":[47]},{"name":"alljoyn_aboutdata_create","features":[47]},{"name":"alljoyn_aboutdata_create_empty","features":[47]},{"name":"alljoyn_aboutdata_create_full","features":[47]},{"name":"alljoyn_aboutdata_createfrommsgarg","features":[47]},{"name":"alljoyn_aboutdata_createfromxml","features":[47]},{"name":"alljoyn_aboutdata_destroy","features":[47]},{"name":"alljoyn_aboutdata_getaboutdata","features":[47]},{"name":"alljoyn_aboutdata_getajsoftwareversion","features":[47]},{"name":"alljoyn_aboutdata_getannouncedaboutdata","features":[47]},{"name":"alljoyn_aboutdata_getappid","features":[47]},{"name":"alljoyn_aboutdata_getappname","features":[47]},{"name":"alljoyn_aboutdata_getdateofmanufacture","features":[47]},{"name":"alljoyn_aboutdata_getdefaultlanguage","features":[47]},{"name":"alljoyn_aboutdata_getdescription","features":[47]},{"name":"alljoyn_aboutdata_getdeviceid","features":[47]},{"name":"alljoyn_aboutdata_getdevicename","features":[47]},{"name":"alljoyn_aboutdata_getfield","features":[47]},{"name":"alljoyn_aboutdata_getfields","features":[47]},{"name":"alljoyn_aboutdata_getfieldsignature","features":[47]},{"name":"alljoyn_aboutdata_gethardwareversion","features":[47]},{"name":"alljoyn_aboutdata_getmanufacturer","features":[47]},{"name":"alljoyn_aboutdata_getmodelnumber","features":[47]},{"name":"alljoyn_aboutdata_getsoftwareversion","features":[47]},{"name":"alljoyn_aboutdata_getsupportedlanguages","features":[47]},{"name":"alljoyn_aboutdata_getsupporturl","features":[47]},{"name":"alljoyn_aboutdata_isfieldannounced","features":[47]},{"name":"alljoyn_aboutdata_isfieldlocalized","features":[47]},{"name":"alljoyn_aboutdata_isfieldrequired","features":[47]},{"name":"alljoyn_aboutdata_isvalid","features":[47]},{"name":"alljoyn_aboutdata_setappid","features":[47]},{"name":"alljoyn_aboutdata_setappid_fromstring","features":[47]},{"name":"alljoyn_aboutdata_setappname","features":[47]},{"name":"alljoyn_aboutdata_setdateofmanufacture","features":[47]},{"name":"alljoyn_aboutdata_setdefaultlanguage","features":[47]},{"name":"alljoyn_aboutdata_setdescription","features":[47]},{"name":"alljoyn_aboutdata_setdeviceid","features":[47]},{"name":"alljoyn_aboutdata_setdevicename","features":[47]},{"name":"alljoyn_aboutdata_setfield","features":[47]},{"name":"alljoyn_aboutdata_sethardwareversion","features":[47]},{"name":"alljoyn_aboutdata_setmanufacturer","features":[47]},{"name":"alljoyn_aboutdata_setmodelnumber","features":[47]},{"name":"alljoyn_aboutdata_setsoftwareversion","features":[47]},{"name":"alljoyn_aboutdata_setsupportedlanguage","features":[47]},{"name":"alljoyn_aboutdata_setsupporturl","features":[47]},{"name":"alljoyn_aboutdatalistener","features":[47]},{"name":"alljoyn_aboutdatalistener_callbacks","features":[47]},{"name":"alljoyn_aboutdatalistener_create","features":[47]},{"name":"alljoyn_aboutdatalistener_destroy","features":[47]},{"name":"alljoyn_aboutdatalistener_getaboutdata_ptr","features":[47]},{"name":"alljoyn_aboutdatalistener_getannouncedaboutdata_ptr","features":[47]},{"name":"alljoyn_abouticon","features":[47]},{"name":"alljoyn_abouticon_clear","features":[47]},{"name":"alljoyn_abouticon_create","features":[47]},{"name":"alljoyn_abouticon_destroy","features":[47]},{"name":"alljoyn_abouticon_getcontent","features":[47]},{"name":"alljoyn_abouticon_geturl","features":[47]},{"name":"alljoyn_abouticon_setcontent","features":[47]},{"name":"alljoyn_abouticon_setcontent_frommsgarg","features":[47]},{"name":"alljoyn_abouticon_seturl","features":[47]},{"name":"alljoyn_abouticonobj","features":[47]},{"name":"alljoyn_abouticonobj_create","features":[47]},{"name":"alljoyn_abouticonobj_destroy","features":[47]},{"name":"alljoyn_abouticonproxy","features":[47]},{"name":"alljoyn_abouticonproxy_create","features":[47]},{"name":"alljoyn_abouticonproxy_destroy","features":[47]},{"name":"alljoyn_abouticonproxy_geticon","features":[47]},{"name":"alljoyn_abouticonproxy_getversion","features":[47]},{"name":"alljoyn_aboutlistener","features":[47]},{"name":"alljoyn_aboutlistener_callback","features":[47]},{"name":"alljoyn_aboutlistener_create","features":[47]},{"name":"alljoyn_aboutlistener_destroy","features":[47]},{"name":"alljoyn_aboutobj","features":[47]},{"name":"alljoyn_aboutobj_announce","features":[47]},{"name":"alljoyn_aboutobj_announce_using_datalistener","features":[47]},{"name":"alljoyn_aboutobj_create","features":[47]},{"name":"alljoyn_aboutobj_destroy","features":[47]},{"name":"alljoyn_aboutobj_unannounce","features":[47]},{"name":"alljoyn_aboutobjectdescription","features":[47]},{"name":"alljoyn_aboutobjectdescription_clear","features":[47]},{"name":"alljoyn_aboutobjectdescription_create","features":[47]},{"name":"alljoyn_aboutobjectdescription_create_full","features":[47]},{"name":"alljoyn_aboutobjectdescription_createfrommsgarg","features":[47]},{"name":"alljoyn_aboutobjectdescription_destroy","features":[47]},{"name":"alljoyn_aboutobjectdescription_getinterfacepaths","features":[47]},{"name":"alljoyn_aboutobjectdescription_getinterfaces","features":[47]},{"name":"alljoyn_aboutobjectdescription_getmsgarg","features":[47]},{"name":"alljoyn_aboutobjectdescription_getpaths","features":[47]},{"name":"alljoyn_aboutobjectdescription_hasinterface","features":[47]},{"name":"alljoyn_aboutobjectdescription_hasinterfaceatpath","features":[47]},{"name":"alljoyn_aboutobjectdescription_haspath","features":[47]},{"name":"alljoyn_aboutproxy","features":[47]},{"name":"alljoyn_aboutproxy_create","features":[47]},{"name":"alljoyn_aboutproxy_destroy","features":[47]},{"name":"alljoyn_aboutproxy_getaboutdata","features":[47]},{"name":"alljoyn_aboutproxy_getobjectdescription","features":[47]},{"name":"alljoyn_aboutproxy_getversion","features":[47]},{"name":"alljoyn_applicationstate","features":[47]},{"name":"alljoyn_applicationstatelistener","features":[47]},{"name":"alljoyn_applicationstatelistener_callbacks","features":[47]},{"name":"alljoyn_applicationstatelistener_create","features":[47]},{"name":"alljoyn_applicationstatelistener_destroy","features":[47]},{"name":"alljoyn_applicationstatelistener_state_ptr","features":[47]},{"name":"alljoyn_authlistener","features":[47]},{"name":"alljoyn_authlistener_authenticationcomplete_ptr","features":[47]},{"name":"alljoyn_authlistener_callbacks","features":[47]},{"name":"alljoyn_authlistener_create","features":[47]},{"name":"alljoyn_authlistener_destroy","features":[47]},{"name":"alljoyn_authlistener_requestcredentials_ptr","features":[47]},{"name":"alljoyn_authlistener_requestcredentialsasync_ptr","features":[47]},{"name":"alljoyn_authlistener_requestcredentialsresponse","features":[47]},{"name":"alljoyn_authlistener_securityviolation_ptr","features":[47]},{"name":"alljoyn_authlistener_setsharedsecret","features":[47]},{"name":"alljoyn_authlistener_verifycredentials_ptr","features":[47]},{"name":"alljoyn_authlistener_verifycredentialsasync_ptr","features":[47]},{"name":"alljoyn_authlistener_verifycredentialsresponse","features":[47]},{"name":"alljoyn_authlistenerasync_callbacks","features":[47]},{"name":"alljoyn_authlistenerasync_create","features":[47]},{"name":"alljoyn_authlistenerasync_destroy","features":[47]},{"name":"alljoyn_autopinger","features":[47]},{"name":"alljoyn_autopinger_adddestination","features":[47]},{"name":"alljoyn_autopinger_addpinggroup","features":[47]},{"name":"alljoyn_autopinger_create","features":[47]},{"name":"alljoyn_autopinger_destination_found_ptr","features":[47]},{"name":"alljoyn_autopinger_destination_lost_ptr","features":[47]},{"name":"alljoyn_autopinger_destroy","features":[47]},{"name":"alljoyn_autopinger_pause","features":[47]},{"name":"alljoyn_autopinger_removedestination","features":[47]},{"name":"alljoyn_autopinger_removepinggroup","features":[47]},{"name":"alljoyn_autopinger_resume","features":[47]},{"name":"alljoyn_autopinger_setpinginterval","features":[47]},{"name":"alljoyn_busattachment","features":[47]},{"name":"alljoyn_busattachment_addlogonentry","features":[47]},{"name":"alljoyn_busattachment_addmatch","features":[47]},{"name":"alljoyn_busattachment_advertisename","features":[47]},{"name":"alljoyn_busattachment_bindsessionport","features":[47]},{"name":"alljoyn_busattachment_canceladvertisename","features":[47]},{"name":"alljoyn_busattachment_cancelfindadvertisedname","features":[47]},{"name":"alljoyn_busattachment_cancelfindadvertisednamebytransport","features":[47]},{"name":"alljoyn_busattachment_cancelwhoimplements_interface","features":[47]},{"name":"alljoyn_busattachment_cancelwhoimplements_interfaces","features":[47]},{"name":"alljoyn_busattachment_clearkeys","features":[47]},{"name":"alljoyn_busattachment_clearkeystore","features":[47]},{"name":"alljoyn_busattachment_connect","features":[47]},{"name":"alljoyn_busattachment_create","features":[47]},{"name":"alljoyn_busattachment_create_concurrency","features":[47]},{"name":"alljoyn_busattachment_createinterface","features":[47]},{"name":"alljoyn_busattachment_createinterface_secure","features":[47]},{"name":"alljoyn_busattachment_createinterfacesfromxml","features":[47]},{"name":"alljoyn_busattachment_deletedefaultkeystore","features":[47]},{"name":"alljoyn_busattachment_deleteinterface","features":[47]},{"name":"alljoyn_busattachment_destroy","features":[47]},{"name":"alljoyn_busattachment_disconnect","features":[47]},{"name":"alljoyn_busattachment_enableconcurrentcallbacks","features":[47]},{"name":"alljoyn_busattachment_enablepeersecurity","features":[47]},{"name":"alljoyn_busattachment_enablepeersecuritywithpermissionconfigurationlistener","features":[47]},{"name":"alljoyn_busattachment_findadvertisedname","features":[47]},{"name":"alljoyn_busattachment_findadvertisednamebytransport","features":[47]},{"name":"alljoyn_busattachment_getalljoyndebugobj","features":[47]},{"name":"alljoyn_busattachment_getalljoynproxyobj","features":[47]},{"name":"alljoyn_busattachment_getconcurrency","features":[47]},{"name":"alljoyn_busattachment_getconnectspec","features":[47]},{"name":"alljoyn_busattachment_getdbusproxyobj","features":[47]},{"name":"alljoyn_busattachment_getglobalguidstring","features":[47]},{"name":"alljoyn_busattachment_getinterface","features":[47]},{"name":"alljoyn_busattachment_getinterfaces","features":[47]},{"name":"alljoyn_busattachment_getkeyexpiration","features":[47]},{"name":"alljoyn_busattachment_getpeerguid","features":[47]},{"name":"alljoyn_busattachment_getpermissionconfigurator","features":[47]},{"name":"alljoyn_busattachment_gettimestamp","features":[47]},{"name":"alljoyn_busattachment_getuniquename","features":[47]},{"name":"alljoyn_busattachment_isconnected","features":[47]},{"name":"alljoyn_busattachment_ispeersecurityenabled","features":[47]},{"name":"alljoyn_busattachment_isstarted","features":[47]},{"name":"alljoyn_busattachment_isstopping","features":[47]},{"name":"alljoyn_busattachment_join","features":[47]},{"name":"alljoyn_busattachment_joinsession","features":[47]},{"name":"alljoyn_busattachment_joinsessionasync","features":[47]},{"name":"alljoyn_busattachment_joinsessioncb_ptr","features":[47]},{"name":"alljoyn_busattachment_leavesession","features":[47]},{"name":"alljoyn_busattachment_namehasowner","features":[47]},{"name":"alljoyn_busattachment_ping","features":[47]},{"name":"alljoyn_busattachment_registeraboutlistener","features":[47]},{"name":"alljoyn_busattachment_registerapplicationstatelistener","features":[47]},{"name":"alljoyn_busattachment_registerbuslistener","features":[47]},{"name":"alljoyn_busattachment_registerbusobject","features":[47]},{"name":"alljoyn_busattachment_registerbusobject_secure","features":[47]},{"name":"alljoyn_busattachment_registerkeystorelistener","features":[47]},{"name":"alljoyn_busattachment_registersignalhandler","features":[47]},{"name":"alljoyn_busattachment_registersignalhandlerwithrule","features":[47]},{"name":"alljoyn_busattachment_releasename","features":[47]},{"name":"alljoyn_busattachment_reloadkeystore","features":[47]},{"name":"alljoyn_busattachment_removematch","features":[47]},{"name":"alljoyn_busattachment_removesessionmember","features":[47]},{"name":"alljoyn_busattachment_requestname","features":[47]},{"name":"alljoyn_busattachment_secureconnection","features":[47]},{"name":"alljoyn_busattachment_secureconnectionasync","features":[47]},{"name":"alljoyn_busattachment_setdaemondebug","features":[47]},{"name":"alljoyn_busattachment_setkeyexpiration","features":[47]},{"name":"alljoyn_busattachment_setlinktimeout","features":[47]},{"name":"alljoyn_busattachment_setlinktimeoutasync","features":[47]},{"name":"alljoyn_busattachment_setlinktimeoutcb_ptr","features":[47]},{"name":"alljoyn_busattachment_setsessionlistener","features":[47]},{"name":"alljoyn_busattachment_start","features":[47]},{"name":"alljoyn_busattachment_stop","features":[47]},{"name":"alljoyn_busattachment_unbindsessionport","features":[47]},{"name":"alljoyn_busattachment_unregisteraboutlistener","features":[47]},{"name":"alljoyn_busattachment_unregisterallaboutlisteners","features":[47]},{"name":"alljoyn_busattachment_unregisterallhandlers","features":[47]},{"name":"alljoyn_busattachment_unregisterapplicationstatelistener","features":[47]},{"name":"alljoyn_busattachment_unregisterbuslistener","features":[47]},{"name":"alljoyn_busattachment_unregisterbusobject","features":[47]},{"name":"alljoyn_busattachment_unregistersignalhandler","features":[47]},{"name":"alljoyn_busattachment_unregistersignalhandlerwithrule","features":[47]},{"name":"alljoyn_busattachment_whoimplements_interface","features":[47]},{"name":"alljoyn_busattachment_whoimplements_interfaces","features":[47]},{"name":"alljoyn_buslistener","features":[47]},{"name":"alljoyn_buslistener_bus_disconnected_ptr","features":[47]},{"name":"alljoyn_buslistener_bus_prop_changed_ptr","features":[47]},{"name":"alljoyn_buslistener_bus_stopping_ptr","features":[47]},{"name":"alljoyn_buslistener_callbacks","features":[47]},{"name":"alljoyn_buslistener_create","features":[47]},{"name":"alljoyn_buslistener_destroy","features":[47]},{"name":"alljoyn_buslistener_found_advertised_name_ptr","features":[47]},{"name":"alljoyn_buslistener_listener_registered_ptr","features":[47]},{"name":"alljoyn_buslistener_listener_unregistered_ptr","features":[47]},{"name":"alljoyn_buslistener_lost_advertised_name_ptr","features":[47]},{"name":"alljoyn_buslistener_name_owner_changed_ptr","features":[47]},{"name":"alljoyn_busobject","features":[47]},{"name":"alljoyn_busobject_addinterface","features":[47]},{"name":"alljoyn_busobject_addinterface_announced","features":[47]},{"name":"alljoyn_busobject_addmethodhandler","features":[47]},{"name":"alljoyn_busobject_addmethodhandlers","features":[47]},{"name":"alljoyn_busobject_callbacks","features":[47]},{"name":"alljoyn_busobject_cancelsessionlessmessage","features":[47]},{"name":"alljoyn_busobject_cancelsessionlessmessage_serial","features":[47]},{"name":"alljoyn_busobject_create","features":[47]},{"name":"alljoyn_busobject_destroy","features":[47]},{"name":"alljoyn_busobject_emitpropertieschanged","features":[47]},{"name":"alljoyn_busobject_emitpropertychanged","features":[47]},{"name":"alljoyn_busobject_getannouncedinterfacenames","features":[47]},{"name":"alljoyn_busobject_getbusattachment","features":[47]},{"name":"alljoyn_busobject_getname","features":[47]},{"name":"alljoyn_busobject_getpath","features":[47]},{"name":"alljoyn_busobject_issecure","features":[47]},{"name":"alljoyn_busobject_methodentry","features":[47]},{"name":"alljoyn_busobject_methodreply_args","features":[47]},{"name":"alljoyn_busobject_methodreply_err","features":[47]},{"name":"alljoyn_busobject_methodreply_status","features":[47]},{"name":"alljoyn_busobject_object_registration_ptr","features":[47]},{"name":"alljoyn_busobject_prop_get_ptr","features":[47]},{"name":"alljoyn_busobject_prop_set_ptr","features":[47]},{"name":"alljoyn_busobject_setannounceflag","features":[47]},{"name":"alljoyn_busobject_signal","features":[47]},{"name":"alljoyn_certificateid","features":[47]},{"name":"alljoyn_certificateidarray","features":[47]},{"name":"alljoyn_claimcapability_masks","features":[47]},{"name":"alljoyn_claimcapabilityadditionalinfo_masks","features":[47]},{"name":"alljoyn_credentials","features":[47]},{"name":"alljoyn_credentials_clear","features":[47]},{"name":"alljoyn_credentials_create","features":[47]},{"name":"alljoyn_credentials_destroy","features":[47]},{"name":"alljoyn_credentials_getcertchain","features":[47]},{"name":"alljoyn_credentials_getexpiration","features":[47]},{"name":"alljoyn_credentials_getlogonentry","features":[47]},{"name":"alljoyn_credentials_getpassword","features":[47]},{"name":"alljoyn_credentials_getprivateKey","features":[47]},{"name":"alljoyn_credentials_getusername","features":[47]},{"name":"alljoyn_credentials_isset","features":[47]},{"name":"alljoyn_credentials_setcertchain","features":[47]},{"name":"alljoyn_credentials_setexpiration","features":[47]},{"name":"alljoyn_credentials_setlogonentry","features":[47]},{"name":"alljoyn_credentials_setpassword","features":[47]},{"name":"alljoyn_credentials_setprivatekey","features":[47]},{"name":"alljoyn_credentials_setusername","features":[47]},{"name":"alljoyn_getbuildinfo","features":[47]},{"name":"alljoyn_getnumericversion","features":[47]},{"name":"alljoyn_getversion","features":[47]},{"name":"alljoyn_init","features":[47]},{"name":"alljoyn_interfacedescription","features":[47]},{"name":"alljoyn_interfacedescription_activate","features":[47]},{"name":"alljoyn_interfacedescription_addannotation","features":[47]},{"name":"alljoyn_interfacedescription_addargannotation","features":[47]},{"name":"alljoyn_interfacedescription_addmember","features":[47]},{"name":"alljoyn_interfacedescription_addmemberannotation","features":[47]},{"name":"alljoyn_interfacedescription_addmethod","features":[47]},{"name":"alljoyn_interfacedescription_addproperty","features":[47]},{"name":"alljoyn_interfacedescription_addpropertyannotation","features":[47]},{"name":"alljoyn_interfacedescription_addsignal","features":[47]},{"name":"alljoyn_interfacedescription_eql","features":[47]},{"name":"alljoyn_interfacedescription_getannotation","features":[47]},{"name":"alljoyn_interfacedescription_getannotationatindex","features":[47]},{"name":"alljoyn_interfacedescription_getannotationscount","features":[47]},{"name":"alljoyn_interfacedescription_getargdescriptionforlanguage","features":[47]},{"name":"alljoyn_interfacedescription_getdescriptionforlanguage","features":[47]},{"name":"alljoyn_interfacedescription_getdescriptionlanguages","features":[47]},{"name":"alljoyn_interfacedescription_getdescriptionlanguages2","features":[47]},{"name":"alljoyn_interfacedescription_getdescriptiontranslationcallback","features":[47]},{"name":"alljoyn_interfacedescription_getmember","features":[47]},{"name":"alljoyn_interfacedescription_getmemberannotation","features":[47]},{"name":"alljoyn_interfacedescription_getmemberargannotation","features":[47]},{"name":"alljoyn_interfacedescription_getmemberdescriptionforlanguage","features":[47]},{"name":"alljoyn_interfacedescription_getmembers","features":[47]},{"name":"alljoyn_interfacedescription_getmethod","features":[47]},{"name":"alljoyn_interfacedescription_getname","features":[47]},{"name":"alljoyn_interfacedescription_getproperties","features":[47]},{"name":"alljoyn_interfacedescription_getproperty","features":[47]},{"name":"alljoyn_interfacedescription_getpropertyannotation","features":[47]},{"name":"alljoyn_interfacedescription_getpropertydescriptionforlanguage","features":[47]},{"name":"alljoyn_interfacedescription_getsecuritypolicy","features":[47]},{"name":"alljoyn_interfacedescription_getsignal","features":[47]},{"name":"alljoyn_interfacedescription_hasdescription","features":[47]},{"name":"alljoyn_interfacedescription_hasmember","features":[47]},{"name":"alljoyn_interfacedescription_hasproperties","features":[47]},{"name":"alljoyn_interfacedescription_hasproperty","features":[47]},{"name":"alljoyn_interfacedescription_introspect","features":[47]},{"name":"alljoyn_interfacedescription_issecure","features":[47]},{"name":"alljoyn_interfacedescription_member","features":[47]},{"name":"alljoyn_interfacedescription_member_eql","features":[47]},{"name":"alljoyn_interfacedescription_member_getannotation","features":[47]},{"name":"alljoyn_interfacedescription_member_getannotationatindex","features":[47]},{"name":"alljoyn_interfacedescription_member_getannotationscount","features":[47]},{"name":"alljoyn_interfacedescription_member_getargannotation","features":[47]},{"name":"alljoyn_interfacedescription_member_getargannotationatindex","features":[47]},{"name":"alljoyn_interfacedescription_member_getargannotationscount","features":[47]},{"name":"alljoyn_interfacedescription_property","features":[47]},{"name":"alljoyn_interfacedescription_property_eql","features":[47]},{"name":"alljoyn_interfacedescription_property_getannotation","features":[47]},{"name":"alljoyn_interfacedescription_property_getannotationatindex","features":[47]},{"name":"alljoyn_interfacedescription_property_getannotationscount","features":[47]},{"name":"alljoyn_interfacedescription_securitypolicy","features":[47]},{"name":"alljoyn_interfacedescription_setargdescription","features":[47]},{"name":"alljoyn_interfacedescription_setargdescriptionforlanguage","features":[47]},{"name":"alljoyn_interfacedescription_setdescription","features":[47]},{"name":"alljoyn_interfacedescription_setdescriptionforlanguage","features":[47]},{"name":"alljoyn_interfacedescription_setdescriptionlanguage","features":[47]},{"name":"alljoyn_interfacedescription_setdescriptiontranslationcallback","features":[47]},{"name":"alljoyn_interfacedescription_setmemberdescription","features":[47]},{"name":"alljoyn_interfacedescription_setmemberdescriptionforlanguage","features":[47]},{"name":"alljoyn_interfacedescription_setpropertydescription","features":[47]},{"name":"alljoyn_interfacedescription_setpropertydescriptionforlanguage","features":[47]},{"name":"alljoyn_interfacedescription_translation_callback_ptr","features":[47]},{"name":"alljoyn_keystore","features":[47]},{"name":"alljoyn_keystorelistener","features":[47]},{"name":"alljoyn_keystorelistener_acquireexclusivelock_ptr","features":[47]},{"name":"alljoyn_keystorelistener_callbacks","features":[47]},{"name":"alljoyn_keystorelistener_create","features":[47]},{"name":"alljoyn_keystorelistener_destroy","features":[47]},{"name":"alljoyn_keystorelistener_getkeys","features":[47]},{"name":"alljoyn_keystorelistener_loadrequest_ptr","features":[47]},{"name":"alljoyn_keystorelistener_putkeys","features":[47]},{"name":"alljoyn_keystorelistener_releaseexclusivelock_ptr","features":[47]},{"name":"alljoyn_keystorelistener_storerequest_ptr","features":[47]},{"name":"alljoyn_keystorelistener_with_synchronization_callbacks","features":[47]},{"name":"alljoyn_keystorelistener_with_synchronization_create","features":[47]},{"name":"alljoyn_manifestarray","features":[47]},{"name":"alljoyn_message","features":[47]},{"name":"alljoyn_message_create","features":[47]},{"name":"alljoyn_message_description","features":[47]},{"name":"alljoyn_message_destroy","features":[47]},{"name":"alljoyn_message_eql","features":[47]},{"name":"alljoyn_message_getarg","features":[47]},{"name":"alljoyn_message_getargs","features":[47]},{"name":"alljoyn_message_getauthmechanism","features":[47]},{"name":"alljoyn_message_getcallserial","features":[47]},{"name":"alljoyn_message_getcompressiontoken","features":[47]},{"name":"alljoyn_message_getdestination","features":[47]},{"name":"alljoyn_message_geterrorname","features":[47]},{"name":"alljoyn_message_getflags","features":[47]},{"name":"alljoyn_message_getinterface","features":[47]},{"name":"alljoyn_message_getmembername","features":[47]},{"name":"alljoyn_message_getobjectpath","features":[47]},{"name":"alljoyn_message_getreceiveendpointname","features":[47]},{"name":"alljoyn_message_getreplyserial","features":[47]},{"name":"alljoyn_message_getsender","features":[47]},{"name":"alljoyn_message_getsessionid","features":[47]},{"name":"alljoyn_message_getsignature","features":[47]},{"name":"alljoyn_message_gettimestamp","features":[47]},{"name":"alljoyn_message_gettype","features":[47]},{"name":"alljoyn_message_isbroadcastsignal","features":[47]},{"name":"alljoyn_message_isencrypted","features":[47]},{"name":"alljoyn_message_isexpired","features":[47]},{"name":"alljoyn_message_isglobalbroadcast","features":[47]},{"name":"alljoyn_message_issessionless","features":[47]},{"name":"alljoyn_message_isunreliable","features":[47]},{"name":"alljoyn_message_parseargs","features":[47]},{"name":"alljoyn_message_setendianess","features":[47]},{"name":"alljoyn_message_tostring","features":[47]},{"name":"alljoyn_messagereceiver_methodhandler_ptr","features":[47]},{"name":"alljoyn_messagereceiver_replyhandler_ptr","features":[47]},{"name":"alljoyn_messagereceiver_signalhandler_ptr","features":[47]},{"name":"alljoyn_messagetype","features":[47]},{"name":"alljoyn_msgarg","features":[47]},{"name":"alljoyn_msgarg_array_create","features":[47]},{"name":"alljoyn_msgarg_array_element","features":[47]},{"name":"alljoyn_msgarg_array_get","features":[47]},{"name":"alljoyn_msgarg_array_set","features":[47]},{"name":"alljoyn_msgarg_array_set_offset","features":[47]},{"name":"alljoyn_msgarg_array_signature","features":[47]},{"name":"alljoyn_msgarg_array_tostring","features":[47]},{"name":"alljoyn_msgarg_clear","features":[47]},{"name":"alljoyn_msgarg_clone","features":[47]},{"name":"alljoyn_msgarg_copy","features":[47]},{"name":"alljoyn_msgarg_create","features":[47]},{"name":"alljoyn_msgarg_create_and_set","features":[47]},{"name":"alljoyn_msgarg_destroy","features":[47]},{"name":"alljoyn_msgarg_equal","features":[47]},{"name":"alljoyn_msgarg_get","features":[47]},{"name":"alljoyn_msgarg_get_array_element","features":[47]},{"name":"alljoyn_msgarg_get_array_elementsignature","features":[47]},{"name":"alljoyn_msgarg_get_array_numberofelements","features":[47]},{"name":"alljoyn_msgarg_get_bool","features":[47]},{"name":"alljoyn_msgarg_get_bool_array","features":[47]},{"name":"alljoyn_msgarg_get_double","features":[47]},{"name":"alljoyn_msgarg_get_double_array","features":[47]},{"name":"alljoyn_msgarg_get_int16","features":[47]},{"name":"alljoyn_msgarg_get_int16_array","features":[47]},{"name":"alljoyn_msgarg_get_int32","features":[47]},{"name":"alljoyn_msgarg_get_int32_array","features":[47]},{"name":"alljoyn_msgarg_get_int64","features":[47]},{"name":"alljoyn_msgarg_get_int64_array","features":[47]},{"name":"alljoyn_msgarg_get_objectpath","features":[47]},{"name":"alljoyn_msgarg_get_signature","features":[47]},{"name":"alljoyn_msgarg_get_string","features":[47]},{"name":"alljoyn_msgarg_get_uint16","features":[47]},{"name":"alljoyn_msgarg_get_uint16_array","features":[47]},{"name":"alljoyn_msgarg_get_uint32","features":[47]},{"name":"alljoyn_msgarg_get_uint32_array","features":[47]},{"name":"alljoyn_msgarg_get_uint64","features":[47]},{"name":"alljoyn_msgarg_get_uint64_array","features":[47]},{"name":"alljoyn_msgarg_get_uint8","features":[47]},{"name":"alljoyn_msgarg_get_uint8_array","features":[47]},{"name":"alljoyn_msgarg_get_variant","features":[47]},{"name":"alljoyn_msgarg_get_variant_array","features":[47]},{"name":"alljoyn_msgarg_getdictelement","features":[47]},{"name":"alljoyn_msgarg_getkey","features":[47]},{"name":"alljoyn_msgarg_getmember","features":[47]},{"name":"alljoyn_msgarg_getnummembers","features":[47]},{"name":"alljoyn_msgarg_gettype","features":[47]},{"name":"alljoyn_msgarg_getvalue","features":[47]},{"name":"alljoyn_msgarg_hassignature","features":[47]},{"name":"alljoyn_msgarg_set","features":[47]},{"name":"alljoyn_msgarg_set_and_stabilize","features":[47]},{"name":"alljoyn_msgarg_set_bool","features":[47]},{"name":"alljoyn_msgarg_set_bool_array","features":[47]},{"name":"alljoyn_msgarg_set_double","features":[47]},{"name":"alljoyn_msgarg_set_double_array","features":[47]},{"name":"alljoyn_msgarg_set_int16","features":[47]},{"name":"alljoyn_msgarg_set_int16_array","features":[47]},{"name":"alljoyn_msgarg_set_int32","features":[47]},{"name":"alljoyn_msgarg_set_int32_array","features":[47]},{"name":"alljoyn_msgarg_set_int64","features":[47]},{"name":"alljoyn_msgarg_set_int64_array","features":[47]},{"name":"alljoyn_msgarg_set_objectpath","features":[47]},{"name":"alljoyn_msgarg_set_objectpath_array","features":[47]},{"name":"alljoyn_msgarg_set_signature","features":[47]},{"name":"alljoyn_msgarg_set_signature_array","features":[47]},{"name":"alljoyn_msgarg_set_string","features":[47]},{"name":"alljoyn_msgarg_set_string_array","features":[47]},{"name":"alljoyn_msgarg_set_uint16","features":[47]},{"name":"alljoyn_msgarg_set_uint16_array","features":[47]},{"name":"alljoyn_msgarg_set_uint32","features":[47]},{"name":"alljoyn_msgarg_set_uint32_array","features":[47]},{"name":"alljoyn_msgarg_set_uint64","features":[47]},{"name":"alljoyn_msgarg_set_uint64_array","features":[47]},{"name":"alljoyn_msgarg_set_uint8","features":[47]},{"name":"alljoyn_msgarg_set_uint8_array","features":[47]},{"name":"alljoyn_msgarg_setdictentry","features":[47]},{"name":"alljoyn_msgarg_setstruct","features":[47]},{"name":"alljoyn_msgarg_signature","features":[47]},{"name":"alljoyn_msgarg_stabilize","features":[47]},{"name":"alljoyn_msgarg_tostring","features":[47]},{"name":"alljoyn_observer","features":[47]},{"name":"alljoyn_observer_create","features":[47]},{"name":"alljoyn_observer_destroy","features":[47]},{"name":"alljoyn_observer_get","features":[47]},{"name":"alljoyn_observer_getfirst","features":[47]},{"name":"alljoyn_observer_getnext","features":[47]},{"name":"alljoyn_observer_object_discovered_ptr","features":[47]},{"name":"alljoyn_observer_object_lost_ptr","features":[47]},{"name":"alljoyn_observer_registerlistener","features":[47]},{"name":"alljoyn_observer_unregisteralllisteners","features":[47]},{"name":"alljoyn_observer_unregisterlistener","features":[47]},{"name":"alljoyn_observerlistener","features":[47]},{"name":"alljoyn_observerlistener_callback","features":[47]},{"name":"alljoyn_observerlistener_create","features":[47]},{"name":"alljoyn_observerlistener_destroy","features":[47]},{"name":"alljoyn_passwordmanager_setcredentials","features":[47]},{"name":"alljoyn_permissionconfigurationlistener","features":[47]},{"name":"alljoyn_permissionconfigurationlistener_callbacks","features":[47]},{"name":"alljoyn_permissionconfigurationlistener_create","features":[47]},{"name":"alljoyn_permissionconfigurationlistener_destroy","features":[47]},{"name":"alljoyn_permissionconfigurationlistener_endmanagement_ptr","features":[47]},{"name":"alljoyn_permissionconfigurationlistener_factoryreset_ptr","features":[47]},{"name":"alljoyn_permissionconfigurationlistener_policychanged_ptr","features":[47]},{"name":"alljoyn_permissionconfigurationlistener_startmanagement_ptr","features":[47]},{"name":"alljoyn_permissionconfigurator","features":[47]},{"name":"alljoyn_permissionconfigurator_certificatechain_destroy","features":[47]},{"name":"alljoyn_permissionconfigurator_certificateid_cleanup","features":[47]},{"name":"alljoyn_permissionconfigurator_certificateidarray_cleanup","features":[47]},{"name":"alljoyn_permissionconfigurator_claim","features":[47]},{"name":"alljoyn_permissionconfigurator_endmanagement","features":[47]},{"name":"alljoyn_permissionconfigurator_getapplicationstate","features":[47]},{"name":"alljoyn_permissionconfigurator_getclaimcapabilities","features":[47]},{"name":"alljoyn_permissionconfigurator_getclaimcapabilitiesadditionalinfo","features":[47]},{"name":"alljoyn_permissionconfigurator_getdefaultclaimcapabilities","features":[47]},{"name":"alljoyn_permissionconfigurator_getdefaultpolicy","features":[47]},{"name":"alljoyn_permissionconfigurator_getidentity","features":[47]},{"name":"alljoyn_permissionconfigurator_getidentitycertificateid","features":[47]},{"name":"alljoyn_permissionconfigurator_getmanifests","features":[47]},{"name":"alljoyn_permissionconfigurator_getmanifesttemplate","features":[47]},{"name":"alljoyn_permissionconfigurator_getmembershipsummaries","features":[47]},{"name":"alljoyn_permissionconfigurator_getpolicy","features":[47]},{"name":"alljoyn_permissionconfigurator_getpublickey","features":[47]},{"name":"alljoyn_permissionconfigurator_installmanifests","features":[47]},{"name":"alljoyn_permissionconfigurator_installmembership","features":[47]},{"name":"alljoyn_permissionconfigurator_manifestarray_cleanup","features":[47]},{"name":"alljoyn_permissionconfigurator_manifesttemplate_destroy","features":[47]},{"name":"alljoyn_permissionconfigurator_policy_destroy","features":[47]},{"name":"alljoyn_permissionconfigurator_publickey_destroy","features":[47]},{"name":"alljoyn_permissionconfigurator_removemembership","features":[47]},{"name":"alljoyn_permissionconfigurator_reset","features":[47]},{"name":"alljoyn_permissionconfigurator_resetpolicy","features":[47]},{"name":"alljoyn_permissionconfigurator_setapplicationstate","features":[47]},{"name":"alljoyn_permissionconfigurator_setclaimcapabilities","features":[47]},{"name":"alljoyn_permissionconfigurator_setclaimcapabilitiesadditionalinfo","features":[47]},{"name":"alljoyn_permissionconfigurator_setmanifesttemplatefromxml","features":[47]},{"name":"alljoyn_permissionconfigurator_startmanagement","features":[47]},{"name":"alljoyn_permissionconfigurator_updateidentity","features":[47]},{"name":"alljoyn_permissionconfigurator_updatepolicy","features":[47]},{"name":"alljoyn_pinglistener","features":[47]},{"name":"alljoyn_pinglistener_callback","features":[47]},{"name":"alljoyn_pinglistener_create","features":[47]},{"name":"alljoyn_pinglistener_destroy","features":[47]},{"name":"alljoyn_proxybusobject","features":[47]},{"name":"alljoyn_proxybusobject_addchild","features":[47]},{"name":"alljoyn_proxybusobject_addinterface","features":[47]},{"name":"alljoyn_proxybusobject_addinterface_by_name","features":[47]},{"name":"alljoyn_proxybusobject_copy","features":[47]},{"name":"alljoyn_proxybusobject_create","features":[47]},{"name":"alljoyn_proxybusobject_create_secure","features":[47]},{"name":"alljoyn_proxybusobject_destroy","features":[47]},{"name":"alljoyn_proxybusobject_enablepropertycaching","features":[47]},{"name":"alljoyn_proxybusobject_getallproperties","features":[47]},{"name":"alljoyn_proxybusobject_getallpropertiesasync","features":[47]},{"name":"alljoyn_proxybusobject_getchild","features":[47]},{"name":"alljoyn_proxybusobject_getchildren","features":[47]},{"name":"alljoyn_proxybusobject_getinterface","features":[47]},{"name":"alljoyn_proxybusobject_getinterfaces","features":[47]},{"name":"alljoyn_proxybusobject_getpath","features":[47]},{"name":"alljoyn_proxybusobject_getproperty","features":[47]},{"name":"alljoyn_proxybusobject_getpropertyasync","features":[47]},{"name":"alljoyn_proxybusobject_getservicename","features":[47]},{"name":"alljoyn_proxybusobject_getsessionid","features":[47]},{"name":"alljoyn_proxybusobject_getuniquename","features":[47]},{"name":"alljoyn_proxybusobject_implementsinterface","features":[47]},{"name":"alljoyn_proxybusobject_introspectremoteobject","features":[47]},{"name":"alljoyn_proxybusobject_introspectremoteobjectasync","features":[47]},{"name":"alljoyn_proxybusobject_issecure","features":[47]},{"name":"alljoyn_proxybusobject_isvalid","features":[47]},{"name":"alljoyn_proxybusobject_listener_getallpropertiescb_ptr","features":[47]},{"name":"alljoyn_proxybusobject_listener_getpropertycb_ptr","features":[47]},{"name":"alljoyn_proxybusobject_listener_introspectcb_ptr","features":[47]},{"name":"alljoyn_proxybusobject_listener_propertieschanged_ptr","features":[47]},{"name":"alljoyn_proxybusobject_listener_setpropertycb_ptr","features":[47]},{"name":"alljoyn_proxybusobject_methodcall","features":[47]},{"name":"alljoyn_proxybusobject_methodcall_member","features":[47]},{"name":"alljoyn_proxybusobject_methodcall_member_noreply","features":[47]},{"name":"alljoyn_proxybusobject_methodcall_noreply","features":[47]},{"name":"alljoyn_proxybusobject_methodcallasync","features":[47]},{"name":"alljoyn_proxybusobject_methodcallasync_member","features":[47]},{"name":"alljoyn_proxybusobject_parsexml","features":[47]},{"name":"alljoyn_proxybusobject_ref","features":[47]},{"name":"alljoyn_proxybusobject_ref_create","features":[47]},{"name":"alljoyn_proxybusobject_ref_decref","features":[47]},{"name":"alljoyn_proxybusobject_ref_get","features":[47]},{"name":"alljoyn_proxybusobject_ref_incref","features":[47]},{"name":"alljoyn_proxybusobject_registerpropertieschangedlistener","features":[47]},{"name":"alljoyn_proxybusobject_removechild","features":[47]},{"name":"alljoyn_proxybusobject_secureconnection","features":[47]},{"name":"alljoyn_proxybusobject_secureconnectionasync","features":[47]},{"name":"alljoyn_proxybusobject_setproperty","features":[47]},{"name":"alljoyn_proxybusobject_setpropertyasync","features":[47]},{"name":"alljoyn_proxybusobject_unregisterpropertieschangedlistener","features":[47]},{"name":"alljoyn_routerinit","features":[47]},{"name":"alljoyn_routerinitwithconfig","features":[47]},{"name":"alljoyn_routershutdown","features":[47]},{"name":"alljoyn_securityapplicationproxy","features":[47]},{"name":"alljoyn_securityapplicationproxy_claim","features":[47]},{"name":"alljoyn_securityapplicationproxy_computemanifestdigest","features":[47]},{"name":"alljoyn_securityapplicationproxy_create","features":[47]},{"name":"alljoyn_securityapplicationproxy_destroy","features":[47]},{"name":"alljoyn_securityapplicationproxy_digest_destroy","features":[47]},{"name":"alljoyn_securityapplicationproxy_eccpublickey_destroy","features":[47]},{"name":"alljoyn_securityapplicationproxy_endmanagement","features":[47]},{"name":"alljoyn_securityapplicationproxy_getapplicationstate","features":[47]},{"name":"alljoyn_securityapplicationproxy_getclaimcapabilities","features":[47]},{"name":"alljoyn_securityapplicationproxy_getclaimcapabilitiesadditionalinfo","features":[47]},{"name":"alljoyn_securityapplicationproxy_getdefaultpolicy","features":[47]},{"name":"alljoyn_securityapplicationproxy_geteccpublickey","features":[47]},{"name":"alljoyn_securityapplicationproxy_getmanifesttemplate","features":[47]},{"name":"alljoyn_securityapplicationproxy_getpermissionmanagementsessionport","features":[47]},{"name":"alljoyn_securityapplicationproxy_getpolicy","features":[47]},{"name":"alljoyn_securityapplicationproxy_installmembership","features":[47]},{"name":"alljoyn_securityapplicationproxy_manifest_destroy","features":[47]},{"name":"alljoyn_securityapplicationproxy_manifesttemplate_destroy","features":[47]},{"name":"alljoyn_securityapplicationproxy_policy_destroy","features":[47]},{"name":"alljoyn_securityapplicationproxy_reset","features":[47]},{"name":"alljoyn_securityapplicationproxy_resetpolicy","features":[47]},{"name":"alljoyn_securityapplicationproxy_setmanifestsignature","features":[47]},{"name":"alljoyn_securityapplicationproxy_signmanifest","features":[47]},{"name":"alljoyn_securityapplicationproxy_startmanagement","features":[47]},{"name":"alljoyn_securityapplicationproxy_updateidentity","features":[47]},{"name":"alljoyn_securityapplicationproxy_updatepolicy","features":[47]},{"name":"alljoyn_sessionlistener","features":[47]},{"name":"alljoyn_sessionlistener_callbacks","features":[47]},{"name":"alljoyn_sessionlistener_create","features":[47]},{"name":"alljoyn_sessionlistener_destroy","features":[47]},{"name":"alljoyn_sessionlistener_sessionlost_ptr","features":[47]},{"name":"alljoyn_sessionlistener_sessionmemberadded_ptr","features":[47]},{"name":"alljoyn_sessionlistener_sessionmemberremoved_ptr","features":[47]},{"name":"alljoyn_sessionlostreason","features":[47]},{"name":"alljoyn_sessionopts","features":[47]},{"name":"alljoyn_sessionopts_cmp","features":[47]},{"name":"alljoyn_sessionopts_create","features":[47]},{"name":"alljoyn_sessionopts_destroy","features":[47]},{"name":"alljoyn_sessionopts_get_multipoint","features":[47]},{"name":"alljoyn_sessionopts_get_proximity","features":[47]},{"name":"alljoyn_sessionopts_get_traffic","features":[47]},{"name":"alljoyn_sessionopts_get_transports","features":[47]},{"name":"alljoyn_sessionopts_iscompatible","features":[47]},{"name":"alljoyn_sessionopts_set_multipoint","features":[47]},{"name":"alljoyn_sessionopts_set_proximity","features":[47]},{"name":"alljoyn_sessionopts_set_traffic","features":[47]},{"name":"alljoyn_sessionopts_set_transports","features":[47]},{"name":"alljoyn_sessionportlistener","features":[47]},{"name":"alljoyn_sessionportlistener_acceptsessionjoiner_ptr","features":[47]},{"name":"alljoyn_sessionportlistener_callbacks","features":[47]},{"name":"alljoyn_sessionportlistener_create","features":[47]},{"name":"alljoyn_sessionportlistener_destroy","features":[47]},{"name":"alljoyn_sessionportlistener_sessionjoined_ptr","features":[47]},{"name":"alljoyn_shutdown","features":[47]},{"name":"alljoyn_typeid","features":[47]},{"name":"alljoyn_unity_deferred_callbacks_process","features":[47]},{"name":"alljoyn_unity_set_deferred_callback_mainthread_only","features":[47]}],"372":[{"name":"BEEP_FREQUENCY_MAXIMUM","features":[48]},{"name":"BEEP_FREQUENCY_MINIMUM","features":[48]},{"name":"BEEP_SET_PARAMETERS","features":[48]},{"name":"DD_BEEP_DEVICE_NAME","features":[48]},{"name":"DD_BEEP_DEVICE_NAME_U","features":[48]},{"name":"IOCTL_BEEP_SET","features":[48]}],"373":[{"name":"FACILITY_NONE","features":[49]},{"name":"FACILITY_WINBIO","features":[49]},{"name":"GUID_DEVINTERFACE_BIOMETRIC_READER","features":[49]},{"name":"IOCTL_BIOMETRIC_VENDOR","features":[49]},{"name":"PIBIO_ENGINE_ACCEPT_PRIVATE_SENSOR_TYPE_INFO_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_ACCEPT_SAMPLE_DATA_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_ACTIVATE_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_ATTACH_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_CHECK_FOR_DUPLICATE_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_CLEAR_CONTEXT_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_COMMIT_ENROLLMENT_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_CONTROL_UNIT_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_CONTROL_UNIT_PRIVILEGED_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_CREATE_ENROLLMENT_AUTHENTICATED_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_CREATE_ENROLLMENT_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_CREATE_KEY_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_DEACTIVATE_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_DETACH_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_DISCARD_ENROLLMENT_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_EXPORT_ENGINE_DATA_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_GET_ENROLLMENT_HASH_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_GET_ENROLLMENT_STATUS_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_IDENTIFY_ALL_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_AUTHENTICATED_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_SECURE_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_NOTIFY_POWER_CHANGE_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_PIPELINE_CLEANUP_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_PIPELINE_INIT_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_QUERY_CALIBRATION_DATA_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_QUERY_EXTENDED_ENROLLMENT_STATUS_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_QUERY_EXTENDED_INFO_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_QUERY_HASH_ALGORITHMS_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_QUERY_INDEX_VECTOR_SIZE_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_QUERY_PREFERRED_FORMAT_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_QUERY_SAMPLE_HINT_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_REFRESH_CACHE_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_RESERVED_1_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_SELECT_CALIBRATION_FORMAT_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_SET_ACCOUNT_POLICY_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_SET_ENROLLMENT_SELECTOR_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_SET_HASH_ALGORITHM_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_UPDATE_ENROLLMENT_FN","features":[49,1,7]},{"name":"PIBIO_ENGINE_VERIFY_FEATURE_SET_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_ALLOCATE_MEMORY_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_FREE_MEMORY_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_GET_PROPERTY_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_LOCK_AND_VALIDATE_SECURE_BUFFER_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_RELEASE_SECURE_BUFFER_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_SET_UNIT_STATUS_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_CLEAR_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_BEGIN_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_END_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_NEXT_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_BEGIN_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_END_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_NEXT_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_DECRYPT_SAMPLE_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_QUERY_AUTHORIZED_ENROLLMENTS_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_1_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_2_FN","features":[49,1,7]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_3_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_ACCEPT_CALIBRATION_DATA_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_ACTIVATE_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_ASYNC_IMPORT_RAW_BUFFER_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_ASYNC_IMPORT_SECURE_BUFFER_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_ATTACH_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_CANCEL_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_CLEAR_CONTEXT_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_CONNECT_SECURE_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_CONTROL_UNIT_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_CONTROL_UNIT_PRIVILEGED_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_DEACTIVATE_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_DETACH_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_EXPORT_SENSOR_DATA_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_FINISH_CAPTURE_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_FINISH_NOTIFY_WAKE_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_GET_INDICATOR_STATUS_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_NOTIFY_POWER_CHANGE_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_PIPELINE_CLEANUP_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_PIPELINE_INIT_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_PUSH_DATA_TO_ENGINE_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_QUERY_CALIBRATION_FORMATS_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_QUERY_EXTENDED_INFO_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_QUERY_PRIVATE_SENSOR_TYPE_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_QUERY_STATUS_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_RESET_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_SET_CALIBRATION_FORMAT_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_SET_INDICATOR_STATUS_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_SET_MODE_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_START_CAPTURE_EX_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_START_CAPTURE_FN","features":[49,1,7]},{"name":"PIBIO_SENSOR_START_NOTIFY_WAKE_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_ACTIVATE_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_ADD_RECORD_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_ATTACH_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_CLEAR_CONTEXT_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_CLOSE_DATABASE_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_CONTROL_UNIT_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_CONTROL_UNIT_PRIVILEGED_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_CREATE_DATABASE_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_DEACTIVATE_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_DELETE_RECORD_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_DETACH_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_ERASE_DATABASE_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_FIRST_RECORD_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_GET_CURRENT_RECORD_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_GET_DATABASE_SIZE_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_GET_DATA_FORMAT_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_GET_RECORD_COUNT_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_NEXT_RECORD_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_NOTIFY_DATABASE_CHANGE_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_NOTIFY_POWER_CHANGE_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_OPEN_DATABASE_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_PIPELINE_CLEANUP_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_PIPELINE_INIT_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_QUERY_BY_CONTENT_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_QUERY_BY_SUBJECT_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_QUERY_EXTENDED_INFO_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_RESERVED_1_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_RESERVED_2_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_UPDATE_RECORD_BEGIN_FN","features":[49,1,7]},{"name":"PIBIO_STORAGE_UPDATE_RECORD_COMMIT_FN","features":[49,1,7]},{"name":"PWINBIO_ASYNC_COMPLETION_CALLBACK","features":[49,1]},{"name":"PWINBIO_CAPTURE_CALLBACK","features":[49]},{"name":"PWINBIO_ENROLL_CAPTURE_CALLBACK","features":[49]},{"name":"PWINBIO_EVENT_CALLBACK","features":[49]},{"name":"PWINBIO_IDENTIFY_CALLBACK","features":[49]},{"name":"PWINBIO_LOCATE_SENSOR_CALLBACK","features":[49]},{"name":"PWINBIO_QUERY_ENGINE_INTERFACE_FN","features":[49,1,7]},{"name":"PWINBIO_QUERY_SENSOR_INTERFACE_FN","features":[49,1,7]},{"name":"PWINBIO_QUERY_STORAGE_INTERFACE_FN","features":[49,1,7]},{"name":"PWINBIO_VERIFY_CALLBACK","features":[49,1]},{"name":"WINBIO_ACCOUNT_POLICY","features":[49]},{"name":"WINBIO_ADAPTER_INTERFACE_VERSION","features":[49]},{"name":"WINBIO_ANSI_381_IMG_BIT_PACKED","features":[49]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_JPEG","features":[49]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_JPEG2000","features":[49]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_PNG","features":[49]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_WSQ","features":[49]},{"name":"WINBIO_ANSI_381_IMG_UNCOMPRESSED","features":[49]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LATENT","features":[49]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_CONTACTLESS","features":[49]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_PLAIN","features":[49]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_ROLLED","features":[49]},{"name":"WINBIO_ANSI_381_IMP_TYPE_NONLIVE_SCAN_PLAIN","features":[49]},{"name":"WINBIO_ANSI_381_IMP_TYPE_NONLIVE_SCAN_ROLLED","features":[49]},{"name":"WINBIO_ANSI_381_IMP_TYPE_SWIPE","features":[49]},{"name":"WINBIO_ANSI_381_PIXELS_PER_CM","features":[49]},{"name":"WINBIO_ANSI_381_PIXELS_PER_INCH","features":[49]},{"name":"WINBIO_ANTI_SPOOF_DISABLE","features":[49]},{"name":"WINBIO_ANTI_SPOOF_ENABLE","features":[49]},{"name":"WINBIO_ANTI_SPOOF_POLICY","features":[49]},{"name":"WINBIO_ANTI_SPOOF_POLICY_ACTION","features":[49]},{"name":"WINBIO_ANTI_SPOOF_REMOVE","features":[49]},{"name":"WINBIO_ASYNC_NOTIFICATION_METHOD","features":[49]},{"name":"WINBIO_ASYNC_NOTIFY_CALLBACK","features":[49]},{"name":"WINBIO_ASYNC_NOTIFY_MAXIMUM_VALUE","features":[49]},{"name":"WINBIO_ASYNC_NOTIFY_MESSAGE","features":[49]},{"name":"WINBIO_ASYNC_NOTIFY_NONE","features":[49]},{"name":"WINBIO_ASYNC_RESULT","features":[49,1]},{"name":"WINBIO_BDB_ANSI_381_HEADER","features":[49]},{"name":"WINBIO_BDB_ANSI_381_RECORD","features":[49]},{"name":"WINBIO_BIR","features":[49]},{"name":"WINBIO_BIR_ALGIN_SIZE","features":[49]},{"name":"WINBIO_BIR_ALIGN_SIZE","features":[49]},{"name":"WINBIO_BIR_DATA","features":[49]},{"name":"WINBIO_BIR_HEADER","features":[49]},{"name":"WINBIO_BLANK_PAYLOAD","features":[49]},{"name":"WINBIO_BSP_SCHEMA","features":[49]},{"name":"WINBIO_CALIBRATION_INFO","features":[49]},{"name":"WINBIO_CAPTURE_DATA","features":[49]},{"name":"WINBIO_CAPTURE_PARAMETERS","features":[49]},{"name":"WINBIO_COMPONENT","features":[49]},{"name":"WINBIO_COMPONENT_ENGINE","features":[49]},{"name":"WINBIO_COMPONENT_SENSOR","features":[49]},{"name":"WINBIO_COMPONENT_STORAGE","features":[49]},{"name":"WINBIO_CREDENTIAL_ALL","features":[49]},{"name":"WINBIO_CREDENTIAL_FORMAT","features":[49]},{"name":"WINBIO_CREDENTIAL_NOT_SET","features":[49]},{"name":"WINBIO_CREDENTIAL_PASSWORD","features":[49]},{"name":"WINBIO_CREDENTIAL_SET","features":[49]},{"name":"WINBIO_CREDENTIAL_STATE","features":[49]},{"name":"WINBIO_CREDENTIAL_TYPE","features":[49]},{"name":"WINBIO_DATA","features":[49]},{"name":"WINBIO_DATA_FLAG_INTEGRITY","features":[49]},{"name":"WINBIO_DATA_FLAG_INTERMEDIATE","features":[49]},{"name":"WINBIO_DATA_FLAG_OPTION_MASK_PRESENT","features":[49]},{"name":"WINBIO_DATA_FLAG_PRIVACY","features":[49]},{"name":"WINBIO_DATA_FLAG_PROCESSED","features":[49]},{"name":"WINBIO_DATA_FLAG_RAW","features":[49]},{"name":"WINBIO_DATA_FLAG_SIGNED","features":[49]},{"name":"WINBIO_DIAGNOSTICS","features":[49]},{"name":"WINBIO_ENCRYPTED_CAPTURE_PARAMS","features":[49]},{"name":"WINBIO_ENGINE_INTERFACE","features":[49,1,7]},{"name":"WINBIO_EVENT","features":[49]},{"name":"WINBIO_EXTENDED_ENGINE_INFO","features":[49]},{"name":"WINBIO_EXTENDED_ENROLLMENT_PARAMETERS","features":[49]},{"name":"WINBIO_EXTENDED_ENROLLMENT_STATUS","features":[49,1]},{"name":"WINBIO_EXTENDED_SENSOR_INFO","features":[49,1]},{"name":"WINBIO_EXTENDED_STORAGE_INFO","features":[49]},{"name":"WINBIO_EXTENDED_UNIT_STATUS","features":[49]},{"name":"WINBIO_E_ADAPTER_INTEGRITY_FAILURE","features":[49]},{"name":"WINBIO_E_AUTO_LOGON_DISABLED","features":[49]},{"name":"WINBIO_E_BAD_CAPTURE","features":[49]},{"name":"WINBIO_E_CALIBRATION_BUFFER_INVALID","features":[49]},{"name":"WINBIO_E_CALIBRATION_BUFFER_TOO_LARGE","features":[49]},{"name":"WINBIO_E_CALIBRATION_BUFFER_TOO_SMALL","features":[49]},{"name":"WINBIO_E_CANCELED","features":[49]},{"name":"WINBIO_E_CAPTURE_ABORTED","features":[49]},{"name":"WINBIO_E_CONFIGURATION_FAILURE","features":[49]},{"name":"WINBIO_E_CRED_PROV_DISABLED","features":[49]},{"name":"WINBIO_E_CRED_PROV_NO_CREDENTIAL","features":[49]},{"name":"WINBIO_E_CRED_PROV_SECURITY_LOCKOUT","features":[49]},{"name":"WINBIO_E_DATABASE_ALREADY_EXISTS","features":[49]},{"name":"WINBIO_E_DATABASE_BAD_INDEX_VECTOR","features":[49]},{"name":"WINBIO_E_DATABASE_CANT_CLOSE","features":[49]},{"name":"WINBIO_E_DATABASE_CANT_CREATE","features":[49]},{"name":"WINBIO_E_DATABASE_CANT_ERASE","features":[49]},{"name":"WINBIO_E_DATABASE_CANT_FIND","features":[49]},{"name":"WINBIO_E_DATABASE_CANT_OPEN","features":[49]},{"name":"WINBIO_E_DATABASE_CORRUPTED","features":[49]},{"name":"WINBIO_E_DATABASE_EOF","features":[49]},{"name":"WINBIO_E_DATABASE_FULL","features":[49]},{"name":"WINBIO_E_DATABASE_LOCKED","features":[49]},{"name":"WINBIO_E_DATABASE_NO_MORE_RECORDS","features":[49]},{"name":"WINBIO_E_DATABASE_NO_RESULTS","features":[49]},{"name":"WINBIO_E_DATABASE_NO_SUCH_RECORD","features":[49]},{"name":"WINBIO_E_DATABASE_READ_ERROR","features":[49]},{"name":"WINBIO_E_DATABASE_WRITE_ERROR","features":[49]},{"name":"WINBIO_E_DATA_COLLECTION_IN_PROGRESS","features":[49]},{"name":"WINBIO_E_DATA_PROTECTION_FAILURE","features":[49]},{"name":"WINBIO_E_DEADLOCK_DETECTED","features":[49]},{"name":"WINBIO_E_DEVICE_BUSY","features":[49]},{"name":"WINBIO_E_DEVICE_FAILURE","features":[49]},{"name":"WINBIO_E_DISABLED","features":[49]},{"name":"WINBIO_E_DUPLICATE_ENROLLMENT","features":[49]},{"name":"WINBIO_E_DUPLICATE_TEMPLATE","features":[49]},{"name":"WINBIO_E_ENROLLMENT_CANCELED_BY_SUSPEND","features":[49]},{"name":"WINBIO_E_ENROLLMENT_IN_PROGRESS","features":[49]},{"name":"WINBIO_E_EVENT_MONITOR_ACTIVE","features":[49]},{"name":"WINBIO_E_FAST_USER_SWITCH_DISABLED","features":[49]},{"name":"WINBIO_E_INCORRECT_BSP","features":[49]},{"name":"WINBIO_E_INCORRECT_SENSOR_POOL","features":[49]},{"name":"WINBIO_E_INCORRECT_SESSION_TYPE","features":[49]},{"name":"WINBIO_E_INSECURE_SENSOR","features":[49]},{"name":"WINBIO_E_INVALID_BUFFER","features":[49]},{"name":"WINBIO_E_INVALID_BUFFER_ID","features":[49]},{"name":"WINBIO_E_INVALID_CALIBRATION_FORMAT_ARRAY","features":[49]},{"name":"WINBIO_E_INVALID_CONTROL_CODE","features":[49]},{"name":"WINBIO_E_INVALID_DEVICE_STATE","features":[49]},{"name":"WINBIO_E_INVALID_KEY_IDENTIFIER","features":[49]},{"name":"WINBIO_E_INVALID_OPERATION","features":[49]},{"name":"WINBIO_E_INVALID_PROPERTY_ID","features":[49]},{"name":"WINBIO_E_INVALID_PROPERTY_TYPE","features":[49]},{"name":"WINBIO_E_INVALID_SENSOR_MODE","features":[49]},{"name":"WINBIO_E_INVALID_SUBFACTOR","features":[49]},{"name":"WINBIO_E_INVALID_TICKET","features":[49]},{"name":"WINBIO_E_INVALID_UNIT","features":[49]},{"name":"WINBIO_E_KEY_CREATION_FAILED","features":[49]},{"name":"WINBIO_E_KEY_IDENTIFIER_BUFFER_TOO_SMALL","features":[49]},{"name":"WINBIO_E_LOCK_VIOLATION","features":[49]},{"name":"WINBIO_E_MAX_ERROR_COUNT_EXCEEDED","features":[49]},{"name":"WINBIO_E_NOT_ACTIVE_CONSOLE","features":[49]},{"name":"WINBIO_E_NO_CAPTURE_DATA","features":[49]},{"name":"WINBIO_E_NO_MATCH","features":[49]},{"name":"WINBIO_E_NO_PREBOOT_IDENTITY","features":[49]},{"name":"WINBIO_E_NO_SUPPORTED_CALIBRATION_FORMAT","features":[49]},{"name":"WINBIO_E_POLICY_PROTECTION_UNAVAILABLE","features":[49]},{"name":"WINBIO_E_PRESENCE_MONITOR_ACTIVE","features":[49]},{"name":"WINBIO_E_PROPERTY_UNAVAILABLE","features":[49]},{"name":"WINBIO_E_SAS_ENABLED","features":[49]},{"name":"WINBIO_E_SELECTION_REQUIRED","features":[49]},{"name":"WINBIO_E_SENSOR_UNAVAILABLE","features":[49]},{"name":"WINBIO_E_SESSION_BUSY","features":[49]},{"name":"WINBIO_E_SESSION_HANDLE_CLOSED","features":[49]},{"name":"WINBIO_E_TICKET_QUOTA_EXCEEDED","features":[49]},{"name":"WINBIO_E_TRUSTLET_INTEGRITY_FAIL","features":[49]},{"name":"WINBIO_E_UNKNOWN_ID","features":[49]},{"name":"WINBIO_E_UNSUPPORTED_DATA_FORMAT","features":[49]},{"name":"WINBIO_E_UNSUPPORTED_DATA_TYPE","features":[49]},{"name":"WINBIO_E_UNSUPPORTED_FACTOR","features":[49]},{"name":"WINBIO_E_UNSUPPORTED_POOL_TYPE","features":[49]},{"name":"WINBIO_E_UNSUPPORTED_PROPERTY","features":[49]},{"name":"WINBIO_E_UNSUPPORTED_PURPOSE","features":[49]},{"name":"WINBIO_E_UNSUPPORTED_SENSOR_CALIBRATION_FORMAT","features":[49]},{"name":"WINBIO_FP_BU_STATE","features":[49,1]},{"name":"WINBIO_FRAMEWORK_INTERFACE","features":[49,1,7]},{"name":"WINBIO_GESTURE_METADATA","features":[49]},{"name":"WINBIO_GET_INDICATOR","features":[49]},{"name":"WINBIO_IDENTITY","features":[49]},{"name":"WINBIO_I_EXTENDED_STATUS_INFORMATION","features":[49]},{"name":"WINBIO_I_MORE_DATA","features":[49]},{"name":"WINBIO_MAX_STRING_LEN","features":[49]},{"name":"WINBIO_NOTIFY_WAKE","features":[49]},{"name":"WINBIO_PASSWORD_GENERIC","features":[49]},{"name":"WINBIO_PASSWORD_PACKED","features":[49]},{"name":"WINBIO_PASSWORD_PROTECTED","features":[49]},{"name":"WINBIO_PIPELINE","features":[49,1,7]},{"name":"WINBIO_POLICY_ADMIN","features":[49]},{"name":"WINBIO_POLICY_DEFAULT","features":[49]},{"name":"WINBIO_POLICY_LOCAL","features":[49]},{"name":"WINBIO_POLICY_SOURCE","features":[49]},{"name":"WINBIO_POLICY_UNKNOWN","features":[49]},{"name":"WINBIO_POOL","features":[49]},{"name":"WINBIO_POOL_PRIVATE","features":[49]},{"name":"WINBIO_POOL_SYSTEM","features":[49]},{"name":"WINBIO_PRESENCE","features":[49,1]},{"name":"WINBIO_PRESENCE_PROPERTIES","features":[49,1]},{"name":"WINBIO_PRIVATE_SENSOR_TYPE_INFO","features":[49]},{"name":"WINBIO_PROTECTION_POLICY","features":[49]},{"name":"WINBIO_REGISTERED_FORMAT","features":[49]},{"name":"WINBIO_SCP_CURVE_FIELD_SIZE_V1","features":[49]},{"name":"WINBIO_SCP_DIGEST_SIZE_V1","features":[49]},{"name":"WINBIO_SCP_ENCRYPTION_BLOCK_SIZE_V1","features":[49]},{"name":"WINBIO_SCP_ENCRYPTION_KEY_SIZE_V1","features":[49]},{"name":"WINBIO_SCP_PRIVATE_KEY_SIZE_V1","features":[49]},{"name":"WINBIO_SCP_PUBLIC_KEY_SIZE_V1","features":[49]},{"name":"WINBIO_SCP_RANDOM_SIZE_V1","features":[49]},{"name":"WINBIO_SCP_SIGNATURE_SIZE_V1","features":[49]},{"name":"WINBIO_SCP_VERSION_1","features":[49]},{"name":"WINBIO_SECURE_BUFFER_HEADER_V1","features":[49]},{"name":"WINBIO_SECURE_CONNECTION_DATA","features":[49]},{"name":"WINBIO_SECURE_CONNECTION_PARAMS","features":[49]},{"name":"WINBIO_SENSOR_ATTRIBUTES","features":[49]},{"name":"WINBIO_SENSOR_INTERFACE","features":[49,1,7]},{"name":"WINBIO_SETTING_SOURCE","features":[49]},{"name":"WINBIO_SETTING_SOURCE_DEFAULT","features":[49]},{"name":"WINBIO_SETTING_SOURCE_INVALID","features":[49]},{"name":"WINBIO_SETTING_SOURCE_LOCAL","features":[49]},{"name":"WINBIO_SETTING_SOURCE_POLICY","features":[49]},{"name":"WINBIO_SET_INDICATOR","features":[49]},{"name":"WINBIO_STORAGE_INTERFACE","features":[49,1,7]},{"name":"WINBIO_STORAGE_RECORD","features":[49]},{"name":"WINBIO_STORAGE_SCHEMA","features":[49]},{"name":"WINBIO_SUPPORTED_ALGORITHMS","features":[49]},{"name":"WINBIO_UNIT_SCHEMA","features":[49]},{"name":"WINBIO_UPDATE_FIRMWARE","features":[49]},{"name":"WINBIO_VERSION","features":[49]},{"name":"WINBIO_WBDI_MAJOR_VERSION","features":[49]},{"name":"WINBIO_WBDI_MINOR_VERSION","features":[49]},{"name":"WINIBIO_ENGINE_CONTEXT","features":[49]},{"name":"WINIBIO_SENSOR_CONTEXT","features":[49]},{"name":"WINIBIO_STORAGE_CONTEXT","features":[49]},{"name":"WinBioAcquireFocus","features":[49]},{"name":"WinBioAsyncEnumBiometricUnits","features":[49]},{"name":"WinBioAsyncEnumDatabases","features":[49]},{"name":"WinBioAsyncEnumServiceProviders","features":[49]},{"name":"WinBioAsyncMonitorFrameworkChanges","features":[49]},{"name":"WinBioAsyncOpenFramework","features":[49,1]},{"name":"WinBioAsyncOpenSession","features":[49,1]},{"name":"WinBioCancel","features":[49]},{"name":"WinBioCaptureSample","features":[49]},{"name":"WinBioCaptureSampleWithCallback","features":[49]},{"name":"WinBioCloseFramework","features":[49]},{"name":"WinBioCloseSession","features":[49]},{"name":"WinBioControlUnit","features":[49]},{"name":"WinBioControlUnitPrivileged","features":[49]},{"name":"WinBioDeleteTemplate","features":[49]},{"name":"WinBioEnrollBegin","features":[49]},{"name":"WinBioEnrollCapture","features":[49]},{"name":"WinBioEnrollCaptureWithCallback","features":[49]},{"name":"WinBioEnrollCommit","features":[49]},{"name":"WinBioEnrollDiscard","features":[49]},{"name":"WinBioEnrollSelect","features":[49]},{"name":"WinBioEnumBiometricUnits","features":[49]},{"name":"WinBioEnumDatabases","features":[49]},{"name":"WinBioEnumEnrollments","features":[49]},{"name":"WinBioEnumServiceProviders","features":[49]},{"name":"WinBioFree","features":[49]},{"name":"WinBioGetCredentialState","features":[49]},{"name":"WinBioGetDomainLogonSetting","features":[49]},{"name":"WinBioGetEnabledSetting","features":[49]},{"name":"WinBioGetEnrolledFactors","features":[49]},{"name":"WinBioGetLogonSetting","features":[49]},{"name":"WinBioGetProperty","features":[49]},{"name":"WinBioIdentify","features":[49]},{"name":"WinBioIdentifyWithCallback","features":[49]},{"name":"WinBioImproveBegin","features":[49]},{"name":"WinBioImproveEnd","features":[49]},{"name":"WinBioLocateSensor","features":[49]},{"name":"WinBioLocateSensorWithCallback","features":[49]},{"name":"WinBioLockUnit","features":[49]},{"name":"WinBioLogonIdentifiedUser","features":[49]},{"name":"WinBioMonitorPresence","features":[49]},{"name":"WinBioOpenSession","features":[49]},{"name":"WinBioRegisterEventMonitor","features":[49]},{"name":"WinBioReleaseFocus","features":[49]},{"name":"WinBioRemoveAllCredentials","features":[49]},{"name":"WinBioRemoveAllDomainCredentials","features":[49]},{"name":"WinBioRemoveCredential","features":[49]},{"name":"WinBioSetCredential","features":[49]},{"name":"WinBioSetProperty","features":[49]},{"name":"WinBioUnlockUnit","features":[49]},{"name":"WinBioUnregisterEventMonitor","features":[49]},{"name":"WinBioVerify","features":[49]},{"name":"WinBioVerifyWithCallback","features":[49,1]},{"name":"WinBioWait","features":[49]}],"374":[{"name":"A2DP_SINK_SUPPORTED_FEATURES_AMPLIFIER","features":[50]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_HEADPHONE","features":[50]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_RECORDER","features":[50]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_SPEAKER","features":[50]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_MICROPHONE","features":[50]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_MIXER","features":[50]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_PLAYER","features":[50]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_TUNER","features":[50]},{"name":"AF_BTH","features":[50]},{"name":"ATT_PROTOCOL_UUID16","features":[50]},{"name":"AUTHENTICATION_REQUIREMENTS","features":[50]},{"name":"AVCTP_PROTOCOL_UUID16","features":[50]},{"name":"AVDTP_PROTOCOL_UUID16","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_1","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_2","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_3","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_4","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_BROWSING","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_IMAGE","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_IMAGE_PROPERTIES","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_LINKED_THUMBNAIL","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_BROWSING","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_COVER_ART","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_GROUP_NAVIGATION","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_MULTIPLE_PLAYER_APPLICATIONS","features":[50]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_PLAYER_APPLICATION_SETTINGS","features":[50]},{"name":"AVRemoteControlControllerServiceClass_UUID16","features":[50]},{"name":"AVRemoteControlServiceClassID_UUID16","features":[50]},{"name":"AVRemoteControlTargetServiceClassID_UUID16","features":[50]},{"name":"AdvancedAudioDistributionProfileID_UUID16","features":[50]},{"name":"AdvancedAudioDistributionServiceClassID_UUID16","features":[50]},{"name":"AudioSinkServiceClassID_UUID16","features":[50]},{"name":"AudioSinkSourceServiceClassID_UUID16","features":[50]},{"name":"AudioSourceServiceClassID_UUID16","features":[50]},{"name":"AudioVideoServiceClassID_UUID16","features":[50]},{"name":"AudioVideoServiceClass_UUID16","features":[50]},{"name":"BDIF_ADDRESS","features":[50]},{"name":"BDIF_BR","features":[50]},{"name":"BDIF_BR_SECURE_CONNECTION_PAIRED","features":[50]},{"name":"BDIF_COD","features":[50]},{"name":"BDIF_CONNECTED","features":[50]},{"name":"BDIF_DEBUGKEY","features":[50]},{"name":"BDIF_EIR","features":[50]},{"name":"BDIF_LE","features":[50]},{"name":"BDIF_LE_CONNECTABLE","features":[50]},{"name":"BDIF_LE_CONNECTED","features":[50]},{"name":"BDIF_LE_DEBUGKEY","features":[50]},{"name":"BDIF_LE_DISCOVERABLE","features":[50]},{"name":"BDIF_LE_MITM_PROTECTED","features":[50]},{"name":"BDIF_LE_NAME","features":[50]},{"name":"BDIF_LE_PAIRED","features":[50]},{"name":"BDIF_LE_PERSONAL","features":[50]},{"name":"BDIF_LE_PRIVACY_ENABLED","features":[50]},{"name":"BDIF_LE_RANDOM_ADDRESS_TYPE","features":[50]},{"name":"BDIF_LE_SECURE_CONNECTION_PAIRED","features":[50]},{"name":"BDIF_LE_VISIBLE","features":[50]},{"name":"BDIF_NAME","features":[50]},{"name":"BDIF_PAIRED","features":[50]},{"name":"BDIF_PERSONAL","features":[50]},{"name":"BDIF_RSSI","features":[50]},{"name":"BDIF_SHORT_NAME","features":[50]},{"name":"BDIF_SSP_MITM_PROTECTED","features":[50]},{"name":"BDIF_SSP_PAIRED","features":[50]},{"name":"BDIF_SSP_SUPPORTED","features":[50]},{"name":"BDIF_TX_POWER","features":[50]},{"name":"BDIF_VISIBLE","features":[50]},{"name":"BLUETOOTH_ADDRESS","features":[50]},{"name":"BLUETOOTH_AUTHENTICATE_RESPONSE","features":[50]},{"name":"BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS","features":[50,1]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD","features":[50]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_LEGACY","features":[50]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON","features":[50]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_OOB","features":[50]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY","features":[50]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION","features":[50]},{"name":"BLUETOOTH_AUTHENTICATION_REQUIREMENTS","features":[50]},{"name":"BLUETOOTH_COD_PAIRS","features":[50]},{"name":"BLUETOOTH_DEVICE_INFO","features":[50,1]},{"name":"BLUETOOTH_DEVICE_NAME_SIZE","features":[50]},{"name":"BLUETOOTH_DEVICE_SEARCH_PARAMS","features":[50,1]},{"name":"BLUETOOTH_FIND_RADIO_PARAMS","features":[50]},{"name":"BLUETOOTH_GATT_FLAG_CONNECTION_AUTHENTICATED","features":[50]},{"name":"BLUETOOTH_GATT_FLAG_CONNECTION_ENCRYPTED","features":[50]},{"name":"BLUETOOTH_GATT_FLAG_FORCE_READ_FROM_CACHE","features":[50]},{"name":"BLUETOOTH_GATT_FLAG_FORCE_READ_FROM_DEVICE","features":[50]},{"name":"BLUETOOTH_GATT_FLAG_NONE","features":[50]},{"name":"BLUETOOTH_GATT_FLAG_RETURN_ALL","features":[50]},{"name":"BLUETOOTH_GATT_FLAG_SIGNED_WRITE","features":[50]},{"name":"BLUETOOTH_GATT_FLAG_WRITE_WITHOUT_RESPONSE","features":[50]},{"name":"BLUETOOTH_GATT_VALUE_CHANGED_EVENT","features":[50]},{"name":"BLUETOOTH_GATT_VALUE_CHANGED_EVENT_REGISTRATION","features":[50,1]},{"name":"BLUETOOTH_IO_CAPABILITY","features":[50]},{"name":"BLUETOOTH_IO_CAPABILITY_DISPLAYONLY","features":[50]},{"name":"BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO","features":[50]},{"name":"BLUETOOTH_IO_CAPABILITY_KEYBOARDONLY","features":[50]},{"name":"BLUETOOTH_IO_CAPABILITY_NOINPUTNOOUTPUT","features":[50]},{"name":"BLUETOOTH_IO_CAPABILITY_UNDEFINED","features":[50]},{"name":"BLUETOOTH_LOCAL_SERVICE_INFO","features":[50,1]},{"name":"BLUETOOTH_MAX_NAME_SIZE","features":[50]},{"name":"BLUETOOTH_MAX_PASSKEY_BUFFER_SIZE","features":[50]},{"name":"BLUETOOTH_MAX_PASSKEY_SIZE","features":[50]},{"name":"BLUETOOTH_MAX_SERVICE_NAME_SIZE","features":[50]},{"name":"BLUETOOTH_MITM_ProtectionNotDefined","features":[50]},{"name":"BLUETOOTH_MITM_ProtectionNotRequired","features":[50]},{"name":"BLUETOOTH_MITM_ProtectionNotRequiredBonding","features":[50]},{"name":"BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding","features":[50]},{"name":"BLUETOOTH_MITM_ProtectionRequired","features":[50]},{"name":"BLUETOOTH_MITM_ProtectionRequiredBonding","features":[50]},{"name":"BLUETOOTH_MITM_ProtectionRequiredGeneralBonding","features":[50]},{"name":"BLUETOOTH_NUMERIC_COMPARISON_INFO","features":[50]},{"name":"BLUETOOTH_OOB_DATA_INFO","features":[50]},{"name":"BLUETOOTH_PASSKEY_INFO","features":[50]},{"name":"BLUETOOTH_PIN_INFO","features":[50]},{"name":"BLUETOOTH_RADIO_INFO","features":[50]},{"name":"BLUETOOTH_SELECT_DEVICE_PARAMS","features":[50,1]},{"name":"BLUETOOTH_SERVICE_DISABLE","features":[50]},{"name":"BLUETOOTH_SERVICE_ENABLE","features":[50]},{"name":"BNEP_PROTOCOL_UUID16","features":[50]},{"name":"BTHLEENUM_ATT_MTU_DEFAULT","features":[50]},{"name":"BTHLEENUM_ATT_MTU_INITIAL_NEGOTIATION","features":[50]},{"name":"BTHLEENUM_ATT_MTU_MAX","features":[50]},{"name":"BTHLEENUM_ATT_MTU_MIN","features":[50]},{"name":"BTHNS_RESULT_DEVICE_AUTHENTICATED","features":[50]},{"name":"BTHNS_RESULT_DEVICE_CONNECTED","features":[50]},{"name":"BTHNS_RESULT_DEVICE_REMEMBERED","features":[50]},{"name":"BTHPROTO_L2CAP","features":[50]},{"name":"BTHPROTO_RFCOMM","features":[50]},{"name":"BTH_ADDR_GIAC","features":[50]},{"name":"BTH_ADDR_IAC_FIRST","features":[50]},{"name":"BTH_ADDR_IAC_LAST","features":[50]},{"name":"BTH_ADDR_LIAC","features":[50]},{"name":"BTH_ADDR_STRING_SIZE","features":[50]},{"name":"BTH_DEVICE_INFO","features":[50]},{"name":"BTH_EIR_128_UUIDS_COMPLETE_ID","features":[50]},{"name":"BTH_EIR_128_UUIDS_PARTIAL_ID","features":[50]},{"name":"BTH_EIR_16_UUIDS_COMPLETE_ID","features":[50]},{"name":"BTH_EIR_16_UUIDS_PARTIAL_ID","features":[50]},{"name":"BTH_EIR_32_UUIDS_COMPLETE_ID","features":[50]},{"name":"BTH_EIR_32_UUIDS_PARTIAL_ID","features":[50]},{"name":"BTH_EIR_FLAGS_ID","features":[50]},{"name":"BTH_EIR_LOCAL_NAME_COMPLETE_ID","features":[50]},{"name":"BTH_EIR_LOCAL_NAME_PARTIAL_ID","features":[50]},{"name":"BTH_EIR_MANUFACTURER_ID","features":[50]},{"name":"BTH_EIR_OOB_BD_ADDR_ID","features":[50]},{"name":"BTH_EIR_OOB_COD_ID","features":[50]},{"name":"BTH_EIR_OOB_OPT_DATA_LEN_ID","features":[50]},{"name":"BTH_EIR_OOB_SP_HASH_ID","features":[50]},{"name":"BTH_EIR_OOB_SP_RANDOMIZER_ID","features":[50]},{"name":"BTH_EIR_SIZE","features":[50]},{"name":"BTH_EIR_TX_POWER_LEVEL_ID","features":[50]},{"name":"BTH_ERROR_ACL_CONNECTION_ALREADY_EXISTS","features":[50]},{"name":"BTH_ERROR_AUTHENTICATION_FAILURE","features":[50]},{"name":"BTH_ERROR_CHANNEL_CLASSIFICATION_NOT_SUPPORTED","features":[50]},{"name":"BTH_ERROR_COARSE_CLOCK_ADJUSTMENT_REJECTED","features":[50]},{"name":"BTH_ERROR_COMMAND_DISALLOWED","features":[50]},{"name":"BTH_ERROR_CONNECTION_FAILED_TO_BE_ESTABLISHED","features":[50]},{"name":"BTH_ERROR_CONNECTION_REJECTED_DUE_TO_NO_SUITABLE_CHANNEL_FOUND","features":[50]},{"name":"BTH_ERROR_CONNECTION_TERMINATED_DUE_TO_MIC_FAILURE","features":[50]},{"name":"BTH_ERROR_CONNECTION_TIMEOUT","features":[50]},{"name":"BTH_ERROR_CONTROLLER_BUSY","features":[50]},{"name":"BTH_ERROR_DIFFERENT_TRANSACTION_COLLISION","features":[50]},{"name":"BTH_ERROR_DIRECTED_ADVERTISING_TIMEOUT","features":[50]},{"name":"BTH_ERROR_ENCRYPTION_MODE_NOT_ACCEPTABLE","features":[50]},{"name":"BTH_ERROR_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE","features":[50]},{"name":"BTH_ERROR_HARDWARE_FAILURE","features":[50]},{"name":"BTH_ERROR_HOST_BUSY_PAIRING","features":[50]},{"name":"BTH_ERROR_HOST_REJECTED_LIMITED_RESOURCES","features":[50]},{"name":"BTH_ERROR_HOST_REJECTED_PERSONAL_DEVICE","features":[50]},{"name":"BTH_ERROR_HOST_REJECTED_SECURITY_REASONS","features":[50]},{"name":"BTH_ERROR_HOST_TIMEOUT","features":[50]},{"name":"BTH_ERROR_INSTANT_PASSED","features":[50]},{"name":"BTH_ERROR_INSUFFICIENT_SECURITY","features":[50]},{"name":"BTH_ERROR_INVALID_HCI_PARAMETER","features":[50]},{"name":"BTH_ERROR_INVALID_LMP_PARAMETERS","features":[50]},{"name":"BTH_ERROR_KEY_MISSING","features":[50]},{"name":"BTH_ERROR_LIMIT_REACHED","features":[50]},{"name":"BTH_ERROR_LMP_PDU_NOT_ALLOWED","features":[50]},{"name":"BTH_ERROR_LMP_RESPONSE_TIMEOUT","features":[50]},{"name":"BTH_ERROR_LMP_TRANSACTION_COLLISION","features":[50]},{"name":"BTH_ERROR_LOCAL_HOST_TERMINATED_CONNECTION","features":[50]},{"name":"BTH_ERROR_MAC_CONNECTION_FAILED","features":[50]},{"name":"BTH_ERROR_MAX_NUMBER_OF_CONNECTIONS","features":[50]},{"name":"BTH_ERROR_MAX_NUMBER_OF_SCO_CONNECTIONS","features":[50]},{"name":"BTH_ERROR_MEMORY_FULL","features":[50]},{"name":"BTH_ERROR_NO_CONNECTION","features":[50]},{"name":"BTH_ERROR_OPERATION_CANCELLED_BY_HOST","features":[50]},{"name":"BTH_ERROR_PACKET_TOO_LONG","features":[50]},{"name":"BTH_ERROR_PAGE_TIMEOUT","features":[50]},{"name":"BTH_ERROR_PAIRING_NOT_ALLOWED","features":[50]},{"name":"BTH_ERROR_PAIRING_WITH_UNIT_KEY_NOT_SUPPORTED","features":[50]},{"name":"BTH_ERROR_PARAMETER_OUT_OF_MANDATORY_RANGE","features":[50]},{"name":"BTH_ERROR_QOS_IS_NOT_SUPPORTED","features":[50]},{"name":"BTH_ERROR_QOS_REJECTED","features":[50]},{"name":"BTH_ERROR_QOS_UNACCEPTABLE_PARAMETER","features":[50]},{"name":"BTH_ERROR_REMOTE_LOW_RESOURCES","features":[50]},{"name":"BTH_ERROR_REMOTE_POWERING_OFF","features":[50]},{"name":"BTH_ERROR_REMOTE_USER_ENDED_CONNECTION","features":[50]},{"name":"BTH_ERROR_REPEATED_ATTEMPTS","features":[50]},{"name":"BTH_ERROR_RESERVED_SLOT_VIOLATION","features":[50]},{"name":"BTH_ERROR_ROLE_CHANGE_NOT_ALLOWED","features":[50]},{"name":"BTH_ERROR_ROLE_SWITCH_FAILED","features":[50]},{"name":"BTH_ERROR_ROLE_SWITCH_PENDING","features":[50]},{"name":"BTH_ERROR_SCO_AIRMODE_REJECTED","features":[50]},{"name":"BTH_ERROR_SCO_INTERVAL_REJECTED","features":[50]},{"name":"BTH_ERROR_SCO_OFFSET_REJECTED","features":[50]},{"name":"BTH_ERROR_SECURE_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST","features":[50]},{"name":"BTH_ERROR_SUCCESS","features":[50]},{"name":"BTH_ERROR_TYPE_0_SUBMAP_NOT_DEFINED","features":[50]},{"name":"BTH_ERROR_UKNOWN_LMP_PDU","features":[50]},{"name":"BTH_ERROR_UNACCEPTABLE_CONNECTION_INTERVAL","features":[50]},{"name":"BTH_ERROR_UNIT_KEY_NOT_USED","features":[50]},{"name":"BTH_ERROR_UNKNOWN_ADVERTISING_IDENTIFIER","features":[50]},{"name":"BTH_ERROR_UNKNOWN_HCI_COMMAND","features":[50]},{"name":"BTH_ERROR_UNSPECIFIED","features":[50]},{"name":"BTH_ERROR_UNSPECIFIED_ERROR","features":[50]},{"name":"BTH_ERROR_UNSUPPORTED_FEATURE_OR_PARAMETER","features":[50]},{"name":"BTH_ERROR_UNSUPPORTED_LMP_PARM_VALUE","features":[50]},{"name":"BTH_ERROR_UNSUPPORTED_REMOTE_FEATURE","features":[50]},{"name":"BTH_HCI_EVENT_INFO","features":[50]},{"name":"BTH_HOST_FEATURE_ENHANCED_RETRANSMISSION_MODE","features":[50]},{"name":"BTH_HOST_FEATURE_LOW_ENERGY","features":[50]},{"name":"BTH_HOST_FEATURE_SCO_HCI","features":[50]},{"name":"BTH_HOST_FEATURE_SCO_HCIBYPASS","features":[50]},{"name":"BTH_HOST_FEATURE_STREAMING_MODE","features":[50]},{"name":"BTH_INFO_REQ","features":[50]},{"name":"BTH_INFO_RSP","features":[50]},{"name":"BTH_IOCTL_BASE","features":[50]},{"name":"BTH_L2CAP_EVENT_INFO","features":[50]},{"name":"BTH_LE_ATT_BLUETOOTH_BASE_GUID","features":[50]},{"name":"BTH_LE_ATT_CID","features":[50]},{"name":"BTH_LE_ATT_MAX_VALUE_SIZE","features":[50]},{"name":"BTH_LE_ATT_TRANSACTION_TIMEOUT","features":[50]},{"name":"BTH_LE_ERROR_ATTRIBUTE_NOT_FOUND","features":[50]},{"name":"BTH_LE_ERROR_ATTRIBUTE_NOT_LONG","features":[50]},{"name":"BTH_LE_ERROR_INSUFFICIENT_AUTHENTICATION","features":[50]},{"name":"BTH_LE_ERROR_INSUFFICIENT_AUTHORIZATION","features":[50]},{"name":"BTH_LE_ERROR_INSUFFICIENT_ENCRYPTION","features":[50]},{"name":"BTH_LE_ERROR_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[50]},{"name":"BTH_LE_ERROR_INSUFFICIENT_RESOURCES","features":[50]},{"name":"BTH_LE_ERROR_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[50]},{"name":"BTH_LE_ERROR_INVALID_HANDLE","features":[50]},{"name":"BTH_LE_ERROR_INVALID_OFFSET","features":[50]},{"name":"BTH_LE_ERROR_INVALID_PDU","features":[50]},{"name":"BTH_LE_ERROR_PREPARE_QUEUE_FULL","features":[50]},{"name":"BTH_LE_ERROR_READ_NOT_PERMITTED","features":[50]},{"name":"BTH_LE_ERROR_REQUEST_NOT_SUPPORTED","features":[50]},{"name":"BTH_LE_ERROR_UNKNOWN","features":[50]},{"name":"BTH_LE_ERROR_UNLIKELY","features":[50]},{"name":"BTH_LE_ERROR_UNSUPPORTED_GROUP_TYPE","features":[50]},{"name":"BTH_LE_ERROR_WRITE_NOT_PERMITTED","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_BOOKSHELF_SPEAKER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_SOUNDBAR","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_SPEAKERPHONE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_STANDALONE_SPEAKER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_STANDMOUNTED_SPEAKER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_ALARM","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_AUDITORIUM","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BELL","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BROADCASTING_DEVICE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BROADCASTING_ROOM","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_HORN","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_KIOSK","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_MICROPHONE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_SERVICE_DESK","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_BLOOD_PRESSURE_SUBCATEGORY_ARM","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_BLOOD_PRESSURE_SUBCATEGORY_WRIST","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_ACCESS_CONTROL","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AIRCRAFT","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AIR_CONDITIONING","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AUDIO_SINK","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AUDIO_SOURCE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AV_EQUIPMENT","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_BARCODE_SCANNER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_BLOOD_PRESSURE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CLOCK","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_COMPUTER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CONTINUOUS_GLUCOSE_MONITOR","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CONTROL_DEVICE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CYCLING","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DISPLAY","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DISPLAY_EQUIPMENT","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DOMESTIC_APPLIANCE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_EYE_GLASSES","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_FAN","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_GAMING","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_GLUCOSE_METER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEARING_AID","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEART_RATE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEATING","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HID","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HUMIDIFIER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HVAC","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_INSULIN_PUMP","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_KEYRING","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_LIGHT_FIXTURES","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_LIGHT_SOURCE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MASK","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MEDIA_PLAYER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MEDICATION_DELIVERY","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MOTORIZED_DEVICE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MOTORIZED_VEHICLE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_NETWORK_DEVICE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_OFFSET","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_OUTDOOR_SPORTS_ACTIVITY","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PERSONAL_MOBILITY_DEVICE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PHONE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PLUSE_OXIMETER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_POWER_DEVICE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_REMOTE_CONTROL","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_RUNNING_WALKING_SENSOR","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_SENSOR","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_SIGNAGE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_TAG","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_THERMOMETER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_UNCATEGORIZED","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WATCH","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WEARABLE_AUDIO_DEVICE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WEIGHT_SCALE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WINDOW_COVERING","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_CADENCE_SENSOR","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_CYCLING_COMPUTER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_POWER_SENSOR","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_SPEED_AND_CADENCE_SENSOR","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_SPEED_SENSOR","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_BEHIND_EAR_HEARING_AID","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_COCHLEAR_IMPLANT","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_IN_EAR_HEARING_AID","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HEART_RATE_SUBCATEGORY_HEART_RATE_BELT","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_BARCODE_SCANNER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_CARD_READER","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_DIGITAL_PEN","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_DIGITIZER_TABLET","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_GAMEPAD","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_JOYSTICK","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_KEYBOARD","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_MOUSE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_DISPLAY_DEVICE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_NAVIGATION_DISPLAY_DEVICE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_NAVIGATION_POD","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_POD","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_PULSE_OXIMETER_SUBCATEGORY_FINGERTIP","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_PULSE_OXIMETER_SUBCATEGORY_WRIST_WORN","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_IN_SHOE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_ON_HIP","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_ON_SHOE","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_SUBCATEGORY_GENERIC","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_SUB_CATEGORY_MASK","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_THERMOMETER_SUBCATEGORY_EAR","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_WATCH_SUBCATEGORY_SPORTS_WATCH","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_EARBUD","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_HEADPHONES","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_HEADSET","features":[50]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_NECKBAND","features":[50]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_CHARACTERISTIC","features":[50]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_INCLUDE","features":[50]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_PRIMARY_SERVICE","features":[50]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_SECONDARY_SERVICE","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC","features":[50,1]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_AGGREGATE_FORMAT","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_CLIENT_CONFIGURATION","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_EXTENDED_PROPERTIES","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_FORMAT","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_SERVER_CONFIGURATION","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_USER_DESCRIPTION","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_APPEARANCE","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_DEVICE_NAME","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_PERIPHERAL_PREFERED_CONNECTION_PARAMETER","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_PERIPHERAL_PRIVACY_FLAG","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_RECONNECTION_ADDRESS","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_SERVICE_CHANGED","features":[50]},{"name":"BTH_LE_GATT_CHARACTERISTIC_VALUE","features":[50]},{"name":"BTH_LE_GATT_DEFAULT_MAX_INCLUDED_SERVICES_DEPTH","features":[50]},{"name":"BTH_LE_GATT_DESCRIPTOR","features":[50,1]},{"name":"BTH_LE_GATT_DESCRIPTOR_TYPE","features":[50]},{"name":"BTH_LE_GATT_DESCRIPTOR_VALUE","features":[50,1]},{"name":"BTH_LE_GATT_EVENT_TYPE","features":[50]},{"name":"BTH_LE_GATT_SERVICE","features":[50,1]},{"name":"BTH_LE_SERVICE_GAP","features":[50]},{"name":"BTH_LE_SERVICE_GATT","features":[50]},{"name":"BTH_LE_UUID","features":[50,1]},{"name":"BTH_LINK_KEY_LENGTH","features":[50]},{"name":"BTH_MAJORVERSION","features":[50]},{"name":"BTH_MAX_NAME_SIZE","features":[50]},{"name":"BTH_MAX_PIN_SIZE","features":[50]},{"name":"BTH_MAX_SERVICE_NAME_SIZE","features":[50]},{"name":"BTH_MFG_3COM","features":[50]},{"name":"BTH_MFG_ALCATEL","features":[50]},{"name":"BTH_MFG_APPLE","features":[50]},{"name":"BTH_MFG_ARUBA_NETWORKS","features":[50]},{"name":"BTH_MFG_ATMEL","features":[50]},{"name":"BTH_MFG_AVM_BERLIN","features":[50]},{"name":"BTH_MFG_BANDSPEED","features":[50]},{"name":"BTH_MFG_BROADCOM","features":[50]},{"name":"BTH_MFG_CONEXANT","features":[50]},{"name":"BTH_MFG_CSR","features":[50]},{"name":"BTH_MFG_C_TECHNOLOGIES","features":[50]},{"name":"BTH_MFG_DIGIANSWER","features":[50]},{"name":"BTH_MFG_ERICSSON","features":[50]},{"name":"BTH_MFG_HITACHI","features":[50]},{"name":"BTH_MFG_IBM","features":[50]},{"name":"BTH_MFG_INFINEON","features":[50]},{"name":"BTH_MFG_INTEL","features":[50]},{"name":"BTH_MFG_INTERNAL_USE","features":[50]},{"name":"BTH_MFG_INVENTEL","features":[50]},{"name":"BTH_MFG_KC_TECHNOLOGY","features":[50]},{"name":"BTH_MFG_LUCENT","features":[50]},{"name":"BTH_MFG_MACRONIX_INTERNATIONAL","features":[50]},{"name":"BTH_MFG_MANSELLA","features":[50]},{"name":"BTH_MFG_MARVELL","features":[50]},{"name":"BTH_MFG_MICROSOFT","features":[50]},{"name":"BTH_MFG_MITEL","features":[50]},{"name":"BTH_MFG_MITSIBUSHI","features":[50]},{"name":"BTH_MFG_MOTOROLA","features":[50]},{"name":"BTH_MFG_NEC","features":[50]},{"name":"BTH_MFG_NEWLOGIC","features":[50]},{"name":"BTH_MFG_NOKIA","features":[50]},{"name":"BTH_MFG_NORDIC_SEMICONDUCTORS_ASA","features":[50]},{"name":"BTH_MFG_OPEN_INTERFACE","features":[50]},{"name":"BTH_MFG_PARTHUS","features":[50]},{"name":"BTH_MFG_PHILIPS_SEMICONDUCTOR","features":[50]},{"name":"BTH_MFG_QUALCOMM","features":[50]},{"name":"BTH_MFG_RF_MICRO_DEVICES","features":[50]},{"name":"BTH_MFG_ROHDE_SCHWARZ","features":[50]},{"name":"BTH_MFG_RTX_TELECOM","features":[50]},{"name":"BTH_MFG_SIGNIA","features":[50]},{"name":"BTH_MFG_SILICONWAVE","features":[50]},{"name":"BTH_MFG_SYMBOL_TECHNOLOGIES","features":[50]},{"name":"BTH_MFG_TENOVIS","features":[50]},{"name":"BTH_MFG_TI","features":[50]},{"name":"BTH_MFG_TOSHIBA","features":[50]},{"name":"BTH_MFG_TRANSILICA","features":[50]},{"name":"BTH_MFG_TTPCOM","features":[50]},{"name":"BTH_MFG_WAVEPLUS_TECHNOLOGY_CO","features":[50]},{"name":"BTH_MFG_WIDCOMM","features":[50]},{"name":"BTH_MFG_ZEEVO","features":[50]},{"name":"BTH_MINORVERSION","features":[50]},{"name":"BTH_PING_REQ","features":[50]},{"name":"BTH_PING_RSP","features":[50]},{"name":"BTH_QUERY_DEVICE","features":[50]},{"name":"BTH_QUERY_SERVICE","features":[50]},{"name":"BTH_RADIO_IN_RANGE","features":[50]},{"name":"BTH_SDP_VERSION","features":[50]},{"name":"BTH_SET_SERVICE","features":[50,1]},{"name":"BTH_VID_DEFAULT_VALUE","features":[50]},{"name":"BT_PORT_DYN_FIRST","features":[50]},{"name":"BT_PORT_MAX","features":[50]},{"name":"BT_PORT_MIN","features":[50]},{"name":"BasicPrintingProfileID_UUID16","features":[50]},{"name":"BasicPrintingServiceClassID_UUID16","features":[50]},{"name":"BluetoothAuthenticateDevice","features":[50,1]},{"name":"BluetoothAuthenticateDeviceEx","features":[50,1]},{"name":"BluetoothAuthenticateMultipleDevices","features":[50,1]},{"name":"BluetoothDisplayDeviceProperties","features":[50,1]},{"name":"BluetoothEnableDiscovery","features":[50,1]},{"name":"BluetoothEnableIncomingConnections","features":[50,1]},{"name":"BluetoothEnumerateInstalledServices","features":[50,1]},{"name":"BluetoothFindDeviceClose","features":[50,1]},{"name":"BluetoothFindFirstDevice","features":[50,1]},{"name":"BluetoothFindFirstRadio","features":[50,1]},{"name":"BluetoothFindNextDevice","features":[50,1]},{"name":"BluetoothFindNextRadio","features":[50,1]},{"name":"BluetoothFindRadioClose","features":[50,1]},{"name":"BluetoothGATTAbortReliableWrite","features":[50,1]},{"name":"BluetoothGATTBeginReliableWrite","features":[50,1]},{"name":"BluetoothGATTEndReliableWrite","features":[50,1]},{"name":"BluetoothGATTGetCharacteristicValue","features":[50,1]},{"name":"BluetoothGATTGetCharacteristics","features":[50,1]},{"name":"BluetoothGATTGetDescriptorValue","features":[50,1]},{"name":"BluetoothGATTGetDescriptors","features":[50,1]},{"name":"BluetoothGATTGetIncludedServices","features":[50,1]},{"name":"BluetoothGATTGetServices","features":[50,1]},{"name":"BluetoothGATTRegisterEvent","features":[50,1]},{"name":"BluetoothGATTSetCharacteristicValue","features":[50,1]},{"name":"BluetoothGATTSetDescriptorValue","features":[50,1]},{"name":"BluetoothGATTUnregisterEvent","features":[50]},{"name":"BluetoothGetDeviceInfo","features":[50,1]},{"name":"BluetoothGetRadioInfo","features":[50,1]},{"name":"BluetoothIsConnectable","features":[50,1]},{"name":"BluetoothIsDiscoverable","features":[50,1]},{"name":"BluetoothIsVersionAvailable","features":[50,1]},{"name":"BluetoothRegisterForAuthentication","features":[50,1]},{"name":"BluetoothRegisterForAuthenticationEx","features":[50,1]},{"name":"BluetoothRemoveDevice","features":[50]},{"name":"BluetoothSdpEnumAttributes","features":[50,1]},{"name":"BluetoothSdpGetAttributeValue","features":[50]},{"name":"BluetoothSdpGetContainerElementData","features":[50]},{"name":"BluetoothSdpGetElementData","features":[50]},{"name":"BluetoothSdpGetString","features":[50]},{"name":"BluetoothSelectDevices","features":[50,1]},{"name":"BluetoothSelectDevicesFree","features":[50,1]},{"name":"BluetoothSendAuthenticationResponse","features":[50,1]},{"name":"BluetoothSendAuthenticationResponseEx","features":[50,1]},{"name":"BluetoothSetLocalServiceInfo","features":[50,1]},{"name":"BluetoothSetServiceState","features":[50,1]},{"name":"BluetoothUnregisterAuthentication","features":[50,1]},{"name":"BluetoothUpdateDeviceRecord","features":[50,1]},{"name":"Bluetooth_Base_UUID","features":[50]},{"name":"BrowseGroupDescriptorServiceClassID_UUID16","features":[50]},{"name":"CMPT_PROTOCOL_UUID16","features":[50]},{"name":"COD_AUDIO_MINOR_CAMCORDER","features":[50]},{"name":"COD_AUDIO_MINOR_CAR_AUDIO","features":[50]},{"name":"COD_AUDIO_MINOR_GAMING_TOY","features":[50]},{"name":"COD_AUDIO_MINOR_HANDS_FREE","features":[50]},{"name":"COD_AUDIO_MINOR_HEADPHONES","features":[50]},{"name":"COD_AUDIO_MINOR_HEADSET","features":[50]},{"name":"COD_AUDIO_MINOR_HEADSET_HANDS_FREE","features":[50]},{"name":"COD_AUDIO_MINOR_HIFI_AUDIO","features":[50]},{"name":"COD_AUDIO_MINOR_LOUDSPEAKER","features":[50]},{"name":"COD_AUDIO_MINOR_MICROPHONE","features":[50]},{"name":"COD_AUDIO_MINOR_PORTABLE_AUDIO","features":[50]},{"name":"COD_AUDIO_MINOR_SET_TOP_BOX","features":[50]},{"name":"COD_AUDIO_MINOR_UNCLASSIFIED","features":[50]},{"name":"COD_AUDIO_MINOR_VCR","features":[50]},{"name":"COD_AUDIO_MINOR_VIDEO_CAMERA","features":[50]},{"name":"COD_AUDIO_MINOR_VIDEO_DISPLAY_CONFERENCING","features":[50]},{"name":"COD_AUDIO_MINOR_VIDEO_DISPLAY_LOUDSPEAKER","features":[50]},{"name":"COD_AUDIO_MINOR_VIDEO_MONITOR","features":[50]},{"name":"COD_COMPUTER_MINOR_DESKTOP","features":[50]},{"name":"COD_COMPUTER_MINOR_HANDHELD","features":[50]},{"name":"COD_COMPUTER_MINOR_LAPTOP","features":[50]},{"name":"COD_COMPUTER_MINOR_PALM","features":[50]},{"name":"COD_COMPUTER_MINOR_SERVER","features":[50]},{"name":"COD_COMPUTER_MINOR_UNCLASSIFIED","features":[50]},{"name":"COD_COMPUTER_MINOR_WEARABLE","features":[50]},{"name":"COD_FORMAT_BIT_OFFSET","features":[50]},{"name":"COD_FORMAT_MASK","features":[50]},{"name":"COD_HEALTH_MINOR_BLOOD_PRESSURE_MONITOR","features":[50]},{"name":"COD_HEALTH_MINOR_GLUCOSE_METER","features":[50]},{"name":"COD_HEALTH_MINOR_HEALTH_DATA_DISPLAY","features":[50]},{"name":"COD_HEALTH_MINOR_HEART_PULSE_MONITOR","features":[50]},{"name":"COD_HEALTH_MINOR_PULSE_OXIMETER","features":[50]},{"name":"COD_HEALTH_MINOR_STEP_COUNTER","features":[50]},{"name":"COD_HEALTH_MINOR_THERMOMETER","features":[50]},{"name":"COD_HEALTH_MINOR_WEIGHING_SCALE","features":[50]},{"name":"COD_IMAGING_MINOR_CAMERA_MASK","features":[50]},{"name":"COD_IMAGING_MINOR_DISPLAY_MASK","features":[50]},{"name":"COD_IMAGING_MINOR_PRINTER_MASK","features":[50]},{"name":"COD_IMAGING_MINOR_SCANNER_MASK","features":[50]},{"name":"COD_LAN_ACCESS_0_USED","features":[50]},{"name":"COD_LAN_ACCESS_17_USED","features":[50]},{"name":"COD_LAN_ACCESS_33_USED","features":[50]},{"name":"COD_LAN_ACCESS_50_USED","features":[50]},{"name":"COD_LAN_ACCESS_67_USED","features":[50]},{"name":"COD_LAN_ACCESS_83_USED","features":[50]},{"name":"COD_LAN_ACCESS_99_USED","features":[50]},{"name":"COD_LAN_ACCESS_BIT_OFFSET","features":[50]},{"name":"COD_LAN_ACCESS_FULL","features":[50]},{"name":"COD_LAN_ACCESS_MASK","features":[50]},{"name":"COD_LAN_MINOR_MASK","features":[50]},{"name":"COD_LAN_MINOR_UNCLASSIFIED","features":[50]},{"name":"COD_MAJOR_AUDIO","features":[50]},{"name":"COD_MAJOR_COMPUTER","features":[50]},{"name":"COD_MAJOR_HEALTH","features":[50]},{"name":"COD_MAJOR_IMAGING","features":[50]},{"name":"COD_MAJOR_LAN_ACCESS","features":[50]},{"name":"COD_MAJOR_MASK","features":[50]},{"name":"COD_MAJOR_MISCELLANEOUS","features":[50]},{"name":"COD_MAJOR_PERIPHERAL","features":[50]},{"name":"COD_MAJOR_PHONE","features":[50]},{"name":"COD_MAJOR_TOY","features":[50]},{"name":"COD_MAJOR_UNCLASSIFIED","features":[50]},{"name":"COD_MAJOR_WEARABLE","features":[50]},{"name":"COD_MINOR_BIT_OFFSET","features":[50]},{"name":"COD_MINOR_MASK","features":[50]},{"name":"COD_PERIPHERAL_MINOR_GAMEPAD","features":[50]},{"name":"COD_PERIPHERAL_MINOR_JOYSTICK","features":[50]},{"name":"COD_PERIPHERAL_MINOR_KEYBOARD_MASK","features":[50]},{"name":"COD_PERIPHERAL_MINOR_NO_CATEGORY","features":[50]},{"name":"COD_PERIPHERAL_MINOR_POINTER_MASK","features":[50]},{"name":"COD_PERIPHERAL_MINOR_REMOTE_CONTROL","features":[50]},{"name":"COD_PERIPHERAL_MINOR_SENSING","features":[50]},{"name":"COD_PHONE_MINOR_CELLULAR","features":[50]},{"name":"COD_PHONE_MINOR_CORDLESS","features":[50]},{"name":"COD_PHONE_MINOR_SMART","features":[50]},{"name":"COD_PHONE_MINOR_UNCLASSIFIED","features":[50]},{"name":"COD_PHONE_MINOR_WIRED_MODEM","features":[50]},{"name":"COD_SERVICE_AUDIO","features":[50]},{"name":"COD_SERVICE_CAPTURING","features":[50]},{"name":"COD_SERVICE_INFORMATION","features":[50]},{"name":"COD_SERVICE_LE_AUDIO","features":[50]},{"name":"COD_SERVICE_LIMITED","features":[50]},{"name":"COD_SERVICE_MASK","features":[50]},{"name":"COD_SERVICE_MAX_COUNT","features":[50]},{"name":"COD_SERVICE_NETWORKING","features":[50]},{"name":"COD_SERVICE_OBJECT_XFER","features":[50]},{"name":"COD_SERVICE_POSITIONING","features":[50]},{"name":"COD_SERVICE_RENDERING","features":[50]},{"name":"COD_SERVICE_TELEPHONY","features":[50]},{"name":"COD_TOY_MINOR_CONTROLLER","features":[50]},{"name":"COD_TOY_MINOR_DOLL_ACTION_FIGURE","features":[50]},{"name":"COD_TOY_MINOR_GAME","features":[50]},{"name":"COD_TOY_MINOR_ROBOT","features":[50]},{"name":"COD_TOY_MINOR_VEHICLE","features":[50]},{"name":"COD_VERSION","features":[50]},{"name":"COD_WEARABLE_MINOR_GLASSES","features":[50]},{"name":"COD_WEARABLE_MINOR_HELMET","features":[50]},{"name":"COD_WEARABLE_MINOR_JACKET","features":[50]},{"name":"COD_WEARABLE_MINOR_PAGER","features":[50]},{"name":"COD_WEARABLE_MINOR_WRIST_WATCH","features":[50]},{"name":"CORDLESS_EXTERNAL_NETWORK_ANALOG_CELLULAR","features":[50]},{"name":"CORDLESS_EXTERNAL_NETWORK_CDMA","features":[50]},{"name":"CORDLESS_EXTERNAL_NETWORK_GSM","features":[50]},{"name":"CORDLESS_EXTERNAL_NETWORK_ISDN","features":[50]},{"name":"CORDLESS_EXTERNAL_NETWORK_OTHER","features":[50]},{"name":"CORDLESS_EXTERNAL_NETWORK_PACKET_SWITCHED","features":[50]},{"name":"CORDLESS_EXTERNAL_NETWORK_PSTN","features":[50]},{"name":"CTNAccessServiceClassID_UUID16","features":[50]},{"name":"CTNNotificationServiceClassID_UUID16","features":[50]},{"name":"CTNProfileID_UUID16","features":[50]},{"name":"CharacteristicAggregateFormat","features":[50]},{"name":"CharacteristicExtendedProperties","features":[50]},{"name":"CharacteristicFormat","features":[50]},{"name":"CharacteristicUserDescription","features":[50]},{"name":"CharacteristicValueChangedEvent","features":[50]},{"name":"ClientCharacteristicConfiguration","features":[50]},{"name":"CommonISDNAccessServiceClassID_UUID16","features":[50]},{"name":"CommonISDNAccessServiceClass_UUID16","features":[50]},{"name":"CordlessServiceClassID_UUID16","features":[50]},{"name":"CordlessTelephonyServiceClassID_UUID16","features":[50]},{"name":"CustomDescriptor","features":[50]},{"name":"DI_VENDOR_ID_SOURCE_BLUETOOTH_SIG","features":[50]},{"name":"DI_VENDOR_ID_SOURCE_USB_IF","features":[50]},{"name":"DialupNetworkingServiceClassID_UUID16","features":[50]},{"name":"DirectPrintingReferenceObjectsServiceClassID_UUID16","features":[50]},{"name":"DirectPrintingServiceClassID_UUID16","features":[50]},{"name":"ENCODING_UTF_8","features":[50]},{"name":"ESdpUpnpIpLapServiceClassID_UUID16","features":[50]},{"name":"ESdpUpnpIpPanServiceClassID_UUID16","features":[50]},{"name":"ESdpUpnpL2capServiceClassID_UUID16","features":[50]},{"name":"FTP_PROTOCOL_UUID16","features":[50]},{"name":"FaxServiceClassID_UUID16","features":[50]},{"name":"GNSSProfileID_UUID16","features":[50]},{"name":"GNSSServerServiceClassID_UUID16","features":[50]},{"name":"GNServiceClassID_UUID16","features":[50]},{"name":"GUID_BLUETOOTHLE_DEVICE_INTERFACE","features":[50]},{"name":"GUID_BLUETOOTH_AUTHENTICATION_REQUEST","features":[50]},{"name":"GUID_BLUETOOTH_GATT_SERVICE_DEVICE_INTERFACE","features":[50]},{"name":"GUID_BLUETOOTH_HCI_EVENT","features":[50]},{"name":"GUID_BLUETOOTH_HCI_VENDOR_EVENT","features":[50]},{"name":"GUID_BLUETOOTH_KEYPRESS_EVENT","features":[50]},{"name":"GUID_BLUETOOTH_L2CAP_EVENT","features":[50]},{"name":"GUID_BLUETOOTH_RADIO_IN_RANGE","features":[50]},{"name":"GUID_BLUETOOTH_RADIO_OUT_OF_RANGE","features":[50]},{"name":"GUID_BTHPORT_DEVICE_INTERFACE","features":[50]},{"name":"GUID_BTH_RFCOMM_SERVICE_DEVICE_INTERFACE","features":[50]},{"name":"GenericAudioServiceClassID_UUID16","features":[50]},{"name":"GenericFileTransferServiceClassID_UUID16","features":[50]},{"name":"GenericNetworkingServiceClassID_UUID16","features":[50]},{"name":"GenericTelephonyServiceClassID_UUID16","features":[50]},{"name":"HANDLE_SDP_TYPE","features":[50]},{"name":"HBLUETOOTH_DEVICE_FIND","features":[50]},{"name":"HBLUETOOTH_RADIO_FIND","features":[50]},{"name":"HCCC_PROTOCOL_UUID16","features":[50]},{"name":"HCDC_PROTOCOL_UUID16","features":[50]},{"name":"HCI_CONNECTION_TYPE_ACL","features":[50]},{"name":"HCI_CONNECTION_TYPE_LE","features":[50]},{"name":"HCI_CONNECTION_TYPE_SCO","features":[50]},{"name":"HCI_CONNNECTION_TYPE_ACL","features":[50]},{"name":"HCI_CONNNECTION_TYPE_SCO","features":[50]},{"name":"HCN_PROTOCOL_UUID16","features":[50]},{"name":"HCRPrintServiceClassID_UUID16","features":[50]},{"name":"HCRScanServiceClassID_UUID16","features":[50]},{"name":"HID_PROTOCOL_UUID16","features":[50]},{"name":"HTTP_PROTOCOL_UUID16","features":[50]},{"name":"HandsfreeAudioGatewayServiceClassID_UUID16","features":[50]},{"name":"HandsfreeServiceClassID_UUID16","features":[50]},{"name":"HardcopyCableReplacementProfileID_UUID16","features":[50]},{"name":"HardcopyCableReplacementServiceClassID_UUID16","features":[50]},{"name":"HeadsetAudioGatewayServiceClassID_UUID16","features":[50]},{"name":"HeadsetHSServiceClassID_UUID16","features":[50]},{"name":"HeadsetServiceClassID_UUID16","features":[50]},{"name":"HealthDeviceProfileID_UUID16","features":[50]},{"name":"HealthDeviceProfileSinkServiceClassID_UUID16","features":[50]},{"name":"HealthDeviceProfileSourceServiceClassID_UUID16","features":[50]},{"name":"HumanInterfaceDeviceServiceClassID_UUID16","features":[50]},{"name":"IO_CAPABILITY","features":[50]},{"name":"IP_PROTOCOL_UUID16","features":[50]},{"name":"ImagingAutomaticArchiveServiceClassID_UUID16","features":[50]},{"name":"ImagingReferenceObjectsServiceClassID_UUID16","features":[50]},{"name":"ImagingResponderServiceClassID_UUID16","features":[50]},{"name":"ImagingServiceClassID_UUID16","features":[50]},{"name":"ImagingServiceProfileID_UUID16","features":[50]},{"name":"IntercomServiceClassID_UUID16","features":[50]},{"name":"IoCaps_DisplayOnly","features":[50]},{"name":"IoCaps_DisplayYesNo","features":[50]},{"name":"IoCaps_KeyboardOnly","features":[50]},{"name":"IoCaps_NoInputNoOutput","features":[50]},{"name":"IoCaps_Undefined","features":[50]},{"name":"IrMCSyncServiceClassID_UUID16","features":[50]},{"name":"IrMcSyncCommandServiceClassID_UUID16","features":[50]},{"name":"L2CAP_DEFAULT_MTU","features":[50]},{"name":"L2CAP_MAX_MTU","features":[50]},{"name":"L2CAP_MIN_MTU","features":[50]},{"name":"L2CAP_PROTOCOL_UUID16","features":[50]},{"name":"LANAccessUsingPPPServiceClassID_UUID16","features":[50]},{"name":"LANGUAGE_EN_US","features":[50]},{"name":"LANG_BASE_ENCODING_INDEX","features":[50]},{"name":"LANG_BASE_LANGUAGE_INDEX","features":[50]},{"name":"LANG_BASE_OFFSET_INDEX","features":[50]},{"name":"LANG_DEFAULT_ID","features":[50]},{"name":"LAP_GIAC_VALUE","features":[50]},{"name":"LAP_LIAC_VALUE","features":[50]},{"name":"MAX_L2CAP_INFO_DATA_LENGTH","features":[50]},{"name":"MAX_L2CAP_PING_DATA_LENGTH","features":[50]},{"name":"MAX_UUIDS_IN_QUERY","features":[50]},{"name":"MITMProtectionNotDefined","features":[50]},{"name":"MITMProtectionNotRequired","features":[50]},{"name":"MITMProtectionNotRequiredBonding","features":[50]},{"name":"MITMProtectionNotRequiredGeneralBonding","features":[50]},{"name":"MITMProtectionRequired","features":[50]},{"name":"MITMProtectionRequiredBonding","features":[50]},{"name":"MITMProtectionRequiredGeneralBonding","features":[50]},{"name":"MPSProfileID_UUID16","features":[50]},{"name":"MPSServiceClassID_UUID16","features":[50]},{"name":"MessageAccessProfileID_UUID16","features":[50]},{"name":"MessageAccessServerServiceClassID_UUID16","features":[50]},{"name":"MessageNotificationServerServiceClassID_UUID16","features":[50]},{"name":"NAPServiceClassID_UUID16","features":[50]},{"name":"NS_BTH","features":[50]},{"name":"NodeContainerType","features":[50]},{"name":"NodeContainerTypeAlternative","features":[50]},{"name":"NodeContainerTypeSequence","features":[50]},{"name":"OBEXFileTransferServiceClassID_UUID16","features":[50]},{"name":"OBEXObjectPushServiceClassID_UUID16","features":[50]},{"name":"OBEX_PROTOCOL_UUID16","features":[50]},{"name":"OBJECT_PUSH_FORMAT_ANY","features":[50]},{"name":"OBJECT_PUSH_FORMAT_ICAL_2_0","features":[50]},{"name":"OBJECT_PUSH_FORMAT_VCAL_1_0","features":[50]},{"name":"OBJECT_PUSH_FORMAT_VCARD_2_1","features":[50]},{"name":"OBJECT_PUSH_FORMAT_VCARD_3_0","features":[50]},{"name":"OBJECT_PUSH_FORMAT_VMESSAGE","features":[50]},{"name":"OBJECT_PUSH_FORMAT_VNOTE","features":[50]},{"name":"PANUServiceClassID_UUID16","features":[50]},{"name":"PFNBLUETOOTH_GATT_EVENT_CALLBACK","features":[50]},{"name":"PFN_AUTHENTICATION_CALLBACK","features":[50,1]},{"name":"PFN_AUTHENTICATION_CALLBACK_EX","features":[50,1]},{"name":"PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK","features":[50,1]},{"name":"PFN_DEVICE_CALLBACK","features":[50,1]},{"name":"PF_BTH","features":[50]},{"name":"PSM_3DSP","features":[50]},{"name":"PSM_ATT","features":[50]},{"name":"PSM_AVCTP","features":[50]},{"name":"PSM_AVCTP_BROWSE","features":[50]},{"name":"PSM_AVDTP","features":[50]},{"name":"PSM_BNEP","features":[50]},{"name":"PSM_HID_CONTROL","features":[50]},{"name":"PSM_HID_INTERRUPT","features":[50]},{"name":"PSM_LE_IPSP","features":[50]},{"name":"PSM_RFCOMM","features":[50]},{"name":"PSM_SDP","features":[50]},{"name":"PSM_TCS_BIN","features":[50]},{"name":"PSM_TCS_BIN_CORDLESS","features":[50]},{"name":"PSM_UDI_C_PLANE","features":[50]},{"name":"PSM_UPNP","features":[50]},{"name":"PhonebookAccessPceServiceClassID_UUID16","features":[50]},{"name":"PhonebookAccessProfileID_UUID16","features":[50]},{"name":"PhonebookAccessPseServiceClassID_UUID16","features":[50]},{"name":"PnPInformationServiceClassID_UUID16","features":[50]},{"name":"PrintingStatusServiceClassID_UUID16","features":[50]},{"name":"PublicBrowseGroupServiceClassID_UUID16","features":[50]},{"name":"RFCOMM_CMD_MSC","features":[50]},{"name":"RFCOMM_CMD_NONE","features":[50]},{"name":"RFCOMM_CMD_RLS","features":[50]},{"name":"RFCOMM_CMD_RPN","features":[50]},{"name":"RFCOMM_CMD_RPN_REQUEST","features":[50]},{"name":"RFCOMM_CMD_RPN_RESPONSE","features":[50]},{"name":"RFCOMM_COMMAND","features":[50]},{"name":"RFCOMM_MAX_MTU","features":[50]},{"name":"RFCOMM_MIN_MTU","features":[50]},{"name":"RFCOMM_MSC_DATA","features":[50]},{"name":"RFCOMM_PROTOCOL_UUID16","features":[50]},{"name":"RFCOMM_RLS_DATA","features":[50]},{"name":"RFCOMM_RPN_DATA","features":[50]},{"name":"RLS_ERROR","features":[50]},{"name":"RLS_FRAMING","features":[50]},{"name":"RLS_OVERRUN","features":[50]},{"name":"RLS_PARITY","features":[50]},{"name":"RPN_BAUD_115200","features":[50]},{"name":"RPN_BAUD_19200","features":[50]},{"name":"RPN_BAUD_230400","features":[50]},{"name":"RPN_BAUD_2400","features":[50]},{"name":"RPN_BAUD_38400","features":[50]},{"name":"RPN_BAUD_4800","features":[50]},{"name":"RPN_BAUD_57600","features":[50]},{"name":"RPN_BAUD_7200","features":[50]},{"name":"RPN_BAUD_9600","features":[50]},{"name":"RPN_DATA_5","features":[50]},{"name":"RPN_DATA_6","features":[50]},{"name":"RPN_DATA_7","features":[50]},{"name":"RPN_DATA_8","features":[50]},{"name":"RPN_FLOW_RTC_IN","features":[50]},{"name":"RPN_FLOW_RTC_OUT","features":[50]},{"name":"RPN_FLOW_RTR_IN","features":[50]},{"name":"RPN_FLOW_RTR_OUT","features":[50]},{"name":"RPN_FLOW_X_IN","features":[50]},{"name":"RPN_FLOW_X_OUT","features":[50]},{"name":"RPN_PARAM_BAUD","features":[50]},{"name":"RPN_PARAM_DATA","features":[50]},{"name":"RPN_PARAM_PARITY","features":[50]},{"name":"RPN_PARAM_P_TYPE","features":[50]},{"name":"RPN_PARAM_RTC_IN","features":[50]},{"name":"RPN_PARAM_RTC_OUT","features":[50]},{"name":"RPN_PARAM_RTR_IN","features":[50]},{"name":"RPN_PARAM_RTR_OUT","features":[50]},{"name":"RPN_PARAM_STOP","features":[50]},{"name":"RPN_PARAM_XOFF","features":[50]},{"name":"RPN_PARAM_XON","features":[50]},{"name":"RPN_PARAM_X_IN","features":[50]},{"name":"RPN_PARAM_X_OUT","features":[50]},{"name":"RPN_PARITY_EVEN","features":[50]},{"name":"RPN_PARITY_MARK","features":[50]},{"name":"RPN_PARITY_NONE","features":[50]},{"name":"RPN_PARITY_ODD","features":[50]},{"name":"RPN_PARITY_SPACE","features":[50]},{"name":"RPN_STOP_1","features":[50]},{"name":"RPN_STOP_1_5","features":[50]},{"name":"ReferencePrintingServiceClassID_UUID16","features":[50]},{"name":"ReflectsUIServiceClassID_UUID16","features":[50]},{"name":"SAP_BIT_OFFSET","features":[50]},{"name":"SDP_ATTRIB_A2DP_SUPPORTED_FEATURES","features":[50]},{"name":"SDP_ATTRIB_ADDITIONAL_PROTOCOL_DESCRIPTOR_LIST","features":[50]},{"name":"SDP_ATTRIB_AVAILABILITY","features":[50]},{"name":"SDP_ATTRIB_AVRCP_SUPPORTED_FEATURES","features":[50]},{"name":"SDP_ATTRIB_BROWSE_GROUP_ID","features":[50]},{"name":"SDP_ATTRIB_BROWSE_GROUP_LIST","features":[50]},{"name":"SDP_ATTRIB_CLASS_ID_LIST","features":[50]},{"name":"SDP_ATTRIB_CLIENT_EXECUTABLE_URL","features":[50]},{"name":"SDP_ATTRIB_CORDLESS_EXTERNAL_NETWORK","features":[50]},{"name":"SDP_ATTRIB_DI_PRIMARY_RECORD","features":[50]},{"name":"SDP_ATTRIB_DI_PRODUCT_ID","features":[50]},{"name":"SDP_ATTRIB_DI_SPECIFICATION_ID","features":[50]},{"name":"SDP_ATTRIB_DI_VENDOR_ID","features":[50]},{"name":"SDP_ATTRIB_DI_VENDOR_ID_SOURCE","features":[50]},{"name":"SDP_ATTRIB_DI_VERSION","features":[50]},{"name":"SDP_ATTRIB_DOCUMENTATION_URL","features":[50]},{"name":"SDP_ATTRIB_FAX_AUDIO_FEEDBACK_SUPPORT","features":[50]},{"name":"SDP_ATTRIB_FAX_CLASS_1_SUPPORT","features":[50]},{"name":"SDP_ATTRIB_FAX_CLASS_2_0_SUPPORT","features":[50]},{"name":"SDP_ATTRIB_FAX_CLASS_2_SUPPORT","features":[50]},{"name":"SDP_ATTRIB_HEADSET_REMOTE_AUDIO_VOLUME_CONTROL","features":[50]},{"name":"SDP_ATTRIB_HFP_SUPPORTED_FEATURES","features":[50]},{"name":"SDP_ATTRIB_HID_BATTERY_POWER","features":[50]},{"name":"SDP_ATTRIB_HID_BOOT_DEVICE","features":[50]},{"name":"SDP_ATTRIB_HID_COUNTRY_CODE","features":[50]},{"name":"SDP_ATTRIB_HID_DESCRIPTOR_LIST","features":[50]},{"name":"SDP_ATTRIB_HID_DEVICE_RELEASE_NUMBER","features":[50]},{"name":"SDP_ATTRIB_HID_DEVICE_SUBCLASS","features":[50]},{"name":"SDP_ATTRIB_HID_LANG_ID_BASE_LIST","features":[50]},{"name":"SDP_ATTRIB_HID_NORMALLY_CONNECTABLE","features":[50]},{"name":"SDP_ATTRIB_HID_PARSER_VERSION","features":[50]},{"name":"SDP_ATTRIB_HID_PROFILE_VERSION","features":[50]},{"name":"SDP_ATTRIB_HID_RECONNECT_INITIATE","features":[50]},{"name":"SDP_ATTRIB_HID_REMOTE_WAKE","features":[50]},{"name":"SDP_ATTRIB_HID_SDP_DISABLE","features":[50]},{"name":"SDP_ATTRIB_HID_SSR_HOST_MAX_LATENCY","features":[50]},{"name":"SDP_ATTRIB_HID_SSR_HOST_MIN_TIMEOUT","features":[50]},{"name":"SDP_ATTRIB_HID_SUPERVISION_TIMEOUT","features":[50]},{"name":"SDP_ATTRIB_HID_VIRTUAL_CABLE","features":[50]},{"name":"SDP_ATTRIB_ICON_URL","features":[50]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_CAPABILITIES","features":[50]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_FEATURES","features":[50]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_FUNCTIONS","features":[50]},{"name":"SDP_ATTRIB_IMAGING_TOTAL_DATA_CAPACITY","features":[50]},{"name":"SDP_ATTRIB_INFO_TIME_TO_LIVE","features":[50]},{"name":"SDP_ATTRIB_LANG_BASE_ATTRIB_ID_LIST","features":[50]},{"name":"SDP_ATTRIB_LAN_LPSUBNET","features":[50]},{"name":"SDP_ATTRIB_OBJECT_PUSH_SUPPORTED_FORMATS_LIST","features":[50]},{"name":"SDP_ATTRIB_PAN_HOME_PAGE_URL","features":[50]},{"name":"SDP_ATTRIB_PAN_MAX_NET_ACCESS_RATE","features":[50]},{"name":"SDP_ATTRIB_PAN_NETWORK_ADDRESS","features":[50]},{"name":"SDP_ATTRIB_PAN_NET_ACCESS_TYPE","features":[50]},{"name":"SDP_ATTRIB_PAN_SECURITY_DESCRIPTION","features":[50]},{"name":"SDP_ATTRIB_PAN_WAP_GATEWAY","features":[50]},{"name":"SDP_ATTRIB_PAN_WAP_STACK_TYPE","features":[50]},{"name":"SDP_ATTRIB_PROFILE_DESCRIPTOR_LIST","features":[50]},{"name":"SDP_ATTRIB_PROFILE_SPECIFIC","features":[50]},{"name":"SDP_ATTRIB_PROTOCOL_DESCRIPTOR_LIST","features":[50]},{"name":"SDP_ATTRIB_RECORD_HANDLE","features":[50]},{"name":"SDP_ATTRIB_RECORD_STATE","features":[50]},{"name":"SDP_ATTRIB_SDP_DATABASE_STATE","features":[50]},{"name":"SDP_ATTRIB_SDP_VERSION_NUMBER_LIST","features":[50]},{"name":"SDP_ATTRIB_SERVICE_ID","features":[50]},{"name":"SDP_ATTRIB_SERVICE_VERSION","features":[50]},{"name":"SDP_ATTRIB_SYNCH_SUPPORTED_DATA_STORES_LIST","features":[50]},{"name":"SDP_CONNECT_ALLOW_PIN","features":[50]},{"name":"SDP_CONNECT_CACHE","features":[50]},{"name":"SDP_DEFAULT_INQUIRY_MAX_RESPONSES","features":[50]},{"name":"SDP_DEFAULT_INQUIRY_SECONDS","features":[50]},{"name":"SDP_ELEMENT_DATA","features":[50]},{"name":"SDP_ERROR_INSUFFICIENT_RESOURCES","features":[50]},{"name":"SDP_ERROR_INVALID_CONTINUATION_STATE","features":[50]},{"name":"SDP_ERROR_INVALID_PDU_SIZE","features":[50]},{"name":"SDP_ERROR_INVALID_RECORD_HANDLE","features":[50]},{"name":"SDP_ERROR_INVALID_REQUEST_SYNTAX","features":[50]},{"name":"SDP_ERROR_INVALID_SDP_VERSION","features":[50]},{"name":"SDP_LARGE_INTEGER_16","features":[50]},{"name":"SDP_MAX_INQUIRY_SECONDS","features":[50]},{"name":"SDP_PROTOCOL_UUID16","features":[50]},{"name":"SDP_REQUEST_TO_DEFAULT","features":[50]},{"name":"SDP_REQUEST_TO_MAX","features":[50]},{"name":"SDP_REQUEST_TO_MIN","features":[50]},{"name":"SDP_SEARCH_NO_FORMAT_CHECK","features":[50]},{"name":"SDP_SEARCH_NO_PARSE_CHECK","features":[50]},{"name":"SDP_SERVICE_ATTRIBUTE_REQUEST","features":[50]},{"name":"SDP_SERVICE_SEARCH_ATTRIBUTE_REQUEST","features":[50]},{"name":"SDP_SERVICE_SEARCH_REQUEST","features":[50]},{"name":"SDP_SPECIFICTYPE","features":[50]},{"name":"SDP_STRING_TYPE_DATA","features":[50]},{"name":"SDP_ST_INT128","features":[50]},{"name":"SDP_ST_INT16","features":[50]},{"name":"SDP_ST_INT32","features":[50]},{"name":"SDP_ST_INT64","features":[50]},{"name":"SDP_ST_INT8","features":[50]},{"name":"SDP_ST_NONE","features":[50]},{"name":"SDP_ST_UINT128","features":[50]},{"name":"SDP_ST_UINT16","features":[50]},{"name":"SDP_ST_UINT32","features":[50]},{"name":"SDP_ST_UINT64","features":[50]},{"name":"SDP_ST_UINT8","features":[50]},{"name":"SDP_ST_UUID128","features":[50]},{"name":"SDP_ST_UUID16","features":[50]},{"name":"SDP_ST_UUID32","features":[50]},{"name":"SDP_TYPE","features":[50]},{"name":"SDP_TYPE_ALTERNATIVE","features":[50]},{"name":"SDP_TYPE_BOOLEAN","features":[50]},{"name":"SDP_TYPE_CONTAINER","features":[50]},{"name":"SDP_TYPE_INT","features":[50]},{"name":"SDP_TYPE_NIL","features":[50]},{"name":"SDP_TYPE_SEQUENCE","features":[50]},{"name":"SDP_TYPE_STRING","features":[50]},{"name":"SDP_TYPE_UINT","features":[50]},{"name":"SDP_TYPE_URL","features":[50]},{"name":"SDP_TYPE_UUID","features":[50]},{"name":"SDP_ULARGE_INTEGER_16","features":[50]},{"name":"SERVICE_OPTION_DO_NOT_PUBLISH","features":[50]},{"name":"SERVICE_OPTION_DO_NOT_PUBLISH_EIR","features":[50]},{"name":"SERVICE_OPTION_NO_PUBLIC_BROWSE","features":[50]},{"name":"SERVICE_SECURITY_AUTHENTICATE","features":[50]},{"name":"SERVICE_SECURITY_AUTHORIZE","features":[50]},{"name":"SERVICE_SECURITY_DISABLED","features":[50]},{"name":"SERVICE_SECURITY_ENCRYPT_OPTIONAL","features":[50]},{"name":"SERVICE_SECURITY_ENCRYPT_REQUIRED","features":[50]},{"name":"SERVICE_SECURITY_NONE","features":[50]},{"name":"SERVICE_SECURITY_NO_ASK","features":[50]},{"name":"SERVICE_SECURITY_USE_DEFAULTS","features":[50]},{"name":"SOCKADDR_BTH","features":[50]},{"name":"SOL_L2CAP","features":[50]},{"name":"SOL_RFCOMM","features":[50]},{"name":"SOL_SDP","features":[50]},{"name":"SO_BTH_AUTHENTICATE","features":[50]},{"name":"SO_BTH_ENCRYPT","features":[50]},{"name":"SO_BTH_MTU","features":[50]},{"name":"SO_BTH_MTU_MAX","features":[50]},{"name":"SO_BTH_MTU_MIN","features":[50]},{"name":"STRING_DESCRIPTION_OFFSET","features":[50]},{"name":"STRING_NAME_OFFSET","features":[50]},{"name":"STRING_PROVIDER_NAME_OFFSET","features":[50]},{"name":"STR_ADDR_FMT","features":[50]},{"name":"STR_ADDR_FMTA","features":[50]},{"name":"STR_ADDR_FMTW","features":[50]},{"name":"STR_ADDR_SHORT_FMT","features":[50]},{"name":"STR_ADDR_SHORT_FMTA","features":[50]},{"name":"STR_ADDR_SHORT_FMTW","features":[50]},{"name":"STR_USBHCI_CLASS_HARDWAREID","features":[50]},{"name":"STR_USBHCI_CLASS_HARDWAREIDA","features":[50]},{"name":"STR_USBHCI_CLASS_HARDWAREIDW","features":[50]},{"name":"SVCID_BTH_PROVIDER","features":[50]},{"name":"SYNCH_DATA_STORE_CALENDAR","features":[50]},{"name":"SYNCH_DATA_STORE_MESSAGES","features":[50]},{"name":"SYNCH_DATA_STORE_NOTES","features":[50]},{"name":"SYNCH_DATA_STORE_PHONEBOOK","features":[50]},{"name":"SdpAttributeRange","features":[50]},{"name":"SdpQueryUuid","features":[50]},{"name":"SdpQueryUuidUnion","features":[50]},{"name":"SerialPortServiceClassID_UUID16","features":[50]},{"name":"ServerCharacteristicConfiguration","features":[50]},{"name":"ServiceDiscoveryServerServiceClassID_UUID16","features":[50]},{"name":"SimAccessServiceClassID_UUID16","features":[50]},{"name":"TCP_PROTOCOL_UUID16","features":[50]},{"name":"TCSAT_PROTOCOL_UUID16","features":[50]},{"name":"TCSBIN_PROTOCOL_UUID16","features":[50]},{"name":"ThreeDimensionalDisplayServiceClassID_UUID16","features":[50]},{"name":"ThreeDimensionalGlassesServiceClassID_UUID16","features":[50]},{"name":"ThreeDimensionalSynchronizationProfileID_UUID16","features":[50]},{"name":"UDIMTServiceClassID_UUID16","features":[50]},{"name":"UDIMTServiceClass_UUID16","features":[50]},{"name":"UDITAServiceClassID_UUID16","features":[50]},{"name":"UDITAServiceClass_UUID16","features":[50]},{"name":"UDI_C_PLANE_PROTOCOL_UUID16","features":[50]},{"name":"UDP_PROTOCOL_UUID16","features":[50]},{"name":"UPNP_PROTOCOL_UUID16","features":[50]},{"name":"UPnpIpServiceClassID_UUID16","features":[50]},{"name":"UPnpServiceClassID_UUID16","features":[50]},{"name":"VideoConferencingGWServiceClassID_UUID16","features":[50]},{"name":"VideoConferencingGWServiceClass_UUID16","features":[50]},{"name":"VideoConferencingServiceClassID_UUID16","features":[50]},{"name":"VideoDistributionProfileID_UUID16","features":[50]},{"name":"VideoSinkServiceClassID_UUID16","features":[50]},{"name":"VideoSourceServiceClassID_UUID16","features":[50]},{"name":"WAPClientServiceClassID_UUID16","features":[50]},{"name":"WAPServiceClassID_UUID16","features":[50]},{"name":"WSP_PROTOCOL_UUID16","features":[50]}],"375":[{"name":"ADR_ENCODES_CURRENT_POSITION","features":[51]},{"name":"ADR_ENCODES_ISRC","features":[51]},{"name":"ADR_ENCODES_MEDIA_CATALOG","features":[51]},{"name":"ADR_NO_MODE_INFORMATION","features":[51]},{"name":"AUDIO_DATA_TRACK","features":[51]},{"name":"AUDIO_STATUS_IN_PROGRESS","features":[51]},{"name":"AUDIO_STATUS_NOT_SUPPORTED","features":[51]},{"name":"AUDIO_STATUS_NO_STATUS","features":[51]},{"name":"AUDIO_STATUS_PAUSED","features":[51]},{"name":"AUDIO_STATUS_PLAY_COMPLETE","features":[51]},{"name":"AUDIO_STATUS_PLAY_ERROR","features":[51]},{"name":"AUDIO_WITH_PREEMPHASIS","features":[51]},{"name":"CDDA","features":[51]},{"name":"CDROM_CD_TEXT_PACK_ALBUM_NAME","features":[51]},{"name":"CDROM_CD_TEXT_PACK_ARRANGER","features":[51]},{"name":"CDROM_CD_TEXT_PACK_COMPOSER","features":[51]},{"name":"CDROM_CD_TEXT_PACK_DISC_ID","features":[51]},{"name":"CDROM_CD_TEXT_PACK_GENRE","features":[51]},{"name":"CDROM_CD_TEXT_PACK_MESSAGES","features":[51]},{"name":"CDROM_CD_TEXT_PACK_PERFORMER","features":[51]},{"name":"CDROM_CD_TEXT_PACK_SIZE_INFO","features":[51]},{"name":"CDROM_CD_TEXT_PACK_SONGWRITER","features":[51]},{"name":"CDROM_CD_TEXT_PACK_TOC_INFO","features":[51]},{"name":"CDROM_CD_TEXT_PACK_TOC_INFO2","features":[51]},{"name":"CDROM_CD_TEXT_PACK_UPC_EAN","features":[51]},{"name":"CDROM_DISK_AUDIO_TRACK","features":[51]},{"name":"CDROM_DISK_DATA","features":[51]},{"name":"CDROM_DISK_DATA_TRACK","features":[51]},{"name":"CDROM_EXCEPTION_PERFORMANCE_DESCRIPTOR","features":[51]},{"name":"CDROM_EXCLUSIVE_ACCESS","features":[51]},{"name":"CDROM_EXCLUSIVE_CALLER_LENGTH","features":[51]},{"name":"CDROM_EXCLUSIVE_LOCK","features":[51]},{"name":"CDROM_EXCLUSIVE_LOCK_STATE","features":[51,1]},{"name":"CDROM_IN_EXCLUSIVE_MODE","features":[51]},{"name":"CDROM_LOCK_IGNORE_VOLUME","features":[51]},{"name":"CDROM_NOMINAL_PERFORMANCE_DESCRIPTOR","features":[51]},{"name":"CDROM_NOT_IN_EXCLUSIVE_MODE","features":[51]},{"name":"CDROM_NO_MEDIA_NOTIFICATIONS","features":[51]},{"name":"CDROM_OPC_INFO_TYPE","features":[51]},{"name":"CDROM_PERFORMANCE_EXCEPTION_TYPE","features":[51]},{"name":"CDROM_PERFORMANCE_HEADER","features":[51]},{"name":"CDROM_PERFORMANCE_REQUEST","features":[51]},{"name":"CDROM_PERFORMANCE_REQUEST_TYPE","features":[51]},{"name":"CDROM_PERFORMANCE_TOLERANCE_TYPE","features":[51]},{"name":"CDROM_PERFORMANCE_TYPE","features":[51]},{"name":"CDROM_PLAY_AUDIO_MSF","features":[51]},{"name":"CDROM_READ_TOC_EX","features":[51]},{"name":"CDROM_READ_TOC_EX_FORMAT_ATIP","features":[51]},{"name":"CDROM_READ_TOC_EX_FORMAT_CDTEXT","features":[51]},{"name":"CDROM_READ_TOC_EX_FORMAT_FULL_TOC","features":[51]},{"name":"CDROM_READ_TOC_EX_FORMAT_PMA","features":[51]},{"name":"CDROM_READ_TOC_EX_FORMAT_SESSION","features":[51]},{"name":"CDROM_READ_TOC_EX_FORMAT_TOC","features":[51]},{"name":"CDROM_SEEK_AUDIO_MSF","features":[51]},{"name":"CDROM_SET_SPEED","features":[51]},{"name":"CDROM_SET_STREAMING","features":[51,1]},{"name":"CDROM_SIMPLE_OPC_INFO","features":[51,1]},{"name":"CDROM_SPEED_REQUEST","features":[51]},{"name":"CDROM_STREAMING_CONTROL","features":[51]},{"name":"CDROM_SUB_Q_DATA_FORMAT","features":[51]},{"name":"CDROM_TOC","features":[51]},{"name":"CDROM_TOC_ATIP_DATA","features":[51]},{"name":"CDROM_TOC_ATIP_DATA_BLOCK","features":[51]},{"name":"CDROM_TOC_CD_TEXT_DATA","features":[51]},{"name":"CDROM_TOC_CD_TEXT_DATA_BLOCK","features":[51]},{"name":"CDROM_TOC_FULL_TOC_DATA","features":[51]},{"name":"CDROM_TOC_FULL_TOC_DATA_BLOCK","features":[51]},{"name":"CDROM_TOC_PMA_DATA","features":[51]},{"name":"CDROM_TOC_SESSION_DATA","features":[51]},{"name":"CDROM_WRITE_SPEED_DESCRIPTOR","features":[51]},{"name":"CDROM_WRITE_SPEED_REQUEST","features":[51]},{"name":"CD_RAW_READ_C2_SIZE","features":[51]},{"name":"CD_RAW_READ_SUBCODE_SIZE","features":[51]},{"name":"CD_RAW_SECTOR_WITH_C2_SIZE","features":[51]},{"name":"CD_RAW_SECTOR_WITH_SUBCODE_SIZE","features":[51]},{"name":"Cdrom10Nominal20Exceptions","features":[51]},{"name":"CdromCAVRotation","features":[51]},{"name":"CdromDefaultRotation","features":[51]},{"name":"CdromEntirePerformanceList","features":[51]},{"name":"CdromNominalPerformance","features":[51]},{"name":"CdromPerformanceExceptionsOnly","features":[51]},{"name":"CdromPerformanceRequest","features":[51]},{"name":"CdromReadPerformance","features":[51]},{"name":"CdromSetSpeed","features":[51]},{"name":"CdromSetStreaming","features":[51]},{"name":"CdromStreamingDisable","features":[51]},{"name":"CdromStreamingEnableForReadOnly","features":[51]},{"name":"CdromStreamingEnableForReadWrite","features":[51]},{"name":"CdromStreamingEnableForWriteOnly","features":[51]},{"name":"CdromWritePerformance","features":[51]},{"name":"CdromWriteSpeedRequest","features":[51]},{"name":"DIGITAL_COPY_PERMITTED","features":[51]},{"name":"EXCLUSIVE_ACCESS_REQUEST_TYPE","features":[51]},{"name":"ExclusiveAccessLockDevice","features":[51]},{"name":"ExclusiveAccessQueryState","features":[51]},{"name":"ExclusiveAccessUnlockDevice","features":[51]},{"name":"IOCTL_CDROM_BASE","features":[51]},{"name":"IOCTL_CDROM_CHECK_VERIFY","features":[51]},{"name":"IOCTL_CDROM_CURRENT_POSITION","features":[51]},{"name":"IOCTL_CDROM_DISK_TYPE","features":[51]},{"name":"IOCTL_CDROM_EJECT_MEDIA","features":[51]},{"name":"IOCTL_CDROM_ENABLE_STREAMING","features":[51]},{"name":"IOCTL_CDROM_EXCLUSIVE_ACCESS","features":[51]},{"name":"IOCTL_CDROM_FIND_NEW_DEVICES","features":[51]},{"name":"IOCTL_CDROM_GET_CONFIGURATION","features":[51]},{"name":"IOCTL_CDROM_GET_CONTROL","features":[51]},{"name":"IOCTL_CDROM_GET_DRIVE_GEOMETRY","features":[51]},{"name":"IOCTL_CDROM_GET_DRIVE_GEOMETRY_EX","features":[51]},{"name":"IOCTL_CDROM_GET_INQUIRY_DATA","features":[51]},{"name":"IOCTL_CDROM_GET_LAST_SESSION","features":[51]},{"name":"IOCTL_CDROM_GET_PERFORMANCE","features":[51]},{"name":"IOCTL_CDROM_GET_VOLUME","features":[51]},{"name":"IOCTL_CDROM_LOAD_MEDIA","features":[51]},{"name":"IOCTL_CDROM_MEDIA_CATALOG","features":[51]},{"name":"IOCTL_CDROM_MEDIA_REMOVAL","features":[51]},{"name":"IOCTL_CDROM_PAUSE_AUDIO","features":[51]},{"name":"IOCTL_CDROM_PLAY_AUDIO_MSF","features":[51]},{"name":"IOCTL_CDROM_RAW_READ","features":[51]},{"name":"IOCTL_CDROM_READ_Q_CHANNEL","features":[51]},{"name":"IOCTL_CDROM_READ_TOC","features":[51]},{"name":"IOCTL_CDROM_READ_TOC_EX","features":[51]},{"name":"IOCTL_CDROM_RELEASE","features":[51]},{"name":"IOCTL_CDROM_RESERVE","features":[51]},{"name":"IOCTL_CDROM_RESUME_AUDIO","features":[51]},{"name":"IOCTL_CDROM_SEEK_AUDIO_MSF","features":[51]},{"name":"IOCTL_CDROM_SEND_OPC_INFORMATION","features":[51]},{"name":"IOCTL_CDROM_SET_SPEED","features":[51]},{"name":"IOCTL_CDROM_SET_VOLUME","features":[51]},{"name":"IOCTL_CDROM_SIMBAD","features":[51]},{"name":"IOCTL_CDROM_STOP_AUDIO","features":[51]},{"name":"IOCTL_CDROM_SUB_Q_CHANNEL","features":[51]},{"name":"IOCTL_CDROM_TRACK_ISRC","features":[51]},{"name":"IOCTL_CDROM_UNLOAD_DRIVER","features":[51]},{"name":"MAXIMUM_CDROM_INQUIRY_SIZE","features":[51]},{"name":"MAXIMUM_CDROM_SIZE","features":[51]},{"name":"MAXIMUM_NUMBER_TRACKS","features":[51]},{"name":"MEDIA_BLANK_TYPE","features":[51]},{"name":"MINIMUM_CDROM_INQUIRY_SIZE","features":[51]},{"name":"MINIMUM_CDROM_READ_TOC_EX_SIZE","features":[51]},{"name":"MediaBlankTypeEraseLastSession","features":[51]},{"name":"MediaBlankTypeFull","features":[51]},{"name":"MediaBlankTypeIncompleteTrack","features":[51]},{"name":"MediaBlankTypeMinimal","features":[51]},{"name":"MediaBlankTypeTrackTail","features":[51]},{"name":"MediaBlankTypeUncloseLastSession","features":[51]},{"name":"MediaBlankTypeUnreserveLastTrack","features":[51]},{"name":"OBSOLETE_IOCTL_CDROM_GET_CONTROL","features":[51]},{"name":"RAW_READ_INFO","features":[51]},{"name":"RawWithC2","features":[51]},{"name":"RawWithC2AndSubCode","features":[51]},{"name":"RawWithSubCode","features":[51]},{"name":"STREAMING_CONTROL_REQUEST_TYPE","features":[51]},{"name":"SUB_Q_CHANNEL_DATA","features":[51]},{"name":"SUB_Q_CURRENT_POSITION","features":[51]},{"name":"SUB_Q_HEADER","features":[51]},{"name":"SUB_Q_MEDIA_CATALOG_NUMBER","features":[51]},{"name":"SUB_Q_TRACK_ISRC","features":[51]},{"name":"SimpleOpcInfo","features":[51]},{"name":"TRACK_DATA","features":[51]},{"name":"TRACK_MODE_TYPE","features":[51]},{"name":"TWO_FOUR_CHANNEL_AUDIO","features":[51]},{"name":"VOLUME_CONTROL","features":[51]},{"name":"WRITE_ROTATION","features":[51]},{"name":"XAForm2","features":[51]},{"name":"YellowMode2","features":[51]}],"376":[{"name":"BuildCommDCBA","features":[52,1]},{"name":"BuildCommDCBAndTimeoutsA","features":[52,1]},{"name":"BuildCommDCBAndTimeoutsW","features":[52,1]},{"name":"BuildCommDCBW","features":[52,1]},{"name":"CE_BREAK","features":[52]},{"name":"CE_FRAME","features":[52]},{"name":"CE_OVERRUN","features":[52]},{"name":"CE_RXOVER","features":[52]},{"name":"CE_RXPARITY","features":[52]},{"name":"CLEAR_COMM_ERROR_FLAGS","features":[52]},{"name":"CLRBREAK","features":[52]},{"name":"CLRDTR","features":[52]},{"name":"CLRRTS","features":[52]},{"name":"COMMCONFIG","features":[52]},{"name":"COMMPROP","features":[52]},{"name":"COMMPROP_STOP_PARITY","features":[52]},{"name":"COMMTIMEOUTS","features":[52]},{"name":"COMM_EVENT_MASK","features":[52]},{"name":"COMSTAT","features":[52]},{"name":"ClearCommBreak","features":[52,1]},{"name":"ClearCommError","features":[52,1]},{"name":"CommConfigDialogA","features":[52,1]},{"name":"CommConfigDialogW","features":[52,1]},{"name":"DCB","features":[52]},{"name":"DCB_PARITY","features":[52]},{"name":"DCB_STOP_BITS","features":[52]},{"name":"DIALOPTION_BILLING","features":[52]},{"name":"DIALOPTION_DIALTONE","features":[52]},{"name":"DIALOPTION_QUIET","features":[52]},{"name":"ESCAPE_COMM_FUNCTION","features":[52]},{"name":"EVENPARITY","features":[52]},{"name":"EV_BREAK","features":[52]},{"name":"EV_CTS","features":[52]},{"name":"EV_DSR","features":[52]},{"name":"EV_ERR","features":[52]},{"name":"EV_EVENT1","features":[52]},{"name":"EV_EVENT2","features":[52]},{"name":"EV_PERR","features":[52]},{"name":"EV_RING","features":[52]},{"name":"EV_RLSD","features":[52]},{"name":"EV_RX80FULL","features":[52]},{"name":"EV_RXCHAR","features":[52]},{"name":"EV_RXFLAG","features":[52]},{"name":"EV_TXEMPTY","features":[52]},{"name":"EscapeCommFunction","features":[52,1]},{"name":"GetCommConfig","features":[52,1]},{"name":"GetCommMask","features":[52,1]},{"name":"GetCommModemStatus","features":[52,1]},{"name":"GetCommPorts","features":[52]},{"name":"GetCommProperties","features":[52,1]},{"name":"GetCommState","features":[52,1]},{"name":"GetCommTimeouts","features":[52,1]},{"name":"GetDefaultCommConfigA","features":[52,1]},{"name":"GetDefaultCommConfigW","features":[52,1]},{"name":"MARKPARITY","features":[52]},{"name":"MAXLENGTH_NAI","features":[52]},{"name":"MAXLENGTH_UICCDATASTORE","features":[52]},{"name":"MDMSPKRFLAG_CALLSETUP","features":[52]},{"name":"MDMSPKRFLAG_DIAL","features":[52]},{"name":"MDMSPKRFLAG_OFF","features":[52]},{"name":"MDMSPKRFLAG_ON","features":[52]},{"name":"MDMSPKR_CALLSETUP","features":[52]},{"name":"MDMSPKR_DIAL","features":[52]},{"name":"MDMSPKR_OFF","features":[52]},{"name":"MDMSPKR_ON","features":[52]},{"name":"MDMVOLFLAG_HIGH","features":[52]},{"name":"MDMVOLFLAG_LOW","features":[52]},{"name":"MDMVOLFLAG_MEDIUM","features":[52]},{"name":"MDMVOL_HIGH","features":[52]},{"name":"MDMVOL_LOW","features":[52]},{"name":"MDMVOL_MEDIUM","features":[52]},{"name":"MDM_ANALOG_RLP_OFF","features":[52]},{"name":"MDM_ANALOG_RLP_ON","features":[52]},{"name":"MDM_ANALOG_V34","features":[52]},{"name":"MDM_AUTO_ML_2","features":[52]},{"name":"MDM_AUTO_ML_DEFAULT","features":[52]},{"name":"MDM_AUTO_ML_NONE","features":[52]},{"name":"MDM_AUTO_SPEED_DEFAULT","features":[52]},{"name":"MDM_BEARERMODE_ANALOG","features":[52]},{"name":"MDM_BEARERMODE_GSM","features":[52]},{"name":"MDM_BEARERMODE_ISDN","features":[52]},{"name":"MDM_BLIND_DIAL","features":[52]},{"name":"MDM_CCITT_OVERRIDE","features":[52]},{"name":"MDM_CELLULAR","features":[52]},{"name":"MDM_COMPRESSION","features":[52]},{"name":"MDM_DIAGNOSTICS","features":[52]},{"name":"MDM_ERROR_CONTROL","features":[52]},{"name":"MDM_FLOWCONTROL_HARD","features":[52]},{"name":"MDM_FLOWCONTROL_SOFT","features":[52]},{"name":"MDM_FORCED_EC","features":[52]},{"name":"MDM_HDLCPPP_AUTH_CHAP","features":[52]},{"name":"MDM_HDLCPPP_AUTH_DEFAULT","features":[52]},{"name":"MDM_HDLCPPP_AUTH_MSCHAP","features":[52]},{"name":"MDM_HDLCPPP_AUTH_NONE","features":[52]},{"name":"MDM_HDLCPPP_AUTH_PAP","features":[52]},{"name":"MDM_HDLCPPP_ML_2","features":[52]},{"name":"MDM_HDLCPPP_ML_DEFAULT","features":[52]},{"name":"MDM_HDLCPPP_ML_NONE","features":[52]},{"name":"MDM_HDLCPPP_SPEED_56K","features":[52]},{"name":"MDM_HDLCPPP_SPEED_64K","features":[52]},{"name":"MDM_HDLCPPP_SPEED_DEFAULT","features":[52]},{"name":"MDM_MASK_AUTO_SPEED","features":[52]},{"name":"MDM_MASK_BEARERMODE","features":[52]},{"name":"MDM_MASK_HDLCPPP_SPEED","features":[52]},{"name":"MDM_MASK_PROTOCOLDATA","features":[52]},{"name":"MDM_MASK_PROTOCOLID","features":[52]},{"name":"MDM_MASK_V110_SPEED","features":[52]},{"name":"MDM_MASK_V120_SPEED","features":[52]},{"name":"MDM_MASK_X75_DATA","features":[52]},{"name":"MDM_PIAFS_INCOMING","features":[52]},{"name":"MDM_PIAFS_OUTGOING","features":[52]},{"name":"MDM_PROTOCOLID_ANALOG","features":[52]},{"name":"MDM_PROTOCOLID_AUTO","features":[52]},{"name":"MDM_PROTOCOLID_DEFAULT","features":[52]},{"name":"MDM_PROTOCOLID_GPRS","features":[52]},{"name":"MDM_PROTOCOLID_HDLCPPP","features":[52]},{"name":"MDM_PROTOCOLID_PIAFS","features":[52]},{"name":"MDM_PROTOCOLID_V110","features":[52]},{"name":"MDM_PROTOCOLID_V120","features":[52]},{"name":"MDM_PROTOCOLID_V128","features":[52]},{"name":"MDM_PROTOCOLID_X75","features":[52]},{"name":"MDM_SHIFT_AUTO_ML","features":[52]},{"name":"MDM_SHIFT_AUTO_SPEED","features":[52]},{"name":"MDM_SHIFT_BEARERMODE","features":[52]},{"name":"MDM_SHIFT_EXTENDEDINFO","features":[52]},{"name":"MDM_SHIFT_HDLCPPP_AUTH","features":[52]},{"name":"MDM_SHIFT_HDLCPPP_ML","features":[52]},{"name":"MDM_SHIFT_HDLCPPP_SPEED","features":[52]},{"name":"MDM_SHIFT_PROTOCOLDATA","features":[52]},{"name":"MDM_SHIFT_PROTOCOLID","features":[52]},{"name":"MDM_SHIFT_PROTOCOLINFO","features":[52]},{"name":"MDM_SHIFT_V110_SPEED","features":[52]},{"name":"MDM_SHIFT_V120_ML","features":[52]},{"name":"MDM_SHIFT_V120_SPEED","features":[52]},{"name":"MDM_SHIFT_X75_DATA","features":[52]},{"name":"MDM_SPEED_ADJUST","features":[52]},{"name":"MDM_TONE_DIAL","features":[52]},{"name":"MDM_V110_SPEED_12DOT0K","features":[52]},{"name":"MDM_V110_SPEED_14DOT4K","features":[52]},{"name":"MDM_V110_SPEED_19DOT2K","features":[52]},{"name":"MDM_V110_SPEED_1DOT2K","features":[52]},{"name":"MDM_V110_SPEED_28DOT8K","features":[52]},{"name":"MDM_V110_SPEED_2DOT4K","features":[52]},{"name":"MDM_V110_SPEED_38DOT4K","features":[52]},{"name":"MDM_V110_SPEED_4DOT8K","features":[52]},{"name":"MDM_V110_SPEED_57DOT6K","features":[52]},{"name":"MDM_V110_SPEED_9DOT6K","features":[52]},{"name":"MDM_V110_SPEED_DEFAULT","features":[52]},{"name":"MDM_V120_ML_2","features":[52]},{"name":"MDM_V120_ML_DEFAULT","features":[52]},{"name":"MDM_V120_ML_NONE","features":[52]},{"name":"MDM_V120_SPEED_56K","features":[52]},{"name":"MDM_V120_SPEED_64K","features":[52]},{"name":"MDM_V120_SPEED_DEFAULT","features":[52]},{"name":"MDM_V23_OVERRIDE","features":[52]},{"name":"MDM_X75_DATA_128K","features":[52]},{"name":"MDM_X75_DATA_64K","features":[52]},{"name":"MDM_X75_DATA_BTX","features":[52]},{"name":"MDM_X75_DATA_DEFAULT","features":[52]},{"name":"MDM_X75_DATA_T_70","features":[52]},{"name":"MODEMDEVCAPS","features":[52]},{"name":"MODEMDEVCAPS_DIAL_OPTIONS","features":[52]},{"name":"MODEMDEVCAPS_SPEAKER_MODE","features":[52]},{"name":"MODEMDEVCAPS_SPEAKER_VOLUME","features":[52]},{"name":"MODEMSETTINGS","features":[52]},{"name":"MODEMSETTINGS_SPEAKER_MODE","features":[52]},{"name":"MODEM_SPEAKER_VOLUME","features":[52]},{"name":"MODEM_STATUS_FLAGS","features":[52]},{"name":"MS_CTS_ON","features":[52]},{"name":"MS_DSR_ON","features":[52]},{"name":"MS_RING_ON","features":[52]},{"name":"MS_RLSD_ON","features":[52]},{"name":"NOPARITY","features":[52]},{"name":"ODDPARITY","features":[52]},{"name":"ONE5STOPBITS","features":[52]},{"name":"ONESTOPBIT","features":[52]},{"name":"OpenCommPort","features":[52,1]},{"name":"PARITY_EVEN","features":[52]},{"name":"PARITY_MARK","features":[52]},{"name":"PARITY_NONE","features":[52]},{"name":"PARITY_ODD","features":[52]},{"name":"PARITY_SPACE","features":[52]},{"name":"PURGE_COMM_FLAGS","features":[52]},{"name":"PURGE_RXABORT","features":[52]},{"name":"PURGE_RXCLEAR","features":[52]},{"name":"PURGE_TXABORT","features":[52]},{"name":"PURGE_TXCLEAR","features":[52]},{"name":"PurgeComm","features":[52,1]},{"name":"SETBREAK","features":[52]},{"name":"SETDTR","features":[52]},{"name":"SETRTS","features":[52]},{"name":"SETXOFF","features":[52]},{"name":"SETXON","features":[52]},{"name":"SID_3GPP_SUPSVCMODEL","features":[52]},{"name":"SPACEPARITY","features":[52]},{"name":"STOPBITS_10","features":[52]},{"name":"STOPBITS_15","features":[52]},{"name":"STOPBITS_20","features":[52]},{"name":"SetCommBreak","features":[52,1]},{"name":"SetCommConfig","features":[52,1]},{"name":"SetCommMask","features":[52,1]},{"name":"SetCommState","features":[52,1]},{"name":"SetCommTimeouts","features":[52,1]},{"name":"SetDefaultCommConfigA","features":[52,1]},{"name":"SetDefaultCommConfigW","features":[52,1]},{"name":"SetupComm","features":[52,1]},{"name":"TWOSTOPBITS","features":[52]},{"name":"TransmitCommChar","features":[52,1]},{"name":"WaitCommEvent","features":[52,1,7]}],"378":[{"name":"ALLOC_LOG_CONF","features":[53]},{"name":"BASIC_LOG_CONF","features":[53]},{"name":"BOOT_LOG_CONF","features":[53]},{"name":"BUSNUMBER_DES","features":[53]},{"name":"BUSNUMBER_RANGE","features":[53]},{"name":"BUSNUMBER_RESOURCE","features":[53]},{"name":"CABINET_INFO_A","features":[53]},{"name":"CABINET_INFO_A","features":[53]},{"name":"CABINET_INFO_W","features":[53]},{"name":"CABINET_INFO_W","features":[53]},{"name":"CMP_WaitNoPendingInstallEvents","features":[53]},{"name":"CM_ADD_ID_BITS","features":[53]},{"name":"CM_ADD_ID_COMPATIBLE","features":[53]},{"name":"CM_ADD_ID_HARDWARE","features":[53]},{"name":"CM_ADD_RANGE_ADDIFCONFLICT","features":[53]},{"name":"CM_ADD_RANGE_BITS","features":[53]},{"name":"CM_ADD_RANGE_DONOTADDIFCONFLICT","features":[53]},{"name":"CM_Add_Empty_Log_Conf","features":[41,53]},{"name":"CM_Add_Empty_Log_Conf_Ex","features":[41,53]},{"name":"CM_Add_IDA","features":[53]},{"name":"CM_Add_IDW","features":[53]},{"name":"CM_Add_ID_ExA","features":[53]},{"name":"CM_Add_ID_ExW","features":[53]},{"name":"CM_Add_Range","features":[53]},{"name":"CM_Add_Res_Des","features":[53]},{"name":"CM_Add_Res_Des_Ex","features":[53]},{"name":"CM_CDFLAGS","features":[53]},{"name":"CM_CDFLAGS_DRIVER","features":[53]},{"name":"CM_CDFLAGS_RESERVED","features":[53]},{"name":"CM_CDFLAGS_ROOT_OWNED","features":[53]},{"name":"CM_CDMASK","features":[53]},{"name":"CM_CDMASK_DESCRIPTION","features":[53]},{"name":"CM_CDMASK_DEVINST","features":[53]},{"name":"CM_CDMASK_FLAGS","features":[53]},{"name":"CM_CDMASK_RESDES","features":[53]},{"name":"CM_CDMASK_VALID","features":[53]},{"name":"CM_CLASS_PROPERTY_BITS","features":[53]},{"name":"CM_CLASS_PROPERTY_INSTALLER","features":[53]},{"name":"CM_CLASS_PROPERTY_INTERFACE","features":[53]},{"name":"CM_CREATE_DEVINST_BITS","features":[53]},{"name":"CM_CREATE_DEVINST_DO_NOT_INSTALL","features":[53]},{"name":"CM_CREATE_DEVINST_GENERATE_ID","features":[53]},{"name":"CM_CREATE_DEVINST_NORMAL","features":[53]},{"name":"CM_CREATE_DEVINST_NO_WAIT_INSTALL","features":[53]},{"name":"CM_CREATE_DEVINST_PHANTOM","features":[53]},{"name":"CM_CREATE_DEVNODE_BITS","features":[53]},{"name":"CM_CREATE_DEVNODE_DO_NOT_INSTALL","features":[53]},{"name":"CM_CREATE_DEVNODE_GENERATE_ID","features":[53]},{"name":"CM_CREATE_DEVNODE_NORMAL","features":[53]},{"name":"CM_CREATE_DEVNODE_NO_WAIT_INSTALL","features":[53]},{"name":"CM_CREATE_DEVNODE_PHANTOM","features":[53]},{"name":"CM_CRP_CHARACTERISTICS","features":[53]},{"name":"CM_CRP_DEVTYPE","features":[53]},{"name":"CM_CRP_EXCLUSIVE","features":[53]},{"name":"CM_CRP_LOWERFILTERS","features":[53]},{"name":"CM_CRP_MAX","features":[53]},{"name":"CM_CRP_MIN","features":[53]},{"name":"CM_CRP_SECURITY","features":[53]},{"name":"CM_CRP_SECURITY_SDS","features":[53]},{"name":"CM_CRP_UPPERFILTERS","features":[53]},{"name":"CM_CUSTOMDEVPROP_BITS","features":[53]},{"name":"CM_CUSTOMDEVPROP_MERGE_MULTISZ","features":[53]},{"name":"CM_Connect_MachineA","features":[53]},{"name":"CM_Connect_MachineW","features":[53]},{"name":"CM_Create_DevNodeA","features":[53]},{"name":"CM_Create_DevNodeW","features":[53]},{"name":"CM_Create_DevNode_ExA","features":[53]},{"name":"CM_Create_DevNode_ExW","features":[53]},{"name":"CM_Create_Range_List","features":[53]},{"name":"CM_DELETE_CLASS_BITS","features":[53]},{"name":"CM_DELETE_CLASS_INTERFACE","features":[53]},{"name":"CM_DELETE_CLASS_ONLY","features":[53]},{"name":"CM_DELETE_CLASS_SUBKEYS","features":[53]},{"name":"CM_DETECT_BITS","features":[53]},{"name":"CM_DETECT_CRASHED","features":[53]},{"name":"CM_DETECT_HWPROF_FIRST_BOOT","features":[53]},{"name":"CM_DETECT_NEW_PROFILE","features":[53]},{"name":"CM_DETECT_RUN","features":[53]},{"name":"CM_DEVCAP","features":[53]},{"name":"CM_DEVCAP_DOCKDEVICE","features":[53]},{"name":"CM_DEVCAP_EJECTSUPPORTED","features":[53]},{"name":"CM_DEVCAP_HARDWAREDISABLED","features":[53]},{"name":"CM_DEVCAP_LOCKSUPPORTED","features":[53]},{"name":"CM_DEVCAP_NONDYNAMIC","features":[53]},{"name":"CM_DEVCAP_RAWDEVICEOK","features":[53]},{"name":"CM_DEVCAP_REMOVABLE","features":[53]},{"name":"CM_DEVCAP_SECUREDEVICE","features":[53]},{"name":"CM_DEVCAP_SILENTINSTALL","features":[53]},{"name":"CM_DEVCAP_SURPRISEREMOVALOK","features":[53]},{"name":"CM_DEVCAP_UNIQUEID","features":[53]},{"name":"CM_DEVICE_PANEL_EDGE_BOTTOM","features":[53]},{"name":"CM_DEVICE_PANEL_EDGE_LEFT","features":[53]},{"name":"CM_DEVICE_PANEL_EDGE_RIGHT","features":[53]},{"name":"CM_DEVICE_PANEL_EDGE_TOP","features":[53]},{"name":"CM_DEVICE_PANEL_EDGE_UNKNOWN","features":[53]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_HINGE","features":[53]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_PIVOT","features":[53]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_PLANAR","features":[53]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_SWIVEL","features":[53]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_UNKNOWN","features":[53]},{"name":"CM_DEVICE_PANEL_ORIENTATION_HORIZONTAL","features":[53]},{"name":"CM_DEVICE_PANEL_ORIENTATION_VERTICAL","features":[53]},{"name":"CM_DEVICE_PANEL_SHAPE_OVAL","features":[53]},{"name":"CM_DEVICE_PANEL_SHAPE_RECTANGLE","features":[53]},{"name":"CM_DEVICE_PANEL_SHAPE_UNKNOWN","features":[53]},{"name":"CM_DEVICE_PANEL_SIDE_BACK","features":[53]},{"name":"CM_DEVICE_PANEL_SIDE_BOTTOM","features":[53]},{"name":"CM_DEVICE_PANEL_SIDE_FRONT","features":[53]},{"name":"CM_DEVICE_PANEL_SIDE_LEFT","features":[53]},{"name":"CM_DEVICE_PANEL_SIDE_RIGHT","features":[53]},{"name":"CM_DEVICE_PANEL_SIDE_TOP","features":[53]},{"name":"CM_DEVICE_PANEL_SIDE_UNKNOWN","features":[53]},{"name":"CM_DEVNODE_STATUS_FLAGS","features":[53]},{"name":"CM_DISABLE_ABSOLUTE","features":[53]},{"name":"CM_DISABLE_BITS","features":[53]},{"name":"CM_DISABLE_HARDWARE","features":[53]},{"name":"CM_DISABLE_PERSIST","features":[53]},{"name":"CM_DISABLE_POLITE","features":[53]},{"name":"CM_DISABLE_UI_NOT_OK","features":[53]},{"name":"CM_DRP_ADDRESS","features":[53]},{"name":"CM_DRP_BASE_CONTAINERID","features":[53]},{"name":"CM_DRP_BUSNUMBER","features":[53]},{"name":"CM_DRP_BUSTYPEGUID","features":[53]},{"name":"CM_DRP_CAPABILITIES","features":[53]},{"name":"CM_DRP_CHARACTERISTICS","features":[53]},{"name":"CM_DRP_CLASS","features":[53]},{"name":"CM_DRP_CLASSGUID","features":[53]},{"name":"CM_DRP_COMPATIBLEIDS","features":[53]},{"name":"CM_DRP_CONFIGFLAGS","features":[53]},{"name":"CM_DRP_DEVICEDESC","features":[53]},{"name":"CM_DRP_DEVICE_POWER_DATA","features":[53]},{"name":"CM_DRP_DEVTYPE","features":[53]},{"name":"CM_DRP_DRIVER","features":[53]},{"name":"CM_DRP_ENUMERATOR_NAME","features":[53]},{"name":"CM_DRP_EXCLUSIVE","features":[53]},{"name":"CM_DRP_FRIENDLYNAME","features":[53]},{"name":"CM_DRP_HARDWAREID","features":[53]},{"name":"CM_DRP_INSTALL_STATE","features":[53]},{"name":"CM_DRP_LEGACYBUSTYPE","features":[53]},{"name":"CM_DRP_LOCATION_INFORMATION","features":[53]},{"name":"CM_DRP_LOCATION_PATHS","features":[53]},{"name":"CM_DRP_LOWERFILTERS","features":[53]},{"name":"CM_DRP_MAX","features":[53]},{"name":"CM_DRP_MFG","features":[53]},{"name":"CM_DRP_MIN","features":[53]},{"name":"CM_DRP_PHYSICAL_DEVICE_OBJECT_NAME","features":[53]},{"name":"CM_DRP_REMOVAL_POLICY","features":[53]},{"name":"CM_DRP_REMOVAL_POLICY_HW_DEFAULT","features":[53]},{"name":"CM_DRP_REMOVAL_POLICY_OVERRIDE","features":[53]},{"name":"CM_DRP_SECURITY","features":[53]},{"name":"CM_DRP_SECURITY_SDS","features":[53]},{"name":"CM_DRP_SERVICE","features":[53]},{"name":"CM_DRP_UI_NUMBER","features":[53]},{"name":"CM_DRP_UI_NUMBER_DESC_FORMAT","features":[53]},{"name":"CM_DRP_UNUSED0","features":[53]},{"name":"CM_DRP_UNUSED1","features":[53]},{"name":"CM_DRP_UNUSED2","features":[53]},{"name":"CM_DRP_UPPERFILTERS","features":[53]},{"name":"CM_Delete_Class_Key","features":[53]},{"name":"CM_Delete_Class_Key_Ex","features":[53]},{"name":"CM_Delete_DevNode_Key","features":[53]},{"name":"CM_Delete_DevNode_Key_Ex","features":[53]},{"name":"CM_Delete_Device_Interface_KeyA","features":[53]},{"name":"CM_Delete_Device_Interface_KeyW","features":[53]},{"name":"CM_Delete_Device_Interface_Key_ExA","features":[53]},{"name":"CM_Delete_Device_Interface_Key_ExW","features":[53]},{"name":"CM_Delete_Range","features":[53]},{"name":"CM_Detect_Resource_Conflict","features":[53,1]},{"name":"CM_Detect_Resource_Conflict_Ex","features":[53,1]},{"name":"CM_Disable_DevNode","features":[53]},{"name":"CM_Disable_DevNode_Ex","features":[53]},{"name":"CM_Disconnect_Machine","features":[53]},{"name":"CM_Dup_Range_List","features":[53]},{"name":"CM_ENUMERATE_CLASSES_BITS","features":[53]},{"name":"CM_ENUMERATE_CLASSES_INSTALLER","features":[53]},{"name":"CM_ENUMERATE_CLASSES_INTERFACE","features":[53]},{"name":"CM_ENUMERATE_FLAGS","features":[53]},{"name":"CM_Enable_DevNode","features":[53]},{"name":"CM_Enable_DevNode_Ex","features":[53]},{"name":"CM_Enumerate_Classes","features":[53]},{"name":"CM_Enumerate_Classes_Ex","features":[53]},{"name":"CM_Enumerate_EnumeratorsA","features":[53]},{"name":"CM_Enumerate_EnumeratorsW","features":[53]},{"name":"CM_Enumerate_Enumerators_ExA","features":[53]},{"name":"CM_Enumerate_Enumerators_ExW","features":[53]},{"name":"CM_Find_Range","features":[53]},{"name":"CM_First_Range","features":[53]},{"name":"CM_Free_Log_Conf","features":[53]},{"name":"CM_Free_Log_Conf_Ex","features":[53]},{"name":"CM_Free_Log_Conf_Handle","features":[53]},{"name":"CM_Free_Range_List","features":[53]},{"name":"CM_Free_Res_Des","features":[53]},{"name":"CM_Free_Res_Des_Ex","features":[53]},{"name":"CM_Free_Res_Des_Handle","features":[53]},{"name":"CM_Free_Resource_Conflict_Handle","features":[53]},{"name":"CM_GETIDLIST_DONOTGENERATE","features":[53]},{"name":"CM_GETIDLIST_FILTER_BITS","features":[53]},{"name":"CM_GETIDLIST_FILTER_BUSRELATIONS","features":[53]},{"name":"CM_GETIDLIST_FILTER_CLASS","features":[53]},{"name":"CM_GETIDLIST_FILTER_EJECTRELATIONS","features":[53]},{"name":"CM_GETIDLIST_FILTER_ENUMERATOR","features":[53]},{"name":"CM_GETIDLIST_FILTER_NONE","features":[53]},{"name":"CM_GETIDLIST_FILTER_POWERRELATIONS","features":[53]},{"name":"CM_GETIDLIST_FILTER_PRESENT","features":[53]},{"name":"CM_GETIDLIST_FILTER_REMOVALRELATIONS","features":[53]},{"name":"CM_GETIDLIST_FILTER_SERVICE","features":[53]},{"name":"CM_GETIDLIST_FILTER_TRANSPORTRELATIONS","features":[53]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_ALL_DEVICES","features":[53]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_BITS","features":[53]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_FLAGS","features":[53]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_PRESENT","features":[53]},{"name":"CM_GLOBAL_STATE_CAN_DO_UI","features":[53]},{"name":"CM_GLOBAL_STATE_DETECTION_PENDING","features":[53]},{"name":"CM_GLOBAL_STATE_ON_BIG_STACK","features":[53]},{"name":"CM_GLOBAL_STATE_REBOOT_REQUIRED","features":[53]},{"name":"CM_GLOBAL_STATE_SERVICES_AVAILABLE","features":[53]},{"name":"CM_GLOBAL_STATE_SHUTTING_DOWN","features":[53]},{"name":"CM_Get_Child","features":[53]},{"name":"CM_Get_Child_Ex","features":[53]},{"name":"CM_Get_Class_Key_NameA","features":[53]},{"name":"CM_Get_Class_Key_NameW","features":[53]},{"name":"CM_Get_Class_Key_Name_ExA","features":[53]},{"name":"CM_Get_Class_Key_Name_ExW","features":[53]},{"name":"CM_Get_Class_NameA","features":[53]},{"name":"CM_Get_Class_NameW","features":[53]},{"name":"CM_Get_Class_Name_ExA","features":[53]},{"name":"CM_Get_Class_Name_ExW","features":[53]},{"name":"CM_Get_Class_PropertyW","features":[53,37,1]},{"name":"CM_Get_Class_Property_ExW","features":[53,37,1]},{"name":"CM_Get_Class_Property_Keys","features":[53,1]},{"name":"CM_Get_Class_Property_Keys_Ex","features":[53,1]},{"name":"CM_Get_Class_Registry_PropertyA","features":[53]},{"name":"CM_Get_Class_Registry_PropertyW","features":[53]},{"name":"CM_Get_Depth","features":[53]},{"name":"CM_Get_Depth_Ex","features":[53]},{"name":"CM_Get_DevNode_Custom_PropertyA","features":[53]},{"name":"CM_Get_DevNode_Custom_PropertyW","features":[53]},{"name":"CM_Get_DevNode_Custom_Property_ExA","features":[53]},{"name":"CM_Get_DevNode_Custom_Property_ExW","features":[53]},{"name":"CM_Get_DevNode_PropertyW","features":[53,37,1]},{"name":"CM_Get_DevNode_Property_ExW","features":[53,37,1]},{"name":"CM_Get_DevNode_Property_Keys","features":[53,1]},{"name":"CM_Get_DevNode_Property_Keys_Ex","features":[53,1]},{"name":"CM_Get_DevNode_Registry_PropertyA","features":[53]},{"name":"CM_Get_DevNode_Registry_PropertyW","features":[53]},{"name":"CM_Get_DevNode_Registry_Property_ExA","features":[53]},{"name":"CM_Get_DevNode_Registry_Property_ExW","features":[53]},{"name":"CM_Get_DevNode_Status","features":[53]},{"name":"CM_Get_DevNode_Status_Ex","features":[53]},{"name":"CM_Get_Device_IDA","features":[53]},{"name":"CM_Get_Device_IDW","features":[53]},{"name":"CM_Get_Device_ID_ExA","features":[53]},{"name":"CM_Get_Device_ID_ExW","features":[53]},{"name":"CM_Get_Device_ID_ListA","features":[53]},{"name":"CM_Get_Device_ID_ListW","features":[53]},{"name":"CM_Get_Device_ID_List_ExA","features":[53]},{"name":"CM_Get_Device_ID_List_ExW","features":[53]},{"name":"CM_Get_Device_ID_List_SizeA","features":[53]},{"name":"CM_Get_Device_ID_List_SizeW","features":[53]},{"name":"CM_Get_Device_ID_List_Size_ExA","features":[53]},{"name":"CM_Get_Device_ID_List_Size_ExW","features":[53]},{"name":"CM_Get_Device_ID_Size","features":[53]},{"name":"CM_Get_Device_ID_Size_Ex","features":[53]},{"name":"CM_Get_Device_Interface_AliasA","features":[53]},{"name":"CM_Get_Device_Interface_AliasW","features":[53]},{"name":"CM_Get_Device_Interface_Alias_ExA","features":[53]},{"name":"CM_Get_Device_Interface_Alias_ExW","features":[53]},{"name":"CM_Get_Device_Interface_ListA","features":[53]},{"name":"CM_Get_Device_Interface_ListW","features":[53]},{"name":"CM_Get_Device_Interface_List_ExA","features":[53]},{"name":"CM_Get_Device_Interface_List_ExW","features":[53]},{"name":"CM_Get_Device_Interface_List_SizeA","features":[53]},{"name":"CM_Get_Device_Interface_List_SizeW","features":[53]},{"name":"CM_Get_Device_Interface_List_Size_ExA","features":[53]},{"name":"CM_Get_Device_Interface_List_Size_ExW","features":[53]},{"name":"CM_Get_Device_Interface_PropertyW","features":[53,37,1]},{"name":"CM_Get_Device_Interface_Property_ExW","features":[53,37,1]},{"name":"CM_Get_Device_Interface_Property_KeysW","features":[53,1]},{"name":"CM_Get_Device_Interface_Property_Keys_ExW","features":[53,1]},{"name":"CM_Get_First_Log_Conf","features":[53]},{"name":"CM_Get_First_Log_Conf_Ex","features":[53]},{"name":"CM_Get_Global_State","features":[53]},{"name":"CM_Get_Global_State_Ex","features":[53]},{"name":"CM_Get_HW_Prof_FlagsA","features":[53]},{"name":"CM_Get_HW_Prof_FlagsW","features":[53]},{"name":"CM_Get_HW_Prof_Flags_ExA","features":[53]},{"name":"CM_Get_HW_Prof_Flags_ExW","features":[53]},{"name":"CM_Get_Hardware_Profile_InfoA","features":[53]},{"name":"CM_Get_Hardware_Profile_InfoW","features":[53]},{"name":"CM_Get_Hardware_Profile_Info_ExA","features":[53]},{"name":"CM_Get_Hardware_Profile_Info_ExW","features":[53]},{"name":"CM_Get_Log_Conf_Priority","features":[53]},{"name":"CM_Get_Log_Conf_Priority_Ex","features":[53]},{"name":"CM_Get_Next_Log_Conf","features":[53]},{"name":"CM_Get_Next_Log_Conf_Ex","features":[53]},{"name":"CM_Get_Next_Res_Des","features":[53]},{"name":"CM_Get_Next_Res_Des_Ex","features":[53]},{"name":"CM_Get_Parent","features":[53]},{"name":"CM_Get_Parent_Ex","features":[53]},{"name":"CM_Get_Res_Des_Data","features":[53]},{"name":"CM_Get_Res_Des_Data_Ex","features":[53]},{"name":"CM_Get_Res_Des_Data_Size","features":[53]},{"name":"CM_Get_Res_Des_Data_Size_Ex","features":[53]},{"name":"CM_Get_Resource_Conflict_Count","features":[53]},{"name":"CM_Get_Resource_Conflict_DetailsA","features":[53]},{"name":"CM_Get_Resource_Conflict_DetailsW","features":[53]},{"name":"CM_Get_Sibling","features":[53]},{"name":"CM_Get_Sibling_Ex","features":[53]},{"name":"CM_Get_Version","features":[53]},{"name":"CM_Get_Version_Ex","features":[53]},{"name":"CM_HWPI_DOCKED","features":[53]},{"name":"CM_HWPI_NOT_DOCKABLE","features":[53]},{"name":"CM_HWPI_UNDOCKED","features":[53]},{"name":"CM_INSTALL_STATE","features":[53]},{"name":"CM_INSTALL_STATE_FAILED_INSTALL","features":[53]},{"name":"CM_INSTALL_STATE_FINISH_INSTALL","features":[53]},{"name":"CM_INSTALL_STATE_INSTALLED","features":[53]},{"name":"CM_INSTALL_STATE_NEEDS_REINSTALL","features":[53]},{"name":"CM_Intersect_Range_List","features":[53]},{"name":"CM_Invert_Range_List","features":[53]},{"name":"CM_Is_Dock_Station_Present","features":[53,1]},{"name":"CM_Is_Dock_Station_Present_Ex","features":[53,1]},{"name":"CM_Is_Version_Available","features":[53,1]},{"name":"CM_Is_Version_Available_Ex","features":[53,1]},{"name":"CM_LOCATE_DEVNODE_BITS","features":[53]},{"name":"CM_LOCATE_DEVNODE_CANCELREMOVE","features":[53]},{"name":"CM_LOCATE_DEVNODE_FLAGS","features":[53]},{"name":"CM_LOCATE_DEVNODE_NORMAL","features":[53]},{"name":"CM_LOCATE_DEVNODE_NOVALIDATION","features":[53]},{"name":"CM_LOCATE_DEVNODE_PHANTOM","features":[53]},{"name":"CM_LOG_CONF","features":[53]},{"name":"CM_Locate_DevNodeA","features":[53]},{"name":"CM_Locate_DevNodeW","features":[53]},{"name":"CM_Locate_DevNode_ExA","features":[53]},{"name":"CM_Locate_DevNode_ExW","features":[53]},{"name":"CM_MapCrToWin32Err","features":[53]},{"name":"CM_Merge_Range_List","features":[53]},{"name":"CM_Modify_Res_Des","features":[53]},{"name":"CM_Modify_Res_Des_Ex","features":[53]},{"name":"CM_Move_DevNode","features":[53]},{"name":"CM_Move_DevNode_Ex","features":[53]},{"name":"CM_NAME_ATTRIBUTE_NAME_RETRIEVED_FROM_DEVICE","features":[53]},{"name":"CM_NAME_ATTRIBUTE_USER_ASSIGNED_NAME","features":[53]},{"name":"CM_NOTIFY_ACTION","features":[53]},{"name":"CM_NOTIFY_ACTION_DEVICECUSTOMEVENT","features":[53]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCEENUMERATED","features":[53]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCEREMOVED","features":[53]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCESTARTED","features":[53]},{"name":"CM_NOTIFY_ACTION_DEVICEINTERFACEARRIVAL","features":[53]},{"name":"CM_NOTIFY_ACTION_DEVICEINTERFACEREMOVAL","features":[53]},{"name":"CM_NOTIFY_ACTION_DEVICEQUERYREMOVE","features":[53]},{"name":"CM_NOTIFY_ACTION_DEVICEQUERYREMOVEFAILED","features":[53]},{"name":"CM_NOTIFY_ACTION_DEVICEREMOVECOMPLETE","features":[53]},{"name":"CM_NOTIFY_ACTION_DEVICEREMOVEPENDING","features":[53]},{"name":"CM_NOTIFY_ACTION_MAX","features":[53]},{"name":"CM_NOTIFY_EVENT_DATA","features":[53]},{"name":"CM_NOTIFY_FILTER","features":[53,1]},{"name":"CM_NOTIFY_FILTER_FLAG_ALL_DEVICE_INSTANCES","features":[53]},{"name":"CM_NOTIFY_FILTER_FLAG_ALL_INTERFACE_CLASSES","features":[53]},{"name":"CM_NOTIFY_FILTER_TYPE","features":[53]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEHANDLE","features":[53]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEINSTANCE","features":[53]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEINTERFACE","features":[53]},{"name":"CM_NOTIFY_FILTER_TYPE_MAX","features":[53]},{"name":"CM_Next_Range","features":[53]},{"name":"CM_OPEN_CLASS_KEY_BITS","features":[53]},{"name":"CM_OPEN_CLASS_KEY_INSTALLER","features":[53]},{"name":"CM_OPEN_CLASS_KEY_INTERFACE","features":[53]},{"name":"CM_Open_Class_KeyA","features":[53,54]},{"name":"CM_Open_Class_KeyW","features":[53,54]},{"name":"CM_Open_Class_Key_ExA","features":[53,54]},{"name":"CM_Open_Class_Key_ExW","features":[53,54]},{"name":"CM_Open_DevNode_Key","features":[53,54]},{"name":"CM_Open_DevNode_Key_Ex","features":[53,54]},{"name":"CM_Open_Device_Interface_KeyA","features":[53,54]},{"name":"CM_Open_Device_Interface_KeyW","features":[53,54]},{"name":"CM_Open_Device_Interface_Key_ExA","features":[53,54]},{"name":"CM_Open_Device_Interface_Key_ExW","features":[53,54]},{"name":"CM_PROB","features":[53]},{"name":"CM_PROB_BIOS_TABLE","features":[53]},{"name":"CM_PROB_BOOT_CONFIG_CONFLICT","features":[53]},{"name":"CM_PROB_CANT_SHARE_IRQ","features":[53]},{"name":"CM_PROB_CONSOLE_LOCKED","features":[53]},{"name":"CM_PROB_DEVICE_NOT_THERE","features":[53]},{"name":"CM_PROB_DEVICE_RESET","features":[53]},{"name":"CM_PROB_DEVLOADER_FAILED","features":[53]},{"name":"CM_PROB_DEVLOADER_NOT_FOUND","features":[53]},{"name":"CM_PROB_DEVLOADER_NOT_READY","features":[53]},{"name":"CM_PROB_DISABLED","features":[53]},{"name":"CM_PROB_DISABLED_SERVICE","features":[53]},{"name":"CM_PROB_DRIVER_BLOCKED","features":[53]},{"name":"CM_PROB_DRIVER_FAILED_LOAD","features":[53]},{"name":"CM_PROB_DRIVER_FAILED_PRIOR_UNLOAD","features":[53]},{"name":"CM_PROB_DRIVER_SERVICE_KEY_INVALID","features":[53]},{"name":"CM_PROB_DUPLICATE_DEVICE","features":[53]},{"name":"CM_PROB_ENTRY_IS_WRONG_TYPE","features":[53]},{"name":"CM_PROB_FAILED_ADD","features":[53]},{"name":"CM_PROB_FAILED_DRIVER_ENTRY","features":[53]},{"name":"CM_PROB_FAILED_FILTER","features":[53]},{"name":"CM_PROB_FAILED_INSTALL","features":[53]},{"name":"CM_PROB_FAILED_POST_START","features":[53]},{"name":"CM_PROB_FAILED_START","features":[53]},{"name":"CM_PROB_GUEST_ASSIGNMENT_FAILED","features":[53]},{"name":"CM_PROB_HALTED","features":[53]},{"name":"CM_PROB_HARDWARE_DISABLED","features":[53]},{"name":"CM_PROB_HELD_FOR_EJECT","features":[53]},{"name":"CM_PROB_INVALID_DATA","features":[53]},{"name":"CM_PROB_IRQ_TRANSLATION_FAILED","features":[53]},{"name":"CM_PROB_LACKED_ARBITRATOR","features":[53]},{"name":"CM_PROB_LEGACY_SERVICE_NO_DEVICES","features":[53]},{"name":"CM_PROB_LIAR","features":[53]},{"name":"CM_PROB_MOVED","features":[53]},{"name":"CM_PROB_NEED_CLASS_CONFIG","features":[53]},{"name":"CM_PROB_NEED_RESTART","features":[53]},{"name":"CM_PROB_NORMAL_CONFLICT","features":[53]},{"name":"CM_PROB_NOT_CONFIGURED","features":[53]},{"name":"CM_PROB_NOT_VERIFIED","features":[53]},{"name":"CM_PROB_NO_SOFTCONFIG","features":[53]},{"name":"CM_PROB_NO_VALID_LOG_CONF","features":[53]},{"name":"CM_PROB_OUT_OF_MEMORY","features":[53]},{"name":"CM_PROB_PARTIAL_LOG_CONF","features":[53]},{"name":"CM_PROB_PHANTOM","features":[53]},{"name":"CM_PROB_REENUMERATION","features":[53]},{"name":"CM_PROB_REGISTRY","features":[53]},{"name":"CM_PROB_REGISTRY_TOO_LARGE","features":[53]},{"name":"CM_PROB_REINSTALL","features":[53]},{"name":"CM_PROB_SETPROPERTIES_FAILED","features":[53]},{"name":"CM_PROB_SYSTEM_SHUTDOWN","features":[53]},{"name":"CM_PROB_TOO_EARLY","features":[53]},{"name":"CM_PROB_TRANSLATION_FAILED","features":[53]},{"name":"CM_PROB_UNKNOWN_RESOURCE","features":[53]},{"name":"CM_PROB_UNSIGNED_DRIVER","features":[53]},{"name":"CM_PROB_USED_BY_DEBUGGER","features":[53]},{"name":"CM_PROB_VXDLDR","features":[53]},{"name":"CM_PROB_WAITING_ON_DEPENDENCY","features":[53]},{"name":"CM_PROB_WILL_BE_REMOVED","features":[53]},{"name":"CM_QUERY_ARBITRATOR_BITS","features":[53]},{"name":"CM_QUERY_ARBITRATOR_RAW","features":[53]},{"name":"CM_QUERY_ARBITRATOR_TRANSLATED","features":[53]},{"name":"CM_QUERY_REMOVE_UI_NOT_OK","features":[53]},{"name":"CM_QUERY_REMOVE_UI_OK","features":[53]},{"name":"CM_Query_And_Remove_SubTreeA","features":[53]},{"name":"CM_Query_And_Remove_SubTreeW","features":[53]},{"name":"CM_Query_And_Remove_SubTree_ExA","features":[53]},{"name":"CM_Query_And_Remove_SubTree_ExW","features":[53]},{"name":"CM_Query_Arbitrator_Free_Data","features":[53]},{"name":"CM_Query_Arbitrator_Free_Data_Ex","features":[53]},{"name":"CM_Query_Arbitrator_Free_Size","features":[53]},{"name":"CM_Query_Arbitrator_Free_Size_Ex","features":[53]},{"name":"CM_Query_Remove_SubTree","features":[53]},{"name":"CM_Query_Remove_SubTree_Ex","features":[53]},{"name":"CM_Query_Resource_Conflict_List","features":[53]},{"name":"CM_REENUMERATE_ASYNCHRONOUS","features":[53]},{"name":"CM_REENUMERATE_BITS","features":[53]},{"name":"CM_REENUMERATE_FLAGS","features":[53]},{"name":"CM_REENUMERATE_NORMAL","features":[53]},{"name":"CM_REENUMERATE_RETRY_INSTALLATION","features":[53]},{"name":"CM_REENUMERATE_SYNCHRONOUS","features":[53]},{"name":"CM_REGISTER_DEVICE_DRIVER_BITS","features":[53]},{"name":"CM_REGISTER_DEVICE_DRIVER_DISABLEABLE","features":[53]},{"name":"CM_REGISTER_DEVICE_DRIVER_REMOVABLE","features":[53]},{"name":"CM_REGISTER_DEVICE_DRIVER_STATIC","features":[53]},{"name":"CM_REGISTRY_BITS","features":[53]},{"name":"CM_REGISTRY_CONFIG","features":[53]},{"name":"CM_REGISTRY_HARDWARE","features":[53]},{"name":"CM_REGISTRY_SOFTWARE","features":[53]},{"name":"CM_REGISTRY_USER","features":[53]},{"name":"CM_REMOVAL_POLICY","features":[53]},{"name":"CM_REMOVAL_POLICY_EXPECT_NO_REMOVAL","features":[53]},{"name":"CM_REMOVAL_POLICY_EXPECT_ORDERLY_REMOVAL","features":[53]},{"name":"CM_REMOVAL_POLICY_EXPECT_SURPRISE_REMOVAL","features":[53]},{"name":"CM_REMOVE_BITS","features":[53]},{"name":"CM_REMOVE_DISABLE","features":[53]},{"name":"CM_REMOVE_NO_RESTART","features":[53]},{"name":"CM_REMOVE_UI_NOT_OK","features":[53]},{"name":"CM_REMOVE_UI_OK","features":[53]},{"name":"CM_RESDES_WIDTH_32","features":[53]},{"name":"CM_RESDES_WIDTH_64","features":[53]},{"name":"CM_RESDES_WIDTH_BITS","features":[53]},{"name":"CM_RESDES_WIDTH_DEFAULT","features":[53]},{"name":"CM_RESTYPE","features":[53]},{"name":"CM_Reenumerate_DevNode","features":[53]},{"name":"CM_Reenumerate_DevNode_Ex","features":[53]},{"name":"CM_Register_Device_Driver","features":[53]},{"name":"CM_Register_Device_Driver_Ex","features":[53]},{"name":"CM_Register_Device_InterfaceA","features":[53]},{"name":"CM_Register_Device_InterfaceW","features":[53]},{"name":"CM_Register_Device_Interface_ExA","features":[53]},{"name":"CM_Register_Device_Interface_ExW","features":[53]},{"name":"CM_Register_Notification","features":[53,1]},{"name":"CM_Remove_SubTree","features":[53]},{"name":"CM_Remove_SubTree_Ex","features":[53]},{"name":"CM_Request_Device_EjectA","features":[53]},{"name":"CM_Request_Device_EjectW","features":[53]},{"name":"CM_Request_Device_Eject_ExA","features":[53]},{"name":"CM_Request_Device_Eject_ExW","features":[53]},{"name":"CM_Request_Eject_PC","features":[53]},{"name":"CM_Request_Eject_PC_Ex","features":[53]},{"name":"CM_Run_Detection","features":[53]},{"name":"CM_Run_Detection_Ex","features":[53]},{"name":"CM_SETUP_BITS","features":[53]},{"name":"CM_SETUP_DEVINST_CONFIG","features":[53]},{"name":"CM_SETUP_DEVINST_CONFIG_CLASS","features":[53]},{"name":"CM_SETUP_DEVINST_CONFIG_EXTENSIONS","features":[53]},{"name":"CM_SETUP_DEVINST_CONFIG_RESET","features":[53]},{"name":"CM_SETUP_DEVINST_READY","features":[53]},{"name":"CM_SETUP_DEVINST_RESET","features":[53]},{"name":"CM_SETUP_DEVNODE_CONFIG","features":[53]},{"name":"CM_SETUP_DEVNODE_CONFIG_CLASS","features":[53]},{"name":"CM_SETUP_DEVNODE_CONFIG_EXTENSIONS","features":[53]},{"name":"CM_SETUP_DEVNODE_CONFIG_RESET","features":[53]},{"name":"CM_SETUP_DEVNODE_READY","features":[53]},{"name":"CM_SETUP_DEVNODE_RESET","features":[53]},{"name":"CM_SETUP_DOWNLOAD","features":[53]},{"name":"CM_SETUP_PROP_CHANGE","features":[53]},{"name":"CM_SETUP_WRITE_LOG_CONFS","features":[53]},{"name":"CM_SET_DEVINST_PROBLEM_BITS","features":[53]},{"name":"CM_SET_DEVINST_PROBLEM_NORMAL","features":[53]},{"name":"CM_SET_DEVINST_PROBLEM_OVERRIDE","features":[53]},{"name":"CM_SET_DEVNODE_PROBLEM_BITS","features":[53]},{"name":"CM_SET_DEVNODE_PROBLEM_NORMAL","features":[53]},{"name":"CM_SET_DEVNODE_PROBLEM_OVERRIDE","features":[53]},{"name":"CM_SET_HW_PROF_FLAGS_BITS","features":[53]},{"name":"CM_SET_HW_PROF_FLAGS_UI_NOT_OK","features":[53]},{"name":"CM_Set_Class_PropertyW","features":[53,37,1]},{"name":"CM_Set_Class_Property_ExW","features":[53,37,1]},{"name":"CM_Set_Class_Registry_PropertyA","features":[53]},{"name":"CM_Set_Class_Registry_PropertyW","features":[53]},{"name":"CM_Set_DevNode_Problem","features":[53]},{"name":"CM_Set_DevNode_Problem_Ex","features":[53]},{"name":"CM_Set_DevNode_PropertyW","features":[53,37,1]},{"name":"CM_Set_DevNode_Property_ExW","features":[53,37,1]},{"name":"CM_Set_DevNode_Registry_PropertyA","features":[53]},{"name":"CM_Set_DevNode_Registry_PropertyW","features":[53]},{"name":"CM_Set_DevNode_Registry_Property_ExA","features":[53]},{"name":"CM_Set_DevNode_Registry_Property_ExW","features":[53]},{"name":"CM_Set_Device_Interface_PropertyW","features":[53,37,1]},{"name":"CM_Set_Device_Interface_Property_ExW","features":[53,37,1]},{"name":"CM_Set_HW_Prof","features":[53]},{"name":"CM_Set_HW_Prof_Ex","features":[53]},{"name":"CM_Set_HW_Prof_FlagsA","features":[53]},{"name":"CM_Set_HW_Prof_FlagsW","features":[53]},{"name":"CM_Set_HW_Prof_Flags_ExA","features":[53]},{"name":"CM_Set_HW_Prof_Flags_ExW","features":[53]},{"name":"CM_Setup_DevNode","features":[53]},{"name":"CM_Setup_DevNode_Ex","features":[53]},{"name":"CM_Test_Range_Available","features":[53]},{"name":"CM_Uninstall_DevNode","features":[53]},{"name":"CM_Uninstall_DevNode_Ex","features":[53]},{"name":"CM_Unregister_Device_InterfaceA","features":[53]},{"name":"CM_Unregister_Device_InterfaceW","features":[53]},{"name":"CM_Unregister_Device_Interface_ExA","features":[53]},{"name":"CM_Unregister_Device_Interface_ExW","features":[53]},{"name":"CM_Unregister_Notification","features":[53]},{"name":"COINSTALLER_CONTEXT_DATA","features":[53,1]},{"name":"COINSTALLER_CONTEXT_DATA","features":[53,1]},{"name":"CONFIGFLAG_BOOT_DEVICE","features":[53]},{"name":"CONFIGFLAG_CANTSTOPACHILD","features":[53]},{"name":"CONFIGFLAG_DISABLED","features":[53]},{"name":"CONFIGFLAG_FAILEDINSTALL","features":[53]},{"name":"CONFIGFLAG_FINISHINSTALL_ACTION","features":[53]},{"name":"CONFIGFLAG_FINISHINSTALL_UI","features":[53]},{"name":"CONFIGFLAG_FINISH_INSTALL","features":[53]},{"name":"CONFIGFLAG_IGNORE_BOOT_LC","features":[53]},{"name":"CONFIGFLAG_MANUAL_INSTALL","features":[53]},{"name":"CONFIGFLAG_NEEDS_CLASS_CONFIG","features":[53]},{"name":"CONFIGFLAG_NEEDS_FORCED_CONFIG","features":[53]},{"name":"CONFIGFLAG_NETBOOT_CARD","features":[53]},{"name":"CONFIGFLAG_NET_BOOT","features":[53]},{"name":"CONFIGFLAG_NOREMOVEEXIT","features":[53]},{"name":"CONFIGFLAG_OKREMOVEROM","features":[53]},{"name":"CONFIGFLAG_PARTIAL_LOG_CONF","features":[53]},{"name":"CONFIGFLAG_REINSTALL","features":[53]},{"name":"CONFIGFLAG_REMOVED","features":[53]},{"name":"CONFIGFLAG_SUPPRESS_SURPRISE","features":[53]},{"name":"CONFIGFLAG_VERIFY_HARDWARE","features":[53]},{"name":"CONFIGMG_VERSION","features":[53]},{"name":"CONFIGRET","features":[53]},{"name":"CONFLICT_DETAILS_A","features":[53]},{"name":"CONFLICT_DETAILS_W","features":[53]},{"name":"CONNECTION_DES","features":[53]},{"name":"CONNECTION_RESOURCE","features":[53]},{"name":"COPYFLG_FORCE_FILE_IN_USE","features":[53]},{"name":"COPYFLG_IN_USE_TRY_RENAME","features":[53]},{"name":"COPYFLG_NODECOMP","features":[53]},{"name":"COPYFLG_NOPRUNE","features":[53]},{"name":"COPYFLG_NOSKIP","features":[53]},{"name":"COPYFLG_NOVERSIONCHECK","features":[53]},{"name":"COPYFLG_NO_OVERWRITE","features":[53]},{"name":"COPYFLG_NO_VERSION_DIALOG","features":[53]},{"name":"COPYFLG_OVERWRITE_OLDER_ONLY","features":[53]},{"name":"COPYFLG_PROTECTED_WINDOWS_DRIVER_FILE","features":[53]},{"name":"COPYFLG_REPLACEONLY","features":[53]},{"name":"COPYFLG_REPLACE_BOOT_FILE","features":[53]},{"name":"COPYFLG_WARN_IF_SKIP","features":[53]},{"name":"CR_ACCESS_DENIED","features":[53]},{"name":"CR_ALREADY_SUCH_DEVINST","features":[53]},{"name":"CR_ALREADY_SUCH_DEVNODE","features":[53]},{"name":"CR_APM_VETOED","features":[53]},{"name":"CR_BUFFER_SMALL","features":[53]},{"name":"CR_CALL_NOT_IMPLEMENTED","features":[53]},{"name":"CR_CANT_SHARE_IRQ","features":[53]},{"name":"CR_CREATE_BLOCKED","features":[53]},{"name":"CR_DEFAULT","features":[53]},{"name":"CR_DEVICE_INTERFACE_ACTIVE","features":[53]},{"name":"CR_DEVICE_NOT_THERE","features":[53]},{"name":"CR_DEVINST_HAS_REQS","features":[53]},{"name":"CR_DEVLOADER_NOT_READY","features":[53]},{"name":"CR_DEVNODE_HAS_REQS","features":[53]},{"name":"CR_DLVXD_NOT_FOUND","features":[53]},{"name":"CR_FAILURE","features":[53]},{"name":"CR_FREE_RESOURCES","features":[53]},{"name":"CR_INVALID_API","features":[53]},{"name":"CR_INVALID_ARBITRATOR","features":[53]},{"name":"CR_INVALID_CONFLICT_LIST","features":[53]},{"name":"CR_INVALID_DATA","features":[53]},{"name":"CR_INVALID_DEVICE_ID","features":[53]},{"name":"CR_INVALID_DEVINST","features":[53]},{"name":"CR_INVALID_DEVNODE","features":[53]},{"name":"CR_INVALID_FLAG","features":[53]},{"name":"CR_INVALID_INDEX","features":[53]},{"name":"CR_INVALID_LOAD_TYPE","features":[53]},{"name":"CR_INVALID_LOG_CONF","features":[53]},{"name":"CR_INVALID_MACHINENAME","features":[53]},{"name":"CR_INVALID_NODELIST","features":[53]},{"name":"CR_INVALID_POINTER","features":[53]},{"name":"CR_INVALID_PRIORITY","features":[53]},{"name":"CR_INVALID_PROPERTY","features":[53]},{"name":"CR_INVALID_RANGE","features":[53]},{"name":"CR_INVALID_RANGE_LIST","features":[53]},{"name":"CR_INVALID_REFERENCE_STRING","features":[53]},{"name":"CR_INVALID_RESOURCEID","features":[53]},{"name":"CR_INVALID_RES_DES","features":[53]},{"name":"CR_INVALID_STRUCTURE_SIZE","features":[53]},{"name":"CR_MACHINE_UNAVAILABLE","features":[53]},{"name":"CR_NEED_RESTART","features":[53]},{"name":"CR_NOT_DISABLEABLE","features":[53]},{"name":"CR_NOT_SYSTEM_VM","features":[53]},{"name":"CR_NO_ARBITRATOR","features":[53]},{"name":"CR_NO_CM_SERVICES","features":[53]},{"name":"CR_NO_DEPENDENT","features":[53]},{"name":"CR_NO_MORE_HW_PROFILES","features":[53]},{"name":"CR_NO_MORE_LOG_CONF","features":[53]},{"name":"CR_NO_MORE_RES_DES","features":[53]},{"name":"CR_NO_REGISTRY_HANDLE","features":[53]},{"name":"CR_NO_SUCH_DEVICE_INTERFACE","features":[53]},{"name":"CR_NO_SUCH_DEVINST","features":[53]},{"name":"CR_NO_SUCH_DEVNODE","features":[53]},{"name":"CR_NO_SUCH_LOGICAL_DEV","features":[53]},{"name":"CR_NO_SUCH_REGISTRY_KEY","features":[53]},{"name":"CR_NO_SUCH_VALUE","features":[53]},{"name":"CR_OUT_OF_MEMORY","features":[53]},{"name":"CR_QUERY_VETOED","features":[53]},{"name":"CR_REGISTRY_ERROR","features":[53]},{"name":"CR_REMOTE_COMM_FAILURE","features":[53]},{"name":"CR_REMOVE_VETOED","features":[53]},{"name":"CR_SAME_RESOURCES","features":[53]},{"name":"CR_SUCCESS","features":[53]},{"name":"CR_WRONG_TYPE","features":[53]},{"name":"CS_DES","features":[53]},{"name":"CS_RESOURCE","features":[53]},{"name":"DD_FLAGS","features":[53]},{"name":"DELFLG_IN_USE","features":[53]},{"name":"DELFLG_IN_USE1","features":[53]},{"name":"DEVPRIVATE_DES","features":[53]},{"name":"DEVPRIVATE_RANGE","features":[53]},{"name":"DEVPRIVATE_RESOURCE","features":[53]},{"name":"DIBCI_NODISPLAYCLASS","features":[53]},{"name":"DIBCI_NOINSTALLCLASS","features":[53]},{"name":"DICD_GENERATE_ID","features":[53]},{"name":"DICD_INHERIT_CLASSDRVS","features":[53]},{"name":"DICLASSPROP_INSTALLER","features":[53]},{"name":"DICLASSPROP_INTERFACE","features":[53]},{"name":"DICS_DISABLE","features":[53]},{"name":"DICS_ENABLE","features":[53]},{"name":"DICS_FLAG_CONFIGGENERAL","features":[53]},{"name":"DICS_FLAG_CONFIGSPECIFIC","features":[53]},{"name":"DICS_FLAG_GLOBAL","features":[53]},{"name":"DICS_PROPCHANGE","features":[53]},{"name":"DICS_START","features":[53]},{"name":"DICS_STOP","features":[53]},{"name":"DICUSTOMDEVPROP_MERGE_MULTISZ","features":[53]},{"name":"DIF_ADDPROPERTYPAGE_ADVANCED","features":[53]},{"name":"DIF_ADDPROPERTYPAGE_BASIC","features":[53]},{"name":"DIF_ADDREMOTEPROPERTYPAGE_ADVANCED","features":[53]},{"name":"DIF_ALLOW_INSTALL","features":[53]},{"name":"DIF_ASSIGNRESOURCES","features":[53]},{"name":"DIF_CALCDISKSPACE","features":[53]},{"name":"DIF_DESTROYPRIVATEDATA","features":[53]},{"name":"DIF_DESTROYWIZARDDATA","features":[53]},{"name":"DIF_DETECT","features":[53]},{"name":"DIF_DETECTCANCEL","features":[53]},{"name":"DIF_DETECTVERIFY","features":[53]},{"name":"DIF_ENABLECLASS","features":[53]},{"name":"DIF_FINISHINSTALL_ACTION","features":[53]},{"name":"DIF_FIRSTTIMESETUP","features":[53]},{"name":"DIF_FOUNDDEVICE","features":[53]},{"name":"DIF_INSTALLCLASSDRIVERS","features":[53]},{"name":"DIF_INSTALLDEVICE","features":[53]},{"name":"DIF_INSTALLDEVICEFILES","features":[53]},{"name":"DIF_INSTALLINTERFACES","features":[53]},{"name":"DIF_INSTALLWIZARD","features":[53]},{"name":"DIF_MOVEDEVICE","features":[53]},{"name":"DIF_NEWDEVICEWIZARD_FINISHINSTALL","features":[53]},{"name":"DIF_NEWDEVICEWIZARD_POSTANALYZE","features":[53]},{"name":"DIF_NEWDEVICEWIZARD_PREANALYZE","features":[53]},{"name":"DIF_NEWDEVICEWIZARD_PRESELECT","features":[53]},{"name":"DIF_NEWDEVICEWIZARD_SELECT","features":[53]},{"name":"DIF_POWERMESSAGEWAKE","features":[53]},{"name":"DIF_PROPERTIES","features":[53]},{"name":"DIF_PROPERTYCHANGE","features":[53]},{"name":"DIF_REGISTERDEVICE","features":[53]},{"name":"DIF_REGISTER_COINSTALLERS","features":[53]},{"name":"DIF_REMOVE","features":[53]},{"name":"DIF_RESERVED1","features":[53]},{"name":"DIF_RESERVED2","features":[53]},{"name":"DIF_SELECTBESTCOMPATDRV","features":[53]},{"name":"DIF_SELECTCLASSDRIVERS","features":[53]},{"name":"DIF_SELECTDEVICE","features":[53]},{"name":"DIF_TROUBLESHOOTER","features":[53]},{"name":"DIF_UNREMOVE","features":[53]},{"name":"DIF_UNUSED1","features":[53]},{"name":"DIF_UPDATEDRIVER_UI","features":[53]},{"name":"DIF_VALIDATECLASSDRIVERS","features":[53]},{"name":"DIF_VALIDATEDRIVER","features":[53]},{"name":"DIGCDP_FLAG_ADVANCED","features":[53]},{"name":"DIGCDP_FLAG_BASIC","features":[53]},{"name":"DIGCDP_FLAG_REMOTE_ADVANCED","features":[53]},{"name":"DIGCDP_FLAG_REMOTE_BASIC","features":[53]},{"name":"DIGCF_ALLCLASSES","features":[53]},{"name":"DIGCF_DEFAULT","features":[53]},{"name":"DIGCF_DEVICEINTERFACE","features":[53]},{"name":"DIGCF_INTERFACEDEVICE","features":[53]},{"name":"DIGCF_PRESENT","features":[53]},{"name":"DIGCF_PROFILE","features":[53]},{"name":"DIIDFLAG_BITS","features":[53]},{"name":"DIIDFLAG_INSTALLCOPYINFDRIVERS","features":[53]},{"name":"DIIDFLAG_INSTALLNULLDRIVER","features":[53]},{"name":"DIIDFLAG_NOFINISHINSTALLUI","features":[53]},{"name":"DIIDFLAG_SHOWSEARCHUI","features":[53]},{"name":"DIINSTALLDEVICE_FLAGS","features":[53]},{"name":"DIINSTALLDRIVER_FLAGS","features":[53]},{"name":"DIIRFLAG_BITS","features":[53]},{"name":"DIIRFLAG_FORCE_INF","features":[53]},{"name":"DIIRFLAG_HOTPATCH","features":[53]},{"name":"DIIRFLAG_HW_USING_THE_INF","features":[53]},{"name":"DIIRFLAG_INF_ALREADY_COPIED","features":[53]},{"name":"DIIRFLAG_INSTALL_AS_SET","features":[53]},{"name":"DIIRFLAG_NOBACKUP","features":[53]},{"name":"DIIRFLAG_PRE_CONFIGURE_INF","features":[53]},{"name":"DIIRFLAG_SYSTEM_BITS","features":[53]},{"name":"DIOCR_INSTALLER","features":[53]},{"name":"DIOCR_INTERFACE","features":[53]},{"name":"DIODI_NO_ADD","features":[53]},{"name":"DIOD_CANCEL_REMOVE","features":[53]},{"name":"DIOD_INHERIT_CLASSDRVS","features":[53]},{"name":"DIREG_BOTH","features":[53]},{"name":"DIREG_DEV","features":[53]},{"name":"DIREG_DRV","features":[53]},{"name":"DIRID_ABSOLUTE","features":[53]},{"name":"DIRID_ABSOLUTE_16BIT","features":[53]},{"name":"DIRID_APPS","features":[53]},{"name":"DIRID_BOOT","features":[53]},{"name":"DIRID_COLOR","features":[53]},{"name":"DIRID_COMMON_APPDATA","features":[53]},{"name":"DIRID_COMMON_DESKTOPDIRECTORY","features":[53]},{"name":"DIRID_COMMON_DOCUMENTS","features":[53]},{"name":"DIRID_COMMON_FAVORITES","features":[53]},{"name":"DIRID_COMMON_PROGRAMS","features":[53]},{"name":"DIRID_COMMON_STARTMENU","features":[53]},{"name":"DIRID_COMMON_STARTUP","features":[53]},{"name":"DIRID_COMMON_TEMPLATES","features":[53]},{"name":"DIRID_DEFAULT","features":[53]},{"name":"DIRID_DRIVERS","features":[53]},{"name":"DIRID_DRIVER_STORE","features":[53]},{"name":"DIRID_FONTS","features":[53]},{"name":"DIRID_HELP","features":[53]},{"name":"DIRID_INF","features":[53]},{"name":"DIRID_IOSUBSYS","features":[53]},{"name":"DIRID_LOADER","features":[53]},{"name":"DIRID_NULL","features":[53]},{"name":"DIRID_PRINTPROCESSOR","features":[53]},{"name":"DIRID_PROGRAM_FILES","features":[53]},{"name":"DIRID_PROGRAM_FILES_COMMON","features":[53]},{"name":"DIRID_PROGRAM_FILES_COMMONX86","features":[53]},{"name":"DIRID_PROGRAM_FILES_X86","features":[53]},{"name":"DIRID_SHARED","features":[53]},{"name":"DIRID_SPOOL","features":[53]},{"name":"DIRID_SPOOLDRIVERS","features":[53]},{"name":"DIRID_SRCPATH","features":[53]},{"name":"DIRID_SYSTEM","features":[53]},{"name":"DIRID_SYSTEM16","features":[53]},{"name":"DIRID_SYSTEM_X86","features":[53]},{"name":"DIRID_USER","features":[53]},{"name":"DIRID_USERPROFILE","features":[53]},{"name":"DIRID_VIEWERS","features":[53]},{"name":"DIRID_WINDOWS","features":[53]},{"name":"DIROLLBACKDRIVER_FLAGS","features":[53]},{"name":"DIUNINSTALLDRIVER_FLAGS","features":[53]},{"name":"DIURFLAG_NO_REMOVE_INF","features":[53]},{"name":"DIURFLAG_RESERVED","features":[53]},{"name":"DIURFLAG_VALID","features":[53]},{"name":"DI_AUTOASSIGNRES","features":[53]},{"name":"DI_CLASSINSTALLPARAMS","features":[53]},{"name":"DI_COMPAT_FROM_CLASS","features":[53]},{"name":"DI_DIDCLASS","features":[53]},{"name":"DI_DIDCOMPAT","features":[53]},{"name":"DI_DISABLED","features":[53]},{"name":"DI_DONOTCALLCONFIGMG","features":[53]},{"name":"DI_DRIVERPAGE_ADDED","features":[53]},{"name":"DI_ENUMSINGLEINF","features":[53]},{"name":"DI_FLAGSEX_ALLOWEXCLUDEDDRVS","features":[53]},{"name":"DI_FLAGSEX_ALTPLATFORM_DRVSEARCH","features":[53]},{"name":"DI_FLAGSEX_ALWAYSWRITEIDS","features":[53]},{"name":"DI_FLAGSEX_APPENDDRIVERLIST","features":[53]},{"name":"DI_FLAGSEX_BACKUPONREPLACE","features":[53]},{"name":"DI_FLAGSEX_CI_FAILED","features":[53]},{"name":"DI_FLAGSEX_DEVICECHANGE","features":[53]},{"name":"DI_FLAGSEX_DIDCOMPATINFO","features":[53]},{"name":"DI_FLAGSEX_DIDINFOLIST","features":[53]},{"name":"DI_FLAGSEX_DRIVERLIST_FROM_URL","features":[53]},{"name":"DI_FLAGSEX_EXCLUDE_OLD_INET_DRIVERS","features":[53]},{"name":"DI_FLAGSEX_FILTERCLASSES","features":[53]},{"name":"DI_FLAGSEX_FILTERSIMILARDRIVERS","features":[53]},{"name":"DI_FLAGSEX_FINISHINSTALL_ACTION","features":[53]},{"name":"DI_FLAGSEX_INET_DRIVER","features":[53]},{"name":"DI_FLAGSEX_INSTALLEDDRIVER","features":[53]},{"name":"DI_FLAGSEX_IN_SYSTEM_SETUP","features":[53]},{"name":"DI_FLAGSEX_NOUIONQUERYREMOVE","features":[53]},{"name":"DI_FLAGSEX_NO_CLASSLIST_NODE_MERGE","features":[53]},{"name":"DI_FLAGSEX_NO_DRVREG_MODIFY","features":[53]},{"name":"DI_FLAGSEX_POWERPAGE_ADDED","features":[53]},{"name":"DI_FLAGSEX_PREINSTALLBACKUP","features":[53]},{"name":"DI_FLAGSEX_PROPCHANGE_PENDING","features":[53]},{"name":"DI_FLAGSEX_RECURSIVESEARCH","features":[53]},{"name":"DI_FLAGSEX_RESERVED1","features":[53]},{"name":"DI_FLAGSEX_RESERVED2","features":[53]},{"name":"DI_FLAGSEX_RESERVED3","features":[53]},{"name":"DI_FLAGSEX_RESERVED4","features":[53]},{"name":"DI_FLAGSEX_RESTART_DEVICE_ONLY","features":[53]},{"name":"DI_FLAGSEX_SEARCH_PUBLISHED_INFS","features":[53]},{"name":"DI_FLAGSEX_SETFAILEDINSTALL","features":[53]},{"name":"DI_FLAGSEX_USECLASSFORCOMPAT","features":[53]},{"name":"DI_FORCECOPY","features":[53]},{"name":"DI_FUNCTION","features":[53]},{"name":"DI_GENERALPAGE_ADDED","features":[53]},{"name":"DI_INF_IS_SORTED","features":[53]},{"name":"DI_INSTALLDISABLED","features":[53]},{"name":"DI_MULTMFGS","features":[53]},{"name":"DI_NEEDREBOOT","features":[53]},{"name":"DI_NEEDRESTART","features":[53]},{"name":"DI_NOBROWSE","features":[53]},{"name":"DI_NODI_DEFAULTACTION","features":[53]},{"name":"DI_NOFILECOPY","features":[53]},{"name":"DI_NOSELECTICONS","features":[53]},{"name":"DI_NOVCP","features":[53]},{"name":"DI_NOWRITE_IDS","features":[53]},{"name":"DI_OVERRIDE_INFFLAGS","features":[53]},{"name":"DI_PROPERTIES_CHANGE","features":[53]},{"name":"DI_PROPS_NOCHANGEUSAGE","features":[53]},{"name":"DI_QUIETINSTALL","features":[53]},{"name":"DI_REMOVEDEVICE_CONFIGSPECIFIC","features":[53]},{"name":"DI_REMOVEDEVICE_GLOBAL","features":[53]},{"name":"DI_RESOURCEPAGE_ADDED","features":[53]},{"name":"DI_SHOWALL","features":[53]},{"name":"DI_SHOWCLASS","features":[53]},{"name":"DI_SHOWCOMPAT","features":[53]},{"name":"DI_SHOWOEM","features":[53]},{"name":"DI_UNREMOVEDEVICE_CONFIGSPECIFIC","features":[53]},{"name":"DI_USECI_SELECTSTRINGS","features":[53]},{"name":"DMA_DES","features":[53]},{"name":"DMA_RANGE","features":[53]},{"name":"DMA_RESOURCE","features":[53]},{"name":"DMI_BKCOLOR","features":[53]},{"name":"DMI_MASK","features":[53]},{"name":"DMI_USERECT","features":[53]},{"name":"DNF_ALWAYSEXCLUDEFROMLIST","features":[53]},{"name":"DNF_AUTHENTICODE_SIGNED","features":[53]},{"name":"DNF_BAD_DRIVER","features":[53]},{"name":"DNF_BASIC_DRIVER","features":[53]},{"name":"DNF_CLASS_DRIVER","features":[53]},{"name":"DNF_COMPATIBLE_DRIVER","features":[53]},{"name":"DNF_DUPDESC","features":[53]},{"name":"DNF_DUPDRIVERVER","features":[53]},{"name":"DNF_DUPPROVIDER","features":[53]},{"name":"DNF_EXCLUDEFROMLIST","features":[53]},{"name":"DNF_INBOX_DRIVER","features":[53]},{"name":"DNF_INET_DRIVER","features":[53]},{"name":"DNF_INF_IS_SIGNED","features":[53]},{"name":"DNF_INSTALLEDDRIVER","features":[53]},{"name":"DNF_LEGACYINF","features":[53]},{"name":"DNF_NODRIVER","features":[53]},{"name":"DNF_OEM_F6_INF","features":[53]},{"name":"DNF_OLDDRIVER","features":[53]},{"name":"DNF_OLD_INET_DRIVER","features":[53]},{"name":"DNF_REQUESTADDITIONALSOFTWARE","features":[53]},{"name":"DNF_UNUSED1","features":[53]},{"name":"DNF_UNUSED2","features":[53]},{"name":"DNF_UNUSED_22","features":[53]},{"name":"DNF_UNUSED_23","features":[53]},{"name":"DNF_UNUSED_24","features":[53]},{"name":"DNF_UNUSED_25","features":[53]},{"name":"DNF_UNUSED_26","features":[53]},{"name":"DNF_UNUSED_27","features":[53]},{"name":"DNF_UNUSED_28","features":[53]},{"name":"DNF_UNUSED_29","features":[53]},{"name":"DNF_UNUSED_30","features":[53]},{"name":"DNF_UNUSED_31","features":[53]},{"name":"DN_APM_DRIVER","features":[53]},{"name":"DN_APM_ENUMERATOR","features":[53]},{"name":"DN_ARM_WAKEUP","features":[53]},{"name":"DN_BAD_PARTIAL","features":[53]},{"name":"DN_BOOT_LOG_PROB","features":[53]},{"name":"DN_CHANGEABLE_FLAGS","features":[53]},{"name":"DN_CHILD_WITH_INVALID_ID","features":[53]},{"name":"DN_DEVICE_DISCONNECTED","features":[53]},{"name":"DN_DISABLEABLE","features":[53]},{"name":"DN_DRIVER_BLOCKED","features":[53]},{"name":"DN_DRIVER_LOADED","features":[53]},{"name":"DN_ENUM_LOADED","features":[53]},{"name":"DN_FILTERED","features":[53]},{"name":"DN_HARDWARE_ENUM","features":[53]},{"name":"DN_HAS_MARK","features":[53]},{"name":"DN_HAS_PROBLEM","features":[53]},{"name":"DN_LEGACY_DRIVER","features":[53]},{"name":"DN_LIAR","features":[53]},{"name":"DN_MANUAL","features":[53]},{"name":"DN_MF_CHILD","features":[53]},{"name":"DN_MF_PARENT","features":[53]},{"name":"DN_MOVED","features":[53]},{"name":"DN_NEEDS_LOCKING","features":[53]},{"name":"DN_NEED_RESTART","features":[53]},{"name":"DN_NEED_TO_ENUM","features":[53]},{"name":"DN_NOT_FIRST_TIME","features":[53]},{"name":"DN_NOT_FIRST_TIMEE","features":[53]},{"name":"DN_NO_SHOW_IN_DM","features":[53]},{"name":"DN_NT_DRIVER","features":[53]},{"name":"DN_NT_ENUMERATOR","features":[53]},{"name":"DN_PRIVATE_PROBLEM","features":[53]},{"name":"DN_QUERY_REMOVE_ACTIVE","features":[53]},{"name":"DN_QUERY_REMOVE_PENDING","features":[53]},{"name":"DN_REBAL_CANDIDATE","features":[53]},{"name":"DN_REMOVABLE","features":[53]},{"name":"DN_ROOT_ENUMERATED","features":[53]},{"name":"DN_SILENT_INSTALL","features":[53]},{"name":"DN_STARTED","features":[53]},{"name":"DN_STOP_FREE_RES","features":[53]},{"name":"DN_WILL_BE_REMOVED","features":[53]},{"name":"DPROMPT_BUFFERTOOSMALL","features":[53]},{"name":"DPROMPT_CANCEL","features":[53]},{"name":"DPROMPT_OUTOFMEMORY","features":[53]},{"name":"DPROMPT_SKIPFILE","features":[53]},{"name":"DPROMPT_SUCCESS","features":[53]},{"name":"DRIVER_COMPATID_RANK","features":[53]},{"name":"DRIVER_HARDWAREID_MASK","features":[53]},{"name":"DRIVER_HARDWAREID_RANK","features":[53]},{"name":"DRIVER_UNTRUSTED_COMPATID_RANK","features":[53]},{"name":"DRIVER_UNTRUSTED_HARDWAREID_RANK","features":[53]},{"name":"DRIVER_UNTRUSTED_RANK","features":[53]},{"name":"DRIVER_W9X_SUSPECT_COMPATID_RANK","features":[53]},{"name":"DRIVER_W9X_SUSPECT_HARDWAREID_RANK","features":[53]},{"name":"DRIVER_W9X_SUSPECT_RANK","features":[53]},{"name":"DWORD_MAX","features":[53]},{"name":"DYNAWIZ_FLAG_ANALYZE_HANDLECONFLICT","features":[53]},{"name":"DYNAWIZ_FLAG_INSTALLDET_NEXT","features":[53]},{"name":"DYNAWIZ_FLAG_INSTALLDET_PREV","features":[53]},{"name":"DYNAWIZ_FLAG_PAGESADDED","features":[53]},{"name":"DiInstallDevice","features":[53,1]},{"name":"DiInstallDriverA","features":[53,1]},{"name":"DiInstallDriverW","features":[53,1]},{"name":"DiRollbackDriver","features":[53,1]},{"name":"DiShowUpdateDevice","features":[53,1]},{"name":"DiShowUpdateDriver","features":[53,1]},{"name":"DiUninstallDevice","features":[53,1]},{"name":"DiUninstallDriverA","features":[53,1]},{"name":"DiUninstallDriverW","features":[53,1]},{"name":"ENABLECLASS_FAILURE","features":[53]},{"name":"ENABLECLASS_QUERY","features":[53]},{"name":"ENABLECLASS_SUCCESS","features":[53]},{"name":"FILEOP_ABORT","features":[53]},{"name":"FILEOP_BACKUP","features":[53]},{"name":"FILEOP_COPY","features":[53]},{"name":"FILEOP_DELETE","features":[53]},{"name":"FILEOP_DOIT","features":[53]},{"name":"FILEOP_NEWPATH","features":[53]},{"name":"FILEOP_RENAME","features":[53]},{"name":"FILEOP_RETRY","features":[53]},{"name":"FILEOP_SKIP","features":[53]},{"name":"FILEPATHS_A","features":[53]},{"name":"FILEPATHS_A","features":[53]},{"name":"FILEPATHS_SIGNERINFO_A","features":[53]},{"name":"FILEPATHS_SIGNERINFO_A","features":[53]},{"name":"FILEPATHS_SIGNERINFO_W","features":[53]},{"name":"FILEPATHS_SIGNERINFO_W","features":[53]},{"name":"FILEPATHS_W","features":[53]},{"name":"FILEPATHS_W","features":[53]},{"name":"FILE_COMPRESSION_MSZIP","features":[53]},{"name":"FILE_COMPRESSION_NONE","features":[53]},{"name":"FILE_COMPRESSION_NTCAB","features":[53]},{"name":"FILE_COMPRESSION_TYPE","features":[53]},{"name":"FILE_COMPRESSION_WINLZA","features":[53]},{"name":"FILE_IN_CABINET_INFO_A","features":[53]},{"name":"FILE_IN_CABINET_INFO_A","features":[53]},{"name":"FILE_IN_CABINET_INFO_W","features":[53]},{"name":"FILE_IN_CABINET_INFO_W","features":[53]},{"name":"FILTERED_LOG_CONF","features":[53]},{"name":"FLG_ADDPROPERTY_AND","features":[53]},{"name":"FLG_ADDPROPERTY_APPEND","features":[53]},{"name":"FLG_ADDPROPERTY_NOCLOBBER","features":[53]},{"name":"FLG_ADDPROPERTY_OR","features":[53]},{"name":"FLG_ADDPROPERTY_OVERWRITEONLY","features":[53]},{"name":"FLG_ADDREG_32BITKEY","features":[53]},{"name":"FLG_ADDREG_64BITKEY","features":[53]},{"name":"FLG_ADDREG_APPEND","features":[53]},{"name":"FLG_ADDREG_BINVALUETYPE","features":[53]},{"name":"FLG_ADDREG_DELREG_BIT","features":[53]},{"name":"FLG_ADDREG_DELVAL","features":[53]},{"name":"FLG_ADDREG_KEYONLY","features":[53]},{"name":"FLG_ADDREG_KEYONLY_COMMON","features":[53]},{"name":"FLG_ADDREG_NOCLOBBER","features":[53]},{"name":"FLG_ADDREG_OVERWRITEONLY","features":[53]},{"name":"FLG_ADDREG_TYPE_EXPAND_SZ","features":[53]},{"name":"FLG_ADDREG_TYPE_MULTI_SZ","features":[53]},{"name":"FLG_ADDREG_TYPE_SZ","features":[53]},{"name":"FLG_BITREG_32BITKEY","features":[53]},{"name":"FLG_BITREG_64BITKEY","features":[53]},{"name":"FLG_BITREG_CLEARBITS","features":[53]},{"name":"FLG_BITREG_SETBITS","features":[53]},{"name":"FLG_DELPROPERTY_MULTI_SZ_DELSTRING","features":[53]},{"name":"FLG_DELREG_32BITKEY","features":[53]},{"name":"FLG_DELREG_64BITKEY","features":[53]},{"name":"FLG_DELREG_KEYONLY_COMMON","features":[53]},{"name":"FLG_DELREG_OPERATION_MASK","features":[53]},{"name":"FLG_DELREG_TYPE_EXPAND_SZ","features":[53]},{"name":"FLG_DELREG_TYPE_MULTI_SZ","features":[53]},{"name":"FLG_DELREG_TYPE_SZ","features":[53]},{"name":"FLG_DELREG_VALUE","features":[53]},{"name":"FLG_INI2REG_32BITKEY","features":[53]},{"name":"FLG_INI2REG_64BITKEY","features":[53]},{"name":"FLG_PROFITEM_CSIDL","features":[53]},{"name":"FLG_PROFITEM_CURRENTUSER","features":[53]},{"name":"FLG_PROFITEM_DELETE","features":[53]},{"name":"FLG_PROFITEM_GROUP","features":[53]},{"name":"FLG_REGSVR_DLLINSTALL","features":[53]},{"name":"FLG_REGSVR_DLLREGISTER","features":[53]},{"name":"FORCED_LOG_CONF","features":[53]},{"name":"GUID_ACPI_CMOS_INTERFACE_STANDARD","features":[53]},{"name":"GUID_ACPI_INTERFACE_STANDARD","features":[53]},{"name":"GUID_ACPI_INTERFACE_STANDARD2","features":[53]},{"name":"GUID_ACPI_PORT_RANGES_INTERFACE_STANDARD","features":[53]},{"name":"GUID_ACPI_REGS_INTERFACE_STANDARD","features":[53]},{"name":"GUID_AGP_TARGET_BUS_INTERFACE_STANDARD","features":[53]},{"name":"GUID_ARBITER_INTERFACE_STANDARD","features":[53]},{"name":"GUID_BUS_INTERFACE_STANDARD","features":[53]},{"name":"GUID_BUS_RESOURCE_UPDATE_INTERFACE","features":[53]},{"name":"GUID_BUS_TYPE_1394","features":[53]},{"name":"GUID_BUS_TYPE_ACPI","features":[53]},{"name":"GUID_BUS_TYPE_AVC","features":[53]},{"name":"GUID_BUS_TYPE_DOT4PRT","features":[53]},{"name":"GUID_BUS_TYPE_EISA","features":[53]},{"name":"GUID_BUS_TYPE_HID","features":[53]},{"name":"GUID_BUS_TYPE_INTERNAL","features":[53]},{"name":"GUID_BUS_TYPE_IRDA","features":[53]},{"name":"GUID_BUS_TYPE_ISAPNP","features":[53]},{"name":"GUID_BUS_TYPE_LPTENUM","features":[53]},{"name":"GUID_BUS_TYPE_MCA","features":[53]},{"name":"GUID_BUS_TYPE_PCI","features":[53]},{"name":"GUID_BUS_TYPE_PCMCIA","features":[53]},{"name":"GUID_BUS_TYPE_SCM","features":[53]},{"name":"GUID_BUS_TYPE_SD","features":[53]},{"name":"GUID_BUS_TYPE_SERENUM","features":[53]},{"name":"GUID_BUS_TYPE_SW_DEVICE","features":[53]},{"name":"GUID_BUS_TYPE_USB","features":[53]},{"name":"GUID_BUS_TYPE_USBPRINT","features":[53]},{"name":"GUID_D3COLD_AUX_POWER_AND_TIMING_INTERFACE","features":[53]},{"name":"GUID_D3COLD_SUPPORT_INTERFACE","features":[53]},{"name":"GUID_DEVCLASS_1394","features":[53]},{"name":"GUID_DEVCLASS_1394DEBUG","features":[53]},{"name":"GUID_DEVCLASS_61883","features":[53]},{"name":"GUID_DEVCLASS_ADAPTER","features":[53]},{"name":"GUID_DEVCLASS_APMSUPPORT","features":[53]},{"name":"GUID_DEVCLASS_AVC","features":[53]},{"name":"GUID_DEVCLASS_BATTERY","features":[53]},{"name":"GUID_DEVCLASS_BIOMETRIC","features":[53]},{"name":"GUID_DEVCLASS_BLUETOOTH","features":[53]},{"name":"GUID_DEVCLASS_CAMERA","features":[53]},{"name":"GUID_DEVCLASS_CDROM","features":[53]},{"name":"GUID_DEVCLASS_COMPUTEACCELERATOR","features":[53]},{"name":"GUID_DEVCLASS_COMPUTER","features":[53]},{"name":"GUID_DEVCLASS_DECODER","features":[53]},{"name":"GUID_DEVCLASS_DISKDRIVE","features":[53]},{"name":"GUID_DEVCLASS_DISPLAY","features":[53]},{"name":"GUID_DEVCLASS_DOT4","features":[53]},{"name":"GUID_DEVCLASS_DOT4PRINT","features":[53]},{"name":"GUID_DEVCLASS_EHSTORAGESILO","features":[53]},{"name":"GUID_DEVCLASS_ENUM1394","features":[53]},{"name":"GUID_DEVCLASS_EXTENSION","features":[53]},{"name":"GUID_DEVCLASS_FDC","features":[53]},{"name":"GUID_DEVCLASS_FIRMWARE","features":[53]},{"name":"GUID_DEVCLASS_FLOPPYDISK","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_ACTIVITYMONITOR","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_ANTIVIRUS","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_BOTTOM","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_CFSMETADATASERVER","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_COMPRESSION","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_CONTENTSCREENER","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_CONTINUOUSBACKUP","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_COPYPROTECTION","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_ENCRYPTION","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_HSM","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_INFRASTRUCTURE","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_OPENFILEBACKUP","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_PHYSICALQUOTAMANAGEMENT","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_QUOTAMANAGEMENT","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_REPLICATION","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_SECURITYENHANCER","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_SYSTEM","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_SYSTEMRECOVERY","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_TOP","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_UNDELETE","features":[53]},{"name":"GUID_DEVCLASS_FSFILTER_VIRTUALIZATION","features":[53]},{"name":"GUID_DEVCLASS_GENERIC","features":[53]},{"name":"GUID_DEVCLASS_GPS","features":[53]},{"name":"GUID_DEVCLASS_HDC","features":[53]},{"name":"GUID_DEVCLASS_HIDCLASS","features":[53]},{"name":"GUID_DEVCLASS_HOLOGRAPHIC","features":[53]},{"name":"GUID_DEVCLASS_IMAGE","features":[53]},{"name":"GUID_DEVCLASS_INFINIBAND","features":[53]},{"name":"GUID_DEVCLASS_INFRARED","features":[53]},{"name":"GUID_DEVCLASS_KEYBOARD","features":[53]},{"name":"GUID_DEVCLASS_LEGACYDRIVER","features":[53]},{"name":"GUID_DEVCLASS_MEDIA","features":[53]},{"name":"GUID_DEVCLASS_MEDIUM_CHANGER","features":[53]},{"name":"GUID_DEVCLASS_MEMORY","features":[53]},{"name":"GUID_DEVCLASS_MODEM","features":[53]},{"name":"GUID_DEVCLASS_MONITOR","features":[53]},{"name":"GUID_DEVCLASS_MOUSE","features":[53]},{"name":"GUID_DEVCLASS_MTD","features":[53]},{"name":"GUID_DEVCLASS_MULTIFUNCTION","features":[53]},{"name":"GUID_DEVCLASS_MULTIPORTSERIAL","features":[53]},{"name":"GUID_DEVCLASS_NET","features":[53]},{"name":"GUID_DEVCLASS_NETCLIENT","features":[53]},{"name":"GUID_DEVCLASS_NETDRIVER","features":[53]},{"name":"GUID_DEVCLASS_NETSERVICE","features":[53]},{"name":"GUID_DEVCLASS_NETTRANS","features":[53]},{"name":"GUID_DEVCLASS_NETUIO","features":[53]},{"name":"GUID_DEVCLASS_NODRIVER","features":[53]},{"name":"GUID_DEVCLASS_PCMCIA","features":[53]},{"name":"GUID_DEVCLASS_PNPPRINTERS","features":[53]},{"name":"GUID_DEVCLASS_PORTS","features":[53]},{"name":"GUID_DEVCLASS_PRIMITIVE","features":[53]},{"name":"GUID_DEVCLASS_PRINTER","features":[53]},{"name":"GUID_DEVCLASS_PRINTERUPGRADE","features":[53]},{"name":"GUID_DEVCLASS_PRINTQUEUE","features":[53]},{"name":"GUID_DEVCLASS_PROCESSOR","features":[53]},{"name":"GUID_DEVCLASS_SBP2","features":[53]},{"name":"GUID_DEVCLASS_SCMDISK","features":[53]},{"name":"GUID_DEVCLASS_SCMVOLUME","features":[53]},{"name":"GUID_DEVCLASS_SCSIADAPTER","features":[53]},{"name":"GUID_DEVCLASS_SECURITYACCELERATOR","features":[53]},{"name":"GUID_DEVCLASS_SENSOR","features":[53]},{"name":"GUID_DEVCLASS_SIDESHOW","features":[53]},{"name":"GUID_DEVCLASS_SMARTCARDREADER","features":[53]},{"name":"GUID_DEVCLASS_SMRDISK","features":[53]},{"name":"GUID_DEVCLASS_SMRVOLUME","features":[53]},{"name":"GUID_DEVCLASS_SOFTWARECOMPONENT","features":[53]},{"name":"GUID_DEVCLASS_SOUND","features":[53]},{"name":"GUID_DEVCLASS_SYSTEM","features":[53]},{"name":"GUID_DEVCLASS_TAPEDRIVE","features":[53]},{"name":"GUID_DEVCLASS_UCM","features":[53]},{"name":"GUID_DEVCLASS_UNKNOWN","features":[53]},{"name":"GUID_DEVCLASS_USB","features":[53]},{"name":"GUID_DEVCLASS_VOLUME","features":[53]},{"name":"GUID_DEVCLASS_VOLUMESNAPSHOT","features":[53]},{"name":"GUID_DEVCLASS_WCEUSBS","features":[53]},{"name":"GUID_DEVCLASS_WPD","features":[53]},{"name":"GUID_DEVICE_INTERFACE_ARRIVAL","features":[53]},{"name":"GUID_DEVICE_INTERFACE_REMOVAL","features":[53]},{"name":"GUID_DEVICE_RESET_INTERFACE_STANDARD","features":[53]},{"name":"GUID_DMA_CACHE_COHERENCY_INTERFACE","features":[53]},{"name":"GUID_HWPROFILE_CHANGE_CANCELLED","features":[53]},{"name":"GUID_HWPROFILE_CHANGE_COMPLETE","features":[53]},{"name":"GUID_HWPROFILE_QUERY_CHANGE","features":[53]},{"name":"GUID_INT_ROUTE_INTERFACE_STANDARD","features":[53]},{"name":"GUID_IOMMU_BUS_INTERFACE","features":[53]},{"name":"GUID_KERNEL_SOFT_RESTART_CANCEL","features":[53]},{"name":"GUID_KERNEL_SOFT_RESTART_FINALIZE","features":[53]},{"name":"GUID_KERNEL_SOFT_RESTART_PREPARE","features":[53]},{"name":"GUID_LEGACY_DEVICE_DETECTION_STANDARD","features":[53]},{"name":"GUID_MF_ENUMERATION_INTERFACE","features":[53]},{"name":"GUID_MSIX_TABLE_CONFIG_INTERFACE","features":[53]},{"name":"GUID_NPEM_CONTROL_INTERFACE","features":[53]},{"name":"GUID_PARTITION_UNIT_INTERFACE_STANDARD","features":[53]},{"name":"GUID_PCC_INTERFACE_INTERNAL","features":[53]},{"name":"GUID_PCC_INTERFACE_STANDARD","features":[53]},{"name":"GUID_PCI_ATS_INTERFACE","features":[53]},{"name":"GUID_PCI_BUS_INTERFACE_STANDARD","features":[53]},{"name":"GUID_PCI_BUS_INTERFACE_STANDARD2","features":[53]},{"name":"GUID_PCI_DEVICE_PRESENT_INTERFACE","features":[53]},{"name":"GUID_PCI_EXPRESS_LINK_QUIESCENT_INTERFACE","features":[53]},{"name":"GUID_PCI_EXPRESS_ROOT_PORT_INTERFACE","features":[53]},{"name":"GUID_PCI_FPGA_CONTROL_INTERFACE","features":[53]},{"name":"GUID_PCI_PTM_CONTROL_INTERFACE","features":[53]},{"name":"GUID_PCI_SECURITY_INTERFACE","features":[53]},{"name":"GUID_PCI_VIRTUALIZATION_INTERFACE","features":[53]},{"name":"GUID_PCMCIA_BUS_INTERFACE_STANDARD","features":[53]},{"name":"GUID_PNP_CUSTOM_NOTIFICATION","features":[53]},{"name":"GUID_PNP_EXTENDED_ADDRESS_INTERFACE","features":[53]},{"name":"GUID_PNP_LOCATION_INTERFACE","features":[53]},{"name":"GUID_PNP_POWER_NOTIFICATION","features":[53]},{"name":"GUID_PNP_POWER_SETTING_CHANGE","features":[53]},{"name":"GUID_POWER_DEVICE_ENABLE","features":[53]},{"name":"GUID_POWER_DEVICE_TIMEOUTS","features":[53]},{"name":"GUID_POWER_DEVICE_WAKE_ENABLE","features":[53]},{"name":"GUID_PROCESSOR_PCC_INTERFACE_STANDARD","features":[53]},{"name":"GUID_QUERY_CRASHDUMP_FUNCTIONS","features":[53]},{"name":"GUID_RECOVERY_NVMED_PREPARE_SHUTDOWN","features":[53]},{"name":"GUID_RECOVERY_PCI_PREPARE_SHUTDOWN","features":[53]},{"name":"GUID_REENUMERATE_SELF_INTERFACE_STANDARD","features":[53]},{"name":"GUID_SCM_BUS_INTERFACE","features":[53]},{"name":"GUID_SCM_BUS_LD_INTERFACE","features":[53]},{"name":"GUID_SCM_BUS_NVD_INTERFACE","features":[53]},{"name":"GUID_SCM_PHYSICAL_NVDIMM_INTERFACE","features":[53]},{"name":"GUID_SDEV_IDENTIFIER_INTERFACE","features":[53]},{"name":"GUID_SECURE_DRIVER_INTERFACE","features":[53]},{"name":"GUID_TARGET_DEVICE_QUERY_REMOVE","features":[53]},{"name":"GUID_TARGET_DEVICE_REMOVE_CANCELLED","features":[53]},{"name":"GUID_TARGET_DEVICE_REMOVE_COMPLETE","features":[53]},{"name":"GUID_TARGET_DEVICE_TRANSPORT_RELATIONS_CHANGED","features":[53]},{"name":"GUID_THERMAL_COOLING_INTERFACE","features":[53]},{"name":"GUID_TRANSLATOR_INTERFACE_STANDARD","features":[53]},{"name":"GUID_WUDF_DEVICE_HOST_PROBLEM","features":[53]},{"name":"HCMNOTIFICATION","features":[53]},{"name":"HDEVINFO","features":[53]},{"name":"HWPROFILEINFO_A","features":[53]},{"name":"HWPROFILEINFO_W","features":[53]},{"name":"IDD_DYNAWIZ_ANALYZEDEV_PAGE","features":[53]},{"name":"IDD_DYNAWIZ_ANALYZE_NEXTPAGE","features":[53]},{"name":"IDD_DYNAWIZ_ANALYZE_PREVPAGE","features":[53]},{"name":"IDD_DYNAWIZ_FIRSTPAGE","features":[53]},{"name":"IDD_DYNAWIZ_INSTALLDETECTEDDEVS_PAGE","features":[53]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_NEXTPAGE","features":[53]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_NODEVS","features":[53]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_PREVPAGE","features":[53]},{"name":"IDD_DYNAWIZ_SELECTCLASS_PAGE","features":[53]},{"name":"IDD_DYNAWIZ_SELECTDEV_PAGE","features":[53]},{"name":"IDD_DYNAWIZ_SELECT_NEXTPAGE","features":[53]},{"name":"IDD_DYNAWIZ_SELECT_PREVPAGE","features":[53]},{"name":"IDF_CHECKFIRST","features":[53]},{"name":"IDF_NOBEEP","features":[53]},{"name":"IDF_NOBROWSE","features":[53]},{"name":"IDF_NOCOMPRESSED","features":[53]},{"name":"IDF_NODETAILS","features":[53]},{"name":"IDF_NOFOREGROUND","features":[53]},{"name":"IDF_NOREMOVABLEMEDIAPROMPT","features":[53]},{"name":"IDF_NOSKIP","features":[53]},{"name":"IDF_OEMDISK","features":[53]},{"name":"IDF_USEDISKNAMEASPROMPT","features":[53]},{"name":"IDF_WARNIFSKIP","features":[53]},{"name":"IDI_CLASSICON_OVERLAYFIRST","features":[53]},{"name":"IDI_CLASSICON_OVERLAYLAST","features":[53]},{"name":"IDI_CONFLICT","features":[53]},{"name":"IDI_DISABLED_OVL","features":[53]},{"name":"IDI_FORCED_OVL","features":[53]},{"name":"IDI_PROBLEM_OVL","features":[53]},{"name":"IDI_RESOURCE","features":[53]},{"name":"IDI_RESOURCEFIRST","features":[53]},{"name":"IDI_RESOURCELAST","features":[53]},{"name":"IDI_RESOURCEOVERLAYFIRST","features":[53]},{"name":"IDI_RESOURCEOVERLAYLAST","features":[53]},{"name":"INFCONTEXT","features":[53]},{"name":"INFCONTEXT","features":[53]},{"name":"INFINFO_DEFAULT_SEARCH","features":[53]},{"name":"INFINFO_INF_NAME_IS_ABSOLUTE","features":[53]},{"name":"INFINFO_INF_PATH_LIST_SEARCH","features":[53]},{"name":"INFINFO_INF_SPEC_IS_HINF","features":[53]},{"name":"INFINFO_REVERSE_DEFAULT_SEARCH","features":[53]},{"name":"INFSTR_BUS_ALL","features":[53]},{"name":"INFSTR_BUS_EISA","features":[53]},{"name":"INFSTR_BUS_ISA","features":[53]},{"name":"INFSTR_BUS_MCA","features":[53]},{"name":"INFSTR_CFGPRI_DESIRED","features":[53]},{"name":"INFSTR_CFGPRI_DISABLED","features":[53]},{"name":"INFSTR_CFGPRI_FORCECONFIG","features":[53]},{"name":"INFSTR_CFGPRI_HARDRECONFIG","features":[53]},{"name":"INFSTR_CFGPRI_HARDWIRED","features":[53]},{"name":"INFSTR_CFGPRI_NORMAL","features":[53]},{"name":"INFSTR_CFGPRI_POWEROFF","features":[53]},{"name":"INFSTR_CFGPRI_REBOOT","features":[53]},{"name":"INFSTR_CFGPRI_RESTART","features":[53]},{"name":"INFSTR_CFGPRI_SUBOPTIMAL","features":[53]},{"name":"INFSTR_CFGTYPE_BASIC","features":[53]},{"name":"INFSTR_CFGTYPE_FORCED","features":[53]},{"name":"INFSTR_CFGTYPE_OVERRIDE","features":[53]},{"name":"INFSTR_CLASS_SAFEEXCL","features":[53]},{"name":"INFSTR_CONTROLFLAGS_SECTION","features":[53]},{"name":"INFSTR_DRIVERSELECT_FUNCTIONS","features":[53]},{"name":"INFSTR_DRIVERSELECT_SECTION","features":[53]},{"name":"INFSTR_DRIVERVERSION_SECTION","features":[53]},{"name":"INFSTR_KEY_ACTION","features":[53]},{"name":"INFSTR_KEY_ALWAYSEXCLUDEFROMSELECT","features":[53]},{"name":"INFSTR_KEY_BUFFER_SIZE","features":[53]},{"name":"INFSTR_KEY_CATALOGFILE","features":[53]},{"name":"INFSTR_KEY_CHANNEL_ACCESS","features":[53]},{"name":"INFSTR_KEY_CHANNEL_ENABLED","features":[53]},{"name":"INFSTR_KEY_CHANNEL_ISOLATION","features":[53]},{"name":"INFSTR_KEY_CHANNEL_VALUE","features":[53]},{"name":"INFSTR_KEY_CLASS","features":[53]},{"name":"INFSTR_KEY_CLASSGUID","features":[53]},{"name":"INFSTR_KEY_CLOCK_TYPE","features":[53]},{"name":"INFSTR_KEY_CONFIGPRIORITY","features":[53]},{"name":"INFSTR_KEY_COPYFILESONLY","features":[53]},{"name":"INFSTR_KEY_DATA_ITEM","features":[53]},{"name":"INFSTR_KEY_DELAYEDAUTOSTART","features":[53]},{"name":"INFSTR_KEY_DEPENDENCIES","features":[53]},{"name":"INFSTR_KEY_DESCRIPTION","features":[53]},{"name":"INFSTR_KEY_DETECTLIST","features":[53]},{"name":"INFSTR_KEY_DETPARAMS","features":[53]},{"name":"INFSTR_KEY_DISABLE_REALTIME_PERSISTENCE","features":[53]},{"name":"INFSTR_KEY_DISPLAYNAME","features":[53]},{"name":"INFSTR_KEY_DMA","features":[53]},{"name":"INFSTR_KEY_DMACONFIG","features":[53]},{"name":"INFSTR_KEY_DRIVERSET","features":[53]},{"name":"INFSTR_KEY_ENABLED","features":[53]},{"name":"INFSTR_KEY_ENABLE_FLAGS","features":[53]},{"name":"INFSTR_KEY_ENABLE_LEVEL","features":[53]},{"name":"INFSTR_KEY_ENABLE_PROPERTY","features":[53]},{"name":"INFSTR_KEY_ERRORCONTROL","features":[53]},{"name":"INFSTR_KEY_EXCLUDEFROMSELECT","features":[53]},{"name":"INFSTR_KEY_EXCLUDERES","features":[53]},{"name":"INFSTR_KEY_EXTENSIONID","features":[53]},{"name":"INFSTR_KEY_FAILURE_ACTION","features":[53]},{"name":"INFSTR_KEY_FILE_MAX","features":[53]},{"name":"INFSTR_KEY_FILE_NAME","features":[53]},{"name":"INFSTR_KEY_FLUSH_TIMER","features":[53]},{"name":"INFSTR_KEY_FROMINET","features":[53]},{"name":"INFSTR_KEY_HARDWARE_CLASS","features":[53]},{"name":"INFSTR_KEY_HARDWARE_CLASSGUID","features":[53]},{"name":"INFSTR_KEY_INTERACTIVEINSTALL","features":[53]},{"name":"INFSTR_KEY_IO","features":[53]},{"name":"INFSTR_KEY_IOCONFIG","features":[53]},{"name":"INFSTR_KEY_IRQ","features":[53]},{"name":"INFSTR_KEY_IRQCONFIG","features":[53]},{"name":"INFSTR_KEY_LOADORDERGROUP","features":[53]},{"name":"INFSTR_KEY_LOGGING_AUTOBACKUP","features":[53]},{"name":"INFSTR_KEY_LOGGING_MAXSIZE","features":[53]},{"name":"INFSTR_KEY_LOGGING_RETENTION","features":[53]},{"name":"INFSTR_KEY_LOG_FILE_MODE","features":[53]},{"name":"INFSTR_KEY_MATCH_ALL_KEYWORD","features":[53]},{"name":"INFSTR_KEY_MATCH_ANY_KEYWORD","features":[53]},{"name":"INFSTR_KEY_MAXIMUM_BUFFERS","features":[53]},{"name":"INFSTR_KEY_MAX_FILE_SIZE","features":[53]},{"name":"INFSTR_KEY_MEM","features":[53]},{"name":"INFSTR_KEY_MEMCONFIG","features":[53]},{"name":"INFSTR_KEY_MEMLARGECONFIG","features":[53]},{"name":"INFSTR_KEY_MESSAGE_FILE","features":[53]},{"name":"INFSTR_KEY_MFCARDCONFIG","features":[53]},{"name":"INFSTR_KEY_MINIMUM_BUFFERS","features":[53]},{"name":"INFSTR_KEY_NAME","features":[53]},{"name":"INFSTR_KEY_NON_CRASH_FAILURES","features":[53]},{"name":"INFSTR_KEY_NOSETUPINF","features":[53]},{"name":"INFSTR_KEY_PARAMETER_FILE","features":[53]},{"name":"INFSTR_KEY_PATH","features":[53]},{"name":"INFSTR_KEY_PCCARDCONFIG","features":[53]},{"name":"INFSTR_KEY_PNPLOCKDOWN","features":[53]},{"name":"INFSTR_KEY_PROVIDER","features":[53]},{"name":"INFSTR_KEY_PROVIDER_NAME","features":[53]},{"name":"INFSTR_KEY_REQUESTADDITIONALSOFTWARE","features":[53]},{"name":"INFSTR_KEY_REQUIREDPRIVILEGES","features":[53]},{"name":"INFSTR_KEY_RESET_PERIOD","features":[53]},{"name":"INFSTR_KEY_RESOURCE_FILE","features":[53]},{"name":"INFSTR_KEY_SECURITY","features":[53]},{"name":"INFSTR_KEY_SERVICEBINARY","features":[53]},{"name":"INFSTR_KEY_SERVICESIDTYPE","features":[53]},{"name":"INFSTR_KEY_SERVICETYPE","features":[53]},{"name":"INFSTR_KEY_SIGNATURE","features":[53]},{"name":"INFSTR_KEY_SKIPLIST","features":[53]},{"name":"INFSTR_KEY_START","features":[53]},{"name":"INFSTR_KEY_STARTNAME","features":[53]},{"name":"INFSTR_KEY_STARTTYPE","features":[53]},{"name":"INFSTR_KEY_SUB_TYPE","features":[53]},{"name":"INFSTR_KEY_TRIGGER_TYPE","features":[53]},{"name":"INFSTR_PLATFORM_NT","features":[53]},{"name":"INFSTR_PLATFORM_NTALPHA","features":[53]},{"name":"INFSTR_PLATFORM_NTAMD64","features":[53]},{"name":"INFSTR_PLATFORM_NTARM","features":[53]},{"name":"INFSTR_PLATFORM_NTARM64","features":[53]},{"name":"INFSTR_PLATFORM_NTAXP64","features":[53]},{"name":"INFSTR_PLATFORM_NTIA64","features":[53]},{"name":"INFSTR_PLATFORM_NTMIPS","features":[53]},{"name":"INFSTR_PLATFORM_NTPPC","features":[53]},{"name":"INFSTR_PLATFORM_NTX86","features":[53]},{"name":"INFSTR_PLATFORM_WIN","features":[53]},{"name":"INFSTR_REBOOT","features":[53]},{"name":"INFSTR_RESTART","features":[53]},{"name":"INFSTR_RISK_BIOSROMRD","features":[53]},{"name":"INFSTR_RISK_DELICATE","features":[53]},{"name":"INFSTR_RISK_IORD","features":[53]},{"name":"INFSTR_RISK_IOWR","features":[53]},{"name":"INFSTR_RISK_LOW","features":[53]},{"name":"INFSTR_RISK_MEMRD","features":[53]},{"name":"INFSTR_RISK_MEMWR","features":[53]},{"name":"INFSTR_RISK_NONE","features":[53]},{"name":"INFSTR_RISK_QUERYDRV","features":[53]},{"name":"INFSTR_RISK_SWINT","features":[53]},{"name":"INFSTR_RISK_UNRELIABLE","features":[53]},{"name":"INFSTR_RISK_VERYHIGH","features":[53]},{"name":"INFSTR_RISK_VERYLOW","features":[53]},{"name":"INFSTR_SECT_AUTOEXECBAT","features":[53]},{"name":"INFSTR_SECT_AVOIDCFGSYSDEV","features":[53]},{"name":"INFSTR_SECT_AVOIDENVDEV","features":[53]},{"name":"INFSTR_SECT_AVOIDINIDEV","features":[53]},{"name":"INFSTR_SECT_BADACPIBIOS","features":[53]},{"name":"INFSTR_SECT_BADDISKBIOS","features":[53]},{"name":"INFSTR_SECT_BADDSBIOS","features":[53]},{"name":"INFSTR_SECT_BADPMCALLBIOS","features":[53]},{"name":"INFSTR_SECT_BADPNPBIOS","features":[53]},{"name":"INFSTR_SECT_BADRMCALLBIOS","features":[53]},{"name":"INFSTR_SECT_BADROUTINGTABLEBIOS","features":[53]},{"name":"INFSTR_SECT_CFGSYS","features":[53]},{"name":"INFSTR_SECT_CLASS_INSTALL","features":[53]},{"name":"INFSTR_SECT_CLASS_INSTALL_32","features":[53]},{"name":"INFSTR_SECT_DEFAULT_INSTALL","features":[53]},{"name":"INFSTR_SECT_DEFAULT_UNINSTALL","features":[53]},{"name":"INFSTR_SECT_DETCLASSINFO","features":[53]},{"name":"INFSTR_SECT_DETMODULES","features":[53]},{"name":"INFSTR_SECT_DETOPTIONS","features":[53]},{"name":"INFSTR_SECT_DEVINFS","features":[53]},{"name":"INFSTR_SECT_DISPLAY_CLEANUP","features":[53]},{"name":"INFSTR_SECT_EXTENSIONCONTRACTS","features":[53]},{"name":"INFSTR_SECT_FORCEHWVERIFY","features":[53]},{"name":"INFSTR_SECT_GOODACPIBIOS","features":[53]},{"name":"INFSTR_SECT_HPOMNIBOOK","features":[53]},{"name":"INFSTR_SECT_INTERFACE_INSTALL_32","features":[53]},{"name":"INFSTR_SECT_MACHINEIDBIOS","features":[53]},{"name":"INFSTR_SECT_MANUALDEV","features":[53]},{"name":"INFSTR_SECT_MFG","features":[53]},{"name":"INFSTR_SECT_REGCFGSYSDEV","features":[53]},{"name":"INFSTR_SECT_REGENVDEV","features":[53]},{"name":"INFSTR_SECT_REGINIDEV","features":[53]},{"name":"INFSTR_SECT_SYSINI","features":[53]},{"name":"INFSTR_SECT_SYSINIDRV","features":[53]},{"name":"INFSTR_SECT_TARGETCOMPUTERS","features":[53]},{"name":"INFSTR_SECT_VERSION","features":[53]},{"name":"INFSTR_SECT_WININIRUN","features":[53]},{"name":"INFSTR_SOFTWAREVERSION_SECTION","features":[53]},{"name":"INFSTR_STRKEY_DRVDESC","features":[53]},{"name":"INFSTR_SUBKEY_COINSTALLERS","features":[53]},{"name":"INFSTR_SUBKEY_CTL","features":[53]},{"name":"INFSTR_SUBKEY_DET","features":[53]},{"name":"INFSTR_SUBKEY_EVENTS","features":[53]},{"name":"INFSTR_SUBKEY_FACTDEF","features":[53]},{"name":"INFSTR_SUBKEY_FILTERS","features":[53]},{"name":"INFSTR_SUBKEY_HW","features":[53]},{"name":"INFSTR_SUBKEY_INTERFACES","features":[53]},{"name":"INFSTR_SUBKEY_LOGCONFIG","features":[53]},{"name":"INFSTR_SUBKEY_LOGCONFIGOVERRIDE","features":[53]},{"name":"INFSTR_SUBKEY_NORESOURCEDUPS","features":[53]},{"name":"INFSTR_SUBKEY_POSSIBLEDUPS","features":[53]},{"name":"INFSTR_SUBKEY_SERVICES","features":[53]},{"name":"INFSTR_SUBKEY_SOFTWARE","features":[53]},{"name":"INFSTR_SUBKEY_WMI","features":[53]},{"name":"INF_STYLE","features":[53]},{"name":"INF_STYLE_CACHE_DISABLE","features":[53]},{"name":"INF_STYLE_CACHE_ENABLE","features":[53]},{"name":"INF_STYLE_CACHE_IGNORE","features":[53]},{"name":"INF_STYLE_NONE","features":[53]},{"name":"INF_STYLE_OLDNT","features":[53]},{"name":"INF_STYLE_WIN4","features":[53]},{"name":"INSTALLFLAG_BITS","features":[53]},{"name":"INSTALLFLAG_FORCE","features":[53]},{"name":"INSTALLFLAG_NONINTERACTIVE","features":[53]},{"name":"INSTALLFLAG_READONLY","features":[53]},{"name":"IOA_Local","features":[53]},{"name":"IOD_DESFLAGS","features":[53]},{"name":"IO_ALIAS_10_BIT_DECODE","features":[53]},{"name":"IO_ALIAS_12_BIT_DECODE","features":[53]},{"name":"IO_ALIAS_16_BIT_DECODE","features":[53]},{"name":"IO_ALIAS_POSITIVE_DECODE","features":[53]},{"name":"IO_DES","features":[53]},{"name":"IO_RANGE","features":[53]},{"name":"IO_RESOURCE","features":[53]},{"name":"IRQD_FLAGS","features":[53]},{"name":"IRQ_DES_32","features":[53]},{"name":"IRQ_DES_64","features":[53]},{"name":"IRQ_RANGE","features":[53]},{"name":"IRQ_RESOURCE_32","features":[53]},{"name":"IRQ_RESOURCE_64","features":[53]},{"name":"InstallHinfSectionA","features":[53,1]},{"name":"InstallHinfSectionW","features":[53,1]},{"name":"LCPRI_BOOTCONFIG","features":[53]},{"name":"LCPRI_DESIRED","features":[53]},{"name":"LCPRI_DISABLED","features":[53]},{"name":"LCPRI_FORCECONFIG","features":[53]},{"name":"LCPRI_HARDRECONFIG","features":[53]},{"name":"LCPRI_HARDWIRED","features":[53]},{"name":"LCPRI_IMPOSSIBLE","features":[53]},{"name":"LCPRI_LASTBESTCONFIG","features":[53]},{"name":"LCPRI_LASTSOFTCONFIG","features":[53]},{"name":"LCPRI_NORMAL","features":[53]},{"name":"LCPRI_POWEROFF","features":[53]},{"name":"LCPRI_REBOOT","features":[53]},{"name":"LCPRI_RESTART","features":[53]},{"name":"LCPRI_SUBOPTIMAL","features":[53]},{"name":"LINE_LEN","features":[53]},{"name":"LOG_CONF_BITS","features":[53]},{"name":"LogSevError","features":[53]},{"name":"LogSevFatalError","features":[53]},{"name":"LogSevInformation","features":[53]},{"name":"LogSevMaximum","features":[53]},{"name":"LogSevWarning","features":[53]},{"name":"MAX_CLASS_NAME_LEN","features":[53]},{"name":"MAX_CONFIG_VALUE","features":[53]},{"name":"MAX_DEVICE_ID_LEN","features":[53]},{"name":"MAX_DEVNODE_ID_LEN","features":[53]},{"name":"MAX_DMA_CHANNELS","features":[53]},{"name":"MAX_GUID_STRING_LEN","features":[53]},{"name":"MAX_IDD_DYNAWIZ_RESOURCE_ID","features":[53]},{"name":"MAX_INFSTR_STRKEY_LEN","features":[53]},{"name":"MAX_INF_FLAG","features":[53]},{"name":"MAX_INF_SECTION_NAME_LENGTH","features":[53]},{"name":"MAX_INF_STRING_LENGTH","features":[53]},{"name":"MAX_INSTALLWIZARD_DYNAPAGES","features":[53]},{"name":"MAX_INSTANCE_VALUE","features":[53]},{"name":"MAX_INSTRUCTION_LEN","features":[53]},{"name":"MAX_IO_PORTS","features":[53]},{"name":"MAX_IRQS","features":[53]},{"name":"MAX_KEY_LEN","features":[53]},{"name":"MAX_LABEL_LEN","features":[53]},{"name":"MAX_LCPRI","features":[53]},{"name":"MAX_MEM_REGISTERS","features":[53]},{"name":"MAX_PRIORITYSTR_LEN","features":[53]},{"name":"MAX_PROFILE_LEN","features":[53]},{"name":"MAX_SERVICE_NAME_LEN","features":[53]},{"name":"MAX_SUBTITLE_LEN","features":[53]},{"name":"MAX_TITLE_LEN","features":[53]},{"name":"MD_FLAGS","features":[53]},{"name":"MEM_DES","features":[53]},{"name":"MEM_LARGE_DES","features":[53]},{"name":"MEM_LARGE_RANGE","features":[53]},{"name":"MEM_LARGE_RESOURCE","features":[53]},{"name":"MEM_RANGE","features":[53]},{"name":"MEM_RESOURCE","features":[53]},{"name":"MFCARD_DES","features":[53]},{"name":"MFCARD_RESOURCE","features":[53]},{"name":"MIN_IDD_DYNAWIZ_RESOURCE_ID","features":[53]},{"name":"NDW_INSTALLFLAG_CI_PICKED_OEM","features":[53]},{"name":"NDW_INSTALLFLAG_DIDFACTDEFS","features":[53]},{"name":"NDW_INSTALLFLAG_EXPRESSINTRO","features":[53]},{"name":"NDW_INSTALLFLAG_HARDWAREALLREADYIN","features":[53]},{"name":"NDW_INSTALLFLAG_INSTALLSPECIFIC","features":[53]},{"name":"NDW_INSTALLFLAG_KNOWNCLASS","features":[53]},{"name":"NDW_INSTALLFLAG_NEEDSHUTDOWN","features":[53]},{"name":"NDW_INSTALLFLAG_NODETECTEDDEVS","features":[53]},{"name":"NDW_INSTALLFLAG_PCMCIADEVICE","features":[53]},{"name":"NDW_INSTALLFLAG_PCMCIAMODE","features":[53]},{"name":"NDW_INSTALLFLAG_SKIPCLASSLIST","features":[53]},{"name":"NDW_INSTALLFLAG_SKIPISDEVINSTALLED","features":[53]},{"name":"NDW_INSTALLFLAG_USERCANCEL","features":[53]},{"name":"NUM_CM_PROB","features":[53]},{"name":"NUM_CM_PROB_V1","features":[53]},{"name":"NUM_CM_PROB_V2","features":[53]},{"name":"NUM_CM_PROB_V3","features":[53]},{"name":"NUM_CM_PROB_V4","features":[53]},{"name":"NUM_CM_PROB_V5","features":[53]},{"name":"NUM_CM_PROB_V6","features":[53]},{"name":"NUM_CM_PROB_V7","features":[53]},{"name":"NUM_CM_PROB_V8","features":[53]},{"name":"NUM_CM_PROB_V9","features":[53]},{"name":"NUM_CR_RESULTS","features":[53]},{"name":"NUM_LOG_CONF","features":[53]},{"name":"OEM_SOURCE_MEDIA_TYPE","features":[53]},{"name":"OVERRIDE_LOG_CONF","features":[53]},{"name":"PCCARD_DES","features":[53]},{"name":"PCCARD_RESOURCE","features":[53]},{"name":"PCD_FLAGS","features":[53]},{"name":"PCD_MAX_IO","features":[53]},{"name":"PCD_MAX_MEMORY","features":[53]},{"name":"PCM_NOTIFY_CALLBACK","features":[53]},{"name":"PDETECT_PROGRESS_NOTIFY","features":[53,1]},{"name":"PMF_FLAGS","features":[53]},{"name":"PNP_VETO_TYPE","features":[53]},{"name":"PNP_VetoAlreadyRemoved","features":[53]},{"name":"PNP_VetoDevice","features":[53]},{"name":"PNP_VetoDriver","features":[53]},{"name":"PNP_VetoIllegalDeviceRequest","features":[53]},{"name":"PNP_VetoInsufficientPower","features":[53]},{"name":"PNP_VetoInsufficientRights","features":[53]},{"name":"PNP_VetoLegacyDevice","features":[53]},{"name":"PNP_VetoLegacyDriver","features":[53]},{"name":"PNP_VetoNonDisableable","features":[53]},{"name":"PNP_VetoOutstandingOpen","features":[53]},{"name":"PNP_VetoPendingClose","features":[53]},{"name":"PNP_VetoTypeUnknown","features":[53]},{"name":"PNP_VetoWindowsApp","features":[53]},{"name":"PNP_VetoWindowsService","features":[53]},{"name":"PRIORITY_BIT","features":[53]},{"name":"PRIORITY_EQUAL_FIRST","features":[53]},{"name":"PRIORITY_EQUAL_LAST","features":[53]},{"name":"PSP_DETSIG_CMPPROC","features":[53]},{"name":"PSP_FILE_CALLBACK_A","features":[53]},{"name":"PSP_FILE_CALLBACK_W","features":[53]},{"name":"ROLLBACK_BITS","features":[53]},{"name":"ROLLBACK_FLAG_NO_UI","features":[53]},{"name":"RegDisposition_Bits","features":[53]},{"name":"RegDisposition_OpenAlways","features":[53]},{"name":"RegDisposition_OpenExisting","features":[53]},{"name":"ResType_All","features":[53]},{"name":"ResType_BusNumber","features":[53]},{"name":"ResType_ClassSpecific","features":[53]},{"name":"ResType_Connection","features":[53]},{"name":"ResType_DMA","features":[53]},{"name":"ResType_DevicePrivate","features":[53]},{"name":"ResType_DoNotUse","features":[53]},{"name":"ResType_IO","features":[53]},{"name":"ResType_IRQ","features":[53]},{"name":"ResType_Ignored_Bit","features":[53]},{"name":"ResType_MAX","features":[53]},{"name":"ResType_Mem","features":[53]},{"name":"ResType_MemLarge","features":[53]},{"name":"ResType_MfCardConfig","features":[53]},{"name":"ResType_None","features":[53]},{"name":"ResType_PcCardConfig","features":[53]},{"name":"ResType_Reserved","features":[53]},{"name":"SCWMI_CLOBBER_SECURITY","features":[53]},{"name":"SETDIRID_NOT_FULL_PATH","features":[53]},{"name":"SETUPSCANFILEQUEUE_FLAGS","features":[53]},{"name":"SETUP_DI_DEVICE_CONFIGURATION_FLAGS","features":[53]},{"name":"SETUP_DI_DEVICE_CREATION_FLAGS","features":[53]},{"name":"SETUP_DI_DEVICE_INSTALL_FLAGS","features":[53]},{"name":"SETUP_DI_DEVICE_INSTALL_FLAGS_EX","features":[53]},{"name":"SETUP_DI_DRIVER_INSTALL_FLAGS","features":[53]},{"name":"SETUP_DI_DRIVER_TYPE","features":[53]},{"name":"SETUP_DI_GET_CLASS_DEVS_FLAGS","features":[53]},{"name":"SETUP_DI_PROPERTY_CHANGE_SCOPE","features":[53]},{"name":"SETUP_DI_REGISTRY_PROPERTY","features":[53]},{"name":"SETUP_DI_REMOVE_DEVICE_SCOPE","features":[53]},{"name":"SETUP_DI_STATE_CHANGE","features":[53]},{"name":"SETUP_FILE_OPERATION","features":[53]},{"name":"SIGNERSCORE_AUTHENTICODE","features":[53]},{"name":"SIGNERSCORE_INBOX","features":[53]},{"name":"SIGNERSCORE_LOGO_PREMIUM","features":[53]},{"name":"SIGNERSCORE_LOGO_STANDARD","features":[53]},{"name":"SIGNERSCORE_MASK","features":[53]},{"name":"SIGNERSCORE_SIGNED_MASK","features":[53]},{"name":"SIGNERSCORE_UNCLASSIFIED","features":[53]},{"name":"SIGNERSCORE_UNKNOWN","features":[53]},{"name":"SIGNERSCORE_UNSIGNED","features":[53]},{"name":"SIGNERSCORE_W9X_SUSPECT","features":[53]},{"name":"SIGNERSCORE_WHQL","features":[53]},{"name":"SOURCE_MEDIA_A","features":[53]},{"name":"SOURCE_MEDIA_A","features":[53]},{"name":"SOURCE_MEDIA_W","features":[53]},{"name":"SOURCE_MEDIA_W","features":[53]},{"name":"SPCRP_CHARACTERISTICS","features":[53]},{"name":"SPCRP_DEVTYPE","features":[53]},{"name":"SPCRP_EXCLUSIVE","features":[53]},{"name":"SPCRP_LOWERFILTERS","features":[53]},{"name":"SPCRP_MAXIMUM_PROPERTY","features":[53]},{"name":"SPCRP_SECURITY","features":[53]},{"name":"SPCRP_SECURITY_SDS","features":[53]},{"name":"SPCRP_UPPERFILTERS","features":[53]},{"name":"SPDIT_CLASSDRIVER","features":[53]},{"name":"SPDIT_COMPATDRIVER","features":[53]},{"name":"SPDIT_NODRIVER","features":[53]},{"name":"SPDRP_ADDRESS","features":[53]},{"name":"SPDRP_BASE_CONTAINERID","features":[53]},{"name":"SPDRP_BUSNUMBER","features":[53]},{"name":"SPDRP_BUSTYPEGUID","features":[53]},{"name":"SPDRP_CAPABILITIES","features":[53]},{"name":"SPDRP_CHARACTERISTICS","features":[53]},{"name":"SPDRP_CLASS","features":[53]},{"name":"SPDRP_CLASSGUID","features":[53]},{"name":"SPDRP_COMPATIBLEIDS","features":[53]},{"name":"SPDRP_CONFIGFLAGS","features":[53]},{"name":"SPDRP_DEVICEDESC","features":[53]},{"name":"SPDRP_DEVICE_POWER_DATA","features":[53]},{"name":"SPDRP_DEVTYPE","features":[53]},{"name":"SPDRP_DRIVER","features":[53]},{"name":"SPDRP_ENUMERATOR_NAME","features":[53]},{"name":"SPDRP_EXCLUSIVE","features":[53]},{"name":"SPDRP_FRIENDLYNAME","features":[53]},{"name":"SPDRP_HARDWAREID","features":[53]},{"name":"SPDRP_INSTALL_STATE","features":[53]},{"name":"SPDRP_LEGACYBUSTYPE","features":[53]},{"name":"SPDRP_LOCATION_INFORMATION","features":[53]},{"name":"SPDRP_LOCATION_PATHS","features":[53]},{"name":"SPDRP_LOWERFILTERS","features":[53]},{"name":"SPDRP_MAXIMUM_PROPERTY","features":[53]},{"name":"SPDRP_MFG","features":[53]},{"name":"SPDRP_PHYSICAL_DEVICE_OBJECT_NAME","features":[53]},{"name":"SPDRP_REMOVAL_POLICY","features":[53]},{"name":"SPDRP_REMOVAL_POLICY_HW_DEFAULT","features":[53]},{"name":"SPDRP_REMOVAL_POLICY_OVERRIDE","features":[53]},{"name":"SPDRP_SECURITY","features":[53]},{"name":"SPDRP_SECURITY_SDS","features":[53]},{"name":"SPDRP_SERVICE","features":[53]},{"name":"SPDRP_UI_NUMBER","features":[53]},{"name":"SPDRP_UI_NUMBER_DESC_FORMAT","features":[53]},{"name":"SPDRP_UNUSED0","features":[53]},{"name":"SPDRP_UNUSED1","features":[53]},{"name":"SPDRP_UNUSED2","features":[53]},{"name":"SPDRP_UPPERFILTERS","features":[53]},{"name":"SPDSL_DISALLOW_NEGATIVE_ADJUST","features":[53]},{"name":"SPDSL_IGNORE_DISK","features":[53]},{"name":"SPFILELOG_FORCENEW","features":[53]},{"name":"SPFILELOG_OEMFILE","features":[53]},{"name":"SPFILELOG_QUERYONLY","features":[53]},{"name":"SPFILELOG_SYSTEMLOG","features":[53]},{"name":"SPFILENOTIFY_BACKUPERROR","features":[53]},{"name":"SPFILENOTIFY_CABINETINFO","features":[53]},{"name":"SPFILENOTIFY_COPYERROR","features":[53]},{"name":"SPFILENOTIFY_DELETEERROR","features":[53]},{"name":"SPFILENOTIFY_ENDBACKUP","features":[53]},{"name":"SPFILENOTIFY_ENDCOPY","features":[53]},{"name":"SPFILENOTIFY_ENDDELETE","features":[53]},{"name":"SPFILENOTIFY_ENDQUEUE","features":[53]},{"name":"SPFILENOTIFY_ENDREGISTRATION","features":[53]},{"name":"SPFILENOTIFY_ENDRENAME","features":[53]},{"name":"SPFILENOTIFY_ENDSUBQUEUE","features":[53]},{"name":"SPFILENOTIFY_FILEEXTRACTED","features":[53]},{"name":"SPFILENOTIFY_FILEINCABINET","features":[53]},{"name":"SPFILENOTIFY_FILEOPDELAYED","features":[53]},{"name":"SPFILENOTIFY_LANGMISMATCH","features":[53]},{"name":"SPFILENOTIFY_NEEDMEDIA","features":[53]},{"name":"SPFILENOTIFY_NEEDNEWCABINET","features":[53]},{"name":"SPFILENOTIFY_QUEUESCAN","features":[53]},{"name":"SPFILENOTIFY_QUEUESCAN_EX","features":[53]},{"name":"SPFILENOTIFY_QUEUESCAN_SIGNERINFO","features":[53]},{"name":"SPFILENOTIFY_RENAMEERROR","features":[53]},{"name":"SPFILENOTIFY_STARTBACKUP","features":[53]},{"name":"SPFILENOTIFY_STARTCOPY","features":[53]},{"name":"SPFILENOTIFY_STARTDELETE","features":[53]},{"name":"SPFILENOTIFY_STARTQUEUE","features":[53]},{"name":"SPFILENOTIFY_STARTREGISTRATION","features":[53]},{"name":"SPFILENOTIFY_STARTRENAME","features":[53]},{"name":"SPFILENOTIFY_STARTSUBQUEUE","features":[53]},{"name":"SPFILENOTIFY_TARGETEXISTS","features":[53]},{"name":"SPFILENOTIFY_TARGETNEWER","features":[53]},{"name":"SPFILEQ_FILE_IN_USE","features":[53]},{"name":"SPFILEQ_REBOOT_IN_PROGRESS","features":[53]},{"name":"SPFILEQ_REBOOT_RECOMMENDED","features":[53]},{"name":"SPID_ACTIVE","features":[53]},{"name":"SPID_DEFAULT","features":[53]},{"name":"SPID_REMOVED","features":[53]},{"name":"SPINST_ALL","features":[53]},{"name":"SPINST_BITREG","features":[53]},{"name":"SPINST_COPYINF","features":[53]},{"name":"SPINST_DEVICEINSTALL","features":[53]},{"name":"SPINST_FILES","features":[53]},{"name":"SPINST_INI2REG","features":[53]},{"name":"SPINST_INIFILES","features":[53]},{"name":"SPINST_LOGCONFIG","features":[53]},{"name":"SPINST_LOGCONFIGS_ARE_OVERRIDES","features":[53]},{"name":"SPINST_LOGCONFIG_IS_FORCED","features":[53]},{"name":"SPINST_PROFILEITEMS","features":[53]},{"name":"SPINST_PROPERTIES","features":[53]},{"name":"SPINST_REGISTERCALLBACKAWARE","features":[53]},{"name":"SPINST_REGISTRY","features":[53]},{"name":"SPINST_REGSVR","features":[53]},{"name":"SPINST_SINGLESECTION","features":[53]},{"name":"SPINST_UNREGSVR","features":[53]},{"name":"SPINT_ACTIVE","features":[53]},{"name":"SPINT_DEFAULT","features":[53]},{"name":"SPINT_REMOVED","features":[53]},{"name":"SPOST_MAX","features":[53]},{"name":"SPOST_NONE","features":[53]},{"name":"SPOST_PATH","features":[53]},{"name":"SPOST_URL","features":[53]},{"name":"SPPSR_ENUM_ADV_DEVICE_PROPERTIES","features":[53]},{"name":"SPPSR_ENUM_BASIC_DEVICE_PROPERTIES","features":[53]},{"name":"SPPSR_SELECT_DEVICE_RESOURCES","features":[53]},{"name":"SPQ_DELAYED_COPY","features":[53]},{"name":"SPQ_FLAG_ABORT_IF_UNSIGNED","features":[53]},{"name":"SPQ_FLAG_BACKUP_AWARE","features":[53]},{"name":"SPQ_FLAG_DO_SHUFFLEMOVE","features":[53]},{"name":"SPQ_FLAG_FILES_MODIFIED","features":[53]},{"name":"SPQ_FLAG_VALID","features":[53]},{"name":"SPQ_SCAN_ACTIVATE_DRP","features":[53]},{"name":"SPQ_SCAN_FILE_COMPARISON","features":[53]},{"name":"SPQ_SCAN_FILE_PRESENCE","features":[53]},{"name":"SPQ_SCAN_FILE_PRESENCE_WITHOUT_SOURCE","features":[53]},{"name":"SPQ_SCAN_FILE_VALIDITY","features":[53]},{"name":"SPQ_SCAN_INFORM_USER","features":[53]},{"name":"SPQ_SCAN_PRUNE_COPY_QUEUE","features":[53]},{"name":"SPQ_SCAN_PRUNE_DELREN","features":[53]},{"name":"SPQ_SCAN_USE_CALLBACK","features":[53]},{"name":"SPQ_SCAN_USE_CALLBACKEX","features":[53]},{"name":"SPQ_SCAN_USE_CALLBACK_SIGNERINFO","features":[53]},{"name":"SPRDI_FIND_DUPS","features":[53]},{"name":"SPREG_DLLINSTALL","features":[53]},{"name":"SPREG_GETPROCADDR","features":[53]},{"name":"SPREG_LOADLIBRARY","features":[53]},{"name":"SPREG_REGSVR","features":[53]},{"name":"SPREG_SUCCESS","features":[53]},{"name":"SPREG_TIMEOUT","features":[53]},{"name":"SPREG_UNKNOWN","features":[53]},{"name":"SPSVCINST_ASSOCSERVICE","features":[53]},{"name":"SPSVCINST_CLOBBER_SECURITY","features":[53]},{"name":"SPSVCINST_DELETEEVENTLOGENTRY","features":[53]},{"name":"SPSVCINST_FLAGS","features":[53]},{"name":"SPSVCINST_NOCLOBBER_DELAYEDAUTOSTART","features":[53]},{"name":"SPSVCINST_NOCLOBBER_DEPENDENCIES","features":[53]},{"name":"SPSVCINST_NOCLOBBER_DESCRIPTION","features":[53]},{"name":"SPSVCINST_NOCLOBBER_DISPLAYNAME","features":[53]},{"name":"SPSVCINST_NOCLOBBER_ERRORCONTROL","features":[53]},{"name":"SPSVCINST_NOCLOBBER_FAILUREACTIONS","features":[53]},{"name":"SPSVCINST_NOCLOBBER_LOADORDERGROUP","features":[53]},{"name":"SPSVCINST_NOCLOBBER_REQUIREDPRIVILEGES","features":[53]},{"name":"SPSVCINST_NOCLOBBER_SERVICESIDTYPE","features":[53]},{"name":"SPSVCINST_NOCLOBBER_STARTTYPE","features":[53]},{"name":"SPSVCINST_NOCLOBBER_TRIGGERS","features":[53]},{"name":"SPSVCINST_STARTSERVICE","features":[53]},{"name":"SPSVCINST_STOPSERVICE","features":[53]},{"name":"SPSVCINST_TAGTOFRONT","features":[53]},{"name":"SPSVCINST_UNIQUE_NAME","features":[53]},{"name":"SPWPT_SELECTDEVICE","features":[53]},{"name":"SPWP_USE_DEVINFO_DATA","features":[53]},{"name":"SP_ALTPLATFORM_FLAGS_SUITE_MASK","features":[53]},{"name":"SP_ALTPLATFORM_FLAGS_VERSION_RANGE","features":[53]},{"name":"SP_ALTPLATFORM_INFO_V1","features":[53,32]},{"name":"SP_ALTPLATFORM_INFO_V1","features":[53,32]},{"name":"SP_ALTPLATFORM_INFO_V2","features":[53,32,34]},{"name":"SP_ALTPLATFORM_INFO_V2","features":[53,32,34]},{"name":"SP_ALTPLATFORM_INFO_V3","features":[53]},{"name":"SP_ALTPLATFORM_INFO_V3","features":[53]},{"name":"SP_BACKUP_BACKUPPASS","features":[53]},{"name":"SP_BACKUP_BOOTFILE","features":[53]},{"name":"SP_BACKUP_DEMANDPASS","features":[53]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_A","features":[53]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_A","features":[53]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_W","features":[53]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_W","features":[53]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_A","features":[53]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_A","features":[53]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_W","features":[53]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_W","features":[53]},{"name":"SP_BACKUP_SPECIAL","features":[53]},{"name":"SP_CLASSIMAGELIST_DATA","features":[53,42]},{"name":"SP_CLASSIMAGELIST_DATA","features":[53,42]},{"name":"SP_CLASSINSTALL_HEADER","features":[53]},{"name":"SP_CLASSINSTALL_HEADER","features":[53]},{"name":"SP_COPY_ALREADYDECOMP","features":[53]},{"name":"SP_COPY_DELETESOURCE","features":[53]},{"name":"SP_COPY_FORCE_IN_USE","features":[53]},{"name":"SP_COPY_FORCE_NEWER","features":[53]},{"name":"SP_COPY_FORCE_NOOVERWRITE","features":[53]},{"name":"SP_COPY_HARDLINK","features":[53]},{"name":"SP_COPY_INBOX_INF","features":[53]},{"name":"SP_COPY_IN_USE_NEEDS_REBOOT","features":[53]},{"name":"SP_COPY_IN_USE_TRY_RENAME","features":[53]},{"name":"SP_COPY_LANGUAGEAWARE","features":[53]},{"name":"SP_COPY_NEWER","features":[53]},{"name":"SP_COPY_NEWER_ONLY","features":[53]},{"name":"SP_COPY_NEWER_OR_SAME","features":[53]},{"name":"SP_COPY_NOBROWSE","features":[53]},{"name":"SP_COPY_NODECOMP","features":[53]},{"name":"SP_COPY_NOOVERWRITE","features":[53]},{"name":"SP_COPY_NOPRUNE","features":[53]},{"name":"SP_COPY_NOSKIP","features":[53]},{"name":"SP_COPY_OEMINF_CATALOG_ONLY","features":[53]},{"name":"SP_COPY_OEM_F6_INF","features":[53]},{"name":"SP_COPY_PNPLOCKED","features":[53]},{"name":"SP_COPY_REPLACEONLY","features":[53]},{"name":"SP_COPY_REPLACE_BOOT_FILE","features":[53]},{"name":"SP_COPY_RESERVED","features":[53]},{"name":"SP_COPY_SOURCEPATH_ABSOLUTE","features":[53]},{"name":"SP_COPY_SOURCE_ABSOLUTE","features":[53]},{"name":"SP_COPY_STYLE","features":[53]},{"name":"SP_COPY_WARNIFSKIP","features":[53]},{"name":"SP_COPY_WINDOWS_SIGNED","features":[53]},{"name":"SP_DETECTDEVICE_PARAMS","features":[53,1]},{"name":"SP_DETECTDEVICE_PARAMS","features":[53,1]},{"name":"SP_DEVICE_INTERFACE_DATA","features":[53]},{"name":"SP_DEVICE_INTERFACE_DATA","features":[53]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_A","features":[53]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_A","features":[53]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_W","features":[53]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_W","features":[53]},{"name":"SP_DEVINFO_DATA","features":[53]},{"name":"SP_DEVINFO_DATA","features":[53]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_A","features":[53,1]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_A","features":[53,1]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_W","features":[53,1]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_W","features":[53,1]},{"name":"SP_DEVINSTALL_PARAMS_A","features":[53,1]},{"name":"SP_DEVINSTALL_PARAMS_A","features":[53,1]},{"name":"SP_DEVINSTALL_PARAMS_W","features":[53,1]},{"name":"SP_DEVINSTALL_PARAMS_W","features":[53,1]},{"name":"SP_DRVINFO_DATA_V1_A","features":[53]},{"name":"SP_DRVINFO_DATA_V1_A","features":[53]},{"name":"SP_DRVINFO_DATA_V1_W","features":[53]},{"name":"SP_DRVINFO_DATA_V1_W","features":[53]},{"name":"SP_DRVINFO_DATA_V2_A","features":[53,1]},{"name":"SP_DRVINFO_DATA_V2_A","features":[53,1]},{"name":"SP_DRVINFO_DATA_V2_W","features":[53,1]},{"name":"SP_DRVINFO_DATA_V2_W","features":[53,1]},{"name":"SP_DRVINFO_DETAIL_DATA_A","features":[53,1]},{"name":"SP_DRVINFO_DETAIL_DATA_A","features":[53,1]},{"name":"SP_DRVINFO_DETAIL_DATA_W","features":[53,1]},{"name":"SP_DRVINFO_DETAIL_DATA_W","features":[53,1]},{"name":"SP_DRVINSTALL_PARAMS","features":[53]},{"name":"SP_DRVINSTALL_PARAMS","features":[53]},{"name":"SP_ENABLECLASS_PARAMS","features":[53]},{"name":"SP_ENABLECLASS_PARAMS","features":[53]},{"name":"SP_FILE_COPY_PARAMS_A","features":[53]},{"name":"SP_FILE_COPY_PARAMS_A","features":[53]},{"name":"SP_FILE_COPY_PARAMS_W","features":[53]},{"name":"SP_FILE_COPY_PARAMS_W","features":[53]},{"name":"SP_FLAG_CABINETCONTINUATION","features":[53]},{"name":"SP_INF_INFORMATION","features":[53]},{"name":"SP_INF_INFORMATION","features":[53]},{"name":"SP_INF_SIGNER_INFO_V1_A","features":[53]},{"name":"SP_INF_SIGNER_INFO_V1_A","features":[53]},{"name":"SP_INF_SIGNER_INFO_V1_W","features":[53]},{"name":"SP_INF_SIGNER_INFO_V1_W","features":[53]},{"name":"SP_INF_SIGNER_INFO_V2_A","features":[53]},{"name":"SP_INF_SIGNER_INFO_V2_A","features":[53]},{"name":"SP_INF_SIGNER_INFO_V2_W","features":[53]},{"name":"SP_INF_SIGNER_INFO_V2_W","features":[53]},{"name":"SP_INSTALLWIZARD_DATA","features":[53,1,42]},{"name":"SP_INSTALLWIZARD_DATA","features":[53,1,42]},{"name":"SP_MAX_MACHINENAME_LENGTH","features":[53]},{"name":"SP_NEWDEVICEWIZARD_DATA","features":[53,1,42]},{"name":"SP_NEWDEVICEWIZARD_DATA","features":[53,1,42]},{"name":"SP_ORIGINAL_FILE_INFO_A","features":[53]},{"name":"SP_ORIGINAL_FILE_INFO_A","features":[53]},{"name":"SP_ORIGINAL_FILE_INFO_W","features":[53]},{"name":"SP_ORIGINAL_FILE_INFO_W","features":[53]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_A","features":[53]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_W","features":[53]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_W","features":[53]},{"name":"SP_PROPCHANGE_PARAMS","features":[53]},{"name":"SP_PROPCHANGE_PARAMS","features":[53]},{"name":"SP_PROPSHEETPAGE_REQUEST","features":[53]},{"name":"SP_PROPSHEETPAGE_REQUEST","features":[53]},{"name":"SP_REGISTER_CONTROL_STATUSA","features":[53]},{"name":"SP_REGISTER_CONTROL_STATUSA","features":[53]},{"name":"SP_REGISTER_CONTROL_STATUSW","features":[53]},{"name":"SP_REGISTER_CONTROL_STATUSW","features":[53]},{"name":"SP_REMOVEDEVICE_PARAMS","features":[53]},{"name":"SP_REMOVEDEVICE_PARAMS","features":[53]},{"name":"SP_SELECTDEVICE_PARAMS_A","features":[53]},{"name":"SP_SELECTDEVICE_PARAMS_W","features":[53]},{"name":"SP_SELECTDEVICE_PARAMS_W","features":[53]},{"name":"SP_TROUBLESHOOTER_PARAMS_A","features":[53]},{"name":"SP_TROUBLESHOOTER_PARAMS_W","features":[53]},{"name":"SP_TROUBLESHOOTER_PARAMS_W","features":[53]},{"name":"SP_UNREMOVEDEVICE_PARAMS","features":[53]},{"name":"SP_UNREMOVEDEVICE_PARAMS","features":[53]},{"name":"SRCINFO_DESCRIPTION","features":[53]},{"name":"SRCINFO_FLAGS","features":[53]},{"name":"SRCINFO_PATH","features":[53]},{"name":"SRCINFO_TAGFILE","features":[53]},{"name":"SRCINFO_TAGFILE2","features":[53]},{"name":"SRCLIST_APPEND","features":[53]},{"name":"SRCLIST_NOBROWSE","features":[53]},{"name":"SRCLIST_NOSTRIPPLATFORM","features":[53]},{"name":"SRCLIST_SUBDIRS","features":[53]},{"name":"SRCLIST_SYSIFADMIN","features":[53]},{"name":"SRCLIST_SYSTEM","features":[53]},{"name":"SRCLIST_TEMPORARY","features":[53]},{"name":"SRCLIST_USER","features":[53]},{"name":"SRC_FLAGS_CABFILE","features":[53]},{"name":"SUOI_FORCEDELETE","features":[53]},{"name":"SUOI_INTERNAL1","features":[53]},{"name":"SZ_KEY_ADDAUTOLOGGER","features":[53]},{"name":"SZ_KEY_ADDAUTOLOGGERPROVIDER","features":[53]},{"name":"SZ_KEY_ADDCHANNEL","features":[53]},{"name":"SZ_KEY_ADDEVENTPROVIDER","features":[53]},{"name":"SZ_KEY_ADDFILTER","features":[53]},{"name":"SZ_KEY_ADDIME","features":[53]},{"name":"SZ_KEY_ADDINTERFACE","features":[53]},{"name":"SZ_KEY_ADDPOWERSETTING","features":[53]},{"name":"SZ_KEY_ADDPROP","features":[53]},{"name":"SZ_KEY_ADDREG","features":[53]},{"name":"SZ_KEY_ADDREGNOCLOBBER","features":[53]},{"name":"SZ_KEY_ADDSERVICE","features":[53]},{"name":"SZ_KEY_ADDTRIGGER","features":[53]},{"name":"SZ_KEY_BITREG","features":[53]},{"name":"SZ_KEY_CLEANONLY","features":[53]},{"name":"SZ_KEY_COPYFILES","features":[53]},{"name":"SZ_KEY_COPYINF","features":[53]},{"name":"SZ_KEY_DEFAULTOPTION","features":[53]},{"name":"SZ_KEY_DEFDESTDIR","features":[53]},{"name":"SZ_KEY_DELFILES","features":[53]},{"name":"SZ_KEY_DELIME","features":[53]},{"name":"SZ_KEY_DELPROP","features":[53]},{"name":"SZ_KEY_DELREG","features":[53]},{"name":"SZ_KEY_DELSERVICE","features":[53]},{"name":"SZ_KEY_DESTDIRS","features":[53]},{"name":"SZ_KEY_EXCLUDEID","features":[53]},{"name":"SZ_KEY_FAILUREACTIONS","features":[53]},{"name":"SZ_KEY_FEATURESCORE","features":[53]},{"name":"SZ_KEY_FILTERLEVEL","features":[53]},{"name":"SZ_KEY_FILTERPOSITION","features":[53]},{"name":"SZ_KEY_HARDWARE","features":[53]},{"name":"SZ_KEY_IMPORTCHANNEL","features":[53]},{"name":"SZ_KEY_INI2REG","features":[53]},{"name":"SZ_KEY_LAYOUT_FILE","features":[53]},{"name":"SZ_KEY_LDIDOEM","features":[53]},{"name":"SZ_KEY_LFN_SECTION","features":[53]},{"name":"SZ_KEY_LISTOPTIONS","features":[53]},{"name":"SZ_KEY_LOGCONFIG","features":[53]},{"name":"SZ_KEY_MODULES","features":[53]},{"name":"SZ_KEY_OPTIONDESC","features":[53]},{"name":"SZ_KEY_PHASE1","features":[53]},{"name":"SZ_KEY_PROFILEITEMS","features":[53]},{"name":"SZ_KEY_REGSVR","features":[53]},{"name":"SZ_KEY_RENFILES","features":[53]},{"name":"SZ_KEY_SFN_SECTION","features":[53]},{"name":"SZ_KEY_SRCDISKFILES","features":[53]},{"name":"SZ_KEY_SRCDISKNAMES","features":[53]},{"name":"SZ_KEY_STRINGS","features":[53]},{"name":"SZ_KEY_UNREGSVR","features":[53]},{"name":"SZ_KEY_UPDATEAUTOLOGGER","features":[53]},{"name":"SZ_KEY_UPDATEINIFIELDS","features":[53]},{"name":"SZ_KEY_UPDATEINIS","features":[53]},{"name":"SZ_KEY_UPGRADEONLY","features":[53]},{"name":"SetupAddInstallSectionToDiskSpaceListA","features":[53,1]},{"name":"SetupAddInstallSectionToDiskSpaceListW","features":[53,1]},{"name":"SetupAddSectionToDiskSpaceListA","features":[53,1]},{"name":"SetupAddSectionToDiskSpaceListW","features":[53,1]},{"name":"SetupAddToDiskSpaceListA","features":[53,1]},{"name":"SetupAddToDiskSpaceListW","features":[53,1]},{"name":"SetupAddToSourceListA","features":[53,1]},{"name":"SetupAddToSourceListW","features":[53,1]},{"name":"SetupAdjustDiskSpaceListA","features":[53,1]},{"name":"SetupAdjustDiskSpaceListW","features":[53,1]},{"name":"SetupBackupErrorA","features":[53,1]},{"name":"SetupBackupErrorW","features":[53,1]},{"name":"SetupCancelTemporarySourceList","features":[53,1]},{"name":"SetupCloseFileQueue","features":[53,1]},{"name":"SetupCloseInfFile","features":[53]},{"name":"SetupCloseLog","features":[53]},{"name":"SetupCommitFileQueueA","features":[53,1]},{"name":"SetupCommitFileQueueW","features":[53,1]},{"name":"SetupConfigureWmiFromInfSectionA","features":[53,1]},{"name":"SetupConfigureWmiFromInfSectionW","features":[53,1]},{"name":"SetupCopyErrorA","features":[53,1]},{"name":"SetupCopyErrorW","features":[53,1]},{"name":"SetupCopyOEMInfA","features":[53,1]},{"name":"SetupCopyOEMInfW","features":[53,1]},{"name":"SetupCreateDiskSpaceListA","features":[53]},{"name":"SetupCreateDiskSpaceListW","features":[53]},{"name":"SetupDecompressOrCopyFileA","features":[53]},{"name":"SetupDecompressOrCopyFileW","features":[53]},{"name":"SetupDefaultQueueCallbackA","features":[53]},{"name":"SetupDefaultQueueCallbackW","features":[53]},{"name":"SetupDeleteErrorA","features":[53,1]},{"name":"SetupDeleteErrorW","features":[53,1]},{"name":"SetupDestroyDiskSpaceList","features":[53,1]},{"name":"SetupDiAskForOEMDisk","features":[53,1]},{"name":"SetupDiBuildClassInfoList","features":[53,1]},{"name":"SetupDiBuildClassInfoListExA","features":[53,1]},{"name":"SetupDiBuildClassInfoListExW","features":[53,1]},{"name":"SetupDiBuildDriverInfoList","features":[53,1]},{"name":"SetupDiCallClassInstaller","features":[53,1]},{"name":"SetupDiCancelDriverInfoSearch","features":[53,1]},{"name":"SetupDiChangeState","features":[53,1]},{"name":"SetupDiClassGuidsFromNameA","features":[53,1]},{"name":"SetupDiClassGuidsFromNameExA","features":[53,1]},{"name":"SetupDiClassGuidsFromNameExW","features":[53,1]},{"name":"SetupDiClassGuidsFromNameW","features":[53,1]},{"name":"SetupDiClassNameFromGuidA","features":[53,1]},{"name":"SetupDiClassNameFromGuidExA","features":[53,1]},{"name":"SetupDiClassNameFromGuidExW","features":[53,1]},{"name":"SetupDiClassNameFromGuidW","features":[53,1]},{"name":"SetupDiCreateDevRegKeyA","features":[53,54]},{"name":"SetupDiCreateDevRegKeyW","features":[53,54]},{"name":"SetupDiCreateDeviceInfoA","features":[53,1]},{"name":"SetupDiCreateDeviceInfoList","features":[53,1]},{"name":"SetupDiCreateDeviceInfoListExA","features":[53,1]},{"name":"SetupDiCreateDeviceInfoListExW","features":[53,1]},{"name":"SetupDiCreateDeviceInfoW","features":[53,1]},{"name":"SetupDiCreateDeviceInterfaceA","features":[53,1]},{"name":"SetupDiCreateDeviceInterfaceRegKeyA","features":[53,54]},{"name":"SetupDiCreateDeviceInterfaceRegKeyW","features":[53,54]},{"name":"SetupDiCreateDeviceInterfaceW","features":[53,1]},{"name":"SetupDiDeleteDevRegKey","features":[53,1]},{"name":"SetupDiDeleteDeviceInfo","features":[53,1]},{"name":"SetupDiDeleteDeviceInterfaceData","features":[53,1]},{"name":"SetupDiDeleteDeviceInterfaceRegKey","features":[53,1]},{"name":"SetupDiDestroyClassImageList","features":[53,1,42]},{"name":"SetupDiDestroyDeviceInfoList","features":[53,1]},{"name":"SetupDiDestroyDriverInfoList","features":[53,1]},{"name":"SetupDiDrawMiniIcon","features":[53,1,13]},{"name":"SetupDiEnumDeviceInfo","features":[53,1]},{"name":"SetupDiEnumDeviceInterfaces","features":[53,1]},{"name":"SetupDiEnumDriverInfoA","features":[53,1]},{"name":"SetupDiEnumDriverInfoW","features":[53,1]},{"name":"SetupDiGetActualModelsSectionA","features":[53,1,32,34]},{"name":"SetupDiGetActualModelsSectionW","features":[53,1,32,34]},{"name":"SetupDiGetActualSectionToInstallA","features":[53,1]},{"name":"SetupDiGetActualSectionToInstallExA","features":[53,1,32,34]},{"name":"SetupDiGetActualSectionToInstallExW","features":[53,1,32,34]},{"name":"SetupDiGetActualSectionToInstallW","features":[53,1]},{"name":"SetupDiGetClassBitmapIndex","features":[53,1]},{"name":"SetupDiGetClassDescriptionA","features":[53,1]},{"name":"SetupDiGetClassDescriptionExA","features":[53,1]},{"name":"SetupDiGetClassDescriptionExW","features":[53,1]},{"name":"SetupDiGetClassDescriptionW","features":[53,1]},{"name":"SetupDiGetClassDevPropertySheetsA","features":[53,1,13,42,55]},{"name":"SetupDiGetClassDevPropertySheetsW","features":[53,1,13,42,55]},{"name":"SetupDiGetClassDevsA","features":[53,1]},{"name":"SetupDiGetClassDevsExA","features":[53,1]},{"name":"SetupDiGetClassDevsExW","features":[53,1]},{"name":"SetupDiGetClassDevsW","features":[53,1]},{"name":"SetupDiGetClassImageIndex","features":[53,1,42]},{"name":"SetupDiGetClassImageList","features":[53,1,42]},{"name":"SetupDiGetClassImageListExA","features":[53,1,42]},{"name":"SetupDiGetClassImageListExW","features":[53,1,42]},{"name":"SetupDiGetClassInstallParamsA","features":[53,1]},{"name":"SetupDiGetClassInstallParamsW","features":[53,1]},{"name":"SetupDiGetClassPropertyExW","features":[53,37,1]},{"name":"SetupDiGetClassPropertyKeys","features":[53,1]},{"name":"SetupDiGetClassPropertyKeysExW","features":[53,1]},{"name":"SetupDiGetClassPropertyW","features":[53,37,1]},{"name":"SetupDiGetClassRegistryPropertyA","features":[53,1]},{"name":"SetupDiGetClassRegistryPropertyW","features":[53,1]},{"name":"SetupDiGetCustomDevicePropertyA","features":[53,1]},{"name":"SetupDiGetCustomDevicePropertyW","features":[53,1]},{"name":"SetupDiGetDeviceInfoListClass","features":[53,1]},{"name":"SetupDiGetDeviceInfoListDetailA","features":[53,1]},{"name":"SetupDiGetDeviceInfoListDetailW","features":[53,1]},{"name":"SetupDiGetDeviceInstallParamsA","features":[53,1]},{"name":"SetupDiGetDeviceInstallParamsW","features":[53,1]},{"name":"SetupDiGetDeviceInstanceIdA","features":[53,1]},{"name":"SetupDiGetDeviceInstanceIdW","features":[53,1]},{"name":"SetupDiGetDeviceInterfaceAlias","features":[53,1]},{"name":"SetupDiGetDeviceInterfaceDetailA","features":[53,1]},{"name":"SetupDiGetDeviceInterfaceDetailW","features":[53,1]},{"name":"SetupDiGetDeviceInterfacePropertyKeys","features":[53,1]},{"name":"SetupDiGetDeviceInterfacePropertyW","features":[53,37,1]},{"name":"SetupDiGetDevicePropertyKeys","features":[53,1]},{"name":"SetupDiGetDevicePropertyW","features":[53,37,1]},{"name":"SetupDiGetDeviceRegistryPropertyA","features":[53,1]},{"name":"SetupDiGetDeviceRegistryPropertyW","features":[53,1]},{"name":"SetupDiGetDriverInfoDetailA","features":[53,1]},{"name":"SetupDiGetDriverInfoDetailW","features":[53,1]},{"name":"SetupDiGetDriverInstallParamsA","features":[53,1]},{"name":"SetupDiGetDriverInstallParamsW","features":[53,1]},{"name":"SetupDiGetHwProfileFriendlyNameA","features":[53,1]},{"name":"SetupDiGetHwProfileFriendlyNameExA","features":[53,1]},{"name":"SetupDiGetHwProfileFriendlyNameExW","features":[53,1]},{"name":"SetupDiGetHwProfileFriendlyNameW","features":[53,1]},{"name":"SetupDiGetHwProfileList","features":[53,1]},{"name":"SetupDiGetHwProfileListExA","features":[53,1]},{"name":"SetupDiGetHwProfileListExW","features":[53,1]},{"name":"SetupDiGetINFClassA","features":[53,1]},{"name":"SetupDiGetINFClassW","features":[53,1]},{"name":"SetupDiGetSelectedDevice","features":[53,1]},{"name":"SetupDiGetSelectedDriverA","features":[53,1]},{"name":"SetupDiGetSelectedDriverW","features":[53,1]},{"name":"SetupDiGetWizardPage","features":[53,1,42]},{"name":"SetupDiInstallClassA","features":[53,1]},{"name":"SetupDiInstallClassExA","features":[53,1]},{"name":"SetupDiInstallClassExW","features":[53,1]},{"name":"SetupDiInstallClassW","features":[53,1]},{"name":"SetupDiInstallDevice","features":[53,1]},{"name":"SetupDiInstallDeviceInterfaces","features":[53,1]},{"name":"SetupDiInstallDriverFiles","features":[53,1]},{"name":"SetupDiLoadClassIcon","features":[53,1,55]},{"name":"SetupDiLoadDeviceIcon","features":[53,1,55]},{"name":"SetupDiOpenClassRegKey","features":[53,54]},{"name":"SetupDiOpenClassRegKeyExA","features":[53,54]},{"name":"SetupDiOpenClassRegKeyExW","features":[53,54]},{"name":"SetupDiOpenDevRegKey","features":[53,54]},{"name":"SetupDiOpenDeviceInfoA","features":[53,1]},{"name":"SetupDiOpenDeviceInfoW","features":[53,1]},{"name":"SetupDiOpenDeviceInterfaceA","features":[53,1]},{"name":"SetupDiOpenDeviceInterfaceRegKey","features":[53,54]},{"name":"SetupDiOpenDeviceInterfaceW","features":[53,1]},{"name":"SetupDiRegisterCoDeviceInstallers","features":[53,1]},{"name":"SetupDiRegisterDeviceInfo","features":[53,1]},{"name":"SetupDiRemoveDevice","features":[53,1]},{"name":"SetupDiRemoveDeviceInterface","features":[53,1]},{"name":"SetupDiRestartDevices","features":[53,1]},{"name":"SetupDiSelectBestCompatDrv","features":[53,1]},{"name":"SetupDiSelectDevice","features":[53,1]},{"name":"SetupDiSelectOEMDrv","features":[53,1]},{"name":"SetupDiSetClassInstallParamsA","features":[53,1]},{"name":"SetupDiSetClassInstallParamsW","features":[53,1]},{"name":"SetupDiSetClassPropertyExW","features":[53,37,1]},{"name":"SetupDiSetClassPropertyW","features":[53,37,1]},{"name":"SetupDiSetClassRegistryPropertyA","features":[53,1]},{"name":"SetupDiSetClassRegistryPropertyW","features":[53,1]},{"name":"SetupDiSetDeviceInstallParamsA","features":[53,1]},{"name":"SetupDiSetDeviceInstallParamsW","features":[53,1]},{"name":"SetupDiSetDeviceInterfaceDefault","features":[53,1]},{"name":"SetupDiSetDeviceInterfacePropertyW","features":[53,37,1]},{"name":"SetupDiSetDevicePropertyW","features":[53,37,1]},{"name":"SetupDiSetDeviceRegistryPropertyA","features":[53,1]},{"name":"SetupDiSetDeviceRegistryPropertyW","features":[53,1]},{"name":"SetupDiSetDriverInstallParamsA","features":[53,1]},{"name":"SetupDiSetDriverInstallParamsW","features":[53,1]},{"name":"SetupDiSetSelectedDevice","features":[53,1]},{"name":"SetupDiSetSelectedDriverA","features":[53,1]},{"name":"SetupDiSetSelectedDriverW","features":[53,1]},{"name":"SetupDiUnremoveDevice","features":[53,1]},{"name":"SetupDuplicateDiskSpaceListA","features":[53]},{"name":"SetupDuplicateDiskSpaceListW","features":[53]},{"name":"SetupEnumInfSectionsA","features":[53,1]},{"name":"SetupEnumInfSectionsW","features":[53,1]},{"name":"SetupFileLogChecksum","features":[53]},{"name":"SetupFileLogDiskDescription","features":[53]},{"name":"SetupFileLogDiskTagfile","features":[53]},{"name":"SetupFileLogInfo","features":[53]},{"name":"SetupFileLogMax","features":[53]},{"name":"SetupFileLogOtherInfo","features":[53]},{"name":"SetupFileLogSourceFilename","features":[53]},{"name":"SetupFindFirstLineA","features":[53,1]},{"name":"SetupFindFirstLineW","features":[53,1]},{"name":"SetupFindNextLine","features":[53,1]},{"name":"SetupFindNextMatchLineA","features":[53,1]},{"name":"SetupFindNextMatchLineW","features":[53,1]},{"name":"SetupFreeSourceListA","features":[53,1]},{"name":"SetupFreeSourceListW","features":[53,1]},{"name":"SetupGetBackupInformationA","features":[53,1]},{"name":"SetupGetBackupInformationW","features":[53,1]},{"name":"SetupGetBinaryField","features":[53,1]},{"name":"SetupGetFieldCount","features":[53]},{"name":"SetupGetFileCompressionInfoA","features":[53]},{"name":"SetupGetFileCompressionInfoExA","features":[53,1]},{"name":"SetupGetFileCompressionInfoExW","features":[53,1]},{"name":"SetupGetFileCompressionInfoW","features":[53]},{"name":"SetupGetFileQueueCount","features":[53,1]},{"name":"SetupGetFileQueueFlags","features":[53,1]},{"name":"SetupGetInfDriverStoreLocationA","features":[53,1,32,34]},{"name":"SetupGetInfDriverStoreLocationW","features":[53,1,32,34]},{"name":"SetupGetInfFileListA","features":[53,1]},{"name":"SetupGetInfFileListW","features":[53,1]},{"name":"SetupGetInfInformationA","features":[53,1]},{"name":"SetupGetInfInformationW","features":[53,1]},{"name":"SetupGetInfPublishedNameA","features":[53,1]},{"name":"SetupGetInfPublishedNameW","features":[53,1]},{"name":"SetupGetIntField","features":[53,1]},{"name":"SetupGetLineByIndexA","features":[53,1]},{"name":"SetupGetLineByIndexW","features":[53,1]},{"name":"SetupGetLineCountA","features":[53]},{"name":"SetupGetLineCountW","features":[53]},{"name":"SetupGetLineTextA","features":[53,1]},{"name":"SetupGetLineTextW","features":[53,1]},{"name":"SetupGetMultiSzFieldA","features":[53,1]},{"name":"SetupGetMultiSzFieldW","features":[53,1]},{"name":"SetupGetNonInteractiveMode","features":[53,1]},{"name":"SetupGetSourceFileLocationA","features":[53,1]},{"name":"SetupGetSourceFileLocationW","features":[53,1]},{"name":"SetupGetSourceFileSizeA","features":[53,1]},{"name":"SetupGetSourceFileSizeW","features":[53,1]},{"name":"SetupGetSourceInfoA","features":[53,1]},{"name":"SetupGetSourceInfoW","features":[53,1]},{"name":"SetupGetStringFieldA","features":[53,1]},{"name":"SetupGetStringFieldW","features":[53,1]},{"name":"SetupGetTargetPathA","features":[53,1]},{"name":"SetupGetTargetPathW","features":[53,1]},{"name":"SetupGetThreadLogToken","features":[53]},{"name":"SetupInitDefaultQueueCallback","features":[53,1]},{"name":"SetupInitDefaultQueueCallbackEx","features":[53,1]},{"name":"SetupInitializeFileLogA","features":[53]},{"name":"SetupInitializeFileLogW","features":[53]},{"name":"SetupInstallFileA","features":[53,1]},{"name":"SetupInstallFileExA","features":[53,1]},{"name":"SetupInstallFileExW","features":[53,1]},{"name":"SetupInstallFileW","features":[53,1]},{"name":"SetupInstallFilesFromInfSectionA","features":[53,1]},{"name":"SetupInstallFilesFromInfSectionW","features":[53,1]},{"name":"SetupInstallFromInfSectionA","features":[53,1,54]},{"name":"SetupInstallFromInfSectionW","features":[53,1,54]},{"name":"SetupInstallServicesFromInfSectionA","features":[53,1]},{"name":"SetupInstallServicesFromInfSectionExA","features":[53,1]},{"name":"SetupInstallServicesFromInfSectionExW","features":[53,1]},{"name":"SetupInstallServicesFromInfSectionW","features":[53,1]},{"name":"SetupIterateCabinetA","features":[53,1]},{"name":"SetupIterateCabinetW","features":[53,1]},{"name":"SetupLogErrorA","features":[53,1]},{"name":"SetupLogErrorW","features":[53,1]},{"name":"SetupLogFileA","features":[53,1]},{"name":"SetupLogFileW","features":[53,1]},{"name":"SetupOpenAppendInfFileA","features":[53,1]},{"name":"SetupOpenAppendInfFileW","features":[53,1]},{"name":"SetupOpenFileQueue","features":[53]},{"name":"SetupOpenInfFileA","features":[53]},{"name":"SetupOpenInfFileW","features":[53]},{"name":"SetupOpenLog","features":[53,1]},{"name":"SetupOpenMasterInf","features":[53]},{"name":"SetupPrepareQueueForRestoreA","features":[53,1]},{"name":"SetupPrepareQueueForRestoreW","features":[53,1]},{"name":"SetupPromptForDiskA","features":[53,1]},{"name":"SetupPromptForDiskW","features":[53,1]},{"name":"SetupPromptReboot","features":[53,1]},{"name":"SetupQueryDrivesInDiskSpaceListA","features":[53,1]},{"name":"SetupQueryDrivesInDiskSpaceListW","features":[53,1]},{"name":"SetupQueryFileLogA","features":[53,1]},{"name":"SetupQueryFileLogW","features":[53,1]},{"name":"SetupQueryInfFileInformationA","features":[53,1]},{"name":"SetupQueryInfFileInformationW","features":[53,1]},{"name":"SetupQueryInfOriginalFileInformationA","features":[53,1,32,34]},{"name":"SetupQueryInfOriginalFileInformationW","features":[53,1,32,34]},{"name":"SetupQueryInfVersionInformationA","features":[53,1]},{"name":"SetupQueryInfVersionInformationW","features":[53,1]},{"name":"SetupQuerySourceListA","features":[53,1]},{"name":"SetupQuerySourceListW","features":[53,1]},{"name":"SetupQuerySpaceRequiredOnDriveA","features":[53,1]},{"name":"SetupQuerySpaceRequiredOnDriveW","features":[53,1]},{"name":"SetupQueueCopyA","features":[53,1]},{"name":"SetupQueueCopyIndirectA","features":[53,1]},{"name":"SetupQueueCopyIndirectW","features":[53,1]},{"name":"SetupQueueCopySectionA","features":[53,1]},{"name":"SetupQueueCopySectionW","features":[53,1]},{"name":"SetupQueueCopyW","features":[53,1]},{"name":"SetupQueueDefaultCopyA","features":[53,1]},{"name":"SetupQueueDefaultCopyW","features":[53,1]},{"name":"SetupQueueDeleteA","features":[53,1]},{"name":"SetupQueueDeleteSectionA","features":[53,1]},{"name":"SetupQueueDeleteSectionW","features":[53,1]},{"name":"SetupQueueDeleteW","features":[53,1]},{"name":"SetupQueueRenameA","features":[53,1]},{"name":"SetupQueueRenameSectionA","features":[53,1]},{"name":"SetupQueueRenameSectionW","features":[53,1]},{"name":"SetupQueueRenameW","features":[53,1]},{"name":"SetupRemoveFileLogEntryA","features":[53,1]},{"name":"SetupRemoveFileLogEntryW","features":[53,1]},{"name":"SetupRemoveFromDiskSpaceListA","features":[53,1]},{"name":"SetupRemoveFromDiskSpaceListW","features":[53,1]},{"name":"SetupRemoveFromSourceListA","features":[53,1]},{"name":"SetupRemoveFromSourceListW","features":[53,1]},{"name":"SetupRemoveInstallSectionFromDiskSpaceListA","features":[53,1]},{"name":"SetupRemoveInstallSectionFromDiskSpaceListW","features":[53,1]},{"name":"SetupRemoveSectionFromDiskSpaceListA","features":[53,1]},{"name":"SetupRemoveSectionFromDiskSpaceListW","features":[53,1]},{"name":"SetupRenameErrorA","features":[53,1]},{"name":"SetupRenameErrorW","features":[53,1]},{"name":"SetupScanFileQueueA","features":[53,1]},{"name":"SetupScanFileQueueW","features":[53,1]},{"name":"SetupSetDirectoryIdA","features":[53,1]},{"name":"SetupSetDirectoryIdExA","features":[53,1]},{"name":"SetupSetDirectoryIdExW","features":[53,1]},{"name":"SetupSetDirectoryIdW","features":[53,1]},{"name":"SetupSetFileQueueAlternatePlatformA","features":[53,1,32,34]},{"name":"SetupSetFileQueueAlternatePlatformW","features":[53,1,32,34]},{"name":"SetupSetFileQueueFlags","features":[53,1]},{"name":"SetupSetNonInteractiveMode","features":[53,1]},{"name":"SetupSetPlatformPathOverrideA","features":[53,1]},{"name":"SetupSetPlatformPathOverrideW","features":[53,1]},{"name":"SetupSetSourceListA","features":[53,1]},{"name":"SetupSetSourceListW","features":[53,1]},{"name":"SetupSetThreadLogToken","features":[53]},{"name":"SetupTermDefaultQueueCallback","features":[53]},{"name":"SetupTerminateFileLog","features":[53,1]},{"name":"SetupUninstallNewlyCopiedInfs","features":[53,1]},{"name":"SetupUninstallOEMInfA","features":[53,1]},{"name":"SetupUninstallOEMInfW","features":[53,1]},{"name":"SetupVerifyInfFileA","features":[53,1,32,34]},{"name":"SetupVerifyInfFileW","features":[53,1,32,34]},{"name":"SetupWriteTextLog","features":[53]},{"name":"SetupWriteTextLogError","features":[53]},{"name":"SetupWriteTextLogInfLine","features":[53]},{"name":"UPDATEDRIVERFORPLUGANDPLAYDEVICES_FLAGS","features":[53]},{"name":"UpdateDriverForPlugAndPlayDevicesA","features":[53,1]},{"name":"UpdateDriverForPlugAndPlayDevicesW","features":[53,1]},{"name":"fDD_BYTE","features":[53]},{"name":"fDD_BYTE_AND_WORD","features":[53]},{"name":"fDD_BusMaster","features":[53]},{"name":"fDD_DWORD","features":[53]},{"name":"fDD_NoBusMaster","features":[53]},{"name":"fDD_TypeA","features":[53]},{"name":"fDD_TypeB","features":[53]},{"name":"fDD_TypeF","features":[53]},{"name":"fDD_TypeStandard","features":[53]},{"name":"fDD_WORD","features":[53]},{"name":"fIOD_10_BIT_DECODE","features":[53]},{"name":"fIOD_12_BIT_DECODE","features":[53]},{"name":"fIOD_16_BIT_DECODE","features":[53]},{"name":"fIOD_DECODE","features":[53]},{"name":"fIOD_IO","features":[53]},{"name":"fIOD_Memory","features":[53]},{"name":"fIOD_PASSIVE_DECODE","features":[53]},{"name":"fIOD_PORT_BAR","features":[53]},{"name":"fIOD_POSITIVE_DECODE","features":[53]},{"name":"fIOD_PortType","features":[53]},{"name":"fIOD_WINDOW_DECODE","features":[53]},{"name":"fIRQD_Edge","features":[53]},{"name":"fIRQD_Exclusive","features":[53]},{"name":"fIRQD_Level","features":[53]},{"name":"fIRQD_Level_Bit","features":[53]},{"name":"fIRQD_Share","features":[53]},{"name":"fIRQD_Share_Bit","features":[53]},{"name":"fMD_24","features":[53]},{"name":"fMD_32","features":[53]},{"name":"fMD_32_24","features":[53]},{"name":"fMD_Cacheable","features":[53]},{"name":"fMD_CombinedWrite","features":[53]},{"name":"fMD_CombinedWriteAllowed","features":[53]},{"name":"fMD_CombinedWriteDisallowed","features":[53]},{"name":"fMD_MEMORY_BAR","features":[53]},{"name":"fMD_MemoryType","features":[53]},{"name":"fMD_NonCacheable","features":[53]},{"name":"fMD_Pref","features":[53]},{"name":"fMD_PrefetchAllowed","features":[53]},{"name":"fMD_PrefetchDisallowed","features":[53]},{"name":"fMD_Prefetchable","features":[53]},{"name":"fMD_RAM","features":[53]},{"name":"fMD_ROM","features":[53]},{"name":"fMD_ReadAllowed","features":[53]},{"name":"fMD_ReadDisallowed","features":[53]},{"name":"fMD_Readable","features":[53]},{"name":"fMD_WINDOW_DECODE","features":[53]},{"name":"fPCD_ATTRIBUTES_PER_WINDOW","features":[53]},{"name":"fPCD_IO1_16","features":[53]},{"name":"fPCD_IO1_SRC_16","features":[53]},{"name":"fPCD_IO1_WS_16","features":[53]},{"name":"fPCD_IO1_ZW_8","features":[53]},{"name":"fPCD_IO2_16","features":[53]},{"name":"fPCD_IO2_SRC_16","features":[53]},{"name":"fPCD_IO2_WS_16","features":[53]},{"name":"fPCD_IO2_ZW_8","features":[53]},{"name":"fPCD_IO_16","features":[53]},{"name":"fPCD_IO_8","features":[53]},{"name":"fPCD_IO_SRC_16","features":[53]},{"name":"fPCD_IO_WS_16","features":[53]},{"name":"fPCD_IO_ZW_8","features":[53]},{"name":"fPCD_MEM1_16","features":[53]},{"name":"fPCD_MEM1_A","features":[53]},{"name":"fPCD_MEM1_WS_ONE","features":[53]},{"name":"fPCD_MEM1_WS_THREE","features":[53]},{"name":"fPCD_MEM1_WS_TWO","features":[53]},{"name":"fPCD_MEM2_16","features":[53]},{"name":"fPCD_MEM2_A","features":[53]},{"name":"fPCD_MEM2_WS_ONE","features":[53]},{"name":"fPCD_MEM2_WS_THREE","features":[53]},{"name":"fPCD_MEM2_WS_TWO","features":[53]},{"name":"fPCD_MEM_16","features":[53]},{"name":"fPCD_MEM_8","features":[53]},{"name":"fPCD_MEM_A","features":[53]},{"name":"fPCD_MEM_WS_ONE","features":[53]},{"name":"fPCD_MEM_WS_THREE","features":[53]},{"name":"fPCD_MEM_WS_TWO","features":[53]},{"name":"fPMF_AUDIO_ENABLE","features":[53]},{"name":"mDD_BusMaster","features":[53]},{"name":"mDD_Type","features":[53]},{"name":"mDD_Width","features":[53]},{"name":"mIRQD_Edge_Level","features":[53]},{"name":"mIRQD_Share","features":[53]},{"name":"mMD_32_24","features":[53]},{"name":"mMD_Cacheable","features":[53]},{"name":"mMD_CombinedWrite","features":[53]},{"name":"mMD_MemoryType","features":[53]},{"name":"mMD_Prefetchable","features":[53]},{"name":"mMD_Readable","features":[53]},{"name":"mPCD_IO_8_16","features":[53]},{"name":"mPCD_MEM1_WS","features":[53]},{"name":"mPCD_MEM2_WS","features":[53]},{"name":"mPCD_MEM_8_16","features":[53]},{"name":"mPCD_MEM_A_C","features":[53]},{"name":"mPCD_MEM_WS","features":[53]},{"name":"mPMF_AUDIO_ENABLE","features":[53]}],"379":[{"name":"DEVPROP_FILTER_EXPRESSION","features":[56,37,1]},{"name":"DEVPROP_OPERATOR","features":[56]},{"name":"DEVPROP_OPERATOR_AND_CLOSE","features":[56]},{"name":"DEVPROP_OPERATOR_AND_OPEN","features":[56]},{"name":"DEVPROP_OPERATOR_ARRAY_CONTAINS","features":[56]},{"name":"DEVPROP_OPERATOR_BEGINS_WITH","features":[56]},{"name":"DEVPROP_OPERATOR_BEGINS_WITH_IGNORE_CASE","features":[56]},{"name":"DEVPROP_OPERATOR_BITWISE_AND","features":[56]},{"name":"DEVPROP_OPERATOR_BITWISE_OR","features":[56]},{"name":"DEVPROP_OPERATOR_CONTAINS","features":[56]},{"name":"DEVPROP_OPERATOR_CONTAINS_IGNORE_CASE","features":[56]},{"name":"DEVPROP_OPERATOR_ENDS_WITH","features":[56]},{"name":"DEVPROP_OPERATOR_ENDS_WITH_IGNORE_CASE","features":[56]},{"name":"DEVPROP_OPERATOR_EQUALS","features":[56]},{"name":"DEVPROP_OPERATOR_EQUALS_IGNORE_CASE","features":[56]},{"name":"DEVPROP_OPERATOR_EXISTS","features":[56]},{"name":"DEVPROP_OPERATOR_GREATER_THAN","features":[56]},{"name":"DEVPROP_OPERATOR_GREATER_THAN_EQUALS","features":[56]},{"name":"DEVPROP_OPERATOR_LESS_THAN","features":[56]},{"name":"DEVPROP_OPERATOR_LESS_THAN_EQUALS","features":[56]},{"name":"DEVPROP_OPERATOR_LIST_CONTAINS","features":[56]},{"name":"DEVPROP_OPERATOR_LIST_CONTAINS_IGNORE_CASE","features":[56]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_BEGINS_WITH","features":[56]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_BEGINS_WITH_IGNORE_CASE","features":[56]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_CONTAINS","features":[56]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_CONTAINS_IGNORE_CASE","features":[56]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_ENDS_WITH","features":[56]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_ENDS_WITH_IGNORE_CASE","features":[56]},{"name":"DEVPROP_OPERATOR_MASK_ARRAY","features":[56]},{"name":"DEVPROP_OPERATOR_MASK_EVAL","features":[56]},{"name":"DEVPROP_OPERATOR_MASK_LIST","features":[56]},{"name":"DEVPROP_OPERATOR_MASK_LOGICAL","features":[56]},{"name":"DEVPROP_OPERATOR_MASK_MODIFIER","features":[56]},{"name":"DEVPROP_OPERATOR_MASK_NOT_LOGICAL","features":[56]},{"name":"DEVPROP_OPERATOR_MODIFIER_IGNORE_CASE","features":[56]},{"name":"DEVPROP_OPERATOR_MODIFIER_NOT","features":[56]},{"name":"DEVPROP_OPERATOR_NONE","features":[56]},{"name":"DEVPROP_OPERATOR_NOT_CLOSE","features":[56]},{"name":"DEVPROP_OPERATOR_NOT_EQUALS","features":[56]},{"name":"DEVPROP_OPERATOR_NOT_EQUALS_IGNORE_CASE","features":[56]},{"name":"DEVPROP_OPERATOR_NOT_EXISTS","features":[56]},{"name":"DEVPROP_OPERATOR_NOT_OPEN","features":[56]},{"name":"DEVPROP_OPERATOR_OR_CLOSE","features":[56]},{"name":"DEVPROP_OPERATOR_OR_OPEN","features":[56]},{"name":"DEV_OBJECT","features":[56,37,1]},{"name":"DEV_OBJECT_TYPE","features":[56]},{"name":"DEV_QUERY_FLAGS","features":[56]},{"name":"DEV_QUERY_PARAMETER","features":[56,37,1]},{"name":"DEV_QUERY_RESULT_ACTION","features":[56]},{"name":"DEV_QUERY_RESULT_ACTION_DATA","features":[56,37,1]},{"name":"DEV_QUERY_STATE","features":[56]},{"name":"DevCloseObjectQuery","features":[56]},{"name":"DevCreateObjectQuery","features":[56,37,1]},{"name":"DevCreateObjectQueryEx","features":[56,37,1]},{"name":"DevCreateObjectQueryFromId","features":[56,37,1]},{"name":"DevCreateObjectQueryFromIdEx","features":[56,37,1]},{"name":"DevCreateObjectQueryFromIds","features":[56,37,1]},{"name":"DevCreateObjectQueryFromIdsEx","features":[56,37,1]},{"name":"DevFindProperty","features":[56,37,1]},{"name":"DevFreeObjectProperties","features":[56,37,1]},{"name":"DevFreeObjects","features":[56,37,1]},{"name":"DevGetObjectProperties","features":[56,37,1]},{"name":"DevGetObjectPropertiesEx","features":[56,37,1]},{"name":"DevGetObjects","features":[56,37,1]},{"name":"DevGetObjectsEx","features":[56,37,1]},{"name":"DevObjectTypeAEP","features":[56]},{"name":"DevObjectTypeAEPContainer","features":[56]},{"name":"DevObjectTypeAEPService","features":[56]},{"name":"DevObjectTypeDevice","features":[56]},{"name":"DevObjectTypeDeviceContainer","features":[56]},{"name":"DevObjectTypeDeviceContainerDisplay","features":[56]},{"name":"DevObjectTypeDeviceInstallerClass","features":[56]},{"name":"DevObjectTypeDeviceInterface","features":[56]},{"name":"DevObjectTypeDeviceInterfaceClass","features":[56]},{"name":"DevObjectTypeDeviceInterfaceDisplay","features":[56]},{"name":"DevObjectTypeDevicePanel","features":[56]},{"name":"DevObjectTypeUnknown","features":[56]},{"name":"DevQueryFlagAllProperties","features":[56]},{"name":"DevQueryFlagAsyncClose","features":[56]},{"name":"DevQueryFlagLocalize","features":[56]},{"name":"DevQueryFlagNone","features":[56]},{"name":"DevQueryFlagUpdateResults","features":[56]},{"name":"DevQueryResultAdd","features":[56]},{"name":"DevQueryResultRemove","features":[56]},{"name":"DevQueryResultStateChange","features":[56]},{"name":"DevQueryResultUpdate","features":[56]},{"name":"DevQueryStateAborted","features":[56]},{"name":"DevQueryStateClosed","features":[56]},{"name":"DevQueryStateEnumCompleted","features":[56]},{"name":"DevQueryStateInitialized","features":[56]},{"name":"HDEVQUERY","features":[56]},{"name":"PDEV_QUERY_RESULT_CALLBACK","features":[56,37,1]}],"380":[{"name":"AR_DISABLED","features":[57]},{"name":"AR_DOCKED","features":[57]},{"name":"AR_ENABLED","features":[57]},{"name":"AR_LAPTOP","features":[57]},{"name":"AR_MULTIMON","features":[57]},{"name":"AR_NOSENSOR","features":[57]},{"name":"AR_NOT_SUPPORTED","features":[57]},{"name":"AR_REMOTESESSION","features":[57]},{"name":"AR_STATE","features":[57]},{"name":"AR_SUPPRESSED","features":[57]},{"name":"Adapter","features":[57]},{"name":"Adapters","features":[57]},{"name":"BACKLIGHT_OPTIMIZATION_LEVEL","features":[57]},{"name":"BACKLIGHT_REDUCTION_GAMMA_RAMP","features":[57]},{"name":"BANK_POSITION","features":[57]},{"name":"BITMAP_ARRAY_BYTE","features":[57]},{"name":"BITMAP_BITS_BYTE_ALIGN","features":[57]},{"name":"BITMAP_BITS_PIXEL","features":[57]},{"name":"BITMAP_BITS_WORD_ALIGN","features":[57]},{"name":"BITMAP_PLANES","features":[57]},{"name":"BLENDOBJ","features":[57,13]},{"name":"BMF_16BPP","features":[57]},{"name":"BMF_1BPP","features":[57]},{"name":"BMF_24BPP","features":[57]},{"name":"BMF_32BPP","features":[57]},{"name":"BMF_4BPP","features":[57]},{"name":"BMF_4RLE","features":[57]},{"name":"BMF_8BPP","features":[57]},{"name":"BMF_8RLE","features":[57]},{"name":"BMF_ACC_NOTIFY","features":[57]},{"name":"BMF_DONTCACHE","features":[57]},{"name":"BMF_JPEG","features":[57]},{"name":"BMF_KMSECTION","features":[57]},{"name":"BMF_NOTSYSMEM","features":[57]},{"name":"BMF_NOZEROINIT","features":[57]},{"name":"BMF_PNG","features":[57]},{"name":"BMF_RESERVED","features":[57]},{"name":"BMF_RMT_ENTER","features":[57]},{"name":"BMF_TEMP_ALPHA","features":[57]},{"name":"BMF_TOPDOWN","features":[57]},{"name":"BMF_UMPDMEM","features":[57]},{"name":"BMF_USERMEM","features":[57]},{"name":"BMF_WINDOW_BLT","features":[57]},{"name":"BRIGHTNESS_INTERFACE_VERSION","features":[57]},{"name":"BRIGHTNESS_INTERFACE_VERSION_1","features":[57]},{"name":"BRIGHTNESS_INTERFACE_VERSION_2","features":[57]},{"name":"BRIGHTNESS_INTERFACE_VERSION_3","features":[57]},{"name":"BRIGHTNESS_LEVEL","features":[57]},{"name":"BRIGHTNESS_MAX_LEVEL_COUNT","features":[57]},{"name":"BRIGHTNESS_MAX_NIT_RANGE_COUNT","features":[57]},{"name":"BRIGHTNESS_NIT_RANGE","features":[57]},{"name":"BRIGHTNESS_NIT_RANGES","features":[57]},{"name":"BRUSHOBJ","features":[57]},{"name":"BRUSHOBJ_hGetColorTransform","features":[57,1]},{"name":"BRUSHOBJ_pvAllocRbrush","features":[57]},{"name":"BRUSHOBJ_pvGetRbrush","features":[57]},{"name":"BRUSHOBJ_ulGetBrushColor","features":[57]},{"name":"BR_CMYKCOLOR","features":[57]},{"name":"BR_DEVICE_ICM","features":[57]},{"name":"BR_HOST_ICM","features":[57]},{"name":"BR_ORIGCOLOR","features":[57]},{"name":"BacklightOptimizationDesktop","features":[57]},{"name":"BacklightOptimizationDimmed","features":[57]},{"name":"BacklightOptimizationDisable","features":[57]},{"name":"BacklightOptimizationDynamic","features":[57]},{"name":"BacklightOptimizationEDR","features":[57]},{"name":"BlackScreenDiagnosticsCalloutParam","features":[57]},{"name":"BlackScreenDiagnosticsData","features":[57]},{"name":"BlackScreenDisplayRecovery","features":[57]},{"name":"CDBEX_CROSSADAPTER","features":[57]},{"name":"CDBEX_DXINTEROP","features":[57]},{"name":"CDBEX_NTSHAREDSURFACEHANDLE","features":[57]},{"name":"CDBEX_REDIRECTION","features":[57]},{"name":"CDBEX_REUSE","features":[57]},{"name":"CDDDXGK_REDIRBITMAPPRESENTINFO","features":[57,1]},{"name":"CD_ANY","features":[57]},{"name":"CD_LEFTDOWN","features":[57]},{"name":"CD_LEFTUP","features":[57]},{"name":"CD_LEFTWARDS","features":[57]},{"name":"CD_RIGHTDOWN","features":[57]},{"name":"CD_RIGHTUP","features":[57]},{"name":"CD_UPWARDS","features":[57]},{"name":"CHAR_IMAGE_INFO","features":[57,58]},{"name":"CHAR_TYPE_LEADING","features":[57]},{"name":"CHAR_TYPE_SBCS","features":[57]},{"name":"CHAR_TYPE_TRAILING","features":[57]},{"name":"CHROMATICITY_COORDINATE","features":[57]},{"name":"CIECHROMA","features":[57]},{"name":"CLIPLINE","features":[57]},{"name":"CLIPOBJ","features":[57,1]},{"name":"CLIPOBJ_bEnum","features":[57,1]},{"name":"CLIPOBJ_cEnumStart","features":[57,1]},{"name":"CLIPOBJ_ppoGetPath","features":[57,1]},{"name":"COLORINFO","features":[57]},{"name":"COLORSPACE_TRANSFORM","features":[57]},{"name":"COLORSPACE_TRANSFORM_1DLUT_CAP","features":[57]},{"name":"COLORSPACE_TRANSFORM_3x4","features":[57]},{"name":"COLORSPACE_TRANSFORM_DATA_CAP","features":[57]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE","features":[57]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE_FIXED_POINT","features":[57]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE_FLOAT","features":[57]},{"name":"COLORSPACE_TRANSFORM_MATRIX_CAP","features":[57]},{"name":"COLORSPACE_TRANSFORM_MATRIX_V2","features":[57]},{"name":"COLORSPACE_TRANSFORM_SET_INPUT","features":[57]},{"name":"COLORSPACE_TRANSFORM_STAGE_CONTROL","features":[57]},{"name":"COLORSPACE_TRANSFORM_TARGET_CAPS","features":[57]},{"name":"COLORSPACE_TRANSFORM_TARGET_CAPS_VERSION","features":[57]},{"name":"COLORSPACE_TRANSFORM_TYPE","features":[57]},{"name":"COLORSPACE_TRANSFORM_TYPE_DEFAULT","features":[57]},{"name":"COLORSPACE_TRANSFORM_TYPE_DXGI_1","features":[57]},{"name":"COLORSPACE_TRANSFORM_TYPE_MATRIX_3x4","features":[57]},{"name":"COLORSPACE_TRANSFORM_TYPE_MATRIX_V2","features":[57]},{"name":"COLORSPACE_TRANSFORM_TYPE_RGB256x3x16","features":[57]},{"name":"COLORSPACE_TRANSFORM_TYPE_UNINITIALIZED","features":[57]},{"name":"COLORSPACE_TRANSFORM_VERSION_1","features":[57]},{"name":"COLORSPACE_TRANSFORM_VERSION_DEFAULT","features":[57]},{"name":"COLORSPACE_TRANSFORM_VERSION_NOT_SUPPORTED","features":[57]},{"name":"CT_RECTANGLES","features":[57]},{"name":"CapabilitiesRequestAndCapabilitiesReply","features":[57,1]},{"name":"ColorSpaceTransformStageControl_Bypass","features":[57]},{"name":"ColorSpaceTransformStageControl_Enable","features":[57]},{"name":"ColorSpaceTransformStageControl_No_Change","features":[57]},{"name":"DCR_DRIVER","features":[57]},{"name":"DCR_HALFTONE","features":[57]},{"name":"DCR_SOLID","features":[57]},{"name":"DCT_DEFAULT","features":[57]},{"name":"DCT_FORCE_HIGH_PERFORMANCE","features":[57]},{"name":"DCT_FORCE_LOW_POWER","features":[57]},{"name":"DC_COMPLEX","features":[57]},{"name":"DC_RECT","features":[57]},{"name":"DC_TRIVIAL","features":[57]},{"name":"DDI_DRIVER_VERSION_NT4","features":[57]},{"name":"DDI_DRIVER_VERSION_NT5","features":[57]},{"name":"DDI_DRIVER_VERSION_NT5_01","features":[57]},{"name":"DDI_DRIVER_VERSION_NT5_01_SP1","features":[57]},{"name":"DDI_DRIVER_VERSION_SP3","features":[57]},{"name":"DDI_ERROR","features":[57]},{"name":"DD_FULLSCREEN_VIDEO_DEVICE_NAME","features":[57]},{"name":"DEVHTADJDATA","features":[57]},{"name":"DEVHTADJF_ADDITIVE_DEVICE","features":[57]},{"name":"DEVHTADJF_COLOR_DEVICE","features":[57]},{"name":"DEVHTINFO","features":[57]},{"name":"DEVINFO","features":[57,13]},{"name":"DEVPKEY_Device_ActivityId","features":[57,1]},{"name":"DEVPKEY_Device_AdapterLuid","features":[57,1]},{"name":"DEVPKEY_Device_TerminalLuid","features":[57,1]},{"name":"DEVPKEY_IndirectDisplay","features":[57,1]},{"name":"DHPDEV","features":[57]},{"name":"DHSURF","features":[57]},{"name":"DISPLAYCONFIG_2DREGION","features":[57]},{"name":"DISPLAYCONFIG_ADAPTER_NAME","features":[57,1]},{"name":"DISPLAYCONFIG_DESKTOP_IMAGE_INFO","features":[57,1]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_ADAPTER_NAME","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_MONITOR_SPECIALIZATION","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SDR_WHITE_LEVEL","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SOURCE_NAME","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SUPPORT_VIRTUAL_RESOLUTION","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_BASE_TYPE","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_PREFERRED_MODE","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_HEADER","features":[57,1]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_ADVANCED_COLOR_STATE","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_MONITOR_SPECIALIZATION","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_SUPPORT_VIRTUAL_RESOLUTION","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_TARGET_PERSISTENCE","features":[57]},{"name":"DISPLAYCONFIG_DEVICE_INFO_TYPE","features":[57]},{"name":"DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO","features":[57,1,13]},{"name":"DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION","features":[57,1]},{"name":"DISPLAYCONFIG_MODE_INFO","features":[57,1]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE","features":[57]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_DESKTOP_IMAGE","features":[57]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_SOURCE","features":[57]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_TARGET","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPONENT_VIDEO","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPOSITE_VIDEO","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EMBEDDED","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EXTERNAL","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_USB_TUNNEL","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DVI","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_D_JPN","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HD15","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HDMI","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_VIRTUAL","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_WIRED","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INTERNAL","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_LVDS","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_MIRACAST","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_OTHER","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDI","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDTVDONGLE","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SVIDEO","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EMBEDDED","features":[57]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EXTERNAL","features":[57]},{"name":"DISPLAYCONFIG_PATH_INFO","features":[57,1]},{"name":"DISPLAYCONFIG_PATH_SOURCE_INFO","features":[57,1]},{"name":"DISPLAYCONFIG_PATH_TARGET_INFO","features":[57,1]},{"name":"DISPLAYCONFIG_PIXELFORMAT","features":[57]},{"name":"DISPLAYCONFIG_PIXELFORMAT_16BPP","features":[57]},{"name":"DISPLAYCONFIG_PIXELFORMAT_24BPP","features":[57]},{"name":"DISPLAYCONFIG_PIXELFORMAT_32BPP","features":[57]},{"name":"DISPLAYCONFIG_PIXELFORMAT_8BPP","features":[57]},{"name":"DISPLAYCONFIG_PIXELFORMAT_NONGDI","features":[57]},{"name":"DISPLAYCONFIG_RATIONAL","features":[57]},{"name":"DISPLAYCONFIG_ROTATION","features":[57]},{"name":"DISPLAYCONFIG_ROTATION_IDENTITY","features":[57]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE180","features":[57]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE270","features":[57]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE90","features":[57]},{"name":"DISPLAYCONFIG_SCALING","features":[57]},{"name":"DISPLAYCONFIG_SCALING_ASPECTRATIOCENTEREDMAX","features":[57]},{"name":"DISPLAYCONFIG_SCALING_CENTERED","features":[57]},{"name":"DISPLAYCONFIG_SCALING_CUSTOM","features":[57]},{"name":"DISPLAYCONFIG_SCALING_IDENTITY","features":[57]},{"name":"DISPLAYCONFIG_SCALING_PREFERRED","features":[57]},{"name":"DISPLAYCONFIG_SCALING_STRETCHED","features":[57]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING","features":[57]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED","features":[57]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_LOWERFIELDFIRST","features":[57]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_UPPERFIELDFIRST","features":[57]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_PROGRESSIVE","features":[57]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_UNSPECIFIED","features":[57]},{"name":"DISPLAYCONFIG_SDR_WHITE_LEVEL","features":[57,1]},{"name":"DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE","features":[57,1]},{"name":"DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION","features":[57,1]},{"name":"DISPLAYCONFIG_SET_TARGET_PERSISTENCE","features":[57,1]},{"name":"DISPLAYCONFIG_SOURCE_DEVICE_NAME","features":[57,1]},{"name":"DISPLAYCONFIG_SOURCE_MODE","features":[57,1]},{"name":"DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION","features":[57,1]},{"name":"DISPLAYCONFIG_TARGET_BASE_TYPE","features":[57,1]},{"name":"DISPLAYCONFIG_TARGET_DEVICE_NAME","features":[57,1]},{"name":"DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS","features":[57]},{"name":"DISPLAYCONFIG_TARGET_MODE","features":[57]},{"name":"DISPLAYCONFIG_TARGET_PREFERRED_MODE","features":[57,1]},{"name":"DISPLAYCONFIG_TOPOLOGY_CLONE","features":[57]},{"name":"DISPLAYCONFIG_TOPOLOGY_EXTEND","features":[57]},{"name":"DISPLAYCONFIG_TOPOLOGY_EXTERNAL","features":[57]},{"name":"DISPLAYCONFIG_TOPOLOGY_ID","features":[57]},{"name":"DISPLAYCONFIG_TOPOLOGY_INTERNAL","features":[57]},{"name":"DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY","features":[57]},{"name":"DISPLAYCONFIG_VIDEO_SIGNAL_INFO","features":[57]},{"name":"DISPLAYPOLICY_AC","features":[57]},{"name":"DISPLAYPOLICY_DC","features":[57]},{"name":"DISPLAY_BRIGHTNESS","features":[57]},{"name":"DM_DEFAULT","features":[57]},{"name":"DM_MONOCHROME","features":[57]},{"name":"DN_ACCELERATION_LEVEL","features":[57]},{"name":"DN_ASSOCIATE_WINDOW","features":[57]},{"name":"DN_COMPOSITION_CHANGED","features":[57]},{"name":"DN_DEVICE_ORIGIN","features":[57]},{"name":"DN_DRAWING_BEGIN","features":[57]},{"name":"DN_DRAWING_BEGIN_APIBITMAP","features":[57]},{"name":"DN_SLEEP_MODE","features":[57]},{"name":"DN_SURFOBJ_DESTRUCTION","features":[57]},{"name":"DRD_ERROR","features":[57]},{"name":"DRD_SUCCESS","features":[57]},{"name":"DRH_APIBITMAP","features":[57]},{"name":"DRH_APIBITMAPDATA","features":[57,1]},{"name":"DRIVEROBJ","features":[57,1]},{"name":"DRVENABLEDATA","features":[57]},{"name":"DRVFN","features":[57]},{"name":"DRVQUERY_USERMODE","features":[57]},{"name":"DSI_CHECKSUM_ERROR_CORRECTED","features":[57]},{"name":"DSI_CHECKSUM_ERROR_NOT_CORRECTED","features":[57]},{"name":"DSI_CONTENTION_DETECTED","features":[57]},{"name":"DSI_CONTROL_TRANSMISSION_MODE","features":[57]},{"name":"DSI_DSI_DATA_TYPE_NOT_RECOGNIZED","features":[57]},{"name":"DSI_DSI_PROTOCOL_VIOLATION","features":[57]},{"name":"DSI_DSI_VC_ID_INVALID","features":[57]},{"name":"DSI_EOT_SYNC_ERROR","features":[57]},{"name":"DSI_ESCAPE_MODE_ENTRY_COMMAND_ERROR","features":[57]},{"name":"DSI_FALSE_CONTROL_ERROR","features":[57]},{"name":"DSI_INVALID_PACKET_INDEX","features":[57]},{"name":"DSI_INVALID_TRANSMISSION_LENGTH","features":[57]},{"name":"DSI_LONG_PACKET_PAYLOAD_CHECKSUM_ERROR","features":[57]},{"name":"DSI_LOW_POWER_TRANSMIT_SYNC_ERROR","features":[57]},{"name":"DSI_PACKET_EMBEDDED_PAYLOAD_SIZE","features":[57]},{"name":"DSI_PERIPHERAL_TIMEOUT_ERROR","features":[57]},{"name":"DSI_SOT_ERROR","features":[57]},{"name":"DSI_SOT_SYNC_ERROR","features":[57]},{"name":"DSS_FLUSH_EVENT","features":[57]},{"name":"DSS_RESERVED","features":[57]},{"name":"DSS_RESERVED1","features":[57]},{"name":"DSS_RESERVED2","features":[57]},{"name":"DSS_TIMER_EVENT","features":[57]},{"name":"DXGK_WIN32K_PARAM_DATA","features":[57]},{"name":"DXGK_WIN32K_PARAM_FLAG_DISABLEVIEW","features":[57]},{"name":"DXGK_WIN32K_PARAM_FLAG_MODESWITCH","features":[57]},{"name":"DXGK_WIN32K_PARAM_FLAG_UPDATEREGISTRY","features":[57]},{"name":"DegaussMonitor","features":[57,1]},{"name":"DestroyPhysicalMonitor","features":[57,1]},{"name":"DestroyPhysicalMonitors","features":[57,1]},{"name":"DisplayConfigGetDeviceInfo","features":[57,1]},{"name":"DisplayConfigSetDeviceInfo","features":[57,1]},{"name":"DisplayMode","features":[57,1,13]},{"name":"DisplayModes","features":[57,1,13]},{"name":"ECS_REDRAW","features":[57]},{"name":"ECS_TEARDOWN","features":[57]},{"name":"ED_ABORTDOC","features":[57]},{"name":"EHN_ERROR","features":[57]},{"name":"EHN_RESTORED","features":[57]},{"name":"EMFINFO","features":[57,13]},{"name":"ENDCAP_BUTT","features":[57]},{"name":"ENDCAP_ROUND","features":[57]},{"name":"ENDCAP_SQUARE","features":[57]},{"name":"ENGSAFESEMAPHORE","features":[57]},{"name":"ENG_DEVICE_ATTRIBUTE","features":[57]},{"name":"ENG_EVENT","features":[57]},{"name":"ENG_FNT_CACHE_READ_FAULT","features":[57]},{"name":"ENG_FNT_CACHE_WRITE_FAULT","features":[57]},{"name":"ENG_SYSTEM_ATTRIBUTE","features":[57]},{"name":"ENG_TIME_FIELDS","features":[57]},{"name":"ENUMRECTS","features":[57,1]},{"name":"EngAcquireSemaphore","features":[57]},{"name":"EngAlphaBlend","features":[57,1,13]},{"name":"EngAssociateSurface","features":[57,1]},{"name":"EngBitBlt","features":[57,1]},{"name":"EngCheckAbort","features":[57,1]},{"name":"EngComputeGlyphSet","features":[57]},{"name":"EngCopyBits","features":[57,1]},{"name":"EngCreateBitmap","features":[57,1,13]},{"name":"EngCreateClip","features":[57,1]},{"name":"EngCreateDeviceBitmap","features":[57,1,13]},{"name":"EngCreateDeviceSurface","features":[57,1]},{"name":"EngCreatePalette","features":[57,13]},{"name":"EngCreateSemaphore","features":[57]},{"name":"EngDeleteClip","features":[57,1]},{"name":"EngDeletePalette","features":[57,1,13]},{"name":"EngDeletePath","features":[57]},{"name":"EngDeleteSemaphore","features":[57]},{"name":"EngDeleteSurface","features":[57,1]},{"name":"EngEraseSurface","features":[57,1]},{"name":"EngFillPath","features":[57,1]},{"name":"EngFindResource","features":[57,1]},{"name":"EngFreeModule","features":[57,1]},{"name":"EngGetCurrentCodePage","features":[57]},{"name":"EngGetDriverName","features":[57]},{"name":"EngGetPrinterDataFileName","features":[57]},{"name":"EngGradientFill","features":[57,1,13]},{"name":"EngLineTo","features":[57,1]},{"name":"EngLoadModule","features":[57,1]},{"name":"EngLockSurface","features":[57,1]},{"name":"EngMarkBandingSurface","features":[57,1]},{"name":"EngMultiByteToUnicodeN","features":[57]},{"name":"EngMultiByteToWideChar","features":[57]},{"name":"EngNumberOfProcessors","features":[57]},{"name":"EngOptimumAvailableSystemMemory","features":[57]},{"name":"EngOptimumAvailableUserMemory","features":[57]},{"name":"EngPaint","features":[57,1]},{"name":"EngPlgBlt","features":[57,1,13]},{"name":"EngProcessorFeature","features":[57]},{"name":"EngQueryEMFInfo","features":[57,1,13]},{"name":"EngQueryLocalTime","features":[57]},{"name":"EngReleaseSemaphore","features":[57]},{"name":"EngStretchBlt","features":[57,1,13]},{"name":"EngStretchBltROP","features":[57,1,13]},{"name":"EngStrokeAndFillPath","features":[57,1]},{"name":"EngStrokePath","features":[57,1]},{"name":"EngTextOut","features":[57,1]},{"name":"EngTransparentBlt","features":[57,1]},{"name":"EngUnicodeToMultiByteN","features":[57]},{"name":"EngUnlockSurface","features":[57,1]},{"name":"EngWideCharToMultiByte","features":[57]},{"name":"FC_COMPLEX","features":[57]},{"name":"FC_RECT","features":[57]},{"name":"FC_RECT4","features":[57]},{"name":"FDM_TYPE_BM_SIDE_CONST","features":[57]},{"name":"FDM_TYPE_CHAR_INC_EQUAL_BM_BASE","features":[57]},{"name":"FDM_TYPE_CONST_BEARINGS","features":[57]},{"name":"FDM_TYPE_MAXEXT_EQUAL_BM_SIDE","features":[57]},{"name":"FDM_TYPE_ZERO_BEARINGS","features":[57]},{"name":"FD_DEVICEMETRICS","features":[57,1]},{"name":"FD_ERROR","features":[57]},{"name":"FD_GLYPHATTR","features":[57]},{"name":"FD_GLYPHSET","features":[57]},{"name":"FD_KERNINGPAIR","features":[57]},{"name":"FD_LIGATURE","features":[57]},{"name":"FD_NEGATIVE_FONT","features":[57]},{"name":"FD_XFORM","features":[57]},{"name":"FD_XFORM","features":[57]},{"name":"FF_IGNORED_SIGNATURE","features":[57]},{"name":"FF_SIGNATURE_VERIFIED","features":[57]},{"name":"FLOATOBJ","features":[57]},{"name":"FLOATOBJ_XFORM","features":[57]},{"name":"FLOATOBJ_XFORM","features":[57]},{"name":"FLOAT_LONG","features":[57]},{"name":"FLOAT_LONG","features":[57]},{"name":"FL_NONPAGED_MEMORY","features":[57]},{"name":"FL_NON_SESSION","features":[57]},{"name":"FL_ZERO_MEMORY","features":[57]},{"name":"FM_EDITABLE_EMBED","features":[57]},{"name":"FM_INFO_16BPP","features":[57]},{"name":"FM_INFO_1BPP","features":[57]},{"name":"FM_INFO_24BPP","features":[57]},{"name":"FM_INFO_32BPP","features":[57]},{"name":"FM_INFO_4BPP","features":[57]},{"name":"FM_INFO_8BPP","features":[57]},{"name":"FM_INFO_90DEGREE_ROTATIONS","features":[57]},{"name":"FM_INFO_ANISOTROPIC_SCALING_ONLY","features":[57]},{"name":"FM_INFO_ARB_XFORMS","features":[57]},{"name":"FM_INFO_CONSTANT_WIDTH","features":[57]},{"name":"FM_INFO_DBCS_FIXED_PITCH","features":[57]},{"name":"FM_INFO_DO_NOT_ENUMERATE","features":[57]},{"name":"FM_INFO_DSIG","features":[57]},{"name":"FM_INFO_FAMILY_EQUIV","features":[57]},{"name":"FM_INFO_IGNORE_TC_RA_ABLE","features":[57]},{"name":"FM_INFO_INTEGER_WIDTH","features":[57]},{"name":"FM_INFO_INTEGRAL_SCALING","features":[57]},{"name":"FM_INFO_ISOTROPIC_SCALING_ONLY","features":[57]},{"name":"FM_INFO_NONNEGATIVE_AC","features":[57]},{"name":"FM_INFO_NOT_CONTIGUOUS","features":[57]},{"name":"FM_INFO_OPTICALLY_FIXED_PITCH","features":[57]},{"name":"FM_INFO_RETURNS_BITMAPS","features":[57]},{"name":"FM_INFO_RETURNS_OUTLINES","features":[57]},{"name":"FM_INFO_RETURNS_STROKES","features":[57]},{"name":"FM_INFO_RIGHT_HANDED","features":[57]},{"name":"FM_INFO_TECH_BITMAP","features":[57]},{"name":"FM_INFO_TECH_CFF","features":[57]},{"name":"FM_INFO_TECH_MM","features":[57]},{"name":"FM_INFO_TECH_OUTLINE_NOT_TRUETYPE","features":[57]},{"name":"FM_INFO_TECH_STROKE","features":[57]},{"name":"FM_INFO_TECH_TRUETYPE","features":[57]},{"name":"FM_INFO_TECH_TYPE1","features":[57]},{"name":"FM_NO_EMBEDDING","features":[57]},{"name":"FM_PANOSE_CULTURE_LATIN","features":[57]},{"name":"FM_READONLY_EMBED","features":[57]},{"name":"FM_SEL_BOLD","features":[57]},{"name":"FM_SEL_ITALIC","features":[57]},{"name":"FM_SEL_NEGATIVE","features":[57]},{"name":"FM_SEL_OUTLINED","features":[57]},{"name":"FM_SEL_REGULAR","features":[57]},{"name":"FM_SEL_STRIKEOUT","features":[57]},{"name":"FM_SEL_UNDERSCORE","features":[57]},{"name":"FM_TYPE_LICENSED","features":[57]},{"name":"FM_VERSION_NUMBER","features":[57]},{"name":"FONTDIFF","features":[57,1]},{"name":"FONTINFO","features":[57]},{"name":"FONTOBJ","features":[57,1]},{"name":"FONTOBJ_cGetAllGlyphHandles","features":[57,1]},{"name":"FONTOBJ_cGetGlyphs","features":[57,1]},{"name":"FONTOBJ_pQueryGlyphAttrs","features":[57,1]},{"name":"FONTOBJ_pfdg","features":[57,1]},{"name":"FONTOBJ_pifi","features":[57,1,13]},{"name":"FONTOBJ_pvTrueTypeFontFile","features":[57,1]},{"name":"FONTOBJ_pxoGetXform","features":[57,1]},{"name":"FONTOBJ_vGetInfo","features":[57,1]},{"name":"FONTSIM","features":[57]},{"name":"FONT_IMAGE_INFO","features":[57,58]},{"name":"FO_ATTR_MODE_ROTATE","features":[57]},{"name":"FO_CFF","features":[57]},{"name":"FO_CLEARTYPENATURAL_X","features":[57]},{"name":"FO_CLEARTYPE_X","features":[57]},{"name":"FO_CLEARTYPE_Y","features":[57]},{"name":"FO_DBCS_FONT","features":[57]},{"name":"FO_DEVICE_FONT","features":[57]},{"name":"FO_EM_HEIGHT","features":[57]},{"name":"FO_GLYPHBITS","features":[57]},{"name":"FO_GRAY16","features":[57]},{"name":"FO_HGLYPHS","features":[57]},{"name":"FO_MULTIPLEMASTER","features":[57]},{"name":"FO_NOCLEARTYPE","features":[57]},{"name":"FO_NOGRAY16","features":[57]},{"name":"FO_NOHINTS","features":[57]},{"name":"FO_NO_CHOICE","features":[57]},{"name":"FO_OUTLINE_CAPABLE","features":[57]},{"name":"FO_PATHOBJ","features":[57]},{"name":"FO_POSTSCRIPT","features":[57]},{"name":"FO_SIM_BOLD","features":[57]},{"name":"FO_SIM_ITALIC","features":[57]},{"name":"FO_VERT_FACE","features":[57]},{"name":"FP_ALTERNATEMODE","features":[57]},{"name":"FP_WINDINGMODE","features":[57]},{"name":"FREEOBJPROC","features":[57,1]},{"name":"FSCNTL_SCREEN_INFO","features":[57,58]},{"name":"FSVIDEO_COPY_FRAME_BUFFER","features":[57,58]},{"name":"FSVIDEO_CURSOR_POSITION","features":[57]},{"name":"FSVIDEO_MODE_INFORMATION","features":[57]},{"name":"FSVIDEO_REVERSE_MOUSE_POINTER","features":[57,58]},{"name":"FSVIDEO_SCREEN_INFORMATION","features":[57,58]},{"name":"FSVIDEO_WRITE_TO_FRAME_BUFFER","features":[57,58]},{"name":"GAMMARAMP","features":[57]},{"name":"GAMMA_RAMP_DXGI_1","features":[57]},{"name":"GAMMA_RAMP_RGB","features":[57]},{"name":"GAMMA_RAMP_RGB256x3x16","features":[57]},{"name":"GCAPS2_ACC_DRIVER","features":[57]},{"name":"GCAPS2_ALPHACURSOR","features":[57]},{"name":"GCAPS2_BITMAPEXREUSE","features":[57]},{"name":"GCAPS2_CHANGEGAMMARAMP","features":[57]},{"name":"GCAPS2_CLEARTYPE","features":[57]},{"name":"GCAPS2_EXCLUDELAYERED","features":[57]},{"name":"GCAPS2_ICD_MULTIMON","features":[57]},{"name":"GCAPS2_INCLUDEAPIBITMAPS","features":[57]},{"name":"GCAPS2_JPEGSRC","features":[57]},{"name":"GCAPS2_MOUSETRAILS","features":[57]},{"name":"GCAPS2_PNGSRC","features":[57]},{"name":"GCAPS2_REMOTEDRIVER","features":[57]},{"name":"GCAPS2_RESERVED1","features":[57]},{"name":"GCAPS2_SHOWHIDDENPOINTER","features":[57]},{"name":"GCAPS2_SYNCFLUSH","features":[57]},{"name":"GCAPS2_SYNCTIMER","features":[57]},{"name":"GCAPS2_xxxx","features":[57]},{"name":"GCAPS_ALTERNATEFILL","features":[57]},{"name":"GCAPS_ARBRUSHOPAQUE","features":[57]},{"name":"GCAPS_ARBRUSHTEXT","features":[57]},{"name":"GCAPS_ASYNCCHANGE","features":[57]},{"name":"GCAPS_ASYNCMOVE","features":[57]},{"name":"GCAPS_BEZIERS","features":[57]},{"name":"GCAPS_CMYKCOLOR","features":[57]},{"name":"GCAPS_COLOR_DITHER","features":[57]},{"name":"GCAPS_DIRECTDRAW","features":[57]},{"name":"GCAPS_DITHERONREALIZE","features":[57]},{"name":"GCAPS_DONTJOURNAL","features":[57]},{"name":"GCAPS_FONT_RASTERIZER","features":[57]},{"name":"GCAPS_FORCEDITHER","features":[57]},{"name":"GCAPS_GEOMETRICWIDE","features":[57]},{"name":"GCAPS_GRAY16","features":[57]},{"name":"GCAPS_HALFTONE","features":[57]},{"name":"GCAPS_HIGHRESTEXT","features":[57]},{"name":"GCAPS_HORIZSTRIKE","features":[57]},{"name":"GCAPS_ICM","features":[57]},{"name":"GCAPS_LAYERED","features":[57]},{"name":"GCAPS_MONO_DITHER","features":[57]},{"name":"GCAPS_NO64BITMEMACCESS","features":[57]},{"name":"GCAPS_NUP","features":[57]},{"name":"GCAPS_OPAQUERECT","features":[57]},{"name":"GCAPS_PALMANAGED","features":[57]},{"name":"GCAPS_PANNING","features":[57]},{"name":"GCAPS_SCREENPRECISION","features":[57]},{"name":"GCAPS_VECTORFONT","features":[57]},{"name":"GCAPS_VERTSTRIKE","features":[57]},{"name":"GCAPS_WINDINGFILL","features":[57]},{"name":"GDIINFO","features":[57,1]},{"name":"GDI_DRIVER_VERSION","features":[57]},{"name":"GETCONNECTEDIDS_SOURCE","features":[57]},{"name":"GETCONNECTEDIDS_TARGET","features":[57]},{"name":"GLYPHBITS","features":[57,1]},{"name":"GLYPHDATA","features":[57,1]},{"name":"GLYPHDEF","features":[57,1]},{"name":"GLYPHPOS","features":[57,1]},{"name":"GS_16BIT_HANDLES","features":[57]},{"name":"GS_8BIT_HANDLES","features":[57]},{"name":"GS_UNICODE_HANDLES","features":[57]},{"name":"GUID_DEVINTERFACE_DISPLAY_ADAPTER","features":[57]},{"name":"GUID_DEVINTERFACE_MONITOR","features":[57]},{"name":"GUID_DEVINTERFACE_VIDEO_OUTPUT_ARRIVAL","features":[57]},{"name":"GUID_DISPLAY_DEVICE_ARRIVAL","features":[57]},{"name":"GUID_MONITOR_OVERRIDE_PSEUDO_SPECIALIZED","features":[57]},{"name":"GX_GENERAL","features":[57]},{"name":"GX_IDENTITY","features":[57]},{"name":"GX_OFFSET","features":[57]},{"name":"GX_SCALE","features":[57]},{"name":"GetAutoRotationState","features":[57,1]},{"name":"GetCapabilitiesStringLength","features":[57,1]},{"name":"GetDisplayAutoRotationPreferences","features":[57,1]},{"name":"GetDisplayConfigBufferSizes","features":[57,1]},{"name":"GetMonitorBrightness","features":[57,1]},{"name":"GetMonitorCapabilities","features":[57,1]},{"name":"GetMonitorColorTemperature","features":[57,1]},{"name":"GetMonitorContrast","features":[57,1]},{"name":"GetMonitorDisplayAreaPosition","features":[57,1]},{"name":"GetMonitorDisplayAreaSize","features":[57,1]},{"name":"GetMonitorRedGreenOrBlueDrive","features":[57,1]},{"name":"GetMonitorRedGreenOrBlueGain","features":[57,1]},{"name":"GetMonitorTechnologyType","features":[57,1]},{"name":"GetNumberOfPhysicalMonitorsFromHMONITOR","features":[57,1,13]},{"name":"GetNumberOfPhysicalMonitorsFromIDirect3DDevice9","features":[57]},{"name":"GetPhysicalMonitorsFromHMONITOR","features":[57,1,13]},{"name":"GetPhysicalMonitorsFromIDirect3DDevice9","features":[57,1]},{"name":"GetTimingReport","features":[57,1]},{"name":"GetVCPFeatureAndVCPFeatureReply","features":[57,1]},{"name":"HBM","features":[57]},{"name":"HDEV","features":[57]},{"name":"HDRVOBJ","features":[57]},{"name":"HFASTMUTEX","features":[57]},{"name":"HOOK_ALPHABLEND","features":[57]},{"name":"HOOK_BITBLT","features":[57]},{"name":"HOOK_COPYBITS","features":[57]},{"name":"HOOK_FILLPATH","features":[57]},{"name":"HOOK_FLAGS","features":[57]},{"name":"HOOK_GRADIENTFILL","features":[57]},{"name":"HOOK_LINETO","features":[57]},{"name":"HOOK_MOVEPANNING","features":[57]},{"name":"HOOK_PAINT","features":[57]},{"name":"HOOK_PLGBLT","features":[57]},{"name":"HOOK_STRETCHBLT","features":[57]},{"name":"HOOK_STRETCHBLTROP","features":[57]},{"name":"HOOK_STROKEANDFILLPATH","features":[57]},{"name":"HOOK_STROKEPATH","features":[57]},{"name":"HOOK_SYNCHRONIZE","features":[57]},{"name":"HOOK_SYNCHRONIZEACCESS","features":[57]},{"name":"HOOK_TEXTOUT","features":[57]},{"name":"HOOK_TRANSPARENTBLT","features":[57]},{"name":"HOST_DSI_BAD_TRANSMISSION_MODE","features":[57]},{"name":"HOST_DSI_DEVICE_NOT_READY","features":[57]},{"name":"HOST_DSI_DEVICE_RESET","features":[57]},{"name":"HOST_DSI_DRIVER_REJECTED_PACKET","features":[57]},{"name":"HOST_DSI_INTERFACE_RESET","features":[57]},{"name":"HOST_DSI_INVALID_TRANSMISSION","features":[57]},{"name":"HOST_DSI_OS_REJECTED_PACKET","features":[57]},{"name":"HOST_DSI_TRANSMISSION_CANCELLED","features":[57]},{"name":"HOST_DSI_TRANSMISSION_DROPPED","features":[57]},{"name":"HOST_DSI_TRANSMISSION_TIMEOUT","features":[57]},{"name":"HSEMAPHORE","features":[57]},{"name":"HSURF","features":[57]},{"name":"HS_DDI_MAX","features":[57]},{"name":"HT_FLAG_8BPP_CMY332_MASK","features":[57]},{"name":"HT_FLAG_ADDITIVE_PRIMS","features":[57]},{"name":"HT_FLAG_DO_DEVCLR_XFORM","features":[57]},{"name":"HT_FLAG_HAS_BLACK_DYE","features":[57]},{"name":"HT_FLAG_INK_ABSORPTION_IDX0","features":[57]},{"name":"HT_FLAG_INK_ABSORPTION_IDX1","features":[57]},{"name":"HT_FLAG_INK_ABSORPTION_IDX2","features":[57]},{"name":"HT_FLAG_INK_ABSORPTION_IDX3","features":[57]},{"name":"HT_FLAG_INK_ABSORPTION_INDICES","features":[57]},{"name":"HT_FLAG_INK_HIGH_ABSORPTION","features":[57]},{"name":"HT_FLAG_INVERT_8BPP_BITMASK_IDX","features":[57]},{"name":"HT_FLAG_LOWER_INK_ABSORPTION","features":[57]},{"name":"HT_FLAG_LOWEST_INK_ABSORPTION","features":[57]},{"name":"HT_FLAG_LOW_INK_ABSORPTION","features":[57]},{"name":"HT_FLAG_NORMAL_INK_ABSORPTION","features":[57]},{"name":"HT_FLAG_OUTPUT_CMY","features":[57]},{"name":"HT_FLAG_PRINT_DRAFT_MODE","features":[57]},{"name":"HT_FLAG_SQUARE_DEVICE_PEL","features":[57]},{"name":"HT_FLAG_USE_8BPP_BITMASK","features":[57]},{"name":"HT_FORMAT_16BPP","features":[57]},{"name":"HT_FORMAT_1BPP","features":[57]},{"name":"HT_FORMAT_24BPP","features":[57]},{"name":"HT_FORMAT_32BPP","features":[57]},{"name":"HT_FORMAT_4BPP","features":[57]},{"name":"HT_FORMAT_4BPP_IRGB","features":[57]},{"name":"HT_FORMAT_8BPP","features":[57]},{"name":"HT_Get8BPPFormatPalette","features":[57,13]},{"name":"HT_Get8BPPMaskPalette","features":[57,1,13]},{"name":"HT_PATSIZE_10x10","features":[57]},{"name":"HT_PATSIZE_10x10_M","features":[57]},{"name":"HT_PATSIZE_12x12","features":[57]},{"name":"HT_PATSIZE_12x12_M","features":[57]},{"name":"HT_PATSIZE_14x14","features":[57]},{"name":"HT_PATSIZE_14x14_M","features":[57]},{"name":"HT_PATSIZE_16x16","features":[57]},{"name":"HT_PATSIZE_16x16_M","features":[57]},{"name":"HT_PATSIZE_2x2","features":[57]},{"name":"HT_PATSIZE_2x2_M","features":[57]},{"name":"HT_PATSIZE_4x4","features":[57]},{"name":"HT_PATSIZE_4x4_M","features":[57]},{"name":"HT_PATSIZE_6x6","features":[57]},{"name":"HT_PATSIZE_6x6_M","features":[57]},{"name":"HT_PATSIZE_8x8","features":[57]},{"name":"HT_PATSIZE_8x8_M","features":[57]},{"name":"HT_PATSIZE_DEFAULT","features":[57]},{"name":"HT_PATSIZE_MAX_INDEX","features":[57]},{"name":"HT_PATSIZE_SUPERCELL","features":[57]},{"name":"HT_PATSIZE_SUPERCELL_M","features":[57]},{"name":"HT_PATSIZE_USER","features":[57]},{"name":"HT_USERPAT_CX_MAX","features":[57]},{"name":"HT_USERPAT_CX_MIN","features":[57]},{"name":"HT_USERPAT_CY_MAX","features":[57]},{"name":"HT_USERPAT_CY_MIN","features":[57]},{"name":"ICloneViewHelper","features":[57]},{"name":"IFIEXTRA","features":[57]},{"name":"IFIMETRICS","features":[57,1,13]},{"name":"IFIMETRICS","features":[57,1,13]},{"name":"IGRF_RGB_256BYTES","features":[57]},{"name":"IGRF_RGB_256WORDS","features":[57]},{"name":"INDEX_DrvAccumulateD3DDirtyRect","features":[57]},{"name":"INDEX_DrvAlphaBlend","features":[57]},{"name":"INDEX_DrvAssertMode","features":[57]},{"name":"INDEX_DrvAssociateSharedSurface","features":[57]},{"name":"INDEX_DrvBitBlt","features":[57]},{"name":"INDEX_DrvCompletePDEV","features":[57]},{"name":"INDEX_DrvCopyBits","features":[57]},{"name":"INDEX_DrvCreateDeviceBitmap","features":[57]},{"name":"INDEX_DrvCreateDeviceBitmapEx","features":[57]},{"name":"INDEX_DrvDeleteDeviceBitmap","features":[57]},{"name":"INDEX_DrvDeleteDeviceBitmapEx","features":[57]},{"name":"INDEX_DrvDeriveSurface","features":[57]},{"name":"INDEX_DrvDescribePixelFormat","features":[57]},{"name":"INDEX_DrvDestroyFont","features":[57]},{"name":"INDEX_DrvDisableDirectDraw","features":[57]},{"name":"INDEX_DrvDisableDriver","features":[57]},{"name":"INDEX_DrvDisablePDEV","features":[57]},{"name":"INDEX_DrvDisableSurface","features":[57]},{"name":"INDEX_DrvDitherColor","features":[57]},{"name":"INDEX_DrvDrawEscape","features":[57]},{"name":"INDEX_DrvEnableDirectDraw","features":[57]},{"name":"INDEX_DrvEnablePDEV","features":[57]},{"name":"INDEX_DrvEnableSurface","features":[57]},{"name":"INDEX_DrvEndDoc","features":[57]},{"name":"INDEX_DrvEndDxInterop","features":[57]},{"name":"INDEX_DrvEscape","features":[57]},{"name":"INDEX_DrvFillPath","features":[57]},{"name":"INDEX_DrvFontManagement","features":[57]},{"name":"INDEX_DrvFree","features":[57]},{"name":"INDEX_DrvGetDirectDrawInfo","features":[57]},{"name":"INDEX_DrvGetGlyphMode","features":[57]},{"name":"INDEX_DrvGetModes","features":[57]},{"name":"INDEX_DrvGetSynthesizedFontFiles","features":[57]},{"name":"INDEX_DrvGetTrueTypeFile","features":[57]},{"name":"INDEX_DrvGradientFill","features":[57]},{"name":"INDEX_DrvIcmCheckBitmapBits","features":[57]},{"name":"INDEX_DrvIcmCreateColorTransform","features":[57]},{"name":"INDEX_DrvIcmDeleteColorTransform","features":[57]},{"name":"INDEX_DrvIcmSetDeviceGammaRamp","features":[57]},{"name":"INDEX_DrvLineTo","features":[57]},{"name":"INDEX_DrvLoadFontFile","features":[57]},{"name":"INDEX_DrvLockDisplayArea","features":[57]},{"name":"INDEX_DrvMovePanning","features":[57]},{"name":"INDEX_DrvMovePointer","features":[57]},{"name":"INDEX_DrvNextBand","features":[57]},{"name":"INDEX_DrvNotify","features":[57]},{"name":"INDEX_DrvOffset","features":[57]},{"name":"INDEX_DrvPaint","features":[57]},{"name":"INDEX_DrvPlgBlt","features":[57]},{"name":"INDEX_DrvQueryAdvanceWidths","features":[57]},{"name":"INDEX_DrvQueryDeviceSupport","features":[57]},{"name":"INDEX_DrvQueryFont","features":[57]},{"name":"INDEX_DrvQueryFontCaps","features":[57]},{"name":"INDEX_DrvQueryFontData","features":[57]},{"name":"INDEX_DrvQueryFontFile","features":[57]},{"name":"INDEX_DrvQueryFontTree","features":[57]},{"name":"INDEX_DrvQueryGlyphAttrs","features":[57]},{"name":"INDEX_DrvQueryPerBandInfo","features":[57]},{"name":"INDEX_DrvQuerySpoolType","features":[57]},{"name":"INDEX_DrvQueryTrueTypeOutline","features":[57]},{"name":"INDEX_DrvQueryTrueTypeTable","features":[57]},{"name":"INDEX_DrvRealizeBrush","features":[57]},{"name":"INDEX_DrvRenderHint","features":[57]},{"name":"INDEX_DrvReserved1","features":[57]},{"name":"INDEX_DrvReserved10","features":[57]},{"name":"INDEX_DrvReserved11","features":[57]},{"name":"INDEX_DrvReserved2","features":[57]},{"name":"INDEX_DrvReserved3","features":[57]},{"name":"INDEX_DrvReserved4","features":[57]},{"name":"INDEX_DrvReserved5","features":[57]},{"name":"INDEX_DrvReserved6","features":[57]},{"name":"INDEX_DrvReserved7","features":[57]},{"name":"INDEX_DrvReserved8","features":[57]},{"name":"INDEX_DrvReserved9","features":[57]},{"name":"INDEX_DrvResetDevice","features":[57]},{"name":"INDEX_DrvResetPDEV","features":[57]},{"name":"INDEX_DrvSaveScreenBits","features":[57]},{"name":"INDEX_DrvSendPage","features":[57]},{"name":"INDEX_DrvSetPalette","features":[57]},{"name":"INDEX_DrvSetPixelFormat","features":[57]},{"name":"INDEX_DrvSetPointerShape","features":[57]},{"name":"INDEX_DrvStartBanding","features":[57]},{"name":"INDEX_DrvStartDoc","features":[57]},{"name":"INDEX_DrvStartDxInterop","features":[57]},{"name":"INDEX_DrvStartPage","features":[57]},{"name":"INDEX_DrvStretchBlt","features":[57]},{"name":"INDEX_DrvStretchBltROP","features":[57]},{"name":"INDEX_DrvStrokeAndFillPath","features":[57]},{"name":"INDEX_DrvStrokePath","features":[57]},{"name":"INDEX_DrvSurfaceComplete","features":[57]},{"name":"INDEX_DrvSwapBuffers","features":[57]},{"name":"INDEX_DrvSynchronize","features":[57]},{"name":"INDEX_DrvSynchronizeRedirectionBitmaps","features":[57]},{"name":"INDEX_DrvSynchronizeSurface","features":[57]},{"name":"INDEX_DrvSynthesizeFont","features":[57]},{"name":"INDEX_DrvTextOut","features":[57]},{"name":"INDEX_DrvTransparentBlt","features":[57]},{"name":"INDEX_DrvUnloadFontFile","features":[57]},{"name":"INDEX_DrvUnlockDisplayArea","features":[57]},{"name":"INDEX_LAST","features":[57]},{"name":"INDIRECT_DISPLAY_INFO","features":[57,1]},{"name":"INDIRECT_DISPLAY_INFO_FLAGS_CREATED_IDDCX_ADAPTER","features":[57]},{"name":"IOCTL_COLORSPACE_TRANSFORM_QUERY_TARGET_CAPS","features":[57]},{"name":"IOCTL_COLORSPACE_TRANSFORM_SET","features":[57]},{"name":"IOCTL_FSVIDEO_COPY_FRAME_BUFFER","features":[57]},{"name":"IOCTL_FSVIDEO_REVERSE_MOUSE_POINTER","features":[57]},{"name":"IOCTL_FSVIDEO_SET_CURRENT_MODE","features":[57]},{"name":"IOCTL_FSVIDEO_SET_CURSOR_POSITION","features":[57]},{"name":"IOCTL_FSVIDEO_SET_SCREEN_INFORMATION","features":[57]},{"name":"IOCTL_FSVIDEO_WRITE_TO_FRAME_BUFFER","features":[57]},{"name":"IOCTL_MIPI_DSI_QUERY_CAPS","features":[57]},{"name":"IOCTL_MIPI_DSI_RESET","features":[57]},{"name":"IOCTL_MIPI_DSI_TRANSMISSION","features":[57]},{"name":"IOCTL_PANEL_GET_BACKLIGHT_REDUCTION","features":[57]},{"name":"IOCTL_PANEL_GET_BRIGHTNESS","features":[57]},{"name":"IOCTL_PANEL_GET_MANUFACTURING_MODE","features":[57]},{"name":"IOCTL_PANEL_QUERY_BRIGHTNESS_CAPS","features":[57]},{"name":"IOCTL_PANEL_QUERY_BRIGHTNESS_RANGES","features":[57]},{"name":"IOCTL_PANEL_SET_BACKLIGHT_OPTIMIZATION","features":[57]},{"name":"IOCTL_PANEL_SET_BRIGHTNESS","features":[57]},{"name":"IOCTL_PANEL_SET_BRIGHTNESS_STATE","features":[57]},{"name":"IOCTL_SET_ACTIVE_COLOR_PROFILE_NAME","features":[57]},{"name":"IOCTL_VIDEO_DISABLE_CURSOR","features":[57]},{"name":"IOCTL_VIDEO_DISABLE_POINTER","features":[57]},{"name":"IOCTL_VIDEO_DISABLE_VDM","features":[57]},{"name":"IOCTL_VIDEO_ENABLE_CURSOR","features":[57]},{"name":"IOCTL_VIDEO_ENABLE_POINTER","features":[57]},{"name":"IOCTL_VIDEO_ENABLE_VDM","features":[57]},{"name":"IOCTL_VIDEO_ENUM_MONITOR_PDO","features":[57]},{"name":"IOCTL_VIDEO_FREE_PUBLIC_ACCESS_RANGES","features":[57]},{"name":"IOCTL_VIDEO_GET_BANK_SELECT_CODE","features":[57]},{"name":"IOCTL_VIDEO_GET_CHILD_STATE","features":[57]},{"name":"IOCTL_VIDEO_GET_OUTPUT_DEVICE_POWER_STATE","features":[57]},{"name":"IOCTL_VIDEO_GET_POWER_MANAGEMENT","features":[57]},{"name":"IOCTL_VIDEO_HANDLE_VIDEOPARAMETERS","features":[57]},{"name":"IOCTL_VIDEO_INIT_WIN32K_CALLBACKS","features":[57]},{"name":"IOCTL_VIDEO_IS_VGA_DEVICE","features":[57]},{"name":"IOCTL_VIDEO_LOAD_AND_SET_FONT","features":[57]},{"name":"IOCTL_VIDEO_MAP_VIDEO_MEMORY","features":[57]},{"name":"IOCTL_VIDEO_MONITOR_DEVICE","features":[57]},{"name":"IOCTL_VIDEO_PREPARE_FOR_EARECOVERY","features":[57]},{"name":"IOCTL_VIDEO_QUERY_AVAIL_MODES","features":[57]},{"name":"IOCTL_VIDEO_QUERY_COLOR_CAPABILITIES","features":[57]},{"name":"IOCTL_VIDEO_QUERY_CURRENT_MODE","features":[57]},{"name":"IOCTL_VIDEO_QUERY_CURSOR_ATTR","features":[57]},{"name":"IOCTL_VIDEO_QUERY_CURSOR_POSITION","features":[57]},{"name":"IOCTL_VIDEO_QUERY_DISPLAY_BRIGHTNESS","features":[57]},{"name":"IOCTL_VIDEO_QUERY_NUM_AVAIL_MODES","features":[57]},{"name":"IOCTL_VIDEO_QUERY_POINTER_ATTR","features":[57]},{"name":"IOCTL_VIDEO_QUERY_POINTER_CAPABILITIES","features":[57]},{"name":"IOCTL_VIDEO_QUERY_POINTER_POSITION","features":[57]},{"name":"IOCTL_VIDEO_QUERY_PUBLIC_ACCESS_RANGES","features":[57]},{"name":"IOCTL_VIDEO_QUERY_SUPPORTED_BRIGHTNESS","features":[57]},{"name":"IOCTL_VIDEO_REGISTER_VDM","features":[57]},{"name":"IOCTL_VIDEO_RESET_DEVICE","features":[57]},{"name":"IOCTL_VIDEO_RESTORE_HARDWARE_STATE","features":[57]},{"name":"IOCTL_VIDEO_SAVE_HARDWARE_STATE","features":[57]},{"name":"IOCTL_VIDEO_SET_BANK_POSITION","features":[57]},{"name":"IOCTL_VIDEO_SET_CHILD_STATE_CONFIGURATION","features":[57]},{"name":"IOCTL_VIDEO_SET_COLOR_LUT_DATA","features":[57]},{"name":"IOCTL_VIDEO_SET_COLOR_REGISTERS","features":[57]},{"name":"IOCTL_VIDEO_SET_CURRENT_MODE","features":[57]},{"name":"IOCTL_VIDEO_SET_CURSOR_ATTR","features":[57]},{"name":"IOCTL_VIDEO_SET_CURSOR_POSITION","features":[57]},{"name":"IOCTL_VIDEO_SET_DISPLAY_BRIGHTNESS","features":[57]},{"name":"IOCTL_VIDEO_SET_OUTPUT_DEVICE_POWER_STATE","features":[57]},{"name":"IOCTL_VIDEO_SET_PALETTE_REGISTERS","features":[57]},{"name":"IOCTL_VIDEO_SET_POINTER_ATTR","features":[57]},{"name":"IOCTL_VIDEO_SET_POINTER_POSITION","features":[57]},{"name":"IOCTL_VIDEO_SET_POWER_MANAGEMENT","features":[57]},{"name":"IOCTL_VIDEO_SHARE_VIDEO_MEMORY","features":[57]},{"name":"IOCTL_VIDEO_SWITCH_DUALVIEW","features":[57]},{"name":"IOCTL_VIDEO_UNMAP_VIDEO_MEMORY","features":[57]},{"name":"IOCTL_VIDEO_UNSHARE_VIDEO_MEMORY","features":[57]},{"name":"IOCTL_VIDEO_USE_DEVICE_IN_SESSION","features":[57]},{"name":"IOCTL_VIDEO_VALIDATE_CHILD_STATE_CONFIGURATION","features":[57]},{"name":"IViewHelper","features":[57]},{"name":"JOIN_BEVEL","features":[57]},{"name":"JOIN_MITER","features":[57]},{"name":"JOIN_ROUND","features":[57]},{"name":"LA_ALTERNATE","features":[57]},{"name":"LA_GEOMETRIC","features":[57]},{"name":"LA_STARTGAP","features":[57]},{"name":"LA_STYLED","features":[57]},{"name":"LIGATURE","features":[57]},{"name":"LINEATTRS","features":[57]},{"name":"LINEATTRS","features":[57]},{"name":"MAXCHARSETS","features":[57]},{"name":"MAX_PACKET_COUNT","features":[57]},{"name":"MC_APERTURE_GRILL_CATHODE_RAY_TUBE","features":[57]},{"name":"MC_BLUE_DRIVE","features":[57]},{"name":"MC_BLUE_GAIN","features":[57]},{"name":"MC_CAPS_BRIGHTNESS","features":[57]},{"name":"MC_CAPS_COLOR_TEMPERATURE","features":[57]},{"name":"MC_CAPS_CONTRAST","features":[57]},{"name":"MC_CAPS_DEGAUSS","features":[57]},{"name":"MC_CAPS_DISPLAY_AREA_POSITION","features":[57]},{"name":"MC_CAPS_DISPLAY_AREA_SIZE","features":[57]},{"name":"MC_CAPS_MONITOR_TECHNOLOGY_TYPE","features":[57]},{"name":"MC_CAPS_NONE","features":[57]},{"name":"MC_CAPS_RED_GREEN_BLUE_DRIVE","features":[57]},{"name":"MC_CAPS_RED_GREEN_BLUE_GAIN","features":[57]},{"name":"MC_CAPS_RESTORE_FACTORY_COLOR_DEFAULTS","features":[57]},{"name":"MC_CAPS_RESTORE_FACTORY_DEFAULTS","features":[57]},{"name":"MC_COLOR_TEMPERATURE","features":[57]},{"name":"MC_COLOR_TEMPERATURE_10000K","features":[57]},{"name":"MC_COLOR_TEMPERATURE_11500K","features":[57]},{"name":"MC_COLOR_TEMPERATURE_4000K","features":[57]},{"name":"MC_COLOR_TEMPERATURE_5000K","features":[57]},{"name":"MC_COLOR_TEMPERATURE_6500K","features":[57]},{"name":"MC_COLOR_TEMPERATURE_7500K","features":[57]},{"name":"MC_COLOR_TEMPERATURE_8200K","features":[57]},{"name":"MC_COLOR_TEMPERATURE_9300K","features":[57]},{"name":"MC_COLOR_TEMPERATURE_UNKNOWN","features":[57]},{"name":"MC_DISPLAY_TECHNOLOGY_TYPE","features":[57]},{"name":"MC_DRIVE_TYPE","features":[57]},{"name":"MC_ELECTROLUMINESCENT","features":[57]},{"name":"MC_FIELD_EMISSION_DEVICE","features":[57]},{"name":"MC_GAIN_TYPE","features":[57]},{"name":"MC_GREEN_DRIVE","features":[57]},{"name":"MC_GREEN_GAIN","features":[57]},{"name":"MC_HEIGHT","features":[57]},{"name":"MC_HORIZONTAL_POSITION","features":[57]},{"name":"MC_LIQUID_CRYSTAL_ON_SILICON","features":[57]},{"name":"MC_MICROELECTROMECHANICAL","features":[57]},{"name":"MC_MOMENTARY","features":[57]},{"name":"MC_ORGANIC_LIGHT_EMITTING_DIODE","features":[57]},{"name":"MC_PLASMA","features":[57]},{"name":"MC_POSITION_TYPE","features":[57]},{"name":"MC_RED_DRIVE","features":[57]},{"name":"MC_RED_GAIN","features":[57]},{"name":"MC_RESTORE_FACTORY_DEFAULTS_ENABLES_MONITOR_SETTINGS","features":[57]},{"name":"MC_SET_PARAMETER","features":[57]},{"name":"MC_SHADOW_MASK_CATHODE_RAY_TUBE","features":[57]},{"name":"MC_SIZE_TYPE","features":[57]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_10000K","features":[57]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_11500K","features":[57]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_4000K","features":[57]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_5000K","features":[57]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_6500K","features":[57]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_7500K","features":[57]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_8200K","features":[57]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_9300K","features":[57]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_NONE","features":[57]},{"name":"MC_THIN_FILM_TRANSISTOR","features":[57]},{"name":"MC_TIMING_REPORT","features":[57]},{"name":"MC_VCP_CODE_TYPE","features":[57]},{"name":"MC_VERTICAL_POSITION","features":[57]},{"name":"MC_WIDTH","features":[57]},{"name":"MIPI_DSI_CAPS","features":[57]},{"name":"MIPI_DSI_PACKET","features":[57]},{"name":"MIPI_DSI_RESET","features":[57]},{"name":"MIPI_DSI_TRANSMISSION","features":[57]},{"name":"MS_CDDDEVICEBITMAP","features":[57]},{"name":"MS_NOTSYSTEMMEMORY","features":[57]},{"name":"MS_REUSEDDEVICEBITMAP","features":[57]},{"name":"MS_SHAREDACCESS","features":[57]},{"name":"NumVideoBankTypes","features":[57]},{"name":"OC_BANK_CLIP","features":[57]},{"name":"OPENGL_CMD","features":[57]},{"name":"OPENGL_GETINFO","features":[57]},{"name":"ORIENTATION_PREFERENCE","features":[57]},{"name":"ORIENTATION_PREFERENCE_LANDSCAPE","features":[57]},{"name":"ORIENTATION_PREFERENCE_LANDSCAPE_FLIPPED","features":[57]},{"name":"ORIENTATION_PREFERENCE_NONE","features":[57]},{"name":"ORIENTATION_PREFERENCE_PORTRAIT","features":[57]},{"name":"ORIENTATION_PREFERENCE_PORTRAIT_FLIPPED","features":[57]},{"name":"OUTPUT_COLOR_ENCODING","features":[57]},{"name":"OUTPUT_COLOR_ENCODING_INTENSITY","features":[57]},{"name":"OUTPUT_COLOR_ENCODING_RGB","features":[57]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR420","features":[57]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR422","features":[57]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR444","features":[57]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020","features":[57]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_DVLL","features":[57]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_HDR10PLUS","features":[57]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P2020","features":[57]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P709","features":[57]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P709_WCG","features":[57]},{"name":"OUTPUT_WIRE_COLOR_SPACE_RESERVED","features":[57]},{"name":"OUTPUT_WIRE_COLOR_SPACE_TYPE","features":[57]},{"name":"OUTPUT_WIRE_FORMAT","features":[57]},{"name":"PALOBJ","features":[57]},{"name":"PAL_BGR","features":[57]},{"name":"PAL_BITFIELDS","features":[57]},{"name":"PAL_CMYK","features":[57]},{"name":"PAL_INDEXED","features":[57]},{"name":"PAL_RGB","features":[57]},{"name":"PANEL_BRIGHTNESS_SENSOR_DATA","features":[57]},{"name":"PANEL_GET_BACKLIGHT_REDUCTION","features":[57]},{"name":"PANEL_GET_BRIGHTNESS","features":[57]},{"name":"PANEL_QUERY_BRIGHTNESS_CAPS","features":[57]},{"name":"PANEL_QUERY_BRIGHTNESS_RANGES","features":[57]},{"name":"PANEL_SET_BACKLIGHT_OPTIMIZATION","features":[57]},{"name":"PANEL_SET_BRIGHTNESS","features":[57]},{"name":"PANEL_SET_BRIGHTNESS_STATE","features":[57]},{"name":"PATHDATA","features":[57]},{"name":"PATHOBJ","features":[57]},{"name":"PATHOBJ_bEnum","features":[57,1]},{"name":"PATHOBJ_bEnumClipLines","features":[57,1]},{"name":"PATHOBJ_vEnumStart","features":[57]},{"name":"PATHOBJ_vEnumStartClipLines","features":[57,1]},{"name":"PATHOBJ_vGetBounds","features":[57]},{"name":"PD_BEGINSUBPATH","features":[57]},{"name":"PD_BEZIERS","features":[57]},{"name":"PD_CLOSEFIGURE","features":[57]},{"name":"PD_ENDSUBPATH","features":[57]},{"name":"PD_RESETSTYLE","features":[57]},{"name":"PERBANDINFO","features":[57,1]},{"name":"PFN","features":[57]},{"name":"PFN_DrvAccumulateD3DDirtyRect","features":[57,1]},{"name":"PFN_DrvAlphaBlend","features":[57,1,13]},{"name":"PFN_DrvAssertMode","features":[57,1]},{"name":"PFN_DrvAssociateSharedSurface","features":[57,1]},{"name":"PFN_DrvBitBlt","features":[57,1]},{"name":"PFN_DrvCompletePDEV","features":[57]},{"name":"PFN_DrvCopyBits","features":[57,1]},{"name":"PFN_DrvCreateDeviceBitmap","features":[57,1,13]},{"name":"PFN_DrvCreateDeviceBitmapEx","features":[57,1,13]},{"name":"PFN_DrvDeleteDeviceBitmap","features":[57]},{"name":"PFN_DrvDeleteDeviceBitmapEx","features":[57]},{"name":"PFN_DrvDeriveSurface","features":[57,1,12,13]},{"name":"PFN_DrvDescribePixelFormat","features":[57,59]},{"name":"PFN_DrvDestroyFont","features":[57,1]},{"name":"PFN_DrvDisableDirectDraw","features":[57]},{"name":"PFN_DrvDisableDriver","features":[57]},{"name":"PFN_DrvDisablePDEV","features":[57]},{"name":"PFN_DrvDisableSurface","features":[57]},{"name":"PFN_DrvDitherColor","features":[57]},{"name":"PFN_DrvDrawEscape","features":[57,1]},{"name":"PFN_DrvEnableDirectDraw","features":[57,1,12,13]},{"name":"PFN_DrvEnableDriver","features":[57,1]},{"name":"PFN_DrvEnablePDEV","features":[57,1,13]},{"name":"PFN_DrvEnableSurface","features":[57]},{"name":"PFN_DrvEndDoc","features":[57,1]},{"name":"PFN_DrvEndDxInterop","features":[57,1]},{"name":"PFN_DrvEscape","features":[57,1]},{"name":"PFN_DrvFillPath","features":[57,1]},{"name":"PFN_DrvFontManagement","features":[57,1]},{"name":"PFN_DrvFree","features":[57]},{"name":"PFN_DrvGetDirectDrawInfo","features":[57,1,12]},{"name":"PFN_DrvGetGlyphMode","features":[57,1]},{"name":"PFN_DrvGetModes","features":[57,1,13]},{"name":"PFN_DrvGetTrueTypeFile","features":[57]},{"name":"PFN_DrvGradientFill","features":[57,1,13]},{"name":"PFN_DrvIcmCheckBitmapBits","features":[57,1]},{"name":"PFN_DrvIcmCreateColorTransform","features":[57,1,13,60]},{"name":"PFN_DrvIcmDeleteColorTransform","features":[57,1]},{"name":"PFN_DrvIcmSetDeviceGammaRamp","features":[57,1]},{"name":"PFN_DrvLineTo","features":[57,1]},{"name":"PFN_DrvLoadFontFile","features":[57,13]},{"name":"PFN_DrvLockDisplayArea","features":[57,1]},{"name":"PFN_DrvMovePointer","features":[57,1]},{"name":"PFN_DrvNextBand","features":[57,1]},{"name":"PFN_DrvNotify","features":[57,1]},{"name":"PFN_DrvPaint","features":[57,1]},{"name":"PFN_DrvPlgBlt","features":[57,1,13]},{"name":"PFN_DrvQueryAdvanceWidths","features":[57,1]},{"name":"PFN_DrvQueryDeviceSupport","features":[57,1]},{"name":"PFN_DrvQueryFont","features":[57,1,13]},{"name":"PFN_DrvQueryFontCaps","features":[57]},{"name":"PFN_DrvQueryFontData","features":[57,1]},{"name":"PFN_DrvQueryFontFile","features":[57]},{"name":"PFN_DrvQueryFontTree","features":[57]},{"name":"PFN_DrvQueryGlyphAttrs","features":[57,1]},{"name":"PFN_DrvQueryPerBandInfo","features":[57,1]},{"name":"PFN_DrvQuerySpoolType","features":[57,1]},{"name":"PFN_DrvQueryTrueTypeOutline","features":[57,1,13]},{"name":"PFN_DrvQueryTrueTypeSection","features":[57,1]},{"name":"PFN_DrvQueryTrueTypeTable","features":[57]},{"name":"PFN_DrvRealizeBrush","features":[57,1]},{"name":"PFN_DrvRenderHint","features":[57]},{"name":"PFN_DrvResetDevice","features":[57]},{"name":"PFN_DrvResetPDEV","features":[57,1]},{"name":"PFN_DrvSaveScreenBits","features":[57,1]},{"name":"PFN_DrvSendPage","features":[57,1]},{"name":"PFN_DrvSetPalette","features":[57,1]},{"name":"PFN_DrvSetPixelFormat","features":[57,1]},{"name":"PFN_DrvSetPointerShape","features":[57,1]},{"name":"PFN_DrvStartBanding","features":[57,1]},{"name":"PFN_DrvStartDoc","features":[57,1]},{"name":"PFN_DrvStartDxInterop","features":[57,1]},{"name":"PFN_DrvStartPage","features":[57,1]},{"name":"PFN_DrvStretchBlt","features":[57,1,13]},{"name":"PFN_DrvStretchBltROP","features":[57,1,13]},{"name":"PFN_DrvStrokeAndFillPath","features":[57,1]},{"name":"PFN_DrvStrokePath","features":[57,1]},{"name":"PFN_DrvSurfaceComplete","features":[57,1]},{"name":"PFN_DrvSwapBuffers","features":[57,1]},{"name":"PFN_DrvSynchronize","features":[57,1]},{"name":"PFN_DrvSynchronizeRedirectionBitmaps","features":[57,1]},{"name":"PFN_DrvSynchronizeSurface","features":[57,1]},{"name":"PFN_DrvTextOut","features":[57,1]},{"name":"PFN_DrvTransparentBlt","features":[57,1]},{"name":"PFN_DrvUnloadFontFile","features":[57,1]},{"name":"PFN_DrvUnlockDisplayArea","features":[57,1]},{"name":"PFN_EngCombineRgn","features":[57,1]},{"name":"PFN_EngCopyRgn","features":[57,1]},{"name":"PFN_EngCreateRectRgn","features":[57,1]},{"name":"PFN_EngDeleteRgn","features":[57,1]},{"name":"PFN_EngIntersectRgn","features":[57,1]},{"name":"PFN_EngSubtractRgn","features":[57,1]},{"name":"PFN_EngUnionRgn","features":[57,1]},{"name":"PFN_EngXorRgn","features":[57,1]},{"name":"PHYSICAL_MONITOR","features":[57,1]},{"name":"PHYSICAL_MONITOR_DESCRIPTION_SIZE","features":[57]},{"name":"PLANAR_HC","features":[57]},{"name":"POINTE","features":[57]},{"name":"POINTE","features":[57]},{"name":"POINTFIX","features":[57]},{"name":"POINTQF","features":[57]},{"name":"PO_ALL_INTEGERS","features":[57]},{"name":"PO_BEZIERS","features":[57]},{"name":"PO_ELLIPSE","features":[57]},{"name":"PO_ENUM_AS_INTEGERS","features":[57]},{"name":"PO_WIDENED","features":[57]},{"name":"PPC_BGR_ORDER_HORIZONTAL_STRIPES","features":[57]},{"name":"PPC_BGR_ORDER_VERTICAL_STRIPES","features":[57]},{"name":"PPC_DEFAULT","features":[57]},{"name":"PPC_RGB_ORDER_HORIZONTAL_STRIPES","features":[57]},{"name":"PPC_RGB_ORDER_VERTICAL_STRIPES","features":[57]},{"name":"PPC_UNDEFINED","features":[57]},{"name":"PPG_DEFAULT","features":[57]},{"name":"PPG_SRGB","features":[57]},{"name":"PRIMARY_ORDER_ABC","features":[57]},{"name":"PRIMARY_ORDER_ACB","features":[57]},{"name":"PRIMARY_ORDER_BAC","features":[57]},{"name":"PRIMARY_ORDER_BCA","features":[57]},{"name":"PRIMARY_ORDER_CAB","features":[57]},{"name":"PRIMARY_ORDER_CBA","features":[57]},{"name":"PVIDEO_WIN32K_CALLOUT","features":[57]},{"name":"QAW_GETEASYWIDTHS","features":[57]},{"name":"QAW_GETWIDTHS","features":[57]},{"name":"QC_1BIT","features":[57]},{"name":"QC_4BIT","features":[57]},{"name":"QC_OUTLINES","features":[57]},{"name":"QDA_ACCELERATION_LEVEL","features":[57]},{"name":"QDA_RESERVED","features":[57]},{"name":"QDC_ALL_PATHS","features":[57]},{"name":"QDC_DATABASE_CURRENT","features":[57]},{"name":"QDC_INCLUDE_HMD","features":[57]},{"name":"QDC_ONLY_ACTIVE_PATHS","features":[57]},{"name":"QDC_VIRTUAL_MODE_AWARE","features":[57]},{"name":"QDC_VIRTUAL_REFRESH_RATE_AWARE","features":[57]},{"name":"QDS_CHECKJPEGFORMAT","features":[57]},{"name":"QDS_CHECKPNGFORMAT","features":[57]},{"name":"QFD_GLYPHANDBITMAP","features":[57]},{"name":"QFD_GLYPHANDOUTLINE","features":[57]},{"name":"QFD_MAXEXTENTS","features":[57]},{"name":"QFD_TT_GLYPHANDBITMAP","features":[57]},{"name":"QFD_TT_GRAY1_BITMAP","features":[57]},{"name":"QFD_TT_GRAY2_BITMAP","features":[57]},{"name":"QFD_TT_GRAY4_BITMAP","features":[57]},{"name":"QFD_TT_GRAY8_BITMAP","features":[57]},{"name":"QFD_TT_MONO_BITMAP","features":[57]},{"name":"QFF_DESCRIPTION","features":[57]},{"name":"QFF_NUMFACES","features":[57]},{"name":"QFT_GLYPHSET","features":[57]},{"name":"QFT_KERNPAIRS","features":[57]},{"name":"QFT_LIGATURES","features":[57]},{"name":"QSA_3DNOW","features":[57]},{"name":"QSA_MMX","features":[57]},{"name":"QSA_SSE","features":[57]},{"name":"QSA_SSE1","features":[57]},{"name":"QSA_SSE2","features":[57]},{"name":"QSA_SSE3","features":[57]},{"name":"QUERY_DISPLAY_CONFIG_FLAGS","features":[57]},{"name":"QueryDisplayConfig","features":[57,1]},{"name":"RB_DITHERCOLOR","features":[57]},{"name":"RECTFX","features":[57]},{"name":"RUN","features":[57]},{"name":"RestoreMonitorFactoryColorDefaults","features":[57,1]},{"name":"RestoreMonitorFactoryDefaults","features":[57,1]},{"name":"SDC_ALLOW_CHANGES","features":[57]},{"name":"SDC_ALLOW_PATH_ORDER_CHANGES","features":[57]},{"name":"SDC_APPLY","features":[57]},{"name":"SDC_FORCE_MODE_ENUMERATION","features":[57]},{"name":"SDC_NO_OPTIMIZATION","features":[57]},{"name":"SDC_PATH_PERSIST_IF_REQUIRED","features":[57]},{"name":"SDC_SAVE_TO_DATABASE","features":[57]},{"name":"SDC_TOPOLOGY_CLONE","features":[57]},{"name":"SDC_TOPOLOGY_EXTEND","features":[57]},{"name":"SDC_TOPOLOGY_EXTERNAL","features":[57]},{"name":"SDC_TOPOLOGY_INTERNAL","features":[57]},{"name":"SDC_TOPOLOGY_SUPPLIED","features":[57]},{"name":"SDC_USE_DATABASE_CURRENT","features":[57]},{"name":"SDC_USE_SUPPLIED_DISPLAY_CONFIG","features":[57]},{"name":"SDC_VALIDATE","features":[57]},{"name":"SDC_VIRTUAL_MODE_AWARE","features":[57]},{"name":"SDC_VIRTUAL_REFRESH_RATE_AWARE","features":[57]},{"name":"SETCONFIGURATION_STATUS_ADDITIONAL","features":[57]},{"name":"SETCONFIGURATION_STATUS_APPLIED","features":[57]},{"name":"SETCONFIGURATION_STATUS_OVERRIDDEN","features":[57]},{"name":"SET_ACTIVE_COLOR_PROFILE_NAME","features":[57]},{"name":"SET_DISPLAY_CONFIG_FLAGS","features":[57]},{"name":"SGI_EXTRASPACE","features":[57]},{"name":"SORTCOMP","features":[57]},{"name":"SO_BREAK_EXTRA","features":[57]},{"name":"SO_CHARACTER_EXTRA","features":[57]},{"name":"SO_CHAR_INC_EQUAL_BM_BASE","features":[57]},{"name":"SO_DO_NOT_SUBSTITUTE_DEVICE_FONT","features":[57]},{"name":"SO_DXDY","features":[57]},{"name":"SO_ESC_NOT_ORIENT","features":[57]},{"name":"SO_FLAG_DEFAULT_PLACEMENT","features":[57]},{"name":"SO_GLYPHINDEX_TEXTOUT","features":[57]},{"name":"SO_HORIZONTAL","features":[57]},{"name":"SO_MAXEXT_EQUAL_BM_SIDE","features":[57]},{"name":"SO_REVERSED","features":[57]},{"name":"SO_VERTICAL","features":[57]},{"name":"SO_ZERO_BEARINGS","features":[57]},{"name":"SPS_ACCEPT_EXCLUDE","features":[57]},{"name":"SPS_ACCEPT_NOEXCLUDE","features":[57]},{"name":"SPS_ACCEPT_SYNCHRONOUS","features":[57]},{"name":"SPS_ALPHA","features":[57]},{"name":"SPS_ANIMATESTART","features":[57]},{"name":"SPS_ANIMATEUPDATE","features":[57]},{"name":"SPS_ASYNCCHANGE","features":[57]},{"name":"SPS_CHANGE","features":[57]},{"name":"SPS_DECLINE","features":[57]},{"name":"SPS_ERROR","features":[57]},{"name":"SPS_FLAGSMASK","features":[57]},{"name":"SPS_FREQMASK","features":[57]},{"name":"SPS_LENGTHMASK","features":[57]},{"name":"SPS_RESERVED","features":[57]},{"name":"SPS_RESERVED1","features":[57]},{"name":"SS_FREE","features":[57]},{"name":"SS_RESTORE","features":[57]},{"name":"SS_SAVE","features":[57]},{"name":"STROBJ","features":[57,1]},{"name":"STROBJ_bEnum","features":[57,1]},{"name":"STROBJ_bEnumPositionsOnly","features":[57,1]},{"name":"STROBJ_bGetAdvanceWidths","features":[57,1]},{"name":"STROBJ_dwGetCodePage","features":[57,1]},{"name":"STROBJ_vEnumStart","features":[57,1]},{"name":"STYPE_BITMAP","features":[57]},{"name":"STYPE_DEVBITMAP","features":[57]},{"name":"SURFOBJ","features":[57,1]},{"name":"S_INIT","features":[57]},{"name":"SaveCurrentMonitorSettings","features":[57,1]},{"name":"SaveCurrentSettings","features":[57,1]},{"name":"SetDisplayAutoRotationPreferences","features":[57,1]},{"name":"SetDisplayConfig","features":[57,1]},{"name":"SetMonitorBrightness","features":[57,1]},{"name":"SetMonitorColorTemperature","features":[57,1]},{"name":"SetMonitorContrast","features":[57,1]},{"name":"SetMonitorDisplayAreaPosition","features":[57,1]},{"name":"SetMonitorDisplayAreaSize","features":[57,1]},{"name":"SetMonitorRedGreenOrBlueDrive","features":[57,1]},{"name":"SetMonitorRedGreenOrBlueGain","features":[57,1]},{"name":"SetVCPFeature","features":[57,1]},{"name":"Sources","features":[57]},{"name":"TC_PATHOBJ","features":[57]},{"name":"TC_RECTANGLES","features":[57]},{"name":"TTO_METRICS_ONLY","features":[57]},{"name":"TTO_QUBICS","features":[57]},{"name":"TTO_UNHINTED","features":[57]},{"name":"TYPE1_FONT","features":[57,1]},{"name":"VGA_CHAR","features":[57]},{"name":"VIDEOPARAMETERS","features":[57]},{"name":"VIDEO_BANK_SELECT","features":[57]},{"name":"VIDEO_BANK_TYPE","features":[57]},{"name":"VIDEO_BRIGHTNESS_POLICY","features":[57,1]},{"name":"VIDEO_CLUT","features":[57]},{"name":"VIDEO_CLUTDATA","features":[57]},{"name":"VIDEO_COLOR_CAPABILITIES","features":[57]},{"name":"VIDEO_COLOR_LUT_DATA","features":[57]},{"name":"VIDEO_COLOR_LUT_DATA_FORMAT_PRIVATEFORMAT","features":[57]},{"name":"VIDEO_COLOR_LUT_DATA_FORMAT_RGB256WORDS","features":[57]},{"name":"VIDEO_CURSOR_ATTRIBUTES","features":[57]},{"name":"VIDEO_CURSOR_POSITION","features":[57]},{"name":"VIDEO_DEVICE_COLOR","features":[57]},{"name":"VIDEO_DEVICE_NAME","features":[57]},{"name":"VIDEO_DEVICE_SESSION_STATUS","features":[57]},{"name":"VIDEO_DUALVIEW_PRIMARY","features":[57]},{"name":"VIDEO_DUALVIEW_REMOVABLE","features":[57]},{"name":"VIDEO_DUALVIEW_SECONDARY","features":[57]},{"name":"VIDEO_DUALVIEW_WDDM_VGA","features":[57]},{"name":"VIDEO_HARDWARE_STATE","features":[57]},{"name":"VIDEO_HARDWARE_STATE_HEADER","features":[57]},{"name":"VIDEO_LOAD_FONT_INFORMATION","features":[57]},{"name":"VIDEO_LUT_RGB256WORDS","features":[57]},{"name":"VIDEO_MAX_REASON","features":[57]},{"name":"VIDEO_MEMORY","features":[57]},{"name":"VIDEO_MEMORY_INFORMATION","features":[57]},{"name":"VIDEO_MODE","features":[57]},{"name":"VIDEO_MODE_ANIMATE_START","features":[57]},{"name":"VIDEO_MODE_ANIMATE_UPDATE","features":[57]},{"name":"VIDEO_MODE_ASYNC_POINTER","features":[57]},{"name":"VIDEO_MODE_BANKED","features":[57]},{"name":"VIDEO_MODE_COLOR","features":[57]},{"name":"VIDEO_MODE_COLOR_POINTER","features":[57]},{"name":"VIDEO_MODE_GRAPHICS","features":[57]},{"name":"VIDEO_MODE_INFORMATION","features":[57]},{"name":"VIDEO_MODE_INTERLACED","features":[57]},{"name":"VIDEO_MODE_LINEAR","features":[57]},{"name":"VIDEO_MODE_MANAGED_PALETTE","features":[57]},{"name":"VIDEO_MODE_MAP_MEM_LINEAR","features":[57]},{"name":"VIDEO_MODE_MONO_POINTER","features":[57]},{"name":"VIDEO_MODE_NO_64_BIT_ACCESS","features":[57]},{"name":"VIDEO_MODE_NO_OFF_SCREEN","features":[57]},{"name":"VIDEO_MODE_NO_ZERO_MEMORY","features":[57]},{"name":"VIDEO_MODE_PALETTE_DRIVEN","features":[57]},{"name":"VIDEO_MONITOR_DESCRIPTOR","features":[57]},{"name":"VIDEO_NUM_MODES","features":[57]},{"name":"VIDEO_OPTIONAL_GAMMET_TABLE","features":[57]},{"name":"VIDEO_PALETTE_DATA","features":[57]},{"name":"VIDEO_PERFORMANCE_COUNTER","features":[57]},{"name":"VIDEO_POINTER_ATTRIBUTES","features":[57]},{"name":"VIDEO_POINTER_CAPABILITIES","features":[57]},{"name":"VIDEO_POINTER_POSITION","features":[57]},{"name":"VIDEO_POWER_MANAGEMENT","features":[57]},{"name":"VIDEO_POWER_STATE","features":[57]},{"name":"VIDEO_PUBLIC_ACCESS_RANGES","features":[57]},{"name":"VIDEO_QUERY_PERFORMANCE_COUNTER","features":[57]},{"name":"VIDEO_REASON_ALLOCATION","features":[57]},{"name":"VIDEO_REASON_CONFIGURATION","features":[57]},{"name":"VIDEO_REASON_FAILED_ROTATION","features":[57]},{"name":"VIDEO_REASON_LOCK","features":[57]},{"name":"VIDEO_REASON_NONE","features":[57]},{"name":"VIDEO_REASON_POLICY1","features":[57]},{"name":"VIDEO_REASON_POLICY2","features":[57]},{"name":"VIDEO_REASON_POLICY3","features":[57]},{"name":"VIDEO_REASON_POLICY4","features":[57]},{"name":"VIDEO_REASON_SCRATCH","features":[57]},{"name":"VIDEO_REGISTER_VDM","features":[57]},{"name":"VIDEO_SHARE_MEMORY","features":[57,1]},{"name":"VIDEO_SHARE_MEMORY_INFORMATION","features":[57]},{"name":"VIDEO_STATE_NON_STANDARD_VGA","features":[57]},{"name":"VIDEO_STATE_PACKED_CHAIN4_MODE","features":[57]},{"name":"VIDEO_STATE_UNEMULATED_VGA_STATE","features":[57]},{"name":"VIDEO_VDM","features":[57,1]},{"name":"VIDEO_WIN32K_CALLBACKS","features":[57,1]},{"name":"VIDEO_WIN32K_CALLBACKS_PARAMS","features":[57,1]},{"name":"VIDEO_WIN32K_CALLBACKS_PARAMS_TYPE","features":[57]},{"name":"VideoBanked1R1W","features":[57]},{"name":"VideoBanked1RW","features":[57]},{"name":"VideoBanked2RW","features":[57]},{"name":"VideoBlackScreenDiagnostics","features":[57]},{"name":"VideoDesktopDuplicationChange","features":[57]},{"name":"VideoDisableMultiPlaneOverlay","features":[57]},{"name":"VideoDxgkDisplaySwitchCallout","features":[57]},{"name":"VideoDxgkFindAdapterTdrCallout","features":[57]},{"name":"VideoDxgkHardwareProtectionTeardown","features":[57]},{"name":"VideoEnumChildPdoNotifyCallout","features":[57]},{"name":"VideoFindAdapterCallout","features":[57]},{"name":"VideoNotBanked","features":[57]},{"name":"VideoPnpNotifyCallout","features":[57]},{"name":"VideoPowerHibernate","features":[57]},{"name":"VideoPowerMaximum","features":[57]},{"name":"VideoPowerNotifyCallout","features":[57]},{"name":"VideoPowerOff","features":[57]},{"name":"VideoPowerOn","features":[57]},{"name":"VideoPowerShutdown","features":[57]},{"name":"VideoPowerStandBy","features":[57]},{"name":"VideoPowerSuspend","features":[57]},{"name":"VideoPowerUnspecified","features":[57]},{"name":"VideoRepaintDesktop","features":[57]},{"name":"VideoUpdateCursor","features":[57]},{"name":"WCRUN","features":[57]},{"name":"WINDDI_MAXSETPALETTECOLORINDEX","features":[57]},{"name":"WINDDI_MAXSETPALETTECOLORS","features":[57]},{"name":"WINDDI_MAX_BROADCAST_CONTEXT","features":[57]},{"name":"WNDOBJ","features":[57,1]},{"name":"WNDOBJCHANGEPROC","features":[57,1]},{"name":"WNDOBJ_SETUP","features":[57]},{"name":"WOC_CHANGED","features":[57]},{"name":"WOC_DELETE","features":[57]},{"name":"WOC_DRAWN","features":[57]},{"name":"WOC_RGN_CLIENT","features":[57]},{"name":"WOC_RGN_CLIENT_DELTA","features":[57]},{"name":"WOC_RGN_SPRITE","features":[57]},{"name":"WOC_RGN_SURFACE","features":[57]},{"name":"WOC_RGN_SURFACE_DELTA","features":[57]},{"name":"WOC_SPRITE_NO_OVERLAP","features":[57]},{"name":"WOC_SPRITE_OVERLAP","features":[57]},{"name":"WO_DRAW_NOTIFY","features":[57]},{"name":"WO_RGN_CLIENT","features":[57]},{"name":"WO_RGN_CLIENT_DELTA","features":[57]},{"name":"WO_RGN_DESKTOP_COORD","features":[57]},{"name":"WO_RGN_SPRITE","features":[57]},{"name":"WO_RGN_SURFACE","features":[57]},{"name":"WO_RGN_SURFACE_DELTA","features":[57]},{"name":"WO_RGN_UPDATE_ALL","features":[57]},{"name":"WO_RGN_WINDOW","features":[57]},{"name":"WO_SPRITE_NOTIFY","features":[57]},{"name":"WVIDEO_DEVICE_NAME","features":[57]},{"name":"XFORML","features":[57]},{"name":"XFORML","features":[57]},{"name":"XFORMOBJ","features":[57]},{"name":"XFORMOBJ_bApplyXform","features":[57,1]},{"name":"XFORMOBJ_iGetXform","features":[57]},{"name":"XF_INV_FXTOL","features":[57]},{"name":"XF_INV_LTOL","features":[57]},{"name":"XF_LTOFX","features":[57]},{"name":"XF_LTOL","features":[57]},{"name":"XLATEOBJ","features":[57]},{"name":"XLATEOBJ_cGetPalette","features":[57]},{"name":"XLATEOBJ_hGetColorTransform","features":[57,1]},{"name":"XLATEOBJ_iXlate","features":[57]},{"name":"XLATEOBJ_piVector","features":[57]},{"name":"XO_DESTBITFIELDS","features":[57]},{"name":"XO_DESTDCPALETTE","features":[57]},{"name":"XO_DESTPALETTE","features":[57]},{"name":"XO_DEVICE_ICM","features":[57]},{"name":"XO_FROM_CMYK","features":[57]},{"name":"XO_HOST_ICM","features":[57]},{"name":"XO_SRCBITFIELDS","features":[57]},{"name":"XO_SRCPALETTE","features":[57]},{"name":"XO_TABLE","features":[57]},{"name":"XO_TO_MONO","features":[57]},{"name":"XO_TRIVIAL","features":[57]}],"381":[{"name":"AACS_BINDING_NONCE","features":[61]},{"name":"AACS_CERTIFICATE","features":[61]},{"name":"AACS_CHALLENGE_KEY","features":[61]},{"name":"AACS_MEDIA_ID","features":[61]},{"name":"AACS_READ_BINDING_NONCE","features":[61,1]},{"name":"AACS_SEND_CERTIFICATE","features":[61]},{"name":"AACS_SEND_CHALLENGE_KEY","features":[61]},{"name":"AACS_SERIAL_NUMBER","features":[61]},{"name":"AACS_VOLUME_ID","features":[61]},{"name":"BD_DISC_WRITE_PROTECT_PAC","features":[61]},{"name":"BD_PAC_HEADER","features":[61]},{"name":"DISC_CONTROL_BLOCK_TYPE","features":[61]},{"name":"DVD_ASF","features":[61]},{"name":"DVD_BCA_DESCRIPTOR","features":[61]},{"name":"DVD_BD_SPARE_AREA_INFORMATION","features":[61]},{"name":"DVD_CGMS_COPY_ONCE","features":[61]},{"name":"DVD_CGMS_COPY_PERMITTED","features":[61]},{"name":"DVD_CGMS_COPY_PROTECT_MASK","features":[61]},{"name":"DVD_CGMS_NO_COPY","features":[61]},{"name":"DVD_CGMS_RESERVED_MASK","features":[61]},{"name":"DVD_COPYRIGHTED","features":[61]},{"name":"DVD_COPYRIGHT_DESCRIPTOR","features":[61]},{"name":"DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR","features":[61]},{"name":"DVD_COPYRIGHT_MASK","features":[61]},{"name":"DVD_COPY_PROTECT_KEY","features":[61,1]},{"name":"DVD_DESCRIPTOR_HEADER","features":[61]},{"name":"DVD_DISC_CONTROL_BLOCK_HEADER","features":[61]},{"name":"DVD_DISC_CONTROL_BLOCK_LIST","features":[61]},{"name":"DVD_DISC_CONTROL_BLOCK_LIST_DCB","features":[61]},{"name":"DVD_DISC_CONTROL_BLOCK_SESSION","features":[61]},{"name":"DVD_DISC_CONTROL_BLOCK_SESSION_ITEM","features":[61]},{"name":"DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT","features":[61]},{"name":"DVD_DISK_KEY_DESCRIPTOR","features":[61]},{"name":"DVD_DUAL_LAYER_JUMP_INTERVAL_SIZE","features":[61]},{"name":"DVD_DUAL_LAYER_MANUAL_LAYER_JUMP","features":[61]},{"name":"DVD_DUAL_LAYER_MIDDLE_ZONE_START_ADDRESS","features":[61]},{"name":"DVD_DUAL_LAYER_RECORDING_INFORMATION","features":[61]},{"name":"DVD_DUAL_LAYER_REMAPPING_INFORMATION","features":[61]},{"name":"DVD_FULL_LAYER_DESCRIPTOR","features":[61]},{"name":"DVD_KEY_TYPE","features":[61]},{"name":"DVD_LAYER_DESCRIPTOR","features":[61]},{"name":"DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS","features":[61]},{"name":"DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS_TYPE_CODE","features":[61]},{"name":"DVD_MANUFACTURER_DESCRIPTOR","features":[61]},{"name":"DVD_NOT_COPYRIGHTED","features":[61]},{"name":"DVD_PRERECORDED_INFORMATION","features":[61]},{"name":"DVD_RAM_MEDIUM_STATUS","features":[61]},{"name":"DVD_RAM_RECORDING_TYPE","features":[61]},{"name":"DVD_RAM_SPARE_AREA_INFORMATION","features":[61]},{"name":"DVD_READ_STRUCTURE","features":[61]},{"name":"DVD_RECORDING_MANAGEMENT_AREA_DATA","features":[61]},{"name":"DVD_REGION","features":[61]},{"name":"DVD_RPC_KEY","features":[61]},{"name":"DVD_SECTOR_NOT_PROTECTED","features":[61]},{"name":"DVD_SECTOR_PROTECTED","features":[61]},{"name":"DVD_SECTOR_PROTECT_MASK","features":[61]},{"name":"DVD_SET_RPC_KEY","features":[61]},{"name":"DVD_STRUCTURE_FORMAT","features":[61]},{"name":"DVD_STRUCTURE_LIST_ENTRY","features":[61]},{"name":"DVD_UNIQUE_DISC_IDENTIFIER","features":[61]},{"name":"DVD_WRITE_PROTECTION_STATUS","features":[61]},{"name":"DiscControlBlockList","features":[61]},{"name":"DvdAsf","features":[61]},{"name":"DvdBCADescriptor","features":[61]},{"name":"DvdBusKey1","features":[61]},{"name":"DvdBusKey2","features":[61]},{"name":"DvdChallengeKey","features":[61]},{"name":"DvdCopyrightDescriptor","features":[61]},{"name":"DvdDiskKey","features":[61]},{"name":"DvdDiskKeyDescriptor","features":[61]},{"name":"DvdGetRpcKey","features":[61]},{"name":"DvdInvalidateAGID","features":[61]},{"name":"DvdManufacturerDescriptor","features":[61]},{"name":"DvdMaxDescriptor","features":[61]},{"name":"DvdPhysicalDescriptor","features":[61]},{"name":"DvdSetRpcKey","features":[61]},{"name":"DvdTitleKey","features":[61]},{"name":"FormattingDiscControlBlock","features":[61]},{"name":"HD_DVD_R_MEDIUM_STATUS","features":[61]},{"name":"IOCTL_AACS_END_SESSION","features":[61]},{"name":"IOCTL_AACS_GENERATE_BINDING_NONCE","features":[61]},{"name":"IOCTL_AACS_GET_CERTIFICATE","features":[61]},{"name":"IOCTL_AACS_GET_CHALLENGE_KEY","features":[61]},{"name":"IOCTL_AACS_READ_BINDING_NONCE","features":[61]},{"name":"IOCTL_AACS_READ_MEDIA_ID","features":[61]},{"name":"IOCTL_AACS_READ_MEDIA_KEY_BLOCK","features":[61]},{"name":"IOCTL_AACS_READ_MEDIA_KEY_BLOCK_SIZE","features":[61]},{"name":"IOCTL_AACS_READ_SERIAL_NUMBER","features":[61]},{"name":"IOCTL_AACS_READ_VOLUME_ID","features":[61]},{"name":"IOCTL_AACS_SEND_CERTIFICATE","features":[61]},{"name":"IOCTL_AACS_SEND_CHALLENGE_KEY","features":[61]},{"name":"IOCTL_AACS_START_SESSION","features":[61]},{"name":"IOCTL_DVD_BASE","features":[61]},{"name":"IOCTL_DVD_END_SESSION","features":[61]},{"name":"IOCTL_DVD_GET_REGION","features":[61]},{"name":"IOCTL_DVD_READ_KEY","features":[61]},{"name":"IOCTL_DVD_READ_STRUCTURE","features":[61]},{"name":"IOCTL_DVD_SEND_KEY","features":[61]},{"name":"IOCTL_DVD_SEND_KEY2","features":[61]},{"name":"IOCTL_DVD_SET_READ_AHEAD","features":[61]},{"name":"IOCTL_DVD_START_SESSION","features":[61]},{"name":"IOCTL_STORAGE_SET_READ_AHEAD","features":[61]},{"name":"STORAGE_SET_READ_AHEAD","features":[61]},{"name":"SessionInfoDiscControlBlock","features":[61]},{"name":"WriteInhibitDiscControlBlock","features":[61]}],"382":[{"name":"ADDRESS_FAMILY_VALUE_NAME","features":[62]},{"name":"FAULT_ACTION_SPECIFIC_BASE","features":[62]},{"name":"FAULT_ACTION_SPECIFIC_MAX","features":[62]},{"name":"FAULT_DEVICE_INTERNAL_ERROR","features":[62]},{"name":"FAULT_INVALID_ACTION","features":[62]},{"name":"FAULT_INVALID_ARG","features":[62]},{"name":"FAULT_INVALID_SEQUENCE_NUMBER","features":[62]},{"name":"FAULT_INVALID_VARIABLE","features":[62]},{"name":"HSWDEVICE","features":[62]},{"name":"IUPnPAddressFamilyControl","features":[62]},{"name":"IUPnPAsyncResult","features":[62]},{"name":"IUPnPDescriptionDocument","features":[62]},{"name":"IUPnPDescriptionDocumentCallback","features":[62]},{"name":"IUPnPDevice","features":[62]},{"name":"IUPnPDeviceControl","features":[62]},{"name":"IUPnPDeviceControlHttpHeaders","features":[62]},{"name":"IUPnPDeviceDocumentAccess","features":[62]},{"name":"IUPnPDeviceDocumentAccessEx","features":[62]},{"name":"IUPnPDeviceFinder","features":[62]},{"name":"IUPnPDeviceFinderAddCallbackWithInterface","features":[62]},{"name":"IUPnPDeviceFinderCallback","features":[62]},{"name":"IUPnPDeviceProvider","features":[62]},{"name":"IUPnPDevices","features":[62]},{"name":"IUPnPEventSink","features":[62]},{"name":"IUPnPEventSource","features":[62]},{"name":"IUPnPHttpHeaderControl","features":[62]},{"name":"IUPnPRegistrar","features":[62]},{"name":"IUPnPRemoteEndpointInfo","features":[62]},{"name":"IUPnPReregistrar","features":[62]},{"name":"IUPnPService","features":[62]},{"name":"IUPnPServiceAsync","features":[62]},{"name":"IUPnPServiceCallback","features":[62]},{"name":"IUPnPServiceDocumentAccess","features":[62]},{"name":"IUPnPServiceEnumProperty","features":[62]},{"name":"IUPnPServices","features":[62]},{"name":"REMOTE_ADDRESS_VALUE_NAME","features":[62]},{"name":"SWDeviceCapabilitiesDriverRequired","features":[62]},{"name":"SWDeviceCapabilitiesNoDisplayInUI","features":[62]},{"name":"SWDeviceCapabilitiesNone","features":[62]},{"name":"SWDeviceCapabilitiesRemovable","features":[62]},{"name":"SWDeviceCapabilitiesSilentInstall","features":[62]},{"name":"SWDeviceLifetimeHandle","features":[62]},{"name":"SWDeviceLifetimeMax","features":[62]},{"name":"SWDeviceLifetimeParentPresent","features":[62]},{"name":"SW_DEVICE_CAPABILITIES","features":[62]},{"name":"SW_DEVICE_CREATE_CALLBACK","features":[62]},{"name":"SW_DEVICE_CREATE_INFO","features":[62,5]},{"name":"SW_DEVICE_LIFETIME","features":[62]},{"name":"SwDeviceClose","features":[62]},{"name":"SwDeviceCreate","features":[62,37,1,5]},{"name":"SwDeviceGetLifetime","features":[62]},{"name":"SwDeviceInterfacePropertySet","features":[62,37,1]},{"name":"SwDeviceInterfaceRegister","features":[62,37,1]},{"name":"SwDeviceInterfaceSetState","features":[62,1]},{"name":"SwDevicePropertySet","features":[62,37,1]},{"name":"SwDeviceSetLifetime","features":[62]},{"name":"SwMemFree","features":[62]},{"name":"UPNP_ADDRESSFAMILY_BOTH","features":[62]},{"name":"UPNP_ADDRESSFAMILY_IPv4","features":[62]},{"name":"UPNP_ADDRESSFAMILY_IPv6","features":[62]},{"name":"UPNP_E_ACTION_REQUEST_FAILED","features":[62]},{"name":"UPNP_E_ACTION_SPECIFIC_BASE","features":[62]},{"name":"UPNP_E_DEVICE_ELEMENT_EXPECTED","features":[62]},{"name":"UPNP_E_DEVICE_ERROR","features":[62]},{"name":"UPNP_E_DEVICE_NODE_INCOMPLETE","features":[62]},{"name":"UPNP_E_DEVICE_NOTREGISTERED","features":[62]},{"name":"UPNP_E_DEVICE_RUNNING","features":[62]},{"name":"UPNP_E_DEVICE_TIMEOUT","features":[62]},{"name":"UPNP_E_DUPLICATE_NOT_ALLOWED","features":[62]},{"name":"UPNP_E_DUPLICATE_SERVICE_ID","features":[62]},{"name":"UPNP_E_ERROR_PROCESSING_RESPONSE","features":[62]},{"name":"UPNP_E_EVENT_SUBSCRIPTION_FAILED","features":[62]},{"name":"UPNP_E_ICON_ELEMENT_EXPECTED","features":[62]},{"name":"UPNP_E_ICON_NODE_INCOMPLETE","features":[62]},{"name":"UPNP_E_INVALID_ACTION","features":[62]},{"name":"UPNP_E_INVALID_ARGUMENTS","features":[62]},{"name":"UPNP_E_INVALID_DESCRIPTION","features":[62]},{"name":"UPNP_E_INVALID_DOCUMENT","features":[62]},{"name":"UPNP_E_INVALID_ICON","features":[62]},{"name":"UPNP_E_INVALID_ROOT_NAMESPACE","features":[62]},{"name":"UPNP_E_INVALID_SERVICE","features":[62]},{"name":"UPNP_E_INVALID_VARIABLE","features":[62]},{"name":"UPNP_E_INVALID_XML","features":[62]},{"name":"UPNP_E_OUT_OF_SYNC","features":[62]},{"name":"UPNP_E_PROTOCOL_ERROR","features":[62]},{"name":"UPNP_E_REQUIRED_ELEMENT_ERROR","features":[62]},{"name":"UPNP_E_ROOT_ELEMENT_EXPECTED","features":[62]},{"name":"UPNP_E_SERVICE_ELEMENT_EXPECTED","features":[62]},{"name":"UPNP_E_SERVICE_NODE_INCOMPLETE","features":[62]},{"name":"UPNP_E_SUFFIX_TOO_LONG","features":[62]},{"name":"UPNP_E_TRANSPORT_ERROR","features":[62]},{"name":"UPNP_E_URLBASE_PRESENT","features":[62]},{"name":"UPNP_E_VALUE_TOO_LONG","features":[62]},{"name":"UPNP_E_VARIABLE_VALUE_UNKNOWN","features":[62]},{"name":"UPNP_SERVICE_DELAY_SCPD_AND_SUBSCRIPTION","features":[62]},{"name":"UPnPDescriptionDocument","features":[62]},{"name":"UPnPDescriptionDocumentEx","features":[62]},{"name":"UPnPDevice","features":[62]},{"name":"UPnPDeviceFinder","features":[62]},{"name":"UPnPDeviceFinderEx","features":[62]},{"name":"UPnPDevices","features":[62]},{"name":"UPnPRegistrar","features":[62]},{"name":"UPnPRemoteEndpointInfo","features":[62]},{"name":"UPnPService","features":[62]},{"name":"UPnPServices","features":[62]}],"383":[{"name":"CF_MSFAXSRV_DEVICE_ID","features":[63]},{"name":"CF_MSFAXSRV_FSP_GUID","features":[63]},{"name":"CF_MSFAXSRV_ROUTEEXT_NAME","features":[63]},{"name":"CF_MSFAXSRV_ROUTING_METHOD_GUID","features":[63]},{"name":"CF_MSFAXSRV_SERVER_NAME","features":[63]},{"name":"CLSID_Sti","features":[63]},{"name":"CanSendToFaxRecipient","features":[63,1]},{"name":"DEVPKEY_WIA_DeviceType","features":[63,1]},{"name":"DEVPKEY_WIA_USDClassId","features":[63,1]},{"name":"DEV_ID_SRC_FAX","features":[63]},{"name":"DEV_ID_SRC_TAPI","features":[63]},{"name":"DRT_EMAIL","features":[63]},{"name":"DRT_INBOX","features":[63]},{"name":"DRT_NONE","features":[63]},{"name":"FAXDEVRECEIVE_SIZE","features":[63]},{"name":"FAXDEVREPORTSTATUS_SIZE","features":[63]},{"name":"FAXLOG_CATEGORY_INBOUND","features":[63]},{"name":"FAXLOG_CATEGORY_INIT","features":[63]},{"name":"FAXLOG_CATEGORY_OUTBOUND","features":[63]},{"name":"FAXLOG_CATEGORY_UNKNOWN","features":[63]},{"name":"FAXLOG_LEVEL_MAX","features":[63]},{"name":"FAXLOG_LEVEL_MED","features":[63]},{"name":"FAXLOG_LEVEL_MIN","features":[63]},{"name":"FAXLOG_LEVEL_NONE","features":[63]},{"name":"FAXROUTE_ENABLE","features":[63]},{"name":"FAXSRV_DEVICE_NODETYPE_GUID","features":[63]},{"name":"FAXSRV_DEVICE_PROVIDER_NODETYPE_GUID","features":[63]},{"name":"FAXSRV_ROUTING_METHOD_NODETYPE_GUID","features":[63]},{"name":"FAX_ACCESS_RIGHTS_ENUM","features":[63]},{"name":"FAX_ACCESS_RIGHTS_ENUM_2","features":[63]},{"name":"FAX_ACCOUNT_EVENTS_TYPE_ENUM","features":[63]},{"name":"FAX_CONFIGURATIONA","features":[63,1]},{"name":"FAX_CONFIGURATIONW","features":[63,1]},{"name":"FAX_CONFIG_QUERY","features":[63]},{"name":"FAX_CONFIG_SET","features":[63]},{"name":"FAX_CONTEXT_INFOA","features":[63,13]},{"name":"FAX_CONTEXT_INFOW","features":[63,13]},{"name":"FAX_COVERPAGE_INFOA","features":[63,1]},{"name":"FAX_COVERPAGE_INFOW","features":[63,1]},{"name":"FAX_COVERPAGE_TYPE_ENUM","features":[63]},{"name":"FAX_DEVICE_RECEIVE_MODE_ENUM","features":[63]},{"name":"FAX_DEVICE_STATUSA","features":[63,1]},{"name":"FAX_DEVICE_STATUSW","features":[63,1]},{"name":"FAX_DEV_STATUS","features":[63]},{"name":"FAX_ENUM_DELIVERY_REPORT_TYPES","features":[63]},{"name":"FAX_ENUM_DEVICE_ID_SOURCE","features":[63]},{"name":"FAX_ENUM_JOB_COMMANDS","features":[63]},{"name":"FAX_ENUM_JOB_SEND_ATTRIBUTES","features":[63]},{"name":"FAX_ENUM_LOG_CATEGORIES","features":[63]},{"name":"FAX_ENUM_LOG_LEVELS","features":[63]},{"name":"FAX_ENUM_PORT_OPEN_TYPE","features":[63]},{"name":"FAX_ERR_BAD_GROUP_CONFIGURATION","features":[63]},{"name":"FAX_ERR_DEVICE_NUM_LIMIT_EXCEEDED","features":[63]},{"name":"FAX_ERR_DIRECTORY_IN_USE","features":[63]},{"name":"FAX_ERR_END","features":[63]},{"name":"FAX_ERR_FILE_ACCESS_DENIED","features":[63]},{"name":"FAX_ERR_GROUP_IN_USE","features":[63]},{"name":"FAX_ERR_GROUP_NOT_FOUND","features":[63]},{"name":"FAX_ERR_MESSAGE_NOT_FOUND","features":[63]},{"name":"FAX_ERR_NOT_NTFS","features":[63]},{"name":"FAX_ERR_NOT_SUPPORTED_ON_THIS_SKU","features":[63]},{"name":"FAX_ERR_RECIPIENTS_LIMIT","features":[63]},{"name":"FAX_ERR_RULE_NOT_FOUND","features":[63]},{"name":"FAX_ERR_SRV_OUTOFMEMORY","features":[63]},{"name":"FAX_ERR_START","features":[63]},{"name":"FAX_ERR_VERSION_MISMATCH","features":[63]},{"name":"FAX_EVENTA","features":[63,1]},{"name":"FAX_EVENTW","features":[63,1]},{"name":"FAX_E_BAD_GROUP_CONFIGURATION","features":[63]},{"name":"FAX_E_DEVICE_NUM_LIMIT_EXCEEDED","features":[63]},{"name":"FAX_E_DIRECTORY_IN_USE","features":[63]},{"name":"FAX_E_FILE_ACCESS_DENIED","features":[63]},{"name":"FAX_E_GROUP_IN_USE","features":[63]},{"name":"FAX_E_GROUP_NOT_FOUND","features":[63]},{"name":"FAX_E_MESSAGE_NOT_FOUND","features":[63]},{"name":"FAX_E_NOT_NTFS","features":[63]},{"name":"FAX_E_NOT_SUPPORTED_ON_THIS_SKU","features":[63]},{"name":"FAX_E_RECIPIENTS_LIMIT","features":[63]},{"name":"FAX_E_RULE_NOT_FOUND","features":[63]},{"name":"FAX_E_SRV_OUTOFMEMORY","features":[63]},{"name":"FAX_E_VERSION_MISMATCH","features":[63]},{"name":"FAX_GLOBAL_ROUTING_INFOA","features":[63]},{"name":"FAX_GLOBAL_ROUTING_INFOW","features":[63]},{"name":"FAX_GROUP_STATUS_ENUM","features":[63]},{"name":"FAX_JOB_ENTRYA","features":[63,1]},{"name":"FAX_JOB_ENTRYW","features":[63,1]},{"name":"FAX_JOB_EXTENDED_STATUS_ENUM","features":[63]},{"name":"FAX_JOB_MANAGE","features":[63]},{"name":"FAX_JOB_OPERATIONS_ENUM","features":[63]},{"name":"FAX_JOB_PARAMA","features":[63,1]},{"name":"FAX_JOB_PARAMW","features":[63,1]},{"name":"FAX_JOB_QUERY","features":[63]},{"name":"FAX_JOB_STATUS_ENUM","features":[63]},{"name":"FAX_JOB_SUBMIT","features":[63]},{"name":"FAX_JOB_TYPE_ENUM","features":[63]},{"name":"FAX_LOG_CATEGORYA","features":[63]},{"name":"FAX_LOG_CATEGORYW","features":[63]},{"name":"FAX_LOG_LEVEL_ENUM","features":[63]},{"name":"FAX_PORT_INFOA","features":[63]},{"name":"FAX_PORT_INFOW","features":[63]},{"name":"FAX_PORT_QUERY","features":[63]},{"name":"FAX_PORT_SET","features":[63]},{"name":"FAX_PRINT_INFOA","features":[63]},{"name":"FAX_PRINT_INFOW","features":[63]},{"name":"FAX_PRIORITY_TYPE_ENUM","features":[63]},{"name":"FAX_PROVIDER_STATUS_ENUM","features":[63]},{"name":"FAX_RECEIPT_TYPE_ENUM","features":[63]},{"name":"FAX_RECEIVE","features":[63]},{"name":"FAX_ROUTE","features":[63]},{"name":"FAX_ROUTE_CALLBACKROUTINES","features":[63,1]},{"name":"FAX_ROUTING_METHODA","features":[63,1]},{"name":"FAX_ROUTING_METHODW","features":[63,1]},{"name":"FAX_ROUTING_RULE_CODE_ENUM","features":[63]},{"name":"FAX_RULE_STATUS_ENUM","features":[63]},{"name":"FAX_SCHEDULE_TYPE_ENUM","features":[63]},{"name":"FAX_SEND","features":[63,1]},{"name":"FAX_SERVER_APIVERSION_ENUM","features":[63]},{"name":"FAX_SERVER_EVENTS_TYPE_ENUM","features":[63]},{"name":"FAX_SMTP_AUTHENTICATION_TYPE_ENUM","features":[63]},{"name":"FAX_TIME","features":[63]},{"name":"FEI_ABORTING","features":[63]},{"name":"FEI_ANSWERED","features":[63]},{"name":"FEI_BAD_ADDRESS","features":[63]},{"name":"FEI_BUSY","features":[63]},{"name":"FEI_CALL_BLACKLISTED","features":[63]},{"name":"FEI_CALL_DELAYED","features":[63]},{"name":"FEI_COMPLETED","features":[63]},{"name":"FEI_DELETED","features":[63]},{"name":"FEI_DIALING","features":[63]},{"name":"FEI_DISCONNECTED","features":[63]},{"name":"FEI_FATAL_ERROR","features":[63]},{"name":"FEI_FAXSVC_ENDED","features":[63]},{"name":"FEI_FAXSVC_STARTED","features":[63]},{"name":"FEI_HANDLED","features":[63]},{"name":"FEI_IDLE","features":[63]},{"name":"FEI_INITIALIZING","features":[63]},{"name":"FEI_JOB_QUEUED","features":[63]},{"name":"FEI_LINE_UNAVAILABLE","features":[63]},{"name":"FEI_MODEM_POWERED_OFF","features":[63]},{"name":"FEI_MODEM_POWERED_ON","features":[63]},{"name":"FEI_NEVENTS","features":[63]},{"name":"FEI_NOT_FAX_CALL","features":[63]},{"name":"FEI_NO_ANSWER","features":[63]},{"name":"FEI_NO_DIAL_TONE","features":[63]},{"name":"FEI_RECEIVING","features":[63]},{"name":"FEI_RINGING","features":[63]},{"name":"FEI_ROUTING","features":[63]},{"name":"FEI_SENDING","features":[63]},{"name":"FPF_RECEIVE","features":[63]},{"name":"FPF_SEND","features":[63]},{"name":"FPF_VIRTUAL","features":[63]},{"name":"FPS_ABORTING","features":[63]},{"name":"FPS_ANSWERED","features":[63]},{"name":"FPS_AVAILABLE","features":[63]},{"name":"FPS_BAD_ADDRESS","features":[63]},{"name":"FPS_BUSY","features":[63]},{"name":"FPS_CALL_BLACKLISTED","features":[63]},{"name":"FPS_CALL_DELAYED","features":[63]},{"name":"FPS_COMPLETED","features":[63]},{"name":"FPS_DIALING","features":[63]},{"name":"FPS_DISCONNECTED","features":[63]},{"name":"FPS_FATAL_ERROR","features":[63]},{"name":"FPS_HANDLED","features":[63]},{"name":"FPS_INITIALIZING","features":[63]},{"name":"FPS_NOT_FAX_CALL","features":[63]},{"name":"FPS_NO_ANSWER","features":[63]},{"name":"FPS_NO_DIAL_TONE","features":[63]},{"name":"FPS_OFFLINE","features":[63]},{"name":"FPS_RECEIVING","features":[63]},{"name":"FPS_RINGING","features":[63]},{"name":"FPS_ROUTING","features":[63]},{"name":"FPS_SENDING","features":[63]},{"name":"FPS_UNAVAILABLE","features":[63]},{"name":"FS_ANSWERED","features":[63]},{"name":"FS_BAD_ADDRESS","features":[63]},{"name":"FS_BUSY","features":[63]},{"name":"FS_CALL_BLACKLISTED","features":[63]},{"name":"FS_CALL_DELAYED","features":[63]},{"name":"FS_COMPLETED","features":[63]},{"name":"FS_DIALING","features":[63]},{"name":"FS_DISCONNECTED","features":[63]},{"name":"FS_FATAL_ERROR","features":[63]},{"name":"FS_HANDLED","features":[63]},{"name":"FS_INITIALIZING","features":[63]},{"name":"FS_LINE_UNAVAILABLE","features":[63]},{"name":"FS_NOT_FAX_CALL","features":[63]},{"name":"FS_NO_ANSWER","features":[63]},{"name":"FS_NO_DIAL_TONE","features":[63]},{"name":"FS_RECEIVING","features":[63]},{"name":"FS_TRANSMITTING","features":[63]},{"name":"FS_USER_ABORT","features":[63]},{"name":"FaxAbort","features":[63,1]},{"name":"FaxAccessCheck","features":[63,1]},{"name":"FaxAccount","features":[63]},{"name":"FaxAccountFolders","features":[63]},{"name":"FaxAccountIncomingArchive","features":[63]},{"name":"FaxAccountIncomingQueue","features":[63]},{"name":"FaxAccountOutgoingArchive","features":[63]},{"name":"FaxAccountOutgoingQueue","features":[63]},{"name":"FaxAccountSet","features":[63]},{"name":"FaxAccounts","features":[63]},{"name":"FaxActivity","features":[63]},{"name":"FaxActivityLogging","features":[63]},{"name":"FaxClose","features":[63,1]},{"name":"FaxCompleteJobParamsA","features":[63,1]},{"name":"FaxCompleteJobParamsW","features":[63,1]},{"name":"FaxConfiguration","features":[63]},{"name":"FaxConnectFaxServerA","features":[63,1]},{"name":"FaxConnectFaxServerW","features":[63,1]},{"name":"FaxDevice","features":[63]},{"name":"FaxDeviceIds","features":[63]},{"name":"FaxDeviceProvider","features":[63]},{"name":"FaxDeviceProviders","features":[63]},{"name":"FaxDevices","features":[63]},{"name":"FaxDocument","features":[63]},{"name":"FaxEnableRoutingMethodA","features":[63,1]},{"name":"FaxEnableRoutingMethodW","features":[63,1]},{"name":"FaxEnumGlobalRoutingInfoA","features":[63,1]},{"name":"FaxEnumGlobalRoutingInfoW","features":[63,1]},{"name":"FaxEnumJobsA","features":[63,1]},{"name":"FaxEnumJobsW","features":[63,1]},{"name":"FaxEnumPortsA","features":[63,1]},{"name":"FaxEnumPortsW","features":[63,1]},{"name":"FaxEnumRoutingMethodsA","features":[63,1]},{"name":"FaxEnumRoutingMethodsW","features":[63,1]},{"name":"FaxEventLogging","features":[63]},{"name":"FaxFolders","features":[63]},{"name":"FaxFreeBuffer","features":[63]},{"name":"FaxGetConfigurationA","features":[63,1]},{"name":"FaxGetConfigurationW","features":[63,1]},{"name":"FaxGetDeviceStatusA","features":[63,1]},{"name":"FaxGetDeviceStatusW","features":[63,1]},{"name":"FaxGetJobA","features":[63,1]},{"name":"FaxGetJobW","features":[63,1]},{"name":"FaxGetLoggingCategoriesA","features":[63,1]},{"name":"FaxGetLoggingCategoriesW","features":[63,1]},{"name":"FaxGetPageData","features":[63,1]},{"name":"FaxGetPortA","features":[63,1]},{"name":"FaxGetPortW","features":[63,1]},{"name":"FaxGetRoutingInfoA","features":[63,1]},{"name":"FaxGetRoutingInfoW","features":[63,1]},{"name":"FaxInboundRouting","features":[63]},{"name":"FaxInboundRoutingExtension","features":[63]},{"name":"FaxInboundRoutingExtensions","features":[63]},{"name":"FaxInboundRoutingMethod","features":[63]},{"name":"FaxInboundRoutingMethods","features":[63]},{"name":"FaxIncomingArchive","features":[63]},{"name":"FaxIncomingJob","features":[63]},{"name":"FaxIncomingJobs","features":[63]},{"name":"FaxIncomingMessage","features":[63]},{"name":"FaxIncomingMessageIterator","features":[63]},{"name":"FaxIncomingQueue","features":[63]},{"name":"FaxInitializeEventQueue","features":[63,1]},{"name":"FaxJobStatus","features":[63]},{"name":"FaxLoggingOptions","features":[63]},{"name":"FaxOpenPort","features":[63,1]},{"name":"FaxOutboundRouting","features":[63]},{"name":"FaxOutboundRoutingGroup","features":[63]},{"name":"FaxOutboundRoutingGroups","features":[63]},{"name":"FaxOutboundRoutingRule","features":[63]},{"name":"FaxOutboundRoutingRules","features":[63]},{"name":"FaxOutgoingArchive","features":[63]},{"name":"FaxOutgoingJob","features":[63]},{"name":"FaxOutgoingJobs","features":[63]},{"name":"FaxOutgoingMessage","features":[63]},{"name":"FaxOutgoingMessageIterator","features":[63]},{"name":"FaxOutgoingQueue","features":[63]},{"name":"FaxPrintCoverPageA","features":[63,1,13]},{"name":"FaxPrintCoverPageW","features":[63,1,13]},{"name":"FaxReceiptOptions","features":[63]},{"name":"FaxRecipient","features":[63]},{"name":"FaxRecipients","features":[63]},{"name":"FaxRegisterRoutingExtensionW","features":[63,1]},{"name":"FaxRegisterServiceProviderW","features":[63,1]},{"name":"FaxSecurity","features":[63]},{"name":"FaxSecurity2","features":[63]},{"name":"FaxSendDocumentA","features":[63,1]},{"name":"FaxSendDocumentForBroadcastA","features":[63,1]},{"name":"FaxSendDocumentForBroadcastW","features":[63,1]},{"name":"FaxSendDocumentW","features":[63,1]},{"name":"FaxSender","features":[63]},{"name":"FaxServer","features":[63]},{"name":"FaxSetConfigurationA","features":[63,1]},{"name":"FaxSetConfigurationW","features":[63,1]},{"name":"FaxSetGlobalRoutingInfoA","features":[63,1]},{"name":"FaxSetGlobalRoutingInfoW","features":[63,1]},{"name":"FaxSetJobA","features":[63,1]},{"name":"FaxSetJobW","features":[63,1]},{"name":"FaxSetLoggingCategoriesA","features":[63,1]},{"name":"FaxSetLoggingCategoriesW","features":[63,1]},{"name":"FaxSetPortA","features":[63,1]},{"name":"FaxSetPortW","features":[63,1]},{"name":"FaxSetRoutingInfoA","features":[63,1]},{"name":"FaxSetRoutingInfoW","features":[63,1]},{"name":"FaxStartPrintJobA","features":[63,1,13]},{"name":"FaxStartPrintJobW","features":[63,1,13]},{"name":"FaxUnregisterServiceProviderW","features":[63,1]},{"name":"GUID_DeviceArrivedLaunch","features":[63]},{"name":"GUID_STIUserDefined1","features":[63]},{"name":"GUID_STIUserDefined2","features":[63]},{"name":"GUID_STIUserDefined3","features":[63]},{"name":"GUID_ScanFaxImage","features":[63]},{"name":"GUID_ScanImage","features":[63]},{"name":"GUID_ScanPrintImage","features":[63]},{"name":"IFaxAccount","features":[63]},{"name":"IFaxAccountFolders","features":[63]},{"name":"IFaxAccountIncomingArchive","features":[63]},{"name":"IFaxAccountIncomingQueue","features":[63]},{"name":"IFaxAccountNotify","features":[63]},{"name":"IFaxAccountOutgoingArchive","features":[63]},{"name":"IFaxAccountOutgoingQueue","features":[63]},{"name":"IFaxAccountSet","features":[63]},{"name":"IFaxAccounts","features":[63]},{"name":"IFaxActivity","features":[63]},{"name":"IFaxActivityLogging","features":[63]},{"name":"IFaxConfiguration","features":[63]},{"name":"IFaxDevice","features":[63]},{"name":"IFaxDeviceIds","features":[63]},{"name":"IFaxDeviceProvider","features":[63]},{"name":"IFaxDeviceProviders","features":[63]},{"name":"IFaxDevices","features":[63]},{"name":"IFaxDocument","features":[63]},{"name":"IFaxDocument2","features":[63]},{"name":"IFaxEventLogging","features":[63]},{"name":"IFaxFolders","features":[63]},{"name":"IFaxInboundRouting","features":[63]},{"name":"IFaxInboundRoutingExtension","features":[63]},{"name":"IFaxInboundRoutingExtensions","features":[63]},{"name":"IFaxInboundRoutingMethod","features":[63]},{"name":"IFaxInboundRoutingMethods","features":[63]},{"name":"IFaxIncomingArchive","features":[63]},{"name":"IFaxIncomingJob","features":[63]},{"name":"IFaxIncomingJobs","features":[63]},{"name":"IFaxIncomingMessage","features":[63]},{"name":"IFaxIncomingMessage2","features":[63]},{"name":"IFaxIncomingMessageIterator","features":[63]},{"name":"IFaxIncomingQueue","features":[63]},{"name":"IFaxJobStatus","features":[63]},{"name":"IFaxLoggingOptions","features":[63]},{"name":"IFaxOutboundRouting","features":[63]},{"name":"IFaxOutboundRoutingGroup","features":[63]},{"name":"IFaxOutboundRoutingGroups","features":[63]},{"name":"IFaxOutboundRoutingRule","features":[63]},{"name":"IFaxOutboundRoutingRules","features":[63]},{"name":"IFaxOutgoingArchive","features":[63]},{"name":"IFaxOutgoingJob","features":[63]},{"name":"IFaxOutgoingJob2","features":[63]},{"name":"IFaxOutgoingJobs","features":[63]},{"name":"IFaxOutgoingMessage","features":[63]},{"name":"IFaxOutgoingMessage2","features":[63]},{"name":"IFaxOutgoingMessageIterator","features":[63]},{"name":"IFaxOutgoingQueue","features":[63]},{"name":"IFaxReceiptOptions","features":[63]},{"name":"IFaxRecipient","features":[63]},{"name":"IFaxRecipients","features":[63]},{"name":"IFaxSecurity","features":[63]},{"name":"IFaxSecurity2","features":[63]},{"name":"IFaxSender","features":[63]},{"name":"IFaxServer","features":[63]},{"name":"IFaxServer2","features":[63]},{"name":"IFaxServerNotify","features":[63]},{"name":"IFaxServerNotify2","features":[63]},{"name":"IS_DIGITAL_CAMERA_STR","features":[63]},{"name":"IS_DIGITAL_CAMERA_VAL","features":[63]},{"name":"IStiDevice","features":[63]},{"name":"IStiDeviceControl","features":[63]},{"name":"IStiUSD","features":[63]},{"name":"IStillImageW","features":[63]},{"name":"JC_DELETE","features":[63]},{"name":"JC_PAUSE","features":[63]},{"name":"JC_RESUME","features":[63]},{"name":"JC_UNKNOWN","features":[63]},{"name":"JSA_DISCOUNT_PERIOD","features":[63]},{"name":"JSA_NOW","features":[63]},{"name":"JSA_SPECIFIC_TIME","features":[63]},{"name":"JS_DELETING","features":[63]},{"name":"JS_FAILED","features":[63]},{"name":"JS_INPROGRESS","features":[63]},{"name":"JS_NOLINE","features":[63]},{"name":"JS_PAUSED","features":[63]},{"name":"JS_PENDING","features":[63]},{"name":"JS_RETRIES_EXCEEDED","features":[63]},{"name":"JS_RETRYING","features":[63]},{"name":"JT_FAIL_RECEIVE","features":[63]},{"name":"JT_RECEIVE","features":[63]},{"name":"JT_ROUTING","features":[63]},{"name":"JT_SEND","features":[63]},{"name":"JT_UNKNOWN","features":[63]},{"name":"MAX_NOTIFICATION_DATA","features":[63]},{"name":"MS_FAXROUTE_EMAIL_GUID","features":[63]},{"name":"MS_FAXROUTE_FOLDER_GUID","features":[63]},{"name":"MS_FAXROUTE_PRINTING_GUID","features":[63]},{"name":"PFAXABORT","features":[63,1]},{"name":"PFAXACCESSCHECK","features":[63,1]},{"name":"PFAXCLOSE","features":[63,1]},{"name":"PFAXCOMPLETEJOBPARAMSA","features":[63,1]},{"name":"PFAXCOMPLETEJOBPARAMSW","features":[63,1]},{"name":"PFAXCONNECTFAXSERVERA","features":[63,1]},{"name":"PFAXCONNECTFAXSERVERW","features":[63,1]},{"name":"PFAXDEVABORTOPERATION","features":[63,1]},{"name":"PFAXDEVCONFIGURE","features":[63,1,42]},{"name":"PFAXDEVENDJOB","features":[63,1]},{"name":"PFAXDEVINITIALIZE","features":[63,1]},{"name":"PFAXDEVRECEIVE","features":[63,1]},{"name":"PFAXDEVREPORTSTATUS","features":[63,1]},{"name":"PFAXDEVSEND","features":[63,1]},{"name":"PFAXDEVSHUTDOWN","features":[63]},{"name":"PFAXDEVSTARTJOB","features":[63,1]},{"name":"PFAXDEVVIRTUALDEVICECREATION","features":[63,1]},{"name":"PFAXENABLEROUTINGMETHODA","features":[63,1]},{"name":"PFAXENABLEROUTINGMETHODW","features":[63,1]},{"name":"PFAXENUMGLOBALROUTINGINFOA","features":[63,1]},{"name":"PFAXENUMGLOBALROUTINGINFOW","features":[63,1]},{"name":"PFAXENUMJOBSA","features":[63,1]},{"name":"PFAXENUMJOBSW","features":[63,1]},{"name":"PFAXENUMPORTSA","features":[63,1]},{"name":"PFAXENUMPORTSW","features":[63,1]},{"name":"PFAXENUMROUTINGMETHODSA","features":[63,1]},{"name":"PFAXENUMROUTINGMETHODSW","features":[63,1]},{"name":"PFAXFREEBUFFER","features":[63]},{"name":"PFAXGETCONFIGURATIONA","features":[63,1]},{"name":"PFAXGETCONFIGURATIONW","features":[63,1]},{"name":"PFAXGETDEVICESTATUSA","features":[63,1]},{"name":"PFAXGETDEVICESTATUSW","features":[63,1]},{"name":"PFAXGETJOBA","features":[63,1]},{"name":"PFAXGETJOBW","features":[63,1]},{"name":"PFAXGETLOGGINGCATEGORIESA","features":[63,1]},{"name":"PFAXGETLOGGINGCATEGORIESW","features":[63,1]},{"name":"PFAXGETPAGEDATA","features":[63,1]},{"name":"PFAXGETPORTA","features":[63,1]},{"name":"PFAXGETPORTW","features":[63,1]},{"name":"PFAXGETROUTINGINFOA","features":[63,1]},{"name":"PFAXGETROUTINGINFOW","features":[63,1]},{"name":"PFAXINITIALIZEEVENTQUEUE","features":[63,1]},{"name":"PFAXOPENPORT","features":[63,1]},{"name":"PFAXPRINTCOVERPAGEA","features":[63,1,13]},{"name":"PFAXPRINTCOVERPAGEW","features":[63,1,13]},{"name":"PFAXREGISTERROUTINGEXTENSIONW","features":[63,1]},{"name":"PFAXREGISTERSERVICEPROVIDERW","features":[63,1]},{"name":"PFAXROUTEADDFILE","features":[63]},{"name":"PFAXROUTEDELETEFILE","features":[63]},{"name":"PFAXROUTEDEVICECHANGENOTIFICATION","features":[63,1]},{"name":"PFAXROUTEDEVICEENABLE","features":[63,1]},{"name":"PFAXROUTEENUMFILE","features":[63,1]},{"name":"PFAXROUTEENUMFILES","features":[63,1]},{"name":"PFAXROUTEGETFILE","features":[63,1]},{"name":"PFAXROUTEGETROUTINGINFO","features":[63,1]},{"name":"PFAXROUTEINITIALIZE","features":[63,1]},{"name":"PFAXROUTEMETHOD","features":[63,1]},{"name":"PFAXROUTEMODIFYROUTINGDATA","features":[63,1]},{"name":"PFAXROUTESETROUTINGINFO","features":[63,1]},{"name":"PFAXSENDDOCUMENTA","features":[63,1]},{"name":"PFAXSENDDOCUMENTFORBROADCASTA","features":[63,1]},{"name":"PFAXSENDDOCUMENTFORBROADCASTW","features":[63,1]},{"name":"PFAXSENDDOCUMENTW","features":[63,1]},{"name":"PFAXSETCONFIGURATIONA","features":[63,1]},{"name":"PFAXSETCONFIGURATIONW","features":[63,1]},{"name":"PFAXSETGLOBALROUTINGINFOA","features":[63,1]},{"name":"PFAXSETGLOBALROUTINGINFOW","features":[63,1]},{"name":"PFAXSETJOBA","features":[63,1]},{"name":"PFAXSETJOBW","features":[63,1]},{"name":"PFAXSETLOGGINGCATEGORIESA","features":[63,1]},{"name":"PFAXSETLOGGINGCATEGORIESW","features":[63,1]},{"name":"PFAXSETPORTA","features":[63,1]},{"name":"PFAXSETPORTW","features":[63,1]},{"name":"PFAXSETROUTINGINFOA","features":[63,1]},{"name":"PFAXSETROUTINGINFOW","features":[63,1]},{"name":"PFAXSTARTPRINTJOBA","features":[63,1,13]},{"name":"PFAXSTARTPRINTJOBW","features":[63,1,13]},{"name":"PFAXUNREGISTERSERVICEPROVIDERW","features":[63,1]},{"name":"PFAX_EXT_CONFIG_CHANGE","features":[63]},{"name":"PFAX_EXT_FREE_BUFFER","features":[63]},{"name":"PFAX_EXT_GET_DATA","features":[63]},{"name":"PFAX_EXT_INITIALIZE_CONFIG","features":[63,1]},{"name":"PFAX_EXT_REGISTER_FOR_EVENTS","features":[63,1]},{"name":"PFAX_EXT_SET_DATA","features":[63,1]},{"name":"PFAX_EXT_UNREGISTER_FOR_EVENTS","features":[63,1]},{"name":"PFAX_LINECALLBACK","features":[63,1]},{"name":"PFAX_RECIPIENT_CALLBACKA","features":[63,1]},{"name":"PFAX_RECIPIENT_CALLBACKW","features":[63,1]},{"name":"PFAX_ROUTING_INSTALLATION_CALLBACKW","features":[63,1]},{"name":"PFAX_SEND_CALLBACK","features":[63,1]},{"name":"PFAX_SERVICE_CALLBACK","features":[63,1]},{"name":"PORT_OPEN_MODIFY","features":[63]},{"name":"PORT_OPEN_QUERY","features":[63]},{"name":"QUERY_STATUS","features":[63]},{"name":"REGSTR_VAL_BAUDRATE","features":[63]},{"name":"REGSTR_VAL_BAUDRATE_A","features":[63]},{"name":"REGSTR_VAL_DATA_W","features":[63]},{"name":"REGSTR_VAL_DEVICESUBTYPE_W","features":[63]},{"name":"REGSTR_VAL_DEVICETYPE_W","features":[63]},{"name":"REGSTR_VAL_DEVICE_NAME_W","features":[63]},{"name":"REGSTR_VAL_DEV_NAME_W","features":[63]},{"name":"REGSTR_VAL_DRIVER_DESC_W","features":[63]},{"name":"REGSTR_VAL_FRIENDLY_NAME_W","features":[63]},{"name":"REGSTR_VAL_GENERIC_CAPS_W","features":[63]},{"name":"REGSTR_VAL_GUID","features":[63]},{"name":"REGSTR_VAL_GUID_W","features":[63]},{"name":"REGSTR_VAL_HARDWARE","features":[63]},{"name":"REGSTR_VAL_HARDWARE_W","features":[63]},{"name":"REGSTR_VAL_LAUNCHABLE","features":[63]},{"name":"REGSTR_VAL_LAUNCHABLE_W","features":[63]},{"name":"REGSTR_VAL_LAUNCH_APPS","features":[63]},{"name":"REGSTR_VAL_LAUNCH_APPS_W","features":[63]},{"name":"REGSTR_VAL_SHUTDOWNDELAY","features":[63]},{"name":"REGSTR_VAL_SHUTDOWNDELAY_W","features":[63]},{"name":"REGSTR_VAL_TYPE_W","features":[63]},{"name":"REGSTR_VAL_VENDOR_NAME_W","features":[63]},{"name":"SEND_TO_FAX_RECIPIENT_ATTACHMENT","features":[63]},{"name":"STATUS_DISABLE","features":[63]},{"name":"STATUS_ENABLE","features":[63]},{"name":"STIEDFL_ALLDEVICES","features":[63]},{"name":"STIEDFL_ATTACHEDONLY","features":[63]},{"name":"STIERR_ALREADY_INITIALIZED","features":[63]},{"name":"STIERR_BADDRIVER","features":[63]},{"name":"STIERR_BETA_VERSION","features":[63]},{"name":"STIERR_DEVICENOTREG","features":[63]},{"name":"STIERR_DEVICE_LOCKED","features":[63]},{"name":"STIERR_DEVICE_NOTREADY","features":[63]},{"name":"STIERR_GENERIC","features":[63]},{"name":"STIERR_HANDLEEXISTS","features":[63]},{"name":"STIERR_INVALID_DEVICE_NAME","features":[63]},{"name":"STIERR_INVALID_HW_TYPE","features":[63]},{"name":"STIERR_INVALID_PARAM","features":[63]},{"name":"STIERR_NEEDS_LOCK","features":[63]},{"name":"STIERR_NOEVENTS","features":[63]},{"name":"STIERR_NOINTERFACE","features":[63]},{"name":"STIERR_NOTINITIALIZED","features":[63]},{"name":"STIERR_NOT_INITIALIZED","features":[63]},{"name":"STIERR_OBJECTNOTFOUND","features":[63]},{"name":"STIERR_OLD_VERSION","features":[63]},{"name":"STIERR_OUTOFMEMORY","features":[63]},{"name":"STIERR_READONLY","features":[63]},{"name":"STIERR_SHARING_VIOLATION","features":[63]},{"name":"STIERR_UNSUPPORTED","features":[63]},{"name":"STINOTIFY","features":[63]},{"name":"STISUBSCRIBE","features":[63,1]},{"name":"STI_ADD_DEVICE_BROADCAST_ACTION","features":[63]},{"name":"STI_ADD_DEVICE_BROADCAST_STRING","features":[63]},{"name":"STI_CHANGENOEFFECT","features":[63]},{"name":"STI_DEVICE_CREATE_BOTH","features":[63]},{"name":"STI_DEVICE_CREATE_DATA","features":[63]},{"name":"STI_DEVICE_CREATE_FOR_MONITOR","features":[63]},{"name":"STI_DEVICE_CREATE_MASK","features":[63]},{"name":"STI_DEVICE_CREATE_STATUS","features":[63]},{"name":"STI_DEVICE_INFORMATIONW","features":[63]},{"name":"STI_DEVICE_MJ_TYPE","features":[63]},{"name":"STI_DEVICE_STATUS","features":[63]},{"name":"STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP","features":[63]},{"name":"STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP_A","features":[63]},{"name":"STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS","features":[63]},{"name":"STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS_A","features":[63]},{"name":"STI_DEVICE_VALUE_ICM_PROFILE","features":[63]},{"name":"STI_DEVICE_VALUE_ICM_PROFILE_A","features":[63]},{"name":"STI_DEVICE_VALUE_ISIS_NAME","features":[63]},{"name":"STI_DEVICE_VALUE_ISIS_NAME_A","features":[63]},{"name":"STI_DEVICE_VALUE_TIMEOUT","features":[63]},{"name":"STI_DEVICE_VALUE_TIMEOUT_A","features":[63]},{"name":"STI_DEVICE_VALUE_TWAIN_NAME","features":[63]},{"name":"STI_DEVICE_VALUE_TWAIN_NAME_A","features":[63]},{"name":"STI_DEVSTATUS_EVENTS_STATE","features":[63]},{"name":"STI_DEVSTATUS_ONLINE_STATE","features":[63]},{"name":"STI_DEV_CAPS","features":[63]},{"name":"STI_DIAG","features":[63]},{"name":"STI_DIAGCODE_HWPRESENCE","features":[63]},{"name":"STI_ERROR_NO_ERROR","features":[63]},{"name":"STI_EVENTHANDLING_ENABLED","features":[63]},{"name":"STI_EVENTHANDLING_PENDING","features":[63]},{"name":"STI_EVENTHANDLING_POLLING","features":[63]},{"name":"STI_GENCAP_AUTO_PORTSELECT","features":[63]},{"name":"STI_GENCAP_COMMON_MASK","features":[63]},{"name":"STI_GENCAP_GENERATE_ARRIVALEVENT","features":[63]},{"name":"STI_GENCAP_NOTIFICATIONS","features":[63]},{"name":"STI_GENCAP_POLLING_NEEDED","features":[63]},{"name":"STI_GENCAP_SUBSET","features":[63]},{"name":"STI_GENCAP_WIA","features":[63]},{"name":"STI_HW_CONFIG_PARALLEL","features":[63]},{"name":"STI_HW_CONFIG_SCSI","features":[63]},{"name":"STI_HW_CONFIG_SERIAL","features":[63]},{"name":"STI_HW_CONFIG_UNKNOWN","features":[63]},{"name":"STI_HW_CONFIG_USB","features":[63]},{"name":"STI_MAX_INTERNAL_NAME_LENGTH","features":[63]},{"name":"STI_NOTCONNECTED","features":[63]},{"name":"STI_OK","features":[63]},{"name":"STI_ONLINESTATE_BUSY","features":[63]},{"name":"STI_ONLINESTATE_ERROR","features":[63]},{"name":"STI_ONLINESTATE_INITIALIZING","features":[63]},{"name":"STI_ONLINESTATE_IO_ACTIVE","features":[63]},{"name":"STI_ONLINESTATE_OFFLINE","features":[63]},{"name":"STI_ONLINESTATE_OPERATIONAL","features":[63]},{"name":"STI_ONLINESTATE_PAPER_JAM","features":[63]},{"name":"STI_ONLINESTATE_PAPER_PROBLEM","features":[63]},{"name":"STI_ONLINESTATE_PAUSED","features":[63]},{"name":"STI_ONLINESTATE_PENDING","features":[63]},{"name":"STI_ONLINESTATE_POWER_SAVE","features":[63]},{"name":"STI_ONLINESTATE_TRANSFERRING","features":[63]},{"name":"STI_ONLINESTATE_USER_INTERVENTION","features":[63]},{"name":"STI_ONLINESTATE_WARMING_UP","features":[63]},{"name":"STI_RAW_RESERVED","features":[63]},{"name":"STI_REMOVE_DEVICE_BROADCAST_ACTION","features":[63]},{"name":"STI_REMOVE_DEVICE_BROADCAST_STRING","features":[63]},{"name":"STI_SUBSCRIBE_FLAG_EVENT","features":[63]},{"name":"STI_SUBSCRIBE_FLAG_WINDOW","features":[63]},{"name":"STI_TRACE_ERROR","features":[63]},{"name":"STI_TRACE_INFORMATION","features":[63]},{"name":"STI_TRACE_WARNING","features":[63]},{"name":"STI_UNICODE","features":[63]},{"name":"STI_USD_CAPS","features":[63]},{"name":"STI_USD_GENCAP_NATIVE_PUSHSUPPORT","features":[63]},{"name":"STI_VERSION","features":[63]},{"name":"STI_VERSION_FLAG_MASK","features":[63]},{"name":"STI_VERSION_FLAG_UNICODE","features":[63]},{"name":"STI_VERSION_MIN_ALLOWED","features":[63]},{"name":"STI_VERSION_REAL","features":[63]},{"name":"STI_WIA_DEVICE_INFORMATIONW","features":[63]},{"name":"SUPPORTS_MSCPLUS_STR","features":[63]},{"name":"SUPPORTS_MSCPLUS_VAL","features":[63]},{"name":"SendToFaxRecipient","features":[63]},{"name":"SendToMode","features":[63]},{"name":"StiCreateInstanceW","features":[63,1]},{"name":"StiDeviceTypeDefault","features":[63]},{"name":"StiDeviceTypeDigitalCamera","features":[63]},{"name":"StiDeviceTypeScanner","features":[63]},{"name":"StiDeviceTypeStreamingVideo","features":[63]},{"name":"WIA_INCOMPAT_XP","features":[63]},{"name":"_ERROR_INFOW","features":[63]},{"name":"faetFXSSVC_ENDED","features":[63]},{"name":"faetIN_ARCHIVE","features":[63]},{"name":"faetIN_QUEUE","features":[63]},{"name":"faetNONE","features":[63]},{"name":"faetOUT_ARCHIVE","features":[63]},{"name":"faetOUT_QUEUE","features":[63]},{"name":"far2MANAGE_ARCHIVES","features":[63]},{"name":"far2MANAGE_CONFIG","features":[63]},{"name":"far2MANAGE_OUT_JOBS","features":[63]},{"name":"far2MANAGE_RECEIVE_FOLDER","features":[63]},{"name":"far2QUERY_ARCHIVES","features":[63]},{"name":"far2QUERY_CONFIG","features":[63]},{"name":"far2QUERY_OUT_JOBS","features":[63]},{"name":"far2SUBMIT_HIGH","features":[63]},{"name":"far2SUBMIT_LOW","features":[63]},{"name":"far2SUBMIT_NORMAL","features":[63]},{"name":"farMANAGE_CONFIG","features":[63]},{"name":"farMANAGE_IN_ARCHIVE","features":[63]},{"name":"farMANAGE_JOBS","features":[63]},{"name":"farMANAGE_OUT_ARCHIVE","features":[63]},{"name":"farQUERY_CONFIG","features":[63]},{"name":"farQUERY_IN_ARCHIVE","features":[63]},{"name":"farQUERY_JOBS","features":[63]},{"name":"farQUERY_OUT_ARCHIVE","features":[63]},{"name":"farSUBMIT_HIGH","features":[63]},{"name":"farSUBMIT_LOW","features":[63]},{"name":"farSUBMIT_NORMAL","features":[63]},{"name":"fcptLOCAL","features":[63]},{"name":"fcptNONE","features":[63]},{"name":"fcptSERVER","features":[63]},{"name":"fdrmAUTO_ANSWER","features":[63]},{"name":"fdrmMANUAL_ANSWER","features":[63]},{"name":"fdrmNO_ANSWER","features":[63]},{"name":"fgsALL_DEV_NOT_VALID","features":[63]},{"name":"fgsALL_DEV_VALID","features":[63]},{"name":"fgsEMPTY","features":[63]},{"name":"fgsSOME_DEV_NOT_VALID","features":[63]},{"name":"fjesANSWERED","features":[63]},{"name":"fjesBAD_ADDRESS","features":[63]},{"name":"fjesBUSY","features":[63]},{"name":"fjesCALL_ABORTED","features":[63]},{"name":"fjesCALL_BLACKLISTED","features":[63]},{"name":"fjesCALL_COMPLETED","features":[63]},{"name":"fjesCALL_DELAYED","features":[63]},{"name":"fjesDIALING","features":[63]},{"name":"fjesDISCONNECTED","features":[63]},{"name":"fjesFATAL_ERROR","features":[63]},{"name":"fjesHANDLED","features":[63]},{"name":"fjesINITIALIZING","features":[63]},{"name":"fjesLINE_UNAVAILABLE","features":[63]},{"name":"fjesNONE","features":[63]},{"name":"fjesNOT_FAX_CALL","features":[63]},{"name":"fjesNO_ANSWER","features":[63]},{"name":"fjesNO_DIAL_TONE","features":[63]},{"name":"fjesPARTIALLY_RECEIVED","features":[63]},{"name":"fjesPROPRIETARY","features":[63]},{"name":"fjesRECEIVING","features":[63]},{"name":"fjesTRANSMITTING","features":[63]},{"name":"fjoDELETE","features":[63]},{"name":"fjoPAUSE","features":[63]},{"name":"fjoRECIPIENT_INFO","features":[63]},{"name":"fjoRESTART","features":[63]},{"name":"fjoRESUME","features":[63]},{"name":"fjoSENDER_INFO","features":[63]},{"name":"fjoVIEW","features":[63]},{"name":"fjsCANCELED","features":[63]},{"name":"fjsCANCELING","features":[63]},{"name":"fjsCOMPLETED","features":[63]},{"name":"fjsFAILED","features":[63]},{"name":"fjsINPROGRESS","features":[63]},{"name":"fjsNOLINE","features":[63]},{"name":"fjsPAUSED","features":[63]},{"name":"fjsPENDING","features":[63]},{"name":"fjsRETRIES_EXCEEDED","features":[63]},{"name":"fjsRETRYING","features":[63]},{"name":"fjsROUTING","features":[63]},{"name":"fjtRECEIVE","features":[63]},{"name":"fjtROUTING","features":[63]},{"name":"fjtSEND","features":[63]},{"name":"fllMAX","features":[63]},{"name":"fllMED","features":[63]},{"name":"fllMIN","features":[63]},{"name":"fllNONE","features":[63]},{"name":"fpsBAD_GUID","features":[63]},{"name":"fpsBAD_VERSION","features":[63]},{"name":"fpsCANT_INIT","features":[63]},{"name":"fpsCANT_LINK","features":[63]},{"name":"fpsCANT_LOAD","features":[63]},{"name":"fpsSERVER_ERROR","features":[63]},{"name":"fpsSUCCESS","features":[63]},{"name":"fptHIGH","features":[63]},{"name":"fptLOW","features":[63]},{"name":"fptNORMAL","features":[63]},{"name":"frrcANY_CODE","features":[63]},{"name":"frsALL_GROUP_DEV_NOT_VALID","features":[63]},{"name":"frsBAD_DEVICE","features":[63]},{"name":"frsEMPTY_GROUP","features":[63]},{"name":"frsSOME_GROUP_DEV_NOT_VALID","features":[63]},{"name":"frsVALID","features":[63]},{"name":"frtMAIL","features":[63]},{"name":"frtMSGBOX","features":[63]},{"name":"frtNONE","features":[63]},{"name":"fsAPI_VERSION_0","features":[63]},{"name":"fsAPI_VERSION_1","features":[63]},{"name":"fsAPI_VERSION_2","features":[63]},{"name":"fsAPI_VERSION_3","features":[63]},{"name":"fsatANONYMOUS","features":[63]},{"name":"fsatBASIC","features":[63]},{"name":"fsatNTLM","features":[63]},{"name":"fsetACTIVITY","features":[63]},{"name":"fsetCONFIG","features":[63]},{"name":"fsetDEVICE_STATUS","features":[63]},{"name":"fsetFXSSVC_ENDED","features":[63]},{"name":"fsetINCOMING_CALL","features":[63]},{"name":"fsetIN_ARCHIVE","features":[63]},{"name":"fsetIN_QUEUE","features":[63]},{"name":"fsetNONE","features":[63]},{"name":"fsetOUT_ARCHIVE","features":[63]},{"name":"fsetOUT_QUEUE","features":[63]},{"name":"fsetQUEUE_STATE","features":[63]},{"name":"fstDISCOUNT_PERIOD","features":[63]},{"name":"fstNOW","features":[63]},{"name":"fstSPECIFIC_TIME","features":[63]},{"name":"lDEFAULT_PREFETCH_SIZE","features":[63]},{"name":"prv_DEFAULT_PREFETCH_SIZE","features":[63]},{"name":"wcharREASSIGN_RECIPIENTS_DELIMITER","features":[63]}],"386":[{"name":"BALLPOINT_I8042_HARDWARE","features":[64]},{"name":"BALLPOINT_SERIAL_HARDWARE","features":[64]},{"name":"BUTTON_BIT_ALLBUTTONSMASK","features":[64]},{"name":"BUTTON_BIT_BACK","features":[64]},{"name":"BUTTON_BIT_CAMERAFOCUS","features":[64]},{"name":"BUTTON_BIT_CAMERALENS","features":[64]},{"name":"BUTTON_BIT_CAMERASHUTTER","features":[64]},{"name":"BUTTON_BIT_HEADSET","features":[64]},{"name":"BUTTON_BIT_HWKBDEPLOY","features":[64]},{"name":"BUTTON_BIT_OEMCUSTOM","features":[64]},{"name":"BUTTON_BIT_OEMCUSTOM2","features":[64]},{"name":"BUTTON_BIT_OEMCUSTOM3","features":[64]},{"name":"BUTTON_BIT_POWER","features":[64]},{"name":"BUTTON_BIT_RINGERTOGGLE","features":[64]},{"name":"BUTTON_BIT_ROTATION_LOCK","features":[64]},{"name":"BUTTON_BIT_SEARCH","features":[64]},{"name":"BUTTON_BIT_VOLUMEDOWN","features":[64]},{"name":"BUTTON_BIT_VOLUMEUP","features":[64]},{"name":"BUTTON_BIT_WINDOWS","features":[64]},{"name":"CLSID_DirectInput","features":[64]},{"name":"CLSID_DirectInput8","features":[64]},{"name":"CLSID_DirectInputDevice","features":[64]},{"name":"CLSID_DirectInputDevice8","features":[64]},{"name":"CPOINT","features":[64]},{"name":"DD_KEYBOARD_DEVICE_NAME","features":[64]},{"name":"DD_KEYBOARD_DEVICE_NAME_U","features":[64]},{"name":"DD_MOUSE_DEVICE_NAME","features":[64]},{"name":"DD_MOUSE_DEVICE_NAME_U","features":[64]},{"name":"DEVPKEY_DeviceInterface_HID_BackgroundAccess","features":[64,1]},{"name":"DEVPKEY_DeviceInterface_HID_IsReadOnly","features":[64,1]},{"name":"DEVPKEY_DeviceInterface_HID_ProductId","features":[64,1]},{"name":"DEVPKEY_DeviceInterface_HID_UsageId","features":[64,1]},{"name":"DEVPKEY_DeviceInterface_HID_UsagePage","features":[64,1]},{"name":"DEVPKEY_DeviceInterface_HID_VendorId","features":[64,1]},{"name":"DEVPKEY_DeviceInterface_HID_VersionNumber","features":[64,1]},{"name":"DEVPKEY_DeviceInterface_HID_WakeScreenOnInputCapable","features":[64,1]},{"name":"DI8DEVCLASS_ALL","features":[64]},{"name":"DI8DEVCLASS_DEVICE","features":[64]},{"name":"DI8DEVCLASS_GAMECTRL","features":[64]},{"name":"DI8DEVCLASS_KEYBOARD","features":[64]},{"name":"DI8DEVCLASS_POINTER","features":[64]},{"name":"DI8DEVTYPE1STPERSON_LIMITED","features":[64]},{"name":"DI8DEVTYPE1STPERSON_SHOOTER","features":[64]},{"name":"DI8DEVTYPE1STPERSON_SIXDOF","features":[64]},{"name":"DI8DEVTYPE1STPERSON_UNKNOWN","features":[64]},{"name":"DI8DEVTYPEDEVICECTRL_COMMSSELECTION","features":[64]},{"name":"DI8DEVTYPEDEVICECTRL_COMMSSELECTION_HARDWIRED","features":[64]},{"name":"DI8DEVTYPEDEVICECTRL_UNKNOWN","features":[64]},{"name":"DI8DEVTYPEDRIVING_COMBINEDPEDALS","features":[64]},{"name":"DI8DEVTYPEDRIVING_DUALPEDALS","features":[64]},{"name":"DI8DEVTYPEDRIVING_HANDHELD","features":[64]},{"name":"DI8DEVTYPEDRIVING_LIMITED","features":[64]},{"name":"DI8DEVTYPEDRIVING_THREEPEDALS","features":[64]},{"name":"DI8DEVTYPEFLIGHT_LIMITED","features":[64]},{"name":"DI8DEVTYPEFLIGHT_RC","features":[64]},{"name":"DI8DEVTYPEFLIGHT_STICK","features":[64]},{"name":"DI8DEVTYPEFLIGHT_YOKE","features":[64]},{"name":"DI8DEVTYPEGAMEPAD_LIMITED","features":[64]},{"name":"DI8DEVTYPEGAMEPAD_STANDARD","features":[64]},{"name":"DI8DEVTYPEGAMEPAD_TILT","features":[64]},{"name":"DI8DEVTYPEJOYSTICK_LIMITED","features":[64]},{"name":"DI8DEVTYPEJOYSTICK_STANDARD","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_J3100","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_JAPAN106","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_JAPANAX","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_NEC98","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_NEC98106","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_NEC98LAPTOP","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_NOKIA1050","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_NOKIA9140","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_OLIVETTI","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_PCAT","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_PCENH","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_PCXT","features":[64]},{"name":"DI8DEVTYPEKEYBOARD_UNKNOWN","features":[64]},{"name":"DI8DEVTYPEMOUSE_ABSOLUTE","features":[64]},{"name":"DI8DEVTYPEMOUSE_FINGERSTICK","features":[64]},{"name":"DI8DEVTYPEMOUSE_TOUCHPAD","features":[64]},{"name":"DI8DEVTYPEMOUSE_TRACKBALL","features":[64]},{"name":"DI8DEVTYPEMOUSE_TRADITIONAL","features":[64]},{"name":"DI8DEVTYPEMOUSE_UNKNOWN","features":[64]},{"name":"DI8DEVTYPEREMOTE_UNKNOWN","features":[64]},{"name":"DI8DEVTYPESCREENPTR_LIGHTGUN","features":[64]},{"name":"DI8DEVTYPESCREENPTR_LIGHTPEN","features":[64]},{"name":"DI8DEVTYPESCREENPTR_TOUCH","features":[64]},{"name":"DI8DEVTYPESCREENPTR_UNKNOWN","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_2NDHANDCONTROLLER","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_COMBINEDPEDALS","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_DUALPEDALS","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_HANDTRACKER","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_HEADTRACKER","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_RUDDERPEDALS","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_SHIFTER","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_SHIFTSTICKGATE","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_SPLITTHROTTLE","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_THREEPEDALS","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_THROTTLE","features":[64]},{"name":"DI8DEVTYPESUPPLEMENTAL_UNKNOWN","features":[64]},{"name":"DI8DEVTYPE_1STPERSON","features":[64]},{"name":"DI8DEVTYPE_DEVICE","features":[64]},{"name":"DI8DEVTYPE_DEVICECTRL","features":[64]},{"name":"DI8DEVTYPE_DRIVING","features":[64]},{"name":"DI8DEVTYPE_FLIGHT","features":[64]},{"name":"DI8DEVTYPE_GAMEPAD","features":[64]},{"name":"DI8DEVTYPE_JOYSTICK","features":[64]},{"name":"DI8DEVTYPE_KEYBOARD","features":[64]},{"name":"DI8DEVTYPE_LIMITEDGAMESUBTYPE","features":[64]},{"name":"DI8DEVTYPE_MOUSE","features":[64]},{"name":"DI8DEVTYPE_REMOTE","features":[64]},{"name":"DI8DEVTYPE_SCREENPOINTER","features":[64]},{"name":"DI8DEVTYPE_SUPPLEMENTAL","features":[64]},{"name":"DIACTIONA","features":[64]},{"name":"DIACTIONFORMATA","features":[64,1]},{"name":"DIACTIONFORMATW","features":[64,1]},{"name":"DIACTIONW","features":[64]},{"name":"DIAFTS_NEWDEVICEHIGH","features":[64]},{"name":"DIAFTS_NEWDEVICELOW","features":[64]},{"name":"DIAFTS_UNUSEDDEVICEHIGH","features":[64]},{"name":"DIAFTS_UNUSEDDEVICELOW","features":[64]},{"name":"DIAH_APPREQUESTED","features":[64]},{"name":"DIAH_DEFAULT","features":[64]},{"name":"DIAH_ERROR","features":[64]},{"name":"DIAH_HWAPP","features":[64]},{"name":"DIAH_HWDEFAULT","features":[64]},{"name":"DIAH_UNMAPPED","features":[64]},{"name":"DIAH_USERCONFIG","features":[64]},{"name":"DIAPPIDFLAG_NOSIZE","features":[64]},{"name":"DIAPPIDFLAG_NOTIME","features":[64]},{"name":"DIAXIS_2DCONTROL_INOUT","features":[64]},{"name":"DIAXIS_2DCONTROL_LATERAL","features":[64]},{"name":"DIAXIS_2DCONTROL_MOVE","features":[64]},{"name":"DIAXIS_2DCONTROL_ROTATEZ","features":[64]},{"name":"DIAXIS_3DCONTROL_INOUT","features":[64]},{"name":"DIAXIS_3DCONTROL_LATERAL","features":[64]},{"name":"DIAXIS_3DCONTROL_MOVE","features":[64]},{"name":"DIAXIS_3DCONTROL_ROTATEX","features":[64]},{"name":"DIAXIS_3DCONTROL_ROTATEY","features":[64]},{"name":"DIAXIS_3DCONTROL_ROTATEZ","features":[64]},{"name":"DIAXIS_ANY_1","features":[64]},{"name":"DIAXIS_ANY_2","features":[64]},{"name":"DIAXIS_ANY_3","features":[64]},{"name":"DIAXIS_ANY_4","features":[64]},{"name":"DIAXIS_ANY_A_1","features":[64]},{"name":"DIAXIS_ANY_A_2","features":[64]},{"name":"DIAXIS_ANY_B_1","features":[64]},{"name":"DIAXIS_ANY_B_2","features":[64]},{"name":"DIAXIS_ANY_C_1","features":[64]},{"name":"DIAXIS_ANY_C_2","features":[64]},{"name":"DIAXIS_ANY_R_1","features":[64]},{"name":"DIAXIS_ANY_R_2","features":[64]},{"name":"DIAXIS_ANY_S_1","features":[64]},{"name":"DIAXIS_ANY_S_2","features":[64]},{"name":"DIAXIS_ANY_U_1","features":[64]},{"name":"DIAXIS_ANY_U_2","features":[64]},{"name":"DIAXIS_ANY_V_1","features":[64]},{"name":"DIAXIS_ANY_V_2","features":[64]},{"name":"DIAXIS_ANY_X_1","features":[64]},{"name":"DIAXIS_ANY_X_2","features":[64]},{"name":"DIAXIS_ANY_Y_1","features":[64]},{"name":"DIAXIS_ANY_Y_2","features":[64]},{"name":"DIAXIS_ANY_Z_1","features":[64]},{"name":"DIAXIS_ANY_Z_2","features":[64]},{"name":"DIAXIS_ARCADEP_LATERAL","features":[64]},{"name":"DIAXIS_ARCADEP_MOVE","features":[64]},{"name":"DIAXIS_ARCADES_LATERAL","features":[64]},{"name":"DIAXIS_ARCADES_MOVE","features":[64]},{"name":"DIAXIS_BASEBALLB_LATERAL","features":[64]},{"name":"DIAXIS_BASEBALLB_MOVE","features":[64]},{"name":"DIAXIS_BASEBALLF_LATERAL","features":[64]},{"name":"DIAXIS_BASEBALLF_MOVE","features":[64]},{"name":"DIAXIS_BASEBALLP_LATERAL","features":[64]},{"name":"DIAXIS_BASEBALLP_MOVE","features":[64]},{"name":"DIAXIS_BBALLD_LATERAL","features":[64]},{"name":"DIAXIS_BBALLD_MOVE","features":[64]},{"name":"DIAXIS_BBALLO_LATERAL","features":[64]},{"name":"DIAXIS_BBALLO_MOVE","features":[64]},{"name":"DIAXIS_BIKINGM_BRAKE","features":[64]},{"name":"DIAXIS_BIKINGM_PEDAL","features":[64]},{"name":"DIAXIS_BIKINGM_TURN","features":[64]},{"name":"DIAXIS_BROWSER_LATERAL","features":[64]},{"name":"DIAXIS_BROWSER_MOVE","features":[64]},{"name":"DIAXIS_BROWSER_VIEW","features":[64]},{"name":"DIAXIS_CADF_INOUT","features":[64]},{"name":"DIAXIS_CADF_LATERAL","features":[64]},{"name":"DIAXIS_CADF_MOVE","features":[64]},{"name":"DIAXIS_CADF_ROTATEX","features":[64]},{"name":"DIAXIS_CADF_ROTATEY","features":[64]},{"name":"DIAXIS_CADF_ROTATEZ","features":[64]},{"name":"DIAXIS_CADM_INOUT","features":[64]},{"name":"DIAXIS_CADM_LATERAL","features":[64]},{"name":"DIAXIS_CADM_MOVE","features":[64]},{"name":"DIAXIS_CADM_ROTATEX","features":[64]},{"name":"DIAXIS_CADM_ROTATEY","features":[64]},{"name":"DIAXIS_CADM_ROTATEZ","features":[64]},{"name":"DIAXIS_DRIVINGC_ACCELERATE","features":[64]},{"name":"DIAXIS_DRIVINGC_ACCEL_AND_BRAKE","features":[64]},{"name":"DIAXIS_DRIVINGC_BRAKE","features":[64]},{"name":"DIAXIS_DRIVINGC_STEER","features":[64]},{"name":"DIAXIS_DRIVINGR_ACCELERATE","features":[64]},{"name":"DIAXIS_DRIVINGR_ACCEL_AND_BRAKE","features":[64]},{"name":"DIAXIS_DRIVINGR_BRAKE","features":[64]},{"name":"DIAXIS_DRIVINGR_STEER","features":[64]},{"name":"DIAXIS_DRIVINGT_ACCELERATE","features":[64]},{"name":"DIAXIS_DRIVINGT_ACCEL_AND_BRAKE","features":[64]},{"name":"DIAXIS_DRIVINGT_BARREL","features":[64]},{"name":"DIAXIS_DRIVINGT_BRAKE","features":[64]},{"name":"DIAXIS_DRIVINGT_ROTATE","features":[64]},{"name":"DIAXIS_DRIVINGT_STEER","features":[64]},{"name":"DIAXIS_FIGHTINGH_LATERAL","features":[64]},{"name":"DIAXIS_FIGHTINGH_MOVE","features":[64]},{"name":"DIAXIS_FIGHTINGH_ROTATE","features":[64]},{"name":"DIAXIS_FISHING_LATERAL","features":[64]},{"name":"DIAXIS_FISHING_MOVE","features":[64]},{"name":"DIAXIS_FISHING_ROTATE","features":[64]},{"name":"DIAXIS_FLYINGC_BANK","features":[64]},{"name":"DIAXIS_FLYINGC_BRAKE","features":[64]},{"name":"DIAXIS_FLYINGC_FLAPS","features":[64]},{"name":"DIAXIS_FLYINGC_PITCH","features":[64]},{"name":"DIAXIS_FLYINGC_RUDDER","features":[64]},{"name":"DIAXIS_FLYINGC_THROTTLE","features":[64]},{"name":"DIAXIS_FLYINGH_BANK","features":[64]},{"name":"DIAXIS_FLYINGH_COLLECTIVE","features":[64]},{"name":"DIAXIS_FLYINGH_PITCH","features":[64]},{"name":"DIAXIS_FLYINGH_THROTTLE","features":[64]},{"name":"DIAXIS_FLYINGH_TORQUE","features":[64]},{"name":"DIAXIS_FLYINGM_BANK","features":[64]},{"name":"DIAXIS_FLYINGM_BRAKE","features":[64]},{"name":"DIAXIS_FLYINGM_FLAPS","features":[64]},{"name":"DIAXIS_FLYINGM_PITCH","features":[64]},{"name":"DIAXIS_FLYINGM_RUDDER","features":[64]},{"name":"DIAXIS_FLYINGM_THROTTLE","features":[64]},{"name":"DIAXIS_FOOTBALLD_LATERAL","features":[64]},{"name":"DIAXIS_FOOTBALLD_MOVE","features":[64]},{"name":"DIAXIS_FOOTBALLO_LATERAL","features":[64]},{"name":"DIAXIS_FOOTBALLO_MOVE","features":[64]},{"name":"DIAXIS_FOOTBALLQ_LATERAL","features":[64]},{"name":"DIAXIS_FOOTBALLQ_MOVE","features":[64]},{"name":"DIAXIS_FPS_LOOKUPDOWN","features":[64]},{"name":"DIAXIS_FPS_MOVE","features":[64]},{"name":"DIAXIS_FPS_ROTATE","features":[64]},{"name":"DIAXIS_FPS_SIDESTEP","features":[64]},{"name":"DIAXIS_GOLF_LATERAL","features":[64]},{"name":"DIAXIS_GOLF_MOVE","features":[64]},{"name":"DIAXIS_HOCKEYD_LATERAL","features":[64]},{"name":"DIAXIS_HOCKEYD_MOVE","features":[64]},{"name":"DIAXIS_HOCKEYG_LATERAL","features":[64]},{"name":"DIAXIS_HOCKEYG_MOVE","features":[64]},{"name":"DIAXIS_HOCKEYO_LATERAL","features":[64]},{"name":"DIAXIS_HOCKEYO_MOVE","features":[64]},{"name":"DIAXIS_HUNTING_LATERAL","features":[64]},{"name":"DIAXIS_HUNTING_MOVE","features":[64]},{"name":"DIAXIS_HUNTING_ROTATE","features":[64]},{"name":"DIAXIS_MECHA_ROTATE","features":[64]},{"name":"DIAXIS_MECHA_STEER","features":[64]},{"name":"DIAXIS_MECHA_THROTTLE","features":[64]},{"name":"DIAXIS_MECHA_TORSO","features":[64]},{"name":"DIAXIS_RACQUET_LATERAL","features":[64]},{"name":"DIAXIS_RACQUET_MOVE","features":[64]},{"name":"DIAXIS_REMOTE_SLIDER","features":[64]},{"name":"DIAXIS_REMOTE_SLIDER2","features":[64]},{"name":"DIAXIS_SKIING_SPEED","features":[64]},{"name":"DIAXIS_SKIING_TURN","features":[64]},{"name":"DIAXIS_SOCCERD_LATERAL","features":[64]},{"name":"DIAXIS_SOCCERD_MOVE","features":[64]},{"name":"DIAXIS_SOCCERO_BEND","features":[64]},{"name":"DIAXIS_SOCCERO_LATERAL","features":[64]},{"name":"DIAXIS_SOCCERO_MOVE","features":[64]},{"name":"DIAXIS_SPACESIM_CLIMB","features":[64]},{"name":"DIAXIS_SPACESIM_LATERAL","features":[64]},{"name":"DIAXIS_SPACESIM_MOVE","features":[64]},{"name":"DIAXIS_SPACESIM_ROTATE","features":[64]},{"name":"DIAXIS_SPACESIM_THROTTLE","features":[64]},{"name":"DIAXIS_STRATEGYR_LATERAL","features":[64]},{"name":"DIAXIS_STRATEGYR_MOVE","features":[64]},{"name":"DIAXIS_STRATEGYR_ROTATE","features":[64]},{"name":"DIAXIS_STRATEGYT_LATERAL","features":[64]},{"name":"DIAXIS_STRATEGYT_MOVE","features":[64]},{"name":"DIAXIS_TPS_MOVE","features":[64]},{"name":"DIAXIS_TPS_STEP","features":[64]},{"name":"DIAXIS_TPS_TURN","features":[64]},{"name":"DIA_APPFIXED","features":[64]},{"name":"DIA_APPMAPPED","features":[64]},{"name":"DIA_APPNOMAP","features":[64]},{"name":"DIA_FORCEFEEDBACK","features":[64]},{"name":"DIA_NORANGE","features":[64]},{"name":"DIBUTTON_2DCONTROL_DEVICE","features":[64]},{"name":"DIBUTTON_2DCONTROL_DISPLAY","features":[64]},{"name":"DIBUTTON_2DCONTROL_MENU","features":[64]},{"name":"DIBUTTON_2DCONTROL_PAUSE","features":[64]},{"name":"DIBUTTON_2DCONTROL_SELECT","features":[64]},{"name":"DIBUTTON_2DCONTROL_SPECIAL","features":[64]},{"name":"DIBUTTON_2DCONTROL_SPECIAL1","features":[64]},{"name":"DIBUTTON_2DCONTROL_SPECIAL2","features":[64]},{"name":"DIBUTTON_3DCONTROL_DEVICE","features":[64]},{"name":"DIBUTTON_3DCONTROL_DISPLAY","features":[64]},{"name":"DIBUTTON_3DCONTROL_MENU","features":[64]},{"name":"DIBUTTON_3DCONTROL_PAUSE","features":[64]},{"name":"DIBUTTON_3DCONTROL_SELECT","features":[64]},{"name":"DIBUTTON_3DCONTROL_SPECIAL","features":[64]},{"name":"DIBUTTON_3DCONTROL_SPECIAL1","features":[64]},{"name":"DIBUTTON_3DCONTROL_SPECIAL2","features":[64]},{"name":"DIBUTTON_ARCADEP_BACK_LINK","features":[64]},{"name":"DIBUTTON_ARCADEP_CROUCH","features":[64]},{"name":"DIBUTTON_ARCADEP_DEVICE","features":[64]},{"name":"DIBUTTON_ARCADEP_FIRE","features":[64]},{"name":"DIBUTTON_ARCADEP_FIRESECONDARY","features":[64]},{"name":"DIBUTTON_ARCADEP_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_ARCADEP_JUMP","features":[64]},{"name":"DIBUTTON_ARCADEP_LEFT_LINK","features":[64]},{"name":"DIBUTTON_ARCADEP_MENU","features":[64]},{"name":"DIBUTTON_ARCADEP_PAUSE","features":[64]},{"name":"DIBUTTON_ARCADEP_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_ARCADEP_SELECT","features":[64]},{"name":"DIBUTTON_ARCADEP_SPECIAL","features":[64]},{"name":"DIBUTTON_ARCADEP_VIEW_DOWN_LINK","features":[64]},{"name":"DIBUTTON_ARCADEP_VIEW_LEFT_LINK","features":[64]},{"name":"DIBUTTON_ARCADEP_VIEW_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_ARCADEP_VIEW_UP_LINK","features":[64]},{"name":"DIBUTTON_ARCADES_ATTACK","features":[64]},{"name":"DIBUTTON_ARCADES_BACK_LINK","features":[64]},{"name":"DIBUTTON_ARCADES_CARRY","features":[64]},{"name":"DIBUTTON_ARCADES_DEVICE","features":[64]},{"name":"DIBUTTON_ARCADES_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_ARCADES_LEFT_LINK","features":[64]},{"name":"DIBUTTON_ARCADES_MENU","features":[64]},{"name":"DIBUTTON_ARCADES_PAUSE","features":[64]},{"name":"DIBUTTON_ARCADES_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_ARCADES_SELECT","features":[64]},{"name":"DIBUTTON_ARCADES_SPECIAL","features":[64]},{"name":"DIBUTTON_ARCADES_THROW","features":[64]},{"name":"DIBUTTON_ARCADES_VIEW_DOWN_LINK","features":[64]},{"name":"DIBUTTON_ARCADES_VIEW_LEFT_LINK","features":[64]},{"name":"DIBUTTON_ARCADES_VIEW_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_ARCADES_VIEW_UP_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLB_BACK_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLB_BOX","features":[64]},{"name":"DIBUTTON_BASEBALLB_BUNT","features":[64]},{"name":"DIBUTTON_BASEBALLB_BURST","features":[64]},{"name":"DIBUTTON_BASEBALLB_CONTACT","features":[64]},{"name":"DIBUTTON_BASEBALLB_DEVICE","features":[64]},{"name":"DIBUTTON_BASEBALLB_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLB_LEFT_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLB_MENU","features":[64]},{"name":"DIBUTTON_BASEBALLB_NORMAL","features":[64]},{"name":"DIBUTTON_BASEBALLB_NOSTEAL","features":[64]},{"name":"DIBUTTON_BASEBALLB_PAUSE","features":[64]},{"name":"DIBUTTON_BASEBALLB_POWER","features":[64]},{"name":"DIBUTTON_BASEBALLB_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLB_SELECT","features":[64]},{"name":"DIBUTTON_BASEBALLB_SLIDE","features":[64]},{"name":"DIBUTTON_BASEBALLB_STEAL","features":[64]},{"name":"DIBUTTON_BASEBALLF_AIM_LEFT_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLF_AIM_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLF_BACK_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLF_BURST","features":[64]},{"name":"DIBUTTON_BASEBALLF_DEVICE","features":[64]},{"name":"DIBUTTON_BASEBALLF_DIVE","features":[64]},{"name":"DIBUTTON_BASEBALLF_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLF_JUMP","features":[64]},{"name":"DIBUTTON_BASEBALLF_MENU","features":[64]},{"name":"DIBUTTON_BASEBALLF_NEAREST","features":[64]},{"name":"DIBUTTON_BASEBALLF_PAUSE","features":[64]},{"name":"DIBUTTON_BASEBALLF_SHIFTIN","features":[64]},{"name":"DIBUTTON_BASEBALLF_SHIFTOUT","features":[64]},{"name":"DIBUTTON_BASEBALLF_THROW1","features":[64]},{"name":"DIBUTTON_BASEBALLF_THROW2","features":[64]},{"name":"DIBUTTON_BASEBALLP_BACK_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLP_BASE","features":[64]},{"name":"DIBUTTON_BASEBALLP_DEVICE","features":[64]},{"name":"DIBUTTON_BASEBALLP_FAKE","features":[64]},{"name":"DIBUTTON_BASEBALLP_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLP_LEFT_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLP_LOOK","features":[64]},{"name":"DIBUTTON_BASEBALLP_MENU","features":[64]},{"name":"DIBUTTON_BASEBALLP_PAUSE","features":[64]},{"name":"DIBUTTON_BASEBALLP_PITCH","features":[64]},{"name":"DIBUTTON_BASEBALLP_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_BASEBALLP_SELECT","features":[64]},{"name":"DIBUTTON_BASEBALLP_THROW","features":[64]},{"name":"DIBUTTON_BASEBALLP_WALK","features":[64]},{"name":"DIBUTTON_BBALLD_BACK_LINK","features":[64]},{"name":"DIBUTTON_BBALLD_BURST","features":[64]},{"name":"DIBUTTON_BBALLD_DEVICE","features":[64]},{"name":"DIBUTTON_BBALLD_FAKE","features":[64]},{"name":"DIBUTTON_BBALLD_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_BBALLD_JUMP","features":[64]},{"name":"DIBUTTON_BBALLD_LEFT_LINK","features":[64]},{"name":"DIBUTTON_BBALLD_MENU","features":[64]},{"name":"DIBUTTON_BBALLD_PAUSE","features":[64]},{"name":"DIBUTTON_BBALLD_PLAY","features":[64]},{"name":"DIBUTTON_BBALLD_PLAYER","features":[64]},{"name":"DIBUTTON_BBALLD_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_BBALLD_SPECIAL","features":[64]},{"name":"DIBUTTON_BBALLD_STEAL","features":[64]},{"name":"DIBUTTON_BBALLD_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_BBALLD_TIMEOUT","features":[64]},{"name":"DIBUTTON_BBALLO_BACK_LINK","features":[64]},{"name":"DIBUTTON_BBALLO_BURST","features":[64]},{"name":"DIBUTTON_BBALLO_CALL","features":[64]},{"name":"DIBUTTON_BBALLO_DEVICE","features":[64]},{"name":"DIBUTTON_BBALLO_DUNK","features":[64]},{"name":"DIBUTTON_BBALLO_FAKE","features":[64]},{"name":"DIBUTTON_BBALLO_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_BBALLO_JAB","features":[64]},{"name":"DIBUTTON_BBALLO_LEFT_LINK","features":[64]},{"name":"DIBUTTON_BBALLO_MENU","features":[64]},{"name":"DIBUTTON_BBALLO_PASS","features":[64]},{"name":"DIBUTTON_BBALLO_PAUSE","features":[64]},{"name":"DIBUTTON_BBALLO_PLAY","features":[64]},{"name":"DIBUTTON_BBALLO_PLAYER","features":[64]},{"name":"DIBUTTON_BBALLO_POST","features":[64]},{"name":"DIBUTTON_BBALLO_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_BBALLO_SCREEN","features":[64]},{"name":"DIBUTTON_BBALLO_SHOOT","features":[64]},{"name":"DIBUTTON_BBALLO_SPECIAL","features":[64]},{"name":"DIBUTTON_BBALLO_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_BBALLO_TIMEOUT","features":[64]},{"name":"DIBUTTON_BIKINGM_BRAKE_BUTTON_LINK","features":[64]},{"name":"DIBUTTON_BIKINGM_CAMERA","features":[64]},{"name":"DIBUTTON_BIKINGM_DEVICE","features":[64]},{"name":"DIBUTTON_BIKINGM_FASTER_LINK","features":[64]},{"name":"DIBUTTON_BIKINGM_JUMP","features":[64]},{"name":"DIBUTTON_BIKINGM_LEFT_LINK","features":[64]},{"name":"DIBUTTON_BIKINGM_MENU","features":[64]},{"name":"DIBUTTON_BIKINGM_PAUSE","features":[64]},{"name":"DIBUTTON_BIKINGM_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_BIKINGM_SELECT","features":[64]},{"name":"DIBUTTON_BIKINGM_SLOWER_LINK","features":[64]},{"name":"DIBUTTON_BIKINGM_SPECIAL1","features":[64]},{"name":"DIBUTTON_BIKINGM_SPECIAL2","features":[64]},{"name":"DIBUTTON_BIKINGM_ZOOM","features":[64]},{"name":"DIBUTTON_BROWSER_DEVICE","features":[64]},{"name":"DIBUTTON_BROWSER_FAVORITES","features":[64]},{"name":"DIBUTTON_BROWSER_HISTORY","features":[64]},{"name":"DIBUTTON_BROWSER_HOME","features":[64]},{"name":"DIBUTTON_BROWSER_MENU","features":[64]},{"name":"DIBUTTON_BROWSER_NEXT","features":[64]},{"name":"DIBUTTON_BROWSER_PAUSE","features":[64]},{"name":"DIBUTTON_BROWSER_PREVIOUS","features":[64]},{"name":"DIBUTTON_BROWSER_PRINT","features":[64]},{"name":"DIBUTTON_BROWSER_REFRESH","features":[64]},{"name":"DIBUTTON_BROWSER_SEARCH","features":[64]},{"name":"DIBUTTON_BROWSER_SELECT","features":[64]},{"name":"DIBUTTON_BROWSER_STOP","features":[64]},{"name":"DIBUTTON_CADF_DEVICE","features":[64]},{"name":"DIBUTTON_CADF_DISPLAY","features":[64]},{"name":"DIBUTTON_CADF_MENU","features":[64]},{"name":"DIBUTTON_CADF_PAUSE","features":[64]},{"name":"DIBUTTON_CADF_SELECT","features":[64]},{"name":"DIBUTTON_CADF_SPECIAL","features":[64]},{"name":"DIBUTTON_CADF_SPECIAL1","features":[64]},{"name":"DIBUTTON_CADF_SPECIAL2","features":[64]},{"name":"DIBUTTON_CADM_DEVICE","features":[64]},{"name":"DIBUTTON_CADM_DISPLAY","features":[64]},{"name":"DIBUTTON_CADM_MENU","features":[64]},{"name":"DIBUTTON_CADM_PAUSE","features":[64]},{"name":"DIBUTTON_CADM_SELECT","features":[64]},{"name":"DIBUTTON_CADM_SPECIAL","features":[64]},{"name":"DIBUTTON_CADM_SPECIAL1","features":[64]},{"name":"DIBUTTON_CADM_SPECIAL2","features":[64]},{"name":"DIBUTTON_DRIVINGC_ACCELERATE_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGC_AIDS","features":[64]},{"name":"DIBUTTON_DRIVINGC_BRAKE","features":[64]},{"name":"DIBUTTON_DRIVINGC_DASHBOARD","features":[64]},{"name":"DIBUTTON_DRIVINGC_DEVICE","features":[64]},{"name":"DIBUTTON_DRIVINGC_FIRE","features":[64]},{"name":"DIBUTTON_DRIVINGC_FIRESECONDARY","features":[64]},{"name":"DIBUTTON_DRIVINGC_GLANCE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGC_GLANCE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGC_MENU","features":[64]},{"name":"DIBUTTON_DRIVINGC_PAUSE","features":[64]},{"name":"DIBUTTON_DRIVINGC_SHIFTDOWN","features":[64]},{"name":"DIBUTTON_DRIVINGC_SHIFTUP","features":[64]},{"name":"DIBUTTON_DRIVINGC_STEER_LEFT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGC_STEER_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGC_TARGET","features":[64]},{"name":"DIBUTTON_DRIVINGC_WEAPONS","features":[64]},{"name":"DIBUTTON_DRIVINGR_ACCELERATE_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGR_AIDS","features":[64]},{"name":"DIBUTTON_DRIVINGR_BOOST","features":[64]},{"name":"DIBUTTON_DRIVINGR_BRAKE","features":[64]},{"name":"DIBUTTON_DRIVINGR_DASHBOARD","features":[64]},{"name":"DIBUTTON_DRIVINGR_DEVICE","features":[64]},{"name":"DIBUTTON_DRIVINGR_GLANCE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGR_GLANCE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGR_MAP","features":[64]},{"name":"DIBUTTON_DRIVINGR_MENU","features":[64]},{"name":"DIBUTTON_DRIVINGR_PAUSE","features":[64]},{"name":"DIBUTTON_DRIVINGR_PIT","features":[64]},{"name":"DIBUTTON_DRIVINGR_SHIFTDOWN","features":[64]},{"name":"DIBUTTON_DRIVINGR_SHIFTUP","features":[64]},{"name":"DIBUTTON_DRIVINGR_STEER_LEFT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGR_STEER_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGR_VIEW","features":[64]},{"name":"DIBUTTON_DRIVINGT_ACCELERATE_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGT_BARREL_DOWN_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGT_BARREL_UP_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGT_BRAKE","features":[64]},{"name":"DIBUTTON_DRIVINGT_DASHBOARD","features":[64]},{"name":"DIBUTTON_DRIVINGT_DEVICE","features":[64]},{"name":"DIBUTTON_DRIVINGT_FIRE","features":[64]},{"name":"DIBUTTON_DRIVINGT_FIRESECONDARY","features":[64]},{"name":"DIBUTTON_DRIVINGT_GLANCE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGT_GLANCE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGT_MENU","features":[64]},{"name":"DIBUTTON_DRIVINGT_PAUSE","features":[64]},{"name":"DIBUTTON_DRIVINGT_ROTATE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGT_ROTATE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGT_STEER_LEFT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGT_STEER_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_DRIVINGT_TARGET","features":[64]},{"name":"DIBUTTON_DRIVINGT_VIEW","features":[64]},{"name":"DIBUTTON_DRIVINGT_WEAPONS","features":[64]},{"name":"DIBUTTON_FIGHTINGH_BACKWARD_LINK","features":[64]},{"name":"DIBUTTON_FIGHTINGH_BLOCK","features":[64]},{"name":"DIBUTTON_FIGHTINGH_CROUCH","features":[64]},{"name":"DIBUTTON_FIGHTINGH_DEVICE","features":[64]},{"name":"DIBUTTON_FIGHTINGH_DISPLAY","features":[64]},{"name":"DIBUTTON_FIGHTINGH_DODGE","features":[64]},{"name":"DIBUTTON_FIGHTINGH_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_FIGHTINGH_JUMP","features":[64]},{"name":"DIBUTTON_FIGHTINGH_KICK","features":[64]},{"name":"DIBUTTON_FIGHTINGH_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FIGHTINGH_MENU","features":[64]},{"name":"DIBUTTON_FIGHTINGH_PAUSE","features":[64]},{"name":"DIBUTTON_FIGHTINGH_PUNCH","features":[64]},{"name":"DIBUTTON_FIGHTINGH_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FIGHTINGH_SELECT","features":[64]},{"name":"DIBUTTON_FIGHTINGH_SPECIAL1","features":[64]},{"name":"DIBUTTON_FIGHTINGH_SPECIAL2","features":[64]},{"name":"DIBUTTON_FISHING_BACK_LINK","features":[64]},{"name":"DIBUTTON_FISHING_BAIT","features":[64]},{"name":"DIBUTTON_FISHING_BINOCULAR","features":[64]},{"name":"DIBUTTON_FISHING_CAST","features":[64]},{"name":"DIBUTTON_FISHING_CROUCH","features":[64]},{"name":"DIBUTTON_FISHING_DEVICE","features":[64]},{"name":"DIBUTTON_FISHING_DISPLAY","features":[64]},{"name":"DIBUTTON_FISHING_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_FISHING_JUMP","features":[64]},{"name":"DIBUTTON_FISHING_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FISHING_MAP","features":[64]},{"name":"DIBUTTON_FISHING_MENU","features":[64]},{"name":"DIBUTTON_FISHING_PAUSE","features":[64]},{"name":"DIBUTTON_FISHING_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FISHING_ROTATE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FISHING_ROTATE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FISHING_TYPE","features":[64]},{"name":"DIBUTTON_FLYINGC_BRAKE_LINK","features":[64]},{"name":"DIBUTTON_FLYINGC_DEVICE","features":[64]},{"name":"DIBUTTON_FLYINGC_DISPLAY","features":[64]},{"name":"DIBUTTON_FLYINGC_FASTER_LINK","features":[64]},{"name":"DIBUTTON_FLYINGC_FLAPSDOWN","features":[64]},{"name":"DIBUTTON_FLYINGC_FLAPSUP","features":[64]},{"name":"DIBUTTON_FLYINGC_GEAR","features":[64]},{"name":"DIBUTTON_FLYINGC_GLANCE_DOWN_LINK","features":[64]},{"name":"DIBUTTON_FLYINGC_GLANCE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FLYINGC_GLANCE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FLYINGC_GLANCE_UP_LINK","features":[64]},{"name":"DIBUTTON_FLYINGC_MENU","features":[64]},{"name":"DIBUTTON_FLYINGC_PAUSE","features":[64]},{"name":"DIBUTTON_FLYINGC_SLOWER_LINK","features":[64]},{"name":"DIBUTTON_FLYINGC_VIEW","features":[64]},{"name":"DIBUTTON_FLYINGH_COUNTER","features":[64]},{"name":"DIBUTTON_FLYINGH_DEVICE","features":[64]},{"name":"DIBUTTON_FLYINGH_FASTER_LINK","features":[64]},{"name":"DIBUTTON_FLYINGH_FIRE","features":[64]},{"name":"DIBUTTON_FLYINGH_FIRESECONDARY","features":[64]},{"name":"DIBUTTON_FLYINGH_GEAR","features":[64]},{"name":"DIBUTTON_FLYINGH_GLANCE_DOWN_LINK","features":[64]},{"name":"DIBUTTON_FLYINGH_GLANCE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FLYINGH_GLANCE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FLYINGH_GLANCE_UP_LINK","features":[64]},{"name":"DIBUTTON_FLYINGH_MENU","features":[64]},{"name":"DIBUTTON_FLYINGH_PAUSE","features":[64]},{"name":"DIBUTTON_FLYINGH_SLOWER_LINK","features":[64]},{"name":"DIBUTTON_FLYINGH_TARGET","features":[64]},{"name":"DIBUTTON_FLYINGH_VIEW","features":[64]},{"name":"DIBUTTON_FLYINGH_WEAPONS","features":[64]},{"name":"DIBUTTON_FLYINGM_BRAKE_LINK","features":[64]},{"name":"DIBUTTON_FLYINGM_COUNTER","features":[64]},{"name":"DIBUTTON_FLYINGM_DEVICE","features":[64]},{"name":"DIBUTTON_FLYINGM_DISPLAY","features":[64]},{"name":"DIBUTTON_FLYINGM_FASTER_LINK","features":[64]},{"name":"DIBUTTON_FLYINGM_FIRE","features":[64]},{"name":"DIBUTTON_FLYINGM_FIRESECONDARY","features":[64]},{"name":"DIBUTTON_FLYINGM_FLAPSDOWN","features":[64]},{"name":"DIBUTTON_FLYINGM_FLAPSUP","features":[64]},{"name":"DIBUTTON_FLYINGM_GEAR","features":[64]},{"name":"DIBUTTON_FLYINGM_GLANCE_DOWN_LINK","features":[64]},{"name":"DIBUTTON_FLYINGM_GLANCE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FLYINGM_GLANCE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FLYINGM_GLANCE_UP_LINK","features":[64]},{"name":"DIBUTTON_FLYINGM_MENU","features":[64]},{"name":"DIBUTTON_FLYINGM_PAUSE","features":[64]},{"name":"DIBUTTON_FLYINGM_SLOWER_LINK","features":[64]},{"name":"DIBUTTON_FLYINGM_TARGET","features":[64]},{"name":"DIBUTTON_FLYINGM_VIEW","features":[64]},{"name":"DIBUTTON_FLYINGM_WEAPONS","features":[64]},{"name":"DIBUTTON_FOOTBALLD_AUDIBLE","features":[64]},{"name":"DIBUTTON_FOOTBALLD_BACK_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLD_BULLRUSH","features":[64]},{"name":"DIBUTTON_FOOTBALLD_DEVICE","features":[64]},{"name":"DIBUTTON_FOOTBALLD_FAKE","features":[64]},{"name":"DIBUTTON_FOOTBALLD_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLD_JUMP","features":[64]},{"name":"DIBUTTON_FOOTBALLD_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLD_MENU","features":[64]},{"name":"DIBUTTON_FOOTBALLD_PAUSE","features":[64]},{"name":"DIBUTTON_FOOTBALLD_PLAY","features":[64]},{"name":"DIBUTTON_FOOTBALLD_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLD_RIP","features":[64]},{"name":"DIBUTTON_FOOTBALLD_SELECT","features":[64]},{"name":"DIBUTTON_FOOTBALLD_SPIN","features":[64]},{"name":"DIBUTTON_FOOTBALLD_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_FOOTBALLD_SUPERTACKLE","features":[64]},{"name":"DIBUTTON_FOOTBALLD_SWIM","features":[64]},{"name":"DIBUTTON_FOOTBALLD_TACKLE","features":[64]},{"name":"DIBUTTON_FOOTBALLD_ZOOM","features":[64]},{"name":"DIBUTTON_FOOTBALLO_BACK_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLO_DEVICE","features":[64]},{"name":"DIBUTTON_FOOTBALLO_DIVE","features":[64]},{"name":"DIBUTTON_FOOTBALLO_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLO_JUKE","features":[64]},{"name":"DIBUTTON_FOOTBALLO_JUMP","features":[64]},{"name":"DIBUTTON_FOOTBALLO_LEFTARM","features":[64]},{"name":"DIBUTTON_FOOTBALLO_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLO_MENU","features":[64]},{"name":"DIBUTTON_FOOTBALLO_PAUSE","features":[64]},{"name":"DIBUTTON_FOOTBALLO_RIGHTARM","features":[64]},{"name":"DIBUTTON_FOOTBALLO_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLO_SHOULDER","features":[64]},{"name":"DIBUTTON_FOOTBALLO_SPIN","features":[64]},{"name":"DIBUTTON_FOOTBALLO_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_FOOTBALLO_THROW","features":[64]},{"name":"DIBUTTON_FOOTBALLO_TURBO","features":[64]},{"name":"DIBUTTON_FOOTBALLO_ZOOM","features":[64]},{"name":"DIBUTTON_FOOTBALLP_DEVICE","features":[64]},{"name":"DIBUTTON_FOOTBALLP_HELP","features":[64]},{"name":"DIBUTTON_FOOTBALLP_MENU","features":[64]},{"name":"DIBUTTON_FOOTBALLP_PAUSE","features":[64]},{"name":"DIBUTTON_FOOTBALLP_PLAY","features":[64]},{"name":"DIBUTTON_FOOTBALLP_SELECT","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_AUDIBLE","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_BACK_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_DEVICE","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_FAKE","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_FAKESNAP","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_JUMP","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_MENU","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_MOTION","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_PASS","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_PAUSE","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_SELECT","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_SLIDE","features":[64]},{"name":"DIBUTTON_FOOTBALLQ_SNAP","features":[64]},{"name":"DIBUTTON_FPS_APPLY","features":[64]},{"name":"DIBUTTON_FPS_BACKWARD_LINK","features":[64]},{"name":"DIBUTTON_FPS_CROUCH","features":[64]},{"name":"DIBUTTON_FPS_DEVICE","features":[64]},{"name":"DIBUTTON_FPS_DISPLAY","features":[64]},{"name":"DIBUTTON_FPS_DODGE","features":[64]},{"name":"DIBUTTON_FPS_FIRE","features":[64]},{"name":"DIBUTTON_FPS_FIRESECONDARY","features":[64]},{"name":"DIBUTTON_FPS_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_FPS_GLANCEL","features":[64]},{"name":"DIBUTTON_FPS_GLANCER","features":[64]},{"name":"DIBUTTON_FPS_GLANCE_DOWN_LINK","features":[64]},{"name":"DIBUTTON_FPS_GLANCE_UP_LINK","features":[64]},{"name":"DIBUTTON_FPS_JUMP","features":[64]},{"name":"DIBUTTON_FPS_MENU","features":[64]},{"name":"DIBUTTON_FPS_PAUSE","features":[64]},{"name":"DIBUTTON_FPS_ROTATE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FPS_ROTATE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FPS_SELECT","features":[64]},{"name":"DIBUTTON_FPS_STEP_LEFT_LINK","features":[64]},{"name":"DIBUTTON_FPS_STEP_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_FPS_STRAFE","features":[64]},{"name":"DIBUTTON_FPS_WEAPONS","features":[64]},{"name":"DIBUTTON_GOLF_BACK_LINK","features":[64]},{"name":"DIBUTTON_GOLF_DEVICE","features":[64]},{"name":"DIBUTTON_GOLF_DOWN","features":[64]},{"name":"DIBUTTON_GOLF_FLYBY","features":[64]},{"name":"DIBUTTON_GOLF_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_GOLF_LEFT_LINK","features":[64]},{"name":"DIBUTTON_GOLF_MENU","features":[64]},{"name":"DIBUTTON_GOLF_PAUSE","features":[64]},{"name":"DIBUTTON_GOLF_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_GOLF_SELECT","features":[64]},{"name":"DIBUTTON_GOLF_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_GOLF_SWING","features":[64]},{"name":"DIBUTTON_GOLF_TERRAIN","features":[64]},{"name":"DIBUTTON_GOLF_TIMEOUT","features":[64]},{"name":"DIBUTTON_GOLF_UP","features":[64]},{"name":"DIBUTTON_GOLF_ZOOM","features":[64]},{"name":"DIBUTTON_HOCKEYD_BACK_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYD_BLOCK","features":[64]},{"name":"DIBUTTON_HOCKEYD_BURST","features":[64]},{"name":"DIBUTTON_HOCKEYD_DEVICE","features":[64]},{"name":"DIBUTTON_HOCKEYD_FAKE","features":[64]},{"name":"DIBUTTON_HOCKEYD_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYD_LEFT_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYD_MENU","features":[64]},{"name":"DIBUTTON_HOCKEYD_PAUSE","features":[64]},{"name":"DIBUTTON_HOCKEYD_PLAYER","features":[64]},{"name":"DIBUTTON_HOCKEYD_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYD_STEAL","features":[64]},{"name":"DIBUTTON_HOCKEYD_STRATEGY","features":[64]},{"name":"DIBUTTON_HOCKEYD_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_HOCKEYD_TIMEOUT","features":[64]},{"name":"DIBUTTON_HOCKEYD_ZOOM","features":[64]},{"name":"DIBUTTON_HOCKEYG_BACK_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYG_BLOCK","features":[64]},{"name":"DIBUTTON_HOCKEYG_DEVICE","features":[64]},{"name":"DIBUTTON_HOCKEYG_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYG_LEFT_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYG_MENU","features":[64]},{"name":"DIBUTTON_HOCKEYG_PASS","features":[64]},{"name":"DIBUTTON_HOCKEYG_PAUSE","features":[64]},{"name":"DIBUTTON_HOCKEYG_POKE","features":[64]},{"name":"DIBUTTON_HOCKEYG_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYG_STEAL","features":[64]},{"name":"DIBUTTON_HOCKEYG_STRATEGY","features":[64]},{"name":"DIBUTTON_HOCKEYG_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_HOCKEYG_TIMEOUT","features":[64]},{"name":"DIBUTTON_HOCKEYG_ZOOM","features":[64]},{"name":"DIBUTTON_HOCKEYO_BACK_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYO_BURST","features":[64]},{"name":"DIBUTTON_HOCKEYO_DEVICE","features":[64]},{"name":"DIBUTTON_HOCKEYO_FAKE","features":[64]},{"name":"DIBUTTON_HOCKEYO_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYO_LEFT_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYO_MENU","features":[64]},{"name":"DIBUTTON_HOCKEYO_PASS","features":[64]},{"name":"DIBUTTON_HOCKEYO_PAUSE","features":[64]},{"name":"DIBUTTON_HOCKEYO_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_HOCKEYO_SHOOT","features":[64]},{"name":"DIBUTTON_HOCKEYO_SPECIAL","features":[64]},{"name":"DIBUTTON_HOCKEYO_STRATEGY","features":[64]},{"name":"DIBUTTON_HOCKEYO_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_HOCKEYO_TIMEOUT","features":[64]},{"name":"DIBUTTON_HOCKEYO_ZOOM","features":[64]},{"name":"DIBUTTON_HUNTING_AIM","features":[64]},{"name":"DIBUTTON_HUNTING_BACK_LINK","features":[64]},{"name":"DIBUTTON_HUNTING_BINOCULAR","features":[64]},{"name":"DIBUTTON_HUNTING_CALL","features":[64]},{"name":"DIBUTTON_HUNTING_CROUCH","features":[64]},{"name":"DIBUTTON_HUNTING_DEVICE","features":[64]},{"name":"DIBUTTON_HUNTING_DISPLAY","features":[64]},{"name":"DIBUTTON_HUNTING_FIRE","features":[64]},{"name":"DIBUTTON_HUNTING_FIRESECONDARY","features":[64]},{"name":"DIBUTTON_HUNTING_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_HUNTING_JUMP","features":[64]},{"name":"DIBUTTON_HUNTING_LEFT_LINK","features":[64]},{"name":"DIBUTTON_HUNTING_MAP","features":[64]},{"name":"DIBUTTON_HUNTING_MENU","features":[64]},{"name":"DIBUTTON_HUNTING_PAUSE","features":[64]},{"name":"DIBUTTON_HUNTING_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_HUNTING_ROTATE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_HUNTING_ROTATE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_HUNTING_SPECIAL","features":[64]},{"name":"DIBUTTON_HUNTING_WEAPON","features":[64]},{"name":"DIBUTTON_MECHA_BACK_LINK","features":[64]},{"name":"DIBUTTON_MECHA_CENTER","features":[64]},{"name":"DIBUTTON_MECHA_DEVICE","features":[64]},{"name":"DIBUTTON_MECHA_FASTER_LINK","features":[64]},{"name":"DIBUTTON_MECHA_FIRE","features":[64]},{"name":"DIBUTTON_MECHA_FIRESECONDARY","features":[64]},{"name":"DIBUTTON_MECHA_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_MECHA_JUMP","features":[64]},{"name":"DIBUTTON_MECHA_LEFT_LINK","features":[64]},{"name":"DIBUTTON_MECHA_MENU","features":[64]},{"name":"DIBUTTON_MECHA_PAUSE","features":[64]},{"name":"DIBUTTON_MECHA_REVERSE","features":[64]},{"name":"DIBUTTON_MECHA_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_MECHA_ROTATE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_MECHA_ROTATE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_MECHA_SLOWER_LINK","features":[64]},{"name":"DIBUTTON_MECHA_TARGET","features":[64]},{"name":"DIBUTTON_MECHA_VIEW","features":[64]},{"name":"DIBUTTON_MECHA_WEAPONS","features":[64]},{"name":"DIBUTTON_MECHA_ZOOM","features":[64]},{"name":"DIBUTTON_RACQUET_BACKSWING","features":[64]},{"name":"DIBUTTON_RACQUET_BACK_LINK","features":[64]},{"name":"DIBUTTON_RACQUET_DEVICE","features":[64]},{"name":"DIBUTTON_RACQUET_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_RACQUET_LEFT_LINK","features":[64]},{"name":"DIBUTTON_RACQUET_MENU","features":[64]},{"name":"DIBUTTON_RACQUET_PAUSE","features":[64]},{"name":"DIBUTTON_RACQUET_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_RACQUET_SELECT","features":[64]},{"name":"DIBUTTON_RACQUET_SMASH","features":[64]},{"name":"DIBUTTON_RACQUET_SPECIAL","features":[64]},{"name":"DIBUTTON_RACQUET_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_RACQUET_SWING","features":[64]},{"name":"DIBUTTON_RACQUET_TIMEOUT","features":[64]},{"name":"DIBUTTON_REMOTE_ADJUST","features":[64]},{"name":"DIBUTTON_REMOTE_CABLE","features":[64]},{"name":"DIBUTTON_REMOTE_CD","features":[64]},{"name":"DIBUTTON_REMOTE_CHANGE","features":[64]},{"name":"DIBUTTON_REMOTE_CUE","features":[64]},{"name":"DIBUTTON_REMOTE_DEVICE","features":[64]},{"name":"DIBUTTON_REMOTE_DIGIT0","features":[64]},{"name":"DIBUTTON_REMOTE_DIGIT1","features":[64]},{"name":"DIBUTTON_REMOTE_DIGIT2","features":[64]},{"name":"DIBUTTON_REMOTE_DIGIT3","features":[64]},{"name":"DIBUTTON_REMOTE_DIGIT4","features":[64]},{"name":"DIBUTTON_REMOTE_DIGIT5","features":[64]},{"name":"DIBUTTON_REMOTE_DIGIT6","features":[64]},{"name":"DIBUTTON_REMOTE_DIGIT7","features":[64]},{"name":"DIBUTTON_REMOTE_DIGIT8","features":[64]},{"name":"DIBUTTON_REMOTE_DIGIT9","features":[64]},{"name":"DIBUTTON_REMOTE_DVD","features":[64]},{"name":"DIBUTTON_REMOTE_MENU","features":[64]},{"name":"DIBUTTON_REMOTE_MUTE","features":[64]},{"name":"DIBUTTON_REMOTE_PAUSE","features":[64]},{"name":"DIBUTTON_REMOTE_PLAY","features":[64]},{"name":"DIBUTTON_REMOTE_RECORD","features":[64]},{"name":"DIBUTTON_REMOTE_REVIEW","features":[64]},{"name":"DIBUTTON_REMOTE_SELECT","features":[64]},{"name":"DIBUTTON_REMOTE_TUNER","features":[64]},{"name":"DIBUTTON_REMOTE_TV","features":[64]},{"name":"DIBUTTON_REMOTE_VCR","features":[64]},{"name":"DIBUTTON_SKIING_CAMERA","features":[64]},{"name":"DIBUTTON_SKIING_CROUCH","features":[64]},{"name":"DIBUTTON_SKIING_DEVICE","features":[64]},{"name":"DIBUTTON_SKIING_FASTER_LINK","features":[64]},{"name":"DIBUTTON_SKIING_JUMP","features":[64]},{"name":"DIBUTTON_SKIING_LEFT_LINK","features":[64]},{"name":"DIBUTTON_SKIING_MENU","features":[64]},{"name":"DIBUTTON_SKIING_PAUSE","features":[64]},{"name":"DIBUTTON_SKIING_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_SKIING_SELECT","features":[64]},{"name":"DIBUTTON_SKIING_SLOWER_LINK","features":[64]},{"name":"DIBUTTON_SKIING_SPECIAL1","features":[64]},{"name":"DIBUTTON_SKIING_SPECIAL2","features":[64]},{"name":"DIBUTTON_SKIING_ZOOM","features":[64]},{"name":"DIBUTTON_SOCCERD_BACK_LINK","features":[64]},{"name":"DIBUTTON_SOCCERD_BLOCK","features":[64]},{"name":"DIBUTTON_SOCCERD_CLEAR","features":[64]},{"name":"DIBUTTON_SOCCERD_DEVICE","features":[64]},{"name":"DIBUTTON_SOCCERD_FAKE","features":[64]},{"name":"DIBUTTON_SOCCERD_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_SOCCERD_FOUL","features":[64]},{"name":"DIBUTTON_SOCCERD_GOALIECHARGE","features":[64]},{"name":"DIBUTTON_SOCCERD_HEAD","features":[64]},{"name":"DIBUTTON_SOCCERD_LEFT_LINK","features":[64]},{"name":"DIBUTTON_SOCCERD_MENU","features":[64]},{"name":"DIBUTTON_SOCCERD_PAUSE","features":[64]},{"name":"DIBUTTON_SOCCERD_PLAYER","features":[64]},{"name":"DIBUTTON_SOCCERD_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_SOCCERD_SELECT","features":[64]},{"name":"DIBUTTON_SOCCERD_SLIDE","features":[64]},{"name":"DIBUTTON_SOCCERD_SPECIAL","features":[64]},{"name":"DIBUTTON_SOCCERD_STEAL","features":[64]},{"name":"DIBUTTON_SOCCERD_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_SOCCERO_BACK_LINK","features":[64]},{"name":"DIBUTTON_SOCCERO_CONTROL","features":[64]},{"name":"DIBUTTON_SOCCERO_DEVICE","features":[64]},{"name":"DIBUTTON_SOCCERO_FAKE","features":[64]},{"name":"DIBUTTON_SOCCERO_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_SOCCERO_HEAD","features":[64]},{"name":"DIBUTTON_SOCCERO_LEFT_LINK","features":[64]},{"name":"DIBUTTON_SOCCERO_MENU","features":[64]},{"name":"DIBUTTON_SOCCERO_PASS","features":[64]},{"name":"DIBUTTON_SOCCERO_PASSTHRU","features":[64]},{"name":"DIBUTTON_SOCCERO_PAUSE","features":[64]},{"name":"DIBUTTON_SOCCERO_PLAYER","features":[64]},{"name":"DIBUTTON_SOCCERO_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_SOCCERO_SELECT","features":[64]},{"name":"DIBUTTON_SOCCERO_SHOOT","features":[64]},{"name":"DIBUTTON_SOCCERO_SHOOTHIGH","features":[64]},{"name":"DIBUTTON_SOCCERO_SHOOTLOW","features":[64]},{"name":"DIBUTTON_SOCCERO_SPECIAL1","features":[64]},{"name":"DIBUTTON_SOCCERO_SPRINT","features":[64]},{"name":"DIBUTTON_SOCCERO_SUBSTITUTE","features":[64]},{"name":"DIBUTTON_SPACESIM_BACKWARD_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_DEVICE","features":[64]},{"name":"DIBUTTON_SPACESIM_DISPLAY","features":[64]},{"name":"DIBUTTON_SPACESIM_FASTER_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_FIRE","features":[64]},{"name":"DIBUTTON_SPACESIM_FIRESECONDARY","features":[64]},{"name":"DIBUTTON_SPACESIM_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_GEAR","features":[64]},{"name":"DIBUTTON_SPACESIM_GLANCE_DOWN_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_GLANCE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_GLANCE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_GLANCE_UP_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_LEFT_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_LOWER","features":[64]},{"name":"DIBUTTON_SPACESIM_MENU","features":[64]},{"name":"DIBUTTON_SPACESIM_PAUSE","features":[64]},{"name":"DIBUTTON_SPACESIM_RAISE","features":[64]},{"name":"DIBUTTON_SPACESIM_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_SLOWER_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_TARGET","features":[64]},{"name":"DIBUTTON_SPACESIM_TURN_LEFT_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_TURN_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_SPACESIM_VIEW","features":[64]},{"name":"DIBUTTON_SPACESIM_WEAPONS","features":[64]},{"name":"DIBUTTON_STRATEGYR_APPLY","features":[64]},{"name":"DIBUTTON_STRATEGYR_ATTACK","features":[64]},{"name":"DIBUTTON_STRATEGYR_BACK_LINK","features":[64]},{"name":"DIBUTTON_STRATEGYR_CAST","features":[64]},{"name":"DIBUTTON_STRATEGYR_CROUCH","features":[64]},{"name":"DIBUTTON_STRATEGYR_DEVICE","features":[64]},{"name":"DIBUTTON_STRATEGYR_DISPLAY","features":[64]},{"name":"DIBUTTON_STRATEGYR_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_STRATEGYR_GET","features":[64]},{"name":"DIBUTTON_STRATEGYR_JUMP","features":[64]},{"name":"DIBUTTON_STRATEGYR_LEFT_LINK","features":[64]},{"name":"DIBUTTON_STRATEGYR_MAP","features":[64]},{"name":"DIBUTTON_STRATEGYR_MENU","features":[64]},{"name":"DIBUTTON_STRATEGYR_PAUSE","features":[64]},{"name":"DIBUTTON_STRATEGYR_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_STRATEGYR_ROTATE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_STRATEGYR_ROTATE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_STRATEGYR_SELECT","features":[64]},{"name":"DIBUTTON_STRATEGYT_APPLY","features":[64]},{"name":"DIBUTTON_STRATEGYT_BACK_LINK","features":[64]},{"name":"DIBUTTON_STRATEGYT_DEVICE","features":[64]},{"name":"DIBUTTON_STRATEGYT_DISPLAY","features":[64]},{"name":"DIBUTTON_STRATEGYT_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_STRATEGYT_INSTRUCT","features":[64]},{"name":"DIBUTTON_STRATEGYT_LEFT_LINK","features":[64]},{"name":"DIBUTTON_STRATEGYT_MAP","features":[64]},{"name":"DIBUTTON_STRATEGYT_MENU","features":[64]},{"name":"DIBUTTON_STRATEGYT_PAUSE","features":[64]},{"name":"DIBUTTON_STRATEGYT_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_STRATEGYT_SELECT","features":[64]},{"name":"DIBUTTON_STRATEGYT_TEAM","features":[64]},{"name":"DIBUTTON_STRATEGYT_TURN","features":[64]},{"name":"DIBUTTON_STRATEGYT_ZOOM","features":[64]},{"name":"DIBUTTON_TPS_ACTION","features":[64]},{"name":"DIBUTTON_TPS_BACKWARD_LINK","features":[64]},{"name":"DIBUTTON_TPS_DEVICE","features":[64]},{"name":"DIBUTTON_TPS_DODGE","features":[64]},{"name":"DIBUTTON_TPS_FORWARD_LINK","features":[64]},{"name":"DIBUTTON_TPS_GLANCE_DOWN_LINK","features":[64]},{"name":"DIBUTTON_TPS_GLANCE_LEFT_LINK","features":[64]},{"name":"DIBUTTON_TPS_GLANCE_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_TPS_GLANCE_UP_LINK","features":[64]},{"name":"DIBUTTON_TPS_INVENTORY","features":[64]},{"name":"DIBUTTON_TPS_JUMP","features":[64]},{"name":"DIBUTTON_TPS_MENU","features":[64]},{"name":"DIBUTTON_TPS_PAUSE","features":[64]},{"name":"DIBUTTON_TPS_RUN","features":[64]},{"name":"DIBUTTON_TPS_SELECT","features":[64]},{"name":"DIBUTTON_TPS_STEPLEFT","features":[64]},{"name":"DIBUTTON_TPS_STEPRIGHT","features":[64]},{"name":"DIBUTTON_TPS_TURN_LEFT_LINK","features":[64]},{"name":"DIBUTTON_TPS_TURN_RIGHT_LINK","features":[64]},{"name":"DIBUTTON_TPS_USE","features":[64]},{"name":"DIBUTTON_TPS_VIEW","features":[64]},{"name":"DICD_DEFAULT","features":[64]},{"name":"DICD_EDIT","features":[64]},{"name":"DICOLORSET","features":[64]},{"name":"DICONDITION","features":[64]},{"name":"DICONFIGUREDEVICESPARAMSA","features":[64,1]},{"name":"DICONFIGUREDEVICESPARAMSW","features":[64,1]},{"name":"DICONSTANTFORCE","features":[64]},{"name":"DICUSTOMFORCE","features":[64]},{"name":"DIDAL_BOTTOMALIGNED","features":[64]},{"name":"DIDAL_CENTERED","features":[64]},{"name":"DIDAL_LEFTALIGNED","features":[64]},{"name":"DIDAL_MIDDLE","features":[64]},{"name":"DIDAL_RIGHTALIGNED","features":[64]},{"name":"DIDAL_TOPALIGNED","features":[64]},{"name":"DIDATAFORMAT","features":[64]},{"name":"DIDBAM_DEFAULT","features":[64]},{"name":"DIDBAM_HWDEFAULTS","features":[64]},{"name":"DIDBAM_INITIALIZE","features":[64]},{"name":"DIDBAM_PRESERVE","features":[64]},{"name":"DIDC_ALIAS","features":[64]},{"name":"DIDC_ATTACHED","features":[64]},{"name":"DIDC_DEADBAND","features":[64]},{"name":"DIDC_EMULATED","features":[64]},{"name":"DIDC_FFATTACK","features":[64]},{"name":"DIDC_FFFADE","features":[64]},{"name":"DIDC_FORCEFEEDBACK","features":[64]},{"name":"DIDC_HIDDEN","features":[64]},{"name":"DIDC_PHANTOM","features":[64]},{"name":"DIDC_POLLEDDATAFORMAT","features":[64]},{"name":"DIDC_POLLEDDEVICE","features":[64]},{"name":"DIDC_POSNEGCOEFFICIENTS","features":[64]},{"name":"DIDC_POSNEGSATURATION","features":[64]},{"name":"DIDC_SATURATION","features":[64]},{"name":"DIDC_STARTDELAY","features":[64]},{"name":"DIDEVCAPS","features":[64]},{"name":"DIDEVCAPS_DX3","features":[64]},{"name":"DIDEVICEIMAGEINFOA","features":[64,1]},{"name":"DIDEVICEIMAGEINFOHEADERA","features":[64,1]},{"name":"DIDEVICEIMAGEINFOHEADERW","features":[64,1]},{"name":"DIDEVICEIMAGEINFOW","features":[64,1]},{"name":"DIDEVICEINSTANCEA","features":[64]},{"name":"DIDEVICEINSTANCEW","features":[64]},{"name":"DIDEVICEINSTANCE_DX3A","features":[64]},{"name":"DIDEVICEINSTANCE_DX3W","features":[64]},{"name":"DIDEVICEOBJECTDATA","features":[64]},{"name":"DIDEVICEOBJECTDATA_DX3","features":[64]},{"name":"DIDEVICEOBJECTINSTANCEA","features":[64]},{"name":"DIDEVICEOBJECTINSTANCEW","features":[64]},{"name":"DIDEVICEOBJECTINSTANCE_DX3A","features":[64]},{"name":"DIDEVICEOBJECTINSTANCE_DX3W","features":[64]},{"name":"DIDEVICESTATE","features":[64]},{"name":"DIDEVTYPEJOYSTICK_FLIGHTSTICK","features":[64]},{"name":"DIDEVTYPEJOYSTICK_GAMEPAD","features":[64]},{"name":"DIDEVTYPEJOYSTICK_HEADTRACKER","features":[64]},{"name":"DIDEVTYPEJOYSTICK_RUDDER","features":[64]},{"name":"DIDEVTYPEJOYSTICK_TRADITIONAL","features":[64]},{"name":"DIDEVTYPEJOYSTICK_UNKNOWN","features":[64]},{"name":"DIDEVTYPEJOYSTICK_WHEEL","features":[64]},{"name":"DIDEVTYPEKEYBOARD_J3100","features":[64]},{"name":"DIDEVTYPEKEYBOARD_JAPAN106","features":[64]},{"name":"DIDEVTYPEKEYBOARD_JAPANAX","features":[64]},{"name":"DIDEVTYPEKEYBOARD_NEC98","features":[64]},{"name":"DIDEVTYPEKEYBOARD_NEC98106","features":[64]},{"name":"DIDEVTYPEKEYBOARD_NEC98LAPTOP","features":[64]},{"name":"DIDEVTYPEKEYBOARD_NOKIA1050","features":[64]},{"name":"DIDEVTYPEKEYBOARD_NOKIA9140","features":[64]},{"name":"DIDEVTYPEKEYBOARD_OLIVETTI","features":[64]},{"name":"DIDEVTYPEKEYBOARD_PCAT","features":[64]},{"name":"DIDEVTYPEKEYBOARD_PCENH","features":[64]},{"name":"DIDEVTYPEKEYBOARD_PCXT","features":[64]},{"name":"DIDEVTYPEKEYBOARD_UNKNOWN","features":[64]},{"name":"DIDEVTYPEMOUSE_FINGERSTICK","features":[64]},{"name":"DIDEVTYPEMOUSE_TOUCHPAD","features":[64]},{"name":"DIDEVTYPEMOUSE_TRACKBALL","features":[64]},{"name":"DIDEVTYPEMOUSE_TRADITIONAL","features":[64]},{"name":"DIDEVTYPEMOUSE_UNKNOWN","features":[64]},{"name":"DIDEVTYPE_DEVICE","features":[64]},{"name":"DIDEVTYPE_HID","features":[64]},{"name":"DIDEVTYPE_JOYSTICK","features":[64]},{"name":"DIDEVTYPE_KEYBOARD","features":[64]},{"name":"DIDEVTYPE_MOUSE","features":[64]},{"name":"DIDFT_ABSAXIS","features":[64]},{"name":"DIDFT_ALIAS","features":[64]},{"name":"DIDFT_ALL","features":[64]},{"name":"DIDFT_ANYINSTANCE","features":[64]},{"name":"DIDFT_AXIS","features":[64]},{"name":"DIDFT_BUTTON","features":[64]},{"name":"DIDFT_COLLECTION","features":[64]},{"name":"DIDFT_FFACTUATOR","features":[64]},{"name":"DIDFT_FFEFFECTTRIGGER","features":[64]},{"name":"DIDFT_INSTANCEMASK","features":[64]},{"name":"DIDFT_NOCOLLECTION","features":[64]},{"name":"DIDFT_NODATA","features":[64]},{"name":"DIDFT_OUTPUT","features":[64]},{"name":"DIDFT_POV","features":[64]},{"name":"DIDFT_PSHBUTTON","features":[64]},{"name":"DIDFT_RELAXIS","features":[64]},{"name":"DIDFT_TGLBUTTON","features":[64]},{"name":"DIDFT_VENDORDEFINED","features":[64]},{"name":"DIDF_ABSAXIS","features":[64]},{"name":"DIDF_RELAXIS","features":[64]},{"name":"DIDIFT_CONFIGURATION","features":[64]},{"name":"DIDIFT_DELETE","features":[64]},{"name":"DIDIFT_OVERLAY","features":[64]},{"name":"DIDOI_ASPECTACCEL","features":[64]},{"name":"DIDOI_ASPECTFORCE","features":[64]},{"name":"DIDOI_ASPECTMASK","features":[64]},{"name":"DIDOI_ASPECTPOSITION","features":[64]},{"name":"DIDOI_ASPECTVELOCITY","features":[64]},{"name":"DIDOI_FFACTUATOR","features":[64]},{"name":"DIDOI_FFEFFECTTRIGGER","features":[64]},{"name":"DIDOI_GUIDISUSAGE","features":[64]},{"name":"DIDOI_POLLED","features":[64]},{"name":"DIDRIVERVERSIONS","features":[64]},{"name":"DIDSAM_DEFAULT","features":[64]},{"name":"DIDSAM_FORCESAVE","features":[64]},{"name":"DIDSAM_NOUSER","features":[64]},{"name":"DIEB_NOTRIGGER","features":[64]},{"name":"DIEDBSFL_ATTACHEDONLY","features":[64]},{"name":"DIEDBSFL_AVAILABLEDEVICES","features":[64]},{"name":"DIEDBSFL_FORCEFEEDBACK","features":[64]},{"name":"DIEDBSFL_MULTIMICEKEYBOARDS","features":[64]},{"name":"DIEDBSFL_NONGAMINGDEVICES","features":[64]},{"name":"DIEDBSFL_THISUSER","features":[64]},{"name":"DIEDBSFL_VALID","features":[64]},{"name":"DIEDBS_MAPPEDPRI1","features":[64]},{"name":"DIEDBS_MAPPEDPRI2","features":[64]},{"name":"DIEDBS_NEWDEVICE","features":[64]},{"name":"DIEDBS_RECENTDEVICE","features":[64]},{"name":"DIEDFL_ALLDEVICES","features":[64]},{"name":"DIEDFL_ATTACHEDONLY","features":[64]},{"name":"DIEDFL_FORCEFEEDBACK","features":[64]},{"name":"DIEDFL_INCLUDEALIASES","features":[64]},{"name":"DIEDFL_INCLUDEHIDDEN","features":[64]},{"name":"DIEDFL_INCLUDEPHANTOMS","features":[64]},{"name":"DIEFFECT","features":[64]},{"name":"DIEFFECTATTRIBUTES","features":[64]},{"name":"DIEFFECTINFOA","features":[64]},{"name":"DIEFFECTINFOW","features":[64]},{"name":"DIEFFECT_DX5","features":[64]},{"name":"DIEFFESCAPE","features":[64]},{"name":"DIEFF_CARTESIAN","features":[64]},{"name":"DIEFF_OBJECTIDS","features":[64]},{"name":"DIEFF_OBJECTOFFSETS","features":[64]},{"name":"DIEFF_POLAR","features":[64]},{"name":"DIEFF_SPHERICAL","features":[64]},{"name":"DIEFT_ALL","features":[64]},{"name":"DIEFT_CONDITION","features":[64]},{"name":"DIEFT_CONSTANTFORCE","features":[64]},{"name":"DIEFT_CUSTOMFORCE","features":[64]},{"name":"DIEFT_DEADBAND","features":[64]},{"name":"DIEFT_FFATTACK","features":[64]},{"name":"DIEFT_FFFADE","features":[64]},{"name":"DIEFT_HARDWARE","features":[64]},{"name":"DIEFT_PERIODIC","features":[64]},{"name":"DIEFT_POSNEGCOEFFICIENTS","features":[64]},{"name":"DIEFT_POSNEGSATURATION","features":[64]},{"name":"DIEFT_RAMPFORCE","features":[64]},{"name":"DIEFT_SATURATION","features":[64]},{"name":"DIEFT_STARTDELAY","features":[64]},{"name":"DIEGES_EMULATED","features":[64]},{"name":"DIEGES_PLAYING","features":[64]},{"name":"DIENUM_CONTINUE","features":[64]},{"name":"DIENUM_STOP","features":[64]},{"name":"DIENVELOPE","features":[64]},{"name":"DIEP_ALLPARAMS","features":[64]},{"name":"DIEP_ALLPARAMS_DX5","features":[64]},{"name":"DIEP_AXES","features":[64]},{"name":"DIEP_DIRECTION","features":[64]},{"name":"DIEP_DURATION","features":[64]},{"name":"DIEP_ENVELOPE","features":[64]},{"name":"DIEP_GAIN","features":[64]},{"name":"DIEP_NODOWNLOAD","features":[64]},{"name":"DIEP_NORESTART","features":[64]},{"name":"DIEP_SAMPLEPERIOD","features":[64]},{"name":"DIEP_START","features":[64]},{"name":"DIEP_STARTDELAY","features":[64]},{"name":"DIEP_TRIGGERBUTTON","features":[64]},{"name":"DIEP_TRIGGERREPEATINTERVAL","features":[64]},{"name":"DIEP_TYPESPECIFICPARAMS","features":[64]},{"name":"DIERR_ACQUIRED","features":[64]},{"name":"DIERR_ALREADYINITIALIZED","features":[64]},{"name":"DIERR_BADDRIVERVER","features":[64]},{"name":"DIERR_BADINF","features":[64]},{"name":"DIERR_BETADIRECTINPUTVERSION","features":[64]},{"name":"DIERR_CANCELLED","features":[64]},{"name":"DIERR_DEVICEFULL","features":[64]},{"name":"DIERR_DEVICENOTREG","features":[64]},{"name":"DIERR_DRIVERFIRST","features":[64]},{"name":"DIERR_DRIVERLAST","features":[64]},{"name":"DIERR_EFFECTPLAYING","features":[64]},{"name":"DIERR_GENERIC","features":[64]},{"name":"DIERR_HANDLEEXISTS","features":[64]},{"name":"DIERR_HASEFFECTS","features":[64]},{"name":"DIERR_INCOMPLETEEFFECT","features":[64]},{"name":"DIERR_INPUTLOST","features":[64]},{"name":"DIERR_INSUFFICIENTPRIVS","features":[64]},{"name":"DIERR_INVALIDCLASSINSTALLER","features":[64]},{"name":"DIERR_INVALIDPARAM","features":[64]},{"name":"DIERR_MAPFILEFAIL","features":[64]},{"name":"DIERR_MOREDATA","features":[64]},{"name":"DIERR_NOAGGREGATION","features":[64]},{"name":"DIERR_NOINTERFACE","features":[64]},{"name":"DIERR_NOMOREITEMS","features":[64]},{"name":"DIERR_NOTACQUIRED","features":[64]},{"name":"DIERR_NOTBUFFERED","features":[64]},{"name":"DIERR_NOTDOWNLOADED","features":[64]},{"name":"DIERR_NOTEXCLUSIVEACQUIRED","features":[64]},{"name":"DIERR_NOTFOUND","features":[64]},{"name":"DIERR_NOTINITIALIZED","features":[64]},{"name":"DIERR_OBJECTNOTFOUND","features":[64]},{"name":"DIERR_OLDDIRECTINPUTVERSION","features":[64]},{"name":"DIERR_OTHERAPPHASPRIO","features":[64]},{"name":"DIERR_OUTOFMEMORY","features":[64]},{"name":"DIERR_READONLY","features":[64]},{"name":"DIERR_REPORTFULL","features":[64]},{"name":"DIERR_UNPLUGGED","features":[64]},{"name":"DIERR_UNSUPPORTED","features":[64]},{"name":"DIES_NODOWNLOAD","features":[64]},{"name":"DIES_SOLO","features":[64]},{"name":"DIFEF_DEFAULT","features":[64]},{"name":"DIFEF_INCLUDENONSTANDARD","features":[64]},{"name":"DIFEF_MODIFYIFNEEDED","features":[64]},{"name":"DIFFDEVICEATTRIBUTES","features":[64]},{"name":"DIFFOBJECTATTRIBUTES","features":[64]},{"name":"DIFILEEFFECT","features":[64]},{"name":"DIGDD_PEEK","features":[64]},{"name":"DIGFFS_ACTUATORSOFF","features":[64]},{"name":"DIGFFS_ACTUATORSON","features":[64]},{"name":"DIGFFS_DEVICELOST","features":[64]},{"name":"DIGFFS_EMPTY","features":[64]},{"name":"DIGFFS_PAUSED","features":[64]},{"name":"DIGFFS_POWEROFF","features":[64]},{"name":"DIGFFS_POWERON","features":[64]},{"name":"DIGFFS_SAFETYSWITCHOFF","features":[64]},{"name":"DIGFFS_SAFETYSWITCHON","features":[64]},{"name":"DIGFFS_STOPPED","features":[64]},{"name":"DIGFFS_USERFFSWITCHOFF","features":[64]},{"name":"DIGFFS_USERFFSWITCHON","features":[64]},{"name":"DIHATSWITCH_2DCONTROL_HATSWITCH","features":[64]},{"name":"DIHATSWITCH_3DCONTROL_HATSWITCH","features":[64]},{"name":"DIHATSWITCH_ARCADEP_VIEW","features":[64]},{"name":"DIHATSWITCH_ARCADES_VIEW","features":[64]},{"name":"DIHATSWITCH_BBALLD_GLANCE","features":[64]},{"name":"DIHATSWITCH_BBALLO_GLANCE","features":[64]},{"name":"DIHATSWITCH_BIKINGM_SCROLL","features":[64]},{"name":"DIHATSWITCH_CADF_HATSWITCH","features":[64]},{"name":"DIHATSWITCH_CADM_HATSWITCH","features":[64]},{"name":"DIHATSWITCH_DRIVINGC_GLANCE","features":[64]},{"name":"DIHATSWITCH_DRIVINGR_GLANCE","features":[64]},{"name":"DIHATSWITCH_DRIVINGT_GLANCE","features":[64]},{"name":"DIHATSWITCH_FIGHTINGH_SLIDE","features":[64]},{"name":"DIHATSWITCH_FISHING_GLANCE","features":[64]},{"name":"DIHATSWITCH_FLYINGC_GLANCE","features":[64]},{"name":"DIHATSWITCH_FLYINGH_GLANCE","features":[64]},{"name":"DIHATSWITCH_FLYINGM_GLANCE","features":[64]},{"name":"DIHATSWITCH_FPS_GLANCE","features":[64]},{"name":"DIHATSWITCH_GOLF_SCROLL","features":[64]},{"name":"DIHATSWITCH_HOCKEYD_SCROLL","features":[64]},{"name":"DIHATSWITCH_HOCKEYG_SCROLL","features":[64]},{"name":"DIHATSWITCH_HOCKEYO_SCROLL","features":[64]},{"name":"DIHATSWITCH_HUNTING_GLANCE","features":[64]},{"name":"DIHATSWITCH_MECHA_GLANCE","features":[64]},{"name":"DIHATSWITCH_RACQUET_GLANCE","features":[64]},{"name":"DIHATSWITCH_SKIING_GLANCE","features":[64]},{"name":"DIHATSWITCH_SOCCERD_GLANCE","features":[64]},{"name":"DIHATSWITCH_SOCCERO_GLANCE","features":[64]},{"name":"DIHATSWITCH_SPACESIM_GLANCE","features":[64]},{"name":"DIHATSWITCH_STRATEGYR_GLANCE","features":[64]},{"name":"DIHATSWITCH_TPS_GLANCE","features":[64]},{"name":"DIHIDFFINITINFO","features":[64]},{"name":"DIJC_CALLOUT","features":[64]},{"name":"DIJC_GAIN","features":[64]},{"name":"DIJC_GUIDINSTANCE","features":[64]},{"name":"DIJC_REGHWCONFIGTYPE","features":[64]},{"name":"DIJC_WDMGAMEPORT","features":[64]},{"name":"DIJOYCONFIG","features":[64]},{"name":"DIJOYCONFIG_DX5","features":[64]},{"name":"DIJOYSTATE","features":[64]},{"name":"DIJOYSTATE2","features":[64]},{"name":"DIJOYTYPEINFO","features":[64]},{"name":"DIJOYTYPEINFO_DX5","features":[64]},{"name":"DIJOYTYPEINFO_DX6","features":[64]},{"name":"DIJOYUSERVALUES","features":[64]},{"name":"DIJU_GAMEPORTEMULATOR","features":[64]},{"name":"DIJU_GLOBALDRIVER","features":[64]},{"name":"DIJU_USERVALUES","features":[64]},{"name":"DIKEYBOARD_0","features":[64]},{"name":"DIKEYBOARD_1","features":[64]},{"name":"DIKEYBOARD_2","features":[64]},{"name":"DIKEYBOARD_3","features":[64]},{"name":"DIKEYBOARD_4","features":[64]},{"name":"DIKEYBOARD_5","features":[64]},{"name":"DIKEYBOARD_6","features":[64]},{"name":"DIKEYBOARD_7","features":[64]},{"name":"DIKEYBOARD_8","features":[64]},{"name":"DIKEYBOARD_9","features":[64]},{"name":"DIKEYBOARD_A","features":[64]},{"name":"DIKEYBOARD_ABNT_C1","features":[64]},{"name":"DIKEYBOARD_ABNT_C2","features":[64]},{"name":"DIKEYBOARD_ADD","features":[64]},{"name":"DIKEYBOARD_APOSTROPHE","features":[64]},{"name":"DIKEYBOARD_APPS","features":[64]},{"name":"DIKEYBOARD_AT","features":[64]},{"name":"DIKEYBOARD_AX","features":[64]},{"name":"DIKEYBOARD_B","features":[64]},{"name":"DIKEYBOARD_BACK","features":[64]},{"name":"DIKEYBOARD_BACKSLASH","features":[64]},{"name":"DIKEYBOARD_C","features":[64]},{"name":"DIKEYBOARD_CALCULATOR","features":[64]},{"name":"DIKEYBOARD_CAPITAL","features":[64]},{"name":"DIKEYBOARD_COLON","features":[64]},{"name":"DIKEYBOARD_COMMA","features":[64]},{"name":"DIKEYBOARD_CONVERT","features":[64]},{"name":"DIKEYBOARD_D","features":[64]},{"name":"DIKEYBOARD_DECIMAL","features":[64]},{"name":"DIKEYBOARD_DELETE","features":[64]},{"name":"DIKEYBOARD_DIVIDE","features":[64]},{"name":"DIKEYBOARD_DOWN","features":[64]},{"name":"DIKEYBOARD_E","features":[64]},{"name":"DIKEYBOARD_END","features":[64]},{"name":"DIKEYBOARD_EQUALS","features":[64]},{"name":"DIKEYBOARD_ESCAPE","features":[64]},{"name":"DIKEYBOARD_F","features":[64]},{"name":"DIKEYBOARD_F1","features":[64]},{"name":"DIKEYBOARD_F10","features":[64]},{"name":"DIKEYBOARD_F11","features":[64]},{"name":"DIKEYBOARD_F12","features":[64]},{"name":"DIKEYBOARD_F13","features":[64]},{"name":"DIKEYBOARD_F14","features":[64]},{"name":"DIKEYBOARD_F15","features":[64]},{"name":"DIKEYBOARD_F2","features":[64]},{"name":"DIKEYBOARD_F3","features":[64]},{"name":"DIKEYBOARD_F4","features":[64]},{"name":"DIKEYBOARD_F5","features":[64]},{"name":"DIKEYBOARD_F6","features":[64]},{"name":"DIKEYBOARD_F7","features":[64]},{"name":"DIKEYBOARD_F8","features":[64]},{"name":"DIKEYBOARD_F9","features":[64]},{"name":"DIKEYBOARD_G","features":[64]},{"name":"DIKEYBOARD_GRAVE","features":[64]},{"name":"DIKEYBOARD_H","features":[64]},{"name":"DIKEYBOARD_HOME","features":[64]},{"name":"DIKEYBOARD_I","features":[64]},{"name":"DIKEYBOARD_INSERT","features":[64]},{"name":"DIKEYBOARD_J","features":[64]},{"name":"DIKEYBOARD_K","features":[64]},{"name":"DIKEYBOARD_KANA","features":[64]},{"name":"DIKEYBOARD_KANJI","features":[64]},{"name":"DIKEYBOARD_L","features":[64]},{"name":"DIKEYBOARD_LBRACKET","features":[64]},{"name":"DIKEYBOARD_LCONTROL","features":[64]},{"name":"DIKEYBOARD_LEFT","features":[64]},{"name":"DIKEYBOARD_LMENU","features":[64]},{"name":"DIKEYBOARD_LSHIFT","features":[64]},{"name":"DIKEYBOARD_LWIN","features":[64]},{"name":"DIKEYBOARD_M","features":[64]},{"name":"DIKEYBOARD_MAIL","features":[64]},{"name":"DIKEYBOARD_MEDIASELECT","features":[64]},{"name":"DIKEYBOARD_MEDIASTOP","features":[64]},{"name":"DIKEYBOARD_MINUS","features":[64]},{"name":"DIKEYBOARD_MULTIPLY","features":[64]},{"name":"DIKEYBOARD_MUTE","features":[64]},{"name":"DIKEYBOARD_MYCOMPUTER","features":[64]},{"name":"DIKEYBOARD_N","features":[64]},{"name":"DIKEYBOARD_NEXT","features":[64]},{"name":"DIKEYBOARD_NEXTTRACK","features":[64]},{"name":"DIKEYBOARD_NOCONVERT","features":[64]},{"name":"DIKEYBOARD_NUMLOCK","features":[64]},{"name":"DIKEYBOARD_NUMPAD0","features":[64]},{"name":"DIKEYBOARD_NUMPAD1","features":[64]},{"name":"DIKEYBOARD_NUMPAD2","features":[64]},{"name":"DIKEYBOARD_NUMPAD3","features":[64]},{"name":"DIKEYBOARD_NUMPAD4","features":[64]},{"name":"DIKEYBOARD_NUMPAD5","features":[64]},{"name":"DIKEYBOARD_NUMPAD6","features":[64]},{"name":"DIKEYBOARD_NUMPAD7","features":[64]},{"name":"DIKEYBOARD_NUMPAD8","features":[64]},{"name":"DIKEYBOARD_NUMPAD9","features":[64]},{"name":"DIKEYBOARD_NUMPADCOMMA","features":[64]},{"name":"DIKEYBOARD_NUMPADENTER","features":[64]},{"name":"DIKEYBOARD_NUMPADEQUALS","features":[64]},{"name":"DIKEYBOARD_O","features":[64]},{"name":"DIKEYBOARD_OEM_102","features":[64]},{"name":"DIKEYBOARD_P","features":[64]},{"name":"DIKEYBOARD_PAUSE","features":[64]},{"name":"DIKEYBOARD_PERIOD","features":[64]},{"name":"DIKEYBOARD_PLAYPAUSE","features":[64]},{"name":"DIKEYBOARD_POWER","features":[64]},{"name":"DIKEYBOARD_PREVTRACK","features":[64]},{"name":"DIKEYBOARD_PRIOR","features":[64]},{"name":"DIKEYBOARD_Q","features":[64]},{"name":"DIKEYBOARD_R","features":[64]},{"name":"DIKEYBOARD_RBRACKET","features":[64]},{"name":"DIKEYBOARD_RCONTROL","features":[64]},{"name":"DIKEYBOARD_RETURN","features":[64]},{"name":"DIKEYBOARD_RIGHT","features":[64]},{"name":"DIKEYBOARD_RMENU","features":[64]},{"name":"DIKEYBOARD_RSHIFT","features":[64]},{"name":"DIKEYBOARD_RWIN","features":[64]},{"name":"DIKEYBOARD_S","features":[64]},{"name":"DIKEYBOARD_SCROLL","features":[64]},{"name":"DIKEYBOARD_SEMICOLON","features":[64]},{"name":"DIKEYBOARD_SLASH","features":[64]},{"name":"DIKEYBOARD_SLEEP","features":[64]},{"name":"DIKEYBOARD_SPACE","features":[64]},{"name":"DIKEYBOARD_STOP","features":[64]},{"name":"DIKEYBOARD_SUBTRACT","features":[64]},{"name":"DIKEYBOARD_SYSRQ","features":[64]},{"name":"DIKEYBOARD_T","features":[64]},{"name":"DIKEYBOARD_TAB","features":[64]},{"name":"DIKEYBOARD_U","features":[64]},{"name":"DIKEYBOARD_UNDERLINE","features":[64]},{"name":"DIKEYBOARD_UNLABELED","features":[64]},{"name":"DIKEYBOARD_UP","features":[64]},{"name":"DIKEYBOARD_V","features":[64]},{"name":"DIKEYBOARD_VOLUMEDOWN","features":[64]},{"name":"DIKEYBOARD_VOLUMEUP","features":[64]},{"name":"DIKEYBOARD_W","features":[64]},{"name":"DIKEYBOARD_WAKE","features":[64]},{"name":"DIKEYBOARD_WEBBACK","features":[64]},{"name":"DIKEYBOARD_WEBFAVORITES","features":[64]},{"name":"DIKEYBOARD_WEBFORWARD","features":[64]},{"name":"DIKEYBOARD_WEBHOME","features":[64]},{"name":"DIKEYBOARD_WEBREFRESH","features":[64]},{"name":"DIKEYBOARD_WEBSEARCH","features":[64]},{"name":"DIKEYBOARD_WEBSTOP","features":[64]},{"name":"DIKEYBOARD_X","features":[64]},{"name":"DIKEYBOARD_Y","features":[64]},{"name":"DIKEYBOARD_YEN","features":[64]},{"name":"DIKEYBOARD_Z","features":[64]},{"name":"DIK_0","features":[64]},{"name":"DIK_1","features":[64]},{"name":"DIK_2","features":[64]},{"name":"DIK_3","features":[64]},{"name":"DIK_4","features":[64]},{"name":"DIK_5","features":[64]},{"name":"DIK_6","features":[64]},{"name":"DIK_7","features":[64]},{"name":"DIK_8","features":[64]},{"name":"DIK_9","features":[64]},{"name":"DIK_A","features":[64]},{"name":"DIK_ABNT_C1","features":[64]},{"name":"DIK_ABNT_C2","features":[64]},{"name":"DIK_ADD","features":[64]},{"name":"DIK_APOSTROPHE","features":[64]},{"name":"DIK_APPS","features":[64]},{"name":"DIK_AT","features":[64]},{"name":"DIK_AX","features":[64]},{"name":"DIK_B","features":[64]},{"name":"DIK_BACK","features":[64]},{"name":"DIK_BACKSLASH","features":[64]},{"name":"DIK_BACKSPACE","features":[64]},{"name":"DIK_C","features":[64]},{"name":"DIK_CALCULATOR","features":[64]},{"name":"DIK_CAPITAL","features":[64]},{"name":"DIK_CAPSLOCK","features":[64]},{"name":"DIK_CIRCUMFLEX","features":[64]},{"name":"DIK_COLON","features":[64]},{"name":"DIK_COMMA","features":[64]},{"name":"DIK_CONVERT","features":[64]},{"name":"DIK_D","features":[64]},{"name":"DIK_DECIMAL","features":[64]},{"name":"DIK_DELETE","features":[64]},{"name":"DIK_DIVIDE","features":[64]},{"name":"DIK_DOWN","features":[64]},{"name":"DIK_DOWNARROW","features":[64]},{"name":"DIK_E","features":[64]},{"name":"DIK_END","features":[64]},{"name":"DIK_EQUALS","features":[64]},{"name":"DIK_ESCAPE","features":[64]},{"name":"DIK_F","features":[64]},{"name":"DIK_F1","features":[64]},{"name":"DIK_F10","features":[64]},{"name":"DIK_F11","features":[64]},{"name":"DIK_F12","features":[64]},{"name":"DIK_F13","features":[64]},{"name":"DIK_F14","features":[64]},{"name":"DIK_F15","features":[64]},{"name":"DIK_F2","features":[64]},{"name":"DIK_F3","features":[64]},{"name":"DIK_F4","features":[64]},{"name":"DIK_F5","features":[64]},{"name":"DIK_F6","features":[64]},{"name":"DIK_F7","features":[64]},{"name":"DIK_F8","features":[64]},{"name":"DIK_F9","features":[64]},{"name":"DIK_G","features":[64]},{"name":"DIK_GRAVE","features":[64]},{"name":"DIK_H","features":[64]},{"name":"DIK_HOME","features":[64]},{"name":"DIK_I","features":[64]},{"name":"DIK_INSERT","features":[64]},{"name":"DIK_J","features":[64]},{"name":"DIK_K","features":[64]},{"name":"DIK_KANA","features":[64]},{"name":"DIK_KANJI","features":[64]},{"name":"DIK_L","features":[64]},{"name":"DIK_LALT","features":[64]},{"name":"DIK_LBRACKET","features":[64]},{"name":"DIK_LCONTROL","features":[64]},{"name":"DIK_LEFT","features":[64]},{"name":"DIK_LEFTARROW","features":[64]},{"name":"DIK_LMENU","features":[64]},{"name":"DIK_LSHIFT","features":[64]},{"name":"DIK_LWIN","features":[64]},{"name":"DIK_M","features":[64]},{"name":"DIK_MAIL","features":[64]},{"name":"DIK_MEDIASELECT","features":[64]},{"name":"DIK_MEDIASTOP","features":[64]},{"name":"DIK_MINUS","features":[64]},{"name":"DIK_MULTIPLY","features":[64]},{"name":"DIK_MUTE","features":[64]},{"name":"DIK_MYCOMPUTER","features":[64]},{"name":"DIK_N","features":[64]},{"name":"DIK_NEXT","features":[64]},{"name":"DIK_NEXTTRACK","features":[64]},{"name":"DIK_NOCONVERT","features":[64]},{"name":"DIK_NUMLOCK","features":[64]},{"name":"DIK_NUMPAD0","features":[64]},{"name":"DIK_NUMPAD1","features":[64]},{"name":"DIK_NUMPAD2","features":[64]},{"name":"DIK_NUMPAD3","features":[64]},{"name":"DIK_NUMPAD4","features":[64]},{"name":"DIK_NUMPAD5","features":[64]},{"name":"DIK_NUMPAD6","features":[64]},{"name":"DIK_NUMPAD7","features":[64]},{"name":"DIK_NUMPAD8","features":[64]},{"name":"DIK_NUMPAD9","features":[64]},{"name":"DIK_NUMPADCOMMA","features":[64]},{"name":"DIK_NUMPADENTER","features":[64]},{"name":"DIK_NUMPADEQUALS","features":[64]},{"name":"DIK_NUMPADMINUS","features":[64]},{"name":"DIK_NUMPADPERIOD","features":[64]},{"name":"DIK_NUMPADPLUS","features":[64]},{"name":"DIK_NUMPADSLASH","features":[64]},{"name":"DIK_NUMPADSTAR","features":[64]},{"name":"DIK_O","features":[64]},{"name":"DIK_OEM_102","features":[64]},{"name":"DIK_P","features":[64]},{"name":"DIK_PAUSE","features":[64]},{"name":"DIK_PERIOD","features":[64]},{"name":"DIK_PGDN","features":[64]},{"name":"DIK_PGUP","features":[64]},{"name":"DIK_PLAYPAUSE","features":[64]},{"name":"DIK_POWER","features":[64]},{"name":"DIK_PREVTRACK","features":[64]},{"name":"DIK_PRIOR","features":[64]},{"name":"DIK_Q","features":[64]},{"name":"DIK_R","features":[64]},{"name":"DIK_RALT","features":[64]},{"name":"DIK_RBRACKET","features":[64]},{"name":"DIK_RCONTROL","features":[64]},{"name":"DIK_RETURN","features":[64]},{"name":"DIK_RIGHT","features":[64]},{"name":"DIK_RIGHTARROW","features":[64]},{"name":"DIK_RMENU","features":[64]},{"name":"DIK_RSHIFT","features":[64]},{"name":"DIK_RWIN","features":[64]},{"name":"DIK_S","features":[64]},{"name":"DIK_SCROLL","features":[64]},{"name":"DIK_SEMICOLON","features":[64]},{"name":"DIK_SLASH","features":[64]},{"name":"DIK_SLEEP","features":[64]},{"name":"DIK_SPACE","features":[64]},{"name":"DIK_STOP","features":[64]},{"name":"DIK_SUBTRACT","features":[64]},{"name":"DIK_SYSRQ","features":[64]},{"name":"DIK_T","features":[64]},{"name":"DIK_TAB","features":[64]},{"name":"DIK_U","features":[64]},{"name":"DIK_UNDERLINE","features":[64]},{"name":"DIK_UNLABELED","features":[64]},{"name":"DIK_UP","features":[64]},{"name":"DIK_UPARROW","features":[64]},{"name":"DIK_V","features":[64]},{"name":"DIK_VOLUMEDOWN","features":[64]},{"name":"DIK_VOLUMEUP","features":[64]},{"name":"DIK_W","features":[64]},{"name":"DIK_WAKE","features":[64]},{"name":"DIK_WEBBACK","features":[64]},{"name":"DIK_WEBFAVORITES","features":[64]},{"name":"DIK_WEBFORWARD","features":[64]},{"name":"DIK_WEBHOME","features":[64]},{"name":"DIK_WEBREFRESH","features":[64]},{"name":"DIK_WEBSEARCH","features":[64]},{"name":"DIK_WEBSTOP","features":[64]},{"name":"DIK_X","features":[64]},{"name":"DIK_Y","features":[64]},{"name":"DIK_YEN","features":[64]},{"name":"DIK_Z","features":[64]},{"name":"DIMOUSESTATE","features":[64]},{"name":"DIMOUSESTATE2","features":[64]},{"name":"DIMSGWP_DX8APPSTART","features":[64]},{"name":"DIMSGWP_DX8MAPPERAPPSTART","features":[64]},{"name":"DIMSGWP_NEWAPPSTART","features":[64]},{"name":"DIOBJECTATTRIBUTES","features":[64]},{"name":"DIOBJECTCALIBRATION","features":[64]},{"name":"DIOBJECTDATAFORMAT","features":[64]},{"name":"DIPERIODIC","features":[64]},{"name":"DIPH_BYID","features":[64]},{"name":"DIPH_BYOFFSET","features":[64]},{"name":"DIPH_BYUSAGE","features":[64]},{"name":"DIPH_DEVICE","features":[64]},{"name":"DIPOVCALIBRATION","features":[64]},{"name":"DIPOV_ANY_1","features":[64]},{"name":"DIPOV_ANY_2","features":[64]},{"name":"DIPOV_ANY_3","features":[64]},{"name":"DIPOV_ANY_4","features":[64]},{"name":"DIPROPAUTOCENTER_OFF","features":[64]},{"name":"DIPROPAUTOCENTER_ON","features":[64]},{"name":"DIPROPAXISMODE_ABS","features":[64]},{"name":"DIPROPAXISMODE_REL","features":[64]},{"name":"DIPROPCAL","features":[64]},{"name":"DIPROPCALIBRATIONMODE_COOKED","features":[64]},{"name":"DIPROPCALIBRATIONMODE_RAW","features":[64]},{"name":"DIPROPCALPOV","features":[64]},{"name":"DIPROPCPOINTS","features":[64]},{"name":"DIPROPDWORD","features":[64]},{"name":"DIPROPGUIDANDPATH","features":[64]},{"name":"DIPROPHEADER","features":[64]},{"name":"DIPROPPOINTER","features":[64]},{"name":"DIPROPRANGE","features":[64]},{"name":"DIPROPSTRING","features":[64]},{"name":"DIPROP_APPDATA","features":[64]},{"name":"DIPROP_AUTOCENTER","features":[64]},{"name":"DIPROP_AXISMODE","features":[64]},{"name":"DIPROP_BUFFERSIZE","features":[64]},{"name":"DIPROP_CALIBRATION","features":[64]},{"name":"DIPROP_CALIBRATIONMODE","features":[64]},{"name":"DIPROP_CPOINTS","features":[64]},{"name":"DIPROP_DEADZONE","features":[64]},{"name":"DIPROP_FFGAIN","features":[64]},{"name":"DIPROP_FFLOAD","features":[64]},{"name":"DIPROP_GETPORTDISPLAYNAME","features":[64]},{"name":"DIPROP_GRANULARITY","features":[64]},{"name":"DIPROP_GUIDANDPATH","features":[64]},{"name":"DIPROP_INSTANCENAME","features":[64]},{"name":"DIPROP_JOYSTICKID","features":[64]},{"name":"DIPROP_KEYNAME","features":[64]},{"name":"DIPROP_LOGICALRANGE","features":[64]},{"name":"DIPROP_PHYSICALRANGE","features":[64]},{"name":"DIPROP_PRODUCTNAME","features":[64]},{"name":"DIPROP_RANGE","features":[64]},{"name":"DIPROP_SATURATION","features":[64]},{"name":"DIPROP_SCANCODE","features":[64]},{"name":"DIPROP_TYPENAME","features":[64]},{"name":"DIPROP_USERNAME","features":[64]},{"name":"DIPROP_VIDPID","features":[64]},{"name":"DIRAMPFORCE","features":[64]},{"name":"DIRECTINPUT_HEADER_VERSION","features":[64]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRING","features":[64]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRINGA","features":[64]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRINGW","features":[64]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPP","features":[64]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPPA","features":[64]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPPW","features":[64]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPP","features":[64]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPPA","features":[64]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPPW","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAG","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAGA","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAGW","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_ID","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_IDA","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_IDW","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTART","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTARTA","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTARTW","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPER","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPERA","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPERW","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_NAME","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_NAMEA","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_NAMEW","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSION","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSIONA","features":[64]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSIONW","features":[64]},{"name":"DIRECTINPUT_VERSION","features":[64]},{"name":"DISCL_BACKGROUND","features":[64]},{"name":"DISCL_EXCLUSIVE","features":[64]},{"name":"DISCL_FOREGROUND","features":[64]},{"name":"DISCL_NONEXCLUSIVE","features":[64]},{"name":"DISCL_NOWINKEY","features":[64]},{"name":"DISDD_CONTINUE","features":[64]},{"name":"DISFFC_CONTINUE","features":[64]},{"name":"DISFFC_PAUSE","features":[64]},{"name":"DISFFC_RESET","features":[64]},{"name":"DISFFC_SETACTUATORSOFF","features":[64]},{"name":"DISFFC_SETACTUATORSON","features":[64]},{"name":"DISFFC_STOPALL","features":[64]},{"name":"DITC_CALLOUT","features":[64]},{"name":"DITC_CLSIDCONFIG","features":[64]},{"name":"DITC_DISPLAYNAME","features":[64]},{"name":"DITC_FLAGS1","features":[64]},{"name":"DITC_FLAGS2","features":[64]},{"name":"DITC_HARDWAREID","features":[64]},{"name":"DITC_MAPFILE","features":[64]},{"name":"DITC_REGHWSETTINGS","features":[64]},{"name":"DIVIRTUAL_ARCADE_PLATFORM","features":[64]},{"name":"DIVIRTUAL_ARCADE_SIDE2SIDE","features":[64]},{"name":"DIVIRTUAL_BROWSER_CONTROL","features":[64]},{"name":"DIVIRTUAL_CAD_2DCONTROL","features":[64]},{"name":"DIVIRTUAL_CAD_3DCONTROL","features":[64]},{"name":"DIVIRTUAL_CAD_FLYBY","features":[64]},{"name":"DIVIRTUAL_CAD_MODEL","features":[64]},{"name":"DIVIRTUAL_DRIVING_COMBAT","features":[64]},{"name":"DIVIRTUAL_DRIVING_MECHA","features":[64]},{"name":"DIVIRTUAL_DRIVING_RACE","features":[64]},{"name":"DIVIRTUAL_DRIVING_TANK","features":[64]},{"name":"DIVIRTUAL_FIGHTING_FPS","features":[64]},{"name":"DIVIRTUAL_FIGHTING_HAND2HAND","features":[64]},{"name":"DIVIRTUAL_FIGHTING_THIRDPERSON","features":[64]},{"name":"DIVIRTUAL_FLYING_CIVILIAN","features":[64]},{"name":"DIVIRTUAL_FLYING_HELICOPTER","features":[64]},{"name":"DIVIRTUAL_FLYING_MILITARY","features":[64]},{"name":"DIVIRTUAL_REMOTE_CONTROL","features":[64]},{"name":"DIVIRTUAL_SPACESIM","features":[64]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_BAT","features":[64]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_FIELD","features":[64]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_PITCH","features":[64]},{"name":"DIVIRTUAL_SPORTS_BASKETBALL_DEFENSE","features":[64]},{"name":"DIVIRTUAL_SPORTS_BASKETBALL_OFFENSE","features":[64]},{"name":"DIVIRTUAL_SPORTS_BIKING_MOUNTAIN","features":[64]},{"name":"DIVIRTUAL_SPORTS_FISHING","features":[64]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_DEFENSE","features":[64]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_FIELD","features":[64]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_OFFENSE","features":[64]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_QBCK","features":[64]},{"name":"DIVIRTUAL_SPORTS_GOLF","features":[64]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_DEFENSE","features":[64]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_GOALIE","features":[64]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_OFFENSE","features":[64]},{"name":"DIVIRTUAL_SPORTS_HUNTING","features":[64]},{"name":"DIVIRTUAL_SPORTS_RACQUET","features":[64]},{"name":"DIVIRTUAL_SPORTS_SKIING","features":[64]},{"name":"DIVIRTUAL_SPORTS_SOCCER_DEFENSE","features":[64]},{"name":"DIVIRTUAL_SPORTS_SOCCER_OFFENSE","features":[64]},{"name":"DIVIRTUAL_STRATEGY_ROLEPLAYING","features":[64]},{"name":"DIVIRTUAL_STRATEGY_TURN","features":[64]},{"name":"DIVOICE_ALL","features":[64]},{"name":"DIVOICE_CHANNEL1","features":[64]},{"name":"DIVOICE_CHANNEL2","features":[64]},{"name":"DIVOICE_CHANNEL3","features":[64]},{"name":"DIVOICE_CHANNEL4","features":[64]},{"name":"DIVOICE_CHANNEL5","features":[64]},{"name":"DIVOICE_CHANNEL6","features":[64]},{"name":"DIVOICE_CHANNEL7","features":[64]},{"name":"DIVOICE_CHANNEL8","features":[64]},{"name":"DIVOICE_PLAYBACKMUTE","features":[64]},{"name":"DIVOICE_RECORDMUTE","features":[64]},{"name":"DIVOICE_TEAM","features":[64]},{"name":"DIVOICE_TRANSMIT","features":[64]},{"name":"DIVOICE_VOICECOMMAND","features":[64]},{"name":"DI_BUFFEROVERFLOW","features":[64]},{"name":"DI_DEGREES","features":[64]},{"name":"DI_DOWNLOADSKIPPED","features":[64]},{"name":"DI_EFFECTRESTARTED","features":[64]},{"name":"DI_FFNOMINALMAX","features":[64]},{"name":"DI_NOEFFECT","features":[64]},{"name":"DI_NOTATTACHED","features":[64]},{"name":"DI_OK","features":[64]},{"name":"DI_POLLEDDEVICE","features":[64]},{"name":"DI_PROPNOEFFECT","features":[64]},{"name":"DI_SECONDS","features":[64]},{"name":"DI_SETTINGSNOTSAVED","features":[64]},{"name":"DI_TRUNCATED","features":[64]},{"name":"DI_TRUNCATEDANDRESTARTED","features":[64]},{"name":"DI_WRITEPROTECT","features":[64]},{"name":"DirectInput8Create","features":[64,1]},{"name":"GPIOBUTTONS_BUTTON_TYPE","features":[64]},{"name":"GPIO_BUTTON_BACK","features":[64]},{"name":"GPIO_BUTTON_CAMERA_FOCUS","features":[64]},{"name":"GPIO_BUTTON_CAMERA_LENS","features":[64]},{"name":"GPIO_BUTTON_CAMERA_SHUTTER","features":[64]},{"name":"GPIO_BUTTON_COUNT","features":[64]},{"name":"GPIO_BUTTON_COUNT_MIN","features":[64]},{"name":"GPIO_BUTTON_HEADSET","features":[64]},{"name":"GPIO_BUTTON_HWKB_DEPLOY","features":[64]},{"name":"GPIO_BUTTON_OEM_CUSTOM","features":[64]},{"name":"GPIO_BUTTON_OEM_CUSTOM2","features":[64]},{"name":"GPIO_BUTTON_OEM_CUSTOM3","features":[64]},{"name":"GPIO_BUTTON_POWER","features":[64]},{"name":"GPIO_BUTTON_RINGER_TOGGLE","features":[64]},{"name":"GPIO_BUTTON_ROTATION_LOCK","features":[64]},{"name":"GPIO_BUTTON_SEARCH","features":[64]},{"name":"GPIO_BUTTON_VOLUME_DOWN","features":[64]},{"name":"GPIO_BUTTON_VOLUME_UP","features":[64]},{"name":"GPIO_BUTTON_WINDOWS","features":[64]},{"name":"GUID_Button","features":[64]},{"name":"GUID_ConstantForce","features":[64]},{"name":"GUID_CustomForce","features":[64]},{"name":"GUID_DEVINTERFACE_HID","features":[64]},{"name":"GUID_DEVINTERFACE_KEYBOARD","features":[64]},{"name":"GUID_DEVINTERFACE_MOUSE","features":[64]},{"name":"GUID_Damper","features":[64]},{"name":"GUID_Friction","features":[64]},{"name":"GUID_HIDClass","features":[64]},{"name":"GUID_HID_INTERFACE_HIDPARSE","features":[64]},{"name":"GUID_HID_INTERFACE_NOTIFY","features":[64]},{"name":"GUID_Inertia","features":[64]},{"name":"GUID_Joystick","features":[64]},{"name":"GUID_Key","features":[64]},{"name":"GUID_KeyboardClass","features":[64]},{"name":"GUID_MediaClass","features":[64]},{"name":"GUID_MouseClass","features":[64]},{"name":"GUID_POV","features":[64]},{"name":"GUID_RampForce","features":[64]},{"name":"GUID_RxAxis","features":[64]},{"name":"GUID_RyAxis","features":[64]},{"name":"GUID_RzAxis","features":[64]},{"name":"GUID_SawtoothDown","features":[64]},{"name":"GUID_SawtoothUp","features":[64]},{"name":"GUID_Sine","features":[64]},{"name":"GUID_Slider","features":[64]},{"name":"GUID_Spring","features":[64]},{"name":"GUID_Square","features":[64]},{"name":"GUID_SysKeyboard","features":[64]},{"name":"GUID_SysKeyboardEm","features":[64]},{"name":"GUID_SysKeyboardEm2","features":[64]},{"name":"GUID_SysMouse","features":[64]},{"name":"GUID_SysMouseEm","features":[64]},{"name":"GUID_SysMouseEm2","features":[64]},{"name":"GUID_Triangle","features":[64]},{"name":"GUID_Unknown","features":[64]},{"name":"GUID_XAxis","features":[64]},{"name":"GUID_YAxis","features":[64]},{"name":"GUID_ZAxis","features":[64]},{"name":"HIDD_ATTRIBUTES","features":[64]},{"name":"HIDD_CONFIGURATION","features":[64]},{"name":"HIDP_BUTTON_ARRAY_DATA","features":[64,1]},{"name":"HIDP_BUTTON_CAPS","features":[64,1]},{"name":"HIDP_CAPS","features":[64]},{"name":"HIDP_DATA","features":[64,1]},{"name":"HIDP_EXTENDED_ATTRIBUTES","features":[64]},{"name":"HIDP_KEYBOARD_DIRECTION","features":[64]},{"name":"HIDP_KEYBOARD_MODIFIER_STATE","features":[64]},{"name":"HIDP_LINK_COLLECTION_NODE","features":[64]},{"name":"HIDP_REPORT_TYPE","features":[64]},{"name":"HIDP_STATUS_BAD_LOG_PHY_VALUES","features":[64,1]},{"name":"HIDP_STATUS_BUFFER_TOO_SMALL","features":[64,1]},{"name":"HIDP_STATUS_BUTTON_NOT_PRESSED","features":[64,1]},{"name":"HIDP_STATUS_DATA_INDEX_NOT_FOUND","features":[64,1]},{"name":"HIDP_STATUS_DATA_INDEX_OUT_OF_RANGE","features":[64,1]},{"name":"HIDP_STATUS_I8042_TRANS_UNKNOWN","features":[64,1]},{"name":"HIDP_STATUS_I8242_TRANS_UNKNOWN","features":[64,1]},{"name":"HIDP_STATUS_INCOMPATIBLE_REPORT_ID","features":[64,1]},{"name":"HIDP_STATUS_INTERNAL_ERROR","features":[64,1]},{"name":"HIDP_STATUS_INVALID_PREPARSED_DATA","features":[64,1]},{"name":"HIDP_STATUS_INVALID_REPORT_LENGTH","features":[64,1]},{"name":"HIDP_STATUS_INVALID_REPORT_TYPE","features":[64,1]},{"name":"HIDP_STATUS_IS_VALUE_ARRAY","features":[64,1]},{"name":"HIDP_STATUS_NOT_BUTTON_ARRAY","features":[64,1]},{"name":"HIDP_STATUS_NOT_IMPLEMENTED","features":[64,1]},{"name":"HIDP_STATUS_NOT_VALUE_ARRAY","features":[64,1]},{"name":"HIDP_STATUS_NULL","features":[64,1]},{"name":"HIDP_STATUS_REPORT_DOES_NOT_EXIST","features":[64,1]},{"name":"HIDP_STATUS_SUCCESS","features":[64,1]},{"name":"HIDP_STATUS_USAGE_NOT_FOUND","features":[64,1]},{"name":"HIDP_STATUS_VALUE_OUT_OF_RANGE","features":[64,1]},{"name":"HIDP_UNKNOWN_TOKEN","features":[64]},{"name":"HIDP_VALUE_CAPS","features":[64,1]},{"name":"HID_COLLECTION_INFORMATION","features":[64,1]},{"name":"HID_DRIVER_CONFIG","features":[64]},{"name":"HID_REVISION","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_14_SEGMENT_DIRECT_MAP","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_7_SEGMENT_DIRECT_MAP","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_ALPHANUMERIC_DISPLAY","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_ASCII_CHARACTER_SET","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_ATTRIBUTE_DATA","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_ATTRIBUTE_READBACK","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAPPED_DISPLAY","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAP_SIZE_X","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAP_SIZE_Y","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_BIT_DEPTH_FORMAT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_DATA","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_X1","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_X2","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_Y1","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_Y2","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_REPORT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CHARACTER_ATTRIBUTE","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CHARACTER_REPORT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_BLINK","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_ENHANCE","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_UNDERLINE","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_HEIGHT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_SPACING_HORIZONTAL","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_SPACING_VERTICAL","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_WIDTH","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CLEAR_DISPLAY","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_COLUMN","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_COLUMNS","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_BLINK","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_ENABLE","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_MODE","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_PIXEL_POSITIONING","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_POSITION_REPORT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_DATA_READ_BACK","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ATTRIBUTES_REPORT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_BRIGHTNESS","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_CONTRAST","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_CONTROL_REPORT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_DATA","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ENABLE","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ORIENTATION","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_STATUS","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_ERR_FONT_DATA_CANNOT_BE_READ","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_ERR_NOT_A_LOADABLE_CHARACTER","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_14_SEGMENT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_7_SEGMENT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_DATA","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_READ_BACK","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_REPORT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_HORIZONTAL_SCROLL","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA_OFFSET","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA_SIZE","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_REPORT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_ROW","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_ROWS","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_SCREEN_SAVER_DELAY","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_SCREEN_SAVER_ENABLE","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_ID","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_OFFSET1","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_OFFSET2","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_REPORT","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_SIDE","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_STATUS_NOT_READY","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_STATUS_READY","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_UNICODE_CHAR_SET","features":[64]},{"name":"HID_USAGE_ALPHANUMERIC_VERTICAL_SCROLL","features":[64]},{"name":"HID_USAGE_CAMERA_AUTO_FOCUS","features":[64]},{"name":"HID_USAGE_CAMERA_SHUTTER","features":[64]},{"name":"HID_USAGE_CONSUMERCTRL","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_BACK","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_BOOKMARKS","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_FORWARD","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_GOTO","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_HOME","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_NEXT","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_PAN","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_PREVIOUS","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_REFRESH","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_SEARCH","features":[64]},{"name":"HID_USAGE_CONSUMER_AC_STOP","features":[64]},{"name":"HID_USAGE_CONSUMER_AL_BROWSER","features":[64]},{"name":"HID_USAGE_CONSUMER_AL_CALCULATOR","features":[64]},{"name":"HID_USAGE_CONSUMER_AL_CONFIGURATION","features":[64]},{"name":"HID_USAGE_CONSUMER_AL_EMAIL","features":[64]},{"name":"HID_USAGE_CONSUMER_AL_SEARCH","features":[64]},{"name":"HID_USAGE_CONSUMER_BALANCE","features":[64]},{"name":"HID_USAGE_CONSUMER_BASS","features":[64]},{"name":"HID_USAGE_CONSUMER_BASS_BOOST","features":[64]},{"name":"HID_USAGE_CONSUMER_BASS_DECREMENT","features":[64]},{"name":"HID_USAGE_CONSUMER_BASS_INCREMENT","features":[64]},{"name":"HID_USAGE_CONSUMER_CHANNEL_DECREMENT","features":[64]},{"name":"HID_USAGE_CONSUMER_CHANNEL_INCREMENT","features":[64]},{"name":"HID_USAGE_CONSUMER_EXTENDED_KEYBOARD_ATTRIBUTES_COLLECTION","features":[64]},{"name":"HID_USAGE_CONSUMER_FAST_FORWARD","features":[64]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_OPEN_GAMEBAR","features":[64]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_RECORD_CLIP","features":[64]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_SCREENSHOT","features":[64]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_BROADCAST","features":[64]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_CAMERA","features":[64]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_INDICATOR","features":[64]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_MICROPHONE","features":[64]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_RECORD","features":[64]},{"name":"HID_USAGE_CONSUMER_IMPLEMENTED_KEYBOARD_INPUT_ASSIST_CONTROLS","features":[64]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_FORM_FACTOR","features":[64]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_IETF_LANGUAGE_TAG_INDEX","features":[64]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_KEY_TYPE","features":[64]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_PHYSICAL_LAYOUT","features":[64]},{"name":"HID_USAGE_CONSUMER_LOUDNESS","features":[64]},{"name":"HID_USAGE_CONSUMER_MPX","features":[64]},{"name":"HID_USAGE_CONSUMER_MUTE","features":[64]},{"name":"HID_USAGE_CONSUMER_PAUSE","features":[64]},{"name":"HID_USAGE_CONSUMER_PLAY","features":[64]},{"name":"HID_USAGE_CONSUMER_PLAY_PAUSE","features":[64]},{"name":"HID_USAGE_CONSUMER_RECORD","features":[64]},{"name":"HID_USAGE_CONSUMER_REWIND","features":[64]},{"name":"HID_USAGE_CONSUMER_SCAN_NEXT_TRACK","features":[64]},{"name":"HID_USAGE_CONSUMER_SCAN_PREV_TRACK","features":[64]},{"name":"HID_USAGE_CONSUMER_STOP","features":[64]},{"name":"HID_USAGE_CONSUMER_SURROUND_MODE","features":[64]},{"name":"HID_USAGE_CONSUMER_TREBLE","features":[64]},{"name":"HID_USAGE_CONSUMER_TREBLE_DECREMENT","features":[64]},{"name":"HID_USAGE_CONSUMER_TREBLE_INCREMENT","features":[64]},{"name":"HID_USAGE_CONSUMER_VENDOR_SPECIFIC_KEYBOARD_PHYSICAL_LAYOUT","features":[64]},{"name":"HID_USAGE_CONSUMER_VOLUME","features":[64]},{"name":"HID_USAGE_CONSUMER_VOLUME_DECREMENT","features":[64]},{"name":"HID_USAGE_CONSUMER_VOLUME_INCREMENT","features":[64]},{"name":"HID_USAGE_DIGITIZER_3D_DIGITIZER","features":[64]},{"name":"HID_USAGE_DIGITIZER_ALTITUDE","features":[64]},{"name":"HID_USAGE_DIGITIZER_ARMATURE","features":[64]},{"name":"HID_USAGE_DIGITIZER_ARTICULATED_ARM","features":[64]},{"name":"HID_USAGE_DIGITIZER_AZIMUTH","features":[64]},{"name":"HID_USAGE_DIGITIZER_BARREL_PRESSURE","features":[64]},{"name":"HID_USAGE_DIGITIZER_BARREL_SWITCH","features":[64]},{"name":"HID_USAGE_DIGITIZER_BATTERY_STRENGTH","features":[64]},{"name":"HID_USAGE_DIGITIZER_COORD_MEASURING","features":[64]},{"name":"HID_USAGE_DIGITIZER_DATA_VALID","features":[64]},{"name":"HID_USAGE_DIGITIZER_DIGITIZER","features":[64]},{"name":"HID_USAGE_DIGITIZER_ERASER","features":[64]},{"name":"HID_USAGE_DIGITIZER_FINGER","features":[64]},{"name":"HID_USAGE_DIGITIZER_FREE_SPACE_WAND","features":[64]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP","features":[64]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_FRAME_DATA","features":[64]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_PROTOCOL_VENDOR_ID","features":[64]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_PROTOCOL_VERSION","features":[64]},{"name":"HID_USAGE_DIGITIZER_INVERT","features":[64]},{"name":"HID_USAGE_DIGITIZER_IN_RANGE","features":[64]},{"name":"HID_USAGE_DIGITIZER_LIGHT_PEN","features":[64]},{"name":"HID_USAGE_DIGITIZER_MULTI_POINT","features":[64]},{"name":"HID_USAGE_DIGITIZER_PEN","features":[64]},{"name":"HID_USAGE_DIGITIZER_PROG_CHANGE_KEYS","features":[64]},{"name":"HID_USAGE_DIGITIZER_PUCK","features":[64]},{"name":"HID_USAGE_DIGITIZER_QUALITY","features":[64]},{"name":"HID_USAGE_DIGITIZER_SECONDARY_TIP_SWITCH","features":[64]},{"name":"HID_USAGE_DIGITIZER_STEREO_PLOTTER","features":[64]},{"name":"HID_USAGE_DIGITIZER_STYLUS","features":[64]},{"name":"HID_USAGE_DIGITIZER_TABLET_FUNC_KEYS","features":[64]},{"name":"HID_USAGE_DIGITIZER_TABLET_PICK","features":[64]},{"name":"HID_USAGE_DIGITIZER_TAP","features":[64]},{"name":"HID_USAGE_DIGITIZER_TIP_PRESSURE","features":[64]},{"name":"HID_USAGE_DIGITIZER_TIP_SWITCH","features":[64]},{"name":"HID_USAGE_DIGITIZER_TOUCH","features":[64]},{"name":"HID_USAGE_DIGITIZER_TOUCH_PAD","features":[64]},{"name":"HID_USAGE_DIGITIZER_TOUCH_SCREEN","features":[64]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_CONNECTED","features":[64]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_INDEX","features":[64]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_PRODUCT","features":[64]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_SERIAL","features":[64]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_SERIAL_PART2","features":[64]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_VENDOR","features":[64]},{"name":"HID_USAGE_DIGITIZER_TWIST","features":[64]},{"name":"HID_USAGE_DIGITIZER_UNTOUCH","features":[64]},{"name":"HID_USAGE_DIGITIZER_WHITE_BOARD","features":[64]},{"name":"HID_USAGE_DIGITIZER_X_TILT","features":[64]},{"name":"HID_USAGE_DIGITIZER_Y_TILT","features":[64]},{"name":"HID_USAGE_GAME_3D_GAME_CONTROLLER","features":[64]},{"name":"HID_USAGE_GAME_BUMP","features":[64]},{"name":"HID_USAGE_GAME_FLIPPER","features":[64]},{"name":"HID_USAGE_GAME_GAMEPAD_FIRE_JUMP","features":[64]},{"name":"HID_USAGE_GAME_GAMEPAD_TRIGGER","features":[64]},{"name":"HID_USAGE_GAME_GUN_AUTOMATIC","features":[64]},{"name":"HID_USAGE_GAME_GUN_BOLT","features":[64]},{"name":"HID_USAGE_GAME_GUN_BURST","features":[64]},{"name":"HID_USAGE_GAME_GUN_CLIP","features":[64]},{"name":"HID_USAGE_GAME_GUN_DEVICE","features":[64]},{"name":"HID_USAGE_GAME_GUN_SAFETY","features":[64]},{"name":"HID_USAGE_GAME_GUN_SELECTOR","features":[64]},{"name":"HID_USAGE_GAME_GUN_SINGLE_SHOT","features":[64]},{"name":"HID_USAGE_GAME_LEAN_FORWARD_BACK","features":[64]},{"name":"HID_USAGE_GAME_LEAN_RIGHT_LEFT","features":[64]},{"name":"HID_USAGE_GAME_MOVE_FORWARD_BACK","features":[64]},{"name":"HID_USAGE_GAME_MOVE_RIGHT_LEFT","features":[64]},{"name":"HID_USAGE_GAME_MOVE_UP_DOWN","features":[64]},{"name":"HID_USAGE_GAME_NEW_GAME","features":[64]},{"name":"HID_USAGE_GAME_PINBALL_DEVICE","features":[64]},{"name":"HID_USAGE_GAME_PITCH_FORWARD_BACK","features":[64]},{"name":"HID_USAGE_GAME_PLAYER","features":[64]},{"name":"HID_USAGE_GAME_POINT_OF_VIEW","features":[64]},{"name":"HID_USAGE_GAME_POV_HEIGHT","features":[64]},{"name":"HID_USAGE_GAME_ROLL_RIGHT_LEFT","features":[64]},{"name":"HID_USAGE_GAME_SECONDARY_FLIPPER","features":[64]},{"name":"HID_USAGE_GAME_SHOOT_BALL","features":[64]},{"name":"HID_USAGE_GAME_TURN_RIGHT_LEFT","features":[64]},{"name":"HID_USAGE_GENERIC_BYTE_COUNT","features":[64]},{"name":"HID_USAGE_GENERIC_CONTROL_ENABLE","features":[64]},{"name":"HID_USAGE_GENERIC_COUNTED_BUFFER","features":[64]},{"name":"HID_USAGE_GENERIC_DEVICE_BATTERY_STRENGTH","features":[64]},{"name":"HID_USAGE_GENERIC_DEVICE_DISCOVER_WIRELESS_CONTROL","features":[64]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CHAR_ENTERED","features":[64]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CHAR_ERASED","features":[64]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CLEARED","features":[64]},{"name":"HID_USAGE_GENERIC_DEVICE_WIRELESS_CHANNEL","features":[64]},{"name":"HID_USAGE_GENERIC_DEVICE_WIRELESS_ID","features":[64]},{"name":"HID_USAGE_GENERIC_DIAL","features":[64]},{"name":"HID_USAGE_GENERIC_DPAD_DOWN","features":[64]},{"name":"HID_USAGE_GENERIC_DPAD_LEFT","features":[64]},{"name":"HID_USAGE_GENERIC_DPAD_RIGHT","features":[64]},{"name":"HID_USAGE_GENERIC_DPAD_UP","features":[64]},{"name":"HID_USAGE_GENERIC_FEATURE_NOTIFICATION","features":[64]},{"name":"HID_USAGE_GENERIC_GAMEPAD","features":[64]},{"name":"HID_USAGE_GENERIC_HATSWITCH","features":[64]},{"name":"HID_USAGE_GENERIC_INTERACTIVE_CONTROL","features":[64]},{"name":"HID_USAGE_GENERIC_JOYSTICK","features":[64]},{"name":"HID_USAGE_GENERIC_KEYBOARD","features":[64]},{"name":"HID_USAGE_GENERIC_KEYPAD","features":[64]},{"name":"HID_USAGE_GENERIC_MOTION_WAKEUP","features":[64]},{"name":"HID_USAGE_GENERIC_MOUSE","features":[64]},{"name":"HID_USAGE_GENERIC_MULTI_AXIS_CONTROLLER","features":[64]},{"name":"HID_USAGE_GENERIC_POINTER","features":[64]},{"name":"HID_USAGE_GENERIC_PORTABLE_DEVICE_CONTROL","features":[64]},{"name":"HID_USAGE_GENERIC_RESOLUTION_MULTIPLIER","features":[64]},{"name":"HID_USAGE_GENERIC_RX","features":[64]},{"name":"HID_USAGE_GENERIC_RY","features":[64]},{"name":"HID_USAGE_GENERIC_RZ","features":[64]},{"name":"HID_USAGE_GENERIC_SELECT","features":[64]},{"name":"HID_USAGE_GENERIC_SLIDER","features":[64]},{"name":"HID_USAGE_GENERIC_START","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_BREAK","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_DBG_BREAK","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_MENU","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_COLD_RESTART","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_CONTEXT_MENU","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISMISS_NOTIFICATION","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_AUTOSCALE","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_BOTH","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_DUAL","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_EXTERNAL","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_INTERNAL","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_INVERT","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_SWAP","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_TOGGLE","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_DOCK","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN_LOCK","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN_LOCK_INDICATOR","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_HELP_MENU","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_HIBERNATE","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_MAIN_MENU","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_DOWN","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_EXIT","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_LEFT","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_RIGHT","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_SELECT","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_UP","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_MUTE","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_POWER","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_SETUP","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_SLEEP","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_SYS_BREAK","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_SYS_DBG_BREAK","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_UNDOCK","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_WAKE","features":[64]},{"name":"HID_USAGE_GENERIC_SYSCTL_WARM_RESTART","features":[64]},{"name":"HID_USAGE_GENERIC_SYSTEM_CTL","features":[64]},{"name":"HID_USAGE_GENERIC_SYSTEM_DISPLAY_ROTATION_LOCK_BUTTON","features":[64]},{"name":"HID_USAGE_GENERIC_SYSTEM_DISPLAY_ROTATION_LOCK_SLIDER_SWITCH","features":[64]},{"name":"HID_USAGE_GENERIC_TABLET_PC_SYSTEM_CTL","features":[64]},{"name":"HID_USAGE_GENERIC_VBRX","features":[64]},{"name":"HID_USAGE_GENERIC_VBRY","features":[64]},{"name":"HID_USAGE_GENERIC_VBRZ","features":[64]},{"name":"HID_USAGE_GENERIC_VNO","features":[64]},{"name":"HID_USAGE_GENERIC_VX","features":[64]},{"name":"HID_USAGE_GENERIC_VY","features":[64]},{"name":"HID_USAGE_GENERIC_VZ","features":[64]},{"name":"HID_USAGE_GENERIC_WHEEL","features":[64]},{"name":"HID_USAGE_GENERIC_X","features":[64]},{"name":"HID_USAGE_GENERIC_Y","features":[64]},{"name":"HID_USAGE_GENERIC_Z","features":[64]},{"name":"HID_USAGE_HAPTICS_AUTO_ASSOCIATED_CONTROL","features":[64]},{"name":"HID_USAGE_HAPTICS_AUTO_TRIGGER","features":[64]},{"name":"HID_USAGE_HAPTICS_DURATION_LIST","features":[64]},{"name":"HID_USAGE_HAPTICS_INTENSITY","features":[64]},{"name":"HID_USAGE_HAPTICS_MANUAL_TRIGGER","features":[64]},{"name":"HID_USAGE_HAPTICS_REPEAT_COUNT","features":[64]},{"name":"HID_USAGE_HAPTICS_RETRIGGER_PERIOD","features":[64]},{"name":"HID_USAGE_HAPTICS_SIMPLE_CONTROLLER","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_BEGIN","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_BUZZ","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_CLICK","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_CUTOFF_TIME","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_END","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_LIST","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_NULL","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_PRESS","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_RELEASE","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_RUMBLE","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_STOP","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_BEGIN","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_END","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_ID","features":[64]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_PAGE","features":[64]},{"name":"HID_USAGE_KEYBOARD_CAPS_LOCK","features":[64]},{"name":"HID_USAGE_KEYBOARD_DELETE","features":[64]},{"name":"HID_USAGE_KEYBOARD_DELETE_FORWARD","features":[64]},{"name":"HID_USAGE_KEYBOARD_ESCAPE","features":[64]},{"name":"HID_USAGE_KEYBOARD_F1","features":[64]},{"name":"HID_USAGE_KEYBOARD_F10","features":[64]},{"name":"HID_USAGE_KEYBOARD_F11","features":[64]},{"name":"HID_USAGE_KEYBOARD_F12","features":[64]},{"name":"HID_USAGE_KEYBOARD_F13","features":[64]},{"name":"HID_USAGE_KEYBOARD_F14","features":[64]},{"name":"HID_USAGE_KEYBOARD_F15","features":[64]},{"name":"HID_USAGE_KEYBOARD_F16","features":[64]},{"name":"HID_USAGE_KEYBOARD_F17","features":[64]},{"name":"HID_USAGE_KEYBOARD_F18","features":[64]},{"name":"HID_USAGE_KEYBOARD_F19","features":[64]},{"name":"HID_USAGE_KEYBOARD_F2","features":[64]},{"name":"HID_USAGE_KEYBOARD_F20","features":[64]},{"name":"HID_USAGE_KEYBOARD_F21","features":[64]},{"name":"HID_USAGE_KEYBOARD_F22","features":[64]},{"name":"HID_USAGE_KEYBOARD_F23","features":[64]},{"name":"HID_USAGE_KEYBOARD_F24","features":[64]},{"name":"HID_USAGE_KEYBOARD_F3","features":[64]},{"name":"HID_USAGE_KEYBOARD_F4","features":[64]},{"name":"HID_USAGE_KEYBOARD_F5","features":[64]},{"name":"HID_USAGE_KEYBOARD_F6","features":[64]},{"name":"HID_USAGE_KEYBOARD_F7","features":[64]},{"name":"HID_USAGE_KEYBOARD_F8","features":[64]},{"name":"HID_USAGE_KEYBOARD_F9","features":[64]},{"name":"HID_USAGE_KEYBOARD_KEYPAD_0_AND_INSERT","features":[64]},{"name":"HID_USAGE_KEYBOARD_KEYPAD_1_AND_END","features":[64]},{"name":"HID_USAGE_KEYBOARD_LALT","features":[64]},{"name":"HID_USAGE_KEYBOARD_LCTRL","features":[64]},{"name":"HID_USAGE_KEYBOARD_LGUI","features":[64]},{"name":"HID_USAGE_KEYBOARD_LSHFT","features":[64]},{"name":"HID_USAGE_KEYBOARD_NOEVENT","features":[64]},{"name":"HID_USAGE_KEYBOARD_NUM_LOCK","features":[64]},{"name":"HID_USAGE_KEYBOARD_ONE","features":[64]},{"name":"HID_USAGE_KEYBOARD_POSTFAIL","features":[64]},{"name":"HID_USAGE_KEYBOARD_PRINT_SCREEN","features":[64]},{"name":"HID_USAGE_KEYBOARD_RALT","features":[64]},{"name":"HID_USAGE_KEYBOARD_RCTRL","features":[64]},{"name":"HID_USAGE_KEYBOARD_RETURN","features":[64]},{"name":"HID_USAGE_KEYBOARD_RGUI","features":[64]},{"name":"HID_USAGE_KEYBOARD_ROLLOVER","features":[64]},{"name":"HID_USAGE_KEYBOARD_RSHFT","features":[64]},{"name":"HID_USAGE_KEYBOARD_SCROLL_LOCK","features":[64]},{"name":"HID_USAGE_KEYBOARD_UNDEFINED","features":[64]},{"name":"HID_USAGE_KEYBOARD_ZERO","features":[64]},{"name":"HID_USAGE_KEYBOARD_aA","features":[64]},{"name":"HID_USAGE_KEYBOARD_zZ","features":[64]},{"name":"HID_USAGE_LAMPARRAY","features":[64]},{"name":"HID_USAGE_LAMPARRAY_ATTRBIUTES_REPORT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_AUTONOMOUS_MODE","features":[64]},{"name":"HID_USAGE_LAMPARRAY_BLUE_LEVEL_COUNT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_DEPTH_IN_MICROMETERS","features":[64]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_HEIGHT_IN_MICROMETERS","features":[64]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_WIDTH_IN_MICROMETERS","features":[64]},{"name":"HID_USAGE_LAMPARRAY_CONTROL_REPORT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_GREEN_LEVEL_COUNT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_INPUT_BINDING","features":[64]},{"name":"HID_USAGE_LAMPARRAY_INTENSITY_LEVEL_COUNT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_IS_PROGRAMMABLE","features":[64]},{"name":"HID_USAGE_LAMPARRAY_KIND","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ATTRIBUTES_REQUEST_REPORT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ATTRIBUTES_RESPONSE_REPORT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_BLUE_UPDATE_CHANNEL","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_COUNT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_GREEN_UPDATE_CHANNEL","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID_END","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID_START","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_INTENSITY_UPDATE_CHANNEL","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_MULTI_UPDATE_REPORT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_PURPOSES","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_RANGE_UPDATE_REPORT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_RED_UPDATE_CHANNEL","features":[64]},{"name":"HID_USAGE_LAMPARRAY_LAMP_UPDATE_FLAGS","features":[64]},{"name":"HID_USAGE_LAMPARRAY_MIN_UPDATE_INTERVAL_IN_MICROSECONDS","features":[64]},{"name":"HID_USAGE_LAMPARRAY_POSITION_X_IN_MICROMETERS","features":[64]},{"name":"HID_USAGE_LAMPARRAY_POSITION_Y_IN_MICROMETERS","features":[64]},{"name":"HID_USAGE_LAMPARRAY_POSITION_Z_IN_MICROMETERS","features":[64]},{"name":"HID_USAGE_LAMPARRAY_RED_LEVEL_COUNT","features":[64]},{"name":"HID_USAGE_LAMPARRAY_UPDATE_LATENCY_IN_MICROSECONDS","features":[64]},{"name":"HID_USAGE_LED_AMBER","features":[64]},{"name":"HID_USAGE_LED_BATTERY_LOW","features":[64]},{"name":"HID_USAGE_LED_BATTERY_OK","features":[64]},{"name":"HID_USAGE_LED_BATTERY_OPERATION","features":[64]},{"name":"HID_USAGE_LED_BUSY","features":[64]},{"name":"HID_USAGE_LED_CALL_PICKUP","features":[64]},{"name":"HID_USAGE_LED_CAMERA_OFF","features":[64]},{"name":"HID_USAGE_LED_CAMERA_ON","features":[64]},{"name":"HID_USAGE_LED_CAPS_LOCK","features":[64]},{"name":"HID_USAGE_LED_CAV","features":[64]},{"name":"HID_USAGE_LED_CLV","features":[64]},{"name":"HID_USAGE_LED_COMPOSE","features":[64]},{"name":"HID_USAGE_LED_CONFERENCE","features":[64]},{"name":"HID_USAGE_LED_COVERAGE","features":[64]},{"name":"HID_USAGE_LED_DATA_MODE","features":[64]},{"name":"HID_USAGE_LED_DO_NOT_DISTURB","features":[64]},{"name":"HID_USAGE_LED_EQUALIZER_ENABLE","features":[64]},{"name":"HID_USAGE_LED_ERROR","features":[64]},{"name":"HID_USAGE_LED_EXTERNAL_POWER","features":[64]},{"name":"HID_USAGE_LED_FAST_BLINK_OFF_TIME","features":[64]},{"name":"HID_USAGE_LED_FAST_BLINK_ON_TIME","features":[64]},{"name":"HID_USAGE_LED_FAST_FORWARD","features":[64]},{"name":"HID_USAGE_LED_FLASH_ON_TIME","features":[64]},{"name":"HID_USAGE_LED_FORWARD","features":[64]},{"name":"HID_USAGE_LED_GENERIC_INDICATOR","features":[64]},{"name":"HID_USAGE_LED_GREEN","features":[64]},{"name":"HID_USAGE_LED_HEAD_SET","features":[64]},{"name":"HID_USAGE_LED_HIGH_CUT_FILTER","features":[64]},{"name":"HID_USAGE_LED_HOLD","features":[64]},{"name":"HID_USAGE_LED_INDICATOR_COLOR","features":[64]},{"name":"HID_USAGE_LED_INDICATOR_FAST_BLINK","features":[64]},{"name":"HID_USAGE_LED_INDICATOR_FLASH","features":[64]},{"name":"HID_USAGE_LED_INDICATOR_OFF","features":[64]},{"name":"HID_USAGE_LED_INDICATOR_ON","features":[64]},{"name":"HID_USAGE_LED_INDICATOR_SLOW_BLINK","features":[64]},{"name":"HID_USAGE_LED_IN_USE_INDICATOR","features":[64]},{"name":"HID_USAGE_LED_KANA","features":[64]},{"name":"HID_USAGE_LED_LOW_CUT_FILTER","features":[64]},{"name":"HID_USAGE_LED_MESSAGE_WAITING","features":[64]},{"name":"HID_USAGE_LED_MICROPHONE","features":[64]},{"name":"HID_USAGE_LED_MULTI_MODE_INDICATOR","features":[64]},{"name":"HID_USAGE_LED_MUTE","features":[64]},{"name":"HID_USAGE_LED_NIGHT_MODE","features":[64]},{"name":"HID_USAGE_LED_NUM_LOCK","features":[64]},{"name":"HID_USAGE_LED_OFF_HOOK","features":[64]},{"name":"HID_USAGE_LED_OFF_LINE","features":[64]},{"name":"HID_USAGE_LED_ON_LINE","features":[64]},{"name":"HID_USAGE_LED_PAPER_JAM","features":[64]},{"name":"HID_USAGE_LED_PAPER_OUT","features":[64]},{"name":"HID_USAGE_LED_PAUSE","features":[64]},{"name":"HID_USAGE_LED_PLAY","features":[64]},{"name":"HID_USAGE_LED_POWER","features":[64]},{"name":"HID_USAGE_LED_READY","features":[64]},{"name":"HID_USAGE_LED_RECORD","features":[64]},{"name":"HID_USAGE_LED_RECORDING_FORMAT_DET","features":[64]},{"name":"HID_USAGE_LED_RED","features":[64]},{"name":"HID_USAGE_LED_REMOTE","features":[64]},{"name":"HID_USAGE_LED_REPEAT","features":[64]},{"name":"HID_USAGE_LED_REVERSE","features":[64]},{"name":"HID_USAGE_LED_REWIND","features":[64]},{"name":"HID_USAGE_LED_RING","features":[64]},{"name":"HID_USAGE_LED_SAMPLING_RATE_DETECT","features":[64]},{"name":"HID_USAGE_LED_SCROLL_LOCK","features":[64]},{"name":"HID_USAGE_LED_SELECTED_INDICATOR","features":[64]},{"name":"HID_USAGE_LED_SEND_CALLS","features":[64]},{"name":"HID_USAGE_LED_SHIFT","features":[64]},{"name":"HID_USAGE_LED_SLOW_BLINK_OFF_TIME","features":[64]},{"name":"HID_USAGE_LED_SLOW_BLINK_ON_TIME","features":[64]},{"name":"HID_USAGE_LED_SOUND_FIELD_ON","features":[64]},{"name":"HID_USAGE_LED_SPEAKER","features":[64]},{"name":"HID_USAGE_LED_SPINNING","features":[64]},{"name":"HID_USAGE_LED_STAND_BY","features":[64]},{"name":"HID_USAGE_LED_STEREO","features":[64]},{"name":"HID_USAGE_LED_STOP","features":[64]},{"name":"HID_USAGE_LED_SURROUND_FIELD_ON","features":[64]},{"name":"HID_USAGE_LED_SYSTEM_SUSPEND","features":[64]},{"name":"HID_USAGE_LED_TONE_ENABLE","features":[64]},{"name":"HID_USAGE_MS_BTH_HF_DIALMEMORY","features":[64]},{"name":"HID_USAGE_MS_BTH_HF_DIALNUMBER","features":[64]},{"name":"HID_USAGE_PAGE_ALPHANUMERIC","features":[64]},{"name":"HID_USAGE_PAGE_ARCADE","features":[64]},{"name":"HID_USAGE_PAGE_BARCODE_SCANNER","features":[64]},{"name":"HID_USAGE_PAGE_BUTTON","features":[64]},{"name":"HID_USAGE_PAGE_CAMERA_CONTROL","features":[64]},{"name":"HID_USAGE_PAGE_CONSUMER","features":[64]},{"name":"HID_USAGE_PAGE_DIGITIZER","features":[64]},{"name":"HID_USAGE_PAGE_GAME","features":[64]},{"name":"HID_USAGE_PAGE_GENERIC","features":[64]},{"name":"HID_USAGE_PAGE_GENERIC_DEVICE","features":[64]},{"name":"HID_USAGE_PAGE_HAPTICS","features":[64]},{"name":"HID_USAGE_PAGE_KEYBOARD","features":[64]},{"name":"HID_USAGE_PAGE_LED","features":[64]},{"name":"HID_USAGE_PAGE_LIGHTING_ILLUMINATION","features":[64]},{"name":"HID_USAGE_PAGE_MAGNETIC_STRIPE_READER","features":[64]},{"name":"HID_USAGE_PAGE_MICROSOFT_BLUETOOTH_HANDSFREE","features":[64]},{"name":"HID_USAGE_PAGE_ORDINAL","features":[64]},{"name":"HID_USAGE_PAGE_PID","features":[64]},{"name":"HID_USAGE_PAGE_SENSOR","features":[64]},{"name":"HID_USAGE_PAGE_SIMULATION","features":[64]},{"name":"HID_USAGE_PAGE_SPORT","features":[64]},{"name":"HID_USAGE_PAGE_TELEPHONY","features":[64]},{"name":"HID_USAGE_PAGE_UNDEFINED","features":[64]},{"name":"HID_USAGE_PAGE_UNICODE","features":[64]},{"name":"HID_USAGE_PAGE_VENDOR_DEFINED_BEGIN","features":[64]},{"name":"HID_USAGE_PAGE_VENDOR_DEFINED_END","features":[64]},{"name":"HID_USAGE_PAGE_VR","features":[64]},{"name":"HID_USAGE_PAGE_WEIGHING_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_ACCELLERATOR","features":[64]},{"name":"HID_USAGE_SIMULATION_AILERON","features":[64]},{"name":"HID_USAGE_SIMULATION_AILERON_TRIM","features":[64]},{"name":"HID_USAGE_SIMULATION_AIRPLANE_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_ANTI_TORQUE_CONTROL","features":[64]},{"name":"HID_USAGE_SIMULATION_AUTOMOBILE_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_AUTOPIOLOT_ENABLE","features":[64]},{"name":"HID_USAGE_SIMULATION_BALLAST","features":[64]},{"name":"HID_USAGE_SIMULATION_BARREL_ELEVATION","features":[64]},{"name":"HID_USAGE_SIMULATION_BICYCLE_CRANK","features":[64]},{"name":"HID_USAGE_SIMULATION_BICYCLE_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_BRAKE","features":[64]},{"name":"HID_USAGE_SIMULATION_CHAFF_RELEASE","features":[64]},{"name":"HID_USAGE_SIMULATION_CLUTCH","features":[64]},{"name":"HID_USAGE_SIMULATION_COLLECTIVE_CONTROL","features":[64]},{"name":"HID_USAGE_SIMULATION_CYCLIC_CONTROL","features":[64]},{"name":"HID_USAGE_SIMULATION_CYCLIC_TRIM","features":[64]},{"name":"HID_USAGE_SIMULATION_DIVE_BRAKE","features":[64]},{"name":"HID_USAGE_SIMULATION_DIVE_PLANE","features":[64]},{"name":"HID_USAGE_SIMULATION_ELECTRONIC_COUNTERMEASURES","features":[64]},{"name":"HID_USAGE_SIMULATION_ELEVATOR","features":[64]},{"name":"HID_USAGE_SIMULATION_ELEVATOR_TRIM","features":[64]},{"name":"HID_USAGE_SIMULATION_FLARE_RELEASE","features":[64]},{"name":"HID_USAGE_SIMULATION_FLIGHT_COMMUNICATIONS","features":[64]},{"name":"HID_USAGE_SIMULATION_FLIGHT_CONTROL_STICK","features":[64]},{"name":"HID_USAGE_SIMULATION_FLIGHT_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_FLIGHT_STICK","features":[64]},{"name":"HID_USAGE_SIMULATION_FLIGHT_YOKE","features":[64]},{"name":"HID_USAGE_SIMULATION_FRONT_BRAKE","features":[64]},{"name":"HID_USAGE_SIMULATION_HANDLE_BARS","features":[64]},{"name":"HID_USAGE_SIMULATION_HELICOPTER_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_LANDING_GEAR","features":[64]},{"name":"HID_USAGE_SIMULATION_MAGIC_CARPET_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_MOTORCYCLE_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_REAR_BRAKE","features":[64]},{"name":"HID_USAGE_SIMULATION_RUDDER","features":[64]},{"name":"HID_USAGE_SIMULATION_SAILING_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_SHIFTER","features":[64]},{"name":"HID_USAGE_SIMULATION_SPACESHIP_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_SPORTS_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_STEERING","features":[64]},{"name":"HID_USAGE_SIMULATION_SUBMARINE_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_TANK_SIMULATION_DEVICE","features":[64]},{"name":"HID_USAGE_SIMULATION_THROTTLE","features":[64]},{"name":"HID_USAGE_SIMULATION_TOE_BRAKE","features":[64]},{"name":"HID_USAGE_SIMULATION_TRACK_CONTROL","features":[64]},{"name":"HID_USAGE_SIMULATION_TRIGGER","features":[64]},{"name":"HID_USAGE_SIMULATION_TURRET_DIRECTION","features":[64]},{"name":"HID_USAGE_SIMULATION_WEAPONS_ARM","features":[64]},{"name":"HID_USAGE_SIMULATION_WEAPONS_SELECT","features":[64]},{"name":"HID_USAGE_SIMULATION_WING_FLAPS","features":[64]},{"name":"HID_USAGE_SPORT_10_IRON","features":[64]},{"name":"HID_USAGE_SPORT_11_IRON","features":[64]},{"name":"HID_USAGE_SPORT_1_IRON","features":[64]},{"name":"HID_USAGE_SPORT_1_WOOD","features":[64]},{"name":"HID_USAGE_SPORT_2_IRON","features":[64]},{"name":"HID_USAGE_SPORT_3_IRON","features":[64]},{"name":"HID_USAGE_SPORT_3_WOOD","features":[64]},{"name":"HID_USAGE_SPORT_4_IRON","features":[64]},{"name":"HID_USAGE_SPORT_5_IRON","features":[64]},{"name":"HID_USAGE_SPORT_5_WOOD","features":[64]},{"name":"HID_USAGE_SPORT_6_IRON","features":[64]},{"name":"HID_USAGE_SPORT_7_IRON","features":[64]},{"name":"HID_USAGE_SPORT_7_WOOD","features":[64]},{"name":"HID_USAGE_SPORT_8_IRON","features":[64]},{"name":"HID_USAGE_SPORT_9_IRON","features":[64]},{"name":"HID_USAGE_SPORT_9_WOOD","features":[64]},{"name":"HID_USAGE_SPORT_BASEBALL_BAT","features":[64]},{"name":"HID_USAGE_SPORT_FOLLOW_THROUGH","features":[64]},{"name":"HID_USAGE_SPORT_GOLF_CLUB","features":[64]},{"name":"HID_USAGE_SPORT_HEEL_TOE","features":[64]},{"name":"HID_USAGE_SPORT_HEIGHT","features":[64]},{"name":"HID_USAGE_SPORT_LOFT_WEDGE","features":[64]},{"name":"HID_USAGE_SPORT_OAR","features":[64]},{"name":"HID_USAGE_SPORT_POWER_WEDGE","features":[64]},{"name":"HID_USAGE_SPORT_PUTTER","features":[64]},{"name":"HID_USAGE_SPORT_RATE","features":[64]},{"name":"HID_USAGE_SPORT_ROWING_MACHINE","features":[64]},{"name":"HID_USAGE_SPORT_SAND_WEDGE","features":[64]},{"name":"HID_USAGE_SPORT_SLOPE","features":[64]},{"name":"HID_USAGE_SPORT_STICK_FACE_ANGLE","features":[64]},{"name":"HID_USAGE_SPORT_STICK_SPEED","features":[64]},{"name":"HID_USAGE_SPORT_STICK_TYPE","features":[64]},{"name":"HID_USAGE_SPORT_TEMPO","features":[64]},{"name":"HID_USAGE_SPORT_TREADMILL","features":[64]},{"name":"HID_USAGE_TELEPHONY_ANSWERING_MACHINE","features":[64]},{"name":"HID_USAGE_TELEPHONY_DROP","features":[64]},{"name":"HID_USAGE_TELEPHONY_HANDSET","features":[64]},{"name":"HID_USAGE_TELEPHONY_HEADSET","features":[64]},{"name":"HID_USAGE_TELEPHONY_HOST_AVAILABLE","features":[64]},{"name":"HID_USAGE_TELEPHONY_KEYPAD","features":[64]},{"name":"HID_USAGE_TELEPHONY_KEYPAD_0","features":[64]},{"name":"HID_USAGE_TELEPHONY_KEYPAD_D","features":[64]},{"name":"HID_USAGE_TELEPHONY_LINE","features":[64]},{"name":"HID_USAGE_TELEPHONY_MESSAGE_CONTROLS","features":[64]},{"name":"HID_USAGE_TELEPHONY_PHONE","features":[64]},{"name":"HID_USAGE_TELEPHONY_PROGRAMMABLE_BUTTON","features":[64]},{"name":"HID_USAGE_TELEPHONY_REDIAL","features":[64]},{"name":"HID_USAGE_TELEPHONY_RING_ENABLE","features":[64]},{"name":"HID_USAGE_TELEPHONY_SEND","features":[64]},{"name":"HID_USAGE_TELEPHONY_TRANSFER","features":[64]},{"name":"HID_USAGE_VR_ANIMATRONIC_DEVICE","features":[64]},{"name":"HID_USAGE_VR_BELT","features":[64]},{"name":"HID_USAGE_VR_BODY_SUIT","features":[64]},{"name":"HID_USAGE_VR_DISPLAY_ENABLE","features":[64]},{"name":"HID_USAGE_VR_FLEXOR","features":[64]},{"name":"HID_USAGE_VR_GLOVE","features":[64]},{"name":"HID_USAGE_VR_HAND_TRACKER","features":[64]},{"name":"HID_USAGE_VR_HEAD_MOUNTED_DISPLAY","features":[64]},{"name":"HID_USAGE_VR_HEAD_TRACKER","features":[64]},{"name":"HID_USAGE_VR_OCULOMETER","features":[64]},{"name":"HID_USAGE_VR_STEREO_ENABLE","features":[64]},{"name":"HID_USAGE_VR_VEST","features":[64]},{"name":"HID_XFER_PACKET","features":[64]},{"name":"HORIZONTAL_WHEEL_PRESENT","features":[64]},{"name":"HidD_FlushQueue","features":[64,1]},{"name":"HidD_FreePreparsedData","features":[64,1]},{"name":"HidD_GetAttributes","features":[64,1]},{"name":"HidD_GetConfiguration","features":[64,1]},{"name":"HidD_GetFeature","features":[64,1]},{"name":"HidD_GetHidGuid","features":[64]},{"name":"HidD_GetIndexedString","features":[64,1]},{"name":"HidD_GetInputReport","features":[64,1]},{"name":"HidD_GetManufacturerString","features":[64,1]},{"name":"HidD_GetMsGenreDescriptor","features":[64,1]},{"name":"HidD_GetNumInputBuffers","features":[64,1]},{"name":"HidD_GetPhysicalDescriptor","features":[64,1]},{"name":"HidD_GetPreparsedData","features":[64,1]},{"name":"HidD_GetProductString","features":[64,1]},{"name":"HidD_GetSerialNumberString","features":[64,1]},{"name":"HidD_SetConfiguration","features":[64,1]},{"name":"HidD_SetFeature","features":[64,1]},{"name":"HidD_SetNumInputBuffers","features":[64,1]},{"name":"HidD_SetOutputReport","features":[64,1]},{"name":"HidP_Feature","features":[64]},{"name":"HidP_GetButtonArray","features":[64,1]},{"name":"HidP_GetButtonCaps","features":[64,1]},{"name":"HidP_GetCaps","features":[64,1]},{"name":"HidP_GetData","features":[64,1]},{"name":"HidP_GetExtendedAttributes","features":[64,1]},{"name":"HidP_GetLinkCollectionNodes","features":[64,1]},{"name":"HidP_GetScaledUsageValue","features":[64,1]},{"name":"HidP_GetSpecificButtonCaps","features":[64,1]},{"name":"HidP_GetSpecificValueCaps","features":[64,1]},{"name":"HidP_GetUsageValue","features":[64,1]},{"name":"HidP_GetUsageValueArray","features":[64,1]},{"name":"HidP_GetUsages","features":[64,1]},{"name":"HidP_GetUsagesEx","features":[64,1]},{"name":"HidP_GetValueCaps","features":[64,1]},{"name":"HidP_InitializeReportForID","features":[64,1]},{"name":"HidP_Input","features":[64]},{"name":"HidP_Keyboard_Break","features":[64]},{"name":"HidP_Keyboard_Make","features":[64]},{"name":"HidP_MaxDataListLength","features":[64]},{"name":"HidP_MaxUsageListLength","features":[64]},{"name":"HidP_Output","features":[64]},{"name":"HidP_SetButtonArray","features":[64,1]},{"name":"HidP_SetData","features":[64,1]},{"name":"HidP_SetScaledUsageValue","features":[64,1]},{"name":"HidP_SetUsageValue","features":[64,1]},{"name":"HidP_SetUsageValueArray","features":[64,1]},{"name":"HidP_SetUsages","features":[64,1]},{"name":"HidP_TranslateUsagesToI8042ScanCodes","features":[64,1]},{"name":"HidP_UnsetUsages","features":[64,1]},{"name":"HidP_UsageListDifference","features":[64,1]},{"name":"IDirectInput2A","features":[64]},{"name":"IDirectInput2W","features":[64]},{"name":"IDirectInput7A","features":[64]},{"name":"IDirectInput7W","features":[64]},{"name":"IDirectInput8A","features":[64]},{"name":"IDirectInput8W","features":[64]},{"name":"IDirectInputA","features":[64]},{"name":"IDirectInputDevice2A","features":[64]},{"name":"IDirectInputDevice2W","features":[64]},{"name":"IDirectInputDevice7A","features":[64]},{"name":"IDirectInputDevice7W","features":[64]},{"name":"IDirectInputDevice8A","features":[64]},{"name":"IDirectInputDevice8W","features":[64]},{"name":"IDirectInputDeviceA","features":[64]},{"name":"IDirectInputDeviceW","features":[64]},{"name":"IDirectInputEffect","features":[64]},{"name":"IDirectInputEffectDriver","features":[64]},{"name":"IDirectInputJoyConfig","features":[64]},{"name":"IDirectInputJoyConfig8","features":[64]},{"name":"IDirectInputW","features":[64]},{"name":"INDICATOR_LIST","features":[64]},{"name":"INPUT_BUTTON_ENABLE_INFO","features":[64,1]},{"name":"IOCTL_BUTTON_GET_ENABLED_ON_IDLE","features":[64]},{"name":"IOCTL_BUTTON_SET_ENABLED_ON_IDLE","features":[64]},{"name":"IOCTL_KEYBOARD_INSERT_DATA","features":[64]},{"name":"IOCTL_KEYBOARD_QUERY_ATTRIBUTES","features":[64]},{"name":"IOCTL_KEYBOARD_QUERY_EXTENDED_ATTRIBUTES","features":[64]},{"name":"IOCTL_KEYBOARD_QUERY_IME_STATUS","features":[64]},{"name":"IOCTL_KEYBOARD_QUERY_INDICATORS","features":[64]},{"name":"IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION","features":[64]},{"name":"IOCTL_KEYBOARD_QUERY_TYPEMATIC","features":[64]},{"name":"IOCTL_KEYBOARD_SET_IME_STATUS","features":[64]},{"name":"IOCTL_KEYBOARD_SET_INDICATORS","features":[64]},{"name":"IOCTL_KEYBOARD_SET_TYPEMATIC","features":[64]},{"name":"IOCTL_MOUSE_INSERT_DATA","features":[64]},{"name":"IOCTL_MOUSE_QUERY_ATTRIBUTES","features":[64]},{"name":"JOYCALIBRATE","features":[64]},{"name":"JOYPOS","features":[64]},{"name":"JOYRANGE","features":[64]},{"name":"JOYREGHWCONFIG","features":[64]},{"name":"JOYREGHWSETTINGS","features":[64]},{"name":"JOYREGHWVALUES","features":[64]},{"name":"JOYREGUSERVALUES","features":[64]},{"name":"JOYTYPE_ANALOGCOMPAT","features":[64]},{"name":"JOYTYPE_DEFAULTPROPSHEET","features":[64]},{"name":"JOYTYPE_DEVICEHIDE","features":[64]},{"name":"JOYTYPE_ENABLEINPUTREPORT","features":[64]},{"name":"JOYTYPE_GAMEHIDE","features":[64]},{"name":"JOYTYPE_HIDEACTIVE","features":[64]},{"name":"JOYTYPE_INFODEFAULT","features":[64]},{"name":"JOYTYPE_INFOMASK","features":[64]},{"name":"JOYTYPE_INFOYRPEDALS","features":[64]},{"name":"JOYTYPE_INFOYYPEDALS","features":[64]},{"name":"JOYTYPE_INFOZISSLIDER","features":[64]},{"name":"JOYTYPE_INFOZISZ","features":[64]},{"name":"JOYTYPE_INFOZRPEDALS","features":[64]},{"name":"JOYTYPE_INFOZYPEDALS","features":[64]},{"name":"JOYTYPE_KEYBHIDE","features":[64]},{"name":"JOYTYPE_MOUSEHIDE","features":[64]},{"name":"JOYTYPE_NOAUTODETECTGAMEPORT","features":[64]},{"name":"JOYTYPE_NOHIDDIRECT","features":[64]},{"name":"JOYTYPE_ZEROGAMEENUMOEMDATA","features":[64]},{"name":"JOY_HWS_AUTOLOAD","features":[64]},{"name":"JOY_HWS_GAMEPORTBUSBUSY","features":[64]},{"name":"JOY_HWS_HASPOV","features":[64]},{"name":"JOY_HWS_HASR","features":[64]},{"name":"JOY_HWS_HASU","features":[64]},{"name":"JOY_HWS_HASV","features":[64]},{"name":"JOY_HWS_HASZ","features":[64]},{"name":"JOY_HWS_ISANALOGPORTDRIVER","features":[64]},{"name":"JOY_HWS_ISCARCTRL","features":[64]},{"name":"JOY_HWS_ISGAMEPAD","features":[64]},{"name":"JOY_HWS_ISGAMEPORTBUS","features":[64]},{"name":"JOY_HWS_ISGAMEPORTDRIVER","features":[64]},{"name":"JOY_HWS_ISHEADTRACKER","features":[64]},{"name":"JOY_HWS_ISYOKE","features":[64]},{"name":"JOY_HWS_NODEVNODE","features":[64]},{"name":"JOY_HWS_POVISBUTTONCOMBOS","features":[64]},{"name":"JOY_HWS_POVISJ1X","features":[64]},{"name":"JOY_HWS_POVISJ1Y","features":[64]},{"name":"JOY_HWS_POVISJ2X","features":[64]},{"name":"JOY_HWS_POVISPOLL","features":[64]},{"name":"JOY_HWS_RISJ1X","features":[64]},{"name":"JOY_HWS_RISJ1Y","features":[64]},{"name":"JOY_HWS_RISJ2Y","features":[64]},{"name":"JOY_HWS_XISJ1Y","features":[64]},{"name":"JOY_HWS_XISJ2X","features":[64]},{"name":"JOY_HWS_XISJ2Y","features":[64]},{"name":"JOY_HWS_YISJ1X","features":[64]},{"name":"JOY_HWS_YISJ2X","features":[64]},{"name":"JOY_HWS_YISJ2Y","features":[64]},{"name":"JOY_HWS_ZISJ1X","features":[64]},{"name":"JOY_HWS_ZISJ1Y","features":[64]},{"name":"JOY_HWS_ZISJ2X","features":[64]},{"name":"JOY_HW_2A_2B_GENERIC","features":[64]},{"name":"JOY_HW_2A_4B_GENERIC","features":[64]},{"name":"JOY_HW_2B_FLIGHTYOKE","features":[64]},{"name":"JOY_HW_2B_FLIGHTYOKETHROTTLE","features":[64]},{"name":"JOY_HW_2B_GAMEPAD","features":[64]},{"name":"JOY_HW_3A_2B_GENERIC","features":[64]},{"name":"JOY_HW_3A_4B_GENERIC","features":[64]},{"name":"JOY_HW_4B_FLIGHTYOKE","features":[64]},{"name":"JOY_HW_4B_FLIGHTYOKETHROTTLE","features":[64]},{"name":"JOY_HW_4B_GAMEPAD","features":[64]},{"name":"JOY_HW_CUSTOM","features":[64]},{"name":"JOY_HW_LASTENTRY","features":[64]},{"name":"JOY_HW_NONE","features":[64]},{"name":"JOY_HW_TWO_2A_2B_WITH_Y","features":[64]},{"name":"JOY_ISCAL_POV","features":[64]},{"name":"JOY_ISCAL_R","features":[64]},{"name":"JOY_ISCAL_U","features":[64]},{"name":"JOY_ISCAL_V","features":[64]},{"name":"JOY_ISCAL_XY","features":[64]},{"name":"JOY_ISCAL_Z","features":[64]},{"name":"JOY_OEMPOLL_PASSDRIVERDATA","features":[64]},{"name":"JOY_PASSDRIVERDATA","features":[64]},{"name":"JOY_POVVAL_BACKWARD","features":[64]},{"name":"JOY_POVVAL_FORWARD","features":[64]},{"name":"JOY_POVVAL_LEFT","features":[64]},{"name":"JOY_POVVAL_RIGHT","features":[64]},{"name":"JOY_POV_NUMDIRS","features":[64]},{"name":"JOY_US_HASRUDDER","features":[64]},{"name":"JOY_US_ISOEM","features":[64]},{"name":"JOY_US_PRESENT","features":[64]},{"name":"JOY_US_RESERVED","features":[64]},{"name":"JOY_US_VOLATILE","features":[64]},{"name":"KEYBOARD_ATTRIBUTES","features":[64]},{"name":"KEYBOARD_CAPS_LOCK_ON","features":[64]},{"name":"KEYBOARD_ERROR_VALUE_BASE","features":[64]},{"name":"KEYBOARD_EXTENDED_ATTRIBUTES","features":[64]},{"name":"KEYBOARD_EXTENDED_ATTRIBUTES_STRUCT_VERSION_1","features":[64]},{"name":"KEYBOARD_ID","features":[64]},{"name":"KEYBOARD_IME_STATUS","features":[64]},{"name":"KEYBOARD_INDICATOR_PARAMETERS","features":[64]},{"name":"KEYBOARD_INDICATOR_TRANSLATION","features":[64]},{"name":"KEYBOARD_INPUT_DATA","features":[64]},{"name":"KEYBOARD_KANA_LOCK_ON","features":[64]},{"name":"KEYBOARD_LED_INJECTED","features":[64]},{"name":"KEYBOARD_NUM_LOCK_ON","features":[64]},{"name":"KEYBOARD_OVERRUN_MAKE_CODE","features":[64]},{"name":"KEYBOARD_SCROLL_LOCK_ON","features":[64]},{"name":"KEYBOARD_SHADOW","features":[64]},{"name":"KEYBOARD_TYPEMATIC_PARAMETERS","features":[64]},{"name":"KEYBOARD_UNIT_ID_PARAMETER","features":[64]},{"name":"KEY_BREAK","features":[64]},{"name":"KEY_E0","features":[64]},{"name":"KEY_E1","features":[64]},{"name":"KEY_FROM_KEYBOARD_OVERRIDER","features":[64]},{"name":"KEY_MAKE","features":[64]},{"name":"KEY_RIM_VKEY","features":[64]},{"name":"KEY_TERMSRV_SET_LED","features":[64]},{"name":"KEY_TERMSRV_SHADOW","features":[64]},{"name":"KEY_TERMSRV_VKPACKET","features":[64]},{"name":"KEY_UNICODE_SEQUENCE_END","features":[64]},{"name":"KEY_UNICODE_SEQUENCE_ITEM","features":[64]},{"name":"LPDICONFIGUREDEVICESCALLBACK","features":[64,1]},{"name":"LPDIENUMCREATEDEFFECTOBJECTSCALLBACK","features":[64,1]},{"name":"LPDIENUMDEVICEOBJECTSCALLBACKA","features":[64,1]},{"name":"LPDIENUMDEVICEOBJECTSCALLBACKW","features":[64,1]},{"name":"LPDIENUMDEVICESBYSEMANTICSCBA","features":[64,1]},{"name":"LPDIENUMDEVICESBYSEMANTICSCBW","features":[64,1]},{"name":"LPDIENUMDEVICESCALLBACKA","features":[64,1]},{"name":"LPDIENUMDEVICESCALLBACKW","features":[64,1]},{"name":"LPDIENUMEFFECTSCALLBACKA","features":[64,1]},{"name":"LPDIENUMEFFECTSCALLBACKW","features":[64,1]},{"name":"LPDIENUMEFFECTSINFILECALLBACK","features":[64,1]},{"name":"LPDIJOYTYPECALLBACK","features":[64,1]},{"name":"LPFNSHOWJOYCPL","features":[64,1]},{"name":"MAXCPOINTSNUM","features":[64]},{"name":"MAX_JOYSTICKOEMVXDNAME","features":[64]},{"name":"MAX_JOYSTRING","features":[64]},{"name":"MOUSE_ATTRIBUTES","features":[64]},{"name":"MOUSE_BUTTON_1_DOWN","features":[64]},{"name":"MOUSE_BUTTON_1_UP","features":[64]},{"name":"MOUSE_BUTTON_2_DOWN","features":[64]},{"name":"MOUSE_BUTTON_2_UP","features":[64]},{"name":"MOUSE_BUTTON_3_DOWN","features":[64]},{"name":"MOUSE_BUTTON_3_UP","features":[64]},{"name":"MOUSE_BUTTON_4_DOWN","features":[64]},{"name":"MOUSE_BUTTON_4_UP","features":[64]},{"name":"MOUSE_BUTTON_5_DOWN","features":[64]},{"name":"MOUSE_BUTTON_5_UP","features":[64]},{"name":"MOUSE_ERROR_VALUE_BASE","features":[64]},{"name":"MOUSE_HID_HARDWARE","features":[64]},{"name":"MOUSE_HWHEEL","features":[64]},{"name":"MOUSE_I8042_HARDWARE","features":[64]},{"name":"MOUSE_INPORT_HARDWARE","features":[64]},{"name":"MOUSE_INPUT_DATA","features":[64]},{"name":"MOUSE_LEFT_BUTTON_DOWN","features":[64]},{"name":"MOUSE_LEFT_BUTTON_UP","features":[64]},{"name":"MOUSE_MIDDLE_BUTTON_DOWN","features":[64]},{"name":"MOUSE_MIDDLE_BUTTON_UP","features":[64]},{"name":"MOUSE_RIGHT_BUTTON_DOWN","features":[64]},{"name":"MOUSE_RIGHT_BUTTON_UP","features":[64]},{"name":"MOUSE_SERIAL_HARDWARE","features":[64]},{"name":"MOUSE_TERMSRV_SRC_SHADOW","features":[64]},{"name":"MOUSE_UNIT_ID_PARAMETER","features":[64]},{"name":"MOUSE_WHEEL","features":[64]},{"name":"PFN_HidP_GetVersionInternal","features":[64,1]},{"name":"PHIDP_INSERT_SCANCODES","features":[64,1]},{"name":"PHIDP_PREPARSED_DATA","features":[64]},{"name":"USAGE_AND_PAGE","features":[64]},{"name":"WHEELMOUSE_HID_HARDWARE","features":[64]},{"name":"WHEELMOUSE_I8042_HARDWARE","features":[64]},{"name":"WHEELMOUSE_SERIAL_HARDWARE","features":[64]},{"name":"joyConfigChanged","features":[64]}],"388":[{"name":"ApplicationSelected","features":[65]},{"name":"ConnectionOriented","features":[65]},{"name":"Connectionless","features":[65]},{"name":"DefaultSnepServer","features":[65]},{"name":"DeviceHost","features":[65]},{"name":"Discovery","features":[65]},{"name":"EVT_TRANSACTION_PARAMETER_MAX_LEN","features":[65]},{"name":"EVT_TRANSACTION_TAG_AID","features":[65]},{"name":"EVT_TRANSACTION_TAG_PARAMETERS","features":[65]},{"name":"EmulationDisabled","features":[65]},{"name":"EmulationEnabled","features":[65]},{"name":"EmulationOff","features":[65]},{"name":"EmulationOnPowerDependent","features":[65]},{"name":"EmulationOnPowerIndependent","features":[65]},{"name":"EmulationStealthListen","features":[65]},{"name":"ExtendedSnepServer","features":[65]},{"name":"External","features":[65]},{"name":"ExternalFieldEnter","features":[65]},{"name":"ExternalFieldExit","features":[65]},{"name":"ExternalReaderArrival","features":[65]},{"name":"ExternalReaderDeparture","features":[65]},{"name":"GUID_DEVINTERFACE_NFCDTA","features":[65]},{"name":"GUID_DEVINTERFACE_NFCSE","features":[65]},{"name":"GUID_NFCSE_RADIO_MEDIA_DEVICE_INTERFACE","features":[65]},{"name":"GUID_NFC_RADIO_MEDIA_DEVICE_INTERFACE","features":[65]},{"name":"HceActivated","features":[65]},{"name":"HceDeactivated","features":[65]},{"name":"IOCTL_NFCDTA_CONFIG_P2P_PARAM","features":[65]},{"name":"IOCTL_NFCDTA_CONFIG_RF_DISCOVERY","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_ACTIVATE","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_CONFIG","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_DEACTIVATE","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_DISCOVER_SERVICES","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_GET_NEXT_LINK_STATUS","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_LINK_STATUS_CHECK","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_ACCEPT","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_BIND","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_CLOSE","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_CONNECT","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_CREATE","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_DISCONNECT","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_GET_NEXT_ERROR","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_LISTEN","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_RECV","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_RECV_FROM","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_SEND","features":[65]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_SNED_TO","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_CHECK_PRESENCE","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_CONNECT","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_DISCONNECT","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_GET_NEXT","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_NDEF_CHECK","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_NDEF_CONVERT_READ_ONLY","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_NDEF_READ","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_NDEF_WRITE","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_RECV","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_SEND","features":[65]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_TRANSCEIVE","features":[65]},{"name":"IOCTL_NFCDTA_SET_RF_CONFIG","features":[65]},{"name":"IOCTL_NFCDTA_SE_ENUMERATE","features":[65]},{"name":"IOCTL_NFCDTA_SE_GET_NEXT_EVENT","features":[65]},{"name":"IOCTL_NFCDTA_SE_SET_EMULATION_MODE","features":[65]},{"name":"IOCTL_NFCDTA_SE_SET_ROUTING_TABLE","features":[65]},{"name":"IOCTL_NFCDTA_SNEP_CLIENT_GET","features":[65]},{"name":"IOCTL_NFCDTA_SNEP_CLIENT_PUT","features":[65]},{"name":"IOCTL_NFCDTA_SNEP_DEINIT_CLIENT","features":[65]},{"name":"IOCTL_NFCDTA_SNEP_DEINIT_SERVER","features":[65]},{"name":"IOCTL_NFCDTA_SNEP_INIT_CLIENT","features":[65]},{"name":"IOCTL_NFCDTA_SNEP_INIT_SERVER","features":[65]},{"name":"IOCTL_NFCDTA_SNEP_SERVER_ACCEPT","features":[65]},{"name":"IOCTL_NFCDTA_SNEP_SERVER_GET_NEXT_CONNECTION","features":[65]},{"name":"IOCTL_NFCDTA_SNEP_SERVER_GET_NEXT_REQUEST","features":[65]},{"name":"IOCTL_NFCDTA_SNEP_SERVER_SEND_RESPONSE","features":[65]},{"name":"IOCTL_NFCRM_QUERY_RADIO_STATE","features":[65]},{"name":"IOCTL_NFCRM_SET_RADIO_STATE","features":[65]},{"name":"IOCTL_NFCSERM_QUERY_RADIO_STATE","features":[65]},{"name":"IOCTL_NFCSERM_SET_RADIO_STATE","features":[65]},{"name":"IOCTL_NFCSE_ENUM_ENDPOINTS","features":[65]},{"name":"IOCTL_NFCSE_GET_NEXT_EVENT","features":[65]},{"name":"IOCTL_NFCSE_GET_NFCC_CAPABILITIES","features":[65]},{"name":"IOCTL_NFCSE_GET_ROUTING_TABLE","features":[65]},{"name":"IOCTL_NFCSE_HCE_REMOTE_RECV","features":[65]},{"name":"IOCTL_NFCSE_HCE_REMOTE_SEND","features":[65]},{"name":"IOCTL_NFCSE_SET_CARD_EMULATION_MODE","features":[65]},{"name":"IOCTL_NFCSE_SET_POWER_MODE","features":[65]},{"name":"IOCTL_NFCSE_SET_ROUTING_TABLE","features":[65]},{"name":"IOCTL_NFCSE_SUBSCRIBE_FOR_EVENT","features":[65]},{"name":"ISO_7816_MAXIMUM_AID_LENGTH","features":[65]},{"name":"ISO_7816_MINIMUM_AID_LENGTH","features":[65]},{"name":"IdleMode","features":[65]},{"name":"Integrated","features":[65]},{"name":"LinkActivated","features":[65]},{"name":"LinkDeactivated","features":[65]},{"name":"MAX_ATR_LENGTH","features":[65]},{"name":"MAX_LLCP_SERVICE_NAME_SIZE","features":[65]},{"name":"MAX_SNEP_SERVER_NAME_SIZE","features":[65]},{"name":"MAX_UID_SIZE","features":[65]},{"name":"NFCRMDDI_IOCTL_BASE","features":[65]},{"name":"NFCRM_RADIO_STATE","features":[65,1]},{"name":"NFCRM_SET_RADIO_STATE","features":[65,1]},{"name":"NFC_DATA_BUFFER","features":[65]},{"name":"NFC_DEVICE_TYPE","features":[65]},{"name":"NFC_LLCP_CONFIG","features":[65,1]},{"name":"NFC_LLCP_LINK_STATUS","features":[65]},{"name":"NFC_LLCP_SERVICE_DISCOVER_REQUEST","features":[65]},{"name":"NFC_LLCP_SERVICE_DISCOVER_SAP","features":[65]},{"name":"NFC_LLCP_SERVICE_NAME_ENTRY","features":[65]},{"name":"NFC_LLCP_SOCKET_ACCEPT_INFO","features":[65]},{"name":"NFC_LLCP_SOCKET_CL_PAYLOAD","features":[65]},{"name":"NFC_LLCP_SOCKET_CONNECT_INFO","features":[65]},{"name":"NFC_LLCP_SOCKET_CONNECT_TYPE","features":[65]},{"name":"NFC_LLCP_SOCKET_ERROR","features":[65]},{"name":"NFC_LLCP_SOCKET_ERROR_INFO","features":[65]},{"name":"NFC_LLCP_SOCKET_INFO","features":[65]},{"name":"NFC_LLCP_SOCKET_OPTION","features":[65]},{"name":"NFC_LLCP_SOCKET_PAYLOAD","features":[65]},{"name":"NFC_LLCP_SOCKET_SERVICE_INFO","features":[65]},{"name":"NFC_LLCP_SOCKET_TYPE","features":[65]},{"name":"NFC_NDEF_INFO","features":[65,1]},{"name":"NFC_P2P_MODE","features":[65]},{"name":"NFC_P2P_PARAM_CONFIG","features":[65]},{"name":"NFC_RELEASE_TYPE","features":[65]},{"name":"NFC_REMOTE_DEVICE_DISCONNET","features":[65]},{"name":"NFC_REMOTE_DEV_INFO","features":[65]},{"name":"NFC_REMOTE_DEV_RECV_INFO","features":[65]},{"name":"NFC_REMOTE_DEV_SEND_INFO","features":[65]},{"name":"NFC_RF_DISCOVERY_CONFIG","features":[65,1]},{"name":"NFC_RF_DISCOVERY_MODE","features":[65]},{"name":"NFC_SE_AID_ROUTING_INFO","features":[65]},{"name":"NFC_SE_EMULATION_MODE","features":[65]},{"name":"NFC_SE_EMULATION_MODE_INFO","features":[65]},{"name":"NFC_SE_EVENT_INFO","features":[65]},{"name":"NFC_SE_INFO","features":[65]},{"name":"NFC_SE_LIST","features":[65]},{"name":"NFC_SE_PROTO_ROUTING_INFO","features":[65]},{"name":"NFC_SE_ROUTING_TABLE","features":[65]},{"name":"NFC_SE_ROUTING_TABLE_ENTRY","features":[65]},{"name":"NFC_SE_TECH_ROUTING_INFO","features":[65]},{"name":"NFC_SNEP_CLIENT_GET_INFO","features":[65]},{"name":"NFC_SNEP_CLIENT_INFO","features":[65]},{"name":"NFC_SNEP_CLIENT_PUT_INFO","features":[65]},{"name":"NFC_SNEP_REQUEST_TYPE","features":[65]},{"name":"NFC_SNEP_SERVER_ACCEPT_INFO","features":[65]},{"name":"NFC_SNEP_SERVER_INFO","features":[65]},{"name":"NFC_SNEP_SERVER_REQUEST","features":[65]},{"name":"NFC_SNEP_SERVER_RESPONSE_INFO","features":[65]},{"name":"NFC_SNEP_SERVER_TYPE","features":[65]},{"name":"NfcConnectBySap","features":[65]},{"name":"NfcConnectByUri","features":[65]},{"name":"NfcDepDefault","features":[65]},{"name":"NfcDepListen","features":[65]},{"name":"NfcDepPoll","features":[65]},{"name":"NfcIP1Initiator","features":[65]},{"name":"NfcIP1Target","features":[65]},{"name":"NfcLlcpErrorBusyCondition","features":[65]},{"name":"NfcLlcpErrorDisconnected","features":[65]},{"name":"NfcLlcpErrorFrameRejected","features":[65]},{"name":"NfcLlcpErrorNotBusyCondition","features":[65]},{"name":"NfcReader","features":[65]},{"name":"NfcType1Tag","features":[65]},{"name":"NfcType2Tag","features":[65]},{"name":"NfcType3Tag","features":[65]},{"name":"NfcType4Tag","features":[65]},{"name":"RFDiscoveryResume","features":[65]},{"name":"RfDiscoveryConfig","features":[65]},{"name":"RfDiscoveryStart","features":[65]},{"name":"RoutingTypeAid","features":[65]},{"name":"RoutingTypeProtocol","features":[65]},{"name":"RoutingTypeTech","features":[65]},{"name":"SECURE_ELEMENT_AID_ROUTING_INFO","features":[65]},{"name":"SECURE_ELEMENT_CARD_EMULATION_MODE","features":[65]},{"name":"SECURE_ELEMENT_ENDPOINT_INFO","features":[65]},{"name":"SECURE_ELEMENT_ENDPOINT_LIST","features":[65]},{"name":"SECURE_ELEMENT_EVENT_INFO","features":[65]},{"name":"SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO","features":[65]},{"name":"SECURE_ELEMENT_EVENT_TYPE","features":[65]},{"name":"SECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD","features":[65]},{"name":"SECURE_ELEMENT_HCE_DATA_PACKET","features":[65]},{"name":"SECURE_ELEMENT_NFCC_CAPABILITIES","features":[65,1]},{"name":"SECURE_ELEMENT_POWER_MODE","features":[65]},{"name":"SECURE_ELEMENT_PROTO_ROUTING_INFO","features":[65]},{"name":"SECURE_ELEMENT_ROUTING_TABLE","features":[65]},{"name":"SECURE_ELEMENT_ROUTING_TABLE_ENTRY","features":[65]},{"name":"SECURE_ELEMENT_ROUTING_TYPE","features":[65]},{"name":"SECURE_ELEMENT_SET_CARD_EMULATION_MODE_INFO","features":[65]},{"name":"SECURE_ELEMENT_SET_POWER_MODE_INFO","features":[65]},{"name":"SECURE_ELEMENT_TECH_ROUTING_INFO","features":[65]},{"name":"SECURE_ELEMENT_TYPE","features":[65]},{"name":"SEPowerMode_AllowOff","features":[65]},{"name":"SEPowerMode_ForceOn","features":[65]},{"name":"SleepMode","features":[65]},{"name":"SnepRequestGet","features":[65]},{"name":"SnepRequestPut","features":[65]},{"name":"Transaction","features":[65]}],"389":[{"name":"DEVPKEY_NFP_Capabilities","features":[66,1]},{"name":"GUID_DEVINTERFACE_NFP","features":[66]},{"name":"IOCTL_NFP_DISABLE","features":[66]},{"name":"IOCTL_NFP_ENABLE","features":[66]},{"name":"IOCTL_NFP_GET_KILO_BYTES_PER_SECOND","features":[66]},{"name":"IOCTL_NFP_GET_MAX_MESSAGE_BYTES","features":[66]},{"name":"IOCTL_NFP_GET_NEXT_SUBSCRIBED_MESSAGE","features":[66]},{"name":"IOCTL_NFP_GET_NEXT_TRANSMITTED_MESSAGE","features":[66]},{"name":"IOCTL_NFP_SET_PAYLOAD","features":[66]},{"name":"SUBSCRIBED_MESSAGE","features":[66]}],"390":[{"name":"CLSID_WPD_NAMESPACE_EXTENSION","features":[67]},{"name":"DELETE_OBJECT_OPTIONS","features":[67]},{"name":"DEVICE_RADIO_STATE","features":[67]},{"name":"DEVPKEY_MTPBTH_IsConnected","features":[67,1]},{"name":"DEVSVCTYPE_ABSTRACT","features":[67]},{"name":"DEVSVCTYPE_DEFAULT","features":[67]},{"name":"DEVSVC_SERVICEINFO_VERSION","features":[67]},{"name":"DMProcessConfigXMLFiltered","features":[67]},{"name":"DRS_HW_RADIO_OFF","features":[67]},{"name":"DRS_HW_RADIO_OFF_UNCONTROLLABLE","features":[67]},{"name":"DRS_HW_RADIO_ON_UNCONTROLLABLE","features":[67]},{"name":"DRS_RADIO_INVALID","features":[67]},{"name":"DRS_RADIO_MAX","features":[67]},{"name":"DRS_RADIO_ON","features":[67]},{"name":"DRS_SW_HW_RADIO_OFF","features":[67]},{"name":"DRS_SW_RADIO_OFF","features":[67]},{"name":"ENUM_AnchorResults_AnchorStateInvalid","features":[67]},{"name":"ENUM_AnchorResults_AnchorStateNormal","features":[67]},{"name":"ENUM_AnchorResults_AnchorStateOld","features":[67]},{"name":"ENUM_AnchorResults_ItemStateChanged","features":[67]},{"name":"ENUM_AnchorResults_ItemStateCreated","features":[67]},{"name":"ENUM_AnchorResults_ItemStateDeleted","features":[67]},{"name":"ENUM_AnchorResults_ItemStateInvalid","features":[67]},{"name":"ENUM_AnchorResults_ItemStateUpdated","features":[67]},{"name":"ENUM_CalendarObj_BusyStatusBusy","features":[67]},{"name":"ENUM_CalendarObj_BusyStatusFree","features":[67]},{"name":"ENUM_CalendarObj_BusyStatusOutOfOffice","features":[67]},{"name":"ENUM_CalendarObj_BusyStatusTentative","features":[67]},{"name":"ENUM_DeviceMetadataObj_DefaultCABFalse","features":[67]},{"name":"ENUM_DeviceMetadataObj_DefaultCABTrue","features":[67]},{"name":"ENUM_MessageObj_PatternInstanceFirst","features":[67]},{"name":"ENUM_MessageObj_PatternInstanceFourth","features":[67]},{"name":"ENUM_MessageObj_PatternInstanceLast","features":[67]},{"name":"ENUM_MessageObj_PatternInstanceNone","features":[67]},{"name":"ENUM_MessageObj_PatternInstanceSecond","features":[67]},{"name":"ENUM_MessageObj_PatternInstanceThird","features":[67]},{"name":"ENUM_MessageObj_PatternTypeDaily","features":[67]},{"name":"ENUM_MessageObj_PatternTypeMonthly","features":[67]},{"name":"ENUM_MessageObj_PatternTypeWeekly","features":[67]},{"name":"ENUM_MessageObj_PatternTypeYearly","features":[67]},{"name":"ENUM_MessageObj_PriorityHighest","features":[67]},{"name":"ENUM_MessageObj_PriorityLowest","features":[67]},{"name":"ENUM_MessageObj_PriorityNormal","features":[67]},{"name":"ENUM_MessageObj_ReadFalse","features":[67]},{"name":"ENUM_MessageObj_ReadTrue","features":[67]},{"name":"ENUM_StatusSvc_ChargingActive","features":[67]},{"name":"ENUM_StatusSvc_ChargingInactive","features":[67]},{"name":"ENUM_StatusSvc_ChargingUnknown","features":[67]},{"name":"ENUM_StatusSvc_RoamingActive","features":[67]},{"name":"ENUM_StatusSvc_RoamingInactive","features":[67]},{"name":"ENUM_StatusSvc_RoamingUnknown","features":[67]},{"name":"ENUM_SyncSvc_SyncObjectReferencesDisabled","features":[67]},{"name":"ENUM_SyncSvc_SyncObjectReferencesEnabled","features":[67]},{"name":"ENUM_TaskObj_CompleteFalse","features":[67]},{"name":"ENUM_TaskObj_CompleteTrue","features":[67]},{"name":"E_WPD_DEVICE_ALREADY_OPENED","features":[67]},{"name":"E_WPD_DEVICE_IS_HUNG","features":[67]},{"name":"E_WPD_DEVICE_NOT_OPEN","features":[67]},{"name":"E_WPD_OBJECT_ALREADY_ATTACHED_TO_DEVICE","features":[67]},{"name":"E_WPD_OBJECT_ALREADY_ATTACHED_TO_SERVICE","features":[67]},{"name":"E_WPD_OBJECT_NOT_ATTACHED_TO_DEVICE","features":[67]},{"name":"E_WPD_OBJECT_NOT_ATTACHED_TO_SERVICE","features":[67]},{"name":"E_WPD_OBJECT_NOT_COMMITED","features":[67]},{"name":"E_WPD_SERVICE_ALREADY_OPENED","features":[67]},{"name":"E_WPD_SERVICE_BAD_PARAMETER_ORDER","features":[67]},{"name":"E_WPD_SERVICE_NOT_OPEN","features":[67]},{"name":"E_WPD_SMS_INVALID_MESSAGE_BODY","features":[67]},{"name":"E_WPD_SMS_INVALID_RECIPIENT","features":[67]},{"name":"E_WPD_SMS_SERVICE_UNAVAILABLE","features":[67]},{"name":"EnumBthMtpConnectors","features":[67]},{"name":"FACILITY_WPD","features":[67]},{"name":"FLAG_MessageObj_DayOfWeekFriday","features":[67]},{"name":"FLAG_MessageObj_DayOfWeekMonday","features":[67]},{"name":"FLAG_MessageObj_DayOfWeekNone","features":[67]},{"name":"FLAG_MessageObj_DayOfWeekSaturday","features":[67]},{"name":"FLAG_MessageObj_DayOfWeekSunday","features":[67]},{"name":"FLAG_MessageObj_DayOfWeekThursday","features":[67]},{"name":"FLAG_MessageObj_DayOfWeekTuesday","features":[67]},{"name":"FLAG_MessageObj_DayOfWeekWednesday","features":[67]},{"name":"GUID_DEVINTERFACE_WPD","features":[67]},{"name":"GUID_DEVINTERFACE_WPD_PRIVATE","features":[67]},{"name":"GUID_DEVINTERFACE_WPD_SERVICE","features":[67]},{"name":"IConnectionRequestCallback","features":[67]},{"name":"IEnumPortableDeviceConnectors","features":[67]},{"name":"IEnumPortableDeviceObjectIDs","features":[67]},{"name":"IMediaRadioManager","features":[67]},{"name":"IMediaRadioManagerNotifySink","features":[67]},{"name":"IOCTL_WPD_MESSAGE_READWRITE_ACCESS","features":[67]},{"name":"IOCTL_WPD_MESSAGE_READ_ACCESS","features":[67]},{"name":"IPortableDevice","features":[67]},{"name":"IPortableDeviceCapabilities","features":[67]},{"name":"IPortableDeviceConnector","features":[67]},{"name":"IPortableDeviceContent","features":[67]},{"name":"IPortableDeviceContent2","features":[67]},{"name":"IPortableDeviceDataStream","features":[67]},{"name":"IPortableDeviceDispatchFactory","features":[67]},{"name":"IPortableDeviceEventCallback","features":[67]},{"name":"IPortableDeviceKeyCollection","features":[67]},{"name":"IPortableDeviceManager","features":[67]},{"name":"IPortableDevicePropVariantCollection","features":[67]},{"name":"IPortableDeviceProperties","features":[67]},{"name":"IPortableDevicePropertiesBulk","features":[67]},{"name":"IPortableDevicePropertiesBulkCallback","features":[67]},{"name":"IPortableDeviceResources","features":[67]},{"name":"IPortableDeviceService","features":[67]},{"name":"IPortableDeviceServiceActivation","features":[67]},{"name":"IPortableDeviceServiceCapabilities","features":[67]},{"name":"IPortableDeviceServiceManager","features":[67]},{"name":"IPortableDeviceServiceMethodCallback","features":[67]},{"name":"IPortableDeviceServiceMethods","features":[67]},{"name":"IPortableDeviceServiceOpenCallback","features":[67]},{"name":"IPortableDeviceUnitsStream","features":[67]},{"name":"IPortableDeviceValues","features":[67]},{"name":"IPortableDeviceValuesCollection","features":[67]},{"name":"IPortableDeviceWebControl","features":[67]},{"name":"IRadioInstance","features":[67]},{"name":"IRadioInstanceCollection","features":[67]},{"name":"IWpdSerializer","features":[67]},{"name":"NAME_3GPP2File","features":[67]},{"name":"NAME_3GPPFile","features":[67]},{"name":"NAME_AACFile","features":[67]},{"name":"NAME_AIFFFile","features":[67]},{"name":"NAME_AMRFile","features":[67]},{"name":"NAME_ASFFile","features":[67]},{"name":"NAME_ASXPlaylist","features":[67]},{"name":"NAME_ATSCTSFile","features":[67]},{"name":"NAME_AVCHDFile","features":[67]},{"name":"NAME_AVIFile","features":[67]},{"name":"NAME_AbstractActivity","features":[67]},{"name":"NAME_AbstractActivityOccurrence","features":[67]},{"name":"NAME_AbstractAudioAlbum","features":[67]},{"name":"NAME_AbstractAudioPlaylist","features":[67]},{"name":"NAME_AbstractAudioVideoAlbum","features":[67]},{"name":"NAME_AbstractChapteredProduction","features":[67]},{"name":"NAME_AbstractContact","features":[67]},{"name":"NAME_AbstractContactGroup","features":[67]},{"name":"NAME_AbstractDocument","features":[67]},{"name":"NAME_AbstractImageAlbum","features":[67]},{"name":"NAME_AbstractMediacast","features":[67]},{"name":"NAME_AbstractMessage","features":[67]},{"name":"NAME_AbstractMessageFolder","features":[67]},{"name":"NAME_AbstractMultimediaAlbum","features":[67]},{"name":"NAME_AbstractNote","features":[67]},{"name":"NAME_AbstractTask","features":[67]},{"name":"NAME_AbstractVideoAlbum","features":[67]},{"name":"NAME_AbstractVideoPlaylist","features":[67]},{"name":"NAME_AnchorResults","features":[67]},{"name":"NAME_AnchorResults_Anchor","features":[67]},{"name":"NAME_AnchorResults_AnchorState","features":[67]},{"name":"NAME_AnchorResults_ResultObjectID","features":[67]},{"name":"NAME_AnchorSyncKnowledge","features":[67]},{"name":"NAME_AnchorSyncSvc","features":[67]},{"name":"NAME_AnchorSyncSvc_BeginSync","features":[67]},{"name":"NAME_AnchorSyncSvc_CurrentAnchor","features":[67]},{"name":"NAME_AnchorSyncSvc_EndSync","features":[67]},{"name":"NAME_AnchorSyncSvc_FilterType","features":[67]},{"name":"NAME_AnchorSyncSvc_GetChangesSinceAnchor","features":[67]},{"name":"NAME_AnchorSyncSvc_KnowledgeObjectID","features":[67]},{"name":"NAME_AnchorSyncSvc_LastSyncProxyID","features":[67]},{"name":"NAME_AnchorSyncSvc_LocalOnlyDelete","features":[67]},{"name":"NAME_AnchorSyncSvc_ProviderVersion","features":[67]},{"name":"NAME_AnchorSyncSvc_ReplicaID","features":[67]},{"name":"NAME_AnchorSyncSvc_SyncFormat","features":[67]},{"name":"NAME_AnchorSyncSvc_VersionProps","features":[67]},{"name":"NAME_Association","features":[67]},{"name":"NAME_AudibleFile","features":[67]},{"name":"NAME_AudioObj_AudioBitDepth","features":[67]},{"name":"NAME_AudioObj_AudioBitRate","features":[67]},{"name":"NAME_AudioObj_AudioBlockAlignment","features":[67]},{"name":"NAME_AudioObj_AudioFormatCode","features":[67]},{"name":"NAME_AudioObj_Channels","features":[67]},{"name":"NAME_AudioObj_Lyrics","features":[67]},{"name":"NAME_BMPImage","features":[67]},{"name":"NAME_CIFFImage","features":[67]},{"name":"NAME_CalendarObj_Accepted","features":[67]},{"name":"NAME_CalendarObj_BeginDateTime","features":[67]},{"name":"NAME_CalendarObj_BusyStatus","features":[67]},{"name":"NAME_CalendarObj_Declined","features":[67]},{"name":"NAME_CalendarObj_EndDateTime","features":[67]},{"name":"NAME_CalendarObj_Location","features":[67]},{"name":"NAME_CalendarObj_PatternDuration","features":[67]},{"name":"NAME_CalendarObj_PatternStartTime","features":[67]},{"name":"NAME_CalendarObj_ReminderOffset","features":[67]},{"name":"NAME_CalendarObj_Tentative","features":[67]},{"name":"NAME_CalendarObj_TimeZone","features":[67]},{"name":"NAME_CalendarSvc","features":[67]},{"name":"NAME_CalendarSvc_SyncWindowEnd","features":[67]},{"name":"NAME_CalendarSvc_SyncWindowStart","features":[67]},{"name":"NAME_ContactObj_AnniversaryDate","features":[67]},{"name":"NAME_ContactObj_Assistant","features":[67]},{"name":"NAME_ContactObj_Birthdate","features":[67]},{"name":"NAME_ContactObj_BusinessAddressCity","features":[67]},{"name":"NAME_ContactObj_BusinessAddressCountry","features":[67]},{"name":"NAME_ContactObj_BusinessAddressFull","features":[67]},{"name":"NAME_ContactObj_BusinessAddressLine2","features":[67]},{"name":"NAME_ContactObj_BusinessAddressPostalCode","features":[67]},{"name":"NAME_ContactObj_BusinessAddressRegion","features":[67]},{"name":"NAME_ContactObj_BusinessAddressStreet","features":[67]},{"name":"NAME_ContactObj_BusinessEmail","features":[67]},{"name":"NAME_ContactObj_BusinessEmail2","features":[67]},{"name":"NAME_ContactObj_BusinessFax","features":[67]},{"name":"NAME_ContactObj_BusinessPhone","features":[67]},{"name":"NAME_ContactObj_BusinessPhone2","features":[67]},{"name":"NAME_ContactObj_BusinessWebAddress","features":[67]},{"name":"NAME_ContactObj_Children","features":[67]},{"name":"NAME_ContactObj_Email","features":[67]},{"name":"NAME_ContactObj_FamilyName","features":[67]},{"name":"NAME_ContactObj_Fax","features":[67]},{"name":"NAME_ContactObj_GivenName","features":[67]},{"name":"NAME_ContactObj_IMAddress","features":[67]},{"name":"NAME_ContactObj_IMAddress2","features":[67]},{"name":"NAME_ContactObj_IMAddress3","features":[67]},{"name":"NAME_ContactObj_MiddleNames","features":[67]},{"name":"NAME_ContactObj_MobilePhone","features":[67]},{"name":"NAME_ContactObj_MobilePhone2","features":[67]},{"name":"NAME_ContactObj_Organization","features":[67]},{"name":"NAME_ContactObj_OtherAddressCity","features":[67]},{"name":"NAME_ContactObj_OtherAddressCountry","features":[67]},{"name":"NAME_ContactObj_OtherAddressFull","features":[67]},{"name":"NAME_ContactObj_OtherAddressLine2","features":[67]},{"name":"NAME_ContactObj_OtherAddressPostalCode","features":[67]},{"name":"NAME_ContactObj_OtherAddressRegion","features":[67]},{"name":"NAME_ContactObj_OtherAddressStreet","features":[67]},{"name":"NAME_ContactObj_OtherEmail","features":[67]},{"name":"NAME_ContactObj_OtherPhone","features":[67]},{"name":"NAME_ContactObj_Pager","features":[67]},{"name":"NAME_ContactObj_PersonalAddressCity","features":[67]},{"name":"NAME_ContactObj_PersonalAddressCountry","features":[67]},{"name":"NAME_ContactObj_PersonalAddressFull","features":[67]},{"name":"NAME_ContactObj_PersonalAddressLine2","features":[67]},{"name":"NAME_ContactObj_PersonalAddressPostalCode","features":[67]},{"name":"NAME_ContactObj_PersonalAddressRegion","features":[67]},{"name":"NAME_ContactObj_PersonalAddressStreet","features":[67]},{"name":"NAME_ContactObj_PersonalEmail","features":[67]},{"name":"NAME_ContactObj_PersonalEmail2","features":[67]},{"name":"NAME_ContactObj_PersonalFax","features":[67]},{"name":"NAME_ContactObj_PersonalPhone","features":[67]},{"name":"NAME_ContactObj_PersonalPhone2","features":[67]},{"name":"NAME_ContactObj_PersonalWebAddress","features":[67]},{"name":"NAME_ContactObj_Phone","features":[67]},{"name":"NAME_ContactObj_PhoneticFamilyName","features":[67]},{"name":"NAME_ContactObj_PhoneticGivenName","features":[67]},{"name":"NAME_ContactObj_PhoneticOrganization","features":[67]},{"name":"NAME_ContactObj_Ringtone","features":[67]},{"name":"NAME_ContactObj_Role","features":[67]},{"name":"NAME_ContactObj_Spouse","features":[67]},{"name":"NAME_ContactObj_Suffix","features":[67]},{"name":"NAME_ContactObj_Title","features":[67]},{"name":"NAME_ContactObj_WebAddress","features":[67]},{"name":"NAME_ContactSvc_SyncWithPhoneOnly","features":[67]},{"name":"NAME_ContactsSvc","features":[67]},{"name":"NAME_DPOFDocument","features":[67]},{"name":"NAME_DVBTSFile","features":[67]},{"name":"NAME_DeviceExecutable","features":[67]},{"name":"NAME_DeviceMetadataCAB","features":[67]},{"name":"NAME_DeviceMetadataObj_ContentID","features":[67]},{"name":"NAME_DeviceMetadataObj_DefaultCAB","features":[67]},{"name":"NAME_DeviceMetadataSvc","features":[67]},{"name":"NAME_DeviceScript","features":[67]},{"name":"NAME_EXIFImage","features":[67]},{"name":"NAME_ExcelDocument","features":[67]},{"name":"NAME_FLACFile","features":[67]},{"name":"NAME_FirmwareFile","features":[67]},{"name":"NAME_FlashPixImage","features":[67]},{"name":"NAME_FullEnumSyncKnowledge","features":[67]},{"name":"NAME_FullEnumSyncSvc","features":[67]},{"name":"NAME_FullEnumSyncSvc_BeginSync","features":[67]},{"name":"NAME_FullEnumSyncSvc_EndSync","features":[67]},{"name":"NAME_FullEnumSyncSvc_FilterType","features":[67]},{"name":"NAME_FullEnumSyncSvc_KnowledgeObjectID","features":[67]},{"name":"NAME_FullEnumSyncSvc_LastSyncProxyID","features":[67]},{"name":"NAME_FullEnumSyncSvc_LocalOnlyDelete","features":[67]},{"name":"NAME_FullEnumSyncSvc_ProviderVersion","features":[67]},{"name":"NAME_FullEnumSyncSvc_ReplicaID","features":[67]},{"name":"NAME_FullEnumSyncSvc_SyncFormat","features":[67]},{"name":"NAME_FullEnumSyncSvc_VersionProps","features":[67]},{"name":"NAME_GIFImage","features":[67]},{"name":"NAME_GenericObj_AllowedFolderContents","features":[67]},{"name":"NAME_GenericObj_AssociationDesc","features":[67]},{"name":"NAME_GenericObj_AssociationType","features":[67]},{"name":"NAME_GenericObj_Copyright","features":[67]},{"name":"NAME_GenericObj_Corrupt","features":[67]},{"name":"NAME_GenericObj_DRMStatus","features":[67]},{"name":"NAME_GenericObj_DateAccessed","features":[67]},{"name":"NAME_GenericObj_DateAdded","features":[67]},{"name":"NAME_GenericObj_DateAuthored","features":[67]},{"name":"NAME_GenericObj_DateCreated","features":[67]},{"name":"NAME_GenericObj_DateModified","features":[67]},{"name":"NAME_GenericObj_DateRevised","features":[67]},{"name":"NAME_GenericObj_Description","features":[67]},{"name":"NAME_GenericObj_Hidden","features":[67]},{"name":"NAME_GenericObj_Keywords","features":[67]},{"name":"NAME_GenericObj_LanguageLocale","features":[67]},{"name":"NAME_GenericObj_Name","features":[67]},{"name":"NAME_GenericObj_NonConsumable","features":[67]},{"name":"NAME_GenericObj_ObjectFileName","features":[67]},{"name":"NAME_GenericObj_ObjectFormat","features":[67]},{"name":"NAME_GenericObj_ObjectID","features":[67]},{"name":"NAME_GenericObj_ObjectSize","features":[67]},{"name":"NAME_GenericObj_ParentID","features":[67]},{"name":"NAME_GenericObj_PersistentUID","features":[67]},{"name":"NAME_GenericObj_PropertyBag","features":[67]},{"name":"NAME_GenericObj_ProtectionStatus","features":[67]},{"name":"NAME_GenericObj_ReferenceParentID","features":[67]},{"name":"NAME_GenericObj_StorageID","features":[67]},{"name":"NAME_GenericObj_SubDescription","features":[67]},{"name":"NAME_GenericObj_SyncID","features":[67]},{"name":"NAME_GenericObj_SystemObject","features":[67]},{"name":"NAME_GenericObj_TimeToLive","features":[67]},{"name":"NAME_HDPhotoImage","features":[67]},{"name":"NAME_HTMLDocument","features":[67]},{"name":"NAME_HintsSvc","features":[67]},{"name":"NAME_ICalendarActivity","features":[67]},{"name":"NAME_ImageObj_Aperature","features":[67]},{"name":"NAME_ImageObj_Exposure","features":[67]},{"name":"NAME_ImageObj_ISOSpeed","features":[67]},{"name":"NAME_ImageObj_ImageBitDepth","features":[67]},{"name":"NAME_ImageObj_IsColorCorrected","features":[67]},{"name":"NAME_ImageObj_IsCropped","features":[67]},{"name":"NAME_JFIFImage","features":[67]},{"name":"NAME_JP2Image","features":[67]},{"name":"NAME_JPEGXRImage","features":[67]},{"name":"NAME_JPXImage","features":[67]},{"name":"NAME_M3UPlaylist","features":[67]},{"name":"NAME_MHTDocument","features":[67]},{"name":"NAME_MP3File","features":[67]},{"name":"NAME_MPEG2File","features":[67]},{"name":"NAME_MPEG4File","features":[67]},{"name":"NAME_MPEGFile","features":[67]},{"name":"NAME_MPLPlaylist","features":[67]},{"name":"NAME_MediaObj_AlbumArtist","features":[67]},{"name":"NAME_MediaObj_AlbumName","features":[67]},{"name":"NAME_MediaObj_Artist","features":[67]},{"name":"NAME_MediaObj_AudioEncodingProfile","features":[67]},{"name":"NAME_MediaObj_BitRateType","features":[67]},{"name":"NAME_MediaObj_BookmarkByte","features":[67]},{"name":"NAME_MediaObj_BookmarkObject","features":[67]},{"name":"NAME_MediaObj_BookmarkTime","features":[67]},{"name":"NAME_MediaObj_BufferSize","features":[67]},{"name":"NAME_MediaObj_Composer","features":[67]},{"name":"NAME_MediaObj_Credits","features":[67]},{"name":"NAME_MediaObj_DateOriginalRelease","features":[67]},{"name":"NAME_MediaObj_Duration","features":[67]},{"name":"NAME_MediaObj_Editor","features":[67]},{"name":"NAME_MediaObj_EffectiveRating","features":[67]},{"name":"NAME_MediaObj_EncodingProfile","features":[67]},{"name":"NAME_MediaObj_EncodingQuality","features":[67]},{"name":"NAME_MediaObj_Genre","features":[67]},{"name":"NAME_MediaObj_GeographicOrigin","features":[67]},{"name":"NAME_MediaObj_Height","features":[67]},{"name":"NAME_MediaObj_MediaType","features":[67]},{"name":"NAME_MediaObj_MediaUID","features":[67]},{"name":"NAME_MediaObj_Mood","features":[67]},{"name":"NAME_MediaObj_Owner","features":[67]},{"name":"NAME_MediaObj_ParentalRating","features":[67]},{"name":"NAME_MediaObj_Producer","features":[67]},{"name":"NAME_MediaObj_SampleRate","features":[67]},{"name":"NAME_MediaObj_SkipCount","features":[67]},{"name":"NAME_MediaObj_SubscriptionContentID","features":[67]},{"name":"NAME_MediaObj_Subtitle","features":[67]},{"name":"NAME_MediaObj_TotalBitRate","features":[67]},{"name":"NAME_MediaObj_Track","features":[67]},{"name":"NAME_MediaObj_URLLink","features":[67]},{"name":"NAME_MediaObj_URLSource","features":[67]},{"name":"NAME_MediaObj_UseCount","features":[67]},{"name":"NAME_MediaObj_UserRating","features":[67]},{"name":"NAME_MediaObj_WebMaster","features":[67]},{"name":"NAME_MediaObj_Width","features":[67]},{"name":"NAME_MessageObj_BCC","features":[67]},{"name":"NAME_MessageObj_Body","features":[67]},{"name":"NAME_MessageObj_CC","features":[67]},{"name":"NAME_MessageObj_Category","features":[67]},{"name":"NAME_MessageObj_PatternDayOfMonth","features":[67]},{"name":"NAME_MessageObj_PatternDayOfWeek","features":[67]},{"name":"NAME_MessageObj_PatternDeleteDates","features":[67]},{"name":"NAME_MessageObj_PatternInstance","features":[67]},{"name":"NAME_MessageObj_PatternMonthOfYear","features":[67]},{"name":"NAME_MessageObj_PatternOriginalDateTime","features":[67]},{"name":"NAME_MessageObj_PatternPeriod","features":[67]},{"name":"NAME_MessageObj_PatternType","features":[67]},{"name":"NAME_MessageObj_PatternValidEndDate","features":[67]},{"name":"NAME_MessageObj_PatternValidStartDate","features":[67]},{"name":"NAME_MessageObj_Priority","features":[67]},{"name":"NAME_MessageObj_Read","features":[67]},{"name":"NAME_MessageObj_ReceivedTime","features":[67]},{"name":"NAME_MessageObj_Sender","features":[67]},{"name":"NAME_MessageObj_Subject","features":[67]},{"name":"NAME_MessageObj_To","features":[67]},{"name":"NAME_MessageSvc","features":[67]},{"name":"NAME_NotesSvc","features":[67]},{"name":"NAME_OGGFile","features":[67]},{"name":"NAME_PCDImage","features":[67]},{"name":"NAME_PICTImage","features":[67]},{"name":"NAME_PNGImage","features":[67]},{"name":"NAME_PSLPlaylist","features":[67]},{"name":"NAME_PowerPointDocument","features":[67]},{"name":"NAME_QCELPFile","features":[67]},{"name":"NAME_RingtonesSvc","features":[67]},{"name":"NAME_RingtonesSvc_DefaultRingtone","features":[67]},{"name":"NAME_Services_ServiceDisplayName","features":[67]},{"name":"NAME_Services_ServiceIcon","features":[67]},{"name":"NAME_Services_ServiceLocale","features":[67]},{"name":"NAME_StatusSvc","features":[67]},{"name":"NAME_StatusSvc_BatteryLife","features":[67]},{"name":"NAME_StatusSvc_ChargingState","features":[67]},{"name":"NAME_StatusSvc_MissedCalls","features":[67]},{"name":"NAME_StatusSvc_NetworkName","features":[67]},{"name":"NAME_StatusSvc_NetworkType","features":[67]},{"name":"NAME_StatusSvc_NewPictures","features":[67]},{"name":"NAME_StatusSvc_Roaming","features":[67]},{"name":"NAME_StatusSvc_SignalStrength","features":[67]},{"name":"NAME_StatusSvc_StorageCapacity","features":[67]},{"name":"NAME_StatusSvc_StorageFreeSpace","features":[67]},{"name":"NAME_StatusSvc_TextMessages","features":[67]},{"name":"NAME_StatusSvc_VoiceMail","features":[67]},{"name":"NAME_SyncObj_LastAuthorProxyID","features":[67]},{"name":"NAME_SyncSvc_BeginSync","features":[67]},{"name":"NAME_SyncSvc_EndSync","features":[67]},{"name":"NAME_SyncSvc_FilterType","features":[67]},{"name":"NAME_SyncSvc_LocalOnlyDelete","features":[67]},{"name":"NAME_SyncSvc_SyncFormat","features":[67]},{"name":"NAME_SyncSvc_SyncObjectReferences","features":[67]},{"name":"NAME_TIFFEPImage","features":[67]},{"name":"NAME_TIFFITImage","features":[67]},{"name":"NAME_TIFFImage","features":[67]},{"name":"NAME_TaskObj_BeginDate","features":[67]},{"name":"NAME_TaskObj_Complete","features":[67]},{"name":"NAME_TaskObj_EndDate","features":[67]},{"name":"NAME_TaskObj_ReminderDateTime","features":[67]},{"name":"NAME_TasksSvc","features":[67]},{"name":"NAME_TasksSvc_SyncActiveOnly","features":[67]},{"name":"NAME_TextDocument","features":[67]},{"name":"NAME_Undefined","features":[67]},{"name":"NAME_UndefinedAudio","features":[67]},{"name":"NAME_UndefinedCollection","features":[67]},{"name":"NAME_UndefinedDocument","features":[67]},{"name":"NAME_UndefinedVideo","features":[67]},{"name":"NAME_UnknownImage","features":[67]},{"name":"NAME_VCalendar1Activity","features":[67]},{"name":"NAME_VCard2Contact","features":[67]},{"name":"NAME_VCard3Contact","features":[67]},{"name":"NAME_VideoObj_KeyFrameDistance","features":[67]},{"name":"NAME_VideoObj_ScanType","features":[67]},{"name":"NAME_VideoObj_Source","features":[67]},{"name":"NAME_VideoObj_VideoBitRate","features":[67]},{"name":"NAME_VideoObj_VideoFormatCode","features":[67]},{"name":"NAME_VideoObj_VideoFrameRate","features":[67]},{"name":"NAME_WAVFile","features":[67]},{"name":"NAME_WBMPImage","features":[67]},{"name":"NAME_WMAFile","features":[67]},{"name":"NAME_WMVFile","features":[67]},{"name":"NAME_WPLPlaylist","features":[67]},{"name":"NAME_WordDocument","features":[67]},{"name":"NAME_XMLDocument","features":[67]},{"name":"PORTABLE_DEVICE_DELETE_NO_RECURSION","features":[67]},{"name":"PORTABLE_DEVICE_DELETE_WITH_RECURSION","features":[67]},{"name":"PORTABLE_DEVICE_DRM_SCHEME_PDDRM","features":[67]},{"name":"PORTABLE_DEVICE_DRM_SCHEME_WMDRM10_PD","features":[67]},{"name":"PORTABLE_DEVICE_ICON","features":[67]},{"name":"PORTABLE_DEVICE_IS_MASS_STORAGE","features":[67]},{"name":"PORTABLE_DEVICE_NAMESPACE_EXCLUDE_FROM_SHELL","features":[67]},{"name":"PORTABLE_DEVICE_NAMESPACE_THUMBNAIL_CONTENT_TYPES","features":[67]},{"name":"PORTABLE_DEVICE_NAMESPACE_TIMEOUT","features":[67]},{"name":"PORTABLE_DEVICE_TYPE","features":[67]},{"name":"PortableDevice","features":[67]},{"name":"PortableDeviceDispatchFactory","features":[67]},{"name":"PortableDeviceFTM","features":[67]},{"name":"PortableDeviceKeyCollection","features":[67]},{"name":"PortableDeviceManager","features":[67]},{"name":"PortableDevicePropVariantCollection","features":[67]},{"name":"PortableDeviceService","features":[67]},{"name":"PortableDeviceServiceFTM","features":[67]},{"name":"PortableDeviceValues","features":[67]},{"name":"PortableDeviceValuesCollection","features":[67]},{"name":"PortableDeviceWebControl","features":[67]},{"name":"RANGEMAX_MessageObj_PatternDayOfMonth","features":[67]},{"name":"RANGEMAX_MessageObj_PatternMonthOfYear","features":[67]},{"name":"RANGEMAX_StatusSvc_BatteryLife","features":[67]},{"name":"RANGEMAX_StatusSvc_MissedCalls","features":[67]},{"name":"RANGEMAX_StatusSvc_NewPictures","features":[67]},{"name":"RANGEMAX_StatusSvc_SignalStrength","features":[67]},{"name":"RANGEMAX_StatusSvc_TextMessages","features":[67]},{"name":"RANGEMAX_StatusSvc_VoiceMail","features":[67]},{"name":"RANGEMIN_MessageObj_PatternDayOfMonth","features":[67]},{"name":"RANGEMIN_MessageObj_PatternMonthOfYear","features":[67]},{"name":"RANGEMIN_StatusSvc_BatteryLife","features":[67]},{"name":"RANGEMIN_StatusSvc_SignalStrength","features":[67]},{"name":"RANGESTEP_MessageObj_PatternDayOfMonth","features":[67]},{"name":"RANGESTEP_MessageObj_PatternMonthOfYear","features":[67]},{"name":"RANGESTEP_StatusSvc_BatteryLife","features":[67]},{"name":"RANGESTEP_StatusSvc_SignalStrength","features":[67]},{"name":"SMS_BINARY_MESSAGE","features":[67]},{"name":"SMS_ENCODING_7_BIT","features":[67]},{"name":"SMS_ENCODING_8_BIT","features":[67]},{"name":"SMS_ENCODING_UTF_16","features":[67]},{"name":"SMS_MESSAGE_TYPES","features":[67]},{"name":"SMS_TEXT_MESSAGE","features":[67]},{"name":"SRS_RADIO_DISABLED","features":[67]},{"name":"SRS_RADIO_ENABLED","features":[67]},{"name":"STR_WPDNSE_FAST_ENUM","features":[67]},{"name":"STR_WPDNSE_SIMPLE_ITEM","features":[67]},{"name":"SYNCSVC_FILTER_CALENDAR_WINDOW_WITH_RECURRENCE","features":[67]},{"name":"SYNCSVC_FILTER_CONTACTS_WITH_PHONE","features":[67]},{"name":"SYNCSVC_FILTER_NONE","features":[67]},{"name":"SYNCSVC_FILTER_TASK_ACTIVE","features":[67]},{"name":"SYSTEM_RADIO_STATE","features":[67]},{"name":"TYPE_AnchorSyncSvc","features":[67]},{"name":"TYPE_CalendarSvc","features":[67]},{"name":"TYPE_ContactsSvc","features":[67]},{"name":"TYPE_DeviceMetadataSvc","features":[67]},{"name":"TYPE_FullEnumSyncSvc","features":[67]},{"name":"TYPE_HintsSvc","features":[67]},{"name":"TYPE_MessageSvc","features":[67]},{"name":"TYPE_NotesSvc","features":[67]},{"name":"TYPE_RingtonesSvc","features":[67]},{"name":"TYPE_StatusSvc","features":[67]},{"name":"TYPE_TasksSvc","features":[67]},{"name":"WPDNSE_OBJECT_HAS_ALBUM_ART","features":[67,1]},{"name":"WPDNSE_OBJECT_HAS_AUDIO_CLIP","features":[67,1]},{"name":"WPDNSE_OBJECT_HAS_CONTACT_PHOTO","features":[67,1]},{"name":"WPDNSE_OBJECT_HAS_ICON","features":[67,1]},{"name":"WPDNSE_OBJECT_HAS_THUMBNAIL","features":[67,1]},{"name":"WPDNSE_OBJECT_OPTIMAL_READ_BLOCK_SIZE","features":[67,1]},{"name":"WPDNSE_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPDNSE_PROPSHEET_CONTENT_DETAILS","features":[67]},{"name":"WPDNSE_PROPSHEET_CONTENT_GENERAL","features":[67]},{"name":"WPDNSE_PROPSHEET_CONTENT_REFERENCES","features":[67]},{"name":"WPDNSE_PROPSHEET_CONTENT_RESOURCES","features":[67]},{"name":"WPDNSE_PROPSHEET_DEVICE_GENERAL","features":[67]},{"name":"WPDNSE_PROPSHEET_STORAGE_GENERAL","features":[67]},{"name":"WPD_API_OPTIONS_V1","features":[67]},{"name":"WPD_API_OPTION_IOCTL_ACCESS","features":[67,1]},{"name":"WPD_API_OPTION_USE_CLEAR_DATA_STREAM","features":[67,1]},{"name":"WPD_APPOINTMENT_ACCEPTED_ATTENDEES","features":[67,1]},{"name":"WPD_APPOINTMENT_DECLINED_ATTENDEES","features":[67,1]},{"name":"WPD_APPOINTMENT_LOCATION","features":[67,1]},{"name":"WPD_APPOINTMENT_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_APPOINTMENT_OPTIONAL_ATTENDEES","features":[67,1]},{"name":"WPD_APPOINTMENT_REQUIRED_ATTENDEES","features":[67,1]},{"name":"WPD_APPOINTMENT_RESOURCES","features":[67,1]},{"name":"WPD_APPOINTMENT_TENTATIVE_ATTENDEES","features":[67,1]},{"name":"WPD_APPOINTMENT_TYPE","features":[67,1]},{"name":"WPD_AUDIO_BITRATE","features":[67,1]},{"name":"WPD_AUDIO_BIT_DEPTH","features":[67,1]},{"name":"WPD_AUDIO_BLOCK_ALIGNMENT","features":[67,1]},{"name":"WPD_AUDIO_CHANNEL_COUNT","features":[67,1]},{"name":"WPD_AUDIO_FORMAT_CODE","features":[67,1]},{"name":"WPD_BITRATE_TYPES","features":[67]},{"name":"WPD_BITRATE_TYPE_DISCRETE","features":[67]},{"name":"WPD_BITRATE_TYPE_FREE","features":[67]},{"name":"WPD_BITRATE_TYPE_UNUSED","features":[67]},{"name":"WPD_BITRATE_TYPE_VARIABLE","features":[67]},{"name":"WPD_CAPTURE_MODES","features":[67]},{"name":"WPD_CAPTURE_MODE_BURST","features":[67]},{"name":"WPD_CAPTURE_MODE_NORMAL","features":[67]},{"name":"WPD_CAPTURE_MODE_TIMELAPSE","features":[67]},{"name":"WPD_CAPTURE_MODE_UNDEFINED","features":[67]},{"name":"WPD_CATEGORY_CAPABILITIES","features":[67]},{"name":"WPD_CATEGORY_COMMON","features":[67]},{"name":"WPD_CATEGORY_DEVICE_HINTS","features":[67]},{"name":"WPD_CATEGORY_MEDIA_CAPTURE","features":[67]},{"name":"WPD_CATEGORY_MTP_EXT_VENDOR_OPERATIONS","features":[67]},{"name":"WPD_CATEGORY_NETWORK_CONFIGURATION","features":[67]},{"name":"WPD_CATEGORY_NULL","features":[67]},{"name":"WPD_CATEGORY_OBJECT_ENUMERATION","features":[67]},{"name":"WPD_CATEGORY_OBJECT_MANAGEMENT","features":[67]},{"name":"WPD_CATEGORY_OBJECT_PROPERTIES","features":[67]},{"name":"WPD_CATEGORY_OBJECT_PROPERTIES_BULK","features":[67]},{"name":"WPD_CATEGORY_OBJECT_RESOURCES","features":[67]},{"name":"WPD_CATEGORY_SERVICE_CAPABILITIES","features":[67]},{"name":"WPD_CATEGORY_SERVICE_COMMON","features":[67]},{"name":"WPD_CATEGORY_SERVICE_METHODS","features":[67]},{"name":"WPD_CATEGORY_SMS","features":[67]},{"name":"WPD_CATEGORY_STILL_IMAGE_CAPTURE","features":[67]},{"name":"WPD_CATEGORY_STORAGE","features":[67]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_DEVICE_IDENTIFICATION_VALUES","features":[67,1]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_DONT_REGISTER_WPD_DEVICE_INTERFACE","features":[67,1]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_MULTITRANSPORT_MODE","features":[67,1]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_REGISTER_WPD_PRIVATE_DEVICE_INTERFACE","features":[67,1]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_SILENCE_AUTOPLAY","features":[67,1]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_SUPPORTED_CONTENT_TYPES","features":[67,1]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_TRANSPORT_BANDWIDTH","features":[67,1]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V1","features":[67]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V2","features":[67]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V3","features":[67]},{"name":"WPD_CLASS_EXTENSION_V1","features":[67]},{"name":"WPD_CLASS_EXTENSION_V2","features":[67]},{"name":"WPD_CLIENT_DESIRED_ACCESS","features":[67,1]},{"name":"WPD_CLIENT_EVENT_COOKIE","features":[67,1]},{"name":"WPD_CLIENT_INFORMATION_PROPERTIES_V1","features":[67]},{"name":"WPD_CLIENT_MAJOR_VERSION","features":[67,1]},{"name":"WPD_CLIENT_MANUAL_CLOSE_ON_DISCONNECT","features":[67,1]},{"name":"WPD_CLIENT_MINIMUM_RESULTS_BUFFER_SIZE","features":[67,1]},{"name":"WPD_CLIENT_MINOR_VERSION","features":[67,1]},{"name":"WPD_CLIENT_NAME","features":[67,1]},{"name":"WPD_CLIENT_REVISION","features":[67,1]},{"name":"WPD_CLIENT_SECURITY_QUALITY_OF_SERVICE","features":[67,1]},{"name":"WPD_CLIENT_SHARE_MODE","features":[67,1]},{"name":"WPD_CLIENT_WMDRM_APPLICATION_CERTIFICATE","features":[67,1]},{"name":"WPD_CLIENT_WMDRM_APPLICATION_PRIVATE_KEY","features":[67,1]},{"name":"WPD_COLOR_CORRECTED_STATUS_CORRECTED","features":[67]},{"name":"WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED","features":[67]},{"name":"WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED","features":[67]},{"name":"WPD_COLOR_CORRECTED_STATUS_VALUES","features":[67]},{"name":"WPD_COMMAND_ACCESS_FROM_ATTRIBUTE_WITH_METHOD_ACCESS","features":[67]},{"name":"WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_FILE_ACCESS","features":[67]},{"name":"WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_STGM_ACCESS","features":[67]},{"name":"WPD_COMMAND_ACCESS_LOOKUP_ENTRY","features":[67,1]},{"name":"WPD_COMMAND_ACCESS_READ","features":[67]},{"name":"WPD_COMMAND_ACCESS_READWRITE","features":[67]},{"name":"WPD_COMMAND_ACCESS_TYPES","features":[67]},{"name":"WPD_COMMAND_CAPABILITIES_GET_COMMAND_OPTIONS","features":[67,1]},{"name":"WPD_COMMAND_CAPABILITIES_GET_EVENT_OPTIONS","features":[67,1]},{"name":"WPD_COMMAND_CAPABILITIES_GET_FIXED_PROPERTY_ATTRIBUTES","features":[67,1]},{"name":"WPD_COMMAND_CAPABILITIES_GET_FUNCTIONAL_OBJECTS","features":[67,1]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_COMMANDS","features":[67,1]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_CONTENT_TYPES","features":[67,1]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_EVENTS","features":[67,1]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMATS","features":[67,1]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES","features":[67,1]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FUNCTIONAL_CATEGORIES","features":[67,1]},{"name":"WPD_COMMAND_CLASS_EXTENSION_REGISTER_SERVICE_INTERFACES","features":[67,1]},{"name":"WPD_COMMAND_CLASS_EXTENSION_UNREGISTER_SERVICE_INTERFACES","features":[67,1]},{"name":"WPD_COMMAND_CLASS_EXTENSION_WRITE_DEVICE_INFORMATION","features":[67,1]},{"name":"WPD_COMMAND_COMMIT_KEYPAIR","features":[67,1]},{"name":"WPD_COMMAND_COMMON_GET_OBJECT_IDS_FROM_PERSISTENT_UNIQUE_IDS","features":[67,1]},{"name":"WPD_COMMAND_COMMON_RESET_DEVICE","features":[67,1]},{"name":"WPD_COMMAND_COMMON_SAVE_CLIENT_INFORMATION","features":[67,1]},{"name":"WPD_COMMAND_DEVICE_HINTS_GET_CONTENT_LOCATION","features":[67,1]},{"name":"WPD_COMMAND_GENERATE_KEYPAIR","features":[67,1]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_PAUSE","features":[67,1]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_START","features":[67,1]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_STOP","features":[67,1]},{"name":"WPD_COMMAND_MTP_EXT_END_DATA_TRANSFER","features":[67,1]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITHOUT_DATA_PHASE","features":[67,1]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_READ","features":[67,1]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_WRITE","features":[67,1]},{"name":"WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES","features":[67,1]},{"name":"WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION","features":[67,1]},{"name":"WPD_COMMAND_MTP_EXT_READ_DATA","features":[67,1]},{"name":"WPD_COMMAND_MTP_EXT_WRITE_DATA","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_END_FIND","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_FIND_NEXT","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_START_FIND","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_COMMIT_OBJECT","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_COPY_OBJECTS","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_AND_DATA","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_ONLY","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_DELETE_OBJECTS","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_MOVE_OBJECTS","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_REVERT_OBJECT","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_UPDATE_OBJECT_WITH_PROPERTIES_AND_DATA","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_WRITE_OBJECT_DATA","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_END","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_NEXT","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_START","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_END","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_NEXT","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_START","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_END","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_NEXT","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_START","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_DELETE","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_ALL","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_ATTRIBUTES","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_SUPPORTED","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_SET","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_CLOSE","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_COMMIT","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_CREATE_RESOURCE","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_DELETE","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_GET_ATTRIBUTES","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_GET_SUPPORTED","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_OPEN","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_READ","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_REVERT","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_SEEK","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_SEEK_IN_UNITS","features":[67,1]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_WRITE","features":[67,1]},{"name":"WPD_COMMAND_PROCESS_WIRELESS_PROFILE","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_COMMAND_OPTIONS","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_ATTRIBUTES","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_PARAMETER_ATTRIBUTES","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_ATTRIBUTES","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_PROPERTY_ATTRIBUTES","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_RENDERING_PROFILES","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_INHERITED_SERVICES","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_ATTRIBUTES","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_PARAMETER_ATTRIBUTES","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_COMMANDS","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_EVENTS","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMATS","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS_BY_FORMAT","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_COMMON_GET_SERVICE_OBJECT_ID","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_METHODS_CANCEL_INVOKE","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_METHODS_END_INVOKE","features":[67,1]},{"name":"WPD_COMMAND_SERVICE_METHODS_START_INVOKE","features":[67,1]},{"name":"WPD_COMMAND_SMS_SEND","features":[67,1]},{"name":"WPD_COMMAND_STILL_IMAGE_CAPTURE_INITIATE","features":[67,1]},{"name":"WPD_COMMAND_STORAGE_EJECT","features":[67,1]},{"name":"WPD_COMMAND_STORAGE_FORMAT","features":[67,1]},{"name":"WPD_COMMON_INFORMATION_BODY_TEXT","features":[67,1]},{"name":"WPD_COMMON_INFORMATION_END_DATETIME","features":[67,1]},{"name":"WPD_COMMON_INFORMATION_NOTES","features":[67,1]},{"name":"WPD_COMMON_INFORMATION_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_COMMON_INFORMATION_PRIORITY","features":[67,1]},{"name":"WPD_COMMON_INFORMATION_START_DATETIME","features":[67,1]},{"name":"WPD_COMMON_INFORMATION_SUBJECT","features":[67,1]},{"name":"WPD_CONTACT_ANNIVERSARY_DATE","features":[67,1]},{"name":"WPD_CONTACT_ASSISTANT","features":[67,1]},{"name":"WPD_CONTACT_BIRTHDATE","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_EMAIL","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_EMAIL2","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_FAX","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_FULL_POSTAL_ADDRESS","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_PHONE","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_PHONE2","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_CITY","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_COUNTRY","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE1","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE2","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_POSTAL_CODE","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_REGION","features":[67,1]},{"name":"WPD_CONTACT_BUSINESS_WEB_ADDRESS","features":[67,1]},{"name":"WPD_CONTACT_CHILDREN","features":[67,1]},{"name":"WPD_CONTACT_COMPANY_NAME","features":[67,1]},{"name":"WPD_CONTACT_DISPLAY_NAME","features":[67,1]},{"name":"WPD_CONTACT_FIRST_NAME","features":[67,1]},{"name":"WPD_CONTACT_INSTANT_MESSENGER","features":[67,1]},{"name":"WPD_CONTACT_INSTANT_MESSENGER2","features":[67,1]},{"name":"WPD_CONTACT_INSTANT_MESSENGER3","features":[67,1]},{"name":"WPD_CONTACT_LAST_NAME","features":[67,1]},{"name":"WPD_CONTACT_MIDDLE_NAMES","features":[67,1]},{"name":"WPD_CONTACT_MOBILE_PHONE","features":[67,1]},{"name":"WPD_CONTACT_MOBILE_PHONE2","features":[67,1]},{"name":"WPD_CONTACT_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_CONTACT_OTHER_EMAILS","features":[67,1]},{"name":"WPD_CONTACT_OTHER_FULL_POSTAL_ADDRESS","features":[67,1]},{"name":"WPD_CONTACT_OTHER_PHONES","features":[67,1]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_CITY","features":[67,1]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE1","features":[67,1]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE2","features":[67,1]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_CODE","features":[67,1]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_COUNTRY","features":[67,1]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_REGION","features":[67,1]},{"name":"WPD_CONTACT_PAGER","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_EMAIL","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_EMAIL2","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_FAX","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_FULL_POSTAL_ADDRESS","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_PHONE","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_PHONE2","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_CITY","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_COUNTRY","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE1","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE2","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_POSTAL_CODE","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_REGION","features":[67,1]},{"name":"WPD_CONTACT_PERSONAL_WEB_ADDRESS","features":[67,1]},{"name":"WPD_CONTACT_PHONETIC_COMPANY_NAME","features":[67,1]},{"name":"WPD_CONTACT_PHONETIC_FIRST_NAME","features":[67,1]},{"name":"WPD_CONTACT_PHONETIC_LAST_NAME","features":[67,1]},{"name":"WPD_CONTACT_PREFIX","features":[67,1]},{"name":"WPD_CONTACT_PRIMARY_EMAIL_ADDRESS","features":[67,1]},{"name":"WPD_CONTACT_PRIMARY_FAX","features":[67,1]},{"name":"WPD_CONTACT_PRIMARY_PHONE","features":[67,1]},{"name":"WPD_CONTACT_PRIMARY_WEB_ADDRESS","features":[67,1]},{"name":"WPD_CONTACT_RINGTONE","features":[67,1]},{"name":"WPD_CONTACT_ROLE","features":[67,1]},{"name":"WPD_CONTACT_SPOUSE","features":[67,1]},{"name":"WPD_CONTACT_SUFFIX","features":[67,1]},{"name":"WPD_CONTENT_TYPE_ALL","features":[67]},{"name":"WPD_CONTENT_TYPE_APPOINTMENT","features":[67]},{"name":"WPD_CONTENT_TYPE_AUDIO","features":[67]},{"name":"WPD_CONTENT_TYPE_AUDIO_ALBUM","features":[67]},{"name":"WPD_CONTENT_TYPE_CALENDAR","features":[67]},{"name":"WPD_CONTENT_TYPE_CERTIFICATE","features":[67]},{"name":"WPD_CONTENT_TYPE_CONTACT","features":[67]},{"name":"WPD_CONTENT_TYPE_CONTACT_GROUP","features":[67]},{"name":"WPD_CONTENT_TYPE_DOCUMENT","features":[67]},{"name":"WPD_CONTENT_TYPE_EMAIL","features":[67]},{"name":"WPD_CONTENT_TYPE_FOLDER","features":[67]},{"name":"WPD_CONTENT_TYPE_FUNCTIONAL_OBJECT","features":[67]},{"name":"WPD_CONTENT_TYPE_GENERIC_FILE","features":[67]},{"name":"WPD_CONTENT_TYPE_GENERIC_MESSAGE","features":[67]},{"name":"WPD_CONTENT_TYPE_IMAGE","features":[67]},{"name":"WPD_CONTENT_TYPE_IMAGE_ALBUM","features":[67]},{"name":"WPD_CONTENT_TYPE_MEDIA_CAST","features":[67]},{"name":"WPD_CONTENT_TYPE_MEMO","features":[67]},{"name":"WPD_CONTENT_TYPE_MIXED_CONTENT_ALBUM","features":[67]},{"name":"WPD_CONTENT_TYPE_NETWORK_ASSOCIATION","features":[67]},{"name":"WPD_CONTENT_TYPE_PLAYLIST","features":[67]},{"name":"WPD_CONTENT_TYPE_PROGRAM","features":[67]},{"name":"WPD_CONTENT_TYPE_SECTION","features":[67]},{"name":"WPD_CONTENT_TYPE_TASK","features":[67]},{"name":"WPD_CONTENT_TYPE_TELEVISION","features":[67]},{"name":"WPD_CONTENT_TYPE_UNSPECIFIED","features":[67]},{"name":"WPD_CONTENT_TYPE_VIDEO","features":[67]},{"name":"WPD_CONTENT_TYPE_VIDEO_ALBUM","features":[67]},{"name":"WPD_CONTENT_TYPE_WIRELESS_PROFILE","features":[67]},{"name":"WPD_CONTROL_FUNCTION_GENERIC_MESSAGE","features":[67]},{"name":"WPD_CROPPED_STATUS_CROPPED","features":[67]},{"name":"WPD_CROPPED_STATUS_NOT_CROPPED","features":[67]},{"name":"WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED","features":[67]},{"name":"WPD_CROPPED_STATUS_VALUES","features":[67]},{"name":"WPD_DEVICE_DATETIME","features":[67,1]},{"name":"WPD_DEVICE_EDP_IDENTITY","features":[67,1]},{"name":"WPD_DEVICE_FIRMWARE_VERSION","features":[67,1]},{"name":"WPD_DEVICE_FRIENDLY_NAME","features":[67,1]},{"name":"WPD_DEVICE_FUNCTIONAL_UNIQUE_ID","features":[67,1]},{"name":"WPD_DEVICE_MANUFACTURER","features":[67,1]},{"name":"WPD_DEVICE_MODEL","features":[67,1]},{"name":"WPD_DEVICE_MODEL_UNIQUE_ID","features":[67,1]},{"name":"WPD_DEVICE_NETWORK_IDENTIFIER","features":[67,1]},{"name":"WPD_DEVICE_OBJECT_ID","features":[67]},{"name":"WPD_DEVICE_POWER_LEVEL","features":[67,1]},{"name":"WPD_DEVICE_POWER_SOURCE","features":[67,1]},{"name":"WPD_DEVICE_PROPERTIES_V1","features":[67]},{"name":"WPD_DEVICE_PROPERTIES_V2","features":[67]},{"name":"WPD_DEVICE_PROPERTIES_V3","features":[67]},{"name":"WPD_DEVICE_PROTOCOL","features":[67,1]},{"name":"WPD_DEVICE_SERIAL_NUMBER","features":[67,1]},{"name":"WPD_DEVICE_SUPPORTED_DRM_SCHEMES","features":[67,1]},{"name":"WPD_DEVICE_SUPPORTED_FORMATS_ARE_ORDERED","features":[67,1]},{"name":"WPD_DEVICE_SUPPORTS_NON_CONSUMABLE","features":[67,1]},{"name":"WPD_DEVICE_SYNC_PARTNER","features":[67,1]},{"name":"WPD_DEVICE_TRANSPORT","features":[67,1]},{"name":"WPD_DEVICE_TRANSPORTS","features":[67]},{"name":"WPD_DEVICE_TRANSPORT_BLUETOOTH","features":[67]},{"name":"WPD_DEVICE_TRANSPORT_IP","features":[67]},{"name":"WPD_DEVICE_TRANSPORT_UNSPECIFIED","features":[67]},{"name":"WPD_DEVICE_TRANSPORT_USB","features":[67]},{"name":"WPD_DEVICE_TYPE","features":[67,1]},{"name":"WPD_DEVICE_TYPES","features":[67]},{"name":"WPD_DEVICE_TYPE_AUDIO_RECORDER","features":[67]},{"name":"WPD_DEVICE_TYPE_CAMERA","features":[67]},{"name":"WPD_DEVICE_TYPE_GENERIC","features":[67]},{"name":"WPD_DEVICE_TYPE_MEDIA_PLAYER","features":[67]},{"name":"WPD_DEVICE_TYPE_PERSONAL_INFORMATION_MANAGER","features":[67]},{"name":"WPD_DEVICE_TYPE_PHONE","features":[67]},{"name":"WPD_DEVICE_TYPE_VIDEO","features":[67]},{"name":"WPD_DEVICE_USE_DEVICE_STAGE","features":[67,1]},{"name":"WPD_DOCUMENT_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_EFFECT_MODES","features":[67]},{"name":"WPD_EFFECT_MODE_BLACK_AND_WHITE","features":[67]},{"name":"WPD_EFFECT_MODE_COLOR","features":[67]},{"name":"WPD_EFFECT_MODE_SEPIA","features":[67]},{"name":"WPD_EFFECT_MODE_UNDEFINED","features":[67]},{"name":"WPD_EMAIL_BCC_LINE","features":[67,1]},{"name":"WPD_EMAIL_CC_LINE","features":[67,1]},{"name":"WPD_EMAIL_HAS_ATTACHMENTS","features":[67,1]},{"name":"WPD_EMAIL_HAS_BEEN_READ","features":[67,1]},{"name":"WPD_EMAIL_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_EMAIL_RECEIVED_TIME","features":[67,1]},{"name":"WPD_EMAIL_SENDER_ADDRESS","features":[67,1]},{"name":"WPD_EMAIL_TO_LINE","features":[67,1]},{"name":"WPD_EVENT_ATTRIBUTES_V1","features":[67]},{"name":"WPD_EVENT_ATTRIBUTE_NAME","features":[67,1]},{"name":"WPD_EVENT_ATTRIBUTE_OPTIONS","features":[67,1]},{"name":"WPD_EVENT_ATTRIBUTE_PARAMETERS","features":[67,1]},{"name":"WPD_EVENT_DEVICE_CAPABILITIES_UPDATED","features":[67]},{"name":"WPD_EVENT_DEVICE_REMOVED","features":[67]},{"name":"WPD_EVENT_DEVICE_RESET","features":[67]},{"name":"WPD_EVENT_MTP_VENDOR_EXTENDED_EVENTS","features":[67]},{"name":"WPD_EVENT_NOTIFICATION","features":[67]},{"name":"WPD_EVENT_OBJECT_ADDED","features":[67]},{"name":"WPD_EVENT_OBJECT_REMOVED","features":[67]},{"name":"WPD_EVENT_OBJECT_TRANSFER_REQUESTED","features":[67]},{"name":"WPD_EVENT_OBJECT_UPDATED","features":[67]},{"name":"WPD_EVENT_OPTIONS_V1","features":[67]},{"name":"WPD_EVENT_OPTION_IS_AUTOPLAY_EVENT","features":[67,1]},{"name":"WPD_EVENT_OPTION_IS_BROADCAST_EVENT","features":[67,1]},{"name":"WPD_EVENT_PARAMETER_CHILD_HIERARCHY_CHANGED","features":[67,1]},{"name":"WPD_EVENT_PARAMETER_EVENT_ID","features":[67,1]},{"name":"WPD_EVENT_PARAMETER_OBJECT_CREATION_COOKIE","features":[67,1]},{"name":"WPD_EVENT_PARAMETER_OBJECT_PARENT_PERSISTENT_UNIQUE_ID","features":[67,1]},{"name":"WPD_EVENT_PARAMETER_OPERATION_PROGRESS","features":[67,1]},{"name":"WPD_EVENT_PARAMETER_OPERATION_STATE","features":[67,1]},{"name":"WPD_EVENT_PARAMETER_PNP_DEVICE_ID","features":[67,1]},{"name":"WPD_EVENT_PARAMETER_SERVICE_METHOD_CONTEXT","features":[67,1]},{"name":"WPD_EVENT_PROPERTIES_V1","features":[67]},{"name":"WPD_EVENT_PROPERTIES_V2","features":[67]},{"name":"WPD_EVENT_SERVICE_METHOD_COMPLETE","features":[67]},{"name":"WPD_EVENT_STORAGE_FORMAT","features":[67]},{"name":"WPD_EXPOSURE_METERING_MODES","features":[67]},{"name":"WPD_EXPOSURE_METERING_MODE_AVERAGE","features":[67]},{"name":"WPD_EXPOSURE_METERING_MODE_CENTER_SPOT","features":[67]},{"name":"WPD_EXPOSURE_METERING_MODE_CENTER_WEIGHTED_AVERAGE","features":[67]},{"name":"WPD_EXPOSURE_METERING_MODE_MULTI_SPOT","features":[67]},{"name":"WPD_EXPOSURE_METERING_MODE_UNDEFINED","features":[67]},{"name":"WPD_EXPOSURE_PROGRAM_MODES","features":[67]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_ACTION","features":[67]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_APERTURE_PRIORITY","features":[67]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_AUTO","features":[67]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_CREATIVE","features":[67]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_MANUAL","features":[67]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_PORTRAIT","features":[67]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_SHUTTER_PRIORITY","features":[67]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_UNDEFINED","features":[67]},{"name":"WPD_FLASH_MODES","features":[67]},{"name":"WPD_FLASH_MODE_AUTO","features":[67]},{"name":"WPD_FLASH_MODE_EXTERNAL_SYNC","features":[67]},{"name":"WPD_FLASH_MODE_FILL","features":[67]},{"name":"WPD_FLASH_MODE_OFF","features":[67]},{"name":"WPD_FLASH_MODE_RED_EYE_AUTO","features":[67]},{"name":"WPD_FLASH_MODE_RED_EYE_FILL","features":[67]},{"name":"WPD_FLASH_MODE_UNDEFINED","features":[67]},{"name":"WPD_FOCUS_AUTOMATIC","features":[67]},{"name":"WPD_FOCUS_AUTOMATIC_MACRO","features":[67]},{"name":"WPD_FOCUS_MANUAL","features":[67]},{"name":"WPD_FOCUS_METERING_MODES","features":[67]},{"name":"WPD_FOCUS_METERING_MODE_CENTER_SPOT","features":[67]},{"name":"WPD_FOCUS_METERING_MODE_MULTI_SPOT","features":[67]},{"name":"WPD_FOCUS_METERING_MODE_UNDEFINED","features":[67]},{"name":"WPD_FOCUS_MODES","features":[67]},{"name":"WPD_FOCUS_UNDEFINED","features":[67]},{"name":"WPD_FOLDER_CONTENT_TYPES_ALLOWED","features":[67,1]},{"name":"WPD_FOLDER_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_FORMAT_ATTRIBUTES_V1","features":[67]},{"name":"WPD_FORMAT_ATTRIBUTE_MIMETYPE","features":[67,1]},{"name":"WPD_FORMAT_ATTRIBUTE_NAME","features":[67,1]},{"name":"WPD_FUNCTIONAL_CATEGORY_ALL","features":[67]},{"name":"WPD_FUNCTIONAL_CATEGORY_AUDIO_CAPTURE","features":[67]},{"name":"WPD_FUNCTIONAL_CATEGORY_DEVICE","features":[67]},{"name":"WPD_FUNCTIONAL_CATEGORY_NETWORK_CONFIGURATION","features":[67]},{"name":"WPD_FUNCTIONAL_CATEGORY_RENDERING_INFORMATION","features":[67]},{"name":"WPD_FUNCTIONAL_CATEGORY_SMS","features":[67]},{"name":"WPD_FUNCTIONAL_CATEGORY_STILL_IMAGE_CAPTURE","features":[67]},{"name":"WPD_FUNCTIONAL_CATEGORY_STORAGE","features":[67]},{"name":"WPD_FUNCTIONAL_CATEGORY_VIDEO_CAPTURE","features":[67]},{"name":"WPD_FUNCTIONAL_OBJECT_CATEGORY","features":[67,1]},{"name":"WPD_FUNCTIONAL_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_IMAGE_BITDEPTH","features":[67,1]},{"name":"WPD_IMAGE_COLOR_CORRECTED_STATUS","features":[67,1]},{"name":"WPD_IMAGE_CROPPED_STATUS","features":[67,1]},{"name":"WPD_IMAGE_EXPOSURE_INDEX","features":[67,1]},{"name":"WPD_IMAGE_EXPOSURE_TIME","features":[67,1]},{"name":"WPD_IMAGE_FNUMBER","features":[67,1]},{"name":"WPD_IMAGE_HORIZONTAL_RESOLUTION","features":[67,1]},{"name":"WPD_IMAGE_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_IMAGE_VERTICAL_RESOLUTION","features":[67,1]},{"name":"WPD_MEDIA_ALBUM_ARTIST","features":[67,1]},{"name":"WPD_MEDIA_ARTIST","features":[67,1]},{"name":"WPD_MEDIA_AUDIO_ENCODING_PROFILE","features":[67,1]},{"name":"WPD_MEDIA_BITRATE_TYPE","features":[67,1]},{"name":"WPD_MEDIA_BUY_NOW","features":[67,1]},{"name":"WPD_MEDIA_BYTE_BOOKMARK","features":[67,1]},{"name":"WPD_MEDIA_COMPOSER","features":[67,1]},{"name":"WPD_MEDIA_COPYRIGHT","features":[67,1]},{"name":"WPD_MEDIA_DESCRIPTION","features":[67,1]},{"name":"WPD_MEDIA_DESTINATION_URL","features":[67,1]},{"name":"WPD_MEDIA_DURATION","features":[67,1]},{"name":"WPD_MEDIA_EFFECTIVE_RATING","features":[67,1]},{"name":"WPD_MEDIA_ENCODING_PROFILE","features":[67,1]},{"name":"WPD_MEDIA_GENRE","features":[67,1]},{"name":"WPD_MEDIA_GUID","features":[67,1]},{"name":"WPD_MEDIA_HEIGHT","features":[67,1]},{"name":"WPD_MEDIA_LAST_ACCESSED_TIME","features":[67,1]},{"name":"WPD_MEDIA_LAST_BUILD_DATE","features":[67,1]},{"name":"WPD_MEDIA_MANAGING_EDITOR","features":[67,1]},{"name":"WPD_MEDIA_META_GENRE","features":[67,1]},{"name":"WPD_MEDIA_OBJECT_BOOKMARK","features":[67,1]},{"name":"WPD_MEDIA_OWNER","features":[67,1]},{"name":"WPD_MEDIA_PARENTAL_RATING","features":[67,1]},{"name":"WPD_MEDIA_PROPERTIES_V1","features":[67]},{"name":"WPD_MEDIA_RELEASE_DATE","features":[67,1]},{"name":"WPD_MEDIA_SAMPLE_RATE","features":[67,1]},{"name":"WPD_MEDIA_SKIP_COUNT","features":[67,1]},{"name":"WPD_MEDIA_SOURCE_URL","features":[67,1]},{"name":"WPD_MEDIA_STAR_RATING","features":[67,1]},{"name":"WPD_MEDIA_SUBSCRIPTION_CONTENT_ID","features":[67,1]},{"name":"WPD_MEDIA_SUB_DESCRIPTION","features":[67,1]},{"name":"WPD_MEDIA_SUB_TITLE","features":[67,1]},{"name":"WPD_MEDIA_TIME_BOOKMARK","features":[67,1]},{"name":"WPD_MEDIA_TIME_TO_LIVE","features":[67,1]},{"name":"WPD_MEDIA_TITLE","features":[67,1]},{"name":"WPD_MEDIA_TOTAL_BITRATE","features":[67,1]},{"name":"WPD_MEDIA_USER_EFFECTIVE_RATING","features":[67,1]},{"name":"WPD_MEDIA_USE_COUNT","features":[67,1]},{"name":"WPD_MEDIA_WEBMASTER","features":[67,1]},{"name":"WPD_MEDIA_WIDTH","features":[67,1]},{"name":"WPD_MEMO_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_META_GENRES","features":[67]},{"name":"WPD_META_GENRE_AUDIO_PODCAST","features":[67]},{"name":"WPD_META_GENRE_FEATURE_FILM_VIDEO_FILE","features":[67]},{"name":"WPD_META_GENRE_GENERIC_MUSIC_AUDIO_FILE","features":[67]},{"name":"WPD_META_GENRE_GENERIC_NON_AUDIO_NON_VIDEO","features":[67]},{"name":"WPD_META_GENRE_GENERIC_NON_MUSIC_AUDIO_FILE","features":[67]},{"name":"WPD_META_GENRE_GENERIC_VIDEO_FILE","features":[67]},{"name":"WPD_META_GENRE_HOME_VIDEO_FILE","features":[67]},{"name":"WPD_META_GENRE_MIXED_PODCAST","features":[67]},{"name":"WPD_META_GENRE_MUSIC_VIDEO_FILE","features":[67]},{"name":"WPD_META_GENRE_NEWS_VIDEO_FILE","features":[67]},{"name":"WPD_META_GENRE_PHOTO_MONTAGE_VIDEO_FILE","features":[67]},{"name":"WPD_META_GENRE_SPOKEN_WORD_AUDIO_BOOK_FILES","features":[67]},{"name":"WPD_META_GENRE_SPOKEN_WORD_FILES_NON_AUDIO_BOOK","features":[67]},{"name":"WPD_META_GENRE_SPOKEN_WORD_NEWS","features":[67]},{"name":"WPD_META_GENRE_SPOKEN_WORD_TALK_SHOWS","features":[67]},{"name":"WPD_META_GENRE_TELEVISION_VIDEO_FILE","features":[67]},{"name":"WPD_META_GENRE_TRAINING_EDUCATIONAL_VIDEO_FILE","features":[67]},{"name":"WPD_META_GENRE_UNUSED","features":[67]},{"name":"WPD_META_GENRE_VIDEO_PODCAST","features":[67]},{"name":"WPD_METHOD_ATTRIBUTES_V1","features":[67]},{"name":"WPD_METHOD_ATTRIBUTE_ACCESS","features":[67,1]},{"name":"WPD_METHOD_ATTRIBUTE_ASSOCIATED_FORMAT","features":[67,1]},{"name":"WPD_METHOD_ATTRIBUTE_NAME","features":[67,1]},{"name":"WPD_METHOD_ATTRIBUTE_PARAMETERS","features":[67,1]},{"name":"WPD_MUSIC_ALBUM","features":[67,1]},{"name":"WPD_MUSIC_LYRICS","features":[67,1]},{"name":"WPD_MUSIC_MOOD","features":[67,1]},{"name":"WPD_MUSIC_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_MUSIC_TRACK","features":[67,1]},{"name":"WPD_NETWORK_ASSOCIATION_HOST_NETWORK_IDENTIFIERS","features":[67,1]},{"name":"WPD_NETWORK_ASSOCIATION_PROPERTIES_V1","features":[67]},{"name":"WPD_NETWORK_ASSOCIATION_X509V3SEQUENCE","features":[67,1]},{"name":"WPD_OBJECT_BACK_REFERENCES","features":[67,1]},{"name":"WPD_OBJECT_CAN_DELETE","features":[67,1]},{"name":"WPD_OBJECT_CONTAINER_FUNCTIONAL_OBJECT_ID","features":[67,1]},{"name":"WPD_OBJECT_CONTENT_TYPE","features":[67,1]},{"name":"WPD_OBJECT_DATE_AUTHORED","features":[67,1]},{"name":"WPD_OBJECT_DATE_CREATED","features":[67,1]},{"name":"WPD_OBJECT_DATE_MODIFIED","features":[67,1]},{"name":"WPD_OBJECT_FORMAT","features":[67,1]},{"name":"WPD_OBJECT_FORMAT_3G2","features":[67]},{"name":"WPD_OBJECT_FORMAT_3G2A","features":[67]},{"name":"WPD_OBJECT_FORMAT_3GP","features":[67]},{"name":"WPD_OBJECT_FORMAT_3GPA","features":[67]},{"name":"WPD_OBJECT_FORMAT_AAC","features":[67]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_CONTACT","features":[67]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_CONTACT_GROUP","features":[67]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_MEDIA_CAST","features":[67]},{"name":"WPD_OBJECT_FORMAT_AIFF","features":[67]},{"name":"WPD_OBJECT_FORMAT_ALL","features":[67]},{"name":"WPD_OBJECT_FORMAT_AMR","features":[67]},{"name":"WPD_OBJECT_FORMAT_ASF","features":[67]},{"name":"WPD_OBJECT_FORMAT_ASXPLAYLIST","features":[67]},{"name":"WPD_OBJECT_FORMAT_ATSCTS","features":[67]},{"name":"WPD_OBJECT_FORMAT_AUDIBLE","features":[67]},{"name":"WPD_OBJECT_FORMAT_AVCHD","features":[67]},{"name":"WPD_OBJECT_FORMAT_AVI","features":[67]},{"name":"WPD_OBJECT_FORMAT_BMP","features":[67]},{"name":"WPD_OBJECT_FORMAT_CIFF","features":[67]},{"name":"WPD_OBJECT_FORMAT_DPOF","features":[67]},{"name":"WPD_OBJECT_FORMAT_DVBTS","features":[67]},{"name":"WPD_OBJECT_FORMAT_EXECUTABLE","features":[67]},{"name":"WPD_OBJECT_FORMAT_EXIF","features":[67]},{"name":"WPD_OBJECT_FORMAT_FLAC","features":[67]},{"name":"WPD_OBJECT_FORMAT_FLASHPIX","features":[67]},{"name":"WPD_OBJECT_FORMAT_GIF","features":[67]},{"name":"WPD_OBJECT_FORMAT_HTML","features":[67]},{"name":"WPD_OBJECT_FORMAT_ICALENDAR","features":[67]},{"name":"WPD_OBJECT_FORMAT_ICON","features":[67]},{"name":"WPD_OBJECT_FORMAT_JFIF","features":[67]},{"name":"WPD_OBJECT_FORMAT_JP2","features":[67]},{"name":"WPD_OBJECT_FORMAT_JPEGXR","features":[67]},{"name":"WPD_OBJECT_FORMAT_JPX","features":[67]},{"name":"WPD_OBJECT_FORMAT_M3UPLAYLIST","features":[67]},{"name":"WPD_OBJECT_FORMAT_M4A","features":[67]},{"name":"WPD_OBJECT_FORMAT_MHT_COMPILED_HTML","features":[67]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_EXCEL","features":[67]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_POWERPOINT","features":[67]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_WFC","features":[67]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_WORD","features":[67]},{"name":"WPD_OBJECT_FORMAT_MKV","features":[67]},{"name":"WPD_OBJECT_FORMAT_MP2","features":[67]},{"name":"WPD_OBJECT_FORMAT_MP3","features":[67]},{"name":"WPD_OBJECT_FORMAT_MP4","features":[67]},{"name":"WPD_OBJECT_FORMAT_MPEG","features":[67]},{"name":"WPD_OBJECT_FORMAT_MPLPLAYLIST","features":[67]},{"name":"WPD_OBJECT_FORMAT_NETWORK_ASSOCIATION","features":[67]},{"name":"WPD_OBJECT_FORMAT_OGG","features":[67]},{"name":"WPD_OBJECT_FORMAT_PCD","features":[67]},{"name":"WPD_OBJECT_FORMAT_PICT","features":[67]},{"name":"WPD_OBJECT_FORMAT_PLSPLAYLIST","features":[67]},{"name":"WPD_OBJECT_FORMAT_PNG","features":[67]},{"name":"WPD_OBJECT_FORMAT_PROPERTIES_ONLY","features":[67]},{"name":"WPD_OBJECT_FORMAT_QCELP","features":[67]},{"name":"WPD_OBJECT_FORMAT_SCRIPT","features":[67]},{"name":"WPD_OBJECT_FORMAT_TEXT","features":[67]},{"name":"WPD_OBJECT_FORMAT_TIFF","features":[67]},{"name":"WPD_OBJECT_FORMAT_TIFFEP","features":[67]},{"name":"WPD_OBJECT_FORMAT_TIFFIT","features":[67]},{"name":"WPD_OBJECT_FORMAT_UNSPECIFIED","features":[67]},{"name":"WPD_OBJECT_FORMAT_VCALENDAR1","features":[67]},{"name":"WPD_OBJECT_FORMAT_VCARD2","features":[67]},{"name":"WPD_OBJECT_FORMAT_VCARD3","features":[67]},{"name":"WPD_OBJECT_FORMAT_WAVE","features":[67]},{"name":"WPD_OBJECT_FORMAT_WBMP","features":[67]},{"name":"WPD_OBJECT_FORMAT_WINDOWSIMAGEFORMAT","features":[67]},{"name":"WPD_OBJECT_FORMAT_WMA","features":[67]},{"name":"WPD_OBJECT_FORMAT_WMV","features":[67]},{"name":"WPD_OBJECT_FORMAT_WPLPLAYLIST","features":[67]},{"name":"WPD_OBJECT_FORMAT_X509V3CERTIFICATE","features":[67]},{"name":"WPD_OBJECT_FORMAT_XML","features":[67]},{"name":"WPD_OBJECT_GENERATE_THUMBNAIL_FROM_RESOURCE","features":[67,1]},{"name":"WPD_OBJECT_HINT_LOCATION_DISPLAY_NAME","features":[67,1]},{"name":"WPD_OBJECT_ID","features":[67,1]},{"name":"WPD_OBJECT_ISHIDDEN","features":[67,1]},{"name":"WPD_OBJECT_ISSYSTEM","features":[67,1]},{"name":"WPD_OBJECT_IS_DRM_PROTECTED","features":[67,1]},{"name":"WPD_OBJECT_KEYWORDS","features":[67,1]},{"name":"WPD_OBJECT_LANGUAGE_LOCALE","features":[67,1]},{"name":"WPD_OBJECT_NAME","features":[67,1]},{"name":"WPD_OBJECT_NON_CONSUMABLE","features":[67,1]},{"name":"WPD_OBJECT_ORIGINAL_FILE_NAME","features":[67,1]},{"name":"WPD_OBJECT_PARENT_ID","features":[67,1]},{"name":"WPD_OBJECT_PERSISTENT_UNIQUE_ID","features":[67,1]},{"name":"WPD_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_OBJECT_PROPERTIES_V2","features":[67]},{"name":"WPD_OBJECT_REFERENCES","features":[67,1]},{"name":"WPD_OBJECT_SIZE","features":[67,1]},{"name":"WPD_OBJECT_SUPPORTED_UNITS","features":[67,1]},{"name":"WPD_OBJECT_SYNC_ID","features":[67,1]},{"name":"WPD_OPERATION_STATES","features":[67]},{"name":"WPD_OPERATION_STATE_ABORTED","features":[67]},{"name":"WPD_OPERATION_STATE_CANCELLED","features":[67]},{"name":"WPD_OPERATION_STATE_FINISHED","features":[67]},{"name":"WPD_OPERATION_STATE_PAUSED","features":[67]},{"name":"WPD_OPERATION_STATE_RUNNING","features":[67]},{"name":"WPD_OPERATION_STATE_STARTED","features":[67]},{"name":"WPD_OPERATION_STATE_UNSPECIFIED","features":[67]},{"name":"WPD_OPTION_OBJECT_MANAGEMENT_RECURSIVE_DELETE_SUPPORTED","features":[67,1]},{"name":"WPD_OPTION_OBJECT_RESOURCES_NO_INPUT_BUFFER_ON_READ","features":[67,1]},{"name":"WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_READ_SUPPORTED","features":[67,1]},{"name":"WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_WRITE_SUPPORTED","features":[67,1]},{"name":"WPD_OPTION_SMS_BINARY_MESSAGE_SUPPORTED","features":[67,1]},{"name":"WPD_OPTION_VALID_OBJECT_IDS","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTES_V1","features":[67]},{"name":"WPD_PARAMETER_ATTRIBUTE_DEFAULT_VALUE","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_ENUMERATION_ELEMENTS","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_ENUMERATION","features":[67]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_OBJECT_IDENTIFIER","features":[67]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_RANGE","features":[67]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_REGULAR_EXPRESSION","features":[67]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_UNSPECIFIED","features":[67]},{"name":"WPD_PARAMETER_ATTRIBUTE_MAX_SIZE","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_NAME","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_ORDER","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_MAX","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_MIN","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_STEP","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_REGULAR_EXPRESSION","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_USAGE","features":[67,1]},{"name":"WPD_PARAMETER_ATTRIBUTE_VARTYPE","features":[67,1]},{"name":"WPD_PARAMETER_USAGE_IN","features":[67]},{"name":"WPD_PARAMETER_USAGE_INOUT","features":[67]},{"name":"WPD_PARAMETER_USAGE_OUT","features":[67]},{"name":"WPD_PARAMETER_USAGE_RETURN","features":[67]},{"name":"WPD_PARAMETER_USAGE_TYPES","features":[67]},{"name":"WPD_POWER_SOURCES","features":[67]},{"name":"WPD_POWER_SOURCE_BATTERY","features":[67]},{"name":"WPD_POWER_SOURCE_EXTERNAL","features":[67]},{"name":"WPD_PROPERTIES_MTP_VENDOR_EXTENDED_DEVICE_PROPS","features":[67]},{"name":"WPD_PROPERTIES_MTP_VENDOR_EXTENDED_OBJECT_PROPS","features":[67]},{"name":"WPD_PROPERTY_ATTRIBUTES_V1","features":[67]},{"name":"WPD_PROPERTY_ATTRIBUTES_V2","features":[67]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_DELETE","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_READ","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_WRITE","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_DEFAULT_VALUE","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_ENUMERATION_ELEMENTS","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_FAST_PROPERTY","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_ENUMERATION","features":[67]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_OBJECT_IDENTIFIER","features":[67]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_RANGE","features":[67]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_REGULAR_EXPRESSION","features":[67]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_UNSPECIFIED","features":[67]},{"name":"WPD_PROPERTY_ATTRIBUTE_MAX_SIZE","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_NAME","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_MAX","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_MIN","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_STEP","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_REGULAR_EXPRESSION","features":[67,1]},{"name":"WPD_PROPERTY_ATTRIBUTE_VARTYPE","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_COMMAND","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_COMMAND_OPTIONS","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_CONTENT_TYPE","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_CONTENT_TYPES","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_EVENT","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_EVENT_OPTIONS","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_FORMAT","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_FORMATS","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORIES","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORY","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_OBJECTS","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_PROPERTY_ATTRIBUTES","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_PROPERTY_KEYS","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_SUPPORTED_COMMANDS","features":[67,1]},{"name":"WPD_PROPERTY_CAPABILITIES_SUPPORTED_EVENTS","features":[67,1]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_VALUES","features":[67,1]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_WRITE_RESULTS","features":[67,1]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_INTERFACES","features":[67,1]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_OBJECT_ID","features":[67,1]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_REGISTRATION_RESULTS","features":[67,1]},{"name":"WPD_PROPERTY_COMMON_ACTIVITY_ID","features":[67,1]},{"name":"WPD_PROPERTY_COMMON_CLIENT_INFORMATION","features":[67,1]},{"name":"WPD_PROPERTY_COMMON_CLIENT_INFORMATION_CONTEXT","features":[67,1]},{"name":"WPD_PROPERTY_COMMON_COMMAND_CATEGORY","features":[67,1]},{"name":"WPD_PROPERTY_COMMON_COMMAND_ID","features":[67,1]},{"name":"WPD_PROPERTY_COMMON_COMMAND_TARGET","features":[67,1]},{"name":"WPD_PROPERTY_COMMON_DRIVER_ERROR_CODE","features":[67,1]},{"name":"WPD_PROPERTY_COMMON_HRESULT","features":[67,1]},{"name":"WPD_PROPERTY_COMMON_OBJECT_IDS","features":[67,1]},{"name":"WPD_PROPERTY_COMMON_PERSISTENT_UNIQUE_IDS","features":[67,1]},{"name":"WPD_PROPERTY_DEVICE_HINTS_CONTENT_LOCATIONS","features":[67,1]},{"name":"WPD_PROPERTY_DEVICE_HINTS_CONTENT_TYPE","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_EVENT_PARAMS","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_OPERATION_CODE","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_OPERATION_PARAMS","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_RESPONSE_CODE","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_RESPONSE_PARAMS","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_CONTEXT","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_DATA","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_READ","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_READ","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_WRITE","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_WRITTEN","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_TOTAL_DATA_SIZE","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_VENDOR_EXTENSION_DESCRIPTION","features":[67,1]},{"name":"WPD_PROPERTY_MTP_EXT_VENDOR_OPERATION_CODES","features":[67,1]},{"name":"WPD_PROPERTY_NULL","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_CONTEXT","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_FILTER","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_NUM_OBJECTS_REQUESTED","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_OBJECT_IDS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_PARENT_ID","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_CONTEXT","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_COPY_RESULTS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_CREATION_PROPERTIES","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DATA","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_OPTIONS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_RESULTS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DESTINATION_FOLDER_OBJECT_ID","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_MOVE_RESULTS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_TO_WRITE","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_WRITTEN","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_FORMAT","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_ID","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_IDS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_PROPERTY_KEYS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_UPDATE_PROPERTIES","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_CONTEXT","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_DEPTH","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_FORMAT","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_IDS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PARENT_OBJECT_ID","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PROPERTY_KEYS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_VALUES","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_WRITE_RESULTS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_OBJECT_ID","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_ATTRIBUTES","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_DELETE_RESULTS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_KEYS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_VALUES","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_WRITE_RESULTS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_ACCESS_MODE","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_CONTEXT","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_DATA","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_READ","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_READ","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_WRITE","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_WRITTEN","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_OBJECT_ID","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_POSITION_FROM_START","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_ATTRIBUTES","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_KEYS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SEEK_OFFSET","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SEEK_ORIGIN_FLAG","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_STREAM_UNITS","features":[67,1]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SUPPORTS_UNITS","features":[67,1]},{"name":"WPD_PROPERTY_PUBLIC_KEY","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND_OPTIONS","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT_ATTRIBUTES","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMATS","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT_ATTRIBUTES","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITANCE_TYPE","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITED_SERVICES","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD_ATTRIBUTES","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER_ATTRIBUTES","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_ATTRIBUTES","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_KEYS","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_RENDERING_PROFILES","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_COMMANDS","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_EVENTS","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_METHODS","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_METHOD","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_METHOD_CONTEXT","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_METHOD_HRESULT","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_METHOD_PARAMETER_VALUES","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_METHOD_RESULT_VALUES","features":[67,1]},{"name":"WPD_PROPERTY_SERVICE_OBJECT_ID","features":[67,1]},{"name":"WPD_PROPERTY_SMS_BINARY_MESSAGE","features":[67,1]},{"name":"WPD_PROPERTY_SMS_MESSAGE_TYPE","features":[67,1]},{"name":"WPD_PROPERTY_SMS_RECIPIENT","features":[67,1]},{"name":"WPD_PROPERTY_SMS_TEXT_MESSAGE","features":[67,1]},{"name":"WPD_PROPERTY_STORAGE_DESTINATION_OBJECT_ID","features":[67,1]},{"name":"WPD_PROPERTY_STORAGE_OBJECT_ID","features":[67,1]},{"name":"WPD_RENDERING_INFORMATION_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_RENDERING_INFORMATION_PROFILES","features":[67,1]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_CREATABLE_RESOURCES","features":[67,1]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE","features":[67,1]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES","features":[67]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECT","features":[67]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCE","features":[67]},{"name":"WPD_RESOURCE_ALBUM_ART","features":[67,1]},{"name":"WPD_RESOURCE_ATTRIBUTES_V1","features":[67]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_DELETE","features":[67,1]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_READ","features":[67,1]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_WRITE","features":[67,1]},{"name":"WPD_RESOURCE_ATTRIBUTE_FORMAT","features":[67,1]},{"name":"WPD_RESOURCE_ATTRIBUTE_OPTIMAL_READ_BUFFER_SIZE","features":[67,1]},{"name":"WPD_RESOURCE_ATTRIBUTE_OPTIMAL_WRITE_BUFFER_SIZE","features":[67,1]},{"name":"WPD_RESOURCE_ATTRIBUTE_RESOURCE_KEY","features":[67,1]},{"name":"WPD_RESOURCE_ATTRIBUTE_TOTAL_SIZE","features":[67,1]},{"name":"WPD_RESOURCE_AUDIO_CLIP","features":[67,1]},{"name":"WPD_RESOURCE_BRANDING_ART","features":[67,1]},{"name":"WPD_RESOURCE_CONTACT_PHOTO","features":[67,1]},{"name":"WPD_RESOURCE_DEFAULT","features":[67,1]},{"name":"WPD_RESOURCE_GENERIC","features":[67,1]},{"name":"WPD_RESOURCE_ICON","features":[67,1]},{"name":"WPD_RESOURCE_THUMBNAIL","features":[67,1]},{"name":"WPD_RESOURCE_VIDEO_CLIP","features":[67,1]},{"name":"WPD_SECTION_DATA_LENGTH","features":[67,1]},{"name":"WPD_SECTION_DATA_OFFSET","features":[67,1]},{"name":"WPD_SECTION_DATA_REFERENCED_OBJECT_RESOURCE","features":[67,1]},{"name":"WPD_SECTION_DATA_UNITS","features":[67,1]},{"name":"WPD_SECTION_DATA_UNITS_BYTES","features":[67]},{"name":"WPD_SECTION_DATA_UNITS_MILLISECONDS","features":[67]},{"name":"WPD_SECTION_DATA_UNITS_VALUES","features":[67]},{"name":"WPD_SECTION_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_SERVICE_INHERITANCE_IMPLEMENTATION","features":[67]},{"name":"WPD_SERVICE_INHERITANCE_TYPES","features":[67]},{"name":"WPD_SERVICE_PROPERTIES_V1","features":[67]},{"name":"WPD_SERVICE_VERSION","features":[67,1]},{"name":"WPD_SMS_ENCODING","features":[67,1]},{"name":"WPD_SMS_ENCODING_TYPES","features":[67]},{"name":"WPD_SMS_MAX_PAYLOAD","features":[67,1]},{"name":"WPD_SMS_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_SMS_PROVIDER","features":[67,1]},{"name":"WPD_SMS_TIMEOUT","features":[67,1]},{"name":"WPD_STILL_IMAGE_ARTIST","features":[67,1]},{"name":"WPD_STILL_IMAGE_BURST_INTERVAL","features":[67,1]},{"name":"WPD_STILL_IMAGE_BURST_NUMBER","features":[67,1]},{"name":"WPD_STILL_IMAGE_CAMERA_MANUFACTURER","features":[67,1]},{"name":"WPD_STILL_IMAGE_CAMERA_MODEL","features":[67,1]},{"name":"WPD_STILL_IMAGE_CAPTURE_DELAY","features":[67,1]},{"name":"WPD_STILL_IMAGE_CAPTURE_FORMAT","features":[67,1]},{"name":"WPD_STILL_IMAGE_CAPTURE_MODE","features":[67,1]},{"name":"WPD_STILL_IMAGE_CAPTURE_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_STILL_IMAGE_CAPTURE_RESOLUTION","features":[67,1]},{"name":"WPD_STILL_IMAGE_COMPRESSION_SETTING","features":[67,1]},{"name":"WPD_STILL_IMAGE_CONTRAST","features":[67,1]},{"name":"WPD_STILL_IMAGE_DIGITAL_ZOOM","features":[67,1]},{"name":"WPD_STILL_IMAGE_EFFECT_MODE","features":[67,1]},{"name":"WPD_STILL_IMAGE_EXPOSURE_BIAS_COMPENSATION","features":[67,1]},{"name":"WPD_STILL_IMAGE_EXPOSURE_INDEX","features":[67,1]},{"name":"WPD_STILL_IMAGE_EXPOSURE_METERING_MODE","features":[67,1]},{"name":"WPD_STILL_IMAGE_EXPOSURE_PROGRAM_MODE","features":[67,1]},{"name":"WPD_STILL_IMAGE_EXPOSURE_TIME","features":[67,1]},{"name":"WPD_STILL_IMAGE_FLASH_MODE","features":[67,1]},{"name":"WPD_STILL_IMAGE_FNUMBER","features":[67,1]},{"name":"WPD_STILL_IMAGE_FOCAL_LENGTH","features":[67,1]},{"name":"WPD_STILL_IMAGE_FOCUS_DISTANCE","features":[67,1]},{"name":"WPD_STILL_IMAGE_FOCUS_METERING_MODE","features":[67,1]},{"name":"WPD_STILL_IMAGE_FOCUS_MODE","features":[67,1]},{"name":"WPD_STILL_IMAGE_RGB_GAIN","features":[67,1]},{"name":"WPD_STILL_IMAGE_SHARPNESS","features":[67,1]},{"name":"WPD_STILL_IMAGE_TIMELAPSE_INTERVAL","features":[67,1]},{"name":"WPD_STILL_IMAGE_TIMELAPSE_NUMBER","features":[67,1]},{"name":"WPD_STILL_IMAGE_UPLOAD_URL","features":[67,1]},{"name":"WPD_STILL_IMAGE_WHITE_BALANCE","features":[67,1]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY","features":[67,1]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READWRITE","features":[67]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITHOUT_OBJECT_DELETION","features":[67]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITH_OBJECT_DELETION","features":[67]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_VALUES","features":[67]},{"name":"WPD_STORAGE_CAPACITY","features":[67,1]},{"name":"WPD_STORAGE_CAPACITY_IN_OBJECTS","features":[67,1]},{"name":"WPD_STORAGE_DESCRIPTION","features":[67,1]},{"name":"WPD_STORAGE_FILE_SYSTEM_TYPE","features":[67,1]},{"name":"WPD_STORAGE_FREE_SPACE_IN_BYTES","features":[67,1]},{"name":"WPD_STORAGE_FREE_SPACE_IN_OBJECTS","features":[67,1]},{"name":"WPD_STORAGE_MAX_OBJECT_SIZE","features":[67,1]},{"name":"WPD_STORAGE_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_STORAGE_SERIAL_NUMBER","features":[67,1]},{"name":"WPD_STORAGE_TYPE","features":[67,1]},{"name":"WPD_STORAGE_TYPE_FIXED_RAM","features":[67]},{"name":"WPD_STORAGE_TYPE_FIXED_ROM","features":[67]},{"name":"WPD_STORAGE_TYPE_REMOVABLE_RAM","features":[67]},{"name":"WPD_STORAGE_TYPE_REMOVABLE_ROM","features":[67]},{"name":"WPD_STORAGE_TYPE_UNDEFINED","features":[67]},{"name":"WPD_STORAGE_TYPE_VALUES","features":[67]},{"name":"WPD_STREAM_UNITS","features":[67]},{"name":"WPD_STREAM_UNITS_BYTES","features":[67]},{"name":"WPD_STREAM_UNITS_FRAMES","features":[67]},{"name":"WPD_STREAM_UNITS_MICROSECONDS","features":[67]},{"name":"WPD_STREAM_UNITS_MILLISECONDS","features":[67]},{"name":"WPD_STREAM_UNITS_ROWS","features":[67]},{"name":"WPD_TASK_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_TASK_OWNER","features":[67,1]},{"name":"WPD_TASK_PERCENT_COMPLETE","features":[67,1]},{"name":"WPD_TASK_REMINDER_DATE","features":[67,1]},{"name":"WPD_TASK_STATUS","features":[67,1]},{"name":"WPD_VIDEO_AUTHOR","features":[67,1]},{"name":"WPD_VIDEO_BITRATE","features":[67,1]},{"name":"WPD_VIDEO_BUFFER_SIZE","features":[67,1]},{"name":"WPD_VIDEO_CREDITS","features":[67,1]},{"name":"WPD_VIDEO_FOURCC_CODE","features":[67,1]},{"name":"WPD_VIDEO_FRAMERATE","features":[67,1]},{"name":"WPD_VIDEO_KEY_FRAME_DISTANCE","features":[67,1]},{"name":"WPD_VIDEO_OBJECT_PROPERTIES_V1","features":[67]},{"name":"WPD_VIDEO_QUALITY_SETTING","features":[67,1]},{"name":"WPD_VIDEO_RECORDEDTV_CHANNEL_NUMBER","features":[67,1]},{"name":"WPD_VIDEO_RECORDEDTV_REPEAT","features":[67,1]},{"name":"WPD_VIDEO_RECORDEDTV_STATION_NAME","features":[67,1]},{"name":"WPD_VIDEO_SCAN_TYPE","features":[67,1]},{"name":"WPD_VIDEO_SCAN_TYPES","features":[67]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_LOWER_FIRST","features":[67]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_UPPER_FIRST","features":[67]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_LOWER_FIRST","features":[67]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_UPPER_FIRST","features":[67]},{"name":"WPD_VIDEO_SCAN_TYPE_MIXED_INTERLACE","features":[67]},{"name":"WPD_VIDEO_SCAN_TYPE_MIXED_INTERLACE_AND_PROGRESSIVE","features":[67]},{"name":"WPD_VIDEO_SCAN_TYPE_PROGRESSIVE","features":[67]},{"name":"WPD_VIDEO_SCAN_TYPE_UNUSED","features":[67]},{"name":"WPD_WHITE_BALANCE_AUTOMATIC","features":[67]},{"name":"WPD_WHITE_BALANCE_DAYLIGHT","features":[67]},{"name":"WPD_WHITE_BALANCE_FLASH","features":[67]},{"name":"WPD_WHITE_BALANCE_FLORESCENT","features":[67]},{"name":"WPD_WHITE_BALANCE_MANUAL","features":[67]},{"name":"WPD_WHITE_BALANCE_ONE_PUSH_AUTOMATIC","features":[67]},{"name":"WPD_WHITE_BALANCE_SETTINGS","features":[67]},{"name":"WPD_WHITE_BALANCE_TUNGSTEN","features":[67]},{"name":"WPD_WHITE_BALANCE_UNDEFINED","features":[67]},{"name":"WpdAttributeForm","features":[67]},{"name":"WpdParameterAttributeForm","features":[67]},{"name":"WpdSerializer","features":[67]}],"391":[{"name":"DEVPKEY_DevQuery_ObjectType","features":[37,1]},{"name":"DEVPKEY_DeviceClass_Characteristics","features":[37,1]},{"name":"DEVPKEY_DeviceClass_ClassCoInstallers","features":[37,1]},{"name":"DEVPKEY_DeviceClass_ClassInstaller","features":[37,1]},{"name":"DEVPKEY_DeviceClass_ClassName","features":[37,1]},{"name":"DEVPKEY_DeviceClass_DHPRebalanceOptOut","features":[37,1]},{"name":"DEVPKEY_DeviceClass_DefaultService","features":[37,1]},{"name":"DEVPKEY_DeviceClass_DevType","features":[37,1]},{"name":"DEVPKEY_DeviceClass_Exclusive","features":[37,1]},{"name":"DEVPKEY_DeviceClass_Icon","features":[37,1]},{"name":"DEVPKEY_DeviceClass_IconPath","features":[37,1]},{"name":"DEVPKEY_DeviceClass_LowerFilters","features":[37,1]},{"name":"DEVPKEY_DeviceClass_Name","features":[37,1]},{"name":"DEVPKEY_DeviceClass_NoDisplayClass","features":[37,1]},{"name":"DEVPKEY_DeviceClass_NoInstallClass","features":[37,1]},{"name":"DEVPKEY_DeviceClass_NoUseClass","features":[37,1]},{"name":"DEVPKEY_DeviceClass_PropPageProvider","features":[37,1]},{"name":"DEVPKEY_DeviceClass_Security","features":[37,1]},{"name":"DEVPKEY_DeviceClass_SecuritySDS","features":[37,1]},{"name":"DEVPKEY_DeviceClass_SilentInstall","features":[37,1]},{"name":"DEVPKEY_DeviceClass_UpperFilters","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_Address","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_AlwaysShowDeviceAsConnected","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_AssociationArray","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_BaselineExperienceId","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_Category","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_CategoryGroup_Desc","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_CategoryGroup_Icon","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_Category_Desc_Plural","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_Category_Desc_Singular","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_Category_Icon","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_ConfigFlags","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_CustomPrivilegedPackageFamilyNames","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_DeviceDescription1","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_DeviceDescription2","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_DeviceFunctionSubRank","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_DiscoveryMethod","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_ExperienceId","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_FriendlyName","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_HasProblem","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_Icon","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_InstallInProgress","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsAuthenticated","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsConnected","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsDefaultDevice","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsDeviceUniquelyIdentifiable","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsEncrypted","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsLocalMachine","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsMetadataSearchInProgress","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsNetworkDevice","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsNotInterestingForDisplay","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsPaired","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsRebootRequired","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsSharedDevice","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_IsShowInDisconnectedState","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_Last_Connected","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_Last_Seen","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_LaunchDeviceStageFromExplorer","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_LaunchDeviceStageOnDeviceConnect","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_Manufacturer","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_MetadataCabinet","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_MetadataChecksum","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_MetadataPath","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_ModelName","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_ModelNumber","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_PrimaryCategory","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_PrivilegedPackageFamilyNames","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_RequiresPairingElevation","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_RequiresUninstallElevation","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_UnpairUninstall","features":[37,1]},{"name":"DEVPKEY_DeviceContainer_Version","features":[37,1]},{"name":"DEVPKEY_DeviceInterfaceClass_DefaultInterface","features":[37,1]},{"name":"DEVPKEY_DeviceInterfaceClass_Name","features":[37,1]},{"name":"DEVPKEY_DeviceInterface_Autoplay_Silent","features":[37,1]},{"name":"DEVPKEY_DeviceInterface_ClassGuid","features":[37,1]},{"name":"DEVPKEY_DeviceInterface_Enabled","features":[37,1]},{"name":"DEVPKEY_DeviceInterface_FriendlyName","features":[37,1]},{"name":"DEVPKEY_DeviceInterface_ReferenceString","features":[37,1]},{"name":"DEVPKEY_DeviceInterface_Restricted","features":[37,1]},{"name":"DEVPKEY_DeviceInterface_SchematicName","features":[37,1]},{"name":"DEVPKEY_DeviceInterface_UnrestrictedAppCapabilities","features":[37,1]},{"name":"DEVPKEY_Device_AdditionalSoftwareRequested","features":[37,1]},{"name":"DEVPKEY_Device_Address","features":[37,1]},{"name":"DEVPKEY_Device_AssignedToGuest","features":[37,1]},{"name":"DEVPKEY_Device_BaseContainerId","features":[37,1]},{"name":"DEVPKEY_Device_BiosDeviceName","features":[37,1]},{"name":"DEVPKEY_Device_BusNumber","features":[37,1]},{"name":"DEVPKEY_Device_BusRelations","features":[37,1]},{"name":"DEVPKEY_Device_BusReportedDeviceDesc","features":[37,1]},{"name":"DEVPKEY_Device_BusTypeGuid","features":[37,1]},{"name":"DEVPKEY_Device_Capabilities","features":[37,1]},{"name":"DEVPKEY_Device_Characteristics","features":[37,1]},{"name":"DEVPKEY_Device_Children","features":[37,1]},{"name":"DEVPKEY_Device_Class","features":[37,1]},{"name":"DEVPKEY_Device_ClassGuid","features":[37,1]},{"name":"DEVPKEY_Device_CompanionApps","features":[37,1]},{"name":"DEVPKEY_Device_CompatibleIds","features":[37,1]},{"name":"DEVPKEY_Device_ConfigFlags","features":[37,1]},{"name":"DEVPKEY_Device_ConfigurationId","features":[37,1]},{"name":"DEVPKEY_Device_ContainerId","features":[37,1]},{"name":"DEVPKEY_Device_CreatorProcessId","features":[37,1]},{"name":"DEVPKEY_Device_DHP_Rebalance_Policy","features":[37,1]},{"name":"DEVPKEY_Device_DebuggerSafe","features":[37,1]},{"name":"DEVPKEY_Device_DependencyDependents","features":[37,1]},{"name":"DEVPKEY_Device_DependencyProviders","features":[37,1]},{"name":"DEVPKEY_Device_DevNodeStatus","features":[37,1]},{"name":"DEVPKEY_Device_DevType","features":[37,1]},{"name":"DEVPKEY_Device_DeviceDesc","features":[37,1]},{"name":"DEVPKEY_Device_Driver","features":[37,1]},{"name":"DEVPKEY_Device_DriverCoInstallers","features":[37,1]},{"name":"DEVPKEY_Device_DriverDate","features":[37,1]},{"name":"DEVPKEY_Device_DriverDesc","features":[37,1]},{"name":"DEVPKEY_Device_DriverInfPath","features":[37,1]},{"name":"DEVPKEY_Device_DriverInfSection","features":[37,1]},{"name":"DEVPKEY_Device_DriverInfSectionExt","features":[37,1]},{"name":"DEVPKEY_Device_DriverLogoLevel","features":[37,1]},{"name":"DEVPKEY_Device_DriverProblemDesc","features":[37,1]},{"name":"DEVPKEY_Device_DriverPropPageProvider","features":[37,1]},{"name":"DEVPKEY_Device_DriverProvider","features":[37,1]},{"name":"DEVPKEY_Device_DriverRank","features":[37,1]},{"name":"DEVPKEY_Device_DriverVersion","features":[37,1]},{"name":"DEVPKEY_Device_EjectionRelations","features":[37,1]},{"name":"DEVPKEY_Device_EnumeratorName","features":[37,1]},{"name":"DEVPKEY_Device_Exclusive","features":[37,1]},{"name":"DEVPKEY_Device_ExtendedAddress","features":[37,1]},{"name":"DEVPKEY_Device_ExtendedConfigurationIds","features":[37,1]},{"name":"DEVPKEY_Device_FirmwareDate","features":[37,1]},{"name":"DEVPKEY_Device_FirmwareRevision","features":[37,1]},{"name":"DEVPKEY_Device_FirmwareVendor","features":[37,1]},{"name":"DEVPKEY_Device_FirmwareVersion","features":[37,1]},{"name":"DEVPKEY_Device_FirstInstallDate","features":[37,1]},{"name":"DEVPKEY_Device_FriendlyName","features":[37,1]},{"name":"DEVPKEY_Device_FriendlyNameAttributes","features":[37,1]},{"name":"DEVPKEY_Device_GenericDriverInstalled","features":[37,1]},{"name":"DEVPKEY_Device_HardwareIds","features":[37,1]},{"name":"DEVPKEY_Device_HasProblem","features":[37,1]},{"name":"DEVPKEY_Device_InLocalMachineContainer","features":[37,1]},{"name":"DEVPKEY_Device_InstallDate","features":[37,1]},{"name":"DEVPKEY_Device_InstallState","features":[37,1]},{"name":"DEVPKEY_Device_InstanceId","features":[37,1]},{"name":"DEVPKEY_Device_IsAssociateableByUserAction","features":[37,1]},{"name":"DEVPKEY_Device_IsPresent","features":[37,1]},{"name":"DEVPKEY_Device_IsRebootRequired","features":[37,1]},{"name":"DEVPKEY_Device_LastArrivalDate","features":[37,1]},{"name":"DEVPKEY_Device_LastRemovalDate","features":[37,1]},{"name":"DEVPKEY_Device_Legacy","features":[37,1]},{"name":"DEVPKEY_Device_LegacyBusType","features":[37,1]},{"name":"DEVPKEY_Device_LocationInfo","features":[37,1]},{"name":"DEVPKEY_Device_LocationPaths","features":[37,1]},{"name":"DEVPKEY_Device_LowerFilters","features":[37,1]},{"name":"DEVPKEY_Device_Manufacturer","features":[37,1]},{"name":"DEVPKEY_Device_ManufacturerAttributes","features":[37,1]},{"name":"DEVPKEY_Device_MatchingDeviceId","features":[37,1]},{"name":"DEVPKEY_Device_Model","features":[37,1]},{"name":"DEVPKEY_Device_ModelId","features":[37,1]},{"name":"DEVPKEY_Device_NoConnectSound","features":[37,1]},{"name":"DEVPKEY_Device_Numa_Node","features":[37,1]},{"name":"DEVPKEY_Device_Numa_Proximity_Domain","features":[37,1]},{"name":"DEVPKEY_Device_PDOName","features":[37,1]},{"name":"DEVPKEY_Device_Parent","features":[37,1]},{"name":"DEVPKEY_Device_PhysicalDeviceLocation","features":[37,1]},{"name":"DEVPKEY_Device_PostInstallInProgress","features":[37,1]},{"name":"DEVPKEY_Device_PowerData","features":[37,1]},{"name":"DEVPKEY_Device_PowerRelations","features":[37,1]},{"name":"DEVPKEY_Device_PresenceNotForDevice","features":[37,1]},{"name":"DEVPKEY_Device_PrimaryCompanionApp","features":[37,1]},{"name":"DEVPKEY_Device_ProblemCode","features":[37,1]},{"name":"DEVPKEY_Device_ProblemStatus","features":[37,1]},{"name":"DEVPKEY_Device_RemovalPolicy","features":[37,1]},{"name":"DEVPKEY_Device_RemovalPolicyDefault","features":[37,1]},{"name":"DEVPKEY_Device_RemovalPolicyOverride","features":[37,1]},{"name":"DEVPKEY_Device_RemovalRelations","features":[37,1]},{"name":"DEVPKEY_Device_Reported","features":[37,1]},{"name":"DEVPKEY_Device_ReportedDeviceIdsHash","features":[37,1]},{"name":"DEVPKEY_Device_ResourcePickerExceptions","features":[37,1]},{"name":"DEVPKEY_Device_ResourcePickerTags","features":[37,1]},{"name":"DEVPKEY_Device_SafeRemovalRequired","features":[37,1]},{"name":"DEVPKEY_Device_SafeRemovalRequiredOverride","features":[37,1]},{"name":"DEVPKEY_Device_Security","features":[37,1]},{"name":"DEVPKEY_Device_SecuritySDS","features":[37,1]},{"name":"DEVPKEY_Device_Service","features":[37,1]},{"name":"DEVPKEY_Device_SessionId","features":[37,1]},{"name":"DEVPKEY_Device_ShowInUninstallUI","features":[37,1]},{"name":"DEVPKEY_Device_Siblings","features":[37,1]},{"name":"DEVPKEY_Device_SignalStrength","features":[37,1]},{"name":"DEVPKEY_Device_SoftRestartSupported","features":[37,1]},{"name":"DEVPKEY_Device_Stack","features":[37,1]},{"name":"DEVPKEY_Device_TransportRelations","features":[37,1]},{"name":"DEVPKEY_Device_UINumber","features":[37,1]},{"name":"DEVPKEY_Device_UINumberDescFormat","features":[37,1]},{"name":"DEVPKEY_Device_UpperFilters","features":[37,1]},{"name":"DEVPKEY_DrvPkg_BrandingIcon","features":[37,1]},{"name":"DEVPKEY_DrvPkg_DetailedDescription","features":[37,1]},{"name":"DEVPKEY_DrvPkg_DocumentationLink","features":[37,1]},{"name":"DEVPKEY_DrvPkg_Icon","features":[37,1]},{"name":"DEVPKEY_DrvPkg_Model","features":[37,1]},{"name":"DEVPKEY_DrvPkg_VendorWebSite","features":[37,1]},{"name":"DEVPKEY_NAME","features":[37,1]},{"name":"DEVPROPCOMPKEY","features":[37,1]},{"name":"DEVPROPERTY","features":[37,1]},{"name":"DEVPROPID_FIRST_USABLE","features":[37]},{"name":"DEVPROPSTORE","features":[37]},{"name":"DEVPROPTYPE","features":[37]},{"name":"DEVPROP_BOOLEAN","features":[37]},{"name":"DEVPROP_FALSE","features":[37]},{"name":"DEVPROP_MASK_TYPE","features":[37]},{"name":"DEVPROP_MASK_TYPEMOD","features":[37]},{"name":"DEVPROP_STORE_SYSTEM","features":[37]},{"name":"DEVPROP_STORE_USER","features":[37]},{"name":"DEVPROP_TRUE","features":[37]},{"name":"DEVPROP_TYPEMOD_ARRAY","features":[37]},{"name":"DEVPROP_TYPEMOD_LIST","features":[37]},{"name":"DEVPROP_TYPE_BINARY","features":[37]},{"name":"DEVPROP_TYPE_BOOLEAN","features":[37]},{"name":"DEVPROP_TYPE_BYTE","features":[37]},{"name":"DEVPROP_TYPE_CURRENCY","features":[37]},{"name":"DEVPROP_TYPE_DATE","features":[37]},{"name":"DEVPROP_TYPE_DECIMAL","features":[37]},{"name":"DEVPROP_TYPE_DEVPROPKEY","features":[37]},{"name":"DEVPROP_TYPE_DEVPROPTYPE","features":[37]},{"name":"DEVPROP_TYPE_DOUBLE","features":[37]},{"name":"DEVPROP_TYPE_EMPTY","features":[37]},{"name":"DEVPROP_TYPE_ERROR","features":[37]},{"name":"DEVPROP_TYPE_FILETIME","features":[37]},{"name":"DEVPROP_TYPE_FLOAT","features":[37]},{"name":"DEVPROP_TYPE_GUID","features":[37]},{"name":"DEVPROP_TYPE_INT16","features":[37]},{"name":"DEVPROP_TYPE_INT32","features":[37]},{"name":"DEVPROP_TYPE_INT64","features":[37]},{"name":"DEVPROP_TYPE_NTSTATUS","features":[37]},{"name":"DEVPROP_TYPE_NULL","features":[37]},{"name":"DEVPROP_TYPE_SBYTE","features":[37]},{"name":"DEVPROP_TYPE_SECURITY_DESCRIPTOR","features":[37]},{"name":"DEVPROP_TYPE_SECURITY_DESCRIPTOR_STRING","features":[37]},{"name":"DEVPROP_TYPE_STRING","features":[37]},{"name":"DEVPROP_TYPE_STRING_INDIRECT","features":[37]},{"name":"DEVPROP_TYPE_STRING_LIST","features":[37]},{"name":"DEVPROP_TYPE_UINT16","features":[37]},{"name":"DEVPROP_TYPE_UINT32","features":[37]},{"name":"DEVPROP_TYPE_UINT64","features":[37]},{"name":"MAX_DEVPROP_TYPE","features":[37]},{"name":"MAX_DEVPROP_TYPEMOD","features":[37]}],"392":[{"name":"GUID_DEVINTERFACE_PWM_CONTROLLER","features":[68]},{"name":"GUID_DEVINTERFACE_PWM_CONTROLLER_WSZ","features":[68]},{"name":"IOCTL_PWM_CONTROLLER_GET_ACTUAL_PERIOD","features":[68]},{"name":"IOCTL_PWM_CONTROLLER_GET_INFO","features":[68]},{"name":"IOCTL_PWM_CONTROLLER_SET_DESIRED_PERIOD","features":[68]},{"name":"IOCTL_PWM_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[68]},{"name":"IOCTL_PWM_PIN_GET_POLARITY","features":[68]},{"name":"IOCTL_PWM_PIN_IS_STARTED","features":[68]},{"name":"IOCTL_PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[68]},{"name":"IOCTL_PWM_PIN_SET_POLARITY","features":[68]},{"name":"IOCTL_PWM_PIN_START","features":[68]},{"name":"IOCTL_PWM_PIN_STOP","features":[68]},{"name":"PWM_ACTIVE_HIGH","features":[68]},{"name":"PWM_ACTIVE_LOW","features":[68]},{"name":"PWM_CONTROLLER_GET_ACTUAL_PERIOD_OUTPUT","features":[68]},{"name":"PWM_CONTROLLER_INFO","features":[68]},{"name":"PWM_CONTROLLER_SET_DESIRED_PERIOD_INPUT","features":[68]},{"name":"PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT","features":[68]},{"name":"PWM_IOCTL_ID_CONTROLLER_GET_ACTUAL_PERIOD","features":[68]},{"name":"PWM_IOCTL_ID_CONTROLLER_GET_INFO","features":[68]},{"name":"PWM_IOCTL_ID_CONTROLLER_SET_DESIRED_PERIOD","features":[68]},{"name":"PWM_IOCTL_ID_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[68]},{"name":"PWM_IOCTL_ID_PIN_GET_POLARITY","features":[68]},{"name":"PWM_IOCTL_ID_PIN_IS_STARTED","features":[68]},{"name":"PWM_IOCTL_ID_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[68]},{"name":"PWM_IOCTL_ID_PIN_SET_POLARITY","features":[68]},{"name":"PWM_IOCTL_ID_PIN_START","features":[68]},{"name":"PWM_IOCTL_ID_PIN_STOP","features":[68]},{"name":"PWM_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE_OUTPUT","features":[68]},{"name":"PWM_PIN_GET_POLARITY_OUTPUT","features":[68]},{"name":"PWM_PIN_IS_STARTED_OUTPUT","features":[68,1]},{"name":"PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE_INPUT","features":[68]},{"name":"PWM_PIN_SET_POLARITY_INPUT","features":[68]},{"name":"PWM_POLARITY","features":[68]}],"393":[{"name":"ACTIVITY_STATE","features":[69]},{"name":"ACTIVITY_STATE_COUNT","features":[69]},{"name":"AXIS","features":[69]},{"name":"AXIS_MAX","features":[69]},{"name":"AXIS_X","features":[69]},{"name":"AXIS_Y","features":[69]},{"name":"AXIS_Z","features":[69]},{"name":"ActivityStateCount","features":[69]},{"name":"ActivityState_Biking","features":[69]},{"name":"ActivityState_Fidgeting","features":[69]},{"name":"ActivityState_Force_Dword","features":[69]},{"name":"ActivityState_Idle","features":[69]},{"name":"ActivityState_InVehicle","features":[69]},{"name":"ActivityState_Max","features":[69]},{"name":"ActivityState_Running","features":[69]},{"name":"ActivityState_Stationary","features":[69]},{"name":"ActivityState_Unknown","features":[69]},{"name":"ActivityState_Walking","features":[69]},{"name":"CollectionsListAllocateBufferAndSerialize","features":[69,1,70,44]},{"name":"CollectionsListCopyAndMarshall","features":[69,1,70,44]},{"name":"CollectionsListDeserializeFromBuffer","features":[69,1,70,44]},{"name":"CollectionsListGetFillableCount","features":[69]},{"name":"CollectionsListGetMarshalledSize","features":[69,1,70,44]},{"name":"CollectionsListGetMarshalledSizeWithoutSerialization","features":[69,1,70,44]},{"name":"CollectionsListGetSerializedSize","features":[69,1,70,44]},{"name":"CollectionsListMarshall","features":[69,1,70,44]},{"name":"CollectionsListSerializeToBuffer","features":[69,1,70,44]},{"name":"CollectionsListSortSubscribedActivitiesByConfidence","features":[69,1,70,44]},{"name":"CollectionsListUpdateMarshalledPointer","features":[69,1,70,44]},{"name":"ELEVATION_CHANGE_MODE","features":[69]},{"name":"ElevationChangeMode_Elevator","features":[69]},{"name":"ElevationChangeMode_Force_Dword","features":[69]},{"name":"ElevationChangeMode_Max","features":[69]},{"name":"ElevationChangeMode_Stepping","features":[69]},{"name":"ElevationChangeMode_Unknown","features":[69]},{"name":"EvaluateActivityThresholds","features":[69,1,70,44]},{"name":"GNSS_CLEAR_ALL_ASSISTANCE_DATA","features":[69]},{"name":"GUID_DEVINTERFACE_SENSOR","features":[69]},{"name":"GUID_SensorCategory_All","features":[69]},{"name":"GUID_SensorCategory_Biometric","features":[69]},{"name":"GUID_SensorCategory_Electrical","features":[69]},{"name":"GUID_SensorCategory_Environmental","features":[69]},{"name":"GUID_SensorCategory_Light","features":[69]},{"name":"GUID_SensorCategory_Location","features":[69]},{"name":"GUID_SensorCategory_Mechanical","features":[69]},{"name":"GUID_SensorCategory_Motion","features":[69]},{"name":"GUID_SensorCategory_Orientation","features":[69]},{"name":"GUID_SensorCategory_Other","features":[69]},{"name":"GUID_SensorCategory_PersonalActivity","features":[69]},{"name":"GUID_SensorCategory_Scanner","features":[69]},{"name":"GUID_SensorCategory_Unsupported","features":[69]},{"name":"GUID_SensorType_Accelerometer3D","features":[69]},{"name":"GUID_SensorType_ActivityDetection","features":[69]},{"name":"GUID_SensorType_AmbientLight","features":[69]},{"name":"GUID_SensorType_Barometer","features":[69]},{"name":"GUID_SensorType_Custom","features":[69]},{"name":"GUID_SensorType_FloorElevation","features":[69]},{"name":"GUID_SensorType_GeomagneticOrientation","features":[69]},{"name":"GUID_SensorType_GravityVector","features":[69]},{"name":"GUID_SensorType_Gyrometer3D","features":[69]},{"name":"GUID_SensorType_HingeAngle","features":[69]},{"name":"GUID_SensorType_Humidity","features":[69]},{"name":"GUID_SensorType_LinearAccelerometer","features":[69]},{"name":"GUID_SensorType_Magnetometer3D","features":[69]},{"name":"GUID_SensorType_Orientation","features":[69]},{"name":"GUID_SensorType_Pedometer","features":[69]},{"name":"GUID_SensorType_Proximity","features":[69]},{"name":"GUID_SensorType_RelativeOrientation","features":[69]},{"name":"GUID_SensorType_SimpleDeviceOrientation","features":[69]},{"name":"GUID_SensorType_Temperature","features":[69]},{"name":"GetPerformanceTime","features":[69,1]},{"name":"HUMAN_PRESENCE_DETECTION_TYPE","features":[69]},{"name":"HUMAN_PRESENCE_DETECTION_TYPE_COUNT","features":[69]},{"name":"HumanPresenceDetectionTypeCount","features":[69]},{"name":"HumanPresenceDetectionType_AudioBiometric","features":[69]},{"name":"HumanPresenceDetectionType_FacialBiometric","features":[69]},{"name":"HumanPresenceDetectionType_Force_Dword","features":[69]},{"name":"HumanPresenceDetectionType_Undefined","features":[69]},{"name":"HumanPresenceDetectionType_VendorDefinedBiometric","features":[69]},{"name":"HumanPresenceDetectionType_VendorDefinedNonBiometric","features":[69]},{"name":"ILocationPermissions","features":[69]},{"name":"ISensor","features":[69]},{"name":"ISensorCollection","features":[69]},{"name":"ISensorDataReport","features":[69]},{"name":"ISensorEvents","features":[69]},{"name":"ISensorManager","features":[69]},{"name":"ISensorManagerEvents","features":[69]},{"name":"InitPropVariantFromCLSIDArray","features":[69,1,70,44]},{"name":"InitPropVariantFromFloat","features":[69,1,70,44]},{"name":"IsCollectionListSame","features":[69,1,70,44]},{"name":"IsGUIDPresentInList","features":[69,1]},{"name":"IsKeyPresentInCollectionList","features":[69,1,70,44]},{"name":"IsKeyPresentInPropertyList","features":[69,1]},{"name":"IsSensorSubscribed","features":[69,1,70,44]},{"name":"LOCATION_DESIRED_ACCURACY","features":[69]},{"name":"LOCATION_DESIRED_ACCURACY_DEFAULT","features":[69]},{"name":"LOCATION_DESIRED_ACCURACY_HIGH","features":[69]},{"name":"LOCATION_POSITION_SOURCE","features":[69]},{"name":"LOCATION_POSITION_SOURCE_CELLULAR","features":[69]},{"name":"LOCATION_POSITION_SOURCE_IPADDRESS","features":[69]},{"name":"LOCATION_POSITION_SOURCE_SATELLITE","features":[69]},{"name":"LOCATION_POSITION_SOURCE_UNKNOWN","features":[69]},{"name":"LOCATION_POSITION_SOURCE_WIFI","features":[69]},{"name":"MAGNETOMETER_ACCURACY","features":[69]},{"name":"MAGNETOMETER_ACCURACY_APPROXIMATE","features":[69]},{"name":"MAGNETOMETER_ACCURACY_HIGH","features":[69]},{"name":"MAGNETOMETER_ACCURACY_UNKNOWN","features":[69]},{"name":"MAGNETOMETER_ACCURACY_UNRELIABLE","features":[69]},{"name":"MATRIX3X3","features":[69]},{"name":"MagnetometerAccuracy","features":[69]},{"name":"MagnetometerAccuracy_Approximate","features":[69]},{"name":"MagnetometerAccuracy_High","features":[69]},{"name":"MagnetometerAccuracy_Unknown","features":[69]},{"name":"MagnetometerAccuracy_Unreliable","features":[69]},{"name":"PEDOMETER_STEP_TYPE","features":[69]},{"name":"PEDOMETER_STEP_TYPE_COUNT","features":[69]},{"name":"PROXIMITY_SENSOR_CAPABILITIES","features":[69]},{"name":"PROXIMITY_TYPE","features":[69]},{"name":"PedometerStepTypeCount","features":[69]},{"name":"PedometerStepType_Force_Dword","features":[69]},{"name":"PedometerStepType_Max","features":[69]},{"name":"PedometerStepType_Running","features":[69]},{"name":"PedometerStepType_Unknown","features":[69]},{"name":"PedometerStepType_Walking","features":[69]},{"name":"PropKeyFindKeyGetBool","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetDouble","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetFileTime","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetFloat","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetGuid","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetInt32","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetInt64","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetNthInt64","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetNthUlong","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetNthUshort","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetPropVariant","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetUlong","features":[69,1,70,44]},{"name":"PropKeyFindKeyGetUshort","features":[69,1,70,44]},{"name":"PropKeyFindKeySetPropVariant","features":[69,1,70,44]},{"name":"PropVariantGetInformation","features":[37,69,1,70,44]},{"name":"PropertiesListCopy","features":[69,1]},{"name":"PropertiesListGetFillableCount","features":[69]},{"name":"ProximityType_Force_Dword","features":[69]},{"name":"ProximityType_HumanProximity","features":[69]},{"name":"ProximityType_ObjectProximity","features":[69]},{"name":"Proximity_Sensor_Human_Engagement_Capable","features":[69]},{"name":"Proximity_Sensor_Human_Presence_Capable","features":[69]},{"name":"Proximity_Sensor_Supported_Capabilities","features":[69]},{"name":"QUATERNION","features":[69]},{"name":"SENSOR_CATEGORY_ALL","features":[69]},{"name":"SENSOR_CATEGORY_BIOMETRIC","features":[69]},{"name":"SENSOR_CATEGORY_ELECTRICAL","features":[69]},{"name":"SENSOR_CATEGORY_ENVIRONMENTAL","features":[69]},{"name":"SENSOR_CATEGORY_LIGHT","features":[69]},{"name":"SENSOR_CATEGORY_LOCATION","features":[69]},{"name":"SENSOR_CATEGORY_MECHANICAL","features":[69]},{"name":"SENSOR_CATEGORY_MOTION","features":[69]},{"name":"SENSOR_CATEGORY_ORIENTATION","features":[69]},{"name":"SENSOR_CATEGORY_OTHER","features":[69]},{"name":"SENSOR_CATEGORY_SCANNER","features":[69]},{"name":"SENSOR_CATEGORY_UNSUPPORTED","features":[69]},{"name":"SENSOR_COLLECTION_LIST","features":[69,1,70,44]},{"name":"SENSOR_CONNECTION_TYPES","features":[69]},{"name":"SENSOR_CONNECTION_TYPE_PC_ATTACHED","features":[69]},{"name":"SENSOR_CONNECTION_TYPE_PC_EXTERNAL","features":[69]},{"name":"SENSOR_CONNECTION_TYPE_PC_INTEGRATED","features":[69]},{"name":"SENSOR_DATA_TYPE_ABSOLUTE_PRESSURE_PASCAL","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_X_G","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_Y_G","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_Z_G","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ADDRESS1","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ADDRESS2","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ANTENNA_SEALEVEL_METERS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_ERROR_METERS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_METERS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_ERROR_METERS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_METERS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_X_DEGREES_PER_SECOND_SQUARED","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Y_DEGREES_PER_SECOND_SQUARED","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Z_DEGREES_PER_SECOND_SQUARED","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_X_DEGREES_PER_SECOND","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Y_DEGREES_PER_SECOND","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Z_DEGREES_PER_SECOND","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ATMOSPHERIC_PRESSURE_BAR","features":[69,1]},{"name":"SENSOR_DATA_TYPE_BIOMETRIC_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_BOOLEAN_SWITCH_ARRAY_STATES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_BOOLEAN_SWITCH_STATE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CAPACITANCE_FARAD","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CITY","features":[69,1]},{"name":"SENSOR_DATA_TYPE_COMMON_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_COUNTRY_REGION","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CURRENT_AMPS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_BOOLEAN_ARRAY","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_CUSTOM_USAGE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE1","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE10","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE11","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE12","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE13","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE14","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE15","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE16","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE17","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE18","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE19","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE2","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE20","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE21","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE22","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE23","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE24","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE25","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE26","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE27","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE28","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE3","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE4","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE5","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE6","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE7","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE8","features":[69,1]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE9","features":[69,1]},{"name":"SENSOR_DATA_TYPE_DGPS_DATA_AGE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_DIFFERENTIAL_REFERENCE_STATION_ID","features":[69,1]},{"name":"SENSOR_DATA_TYPE_DISTANCE_X_METERS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_DISTANCE_Y_METERS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_DISTANCE_Z_METERS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_FREQUENCY_HERTZ","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_PERCENT_OF_RANGE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_POWER_WATTS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ENVIRONMENTAL_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_ERROR_RADIUS_METERS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_FIX_QUALITY","features":[69,1]},{"name":"SENSOR_DATA_TYPE_FIX_TYPE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_FORCE_NEWTONS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_GAUGE_PRESSURE_PASCAL","features":[69,1]},{"name":"SENSOR_DATA_TYPE_GEOIDAL_SEPARATION","features":[69,1]},{"name":"SENSOR_DATA_TYPE_GPS_OPERATION_MODE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_GPS_SELECTION_MODE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_GPS_STATUS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_GUID_MECHANICAL_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_HORIZONAL_DILUTION_OF_PRECISION","features":[69,1]},{"name":"SENSOR_DATA_TYPE_HUMAN_PRESENCE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_HUMAN_PROXIMITY_METERS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_INDUCTANCE_HENRY","features":[69,1]},{"name":"SENSOR_DATA_TYPE_LATITUDE_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_LIGHT_CHROMACITY","features":[69,1]},{"name":"SENSOR_DATA_TYPE_LIGHT_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_LIGHT_LEVEL_LUX","features":[69,1]},{"name":"SENSOR_DATA_TYPE_LIGHT_TEMPERATURE_KELVIN","features":[69,1]},{"name":"SENSOR_DATA_TYPE_LOCATION_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_LOCATION_SOURCE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_LONGITUDE_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_X_MILLIGAUSS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Y_MILLIGAUSS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Z_MILLIGAUSS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_MAGNETIC_NORTH_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_TRUE_NORTH_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_MAGNETIC_NORTH_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_TRUE_NORTH_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_X_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_Y_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_Z_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_VARIATION","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MAGNETOMETER_ACCURACY","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MOTION_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_MOTION_STATE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_MULTIVALUE_SWITCH_STATE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_NMEA_SENTENCE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ORIENTATION_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_POSITION_DILUTION_OF_PRECISION","features":[69,1]},{"name":"SENSOR_DATA_TYPE_POSTALCODE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_QUADRANT_ANGLE_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_QUATERNION","features":[69,1]},{"name":"SENSOR_DATA_TYPE_RELATIVE_HUMIDITY_PERCENT","features":[69,1]},{"name":"SENSOR_DATA_TYPE_RESISTANCE_OHMS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_RFID_TAG_40_BIT","features":[69,1]},{"name":"SENSOR_DATA_TYPE_ROTATION_MATRIX","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_AZIMUTH","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ELEVATION","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ID","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_PRNS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_STN_RATIO","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_COUNT","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_PRNS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_PRNS_AND_CONSTELLATIONS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SCANNER_GUID","features":[69]},{"name":"SENSOR_DATA_TYPE_SIMPLE_DEVICE_ORIENTATION","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SPEED_KNOTS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_SPEED_METERS_PER_SECOND","features":[69,1]},{"name":"SENSOR_DATA_TYPE_STATE_PROVINCE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_STRAIN","features":[69,1]},{"name":"SENSOR_DATA_TYPE_TEMPERATURE_CELSIUS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_TILT_X_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_TILT_Y_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_TILT_Z_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_TIMESTAMP","features":[69,1]},{"name":"SENSOR_DATA_TYPE_TOUCH_STATE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_TRUE_HEADING_DEGREES","features":[69,1]},{"name":"SENSOR_DATA_TYPE_VERTICAL_DILUTION_OF_PRECISION","features":[69,1]},{"name":"SENSOR_DATA_TYPE_VOLTAGE_VOLTS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_WEIGHT_KILOGRAMS","features":[69,1]},{"name":"SENSOR_DATA_TYPE_WIND_DIRECTION_DEGREES_ANTICLOCKWISE","features":[69,1]},{"name":"SENSOR_DATA_TYPE_WIND_SPEED_METERS_PER_SECOND","features":[69,1]},{"name":"SENSOR_ERROR_PARAMETER_COMMON_GUID","features":[69]},{"name":"SENSOR_EVENT_ACCELEROMETER_SHAKE","features":[69]},{"name":"SENSOR_EVENT_DATA_UPDATED","features":[69]},{"name":"SENSOR_EVENT_PARAMETER_COMMON_GUID","features":[69]},{"name":"SENSOR_EVENT_PARAMETER_EVENT_ID","features":[69,1]},{"name":"SENSOR_EVENT_PARAMETER_STATE","features":[69,1]},{"name":"SENSOR_EVENT_PROPERTY_CHANGED","features":[69]},{"name":"SENSOR_EVENT_STATE_CHANGED","features":[69]},{"name":"SENSOR_PROPERTY_ACCURACY","features":[69,1]},{"name":"SENSOR_PROPERTY_CHANGE_SENSITIVITY","features":[69,1]},{"name":"SENSOR_PROPERTY_CLEAR_ASSISTANCE_DATA","features":[69,1]},{"name":"SENSOR_PROPERTY_COMMON_GUID","features":[69]},{"name":"SENSOR_PROPERTY_CONNECTION_TYPE","features":[69,1]},{"name":"SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL","features":[69,1]},{"name":"SENSOR_PROPERTY_DESCRIPTION","features":[69,1]},{"name":"SENSOR_PROPERTY_DEVICE_PATH","features":[69,1]},{"name":"SENSOR_PROPERTY_FRIENDLY_NAME","features":[69,1]},{"name":"SENSOR_PROPERTY_HID_USAGE","features":[69,1]},{"name":"SENSOR_PROPERTY_LIGHT_RESPONSE_CURVE","features":[69,1]},{"name":"SENSOR_PROPERTY_LIST","features":[69,1]},{"name":"SENSOR_PROPERTY_LIST_HEADER_SIZE","features":[69]},{"name":"SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY","features":[69,1]},{"name":"SENSOR_PROPERTY_MANUFACTURER","features":[69,1]},{"name":"SENSOR_PROPERTY_MIN_REPORT_INTERVAL","features":[69,1]},{"name":"SENSOR_PROPERTY_MODEL","features":[69,1]},{"name":"SENSOR_PROPERTY_PERSISTENT_UNIQUE_ID","features":[69,1]},{"name":"SENSOR_PROPERTY_RADIO_STATE","features":[69,1]},{"name":"SENSOR_PROPERTY_RADIO_STATE_PREVIOUS","features":[69,1]},{"name":"SENSOR_PROPERTY_RANGE_MAXIMUM","features":[69,1]},{"name":"SENSOR_PROPERTY_RANGE_MINIMUM","features":[69,1]},{"name":"SENSOR_PROPERTY_RESOLUTION","features":[69,1]},{"name":"SENSOR_PROPERTY_SERIAL_NUMBER","features":[69,1]},{"name":"SENSOR_PROPERTY_STATE","features":[69,1]},{"name":"SENSOR_PROPERTY_TEST_GUID","features":[69]},{"name":"SENSOR_PROPERTY_TURN_ON_OFF_NMEA","features":[69,1]},{"name":"SENSOR_PROPERTY_TYPE","features":[69,1]},{"name":"SENSOR_STATE","features":[69]},{"name":"SENSOR_STATE_ACCESS_DENIED","features":[69]},{"name":"SENSOR_STATE_ERROR","features":[69]},{"name":"SENSOR_STATE_INITIALIZING","features":[69]},{"name":"SENSOR_STATE_MAX","features":[69]},{"name":"SENSOR_STATE_MIN","features":[69]},{"name":"SENSOR_STATE_NOT_AVAILABLE","features":[69]},{"name":"SENSOR_STATE_NO_DATA","features":[69]},{"name":"SENSOR_STATE_READY","features":[69]},{"name":"SENSOR_TYPE_ACCELEROMETER_1D","features":[69]},{"name":"SENSOR_TYPE_ACCELEROMETER_2D","features":[69]},{"name":"SENSOR_TYPE_ACCELEROMETER_3D","features":[69]},{"name":"SENSOR_TYPE_AGGREGATED_DEVICE_ORIENTATION","features":[69]},{"name":"SENSOR_TYPE_AGGREGATED_QUADRANT_ORIENTATION","features":[69]},{"name":"SENSOR_TYPE_AGGREGATED_SIMPLE_DEVICE_ORIENTATION","features":[69]},{"name":"SENSOR_TYPE_AMBIENT_LIGHT","features":[69]},{"name":"SENSOR_TYPE_BARCODE_SCANNER","features":[69]},{"name":"SENSOR_TYPE_BOOLEAN_SWITCH","features":[69]},{"name":"SENSOR_TYPE_BOOLEAN_SWITCH_ARRAY","features":[69]},{"name":"SENSOR_TYPE_CAPACITANCE","features":[69]},{"name":"SENSOR_TYPE_COMPASS_1D","features":[69]},{"name":"SENSOR_TYPE_COMPASS_2D","features":[69]},{"name":"SENSOR_TYPE_COMPASS_3D","features":[69]},{"name":"SENSOR_TYPE_CURRENT","features":[69]},{"name":"SENSOR_TYPE_CUSTOM","features":[69]},{"name":"SENSOR_TYPE_DISTANCE_1D","features":[69]},{"name":"SENSOR_TYPE_DISTANCE_2D","features":[69]},{"name":"SENSOR_TYPE_DISTANCE_3D","features":[69]},{"name":"SENSOR_TYPE_ELECTRICAL_POWER","features":[69]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_ATMOSPHERIC_PRESSURE","features":[69]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_HUMIDITY","features":[69]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_TEMPERATURE","features":[69]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_WIND_DIRECTION","features":[69]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_WIND_SPEED","features":[69]},{"name":"SENSOR_TYPE_FORCE","features":[69]},{"name":"SENSOR_TYPE_FREQUENCY","features":[69]},{"name":"SENSOR_TYPE_GYROMETER_1D","features":[69]},{"name":"SENSOR_TYPE_GYROMETER_2D","features":[69]},{"name":"SENSOR_TYPE_GYROMETER_3D","features":[69]},{"name":"SENSOR_TYPE_HUMAN_PRESENCE","features":[69]},{"name":"SENSOR_TYPE_HUMAN_PROXIMITY","features":[69]},{"name":"SENSOR_TYPE_INCLINOMETER_1D","features":[69]},{"name":"SENSOR_TYPE_INCLINOMETER_2D","features":[69]},{"name":"SENSOR_TYPE_INCLINOMETER_3D","features":[69]},{"name":"SENSOR_TYPE_INDUCTANCE","features":[69]},{"name":"SENSOR_TYPE_LOCATION_BROADCAST","features":[69]},{"name":"SENSOR_TYPE_LOCATION_DEAD_RECKONING","features":[69]},{"name":"SENSOR_TYPE_LOCATION_GPS","features":[69]},{"name":"SENSOR_TYPE_LOCATION_LOOKUP","features":[69]},{"name":"SENSOR_TYPE_LOCATION_OTHER","features":[69]},{"name":"SENSOR_TYPE_LOCATION_STATIC","features":[69]},{"name":"SENSOR_TYPE_LOCATION_TRIANGULATION","features":[69]},{"name":"SENSOR_TYPE_MOTION_DETECTOR","features":[69]},{"name":"SENSOR_TYPE_MULTIVALUE_SWITCH","features":[69]},{"name":"SENSOR_TYPE_POTENTIOMETER","features":[69]},{"name":"SENSOR_TYPE_PRESSURE","features":[69]},{"name":"SENSOR_TYPE_RESISTANCE","features":[69]},{"name":"SENSOR_TYPE_RFID_SCANNER","features":[69]},{"name":"SENSOR_TYPE_SCALE","features":[69]},{"name":"SENSOR_TYPE_SPEEDOMETER","features":[69]},{"name":"SENSOR_TYPE_STRAIN","features":[69]},{"name":"SENSOR_TYPE_TOUCH","features":[69]},{"name":"SENSOR_TYPE_UNKNOWN","features":[69]},{"name":"SENSOR_TYPE_VOLTAGE","features":[69]},{"name":"SENSOR_VALUE_PAIR","features":[69,1,70,44]},{"name":"SIMPLE_DEVICE_ORIENTATION","features":[69]},{"name":"SIMPLE_DEVICE_ORIENTATION_NOT_ROTATED","features":[69]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_180","features":[69]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_270","features":[69]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_90","features":[69]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_FACE_DOWN","features":[69]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_FACE_UP","features":[69]},{"name":"Sensor","features":[69]},{"name":"SensorCollection","features":[69]},{"name":"SensorCollectionGetAt","features":[69,1,70,44]},{"name":"SensorConnectionType","features":[69]},{"name":"SensorConnectionType_Attached","features":[69]},{"name":"SensorConnectionType_External","features":[69]},{"name":"SensorConnectionType_Integrated","features":[69]},{"name":"SensorDataReport","features":[69]},{"name":"SensorManager","features":[69]},{"name":"SensorState","features":[69]},{"name":"SensorState_Active","features":[69]},{"name":"SensorState_Error","features":[69]},{"name":"SensorState_Idle","features":[69]},{"name":"SensorState_Initializing","features":[69]},{"name":"SerializationBufferAllocate","features":[69,1]},{"name":"SerializationBufferFree","features":[69]},{"name":"SimpleDeviceOrientation","features":[69]},{"name":"SimpleDeviceOrientation_Facedown","features":[69]},{"name":"SimpleDeviceOrientation_Faceup","features":[69]},{"name":"SimpleDeviceOrientation_NotRotated","features":[69]},{"name":"SimpleDeviceOrientation_Rotated180DegreesCounterclockwise","features":[69]},{"name":"SimpleDeviceOrientation_Rotated270DegreesCounterclockwise","features":[69]},{"name":"SimpleDeviceOrientation_Rotated90DegreesCounterclockwise","features":[69]},{"name":"VEC3D","features":[69]}],"394":[{"name":"CDB_REPORT_BITS","features":[71]},{"name":"CDB_REPORT_BYTES","features":[71]},{"name":"COMDB_MAX_PORTS_ARBITRATED","features":[71]},{"name":"COMDB_MIN_PORTS_ARBITRATED","features":[71]},{"name":"ComDBClaimNextFreePort","features":[71]},{"name":"ComDBClaimPort","features":[71,1]},{"name":"ComDBClose","features":[71]},{"name":"ComDBGetCurrentPortUsage","features":[71]},{"name":"ComDBOpen","features":[71]},{"name":"ComDBReleasePort","features":[71]},{"name":"ComDBResizeDatabase","features":[71]},{"name":"DEVPKEY_DeviceInterface_Serial_PortName","features":[71,1]},{"name":"DEVPKEY_DeviceInterface_Serial_UsbProductId","features":[71,1]},{"name":"DEVPKEY_DeviceInterface_Serial_UsbVendorId","features":[71,1]},{"name":"EVEN_PARITY","features":[71]},{"name":"HCOMDB","features":[71]},{"name":"IOCTL_INTERNAL_SERENUM_REMOVE_SELF","features":[71]},{"name":"IOCTL_SERIAL_APPLY_DEFAULT_CONFIGURATION","features":[71]},{"name":"IOCTL_SERIAL_CLEAR_STATS","features":[71]},{"name":"IOCTL_SERIAL_CLR_DTR","features":[71]},{"name":"IOCTL_SERIAL_CLR_RTS","features":[71]},{"name":"IOCTL_SERIAL_CONFIG_SIZE","features":[71]},{"name":"IOCTL_SERIAL_GET_BAUD_RATE","features":[71]},{"name":"IOCTL_SERIAL_GET_CHARS","features":[71]},{"name":"IOCTL_SERIAL_GET_COMMCONFIG","features":[71]},{"name":"IOCTL_SERIAL_GET_COMMSTATUS","features":[71]},{"name":"IOCTL_SERIAL_GET_DTRRTS","features":[71]},{"name":"IOCTL_SERIAL_GET_HANDFLOW","features":[71]},{"name":"IOCTL_SERIAL_GET_LINE_CONTROL","features":[71]},{"name":"IOCTL_SERIAL_GET_MODEMSTATUS","features":[71]},{"name":"IOCTL_SERIAL_GET_MODEM_CONTROL","features":[71]},{"name":"IOCTL_SERIAL_GET_PROPERTIES","features":[71]},{"name":"IOCTL_SERIAL_GET_STATS","features":[71]},{"name":"IOCTL_SERIAL_GET_TIMEOUTS","features":[71]},{"name":"IOCTL_SERIAL_GET_WAIT_MASK","features":[71]},{"name":"IOCTL_SERIAL_IMMEDIATE_CHAR","features":[71]},{"name":"IOCTL_SERIAL_INTERNAL_BASIC_SETTINGS","features":[71]},{"name":"IOCTL_SERIAL_INTERNAL_CANCEL_WAIT_WAKE","features":[71]},{"name":"IOCTL_SERIAL_INTERNAL_DO_WAIT_WAKE","features":[71]},{"name":"IOCTL_SERIAL_INTERNAL_RESTORE_SETTINGS","features":[71]},{"name":"IOCTL_SERIAL_PURGE","features":[71]},{"name":"IOCTL_SERIAL_RESET_DEVICE","features":[71]},{"name":"IOCTL_SERIAL_SET_BAUD_RATE","features":[71]},{"name":"IOCTL_SERIAL_SET_BREAK_OFF","features":[71]},{"name":"IOCTL_SERIAL_SET_BREAK_ON","features":[71]},{"name":"IOCTL_SERIAL_SET_CHARS","features":[71]},{"name":"IOCTL_SERIAL_SET_COMMCONFIG","features":[71]},{"name":"IOCTL_SERIAL_SET_DTR","features":[71]},{"name":"IOCTL_SERIAL_SET_FIFO_CONTROL","features":[71]},{"name":"IOCTL_SERIAL_SET_HANDFLOW","features":[71]},{"name":"IOCTL_SERIAL_SET_INTERVAL_TIMER_RESOLUTION","features":[71]},{"name":"IOCTL_SERIAL_SET_LINE_CONTROL","features":[71]},{"name":"IOCTL_SERIAL_SET_MODEM_CONTROL","features":[71]},{"name":"IOCTL_SERIAL_SET_QUEUE_SIZE","features":[71]},{"name":"IOCTL_SERIAL_SET_RTS","features":[71]},{"name":"IOCTL_SERIAL_SET_TIMEOUTS","features":[71]},{"name":"IOCTL_SERIAL_SET_WAIT_MASK","features":[71]},{"name":"IOCTL_SERIAL_SET_XOFF","features":[71]},{"name":"IOCTL_SERIAL_SET_XON","features":[71]},{"name":"IOCTL_SERIAL_WAIT_ON_MASK","features":[71]},{"name":"IOCTL_SERIAL_XOFF_COUNTER","features":[71]},{"name":"MARK_PARITY","features":[71]},{"name":"NO_PARITY","features":[71]},{"name":"ODD_PARITY","features":[71]},{"name":"PSERENUM_READPORT","features":[71]},{"name":"PSERENUM_WRITEPORT","features":[71]},{"name":"SERENUM_PORTION","features":[71]},{"name":"SERENUM_PORT_DESC","features":[71]},{"name":"SERENUM_PORT_PARAMETERS","features":[71]},{"name":"SERIALCONFIG","features":[71]},{"name":"SERIALPERF_STATS","features":[71]},{"name":"SERIAL_BASIC_SETTINGS","features":[71]},{"name":"SERIAL_BAUD_RATE","features":[71]},{"name":"SERIAL_CHARS","features":[71]},{"name":"SERIAL_COMMPROP","features":[71]},{"name":"SERIAL_EV_BREAK","features":[71]},{"name":"SERIAL_EV_CTS","features":[71]},{"name":"SERIAL_EV_DSR","features":[71]},{"name":"SERIAL_EV_ERR","features":[71]},{"name":"SERIAL_EV_EVENT1","features":[71]},{"name":"SERIAL_EV_EVENT2","features":[71]},{"name":"SERIAL_EV_PERR","features":[71]},{"name":"SERIAL_EV_RING","features":[71]},{"name":"SERIAL_EV_RLSD","features":[71]},{"name":"SERIAL_EV_RX80FULL","features":[71]},{"name":"SERIAL_EV_RXCHAR","features":[71]},{"name":"SERIAL_EV_RXFLAG","features":[71]},{"name":"SERIAL_EV_TXEMPTY","features":[71]},{"name":"SERIAL_HANDFLOW","features":[71]},{"name":"SERIAL_LINE_CONTROL","features":[71]},{"name":"SERIAL_LSRMST_ESCAPE","features":[71]},{"name":"SERIAL_LSRMST_LSR_DATA","features":[71]},{"name":"SERIAL_LSRMST_LSR_NODATA","features":[71]},{"name":"SERIAL_LSRMST_MST","features":[71]},{"name":"SERIAL_PURGE_RXABORT","features":[71]},{"name":"SERIAL_PURGE_RXCLEAR","features":[71]},{"name":"SERIAL_PURGE_TXABORT","features":[71]},{"name":"SERIAL_PURGE_TXCLEAR","features":[71]},{"name":"SERIAL_QUEUE_SIZE","features":[71]},{"name":"SERIAL_STATUS","features":[71,1]},{"name":"SERIAL_TIMEOUTS","features":[71]},{"name":"SERIAL_XOFF_COUNTER","features":[71]},{"name":"SPACE_PARITY","features":[71]},{"name":"STOP_BITS_1_5","features":[71]},{"name":"STOP_BITS_2","features":[71]},{"name":"STOP_BIT_1","features":[71]},{"name":"SerenumFirstHalf","features":[71]},{"name":"SerenumSecondHalf","features":[71]},{"name":"SerenumWhole","features":[71]}],"395":[{"name":"ACDGE_GROUP_REMOVED","features":[72]},{"name":"ACDGE_NEW_GROUP","features":[72]},{"name":"ACDGROUP_EVENT","features":[72]},{"name":"ACDQE_NEW_QUEUE","features":[72]},{"name":"ACDQE_QUEUE_REMOVED","features":[72]},{"name":"ACDQUEUE_EVENT","features":[72]},{"name":"ACS_ADDRESSDEVICESPECIFIC","features":[72]},{"name":"ACS_LINEDEVICESPECIFIC","features":[72]},{"name":"ACS_PERMANENTDEVICEGUID","features":[72]},{"name":"ACS_PROTOCOL","features":[72]},{"name":"ACS_PROVIDERSPECIFIC","features":[72]},{"name":"ACS_SWITCHSPECIFIC","features":[72]},{"name":"AC_ADDRESSCAPFLAGS","features":[72]},{"name":"AC_ADDRESSFEATURES","features":[72]},{"name":"AC_ADDRESSID","features":[72]},{"name":"AC_ADDRESSTYPES","features":[72]},{"name":"AC_ANSWERMODES","features":[72]},{"name":"AC_BEARERMODES","features":[72]},{"name":"AC_CALLCOMPLETIONCONDITIONS","features":[72]},{"name":"AC_CALLCOMPLETIONMODES","features":[72]},{"name":"AC_CALLEDIDSUPPORT","features":[72]},{"name":"AC_CALLERIDSUPPORT","features":[72]},{"name":"AC_CALLFEATURES1","features":[72]},{"name":"AC_CALLFEATURES2","features":[72]},{"name":"AC_CONNECTEDIDSUPPORT","features":[72]},{"name":"AC_DEVCAPFLAGS","features":[72]},{"name":"AC_FORWARDMODES","features":[72]},{"name":"AC_GATHERDIGITSMAXTIMEOUT","features":[72]},{"name":"AC_GATHERDIGITSMINTIMEOUT","features":[72]},{"name":"AC_GENERATEDIGITDEFAULTDURATION","features":[72]},{"name":"AC_GENERATEDIGITMAXDURATION","features":[72]},{"name":"AC_GENERATEDIGITMINDURATION","features":[72]},{"name":"AC_GENERATEDIGITSUPPORT","features":[72]},{"name":"AC_GENERATETONEMAXNUMFREQ","features":[72]},{"name":"AC_GENERATETONEMODES","features":[72]},{"name":"AC_LINEFEATURES","features":[72]},{"name":"AC_LINEID","features":[72]},{"name":"AC_MAXACTIVECALLS","features":[72]},{"name":"AC_MAXCALLCOMPLETIONS","features":[72]},{"name":"AC_MAXCALLDATASIZE","features":[72]},{"name":"AC_MAXFORWARDENTRIES","features":[72]},{"name":"AC_MAXFWDNUMRINGS","features":[72]},{"name":"AC_MAXNUMCONFERENCE","features":[72]},{"name":"AC_MAXNUMTRANSCONF","features":[72]},{"name":"AC_MAXONHOLDCALLS","features":[72]},{"name":"AC_MAXONHOLDPENDINGCALLS","features":[72]},{"name":"AC_MAXSPECIFICENTRIES","features":[72]},{"name":"AC_MINFWDNUMRINGS","features":[72]},{"name":"AC_MONITORDIGITSUPPORT","features":[72]},{"name":"AC_MONITORTONEMAXNUMENTRIES","features":[72]},{"name":"AC_MONITORTONEMAXNUMFREQ","features":[72]},{"name":"AC_PARKSUPPORT","features":[72]},{"name":"AC_PERMANENTDEVICEID","features":[72]},{"name":"AC_PREDICTIVEAUTOTRANSFERSTATES","features":[72]},{"name":"AC_REDIRECTINGIDSUPPORT","features":[72]},{"name":"AC_REDIRECTIONIDSUPPORT","features":[72]},{"name":"AC_REMOVEFROMCONFCAPS","features":[72]},{"name":"AC_REMOVEFROMCONFSTATE","features":[72]},{"name":"AC_SETTABLEDEVSTATUS","features":[72]},{"name":"AC_TRANSFERMODES","features":[72]},{"name":"ADDRALIAS","features":[72]},{"name":"ADDRESS_CAPABILITY","features":[72]},{"name":"ADDRESS_CAPABILITY_STRING","features":[72]},{"name":"ADDRESS_EVENT","features":[72]},{"name":"ADDRESS_STATE","features":[72]},{"name":"ADDRESS_TERMINAL_AVAILABLE","features":[72]},{"name":"ADDRESS_TERMINAL_UNAVAILABLE","features":[72]},{"name":"AE_BUSY_ACD","features":[72]},{"name":"AE_BUSY_INCOMING","features":[72]},{"name":"AE_BUSY_OUTGOING","features":[72]},{"name":"AE_CAPSCHANGE","features":[72]},{"name":"AE_CONFIGCHANGE","features":[72]},{"name":"AE_FORWARD","features":[72]},{"name":"AE_LASTITEM","features":[72]},{"name":"AE_MSGWAITOFF","features":[72]},{"name":"AE_MSGWAITON","features":[72]},{"name":"AE_NEWTERMINAL","features":[72]},{"name":"AE_NOT_READY","features":[72]},{"name":"AE_READY","features":[72]},{"name":"AE_REMOVETERMINAL","features":[72]},{"name":"AE_RINGING","features":[72]},{"name":"AE_STATE","features":[72]},{"name":"AE_UNKNOWN","features":[72]},{"name":"AGENTHANDLER_EVENT","features":[72]},{"name":"AGENT_EVENT","features":[72]},{"name":"AGENT_SESSION_EVENT","features":[72]},{"name":"AGENT_SESSION_STATE","features":[72]},{"name":"AGENT_STATE","features":[72]},{"name":"AHE_AGENTHANDLER_REMOVED","features":[72]},{"name":"AHE_NEW_AGENTHANDLER","features":[72]},{"name":"ASE_BUSY","features":[72]},{"name":"ASE_END","features":[72]},{"name":"ASE_NEW_SESSION","features":[72]},{"name":"ASE_NOT_READY","features":[72]},{"name":"ASE_READY","features":[72]},{"name":"ASE_WRAPUP","features":[72]},{"name":"ASST_BUSY_ON_CALL","features":[72]},{"name":"ASST_BUSY_WRAPUP","features":[72]},{"name":"ASST_NOT_READY","features":[72]},{"name":"ASST_READY","features":[72]},{"name":"ASST_SESSION_ENDED","features":[72]},{"name":"ASYNC_COMPLETION","features":[72]},{"name":"AS_BUSY_ACD","features":[72]},{"name":"AS_BUSY_INCOMING","features":[72]},{"name":"AS_BUSY_OUTGOING","features":[72]},{"name":"AS_INSERVICE","features":[72]},{"name":"AS_NOT_READY","features":[72]},{"name":"AS_OUTOFSERVICE","features":[72]},{"name":"AS_READY","features":[72]},{"name":"AS_UNKNOWN","features":[72]},{"name":"CALLHUB_EVENT","features":[72]},{"name":"CALLHUB_STATE","features":[72]},{"name":"CALLINFOCHANGE_CAUSE","features":[72]},{"name":"CALLINFO_BUFFER","features":[72]},{"name":"CALLINFO_LONG","features":[72]},{"name":"CALLINFO_STRING","features":[72]},{"name":"CALL_CAUSE_BAD_DEVICE","features":[72]},{"name":"CALL_CAUSE_CONNECT_FAIL","features":[72]},{"name":"CALL_CAUSE_LOCAL_REQUEST","features":[72]},{"name":"CALL_CAUSE_MEDIA_RECOVERED","features":[72]},{"name":"CALL_CAUSE_MEDIA_TIMEOUT","features":[72]},{"name":"CALL_CAUSE_QUALITY_OF_SERVICE","features":[72]},{"name":"CALL_CAUSE_REMOTE_REQUEST","features":[72]},{"name":"CALL_CAUSE_UNKNOWN","features":[72]},{"name":"CALL_MEDIA_EVENT","features":[72]},{"name":"CALL_MEDIA_EVENT_CAUSE","features":[72]},{"name":"CALL_NEW_STREAM","features":[72]},{"name":"CALL_NOTIFICATION_EVENT","features":[72]},{"name":"CALL_PRIVILEGE","features":[72]},{"name":"CALL_STATE","features":[72]},{"name":"CALL_STATE_EVENT_CAUSE","features":[72]},{"name":"CALL_STREAM_ACTIVE","features":[72]},{"name":"CALL_STREAM_FAIL","features":[72]},{"name":"CALL_STREAM_INACTIVE","features":[72]},{"name":"CALL_STREAM_NOT_USED","features":[72]},{"name":"CALL_TERMINAL_FAIL","features":[72]},{"name":"CEC_DISCONNECT_BADADDRESS","features":[72]},{"name":"CEC_DISCONNECT_BLOCKED","features":[72]},{"name":"CEC_DISCONNECT_BUSY","features":[72]},{"name":"CEC_DISCONNECT_CANCELLED","features":[72]},{"name":"CEC_DISCONNECT_FAILED","features":[72]},{"name":"CEC_DISCONNECT_NOANSWER","features":[72]},{"name":"CEC_DISCONNECT_NORMAL","features":[72]},{"name":"CEC_DISCONNECT_REJECTED","features":[72]},{"name":"CEC_NONE","features":[72]},{"name":"CHE_CALLHUBIDLE","features":[72]},{"name":"CHE_CALLHUBNEW","features":[72]},{"name":"CHE_CALLJOIN","features":[72]},{"name":"CHE_CALLLEAVE","features":[72]},{"name":"CHE_LASTITEM","features":[72]},{"name":"CHS_ACTIVE","features":[72]},{"name":"CHS_IDLE","features":[72]},{"name":"CIB_CALLDATABUFFER","features":[72]},{"name":"CIB_CHARGINGINFOBUFFER","features":[72]},{"name":"CIB_DEVSPECIFICBUFFER","features":[72]},{"name":"CIB_HIGHLEVELCOMPATIBILITYBUFFER","features":[72]},{"name":"CIB_LOWLEVELCOMPATIBILITYBUFFER","features":[72]},{"name":"CIB_USERUSERINFO","features":[72]},{"name":"CIC_APPSPECIFIC","features":[72]},{"name":"CIC_BEARERMODE","features":[72]},{"name":"CIC_CALLDATA","features":[72]},{"name":"CIC_CALLEDID","features":[72]},{"name":"CIC_CALLERID","features":[72]},{"name":"CIC_CALLID","features":[72]},{"name":"CIC_CHARGINGINFO","features":[72]},{"name":"CIC_COMPLETIONID","features":[72]},{"name":"CIC_CONNECTEDID","features":[72]},{"name":"CIC_DEVSPECIFIC","features":[72]},{"name":"CIC_HIGHLEVELCOMP","features":[72]},{"name":"CIC_LASTITEM","features":[72]},{"name":"CIC_LOWLEVELCOMP","features":[72]},{"name":"CIC_MEDIATYPE","features":[72]},{"name":"CIC_NUMMONITORS","features":[72]},{"name":"CIC_NUMOWNERDECR","features":[72]},{"name":"CIC_NUMOWNERINCR","features":[72]},{"name":"CIC_ORIGIN","features":[72]},{"name":"CIC_OTHER","features":[72]},{"name":"CIC_PRIVILEGE","features":[72]},{"name":"CIC_RATE","features":[72]},{"name":"CIC_REASON","features":[72]},{"name":"CIC_REDIRECTINGID","features":[72]},{"name":"CIC_REDIRECTIONID","features":[72]},{"name":"CIC_RELATEDCALLID","features":[72]},{"name":"CIC_TREATMENT","features":[72]},{"name":"CIC_TRUNK","features":[72]},{"name":"CIC_USERUSERINFO","features":[72]},{"name":"CIL_APPSPECIFIC","features":[72]},{"name":"CIL_BEARERMODE","features":[72]},{"name":"CIL_CALLEDIDADDRESSTYPE","features":[72]},{"name":"CIL_CALLERIDADDRESSTYPE","features":[72]},{"name":"CIL_CALLID","features":[72]},{"name":"CIL_CALLPARAMSFLAGS","features":[72]},{"name":"CIL_CALLTREATMENT","features":[72]},{"name":"CIL_COMPLETIONID","features":[72]},{"name":"CIL_CONNECTEDIDADDRESSTYPE","features":[72]},{"name":"CIL_COUNTRYCODE","features":[72]},{"name":"CIL_GENERATEDIGITDURATION","features":[72]},{"name":"CIL_MAXRATE","features":[72]},{"name":"CIL_MEDIATYPESAVAILABLE","features":[72]},{"name":"CIL_MINRATE","features":[72]},{"name":"CIL_MONITORDIGITMODES","features":[72]},{"name":"CIL_MONITORMEDIAMODES","features":[72]},{"name":"CIL_NUMBEROFMONITORS","features":[72]},{"name":"CIL_NUMBEROFOWNERS","features":[72]},{"name":"CIL_ORIGIN","features":[72]},{"name":"CIL_RATE","features":[72]},{"name":"CIL_REASON","features":[72]},{"name":"CIL_REDIRECTINGIDADDRESSTYPE","features":[72]},{"name":"CIL_REDIRECTIONIDADDRESSTYPE","features":[72]},{"name":"CIL_RELATEDCALLID","features":[72]},{"name":"CIL_TRUNK","features":[72]},{"name":"CIS_CALLEDIDNAME","features":[72]},{"name":"CIS_CALLEDIDNUMBER","features":[72]},{"name":"CIS_CALLEDPARTYFRIENDLYNAME","features":[72]},{"name":"CIS_CALLERIDNAME","features":[72]},{"name":"CIS_CALLERIDNUMBER","features":[72]},{"name":"CIS_CALLINGPARTYID","features":[72]},{"name":"CIS_COMMENT","features":[72]},{"name":"CIS_CONNECTEDIDNAME","features":[72]},{"name":"CIS_CONNECTEDIDNUMBER","features":[72]},{"name":"CIS_DISPLAYABLEADDRESS","features":[72]},{"name":"CIS_REDIRECTINGIDNAME","features":[72]},{"name":"CIS_REDIRECTINGIDNUMBER","features":[72]},{"name":"CIS_REDIRECTIONIDNAME","features":[72]},{"name":"CIS_REDIRECTIONIDNUMBER","features":[72]},{"name":"CMC_BAD_DEVICE","features":[72]},{"name":"CMC_CONNECT_FAIL","features":[72]},{"name":"CMC_LOCAL_REQUEST","features":[72]},{"name":"CMC_MEDIA_RECOVERED","features":[72]},{"name":"CMC_MEDIA_TIMEOUT","features":[72]},{"name":"CMC_QUALITY_OF_SERVICE","features":[72]},{"name":"CMC_REMOTE_REQUEST","features":[72]},{"name":"CMC_UNKNOWN","features":[72]},{"name":"CME_LASTITEM","features":[72]},{"name":"CME_NEW_STREAM","features":[72]},{"name":"CME_STREAM_ACTIVE","features":[72]},{"name":"CME_STREAM_FAIL","features":[72]},{"name":"CME_STREAM_INACTIVE","features":[72]},{"name":"CME_STREAM_NOT_USED","features":[72]},{"name":"CME_TERMINAL_FAIL","features":[72]},{"name":"CNE_LASTITEM","features":[72]},{"name":"CNE_MONITOR","features":[72]},{"name":"CNE_OWNER","features":[72]},{"name":"CP_MONITOR","features":[72]},{"name":"CP_OWNER","features":[72]},{"name":"CS_CONNECTED","features":[72]},{"name":"CS_DISCONNECTED","features":[72]},{"name":"CS_HOLD","features":[72]},{"name":"CS_IDLE","features":[72]},{"name":"CS_INPROGRESS","features":[72]},{"name":"CS_LASTITEM","features":[72]},{"name":"CS_OFFERING","features":[72]},{"name":"CS_QUEUED","features":[72]},{"name":"DC_NOANSWER","features":[72]},{"name":"DC_NORMAL","features":[72]},{"name":"DC_REJECTED","features":[72]},{"name":"DIRECTORY_OBJECT_TYPE","features":[72]},{"name":"DIRECTORY_TYPE","features":[72]},{"name":"DISCONNECT_CODE","features":[72]},{"name":"DISPIDMASK","features":[72]},{"name":"DTR","features":[72]},{"name":"DT_ILS","features":[72]},{"name":"DT_NTDS","features":[72]},{"name":"DispatchMapper","features":[72]},{"name":"FDS_NOTSUPPORTED","features":[72]},{"name":"FDS_SUPPORTED","features":[72]},{"name":"FDS_UNKNOWN","features":[72]},{"name":"FINISH_MODE","features":[72]},{"name":"FM_ASCONFERENCE","features":[72]},{"name":"FM_ASTRANSFER","features":[72]},{"name":"FTEC_END_OF_FILE","features":[72]},{"name":"FTEC_NORMAL","features":[72]},{"name":"FTEC_READ_ERROR","features":[72]},{"name":"FTEC_WRITE_ERROR","features":[72]},{"name":"FT_STATE_EVENT_CAUSE","features":[72]},{"name":"FULLDUPLEX_SUPPORT","features":[72]},{"name":"GETTNEFSTREAMCODEPAGE","features":[72]},{"name":"GetTnefStreamCodepage","features":[72]},{"name":"HDRVCALL","features":[72]},{"name":"HDRVDIALOGINSTANCE","features":[72]},{"name":"HDRVLINE","features":[72]},{"name":"HDRVMSPLINE","features":[72]},{"name":"HDRVPHONE","features":[72]},{"name":"HPROVIDER","features":[72]},{"name":"HTAPICALL","features":[72]},{"name":"HTAPILINE","features":[72]},{"name":"HTAPIPHONE","features":[72]},{"name":"IDISPADDRESS","features":[72]},{"name":"IDISPADDRESSCAPABILITIES","features":[72]},{"name":"IDISPADDRESSTRANSLATION","features":[72]},{"name":"IDISPAGGREGATEDMSPADDRESSOBJ","features":[72]},{"name":"IDISPAGGREGATEDMSPCALLOBJ","features":[72]},{"name":"IDISPAPC","features":[72]},{"name":"IDISPBASICCALLCONTROL","features":[72]},{"name":"IDISPCALLINFO","features":[72]},{"name":"IDISPDIRECTORY","features":[72]},{"name":"IDISPDIROBJCONFERENCE","features":[72]},{"name":"IDISPDIROBJECT","features":[72]},{"name":"IDISPDIROBJUSER","features":[72]},{"name":"IDISPFILETRACK","features":[72]},{"name":"IDISPILSCONFIG","features":[72]},{"name":"IDISPLEGACYADDRESSMEDIACONTROL","features":[72]},{"name":"IDISPLEGACYCALLMEDIACONTROL","features":[72]},{"name":"IDISPMEDIACONTROL","features":[72]},{"name":"IDISPMEDIAPLAYBACK","features":[72]},{"name":"IDISPMEDIARECORD","features":[72]},{"name":"IDISPMEDIASUPPORT","features":[72]},{"name":"IDISPMULTITRACK","features":[72]},{"name":"IDISPPHONE","features":[72]},{"name":"IDISPTAPI","features":[72]},{"name":"IDISPTAPICALLCENTER","features":[72]},{"name":"IEnumACDGroup","features":[72]},{"name":"IEnumAddress","features":[72]},{"name":"IEnumAgent","features":[72]},{"name":"IEnumAgentHandler","features":[72]},{"name":"IEnumAgentSession","features":[72]},{"name":"IEnumBstr","features":[72]},{"name":"IEnumCall","features":[72]},{"name":"IEnumCallHub","features":[72]},{"name":"IEnumCallingCard","features":[72]},{"name":"IEnumDialableAddrs","features":[72]},{"name":"IEnumDirectory","features":[72]},{"name":"IEnumDirectoryObject","features":[72]},{"name":"IEnumLocation","features":[72]},{"name":"IEnumMcastScope","features":[72]},{"name":"IEnumPhone","features":[72]},{"name":"IEnumPluggableSuperclassInfo","features":[72]},{"name":"IEnumPluggableTerminalClassInfo","features":[72]},{"name":"IEnumQueue","features":[72]},{"name":"IEnumStream","features":[72]},{"name":"IEnumSubStream","features":[72]},{"name":"IEnumTerminal","features":[72]},{"name":"IEnumTerminalClass","features":[72]},{"name":"IMcastAddressAllocation","features":[72]},{"name":"IMcastLeaseInfo","features":[72]},{"name":"IMcastScope","features":[72]},{"name":"INITIALIZE_NEGOTIATION","features":[72]},{"name":"INTERFACEMASK","features":[72]},{"name":"ITACDGroup","features":[72]},{"name":"ITACDGroupEvent","features":[72]},{"name":"ITAMMediaFormat","features":[72]},{"name":"ITASRTerminalEvent","features":[72]},{"name":"ITAddress","features":[72]},{"name":"ITAddress2","features":[72]},{"name":"ITAddressCapabilities","features":[72]},{"name":"ITAddressDeviceSpecificEvent","features":[72]},{"name":"ITAddressEvent","features":[72]},{"name":"ITAddressTranslation","features":[72]},{"name":"ITAddressTranslationInfo","features":[72]},{"name":"ITAgent","features":[72]},{"name":"ITAgentEvent","features":[72]},{"name":"ITAgentHandler","features":[72]},{"name":"ITAgentHandlerEvent","features":[72]},{"name":"ITAgentSession","features":[72]},{"name":"ITAgentSessionEvent","features":[72]},{"name":"ITAllocatorProperties","features":[72]},{"name":"ITAutomatedPhoneControl","features":[72]},{"name":"ITBasicAudioTerminal","features":[72]},{"name":"ITBasicCallControl","features":[72]},{"name":"ITBasicCallControl2","features":[72]},{"name":"ITCallHub","features":[72]},{"name":"ITCallHubEvent","features":[72]},{"name":"ITCallInfo","features":[72]},{"name":"ITCallInfo2","features":[72]},{"name":"ITCallInfoChangeEvent","features":[72]},{"name":"ITCallMediaEvent","features":[72]},{"name":"ITCallNotificationEvent","features":[72]},{"name":"ITCallStateEvent","features":[72]},{"name":"ITCallingCard","features":[72]},{"name":"ITCollection","features":[72]},{"name":"ITCollection2","features":[72]},{"name":"ITCustomTone","features":[72]},{"name":"ITDetectTone","features":[72]},{"name":"ITDigitDetectionEvent","features":[72]},{"name":"ITDigitGenerationEvent","features":[72]},{"name":"ITDigitsGatheredEvent","features":[72]},{"name":"ITDirectory","features":[72]},{"name":"ITDirectoryObject","features":[72]},{"name":"ITDirectoryObjectConference","features":[72]},{"name":"ITDirectoryObjectUser","features":[72]},{"name":"ITDispatchMapper","features":[72]},{"name":"ITFileTerminalEvent","features":[72]},{"name":"ITFileTrack","features":[72]},{"name":"ITForwardInformation","features":[72]},{"name":"ITForwardInformation2","features":[72]},{"name":"ITILSConfig","features":[72]},{"name":"ITLegacyAddressMediaControl","features":[72]},{"name":"ITLegacyAddressMediaControl2","features":[72]},{"name":"ITLegacyCallMediaControl","features":[72]},{"name":"ITLegacyCallMediaControl2","features":[72]},{"name":"ITLegacyWaveSupport","features":[72]},{"name":"ITLocationInfo","features":[72]},{"name":"ITMSPAddress","features":[72]},{"name":"ITMediaControl","features":[72]},{"name":"ITMediaPlayback","features":[72]},{"name":"ITMediaRecord","features":[72]},{"name":"ITMediaSupport","features":[72]},{"name":"ITMultiTrackTerminal","features":[72]},{"name":"ITPhone","features":[72]},{"name":"ITPhoneDeviceSpecificEvent","features":[72]},{"name":"ITPhoneEvent","features":[72]},{"name":"ITPluggableTerminalClassInfo","features":[72]},{"name":"ITPluggableTerminalEventSink","features":[72]},{"name":"ITPluggableTerminalEventSinkRegistration","features":[72]},{"name":"ITPluggableTerminalSuperclassInfo","features":[72]},{"name":"ITPrivateEvent","features":[72]},{"name":"ITQOSEvent","features":[72]},{"name":"ITQueue","features":[72]},{"name":"ITQueueEvent","features":[72]},{"name":"ITRendezvous","features":[72]},{"name":"ITRequest","features":[72]},{"name":"ITRequestEvent","features":[72]},{"name":"ITScriptableAudioFormat","features":[72]},{"name":"ITStaticAudioTerminal","features":[72]},{"name":"ITStream","features":[72]},{"name":"ITStreamControl","features":[72]},{"name":"ITSubStream","features":[72]},{"name":"ITSubStreamControl","features":[72]},{"name":"ITTAPI","features":[72]},{"name":"ITTAPI2","features":[72]},{"name":"ITTAPICallCenter","features":[72]},{"name":"ITTAPIDispatchEventNotification","features":[72]},{"name":"ITTAPIEventNotification","features":[72]},{"name":"ITTAPIObjectEvent","features":[72]},{"name":"ITTAPIObjectEvent2","features":[72]},{"name":"ITTTSTerminalEvent","features":[72]},{"name":"ITTerminal","features":[72]},{"name":"ITTerminalSupport","features":[72]},{"name":"ITTerminalSupport2","features":[72]},{"name":"ITToneDetectionEvent","features":[72]},{"name":"ITToneTerminalEvent","features":[72]},{"name":"ITnef","features":[72]},{"name":"LAST_LINEMEDIAMODE","features":[72]},{"name":"LAST_LINEREQUESTMODE","features":[72]},{"name":"LINEADDRCAPFLAGS_ACCEPTTOALERT","features":[72]},{"name":"LINEADDRCAPFLAGS_ACDGROUP","features":[72]},{"name":"LINEADDRCAPFLAGS_AUTORECONNECT","features":[72]},{"name":"LINEADDRCAPFLAGS_BLOCKIDDEFAULT","features":[72]},{"name":"LINEADDRCAPFLAGS_BLOCKIDOVERRIDE","features":[72]},{"name":"LINEADDRCAPFLAGS_COMPLETIONID","features":[72]},{"name":"LINEADDRCAPFLAGS_CONFDROP","features":[72]},{"name":"LINEADDRCAPFLAGS_CONFERENCEHELD","features":[72]},{"name":"LINEADDRCAPFLAGS_CONFERENCEMAKE","features":[72]},{"name":"LINEADDRCAPFLAGS_DESTOFFHOOK","features":[72]},{"name":"LINEADDRCAPFLAGS_DIALED","features":[72]},{"name":"LINEADDRCAPFLAGS_FWDBUSYNAADDR","features":[72]},{"name":"LINEADDRCAPFLAGS_FWDCONSULT","features":[72]},{"name":"LINEADDRCAPFLAGS_FWDINTEXTADDR","features":[72]},{"name":"LINEADDRCAPFLAGS_FWDNUMRINGS","features":[72]},{"name":"LINEADDRCAPFLAGS_FWDSTATUSVALID","features":[72]},{"name":"LINEADDRCAPFLAGS_HOLDMAKESNEW","features":[72]},{"name":"LINEADDRCAPFLAGS_NOEXTERNALCALLS","features":[72]},{"name":"LINEADDRCAPFLAGS_NOINTERNALCALLS","features":[72]},{"name":"LINEADDRCAPFLAGS_NOPSTNADDRESSTRANSLATION","features":[72]},{"name":"LINEADDRCAPFLAGS_ORIGOFFHOOK","features":[72]},{"name":"LINEADDRCAPFLAGS_PARTIALDIAL","features":[72]},{"name":"LINEADDRCAPFLAGS_PICKUPCALLWAIT","features":[72]},{"name":"LINEADDRCAPFLAGS_PICKUPGROUPID","features":[72]},{"name":"LINEADDRCAPFLAGS_PREDICTIVEDIALER","features":[72]},{"name":"LINEADDRCAPFLAGS_QUEUE","features":[72]},{"name":"LINEADDRCAPFLAGS_ROUTEPOINT","features":[72]},{"name":"LINEADDRCAPFLAGS_SECURE","features":[72]},{"name":"LINEADDRCAPFLAGS_SETCALLINGID","features":[72]},{"name":"LINEADDRCAPFLAGS_SETUPCONFNULL","features":[72]},{"name":"LINEADDRCAPFLAGS_TRANSFERHELD","features":[72]},{"name":"LINEADDRCAPFLAGS_TRANSFERMAKE","features":[72]},{"name":"LINEADDRESSCAPS","features":[72]},{"name":"LINEADDRESSMODE_ADDRESSID","features":[72]},{"name":"LINEADDRESSMODE_DIALABLEADDR","features":[72]},{"name":"LINEADDRESSSHARING_BRIDGEDEXCL","features":[72]},{"name":"LINEADDRESSSHARING_BRIDGEDNEW","features":[72]},{"name":"LINEADDRESSSHARING_BRIDGEDSHARED","features":[72]},{"name":"LINEADDRESSSHARING_MONITORED","features":[72]},{"name":"LINEADDRESSSHARING_PRIVATE","features":[72]},{"name":"LINEADDRESSSTATE_CAPSCHANGE","features":[72]},{"name":"LINEADDRESSSTATE_DEVSPECIFIC","features":[72]},{"name":"LINEADDRESSSTATE_FORWARD","features":[72]},{"name":"LINEADDRESSSTATE_INUSEMANY","features":[72]},{"name":"LINEADDRESSSTATE_INUSEONE","features":[72]},{"name":"LINEADDRESSSTATE_INUSEZERO","features":[72]},{"name":"LINEADDRESSSTATE_NUMCALLS","features":[72]},{"name":"LINEADDRESSSTATE_OTHER","features":[72]},{"name":"LINEADDRESSSTATE_TERMINALS","features":[72]},{"name":"LINEADDRESSSTATUS","features":[72]},{"name":"LINEADDRESSTYPE_DOMAINNAME","features":[72]},{"name":"LINEADDRESSTYPE_EMAILNAME","features":[72]},{"name":"LINEADDRESSTYPE_IPADDRESS","features":[72]},{"name":"LINEADDRESSTYPE_PHONENUMBER","features":[72]},{"name":"LINEADDRESSTYPE_SDP","features":[72]},{"name":"LINEADDRFEATURE_FORWARD","features":[72]},{"name":"LINEADDRFEATURE_FORWARDDND","features":[72]},{"name":"LINEADDRFEATURE_FORWARDFWD","features":[72]},{"name":"LINEADDRFEATURE_MAKECALL","features":[72]},{"name":"LINEADDRFEATURE_PICKUP","features":[72]},{"name":"LINEADDRFEATURE_PICKUPDIRECT","features":[72]},{"name":"LINEADDRFEATURE_PICKUPGROUP","features":[72]},{"name":"LINEADDRFEATURE_PICKUPHELD","features":[72]},{"name":"LINEADDRFEATURE_PICKUPWAITING","features":[72]},{"name":"LINEADDRFEATURE_SETMEDIACONTROL","features":[72]},{"name":"LINEADDRFEATURE_SETTERMINAL","features":[72]},{"name":"LINEADDRFEATURE_SETUPCONF","features":[72]},{"name":"LINEADDRFEATURE_UNCOMPLETECALL","features":[72]},{"name":"LINEADDRFEATURE_UNPARK","features":[72]},{"name":"LINEAGENTACTIVITYENTRY","features":[72]},{"name":"LINEAGENTACTIVITYLIST","features":[72]},{"name":"LINEAGENTCAPS","features":[72]},{"name":"LINEAGENTENTRY","features":[72]},{"name":"LINEAGENTFEATURE_AGENTSPECIFIC","features":[72]},{"name":"LINEAGENTFEATURE_GETAGENTACTIVITYLIST","features":[72]},{"name":"LINEAGENTFEATURE_GETAGENTGROUP","features":[72]},{"name":"LINEAGENTFEATURE_SETAGENTACTIVITY","features":[72]},{"name":"LINEAGENTFEATURE_SETAGENTGROUP","features":[72]},{"name":"LINEAGENTFEATURE_SETAGENTSTATE","features":[72]},{"name":"LINEAGENTGROUPENTRY","features":[72]},{"name":"LINEAGENTGROUPLIST","features":[72]},{"name":"LINEAGENTINFO","features":[72,43]},{"name":"LINEAGENTLIST","features":[72]},{"name":"LINEAGENTSESSIONENTRY","features":[72]},{"name":"LINEAGENTSESSIONINFO","features":[72,43]},{"name":"LINEAGENTSESSIONLIST","features":[72]},{"name":"LINEAGENTSESSIONSTATE_BUSYONCALL","features":[72]},{"name":"LINEAGENTSESSIONSTATE_BUSYWRAPUP","features":[72]},{"name":"LINEAGENTSESSIONSTATE_ENDED","features":[72]},{"name":"LINEAGENTSESSIONSTATE_NOTREADY","features":[72]},{"name":"LINEAGENTSESSIONSTATE_READY","features":[72]},{"name":"LINEAGENTSESSIONSTATE_RELEASED","features":[72]},{"name":"LINEAGENTSESSIONSTATUS_NEWSESSION","features":[72]},{"name":"LINEAGENTSESSIONSTATUS_STATE","features":[72]},{"name":"LINEAGENTSESSIONSTATUS_UPDATEINFO","features":[72]},{"name":"LINEAGENTSTATEEX_BUSYACD","features":[72]},{"name":"LINEAGENTSTATEEX_BUSYINCOMING","features":[72]},{"name":"LINEAGENTSTATEEX_BUSYOUTGOING","features":[72]},{"name":"LINEAGENTSTATEEX_NOTREADY","features":[72]},{"name":"LINEAGENTSTATEEX_READY","features":[72]},{"name":"LINEAGENTSTATEEX_RELEASED","features":[72]},{"name":"LINEAGENTSTATEEX_UNKNOWN","features":[72]},{"name":"LINEAGENTSTATE_BUSYACD","features":[72]},{"name":"LINEAGENTSTATE_BUSYINCOMING","features":[72]},{"name":"LINEAGENTSTATE_BUSYOTHER","features":[72]},{"name":"LINEAGENTSTATE_BUSYOUTBOUND","features":[72]},{"name":"LINEAGENTSTATE_LOGGEDOFF","features":[72]},{"name":"LINEAGENTSTATE_NOTREADY","features":[72]},{"name":"LINEAGENTSTATE_READY","features":[72]},{"name":"LINEAGENTSTATE_UNAVAIL","features":[72]},{"name":"LINEAGENTSTATE_UNKNOWN","features":[72]},{"name":"LINEAGENTSTATE_WORKINGAFTERCALL","features":[72]},{"name":"LINEAGENTSTATUS","features":[72]},{"name":"LINEAGENTSTATUSEX_NEWAGENT","features":[72]},{"name":"LINEAGENTSTATUSEX_STATE","features":[72]},{"name":"LINEAGENTSTATUSEX_UPDATEINFO","features":[72]},{"name":"LINEAGENTSTATUS_ACTIVITY","features":[72]},{"name":"LINEAGENTSTATUS_ACTIVITYLIST","features":[72]},{"name":"LINEAGENTSTATUS_CAPSCHANGE","features":[72]},{"name":"LINEAGENTSTATUS_GROUP","features":[72]},{"name":"LINEAGENTSTATUS_GROUPLIST","features":[72]},{"name":"LINEAGENTSTATUS_NEXTSTATE","features":[72]},{"name":"LINEAGENTSTATUS_STATE","features":[72]},{"name":"LINEAGENTSTATUS_VALIDNEXTSTATES","features":[72]},{"name":"LINEAGENTSTATUS_VALIDSTATES","features":[72]},{"name":"LINEANSWERMODE_DROP","features":[72]},{"name":"LINEANSWERMODE_HOLD","features":[72]},{"name":"LINEANSWERMODE_NONE","features":[72]},{"name":"LINEAPPINFO","features":[72]},{"name":"LINEBEARERMODE_ALTSPEECHDATA","features":[72]},{"name":"LINEBEARERMODE_DATA","features":[72]},{"name":"LINEBEARERMODE_MULTIUSE","features":[72]},{"name":"LINEBEARERMODE_NONCALLSIGNALING","features":[72]},{"name":"LINEBEARERMODE_PASSTHROUGH","features":[72]},{"name":"LINEBEARERMODE_RESTRICTEDDATA","features":[72]},{"name":"LINEBEARERMODE_SPEECH","features":[72]},{"name":"LINEBEARERMODE_VOICE","features":[72]},{"name":"LINEBUSYMODE_STATION","features":[72]},{"name":"LINEBUSYMODE_TRUNK","features":[72]},{"name":"LINEBUSYMODE_UNAVAIL","features":[72]},{"name":"LINEBUSYMODE_UNKNOWN","features":[72]},{"name":"LINECALLBACK","features":[72]},{"name":"LINECALLCOMPLCOND_BUSY","features":[72]},{"name":"LINECALLCOMPLCOND_NOANSWER","features":[72]},{"name":"LINECALLCOMPLMODE_CALLBACK","features":[72]},{"name":"LINECALLCOMPLMODE_CAMPON","features":[72]},{"name":"LINECALLCOMPLMODE_INTRUDE","features":[72]},{"name":"LINECALLCOMPLMODE_MESSAGE","features":[72]},{"name":"LINECALLFEATURE2_COMPLCALLBACK","features":[72]},{"name":"LINECALLFEATURE2_COMPLCAMPON","features":[72]},{"name":"LINECALLFEATURE2_COMPLINTRUDE","features":[72]},{"name":"LINECALLFEATURE2_COMPLMESSAGE","features":[72]},{"name":"LINECALLFEATURE2_NOHOLDCONFERENCE","features":[72]},{"name":"LINECALLFEATURE2_ONESTEPTRANSFER","features":[72]},{"name":"LINECALLFEATURE2_PARKDIRECT","features":[72]},{"name":"LINECALLFEATURE2_PARKNONDIRECT","features":[72]},{"name":"LINECALLFEATURE2_TRANSFERCONF","features":[72]},{"name":"LINECALLFEATURE2_TRANSFERNORM","features":[72]},{"name":"LINECALLFEATURE_ACCEPT","features":[72]},{"name":"LINECALLFEATURE_ADDTOCONF","features":[72]},{"name":"LINECALLFEATURE_ANSWER","features":[72]},{"name":"LINECALLFEATURE_BLINDTRANSFER","features":[72]},{"name":"LINECALLFEATURE_COMPLETECALL","features":[72]},{"name":"LINECALLFEATURE_COMPLETETRANSF","features":[72]},{"name":"LINECALLFEATURE_DIAL","features":[72]},{"name":"LINECALLFEATURE_DROP","features":[72]},{"name":"LINECALLFEATURE_GATHERDIGITS","features":[72]},{"name":"LINECALLFEATURE_GENERATEDIGITS","features":[72]},{"name":"LINECALLFEATURE_GENERATETONE","features":[72]},{"name":"LINECALLFEATURE_HOLD","features":[72]},{"name":"LINECALLFEATURE_MONITORDIGITS","features":[72]},{"name":"LINECALLFEATURE_MONITORMEDIA","features":[72]},{"name":"LINECALLFEATURE_MONITORTONES","features":[72]},{"name":"LINECALLFEATURE_PARK","features":[72]},{"name":"LINECALLFEATURE_PREPAREADDCONF","features":[72]},{"name":"LINECALLFEATURE_REDIRECT","features":[72]},{"name":"LINECALLFEATURE_RELEASEUSERUSERINFO","features":[72]},{"name":"LINECALLFEATURE_REMOVEFROMCONF","features":[72]},{"name":"LINECALLFEATURE_SECURECALL","features":[72]},{"name":"LINECALLFEATURE_SENDUSERUSER","features":[72]},{"name":"LINECALLFEATURE_SETCALLDATA","features":[72]},{"name":"LINECALLFEATURE_SETCALLPARAMS","features":[72]},{"name":"LINECALLFEATURE_SETMEDIACONTROL","features":[72]},{"name":"LINECALLFEATURE_SETQOS","features":[72]},{"name":"LINECALLFEATURE_SETTERMINAL","features":[72]},{"name":"LINECALLFEATURE_SETTREATMENT","features":[72]},{"name":"LINECALLFEATURE_SETUPCONF","features":[72]},{"name":"LINECALLFEATURE_SETUPTRANSFER","features":[72]},{"name":"LINECALLFEATURE_SWAPHOLD","features":[72]},{"name":"LINECALLFEATURE_UNHOLD","features":[72]},{"name":"LINECALLHUBTRACKING_ALLCALLS","features":[72]},{"name":"LINECALLHUBTRACKING_NONE","features":[72]},{"name":"LINECALLHUBTRACKING_PROVIDERLEVEL","features":[72]},{"name":"LINECALLINFO","features":[72]},{"name":"LINECALLINFOSTATE_APPSPECIFIC","features":[72]},{"name":"LINECALLINFOSTATE_BEARERMODE","features":[72]},{"name":"LINECALLINFOSTATE_CALLDATA","features":[72]},{"name":"LINECALLINFOSTATE_CALLEDID","features":[72]},{"name":"LINECALLINFOSTATE_CALLERID","features":[72]},{"name":"LINECALLINFOSTATE_CALLID","features":[72]},{"name":"LINECALLINFOSTATE_CHARGINGINFO","features":[72]},{"name":"LINECALLINFOSTATE_COMPLETIONID","features":[72]},{"name":"LINECALLINFOSTATE_CONNECTEDID","features":[72]},{"name":"LINECALLINFOSTATE_DEVSPECIFIC","features":[72]},{"name":"LINECALLINFOSTATE_DIALPARAMS","features":[72]},{"name":"LINECALLINFOSTATE_DISPLAY","features":[72]},{"name":"LINECALLINFOSTATE_HIGHLEVELCOMP","features":[72]},{"name":"LINECALLINFOSTATE_LOWLEVELCOMP","features":[72]},{"name":"LINECALLINFOSTATE_MEDIAMODE","features":[72]},{"name":"LINECALLINFOSTATE_MONITORMODES","features":[72]},{"name":"LINECALLINFOSTATE_NUMMONITORS","features":[72]},{"name":"LINECALLINFOSTATE_NUMOWNERDECR","features":[72]},{"name":"LINECALLINFOSTATE_NUMOWNERINCR","features":[72]},{"name":"LINECALLINFOSTATE_ORIGIN","features":[72]},{"name":"LINECALLINFOSTATE_OTHER","features":[72]},{"name":"LINECALLINFOSTATE_QOS","features":[72]},{"name":"LINECALLINFOSTATE_RATE","features":[72]},{"name":"LINECALLINFOSTATE_REASON","features":[72]},{"name":"LINECALLINFOSTATE_REDIRECTINGID","features":[72]},{"name":"LINECALLINFOSTATE_REDIRECTIONID","features":[72]},{"name":"LINECALLINFOSTATE_RELATEDCALLID","features":[72]},{"name":"LINECALLINFOSTATE_TERMINAL","features":[72]},{"name":"LINECALLINFOSTATE_TREATMENT","features":[72]},{"name":"LINECALLINFOSTATE_TRUNK","features":[72]},{"name":"LINECALLINFOSTATE_USERUSERINFO","features":[72]},{"name":"LINECALLLIST","features":[72]},{"name":"LINECALLORIGIN_CONFERENCE","features":[72]},{"name":"LINECALLORIGIN_EXTERNAL","features":[72]},{"name":"LINECALLORIGIN_INBOUND","features":[72]},{"name":"LINECALLORIGIN_INTERNAL","features":[72]},{"name":"LINECALLORIGIN_OUTBOUND","features":[72]},{"name":"LINECALLORIGIN_UNAVAIL","features":[72]},{"name":"LINECALLORIGIN_UNKNOWN","features":[72]},{"name":"LINECALLPARAMFLAGS_BLOCKID","features":[72]},{"name":"LINECALLPARAMFLAGS_DESTOFFHOOK","features":[72]},{"name":"LINECALLPARAMFLAGS_IDLE","features":[72]},{"name":"LINECALLPARAMFLAGS_NOHOLDCONFERENCE","features":[72]},{"name":"LINECALLPARAMFLAGS_ONESTEPTRANSFER","features":[72]},{"name":"LINECALLPARAMFLAGS_ORIGOFFHOOK","features":[72]},{"name":"LINECALLPARAMFLAGS_PREDICTIVEDIAL","features":[72]},{"name":"LINECALLPARAMFLAGS_SECURE","features":[72]},{"name":"LINECALLPARAMS","features":[72]},{"name":"LINECALLPARTYID_ADDRESS","features":[72]},{"name":"LINECALLPARTYID_BLOCKED","features":[72]},{"name":"LINECALLPARTYID_NAME","features":[72]},{"name":"LINECALLPARTYID_OUTOFAREA","features":[72]},{"name":"LINECALLPARTYID_PARTIAL","features":[72]},{"name":"LINECALLPARTYID_UNAVAIL","features":[72]},{"name":"LINECALLPARTYID_UNKNOWN","features":[72]},{"name":"LINECALLPRIVILEGE_MONITOR","features":[72]},{"name":"LINECALLPRIVILEGE_NONE","features":[72]},{"name":"LINECALLPRIVILEGE_OWNER","features":[72]},{"name":"LINECALLREASON_CALLCOMPLETION","features":[72]},{"name":"LINECALLREASON_CAMPEDON","features":[72]},{"name":"LINECALLREASON_DIRECT","features":[72]},{"name":"LINECALLREASON_FWDBUSY","features":[72]},{"name":"LINECALLREASON_FWDNOANSWER","features":[72]},{"name":"LINECALLREASON_FWDUNCOND","features":[72]},{"name":"LINECALLREASON_INTRUDE","features":[72]},{"name":"LINECALLREASON_PARKED","features":[72]},{"name":"LINECALLREASON_PICKUP","features":[72]},{"name":"LINECALLREASON_REDIRECT","features":[72]},{"name":"LINECALLREASON_REMINDER","features":[72]},{"name":"LINECALLREASON_ROUTEREQUEST","features":[72]},{"name":"LINECALLREASON_TRANSFER","features":[72]},{"name":"LINECALLREASON_UNAVAIL","features":[72]},{"name":"LINECALLREASON_UNKNOWN","features":[72]},{"name":"LINECALLREASON_UNPARK","features":[72]},{"name":"LINECALLSELECT_ADDRESS","features":[72]},{"name":"LINECALLSELECT_CALL","features":[72]},{"name":"LINECALLSELECT_CALLID","features":[72]},{"name":"LINECALLSELECT_DEVICEID","features":[72]},{"name":"LINECALLSELECT_LINE","features":[72]},{"name":"LINECALLSTATE_ACCEPTED","features":[72]},{"name":"LINECALLSTATE_BUSY","features":[72]},{"name":"LINECALLSTATE_CONFERENCED","features":[72]},{"name":"LINECALLSTATE_CONNECTED","features":[72]},{"name":"LINECALLSTATE_DIALING","features":[72]},{"name":"LINECALLSTATE_DIALTONE","features":[72]},{"name":"LINECALLSTATE_DISCONNECTED","features":[72]},{"name":"LINECALLSTATE_IDLE","features":[72]},{"name":"LINECALLSTATE_OFFERING","features":[72]},{"name":"LINECALLSTATE_ONHOLD","features":[72]},{"name":"LINECALLSTATE_ONHOLDPENDCONF","features":[72]},{"name":"LINECALLSTATE_ONHOLDPENDTRANSFER","features":[72]},{"name":"LINECALLSTATE_PROCEEDING","features":[72]},{"name":"LINECALLSTATE_RINGBACK","features":[72]},{"name":"LINECALLSTATE_SPECIALINFO","features":[72]},{"name":"LINECALLSTATE_UNKNOWN","features":[72]},{"name":"LINECALLSTATUS","features":[72,1]},{"name":"LINECALLTREATMENTENTRY","features":[72]},{"name":"LINECALLTREATMENT_BUSY","features":[72]},{"name":"LINECALLTREATMENT_MUSIC","features":[72]},{"name":"LINECALLTREATMENT_RINGBACK","features":[72]},{"name":"LINECALLTREATMENT_SILENCE","features":[72]},{"name":"LINECARDENTRY","features":[72]},{"name":"LINECARDOPTION_HIDDEN","features":[72]},{"name":"LINECARDOPTION_PREDEFINED","features":[72]},{"name":"LINECONNECTEDMODE_ACTIVE","features":[72]},{"name":"LINECONNECTEDMODE_ACTIVEHELD","features":[72]},{"name":"LINECONNECTEDMODE_CONFIRMED","features":[72]},{"name":"LINECONNECTEDMODE_INACTIVE","features":[72]},{"name":"LINECONNECTEDMODE_INACTIVEHELD","features":[72]},{"name":"LINECOUNTRYENTRY","features":[72]},{"name":"LINECOUNTRYLIST","features":[72]},{"name":"LINEDEVCAPFLAGS_CALLHUB","features":[72]},{"name":"LINEDEVCAPFLAGS_CALLHUBTRACKING","features":[72]},{"name":"LINEDEVCAPFLAGS_CLOSEDROP","features":[72]},{"name":"LINEDEVCAPFLAGS_CROSSADDRCONF","features":[72]},{"name":"LINEDEVCAPFLAGS_DIALBILLING","features":[72]},{"name":"LINEDEVCAPFLAGS_DIALDIALTONE","features":[72]},{"name":"LINEDEVCAPFLAGS_DIALQUIET","features":[72]},{"name":"LINEDEVCAPFLAGS_HIGHLEVCOMP","features":[72]},{"name":"LINEDEVCAPFLAGS_LOCAL","features":[72]},{"name":"LINEDEVCAPFLAGS_LOWLEVCOMP","features":[72]},{"name":"LINEDEVCAPFLAGS_MEDIACONTROL","features":[72]},{"name":"LINEDEVCAPFLAGS_MSP","features":[72]},{"name":"LINEDEVCAPFLAGS_MULTIPLEADDR","features":[72]},{"name":"LINEDEVCAPFLAGS_PRIVATEOBJECTS","features":[72]},{"name":"LINEDEVCAPS","features":[72]},{"name":"LINEDEVSTATE_BATTERY","features":[72]},{"name":"LINEDEVSTATE_CAPSCHANGE","features":[72]},{"name":"LINEDEVSTATE_CLOSE","features":[72]},{"name":"LINEDEVSTATE_COMPLCANCEL","features":[72]},{"name":"LINEDEVSTATE_CONFIGCHANGE","features":[72]},{"name":"LINEDEVSTATE_CONNECTED","features":[72]},{"name":"LINEDEVSTATE_DEVSPECIFIC","features":[72]},{"name":"LINEDEVSTATE_DISCONNECTED","features":[72]},{"name":"LINEDEVSTATE_INSERVICE","features":[72]},{"name":"LINEDEVSTATE_LOCK","features":[72]},{"name":"LINEDEVSTATE_MAINTENANCE","features":[72]},{"name":"LINEDEVSTATE_MSGWAITOFF","features":[72]},{"name":"LINEDEVSTATE_MSGWAITON","features":[72]},{"name":"LINEDEVSTATE_NUMCALLS","features":[72]},{"name":"LINEDEVSTATE_NUMCOMPLETIONS","features":[72]},{"name":"LINEDEVSTATE_OPEN","features":[72]},{"name":"LINEDEVSTATE_OTHER","features":[72]},{"name":"LINEDEVSTATE_OUTOFSERVICE","features":[72]},{"name":"LINEDEVSTATE_REINIT","features":[72]},{"name":"LINEDEVSTATE_REMOVED","features":[72]},{"name":"LINEDEVSTATE_RINGING","features":[72]},{"name":"LINEDEVSTATE_ROAMMODE","features":[72]},{"name":"LINEDEVSTATE_SIGNAL","features":[72]},{"name":"LINEDEVSTATE_TERMINALS","features":[72]},{"name":"LINEDEVSTATE_TRANSLATECHANGE","features":[72]},{"name":"LINEDEVSTATUS","features":[72]},{"name":"LINEDEVSTATUSFLAGS_CONNECTED","features":[72]},{"name":"LINEDEVSTATUSFLAGS_INSERVICE","features":[72]},{"name":"LINEDEVSTATUSFLAGS_LOCKED","features":[72]},{"name":"LINEDEVSTATUSFLAGS_MSGWAIT","features":[72]},{"name":"LINEDIALPARAMS","features":[72]},{"name":"LINEDIALTONEMODE_EXTERNAL","features":[72]},{"name":"LINEDIALTONEMODE_INTERNAL","features":[72]},{"name":"LINEDIALTONEMODE_NORMAL","features":[72]},{"name":"LINEDIALTONEMODE_SPECIAL","features":[72]},{"name":"LINEDIALTONEMODE_UNAVAIL","features":[72]},{"name":"LINEDIALTONEMODE_UNKNOWN","features":[72]},{"name":"LINEDIGITMODE_DTMF","features":[72]},{"name":"LINEDIGITMODE_DTMFEND","features":[72]},{"name":"LINEDIGITMODE_PULSE","features":[72]},{"name":"LINEDISCONNECTMODE_BADADDRESS","features":[72]},{"name":"LINEDISCONNECTMODE_BLOCKED","features":[72]},{"name":"LINEDISCONNECTMODE_BUSY","features":[72]},{"name":"LINEDISCONNECTMODE_CANCELLED","features":[72]},{"name":"LINEDISCONNECTMODE_CONGESTION","features":[72]},{"name":"LINEDISCONNECTMODE_DESTINATIONBARRED","features":[72]},{"name":"LINEDISCONNECTMODE_DONOTDISTURB","features":[72]},{"name":"LINEDISCONNECTMODE_FDNRESTRICT","features":[72]},{"name":"LINEDISCONNECTMODE_FORWARDED","features":[72]},{"name":"LINEDISCONNECTMODE_INCOMPATIBLE","features":[72]},{"name":"LINEDISCONNECTMODE_NOANSWER","features":[72]},{"name":"LINEDISCONNECTMODE_NODIALTONE","features":[72]},{"name":"LINEDISCONNECTMODE_NORMAL","features":[72]},{"name":"LINEDISCONNECTMODE_NUMBERCHANGED","features":[72]},{"name":"LINEDISCONNECTMODE_OUTOFORDER","features":[72]},{"name":"LINEDISCONNECTMODE_PICKUP","features":[72]},{"name":"LINEDISCONNECTMODE_QOSUNAVAIL","features":[72]},{"name":"LINEDISCONNECTMODE_REJECT","features":[72]},{"name":"LINEDISCONNECTMODE_TEMPFAILURE","features":[72]},{"name":"LINEDISCONNECTMODE_UNAVAIL","features":[72]},{"name":"LINEDISCONNECTMODE_UNKNOWN","features":[72]},{"name":"LINEDISCONNECTMODE_UNREACHABLE","features":[72]},{"name":"LINEEQOSINFO_ADMISSIONFAILURE","features":[72]},{"name":"LINEEQOSINFO_GENERICERROR","features":[72]},{"name":"LINEEQOSINFO_NOQOS","features":[72]},{"name":"LINEEQOSINFO_POLICYFAILURE","features":[72]},{"name":"LINEERR_ADDRESSBLOCKED","features":[72]},{"name":"LINEERR_ALLOCATED","features":[72]},{"name":"LINEERR_BADDEVICEID","features":[72]},{"name":"LINEERR_BEARERMODEUNAVAIL","features":[72]},{"name":"LINEERR_BILLINGREJECTED","features":[72]},{"name":"LINEERR_CALLUNAVAIL","features":[72]},{"name":"LINEERR_COMPLETIONOVERRUN","features":[72]},{"name":"LINEERR_CONFERENCEFULL","features":[72]},{"name":"LINEERR_DIALBILLING","features":[72]},{"name":"LINEERR_DIALDIALTONE","features":[72]},{"name":"LINEERR_DIALPROMPT","features":[72]},{"name":"LINEERR_DIALQUIET","features":[72]},{"name":"LINEERR_DIALVOICEDETECT","features":[72]},{"name":"LINEERR_DISCONNECTED","features":[72]},{"name":"LINEERR_INCOMPATIBLEAPIVERSION","features":[72]},{"name":"LINEERR_INCOMPATIBLEEXTVERSION","features":[72]},{"name":"LINEERR_INIFILECORRUPT","features":[72]},{"name":"LINEERR_INUSE","features":[72]},{"name":"LINEERR_INVALADDRESS","features":[72]},{"name":"LINEERR_INVALADDRESSID","features":[72]},{"name":"LINEERR_INVALADDRESSMODE","features":[72]},{"name":"LINEERR_INVALADDRESSSTATE","features":[72]},{"name":"LINEERR_INVALADDRESSTYPE","features":[72]},{"name":"LINEERR_INVALAGENTACTIVITY","features":[72]},{"name":"LINEERR_INVALAGENTGROUP","features":[72]},{"name":"LINEERR_INVALAGENTID","features":[72]},{"name":"LINEERR_INVALAGENTSESSIONSTATE","features":[72]},{"name":"LINEERR_INVALAGENTSTATE","features":[72]},{"name":"LINEERR_INVALAPPHANDLE","features":[72]},{"name":"LINEERR_INVALAPPNAME","features":[72]},{"name":"LINEERR_INVALBEARERMODE","features":[72]},{"name":"LINEERR_INVALCALLCOMPLMODE","features":[72]},{"name":"LINEERR_INVALCALLHANDLE","features":[72]},{"name":"LINEERR_INVALCALLPARAMS","features":[72]},{"name":"LINEERR_INVALCALLPRIVILEGE","features":[72]},{"name":"LINEERR_INVALCALLSELECT","features":[72]},{"name":"LINEERR_INVALCALLSTATE","features":[72]},{"name":"LINEERR_INVALCALLSTATELIST","features":[72]},{"name":"LINEERR_INVALCARD","features":[72]},{"name":"LINEERR_INVALCOMPLETIONID","features":[72]},{"name":"LINEERR_INVALCONFCALLHANDLE","features":[72]},{"name":"LINEERR_INVALCONSULTCALLHANDLE","features":[72]},{"name":"LINEERR_INVALCOUNTRYCODE","features":[72]},{"name":"LINEERR_INVALDEVICECLASS","features":[72]},{"name":"LINEERR_INVALDEVICEHANDLE","features":[72]},{"name":"LINEERR_INVALDIALPARAMS","features":[72]},{"name":"LINEERR_INVALDIGITLIST","features":[72]},{"name":"LINEERR_INVALDIGITMODE","features":[72]},{"name":"LINEERR_INVALDIGITS","features":[72]},{"name":"LINEERR_INVALEXTVERSION","features":[72]},{"name":"LINEERR_INVALFEATURE","features":[72]},{"name":"LINEERR_INVALGROUPID","features":[72]},{"name":"LINEERR_INVALLINEHANDLE","features":[72]},{"name":"LINEERR_INVALLINESTATE","features":[72]},{"name":"LINEERR_INVALLOCATION","features":[72]},{"name":"LINEERR_INVALMEDIALIST","features":[72]},{"name":"LINEERR_INVALMEDIAMODE","features":[72]},{"name":"LINEERR_INVALMESSAGEID","features":[72]},{"name":"LINEERR_INVALPARAM","features":[72]},{"name":"LINEERR_INVALPARKID","features":[72]},{"name":"LINEERR_INVALPARKMODE","features":[72]},{"name":"LINEERR_INVALPASSWORD","features":[72]},{"name":"LINEERR_INVALPOINTER","features":[72]},{"name":"LINEERR_INVALPRIVSELECT","features":[72]},{"name":"LINEERR_INVALRATE","features":[72]},{"name":"LINEERR_INVALREQUESTMODE","features":[72]},{"name":"LINEERR_INVALTERMINALID","features":[72]},{"name":"LINEERR_INVALTERMINALMODE","features":[72]},{"name":"LINEERR_INVALTIMEOUT","features":[72]},{"name":"LINEERR_INVALTONE","features":[72]},{"name":"LINEERR_INVALTONELIST","features":[72]},{"name":"LINEERR_INVALTONEMODE","features":[72]},{"name":"LINEERR_INVALTRANSFERMODE","features":[72]},{"name":"LINEERR_LINEMAPPERFAILED","features":[72]},{"name":"LINEERR_NOCONFERENCE","features":[72]},{"name":"LINEERR_NODEVICE","features":[72]},{"name":"LINEERR_NODRIVER","features":[72]},{"name":"LINEERR_NOMEM","features":[72]},{"name":"LINEERR_NOMULTIPLEINSTANCE","features":[72]},{"name":"LINEERR_NOREQUEST","features":[72]},{"name":"LINEERR_NOTOWNER","features":[72]},{"name":"LINEERR_NOTREGISTERED","features":[72]},{"name":"LINEERR_OPERATIONFAILED","features":[72]},{"name":"LINEERR_OPERATIONUNAVAIL","features":[72]},{"name":"LINEERR_RATEUNAVAIL","features":[72]},{"name":"LINEERR_REINIT","features":[72]},{"name":"LINEERR_REQUESTOVERRUN","features":[72]},{"name":"LINEERR_RESOURCEUNAVAIL","features":[72]},{"name":"LINEERR_SERVICE_NOT_RUNNING","features":[72]},{"name":"LINEERR_STRUCTURETOOSMALL","features":[72]},{"name":"LINEERR_TARGETNOTFOUND","features":[72]},{"name":"LINEERR_TARGETSELF","features":[72]},{"name":"LINEERR_UNINITIALIZED","features":[72]},{"name":"LINEERR_USERCANCELLED","features":[72]},{"name":"LINEERR_USERUSERINFOTOOBIG","features":[72]},{"name":"LINEEVENT","features":[72]},{"name":"LINEEXTENSIONID","features":[72]},{"name":"LINEFEATURE_DEVSPECIFIC","features":[72]},{"name":"LINEFEATURE_DEVSPECIFICFEAT","features":[72]},{"name":"LINEFEATURE_FORWARD","features":[72]},{"name":"LINEFEATURE_FORWARDDND","features":[72]},{"name":"LINEFEATURE_FORWARDFWD","features":[72]},{"name":"LINEFEATURE_MAKECALL","features":[72]},{"name":"LINEFEATURE_SETDEVSTATUS","features":[72]},{"name":"LINEFEATURE_SETMEDIACONTROL","features":[72]},{"name":"LINEFEATURE_SETTERMINAL","features":[72]},{"name":"LINEFORWARD","features":[72]},{"name":"LINEFORWARDLIST","features":[72]},{"name":"LINEFORWARDMODE_BUSY","features":[72]},{"name":"LINEFORWARDMODE_BUSYEXTERNAL","features":[72]},{"name":"LINEFORWARDMODE_BUSYINTERNAL","features":[72]},{"name":"LINEFORWARDMODE_BUSYNA","features":[72]},{"name":"LINEFORWARDMODE_BUSYNAEXTERNAL","features":[72]},{"name":"LINEFORWARDMODE_BUSYNAINTERNAL","features":[72]},{"name":"LINEFORWARDMODE_BUSYNASPECIFIC","features":[72]},{"name":"LINEFORWARDMODE_BUSYSPECIFIC","features":[72]},{"name":"LINEFORWARDMODE_NOANSW","features":[72]},{"name":"LINEFORWARDMODE_NOANSWEXTERNAL","features":[72]},{"name":"LINEFORWARDMODE_NOANSWINTERNAL","features":[72]},{"name":"LINEFORWARDMODE_NOANSWSPECIFIC","features":[72]},{"name":"LINEFORWARDMODE_UNAVAIL","features":[72]},{"name":"LINEFORWARDMODE_UNCOND","features":[72]},{"name":"LINEFORWARDMODE_UNCONDEXTERNAL","features":[72]},{"name":"LINEFORWARDMODE_UNCONDINTERNAL","features":[72]},{"name":"LINEFORWARDMODE_UNCONDSPECIFIC","features":[72]},{"name":"LINEFORWARDMODE_UNKNOWN","features":[72]},{"name":"LINEGATHERTERM_BUFFERFULL","features":[72]},{"name":"LINEGATHERTERM_CANCEL","features":[72]},{"name":"LINEGATHERTERM_FIRSTTIMEOUT","features":[72]},{"name":"LINEGATHERTERM_INTERTIMEOUT","features":[72]},{"name":"LINEGATHERTERM_TERMDIGIT","features":[72]},{"name":"LINEGENERATETERM_CANCEL","features":[72]},{"name":"LINEGENERATETERM_DONE","features":[72]},{"name":"LINEGENERATETONE","features":[72]},{"name":"LINEGROUPSTATUS_GROUPREMOVED","features":[72]},{"name":"LINEGROUPSTATUS_NEWGROUP","features":[72]},{"name":"LINEINITIALIZEEXOPTION_CALLHUBTRACKING","features":[72]},{"name":"LINEINITIALIZEEXOPTION_USECOMPLETIONPORT","features":[72]},{"name":"LINEINITIALIZEEXOPTION_USEEVENT","features":[72]},{"name":"LINEINITIALIZEEXOPTION_USEHIDDENWINDOW","features":[72]},{"name":"LINEINITIALIZEEXPARAMS","features":[72,1]},{"name":"LINELOCATIONENTRY","features":[72]},{"name":"LINELOCATIONOPTION_PULSEDIAL","features":[72]},{"name":"LINEMAPPER","features":[72]},{"name":"LINEMEDIACONTROLCALLSTATE","features":[72]},{"name":"LINEMEDIACONTROLDIGIT","features":[72]},{"name":"LINEMEDIACONTROLMEDIA","features":[72]},{"name":"LINEMEDIACONTROLTONE","features":[72]},{"name":"LINEMEDIACONTROL_NONE","features":[72]},{"name":"LINEMEDIACONTROL_PAUSE","features":[72]},{"name":"LINEMEDIACONTROL_RATEDOWN","features":[72]},{"name":"LINEMEDIACONTROL_RATENORMAL","features":[72]},{"name":"LINEMEDIACONTROL_RATEUP","features":[72]},{"name":"LINEMEDIACONTROL_RESET","features":[72]},{"name":"LINEMEDIACONTROL_RESUME","features":[72]},{"name":"LINEMEDIACONTROL_START","features":[72]},{"name":"LINEMEDIACONTROL_VOLUMEDOWN","features":[72]},{"name":"LINEMEDIACONTROL_VOLUMENORMAL","features":[72]},{"name":"LINEMEDIACONTROL_VOLUMEUP","features":[72]},{"name":"LINEMEDIAMODE_ADSI","features":[72]},{"name":"LINEMEDIAMODE_AUTOMATEDVOICE","features":[72]},{"name":"LINEMEDIAMODE_DATAMODEM","features":[72]},{"name":"LINEMEDIAMODE_DIGITALDATA","features":[72]},{"name":"LINEMEDIAMODE_G3FAX","features":[72]},{"name":"LINEMEDIAMODE_G4FAX","features":[72]},{"name":"LINEMEDIAMODE_INTERACTIVEVOICE","features":[72]},{"name":"LINEMEDIAMODE_MIXED","features":[72]},{"name":"LINEMEDIAMODE_TDD","features":[72]},{"name":"LINEMEDIAMODE_TELETEX","features":[72]},{"name":"LINEMEDIAMODE_TELEX","features":[72]},{"name":"LINEMEDIAMODE_UNKNOWN","features":[72]},{"name":"LINEMEDIAMODE_VIDEO","features":[72]},{"name":"LINEMEDIAMODE_VIDEOTEX","features":[72]},{"name":"LINEMEDIAMODE_VOICEVIEW","features":[72]},{"name":"LINEMESSAGE","features":[72]},{"name":"LINEMONITORTONE","features":[72]},{"name":"LINEOFFERINGMODE_ACTIVE","features":[72]},{"name":"LINEOFFERINGMODE_INACTIVE","features":[72]},{"name":"LINEOPENOPTION_PROXY","features":[72]},{"name":"LINEOPENOPTION_SINGLEADDRESS","features":[72]},{"name":"LINEPARKMODE_DIRECTED","features":[72]},{"name":"LINEPARKMODE_NONDIRECTED","features":[72]},{"name":"LINEPROVIDERENTRY","features":[72]},{"name":"LINEPROVIDERLIST","features":[72]},{"name":"LINEPROXYREQUEST","features":[72,43]},{"name":"LINEPROXYREQUESTLIST","features":[72]},{"name":"LINEPROXYREQUEST_AGENTSPECIFIC","features":[72]},{"name":"LINEPROXYREQUEST_CREATEAGENT","features":[72]},{"name":"LINEPROXYREQUEST_CREATEAGENTSESSION","features":[72]},{"name":"LINEPROXYREQUEST_GETAGENTACTIVITYLIST","features":[72]},{"name":"LINEPROXYREQUEST_GETAGENTCAPS","features":[72]},{"name":"LINEPROXYREQUEST_GETAGENTGROUPLIST","features":[72]},{"name":"LINEPROXYREQUEST_GETAGENTINFO","features":[72]},{"name":"LINEPROXYREQUEST_GETAGENTSESSIONINFO","features":[72]},{"name":"LINEPROXYREQUEST_GETAGENTSESSIONLIST","features":[72]},{"name":"LINEPROXYREQUEST_GETAGENTSTATUS","features":[72]},{"name":"LINEPROXYREQUEST_GETGROUPLIST","features":[72]},{"name":"LINEPROXYREQUEST_GETQUEUEINFO","features":[72]},{"name":"LINEPROXYREQUEST_GETQUEUELIST","features":[72]},{"name":"LINEPROXYREQUEST_SETAGENTACTIVITY","features":[72]},{"name":"LINEPROXYREQUEST_SETAGENTGROUP","features":[72]},{"name":"LINEPROXYREQUEST_SETAGENTMEASUREMENTPERIOD","features":[72]},{"name":"LINEPROXYREQUEST_SETAGENTSESSIONSTATE","features":[72]},{"name":"LINEPROXYREQUEST_SETAGENTSTATE","features":[72]},{"name":"LINEPROXYREQUEST_SETAGENTSTATEEX","features":[72]},{"name":"LINEPROXYREQUEST_SETQUEUEMEASUREMENTPERIOD","features":[72]},{"name":"LINEPROXYSTATUS_ALLOPENFORACD","features":[72]},{"name":"LINEPROXYSTATUS_CLOSE","features":[72]},{"name":"LINEPROXYSTATUS_OPEN","features":[72]},{"name":"LINEQOSREQUESTTYPE_SERVICELEVEL","features":[72]},{"name":"LINEQOSSERVICELEVEL_BESTEFFORT","features":[72]},{"name":"LINEQOSSERVICELEVEL_IFAVAILABLE","features":[72]},{"name":"LINEQOSSERVICELEVEL_NEEDED","features":[72]},{"name":"LINEQUEUEENTRY","features":[72]},{"name":"LINEQUEUEINFO","features":[72]},{"name":"LINEQUEUELIST","features":[72]},{"name":"LINEQUEUESTATUS_NEWQUEUE","features":[72]},{"name":"LINEQUEUESTATUS_QUEUEREMOVED","features":[72]},{"name":"LINEQUEUESTATUS_UPDATEINFO","features":[72]},{"name":"LINEREMOVEFROMCONF_ANY","features":[72]},{"name":"LINEREMOVEFROMCONF_LAST","features":[72]},{"name":"LINEREMOVEFROMCONF_NONE","features":[72]},{"name":"LINEREQMAKECALL","features":[72]},{"name":"LINEREQMAKECALLW","features":[72]},{"name":"LINEREQMEDIACALL","features":[72,1]},{"name":"LINEREQMEDIACALLW","features":[72,1]},{"name":"LINEREQUESTMODE_DROP","features":[72]},{"name":"LINEREQUESTMODE_MAKECALL","features":[72]},{"name":"LINEREQUESTMODE_MEDIACALL","features":[72]},{"name":"LINEROAMMODE_HOME","features":[72]},{"name":"LINEROAMMODE_ROAMA","features":[72]},{"name":"LINEROAMMODE_ROAMB","features":[72]},{"name":"LINEROAMMODE_UNAVAIL","features":[72]},{"name":"LINEROAMMODE_UNKNOWN","features":[72]},{"name":"LINESPECIALINFO_CUSTIRREG","features":[72]},{"name":"LINESPECIALINFO_NOCIRCUIT","features":[72]},{"name":"LINESPECIALINFO_REORDER","features":[72]},{"name":"LINESPECIALINFO_UNAVAIL","features":[72]},{"name":"LINESPECIALINFO_UNKNOWN","features":[72]},{"name":"LINETERMCAPS","features":[72]},{"name":"LINETERMDEV_HEADSET","features":[72]},{"name":"LINETERMDEV_PHONE","features":[72]},{"name":"LINETERMDEV_SPEAKER","features":[72]},{"name":"LINETERMMODE_BUTTONS","features":[72]},{"name":"LINETERMMODE_DISPLAY","features":[72]},{"name":"LINETERMMODE_HOOKSWITCH","features":[72]},{"name":"LINETERMMODE_LAMPS","features":[72]},{"name":"LINETERMMODE_MEDIABIDIRECT","features":[72]},{"name":"LINETERMMODE_MEDIAFROMLINE","features":[72]},{"name":"LINETERMMODE_MEDIATOLINE","features":[72]},{"name":"LINETERMMODE_RINGER","features":[72]},{"name":"LINETERMSHARING_PRIVATE","features":[72]},{"name":"LINETERMSHARING_SHAREDCONF","features":[72]},{"name":"LINETERMSHARING_SHAREDEXCL","features":[72]},{"name":"LINETOLLLISTOPTION_ADD","features":[72]},{"name":"LINETOLLLISTOPTION_REMOVE","features":[72]},{"name":"LINETONEMODE_BEEP","features":[72]},{"name":"LINETONEMODE_BILLING","features":[72]},{"name":"LINETONEMODE_BUSY","features":[72]},{"name":"LINETONEMODE_CUSTOM","features":[72]},{"name":"LINETONEMODE_RINGBACK","features":[72]},{"name":"LINETRANSFERMODE_CONFERENCE","features":[72]},{"name":"LINETRANSFERMODE_TRANSFER","features":[72]},{"name":"LINETRANSLATECAPS","features":[72]},{"name":"LINETRANSLATEOPTION_CANCELCALLWAITING","features":[72]},{"name":"LINETRANSLATEOPTION_CARDOVERRIDE","features":[72]},{"name":"LINETRANSLATEOPTION_FORCELD","features":[72]},{"name":"LINETRANSLATEOPTION_FORCELOCAL","features":[72]},{"name":"LINETRANSLATEOUTPUT","features":[72]},{"name":"LINETRANSLATERESULT_CANONICAL","features":[72]},{"name":"LINETRANSLATERESULT_DIALBILLING","features":[72]},{"name":"LINETRANSLATERESULT_DIALDIALTONE","features":[72]},{"name":"LINETRANSLATERESULT_DIALPROMPT","features":[72]},{"name":"LINETRANSLATERESULT_DIALQUIET","features":[72]},{"name":"LINETRANSLATERESULT_INTERNATIONAL","features":[72]},{"name":"LINETRANSLATERESULT_INTOLLLIST","features":[72]},{"name":"LINETRANSLATERESULT_LOCAL","features":[72]},{"name":"LINETRANSLATERESULT_LONGDISTANCE","features":[72]},{"name":"LINETRANSLATERESULT_NOTINTOLLLIST","features":[72]},{"name":"LINETRANSLATERESULT_NOTRANSLATION","features":[72]},{"name":"LINETRANSLATERESULT_VOICEDETECT","features":[72]},{"name":"LINETSPIOPTION_NONREENTRANT","features":[72]},{"name":"LINE_ADDRESSSTATE","features":[72]},{"name":"LINE_AGENTSESSIONSTATUS","features":[72]},{"name":"LINE_AGENTSPECIFIC","features":[72]},{"name":"LINE_AGENTSTATUS","features":[72]},{"name":"LINE_AGENTSTATUSEX","features":[72]},{"name":"LINE_APPNEWCALL","features":[72]},{"name":"LINE_APPNEWCALLHUB","features":[72]},{"name":"LINE_CALLHUBCLOSE","features":[72]},{"name":"LINE_CALLINFO","features":[72]},{"name":"LINE_CALLSTATE","features":[72]},{"name":"LINE_CLOSE","features":[72]},{"name":"LINE_CREATE","features":[72]},{"name":"LINE_DEVSPECIFIC","features":[72]},{"name":"LINE_DEVSPECIFICEX","features":[72]},{"name":"LINE_DEVSPECIFICFEATURE","features":[72]},{"name":"LINE_GATHERDIGITS","features":[72]},{"name":"LINE_GENERATE","features":[72]},{"name":"LINE_GROUPSTATUS","features":[72]},{"name":"LINE_LINEDEVSTATE","features":[72]},{"name":"LINE_MONITORDIGITS","features":[72]},{"name":"LINE_MONITORMEDIA","features":[72]},{"name":"LINE_MONITORTONE","features":[72]},{"name":"LINE_PROXYREQUEST","features":[72]},{"name":"LINE_PROXYSTATUS","features":[72]},{"name":"LINE_QUEUESTATUS","features":[72]},{"name":"LINE_REMOVE","features":[72]},{"name":"LINE_REPLY","features":[72]},{"name":"LINE_REQUEST","features":[72]},{"name":"LM_BROKENFLUTTER","features":[72]},{"name":"LM_DUMMY","features":[72]},{"name":"LM_FLASH","features":[72]},{"name":"LM_FLUTTER","features":[72]},{"name":"LM_OFF","features":[72]},{"name":"LM_STEADY","features":[72]},{"name":"LM_UNKNOWN","features":[72]},{"name":"LM_WINK","features":[72]},{"name":"LPGETTNEFSTREAMCODEPAGE","features":[72]},{"name":"LPOPENTNEFSTREAM","features":[72]},{"name":"LPOPENTNEFSTREAMEX","features":[72]},{"name":"ME_ADDRESS_EVENT","features":[72]},{"name":"ME_ASR_TERMINAL_EVENT","features":[72]},{"name":"ME_CALL_EVENT","features":[72]},{"name":"ME_FILE_TERMINAL_EVENT","features":[72]},{"name":"ME_PRIVATE_EVENT","features":[72]},{"name":"ME_TONE_TERMINAL_EVENT","features":[72]},{"name":"ME_TSP_DATA","features":[72]},{"name":"ME_TTS_TERMINAL_EVENT","features":[72]},{"name":"MSP_ADDRESS_EVENT","features":[72]},{"name":"MSP_CALL_EVENT","features":[72]},{"name":"MSP_CALL_EVENT_CAUSE","features":[72]},{"name":"MSP_EVENT","features":[72]},{"name":"MSP_EVENT_INFO","features":[72]},{"name":"McastAddressAllocation","features":[72]},{"name":"NSID","features":[72]},{"name":"OPENTNEFSTREAM","features":[72]},{"name":"OPENTNEFSTREAMEX","features":[72]},{"name":"OT_CONFERENCE","features":[72]},{"name":"OT_USER","features":[72]},{"name":"OpenTnefStream","features":[72]},{"name":"OpenTnefStreamEx","features":[72]},{"name":"PBF_ABBREVDIAL","features":[72]},{"name":"PBF_BRIDGEDAPP","features":[72]},{"name":"PBF_BUSY","features":[72]},{"name":"PBF_CALLAPP","features":[72]},{"name":"PBF_CALLID","features":[72]},{"name":"PBF_CAMPON","features":[72]},{"name":"PBF_CONFERENCE","features":[72]},{"name":"PBF_CONNECT","features":[72]},{"name":"PBF_COVER","features":[72]},{"name":"PBF_DATAOFF","features":[72]},{"name":"PBF_DATAON","features":[72]},{"name":"PBF_DATETIME","features":[72]},{"name":"PBF_DIRECTORY","features":[72]},{"name":"PBF_DISCONNECT","features":[72]},{"name":"PBF_DONOTDISTURB","features":[72]},{"name":"PBF_DROP","features":[72]},{"name":"PBF_FLASH","features":[72]},{"name":"PBF_FORWARD","features":[72]},{"name":"PBF_HOLD","features":[72]},{"name":"PBF_INTERCOM","features":[72]},{"name":"PBF_LASTNUM","features":[72]},{"name":"PBF_MSGINDICATOR","features":[72]},{"name":"PBF_MSGWAITOFF","features":[72]},{"name":"PBF_MSGWAITON","features":[72]},{"name":"PBF_MUTE","features":[72]},{"name":"PBF_NIGHTSRV","features":[72]},{"name":"PBF_NONE","features":[72]},{"name":"PBF_PARK","features":[72]},{"name":"PBF_PICKUP","features":[72]},{"name":"PBF_QUEUECALL","features":[72]},{"name":"PBF_RECALL","features":[72]},{"name":"PBF_REDIRECT","features":[72]},{"name":"PBF_REJECT","features":[72]},{"name":"PBF_REPDIAL","features":[72]},{"name":"PBF_RINGAGAIN","features":[72]},{"name":"PBF_SAVEREPEAT","features":[72]},{"name":"PBF_SELECTRING","features":[72]},{"name":"PBF_SEND","features":[72]},{"name":"PBF_SENDCALLS","features":[72]},{"name":"PBF_SETREPDIAL","features":[72]},{"name":"PBF_SPEAKEROFF","features":[72]},{"name":"PBF_SPEAKERON","features":[72]},{"name":"PBF_STATIONSPEED","features":[72]},{"name":"PBF_SYSTEMSPEED","features":[72]},{"name":"PBF_TRANSFER","features":[72]},{"name":"PBF_UNKNOWN","features":[72]},{"name":"PBF_VOLUMEDOWN","features":[72]},{"name":"PBF_VOLUMEUP","features":[72]},{"name":"PBM_CALL","features":[72]},{"name":"PBM_DISPLAY","features":[72]},{"name":"PBM_DUMMY","features":[72]},{"name":"PBM_FEATURE","features":[72]},{"name":"PBM_KEYPAD","features":[72]},{"name":"PBM_LOCAL","features":[72]},{"name":"PBS_DOWN","features":[72]},{"name":"PBS_UNAVAIL","features":[72]},{"name":"PBS_UNKNOWN","features":[72]},{"name":"PBS_UP","features":[72]},{"name":"PCB_DEVSPECIFICBUFFER","features":[72]},{"name":"PCL_DISPLAYNUMCOLUMNS","features":[72]},{"name":"PCL_DISPLAYNUMROWS","features":[72]},{"name":"PCL_GENERICPHONE","features":[72]},{"name":"PCL_HANDSETHOOKSWITCHMODES","features":[72]},{"name":"PCL_HEADSETHOOKSWITCHMODES","features":[72]},{"name":"PCL_HOOKSWITCHES","features":[72]},{"name":"PCL_NUMBUTTONLAMPS","features":[72]},{"name":"PCL_NUMRINGMODES","features":[72]},{"name":"PCL_SPEAKERPHONEHOOKSWITCHMODES","features":[72]},{"name":"PCS_PHONEINFO","features":[72]},{"name":"PCS_PHONENAME","features":[72]},{"name":"PCS_PROVIDERINFO","features":[72]},{"name":"PE_ANSWER","features":[72]},{"name":"PE_BUTTON","features":[72]},{"name":"PE_CAPSCHANGE","features":[72]},{"name":"PE_CLOSE","features":[72]},{"name":"PE_DIALING","features":[72]},{"name":"PE_DISCONNECT","features":[72]},{"name":"PE_DISPLAY","features":[72]},{"name":"PE_HOOKSWITCH","features":[72]},{"name":"PE_LAMPMODE","features":[72]},{"name":"PE_LASTITEM","features":[72]},{"name":"PE_NUMBERGATHERED","features":[72]},{"name":"PE_RINGMODE","features":[72]},{"name":"PE_RINGVOLUME","features":[72]},{"name":"PHONEBUTTONFUNCTION_ABBREVDIAL","features":[72]},{"name":"PHONEBUTTONFUNCTION_BRIDGEDAPP","features":[72]},{"name":"PHONEBUTTONFUNCTION_BUSY","features":[72]},{"name":"PHONEBUTTONFUNCTION_CALLAPP","features":[72]},{"name":"PHONEBUTTONFUNCTION_CALLID","features":[72]},{"name":"PHONEBUTTONFUNCTION_CAMPON","features":[72]},{"name":"PHONEBUTTONFUNCTION_CONFERENCE","features":[72]},{"name":"PHONEBUTTONFUNCTION_CONNECT","features":[72]},{"name":"PHONEBUTTONFUNCTION_COVER","features":[72]},{"name":"PHONEBUTTONFUNCTION_DATAOFF","features":[72]},{"name":"PHONEBUTTONFUNCTION_DATAON","features":[72]},{"name":"PHONEBUTTONFUNCTION_DATETIME","features":[72]},{"name":"PHONEBUTTONFUNCTION_DIRECTORY","features":[72]},{"name":"PHONEBUTTONFUNCTION_DISCONNECT","features":[72]},{"name":"PHONEBUTTONFUNCTION_DONOTDISTURB","features":[72]},{"name":"PHONEBUTTONFUNCTION_DROP","features":[72]},{"name":"PHONEBUTTONFUNCTION_FLASH","features":[72]},{"name":"PHONEBUTTONFUNCTION_FORWARD","features":[72]},{"name":"PHONEBUTTONFUNCTION_HOLD","features":[72]},{"name":"PHONEBUTTONFUNCTION_INTERCOM","features":[72]},{"name":"PHONEBUTTONFUNCTION_LASTNUM","features":[72]},{"name":"PHONEBUTTONFUNCTION_MSGINDICATOR","features":[72]},{"name":"PHONEBUTTONFUNCTION_MSGWAITOFF","features":[72]},{"name":"PHONEBUTTONFUNCTION_MSGWAITON","features":[72]},{"name":"PHONEBUTTONFUNCTION_MUTE","features":[72]},{"name":"PHONEBUTTONFUNCTION_NIGHTSRV","features":[72]},{"name":"PHONEBUTTONFUNCTION_NONE","features":[72]},{"name":"PHONEBUTTONFUNCTION_PARK","features":[72]},{"name":"PHONEBUTTONFUNCTION_PICKUP","features":[72]},{"name":"PHONEBUTTONFUNCTION_QUEUECALL","features":[72]},{"name":"PHONEBUTTONFUNCTION_RECALL","features":[72]},{"name":"PHONEBUTTONFUNCTION_REDIRECT","features":[72]},{"name":"PHONEBUTTONFUNCTION_REJECT","features":[72]},{"name":"PHONEBUTTONFUNCTION_REPDIAL","features":[72]},{"name":"PHONEBUTTONFUNCTION_RINGAGAIN","features":[72]},{"name":"PHONEBUTTONFUNCTION_SAVEREPEAT","features":[72]},{"name":"PHONEBUTTONFUNCTION_SELECTRING","features":[72]},{"name":"PHONEBUTTONFUNCTION_SEND","features":[72]},{"name":"PHONEBUTTONFUNCTION_SENDCALLS","features":[72]},{"name":"PHONEBUTTONFUNCTION_SETREPDIAL","features":[72]},{"name":"PHONEBUTTONFUNCTION_SPEAKEROFF","features":[72]},{"name":"PHONEBUTTONFUNCTION_SPEAKERON","features":[72]},{"name":"PHONEBUTTONFUNCTION_STATIONSPEED","features":[72]},{"name":"PHONEBUTTONFUNCTION_SYSTEMSPEED","features":[72]},{"name":"PHONEBUTTONFUNCTION_TRANSFER","features":[72]},{"name":"PHONEBUTTONFUNCTION_UNKNOWN","features":[72]},{"name":"PHONEBUTTONFUNCTION_VOLUMEDOWN","features":[72]},{"name":"PHONEBUTTONFUNCTION_VOLUMEUP","features":[72]},{"name":"PHONEBUTTONINFO","features":[72]},{"name":"PHONEBUTTONMODE_CALL","features":[72]},{"name":"PHONEBUTTONMODE_DISPLAY","features":[72]},{"name":"PHONEBUTTONMODE_DUMMY","features":[72]},{"name":"PHONEBUTTONMODE_FEATURE","features":[72]},{"name":"PHONEBUTTONMODE_KEYPAD","features":[72]},{"name":"PHONEBUTTONMODE_LOCAL","features":[72]},{"name":"PHONEBUTTONSTATE_DOWN","features":[72]},{"name":"PHONEBUTTONSTATE_UNAVAIL","features":[72]},{"name":"PHONEBUTTONSTATE_UNKNOWN","features":[72]},{"name":"PHONEBUTTONSTATE_UP","features":[72]},{"name":"PHONECALLBACK","features":[72]},{"name":"PHONECAPS","features":[72]},{"name":"PHONECAPS_BUFFER","features":[72]},{"name":"PHONECAPS_LONG","features":[72]},{"name":"PHONECAPS_STRING","features":[72]},{"name":"PHONEERR_ALLOCATED","features":[72]},{"name":"PHONEERR_BADDEVICEID","features":[72]},{"name":"PHONEERR_DISCONNECTED","features":[72]},{"name":"PHONEERR_INCOMPATIBLEAPIVERSION","features":[72]},{"name":"PHONEERR_INCOMPATIBLEEXTVERSION","features":[72]},{"name":"PHONEERR_INIFILECORRUPT","features":[72]},{"name":"PHONEERR_INUSE","features":[72]},{"name":"PHONEERR_INVALAPPHANDLE","features":[72]},{"name":"PHONEERR_INVALAPPNAME","features":[72]},{"name":"PHONEERR_INVALBUTTONLAMPID","features":[72]},{"name":"PHONEERR_INVALBUTTONMODE","features":[72]},{"name":"PHONEERR_INVALBUTTONSTATE","features":[72]},{"name":"PHONEERR_INVALDATAID","features":[72]},{"name":"PHONEERR_INVALDEVICECLASS","features":[72]},{"name":"PHONEERR_INVALEXTVERSION","features":[72]},{"name":"PHONEERR_INVALHOOKSWITCHDEV","features":[72]},{"name":"PHONEERR_INVALHOOKSWITCHMODE","features":[72]},{"name":"PHONEERR_INVALLAMPMODE","features":[72]},{"name":"PHONEERR_INVALPARAM","features":[72]},{"name":"PHONEERR_INVALPHONEHANDLE","features":[72]},{"name":"PHONEERR_INVALPHONESTATE","features":[72]},{"name":"PHONEERR_INVALPOINTER","features":[72]},{"name":"PHONEERR_INVALPRIVILEGE","features":[72]},{"name":"PHONEERR_INVALRINGMODE","features":[72]},{"name":"PHONEERR_NODEVICE","features":[72]},{"name":"PHONEERR_NODRIVER","features":[72]},{"name":"PHONEERR_NOMEM","features":[72]},{"name":"PHONEERR_NOTOWNER","features":[72]},{"name":"PHONEERR_OPERATIONFAILED","features":[72]},{"name":"PHONEERR_OPERATIONUNAVAIL","features":[72]},{"name":"PHONEERR_REINIT","features":[72]},{"name":"PHONEERR_REQUESTOVERRUN","features":[72]},{"name":"PHONEERR_RESOURCEUNAVAIL","features":[72]},{"name":"PHONEERR_SERVICE_NOT_RUNNING","features":[72]},{"name":"PHONEERR_STRUCTURETOOSMALL","features":[72]},{"name":"PHONEERR_UNINITIALIZED","features":[72]},{"name":"PHONEEVENT","features":[72]},{"name":"PHONEEXTENSIONID","features":[72]},{"name":"PHONEFEATURE_GENERICPHONE","features":[72]},{"name":"PHONEFEATURE_GETBUTTONINFO","features":[72]},{"name":"PHONEFEATURE_GETDATA","features":[72]},{"name":"PHONEFEATURE_GETDISPLAY","features":[72]},{"name":"PHONEFEATURE_GETGAINHANDSET","features":[72]},{"name":"PHONEFEATURE_GETGAINHEADSET","features":[72]},{"name":"PHONEFEATURE_GETGAINSPEAKER","features":[72]},{"name":"PHONEFEATURE_GETHOOKSWITCHHANDSET","features":[72]},{"name":"PHONEFEATURE_GETHOOKSWITCHHEADSET","features":[72]},{"name":"PHONEFEATURE_GETHOOKSWITCHSPEAKER","features":[72]},{"name":"PHONEFEATURE_GETLAMP","features":[72]},{"name":"PHONEFEATURE_GETRING","features":[72]},{"name":"PHONEFEATURE_GETVOLUMEHANDSET","features":[72]},{"name":"PHONEFEATURE_GETVOLUMEHEADSET","features":[72]},{"name":"PHONEFEATURE_GETVOLUMESPEAKER","features":[72]},{"name":"PHONEFEATURE_SETBUTTONINFO","features":[72]},{"name":"PHONEFEATURE_SETDATA","features":[72]},{"name":"PHONEFEATURE_SETDISPLAY","features":[72]},{"name":"PHONEFEATURE_SETGAINHANDSET","features":[72]},{"name":"PHONEFEATURE_SETGAINHEADSET","features":[72]},{"name":"PHONEFEATURE_SETGAINSPEAKER","features":[72]},{"name":"PHONEFEATURE_SETHOOKSWITCHHANDSET","features":[72]},{"name":"PHONEFEATURE_SETHOOKSWITCHHEADSET","features":[72]},{"name":"PHONEFEATURE_SETHOOKSWITCHSPEAKER","features":[72]},{"name":"PHONEFEATURE_SETLAMP","features":[72]},{"name":"PHONEFEATURE_SETRING","features":[72]},{"name":"PHONEFEATURE_SETVOLUMEHANDSET","features":[72]},{"name":"PHONEFEATURE_SETVOLUMEHEADSET","features":[72]},{"name":"PHONEFEATURE_SETVOLUMESPEAKER","features":[72]},{"name":"PHONEHOOKSWITCHDEV_HANDSET","features":[72]},{"name":"PHONEHOOKSWITCHDEV_HEADSET","features":[72]},{"name":"PHONEHOOKSWITCHDEV_SPEAKER","features":[72]},{"name":"PHONEHOOKSWITCHMODE_MIC","features":[72]},{"name":"PHONEHOOKSWITCHMODE_MICSPEAKER","features":[72]},{"name":"PHONEHOOKSWITCHMODE_ONHOOK","features":[72]},{"name":"PHONEHOOKSWITCHMODE_SPEAKER","features":[72]},{"name":"PHONEHOOKSWITCHMODE_UNKNOWN","features":[72]},{"name":"PHONEINITIALIZEEXOPTION_USECOMPLETIONPORT","features":[72]},{"name":"PHONEINITIALIZEEXOPTION_USEEVENT","features":[72]},{"name":"PHONEINITIALIZEEXOPTION_USEHIDDENWINDOW","features":[72]},{"name":"PHONEINITIALIZEEXPARAMS","features":[72,1]},{"name":"PHONELAMPMODE_BROKENFLUTTER","features":[72]},{"name":"PHONELAMPMODE_DUMMY","features":[72]},{"name":"PHONELAMPMODE_FLASH","features":[72]},{"name":"PHONELAMPMODE_FLUTTER","features":[72]},{"name":"PHONELAMPMODE_OFF","features":[72]},{"name":"PHONELAMPMODE_STEADY","features":[72]},{"name":"PHONELAMPMODE_UNKNOWN","features":[72]},{"name":"PHONELAMPMODE_WINK","features":[72]},{"name":"PHONEMESSAGE","features":[72]},{"name":"PHONEPRIVILEGE_MONITOR","features":[72]},{"name":"PHONEPRIVILEGE_OWNER","features":[72]},{"name":"PHONESTATE_CAPSCHANGE","features":[72]},{"name":"PHONESTATE_CONNECTED","features":[72]},{"name":"PHONESTATE_DEVSPECIFIC","features":[72]},{"name":"PHONESTATE_DISCONNECTED","features":[72]},{"name":"PHONESTATE_DISPLAY","features":[72]},{"name":"PHONESTATE_HANDSETGAIN","features":[72]},{"name":"PHONESTATE_HANDSETHOOKSWITCH","features":[72]},{"name":"PHONESTATE_HANDSETVOLUME","features":[72]},{"name":"PHONESTATE_HEADSETGAIN","features":[72]},{"name":"PHONESTATE_HEADSETHOOKSWITCH","features":[72]},{"name":"PHONESTATE_HEADSETVOLUME","features":[72]},{"name":"PHONESTATE_LAMP","features":[72]},{"name":"PHONESTATE_MONITORS","features":[72]},{"name":"PHONESTATE_OTHER","features":[72]},{"name":"PHONESTATE_OWNER","features":[72]},{"name":"PHONESTATE_REINIT","features":[72]},{"name":"PHONESTATE_REMOVED","features":[72]},{"name":"PHONESTATE_RESUME","features":[72]},{"name":"PHONESTATE_RINGMODE","features":[72]},{"name":"PHONESTATE_RINGVOLUME","features":[72]},{"name":"PHONESTATE_SPEAKERGAIN","features":[72]},{"name":"PHONESTATE_SPEAKERHOOKSWITCH","features":[72]},{"name":"PHONESTATE_SPEAKERVOLUME","features":[72]},{"name":"PHONESTATE_SUSPEND","features":[72]},{"name":"PHONESTATUS","features":[72]},{"name":"PHONESTATUSFLAGS_CONNECTED","features":[72]},{"name":"PHONESTATUSFLAGS_SUSPENDED","features":[72]},{"name":"PHONE_BUTTON","features":[72]},{"name":"PHONE_BUTTON_FUNCTION","features":[72]},{"name":"PHONE_BUTTON_MODE","features":[72]},{"name":"PHONE_BUTTON_STATE","features":[72]},{"name":"PHONE_CLOSE","features":[72]},{"name":"PHONE_CREATE","features":[72]},{"name":"PHONE_DEVSPECIFIC","features":[72]},{"name":"PHONE_EVENT","features":[72]},{"name":"PHONE_HOOK_SWITCH_DEVICE","features":[72]},{"name":"PHONE_HOOK_SWITCH_STATE","features":[72]},{"name":"PHONE_LAMP_MODE","features":[72]},{"name":"PHONE_PRIVILEGE","features":[72]},{"name":"PHONE_REMOVE","features":[72]},{"name":"PHONE_REPLY","features":[72]},{"name":"PHONE_STATE","features":[72]},{"name":"PHONE_TONE","features":[72]},{"name":"PHSD_HANDSET","features":[72]},{"name":"PHSD_HEADSET","features":[72]},{"name":"PHSD_SPEAKERPHONE","features":[72]},{"name":"PHSS_OFFHOOK","features":[72]},{"name":"PHSS_OFFHOOK_MIC_ONLY","features":[72]},{"name":"PHSS_OFFHOOK_SPEAKER_ONLY","features":[72]},{"name":"PHSS_ONHOOK","features":[72]},{"name":"PP_MONITOR","features":[72]},{"name":"PP_OWNER","features":[72]},{"name":"PRIVATEOBJECT_ADDRESS","features":[72]},{"name":"PRIVATEOBJECT_CALL","features":[72]},{"name":"PRIVATEOBJECT_CALLID","features":[72]},{"name":"PRIVATEOBJECT_LINE","features":[72]},{"name":"PRIVATEOBJECT_NONE","features":[72]},{"name":"PRIVATEOBJECT_PHONE","features":[72]},{"name":"PT_BUSY","features":[72]},{"name":"PT_ERRORTONE","features":[72]},{"name":"PT_EXTERNALDIALTONE","features":[72]},{"name":"PT_KEYPADA","features":[72]},{"name":"PT_KEYPADB","features":[72]},{"name":"PT_KEYPADC","features":[72]},{"name":"PT_KEYPADD","features":[72]},{"name":"PT_KEYPADEIGHT","features":[72]},{"name":"PT_KEYPADFIVE","features":[72]},{"name":"PT_KEYPADFOUR","features":[72]},{"name":"PT_KEYPADNINE","features":[72]},{"name":"PT_KEYPADONE","features":[72]},{"name":"PT_KEYPADPOUND","features":[72]},{"name":"PT_KEYPADSEVEN","features":[72]},{"name":"PT_KEYPADSIX","features":[72]},{"name":"PT_KEYPADSTAR","features":[72]},{"name":"PT_KEYPADTHREE","features":[72]},{"name":"PT_KEYPADTWO","features":[72]},{"name":"PT_KEYPADZERO","features":[72]},{"name":"PT_NORMALDIALTONE","features":[72]},{"name":"PT_RINGBACK","features":[72]},{"name":"PT_SILENCE","features":[72]},{"name":"QE_ADMISSIONFAILURE","features":[72]},{"name":"QE_GENERICERROR","features":[72]},{"name":"QE_LASTITEM","features":[72]},{"name":"QE_NOQOS","features":[72]},{"name":"QE_POLICYFAILURE","features":[72]},{"name":"QOS_EVENT","features":[72]},{"name":"QOS_SERVICE_LEVEL","features":[72]},{"name":"QSL_BEST_EFFORT","features":[72]},{"name":"QSL_IF_AVAILABLE","features":[72]},{"name":"QSL_NEEDED","features":[72]},{"name":"RAS_LOCAL","features":[72]},{"name":"RAS_REGION","features":[72]},{"name":"RAS_SITE","features":[72]},{"name":"RAS_WORLD","features":[72]},{"name":"RENDBIND_AUTHENTICATE","features":[72]},{"name":"RENDBIND_DEFAULTCREDENTIALS","features":[72]},{"name":"RENDBIND_DEFAULTDOMAINNAME","features":[72]},{"name":"RENDBIND_DEFAULTPASSWORD","features":[72]},{"name":"RENDBIND_DEFAULTUSERNAME","features":[72]},{"name":"RENDDATA","features":[72]},{"name":"RND_ADVERTISING_SCOPE","features":[72]},{"name":"Rendezvous","features":[72]},{"name":"RequestMakeCall","features":[72]},{"name":"STRINGFORMAT_ASCII","features":[72]},{"name":"STRINGFORMAT_BINARY","features":[72]},{"name":"STRINGFORMAT_DBCS","features":[72]},{"name":"STRINGFORMAT_UNICODE","features":[72]},{"name":"STRM_CONFIGURED","features":[72]},{"name":"STRM_INITIAL","features":[72]},{"name":"STRM_PAUSED","features":[72]},{"name":"STRM_RUNNING","features":[72]},{"name":"STRM_STOPPED","features":[72]},{"name":"STRM_TERMINALSELECTED","features":[72]},{"name":"STnefProblem","features":[72]},{"name":"STnefProblemArray","features":[72]},{"name":"TAPI","features":[72]},{"name":"TAPIERR_CONNECTED","features":[72]},{"name":"TAPIERR_DESTBUSY","features":[72]},{"name":"TAPIERR_DESTNOANSWER","features":[72]},{"name":"TAPIERR_DESTUNAVAIL","features":[72]},{"name":"TAPIERR_DEVICECLASSUNAVAIL","features":[72]},{"name":"TAPIERR_DEVICEIDUNAVAIL","features":[72]},{"name":"TAPIERR_DEVICEINUSE","features":[72]},{"name":"TAPIERR_DROPPED","features":[72]},{"name":"TAPIERR_INVALDESTADDRESS","features":[72]},{"name":"TAPIERR_INVALDEVICECLASS","features":[72]},{"name":"TAPIERR_INVALDEVICEID","features":[72]},{"name":"TAPIERR_INVALPOINTER","features":[72]},{"name":"TAPIERR_INVALWINDOWHANDLE","features":[72]},{"name":"TAPIERR_MMCWRITELOCKED","features":[72]},{"name":"TAPIERR_NOREQUESTRECIPIENT","features":[72]},{"name":"TAPIERR_NOTADMIN","features":[72]},{"name":"TAPIERR_PROVIDERALREADYINSTALLED","features":[72]},{"name":"TAPIERR_REQUESTCANCELLED","features":[72]},{"name":"TAPIERR_REQUESTFAILED","features":[72]},{"name":"TAPIERR_REQUESTQUEUEFULL","features":[72]},{"name":"TAPIERR_SCP_ALREADY_EXISTS","features":[72]},{"name":"TAPIERR_SCP_DOES_NOT_EXIST","features":[72]},{"name":"TAPIERR_UNKNOWNREQUESTID","features":[72]},{"name":"TAPIERR_UNKNOWNWINHANDLE","features":[72]},{"name":"TAPIMAXAPPNAMESIZE","features":[72]},{"name":"TAPIMAXCALLEDPARTYSIZE","features":[72]},{"name":"TAPIMAXCOMMENTSIZE","features":[72]},{"name":"TAPIMAXDESTADDRESSSIZE","features":[72]},{"name":"TAPIMAXDEVICECLASSSIZE","features":[72]},{"name":"TAPIMAXDEVICEIDSIZE","features":[72]},{"name":"TAPIMEDIATYPE_AUDIO","features":[72]},{"name":"TAPIMEDIATYPE_DATAMODEM","features":[72]},{"name":"TAPIMEDIATYPE_G3FAX","features":[72]},{"name":"TAPIMEDIATYPE_MULTITRACK","features":[72]},{"name":"TAPIMEDIATYPE_VIDEO","features":[72]},{"name":"TAPIOBJECT_EVENT","features":[72]},{"name":"TAPI_CURRENT_VERSION","features":[72]},{"name":"TAPI_CUSTOMTONE","features":[72]},{"name":"TAPI_DETECTTONE","features":[72]},{"name":"TAPI_EVENT","features":[72]},{"name":"TAPI_E_ADDRESSBLOCKED","features":[72]},{"name":"TAPI_E_ALLOCATED","features":[72]},{"name":"TAPI_E_BILLINGREJECTED","features":[72]},{"name":"TAPI_E_CALLCENTER_GROUP_REMOVED","features":[72]},{"name":"TAPI_E_CALLCENTER_INVALAGENTACTIVITY","features":[72]},{"name":"TAPI_E_CALLCENTER_INVALAGENTGROUP","features":[72]},{"name":"TAPI_E_CALLCENTER_INVALAGENTID","features":[72]},{"name":"TAPI_E_CALLCENTER_INVALAGENTSTATE","features":[72]},{"name":"TAPI_E_CALLCENTER_INVALPASSWORD","features":[72]},{"name":"TAPI_E_CALLCENTER_NO_AGENT_ID","features":[72]},{"name":"TAPI_E_CALLCENTER_QUEUE_REMOVED","features":[72]},{"name":"TAPI_E_CALLNOTSELECTED","features":[72]},{"name":"TAPI_E_CALLUNAVAIL","features":[72]},{"name":"TAPI_E_COMPLETIONOVERRUN","features":[72]},{"name":"TAPI_E_CONFERENCEFULL","features":[72]},{"name":"TAPI_E_DESTBUSY","features":[72]},{"name":"TAPI_E_DESTNOANSWER","features":[72]},{"name":"TAPI_E_DESTUNAVAIL","features":[72]},{"name":"TAPI_E_DIALMODIFIERNOTSUPPORTED","features":[72]},{"name":"TAPI_E_DROPPED","features":[72]},{"name":"TAPI_E_INUSE","features":[72]},{"name":"TAPI_E_INVALADDRESS","features":[72]},{"name":"TAPI_E_INVALADDRESSSTATE","features":[72]},{"name":"TAPI_E_INVALADDRESSTYPE","features":[72]},{"name":"TAPI_E_INVALBUTTONLAMPID","features":[72]},{"name":"TAPI_E_INVALBUTTONSTATE","features":[72]},{"name":"TAPI_E_INVALCALLPARAMS","features":[72]},{"name":"TAPI_E_INVALCALLPRIVILEGE","features":[72]},{"name":"TAPI_E_INVALCALLSTATE","features":[72]},{"name":"TAPI_E_INVALCARD","features":[72]},{"name":"TAPI_E_INVALCOMPLETIONID","features":[72]},{"name":"TAPI_E_INVALCOUNTRYCODE","features":[72]},{"name":"TAPI_E_INVALDATAID","features":[72]},{"name":"TAPI_E_INVALDEVICECLASS","features":[72]},{"name":"TAPI_E_INVALDIALPARAMS","features":[72]},{"name":"TAPI_E_INVALDIGITS","features":[72]},{"name":"TAPI_E_INVALFEATURE","features":[72]},{"name":"TAPI_E_INVALGROUPID","features":[72]},{"name":"TAPI_E_INVALHOOKSWITCHDEV","features":[72]},{"name":"TAPI_E_INVALIDDIRECTION","features":[72]},{"name":"TAPI_E_INVALIDMEDIATYPE","features":[72]},{"name":"TAPI_E_INVALIDSTREAM","features":[72]},{"name":"TAPI_E_INVALIDSTREAMSTATE","features":[72]},{"name":"TAPI_E_INVALIDTERMINAL","features":[72]},{"name":"TAPI_E_INVALIDTERMINALCLASS","features":[72]},{"name":"TAPI_E_INVALLIST","features":[72]},{"name":"TAPI_E_INVALLOCATION","features":[72]},{"name":"TAPI_E_INVALMESSAGEID","features":[72]},{"name":"TAPI_E_INVALMODE","features":[72]},{"name":"TAPI_E_INVALPARKID","features":[72]},{"name":"TAPI_E_INVALPRIVILEGE","features":[72]},{"name":"TAPI_E_INVALRATE","features":[72]},{"name":"TAPI_E_INVALTIMEOUT","features":[72]},{"name":"TAPI_E_INVALTONE","features":[72]},{"name":"TAPI_E_MAXSTREAMS","features":[72]},{"name":"TAPI_E_MAXTERMINALS","features":[72]},{"name":"TAPI_E_NOCONFERENCE","features":[72]},{"name":"TAPI_E_NODEVICE","features":[72]},{"name":"TAPI_E_NODRIVER","features":[72]},{"name":"TAPI_E_NOEVENT","features":[72]},{"name":"TAPI_E_NOFORMAT","features":[72]},{"name":"TAPI_E_NOITEMS","features":[72]},{"name":"TAPI_E_NOREQUEST","features":[72]},{"name":"TAPI_E_NOREQUESTRECIPIENT","features":[72]},{"name":"TAPI_E_NOTENOUGHMEMORY","features":[72]},{"name":"TAPI_E_NOTERMINALSELECTED","features":[72]},{"name":"TAPI_E_NOTOWNER","features":[72]},{"name":"TAPI_E_NOTREGISTERED","features":[72]},{"name":"TAPI_E_NOTSTOPPED","features":[72]},{"name":"TAPI_E_NOTSUPPORTED","features":[72]},{"name":"TAPI_E_NOT_INITIALIZED","features":[72]},{"name":"TAPI_E_OPERATIONFAILED","features":[72]},{"name":"TAPI_E_PEER_NOT_SET","features":[72]},{"name":"TAPI_E_PHONENOTOPEN","features":[72]},{"name":"TAPI_E_REGISTRY_SETTING_CORRUPT","features":[72]},{"name":"TAPI_E_REINIT","features":[72]},{"name":"TAPI_E_REQUESTCANCELLED","features":[72]},{"name":"TAPI_E_REQUESTFAILED","features":[72]},{"name":"TAPI_E_REQUESTOVERRUN","features":[72]},{"name":"TAPI_E_REQUESTQUEUEFULL","features":[72]},{"name":"TAPI_E_RESOURCEUNAVAIL","features":[72]},{"name":"TAPI_E_SERVICE_NOT_RUNNING","features":[72]},{"name":"TAPI_E_TARGETNOTFOUND","features":[72]},{"name":"TAPI_E_TARGETSELF","features":[72]},{"name":"TAPI_E_TERMINALINUSE","features":[72]},{"name":"TAPI_E_TERMINAL_PEER","features":[72]},{"name":"TAPI_E_TIMEOUT","features":[72]},{"name":"TAPI_E_USERUSERINFOTOOBIG","features":[72]},{"name":"TAPI_E_WRONGEVENT","features":[72]},{"name":"TAPI_E_WRONG_STATE","features":[72]},{"name":"TAPI_GATHERTERM","features":[72]},{"name":"TAPI_OBJECT_TYPE","features":[72]},{"name":"TAPI_REPLY","features":[72]},{"name":"TAPI_TONEMODE","features":[72]},{"name":"TD_BIDIRECTIONAL","features":[72]},{"name":"TD_CAPTURE","features":[72]},{"name":"TD_MULTITRACK_MIXED","features":[72]},{"name":"TD_NONE","features":[72]},{"name":"TD_RENDER","features":[72]},{"name":"TERMINAL_DIRECTION","features":[72]},{"name":"TERMINAL_MEDIA_STATE","features":[72]},{"name":"TERMINAL_STATE","features":[72]},{"name":"TERMINAL_TYPE","features":[72]},{"name":"TE_ACDGROUP","features":[72]},{"name":"TE_ADDRESS","features":[72]},{"name":"TE_ADDRESSCLOSE","features":[72]},{"name":"TE_ADDRESSCREATE","features":[72]},{"name":"TE_ADDRESSDEVSPECIFIC","features":[72]},{"name":"TE_ADDRESSREMOVE","features":[72]},{"name":"TE_AGENT","features":[72]},{"name":"TE_AGENTHANDLER","features":[72]},{"name":"TE_AGENTSESSION","features":[72]},{"name":"TE_ASRTERMINAL","features":[72]},{"name":"TE_CALLHUB","features":[72]},{"name":"TE_CALLINFOCHANGE","features":[72]},{"name":"TE_CALLMEDIA","features":[72]},{"name":"TE_CALLNOTIFICATION","features":[72]},{"name":"TE_CALLSTATE","features":[72]},{"name":"TE_DIGITEVENT","features":[72]},{"name":"TE_FILETERMINAL","features":[72]},{"name":"TE_GATHERDIGITS","features":[72]},{"name":"TE_GENERATEEVENT","features":[72]},{"name":"TE_PHONECREATE","features":[72]},{"name":"TE_PHONEDEVSPECIFIC","features":[72]},{"name":"TE_PHONEEVENT","features":[72]},{"name":"TE_PHONEREMOVE","features":[72]},{"name":"TE_PRIVATE","features":[72]},{"name":"TE_QOSEVENT","features":[72]},{"name":"TE_QUEUE","features":[72]},{"name":"TE_REINIT","features":[72]},{"name":"TE_REQUEST","features":[72]},{"name":"TE_TAPIOBJECT","features":[72]},{"name":"TE_TONEEVENT","features":[72]},{"name":"TE_TONETERMINAL","features":[72]},{"name":"TE_TRANSLATECHANGE","features":[72]},{"name":"TE_TTSTERMINAL","features":[72]},{"name":"TGT_BUFFERFULL","features":[72]},{"name":"TGT_CANCEL","features":[72]},{"name":"TGT_FIRSTTIMEOUT","features":[72]},{"name":"TGT_INTERTIMEOUT","features":[72]},{"name":"TGT_TERMDIGIT","features":[72]},{"name":"TMS_ACTIVE","features":[72]},{"name":"TMS_IDLE","features":[72]},{"name":"TMS_LASTITEM","features":[72]},{"name":"TMS_PAUSED","features":[72]},{"name":"TOT_ADDRESS","features":[72]},{"name":"TOT_CALL","features":[72]},{"name":"TOT_CALLHUB","features":[72]},{"name":"TOT_NONE","features":[72]},{"name":"TOT_PHONE","features":[72]},{"name":"TOT_TAPI","features":[72]},{"name":"TOT_TERMINAL","features":[72]},{"name":"TRP","features":[72]},{"name":"TSPI_LINEACCEPT","features":[72]},{"name":"TSPI_LINEADDTOCONFERENCE","features":[72]},{"name":"TSPI_LINEANSWER","features":[72]},{"name":"TSPI_LINEBLINDTRANSFER","features":[72]},{"name":"TSPI_LINECLOSE","features":[72]},{"name":"TSPI_LINECLOSECALL","features":[72]},{"name":"TSPI_LINECLOSEMSPINSTANCE","features":[72]},{"name":"TSPI_LINECOMPLETECALL","features":[72]},{"name":"TSPI_LINECOMPLETETRANSFER","features":[72]},{"name":"TSPI_LINECONDITIONALMEDIADETECTION","features":[72]},{"name":"TSPI_LINECONFIGDIALOG","features":[72]},{"name":"TSPI_LINECONFIGDIALOGEDIT","features":[72]},{"name":"TSPI_LINECREATEMSPINSTANCE","features":[72]},{"name":"TSPI_LINEDEVSPECIFIC","features":[72]},{"name":"TSPI_LINEDEVSPECIFICFEATURE","features":[72]},{"name":"TSPI_LINEDIAL","features":[72]},{"name":"TSPI_LINEDROP","features":[72]},{"name":"TSPI_LINEDROPNOOWNER","features":[72]},{"name":"TSPI_LINEDROPONCLOSE","features":[72]},{"name":"TSPI_LINEFORWARD","features":[72]},{"name":"TSPI_LINEGATHERDIGITS","features":[72]},{"name":"TSPI_LINEGENERATEDIGITS","features":[72]},{"name":"TSPI_LINEGENERATETONE","features":[72]},{"name":"TSPI_LINEGETADDRESSCAPS","features":[72]},{"name":"TSPI_LINEGETADDRESSID","features":[72]},{"name":"TSPI_LINEGETADDRESSSTATUS","features":[72]},{"name":"TSPI_LINEGETCALLADDRESSID","features":[72]},{"name":"TSPI_LINEGETCALLHUBTRACKING","features":[72]},{"name":"TSPI_LINEGETCALLID","features":[72]},{"name":"TSPI_LINEGETCALLINFO","features":[72]},{"name":"TSPI_LINEGETCALLSTATUS","features":[72]},{"name":"TSPI_LINEGETDEVCAPS","features":[72]},{"name":"TSPI_LINEGETDEVCONFIG","features":[72]},{"name":"TSPI_LINEGETEXTENSIONID","features":[72]},{"name":"TSPI_LINEGETICON","features":[72]},{"name":"TSPI_LINEGETID","features":[72]},{"name":"TSPI_LINEGETLINEDEVSTATUS","features":[72]},{"name":"TSPI_LINEGETNUMADDRESSIDS","features":[72]},{"name":"TSPI_LINEHOLD","features":[72]},{"name":"TSPI_LINEMAKECALL","features":[72]},{"name":"TSPI_LINEMONITORDIGITS","features":[72]},{"name":"TSPI_LINEMONITORMEDIA","features":[72]},{"name":"TSPI_LINEMONITORTONES","features":[72]},{"name":"TSPI_LINEMSPIDENTIFY","features":[72]},{"name":"TSPI_LINENEGOTIATEEXTVERSION","features":[72]},{"name":"TSPI_LINENEGOTIATETSPIVERSION","features":[72]},{"name":"TSPI_LINEOPEN","features":[72]},{"name":"TSPI_LINEPARK","features":[72]},{"name":"TSPI_LINEPICKUP","features":[72]},{"name":"TSPI_LINEPREPAREADDTOCONFERENCE","features":[72]},{"name":"TSPI_LINERECEIVEMSPDATA","features":[72]},{"name":"TSPI_LINEREDIRECT","features":[72]},{"name":"TSPI_LINERELEASEUSERUSERINFO","features":[72]},{"name":"TSPI_LINEREMOVEFROMCONFERENCE","features":[72]},{"name":"TSPI_LINESECURECALL","features":[72]},{"name":"TSPI_LINESELECTEXTVERSION","features":[72]},{"name":"TSPI_LINESENDUSERUSERINFO","features":[72]},{"name":"TSPI_LINESETAPPSPECIFIC","features":[72]},{"name":"TSPI_LINESETCALLHUBTRACKING","features":[72]},{"name":"TSPI_LINESETCALLPARAMS","features":[72]},{"name":"TSPI_LINESETCURRENTLOCATION","features":[72]},{"name":"TSPI_LINESETDEFAULTMEDIADETECTION","features":[72]},{"name":"TSPI_LINESETDEVCONFIG","features":[72]},{"name":"TSPI_LINESETMEDIACONTROL","features":[72]},{"name":"TSPI_LINESETMEDIAMODE","features":[72]},{"name":"TSPI_LINESETSTATUSMESSAGES","features":[72]},{"name":"TSPI_LINESETTERMINAL","features":[72]},{"name":"TSPI_LINESETUPCONFERENCE","features":[72]},{"name":"TSPI_LINESETUPTRANSFER","features":[72]},{"name":"TSPI_LINESWAPHOLD","features":[72]},{"name":"TSPI_LINEUNCOMPLETECALL","features":[72]},{"name":"TSPI_LINEUNHOLD","features":[72]},{"name":"TSPI_LINEUNPARK","features":[72]},{"name":"TSPI_MESSAGE_BASE","features":[72]},{"name":"TSPI_PHONECLOSE","features":[72]},{"name":"TSPI_PHONECONFIGDIALOG","features":[72]},{"name":"TSPI_PHONEDEVSPECIFIC","features":[72]},{"name":"TSPI_PHONEGETBUTTONINFO","features":[72]},{"name":"TSPI_PHONEGETDATA","features":[72]},{"name":"TSPI_PHONEGETDEVCAPS","features":[72]},{"name":"TSPI_PHONEGETDISPLAY","features":[72]},{"name":"TSPI_PHONEGETEXTENSIONID","features":[72]},{"name":"TSPI_PHONEGETGAIN","features":[72]},{"name":"TSPI_PHONEGETHOOKSWITCH","features":[72]},{"name":"TSPI_PHONEGETICON","features":[72]},{"name":"TSPI_PHONEGETID","features":[72]},{"name":"TSPI_PHONEGETLAMP","features":[72]},{"name":"TSPI_PHONEGETRING","features":[72]},{"name":"TSPI_PHONEGETSTATUS","features":[72]},{"name":"TSPI_PHONEGETVOLUME","features":[72]},{"name":"TSPI_PHONENEGOTIATEEXTVERSION","features":[72]},{"name":"TSPI_PHONENEGOTIATETSPIVERSION","features":[72]},{"name":"TSPI_PHONEOPEN","features":[72]},{"name":"TSPI_PHONESELECTEXTVERSION","features":[72]},{"name":"TSPI_PHONESETBUTTONINFO","features":[72]},{"name":"TSPI_PHONESETDATA","features":[72]},{"name":"TSPI_PHONESETDISPLAY","features":[72]},{"name":"TSPI_PHONESETGAIN","features":[72]},{"name":"TSPI_PHONESETHOOKSWITCH","features":[72]},{"name":"TSPI_PHONESETLAMP","features":[72]},{"name":"TSPI_PHONESETRING","features":[72]},{"name":"TSPI_PHONESETSTATUSMESSAGES","features":[72]},{"name":"TSPI_PHONESETVOLUME","features":[72]},{"name":"TSPI_PROC_BASE","features":[72]},{"name":"TSPI_PROVIDERCONFIG","features":[72]},{"name":"TSPI_PROVIDERCREATELINEDEVICE","features":[72]},{"name":"TSPI_PROVIDERCREATEPHONEDEVICE","features":[72]},{"name":"TSPI_PROVIDERENUMDEVICES","features":[72]},{"name":"TSPI_PROVIDERINIT","features":[72]},{"name":"TSPI_PROVIDERINSTALL","features":[72]},{"name":"TSPI_PROVIDERREMOVE","features":[72]},{"name":"TSPI_PROVIDERSHUTDOWN","features":[72]},{"name":"TS_INUSE","features":[72]},{"name":"TS_NOTINUSE","features":[72]},{"name":"TTM_BEEP","features":[72]},{"name":"TTM_BILLING","features":[72]},{"name":"TTM_BUSY","features":[72]},{"name":"TTM_RINGBACK","features":[72]},{"name":"TT_DYNAMIC","features":[72]},{"name":"TT_STATIC","features":[72]},{"name":"TUISPICREATEDIALOGINSTANCEPARAMS","features":[72]},{"name":"TUISPIDLLCALLBACK","features":[72]},{"name":"TUISPIDLL_OBJECT_DIALOGINSTANCE","features":[72]},{"name":"TUISPIDLL_OBJECT_LINEID","features":[72]},{"name":"TUISPIDLL_OBJECT_PHONEID","features":[72]},{"name":"TUISPIDLL_OBJECT_PROVIDERID","features":[72]},{"name":"VARSTRING","features":[72]},{"name":"atypFile","features":[72]},{"name":"atypMax","features":[72]},{"name":"atypNull","features":[72]},{"name":"atypOle","features":[72]},{"name":"atypPicture","features":[72]},{"name":"cbDisplayName","features":[72]},{"name":"cbEmailName","features":[72]},{"name":"cbMaxIdData","features":[72]},{"name":"cbSeverName","features":[72]},{"name":"cbTYPE","features":[72]},{"name":"lineAccept","features":[72]},{"name":"lineAddProvider","features":[72,1]},{"name":"lineAddProviderA","features":[72,1]},{"name":"lineAddProviderW","features":[72,1]},{"name":"lineAddToConference","features":[72]},{"name":"lineAgentSpecific","features":[72]},{"name":"lineAnswer","features":[72]},{"name":"lineBlindTransfer","features":[72]},{"name":"lineBlindTransferA","features":[72]},{"name":"lineBlindTransferW","features":[72]},{"name":"lineClose","features":[72]},{"name":"lineCompleteCall","features":[72]},{"name":"lineCompleteTransfer","features":[72]},{"name":"lineConfigDialog","features":[72,1]},{"name":"lineConfigDialogA","features":[72,1]},{"name":"lineConfigDialogEdit","features":[72,1]},{"name":"lineConfigDialogEditA","features":[72,1]},{"name":"lineConfigDialogEditW","features":[72,1]},{"name":"lineConfigDialogW","features":[72,1]},{"name":"lineConfigProvider","features":[72,1]},{"name":"lineCreateAgentA","features":[72]},{"name":"lineCreateAgentSessionA","features":[72]},{"name":"lineCreateAgentSessionW","features":[72]},{"name":"lineCreateAgentW","features":[72]},{"name":"lineDeallocateCall","features":[72]},{"name":"lineDevSpecific","features":[72]},{"name":"lineDevSpecificFeature","features":[72]},{"name":"lineDial","features":[72]},{"name":"lineDialA","features":[72]},{"name":"lineDialW","features":[72]},{"name":"lineDrop","features":[72]},{"name":"lineForward","features":[72]},{"name":"lineForwardA","features":[72]},{"name":"lineForwardW","features":[72]},{"name":"lineGatherDigits","features":[72]},{"name":"lineGatherDigitsA","features":[72]},{"name":"lineGatherDigitsW","features":[72]},{"name":"lineGenerateDigits","features":[72]},{"name":"lineGenerateDigitsA","features":[72]},{"name":"lineGenerateDigitsW","features":[72]},{"name":"lineGenerateTone","features":[72]},{"name":"lineGetAddressCaps","features":[72]},{"name":"lineGetAddressCapsA","features":[72]},{"name":"lineGetAddressCapsW","features":[72]},{"name":"lineGetAddressID","features":[72]},{"name":"lineGetAddressIDA","features":[72]},{"name":"lineGetAddressIDW","features":[72]},{"name":"lineGetAddressStatus","features":[72]},{"name":"lineGetAddressStatusA","features":[72]},{"name":"lineGetAddressStatusW","features":[72]},{"name":"lineGetAgentActivityListA","features":[72]},{"name":"lineGetAgentActivityListW","features":[72]},{"name":"lineGetAgentCapsA","features":[72]},{"name":"lineGetAgentCapsW","features":[72]},{"name":"lineGetAgentGroupListA","features":[72]},{"name":"lineGetAgentGroupListW","features":[72]},{"name":"lineGetAgentInfo","features":[72,43]},{"name":"lineGetAgentSessionInfo","features":[72,43]},{"name":"lineGetAgentSessionList","features":[72]},{"name":"lineGetAgentStatusA","features":[72]},{"name":"lineGetAgentStatusW","features":[72]},{"name":"lineGetAppPriority","features":[72]},{"name":"lineGetAppPriorityA","features":[72]},{"name":"lineGetAppPriorityW","features":[72]},{"name":"lineGetCallInfo","features":[72]},{"name":"lineGetCallInfoA","features":[72]},{"name":"lineGetCallInfoW","features":[72]},{"name":"lineGetCallStatus","features":[72,1]},{"name":"lineGetConfRelatedCalls","features":[72]},{"name":"lineGetCountry","features":[72]},{"name":"lineGetCountryA","features":[72]},{"name":"lineGetCountryW","features":[72]},{"name":"lineGetDevCaps","features":[72]},{"name":"lineGetDevCapsA","features":[72]},{"name":"lineGetDevCapsW","features":[72]},{"name":"lineGetDevConfig","features":[72]},{"name":"lineGetDevConfigA","features":[72]},{"name":"lineGetDevConfigW","features":[72]},{"name":"lineGetGroupListA","features":[72]},{"name":"lineGetGroupListW","features":[72]},{"name":"lineGetID","features":[72]},{"name":"lineGetIDA","features":[72]},{"name":"lineGetIDW","features":[72]},{"name":"lineGetIcon","features":[72,55]},{"name":"lineGetIconA","features":[72,55]},{"name":"lineGetIconW","features":[72,55]},{"name":"lineGetLineDevStatus","features":[72]},{"name":"lineGetLineDevStatusA","features":[72]},{"name":"lineGetLineDevStatusW","features":[72]},{"name":"lineGetMessage","features":[72]},{"name":"lineGetNewCalls","features":[72]},{"name":"lineGetNumRings","features":[72]},{"name":"lineGetProviderList","features":[72]},{"name":"lineGetProviderListA","features":[72]},{"name":"lineGetProviderListW","features":[72]},{"name":"lineGetProxyStatus","features":[72]},{"name":"lineGetQueueInfo","features":[72]},{"name":"lineGetQueueListA","features":[72]},{"name":"lineGetQueueListW","features":[72]},{"name":"lineGetRequest","features":[72]},{"name":"lineGetRequestA","features":[72]},{"name":"lineGetRequestW","features":[72]},{"name":"lineGetStatusMessages","features":[72]},{"name":"lineGetTranslateCaps","features":[72]},{"name":"lineGetTranslateCapsA","features":[72]},{"name":"lineGetTranslateCapsW","features":[72]},{"name":"lineHandoff","features":[72]},{"name":"lineHandoffA","features":[72]},{"name":"lineHandoffW","features":[72]},{"name":"lineHold","features":[72]},{"name":"lineInitialize","features":[72,1]},{"name":"lineInitializeExA","features":[72,1]},{"name":"lineInitializeExW","features":[72,1]},{"name":"lineMakeCall","features":[72]},{"name":"lineMakeCallA","features":[72]},{"name":"lineMakeCallW","features":[72]},{"name":"lineMonitorDigits","features":[72]},{"name":"lineMonitorMedia","features":[72]},{"name":"lineMonitorTones","features":[72]},{"name":"lineNegotiateAPIVersion","features":[72]},{"name":"lineNegotiateExtVersion","features":[72]},{"name":"lineOpen","features":[72]},{"name":"lineOpenA","features":[72]},{"name":"lineOpenW","features":[72]},{"name":"linePark","features":[72]},{"name":"lineParkA","features":[72]},{"name":"lineParkW","features":[72]},{"name":"linePickup","features":[72]},{"name":"linePickupA","features":[72]},{"name":"linePickupW","features":[72]},{"name":"linePrepareAddToConference","features":[72]},{"name":"linePrepareAddToConferenceA","features":[72]},{"name":"linePrepareAddToConferenceW","features":[72]},{"name":"lineProxyMessage","features":[72]},{"name":"lineProxyResponse","features":[72,43]},{"name":"lineRedirect","features":[72]},{"name":"lineRedirectA","features":[72]},{"name":"lineRedirectW","features":[72]},{"name":"lineRegisterRequestRecipient","features":[72]},{"name":"lineReleaseUserUserInfo","features":[72]},{"name":"lineRemoveFromConference","features":[72]},{"name":"lineRemoveProvider","features":[72,1]},{"name":"lineSecureCall","features":[72]},{"name":"lineSendUserUserInfo","features":[72]},{"name":"lineSetAgentActivity","features":[72]},{"name":"lineSetAgentGroup","features":[72]},{"name":"lineSetAgentMeasurementPeriod","features":[72]},{"name":"lineSetAgentSessionState","features":[72]},{"name":"lineSetAgentState","features":[72]},{"name":"lineSetAgentStateEx","features":[72]},{"name":"lineSetAppPriority","features":[72]},{"name":"lineSetAppPriorityA","features":[72]},{"name":"lineSetAppPriorityW","features":[72]},{"name":"lineSetAppSpecific","features":[72]},{"name":"lineSetCallData","features":[72]},{"name":"lineSetCallParams","features":[72]},{"name":"lineSetCallPrivilege","features":[72]},{"name":"lineSetCallQualityOfService","features":[72]},{"name":"lineSetCallTreatment","features":[72]},{"name":"lineSetCurrentLocation","features":[72]},{"name":"lineSetDevConfig","features":[72]},{"name":"lineSetDevConfigA","features":[72]},{"name":"lineSetDevConfigW","features":[72]},{"name":"lineSetLineDevStatus","features":[72]},{"name":"lineSetMediaControl","features":[72]},{"name":"lineSetMediaMode","features":[72]},{"name":"lineSetNumRings","features":[72]},{"name":"lineSetQueueMeasurementPeriod","features":[72]},{"name":"lineSetStatusMessages","features":[72]},{"name":"lineSetTerminal","features":[72]},{"name":"lineSetTollList","features":[72]},{"name":"lineSetTollListA","features":[72]},{"name":"lineSetTollListW","features":[72]},{"name":"lineSetupConference","features":[72]},{"name":"lineSetupConferenceA","features":[72]},{"name":"lineSetupConferenceW","features":[72]},{"name":"lineSetupTransfer","features":[72]},{"name":"lineSetupTransferA","features":[72]},{"name":"lineSetupTransferW","features":[72]},{"name":"lineShutdown","features":[72]},{"name":"lineSwapHold","features":[72]},{"name":"lineTranslateAddress","features":[72]},{"name":"lineTranslateAddressA","features":[72]},{"name":"lineTranslateAddressW","features":[72]},{"name":"lineTranslateDialog","features":[72,1]},{"name":"lineTranslateDialogA","features":[72,1]},{"name":"lineTranslateDialogW","features":[72,1]},{"name":"lineUncompleteCall","features":[72]},{"name":"lineUnhold","features":[72]},{"name":"lineUnpark","features":[72]},{"name":"lineUnparkA","features":[72]},{"name":"lineUnparkW","features":[72]},{"name":"phoneClose","features":[72]},{"name":"phoneConfigDialog","features":[72,1]},{"name":"phoneConfigDialogA","features":[72,1]},{"name":"phoneConfigDialogW","features":[72,1]},{"name":"phoneDevSpecific","features":[72]},{"name":"phoneGetButtonInfo","features":[72]},{"name":"phoneGetButtonInfoA","features":[72]},{"name":"phoneGetButtonInfoW","features":[72]},{"name":"phoneGetData","features":[72]},{"name":"phoneGetDevCaps","features":[72]},{"name":"phoneGetDevCapsA","features":[72]},{"name":"phoneGetDevCapsW","features":[72]},{"name":"phoneGetDisplay","features":[72]},{"name":"phoneGetGain","features":[72]},{"name":"phoneGetHookSwitch","features":[72]},{"name":"phoneGetID","features":[72]},{"name":"phoneGetIDA","features":[72]},{"name":"phoneGetIDW","features":[72]},{"name":"phoneGetIcon","features":[72,55]},{"name":"phoneGetIconA","features":[72,55]},{"name":"phoneGetIconW","features":[72,55]},{"name":"phoneGetLamp","features":[72]},{"name":"phoneGetMessage","features":[72]},{"name":"phoneGetRing","features":[72]},{"name":"phoneGetStatus","features":[72]},{"name":"phoneGetStatusA","features":[72]},{"name":"phoneGetStatusMessages","features":[72]},{"name":"phoneGetStatusW","features":[72]},{"name":"phoneGetVolume","features":[72]},{"name":"phoneInitialize","features":[72,1]},{"name":"phoneInitializeExA","features":[72,1]},{"name":"phoneInitializeExW","features":[72,1]},{"name":"phoneNegotiateAPIVersion","features":[72]},{"name":"phoneNegotiateExtVersion","features":[72]},{"name":"phoneOpen","features":[72]},{"name":"phoneSetButtonInfo","features":[72]},{"name":"phoneSetButtonInfoA","features":[72]},{"name":"phoneSetButtonInfoW","features":[72]},{"name":"phoneSetData","features":[72]},{"name":"phoneSetDisplay","features":[72]},{"name":"phoneSetGain","features":[72]},{"name":"phoneSetHookSwitch","features":[72]},{"name":"phoneSetLamp","features":[72]},{"name":"phoneSetRing","features":[72]},{"name":"phoneSetStatusMessages","features":[72]},{"name":"phoneSetVolume","features":[72]},{"name":"phoneShutdown","features":[72]},{"name":"prioHigh","features":[72]},{"name":"prioLow","features":[72]},{"name":"prioNorm","features":[72]},{"name":"tapiGetLocationInfo","features":[72]},{"name":"tapiGetLocationInfoA","features":[72]},{"name":"tapiGetLocationInfoW","features":[72]},{"name":"tapiRequestDrop","features":[72,1]},{"name":"tapiRequestMakeCall","features":[72]},{"name":"tapiRequestMakeCallA","features":[72]},{"name":"tapiRequestMakeCallW","features":[72]},{"name":"tapiRequestMediaCall","features":[72,1]},{"name":"tapiRequestMediaCallA","features":[72,1]},{"name":"tapiRequestMediaCallW","features":[72,1]}],"396":[{"name":"ALLOW_PARTIAL_READS","features":[73]},{"name":"ALL_PIPE","features":[73]},{"name":"ALTERNATE_INTERFACE","features":[73]},{"name":"AUTO_CLEAR_STALL","features":[73]},{"name":"AUTO_FLUSH","features":[73]},{"name":"AUTO_SUSPEND","features":[73]},{"name":"AcquireBusInfo","features":[73]},{"name":"AcquireControllerName","features":[73]},{"name":"AcquireHubName","features":[73]},{"name":"BMREQUEST_CLASS","features":[73]},{"name":"BMREQUEST_DEVICE_TO_HOST","features":[73]},{"name":"BMREQUEST_HOST_TO_DEVICE","features":[73]},{"name":"BMREQUEST_STANDARD","features":[73]},{"name":"BMREQUEST_TO_DEVICE","features":[73]},{"name":"BMREQUEST_TO_ENDPOINT","features":[73]},{"name":"BMREQUEST_TO_INTERFACE","features":[73]},{"name":"BMREQUEST_TO_OTHER","features":[73]},{"name":"BMREQUEST_VENDOR","features":[73]},{"name":"BM_REQUEST_TYPE","features":[73]},{"name":"BULKIN_FLAG","features":[73]},{"name":"CHANNEL_INFO","features":[73]},{"name":"CompositeDevice","features":[73]},{"name":"DEVICE_DESCRIPTOR","features":[73]},{"name":"DEVICE_SPEED","features":[73]},{"name":"DRV_VERSION","features":[73]},{"name":"DeviceCausedOvercurrent","features":[73]},{"name":"DeviceConnected","features":[73]},{"name":"DeviceEnumerating","features":[73]},{"name":"DeviceFailedEnumeration","features":[73]},{"name":"DeviceGeneralFailure","features":[73]},{"name":"DeviceHubNestedTooDeeply","features":[73]},{"name":"DeviceInLegacyHub","features":[73]},{"name":"DeviceNotEnoughBandwidth","features":[73]},{"name":"DeviceNotEnoughPower","features":[73]},{"name":"DeviceReset","features":[73]},{"name":"EHCI_Generic","features":[73]},{"name":"EHCI_Intel_Medfield","features":[73]},{"name":"EHCI_Lucent","features":[73]},{"name":"EHCI_NEC","features":[73]},{"name":"EHCI_NVIDIA_Tegra2","features":[73]},{"name":"EHCI_NVIDIA_Tegra3","features":[73]},{"name":"EVENT_PIPE","features":[73]},{"name":"EnumerationFailure","features":[73]},{"name":"FILE_DEVICE_USB","features":[73]},{"name":"FILE_DEVICE_USB_SCAN","features":[73]},{"name":"FullSpeed","features":[73]},{"name":"GUID_DEVINTERFACE_USB_BILLBOARD","features":[73]},{"name":"GUID_DEVINTERFACE_USB_DEVICE","features":[73]},{"name":"GUID_DEVINTERFACE_USB_HOST_CONTROLLER","features":[73]},{"name":"GUID_DEVINTERFACE_USB_HUB","features":[73]},{"name":"GUID_USB_MSOS20_PLATFORM_CAPABILITY_ID","features":[73]},{"name":"GUID_USB_PERFORMANCE_TRACING","features":[73]},{"name":"GUID_USB_TRANSFER_TRACING","features":[73]},{"name":"GUID_USB_WMI_DEVICE_PERF_INFO","features":[73]},{"name":"GUID_USB_WMI_NODE_INFO","features":[73]},{"name":"GUID_USB_WMI_STD_DATA","features":[73]},{"name":"GUID_USB_WMI_STD_NOTIFICATION","features":[73]},{"name":"GUID_USB_WMI_SURPRISE_REMOVAL_NOTIFICATION","features":[73]},{"name":"GUID_USB_WMI_TRACING","features":[73]},{"name":"HCD_DIAGNOSTIC_MODE_OFF","features":[73]},{"name":"HCD_DIAGNOSTIC_MODE_ON","features":[73]},{"name":"HCD_DISABLE_PORT","features":[73]},{"name":"HCD_ENABLE_PORT","features":[73]},{"name":"HCD_GET_DRIVERKEY_NAME","features":[73]},{"name":"HCD_GET_ROOT_HUB_NAME","features":[73]},{"name":"HCD_GET_STATS_1","features":[73]},{"name":"HCD_GET_STATS_2","features":[73]},{"name":"HCD_ISO_STAT_COUNTERS","features":[73]},{"name":"HCD_STAT_COUNTERS","features":[73]},{"name":"HCD_STAT_INFORMATION_1","features":[73]},{"name":"HCD_STAT_INFORMATION_2","features":[73]},{"name":"HCD_TRACE_READ_REQUEST","features":[73]},{"name":"HCD_USER_REQUEST","features":[73]},{"name":"HUB_DEVICE_CONFIG_INFO","features":[73]},{"name":"HighSpeed","features":[73]},{"name":"HubDevice","features":[73]},{"name":"HubNestedTooDeeply","features":[73]},{"name":"HubOvercurrent","features":[73]},{"name":"HubPowerChange","features":[73]},{"name":"IGNORE_SHORT_PACKETS","features":[73]},{"name":"IOCTL_ABORT_PIPE","features":[73]},{"name":"IOCTL_CANCEL_IO","features":[73]},{"name":"IOCTL_GENERICUSBFN_ACTIVATE_USB_BUS","features":[73]},{"name":"IOCTL_GENERICUSBFN_BUS_EVENT_NOTIFICATION","features":[73]},{"name":"IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_IN","features":[73]},{"name":"IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT","features":[73]},{"name":"IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS","features":[73]},{"name":"IOCTL_GENERICUSBFN_GET_CLASS_INFO","features":[73]},{"name":"IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX","features":[73]},{"name":"IOCTL_GENERICUSBFN_GET_INTERFACE_DESCRIPTOR_SET","features":[73]},{"name":"IOCTL_GENERICUSBFN_GET_PIPE_STATE","features":[73]},{"name":"IOCTL_GENERICUSBFN_REGISTER_USB_STRING","features":[73]},{"name":"IOCTL_GENERICUSBFN_SET_PIPE_STATE","features":[73]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_IN","features":[73]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_IN_APPEND_ZERO_PKT","features":[73]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_OUT","features":[73]},{"name":"IOCTL_GET_CHANNEL_ALIGN_RQST","features":[73]},{"name":"IOCTL_GET_DEVICE_DESCRIPTOR","features":[73]},{"name":"IOCTL_GET_HCD_DRIVERKEY_NAME","features":[73]},{"name":"IOCTL_GET_PIPE_CONFIGURATION","features":[73]},{"name":"IOCTL_GET_USB_DESCRIPTOR","features":[73]},{"name":"IOCTL_GET_VERSION","features":[73]},{"name":"IOCTL_INDEX","features":[73]},{"name":"IOCTL_INTERNAL_USB_CYCLE_PORT","features":[73]},{"name":"IOCTL_INTERNAL_USB_ENABLE_PORT","features":[73]},{"name":"IOCTL_INTERNAL_USB_FAIL_GET_STATUS_FROM_DEVICE","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_BUSGUID_INFO","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_BUS_INFO","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_CONTROLLER_NAME","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_CONFIG_INFO","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE_EX","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_HUB_COUNT","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_HUB_NAME","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_PARENT_HUB_INFO","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_PORT_STATUS","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_ROOTHUB_PDO","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_TOPOLOGY_ADDRESS","features":[73]},{"name":"IOCTL_INTERNAL_USB_GET_TT_DEVICE_HANDLE","features":[73]},{"name":"IOCTL_INTERNAL_USB_NOTIFY_IDLE_READY","features":[73]},{"name":"IOCTL_INTERNAL_USB_RECORD_FAILURE","features":[73]},{"name":"IOCTL_INTERNAL_USB_REGISTER_COMPOSITE_DEVICE","features":[73]},{"name":"IOCTL_INTERNAL_USB_REQUEST_REMOTE_WAKE_NOTIFICATION","features":[73]},{"name":"IOCTL_INTERNAL_USB_REQ_GLOBAL_RESUME","features":[73]},{"name":"IOCTL_INTERNAL_USB_REQ_GLOBAL_SUSPEND","features":[73]},{"name":"IOCTL_INTERNAL_USB_RESET_PORT","features":[73]},{"name":"IOCTL_INTERNAL_USB_SUBMIT_IDLE_NOTIFICATION","features":[73]},{"name":"IOCTL_INTERNAL_USB_SUBMIT_URB","features":[73]},{"name":"IOCTL_INTERNAL_USB_UNREGISTER_COMPOSITE_DEVICE","features":[73]},{"name":"IOCTL_READ_REGISTERS","features":[73]},{"name":"IOCTL_RESET_PIPE","features":[73]},{"name":"IOCTL_SEND_USB_REQUEST","features":[73]},{"name":"IOCTL_SET_TIMEOUT","features":[73]},{"name":"IOCTL_USB_DIAGNOSTIC_MODE_OFF","features":[73]},{"name":"IOCTL_USB_DIAGNOSTIC_MODE_ON","features":[73]},{"name":"IOCTL_USB_DIAG_IGNORE_HUBS_OFF","features":[73]},{"name":"IOCTL_USB_DIAG_IGNORE_HUBS_ON","features":[73]},{"name":"IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION","features":[73]},{"name":"IOCTL_USB_GET_DEVICE_CHARACTERISTICS","features":[73]},{"name":"IOCTL_USB_GET_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC","features":[73]},{"name":"IOCTL_USB_GET_HUB_CAPABILITIES","features":[73]},{"name":"IOCTL_USB_GET_HUB_CAPABILITIES_EX","features":[73]},{"name":"IOCTL_USB_GET_HUB_INFORMATION_EX","features":[73]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_ATTRIBUTES","features":[73]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY_NAME","features":[73]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION","features":[73]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX","features":[73]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX_V2","features":[73]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_NAME","features":[73]},{"name":"IOCTL_USB_GET_NODE_INFORMATION","features":[73]},{"name":"IOCTL_USB_GET_PORT_CONNECTOR_PROPERTIES","features":[73]},{"name":"IOCTL_USB_GET_ROOT_HUB_NAME","features":[73]},{"name":"IOCTL_USB_GET_TRANSPORT_CHARACTERISTICS","features":[73]},{"name":"IOCTL_USB_HCD_DISABLE_PORT","features":[73]},{"name":"IOCTL_USB_HCD_ENABLE_PORT","features":[73]},{"name":"IOCTL_USB_HCD_GET_STATS_1","features":[73]},{"name":"IOCTL_USB_HCD_GET_STATS_2","features":[73]},{"name":"IOCTL_USB_HUB_CYCLE_PORT","features":[73]},{"name":"IOCTL_USB_NOTIFY_ON_TRANSPORT_CHARACTERISTICS_CHANGE","features":[73]},{"name":"IOCTL_USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[73]},{"name":"IOCTL_USB_RESET_HUB","features":[73]},{"name":"IOCTL_USB_START_TRACKING_FOR_TIME_SYNC","features":[73]},{"name":"IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC","features":[73]},{"name":"IOCTL_USB_UNREGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[73]},{"name":"IOCTL_WAIT_ON_DEVICE_EVENT","features":[73]},{"name":"IOCTL_WRITE_REGISTERS","features":[73]},{"name":"IO_BLOCK","features":[73]},{"name":"IO_BLOCK_EX","features":[73]},{"name":"InsufficentBandwidth","features":[73]},{"name":"InsufficentPower","features":[73]},{"name":"KREGMANUSBFNENUMPATH","features":[73]},{"name":"KREGUSBFNENUMPATH","features":[73]},{"name":"LowSpeed","features":[73]},{"name":"MAXIMUM_TRANSFER_SIZE","features":[73]},{"name":"MAXIMUM_USB_STRING_LENGTH","features":[73]},{"name":"MAX_ALTERNATE_NAME_LENGTH","features":[73]},{"name":"MAX_ASSOCIATION_NAME_LENGTH","features":[73]},{"name":"MAX_CONFIGURATION_NAME_LENGTH","features":[73]},{"name":"MAX_INTERFACE_NAME_LENGTH","features":[73]},{"name":"MAX_NUM_PIPES","features":[73]},{"name":"MAX_NUM_USBFN_ENDPOINTS","features":[73]},{"name":"MAX_SUPPORTED_CONFIGURATIONS","features":[73]},{"name":"MAX_USB_STRING_LENGTH","features":[73]},{"name":"MS_GENRE_DESCRIPTOR_INDEX","features":[73]},{"name":"MS_OS_FLAGS_CONTAINERID","features":[73]},{"name":"MS_OS_STRING_SIGNATURE","features":[73]},{"name":"MS_POWER_DESCRIPTOR_INDEX","features":[73]},{"name":"ModernDeviceInLegacyHub","features":[73]},{"name":"NoDeviceConnected","features":[73]},{"name":"OHCI_Generic","features":[73]},{"name":"OHCI_Hydra","features":[73]},{"name":"OHCI_NEC","features":[73]},{"name":"OS_STRING","features":[73]},{"name":"OS_STRING_DESCRIPTOR_INDEX","features":[73]},{"name":"OverCurrent","features":[73]},{"name":"PACKET_PARAMETERS","features":[73]},{"name":"PIPE_TRANSFER_TIMEOUT","features":[73]},{"name":"PIPE_TYPE","features":[73]},{"name":"PORT_LINK_STATE_COMPLIANCE_MODE","features":[73]},{"name":"PORT_LINK_STATE_DISABLED","features":[73]},{"name":"PORT_LINK_STATE_HOT_RESET","features":[73]},{"name":"PORT_LINK_STATE_INACTIVE","features":[73]},{"name":"PORT_LINK_STATE_LOOPBACK","features":[73]},{"name":"PORT_LINK_STATE_POLLING","features":[73]},{"name":"PORT_LINK_STATE_RECOVERY","features":[73]},{"name":"PORT_LINK_STATE_RX_DETECT","features":[73]},{"name":"PORT_LINK_STATE_TEST_MODE","features":[73]},{"name":"PORT_LINK_STATE_U0","features":[73]},{"name":"PORT_LINK_STATE_U1","features":[73]},{"name":"PORT_LINK_STATE_U2","features":[73]},{"name":"PORT_LINK_STATE_U3","features":[73]},{"name":"RAW_IO","features":[73]},{"name":"RAW_PIPE_TYPE","features":[73]},{"name":"RAW_RESET_PORT_PARAMETERS","features":[73]},{"name":"RAW_ROOTPORT_FEATURE","features":[73]},{"name":"RAW_ROOTPORT_PARAMETERS","features":[73]},{"name":"READ_DATA_PIPE","features":[73]},{"name":"RESET_PIPE_ON_RESUME","features":[73]},{"name":"ResetOvercurrent","features":[73]},{"name":"SHORT_PACKET_TERMINATE","features":[73]},{"name":"SUSPEND_DELAY","features":[73]},{"name":"UHCI_Generic","features":[73]},{"name":"UHCI_Ich1","features":[73]},{"name":"UHCI_Ich2","features":[73]},{"name":"UHCI_Ich3m","features":[73]},{"name":"UHCI_Ich4","features":[73]},{"name":"UHCI_Ich5","features":[73]},{"name":"UHCI_Ich6","features":[73]},{"name":"UHCI_Intel","features":[73]},{"name":"UHCI_Piix3","features":[73]},{"name":"UHCI_Piix4","features":[73]},{"name":"UHCI_Reserved204","features":[73]},{"name":"UHCI_VIA","features":[73]},{"name":"UHCI_VIA_x01","features":[73]},{"name":"UHCI_VIA_x02","features":[73]},{"name":"UHCI_VIA_x03","features":[73]},{"name":"UHCI_VIA_x04","features":[73]},{"name":"UHCI_VIA_x0E_FIFO","features":[73]},{"name":"URB","features":[73]},{"name":"URB_FUNCTION_ABORT_PIPE","features":[73]},{"name":"URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER","features":[73]},{"name":"URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER_USING_CHAINED_MDL","features":[73]},{"name":"URB_FUNCTION_CLASS_DEVICE","features":[73]},{"name":"URB_FUNCTION_CLASS_ENDPOINT","features":[73]},{"name":"URB_FUNCTION_CLASS_INTERFACE","features":[73]},{"name":"URB_FUNCTION_CLASS_OTHER","features":[73]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_DEVICE","features":[73]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_ENDPOINT","features":[73]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_INTERFACE","features":[73]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_OTHER","features":[73]},{"name":"URB_FUNCTION_CLOSE_STATIC_STREAMS","features":[73]},{"name":"URB_FUNCTION_CONTROL_TRANSFER","features":[73]},{"name":"URB_FUNCTION_CONTROL_TRANSFER_EX","features":[73]},{"name":"URB_FUNCTION_GET_CONFIGURATION","features":[73]},{"name":"URB_FUNCTION_GET_CURRENT_FRAME_NUMBER","features":[73]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_DEVICE","features":[73]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_ENDPOINT","features":[73]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_INTERFACE","features":[73]},{"name":"URB_FUNCTION_GET_FRAME_LENGTH","features":[73]},{"name":"URB_FUNCTION_GET_INTERFACE","features":[73]},{"name":"URB_FUNCTION_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS","features":[73]},{"name":"URB_FUNCTION_GET_MS_FEATURE_DESCRIPTOR","features":[73]},{"name":"URB_FUNCTION_GET_STATUS_FROM_DEVICE","features":[73]},{"name":"URB_FUNCTION_GET_STATUS_FROM_ENDPOINT","features":[73]},{"name":"URB_FUNCTION_GET_STATUS_FROM_INTERFACE","features":[73]},{"name":"URB_FUNCTION_GET_STATUS_FROM_OTHER","features":[73]},{"name":"URB_FUNCTION_ISOCH_TRANSFER","features":[73]},{"name":"URB_FUNCTION_ISOCH_TRANSFER_USING_CHAINED_MDL","features":[73]},{"name":"URB_FUNCTION_OPEN_STATIC_STREAMS","features":[73]},{"name":"URB_FUNCTION_RELEASE_FRAME_LENGTH_CONTROL","features":[73]},{"name":"URB_FUNCTION_RESERVED_0X0016","features":[73]},{"name":"URB_FUNCTION_RESERVE_0X001D","features":[73]},{"name":"URB_FUNCTION_RESERVE_0X002B","features":[73]},{"name":"URB_FUNCTION_RESERVE_0X002C","features":[73]},{"name":"URB_FUNCTION_RESERVE_0X002D","features":[73]},{"name":"URB_FUNCTION_RESERVE_0X002E","features":[73]},{"name":"URB_FUNCTION_RESERVE_0X002F","features":[73]},{"name":"URB_FUNCTION_RESERVE_0X0033","features":[73]},{"name":"URB_FUNCTION_RESERVE_0X0034","features":[73]},{"name":"URB_FUNCTION_RESET_PIPE","features":[73]},{"name":"URB_FUNCTION_SELECT_CONFIGURATION","features":[73]},{"name":"URB_FUNCTION_SELECT_INTERFACE","features":[73]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_DEVICE","features":[73]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_ENDPOINT","features":[73]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_INTERFACE","features":[73]},{"name":"URB_FUNCTION_SET_FEATURE_TO_DEVICE","features":[73]},{"name":"URB_FUNCTION_SET_FEATURE_TO_ENDPOINT","features":[73]},{"name":"URB_FUNCTION_SET_FEATURE_TO_INTERFACE","features":[73]},{"name":"URB_FUNCTION_SET_FEATURE_TO_OTHER","features":[73]},{"name":"URB_FUNCTION_SET_FRAME_LENGTH","features":[73]},{"name":"URB_FUNCTION_SYNC_CLEAR_STALL","features":[73]},{"name":"URB_FUNCTION_SYNC_RESET_PIPE","features":[73]},{"name":"URB_FUNCTION_SYNC_RESET_PIPE_AND_CLEAR_STALL","features":[73]},{"name":"URB_FUNCTION_TAKE_FRAME_LENGTH_CONTROL","features":[73]},{"name":"URB_FUNCTION_VENDOR_DEVICE","features":[73]},{"name":"URB_FUNCTION_VENDOR_ENDPOINT","features":[73]},{"name":"URB_FUNCTION_VENDOR_INTERFACE","features":[73]},{"name":"URB_FUNCTION_VENDOR_OTHER","features":[73]},{"name":"URB_OPEN_STATIC_STREAMS_VERSION_100","features":[73]},{"name":"UREGMANUSBFNENUMPATH","features":[73]},{"name":"UREGUSBFNENUMPATH","features":[73]},{"name":"USBDI_VERSION","features":[73]},{"name":"USBD_DEFAULT_MAXIMUM_TRANSFER_SIZE","features":[73]},{"name":"USBD_DEFAULT_PIPE_TRANSFER","features":[73]},{"name":"USBD_DEVICE_INFORMATION","features":[73]},{"name":"USBD_ENDPOINT_OFFLOAD_INFORMATION","features":[73]},{"name":"USBD_ENDPOINT_OFFLOAD_MODE","features":[73]},{"name":"USBD_INTERFACE_INFORMATION","features":[73]},{"name":"USBD_ISO_PACKET_DESCRIPTOR","features":[73]},{"name":"USBD_ISO_START_FRAME_RANGE","features":[73]},{"name":"USBD_PF_CHANGE_MAX_PACKET","features":[73]},{"name":"USBD_PF_ENABLE_RT_THREAD_ACCESS","features":[73]},{"name":"USBD_PF_HANDLES_SSP_HIGH_BANDWIDTH_ISOCH","features":[73]},{"name":"USBD_PF_INTERACTIVE_PRIORITY","features":[73]},{"name":"USBD_PF_MAP_ADD_TRANSFERS","features":[73]},{"name":"USBD_PF_PRIORITY_MASK","features":[73]},{"name":"USBD_PF_SHORT_PACKET_OPT","features":[73]},{"name":"USBD_PF_SSP_HIGH_BANDWIDTH_ISOCH","features":[73]},{"name":"USBD_PF_VIDEO_PRIORITY","features":[73]},{"name":"USBD_PF_VOICE_PRIORITY","features":[73]},{"name":"USBD_PIPE_INFORMATION","features":[73]},{"name":"USBD_PIPE_TYPE","features":[73]},{"name":"USBD_PORT_CONNECTED","features":[73]},{"name":"USBD_PORT_ENABLED","features":[73]},{"name":"USBD_SHORT_TRANSFER_OK","features":[73]},{"name":"USBD_START_ISO_TRANSFER_ASAP","features":[73]},{"name":"USBD_STREAM_INFORMATION","features":[73]},{"name":"USBD_TRANSFER_DIRECTION","features":[73]},{"name":"USBD_TRANSFER_DIRECTION_IN","features":[73]},{"name":"USBD_TRANSFER_DIRECTION_OUT","features":[73]},{"name":"USBD_VERSION_INFORMATION","features":[73]},{"name":"USBFN_BUS_CONFIGURATION_INFO","features":[73,1]},{"name":"USBFN_BUS_SPEED","features":[73]},{"name":"USBFN_CLASS_INFORMATION_PACKET","features":[73,1]},{"name":"USBFN_CLASS_INFORMATION_PACKET_EX","features":[73,1]},{"name":"USBFN_CLASS_INTERFACE","features":[73]},{"name":"USBFN_CLASS_INTERFACE_EX","features":[73]},{"name":"USBFN_DEVICE_STATE","features":[73]},{"name":"USBFN_DIRECTION","features":[73]},{"name":"USBFN_EVENT","features":[73]},{"name":"USBFN_INTERFACE_INFO","features":[73]},{"name":"USBFN_INTERRUPT_ENDPOINT_SIZE_NOT_UPDATEABLE_MASK","features":[73]},{"name":"USBFN_NOTIFICATION","features":[73]},{"name":"USBFN_PIPE_INFORMATION","features":[73]},{"name":"USBFN_PORT_TYPE","features":[73]},{"name":"USBFN_USB_STRING","features":[73]},{"name":"USBSCAN_GET_DESCRIPTOR","features":[73]},{"name":"USBSCAN_PIPE_BULK","features":[73]},{"name":"USBSCAN_PIPE_CONFIGURATION","features":[73]},{"name":"USBSCAN_PIPE_CONTROL","features":[73]},{"name":"USBSCAN_PIPE_INFORMATION","features":[73]},{"name":"USBSCAN_PIPE_INTERRUPT","features":[73]},{"name":"USBSCAN_PIPE_ISOCHRONOUS","features":[73]},{"name":"USBSCAN_TIMEOUT","features":[73]},{"name":"USBUSER_BANDWIDTH_INFO_REQUEST","features":[73]},{"name":"USBUSER_BUS_STATISTICS_0_REQUEST","features":[73,1]},{"name":"USBUSER_CLEAR_ROOTPORT_FEATURE","features":[73]},{"name":"USBUSER_CLOSE_RAW_DEVICE","features":[73]},{"name":"USBUSER_CONTROLLER_INFO_0","features":[73]},{"name":"USBUSER_CONTROLLER_UNICODE_NAME","features":[73]},{"name":"USBUSER_GET_BANDWIDTH_INFORMATION","features":[73]},{"name":"USBUSER_GET_BUS_STATISTICS_0","features":[73]},{"name":"USBUSER_GET_CONTROLLER_DRIVER_KEY","features":[73]},{"name":"USBUSER_GET_CONTROLLER_INFO_0","features":[73]},{"name":"USBUSER_GET_DRIVER_VERSION","features":[73,1]},{"name":"USBUSER_GET_POWER_STATE_MAP","features":[73]},{"name":"USBUSER_GET_ROOTHUB_SYMBOLIC_NAME","features":[73]},{"name":"USBUSER_GET_ROOTPORT_STATUS","features":[73]},{"name":"USBUSER_GET_USB2HW_VERSION","features":[73]},{"name":"USBUSER_GET_USB2_HW_VERSION","features":[73]},{"name":"USBUSER_GET_USB_DRIVER_VERSION","features":[73]},{"name":"USBUSER_INVALID_REQUEST","features":[73]},{"name":"USBUSER_OPEN_RAW_DEVICE","features":[73]},{"name":"USBUSER_OP_CLOSE_RAW_DEVICE","features":[73]},{"name":"USBUSER_OP_MASK_DEVONLY_API","features":[73]},{"name":"USBUSER_OP_MASK_HCTEST_API","features":[73]},{"name":"USBUSER_OP_OPEN_RAW_DEVICE","features":[73]},{"name":"USBUSER_OP_RAW_RESET_PORT","features":[73]},{"name":"USBUSER_OP_SEND_ONE_PACKET","features":[73]},{"name":"USBUSER_OP_SEND_RAW_COMMAND","features":[73]},{"name":"USBUSER_PASS_THRU","features":[73]},{"name":"USBUSER_PASS_THRU_REQUEST","features":[73]},{"name":"USBUSER_POWER_INFO_REQUEST","features":[73,1]},{"name":"USBUSER_RAW_RESET_ROOT_PORT","features":[73]},{"name":"USBUSER_REFRESH_HCT_REG","features":[73]},{"name":"USBUSER_REQUEST_HEADER","features":[73]},{"name":"USBUSER_ROOTPORT_FEATURE_REQUEST","features":[73]},{"name":"USBUSER_ROOTPORT_PARAMETERS","features":[73]},{"name":"USBUSER_SEND_ONE_PACKET","features":[73]},{"name":"USBUSER_SEND_RAW_COMMAND","features":[73]},{"name":"USBUSER_SET_ROOTPORT_FEATURE","features":[73]},{"name":"USBUSER_USB_REFRESH_HCT_REG","features":[73]},{"name":"USBUSER_VERSION","features":[73]},{"name":"USB_20_ENDPOINT_TYPE_INTERRUPT_RESERVED_MASK","features":[73]},{"name":"USB_20_HUB_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_20_PORT_CHANGE","features":[73]},{"name":"USB_20_PORT_STATUS","features":[73]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_RESERVED_MASK","features":[73]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_MASK","features":[73]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_NOTIFICATION","features":[73]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_PERIODIC","features":[73]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_RESERVED10","features":[73]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_RESERVED11","features":[73]},{"name":"USB_30_HUB_DESCRIPTOR","features":[73]},{"name":"USB_30_HUB_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_30_PORT_CHANGE","features":[73]},{"name":"USB_30_PORT_STATUS","features":[73]},{"name":"USB_ACQUIRE_INFO","features":[73]},{"name":"USB_ALLOW_FIRMWARE_UPDATE","features":[73]},{"name":"USB_BANDWIDTH_INFO","features":[73]},{"name":"USB_BOS_DESCRIPTOR","features":[73]},{"name":"USB_BOS_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_BUS_NOTIFICATION","features":[73]},{"name":"USB_BUS_STATISTICS_0","features":[73,1]},{"name":"USB_CHANGE_REGISTRATION_HANDLE","features":[73]},{"name":"USB_CHARGING_POLICY_DEFAULT","features":[73]},{"name":"USB_CHARGING_POLICY_ICCHPF","features":[73]},{"name":"USB_CHARGING_POLICY_ICCLPF","features":[73]},{"name":"USB_CHARGING_POLICY_NO_POWER","features":[73]},{"name":"USB_CLOSE_RAW_DEVICE_PARAMETERS","features":[73]},{"name":"USB_COMMON_DESCRIPTOR","features":[73]},{"name":"USB_COMPOSITE_DEVICE_INFO","features":[73,1]},{"name":"USB_COMPOSITE_FUNCTION_INFO","features":[73,1]},{"name":"USB_CONFIGURATION_DESCRIPTOR","features":[73]},{"name":"USB_CONFIGURATION_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_CONFIGURATION_POWER_DESCRIPTOR","features":[73]},{"name":"USB_CONFIG_BUS_POWERED","features":[73]},{"name":"USB_CONFIG_POWERED_MASK","features":[73]},{"name":"USB_CONFIG_POWER_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_CONFIG_REMOTE_WAKEUP","features":[73]},{"name":"USB_CONFIG_RESERVED","features":[73]},{"name":"USB_CONFIG_SELF_POWERED","features":[73]},{"name":"USB_CONNECTION_NOTIFICATION","features":[73]},{"name":"USB_CONNECTION_STATUS","features":[73]},{"name":"USB_CONTROLLER_DEVICE_INFO","features":[73]},{"name":"USB_CONTROLLER_FLAVOR","features":[73]},{"name":"USB_CONTROLLER_INFO_0","features":[73]},{"name":"USB_CYCLE_PORT","features":[73]},{"name":"USB_CYCLE_PORT_PARAMS","features":[73]},{"name":"USB_DEBUG_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_DEFAULT_DEVICE_ADDRESS","features":[73]},{"name":"USB_DEFAULT_ENDPOINT_ADDRESS","features":[73]},{"name":"USB_DEFAULT_MAX_PACKET","features":[73]},{"name":"USB_DEFAULT_PIPE_SETUP_PACKET","features":[73]},{"name":"USB_DESCRIPTOR_REQUEST","features":[73]},{"name":"USB_DEVICE_CAPABILITY_BATTERY_INFO","features":[73]},{"name":"USB_DEVICE_CAPABILITY_BILLBOARD","features":[73]},{"name":"USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_CAPABILITY_CONTAINER_ID","features":[73]},{"name":"USB_DEVICE_CAPABILITY_CONTAINER_ID_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_CAPABILITY_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_CAPABILITY_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_DEVICE_CAPABILITY_FIRMWARE_STATUS","features":[73]},{"name":"USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_CAPABILITY_MAX_U1_LATENCY","features":[73]},{"name":"USB_DEVICE_CAPABILITY_MAX_U2_LATENCY","features":[73]},{"name":"USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT","features":[73]},{"name":"USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_CAPABILITY_PD_PROVIDER_PORT","features":[73]},{"name":"USB_DEVICE_CAPABILITY_PLATFORM","features":[73]},{"name":"USB_DEVICE_CAPABILITY_PLATFORM_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_CAPABILITY_POWER_DELIVERY","features":[73]},{"name":"USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_CAPABILITY_PRECISION_TIME_MEASUREMENT","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_RX","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_TX","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_BPS","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_GBPS","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_KBPS","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_MBPS","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_ASYMMETRIC","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_SYMMETRIC","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SS","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SSP","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_LTM_CAPABLE","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_RESERVED_MASK","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_FULL","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_HIGH","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_LOW","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_RESERVED_MASK","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_SUPER","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_U1_DEVICE_EXIT_MAX_VALUE","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_U2_DEVICE_EXIT_MAX_VALUE","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_USB","features":[73]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_USB_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION","features":[73]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION_BMATTRIBUTES_RESERVED_MASK","features":[73]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_CAPABILITY_WIRELESS_USB","features":[73]},{"name":"USB_DEVICE_CHARACTERISTICS","features":[73]},{"name":"USB_DEVICE_CHARACTERISTICS_MAXIMUM_PATH_DELAYS_AVAILABLE","features":[73]},{"name":"USB_DEVICE_CHARACTERISTICS_VERSION_1","features":[73]},{"name":"USB_DEVICE_CLASS_APPLICATION_SPECIFIC","features":[73]},{"name":"USB_DEVICE_CLASS_AUDIO","features":[73]},{"name":"USB_DEVICE_CLASS_AUDIO_VIDEO","features":[73]},{"name":"USB_DEVICE_CLASS_BILLBOARD","features":[73]},{"name":"USB_DEVICE_CLASS_CDC_DATA","features":[73]},{"name":"USB_DEVICE_CLASS_COMMUNICATIONS","features":[73]},{"name":"USB_DEVICE_CLASS_CONTENT_SECURITY","features":[73]},{"name":"USB_DEVICE_CLASS_DIAGNOSTIC_DEVICE","features":[73]},{"name":"USB_DEVICE_CLASS_HUB","features":[73]},{"name":"USB_DEVICE_CLASS_HUMAN_INTERFACE","features":[73]},{"name":"USB_DEVICE_CLASS_IMAGE","features":[73]},{"name":"USB_DEVICE_CLASS_MISCELLANEOUS","features":[73]},{"name":"USB_DEVICE_CLASS_MONITOR","features":[73]},{"name":"USB_DEVICE_CLASS_PERSONAL_HEALTHCARE","features":[73]},{"name":"USB_DEVICE_CLASS_PHYSICAL_INTERFACE","features":[73]},{"name":"USB_DEVICE_CLASS_POWER","features":[73]},{"name":"USB_DEVICE_CLASS_PRINTER","features":[73]},{"name":"USB_DEVICE_CLASS_RESERVED","features":[73]},{"name":"USB_DEVICE_CLASS_SMART_CARD","features":[73]},{"name":"USB_DEVICE_CLASS_STORAGE","features":[73]},{"name":"USB_DEVICE_CLASS_VENDOR_SPECIFIC","features":[73]},{"name":"USB_DEVICE_CLASS_VIDEO","features":[73]},{"name":"USB_DEVICE_CLASS_WIRELESS_CONTROLLER","features":[73]},{"name":"USB_DEVICE_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_DEVICE_FIRMWARE_HASH_LENGTH","features":[73]},{"name":"USB_DEVICE_INFO","features":[73]},{"name":"USB_DEVICE_NODE_INFO","features":[73,1]},{"name":"USB_DEVICE_PERFORMANCE_INFO","features":[73]},{"name":"USB_DEVICE_QUALIFIER_DESCRIPTOR","features":[73]},{"name":"USB_DEVICE_QUALIFIER_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_DEVICE_SPEED","features":[73]},{"name":"USB_DEVICE_STATE","features":[73]},{"name":"USB_DEVICE_STATUS","features":[73]},{"name":"USB_DEVICE_TYPE","features":[73]},{"name":"USB_DIAG_IGNORE_HUBS_OFF","features":[73]},{"name":"USB_DIAG_IGNORE_HUBS_ON","features":[73]},{"name":"USB_DISALLOW_FIRMWARE_UPDATE","features":[73]},{"name":"USB_DRIVER_VERSION_PARAMETERS","features":[73,1]},{"name":"USB_ENABLE_PORT","features":[73]},{"name":"USB_ENDPOINT_ADDRESS_MASK","features":[73]},{"name":"USB_ENDPOINT_DESCRIPTOR","features":[73]},{"name":"USB_ENDPOINT_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_ENDPOINT_DIRECTION_MASK","features":[73]},{"name":"USB_ENDPOINT_STATUS","features":[73]},{"name":"USB_ENDPOINT_SUPERSPEED_BULK_MAX_PACKET_SIZE","features":[73]},{"name":"USB_ENDPOINT_SUPERSPEED_CONTROL_MAX_PACKET_SIZE","features":[73]},{"name":"USB_ENDPOINT_SUPERSPEED_INTERRUPT_MAX_PACKET_SIZE","features":[73]},{"name":"USB_ENDPOINT_SUPERSPEED_ISO_MAX_PACKET_SIZE","features":[73]},{"name":"USB_ENDPOINT_TYPE_BULK","features":[73]},{"name":"USB_ENDPOINT_TYPE_BULK_RESERVED_MASK","features":[73]},{"name":"USB_ENDPOINT_TYPE_CONTROL","features":[73]},{"name":"USB_ENDPOINT_TYPE_CONTROL_RESERVED_MASK","features":[73]},{"name":"USB_ENDPOINT_TYPE_INTERRUPT","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_RESERVED_MASK","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_ADAPTIVE","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_ASYNCHRONOUS","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_MASK","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_NO_SYNCHRONIZATION","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_SYNCHRONOUS","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_DATA_ENDOINT","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_FEEDBACK_ENDPOINT","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_IMPLICIT_FEEDBACK_DATA_ENDPOINT","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_MASK","features":[73]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_RESERVED","features":[73]},{"name":"USB_ENDPOINT_TYPE_MASK","features":[73]},{"name":"USB_FAIL_GET_STATUS","features":[73]},{"name":"USB_FEATURE_BATTERY_WAKE_MASK","features":[73]},{"name":"USB_FEATURE_CHARGING_POLICY","features":[73]},{"name":"USB_FEATURE_ENDPOINT_STALL","features":[73]},{"name":"USB_FEATURE_FUNCTION_SUSPEND","features":[73]},{"name":"USB_FEATURE_INTERFACE_POWER_D0","features":[73]},{"name":"USB_FEATURE_INTERFACE_POWER_D1","features":[73]},{"name":"USB_FEATURE_INTERFACE_POWER_D2","features":[73]},{"name":"USB_FEATURE_INTERFACE_POWER_D3","features":[73]},{"name":"USB_FEATURE_LDM_ENABLE","features":[73]},{"name":"USB_FEATURE_LTM_ENABLE","features":[73]},{"name":"USB_FEATURE_OS_IS_PD_AWARE","features":[73]},{"name":"USB_FEATURE_POLICY_MODE","features":[73]},{"name":"USB_FEATURE_REMOTE_WAKEUP","features":[73]},{"name":"USB_FEATURE_TEST_MODE","features":[73]},{"name":"USB_FEATURE_U1_ENABLE","features":[73]},{"name":"USB_FEATURE_U2_ENABLE","features":[73]},{"name":"USB_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC_INFORMATION","features":[73,1]},{"name":"USB_FUNCTION_SUSPEND_OPTIONS","features":[73]},{"name":"USB_GETSTATUS_LTM_ENABLE","features":[73]},{"name":"USB_GETSTATUS_REMOTE_WAKEUP_ENABLED","features":[73]},{"name":"USB_GETSTATUS_SELF_POWERED","features":[73]},{"name":"USB_GETSTATUS_U1_ENABLE","features":[73]},{"name":"USB_GETSTATUS_U2_ENABLE","features":[73]},{"name":"USB_GET_BUSGUID_INFO","features":[73]},{"name":"USB_GET_BUS_INFO","features":[73]},{"name":"USB_GET_CONTROLLER_NAME","features":[73]},{"name":"USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION","features":[73]},{"name":"USB_GET_DEVICE_CHARACTERISTICS","features":[73]},{"name":"USB_GET_DEVICE_HANDLE","features":[73]},{"name":"USB_GET_DEVICE_HANDLE_EX","features":[73]},{"name":"USB_GET_FIRMWARE_ALLOWED_OR_DISALLOWED_STATE","features":[73]},{"name":"USB_GET_FIRMWARE_HASH","features":[73]},{"name":"USB_GET_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC","features":[73]},{"name":"USB_GET_HUB_CAPABILITIES","features":[73]},{"name":"USB_GET_HUB_CAPABILITIES_EX","features":[73]},{"name":"USB_GET_HUB_CONFIG_INFO","features":[73]},{"name":"USB_GET_HUB_COUNT","features":[73]},{"name":"USB_GET_HUB_INFORMATION_EX","features":[73]},{"name":"USB_GET_HUB_NAME","features":[73]},{"name":"USB_GET_NODE_CONNECTION_ATTRIBUTES","features":[73]},{"name":"USB_GET_NODE_CONNECTION_DRIVERKEY_NAME","features":[73]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION","features":[73]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION_EX","features":[73]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION_EX_V2","features":[73]},{"name":"USB_GET_NODE_CONNECTION_NAME","features":[73]},{"name":"USB_GET_NODE_INFORMATION","features":[73]},{"name":"USB_GET_PARENT_HUB_INFO","features":[73]},{"name":"USB_GET_PORT_CONNECTOR_PROPERTIES","features":[73]},{"name":"USB_GET_PORT_STATUS","features":[73]},{"name":"USB_GET_ROOTHUB_PDO","features":[73]},{"name":"USB_GET_TOPOLOGY_ADDRESS","features":[73]},{"name":"USB_GET_TRANSPORT_CHARACTERISTICS","features":[73]},{"name":"USB_GET_TT_DEVICE_HANDLE","features":[73]},{"name":"USB_HCD_DRIVERKEY_NAME","features":[73]},{"name":"USB_HC_FEATURE_FLAG_PORT_POWER_SWITCHING","features":[73]},{"name":"USB_HC_FEATURE_FLAG_SEL_SUSPEND","features":[73]},{"name":"USB_HC_FEATURE_LEGACY_BIOS","features":[73]},{"name":"USB_HC_FEATURE_TIME_SYNC_API","features":[73]},{"name":"USB_HIGH_SPEED_MAXPACKET","features":[73]},{"name":"USB_HUB_30_PORT_REMOTE_WAKE_MASK","features":[73]},{"name":"USB_HUB_CAPABILITIES","features":[73]},{"name":"USB_HUB_CAPABILITIES_EX","features":[73]},{"name":"USB_HUB_CAP_FLAGS","features":[73]},{"name":"USB_HUB_CHANGE","features":[73]},{"name":"USB_HUB_CYCLE_PORT","features":[73]},{"name":"USB_HUB_DESCRIPTOR","features":[73]},{"name":"USB_HUB_DEVICE_INFO","features":[73,1]},{"name":"USB_HUB_DEVICE_UXD_SETTINGS","features":[73]},{"name":"USB_HUB_INFORMATION","features":[73,1]},{"name":"USB_HUB_INFORMATION_EX","features":[73]},{"name":"USB_HUB_NAME","features":[73]},{"name":"USB_HUB_NODE","features":[73]},{"name":"USB_HUB_PORT_INFORMATION","features":[73]},{"name":"USB_HUB_STATUS","features":[73]},{"name":"USB_HUB_STATUS_AND_CHANGE","features":[73]},{"name":"USB_HUB_TYPE","features":[73]},{"name":"USB_HcGeneric","features":[73]},{"name":"USB_IDLE_CALLBACK","features":[73]},{"name":"USB_IDLE_CALLBACK_INFO","features":[73]},{"name":"USB_IDLE_NOTIFICATION","features":[73]},{"name":"USB_IDLE_NOTIFICATION_EX","features":[73]},{"name":"USB_ID_STRING","features":[73]},{"name":"USB_INTERFACE_ASSOCIATION_DESCRIPTOR","features":[73]},{"name":"USB_INTERFACE_ASSOCIATION_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_INTERFACE_DESCRIPTOR","features":[73]},{"name":"USB_INTERFACE_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_INTERFACE_POWER_DESCRIPTOR","features":[73]},{"name":"USB_INTERFACE_POWER_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_INTERFACE_STATUS","features":[73]},{"name":"USB_MI_PARENT_INFORMATION","features":[73]},{"name":"USB_NODE_CONNECTION_ATTRIBUTES","features":[73]},{"name":"USB_NODE_CONNECTION_DRIVERKEY_NAME","features":[73]},{"name":"USB_NODE_CONNECTION_INFORMATION","features":[73,1]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX","features":[73,1]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX_V2","features":[73]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS","features":[73]},{"name":"USB_NODE_CONNECTION_NAME","features":[73]},{"name":"USB_NODE_INFORMATION","features":[73,1]},{"name":"USB_NOTIFICATION","features":[73]},{"name":"USB_NOTIFICATION_TYPE","features":[73]},{"name":"USB_NOTIFY_ON_TRANSPORT_CHARACTERISTICS_CHANGE","features":[73]},{"name":"USB_OPEN_RAW_DEVICE_PARAMETERS","features":[73]},{"name":"USB_OTG_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_OTHER_SPEED_CONFIGURATION_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_PACKETFLAG_ASYNC_IN","features":[73]},{"name":"USB_PACKETFLAG_ASYNC_OUT","features":[73]},{"name":"USB_PACKETFLAG_FULL_SPEED","features":[73]},{"name":"USB_PACKETFLAG_HIGH_SPEED","features":[73]},{"name":"USB_PACKETFLAG_ISO_IN","features":[73]},{"name":"USB_PACKETFLAG_ISO_OUT","features":[73]},{"name":"USB_PACKETFLAG_LOW_SPEED","features":[73]},{"name":"USB_PACKETFLAG_SETUP","features":[73]},{"name":"USB_PACKETFLAG_TOGGLE0","features":[73]},{"name":"USB_PACKETFLAG_TOGGLE1","features":[73]},{"name":"USB_PASS_THRU_PARAMETERS","features":[73]},{"name":"USB_PIPE_INFO","features":[73]},{"name":"USB_PORTATTR_MINI_CONNECTOR","features":[73]},{"name":"USB_PORTATTR_NO_CONNECTOR","features":[73]},{"name":"USB_PORTATTR_NO_OVERCURRENT_UI","features":[73]},{"name":"USB_PORTATTR_OEM_CONNECTOR","features":[73]},{"name":"USB_PORTATTR_OWNED_BY_CC","features":[73]},{"name":"USB_PORTATTR_SHARED_USB2","features":[73]},{"name":"USB_PORT_CHANGE","features":[73]},{"name":"USB_PORT_CONNECTOR_PROPERTIES","features":[73]},{"name":"USB_PORT_EXT_STATUS","features":[73]},{"name":"USB_PORT_EXT_STATUS_AND_CHANGE","features":[73]},{"name":"USB_PORT_PROPERTIES","features":[73]},{"name":"USB_PORT_STATUS","features":[73]},{"name":"USB_PORT_STATUS_AND_CHANGE","features":[73]},{"name":"USB_PORT_STATUS_CONNECT","features":[73]},{"name":"USB_PORT_STATUS_ENABLE","features":[73]},{"name":"USB_PORT_STATUS_HIGH_SPEED","features":[73]},{"name":"USB_PORT_STATUS_LOW_SPEED","features":[73]},{"name":"USB_PORT_STATUS_OVER_CURRENT","features":[73]},{"name":"USB_PORT_STATUS_POWER","features":[73]},{"name":"USB_PORT_STATUS_RESET","features":[73]},{"name":"USB_PORT_STATUS_SUSPEND","features":[73]},{"name":"USB_POWER_INFO","features":[73,1]},{"name":"USB_PROTOCOLS","features":[73]},{"name":"USB_RECORD_FAILURE","features":[73]},{"name":"USB_REGISTER_COMPOSITE_DEVICE","features":[73]},{"name":"USB_REGISTER_FOR_TRANSPORT_BANDWIDTH_CHANGE","features":[73]},{"name":"USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[73]},{"name":"USB_REGISTER_FOR_TRANSPORT_LATENCY_CHANGE","features":[73]},{"name":"USB_REQUEST_CLEAR_FEATURE","features":[73]},{"name":"USB_REQUEST_CLEAR_TT_BUFFER","features":[73]},{"name":"USB_REQUEST_GET_CONFIGURATION","features":[73]},{"name":"USB_REQUEST_GET_DESCRIPTOR","features":[73]},{"name":"USB_REQUEST_GET_FIRMWARE_STATUS","features":[73]},{"name":"USB_REQUEST_GET_INTERFACE","features":[73]},{"name":"USB_REQUEST_GET_PORT_ERR_COUNT","features":[73]},{"name":"USB_REQUEST_GET_STATE","features":[73]},{"name":"USB_REQUEST_GET_STATUS","features":[73]},{"name":"USB_REQUEST_GET_TT_STATE","features":[73]},{"name":"USB_REQUEST_ISOCH_DELAY","features":[73]},{"name":"USB_REQUEST_REMOTE_WAKE_NOTIFICATION","features":[73]},{"name":"USB_REQUEST_RESET_TT","features":[73]},{"name":"USB_REQUEST_SET_ADDRESS","features":[73]},{"name":"USB_REQUEST_SET_CONFIGURATION","features":[73]},{"name":"USB_REQUEST_SET_DESCRIPTOR","features":[73]},{"name":"USB_REQUEST_SET_FEATURE","features":[73]},{"name":"USB_REQUEST_SET_FIRMWARE_STATUS","features":[73]},{"name":"USB_REQUEST_SET_HUB_DEPTH","features":[73]},{"name":"USB_REQUEST_SET_INTERFACE","features":[73]},{"name":"USB_REQUEST_SET_SEL","features":[73]},{"name":"USB_REQUEST_STOP_TT","features":[73]},{"name":"USB_REQUEST_SYNC_FRAME","features":[73]},{"name":"USB_REQ_GLOBAL_RESUME","features":[73]},{"name":"USB_REQ_GLOBAL_SUSPEND","features":[73]},{"name":"USB_RESERVED_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_RESERVED_USER_BASE","features":[73]},{"name":"USB_RESET_HUB","features":[73]},{"name":"USB_RESET_PORT","features":[73]},{"name":"USB_ROOT_HUB_NAME","features":[73]},{"name":"USB_SEND_RAW_COMMAND_PARAMETERS","features":[73]},{"name":"USB_START_TRACKING_FOR_TIME_SYNC","features":[73]},{"name":"USB_START_TRACKING_FOR_TIME_SYNC_INFORMATION","features":[73,1]},{"name":"USB_STATUS_EXT_PORT_STATUS","features":[73]},{"name":"USB_STATUS_PD_STATUS","features":[73]},{"name":"USB_STATUS_PORT_STATUS","features":[73]},{"name":"USB_STOP_TRACKING_FOR_TIME_SYNC","features":[73]},{"name":"USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION","features":[73,1]},{"name":"USB_STRING_DESCRIPTOR","features":[73]},{"name":"USB_STRING_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_SUBMIT_URB","features":[73]},{"name":"USB_SUPERSPEEDPLUS_ISOCHRONOUS_MAX_BYTESPERINTERVAL","features":[73]},{"name":"USB_SUPERSPEEDPLUS_ISOCHRONOUS_MIN_BYTESPERINTERVAL","features":[73]},{"name":"USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR","features":[73]},{"name":"USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR","features":[73]},{"name":"USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_TYPE","features":[73]},{"name":"USB_SUPERSPEED_ISOCHRONOUS_MAX_MULTIPLIER","features":[73]},{"name":"USB_SUPPORT_D0_COMMAND","features":[73]},{"name":"USB_SUPPORT_D1_COMMAND","features":[73]},{"name":"USB_SUPPORT_D1_WAKEUP","features":[73]},{"name":"USB_SUPPORT_D2_COMMAND","features":[73]},{"name":"USB_SUPPORT_D2_WAKEUP","features":[73]},{"name":"USB_SUPPORT_D3_COMMAND","features":[73]},{"name":"USB_TEST_MODE_TEST_FORCE_ENABLE","features":[73]},{"name":"USB_TEST_MODE_TEST_J","features":[73]},{"name":"USB_TEST_MODE_TEST_K","features":[73]},{"name":"USB_TEST_MODE_TEST_PACKET","features":[73]},{"name":"USB_TEST_MODE_TEST_SE0_NAK","features":[73]},{"name":"USB_TOPOLOGY_ADDRESS","features":[73]},{"name":"USB_TRANSPORT_CHARACTERISTICS","features":[73]},{"name":"USB_TRANSPORT_CHARACTERISTICS_BANDWIDTH_AVAILABLE","features":[73]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_NOTIFICATION","features":[73]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_REGISTRATION","features":[73]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_UNREGISTRATION","features":[73]},{"name":"USB_TRANSPORT_CHARACTERISTICS_LATENCY_AVAILABLE","features":[73]},{"name":"USB_TRANSPORT_CHARACTERISTICS_VERSION_1","features":[73]},{"name":"USB_UNICODE_NAME","features":[73]},{"name":"USB_UNREGISTER_COMPOSITE_DEVICE","features":[73]},{"name":"USB_UNREGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[73]},{"name":"USB_USB2HW_VERSION_PARAMETERS","features":[73]},{"name":"USB_USER_ERROR_CODE","features":[73]},{"name":"USB_WMI_DEVICE_NODE_TYPE","features":[73]},{"name":"Usb11Device","features":[73]},{"name":"Usb20Device","features":[73]},{"name":"Usb20Hub","features":[73]},{"name":"Usb30Hub","features":[73]},{"name":"UsbController","features":[73]},{"name":"UsbDevice","features":[73]},{"name":"UsbFullSpeed","features":[73]},{"name":"UsbHighSpeed","features":[73]},{"name":"UsbHub","features":[73]},{"name":"UsbLowSpeed","features":[73]},{"name":"UsbMIParent","features":[73]},{"name":"UsbRootHub","features":[73]},{"name":"UsbSuperSpeed","features":[73]},{"name":"UsbUserBufferTooSmall","features":[73]},{"name":"UsbUserDeviceNotStarted","features":[73]},{"name":"UsbUserErrorNotMapped","features":[73]},{"name":"UsbUserFeatureDisabled","features":[73]},{"name":"UsbUserInvalidHeaderParameter","features":[73]},{"name":"UsbUserInvalidParameter","features":[73]},{"name":"UsbUserInvalidRequestCode","features":[73]},{"name":"UsbUserMiniportError","features":[73]},{"name":"UsbUserNoDeviceConnected","features":[73]},{"name":"UsbUserNotSupported","features":[73]},{"name":"UsbUserSuccess","features":[73]},{"name":"UsbdEndpointOffloadHardwareAssisted","features":[73]},{"name":"UsbdEndpointOffloadModeNotSupported","features":[73]},{"name":"UsbdEndpointOffloadSoftwareAssisted","features":[73]},{"name":"UsbdPipeTypeBulk","features":[73]},{"name":"UsbdPipeTypeControl","features":[73]},{"name":"UsbdPipeTypeInterrupt","features":[73]},{"name":"UsbdPipeTypeIsochronous","features":[73]},{"name":"UsbfnBusSpeedFull","features":[73]},{"name":"UsbfnBusSpeedHigh","features":[73]},{"name":"UsbfnBusSpeedLow","features":[73]},{"name":"UsbfnBusSpeedMaximum","features":[73]},{"name":"UsbfnBusSpeedSuper","features":[73]},{"name":"UsbfnChargingDownstreamPort","features":[73]},{"name":"UsbfnDedicatedChargingPort","features":[73]},{"name":"UsbfnDeviceStateAddressed","features":[73]},{"name":"UsbfnDeviceStateAttached","features":[73]},{"name":"UsbfnDeviceStateConfigured","features":[73]},{"name":"UsbfnDeviceStateDefault","features":[73]},{"name":"UsbfnDeviceStateDetached","features":[73]},{"name":"UsbfnDeviceStateMinimum","features":[73]},{"name":"UsbfnDeviceStateStateMaximum","features":[73]},{"name":"UsbfnDeviceStateSuspended","features":[73]},{"name":"UsbfnDirectionIn","features":[73]},{"name":"UsbfnDirectionMaximum","features":[73]},{"name":"UsbfnDirectionMinimum","features":[73]},{"name":"UsbfnDirectionOut","features":[73]},{"name":"UsbfnDirectionRx","features":[73]},{"name":"UsbfnDirectionTx","features":[73]},{"name":"UsbfnEventAttach","features":[73]},{"name":"UsbfnEventBusTearDown","features":[73]},{"name":"UsbfnEventConfigured","features":[73]},{"name":"UsbfnEventDetach","features":[73]},{"name":"UsbfnEventMaximum","features":[73]},{"name":"UsbfnEventMinimum","features":[73]},{"name":"UsbfnEventPortType","features":[73]},{"name":"UsbfnEventReset","features":[73]},{"name":"UsbfnEventResume","features":[73]},{"name":"UsbfnEventSetInterface","features":[73]},{"name":"UsbfnEventSetupPacket","features":[73]},{"name":"UsbfnEventSuspend","features":[73]},{"name":"UsbfnEventUnConfigured","features":[73]},{"name":"UsbfnInvalidDedicatedChargingPort","features":[73]},{"name":"UsbfnPortTypeMaximum","features":[73]},{"name":"UsbfnProprietaryDedicatedChargingPort","features":[73]},{"name":"UsbfnStandardDownstreamPort","features":[73]},{"name":"UsbfnUnknownPort","features":[73]},{"name":"WDMUSB_POWER_STATE","features":[73]},{"name":"WINUSB_INTERFACE_HANDLE","features":[73]},{"name":"WINUSB_PIPE_INFORMATION","features":[73]},{"name":"WINUSB_PIPE_INFORMATION_EX","features":[73]},{"name":"WINUSB_PIPE_POLICY","features":[73]},{"name":"WINUSB_POWER_POLICY","features":[73]},{"name":"WINUSB_SETUP_PACKET","features":[73]},{"name":"WMI_USB_DEVICE_NODE_INFORMATION","features":[73]},{"name":"WMI_USB_DRIVER_INFORMATION","features":[73]},{"name":"WMI_USB_DRIVER_NOTIFICATION","features":[73]},{"name":"WMI_USB_HUB_NODE_INFORMATION","features":[73]},{"name":"WMI_USB_PERFORMANCE_INFORMATION","features":[73]},{"name":"WMI_USB_POWER_DEVICE_ENABLE","features":[73]},{"name":"WRITE_DATA_PIPE","features":[73]},{"name":"WdmUsbPowerDeviceD0","features":[73]},{"name":"WdmUsbPowerDeviceD1","features":[73]},{"name":"WdmUsbPowerDeviceD2","features":[73]},{"name":"WdmUsbPowerDeviceD3","features":[73]},{"name":"WdmUsbPowerDeviceUnspecified","features":[73]},{"name":"WdmUsbPowerNotMapped","features":[73]},{"name":"WdmUsbPowerSystemHibernate","features":[73]},{"name":"WdmUsbPowerSystemShutdown","features":[73]},{"name":"WdmUsbPowerSystemSleeping1","features":[73]},{"name":"WdmUsbPowerSystemSleeping2","features":[73]},{"name":"WdmUsbPowerSystemSleeping3","features":[73]},{"name":"WdmUsbPowerSystemUnspecified","features":[73]},{"name":"WdmUsbPowerSystemWorking","features":[73]},{"name":"WinUSB_TestGuid","features":[73]},{"name":"WinUsb_AbortPipe","features":[73,1]},{"name":"WinUsb_ControlTransfer","features":[73,1,7]},{"name":"WinUsb_FlushPipe","features":[73,1]},{"name":"WinUsb_Free","features":[73,1]},{"name":"WinUsb_GetAdjustedFrameNumber","features":[73,1]},{"name":"WinUsb_GetAssociatedInterface","features":[73,1]},{"name":"WinUsb_GetCurrentAlternateSetting","features":[73,1]},{"name":"WinUsb_GetCurrentFrameNumber","features":[73,1]},{"name":"WinUsb_GetCurrentFrameNumberAndQpc","features":[73,1]},{"name":"WinUsb_GetDescriptor","features":[73,1]},{"name":"WinUsb_GetOverlappedResult","features":[73,1,7]},{"name":"WinUsb_GetPipePolicy","features":[73,1]},{"name":"WinUsb_GetPowerPolicy","features":[73,1]},{"name":"WinUsb_Initialize","features":[73,1]},{"name":"WinUsb_ParseConfigurationDescriptor","features":[73]},{"name":"WinUsb_ParseDescriptors","features":[73]},{"name":"WinUsb_QueryDeviceInformation","features":[73,1]},{"name":"WinUsb_QueryInterfaceSettings","features":[73,1]},{"name":"WinUsb_QueryPipe","features":[73,1]},{"name":"WinUsb_QueryPipeEx","features":[73,1]},{"name":"WinUsb_ReadIsochPipe","features":[73,1,7]},{"name":"WinUsb_ReadIsochPipeAsap","features":[73,1,7]},{"name":"WinUsb_ReadPipe","features":[73,1,7]},{"name":"WinUsb_RegisterIsochBuffer","features":[73,1]},{"name":"WinUsb_ResetPipe","features":[73,1]},{"name":"WinUsb_SetCurrentAlternateSetting","features":[73,1]},{"name":"WinUsb_SetPipePolicy","features":[73,1]},{"name":"WinUsb_SetPowerPolicy","features":[73,1]},{"name":"WinUsb_StartTrackingForTimeSync","features":[73,1]},{"name":"WinUsb_StopTrackingForTimeSync","features":[73,1]},{"name":"WinUsb_UnregisterIsochBuffer","features":[73,1]},{"name":"WinUsb_WriteIsochPipe","features":[73,1,7]},{"name":"WinUsb_WriteIsochPipeAsap","features":[73,1,7]},{"name":"WinUsb_WritePipe","features":[73,1,7]},{"name":"_URB_BULK_OR_INTERRUPT_TRANSFER","features":[73]},{"name":"_URB_CONTROL_DESCRIPTOR_REQUEST","features":[73]},{"name":"_URB_CONTROL_FEATURE_REQUEST","features":[73]},{"name":"_URB_CONTROL_GET_CONFIGURATION_REQUEST","features":[73]},{"name":"_URB_CONTROL_GET_INTERFACE_REQUEST","features":[73]},{"name":"_URB_CONTROL_GET_STATUS_REQUEST","features":[73]},{"name":"_URB_CONTROL_TRANSFER","features":[73]},{"name":"_URB_CONTROL_TRANSFER_EX","features":[73]},{"name":"_URB_CONTROL_VENDOR_OR_CLASS_REQUEST","features":[73]},{"name":"_URB_FRAME_LENGTH_CONTROL","features":[73]},{"name":"_URB_GET_CURRENT_FRAME_NUMBER","features":[73]},{"name":"_URB_GET_FRAME_LENGTH","features":[73]},{"name":"_URB_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS","features":[73]},{"name":"_URB_HCD_AREA","features":[73]},{"name":"_URB_HEADER","features":[73]},{"name":"_URB_ISOCH_TRANSFER","features":[73]},{"name":"_URB_OPEN_STATIC_STREAMS","features":[73]},{"name":"_URB_OS_FEATURE_DESCRIPTOR_REQUEST","features":[73]},{"name":"_URB_PIPE_REQUEST","features":[73]},{"name":"_URB_SELECT_CONFIGURATION","features":[73]},{"name":"_URB_SELECT_INTERFACE","features":[73]},{"name":"_URB_SET_FRAME_LENGTH","features":[73]}],"397":[{"name":"DeviceDiscoveryMechanism","features":[74]},{"name":"DirectedDiscovery","features":[74]},{"name":"IWSDAddress","features":[74]},{"name":"IWSDAsyncCallback","features":[74]},{"name":"IWSDAsyncResult","features":[74]},{"name":"IWSDAttachment","features":[74]},{"name":"IWSDDeviceHost","features":[74]},{"name":"IWSDDeviceHostNotify","features":[74]},{"name":"IWSDDeviceProxy","features":[74]},{"name":"IWSDEndpointProxy","features":[74]},{"name":"IWSDEventingStatus","features":[74]},{"name":"IWSDHttpAddress","features":[74]},{"name":"IWSDHttpAuthParameters","features":[74]},{"name":"IWSDHttpMessageParameters","features":[74]},{"name":"IWSDInboundAttachment","features":[74]},{"name":"IWSDMessageParameters","features":[74]},{"name":"IWSDMetadataExchange","features":[74]},{"name":"IWSDOutboundAttachment","features":[74]},{"name":"IWSDSSLClientCertificate","features":[74]},{"name":"IWSDScopeMatchingRule","features":[74]},{"name":"IWSDServiceMessaging","features":[74]},{"name":"IWSDServiceProxy","features":[74]},{"name":"IWSDServiceProxyEventing","features":[74]},{"name":"IWSDSignatureProperty","features":[74]},{"name":"IWSDTransportAddress","features":[74]},{"name":"IWSDUdpAddress","features":[74]},{"name":"IWSDUdpMessageParameters","features":[74]},{"name":"IWSDXMLContext","features":[74]},{"name":"IWSDiscoveredService","features":[74]},{"name":"IWSDiscoveryProvider","features":[74]},{"name":"IWSDiscoveryProviderNotify","features":[74]},{"name":"IWSDiscoveryPublisher","features":[74]},{"name":"IWSDiscoveryPublisherNotify","features":[74]},{"name":"MulticastDiscovery","features":[74]},{"name":"ONE_WAY","features":[74]},{"name":"OpAnyElement","features":[74]},{"name":"OpAnyElements","features":[74]},{"name":"OpAnyNumber","features":[74]},{"name":"OpAnyText","features":[74]},{"name":"OpAnything","features":[74]},{"name":"OpAttribute_","features":[74]},{"name":"OpBeginAll","features":[74]},{"name":"OpBeginAnyElement","features":[74]},{"name":"OpBeginChoice","features":[74]},{"name":"OpBeginElement_","features":[74]},{"name":"OpBeginSequence","features":[74]},{"name":"OpElement_","features":[74]},{"name":"OpEndAll","features":[74]},{"name":"OpEndChoice","features":[74]},{"name":"OpEndElement","features":[74]},{"name":"OpEndOfTable","features":[74]},{"name":"OpEndSequence","features":[74]},{"name":"OpFormatBool_","features":[74]},{"name":"OpFormatDateTime_","features":[74]},{"name":"OpFormatDom_","features":[74]},{"name":"OpFormatDouble_","features":[74]},{"name":"OpFormatDuration_","features":[74]},{"name":"OpFormatDynamicType_","features":[74]},{"name":"OpFormatFloat_","features":[74]},{"name":"OpFormatInt16_","features":[74]},{"name":"OpFormatInt32_","features":[74]},{"name":"OpFormatInt64_","features":[74]},{"name":"OpFormatInt8_","features":[74]},{"name":"OpFormatListInsertTail_","features":[74]},{"name":"OpFormatLookupType_","features":[74]},{"name":"OpFormatMax","features":[74]},{"name":"OpFormatName_","features":[74]},{"name":"OpFormatStruct_","features":[74]},{"name":"OpFormatType_","features":[74]},{"name":"OpFormatUInt16_","features":[74]},{"name":"OpFormatUInt32_","features":[74]},{"name":"OpFormatUInt64_","features":[74]},{"name":"OpFormatUInt8_","features":[74]},{"name":"OpFormatUnicodeString_","features":[74]},{"name":"OpFormatUri_","features":[74]},{"name":"OpFormatUuidUri_","features":[74]},{"name":"OpFormatXMLDeclaration_","features":[74]},{"name":"OpNone","features":[74]},{"name":"OpOneOrMore","features":[74]},{"name":"OpOptional","features":[74]},{"name":"OpProcess_","features":[74]},{"name":"OpQualifiedAttribute_","features":[74]},{"name":"PWSD_SOAP_MESSAGE_HANDLER","features":[74]},{"name":"REQUESTBODY_GetStatus","features":[74]},{"name":"REQUESTBODY_Renew","features":[74,1]},{"name":"REQUESTBODY_Subscribe","features":[74,1]},{"name":"REQUESTBODY_Unsubscribe","features":[74]},{"name":"RESPONSEBODY_GetMetadata","features":[74]},{"name":"RESPONSEBODY_GetStatus","features":[74,1]},{"name":"RESPONSEBODY_Renew","features":[74,1]},{"name":"RESPONSEBODY_Subscribe","features":[74,1]},{"name":"RESPONSEBODY_SubscriptionEnd","features":[74]},{"name":"SecureDirectedDiscovery","features":[74]},{"name":"TWO_WAY","features":[74]},{"name":"WSDAPI_ADDRESSFAMILY_IPV4","features":[74]},{"name":"WSDAPI_ADDRESSFAMILY_IPV6","features":[74]},{"name":"WSDAPI_COMPACTSIG_ACCEPT_ALL_MESSAGES","features":[74]},{"name":"WSDAPI_OPTION_MAX_INBOUND_MESSAGE_SIZE","features":[74]},{"name":"WSDAPI_OPTION_TRACE_XML_TO_DEBUGGER","features":[74]},{"name":"WSDAPI_OPTION_TRACE_XML_TO_FILE","features":[74]},{"name":"WSDAPI_SSL_CERT_APPLY_DEFAULT_CHECKS","features":[74]},{"name":"WSDAPI_SSL_CERT_IGNORE_EXPIRY","features":[74]},{"name":"WSDAPI_SSL_CERT_IGNORE_INVALID_CN","features":[74]},{"name":"WSDAPI_SSL_CERT_IGNORE_REVOCATION","features":[74]},{"name":"WSDAPI_SSL_CERT_IGNORE_UNKNOWN_CA","features":[74]},{"name":"WSDAPI_SSL_CERT_IGNORE_WRONG_USAGE","features":[74]},{"name":"WSDAllocateLinkedMemory","features":[74]},{"name":"WSDAttachLinkedMemory","features":[74]},{"name":"WSDCreateDeviceHost","features":[74]},{"name":"WSDCreateDeviceHost2","features":[74]},{"name":"WSDCreateDeviceHostAdvanced","features":[74]},{"name":"WSDCreateDeviceProxy","features":[74]},{"name":"WSDCreateDeviceProxy2","features":[74]},{"name":"WSDCreateDeviceProxyAdvanced","features":[74]},{"name":"WSDCreateDiscoveryProvider","features":[74]},{"name":"WSDCreateDiscoveryProvider2","features":[74]},{"name":"WSDCreateDiscoveryPublisher","features":[74]},{"name":"WSDCreateDiscoveryPublisher2","features":[74]},{"name":"WSDCreateHttpAddress","features":[74]},{"name":"WSDCreateHttpMessageParameters","features":[74]},{"name":"WSDCreateOutboundAttachment","features":[74]},{"name":"WSDCreateUdpAddress","features":[74]},{"name":"WSDCreateUdpMessageParameters","features":[74]},{"name":"WSDDetachLinkedMemory","features":[74]},{"name":"WSDET_INCOMING_FAULT","features":[74]},{"name":"WSDET_INCOMING_MESSAGE","features":[74]},{"name":"WSDET_NONE","features":[74]},{"name":"WSDET_RESPONSE_TIMEOUT","features":[74]},{"name":"WSDET_TRANSMISSION_FAILURE","features":[74]},{"name":"WSDEventType","features":[74]},{"name":"WSDFreeLinkedMemory","features":[74]},{"name":"WSDGenerateFault","features":[74]},{"name":"WSDGenerateFaultEx","features":[74]},{"name":"WSDGetConfigurationOption","features":[74]},{"name":"WSDSetConfigurationOption","features":[74]},{"name":"WSDUdpMessageType","features":[74]},{"name":"WSDUdpRetransmitParams","features":[74]},{"name":"WSDUriDecode","features":[74]},{"name":"WSDUriEncode","features":[74]},{"name":"WSDXMLAddChild","features":[74]},{"name":"WSDXMLAddSibling","features":[74]},{"name":"WSDXMLBuildAnyForSingleElement","features":[74]},{"name":"WSDXMLCleanupElement","features":[74]},{"name":"WSDXMLCreateContext","features":[74]},{"name":"WSDXMLGetNameFromBuiltinNamespace","features":[74]},{"name":"WSDXMLGetValueFromAny","features":[74]},{"name":"WSDXML_ATTRIBUTE","features":[74]},{"name":"WSDXML_ELEMENT","features":[74]},{"name":"WSDXML_ELEMENT_LIST","features":[74]},{"name":"WSDXML_NAME","features":[74]},{"name":"WSDXML_NAMESPACE","features":[74]},{"name":"WSDXML_NODE","features":[74]},{"name":"WSDXML_OP","features":[74]},{"name":"WSDXML_PREFIX_MAPPING","features":[74]},{"name":"WSDXML_TEXT","features":[74]},{"name":"WSDXML_TYPE","features":[74]},{"name":"WSD_APP_SEQUENCE","features":[74]},{"name":"WSD_BYE","features":[74]},{"name":"WSD_CONFIG_ADDRESSES","features":[74]},{"name":"WSD_CONFIG_DEVICE_ADDRESSES","features":[74]},{"name":"WSD_CONFIG_HOSTING_ADDRESSES","features":[74]},{"name":"WSD_CONFIG_MAX_INBOUND_MESSAGE_SIZE","features":[74]},{"name":"WSD_CONFIG_MAX_OUTBOUND_MESSAGE_SIZE","features":[74]},{"name":"WSD_CONFIG_PARAM","features":[74]},{"name":"WSD_CONFIG_PARAM_TYPE","features":[74]},{"name":"WSD_DATETIME","features":[74,1]},{"name":"WSD_DEFAULT_EVENTING_ADDRESS","features":[74]},{"name":"WSD_DEFAULT_HOSTING_ADDRESS","features":[74]},{"name":"WSD_DEFAULT_SECURE_HOSTING_ADDRESS","features":[74]},{"name":"WSD_DURATION","features":[74,1]},{"name":"WSD_ENDPOINT_REFERENCE","features":[74]},{"name":"WSD_ENDPOINT_REFERENCE_LIST","features":[74]},{"name":"WSD_EVENT","features":[74]},{"name":"WSD_EVENTING_DELIVERY_MODE","features":[74]},{"name":"WSD_EVENTING_DELIVERY_MODE_PUSH","features":[74]},{"name":"WSD_EVENTING_EXPIRES","features":[74,1]},{"name":"WSD_EVENTING_FILTER","features":[74]},{"name":"WSD_EVENTING_FILTER_ACTION","features":[74]},{"name":"WSD_HANDLER_CONTEXT","features":[74]},{"name":"WSD_HEADER_RELATESTO","features":[74]},{"name":"WSD_HELLO","features":[74]},{"name":"WSD_HOST_METADATA","features":[74]},{"name":"WSD_LOCALIZED_STRING","features":[74]},{"name":"WSD_LOCALIZED_STRING_LIST","features":[74]},{"name":"WSD_METADATA_SECTION","features":[74]},{"name":"WSD_METADATA_SECTION_LIST","features":[74]},{"name":"WSD_NAME_LIST","features":[74]},{"name":"WSD_OPERATION","features":[74]},{"name":"WSD_PORT_TYPE","features":[74]},{"name":"WSD_PROBE","features":[74]},{"name":"WSD_PROBE_MATCH","features":[74]},{"name":"WSD_PROBE_MATCHES","features":[74]},{"name":"WSD_PROBE_MATCH_LIST","features":[74]},{"name":"WSD_PROTOCOL_TYPE","features":[74]},{"name":"WSD_PT_ALL","features":[74]},{"name":"WSD_PT_HTTP","features":[74]},{"name":"WSD_PT_HTTPS","features":[74]},{"name":"WSD_PT_NONE","features":[74]},{"name":"WSD_PT_UDP","features":[74]},{"name":"WSD_REFERENCE_PARAMETERS","features":[74]},{"name":"WSD_REFERENCE_PROPERTIES","features":[74]},{"name":"WSD_RELATIONSHIP_METADATA","features":[74]},{"name":"WSD_RESOLVE","features":[74]},{"name":"WSD_RESOLVE_MATCH","features":[74]},{"name":"WSD_RESOLVE_MATCHES","features":[74]},{"name":"WSD_SCOPES","features":[74]},{"name":"WSD_SECURITY_CERT_VALIDATION","features":[74,1,75]},{"name":"WSD_SECURITY_CERT_VALIDATION_V1","features":[74,1,75]},{"name":"WSD_SECURITY_COMPACTSIG_SIGNING_CERT","features":[74]},{"name":"WSD_SECURITY_COMPACTSIG_VALIDATION","features":[74]},{"name":"WSD_SECURITY_HTTP_AUTH_SCHEME_NEGOTIATE","features":[74]},{"name":"WSD_SECURITY_HTTP_AUTH_SCHEME_NTLM","features":[74]},{"name":"WSD_SECURITY_REQUIRE_CLIENT_CERT_OR_HTTP_CLIENT_AUTH","features":[74]},{"name":"WSD_SECURITY_REQUIRE_HTTP_CLIENT_AUTH","features":[74]},{"name":"WSD_SECURITY_SIGNATURE_VALIDATION","features":[74,1,75]},{"name":"WSD_SECURITY_SSL_CERT_FOR_CLIENT_AUTH","features":[74]},{"name":"WSD_SECURITY_SSL_CLIENT_CERT_VALIDATION","features":[74]},{"name":"WSD_SECURITY_SSL_NEGOTIATE_CLIENT_CERT","features":[74]},{"name":"WSD_SECURITY_SSL_SERVER_CERT_VALIDATION","features":[74]},{"name":"WSD_SECURITY_USE_HTTP_CLIENT_AUTH","features":[74]},{"name":"WSD_SERVICE_METADATA","features":[74]},{"name":"WSD_SERVICE_METADATA_LIST","features":[74]},{"name":"WSD_SOAP_FAULT","features":[74]},{"name":"WSD_SOAP_FAULT_CODE","features":[74]},{"name":"WSD_SOAP_FAULT_REASON","features":[74]},{"name":"WSD_SOAP_FAULT_SUBCODE","features":[74]},{"name":"WSD_SOAP_HEADER","features":[74]},{"name":"WSD_SOAP_MESSAGE","features":[74]},{"name":"WSD_STUB_FUNCTION","features":[74]},{"name":"WSD_SYNCHRONOUS_RESPONSE_CONTEXT","features":[74,1]},{"name":"WSD_THIS_DEVICE_METADATA","features":[74]},{"name":"WSD_THIS_MODEL_METADATA","features":[74]},{"name":"WSD_UNKNOWN_LOOKUP","features":[74]},{"name":"WSD_URI_LIST","features":[74]}],"398":[{"name":"APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID","features":[1]},{"name":"APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED","features":[1]},{"name":"APPMODEL_ERROR_NO_APPLICATION","features":[1]},{"name":"APPMODEL_ERROR_NO_MUTABLE_DIRECTORY","features":[1]},{"name":"APPMODEL_ERROR_NO_PACKAGE","features":[1]},{"name":"APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT","features":[1]},{"name":"APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE","features":[1]},{"name":"APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT","features":[1]},{"name":"APPX_E_BLOCK_HASH_INVALID","features":[1]},{"name":"APPX_E_CORRUPT_CONTENT","features":[1]},{"name":"APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED","features":[1]},{"name":"APPX_E_DELTA_BASELINE_VERSION_MISMATCH","features":[1]},{"name":"APPX_E_DELTA_PACKAGE_MISSING_FILE","features":[1]},{"name":"APPX_E_DIGEST_MISMATCH","features":[1]},{"name":"APPX_E_FILE_COMPRESSION_MISMATCH","features":[1]},{"name":"APPX_E_INTERLEAVING_NOT_ALLOWED","features":[1]},{"name":"APPX_E_INVALID_APPINSTALLER","features":[1]},{"name":"APPX_E_INVALID_BLOCKMAP","features":[1]},{"name":"APPX_E_INVALID_CONTENTGROUPMAP","features":[1]},{"name":"APPX_E_INVALID_DELTA_PACKAGE","features":[1]},{"name":"APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST","features":[1]},{"name":"APPX_E_INVALID_KEY_INFO","features":[1]},{"name":"APPX_E_INVALID_MANIFEST","features":[1]},{"name":"APPX_E_INVALID_PACKAGESIGNCONFIG","features":[1]},{"name":"APPX_E_INVALID_PACKAGE_FOLDER_ACLS","features":[1]},{"name":"APPX_E_INVALID_PACKAGING_LAYOUT","features":[1]},{"name":"APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION","features":[1]},{"name":"APPX_E_INVALID_PUBLISHER_BRIDGING","features":[1]},{"name":"APPX_E_INVALID_SIP_CLIENT_DATA","features":[1]},{"name":"APPX_E_MISSING_REQUIRED_FILE","features":[1]},{"name":"APPX_E_PACKAGING_INTERNAL","features":[1]},{"name":"APPX_E_RELATIONSHIPS_NOT_ALLOWED","features":[1]},{"name":"APPX_E_REQUESTED_RANGE_TOO_LARGE","features":[1]},{"name":"APPX_E_RESOURCESPRI_NOT_ALLOWED","features":[1]},{"name":"APP_LOCAL_DEVICE_ID","features":[1]},{"name":"APP_LOCAL_DEVICE_ID_SIZE","features":[1]},{"name":"BOOL","features":[1]},{"name":"BOOLEAN","features":[1]},{"name":"BSTR","features":[1]},{"name":"BT_E_SPURIOUS_ACTIVATION","features":[1]},{"name":"CACHE_E_FIRST","features":[1]},{"name":"CACHE_E_LAST","features":[1]},{"name":"CACHE_E_NOCACHE_UPDATED","features":[1]},{"name":"CACHE_S_FIRST","features":[1]},{"name":"CACHE_S_FORMATETC_NOTSUPPORTED","features":[1]},{"name":"CACHE_S_LAST","features":[1]},{"name":"CACHE_S_SAMECACHE","features":[1]},{"name":"CACHE_S_SOMECACHES_NOTUPDATED","features":[1]},{"name":"CAT_E_CATIDNOEXIST","features":[1]},{"name":"CAT_E_FIRST","features":[1]},{"name":"CAT_E_LAST","features":[1]},{"name":"CAT_E_NODESCRIPTION","features":[1]},{"name":"CERTSRV_E_ADMIN_DENIED_REQUEST","features":[1]},{"name":"CERTSRV_E_ALIGNMENT_FAULT","features":[1]},{"name":"CERTSRV_E_ARCHIVED_KEY_REQUIRED","features":[1]},{"name":"CERTSRV_E_ARCHIVED_KEY_UNEXPECTED","features":[1]},{"name":"CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE","features":[1]},{"name":"CERTSRV_E_BAD_RENEWAL_SUBJECT","features":[1]},{"name":"CERTSRV_E_BAD_REQUESTSTATUS","features":[1]},{"name":"CERTSRV_E_BAD_REQUESTSUBJECT","features":[1]},{"name":"CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL","features":[1]},{"name":"CERTSRV_E_BAD_TEMPLATE_VERSION","features":[1]},{"name":"CERTSRV_E_CERT_TYPE_OVERLAP","features":[1]},{"name":"CERTSRV_E_CORRUPT_KEY_ATTESTATION","features":[1]},{"name":"CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE","features":[1]},{"name":"CERTSRV_E_ENCODING_LENGTH","features":[1]},{"name":"CERTSRV_E_ENCRYPTION_CERT_REQUIRED","features":[1]},{"name":"CERTSRV_E_ENROLL_DENIED","features":[1]},{"name":"CERTSRV_E_EXPIRED_CHALLENGE","features":[1]},{"name":"CERTSRV_E_INVALID_ATTESTATION","features":[1]},{"name":"CERTSRV_E_INVALID_CA_CERTIFICATE","features":[1]},{"name":"CERTSRV_E_INVALID_EK","features":[1]},{"name":"CERTSRV_E_INVALID_IDBINDING","features":[1]},{"name":"CERTSRV_E_INVALID_REQUESTID","features":[1]},{"name":"CERTSRV_E_INVALID_RESPONSE","features":[1]},{"name":"CERTSRV_E_ISSUANCE_POLICY_REQUIRED","features":[1]},{"name":"CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED","features":[1]},{"name":"CERTSRV_E_KEY_ATTESTATION","features":[1]},{"name":"CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED","features":[1]},{"name":"CERTSRV_E_KEY_LENGTH","features":[1]},{"name":"CERTSRV_E_NO_CAADMIN_DEFINED","features":[1]},{"name":"CERTSRV_E_NO_CERT_TYPE","features":[1]},{"name":"CERTSRV_E_NO_DB_SESSIONS","features":[1]},{"name":"CERTSRV_E_NO_POLICY_SERVER","features":[1]},{"name":"CERTSRV_E_NO_REQUEST","features":[1]},{"name":"CERTSRV_E_NO_VALID_KRA","features":[1]},{"name":"CERTSRV_E_PENDING_CLIENT_RESPONSE","features":[1]},{"name":"CERTSRV_E_PROPERTY_EMPTY","features":[1]},{"name":"CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY","features":[1]},{"name":"CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH","features":[1]},{"name":"CERTSRV_E_RESTRICTEDOFFICER","features":[1]},{"name":"CERTSRV_E_ROLECONFLICT","features":[1]},{"name":"CERTSRV_E_SEC_EXT_DIRECTORY_SID_REQUIRED","features":[1]},{"name":"CERTSRV_E_SERVER_SUSPENDED","features":[1]},{"name":"CERTSRV_E_SIGNATURE_COUNT","features":[1]},{"name":"CERTSRV_E_SIGNATURE_POLICY_REQUIRED","features":[1]},{"name":"CERTSRV_E_SIGNATURE_REJECTED","features":[1]},{"name":"CERTSRV_E_SMIME_REQUIRED","features":[1]},{"name":"CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED","features":[1]},{"name":"CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED","features":[1]},{"name":"CERTSRV_E_SUBJECT_DNS_REQUIRED","features":[1]},{"name":"CERTSRV_E_SUBJECT_EMAIL_REQUIRED","features":[1]},{"name":"CERTSRV_E_SUBJECT_UPN_REQUIRED","features":[1]},{"name":"CERTSRV_E_TEMPLATE_CONFLICT","features":[1]},{"name":"CERTSRV_E_TEMPLATE_DENIED","features":[1]},{"name":"CERTSRV_E_TEMPLATE_POLICY_REQUIRED","features":[1]},{"name":"CERTSRV_E_TOO_MANY_SIGNATURES","features":[1]},{"name":"CERTSRV_E_UNKNOWN_CERT_TYPE","features":[1]},{"name":"CERTSRV_E_UNSUPPORTED_CERT_TYPE","features":[1]},{"name":"CERTSRV_E_WEAK_SIGNATURE_OR_KEY","features":[1]},{"name":"CERT_E_CHAINING","features":[1]},{"name":"CERT_E_CN_NO_MATCH","features":[1]},{"name":"CERT_E_CRITICAL","features":[1]},{"name":"CERT_E_EXPIRED","features":[1]},{"name":"CERT_E_INVALID_NAME","features":[1]},{"name":"CERT_E_INVALID_POLICY","features":[1]},{"name":"CERT_E_ISSUERCHAINING","features":[1]},{"name":"CERT_E_MALFORMED","features":[1]},{"name":"CERT_E_PATHLENCONST","features":[1]},{"name":"CERT_E_PURPOSE","features":[1]},{"name":"CERT_E_REVOCATION_FAILURE","features":[1]},{"name":"CERT_E_REVOKED","features":[1]},{"name":"CERT_E_ROLE","features":[1]},{"name":"CERT_E_UNTRUSTEDCA","features":[1]},{"name":"CERT_E_UNTRUSTEDROOT","features":[1]},{"name":"CERT_E_UNTRUSTEDTESTROOT","features":[1]},{"name":"CERT_E_VALIDITYPERIODNESTING","features":[1]},{"name":"CERT_E_WRONG_USAGE","features":[1]},{"name":"CHAR","features":[1]},{"name":"CI_CORRUPT_CATALOG","features":[1]},{"name":"CI_CORRUPT_DATABASE","features":[1]},{"name":"CI_CORRUPT_FILTER_BUFFER","features":[1]},{"name":"CI_E_ALREADY_INITIALIZED","features":[1]},{"name":"CI_E_BUFFERTOOSMALL","features":[1]},{"name":"CI_E_CARDINALITY_MISMATCH","features":[1]},{"name":"CI_E_CLIENT_FILTER_ABORT","features":[1]},{"name":"CI_E_CONFIG_DISK_FULL","features":[1]},{"name":"CI_E_DISK_FULL","features":[1]},{"name":"CI_E_DISTRIBUTED_GROUPBY_UNSUPPORTED","features":[1]},{"name":"CI_E_DUPLICATE_NOTIFICATION","features":[1]},{"name":"CI_E_ENUMERATION_STARTED","features":[1]},{"name":"CI_E_FILTERING_DISABLED","features":[1]},{"name":"CI_E_INVALID_FLAGS_COMBINATION","features":[1]},{"name":"CI_E_INVALID_STATE","features":[1]},{"name":"CI_E_LOGON_FAILURE","features":[1]},{"name":"CI_E_NOT_FOUND","features":[1]},{"name":"CI_E_NOT_INITIALIZED","features":[1]},{"name":"CI_E_NOT_RUNNING","features":[1]},{"name":"CI_E_NO_CATALOG","features":[1]},{"name":"CI_E_OUTOFSEQ_INCREMENT_DATA","features":[1]},{"name":"CI_E_PROPERTY_NOT_CACHED","features":[1]},{"name":"CI_E_PROPERTY_TOOLARGE","features":[1]},{"name":"CI_E_SHARING_VIOLATION","features":[1]},{"name":"CI_E_SHUTDOWN","features":[1]},{"name":"CI_E_STRANGE_PAGEORSECTOR_SIZE","features":[1]},{"name":"CI_E_TIMEOUT","features":[1]},{"name":"CI_E_UPDATES_DISABLED","features":[1]},{"name":"CI_E_USE_DEFAULT_PID","features":[1]},{"name":"CI_E_WORKID_NOTVALID","features":[1]},{"name":"CI_INCORRECT_VERSION","features":[1]},{"name":"CI_INVALID_INDEX","features":[1]},{"name":"CI_INVALID_PARTITION","features":[1]},{"name":"CI_INVALID_PRIORITY","features":[1]},{"name":"CI_NO_CATALOG","features":[1]},{"name":"CI_NO_STARTING_KEY","features":[1]},{"name":"CI_OUT_OF_INDEX_IDS","features":[1]},{"name":"CI_PROPSTORE_INCONSISTENCY","features":[1]},{"name":"CI_S_CAT_STOPPED","features":[1]},{"name":"CI_S_END_OF_ENUMERATION","features":[1]},{"name":"CI_S_NO_DOCSTORE","features":[1]},{"name":"CI_S_WORKID_DELETED","features":[1]},{"name":"CLASSFACTORY_E_FIRST","features":[1]},{"name":"CLASSFACTORY_E_LAST","features":[1]},{"name":"CLASSFACTORY_S_FIRST","features":[1]},{"name":"CLASSFACTORY_S_LAST","features":[1]},{"name":"CLASS_E_CLASSNOTAVAILABLE","features":[1]},{"name":"CLASS_E_NOAGGREGATION","features":[1]},{"name":"CLASS_E_NOTLICENSED","features":[1]},{"name":"CLIENTSITE_E_FIRST","features":[1]},{"name":"CLIENTSITE_E_LAST","features":[1]},{"name":"CLIENTSITE_S_FIRST","features":[1]},{"name":"CLIENTSITE_S_LAST","features":[1]},{"name":"CLIPBRD_E_BAD_DATA","features":[1]},{"name":"CLIPBRD_E_CANT_CLOSE","features":[1]},{"name":"CLIPBRD_E_CANT_EMPTY","features":[1]},{"name":"CLIPBRD_E_CANT_OPEN","features":[1]},{"name":"CLIPBRD_E_CANT_SET","features":[1]},{"name":"CLIPBRD_E_FIRST","features":[1]},{"name":"CLIPBRD_E_LAST","features":[1]},{"name":"CLIPBRD_S_FIRST","features":[1]},{"name":"CLIPBRD_S_LAST","features":[1]},{"name":"COLORREF","features":[1]},{"name":"COMADMIN_E_ALREADYINSTALLED","features":[1]},{"name":"COMADMIN_E_AMBIGUOUS_APPLICATION_NAME","features":[1]},{"name":"COMADMIN_E_AMBIGUOUS_PARTITION_NAME","features":[1]},{"name":"COMADMIN_E_APPDIRNOTFOUND","features":[1]},{"name":"COMADMIN_E_APPLICATIONEXISTS","features":[1]},{"name":"COMADMIN_E_APPLID_MATCHES_CLSID","features":[1]},{"name":"COMADMIN_E_APP_FILE_READFAIL","features":[1]},{"name":"COMADMIN_E_APP_FILE_VERSION","features":[1]},{"name":"COMADMIN_E_APP_FILE_WRITEFAIL","features":[1]},{"name":"COMADMIN_E_APP_NOT_RUNNING","features":[1]},{"name":"COMADMIN_E_AUTHENTICATIONLEVEL","features":[1]},{"name":"COMADMIN_E_BADPATH","features":[1]},{"name":"COMADMIN_E_BADREGISTRYLIBID","features":[1]},{"name":"COMADMIN_E_BADREGISTRYPROGID","features":[1]},{"name":"COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET","features":[1]},{"name":"COMADMIN_E_BASE_PARTITION_ONLY","features":[1]},{"name":"COMADMIN_E_CANNOT_ALIAS_EVENTCLASS","features":[1]},{"name":"COMADMIN_E_CANTCOPYFILE","features":[1]},{"name":"COMADMIN_E_CANTMAKEINPROCSERVICE","features":[1]},{"name":"COMADMIN_E_CANTRECYCLELIBRARYAPPS","features":[1]},{"name":"COMADMIN_E_CANTRECYCLESERVICEAPPS","features":[1]},{"name":"COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT","features":[1]},{"name":"COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY","features":[1]},{"name":"COMADMIN_E_CAN_NOT_EXPORT_SYS_APP","features":[1]},{"name":"COMADMIN_E_CAN_NOT_START_APP","features":[1]},{"name":"COMADMIN_E_CAT_BITNESSMISMATCH","features":[1]},{"name":"COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME","features":[1]},{"name":"COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED","features":[1]},{"name":"COMADMIN_E_CAT_INVALID_PARTITION_NAME","features":[1]},{"name":"COMADMIN_E_CAT_PARTITION_IN_USE","features":[1]},{"name":"COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED","features":[1]},{"name":"COMADMIN_E_CAT_SERVERFAULT","features":[1]},{"name":"COMADMIN_E_CAT_UNACCEPTABLEBITNESS","features":[1]},{"name":"COMADMIN_E_CAT_WRONGAPPBITNESS","features":[1]},{"name":"COMADMIN_E_CLSIDORIIDMISMATCH","features":[1]},{"name":"COMADMIN_E_COMPFILE_BADTLB","features":[1]},{"name":"COMADMIN_E_COMPFILE_CLASSNOTAVAIL","features":[1]},{"name":"COMADMIN_E_COMPFILE_DOESNOTEXIST","features":[1]},{"name":"COMADMIN_E_COMPFILE_GETCLASSOBJ","features":[1]},{"name":"COMADMIN_E_COMPFILE_LOADDLLFAIL","features":[1]},{"name":"COMADMIN_E_COMPFILE_NOREGISTRAR","features":[1]},{"name":"COMADMIN_E_COMPFILE_NOTINSTALLABLE","features":[1]},{"name":"COMADMIN_E_COMPONENTEXISTS","features":[1]},{"name":"COMADMIN_E_COMP_MOVE_BAD_DEST","features":[1]},{"name":"COMADMIN_E_COMP_MOVE_DEST","features":[1]},{"name":"COMADMIN_E_COMP_MOVE_LOCKED","features":[1]},{"name":"COMADMIN_E_COMP_MOVE_PRIVATE","features":[1]},{"name":"COMADMIN_E_COMP_MOVE_SOURCE","features":[1]},{"name":"COMADMIN_E_COREQCOMPINSTALLED","features":[1]},{"name":"COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET","features":[1]},{"name":"COMADMIN_E_DLLLOADFAILED","features":[1]},{"name":"COMADMIN_E_DLLREGISTERSERVER","features":[1]},{"name":"COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER","features":[1]},{"name":"COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES","features":[1]},{"name":"COMADMIN_E_INVALIDUSERIDS","features":[1]},{"name":"COMADMIN_E_INVALID_PARTITION","features":[1]},{"name":"COMADMIN_E_KEYMISSING","features":[1]},{"name":"COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT","features":[1]},{"name":"COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS","features":[1]},{"name":"COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE","features":[1]},{"name":"COMADMIN_E_MIG_SCHEMANOTFOUND","features":[1]},{"name":"COMADMIN_E_MIG_VERSIONNOTSUPPORTED","features":[1]},{"name":"COMADMIN_E_NOREGISTRYCLSID","features":[1]},{"name":"COMADMIN_E_NOSERVERSHARE","features":[1]},{"name":"COMADMIN_E_NOTCHANGEABLE","features":[1]},{"name":"COMADMIN_E_NOTDELETEABLE","features":[1]},{"name":"COMADMIN_E_NOTINREGISTRY","features":[1]},{"name":"COMADMIN_E_NOUSER","features":[1]},{"name":"COMADMIN_E_OBJECTERRORS","features":[1]},{"name":"COMADMIN_E_OBJECTEXISTS","features":[1]},{"name":"COMADMIN_E_OBJECTINVALID","features":[1]},{"name":"COMADMIN_E_OBJECTNOTPOOLABLE","features":[1]},{"name":"COMADMIN_E_OBJECT_DOES_NOT_EXIST","features":[1]},{"name":"COMADMIN_E_OBJECT_PARENT_MISSING","features":[1]},{"name":"COMADMIN_E_PARTITIONS_DISABLED","features":[1]},{"name":"COMADMIN_E_PARTITION_ACCESSDENIED","features":[1]},{"name":"COMADMIN_E_PARTITION_MSI_ONLY","features":[1]},{"name":"COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED","features":[1]},{"name":"COMADMIN_E_PRIVATE_ACCESSDENIED","features":[1]},{"name":"COMADMIN_E_PROCESSALREADYRECYCLED","features":[1]},{"name":"COMADMIN_E_PROGIDINUSEBYCLSID","features":[1]},{"name":"COMADMIN_E_PROPERTYSAVEFAILED","features":[1]},{"name":"COMADMIN_E_PROPERTY_OVERFLOW","features":[1]},{"name":"COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED","features":[1]},{"name":"COMADMIN_E_REGDB_ALREADYRUNNING","features":[1]},{"name":"COMADMIN_E_REGDB_NOTINITIALIZED","features":[1]},{"name":"COMADMIN_E_REGDB_NOTOPEN","features":[1]},{"name":"COMADMIN_E_REGDB_SYSTEMERR","features":[1]},{"name":"COMADMIN_E_REGFILE_CORRUPT","features":[1]},{"name":"COMADMIN_E_REGISTERTLB","features":[1]},{"name":"COMADMIN_E_REGISTRARFAILED","features":[1]},{"name":"COMADMIN_E_REGISTRY_ACCESSDENIED","features":[1]},{"name":"COMADMIN_E_REMOTEINTERFACE","features":[1]},{"name":"COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM","features":[1]},{"name":"COMADMIN_E_ROLEEXISTS","features":[1]},{"name":"COMADMIN_E_ROLE_DOES_NOT_EXIST","features":[1]},{"name":"COMADMIN_E_SAFERINVALID","features":[1]},{"name":"COMADMIN_E_SERVICENOTINSTALLED","features":[1]},{"name":"COMADMIN_E_SESSION","features":[1]},{"name":"COMADMIN_E_START_APP_DISABLED","features":[1]},{"name":"COMADMIN_E_START_APP_NEEDS_COMPONENTS","features":[1]},{"name":"COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE","features":[1]},{"name":"COMADMIN_E_SYSTEMAPP","features":[1]},{"name":"COMADMIN_E_USERPASSWDNOTVALID","features":[1]},{"name":"COMADMIN_E_USER_IN_SET","features":[1]},{"name":"COMQC_E_APPLICATION_NOT_QUEUED","features":[1]},{"name":"COMQC_E_BAD_MESSAGE","features":[1]},{"name":"COMQC_E_NO_IPERSISTSTREAM","features":[1]},{"name":"COMQC_E_NO_QUEUEABLE_INTERFACES","features":[1]},{"name":"COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE","features":[1]},{"name":"COMQC_E_UNAUTHENTICATED","features":[1]},{"name":"COMQC_E_UNTRUSTED_ENQUEUER","features":[1]},{"name":"CONTEXT_E_ABORTED","features":[1]},{"name":"CONTEXT_E_ABORTING","features":[1]},{"name":"CONTEXT_E_FIRST","features":[1]},{"name":"CONTEXT_E_LAST","features":[1]},{"name":"CONTEXT_E_NOCONTEXT","features":[1]},{"name":"CONTEXT_E_NOJIT","features":[1]},{"name":"CONTEXT_E_NOTRANSACTION","features":[1]},{"name":"CONTEXT_E_OLDREF","features":[1]},{"name":"CONTEXT_E_ROLENOTFOUND","features":[1]},{"name":"CONTEXT_E_SYNCH_TIMEOUT","features":[1]},{"name":"CONTEXT_E_TMNOTAVAILABLE","features":[1]},{"name":"CONTEXT_E_WOULD_DEADLOCK","features":[1]},{"name":"CONTEXT_S_FIRST","features":[1]},{"name":"CONTEXT_S_LAST","features":[1]},{"name":"CONTROL_C_EXIT","features":[1]},{"name":"CONVERT10_E_FIRST","features":[1]},{"name":"CONVERT10_E_LAST","features":[1]},{"name":"CONVERT10_E_OLELINK_DISABLED","features":[1]},{"name":"CONVERT10_E_OLESTREAM_BITMAP_TO_DIB","features":[1]},{"name":"CONVERT10_E_OLESTREAM_FMT","features":[1]},{"name":"CONVERT10_E_OLESTREAM_GET","features":[1]},{"name":"CONVERT10_E_OLESTREAM_PUT","features":[1]},{"name":"CONVERT10_E_STG_DIB_TO_BITMAP","features":[1]},{"name":"CONVERT10_E_STG_FMT","features":[1]},{"name":"CONVERT10_E_STG_NO_STD_STREAM","features":[1]},{"name":"CONVERT10_S_FIRST","features":[1]},{"name":"CONVERT10_S_LAST","features":[1]},{"name":"CONVERT10_S_NO_PRESENTATION","features":[1]},{"name":"CO_E_ACCESSCHECKFAILED","features":[1]},{"name":"CO_E_ACESINWRONGORDER","features":[1]},{"name":"CO_E_ACNOTINITIALIZED","features":[1]},{"name":"CO_E_ACTIVATIONFAILED","features":[1]},{"name":"CO_E_ACTIVATIONFAILED_CATALOGERROR","features":[1]},{"name":"CO_E_ACTIVATIONFAILED_EVENTLOGGED","features":[1]},{"name":"CO_E_ACTIVATIONFAILED_TIMEOUT","features":[1]},{"name":"CO_E_ALREADYINITIALIZED","features":[1]},{"name":"CO_E_APPDIDNTREG","features":[1]},{"name":"CO_E_APPNOTFOUND","features":[1]},{"name":"CO_E_APPSINGLEUSE","features":[1]},{"name":"CO_E_ASYNC_WORK_REJECTED","features":[1]},{"name":"CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT","features":[1]},{"name":"CO_E_BAD_PATH","features":[1]},{"name":"CO_E_BAD_SERVER_NAME","features":[1]},{"name":"CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED","features":[1]},{"name":"CO_E_CANCEL_DISABLED","features":[1]},{"name":"CO_E_CANTDETERMINECLASS","features":[1]},{"name":"CO_E_CANT_REMOTE","features":[1]},{"name":"CO_E_CLASSSTRING","features":[1]},{"name":"CO_E_CLASS_CREATE_FAILED","features":[1]},{"name":"CO_E_CLASS_DISABLED","features":[1]},{"name":"CO_E_CLRNOTAVAILABLE","features":[1]},{"name":"CO_E_CLSREG_INCONSISTENT","features":[1]},{"name":"CO_E_CONVERSIONFAILED","features":[1]},{"name":"CO_E_CREATEPROCESS_FAILURE","features":[1]},{"name":"CO_E_DBERROR","features":[1]},{"name":"CO_E_DECODEFAILED","features":[1]},{"name":"CO_E_DLLNOTFOUND","features":[1]},{"name":"CO_E_ELEVATION_DISABLED","features":[1]},{"name":"CO_E_ERRORINAPP","features":[1]},{"name":"CO_E_ERRORINDLL","features":[1]},{"name":"CO_E_EXCEEDSYSACLLIMIT","features":[1]},{"name":"CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED","features":[1]},{"name":"CO_E_FAILEDTOCLOSEHANDLE","features":[1]},{"name":"CO_E_FAILEDTOCREATEFILE","features":[1]},{"name":"CO_E_FAILEDTOGENUUID","features":[1]},{"name":"CO_E_FAILEDTOGETSECCTX","features":[1]},{"name":"CO_E_FAILEDTOGETTOKENINFO","features":[1]},{"name":"CO_E_FAILEDTOGETWINDIR","features":[1]},{"name":"CO_E_FAILEDTOIMPERSONATE","features":[1]},{"name":"CO_E_FAILEDTOOPENPROCESSTOKEN","features":[1]},{"name":"CO_E_FAILEDTOOPENTHREADTOKEN","features":[1]},{"name":"CO_E_FAILEDTOQUERYCLIENTBLANKET","features":[1]},{"name":"CO_E_FAILEDTOSETDACL","features":[1]},{"name":"CO_E_FIRST","features":[1]},{"name":"CO_E_IIDREG_INCONSISTENT","features":[1]},{"name":"CO_E_IIDSTRING","features":[1]},{"name":"CO_E_INCOMPATIBLESTREAMVERSION","features":[1]},{"name":"CO_E_INITIALIZATIONFAILED","features":[1]},{"name":"CO_E_INIT_CLASS_CACHE","features":[1]},{"name":"CO_E_INIT_MEMORY_ALLOCATOR","features":[1]},{"name":"CO_E_INIT_ONLY_SINGLE_THREADED","features":[1]},{"name":"CO_E_INIT_RPC_CHANNEL","features":[1]},{"name":"CO_E_INIT_SCM_EXEC_FAILURE","features":[1]},{"name":"CO_E_INIT_SCM_FILE_MAPPING_EXISTS","features":[1]},{"name":"CO_E_INIT_SCM_MAP_VIEW_OF_FILE","features":[1]},{"name":"CO_E_INIT_SCM_MUTEX_EXISTS","features":[1]},{"name":"CO_E_INIT_SHARED_ALLOCATOR","features":[1]},{"name":"CO_E_INIT_TLS","features":[1]},{"name":"CO_E_INIT_TLS_CHANNEL_CONTROL","features":[1]},{"name":"CO_E_INIT_TLS_SET_CHANNEL_CONTROL","features":[1]},{"name":"CO_E_INIT_UNACCEPTED_USER_ALLOCATOR","features":[1]},{"name":"CO_E_INVALIDSID","features":[1]},{"name":"CO_E_ISOLEVELMISMATCH","features":[1]},{"name":"CO_E_LAST","features":[1]},{"name":"CO_E_LAUNCH_PERMSSION_DENIED","features":[1]},{"name":"CO_E_LOOKUPACCNAMEFAILED","features":[1]},{"name":"CO_E_LOOKUPACCSIDFAILED","features":[1]},{"name":"CO_E_MALFORMED_SPN","features":[1]},{"name":"CO_E_MISSING_DISPLAYNAME","features":[1]},{"name":"CO_E_MSI_ERROR","features":[1]},{"name":"CO_E_NETACCESSAPIFAILED","features":[1]},{"name":"CO_E_NOCOOKIES","features":[1]},{"name":"CO_E_NOIISINTRINSICS","features":[1]},{"name":"CO_E_NOMATCHINGNAMEFOUND","features":[1]},{"name":"CO_E_NOMATCHINGSIDFOUND","features":[1]},{"name":"CO_E_NOSYNCHRONIZATION","features":[1]},{"name":"CO_E_NOTCONSTRUCTED","features":[1]},{"name":"CO_E_NOTINITIALIZED","features":[1]},{"name":"CO_E_NOTPOOLED","features":[1]},{"name":"CO_E_NOT_SUPPORTED","features":[1]},{"name":"CO_E_NO_SECCTX_IN_ACTIVATE","features":[1]},{"name":"CO_E_OBJISREG","features":[1]},{"name":"CO_E_OBJNOTCONNECTED","features":[1]},{"name":"CO_E_OBJNOTREG","features":[1]},{"name":"CO_E_OBJSRV_RPC_FAILURE","features":[1]},{"name":"CO_E_OLE1DDE_DISABLED","features":[1]},{"name":"CO_E_PATHTOOLONG","features":[1]},{"name":"CO_E_PREMATURE_STUB_RUNDOWN","features":[1]},{"name":"CO_E_RELEASED","features":[1]},{"name":"CO_E_RELOAD_DLL","features":[1]},{"name":"CO_E_REMOTE_COMMUNICATION_FAILURE","features":[1]},{"name":"CO_E_RUNAS_CREATEPROCESS_FAILURE","features":[1]},{"name":"CO_E_RUNAS_LOGON_FAILURE","features":[1]},{"name":"CO_E_RUNAS_SYNTAX","features":[1]},{"name":"CO_E_RUNAS_VALUE_MUST_BE_AAA","features":[1]},{"name":"CO_E_SCM_ERROR","features":[1]},{"name":"CO_E_SCM_RPC_FAILURE","features":[1]},{"name":"CO_E_SERVER_EXEC_FAILURE","features":[1]},{"name":"CO_E_SERVER_INIT_TIMEOUT","features":[1]},{"name":"CO_E_SERVER_NOT_PAUSED","features":[1]},{"name":"CO_E_SERVER_PAUSED","features":[1]},{"name":"CO_E_SERVER_START_TIMEOUT","features":[1]},{"name":"CO_E_SERVER_STOPPING","features":[1]},{"name":"CO_E_SETSERLHNDLFAILED","features":[1]},{"name":"CO_E_START_SERVICE_FAILURE","features":[1]},{"name":"CO_E_SXS_CONFIG","features":[1]},{"name":"CO_E_THREADINGMODEL_CHANGED","features":[1]},{"name":"CO_E_THREADPOOL_CONFIG","features":[1]},{"name":"CO_E_TRACKER_CONFIG","features":[1]},{"name":"CO_E_TRUSTEEDOESNTMATCHCLIENT","features":[1]},{"name":"CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN","features":[1]},{"name":"CO_E_WRONGOSFORAPP","features":[1]},{"name":"CO_E_WRONGTRUSTEENAMESYNTAX","features":[1]},{"name":"CO_E_WRONG_SERVER_IDENTITY","features":[1]},{"name":"CO_S_FIRST","features":[1]},{"name":"CO_S_LAST","features":[1]},{"name":"CO_S_MACHINENAMENOTFOUND","features":[1]},{"name":"CO_S_NOTALLINTERFACES","features":[1]},{"name":"CRYPT_E_ALREADY_DECRYPTED","features":[1]},{"name":"CRYPT_E_ASN1_BADARGS","features":[1]},{"name":"CRYPT_E_ASN1_BADPDU","features":[1]},{"name":"CRYPT_E_ASN1_BADREAL","features":[1]},{"name":"CRYPT_E_ASN1_BADTAG","features":[1]},{"name":"CRYPT_E_ASN1_CHOICE","features":[1]},{"name":"CRYPT_E_ASN1_CONSTRAINT","features":[1]},{"name":"CRYPT_E_ASN1_CORRUPT","features":[1]},{"name":"CRYPT_E_ASN1_EOD","features":[1]},{"name":"CRYPT_E_ASN1_ERROR","features":[1]},{"name":"CRYPT_E_ASN1_EXTENDED","features":[1]},{"name":"CRYPT_E_ASN1_INTERNAL","features":[1]},{"name":"CRYPT_E_ASN1_LARGE","features":[1]},{"name":"CRYPT_E_ASN1_MEMORY","features":[1]},{"name":"CRYPT_E_ASN1_NOEOD","features":[1]},{"name":"CRYPT_E_ASN1_NYI","features":[1]},{"name":"CRYPT_E_ASN1_OVERFLOW","features":[1]},{"name":"CRYPT_E_ASN1_PDU_TYPE","features":[1]},{"name":"CRYPT_E_ASN1_RULE","features":[1]},{"name":"CRYPT_E_ASN1_UTF8","features":[1]},{"name":"CRYPT_E_ATTRIBUTES_MISSING","features":[1]},{"name":"CRYPT_E_AUTH_ATTR_MISSING","features":[1]},{"name":"CRYPT_E_BAD_ENCODE","features":[1]},{"name":"CRYPT_E_BAD_LEN","features":[1]},{"name":"CRYPT_E_BAD_MSG","features":[1]},{"name":"CRYPT_E_CONTROL_TYPE","features":[1]},{"name":"CRYPT_E_DELETED_PREV","features":[1]},{"name":"CRYPT_E_EXISTS","features":[1]},{"name":"CRYPT_E_FILERESIZED","features":[1]},{"name":"CRYPT_E_FILE_ERROR","features":[1]},{"name":"CRYPT_E_HASH_VALUE","features":[1]},{"name":"CRYPT_E_INVALID_IA5_STRING","features":[1]},{"name":"CRYPT_E_INVALID_INDEX","features":[1]},{"name":"CRYPT_E_INVALID_MSG_TYPE","features":[1]},{"name":"CRYPT_E_INVALID_NUMERIC_STRING","features":[1]},{"name":"CRYPT_E_INVALID_PRINTABLE_STRING","features":[1]},{"name":"CRYPT_E_INVALID_X500_STRING","features":[1]},{"name":"CRYPT_E_ISSUER_SERIALNUMBER","features":[1]},{"name":"CRYPT_E_MISSING_PUBKEY_PARA","features":[1]},{"name":"CRYPT_E_MSG_ERROR","features":[1]},{"name":"CRYPT_E_NOT_CHAR_STRING","features":[1]},{"name":"CRYPT_E_NOT_DECRYPTED","features":[1]},{"name":"CRYPT_E_NOT_FOUND","features":[1]},{"name":"CRYPT_E_NOT_IN_CTL","features":[1]},{"name":"CRYPT_E_NOT_IN_REVOCATION_DATABASE","features":[1]},{"name":"CRYPT_E_NO_DECRYPT_CERT","features":[1]},{"name":"CRYPT_E_NO_KEY_PROPERTY","features":[1]},{"name":"CRYPT_E_NO_MATCH","features":[1]},{"name":"CRYPT_E_NO_PROVIDER","features":[1]},{"name":"CRYPT_E_NO_REVOCATION_CHECK","features":[1]},{"name":"CRYPT_E_NO_REVOCATION_DLL","features":[1]},{"name":"CRYPT_E_NO_SIGNER","features":[1]},{"name":"CRYPT_E_NO_TRUSTED_SIGNER","features":[1]},{"name":"CRYPT_E_NO_VERIFY_USAGE_CHECK","features":[1]},{"name":"CRYPT_E_NO_VERIFY_USAGE_DLL","features":[1]},{"name":"CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND","features":[1]},{"name":"CRYPT_E_OID_FORMAT","features":[1]},{"name":"CRYPT_E_OSS_ERROR","features":[1]},{"name":"CRYPT_E_PENDING_CLOSE","features":[1]},{"name":"CRYPT_E_RECIPIENT_NOT_FOUND","features":[1]},{"name":"CRYPT_E_REVOCATION_OFFLINE","features":[1]},{"name":"CRYPT_E_REVOKED","features":[1]},{"name":"CRYPT_E_SECURITY_SETTINGS","features":[1]},{"name":"CRYPT_E_SELF_SIGNED","features":[1]},{"name":"CRYPT_E_SIGNER_NOT_FOUND","features":[1]},{"name":"CRYPT_E_STREAM_INSUFFICIENT_DATA","features":[1]},{"name":"CRYPT_E_STREAM_MSG_NOT_READY","features":[1]},{"name":"CRYPT_E_UNEXPECTED_ENCODING","features":[1]},{"name":"CRYPT_E_UNEXPECTED_MSG_TYPE","features":[1]},{"name":"CRYPT_E_UNKNOWN_ALGO","features":[1]},{"name":"CRYPT_E_VERIFY_USAGE_OFFLINE","features":[1]},{"name":"CRYPT_I_NEW_PROTECTION_REQUIRED","features":[1]},{"name":"CS_E_ADMIN_LIMIT_EXCEEDED","features":[1]},{"name":"CS_E_CLASS_NOTFOUND","features":[1]},{"name":"CS_E_FIRST","features":[1]},{"name":"CS_E_INTERNAL_ERROR","features":[1]},{"name":"CS_E_INVALID_PATH","features":[1]},{"name":"CS_E_INVALID_VERSION","features":[1]},{"name":"CS_E_LAST","features":[1]},{"name":"CS_E_NETWORK_ERROR","features":[1]},{"name":"CS_E_NOT_DELETABLE","features":[1]},{"name":"CS_E_NO_CLASSSTORE","features":[1]},{"name":"CS_E_OBJECT_ALREADY_EXISTS","features":[1]},{"name":"CS_E_OBJECT_NOTFOUND","features":[1]},{"name":"CS_E_PACKAGE_NOTFOUND","features":[1]},{"name":"CS_E_SCHEMA_MISMATCH","features":[1]},{"name":"CloseHandle","features":[1]},{"name":"CompareObjectHandles","features":[1]},{"name":"D2DERR_BAD_NUMBER","features":[1]},{"name":"D2DERR_BITMAP_BOUND_AS_TARGET","features":[1]},{"name":"D2DERR_BITMAP_CANNOT_DRAW","features":[1]},{"name":"D2DERR_CYCLIC_GRAPH","features":[1]},{"name":"D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED","features":[1]},{"name":"D2DERR_DISPLAY_STATE_INVALID","features":[1]},{"name":"D2DERR_EFFECT_IS_NOT_REGISTERED","features":[1]},{"name":"D2DERR_EXCEEDS_MAX_BITMAP_SIZE","features":[1]},{"name":"D2DERR_INCOMPATIBLE_BRUSH_TYPES","features":[1]},{"name":"D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES","features":[1]},{"name":"D2DERR_INTERMEDIATE_TOO_LARGE","features":[1]},{"name":"D2DERR_INTERNAL_ERROR","features":[1]},{"name":"D2DERR_INVALID_CALL","features":[1]},{"name":"D2DERR_INVALID_GLYPH_IMAGE","features":[1]},{"name":"D2DERR_INVALID_GRAPH_CONFIGURATION","features":[1]},{"name":"D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION","features":[1]},{"name":"D2DERR_INVALID_PROPERTY","features":[1]},{"name":"D2DERR_INVALID_TARGET","features":[1]},{"name":"D2DERR_LAYER_ALREADY_IN_USE","features":[1]},{"name":"D2DERR_MAX_TEXTURE_SIZE_EXCEEDED","features":[1]},{"name":"D2DERR_NOT_INITIALIZED","features":[1]},{"name":"D2DERR_NO_HARDWARE_DEVICE","features":[1]},{"name":"D2DERR_NO_SUBPROPERTIES","features":[1]},{"name":"D2DERR_ORIGINAL_TARGET_NOT_BOUND","features":[1]},{"name":"D2DERR_OUTSTANDING_BITMAP_REFERENCES","features":[1]},{"name":"D2DERR_POP_CALL_DID_NOT_MATCH_PUSH","features":[1]},{"name":"D2DERR_PRINT_FORMAT_NOT_SUPPORTED","features":[1]},{"name":"D2DERR_PRINT_JOB_CLOSED","features":[1]},{"name":"D2DERR_PUSH_POP_UNBALANCED","features":[1]},{"name":"D2DERR_RECREATE_TARGET","features":[1]},{"name":"D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT","features":[1]},{"name":"D2DERR_SCANNER_FAILED","features":[1]},{"name":"D2DERR_SCREEN_ACCESS_DENIED","features":[1]},{"name":"D2DERR_SHADER_COMPILE_FAILED","features":[1]},{"name":"D2DERR_TARGET_NOT_GDI_COMPATIBLE","features":[1]},{"name":"D2DERR_TEXT_EFFECT_IS_WRONG_TYPE","features":[1]},{"name":"D2DERR_TEXT_RENDERER_NOT_RELEASED","features":[1]},{"name":"D2DERR_TOO_MANY_SHADER_ELEMENTS","features":[1]},{"name":"D2DERR_TOO_MANY_TRANSFORM_INPUTS","features":[1]},{"name":"D2DERR_UNSUPPORTED_OPERATION","features":[1]},{"name":"D2DERR_UNSUPPORTED_VERSION","features":[1]},{"name":"D2DERR_WIN32_ERROR","features":[1]},{"name":"D2DERR_WRONG_FACTORY","features":[1]},{"name":"D2DERR_WRONG_RESOURCE_DOMAIN","features":[1]},{"name":"D2DERR_WRONG_STATE","features":[1]},{"name":"D2DERR_ZERO_VECTOR","features":[1]},{"name":"D3D10_ERROR_FILE_NOT_FOUND","features":[1]},{"name":"D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS","features":[1]},{"name":"D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD","features":[1]},{"name":"D3D11_ERROR_FILE_NOT_FOUND","features":[1]},{"name":"D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS","features":[1]},{"name":"D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS","features":[1]},{"name":"D3D12_ERROR_ADAPTER_NOT_FOUND","features":[1]},{"name":"D3D12_ERROR_DRIVER_VERSION_MISMATCH","features":[1]},{"name":"D3D12_ERROR_INVALID_REDIST","features":[1]},{"name":"DATA_E_FIRST","features":[1]},{"name":"DATA_E_LAST","features":[1]},{"name":"DATA_S_FIRST","features":[1]},{"name":"DATA_S_LAST","features":[1]},{"name":"DATA_S_SAMEFORMATETC","features":[1]},{"name":"DBG_APP_NOT_IDLE","features":[1]},{"name":"DBG_COMMAND_EXCEPTION","features":[1]},{"name":"DBG_CONTINUE","features":[1]},{"name":"DBG_CONTROL_BREAK","features":[1]},{"name":"DBG_CONTROL_C","features":[1]},{"name":"DBG_EXCEPTION_HANDLED","features":[1]},{"name":"DBG_EXCEPTION_NOT_HANDLED","features":[1]},{"name":"DBG_NO_STATE_CHANGE","features":[1]},{"name":"DBG_PRINTEXCEPTION_C","features":[1]},{"name":"DBG_PRINTEXCEPTION_WIDE_C","features":[1]},{"name":"DBG_REPLY_LATER","features":[1]},{"name":"DBG_RIPEXCEPTION","features":[1]},{"name":"DBG_TERMINATE_PROCESS","features":[1]},{"name":"DBG_TERMINATE_THREAD","features":[1]},{"name":"DBG_UNABLE_TO_PROVIDE_HANDLE","features":[1]},{"name":"DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED","features":[1]},{"name":"DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED","features":[1]},{"name":"DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED","features":[1]},{"name":"DECIMAL","features":[1]},{"name":"DEVPROPKEY","features":[1]},{"name":"DIGSIG_E_CRYPTO","features":[1]},{"name":"DIGSIG_E_DECODE","features":[1]},{"name":"DIGSIG_E_ENCODE","features":[1]},{"name":"DIGSIG_E_EXTENSIBILITY","features":[1]},{"name":"DISP_E_ARRAYISLOCKED","features":[1]},{"name":"DISP_E_BADCALLEE","features":[1]},{"name":"DISP_E_BADINDEX","features":[1]},{"name":"DISP_E_BADPARAMCOUNT","features":[1]},{"name":"DISP_E_BADVARTYPE","features":[1]},{"name":"DISP_E_BUFFERTOOSMALL","features":[1]},{"name":"DISP_E_DIVBYZERO","features":[1]},{"name":"DISP_E_EXCEPTION","features":[1]},{"name":"DISP_E_MEMBERNOTFOUND","features":[1]},{"name":"DISP_E_NONAMEDARGS","features":[1]},{"name":"DISP_E_NOTACOLLECTION","features":[1]},{"name":"DISP_E_OVERFLOW","features":[1]},{"name":"DISP_E_PARAMNOTFOUND","features":[1]},{"name":"DISP_E_PARAMNOTOPTIONAL","features":[1]},{"name":"DISP_E_TYPEMISMATCH","features":[1]},{"name":"DISP_E_UNKNOWNINTERFACE","features":[1]},{"name":"DISP_E_UNKNOWNLCID","features":[1]},{"name":"DISP_E_UNKNOWNNAME","features":[1]},{"name":"DNS_ERROR_ADDRESS_REQUIRED","features":[1]},{"name":"DNS_ERROR_ALIAS_LOOP","features":[1]},{"name":"DNS_ERROR_AUTOZONE_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_AXFR","features":[1]},{"name":"DNS_ERROR_BACKGROUND_LOADING","features":[1]},{"name":"DNS_ERROR_BAD_KEYMASTER","features":[1]},{"name":"DNS_ERROR_BAD_PACKET","features":[1]},{"name":"DNS_ERROR_CANNOT_FIND_ROOT_HINTS","features":[1]},{"name":"DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST","features":[1]},{"name":"DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED","features":[1]},{"name":"DNS_ERROR_CNAME_COLLISION","features":[1]},{"name":"DNS_ERROR_CNAME_LOOP","features":[1]},{"name":"DNS_ERROR_DATABASE_BASE","features":[1]},{"name":"DNS_ERROR_DATAFILE_BASE","features":[1]},{"name":"DNS_ERROR_DATAFILE_OPEN_FAILURE","features":[1]},{"name":"DNS_ERROR_DATAFILE_PARSING","features":[1]},{"name":"DNS_ERROR_DEFAULT_SCOPE","features":[1]},{"name":"DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE","features":[1]},{"name":"DNS_ERROR_DEFAULT_ZONESCOPE","features":[1]},{"name":"DNS_ERROR_DELEGATION_REQUIRED","features":[1]},{"name":"DNS_ERROR_DNAME_COLLISION","features":[1]},{"name":"DNS_ERROR_DNSSEC_BASE","features":[1]},{"name":"DNS_ERROR_DNSSEC_IS_DISABLED","features":[1]},{"name":"DNS_ERROR_DP_ALREADY_ENLISTED","features":[1]},{"name":"DNS_ERROR_DP_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_DP_BASE","features":[1]},{"name":"DNS_ERROR_DP_DOES_NOT_EXIST","features":[1]},{"name":"DNS_ERROR_DP_FSMO_ERROR","features":[1]},{"name":"DNS_ERROR_DP_NOT_AVAILABLE","features":[1]},{"name":"DNS_ERROR_DP_NOT_ENLISTED","features":[1]},{"name":"DNS_ERROR_DS_UNAVAILABLE","features":[1]},{"name":"DNS_ERROR_DS_ZONE_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_DWORD_VALUE_TOO_LARGE","features":[1]},{"name":"DNS_ERROR_DWORD_VALUE_TOO_SMALL","features":[1]},{"name":"DNS_ERROR_FILE_WRITEBACK_FAILED","features":[1]},{"name":"DNS_ERROR_FORWARDER_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_GENERAL_API_BASE","features":[1]},{"name":"DNS_ERROR_INCONSISTENT_ROOT_HINTS","features":[1]},{"name":"DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME","features":[1]},{"name":"DNS_ERROR_INVALID_CLIENT_SUBNET_NAME","features":[1]},{"name":"DNS_ERROR_INVALID_DATA","features":[1]},{"name":"DNS_ERROR_INVALID_DATAFILE_NAME","features":[1]},{"name":"DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET","features":[1]},{"name":"DNS_ERROR_INVALID_IP_ADDRESS","features":[1]},{"name":"DNS_ERROR_INVALID_KEY_SIZE","features":[1]},{"name":"DNS_ERROR_INVALID_NAME","features":[1]},{"name":"DNS_ERROR_INVALID_NAME_CHAR","features":[1]},{"name":"DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT","features":[1]},{"name":"DNS_ERROR_INVALID_POLICY_TABLE","features":[1]},{"name":"DNS_ERROR_INVALID_PROPERTY","features":[1]},{"name":"DNS_ERROR_INVALID_ROLLOVER_PERIOD","features":[1]},{"name":"DNS_ERROR_INVALID_SCOPE_NAME","features":[1]},{"name":"DNS_ERROR_INVALID_SCOPE_OPERATION","features":[1]},{"name":"DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD","features":[1]},{"name":"DNS_ERROR_INVALID_TYPE","features":[1]},{"name":"DNS_ERROR_INVALID_XML","features":[1]},{"name":"DNS_ERROR_INVALID_ZONESCOPE_NAME","features":[1]},{"name":"DNS_ERROR_INVALID_ZONE_OPERATION","features":[1]},{"name":"DNS_ERROR_INVALID_ZONE_TYPE","features":[1]},{"name":"DNS_ERROR_KEYMASTER_REQUIRED","features":[1]},{"name":"DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION","features":[1]},{"name":"DNS_ERROR_KSP_NOT_ACCESSIBLE","features":[1]},{"name":"DNS_ERROR_LOAD_ZONESCOPE_FAILED","features":[1]},{"name":"DNS_ERROR_MASK","features":[1]},{"name":"DNS_ERROR_NAME_DOES_NOT_EXIST","features":[1]},{"name":"DNS_ERROR_NAME_NOT_IN_ZONE","features":[1]},{"name":"DNS_ERROR_NBSTAT_INIT_FAILED","features":[1]},{"name":"DNS_ERROR_NEED_SECONDARY_ADDRESSES","features":[1]},{"name":"DNS_ERROR_NEED_WINS_SERVERS","features":[1]},{"name":"DNS_ERROR_NODE_CREATION_FAILED","features":[1]},{"name":"DNS_ERROR_NODE_IS_CNAME","features":[1]},{"name":"DNS_ERROR_NODE_IS_DNAME","features":[1]},{"name":"DNS_ERROR_NON_RFC_NAME","features":[1]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD","features":[1]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_RODC","features":[1]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER","features":[1]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE","features":[1]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE","features":[1]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ZSK","features":[1]},{"name":"DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION","features":[1]},{"name":"DNS_ERROR_NOT_ALLOWED_UNDER_DNAME","features":[1]},{"name":"DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES","features":[1]},{"name":"DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS","features":[1]},{"name":"DNS_ERROR_NOT_UNIQUE","features":[1]},{"name":"DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE","features":[1]},{"name":"DNS_ERROR_NO_CREATE_CACHE_DATA","features":[1]},{"name":"DNS_ERROR_NO_DNS_SERVERS","features":[1]},{"name":"DNS_ERROR_NO_MEMORY","features":[1]},{"name":"DNS_ERROR_NO_PACKET","features":[1]},{"name":"DNS_ERROR_NO_TCPIP","features":[1]},{"name":"DNS_ERROR_NO_VALID_TRUST_ANCHORS","features":[1]},{"name":"DNS_ERROR_NO_ZONE_INFO","features":[1]},{"name":"DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1","features":[1]},{"name":"DNS_ERROR_NSEC3_NAME_COLLISION","features":[1]},{"name":"DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1","features":[1]},{"name":"DNS_ERROR_NUMERIC_NAME","features":[1]},{"name":"DNS_ERROR_OPERATION_BASE","features":[1]},{"name":"DNS_ERROR_PACKET_FMT_BASE","features":[1]},{"name":"DNS_ERROR_POLICY_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_POLICY_DOES_NOT_EXIST","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_NAME","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_SETTINGS","features":[1]},{"name":"DNS_ERROR_POLICY_INVALID_WEIGHT","features":[1]},{"name":"DNS_ERROR_POLICY_LOCKED","features":[1]},{"name":"DNS_ERROR_POLICY_MISSING_CRITERIA","features":[1]},{"name":"DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID","features":[1]},{"name":"DNS_ERROR_POLICY_SCOPE_MISSING","features":[1]},{"name":"DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED","features":[1]},{"name":"DNS_ERROR_PRIMARY_REQUIRES_DATAFILE","features":[1]},{"name":"DNS_ERROR_RCODE","features":[1]},{"name":"DNS_ERROR_RCODE_BADKEY","features":[1]},{"name":"DNS_ERROR_RCODE_BADSIG","features":[1]},{"name":"DNS_ERROR_RCODE_BADTIME","features":[1]},{"name":"DNS_ERROR_RCODE_FORMAT_ERROR","features":[1]},{"name":"DNS_ERROR_RCODE_LAST","features":[1]},{"name":"DNS_ERROR_RCODE_NAME_ERROR","features":[1]},{"name":"DNS_ERROR_RCODE_NOTAUTH","features":[1]},{"name":"DNS_ERROR_RCODE_NOTZONE","features":[1]},{"name":"DNS_ERROR_RCODE_NOT_IMPLEMENTED","features":[1]},{"name":"DNS_ERROR_RCODE_NO_ERROR","features":[1]},{"name":"DNS_ERROR_RCODE_NXRRSET","features":[1]},{"name":"DNS_ERROR_RCODE_REFUSED","features":[1]},{"name":"DNS_ERROR_RCODE_SERVER_FAILURE","features":[1]},{"name":"DNS_ERROR_RCODE_YXDOMAIN","features":[1]},{"name":"DNS_ERROR_RCODE_YXRRSET","features":[1]},{"name":"DNS_ERROR_RECORD_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_RECORD_DOES_NOT_EXIST","features":[1]},{"name":"DNS_ERROR_RECORD_FORMAT","features":[1]},{"name":"DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT","features":[1]},{"name":"DNS_ERROR_RECORD_TIMED_OUT","features":[1]},{"name":"DNS_ERROR_RESPONSE_CODES_BASE","features":[1]},{"name":"DNS_ERROR_ROLLOVER_ALREADY_QUEUED","features":[1]},{"name":"DNS_ERROR_ROLLOVER_IN_PROGRESS","features":[1]},{"name":"DNS_ERROR_ROLLOVER_NOT_POKEABLE","features":[1]},{"name":"DNS_ERROR_RRL_INVALID_IPV4_PREFIX","features":[1]},{"name":"DNS_ERROR_RRL_INVALID_IPV6_PREFIX","features":[1]},{"name":"DNS_ERROR_RRL_INVALID_LEAK_RATE","features":[1]},{"name":"DNS_ERROR_RRL_INVALID_TC_RATE","features":[1]},{"name":"DNS_ERROR_RRL_INVALID_WINDOW_SIZE","features":[1]},{"name":"DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE","features":[1]},{"name":"DNS_ERROR_RRL_NOT_ENABLED","features":[1]},{"name":"DNS_ERROR_SCOPE_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_SCOPE_DOES_NOT_EXIST","features":[1]},{"name":"DNS_ERROR_SCOPE_LOCKED","features":[1]},{"name":"DNS_ERROR_SECONDARY_DATA","features":[1]},{"name":"DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP","features":[1]},{"name":"DNS_ERROR_SECURE_BASE","features":[1]},{"name":"DNS_ERROR_SERVERSCOPE_IS_REFERENCED","features":[1]},{"name":"DNS_ERROR_SETUP_BASE","features":[1]},{"name":"DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE","features":[1]},{"name":"DNS_ERROR_SOA_DELETE_INVALID","features":[1]},{"name":"DNS_ERROR_STANDBY_KEY_NOT_PRESENT","features":[1]},{"name":"DNS_ERROR_SUBNET_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_SUBNET_DOES_NOT_EXIST","features":[1]},{"name":"DNS_ERROR_TOO_MANY_SKDS","features":[1]},{"name":"DNS_ERROR_TRY_AGAIN_LATER","features":[1]},{"name":"DNS_ERROR_UNEXPECTED_CNG_ERROR","features":[1]},{"name":"DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR","features":[1]},{"name":"DNS_ERROR_UNKNOWN_RECORD_TYPE","features":[1]},{"name":"DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION","features":[1]},{"name":"DNS_ERROR_UNSECURE_PACKET","features":[1]},{"name":"DNS_ERROR_UNSUPPORTED_ALGORITHM","features":[1]},{"name":"DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST","features":[1]},{"name":"DNS_ERROR_VIRTUALIZATION_TREE_LOCKED","features":[1]},{"name":"DNS_ERROR_WINS_INIT_FAILED","features":[1]},{"name":"DNS_ERROR_ZONESCOPE_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST","features":[1]},{"name":"DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED","features":[1]},{"name":"DNS_ERROR_ZONESCOPE_IS_REFERENCED","features":[1]},{"name":"DNS_ERROR_ZONE_ALREADY_EXISTS","features":[1]},{"name":"DNS_ERROR_ZONE_BASE","features":[1]},{"name":"DNS_ERROR_ZONE_CONFIGURATION_ERROR","features":[1]},{"name":"DNS_ERROR_ZONE_CREATION_FAILED","features":[1]},{"name":"DNS_ERROR_ZONE_DOES_NOT_EXIST","features":[1]},{"name":"DNS_ERROR_ZONE_HAS_NO_NS_RECORDS","features":[1]},{"name":"DNS_ERROR_ZONE_HAS_NO_SOA_RECORD","features":[1]},{"name":"DNS_ERROR_ZONE_IS_SHUTDOWN","features":[1]},{"name":"DNS_ERROR_ZONE_LOCKED","features":[1]},{"name":"DNS_ERROR_ZONE_LOCKED_FOR_SIGNING","features":[1]},{"name":"DNS_ERROR_ZONE_NOT_SECONDARY","features":[1]},{"name":"DNS_ERROR_ZONE_REQUIRES_MASTER_IP","features":[1]},{"name":"DNS_INFO_ADDED_LOCAL_WINS","features":[1]},{"name":"DNS_INFO_AXFR_COMPLETE","features":[1]},{"name":"DNS_INFO_NO_RECORDS","features":[1]},{"name":"DNS_REQUEST_PENDING","features":[1]},{"name":"DNS_STATUS_CONTINUE_NEEDED","features":[1]},{"name":"DNS_STATUS_DOTTED_NAME","features":[1]},{"name":"DNS_STATUS_FQDN","features":[1]},{"name":"DNS_STATUS_SINGLE_PART_NAME","features":[1]},{"name":"DNS_WARNING_DOMAIN_UNDELETED","features":[1]},{"name":"DNS_WARNING_PTR_CREATE_FAILED","features":[1]},{"name":"DRAGDROP_E_ALREADYREGISTERED","features":[1]},{"name":"DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED","features":[1]},{"name":"DRAGDROP_E_FIRST","features":[1]},{"name":"DRAGDROP_E_INVALIDHWND","features":[1]},{"name":"DRAGDROP_E_LAST","features":[1]},{"name":"DRAGDROP_E_NOTREGISTERED","features":[1]},{"name":"DRAGDROP_S_CANCEL","features":[1]},{"name":"DRAGDROP_S_DROP","features":[1]},{"name":"DRAGDROP_S_FIRST","features":[1]},{"name":"DRAGDROP_S_LAST","features":[1]},{"name":"DRAGDROP_S_USEDEFAULTCURSORS","features":[1]},{"name":"DUPLICATE_CLOSE_SOURCE","features":[1]},{"name":"DUPLICATE_HANDLE_OPTIONS","features":[1]},{"name":"DUPLICATE_SAME_ACCESS","features":[1]},{"name":"DV_E_CLIPFORMAT","features":[1]},{"name":"DV_E_DVASPECT","features":[1]},{"name":"DV_E_DVTARGETDEVICE","features":[1]},{"name":"DV_E_DVTARGETDEVICE_SIZE","features":[1]},{"name":"DV_E_FORMATETC","features":[1]},{"name":"DV_E_LINDEX","features":[1]},{"name":"DV_E_NOIVIEWOBJECT","features":[1]},{"name":"DV_E_STATDATA","features":[1]},{"name":"DV_E_STGMEDIUM","features":[1]},{"name":"DV_E_TYMED","features":[1]},{"name":"DWMERR_CATASTROPHIC_FAILURE","features":[1]},{"name":"DWMERR_STATE_TRANSITION_FAILED","features":[1]},{"name":"DWMERR_THEME_FAILED","features":[1]},{"name":"DWM_E_ADAPTER_NOT_FOUND","features":[1]},{"name":"DWM_E_COMPOSITIONDISABLED","features":[1]},{"name":"DWM_E_NOT_QUEUING_PRESENTS","features":[1]},{"name":"DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE","features":[1]},{"name":"DWM_E_REMOTING_NOT_SUPPORTED","features":[1]},{"name":"DWM_E_TEXTURE_TOO_LARGE","features":[1]},{"name":"DWM_S_GDI_REDIRECTION_SURFACE","features":[1]},{"name":"DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI","features":[1]},{"name":"DWRITE_E_ALREADYREGISTERED","features":[1]},{"name":"DWRITE_E_CACHEFORMAT","features":[1]},{"name":"DWRITE_E_CACHEVERSION","features":[1]},{"name":"DWRITE_E_FILEACCESS","features":[1]},{"name":"DWRITE_E_FILEFORMAT","features":[1]},{"name":"DWRITE_E_FILENOTFOUND","features":[1]},{"name":"DWRITE_E_FLOWDIRECTIONCONFLICTS","features":[1]},{"name":"DWRITE_E_FONTCOLLECTIONOBSOLETE","features":[1]},{"name":"DWRITE_E_NOCOLOR","features":[1]},{"name":"DWRITE_E_NOFONT","features":[1]},{"name":"DWRITE_E_TEXTRENDERERINCOMPATIBLE","features":[1]},{"name":"DWRITE_E_UNEXPECTED","features":[1]},{"name":"DWRITE_E_UNSUPPORTEDOPERATION","features":[1]},{"name":"DXCORE_ERROR_EVENT_NOT_UNREGISTERED","features":[1]},{"name":"DXGI_DDI_ERR_NONEXCLUSIVE","features":[1]},{"name":"DXGI_DDI_ERR_UNSUPPORTED","features":[1]},{"name":"DXGI_DDI_ERR_WASSTILLDRAWING","features":[1]},{"name":"DXGI_STATUS_CLIPPED","features":[1]},{"name":"DXGI_STATUS_DDA_WAS_STILL_DRAWING","features":[1]},{"name":"DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[1]},{"name":"DXGI_STATUS_MODE_CHANGED","features":[1]},{"name":"DXGI_STATUS_MODE_CHANGE_IN_PROGRESS","features":[1]},{"name":"DXGI_STATUS_NO_DESKTOP_ACCESS","features":[1]},{"name":"DXGI_STATUS_NO_REDIRECTION","features":[1]},{"name":"DXGI_STATUS_OCCLUDED","features":[1]},{"name":"DXGI_STATUS_PRESENT_REQUIRED","features":[1]},{"name":"DXGI_STATUS_UNOCCLUDED","features":[1]},{"name":"DuplicateHandle","features":[1]},{"name":"EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD","features":[1]},{"name":"EAS_E_ADMINS_HAVE_BLANK_PASSWORD","features":[1]},{"name":"EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD","features":[1]},{"name":"EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD","features":[1]},{"name":"EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD","features":[1]},{"name":"EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD","features":[1]},{"name":"EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS","features":[1]},{"name":"EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER","features":[1]},{"name":"EAS_E_POLICY_COMPLIANT_WITH_ACTIONS","features":[1]},{"name":"EAS_E_POLICY_NOT_MANAGED_BY_OS","features":[1]},{"name":"EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE","features":[1]},{"name":"EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE","features":[1]},{"name":"EAS_E_USER_CANNOT_CHANGE_PASSWORD","features":[1]},{"name":"ENUM_E_FIRST","features":[1]},{"name":"ENUM_E_LAST","features":[1]},{"name":"ENUM_S_FIRST","features":[1]},{"name":"ENUM_S_LAST","features":[1]},{"name":"EPT_NT_CANT_CREATE","features":[1]},{"name":"EPT_NT_CANT_PERFORM_OP","features":[1]},{"name":"EPT_NT_INVALID_ENTRY","features":[1]},{"name":"EPT_NT_NOT_REGISTERED","features":[1]},{"name":"ERROR_ABANDONED_WAIT_0","features":[1]},{"name":"ERROR_ABANDONED_WAIT_63","features":[1]},{"name":"ERROR_ABANDON_HIBERFILE","features":[1]},{"name":"ERROR_ABIOS_ERROR","features":[1]},{"name":"ERROR_ACCESS_AUDIT_BY_POLICY","features":[1]},{"name":"ERROR_ACCESS_DENIED","features":[1]},{"name":"ERROR_ACCESS_DENIED_APPDATA","features":[1]},{"name":"ERROR_ACCESS_DISABLED_BY_POLICY","features":[1]},{"name":"ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY","features":[1]},{"name":"ERROR_ACCESS_DISABLED_WEBBLADE","features":[1]},{"name":"ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER","features":[1]},{"name":"ERROR_ACCOUNT_DISABLED","features":[1]},{"name":"ERROR_ACCOUNT_EXPIRED","features":[1]},{"name":"ERROR_ACCOUNT_LOCKED_OUT","features":[1]},{"name":"ERROR_ACCOUNT_RESTRICTION","features":[1]},{"name":"ERROR_ACPI_ERROR","features":[1]},{"name":"ERROR_ACTIVATION_COUNT_EXCEEDED","features":[1]},{"name":"ERROR_ACTIVE_CONNECTIONS","features":[1]},{"name":"ERROR_ADAP_HDW_ERR","features":[1]},{"name":"ERROR_ADDRESS_ALREADY_ASSOCIATED","features":[1]},{"name":"ERROR_ADDRESS_NOT_ASSOCIATED","features":[1]},{"name":"ERROR_ADVANCED_INSTALLER_FAILED","features":[1]},{"name":"ERROR_ALERTED","features":[1]},{"name":"ERROR_ALIAS_EXISTS","features":[1]},{"name":"ERROR_ALLOCATE_BUCKET","features":[1]},{"name":"ERROR_ALLOTTED_SPACE_EXCEEDED","features":[1]},{"name":"ERROR_ALLOWED_PORT_TYPE_RESTRICTION","features":[1]},{"name":"ERROR_ALL_NODES_NOT_AVAILABLE","features":[1]},{"name":"ERROR_ALL_SIDS_FILTERED","features":[1]},{"name":"ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED","features":[1]},{"name":"ERROR_ALREADY_ASSIGNED","features":[1]},{"name":"ERROR_ALREADY_CONNECTED","features":[1]},{"name":"ERROR_ALREADY_CONNECTING","features":[1]},{"name":"ERROR_ALREADY_EXISTS","features":[1]},{"name":"ERROR_ALREADY_FIBER","features":[1]},{"name":"ERROR_ALREADY_HAS_STREAM_ID","features":[1]},{"name":"ERROR_ALREADY_INITIALIZED","features":[1]},{"name":"ERROR_ALREADY_REGISTERED","features":[1]},{"name":"ERROR_ALREADY_RUNNING_LKG","features":[1]},{"name":"ERROR_ALREADY_THREAD","features":[1]},{"name":"ERROR_ALREADY_WAITING","features":[1]},{"name":"ERROR_ALREADY_WIN32","features":[1]},{"name":"ERROR_AMBIGUOUS_SYSTEM_DEVICE","features":[1]},{"name":"ERROR_API_UNAVAILABLE","features":[1]},{"name":"ERROR_APPCONTAINER_REQUIRED","features":[1]},{"name":"ERROR_APPEXEC_APP_COMPAT_BLOCK","features":[1]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT","features":[1]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING","features":[1]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES","features":[1]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION","features":[1]},{"name":"ERROR_APPEXEC_CONDITION_NOT_SATISFIED","features":[1]},{"name":"ERROR_APPEXEC_HANDLE_INVALIDATED","features":[1]},{"name":"ERROR_APPEXEC_HOST_ID_MISMATCH","features":[1]},{"name":"ERROR_APPEXEC_INVALID_HOST_GENERATION","features":[1]},{"name":"ERROR_APPEXEC_INVALID_HOST_STATE","features":[1]},{"name":"ERROR_APPEXEC_NO_DONOR","features":[1]},{"name":"ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION","features":[1]},{"name":"ERROR_APPEXEC_UNKNOWN_USER","features":[1]},{"name":"ERROR_APPHELP_BLOCK","features":[1]},{"name":"ERROR_APPINSTALLER_ACTIVATION_BLOCKED","features":[1]},{"name":"ERROR_APPINSTALLER_IS_MANAGED_BY_SYSTEM","features":[1]},{"name":"ERROR_APPINSTALLER_URI_IN_USE","features":[1]},{"name":"ERROR_APPX_FILE_NOT_ENCRYPTED","features":[1]},{"name":"ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN","features":[1]},{"name":"ERROR_APPX_RAW_DATA_WRITE_FAILED","features":[1]},{"name":"ERROR_APP_DATA_CORRUPT","features":[1]},{"name":"ERROR_APP_DATA_EXPIRED","features":[1]},{"name":"ERROR_APP_DATA_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_APP_DATA_NOT_FOUND","features":[1]},{"name":"ERROR_APP_DATA_REBOOT_REQUIRED","features":[1]},{"name":"ERROR_APP_HANG","features":[1]},{"name":"ERROR_APP_INIT_FAILURE","features":[1]},{"name":"ERROR_APP_WRONG_OS","features":[1]},{"name":"ERROR_ARBITRATION_UNHANDLED","features":[1]},{"name":"ERROR_ARENA_TRASHED","features":[1]},{"name":"ERROR_ARITHMETIC_OVERFLOW","features":[1]},{"name":"ERROR_ASSERTION_FAILURE","features":[1]},{"name":"ERROR_ATOMIC_LOCKS_NOT_SUPPORTED","features":[1]},{"name":"ERROR_ATTRIBUTE_NOT_PRESENT","features":[1]},{"name":"ERROR_AUDITING_DISABLED","features":[1]},{"name":"ERROR_AUDIT_FAILED","features":[1]},{"name":"ERROR_AUTHENTICATION_FIREWALL_FAILED","features":[1]},{"name":"ERROR_AUTHENTICATOR_MISMATCH","features":[1]},{"name":"ERROR_AUTHENTICODE_DISALLOWED","features":[1]},{"name":"ERROR_AUTHENTICODE_PUBLISHER_NOT_TRUSTED","features":[1]},{"name":"ERROR_AUTHENTICODE_TRUSTED_PUBLISHER","features":[1]},{"name":"ERROR_AUTHENTICODE_TRUST_NOT_ESTABLISHED","features":[1]},{"name":"ERROR_AUTHIP_FAILURE","features":[1]},{"name":"ERROR_AUTH_PROTOCOL_REJECTED","features":[1]},{"name":"ERROR_AUTH_PROTOCOL_RESTRICTION","features":[1]},{"name":"ERROR_AUTH_SERVER_TIMEOUT","features":[1]},{"name":"ERROR_AUTODATASEG_EXCEEDS_64k","features":[1]},{"name":"ERROR_BACKUP_CONTROLLER","features":[1]},{"name":"ERROR_BADDB","features":[1]},{"name":"ERROR_BADKEY","features":[1]},{"name":"ERROR_BADSTARTPOSITION","features":[1]},{"name":"ERROR_BAD_ACCESSOR_FLAGS","features":[1]},{"name":"ERROR_BAD_ARGUMENTS","features":[1]},{"name":"ERROR_BAD_CLUSTERS","features":[1]},{"name":"ERROR_BAD_COMMAND","features":[1]},{"name":"ERROR_BAD_COMPRESSION_BUFFER","features":[1]},{"name":"ERROR_BAD_CONFIGURATION","features":[1]},{"name":"ERROR_BAD_CURRENT_DIRECTORY","features":[1]},{"name":"ERROR_BAD_DESCRIPTOR_FORMAT","features":[1]},{"name":"ERROR_BAD_DEVICE","features":[1]},{"name":"ERROR_BAD_DEVICE_PATH","features":[1]},{"name":"ERROR_BAD_DEV_TYPE","features":[1]},{"name":"ERROR_BAD_DLL_ENTRYPOINT","features":[1]},{"name":"ERROR_BAD_DRIVER","features":[1]},{"name":"ERROR_BAD_DRIVER_LEVEL","features":[1]},{"name":"ERROR_BAD_ENVIRONMENT","features":[1]},{"name":"ERROR_BAD_EXE_FORMAT","features":[1]},{"name":"ERROR_BAD_FILE_TYPE","features":[1]},{"name":"ERROR_BAD_FORMAT","features":[1]},{"name":"ERROR_BAD_FUNCTION_TABLE","features":[1]},{"name":"ERROR_BAD_IMPERSONATION_LEVEL","features":[1]},{"name":"ERROR_BAD_INHERITANCE_ACL","features":[1]},{"name":"ERROR_BAD_INTERFACE_INSTALLSECT","features":[1]},{"name":"ERROR_BAD_LENGTH","features":[1]},{"name":"ERROR_BAD_LOGON_SESSION_STATE","features":[1]},{"name":"ERROR_BAD_MCFG_TABLE","features":[1]},{"name":"ERROR_BAD_NETPATH","features":[1]},{"name":"ERROR_BAD_NET_NAME","features":[1]},{"name":"ERROR_BAD_NET_RESP","features":[1]},{"name":"ERROR_BAD_PATHNAME","features":[1]},{"name":"ERROR_BAD_PIPE","features":[1]},{"name":"ERROR_BAD_PROFILE","features":[1]},{"name":"ERROR_BAD_PROVIDER","features":[1]},{"name":"ERROR_BAD_QUERY_SYNTAX","features":[1]},{"name":"ERROR_BAD_RECOVERY_POLICY","features":[1]},{"name":"ERROR_BAD_REM_ADAP","features":[1]},{"name":"ERROR_BAD_SECTION_NAME_LINE","features":[1]},{"name":"ERROR_BAD_SERVICE_ENTRYPOINT","features":[1]},{"name":"ERROR_BAD_SERVICE_INSTALLSECT","features":[1]},{"name":"ERROR_BAD_STACK","features":[1]},{"name":"ERROR_BAD_THREADID_ADDR","features":[1]},{"name":"ERROR_BAD_TOKEN_TYPE","features":[1]},{"name":"ERROR_BAD_UNIT","features":[1]},{"name":"ERROR_BAD_USERNAME","features":[1]},{"name":"ERROR_BAD_USER_PROFILE","features":[1]},{"name":"ERROR_BAD_VALIDATION_CLASS","features":[1]},{"name":"ERROR_BAP_DISCONNECTED","features":[1]},{"name":"ERROR_BAP_REQUIRED","features":[1]},{"name":"ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED","features":[1]},{"name":"ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED","features":[1]},{"name":"ERROR_BCD_TOO_MANY_ELEMENTS","features":[1]},{"name":"ERROR_BEGINNING_OF_MEDIA","features":[1]},{"name":"ERROR_BEYOND_VDL","features":[1]},{"name":"ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT","features":[1]},{"name":"ERROR_BIZRULES_NOT_ENABLED","features":[1]},{"name":"ERROR_BLOCKED_BY_PARENTAL_CONTROLS","features":[1]},{"name":"ERROR_BLOCK_SHARED","features":[1]},{"name":"ERROR_BLOCK_SOURCE_WEAK_REFERENCE_INVALID","features":[1]},{"name":"ERROR_BLOCK_TARGET_WEAK_REFERENCE_INVALID","features":[1]},{"name":"ERROR_BLOCK_TOO_MANY_REFERENCES","features":[1]},{"name":"ERROR_BLOCK_WEAK_REFERENCE_INVALID","features":[1]},{"name":"ERROR_BOOT_ALREADY_ACCEPTED","features":[1]},{"name":"ERROR_BROKEN_PIPE","features":[1]},{"name":"ERROR_BUFFER_ALL_ZEROS","features":[1]},{"name":"ERROR_BUFFER_OVERFLOW","features":[1]},{"name":"ERROR_BUSY","features":[1]},{"name":"ERROR_BUSY_DRIVE","features":[1]},{"name":"ERROR_BUS_RESET","features":[1]},{"name":"ERROR_BYPASSIO_FLT_NOT_SUPPORTED","features":[1]},{"name":"ERROR_CACHE_PAGE_LOCKED","features":[1]},{"name":"ERROR_CALLBACK_INVOKE_INLINE","features":[1]},{"name":"ERROR_CALLBACK_POP_STACK","features":[1]},{"name":"ERROR_CALLBACK_SUPPLIED_INVALID_DATA","features":[1]},{"name":"ERROR_CALL_NOT_IMPLEMENTED","features":[1]},{"name":"ERROR_CANCELLED","features":[1]},{"name":"ERROR_CANCEL_VIOLATION","features":[1]},{"name":"ERROR_CANNOT_ABORT_TRANSACTIONS","features":[1]},{"name":"ERROR_CANNOT_ACCEPT_TRANSACTED_WORK","features":[1]},{"name":"ERROR_CANNOT_BREAK_OPLOCK","features":[1]},{"name":"ERROR_CANNOT_COPY","features":[1]},{"name":"ERROR_CANNOT_DETECT_DRIVER_FAILURE","features":[1]},{"name":"ERROR_CANNOT_DETECT_PROCESS_ABORT","features":[1]},{"name":"ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION","features":[1]},{"name":"ERROR_CANNOT_FIND_WND_CLASS","features":[1]},{"name":"ERROR_CANNOT_GRANT_REQUESTED_OPLOCK","features":[1]},{"name":"ERROR_CANNOT_IMPERSONATE","features":[1]},{"name":"ERROR_CANNOT_LOAD_REGISTRY_FILE","features":[1]},{"name":"ERROR_CANNOT_MAKE","features":[1]},{"name":"ERROR_CANNOT_OPEN_PROFILE","features":[1]},{"name":"ERROR_CANNOT_SWITCH_RUNLEVEL","features":[1]},{"name":"ERROR_CANTFETCHBACKWARDS","features":[1]},{"name":"ERROR_CANTOPEN","features":[1]},{"name":"ERROR_CANTREAD","features":[1]},{"name":"ERROR_CANTSCROLLBACKWARDS","features":[1]},{"name":"ERROR_CANTWRITE","features":[1]},{"name":"ERROR_CANT_ACCESS_DOMAIN_INFO","features":[1]},{"name":"ERROR_CANT_ACCESS_FILE","features":[1]},{"name":"ERROR_CANT_ATTACH_TO_DEV_VOLUME","features":[1]},{"name":"ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY","features":[1]},{"name":"ERROR_CANT_CLEAR_ENCRYPTION_FLAG","features":[1]},{"name":"ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS","features":[1]},{"name":"ERROR_CANT_CROSS_RM_BOUNDARY","features":[1]},{"name":"ERROR_CANT_DELETE_LAST_ITEM","features":[1]},{"name":"ERROR_CANT_DISABLE_MANDATORY","features":[1]},{"name":"ERROR_CANT_ENABLE_DENY_ONLY","features":[1]},{"name":"ERROR_CANT_EVICT_ACTIVE_NODE","features":[1]},{"name":"ERROR_CANT_LOAD_CLASS_ICON","features":[1]},{"name":"ERROR_CANT_OPEN_ANONYMOUS","features":[1]},{"name":"ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT","features":[1]},{"name":"ERROR_CANT_RECOVER_WITH_HANDLE_OPEN","features":[1]},{"name":"ERROR_CANT_REMOVE_DEVINST","features":[1]},{"name":"ERROR_CANT_RESOLVE_FILENAME","features":[1]},{"name":"ERROR_CANT_TERMINATE_SELF","features":[1]},{"name":"ERROR_CANT_WAIT","features":[1]},{"name":"ERROR_CAN_NOT_COMPLETE","features":[1]},{"name":"ERROR_CAN_NOT_DEL_LOCAL_WINS","features":[1]},{"name":"ERROR_CAPAUTHZ_CHANGE_TYPE","features":[1]},{"name":"ERROR_CAPAUTHZ_DB_CORRUPTED","features":[1]},{"name":"ERROR_CAPAUTHZ_NOT_AUTHORIZED","features":[1]},{"name":"ERROR_CAPAUTHZ_NOT_DEVUNLOCKED","features":[1]},{"name":"ERROR_CAPAUTHZ_NOT_PROVISIONED","features":[1]},{"name":"ERROR_CAPAUTHZ_NO_POLICY","features":[1]},{"name":"ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED","features":[1]},{"name":"ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG","features":[1]},{"name":"ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY","features":[1]},{"name":"ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH","features":[1]},{"name":"ERROR_CAPAUTHZ_SCCD_PARSE_ERROR","features":[1]},{"name":"ERROR_CARDBUS_NOT_SUPPORTED","features":[1]},{"name":"ERROR_CASE_DIFFERING_NAMES_IN_DIR","features":[1]},{"name":"ERROR_CASE_SENSITIVE_PATH","features":[1]},{"name":"ERROR_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT","features":[1]},{"name":"ERROR_CHECKING_FILE_SYSTEM","features":[1]},{"name":"ERROR_CHECKOUT_REQUIRED","features":[1]},{"name":"ERROR_CHILD_MUST_BE_VOLATILE","features":[1]},{"name":"ERROR_CHILD_NOT_COMPLETE","features":[1]},{"name":"ERROR_CHILD_PROCESS_BLOCKED","features":[1]},{"name":"ERROR_CHILD_WINDOW_MENU","features":[1]},{"name":"ERROR_CIMFS_IMAGE_CORRUPT","features":[1]},{"name":"ERROR_CIMFS_IMAGE_VERSION_NOT_SUPPORTED","features":[1]},{"name":"ERROR_CIRCULAR_DEPENDENCY","features":[1]},{"name":"ERROR_CLASSIC_COMPAT_MODE_NOT_ALLOWED","features":[1]},{"name":"ERROR_CLASS_ALREADY_EXISTS","features":[1]},{"name":"ERROR_CLASS_DOES_NOT_EXIST","features":[1]},{"name":"ERROR_CLASS_HAS_WINDOWS","features":[1]},{"name":"ERROR_CLASS_MISMATCH","features":[1]},{"name":"ERROR_CLEANER_CARTRIDGE_INSTALLED","features":[1]},{"name":"ERROR_CLEANER_CARTRIDGE_SPENT","features":[1]},{"name":"ERROR_CLEANER_SLOT_NOT_SET","features":[1]},{"name":"ERROR_CLEANER_SLOT_SET","features":[1]},{"name":"ERROR_CLIENT_INTERFACE_ALREADY_EXISTS","features":[1]},{"name":"ERROR_CLIENT_SERVER_PARAMETERS_INVALID","features":[1]},{"name":"ERROR_CLIPBOARD_NOT_OPEN","features":[1]},{"name":"ERROR_CLIPPING_NOT_SUPPORTED","features":[1]},{"name":"ERROR_CLIP_DEVICE_LICENSE_MISSING","features":[1]},{"name":"ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID","features":[1]},{"name":"ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH","features":[1]},{"name":"ERROR_CLIP_LICENSE_EXPIRED","features":[1]},{"name":"ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE","features":[1]},{"name":"ERROR_CLIP_LICENSE_INVALID_SIGNATURE","features":[1]},{"name":"ERROR_CLIP_LICENSE_NOT_FOUND","features":[1]},{"name":"ERROR_CLIP_LICENSE_NOT_SIGNED","features":[1]},{"name":"ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE","features":[1]},{"name":"ERROR_CLOUD_FILE_ACCESS_DENIED","features":[1]},{"name":"ERROR_CLOUD_FILE_ALREADY_CONNECTED","features":[1]},{"name":"ERROR_CLOUD_FILE_AUTHENTICATION_FAILED","features":[1]},{"name":"ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY","features":[1]},{"name":"ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED","features":[1]},{"name":"ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS","features":[1]},{"name":"ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES","features":[1]},{"name":"ERROR_CLOUD_FILE_INVALID_REQUEST","features":[1]},{"name":"ERROR_CLOUD_FILE_IN_USE","features":[1]},{"name":"ERROR_CLOUD_FILE_METADATA_CORRUPT","features":[1]},{"name":"ERROR_CLOUD_FILE_METADATA_TOO_LARGE","features":[1]},{"name":"ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE","features":[1]},{"name":"ERROR_CLOUD_FILE_NOT_IN_SYNC","features":[1]},{"name":"ERROR_CLOUD_FILE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT","features":[1]},{"name":"ERROR_CLOUD_FILE_PINNED","features":[1]},{"name":"ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH","features":[1]},{"name":"ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE","features":[1]},{"name":"ERROR_CLOUD_FILE_PROPERTY_CORRUPT","features":[1]},{"name":"ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT","features":[1]},{"name":"ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED","features":[1]},{"name":"ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING","features":[1]},{"name":"ERROR_CLOUD_FILE_PROVIDER_TERMINATED","features":[1]},{"name":"ERROR_CLOUD_FILE_READ_ONLY_VOLUME","features":[1]},{"name":"ERROR_CLOUD_FILE_REQUEST_ABORTED","features":[1]},{"name":"ERROR_CLOUD_FILE_REQUEST_CANCELED","features":[1]},{"name":"ERROR_CLOUD_FILE_REQUEST_TIMEOUT","features":[1]},{"name":"ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT","features":[1]},{"name":"ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS","features":[1]},{"name":"ERROR_CLOUD_FILE_UNSUCCESSFUL","features":[1]},{"name":"ERROR_CLOUD_FILE_US_MESSAGE_TIMEOUT","features":[1]},{"name":"ERROR_CLOUD_FILE_VALIDATION_FAILED","features":[1]},{"name":"ERROR_CLUSCFG_ALREADY_COMMITTED","features":[1]},{"name":"ERROR_CLUSCFG_ROLLBACK_FAILED","features":[1]},{"name":"ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT","features":[1]},{"name":"ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND","features":[1]},{"name":"ERROR_CLUSTERLOG_CORRUPT","features":[1]},{"name":"ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE","features":[1]},{"name":"ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE","features":[1]},{"name":"ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE","features":[1]},{"name":"ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE","features":[1]},{"name":"ERROR_CLUSTER_AFFINITY_CONFLICT","features":[1]},{"name":"ERROR_CLUSTER_BACKUP_IN_PROGRESS","features":[1]},{"name":"ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES","features":[1]},{"name":"ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME","features":[1]},{"name":"ERROR_CLUSTER_CANT_DESERIALIZE_DATA","features":[1]},{"name":"ERROR_CLUSTER_CSV_INVALID_HANDLE","features":[1]},{"name":"ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT","features":[1]},{"name":"ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR","features":[1]},{"name":"ERROR_CLUSTER_DATABASE_SEQMISMATCH","features":[1]},{"name":"ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS","features":[1]},{"name":"ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS","features":[1]},{"name":"ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED","features":[1]},{"name":"ERROR_CLUSTER_DISK_NOT_CONNECTED","features":[1]},{"name":"ERROR_CLUSTER_EVICT_INVALID_REQUEST","features":[1]},{"name":"ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP","features":[1]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION","features":[1]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY","features":[1]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND","features":[1]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS","features":[1]},{"name":"ERROR_CLUSTER_GROUP_BUSY","features":[1]},{"name":"ERROR_CLUSTER_GROUP_MOVING","features":[1]},{"name":"ERROR_CLUSTER_GROUP_QUEUED","features":[1]},{"name":"ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE","features":[1]},{"name":"ERROR_CLUSTER_GUM_NOT_LOCKER","features":[1]},{"name":"ERROR_CLUSTER_INCOMPATIBLE_VERSIONS","features":[1]},{"name":"ERROR_CLUSTER_INSTANCE_ID_MISMATCH","features":[1]},{"name":"ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION","features":[1]},{"name":"ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME","features":[1]},{"name":"ERROR_CLUSTER_INVALID_IPV6_NETWORK","features":[1]},{"name":"ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK","features":[1]},{"name":"ERROR_CLUSTER_INVALID_NETWORK","features":[1]},{"name":"ERROR_CLUSTER_INVALID_NETWORK_PROVIDER","features":[1]},{"name":"ERROR_CLUSTER_INVALID_NODE","features":[1]},{"name":"ERROR_CLUSTER_INVALID_NODE_WEIGHT","features":[1]},{"name":"ERROR_CLUSTER_INVALID_REQUEST","features":[1]},{"name":"ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR","features":[1]},{"name":"ERROR_CLUSTER_INVALID_STRING_FORMAT","features":[1]},{"name":"ERROR_CLUSTER_INVALID_STRING_TERMINATION","features":[1]},{"name":"ERROR_CLUSTER_IPADDR_IN_USE","features":[1]},{"name":"ERROR_CLUSTER_JOIN_ABORTED","features":[1]},{"name":"ERROR_CLUSTER_JOIN_IN_PROGRESS","features":[1]},{"name":"ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS","features":[1]},{"name":"ERROR_CLUSTER_LAST_INTERNAL_NETWORK","features":[1]},{"name":"ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND","features":[1]},{"name":"ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED","features":[1]},{"name":"ERROR_CLUSTER_MAX_NODES_IN_CLUSTER","features":[1]},{"name":"ERROR_CLUSTER_MEMBERSHIP_HALT","features":[1]},{"name":"ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE","features":[1]},{"name":"ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME","features":[1]},{"name":"ERROR_CLUSTER_NETINTERFACE_EXISTS","features":[1]},{"name":"ERROR_CLUSTER_NETINTERFACE_NOT_FOUND","features":[1]},{"name":"ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE","features":[1]},{"name":"ERROR_CLUSTER_NETWORK_ALREADY_ONLINE","features":[1]},{"name":"ERROR_CLUSTER_NETWORK_EXISTS","features":[1]},{"name":"ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS","features":[1]},{"name":"ERROR_CLUSTER_NETWORK_NOT_FOUND","features":[1]},{"name":"ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP","features":[1]},{"name":"ERROR_CLUSTER_NETWORK_NOT_INTERNAL","features":[1]},{"name":"ERROR_CLUSTER_NODE_ALREADY_DOWN","features":[1]},{"name":"ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT","features":[1]},{"name":"ERROR_CLUSTER_NODE_ALREADY_MEMBER","features":[1]},{"name":"ERROR_CLUSTER_NODE_ALREADY_UP","features":[1]},{"name":"ERROR_CLUSTER_NODE_DOWN","features":[1]},{"name":"ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS","features":[1]},{"name":"ERROR_CLUSTER_NODE_EXISTS","features":[1]},{"name":"ERROR_CLUSTER_NODE_IN_GRACE_PERIOD","features":[1]},{"name":"ERROR_CLUSTER_NODE_ISOLATED","features":[1]},{"name":"ERROR_CLUSTER_NODE_NOT_FOUND","features":[1]},{"name":"ERROR_CLUSTER_NODE_NOT_MEMBER","features":[1]},{"name":"ERROR_CLUSTER_NODE_NOT_PAUSED","features":[1]},{"name":"ERROR_CLUSTER_NODE_NOT_READY","features":[1]},{"name":"ERROR_CLUSTER_NODE_PAUSED","features":[1]},{"name":"ERROR_CLUSTER_NODE_QUARANTINED","features":[1]},{"name":"ERROR_CLUSTER_NODE_SHUTTING_DOWN","features":[1]},{"name":"ERROR_CLUSTER_NODE_UNREACHABLE","features":[1]},{"name":"ERROR_CLUSTER_NODE_UP","features":[1]},{"name":"ERROR_CLUSTER_NOT_INSTALLED","features":[1]},{"name":"ERROR_CLUSTER_NOT_SHARED_VOLUME","features":[1]},{"name":"ERROR_CLUSTER_NO_NET_ADAPTERS","features":[1]},{"name":"ERROR_CLUSTER_NO_QUORUM","features":[1]},{"name":"ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED","features":[1]},{"name":"ERROR_CLUSTER_NO_SECURITY_CONTEXT","features":[1]},{"name":"ERROR_CLUSTER_NULL_DATA","features":[1]},{"name":"ERROR_CLUSTER_OBJECT_ALREADY_USED","features":[1]},{"name":"ERROR_CLUSTER_OBJECT_IS_CLUSTER_SET_VM","features":[1]},{"name":"ERROR_CLUSTER_OLD_VERSION","features":[1]},{"name":"ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST","features":[1]},{"name":"ERROR_CLUSTER_PARAMETER_MISMATCH","features":[1]},{"name":"ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS","features":[1]},{"name":"ERROR_CLUSTER_PARTIAL_READ","features":[1]},{"name":"ERROR_CLUSTER_PARTIAL_SEND","features":[1]},{"name":"ERROR_CLUSTER_PARTIAL_WRITE","features":[1]},{"name":"ERROR_CLUSTER_POISONED","features":[1]},{"name":"ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH","features":[1]},{"name":"ERROR_CLUSTER_QUORUMLOG_NOT_FOUND","features":[1]},{"name":"ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION","features":[1]},{"name":"ERROR_CLUSTER_RESNAME_NOT_FOUND","features":[1]},{"name":"ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_IS_REPLICATED","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_LOCKED_STATUS","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_NOT_MONITORED","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_TYPE_BUSY","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_CALL","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION","features":[1]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE","features":[1]},{"name":"ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_CLUSTER_RHS_FAILED_INITIALIZATION","features":[1]},{"name":"ERROR_CLUSTER_SHARED_VOLUMES_IN_USE","features":[1]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED","features":[1]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED","features":[1]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED","features":[1]},{"name":"ERROR_CLUSTER_SHUTTING_DOWN","features":[1]},{"name":"ERROR_CLUSTER_SINGLETON_RESOURCE","features":[1]},{"name":"ERROR_CLUSTER_SPACE_DEGRADED","features":[1]},{"name":"ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED","features":[1]},{"name":"ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED","features":[1]},{"name":"ERROR_CLUSTER_TOO_MANY_NODES","features":[1]},{"name":"ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED","features":[1]},{"name":"ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS","features":[1]},{"name":"ERROR_CLUSTER_UPGRADE_INCOMPLETE","features":[1]},{"name":"ERROR_CLUSTER_UPGRADE_IN_PROGRESS","features":[1]},{"name":"ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED","features":[1]},{"name":"ERROR_CLUSTER_USE_SHARED_VOLUMES_API","features":[1]},{"name":"ERROR_CLUSTER_WATCHDOG_TERMINATING","features":[1]},{"name":"ERROR_CLUSTER_WRONG_OS_VERSION","features":[1]},{"name":"ERROR_COLORSPACE_MISMATCH","features":[1]},{"name":"ERROR_COMMITMENT_LIMIT","features":[1]},{"name":"ERROR_COMMITMENT_MINIMUM","features":[1]},{"name":"ERROR_COMPRESSED_FILE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_COMPRESSION_DISABLED","features":[1]},{"name":"ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","features":[1]},{"name":"ERROR_COMPRESSION_NOT_BENEFICIAL","features":[1]},{"name":"ERROR_COM_TASK_STOP_PENDING","features":[1]},{"name":"ERROR_CONNECTED_OTHER_PASSWORD","features":[1]},{"name":"ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT","features":[1]},{"name":"ERROR_CONNECTION_ABORTED","features":[1]},{"name":"ERROR_CONNECTION_ACTIVE","features":[1]},{"name":"ERROR_CONNECTION_COUNT_LIMIT","features":[1]},{"name":"ERROR_CONNECTION_INVALID","features":[1]},{"name":"ERROR_CONNECTION_REFUSED","features":[1]},{"name":"ERROR_CONNECTION_UNAVAIL","features":[1]},{"name":"ERROR_CONTAINER_ASSIGNED","features":[1]},{"name":"ERROR_CONTENT_BLOCKED","features":[1]},{"name":"ERROR_CONTEXT_EXPIRED","features":[1]},{"name":"ERROR_CONTINUE","features":[1]},{"name":"ERROR_CONTROLLING_IEPORT","features":[1]},{"name":"ERROR_CONTROL_C_EXIT","features":[1]},{"name":"ERROR_CONTROL_ID_NOT_FOUND","features":[1]},{"name":"ERROR_CONVERT_TO_LARGE","features":[1]},{"name":"ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND","features":[1]},{"name":"ERROR_CORE_RESOURCE","features":[1]},{"name":"ERROR_CORRUPT_LOG_CLEARED","features":[1]},{"name":"ERROR_CORRUPT_LOG_CORRUPTED","features":[1]},{"name":"ERROR_CORRUPT_LOG_DELETED_FULL","features":[1]},{"name":"ERROR_CORRUPT_LOG_OVERFULL","features":[1]},{"name":"ERROR_CORRUPT_LOG_UNAVAILABLE","features":[1]},{"name":"ERROR_CORRUPT_SYSTEM_FILE","features":[1]},{"name":"ERROR_COULD_NOT_INTERPRET","features":[1]},{"name":"ERROR_COULD_NOT_RESIZE_LOG","features":[1]},{"name":"ERROR_COUNTER_TIMEOUT","features":[1]},{"name":"ERROR_CPU_SET_INVALID","features":[1]},{"name":"ERROR_CRASH_DUMP","features":[1]},{"name":"ERROR_CRC","features":[1]},{"name":"ERROR_CREATE_FAILED","features":[1]},{"name":"ERROR_CRED_REQUIRES_CONFIRMATION","features":[1]},{"name":"ERROR_CRM_PROTOCOL_ALREADY_EXISTS","features":[1]},{"name":"ERROR_CRM_PROTOCOL_NOT_FOUND","features":[1]},{"name":"ERROR_CROSS_PARTITION_VIOLATION","features":[1]},{"name":"ERROR_CSCSHARE_OFFLINE","features":[1]},{"name":"ERROR_CSV_VOLUME_NOT_LOCAL","features":[1]},{"name":"ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE","features":[1]},{"name":"ERROR_CS_ENCRYPTION_FILE_NOT_CSE","features":[1]},{"name":"ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE","features":[1]},{"name":"ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE","features":[1]},{"name":"ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER","features":[1]},{"name":"ERROR_CTLOG_INCONSISTENT_TRACKING_FILE","features":[1]},{"name":"ERROR_CTLOG_INVALID_TRACKING_STATE","features":[1]},{"name":"ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE","features":[1]},{"name":"ERROR_CTLOG_TRACKING_NOT_INITIALIZED","features":[1]},{"name":"ERROR_CTLOG_VHD_CHANGED_OFFLINE","features":[1]},{"name":"ERROR_CTX_ACCOUNT_RESTRICTION","features":[1]},{"name":"ERROR_CTX_BAD_VIDEO_MODE","features":[1]},{"name":"ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY","features":[1]},{"name":"ERROR_CTX_CDM_CONNECT","features":[1]},{"name":"ERROR_CTX_CDM_DISCONNECT","features":[1]},{"name":"ERROR_CTX_CLIENT_LICENSE_IN_USE","features":[1]},{"name":"ERROR_CTX_CLIENT_LICENSE_NOT_SET","features":[1]},{"name":"ERROR_CTX_CLIENT_QUERY_TIMEOUT","features":[1]},{"name":"ERROR_CTX_CLOSE_PENDING","features":[1]},{"name":"ERROR_CTX_CONSOLE_CONNECT","features":[1]},{"name":"ERROR_CTX_CONSOLE_DISCONNECT","features":[1]},{"name":"ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED","features":[1]},{"name":"ERROR_CTX_GRAPHICS_INVALID","features":[1]},{"name":"ERROR_CTX_INVALID_MODEMNAME","features":[1]},{"name":"ERROR_CTX_INVALID_PD","features":[1]},{"name":"ERROR_CTX_INVALID_WD","features":[1]},{"name":"ERROR_CTX_LICENSE_CLIENT_INVALID","features":[1]},{"name":"ERROR_CTX_LICENSE_EXPIRED","features":[1]},{"name":"ERROR_CTX_LICENSE_NOT_AVAILABLE","features":[1]},{"name":"ERROR_CTX_LOGON_DISABLED","features":[1]},{"name":"ERROR_CTX_MODEM_INF_NOT_FOUND","features":[1]},{"name":"ERROR_CTX_MODEM_RESPONSE_BUSY","features":[1]},{"name":"ERROR_CTX_MODEM_RESPONSE_ERROR","features":[1]},{"name":"ERROR_CTX_MODEM_RESPONSE_NO_CARRIER","features":[1]},{"name":"ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE","features":[1]},{"name":"ERROR_CTX_MODEM_RESPONSE_TIMEOUT","features":[1]},{"name":"ERROR_CTX_MODEM_RESPONSE_VOICE","features":[1]},{"name":"ERROR_CTX_NOT_CONSOLE","features":[1]},{"name":"ERROR_CTX_NO_FORCE_LOGOFF","features":[1]},{"name":"ERROR_CTX_NO_OUTBUF","features":[1]},{"name":"ERROR_CTX_PD_NOT_FOUND","features":[1]},{"name":"ERROR_CTX_SECURITY_LAYER_ERROR","features":[1]},{"name":"ERROR_CTX_SERVICE_NAME_COLLISION","features":[1]},{"name":"ERROR_CTX_SESSION_IN_USE","features":[1]},{"name":"ERROR_CTX_SHADOW_DENIED","features":[1]},{"name":"ERROR_CTX_SHADOW_DISABLED","features":[1]},{"name":"ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE","features":[1]},{"name":"ERROR_CTX_SHADOW_INVALID","features":[1]},{"name":"ERROR_CTX_SHADOW_NOT_RUNNING","features":[1]},{"name":"ERROR_CTX_TD_ERROR","features":[1]},{"name":"ERROR_CTX_WD_NOT_FOUND","features":[1]},{"name":"ERROR_CTX_WINSTATIONS_DISABLED","features":[1]},{"name":"ERROR_CTX_WINSTATION_ACCESS_DENIED","features":[1]},{"name":"ERROR_CTX_WINSTATION_ALREADY_EXISTS","features":[1]},{"name":"ERROR_CTX_WINSTATION_BUSY","features":[1]},{"name":"ERROR_CTX_WINSTATION_NAME_INVALID","features":[1]},{"name":"ERROR_CTX_WINSTATION_NOT_FOUND","features":[1]},{"name":"ERROR_CURRENT_DIRECTORY","features":[1]},{"name":"ERROR_CURRENT_DOMAIN_NOT_ALLOWED","features":[1]},{"name":"ERROR_CURRENT_TRANSACTION_NOT_VALID","features":[1]},{"name":"ERROR_DATABASE_BACKUP_CORRUPT","features":[1]},{"name":"ERROR_DATABASE_DOES_NOT_EXIST","features":[1]},{"name":"ERROR_DATABASE_FAILURE","features":[1]},{"name":"ERROR_DATABASE_FULL","features":[1]},{"name":"ERROR_DATATYPE_MISMATCH","features":[1]},{"name":"ERROR_DATA_CHECKSUM_ERROR","features":[1]},{"name":"ERROR_DATA_LOST_REPAIR","features":[1]},{"name":"ERROR_DATA_NOT_ACCEPTED","features":[1]},{"name":"ERROR_DAX_MAPPING_EXISTS","features":[1]},{"name":"ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN","features":[1]},{"name":"ERROR_DBG_COMMAND_EXCEPTION","features":[1]},{"name":"ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN","features":[1]},{"name":"ERROR_DBG_CONTINUE","features":[1]},{"name":"ERROR_DBG_CONTROL_BREAK","features":[1]},{"name":"ERROR_DBG_CONTROL_C","features":[1]},{"name":"ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN","features":[1]},{"name":"ERROR_DBG_EXCEPTION_HANDLED","features":[1]},{"name":"ERROR_DBG_EXCEPTION_NOT_HANDLED","features":[1]},{"name":"ERROR_DBG_PRINTEXCEPTION_C","features":[1]},{"name":"ERROR_DBG_REPLY_LATER","features":[1]},{"name":"ERROR_DBG_RIPEXCEPTION","features":[1]},{"name":"ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN","features":[1]},{"name":"ERROR_DBG_TERMINATE_PROCESS","features":[1]},{"name":"ERROR_DBG_TERMINATE_THREAD","features":[1]},{"name":"ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE","features":[1]},{"name":"ERROR_DC_NOT_FOUND","features":[1]},{"name":"ERROR_DDE_FAIL","features":[1]},{"name":"ERROR_DDM_NOT_RUNNING","features":[1]},{"name":"ERROR_DEBUGGER_INACTIVE","features":[1]},{"name":"ERROR_DEBUG_ATTACH_FAILED","features":[1]},{"name":"ERROR_DECRYPTION_FAILED","features":[1]},{"name":"ERROR_DELAY_LOAD_FAILED","features":[1]},{"name":"ERROR_DELETE_PENDING","features":[1]},{"name":"ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED","features":[1]},{"name":"ERROR_DELETING_ICM_XFORM","features":[1]},{"name":"ERROR_DEPENDENCY_ALREADY_EXISTS","features":[1]},{"name":"ERROR_DEPENDENCY_NOT_ALLOWED","features":[1]},{"name":"ERROR_DEPENDENCY_NOT_FOUND","features":[1]},{"name":"ERROR_DEPENDENCY_TREE_TOO_COMPLEX","features":[1]},{"name":"ERROR_DEPENDENT_RESOURCE_EXISTS","features":[1]},{"name":"ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT","features":[1]},{"name":"ERROR_DEPENDENT_SERVICES_RUNNING","features":[1]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_POLICY","features":[1]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY","features":[1]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF","features":[1]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE","features":[1]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE","features":[1]},{"name":"ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY","features":[1]},{"name":"ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED","features":[1]},{"name":"ERROR_DESTINATION_ELEMENT_FULL","features":[1]},{"name":"ERROR_DESTROY_OBJECT_OF_OTHER_THREAD","features":[1]},{"name":"ERROR_DEVICE_ALREADY_ATTACHED","features":[1]},{"name":"ERROR_DEVICE_ALREADY_REMEMBERED","features":[1]},{"name":"ERROR_DEVICE_DOOR_OPEN","features":[1]},{"name":"ERROR_DEVICE_ENUMERATION_ERROR","features":[1]},{"name":"ERROR_DEVICE_FEATURE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_DEVICE_HARDWARE_ERROR","features":[1]},{"name":"ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL","features":[1]},{"name":"ERROR_DEVICE_INSTALLER_NOT_READY","features":[1]},{"name":"ERROR_DEVICE_INSTALL_BLOCKED","features":[1]},{"name":"ERROR_DEVICE_INTERFACE_ACTIVE","features":[1]},{"name":"ERROR_DEVICE_INTERFACE_REMOVED","features":[1]},{"name":"ERROR_DEVICE_IN_MAINTENANCE","features":[1]},{"name":"ERROR_DEVICE_IN_USE","features":[1]},{"name":"ERROR_DEVICE_NOT_AVAILABLE","features":[1]},{"name":"ERROR_DEVICE_NOT_CONNECTED","features":[1]},{"name":"ERROR_DEVICE_NOT_PARTITIONED","features":[1]},{"name":"ERROR_DEVICE_NO_RESOURCES","features":[1]},{"name":"ERROR_DEVICE_REINITIALIZATION_NEEDED","features":[1]},{"name":"ERROR_DEVICE_REMOVED","features":[1]},{"name":"ERROR_DEVICE_REQUIRES_CLEANING","features":[1]},{"name":"ERROR_DEVICE_RESET_REQUIRED","features":[1]},{"name":"ERROR_DEVICE_SUPPORT_IN_PROGRESS","features":[1]},{"name":"ERROR_DEVICE_UNREACHABLE","features":[1]},{"name":"ERROR_DEVINFO_DATA_LOCKED","features":[1]},{"name":"ERROR_DEVINFO_LIST_LOCKED","features":[1]},{"name":"ERROR_DEVINFO_NOT_REGISTERED","features":[1]},{"name":"ERROR_DEVINSTALL_QUEUE_NONNATIVE","features":[1]},{"name":"ERROR_DEVINST_ALREADY_EXISTS","features":[1]},{"name":"ERROR_DEV_NOT_EXIST","features":[1]},{"name":"ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_DHCP_ADDRESS_CONFLICT","features":[1]},{"name":"ERROR_DIALIN_HOURS_RESTRICTION","features":[1]},{"name":"ERROR_DIALOUT_HOURS_RESTRICTION","features":[1]},{"name":"ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST","features":[1]},{"name":"ERROR_DIFFERENT_SERVICE_ACCOUNT","features":[1]},{"name":"ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED","features":[1]},{"name":"ERROR_DIF_BINDING_API_NOT_FOUND","features":[1]},{"name":"ERROR_DIF_IOCALLBACK_NOT_REPLACED","features":[1]},{"name":"ERROR_DIF_LIVEDUMP_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_DIF_VOLATILE_DRIVER_HOTPATCHED","features":[1]},{"name":"ERROR_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING","features":[1]},{"name":"ERROR_DIF_VOLATILE_INVALID_INFO","features":[1]},{"name":"ERROR_DIF_VOLATILE_NOT_ALLOWED","features":[1]},{"name":"ERROR_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED","features":[1]},{"name":"ERROR_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING","features":[1]},{"name":"ERROR_DIF_VOLATILE_SECTION_NOT_LOCKED","features":[1]},{"name":"ERROR_DIRECTORY","features":[1]},{"name":"ERROR_DIRECTORY_NOT_RM","features":[1]},{"name":"ERROR_DIRECTORY_NOT_SUPPORTED","features":[1]},{"name":"ERROR_DIRECT_ACCESS_HANDLE","features":[1]},{"name":"ERROR_DIR_EFS_DISALLOWED","features":[1]},{"name":"ERROR_DIR_NOT_EMPTY","features":[1]},{"name":"ERROR_DIR_NOT_ROOT","features":[1]},{"name":"ERROR_DISCARDED","features":[1]},{"name":"ERROR_DISK_CHANGE","features":[1]},{"name":"ERROR_DISK_CORRUPT","features":[1]},{"name":"ERROR_DISK_FULL","features":[1]},{"name":"ERROR_DISK_NOT_CSV_CAPABLE","features":[1]},{"name":"ERROR_DISK_OPERATION_FAILED","features":[1]},{"name":"ERROR_DISK_QUOTA_EXCEEDED","features":[1]},{"name":"ERROR_DISK_RECALIBRATE_FAILED","features":[1]},{"name":"ERROR_DISK_REPAIR_DISABLED","features":[1]},{"name":"ERROR_DISK_REPAIR_REDIRECTED","features":[1]},{"name":"ERROR_DISK_REPAIR_UNSUCCESSFUL","features":[1]},{"name":"ERROR_DISK_RESET_FAILED","features":[1]},{"name":"ERROR_DISK_RESOURCES_EXHAUSTED","features":[1]},{"name":"ERROR_DISK_TOO_FRAGMENTED","features":[1]},{"name":"ERROR_DI_BAD_PATH","features":[1]},{"name":"ERROR_DI_DONT_INSTALL","features":[1]},{"name":"ERROR_DI_DO_DEFAULT","features":[1]},{"name":"ERROR_DI_FUNCTION_OBSOLETE","features":[1]},{"name":"ERROR_DI_NOFILECOPY","features":[1]},{"name":"ERROR_DI_POSTPROCESSING_REQUIRED","features":[1]},{"name":"ERROR_DLL_INIT_FAILED","features":[1]},{"name":"ERROR_DLL_INIT_FAILED_LOGOFF","features":[1]},{"name":"ERROR_DLL_MIGHT_BE_INCOMPATIBLE","features":[1]},{"name":"ERROR_DLL_MIGHT_BE_INSECURE","features":[1]},{"name":"ERROR_DLL_NOT_FOUND","features":[1]},{"name":"ERROR_DLP_POLICY_DENIES_OPERATION","features":[1]},{"name":"ERROR_DLP_POLICY_SILENTLY_FAIL","features":[1]},{"name":"ERROR_DLP_POLICY_WARNS_AGAINST_OPERATION","features":[1]},{"name":"ERROR_DM_OPERATION_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_DOMAIN_CONTROLLER_EXISTS","features":[1]},{"name":"ERROR_DOMAIN_CONTROLLER_NOT_FOUND","features":[1]},{"name":"ERROR_DOMAIN_CTRLR_CONFIG_ERROR","features":[1]},{"name":"ERROR_DOMAIN_EXISTS","features":[1]},{"name":"ERROR_DOMAIN_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION","features":[1]},{"name":"ERROR_DOMAIN_TRUST_INCONSISTENT","features":[1]},{"name":"ERROR_DOWNGRADE_DETECTED","features":[1]},{"name":"ERROR_DPL_NOT_SUPPORTED_FOR_USER","features":[1]},{"name":"ERROR_DRIVERS_LEAKING_LOCKED_PAGES","features":[1]},{"name":"ERROR_DRIVER_BLOCKED","features":[1]},{"name":"ERROR_DRIVER_CANCEL_TIMEOUT","features":[1]},{"name":"ERROR_DRIVER_DATABASE_ERROR","features":[1]},{"name":"ERROR_DRIVER_FAILED_PRIOR_UNLOAD","features":[1]},{"name":"ERROR_DRIVER_FAILED_SLEEP","features":[1]},{"name":"ERROR_DRIVER_INSTALL_BLOCKED","features":[1]},{"name":"ERROR_DRIVER_NONNATIVE","features":[1]},{"name":"ERROR_DRIVER_PROCESS_TERMINATED","features":[1]},{"name":"ERROR_DRIVER_STORE_ADD_FAILED","features":[1]},{"name":"ERROR_DRIVER_STORE_DELETE_FAILED","features":[1]},{"name":"ERROR_DRIVE_LOCKED","features":[1]},{"name":"ERROR_DRIVE_MEDIA_MISMATCH","features":[1]},{"name":"ERROR_DS_ADD_REPLICA_INHIBITED","features":[1]},{"name":"ERROR_DS_ADMIN_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_DS_AFFECTS_MULTIPLE_DSAS","features":[1]},{"name":"ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER","features":[1]},{"name":"ERROR_DS_ALIASED_OBJ_MISSING","features":[1]},{"name":"ERROR_DS_ALIAS_DEREF_PROBLEM","features":[1]},{"name":"ERROR_DS_ALIAS_POINTS_TO_ALIAS","features":[1]},{"name":"ERROR_DS_ALIAS_PROBLEM","features":[1]},{"name":"ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS","features":[1]},{"name":"ERROR_DS_ATTRIBUTE_OWNED_BY_SAM","features":[1]},{"name":"ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED","features":[1]},{"name":"ERROR_DS_ATT_ALREADY_EXISTS","features":[1]},{"name":"ERROR_DS_ATT_IS_NOT_ON_OBJ","features":[1]},{"name":"ERROR_DS_ATT_NOT_DEF_FOR_CLASS","features":[1]},{"name":"ERROR_DS_ATT_NOT_DEF_IN_SCHEMA","features":[1]},{"name":"ERROR_DS_ATT_SCHEMA_REQ_ID","features":[1]},{"name":"ERROR_DS_ATT_SCHEMA_REQ_SYNTAX","features":[1]},{"name":"ERROR_DS_ATT_VAL_ALREADY_EXISTS","features":[1]},{"name":"ERROR_DS_AUDIT_FAILURE","features":[1]},{"name":"ERROR_DS_AUTHORIZATION_FAILED","features":[1]},{"name":"ERROR_DS_AUTH_METHOD_NOT_SUPPORTED","features":[1]},{"name":"ERROR_DS_AUTH_UNKNOWN","features":[1]},{"name":"ERROR_DS_AUX_CLS_TEST_FAIL","features":[1]},{"name":"ERROR_DS_BACKLINK_WITHOUT_LINK","features":[1]},{"name":"ERROR_DS_BAD_ATT_SCHEMA_SYNTAX","features":[1]},{"name":"ERROR_DS_BAD_HIERARCHY_FILE","features":[1]},{"name":"ERROR_DS_BAD_INSTANCE_TYPE","features":[1]},{"name":"ERROR_DS_BAD_NAME_SYNTAX","features":[1]},{"name":"ERROR_DS_BAD_RDN_ATT_ID_SYNTAX","features":[1]},{"name":"ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED","features":[1]},{"name":"ERROR_DS_BUSY","features":[1]},{"name":"ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD","features":[1]},{"name":"ERROR_DS_CANT_ADD_ATT_VALUES","features":[1]},{"name":"ERROR_DS_CANT_ADD_SYSTEM_ONLY","features":[1]},{"name":"ERROR_DS_CANT_ADD_TO_GC","features":[1]},{"name":"ERROR_DS_CANT_CACHE_ATT","features":[1]},{"name":"ERROR_DS_CANT_CACHE_CLASS","features":[1]},{"name":"ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC","features":[1]},{"name":"ERROR_DS_CANT_CREATE_UNDER_SCHEMA","features":[1]},{"name":"ERROR_DS_CANT_DELETE","features":[1]},{"name":"ERROR_DS_CANT_DELETE_DSA_OBJ","features":[1]},{"name":"ERROR_DS_CANT_DEL_MASTER_CROSSREF","features":[1]},{"name":"ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC","features":[1]},{"name":"ERROR_DS_CANT_DEREF_ALIAS","features":[1]},{"name":"ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN","features":[1]},{"name":"ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF","features":[1]},{"name":"ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN","features":[1]},{"name":"ERROR_DS_CANT_FIND_DSA_OBJ","features":[1]},{"name":"ERROR_DS_CANT_FIND_EXPECTED_NC","features":[1]},{"name":"ERROR_DS_CANT_FIND_NC_IN_CACHE","features":[1]},{"name":"ERROR_DS_CANT_MIX_MASTER_AND_REPS","features":[1]},{"name":"ERROR_DS_CANT_MOD_OBJ_CLASS","features":[1]},{"name":"ERROR_DS_CANT_MOD_PRIMARYGROUPID","features":[1]},{"name":"ERROR_DS_CANT_MOD_SYSTEM_ONLY","features":[1]},{"name":"ERROR_DS_CANT_MOVE_ACCOUNT_GROUP","features":[1]},{"name":"ERROR_DS_CANT_MOVE_APP_BASIC_GROUP","features":[1]},{"name":"ERROR_DS_CANT_MOVE_APP_QUERY_GROUP","features":[1]},{"name":"ERROR_DS_CANT_MOVE_DELETED_OBJECT","features":[1]},{"name":"ERROR_DS_CANT_MOVE_RESOURCE_GROUP","features":[1]},{"name":"ERROR_DS_CANT_ON_NON_LEAF","features":[1]},{"name":"ERROR_DS_CANT_ON_RDN","features":[1]},{"name":"ERROR_DS_CANT_REMOVE_ATT_CACHE","features":[1]},{"name":"ERROR_DS_CANT_REMOVE_CLASS_CACHE","features":[1]},{"name":"ERROR_DS_CANT_REM_MISSING_ATT","features":[1]},{"name":"ERROR_DS_CANT_REM_MISSING_ATT_VAL","features":[1]},{"name":"ERROR_DS_CANT_REPLACE_HIDDEN_REC","features":[1]},{"name":"ERROR_DS_CANT_RETRIEVE_ATTS","features":[1]},{"name":"ERROR_DS_CANT_RETRIEVE_CHILD","features":[1]},{"name":"ERROR_DS_CANT_RETRIEVE_DN","features":[1]},{"name":"ERROR_DS_CANT_RETRIEVE_INSTANCE","features":[1]},{"name":"ERROR_DS_CANT_RETRIEVE_SD","features":[1]},{"name":"ERROR_DS_CANT_START","features":[1]},{"name":"ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ","features":[1]},{"name":"ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS","features":[1]},{"name":"ERROR_DS_CHILDREN_EXIST","features":[1]},{"name":"ERROR_DS_CLASS_MUST_BE_CONCRETE","features":[1]},{"name":"ERROR_DS_CLASS_NOT_DSA","features":[1]},{"name":"ERROR_DS_CLIENT_LOOP","features":[1]},{"name":"ERROR_DS_CODE_INCONSISTENCY","features":[1]},{"name":"ERROR_DS_COMPARE_FALSE","features":[1]},{"name":"ERROR_DS_COMPARE_TRUE","features":[1]},{"name":"ERROR_DS_CONFIDENTIALITY_REQUIRED","features":[1]},{"name":"ERROR_DS_CONFIG_PARAM_MISSING","features":[1]},{"name":"ERROR_DS_CONSTRAINT_VIOLATION","features":[1]},{"name":"ERROR_DS_CONSTRUCTED_ATT_MOD","features":[1]},{"name":"ERROR_DS_CONTROL_NOT_FOUND","features":[1]},{"name":"ERROR_DS_COULDNT_CONTACT_FSMO","features":[1]},{"name":"ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE","features":[1]},{"name":"ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE","features":[1]},{"name":"ERROR_DS_COULDNT_UPDATE_SPNS","features":[1]},{"name":"ERROR_DS_COUNTING_AB_INDICES_FAILED","features":[1]},{"name":"ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD","features":[1]},{"name":"ERROR_DS_CROSS_DOM_MOVE_ERROR","features":[1]},{"name":"ERROR_DS_CROSS_NC_DN_RENAME","features":[1]},{"name":"ERROR_DS_CROSS_REF_BUSY","features":[1]},{"name":"ERROR_DS_CROSS_REF_EXISTS","features":[1]},{"name":"ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE","features":[1]},{"name":"ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2","features":[1]},{"name":"ERROR_DS_DATABASE_ERROR","features":[1]},{"name":"ERROR_DS_DECODING_ERROR","features":[1]},{"name":"ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED","features":[1]},{"name":"ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST","features":[1]},{"name":"ERROR_DS_DIFFERENT_REPL_EPOCHS","features":[1]},{"name":"ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER","features":[1]},{"name":"ERROR_DS_DISALLOWED_NC_REDIRECT","features":[1]},{"name":"ERROR_DS_DNS_LOOKUP_FAILURE","features":[1]},{"name":"ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST","features":[1]},{"name":"ERROR_DS_DOMAIN_RENAME_IN_PROGRESS","features":[1]},{"name":"ERROR_DS_DOMAIN_VERSION_TOO_HIGH","features":[1]},{"name":"ERROR_DS_DOMAIN_VERSION_TOO_LOW","features":[1]},{"name":"ERROR_DS_DRA_ABANDON_SYNC","features":[1]},{"name":"ERROR_DS_DRA_ACCESS_DENIED","features":[1]},{"name":"ERROR_DS_DRA_BAD_DN","features":[1]},{"name":"ERROR_DS_DRA_BAD_INSTANCE_TYPE","features":[1]},{"name":"ERROR_DS_DRA_BAD_NC","features":[1]},{"name":"ERROR_DS_DRA_BUSY","features":[1]},{"name":"ERROR_DS_DRA_CONNECTION_FAILED","features":[1]},{"name":"ERROR_DS_DRA_CORRUPT_UTD_VECTOR","features":[1]},{"name":"ERROR_DS_DRA_DB_ERROR","features":[1]},{"name":"ERROR_DS_DRA_DN_EXISTS","features":[1]},{"name":"ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT","features":[1]},{"name":"ERROR_DS_DRA_EXTN_CONNECTION_FAILED","features":[1]},{"name":"ERROR_DS_DRA_GENERIC","features":[1]},{"name":"ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET","features":[1]},{"name":"ERROR_DS_DRA_INCONSISTENT_DIT","features":[1]},{"name":"ERROR_DS_DRA_INTERNAL_ERROR","features":[1]},{"name":"ERROR_DS_DRA_INVALID_PARAMETER","features":[1]},{"name":"ERROR_DS_DRA_MAIL_PROBLEM","features":[1]},{"name":"ERROR_DS_DRA_MISSING_KRBTGT_SECRET","features":[1]},{"name":"ERROR_DS_DRA_MISSING_PARENT","features":[1]},{"name":"ERROR_DS_DRA_NAME_COLLISION","features":[1]},{"name":"ERROR_DS_DRA_NOT_SUPPORTED","features":[1]},{"name":"ERROR_DS_DRA_NO_REPLICA","features":[1]},{"name":"ERROR_DS_DRA_OBJ_IS_REP_SOURCE","features":[1]},{"name":"ERROR_DS_DRA_OBJ_NC_MISMATCH","features":[1]},{"name":"ERROR_DS_DRA_OUT_OF_MEM","features":[1]},{"name":"ERROR_DS_DRA_OUT_SCHEDULE_WINDOW","features":[1]},{"name":"ERROR_DS_DRA_PREEMPTED","features":[1]},{"name":"ERROR_DS_DRA_RECYCLED_TARGET","features":[1]},{"name":"ERROR_DS_DRA_REF_ALREADY_EXISTS","features":[1]},{"name":"ERROR_DS_DRA_REF_NOT_FOUND","features":[1]},{"name":"ERROR_DS_DRA_REPL_PENDING","features":[1]},{"name":"ERROR_DS_DRA_RPC_CANCELLED","features":[1]},{"name":"ERROR_DS_DRA_SCHEMA_CONFLICT","features":[1]},{"name":"ERROR_DS_DRA_SCHEMA_INFO_SHIP","features":[1]},{"name":"ERROR_DS_DRA_SCHEMA_MISMATCH","features":[1]},{"name":"ERROR_DS_DRA_SECRETS_DENIED","features":[1]},{"name":"ERROR_DS_DRA_SHUTDOWN","features":[1]},{"name":"ERROR_DS_DRA_SINK_DISABLED","features":[1]},{"name":"ERROR_DS_DRA_SOURCE_DISABLED","features":[1]},{"name":"ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA","features":[1]},{"name":"ERROR_DS_DRA_SOURCE_REINSTALLED","features":[1]},{"name":"ERROR_DS_DRS_EXTENSIONS_CHANGED","features":[1]},{"name":"ERROR_DS_DSA_MUST_BE_INT_MASTER","features":[1]},{"name":"ERROR_DS_DST_DOMAIN_NOT_NATIVE","features":[1]},{"name":"ERROR_DS_DST_NC_MISMATCH","features":[1]},{"name":"ERROR_DS_DS_REQUIRED","features":[1]},{"name":"ERROR_DS_DUPLICATE_ID_FOUND","features":[1]},{"name":"ERROR_DS_DUP_LDAP_DISPLAY_NAME","features":[1]},{"name":"ERROR_DS_DUP_LINK_ID","features":[1]},{"name":"ERROR_DS_DUP_MAPI_ID","features":[1]},{"name":"ERROR_DS_DUP_MSDS_INTID","features":[1]},{"name":"ERROR_DS_DUP_OID","features":[1]},{"name":"ERROR_DS_DUP_RDN","features":[1]},{"name":"ERROR_DS_DUP_SCHEMA_ID_GUID","features":[1]},{"name":"ERROR_DS_ENCODING_ERROR","features":[1]},{"name":"ERROR_DS_EPOCH_MISMATCH","features":[1]},{"name":"ERROR_DS_EXISTING_AD_CHILD_NC","features":[1]},{"name":"ERROR_DS_EXISTS_IN_AUX_CLS","features":[1]},{"name":"ERROR_DS_EXISTS_IN_MAY_HAVE","features":[1]},{"name":"ERROR_DS_EXISTS_IN_MUST_HAVE","features":[1]},{"name":"ERROR_DS_EXISTS_IN_POSS_SUP","features":[1]},{"name":"ERROR_DS_EXISTS_IN_RDNATTID","features":[1]},{"name":"ERROR_DS_EXISTS_IN_SUB_CLS","features":[1]},{"name":"ERROR_DS_FILTER_UNKNOWN","features":[1]},{"name":"ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS","features":[1]},{"name":"ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST","features":[1]},{"name":"ERROR_DS_FOREST_VERSION_TOO_HIGH","features":[1]},{"name":"ERROR_DS_FOREST_VERSION_TOO_LOW","features":[1]},{"name":"ERROR_DS_GCVERIFY_ERROR","features":[1]},{"name":"ERROR_DS_GC_NOT_AVAILABLE","features":[1]},{"name":"ERROR_DS_GC_REQUIRED","features":[1]},{"name":"ERROR_DS_GENERIC_ERROR","features":[1]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER","features":[1]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER","features":[1]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER","features":[1]},{"name":"ERROR_DS_GOVERNSID_MISSING","features":[1]},{"name":"ERROR_DS_GROUP_CONVERSION_ERROR","features":[1]},{"name":"ERROR_DS_HAVE_PRIMARY_MEMBERS","features":[1]},{"name":"ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED","features":[1]},{"name":"ERROR_DS_HIERARCHY_TABLE_TOO_DEEP","features":[1]},{"name":"ERROR_DS_HIGH_ADLDS_FFL","features":[1]},{"name":"ERROR_DS_HIGH_DSA_VERSION","features":[1]},{"name":"ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD","features":[1]},{"name":"ERROR_DS_ILLEGAL_MOD_OPERATION","features":[1]},{"name":"ERROR_DS_ILLEGAL_SUPERIOR","features":[1]},{"name":"ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION","features":[1]},{"name":"ERROR_DS_INAPPROPRIATE_AUTH","features":[1]},{"name":"ERROR_DS_INAPPROPRIATE_MATCHING","features":[1]},{"name":"ERROR_DS_INCOMPATIBLE_CONTROLS_USED","features":[1]},{"name":"ERROR_DS_INCOMPATIBLE_VERSION","features":[1]},{"name":"ERROR_DS_INCORRECT_ROLE_OWNER","features":[1]},{"name":"ERROR_DS_INIT_FAILURE","features":[1]},{"name":"ERROR_DS_INIT_FAILURE_CONSOLE","features":[1]},{"name":"ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE","features":[1]},{"name":"ERROR_DS_INSTALL_NO_SRC_SCH_VERSION","features":[1]},{"name":"ERROR_DS_INSTALL_SCHEMA_MISMATCH","features":[1]},{"name":"ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT","features":[1]},{"name":"ERROR_DS_INSUFF_ACCESS_RIGHTS","features":[1]},{"name":"ERROR_DS_INTERNAL_FAILURE","features":[1]},{"name":"ERROR_DS_INVALID_ATTRIBUTE_SYNTAX","features":[1]},{"name":"ERROR_DS_INVALID_DMD","features":[1]},{"name":"ERROR_DS_INVALID_DN_SYNTAX","features":[1]},{"name":"ERROR_DS_INVALID_GROUP_TYPE","features":[1]},{"name":"ERROR_DS_INVALID_LDAP_DISPLAY_NAME","features":[1]},{"name":"ERROR_DS_INVALID_NAME_FOR_SPN","features":[1]},{"name":"ERROR_DS_INVALID_ROLE_OWNER","features":[1]},{"name":"ERROR_DS_INVALID_SCRIPT","features":[1]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG","features":[1]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE","features":[1]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG_TUPLE","features":[1]},{"name":"ERROR_DS_IS_LEAF","features":[1]},{"name":"ERROR_DS_KEY_NOT_UNIQUE","features":[1]},{"name":"ERROR_DS_LDAP_SEND_QUEUE_FULL","features":[1]},{"name":"ERROR_DS_LINK_ID_NOT_AVAILABLE","features":[1]},{"name":"ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER","features":[1]},{"name":"ERROR_DS_LOCAL_ERROR","features":[1]},{"name":"ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY","features":[1]},{"name":"ERROR_DS_LOOP_DETECT","features":[1]},{"name":"ERROR_DS_LOW_ADLDS_FFL","features":[1]},{"name":"ERROR_DS_LOW_DSA_VERSION","features":[1]},{"name":"ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4","features":[1]},{"name":"ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED","features":[1]},{"name":"ERROR_DS_MAPI_ID_NOT_AVAILABLE","features":[1]},{"name":"ERROR_DS_MASTERDSA_REQUIRED","features":[1]},{"name":"ERROR_DS_MAX_OBJ_SIZE_EXCEEDED","features":[1]},{"name":"ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY","features":[1]},{"name":"ERROR_DS_MISSING_EXPECTED_ATT","features":[1]},{"name":"ERROR_DS_MISSING_FOREST_TRUST","features":[1]},{"name":"ERROR_DS_MISSING_FSMO_SETTINGS","features":[1]},{"name":"ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER","features":[1]},{"name":"ERROR_DS_MISSING_REQUIRED_ATT","features":[1]},{"name":"ERROR_DS_MISSING_SUPREF","features":[1]},{"name":"ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG","features":[1]},{"name":"ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE","features":[1]},{"name":"ERROR_DS_MODIFYDN_WRONG_GRANDPARENT","features":[1]},{"name":"ERROR_DS_MUST_BE_RUN_ON_DST_DC","features":[1]},{"name":"ERROR_DS_NAME_ERROR_DOMAIN_ONLY","features":[1]},{"name":"ERROR_DS_NAME_ERROR_NOT_FOUND","features":[1]},{"name":"ERROR_DS_NAME_ERROR_NOT_UNIQUE","features":[1]},{"name":"ERROR_DS_NAME_ERROR_NO_MAPPING","features":[1]},{"name":"ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING","features":[1]},{"name":"ERROR_DS_NAME_ERROR_RESOLVING","features":[1]},{"name":"ERROR_DS_NAME_ERROR_TRUST_REFERRAL","features":[1]},{"name":"ERROR_DS_NAME_NOT_UNIQUE","features":[1]},{"name":"ERROR_DS_NAME_REFERENCE_INVALID","features":[1]},{"name":"ERROR_DS_NAME_TOO_LONG","features":[1]},{"name":"ERROR_DS_NAME_TOO_MANY_PARTS","features":[1]},{"name":"ERROR_DS_NAME_TYPE_UNKNOWN","features":[1]},{"name":"ERROR_DS_NAME_UNPARSEABLE","features":[1]},{"name":"ERROR_DS_NAME_VALUE_TOO_LONG","features":[1]},{"name":"ERROR_DS_NAMING_MASTER_GC","features":[1]},{"name":"ERROR_DS_NAMING_VIOLATION","features":[1]},{"name":"ERROR_DS_NCNAME_MISSING_CR_REF","features":[1]},{"name":"ERROR_DS_NCNAME_MUST_BE_NC","features":[1]},{"name":"ERROR_DS_NC_MUST_HAVE_NC_PARENT","features":[1]},{"name":"ERROR_DS_NC_STILL_HAS_DSAS","features":[1]},{"name":"ERROR_DS_NONEXISTENT_MAY_HAVE","features":[1]},{"name":"ERROR_DS_NONEXISTENT_MUST_HAVE","features":[1]},{"name":"ERROR_DS_NONEXISTENT_POSS_SUP","features":[1]},{"name":"ERROR_DS_NONSAFE_SCHEMA_CHANGE","features":[1]},{"name":"ERROR_DS_NON_ASQ_SEARCH","features":[1]},{"name":"ERROR_DS_NON_BASE_SEARCH","features":[1]},{"name":"ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX","features":[1]},{"name":"ERROR_DS_NOT_AN_OBJECT","features":[1]},{"name":"ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC","features":[1]},{"name":"ERROR_DS_NOT_CLOSEST","features":[1]},{"name":"ERROR_DS_NOT_INSTALLED","features":[1]},{"name":"ERROR_DS_NOT_ON_BACKLINK","features":[1]},{"name":"ERROR_DS_NOT_SUPPORTED","features":[1]},{"name":"ERROR_DS_NOT_SUPPORTED_SORT_ORDER","features":[1]},{"name":"ERROR_DS_NO_ATTRIBUTE_OR_VALUE","features":[1]},{"name":"ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN","features":[1]},{"name":"ERROR_DS_NO_CHAINED_EVAL","features":[1]},{"name":"ERROR_DS_NO_CHAINING","features":[1]},{"name":"ERROR_DS_NO_CHECKPOINT_WITH_PDC","features":[1]},{"name":"ERROR_DS_NO_CROSSREF_FOR_NC","features":[1]},{"name":"ERROR_DS_NO_DELETED_NAME","features":[1]},{"name":"ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS","features":[1]},{"name":"ERROR_DS_NO_MORE_RIDS","features":[1]},{"name":"ERROR_DS_NO_MSDS_INTID","features":[1]},{"name":"ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN","features":[1]},{"name":"ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN","features":[1]},{"name":"ERROR_DS_NO_NTDSA_OBJECT","features":[1]},{"name":"ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC","features":[1]},{"name":"ERROR_DS_NO_PARENT_OBJECT","features":[1]},{"name":"ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION","features":[1]},{"name":"ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA","features":[1]},{"name":"ERROR_DS_NO_REF_DOMAIN","features":[1]},{"name":"ERROR_DS_NO_REQUESTED_ATTS_FOUND","features":[1]},{"name":"ERROR_DS_NO_RESULTS_RETURNED","features":[1]},{"name":"ERROR_DS_NO_RIDS_ALLOCATED","features":[1]},{"name":"ERROR_DS_NO_SERVER_OBJECT","features":[1]},{"name":"ERROR_DS_NO_SUCH_OBJECT","features":[1]},{"name":"ERROR_DS_NO_TREE_DELETE_ABOVE_NC","features":[1]},{"name":"ERROR_DS_NTDSCRIPT_PROCESS_ERROR","features":[1]},{"name":"ERROR_DS_NTDSCRIPT_SYNTAX_ERROR","features":[1]},{"name":"ERROR_DS_OBJECT_BEING_REMOVED","features":[1]},{"name":"ERROR_DS_OBJECT_CLASS_REQUIRED","features":[1]},{"name":"ERROR_DS_OBJECT_RESULTS_TOO_LARGE","features":[1]},{"name":"ERROR_DS_OBJ_CLASS_NOT_DEFINED","features":[1]},{"name":"ERROR_DS_OBJ_CLASS_NOT_SUBCLASS","features":[1]},{"name":"ERROR_DS_OBJ_CLASS_VIOLATION","features":[1]},{"name":"ERROR_DS_OBJ_GUID_EXISTS","features":[1]},{"name":"ERROR_DS_OBJ_NOT_FOUND","features":[1]},{"name":"ERROR_DS_OBJ_STRING_NAME_EXISTS","features":[1]},{"name":"ERROR_DS_OBJ_TOO_LARGE","features":[1]},{"name":"ERROR_DS_OFFSET_RANGE_ERROR","features":[1]},{"name":"ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS","features":[1]},{"name":"ERROR_DS_OID_NOT_FOUND","features":[1]},{"name":"ERROR_DS_OPERATIONS_ERROR","features":[1]},{"name":"ERROR_DS_OUT_OF_SCOPE","features":[1]},{"name":"ERROR_DS_OUT_OF_VERSION_STORE","features":[1]},{"name":"ERROR_DS_PARAM_ERROR","features":[1]},{"name":"ERROR_DS_PARENT_IS_AN_ALIAS","features":[1]},{"name":"ERROR_DS_PDC_OPERATION_IN_PROGRESS","features":[1]},{"name":"ERROR_DS_PER_ATTRIBUTE_AUTHZ_FAILED_DURING_ADD","features":[1]},{"name":"ERROR_DS_POLICY_NOT_KNOWN","features":[1]},{"name":"ERROR_DS_PROTOCOL_ERROR","features":[1]},{"name":"ERROR_DS_RANGE_CONSTRAINT","features":[1]},{"name":"ERROR_DS_RDN_DOESNT_MATCH_SCHEMA","features":[1]},{"name":"ERROR_DS_RECALCSCHEMA_FAILED","features":[1]},{"name":"ERROR_DS_REFERRAL","features":[1]},{"name":"ERROR_DS_REFERRAL_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_DS_REFUSING_FSMO_ROLES","features":[1]},{"name":"ERROR_DS_REMOTE_CROSSREF_OP_FAILED","features":[1]},{"name":"ERROR_DS_REPLICATOR_ONLY","features":[1]},{"name":"ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR","features":[1]},{"name":"ERROR_DS_REPL_LIFETIME_EXCEEDED","features":[1]},{"name":"ERROR_DS_RESERVED_LINK_ID","features":[1]},{"name":"ERROR_DS_RESERVED_MAPI_ID","features":[1]},{"name":"ERROR_DS_RIDMGR_DISABLED","features":[1]},{"name":"ERROR_DS_RIDMGR_INIT_ERROR","features":[1]},{"name":"ERROR_DS_ROLE_NOT_VERIFIED","features":[1]},{"name":"ERROR_DS_ROOT_CANT_BE_SUBREF","features":[1]},{"name":"ERROR_DS_ROOT_MUST_BE_NC","features":[1]},{"name":"ERROR_DS_ROOT_REQUIRES_CLASS_TOP","features":[1]},{"name":"ERROR_DS_SAM_INIT_FAILURE","features":[1]},{"name":"ERROR_DS_SAM_INIT_FAILURE_CONSOLE","features":[1]},{"name":"ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY","features":[1]},{"name":"ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD","features":[1]},{"name":"ERROR_DS_SCHEMA_ALLOC_FAILED","features":[1]},{"name":"ERROR_DS_SCHEMA_NOT_LOADED","features":[1]},{"name":"ERROR_DS_SCHEMA_UPDATE_DISALLOWED","features":[1]},{"name":"ERROR_DS_SECURITY_CHECKING_ERROR","features":[1]},{"name":"ERROR_DS_SECURITY_ILLEGAL_MODIFY","features":[1]},{"name":"ERROR_DS_SEC_DESC_INVALID","features":[1]},{"name":"ERROR_DS_SEC_DESC_TOO_SHORT","features":[1]},{"name":"ERROR_DS_SEMANTIC_ATT_TEST","features":[1]},{"name":"ERROR_DS_SENSITIVE_GROUP_VIOLATION","features":[1]},{"name":"ERROR_DS_SERVER_DOWN","features":[1]},{"name":"ERROR_DS_SHUTTING_DOWN","features":[1]},{"name":"ERROR_DS_SINGLE_USER_MODE_FAILED","features":[1]},{"name":"ERROR_DS_SINGLE_VALUE_CONSTRAINT","features":[1]},{"name":"ERROR_DS_SIZELIMIT_EXCEEDED","features":[1]},{"name":"ERROR_DS_SORT_CONTROL_MISSING","features":[1]},{"name":"ERROR_DS_SOURCE_AUDITING_NOT_ENABLED","features":[1]},{"name":"ERROR_DS_SOURCE_DOMAIN_IN_FOREST","features":[1]},{"name":"ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST","features":[1]},{"name":"ERROR_DS_SRC_AND_DST_NC_IDENTICAL","features":[1]},{"name":"ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH","features":[1]},{"name":"ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER","features":[1]},{"name":"ERROR_DS_SRC_GUID_MISMATCH","features":[1]},{"name":"ERROR_DS_SRC_NAME_MISMATCH","features":[1]},{"name":"ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER","features":[1]},{"name":"ERROR_DS_SRC_SID_EXISTS_IN_FOREST","features":[1]},{"name":"ERROR_DS_STRING_SD_CONVERSION_FAILED","features":[1]},{"name":"ERROR_DS_STRONG_AUTH_REQUIRED","features":[1]},{"name":"ERROR_DS_SUBREF_MUST_HAVE_PARENT","features":[1]},{"name":"ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD","features":[1]},{"name":"ERROR_DS_SUB_CLS_TEST_FAIL","features":[1]},{"name":"ERROR_DS_SYNTAX_MISMATCH","features":[1]},{"name":"ERROR_DS_THREAD_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_DS_TIMELIMIT_EXCEEDED","features":[1]},{"name":"ERROR_DS_TREE_DELETE_NOT_FINISHED","features":[1]},{"name":"ERROR_DS_UNABLE_TO_SURRENDER_ROLES","features":[1]},{"name":"ERROR_DS_UNAVAILABLE","features":[1]},{"name":"ERROR_DS_UNAVAILABLE_CRIT_EXTENSION","features":[1]},{"name":"ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED","features":[1]},{"name":"ERROR_DS_UNICODEPWD_NOT_IN_QUOTES","features":[1]},{"name":"ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER","features":[1]},{"name":"ERROR_DS_UNKNOWN_ERROR","features":[1]},{"name":"ERROR_DS_UNKNOWN_OPERATION","features":[1]},{"name":"ERROR_DS_UNWILLING_TO_PERFORM","features":[1]},{"name":"ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST","features":[1]},{"name":"ERROR_DS_USER_BUFFER_TO_SMALL","features":[1]},{"name":"ERROR_DS_VALUE_KEY_NOT_UNIQUE","features":[1]},{"name":"ERROR_DS_VERSION_CHECK_FAILURE","features":[1]},{"name":"ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL","features":[1]},{"name":"ERROR_DS_WRONG_LINKED_ATT_SYNTAX","features":[1]},{"name":"ERROR_DS_WRONG_OM_OBJ_CLASS","features":[1]},{"name":"ERROR_DUPLICATE_FOUND","features":[1]},{"name":"ERROR_DUPLICATE_PRIVILEGES","features":[1]},{"name":"ERROR_DUPLICATE_SERVICE_NAME","features":[1]},{"name":"ERROR_DUPLICATE_TAG","features":[1]},{"name":"ERROR_DUP_DOMAINNAME","features":[1]},{"name":"ERROR_DUP_NAME","features":[1]},{"name":"ERROR_DYNAMIC_CODE_BLOCKED","features":[1]},{"name":"ERROR_DYNLINK_FROM_INVALID_RING","features":[1]},{"name":"ERROR_EAS_DIDNT_FIT","features":[1]},{"name":"ERROR_EAS_NOT_SUPPORTED","features":[1]},{"name":"ERROR_EA_ACCESS_DENIED","features":[1]},{"name":"ERROR_EA_FILE_CORRUPT","features":[1]},{"name":"ERROR_EA_LIST_INCONSISTENT","features":[1]},{"name":"ERROR_EA_TABLE_FULL","features":[1]},{"name":"ERROR_EC_CIRCULAR_FORWARDING","features":[1]},{"name":"ERROR_EC_CREDSTORE_FULL","features":[1]},{"name":"ERROR_EC_CRED_NOT_FOUND","features":[1]},{"name":"ERROR_EC_LOG_DISABLED","features":[1]},{"name":"ERROR_EC_NO_ACTIVE_CHANNEL","features":[1]},{"name":"ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE","features":[1]},{"name":"ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED","features":[1]},{"name":"ERROR_EDP_POLICY_DENIES_OPERATION","features":[1]},{"name":"ERROR_EFS_ALG_BLOB_TOO_BIG","features":[1]},{"name":"ERROR_EFS_DISABLED","features":[1]},{"name":"ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION","features":[1]},{"name":"ERROR_EFS_SERVER_NOT_TRUSTED","features":[1]},{"name":"ERROR_EFS_VERSION_NOT_SUPPORT","features":[1]},{"name":"ERROR_ELEVATION_REQUIRED","features":[1]},{"name":"ERROR_EMPTY","features":[1]},{"name":"ERROR_ENCLAVE_FAILURE","features":[1]},{"name":"ERROR_ENCLAVE_NOT_TERMINATED","features":[1]},{"name":"ERROR_ENCLAVE_VIOLATION","features":[1]},{"name":"ERROR_ENCRYPTED_FILE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_ENCRYPTED_IO_NOT_POSSIBLE","features":[1]},{"name":"ERROR_ENCRYPTING_METADATA_DISALLOWED","features":[1]},{"name":"ERROR_ENCRYPTION_DISABLED","features":[1]},{"name":"ERROR_ENCRYPTION_FAILED","features":[1]},{"name":"ERROR_ENCRYPTION_POLICY_DENIES_OPERATION","features":[1]},{"name":"ERROR_END_OF_MEDIA","features":[1]},{"name":"ERROR_ENLISTMENT_NOT_FOUND","features":[1]},{"name":"ERROR_ENLISTMENT_NOT_SUPERIOR","features":[1]},{"name":"ERROR_ENVVAR_NOT_FOUND","features":[1]},{"name":"ERROR_EOM_OVERFLOW","features":[1]},{"name":"ERROR_ERRORS_ENCOUNTERED","features":[1]},{"name":"ERROR_EVALUATION_EXPIRATION","features":[1]},{"name":"ERROR_EVENTLOG_CANT_START","features":[1]},{"name":"ERROR_EVENTLOG_FILE_CHANGED","features":[1]},{"name":"ERROR_EVENTLOG_FILE_CORRUPT","features":[1]},{"name":"ERROR_EVENT_DONE","features":[1]},{"name":"ERROR_EVENT_PENDING","features":[1]},{"name":"ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY","features":[1]},{"name":"ERROR_EVT_CHANNEL_CANNOT_ACTIVATE","features":[1]},{"name":"ERROR_EVT_CHANNEL_NOT_FOUND","features":[1]},{"name":"ERROR_EVT_CONFIGURATION_ERROR","features":[1]},{"name":"ERROR_EVT_EVENT_DEFINITION_NOT_FOUND","features":[1]},{"name":"ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND","features":[1]},{"name":"ERROR_EVT_FILTER_ALREADYSCOPED","features":[1]},{"name":"ERROR_EVT_FILTER_INVARG","features":[1]},{"name":"ERROR_EVT_FILTER_INVTEST","features":[1]},{"name":"ERROR_EVT_FILTER_INVTYPE","features":[1]},{"name":"ERROR_EVT_FILTER_NOTELTSET","features":[1]},{"name":"ERROR_EVT_FILTER_OUT_OF_RANGE","features":[1]},{"name":"ERROR_EVT_FILTER_PARSEERR","features":[1]},{"name":"ERROR_EVT_FILTER_TOO_COMPLEX","features":[1]},{"name":"ERROR_EVT_FILTER_UNEXPECTEDTOKEN","features":[1]},{"name":"ERROR_EVT_FILTER_UNSUPPORTEDOP","features":[1]},{"name":"ERROR_EVT_INVALID_CHANNEL_PATH","features":[1]},{"name":"ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE","features":[1]},{"name":"ERROR_EVT_INVALID_EVENT_DATA","features":[1]},{"name":"ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL","features":[1]},{"name":"ERROR_EVT_INVALID_PUBLISHER_NAME","features":[1]},{"name":"ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE","features":[1]},{"name":"ERROR_EVT_INVALID_QUERY","features":[1]},{"name":"ERROR_EVT_MALFORMED_XML_TEXT","features":[1]},{"name":"ERROR_EVT_MAX_INSERTS_REACHED","features":[1]},{"name":"ERROR_EVT_MESSAGE_ID_NOT_FOUND","features":[1]},{"name":"ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND","features":[1]},{"name":"ERROR_EVT_MESSAGE_NOT_FOUND","features":[1]},{"name":"ERROR_EVT_NON_VALIDATING_MSXML","features":[1]},{"name":"ERROR_EVT_PUBLISHER_DISABLED","features":[1]},{"name":"ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND","features":[1]},{"name":"ERROR_EVT_QUERY_RESULT_INVALID_POSITION","features":[1]},{"name":"ERROR_EVT_QUERY_RESULT_STALE","features":[1]},{"name":"ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL","features":[1]},{"name":"ERROR_EVT_UNRESOLVED_PARAMETER_INSERT","features":[1]},{"name":"ERROR_EVT_UNRESOLVED_VALUE_INSERT","features":[1]},{"name":"ERROR_EVT_VERSION_TOO_NEW","features":[1]},{"name":"ERROR_EVT_VERSION_TOO_OLD","features":[1]},{"name":"ERROR_EXCEPTION_IN_RESOURCE_CALL","features":[1]},{"name":"ERROR_EXCEPTION_IN_SERVICE","features":[1]},{"name":"ERROR_EXCL_SEM_ALREADY_OWNED","features":[1]},{"name":"ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY","features":[1]},{"name":"ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY","features":[1]},{"name":"ERROR_EXE_MACHINE_TYPE_MISMATCH","features":[1]},{"name":"ERROR_EXE_MARKED_INVALID","features":[1]},{"name":"ERROR_EXPECTED_SECTION_NAME","features":[1]},{"name":"ERROR_EXPIRED_HANDLE","features":[1]},{"name":"ERROR_EXTENDED_ERROR","features":[1]},{"name":"ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN","features":[1]},{"name":"ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED","features":[1]},{"name":"ERROR_EXTRANEOUS_INFORMATION","features":[1]},{"name":"ERROR_FAILED_DRIVER_ENTRY","features":[1]},{"name":"ERROR_FAILED_SERVICE_CONTROLLER_CONNECT","features":[1]},{"name":"ERROR_FAIL_FAST_EXCEPTION","features":[1]},{"name":"ERROR_FAIL_I24","features":[1]},{"name":"ERROR_FAIL_NOACTION_REBOOT","features":[1]},{"name":"ERROR_FAIL_REBOOT_INITIATED","features":[1]},{"name":"ERROR_FAIL_REBOOT_REQUIRED","features":[1]},{"name":"ERROR_FAIL_RESTART","features":[1]},{"name":"ERROR_FAIL_SHUTDOWN","features":[1]},{"name":"ERROR_FATAL_APP_EXIT","features":[1]},{"name":"ERROR_FILEMARK_DETECTED","features":[1]},{"name":"ERROR_FILENAME_EXCED_RANGE","features":[1]},{"name":"ERROR_FILEQUEUE_LOCKED","features":[1]},{"name":"ERROR_FILE_CHECKED_OUT","features":[1]},{"name":"ERROR_FILE_CORRUPT","features":[1]},{"name":"ERROR_FILE_ENCRYPTED","features":[1]},{"name":"ERROR_FILE_EXISTS","features":[1]},{"name":"ERROR_FILE_HANDLE_REVOKED","features":[1]},{"name":"ERROR_FILE_HASH_NOT_IN_CATALOG","features":[1]},{"name":"ERROR_FILE_IDENTITY_NOT_PERSISTENT","features":[1]},{"name":"ERROR_FILE_INVALID","features":[1]},{"name":"ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED","features":[1]},{"name":"ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS","features":[1]},{"name":"ERROR_FILE_NOT_ENCRYPTED","features":[1]},{"name":"ERROR_FILE_NOT_FOUND","features":[1]},{"name":"ERROR_FILE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_FILE_OFFLINE","features":[1]},{"name":"ERROR_FILE_PROTECTED_UNDER_DPL","features":[1]},{"name":"ERROR_FILE_READ_ONLY","features":[1]},{"name":"ERROR_FILE_SHARE_RESOURCE_CONFLICT","features":[1]},{"name":"ERROR_FILE_SNAP_INVALID_PARAMETER","features":[1]},{"name":"ERROR_FILE_SNAP_IN_PROGRESS","features":[1]},{"name":"ERROR_FILE_SNAP_IO_NOT_COORDINATED","features":[1]},{"name":"ERROR_FILE_SNAP_MODIFY_NOT_SUPPORTED","features":[1]},{"name":"ERROR_FILE_SNAP_UNEXPECTED_ERROR","features":[1]},{"name":"ERROR_FILE_SNAP_USER_SECTION_NOT_SUPPORTED","features":[1]},{"name":"ERROR_FILE_SYSTEM_LIMITATION","features":[1]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY","features":[1]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION","features":[1]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT","features":[1]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN","features":[1]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE","features":[1]},{"name":"ERROR_FILE_TOO_LARGE","features":[1]},{"name":"ERROR_FIRMWARE_UPDATED","features":[1]},{"name":"ERROR_FLOATED_SECTION","features":[1]},{"name":"ERROR_FLOAT_MULTIPLE_FAULTS","features":[1]},{"name":"ERROR_FLOAT_MULTIPLE_TRAPS","features":[1]},{"name":"ERROR_FLOPPY_BAD_REGISTERS","features":[1]},{"name":"ERROR_FLOPPY_ID_MARK_NOT_FOUND","features":[1]},{"name":"ERROR_FLOPPY_UNKNOWN_ERROR","features":[1]},{"name":"ERROR_FLOPPY_VOLUME","features":[1]},{"name":"ERROR_FLOPPY_WRONG_CYLINDER","features":[1]},{"name":"ERROR_FLT_ALREADY_ENLISTED","features":[1]},{"name":"ERROR_FLT_CBDQ_DISABLED","features":[1]},{"name":"ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND","features":[1]},{"name":"ERROR_FLT_CONTEXT_ALREADY_DEFINED","features":[1]},{"name":"ERROR_FLT_CONTEXT_ALREADY_LINKED","features":[1]},{"name":"ERROR_FLT_DELETING_OBJECT","features":[1]},{"name":"ERROR_FLT_DISALLOW_FAST_IO","features":[1]},{"name":"ERROR_FLT_DO_NOT_ATTACH","features":[1]},{"name":"ERROR_FLT_DO_NOT_DETACH","features":[1]},{"name":"ERROR_FLT_DUPLICATE_ENTRY","features":[1]},{"name":"ERROR_FLT_FILTER_NOT_FOUND","features":[1]},{"name":"ERROR_FLT_FILTER_NOT_READY","features":[1]},{"name":"ERROR_FLT_INSTANCE_ALTITUDE_COLLISION","features":[1]},{"name":"ERROR_FLT_INSTANCE_NAME_COLLISION","features":[1]},{"name":"ERROR_FLT_INSTANCE_NOT_FOUND","features":[1]},{"name":"ERROR_FLT_INTERNAL_ERROR","features":[1]},{"name":"ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST","features":[1]},{"name":"ERROR_FLT_INVALID_CONTEXT_REGISTRATION","features":[1]},{"name":"ERROR_FLT_INVALID_NAME_REQUEST","features":[1]},{"name":"ERROR_FLT_IO_COMPLETE","features":[1]},{"name":"ERROR_FLT_MUST_BE_NONPAGED_POOL","features":[1]},{"name":"ERROR_FLT_NAME_CACHE_MISS","features":[1]},{"name":"ERROR_FLT_NOT_INITIALIZED","features":[1]},{"name":"ERROR_FLT_NOT_SAFE_TO_POST_OPERATION","features":[1]},{"name":"ERROR_FLT_NO_DEVICE_OBJECT","features":[1]},{"name":"ERROR_FLT_NO_HANDLER_DEFINED","features":[1]},{"name":"ERROR_FLT_NO_WAITER_FOR_REPLY","features":[1]},{"name":"ERROR_FLT_POST_OPERATION_CLEANUP","features":[1]},{"name":"ERROR_FLT_REGISTRATION_BUSY","features":[1]},{"name":"ERROR_FLT_VOLUME_ALREADY_MOUNTED","features":[1]},{"name":"ERROR_FLT_VOLUME_NOT_FOUND","features":[1]},{"name":"ERROR_FLT_WCOS_NOT_SUPPORTED","features":[1]},{"name":"ERROR_FORMS_AUTH_REQUIRED","features":[1]},{"name":"ERROR_FOUND_OUT_OF_SCOPE","features":[1]},{"name":"ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY","features":[1]},{"name":"ERROR_FS_DRIVER_REQUIRED","features":[1]},{"name":"ERROR_FS_GUID_MISMATCH","features":[1]},{"name":"ERROR_FS_METADATA_INCONSISTENT","features":[1]},{"name":"ERROR_FT_DI_SCAN_REQUIRED","features":[1]},{"name":"ERROR_FT_READ_FAILURE","features":[1]},{"name":"ERROR_FT_READ_FROM_COPY_FAILURE","features":[1]},{"name":"ERROR_FT_READ_RECOVERY_FROM_BACKUP","features":[1]},{"name":"ERROR_FT_WRITE_FAILURE","features":[1]},{"name":"ERROR_FT_WRITE_RECOVERY","features":[1]},{"name":"ERROR_FULLSCREEN_MODE","features":[1]},{"name":"ERROR_FULL_BACKUP","features":[1]},{"name":"ERROR_FUNCTION_FAILED","features":[1]},{"name":"ERROR_FUNCTION_NOT_CALLED","features":[1]},{"name":"ERROR_GDI_HANDLE_LEAK","features":[1]},{"name":"ERROR_GENERAL_SYNTAX","features":[1]},{"name":"ERROR_GENERIC_COMMAND_FAILED","features":[1]},{"name":"ERROR_GENERIC_NOT_MAPPED","features":[1]},{"name":"ERROR_GEN_FAILURE","features":[1]},{"name":"ERROR_GLOBAL_ONLY_HOOK","features":[1]},{"name":"ERROR_GPIO_CLIENT_INFORMATION_INVALID","features":[1]},{"name":"ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE","features":[1]},{"name":"ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED","features":[1]},{"name":"ERROR_GPIO_INVALID_REGISTRATION_PACKET","features":[1]},{"name":"ERROR_GPIO_OPERATION_DENIED","features":[1]},{"name":"ERROR_GPIO_VERSION_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRACEFUL_DISCONNECT","features":[1]},{"name":"ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED","features":[1]},{"name":"ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY","features":[1]},{"name":"ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE","features":[1]},{"name":"ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET","features":[1]},{"name":"ERROR_GRAPHICS_ADAPTER_WAS_RESET","features":[1]},{"name":"ERROR_GRAPHICS_ALLOCATION_BUSY","features":[1]},{"name":"ERROR_GRAPHICS_ALLOCATION_CLOSED","features":[1]},{"name":"ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST","features":[1]},{"name":"ERROR_GRAPHICS_ALLOCATION_INVALID","features":[1]},{"name":"ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION","features":[1]},{"name":"ERROR_GRAPHICS_CANNOTCOLORCONVERT","features":[1]},{"name":"ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN","features":[1]},{"name":"ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION","features":[1]},{"name":"ERROR_GRAPHICS_CANT_LOCK_MEMORY","features":[1]},{"name":"ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION","features":[1]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED","features":[1]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON","features":[1]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED","features":[1]},{"name":"ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET","features":[1]},{"name":"ERROR_GRAPHICS_COPP_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_DATASET_IS_EMPTY","features":[1]},{"name":"ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE","features":[1]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_DATA","features":[1]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM","features":[1]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND","features":[1]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH","features":[1]},{"name":"ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE","features":[1]},{"name":"ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS","features":[1]},{"name":"ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP","features":[1]},{"name":"ERROR_GRAPHICS_DRIVER_MISMATCH","features":[1]},{"name":"ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION","features":[1]},{"name":"ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET","features":[1]},{"name":"ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET","features":[1]},{"name":"ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE","features":[1]},{"name":"ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST","features":[1]},{"name":"ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA","features":[1]},{"name":"ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA","features":[1]},{"name":"ERROR_GRAPHICS_I2C_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT","features":[1]},{"name":"ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE","features":[1]},{"name":"ERROR_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN","features":[1]},{"name":"ERROR_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED","features":[1]},{"name":"ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER","features":[1]},{"name":"ERROR_GRAPHICS_INTERNAL_ERROR","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_ACTIVE_REGION","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_CLIENT_TYPE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_COLORBASIS","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_DRIVER_MODEL","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_FREQUENCY","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_GAMMA_RAMP","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_PIXELFORMAT","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_POINTER","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_STRIDE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_TOTAL_REGION","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON","features":[1]},{"name":"ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE","features":[1]},{"name":"ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED","features":[1]},{"name":"ERROR_GRAPHICS_LEADLINK_START_DEFERRED","features":[1]},{"name":"ERROR_GRAPHICS_LINK_CONFIGURATION_IN_PROGRESS","features":[1]},{"name":"ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED","features":[1]},{"name":"ERROR_GRAPHICS_MCA_INTERNAL_ERROR","features":[1]},{"name":"ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING","features":[1]},{"name":"ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED","features":[1]},{"name":"ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION","features":[1]},{"name":"ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH","features":[1]},{"name":"ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION","features":[1]},{"name":"ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE","features":[1]},{"name":"ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION","features":[1]},{"name":"ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET","features":[1]},{"name":"ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE","features":[1]},{"name":"ERROR_GRAPHICS_MODE_NOT_IN_MODESET","features":[1]},{"name":"ERROR_GRAPHICS_MODE_NOT_PINNED","features":[1]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET","features":[1]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE","features":[1]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET","features":[1]},{"name":"ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER","features":[1]},{"name":"ERROR_GRAPHICS_MONITOR_NOT_CONNECTED","features":[1]},{"name":"ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS","features":[1]},{"name":"ERROR_GRAPHICS_MPO_ALLOCATION_UNPINNED","features":[1]},{"name":"ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER","features":[1]},{"name":"ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER","features":[1]},{"name":"ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER","features":[1]},{"name":"ERROR_GRAPHICS_NO_ACTIVE_VIDPN","features":[1]},{"name":"ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS","features":[1]},{"name":"ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET","features":[1]},{"name":"ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME","features":[1]},{"name":"ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT","features":[1]},{"name":"ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE","features":[1]},{"name":"ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET","features":[1]},{"name":"ERROR_GRAPHICS_NO_PREFERRED_MODE","features":[1]},{"name":"ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN","features":[1]},{"name":"ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY","features":[1]},{"name":"ERROR_GRAPHICS_NO_VIDEO_MEMORY","features":[1]},{"name":"ERROR_GRAPHICS_NO_VIDPNMGR","features":[1]},{"name":"ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE","features":[1]},{"name":"ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR","features":[1]},{"name":"ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET","features":[1]},{"name":"ERROR_GRAPHICS_OPM_INTERNAL_ERROR","features":[1]},{"name":"ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST","features":[1]},{"name":"ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS","features":[1]},{"name":"ERROR_GRAPHICS_OPM_INVALID_HANDLE","features":[1]},{"name":"ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST","features":[1]},{"name":"ERROR_GRAPHICS_OPM_INVALID_SRM","features":[1]},{"name":"ERROR_GRAPHICS_OPM_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST","features":[1]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP","features":[1]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA","features":[1]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP","features":[1]},{"name":"ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH","features":[1]},{"name":"ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[1]},{"name":"ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED","features":[1]},{"name":"ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED","features":[1]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS","features":[1]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS","features":[1]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS","features":[1]},{"name":"ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL","features":[1]},{"name":"ERROR_GRAPHICS_PARTIAL_DATA_POPULATED","features":[1]},{"name":"ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY","features":[1]},{"name":"ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED","features":[1]},{"name":"ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY","features":[1]},{"name":"ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET","features":[1]},{"name":"ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY","features":[1]},{"name":"ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND","features":[1]},{"name":"ERROR_GRAPHICS_PRESENT_DENIED","features":[1]},{"name":"ERROR_GRAPHICS_PRESENT_INVALID_WINDOW","features":[1]},{"name":"ERROR_GRAPHICS_PRESENT_MODE_CHANGED","features":[1]},{"name":"ERROR_GRAPHICS_PRESENT_OCCLUDED","features":[1]},{"name":"ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED","features":[1]},{"name":"ERROR_GRAPHICS_PRESENT_UNOCCLUDED","features":[1]},{"name":"ERROR_GRAPHICS_PVP_HFS_FAILED","features":[1]},{"name":"ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH","features":[1]},{"name":"ERROR_GRAPHICS_RESOURCES_NOT_RELATED","features":[1]},{"name":"ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[1]},{"name":"ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION","features":[1]},{"name":"ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET","features":[1]},{"name":"ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE","features":[1]},{"name":"ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY","features":[1]},{"name":"ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED","features":[1]},{"name":"ERROR_GRAPHICS_STALE_MODESET","features":[1]},{"name":"ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY","features":[1]},{"name":"ERROR_GRAPHICS_START_DEFERRED","features":[1]},{"name":"ERROR_GRAPHICS_TARGET_ALREADY_IN_SET","features":[1]},{"name":"ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE","features":[1]},{"name":"ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY","features":[1]},{"name":"ERROR_GRAPHICS_TOO_MANY_REFERENCES","features":[1]},{"name":"ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED","features":[1]},{"name":"ERROR_GRAPHICS_TRY_AGAIN_LATER","features":[1]},{"name":"ERROR_GRAPHICS_TRY_AGAIN_NOW","features":[1]},{"name":"ERROR_GRAPHICS_UAB_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS","features":[1]},{"name":"ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS","features":[1]},{"name":"ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE","features":[1]},{"name":"ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_COMPOSITION_WINDOW_DPI_MESSAGE","features":[1]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_CREATE_SUPERWETINK_MESSAGE","features":[1]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_DESTROY_SUPERWETINK_MESSAGE","features":[1]},{"name":"ERROR_GRAPHICS_VAIL_STATE_CHANGED","features":[1]},{"name":"ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES","features":[1]},{"name":"ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[1]},{"name":"ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED","features":[1]},{"name":"ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE","features":[1]},{"name":"ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED","features":[1]},{"name":"ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE","features":[1]},{"name":"ERROR_GROUPSET_CANT_PROVIDE","features":[1]},{"name":"ERROR_GROUPSET_NOT_AVAILABLE","features":[1]},{"name":"ERROR_GROUPSET_NOT_FOUND","features":[1]},{"name":"ERROR_GROUP_EXISTS","features":[1]},{"name":"ERROR_GROUP_NOT_AVAILABLE","features":[1]},{"name":"ERROR_GROUP_NOT_FOUND","features":[1]},{"name":"ERROR_GROUP_NOT_ONLINE","features":[1]},{"name":"ERROR_GUID_SUBSTITUTION_MADE","features":[1]},{"name":"ERROR_HANDLES_CLOSED","features":[1]},{"name":"ERROR_HANDLE_DISK_FULL","features":[1]},{"name":"ERROR_HANDLE_EOF","features":[1]},{"name":"ERROR_HANDLE_NO_LONGER_VALID","features":[1]},{"name":"ERROR_HANDLE_REVOKED","features":[1]},{"name":"ERROR_HASH_NOT_PRESENT","features":[1]},{"name":"ERROR_HASH_NOT_SUPPORTED","features":[1]},{"name":"ERROR_HAS_SYSTEM_CRITICAL_FILES","features":[1]},{"name":"ERROR_HEURISTIC_DAMAGE_POSSIBLE","features":[1]},{"name":"ERROR_HIBERNATED","features":[1]},{"name":"ERROR_HIBERNATION_FAILURE","features":[1]},{"name":"ERROR_HOOK_NEEDS_HMOD","features":[1]},{"name":"ERROR_HOOK_NOT_INSTALLED","features":[1]},{"name":"ERROR_HOOK_TYPE_NOT_ALLOWED","features":[1]},{"name":"ERROR_HOST_DOWN","features":[1]},{"name":"ERROR_HOST_NODE_NOT_AVAILABLE","features":[1]},{"name":"ERROR_HOST_NODE_NOT_GROUP_OWNER","features":[1]},{"name":"ERROR_HOST_NODE_NOT_RESOURCE_OWNER","features":[1]},{"name":"ERROR_HOST_UNREACHABLE","features":[1]},{"name":"ERROR_HOTKEY_ALREADY_REGISTERED","features":[1]},{"name":"ERROR_HOTKEY_NOT_REGISTERED","features":[1]},{"name":"ERROR_HUNG_DISPLAY_DRIVER_THREAD","features":[1]},{"name":"ERROR_HV_ACCESS_DENIED","features":[1]},{"name":"ERROR_HV_ACKNOWLEDGED","features":[1]},{"name":"ERROR_HV_CPUID_FEATURE_VALIDATION","features":[1]},{"name":"ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION","features":[1]},{"name":"ERROR_HV_DEVICE_NOT_IN_DOMAIN","features":[1]},{"name":"ERROR_HV_EVENT_BUFFER_ALREADY_FREED","features":[1]},{"name":"ERROR_HV_FEATURE_UNAVAILABLE","features":[1]},{"name":"ERROR_HV_INACTIVE","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_BUFFER","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_BUFFERS","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_MEMORY","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_MEMORY_MIRRORING","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_ROOT_MEMORY","features":[1]},{"name":"ERROR_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING","features":[1]},{"name":"ERROR_HV_INVALID_ALIGNMENT","features":[1]},{"name":"ERROR_HV_INVALID_CONNECTION_ID","features":[1]},{"name":"ERROR_HV_INVALID_CPU_GROUP_ID","features":[1]},{"name":"ERROR_HV_INVALID_CPU_GROUP_STATE","features":[1]},{"name":"ERROR_HV_INVALID_DEVICE_ID","features":[1]},{"name":"ERROR_HV_INVALID_DEVICE_STATE","features":[1]},{"name":"ERROR_HV_INVALID_HYPERCALL_CODE","features":[1]},{"name":"ERROR_HV_INVALID_HYPERCALL_INPUT","features":[1]},{"name":"ERROR_HV_INVALID_LP_INDEX","features":[1]},{"name":"ERROR_HV_INVALID_PARAMETER","features":[1]},{"name":"ERROR_HV_INVALID_PARTITION_ID","features":[1]},{"name":"ERROR_HV_INVALID_PARTITION_STATE","features":[1]},{"name":"ERROR_HV_INVALID_PORT_ID","features":[1]},{"name":"ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO","features":[1]},{"name":"ERROR_HV_INVALID_REGISTER_VALUE","features":[1]},{"name":"ERROR_HV_INVALID_SAVE_RESTORE_STATE","features":[1]},{"name":"ERROR_HV_INVALID_SYNIC_STATE","features":[1]},{"name":"ERROR_HV_INVALID_VP_INDEX","features":[1]},{"name":"ERROR_HV_INVALID_VP_STATE","features":[1]},{"name":"ERROR_HV_INVALID_VTL_STATE","features":[1]},{"name":"ERROR_HV_MSR_ACCESS_FAILED","features":[1]},{"name":"ERROR_HV_NESTED_VM_EXIT","features":[1]},{"name":"ERROR_HV_NOT_ACKNOWLEDGED","features":[1]},{"name":"ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE","features":[1]},{"name":"ERROR_HV_NOT_PRESENT","features":[1]},{"name":"ERROR_HV_NO_DATA","features":[1]},{"name":"ERROR_HV_NO_RESOURCES","features":[1]},{"name":"ERROR_HV_NX_NOT_DETECTED","features":[1]},{"name":"ERROR_HV_OBJECT_IN_USE","features":[1]},{"name":"ERROR_HV_OPERATION_DENIED","features":[1]},{"name":"ERROR_HV_OPERATION_FAILED","features":[1]},{"name":"ERROR_HV_PAGE_REQUEST_INVALID","features":[1]},{"name":"ERROR_HV_PARTITION_TOO_DEEP","features":[1]},{"name":"ERROR_HV_PENDING_PAGE_REQUESTS","features":[1]},{"name":"ERROR_HV_PROCESSOR_STARTUP_TIMEOUT","features":[1]},{"name":"ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE","features":[1]},{"name":"ERROR_HV_SMX_ENABLED","features":[1]},{"name":"ERROR_HV_UNKNOWN_PROPERTY","features":[1]},{"name":"ERROR_HWNDS_HAVE_DIFF_PARENT","features":[1]},{"name":"ERROR_ICM_NOT_ENABLED","features":[1]},{"name":"ERROR_IDLE_DISCONNECTED","features":[1]},{"name":"ERROR_IEPORT_FULL","features":[1]},{"name":"ERROR_ILLEGAL_CHARACTER","features":[1]},{"name":"ERROR_ILLEGAL_DLL_RELOCATION","features":[1]},{"name":"ERROR_ILLEGAL_ELEMENT_ADDRESS","features":[1]},{"name":"ERROR_ILLEGAL_FLOAT_CONTEXT","features":[1]},{"name":"ERROR_ILL_FORMED_PASSWORD","features":[1]},{"name":"ERROR_IMAGE_AT_DIFFERENT_BASE","features":[1]},{"name":"ERROR_IMAGE_MACHINE_TYPE_MISMATCH","features":[1]},{"name":"ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE","features":[1]},{"name":"ERROR_IMAGE_NOT_AT_BASE","features":[1]},{"name":"ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT","features":[1]},{"name":"ERROR_IMPLEMENTATION_LIMIT","features":[1]},{"name":"ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED","features":[1]},{"name":"ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE","features":[1]},{"name":"ERROR_INCOMPATIBLE_SERVICE_SID_TYPE","features":[1]},{"name":"ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING","features":[1]},{"name":"ERROR_INCORRECT_ACCOUNT_TYPE","features":[1]},{"name":"ERROR_INCORRECT_ADDRESS","features":[1]},{"name":"ERROR_INCORRECT_SIZE","features":[1]},{"name":"ERROR_INC_BACKUP","features":[1]},{"name":"ERROR_INDEX_ABSENT","features":[1]},{"name":"ERROR_INDEX_OUT_OF_BOUNDS","features":[1]},{"name":"ERROR_INDIGENOUS_TYPE","features":[1]},{"name":"ERROR_INDOUBT_TRANSACTIONS_EXIST","features":[1]},{"name":"ERROR_INFLOOP_IN_RELOC_CHAIN","features":[1]},{"name":"ERROR_INF_IN_USE_BY_DEVICES","features":[1]},{"name":"ERROR_INSTALL_ALREADY_RUNNING","features":[1]},{"name":"ERROR_INSTALL_CANCEL","features":[1]},{"name":"ERROR_INSTALL_DEREGISTRATION_FAILURE","features":[1]},{"name":"ERROR_INSTALL_FAILED","features":[1]},{"name":"ERROR_INSTALL_FAILURE","features":[1]},{"name":"ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING","features":[1]},{"name":"ERROR_INSTALL_FULLTRUST_HOSTRUNTIME_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY","features":[1]},{"name":"ERROR_INSTALL_INVALID_PACKAGE","features":[1]},{"name":"ERROR_INSTALL_INVALID_RELATED_SET_UPDATE","features":[1]},{"name":"ERROR_INSTALL_LANGUAGE_UNSUPPORTED","features":[1]},{"name":"ERROR_INSTALL_LOG_FAILURE","features":[1]},{"name":"ERROR_INSTALL_NETWORK_FAILURE","features":[1]},{"name":"ERROR_INSTALL_NOTUSED","features":[1]},{"name":"ERROR_INSTALL_OPEN_PACKAGE_FAILED","features":[1]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE","features":[1]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE","features":[1]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY","features":[1]},{"name":"ERROR_INSTALL_OUT_OF_DISK_SPACE","features":[1]},{"name":"ERROR_INSTALL_PACKAGE_DOWNGRADE","features":[1]},{"name":"ERROR_INSTALL_PACKAGE_INVALID","features":[1]},{"name":"ERROR_INSTALL_PACKAGE_NOT_FOUND","features":[1]},{"name":"ERROR_INSTALL_PACKAGE_OPEN_FAILED","features":[1]},{"name":"ERROR_INSTALL_PACKAGE_REJECTED","features":[1]},{"name":"ERROR_INSTALL_PACKAGE_VERSION","features":[1]},{"name":"ERROR_INSTALL_PLATFORM_UNSUPPORTED","features":[1]},{"name":"ERROR_INSTALL_POLICY_FAILURE","features":[1]},{"name":"ERROR_INSTALL_PREREQUISITE_FAILED","features":[1]},{"name":"ERROR_INSTALL_REGISTRATION_FAILURE","features":[1]},{"name":"ERROR_INSTALL_REJECTED","features":[1]},{"name":"ERROR_INSTALL_REMOTE_DISALLOWED","features":[1]},{"name":"ERROR_INSTALL_REMOTE_PROHIBITED","features":[1]},{"name":"ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED","features":[1]},{"name":"ERROR_INSTALL_RESOLVE_HOSTRUNTIME_DEPENDENCY_FAILED","features":[1]},{"name":"ERROR_INSTALL_SERVICE_FAILURE","features":[1]},{"name":"ERROR_INSTALL_SERVICE_SAFEBOOT","features":[1]},{"name":"ERROR_INSTALL_SOURCE_ABSENT","features":[1]},{"name":"ERROR_INSTALL_SUSPEND","features":[1]},{"name":"ERROR_INSTALL_TEMP_UNWRITABLE","features":[1]},{"name":"ERROR_INSTALL_TRANSFORM_FAILURE","features":[1]},{"name":"ERROR_INSTALL_TRANSFORM_REJECTED","features":[1]},{"name":"ERROR_INSTALL_UI_FAILURE","features":[1]},{"name":"ERROR_INSTALL_USEREXIT","features":[1]},{"name":"ERROR_INSTALL_VOLUME_CORRUPT","features":[1]},{"name":"ERROR_INSTALL_VOLUME_NOT_EMPTY","features":[1]},{"name":"ERROR_INSTALL_VOLUME_OFFLINE","features":[1]},{"name":"ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE","features":[1]},{"name":"ERROR_INSTRUCTION_MISALIGNMENT","features":[1]},{"name":"ERROR_INSUFFICIENT_BUFFER","features":[1]},{"name":"ERROR_INSUFFICIENT_LOGON_INFO","features":[1]},{"name":"ERROR_INSUFFICIENT_POWER","features":[1]},{"name":"ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE","features":[1]},{"name":"ERROR_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES","features":[1]},{"name":"ERROR_INTERFACE_ALREADY_EXISTS","features":[1]},{"name":"ERROR_INTERFACE_CONFIGURATION","features":[1]},{"name":"ERROR_INTERFACE_CONNECTED","features":[1]},{"name":"ERROR_INTERFACE_DEVICE_ACTIVE","features":[1]},{"name":"ERROR_INTERFACE_DEVICE_REMOVED","features":[1]},{"name":"ERROR_INTERFACE_DISABLED","features":[1]},{"name":"ERROR_INTERFACE_DISCONNECTED","features":[1]},{"name":"ERROR_INTERFACE_HAS_NO_DEVICES","features":[1]},{"name":"ERROR_INTERFACE_NOT_CONNECTED","features":[1]},{"name":"ERROR_INTERFACE_UNREACHABLE","features":[1]},{"name":"ERROR_INTERMIXED_KERNEL_EA_OPERATION","features":[1]},{"name":"ERROR_INTERNAL_DB_CORRUPTION","features":[1]},{"name":"ERROR_INTERNAL_DB_ERROR","features":[1]},{"name":"ERROR_INTERNAL_ERROR","features":[1]},{"name":"ERROR_INTERRUPT_STILL_CONNECTED","features":[1]},{"name":"ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED","features":[1]},{"name":"ERROR_INVALID_ACCEL_HANDLE","features":[1]},{"name":"ERROR_INVALID_ACCESS","features":[1]},{"name":"ERROR_INVALID_ACCOUNT_NAME","features":[1]},{"name":"ERROR_INVALID_ACE_CONDITION","features":[1]},{"name":"ERROR_INVALID_ACL","features":[1]},{"name":"ERROR_INVALID_ADDRESS","features":[1]},{"name":"ERROR_INVALID_ATTRIBUTE_LENGTH","features":[1]},{"name":"ERROR_INVALID_AT_INTERRUPT_TIME","features":[1]},{"name":"ERROR_INVALID_BLOCK","features":[1]},{"name":"ERROR_INVALID_BLOCK_LENGTH","features":[1]},{"name":"ERROR_INVALID_CAP","features":[1]},{"name":"ERROR_INVALID_CATEGORY","features":[1]},{"name":"ERROR_INVALID_CLASS","features":[1]},{"name":"ERROR_INVALID_CLASS_INSTALLER","features":[1]},{"name":"ERROR_INVALID_CLEANER","features":[1]},{"name":"ERROR_INVALID_CLUSTER_IPV6_ADDRESS","features":[1]},{"name":"ERROR_INVALID_CMM","features":[1]},{"name":"ERROR_INVALID_COINSTALLER","features":[1]},{"name":"ERROR_INVALID_COLORINDEX","features":[1]},{"name":"ERROR_INVALID_COLORSPACE","features":[1]},{"name":"ERROR_INVALID_COMBOBOX_MESSAGE","features":[1]},{"name":"ERROR_INVALID_COMMAND_LINE","features":[1]},{"name":"ERROR_INVALID_COMPUTERNAME","features":[1]},{"name":"ERROR_INVALID_CONFIG_VALUE","features":[1]},{"name":"ERROR_INVALID_CRUNTIME_PARAMETER","features":[1]},{"name":"ERROR_INVALID_CURSOR_HANDLE","features":[1]},{"name":"ERROR_INVALID_DATA","features":[1]},{"name":"ERROR_INVALID_DATATYPE","features":[1]},{"name":"ERROR_INVALID_DEVICE_OBJECT_PARAMETER","features":[1]},{"name":"ERROR_INVALID_DEVINST_NAME","features":[1]},{"name":"ERROR_INVALID_DLL","features":[1]},{"name":"ERROR_INVALID_DOMAINNAME","features":[1]},{"name":"ERROR_INVALID_DOMAIN_ROLE","features":[1]},{"name":"ERROR_INVALID_DOMAIN_STATE","features":[1]},{"name":"ERROR_INVALID_DRIVE","features":[1]},{"name":"ERROR_INVALID_DRIVE_OBJECT","features":[1]},{"name":"ERROR_INVALID_DWP_HANDLE","features":[1]},{"name":"ERROR_INVALID_EA_HANDLE","features":[1]},{"name":"ERROR_INVALID_EA_NAME","features":[1]},{"name":"ERROR_INVALID_EDIT_HEIGHT","features":[1]},{"name":"ERROR_INVALID_ENVIRONMENT","features":[1]},{"name":"ERROR_INVALID_EVENTNAME","features":[1]},{"name":"ERROR_INVALID_EVENT_COUNT","features":[1]},{"name":"ERROR_INVALID_EXCEPTION_HANDLER","features":[1]},{"name":"ERROR_INVALID_EXE_SIGNATURE","features":[1]},{"name":"ERROR_INVALID_FIELD","features":[1]},{"name":"ERROR_INVALID_FIELD_IN_PARAMETER_LIST","features":[1]},{"name":"ERROR_INVALID_FILTER_DRIVER","features":[1]},{"name":"ERROR_INVALID_FILTER_PROC","features":[1]},{"name":"ERROR_INVALID_FLAGS","features":[1]},{"name":"ERROR_INVALID_FLAG_NUMBER","features":[1]},{"name":"ERROR_INVALID_FORM_NAME","features":[1]},{"name":"ERROR_INVALID_FORM_SIZE","features":[1]},{"name":"ERROR_INVALID_FUNCTION","features":[1]},{"name":"ERROR_INVALID_GROUPNAME","features":[1]},{"name":"ERROR_INVALID_GROUP_ATTRIBUTES","features":[1]},{"name":"ERROR_INVALID_GW_COMMAND","features":[1]},{"name":"ERROR_INVALID_HANDLE","features":[1]},{"name":"ERROR_INVALID_HANDLE_STATE","features":[1]},{"name":"ERROR_INVALID_HOOK_FILTER","features":[1]},{"name":"ERROR_INVALID_HOOK_HANDLE","features":[1]},{"name":"ERROR_INVALID_HWPROFILE","features":[1]},{"name":"ERROR_INVALID_HW_PROFILE","features":[1]},{"name":"ERROR_INVALID_ICON_HANDLE","features":[1]},{"name":"ERROR_INVALID_ID_AUTHORITY","features":[1]},{"name":"ERROR_INVALID_IMAGE_HASH","features":[1]},{"name":"ERROR_INVALID_IMPORT_OF_NON_DLL","features":[1]},{"name":"ERROR_INVALID_INDEX","features":[1]},{"name":"ERROR_INVALID_INF_LOGCONFIG","features":[1]},{"name":"ERROR_INVALID_KERNEL_INFO_VERSION","features":[1]},{"name":"ERROR_INVALID_KEYBOARD_HANDLE","features":[1]},{"name":"ERROR_INVALID_LABEL","features":[1]},{"name":"ERROR_INVALID_LB_MESSAGE","features":[1]},{"name":"ERROR_INVALID_LDT_DESCRIPTOR","features":[1]},{"name":"ERROR_INVALID_LDT_OFFSET","features":[1]},{"name":"ERROR_INVALID_LDT_SIZE","features":[1]},{"name":"ERROR_INVALID_LEVEL","features":[1]},{"name":"ERROR_INVALID_LIBRARY","features":[1]},{"name":"ERROR_INVALID_LIST_FORMAT","features":[1]},{"name":"ERROR_INVALID_LOCK_RANGE","features":[1]},{"name":"ERROR_INVALID_LOGON_HOURS","features":[1]},{"name":"ERROR_INVALID_LOGON_TYPE","features":[1]},{"name":"ERROR_INVALID_MACHINENAME","features":[1]},{"name":"ERROR_INVALID_MEDIA","features":[1]},{"name":"ERROR_INVALID_MEDIA_POOL","features":[1]},{"name":"ERROR_INVALID_MEMBER","features":[1]},{"name":"ERROR_INVALID_MENU_HANDLE","features":[1]},{"name":"ERROR_INVALID_MESSAGE","features":[1]},{"name":"ERROR_INVALID_MESSAGEDEST","features":[1]},{"name":"ERROR_INVALID_MESSAGENAME","features":[1]},{"name":"ERROR_INVALID_MINALLOCSIZE","features":[1]},{"name":"ERROR_INVALID_MODULETYPE","features":[1]},{"name":"ERROR_INVALID_MONITOR_HANDLE","features":[1]},{"name":"ERROR_INVALID_MSGBOX_STYLE","features":[1]},{"name":"ERROR_INVALID_NAME","features":[1]},{"name":"ERROR_INVALID_NETNAME","features":[1]},{"name":"ERROR_INVALID_OPERATION","features":[1]},{"name":"ERROR_INVALID_OPERATION_ON_QUORUM","features":[1]},{"name":"ERROR_INVALID_OPLOCK_PROTOCOL","features":[1]},{"name":"ERROR_INVALID_ORDINAL","features":[1]},{"name":"ERROR_INVALID_OWNER","features":[1]},{"name":"ERROR_INVALID_PACKAGE_SID_LENGTH","features":[1]},{"name":"ERROR_INVALID_PACKET","features":[1]},{"name":"ERROR_INVALID_PACKET_LENGTH_OR_ID","features":[1]},{"name":"ERROR_INVALID_PARAMETER","features":[1]},{"name":"ERROR_INVALID_PASSWORD","features":[1]},{"name":"ERROR_INVALID_PASSWORDNAME","features":[1]},{"name":"ERROR_INVALID_PATCH_XML","features":[1]},{"name":"ERROR_INVALID_PEP_INFO_VERSION","features":[1]},{"name":"ERROR_INVALID_PIXEL_FORMAT","features":[1]},{"name":"ERROR_INVALID_PLUGPLAY_DEVICE_PATH","features":[1]},{"name":"ERROR_INVALID_PORT_ATTRIBUTES","features":[1]},{"name":"ERROR_INVALID_PRIMARY_GROUP","features":[1]},{"name":"ERROR_INVALID_PRINTER_COMMAND","features":[1]},{"name":"ERROR_INVALID_PRINTER_DRIVER_MANIFEST","features":[1]},{"name":"ERROR_INVALID_PRINTER_NAME","features":[1]},{"name":"ERROR_INVALID_PRINTER_STATE","features":[1]},{"name":"ERROR_INVALID_PRINT_MONITOR","features":[1]},{"name":"ERROR_INVALID_PRIORITY","features":[1]},{"name":"ERROR_INVALID_PROFILE","features":[1]},{"name":"ERROR_INVALID_PROPPAGE_PROVIDER","features":[1]},{"name":"ERROR_INVALID_QUOTA_LOWER","features":[1]},{"name":"ERROR_INVALID_RADIUS_RESPONSE","features":[1]},{"name":"ERROR_INVALID_REFERENCE_STRING","features":[1]},{"name":"ERROR_INVALID_REG_PROPERTY","features":[1]},{"name":"ERROR_INVALID_REPARSE_DATA","features":[1]},{"name":"ERROR_INVALID_RUNLEVEL_SETTING","features":[1]},{"name":"ERROR_INVALID_SCROLLBAR_RANGE","features":[1]},{"name":"ERROR_INVALID_SECURITY_DESCR","features":[1]},{"name":"ERROR_INVALID_SEGDPL","features":[1]},{"name":"ERROR_INVALID_SEGMENT_NUMBER","features":[1]},{"name":"ERROR_INVALID_SEPARATOR_FILE","features":[1]},{"name":"ERROR_INVALID_SERVER_STATE","features":[1]},{"name":"ERROR_INVALID_SERVICENAME","features":[1]},{"name":"ERROR_INVALID_SERVICE_ACCOUNT","features":[1]},{"name":"ERROR_INVALID_SERVICE_CONTROL","features":[1]},{"name":"ERROR_INVALID_SERVICE_LOCK","features":[1]},{"name":"ERROR_INVALID_SHARENAME","features":[1]},{"name":"ERROR_INVALID_SHOWWIN_COMMAND","features":[1]},{"name":"ERROR_INVALID_SID","features":[1]},{"name":"ERROR_INVALID_SIGNAL_NUMBER","features":[1]},{"name":"ERROR_INVALID_SIGNATURE","features":[1]},{"name":"ERROR_INVALID_SIGNATURE_LENGTH","features":[1]},{"name":"ERROR_INVALID_SPI_VALUE","features":[1]},{"name":"ERROR_INVALID_STACKSEG","features":[1]},{"name":"ERROR_INVALID_STAGED_SIGNATURE","features":[1]},{"name":"ERROR_INVALID_STARTING_CODESEG","features":[1]},{"name":"ERROR_INVALID_STATE","features":[1]},{"name":"ERROR_INVALID_SUB_AUTHORITY","features":[1]},{"name":"ERROR_INVALID_TABLE","features":[1]},{"name":"ERROR_INVALID_TARGET","features":[1]},{"name":"ERROR_INVALID_TARGET_HANDLE","features":[1]},{"name":"ERROR_INVALID_TASK_INDEX","features":[1]},{"name":"ERROR_INVALID_TASK_NAME","features":[1]},{"name":"ERROR_INVALID_THREAD_ID","features":[1]},{"name":"ERROR_INVALID_TIME","features":[1]},{"name":"ERROR_INVALID_TOKEN","features":[1]},{"name":"ERROR_INVALID_TRANSACTION","features":[1]},{"name":"ERROR_INVALID_TRANSFORM","features":[1]},{"name":"ERROR_INVALID_UNWIND_TARGET","features":[1]},{"name":"ERROR_INVALID_USER_BUFFER","features":[1]},{"name":"ERROR_INVALID_USER_PRINCIPAL_NAME","features":[1]},{"name":"ERROR_INVALID_VARIANT","features":[1]},{"name":"ERROR_INVALID_VERIFY_SWITCH","features":[1]},{"name":"ERROR_INVALID_WINDOW_HANDLE","features":[1]},{"name":"ERROR_INVALID_WINDOW_STYLE","features":[1]},{"name":"ERROR_INVALID_WORKSTATION","features":[1]},{"name":"ERROR_IN_WOW64","features":[1]},{"name":"ERROR_IOPL_NOT_ENABLED","features":[1]},{"name":"ERROR_IO_DEVICE","features":[1]},{"name":"ERROR_IO_INCOMPLETE","features":[1]},{"name":"ERROR_IO_PENDING","features":[1]},{"name":"ERROR_IO_PREEMPTED","features":[1]},{"name":"ERROR_IO_PRIVILEGE_FAILED","features":[1]},{"name":"ERROR_IO_REISSUE_AS_CACHED","features":[1]},{"name":"ERROR_IPSEC_AUTH_FIREWALL_DROP","features":[1]},{"name":"ERROR_IPSEC_BAD_SPI","features":[1]},{"name":"ERROR_IPSEC_CLEAR_TEXT_DROP","features":[1]},{"name":"ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND","features":[1]},{"name":"ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND","features":[1]},{"name":"ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND","features":[1]},{"name":"ERROR_IPSEC_DOSP_BLOCK","features":[1]},{"name":"ERROR_IPSEC_DOSP_INVALID_PACKET","features":[1]},{"name":"ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED","features":[1]},{"name":"ERROR_IPSEC_DOSP_MAX_ENTRIES","features":[1]},{"name":"ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES","features":[1]},{"name":"ERROR_IPSEC_DOSP_NOT_INSTALLED","features":[1]},{"name":"ERROR_IPSEC_DOSP_RECEIVED_MULTICAST","features":[1]},{"name":"ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED","features":[1]},{"name":"ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED","features":[1]},{"name":"ERROR_IPSEC_IKE_ATTRIB_FAIL","features":[1]},{"name":"ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE","features":[1]},{"name":"ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY","features":[1]},{"name":"ERROR_IPSEC_IKE_AUTH_FAIL","features":[1]},{"name":"ERROR_IPSEC_IKE_BENIGN_REINIT","features":[1]},{"name":"ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH","features":[1]},{"name":"ERROR_IPSEC_IKE_CGA_AUTH_FAILED","features":[1]},{"name":"ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS","features":[1]},{"name":"ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED","features":[1]},{"name":"ERROR_IPSEC_IKE_CRL_FAILED","features":[1]},{"name":"ERROR_IPSEC_IKE_DECRYPT","features":[1]},{"name":"ERROR_IPSEC_IKE_DH_FAIL","features":[1]},{"name":"ERROR_IPSEC_IKE_DH_FAILURE","features":[1]},{"name":"ERROR_IPSEC_IKE_DOS_COOKIE_SENT","features":[1]},{"name":"ERROR_IPSEC_IKE_DROP_NO_RESPONSE","features":[1]},{"name":"ERROR_IPSEC_IKE_ENCRYPT","features":[1]},{"name":"ERROR_IPSEC_IKE_ERROR","features":[1]},{"name":"ERROR_IPSEC_IKE_FAILQUERYSSP","features":[1]},{"name":"ERROR_IPSEC_IKE_FAILSSPINIT","features":[1]},{"name":"ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR","features":[1]},{"name":"ERROR_IPSEC_IKE_GETSPIFAIL","features":[1]},{"name":"ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_AUTH_ALG","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_CERT_TYPE","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_COOKIE","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_FILTER","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_GROUP","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH_ALG","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH_SIZE","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_HEADER","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_KEY_USAGE","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_MM_FOR_QM","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_PAYLOAD","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_POLICY","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_SIG","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_SIGNATURE","features":[1]},{"name":"ERROR_IPSEC_IKE_INVALID_SITUATION","features":[1]},{"name":"ERROR_IPSEC_IKE_KERBEROS_ERROR","features":[1]},{"name":"ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL","features":[1]},{"name":"ERROR_IPSEC_IKE_LOAD_FAILED","features":[1]},{"name":"ERROR_IPSEC_IKE_LOAD_SOFT_SA","features":[1]},{"name":"ERROR_IPSEC_IKE_MM_ACQUIRE_DROP","features":[1]},{"name":"ERROR_IPSEC_IKE_MM_DELAY_DROP","features":[1]},{"name":"ERROR_IPSEC_IKE_MM_EXPIRED","features":[1]},{"name":"ERROR_IPSEC_IKE_MM_LIMIT","features":[1]},{"name":"ERROR_IPSEC_IKE_NEGOTIATION_DISABLED","features":[1]},{"name":"ERROR_IPSEC_IKE_NEGOTIATION_PENDING","features":[1]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_BEGIN","features":[1]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_END","features":[1]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END","features":[1]},{"name":"ERROR_IPSEC_IKE_NOTCBPRIV","features":[1]},{"name":"ERROR_IPSEC_IKE_NO_CERT","features":[1]},{"name":"ERROR_IPSEC_IKE_NO_MM_POLICY","features":[1]},{"name":"ERROR_IPSEC_IKE_NO_PEER_CERT","features":[1]},{"name":"ERROR_IPSEC_IKE_NO_POLICY","features":[1]},{"name":"ERROR_IPSEC_IKE_NO_PRIVATE_KEY","features":[1]},{"name":"ERROR_IPSEC_IKE_NO_PUBLIC_KEY","features":[1]},{"name":"ERROR_IPSEC_IKE_OUT_OF_MEMORY","features":[1]},{"name":"ERROR_IPSEC_IKE_PEER_CRL_FAILED","features":[1]},{"name":"ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE","features":[1]},{"name":"ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID","features":[1]},{"name":"ERROR_IPSEC_IKE_POLICY_CHANGE","features":[1]},{"name":"ERROR_IPSEC_IKE_POLICY_MATCH","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_CERT","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_DELETE","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_HASH","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_ID","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_KE","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NATOA","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NONCE","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_PROP","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_SA","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_SIG","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_TRANS","features":[1]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR","features":[1]},{"name":"ERROR_IPSEC_IKE_QM_ACQUIRE_DROP","features":[1]},{"name":"ERROR_IPSEC_IKE_QM_DELAY_DROP","features":[1]},{"name":"ERROR_IPSEC_IKE_QM_EXPIRED","features":[1]},{"name":"ERROR_IPSEC_IKE_QM_LIMIT","features":[1]},{"name":"ERROR_IPSEC_IKE_QUEUE_DROP_MM","features":[1]},{"name":"ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM","features":[1]},{"name":"ERROR_IPSEC_IKE_RATELIMIT_DROP","features":[1]},{"name":"ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING","features":[1]},{"name":"ERROR_IPSEC_IKE_RPC_DELETE","features":[1]},{"name":"ERROR_IPSEC_IKE_SA_DELETED","features":[1]},{"name":"ERROR_IPSEC_IKE_SA_REAPED","features":[1]},{"name":"ERROR_IPSEC_IKE_SECLOADFAIL","features":[1]},{"name":"ERROR_IPSEC_IKE_SHUTTING_DOWN","features":[1]},{"name":"ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY","features":[1]},{"name":"ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN","features":[1]},{"name":"ERROR_IPSEC_IKE_SRVACQFAIL","features":[1]},{"name":"ERROR_IPSEC_IKE_SRVQUERYCRED","features":[1]},{"name":"ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE","features":[1]},{"name":"ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE","features":[1]},{"name":"ERROR_IPSEC_IKE_TIMED_OUT","features":[1]},{"name":"ERROR_IPSEC_IKE_TOO_MANY_FILTERS","features":[1]},{"name":"ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID","features":[1]},{"name":"ERROR_IPSEC_IKE_UNKNOWN_DOI","features":[1]},{"name":"ERROR_IPSEC_IKE_UNSUPPORTED_ID","features":[1]},{"name":"ERROR_IPSEC_INTEGRITY_CHECK_FAILED","features":[1]},{"name":"ERROR_IPSEC_INVALID_PACKET","features":[1]},{"name":"ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING","features":[1]},{"name":"ERROR_IPSEC_MM_AUTH_EXISTS","features":[1]},{"name":"ERROR_IPSEC_MM_AUTH_IN_USE","features":[1]},{"name":"ERROR_IPSEC_MM_AUTH_NOT_FOUND","features":[1]},{"name":"ERROR_IPSEC_MM_AUTH_PENDING_DELETION","features":[1]},{"name":"ERROR_IPSEC_MM_FILTER_EXISTS","features":[1]},{"name":"ERROR_IPSEC_MM_FILTER_NOT_FOUND","features":[1]},{"name":"ERROR_IPSEC_MM_FILTER_PENDING_DELETION","features":[1]},{"name":"ERROR_IPSEC_MM_POLICY_EXISTS","features":[1]},{"name":"ERROR_IPSEC_MM_POLICY_IN_USE","features":[1]},{"name":"ERROR_IPSEC_MM_POLICY_NOT_FOUND","features":[1]},{"name":"ERROR_IPSEC_MM_POLICY_PENDING_DELETION","features":[1]},{"name":"ERROR_IPSEC_QM_POLICY_EXISTS","features":[1]},{"name":"ERROR_IPSEC_QM_POLICY_IN_USE","features":[1]},{"name":"ERROR_IPSEC_QM_POLICY_NOT_FOUND","features":[1]},{"name":"ERROR_IPSEC_QM_POLICY_PENDING_DELETION","features":[1]},{"name":"ERROR_IPSEC_REPLAY_CHECK_FAILED","features":[1]},{"name":"ERROR_IPSEC_SA_LIFETIME_EXPIRED","features":[1]},{"name":"ERROR_IPSEC_THROTTLE_DROP","features":[1]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_EXISTS","features":[1]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND","features":[1]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION","features":[1]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_EXISTS","features":[1]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND","features":[1]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION","features":[1]},{"name":"ERROR_IPSEC_WRONG_SA","features":[1]},{"name":"ERROR_IP_ADDRESS_CONFLICT1","features":[1]},{"name":"ERROR_IP_ADDRESS_CONFLICT2","features":[1]},{"name":"ERROR_IRQ_BUSY","features":[1]},{"name":"ERROR_IS_JOINED","features":[1]},{"name":"ERROR_IS_JOIN_PATH","features":[1]},{"name":"ERROR_IS_JOIN_TARGET","features":[1]},{"name":"ERROR_IS_SUBSTED","features":[1]},{"name":"ERROR_IS_SUBST_PATH","features":[1]},{"name":"ERROR_IS_SUBST_TARGET","features":[1]},{"name":"ERROR_ITERATED_DATA_EXCEEDS_64k","features":[1]},{"name":"ERROR_JOB_NO_CONTAINER","features":[1]},{"name":"ERROR_JOIN_TO_JOIN","features":[1]},{"name":"ERROR_JOIN_TO_SUBST","features":[1]},{"name":"ERROR_JOURNAL_DELETE_IN_PROGRESS","features":[1]},{"name":"ERROR_JOURNAL_ENTRY_DELETED","features":[1]},{"name":"ERROR_JOURNAL_HOOK_SET","features":[1]},{"name":"ERROR_JOURNAL_NOT_ACTIVE","features":[1]},{"name":"ERROR_KERNEL_APC","features":[1]},{"name":"ERROR_KEY_DELETED","features":[1]},{"name":"ERROR_KEY_DOES_NOT_EXIST","features":[1]},{"name":"ERROR_KEY_HAS_CHILDREN","features":[1]},{"name":"ERROR_KM_DRIVER_BLOCKED","features":[1]},{"name":"ERROR_LABEL_TOO_LONG","features":[1]},{"name":"ERROR_LAPS_ENCRYPTION_REQUIRES_2016_DFL","features":[1]},{"name":"ERROR_LAPS_LEGACY_SCHEMA_MISSING","features":[1]},{"name":"ERROR_LAPS_SCHEMA_MISSING","features":[1]},{"name":"ERROR_LAST_ADMIN","features":[1]},{"name":"ERROR_LB_WITHOUT_TABSTOPS","features":[1]},{"name":"ERROR_LIBRARY_FULL","features":[1]},{"name":"ERROR_LIBRARY_OFFLINE","features":[1]},{"name":"ERROR_LICENSE_QUOTA_EXCEEDED","features":[1]},{"name":"ERROR_LINE_NOT_FOUND","features":[1]},{"name":"ERROR_LINUX_SUBSYSTEM_NOT_PRESENT","features":[1]},{"name":"ERROR_LINUX_SUBSYSTEM_UPDATE_REQUIRED","features":[1]},{"name":"ERROR_LISTBOX_ID_NOT_FOUND","features":[1]},{"name":"ERROR_LM_CROSS_ENCRYPTION_REQUIRED","features":[1]},{"name":"ERROR_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED","features":[1]},{"name":"ERROR_LOCAL_USER_SESSION_KEY","features":[1]},{"name":"ERROR_LOCKED","features":[1]},{"name":"ERROR_LOCK_FAILED","features":[1]},{"name":"ERROR_LOCK_VIOLATION","features":[1]},{"name":"ERROR_LOGIN_TIME_RESTRICTION","features":[1]},{"name":"ERROR_LOGIN_WKSTA_RESTRICTION","features":[1]},{"name":"ERROR_LOGON_FAILURE","features":[1]},{"name":"ERROR_LOGON_NOT_GRANTED","features":[1]},{"name":"ERROR_LOGON_SERVER_CONFLICT","features":[1]},{"name":"ERROR_LOGON_SESSION_COLLISION","features":[1]},{"name":"ERROR_LOGON_SESSION_EXISTS","features":[1]},{"name":"ERROR_LOGON_TYPE_NOT_GRANTED","features":[1]},{"name":"ERROR_LOG_APPENDED_FLUSH_FAILED","features":[1]},{"name":"ERROR_LOG_ARCHIVE_IN_PROGRESS","features":[1]},{"name":"ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS","features":[1]},{"name":"ERROR_LOG_BLOCKS_EXHAUSTED","features":[1]},{"name":"ERROR_LOG_BLOCK_INCOMPLETE","features":[1]},{"name":"ERROR_LOG_BLOCK_INVALID","features":[1]},{"name":"ERROR_LOG_BLOCK_VERSION","features":[1]},{"name":"ERROR_LOG_CANT_DELETE","features":[1]},{"name":"ERROR_LOG_CLIENT_ALREADY_REGISTERED","features":[1]},{"name":"ERROR_LOG_CLIENT_NOT_REGISTERED","features":[1]},{"name":"ERROR_LOG_CONTAINER_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_LOG_CONTAINER_OPEN_FAILED","features":[1]},{"name":"ERROR_LOG_CONTAINER_READ_FAILED","features":[1]},{"name":"ERROR_LOG_CONTAINER_STATE_INVALID","features":[1]},{"name":"ERROR_LOG_CONTAINER_WRITE_FAILED","features":[1]},{"name":"ERROR_LOG_CORRUPTION_DETECTED","features":[1]},{"name":"ERROR_LOG_DEDICATED","features":[1]},{"name":"ERROR_LOG_EPHEMERAL","features":[1]},{"name":"ERROR_LOG_FILE_FULL","features":[1]},{"name":"ERROR_LOG_FULL","features":[1]},{"name":"ERROR_LOG_FULL_HANDLER_IN_PROGRESS","features":[1]},{"name":"ERROR_LOG_GROWTH_FAILED","features":[1]},{"name":"ERROR_LOG_HARD_ERROR","features":[1]},{"name":"ERROR_LOG_INCONSISTENT_SECURITY","features":[1]},{"name":"ERROR_LOG_INVALID_RANGE","features":[1]},{"name":"ERROR_LOG_METADATA_CORRUPT","features":[1]},{"name":"ERROR_LOG_METADATA_FLUSH_FAILED","features":[1]},{"name":"ERROR_LOG_METADATA_INCONSISTENT","features":[1]},{"name":"ERROR_LOG_METADATA_INVALID","features":[1]},{"name":"ERROR_LOG_MULTIPLEXED","features":[1]},{"name":"ERROR_LOG_NOT_ENOUGH_CONTAINERS","features":[1]},{"name":"ERROR_LOG_NO_RESTART","features":[1]},{"name":"ERROR_LOG_PINNED","features":[1]},{"name":"ERROR_LOG_PINNED_ARCHIVE_TAIL","features":[1]},{"name":"ERROR_LOG_PINNED_RESERVATION","features":[1]},{"name":"ERROR_LOG_POLICY_ALREADY_INSTALLED","features":[1]},{"name":"ERROR_LOG_POLICY_CONFLICT","features":[1]},{"name":"ERROR_LOG_POLICY_INVALID","features":[1]},{"name":"ERROR_LOG_POLICY_NOT_INSTALLED","features":[1]},{"name":"ERROR_LOG_READ_CONTEXT_INVALID","features":[1]},{"name":"ERROR_LOG_READ_MODE_INVALID","features":[1]},{"name":"ERROR_LOG_RECORDS_RESERVED_INVALID","features":[1]},{"name":"ERROR_LOG_RECORD_NONEXISTENT","features":[1]},{"name":"ERROR_LOG_RESERVATION_INVALID","features":[1]},{"name":"ERROR_LOG_RESIZE_INVALID_SIZE","features":[1]},{"name":"ERROR_LOG_RESTART_INVALID","features":[1]},{"name":"ERROR_LOG_SECTOR_INVALID","features":[1]},{"name":"ERROR_LOG_SECTOR_PARITY_INVALID","features":[1]},{"name":"ERROR_LOG_SECTOR_REMAPPED","features":[1]},{"name":"ERROR_LOG_SPACE_RESERVED_INVALID","features":[1]},{"name":"ERROR_LOG_START_OF_LOG","features":[1]},{"name":"ERROR_LOG_STATE_INVALID","features":[1]},{"name":"ERROR_LOG_TAIL_INVALID","features":[1]},{"name":"ERROR_LONGJUMP","features":[1]},{"name":"ERROR_LOST_MODE_LOGON_RESTRICTION","features":[1]},{"name":"ERROR_LOST_WRITEBEHIND_DATA","features":[1]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR","features":[1]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED","features":[1]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR","features":[1]},{"name":"ERROR_LUIDS_EXHAUSTED","features":[1]},{"name":"ERROR_MACHINE_LOCKED","features":[1]},{"name":"ERROR_MACHINE_SCOPE_NOT_ALLOWED","features":[1]},{"name":"ERROR_MACHINE_UNAVAILABLE","features":[1]},{"name":"ERROR_MAGAZINE_NOT_PRESENT","features":[1]},{"name":"ERROR_MALFORMED_SUBSTITUTION_STRING","features":[1]},{"name":"ERROR_MAPPED_ALIGNMENT","features":[1]},{"name":"ERROR_MARKED_TO_DISALLOW_WRITES","features":[1]},{"name":"ERROR_MARSHALL_OVERFLOW","features":[1]},{"name":"ERROR_MAX_CLIENT_INTERFACE_LIMIT","features":[1]},{"name":"ERROR_MAX_LAN_INTERFACE_LIMIT","features":[1]},{"name":"ERROR_MAX_SESSIONS_REACHED","features":[1]},{"name":"ERROR_MAX_THRDS_REACHED","features":[1]},{"name":"ERROR_MAX_WAN_INTERFACE_LIMIT","features":[1]},{"name":"ERROR_MCA_EXCEPTION","features":[1]},{"name":"ERROR_MCA_INTERNAL_ERROR","features":[1]},{"name":"ERROR_MCA_INVALID_CAPABILITIES_STRING","features":[1]},{"name":"ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED","features":[1]},{"name":"ERROR_MCA_INVALID_VCP_VERSION","features":[1]},{"name":"ERROR_MCA_MCCS_VERSION_MISMATCH","features":[1]},{"name":"ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION","features":[1]},{"name":"ERROR_MCA_OCCURED","features":[1]},{"name":"ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE","features":[1]},{"name":"ERROR_MCA_UNSUPPORTED_MCCS_VERSION","features":[1]},{"name":"ERROR_MEDIA_CHANGED","features":[1]},{"name":"ERROR_MEDIA_CHECK","features":[1]},{"name":"ERROR_MEDIA_INCOMPATIBLE","features":[1]},{"name":"ERROR_MEDIA_NOT_AVAILABLE","features":[1]},{"name":"ERROR_MEDIA_OFFLINE","features":[1]},{"name":"ERROR_MEDIA_UNAVAILABLE","features":[1]},{"name":"ERROR_MEDIUM_NOT_ACCESSIBLE","features":[1]},{"name":"ERROR_MEMBERS_PRIMARY_GROUP","features":[1]},{"name":"ERROR_MEMBER_IN_ALIAS","features":[1]},{"name":"ERROR_MEMBER_IN_GROUP","features":[1]},{"name":"ERROR_MEMBER_NOT_IN_ALIAS","features":[1]},{"name":"ERROR_MEMBER_NOT_IN_GROUP","features":[1]},{"name":"ERROR_MEMORY_HARDWARE","features":[1]},{"name":"ERROR_MENU_ITEM_NOT_FOUND","features":[1]},{"name":"ERROR_MESSAGE_EXCEEDS_MAX_SIZE","features":[1]},{"name":"ERROR_MESSAGE_SYNC_ONLY","features":[1]},{"name":"ERROR_METAFILE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_META_EXPANSION_TOO_LONG","features":[1]},{"name":"ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION","features":[1]},{"name":"ERROR_MISSING_SYSTEMFILE","features":[1]},{"name":"ERROR_MOD_NOT_FOUND","features":[1]},{"name":"ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM","features":[1]},{"name":"ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK","features":[1]},{"name":"ERROR_MONITOR_INVALID_MANUFACTURE_DATE","features":[1]},{"name":"ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK","features":[1]},{"name":"ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK","features":[1]},{"name":"ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK","features":[1]},{"name":"ERROR_MONITOR_NO_DESCRIPTOR","features":[1]},{"name":"ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA","features":[1]},{"name":"ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT","features":[1]},{"name":"ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED","features":[1]},{"name":"ERROR_MORE_DATA","features":[1]},{"name":"ERROR_MORE_WRITES","features":[1]},{"name":"ERROR_MOUNT_POINT_NOT_RESOLVED","features":[1]},{"name":"ERROR_MP_PROCESSOR_MISMATCH","features":[1]},{"name":"ERROR_MRM_AUTOMERGE_ENABLED","features":[1]},{"name":"ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE","features":[1]},{"name":"ERROR_MRM_DUPLICATE_ENTRY","features":[1]},{"name":"ERROR_MRM_DUPLICATE_MAP_NAME","features":[1]},{"name":"ERROR_MRM_FILEPATH_TOO_LONG","features":[1]},{"name":"ERROR_MRM_GENERATION_COUNT_MISMATCH","features":[1]},{"name":"ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE","features":[1]},{"name":"ERROR_MRM_INVALID_FILE_TYPE","features":[1]},{"name":"ERROR_MRM_INVALID_PRICONFIG","features":[1]},{"name":"ERROR_MRM_INVALID_PRI_FILE","features":[1]},{"name":"ERROR_MRM_INVALID_QUALIFIER_OPERATOR","features":[1]},{"name":"ERROR_MRM_INVALID_QUALIFIER_VALUE","features":[1]},{"name":"ERROR_MRM_INVALID_RESOURCE_IDENTIFIER","features":[1]},{"name":"ERROR_MRM_MAP_NOT_FOUND","features":[1]},{"name":"ERROR_MRM_MISSING_DEFAULT_LANGUAGE","features":[1]},{"name":"ERROR_MRM_NAMED_RESOURCE_NOT_FOUND","features":[1]},{"name":"ERROR_MRM_NO_CANDIDATE","features":[1]},{"name":"ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD","features":[1]},{"name":"ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE","features":[1]},{"name":"ERROR_MRM_PACKAGE_NOT_FOUND","features":[1]},{"name":"ERROR_MRM_RESOURCE_TYPE_MISMATCH","features":[1]},{"name":"ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE","features":[1]},{"name":"ERROR_MRM_SCOPE_ITEM_CONFLICT","features":[1]},{"name":"ERROR_MRM_TOO_MANY_RESOURCES","features":[1]},{"name":"ERROR_MRM_UNKNOWN_QUALIFIER","features":[1]},{"name":"ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE","features":[1]},{"name":"ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE","features":[1]},{"name":"ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE","features":[1]},{"name":"ERROR_MRM_UNSUPPORTED_PROFILE_TYPE","features":[1]},{"name":"ERROR_MR_MID_NOT_FOUND","features":[1]},{"name":"ERROR_MUI_FILE_NOT_FOUND","features":[1]},{"name":"ERROR_MUI_FILE_NOT_LOADED","features":[1]},{"name":"ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME","features":[1]},{"name":"ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED","features":[1]},{"name":"ERROR_MUI_INVALID_FILE","features":[1]},{"name":"ERROR_MUI_INVALID_LOCALE_NAME","features":[1]},{"name":"ERROR_MUI_INVALID_RC_CONFIG","features":[1]},{"name":"ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME","features":[1]},{"name":"ERROR_MULTIPLE_FAULT_VIOLATION","features":[1]},{"name":"ERROR_MUTANT_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_MUTUAL_AUTH_FAILED","features":[1]},{"name":"ERROR_NDIS_ADAPTER_NOT_FOUND","features":[1]},{"name":"ERROR_NDIS_ADAPTER_NOT_READY","features":[1]},{"name":"ERROR_NDIS_ADAPTER_REMOVED","features":[1]},{"name":"ERROR_NDIS_ALREADY_MAPPED","features":[1]},{"name":"ERROR_NDIS_BAD_CHARACTERISTICS","features":[1]},{"name":"ERROR_NDIS_BAD_VERSION","features":[1]},{"name":"ERROR_NDIS_BUFFER_TOO_SHORT","features":[1]},{"name":"ERROR_NDIS_DEVICE_FAILED","features":[1]},{"name":"ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE","features":[1]},{"name":"ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED","features":[1]},{"name":"ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE","features":[1]},{"name":"ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED","features":[1]},{"name":"ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED","features":[1]},{"name":"ERROR_NDIS_DOT11_MEDIA_IN_USE","features":[1]},{"name":"ERROR_NDIS_DOT11_POWER_STATE_INVALID","features":[1]},{"name":"ERROR_NDIS_ERROR_READING_FILE","features":[1]},{"name":"ERROR_NDIS_FILE_NOT_FOUND","features":[1]},{"name":"ERROR_NDIS_GROUP_ADDRESS_IN_USE","features":[1]},{"name":"ERROR_NDIS_INDICATION_REQUIRED","features":[1]},{"name":"ERROR_NDIS_INTERFACE_CLOSING","features":[1]},{"name":"ERROR_NDIS_INTERFACE_NOT_FOUND","features":[1]},{"name":"ERROR_NDIS_INVALID_ADDRESS","features":[1]},{"name":"ERROR_NDIS_INVALID_DATA","features":[1]},{"name":"ERROR_NDIS_INVALID_DEVICE_REQUEST","features":[1]},{"name":"ERROR_NDIS_INVALID_LENGTH","features":[1]},{"name":"ERROR_NDIS_INVALID_OID","features":[1]},{"name":"ERROR_NDIS_INVALID_PACKET","features":[1]},{"name":"ERROR_NDIS_INVALID_PORT","features":[1]},{"name":"ERROR_NDIS_INVALID_PORT_STATE","features":[1]},{"name":"ERROR_NDIS_LOW_POWER_STATE","features":[1]},{"name":"ERROR_NDIS_MEDIA_DISCONNECTED","features":[1]},{"name":"ERROR_NDIS_MULTICAST_EXISTS","features":[1]},{"name":"ERROR_NDIS_MULTICAST_FULL","features":[1]},{"name":"ERROR_NDIS_MULTICAST_NOT_FOUND","features":[1]},{"name":"ERROR_NDIS_NOT_SUPPORTED","features":[1]},{"name":"ERROR_NDIS_NO_QUEUES","features":[1]},{"name":"ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED","features":[1]},{"name":"ERROR_NDIS_OFFLOAD_PATH_REJECTED","features":[1]},{"name":"ERROR_NDIS_OFFLOAD_POLICY","features":[1]},{"name":"ERROR_NDIS_OPEN_FAILED","features":[1]},{"name":"ERROR_NDIS_PAUSED","features":[1]},{"name":"ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL","features":[1]},{"name":"ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL","features":[1]},{"name":"ERROR_NDIS_REINIT_REQUIRED","features":[1]},{"name":"ERROR_NDIS_REQUEST_ABORTED","features":[1]},{"name":"ERROR_NDIS_RESET_IN_PROGRESS","features":[1]},{"name":"ERROR_NDIS_RESOURCE_CONFLICT","features":[1]},{"name":"ERROR_NDIS_UNSUPPORTED_MEDIA","features":[1]},{"name":"ERROR_NDIS_UNSUPPORTED_REVISION","features":[1]},{"name":"ERROR_NEEDS_REGISTRATION","features":[1]},{"name":"ERROR_NEEDS_REMEDIATION","features":[1]},{"name":"ERROR_NEGATIVE_SEEK","features":[1]},{"name":"ERROR_NESTING_NOT_ALLOWED","features":[1]},{"name":"ERROR_NETLOGON_NOT_STARTED","features":[1]},{"name":"ERROR_NETNAME_DELETED","features":[1]},{"name":"ERROR_NETWORK_ACCESS_DENIED","features":[1]},{"name":"ERROR_NETWORK_ACCESS_DENIED_EDP","features":[1]},{"name":"ERROR_NETWORK_AUTHENTICATION_PROMPT_CANCELED","features":[1]},{"name":"ERROR_NETWORK_BUSY","features":[1]},{"name":"ERROR_NETWORK_NOT_AVAILABLE","features":[1]},{"name":"ERROR_NETWORK_UNREACHABLE","features":[1]},{"name":"ERROR_NET_OPEN_FAILED","features":[1]},{"name":"ERROR_NET_WRITE_FAULT","features":[1]},{"name":"ERROR_NOACCESS","features":[1]},{"name":"ERROR_NODE_CANNOT_BE_CLUSTERED","features":[1]},{"name":"ERROR_NODE_CANT_HOST_RESOURCE","features":[1]},{"name":"ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER","features":[1]},{"name":"ERROR_NODE_NOT_AVAILABLE","features":[1]},{"name":"ERROR_NOINTERFACE","features":[1]},{"name":"ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT","features":[1]},{"name":"ERROR_NOLOGON_SERVER_TRUST_ACCOUNT","features":[1]},{"name":"ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT","features":[1]},{"name":"ERROR_NONCORE_GROUPS_FOUND","features":[1]},{"name":"ERROR_NONE_MAPPED","features":[1]},{"name":"ERROR_NONPAGED_SYSTEM_RESOURCES","features":[1]},{"name":"ERROR_NON_ACCOUNT_SID","features":[1]},{"name":"ERROR_NON_CSV_PATH","features":[1]},{"name":"ERROR_NON_DOMAIN_SID","features":[1]},{"name":"ERROR_NON_MDICHILD_WINDOW","features":[1]},{"name":"ERROR_NON_WINDOWS_DRIVER","features":[1]},{"name":"ERROR_NON_WINDOWS_NT_DRIVER","features":[1]},{"name":"ERROR_NOTHING_TO_TERMINATE","features":[1]},{"name":"ERROR_NOTIFICATION_GUID_ALREADY_DEFINED","features":[1]},{"name":"ERROR_NOTIFY_CLEANUP","features":[1]},{"name":"ERROR_NOTIFY_ENUM_DIR","features":[1]},{"name":"ERROR_NOT_ALLOWED_ON_SYSTEM_FILE","features":[1]},{"name":"ERROR_NOT_ALL_ASSIGNED","features":[1]},{"name":"ERROR_NOT_AN_INSTALLED_OEM_INF","features":[1]},{"name":"ERROR_NOT_APPCONTAINER","features":[1]},{"name":"ERROR_NOT_AUTHENTICATED","features":[1]},{"name":"ERROR_NOT_A_CLOUD_FILE","features":[1]},{"name":"ERROR_NOT_A_CLOUD_SYNC_ROOT","features":[1]},{"name":"ERROR_NOT_A_DAX_VOLUME","features":[1]},{"name":"ERROR_NOT_A_DEV_VOLUME","features":[1]},{"name":"ERROR_NOT_A_REPARSE_POINT","features":[1]},{"name":"ERROR_NOT_A_TIERED_VOLUME","features":[1]},{"name":"ERROR_NOT_CAPABLE","features":[1]},{"name":"ERROR_NOT_CHILD_WINDOW","features":[1]},{"name":"ERROR_NOT_CLIENT_PORT","features":[1]},{"name":"ERROR_NOT_CONNECTED","features":[1]},{"name":"ERROR_NOT_CONTAINER","features":[1]},{"name":"ERROR_NOT_DAX_MAPPABLE","features":[1]},{"name":"ERROR_NOT_DISABLEABLE","features":[1]},{"name":"ERROR_NOT_DOS_DISK","features":[1]},{"name":"ERROR_NOT_EMPTY","features":[1]},{"name":"ERROR_NOT_ENOUGH_MEMORY","features":[1]},{"name":"ERROR_NOT_ENOUGH_QUOTA","features":[1]},{"name":"ERROR_NOT_ENOUGH_SERVER_MEMORY","features":[1]},{"name":"ERROR_NOT_EXPORT_FORMAT","features":[1]},{"name":"ERROR_NOT_FOUND","features":[1]},{"name":"ERROR_NOT_GUI_PROCESS","features":[1]},{"name":"ERROR_NOT_INSTALLED","features":[1]},{"name":"ERROR_NOT_JOINED","features":[1]},{"name":"ERROR_NOT_LOCKED","features":[1]},{"name":"ERROR_NOT_LOGGED_ON","features":[1]},{"name":"ERROR_NOT_LOGON_PROCESS","features":[1]},{"name":"ERROR_NOT_OWNER","features":[1]},{"name":"ERROR_NOT_QUORUM_CAPABLE","features":[1]},{"name":"ERROR_NOT_QUORUM_CLASS","features":[1]},{"name":"ERROR_NOT_READY","features":[1]},{"name":"ERROR_NOT_READ_FROM_COPY","features":[1]},{"name":"ERROR_NOT_REDUNDANT_STORAGE","features":[1]},{"name":"ERROR_NOT_REGISTRY_FILE","features":[1]},{"name":"ERROR_NOT_ROUTER_PORT","features":[1]},{"name":"ERROR_NOT_SAFEBOOT_SERVICE","features":[1]},{"name":"ERROR_NOT_SAFE_MODE_DRIVER","features":[1]},{"name":"ERROR_NOT_SAME_DEVICE","features":[1]},{"name":"ERROR_NOT_SAME_OBJECT","features":[1]},{"name":"ERROR_NOT_SNAPSHOT_VOLUME","features":[1]},{"name":"ERROR_NOT_SUBSTED","features":[1]},{"name":"ERROR_NOT_SUPPORTED","features":[1]},{"name":"ERROR_NOT_SUPPORTED_IN_APPCONTAINER","features":[1]},{"name":"ERROR_NOT_SUPPORTED_ON_DAX","features":[1]},{"name":"ERROR_NOT_SUPPORTED_ON_SBS","features":[1]},{"name":"ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_AUDITING","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_BTT","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_BYPASSIO","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_CACHED_HANDLE","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_COMPRESSION","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_DEDUPLICATION","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_ENCRYPTION","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_MONITORING","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_REPLICATION","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_SNAPSHOT","features":[1]},{"name":"ERROR_NOT_SUPPORTED_WITH_VIRTUALIZATION","features":[1]},{"name":"ERROR_NOT_TINY_STREAM","features":[1]},{"name":"ERROR_NO_ACE_CONDITION","features":[1]},{"name":"ERROR_NO_ADMIN_ACCESS_POINT","features":[1]},{"name":"ERROR_NO_APPLICABLE_APP_LICENSES_FOUND","features":[1]},{"name":"ERROR_NO_ASSOCIATED_CLASS","features":[1]},{"name":"ERROR_NO_ASSOCIATED_SERVICE","features":[1]},{"name":"ERROR_NO_ASSOCIATION","features":[1]},{"name":"ERROR_NO_AUTHENTICODE_CATALOG","features":[1]},{"name":"ERROR_NO_AUTH_PROTOCOL_AVAILABLE","features":[1]},{"name":"ERROR_NO_BACKUP","features":[1]},{"name":"ERROR_NO_BROWSER_SERVERS_FOUND","features":[1]},{"name":"ERROR_NO_BYPASSIO_DRIVER_SUPPORT","features":[1]},{"name":"ERROR_NO_CALLBACK_ACTIVE","features":[1]},{"name":"ERROR_NO_CATALOG_FOR_OEM_INF","features":[1]},{"name":"ERROR_NO_CLASSINSTALL_PARAMS","features":[1]},{"name":"ERROR_NO_CLASS_DRIVER_LIST","features":[1]},{"name":"ERROR_NO_COMPAT_DRIVERS","features":[1]},{"name":"ERROR_NO_CONFIGMGR_SERVICES","features":[1]},{"name":"ERROR_NO_DATA","features":[1]},{"name":"ERROR_NO_DATA_DETECTED","features":[1]},{"name":"ERROR_NO_DEFAULT_DEVICE_INTERFACE","features":[1]},{"name":"ERROR_NO_DEFAULT_INTERFACE_DEVICE","features":[1]},{"name":"ERROR_NO_DEVICE_ICON","features":[1]},{"name":"ERROR_NO_DEVICE_SELECTED","features":[1]},{"name":"ERROR_NO_DRIVER_SELECTED","features":[1]},{"name":"ERROR_NO_EFS","features":[1]},{"name":"ERROR_NO_EVENT_PAIR","features":[1]},{"name":"ERROR_NO_GUID_TRANSLATION","features":[1]},{"name":"ERROR_NO_IMPERSONATION_TOKEN","features":[1]},{"name":"ERROR_NO_INF","features":[1]},{"name":"ERROR_NO_INHERITANCE","features":[1]},{"name":"ERROR_NO_INTERFACE_CREDENTIALS_SET","features":[1]},{"name":"ERROR_NO_LINK_TRACKING_IN_TRANSACTION","features":[1]},{"name":"ERROR_NO_LOGON_SERVERS","features":[1]},{"name":"ERROR_NO_LOG_SPACE","features":[1]},{"name":"ERROR_NO_MATCH","features":[1]},{"name":"ERROR_NO_MEDIA_IN_DRIVE","features":[1]},{"name":"ERROR_NO_MORE_DEVICES","features":[1]},{"name":"ERROR_NO_MORE_FILES","features":[1]},{"name":"ERROR_NO_MORE_ITEMS","features":[1]},{"name":"ERROR_NO_MORE_MATCHES","features":[1]},{"name":"ERROR_NO_MORE_SEARCH_HANDLES","features":[1]},{"name":"ERROR_NO_MORE_USER_HANDLES","features":[1]},{"name":"ERROR_NO_NETWORK","features":[1]},{"name":"ERROR_NO_NET_OR_BAD_PATH","features":[1]},{"name":"ERROR_NO_NVRAM_RESOURCES","features":[1]},{"name":"ERROR_NO_PAGEFILE","features":[1]},{"name":"ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND","features":[1]},{"name":"ERROR_NO_PROC_SLOTS","features":[1]},{"name":"ERROR_NO_PROMOTION_ACTIVE","features":[1]},{"name":"ERROR_NO_QUOTAS_FOR_ACCOUNT","features":[1]},{"name":"ERROR_NO_RADIUS_SERVERS","features":[1]},{"name":"ERROR_NO_RANGES_PROCESSED","features":[1]},{"name":"ERROR_NO_RECOVERY_POLICY","features":[1]},{"name":"ERROR_NO_RECOVERY_PROGRAM","features":[1]},{"name":"ERROR_NO_SAVEPOINT_WITH_OPEN_FILES","features":[1]},{"name":"ERROR_NO_SCROLLBARS","features":[1]},{"name":"ERROR_NO_SECRETS","features":[1]},{"name":"ERROR_NO_SECURITY_ON_OBJECT","features":[1]},{"name":"ERROR_NO_SHUTDOWN_IN_PROGRESS","features":[1]},{"name":"ERROR_NO_SIGNAL_SENT","features":[1]},{"name":"ERROR_NO_SIGNATURE","features":[1]},{"name":"ERROR_NO_SITENAME","features":[1]},{"name":"ERROR_NO_SITE_SETTINGS_OBJECT","features":[1]},{"name":"ERROR_NO_SPOOL_SPACE","features":[1]},{"name":"ERROR_NO_SUCH_ALIAS","features":[1]},{"name":"ERROR_NO_SUCH_DEVICE","features":[1]},{"name":"ERROR_NO_SUCH_DEVICE_INTERFACE","features":[1]},{"name":"ERROR_NO_SUCH_DEVINST","features":[1]},{"name":"ERROR_NO_SUCH_DOMAIN","features":[1]},{"name":"ERROR_NO_SUCH_GROUP","features":[1]},{"name":"ERROR_NO_SUCH_INTERFACE","features":[1]},{"name":"ERROR_NO_SUCH_INTERFACE_CLASS","features":[1]},{"name":"ERROR_NO_SUCH_INTERFACE_DEVICE","features":[1]},{"name":"ERROR_NO_SUCH_LOGON_SESSION","features":[1]},{"name":"ERROR_NO_SUCH_MEMBER","features":[1]},{"name":"ERROR_NO_SUCH_PACKAGE","features":[1]},{"name":"ERROR_NO_SUCH_PRIVILEGE","features":[1]},{"name":"ERROR_NO_SUCH_SITE","features":[1]},{"name":"ERROR_NO_SUCH_USER","features":[1]},{"name":"ERROR_NO_SUPPORTING_DRIVES","features":[1]},{"name":"ERROR_NO_SYSTEM_MENU","features":[1]},{"name":"ERROR_NO_SYSTEM_RESOURCES","features":[1]},{"name":"ERROR_NO_TASK_QUEUE","features":[1]},{"name":"ERROR_NO_TOKEN","features":[1]},{"name":"ERROR_NO_TRACKING_SERVICE","features":[1]},{"name":"ERROR_NO_TRUST_LSA_SECRET","features":[1]},{"name":"ERROR_NO_TRUST_SAM_ACCOUNT","features":[1]},{"name":"ERROR_NO_TXF_METADATA","features":[1]},{"name":"ERROR_NO_UNICODE_TRANSLATION","features":[1]},{"name":"ERROR_NO_USER_KEYS","features":[1]},{"name":"ERROR_NO_USER_SESSION_KEY","features":[1]},{"name":"ERROR_NO_VOLUME_ID","features":[1]},{"name":"ERROR_NO_VOLUME_LABEL","features":[1]},{"name":"ERROR_NO_WILDCARD_CHARACTERS","features":[1]},{"name":"ERROR_NO_WORK_DONE","features":[1]},{"name":"ERROR_NO_WRITABLE_DC_FOUND","features":[1]},{"name":"ERROR_NO_YIELD_PERFORMED","features":[1]},{"name":"ERROR_NTLM_BLOCKED","features":[1]},{"name":"ERROR_NT_CROSS_ENCRYPTION_REQUIRED","features":[1]},{"name":"ERROR_NULL_LM_PASSWORD","features":[1]},{"name":"ERROR_OBJECT_ALREADY_EXISTS","features":[1]},{"name":"ERROR_OBJECT_IN_LIST","features":[1]},{"name":"ERROR_OBJECT_IS_IMMUTABLE","features":[1]},{"name":"ERROR_OBJECT_NAME_EXISTS","features":[1]},{"name":"ERROR_OBJECT_NOT_EXTERNALLY_BACKED","features":[1]},{"name":"ERROR_OBJECT_NOT_FOUND","features":[1]},{"name":"ERROR_OBJECT_NO_LONGER_EXISTS","features":[1]},{"name":"ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED","features":[1]},{"name":"ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED","features":[1]},{"name":"ERROR_OFFSET_ALIGNMENT_VIOLATION","features":[1]},{"name":"ERROR_OLD_WIN_VERSION","features":[1]},{"name":"ERROR_ONLY_IF_CONNECTED","features":[1]},{"name":"ERROR_ONLY_VALIDATE_VIA_AUTHENTICODE","features":[1]},{"name":"ERROR_OPEN_FAILED","features":[1]},{"name":"ERROR_OPEN_FILES","features":[1]},{"name":"ERROR_OPERATION_ABORTED","features":[1]},{"name":"ERROR_OPERATION_IN_PROGRESS","features":[1]},{"name":"ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT","features":[1]},{"name":"ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION","features":[1]},{"name":"ERROR_OPLOCK_BREAK_IN_PROGRESS","features":[1]},{"name":"ERROR_OPLOCK_HANDLE_CLOSED","features":[1]},{"name":"ERROR_OPLOCK_NOT_GRANTED","features":[1]},{"name":"ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE","features":[1]},{"name":"ERROR_ORPHAN_NAME_EXHAUSTED","features":[1]},{"name":"ERROR_OUTOFMEMORY","features":[1]},{"name":"ERROR_OUT_OF_PAPER","features":[1]},{"name":"ERROR_OUT_OF_STRUCTURES","features":[1]},{"name":"ERROR_OVERRIDE_NOCHANGES","features":[1]},{"name":"ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES","features":[1]},{"name":"ERROR_PACKAGES_IN_USE","features":[1]},{"name":"ERROR_PACKAGES_REPUTATION_CHECK_FAILED","features":[1]},{"name":"ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT","features":[1]},{"name":"ERROR_PACKAGE_ALREADY_EXISTS","features":[1]},{"name":"ERROR_PACKAGE_EXTERNAL_LOCATION_NOT_ALLOWED","features":[1]},{"name":"ERROR_PACKAGE_LACKS_CAPABILITY_FOR_MANDATORY_STARTUPTASKS","features":[1]},{"name":"ERROR_PACKAGE_LACKS_CAPABILITY_TO_DEPLOY_ON_HOST","features":[1]},{"name":"ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING","features":[1]},{"name":"ERROR_PACKAGE_MOVE_FAILED","features":[1]},{"name":"ERROR_PACKAGE_NAME_MISMATCH","features":[1]},{"name":"ERROR_PACKAGE_NOT_REGISTERED_FOR_USER","features":[1]},{"name":"ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM","features":[1]},{"name":"ERROR_PACKAGE_REPOSITORY_CORRUPTED","features":[1]},{"name":"ERROR_PACKAGE_STAGING_ONHOLD","features":[1]},{"name":"ERROR_PACKAGE_UPDATING","features":[1]},{"name":"ERROR_PAGED_SYSTEM_RESOURCES","features":[1]},{"name":"ERROR_PAGEFILE_CREATE_FAILED","features":[1]},{"name":"ERROR_PAGEFILE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_PAGEFILE_QUOTA","features":[1]},{"name":"ERROR_PAGEFILE_QUOTA_EXCEEDED","features":[1]},{"name":"ERROR_PAGE_FAULT_COPY_ON_WRITE","features":[1]},{"name":"ERROR_PAGE_FAULT_DEMAND_ZERO","features":[1]},{"name":"ERROR_PAGE_FAULT_GUARD_PAGE","features":[1]},{"name":"ERROR_PAGE_FAULT_PAGING_FILE","features":[1]},{"name":"ERROR_PAGE_FAULT_TRANSITION","features":[1]},{"name":"ERROR_PARAMETER_QUOTA_EXCEEDED","features":[1]},{"name":"ERROR_PARTIAL_COPY","features":[1]},{"name":"ERROR_PARTITION_FAILURE","features":[1]},{"name":"ERROR_PARTITION_TERMINATING","features":[1]},{"name":"ERROR_PASSWORD_CHANGE_REQUIRED","features":[1]},{"name":"ERROR_PASSWORD_EXPIRED","features":[1]},{"name":"ERROR_PASSWORD_MUST_CHANGE","features":[1]},{"name":"ERROR_PASSWORD_RESTRICTION","features":[1]},{"name":"ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT","features":[1]},{"name":"ERROR_PATCH_NO_SEQUENCE","features":[1]},{"name":"ERROR_PATCH_PACKAGE_INVALID","features":[1]},{"name":"ERROR_PATCH_PACKAGE_OPEN_FAILED","features":[1]},{"name":"ERROR_PATCH_PACKAGE_REJECTED","features":[1]},{"name":"ERROR_PATCH_PACKAGE_UNSUPPORTED","features":[1]},{"name":"ERROR_PATCH_REMOVAL_DISALLOWED","features":[1]},{"name":"ERROR_PATCH_REMOVAL_UNSUPPORTED","features":[1]},{"name":"ERROR_PATCH_TARGET_NOT_FOUND","features":[1]},{"name":"ERROR_PATH_BUSY","features":[1]},{"name":"ERROR_PATH_NOT_FOUND","features":[1]},{"name":"ERROR_PEER_REFUSED_AUTH","features":[1]},{"name":"ERROR_PER_USER_TRUST_QUOTA_EXCEEDED","features":[1]},{"name":"ERROR_PIPE_BUSY","features":[1]},{"name":"ERROR_PIPE_CONNECTED","features":[1]},{"name":"ERROR_PIPE_LISTENING","features":[1]},{"name":"ERROR_PIPE_LOCAL","features":[1]},{"name":"ERROR_PIPE_NOT_CONNECTED","features":[1]},{"name":"ERROR_PKINIT_FAILURE","features":[1]},{"name":"ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND","features":[1]},{"name":"ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED","features":[1]},{"name":"ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED","features":[1]},{"name":"ERROR_PLATFORM_MANIFEST_INVALID","features":[1]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_ACTIVE","features":[1]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED","features":[1]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_SIGNED","features":[1]},{"name":"ERROR_PLUGPLAY_QUERY_VETOED","features":[1]},{"name":"ERROR_PNP_BAD_MPS_TABLE","features":[1]},{"name":"ERROR_PNP_INVALID_ID","features":[1]},{"name":"ERROR_PNP_IRQ_TRANSLATION_FAILED","features":[1]},{"name":"ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT","features":[1]},{"name":"ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT","features":[1]},{"name":"ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT","features":[1]},{"name":"ERROR_PNP_REBOOT_REQUIRED","features":[1]},{"name":"ERROR_PNP_REGISTRY_ERROR","features":[1]},{"name":"ERROR_PNP_RESTART_ENUMERATION","features":[1]},{"name":"ERROR_PNP_TRANSLATION_FAILED","features":[1]},{"name":"ERROR_POINT_NOT_FOUND","features":[1]},{"name":"ERROR_POLICY_CONTROLLED_ACCOUNT","features":[1]},{"name":"ERROR_POLICY_OBJECT_NOT_FOUND","features":[1]},{"name":"ERROR_POLICY_ONLY_IN_DS","features":[1]},{"name":"ERROR_POPUP_ALREADY_ACTIVE","features":[1]},{"name":"ERROR_PORT_LIMIT_REACHED","features":[1]},{"name":"ERROR_PORT_MESSAGE_TOO_LONG","features":[1]},{"name":"ERROR_PORT_NOT_SET","features":[1]},{"name":"ERROR_PORT_UNREACHABLE","features":[1]},{"name":"ERROR_POSSIBLE_DEADLOCK","features":[1]},{"name":"ERROR_POTENTIAL_FILE_FOUND","features":[1]},{"name":"ERROR_PPP_SESSION_TIMEOUT","features":[1]},{"name":"ERROR_PREDEFINED_HANDLE","features":[1]},{"name":"ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[1]},{"name":"ERROR_PRINTER_ALREADY_EXISTS","features":[1]},{"name":"ERROR_PRINTER_DELETED","features":[1]},{"name":"ERROR_PRINTER_DRIVER_ALREADY_INSTALLED","features":[1]},{"name":"ERROR_PRINTER_DRIVER_BLOCKED","features":[1]},{"name":"ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED","features":[1]},{"name":"ERROR_PRINTER_DRIVER_IN_USE","features":[1]},{"name":"ERROR_PRINTER_DRIVER_PACKAGE_IN_USE","features":[1]},{"name":"ERROR_PRINTER_DRIVER_WARNED","features":[1]},{"name":"ERROR_PRINTER_HAS_JOBS_QUEUED","features":[1]},{"name":"ERROR_PRINTER_NOT_FOUND","features":[1]},{"name":"ERROR_PRINTER_NOT_SHAREABLE","features":[1]},{"name":"ERROR_PRINTQ_FULL","features":[1]},{"name":"ERROR_PRINT_CANCELLED","features":[1]},{"name":"ERROR_PRINT_JOB_RESTART_REQUIRED","features":[1]},{"name":"ERROR_PRINT_MONITOR_ALREADY_INSTALLED","features":[1]},{"name":"ERROR_PRINT_MONITOR_IN_USE","features":[1]},{"name":"ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED","features":[1]},{"name":"ERROR_PRIVATE_DIALOG_INDEX","features":[1]},{"name":"ERROR_PRIVILEGE_NOT_HELD","features":[1]},{"name":"ERROR_PRI_MERGE_ADD_FILE_FAILED","features":[1]},{"name":"ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED","features":[1]},{"name":"ERROR_PRI_MERGE_INVALID_FILE_NAME","features":[1]},{"name":"ERROR_PRI_MERGE_LOAD_FILE_FAILED","features":[1]},{"name":"ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED","features":[1]},{"name":"ERROR_PRI_MERGE_MISSING_SCHEMA","features":[1]},{"name":"ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED","features":[1]},{"name":"ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED","features":[1]},{"name":"ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED","features":[1]},{"name":"ERROR_PRI_MERGE_VERSION_MISMATCH","features":[1]},{"name":"ERROR_PRI_MERGE_WRITE_FILE_FAILED","features":[1]},{"name":"ERROR_PROCESS_ABORTED","features":[1]},{"name":"ERROR_PROCESS_IN_JOB","features":[1]},{"name":"ERROR_PROCESS_IS_PROTECTED","features":[1]},{"name":"ERROR_PROCESS_MODE_ALREADY_BACKGROUND","features":[1]},{"name":"ERROR_PROCESS_MODE_NOT_BACKGROUND","features":[1]},{"name":"ERROR_PROCESS_NOT_IN_JOB","features":[1]},{"name":"ERROR_PROC_NOT_FOUND","features":[1]},{"name":"ERROR_PRODUCT_UNINSTALLED","features":[1]},{"name":"ERROR_PRODUCT_VERSION","features":[1]},{"name":"ERROR_PROFILE_DOES_NOT_MATCH_DEVICE","features":[1]},{"name":"ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE","features":[1]},{"name":"ERROR_PROFILE_NOT_FOUND","features":[1]},{"name":"ERROR_PROFILING_AT_LIMIT","features":[1]},{"name":"ERROR_PROFILING_NOT_STARTED","features":[1]},{"name":"ERROR_PROFILING_NOT_STOPPED","features":[1]},{"name":"ERROR_PROMOTION_ACTIVE","features":[1]},{"name":"ERROR_PROTOCOL_ALREADY_INSTALLED","features":[1]},{"name":"ERROR_PROTOCOL_STOP_PENDING","features":[1]},{"name":"ERROR_PROTOCOL_UNREACHABLE","features":[1]},{"name":"ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED","features":[1]},{"name":"ERROR_PWD_HISTORY_CONFLICT","features":[1]},{"name":"ERROR_PWD_TOO_LONG","features":[1]},{"name":"ERROR_PWD_TOO_RECENT","features":[1]},{"name":"ERROR_PWD_TOO_SHORT","features":[1]},{"name":"ERROR_QUERY_STORAGE_ERROR","features":[1]},{"name":"ERROR_QUIC_ALPN_NEG_FAILURE","features":[1]},{"name":"ERROR_QUIC_CONNECTION_IDLE","features":[1]},{"name":"ERROR_QUIC_CONNECTION_TIMEOUT","features":[1]},{"name":"ERROR_QUIC_HANDSHAKE_FAILURE","features":[1]},{"name":"ERROR_QUIC_INTERNAL_ERROR","features":[1]},{"name":"ERROR_QUIC_PROTOCOL_VIOLATION","features":[1]},{"name":"ERROR_QUIC_USER_CANCELED","features":[1]},{"name":"ERROR_QUIC_VER_NEG_FAILURE","features":[1]},{"name":"ERROR_QUORUMLOG_OPEN_FAILED","features":[1]},{"name":"ERROR_QUORUM_DISK_NOT_FOUND","features":[1]},{"name":"ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP","features":[1]},{"name":"ERROR_QUORUM_OWNER_ALIVE","features":[1]},{"name":"ERROR_QUORUM_RESOURCE","features":[1]},{"name":"ERROR_QUORUM_RESOURCE_ONLINE_FAILED","features":[1]},{"name":"ERROR_QUOTA_ACTIVITY","features":[1]},{"name":"ERROR_QUOTA_LIST_INCONSISTENT","features":[1]},{"name":"ERROR_RANGE_LIST_CONFLICT","features":[1]},{"name":"ERROR_RANGE_NOT_FOUND","features":[1]},{"name":"ERROR_RDP_PROTOCOL_ERROR","features":[1]},{"name":"ERROR_READ_FAULT","features":[1]},{"name":"ERROR_RECEIVE_EXPEDITED","features":[1]},{"name":"ERROR_RECEIVE_PARTIAL","features":[1]},{"name":"ERROR_RECEIVE_PARTIAL_EXPEDITED","features":[1]},{"name":"ERROR_RECOVERY_FAILURE","features":[1]},{"name":"ERROR_RECOVERY_FILE_CORRUPT","features":[1]},{"name":"ERROR_RECOVERY_NOT_NEEDED","features":[1]},{"name":"ERROR_REC_NON_EXISTENT","features":[1]},{"name":"ERROR_REDIRECTION_TO_DEFAULT_ACCOUNT_NOT_ALLOWED","features":[1]},{"name":"ERROR_REDIRECTOR_HAS_OPEN_HANDLES","features":[1]},{"name":"ERROR_REDIR_PAUSED","features":[1]},{"name":"ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_REGISTRY_CORRUPT","features":[1]},{"name":"ERROR_REGISTRY_HIVE_RECOVERED","features":[1]},{"name":"ERROR_REGISTRY_IO_FAILED","features":[1]},{"name":"ERROR_REGISTRY_QUOTA_LIMIT","features":[1]},{"name":"ERROR_REGISTRY_RECOVERED","features":[1]},{"name":"ERROR_REG_NAT_CONSUMPTION","features":[1]},{"name":"ERROR_RELOC_CHAIN_XEEDS_SEGLIM","features":[1]},{"name":"ERROR_REMOTEACCESS_NOT_CONFIGURED","features":[1]},{"name":"ERROR_REMOTE_ACCT_DISABLED","features":[1]},{"name":"ERROR_REMOTE_AUTHENTICATION_FAILURE","features":[1]},{"name":"ERROR_REMOTE_COMM_FAILURE","features":[1]},{"name":"ERROR_REMOTE_FILE_VERSION_MISMATCH","features":[1]},{"name":"ERROR_REMOTE_NO_DIALIN_PERMISSION","features":[1]},{"name":"ERROR_REMOTE_PASSWD_EXPIRED","features":[1]},{"name":"ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED","features":[1]},{"name":"ERROR_REMOTE_REQUEST_UNSUPPORTED","features":[1]},{"name":"ERROR_REMOTE_RESTRICTED_LOGON_HOURS","features":[1]},{"name":"ERROR_REMOTE_SESSION_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_REMOTE_STORAGE_MEDIA_ERROR","features":[1]},{"name":"ERROR_REMOTE_STORAGE_NOT_ACTIVE","features":[1]},{"name":"ERROR_REMOVE_FAILED","features":[1]},{"name":"ERROR_REM_NOT_LIST","features":[1]},{"name":"ERROR_REPARSE","features":[1]},{"name":"ERROR_REPARSE_ATTRIBUTE_CONFLICT","features":[1]},{"name":"ERROR_REPARSE_OBJECT","features":[1]},{"name":"ERROR_REPARSE_POINT_ENCOUNTERED","features":[1]},{"name":"ERROR_REPARSE_TAG_INVALID","features":[1]},{"name":"ERROR_REPARSE_TAG_MISMATCH","features":[1]},{"name":"ERROR_REPLY_MESSAGE_MISMATCH","features":[1]},{"name":"ERROR_REQUEST_ABORTED","features":[1]},{"name":"ERROR_REQUEST_OUT_OF_SEQUENCE","features":[1]},{"name":"ERROR_REQUEST_PAUSED","features":[1]},{"name":"ERROR_REQUEST_REFUSED","features":[1]},{"name":"ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION","features":[1]},{"name":"ERROR_REQ_NOT_ACCEP","features":[1]},{"name":"ERROR_RESIDENT_FILE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_RESILIENCY_FILE_CORRUPT","features":[1]},{"name":"ERROR_RESMON_CREATE_FAILED","features":[1]},{"name":"ERROR_RESMON_INVALID_STATE","features":[1]},{"name":"ERROR_RESMON_ONLINE_FAILED","features":[1]},{"name":"ERROR_RESMON_SYSTEM_RESOURCES_LACKING","features":[1]},{"name":"ERROR_RESOURCEMANAGER_NOT_FOUND","features":[1]},{"name":"ERROR_RESOURCEMANAGER_READ_ONLY","features":[1]},{"name":"ERROR_RESOURCE_CALL_TIMED_OUT","features":[1]},{"name":"ERROR_RESOURCE_DATA_NOT_FOUND","features":[1]},{"name":"ERROR_RESOURCE_DISABLED","features":[1]},{"name":"ERROR_RESOURCE_ENUM_USER_STOP","features":[1]},{"name":"ERROR_RESOURCE_FAILED","features":[1]},{"name":"ERROR_RESOURCE_LANG_NOT_FOUND","features":[1]},{"name":"ERROR_RESOURCE_NAME_NOT_FOUND","features":[1]},{"name":"ERROR_RESOURCE_NOT_AVAILABLE","features":[1]},{"name":"ERROR_RESOURCE_NOT_FOUND","features":[1]},{"name":"ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE","features":[1]},{"name":"ERROR_RESOURCE_NOT_ONLINE","features":[1]},{"name":"ERROR_RESOURCE_NOT_PRESENT","features":[1]},{"name":"ERROR_RESOURCE_ONLINE","features":[1]},{"name":"ERROR_RESOURCE_PROPERTIES_STORED","features":[1]},{"name":"ERROR_RESOURCE_PROPERTY_UNCHANGEABLE","features":[1]},{"name":"ERROR_RESOURCE_REQUIREMENTS_CHANGED","features":[1]},{"name":"ERROR_RESOURCE_TYPE_NOT_FOUND","features":[1]},{"name":"ERROR_RESTART_APPLICATION","features":[1]},{"name":"ERROR_RESUME_HIBERNATION","features":[1]},{"name":"ERROR_RETRY","features":[1]},{"name":"ERROR_RETURN_ADDRESS_HIJACK_ATTEMPT","features":[1]},{"name":"ERROR_REVISION_MISMATCH","features":[1]},{"name":"ERROR_RING2SEG_MUST_BE_MOVABLE","features":[1]},{"name":"ERROR_RING2_STACK_IN_USE","features":[1]},{"name":"ERROR_RMODE_APP","features":[1]},{"name":"ERROR_RM_ALREADY_STARTED","features":[1]},{"name":"ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT","features":[1]},{"name":"ERROR_RM_DISCONNECTED","features":[1]},{"name":"ERROR_RM_METADATA_CORRUPT","features":[1]},{"name":"ERROR_RM_NOT_ACTIVE","features":[1]},{"name":"ERROR_ROLLBACK_TIMER_EXPIRED","features":[1]},{"name":"ERROR_ROUTER_CONFIG_INCOMPATIBLE","features":[1]},{"name":"ERROR_ROUTER_STOPPED","features":[1]},{"name":"ERROR_ROWSNOTRELEASED","features":[1]},{"name":"ERROR_RPL_NOT_ALLOWED","features":[1]},{"name":"ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT","features":[1]},{"name":"ERROR_RUNLEVEL_SWITCH_IN_PROGRESS","features":[1]},{"name":"ERROR_RUNLEVEL_SWITCH_TIMEOUT","features":[1]},{"name":"ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED","features":[1]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET","features":[1]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE","features":[1]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER","features":[1]},{"name":"ERROR_RXACT_COMMITTED","features":[1]},{"name":"ERROR_RXACT_COMMIT_FAILURE","features":[1]},{"name":"ERROR_RXACT_COMMIT_NECESSARY","features":[1]},{"name":"ERROR_RXACT_INVALID_STATE","features":[1]},{"name":"ERROR_RXACT_STATE_CREATED","features":[1]},{"name":"ERROR_SAME_DRIVE","features":[1]},{"name":"ERROR_SAM_INIT_FAILURE","features":[1]},{"name":"ERROR_SCE_DISABLED","features":[1]},{"name":"ERROR_SCOPE_NOT_FOUND","features":[1]},{"name":"ERROR_SCREEN_ALREADY_LOCKED","features":[1]},{"name":"ERROR_SCRUB_DATA_DISABLED","features":[1]},{"name":"ERROR_SECCORE_INVALID_COMMAND","features":[1]},{"name":"ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED","features":[1]},{"name":"ERROR_SECRET_TOO_LONG","features":[1]},{"name":"ERROR_SECTION_DIRECT_MAP_ONLY","features":[1]},{"name":"ERROR_SECTION_NAME_TOO_LONG","features":[1]},{"name":"ERROR_SECTION_NOT_FOUND","features":[1]},{"name":"ERROR_SECTOR_NOT_FOUND","features":[1]},{"name":"ERROR_SECUREBOOT_FILE_REPLACED","features":[1]},{"name":"ERROR_SECUREBOOT_INVALID_POLICY","features":[1]},{"name":"ERROR_SECUREBOOT_NOT_BASE_POLICY","features":[1]},{"name":"ERROR_SECUREBOOT_NOT_ENABLED","features":[1]},{"name":"ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY","features":[1]},{"name":"ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH","features":[1]},{"name":"ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION","features":[1]},{"name":"ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED","features":[1]},{"name":"ERROR_SECUREBOOT_POLICY_NOT_SIGNED","features":[1]},{"name":"ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND","features":[1]},{"name":"ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED","features":[1]},{"name":"ERROR_SECUREBOOT_POLICY_UNKNOWN","features":[1]},{"name":"ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH","features":[1]},{"name":"ERROR_SECUREBOOT_POLICY_VIOLATION","features":[1]},{"name":"ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING","features":[1]},{"name":"ERROR_SECUREBOOT_ROLLBACK_DETECTED","features":[1]},{"name":"ERROR_SECURITY_DENIES_OPERATION","features":[1]},{"name":"ERROR_SECURITY_STREAM_IS_INCONSISTENT","features":[1]},{"name":"ERROR_SEEK","features":[1]},{"name":"ERROR_SEEK_ON_DEVICE","features":[1]},{"name":"ERROR_SEGMENT_NOTIFICATION","features":[1]},{"name":"ERROR_SEM_IS_SET","features":[1]},{"name":"ERROR_SEM_NOT_FOUND","features":[1]},{"name":"ERROR_SEM_OWNER_DIED","features":[1]},{"name":"ERROR_SEM_TIMEOUT","features":[1]},{"name":"ERROR_SEM_USER_LIMIT","features":[1]},{"name":"ERROR_SERIAL_NO_DEVICE","features":[1]},{"name":"ERROR_SERVER_DISABLED","features":[1]},{"name":"ERROR_SERVER_HAS_OPEN_HANDLES","features":[1]},{"name":"ERROR_SERVER_NOT_DISABLED","features":[1]},{"name":"ERROR_SERVER_SERVICE_CALL_REQUIRES_SMB1","features":[1]},{"name":"ERROR_SERVER_SHUTDOWN_IN_PROGRESS","features":[1]},{"name":"ERROR_SERVER_SID_MISMATCH","features":[1]},{"name":"ERROR_SERVER_TRANSPORT_CONFLICT","features":[1]},{"name":"ERROR_SERVICES_FAILED_AUTOSTART","features":[1]},{"name":"ERROR_SERVICE_ALREADY_RUNNING","features":[1]},{"name":"ERROR_SERVICE_CANNOT_ACCEPT_CTRL","features":[1]},{"name":"ERROR_SERVICE_DATABASE_LOCKED","features":[1]},{"name":"ERROR_SERVICE_DEPENDENCY_DELETED","features":[1]},{"name":"ERROR_SERVICE_DEPENDENCY_FAIL","features":[1]},{"name":"ERROR_SERVICE_DISABLED","features":[1]},{"name":"ERROR_SERVICE_DOES_NOT_EXIST","features":[1]},{"name":"ERROR_SERVICE_EXISTS","features":[1]},{"name":"ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE","features":[1]},{"name":"ERROR_SERVICE_IS_PAUSED","features":[1]},{"name":"ERROR_SERVICE_LOGON_FAILED","features":[1]},{"name":"ERROR_SERVICE_MARKED_FOR_DELETE","features":[1]},{"name":"ERROR_SERVICE_NEVER_STARTED","features":[1]},{"name":"ERROR_SERVICE_NOTIFICATION","features":[1]},{"name":"ERROR_SERVICE_NOTIFY_CLIENT_LAGGING","features":[1]},{"name":"ERROR_SERVICE_NOT_ACTIVE","features":[1]},{"name":"ERROR_SERVICE_NOT_FOUND","features":[1]},{"name":"ERROR_SERVICE_NOT_IN_EXE","features":[1]},{"name":"ERROR_SERVICE_NO_THREAD","features":[1]},{"name":"ERROR_SERVICE_REQUEST_TIMEOUT","features":[1]},{"name":"ERROR_SERVICE_SPECIFIC_ERROR","features":[1]},{"name":"ERROR_SERVICE_START_HANG","features":[1]},{"name":"ERROR_SESSION_CREDENTIAL_CONFLICT","features":[1]},{"name":"ERROR_SESSION_KEY_TOO_SHORT","features":[1]},{"name":"ERROR_SETCOUNT_ON_BAD_LB","features":[1]},{"name":"ERROR_SETMARK_DETECTED","features":[1]},{"name":"ERROR_SET_CONTEXT_DENIED","features":[1]},{"name":"ERROR_SET_NOT_FOUND","features":[1]},{"name":"ERROR_SET_POWER_STATE_FAILED","features":[1]},{"name":"ERROR_SET_POWER_STATE_VETOED","features":[1]},{"name":"ERROR_SET_SYSTEM_RESTORE_POINT","features":[1]},{"name":"ERROR_SHARED_POLICY","features":[1]},{"name":"ERROR_SHARING_BUFFER_EXCEEDED","features":[1]},{"name":"ERROR_SHARING_PAUSED","features":[1]},{"name":"ERROR_SHARING_VIOLATION","features":[1]},{"name":"ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME","features":[1]},{"name":"ERROR_SHUTDOWN_CLUSTER","features":[1]},{"name":"ERROR_SHUTDOWN_DISKS_NOT_IN_MAINTENANCE_MODE","features":[1]},{"name":"ERROR_SHUTDOWN_IN_PROGRESS","features":[1]},{"name":"ERROR_SHUTDOWN_IS_SCHEDULED","features":[1]},{"name":"ERROR_SHUTDOWN_USERS_LOGGED_ON","features":[1]},{"name":"ERROR_SIGNAL_PENDING","features":[1]},{"name":"ERROR_SIGNAL_REFUSED","features":[1]},{"name":"ERROR_SIGNATURE_OSATTRIBUTE_MISMATCH","features":[1]},{"name":"ERROR_SIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE","features":[1]},{"name":"ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER","features":[1]},{"name":"ERROR_SINGLE_INSTANCE_APP","features":[1]},{"name":"ERROR_SMARTCARD_SUBSYSTEM_FAILURE","features":[1]},{"name":"ERROR_SMB1_NOT_AVAILABLE","features":[1]},{"name":"ERROR_SMB_BAD_CLUSTER_DIALECT","features":[1]},{"name":"ERROR_SMB_GUEST_LOGON_BLOCKED","features":[1]},{"name":"ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP","features":[1]},{"name":"ERROR_SMB_NO_SIGNING_ALGORITHM_OVERLAP","features":[1]},{"name":"ERROR_SMI_PRIMITIVE_INSTALLER_FAILED","features":[1]},{"name":"ERROR_SMR_GARBAGE_COLLECTION_REQUIRED","features":[1]},{"name":"ERROR_SOME_NOT_MAPPED","features":[1]},{"name":"ERROR_SOURCE_ELEMENT_EMPTY","features":[1]},{"name":"ERROR_SPACES_ALLOCATION_SIZE_INVALID","features":[1]},{"name":"ERROR_SPACES_CACHE_FULL","features":[1]},{"name":"ERROR_SPACES_CORRUPT_METADATA","features":[1]},{"name":"ERROR_SPACES_DRIVE_LOST_DATA","features":[1]},{"name":"ERROR_SPACES_DRIVE_NOT_READY","features":[1]},{"name":"ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID","features":[1]},{"name":"ERROR_SPACES_DRIVE_REDUNDANCY_INVALID","features":[1]},{"name":"ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID","features":[1]},{"name":"ERROR_SPACES_DRIVE_SPLIT","features":[1]},{"name":"ERROR_SPACES_DRT_FULL","features":[1]},{"name":"ERROR_SPACES_ENCLOSURE_AWARE_INVALID","features":[1]},{"name":"ERROR_SPACES_ENTRY_INCOMPLETE","features":[1]},{"name":"ERROR_SPACES_ENTRY_INVALID","features":[1]},{"name":"ERROR_SPACES_EXTENDED_ERROR","features":[1]},{"name":"ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID","features":[1]},{"name":"ERROR_SPACES_FLUSH_METADATA","features":[1]},{"name":"ERROR_SPACES_INCONSISTENCY","features":[1]},{"name":"ERROR_SPACES_INTERLEAVE_LENGTH_INVALID","features":[1]},{"name":"ERROR_SPACES_INTERNAL_ERROR","features":[1]},{"name":"ERROR_SPACES_LOG_NOT_READY","features":[1]},{"name":"ERROR_SPACES_MAP_REQUIRED","features":[1]},{"name":"ERROR_SPACES_MARK_DIRTY","features":[1]},{"name":"ERROR_SPACES_NOT_ENOUGH_DRIVES","features":[1]},{"name":"ERROR_SPACES_NO_REDUNDANCY","features":[1]},{"name":"ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID","features":[1]},{"name":"ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID","features":[1]},{"name":"ERROR_SPACES_NUMBER_OF_GROUPS_INVALID","features":[1]},{"name":"ERROR_SPACES_PARITY_LAYOUT_INVALID","features":[1]},{"name":"ERROR_SPACES_POOL_WAS_DELETED","features":[1]},{"name":"ERROR_SPACES_PROVISIONING_TYPE_INVALID","features":[1]},{"name":"ERROR_SPACES_REPAIR_IN_PROGRESS","features":[1]},{"name":"ERROR_SPACES_RESILIENCY_TYPE_INVALID","features":[1]},{"name":"ERROR_SPACES_UNSUPPORTED_VERSION","features":[1]},{"name":"ERROR_SPACES_UPDATE_COLUMN_STATE","features":[1]},{"name":"ERROR_SPACES_WRITE_CACHE_SIZE_INVALID","features":[1]},{"name":"ERROR_SPARSE_FILE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION","features":[1]},{"name":"ERROR_SPECIAL_ACCOUNT","features":[1]},{"name":"ERROR_SPECIAL_GROUP","features":[1]},{"name":"ERROR_SPECIAL_USER","features":[1]},{"name":"ERROR_SPL_NO_ADDJOB","features":[1]},{"name":"ERROR_SPL_NO_STARTDOC","features":[1]},{"name":"ERROR_SPOOL_FILE_NOT_FOUND","features":[1]},{"name":"ERROR_SRC_SRV_DLL_LOAD_FAILED","features":[1]},{"name":"ERROR_STACK_BUFFER_OVERRUN","features":[1]},{"name":"ERROR_STACK_OVERFLOW","features":[1]},{"name":"ERROR_STACK_OVERFLOW_READ","features":[1]},{"name":"ERROR_STAGEFROMUPDATEAGENT_PACKAGE_NOT_APPLICABLE","features":[1]},{"name":"ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_STATE_CREATE_CONTAINER_FAILED","features":[1]},{"name":"ERROR_STATE_DELETE_CONTAINER_FAILED","features":[1]},{"name":"ERROR_STATE_DELETE_SETTING_FAILED","features":[1]},{"name":"ERROR_STATE_ENUMERATE_CONTAINER_FAILED","features":[1]},{"name":"ERROR_STATE_ENUMERATE_SETTINGS_FAILED","features":[1]},{"name":"ERROR_STATE_GET_VERSION_FAILED","features":[1]},{"name":"ERROR_STATE_LOAD_STORE_FAILED","features":[1]},{"name":"ERROR_STATE_OPEN_CONTAINER_FAILED","features":[1]},{"name":"ERROR_STATE_QUERY_SETTING_FAILED","features":[1]},{"name":"ERROR_STATE_READ_COMPOSITE_SETTING_FAILED","features":[1]},{"name":"ERROR_STATE_READ_SETTING_FAILED","features":[1]},{"name":"ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_STATE_SET_VERSION_FAILED","features":[1]},{"name":"ERROR_STATE_STRUCTURED_RESET_FAILED","features":[1]},{"name":"ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED","features":[1]},{"name":"ERROR_STATE_WRITE_SETTING_FAILED","features":[1]},{"name":"ERROR_STATIC_INIT","features":[1]},{"name":"ERROR_STOPPED_ON_SYMLINK","features":[1]},{"name":"ERROR_STORAGE_LOST_DATA_PERSISTENCE","features":[1]},{"name":"ERROR_STORAGE_RESERVE_ALREADY_EXISTS","features":[1]},{"name":"ERROR_STORAGE_RESERVE_DOES_NOT_EXIST","features":[1]},{"name":"ERROR_STORAGE_RESERVE_ID_INVALID","features":[1]},{"name":"ERROR_STORAGE_RESERVE_NOT_EMPTY","features":[1]},{"name":"ERROR_STORAGE_STACK_ACCESS_DENIED","features":[1]},{"name":"ERROR_STORAGE_TOPOLOGY_ID_MISMATCH","features":[1]},{"name":"ERROR_STREAM_MINIVERSION_NOT_FOUND","features":[1]},{"name":"ERROR_STREAM_MINIVERSION_NOT_VALID","features":[1]},{"name":"ERROR_STRICT_CFG_VIOLATION","features":[1]},{"name":"ERROR_SUBST_TO_JOIN","features":[1]},{"name":"ERROR_SUBST_TO_SUBST","features":[1]},{"name":"ERROR_SUCCESS","features":[1]},{"name":"ERROR_SUCCESS_REBOOT_INITIATED","features":[1]},{"name":"ERROR_SUCCESS_REBOOT_REQUIRED","features":[1]},{"name":"ERROR_SUCCESS_RESTART_REQUIRED","features":[1]},{"name":"ERROR_SVHDX_ERROR_NOT_AVAILABLE","features":[1]},{"name":"ERROR_SVHDX_ERROR_STORED","features":[1]},{"name":"ERROR_SVHDX_NO_INITIATOR","features":[1]},{"name":"ERROR_SVHDX_RESERVATION_CONFLICT","features":[1]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE","features":[1]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED","features":[1]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED","features":[1]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED","features":[1]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED","features":[1]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED","features":[1]},{"name":"ERROR_SVHDX_VERSION_MISMATCH","features":[1]},{"name":"ERROR_SVHDX_WRONG_FILE_TYPE","features":[1]},{"name":"ERROR_SWAPERROR","features":[1]},{"name":"ERROR_SXS_ACTIVATION_CONTEXT_DISABLED","features":[1]},{"name":"ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT","features":[1]},{"name":"ERROR_SXS_ASSEMBLY_MISSING","features":[1]},{"name":"ERROR_SXS_ASSEMBLY_NOT_FOUND","features":[1]},{"name":"ERROR_SXS_ASSEMBLY_NOT_LOCKED","features":[1]},{"name":"ERROR_SXS_CANT_GEN_ACTCTX","features":[1]},{"name":"ERROR_SXS_COMPONENT_STORE_CORRUPT","features":[1]},{"name":"ERROR_SXS_CORRUPTION","features":[1]},{"name":"ERROR_SXS_CORRUPT_ACTIVATION_STACK","features":[1]},{"name":"ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS","features":[1]},{"name":"ERROR_SXS_DUPLICATE_ASSEMBLY_NAME","features":[1]},{"name":"ERROR_SXS_DUPLICATE_CLSID","features":[1]},{"name":"ERROR_SXS_DUPLICATE_DLL_NAME","features":[1]},{"name":"ERROR_SXS_DUPLICATE_IID","features":[1]},{"name":"ERROR_SXS_DUPLICATE_PROGID","features":[1]},{"name":"ERROR_SXS_DUPLICATE_TLBID","features":[1]},{"name":"ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME","features":[1]},{"name":"ERROR_SXS_EARLY_DEACTIVATION","features":[1]},{"name":"ERROR_SXS_FILE_HASH_MISMATCH","features":[1]},{"name":"ERROR_SXS_FILE_HASH_MISSING","features":[1]},{"name":"ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY","features":[1]},{"name":"ERROR_SXS_IDENTITIES_DIFFERENT","features":[1]},{"name":"ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE","features":[1]},{"name":"ERROR_SXS_IDENTITY_PARSE_ERROR","features":[1]},{"name":"ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN","features":[1]},{"name":"ERROR_SXS_INVALID_ACTCTXDATA_FORMAT","features":[1]},{"name":"ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE","features":[1]},{"name":"ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME","features":[1]},{"name":"ERROR_SXS_INVALID_DEACTIVATION","features":[1]},{"name":"ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME","features":[1]},{"name":"ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE","features":[1]},{"name":"ERROR_SXS_INVALID_XML_NAMESPACE_URI","features":[1]},{"name":"ERROR_SXS_KEY_NOT_FOUND","features":[1]},{"name":"ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED","features":[1]},{"name":"ERROR_SXS_MANIFEST_FORMAT_ERROR","features":[1]},{"name":"ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT","features":[1]},{"name":"ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE","features":[1]},{"name":"ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE","features":[1]},{"name":"ERROR_SXS_MANIFEST_PARSE_ERROR","features":[1]},{"name":"ERROR_SXS_MANIFEST_TOO_BIG","features":[1]},{"name":"ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE","features":[1]},{"name":"ERROR_SXS_MULTIPLE_DEACTIVATION","features":[1]},{"name":"ERROR_SXS_POLICY_PARSE_ERROR","features":[1]},{"name":"ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT","features":[1]},{"name":"ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET","features":[1]},{"name":"ERROR_SXS_PROCESS_TERMINATION_REQUESTED","features":[1]},{"name":"ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING","features":[1]},{"name":"ERROR_SXS_PROTECTION_CATALOG_NOT_VALID","features":[1]},{"name":"ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT","features":[1]},{"name":"ERROR_SXS_PROTECTION_RECOVERY_FAILED","features":[1]},{"name":"ERROR_SXS_RELEASE_ACTIVATION_CONTEXT","features":[1]},{"name":"ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED","features":[1]},{"name":"ERROR_SXS_SECTION_NOT_FOUND","features":[1]},{"name":"ERROR_SXS_SETTING_NOT_REGISTERED","features":[1]},{"name":"ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY","features":[1]},{"name":"ERROR_SXS_THREAD_QUERIES_DISABLED","features":[1]},{"name":"ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE","features":[1]},{"name":"ERROR_SXS_UNKNOWN_ENCODING","features":[1]},{"name":"ERROR_SXS_UNKNOWN_ENCODING_GROUP","features":[1]},{"name":"ERROR_SXS_UNTRANSLATABLE_HRESULT","features":[1]},{"name":"ERROR_SXS_VERSION_CONFLICT","features":[1]},{"name":"ERROR_SXS_WRONG_SECTION_TYPE","features":[1]},{"name":"ERROR_SXS_XML_E_BADCHARDATA","features":[1]},{"name":"ERROR_SXS_XML_E_BADCHARINSTRING","features":[1]},{"name":"ERROR_SXS_XML_E_BADNAMECHAR","features":[1]},{"name":"ERROR_SXS_XML_E_BADPEREFINSUBSET","features":[1]},{"name":"ERROR_SXS_XML_E_BADSTARTNAMECHAR","features":[1]},{"name":"ERROR_SXS_XML_E_BADXMLCASE","features":[1]},{"name":"ERROR_SXS_XML_E_BADXMLDECL","features":[1]},{"name":"ERROR_SXS_XML_E_COMMENTSYNTAX","features":[1]},{"name":"ERROR_SXS_XML_E_DUPLICATEATTRIBUTE","features":[1]},{"name":"ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE","features":[1]},{"name":"ERROR_SXS_XML_E_EXPECTINGTAGEND","features":[1]},{"name":"ERROR_SXS_XML_E_INCOMPLETE_ENCODING","features":[1]},{"name":"ERROR_SXS_XML_E_INTERNALERROR","features":[1]},{"name":"ERROR_SXS_XML_E_INVALIDATROOTLEVEL","features":[1]},{"name":"ERROR_SXS_XML_E_INVALIDENCODING","features":[1]},{"name":"ERROR_SXS_XML_E_INVALIDSWITCH","features":[1]},{"name":"ERROR_SXS_XML_E_INVALID_DECIMAL","features":[1]},{"name":"ERROR_SXS_XML_E_INVALID_HEXIDECIMAL","features":[1]},{"name":"ERROR_SXS_XML_E_INVALID_STANDALONE","features":[1]},{"name":"ERROR_SXS_XML_E_INVALID_UNICODE","features":[1]},{"name":"ERROR_SXS_XML_E_INVALID_VERSION","features":[1]},{"name":"ERROR_SXS_XML_E_MISSINGEQUALS","features":[1]},{"name":"ERROR_SXS_XML_E_MISSINGQUOTE","features":[1]},{"name":"ERROR_SXS_XML_E_MISSINGROOT","features":[1]},{"name":"ERROR_SXS_XML_E_MISSINGSEMICOLON","features":[1]},{"name":"ERROR_SXS_XML_E_MISSINGWHITESPACE","features":[1]},{"name":"ERROR_SXS_XML_E_MISSING_PAREN","features":[1]},{"name":"ERROR_SXS_XML_E_MULTIPLEROOTS","features":[1]},{"name":"ERROR_SXS_XML_E_MULTIPLE_COLONS","features":[1]},{"name":"ERROR_SXS_XML_E_RESERVEDNAMESPACE","features":[1]},{"name":"ERROR_SXS_XML_E_UNBALANCEDPAREN","features":[1]},{"name":"ERROR_SXS_XML_E_UNCLOSEDCDATA","features":[1]},{"name":"ERROR_SXS_XML_E_UNCLOSEDCOMMENT","features":[1]},{"name":"ERROR_SXS_XML_E_UNCLOSEDDECL","features":[1]},{"name":"ERROR_SXS_XML_E_UNCLOSEDENDTAG","features":[1]},{"name":"ERROR_SXS_XML_E_UNCLOSEDSTARTTAG","features":[1]},{"name":"ERROR_SXS_XML_E_UNCLOSEDSTRING","features":[1]},{"name":"ERROR_SXS_XML_E_UNCLOSEDTAG","features":[1]},{"name":"ERROR_SXS_XML_E_UNEXPECTEDENDTAG","features":[1]},{"name":"ERROR_SXS_XML_E_UNEXPECTEDEOF","features":[1]},{"name":"ERROR_SXS_XML_E_UNEXPECTED_STANDALONE","features":[1]},{"name":"ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE","features":[1]},{"name":"ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK","features":[1]},{"name":"ERROR_SXS_XML_E_XMLDECLSYNTAX","features":[1]},{"name":"ERROR_SYMLINK_CLASS_DISABLED","features":[1]},{"name":"ERROR_SYMLINK_NOT_SUPPORTED","features":[1]},{"name":"ERROR_SYNCHRONIZATION_REQUIRED","features":[1]},{"name":"ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED","features":[1]},{"name":"ERROR_SYSTEM_DEVICE_NOT_FOUND","features":[1]},{"name":"ERROR_SYSTEM_HIVE_TOO_LARGE","features":[1]},{"name":"ERROR_SYSTEM_IMAGE_BAD_SIGNATURE","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_INVALID_POLICY","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_OFFLINE","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_PUA","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED","features":[1]},{"name":"ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES","features":[1]},{"name":"ERROR_SYSTEM_NEEDS_REMEDIATION","features":[1]},{"name":"ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION","features":[1]},{"name":"ERROR_SYSTEM_POWERSTATE_TRANSITION","features":[1]},{"name":"ERROR_SYSTEM_PROCESS_TERMINATED","features":[1]},{"name":"ERROR_SYSTEM_SHUTDOWN","features":[1]},{"name":"ERROR_SYSTEM_TRACE","features":[1]},{"name":"ERROR_TAG_NOT_FOUND","features":[1]},{"name":"ERROR_TAG_NOT_PRESENT","features":[1]},{"name":"ERROR_THREAD_1_INACTIVE","features":[1]},{"name":"ERROR_THREAD_ALREADY_IN_TASK","features":[1]},{"name":"ERROR_THREAD_MODE_ALREADY_BACKGROUND","features":[1]},{"name":"ERROR_THREAD_MODE_NOT_BACKGROUND","features":[1]},{"name":"ERROR_THREAD_NOT_IN_PROCESS","features":[1]},{"name":"ERROR_THREAD_WAS_SUSPENDED","features":[1]},{"name":"ERROR_TIERING_ALREADY_PROCESSING","features":[1]},{"name":"ERROR_TIERING_CANNOT_PIN_OBJECT","features":[1]},{"name":"ERROR_TIERING_FILE_IS_NOT_PINNED","features":[1]},{"name":"ERROR_TIERING_INVALID_FILE_ID","features":[1]},{"name":"ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME","features":[1]},{"name":"ERROR_TIERING_STORAGE_TIER_NOT_FOUND","features":[1]},{"name":"ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS","features":[1]},{"name":"ERROR_TIERING_WRONG_CLUSTER_NODE","features":[1]},{"name":"ERROR_TIMEOUT","features":[1]},{"name":"ERROR_TIMER_NOT_CANCELED","features":[1]},{"name":"ERROR_TIMER_RESOLUTION_NOT_SET","features":[1]},{"name":"ERROR_TIMER_RESUME_IGNORED","features":[1]},{"name":"ERROR_TIME_SENSITIVE_THREAD","features":[1]},{"name":"ERROR_TIME_SKEW","features":[1]},{"name":"ERROR_TLW_WITH_WSCHILD","features":[1]},{"name":"ERROR_TM_IDENTITY_MISMATCH","features":[1]},{"name":"ERROR_TM_INITIALIZATION_FAILED","features":[1]},{"name":"ERROR_TM_VOLATILE","features":[1]},{"name":"ERROR_TOKEN_ALREADY_IN_USE","features":[1]},{"name":"ERROR_TOO_MANY_CMDS","features":[1]},{"name":"ERROR_TOO_MANY_CONTEXT_IDS","features":[1]},{"name":"ERROR_TOO_MANY_DESCRIPTORS","features":[1]},{"name":"ERROR_TOO_MANY_LINKS","features":[1]},{"name":"ERROR_TOO_MANY_LUIDS_REQUESTED","features":[1]},{"name":"ERROR_TOO_MANY_MODULES","features":[1]},{"name":"ERROR_TOO_MANY_MUXWAITERS","features":[1]},{"name":"ERROR_TOO_MANY_NAMES","features":[1]},{"name":"ERROR_TOO_MANY_OPEN_FILES","features":[1]},{"name":"ERROR_TOO_MANY_POSTS","features":[1]},{"name":"ERROR_TOO_MANY_SECRETS","features":[1]},{"name":"ERROR_TOO_MANY_SEMAPHORES","features":[1]},{"name":"ERROR_TOO_MANY_SEM_REQUESTS","features":[1]},{"name":"ERROR_TOO_MANY_SESS","features":[1]},{"name":"ERROR_TOO_MANY_SIDS","features":[1]},{"name":"ERROR_TOO_MANY_TCBS","features":[1]},{"name":"ERROR_TOO_MANY_THREADS","features":[1]},{"name":"ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE","features":[1]},{"name":"ERROR_TRANSACTIONAL_CONFLICT","features":[1]},{"name":"ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED","features":[1]},{"name":"ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH","features":[1]},{"name":"ERROR_TRANSACTIONMANAGER_NOT_FOUND","features":[1]},{"name":"ERROR_TRANSACTIONMANAGER_NOT_ONLINE","features":[1]},{"name":"ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION","features":[1]},{"name":"ERROR_TRANSACTIONS_NOT_FROZEN","features":[1]},{"name":"ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE","features":[1]},{"name":"ERROR_TRANSACTION_ALREADY_ABORTED","features":[1]},{"name":"ERROR_TRANSACTION_ALREADY_COMMITTED","features":[1]},{"name":"ERROR_TRANSACTION_FREEZE_IN_PROGRESS","features":[1]},{"name":"ERROR_TRANSACTION_INTEGRITY_VIOLATED","features":[1]},{"name":"ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER","features":[1]},{"name":"ERROR_TRANSACTION_MUST_WRITETHROUGH","features":[1]},{"name":"ERROR_TRANSACTION_NOT_ACTIVE","features":[1]},{"name":"ERROR_TRANSACTION_NOT_ENLISTED","features":[1]},{"name":"ERROR_TRANSACTION_NOT_FOUND","features":[1]},{"name":"ERROR_TRANSACTION_NOT_JOINED","features":[1]},{"name":"ERROR_TRANSACTION_NOT_REQUESTED","features":[1]},{"name":"ERROR_TRANSACTION_NOT_ROOT","features":[1]},{"name":"ERROR_TRANSACTION_NO_SUPERIOR","features":[1]},{"name":"ERROR_TRANSACTION_OBJECT_EXPIRED","features":[1]},{"name":"ERROR_TRANSACTION_PROPAGATION_FAILED","features":[1]},{"name":"ERROR_TRANSACTION_RECORD_TOO_LONG","features":[1]},{"name":"ERROR_TRANSACTION_REQUEST_NOT_VALID","features":[1]},{"name":"ERROR_TRANSACTION_REQUIRED_PROMOTION","features":[1]},{"name":"ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED","features":[1]},{"name":"ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET","features":[1]},{"name":"ERROR_TRANSACTION_SUPERIOR_EXISTS","features":[1]},{"name":"ERROR_TRANSFORM_NOT_SUPPORTED","features":[1]},{"name":"ERROR_TRANSLATION_COMPLETE","features":[1]},{"name":"ERROR_TRANSPORT_FULL","features":[1]},{"name":"ERROR_TRUSTED_DOMAIN_FAILURE","features":[1]},{"name":"ERROR_TRUSTED_RELATIONSHIP_FAILURE","features":[1]},{"name":"ERROR_TRUST_FAILURE","features":[1]},{"name":"ERROR_TS_INCOMPATIBLE_SESSIONS","features":[1]},{"name":"ERROR_TS_VIDEO_SUBSYSTEM_ERROR","features":[1]},{"name":"ERROR_TXF_ATTRIBUTE_CORRUPT","features":[1]},{"name":"ERROR_TXF_DIR_NOT_EMPTY","features":[1]},{"name":"ERROR_TXF_METADATA_ALREADY_PRESENT","features":[1]},{"name":"ERROR_UNABLE_TO_CLEAN","features":[1]},{"name":"ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA","features":[1]},{"name":"ERROR_UNABLE_TO_INVENTORY_DRIVE","features":[1]},{"name":"ERROR_UNABLE_TO_INVENTORY_SLOT","features":[1]},{"name":"ERROR_UNABLE_TO_INVENTORY_TRANSPORT","features":[1]},{"name":"ERROR_UNABLE_TO_LOAD_MEDIUM","features":[1]},{"name":"ERROR_UNABLE_TO_LOCK_MEDIA","features":[1]},{"name":"ERROR_UNABLE_TO_MOVE_REPLACEMENT","features":[1]},{"name":"ERROR_UNABLE_TO_MOVE_REPLACEMENT_2","features":[1]},{"name":"ERROR_UNABLE_TO_REMOVE_REPLACED","features":[1]},{"name":"ERROR_UNABLE_TO_UNLOAD_MEDIA","features":[1]},{"name":"ERROR_UNDEFINED_CHARACTER","features":[1]},{"name":"ERROR_UNDEFINED_SCOPE","features":[1]},{"name":"ERROR_UNEXPECTED_MM_CREATE_ERR","features":[1]},{"name":"ERROR_UNEXPECTED_MM_EXTEND_ERR","features":[1]},{"name":"ERROR_UNEXPECTED_MM_MAP_ERROR","features":[1]},{"name":"ERROR_UNEXPECTED_NTCACHEMANAGER_ERROR","features":[1]},{"name":"ERROR_UNEXPECTED_OMID","features":[1]},{"name":"ERROR_UNEXP_NET_ERR","features":[1]},{"name":"ERROR_UNHANDLED_EXCEPTION","features":[1]},{"name":"ERROR_UNIDENTIFIED_ERROR","features":[1]},{"name":"ERROR_UNKNOWN_COMPONENT","features":[1]},{"name":"ERROR_UNKNOWN_EXCEPTION","features":[1]},{"name":"ERROR_UNKNOWN_FEATURE","features":[1]},{"name":"ERROR_UNKNOWN_PATCH","features":[1]},{"name":"ERROR_UNKNOWN_PORT","features":[1]},{"name":"ERROR_UNKNOWN_PRINTER_DRIVER","features":[1]},{"name":"ERROR_UNKNOWN_PRINTPROCESSOR","features":[1]},{"name":"ERROR_UNKNOWN_PRINT_MONITOR","features":[1]},{"name":"ERROR_UNKNOWN_PRODUCT","features":[1]},{"name":"ERROR_UNKNOWN_PROPERTY","features":[1]},{"name":"ERROR_UNKNOWN_PROTOCOL_ID","features":[1]},{"name":"ERROR_UNKNOWN_REVISION","features":[1]},{"name":"ERROR_UNMAPPED_SUBSTITUTION_STRING","features":[1]},{"name":"ERROR_UNRECOGNIZED_MEDIA","features":[1]},{"name":"ERROR_UNRECOGNIZED_VOLUME","features":[1]},{"name":"ERROR_UNRECOVERABLE_STACK_OVERFLOW","features":[1]},{"name":"ERROR_UNSATISFIED_DEPENDENCIES","features":[1]},{"name":"ERROR_UNSIGNED_PACKAGE_INVALID_CONTENT","features":[1]},{"name":"ERROR_UNSIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE","features":[1]},{"name":"ERROR_UNSUPPORTED_COMPRESSION","features":[1]},{"name":"ERROR_UNSUPPORTED_TYPE","features":[1]},{"name":"ERROR_UNTRUSTED_MOUNT_POINT","features":[1]},{"name":"ERROR_UNWIND","features":[1]},{"name":"ERROR_UNWIND_CONSOLIDATE","features":[1]},{"name":"ERROR_UPDATE_IN_PROGRESS","features":[1]},{"name":"ERROR_USER_APC","features":[1]},{"name":"ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED","features":[1]},{"name":"ERROR_USER_EXISTS","features":[1]},{"name":"ERROR_USER_LIMIT","features":[1]},{"name":"ERROR_USER_MAPPED_FILE","features":[1]},{"name":"ERROR_USER_PROFILE_LOAD","features":[1]},{"name":"ERROR_VALIDATE_CONTINUE","features":[1]},{"name":"ERROR_VC_DISCONNECTED","features":[1]},{"name":"ERROR_VDM_DISALLOWED","features":[1]},{"name":"ERROR_VDM_HARD_ERROR","features":[1]},{"name":"ERROR_VERIFIER_STOP","features":[1]},{"name":"ERROR_VERSION_PARSE_ERROR","features":[1]},{"name":"ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND","features":[1]},{"name":"ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE","features":[1]},{"name":"ERROR_VHD_BITMAP_MISMATCH","features":[1]},{"name":"ERROR_VHD_BLOCK_ALLOCATION_FAILURE","features":[1]},{"name":"ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT","features":[1]},{"name":"ERROR_VHD_CHANGE_TRACKING_DISABLED","features":[1]},{"name":"ERROR_VHD_CHILD_PARENT_ID_MISMATCH","features":[1]},{"name":"ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH","features":[1]},{"name":"ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH","features":[1]},{"name":"ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE","features":[1]},{"name":"ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED","features":[1]},{"name":"ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT","features":[1]},{"name":"ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH","features":[1]},{"name":"ERROR_VHD_DRIVE_FOOTER_CORRUPT","features":[1]},{"name":"ERROR_VHD_DRIVE_FOOTER_MISSING","features":[1]},{"name":"ERROR_VHD_FORMAT_UNKNOWN","features":[1]},{"name":"ERROR_VHD_FORMAT_UNSUPPORTED_VERSION","features":[1]},{"name":"ERROR_VHD_INVALID_BLOCK_SIZE","features":[1]},{"name":"ERROR_VHD_INVALID_CHANGE_TRACKING_ID","features":[1]},{"name":"ERROR_VHD_INVALID_FILE_SIZE","features":[1]},{"name":"ERROR_VHD_INVALID_SIZE","features":[1]},{"name":"ERROR_VHD_INVALID_STATE","features":[1]},{"name":"ERROR_VHD_INVALID_TYPE","features":[1]},{"name":"ERROR_VHD_METADATA_FULL","features":[1]},{"name":"ERROR_VHD_METADATA_READ_FAILURE","features":[1]},{"name":"ERROR_VHD_METADATA_WRITE_FAILURE","features":[1]},{"name":"ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION","features":[1]},{"name":"ERROR_VHD_PARENT_VHD_ACCESS_DENIED","features":[1]},{"name":"ERROR_VHD_PARENT_VHD_NOT_FOUND","features":[1]},{"name":"ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA","features":[1]},{"name":"ERROR_VHD_SHARED","features":[1]},{"name":"ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH","features":[1]},{"name":"ERROR_VHD_SPARSE_HEADER_CORRUPT","features":[1]},{"name":"ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION","features":[1]},{"name":"ERROR_VHD_UNEXPECTED_ID","features":[1]},{"name":"ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED","features":[1]},{"name":"ERROR_VID_DUPLICATE_HANDLER","features":[1]},{"name":"ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT","features":[1]},{"name":"ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT","features":[1]},{"name":"ERROR_VID_HANDLER_NOT_PRESENT","features":[1]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT","features":[1]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER","features":[1]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_RESERVE","features":[1]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_WITHDRAW","features":[1]},{"name":"ERROR_VID_INVALID_CHILD_GPA_PAGE_SET","features":[1]},{"name":"ERROR_VID_INVALID_GPA_RANGE_HANDLE","features":[1]},{"name":"ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE","features":[1]},{"name":"ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE","features":[1]},{"name":"ERROR_VID_INVALID_NUMA_NODE_INDEX","features":[1]},{"name":"ERROR_VID_INVALID_NUMA_SETTINGS","features":[1]},{"name":"ERROR_VID_INVALID_OBJECT_NAME","features":[1]},{"name":"ERROR_VID_INVALID_PPM_HANDLE","features":[1]},{"name":"ERROR_VID_INVALID_PROCESSOR_STATE","features":[1]},{"name":"ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED","features":[1]},{"name":"ERROR_VID_MBPS_ARE_LOCKED","features":[1]},{"name":"ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE","features":[1]},{"name":"ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT","features":[1]},{"name":"ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET","features":[1]},{"name":"ERROR_VID_MB_STILL_REFERENCED","features":[1]},{"name":"ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED","features":[1]},{"name":"ERROR_VID_MEMORY_TYPE_NOT_SUPPORTED","features":[1]},{"name":"ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS","features":[1]},{"name":"ERROR_VID_MESSAGE_QUEUE_CLOSED","features":[1]},{"name":"ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG","features":[1]},{"name":"ERROR_VID_MMIO_RANGE_DESTROYED","features":[1]},{"name":"ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED","features":[1]},{"name":"ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE","features":[1]},{"name":"ERROR_VID_PAGE_RANGE_OVERFLOW","features":[1]},{"name":"ERROR_VID_PARTITION_ALREADY_EXISTS","features":[1]},{"name":"ERROR_VID_PARTITION_DOES_NOT_EXIST","features":[1]},{"name":"ERROR_VID_PARTITION_NAME_NOT_FOUND","features":[1]},{"name":"ERROR_VID_PARTITION_NAME_TOO_LONG","features":[1]},{"name":"ERROR_VID_PROCESS_ALREADY_SET","features":[1]},{"name":"ERROR_VID_QUEUE_FULL","features":[1]},{"name":"ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED","features":[1]},{"name":"ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED","features":[1]},{"name":"ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL","features":[1]},{"name":"ERROR_VID_SAVED_STATE_CORRUPT","features":[1]},{"name":"ERROR_VID_SAVED_STATE_INCOMPATIBLE","features":[1]},{"name":"ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM","features":[1]},{"name":"ERROR_VID_STOP_PENDING","features":[1]},{"name":"ERROR_VID_TOO_MANY_HANDLERS","features":[1]},{"name":"ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED","features":[1]},{"name":"ERROR_VID_VTL_ACCESS_DENIED","features":[1]},{"name":"ERROR_VIRTDISK_DISK_ALREADY_OWNED","features":[1]},{"name":"ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE","features":[1]},{"name":"ERROR_VIRTDISK_NOT_VIRTUAL_DISK","features":[1]},{"name":"ERROR_VIRTDISK_PROVIDER_NOT_FOUND","features":[1]},{"name":"ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE","features":[1]},{"name":"ERROR_VIRTUAL_DISK_LIMITATION","features":[1]},{"name":"ERROR_VIRUS_DELETED","features":[1]},{"name":"ERROR_VIRUS_INFECTED","features":[1]},{"name":"ERROR_VMCOMPUTE_CONNECTION_CLOSED","features":[1]},{"name":"ERROR_VMCOMPUTE_CONNECT_FAILED","features":[1]},{"name":"ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED","features":[1]},{"name":"ERROR_VMCOMPUTE_IMAGE_MISMATCH","features":[1]},{"name":"ERROR_VMCOMPUTE_INVALID_JSON","features":[1]},{"name":"ERROR_VMCOMPUTE_INVALID_LAYER","features":[1]},{"name":"ERROR_VMCOMPUTE_INVALID_STATE","features":[1]},{"name":"ERROR_VMCOMPUTE_OPERATION_PENDING","features":[1]},{"name":"ERROR_VMCOMPUTE_PROTOCOL_ERROR","features":[1]},{"name":"ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS","features":[1]},{"name":"ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED","features":[1]},{"name":"ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND","features":[1]},{"name":"ERROR_VMCOMPUTE_TERMINATED","features":[1]},{"name":"ERROR_VMCOMPUTE_TERMINATED_DURING_START","features":[1]},{"name":"ERROR_VMCOMPUTE_TIMEOUT","features":[1]},{"name":"ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS","features":[1]},{"name":"ERROR_VMCOMPUTE_UNEXPECTED_EXIT","features":[1]},{"name":"ERROR_VMCOMPUTE_UNKNOWN_MESSAGE","features":[1]},{"name":"ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION","features":[1]},{"name":"ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED","features":[1]},{"name":"ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND","features":[1]},{"name":"ERROR_VOLMGR_ALL_DISKS_FAILED","features":[1]},{"name":"ERROR_VOLMGR_BAD_BOOT_DISK","features":[1]},{"name":"ERROR_VOLMGR_DATABASE_FULL","features":[1]},{"name":"ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE","features":[1]},{"name":"ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED","features":[1]},{"name":"ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC","features":[1]},{"name":"ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME","features":[1]},{"name":"ERROR_VOLMGR_DISK_DUPLICATE","features":[1]},{"name":"ERROR_VOLMGR_DISK_DYNAMIC","features":[1]},{"name":"ERROR_VOLMGR_DISK_ID_INVALID","features":[1]},{"name":"ERROR_VOLMGR_DISK_INVALID","features":[1]},{"name":"ERROR_VOLMGR_DISK_LAST_VOTER","features":[1]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_INVALID","features":[1]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS","features":[1]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED","features":[1]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL","features":[1]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS","features":[1]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS","features":[1]},{"name":"ERROR_VOLMGR_DISK_MISSING","features":[1]},{"name":"ERROR_VOLMGR_DISK_NOT_EMPTY","features":[1]},{"name":"ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE","features":[1]},{"name":"ERROR_VOLMGR_DISK_REVECTORING_FAILED","features":[1]},{"name":"ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID","features":[1]},{"name":"ERROR_VOLMGR_DISK_SET_NOT_CONTAINED","features":[1]},{"name":"ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS","features":[1]},{"name":"ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES","features":[1]},{"name":"ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED","features":[1]},{"name":"ERROR_VOLMGR_EXTENT_ALREADY_USED","features":[1]},{"name":"ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS","features":[1]},{"name":"ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION","features":[1]},{"name":"ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED","features":[1]},{"name":"ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION","features":[1]},{"name":"ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH","features":[1]},{"name":"ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED","features":[1]},{"name":"ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION","features":[1]},{"name":"ERROR_VOLMGR_INCOMPLETE_REGENERATION","features":[1]},{"name":"ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID","features":[1]},{"name":"ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS","features":[1]},{"name":"ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE","features":[1]},{"name":"ERROR_VOLMGR_MEMBER_INDEX_INVALID","features":[1]},{"name":"ERROR_VOLMGR_MEMBER_IN_SYNC","features":[1]},{"name":"ERROR_VOLMGR_MEMBER_MISSING","features":[1]},{"name":"ERROR_VOLMGR_MEMBER_NOT_DETACHED","features":[1]},{"name":"ERROR_VOLMGR_MEMBER_REGENERATING","features":[1]},{"name":"ERROR_VOLMGR_MIRROR_NOT_SUPPORTED","features":[1]},{"name":"ERROR_VOLMGR_NOTIFICATION_RESET","features":[1]},{"name":"ERROR_VOLMGR_NOT_PRIMARY_PACK","features":[1]},{"name":"ERROR_VOLMGR_NO_REGISTERED_USERS","features":[1]},{"name":"ERROR_VOLMGR_NO_SUCH_USER","features":[1]},{"name":"ERROR_VOLMGR_NO_VALID_LOG_COPIES","features":[1]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID","features":[1]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID","features":[1]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID","features":[1]},{"name":"ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID","features":[1]},{"name":"ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID","features":[1]},{"name":"ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID","features":[1]},{"name":"ERROR_VOLMGR_PACK_CONFIG_OFFLINE","features":[1]},{"name":"ERROR_VOLMGR_PACK_CONFIG_ONLINE","features":[1]},{"name":"ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED","features":[1]},{"name":"ERROR_VOLMGR_PACK_DUPLICATE","features":[1]},{"name":"ERROR_VOLMGR_PACK_HAS_QUORUM","features":[1]},{"name":"ERROR_VOLMGR_PACK_ID_INVALID","features":[1]},{"name":"ERROR_VOLMGR_PACK_INVALID","features":[1]},{"name":"ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED","features":[1]},{"name":"ERROR_VOLMGR_PACK_NAME_INVALID","features":[1]},{"name":"ERROR_VOLMGR_PACK_OFFLINE","features":[1]},{"name":"ERROR_VOLMGR_PACK_WITHOUT_QUORUM","features":[1]},{"name":"ERROR_VOLMGR_PARTITION_STYLE_INVALID","features":[1]},{"name":"ERROR_VOLMGR_PARTITION_UPDATE_FAILED","features":[1]},{"name":"ERROR_VOLMGR_PLEX_INDEX_DUPLICATE","features":[1]},{"name":"ERROR_VOLMGR_PLEX_INDEX_INVALID","features":[1]},{"name":"ERROR_VOLMGR_PLEX_IN_SYNC","features":[1]},{"name":"ERROR_VOLMGR_PLEX_LAST_ACTIVE","features":[1]},{"name":"ERROR_VOLMGR_PLEX_MISSING","features":[1]},{"name":"ERROR_VOLMGR_PLEX_NOT_RAID5","features":[1]},{"name":"ERROR_VOLMGR_PLEX_NOT_SIMPLE","features":[1]},{"name":"ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED","features":[1]},{"name":"ERROR_VOLMGR_PLEX_REGENERATING","features":[1]},{"name":"ERROR_VOLMGR_PLEX_TYPE_INVALID","features":[1]},{"name":"ERROR_VOLMGR_PRIMARY_PACK_PRESENT","features":[1]},{"name":"ERROR_VOLMGR_RAID5_NOT_SUPPORTED","features":[1]},{"name":"ERROR_VOLMGR_STRUCTURE_SIZE_INVALID","features":[1]},{"name":"ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS","features":[1]},{"name":"ERROR_VOLMGR_TRANSACTION_IN_PROGRESS","features":[1]},{"name":"ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE","features":[1]},{"name":"ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK","features":[1]},{"name":"ERROR_VOLMGR_VOLUME_ID_INVALID","features":[1]},{"name":"ERROR_VOLMGR_VOLUME_LENGTH_INVALID","features":[1]},{"name":"ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE","features":[1]},{"name":"ERROR_VOLMGR_VOLUME_MIRRORED","features":[1]},{"name":"ERROR_VOLMGR_VOLUME_NOT_MIRRORED","features":[1]},{"name":"ERROR_VOLMGR_VOLUME_NOT_RETAINED","features":[1]},{"name":"ERROR_VOLMGR_VOLUME_OFFLINE","features":[1]},{"name":"ERROR_VOLMGR_VOLUME_RETAINED","features":[1]},{"name":"ERROR_VOLSNAP_ACTIVATION_TIMEOUT","features":[1]},{"name":"ERROR_VOLSNAP_BOOTFILE_NOT_VALID","features":[1]},{"name":"ERROR_VOLSNAP_HIBERNATE_READY","features":[1]},{"name":"ERROR_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT","features":[1]},{"name":"ERROR_VOLSNAP_PREPARE_HIBERNATE","features":[1]},{"name":"ERROR_VOLUME_CONTAINS_SYS_FILES","features":[1]},{"name":"ERROR_VOLUME_DIRTY","features":[1]},{"name":"ERROR_VOLUME_MOUNTED","features":[1]},{"name":"ERROR_VOLUME_NOT_CLUSTER_ALIGNED","features":[1]},{"name":"ERROR_VOLUME_NOT_SIS_ENABLED","features":[1]},{"name":"ERROR_VOLUME_NOT_SUPPORTED","features":[1]},{"name":"ERROR_VOLUME_NOT_SUPPORT_EFS","features":[1]},{"name":"ERROR_VOLUME_UPGRADE_DISABLED","features":[1]},{"name":"ERROR_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED","features":[1]},{"name":"ERROR_VOLUME_UPGRADE_NOT_NEEDED","features":[1]},{"name":"ERROR_VOLUME_UPGRADE_PENDING","features":[1]},{"name":"ERROR_VOLUME_WRITE_ACCESS_DENIED","features":[1]},{"name":"ERROR_VRF_VOLATILE_CFG_AND_IO_ENABLED","features":[1]},{"name":"ERROR_VRF_VOLATILE_NMI_REGISTERED","features":[1]},{"name":"ERROR_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM","features":[1]},{"name":"ERROR_VRF_VOLATILE_NOT_STOPPABLE","features":[1]},{"name":"ERROR_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS","features":[1]},{"name":"ERROR_VRF_VOLATILE_PROTECTED_DRIVER","features":[1]},{"name":"ERROR_VRF_VOLATILE_SAFE_MODE","features":[1]},{"name":"ERROR_VRF_VOLATILE_SETTINGS_CONFLICT","features":[1]},{"name":"ERROR_VSMB_SAVED_STATE_CORRUPT","features":[1]},{"name":"ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND","features":[1]},{"name":"ERROR_VSM_DMA_PROTECTION_NOT_IN_USE","features":[1]},{"name":"ERROR_VSM_NOT_INITIALIZED","features":[1]},{"name":"ERROR_WAIT_1","features":[1]},{"name":"ERROR_WAIT_2","features":[1]},{"name":"ERROR_WAIT_3","features":[1]},{"name":"ERROR_WAIT_63","features":[1]},{"name":"ERROR_WAIT_FOR_OPLOCK","features":[1]},{"name":"ERROR_WAIT_NO_CHILDREN","features":[1]},{"name":"ERROR_WAKE_SYSTEM","features":[1]},{"name":"ERROR_WAKE_SYSTEM_DEBUGGER","features":[1]},{"name":"ERROR_WAS_LOCKED","features":[1]},{"name":"ERROR_WAS_UNLOCKED","features":[1]},{"name":"ERROR_WEAK_WHFBKEY_BLOCKED","features":[1]},{"name":"ERROR_WINDOW_NOT_COMBOBOX","features":[1]},{"name":"ERROR_WINDOW_NOT_DIALOG","features":[1]},{"name":"ERROR_WINDOW_OF_OTHER_THREAD","features":[1]},{"name":"ERROR_WINS_INTERNAL","features":[1]},{"name":"ERROR_WIP_ENCRYPTION_FAILED","features":[1]},{"name":"ERROR_WMI_ALREADY_DISABLED","features":[1]},{"name":"ERROR_WMI_ALREADY_ENABLED","features":[1]},{"name":"ERROR_WMI_DP_FAILED","features":[1]},{"name":"ERROR_WMI_DP_NOT_FOUND","features":[1]},{"name":"ERROR_WMI_GUID_DISCONNECTED","features":[1]},{"name":"ERROR_WMI_GUID_NOT_FOUND","features":[1]},{"name":"ERROR_WMI_INSTANCE_NOT_FOUND","features":[1]},{"name":"ERROR_WMI_INVALID_MOF","features":[1]},{"name":"ERROR_WMI_INVALID_REGINFO","features":[1]},{"name":"ERROR_WMI_ITEMID_NOT_FOUND","features":[1]},{"name":"ERROR_WMI_READ_ONLY","features":[1]},{"name":"ERROR_WMI_SERVER_UNAVAILABLE","features":[1]},{"name":"ERROR_WMI_SET_FAILURE","features":[1]},{"name":"ERROR_WMI_TRY_AGAIN","features":[1]},{"name":"ERROR_WMI_UNRESOLVED_INSTANCE_REF","features":[1]},{"name":"ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT","features":[1]},{"name":"ERROR_WOF_WIM_HEADER_CORRUPT","features":[1]},{"name":"ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT","features":[1]},{"name":"ERROR_WORKING_SET_QUOTA","features":[1]},{"name":"ERROR_WOW_ASSERTION","features":[1]},{"name":"ERROR_WRITE_FAULT","features":[1]},{"name":"ERROR_WRITE_PROTECT","features":[1]},{"name":"ERROR_WRONG_COMPARTMENT","features":[1]},{"name":"ERROR_WRONG_DISK","features":[1]},{"name":"ERROR_WRONG_EFS","features":[1]},{"name":"ERROR_WRONG_INF_STYLE","features":[1]},{"name":"ERROR_WRONG_INF_TYPE","features":[1]},{"name":"ERROR_WRONG_PASSWORD","features":[1]},{"name":"ERROR_WRONG_TARGET_NAME","features":[1]},{"name":"ERROR_WX86_ERROR","features":[1]},{"name":"ERROR_WX86_WARNING","features":[1]},{"name":"ERROR_XMLDSIG_ERROR","features":[1]},{"name":"ERROR_XML_ENCODING_MISMATCH","features":[1]},{"name":"ERROR_XML_PARSE_ERROR","features":[1]},{"name":"EVENT_E_ALL_SUBSCRIBERS_FAILED","features":[1]},{"name":"EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT","features":[1]},{"name":"EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT","features":[1]},{"name":"EVENT_E_COMPLUS_NOT_INSTALLED","features":[1]},{"name":"EVENT_E_FIRST","features":[1]},{"name":"EVENT_E_INTERNALERROR","features":[1]},{"name":"EVENT_E_INTERNALEXCEPTION","features":[1]},{"name":"EVENT_E_INVALID_EVENT_CLASS_PARTITION","features":[1]},{"name":"EVENT_E_INVALID_PER_USER_SID","features":[1]},{"name":"EVENT_E_LAST","features":[1]},{"name":"EVENT_E_MISSING_EVENTCLASS","features":[1]},{"name":"EVENT_E_NOT_ALL_REMOVED","features":[1]},{"name":"EVENT_E_PER_USER_SID_NOT_LOGGED_ON","features":[1]},{"name":"EVENT_E_QUERYFIELD","features":[1]},{"name":"EVENT_E_QUERYSYNTAX","features":[1]},{"name":"EVENT_E_TOO_MANY_METHODS","features":[1]},{"name":"EVENT_E_USER_EXCEPTION","features":[1]},{"name":"EVENT_S_FIRST","features":[1]},{"name":"EVENT_S_LAST","features":[1]},{"name":"EVENT_S_NOSUBSCRIBERS","features":[1]},{"name":"EVENT_S_SOME_SUBSCRIBERS_FAILED","features":[1]},{"name":"EXCEPTION_ACCESS_VIOLATION","features":[1]},{"name":"EXCEPTION_ARRAY_BOUNDS_EXCEEDED","features":[1]},{"name":"EXCEPTION_BREAKPOINT","features":[1]},{"name":"EXCEPTION_DATATYPE_MISALIGNMENT","features":[1]},{"name":"EXCEPTION_FLT_DENORMAL_OPERAND","features":[1]},{"name":"EXCEPTION_FLT_DIVIDE_BY_ZERO","features":[1]},{"name":"EXCEPTION_FLT_INEXACT_RESULT","features":[1]},{"name":"EXCEPTION_FLT_INVALID_OPERATION","features":[1]},{"name":"EXCEPTION_FLT_OVERFLOW","features":[1]},{"name":"EXCEPTION_FLT_STACK_CHECK","features":[1]},{"name":"EXCEPTION_FLT_UNDERFLOW","features":[1]},{"name":"EXCEPTION_GUARD_PAGE","features":[1]},{"name":"EXCEPTION_ILLEGAL_INSTRUCTION","features":[1]},{"name":"EXCEPTION_INT_DIVIDE_BY_ZERO","features":[1]},{"name":"EXCEPTION_INT_OVERFLOW","features":[1]},{"name":"EXCEPTION_INVALID_DISPOSITION","features":[1]},{"name":"EXCEPTION_INVALID_HANDLE","features":[1]},{"name":"EXCEPTION_IN_PAGE_ERROR","features":[1]},{"name":"EXCEPTION_NONCONTINUABLE_EXCEPTION","features":[1]},{"name":"EXCEPTION_POSSIBLE_DEADLOCK","features":[1]},{"name":"EXCEPTION_PRIV_INSTRUCTION","features":[1]},{"name":"EXCEPTION_SINGLE_STEP","features":[1]},{"name":"EXCEPTION_SPAPI_UNRECOVERABLE_STACK_OVERFLOW","features":[1]},{"name":"EXCEPTION_STACK_OVERFLOW","features":[1]},{"name":"E_ABORT","features":[1]},{"name":"E_ACCESSDENIED","features":[1]},{"name":"E_APPLICATION_ACTIVATION_EXEC_FAILURE","features":[1]},{"name":"E_APPLICATION_ACTIVATION_TIMED_OUT","features":[1]},{"name":"E_APPLICATION_EXITING","features":[1]},{"name":"E_APPLICATION_MANAGER_NOT_RUNNING","features":[1]},{"name":"E_APPLICATION_NOT_REGISTERED","features":[1]},{"name":"E_APPLICATION_TEMPORARY_LICENSE_ERROR","features":[1]},{"name":"E_APPLICATION_TRIAL_LICENSE_EXPIRED","features":[1]},{"name":"E_APPLICATION_VIEW_EXITING","features":[1]},{"name":"E_ASYNC_OPERATION_NOT_STARTED","features":[1]},{"name":"E_AUDIO_ENGINE_NODE_NOT_FOUND","features":[1]},{"name":"E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND","features":[1]},{"name":"E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG","features":[1]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION","features":[1]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION","features":[1]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION","features":[1]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[1]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES","features":[1]},{"name":"E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[1]},{"name":"E_BLUETOOTH_ATT_INVALID_HANDLE","features":[1]},{"name":"E_BLUETOOTH_ATT_INVALID_OFFSET","features":[1]},{"name":"E_BLUETOOTH_ATT_INVALID_PDU","features":[1]},{"name":"E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL","features":[1]},{"name":"E_BLUETOOTH_ATT_READ_NOT_PERMITTED","features":[1]},{"name":"E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED","features":[1]},{"name":"E_BLUETOOTH_ATT_UNKNOWN_ERROR","features":[1]},{"name":"E_BLUETOOTH_ATT_UNLIKELY","features":[1]},{"name":"E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE","features":[1]},{"name":"E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED","features":[1]},{"name":"E_BOUNDS","features":[1]},{"name":"E_CHANGED_STATE","features":[1]},{"name":"E_ELEVATED_ACTIVATION_NOT_SUPPORTED","features":[1]},{"name":"E_FAIL","features":[1]},{"name":"E_FULL_ADMIN_NOT_SUPPORTED","features":[1]},{"name":"E_HANDLE","features":[1]},{"name":"E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED","features":[1]},{"name":"E_HDAUDIO_EMPTY_CONNECTION_LIST","features":[1]},{"name":"E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED","features":[1]},{"name":"E_HDAUDIO_NULL_LINKED_LIST_ENTRY","features":[1]},{"name":"E_ILLEGAL_DELEGATE_ASSIGNMENT","features":[1]},{"name":"E_ILLEGAL_METHOD_CALL","features":[1]},{"name":"E_ILLEGAL_STATE_CHANGE","features":[1]},{"name":"E_INVALIDARG","features":[1]},{"name":"E_INVALID_PROTOCOL_FORMAT","features":[1]},{"name":"E_INVALID_PROTOCOL_OPERATION","features":[1]},{"name":"E_MBN_BAD_SIM","features":[1]},{"name":"E_MBN_CONTEXT_NOT_ACTIVATED","features":[1]},{"name":"E_MBN_DATA_CLASS_NOT_AVAILABLE","features":[1]},{"name":"E_MBN_DEFAULT_PROFILE_EXIST","features":[1]},{"name":"E_MBN_FAILURE","features":[1]},{"name":"E_MBN_INVALID_ACCESS_STRING","features":[1]},{"name":"E_MBN_INVALID_CACHE","features":[1]},{"name":"E_MBN_INVALID_PROFILE","features":[1]},{"name":"E_MBN_MAX_ACTIVATED_CONTEXTS","features":[1]},{"name":"E_MBN_NOT_REGISTERED","features":[1]},{"name":"E_MBN_PACKET_SVC_DETACHED","features":[1]},{"name":"E_MBN_PIN_DISABLED","features":[1]},{"name":"E_MBN_PIN_NOT_SUPPORTED","features":[1]},{"name":"E_MBN_PIN_REQUIRED","features":[1]},{"name":"E_MBN_PROVIDERS_NOT_FOUND","features":[1]},{"name":"E_MBN_PROVIDER_NOT_VISIBLE","features":[1]},{"name":"E_MBN_RADIO_POWER_OFF","features":[1]},{"name":"E_MBN_SERVICE_NOT_ACTIVATED","features":[1]},{"name":"E_MBN_SIM_NOT_INSERTED","features":[1]},{"name":"E_MBN_SMS_ENCODING_NOT_SUPPORTED","features":[1]},{"name":"E_MBN_SMS_FILTER_NOT_SUPPORTED","features":[1]},{"name":"E_MBN_SMS_FORMAT_NOT_SUPPORTED","features":[1]},{"name":"E_MBN_SMS_INVALID_MEMORY_INDEX","features":[1]},{"name":"E_MBN_SMS_LANG_NOT_SUPPORTED","features":[1]},{"name":"E_MBN_SMS_MEMORY_FAILURE","features":[1]},{"name":"E_MBN_SMS_MEMORY_FULL","features":[1]},{"name":"E_MBN_SMS_NETWORK_TIMEOUT","features":[1]},{"name":"E_MBN_SMS_OPERATION_NOT_ALLOWED","features":[1]},{"name":"E_MBN_SMS_UNKNOWN_SMSC_ADDRESS","features":[1]},{"name":"E_MBN_VOICE_CALL_IN_PROGRESS","features":[1]},{"name":"E_MONITOR_RESOLUTION_TOO_LOW","features":[1]},{"name":"E_MULTIPLE_EXTENSIONS_FOR_APPLICATION","features":[1]},{"name":"E_MULTIPLE_PACKAGES_FOR_FAMILY","features":[1]},{"name":"E_NOINTERFACE","features":[1]},{"name":"E_NOTIMPL","features":[1]},{"name":"E_OUTOFMEMORY","features":[1]},{"name":"E_POINTER","features":[1]},{"name":"E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED","features":[1]},{"name":"E_PROTOCOL_VERSION_NOT_SUPPORTED","features":[1]},{"name":"E_SKYDRIVE_FILE_NOT_UPLOADED","features":[1]},{"name":"E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX","features":[1]},{"name":"E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED","features":[1]},{"name":"E_SKYDRIVE_ROOT_TARGET_OVERLAP","features":[1]},{"name":"E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED","features":[1]},{"name":"E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL","features":[1]},{"name":"E_STRING_NOT_NULL_TERMINATED","features":[1]},{"name":"E_SUBPROTOCOL_NOT_SUPPORTED","features":[1]},{"name":"E_SYNCENGINE_CLIENT_UPDATE_NEEDED","features":[1]},{"name":"E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN","features":[1]},{"name":"E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA","features":[1]},{"name":"E_SYNCENGINE_FILE_SIZE_OVER_LIMIT","features":[1]},{"name":"E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR","features":[1]},{"name":"E_SYNCENGINE_FOLDER_INACCESSIBLE","features":[1]},{"name":"E_SYNCENGINE_FOLDER_IN_REDIRECTION","features":[1]},{"name":"E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED","features":[1]},{"name":"E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED","features":[1]},{"name":"E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED","features":[1]},{"name":"E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED","features":[1]},{"name":"E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE","features":[1]},{"name":"E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR","features":[1]},{"name":"E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED","features":[1]},{"name":"E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE","features":[1]},{"name":"E_SYNCENGINE_STORAGE_SERVICE_BLOCKED","features":[1]},{"name":"E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED","features":[1]},{"name":"E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE","features":[1]},{"name":"E_SYNCENGINE_UNKNOWN_SERVICE_ERROR","features":[1]},{"name":"E_SYNCENGINE_UNSUPPORTED_FILE_NAME","features":[1]},{"name":"E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME","features":[1]},{"name":"E_SYNCENGINE_UNSUPPORTED_MARKET","features":[1]},{"name":"E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT","features":[1]},{"name":"E_UAC_DISABLED","features":[1]},{"name":"E_UNEXPECTED","features":[1]},{"name":"FACILITY_ACPI_ERROR_CODE","features":[1]},{"name":"FACILITY_APP_EXEC","features":[1]},{"name":"FACILITY_AUDIO_KERNEL","features":[1]},{"name":"FACILITY_BCD_ERROR_CODE","features":[1]},{"name":"FACILITY_BTH_ATT","features":[1]},{"name":"FACILITY_CLUSTER_ERROR_CODE","features":[1]},{"name":"FACILITY_CODCLASS_ERROR_CODE","features":[1]},{"name":"FACILITY_COMMONLOG","features":[1]},{"name":"FACILITY_DEBUGGER","features":[1]},{"name":"FACILITY_DRIVER_FRAMEWORK","features":[1]},{"name":"FACILITY_FILTER_MANAGER","features":[1]},{"name":"FACILITY_FIREWIRE_ERROR_CODE","features":[1]},{"name":"FACILITY_FVE_ERROR_CODE","features":[1]},{"name":"FACILITY_FWP_ERROR_CODE","features":[1]},{"name":"FACILITY_GRAPHICS_KERNEL","features":[1]},{"name":"FACILITY_HID_ERROR_CODE","features":[1]},{"name":"FACILITY_HYPERVISOR","features":[1]},{"name":"FACILITY_INTERIX","features":[1]},{"name":"FACILITY_IO_ERROR_CODE","features":[1]},{"name":"FACILITY_IPSEC","features":[1]},{"name":"FACILITY_LICENSING","features":[1]},{"name":"FACILITY_MAXIMUM_VALUE","features":[1]},{"name":"FACILITY_MCA_ERROR_CODE","features":[1]},{"name":"FACILITY_MONITOR","features":[1]},{"name":"FACILITY_NDIS_ERROR_CODE","features":[1]},{"name":"FACILITY_NTCERT","features":[1]},{"name":"FACILITY_NTSSPI","features":[1]},{"name":"FACILITY_NTWIN32","features":[1]},{"name":"FACILITY_NT_IORING","features":[1]},{"name":"FACILITY_PLATFORM_MANIFEST","features":[1]},{"name":"FACILITY_QUIC_ERROR_CODE","features":[1]},{"name":"FACILITY_RDBSS","features":[1]},{"name":"FACILITY_RESUME_KEY_FILTER","features":[1]},{"name":"FACILITY_RPC_RUNTIME","features":[1]},{"name":"FACILITY_RPC_STUBS","features":[1]},{"name":"FACILITY_RTPM","features":[1]},{"name":"FACILITY_SDBUS","features":[1]},{"name":"FACILITY_SECUREBOOT","features":[1]},{"name":"FACILITY_SECURITY_CORE","features":[1]},{"name":"FACILITY_SHARED_VHDX","features":[1]},{"name":"FACILITY_SMB","features":[1]},{"name":"FACILITY_SPACES","features":[1]},{"name":"FACILITY_SXS_ERROR_CODE","features":[1]},{"name":"FACILITY_SYSTEM_INTEGRITY","features":[1]},{"name":"FACILITY_TERMINAL_SERVER","features":[1]},{"name":"FACILITY_TPM","features":[1]},{"name":"FACILITY_TRANSACTION","features":[1]},{"name":"FACILITY_USB_ERROR_CODE","features":[1]},{"name":"FACILITY_VIDEO","features":[1]},{"name":"FACILITY_VIRTUALIZATION","features":[1]},{"name":"FACILITY_VOLMGR","features":[1]},{"name":"FACILITY_VOLSNAP","features":[1]},{"name":"FACILITY_VSM","features":[1]},{"name":"FACILITY_WIN32K_NTGDI","features":[1]},{"name":"FACILITY_WIN32K_NTUSER","features":[1]},{"name":"FACILITY_XVS","features":[1]},{"name":"FACILTIY_MUI_ERROR_CODE","features":[1]},{"name":"FALSE","features":[1]},{"name":"FARPROC","features":[1]},{"name":"FA_E_HOMEGROUP_NOT_AVAILABLE","features":[1]},{"name":"FA_E_MAX_PERSISTED_ITEMS_REACHED","features":[1]},{"name":"FDAEMON_E_CHANGEUPDATEFAILED","features":[1]},{"name":"FDAEMON_E_FATALERROR","features":[1]},{"name":"FDAEMON_E_LOWRESOURCE","features":[1]},{"name":"FDAEMON_E_NOWORDLIST","features":[1]},{"name":"FDAEMON_E_PARTITIONDELETED","features":[1]},{"name":"FDAEMON_E_TOOMANYFILTEREDBLOCKS","features":[1]},{"name":"FDAEMON_E_WORDLISTCOMMITFAILED","features":[1]},{"name":"FDAEMON_W_EMPTYWORDLIST","features":[1]},{"name":"FDAEMON_W_WORDLISTFULL","features":[1]},{"name":"FILETIME","features":[1]},{"name":"FILTER_E_ALREADY_OPEN","features":[1]},{"name":"FILTER_E_CONTENTINDEXCORRUPT","features":[1]},{"name":"FILTER_E_IN_USE","features":[1]},{"name":"FILTER_E_NOT_OPEN","features":[1]},{"name":"FILTER_E_NO_SUCH_PROPERTY","features":[1]},{"name":"FILTER_E_OFFLINE","features":[1]},{"name":"FILTER_E_PARTIALLY_FILTERED","features":[1]},{"name":"FILTER_E_TOO_BIG","features":[1]},{"name":"FILTER_E_UNREACHABLE","features":[1]},{"name":"FILTER_S_CONTENTSCAN_DELAYED","features":[1]},{"name":"FILTER_S_DISK_FULL","features":[1]},{"name":"FILTER_S_FULL_CONTENTSCAN_IMMEDIATE","features":[1]},{"name":"FILTER_S_NO_PROPSETS","features":[1]},{"name":"FILTER_S_NO_SECURITY_DESCRIPTOR","features":[1]},{"name":"FILTER_S_PARTIAL_CONTENTSCAN_IMMEDIATE","features":[1]},{"name":"FLOAT128","features":[1]},{"name":"FRS_ERR_AUTHENTICATION","features":[1]},{"name":"FRS_ERR_CHILD_TO_PARENT_COMM","features":[1]},{"name":"FRS_ERR_INSUFFICIENT_PRIV","features":[1]},{"name":"FRS_ERR_INTERNAL","features":[1]},{"name":"FRS_ERR_INTERNAL_API","features":[1]},{"name":"FRS_ERR_INVALID_API_SEQUENCE","features":[1]},{"name":"FRS_ERR_INVALID_SERVICE_PARAMETER","features":[1]},{"name":"FRS_ERR_PARENT_AUTHENTICATION","features":[1]},{"name":"FRS_ERR_PARENT_INSUFFICIENT_PRIV","features":[1]},{"name":"FRS_ERR_PARENT_TO_CHILD_COMM","features":[1]},{"name":"FRS_ERR_SERVICE_COMM","features":[1]},{"name":"FRS_ERR_STARTING_SERVICE","features":[1]},{"name":"FRS_ERR_STOPPING_SERVICE","features":[1]},{"name":"FRS_ERR_SYSVOL_DEMOTE","features":[1]},{"name":"FRS_ERR_SYSVOL_IS_BUSY","features":[1]},{"name":"FRS_ERR_SYSVOL_POPULATE","features":[1]},{"name":"FRS_ERR_SYSVOL_POPULATE_TIMEOUT","features":[1]},{"name":"FVE_E_AAD_ENDPOINT_BUSY","features":[1]},{"name":"FVE_E_AAD_SERVER_FAIL_BACKOFF","features":[1]},{"name":"FVE_E_AAD_SERVER_FAIL_RETRY_AFTER","features":[1]},{"name":"FVE_E_ACTION_NOT_ALLOWED","features":[1]},{"name":"FVE_E_ADBACKUP_NOT_ENABLED","features":[1]},{"name":"FVE_E_AD_ATTR_NOT_SET","features":[1]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE","features":[1]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE","features":[1]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE","features":[1]},{"name":"FVE_E_AD_GUID_NOT_FOUND","features":[1]},{"name":"FVE_E_AD_INSUFFICIENT_BUFFER","features":[1]},{"name":"FVE_E_AD_INVALID_DATASIZE","features":[1]},{"name":"FVE_E_AD_INVALID_DATATYPE","features":[1]},{"name":"FVE_E_AD_NO_VALUES","features":[1]},{"name":"FVE_E_AD_SCHEMA_NOT_INSTALLED","features":[1]},{"name":"FVE_E_AUTH_INVALID_APPLICATION","features":[1]},{"name":"FVE_E_AUTH_INVALID_CONFIG","features":[1]},{"name":"FVE_E_AUTOUNLOCK_ENABLED","features":[1]},{"name":"FVE_E_BAD_DATA","features":[1]},{"name":"FVE_E_BAD_INFORMATION","features":[1]},{"name":"FVE_E_BAD_PARTITION_SIZE","features":[1]},{"name":"FVE_E_BCD_APPLICATIONS_PATH_INCORRECT","features":[1]},{"name":"FVE_E_BOOTABLE_CDDVD","features":[1]},{"name":"FVE_E_BUFFER_TOO_LARGE","features":[1]},{"name":"FVE_E_CANNOT_ENCRYPT_NO_KEY","features":[1]},{"name":"FVE_E_CANNOT_SET_FVEK_ENCRYPTED","features":[1]},{"name":"FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME","features":[1]},{"name":"FVE_E_CLUSTERING_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_CONV_READ","features":[1]},{"name":"FVE_E_CONV_RECOVERY_FAILED","features":[1]},{"name":"FVE_E_CONV_WRITE","features":[1]},{"name":"FVE_E_DATASET_FULL","features":[1]},{"name":"FVE_E_DEBUGGER_ENABLED","features":[1]},{"name":"FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH","features":[1]},{"name":"FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE","features":[1]},{"name":"FVE_E_DEVICE_NOT_JOINED","features":[1]},{"name":"FVE_E_DE_DEVICE_LOCKEDOUT","features":[1]},{"name":"FVE_E_DE_FIXED_DATA_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_DE_HARDWARE_NOT_COMPLIANT","features":[1]},{"name":"FVE_E_DE_OS_VOLUME_NOT_PROTECTED","features":[1]},{"name":"FVE_E_DE_PREVENTED_FOR_OS","features":[1]},{"name":"FVE_E_DE_PROTECTION_NOT_YET_ENABLED","features":[1]},{"name":"FVE_E_DE_PROTECTION_SUSPENDED","features":[1]},{"name":"FVE_E_DE_VOLUME_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_DE_VOLUME_OPTED_OUT","features":[1]},{"name":"FVE_E_DE_WINRE_NOT_CONFIGURED","features":[1]},{"name":"FVE_E_DRY_RUN_FAILED","features":[1]},{"name":"FVE_E_DV_NOT_ALLOWED_BY_GP","features":[1]},{"name":"FVE_E_DV_NOT_SUPPORTED_ON_FS","features":[1]},{"name":"FVE_E_EDRIVE_BAND_ENUMERATION_FAILED","features":[1]},{"name":"FVE_E_EDRIVE_BAND_IN_USE","features":[1]},{"name":"FVE_E_EDRIVE_DISALLOWED_BY_GP","features":[1]},{"name":"FVE_E_EDRIVE_DRY_RUN_FAILED","features":[1]},{"name":"FVE_E_EDRIVE_DV_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE","features":[1]},{"name":"FVE_E_EDRIVE_INCOMPATIBLE_VOLUME","features":[1]},{"name":"FVE_E_EDRIVE_NO_FAILOVER_TO_SW","features":[1]},{"name":"FVE_E_EFI_ONLY","features":[1]},{"name":"FVE_E_ENH_PIN_INVALID","features":[1]},{"name":"FVE_E_EOW_NOT_SUPPORTED_IN_VERSION","features":[1]},{"name":"FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON","features":[1]},{"name":"FVE_E_FAILED_AUTHENTICATION","features":[1]},{"name":"FVE_E_FAILED_SECTOR_SIZE","features":[1]},{"name":"FVE_E_FAILED_WRONG_FS","features":[1]},{"name":"FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED","features":[1]},{"name":"FVE_E_FIPS_HASH_KDF_NOT_ALLOWED","features":[1]},{"name":"FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT","features":[1]},{"name":"FVE_E_FIPS_PREVENTS_PASSPHRASE","features":[1]},{"name":"FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD","features":[1]},{"name":"FVE_E_FIPS_RNG_CHECK_FAILED","features":[1]},{"name":"FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_FOREIGN_VOLUME","features":[1]},{"name":"FVE_E_FS_MOUNTED","features":[1]},{"name":"FVE_E_FS_NOT_EXTENDED","features":[1]},{"name":"FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE","features":[1]},{"name":"FVE_E_HIDDEN_VOLUME","features":[1]},{"name":"FVE_E_INVALID_BITLOCKER_OID","features":[1]},{"name":"FVE_E_INVALID_DATUM_TYPE","features":[1]},{"name":"FVE_E_INVALID_KEY_FORMAT","features":[1]},{"name":"FVE_E_INVALID_NBP_CERT","features":[1]},{"name":"FVE_E_INVALID_NKP_CERT","features":[1]},{"name":"FVE_E_INVALID_PASSWORD_FORMAT","features":[1]},{"name":"FVE_E_INVALID_PIN_CHARS","features":[1]},{"name":"FVE_E_INVALID_PIN_CHARS_DETAILED","features":[1]},{"name":"FVE_E_INVALID_PROTECTOR_TYPE","features":[1]},{"name":"FVE_E_INVALID_STARTUP_OPTIONS","features":[1]},{"name":"FVE_E_KEYFILE_INVALID","features":[1]},{"name":"FVE_E_KEYFILE_NOT_FOUND","features":[1]},{"name":"FVE_E_KEYFILE_NO_VMK","features":[1]},{"name":"FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE","features":[1]},{"name":"FVE_E_KEY_PROTECTOR_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_KEY_REQUIRED","features":[1]},{"name":"FVE_E_KEY_ROTATION_NOT_ENABLED","features":[1]},{"name":"FVE_E_KEY_ROTATION_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_LIVEID_ACCOUNT_BLOCKED","features":[1]},{"name":"FVE_E_LIVEID_ACCOUNT_SUSPENDED","features":[1]},{"name":"FVE_E_LOCKED_VOLUME","features":[1]},{"name":"FVE_E_METADATA_FULL","features":[1]},{"name":"FVE_E_MOR_FAILED","features":[1]},{"name":"FVE_E_MULTIPLE_NKP_CERTS","features":[1]},{"name":"FVE_E_NON_BITLOCKER_KU","features":[1]},{"name":"FVE_E_NON_BITLOCKER_OID","features":[1]},{"name":"FVE_E_NOT_ACTIVATED","features":[1]},{"name":"FVE_E_NOT_ALLOWED_IN_SAFE_MODE","features":[1]},{"name":"FVE_E_NOT_ALLOWED_IN_VERSION","features":[1]},{"name":"FVE_E_NOT_ALLOWED_ON_CLUSTER","features":[1]},{"name":"FVE_E_NOT_ALLOWED_ON_CSV_STACK","features":[1]},{"name":"FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING","features":[1]},{"name":"FVE_E_NOT_DATA_VOLUME","features":[1]},{"name":"FVE_E_NOT_DECRYPTED","features":[1]},{"name":"FVE_E_NOT_DE_VOLUME","features":[1]},{"name":"FVE_E_NOT_ENCRYPTED","features":[1]},{"name":"FVE_E_NOT_ON_STACK","features":[1]},{"name":"FVE_E_NOT_OS_VOLUME","features":[1]},{"name":"FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES","features":[1]},{"name":"FVE_E_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_NO_AUTOUNLOCK_MASTER_KEY","features":[1]},{"name":"FVE_E_NO_BOOTMGR_METRIC","features":[1]},{"name":"FVE_E_NO_BOOTSECTOR_METRIC","features":[1]},{"name":"FVE_E_NO_EXISTING_PASSPHRASE","features":[1]},{"name":"FVE_E_NO_EXISTING_PIN","features":[1]},{"name":"FVE_E_NO_FEATURE_LICENSE","features":[1]},{"name":"FVE_E_NO_LICENSE","features":[1]},{"name":"FVE_E_NO_MBR_METRIC","features":[1]},{"name":"FVE_E_NO_PASSPHRASE_WITH_TPM","features":[1]},{"name":"FVE_E_NO_PREBOOT_KEYBOARD_DETECTED","features":[1]},{"name":"FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED","features":[1]},{"name":"FVE_E_NO_PROTECTORS_TO_TEST","features":[1]},{"name":"FVE_E_NO_SUCH_CAPABILITY_ON_TARGET","features":[1]},{"name":"FVE_E_NO_TPM_BIOS","features":[1]},{"name":"FVE_E_NO_TPM_WITH_PASSPHRASE","features":[1]},{"name":"FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME","features":[1]},{"name":"FVE_E_OSV_KSR_NOT_ALLOWED","features":[1]},{"name":"FVE_E_OS_NOT_PROTECTED","features":[1]},{"name":"FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED","features":[1]},{"name":"FVE_E_OVERLAPPED_UPDATE","features":[1]},{"name":"FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED","features":[1]},{"name":"FVE_E_PASSPHRASE_TOO_LONG","features":[1]},{"name":"FVE_E_PIN_INVALID","features":[1]},{"name":"FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED","features":[1]},{"name":"FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON","features":[1]},{"name":"FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON","features":[1]},{"name":"FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON","features":[1]},{"name":"FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON","features":[1]},{"name":"FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON","features":[1]},{"name":"FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED","features":[1]},{"name":"FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS","features":[1]},{"name":"FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH","features":[1]},{"name":"FVE_E_POLICY_INVALID_PIN_LENGTH","features":[1]},{"name":"FVE_E_POLICY_ON_RDV_EXCLUSION_LIST","features":[1]},{"name":"FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_PASSPHRASE_REQUIRED","features":[1]},{"name":"FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII","features":[1]},{"name":"FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE","features":[1]},{"name":"FVE_E_POLICY_PASSWORD_REQUIRED","features":[1]},{"name":"FVE_E_POLICY_PROHIBITS_SELFSIGNED","features":[1]},{"name":"FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_RECOVERY_KEY_REQUIRED","features":[1]},{"name":"FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED","features":[1]},{"name":"FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE","features":[1]},{"name":"FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE","features":[1]},{"name":"FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_STARTUP_KEY_REQUIRED","features":[1]},{"name":"FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED","features":[1]},{"name":"FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_STARTUP_PIN_REQUIRED","features":[1]},{"name":"FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_STARTUP_TPM_REQUIRED","features":[1]},{"name":"FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_USER_CERTIFICATE_REQUIRED","features":[1]},{"name":"FVE_E_POLICY_USER_CERT_MUST_BE_HW","features":[1]},{"name":"FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED","features":[1]},{"name":"FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED","features":[1]},{"name":"FVE_E_PREDICTED_TPM_PROTECTOR_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_PRIVATEKEY_AUTH_FAILED","features":[1]},{"name":"FVE_E_PROTECTION_CANNOT_BE_DISABLED","features":[1]},{"name":"FVE_E_PROTECTION_DISABLED","features":[1]},{"name":"FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED","features":[1]},{"name":"FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED","features":[1]},{"name":"FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH","features":[1]},{"name":"FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH","features":[1]},{"name":"FVE_E_PROTECTOR_EXISTS","features":[1]},{"name":"FVE_E_PROTECTOR_NOT_FOUND","features":[1]},{"name":"FVE_E_PUBKEY_NOT_ALLOWED","features":[1]},{"name":"FVE_E_RAW_ACCESS","features":[1]},{"name":"FVE_E_RAW_BLOCKED","features":[1]},{"name":"FVE_E_REBOOT_REQUIRED","features":[1]},{"name":"FVE_E_RECOVERY_KEY_REQUIRED","features":[1]},{"name":"FVE_E_RECOVERY_PARTITION","features":[1]},{"name":"FVE_E_RELATIVE_PATH","features":[1]},{"name":"FVE_E_REMOVAL_OF_DRA_FAILED","features":[1]},{"name":"FVE_E_REMOVAL_OF_NKP_FAILED","features":[1]},{"name":"FVE_E_SECUREBOOT_CONFIGURATION_INVALID","features":[1]},{"name":"FVE_E_SECUREBOOT_DISABLED","features":[1]},{"name":"FVE_E_SECURE_KEY_REQUIRED","features":[1]},{"name":"FVE_E_SETUP_TPM_CALLBACK_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_SHADOW_COPY_PRESENT","features":[1]},{"name":"FVE_E_SYSTEM_VOLUME","features":[1]},{"name":"FVE_E_TOKEN_NOT_IMPERSONATED","features":[1]},{"name":"FVE_E_TOO_SMALL","features":[1]},{"name":"FVE_E_TPM_CONTEXT_SETUP_NOT_SUPPORTED","features":[1]},{"name":"FVE_E_TPM_DISABLED","features":[1]},{"name":"FVE_E_TPM_INVALID_PCR","features":[1]},{"name":"FVE_E_TPM_NOT_OWNED","features":[1]},{"name":"FVE_E_TPM_NO_VMK","features":[1]},{"name":"FVE_E_TPM_SRK_AUTH_NOT_ZERO","features":[1]},{"name":"FVE_E_TRANSIENT_STATE","features":[1]},{"name":"FVE_E_UPDATE_INVALID_CONFIG","features":[1]},{"name":"FVE_E_VIRTUALIZED_SPACE_TOO_BIG","features":[1]},{"name":"FVE_E_VOLUME_BOUND_ALREADY","features":[1]},{"name":"FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT","features":[1]},{"name":"FVE_E_VOLUME_HANDLE_OPEN","features":[1]},{"name":"FVE_E_VOLUME_NOT_BOUND","features":[1]},{"name":"FVE_E_VOLUME_TOO_SMALL","features":[1]},{"name":"FVE_E_WIPE_CANCEL_NOT_APPLICABLE","features":[1]},{"name":"FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE","features":[1]},{"name":"FVE_E_WRONG_BOOTMGR","features":[1]},{"name":"FVE_E_WRONG_BOOTSECTOR","features":[1]},{"name":"FVE_E_WRONG_SYSTEM_FS","features":[1]},{"name":"FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER","features":[1]},{"name":"FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER","features":[1]},{"name":"FWP_E_ALREADY_EXISTS","features":[1]},{"name":"FWP_E_BUILTIN_OBJECT","features":[1]},{"name":"FWP_E_CALLOUT_NOTIFICATION_FAILED","features":[1]},{"name":"FWP_E_CALLOUT_NOT_FOUND","features":[1]},{"name":"FWP_E_CONDITION_NOT_FOUND","features":[1]},{"name":"FWP_E_CONNECTIONS_DISABLED","features":[1]},{"name":"FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT","features":[1]},{"name":"FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER","features":[1]},{"name":"FWP_E_DROP_NOICMP","features":[1]},{"name":"FWP_E_DUPLICATE_AUTH_METHOD","features":[1]},{"name":"FWP_E_DUPLICATE_CONDITION","features":[1]},{"name":"FWP_E_DUPLICATE_KEYMOD","features":[1]},{"name":"FWP_E_DYNAMIC_SESSION_IN_PROGRESS","features":[1]},{"name":"FWP_E_EM_NOT_SUPPORTED","features":[1]},{"name":"FWP_E_FILTER_NOT_FOUND","features":[1]},{"name":"FWP_E_IKEEXT_NOT_RUNNING","features":[1]},{"name":"FWP_E_INCOMPATIBLE_AUTH_METHOD","features":[1]},{"name":"FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM","features":[1]},{"name":"FWP_E_INCOMPATIBLE_DH_GROUP","features":[1]},{"name":"FWP_E_INCOMPATIBLE_LAYER","features":[1]},{"name":"FWP_E_INCOMPATIBLE_SA_STATE","features":[1]},{"name":"FWP_E_INCOMPATIBLE_TXN","features":[1]},{"name":"FWP_E_INVALID_ACTION_TYPE","features":[1]},{"name":"FWP_E_INVALID_AUTH_TRANSFORM","features":[1]},{"name":"FWP_E_INVALID_CIPHER_TRANSFORM","features":[1]},{"name":"FWP_E_INVALID_DNS_NAME","features":[1]},{"name":"FWP_E_INVALID_ENUMERATOR","features":[1]},{"name":"FWP_E_INVALID_FLAGS","features":[1]},{"name":"FWP_E_INVALID_INTERVAL","features":[1]},{"name":"FWP_E_INVALID_NET_MASK","features":[1]},{"name":"FWP_E_INVALID_PARAMETER","features":[1]},{"name":"FWP_E_INVALID_RANGE","features":[1]},{"name":"FWP_E_INVALID_TRANSFORM_COMBINATION","features":[1]},{"name":"FWP_E_INVALID_TUNNEL_ENDPOINT","features":[1]},{"name":"FWP_E_INVALID_WEIGHT","features":[1]},{"name":"FWP_E_IN_USE","features":[1]},{"name":"FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL","features":[1]},{"name":"FWP_E_KEY_DICTATOR_ALREADY_REGISTERED","features":[1]},{"name":"FWP_E_KM_CLIENTS_ONLY","features":[1]},{"name":"FWP_E_L2_DRIVER_NOT_READY","features":[1]},{"name":"FWP_E_LAYER_NOT_FOUND","features":[1]},{"name":"FWP_E_LIFETIME_MISMATCH","features":[1]},{"name":"FWP_E_MATCH_TYPE_MISMATCH","features":[1]},{"name":"FWP_E_NET_EVENTS_DISABLED","features":[1]},{"name":"FWP_E_NEVER_MATCH","features":[1]},{"name":"FWP_E_NOTIFICATION_DROPPED","features":[1]},{"name":"FWP_E_NOT_FOUND","features":[1]},{"name":"FWP_E_NO_TXN_IN_PROGRESS","features":[1]},{"name":"FWP_E_NULL_DISPLAY_NAME","features":[1]},{"name":"FWP_E_NULL_POINTER","features":[1]},{"name":"FWP_E_OUT_OF_BOUNDS","features":[1]},{"name":"FWP_E_PROVIDER_CONTEXT_MISMATCH","features":[1]},{"name":"FWP_E_PROVIDER_CONTEXT_NOT_FOUND","features":[1]},{"name":"FWP_E_PROVIDER_NOT_FOUND","features":[1]},{"name":"FWP_E_RESERVED","features":[1]},{"name":"FWP_E_SESSION_ABORTED","features":[1]},{"name":"FWP_E_STILL_ON","features":[1]},{"name":"FWP_E_SUBLAYER_NOT_FOUND","features":[1]},{"name":"FWP_E_TIMEOUT","features":[1]},{"name":"FWP_E_TOO_MANY_CALLOUTS","features":[1]},{"name":"FWP_E_TOO_MANY_SUBLAYERS","features":[1]},{"name":"FWP_E_TRAFFIC_MISMATCH","features":[1]},{"name":"FWP_E_TXN_ABORTED","features":[1]},{"name":"FWP_E_TXN_IN_PROGRESS","features":[1]},{"name":"FWP_E_TYPE_MISMATCH","features":[1]},{"name":"FWP_E_WRONG_SESSION","features":[1]},{"name":"FWP_E_ZERO_LENGTH_ARRAY","features":[1]},{"name":"FreeLibrary","features":[1]},{"name":"GCN_E_DEFAULTNAMESPACE_EXISTS","features":[1]},{"name":"GCN_E_MODULE_NOT_FOUND","features":[1]},{"name":"GCN_E_NETADAPTER_NOT_FOUND","features":[1]},{"name":"GCN_E_NETADAPTER_TIMEOUT","features":[1]},{"name":"GCN_E_NETCOMPARTMENT_NOT_FOUND","features":[1]},{"name":"GCN_E_NETINTERFACE_NOT_FOUND","features":[1]},{"name":"GCN_E_NO_REQUEST_HANDLERS","features":[1]},{"name":"GCN_E_REQUEST_UNSUPPORTED","features":[1]},{"name":"GCN_E_RUNTIMEKEYS_FAILED","features":[1]},{"name":"GENERIC_ACCESS_RIGHTS","features":[1]},{"name":"GENERIC_ALL","features":[1]},{"name":"GENERIC_EXECUTE","features":[1]},{"name":"GENERIC_READ","features":[1]},{"name":"GENERIC_WRITE","features":[1]},{"name":"GetHandleInformation","features":[1]},{"name":"GetLastError","features":[1]},{"name":"GlobalFree","features":[1]},{"name":"HANDLE","features":[1]},{"name":"HANDLE_FLAGS","features":[1]},{"name":"HANDLE_FLAG_INHERIT","features":[1]},{"name":"HANDLE_FLAG_PROTECT_FROM_CLOSE","features":[1]},{"name":"HANDLE_PTR","features":[1]},{"name":"HCN_E_ADAPTER_NOT_FOUND","features":[1]},{"name":"HCN_E_ADDR_INVALID_OR_RESERVED","features":[1]},{"name":"HCN_E_DEGRADED_OPERATION","features":[1]},{"name":"HCN_E_ENDPOINT_ALREADY_ATTACHED","features":[1]},{"name":"HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS","features":[1]},{"name":"HCN_E_ENDPOINT_NOT_ATTACHED","features":[1]},{"name":"HCN_E_ENDPOINT_NOT_FOUND","features":[1]},{"name":"HCN_E_ENDPOINT_NOT_LOCAL","features":[1]},{"name":"HCN_E_ENDPOINT_SHARING_DISABLED","features":[1]},{"name":"HCN_E_ENTITY_HAS_REFERENCES","features":[1]},{"name":"HCN_E_GUID_CONVERSION_FAILURE","features":[1]},{"name":"HCN_E_ICS_DISABLED","features":[1]},{"name":"HCN_E_INVALID_ENDPOINT","features":[1]},{"name":"HCN_E_INVALID_INTERNAL_PORT","features":[1]},{"name":"HCN_E_INVALID_IP","features":[1]},{"name":"HCN_E_INVALID_IP_SUBNET","features":[1]},{"name":"HCN_E_INVALID_JSON","features":[1]},{"name":"HCN_E_INVALID_JSON_REFERENCE","features":[1]},{"name":"HCN_E_INVALID_NETWORK","features":[1]},{"name":"HCN_E_INVALID_NETWORK_TYPE","features":[1]},{"name":"HCN_E_INVALID_POLICY","features":[1]},{"name":"HCN_E_INVALID_POLICY_TYPE","features":[1]},{"name":"HCN_E_INVALID_PREFIX","features":[1]},{"name":"HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION","features":[1]},{"name":"HCN_E_INVALID_SUBNET","features":[1]},{"name":"HCN_E_LAYER_ALREADY_EXISTS","features":[1]},{"name":"HCN_E_LAYER_NOT_FOUND","features":[1]},{"name":"HCN_E_MANAGER_STOPPED","features":[1]},{"name":"HCN_E_MAPPING_NOT_SUPPORTED","features":[1]},{"name":"HCN_E_NAMESPACE_ATTACH_FAILED","features":[1]},{"name":"HCN_E_NETWORK_ALREADY_EXISTS","features":[1]},{"name":"HCN_E_NETWORK_NOT_FOUND","features":[1]},{"name":"HCN_E_OBJECT_USED_AFTER_UNLOAD","features":[1]},{"name":"HCN_E_POLICY_ALREADY_EXISTS","features":[1]},{"name":"HCN_E_POLICY_NOT_FOUND","features":[1]},{"name":"HCN_E_PORT_ALREADY_EXISTS","features":[1]},{"name":"HCN_E_PORT_NOT_FOUND","features":[1]},{"name":"HCN_E_REGKEY_FAILURE","features":[1]},{"name":"HCN_E_REQUEST_UNSUPPORTED","features":[1]},{"name":"HCN_E_SHARED_SWITCH_MODIFICATION","features":[1]},{"name":"HCN_E_SUBNET_NOT_FOUND","features":[1]},{"name":"HCN_E_SWITCH_EXTENSION_NOT_FOUND","features":[1]},{"name":"HCN_E_SWITCH_NOT_FOUND","features":[1]},{"name":"HCN_E_VFP_NOT_ALLOWED","features":[1]},{"name":"HCN_E_VFP_PORTSETTING_NOT_FOUND","features":[1]},{"name":"HCN_INTERFACEPARAMETERS_ALREADY_APPLIED","features":[1]},{"name":"HCS_E_ACCESS_DENIED","features":[1]},{"name":"HCS_E_CONNECTION_CLOSED","features":[1]},{"name":"HCS_E_CONNECTION_TIMEOUT","features":[1]},{"name":"HCS_E_CONNECT_FAILED","features":[1]},{"name":"HCS_E_GUEST_CRITICAL_ERROR","features":[1]},{"name":"HCS_E_HYPERV_NOT_INSTALLED","features":[1]},{"name":"HCS_E_IMAGE_MISMATCH","features":[1]},{"name":"HCS_E_INVALID_JSON","features":[1]},{"name":"HCS_E_INVALID_LAYER","features":[1]},{"name":"HCS_E_INVALID_STATE","features":[1]},{"name":"HCS_E_OPERATION_ALREADY_CANCELLED","features":[1]},{"name":"HCS_E_OPERATION_ALREADY_STARTED","features":[1]},{"name":"HCS_E_OPERATION_NOT_STARTED","features":[1]},{"name":"HCS_E_OPERATION_PENDING","features":[1]},{"name":"HCS_E_OPERATION_RESULT_ALLOCATION_FAILED","features":[1]},{"name":"HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET","features":[1]},{"name":"HCS_E_OPERATION_TIMEOUT","features":[1]},{"name":"HCS_E_PROCESS_ALREADY_STOPPED","features":[1]},{"name":"HCS_E_PROCESS_INFO_NOT_AVAILABLE","features":[1]},{"name":"HCS_E_PROTOCOL_ERROR","features":[1]},{"name":"HCS_E_SERVICE_DISCONNECT","features":[1]},{"name":"HCS_E_SERVICE_NOT_AVAILABLE","features":[1]},{"name":"HCS_E_SYSTEM_ALREADY_EXISTS","features":[1]},{"name":"HCS_E_SYSTEM_ALREADY_STOPPED","features":[1]},{"name":"HCS_E_SYSTEM_NOT_CONFIGURED_FOR_OPERATION","features":[1]},{"name":"HCS_E_SYSTEM_NOT_FOUND","features":[1]},{"name":"HCS_E_TERMINATED","features":[1]},{"name":"HCS_E_TERMINATED_DURING_START","features":[1]},{"name":"HCS_E_UNEXPECTED_EXIT","features":[1]},{"name":"HCS_E_UNKNOWN_MESSAGE","features":[1]},{"name":"HCS_E_UNSUPPORTED_PROTOCOL_VERSION","features":[1]},{"name":"HCS_E_WINDOWS_INSIDER_REQUIRED","features":[1]},{"name":"HGLOBAL","features":[1]},{"name":"HINSTANCE","features":[1]},{"name":"HLOCAL","features":[1]},{"name":"HLSURF","features":[1]},{"name":"HMODULE","features":[1]},{"name":"HRESULT","features":[1]},{"name":"HRSRC","features":[1]},{"name":"HSPRITE","features":[1]},{"name":"HSP_BASE_ERROR_MASK","features":[1]},{"name":"HSP_BASE_INTERNAL_ERROR","features":[1]},{"name":"HSP_BS_ERROR_MASK","features":[1]},{"name":"HSP_BS_INTERNAL_ERROR","features":[1]},{"name":"HSP_DRV_ERROR_MASK","features":[1]},{"name":"HSP_DRV_INTERNAL_ERROR","features":[1]},{"name":"HSP_E_ERROR_MASK","features":[1]},{"name":"HSP_E_INTERNAL_ERROR","features":[1]},{"name":"HSP_KSP_ALGORITHM_NOT_SUPPORTED","features":[1]},{"name":"HSP_KSP_BUFFER_TOO_SMALL","features":[1]},{"name":"HSP_KSP_DEVICE_NOT_READY","features":[1]},{"name":"HSP_KSP_ERROR_MASK","features":[1]},{"name":"HSP_KSP_INTERNAL_ERROR","features":[1]},{"name":"HSP_KSP_INVALID_DATA","features":[1]},{"name":"HSP_KSP_INVALID_FLAGS","features":[1]},{"name":"HSP_KSP_INVALID_KEY_HANDLE","features":[1]},{"name":"HSP_KSP_INVALID_KEY_TYPE","features":[1]},{"name":"HSP_KSP_INVALID_PARAMETER","features":[1]},{"name":"HSP_KSP_INVALID_PROVIDER_HANDLE","features":[1]},{"name":"HSP_KSP_KEY_ALREADY_FINALIZED","features":[1]},{"name":"HSP_KSP_KEY_EXISTS","features":[1]},{"name":"HSP_KSP_KEY_LOAD_FAIL","features":[1]},{"name":"HSP_KSP_KEY_MISSING","features":[1]},{"name":"HSP_KSP_KEY_NOT_FINALIZED","features":[1]},{"name":"HSP_KSP_NOT_SUPPORTED","features":[1]},{"name":"HSP_KSP_NO_MEMORY","features":[1]},{"name":"HSP_KSP_NO_MORE_ITEMS","features":[1]},{"name":"HSP_KSP_PARAMETER_NOT_SET","features":[1]},{"name":"HSTR","features":[1]},{"name":"HTTP_E_STATUS_AMBIGUOUS","features":[1]},{"name":"HTTP_E_STATUS_BAD_GATEWAY","features":[1]},{"name":"HTTP_E_STATUS_BAD_METHOD","features":[1]},{"name":"HTTP_E_STATUS_BAD_REQUEST","features":[1]},{"name":"HTTP_E_STATUS_CONFLICT","features":[1]},{"name":"HTTP_E_STATUS_DENIED","features":[1]},{"name":"HTTP_E_STATUS_EXPECTATION_FAILED","features":[1]},{"name":"HTTP_E_STATUS_FORBIDDEN","features":[1]},{"name":"HTTP_E_STATUS_GATEWAY_TIMEOUT","features":[1]},{"name":"HTTP_E_STATUS_GONE","features":[1]},{"name":"HTTP_E_STATUS_LENGTH_REQUIRED","features":[1]},{"name":"HTTP_E_STATUS_MOVED","features":[1]},{"name":"HTTP_E_STATUS_NONE_ACCEPTABLE","features":[1]},{"name":"HTTP_E_STATUS_NOT_FOUND","features":[1]},{"name":"HTTP_E_STATUS_NOT_MODIFIED","features":[1]},{"name":"HTTP_E_STATUS_NOT_SUPPORTED","features":[1]},{"name":"HTTP_E_STATUS_PAYMENT_REQ","features":[1]},{"name":"HTTP_E_STATUS_PRECOND_FAILED","features":[1]},{"name":"HTTP_E_STATUS_PROXY_AUTH_REQ","features":[1]},{"name":"HTTP_E_STATUS_RANGE_NOT_SATISFIABLE","features":[1]},{"name":"HTTP_E_STATUS_REDIRECT","features":[1]},{"name":"HTTP_E_STATUS_REDIRECT_KEEP_VERB","features":[1]},{"name":"HTTP_E_STATUS_REDIRECT_METHOD","features":[1]},{"name":"HTTP_E_STATUS_REQUEST_TIMEOUT","features":[1]},{"name":"HTTP_E_STATUS_REQUEST_TOO_LARGE","features":[1]},{"name":"HTTP_E_STATUS_SERVER_ERROR","features":[1]},{"name":"HTTP_E_STATUS_SERVICE_UNAVAIL","features":[1]},{"name":"HTTP_E_STATUS_UNEXPECTED","features":[1]},{"name":"HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR","features":[1]},{"name":"HTTP_E_STATUS_UNEXPECTED_REDIRECTION","features":[1]},{"name":"HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR","features":[1]},{"name":"HTTP_E_STATUS_UNSUPPORTED_MEDIA","features":[1]},{"name":"HTTP_E_STATUS_URI_TOO_LONG","features":[1]},{"name":"HTTP_E_STATUS_USE_PROXY","features":[1]},{"name":"HTTP_E_STATUS_VERSION_NOT_SUP","features":[1]},{"name":"HUMPD","features":[1]},{"name":"HWND","features":[1]},{"name":"INPLACE_E_FIRST","features":[1]},{"name":"INPLACE_E_LAST","features":[1]},{"name":"INPLACE_E_NOTOOLSPACE","features":[1]},{"name":"INPLACE_E_NOTUNDOABLE","features":[1]},{"name":"INPLACE_S_FIRST","features":[1]},{"name":"INPLACE_S_LAST","features":[1]},{"name":"INPLACE_S_TRUNCATED","features":[1]},{"name":"INPUT_E_DEVICE_INFO","features":[1]},{"name":"INPUT_E_DEVICE_PROPERTY","features":[1]},{"name":"INPUT_E_FRAME","features":[1]},{"name":"INPUT_E_HISTORY","features":[1]},{"name":"INPUT_E_MULTIMODAL","features":[1]},{"name":"INPUT_E_OUT_OF_ORDER","features":[1]},{"name":"INPUT_E_PACKET","features":[1]},{"name":"INPUT_E_REENTRANCY","features":[1]},{"name":"INPUT_E_TRANSFORM","features":[1]},{"name":"INVALID_HANDLE_VALUE","features":[1]},{"name":"IORING_E_COMPLETION_QUEUE_TOO_BIG","features":[1]},{"name":"IORING_E_COMPLETION_QUEUE_TOO_FULL","features":[1]},{"name":"IORING_E_CORRUPT","features":[1]},{"name":"IORING_E_REQUIRED_FLAG_NOT_SUPPORTED","features":[1]},{"name":"IORING_E_SUBMISSION_QUEUE_FULL","features":[1]},{"name":"IORING_E_SUBMISSION_QUEUE_TOO_BIG","features":[1]},{"name":"IORING_E_SUBMIT_IN_PROGRESS","features":[1]},{"name":"IORING_E_VERSION_NOT_SUPPORTED","features":[1]},{"name":"IO_BAD_BLOCK_WITH_NAME","features":[1]},{"name":"IO_CDROM_EXCLUSIVE_LOCK","features":[1]},{"name":"IO_DRIVER_CANCEL_TIMEOUT","features":[1]},{"name":"IO_DUMP_CALLBACK_EXCEPTION","features":[1]},{"name":"IO_DUMP_CREATION_SUCCESS","features":[1]},{"name":"IO_DUMP_DIRECT_CONFIG_FAILED","features":[1]},{"name":"IO_DUMP_DRIVER_LOAD_FAILURE","features":[1]},{"name":"IO_DUMP_DUMPFILE_CONFLICT","features":[1]},{"name":"IO_DUMP_INITIALIZATION_FAILURE","features":[1]},{"name":"IO_DUMP_INIT_DEDICATED_DUMP_FAILURE","features":[1]},{"name":"IO_DUMP_PAGE_CONFIG_FAILED","features":[1]},{"name":"IO_DUMP_POINTER_FAILURE","features":[1]},{"name":"IO_ERROR_DISK_RESOURCES_EXHAUSTED","features":[1]},{"name":"IO_ERROR_DUMP_CREATION_ERROR","features":[1]},{"name":"IO_ERROR_IO_HARDWARE_ERROR","features":[1]},{"name":"IO_ERR_BAD_BLOCK","features":[1]},{"name":"IO_ERR_BAD_FIRMWARE","features":[1]},{"name":"IO_ERR_CONFIGURATION_ERROR","features":[1]},{"name":"IO_ERR_CONTROLLER_ERROR","features":[1]},{"name":"IO_ERR_DMA_CONFLICT_DETECTED","features":[1]},{"name":"IO_ERR_DMA_RESOURCE_CONFLICT","features":[1]},{"name":"IO_ERR_DRIVER_ERROR","features":[1]},{"name":"IO_ERR_INCORRECT_IRQL","features":[1]},{"name":"IO_ERR_INSUFFICIENT_RESOURCES","features":[1]},{"name":"IO_ERR_INTERNAL_ERROR","features":[1]},{"name":"IO_ERR_INTERRUPT_RESOURCE_CONFLICT","features":[1]},{"name":"IO_ERR_INVALID_IOBASE","features":[1]},{"name":"IO_ERR_INVALID_REQUEST","features":[1]},{"name":"IO_ERR_IRQ_CONFLICT_DETECTED","features":[1]},{"name":"IO_ERR_LAYERED_FAILURE","features":[1]},{"name":"IO_ERR_MEMORY_CONFLICT_DETECTED","features":[1]},{"name":"IO_ERR_MEMORY_RESOURCE_CONFLICT","features":[1]},{"name":"IO_ERR_NOT_READY","features":[1]},{"name":"IO_ERR_OVERRUN_ERROR","features":[1]},{"name":"IO_ERR_PARITY","features":[1]},{"name":"IO_ERR_PORT_CONFLICT_DETECTED","features":[1]},{"name":"IO_ERR_PORT_RESOURCE_CONFLICT","features":[1]},{"name":"IO_ERR_PORT_TIMEOUT","features":[1]},{"name":"IO_ERR_PROTOCOL","features":[1]},{"name":"IO_ERR_RESET","features":[1]},{"name":"IO_ERR_RETRY_SUCCEEDED","features":[1]},{"name":"IO_ERR_SEEK_ERROR","features":[1]},{"name":"IO_ERR_SEQUENCE","features":[1]},{"name":"IO_ERR_THREAD_STUCK_IN_DEVICE_DRIVER","features":[1]},{"name":"IO_ERR_TIMEOUT","features":[1]},{"name":"IO_ERR_VERSION","features":[1]},{"name":"IO_FILE_QUOTA_CORRUPT","features":[1]},{"name":"IO_FILE_QUOTA_FAILED","features":[1]},{"name":"IO_FILE_QUOTA_LIMIT","features":[1]},{"name":"IO_FILE_QUOTA_STARTED","features":[1]},{"name":"IO_FILE_QUOTA_SUCCEEDED","features":[1]},{"name":"IO_FILE_QUOTA_THRESHOLD","features":[1]},{"name":"IO_FILE_SYSTEM_CORRUPT","features":[1]},{"name":"IO_FILE_SYSTEM_CORRUPT_WITH_NAME","features":[1]},{"name":"IO_INFO_THROTTLE_COMPLETE","features":[1]},{"name":"IO_LOST_DELAYED_WRITE","features":[1]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_DISCONNECTED","features":[1]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_LOCAL_DISK_ERROR","features":[1]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_SERVER_ERROR","features":[1]},{"name":"IO_RECOVERED_VIA_ECC","features":[1]},{"name":"IO_SYSTEM_SLEEP_FAILED","features":[1]},{"name":"IO_WARNING_ADAPTER_FIRMWARE_UPDATED","features":[1]},{"name":"IO_WARNING_ALLOCATION_FAILED","features":[1]},{"name":"IO_WARNING_BUS_RESET","features":[1]},{"name":"IO_WARNING_COMPLETION_TIME","features":[1]},{"name":"IO_WARNING_DEVICE_HAS_INTERNAL_DUMP","features":[1]},{"name":"IO_WARNING_DISK_CAPACITY_CHANGED","features":[1]},{"name":"IO_WARNING_DISK_FIRMWARE_UPDATED","features":[1]},{"name":"IO_WARNING_DISK_PROVISIONING_TYPE_CHANGED","features":[1]},{"name":"IO_WARNING_DISK_SURPRISE_REMOVED","features":[1]},{"name":"IO_WARNING_DUMP_DISABLED_DEVICE_GONE","features":[1]},{"name":"IO_WARNING_DUPLICATE_PATH","features":[1]},{"name":"IO_WARNING_DUPLICATE_SIGNATURE","features":[1]},{"name":"IO_WARNING_INTERRUPT_STILL_PENDING","features":[1]},{"name":"IO_WARNING_IO_OPERATION_RETRIED","features":[1]},{"name":"IO_WARNING_LOG_FLUSH_FAILED","features":[1]},{"name":"IO_WARNING_PAGING_FAILURE","features":[1]},{"name":"IO_WARNING_REPEATED_DISK_GUID","features":[1]},{"name":"IO_WARNING_RESET","features":[1]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED","features":[1]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX","features":[1]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_LUN_LUN","features":[1]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_LUN_POOL","features":[1]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_POOL_LUN","features":[1]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_POOL_POOL","features":[1]},{"name":"IO_WARNING_VOLUME_LOST_DISK_EXTENT","features":[1]},{"name":"IO_WARNING_WRITE_FUA_PROBLEM","features":[1]},{"name":"IO_WRITE_CACHE_DISABLED","features":[1]},{"name":"IO_WRITE_CACHE_ENABLED","features":[1]},{"name":"IO_WRN_BAD_FIRMWARE","features":[1]},{"name":"IO_WRN_FAILURE_PREDICTED","features":[1]},{"name":"JSCRIPT_E_CANTEXECUTE","features":[1]},{"name":"LANGUAGE_E_DATABASE_NOT_FOUND","features":[1]},{"name":"LANGUAGE_S_LARGE_WORD","features":[1]},{"name":"LPARAM","features":[1]},{"name":"LRESULT","features":[1]},{"name":"LUID","features":[1]},{"name":"LocalFree","features":[1]},{"name":"MARSHAL_E_FIRST","features":[1]},{"name":"MARSHAL_E_LAST","features":[1]},{"name":"MARSHAL_S_FIRST","features":[1]},{"name":"MARSHAL_S_LAST","features":[1]},{"name":"MAX_PATH","features":[1]},{"name":"MCA_BUS_ERROR","features":[1]},{"name":"MCA_BUS_TIMEOUT_ERROR","features":[1]},{"name":"MCA_ERROR_CACHE","features":[1]},{"name":"MCA_ERROR_CPU","features":[1]},{"name":"MCA_ERROR_CPU_BUS","features":[1]},{"name":"MCA_ERROR_MAS","features":[1]},{"name":"MCA_ERROR_MEM_1_2","features":[1]},{"name":"MCA_ERROR_MEM_1_2_5","features":[1]},{"name":"MCA_ERROR_MEM_1_2_5_4","features":[1]},{"name":"MCA_ERROR_MEM_UNKNOWN","features":[1]},{"name":"MCA_ERROR_PCI_BUS_MASTER_ABORT","features":[1]},{"name":"MCA_ERROR_PCI_BUS_MASTER_ABORT_NO_INFO","features":[1]},{"name":"MCA_ERROR_PCI_BUS_PARITY","features":[1]},{"name":"MCA_ERROR_PCI_BUS_PARITY_NO_INFO","features":[1]},{"name":"MCA_ERROR_PCI_BUS_SERR","features":[1]},{"name":"MCA_ERROR_PCI_BUS_SERR_NO_INFO","features":[1]},{"name":"MCA_ERROR_PCI_BUS_TIMEOUT","features":[1]},{"name":"MCA_ERROR_PCI_BUS_TIMEOUT_NO_INFO","features":[1]},{"name":"MCA_ERROR_PCI_BUS_UNKNOWN","features":[1]},{"name":"MCA_ERROR_PCI_DEVICE","features":[1]},{"name":"MCA_ERROR_PLATFORM_SPECIFIC","features":[1]},{"name":"MCA_ERROR_REGISTER_FILE","features":[1]},{"name":"MCA_ERROR_SMBIOS","features":[1]},{"name":"MCA_ERROR_SYSTEM_EVENT","features":[1]},{"name":"MCA_ERROR_TLB","features":[1]},{"name":"MCA_ERROR_UNKNOWN","features":[1]},{"name":"MCA_ERROR_UNKNOWN_NO_CPU","features":[1]},{"name":"MCA_EXTERNAL_ERROR","features":[1]},{"name":"MCA_FRC_ERROR","features":[1]},{"name":"MCA_INFO_CPU_THERMAL_THROTTLING_REMOVED","features":[1]},{"name":"MCA_INFO_MEMORY_PAGE_MARKED_BAD","features":[1]},{"name":"MCA_INFO_NO_MORE_CORRECTED_ERROR_LOGS","features":[1]},{"name":"MCA_INTERNALTIMER_ERROR","features":[1]},{"name":"MCA_MEMORYHIERARCHY_ERROR","features":[1]},{"name":"MCA_MICROCODE_ROM_PARITY_ERROR","features":[1]},{"name":"MCA_TLB_ERROR","features":[1]},{"name":"MCA_WARNING_CACHE","features":[1]},{"name":"MCA_WARNING_CMC_THRESHOLD_EXCEEDED","features":[1]},{"name":"MCA_WARNING_CPE_THRESHOLD_EXCEEDED","features":[1]},{"name":"MCA_WARNING_CPU","features":[1]},{"name":"MCA_WARNING_CPU_BUS","features":[1]},{"name":"MCA_WARNING_CPU_THERMAL_THROTTLED","features":[1]},{"name":"MCA_WARNING_MAS","features":[1]},{"name":"MCA_WARNING_MEM_1_2","features":[1]},{"name":"MCA_WARNING_MEM_1_2_5","features":[1]},{"name":"MCA_WARNING_MEM_1_2_5_4","features":[1]},{"name":"MCA_WARNING_MEM_UNKNOWN","features":[1]},{"name":"MCA_WARNING_PCI_BUS_MASTER_ABORT","features":[1]},{"name":"MCA_WARNING_PCI_BUS_MASTER_ABORT_NO_INFO","features":[1]},{"name":"MCA_WARNING_PCI_BUS_PARITY","features":[1]},{"name":"MCA_WARNING_PCI_BUS_PARITY_NO_INFO","features":[1]},{"name":"MCA_WARNING_PCI_BUS_SERR","features":[1]},{"name":"MCA_WARNING_PCI_BUS_SERR_NO_INFO","features":[1]},{"name":"MCA_WARNING_PCI_BUS_TIMEOUT","features":[1]},{"name":"MCA_WARNING_PCI_BUS_TIMEOUT_NO_INFO","features":[1]},{"name":"MCA_WARNING_PCI_BUS_UNKNOWN","features":[1]},{"name":"MCA_WARNING_PCI_DEVICE","features":[1]},{"name":"MCA_WARNING_PLATFORM_SPECIFIC","features":[1]},{"name":"MCA_WARNING_REGISTER_FILE","features":[1]},{"name":"MCA_WARNING_SMBIOS","features":[1]},{"name":"MCA_WARNING_SYSTEM_EVENT","features":[1]},{"name":"MCA_WARNING_TLB","features":[1]},{"name":"MCA_WARNING_UNKNOWN","features":[1]},{"name":"MCA_WARNING_UNKNOWN_NO_CPU","features":[1]},{"name":"MEM_E_INVALID_LINK","features":[1]},{"name":"MEM_E_INVALID_ROOT","features":[1]},{"name":"MEM_E_INVALID_SIZE","features":[1]},{"name":"MENROLL_S_ENROLLMENT_SUSPENDED","features":[1]},{"name":"MILAVERR_INSUFFICIENTVIDEORESOURCES","features":[1]},{"name":"MILAVERR_INVALIDWMPVERSION","features":[1]},{"name":"MILAVERR_MEDIAPLAYERCLOSED","features":[1]},{"name":"MILAVERR_MODULENOTLOADED","features":[1]},{"name":"MILAVERR_NOCLOCK","features":[1]},{"name":"MILAVERR_NOMEDIATYPE","features":[1]},{"name":"MILAVERR_NOREADYFRAMES","features":[1]},{"name":"MILAVERR_NOVIDEOMIXER","features":[1]},{"name":"MILAVERR_NOVIDEOPRESENTER","features":[1]},{"name":"MILAVERR_REQUESTEDTEXTURETOOBIG","features":[1]},{"name":"MILAVERR_SEEKFAILED","features":[1]},{"name":"MILAVERR_UNEXPECTEDWMPFAILURE","features":[1]},{"name":"MILAVERR_UNKNOWNHARDWAREERROR","features":[1]},{"name":"MILAVERR_VIDEOACCELERATIONNOTAVAILABLE","features":[1]},{"name":"MILAVERR_WMPFACTORYNOTREGISTERED","features":[1]},{"name":"MILEFFECTSERR_ALREADYATTACHEDTOLISTENER","features":[1]},{"name":"MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT","features":[1]},{"name":"MILEFFECTSERR_CONNECTORNOTCONNECTED","features":[1]},{"name":"MILEFFECTSERR_CYCLEDETECTED","features":[1]},{"name":"MILEFFECTSERR_EFFECTALREADYINAGRAPH","features":[1]},{"name":"MILEFFECTSERR_EFFECTHASNOCHILDREN","features":[1]},{"name":"MILEFFECTSERR_EFFECTINMORETHANONEGRAPH","features":[1]},{"name":"MILEFFECTSERR_EFFECTNOTPARTOFGROUP","features":[1]},{"name":"MILEFFECTSERR_EMPTYBOUNDS","features":[1]},{"name":"MILEFFECTSERR_NOINPUTSOURCEATTACHED","features":[1]},{"name":"MILEFFECTSERR_NOTAFFINETRANSFORM","features":[1]},{"name":"MILEFFECTSERR_OUTPUTSIZETOOLARGE","features":[1]},{"name":"MILEFFECTSERR_RESERVED","features":[1]},{"name":"MILEFFECTSERR_UNKNOWNPROPERTY","features":[1]},{"name":"MILERR_ADAPTER_NOT_FOUND","features":[1]},{"name":"MILERR_ALREADYLOCKED","features":[1]},{"name":"MILERR_ALREADY_INITIALIZED","features":[1]},{"name":"MILERR_BADNUMBER","features":[1]},{"name":"MILERR_COLORSPACE_NOT_SUPPORTED","features":[1]},{"name":"MILERR_DEVICECANNOTRENDERTEXT","features":[1]},{"name":"MILERR_DISPLAYFORMATNOTSUPPORTED","features":[1]},{"name":"MILERR_DISPLAYID_ACCESS_DENIED","features":[1]},{"name":"MILERR_DISPLAYSTATEINVALID","features":[1]},{"name":"MILERR_DXGI_ENUMERATION_OUT_OF_SYNC","features":[1]},{"name":"MILERR_GENERIC_IGNORE","features":[1]},{"name":"MILERR_GLYPHBITMAPMISSED","features":[1]},{"name":"MILERR_INSUFFICIENTBUFFER","features":[1]},{"name":"MILERR_INTERNALERROR","features":[1]},{"name":"MILERR_INVALIDCALL","features":[1]},{"name":"MILERR_MALFORMEDGLYPHCACHE","features":[1]},{"name":"MILERR_MALFORMED_GUIDELINE_DATA","features":[1]},{"name":"MILERR_MAX_TEXTURE_SIZE_EXCEEDED","features":[1]},{"name":"MILERR_MISMATCHED_SIZE","features":[1]},{"name":"MILERR_MROW_READLOCK_FAILED","features":[1]},{"name":"MILERR_MROW_UPDATE_FAILED","features":[1]},{"name":"MILERR_NEED_RECREATE_AND_PRESENT","features":[1]},{"name":"MILERR_NONINVERTIBLEMATRIX","features":[1]},{"name":"MILERR_NOTLOCKED","features":[1]},{"name":"MILERR_NOT_QUEUING_PRESENTS","features":[1]},{"name":"MILERR_NO_HARDWARE_DEVICE","features":[1]},{"name":"MILERR_NO_REDIRECTION_SURFACE_AVAILABLE","features":[1]},{"name":"MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER","features":[1]},{"name":"MILERR_OBJECTBUSY","features":[1]},{"name":"MILERR_PREFILTER_NOT_SUPPORTED","features":[1]},{"name":"MILERR_QPC_TIME_WENT_BACKWARD","features":[1]},{"name":"MILERR_QUEUED_PRESENT_NOT_SUPPORTED","features":[1]},{"name":"MILERR_REMOTING_NOT_SUPPORTED","features":[1]},{"name":"MILERR_SCANNER_FAILED","features":[1]},{"name":"MILERR_SCREENACCESSDENIED","features":[1]},{"name":"MILERR_SHADER_COMPILE_FAILED","features":[1]},{"name":"MILERR_TERMINATED","features":[1]},{"name":"MILERR_TOOMANYSHADERELEMNTS","features":[1]},{"name":"MILERR_WIN32ERROR","features":[1]},{"name":"MILERR_ZEROVECTOR","features":[1]},{"name":"MK_E_CANTOPENFILE","features":[1]},{"name":"MK_E_CONNECTMANUALLY","features":[1]},{"name":"MK_E_ENUMERATION_FAILED","features":[1]},{"name":"MK_E_EXCEEDEDDEADLINE","features":[1]},{"name":"MK_E_FIRST","features":[1]},{"name":"MK_E_INTERMEDIATEINTERFACENOTSUPPORTED","features":[1]},{"name":"MK_E_INVALIDEXTENSION","features":[1]},{"name":"MK_E_LAST","features":[1]},{"name":"MK_E_MUSTBOTHERUSER","features":[1]},{"name":"MK_E_NEEDGENERIC","features":[1]},{"name":"MK_E_NOINVERSE","features":[1]},{"name":"MK_E_NOOBJECT","features":[1]},{"name":"MK_E_NOPREFIX","features":[1]},{"name":"MK_E_NOSTORAGE","features":[1]},{"name":"MK_E_NOTBINDABLE","features":[1]},{"name":"MK_E_NOTBOUND","features":[1]},{"name":"MK_E_NO_NORMALIZED","features":[1]},{"name":"MK_E_SYNTAX","features":[1]},{"name":"MK_E_UNAVAILABLE","features":[1]},{"name":"MK_S_FIRST","features":[1]},{"name":"MK_S_HIM","features":[1]},{"name":"MK_S_LAST","features":[1]},{"name":"MK_S_ME","features":[1]},{"name":"MK_S_MONIKERALREADYREGISTERED","features":[1]},{"name":"MK_S_REDUCED_TO_SELF","features":[1]},{"name":"MK_S_US","features":[1]},{"name":"MSDTC_E_DUPLICATE_RESOURCE","features":[1]},{"name":"MSSIPOTF_E_BADVERSION","features":[1]},{"name":"MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT","features":[1]},{"name":"MSSIPOTF_E_BAD_MAGICNUMBER","features":[1]},{"name":"MSSIPOTF_E_BAD_OFFSET_TABLE","features":[1]},{"name":"MSSIPOTF_E_CANTGETOBJECT","features":[1]},{"name":"MSSIPOTF_E_CRYPT","features":[1]},{"name":"MSSIPOTF_E_DSIG_STRUCTURE","features":[1]},{"name":"MSSIPOTF_E_FAILED_HINTS_CHECK","features":[1]},{"name":"MSSIPOTF_E_FAILED_POLICY","features":[1]},{"name":"MSSIPOTF_E_FILE","features":[1]},{"name":"MSSIPOTF_E_FILETOOSMALL","features":[1]},{"name":"MSSIPOTF_E_FILE_CHECKSUM","features":[1]},{"name":"MSSIPOTF_E_NOHEADTABLE","features":[1]},{"name":"MSSIPOTF_E_NOT_OPENTYPE","features":[1]},{"name":"MSSIPOTF_E_OUTOFMEMRANGE","features":[1]},{"name":"MSSIPOTF_E_PCONST_CHECK","features":[1]},{"name":"MSSIPOTF_E_STRUCTURE","features":[1]},{"name":"MSSIPOTF_E_TABLES_OVERLAP","features":[1]},{"name":"MSSIPOTF_E_TABLE_CHECKSUM","features":[1]},{"name":"MSSIPOTF_E_TABLE_LONGWORD","features":[1]},{"name":"MSSIPOTF_E_TABLE_PADBYTES","features":[1]},{"name":"MSSIPOTF_E_TABLE_TAGORDER","features":[1]},{"name":"NAP_E_CONFLICTING_ID","features":[1]},{"name":"NAP_E_ENTITY_DISABLED","features":[1]},{"name":"NAP_E_ID_NOT_FOUND","features":[1]},{"name":"NAP_E_INVALID_PACKET","features":[1]},{"name":"NAP_E_MAXSIZE_TOO_SMALL","features":[1]},{"name":"NAP_E_MISMATCHED_ID","features":[1]},{"name":"NAP_E_MISSING_SOH","features":[1]},{"name":"NAP_E_NETSH_GROUPPOLICY_ERROR","features":[1]},{"name":"NAP_E_NOT_INITIALIZED","features":[1]},{"name":"NAP_E_NOT_PENDING","features":[1]},{"name":"NAP_E_NOT_REGISTERED","features":[1]},{"name":"NAP_E_NO_CACHED_SOH","features":[1]},{"name":"NAP_E_SERVICE_NOT_RUNNING","features":[1]},{"name":"NAP_E_SHV_CONFIG_EXISTED","features":[1]},{"name":"NAP_E_SHV_CONFIG_NOT_FOUND","features":[1]},{"name":"NAP_E_SHV_TIMEOUT","features":[1]},{"name":"NAP_E_STILL_BOUND","features":[1]},{"name":"NAP_E_TOO_MANY_CALLS","features":[1]},{"name":"NAP_S_CERT_ALREADY_PRESENT","features":[1]},{"name":"NEARPROC","features":[1]},{"name":"NOERROR","features":[1]},{"name":"NOT_AN_ERROR1","features":[1]},{"name":"NO_ERROR","features":[1]},{"name":"NTDDI_MAXVER","features":[1]},{"name":"NTE_AUTHENTICATION_IGNORED","features":[1]},{"name":"NTE_BAD_ALGID","features":[1]},{"name":"NTE_BAD_DATA","features":[1]},{"name":"NTE_BAD_FLAGS","features":[1]},{"name":"NTE_BAD_HASH","features":[1]},{"name":"NTE_BAD_HASH_STATE","features":[1]},{"name":"NTE_BAD_KEY","features":[1]},{"name":"NTE_BAD_KEYSET","features":[1]},{"name":"NTE_BAD_KEYSET_PARAM","features":[1]},{"name":"NTE_BAD_KEY_STATE","features":[1]},{"name":"NTE_BAD_LEN","features":[1]},{"name":"NTE_BAD_PROVIDER","features":[1]},{"name":"NTE_BAD_PROV_TYPE","features":[1]},{"name":"NTE_BAD_PUBLIC_KEY","features":[1]},{"name":"NTE_BAD_SIGNATURE","features":[1]},{"name":"NTE_BAD_TYPE","features":[1]},{"name":"NTE_BAD_UID","features":[1]},{"name":"NTE_BAD_VER","features":[1]},{"name":"NTE_BUFFERS_OVERLAP","features":[1]},{"name":"NTE_BUFFER_TOO_SMALL","features":[1]},{"name":"NTE_DECRYPTION_FAILURE","features":[1]},{"name":"NTE_DEVICE_NOT_FOUND","features":[1]},{"name":"NTE_DEVICE_NOT_READY","features":[1]},{"name":"NTE_DOUBLE_ENCRYPT","features":[1]},{"name":"NTE_ENCRYPTION_FAILURE","features":[1]},{"name":"NTE_EXISTS","features":[1]},{"name":"NTE_FAIL","features":[1]},{"name":"NTE_FIXEDPARAMETER","features":[1]},{"name":"NTE_HMAC_NOT_SUPPORTED","features":[1]},{"name":"NTE_INCORRECT_PASSWORD","features":[1]},{"name":"NTE_INTERNAL_ERROR","features":[1]},{"name":"NTE_INVALID_HANDLE","features":[1]},{"name":"NTE_INVALID_PARAMETER","features":[1]},{"name":"NTE_KEYSET_ENTRY_BAD","features":[1]},{"name":"NTE_KEYSET_NOT_DEF","features":[1]},{"name":"NTE_NOT_ACTIVE_CONSOLE","features":[1]},{"name":"NTE_NOT_FOUND","features":[1]},{"name":"NTE_NOT_SUPPORTED","features":[1]},{"name":"NTE_NO_KEY","features":[1]},{"name":"NTE_NO_MEMORY","features":[1]},{"name":"NTE_NO_MORE_ITEMS","features":[1]},{"name":"NTE_OP_OK","features":[1]},{"name":"NTE_PASSWORD_CHANGE_REQUIRED","features":[1]},{"name":"NTE_PERM","features":[1]},{"name":"NTE_PROVIDER_DLL_FAIL","features":[1]},{"name":"NTE_PROV_DLL_NOT_FOUND","features":[1]},{"name":"NTE_PROV_TYPE_ENTRY_BAD","features":[1]},{"name":"NTE_PROV_TYPE_NOT_DEF","features":[1]},{"name":"NTE_PROV_TYPE_NO_MATCH","features":[1]},{"name":"NTE_SIGNATURE_FILE_BAD","features":[1]},{"name":"NTE_SILENT_CONTEXT","features":[1]},{"name":"NTE_SYS_ERR","features":[1]},{"name":"NTE_TEMPORARY_PROFILE","features":[1]},{"name":"NTE_TOKEN_KEYSET_STORAGE_FULL","features":[1]},{"name":"NTE_UI_REQUIRED","features":[1]},{"name":"NTE_USER_CANCELLED","features":[1]},{"name":"NTE_VALIDATION_FAILED","features":[1]},{"name":"NTSTATUS","features":[1]},{"name":"NTSTATUS_FACILITY_CODE","features":[1]},{"name":"NTSTATUS_SEVERITY_CODE","features":[1]},{"name":"OBJECT_ATTRIBUTE_FLAGS","features":[1]},{"name":"OBJ_CASE_INSENSITIVE","features":[1]},{"name":"OBJ_DONT_REPARSE","features":[1]},{"name":"OBJ_EXCLUSIVE","features":[1]},{"name":"OBJ_FORCE_ACCESS_CHECK","features":[1]},{"name":"OBJ_IGNORE_IMPERSONATED_DEVICEMAP","features":[1]},{"name":"OBJ_INHERIT","features":[1]},{"name":"OBJ_KERNEL_HANDLE","features":[1]},{"name":"OBJ_OPENIF","features":[1]},{"name":"OBJ_OPENLINK","features":[1]},{"name":"OBJ_PERMANENT","features":[1]},{"name":"OBJ_VALID_ATTRIBUTES","features":[1]},{"name":"OLEOBJ_E_FIRST","features":[1]},{"name":"OLEOBJ_E_INVALIDVERB","features":[1]},{"name":"OLEOBJ_E_LAST","features":[1]},{"name":"OLEOBJ_E_NOVERBS","features":[1]},{"name":"OLEOBJ_S_CANNOT_DOVERB_NOW","features":[1]},{"name":"OLEOBJ_S_FIRST","features":[1]},{"name":"OLEOBJ_S_INVALIDHWND","features":[1]},{"name":"OLEOBJ_S_INVALIDVERB","features":[1]},{"name":"OLEOBJ_S_LAST","features":[1]},{"name":"OLE_E_ADVF","features":[1]},{"name":"OLE_E_ADVISENOTSUPPORTED","features":[1]},{"name":"OLE_E_BLANK","features":[1]},{"name":"OLE_E_CANTCONVERT","features":[1]},{"name":"OLE_E_CANT_BINDTOSOURCE","features":[1]},{"name":"OLE_E_CANT_GETMONIKER","features":[1]},{"name":"OLE_E_CLASSDIFF","features":[1]},{"name":"OLE_E_ENUM_NOMORE","features":[1]},{"name":"OLE_E_FIRST","features":[1]},{"name":"OLE_E_INVALIDHWND","features":[1]},{"name":"OLE_E_INVALIDRECT","features":[1]},{"name":"OLE_E_LAST","features":[1]},{"name":"OLE_E_NOCACHE","features":[1]},{"name":"OLE_E_NOCONNECTION","features":[1]},{"name":"OLE_E_NOSTORAGE","features":[1]},{"name":"OLE_E_NOTRUNNING","features":[1]},{"name":"OLE_E_NOT_INPLACEACTIVE","features":[1]},{"name":"OLE_E_OLEVERB","features":[1]},{"name":"OLE_E_PROMPTSAVECANCELLED","features":[1]},{"name":"OLE_E_STATIC","features":[1]},{"name":"OLE_E_WRONGCOMPOBJ","features":[1]},{"name":"OLE_S_FIRST","features":[1]},{"name":"OLE_S_LAST","features":[1]},{"name":"OLE_S_MAC_CLIPFORMAT","features":[1]},{"name":"OLE_S_STATIC","features":[1]},{"name":"OLE_S_USEREG","features":[1]},{"name":"ONL_CONNECTION_COUNT_LIMIT","features":[1]},{"name":"ONL_E_ACCESS_DENIED_BY_TOU","features":[1]},{"name":"ONL_E_ACCOUNT_LOCKED","features":[1]},{"name":"ONL_E_ACCOUNT_SUSPENDED_ABUSE","features":[1]},{"name":"ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE","features":[1]},{"name":"ONL_E_ACCOUNT_UPDATE_REQUIRED","features":[1]},{"name":"ONL_E_ACTION_REQUIRED","features":[1]},{"name":"ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT","features":[1]},{"name":"ONL_E_EMAIL_VERIFICATION_REQUIRED","features":[1]},{"name":"ONL_E_FORCESIGNIN","features":[1]},{"name":"ONL_E_INVALID_APPLICATION","features":[1]},{"name":"ONL_E_INVALID_AUTHENTICATION_TARGET","features":[1]},{"name":"ONL_E_PARENTAL_CONSENT_REQUIRED","features":[1]},{"name":"ONL_E_PASSWORD_UPDATE_REQUIRED","features":[1]},{"name":"ONL_E_REQUEST_THROTTLED","features":[1]},{"name":"ONL_E_USER_AUTHENTICATION_REQUIRED","features":[1]},{"name":"OR_INVALID_OID","features":[1]},{"name":"OR_INVALID_OXID","features":[1]},{"name":"OR_INVALID_SET","features":[1]},{"name":"OSS_ACCESS_SERIALIZATION_ERROR","features":[1]},{"name":"OSS_API_DLL_NOT_LINKED","features":[1]},{"name":"OSS_BAD_ARG","features":[1]},{"name":"OSS_BAD_ENCRULES","features":[1]},{"name":"OSS_BAD_PTR","features":[1]},{"name":"OSS_BAD_TABLE","features":[1]},{"name":"OSS_BAD_TIME","features":[1]},{"name":"OSS_BAD_VERSION","features":[1]},{"name":"OSS_BERDER_DLL_NOT_LINKED","features":[1]},{"name":"OSS_CANT_CLOSE_TRACE_FILE","features":[1]},{"name":"OSS_CANT_OPEN_TRACE_FILE","features":[1]},{"name":"OSS_CANT_OPEN_TRACE_WINDOW","features":[1]},{"name":"OSS_COMPARATOR_CODE_NOT_LINKED","features":[1]},{"name":"OSS_COMPARATOR_DLL_NOT_LINKED","features":[1]},{"name":"OSS_CONSTRAINT_DLL_NOT_LINKED","features":[1]},{"name":"OSS_CONSTRAINT_VIOLATED","features":[1]},{"name":"OSS_COPIER_DLL_NOT_LINKED","features":[1]},{"name":"OSS_DATA_ERROR","features":[1]},{"name":"OSS_FATAL_ERROR","features":[1]},{"name":"OSS_INDEFINITE_NOT_SUPPORTED","features":[1]},{"name":"OSS_LIMITED","features":[1]},{"name":"OSS_MEM_ERROR","features":[1]},{"name":"OSS_MEM_MGR_DLL_NOT_LINKED","features":[1]},{"name":"OSS_MORE_BUF","features":[1]},{"name":"OSS_MORE_INPUT","features":[1]},{"name":"OSS_MUTEX_NOT_CREATED","features":[1]},{"name":"OSS_NEGATIVE_UINTEGER","features":[1]},{"name":"OSS_NULL_FCN","features":[1]},{"name":"OSS_NULL_TBL","features":[1]},{"name":"OSS_OID_DLL_NOT_LINKED","features":[1]},{"name":"OSS_OPEN_TYPE_ERROR","features":[1]},{"name":"OSS_OUT_MEMORY","features":[1]},{"name":"OSS_OUT_OF_RANGE","features":[1]},{"name":"OSS_PDU_MISMATCH","features":[1]},{"name":"OSS_PDU_RANGE","features":[1]},{"name":"OSS_PDV_CODE_NOT_LINKED","features":[1]},{"name":"OSS_PDV_DLL_NOT_LINKED","features":[1]},{"name":"OSS_PER_DLL_NOT_LINKED","features":[1]},{"name":"OSS_REAL_CODE_NOT_LINKED","features":[1]},{"name":"OSS_REAL_DLL_NOT_LINKED","features":[1]},{"name":"OSS_TABLE_MISMATCH","features":[1]},{"name":"OSS_TOO_LONG","features":[1]},{"name":"OSS_TRACE_FILE_ALREADY_OPEN","features":[1]},{"name":"OSS_TYPE_NOT_SUPPORTED","features":[1]},{"name":"OSS_UNAVAIL_ENCRULES","features":[1]},{"name":"OSS_UNIMPLEMENTED","features":[1]},{"name":"PAPCFUNC","features":[1]},{"name":"PEERDIST_ERROR_ALREADY_COMPLETED","features":[1]},{"name":"PEERDIST_ERROR_ALREADY_EXISTS","features":[1]},{"name":"PEERDIST_ERROR_ALREADY_INITIALIZED","features":[1]},{"name":"PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO","features":[1]},{"name":"PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED","features":[1]},{"name":"PEERDIST_ERROR_INVALIDATED","features":[1]},{"name":"PEERDIST_ERROR_INVALID_CONFIGURATION","features":[1]},{"name":"PEERDIST_ERROR_MISSING_DATA","features":[1]},{"name":"PEERDIST_ERROR_NOT_INITIALIZED","features":[1]},{"name":"PEERDIST_ERROR_NOT_LICENSED","features":[1]},{"name":"PEERDIST_ERROR_NO_MORE","features":[1]},{"name":"PEERDIST_ERROR_OPERATION_NOTFOUND","features":[1]},{"name":"PEERDIST_ERROR_OUT_OF_BOUNDS","features":[1]},{"name":"PEERDIST_ERROR_SERVICE_UNAVAILABLE","features":[1]},{"name":"PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS","features":[1]},{"name":"PEERDIST_ERROR_TRUST_FAILURE","features":[1]},{"name":"PEERDIST_ERROR_VERSION_UNSUPPORTED","features":[1]},{"name":"PEER_E_ALREADY_LISTENING","features":[1]},{"name":"PEER_E_CANNOT_CONVERT_PEER_NAME","features":[1]},{"name":"PEER_E_CANNOT_START_SERVICE","features":[1]},{"name":"PEER_E_CERT_STORE_CORRUPTED","features":[1]},{"name":"PEER_E_CHAIN_TOO_LONG","features":[1]},{"name":"PEER_E_CIRCULAR_CHAIN_DETECTED","features":[1]},{"name":"PEER_E_CLASSIFIER_TOO_LONG","features":[1]},{"name":"PEER_E_CLOUD_NAME_AMBIGUOUS","features":[1]},{"name":"PEER_E_CONNECTION_FAILED","features":[1]},{"name":"PEER_E_CONNECTION_NOT_AUTHENTICATED","features":[1]},{"name":"PEER_E_CONNECTION_NOT_FOUND","features":[1]},{"name":"PEER_E_CONNECTION_REFUSED","features":[1]},{"name":"PEER_E_CONNECT_SELF","features":[1]},{"name":"PEER_E_CONTACT_NOT_FOUND","features":[1]},{"name":"PEER_E_DATABASE_ACCESSDENIED","features":[1]},{"name":"PEER_E_DATABASE_ALREADY_PRESENT","features":[1]},{"name":"PEER_E_DATABASE_NOT_PRESENT","features":[1]},{"name":"PEER_E_DBINITIALIZATION_FAILED","features":[1]},{"name":"PEER_E_DBNAME_CHANGED","features":[1]},{"name":"PEER_E_DEFERRED_VALIDATION","features":[1]},{"name":"PEER_E_DUPLICATE_GRAPH","features":[1]},{"name":"PEER_E_EVENT_HANDLE_NOT_FOUND","features":[1]},{"name":"PEER_E_FW_BLOCKED_BY_POLICY","features":[1]},{"name":"PEER_E_FW_BLOCKED_BY_SHIELDS_UP","features":[1]},{"name":"PEER_E_FW_DECLINED","features":[1]},{"name":"PEER_E_FW_EXCEPTION_DISABLED","features":[1]},{"name":"PEER_E_GRAPH_IN_USE","features":[1]},{"name":"PEER_E_GRAPH_NOT_READY","features":[1]},{"name":"PEER_E_GRAPH_SHUTTING_DOWN","features":[1]},{"name":"PEER_E_GROUPS_EXIST","features":[1]},{"name":"PEER_E_GROUP_IN_USE","features":[1]},{"name":"PEER_E_GROUP_NOT_READY","features":[1]},{"name":"PEER_E_IDENTITY_DELETED","features":[1]},{"name":"PEER_E_IDENTITY_NOT_FOUND","features":[1]},{"name":"PEER_E_INVALID_ADDRESS","features":[1]},{"name":"PEER_E_INVALID_ATTRIBUTES","features":[1]},{"name":"PEER_E_INVALID_CLASSIFIER","features":[1]},{"name":"PEER_E_INVALID_CLASSIFIER_PROPERTY","features":[1]},{"name":"PEER_E_INVALID_CREDENTIAL","features":[1]},{"name":"PEER_E_INVALID_CREDENTIAL_INFO","features":[1]},{"name":"PEER_E_INVALID_DATABASE","features":[1]},{"name":"PEER_E_INVALID_FRIENDLY_NAME","features":[1]},{"name":"PEER_E_INVALID_GRAPH","features":[1]},{"name":"PEER_E_INVALID_GROUP","features":[1]},{"name":"PEER_E_INVALID_GROUP_PROPERTIES","features":[1]},{"name":"PEER_E_INVALID_PEER_HOST_NAME","features":[1]},{"name":"PEER_E_INVALID_PEER_NAME","features":[1]},{"name":"PEER_E_INVALID_RECORD","features":[1]},{"name":"PEER_E_INVALID_RECORD_EXPIRATION","features":[1]},{"name":"PEER_E_INVALID_RECORD_SIZE","features":[1]},{"name":"PEER_E_INVALID_ROLE_PROPERTY","features":[1]},{"name":"PEER_E_INVALID_SEARCH","features":[1]},{"name":"PEER_E_INVALID_TIME_PERIOD","features":[1]},{"name":"PEER_E_INVITATION_NOT_TRUSTED","features":[1]},{"name":"PEER_E_INVITE_CANCELLED","features":[1]},{"name":"PEER_E_INVITE_RESPONSE_NOT_AVAILABLE","features":[1]},{"name":"PEER_E_IPV6_NOT_INSTALLED","features":[1]},{"name":"PEER_E_MAX_RECORD_SIZE_EXCEEDED","features":[1]},{"name":"PEER_E_NODE_NOT_FOUND","features":[1]},{"name":"PEER_E_NOT_AUTHORIZED","features":[1]},{"name":"PEER_E_NOT_INITIALIZED","features":[1]},{"name":"PEER_E_NOT_LICENSED","features":[1]},{"name":"PEER_E_NOT_SIGNED_IN","features":[1]},{"name":"PEER_E_NO_CLOUD","features":[1]},{"name":"PEER_E_NO_KEY_ACCESS","features":[1]},{"name":"PEER_E_NO_MEMBERS_FOUND","features":[1]},{"name":"PEER_E_NO_MEMBER_CONNECTIONS","features":[1]},{"name":"PEER_E_NO_MORE","features":[1]},{"name":"PEER_E_PASSWORD_DOES_NOT_MEET_POLICY","features":[1]},{"name":"PEER_E_PNRP_DUPLICATE_PEER_NAME","features":[1]},{"name":"PEER_E_PRIVACY_DECLINED","features":[1]},{"name":"PEER_E_RECORD_NOT_FOUND","features":[1]},{"name":"PEER_E_SERVICE_NOT_AVAILABLE","features":[1]},{"name":"PEER_E_TIMEOUT","features":[1]},{"name":"PEER_E_TOO_MANY_ATTRIBUTES","features":[1]},{"name":"PEER_E_TOO_MANY_IDENTITIES","features":[1]},{"name":"PEER_E_UNABLE_TO_LISTEN","features":[1]},{"name":"PEER_E_UNSUPPORTED_VERSION","features":[1]},{"name":"PEER_S_ALREADY_A_MEMBER","features":[1]},{"name":"PEER_S_ALREADY_CONNECTED","features":[1]},{"name":"PEER_S_GRAPH_DATA_CREATED","features":[1]},{"name":"PEER_S_NO_CONNECTIVITY","features":[1]},{"name":"PEER_S_NO_EVENT_DATA","features":[1]},{"name":"PEER_S_SUBSCRIPTION_EXISTS","features":[1]},{"name":"PERSIST_E_NOTSELFSIZING","features":[1]},{"name":"PERSIST_E_SIZEDEFINITE","features":[1]},{"name":"PERSIST_E_SIZEINDEFINITE","features":[1]},{"name":"PLA_E_CABAPI_FAILURE","features":[1]},{"name":"PLA_E_CONFLICT_INCL_EXCL_API","features":[1]},{"name":"PLA_E_CREDENTIALS_REQUIRED","features":[1]},{"name":"PLA_E_DCS_ALREADY_EXISTS","features":[1]},{"name":"PLA_E_DCS_IN_USE","features":[1]},{"name":"PLA_E_DCS_NOT_FOUND","features":[1]},{"name":"PLA_E_DCS_NOT_RUNNING","features":[1]},{"name":"PLA_E_DCS_SINGLETON_REQUIRED","features":[1]},{"name":"PLA_E_DCS_START_WAIT_TIMEOUT","features":[1]},{"name":"PLA_E_DC_ALREADY_EXISTS","features":[1]},{"name":"PLA_E_DC_START_WAIT_TIMEOUT","features":[1]},{"name":"PLA_E_EXE_ALREADY_CONFIGURED","features":[1]},{"name":"PLA_E_EXE_FULL_PATH_REQUIRED","features":[1]},{"name":"PLA_E_EXE_PATH_NOT_VALID","features":[1]},{"name":"PLA_E_INVALID_SESSION_NAME","features":[1]},{"name":"PLA_E_NETWORK_EXE_NOT_VALID","features":[1]},{"name":"PLA_E_NO_DUPLICATES","features":[1]},{"name":"PLA_E_NO_MIN_DISK","features":[1]},{"name":"PLA_E_PLA_CHANNEL_NOT_ENABLED","features":[1]},{"name":"PLA_E_PROPERTY_CONFLICT","features":[1]},{"name":"PLA_E_REPORT_WAIT_TIMEOUT","features":[1]},{"name":"PLA_E_RULES_MANAGER_FAILED","features":[1]},{"name":"PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED","features":[1]},{"name":"PLA_E_TOO_MANY_FOLDERS","features":[1]},{"name":"PLA_S_PROPERTY_IGNORED","features":[1]},{"name":"POINT","features":[1]},{"name":"POINTL","features":[1]},{"name":"POINTS","features":[1]},{"name":"PRESENTATION_ERROR_LOST","features":[1]},{"name":"PROC","features":[1]},{"name":"PROPERTYKEY","features":[1]},{"name":"PSINK_E_INDEX_ONLY","features":[1]},{"name":"PSINK_E_LARGE_ATTACHMENT","features":[1]},{"name":"PSINK_E_QUERY_ONLY","features":[1]},{"name":"PSINK_S_LARGE_WORD","features":[1]},{"name":"PSTR","features":[1]},{"name":"PWSTR","features":[1]},{"name":"QPARSE_E_EXPECTING_BRACE","features":[1]},{"name":"QPARSE_E_EXPECTING_COMMA","features":[1]},{"name":"QPARSE_E_EXPECTING_CURRENCY","features":[1]},{"name":"QPARSE_E_EXPECTING_DATE","features":[1]},{"name":"QPARSE_E_EXPECTING_EOS","features":[1]},{"name":"QPARSE_E_EXPECTING_GUID","features":[1]},{"name":"QPARSE_E_EXPECTING_INTEGER","features":[1]},{"name":"QPARSE_E_EXPECTING_PAREN","features":[1]},{"name":"QPARSE_E_EXPECTING_PHRASE","features":[1]},{"name":"QPARSE_E_EXPECTING_PROPERTY","features":[1]},{"name":"QPARSE_E_EXPECTING_REAL","features":[1]},{"name":"QPARSE_E_EXPECTING_REGEX","features":[1]},{"name":"QPARSE_E_EXPECTING_REGEX_PROPERTY","features":[1]},{"name":"QPARSE_E_INVALID_GROUPING","features":[1]},{"name":"QPARSE_E_INVALID_LITERAL","features":[1]},{"name":"QPARSE_E_INVALID_QUERY","features":[1]},{"name":"QPARSE_E_INVALID_RANKMETHOD","features":[1]},{"name":"QPARSE_E_INVALID_SORT_ORDER","features":[1]},{"name":"QPARSE_E_NOT_YET_IMPLEMENTED","features":[1]},{"name":"QPARSE_E_NO_SUCH_PROPERTY","features":[1]},{"name":"QPARSE_E_NO_SUCH_SORT_PROPERTY","features":[1]},{"name":"QPARSE_E_UNEXPECTED_EOS","features":[1]},{"name":"QPARSE_E_UNEXPECTED_NOT","features":[1]},{"name":"QPARSE_E_UNSUPPORTED_PROPERTY_TYPE","features":[1]},{"name":"QPARSE_E_WEIGHT_OUT_OF_RANGE","features":[1]},{"name":"QPLIST_E_BAD_GUID","features":[1]},{"name":"QPLIST_E_BYREF_USED_WITHOUT_PTRTYPE","features":[1]},{"name":"QPLIST_E_CANT_OPEN_FILE","features":[1]},{"name":"QPLIST_E_CANT_SET_PROPERTY","features":[1]},{"name":"QPLIST_E_DUPLICATE","features":[1]},{"name":"QPLIST_E_EXPECTING_CLOSE_PAREN","features":[1]},{"name":"QPLIST_E_EXPECTING_GUID","features":[1]},{"name":"QPLIST_E_EXPECTING_INTEGER","features":[1]},{"name":"QPLIST_E_EXPECTING_NAME","features":[1]},{"name":"QPLIST_E_EXPECTING_PROP_SPEC","features":[1]},{"name":"QPLIST_E_EXPECTING_TYPE","features":[1]},{"name":"QPLIST_E_READ_ERROR","features":[1]},{"name":"QPLIST_E_UNRECOGNIZED_TYPE","features":[1]},{"name":"QPLIST_E_VECTORBYREF_USED_ALONE","features":[1]},{"name":"QPLIST_S_DUPLICATE","features":[1]},{"name":"QUERY_E_ALLNOISE","features":[1]},{"name":"QUERY_E_DIR_ON_REMOVABLE_DRIVE","features":[1]},{"name":"QUERY_E_DUPLICATE_OUTPUT_COLUMN","features":[1]},{"name":"QUERY_E_FAILED","features":[1]},{"name":"QUERY_E_INVALIDCATEGORIZE","features":[1]},{"name":"QUERY_E_INVALIDQUERY","features":[1]},{"name":"QUERY_E_INVALIDRESTRICTION","features":[1]},{"name":"QUERY_E_INVALIDSORT","features":[1]},{"name":"QUERY_E_INVALID_DIRECTORY","features":[1]},{"name":"QUERY_E_INVALID_OUTPUT_COLUMN","features":[1]},{"name":"QUERY_E_TIMEDOUT","features":[1]},{"name":"QUERY_E_TOOCOMPLEX","features":[1]},{"name":"QUERY_S_NO_QUERY","features":[1]},{"name":"QUTIL_E_CANT_CONVERT_VROOT","features":[1]},{"name":"QUTIL_E_INVALID_CODEPAGE","features":[1]},{"name":"RECT","features":[1]},{"name":"RECTL","features":[1]},{"name":"REGDB_E_BADTHREADINGMODEL","features":[1]},{"name":"REGDB_E_CLASSNOTREG","features":[1]},{"name":"REGDB_E_FIRST","features":[1]},{"name":"REGDB_E_IIDNOTREG","features":[1]},{"name":"REGDB_E_INVALIDVALUE","features":[1]},{"name":"REGDB_E_KEYMISSING","features":[1]},{"name":"REGDB_E_LAST","features":[1]},{"name":"REGDB_E_PACKAGEPOLICYVIOLATION","features":[1]},{"name":"REGDB_E_READREGDB","features":[1]},{"name":"REGDB_E_WRITEREGDB","features":[1]},{"name":"REGDB_S_FIRST","features":[1]},{"name":"REGDB_S_LAST","features":[1]},{"name":"ROUTEBASE","features":[1]},{"name":"ROUTEBASEEND","features":[1]},{"name":"RO_E_BLOCKED_CROSS_ASTA_CALL","features":[1]},{"name":"RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER","features":[1]},{"name":"RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER","features":[1]},{"name":"RO_E_CHANGE_NOTIFICATION_IN_PROGRESS","features":[1]},{"name":"RO_E_CLOSED","features":[1]},{"name":"RO_E_COMMITTED","features":[1]},{"name":"RO_E_ERROR_STRING_NOT_FOUND","features":[1]},{"name":"RO_E_EXCLUSIVE_WRITE","features":[1]},{"name":"RO_E_INVALID_METADATA_FILE","features":[1]},{"name":"RO_E_METADATA_INVALID_TYPE_FORMAT","features":[1]},{"name":"RO_E_METADATA_NAME_IS_NAMESPACE","features":[1]},{"name":"RO_E_METADATA_NAME_NOT_FOUND","features":[1]},{"name":"RO_E_MUST_BE_AGILE","features":[1]},{"name":"RO_E_UNSUPPORTED_FROM_MTA","features":[1]},{"name":"RPC_E_ACCESS_DENIED","features":[1]},{"name":"RPC_E_ATTEMPTED_MULTITHREAD","features":[1]},{"name":"RPC_E_CALL_CANCELED","features":[1]},{"name":"RPC_E_CALL_COMPLETE","features":[1]},{"name":"RPC_E_CALL_REJECTED","features":[1]},{"name":"RPC_E_CANTCALLOUT_AGAIN","features":[1]},{"name":"RPC_E_CANTCALLOUT_INASYNCCALL","features":[1]},{"name":"RPC_E_CANTCALLOUT_INEXTERNALCALL","features":[1]},{"name":"RPC_E_CANTCALLOUT_ININPUTSYNCCALL","features":[1]},{"name":"RPC_E_CANTPOST_INSENDCALL","features":[1]},{"name":"RPC_E_CANTTRANSMIT_CALL","features":[1]},{"name":"RPC_E_CHANGED_MODE","features":[1]},{"name":"RPC_E_CLIENT_CANTMARSHAL_DATA","features":[1]},{"name":"RPC_E_CLIENT_CANTUNMARSHAL_DATA","features":[1]},{"name":"RPC_E_CLIENT_DIED","features":[1]},{"name":"RPC_E_CONNECTION_TERMINATED","features":[1]},{"name":"RPC_E_DISCONNECTED","features":[1]},{"name":"RPC_E_FAULT","features":[1]},{"name":"RPC_E_FULLSIC_REQUIRED","features":[1]},{"name":"RPC_E_INVALIDMETHOD","features":[1]},{"name":"RPC_E_INVALID_CALLDATA","features":[1]},{"name":"RPC_E_INVALID_DATA","features":[1]},{"name":"RPC_E_INVALID_DATAPACKET","features":[1]},{"name":"RPC_E_INVALID_EXTENSION","features":[1]},{"name":"RPC_E_INVALID_HEADER","features":[1]},{"name":"RPC_E_INVALID_IPID","features":[1]},{"name":"RPC_E_INVALID_OBJECT","features":[1]},{"name":"RPC_E_INVALID_OBJREF","features":[1]},{"name":"RPC_E_INVALID_PARAMETER","features":[1]},{"name":"RPC_E_INVALID_STD_NAME","features":[1]},{"name":"RPC_E_NOT_REGISTERED","features":[1]},{"name":"RPC_E_NO_CONTEXT","features":[1]},{"name":"RPC_E_NO_GOOD_SECURITY_PACKAGES","features":[1]},{"name":"RPC_E_NO_SYNC","features":[1]},{"name":"RPC_E_OUT_OF_RESOURCES","features":[1]},{"name":"RPC_E_REMOTE_DISABLED","features":[1]},{"name":"RPC_E_RETRY","features":[1]},{"name":"RPC_E_SERVERCALL_REJECTED","features":[1]},{"name":"RPC_E_SERVERCALL_RETRYLATER","features":[1]},{"name":"RPC_E_SERVERFAULT","features":[1]},{"name":"RPC_E_SERVER_CANTMARSHAL_DATA","features":[1]},{"name":"RPC_E_SERVER_CANTUNMARSHAL_DATA","features":[1]},{"name":"RPC_E_SERVER_DIED","features":[1]},{"name":"RPC_E_SERVER_DIED_DNE","features":[1]},{"name":"RPC_E_SYS_CALL_FAILED","features":[1]},{"name":"RPC_E_THREAD_NOT_INIT","features":[1]},{"name":"RPC_E_TIMEOUT","features":[1]},{"name":"RPC_E_TOO_LATE","features":[1]},{"name":"RPC_E_UNEXPECTED","features":[1]},{"name":"RPC_E_UNSECURE_CALL","features":[1]},{"name":"RPC_E_VERSION_MISMATCH","features":[1]},{"name":"RPC_E_WRONG_THREAD","features":[1]},{"name":"RPC_NT_ADDRESS_ERROR","features":[1]},{"name":"RPC_NT_ALREADY_LISTENING","features":[1]},{"name":"RPC_NT_ALREADY_REGISTERED","features":[1]},{"name":"RPC_NT_BAD_STUB_DATA","features":[1]},{"name":"RPC_NT_BINDING_HAS_NO_AUTH","features":[1]},{"name":"RPC_NT_BINDING_INCOMPLETE","features":[1]},{"name":"RPC_NT_BYTE_COUNT_TOO_SMALL","features":[1]},{"name":"RPC_NT_CALL_CANCELLED","features":[1]},{"name":"RPC_NT_CALL_FAILED","features":[1]},{"name":"RPC_NT_CALL_FAILED_DNE","features":[1]},{"name":"RPC_NT_CALL_IN_PROGRESS","features":[1]},{"name":"RPC_NT_CANNOT_SUPPORT","features":[1]},{"name":"RPC_NT_CANT_CREATE_ENDPOINT","features":[1]},{"name":"RPC_NT_COMM_FAILURE","features":[1]},{"name":"RPC_NT_COOKIE_AUTH_FAILED","features":[1]},{"name":"RPC_NT_DUPLICATE_ENDPOINT","features":[1]},{"name":"RPC_NT_ENTRY_ALREADY_EXISTS","features":[1]},{"name":"RPC_NT_ENTRY_NOT_FOUND","features":[1]},{"name":"RPC_NT_ENUM_VALUE_OUT_OF_RANGE","features":[1]},{"name":"RPC_NT_FP_DIV_ZERO","features":[1]},{"name":"RPC_NT_FP_OVERFLOW","features":[1]},{"name":"RPC_NT_FP_UNDERFLOW","features":[1]},{"name":"RPC_NT_GROUP_MEMBER_NOT_FOUND","features":[1]},{"name":"RPC_NT_INCOMPLETE_NAME","features":[1]},{"name":"RPC_NT_INTERFACE_NOT_FOUND","features":[1]},{"name":"RPC_NT_INTERNAL_ERROR","features":[1]},{"name":"RPC_NT_INVALID_ASYNC_CALL","features":[1]},{"name":"RPC_NT_INVALID_ASYNC_HANDLE","features":[1]},{"name":"RPC_NT_INVALID_AUTH_IDENTITY","features":[1]},{"name":"RPC_NT_INVALID_BINDING","features":[1]},{"name":"RPC_NT_INVALID_BOUND","features":[1]},{"name":"RPC_NT_INVALID_ENDPOINT_FORMAT","features":[1]},{"name":"RPC_NT_INVALID_ES_ACTION","features":[1]},{"name":"RPC_NT_INVALID_NAF_ID","features":[1]},{"name":"RPC_NT_INVALID_NAME_SYNTAX","features":[1]},{"name":"RPC_NT_INVALID_NETWORK_OPTIONS","features":[1]},{"name":"RPC_NT_INVALID_NET_ADDR","features":[1]},{"name":"RPC_NT_INVALID_OBJECT","features":[1]},{"name":"RPC_NT_INVALID_PIPE_OBJECT","features":[1]},{"name":"RPC_NT_INVALID_PIPE_OPERATION","features":[1]},{"name":"RPC_NT_INVALID_RPC_PROTSEQ","features":[1]},{"name":"RPC_NT_INVALID_STRING_BINDING","features":[1]},{"name":"RPC_NT_INVALID_STRING_UUID","features":[1]},{"name":"RPC_NT_INVALID_TAG","features":[1]},{"name":"RPC_NT_INVALID_TIMEOUT","features":[1]},{"name":"RPC_NT_INVALID_VERS_OPTION","features":[1]},{"name":"RPC_NT_MAX_CALLS_TOO_SMALL","features":[1]},{"name":"RPC_NT_NAME_SERVICE_UNAVAILABLE","features":[1]},{"name":"RPC_NT_NOTHING_TO_EXPORT","features":[1]},{"name":"RPC_NT_NOT_ALL_OBJS_UNEXPORTED","features":[1]},{"name":"RPC_NT_NOT_CANCELLED","features":[1]},{"name":"RPC_NT_NOT_LISTENING","features":[1]},{"name":"RPC_NT_NOT_RPC_ERROR","features":[1]},{"name":"RPC_NT_NO_BINDINGS","features":[1]},{"name":"RPC_NT_NO_CALL_ACTIVE","features":[1]},{"name":"RPC_NT_NO_CONTEXT_AVAILABLE","features":[1]},{"name":"RPC_NT_NO_ENDPOINT_FOUND","features":[1]},{"name":"RPC_NT_NO_ENTRY_NAME","features":[1]},{"name":"RPC_NT_NO_INTERFACES","features":[1]},{"name":"RPC_NT_NO_MORE_BINDINGS","features":[1]},{"name":"RPC_NT_NO_MORE_ENTRIES","features":[1]},{"name":"RPC_NT_NO_MORE_MEMBERS","features":[1]},{"name":"RPC_NT_NO_PRINC_NAME","features":[1]},{"name":"RPC_NT_NO_PROTSEQS","features":[1]},{"name":"RPC_NT_NO_PROTSEQS_REGISTERED","features":[1]},{"name":"RPC_NT_NULL_REF_POINTER","features":[1]},{"name":"RPC_NT_OBJECT_NOT_FOUND","features":[1]},{"name":"RPC_NT_OUT_OF_RESOURCES","features":[1]},{"name":"RPC_NT_PIPE_CLOSED","features":[1]},{"name":"RPC_NT_PIPE_DISCIPLINE_ERROR","features":[1]},{"name":"RPC_NT_PIPE_EMPTY","features":[1]},{"name":"RPC_NT_PROCNUM_OUT_OF_RANGE","features":[1]},{"name":"RPC_NT_PROTOCOL_ERROR","features":[1]},{"name":"RPC_NT_PROTSEQ_NOT_FOUND","features":[1]},{"name":"RPC_NT_PROTSEQ_NOT_SUPPORTED","features":[1]},{"name":"RPC_NT_PROXY_ACCESS_DENIED","features":[1]},{"name":"RPC_NT_SEC_PKG_ERROR","features":[1]},{"name":"RPC_NT_SEND_INCOMPLETE","features":[1]},{"name":"RPC_NT_SERVER_TOO_BUSY","features":[1]},{"name":"RPC_NT_SERVER_UNAVAILABLE","features":[1]},{"name":"RPC_NT_SS_CANNOT_GET_CALL_HANDLE","features":[1]},{"name":"RPC_NT_SS_CHAR_TRANS_OPEN_FAIL","features":[1]},{"name":"RPC_NT_SS_CHAR_TRANS_SHORT_FILE","features":[1]},{"name":"RPC_NT_SS_CONTEXT_DAMAGED","features":[1]},{"name":"RPC_NT_SS_CONTEXT_MISMATCH","features":[1]},{"name":"RPC_NT_SS_HANDLES_MISMATCH","features":[1]},{"name":"RPC_NT_SS_IN_NULL_CONTEXT","features":[1]},{"name":"RPC_NT_STRING_TOO_LONG","features":[1]},{"name":"RPC_NT_TYPE_ALREADY_REGISTERED","features":[1]},{"name":"RPC_NT_UNKNOWN_AUTHN_LEVEL","features":[1]},{"name":"RPC_NT_UNKNOWN_AUTHN_SERVICE","features":[1]},{"name":"RPC_NT_UNKNOWN_AUTHN_TYPE","features":[1]},{"name":"RPC_NT_UNKNOWN_AUTHZ_SERVICE","features":[1]},{"name":"RPC_NT_UNKNOWN_IF","features":[1]},{"name":"RPC_NT_UNKNOWN_MGR_TYPE","features":[1]},{"name":"RPC_NT_UNSUPPORTED_AUTHN_LEVEL","features":[1]},{"name":"RPC_NT_UNSUPPORTED_NAME_SYNTAX","features":[1]},{"name":"RPC_NT_UNSUPPORTED_TRANS_SYN","features":[1]},{"name":"RPC_NT_UNSUPPORTED_TYPE","features":[1]},{"name":"RPC_NT_UUID_LOCAL_ONLY","features":[1]},{"name":"RPC_NT_UUID_NO_ADDRESS","features":[1]},{"name":"RPC_NT_WRONG_ES_VERSION","features":[1]},{"name":"RPC_NT_WRONG_KIND_OF_BINDING","features":[1]},{"name":"RPC_NT_WRONG_PIPE_VERSION","features":[1]},{"name":"RPC_NT_WRONG_STUB_VERSION","features":[1]},{"name":"RPC_NT_ZERO_DIVIDE","features":[1]},{"name":"RPC_S_CALLPENDING","features":[1]},{"name":"RPC_S_WAITONTIMER","features":[1]},{"name":"RPC_X_BAD_STUB_DATA","features":[1]},{"name":"RPC_X_BYTE_COUNT_TOO_SMALL","features":[1]},{"name":"RPC_X_ENUM_VALUE_OUT_OF_RANGE","features":[1]},{"name":"RPC_X_ENUM_VALUE_TOO_LARGE","features":[1]},{"name":"RPC_X_INVALID_BOUND","features":[1]},{"name":"RPC_X_INVALID_BUFFER","features":[1]},{"name":"RPC_X_INVALID_ES_ACTION","features":[1]},{"name":"RPC_X_INVALID_PIPE_OBJECT","features":[1]},{"name":"RPC_X_INVALID_PIPE_OPERATION","features":[1]},{"name":"RPC_X_INVALID_TAG","features":[1]},{"name":"RPC_X_NO_MEMORY","features":[1]},{"name":"RPC_X_NO_MORE_ENTRIES","features":[1]},{"name":"RPC_X_NULL_REF_POINTER","features":[1]},{"name":"RPC_X_PIPE_APP_MEMORY","features":[1]},{"name":"RPC_X_PIPE_CLOSED","features":[1]},{"name":"RPC_X_PIPE_DISCIPLINE_ERROR","features":[1]},{"name":"RPC_X_PIPE_EMPTY","features":[1]},{"name":"RPC_X_SS_CANNOT_GET_CALL_HANDLE","features":[1]},{"name":"RPC_X_SS_CHAR_TRANS_OPEN_FAIL","features":[1]},{"name":"RPC_X_SS_CHAR_TRANS_SHORT_FILE","features":[1]},{"name":"RPC_X_SS_CONTEXT_DAMAGED","features":[1]},{"name":"RPC_X_SS_CONTEXT_MISMATCH","features":[1]},{"name":"RPC_X_SS_HANDLES_MISMATCH","features":[1]},{"name":"RPC_X_SS_IN_NULL_CONTEXT","features":[1]},{"name":"RPC_X_WRONG_ES_VERSION","features":[1]},{"name":"RPC_X_WRONG_PIPE_ORDER","features":[1]},{"name":"RPC_X_WRONG_PIPE_VERSION","features":[1]},{"name":"RPC_X_WRONG_STUB_VERSION","features":[1]},{"name":"RtlNtStatusToDosError","features":[1]},{"name":"SCARD_E_BAD_SEEK","features":[1]},{"name":"SCARD_E_CANCELLED","features":[1]},{"name":"SCARD_E_CANT_DISPOSE","features":[1]},{"name":"SCARD_E_CARD_UNSUPPORTED","features":[1]},{"name":"SCARD_E_CERTIFICATE_UNAVAILABLE","features":[1]},{"name":"SCARD_E_COMM_DATA_LOST","features":[1]},{"name":"SCARD_E_DIR_NOT_FOUND","features":[1]},{"name":"SCARD_E_DUPLICATE_READER","features":[1]},{"name":"SCARD_E_FILE_NOT_FOUND","features":[1]},{"name":"SCARD_E_ICC_CREATEORDER","features":[1]},{"name":"SCARD_E_ICC_INSTALLATION","features":[1]},{"name":"SCARD_E_INSUFFICIENT_BUFFER","features":[1]},{"name":"SCARD_E_INVALID_ATR","features":[1]},{"name":"SCARD_E_INVALID_CHV","features":[1]},{"name":"SCARD_E_INVALID_HANDLE","features":[1]},{"name":"SCARD_E_INVALID_PARAMETER","features":[1]},{"name":"SCARD_E_INVALID_TARGET","features":[1]},{"name":"SCARD_E_INVALID_VALUE","features":[1]},{"name":"SCARD_E_NOT_READY","features":[1]},{"name":"SCARD_E_NOT_TRANSACTED","features":[1]},{"name":"SCARD_E_NO_ACCESS","features":[1]},{"name":"SCARD_E_NO_DIR","features":[1]},{"name":"SCARD_E_NO_FILE","features":[1]},{"name":"SCARD_E_NO_KEY_CONTAINER","features":[1]},{"name":"SCARD_E_NO_MEMORY","features":[1]},{"name":"SCARD_E_NO_PIN_CACHE","features":[1]},{"name":"SCARD_E_NO_READERS_AVAILABLE","features":[1]},{"name":"SCARD_E_NO_SERVICE","features":[1]},{"name":"SCARD_E_NO_SMARTCARD","features":[1]},{"name":"SCARD_E_NO_SUCH_CERTIFICATE","features":[1]},{"name":"SCARD_E_PCI_TOO_SMALL","features":[1]},{"name":"SCARD_E_PIN_CACHE_EXPIRED","features":[1]},{"name":"SCARD_E_PROTO_MISMATCH","features":[1]},{"name":"SCARD_E_READER_UNAVAILABLE","features":[1]},{"name":"SCARD_E_READER_UNSUPPORTED","features":[1]},{"name":"SCARD_E_READ_ONLY_CARD","features":[1]},{"name":"SCARD_E_SERVER_TOO_BUSY","features":[1]},{"name":"SCARD_E_SERVICE_STOPPED","features":[1]},{"name":"SCARD_E_SHARING_VIOLATION","features":[1]},{"name":"SCARD_E_SYSTEM_CANCELLED","features":[1]},{"name":"SCARD_E_TIMEOUT","features":[1]},{"name":"SCARD_E_UNEXPECTED","features":[1]},{"name":"SCARD_E_UNKNOWN_CARD","features":[1]},{"name":"SCARD_E_UNKNOWN_READER","features":[1]},{"name":"SCARD_E_UNKNOWN_RES_MNG","features":[1]},{"name":"SCARD_E_UNSUPPORTED_FEATURE","features":[1]},{"name":"SCARD_E_WRITE_TOO_MANY","features":[1]},{"name":"SCARD_F_COMM_ERROR","features":[1]},{"name":"SCARD_F_INTERNAL_ERROR","features":[1]},{"name":"SCARD_F_UNKNOWN_ERROR","features":[1]},{"name":"SCARD_F_WAITED_TOO_LONG","features":[1]},{"name":"SCARD_P_SHUTDOWN","features":[1]},{"name":"SCARD_W_CACHE_ITEM_NOT_FOUND","features":[1]},{"name":"SCARD_W_CACHE_ITEM_STALE","features":[1]},{"name":"SCARD_W_CACHE_ITEM_TOO_BIG","features":[1]},{"name":"SCARD_W_CANCELLED_BY_USER","features":[1]},{"name":"SCARD_W_CARD_NOT_AUTHENTICATED","features":[1]},{"name":"SCARD_W_CHV_BLOCKED","features":[1]},{"name":"SCARD_W_EOF","features":[1]},{"name":"SCARD_W_REMOVED_CARD","features":[1]},{"name":"SCARD_W_RESET_CARD","features":[1]},{"name":"SCARD_W_SECURITY_VIOLATION","features":[1]},{"name":"SCARD_W_UNPOWERED_CARD","features":[1]},{"name":"SCARD_W_UNRESPONSIVE_CARD","features":[1]},{"name":"SCARD_W_UNSUPPORTED_CARD","features":[1]},{"name":"SCARD_W_WRONG_CHV","features":[1]},{"name":"SCHED_E_ACCOUNT_DBASE_CORRUPT","features":[1]},{"name":"SCHED_E_ACCOUNT_INFORMATION_NOT_SET","features":[1]},{"name":"SCHED_E_ACCOUNT_NAME_NOT_FOUND","features":[1]},{"name":"SCHED_E_ALREADY_RUNNING","features":[1]},{"name":"SCHED_E_CANNOT_OPEN_TASK","features":[1]},{"name":"SCHED_E_DEPRECATED_FEATURE_USED","features":[1]},{"name":"SCHED_E_INVALIDVALUE","features":[1]},{"name":"SCHED_E_INVALID_TASK","features":[1]},{"name":"SCHED_E_INVALID_TASK_HASH","features":[1]},{"name":"SCHED_E_MALFORMEDXML","features":[1]},{"name":"SCHED_E_MISSINGNODE","features":[1]},{"name":"SCHED_E_NAMESPACE","features":[1]},{"name":"SCHED_E_NO_SECURITY_SERVICES","features":[1]},{"name":"SCHED_E_PAST_END_BOUNDARY","features":[1]},{"name":"SCHED_E_SERVICE_NOT_AVAILABLE","features":[1]},{"name":"SCHED_E_SERVICE_NOT_INSTALLED","features":[1]},{"name":"SCHED_E_SERVICE_NOT_LOCALSYSTEM","features":[1]},{"name":"SCHED_E_SERVICE_NOT_RUNNING","features":[1]},{"name":"SCHED_E_SERVICE_TOO_BUSY","features":[1]},{"name":"SCHED_E_START_ON_DEMAND","features":[1]},{"name":"SCHED_E_TASK_ATTEMPTED","features":[1]},{"name":"SCHED_E_TASK_DISABLED","features":[1]},{"name":"SCHED_E_TASK_NOT_READY","features":[1]},{"name":"SCHED_E_TASK_NOT_RUNNING","features":[1]},{"name":"SCHED_E_TASK_NOT_UBPM_COMPAT","features":[1]},{"name":"SCHED_E_TASK_NOT_V1_COMPAT","features":[1]},{"name":"SCHED_E_TOO_MANY_NODES","features":[1]},{"name":"SCHED_E_TRIGGER_NOT_FOUND","features":[1]},{"name":"SCHED_E_UNEXPECTEDNODE","features":[1]},{"name":"SCHED_E_UNKNOWN_OBJECT_VERSION","features":[1]},{"name":"SCHED_E_UNSUPPORTED_ACCOUNT_OPTION","features":[1]},{"name":"SCHED_E_USER_NOT_LOGGED_ON","features":[1]},{"name":"SCHED_S_BATCH_LOGON_PROBLEM","features":[1]},{"name":"SCHED_S_EVENT_TRIGGER","features":[1]},{"name":"SCHED_S_SOME_TRIGGERS_FAILED","features":[1]},{"name":"SCHED_S_TASK_DISABLED","features":[1]},{"name":"SCHED_S_TASK_HAS_NOT_RUN","features":[1]},{"name":"SCHED_S_TASK_NOT_SCHEDULED","features":[1]},{"name":"SCHED_S_TASK_NO_MORE_RUNS","features":[1]},{"name":"SCHED_S_TASK_NO_VALID_TRIGGERS","features":[1]},{"name":"SCHED_S_TASK_QUEUED","features":[1]},{"name":"SCHED_S_TASK_READY","features":[1]},{"name":"SCHED_S_TASK_RUNNING","features":[1]},{"name":"SCHED_S_TASK_TERMINATED","features":[1]},{"name":"SDIAG_E_CANCELLED","features":[1]},{"name":"SDIAG_E_CANNOTRUN","features":[1]},{"name":"SDIAG_E_DISABLED","features":[1]},{"name":"SDIAG_E_MANAGEDHOST","features":[1]},{"name":"SDIAG_E_NOVERIFIER","features":[1]},{"name":"SDIAG_E_POWERSHELL","features":[1]},{"name":"SDIAG_E_RESOURCE","features":[1]},{"name":"SDIAG_E_ROOTCAUSE","features":[1]},{"name":"SDIAG_E_SCRIPT","features":[1]},{"name":"SDIAG_E_TRUST","features":[1]},{"name":"SDIAG_E_VERSION","features":[1]},{"name":"SDIAG_S_CANNOTRUN","features":[1]},{"name":"SEARCH_E_NOMONIKER","features":[1]},{"name":"SEARCH_E_NOREGION","features":[1]},{"name":"SEARCH_S_NOMOREHITS","features":[1]},{"name":"SEC_E_ALGORITHM_MISMATCH","features":[1]},{"name":"SEC_E_APPLICATION_PROTOCOL_MISMATCH","features":[1]},{"name":"SEC_E_BAD_BINDINGS","features":[1]},{"name":"SEC_E_BAD_PKGID","features":[1]},{"name":"SEC_E_BUFFER_TOO_SMALL","features":[1]},{"name":"SEC_E_CANNOT_INSTALL","features":[1]},{"name":"SEC_E_CANNOT_PACK","features":[1]},{"name":"SEC_E_CERT_EXPIRED","features":[1]},{"name":"SEC_E_CERT_UNKNOWN","features":[1]},{"name":"SEC_E_CERT_WRONG_USAGE","features":[1]},{"name":"SEC_E_CONTEXT_EXPIRED","features":[1]},{"name":"SEC_E_CROSSREALM_DELEGATION_FAILURE","features":[1]},{"name":"SEC_E_CRYPTO_SYSTEM_INVALID","features":[1]},{"name":"SEC_E_DECRYPT_FAILURE","features":[1]},{"name":"SEC_E_DELEGATION_POLICY","features":[1]},{"name":"SEC_E_DELEGATION_REQUIRED","features":[1]},{"name":"SEC_E_DOWNGRADE_DETECTED","features":[1]},{"name":"SEC_E_ENCRYPT_FAILURE","features":[1]},{"name":"SEC_E_EXT_BUFFER_TOO_SMALL","features":[1]},{"name":"SEC_E_ILLEGAL_MESSAGE","features":[1]},{"name":"SEC_E_INCOMPLETE_CREDENTIALS","features":[1]},{"name":"SEC_E_INCOMPLETE_MESSAGE","features":[1]},{"name":"SEC_E_INSUFFICIENT_BUFFERS","features":[1]},{"name":"SEC_E_INSUFFICIENT_MEMORY","features":[1]},{"name":"SEC_E_INTERNAL_ERROR","features":[1]},{"name":"SEC_E_INVALID_HANDLE","features":[1]},{"name":"SEC_E_INVALID_PARAMETER","features":[1]},{"name":"SEC_E_INVALID_TOKEN","features":[1]},{"name":"SEC_E_INVALID_UPN_NAME","features":[1]},{"name":"SEC_E_ISSUING_CA_UNTRUSTED","features":[1]},{"name":"SEC_E_ISSUING_CA_UNTRUSTED_KDC","features":[1]},{"name":"SEC_E_KDC_CERT_EXPIRED","features":[1]},{"name":"SEC_E_KDC_CERT_REVOKED","features":[1]},{"name":"SEC_E_KDC_INVALID_REQUEST","features":[1]},{"name":"SEC_E_KDC_UNABLE_TO_REFER","features":[1]},{"name":"SEC_E_KDC_UNKNOWN_ETYPE","features":[1]},{"name":"SEC_E_LOGON_DENIED","features":[1]},{"name":"SEC_E_MAX_REFERRALS_EXCEEDED","features":[1]},{"name":"SEC_E_MESSAGE_ALTERED","features":[1]},{"name":"SEC_E_MULTIPLE_ACCOUNTS","features":[1]},{"name":"SEC_E_MUST_BE_KDC","features":[1]},{"name":"SEC_E_MUTUAL_AUTH_FAILED","features":[1]},{"name":"SEC_E_NOT_OWNER","features":[1]},{"name":"SEC_E_NOT_SUPPORTED","features":[1]},{"name":"SEC_E_NO_AUTHENTICATING_AUTHORITY","features":[1]},{"name":"SEC_E_NO_CONTEXT","features":[1]},{"name":"SEC_E_NO_CREDENTIALS","features":[1]},{"name":"SEC_E_NO_IMPERSONATION","features":[1]},{"name":"SEC_E_NO_IP_ADDRESSES","features":[1]},{"name":"SEC_E_NO_KERB_KEY","features":[1]},{"name":"SEC_E_NO_PA_DATA","features":[1]},{"name":"SEC_E_NO_S4U_PROT_SUPPORT","features":[1]},{"name":"SEC_E_NO_SPM","features":[1]},{"name":"SEC_E_NO_TGT_REPLY","features":[1]},{"name":"SEC_E_OK","features":[1]},{"name":"SEC_E_ONLY_HTTPS_ALLOWED","features":[1]},{"name":"SEC_E_OUT_OF_SEQUENCE","features":[1]},{"name":"SEC_E_PKINIT_CLIENT_FAILURE","features":[1]},{"name":"SEC_E_PKINIT_NAME_MISMATCH","features":[1]},{"name":"SEC_E_PKU2U_CERT_FAILURE","features":[1]},{"name":"SEC_E_POLICY_NLTM_ONLY","features":[1]},{"name":"SEC_E_QOP_NOT_SUPPORTED","features":[1]},{"name":"SEC_E_REVOCATION_OFFLINE_C","features":[1]},{"name":"SEC_E_REVOCATION_OFFLINE_KDC","features":[1]},{"name":"SEC_E_SECPKG_NOT_FOUND","features":[1]},{"name":"SEC_E_SECURITY_QOS_FAILED","features":[1]},{"name":"SEC_E_SHUTDOWN_IN_PROGRESS","features":[1]},{"name":"SEC_E_SMARTCARD_CERT_EXPIRED","features":[1]},{"name":"SEC_E_SMARTCARD_CERT_REVOKED","features":[1]},{"name":"SEC_E_SMARTCARD_LOGON_REQUIRED","features":[1]},{"name":"SEC_E_STRONG_CRYPTO_NOT_SUPPORTED","features":[1]},{"name":"SEC_E_TARGET_UNKNOWN","features":[1]},{"name":"SEC_E_TIME_SKEW","features":[1]},{"name":"SEC_E_TOO_MANY_PRINCIPALS","features":[1]},{"name":"SEC_E_UNFINISHED_CONTEXT_DELETED","features":[1]},{"name":"SEC_E_UNKNOWN_CREDENTIALS","features":[1]},{"name":"SEC_E_UNSUPPORTED_FUNCTION","features":[1]},{"name":"SEC_E_UNSUPPORTED_PREAUTH","features":[1]},{"name":"SEC_E_UNTRUSTED_ROOT","features":[1]},{"name":"SEC_E_WRONG_CREDENTIAL_HANDLE","features":[1]},{"name":"SEC_E_WRONG_PRINCIPAL","features":[1]},{"name":"SEC_I_ASYNC_CALL_PENDING","features":[1]},{"name":"SEC_I_COMPLETE_AND_CONTINUE","features":[1]},{"name":"SEC_I_COMPLETE_NEEDED","features":[1]},{"name":"SEC_I_CONTEXT_EXPIRED","features":[1]},{"name":"SEC_I_CONTINUE_NEEDED","features":[1]},{"name":"SEC_I_CONTINUE_NEEDED_MESSAGE_OK","features":[1]},{"name":"SEC_I_GENERIC_EXTENSION_RECEIVED","features":[1]},{"name":"SEC_I_INCOMPLETE_CREDENTIALS","features":[1]},{"name":"SEC_I_LOCAL_LOGON","features":[1]},{"name":"SEC_I_MESSAGE_FRAGMENT","features":[1]},{"name":"SEC_I_NO_LSA_CONTEXT","features":[1]},{"name":"SEC_I_NO_RENEGOTIATION","features":[1]},{"name":"SEC_I_RENEGOTIATE","features":[1]},{"name":"SEC_I_SIGNATURE_NEEDED","features":[1]},{"name":"SEVERITY_ERROR","features":[1]},{"name":"SEVERITY_SUCCESS","features":[1]},{"name":"SHANDLE_PTR","features":[1]},{"name":"SIZE","features":[1]},{"name":"SPAPI_E_AUTHENTICODE_DISALLOWED","features":[1]},{"name":"SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED","features":[1]},{"name":"SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER","features":[1]},{"name":"SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED","features":[1]},{"name":"SPAPI_E_BAD_INTERFACE_INSTALLSECT","features":[1]},{"name":"SPAPI_E_BAD_SECTION_NAME_LINE","features":[1]},{"name":"SPAPI_E_BAD_SERVICE_INSTALLSECT","features":[1]},{"name":"SPAPI_E_CANT_LOAD_CLASS_ICON","features":[1]},{"name":"SPAPI_E_CANT_REMOVE_DEVINST","features":[1]},{"name":"SPAPI_E_CLASS_MISMATCH","features":[1]},{"name":"SPAPI_E_DEVICE_INSTALLER_NOT_READY","features":[1]},{"name":"SPAPI_E_DEVICE_INSTALL_BLOCKED","features":[1]},{"name":"SPAPI_E_DEVICE_INTERFACE_ACTIVE","features":[1]},{"name":"SPAPI_E_DEVICE_INTERFACE_REMOVED","features":[1]},{"name":"SPAPI_E_DEVINFO_DATA_LOCKED","features":[1]},{"name":"SPAPI_E_DEVINFO_LIST_LOCKED","features":[1]},{"name":"SPAPI_E_DEVINFO_NOT_REGISTERED","features":[1]},{"name":"SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE","features":[1]},{"name":"SPAPI_E_DEVINST_ALREADY_EXISTS","features":[1]},{"name":"SPAPI_E_DI_BAD_PATH","features":[1]},{"name":"SPAPI_E_DI_DONT_INSTALL","features":[1]},{"name":"SPAPI_E_DI_DO_DEFAULT","features":[1]},{"name":"SPAPI_E_DI_FUNCTION_OBSOLETE","features":[1]},{"name":"SPAPI_E_DI_NOFILECOPY","features":[1]},{"name":"SPAPI_E_DI_POSTPROCESSING_REQUIRED","features":[1]},{"name":"SPAPI_E_DRIVER_INSTALL_BLOCKED","features":[1]},{"name":"SPAPI_E_DRIVER_NONNATIVE","features":[1]},{"name":"SPAPI_E_DRIVER_STORE_ADD_FAILED","features":[1]},{"name":"SPAPI_E_DRIVER_STORE_DELETE_FAILED","features":[1]},{"name":"SPAPI_E_DUPLICATE_FOUND","features":[1]},{"name":"SPAPI_E_ERROR_NOT_INSTALLED","features":[1]},{"name":"SPAPI_E_EXPECTED_SECTION_NAME","features":[1]},{"name":"SPAPI_E_FILEQUEUE_LOCKED","features":[1]},{"name":"SPAPI_E_FILE_HASH_NOT_IN_CATALOG","features":[1]},{"name":"SPAPI_E_GENERAL_SYNTAX","features":[1]},{"name":"SPAPI_E_INCORRECTLY_COPIED_INF","features":[1]},{"name":"SPAPI_E_INF_IN_USE_BY_DEVICES","features":[1]},{"name":"SPAPI_E_INVALID_CLASS","features":[1]},{"name":"SPAPI_E_INVALID_CLASS_INSTALLER","features":[1]},{"name":"SPAPI_E_INVALID_COINSTALLER","features":[1]},{"name":"SPAPI_E_INVALID_DEVINST_NAME","features":[1]},{"name":"SPAPI_E_INVALID_FILTER_DRIVER","features":[1]},{"name":"SPAPI_E_INVALID_HWPROFILE","features":[1]},{"name":"SPAPI_E_INVALID_INF_LOGCONFIG","features":[1]},{"name":"SPAPI_E_INVALID_MACHINENAME","features":[1]},{"name":"SPAPI_E_INVALID_PROPPAGE_PROVIDER","features":[1]},{"name":"SPAPI_E_INVALID_REFERENCE_STRING","features":[1]},{"name":"SPAPI_E_INVALID_REG_PROPERTY","features":[1]},{"name":"SPAPI_E_INVALID_TARGET","features":[1]},{"name":"SPAPI_E_IN_WOW64","features":[1]},{"name":"SPAPI_E_KEY_DOES_NOT_EXIST","features":[1]},{"name":"SPAPI_E_LINE_NOT_FOUND","features":[1]},{"name":"SPAPI_E_MACHINE_UNAVAILABLE","features":[1]},{"name":"SPAPI_E_NON_WINDOWS_DRIVER","features":[1]},{"name":"SPAPI_E_NON_WINDOWS_NT_DRIVER","features":[1]},{"name":"SPAPI_E_NOT_AN_INSTALLED_OEM_INF","features":[1]},{"name":"SPAPI_E_NOT_DISABLEABLE","features":[1]},{"name":"SPAPI_E_NO_ASSOCIATED_CLASS","features":[1]},{"name":"SPAPI_E_NO_ASSOCIATED_SERVICE","features":[1]},{"name":"SPAPI_E_NO_AUTHENTICODE_CATALOG","features":[1]},{"name":"SPAPI_E_NO_BACKUP","features":[1]},{"name":"SPAPI_E_NO_CATALOG_FOR_OEM_INF","features":[1]},{"name":"SPAPI_E_NO_CLASSINSTALL_PARAMS","features":[1]},{"name":"SPAPI_E_NO_CLASS_DRIVER_LIST","features":[1]},{"name":"SPAPI_E_NO_COMPAT_DRIVERS","features":[1]},{"name":"SPAPI_E_NO_CONFIGMGR_SERVICES","features":[1]},{"name":"SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE","features":[1]},{"name":"SPAPI_E_NO_DEVICE_ICON","features":[1]},{"name":"SPAPI_E_NO_DEVICE_SELECTED","features":[1]},{"name":"SPAPI_E_NO_DRIVER_SELECTED","features":[1]},{"name":"SPAPI_E_NO_INF","features":[1]},{"name":"SPAPI_E_NO_SUCH_DEVICE_INTERFACE","features":[1]},{"name":"SPAPI_E_NO_SUCH_DEVINST","features":[1]},{"name":"SPAPI_E_NO_SUCH_INTERFACE_CLASS","features":[1]},{"name":"SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE","features":[1]},{"name":"SPAPI_E_PNP_REGISTRY_ERROR","features":[1]},{"name":"SPAPI_E_REMOTE_COMM_FAILURE","features":[1]},{"name":"SPAPI_E_REMOTE_REQUEST_UNSUPPORTED","features":[1]},{"name":"SPAPI_E_SCE_DISABLED","features":[1]},{"name":"SPAPI_E_SECTION_NAME_TOO_LONG","features":[1]},{"name":"SPAPI_E_SECTION_NOT_FOUND","features":[1]},{"name":"SPAPI_E_SET_SYSTEM_RESTORE_POINT","features":[1]},{"name":"SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH","features":[1]},{"name":"SPAPI_E_UNKNOWN_EXCEPTION","features":[1]},{"name":"SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW","features":[1]},{"name":"SPAPI_E_WRONG_INF_STYLE","features":[1]},{"name":"SPAPI_E_WRONG_INF_TYPE","features":[1]},{"name":"SQLITE_E_ABORT","features":[1]},{"name":"SQLITE_E_ABORT_ROLLBACK","features":[1]},{"name":"SQLITE_E_AUTH","features":[1]},{"name":"SQLITE_E_BUSY","features":[1]},{"name":"SQLITE_E_BUSY_RECOVERY","features":[1]},{"name":"SQLITE_E_BUSY_SNAPSHOT","features":[1]},{"name":"SQLITE_E_CANTOPEN","features":[1]},{"name":"SQLITE_E_CANTOPEN_CONVPATH","features":[1]},{"name":"SQLITE_E_CANTOPEN_FULLPATH","features":[1]},{"name":"SQLITE_E_CANTOPEN_ISDIR","features":[1]},{"name":"SQLITE_E_CANTOPEN_NOTEMPDIR","features":[1]},{"name":"SQLITE_E_CONSTRAINT","features":[1]},{"name":"SQLITE_E_CONSTRAINT_CHECK","features":[1]},{"name":"SQLITE_E_CONSTRAINT_COMMITHOOK","features":[1]},{"name":"SQLITE_E_CONSTRAINT_FOREIGNKEY","features":[1]},{"name":"SQLITE_E_CONSTRAINT_FUNCTION","features":[1]},{"name":"SQLITE_E_CONSTRAINT_NOTNULL","features":[1]},{"name":"SQLITE_E_CONSTRAINT_PRIMARYKEY","features":[1]},{"name":"SQLITE_E_CONSTRAINT_ROWID","features":[1]},{"name":"SQLITE_E_CONSTRAINT_TRIGGER","features":[1]},{"name":"SQLITE_E_CONSTRAINT_UNIQUE","features":[1]},{"name":"SQLITE_E_CONSTRAINT_VTAB","features":[1]},{"name":"SQLITE_E_CORRUPT","features":[1]},{"name":"SQLITE_E_CORRUPT_VTAB","features":[1]},{"name":"SQLITE_E_DONE","features":[1]},{"name":"SQLITE_E_EMPTY","features":[1]},{"name":"SQLITE_E_ERROR","features":[1]},{"name":"SQLITE_E_FORMAT","features":[1]},{"name":"SQLITE_E_FULL","features":[1]},{"name":"SQLITE_E_INTERNAL","features":[1]},{"name":"SQLITE_E_INTERRUPT","features":[1]},{"name":"SQLITE_E_IOERR","features":[1]},{"name":"SQLITE_E_IOERR_ACCESS","features":[1]},{"name":"SQLITE_E_IOERR_AUTH","features":[1]},{"name":"SQLITE_E_IOERR_BLOCKED","features":[1]},{"name":"SQLITE_E_IOERR_CHECKRESERVEDLOCK","features":[1]},{"name":"SQLITE_E_IOERR_CLOSE","features":[1]},{"name":"SQLITE_E_IOERR_CONVPATH","features":[1]},{"name":"SQLITE_E_IOERR_DELETE","features":[1]},{"name":"SQLITE_E_IOERR_DELETE_NOENT","features":[1]},{"name":"SQLITE_E_IOERR_DIR_CLOSE","features":[1]},{"name":"SQLITE_E_IOERR_DIR_FSYNC","features":[1]},{"name":"SQLITE_E_IOERR_FSTAT","features":[1]},{"name":"SQLITE_E_IOERR_FSYNC","features":[1]},{"name":"SQLITE_E_IOERR_GETTEMPPATH","features":[1]},{"name":"SQLITE_E_IOERR_LOCK","features":[1]},{"name":"SQLITE_E_IOERR_MMAP","features":[1]},{"name":"SQLITE_E_IOERR_NOMEM","features":[1]},{"name":"SQLITE_E_IOERR_RDLOCK","features":[1]},{"name":"SQLITE_E_IOERR_READ","features":[1]},{"name":"SQLITE_E_IOERR_SEEK","features":[1]},{"name":"SQLITE_E_IOERR_SHMLOCK","features":[1]},{"name":"SQLITE_E_IOERR_SHMMAP","features":[1]},{"name":"SQLITE_E_IOERR_SHMOPEN","features":[1]},{"name":"SQLITE_E_IOERR_SHMSIZE","features":[1]},{"name":"SQLITE_E_IOERR_SHORT_READ","features":[1]},{"name":"SQLITE_E_IOERR_TRUNCATE","features":[1]},{"name":"SQLITE_E_IOERR_UNLOCK","features":[1]},{"name":"SQLITE_E_IOERR_VNODE","features":[1]},{"name":"SQLITE_E_IOERR_WRITE","features":[1]},{"name":"SQLITE_E_LOCKED","features":[1]},{"name":"SQLITE_E_LOCKED_SHAREDCACHE","features":[1]},{"name":"SQLITE_E_MISMATCH","features":[1]},{"name":"SQLITE_E_MISUSE","features":[1]},{"name":"SQLITE_E_NOLFS","features":[1]},{"name":"SQLITE_E_NOMEM","features":[1]},{"name":"SQLITE_E_NOTADB","features":[1]},{"name":"SQLITE_E_NOTFOUND","features":[1]},{"name":"SQLITE_E_NOTICE","features":[1]},{"name":"SQLITE_E_NOTICE_RECOVER_ROLLBACK","features":[1]},{"name":"SQLITE_E_NOTICE_RECOVER_WAL","features":[1]},{"name":"SQLITE_E_PERM","features":[1]},{"name":"SQLITE_E_PROTOCOL","features":[1]},{"name":"SQLITE_E_RANGE","features":[1]},{"name":"SQLITE_E_READONLY","features":[1]},{"name":"SQLITE_E_READONLY_CANTLOCK","features":[1]},{"name":"SQLITE_E_READONLY_DBMOVED","features":[1]},{"name":"SQLITE_E_READONLY_RECOVERY","features":[1]},{"name":"SQLITE_E_READONLY_ROLLBACK","features":[1]},{"name":"SQLITE_E_ROW","features":[1]},{"name":"SQLITE_E_SCHEMA","features":[1]},{"name":"SQLITE_E_TOOBIG","features":[1]},{"name":"SQLITE_E_WARNING","features":[1]},{"name":"SQLITE_E_WARNING_AUTOINDEX","features":[1]},{"name":"STATEREPOSITORY_ERROR_CACHE_CORRUPTED","features":[1]},{"name":"STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED","features":[1]},{"name":"STATEREPOSITORY_E_BLOCKED","features":[1]},{"name":"STATEREPOSITORY_E_BUSY_RECOVERY_RETRY","features":[1]},{"name":"STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED","features":[1]},{"name":"STATEREPOSITORY_E_BUSY_RETRY","features":[1]},{"name":"STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED","features":[1]},{"name":"STATEREPOSITORY_E_CACHE_NOT_INIITALIZED","features":[1]},{"name":"STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE","features":[1]},{"name":"STATEREPOSITORY_E_CONFIGURATION_INVALID","features":[1]},{"name":"STATEREPOSITORY_E_DEPENDENCY_NOT_RESOLVED","features":[1]},{"name":"STATEREPOSITORY_E_LOCKED_RETRY","features":[1]},{"name":"STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY","features":[1]},{"name":"STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED","features":[1]},{"name":"STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED","features":[1]},{"name":"STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS","features":[1]},{"name":"STATEREPOSITORY_E_STATEMENT_INPROGRESS","features":[1]},{"name":"STATEREPOSITORY_E_TRANSACTION_REQUIRED","features":[1]},{"name":"STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION","features":[1]},{"name":"STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED","features":[1]},{"name":"STATEREPOSITORY_TRANSACTION_IN_PROGRESS","features":[1]},{"name":"STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED","features":[1]},{"name":"STATUS_ABANDONED","features":[1]},{"name":"STATUS_ABANDONED_WAIT_0","features":[1]},{"name":"STATUS_ABANDONED_WAIT_63","features":[1]},{"name":"STATUS_ABANDON_HIBERFILE","features":[1]},{"name":"STATUS_ABIOS_INVALID_COMMAND","features":[1]},{"name":"STATUS_ABIOS_INVALID_LID","features":[1]},{"name":"STATUS_ABIOS_INVALID_SELECTOR","features":[1]},{"name":"STATUS_ABIOS_LID_ALREADY_OWNED","features":[1]},{"name":"STATUS_ABIOS_LID_NOT_EXIST","features":[1]},{"name":"STATUS_ABIOS_NOT_LID_OWNER","features":[1]},{"name":"STATUS_ABIOS_NOT_PRESENT","features":[1]},{"name":"STATUS_ABIOS_SELECTOR_NOT_AVAILABLE","features":[1]},{"name":"STATUS_ACCESS_AUDIT_BY_POLICY","features":[1]},{"name":"STATUS_ACCESS_DENIED","features":[1]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT","features":[1]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_OTHER","features":[1]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_PATH","features":[1]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER","features":[1]},{"name":"STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY","features":[1]},{"name":"STATUS_ACCESS_VIOLATION","features":[1]},{"name":"STATUS_ACPI_ACQUIRE_GLOBAL_LOCK","features":[1]},{"name":"STATUS_ACPI_ADDRESS_NOT_MAPPED","features":[1]},{"name":"STATUS_ACPI_ALREADY_INITIALIZED","features":[1]},{"name":"STATUS_ACPI_ASSERT_FAILED","features":[1]},{"name":"STATUS_ACPI_FATAL","features":[1]},{"name":"STATUS_ACPI_HANDLER_COLLISION","features":[1]},{"name":"STATUS_ACPI_INCORRECT_ARGUMENT_COUNT","features":[1]},{"name":"STATUS_ACPI_INVALID_ACCESS_SIZE","features":[1]},{"name":"STATUS_ACPI_INVALID_ARGTYPE","features":[1]},{"name":"STATUS_ACPI_INVALID_ARGUMENT","features":[1]},{"name":"STATUS_ACPI_INVALID_DATA","features":[1]},{"name":"STATUS_ACPI_INVALID_EVENTTYPE","features":[1]},{"name":"STATUS_ACPI_INVALID_INDEX","features":[1]},{"name":"STATUS_ACPI_INVALID_MUTEX_LEVEL","features":[1]},{"name":"STATUS_ACPI_INVALID_OBJTYPE","features":[1]},{"name":"STATUS_ACPI_INVALID_OPCODE","features":[1]},{"name":"STATUS_ACPI_INVALID_REGION","features":[1]},{"name":"STATUS_ACPI_INVALID_SUPERNAME","features":[1]},{"name":"STATUS_ACPI_INVALID_TABLE","features":[1]},{"name":"STATUS_ACPI_INVALID_TARGETTYPE","features":[1]},{"name":"STATUS_ACPI_MUTEX_NOT_OWNED","features":[1]},{"name":"STATUS_ACPI_MUTEX_NOT_OWNER","features":[1]},{"name":"STATUS_ACPI_NOT_INITIALIZED","features":[1]},{"name":"STATUS_ACPI_POWER_REQUEST_FAILED","features":[1]},{"name":"STATUS_ACPI_REG_HANDLER_FAILED","features":[1]},{"name":"STATUS_ACPI_RS_ACCESS","features":[1]},{"name":"STATUS_ACPI_STACK_OVERFLOW","features":[1]},{"name":"STATUS_ADAPTER_HARDWARE_ERROR","features":[1]},{"name":"STATUS_ADDRESS_ALREADY_ASSOCIATED","features":[1]},{"name":"STATUS_ADDRESS_ALREADY_EXISTS","features":[1]},{"name":"STATUS_ADDRESS_CLOSED","features":[1]},{"name":"STATUS_ADDRESS_NOT_ASSOCIATED","features":[1]},{"name":"STATUS_ADMINLESS_ACCESS_DENIED","features":[1]},{"name":"STATUS_ADVANCED_INSTALLER_FAILED","features":[1]},{"name":"STATUS_AGENTS_EXHAUSTED","features":[1]},{"name":"STATUS_ALERTED","features":[1]},{"name":"STATUS_ALIAS_EXISTS","features":[1]},{"name":"STATUS_ALLOCATE_BUCKET","features":[1]},{"name":"STATUS_ALLOTTED_SPACE_EXCEEDED","features":[1]},{"name":"STATUS_ALL_SIDS_FILTERED","features":[1]},{"name":"STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED","features":[1]},{"name":"STATUS_ALPC_CHECK_COMPLETION_LIST","features":[1]},{"name":"STATUS_ALREADY_COMMITTED","features":[1]},{"name":"STATUS_ALREADY_COMPLETE","features":[1]},{"name":"STATUS_ALREADY_DISCONNECTED","features":[1]},{"name":"STATUS_ALREADY_HAS_STREAM_ID","features":[1]},{"name":"STATUS_ALREADY_INITIALIZED","features":[1]},{"name":"STATUS_ALREADY_REGISTERED","features":[1]},{"name":"STATUS_ALREADY_WIN32","features":[1]},{"name":"STATUS_AMBIGUOUS_SYSTEM_DEVICE","features":[1]},{"name":"STATUS_APC_RETURNED_WHILE_IMPERSONATING","features":[1]},{"name":"STATUS_APISET_NOT_HOSTED","features":[1]},{"name":"STATUS_APISET_NOT_PRESENT","features":[1]},{"name":"STATUS_APPEXEC_APP_COMPAT_BLOCK","features":[1]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT","features":[1]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING","features":[1]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES","features":[1]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION","features":[1]},{"name":"STATUS_APPEXEC_CONDITION_NOT_SATISFIED","features":[1]},{"name":"STATUS_APPEXEC_HANDLE_INVALIDATED","features":[1]},{"name":"STATUS_APPEXEC_HOST_ID_MISMATCH","features":[1]},{"name":"STATUS_APPEXEC_INVALID_HOST_GENERATION","features":[1]},{"name":"STATUS_APPEXEC_INVALID_HOST_STATE","features":[1]},{"name":"STATUS_APPEXEC_NO_DONOR","features":[1]},{"name":"STATUS_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION","features":[1]},{"name":"STATUS_APPEXEC_UNKNOWN_USER","features":[1]},{"name":"STATUS_APPHELP_BLOCK","features":[1]},{"name":"STATUS_APPX_FILE_NOT_ENCRYPTED","features":[1]},{"name":"STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN","features":[1]},{"name":"STATUS_APP_DATA_CORRUPT","features":[1]},{"name":"STATUS_APP_DATA_EXPIRED","features":[1]},{"name":"STATUS_APP_DATA_LIMIT_EXCEEDED","features":[1]},{"name":"STATUS_APP_DATA_NOT_FOUND","features":[1]},{"name":"STATUS_APP_DATA_REBOOT_REQUIRED","features":[1]},{"name":"STATUS_APP_INIT_FAILURE","features":[1]},{"name":"STATUS_ARBITRATION_UNHANDLED","features":[1]},{"name":"STATUS_ARRAY_BOUNDS_EXCEEDED","features":[1]},{"name":"STATUS_ASSERTION_FAILURE","features":[1]},{"name":"STATUS_ATTACHED_EXECUTABLE_MEMORY_WRITE","features":[1]},{"name":"STATUS_ATTRIBUTE_NOT_PRESENT","features":[1]},{"name":"STATUS_AUDIO_ENGINE_NODE_NOT_FOUND","features":[1]},{"name":"STATUS_AUDITING_DISABLED","features":[1]},{"name":"STATUS_AUDIT_FAILED","features":[1]},{"name":"STATUS_AUTHIP_FAILURE","features":[1]},{"name":"STATUS_AUTH_TAG_MISMATCH","features":[1]},{"name":"STATUS_BACKUP_CONTROLLER","features":[1]},{"name":"STATUS_BAD_BINDINGS","features":[1]},{"name":"STATUS_BAD_CLUSTERS","features":[1]},{"name":"STATUS_BAD_COMPRESSION_BUFFER","features":[1]},{"name":"STATUS_BAD_CURRENT_DIRECTORY","features":[1]},{"name":"STATUS_BAD_DATA","features":[1]},{"name":"STATUS_BAD_DESCRIPTOR_FORMAT","features":[1]},{"name":"STATUS_BAD_DEVICE_TYPE","features":[1]},{"name":"STATUS_BAD_DLL_ENTRYPOINT","features":[1]},{"name":"STATUS_BAD_FILE_TYPE","features":[1]},{"name":"STATUS_BAD_FUNCTION_TABLE","features":[1]},{"name":"STATUS_BAD_IMPERSONATION_LEVEL","features":[1]},{"name":"STATUS_BAD_INHERITANCE_ACL","features":[1]},{"name":"STATUS_BAD_INITIAL_PC","features":[1]},{"name":"STATUS_BAD_INITIAL_STACK","features":[1]},{"name":"STATUS_BAD_KEY","features":[1]},{"name":"STATUS_BAD_LOGON_SESSION_STATE","features":[1]},{"name":"STATUS_BAD_MASTER_BOOT_RECORD","features":[1]},{"name":"STATUS_BAD_MCFG_TABLE","features":[1]},{"name":"STATUS_BAD_NETWORK_NAME","features":[1]},{"name":"STATUS_BAD_NETWORK_PATH","features":[1]},{"name":"STATUS_BAD_REMOTE_ADAPTER","features":[1]},{"name":"STATUS_BAD_SERVICE_ENTRYPOINT","features":[1]},{"name":"STATUS_BAD_STACK","features":[1]},{"name":"STATUS_BAD_TOKEN_TYPE","features":[1]},{"name":"STATUS_BAD_VALIDATION_CLASS","features":[1]},{"name":"STATUS_BAD_WORKING_SET_LIMIT","features":[1]},{"name":"STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED","features":[1]},{"name":"STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED","features":[1]},{"name":"STATUS_BCD_TOO_MANY_ELEMENTS","features":[1]},{"name":"STATUS_BEGINNING_OF_MEDIA","features":[1]},{"name":"STATUS_BEYOND_VDL","features":[1]},{"name":"STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT","features":[1]},{"name":"STATUS_BIZRULES_NOT_ENABLED","features":[1]},{"name":"STATUS_BLOCKED_BY_PARENTAL_CONTROLS","features":[1]},{"name":"STATUS_BLOCK_SHARED","features":[1]},{"name":"STATUS_BLOCK_SOURCE_WEAK_REFERENCE_INVALID","features":[1]},{"name":"STATUS_BLOCK_TARGET_WEAK_REFERENCE_INVALID","features":[1]},{"name":"STATUS_BLOCK_TOO_MANY_REFERENCES","features":[1]},{"name":"STATUS_BLOCK_WEAK_REFERENCE_INVALID","features":[1]},{"name":"STATUS_BREAKPOINT","features":[1]},{"name":"STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND","features":[1]},{"name":"STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG","features":[1]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION","features":[1]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION","features":[1]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION","features":[1]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[1]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_RESOURCES","features":[1]},{"name":"STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[1]},{"name":"STATUS_BTH_ATT_INVALID_HANDLE","features":[1]},{"name":"STATUS_BTH_ATT_INVALID_OFFSET","features":[1]},{"name":"STATUS_BTH_ATT_INVALID_PDU","features":[1]},{"name":"STATUS_BTH_ATT_PREPARE_QUEUE_FULL","features":[1]},{"name":"STATUS_BTH_ATT_READ_NOT_PERMITTED","features":[1]},{"name":"STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED","features":[1]},{"name":"STATUS_BTH_ATT_UNKNOWN_ERROR","features":[1]},{"name":"STATUS_BTH_ATT_UNLIKELY","features":[1]},{"name":"STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE","features":[1]},{"name":"STATUS_BTH_ATT_WRITE_NOT_PERMITTED","features":[1]},{"name":"STATUS_BUFFER_ALL_ZEROS","features":[1]},{"name":"STATUS_BUFFER_OVERFLOW","features":[1]},{"name":"STATUS_BUFFER_TOO_SMALL","features":[1]},{"name":"STATUS_BUS_RESET","features":[1]},{"name":"STATUS_BYPASSIO_FLT_NOT_SUPPORTED","features":[1]},{"name":"STATUS_CACHE_PAGE_LOCKED","features":[1]},{"name":"STATUS_CALLBACK_BYPASS","features":[1]},{"name":"STATUS_CALLBACK_INVOKE_INLINE","features":[1]},{"name":"STATUS_CALLBACK_POP_STACK","features":[1]},{"name":"STATUS_CALLBACK_RETURNED_LANG","features":[1]},{"name":"STATUS_CALLBACK_RETURNED_LDR_LOCK","features":[1]},{"name":"STATUS_CALLBACK_RETURNED_PRI_BACK","features":[1]},{"name":"STATUS_CALLBACK_RETURNED_THREAD_AFFINITY","features":[1]},{"name":"STATUS_CALLBACK_RETURNED_THREAD_PRIORITY","features":[1]},{"name":"STATUS_CALLBACK_RETURNED_TRANSACTION","features":[1]},{"name":"STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING","features":[1]},{"name":"STATUS_CANCELLED","features":[1]},{"name":"STATUS_CANNOT_ABORT_TRANSACTIONS","features":[1]},{"name":"STATUS_CANNOT_ACCEPT_TRANSACTED_WORK","features":[1]},{"name":"STATUS_CANNOT_BREAK_OPLOCK","features":[1]},{"name":"STATUS_CANNOT_DELETE","features":[1]},{"name":"STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION","features":[1]},{"name":"STATUS_CANNOT_GRANT_REQUESTED_OPLOCK","features":[1]},{"name":"STATUS_CANNOT_IMPERSONATE","features":[1]},{"name":"STATUS_CANNOT_LOAD_REGISTRY_FILE","features":[1]},{"name":"STATUS_CANNOT_MAKE","features":[1]},{"name":"STATUS_CANNOT_SWITCH_RUNLEVEL","features":[1]},{"name":"STATUS_CANT_ACCESS_DOMAIN_INFO","features":[1]},{"name":"STATUS_CANT_ATTACH_TO_DEV_VOLUME","features":[1]},{"name":"STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY","features":[1]},{"name":"STATUS_CANT_CLEAR_ENCRYPTION_FLAG","features":[1]},{"name":"STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS","features":[1]},{"name":"STATUS_CANT_CROSS_RM_BOUNDARY","features":[1]},{"name":"STATUS_CANT_DISABLE_MANDATORY","features":[1]},{"name":"STATUS_CANT_ENABLE_DENY_ONLY","features":[1]},{"name":"STATUS_CANT_OPEN_ANONYMOUS","features":[1]},{"name":"STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT","features":[1]},{"name":"STATUS_CANT_RECOVER_WITH_HANDLE_OPEN","features":[1]},{"name":"STATUS_CANT_TERMINATE_SELF","features":[1]},{"name":"STATUS_CANT_WAIT","features":[1]},{"name":"STATUS_CARDBUS_NOT_SUPPORTED","features":[1]},{"name":"STATUS_CASE_DIFFERING_NAMES_IN_DIR","features":[1]},{"name":"STATUS_CASE_SENSITIVE_PATH","features":[1]},{"name":"STATUS_CC_NEEDS_CALLBACK_SECTION_DRAIN","features":[1]},{"name":"STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE","features":[1]},{"name":"STATUS_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT","features":[1]},{"name":"STATUS_CHECKING_FILE_SYSTEM","features":[1]},{"name":"STATUS_CHECKOUT_REQUIRED","features":[1]},{"name":"STATUS_CHILD_MUST_BE_VOLATILE","features":[1]},{"name":"STATUS_CHILD_PROCESS_BLOCKED","features":[1]},{"name":"STATUS_CIMFS_IMAGE_CORRUPT","features":[1]},{"name":"STATUS_CIMFS_IMAGE_VERSION_NOT_SUPPORTED","features":[1]},{"name":"STATUS_CLEANER_CARTRIDGE_INSTALLED","features":[1]},{"name":"STATUS_CLIENT_SERVER_PARAMETERS_INVALID","features":[1]},{"name":"STATUS_CLIP_DEVICE_LICENSE_MISSING","features":[1]},{"name":"STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID","features":[1]},{"name":"STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH","features":[1]},{"name":"STATUS_CLIP_LICENSE_EXPIRED","features":[1]},{"name":"STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE","features":[1]},{"name":"STATUS_CLIP_LICENSE_INVALID_SIGNATURE","features":[1]},{"name":"STATUS_CLIP_LICENSE_NOT_FOUND","features":[1]},{"name":"STATUS_CLIP_LICENSE_NOT_SIGNED","features":[1]},{"name":"STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE","features":[1]},{"name":"STATUS_CLOUD_FILE_ACCESS_DENIED","features":[1]},{"name":"STATUS_CLOUD_FILE_ALREADY_CONNECTED","features":[1]},{"name":"STATUS_CLOUD_FILE_AUTHENTICATION_FAILED","features":[1]},{"name":"STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY","features":[1]},{"name":"STATUS_CLOUD_FILE_DEHYDRATION_DISALLOWED","features":[1]},{"name":"STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS","features":[1]},{"name":"STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES","features":[1]},{"name":"STATUS_CLOUD_FILE_INVALID_REQUEST","features":[1]},{"name":"STATUS_CLOUD_FILE_IN_USE","features":[1]},{"name":"STATUS_CLOUD_FILE_METADATA_CORRUPT","features":[1]},{"name":"STATUS_CLOUD_FILE_METADATA_TOO_LARGE","features":[1]},{"name":"STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE","features":[1]},{"name":"STATUS_CLOUD_FILE_NOT_IN_SYNC","features":[1]},{"name":"STATUS_CLOUD_FILE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT","features":[1]},{"name":"STATUS_CLOUD_FILE_PINNED","features":[1]},{"name":"STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH","features":[1]},{"name":"STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE","features":[1]},{"name":"STATUS_CLOUD_FILE_PROPERTY_CORRUPT","features":[1]},{"name":"STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT","features":[1]},{"name":"STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED","features":[1]},{"name":"STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING","features":[1]},{"name":"STATUS_CLOUD_FILE_PROVIDER_TERMINATED","features":[1]},{"name":"STATUS_CLOUD_FILE_READ_ONLY_VOLUME","features":[1]},{"name":"STATUS_CLOUD_FILE_REQUEST_ABORTED","features":[1]},{"name":"STATUS_CLOUD_FILE_REQUEST_CANCELED","features":[1]},{"name":"STATUS_CLOUD_FILE_REQUEST_TIMEOUT","features":[1]},{"name":"STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT","features":[1]},{"name":"STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS","features":[1]},{"name":"STATUS_CLOUD_FILE_UNSUCCESSFUL","features":[1]},{"name":"STATUS_CLOUD_FILE_US_MESSAGE_TIMEOUT","features":[1]},{"name":"STATUS_CLOUD_FILE_VALIDATION_FAILED","features":[1]},{"name":"STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED","features":[1]},{"name":"STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR","features":[1]},{"name":"STATUS_CLUSTER_CSV_INVALID_HANDLE","features":[1]},{"name":"STATUS_CLUSTER_CSV_NOT_REDIRECTED","features":[1]},{"name":"STATUS_CLUSTER_CSV_NO_SNAPSHOTS","features":[1]},{"name":"STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS","features":[1]},{"name":"STATUS_CLUSTER_CSV_REDIRECTED","features":[1]},{"name":"STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS","features":[1]},{"name":"STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR","features":[1]},{"name":"STATUS_CLUSTER_CSV_VOLUME_DRAINING","features":[1]},{"name":"STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL","features":[1]},{"name":"STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL","features":[1]},{"name":"STATUS_CLUSTER_INVALID_NETWORK","features":[1]},{"name":"STATUS_CLUSTER_INVALID_NETWORK_PROVIDER","features":[1]},{"name":"STATUS_CLUSTER_INVALID_NODE","features":[1]},{"name":"STATUS_CLUSTER_INVALID_REQUEST","features":[1]},{"name":"STATUS_CLUSTER_JOIN_IN_PROGRESS","features":[1]},{"name":"STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS","features":[1]},{"name":"STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND","features":[1]},{"name":"STATUS_CLUSTER_NETINTERFACE_EXISTS","features":[1]},{"name":"STATUS_CLUSTER_NETINTERFACE_NOT_FOUND","features":[1]},{"name":"STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE","features":[1]},{"name":"STATUS_CLUSTER_NETWORK_ALREADY_ONLINE","features":[1]},{"name":"STATUS_CLUSTER_NETWORK_EXISTS","features":[1]},{"name":"STATUS_CLUSTER_NETWORK_NOT_FOUND","features":[1]},{"name":"STATUS_CLUSTER_NETWORK_NOT_INTERNAL","features":[1]},{"name":"STATUS_CLUSTER_NODE_ALREADY_DOWN","features":[1]},{"name":"STATUS_CLUSTER_NODE_ALREADY_MEMBER","features":[1]},{"name":"STATUS_CLUSTER_NODE_ALREADY_UP","features":[1]},{"name":"STATUS_CLUSTER_NODE_DOWN","features":[1]},{"name":"STATUS_CLUSTER_NODE_EXISTS","features":[1]},{"name":"STATUS_CLUSTER_NODE_NOT_FOUND","features":[1]},{"name":"STATUS_CLUSTER_NODE_NOT_MEMBER","features":[1]},{"name":"STATUS_CLUSTER_NODE_NOT_PAUSED","features":[1]},{"name":"STATUS_CLUSTER_NODE_PAUSED","features":[1]},{"name":"STATUS_CLUSTER_NODE_UNREACHABLE","features":[1]},{"name":"STATUS_CLUSTER_NODE_UP","features":[1]},{"name":"STATUS_CLUSTER_NON_CSV_PATH","features":[1]},{"name":"STATUS_CLUSTER_NO_NET_ADAPTERS","features":[1]},{"name":"STATUS_CLUSTER_NO_SECURITY_CONTEXT","features":[1]},{"name":"STATUS_CLUSTER_POISONED","features":[1]},{"name":"STATUS_COMMITMENT_LIMIT","features":[1]},{"name":"STATUS_COMMITMENT_MINIMUM","features":[1]},{"name":"STATUS_COMPRESSED_FILE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_COMPRESSION_DISABLED","features":[1]},{"name":"STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","features":[1]},{"name":"STATUS_COMPRESSION_NOT_BENEFICIAL","features":[1]},{"name":"STATUS_CONFLICTING_ADDRESSES","features":[1]},{"name":"STATUS_CONNECTION_ABORTED","features":[1]},{"name":"STATUS_CONNECTION_ACTIVE","features":[1]},{"name":"STATUS_CONNECTION_COUNT_LIMIT","features":[1]},{"name":"STATUS_CONNECTION_DISCONNECTED","features":[1]},{"name":"STATUS_CONNECTION_INVALID","features":[1]},{"name":"STATUS_CONNECTION_IN_USE","features":[1]},{"name":"STATUS_CONNECTION_REFUSED","features":[1]},{"name":"STATUS_CONNECTION_RESET","features":[1]},{"name":"STATUS_CONTAINER_ASSIGNED","features":[1]},{"name":"STATUS_CONTENT_BLOCKED","features":[1]},{"name":"STATUS_CONTEXT_MISMATCH","features":[1]},{"name":"STATUS_CONTEXT_STOWED_EXCEPTION","features":[1]},{"name":"STATUS_CONTROL_C_EXIT","features":[1]},{"name":"STATUS_CONTROL_STACK_VIOLATION","features":[1]},{"name":"STATUS_CONVERT_TO_LARGE","features":[1]},{"name":"STATUS_COPY_PROTECTION_FAILURE","features":[1]},{"name":"STATUS_CORRUPT_LOG_CLEARED","features":[1]},{"name":"STATUS_CORRUPT_LOG_CORRUPTED","features":[1]},{"name":"STATUS_CORRUPT_LOG_DELETED_FULL","features":[1]},{"name":"STATUS_CORRUPT_LOG_OVERFULL","features":[1]},{"name":"STATUS_CORRUPT_LOG_UNAVAILABLE","features":[1]},{"name":"STATUS_CORRUPT_LOG_UPLEVEL_RECORDS","features":[1]},{"name":"STATUS_CORRUPT_SYSTEM_FILE","features":[1]},{"name":"STATUS_COULD_NOT_INTERPRET","features":[1]},{"name":"STATUS_COULD_NOT_RESIZE_LOG","features":[1]},{"name":"STATUS_CPU_SET_INVALID","features":[1]},{"name":"STATUS_CRASH_DUMP","features":[1]},{"name":"STATUS_CRC_ERROR","features":[1]},{"name":"STATUS_CRED_REQUIRES_CONFIRMATION","features":[1]},{"name":"STATUS_CRM_PROTOCOL_ALREADY_EXISTS","features":[1]},{"name":"STATUS_CRM_PROTOCOL_NOT_FOUND","features":[1]},{"name":"STATUS_CROSSREALM_DELEGATION_FAILURE","features":[1]},{"name":"STATUS_CROSS_PARTITION_VIOLATION","features":[1]},{"name":"STATUS_CRYPTO_SYSTEM_INVALID","features":[1]},{"name":"STATUS_CSS_AUTHENTICATION_FAILURE","features":[1]},{"name":"STATUS_CSS_KEY_NOT_ESTABLISHED","features":[1]},{"name":"STATUS_CSS_KEY_NOT_PRESENT","features":[1]},{"name":"STATUS_CSS_REGION_MISMATCH","features":[1]},{"name":"STATUS_CSS_RESETS_EXHAUSTED","features":[1]},{"name":"STATUS_CSS_SCRAMBLED_SECTOR","features":[1]},{"name":"STATUS_CSV_IO_PAUSE_TIMEOUT","features":[1]},{"name":"STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE","features":[1]},{"name":"STATUS_CS_ENCRYPTION_FILE_NOT_CSE","features":[1]},{"name":"STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE","features":[1]},{"name":"STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE","features":[1]},{"name":"STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER","features":[1]},{"name":"STATUS_CTLOG_INCONSISTENT_TRACKING_FILE","features":[1]},{"name":"STATUS_CTLOG_INVALID_TRACKING_STATE","features":[1]},{"name":"STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE","features":[1]},{"name":"STATUS_CTLOG_TRACKING_NOT_INITIALIZED","features":[1]},{"name":"STATUS_CTLOG_VHD_CHANGED_OFFLINE","features":[1]},{"name":"STATUS_CTL_FILE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_CTX_BAD_VIDEO_MODE","features":[1]},{"name":"STATUS_CTX_CDM_CONNECT","features":[1]},{"name":"STATUS_CTX_CDM_DISCONNECT","features":[1]},{"name":"STATUS_CTX_CLIENT_LICENSE_IN_USE","features":[1]},{"name":"STATUS_CTX_CLIENT_LICENSE_NOT_SET","features":[1]},{"name":"STATUS_CTX_CLIENT_QUERY_TIMEOUT","features":[1]},{"name":"STATUS_CTX_CLOSE_PENDING","features":[1]},{"name":"STATUS_CTX_CONSOLE_CONNECT","features":[1]},{"name":"STATUS_CTX_CONSOLE_DISCONNECT","features":[1]},{"name":"STATUS_CTX_GRAPHICS_INVALID","features":[1]},{"name":"STATUS_CTX_INVALID_MODEMNAME","features":[1]},{"name":"STATUS_CTX_INVALID_PD","features":[1]},{"name":"STATUS_CTX_INVALID_WD","features":[1]},{"name":"STATUS_CTX_LICENSE_CLIENT_INVALID","features":[1]},{"name":"STATUS_CTX_LICENSE_EXPIRED","features":[1]},{"name":"STATUS_CTX_LICENSE_NOT_AVAILABLE","features":[1]},{"name":"STATUS_CTX_LOGON_DISABLED","features":[1]},{"name":"STATUS_CTX_MODEM_INF_NOT_FOUND","features":[1]},{"name":"STATUS_CTX_MODEM_RESPONSE_BUSY","features":[1]},{"name":"STATUS_CTX_MODEM_RESPONSE_NO_CARRIER","features":[1]},{"name":"STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE","features":[1]},{"name":"STATUS_CTX_MODEM_RESPONSE_TIMEOUT","features":[1]},{"name":"STATUS_CTX_MODEM_RESPONSE_VOICE","features":[1]},{"name":"STATUS_CTX_NOT_CONSOLE","features":[1]},{"name":"STATUS_CTX_NO_OUTBUF","features":[1]},{"name":"STATUS_CTX_PD_NOT_FOUND","features":[1]},{"name":"STATUS_CTX_RESPONSE_ERROR","features":[1]},{"name":"STATUS_CTX_SECURITY_LAYER_ERROR","features":[1]},{"name":"STATUS_CTX_SHADOW_DENIED","features":[1]},{"name":"STATUS_CTX_SHADOW_DISABLED","features":[1]},{"name":"STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE","features":[1]},{"name":"STATUS_CTX_SHADOW_INVALID","features":[1]},{"name":"STATUS_CTX_SHADOW_NOT_RUNNING","features":[1]},{"name":"STATUS_CTX_TD_ERROR","features":[1]},{"name":"STATUS_CTX_WD_NOT_FOUND","features":[1]},{"name":"STATUS_CTX_WINSTATION_ACCESS_DENIED","features":[1]},{"name":"STATUS_CTX_WINSTATION_BUSY","features":[1]},{"name":"STATUS_CTX_WINSTATION_NAME_COLLISION","features":[1]},{"name":"STATUS_CTX_WINSTATION_NAME_INVALID","features":[1]},{"name":"STATUS_CTX_WINSTATION_NOT_FOUND","features":[1]},{"name":"STATUS_CURRENT_DOMAIN_NOT_ALLOWED","features":[1]},{"name":"STATUS_CURRENT_TRANSACTION_NOT_VALID","features":[1]},{"name":"STATUS_DATATYPE_MISALIGNMENT","features":[1]},{"name":"STATUS_DATATYPE_MISALIGNMENT_ERROR","features":[1]},{"name":"STATUS_DATA_CHECKSUM_ERROR","features":[1]},{"name":"STATUS_DATA_ERROR","features":[1]},{"name":"STATUS_DATA_LATE_ERROR","features":[1]},{"name":"STATUS_DATA_LOST_REPAIR","features":[1]},{"name":"STATUS_DATA_NOT_ACCEPTED","features":[1]},{"name":"STATUS_DATA_OVERRUN","features":[1]},{"name":"STATUS_DATA_OVERWRITTEN","features":[1]},{"name":"STATUS_DAX_MAPPING_EXISTS","features":[1]},{"name":"STATUS_DEBUGGER_INACTIVE","features":[1]},{"name":"STATUS_DEBUG_ATTACH_FAILED","features":[1]},{"name":"STATUS_DECRYPTION_FAILED","features":[1]},{"name":"STATUS_DELAY_LOAD_FAILED","features":[1]},{"name":"STATUS_DELETE_PENDING","features":[1]},{"name":"STATUS_DESTINATION_ELEMENT_FULL","features":[1]},{"name":"STATUS_DEVICE_ALREADY_ATTACHED","features":[1]},{"name":"STATUS_DEVICE_BUSY","features":[1]},{"name":"STATUS_DEVICE_CONFIGURATION_ERROR","features":[1]},{"name":"STATUS_DEVICE_DATA_ERROR","features":[1]},{"name":"STATUS_DEVICE_DOES_NOT_EXIST","features":[1]},{"name":"STATUS_DEVICE_DOOR_OPEN","features":[1]},{"name":"STATUS_DEVICE_ENUMERATION_ERROR","features":[1]},{"name":"STATUS_DEVICE_FEATURE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_DEVICE_HARDWARE_ERROR","features":[1]},{"name":"STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL","features":[1]},{"name":"STATUS_DEVICE_HUNG","features":[1]},{"name":"STATUS_DEVICE_INSUFFICIENT_RESOURCES","features":[1]},{"name":"STATUS_DEVICE_IN_MAINTENANCE","features":[1]},{"name":"STATUS_DEVICE_NOT_CONNECTED","features":[1]},{"name":"STATUS_DEVICE_NOT_PARTITIONED","features":[1]},{"name":"STATUS_DEVICE_NOT_READY","features":[1]},{"name":"STATUS_DEVICE_OFF_LINE","features":[1]},{"name":"STATUS_DEVICE_PAPER_EMPTY","features":[1]},{"name":"STATUS_DEVICE_POWERED_OFF","features":[1]},{"name":"STATUS_DEVICE_POWER_CYCLE_REQUIRED","features":[1]},{"name":"STATUS_DEVICE_POWER_FAILURE","features":[1]},{"name":"STATUS_DEVICE_PROTOCOL_ERROR","features":[1]},{"name":"STATUS_DEVICE_REMOVED","features":[1]},{"name":"STATUS_DEVICE_REQUIRES_CLEANING","features":[1]},{"name":"STATUS_DEVICE_RESET_REQUIRED","features":[1]},{"name":"STATUS_DEVICE_SUPPORT_IN_PROGRESS","features":[1]},{"name":"STATUS_DEVICE_UNREACHABLE","features":[1]},{"name":"STATUS_DEVICE_UNRESPONSIVE","features":[1]},{"name":"STATUS_DFS_EXIT_PATH_FOUND","features":[1]},{"name":"STATUS_DFS_UNAVAILABLE","features":[1]},{"name":"STATUS_DIF_BINDING_API_NOT_FOUND","features":[1]},{"name":"STATUS_DIF_IOCALLBACK_NOT_REPLACED","features":[1]},{"name":"STATUS_DIF_LIVEDUMP_LIMIT_EXCEEDED","features":[1]},{"name":"STATUS_DIF_VOLATILE_DRIVER_HOTPATCHED","features":[1]},{"name":"STATUS_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING","features":[1]},{"name":"STATUS_DIF_VOLATILE_INVALID_INFO","features":[1]},{"name":"STATUS_DIF_VOLATILE_NOT_ALLOWED","features":[1]},{"name":"STATUS_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED","features":[1]},{"name":"STATUS_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING","features":[1]},{"name":"STATUS_DIF_VOLATILE_SECTION_NOT_LOCKED","features":[1]},{"name":"STATUS_DIRECTORY_IS_A_REPARSE_POINT","features":[1]},{"name":"STATUS_DIRECTORY_NOT_EMPTY","features":[1]},{"name":"STATUS_DIRECTORY_NOT_RM","features":[1]},{"name":"STATUS_DIRECTORY_NOT_SUPPORTED","features":[1]},{"name":"STATUS_DIRECTORY_SERVICE_REQUIRED","features":[1]},{"name":"STATUS_DISK_CORRUPT_ERROR","features":[1]},{"name":"STATUS_DISK_FULL","features":[1]},{"name":"STATUS_DISK_OPERATION_FAILED","features":[1]},{"name":"STATUS_DISK_QUOTA_EXCEEDED","features":[1]},{"name":"STATUS_DISK_RECALIBRATE_FAILED","features":[1]},{"name":"STATUS_DISK_REPAIR_DISABLED","features":[1]},{"name":"STATUS_DISK_REPAIR_REDIRECTED","features":[1]},{"name":"STATUS_DISK_REPAIR_UNSUCCESSFUL","features":[1]},{"name":"STATUS_DISK_RESET_FAILED","features":[1]},{"name":"STATUS_DISK_RESOURCES_EXHAUSTED","features":[1]},{"name":"STATUS_DLL_INIT_FAILED","features":[1]},{"name":"STATUS_DLL_INIT_FAILED_LOGOFF","features":[1]},{"name":"STATUS_DLL_MIGHT_BE_INCOMPATIBLE","features":[1]},{"name":"STATUS_DLL_MIGHT_BE_INSECURE","features":[1]},{"name":"STATUS_DLL_NOT_FOUND","features":[1]},{"name":"STATUS_DM_OPERATION_LIMIT_EXCEEDED","features":[1]},{"name":"STATUS_DOMAIN_CONTROLLER_NOT_FOUND","features":[1]},{"name":"STATUS_DOMAIN_CTRLR_CONFIG_ERROR","features":[1]},{"name":"STATUS_DOMAIN_EXISTS","features":[1]},{"name":"STATUS_DOMAIN_LIMIT_EXCEEDED","features":[1]},{"name":"STATUS_DOMAIN_TRUST_INCONSISTENT","features":[1]},{"name":"STATUS_DRIVERS_LEAKING_LOCKED_PAGES","features":[1]},{"name":"STATUS_DRIVER_BLOCKED","features":[1]},{"name":"STATUS_DRIVER_BLOCKED_CRITICAL","features":[1]},{"name":"STATUS_DRIVER_CANCEL_TIMEOUT","features":[1]},{"name":"STATUS_DRIVER_DATABASE_ERROR","features":[1]},{"name":"STATUS_DRIVER_ENTRYPOINT_NOT_FOUND","features":[1]},{"name":"STATUS_DRIVER_FAILED_PRIOR_UNLOAD","features":[1]},{"name":"STATUS_DRIVER_FAILED_SLEEP","features":[1]},{"name":"STATUS_DRIVER_INTERNAL_ERROR","features":[1]},{"name":"STATUS_DRIVER_ORDINAL_NOT_FOUND","features":[1]},{"name":"STATUS_DRIVER_PROCESS_TERMINATED","features":[1]},{"name":"STATUS_DRIVER_UNABLE_TO_LOAD","features":[1]},{"name":"STATUS_DS_ADMIN_LIMIT_EXCEEDED","features":[1]},{"name":"STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER","features":[1]},{"name":"STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS","features":[1]},{"name":"STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED","features":[1]},{"name":"STATUS_DS_BUSY","features":[1]},{"name":"STATUS_DS_CANT_MOD_OBJ_CLASS","features":[1]},{"name":"STATUS_DS_CANT_MOD_PRIMARYGROUPID","features":[1]},{"name":"STATUS_DS_CANT_ON_NON_LEAF","features":[1]},{"name":"STATUS_DS_CANT_ON_RDN","features":[1]},{"name":"STATUS_DS_CANT_START","features":[1]},{"name":"STATUS_DS_CROSS_DOM_MOVE_FAILED","features":[1]},{"name":"STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST","features":[1]},{"name":"STATUS_DS_DOMAIN_RENAME_IN_PROGRESS","features":[1]},{"name":"STATUS_DS_DUPLICATE_ID_FOUND","features":[1]},{"name":"STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST","features":[1]},{"name":"STATUS_DS_GC_NOT_AVAILABLE","features":[1]},{"name":"STATUS_DS_GC_REQUIRED","features":[1]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER","features":[1]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER","features":[1]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER","features":[1]},{"name":"STATUS_DS_GROUP_CONVERSION_ERROR","features":[1]},{"name":"STATUS_DS_HAVE_PRIMARY_MEMBERS","features":[1]},{"name":"STATUS_DS_INCORRECT_ROLE_OWNER","features":[1]},{"name":"STATUS_DS_INIT_FAILURE","features":[1]},{"name":"STATUS_DS_INIT_FAILURE_CONSOLE","features":[1]},{"name":"STATUS_DS_INVALID_ATTRIBUTE_SYNTAX","features":[1]},{"name":"STATUS_DS_INVALID_GROUP_TYPE","features":[1]},{"name":"STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER","features":[1]},{"name":"STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY","features":[1]},{"name":"STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED","features":[1]},{"name":"STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY","features":[1]},{"name":"STATUS_DS_NAME_NOT_UNIQUE","features":[1]},{"name":"STATUS_DS_NO_ATTRIBUTE_OR_VALUE","features":[1]},{"name":"STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS","features":[1]},{"name":"STATUS_DS_NO_MORE_RIDS","features":[1]},{"name":"STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN","features":[1]},{"name":"STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN","features":[1]},{"name":"STATUS_DS_NO_RIDS_ALLOCATED","features":[1]},{"name":"STATUS_DS_OBJ_CLASS_VIOLATION","features":[1]},{"name":"STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS","features":[1]},{"name":"STATUS_DS_OID_NOT_FOUND","features":[1]},{"name":"STATUS_DS_RIDMGR_DISABLED","features":[1]},{"name":"STATUS_DS_RIDMGR_INIT_ERROR","features":[1]},{"name":"STATUS_DS_SAM_INIT_FAILURE","features":[1]},{"name":"STATUS_DS_SAM_INIT_FAILURE_CONSOLE","features":[1]},{"name":"STATUS_DS_SENSITIVE_GROUP_VIOLATION","features":[1]},{"name":"STATUS_DS_SHUTTING_DOWN","features":[1]},{"name":"STATUS_DS_SRC_SID_EXISTS_IN_FOREST","features":[1]},{"name":"STATUS_DS_UNAVAILABLE","features":[1]},{"name":"STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER","features":[1]},{"name":"STATUS_DS_VERSION_CHECK_FAILURE","features":[1]},{"name":"STATUS_DUPLICATE_NAME","features":[1]},{"name":"STATUS_DUPLICATE_OBJECTID","features":[1]},{"name":"STATUS_DUPLICATE_PRIVILEGES","features":[1]},{"name":"STATUS_DYNAMIC_CODE_BLOCKED","features":[1]},{"name":"STATUS_EAS_NOT_SUPPORTED","features":[1]},{"name":"STATUS_EA_CORRUPT_ERROR","features":[1]},{"name":"STATUS_EA_LIST_INCONSISTENT","features":[1]},{"name":"STATUS_EA_TOO_LARGE","features":[1]},{"name":"STATUS_EFS_ALG_BLOB_TOO_BIG","features":[1]},{"name":"STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION","features":[1]},{"name":"STATUS_ELEVATION_REQUIRED","features":[1]},{"name":"STATUS_EMULATION_BREAKPOINT","features":[1]},{"name":"STATUS_EMULATION_SYSCALL","features":[1]},{"name":"STATUS_ENCLAVE_FAILURE","features":[1]},{"name":"STATUS_ENCLAVE_IS_TERMINATING","features":[1]},{"name":"STATUS_ENCLAVE_NOT_TERMINATED","features":[1]},{"name":"STATUS_ENCLAVE_VIOLATION","features":[1]},{"name":"STATUS_ENCOUNTERED_WRITE_IN_PROGRESS","features":[1]},{"name":"STATUS_ENCRYPTED_FILE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_ENCRYPTED_IO_NOT_POSSIBLE","features":[1]},{"name":"STATUS_ENCRYPTING_METADATA_DISALLOWED","features":[1]},{"name":"STATUS_ENCRYPTION_DISABLED","features":[1]},{"name":"STATUS_ENCRYPTION_FAILED","features":[1]},{"name":"STATUS_END_OF_FILE","features":[1]},{"name":"STATUS_END_OF_MEDIA","features":[1]},{"name":"STATUS_ENLISTMENT_NOT_FOUND","features":[1]},{"name":"STATUS_ENLISTMENT_NOT_SUPERIOR","features":[1]},{"name":"STATUS_ENTRYPOINT_NOT_FOUND","features":[1]},{"name":"STATUS_EOF_ON_GHOSTED_RANGE","features":[1]},{"name":"STATUS_EOM_OVERFLOW","features":[1]},{"name":"STATUS_ERROR_PROCESS_NOT_IN_JOB","features":[1]},{"name":"STATUS_EVALUATION_EXPIRATION","features":[1]},{"name":"STATUS_EVENTLOG_CANT_START","features":[1]},{"name":"STATUS_EVENTLOG_FILE_CHANGED","features":[1]},{"name":"STATUS_EVENTLOG_FILE_CORRUPT","features":[1]},{"name":"STATUS_EVENT_DONE","features":[1]},{"name":"STATUS_EVENT_PENDING","features":[1]},{"name":"STATUS_EXECUTABLE_MEMORY_WRITE","features":[1]},{"name":"STATUS_EXPIRED_HANDLE","features":[1]},{"name":"STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN","features":[1]},{"name":"STATUS_EXTERNAL_SYSKEY_NOT_SUPPORTED","features":[1]},{"name":"STATUS_EXTRANEOUS_INFORMATION","features":[1]},{"name":"STATUS_FAILED_DRIVER_ENTRY","features":[1]},{"name":"STATUS_FAILED_STACK_SWITCH","features":[1]},{"name":"STATUS_FAIL_CHECK","features":[1]},{"name":"STATUS_FAIL_FAST_EXCEPTION","features":[1]},{"name":"STATUS_FASTPATH_REJECTED","features":[1]},{"name":"STATUS_FATAL_APP_EXIT","features":[1]},{"name":"STATUS_FATAL_MEMORY_EXHAUSTION","features":[1]},{"name":"STATUS_FATAL_USER_CALLBACK_EXCEPTION","features":[1]},{"name":"STATUS_FILEMARK_DETECTED","features":[1]},{"name":"STATUS_FILES_OPEN","features":[1]},{"name":"STATUS_FILE_CHECKED_OUT","features":[1]},{"name":"STATUS_FILE_CLOSED","features":[1]},{"name":"STATUS_FILE_CORRUPT_ERROR","features":[1]},{"name":"STATUS_FILE_DELETED","features":[1]},{"name":"STATUS_FILE_ENCRYPTED","features":[1]},{"name":"STATUS_FILE_FORCED_CLOSED","features":[1]},{"name":"STATUS_FILE_HANDLE_REVOKED","features":[1]},{"name":"STATUS_FILE_IDENTITY_NOT_PERSISTENT","features":[1]},{"name":"STATUS_FILE_INVALID","features":[1]},{"name":"STATUS_FILE_IS_A_DIRECTORY","features":[1]},{"name":"STATUS_FILE_IS_OFFLINE","features":[1]},{"name":"STATUS_FILE_LOCKED_WITH_ONLY_READERS","features":[1]},{"name":"STATUS_FILE_LOCKED_WITH_WRITERS","features":[1]},{"name":"STATUS_FILE_LOCK_CONFLICT","features":[1]},{"name":"STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS","features":[1]},{"name":"STATUS_FILE_NOT_AVAILABLE","features":[1]},{"name":"STATUS_FILE_NOT_ENCRYPTED","features":[1]},{"name":"STATUS_FILE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_FILE_PROTECTED_UNDER_DPL","features":[1]},{"name":"STATUS_FILE_RENAMED","features":[1]},{"name":"STATUS_FILE_SNAP_INVALID_PARAMETER","features":[1]},{"name":"STATUS_FILE_SNAP_IN_PROGRESS","features":[1]},{"name":"STATUS_FILE_SNAP_IO_NOT_COORDINATED","features":[1]},{"name":"STATUS_FILE_SNAP_MODIFY_NOT_SUPPORTED","features":[1]},{"name":"STATUS_FILE_SNAP_UNEXPECTED_ERROR","features":[1]},{"name":"STATUS_FILE_SNAP_USER_SECTION_NOT_SUPPORTED","features":[1]},{"name":"STATUS_FILE_SYSTEM_LIMITATION","features":[1]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_BUSY","features":[1]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION","features":[1]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT","features":[1]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN","features":[1]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE","features":[1]},{"name":"STATUS_FILE_TOO_LARGE","features":[1]},{"name":"STATUS_FIRMWARE_IMAGE_INVALID","features":[1]},{"name":"STATUS_FIRMWARE_SLOT_INVALID","features":[1]},{"name":"STATUS_FIRMWARE_UPDATED","features":[1]},{"name":"STATUS_FLOATED_SECTION","features":[1]},{"name":"STATUS_FLOAT_DENORMAL_OPERAND","features":[1]},{"name":"STATUS_FLOAT_DIVIDE_BY_ZERO","features":[1]},{"name":"STATUS_FLOAT_INEXACT_RESULT","features":[1]},{"name":"STATUS_FLOAT_INVALID_OPERATION","features":[1]},{"name":"STATUS_FLOAT_MULTIPLE_FAULTS","features":[1]},{"name":"STATUS_FLOAT_MULTIPLE_TRAPS","features":[1]},{"name":"STATUS_FLOAT_OVERFLOW","features":[1]},{"name":"STATUS_FLOAT_STACK_CHECK","features":[1]},{"name":"STATUS_FLOAT_UNDERFLOW","features":[1]},{"name":"STATUS_FLOPPY_BAD_REGISTERS","features":[1]},{"name":"STATUS_FLOPPY_ID_MARK_NOT_FOUND","features":[1]},{"name":"STATUS_FLOPPY_UNKNOWN_ERROR","features":[1]},{"name":"STATUS_FLOPPY_VOLUME","features":[1]},{"name":"STATUS_FLOPPY_WRONG_CYLINDER","features":[1]},{"name":"STATUS_FLT_ALREADY_ENLISTED","features":[1]},{"name":"STATUS_FLT_BUFFER_TOO_SMALL","features":[1]},{"name":"STATUS_FLT_CBDQ_DISABLED","features":[1]},{"name":"STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND","features":[1]},{"name":"STATUS_FLT_CONTEXT_ALREADY_DEFINED","features":[1]},{"name":"STATUS_FLT_CONTEXT_ALREADY_LINKED","features":[1]},{"name":"STATUS_FLT_DELETING_OBJECT","features":[1]},{"name":"STATUS_FLT_DISALLOW_FAST_IO","features":[1]},{"name":"STATUS_FLT_DISALLOW_FSFILTER_IO","features":[1]},{"name":"STATUS_FLT_DO_NOT_ATTACH","features":[1]},{"name":"STATUS_FLT_DO_NOT_DETACH","features":[1]},{"name":"STATUS_FLT_DUPLICATE_ENTRY","features":[1]},{"name":"STATUS_FLT_FILTER_NOT_FOUND","features":[1]},{"name":"STATUS_FLT_FILTER_NOT_READY","features":[1]},{"name":"STATUS_FLT_INSTANCE_ALTITUDE_COLLISION","features":[1]},{"name":"STATUS_FLT_INSTANCE_NAME_COLLISION","features":[1]},{"name":"STATUS_FLT_INSTANCE_NOT_FOUND","features":[1]},{"name":"STATUS_FLT_INTERNAL_ERROR","features":[1]},{"name":"STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST","features":[1]},{"name":"STATUS_FLT_INVALID_CONTEXT_REGISTRATION","features":[1]},{"name":"STATUS_FLT_INVALID_NAME_REQUEST","features":[1]},{"name":"STATUS_FLT_IO_COMPLETE","features":[1]},{"name":"STATUS_FLT_MUST_BE_NONPAGED_POOL","features":[1]},{"name":"STATUS_FLT_NAME_CACHE_MISS","features":[1]},{"name":"STATUS_FLT_NOT_INITIALIZED","features":[1]},{"name":"STATUS_FLT_NOT_SAFE_TO_POST_OPERATION","features":[1]},{"name":"STATUS_FLT_NO_DEVICE_OBJECT","features":[1]},{"name":"STATUS_FLT_NO_HANDLER_DEFINED","features":[1]},{"name":"STATUS_FLT_NO_WAITER_FOR_REPLY","features":[1]},{"name":"STATUS_FLT_POST_OPERATION_CLEANUP","features":[1]},{"name":"STATUS_FLT_REGISTRATION_BUSY","features":[1]},{"name":"STATUS_FLT_VOLUME_ALREADY_MOUNTED","features":[1]},{"name":"STATUS_FLT_VOLUME_NOT_FOUND","features":[1]},{"name":"STATUS_FLT_WCOS_NOT_SUPPORTED","features":[1]},{"name":"STATUS_FORMS_AUTH_REQUIRED","features":[1]},{"name":"STATUS_FOUND_OUT_OF_SCOPE","features":[1]},{"name":"STATUS_FREE_SPACE_TOO_FRAGMENTED","features":[1]},{"name":"STATUS_FREE_VM_NOT_AT_BASE","features":[1]},{"name":"STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY","features":[1]},{"name":"STATUS_FS_DRIVER_REQUIRED","features":[1]},{"name":"STATUS_FS_GUID_MISMATCH","features":[1]},{"name":"STATUS_FS_METADATA_INCONSISTENT","features":[1]},{"name":"STATUS_FT_DI_SCAN_REQUIRED","features":[1]},{"name":"STATUS_FT_MISSING_MEMBER","features":[1]},{"name":"STATUS_FT_ORPHANING","features":[1]},{"name":"STATUS_FT_READ_FAILURE","features":[1]},{"name":"STATUS_FT_READ_FROM_COPY","features":[1]},{"name":"STATUS_FT_READ_FROM_COPY_FAILURE","features":[1]},{"name":"STATUS_FT_READ_RECOVERY_FROM_BACKUP","features":[1]},{"name":"STATUS_FT_WRITE_FAILURE","features":[1]},{"name":"STATUS_FT_WRITE_RECOVERY","features":[1]},{"name":"STATUS_FULLSCREEN_MODE","features":[1]},{"name":"STATUS_FVE_ACTION_NOT_ALLOWED","features":[1]},{"name":"STATUS_FVE_AUTH_INVALID_APPLICATION","features":[1]},{"name":"STATUS_FVE_AUTH_INVALID_CONFIG","features":[1]},{"name":"STATUS_FVE_BAD_DATA","features":[1]},{"name":"STATUS_FVE_BAD_INFORMATION","features":[1]},{"name":"STATUS_FVE_BAD_METADATA_POINTER","features":[1]},{"name":"STATUS_FVE_BAD_PARTITION_SIZE","features":[1]},{"name":"STATUS_FVE_CONV_READ_ERROR","features":[1]},{"name":"STATUS_FVE_CONV_RECOVERY_FAILED","features":[1]},{"name":"STATUS_FVE_CONV_WRITE_ERROR","features":[1]},{"name":"STATUS_FVE_DATASET_FULL","features":[1]},{"name":"STATUS_FVE_DEBUGGER_ENABLED","features":[1]},{"name":"STATUS_FVE_DEVICE_LOCKEDOUT","features":[1]},{"name":"STATUS_FVE_DRY_RUN_FAILED","features":[1]},{"name":"STATUS_FVE_EDRIVE_BAND_ENUMERATION_FAILED","features":[1]},{"name":"STATUS_FVE_EDRIVE_DRY_RUN_FAILED","features":[1]},{"name":"STATUS_FVE_ENH_PIN_INVALID","features":[1]},{"name":"STATUS_FVE_FAILED_AUTHENTICATION","features":[1]},{"name":"STATUS_FVE_FAILED_SECTOR_SIZE","features":[1]},{"name":"STATUS_FVE_FAILED_WRONG_FS","features":[1]},{"name":"STATUS_FVE_FS_MOUNTED","features":[1]},{"name":"STATUS_FVE_FS_NOT_EXTENDED","features":[1]},{"name":"STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE","features":[1]},{"name":"STATUS_FVE_INVALID_DATUM_TYPE","features":[1]},{"name":"STATUS_FVE_KEYFILE_INVALID","features":[1]},{"name":"STATUS_FVE_KEYFILE_NOT_FOUND","features":[1]},{"name":"STATUS_FVE_KEYFILE_NO_VMK","features":[1]},{"name":"STATUS_FVE_LOCKED_VOLUME","features":[1]},{"name":"STATUS_FVE_METADATA_FULL","features":[1]},{"name":"STATUS_FVE_MOR_FAILED","features":[1]},{"name":"STATUS_FVE_NOT_ALLOWED_ON_CLUSTER","features":[1]},{"name":"STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK","features":[1]},{"name":"STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING","features":[1]},{"name":"STATUS_FVE_NOT_DATA_VOLUME","features":[1]},{"name":"STATUS_FVE_NOT_DE_VOLUME","features":[1]},{"name":"STATUS_FVE_NOT_ENCRYPTED","features":[1]},{"name":"STATUS_FVE_NOT_OS_VOLUME","features":[1]},{"name":"STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY","features":[1]},{"name":"STATUS_FVE_NO_FEATURE_LICENSE","features":[1]},{"name":"STATUS_FVE_NO_LICENSE","features":[1]},{"name":"STATUS_FVE_OLD_METADATA_COPY","features":[1]},{"name":"STATUS_FVE_OSV_KSR_NOT_ALLOWED","features":[1]},{"name":"STATUS_FVE_OVERLAPPED_UPDATE","features":[1]},{"name":"STATUS_FVE_PARTIAL_METADATA","features":[1]},{"name":"STATUS_FVE_PIN_INVALID","features":[1]},{"name":"STATUS_FVE_POLICY_ON_RDV_EXCLUSION_LIST","features":[1]},{"name":"STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED","features":[1]},{"name":"STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED","features":[1]},{"name":"STATUS_FVE_PROTECTION_DISABLED","features":[1]},{"name":"STATUS_FVE_RAW_ACCESS","features":[1]},{"name":"STATUS_FVE_RAW_BLOCKED","features":[1]},{"name":"STATUS_FVE_REBOOT_REQUIRED","features":[1]},{"name":"STATUS_FVE_SECUREBOOT_CONFIG_CHANGE","features":[1]},{"name":"STATUS_FVE_SECUREBOOT_DISABLED","features":[1]},{"name":"STATUS_FVE_TOO_SMALL","features":[1]},{"name":"STATUS_FVE_TPM_DISABLED","features":[1]},{"name":"STATUS_FVE_TPM_INVALID_PCR","features":[1]},{"name":"STATUS_FVE_TPM_NO_VMK","features":[1]},{"name":"STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO","features":[1]},{"name":"STATUS_FVE_TRANSIENT_STATE","features":[1]},{"name":"STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG","features":[1]},{"name":"STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT","features":[1]},{"name":"STATUS_FVE_VOLUME_NOT_BOUND","features":[1]},{"name":"STATUS_FVE_VOLUME_TOO_SMALL","features":[1]},{"name":"STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE","features":[1]},{"name":"STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE","features":[1]},{"name":"STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER","features":[1]},{"name":"STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER","features":[1]},{"name":"STATUS_FWP_ALREADY_EXISTS","features":[1]},{"name":"STATUS_FWP_BUILTIN_OBJECT","features":[1]},{"name":"STATUS_FWP_CALLOUT_NOTIFICATION_FAILED","features":[1]},{"name":"STATUS_FWP_CALLOUT_NOT_FOUND","features":[1]},{"name":"STATUS_FWP_CANNOT_PEND","features":[1]},{"name":"STATUS_FWP_CONDITION_NOT_FOUND","features":[1]},{"name":"STATUS_FWP_CONNECTIONS_DISABLED","features":[1]},{"name":"STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT","features":[1]},{"name":"STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER","features":[1]},{"name":"STATUS_FWP_DROP_NOICMP","features":[1]},{"name":"STATUS_FWP_DUPLICATE_AUTH_METHOD","features":[1]},{"name":"STATUS_FWP_DUPLICATE_CONDITION","features":[1]},{"name":"STATUS_FWP_DUPLICATE_KEYMOD","features":[1]},{"name":"STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS","features":[1]},{"name":"STATUS_FWP_EM_NOT_SUPPORTED","features":[1]},{"name":"STATUS_FWP_FILTER_NOT_FOUND","features":[1]},{"name":"STATUS_FWP_IKEEXT_NOT_RUNNING","features":[1]},{"name":"STATUS_FWP_INCOMPATIBLE_AUTH_METHOD","features":[1]},{"name":"STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM","features":[1]},{"name":"STATUS_FWP_INCOMPATIBLE_DH_GROUP","features":[1]},{"name":"STATUS_FWP_INCOMPATIBLE_LAYER","features":[1]},{"name":"STATUS_FWP_INCOMPATIBLE_SA_STATE","features":[1]},{"name":"STATUS_FWP_INCOMPATIBLE_TXN","features":[1]},{"name":"STATUS_FWP_INJECT_HANDLE_CLOSING","features":[1]},{"name":"STATUS_FWP_INJECT_HANDLE_STALE","features":[1]},{"name":"STATUS_FWP_INVALID_ACTION_TYPE","features":[1]},{"name":"STATUS_FWP_INVALID_AUTH_TRANSFORM","features":[1]},{"name":"STATUS_FWP_INVALID_CIPHER_TRANSFORM","features":[1]},{"name":"STATUS_FWP_INVALID_DNS_NAME","features":[1]},{"name":"STATUS_FWP_INVALID_ENUMERATOR","features":[1]},{"name":"STATUS_FWP_INVALID_FLAGS","features":[1]},{"name":"STATUS_FWP_INVALID_INTERVAL","features":[1]},{"name":"STATUS_FWP_INVALID_NET_MASK","features":[1]},{"name":"STATUS_FWP_INVALID_PARAMETER","features":[1]},{"name":"STATUS_FWP_INVALID_RANGE","features":[1]},{"name":"STATUS_FWP_INVALID_TRANSFORM_COMBINATION","features":[1]},{"name":"STATUS_FWP_INVALID_TUNNEL_ENDPOINT","features":[1]},{"name":"STATUS_FWP_INVALID_WEIGHT","features":[1]},{"name":"STATUS_FWP_IN_USE","features":[1]},{"name":"STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL","features":[1]},{"name":"STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED","features":[1]},{"name":"STATUS_FWP_KM_CLIENTS_ONLY","features":[1]},{"name":"STATUS_FWP_L2_DRIVER_NOT_READY","features":[1]},{"name":"STATUS_FWP_LAYER_NOT_FOUND","features":[1]},{"name":"STATUS_FWP_LIFETIME_MISMATCH","features":[1]},{"name":"STATUS_FWP_MATCH_TYPE_MISMATCH","features":[1]},{"name":"STATUS_FWP_NET_EVENTS_DISABLED","features":[1]},{"name":"STATUS_FWP_NEVER_MATCH","features":[1]},{"name":"STATUS_FWP_NOTIFICATION_DROPPED","features":[1]},{"name":"STATUS_FWP_NOT_FOUND","features":[1]},{"name":"STATUS_FWP_NO_TXN_IN_PROGRESS","features":[1]},{"name":"STATUS_FWP_NULL_DISPLAY_NAME","features":[1]},{"name":"STATUS_FWP_NULL_POINTER","features":[1]},{"name":"STATUS_FWP_OUT_OF_BOUNDS","features":[1]},{"name":"STATUS_FWP_PROVIDER_CONTEXT_MISMATCH","features":[1]},{"name":"STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND","features":[1]},{"name":"STATUS_FWP_PROVIDER_NOT_FOUND","features":[1]},{"name":"STATUS_FWP_RESERVED","features":[1]},{"name":"STATUS_FWP_SESSION_ABORTED","features":[1]},{"name":"STATUS_FWP_STILL_ON","features":[1]},{"name":"STATUS_FWP_SUBLAYER_NOT_FOUND","features":[1]},{"name":"STATUS_FWP_TCPIP_NOT_READY","features":[1]},{"name":"STATUS_FWP_TIMEOUT","features":[1]},{"name":"STATUS_FWP_TOO_MANY_CALLOUTS","features":[1]},{"name":"STATUS_FWP_TOO_MANY_SUBLAYERS","features":[1]},{"name":"STATUS_FWP_TRAFFIC_MISMATCH","features":[1]},{"name":"STATUS_FWP_TXN_ABORTED","features":[1]},{"name":"STATUS_FWP_TXN_IN_PROGRESS","features":[1]},{"name":"STATUS_FWP_TYPE_MISMATCH","features":[1]},{"name":"STATUS_FWP_WRONG_SESSION","features":[1]},{"name":"STATUS_FWP_ZERO_LENGTH_ARRAY","features":[1]},{"name":"STATUS_GDI_HANDLE_LEAK","features":[1]},{"name":"STATUS_GENERIC_COMMAND_FAILED","features":[1]},{"name":"STATUS_GENERIC_NOT_MAPPED","features":[1]},{"name":"STATUS_GHOSTED","features":[1]},{"name":"STATUS_GPIO_CLIENT_INFORMATION_INVALID","features":[1]},{"name":"STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE","features":[1]},{"name":"STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED","features":[1]},{"name":"STATUS_GPIO_INVALID_REGISTRATION_PACKET","features":[1]},{"name":"STATUS_GPIO_OPERATION_DENIED","features":[1]},{"name":"STATUS_GPIO_VERSION_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRACEFUL_DISCONNECT","features":[1]},{"name":"STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED","features":[1]},{"name":"STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY","features":[1]},{"name":"STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE","features":[1]},{"name":"STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET","features":[1]},{"name":"STATUS_GRAPHICS_ADAPTER_WAS_RESET","features":[1]},{"name":"STATUS_GRAPHICS_ALLOCATION_BUSY","features":[1]},{"name":"STATUS_GRAPHICS_ALLOCATION_CLOSED","features":[1]},{"name":"STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST","features":[1]},{"name":"STATUS_GRAPHICS_ALLOCATION_INVALID","features":[1]},{"name":"STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION","features":[1]},{"name":"STATUS_GRAPHICS_CANNOTCOLORCONVERT","features":[1]},{"name":"STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN","features":[1]},{"name":"STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION","features":[1]},{"name":"STATUS_GRAPHICS_CANT_LOCK_MEMORY","features":[1]},{"name":"STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION","features":[1]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED","features":[1]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON","features":[1]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED","features":[1]},{"name":"STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET","features":[1]},{"name":"STATUS_GRAPHICS_COPP_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_DATASET_IS_EMPTY","features":[1]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING","features":[1]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_DATA","features":[1]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM","features":[1]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND","features":[1]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH","features":[1]},{"name":"STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE","features":[1]},{"name":"STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS","features":[1]},{"name":"STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP","features":[1]},{"name":"STATUS_GRAPHICS_DRIVER_MISMATCH","features":[1]},{"name":"STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION","features":[1]},{"name":"STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET","features":[1]},{"name":"STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET","features":[1]},{"name":"STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE","features":[1]},{"name":"STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST","features":[1]},{"name":"STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA","features":[1]},{"name":"STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA","features":[1]},{"name":"STATUS_GRAPHICS_I2C_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT","features":[1]},{"name":"STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE","features":[1]},{"name":"STATUS_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN","features":[1]},{"name":"STATUS_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED","features":[1]},{"name":"STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER","features":[1]},{"name":"STATUS_GRAPHICS_INTERNAL_ERROR","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_ACTIVE_REGION","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_CLIENT_TYPE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_COLORBASIS","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_DRIVER_MODEL","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_FREQUENCY","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_GAMMA_RAMP","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_PIXELFORMAT","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_POINTER","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_STRIDE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_TOTAL_REGION","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON","features":[1]},{"name":"STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE","features":[1]},{"name":"STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED","features":[1]},{"name":"STATUS_GRAPHICS_LEADLINK_START_DEFERRED","features":[1]},{"name":"STATUS_GRAPHICS_LINK_CONFIGURATION_IN_PROGRESS","features":[1]},{"name":"STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED","features":[1]},{"name":"STATUS_GRAPHICS_MCA_INTERNAL_ERROR","features":[1]},{"name":"STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET","features":[1]},{"name":"STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE","features":[1]},{"name":"STATUS_GRAPHICS_MODE_NOT_IN_MODESET","features":[1]},{"name":"STATUS_GRAPHICS_MODE_NOT_PINNED","features":[1]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET","features":[1]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE","features":[1]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET","features":[1]},{"name":"STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER","features":[1]},{"name":"STATUS_GRAPHICS_MONITOR_NOT_CONNECTED","features":[1]},{"name":"STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS","features":[1]},{"name":"STATUS_GRAPHICS_MPO_ALLOCATION_UNPINNED","features":[1]},{"name":"STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER","features":[1]},{"name":"STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER","features":[1]},{"name":"STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER","features":[1]},{"name":"STATUS_GRAPHICS_NO_ACTIVE_VIDPN","features":[1]},{"name":"STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS","features":[1]},{"name":"STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET","features":[1]},{"name":"STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME","features":[1]},{"name":"STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT","features":[1]},{"name":"STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE","features":[1]},{"name":"STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET","features":[1]},{"name":"STATUS_GRAPHICS_NO_PREFERRED_MODE","features":[1]},{"name":"STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN","features":[1]},{"name":"STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY","features":[1]},{"name":"STATUS_GRAPHICS_NO_VIDEO_MEMORY","features":[1]},{"name":"STATUS_GRAPHICS_NO_VIDPNMGR","features":[1]},{"name":"STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE","features":[1]},{"name":"STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR","features":[1]},{"name":"STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET","features":[1]},{"name":"STATUS_GRAPHICS_OPM_INTERNAL_ERROR","features":[1]},{"name":"STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST","features":[1]},{"name":"STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS","features":[1]},{"name":"STATUS_GRAPHICS_OPM_INVALID_HANDLE","features":[1]},{"name":"STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST","features":[1]},{"name":"STATUS_GRAPHICS_OPM_INVALID_SRM","features":[1]},{"name":"STATUS_GRAPHICS_OPM_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST","features":[1]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP","features":[1]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA","features":[1]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP","features":[1]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS","features":[1]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS","features":[1]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS","features":[1]},{"name":"STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH","features":[1]},{"name":"STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED","features":[1]},{"name":"STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED","features":[1]},{"name":"STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL","features":[1]},{"name":"STATUS_GRAPHICS_PARTIAL_DATA_POPULATED","features":[1]},{"name":"STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY","features":[1]},{"name":"STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED","features":[1]},{"name":"STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY","features":[1]},{"name":"STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET","features":[1]},{"name":"STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY","features":[1]},{"name":"STATUS_GRAPHICS_PRESENT_BUFFER_NOT_BOUND","features":[1]},{"name":"STATUS_GRAPHICS_PRESENT_DENIED","features":[1]},{"name":"STATUS_GRAPHICS_PRESENT_INVALID_WINDOW","features":[1]},{"name":"STATUS_GRAPHICS_PRESENT_MODE_CHANGED","features":[1]},{"name":"STATUS_GRAPHICS_PRESENT_OCCLUDED","features":[1]},{"name":"STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED","features":[1]},{"name":"STATUS_GRAPHICS_PRESENT_UNOCCLUDED","features":[1]},{"name":"STATUS_GRAPHICS_PVP_HFS_FAILED","features":[1]},{"name":"STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH","features":[1]},{"name":"STATUS_GRAPHICS_RESOURCES_NOT_RELATED","features":[1]},{"name":"STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[1]},{"name":"STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION","features":[1]},{"name":"STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET","features":[1]},{"name":"STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE","features":[1]},{"name":"STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY","features":[1]},{"name":"STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED","features":[1]},{"name":"STATUS_GRAPHICS_STALE_MODESET","features":[1]},{"name":"STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY","features":[1]},{"name":"STATUS_GRAPHICS_START_DEFERRED","features":[1]},{"name":"STATUS_GRAPHICS_TARGET_ALREADY_IN_SET","features":[1]},{"name":"STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE","features":[1]},{"name":"STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY","features":[1]},{"name":"STATUS_GRAPHICS_TOO_MANY_REFERENCES","features":[1]},{"name":"STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED","features":[1]},{"name":"STATUS_GRAPHICS_TRY_AGAIN_LATER","features":[1]},{"name":"STATUS_GRAPHICS_TRY_AGAIN_NOW","features":[1]},{"name":"STATUS_GRAPHICS_UAB_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS","features":[1]},{"name":"STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS","features":[1]},{"name":"STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE","features":[1]},{"name":"STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_VAIL_STATE_CHANGED","features":[1]},{"name":"STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES","features":[1]},{"name":"STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[1]},{"name":"STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED","features":[1]},{"name":"STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE","features":[1]},{"name":"STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED","features":[1]},{"name":"STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE","features":[1]},{"name":"STATUS_GROUP_EXISTS","features":[1]},{"name":"STATUS_GUARD_PAGE_VIOLATION","features":[1]},{"name":"STATUS_GUIDS_EXHAUSTED","features":[1]},{"name":"STATUS_GUID_SUBSTITUTION_MADE","features":[1]},{"name":"STATUS_HANDLES_CLOSED","features":[1]},{"name":"STATUS_HANDLE_NOT_CLOSABLE","features":[1]},{"name":"STATUS_HANDLE_NO_LONGER_VALID","features":[1]},{"name":"STATUS_HANDLE_REVOKED","features":[1]},{"name":"STATUS_HARDWARE_MEMORY_ERROR","features":[1]},{"name":"STATUS_HASH_NOT_PRESENT","features":[1]},{"name":"STATUS_HASH_NOT_SUPPORTED","features":[1]},{"name":"STATUS_HAS_SYSTEM_CRITICAL_FILES","features":[1]},{"name":"STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED","features":[1]},{"name":"STATUS_HDAUDIO_EMPTY_CONNECTION_LIST","features":[1]},{"name":"STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED","features":[1]},{"name":"STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY","features":[1]},{"name":"STATUS_HEAP_CORRUPTION","features":[1]},{"name":"STATUS_HEURISTIC_DAMAGE_POSSIBLE","features":[1]},{"name":"STATUS_HIBERNATED","features":[1]},{"name":"STATUS_HIBERNATION_FAILURE","features":[1]},{"name":"STATUS_HIVE_UNLOADED","features":[1]},{"name":"STATUS_HMAC_NOT_SUPPORTED","features":[1]},{"name":"STATUS_HOPLIMIT_EXCEEDED","features":[1]},{"name":"STATUS_HOST_DOWN","features":[1]},{"name":"STATUS_HOST_UNREACHABLE","features":[1]},{"name":"STATUS_HUNG_DISPLAY_DRIVER_THREAD","features":[1]},{"name":"STATUS_HV_ACCESS_DENIED","features":[1]},{"name":"STATUS_HV_ACKNOWLEDGED","features":[1]},{"name":"STATUS_HV_CALL_PENDING","features":[1]},{"name":"STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR","features":[1]},{"name":"STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR","features":[1]},{"name":"STATUS_HV_DEVICE_NOT_IN_DOMAIN","features":[1]},{"name":"STATUS_HV_EVENT_BUFFER_ALREADY_FREED","features":[1]},{"name":"STATUS_HV_FEATURE_UNAVAILABLE","features":[1]},{"name":"STATUS_HV_INACTIVE","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_BUFFER","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_BUFFERS","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_MEMORY","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_MEMORY_MIRRORING","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_ROOT_MEMORY","features":[1]},{"name":"STATUS_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING","features":[1]},{"name":"STATUS_HV_INVALID_ALIGNMENT","features":[1]},{"name":"STATUS_HV_INVALID_CONNECTION_ID","features":[1]},{"name":"STATUS_HV_INVALID_CPU_GROUP_ID","features":[1]},{"name":"STATUS_HV_INVALID_CPU_GROUP_STATE","features":[1]},{"name":"STATUS_HV_INVALID_DEVICE_ID","features":[1]},{"name":"STATUS_HV_INVALID_DEVICE_STATE","features":[1]},{"name":"STATUS_HV_INVALID_HYPERCALL_CODE","features":[1]},{"name":"STATUS_HV_INVALID_HYPERCALL_INPUT","features":[1]},{"name":"STATUS_HV_INVALID_LP_INDEX","features":[1]},{"name":"STATUS_HV_INVALID_PARAMETER","features":[1]},{"name":"STATUS_HV_INVALID_PARTITION_ID","features":[1]},{"name":"STATUS_HV_INVALID_PARTITION_STATE","features":[1]},{"name":"STATUS_HV_INVALID_PORT_ID","features":[1]},{"name":"STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO","features":[1]},{"name":"STATUS_HV_INVALID_REGISTER_VALUE","features":[1]},{"name":"STATUS_HV_INVALID_SAVE_RESTORE_STATE","features":[1]},{"name":"STATUS_HV_INVALID_SYNIC_STATE","features":[1]},{"name":"STATUS_HV_INVALID_VP_INDEX","features":[1]},{"name":"STATUS_HV_INVALID_VP_STATE","features":[1]},{"name":"STATUS_HV_INVALID_VTL_STATE","features":[1]},{"name":"STATUS_HV_MSR_ACCESS_FAILED","features":[1]},{"name":"STATUS_HV_NESTED_VM_EXIT","features":[1]},{"name":"STATUS_HV_NOT_ACKNOWLEDGED","features":[1]},{"name":"STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE","features":[1]},{"name":"STATUS_HV_NOT_PRESENT","features":[1]},{"name":"STATUS_HV_NO_DATA","features":[1]},{"name":"STATUS_HV_NO_RESOURCES","features":[1]},{"name":"STATUS_HV_NX_NOT_DETECTED","features":[1]},{"name":"STATUS_HV_OBJECT_IN_USE","features":[1]},{"name":"STATUS_HV_OPERATION_DENIED","features":[1]},{"name":"STATUS_HV_OPERATION_FAILED","features":[1]},{"name":"STATUS_HV_PAGE_REQUEST_INVALID","features":[1]},{"name":"STATUS_HV_PARTITION_TOO_DEEP","features":[1]},{"name":"STATUS_HV_PENDING_PAGE_REQUESTS","features":[1]},{"name":"STATUS_HV_PROCESSOR_STARTUP_TIMEOUT","features":[1]},{"name":"STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE","features":[1]},{"name":"STATUS_HV_SMX_ENABLED","features":[1]},{"name":"STATUS_HV_UNKNOWN_PROPERTY","features":[1]},{"name":"STATUS_ILLEGAL_CHARACTER","features":[1]},{"name":"STATUS_ILLEGAL_DLL_RELOCATION","features":[1]},{"name":"STATUS_ILLEGAL_ELEMENT_ADDRESS","features":[1]},{"name":"STATUS_ILLEGAL_FLOAT_CONTEXT","features":[1]},{"name":"STATUS_ILLEGAL_FUNCTION","features":[1]},{"name":"STATUS_ILLEGAL_INSTRUCTION","features":[1]},{"name":"STATUS_ILL_FORMED_PASSWORD","features":[1]},{"name":"STATUS_ILL_FORMED_SERVICE_ENTRY","features":[1]},{"name":"STATUS_IMAGE_ALREADY_LOADED","features":[1]},{"name":"STATUS_IMAGE_ALREADY_LOADED_AS_DLL","features":[1]},{"name":"STATUS_IMAGE_AT_DIFFERENT_BASE","features":[1]},{"name":"STATUS_IMAGE_CERT_EXPIRED","features":[1]},{"name":"STATUS_IMAGE_CERT_REVOKED","features":[1]},{"name":"STATUS_IMAGE_CHECKSUM_MISMATCH","features":[1]},{"name":"STATUS_IMAGE_LOADED_AS_PATCH_IMAGE","features":[1]},{"name":"STATUS_IMAGE_MACHINE_TYPE_MISMATCH","features":[1]},{"name":"STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE","features":[1]},{"name":"STATUS_IMAGE_MP_UP_MISMATCH","features":[1]},{"name":"STATUS_IMAGE_NOT_AT_BASE","features":[1]},{"name":"STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT","features":[1]},{"name":"STATUS_IMPLEMENTATION_LIMIT","features":[1]},{"name":"STATUS_INCOMPATIBLE_DRIVER_BLOCKED","features":[1]},{"name":"STATUS_INCOMPATIBLE_FILE_MAP","features":[1]},{"name":"STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING","features":[1]},{"name":"STATUS_INCORRECT_ACCOUNT_TYPE","features":[1]},{"name":"STATUS_INDEX_OUT_OF_BOUNDS","features":[1]},{"name":"STATUS_INDOUBT_TRANSACTIONS_EXIST","features":[1]},{"name":"STATUS_INFO_LENGTH_MISMATCH","features":[1]},{"name":"STATUS_INSTANCE_NOT_AVAILABLE","features":[1]},{"name":"STATUS_INSTRUCTION_MISALIGNMENT","features":[1]},{"name":"STATUS_INSUFFICIENT_LOGON_INFO","features":[1]},{"name":"STATUS_INSUFFICIENT_NVRAM_RESOURCES","features":[1]},{"name":"STATUS_INSUFFICIENT_POWER","features":[1]},{"name":"STATUS_INSUFFICIENT_RESOURCES","features":[1]},{"name":"STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE","features":[1]},{"name":"STATUS_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES","features":[1]},{"name":"STATUS_INSUFF_SERVER_RESOURCES","features":[1]},{"name":"STATUS_INTEGER_DIVIDE_BY_ZERO","features":[1]},{"name":"STATUS_INTEGER_OVERFLOW","features":[1]},{"name":"STATUS_INTERMIXED_KERNEL_EA_OPERATION","features":[1]},{"name":"STATUS_INTERNAL_DB_CORRUPTION","features":[1]},{"name":"STATUS_INTERNAL_DB_ERROR","features":[1]},{"name":"STATUS_INTERNAL_ERROR","features":[1]},{"name":"STATUS_INTERRUPTED","features":[1]},{"name":"STATUS_INTERRUPT_STILL_CONNECTED","features":[1]},{"name":"STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED","features":[1]},{"name":"STATUS_INVALID_ACCOUNT_NAME","features":[1]},{"name":"STATUS_INVALID_ACE_CONDITION","features":[1]},{"name":"STATUS_INVALID_ACL","features":[1]},{"name":"STATUS_INVALID_ADDRESS","features":[1]},{"name":"STATUS_INVALID_ADDRESS_COMPONENT","features":[1]},{"name":"STATUS_INVALID_ADDRESS_WILDCARD","features":[1]},{"name":"STATUS_INVALID_BLOCK_LENGTH","features":[1]},{"name":"STATUS_INVALID_BUFFER_SIZE","features":[1]},{"name":"STATUS_INVALID_CAP","features":[1]},{"name":"STATUS_INVALID_CID","features":[1]},{"name":"STATUS_INVALID_COMPUTER_NAME","features":[1]},{"name":"STATUS_INVALID_CONFIG_VALUE","features":[1]},{"name":"STATUS_INVALID_CONNECTION","features":[1]},{"name":"STATUS_INVALID_CRUNTIME_PARAMETER","features":[1]},{"name":"STATUS_INVALID_DEVICE_OBJECT_PARAMETER","features":[1]},{"name":"STATUS_INVALID_DEVICE_REQUEST","features":[1]},{"name":"STATUS_INVALID_DEVICE_STATE","features":[1]},{"name":"STATUS_INVALID_DISPOSITION","features":[1]},{"name":"STATUS_INVALID_DOMAIN_ROLE","features":[1]},{"name":"STATUS_INVALID_DOMAIN_STATE","features":[1]},{"name":"STATUS_INVALID_EA_FLAG","features":[1]},{"name":"STATUS_INVALID_EA_NAME","features":[1]},{"name":"STATUS_INVALID_EXCEPTION_HANDLER","features":[1]},{"name":"STATUS_INVALID_FIELD_IN_PARAMETER_LIST","features":[1]},{"name":"STATUS_INVALID_FILE_FOR_SECTION","features":[1]},{"name":"STATUS_INVALID_GROUP_ATTRIBUTES","features":[1]},{"name":"STATUS_INVALID_HANDLE","features":[1]},{"name":"STATUS_INVALID_HW_PROFILE","features":[1]},{"name":"STATUS_INVALID_IDN_NORMALIZATION","features":[1]},{"name":"STATUS_INVALID_ID_AUTHORITY","features":[1]},{"name":"STATUS_INVALID_IMAGE_FORMAT","features":[1]},{"name":"STATUS_INVALID_IMAGE_HASH","features":[1]},{"name":"STATUS_INVALID_IMAGE_LE_FORMAT","features":[1]},{"name":"STATUS_INVALID_IMAGE_NE_FORMAT","features":[1]},{"name":"STATUS_INVALID_IMAGE_NOT_MZ","features":[1]},{"name":"STATUS_INVALID_IMAGE_PROTECT","features":[1]},{"name":"STATUS_INVALID_IMAGE_WIN_16","features":[1]},{"name":"STATUS_INVALID_IMAGE_WIN_32","features":[1]},{"name":"STATUS_INVALID_IMAGE_WIN_64","features":[1]},{"name":"STATUS_INVALID_IMPORT_OF_NON_DLL","features":[1]},{"name":"STATUS_INVALID_INFO_CLASS","features":[1]},{"name":"STATUS_INVALID_INITIATOR_TARGET_PATH","features":[1]},{"name":"STATUS_INVALID_KERNEL_INFO_VERSION","features":[1]},{"name":"STATUS_INVALID_LABEL","features":[1]},{"name":"STATUS_INVALID_LDT_DESCRIPTOR","features":[1]},{"name":"STATUS_INVALID_LDT_OFFSET","features":[1]},{"name":"STATUS_INVALID_LDT_SIZE","features":[1]},{"name":"STATUS_INVALID_LEVEL","features":[1]},{"name":"STATUS_INVALID_LOCK_RANGE","features":[1]},{"name":"STATUS_INVALID_LOCK_SEQUENCE","features":[1]},{"name":"STATUS_INVALID_LOGON_HOURS","features":[1]},{"name":"STATUS_INVALID_LOGON_TYPE","features":[1]},{"name":"STATUS_INVALID_MEMBER","features":[1]},{"name":"STATUS_INVALID_MESSAGE","features":[1]},{"name":"STATUS_INVALID_NETWORK_RESPONSE","features":[1]},{"name":"STATUS_INVALID_OFFSET_ALIGNMENT","features":[1]},{"name":"STATUS_INVALID_OPLOCK_PROTOCOL","features":[1]},{"name":"STATUS_INVALID_OWNER","features":[1]},{"name":"STATUS_INVALID_PACKAGE_SID_LENGTH","features":[1]},{"name":"STATUS_INVALID_PAGE_PROTECTION","features":[1]},{"name":"STATUS_INVALID_PARAMETER","features":[1]},{"name":"STATUS_INVALID_PARAMETER_1","features":[1]},{"name":"STATUS_INVALID_PARAMETER_10","features":[1]},{"name":"STATUS_INVALID_PARAMETER_11","features":[1]},{"name":"STATUS_INVALID_PARAMETER_12","features":[1]},{"name":"STATUS_INVALID_PARAMETER_2","features":[1]},{"name":"STATUS_INVALID_PARAMETER_3","features":[1]},{"name":"STATUS_INVALID_PARAMETER_4","features":[1]},{"name":"STATUS_INVALID_PARAMETER_5","features":[1]},{"name":"STATUS_INVALID_PARAMETER_6","features":[1]},{"name":"STATUS_INVALID_PARAMETER_7","features":[1]},{"name":"STATUS_INVALID_PARAMETER_8","features":[1]},{"name":"STATUS_INVALID_PARAMETER_9","features":[1]},{"name":"STATUS_INVALID_PARAMETER_MIX","features":[1]},{"name":"STATUS_INVALID_PEP_INFO_VERSION","features":[1]},{"name":"STATUS_INVALID_PIPE_STATE","features":[1]},{"name":"STATUS_INVALID_PLUGPLAY_DEVICE_PATH","features":[1]},{"name":"STATUS_INVALID_PORT_ATTRIBUTES","features":[1]},{"name":"STATUS_INVALID_PORT_HANDLE","features":[1]},{"name":"STATUS_INVALID_PRIMARY_GROUP","features":[1]},{"name":"STATUS_INVALID_QUOTA_LOWER","features":[1]},{"name":"STATUS_INVALID_READ_MODE","features":[1]},{"name":"STATUS_INVALID_RUNLEVEL_SETTING","features":[1]},{"name":"STATUS_INVALID_SECURITY_DESCR","features":[1]},{"name":"STATUS_INVALID_SERVER_STATE","features":[1]},{"name":"STATUS_INVALID_SESSION","features":[1]},{"name":"STATUS_INVALID_SID","features":[1]},{"name":"STATUS_INVALID_SIGNATURE","features":[1]},{"name":"STATUS_INVALID_STATE_TRANSITION","features":[1]},{"name":"STATUS_INVALID_SUB_AUTHORITY","features":[1]},{"name":"STATUS_INVALID_SYSTEM_SERVICE","features":[1]},{"name":"STATUS_INVALID_TASK_INDEX","features":[1]},{"name":"STATUS_INVALID_TASK_NAME","features":[1]},{"name":"STATUS_INVALID_THREAD","features":[1]},{"name":"STATUS_INVALID_TOKEN","features":[1]},{"name":"STATUS_INVALID_TRANSACTION","features":[1]},{"name":"STATUS_INVALID_UNWIND_TARGET","features":[1]},{"name":"STATUS_INVALID_USER_BUFFER","features":[1]},{"name":"STATUS_INVALID_USER_PRINCIPAL_NAME","features":[1]},{"name":"STATUS_INVALID_VARIANT","features":[1]},{"name":"STATUS_INVALID_VIEW_SIZE","features":[1]},{"name":"STATUS_INVALID_VOLUME_LABEL","features":[1]},{"name":"STATUS_INVALID_WEIGHT","features":[1]},{"name":"STATUS_INVALID_WORKSTATION","features":[1]},{"name":"STATUS_IN_PAGE_ERROR","features":[1]},{"name":"STATUS_IORING_COMPLETION_QUEUE_TOO_BIG","features":[1]},{"name":"STATUS_IORING_COMPLETION_QUEUE_TOO_FULL","features":[1]},{"name":"STATUS_IORING_CORRUPT","features":[1]},{"name":"STATUS_IORING_REQUIRED_FLAG_NOT_SUPPORTED","features":[1]},{"name":"STATUS_IORING_SUBMISSION_QUEUE_FULL","features":[1]},{"name":"STATUS_IORING_SUBMISSION_QUEUE_TOO_BIG","features":[1]},{"name":"STATUS_IORING_SUBMIT_IN_PROGRESS","features":[1]},{"name":"STATUS_IORING_VERSION_NOT_SUPPORTED","features":[1]},{"name":"STATUS_IO_DEVICE_ERROR","features":[1]},{"name":"STATUS_IO_DEVICE_INVALID_DATA","features":[1]},{"name":"STATUS_IO_OPERATION_TIMEOUT","features":[1]},{"name":"STATUS_IO_PREEMPTED","features":[1]},{"name":"STATUS_IO_PRIVILEGE_FAILED","features":[1]},{"name":"STATUS_IO_REISSUE_AS_CACHED","features":[1]},{"name":"STATUS_IO_REPARSE_DATA_INVALID","features":[1]},{"name":"STATUS_IO_REPARSE_TAG_INVALID","features":[1]},{"name":"STATUS_IO_REPARSE_TAG_MISMATCH","features":[1]},{"name":"STATUS_IO_REPARSE_TAG_NOT_HANDLED","features":[1]},{"name":"STATUS_IO_TIMEOUT","features":[1]},{"name":"STATUS_IO_UNALIGNED_WRITE","features":[1]},{"name":"STATUS_IPSEC_AUTH_FIREWALL_DROP","features":[1]},{"name":"STATUS_IPSEC_BAD_SPI","features":[1]},{"name":"STATUS_IPSEC_CLEAR_TEXT_DROP","features":[1]},{"name":"STATUS_IPSEC_DOSP_BLOCK","features":[1]},{"name":"STATUS_IPSEC_DOSP_INVALID_PACKET","features":[1]},{"name":"STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED","features":[1]},{"name":"STATUS_IPSEC_DOSP_MAX_ENTRIES","features":[1]},{"name":"STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES","features":[1]},{"name":"STATUS_IPSEC_DOSP_RECEIVED_MULTICAST","features":[1]},{"name":"STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED","features":[1]},{"name":"STATUS_IPSEC_INTEGRITY_CHECK_FAILED","features":[1]},{"name":"STATUS_IPSEC_INVALID_PACKET","features":[1]},{"name":"STATUS_IPSEC_QUEUE_OVERFLOW","features":[1]},{"name":"STATUS_IPSEC_REPLAY_CHECK_FAILED","features":[1]},{"name":"STATUS_IPSEC_SA_LIFETIME_EXPIRED","features":[1]},{"name":"STATUS_IPSEC_THROTTLE_DROP","features":[1]},{"name":"STATUS_IPSEC_WRONG_SA","features":[1]},{"name":"STATUS_IP_ADDRESS_CONFLICT1","features":[1]},{"name":"STATUS_IP_ADDRESS_CONFLICT2","features":[1]},{"name":"STATUS_ISSUING_CA_UNTRUSTED","features":[1]},{"name":"STATUS_ISSUING_CA_UNTRUSTED_KDC","features":[1]},{"name":"STATUS_JOB_NOT_EMPTY","features":[1]},{"name":"STATUS_JOB_NO_CONTAINER","features":[1]},{"name":"STATUS_JOURNAL_DELETE_IN_PROGRESS","features":[1]},{"name":"STATUS_JOURNAL_ENTRY_DELETED","features":[1]},{"name":"STATUS_JOURNAL_NOT_ACTIVE","features":[1]},{"name":"STATUS_KDC_CERT_EXPIRED","features":[1]},{"name":"STATUS_KDC_CERT_REVOKED","features":[1]},{"name":"STATUS_KDC_INVALID_REQUEST","features":[1]},{"name":"STATUS_KDC_UNABLE_TO_REFER","features":[1]},{"name":"STATUS_KDC_UNKNOWN_ETYPE","features":[1]},{"name":"STATUS_KERNEL_APC","features":[1]},{"name":"STATUS_KERNEL_EXECUTABLE_MEMORY_WRITE","features":[1]},{"name":"STATUS_KEY_DELETED","features":[1]},{"name":"STATUS_KEY_HAS_CHILDREN","features":[1]},{"name":"STATUS_LAPS_ENCRYPTION_REQUIRES_2016_DFL","features":[1]},{"name":"STATUS_LAPS_LEGACY_SCHEMA_MISSING","features":[1]},{"name":"STATUS_LAPS_SCHEMA_MISSING","features":[1]},{"name":"STATUS_LAST_ADMIN","features":[1]},{"name":"STATUS_LICENSE_QUOTA_EXCEEDED","features":[1]},{"name":"STATUS_LICENSE_VIOLATION","features":[1]},{"name":"STATUS_LINK_FAILED","features":[1]},{"name":"STATUS_LINK_TIMEOUT","features":[1]},{"name":"STATUS_LM_CROSS_ENCRYPTION_REQUIRED","features":[1]},{"name":"STATUS_LOCAL_DISCONNECT","features":[1]},{"name":"STATUS_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED","features":[1]},{"name":"STATUS_LOCAL_USER_SESSION_KEY","features":[1]},{"name":"STATUS_LOCK_NOT_GRANTED","features":[1]},{"name":"STATUS_LOGIN_TIME_RESTRICTION","features":[1]},{"name":"STATUS_LOGIN_WKSTA_RESTRICTION","features":[1]},{"name":"STATUS_LOGON_NOT_GRANTED","features":[1]},{"name":"STATUS_LOGON_SERVER_CONFLICT","features":[1]},{"name":"STATUS_LOGON_SESSION_COLLISION","features":[1]},{"name":"STATUS_LOGON_SESSION_EXISTS","features":[1]},{"name":"STATUS_LOG_APPENDED_FLUSH_FAILED","features":[1]},{"name":"STATUS_LOG_ARCHIVE_IN_PROGRESS","features":[1]},{"name":"STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS","features":[1]},{"name":"STATUS_LOG_BLOCKS_EXHAUSTED","features":[1]},{"name":"STATUS_LOG_BLOCK_INCOMPLETE","features":[1]},{"name":"STATUS_LOG_BLOCK_INVALID","features":[1]},{"name":"STATUS_LOG_BLOCK_VERSION","features":[1]},{"name":"STATUS_LOG_CANT_DELETE","features":[1]},{"name":"STATUS_LOG_CLIENT_ALREADY_REGISTERED","features":[1]},{"name":"STATUS_LOG_CLIENT_NOT_REGISTERED","features":[1]},{"name":"STATUS_LOG_CONTAINER_LIMIT_EXCEEDED","features":[1]},{"name":"STATUS_LOG_CONTAINER_OPEN_FAILED","features":[1]},{"name":"STATUS_LOG_CONTAINER_READ_FAILED","features":[1]},{"name":"STATUS_LOG_CONTAINER_STATE_INVALID","features":[1]},{"name":"STATUS_LOG_CONTAINER_WRITE_FAILED","features":[1]},{"name":"STATUS_LOG_CORRUPTION_DETECTED","features":[1]},{"name":"STATUS_LOG_DEDICATED","features":[1]},{"name":"STATUS_LOG_EPHEMERAL","features":[1]},{"name":"STATUS_LOG_FILE_FULL","features":[1]},{"name":"STATUS_LOG_FULL","features":[1]},{"name":"STATUS_LOG_FULL_HANDLER_IN_PROGRESS","features":[1]},{"name":"STATUS_LOG_GROWTH_FAILED","features":[1]},{"name":"STATUS_LOG_HARD_ERROR","features":[1]},{"name":"STATUS_LOG_INCONSISTENT_SECURITY","features":[1]},{"name":"STATUS_LOG_INVALID_RANGE","features":[1]},{"name":"STATUS_LOG_METADATA_CORRUPT","features":[1]},{"name":"STATUS_LOG_METADATA_FLUSH_FAILED","features":[1]},{"name":"STATUS_LOG_METADATA_INCONSISTENT","features":[1]},{"name":"STATUS_LOG_METADATA_INVALID","features":[1]},{"name":"STATUS_LOG_MULTIPLEXED","features":[1]},{"name":"STATUS_LOG_NOT_ENOUGH_CONTAINERS","features":[1]},{"name":"STATUS_LOG_NO_RESTART","features":[1]},{"name":"STATUS_LOG_PINNED","features":[1]},{"name":"STATUS_LOG_PINNED_ARCHIVE_TAIL","features":[1]},{"name":"STATUS_LOG_PINNED_RESERVATION","features":[1]},{"name":"STATUS_LOG_POLICY_ALREADY_INSTALLED","features":[1]},{"name":"STATUS_LOG_POLICY_CONFLICT","features":[1]},{"name":"STATUS_LOG_POLICY_INVALID","features":[1]},{"name":"STATUS_LOG_POLICY_NOT_INSTALLED","features":[1]},{"name":"STATUS_LOG_READ_CONTEXT_INVALID","features":[1]},{"name":"STATUS_LOG_READ_MODE_INVALID","features":[1]},{"name":"STATUS_LOG_RECORDS_RESERVED_INVALID","features":[1]},{"name":"STATUS_LOG_RECORD_NONEXISTENT","features":[1]},{"name":"STATUS_LOG_RESERVATION_INVALID","features":[1]},{"name":"STATUS_LOG_RESIZE_INVALID_SIZE","features":[1]},{"name":"STATUS_LOG_RESTART_INVALID","features":[1]},{"name":"STATUS_LOG_SECTOR_INVALID","features":[1]},{"name":"STATUS_LOG_SECTOR_PARITY_INVALID","features":[1]},{"name":"STATUS_LOG_SECTOR_REMAPPED","features":[1]},{"name":"STATUS_LOG_SPACE_RESERVED_INVALID","features":[1]},{"name":"STATUS_LOG_START_OF_LOG","features":[1]},{"name":"STATUS_LOG_STATE_INVALID","features":[1]},{"name":"STATUS_LOG_TAIL_INVALID","features":[1]},{"name":"STATUS_LONGJUMP","features":[1]},{"name":"STATUS_LOST_MODE_LOGON_RESTRICTION","features":[1]},{"name":"STATUS_LOST_WRITEBEHIND_DATA","features":[1]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR","features":[1]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED","features":[1]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR","features":[1]},{"name":"STATUS_LPAC_ACCESS_DENIED","features":[1]},{"name":"STATUS_LPC_HANDLE_COUNT_EXCEEDED","features":[1]},{"name":"STATUS_LPC_INVALID_CONNECTION_USAGE","features":[1]},{"name":"STATUS_LPC_RECEIVE_BUFFER_EXPECTED","features":[1]},{"name":"STATUS_LPC_REPLY_LOST","features":[1]},{"name":"STATUS_LPC_REQUESTS_NOT_ALLOWED","features":[1]},{"name":"STATUS_LUIDS_EXHAUSTED","features":[1]},{"name":"STATUS_MAGAZINE_NOT_PRESENT","features":[1]},{"name":"STATUS_MAPPED_ALIGNMENT","features":[1]},{"name":"STATUS_MAPPED_FILE_SIZE_ZERO","features":[1]},{"name":"STATUS_MARKED_TO_DISALLOW_WRITES","features":[1]},{"name":"STATUS_MARSHALL_OVERFLOW","features":[1]},{"name":"STATUS_MAX_REFERRALS_EXCEEDED","features":[1]},{"name":"STATUS_MCA_EXCEPTION","features":[1]},{"name":"STATUS_MCA_OCCURED","features":[1]},{"name":"STATUS_MEDIA_CHANGED","features":[1]},{"name":"STATUS_MEDIA_CHECK","features":[1]},{"name":"STATUS_MEDIA_WRITE_PROTECTED","features":[1]},{"name":"STATUS_MEMBERS_PRIMARY_GROUP","features":[1]},{"name":"STATUS_MEMBER_IN_ALIAS","features":[1]},{"name":"STATUS_MEMBER_IN_GROUP","features":[1]},{"name":"STATUS_MEMBER_NOT_IN_ALIAS","features":[1]},{"name":"STATUS_MEMBER_NOT_IN_GROUP","features":[1]},{"name":"STATUS_MEMORY_NOT_ALLOCATED","features":[1]},{"name":"STATUS_MESSAGE_LOST","features":[1]},{"name":"STATUS_MESSAGE_NOT_FOUND","features":[1]},{"name":"STATUS_MESSAGE_RETRIEVED","features":[1]},{"name":"STATUS_MFT_TOO_FRAGMENTED","features":[1]},{"name":"STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION","features":[1]},{"name":"STATUS_MISSING_SYSTEMFILE","features":[1]},{"name":"STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM","features":[1]},{"name":"STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK","features":[1]},{"name":"STATUS_MONITOR_INVALID_MANUFACTURE_DATE","features":[1]},{"name":"STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK","features":[1]},{"name":"STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK","features":[1]},{"name":"STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK","features":[1]},{"name":"STATUS_MONITOR_NO_DESCRIPTOR","features":[1]},{"name":"STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA","features":[1]},{"name":"STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT","features":[1]},{"name":"STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED","features":[1]},{"name":"STATUS_MORE_ENTRIES","features":[1]},{"name":"STATUS_MORE_PROCESSING_REQUIRED","features":[1]},{"name":"STATUS_MOUNT_POINT_NOT_RESOLVED","features":[1]},{"name":"STATUS_MP_PROCESSOR_MISMATCH","features":[1]},{"name":"STATUS_MUI_FILE_NOT_FOUND","features":[1]},{"name":"STATUS_MUI_FILE_NOT_LOADED","features":[1]},{"name":"STATUS_MUI_INVALID_FILE","features":[1]},{"name":"STATUS_MUI_INVALID_LOCALE_NAME","features":[1]},{"name":"STATUS_MUI_INVALID_RC_CONFIG","features":[1]},{"name":"STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME","features":[1]},{"name":"STATUS_MULTIPLE_FAULT_VIOLATION","features":[1]},{"name":"STATUS_MUST_BE_KDC","features":[1]},{"name":"STATUS_MUTANT_LIMIT_EXCEEDED","features":[1]},{"name":"STATUS_MUTANT_NOT_OWNED","features":[1]},{"name":"STATUS_MUTUAL_AUTHENTICATION_FAILED","features":[1]},{"name":"STATUS_NAME_TOO_LONG","features":[1]},{"name":"STATUS_NDIS_ADAPTER_NOT_FOUND","features":[1]},{"name":"STATUS_NDIS_ADAPTER_NOT_READY","features":[1]},{"name":"STATUS_NDIS_ADAPTER_REMOVED","features":[1]},{"name":"STATUS_NDIS_ALREADY_MAPPED","features":[1]},{"name":"STATUS_NDIS_BAD_CHARACTERISTICS","features":[1]},{"name":"STATUS_NDIS_BAD_VERSION","features":[1]},{"name":"STATUS_NDIS_BUFFER_TOO_SHORT","features":[1]},{"name":"STATUS_NDIS_CLOSING","features":[1]},{"name":"STATUS_NDIS_DEVICE_FAILED","features":[1]},{"name":"STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE","features":[1]},{"name":"STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED","features":[1]},{"name":"STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE","features":[1]},{"name":"STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED","features":[1]},{"name":"STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED","features":[1]},{"name":"STATUS_NDIS_DOT11_MEDIA_IN_USE","features":[1]},{"name":"STATUS_NDIS_DOT11_POWER_STATE_INVALID","features":[1]},{"name":"STATUS_NDIS_ERROR_READING_FILE","features":[1]},{"name":"STATUS_NDIS_FILE_NOT_FOUND","features":[1]},{"name":"STATUS_NDIS_GROUP_ADDRESS_IN_USE","features":[1]},{"name":"STATUS_NDIS_INDICATION_REQUIRED","features":[1]},{"name":"STATUS_NDIS_INTERFACE_NOT_FOUND","features":[1]},{"name":"STATUS_NDIS_INVALID_ADDRESS","features":[1]},{"name":"STATUS_NDIS_INVALID_DATA","features":[1]},{"name":"STATUS_NDIS_INVALID_DEVICE_REQUEST","features":[1]},{"name":"STATUS_NDIS_INVALID_LENGTH","features":[1]},{"name":"STATUS_NDIS_INVALID_OID","features":[1]},{"name":"STATUS_NDIS_INVALID_PACKET","features":[1]},{"name":"STATUS_NDIS_INVALID_PORT","features":[1]},{"name":"STATUS_NDIS_INVALID_PORT_STATE","features":[1]},{"name":"STATUS_NDIS_LOW_POWER_STATE","features":[1]},{"name":"STATUS_NDIS_MEDIA_DISCONNECTED","features":[1]},{"name":"STATUS_NDIS_MULTICAST_EXISTS","features":[1]},{"name":"STATUS_NDIS_MULTICAST_FULL","features":[1]},{"name":"STATUS_NDIS_MULTICAST_NOT_FOUND","features":[1]},{"name":"STATUS_NDIS_NOT_SUPPORTED","features":[1]},{"name":"STATUS_NDIS_NO_QUEUES","features":[1]},{"name":"STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED","features":[1]},{"name":"STATUS_NDIS_OFFLOAD_PATH_REJECTED","features":[1]},{"name":"STATUS_NDIS_OFFLOAD_POLICY","features":[1]},{"name":"STATUS_NDIS_OPEN_FAILED","features":[1]},{"name":"STATUS_NDIS_PAUSED","features":[1]},{"name":"STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL","features":[1]},{"name":"STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL","features":[1]},{"name":"STATUS_NDIS_REINIT_REQUIRED","features":[1]},{"name":"STATUS_NDIS_REQUEST_ABORTED","features":[1]},{"name":"STATUS_NDIS_RESET_IN_PROGRESS","features":[1]},{"name":"STATUS_NDIS_RESOURCE_CONFLICT","features":[1]},{"name":"STATUS_NDIS_UNSUPPORTED_MEDIA","features":[1]},{"name":"STATUS_NDIS_UNSUPPORTED_REVISION","features":[1]},{"name":"STATUS_ND_QUEUE_OVERFLOW","features":[1]},{"name":"STATUS_NEEDS_REGISTRATION","features":[1]},{"name":"STATUS_NEEDS_REMEDIATION","features":[1]},{"name":"STATUS_NETLOGON_NOT_STARTED","features":[1]},{"name":"STATUS_NETWORK_ACCESS_DENIED","features":[1]},{"name":"STATUS_NETWORK_ACCESS_DENIED_EDP","features":[1]},{"name":"STATUS_NETWORK_AUTHENTICATION_PROMPT_CANCELED","features":[1]},{"name":"STATUS_NETWORK_BUSY","features":[1]},{"name":"STATUS_NETWORK_CREDENTIAL_CONFLICT","features":[1]},{"name":"STATUS_NETWORK_NAME_DELETED","features":[1]},{"name":"STATUS_NETWORK_OPEN_RESTRICTION","features":[1]},{"name":"STATUS_NETWORK_SESSION_EXPIRED","features":[1]},{"name":"STATUS_NETWORK_UNREACHABLE","features":[1]},{"name":"STATUS_NET_WRITE_FAULT","features":[1]},{"name":"STATUS_NOINTERFACE","features":[1]},{"name":"STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT","features":[1]},{"name":"STATUS_NOLOGON_SERVER_TRUST_ACCOUNT","features":[1]},{"name":"STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT","features":[1]},{"name":"STATUS_NONCONTINUABLE_EXCEPTION","features":[1]},{"name":"STATUS_NONEXISTENT_EA_ENTRY","features":[1]},{"name":"STATUS_NONEXISTENT_SECTOR","features":[1]},{"name":"STATUS_NONE_MAPPED","features":[1]},{"name":"STATUS_NOTHING_TO_TERMINATE","features":[1]},{"name":"STATUS_NOTIFICATION_GUID_ALREADY_DEFINED","features":[1]},{"name":"STATUS_NOTIFY_CLEANUP","features":[1]},{"name":"STATUS_NOTIFY_ENUM_DIR","features":[1]},{"name":"STATUS_NOT_ALLOWED_ON_SYSTEM_FILE","features":[1]},{"name":"STATUS_NOT_ALL_ASSIGNED","features":[1]},{"name":"STATUS_NOT_APPCONTAINER","features":[1]},{"name":"STATUS_NOT_A_CLOUD_FILE","features":[1]},{"name":"STATUS_NOT_A_CLOUD_SYNC_ROOT","features":[1]},{"name":"STATUS_NOT_A_DAX_VOLUME","features":[1]},{"name":"STATUS_NOT_A_DEV_VOLUME","features":[1]},{"name":"STATUS_NOT_A_DIRECTORY","features":[1]},{"name":"STATUS_NOT_A_REPARSE_POINT","features":[1]},{"name":"STATUS_NOT_A_TIERED_VOLUME","features":[1]},{"name":"STATUS_NOT_CAPABLE","features":[1]},{"name":"STATUS_NOT_CLIENT_SESSION","features":[1]},{"name":"STATUS_NOT_COMMITTED","features":[1]},{"name":"STATUS_NOT_DAX_MAPPABLE","features":[1]},{"name":"STATUS_NOT_EXPORT_FORMAT","features":[1]},{"name":"STATUS_NOT_FOUND","features":[1]},{"name":"STATUS_NOT_GUI_PROCESS","features":[1]},{"name":"STATUS_NOT_IMPLEMENTED","features":[1]},{"name":"STATUS_NOT_LOCKED","features":[1]},{"name":"STATUS_NOT_LOGON_PROCESS","features":[1]},{"name":"STATUS_NOT_MAPPED_DATA","features":[1]},{"name":"STATUS_NOT_MAPPED_VIEW","features":[1]},{"name":"STATUS_NOT_READ_FROM_COPY","features":[1]},{"name":"STATUS_NOT_REDUNDANT_STORAGE","features":[1]},{"name":"STATUS_NOT_REGISTRY_FILE","features":[1]},{"name":"STATUS_NOT_SAFE_MODE_DRIVER","features":[1]},{"name":"STATUS_NOT_SAME_DEVICE","features":[1]},{"name":"STATUS_NOT_SAME_OBJECT","features":[1]},{"name":"STATUS_NOT_SERVER_SESSION","features":[1]},{"name":"STATUS_NOT_SNAPSHOT_VOLUME","features":[1]},{"name":"STATUS_NOT_SUPPORTED","features":[1]},{"name":"STATUS_NOT_SUPPORTED_IN_APPCONTAINER","features":[1]},{"name":"STATUS_NOT_SUPPORTED_ON_DAX","features":[1]},{"name":"STATUS_NOT_SUPPORTED_ON_SBS","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_AUDITING","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_BTT","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_BYPASSIO","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_CACHED_HANDLE","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_COMPRESSION","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_DEDUPLICATION","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_ENCRYPTION","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_MONITORING","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_REPLICATION","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_SNAPSHOT","features":[1]},{"name":"STATUS_NOT_SUPPORTED_WITH_VIRTUALIZATION","features":[1]},{"name":"STATUS_NOT_TINY_STREAM","features":[1]},{"name":"STATUS_NO_ACE_CONDITION","features":[1]},{"name":"STATUS_NO_APPLICABLE_APP_LICENSES_FOUND","features":[1]},{"name":"STATUS_NO_APPLICATION_PACKAGE","features":[1]},{"name":"STATUS_NO_BROWSER_SERVERS_FOUND","features":[1]},{"name":"STATUS_NO_BYPASSIO_DRIVER_SUPPORT","features":[1]},{"name":"STATUS_NO_CALLBACK_ACTIVE","features":[1]},{"name":"STATUS_NO_DATA_DETECTED","features":[1]},{"name":"STATUS_NO_EAS_ON_FILE","features":[1]},{"name":"STATUS_NO_EFS","features":[1]},{"name":"STATUS_NO_EVENT_PAIR","features":[1]},{"name":"STATUS_NO_GUID_TRANSLATION","features":[1]},{"name":"STATUS_NO_IMPERSONATION_TOKEN","features":[1]},{"name":"STATUS_NO_INHERITANCE","features":[1]},{"name":"STATUS_NO_IP_ADDRESSES","features":[1]},{"name":"STATUS_NO_KERB_KEY","features":[1]},{"name":"STATUS_NO_KEY","features":[1]},{"name":"STATUS_NO_LDT","features":[1]},{"name":"STATUS_NO_LINK_TRACKING_IN_TRANSACTION","features":[1]},{"name":"STATUS_NO_LOGON_SERVERS","features":[1]},{"name":"STATUS_NO_LOG_SPACE","features":[1]},{"name":"STATUS_NO_MATCH","features":[1]},{"name":"STATUS_NO_MEDIA","features":[1]},{"name":"STATUS_NO_MEDIA_IN_DEVICE","features":[1]},{"name":"STATUS_NO_MEMORY","features":[1]},{"name":"STATUS_NO_MORE_EAS","features":[1]},{"name":"STATUS_NO_MORE_ENTRIES","features":[1]},{"name":"STATUS_NO_MORE_FILES","features":[1]},{"name":"STATUS_NO_MORE_MATCHES","features":[1]},{"name":"STATUS_NO_PAGEFILE","features":[1]},{"name":"STATUS_NO_PA_DATA","features":[1]},{"name":"STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND","features":[1]},{"name":"STATUS_NO_QUOTAS_FOR_ACCOUNT","features":[1]},{"name":"STATUS_NO_RANGES_PROCESSED","features":[1]},{"name":"STATUS_NO_RECOVERY_POLICY","features":[1]},{"name":"STATUS_NO_S4U_PROT_SUPPORT","features":[1]},{"name":"STATUS_NO_SAVEPOINT_WITH_OPEN_FILES","features":[1]},{"name":"STATUS_NO_SECRETS","features":[1]},{"name":"STATUS_NO_SECURITY_CONTEXT","features":[1]},{"name":"STATUS_NO_SECURITY_ON_OBJECT","features":[1]},{"name":"STATUS_NO_SPOOL_SPACE","features":[1]},{"name":"STATUS_NO_SUCH_ALIAS","features":[1]},{"name":"STATUS_NO_SUCH_DEVICE","features":[1]},{"name":"STATUS_NO_SUCH_DOMAIN","features":[1]},{"name":"STATUS_NO_SUCH_FILE","features":[1]},{"name":"STATUS_NO_SUCH_GROUP","features":[1]},{"name":"STATUS_NO_SUCH_MEMBER","features":[1]},{"name":"STATUS_NO_SUCH_PACKAGE","features":[1]},{"name":"STATUS_NO_SUCH_PRIVILEGE","features":[1]},{"name":"STATUS_NO_TGT_REPLY","features":[1]},{"name":"STATUS_NO_TOKEN","features":[1]},{"name":"STATUS_NO_TRACKING_SERVICE","features":[1]},{"name":"STATUS_NO_TRUST_LSA_SECRET","features":[1]},{"name":"STATUS_NO_TRUST_SAM_ACCOUNT","features":[1]},{"name":"STATUS_NO_TXF_METADATA","features":[1]},{"name":"STATUS_NO_UNICODE_TRANSLATION","features":[1]},{"name":"STATUS_NO_USER_KEYS","features":[1]},{"name":"STATUS_NO_USER_SESSION_KEY","features":[1]},{"name":"STATUS_NO_WORK_DONE","features":[1]},{"name":"STATUS_NO_YIELD_PERFORMED","features":[1]},{"name":"STATUS_NTLM_BLOCKED","features":[1]},{"name":"STATUS_NT_CROSS_ENCRYPTION_REQUIRED","features":[1]},{"name":"STATUS_NULL_LM_PASSWORD","features":[1]},{"name":"STATUS_OBJECTID_EXISTS","features":[1]},{"name":"STATUS_OBJECTID_NOT_FOUND","features":[1]},{"name":"STATUS_OBJECT_IS_IMMUTABLE","features":[1]},{"name":"STATUS_OBJECT_NAME_COLLISION","features":[1]},{"name":"STATUS_OBJECT_NAME_EXISTS","features":[1]},{"name":"STATUS_OBJECT_NAME_INVALID","features":[1]},{"name":"STATUS_OBJECT_NAME_NOT_FOUND","features":[1]},{"name":"STATUS_OBJECT_NOT_EXTERNALLY_BACKED","features":[1]},{"name":"STATUS_OBJECT_NO_LONGER_EXISTS","features":[1]},{"name":"STATUS_OBJECT_PATH_INVALID","features":[1]},{"name":"STATUS_OBJECT_PATH_NOT_FOUND","features":[1]},{"name":"STATUS_OBJECT_PATH_SYNTAX_BAD","features":[1]},{"name":"STATUS_OBJECT_TYPE_MISMATCH","features":[1]},{"name":"STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED","features":[1]},{"name":"STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED","features":[1]},{"name":"STATUS_ONLY_IF_CONNECTED","features":[1]},{"name":"STATUS_OPEN_FAILED","features":[1]},{"name":"STATUS_OPERATION_IN_PROGRESS","features":[1]},{"name":"STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION","features":[1]},{"name":"STATUS_OPLOCK_BREAK_IN_PROGRESS","features":[1]},{"name":"STATUS_OPLOCK_HANDLE_CLOSED","features":[1]},{"name":"STATUS_OPLOCK_NOT_GRANTED","features":[1]},{"name":"STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE","features":[1]},{"name":"STATUS_ORDINAL_NOT_FOUND","features":[1]},{"name":"STATUS_ORPHAN_NAME_EXHAUSTED","features":[1]},{"name":"STATUS_PACKAGE_NOT_AVAILABLE","features":[1]},{"name":"STATUS_PACKAGE_UPDATING","features":[1]},{"name":"STATUS_PAGEFILE_CREATE_FAILED","features":[1]},{"name":"STATUS_PAGEFILE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_PAGEFILE_QUOTA","features":[1]},{"name":"STATUS_PAGEFILE_QUOTA_EXCEEDED","features":[1]},{"name":"STATUS_PAGE_FAULT_COPY_ON_WRITE","features":[1]},{"name":"STATUS_PAGE_FAULT_DEMAND_ZERO","features":[1]},{"name":"STATUS_PAGE_FAULT_GUARD_PAGE","features":[1]},{"name":"STATUS_PAGE_FAULT_PAGING_FILE","features":[1]},{"name":"STATUS_PAGE_FAULT_RETRY","features":[1]},{"name":"STATUS_PAGE_FAULT_TRANSITION","features":[1]},{"name":"STATUS_PARAMETER_QUOTA_EXCEEDED","features":[1]},{"name":"STATUS_PARITY_ERROR","features":[1]},{"name":"STATUS_PARTIAL_COPY","features":[1]},{"name":"STATUS_PARTITION_FAILURE","features":[1]},{"name":"STATUS_PARTITION_TERMINATING","features":[1]},{"name":"STATUS_PASSWORD_CHANGE_REQUIRED","features":[1]},{"name":"STATUS_PASSWORD_RESTRICTION","features":[1]},{"name":"STATUS_PATCH_CONFLICT","features":[1]},{"name":"STATUS_PATCH_DEFERRED","features":[1]},{"name":"STATUS_PATCH_NOT_REGISTERED","features":[1]},{"name":"STATUS_PATH_NOT_COVERED","features":[1]},{"name":"STATUS_PCP_ATTESTATION_CHALLENGE_NOT_SET","features":[1]},{"name":"STATUS_PCP_AUTHENTICATION_FAILED","features":[1]},{"name":"STATUS_PCP_AUTHENTICATION_IGNORED","features":[1]},{"name":"STATUS_PCP_BUFFER_LENGTH_MISMATCH","features":[1]},{"name":"STATUS_PCP_BUFFER_TOO_SMALL","features":[1]},{"name":"STATUS_PCP_CLAIM_TYPE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_PCP_DEVICE_NOT_FOUND","features":[1]},{"name":"STATUS_PCP_DEVICE_NOT_READY","features":[1]},{"name":"STATUS_PCP_ERROR_MASK","features":[1]},{"name":"STATUS_PCP_FLAG_NOT_SUPPORTED","features":[1]},{"name":"STATUS_PCP_IFX_RSA_KEY_CREATION_BLOCKED","features":[1]},{"name":"STATUS_PCP_INTERNAL_ERROR","features":[1]},{"name":"STATUS_PCP_INVALID_HANDLE","features":[1]},{"name":"STATUS_PCP_INVALID_PARAMETER","features":[1]},{"name":"STATUS_PCP_KEY_ALREADY_FINALIZED","features":[1]},{"name":"STATUS_PCP_KEY_HANDLE_INVALIDATED","features":[1]},{"name":"STATUS_PCP_KEY_NOT_AIK","features":[1]},{"name":"STATUS_PCP_KEY_NOT_AUTHENTICATED","features":[1]},{"name":"STATUS_PCP_KEY_NOT_FINALIZED","features":[1]},{"name":"STATUS_PCP_KEY_NOT_LOADED","features":[1]},{"name":"STATUS_PCP_KEY_NOT_SIGNING_KEY","features":[1]},{"name":"STATUS_PCP_KEY_USAGE_POLICY_INVALID","features":[1]},{"name":"STATUS_PCP_KEY_USAGE_POLICY_NOT_SUPPORTED","features":[1]},{"name":"STATUS_PCP_LOCKED_OUT","features":[1]},{"name":"STATUS_PCP_NOT_PCR_BOUND","features":[1]},{"name":"STATUS_PCP_NOT_SUPPORTED","features":[1]},{"name":"STATUS_PCP_NO_KEY_CERTIFICATION","features":[1]},{"name":"STATUS_PCP_POLICY_NOT_FOUND","features":[1]},{"name":"STATUS_PCP_PROFILE_NOT_FOUND","features":[1]},{"name":"STATUS_PCP_RAW_POLICY_NOT_SUPPORTED","features":[1]},{"name":"STATUS_PCP_SOFT_KEY_ERROR","features":[1]},{"name":"STATUS_PCP_TICKET_MISSING","features":[1]},{"name":"STATUS_PCP_TPM_VERSION_NOT_SUPPORTED","features":[1]},{"name":"STATUS_PCP_UNSUPPORTED_PSS_SALT","features":[1]},{"name":"STATUS_PCP_VALIDATION_FAILED","features":[1]},{"name":"STATUS_PCP_WRONG_PARENT","features":[1]},{"name":"STATUS_PENDING","features":[1]},{"name":"STATUS_PER_USER_TRUST_QUOTA_EXCEEDED","features":[1]},{"name":"STATUS_PIPE_BROKEN","features":[1]},{"name":"STATUS_PIPE_BUSY","features":[1]},{"name":"STATUS_PIPE_CLOSING","features":[1]},{"name":"STATUS_PIPE_CONNECTED","features":[1]},{"name":"STATUS_PIPE_DISCONNECTED","features":[1]},{"name":"STATUS_PIPE_EMPTY","features":[1]},{"name":"STATUS_PIPE_LISTENING","features":[1]},{"name":"STATUS_PIPE_NOT_AVAILABLE","features":[1]},{"name":"STATUS_PKINIT_CLIENT_FAILURE","features":[1]},{"name":"STATUS_PKINIT_FAILURE","features":[1]},{"name":"STATUS_PKINIT_NAME_MISMATCH","features":[1]},{"name":"STATUS_PKU2U_CERT_FAILURE","features":[1]},{"name":"STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND","features":[1]},{"name":"STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED","features":[1]},{"name":"STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED","features":[1]},{"name":"STATUS_PLATFORM_MANIFEST_INVALID","features":[1]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_ACTIVE","features":[1]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED","features":[1]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_SIGNED","features":[1]},{"name":"STATUS_PLUGPLAY_NO_DEVICE","features":[1]},{"name":"STATUS_PLUGPLAY_QUERY_VETOED","features":[1]},{"name":"STATUS_PNP_BAD_MPS_TABLE","features":[1]},{"name":"STATUS_PNP_DEVICE_CONFIGURATION_PENDING","features":[1]},{"name":"STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE","features":[1]},{"name":"STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND","features":[1]},{"name":"STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND","features":[1]},{"name":"STATUS_PNP_FUNCTION_DRIVER_REQUIRED","features":[1]},{"name":"STATUS_PNP_INVALID_ID","features":[1]},{"name":"STATUS_PNP_IRQ_TRANSLATION_FAILED","features":[1]},{"name":"STATUS_PNP_NO_COMPAT_DRIVERS","features":[1]},{"name":"STATUS_PNP_REBOOT_REQUIRED","features":[1]},{"name":"STATUS_PNP_RESTART_ENUMERATION","features":[1]},{"name":"STATUS_PNP_TRANSLATION_FAILED","features":[1]},{"name":"STATUS_POLICY_CONTROLLED_ACCOUNT","features":[1]},{"name":"STATUS_POLICY_OBJECT_NOT_FOUND","features":[1]},{"name":"STATUS_POLICY_ONLY_IN_DS","features":[1]},{"name":"STATUS_PORT_ALREADY_HAS_COMPLETION_LIST","features":[1]},{"name":"STATUS_PORT_ALREADY_SET","features":[1]},{"name":"STATUS_PORT_CLOSED","features":[1]},{"name":"STATUS_PORT_CONNECTION_REFUSED","features":[1]},{"name":"STATUS_PORT_DISCONNECTED","features":[1]},{"name":"STATUS_PORT_DO_NOT_DISTURB","features":[1]},{"name":"STATUS_PORT_MESSAGE_TOO_LONG","features":[1]},{"name":"STATUS_PORT_NOT_SET","features":[1]},{"name":"STATUS_PORT_UNREACHABLE","features":[1]},{"name":"STATUS_POSSIBLE_DEADLOCK","features":[1]},{"name":"STATUS_POWER_STATE_INVALID","features":[1]},{"name":"STATUS_PREDEFINED_HANDLE","features":[1]},{"name":"STATUS_PRENT4_MACHINE_ACCOUNT","features":[1]},{"name":"STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[1]},{"name":"STATUS_PRINT_CANCELLED","features":[1]},{"name":"STATUS_PRINT_QUEUE_FULL","features":[1]},{"name":"STATUS_PRIVILEGED_INSTRUCTION","features":[1]},{"name":"STATUS_PRIVILEGE_NOT_HELD","features":[1]},{"name":"STATUS_PROACTIVE_SCAN_IN_PROGRESS","features":[1]},{"name":"STATUS_PROCEDURE_NOT_FOUND","features":[1]},{"name":"STATUS_PROCESS_CLONED","features":[1]},{"name":"STATUS_PROCESS_IN_JOB","features":[1]},{"name":"STATUS_PROCESS_IS_PROTECTED","features":[1]},{"name":"STATUS_PROCESS_IS_TERMINATING","features":[1]},{"name":"STATUS_PROCESS_NOT_IN_JOB","features":[1]},{"name":"STATUS_PROFILING_AT_LIMIT","features":[1]},{"name":"STATUS_PROFILING_NOT_STARTED","features":[1]},{"name":"STATUS_PROFILING_NOT_STOPPED","features":[1]},{"name":"STATUS_PROPSET_NOT_FOUND","features":[1]},{"name":"STATUS_PROTOCOL_NOT_SUPPORTED","features":[1]},{"name":"STATUS_PROTOCOL_UNREACHABLE","features":[1]},{"name":"STATUS_PTE_CHANGED","features":[1]},{"name":"STATUS_PURGE_FAILED","features":[1]},{"name":"STATUS_PWD_HISTORY_CONFLICT","features":[1]},{"name":"STATUS_PWD_TOO_LONG","features":[1]},{"name":"STATUS_PWD_TOO_RECENT","features":[1]},{"name":"STATUS_PWD_TOO_SHORT","features":[1]},{"name":"STATUS_QUERY_STORAGE_ERROR","features":[1]},{"name":"STATUS_QUIC_ALPN_NEG_FAILURE","features":[1]},{"name":"STATUS_QUIC_CONNECTION_IDLE","features":[1]},{"name":"STATUS_QUIC_CONNECTION_TIMEOUT","features":[1]},{"name":"STATUS_QUIC_HANDSHAKE_FAILURE","features":[1]},{"name":"STATUS_QUIC_INTERNAL_ERROR","features":[1]},{"name":"STATUS_QUIC_PROTOCOL_VIOLATION","features":[1]},{"name":"STATUS_QUIC_USER_CANCELED","features":[1]},{"name":"STATUS_QUIC_VER_NEG_FAILURE","features":[1]},{"name":"STATUS_QUOTA_ACTIVITY","features":[1]},{"name":"STATUS_QUOTA_EXCEEDED","features":[1]},{"name":"STATUS_QUOTA_LIST_INCONSISTENT","features":[1]},{"name":"STATUS_QUOTA_NOT_ENABLED","features":[1]},{"name":"STATUS_RANGE_LIST_CONFLICT","features":[1]},{"name":"STATUS_RANGE_NOT_FOUND","features":[1]},{"name":"STATUS_RANGE_NOT_LOCKED","features":[1]},{"name":"STATUS_RDBSS_CONTINUE_OPERATION","features":[1]},{"name":"STATUS_RDBSS_POST_OPERATION","features":[1]},{"name":"STATUS_RDBSS_RESTART_OPERATION","features":[1]},{"name":"STATUS_RDBSS_RETRY_LOOKUP","features":[1]},{"name":"STATUS_RDP_PROTOCOL_ERROR","features":[1]},{"name":"STATUS_RECEIVE_EXPEDITED","features":[1]},{"name":"STATUS_RECEIVE_PARTIAL","features":[1]},{"name":"STATUS_RECEIVE_PARTIAL_EXPEDITED","features":[1]},{"name":"STATUS_RECOVERABLE_BUGCHECK","features":[1]},{"name":"STATUS_RECOVERY_FAILURE","features":[1]},{"name":"STATUS_RECOVERY_NOT_NEEDED","features":[1]},{"name":"STATUS_RECURSIVE_DISPATCH","features":[1]},{"name":"STATUS_REDIRECTOR_HAS_OPEN_HANDLES","features":[1]},{"name":"STATUS_REDIRECTOR_NOT_STARTED","features":[1]},{"name":"STATUS_REDIRECTOR_PAUSED","features":[1]},{"name":"STATUS_REDIRECTOR_STARTED","features":[1]},{"name":"STATUS_REGISTRY_CORRUPT","features":[1]},{"name":"STATUS_REGISTRY_HIVE_RECOVERED","features":[1]},{"name":"STATUS_REGISTRY_IO_FAILED","features":[1]},{"name":"STATUS_REGISTRY_QUOTA_LIMIT","features":[1]},{"name":"STATUS_REGISTRY_RECOVERED","features":[1]},{"name":"STATUS_REG_NAT_CONSUMPTION","features":[1]},{"name":"STATUS_REINITIALIZATION_NEEDED","features":[1]},{"name":"STATUS_REMOTE_DISCONNECT","features":[1]},{"name":"STATUS_REMOTE_FILE_VERSION_MISMATCH","features":[1]},{"name":"STATUS_REMOTE_NOT_LISTENING","features":[1]},{"name":"STATUS_REMOTE_RESOURCES","features":[1]},{"name":"STATUS_REMOTE_SESSION_LIMIT","features":[1]},{"name":"STATUS_REMOTE_STORAGE_MEDIA_ERROR","features":[1]},{"name":"STATUS_REMOTE_STORAGE_NOT_ACTIVE","features":[1]},{"name":"STATUS_REPAIR_NEEDED","features":[1]},{"name":"STATUS_REPARSE","features":[1]},{"name":"STATUS_REPARSE_ATTRIBUTE_CONFLICT","features":[1]},{"name":"STATUS_REPARSE_GLOBAL","features":[1]},{"name":"STATUS_REPARSE_OBJECT","features":[1]},{"name":"STATUS_REPARSE_POINT_ENCOUNTERED","features":[1]},{"name":"STATUS_REPARSE_POINT_NOT_RESOLVED","features":[1]},{"name":"STATUS_REPLY_MESSAGE_MISMATCH","features":[1]},{"name":"STATUS_REQUEST_ABORTED","features":[1]},{"name":"STATUS_REQUEST_CANCELED","features":[1]},{"name":"STATUS_REQUEST_NOT_ACCEPTED","features":[1]},{"name":"STATUS_REQUEST_OUT_OF_SEQUENCE","features":[1]},{"name":"STATUS_REQUEST_PAUSED","features":[1]},{"name":"STATUS_RESIDENT_FILE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_RESOURCEMANAGER_NOT_FOUND","features":[1]},{"name":"STATUS_RESOURCEMANAGER_READ_ONLY","features":[1]},{"name":"STATUS_RESOURCE_DATA_NOT_FOUND","features":[1]},{"name":"STATUS_RESOURCE_ENUM_USER_STOP","features":[1]},{"name":"STATUS_RESOURCE_IN_USE","features":[1]},{"name":"STATUS_RESOURCE_LANG_NOT_FOUND","features":[1]},{"name":"STATUS_RESOURCE_NAME_NOT_FOUND","features":[1]},{"name":"STATUS_RESOURCE_NOT_OWNED","features":[1]},{"name":"STATUS_RESOURCE_REQUIREMENTS_CHANGED","features":[1]},{"name":"STATUS_RESOURCE_TYPE_NOT_FOUND","features":[1]},{"name":"STATUS_RESTART_BOOT_APPLICATION","features":[1]},{"name":"STATUS_RESUME_HIBERNATION","features":[1]},{"name":"STATUS_RETRY","features":[1]},{"name":"STATUS_RETURN_ADDRESS_HIJACK_ATTEMPT","features":[1]},{"name":"STATUS_REVISION_MISMATCH","features":[1]},{"name":"STATUS_REVOCATION_OFFLINE_C","features":[1]},{"name":"STATUS_REVOCATION_OFFLINE_KDC","features":[1]},{"name":"STATUS_RING_NEWLY_EMPTY","features":[1]},{"name":"STATUS_RING_PREVIOUSLY_ABOVE_QUOTA","features":[1]},{"name":"STATUS_RING_PREVIOUSLY_EMPTY","features":[1]},{"name":"STATUS_RING_PREVIOUSLY_FULL","features":[1]},{"name":"STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT","features":[1]},{"name":"STATUS_RKF_ACTIVE_KEY","features":[1]},{"name":"STATUS_RKF_BLOB_FULL","features":[1]},{"name":"STATUS_RKF_DUPLICATE_KEY","features":[1]},{"name":"STATUS_RKF_FILE_BLOCKED","features":[1]},{"name":"STATUS_RKF_KEY_NOT_FOUND","features":[1]},{"name":"STATUS_RKF_STORE_FULL","features":[1]},{"name":"STATUS_RM_ALREADY_STARTED","features":[1]},{"name":"STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT","features":[1]},{"name":"STATUS_RM_DISCONNECTED","features":[1]},{"name":"STATUS_RM_METADATA_CORRUPT","features":[1]},{"name":"STATUS_RM_NOT_ACTIVE","features":[1]},{"name":"STATUS_ROLLBACK_TIMER_EXPIRED","features":[1]},{"name":"STATUS_RTPM_CONTEXT_COMPLETE","features":[1]},{"name":"STATUS_RTPM_CONTEXT_CONTINUE","features":[1]},{"name":"STATUS_RTPM_INVALID_CONTEXT","features":[1]},{"name":"STATUS_RTPM_NO_RESULT","features":[1]},{"name":"STATUS_RTPM_PCR_READ_INCOMPLETE","features":[1]},{"name":"STATUS_RTPM_UNSUPPORTED_CMD","features":[1]},{"name":"STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT","features":[1]},{"name":"STATUS_RUNLEVEL_SWITCH_IN_PROGRESS","features":[1]},{"name":"STATUS_RUNLEVEL_SWITCH_TIMEOUT","features":[1]},{"name":"STATUS_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED","features":[1]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET","features":[1]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE","features":[1]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER","features":[1]},{"name":"STATUS_RXACT_COMMITTED","features":[1]},{"name":"STATUS_RXACT_COMMIT_FAILURE","features":[1]},{"name":"STATUS_RXACT_COMMIT_NECESSARY","features":[1]},{"name":"STATUS_RXACT_INVALID_STATE","features":[1]},{"name":"STATUS_RXACT_STATE_CREATED","features":[1]},{"name":"STATUS_SAM_INIT_FAILURE","features":[1]},{"name":"STATUS_SAM_NEED_BOOTKEY_FLOPPY","features":[1]},{"name":"STATUS_SAM_NEED_BOOTKEY_PASSWORD","features":[1]},{"name":"STATUS_SCRUB_DATA_DISABLED","features":[1]},{"name":"STATUS_SECCORE_INVALID_COMMAND","features":[1]},{"name":"STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED","features":[1]},{"name":"STATUS_SECRET_TOO_LONG","features":[1]},{"name":"STATUS_SECTION_DIRECT_MAP_ONLY","features":[1]},{"name":"STATUS_SECTION_NOT_EXTENDED","features":[1]},{"name":"STATUS_SECTION_NOT_IMAGE","features":[1]},{"name":"STATUS_SECTION_PROTECTION","features":[1]},{"name":"STATUS_SECTION_TOO_BIG","features":[1]},{"name":"STATUS_SECUREBOOT_FILE_REPLACED","features":[1]},{"name":"STATUS_SECUREBOOT_INVALID_POLICY","features":[1]},{"name":"STATUS_SECUREBOOT_NOT_BASE_POLICY","features":[1]},{"name":"STATUS_SECUREBOOT_NOT_ENABLED","features":[1]},{"name":"STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY","features":[1]},{"name":"STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH","features":[1]},{"name":"STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION","features":[1]},{"name":"STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED","features":[1]},{"name":"STATUS_SECUREBOOT_POLICY_NOT_SIGNED","features":[1]},{"name":"STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND","features":[1]},{"name":"STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED","features":[1]},{"name":"STATUS_SECUREBOOT_POLICY_UNKNOWN","features":[1]},{"name":"STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH","features":[1]},{"name":"STATUS_SECUREBOOT_POLICY_VIOLATION","features":[1]},{"name":"STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING","features":[1]},{"name":"STATUS_SECUREBOOT_ROLLBACK_DETECTED","features":[1]},{"name":"STATUS_SECURITY_STREAM_IS_INCONSISTENT","features":[1]},{"name":"STATUS_SEGMENT_NOTIFICATION","features":[1]},{"name":"STATUS_SEMAPHORE_LIMIT_EXCEEDED","features":[1]},{"name":"STATUS_SERIAL_COUNTER_TIMEOUT","features":[1]},{"name":"STATUS_SERIAL_MORE_WRITES","features":[1]},{"name":"STATUS_SERIAL_NO_DEVICE_INITED","features":[1]},{"name":"STATUS_SERVER_DISABLED","features":[1]},{"name":"STATUS_SERVER_HAS_OPEN_HANDLES","features":[1]},{"name":"STATUS_SERVER_NOT_DISABLED","features":[1]},{"name":"STATUS_SERVER_SHUTDOWN_IN_PROGRESS","features":[1]},{"name":"STATUS_SERVER_SID_MISMATCH","features":[1]},{"name":"STATUS_SERVER_TRANSPORT_CONFLICT","features":[1]},{"name":"STATUS_SERVER_UNAVAILABLE","features":[1]},{"name":"STATUS_SERVICES_FAILED_AUTOSTART","features":[1]},{"name":"STATUS_SERVICE_NOTIFICATION","features":[1]},{"name":"STATUS_SESSION_KEY_TOO_SHORT","features":[1]},{"name":"STATUS_SETMARK_DETECTED","features":[1]},{"name":"STATUS_SET_CONTEXT_DENIED","features":[1]},{"name":"STATUS_SEVERITY_COERROR","features":[1]},{"name":"STATUS_SEVERITY_COFAIL","features":[1]},{"name":"STATUS_SEVERITY_ERROR","features":[1]},{"name":"STATUS_SEVERITY_INFORMATIONAL","features":[1]},{"name":"STATUS_SEVERITY_SUCCESS","features":[1]},{"name":"STATUS_SEVERITY_WARNING","features":[1]},{"name":"STATUS_SHARED_IRQ_BUSY","features":[1]},{"name":"STATUS_SHARED_POLICY","features":[1]},{"name":"STATUS_SHARE_UNAVAILABLE","features":[1]},{"name":"STATUS_SHARING_PAUSED","features":[1]},{"name":"STATUS_SHARING_VIOLATION","features":[1]},{"name":"STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME","features":[1]},{"name":"STATUS_SHUTDOWN_IN_PROGRESS","features":[1]},{"name":"STATUS_SINGLE_STEP","features":[1]},{"name":"STATUS_SMARTCARD_CARD_BLOCKED","features":[1]},{"name":"STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED","features":[1]},{"name":"STATUS_SMARTCARD_CERT_EXPIRED","features":[1]},{"name":"STATUS_SMARTCARD_CERT_REVOKED","features":[1]},{"name":"STATUS_SMARTCARD_IO_ERROR","features":[1]},{"name":"STATUS_SMARTCARD_LOGON_REQUIRED","features":[1]},{"name":"STATUS_SMARTCARD_NO_CARD","features":[1]},{"name":"STATUS_SMARTCARD_NO_CERTIFICATE","features":[1]},{"name":"STATUS_SMARTCARD_NO_KEYSET","features":[1]},{"name":"STATUS_SMARTCARD_NO_KEY_CONTAINER","features":[1]},{"name":"STATUS_SMARTCARD_SILENT_CONTEXT","features":[1]},{"name":"STATUS_SMARTCARD_SUBSYSTEM_FAILURE","features":[1]},{"name":"STATUS_SMARTCARD_WRONG_PIN","features":[1]},{"name":"STATUS_SMB1_NOT_AVAILABLE","features":[1]},{"name":"STATUS_SMB_BAD_CLUSTER_DIALECT","features":[1]},{"name":"STATUS_SMB_GUEST_LOGON_BLOCKED","features":[1]},{"name":"STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP","features":[1]},{"name":"STATUS_SMB_NO_SIGNING_ALGORITHM_OVERLAP","features":[1]},{"name":"STATUS_SMI_PRIMITIVE_INSTALLER_FAILED","features":[1]},{"name":"STATUS_SMR_GARBAGE_COLLECTION_REQUIRED","features":[1]},{"name":"STATUS_SOME_NOT_MAPPED","features":[1]},{"name":"STATUS_SOURCE_ELEMENT_EMPTY","features":[1]},{"name":"STATUS_SPACES_ALLOCATION_SIZE_INVALID","features":[1]},{"name":"STATUS_SPACES_CACHE_FULL","features":[1]},{"name":"STATUS_SPACES_COMPLETE","features":[1]},{"name":"STATUS_SPACES_CORRUPT_METADATA","features":[1]},{"name":"STATUS_SPACES_DRIVE_LOST_DATA","features":[1]},{"name":"STATUS_SPACES_DRIVE_NOT_READY","features":[1]},{"name":"STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID","features":[1]},{"name":"STATUS_SPACES_DRIVE_REDUNDANCY_INVALID","features":[1]},{"name":"STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID","features":[1]},{"name":"STATUS_SPACES_DRIVE_SPLIT","features":[1]},{"name":"STATUS_SPACES_DRT_FULL","features":[1]},{"name":"STATUS_SPACES_ENCLOSURE_AWARE_INVALID","features":[1]},{"name":"STATUS_SPACES_ENTRY_INCOMPLETE","features":[1]},{"name":"STATUS_SPACES_ENTRY_INVALID","features":[1]},{"name":"STATUS_SPACES_EXTENDED_ERROR","features":[1]},{"name":"STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID","features":[1]},{"name":"STATUS_SPACES_FLUSH_METADATA","features":[1]},{"name":"STATUS_SPACES_INCONSISTENCY","features":[1]},{"name":"STATUS_SPACES_INTERLEAVE_LENGTH_INVALID","features":[1]},{"name":"STATUS_SPACES_LOG_NOT_READY","features":[1]},{"name":"STATUS_SPACES_MAP_REQUIRED","features":[1]},{"name":"STATUS_SPACES_MARK_DIRTY","features":[1]},{"name":"STATUS_SPACES_NOT_ENOUGH_DRIVES","features":[1]},{"name":"STATUS_SPACES_NO_REDUNDANCY","features":[1]},{"name":"STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID","features":[1]},{"name":"STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID","features":[1]},{"name":"STATUS_SPACES_NUMBER_OF_GROUPS_INVALID","features":[1]},{"name":"STATUS_SPACES_PAUSE","features":[1]},{"name":"STATUS_SPACES_PD_INVALID_DATA","features":[1]},{"name":"STATUS_SPACES_PD_LENGTH_MISMATCH","features":[1]},{"name":"STATUS_SPACES_PD_NOT_FOUND","features":[1]},{"name":"STATUS_SPACES_PD_UNSUPPORTED_VERSION","features":[1]},{"name":"STATUS_SPACES_PROVISIONING_TYPE_INVALID","features":[1]},{"name":"STATUS_SPACES_REDIRECT","features":[1]},{"name":"STATUS_SPACES_REPAIRED","features":[1]},{"name":"STATUS_SPACES_REPAIR_IN_PROGRESS","features":[1]},{"name":"STATUS_SPACES_RESILIENCY_TYPE_INVALID","features":[1]},{"name":"STATUS_SPACES_UNSUPPORTED_VERSION","features":[1]},{"name":"STATUS_SPACES_UPDATE_COLUMN_STATE","features":[1]},{"name":"STATUS_SPACES_WRITE_CACHE_SIZE_INVALID","features":[1]},{"name":"STATUS_SPARSE_FILE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION","features":[1]},{"name":"STATUS_SPECIAL_ACCOUNT","features":[1]},{"name":"STATUS_SPECIAL_GROUP","features":[1]},{"name":"STATUS_SPECIAL_USER","features":[1]},{"name":"STATUS_STACK_BUFFER_OVERRUN","features":[1]},{"name":"STATUS_STACK_OVERFLOW","features":[1]},{"name":"STATUS_STACK_OVERFLOW_READ","features":[1]},{"name":"STATUS_STOPPED_ON_SYMLINK","features":[1]},{"name":"STATUS_STORAGE_LOST_DATA_PERSISTENCE","features":[1]},{"name":"STATUS_STORAGE_RESERVE_ALREADY_EXISTS","features":[1]},{"name":"STATUS_STORAGE_RESERVE_DOES_NOT_EXIST","features":[1]},{"name":"STATUS_STORAGE_RESERVE_ID_INVALID","features":[1]},{"name":"STATUS_STORAGE_RESERVE_NOT_EMPTY","features":[1]},{"name":"STATUS_STORAGE_STACK_ACCESS_DENIED","features":[1]},{"name":"STATUS_STORAGE_TOPOLOGY_ID_MISMATCH","features":[1]},{"name":"STATUS_STOWED_EXCEPTION","features":[1]},{"name":"STATUS_STREAM_MINIVERSION_NOT_FOUND","features":[1]},{"name":"STATUS_STREAM_MINIVERSION_NOT_VALID","features":[1]},{"name":"STATUS_STRICT_CFG_VIOLATION","features":[1]},{"name":"STATUS_STRONG_CRYPTO_NOT_SUPPORTED","features":[1]},{"name":"STATUS_SUCCESS","features":[1]},{"name":"STATUS_SUSPEND_COUNT_EXCEEDED","features":[1]},{"name":"STATUS_SVHDX_ERROR_NOT_AVAILABLE","features":[1]},{"name":"STATUS_SVHDX_ERROR_STORED","features":[1]},{"name":"STATUS_SVHDX_NO_INITIATOR","features":[1]},{"name":"STATUS_SVHDX_RESERVATION_CONFLICT","features":[1]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE","features":[1]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED","features":[1]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED","features":[1]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED","features":[1]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED","features":[1]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED","features":[1]},{"name":"STATUS_SVHDX_VERSION_MISMATCH","features":[1]},{"name":"STATUS_SVHDX_WRONG_FILE_TYPE","features":[1]},{"name":"STATUS_SXS_ACTIVATION_CONTEXT_DISABLED","features":[1]},{"name":"STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT","features":[1]},{"name":"STATUS_SXS_ASSEMBLY_MISSING","features":[1]},{"name":"STATUS_SXS_ASSEMBLY_NOT_FOUND","features":[1]},{"name":"STATUS_SXS_CANT_GEN_ACTCTX","features":[1]},{"name":"STATUS_SXS_COMPONENT_STORE_CORRUPT","features":[1]},{"name":"STATUS_SXS_CORRUPTION","features":[1]},{"name":"STATUS_SXS_CORRUPT_ACTIVATION_STACK","features":[1]},{"name":"STATUS_SXS_EARLY_DEACTIVATION","features":[1]},{"name":"STATUS_SXS_FILE_HASH_MISMATCH","features":[1]},{"name":"STATUS_SXS_FILE_HASH_MISSING","features":[1]},{"name":"STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY","features":[1]},{"name":"STATUS_SXS_IDENTITIES_DIFFERENT","features":[1]},{"name":"STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE","features":[1]},{"name":"STATUS_SXS_IDENTITY_PARSE_ERROR","features":[1]},{"name":"STATUS_SXS_INVALID_ACTCTXDATA_FORMAT","features":[1]},{"name":"STATUS_SXS_INVALID_DEACTIVATION","features":[1]},{"name":"STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME","features":[1]},{"name":"STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE","features":[1]},{"name":"STATUS_SXS_KEY_NOT_FOUND","features":[1]},{"name":"STATUS_SXS_MANIFEST_FORMAT_ERROR","features":[1]},{"name":"STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT","features":[1]},{"name":"STATUS_SXS_MANIFEST_PARSE_ERROR","features":[1]},{"name":"STATUS_SXS_MANIFEST_TOO_BIG","features":[1]},{"name":"STATUS_SXS_MULTIPLE_DEACTIVATION","features":[1]},{"name":"STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET","features":[1]},{"name":"STATUS_SXS_PROCESS_TERMINATION_REQUESTED","features":[1]},{"name":"STATUS_SXS_RELEASE_ACTIVATION_CONTEXT","features":[1]},{"name":"STATUS_SXS_SECTION_NOT_FOUND","features":[1]},{"name":"STATUS_SXS_SETTING_NOT_REGISTERED","features":[1]},{"name":"STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY","features":[1]},{"name":"STATUS_SXS_THREAD_QUERIES_DISABLED","features":[1]},{"name":"STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE","features":[1]},{"name":"STATUS_SXS_VERSION_CONFLICT","features":[1]},{"name":"STATUS_SXS_WRONG_SECTION_TYPE","features":[1]},{"name":"STATUS_SYMLINK_CLASS_DISABLED","features":[1]},{"name":"STATUS_SYNCHRONIZATION_REQUIRED","features":[1]},{"name":"STATUS_SYSTEM_DEVICE_NOT_FOUND","features":[1]},{"name":"STATUS_SYSTEM_HIVE_TOO_LARGE","features":[1]},{"name":"STATUS_SYSTEM_IMAGE_BAD_SIGNATURE","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_INVALID_POLICY","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_OFFLINE","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_PUA","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED","features":[1]},{"name":"STATUS_SYSTEM_INTEGRITY_TOO_MANY_POLICIES","features":[1]},{"name":"STATUS_SYSTEM_NEEDS_REMEDIATION","features":[1]},{"name":"STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION","features":[1]},{"name":"STATUS_SYSTEM_POWERSTATE_TRANSITION","features":[1]},{"name":"STATUS_SYSTEM_PROCESS_TERMINATED","features":[1]},{"name":"STATUS_SYSTEM_SHUTDOWN","features":[1]},{"name":"STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED","features":[1]},{"name":"STATUS_THREADPOOL_HANDLE_EXCEPTION","features":[1]},{"name":"STATUS_THREADPOOL_RELEASED_DURING_OPERATION","features":[1]},{"name":"STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED","features":[1]},{"name":"STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED","features":[1]},{"name":"STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED","features":[1]},{"name":"STATUS_THREAD_ALREADY_IN_SESSION","features":[1]},{"name":"STATUS_THREAD_ALREADY_IN_TASK","features":[1]},{"name":"STATUS_THREAD_IS_TERMINATING","features":[1]},{"name":"STATUS_THREAD_NOT_IN_PROCESS","features":[1]},{"name":"STATUS_THREAD_NOT_IN_SESSION","features":[1]},{"name":"STATUS_THREAD_NOT_RUNNING","features":[1]},{"name":"STATUS_THREAD_WAS_SUSPENDED","features":[1]},{"name":"STATUS_TIMEOUT","features":[1]},{"name":"STATUS_TIMER_NOT_CANCELED","features":[1]},{"name":"STATUS_TIMER_RESOLUTION_NOT_SET","features":[1]},{"name":"STATUS_TIMER_RESUME_IGNORED","features":[1]},{"name":"STATUS_TIME_DIFFERENCE_AT_DC","features":[1]},{"name":"STATUS_TM_IDENTITY_MISMATCH","features":[1]},{"name":"STATUS_TM_INITIALIZATION_FAILED","features":[1]},{"name":"STATUS_TM_VOLATILE","features":[1]},{"name":"STATUS_TOKEN_ALREADY_IN_USE","features":[1]},{"name":"STATUS_TOO_LATE","features":[1]},{"name":"STATUS_TOO_MANY_ADDRESSES","features":[1]},{"name":"STATUS_TOO_MANY_COMMANDS","features":[1]},{"name":"STATUS_TOO_MANY_CONTEXT_IDS","features":[1]},{"name":"STATUS_TOO_MANY_GUIDS_REQUESTED","features":[1]},{"name":"STATUS_TOO_MANY_LINKS","features":[1]},{"name":"STATUS_TOO_MANY_LUIDS_REQUESTED","features":[1]},{"name":"STATUS_TOO_MANY_NAMES","features":[1]},{"name":"STATUS_TOO_MANY_NODES","features":[1]},{"name":"STATUS_TOO_MANY_OPENED_FILES","features":[1]},{"name":"STATUS_TOO_MANY_PAGING_FILES","features":[1]},{"name":"STATUS_TOO_MANY_PRINCIPALS","features":[1]},{"name":"STATUS_TOO_MANY_SECRETS","features":[1]},{"name":"STATUS_TOO_MANY_SEGMENT_DESCRIPTORS","features":[1]},{"name":"STATUS_TOO_MANY_SESSIONS","features":[1]},{"name":"STATUS_TOO_MANY_SIDS","features":[1]},{"name":"STATUS_TOO_MANY_THREADS","features":[1]},{"name":"STATUS_TPM_20_E_ASYMMETRIC","features":[1]},{"name":"STATUS_TPM_20_E_ATTRIBUTES","features":[1]},{"name":"STATUS_TPM_20_E_AUTHSIZE","features":[1]},{"name":"STATUS_TPM_20_E_AUTH_CONTEXT","features":[1]},{"name":"STATUS_TPM_20_E_AUTH_FAIL","features":[1]},{"name":"STATUS_TPM_20_E_AUTH_MISSING","features":[1]},{"name":"STATUS_TPM_20_E_AUTH_TYPE","features":[1]},{"name":"STATUS_TPM_20_E_AUTH_UNAVAILABLE","features":[1]},{"name":"STATUS_TPM_20_E_BAD_AUTH","features":[1]},{"name":"STATUS_TPM_20_E_BAD_CONTEXT","features":[1]},{"name":"STATUS_TPM_20_E_BINDING","features":[1]},{"name":"STATUS_TPM_20_E_COMMAND_CODE","features":[1]},{"name":"STATUS_TPM_20_E_COMMAND_SIZE","features":[1]},{"name":"STATUS_TPM_20_E_CPHASH","features":[1]},{"name":"STATUS_TPM_20_E_CURVE","features":[1]},{"name":"STATUS_TPM_20_E_DISABLED","features":[1]},{"name":"STATUS_TPM_20_E_ECC_CURVE","features":[1]},{"name":"STATUS_TPM_20_E_ECC_POINT","features":[1]},{"name":"STATUS_TPM_20_E_EXCLUSIVE","features":[1]},{"name":"STATUS_TPM_20_E_EXPIRED","features":[1]},{"name":"STATUS_TPM_20_E_FAILURE","features":[1]},{"name":"STATUS_TPM_20_E_HANDLE","features":[1]},{"name":"STATUS_TPM_20_E_HASH","features":[1]},{"name":"STATUS_TPM_20_E_HIERARCHY","features":[1]},{"name":"STATUS_TPM_20_E_HMAC","features":[1]},{"name":"STATUS_TPM_20_E_INITIALIZE","features":[1]},{"name":"STATUS_TPM_20_E_INSUFFICIENT","features":[1]},{"name":"STATUS_TPM_20_E_INTEGRITY","features":[1]},{"name":"STATUS_TPM_20_E_KDF","features":[1]},{"name":"STATUS_TPM_20_E_KEY","features":[1]},{"name":"STATUS_TPM_20_E_KEY_SIZE","features":[1]},{"name":"STATUS_TPM_20_E_MGF","features":[1]},{"name":"STATUS_TPM_20_E_MODE","features":[1]},{"name":"STATUS_TPM_20_E_NEEDS_TEST","features":[1]},{"name":"STATUS_TPM_20_E_NONCE","features":[1]},{"name":"STATUS_TPM_20_E_NO_RESULT","features":[1]},{"name":"STATUS_TPM_20_E_NV_AUTHORIZATION","features":[1]},{"name":"STATUS_TPM_20_E_NV_DEFINED","features":[1]},{"name":"STATUS_TPM_20_E_NV_LOCKED","features":[1]},{"name":"STATUS_TPM_20_E_NV_RANGE","features":[1]},{"name":"STATUS_TPM_20_E_NV_SIZE","features":[1]},{"name":"STATUS_TPM_20_E_NV_SPACE","features":[1]},{"name":"STATUS_TPM_20_E_NV_UNINITIALIZED","features":[1]},{"name":"STATUS_TPM_20_E_PARENT","features":[1]},{"name":"STATUS_TPM_20_E_PCR","features":[1]},{"name":"STATUS_TPM_20_E_PCR_CHANGED","features":[1]},{"name":"STATUS_TPM_20_E_POLICY","features":[1]},{"name":"STATUS_TPM_20_E_POLICY_CC","features":[1]},{"name":"STATUS_TPM_20_E_POLICY_FAIL","features":[1]},{"name":"STATUS_TPM_20_E_PP","features":[1]},{"name":"STATUS_TPM_20_E_PRIVATE","features":[1]},{"name":"STATUS_TPM_20_E_RANGE","features":[1]},{"name":"STATUS_TPM_20_E_REBOOT","features":[1]},{"name":"STATUS_TPM_20_E_RESERVED_BITS","features":[1]},{"name":"STATUS_TPM_20_E_SCHEME","features":[1]},{"name":"STATUS_TPM_20_E_SELECTOR","features":[1]},{"name":"STATUS_TPM_20_E_SENSITIVE","features":[1]},{"name":"STATUS_TPM_20_E_SEQUENCE","features":[1]},{"name":"STATUS_TPM_20_E_SIGNATURE","features":[1]},{"name":"STATUS_TPM_20_E_SIZE","features":[1]},{"name":"STATUS_TPM_20_E_SYMMETRIC","features":[1]},{"name":"STATUS_TPM_20_E_TAG","features":[1]},{"name":"STATUS_TPM_20_E_TICKET","features":[1]},{"name":"STATUS_TPM_20_E_TOO_MANY_CONTEXTS","features":[1]},{"name":"STATUS_TPM_20_E_TYPE","features":[1]},{"name":"STATUS_TPM_20_E_UNBALANCED","features":[1]},{"name":"STATUS_TPM_20_E_UPGRADE","features":[1]},{"name":"STATUS_TPM_20_E_VALUE","features":[1]},{"name":"STATUS_TPM_ACCESS_DENIED","features":[1]},{"name":"STATUS_TPM_AREA_LOCKED","features":[1]},{"name":"STATUS_TPM_AUDITFAILURE","features":[1]},{"name":"STATUS_TPM_AUDITFAIL_SUCCESSFUL","features":[1]},{"name":"STATUS_TPM_AUDITFAIL_UNSUCCESSFUL","features":[1]},{"name":"STATUS_TPM_AUTH2FAIL","features":[1]},{"name":"STATUS_TPM_AUTHFAIL","features":[1]},{"name":"STATUS_TPM_AUTH_CONFLICT","features":[1]},{"name":"STATUS_TPM_BADCONTEXT","features":[1]},{"name":"STATUS_TPM_BADINDEX","features":[1]},{"name":"STATUS_TPM_BADTAG","features":[1]},{"name":"STATUS_TPM_BAD_ATTRIBUTES","features":[1]},{"name":"STATUS_TPM_BAD_COUNTER","features":[1]},{"name":"STATUS_TPM_BAD_DATASIZE","features":[1]},{"name":"STATUS_TPM_BAD_DELEGATE","features":[1]},{"name":"STATUS_TPM_BAD_HANDLE","features":[1]},{"name":"STATUS_TPM_BAD_KEY_PROPERTY","features":[1]},{"name":"STATUS_TPM_BAD_LOCALITY","features":[1]},{"name":"STATUS_TPM_BAD_MIGRATION","features":[1]},{"name":"STATUS_TPM_BAD_MODE","features":[1]},{"name":"STATUS_TPM_BAD_ORDINAL","features":[1]},{"name":"STATUS_TPM_BAD_PARAMETER","features":[1]},{"name":"STATUS_TPM_BAD_PARAM_SIZE","features":[1]},{"name":"STATUS_TPM_BAD_PRESENCE","features":[1]},{"name":"STATUS_TPM_BAD_SCHEME","features":[1]},{"name":"STATUS_TPM_BAD_SIGNATURE","features":[1]},{"name":"STATUS_TPM_BAD_TYPE","features":[1]},{"name":"STATUS_TPM_BAD_VERSION","features":[1]},{"name":"STATUS_TPM_CLEAR_DISABLED","features":[1]},{"name":"STATUS_TPM_COMMAND_BLOCKED","features":[1]},{"name":"STATUS_TPM_COMMAND_CANCELED","features":[1]},{"name":"STATUS_TPM_CONTEXT_GAP","features":[1]},{"name":"STATUS_TPM_DAA_INPUT_DATA0","features":[1]},{"name":"STATUS_TPM_DAA_INPUT_DATA1","features":[1]},{"name":"STATUS_TPM_DAA_ISSUER_SETTINGS","features":[1]},{"name":"STATUS_TPM_DAA_ISSUER_VALIDITY","features":[1]},{"name":"STATUS_TPM_DAA_RESOURCES","features":[1]},{"name":"STATUS_TPM_DAA_STAGE","features":[1]},{"name":"STATUS_TPM_DAA_TPM_SETTINGS","features":[1]},{"name":"STATUS_TPM_DAA_WRONG_W","features":[1]},{"name":"STATUS_TPM_DEACTIVATED","features":[1]},{"name":"STATUS_TPM_DECRYPT_ERROR","features":[1]},{"name":"STATUS_TPM_DEFEND_LOCK_RUNNING","features":[1]},{"name":"STATUS_TPM_DELEGATE_ADMIN","features":[1]},{"name":"STATUS_TPM_DELEGATE_FAMILY","features":[1]},{"name":"STATUS_TPM_DELEGATE_LOCK","features":[1]},{"name":"STATUS_TPM_DISABLED","features":[1]},{"name":"STATUS_TPM_DISABLED_CMD","features":[1]},{"name":"STATUS_TPM_DOING_SELFTEST","features":[1]},{"name":"STATUS_TPM_DUPLICATE_VHANDLE","features":[1]},{"name":"STATUS_TPM_EMBEDDED_COMMAND_BLOCKED","features":[1]},{"name":"STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED","features":[1]},{"name":"STATUS_TPM_ENCRYPT_ERROR","features":[1]},{"name":"STATUS_TPM_ERROR_MASK","features":[1]},{"name":"STATUS_TPM_FAIL","features":[1]},{"name":"STATUS_TPM_FAILEDSELFTEST","features":[1]},{"name":"STATUS_TPM_FAMILYCOUNT","features":[1]},{"name":"STATUS_TPM_INAPPROPRIATE_ENC","features":[1]},{"name":"STATUS_TPM_INAPPROPRIATE_SIG","features":[1]},{"name":"STATUS_TPM_INSTALL_DISABLED","features":[1]},{"name":"STATUS_TPM_INSUFFICIENT_BUFFER","features":[1]},{"name":"STATUS_TPM_INVALID_AUTHHANDLE","features":[1]},{"name":"STATUS_TPM_INVALID_FAMILY","features":[1]},{"name":"STATUS_TPM_INVALID_HANDLE","features":[1]},{"name":"STATUS_TPM_INVALID_KEYHANDLE","features":[1]},{"name":"STATUS_TPM_INVALID_KEYUSAGE","features":[1]},{"name":"STATUS_TPM_INVALID_PCR_INFO","features":[1]},{"name":"STATUS_TPM_INVALID_POSTINIT","features":[1]},{"name":"STATUS_TPM_INVALID_RESOURCE","features":[1]},{"name":"STATUS_TPM_INVALID_STRUCTURE","features":[1]},{"name":"STATUS_TPM_IOERROR","features":[1]},{"name":"STATUS_TPM_KEYNOTFOUND","features":[1]},{"name":"STATUS_TPM_KEY_NOTSUPPORTED","features":[1]},{"name":"STATUS_TPM_KEY_OWNER_CONTROL","features":[1]},{"name":"STATUS_TPM_MAXNVWRITES","features":[1]},{"name":"STATUS_TPM_MA_AUTHORITY","features":[1]},{"name":"STATUS_TPM_MA_DESTINATION","features":[1]},{"name":"STATUS_TPM_MA_SOURCE","features":[1]},{"name":"STATUS_TPM_MA_TICKET_SIGNATURE","features":[1]},{"name":"STATUS_TPM_MIGRATEFAIL","features":[1]},{"name":"STATUS_TPM_NEEDS_SELFTEST","features":[1]},{"name":"STATUS_TPM_NOCONTEXTSPACE","features":[1]},{"name":"STATUS_TPM_NOOPERATOR","features":[1]},{"name":"STATUS_TPM_NOSPACE","features":[1]},{"name":"STATUS_TPM_NOSRK","features":[1]},{"name":"STATUS_TPM_NOTFIPS","features":[1]},{"name":"STATUS_TPM_NOTLOCAL","features":[1]},{"name":"STATUS_TPM_NOTRESETABLE","features":[1]},{"name":"STATUS_TPM_NOTSEALED_BLOB","features":[1]},{"name":"STATUS_TPM_NOT_FOUND","features":[1]},{"name":"STATUS_TPM_NOT_FULLWRITE","features":[1]},{"name":"STATUS_TPM_NO_ENDORSEMENT","features":[1]},{"name":"STATUS_TPM_NO_NV_PERMISSION","features":[1]},{"name":"STATUS_TPM_NO_WRAP_TRANSPORT","features":[1]},{"name":"STATUS_TPM_OWNER_CONTROL","features":[1]},{"name":"STATUS_TPM_OWNER_SET","features":[1]},{"name":"STATUS_TPM_PERMANENTEK","features":[1]},{"name":"STATUS_TPM_PER_NOWRITE","features":[1]},{"name":"STATUS_TPM_PPI_FUNCTION_UNSUPPORTED","features":[1]},{"name":"STATUS_TPM_READ_ONLY","features":[1]},{"name":"STATUS_TPM_REQUIRES_SIGN","features":[1]},{"name":"STATUS_TPM_RESOURCEMISSING","features":[1]},{"name":"STATUS_TPM_RESOURCES","features":[1]},{"name":"STATUS_TPM_RETRY","features":[1]},{"name":"STATUS_TPM_SHA_ERROR","features":[1]},{"name":"STATUS_TPM_SHA_THREAD","features":[1]},{"name":"STATUS_TPM_SHORTRANDOM","features":[1]},{"name":"STATUS_TPM_SIZE","features":[1]},{"name":"STATUS_TPM_TOOMANYCONTEXTS","features":[1]},{"name":"STATUS_TPM_TOO_MANY_CONTEXTS","features":[1]},{"name":"STATUS_TPM_TRANSPORT_NOTEXCLUSIVE","features":[1]},{"name":"STATUS_TPM_WRITE_LOCKED","features":[1]},{"name":"STATUS_TPM_WRONGPCRVAL","features":[1]},{"name":"STATUS_TPM_WRONG_ENTITYTYPE","features":[1]},{"name":"STATUS_TPM_ZERO_EXHAUST_ENABLED","features":[1]},{"name":"STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE","features":[1]},{"name":"STATUS_TRANSACTIONAL_CONFLICT","features":[1]},{"name":"STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED","features":[1]},{"name":"STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH","features":[1]},{"name":"STATUS_TRANSACTIONMANAGER_NOT_FOUND","features":[1]},{"name":"STATUS_TRANSACTIONMANAGER_NOT_ONLINE","features":[1]},{"name":"STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION","features":[1]},{"name":"STATUS_TRANSACTIONS_NOT_FROZEN","features":[1]},{"name":"STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE","features":[1]},{"name":"STATUS_TRANSACTION_ABORTED","features":[1]},{"name":"STATUS_TRANSACTION_ALREADY_ABORTED","features":[1]},{"name":"STATUS_TRANSACTION_ALREADY_COMMITTED","features":[1]},{"name":"STATUS_TRANSACTION_FREEZE_IN_PROGRESS","features":[1]},{"name":"STATUS_TRANSACTION_INTEGRITY_VIOLATED","features":[1]},{"name":"STATUS_TRANSACTION_INVALID_ID","features":[1]},{"name":"STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER","features":[1]},{"name":"STATUS_TRANSACTION_INVALID_TYPE","features":[1]},{"name":"STATUS_TRANSACTION_MUST_WRITETHROUGH","features":[1]},{"name":"STATUS_TRANSACTION_NOT_ACTIVE","features":[1]},{"name":"STATUS_TRANSACTION_NOT_ENLISTED","features":[1]},{"name":"STATUS_TRANSACTION_NOT_FOUND","features":[1]},{"name":"STATUS_TRANSACTION_NOT_JOINED","features":[1]},{"name":"STATUS_TRANSACTION_NOT_REQUESTED","features":[1]},{"name":"STATUS_TRANSACTION_NOT_ROOT","features":[1]},{"name":"STATUS_TRANSACTION_NO_MATCH","features":[1]},{"name":"STATUS_TRANSACTION_NO_RELEASE","features":[1]},{"name":"STATUS_TRANSACTION_NO_SUPERIOR","features":[1]},{"name":"STATUS_TRANSACTION_OBJECT_EXPIRED","features":[1]},{"name":"STATUS_TRANSACTION_PROPAGATION_FAILED","features":[1]},{"name":"STATUS_TRANSACTION_RECORD_TOO_LONG","features":[1]},{"name":"STATUS_TRANSACTION_REQUEST_NOT_VALID","features":[1]},{"name":"STATUS_TRANSACTION_REQUIRED_PROMOTION","features":[1]},{"name":"STATUS_TRANSACTION_RESPONDED","features":[1]},{"name":"STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED","features":[1]},{"name":"STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET","features":[1]},{"name":"STATUS_TRANSACTION_SUPERIOR_EXISTS","features":[1]},{"name":"STATUS_TRANSACTION_TIMED_OUT","features":[1]},{"name":"STATUS_TRANSLATION_COMPLETE","features":[1]},{"name":"STATUS_TRANSPORT_FULL","features":[1]},{"name":"STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE","features":[1]},{"name":"STATUS_TRIM_READ_ZERO_NOT_SUPPORTED","features":[1]},{"name":"STATUS_TRUSTED_DOMAIN_FAILURE","features":[1]},{"name":"STATUS_TRUSTED_RELATIONSHIP_FAILURE","features":[1]},{"name":"STATUS_TRUST_FAILURE","features":[1]},{"name":"STATUS_TS_INCOMPATIBLE_SESSIONS","features":[1]},{"name":"STATUS_TS_VIDEO_SUBSYSTEM_ERROR","features":[1]},{"name":"STATUS_TXF_ATTRIBUTE_CORRUPT","features":[1]},{"name":"STATUS_TXF_DIR_NOT_EMPTY","features":[1]},{"name":"STATUS_TXF_METADATA_ALREADY_PRESENT","features":[1]},{"name":"STATUS_UNABLE_TO_DECOMMIT_VM","features":[1]},{"name":"STATUS_UNABLE_TO_DELETE_SECTION","features":[1]},{"name":"STATUS_UNABLE_TO_FREE_VM","features":[1]},{"name":"STATUS_UNABLE_TO_LOCK_MEDIA","features":[1]},{"name":"STATUS_UNABLE_TO_UNLOAD_MEDIA","features":[1]},{"name":"STATUS_UNDEFINED_CHARACTER","features":[1]},{"name":"STATUS_UNDEFINED_SCOPE","features":[1]},{"name":"STATUS_UNEXPECTED_IO_ERROR","features":[1]},{"name":"STATUS_UNEXPECTED_MM_CREATE_ERR","features":[1]},{"name":"STATUS_UNEXPECTED_MM_EXTEND_ERR","features":[1]},{"name":"STATUS_UNEXPECTED_MM_MAP_ERROR","features":[1]},{"name":"STATUS_UNEXPECTED_NETWORK_ERROR","features":[1]},{"name":"STATUS_UNFINISHED_CONTEXT_DELETED","features":[1]},{"name":"STATUS_UNHANDLED_EXCEPTION","features":[1]},{"name":"STATUS_UNKNOWN_REVISION","features":[1]},{"name":"STATUS_UNMAPPABLE_CHARACTER","features":[1]},{"name":"STATUS_UNRECOGNIZED_MEDIA","features":[1]},{"name":"STATUS_UNRECOGNIZED_VOLUME","features":[1]},{"name":"STATUS_UNSATISFIED_DEPENDENCIES","features":[1]},{"name":"STATUS_UNSUCCESSFUL","features":[1]},{"name":"STATUS_UNSUPPORTED_COMPRESSION","features":[1]},{"name":"STATUS_UNSUPPORTED_PAGING_MODE","features":[1]},{"name":"STATUS_UNSUPPORTED_PREAUTH","features":[1]},{"name":"STATUS_UNTRUSTED_MOUNT_POINT","features":[1]},{"name":"STATUS_UNWIND","features":[1]},{"name":"STATUS_UNWIND_CONSOLIDATE","features":[1]},{"name":"STATUS_USER2USER_REQUIRED","features":[1]},{"name":"STATUS_USER_APC","features":[1]},{"name":"STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED","features":[1]},{"name":"STATUS_USER_EXISTS","features":[1]},{"name":"STATUS_USER_MAPPED_FILE","features":[1]},{"name":"STATUS_USER_SESSION_DELETED","features":[1]},{"name":"STATUS_VALIDATE_CONTINUE","features":[1]},{"name":"STATUS_VALID_CATALOG_HASH","features":[1]},{"name":"STATUS_VALID_IMAGE_HASH","features":[1]},{"name":"STATUS_VALID_STRONG_CODE_HASH","features":[1]},{"name":"STATUS_VARIABLE_NOT_FOUND","features":[1]},{"name":"STATUS_VDM_DISALLOWED","features":[1]},{"name":"STATUS_VDM_HARD_ERROR","features":[1]},{"name":"STATUS_VERIFIER_STOP","features":[1]},{"name":"STATUS_VERIFY_REQUIRED","features":[1]},{"name":"STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND","features":[1]},{"name":"STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE","features":[1]},{"name":"STATUS_VHD_BITMAP_MISMATCH","features":[1]},{"name":"STATUS_VHD_BLOCK_ALLOCATION_FAILURE","features":[1]},{"name":"STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT","features":[1]},{"name":"STATUS_VHD_CHANGE_TRACKING_DISABLED","features":[1]},{"name":"STATUS_VHD_CHILD_PARENT_ID_MISMATCH","features":[1]},{"name":"STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH","features":[1]},{"name":"STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH","features":[1]},{"name":"STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE","features":[1]},{"name":"STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED","features":[1]},{"name":"STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT","features":[1]},{"name":"STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH","features":[1]},{"name":"STATUS_VHD_DRIVE_FOOTER_CORRUPT","features":[1]},{"name":"STATUS_VHD_DRIVE_FOOTER_MISSING","features":[1]},{"name":"STATUS_VHD_FORMAT_UNKNOWN","features":[1]},{"name":"STATUS_VHD_FORMAT_UNSUPPORTED_VERSION","features":[1]},{"name":"STATUS_VHD_INVALID_BLOCK_SIZE","features":[1]},{"name":"STATUS_VHD_INVALID_CHANGE_TRACKING_ID","features":[1]},{"name":"STATUS_VHD_INVALID_FILE_SIZE","features":[1]},{"name":"STATUS_VHD_INVALID_SIZE","features":[1]},{"name":"STATUS_VHD_INVALID_STATE","features":[1]},{"name":"STATUS_VHD_INVALID_TYPE","features":[1]},{"name":"STATUS_VHD_METADATA_FULL","features":[1]},{"name":"STATUS_VHD_METADATA_READ_FAILURE","features":[1]},{"name":"STATUS_VHD_METADATA_WRITE_FAILURE","features":[1]},{"name":"STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION","features":[1]},{"name":"STATUS_VHD_PARENT_VHD_ACCESS_DENIED","features":[1]},{"name":"STATUS_VHD_PARENT_VHD_NOT_FOUND","features":[1]},{"name":"STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA","features":[1]},{"name":"STATUS_VHD_SHARED","features":[1]},{"name":"STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH","features":[1]},{"name":"STATUS_VHD_SPARSE_HEADER_CORRUPT","features":[1]},{"name":"STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION","features":[1]},{"name":"STATUS_VHD_UNEXPECTED_ID","features":[1]},{"name":"STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST","features":[1]},{"name":"STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD","features":[1]},{"name":"STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED","features":[1]},{"name":"STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED","features":[1]},{"name":"STATUS_VID_DUPLICATE_HANDLER","features":[1]},{"name":"STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT","features":[1]},{"name":"STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT","features":[1]},{"name":"STATUS_VID_HANDLER_NOT_PRESENT","features":[1]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT","features":[1]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER","features":[1]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_RESERVE","features":[1]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_WITHDRAW","features":[1]},{"name":"STATUS_VID_INVALID_CHILD_GPA_PAGE_SET","features":[1]},{"name":"STATUS_VID_INVALID_GPA_RANGE_HANDLE","features":[1]},{"name":"STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE","features":[1]},{"name":"STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE","features":[1]},{"name":"STATUS_VID_INVALID_NUMA_NODE_INDEX","features":[1]},{"name":"STATUS_VID_INVALID_NUMA_SETTINGS","features":[1]},{"name":"STATUS_VID_INVALID_OBJECT_NAME","features":[1]},{"name":"STATUS_VID_INVALID_PPM_HANDLE","features":[1]},{"name":"STATUS_VID_INVALID_PROCESSOR_STATE","features":[1]},{"name":"STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED","features":[1]},{"name":"STATUS_VID_MBPS_ARE_LOCKED","features":[1]},{"name":"STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE","features":[1]},{"name":"STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT","features":[1]},{"name":"STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET","features":[1]},{"name":"STATUS_VID_MB_STILL_REFERENCED","features":[1]},{"name":"STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED","features":[1]},{"name":"STATUS_VID_MEMORY_TYPE_NOT_SUPPORTED","features":[1]},{"name":"STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS","features":[1]},{"name":"STATUS_VID_MESSAGE_QUEUE_CLOSED","features":[1]},{"name":"STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG","features":[1]},{"name":"STATUS_VID_MMIO_RANGE_DESTROYED","features":[1]},{"name":"STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED","features":[1]},{"name":"STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE","features":[1]},{"name":"STATUS_VID_PAGE_RANGE_OVERFLOW","features":[1]},{"name":"STATUS_VID_PARTITION_ALREADY_EXISTS","features":[1]},{"name":"STATUS_VID_PARTITION_DOES_NOT_EXIST","features":[1]},{"name":"STATUS_VID_PARTITION_NAME_NOT_FOUND","features":[1]},{"name":"STATUS_VID_PARTITION_NAME_TOO_LONG","features":[1]},{"name":"STATUS_VID_PROCESS_ALREADY_SET","features":[1]},{"name":"STATUS_VID_QUEUE_FULL","features":[1]},{"name":"STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED","features":[1]},{"name":"STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED","features":[1]},{"name":"STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL","features":[1]},{"name":"STATUS_VID_SAVED_STATE_CORRUPT","features":[1]},{"name":"STATUS_VID_SAVED_STATE_INCOMPATIBLE","features":[1]},{"name":"STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM","features":[1]},{"name":"STATUS_VID_STOP_PENDING","features":[1]},{"name":"STATUS_VID_TOO_MANY_HANDLERS","features":[1]},{"name":"STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED","features":[1]},{"name":"STATUS_VID_VTL_ACCESS_DENIED","features":[1]},{"name":"STATUS_VIRTDISK_DISK_ALREADY_OWNED","features":[1]},{"name":"STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE","features":[1]},{"name":"STATUS_VIRTDISK_NOT_VIRTUAL_DISK","features":[1]},{"name":"STATUS_VIRTDISK_PROVIDER_NOT_FOUND","features":[1]},{"name":"STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE","features":[1]},{"name":"STATUS_VIRTUAL_CIRCUIT_CLOSED","features":[1]},{"name":"STATUS_VIRTUAL_DISK_LIMITATION","features":[1]},{"name":"STATUS_VIRUS_DELETED","features":[1]},{"name":"STATUS_VIRUS_INFECTED","features":[1]},{"name":"STATUS_VOLMGR_ALL_DISKS_FAILED","features":[1]},{"name":"STATUS_VOLMGR_BAD_BOOT_DISK","features":[1]},{"name":"STATUS_VOLMGR_DATABASE_FULL","features":[1]},{"name":"STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE","features":[1]},{"name":"STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED","features":[1]},{"name":"STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC","features":[1]},{"name":"STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME","features":[1]},{"name":"STATUS_VOLMGR_DISK_DUPLICATE","features":[1]},{"name":"STATUS_VOLMGR_DISK_DYNAMIC","features":[1]},{"name":"STATUS_VOLMGR_DISK_ID_INVALID","features":[1]},{"name":"STATUS_VOLMGR_DISK_INVALID","features":[1]},{"name":"STATUS_VOLMGR_DISK_LAST_VOTER","features":[1]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_INVALID","features":[1]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS","features":[1]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED","features":[1]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL","features":[1]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS","features":[1]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS","features":[1]},{"name":"STATUS_VOLMGR_DISK_MISSING","features":[1]},{"name":"STATUS_VOLMGR_DISK_NOT_EMPTY","features":[1]},{"name":"STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE","features":[1]},{"name":"STATUS_VOLMGR_DISK_REVECTORING_FAILED","features":[1]},{"name":"STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID","features":[1]},{"name":"STATUS_VOLMGR_DISK_SET_NOT_CONTAINED","features":[1]},{"name":"STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS","features":[1]},{"name":"STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES","features":[1]},{"name":"STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED","features":[1]},{"name":"STATUS_VOLMGR_EXTENT_ALREADY_USED","features":[1]},{"name":"STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS","features":[1]},{"name":"STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION","features":[1]},{"name":"STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED","features":[1]},{"name":"STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION","features":[1]},{"name":"STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH","features":[1]},{"name":"STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED","features":[1]},{"name":"STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION","features":[1]},{"name":"STATUS_VOLMGR_INCOMPLETE_REGENERATION","features":[1]},{"name":"STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID","features":[1]},{"name":"STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS","features":[1]},{"name":"STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE","features":[1]},{"name":"STATUS_VOLMGR_MEMBER_INDEX_INVALID","features":[1]},{"name":"STATUS_VOLMGR_MEMBER_IN_SYNC","features":[1]},{"name":"STATUS_VOLMGR_MEMBER_MISSING","features":[1]},{"name":"STATUS_VOLMGR_MEMBER_NOT_DETACHED","features":[1]},{"name":"STATUS_VOLMGR_MEMBER_REGENERATING","features":[1]},{"name":"STATUS_VOLMGR_MIRROR_NOT_SUPPORTED","features":[1]},{"name":"STATUS_VOLMGR_NOTIFICATION_RESET","features":[1]},{"name":"STATUS_VOLMGR_NOT_PRIMARY_PACK","features":[1]},{"name":"STATUS_VOLMGR_NO_REGISTERED_USERS","features":[1]},{"name":"STATUS_VOLMGR_NO_SUCH_USER","features":[1]},{"name":"STATUS_VOLMGR_NO_VALID_LOG_COPIES","features":[1]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID","features":[1]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID","features":[1]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID","features":[1]},{"name":"STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID","features":[1]},{"name":"STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID","features":[1]},{"name":"STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID","features":[1]},{"name":"STATUS_VOLMGR_PACK_CONFIG_OFFLINE","features":[1]},{"name":"STATUS_VOLMGR_PACK_CONFIG_ONLINE","features":[1]},{"name":"STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED","features":[1]},{"name":"STATUS_VOLMGR_PACK_DUPLICATE","features":[1]},{"name":"STATUS_VOLMGR_PACK_HAS_QUORUM","features":[1]},{"name":"STATUS_VOLMGR_PACK_ID_INVALID","features":[1]},{"name":"STATUS_VOLMGR_PACK_INVALID","features":[1]},{"name":"STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED","features":[1]},{"name":"STATUS_VOLMGR_PACK_NAME_INVALID","features":[1]},{"name":"STATUS_VOLMGR_PACK_OFFLINE","features":[1]},{"name":"STATUS_VOLMGR_PACK_WITHOUT_QUORUM","features":[1]},{"name":"STATUS_VOLMGR_PARTITION_STYLE_INVALID","features":[1]},{"name":"STATUS_VOLMGR_PARTITION_UPDATE_FAILED","features":[1]},{"name":"STATUS_VOLMGR_PLEX_INDEX_DUPLICATE","features":[1]},{"name":"STATUS_VOLMGR_PLEX_INDEX_INVALID","features":[1]},{"name":"STATUS_VOLMGR_PLEX_IN_SYNC","features":[1]},{"name":"STATUS_VOLMGR_PLEX_LAST_ACTIVE","features":[1]},{"name":"STATUS_VOLMGR_PLEX_MISSING","features":[1]},{"name":"STATUS_VOLMGR_PLEX_NOT_RAID5","features":[1]},{"name":"STATUS_VOLMGR_PLEX_NOT_SIMPLE","features":[1]},{"name":"STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED","features":[1]},{"name":"STATUS_VOLMGR_PLEX_REGENERATING","features":[1]},{"name":"STATUS_VOLMGR_PLEX_TYPE_INVALID","features":[1]},{"name":"STATUS_VOLMGR_PRIMARY_PACK_PRESENT","features":[1]},{"name":"STATUS_VOLMGR_RAID5_NOT_SUPPORTED","features":[1]},{"name":"STATUS_VOLMGR_STRUCTURE_SIZE_INVALID","features":[1]},{"name":"STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS","features":[1]},{"name":"STATUS_VOLMGR_TRANSACTION_IN_PROGRESS","features":[1]},{"name":"STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE","features":[1]},{"name":"STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK","features":[1]},{"name":"STATUS_VOLMGR_VOLUME_ID_INVALID","features":[1]},{"name":"STATUS_VOLMGR_VOLUME_LENGTH_INVALID","features":[1]},{"name":"STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE","features":[1]},{"name":"STATUS_VOLMGR_VOLUME_MIRRORED","features":[1]},{"name":"STATUS_VOLMGR_VOLUME_NOT_MIRRORED","features":[1]},{"name":"STATUS_VOLMGR_VOLUME_NOT_RETAINED","features":[1]},{"name":"STATUS_VOLMGR_VOLUME_OFFLINE","features":[1]},{"name":"STATUS_VOLMGR_VOLUME_RETAINED","features":[1]},{"name":"STATUS_VOLSNAP_ACTIVATION_TIMEOUT","features":[1]},{"name":"STATUS_VOLSNAP_BOOTFILE_NOT_VALID","features":[1]},{"name":"STATUS_VOLSNAP_HIBERNATE_READY","features":[1]},{"name":"STATUS_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT","features":[1]},{"name":"STATUS_VOLSNAP_PREPARE_HIBERNATE","features":[1]},{"name":"STATUS_VOLUME_DIRTY","features":[1]},{"name":"STATUS_VOLUME_DISMOUNTED","features":[1]},{"name":"STATUS_VOLUME_MOUNTED","features":[1]},{"name":"STATUS_VOLUME_NOT_CLUSTER_ALIGNED","features":[1]},{"name":"STATUS_VOLUME_NOT_SUPPORTED","features":[1]},{"name":"STATUS_VOLUME_NOT_UPGRADED","features":[1]},{"name":"STATUS_VOLUME_UPGRADE_DISABLED","features":[1]},{"name":"STATUS_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED","features":[1]},{"name":"STATUS_VOLUME_UPGRADE_NOT_NEEDED","features":[1]},{"name":"STATUS_VOLUME_UPGRADE_PENDING","features":[1]},{"name":"STATUS_VOLUME_WRITE_ACCESS_DENIED","features":[1]},{"name":"STATUS_VRF_VOLATILE_CFG_AND_IO_ENABLED","features":[1]},{"name":"STATUS_VRF_VOLATILE_NMI_REGISTERED","features":[1]},{"name":"STATUS_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM","features":[1]},{"name":"STATUS_VRF_VOLATILE_NOT_STOPPABLE","features":[1]},{"name":"STATUS_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS","features":[1]},{"name":"STATUS_VRF_VOLATILE_PROTECTED_DRIVER","features":[1]},{"name":"STATUS_VRF_VOLATILE_SAFE_MODE","features":[1]},{"name":"STATUS_VRF_VOLATILE_SETTINGS_CONFLICT","features":[1]},{"name":"STATUS_VSM_DMA_PROTECTION_NOT_IN_USE","features":[1]},{"name":"STATUS_VSM_NOT_INITIALIZED","features":[1]},{"name":"STATUS_WAIT_0","features":[1]},{"name":"STATUS_WAIT_1","features":[1]},{"name":"STATUS_WAIT_2","features":[1]},{"name":"STATUS_WAIT_3","features":[1]},{"name":"STATUS_WAIT_63","features":[1]},{"name":"STATUS_WAIT_FOR_OPLOCK","features":[1]},{"name":"STATUS_WAKE_SYSTEM","features":[1]},{"name":"STATUS_WAKE_SYSTEM_DEBUGGER","features":[1]},{"name":"STATUS_WAS_LOCKED","features":[1]},{"name":"STATUS_WAS_UNLOCKED","features":[1]},{"name":"STATUS_WEAK_WHFBKEY_BLOCKED","features":[1]},{"name":"STATUS_WIM_NOT_BOOTABLE","features":[1]},{"name":"STATUS_WMI_ALREADY_DISABLED","features":[1]},{"name":"STATUS_WMI_ALREADY_ENABLED","features":[1]},{"name":"STATUS_WMI_GUID_DISCONNECTED","features":[1]},{"name":"STATUS_WMI_GUID_NOT_FOUND","features":[1]},{"name":"STATUS_WMI_INSTANCE_NOT_FOUND","features":[1]},{"name":"STATUS_WMI_ITEMID_NOT_FOUND","features":[1]},{"name":"STATUS_WMI_NOT_SUPPORTED","features":[1]},{"name":"STATUS_WMI_READ_ONLY","features":[1]},{"name":"STATUS_WMI_SET_FAILURE","features":[1]},{"name":"STATUS_WMI_TRY_AGAIN","features":[1]},{"name":"STATUS_WOF_FILE_RESOURCE_TABLE_CORRUPT","features":[1]},{"name":"STATUS_WOF_WIM_HEADER_CORRUPT","features":[1]},{"name":"STATUS_WOF_WIM_RESOURCE_TABLE_CORRUPT","features":[1]},{"name":"STATUS_WORKING_SET_LIMIT_RANGE","features":[1]},{"name":"STATUS_WORKING_SET_QUOTA","features":[1]},{"name":"STATUS_WOW_ASSERTION","features":[1]},{"name":"STATUS_WRONG_COMPARTMENT","features":[1]},{"name":"STATUS_WRONG_CREDENTIAL_HANDLE","features":[1]},{"name":"STATUS_WRONG_EFS","features":[1]},{"name":"STATUS_WRONG_PASSWORD_CORE","features":[1]},{"name":"STATUS_WRONG_VOLUME","features":[1]},{"name":"STATUS_WX86_BREAKPOINT","features":[1]},{"name":"STATUS_WX86_CONTINUE","features":[1]},{"name":"STATUS_WX86_CREATEWX86TIB","features":[1]},{"name":"STATUS_WX86_EXCEPTION_CHAIN","features":[1]},{"name":"STATUS_WX86_EXCEPTION_CONTINUE","features":[1]},{"name":"STATUS_WX86_EXCEPTION_LASTCHANCE","features":[1]},{"name":"STATUS_WX86_FLOAT_STACK_CHECK","features":[1]},{"name":"STATUS_WX86_INTERNAL_ERROR","features":[1]},{"name":"STATUS_WX86_SINGLE_STEP","features":[1]},{"name":"STATUS_WX86_UNSIMULATE","features":[1]},{"name":"STATUS_XMLDSIG_ERROR","features":[1]},{"name":"STATUS_XML_ENCODING_MISMATCH","features":[1]},{"name":"STATUS_XML_PARSE_ERROR","features":[1]},{"name":"STG_E_ABNORMALAPIEXIT","features":[1]},{"name":"STG_E_ACCESSDENIED","features":[1]},{"name":"STG_E_BADBASEADDRESS","features":[1]},{"name":"STG_E_CANTSAVE","features":[1]},{"name":"STG_E_CSS_AUTHENTICATION_FAILURE","features":[1]},{"name":"STG_E_CSS_KEY_NOT_ESTABLISHED","features":[1]},{"name":"STG_E_CSS_KEY_NOT_PRESENT","features":[1]},{"name":"STG_E_CSS_REGION_MISMATCH","features":[1]},{"name":"STG_E_CSS_SCRAMBLED_SECTOR","features":[1]},{"name":"STG_E_DEVICE_UNRESPONSIVE","features":[1]},{"name":"STG_E_DISKISWRITEPROTECTED","features":[1]},{"name":"STG_E_DOCFILECORRUPT","features":[1]},{"name":"STG_E_DOCFILETOOLARGE","features":[1]},{"name":"STG_E_EXTANTMARSHALLINGS","features":[1]},{"name":"STG_E_FILEALREADYEXISTS","features":[1]},{"name":"STG_E_FILENOTFOUND","features":[1]},{"name":"STG_E_FIRMWARE_IMAGE_INVALID","features":[1]},{"name":"STG_E_FIRMWARE_SLOT_INVALID","features":[1]},{"name":"STG_E_INCOMPLETE","features":[1]},{"name":"STG_E_INSUFFICIENTMEMORY","features":[1]},{"name":"STG_E_INUSE","features":[1]},{"name":"STG_E_INVALIDFLAG","features":[1]},{"name":"STG_E_INVALIDFUNCTION","features":[1]},{"name":"STG_E_INVALIDHANDLE","features":[1]},{"name":"STG_E_INVALIDHEADER","features":[1]},{"name":"STG_E_INVALIDNAME","features":[1]},{"name":"STG_E_INVALIDPARAMETER","features":[1]},{"name":"STG_E_INVALIDPOINTER","features":[1]},{"name":"STG_E_LOCKVIOLATION","features":[1]},{"name":"STG_E_MEDIUMFULL","features":[1]},{"name":"STG_E_NOMOREFILES","features":[1]},{"name":"STG_E_NOTCURRENT","features":[1]},{"name":"STG_E_NOTFILEBASEDSTORAGE","features":[1]},{"name":"STG_E_NOTSIMPLEFORMAT","features":[1]},{"name":"STG_E_OLDDLL","features":[1]},{"name":"STG_E_OLDFORMAT","features":[1]},{"name":"STG_E_PATHNOTFOUND","features":[1]},{"name":"STG_E_PROPSETMISMATCHED","features":[1]},{"name":"STG_E_READFAULT","features":[1]},{"name":"STG_E_RESETS_EXHAUSTED","features":[1]},{"name":"STG_E_REVERTED","features":[1]},{"name":"STG_E_SEEKERROR","features":[1]},{"name":"STG_E_SHAREREQUIRED","features":[1]},{"name":"STG_E_SHAREVIOLATION","features":[1]},{"name":"STG_E_STATUS_COPY_PROTECTION_FAILURE","features":[1]},{"name":"STG_E_TERMINATED","features":[1]},{"name":"STG_E_TOOMANYOPENFILES","features":[1]},{"name":"STG_E_UNIMPLEMENTEDFUNCTION","features":[1]},{"name":"STG_E_UNKNOWN","features":[1]},{"name":"STG_E_WRITEFAULT","features":[1]},{"name":"STG_S_BLOCK","features":[1]},{"name":"STG_S_CANNOTCONSOLIDATE","features":[1]},{"name":"STG_S_CONSOLIDATIONFAILED","features":[1]},{"name":"STG_S_CONVERTED","features":[1]},{"name":"STG_S_MONITORING","features":[1]},{"name":"STG_S_MULTIPLEOPENS","features":[1]},{"name":"STG_S_POWER_CYCLE_REQUIRED","features":[1]},{"name":"STG_S_RETRYNOW","features":[1]},{"name":"STILL_ACTIVE","features":[1]},{"name":"STORE_ERROR_LICENSE_REVOKED","features":[1]},{"name":"STORE_ERROR_PENDING_COM_TRANSACTION","features":[1]},{"name":"STORE_ERROR_UNLICENSED","features":[1]},{"name":"STORE_ERROR_UNLICENSED_USER","features":[1]},{"name":"STRICT","features":[1]},{"name":"SUCCESS","features":[1]},{"name":"SYSTEMTIME","features":[1]},{"name":"S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG","features":[1]},{"name":"S_FALSE","features":[1]},{"name":"S_OK","features":[1]},{"name":"S_STORE_LAUNCHED_FOR_REMEDIATION","features":[1]},{"name":"SetHandleInformation","features":[1]},{"name":"SetLastError","features":[1]},{"name":"SetLastErrorEx","features":[1]},{"name":"SysAddRefString","features":[1]},{"name":"SysAllocString","features":[1]},{"name":"SysAllocStringByteLen","features":[1]},{"name":"SysAllocStringLen","features":[1]},{"name":"SysFreeString","features":[1]},{"name":"SysReAllocString","features":[1]},{"name":"SysReAllocStringLen","features":[1]},{"name":"SysReleaseString","features":[1]},{"name":"SysStringByteLen","features":[1]},{"name":"SysStringLen","features":[1]},{"name":"TBSIMP_E_BUFFER_TOO_SMALL","features":[1]},{"name":"TBSIMP_E_CLEANUP_FAILED","features":[1]},{"name":"TBSIMP_E_COMMAND_CANCELED","features":[1]},{"name":"TBSIMP_E_COMMAND_FAILED","features":[1]},{"name":"TBSIMP_E_DUPLICATE_VHANDLE","features":[1]},{"name":"TBSIMP_E_HASH_BAD_KEY","features":[1]},{"name":"TBSIMP_E_HASH_TABLE_FULL","features":[1]},{"name":"TBSIMP_E_INVALID_CONTEXT_HANDLE","features":[1]},{"name":"TBSIMP_E_INVALID_CONTEXT_PARAM","features":[1]},{"name":"TBSIMP_E_INVALID_OUTPUT_POINTER","features":[1]},{"name":"TBSIMP_E_INVALID_PARAMETER","features":[1]},{"name":"TBSIMP_E_INVALID_RESOURCE","features":[1]},{"name":"TBSIMP_E_LIST_NOT_FOUND","features":[1]},{"name":"TBSIMP_E_LIST_NO_MORE_ITEMS","features":[1]},{"name":"TBSIMP_E_NOTHING_TO_UNLOAD","features":[1]},{"name":"TBSIMP_E_NOT_ENOUGH_SPACE","features":[1]},{"name":"TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS","features":[1]},{"name":"TBSIMP_E_NO_EVENT_LOG","features":[1]},{"name":"TBSIMP_E_OUT_OF_MEMORY","features":[1]},{"name":"TBSIMP_E_PPI_NOT_SUPPORTED","features":[1]},{"name":"TBSIMP_E_RESOURCE_EXPIRED","features":[1]},{"name":"TBSIMP_E_RPC_INIT_FAILED","features":[1]},{"name":"TBSIMP_E_SCHEDULER_NOT_RUNNING","features":[1]},{"name":"TBSIMP_E_TOO_MANY_RESOURCES","features":[1]},{"name":"TBSIMP_E_TOO_MANY_TBS_CONTEXTS","features":[1]},{"name":"TBSIMP_E_TPM_ERROR","features":[1]},{"name":"TBSIMP_E_TPM_INCOMPATIBLE","features":[1]},{"name":"TBSIMP_E_UNKNOWN_ORDINAL","features":[1]},{"name":"TBS_E_ACCESS_DENIED","features":[1]},{"name":"TBS_E_BAD_PARAMETER","features":[1]},{"name":"TBS_E_BUFFER_TOO_LARGE","features":[1]},{"name":"TBS_E_COMMAND_CANCELED","features":[1]},{"name":"TBS_E_INSUFFICIENT_BUFFER","features":[1]},{"name":"TBS_E_INTERNAL_ERROR","features":[1]},{"name":"TBS_E_INVALID_CONTEXT","features":[1]},{"name":"TBS_E_INVALID_CONTEXT_PARAM","features":[1]},{"name":"TBS_E_INVALID_OUTPUT_POINTER","features":[1]},{"name":"TBS_E_IOERROR","features":[1]},{"name":"TBS_E_NO_EVENT_LOG","features":[1]},{"name":"TBS_E_OWNERAUTH_NOT_FOUND","features":[1]},{"name":"TBS_E_PPI_FUNCTION_UNSUPPORTED","features":[1]},{"name":"TBS_E_PPI_NOT_SUPPORTED","features":[1]},{"name":"TBS_E_PROVISIONING_INCOMPLETE","features":[1]},{"name":"TBS_E_PROVISIONING_NOT_ALLOWED","features":[1]},{"name":"TBS_E_SERVICE_DISABLED","features":[1]},{"name":"TBS_E_SERVICE_NOT_RUNNING","features":[1]},{"name":"TBS_E_SERVICE_START_PENDING","features":[1]},{"name":"TBS_E_TOO_MANY_RESOURCES","features":[1]},{"name":"TBS_E_TOO_MANY_TBS_CONTEXTS","features":[1]},{"name":"TBS_E_TPM_NOT_FOUND","features":[1]},{"name":"TPC_E_INITIALIZE_FAIL","features":[1]},{"name":"TPC_E_INVALID_CONFIGURATION","features":[1]},{"name":"TPC_E_INVALID_DATA_FROM_RECOGNIZER","features":[1]},{"name":"TPC_E_INVALID_INPUT_RECT","features":[1]},{"name":"TPC_E_INVALID_PACKET_DESCRIPTION","features":[1]},{"name":"TPC_E_INVALID_PROPERTY","features":[1]},{"name":"TPC_E_INVALID_RIGHTS","features":[1]},{"name":"TPC_E_INVALID_STROKE","features":[1]},{"name":"TPC_E_NOT_RELEVANT","features":[1]},{"name":"TPC_E_NO_DEFAULT_TABLET","features":[1]},{"name":"TPC_E_OUT_OF_ORDER_CALL","features":[1]},{"name":"TPC_E_QUEUE_FULL","features":[1]},{"name":"TPC_E_RECOGNIZER_NOT_REGISTERED","features":[1]},{"name":"TPC_E_UNKNOWN_PROPERTY","features":[1]},{"name":"TPC_S_INTERRUPTED","features":[1]},{"name":"TPC_S_NO_DATA_TO_PROCESS","features":[1]},{"name":"TPC_S_TRUNCATED","features":[1]},{"name":"TPMAPI_E_ACCESS_DENIED","features":[1]},{"name":"TPMAPI_E_AUTHORIZATION_FAILED","features":[1]},{"name":"TPMAPI_E_AUTHORIZATION_REVOKED","features":[1]},{"name":"TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED","features":[1]},{"name":"TPMAPI_E_BUFFER_TOO_SMALL","features":[1]},{"name":"TPMAPI_E_EMPTY_TCG_LOG","features":[1]},{"name":"TPMAPI_E_ENCRYPTION_FAILED","features":[1]},{"name":"TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL","features":[1]},{"name":"TPMAPI_E_FIPS_RNG_CHECK_FAILED","features":[1]},{"name":"TPMAPI_E_INTERNAL_ERROR","features":[1]},{"name":"TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE","features":[1]},{"name":"TPMAPI_E_INVALID_CONTEXT_HANDLE","features":[1]},{"name":"TPMAPI_E_INVALID_CONTEXT_PARAMS","features":[1]},{"name":"TPMAPI_E_INVALID_DELEGATE_BLOB","features":[1]},{"name":"TPMAPI_E_INVALID_ENCODING","features":[1]},{"name":"TPMAPI_E_INVALID_KEY_BLOB","features":[1]},{"name":"TPMAPI_E_INVALID_KEY_PARAMS","features":[1]},{"name":"TPMAPI_E_INVALID_KEY_SIZE","features":[1]},{"name":"TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB","features":[1]},{"name":"TPMAPI_E_INVALID_OUTPUT_POINTER","features":[1]},{"name":"TPMAPI_E_INVALID_OWNER_AUTH","features":[1]},{"name":"TPMAPI_E_INVALID_PARAMETER","features":[1]},{"name":"TPMAPI_E_INVALID_PCR_DATA","features":[1]},{"name":"TPMAPI_E_INVALID_PCR_INDEX","features":[1]},{"name":"TPMAPI_E_INVALID_POLICYAUTH_BLOB_TYPE","features":[1]},{"name":"TPMAPI_E_INVALID_STATE","features":[1]},{"name":"TPMAPI_E_INVALID_TCG_LOG_ENTRY","features":[1]},{"name":"TPMAPI_E_INVALID_TPM_VERSION","features":[1]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_KEY","features":[1]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER","features":[1]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY","features":[1]},{"name":"TPMAPI_E_MESSAGE_TOO_LARGE","features":[1]},{"name":"TPMAPI_E_NOT_ENOUGH_DATA","features":[1]},{"name":"TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND","features":[1]},{"name":"TPMAPI_E_NV_BITS_NOT_DEFINED","features":[1]},{"name":"TPMAPI_E_NV_BITS_NOT_READY","features":[1]},{"name":"TPMAPI_E_OUT_OF_MEMORY","features":[1]},{"name":"TPMAPI_E_OWNER_AUTH_NOT_NULL","features":[1]},{"name":"TPMAPI_E_POLICY_DENIES_OPERATION","features":[1]},{"name":"TPMAPI_E_SEALING_KEY_CHANGED","features":[1]},{"name":"TPMAPI_E_SEALING_KEY_NOT_AVAILABLE","features":[1]},{"name":"TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE","features":[1]},{"name":"TPMAPI_E_TBS_COMMUNICATION_ERROR","features":[1]},{"name":"TPMAPI_E_TCG_INVALID_DIGEST_ENTRY","features":[1]},{"name":"TPMAPI_E_TCG_SEPARATOR_ABSENT","features":[1]},{"name":"TPMAPI_E_TOO_MUCH_DATA","features":[1]},{"name":"TPMAPI_E_TPM_COMMAND_ERROR","features":[1]},{"name":"TPM_20_E_ASYMMETRIC","features":[1]},{"name":"TPM_20_E_ATTRIBUTES","features":[1]},{"name":"TPM_20_E_AUTHSIZE","features":[1]},{"name":"TPM_20_E_AUTH_CONTEXT","features":[1]},{"name":"TPM_20_E_AUTH_FAIL","features":[1]},{"name":"TPM_20_E_AUTH_MISSING","features":[1]},{"name":"TPM_20_E_AUTH_TYPE","features":[1]},{"name":"TPM_20_E_AUTH_UNAVAILABLE","features":[1]},{"name":"TPM_20_E_BAD_AUTH","features":[1]},{"name":"TPM_20_E_BAD_CONTEXT","features":[1]},{"name":"TPM_20_E_BINDING","features":[1]},{"name":"TPM_20_E_CANCELED","features":[1]},{"name":"TPM_20_E_COMMAND_CODE","features":[1]},{"name":"TPM_20_E_COMMAND_SIZE","features":[1]},{"name":"TPM_20_E_CONTEXT_GAP","features":[1]},{"name":"TPM_20_E_CPHASH","features":[1]},{"name":"TPM_20_E_CURVE","features":[1]},{"name":"TPM_20_E_DISABLED","features":[1]},{"name":"TPM_20_E_ECC_CURVE","features":[1]},{"name":"TPM_20_E_ECC_POINT","features":[1]},{"name":"TPM_20_E_EXCLUSIVE","features":[1]},{"name":"TPM_20_E_EXPIRED","features":[1]},{"name":"TPM_20_E_FAILURE","features":[1]},{"name":"TPM_20_E_HANDLE","features":[1]},{"name":"TPM_20_E_HASH","features":[1]},{"name":"TPM_20_E_HIERARCHY","features":[1]},{"name":"TPM_20_E_HMAC","features":[1]},{"name":"TPM_20_E_INITIALIZE","features":[1]},{"name":"TPM_20_E_INSUFFICIENT","features":[1]},{"name":"TPM_20_E_INTEGRITY","features":[1]},{"name":"TPM_20_E_KDF","features":[1]},{"name":"TPM_20_E_KEY","features":[1]},{"name":"TPM_20_E_KEY_SIZE","features":[1]},{"name":"TPM_20_E_LOCALITY","features":[1]},{"name":"TPM_20_E_LOCKOUT","features":[1]},{"name":"TPM_20_E_MEMORY","features":[1]},{"name":"TPM_20_E_MGF","features":[1]},{"name":"TPM_20_E_MODE","features":[1]},{"name":"TPM_20_E_NEEDS_TEST","features":[1]},{"name":"TPM_20_E_NONCE","features":[1]},{"name":"TPM_20_E_NO_RESULT","features":[1]},{"name":"TPM_20_E_NV_AUTHORIZATION","features":[1]},{"name":"TPM_20_E_NV_DEFINED","features":[1]},{"name":"TPM_20_E_NV_LOCKED","features":[1]},{"name":"TPM_20_E_NV_RANGE","features":[1]},{"name":"TPM_20_E_NV_RATE","features":[1]},{"name":"TPM_20_E_NV_SIZE","features":[1]},{"name":"TPM_20_E_NV_SPACE","features":[1]},{"name":"TPM_20_E_NV_UNAVAILABLE","features":[1]},{"name":"TPM_20_E_NV_UNINITIALIZED","features":[1]},{"name":"TPM_20_E_OBJECT_HANDLES","features":[1]},{"name":"TPM_20_E_OBJECT_MEMORY","features":[1]},{"name":"TPM_20_E_PARENT","features":[1]},{"name":"TPM_20_E_PCR","features":[1]},{"name":"TPM_20_E_PCR_CHANGED","features":[1]},{"name":"TPM_20_E_POLICY","features":[1]},{"name":"TPM_20_E_POLICY_CC","features":[1]},{"name":"TPM_20_E_POLICY_FAIL","features":[1]},{"name":"TPM_20_E_PP","features":[1]},{"name":"TPM_20_E_PRIVATE","features":[1]},{"name":"TPM_20_E_RANGE","features":[1]},{"name":"TPM_20_E_REBOOT","features":[1]},{"name":"TPM_20_E_RESERVED_BITS","features":[1]},{"name":"TPM_20_E_RETRY","features":[1]},{"name":"TPM_20_E_SCHEME","features":[1]},{"name":"TPM_20_E_SELECTOR","features":[1]},{"name":"TPM_20_E_SENSITIVE","features":[1]},{"name":"TPM_20_E_SEQUENCE","features":[1]},{"name":"TPM_20_E_SESSION_HANDLES","features":[1]},{"name":"TPM_20_E_SESSION_MEMORY","features":[1]},{"name":"TPM_20_E_SIGNATURE","features":[1]},{"name":"TPM_20_E_SIZE","features":[1]},{"name":"TPM_20_E_SYMMETRIC","features":[1]},{"name":"TPM_20_E_TAG","features":[1]},{"name":"TPM_20_E_TESTING","features":[1]},{"name":"TPM_20_E_TICKET","features":[1]},{"name":"TPM_20_E_TOO_MANY_CONTEXTS","features":[1]},{"name":"TPM_20_E_TYPE","features":[1]},{"name":"TPM_20_E_UNBALANCED","features":[1]},{"name":"TPM_20_E_UPGRADE","features":[1]},{"name":"TPM_20_E_VALUE","features":[1]},{"name":"TPM_20_E_YIELDED","features":[1]},{"name":"TPM_E_AREA_LOCKED","features":[1]},{"name":"TPM_E_ATTESTATION_CHALLENGE_NOT_SET","features":[1]},{"name":"TPM_E_AUDITFAILURE","features":[1]},{"name":"TPM_E_AUDITFAIL_SUCCESSFUL","features":[1]},{"name":"TPM_E_AUDITFAIL_UNSUCCESSFUL","features":[1]},{"name":"TPM_E_AUTH2FAIL","features":[1]},{"name":"TPM_E_AUTHFAIL","features":[1]},{"name":"TPM_E_AUTH_CONFLICT","features":[1]},{"name":"TPM_E_BADCONTEXT","features":[1]},{"name":"TPM_E_BADINDEX","features":[1]},{"name":"TPM_E_BADTAG","features":[1]},{"name":"TPM_E_BAD_ATTRIBUTES","features":[1]},{"name":"TPM_E_BAD_COUNTER","features":[1]},{"name":"TPM_E_BAD_DATASIZE","features":[1]},{"name":"TPM_E_BAD_DELEGATE","features":[1]},{"name":"TPM_E_BAD_HANDLE","features":[1]},{"name":"TPM_E_BAD_KEY_PROPERTY","features":[1]},{"name":"TPM_E_BAD_LOCALITY","features":[1]},{"name":"TPM_E_BAD_MIGRATION","features":[1]},{"name":"TPM_E_BAD_MODE","features":[1]},{"name":"TPM_E_BAD_ORDINAL","features":[1]},{"name":"TPM_E_BAD_PARAMETER","features":[1]},{"name":"TPM_E_BAD_PARAM_SIZE","features":[1]},{"name":"TPM_E_BAD_PRESENCE","features":[1]},{"name":"TPM_E_BAD_SCHEME","features":[1]},{"name":"TPM_E_BAD_SIGNATURE","features":[1]},{"name":"TPM_E_BAD_TYPE","features":[1]},{"name":"TPM_E_BAD_VERSION","features":[1]},{"name":"TPM_E_BUFFER_LENGTH_MISMATCH","features":[1]},{"name":"TPM_E_CLAIM_TYPE_NOT_SUPPORTED","features":[1]},{"name":"TPM_E_CLEAR_DISABLED","features":[1]},{"name":"TPM_E_COMMAND_BLOCKED","features":[1]},{"name":"TPM_E_CONTEXT_GAP","features":[1]},{"name":"TPM_E_DAA_INPUT_DATA0","features":[1]},{"name":"TPM_E_DAA_INPUT_DATA1","features":[1]},{"name":"TPM_E_DAA_ISSUER_SETTINGS","features":[1]},{"name":"TPM_E_DAA_ISSUER_VALIDITY","features":[1]},{"name":"TPM_E_DAA_RESOURCES","features":[1]},{"name":"TPM_E_DAA_STAGE","features":[1]},{"name":"TPM_E_DAA_TPM_SETTINGS","features":[1]},{"name":"TPM_E_DAA_WRONG_W","features":[1]},{"name":"TPM_E_DEACTIVATED","features":[1]},{"name":"TPM_E_DECRYPT_ERROR","features":[1]},{"name":"TPM_E_DEFEND_LOCK_RUNNING","features":[1]},{"name":"TPM_E_DELEGATE_ADMIN","features":[1]},{"name":"TPM_E_DELEGATE_FAMILY","features":[1]},{"name":"TPM_E_DELEGATE_LOCK","features":[1]},{"name":"TPM_E_DISABLED","features":[1]},{"name":"TPM_E_DISABLED_CMD","features":[1]},{"name":"TPM_E_DOING_SELFTEST","features":[1]},{"name":"TPM_E_DUPLICATE_VHANDLE","features":[1]},{"name":"TPM_E_EMBEDDED_COMMAND_BLOCKED","features":[1]},{"name":"TPM_E_EMBEDDED_COMMAND_UNSUPPORTED","features":[1]},{"name":"TPM_E_ENCRYPT_ERROR","features":[1]},{"name":"TPM_E_ERROR_MASK","features":[1]},{"name":"TPM_E_FAIL","features":[1]},{"name":"TPM_E_FAILEDSELFTEST","features":[1]},{"name":"TPM_E_FAMILYCOUNT","features":[1]},{"name":"TPM_E_INAPPROPRIATE_ENC","features":[1]},{"name":"TPM_E_INAPPROPRIATE_SIG","features":[1]},{"name":"TPM_E_INSTALL_DISABLED","features":[1]},{"name":"TPM_E_INVALID_AUTHHANDLE","features":[1]},{"name":"TPM_E_INVALID_FAMILY","features":[1]},{"name":"TPM_E_INVALID_HANDLE","features":[1]},{"name":"TPM_E_INVALID_KEYHANDLE","features":[1]},{"name":"TPM_E_INVALID_KEYUSAGE","features":[1]},{"name":"TPM_E_INVALID_OWNER_AUTH","features":[1]},{"name":"TPM_E_INVALID_PCR_INFO","features":[1]},{"name":"TPM_E_INVALID_POSTINIT","features":[1]},{"name":"TPM_E_INVALID_RESOURCE","features":[1]},{"name":"TPM_E_INVALID_STRUCTURE","features":[1]},{"name":"TPM_E_IOERROR","features":[1]},{"name":"TPM_E_KEYNOTFOUND","features":[1]},{"name":"TPM_E_KEY_ALREADY_FINALIZED","features":[1]},{"name":"TPM_E_KEY_NOTSUPPORTED","features":[1]},{"name":"TPM_E_KEY_NOT_AUTHENTICATED","features":[1]},{"name":"TPM_E_KEY_NOT_FINALIZED","features":[1]},{"name":"TPM_E_KEY_NOT_LOADED","features":[1]},{"name":"TPM_E_KEY_NOT_SIGNING_KEY","features":[1]},{"name":"TPM_E_KEY_OWNER_CONTROL","features":[1]},{"name":"TPM_E_KEY_USAGE_POLICY_INVALID","features":[1]},{"name":"TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED","features":[1]},{"name":"TPM_E_LOCKED_OUT","features":[1]},{"name":"TPM_E_MAXNVWRITES","features":[1]},{"name":"TPM_E_MA_AUTHORITY","features":[1]},{"name":"TPM_E_MA_DESTINATION","features":[1]},{"name":"TPM_E_MA_SOURCE","features":[1]},{"name":"TPM_E_MA_TICKET_SIGNATURE","features":[1]},{"name":"TPM_E_MIGRATEFAIL","features":[1]},{"name":"TPM_E_NEEDS_SELFTEST","features":[1]},{"name":"TPM_E_NOCONTEXTSPACE","features":[1]},{"name":"TPM_E_NOOPERATOR","features":[1]},{"name":"TPM_E_NOSPACE","features":[1]},{"name":"TPM_E_NOSRK","features":[1]},{"name":"TPM_E_NOTFIPS","features":[1]},{"name":"TPM_E_NOTLOCAL","features":[1]},{"name":"TPM_E_NOTRESETABLE","features":[1]},{"name":"TPM_E_NOTSEALED_BLOB","features":[1]},{"name":"TPM_E_NOT_FULLWRITE","features":[1]},{"name":"TPM_E_NOT_PCR_BOUND","features":[1]},{"name":"TPM_E_NO_ENDORSEMENT","features":[1]},{"name":"TPM_E_NO_KEY_CERTIFICATION","features":[1]},{"name":"TPM_E_NO_NV_PERMISSION","features":[1]},{"name":"TPM_E_NO_WRAP_TRANSPORT","features":[1]},{"name":"TPM_E_OWNER_CONTROL","features":[1]},{"name":"TPM_E_OWNER_SET","features":[1]},{"name":"TPM_E_PCP_AUTHENTICATION_FAILED","features":[1]},{"name":"TPM_E_PCP_AUTHENTICATION_IGNORED","features":[1]},{"name":"TPM_E_PCP_BUFFER_TOO_SMALL","features":[1]},{"name":"TPM_E_PCP_DEVICE_NOT_READY","features":[1]},{"name":"TPM_E_PCP_ERROR_MASK","features":[1]},{"name":"TPM_E_PCP_FLAG_NOT_SUPPORTED","features":[1]},{"name":"TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED","features":[1]},{"name":"TPM_E_PCP_INTERNAL_ERROR","features":[1]},{"name":"TPM_E_PCP_INVALID_HANDLE","features":[1]},{"name":"TPM_E_PCP_INVALID_PARAMETER","features":[1]},{"name":"TPM_E_PCP_KEY_HANDLE_INVALIDATED","features":[1]},{"name":"TPM_E_PCP_KEY_NOT_AIK","features":[1]},{"name":"TPM_E_PCP_NOT_SUPPORTED","features":[1]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_MAY_BE_OUTDATED","features":[1]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_OUTDATED","features":[1]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_REBOOT","features":[1]},{"name":"TPM_E_PCP_POLICY_NOT_FOUND","features":[1]},{"name":"TPM_E_PCP_PROFILE_NOT_FOUND","features":[1]},{"name":"TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED","features":[1]},{"name":"TPM_E_PCP_TICKET_MISSING","features":[1]},{"name":"TPM_E_PCP_UNSUPPORTED_PSS_SALT","features":[1]},{"name":"TPM_E_PCP_VALIDATION_FAILED","features":[1]},{"name":"TPM_E_PCP_WRONG_PARENT","features":[1]},{"name":"TPM_E_PERMANENTEK","features":[1]},{"name":"TPM_E_PER_NOWRITE","features":[1]},{"name":"TPM_E_PPI_ACPI_FAILURE","features":[1]},{"name":"TPM_E_PPI_BIOS_FAILURE","features":[1]},{"name":"TPM_E_PPI_BLOCKED_IN_BIOS","features":[1]},{"name":"TPM_E_PPI_NOT_SUPPORTED","features":[1]},{"name":"TPM_E_PPI_USER_ABORT","features":[1]},{"name":"TPM_E_PROVISIONING_INCOMPLETE","features":[1]},{"name":"TPM_E_READ_ONLY","features":[1]},{"name":"TPM_E_REQUIRES_SIGN","features":[1]},{"name":"TPM_E_RESOURCEMISSING","features":[1]},{"name":"TPM_E_RESOURCES","features":[1]},{"name":"TPM_E_RETRY","features":[1]},{"name":"TPM_E_SHA_ERROR","features":[1]},{"name":"TPM_E_SHA_THREAD","features":[1]},{"name":"TPM_E_SHORTRANDOM","features":[1]},{"name":"TPM_E_SIZE","features":[1]},{"name":"TPM_E_SOFT_KEY_ERROR","features":[1]},{"name":"TPM_E_TOOMANYCONTEXTS","features":[1]},{"name":"TPM_E_TOO_MUCH_DATA","features":[1]},{"name":"TPM_E_TPM_GENERATED_EPS","features":[1]},{"name":"TPM_E_TRANSPORT_NOTEXCLUSIVE","features":[1]},{"name":"TPM_E_VERSION_NOT_SUPPORTED","features":[1]},{"name":"TPM_E_WRITE_LOCKED","features":[1]},{"name":"TPM_E_WRONGPCRVAL","features":[1]},{"name":"TPM_E_WRONG_ENTITYTYPE","features":[1]},{"name":"TPM_E_ZERO_EXHAUST_ENABLED","features":[1]},{"name":"TRUE","features":[1]},{"name":"TRUST_E_ACTION_UNKNOWN","features":[1]},{"name":"TRUST_E_BAD_DIGEST","features":[1]},{"name":"TRUST_E_BASIC_CONSTRAINTS","features":[1]},{"name":"TRUST_E_CERT_SIGNATURE","features":[1]},{"name":"TRUST_E_COUNTER_SIGNER","features":[1]},{"name":"TRUST_E_EXPLICIT_DISTRUST","features":[1]},{"name":"TRUST_E_FAIL","features":[1]},{"name":"TRUST_E_FINANCIAL_CRITERIA","features":[1]},{"name":"TRUST_E_MALFORMED_SIGNATURE","features":[1]},{"name":"TRUST_E_NOSIGNATURE","features":[1]},{"name":"TRUST_E_NO_SIGNER_CERT","features":[1]},{"name":"TRUST_E_PROVIDER_UNKNOWN","features":[1]},{"name":"TRUST_E_SUBJECT_FORM_UNKNOWN","features":[1]},{"name":"TRUST_E_SUBJECT_NOT_TRUSTED","features":[1]},{"name":"TRUST_E_SYSTEM_ERROR","features":[1]},{"name":"TRUST_E_TIME_STAMP","features":[1]},{"name":"TYPE_E_AMBIGUOUSNAME","features":[1]},{"name":"TYPE_E_BADMODULEKIND","features":[1]},{"name":"TYPE_E_BUFFERTOOSMALL","features":[1]},{"name":"TYPE_E_CANTCREATETMPFILE","features":[1]},{"name":"TYPE_E_CANTLOADLIBRARY","features":[1]},{"name":"TYPE_E_CIRCULARTYPE","features":[1]},{"name":"TYPE_E_DLLFUNCTIONNOTFOUND","features":[1]},{"name":"TYPE_E_DUPLICATEID","features":[1]},{"name":"TYPE_E_ELEMENTNOTFOUND","features":[1]},{"name":"TYPE_E_FIELDNOTFOUND","features":[1]},{"name":"TYPE_E_INCONSISTENTPROPFUNCS","features":[1]},{"name":"TYPE_E_INVALIDID","features":[1]},{"name":"TYPE_E_INVALIDSTATE","features":[1]},{"name":"TYPE_E_INVDATAREAD","features":[1]},{"name":"TYPE_E_IOERROR","features":[1]},{"name":"TYPE_E_LIBNOTREGISTERED","features":[1]},{"name":"TYPE_E_NAMECONFLICT","features":[1]},{"name":"TYPE_E_OUTOFBOUNDS","features":[1]},{"name":"TYPE_E_QUALIFIEDNAMEDISALLOWED","features":[1]},{"name":"TYPE_E_REGISTRYACCESS","features":[1]},{"name":"TYPE_E_SIZETOOBIG","features":[1]},{"name":"TYPE_E_TYPEMISMATCH","features":[1]},{"name":"TYPE_E_UNDEFINEDTYPE","features":[1]},{"name":"TYPE_E_UNKNOWNLCID","features":[1]},{"name":"TYPE_E_UNSUPFORMAT","features":[1]},{"name":"TYPE_E_WRONGTYPEKIND","features":[1]},{"name":"UCEERR_BLOCKSFULL","features":[1]},{"name":"UCEERR_CHANNELSYNCABANDONED","features":[1]},{"name":"UCEERR_CHANNELSYNCTIMEDOUT","features":[1]},{"name":"UCEERR_COMMANDTRANSPORTDENIED","features":[1]},{"name":"UCEERR_CONNECTIONIDLOOKUPFAILED","features":[1]},{"name":"UCEERR_CTXSTACKFRSTTARGETNULL","features":[1]},{"name":"UCEERR_FEEDBACK_UNSUPPORTED","features":[1]},{"name":"UCEERR_GRAPHICSSTREAMALREADYOPEN","features":[1]},{"name":"UCEERR_GRAPHICSSTREAMUNAVAILABLE","features":[1]},{"name":"UCEERR_HANDLELOOKUPFAILED","features":[1]},{"name":"UCEERR_ILLEGALHANDLE","features":[1]},{"name":"UCEERR_ILLEGALPACKET","features":[1]},{"name":"UCEERR_ILLEGALRECORDTYPE","features":[1]},{"name":"UCEERR_INVALIDPACKETHEADER","features":[1]},{"name":"UCEERR_MALFORMEDPACKET","features":[1]},{"name":"UCEERR_MEMORYFAILURE","features":[1]},{"name":"UCEERR_MISSINGBEGINCOMMAND","features":[1]},{"name":"UCEERR_MISSINGENDCOMMAND","features":[1]},{"name":"UCEERR_NO_MULTIPLE_WORKER_THREADS","features":[1]},{"name":"UCEERR_OUTOFHANDLES","features":[1]},{"name":"UCEERR_PACKETRECORDOUTOFRANGE","features":[1]},{"name":"UCEERR_PARTITION_ZOMBIED","features":[1]},{"name":"UCEERR_REMOTINGNOTSUPPORTED","features":[1]},{"name":"UCEERR_RENDERTHREADFAILURE","features":[1]},{"name":"UCEERR_TRANSPORTDISCONNECTED","features":[1]},{"name":"UCEERR_TRANSPORTOVERLOADED","features":[1]},{"name":"UCEERR_TRANSPORTUNAVAILABLE","features":[1]},{"name":"UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED","features":[1]},{"name":"UCEERR_UNKNOWNPACKET","features":[1]},{"name":"UCEERR_UNSUPPORTEDTRANSPORTVERSION","features":[1]},{"name":"UI_E_AMBIGUOUS_MATCH","features":[1]},{"name":"UI_E_BOOLEAN_EXPECTED","features":[1]},{"name":"UI_E_CREATE_FAILED","features":[1]},{"name":"UI_E_DIFFERENT_OWNER","features":[1]},{"name":"UI_E_END_KEYFRAME_NOT_DETERMINED","features":[1]},{"name":"UI_E_FP_OVERFLOW","features":[1]},{"name":"UI_E_ILLEGAL_REENTRANCY","features":[1]},{"name":"UI_E_INVALID_DIMENSION","features":[1]},{"name":"UI_E_INVALID_OUTPUT","features":[1]},{"name":"UI_E_LOOPS_OVERLAP","features":[1]},{"name":"UI_E_OBJECT_SEALED","features":[1]},{"name":"UI_E_PRIMITIVE_OUT_OF_BOUNDS","features":[1]},{"name":"UI_E_SHUTDOWN_CALLED","features":[1]},{"name":"UI_E_START_KEYFRAME_AFTER_END","features":[1]},{"name":"UI_E_STORYBOARD_ACTIVE","features":[1]},{"name":"UI_E_STORYBOARD_NOT_PLAYING","features":[1]},{"name":"UI_E_TIMER_CLIENT_ALREADY_CONNECTED","features":[1]},{"name":"UI_E_TIME_BEFORE_LAST_UPDATE","features":[1]},{"name":"UI_E_TRANSITION_ALREADY_USED","features":[1]},{"name":"UI_E_TRANSITION_ECLIPSED","features":[1]},{"name":"UI_E_TRANSITION_NOT_IN_STORYBOARD","features":[1]},{"name":"UI_E_VALUE_NOT_DETERMINED","features":[1]},{"name":"UI_E_VALUE_NOT_SET","features":[1]},{"name":"UI_E_WINDOW_CLOSED","features":[1]},{"name":"UI_E_WRONG_THREAD","features":[1]},{"name":"UNICODE_STRING","features":[1]},{"name":"UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION","features":[1]},{"name":"UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE","features":[1]},{"name":"UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT","features":[1]},{"name":"UTC_E_AOT_NOT_RUNNING","features":[1]},{"name":"UTC_E_API_BUSY","features":[1]},{"name":"UTC_E_API_NOT_SUPPORTED","features":[1]},{"name":"UTC_E_API_RESULT_UNAVAILABLE","features":[1]},{"name":"UTC_E_BINARY_MISSING","features":[1]},{"name":"UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML","features":[1]},{"name":"UTC_E_CERT_REV_FAILED","features":[1]},{"name":"UTC_E_CHILD_PROCESS_FAILED","features":[1]},{"name":"UTC_E_COMMAND_LINE_NOT_AUTHORIZED","features":[1]},{"name":"UTC_E_DELAY_TERMINATED","features":[1]},{"name":"UTC_E_DEVICE_TICKET_ERROR","features":[1]},{"name":"UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH","features":[1]},{"name":"UTC_E_ESCALATION_ALREADY_RUNNING","features":[1]},{"name":"UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN","features":[1]},{"name":"UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS","features":[1]},{"name":"UTC_E_ESCALATION_NOT_AUTHORIZED","features":[1]},{"name":"UTC_E_ESCALATION_TIMED_OUT","features":[1]},{"name":"UTC_E_EVENTLOG_ENTRY_MALFORMED","features":[1]},{"name":"UTC_E_EXCLUSIVITY_NOT_AVAILABLE","features":[1]},{"name":"UTC_E_EXE_TERMINATED","features":[1]},{"name":"UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS","features":[1]},{"name":"UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID","features":[1]},{"name":"UTC_E_FAILED_TO_START_NDISCAP","features":[1]},{"name":"UTC_E_FILTER_FUNCTION_RESTRICTED","features":[1]},{"name":"UTC_E_FILTER_ILLEGAL_EVAL","features":[1]},{"name":"UTC_E_FILTER_INVALID_COMMAND","features":[1]},{"name":"UTC_E_FILTER_INVALID_FUNCTION","features":[1]},{"name":"UTC_E_FILTER_INVALID_FUNCTION_PARAMS","features":[1]},{"name":"UTC_E_FILTER_INVALID_TYPE","features":[1]},{"name":"UTC_E_FILTER_MISSING_ATTRIBUTE","features":[1]},{"name":"UTC_E_FILTER_VARIABLE_NOT_FOUND","features":[1]},{"name":"UTC_E_FILTER_VERSION_MISMATCH","features":[1]},{"name":"UTC_E_FORWARDER_ALREADY_DISABLED","features":[1]},{"name":"UTC_E_FORWARDER_ALREADY_ENABLED","features":[1]},{"name":"UTC_E_FORWARDER_PRODUCER_MISMATCH","features":[1]},{"name":"UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED","features":[1]},{"name":"UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED","features":[1]},{"name":"UTC_E_GETFILE_FILE_PATH_NOT_APPROVED","features":[1]},{"name":"UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE","features":[1]},{"name":"UTC_E_INTENTIONAL_SCRIPT_FAILURE","features":[1]},{"name":"UTC_E_INVALID_AGGREGATION_STRUCT","features":[1]},{"name":"UTC_E_INVALID_CUSTOM_FILTER","features":[1]},{"name":"UTC_E_INVALID_FILTER","features":[1]},{"name":"UTC_E_KERNELDUMP_LIMIT_REACHED","features":[1]},{"name":"UTC_E_MISSING_AGGREGATE_EVENT_TAG","features":[1]},{"name":"UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE","features":[1]},{"name":"UTC_E_NO_WER_LOGGER_SUPPORTED","features":[1]},{"name":"UTC_E_PERFTRACK_ALREADY_TRACING","features":[1]},{"name":"UTC_E_REACHED_MAX_ESCALATIONS","features":[1]},{"name":"UTC_E_REESCALATED_TOO_QUICKLY","features":[1]},{"name":"UTC_E_RPC_TIMEOUT","features":[1]},{"name":"UTC_E_RPC_WAIT_FAILED","features":[1]},{"name":"UTC_E_SCENARIODEF_NOT_FOUND","features":[1]},{"name":"UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH","features":[1]},{"name":"UTC_E_SCENARIO_HAS_NO_ACTIONS","features":[1]},{"name":"UTC_E_SCENARIO_THROTTLED","features":[1]},{"name":"UTC_E_SCRIPT_MISSING","features":[1]},{"name":"UTC_E_SCRIPT_TERMINATED","features":[1]},{"name":"UTC_E_SCRIPT_TYPE_INVALID","features":[1]},{"name":"UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED","features":[1]},{"name":"UTC_E_SETUP_NOT_AUTHORIZED","features":[1]},{"name":"UTC_E_SETUP_TIMED_OUT","features":[1]},{"name":"UTC_E_SIF_NOT_SUPPORTED","features":[1]},{"name":"UTC_E_SQM_INIT_FAILED","features":[1]},{"name":"UTC_E_THROTTLED","features":[1]},{"name":"UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE","features":[1]},{"name":"UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION","features":[1]},{"name":"UTC_E_TIME_TRIGGER_ON_START_INVALID","features":[1]},{"name":"UTC_E_TOGGLE_TRACE_STARTED","features":[1]},{"name":"UTC_E_TRACEPROFILE_NOT_FOUND","features":[1]},{"name":"UTC_E_TRACERS_DONT_EXIST","features":[1]},{"name":"UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED","features":[1]},{"name":"UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET","features":[1]},{"name":"UTC_E_TRACE_NOT_RUNNING","features":[1]},{"name":"UTC_E_TRACE_THROTTLED","features":[1]},{"name":"UTC_E_TRIGGER_MISMATCH","features":[1]},{"name":"UTC_E_TRIGGER_NOT_FOUND","features":[1]},{"name":"UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED","features":[1]},{"name":"UTC_E_TTTRACER_RETURNED_ERROR","features":[1]},{"name":"UTC_E_TTTRACER_STORAGE_FULL","features":[1]},{"name":"UTC_E_UNABLE_TO_RESOLVE_SESSION","features":[1]},{"name":"UTC_E_UNAPPROVED_SCRIPT","features":[1]},{"name":"UTC_E_WINRT_INIT_FAILED","features":[1]},{"name":"VARIANT_BOOL","features":[1]},{"name":"VARIANT_FALSE","features":[1]},{"name":"VARIANT_TRUE","features":[1]},{"name":"VIEW_E_DRAW","features":[1]},{"name":"VIEW_E_FIRST","features":[1]},{"name":"VIEW_E_LAST","features":[1]},{"name":"VIEW_S_ALREADY_FROZEN","features":[1]},{"name":"VIEW_S_FIRST","features":[1]},{"name":"VIEW_S_LAST","features":[1]},{"name":"VM_SAVED_STATE_DUMP_E_GUEST_MEMORY_NOT_FOUND","features":[1]},{"name":"VM_SAVED_STATE_DUMP_E_INVALID_VP_STATE","features":[1]},{"name":"VM_SAVED_STATE_DUMP_E_NESTED_VIRTUALIZATION_NOT_SUPPORTED","features":[1]},{"name":"VM_SAVED_STATE_DUMP_E_NO_VP_FOUND_IN_PARTITION_STATE","features":[1]},{"name":"VM_SAVED_STATE_DUMP_E_PARTITION_STATE_NOT_FOUND","features":[1]},{"name":"VM_SAVED_STATE_DUMP_E_VA_NOT_MAPPED","features":[1]},{"name":"VM_SAVED_STATE_DUMP_E_VP_VTL_NOT_ENABLED","features":[1]},{"name":"VM_SAVED_STATE_DUMP_E_WINDOWS_KERNEL_IMAGE_NOT_FOUND","features":[1]},{"name":"VOLMGR_KSR_BYPASS","features":[1]},{"name":"VOLMGR_KSR_ERROR","features":[1]},{"name":"VOLMGR_KSR_READ_ERROR","features":[1]},{"name":"WAIT_ABANDONED","features":[1]},{"name":"WAIT_ABANDONED_0","features":[1]},{"name":"WAIT_EVENT","features":[1]},{"name":"WAIT_FAILED","features":[1]},{"name":"WAIT_IO_COMPLETION","features":[1]},{"name":"WAIT_OBJECT_0","features":[1]},{"name":"WAIT_TIMEOUT","features":[1]},{"name":"WARNING_IPSEC_MM_POLICY_PRUNED","features":[1]},{"name":"WARNING_IPSEC_QM_POLICY_PRUNED","features":[1]},{"name":"WARNING_NO_MD5_MIGRATION","features":[1]},{"name":"WBREAK_E_BUFFER_TOO_SMALL","features":[1]},{"name":"WBREAK_E_END_OF_TEXT","features":[1]},{"name":"WBREAK_E_INIT_FAILED","features":[1]},{"name":"WBREAK_E_QUERY_ONLY","features":[1]},{"name":"WEB_E_INVALID_JSON_NUMBER","features":[1]},{"name":"WEB_E_INVALID_JSON_STRING","features":[1]},{"name":"WEB_E_INVALID_XML","features":[1]},{"name":"WEB_E_JSON_VALUE_NOT_FOUND","features":[1]},{"name":"WEB_E_MISSING_REQUIRED_ATTRIBUTE","features":[1]},{"name":"WEB_E_MISSING_REQUIRED_ELEMENT","features":[1]},{"name":"WEB_E_RESOURCE_TOO_LARGE","features":[1]},{"name":"WEB_E_UNEXPECTED_CONTENT","features":[1]},{"name":"WEB_E_UNSUPPORTED_FORMAT","features":[1]},{"name":"WEP_E_BUFFER_TOO_LARGE","features":[1]},{"name":"WEP_E_FIXED_DATA_NOT_SUPPORTED","features":[1]},{"name":"WEP_E_HARDWARE_NOT_COMPLIANT","features":[1]},{"name":"WEP_E_LOCK_NOT_CONFIGURED","features":[1]},{"name":"WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES","features":[1]},{"name":"WEP_E_NO_LICENSE","features":[1]},{"name":"WEP_E_OS_NOT_PROTECTED","features":[1]},{"name":"WEP_E_PROTECTION_SUSPENDED","features":[1]},{"name":"WEP_E_UNEXPECTED_FAIL","features":[1]},{"name":"WER_E_ALREADY_REPORTING","features":[1]},{"name":"WER_E_CANCELED","features":[1]},{"name":"WER_E_CRASH_FAILURE","features":[1]},{"name":"WER_E_DUMP_THROTTLED","features":[1]},{"name":"WER_E_INSUFFICIENT_CONSENT","features":[1]},{"name":"WER_E_NETWORK_FAILURE","features":[1]},{"name":"WER_E_NOT_INITIALIZED","features":[1]},{"name":"WER_E_TOO_HEAVY","features":[1]},{"name":"WER_S_ASSERT_CONTINUE","features":[1]},{"name":"WER_S_DISABLED","features":[1]},{"name":"WER_S_DISABLED_ARCHIVE","features":[1]},{"name":"WER_S_DISABLED_QUEUE","features":[1]},{"name":"WER_S_IGNORE_ALL_ASSERTS","features":[1]},{"name":"WER_S_IGNORE_ASSERT_INSTANCE","features":[1]},{"name":"WER_S_REPORT_ASYNC","features":[1]},{"name":"WER_S_REPORT_DEBUG","features":[1]},{"name":"WER_S_REPORT_QUEUED","features":[1]},{"name":"WER_S_REPORT_UPLOADED","features":[1]},{"name":"WER_S_REPORT_UPLOADED_CAB","features":[1]},{"name":"WER_S_SUSPENDED_UPLOAD","features":[1]},{"name":"WER_S_THROTTLED","features":[1]},{"name":"WHV_E_GPA_RANGE_NOT_FOUND","features":[1]},{"name":"WHV_E_INSUFFICIENT_BUFFER","features":[1]},{"name":"WHV_E_INVALID_PARTITION_CONFIG","features":[1]},{"name":"WHV_E_INVALID_VP_REGISTER_NAME","features":[1]},{"name":"WHV_E_INVALID_VP_STATE","features":[1]},{"name":"WHV_E_UNKNOWN_CAPABILITY","features":[1]},{"name":"WHV_E_UNKNOWN_PROPERTY","features":[1]},{"name":"WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG","features":[1]},{"name":"WHV_E_UNSUPPORTED_PROCESSOR_CONFIG","features":[1]},{"name":"WHV_E_VP_ALREADY_EXISTS","features":[1]},{"name":"WHV_E_VP_DOES_NOT_EXIST","features":[1]},{"name":"WIN32_ERROR","features":[1]},{"name":"WINCODEC_ERR_ALREADYLOCKED","features":[1]},{"name":"WINCODEC_ERR_BADHEADER","features":[1]},{"name":"WINCODEC_ERR_BADIMAGE","features":[1]},{"name":"WINCODEC_ERR_BADMETADATAHEADER","features":[1]},{"name":"WINCODEC_ERR_BADSTREAMDATA","features":[1]},{"name":"WINCODEC_ERR_CODECNOTHUMBNAIL","features":[1]},{"name":"WINCODEC_ERR_CODECPRESENT","features":[1]},{"name":"WINCODEC_ERR_CODECTOOMANYSCANLINES","features":[1]},{"name":"WINCODEC_ERR_COMPONENTINITIALIZEFAILURE","features":[1]},{"name":"WINCODEC_ERR_COMPONENTNOTFOUND","features":[1]},{"name":"WINCODEC_ERR_DUPLICATEMETADATAPRESENT","features":[1]},{"name":"WINCODEC_ERR_FRAMEMISSING","features":[1]},{"name":"WINCODEC_ERR_IMAGESIZEOUTOFRANGE","features":[1]},{"name":"WINCODEC_ERR_INSUFFICIENTBUFFER","features":[1]},{"name":"WINCODEC_ERR_INTERNALERROR","features":[1]},{"name":"WINCODEC_ERR_INVALIDJPEGSCANINDEX","features":[1]},{"name":"WINCODEC_ERR_INVALIDPROGRESSIVELEVEL","features":[1]},{"name":"WINCODEC_ERR_INVALIDQUERYCHARACTER","features":[1]},{"name":"WINCODEC_ERR_INVALIDQUERYREQUEST","features":[1]},{"name":"WINCODEC_ERR_INVALIDREGISTRATION","features":[1]},{"name":"WINCODEC_ERR_NOTINITIALIZED","features":[1]},{"name":"WINCODEC_ERR_PALETTEUNAVAILABLE","features":[1]},{"name":"WINCODEC_ERR_PROPERTYNOTFOUND","features":[1]},{"name":"WINCODEC_ERR_PROPERTYNOTSUPPORTED","features":[1]},{"name":"WINCODEC_ERR_PROPERTYSIZE","features":[1]},{"name":"WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE","features":[1]},{"name":"WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT","features":[1]},{"name":"WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS","features":[1]},{"name":"WINCODEC_ERR_STREAMNOTAVAILABLE","features":[1]},{"name":"WINCODEC_ERR_STREAMREAD","features":[1]},{"name":"WINCODEC_ERR_STREAMWRITE","features":[1]},{"name":"WINCODEC_ERR_TOOMUCHMETADATA","features":[1]},{"name":"WINCODEC_ERR_UNEXPECTEDMETADATATYPE","features":[1]},{"name":"WINCODEC_ERR_UNEXPECTEDSIZE","features":[1]},{"name":"WINCODEC_ERR_UNKNOWNIMAGEFORMAT","features":[1]},{"name":"WINCODEC_ERR_UNSUPPORTEDOPERATION","features":[1]},{"name":"WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT","features":[1]},{"name":"WINCODEC_ERR_UNSUPPORTEDVERSION","features":[1]},{"name":"WINCODEC_ERR_VALUEOUTOFRANGE","features":[1]},{"name":"WINCODEC_ERR_WIN32ERROR","features":[1]},{"name":"WINCODEC_ERR_WRONGSTATE","features":[1]},{"name":"WININET_E_ASYNC_THREAD_FAILED","features":[1]},{"name":"WININET_E_BAD_AUTO_PROXY_SCRIPT","features":[1]},{"name":"WININET_E_BAD_OPTION_LENGTH","features":[1]},{"name":"WININET_E_BAD_REGISTRY_PARAMETER","features":[1]},{"name":"WININET_E_CANNOT_CONNECT","features":[1]},{"name":"WININET_E_CHG_POST_IS_NON_SECURE","features":[1]},{"name":"WININET_E_CLIENT_AUTH_CERT_NEEDED","features":[1]},{"name":"WININET_E_CLIENT_AUTH_NOT_SETUP","features":[1]},{"name":"WININET_E_CONNECTION_ABORTED","features":[1]},{"name":"WININET_E_CONNECTION_RESET","features":[1]},{"name":"WININET_E_COOKIE_DECLINED","features":[1]},{"name":"WININET_E_COOKIE_NEEDS_CONFIRMATION","features":[1]},{"name":"WININET_E_DECODING_FAILED","features":[1]},{"name":"WININET_E_DIALOG_PENDING","features":[1]},{"name":"WININET_E_DISCONNECTED","features":[1]},{"name":"WININET_E_DOWNLEVEL_SERVER","features":[1]},{"name":"WININET_E_EXTENDED_ERROR","features":[1]},{"name":"WININET_E_FAILED_DUETOSECURITYCHECK","features":[1]},{"name":"WININET_E_FORCE_RETRY","features":[1]},{"name":"WININET_E_HANDLE_EXISTS","features":[1]},{"name":"WININET_E_HEADER_ALREADY_EXISTS","features":[1]},{"name":"WININET_E_HEADER_NOT_FOUND","features":[1]},{"name":"WININET_E_HTTPS_HTTP_SUBMIT_REDIR","features":[1]},{"name":"WININET_E_HTTPS_TO_HTTP_ON_REDIR","features":[1]},{"name":"WININET_E_HTTP_TO_HTTPS_ON_REDIR","features":[1]},{"name":"WININET_E_INCORRECT_FORMAT","features":[1]},{"name":"WININET_E_INCORRECT_HANDLE_STATE","features":[1]},{"name":"WININET_E_INCORRECT_HANDLE_TYPE","features":[1]},{"name":"WININET_E_INCORRECT_PASSWORD","features":[1]},{"name":"WININET_E_INCORRECT_USER_NAME","features":[1]},{"name":"WININET_E_INTERNAL_ERROR","features":[1]},{"name":"WININET_E_INVALID_CA","features":[1]},{"name":"WININET_E_INVALID_HEADER","features":[1]},{"name":"WININET_E_INVALID_OPERATION","features":[1]},{"name":"WININET_E_INVALID_OPTION","features":[1]},{"name":"WININET_E_INVALID_PROXY_REQUEST","features":[1]},{"name":"WININET_E_INVALID_QUERY_REQUEST","features":[1]},{"name":"WININET_E_INVALID_SERVER_RESPONSE","features":[1]},{"name":"WININET_E_INVALID_URL","features":[1]},{"name":"WININET_E_ITEM_NOT_FOUND","features":[1]},{"name":"WININET_E_LOGIN_FAILURE","features":[1]},{"name":"WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[1]},{"name":"WININET_E_MIXED_SECURITY","features":[1]},{"name":"WININET_E_NAME_NOT_RESOLVED","features":[1]},{"name":"WININET_E_NEED_UI","features":[1]},{"name":"WININET_E_NOT_INITIALIZED","features":[1]},{"name":"WININET_E_NOT_PROXY_REQUEST","features":[1]},{"name":"WININET_E_NOT_REDIRECTED","features":[1]},{"name":"WININET_E_NO_CALLBACK","features":[1]},{"name":"WININET_E_NO_CONTEXT","features":[1]},{"name":"WININET_E_NO_DIRECT_ACCESS","features":[1]},{"name":"WININET_E_NO_NEW_CONTAINERS","features":[1]},{"name":"WININET_E_OPERATION_CANCELLED","features":[1]},{"name":"WININET_E_OPTION_NOT_SETTABLE","features":[1]},{"name":"WININET_E_OUT_OF_HANDLES","features":[1]},{"name":"WININET_E_POST_IS_NON_SECURE","features":[1]},{"name":"WININET_E_PROTOCOL_NOT_FOUND","features":[1]},{"name":"WININET_E_PROXY_SERVER_UNREACHABLE","features":[1]},{"name":"WININET_E_REDIRECT_FAILED","features":[1]},{"name":"WININET_E_REDIRECT_NEEDS_CONFIRMATION","features":[1]},{"name":"WININET_E_REDIRECT_SCHEME_CHANGE","features":[1]},{"name":"WININET_E_REGISTRY_VALUE_NOT_FOUND","features":[1]},{"name":"WININET_E_REQUEST_PENDING","features":[1]},{"name":"WININET_E_RETRY_DIALOG","features":[1]},{"name":"WININET_E_SECURITY_CHANNEL_ERROR","features":[1]},{"name":"WININET_E_SEC_CERT_CN_INVALID","features":[1]},{"name":"WININET_E_SEC_CERT_DATE_INVALID","features":[1]},{"name":"WININET_E_SEC_CERT_ERRORS","features":[1]},{"name":"WININET_E_SEC_CERT_REVOKED","features":[1]},{"name":"WININET_E_SEC_CERT_REV_FAILED","features":[1]},{"name":"WININET_E_SEC_INVALID_CERT","features":[1]},{"name":"WININET_E_SERVER_UNREACHABLE","features":[1]},{"name":"WININET_E_SHUTDOWN","features":[1]},{"name":"WININET_E_TCPIP_NOT_INSTALLED","features":[1]},{"name":"WININET_E_TIMEOUT","features":[1]},{"name":"WININET_E_UNABLE_TO_CACHE_FILE","features":[1]},{"name":"WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT","features":[1]},{"name":"WININET_E_UNRECOGNIZED_SCHEME","features":[1]},{"name":"WINML_ERR_INVALID_BINDING","features":[1]},{"name":"WINML_ERR_INVALID_DEVICE","features":[1]},{"name":"WINML_ERR_SIZE_MISMATCH","features":[1]},{"name":"WINML_ERR_VALUE_NOTFOUND","features":[1]},{"name":"WINVER","features":[1]},{"name":"WINVER_MAXVER","features":[1]},{"name":"WPARAM","features":[1]},{"name":"WPN_E_ACCESS_DENIED","features":[1]},{"name":"WPN_E_ALL_URL_NOT_COMPLETED","features":[1]},{"name":"WPN_E_CALLBACK_ALREADY_REGISTERED","features":[1]},{"name":"WPN_E_CHANNEL_CLOSED","features":[1]},{"name":"WPN_E_CHANNEL_REQUEST_NOT_COMPLETE","features":[1]},{"name":"WPN_E_CLOUD_AUTH_UNAVAILABLE","features":[1]},{"name":"WPN_E_CLOUD_DISABLED","features":[1]},{"name":"WPN_E_CLOUD_DISABLED_FOR_APP","features":[1]},{"name":"WPN_E_CLOUD_INCAPABLE","features":[1]},{"name":"WPN_E_CLOUD_SERVICE_UNAVAILABLE","features":[1]},{"name":"WPN_E_DEV_ID_SIZE","features":[1]},{"name":"WPN_E_DUPLICATE_CHANNEL","features":[1]},{"name":"WPN_E_DUPLICATE_REGISTRATION","features":[1]},{"name":"WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION","features":[1]},{"name":"WPN_E_GROUP_ALPHANUMERIC","features":[1]},{"name":"WPN_E_GROUP_SIZE","features":[1]},{"name":"WPN_E_IMAGE_NOT_FOUND_IN_CACHE","features":[1]},{"name":"WPN_E_INTERNET_INCAPABLE","features":[1]},{"name":"WPN_E_INVALID_APP","features":[1]},{"name":"WPN_E_INVALID_CLOUD_IMAGE","features":[1]},{"name":"WPN_E_INVALID_HTTP_STATUS_CODE","features":[1]},{"name":"WPN_E_NOTIFICATION_DISABLED","features":[1]},{"name":"WPN_E_NOTIFICATION_HIDDEN","features":[1]},{"name":"WPN_E_NOTIFICATION_ID_MATCHED","features":[1]},{"name":"WPN_E_NOTIFICATION_INCAPABLE","features":[1]},{"name":"WPN_E_NOTIFICATION_NOT_POSTED","features":[1]},{"name":"WPN_E_NOTIFICATION_POSTED","features":[1]},{"name":"WPN_E_NOTIFICATION_SIZE","features":[1]},{"name":"WPN_E_NOTIFICATION_TYPE_DISABLED","features":[1]},{"name":"WPN_E_OUTSTANDING_CHANNEL_REQUEST","features":[1]},{"name":"WPN_E_OUT_OF_SESSION","features":[1]},{"name":"WPN_E_PLATFORM_UNAVAILABLE","features":[1]},{"name":"WPN_E_POWER_SAVE","features":[1]},{"name":"WPN_E_PUSH_NOTIFICATION_INCAPABLE","features":[1]},{"name":"WPN_E_STORAGE_LOCKED","features":[1]},{"name":"WPN_E_TAG_ALPHANUMERIC","features":[1]},{"name":"WPN_E_TAG_SIZE","features":[1]},{"name":"WPN_E_TOAST_NOTIFICATION_DROPPED","features":[1]},{"name":"WS_E_ADDRESS_IN_USE","features":[1]},{"name":"WS_E_ADDRESS_NOT_AVAILABLE","features":[1]},{"name":"WS_E_ENDPOINT_ACCESS_DENIED","features":[1]},{"name":"WS_E_ENDPOINT_ACTION_NOT_SUPPORTED","features":[1]},{"name":"WS_E_ENDPOINT_DISCONNECTED","features":[1]},{"name":"WS_E_ENDPOINT_FAILURE","features":[1]},{"name":"WS_E_ENDPOINT_FAULT_RECEIVED","features":[1]},{"name":"WS_E_ENDPOINT_NOT_AVAILABLE","features":[1]},{"name":"WS_E_ENDPOINT_NOT_FOUND","features":[1]},{"name":"WS_E_ENDPOINT_TOO_BUSY","features":[1]},{"name":"WS_E_ENDPOINT_UNREACHABLE","features":[1]},{"name":"WS_E_INVALID_ENDPOINT_URL","features":[1]},{"name":"WS_E_INVALID_FORMAT","features":[1]},{"name":"WS_E_INVALID_OPERATION","features":[1]},{"name":"WS_E_NOT_SUPPORTED","features":[1]},{"name":"WS_E_NO_TRANSLATION_AVAILABLE","features":[1]},{"name":"WS_E_NUMERIC_OVERFLOW","features":[1]},{"name":"WS_E_OBJECT_FAULTED","features":[1]},{"name":"WS_E_OPERATION_ABANDONED","features":[1]},{"name":"WS_E_OPERATION_ABORTED","features":[1]},{"name":"WS_E_OPERATION_TIMED_OUT","features":[1]},{"name":"WS_E_OTHER","features":[1]},{"name":"WS_E_PROXY_ACCESS_DENIED","features":[1]},{"name":"WS_E_PROXY_FAILURE","features":[1]},{"name":"WS_E_PROXY_REQUIRES_BASIC_AUTH","features":[1]},{"name":"WS_E_PROXY_REQUIRES_DIGEST_AUTH","features":[1]},{"name":"WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH","features":[1]},{"name":"WS_E_PROXY_REQUIRES_NTLM_AUTH","features":[1]},{"name":"WS_E_QUOTA_EXCEEDED","features":[1]},{"name":"WS_E_SECURITY_SYSTEM_FAILURE","features":[1]},{"name":"WS_E_SECURITY_TOKEN_EXPIRED","features":[1]},{"name":"WS_E_SECURITY_VERIFICATION_FAILURE","features":[1]},{"name":"WS_E_SERVER_REQUIRES_BASIC_AUTH","features":[1]},{"name":"WS_E_SERVER_REQUIRES_DIGEST_AUTH","features":[1]},{"name":"WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH","features":[1]},{"name":"WS_E_SERVER_REQUIRES_NTLM_AUTH","features":[1]},{"name":"WS_S_ASYNC","features":[1]},{"name":"WS_S_END","features":[1]},{"name":"XACT_E_ABORTED","features":[1]},{"name":"XACT_E_ABORTING","features":[1]},{"name":"XACT_E_ALREADYINPROGRESS","features":[1]},{"name":"XACT_E_ALREADYOTHERSINGLEPHASE","features":[1]},{"name":"XACT_E_CANTRETAIN","features":[1]},{"name":"XACT_E_CLERKEXISTS","features":[1]},{"name":"XACT_E_CLERKNOTFOUND","features":[1]},{"name":"XACT_E_COMMITFAILED","features":[1]},{"name":"XACT_E_COMMITPREVENTED","features":[1]},{"name":"XACT_E_CONNECTION_DENIED","features":[1]},{"name":"XACT_E_CONNECTION_DOWN","features":[1]},{"name":"XACT_E_DEST_TMNOTAVAILABLE","features":[1]},{"name":"XACT_E_FIRST","features":[1]},{"name":"XACT_E_HEURISTICABORT","features":[1]},{"name":"XACT_E_HEURISTICCOMMIT","features":[1]},{"name":"XACT_E_HEURISTICDAMAGE","features":[1]},{"name":"XACT_E_HEURISTICDANGER","features":[1]},{"name":"XACT_E_INDOUBT","features":[1]},{"name":"XACT_E_INVALIDCOOKIE","features":[1]},{"name":"XACT_E_INVALIDLSN","features":[1]},{"name":"XACT_E_ISOLATIONLEVEL","features":[1]},{"name":"XACT_E_LAST","features":[1]},{"name":"XACT_E_LOGFULL","features":[1]},{"name":"XACT_E_LU_TX_DISABLED","features":[1]},{"name":"XACT_E_NETWORK_TX_DISABLED","features":[1]},{"name":"XACT_E_NOASYNC","features":[1]},{"name":"XACT_E_NOENLIST","features":[1]},{"name":"XACT_E_NOIMPORTOBJECT","features":[1]},{"name":"XACT_E_NOISORETAIN","features":[1]},{"name":"XACT_E_NORESOURCE","features":[1]},{"name":"XACT_E_NOTCURRENT","features":[1]},{"name":"XACT_E_NOTIMEOUT","features":[1]},{"name":"XACT_E_NOTRANSACTION","features":[1]},{"name":"XACT_E_NOTSUPPORTED","features":[1]},{"name":"XACT_E_PARTNER_NETWORK_TX_DISABLED","features":[1]},{"name":"XACT_E_PULL_COMM_FAILURE","features":[1]},{"name":"XACT_E_PUSH_COMM_FAILURE","features":[1]},{"name":"XACT_E_RECOVERYINPROGRESS","features":[1]},{"name":"XACT_E_REENLISTTIMEOUT","features":[1]},{"name":"XACT_E_REPLAYREQUEST","features":[1]},{"name":"XACT_E_TIP_CONNECT_FAILED","features":[1]},{"name":"XACT_E_TIP_DISABLED","features":[1]},{"name":"XACT_E_TIP_PROTOCOL_ERROR","features":[1]},{"name":"XACT_E_TIP_PULL_FAILED","features":[1]},{"name":"XACT_E_TMNOTAVAILABLE","features":[1]},{"name":"XACT_E_TRANSACTIONCLOSED","features":[1]},{"name":"XACT_E_UNABLE_TO_LOAD_DTC_PROXY","features":[1]},{"name":"XACT_E_UNABLE_TO_READ_DTC_CONFIG","features":[1]},{"name":"XACT_E_UNKNOWNRMGRID","features":[1]},{"name":"XACT_E_WRONGSTATE","features":[1]},{"name":"XACT_E_WRONGUOW","features":[1]},{"name":"XACT_E_XA_TX_DISABLED","features":[1]},{"name":"XACT_E_XTIONEXISTS","features":[1]},{"name":"XACT_S_ABORTING","features":[1]},{"name":"XACT_S_ALLNORETAIN","features":[1]},{"name":"XACT_S_ASYNC","features":[1]},{"name":"XACT_S_DEFECT","features":[1]},{"name":"XACT_S_FIRST","features":[1]},{"name":"XACT_S_LAST","features":[1]},{"name":"XACT_S_LASTRESOURCEMANAGER","features":[1]},{"name":"XACT_S_LOCALLY_OK","features":[1]},{"name":"XACT_S_MADECHANGESCONTENT","features":[1]},{"name":"XACT_S_MADECHANGESINFORM","features":[1]},{"name":"XACT_S_OKINFORM","features":[1]},{"name":"XACT_S_READONLY","features":[1]},{"name":"XACT_S_SINGLEPHASE","features":[1]},{"name":"XACT_S_SOMENORETAIN","features":[1]},{"name":"XENROLL_E_CANNOT_ADD_ROOT_CERT","features":[1]},{"name":"XENROLL_E_KEYSPEC_SMIME_MISMATCH","features":[1]},{"name":"XENROLL_E_KEY_NOT_EXPORTABLE","features":[1]},{"name":"XENROLL_E_RESPONSE_KA_HASH_MISMATCH","features":[1]},{"name":"XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND","features":[1]},{"name":"XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH","features":[1]},{"name":"_WIN32_IE_MAXVER","features":[1]},{"name":"_WIN32_MAXVER","features":[1]},{"name":"_WIN32_WINDOWS_MAXVER","features":[1]},{"name":"_WIN32_WINNT_MAXVER","features":[1]}],"400":[{"name":"CheckGamingPrivilegeSilently","features":[1,76]},{"name":"CheckGamingPrivilegeSilentlyForUser","features":[1,76]},{"name":"CheckGamingPrivilegeWithUI","features":[76]},{"name":"CheckGamingPrivilegeWithUIForUser","features":[76]},{"name":"GAMESTATS_OPEN_CREATED","features":[76]},{"name":"GAMESTATS_OPEN_OPENED","features":[76]},{"name":"GAMESTATS_OPEN_OPENONLY","features":[76]},{"name":"GAMESTATS_OPEN_OPENORCREATE","features":[76]},{"name":"GAMESTATS_OPEN_RESULT","features":[76]},{"name":"GAMESTATS_OPEN_TYPE","features":[76]},{"name":"GAME_INSTALL_SCOPE","features":[76]},{"name":"GAMING_DEVICE_DEVICE_ID","features":[76]},{"name":"GAMING_DEVICE_DEVICE_ID_NONE","features":[76]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE","features":[76]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_S","features":[76]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_X","features":[76]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_X_DEVKIT","features":[76]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_S","features":[76]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_X","features":[76]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_X_DEVKIT","features":[76]},{"name":"GAMING_DEVICE_MODEL_INFORMATION","features":[76]},{"name":"GAMING_DEVICE_VENDOR_ID","features":[76]},{"name":"GAMING_DEVICE_VENDOR_ID_MICROSOFT","features":[76]},{"name":"GAMING_DEVICE_VENDOR_ID_NONE","features":[76]},{"name":"GIS_ALL_USERS","features":[76]},{"name":"GIS_CURRENT_USER","features":[76]},{"name":"GIS_NOT_INSTALLED","features":[76]},{"name":"GameExplorer","features":[76]},{"name":"GameStatistics","features":[76]},{"name":"GameUICompletionRoutine","features":[76]},{"name":"GetExpandedResourceExclusiveCpuCount","features":[76]},{"name":"GetGamingDeviceModelInformation","features":[76]},{"name":"HasExpandedResources","features":[1,76]},{"name":"ID_GDF_THUMBNAIL_STR","features":[76]},{"name":"ID_GDF_XML_STR","features":[76]},{"name":"IGameExplorer","features":[76]},{"name":"IGameExplorer2","features":[76]},{"name":"IGameStatistics","features":[76]},{"name":"IGameStatisticsMgr","features":[76]},{"name":"IXblIdpAuthManager","features":[76]},{"name":"IXblIdpAuthManager2","features":[76]},{"name":"IXblIdpAuthTokenResult","features":[76]},{"name":"IXblIdpAuthTokenResult2","features":[76]},{"name":"KnownGamingPrivileges","features":[76]},{"name":"PlayerPickerUICompletionRoutine","features":[76]},{"name":"ProcessPendingGameUI","features":[1,76]},{"name":"ReleaseExclusiveCpuSets","features":[76]},{"name":"ShowChangeFriendRelationshipUI","features":[76]},{"name":"ShowChangeFriendRelationshipUIForUser","features":[76]},{"name":"ShowCustomizeUserProfileUI","features":[76]},{"name":"ShowCustomizeUserProfileUIForUser","features":[76]},{"name":"ShowFindFriendsUI","features":[76]},{"name":"ShowFindFriendsUIForUser","features":[76]},{"name":"ShowGameInfoUI","features":[76]},{"name":"ShowGameInfoUIForUser","features":[76]},{"name":"ShowGameInviteUI","features":[76]},{"name":"ShowGameInviteUIForUser","features":[76]},{"name":"ShowGameInviteUIWithContext","features":[76]},{"name":"ShowGameInviteUIWithContextForUser","features":[76]},{"name":"ShowPlayerPickerUI","features":[76]},{"name":"ShowPlayerPickerUIForUser","features":[76]},{"name":"ShowProfileCardUI","features":[76]},{"name":"ShowProfileCardUIForUser","features":[76]},{"name":"ShowTitleAchievementsUI","features":[76]},{"name":"ShowTitleAchievementsUIForUser","features":[76]},{"name":"ShowUserSettingsUI","features":[76]},{"name":"ShowUserSettingsUIForUser","features":[76]},{"name":"TryCancelPendingGameUI","features":[1,76]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS","features":[76]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_LOAD_MSA_ACCOUNT_FAILED","features":[76]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_MSA_INTERRUPT","features":[76]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_NO_ACCOUNT_SET","features":[76]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_OFFLINE_NO_CONSENT","features":[76]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_OFFLINE_SUCCESS","features":[76]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_SUCCESS","features":[76]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_UNKNOWN","features":[76]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_VIEW_NOT_SET","features":[76]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_XBOX_VETO","features":[76]},{"name":"XPRIVILEGE_ADD_FRIEND","features":[76]},{"name":"XPRIVILEGE_BROADCAST","features":[76]},{"name":"XPRIVILEGE_CLOUD_GAMING_JOIN_SESSION","features":[76]},{"name":"XPRIVILEGE_CLOUD_GAMING_MANAGE_SESSION","features":[76]},{"name":"XPRIVILEGE_CLOUD_SAVED_GAMES","features":[76]},{"name":"XPRIVILEGE_COMMUNICATIONS","features":[76]},{"name":"XPRIVILEGE_COMMUNICATION_VOICE_INGAME","features":[76]},{"name":"XPRIVILEGE_COMMUNICATION_VOICE_SKYPE","features":[76]},{"name":"XPRIVILEGE_GAME_DVR","features":[76]},{"name":"XPRIVILEGE_MULTIPLAYER_PARTIES","features":[76]},{"name":"XPRIVILEGE_MULTIPLAYER_SESSIONS","features":[76]},{"name":"XPRIVILEGE_PREMIUM_CONTENT","features":[76]},{"name":"XPRIVILEGE_PREMIUM_VIDEO","features":[76]},{"name":"XPRIVILEGE_PROFILE_VIEWING","features":[76]},{"name":"XPRIVILEGE_PURCHASE_CONTENT","features":[76]},{"name":"XPRIVILEGE_SHARE_CONTENT","features":[76]},{"name":"XPRIVILEGE_SHARE_KINECT_CONTENT","features":[76]},{"name":"XPRIVILEGE_SOCIAL_NETWORK_SHARING","features":[76]},{"name":"XPRIVILEGE_SUBSCRIPTION_CONTENT","features":[76]},{"name":"XPRIVILEGE_USER_CREATED_CONTENT","features":[76]},{"name":"XPRIVILEGE_VIDEO_COMMUNICATIONS","features":[76]},{"name":"XPRIVILEGE_VIEW_FRIENDS_LIST","features":[76]},{"name":"XblIdpAuthManager","features":[76]},{"name":"XblIdpAuthTokenResult","features":[76]}],"401":[{"name":"ALL_SERVICES","features":[77]},{"name":"ALL_SERVICE_TYPES","features":[77]},{"name":"AdjustCalendarDate","features":[1,77]},{"name":"C1_ALPHA","features":[77]},{"name":"C1_BLANK","features":[77]},{"name":"C1_CNTRL","features":[77]},{"name":"C1_DEFINED","features":[77]},{"name":"C1_DIGIT","features":[77]},{"name":"C1_LOWER","features":[77]},{"name":"C1_PUNCT","features":[77]},{"name":"C1_SPACE","features":[77]},{"name":"C1_UPPER","features":[77]},{"name":"C1_XDIGIT","features":[77]},{"name":"C2_ARABICNUMBER","features":[77]},{"name":"C2_BLOCKSEPARATOR","features":[77]},{"name":"C2_COMMONSEPARATOR","features":[77]},{"name":"C2_EUROPENUMBER","features":[77]},{"name":"C2_EUROPESEPARATOR","features":[77]},{"name":"C2_EUROPETERMINATOR","features":[77]},{"name":"C2_LEFTTORIGHT","features":[77]},{"name":"C2_NOTAPPLICABLE","features":[77]},{"name":"C2_OTHERNEUTRAL","features":[77]},{"name":"C2_RIGHTTOLEFT","features":[77]},{"name":"C2_SEGMENTSEPARATOR","features":[77]},{"name":"C2_WHITESPACE","features":[77]},{"name":"C3_ALPHA","features":[77]},{"name":"C3_DIACRITIC","features":[77]},{"name":"C3_FULLWIDTH","features":[77]},{"name":"C3_HALFWIDTH","features":[77]},{"name":"C3_HIGHSURROGATE","features":[77]},{"name":"C3_HIRAGANA","features":[77]},{"name":"C3_IDEOGRAPH","features":[77]},{"name":"C3_KASHIDA","features":[77]},{"name":"C3_KATAKANA","features":[77]},{"name":"C3_LEXICAL","features":[77]},{"name":"C3_LOWSURROGATE","features":[77]},{"name":"C3_NONSPACING","features":[77]},{"name":"C3_NOTAPPLICABLE","features":[77]},{"name":"C3_SYMBOL","features":[77]},{"name":"C3_VOWELMARK","features":[77]},{"name":"CALDATETIME","features":[77]},{"name":"CALDATETIME_DATEUNIT","features":[77]},{"name":"CALINFO_ENUMPROCA","features":[1,77]},{"name":"CALINFO_ENUMPROCEXA","features":[1,77]},{"name":"CALINFO_ENUMPROCEXEX","features":[1,77]},{"name":"CALINFO_ENUMPROCEXW","features":[1,77]},{"name":"CALINFO_ENUMPROCW","features":[1,77]},{"name":"CAL_GREGORIAN","features":[77]},{"name":"CAL_GREGORIAN_ARABIC","features":[77]},{"name":"CAL_GREGORIAN_ME_FRENCH","features":[77]},{"name":"CAL_GREGORIAN_US","features":[77]},{"name":"CAL_GREGORIAN_XLIT_ENGLISH","features":[77]},{"name":"CAL_GREGORIAN_XLIT_FRENCH","features":[77]},{"name":"CAL_HEBREW","features":[77]},{"name":"CAL_HIJRI","features":[77]},{"name":"CAL_ICALINTVALUE","features":[77]},{"name":"CAL_ITWODIGITYEARMAX","features":[77]},{"name":"CAL_IYEAROFFSETRANGE","features":[77]},{"name":"CAL_JAPAN","features":[77]},{"name":"CAL_KOREA","features":[77]},{"name":"CAL_NOUSEROVERRIDE","features":[77]},{"name":"CAL_PERSIAN","features":[77]},{"name":"CAL_RETURN_GENITIVE_NAMES","features":[77]},{"name":"CAL_RETURN_NUMBER","features":[77]},{"name":"CAL_SABBREVDAYNAME1","features":[77]},{"name":"CAL_SABBREVDAYNAME2","features":[77]},{"name":"CAL_SABBREVDAYNAME3","features":[77]},{"name":"CAL_SABBREVDAYNAME4","features":[77]},{"name":"CAL_SABBREVDAYNAME5","features":[77]},{"name":"CAL_SABBREVDAYNAME6","features":[77]},{"name":"CAL_SABBREVDAYNAME7","features":[77]},{"name":"CAL_SABBREVERASTRING","features":[77]},{"name":"CAL_SABBREVMONTHNAME1","features":[77]},{"name":"CAL_SABBREVMONTHNAME10","features":[77]},{"name":"CAL_SABBREVMONTHNAME11","features":[77]},{"name":"CAL_SABBREVMONTHNAME12","features":[77]},{"name":"CAL_SABBREVMONTHNAME13","features":[77]},{"name":"CAL_SABBREVMONTHNAME2","features":[77]},{"name":"CAL_SABBREVMONTHNAME3","features":[77]},{"name":"CAL_SABBREVMONTHNAME4","features":[77]},{"name":"CAL_SABBREVMONTHNAME5","features":[77]},{"name":"CAL_SABBREVMONTHNAME6","features":[77]},{"name":"CAL_SABBREVMONTHNAME7","features":[77]},{"name":"CAL_SABBREVMONTHNAME8","features":[77]},{"name":"CAL_SABBREVMONTHNAME9","features":[77]},{"name":"CAL_SCALNAME","features":[77]},{"name":"CAL_SDAYNAME1","features":[77]},{"name":"CAL_SDAYNAME2","features":[77]},{"name":"CAL_SDAYNAME3","features":[77]},{"name":"CAL_SDAYNAME4","features":[77]},{"name":"CAL_SDAYNAME5","features":[77]},{"name":"CAL_SDAYNAME6","features":[77]},{"name":"CAL_SDAYNAME7","features":[77]},{"name":"CAL_SENGLISHABBREVERANAME","features":[77]},{"name":"CAL_SENGLISHERANAME","features":[77]},{"name":"CAL_SERASTRING","features":[77]},{"name":"CAL_SJAPANESEERAFIRSTYEAR","features":[77]},{"name":"CAL_SLONGDATE","features":[77]},{"name":"CAL_SMONTHDAY","features":[77]},{"name":"CAL_SMONTHNAME1","features":[77]},{"name":"CAL_SMONTHNAME10","features":[77]},{"name":"CAL_SMONTHNAME11","features":[77]},{"name":"CAL_SMONTHNAME12","features":[77]},{"name":"CAL_SMONTHNAME13","features":[77]},{"name":"CAL_SMONTHNAME2","features":[77]},{"name":"CAL_SMONTHNAME3","features":[77]},{"name":"CAL_SMONTHNAME4","features":[77]},{"name":"CAL_SMONTHNAME5","features":[77]},{"name":"CAL_SMONTHNAME6","features":[77]},{"name":"CAL_SMONTHNAME7","features":[77]},{"name":"CAL_SMONTHNAME8","features":[77]},{"name":"CAL_SMONTHNAME9","features":[77]},{"name":"CAL_SRELATIVELONGDATE","features":[77]},{"name":"CAL_SSHORTDATE","features":[77]},{"name":"CAL_SSHORTESTDAYNAME1","features":[77]},{"name":"CAL_SSHORTESTDAYNAME2","features":[77]},{"name":"CAL_SSHORTESTDAYNAME3","features":[77]},{"name":"CAL_SSHORTESTDAYNAME4","features":[77]},{"name":"CAL_SSHORTESTDAYNAME5","features":[77]},{"name":"CAL_SSHORTESTDAYNAME6","features":[77]},{"name":"CAL_SSHORTESTDAYNAME7","features":[77]},{"name":"CAL_SYEARMONTH","features":[77]},{"name":"CAL_TAIWAN","features":[77]},{"name":"CAL_THAI","features":[77]},{"name":"CAL_UMALQURA","features":[77]},{"name":"CAL_USE_CP_ACP","features":[77]},{"name":"CANITER_SKIP_ZEROES","features":[77]},{"name":"CHARSETINFO","features":[77]},{"name":"CMLangConvertCharset","features":[77]},{"name":"CMLangString","features":[77]},{"name":"CMultiLanguage","features":[77]},{"name":"CODEPAGE_ENUMPROCA","features":[1,77]},{"name":"CODEPAGE_ENUMPROCW","features":[1,77]},{"name":"COMPARESTRING_RESULT","features":[77]},{"name":"COMPARE_STRING","features":[77]},{"name":"COMPARE_STRING_FLAGS","features":[77]},{"name":"CORRECTIVE_ACTION","features":[77]},{"name":"CORRECTIVE_ACTION_DELETE","features":[77]},{"name":"CORRECTIVE_ACTION_GET_SUGGESTIONS","features":[77]},{"name":"CORRECTIVE_ACTION_NONE","features":[77]},{"name":"CORRECTIVE_ACTION_REPLACE","features":[77]},{"name":"CPINFO","features":[77]},{"name":"CPINFOEXA","features":[77]},{"name":"CPINFOEXW","features":[77]},{"name":"CPIOD_FORCE_PROMPT","features":[77]},{"name":"CPIOD_PEEK","features":[77]},{"name":"CP_ACP","features":[77]},{"name":"CP_INSTALLED","features":[77]},{"name":"CP_MACCP","features":[77]},{"name":"CP_OEMCP","features":[77]},{"name":"CP_SUPPORTED","features":[77]},{"name":"CP_SYMBOL","features":[77]},{"name":"CP_THREAD_ACP","features":[77]},{"name":"CP_UTF7","features":[77]},{"name":"CP_UTF8","features":[77]},{"name":"CSTR_EQUAL","features":[77]},{"name":"CSTR_GREATER_THAN","features":[77]},{"name":"CSTR_LESS_THAN","features":[77]},{"name":"CTRY_ALBANIA","features":[77]},{"name":"CTRY_ALGERIA","features":[77]},{"name":"CTRY_ARGENTINA","features":[77]},{"name":"CTRY_ARMENIA","features":[77]},{"name":"CTRY_AUSTRALIA","features":[77]},{"name":"CTRY_AUSTRIA","features":[77]},{"name":"CTRY_AZERBAIJAN","features":[77]},{"name":"CTRY_BAHRAIN","features":[77]},{"name":"CTRY_BELARUS","features":[77]},{"name":"CTRY_BELGIUM","features":[77]},{"name":"CTRY_BELIZE","features":[77]},{"name":"CTRY_BOLIVIA","features":[77]},{"name":"CTRY_BRAZIL","features":[77]},{"name":"CTRY_BRUNEI_DARUSSALAM","features":[77]},{"name":"CTRY_BULGARIA","features":[77]},{"name":"CTRY_CANADA","features":[77]},{"name":"CTRY_CARIBBEAN","features":[77]},{"name":"CTRY_CHILE","features":[77]},{"name":"CTRY_COLOMBIA","features":[77]},{"name":"CTRY_COSTA_RICA","features":[77]},{"name":"CTRY_CROATIA","features":[77]},{"name":"CTRY_CZECH","features":[77]},{"name":"CTRY_DEFAULT","features":[77]},{"name":"CTRY_DENMARK","features":[77]},{"name":"CTRY_DOMINICAN_REPUBLIC","features":[77]},{"name":"CTRY_ECUADOR","features":[77]},{"name":"CTRY_EGYPT","features":[77]},{"name":"CTRY_EL_SALVADOR","features":[77]},{"name":"CTRY_ESTONIA","features":[77]},{"name":"CTRY_FAEROE_ISLANDS","features":[77]},{"name":"CTRY_FINLAND","features":[77]},{"name":"CTRY_FRANCE","features":[77]},{"name":"CTRY_GEORGIA","features":[77]},{"name":"CTRY_GERMANY","features":[77]},{"name":"CTRY_GREECE","features":[77]},{"name":"CTRY_GUATEMALA","features":[77]},{"name":"CTRY_HONDURAS","features":[77]},{"name":"CTRY_HONG_KONG","features":[77]},{"name":"CTRY_HUNGARY","features":[77]},{"name":"CTRY_ICELAND","features":[77]},{"name":"CTRY_INDIA","features":[77]},{"name":"CTRY_INDONESIA","features":[77]},{"name":"CTRY_IRAN","features":[77]},{"name":"CTRY_IRAQ","features":[77]},{"name":"CTRY_IRELAND","features":[77]},{"name":"CTRY_ISRAEL","features":[77]},{"name":"CTRY_ITALY","features":[77]},{"name":"CTRY_JAMAICA","features":[77]},{"name":"CTRY_JAPAN","features":[77]},{"name":"CTRY_JORDAN","features":[77]},{"name":"CTRY_KAZAKSTAN","features":[77]},{"name":"CTRY_KENYA","features":[77]},{"name":"CTRY_KUWAIT","features":[77]},{"name":"CTRY_KYRGYZSTAN","features":[77]},{"name":"CTRY_LATVIA","features":[77]},{"name":"CTRY_LEBANON","features":[77]},{"name":"CTRY_LIBYA","features":[77]},{"name":"CTRY_LIECHTENSTEIN","features":[77]},{"name":"CTRY_LITHUANIA","features":[77]},{"name":"CTRY_LUXEMBOURG","features":[77]},{"name":"CTRY_MACAU","features":[77]},{"name":"CTRY_MACEDONIA","features":[77]},{"name":"CTRY_MALAYSIA","features":[77]},{"name":"CTRY_MALDIVES","features":[77]},{"name":"CTRY_MEXICO","features":[77]},{"name":"CTRY_MONACO","features":[77]},{"name":"CTRY_MONGOLIA","features":[77]},{"name":"CTRY_MOROCCO","features":[77]},{"name":"CTRY_NETHERLANDS","features":[77]},{"name":"CTRY_NEW_ZEALAND","features":[77]},{"name":"CTRY_NICARAGUA","features":[77]},{"name":"CTRY_NORWAY","features":[77]},{"name":"CTRY_OMAN","features":[77]},{"name":"CTRY_PAKISTAN","features":[77]},{"name":"CTRY_PANAMA","features":[77]},{"name":"CTRY_PARAGUAY","features":[77]},{"name":"CTRY_PERU","features":[77]},{"name":"CTRY_PHILIPPINES","features":[77]},{"name":"CTRY_POLAND","features":[77]},{"name":"CTRY_PORTUGAL","features":[77]},{"name":"CTRY_PRCHINA","features":[77]},{"name":"CTRY_PUERTO_RICO","features":[77]},{"name":"CTRY_QATAR","features":[77]},{"name":"CTRY_ROMANIA","features":[77]},{"name":"CTRY_RUSSIA","features":[77]},{"name":"CTRY_SAUDI_ARABIA","features":[77]},{"name":"CTRY_SERBIA","features":[77]},{"name":"CTRY_SINGAPORE","features":[77]},{"name":"CTRY_SLOVAK","features":[77]},{"name":"CTRY_SLOVENIA","features":[77]},{"name":"CTRY_SOUTH_AFRICA","features":[77]},{"name":"CTRY_SOUTH_KOREA","features":[77]},{"name":"CTRY_SPAIN","features":[77]},{"name":"CTRY_SWEDEN","features":[77]},{"name":"CTRY_SWITZERLAND","features":[77]},{"name":"CTRY_SYRIA","features":[77]},{"name":"CTRY_TAIWAN","features":[77]},{"name":"CTRY_TATARSTAN","features":[77]},{"name":"CTRY_THAILAND","features":[77]},{"name":"CTRY_TRINIDAD_Y_TOBAGO","features":[77]},{"name":"CTRY_TUNISIA","features":[77]},{"name":"CTRY_TURKEY","features":[77]},{"name":"CTRY_UAE","features":[77]},{"name":"CTRY_UKRAINE","features":[77]},{"name":"CTRY_UNITED_KINGDOM","features":[77]},{"name":"CTRY_UNITED_STATES","features":[77]},{"name":"CTRY_URUGUAY","features":[77]},{"name":"CTRY_UZBEKISTAN","features":[77]},{"name":"CTRY_VENEZUELA","features":[77]},{"name":"CTRY_VIET_NAM","features":[77]},{"name":"CTRY_YEMEN","features":[77]},{"name":"CTRY_ZIMBABWE","features":[77]},{"name":"CT_CTYPE1","features":[77]},{"name":"CT_CTYPE2","features":[77]},{"name":"CT_CTYPE3","features":[77]},{"name":"CURRENCYFMTA","features":[77]},{"name":"CURRENCYFMTW","features":[77]},{"name":"CompareStringA","features":[77]},{"name":"CompareStringEx","features":[1,77]},{"name":"CompareStringOrdinal","features":[1,77]},{"name":"CompareStringW","features":[77]},{"name":"ConvertCalDateTimeToSystemTime","features":[1,77]},{"name":"ConvertDefaultLocale","features":[77]},{"name":"ConvertSystemTimeToCalDateTime","features":[1,77]},{"name":"DATEFMT_ENUMPROCA","features":[1,77]},{"name":"DATEFMT_ENUMPROCEXA","features":[1,77]},{"name":"DATEFMT_ENUMPROCEXEX","features":[1,77]},{"name":"DATEFMT_ENUMPROCEXW","features":[1,77]},{"name":"DATEFMT_ENUMPROCW","features":[1,77]},{"name":"DATE_AUTOLAYOUT","features":[77]},{"name":"DATE_LONGDATE","features":[77]},{"name":"DATE_LTRREADING","features":[77]},{"name":"DATE_MONTHDAY","features":[77]},{"name":"DATE_RTLREADING","features":[77]},{"name":"DATE_SHORTDATE","features":[77]},{"name":"DATE_USE_ALT_CALENDAR","features":[77]},{"name":"DATE_YEARMONTH","features":[77]},{"name":"DayUnit","features":[77]},{"name":"DetectEncodingInfo","features":[77]},{"name":"ELS_GUID_LANGUAGE_DETECTION","features":[77]},{"name":"ELS_GUID_SCRIPT_DETECTION","features":[77]},{"name":"ELS_GUID_TRANSLITERATION_BENGALI_TO_LATIN","features":[77]},{"name":"ELS_GUID_TRANSLITERATION_CYRILLIC_TO_LATIN","features":[77]},{"name":"ELS_GUID_TRANSLITERATION_DEVANAGARI_TO_LATIN","features":[77]},{"name":"ELS_GUID_TRANSLITERATION_HANGUL_DECOMPOSITION","features":[77]},{"name":"ELS_GUID_TRANSLITERATION_HANS_TO_HANT","features":[77]},{"name":"ELS_GUID_TRANSLITERATION_HANT_TO_HANS","features":[77]},{"name":"ELS_GUID_TRANSLITERATION_MALAYALAM_TO_LATIN","features":[77]},{"name":"ENUMTEXTMETRICA","features":[77,13]},{"name":"ENUMTEXTMETRICW","features":[77,13]},{"name":"ENUM_ALL_CALENDARS","features":[77]},{"name":"ENUM_DATE_FORMATS_FLAGS","features":[77]},{"name":"ENUM_SYSTEM_CODE_PAGES_FLAGS","features":[77]},{"name":"ENUM_SYSTEM_LANGUAGE_GROUPS_FLAGS","features":[77]},{"name":"EnumCalendarInfoA","features":[1,77]},{"name":"EnumCalendarInfoExA","features":[1,77]},{"name":"EnumCalendarInfoExEx","features":[1,77]},{"name":"EnumCalendarInfoExW","features":[1,77]},{"name":"EnumCalendarInfoW","features":[1,77]},{"name":"EnumDateFormatsA","features":[1,77]},{"name":"EnumDateFormatsExA","features":[1,77]},{"name":"EnumDateFormatsExEx","features":[1,77]},{"name":"EnumDateFormatsExW","features":[1,77]},{"name":"EnumDateFormatsW","features":[1,77]},{"name":"EnumLanguageGroupLocalesA","features":[1,77]},{"name":"EnumLanguageGroupLocalesW","features":[1,77]},{"name":"EnumSystemCodePagesA","features":[1,77]},{"name":"EnumSystemCodePagesW","features":[1,77]},{"name":"EnumSystemGeoID","features":[1,77]},{"name":"EnumSystemGeoNames","features":[1,77]},{"name":"EnumSystemLanguageGroupsA","features":[1,77]},{"name":"EnumSystemLanguageGroupsW","features":[1,77]},{"name":"EnumSystemLocalesA","features":[1,77]},{"name":"EnumSystemLocalesEx","features":[1,77]},{"name":"EnumSystemLocalesW","features":[1,77]},{"name":"EnumTimeFormatsA","features":[1,77]},{"name":"EnumTimeFormatsEx","features":[1,77]},{"name":"EnumTimeFormatsW","features":[1,77]},{"name":"EnumUILanguagesA","features":[1,77]},{"name":"EnumUILanguagesW","features":[1,77]},{"name":"EraUnit","features":[77]},{"name":"FILEMUIINFO","features":[77]},{"name":"FIND_ENDSWITH","features":[77]},{"name":"FIND_FROMEND","features":[77]},{"name":"FIND_FROMSTART","features":[77]},{"name":"FIND_STARTSWITH","features":[77]},{"name":"FOLD_STRING_MAP_FLAGS","features":[77]},{"name":"FONTSIGNATURE","features":[77]},{"name":"FindNLSString","features":[77]},{"name":"FindNLSStringEx","features":[1,77]},{"name":"FindStringOrdinal","features":[1,77]},{"name":"FoldStringA","features":[77]},{"name":"FoldStringW","features":[77]},{"name":"GEOCLASS_ALL","features":[77]},{"name":"GEOCLASS_NATION","features":[77]},{"name":"GEOCLASS_REGION","features":[77]},{"name":"GEOID_NOT_AVAILABLE","features":[77]},{"name":"GEO_CURRENCYCODE","features":[77]},{"name":"GEO_CURRENCYSYMBOL","features":[77]},{"name":"GEO_DIALINGCODE","features":[77]},{"name":"GEO_ENUMNAMEPROC","features":[1,77]},{"name":"GEO_ENUMPROC","features":[1,77]},{"name":"GEO_FRIENDLYNAME","features":[77]},{"name":"GEO_ID","features":[77]},{"name":"GEO_ISO2","features":[77]},{"name":"GEO_ISO3","features":[77]},{"name":"GEO_ISO_UN_NUMBER","features":[77]},{"name":"GEO_LATITUDE","features":[77]},{"name":"GEO_LCID","features":[77]},{"name":"GEO_LONGITUDE","features":[77]},{"name":"GEO_NAME","features":[77]},{"name":"GEO_NATION","features":[77]},{"name":"GEO_OFFICIALLANGUAGES","features":[77]},{"name":"GEO_OFFICIALNAME","features":[77]},{"name":"GEO_PARENT","features":[77]},{"name":"GEO_RFC1766","features":[77]},{"name":"GEO_TIMEZONES","features":[77]},{"name":"GOFFSET","features":[77]},{"name":"GSS_ALLOW_INHERITED_COMMON","features":[77]},{"name":"GetACP","features":[77]},{"name":"GetCPInfo","features":[1,77]},{"name":"GetCPInfoExA","features":[1,77]},{"name":"GetCPInfoExW","features":[1,77]},{"name":"GetCalendarDateFormatEx","features":[1,77]},{"name":"GetCalendarInfoA","features":[77]},{"name":"GetCalendarInfoEx","features":[77]},{"name":"GetCalendarInfoW","features":[77]},{"name":"GetCalendarSupportedDateRange","features":[1,77]},{"name":"GetCurrencyFormatA","features":[77]},{"name":"GetCurrencyFormatEx","features":[77]},{"name":"GetCurrencyFormatW","features":[77]},{"name":"GetDateFormatA","features":[1,77]},{"name":"GetDateFormatEx","features":[1,77]},{"name":"GetDateFormatW","features":[1,77]},{"name":"GetDistanceOfClosestLanguageInList","features":[77]},{"name":"GetDurationFormat","features":[1,77]},{"name":"GetDurationFormatEx","features":[1,77]},{"name":"GetFileMUIInfo","features":[1,77]},{"name":"GetFileMUIPath","features":[1,77]},{"name":"GetGeoInfoA","features":[77]},{"name":"GetGeoInfoEx","features":[77]},{"name":"GetGeoInfoW","features":[77]},{"name":"GetLocaleInfoA","features":[77]},{"name":"GetLocaleInfoEx","features":[77]},{"name":"GetLocaleInfoW","features":[77]},{"name":"GetNLSVersion","features":[1,77]},{"name":"GetNLSVersionEx","features":[1,77]},{"name":"GetNumberFormatA","features":[77]},{"name":"GetNumberFormatEx","features":[77]},{"name":"GetNumberFormatW","features":[77]},{"name":"GetOEMCP","features":[77]},{"name":"GetProcessPreferredUILanguages","features":[1,77]},{"name":"GetStringScripts","features":[77]},{"name":"GetStringTypeA","features":[1,77]},{"name":"GetStringTypeExA","features":[1,77]},{"name":"GetStringTypeExW","features":[1,77]},{"name":"GetStringTypeW","features":[1,77]},{"name":"GetSystemDefaultLCID","features":[77]},{"name":"GetSystemDefaultLangID","features":[77]},{"name":"GetSystemDefaultLocaleName","features":[77]},{"name":"GetSystemDefaultUILanguage","features":[77]},{"name":"GetSystemPreferredUILanguages","features":[1,77]},{"name":"GetTextCharset","features":[77,13]},{"name":"GetTextCharsetInfo","features":[77,13]},{"name":"GetThreadLocale","features":[77]},{"name":"GetThreadPreferredUILanguages","features":[1,77]},{"name":"GetThreadUILanguage","features":[77]},{"name":"GetTimeFormatA","features":[1,77]},{"name":"GetTimeFormatEx","features":[1,77]},{"name":"GetTimeFormatW","features":[1,77]},{"name":"GetUILanguageInfo","features":[1,77]},{"name":"GetUserDefaultGeoName","features":[77]},{"name":"GetUserDefaultLCID","features":[77]},{"name":"GetUserDefaultLangID","features":[77]},{"name":"GetUserDefaultLocaleName","features":[77]},{"name":"GetUserDefaultUILanguage","features":[77]},{"name":"GetUserGeoID","features":[77]},{"name":"GetUserPreferredUILanguages","features":[1,77]},{"name":"HIGHLEVEL_SERVICE_TYPES","features":[77]},{"name":"HIGH_SURROGATE_END","features":[77]},{"name":"HIGH_SURROGATE_START","features":[77]},{"name":"HSAVEDUILANGUAGES","features":[77]},{"name":"HourUnit","features":[77]},{"name":"IComprehensiveSpellCheckProvider","features":[77]},{"name":"IDN_ALLOW_UNASSIGNED","features":[77]},{"name":"IDN_EMAIL_ADDRESS","features":[77]},{"name":"IDN_RAW_PUNYCODE","features":[77]},{"name":"IDN_USE_STD3_ASCII_RULES","features":[77]},{"name":"IEnumCodePage","features":[77]},{"name":"IEnumRfc1766","features":[77]},{"name":"IEnumScript","features":[77]},{"name":"IEnumSpellingError","features":[77]},{"name":"IMLangCodePages","features":[77]},{"name":"IMLangConvertCharset","features":[77]},{"name":"IMLangFontLink","features":[77]},{"name":"IMLangFontLink2","features":[77]},{"name":"IMLangLineBreakConsole","features":[77]},{"name":"IMLangString","features":[77]},{"name":"IMLangStringAStr","features":[77]},{"name":"IMLangStringBufA","features":[77]},{"name":"IMLangStringBufW","features":[77]},{"name":"IMLangStringWStr","features":[77]},{"name":"IMultiLanguage","features":[77]},{"name":"IMultiLanguage2","features":[77]},{"name":"IMultiLanguage3","features":[77]},{"name":"IOptionDescription","features":[77]},{"name":"IS_TEXT_UNICODE_ASCII16","features":[77]},{"name":"IS_TEXT_UNICODE_CONTROLS","features":[77]},{"name":"IS_TEXT_UNICODE_ILLEGAL_CHARS","features":[77]},{"name":"IS_TEXT_UNICODE_NOT_ASCII_MASK","features":[77]},{"name":"IS_TEXT_UNICODE_NOT_UNICODE_MASK","features":[77]},{"name":"IS_TEXT_UNICODE_NULL_BYTES","features":[77]},{"name":"IS_TEXT_UNICODE_ODD_LENGTH","features":[77]},{"name":"IS_TEXT_UNICODE_RESULT","features":[77]},{"name":"IS_TEXT_UNICODE_REVERSE_ASCII16","features":[77]},{"name":"IS_TEXT_UNICODE_REVERSE_CONTROLS","features":[77]},{"name":"IS_TEXT_UNICODE_REVERSE_MASK","features":[77]},{"name":"IS_TEXT_UNICODE_REVERSE_SIGNATURE","features":[77]},{"name":"IS_TEXT_UNICODE_REVERSE_STATISTICS","features":[77]},{"name":"IS_TEXT_UNICODE_SIGNATURE","features":[77]},{"name":"IS_TEXT_UNICODE_STATISTICS","features":[77]},{"name":"IS_TEXT_UNICODE_UNICODE_MASK","features":[77]},{"name":"IS_VALID_LOCALE_FLAGS","features":[77]},{"name":"ISpellCheckProvider","features":[77]},{"name":"ISpellCheckProviderFactory","features":[77]},{"name":"ISpellChecker","features":[77]},{"name":"ISpellChecker2","features":[77]},{"name":"ISpellCheckerChangedEventHandler","features":[77]},{"name":"ISpellCheckerFactory","features":[77]},{"name":"ISpellingError","features":[77]},{"name":"IUserDictionariesRegistrar","features":[77]},{"name":"IdnToAscii","features":[77]},{"name":"IdnToNameprepUnicode","features":[77]},{"name":"IdnToUnicode","features":[77]},{"name":"IsCalendarLeapYear","features":[1,77]},{"name":"IsDBCSLeadByte","features":[1,77]},{"name":"IsDBCSLeadByteEx","features":[1,77]},{"name":"IsNLSDefinedString","features":[1,77]},{"name":"IsNormalizedString","features":[1,77]},{"name":"IsTextUnicode","features":[1,77]},{"name":"IsValidCodePage","features":[1,77]},{"name":"IsValidLanguageGroup","features":[1,77]},{"name":"IsValidLocale","features":[1,77]},{"name":"IsValidLocaleName","features":[1,77]},{"name":"IsValidNLSVersion","features":[77]},{"name":"IsWellFormedTag","features":[77]},{"name":"LANGGROUPLOCALE_ENUMPROCA","features":[1,77]},{"name":"LANGGROUPLOCALE_ENUMPROCW","features":[1,77]},{"name":"LANGUAGEGROUP_ENUMPROCA","features":[1,77]},{"name":"LANGUAGEGROUP_ENUMPROCW","features":[1,77]},{"name":"LANG_SYSTEM_DEFAULT","features":[77]},{"name":"LANG_USER_DEFAULT","features":[77]},{"name":"LCIDToLocaleName","features":[77]},{"name":"LCID_ALTERNATE_SORTS","features":[77]},{"name":"LCID_INSTALLED","features":[77]},{"name":"LCID_SUPPORTED","features":[77]},{"name":"LCMAP_BYTEREV","features":[77]},{"name":"LCMAP_FULLWIDTH","features":[77]},{"name":"LCMAP_HALFWIDTH","features":[77]},{"name":"LCMAP_HASH","features":[77]},{"name":"LCMAP_HIRAGANA","features":[77]},{"name":"LCMAP_KATAKANA","features":[77]},{"name":"LCMAP_LINGUISTIC_CASING","features":[77]},{"name":"LCMAP_LOWERCASE","features":[77]},{"name":"LCMAP_SIMPLIFIED_CHINESE","features":[77]},{"name":"LCMAP_SORTHANDLE","features":[77]},{"name":"LCMAP_SORTKEY","features":[77]},{"name":"LCMAP_TITLECASE","features":[77]},{"name":"LCMAP_TRADITIONAL_CHINESE","features":[77]},{"name":"LCMAP_UPPERCASE","features":[77]},{"name":"LCMapStringA","features":[77]},{"name":"LCMapStringEx","features":[1,77]},{"name":"LCMapStringW","features":[77]},{"name":"LGRPID_ARABIC","features":[77]},{"name":"LGRPID_ARMENIAN","features":[77]},{"name":"LGRPID_BALTIC","features":[77]},{"name":"LGRPID_CENTRAL_EUROPE","features":[77]},{"name":"LGRPID_CYRILLIC","features":[77]},{"name":"LGRPID_GEORGIAN","features":[77]},{"name":"LGRPID_GREEK","features":[77]},{"name":"LGRPID_HEBREW","features":[77]},{"name":"LGRPID_INDIC","features":[77]},{"name":"LGRPID_INSTALLED","features":[77]},{"name":"LGRPID_JAPANESE","features":[77]},{"name":"LGRPID_KOREAN","features":[77]},{"name":"LGRPID_SIMPLIFIED_CHINESE","features":[77]},{"name":"LGRPID_SUPPORTED","features":[77]},{"name":"LGRPID_THAI","features":[77]},{"name":"LGRPID_TRADITIONAL_CHINESE","features":[77]},{"name":"LGRPID_TURKIC","features":[77]},{"name":"LGRPID_TURKISH","features":[77]},{"name":"LGRPID_VIETNAMESE","features":[77]},{"name":"LGRPID_WESTERN_EUROPE","features":[77]},{"name":"LINGUISTIC_IGNORECASE","features":[77]},{"name":"LINGUISTIC_IGNOREDIACRITIC","features":[77]},{"name":"LOCALESIGNATURE","features":[77]},{"name":"LOCALE_ALL","features":[77]},{"name":"LOCALE_ALLOW_NEUTRAL_NAMES","features":[77]},{"name":"LOCALE_ALTERNATE_SORTS","features":[77]},{"name":"LOCALE_ENUMPROCA","features":[1,77]},{"name":"LOCALE_ENUMPROCEX","features":[1,77]},{"name":"LOCALE_ENUMPROCW","features":[1,77]},{"name":"LOCALE_FONTSIGNATURE","features":[77]},{"name":"LOCALE_ICALENDARTYPE","features":[77]},{"name":"LOCALE_ICENTURY","features":[77]},{"name":"LOCALE_ICONSTRUCTEDLOCALE","features":[77]},{"name":"LOCALE_ICOUNTRY","features":[77]},{"name":"LOCALE_ICURRDIGITS","features":[77]},{"name":"LOCALE_ICURRENCY","features":[77]},{"name":"LOCALE_IDATE","features":[77]},{"name":"LOCALE_IDAYLZERO","features":[77]},{"name":"LOCALE_IDEFAULTANSICODEPAGE","features":[77]},{"name":"LOCALE_IDEFAULTCODEPAGE","features":[77]},{"name":"LOCALE_IDEFAULTCOUNTRY","features":[77]},{"name":"LOCALE_IDEFAULTEBCDICCODEPAGE","features":[77]},{"name":"LOCALE_IDEFAULTLANGUAGE","features":[77]},{"name":"LOCALE_IDEFAULTMACCODEPAGE","features":[77]},{"name":"LOCALE_IDIALINGCODE","features":[77]},{"name":"LOCALE_IDIGITS","features":[77]},{"name":"LOCALE_IDIGITSUBSTITUTION","features":[77]},{"name":"LOCALE_IFIRSTDAYOFWEEK","features":[77]},{"name":"LOCALE_IFIRSTWEEKOFYEAR","features":[77]},{"name":"LOCALE_IGEOID","features":[77]},{"name":"LOCALE_IINTLCURRDIGITS","features":[77]},{"name":"LOCALE_ILANGUAGE","features":[77]},{"name":"LOCALE_ILDATE","features":[77]},{"name":"LOCALE_ILZERO","features":[77]},{"name":"LOCALE_IMEASURE","features":[77]},{"name":"LOCALE_IMONLZERO","features":[77]},{"name":"LOCALE_INEGATIVEPERCENT","features":[77]},{"name":"LOCALE_INEGCURR","features":[77]},{"name":"LOCALE_INEGNUMBER","features":[77]},{"name":"LOCALE_INEGSEPBYSPACE","features":[77]},{"name":"LOCALE_INEGSIGNPOSN","features":[77]},{"name":"LOCALE_INEGSYMPRECEDES","features":[77]},{"name":"LOCALE_INEUTRAL","features":[77]},{"name":"LOCALE_IOPTIONALCALENDAR","features":[77]},{"name":"LOCALE_IPAPERSIZE","features":[77]},{"name":"LOCALE_IPOSITIVEPERCENT","features":[77]},{"name":"LOCALE_IPOSSEPBYSPACE","features":[77]},{"name":"LOCALE_IPOSSIGNPOSN","features":[77]},{"name":"LOCALE_IPOSSYMPRECEDES","features":[77]},{"name":"LOCALE_IREADINGLAYOUT","features":[77]},{"name":"LOCALE_ITIME","features":[77]},{"name":"LOCALE_ITIMEMARKPOSN","features":[77]},{"name":"LOCALE_ITLZERO","features":[77]},{"name":"LOCALE_IUSEUTF8LEGACYACP","features":[77]},{"name":"LOCALE_IUSEUTF8LEGACYOEMCP","features":[77]},{"name":"LOCALE_NAME_INVARIANT","features":[77]},{"name":"LOCALE_NAME_SYSTEM_DEFAULT","features":[77]},{"name":"LOCALE_NEUTRALDATA","features":[77]},{"name":"LOCALE_NOUSEROVERRIDE","features":[77]},{"name":"LOCALE_REPLACEMENT","features":[77]},{"name":"LOCALE_RETURN_GENITIVE_NAMES","features":[77]},{"name":"LOCALE_RETURN_NUMBER","features":[77]},{"name":"LOCALE_S1159","features":[77]},{"name":"LOCALE_S2359","features":[77]},{"name":"LOCALE_SABBREVCTRYNAME","features":[77]},{"name":"LOCALE_SABBREVDAYNAME1","features":[77]},{"name":"LOCALE_SABBREVDAYNAME2","features":[77]},{"name":"LOCALE_SABBREVDAYNAME3","features":[77]},{"name":"LOCALE_SABBREVDAYNAME4","features":[77]},{"name":"LOCALE_SABBREVDAYNAME5","features":[77]},{"name":"LOCALE_SABBREVDAYNAME6","features":[77]},{"name":"LOCALE_SABBREVDAYNAME7","features":[77]},{"name":"LOCALE_SABBREVLANGNAME","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME1","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME10","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME11","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME12","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME13","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME2","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME3","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME4","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME5","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME6","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME7","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME8","features":[77]},{"name":"LOCALE_SABBREVMONTHNAME9","features":[77]},{"name":"LOCALE_SAM","features":[77]},{"name":"LOCALE_SCONSOLEFALLBACKNAME","features":[77]},{"name":"LOCALE_SCOUNTRY","features":[77]},{"name":"LOCALE_SCURRENCY","features":[77]},{"name":"LOCALE_SDATE","features":[77]},{"name":"LOCALE_SDAYNAME1","features":[77]},{"name":"LOCALE_SDAYNAME2","features":[77]},{"name":"LOCALE_SDAYNAME3","features":[77]},{"name":"LOCALE_SDAYNAME4","features":[77]},{"name":"LOCALE_SDAYNAME5","features":[77]},{"name":"LOCALE_SDAYNAME6","features":[77]},{"name":"LOCALE_SDAYNAME7","features":[77]},{"name":"LOCALE_SDECIMAL","features":[77]},{"name":"LOCALE_SDURATION","features":[77]},{"name":"LOCALE_SENGCOUNTRY","features":[77]},{"name":"LOCALE_SENGCURRNAME","features":[77]},{"name":"LOCALE_SENGLANGUAGE","features":[77]},{"name":"LOCALE_SENGLISHCOUNTRYNAME","features":[77]},{"name":"LOCALE_SENGLISHDISPLAYNAME","features":[77]},{"name":"LOCALE_SENGLISHLANGUAGENAME","features":[77]},{"name":"LOCALE_SGROUPING","features":[77]},{"name":"LOCALE_SINTLSYMBOL","features":[77]},{"name":"LOCALE_SISO3166CTRYNAME","features":[77]},{"name":"LOCALE_SISO3166CTRYNAME2","features":[77]},{"name":"LOCALE_SISO639LANGNAME","features":[77]},{"name":"LOCALE_SISO639LANGNAME2","features":[77]},{"name":"LOCALE_SKEYBOARDSTOINSTALL","features":[77]},{"name":"LOCALE_SLANGDISPLAYNAME","features":[77]},{"name":"LOCALE_SLANGUAGE","features":[77]},{"name":"LOCALE_SLIST","features":[77]},{"name":"LOCALE_SLOCALIZEDCOUNTRYNAME","features":[77]},{"name":"LOCALE_SLOCALIZEDDISPLAYNAME","features":[77]},{"name":"LOCALE_SLOCALIZEDLANGUAGENAME","features":[77]},{"name":"LOCALE_SLONGDATE","features":[77]},{"name":"LOCALE_SMONDECIMALSEP","features":[77]},{"name":"LOCALE_SMONGROUPING","features":[77]},{"name":"LOCALE_SMONTHDAY","features":[77]},{"name":"LOCALE_SMONTHNAME1","features":[77]},{"name":"LOCALE_SMONTHNAME10","features":[77]},{"name":"LOCALE_SMONTHNAME11","features":[77]},{"name":"LOCALE_SMONTHNAME12","features":[77]},{"name":"LOCALE_SMONTHNAME13","features":[77]},{"name":"LOCALE_SMONTHNAME2","features":[77]},{"name":"LOCALE_SMONTHNAME3","features":[77]},{"name":"LOCALE_SMONTHNAME4","features":[77]},{"name":"LOCALE_SMONTHNAME5","features":[77]},{"name":"LOCALE_SMONTHNAME6","features":[77]},{"name":"LOCALE_SMONTHNAME7","features":[77]},{"name":"LOCALE_SMONTHNAME8","features":[77]},{"name":"LOCALE_SMONTHNAME9","features":[77]},{"name":"LOCALE_SMONTHOUSANDSEP","features":[77]},{"name":"LOCALE_SNAME","features":[77]},{"name":"LOCALE_SNAN","features":[77]},{"name":"LOCALE_SNATIVECOUNTRYNAME","features":[77]},{"name":"LOCALE_SNATIVECTRYNAME","features":[77]},{"name":"LOCALE_SNATIVECURRNAME","features":[77]},{"name":"LOCALE_SNATIVEDIGITS","features":[77]},{"name":"LOCALE_SNATIVEDISPLAYNAME","features":[77]},{"name":"LOCALE_SNATIVELANGNAME","features":[77]},{"name":"LOCALE_SNATIVELANGUAGENAME","features":[77]},{"name":"LOCALE_SNEGATIVESIGN","features":[77]},{"name":"LOCALE_SNEGINFINITY","features":[77]},{"name":"LOCALE_SOPENTYPELANGUAGETAG","features":[77]},{"name":"LOCALE_SPARENT","features":[77]},{"name":"LOCALE_SPECIFICDATA","features":[77]},{"name":"LOCALE_SPERCENT","features":[77]},{"name":"LOCALE_SPERMILLE","features":[77]},{"name":"LOCALE_SPM","features":[77]},{"name":"LOCALE_SPOSINFINITY","features":[77]},{"name":"LOCALE_SPOSITIVESIGN","features":[77]},{"name":"LOCALE_SRELATIVELONGDATE","features":[77]},{"name":"LOCALE_SSCRIPTS","features":[77]},{"name":"LOCALE_SSHORTDATE","features":[77]},{"name":"LOCALE_SSHORTESTAM","features":[77]},{"name":"LOCALE_SSHORTESTDAYNAME1","features":[77]},{"name":"LOCALE_SSHORTESTDAYNAME2","features":[77]},{"name":"LOCALE_SSHORTESTDAYNAME3","features":[77]},{"name":"LOCALE_SSHORTESTDAYNAME4","features":[77]},{"name":"LOCALE_SSHORTESTDAYNAME5","features":[77]},{"name":"LOCALE_SSHORTESTDAYNAME6","features":[77]},{"name":"LOCALE_SSHORTESTDAYNAME7","features":[77]},{"name":"LOCALE_SSHORTESTPM","features":[77]},{"name":"LOCALE_SSHORTTIME","features":[77]},{"name":"LOCALE_SSORTLOCALE","features":[77]},{"name":"LOCALE_SSORTNAME","features":[77]},{"name":"LOCALE_STHOUSAND","features":[77]},{"name":"LOCALE_STIME","features":[77]},{"name":"LOCALE_STIMEFORMAT","features":[77]},{"name":"LOCALE_SUPPLEMENTAL","features":[77]},{"name":"LOCALE_SYEARMONTH","features":[77]},{"name":"LOCALE_SYSTEM_DEFAULT","features":[77]},{"name":"LOCALE_USER_DEFAULT","features":[77]},{"name":"LOCALE_USE_CP_ACP","features":[77]},{"name":"LOCALE_WINDOWS","features":[77]},{"name":"LOWLEVEL_SERVICE_TYPES","features":[77]},{"name":"LOW_SURROGATE_END","features":[77]},{"name":"LOW_SURROGATE_START","features":[77]},{"name":"LocaleNameToLCID","features":[77]},{"name":"MAPPING_DATA_RANGE","features":[77]},{"name":"MAPPING_ENUM_OPTIONS","features":[77]},{"name":"MAPPING_OPTIONS","features":[77]},{"name":"MAPPING_PROPERTY_BAG","features":[77]},{"name":"MAPPING_SERVICE_INFO","features":[77]},{"name":"MAP_COMPOSITE","features":[77]},{"name":"MAP_EXPAND_LIGATURES","features":[77]},{"name":"MAP_FOLDCZONE","features":[77]},{"name":"MAP_FOLDDIGITS","features":[77]},{"name":"MAP_PRECOMPOSED","features":[77]},{"name":"MAX_DEFAULTCHAR","features":[77]},{"name":"MAX_LEADBYTES","features":[77]},{"name":"MAX_LOCALE_NAME","features":[77]},{"name":"MAX_MIMECP_NAME","features":[77]},{"name":"MAX_MIMECSET_NAME","features":[77]},{"name":"MAX_MIMEFACE_NAME","features":[77]},{"name":"MAX_RFC1766_NAME","features":[77]},{"name":"MAX_SCRIPT_NAME","features":[77]},{"name":"MB_COMPOSITE","features":[77]},{"name":"MB_ERR_INVALID_CHARS","features":[77]},{"name":"MB_PRECOMPOSED","features":[77]},{"name":"MB_USEGLYPHCHARS","features":[77]},{"name":"MIMECONTF","features":[77]},{"name":"MIMECONTF_BROWSER","features":[77]},{"name":"MIMECONTF_EXPORT","features":[77]},{"name":"MIMECONTF_IMPORT","features":[77]},{"name":"MIMECONTF_MAILNEWS","features":[77]},{"name":"MIMECONTF_MIME_IE4","features":[77]},{"name":"MIMECONTF_MIME_LATEST","features":[77]},{"name":"MIMECONTF_MIME_REGISTRY","features":[77]},{"name":"MIMECONTF_MINIMAL","features":[77]},{"name":"MIMECONTF_PRIVCONVERTER","features":[77]},{"name":"MIMECONTF_SAVABLE_BROWSER","features":[77]},{"name":"MIMECONTF_SAVABLE_MAILNEWS","features":[77]},{"name":"MIMECONTF_VALID","features":[77]},{"name":"MIMECONTF_VALID_NLS","features":[77]},{"name":"MIMECPINFO","features":[77]},{"name":"MIMECSETINFO","features":[77]},{"name":"MIN_SPELLING_NTDDI","features":[77]},{"name":"MLCONVCHAR","features":[77]},{"name":"MLCONVCHARF_AUTODETECT","features":[77]},{"name":"MLCONVCHARF_DETECTJPN","features":[77]},{"name":"MLCONVCHARF_ENTITIZE","features":[77]},{"name":"MLCONVCHARF_NAME_ENTITIZE","features":[77]},{"name":"MLCONVCHARF_NCR_ENTITIZE","features":[77]},{"name":"MLCONVCHARF_NOBESTFITCHARS","features":[77]},{"name":"MLCONVCHARF_USEDEFCHAR","features":[77]},{"name":"MLCP","features":[77]},{"name":"MLDETECTCP","features":[77]},{"name":"MLDETECTCP_7BIT","features":[77]},{"name":"MLDETECTCP_8BIT","features":[77]},{"name":"MLDETECTCP_DBCS","features":[77]},{"name":"MLDETECTCP_HTML","features":[77]},{"name":"MLDETECTCP_NONE","features":[77]},{"name":"MLDETECTCP_NUMBER","features":[77]},{"name":"MLDETECTF_BROWSER","features":[77]},{"name":"MLDETECTF_EURO_UTF8","features":[77]},{"name":"MLDETECTF_FILTER_SPECIALCHAR","features":[77]},{"name":"MLDETECTF_MAILNEWS","features":[77]},{"name":"MLDETECTF_PREFERRED_ONLY","features":[77]},{"name":"MLDETECTF_PRESERVE_ORDER","features":[77]},{"name":"MLDETECTF_VALID","features":[77]},{"name":"MLDETECTF_VALID_NLS","features":[77]},{"name":"MLSTR_FLAGS","features":[77]},{"name":"MLSTR_READ","features":[77]},{"name":"MLSTR_WRITE","features":[77]},{"name":"MUI_COMPLEX_SCRIPT_FILTER","features":[77]},{"name":"MUI_CONSOLE_FILTER","features":[77]},{"name":"MUI_FILEINFO_VERSION","features":[77]},{"name":"MUI_FILETYPE_LANGUAGE_NEUTRAL_MAIN","features":[77]},{"name":"MUI_FILETYPE_LANGUAGE_NEUTRAL_MUI","features":[77]},{"name":"MUI_FILETYPE_NOT_LANGUAGE_NEUTRAL","features":[77]},{"name":"MUI_FORMAT_INF_COMPAT","features":[77]},{"name":"MUI_FORMAT_REG_COMPAT","features":[77]},{"name":"MUI_FULL_LANGUAGE","features":[77]},{"name":"MUI_IMMUTABLE_LOOKUP","features":[77]},{"name":"MUI_LANGUAGE_EXACT","features":[77]},{"name":"MUI_LANGUAGE_ID","features":[77]},{"name":"MUI_LANGUAGE_INSTALLED","features":[77]},{"name":"MUI_LANGUAGE_LICENSED","features":[77]},{"name":"MUI_LANGUAGE_NAME","features":[77]},{"name":"MUI_LANG_NEUTRAL_PE_FILE","features":[77]},{"name":"MUI_LIP_LANGUAGE","features":[77]},{"name":"MUI_MACHINE_LANGUAGE_SETTINGS","features":[77]},{"name":"MUI_MERGE_SYSTEM_FALLBACK","features":[77]},{"name":"MUI_MERGE_USER_FALLBACK","features":[77]},{"name":"MUI_NON_LANG_NEUTRAL_FILE","features":[77]},{"name":"MUI_PARTIAL_LANGUAGE","features":[77]},{"name":"MUI_QUERY_CHECKSUM","features":[77]},{"name":"MUI_QUERY_LANGUAGE_NAME","features":[77]},{"name":"MUI_QUERY_RESOURCE_TYPES","features":[77]},{"name":"MUI_QUERY_TYPE","features":[77]},{"name":"MUI_RESET_FILTERS","features":[77]},{"name":"MUI_SKIP_STRING_CACHE","features":[77]},{"name":"MUI_THREAD_LANGUAGES","features":[77]},{"name":"MUI_USER_PREFERRED_UI_LANGUAGES","features":[77]},{"name":"MUI_USE_INSTALLED_LANGUAGES","features":[77]},{"name":"MUI_USE_SEARCH_ALL_LANGUAGES","features":[77]},{"name":"MUI_VERIFY_FILE_EXISTS","features":[77]},{"name":"MULTI_BYTE_TO_WIDE_CHAR_FLAGS","features":[77]},{"name":"MappingDoAction","features":[77]},{"name":"MappingFreePropertyBag","features":[77]},{"name":"MappingFreeServices","features":[77]},{"name":"MappingGetServices","features":[77]},{"name":"MappingRecognizeText","features":[77]},{"name":"MinuteUnit","features":[77]},{"name":"MonthUnit","features":[77]},{"name":"MultiByteToWideChar","features":[77]},{"name":"NEWTEXTMETRICEXA","features":[77,13]},{"name":"NEWTEXTMETRICEXW","features":[77,13]},{"name":"NLSVERSIONINFO","features":[77]},{"name":"NLSVERSIONINFOEX","features":[77]},{"name":"NLS_CP_CPINFO","features":[77]},{"name":"NLS_CP_MBTOWC","features":[77]},{"name":"NLS_CP_WCTOMB","features":[77]},{"name":"NORM_FORM","features":[77]},{"name":"NORM_IGNORECASE","features":[77]},{"name":"NORM_IGNOREKANATYPE","features":[77]},{"name":"NORM_IGNORENONSPACE","features":[77]},{"name":"NORM_IGNORESYMBOLS","features":[77]},{"name":"NORM_IGNOREWIDTH","features":[77]},{"name":"NORM_LINGUISTIC_CASING","features":[77]},{"name":"NUMBERFMTA","features":[77]},{"name":"NUMBERFMTW","features":[77]},{"name":"NUMSYS_NAME_CAPACITY","features":[77]},{"name":"NormalizationC","features":[77]},{"name":"NormalizationD","features":[77]},{"name":"NormalizationKC","features":[77]},{"name":"NormalizationKD","features":[77]},{"name":"NormalizationOther","features":[77]},{"name":"NormalizeString","features":[77]},{"name":"NotifyUILanguageChange","features":[1,77]},{"name":"OFFLINE_SERVICES","features":[77]},{"name":"ONLINE_SERVICES","features":[77]},{"name":"OPENTYPE_FEATURE_RECORD","features":[77]},{"name":"PFN_MAPPINGCALLBACKPROC","features":[77]},{"name":"RFC1766INFO","features":[77]},{"name":"ResolveLocaleName","features":[77]},{"name":"RestoreThreadPreferredUILanguages","features":[77]},{"name":"SCRIPTCONTF","features":[77]},{"name":"SCRIPTCONTF_FIXED_FONT","features":[77]},{"name":"SCRIPTCONTF_PROPORTIONAL_FONT","features":[77]},{"name":"SCRIPTCONTF_SCRIPT_HIDE","features":[77]},{"name":"SCRIPTCONTF_SCRIPT_SYSTEM","features":[77]},{"name":"SCRIPTCONTF_SCRIPT_USER","features":[77]},{"name":"SCRIPTFONTCONTF","features":[77]},{"name":"SCRIPTFONTINFO","features":[77]},{"name":"SCRIPTINFO","features":[77]},{"name":"SCRIPT_ANALYSIS","features":[77]},{"name":"SCRIPT_CHARPROP","features":[77]},{"name":"SCRIPT_CONTROL","features":[77]},{"name":"SCRIPT_DIGITSUBSTITUTE","features":[77]},{"name":"SCRIPT_DIGITSUBSTITUTE_CONTEXT","features":[77]},{"name":"SCRIPT_DIGITSUBSTITUTE_NATIONAL","features":[77]},{"name":"SCRIPT_DIGITSUBSTITUTE_NONE","features":[77]},{"name":"SCRIPT_DIGITSUBSTITUTE_TRADITIONAL","features":[77]},{"name":"SCRIPT_FONTPROPERTIES","features":[77]},{"name":"SCRIPT_GLYPHPROP","features":[77]},{"name":"SCRIPT_IS_COMPLEX_FLAGS","features":[77]},{"name":"SCRIPT_ITEM","features":[77]},{"name":"SCRIPT_JUSTIFY","features":[77]},{"name":"SCRIPT_JUSTIFY_ARABIC_ALEF","features":[77]},{"name":"SCRIPT_JUSTIFY_ARABIC_BA","features":[77]},{"name":"SCRIPT_JUSTIFY_ARABIC_BARA","features":[77]},{"name":"SCRIPT_JUSTIFY_ARABIC_BLANK","features":[77]},{"name":"SCRIPT_JUSTIFY_ARABIC_HA","features":[77]},{"name":"SCRIPT_JUSTIFY_ARABIC_KASHIDA","features":[77]},{"name":"SCRIPT_JUSTIFY_ARABIC_NORMAL","features":[77]},{"name":"SCRIPT_JUSTIFY_ARABIC_RA","features":[77]},{"name":"SCRIPT_JUSTIFY_ARABIC_SEEN","features":[77]},{"name":"SCRIPT_JUSTIFY_ARABIC_SEEN_M","features":[77]},{"name":"SCRIPT_JUSTIFY_BLANK","features":[77]},{"name":"SCRIPT_JUSTIFY_CHARACTER","features":[77]},{"name":"SCRIPT_JUSTIFY_NONE","features":[77]},{"name":"SCRIPT_JUSTIFY_RESERVED1","features":[77]},{"name":"SCRIPT_JUSTIFY_RESERVED2","features":[77]},{"name":"SCRIPT_JUSTIFY_RESERVED3","features":[77]},{"name":"SCRIPT_LOGATTR","features":[77]},{"name":"SCRIPT_PROPERTIES","features":[77]},{"name":"SCRIPT_STATE","features":[77]},{"name":"SCRIPT_TABDEF","features":[77]},{"name":"SCRIPT_TAG_UNKNOWN","features":[77]},{"name":"SCRIPT_UNDEFINED","features":[77]},{"name":"SCRIPT_VISATTR","features":[77]},{"name":"SGCM_RTL","features":[77]},{"name":"SIC_ASCIIDIGIT","features":[77]},{"name":"SIC_COMPLEX","features":[77]},{"name":"SIC_NEUTRAL","features":[77]},{"name":"SORTING_PARADIGM_ICU","features":[77]},{"name":"SORTING_PARADIGM_NLS","features":[77]},{"name":"SORT_DIGITSASNUMBERS","features":[77]},{"name":"SORT_STRINGSORT","features":[77]},{"name":"SSA_BREAK","features":[77]},{"name":"SSA_CLIP","features":[77]},{"name":"SSA_DONTGLYPH","features":[77]},{"name":"SSA_DZWG","features":[77]},{"name":"SSA_FALLBACK","features":[77]},{"name":"SSA_FIT","features":[77]},{"name":"SSA_FULLMEASURE","features":[77]},{"name":"SSA_GCP","features":[77]},{"name":"SSA_GLYPHS","features":[77]},{"name":"SSA_HIDEHOTKEY","features":[77]},{"name":"SSA_HOTKEY","features":[77]},{"name":"SSA_HOTKEYONLY","features":[77]},{"name":"SSA_LAYOUTRTL","features":[77]},{"name":"SSA_LINK","features":[77]},{"name":"SSA_LPKANSIFALLBACK","features":[77]},{"name":"SSA_METAFILE","features":[77]},{"name":"SSA_NOKASHIDA","features":[77]},{"name":"SSA_PASSWORD","features":[77]},{"name":"SSA_PIDX","features":[77]},{"name":"SSA_RTL","features":[77]},{"name":"SSA_TAB","features":[77]},{"name":"SYSGEOCLASS","features":[77]},{"name":"SYSGEOTYPE","features":[77]},{"name":"SYSNLS_FUNCTION","features":[77]},{"name":"ScriptApplyDigitSubstitution","features":[77]},{"name":"ScriptApplyLogicalWidth","features":[77,13]},{"name":"ScriptBreak","features":[77]},{"name":"ScriptCPtoX","features":[1,77]},{"name":"ScriptCacheGetHeight","features":[77,13]},{"name":"ScriptFreeCache","features":[77]},{"name":"ScriptGetCMap","features":[77,13]},{"name":"ScriptGetFontAlternateGlyphs","features":[77,13]},{"name":"ScriptGetFontFeatureTags","features":[77,13]},{"name":"ScriptGetFontLanguageTags","features":[77,13]},{"name":"ScriptGetFontProperties","features":[77,13]},{"name":"ScriptGetFontScriptTags","features":[77,13]},{"name":"ScriptGetGlyphABCWidth","features":[77,13]},{"name":"ScriptGetLogicalWidths","features":[77]},{"name":"ScriptGetProperties","features":[77]},{"name":"ScriptIsComplex","features":[77]},{"name":"ScriptItemize","features":[77]},{"name":"ScriptItemizeOpenType","features":[77]},{"name":"ScriptJustify","features":[77]},{"name":"ScriptLayout","features":[77]},{"name":"ScriptPlace","features":[77,13]},{"name":"ScriptPlaceOpenType","features":[77,13]},{"name":"ScriptPositionSingleGlyph","features":[77,13]},{"name":"ScriptRecordDigitSubstitution","features":[77]},{"name":"ScriptShape","features":[77,13]},{"name":"ScriptShapeOpenType","features":[77,13]},{"name":"ScriptStringAnalyse","features":[77,13]},{"name":"ScriptStringCPtoX","features":[1,77]},{"name":"ScriptStringFree","features":[77]},{"name":"ScriptStringGetLogicalWidths","features":[77]},{"name":"ScriptStringGetOrder","features":[77]},{"name":"ScriptStringOut","features":[1,77,13]},{"name":"ScriptStringValidate","features":[77]},{"name":"ScriptStringXtoCP","features":[77]},{"name":"ScriptString_pLogAttr","features":[77]},{"name":"ScriptString_pSize","features":[1,77]},{"name":"ScriptString_pcOutChars","features":[77]},{"name":"ScriptSubstituteSingleGlyph","features":[77,13]},{"name":"ScriptTextOut","features":[1,77,13]},{"name":"ScriptXtoCP","features":[77]},{"name":"SecondUnit","features":[77]},{"name":"SetCalendarInfoA","features":[1,77]},{"name":"SetCalendarInfoW","features":[1,77]},{"name":"SetLocaleInfoA","features":[1,77]},{"name":"SetLocaleInfoW","features":[1,77]},{"name":"SetProcessPreferredUILanguages","features":[1,77]},{"name":"SetThreadLocale","features":[1,77]},{"name":"SetThreadPreferredUILanguages","features":[1,77]},{"name":"SetThreadPreferredUILanguages2","features":[1,77]},{"name":"SetThreadUILanguage","features":[77]},{"name":"SetUserGeoID","features":[1,77]},{"name":"SetUserGeoName","features":[1,77]},{"name":"SpellCheckerFactory","features":[77]},{"name":"TCI_SRCCHARSET","features":[77]},{"name":"TCI_SRCCODEPAGE","features":[77]},{"name":"TCI_SRCFONTSIG","features":[77]},{"name":"TCI_SRCLOCALE","features":[77]},{"name":"TEXTRANGE_PROPERTIES","features":[77]},{"name":"TIMEFMT_ENUMPROCA","features":[1,77]},{"name":"TIMEFMT_ENUMPROCEX","features":[1,77]},{"name":"TIMEFMT_ENUMPROCW","features":[1,77]},{"name":"TIME_FORCE24HOURFORMAT","features":[77]},{"name":"TIME_FORMAT_FLAGS","features":[77]},{"name":"TIME_NOMINUTESORSECONDS","features":[77]},{"name":"TIME_NOSECONDS","features":[77]},{"name":"TIME_NOTIMEMARKER","features":[77]},{"name":"TRANSLATE_CHARSET_INFO_FLAGS","features":[77]},{"name":"TickUnit","features":[77]},{"name":"TranslateCharsetInfo","features":[1,77]},{"name":"U16_MAX_LENGTH","features":[77]},{"name":"U8_LEAD3_T1_BITS","features":[77]},{"name":"U8_LEAD4_T1_BITS","features":[77]},{"name":"U8_MAX_LENGTH","features":[77]},{"name":"UAcceptResult","features":[77]},{"name":"UAlphabeticIndexLabelType","features":[77]},{"name":"UBIDI_DEFAULT_LTR","features":[77]},{"name":"UBIDI_DEFAULT_RTL","features":[77]},{"name":"UBIDI_DO_MIRRORING","features":[77]},{"name":"UBIDI_INSERT_LRM_FOR_NUMERIC","features":[77]},{"name":"UBIDI_KEEP_BASE_COMBINING","features":[77]},{"name":"UBIDI_LEVEL_OVERRIDE","features":[77]},{"name":"UBIDI_LOGICAL","features":[77]},{"name":"UBIDI_LTR","features":[77]},{"name":"UBIDI_MAP_NOWHERE","features":[77]},{"name":"UBIDI_MAX_EXPLICIT_LEVEL","features":[77]},{"name":"UBIDI_MIRRORING_OFF","features":[77]},{"name":"UBIDI_MIRRORING_ON","features":[77]},{"name":"UBIDI_MIXED","features":[77]},{"name":"UBIDI_NEUTRAL","features":[77]},{"name":"UBIDI_OPTION_DEFAULT","features":[77]},{"name":"UBIDI_OPTION_INSERT_MARKS","features":[77]},{"name":"UBIDI_OPTION_REMOVE_CONTROLS","features":[77]},{"name":"UBIDI_OPTION_STREAMING","features":[77]},{"name":"UBIDI_OUTPUT_REVERSE","features":[77]},{"name":"UBIDI_REMOVE_BIDI_CONTROLS","features":[77]},{"name":"UBIDI_REORDER_DEFAULT","features":[77]},{"name":"UBIDI_REORDER_GROUP_NUMBERS_WITH_R","features":[77]},{"name":"UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL","features":[77]},{"name":"UBIDI_REORDER_INVERSE_LIKE_DIRECT","features":[77]},{"name":"UBIDI_REORDER_INVERSE_NUMBERS_AS_L","features":[77]},{"name":"UBIDI_REORDER_NUMBERS_SPECIAL","features":[77]},{"name":"UBIDI_REORDER_RUNS_ONLY","features":[77]},{"name":"UBIDI_RTL","features":[77]},{"name":"UBIDI_VISUAL","features":[77]},{"name":"UBLOCK_ADLAM","features":[77]},{"name":"UBLOCK_AEGEAN_NUMBERS","features":[77]},{"name":"UBLOCK_AHOM","features":[77]},{"name":"UBLOCK_ALCHEMICAL_SYMBOLS","features":[77]},{"name":"UBLOCK_ALPHABETIC_PRESENTATION_FORMS","features":[77]},{"name":"UBLOCK_ANATOLIAN_HIEROGLYPHS","features":[77]},{"name":"UBLOCK_ANCIENT_GREEK_MUSICAL_NOTATION","features":[77]},{"name":"UBLOCK_ANCIENT_GREEK_NUMBERS","features":[77]},{"name":"UBLOCK_ANCIENT_SYMBOLS","features":[77]},{"name":"UBLOCK_ARABIC","features":[77]},{"name":"UBLOCK_ARABIC_EXTENDED_A","features":[77]},{"name":"UBLOCK_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS","features":[77]},{"name":"UBLOCK_ARABIC_PRESENTATION_FORMS_A","features":[77]},{"name":"UBLOCK_ARABIC_PRESENTATION_FORMS_B","features":[77]},{"name":"UBLOCK_ARABIC_SUPPLEMENT","features":[77]},{"name":"UBLOCK_ARMENIAN","features":[77]},{"name":"UBLOCK_ARROWS","features":[77]},{"name":"UBLOCK_AVESTAN","features":[77]},{"name":"UBLOCK_BALINESE","features":[77]},{"name":"UBLOCK_BAMUM","features":[77]},{"name":"UBLOCK_BAMUM_SUPPLEMENT","features":[77]},{"name":"UBLOCK_BASIC_LATIN","features":[77]},{"name":"UBLOCK_BASSA_VAH","features":[77]},{"name":"UBLOCK_BATAK","features":[77]},{"name":"UBLOCK_BENGALI","features":[77]},{"name":"UBLOCK_BHAIKSUKI","features":[77]},{"name":"UBLOCK_BLOCK_ELEMENTS","features":[77]},{"name":"UBLOCK_BOPOMOFO","features":[77]},{"name":"UBLOCK_BOPOMOFO_EXTENDED","features":[77]},{"name":"UBLOCK_BOX_DRAWING","features":[77]},{"name":"UBLOCK_BRAHMI","features":[77]},{"name":"UBLOCK_BRAILLE_PATTERNS","features":[77]},{"name":"UBLOCK_BUGINESE","features":[77]},{"name":"UBLOCK_BUHID","features":[77]},{"name":"UBLOCK_BYZANTINE_MUSICAL_SYMBOLS","features":[77]},{"name":"UBLOCK_CARIAN","features":[77]},{"name":"UBLOCK_CAUCASIAN_ALBANIAN","features":[77]},{"name":"UBLOCK_CHAKMA","features":[77]},{"name":"UBLOCK_CHAM","features":[77]},{"name":"UBLOCK_CHEROKEE","features":[77]},{"name":"UBLOCK_CHEROKEE_SUPPLEMENT","features":[77]},{"name":"UBLOCK_CHESS_SYMBOLS","features":[77]},{"name":"UBLOCK_CHORASMIAN","features":[77]},{"name":"UBLOCK_CJK_COMPATIBILITY","features":[77]},{"name":"UBLOCK_CJK_COMPATIBILITY_FORMS","features":[77]},{"name":"UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS","features":[77]},{"name":"UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT","features":[77]},{"name":"UBLOCK_CJK_RADICALS_SUPPLEMENT","features":[77]},{"name":"UBLOCK_CJK_STROKES","features":[77]},{"name":"UBLOCK_CJK_SYMBOLS_AND_PUNCTUATION","features":[77]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS","features":[77]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A","features":[77]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B","features":[77]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C","features":[77]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D","features":[77]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E","features":[77]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F","features":[77]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G","features":[77]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS","features":[77]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS_EXTENDED","features":[77]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT","features":[77]},{"name":"UBLOCK_COMBINING_HALF_MARKS","features":[77]},{"name":"UBLOCK_COMBINING_MARKS_FOR_SYMBOLS","features":[77]},{"name":"UBLOCK_COMMON_INDIC_NUMBER_FORMS","features":[77]},{"name":"UBLOCK_CONTROL_PICTURES","features":[77]},{"name":"UBLOCK_COPTIC","features":[77]},{"name":"UBLOCK_COPTIC_EPACT_NUMBERS","features":[77]},{"name":"UBLOCK_COUNTING_ROD_NUMERALS","features":[77]},{"name":"UBLOCK_CUNEIFORM","features":[77]},{"name":"UBLOCK_CUNEIFORM_NUMBERS_AND_PUNCTUATION","features":[77]},{"name":"UBLOCK_CURRENCY_SYMBOLS","features":[77]},{"name":"UBLOCK_CYPRIOT_SYLLABARY","features":[77]},{"name":"UBLOCK_CYRILLIC","features":[77]},{"name":"UBLOCK_CYRILLIC_EXTENDED_A","features":[77]},{"name":"UBLOCK_CYRILLIC_EXTENDED_B","features":[77]},{"name":"UBLOCK_CYRILLIC_EXTENDED_C","features":[77]},{"name":"UBLOCK_CYRILLIC_SUPPLEMENT","features":[77]},{"name":"UBLOCK_CYRILLIC_SUPPLEMENTARY","features":[77]},{"name":"UBLOCK_DESERET","features":[77]},{"name":"UBLOCK_DEVANAGARI","features":[77]},{"name":"UBLOCK_DEVANAGARI_EXTENDED","features":[77]},{"name":"UBLOCK_DINGBATS","features":[77]},{"name":"UBLOCK_DIVES_AKURU","features":[77]},{"name":"UBLOCK_DOGRA","features":[77]},{"name":"UBLOCK_DOMINO_TILES","features":[77]},{"name":"UBLOCK_DUPLOYAN","features":[77]},{"name":"UBLOCK_EARLY_DYNASTIC_CUNEIFORM","features":[77]},{"name":"UBLOCK_EGYPTIAN_HIEROGLYPHS","features":[77]},{"name":"UBLOCK_EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS","features":[77]},{"name":"UBLOCK_ELBASAN","features":[77]},{"name":"UBLOCK_ELYMAIC","features":[77]},{"name":"UBLOCK_EMOTICONS","features":[77]},{"name":"UBLOCK_ENCLOSED_ALPHANUMERICS","features":[77]},{"name":"UBLOCK_ENCLOSED_ALPHANUMERIC_SUPPLEMENT","features":[77]},{"name":"UBLOCK_ENCLOSED_CJK_LETTERS_AND_MONTHS","features":[77]},{"name":"UBLOCK_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT","features":[77]},{"name":"UBLOCK_ETHIOPIC","features":[77]},{"name":"UBLOCK_ETHIOPIC_EXTENDED","features":[77]},{"name":"UBLOCK_ETHIOPIC_EXTENDED_A","features":[77]},{"name":"UBLOCK_ETHIOPIC_SUPPLEMENT","features":[77]},{"name":"UBLOCK_GENERAL_PUNCTUATION","features":[77]},{"name":"UBLOCK_GEOMETRIC_SHAPES","features":[77]},{"name":"UBLOCK_GEOMETRIC_SHAPES_EXTENDED","features":[77]},{"name":"UBLOCK_GEORGIAN","features":[77]},{"name":"UBLOCK_GEORGIAN_EXTENDED","features":[77]},{"name":"UBLOCK_GEORGIAN_SUPPLEMENT","features":[77]},{"name":"UBLOCK_GLAGOLITIC","features":[77]},{"name":"UBLOCK_GLAGOLITIC_SUPPLEMENT","features":[77]},{"name":"UBLOCK_GOTHIC","features":[77]},{"name":"UBLOCK_GRANTHA","features":[77]},{"name":"UBLOCK_GREEK","features":[77]},{"name":"UBLOCK_GREEK_EXTENDED","features":[77]},{"name":"UBLOCK_GUJARATI","features":[77]},{"name":"UBLOCK_GUNJALA_GONDI","features":[77]},{"name":"UBLOCK_GURMUKHI","features":[77]},{"name":"UBLOCK_HALFWIDTH_AND_FULLWIDTH_FORMS","features":[77]},{"name":"UBLOCK_HANGUL_COMPATIBILITY_JAMO","features":[77]},{"name":"UBLOCK_HANGUL_JAMO","features":[77]},{"name":"UBLOCK_HANGUL_JAMO_EXTENDED_A","features":[77]},{"name":"UBLOCK_HANGUL_JAMO_EXTENDED_B","features":[77]},{"name":"UBLOCK_HANGUL_SYLLABLES","features":[77]},{"name":"UBLOCK_HANIFI_ROHINGYA","features":[77]},{"name":"UBLOCK_HANUNOO","features":[77]},{"name":"UBLOCK_HATRAN","features":[77]},{"name":"UBLOCK_HEBREW","features":[77]},{"name":"UBLOCK_HIGH_PRIVATE_USE_SURROGATES","features":[77]},{"name":"UBLOCK_HIGH_SURROGATES","features":[77]},{"name":"UBLOCK_HIRAGANA","features":[77]},{"name":"UBLOCK_IDEOGRAPHIC_DESCRIPTION_CHARACTERS","features":[77]},{"name":"UBLOCK_IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION","features":[77]},{"name":"UBLOCK_IMPERIAL_ARAMAIC","features":[77]},{"name":"UBLOCK_INDIC_SIYAQ_NUMBERS","features":[77]},{"name":"UBLOCK_INSCRIPTIONAL_PAHLAVI","features":[77]},{"name":"UBLOCK_INSCRIPTIONAL_PARTHIAN","features":[77]},{"name":"UBLOCK_INVALID_CODE","features":[77]},{"name":"UBLOCK_IPA_EXTENSIONS","features":[77]},{"name":"UBLOCK_JAVANESE","features":[77]},{"name":"UBLOCK_KAITHI","features":[77]},{"name":"UBLOCK_KANA_EXTENDED_A","features":[77]},{"name":"UBLOCK_KANA_SUPPLEMENT","features":[77]},{"name":"UBLOCK_KANBUN","features":[77]},{"name":"UBLOCK_KANGXI_RADICALS","features":[77]},{"name":"UBLOCK_KANNADA","features":[77]},{"name":"UBLOCK_KATAKANA","features":[77]},{"name":"UBLOCK_KATAKANA_PHONETIC_EXTENSIONS","features":[77]},{"name":"UBLOCK_KAYAH_LI","features":[77]},{"name":"UBLOCK_KHAROSHTHI","features":[77]},{"name":"UBLOCK_KHITAN_SMALL_SCRIPT","features":[77]},{"name":"UBLOCK_KHMER","features":[77]},{"name":"UBLOCK_KHMER_SYMBOLS","features":[77]},{"name":"UBLOCK_KHOJKI","features":[77]},{"name":"UBLOCK_KHUDAWADI","features":[77]},{"name":"UBLOCK_LAO","features":[77]},{"name":"UBLOCK_LATIN_1_SUPPLEMENT","features":[77]},{"name":"UBLOCK_LATIN_EXTENDED_A","features":[77]},{"name":"UBLOCK_LATIN_EXTENDED_ADDITIONAL","features":[77]},{"name":"UBLOCK_LATIN_EXTENDED_B","features":[77]},{"name":"UBLOCK_LATIN_EXTENDED_C","features":[77]},{"name":"UBLOCK_LATIN_EXTENDED_D","features":[77]},{"name":"UBLOCK_LATIN_EXTENDED_E","features":[77]},{"name":"UBLOCK_LEPCHA","features":[77]},{"name":"UBLOCK_LETTERLIKE_SYMBOLS","features":[77]},{"name":"UBLOCK_LIMBU","features":[77]},{"name":"UBLOCK_LINEAR_A","features":[77]},{"name":"UBLOCK_LINEAR_B_IDEOGRAMS","features":[77]},{"name":"UBLOCK_LINEAR_B_SYLLABARY","features":[77]},{"name":"UBLOCK_LISU","features":[77]},{"name":"UBLOCK_LISU_SUPPLEMENT","features":[77]},{"name":"UBLOCK_LOW_SURROGATES","features":[77]},{"name":"UBLOCK_LYCIAN","features":[77]},{"name":"UBLOCK_LYDIAN","features":[77]},{"name":"UBLOCK_MAHAJANI","features":[77]},{"name":"UBLOCK_MAHJONG_TILES","features":[77]},{"name":"UBLOCK_MAKASAR","features":[77]},{"name":"UBLOCK_MALAYALAM","features":[77]},{"name":"UBLOCK_MANDAIC","features":[77]},{"name":"UBLOCK_MANICHAEAN","features":[77]},{"name":"UBLOCK_MARCHEN","features":[77]},{"name":"UBLOCK_MASARAM_GONDI","features":[77]},{"name":"UBLOCK_MATHEMATICAL_ALPHANUMERIC_SYMBOLS","features":[77]},{"name":"UBLOCK_MATHEMATICAL_OPERATORS","features":[77]},{"name":"UBLOCK_MAYAN_NUMERALS","features":[77]},{"name":"UBLOCK_MEDEFAIDRIN","features":[77]},{"name":"UBLOCK_MEETEI_MAYEK","features":[77]},{"name":"UBLOCK_MEETEI_MAYEK_EXTENSIONS","features":[77]},{"name":"UBLOCK_MENDE_KIKAKUI","features":[77]},{"name":"UBLOCK_MEROITIC_CURSIVE","features":[77]},{"name":"UBLOCK_MEROITIC_HIEROGLYPHS","features":[77]},{"name":"UBLOCK_MIAO","features":[77]},{"name":"UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A","features":[77]},{"name":"UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B","features":[77]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS","features":[77]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS_AND_ARROWS","features":[77]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS","features":[77]},{"name":"UBLOCK_MISCELLANEOUS_TECHNICAL","features":[77]},{"name":"UBLOCK_MODI","features":[77]},{"name":"UBLOCK_MODIFIER_TONE_LETTERS","features":[77]},{"name":"UBLOCK_MONGOLIAN","features":[77]},{"name":"UBLOCK_MONGOLIAN_SUPPLEMENT","features":[77]},{"name":"UBLOCK_MRO","features":[77]},{"name":"UBLOCK_MULTANI","features":[77]},{"name":"UBLOCK_MUSICAL_SYMBOLS","features":[77]},{"name":"UBLOCK_MYANMAR","features":[77]},{"name":"UBLOCK_MYANMAR_EXTENDED_A","features":[77]},{"name":"UBLOCK_MYANMAR_EXTENDED_B","features":[77]},{"name":"UBLOCK_NABATAEAN","features":[77]},{"name":"UBLOCK_NANDINAGARI","features":[77]},{"name":"UBLOCK_NEWA","features":[77]},{"name":"UBLOCK_NEW_TAI_LUE","features":[77]},{"name":"UBLOCK_NKO","features":[77]},{"name":"UBLOCK_NO_BLOCK","features":[77]},{"name":"UBLOCK_NUMBER_FORMS","features":[77]},{"name":"UBLOCK_NUSHU","features":[77]},{"name":"UBLOCK_NYIAKENG_PUACHUE_HMONG","features":[77]},{"name":"UBLOCK_OGHAM","features":[77]},{"name":"UBLOCK_OLD_HUNGARIAN","features":[77]},{"name":"UBLOCK_OLD_ITALIC","features":[77]},{"name":"UBLOCK_OLD_NORTH_ARABIAN","features":[77]},{"name":"UBLOCK_OLD_PERMIC","features":[77]},{"name":"UBLOCK_OLD_PERSIAN","features":[77]},{"name":"UBLOCK_OLD_SOGDIAN","features":[77]},{"name":"UBLOCK_OLD_SOUTH_ARABIAN","features":[77]},{"name":"UBLOCK_OLD_TURKIC","features":[77]},{"name":"UBLOCK_OL_CHIKI","features":[77]},{"name":"UBLOCK_OPTICAL_CHARACTER_RECOGNITION","features":[77]},{"name":"UBLOCK_ORIYA","features":[77]},{"name":"UBLOCK_ORNAMENTAL_DINGBATS","features":[77]},{"name":"UBLOCK_OSAGE","features":[77]},{"name":"UBLOCK_OSMANYA","features":[77]},{"name":"UBLOCK_OTTOMAN_SIYAQ_NUMBERS","features":[77]},{"name":"UBLOCK_PAHAWH_HMONG","features":[77]},{"name":"UBLOCK_PALMYRENE","features":[77]},{"name":"UBLOCK_PAU_CIN_HAU","features":[77]},{"name":"UBLOCK_PHAGS_PA","features":[77]},{"name":"UBLOCK_PHAISTOS_DISC","features":[77]},{"name":"UBLOCK_PHOENICIAN","features":[77]},{"name":"UBLOCK_PHONETIC_EXTENSIONS","features":[77]},{"name":"UBLOCK_PHONETIC_EXTENSIONS_SUPPLEMENT","features":[77]},{"name":"UBLOCK_PLAYING_CARDS","features":[77]},{"name":"UBLOCK_PRIVATE_USE","features":[77]},{"name":"UBLOCK_PRIVATE_USE_AREA","features":[77]},{"name":"UBLOCK_PSALTER_PAHLAVI","features":[77]},{"name":"UBLOCK_REJANG","features":[77]},{"name":"UBLOCK_RUMI_NUMERAL_SYMBOLS","features":[77]},{"name":"UBLOCK_RUNIC","features":[77]},{"name":"UBLOCK_SAMARITAN","features":[77]},{"name":"UBLOCK_SAURASHTRA","features":[77]},{"name":"UBLOCK_SHARADA","features":[77]},{"name":"UBLOCK_SHAVIAN","features":[77]},{"name":"UBLOCK_SHORTHAND_FORMAT_CONTROLS","features":[77]},{"name":"UBLOCK_SIDDHAM","features":[77]},{"name":"UBLOCK_SINHALA","features":[77]},{"name":"UBLOCK_SINHALA_ARCHAIC_NUMBERS","features":[77]},{"name":"UBLOCK_SMALL_FORM_VARIANTS","features":[77]},{"name":"UBLOCK_SMALL_KANA_EXTENSION","features":[77]},{"name":"UBLOCK_SOGDIAN","features":[77]},{"name":"UBLOCK_SORA_SOMPENG","features":[77]},{"name":"UBLOCK_SOYOMBO","features":[77]},{"name":"UBLOCK_SPACING_MODIFIER_LETTERS","features":[77]},{"name":"UBLOCK_SPECIALS","features":[77]},{"name":"UBLOCK_SUNDANESE","features":[77]},{"name":"UBLOCK_SUNDANESE_SUPPLEMENT","features":[77]},{"name":"UBLOCK_SUPERSCRIPTS_AND_SUBSCRIPTS","features":[77]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_A","features":[77]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_B","features":[77]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_C","features":[77]},{"name":"UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS","features":[77]},{"name":"UBLOCK_SUPPLEMENTAL_PUNCTUATION","features":[77]},{"name":"UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS","features":[77]},{"name":"UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_A","features":[77]},{"name":"UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_B","features":[77]},{"name":"UBLOCK_SUTTON_SIGNWRITING","features":[77]},{"name":"UBLOCK_SYLOTI_NAGRI","features":[77]},{"name":"UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A","features":[77]},{"name":"UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING","features":[77]},{"name":"UBLOCK_SYRIAC","features":[77]},{"name":"UBLOCK_SYRIAC_SUPPLEMENT","features":[77]},{"name":"UBLOCK_TAGALOG","features":[77]},{"name":"UBLOCK_TAGBANWA","features":[77]},{"name":"UBLOCK_TAGS","features":[77]},{"name":"UBLOCK_TAI_LE","features":[77]},{"name":"UBLOCK_TAI_THAM","features":[77]},{"name":"UBLOCK_TAI_VIET","features":[77]},{"name":"UBLOCK_TAI_XUAN_JING_SYMBOLS","features":[77]},{"name":"UBLOCK_TAKRI","features":[77]},{"name":"UBLOCK_TAMIL","features":[77]},{"name":"UBLOCK_TAMIL_SUPPLEMENT","features":[77]},{"name":"UBLOCK_TANGUT","features":[77]},{"name":"UBLOCK_TANGUT_COMPONENTS","features":[77]},{"name":"UBLOCK_TANGUT_SUPPLEMENT","features":[77]},{"name":"UBLOCK_TELUGU","features":[77]},{"name":"UBLOCK_THAANA","features":[77]},{"name":"UBLOCK_THAI","features":[77]},{"name":"UBLOCK_TIBETAN","features":[77]},{"name":"UBLOCK_TIFINAGH","features":[77]},{"name":"UBLOCK_TIRHUTA","features":[77]},{"name":"UBLOCK_TRANSPORT_AND_MAP_SYMBOLS","features":[77]},{"name":"UBLOCK_UGARITIC","features":[77]},{"name":"UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS","features":[77]},{"name":"UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED","features":[77]},{"name":"UBLOCK_VAI","features":[77]},{"name":"UBLOCK_VARIATION_SELECTORS","features":[77]},{"name":"UBLOCK_VARIATION_SELECTORS_SUPPLEMENT","features":[77]},{"name":"UBLOCK_VEDIC_EXTENSIONS","features":[77]},{"name":"UBLOCK_VERTICAL_FORMS","features":[77]},{"name":"UBLOCK_WANCHO","features":[77]},{"name":"UBLOCK_WARANG_CITI","features":[77]},{"name":"UBLOCK_YEZIDI","features":[77]},{"name":"UBLOCK_YIJING_HEXAGRAM_SYMBOLS","features":[77]},{"name":"UBLOCK_YI_RADICALS","features":[77]},{"name":"UBLOCK_YI_SYLLABLES","features":[77]},{"name":"UBLOCK_ZANABAZAR_SQUARE","features":[77]},{"name":"UBRK_CHARACTER","features":[77]},{"name":"UBRK_LINE","features":[77]},{"name":"UBRK_LINE_HARD","features":[77]},{"name":"UBRK_LINE_HARD_LIMIT","features":[77]},{"name":"UBRK_LINE_SOFT","features":[77]},{"name":"UBRK_LINE_SOFT_LIMIT","features":[77]},{"name":"UBRK_SENTENCE","features":[77]},{"name":"UBRK_SENTENCE_SEP","features":[77]},{"name":"UBRK_SENTENCE_SEP_LIMIT","features":[77]},{"name":"UBRK_SENTENCE_TERM","features":[77]},{"name":"UBRK_SENTENCE_TERM_LIMIT","features":[77]},{"name":"UBRK_WORD","features":[77]},{"name":"UBRK_WORD_IDEO","features":[77]},{"name":"UBRK_WORD_IDEO_LIMIT","features":[77]},{"name":"UBRK_WORD_KANA","features":[77]},{"name":"UBRK_WORD_KANA_LIMIT","features":[77]},{"name":"UBRK_WORD_LETTER","features":[77]},{"name":"UBRK_WORD_LETTER_LIMIT","features":[77]},{"name":"UBRK_WORD_NONE","features":[77]},{"name":"UBRK_WORD_NONE_LIMIT","features":[77]},{"name":"UBRK_WORD_NUMBER","features":[77]},{"name":"UBRK_WORD_NUMBER_LIMIT","features":[77]},{"name":"UBiDi","features":[77]},{"name":"UBiDiClassCallback","features":[77]},{"name":"UBiDiDirection","features":[77]},{"name":"UBiDiMirroring","features":[77]},{"name":"UBiDiOrder","features":[77]},{"name":"UBiDiReorderingMode","features":[77]},{"name":"UBiDiReorderingOption","features":[77]},{"name":"UBiDiTransform","features":[77]},{"name":"UBidiPairedBracketType","features":[77]},{"name":"UBlockCode","features":[77]},{"name":"UBreakIterator","features":[77]},{"name":"UBreakIteratorType","features":[77]},{"name":"UCAL_ACTUAL_MAXIMUM","features":[77]},{"name":"UCAL_ACTUAL_MINIMUM","features":[77]},{"name":"UCAL_AM","features":[77]},{"name":"UCAL_AM_PM","features":[77]},{"name":"UCAL_APRIL","features":[77]},{"name":"UCAL_AUGUST","features":[77]},{"name":"UCAL_DATE","features":[77]},{"name":"UCAL_DAY_OF_MONTH","features":[77]},{"name":"UCAL_DAY_OF_WEEK","features":[77]},{"name":"UCAL_DAY_OF_WEEK_IN_MONTH","features":[77]},{"name":"UCAL_DAY_OF_YEAR","features":[77]},{"name":"UCAL_DECEMBER","features":[77]},{"name":"UCAL_DEFAULT","features":[77]},{"name":"UCAL_DOW_LOCAL","features":[77]},{"name":"UCAL_DST","features":[77]},{"name":"UCAL_DST_OFFSET","features":[77]},{"name":"UCAL_ERA","features":[77]},{"name":"UCAL_EXTENDED_YEAR","features":[77]},{"name":"UCAL_FEBRUARY","features":[77]},{"name":"UCAL_FIELD_COUNT","features":[77]},{"name":"UCAL_FIRST_DAY_OF_WEEK","features":[77]},{"name":"UCAL_FRIDAY","features":[77]},{"name":"UCAL_GREATEST_MINIMUM","features":[77]},{"name":"UCAL_GREGORIAN","features":[77]},{"name":"UCAL_HOUR","features":[77]},{"name":"UCAL_HOUR_OF_DAY","features":[77]},{"name":"UCAL_IS_LEAP_MONTH","features":[77]},{"name":"UCAL_JANUARY","features":[77]},{"name":"UCAL_JULIAN_DAY","features":[77]},{"name":"UCAL_JULY","features":[77]},{"name":"UCAL_JUNE","features":[77]},{"name":"UCAL_LEAST_MAXIMUM","features":[77]},{"name":"UCAL_LENIENT","features":[77]},{"name":"UCAL_MARCH","features":[77]},{"name":"UCAL_MAXIMUM","features":[77]},{"name":"UCAL_MAY","features":[77]},{"name":"UCAL_MILLISECOND","features":[77]},{"name":"UCAL_MILLISECONDS_IN_DAY","features":[77]},{"name":"UCAL_MINIMAL_DAYS_IN_FIRST_WEEK","features":[77]},{"name":"UCAL_MINIMUM","features":[77]},{"name":"UCAL_MINUTE","features":[77]},{"name":"UCAL_MONDAY","features":[77]},{"name":"UCAL_MONTH","features":[77]},{"name":"UCAL_NOVEMBER","features":[77]},{"name":"UCAL_OCTOBER","features":[77]},{"name":"UCAL_PM","features":[77]},{"name":"UCAL_REPEATED_WALL_TIME","features":[77]},{"name":"UCAL_SATURDAY","features":[77]},{"name":"UCAL_SECOND","features":[77]},{"name":"UCAL_SEPTEMBER","features":[77]},{"name":"UCAL_SHORT_DST","features":[77]},{"name":"UCAL_SHORT_STANDARD","features":[77]},{"name":"UCAL_SKIPPED_WALL_TIME","features":[77]},{"name":"UCAL_STANDARD","features":[77]},{"name":"UCAL_SUNDAY","features":[77]},{"name":"UCAL_THURSDAY","features":[77]},{"name":"UCAL_TRADITIONAL","features":[77]},{"name":"UCAL_TUESDAY","features":[77]},{"name":"UCAL_TZ_TRANSITION_NEXT","features":[77]},{"name":"UCAL_TZ_TRANSITION_NEXT_INCLUSIVE","features":[77]},{"name":"UCAL_TZ_TRANSITION_PREVIOUS","features":[77]},{"name":"UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE","features":[77]},{"name":"UCAL_UNDECIMBER","features":[77]},{"name":"UCAL_UNKNOWN_ZONE_ID","features":[77]},{"name":"UCAL_WALLTIME_FIRST","features":[77]},{"name":"UCAL_WALLTIME_LAST","features":[77]},{"name":"UCAL_WALLTIME_NEXT_VALID","features":[77]},{"name":"UCAL_WEDNESDAY","features":[77]},{"name":"UCAL_WEEKDAY","features":[77]},{"name":"UCAL_WEEKEND","features":[77]},{"name":"UCAL_WEEKEND_CEASE","features":[77]},{"name":"UCAL_WEEKEND_ONSET","features":[77]},{"name":"UCAL_WEEK_OF_MONTH","features":[77]},{"name":"UCAL_WEEK_OF_YEAR","features":[77]},{"name":"UCAL_YEAR","features":[77]},{"name":"UCAL_YEAR_WOY","features":[77]},{"name":"UCAL_ZONE_OFFSET","features":[77]},{"name":"UCAL_ZONE_TYPE_ANY","features":[77]},{"name":"UCAL_ZONE_TYPE_CANONICAL","features":[77]},{"name":"UCAL_ZONE_TYPE_CANONICAL_LOCATION","features":[77]},{"name":"UCHAR_AGE","features":[77]},{"name":"UCHAR_ALPHABETIC","features":[77]},{"name":"UCHAR_ASCII_HEX_DIGIT","features":[77]},{"name":"UCHAR_BIDI_CLASS","features":[77]},{"name":"UCHAR_BIDI_CONTROL","features":[77]},{"name":"UCHAR_BIDI_MIRRORED","features":[77]},{"name":"UCHAR_BIDI_MIRRORING_GLYPH","features":[77]},{"name":"UCHAR_BIDI_PAIRED_BRACKET","features":[77]},{"name":"UCHAR_BIDI_PAIRED_BRACKET_TYPE","features":[77]},{"name":"UCHAR_BINARY_START","features":[77]},{"name":"UCHAR_BLOCK","features":[77]},{"name":"UCHAR_CANONICAL_COMBINING_CLASS","features":[77]},{"name":"UCHAR_CASED","features":[77]},{"name":"UCHAR_CASE_FOLDING","features":[77]},{"name":"UCHAR_CASE_IGNORABLE","features":[77]},{"name":"UCHAR_CASE_SENSITIVE","features":[77]},{"name":"UCHAR_CHANGES_WHEN_CASEFOLDED","features":[77]},{"name":"UCHAR_CHANGES_WHEN_CASEMAPPED","features":[77]},{"name":"UCHAR_CHANGES_WHEN_LOWERCASED","features":[77]},{"name":"UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED","features":[77]},{"name":"UCHAR_CHANGES_WHEN_TITLECASED","features":[77]},{"name":"UCHAR_CHANGES_WHEN_UPPERCASED","features":[77]},{"name":"UCHAR_DASH","features":[77]},{"name":"UCHAR_DECOMPOSITION_TYPE","features":[77]},{"name":"UCHAR_DEFAULT_IGNORABLE_CODE_POINT","features":[77]},{"name":"UCHAR_DEPRECATED","features":[77]},{"name":"UCHAR_DIACRITIC","features":[77]},{"name":"UCHAR_DOUBLE_START","features":[77]},{"name":"UCHAR_EAST_ASIAN_WIDTH","features":[77]},{"name":"UCHAR_EMOJI","features":[77]},{"name":"UCHAR_EMOJI_COMPONENT","features":[77]},{"name":"UCHAR_EMOJI_MODIFIER","features":[77]},{"name":"UCHAR_EMOJI_MODIFIER_BASE","features":[77]},{"name":"UCHAR_EMOJI_PRESENTATION","features":[77]},{"name":"UCHAR_EXTENDED_PICTOGRAPHIC","features":[77]},{"name":"UCHAR_EXTENDER","features":[77]},{"name":"UCHAR_FULL_COMPOSITION_EXCLUSION","features":[77]},{"name":"UCHAR_GENERAL_CATEGORY","features":[77]},{"name":"UCHAR_GENERAL_CATEGORY_MASK","features":[77]},{"name":"UCHAR_GRAPHEME_BASE","features":[77]},{"name":"UCHAR_GRAPHEME_CLUSTER_BREAK","features":[77]},{"name":"UCHAR_GRAPHEME_EXTEND","features":[77]},{"name":"UCHAR_GRAPHEME_LINK","features":[77]},{"name":"UCHAR_HANGUL_SYLLABLE_TYPE","features":[77]},{"name":"UCHAR_HEX_DIGIT","features":[77]},{"name":"UCHAR_HYPHEN","features":[77]},{"name":"UCHAR_IDEOGRAPHIC","features":[77]},{"name":"UCHAR_IDS_BINARY_OPERATOR","features":[77]},{"name":"UCHAR_IDS_TRINARY_OPERATOR","features":[77]},{"name":"UCHAR_ID_CONTINUE","features":[77]},{"name":"UCHAR_ID_START","features":[77]},{"name":"UCHAR_INDIC_POSITIONAL_CATEGORY","features":[77]},{"name":"UCHAR_INDIC_SYLLABIC_CATEGORY","features":[77]},{"name":"UCHAR_INT_START","features":[77]},{"name":"UCHAR_INVALID_CODE","features":[77]},{"name":"UCHAR_JOINING_GROUP","features":[77]},{"name":"UCHAR_JOINING_TYPE","features":[77]},{"name":"UCHAR_JOIN_CONTROL","features":[77]},{"name":"UCHAR_LEAD_CANONICAL_COMBINING_CLASS","features":[77]},{"name":"UCHAR_LINE_BREAK","features":[77]},{"name":"UCHAR_LOGICAL_ORDER_EXCEPTION","features":[77]},{"name":"UCHAR_LOWERCASE","features":[77]},{"name":"UCHAR_LOWERCASE_MAPPING","features":[77]},{"name":"UCHAR_MASK_START","features":[77]},{"name":"UCHAR_MATH","features":[77]},{"name":"UCHAR_MAX_VALUE","features":[77]},{"name":"UCHAR_MIN_VALUE","features":[77]},{"name":"UCHAR_NAME","features":[77]},{"name":"UCHAR_NFC_INERT","features":[77]},{"name":"UCHAR_NFC_QUICK_CHECK","features":[77]},{"name":"UCHAR_NFD_INERT","features":[77]},{"name":"UCHAR_NFD_QUICK_CHECK","features":[77]},{"name":"UCHAR_NFKC_INERT","features":[77]},{"name":"UCHAR_NFKC_QUICK_CHECK","features":[77]},{"name":"UCHAR_NFKD_INERT","features":[77]},{"name":"UCHAR_NFKD_QUICK_CHECK","features":[77]},{"name":"UCHAR_NONCHARACTER_CODE_POINT","features":[77]},{"name":"UCHAR_NUMERIC_TYPE","features":[77]},{"name":"UCHAR_NUMERIC_VALUE","features":[77]},{"name":"UCHAR_OTHER_PROPERTY_START","features":[77]},{"name":"UCHAR_PATTERN_SYNTAX","features":[77]},{"name":"UCHAR_PATTERN_WHITE_SPACE","features":[77]},{"name":"UCHAR_POSIX_ALNUM","features":[77]},{"name":"UCHAR_POSIX_BLANK","features":[77]},{"name":"UCHAR_POSIX_GRAPH","features":[77]},{"name":"UCHAR_POSIX_PRINT","features":[77]},{"name":"UCHAR_POSIX_XDIGIT","features":[77]},{"name":"UCHAR_PREPENDED_CONCATENATION_MARK","features":[77]},{"name":"UCHAR_QUOTATION_MARK","features":[77]},{"name":"UCHAR_RADICAL","features":[77]},{"name":"UCHAR_REGIONAL_INDICATOR","features":[77]},{"name":"UCHAR_SCRIPT","features":[77]},{"name":"UCHAR_SCRIPT_EXTENSIONS","features":[77]},{"name":"UCHAR_SEGMENT_STARTER","features":[77]},{"name":"UCHAR_SENTENCE_BREAK","features":[77]},{"name":"UCHAR_SIMPLE_CASE_FOLDING","features":[77]},{"name":"UCHAR_SIMPLE_LOWERCASE_MAPPING","features":[77]},{"name":"UCHAR_SIMPLE_TITLECASE_MAPPING","features":[77]},{"name":"UCHAR_SIMPLE_UPPERCASE_MAPPING","features":[77]},{"name":"UCHAR_SOFT_DOTTED","features":[77]},{"name":"UCHAR_STRING_START","features":[77]},{"name":"UCHAR_S_TERM","features":[77]},{"name":"UCHAR_TERMINAL_PUNCTUATION","features":[77]},{"name":"UCHAR_TITLECASE_MAPPING","features":[77]},{"name":"UCHAR_TRAIL_CANONICAL_COMBINING_CLASS","features":[77]},{"name":"UCHAR_UNIFIED_IDEOGRAPH","features":[77]},{"name":"UCHAR_UPPERCASE","features":[77]},{"name":"UCHAR_UPPERCASE_MAPPING","features":[77]},{"name":"UCHAR_VARIATION_SELECTOR","features":[77]},{"name":"UCHAR_VERTICAL_ORIENTATION","features":[77]},{"name":"UCHAR_WHITE_SPACE","features":[77]},{"name":"UCHAR_WORD_BREAK","features":[77]},{"name":"UCHAR_XID_CONTINUE","features":[77]},{"name":"UCHAR_XID_START","features":[77]},{"name":"UCLN_NO_AUTO_CLEANUP","features":[77]},{"name":"UCNV_BOCU1","features":[77]},{"name":"UCNV_CESU8","features":[77]},{"name":"UCNV_CLONE","features":[77]},{"name":"UCNV_CLOSE","features":[77]},{"name":"UCNV_COMPOUND_TEXT","features":[77]},{"name":"UCNV_DBCS","features":[77]},{"name":"UCNV_EBCDIC_STATEFUL","features":[77]},{"name":"UCNV_ESCAPE_C","features":[77]},{"name":"UCNV_ESCAPE_CSS2","features":[77]},{"name":"UCNV_ESCAPE_JAVA","features":[77]},{"name":"UCNV_ESCAPE_UNICODE","features":[77]},{"name":"UCNV_ESCAPE_XML_DEC","features":[77]},{"name":"UCNV_ESCAPE_XML_HEX","features":[77]},{"name":"UCNV_FROM_U_CALLBACK_ESCAPE","features":[77]},{"name":"UCNV_FROM_U_CALLBACK_SKIP","features":[77]},{"name":"UCNV_FROM_U_CALLBACK_STOP","features":[77]},{"name":"UCNV_FROM_U_CALLBACK_SUBSTITUTE","features":[77]},{"name":"UCNV_HZ","features":[77]},{"name":"UCNV_IBM","features":[77]},{"name":"UCNV_ILLEGAL","features":[77]},{"name":"UCNV_IMAP_MAILBOX","features":[77]},{"name":"UCNV_IRREGULAR","features":[77]},{"name":"UCNV_ISCII","features":[77]},{"name":"UCNV_ISO_2022","features":[77]},{"name":"UCNV_LATIN_1","features":[77]},{"name":"UCNV_LMBCS_1","features":[77]},{"name":"UCNV_LMBCS_11","features":[77]},{"name":"UCNV_LMBCS_16","features":[77]},{"name":"UCNV_LMBCS_17","features":[77]},{"name":"UCNV_LMBCS_18","features":[77]},{"name":"UCNV_LMBCS_19","features":[77]},{"name":"UCNV_LMBCS_2","features":[77]},{"name":"UCNV_LMBCS_3","features":[77]},{"name":"UCNV_LMBCS_4","features":[77]},{"name":"UCNV_LMBCS_5","features":[77]},{"name":"UCNV_LMBCS_6","features":[77]},{"name":"UCNV_LMBCS_8","features":[77]},{"name":"UCNV_LMBCS_LAST","features":[77]},{"name":"UCNV_LOCALE_OPTION_STRING","features":[77]},{"name":"UCNV_MAX_CONVERTER_NAME_LENGTH","features":[77]},{"name":"UCNV_MBCS","features":[77]},{"name":"UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES","features":[77]},{"name":"UCNV_OPTION_SEP_STRING","features":[77]},{"name":"UCNV_RESET","features":[77]},{"name":"UCNV_ROUNDTRIP_AND_FALLBACK_SET","features":[77]},{"name":"UCNV_ROUNDTRIP_SET","features":[77]},{"name":"UCNV_SBCS","features":[77]},{"name":"UCNV_SCSU","features":[77]},{"name":"UCNV_SI","features":[77]},{"name":"UCNV_SKIP_STOP_ON_ILLEGAL","features":[77]},{"name":"UCNV_SO","features":[77]},{"name":"UCNV_SUB_STOP_ON_ILLEGAL","features":[77]},{"name":"UCNV_SWAP_LFNL_OPTION_STRING","features":[77]},{"name":"UCNV_TO_U_CALLBACK_ESCAPE","features":[77]},{"name":"UCNV_TO_U_CALLBACK_SKIP","features":[77]},{"name":"UCNV_TO_U_CALLBACK_STOP","features":[77]},{"name":"UCNV_TO_U_CALLBACK_SUBSTITUTE","features":[77]},{"name":"UCNV_UNASSIGNED","features":[77]},{"name":"UCNV_UNKNOWN","features":[77]},{"name":"UCNV_UNSUPPORTED_CONVERTER","features":[77]},{"name":"UCNV_US_ASCII","features":[77]},{"name":"UCNV_UTF16","features":[77]},{"name":"UCNV_UTF16_BigEndian","features":[77]},{"name":"UCNV_UTF16_LittleEndian","features":[77]},{"name":"UCNV_UTF32","features":[77]},{"name":"UCNV_UTF32_BigEndian","features":[77]},{"name":"UCNV_UTF32_LittleEndian","features":[77]},{"name":"UCNV_UTF7","features":[77]},{"name":"UCNV_UTF8","features":[77]},{"name":"UCNV_VALUE_SEP_STRING","features":[77]},{"name":"UCNV_VERSION_OPTION_STRING","features":[77]},{"name":"UCOL_ALTERNATE_HANDLING","features":[77]},{"name":"UCOL_ATTRIBUTE_COUNT","features":[77]},{"name":"UCOL_BOUND_LOWER","features":[77]},{"name":"UCOL_BOUND_UPPER","features":[77]},{"name":"UCOL_BOUND_UPPER_LONG","features":[77]},{"name":"UCOL_CASE_FIRST","features":[77]},{"name":"UCOL_CASE_LEVEL","features":[77]},{"name":"UCOL_CE_STRENGTH_LIMIT","features":[77]},{"name":"UCOL_DECOMPOSITION_MODE","features":[77]},{"name":"UCOL_DEFAULT","features":[77]},{"name":"UCOL_DEFAULT_STRENGTH","features":[77]},{"name":"UCOL_EQUAL","features":[77]},{"name":"UCOL_FRENCH_COLLATION","features":[77]},{"name":"UCOL_FULL_RULES","features":[77]},{"name":"UCOL_GREATER","features":[77]},{"name":"UCOL_IDENTICAL","features":[77]},{"name":"UCOL_LESS","features":[77]},{"name":"UCOL_LOWER_FIRST","features":[77]},{"name":"UCOL_NON_IGNORABLE","features":[77]},{"name":"UCOL_NORMALIZATION_MODE","features":[77]},{"name":"UCOL_NUMERIC_COLLATION","features":[77]},{"name":"UCOL_OFF","features":[77]},{"name":"UCOL_ON","features":[77]},{"name":"UCOL_PRIMARY","features":[77]},{"name":"UCOL_QUATERNARY","features":[77]},{"name":"UCOL_REORDER_CODE_CURRENCY","features":[77]},{"name":"UCOL_REORDER_CODE_DEFAULT","features":[77]},{"name":"UCOL_REORDER_CODE_DIGIT","features":[77]},{"name":"UCOL_REORDER_CODE_FIRST","features":[77]},{"name":"UCOL_REORDER_CODE_NONE","features":[77]},{"name":"UCOL_REORDER_CODE_OTHERS","features":[77]},{"name":"UCOL_REORDER_CODE_PUNCTUATION","features":[77]},{"name":"UCOL_REORDER_CODE_SPACE","features":[77]},{"name":"UCOL_REORDER_CODE_SYMBOL","features":[77]},{"name":"UCOL_SECONDARY","features":[77]},{"name":"UCOL_SHIFTED","features":[77]},{"name":"UCOL_STRENGTH","features":[77]},{"name":"UCOL_STRENGTH_LIMIT","features":[77]},{"name":"UCOL_TAILORING_ONLY","features":[77]},{"name":"UCOL_TERTIARY","features":[77]},{"name":"UCOL_UPPER_FIRST","features":[77]},{"name":"UCONFIG_ENABLE_PLUGINS","features":[77]},{"name":"UCONFIG_FORMAT_FASTPATHS_49","features":[77]},{"name":"UCONFIG_HAVE_PARSEALLINPUT","features":[77]},{"name":"UCONFIG_NO_BREAK_ITERATION","features":[77]},{"name":"UCONFIG_NO_COLLATION","features":[77]},{"name":"UCONFIG_NO_CONVERSION","features":[77]},{"name":"UCONFIG_NO_FILE_IO","features":[77]},{"name":"UCONFIG_NO_FILTERED_BREAK_ITERATION","features":[77]},{"name":"UCONFIG_NO_FORMATTING","features":[77]},{"name":"UCONFIG_NO_IDNA","features":[77]},{"name":"UCONFIG_NO_LEGACY_CONVERSION","features":[77]},{"name":"UCONFIG_NO_NORMALIZATION","features":[77]},{"name":"UCONFIG_NO_REGULAR_EXPRESSIONS","features":[77]},{"name":"UCONFIG_NO_SERVICE","features":[77]},{"name":"UCONFIG_NO_TRANSLITERATION","features":[77]},{"name":"UCONFIG_ONLY_COLLATION","features":[77]},{"name":"UCONFIG_ONLY_HTML_CONVERSION","features":[77]},{"name":"UCPMAP_RANGE_FIXED_ALL_SURROGATES","features":[77]},{"name":"UCPMAP_RANGE_FIXED_LEAD_SURROGATES","features":[77]},{"name":"UCPMAP_RANGE_NORMAL","features":[77]},{"name":"UCPMap","features":[77]},{"name":"UCPMapRangeOption","features":[77]},{"name":"UCPMapValueFilter","features":[77]},{"name":"UCPTRIE_ERROR_VALUE_NEG_DATA_OFFSET","features":[77]},{"name":"UCPTRIE_FAST_DATA_BLOCK_LENGTH","features":[77]},{"name":"UCPTRIE_FAST_DATA_MASK","features":[77]},{"name":"UCPTRIE_FAST_SHIFT","features":[77]},{"name":"UCPTRIE_HIGH_VALUE_NEG_DATA_OFFSET","features":[77]},{"name":"UCPTRIE_SMALL_MAX","features":[77]},{"name":"UCPTRIE_TYPE_ANY","features":[77]},{"name":"UCPTRIE_TYPE_FAST","features":[77]},{"name":"UCPTRIE_TYPE_SMALL","features":[77]},{"name":"UCPTRIE_VALUE_BITS_16","features":[77]},{"name":"UCPTRIE_VALUE_BITS_32","features":[77]},{"name":"UCPTRIE_VALUE_BITS_8","features":[77]},{"name":"UCPTRIE_VALUE_BITS_ANY","features":[77]},{"name":"UCPTrie","features":[77]},{"name":"UCPTrieData","features":[77]},{"name":"UCPTrieType","features":[77]},{"name":"UCPTrieValueWidth","features":[77]},{"name":"UCURR_ALL","features":[77]},{"name":"UCURR_COMMON","features":[77]},{"name":"UCURR_DEPRECATED","features":[77]},{"name":"UCURR_LONG_NAME","features":[77]},{"name":"UCURR_NARROW_SYMBOL_NAME","features":[77]},{"name":"UCURR_NON_DEPRECATED","features":[77]},{"name":"UCURR_SYMBOL_NAME","features":[77]},{"name":"UCURR_UNCOMMON","features":[77]},{"name":"UCURR_USAGE_CASH","features":[77]},{"name":"UCURR_USAGE_STANDARD","features":[77]},{"name":"UCalendarAMPMs","features":[77]},{"name":"UCalendarAttribute","features":[77]},{"name":"UCalendarDateFields","features":[77]},{"name":"UCalendarDaysOfWeek","features":[77]},{"name":"UCalendarDisplayNameType","features":[77]},{"name":"UCalendarLimitType","features":[77]},{"name":"UCalendarMonths","features":[77]},{"name":"UCalendarType","features":[77]},{"name":"UCalendarWallTimeOption","features":[77]},{"name":"UCalendarWeekdayType","features":[77]},{"name":"UCaseMap","features":[77]},{"name":"UCharCategory","features":[77]},{"name":"UCharDirection","features":[77]},{"name":"UCharEnumTypeRange","features":[77]},{"name":"UCharIterator","features":[77]},{"name":"UCharIteratorCurrent","features":[77]},{"name":"UCharIteratorGetIndex","features":[77]},{"name":"UCharIteratorGetState","features":[77]},{"name":"UCharIteratorHasNext","features":[77]},{"name":"UCharIteratorHasPrevious","features":[77]},{"name":"UCharIteratorMove","features":[77]},{"name":"UCharIteratorNext","features":[77]},{"name":"UCharIteratorOrigin","features":[77]},{"name":"UCharIteratorPrevious","features":[77]},{"name":"UCharIteratorReserved","features":[77]},{"name":"UCharIteratorSetState","features":[77]},{"name":"UCharNameChoice","features":[77]},{"name":"UCharsetDetector","features":[77]},{"name":"UCharsetMatch","features":[77]},{"name":"UColAttribute","features":[77]},{"name":"UColAttributeValue","features":[77]},{"name":"UColBoundMode","features":[77]},{"name":"UColReorderCode","features":[77]},{"name":"UColRuleOption","features":[77]},{"name":"UCollationElements","features":[77]},{"name":"UCollationResult","features":[77]},{"name":"UCollator","features":[77]},{"name":"UConstrainedFieldPosition","features":[77]},{"name":"UConverter","features":[77]},{"name":"UConverterCallbackReason","features":[77]},{"name":"UConverterFromUCallback","features":[77]},{"name":"UConverterFromUnicodeArgs","features":[77]},{"name":"UConverterPlatform","features":[77]},{"name":"UConverterSelector","features":[77]},{"name":"UConverterToUCallback","features":[77]},{"name":"UConverterToUnicodeArgs","features":[77]},{"name":"UConverterType","features":[77]},{"name":"UConverterUnicodeSet","features":[77]},{"name":"UCurrCurrencyType","features":[77]},{"name":"UCurrNameStyle","features":[77]},{"name":"UCurrencySpacing","features":[77]},{"name":"UCurrencyUsage","features":[77]},{"name":"UDATPG_ABBREVIATED","features":[77]},{"name":"UDATPG_BASE_CONFLICT","features":[77]},{"name":"UDATPG_CONFLICT","features":[77]},{"name":"UDATPG_DAYPERIOD_FIELD","features":[77]},{"name":"UDATPG_DAY_FIELD","features":[77]},{"name":"UDATPG_DAY_OF_WEEK_IN_MONTH_FIELD","features":[77]},{"name":"UDATPG_DAY_OF_YEAR_FIELD","features":[77]},{"name":"UDATPG_ERA_FIELD","features":[77]},{"name":"UDATPG_FIELD_COUNT","features":[77]},{"name":"UDATPG_FRACTIONAL_SECOND_FIELD","features":[77]},{"name":"UDATPG_HOUR_FIELD","features":[77]},{"name":"UDATPG_MATCH_ALL_FIELDS_LENGTH","features":[77]},{"name":"UDATPG_MATCH_HOUR_FIELD_LENGTH","features":[77]},{"name":"UDATPG_MATCH_NO_OPTIONS","features":[77]},{"name":"UDATPG_MINUTE_FIELD","features":[77]},{"name":"UDATPG_MONTH_FIELD","features":[77]},{"name":"UDATPG_NARROW","features":[77]},{"name":"UDATPG_NO_CONFLICT","features":[77]},{"name":"UDATPG_QUARTER_FIELD","features":[77]},{"name":"UDATPG_SECOND_FIELD","features":[77]},{"name":"UDATPG_WEEKDAY_FIELD","features":[77]},{"name":"UDATPG_WEEK_OF_MONTH_FIELD","features":[77]},{"name":"UDATPG_WEEK_OF_YEAR_FIELD","features":[77]},{"name":"UDATPG_WIDE","features":[77]},{"name":"UDATPG_YEAR_FIELD","features":[77]},{"name":"UDATPG_ZONE_FIELD","features":[77]},{"name":"UDAT_ABBR_GENERIC_TZ","features":[77]},{"name":"UDAT_ABBR_MONTH","features":[77]},{"name":"UDAT_ABBR_MONTH_DAY","features":[77]},{"name":"UDAT_ABBR_MONTH_WEEKDAY_DAY","features":[77]},{"name":"UDAT_ABBR_QUARTER","features":[77]},{"name":"UDAT_ABBR_SPECIFIC_TZ","features":[77]},{"name":"UDAT_ABBR_UTC_TZ","features":[77]},{"name":"UDAT_ABBR_WEEKDAY","features":[77]},{"name":"UDAT_ABSOLUTE_DAY","features":[77]},{"name":"UDAT_ABSOLUTE_FRIDAY","features":[77]},{"name":"UDAT_ABSOLUTE_MONDAY","features":[77]},{"name":"UDAT_ABSOLUTE_MONTH","features":[77]},{"name":"UDAT_ABSOLUTE_NOW","features":[77]},{"name":"UDAT_ABSOLUTE_SATURDAY","features":[77]},{"name":"UDAT_ABSOLUTE_SUNDAY","features":[77]},{"name":"UDAT_ABSOLUTE_THURSDAY","features":[77]},{"name":"UDAT_ABSOLUTE_TUESDAY","features":[77]},{"name":"UDAT_ABSOLUTE_UNIT_COUNT","features":[77]},{"name":"UDAT_ABSOLUTE_WEDNESDAY","features":[77]},{"name":"UDAT_ABSOLUTE_WEEK","features":[77]},{"name":"UDAT_ABSOLUTE_YEAR","features":[77]},{"name":"UDAT_AM_PMS","features":[77]},{"name":"UDAT_AM_PM_FIELD","features":[77]},{"name":"UDAT_AM_PM_MIDNIGHT_NOON_FIELD","features":[77]},{"name":"UDAT_BOOLEAN_ATTRIBUTE_COUNT","features":[77]},{"name":"UDAT_CYCLIC_YEARS_ABBREVIATED","features":[77]},{"name":"UDAT_CYCLIC_YEARS_NARROW","features":[77]},{"name":"UDAT_CYCLIC_YEARS_WIDE","features":[77]},{"name":"UDAT_DATE_FIELD","features":[77]},{"name":"UDAT_DAY","features":[77]},{"name":"UDAT_DAY_OF_WEEK_FIELD","features":[77]},{"name":"UDAT_DAY_OF_WEEK_IN_MONTH_FIELD","features":[77]},{"name":"UDAT_DAY_OF_YEAR_FIELD","features":[77]},{"name":"UDAT_DEFAULT","features":[77]},{"name":"UDAT_DIRECTION_COUNT","features":[77]},{"name":"UDAT_DIRECTION_LAST","features":[77]},{"name":"UDAT_DIRECTION_LAST_2","features":[77]},{"name":"UDAT_DIRECTION_NEXT","features":[77]},{"name":"UDAT_DIRECTION_NEXT_2","features":[77]},{"name":"UDAT_DIRECTION_PLAIN","features":[77]},{"name":"UDAT_DIRECTION_THIS","features":[77]},{"name":"UDAT_DOW_LOCAL_FIELD","features":[77]},{"name":"UDAT_ERAS","features":[77]},{"name":"UDAT_ERA_FIELD","features":[77]},{"name":"UDAT_ERA_NAMES","features":[77]},{"name":"UDAT_EXTENDED_YEAR_FIELD","features":[77]},{"name":"UDAT_FLEXIBLE_DAY_PERIOD_FIELD","features":[77]},{"name":"UDAT_FRACTIONAL_SECOND_FIELD","features":[77]},{"name":"UDAT_FULL","features":[77]},{"name":"UDAT_FULL_RELATIVE","features":[77]},{"name":"UDAT_GENERIC_TZ","features":[77]},{"name":"UDAT_HOUR","features":[77]},{"name":"UDAT_HOUR0_FIELD","features":[77]},{"name":"UDAT_HOUR1_FIELD","features":[77]},{"name":"UDAT_HOUR24","features":[77]},{"name":"UDAT_HOUR24_MINUTE","features":[77]},{"name":"UDAT_HOUR24_MINUTE_SECOND","features":[77]},{"name":"UDAT_HOUR_MINUTE","features":[77]},{"name":"UDAT_HOUR_MINUTE_SECOND","features":[77]},{"name":"UDAT_HOUR_OF_DAY0_FIELD","features":[77]},{"name":"UDAT_HOUR_OF_DAY1_FIELD","features":[77]},{"name":"UDAT_JULIAN_DAY_FIELD","features":[77]},{"name":"UDAT_LOCALIZED_CHARS","features":[77]},{"name":"UDAT_LOCATION_TZ","features":[77]},{"name":"UDAT_LONG","features":[77]},{"name":"UDAT_LONG_RELATIVE","features":[77]},{"name":"UDAT_MEDIUM","features":[77]},{"name":"UDAT_MEDIUM_RELATIVE","features":[77]},{"name":"UDAT_MILLISECONDS_IN_DAY_FIELD","features":[77]},{"name":"UDAT_MINUTE","features":[77]},{"name":"UDAT_MINUTE_FIELD","features":[77]},{"name":"UDAT_MINUTE_SECOND","features":[77]},{"name":"UDAT_MONTH","features":[77]},{"name":"UDAT_MONTHS","features":[77]},{"name":"UDAT_MONTH_DAY","features":[77]},{"name":"UDAT_MONTH_FIELD","features":[77]},{"name":"UDAT_MONTH_WEEKDAY_DAY","features":[77]},{"name":"UDAT_NARROW_MONTHS","features":[77]},{"name":"UDAT_NARROW_WEEKDAYS","features":[77]},{"name":"UDAT_NONE","features":[77]},{"name":"UDAT_NUM_MONTH","features":[77]},{"name":"UDAT_NUM_MONTH_DAY","features":[77]},{"name":"UDAT_NUM_MONTH_WEEKDAY_DAY","features":[77]},{"name":"UDAT_PARSE_ALLOW_NUMERIC","features":[77]},{"name":"UDAT_PARSE_ALLOW_WHITESPACE","features":[77]},{"name":"UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH","features":[77]},{"name":"UDAT_PARSE_PARTIAL_LITERAL_MATCH","features":[77]},{"name":"UDAT_PATTERN","features":[77]},{"name":"UDAT_QUARTER","features":[77]},{"name":"UDAT_QUARTERS","features":[77]},{"name":"UDAT_QUARTER_FIELD","features":[77]},{"name":"UDAT_RELATIVE","features":[77]},{"name":"UDAT_RELATIVE_DAYS","features":[77]},{"name":"UDAT_RELATIVE_HOURS","features":[77]},{"name":"UDAT_RELATIVE_MINUTES","features":[77]},{"name":"UDAT_RELATIVE_MONTHS","features":[77]},{"name":"UDAT_RELATIVE_SECONDS","features":[77]},{"name":"UDAT_RELATIVE_UNIT_COUNT","features":[77]},{"name":"UDAT_RELATIVE_WEEKS","features":[77]},{"name":"UDAT_RELATIVE_YEARS","features":[77]},{"name":"UDAT_REL_LITERAL_FIELD","features":[77]},{"name":"UDAT_REL_NUMERIC_FIELD","features":[77]},{"name":"UDAT_REL_UNIT_DAY","features":[77]},{"name":"UDAT_REL_UNIT_FRIDAY","features":[77]},{"name":"UDAT_REL_UNIT_HOUR","features":[77]},{"name":"UDAT_REL_UNIT_MINUTE","features":[77]},{"name":"UDAT_REL_UNIT_MONDAY","features":[77]},{"name":"UDAT_REL_UNIT_MONTH","features":[77]},{"name":"UDAT_REL_UNIT_QUARTER","features":[77]},{"name":"UDAT_REL_UNIT_SATURDAY","features":[77]},{"name":"UDAT_REL_UNIT_SECOND","features":[77]},{"name":"UDAT_REL_UNIT_SUNDAY","features":[77]},{"name":"UDAT_REL_UNIT_THURSDAY","features":[77]},{"name":"UDAT_REL_UNIT_TUESDAY","features":[77]},{"name":"UDAT_REL_UNIT_WEDNESDAY","features":[77]},{"name":"UDAT_REL_UNIT_WEEK","features":[77]},{"name":"UDAT_REL_UNIT_YEAR","features":[77]},{"name":"UDAT_SECOND","features":[77]},{"name":"UDAT_SECOND_FIELD","features":[77]},{"name":"UDAT_SHORT","features":[77]},{"name":"UDAT_SHORTER_WEEKDAYS","features":[77]},{"name":"UDAT_SHORT_MONTHS","features":[77]},{"name":"UDAT_SHORT_QUARTERS","features":[77]},{"name":"UDAT_SHORT_RELATIVE","features":[77]},{"name":"UDAT_SHORT_WEEKDAYS","features":[77]},{"name":"UDAT_SPECIFIC_TZ","features":[77]},{"name":"UDAT_STANDALONE_DAY_FIELD","features":[77]},{"name":"UDAT_STANDALONE_MONTHS","features":[77]},{"name":"UDAT_STANDALONE_MONTH_FIELD","features":[77]},{"name":"UDAT_STANDALONE_NARROW_MONTHS","features":[77]},{"name":"UDAT_STANDALONE_NARROW_WEEKDAYS","features":[77]},{"name":"UDAT_STANDALONE_QUARTERS","features":[77]},{"name":"UDAT_STANDALONE_QUARTER_FIELD","features":[77]},{"name":"UDAT_STANDALONE_SHORTER_WEEKDAYS","features":[77]},{"name":"UDAT_STANDALONE_SHORT_MONTHS","features":[77]},{"name":"UDAT_STANDALONE_SHORT_QUARTERS","features":[77]},{"name":"UDAT_STANDALONE_SHORT_WEEKDAYS","features":[77]},{"name":"UDAT_STANDALONE_WEEKDAYS","features":[77]},{"name":"UDAT_STYLE_LONG","features":[77]},{"name":"UDAT_STYLE_NARROW","features":[77]},{"name":"UDAT_STYLE_SHORT","features":[77]},{"name":"UDAT_TIMEZONE_FIELD","features":[77]},{"name":"UDAT_TIMEZONE_GENERIC_FIELD","features":[77]},{"name":"UDAT_TIMEZONE_ISO_FIELD","features":[77]},{"name":"UDAT_TIMEZONE_ISO_LOCAL_FIELD","features":[77]},{"name":"UDAT_TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD","features":[77]},{"name":"UDAT_TIMEZONE_RFC_FIELD","features":[77]},{"name":"UDAT_TIMEZONE_SPECIAL_FIELD","features":[77]},{"name":"UDAT_WEEKDAY","features":[77]},{"name":"UDAT_WEEKDAYS","features":[77]},{"name":"UDAT_WEEK_OF_MONTH_FIELD","features":[77]},{"name":"UDAT_WEEK_OF_YEAR_FIELD","features":[77]},{"name":"UDAT_YEAR","features":[77]},{"name":"UDAT_YEAR_ABBR_MONTH","features":[77]},{"name":"UDAT_YEAR_ABBR_MONTH_DAY","features":[77]},{"name":"UDAT_YEAR_ABBR_MONTH_WEEKDAY_DAY","features":[77]},{"name":"UDAT_YEAR_ABBR_QUARTER","features":[77]},{"name":"UDAT_YEAR_FIELD","features":[77]},{"name":"UDAT_YEAR_MONTH","features":[77]},{"name":"UDAT_YEAR_MONTH_DAY","features":[77]},{"name":"UDAT_YEAR_MONTH_WEEKDAY_DAY","features":[77]},{"name":"UDAT_YEAR_NAME_FIELD","features":[77]},{"name":"UDAT_YEAR_NUM_MONTH","features":[77]},{"name":"UDAT_YEAR_NUM_MONTH_DAY","features":[77]},{"name":"UDAT_YEAR_NUM_MONTH_WEEKDAY_DAY","features":[77]},{"name":"UDAT_YEAR_QUARTER","features":[77]},{"name":"UDAT_YEAR_WOY_FIELD","features":[77]},{"name":"UDAT_ZODIAC_NAMES_ABBREVIATED","features":[77]},{"name":"UDAT_ZODIAC_NAMES_NARROW","features":[77]},{"name":"UDAT_ZODIAC_NAMES_WIDE","features":[77]},{"name":"UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE","features":[77]},{"name":"UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE","features":[77]},{"name":"UDISPCTX_CAPITALIZATION_FOR_STANDALONE","features":[77]},{"name":"UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU","features":[77]},{"name":"UDISPCTX_CAPITALIZATION_NONE","features":[77]},{"name":"UDISPCTX_DIALECT_NAMES","features":[77]},{"name":"UDISPCTX_LENGTH_FULL","features":[77]},{"name":"UDISPCTX_LENGTH_SHORT","features":[77]},{"name":"UDISPCTX_NO_SUBSTITUTE","features":[77]},{"name":"UDISPCTX_STANDARD_NAMES","features":[77]},{"name":"UDISPCTX_SUBSTITUTE","features":[77]},{"name":"UDISPCTX_TYPE_CAPITALIZATION","features":[77]},{"name":"UDISPCTX_TYPE_DIALECT_HANDLING","features":[77]},{"name":"UDISPCTX_TYPE_DISPLAY_LENGTH","features":[77]},{"name":"UDISPCTX_TYPE_SUBSTITUTE_HANDLING","features":[77]},{"name":"UDTS_DB2_TIME","features":[77]},{"name":"UDTS_DOTNET_DATE_TIME","features":[77]},{"name":"UDTS_EXCEL_TIME","features":[77]},{"name":"UDTS_ICU4C_TIME","features":[77]},{"name":"UDTS_JAVA_TIME","features":[77]},{"name":"UDTS_MAC_OLD_TIME","features":[77]},{"name":"UDTS_MAC_TIME","features":[77]},{"name":"UDTS_UNIX_MICROSECONDS_TIME","features":[77]},{"name":"UDTS_UNIX_TIME","features":[77]},{"name":"UDTS_WINDOWS_FILE_TIME","features":[77]},{"name":"UDateAbsoluteUnit","features":[77]},{"name":"UDateDirection","features":[77]},{"name":"UDateFormatBooleanAttribute","features":[77]},{"name":"UDateFormatField","features":[77]},{"name":"UDateFormatStyle","features":[77]},{"name":"UDateFormatSymbolType","features":[77]},{"name":"UDateFormatSymbols","features":[77]},{"name":"UDateIntervalFormat","features":[77]},{"name":"UDateRelativeDateTimeFormatterStyle","features":[77]},{"name":"UDateRelativeUnit","features":[77]},{"name":"UDateTimePGDisplayWidth","features":[77]},{"name":"UDateTimePatternConflict","features":[77]},{"name":"UDateTimePatternField","features":[77]},{"name":"UDateTimePatternMatchOptions","features":[77]},{"name":"UDateTimeScale","features":[77]},{"name":"UDecompositionType","features":[77]},{"name":"UDialectHandling","features":[77]},{"name":"UDisplayContext","features":[77]},{"name":"UDisplayContextType","features":[77]},{"name":"UEastAsianWidth","features":[77]},{"name":"UEnumCharNamesFn","features":[77]},{"name":"UEnumeration","features":[77]},{"name":"UErrorCode","features":[77]},{"name":"UFIELD_CATEGORY_DATE","features":[77]},{"name":"UFIELD_CATEGORY_DATE_INTERVAL","features":[77]},{"name":"UFIELD_CATEGORY_DATE_INTERVAL_SPAN","features":[77]},{"name":"UFIELD_CATEGORY_LIST","features":[77]},{"name":"UFIELD_CATEGORY_LIST_SPAN","features":[77]},{"name":"UFIELD_CATEGORY_NUMBER","features":[77]},{"name":"UFIELD_CATEGORY_RELATIVE_DATETIME","features":[77]},{"name":"UFIELD_CATEGORY_UNDEFINED","features":[77]},{"name":"UFMT_ARRAY","features":[77]},{"name":"UFMT_DATE","features":[77]},{"name":"UFMT_DOUBLE","features":[77]},{"name":"UFMT_INT64","features":[77]},{"name":"UFMT_LONG","features":[77]},{"name":"UFMT_OBJECT","features":[77]},{"name":"UFMT_STRING","features":[77]},{"name":"UFieldCategory","features":[77]},{"name":"UFieldPosition","features":[77]},{"name":"UFieldPositionIterator","features":[77]},{"name":"UFormattableType","features":[77]},{"name":"UFormattedDateInterval","features":[77]},{"name":"UFormattedList","features":[77]},{"name":"UFormattedNumber","features":[77]},{"name":"UFormattedNumberRange","features":[77]},{"name":"UFormattedRelativeDateTime","features":[77]},{"name":"UFormattedValue","features":[77]},{"name":"UGENDER_FEMALE","features":[77]},{"name":"UGENDER_MALE","features":[77]},{"name":"UGENDER_OTHER","features":[77]},{"name":"UGender","features":[77]},{"name":"UGenderInfo","features":[77]},{"name":"UGraphemeClusterBreak","features":[77]},{"name":"UHangulSyllableType","features":[77]},{"name":"UHashtable","features":[77]},{"name":"UIDNA","features":[77]},{"name":"UIDNAInfo","features":[77]},{"name":"UIDNA_CHECK_BIDI","features":[77]},{"name":"UIDNA_CHECK_CONTEXTJ","features":[77]},{"name":"UIDNA_CHECK_CONTEXTO","features":[77]},{"name":"UIDNA_DEFAULT","features":[77]},{"name":"UIDNA_ERROR_BIDI","features":[77]},{"name":"UIDNA_ERROR_CONTEXTJ","features":[77]},{"name":"UIDNA_ERROR_CONTEXTO_DIGITS","features":[77]},{"name":"UIDNA_ERROR_CONTEXTO_PUNCTUATION","features":[77]},{"name":"UIDNA_ERROR_DISALLOWED","features":[77]},{"name":"UIDNA_ERROR_DOMAIN_NAME_TOO_LONG","features":[77]},{"name":"UIDNA_ERROR_EMPTY_LABEL","features":[77]},{"name":"UIDNA_ERROR_HYPHEN_3_4","features":[77]},{"name":"UIDNA_ERROR_INVALID_ACE_LABEL","features":[77]},{"name":"UIDNA_ERROR_LABEL_HAS_DOT","features":[77]},{"name":"UIDNA_ERROR_LABEL_TOO_LONG","features":[77]},{"name":"UIDNA_ERROR_LEADING_COMBINING_MARK","features":[77]},{"name":"UIDNA_ERROR_LEADING_HYPHEN","features":[77]},{"name":"UIDNA_ERROR_PUNYCODE","features":[77]},{"name":"UIDNA_ERROR_TRAILING_HYPHEN","features":[77]},{"name":"UIDNA_NONTRANSITIONAL_TO_ASCII","features":[77]},{"name":"UIDNA_NONTRANSITIONAL_TO_UNICODE","features":[77]},{"name":"UIDNA_USE_STD3_RULES","features":[77]},{"name":"UILANGUAGE_ENUMPROCA","features":[1,77]},{"name":"UILANGUAGE_ENUMPROCW","features":[1,77]},{"name":"UITER_CURRENT","features":[77]},{"name":"UITER_LENGTH","features":[77]},{"name":"UITER_LIMIT","features":[77]},{"name":"UITER_START","features":[77]},{"name":"UITER_UNKNOWN_INDEX","features":[77]},{"name":"UITER_ZERO","features":[77]},{"name":"UIndicPositionalCategory","features":[77]},{"name":"UIndicSyllabicCategory","features":[77]},{"name":"UJoiningGroup","features":[77]},{"name":"UJoiningType","features":[77]},{"name":"ULDN_DIALECT_NAMES","features":[77]},{"name":"ULDN_STANDARD_NAMES","features":[77]},{"name":"ULISTFMT_ELEMENT_FIELD","features":[77]},{"name":"ULISTFMT_LITERAL_FIELD","features":[77]},{"name":"ULISTFMT_TYPE_AND","features":[77]},{"name":"ULISTFMT_TYPE_OR","features":[77]},{"name":"ULISTFMT_TYPE_UNITS","features":[77]},{"name":"ULISTFMT_WIDTH_NARROW","features":[77]},{"name":"ULISTFMT_WIDTH_SHORT","features":[77]},{"name":"ULISTFMT_WIDTH_WIDE","features":[77]},{"name":"ULOCDATA_ALT_QUOTATION_END","features":[77]},{"name":"ULOCDATA_ALT_QUOTATION_START","features":[77]},{"name":"ULOCDATA_ES_AUXILIARY","features":[77]},{"name":"ULOCDATA_ES_INDEX","features":[77]},{"name":"ULOCDATA_ES_PUNCTUATION","features":[77]},{"name":"ULOCDATA_ES_STANDARD","features":[77]},{"name":"ULOCDATA_QUOTATION_END","features":[77]},{"name":"ULOCDATA_QUOTATION_START","features":[77]},{"name":"ULOC_ACCEPT_FAILED","features":[77]},{"name":"ULOC_ACCEPT_FALLBACK","features":[77]},{"name":"ULOC_ACCEPT_VALID","features":[77]},{"name":"ULOC_ACTUAL_LOCALE","features":[77]},{"name":"ULOC_AVAILABLE_DEFAULT","features":[77]},{"name":"ULOC_AVAILABLE_ONLY_LEGACY_ALIASES","features":[77]},{"name":"ULOC_AVAILABLE_WITH_LEGACY_ALIASES","features":[77]},{"name":"ULOC_CANADA","features":[77]},{"name":"ULOC_CANADA_FRENCH","features":[77]},{"name":"ULOC_CHINA","features":[77]},{"name":"ULOC_CHINESE","features":[77]},{"name":"ULOC_COUNTRY_CAPACITY","features":[77]},{"name":"ULOC_ENGLISH","features":[77]},{"name":"ULOC_FRANCE","features":[77]},{"name":"ULOC_FRENCH","features":[77]},{"name":"ULOC_FULLNAME_CAPACITY","features":[77]},{"name":"ULOC_GERMAN","features":[77]},{"name":"ULOC_GERMANY","features":[77]},{"name":"ULOC_ITALIAN","features":[77]},{"name":"ULOC_ITALY","features":[77]},{"name":"ULOC_JAPAN","features":[77]},{"name":"ULOC_JAPANESE","features":[77]},{"name":"ULOC_KEYWORDS_CAPACITY","features":[77]},{"name":"ULOC_KEYWORD_AND_VALUES_CAPACITY","features":[77]},{"name":"ULOC_KEYWORD_ASSIGN_UNICODE","features":[77]},{"name":"ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE","features":[77]},{"name":"ULOC_KEYWORD_SEPARATOR_UNICODE","features":[77]},{"name":"ULOC_KOREA","features":[77]},{"name":"ULOC_KOREAN","features":[77]},{"name":"ULOC_LANG_CAPACITY","features":[77]},{"name":"ULOC_LAYOUT_BTT","features":[77]},{"name":"ULOC_LAYOUT_LTR","features":[77]},{"name":"ULOC_LAYOUT_RTL","features":[77]},{"name":"ULOC_LAYOUT_TTB","features":[77]},{"name":"ULOC_LAYOUT_UNKNOWN","features":[77]},{"name":"ULOC_PRC","features":[77]},{"name":"ULOC_SCRIPT_CAPACITY","features":[77]},{"name":"ULOC_SIMPLIFIED_CHINESE","features":[77]},{"name":"ULOC_TAIWAN","features":[77]},{"name":"ULOC_TRADITIONAL_CHINESE","features":[77]},{"name":"ULOC_UK","features":[77]},{"name":"ULOC_US","features":[77]},{"name":"ULOC_VALID_LOCALE","features":[77]},{"name":"ULayoutType","features":[77]},{"name":"ULineBreak","features":[77]},{"name":"ULineBreakTag","features":[77]},{"name":"UListFormatter","features":[77]},{"name":"UListFormatterField","features":[77]},{"name":"UListFormatterType","features":[77]},{"name":"UListFormatterWidth","features":[77]},{"name":"ULocAvailableType","features":[77]},{"name":"ULocDataLocaleType","features":[77]},{"name":"ULocaleData","features":[77]},{"name":"ULocaleDataDelimiterType","features":[77]},{"name":"ULocaleDataExemplarSetType","features":[77]},{"name":"ULocaleDisplayNames","features":[77]},{"name":"UMEASFMT_WIDTH_COUNT","features":[77]},{"name":"UMEASFMT_WIDTH_NARROW","features":[77]},{"name":"UMEASFMT_WIDTH_NUMERIC","features":[77]},{"name":"UMEASFMT_WIDTH_SHORT","features":[77]},{"name":"UMEASFMT_WIDTH_WIDE","features":[77]},{"name":"UMSGPAT_APOS_DOUBLE_OPTIONAL","features":[77]},{"name":"UMSGPAT_APOS_DOUBLE_REQUIRED","features":[77]},{"name":"UMSGPAT_ARG_NAME_NOT_NUMBER","features":[77]},{"name":"UMSGPAT_ARG_NAME_NOT_VALID","features":[77]},{"name":"UMSGPAT_ARG_TYPE_CHOICE","features":[77]},{"name":"UMSGPAT_ARG_TYPE_NONE","features":[77]},{"name":"UMSGPAT_ARG_TYPE_PLURAL","features":[77]},{"name":"UMSGPAT_ARG_TYPE_SELECT","features":[77]},{"name":"UMSGPAT_ARG_TYPE_SELECTORDINAL","features":[77]},{"name":"UMSGPAT_ARG_TYPE_SIMPLE","features":[77]},{"name":"UMSGPAT_PART_TYPE_ARG_DOUBLE","features":[77]},{"name":"UMSGPAT_PART_TYPE_ARG_INT","features":[77]},{"name":"UMSGPAT_PART_TYPE_ARG_LIMIT","features":[77]},{"name":"UMSGPAT_PART_TYPE_ARG_NAME","features":[77]},{"name":"UMSGPAT_PART_TYPE_ARG_NUMBER","features":[77]},{"name":"UMSGPAT_PART_TYPE_ARG_SELECTOR","features":[77]},{"name":"UMSGPAT_PART_TYPE_ARG_START","features":[77]},{"name":"UMSGPAT_PART_TYPE_ARG_STYLE","features":[77]},{"name":"UMSGPAT_PART_TYPE_ARG_TYPE","features":[77]},{"name":"UMSGPAT_PART_TYPE_INSERT_CHAR","features":[77]},{"name":"UMSGPAT_PART_TYPE_MSG_LIMIT","features":[77]},{"name":"UMSGPAT_PART_TYPE_MSG_START","features":[77]},{"name":"UMSGPAT_PART_TYPE_REPLACE_NUMBER","features":[77]},{"name":"UMSGPAT_PART_TYPE_SKIP_SYNTAX","features":[77]},{"name":"UMS_SI","features":[77]},{"name":"UMS_UK","features":[77]},{"name":"UMS_US","features":[77]},{"name":"UMeasureFormatWidth","features":[77]},{"name":"UMeasurementSystem","features":[77]},{"name":"UMemAllocFn","features":[77]},{"name":"UMemFreeFn","features":[77]},{"name":"UMemReallocFn","features":[77]},{"name":"UMessagePatternApostropheMode","features":[77]},{"name":"UMessagePatternArgType","features":[77]},{"name":"UMessagePatternPartType","features":[77]},{"name":"UMutableCPTrie","features":[77]},{"name":"UNESCAPE_CHAR_AT","features":[77]},{"name":"UNICODERANGE","features":[77]},{"name":"UNISCRIBE_OPENTYPE","features":[77]},{"name":"UNORM2_COMPOSE","features":[77]},{"name":"UNORM2_COMPOSE_CONTIGUOUS","features":[77]},{"name":"UNORM2_DECOMPOSE","features":[77]},{"name":"UNORM2_FCD","features":[77]},{"name":"UNORM_DEFAULT","features":[77]},{"name":"UNORM_FCD","features":[77]},{"name":"UNORM_INPUT_IS_FCD","features":[77]},{"name":"UNORM_MAYBE","features":[77]},{"name":"UNORM_MODE_COUNT","features":[77]},{"name":"UNORM_NFC","features":[77]},{"name":"UNORM_NFD","features":[77]},{"name":"UNORM_NFKC","features":[77]},{"name":"UNORM_NFKD","features":[77]},{"name":"UNORM_NO","features":[77]},{"name":"UNORM_NONE","features":[77]},{"name":"UNORM_YES","features":[77]},{"name":"UNUM_CASH_CURRENCY","features":[77]},{"name":"UNUM_COMPACT_FIELD","features":[77]},{"name":"UNUM_CURRENCY","features":[77]},{"name":"UNUM_CURRENCY_ACCOUNTING","features":[77]},{"name":"UNUM_CURRENCY_CODE","features":[77]},{"name":"UNUM_CURRENCY_FIELD","features":[77]},{"name":"UNUM_CURRENCY_INSERT","features":[77]},{"name":"UNUM_CURRENCY_ISO","features":[77]},{"name":"UNUM_CURRENCY_MATCH","features":[77]},{"name":"UNUM_CURRENCY_PLURAL","features":[77]},{"name":"UNUM_CURRENCY_SPACING_COUNT","features":[77]},{"name":"UNUM_CURRENCY_STANDARD","features":[77]},{"name":"UNUM_CURRENCY_SURROUNDING_MATCH","features":[77]},{"name":"UNUM_CURRENCY_SYMBOL","features":[77]},{"name":"UNUM_CURRENCY_USAGE","features":[77]},{"name":"UNUM_DECIMAL","features":[77]},{"name":"UNUM_DECIMAL_ALWAYS_SHOWN","features":[77]},{"name":"UNUM_DECIMAL_COMPACT_LONG","features":[77]},{"name":"UNUM_DECIMAL_COMPACT_SHORT","features":[77]},{"name":"UNUM_DECIMAL_SEPARATOR_ALWAYS","features":[77]},{"name":"UNUM_DECIMAL_SEPARATOR_AUTO","features":[77]},{"name":"UNUM_DECIMAL_SEPARATOR_COUNT","features":[77]},{"name":"UNUM_DECIMAL_SEPARATOR_FIELD","features":[77]},{"name":"UNUM_DECIMAL_SEPARATOR_SYMBOL","features":[77]},{"name":"UNUM_DEFAULT","features":[77]},{"name":"UNUM_DEFAULT_RULESET","features":[77]},{"name":"UNUM_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_DURATION","features":[77]},{"name":"UNUM_EIGHT_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_EXPONENTIAL_SYMBOL","features":[77]},{"name":"UNUM_EXPONENT_FIELD","features":[77]},{"name":"UNUM_EXPONENT_MULTIPLICATION_SYMBOL","features":[77]},{"name":"UNUM_EXPONENT_SIGN_FIELD","features":[77]},{"name":"UNUM_EXPONENT_SYMBOL_FIELD","features":[77]},{"name":"UNUM_FIVE_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_FORMAT_ATTRIBUTE_VALUE_HIDDEN","features":[77]},{"name":"UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS","features":[77]},{"name":"UNUM_FORMAT_WIDTH","features":[77]},{"name":"UNUM_FOUR_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_FRACTION_DIGITS","features":[77]},{"name":"UNUM_FRACTION_FIELD","features":[77]},{"name":"UNUM_GROUPING_AUTO","features":[77]},{"name":"UNUM_GROUPING_MIN2","features":[77]},{"name":"UNUM_GROUPING_OFF","features":[77]},{"name":"UNUM_GROUPING_ON_ALIGNED","features":[77]},{"name":"UNUM_GROUPING_SEPARATOR_FIELD","features":[77]},{"name":"UNUM_GROUPING_SEPARATOR_SYMBOL","features":[77]},{"name":"UNUM_GROUPING_SIZE","features":[77]},{"name":"UNUM_GROUPING_THOUSANDS","features":[77]},{"name":"UNUM_GROUPING_USED","features":[77]},{"name":"UNUM_IDENTITY_FALLBACK_APPROXIMATELY","features":[77]},{"name":"UNUM_IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE","features":[77]},{"name":"UNUM_IDENTITY_FALLBACK_RANGE","features":[77]},{"name":"UNUM_IDENTITY_FALLBACK_SINGLE_VALUE","features":[77]},{"name":"UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING","features":[77]},{"name":"UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING","features":[77]},{"name":"UNUM_IDENTITY_RESULT_NOT_EQUAL","features":[77]},{"name":"UNUM_IGNORE","features":[77]},{"name":"UNUM_INFINITY_SYMBOL","features":[77]},{"name":"UNUM_INTEGER_DIGITS","features":[77]},{"name":"UNUM_INTEGER_FIELD","features":[77]},{"name":"UNUM_INTL_CURRENCY_SYMBOL","features":[77]},{"name":"UNUM_LENIENT_PARSE","features":[77]},{"name":"UNUM_LONG","features":[77]},{"name":"UNUM_MAX_FRACTION_DIGITS","features":[77]},{"name":"UNUM_MAX_INTEGER_DIGITS","features":[77]},{"name":"UNUM_MAX_SIGNIFICANT_DIGITS","features":[77]},{"name":"UNUM_MEASURE_UNIT_FIELD","features":[77]},{"name":"UNUM_MINIMUM_GROUPING_DIGITS","features":[77]},{"name":"UNUM_MINUS_SIGN_SYMBOL","features":[77]},{"name":"UNUM_MIN_FRACTION_DIGITS","features":[77]},{"name":"UNUM_MIN_INTEGER_DIGITS","features":[77]},{"name":"UNUM_MIN_SIGNIFICANT_DIGITS","features":[77]},{"name":"UNUM_MONETARY_GROUPING_SEPARATOR_SYMBOL","features":[77]},{"name":"UNUM_MONETARY_SEPARATOR_SYMBOL","features":[77]},{"name":"UNUM_MULTIPLIER","features":[77]},{"name":"UNUM_NAN_SYMBOL","features":[77]},{"name":"UNUM_NEGATIVE_PREFIX","features":[77]},{"name":"UNUM_NEGATIVE_SUFFIX","features":[77]},{"name":"UNUM_NINE_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_NUMBERING_SYSTEM","features":[77]},{"name":"UNUM_ONE_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_ORDINAL","features":[77]},{"name":"UNUM_PADDING_CHARACTER","features":[77]},{"name":"UNUM_PADDING_POSITION","features":[77]},{"name":"UNUM_PAD_AFTER_PREFIX","features":[77]},{"name":"UNUM_PAD_AFTER_SUFFIX","features":[77]},{"name":"UNUM_PAD_BEFORE_PREFIX","features":[77]},{"name":"UNUM_PAD_BEFORE_SUFFIX","features":[77]},{"name":"UNUM_PAD_ESCAPE_SYMBOL","features":[77]},{"name":"UNUM_PARSE_ALL_INPUT","features":[77]},{"name":"UNUM_PARSE_CASE_SENSITIVE","features":[77]},{"name":"UNUM_PARSE_DECIMAL_MARK_REQUIRED","features":[77]},{"name":"UNUM_PARSE_INT_ONLY","features":[77]},{"name":"UNUM_PARSE_NO_EXPONENT","features":[77]},{"name":"UNUM_PATTERN_DECIMAL","features":[77]},{"name":"UNUM_PATTERN_RULEBASED","features":[77]},{"name":"UNUM_PATTERN_SEPARATOR_SYMBOL","features":[77]},{"name":"UNUM_PERCENT","features":[77]},{"name":"UNUM_PERCENT_FIELD","features":[77]},{"name":"UNUM_PERCENT_SYMBOL","features":[77]},{"name":"UNUM_PERMILL_FIELD","features":[77]},{"name":"UNUM_PERMILL_SYMBOL","features":[77]},{"name":"UNUM_PLUS_SIGN_SYMBOL","features":[77]},{"name":"UNUM_POSITIVE_PREFIX","features":[77]},{"name":"UNUM_POSITIVE_SUFFIX","features":[77]},{"name":"UNUM_PUBLIC_RULESETS","features":[77]},{"name":"UNUM_RANGE_COLLAPSE_ALL","features":[77]},{"name":"UNUM_RANGE_COLLAPSE_AUTO","features":[77]},{"name":"UNUM_RANGE_COLLAPSE_NONE","features":[77]},{"name":"UNUM_RANGE_COLLAPSE_UNIT","features":[77]},{"name":"UNUM_ROUNDING_INCREMENT","features":[77]},{"name":"UNUM_ROUNDING_MODE","features":[77]},{"name":"UNUM_ROUND_CEILING","features":[77]},{"name":"UNUM_ROUND_DOWN","features":[77]},{"name":"UNUM_ROUND_FLOOR","features":[77]},{"name":"UNUM_ROUND_HALFDOWN","features":[77]},{"name":"UNUM_ROUND_HALFEVEN","features":[77]},{"name":"UNUM_ROUND_HALFUP","features":[77]},{"name":"UNUM_ROUND_UNNECESSARY","features":[77]},{"name":"UNUM_ROUND_UP","features":[77]},{"name":"UNUM_SCALE","features":[77]},{"name":"UNUM_SCIENTIFIC","features":[77]},{"name":"UNUM_SECONDARY_GROUPING_SIZE","features":[77]},{"name":"UNUM_SEVEN_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_SHORT","features":[77]},{"name":"UNUM_SIGNIFICANT_DIGITS_USED","features":[77]},{"name":"UNUM_SIGNIFICANT_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_SIGN_ACCOUNTING","features":[77]},{"name":"UNUM_SIGN_ACCOUNTING_ALWAYS","features":[77]},{"name":"UNUM_SIGN_ACCOUNTING_EXCEPT_ZERO","features":[77]},{"name":"UNUM_SIGN_ALWAYS","features":[77]},{"name":"UNUM_SIGN_ALWAYS_SHOWN","features":[77]},{"name":"UNUM_SIGN_AUTO","features":[77]},{"name":"UNUM_SIGN_COUNT","features":[77]},{"name":"UNUM_SIGN_EXCEPT_ZERO","features":[77]},{"name":"UNUM_SIGN_FIELD","features":[77]},{"name":"UNUM_SIGN_NEVER","features":[77]},{"name":"UNUM_SIX_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_SPELLOUT","features":[77]},{"name":"UNUM_THREE_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_TWO_DIGIT_SYMBOL","features":[77]},{"name":"UNUM_UNIT_WIDTH_COUNT","features":[77]},{"name":"UNUM_UNIT_WIDTH_FULL_NAME","features":[77]},{"name":"UNUM_UNIT_WIDTH_HIDDEN","features":[77]},{"name":"UNUM_UNIT_WIDTH_ISO_CODE","features":[77]},{"name":"UNUM_UNIT_WIDTH_NARROW","features":[77]},{"name":"UNUM_UNIT_WIDTH_SHORT","features":[77]},{"name":"UNUM_ZERO_DIGIT_SYMBOL","features":[77]},{"name":"UNormalization2Mode","features":[77]},{"name":"UNormalizationCheckResult","features":[77]},{"name":"UNormalizationMode","features":[77]},{"name":"UNormalizer2","features":[77]},{"name":"UNumberCompactStyle","features":[77]},{"name":"UNumberDecimalSeparatorDisplay","features":[77]},{"name":"UNumberFormatAttribute","features":[77]},{"name":"UNumberFormatAttributeValue","features":[77]},{"name":"UNumberFormatFields","features":[77]},{"name":"UNumberFormatPadPosition","features":[77]},{"name":"UNumberFormatRoundingMode","features":[77]},{"name":"UNumberFormatStyle","features":[77]},{"name":"UNumberFormatSymbol","features":[77]},{"name":"UNumberFormatTextAttribute","features":[77]},{"name":"UNumberFormatter","features":[77]},{"name":"UNumberGroupingStrategy","features":[77]},{"name":"UNumberRangeCollapse","features":[77]},{"name":"UNumberRangeIdentityFallback","features":[77]},{"name":"UNumberRangeIdentityResult","features":[77]},{"name":"UNumberSignDisplay","features":[77]},{"name":"UNumberUnitWidth","features":[77]},{"name":"UNumberingSystem","features":[77]},{"name":"UNumericType","features":[77]},{"name":"UPLURAL_TYPE_CARDINAL","features":[77]},{"name":"UPLURAL_TYPE_ORDINAL","features":[77]},{"name":"UParseError","features":[77]},{"name":"UPluralRules","features":[77]},{"name":"UPluralType","features":[77]},{"name":"UProperty","features":[77]},{"name":"UPropertyNameChoice","features":[77]},{"name":"UREGEX_CASE_INSENSITIVE","features":[77]},{"name":"UREGEX_COMMENTS","features":[77]},{"name":"UREGEX_DOTALL","features":[77]},{"name":"UREGEX_ERROR_ON_UNKNOWN_ESCAPES","features":[77]},{"name":"UREGEX_LITERAL","features":[77]},{"name":"UREGEX_MULTILINE","features":[77]},{"name":"UREGEX_UNIX_LINES","features":[77]},{"name":"UREGEX_UWORD","features":[77]},{"name":"URES_ALIAS","features":[77]},{"name":"URES_ARRAY","features":[77]},{"name":"URES_BINARY","features":[77]},{"name":"URES_INT","features":[77]},{"name":"URES_INT_VECTOR","features":[77]},{"name":"URES_NONE","features":[77]},{"name":"URES_STRING","features":[77]},{"name":"URES_TABLE","features":[77]},{"name":"URGN_CONTINENT","features":[77]},{"name":"URGN_DEPRECATED","features":[77]},{"name":"URGN_GROUPING","features":[77]},{"name":"URGN_SUBCONTINENT","features":[77]},{"name":"URGN_TERRITORY","features":[77]},{"name":"URGN_UNKNOWN","features":[77]},{"name":"URGN_WORLD","features":[77]},{"name":"URegexFindProgressCallback","features":[77]},{"name":"URegexMatchCallback","features":[77]},{"name":"URegexpFlag","features":[77]},{"name":"URegion","features":[77]},{"name":"URegionType","features":[77]},{"name":"URegularExpression","features":[77]},{"name":"URelativeDateTimeFormatter","features":[77]},{"name":"URelativeDateTimeFormatterField","features":[77]},{"name":"URelativeDateTimeUnit","features":[77]},{"name":"UReplaceableCallbacks","features":[77]},{"name":"UResType","features":[77]},{"name":"UResourceBundle","features":[77]},{"name":"URestrictionLevel","features":[77]},{"name":"USCRIPT_ADLAM","features":[77]},{"name":"USCRIPT_AFAKA","features":[77]},{"name":"USCRIPT_AHOM","features":[77]},{"name":"USCRIPT_ANATOLIAN_HIEROGLYPHS","features":[77]},{"name":"USCRIPT_ARABIC","features":[77]},{"name":"USCRIPT_ARMENIAN","features":[77]},{"name":"USCRIPT_AVESTAN","features":[77]},{"name":"USCRIPT_BALINESE","features":[77]},{"name":"USCRIPT_BAMUM","features":[77]},{"name":"USCRIPT_BASSA_VAH","features":[77]},{"name":"USCRIPT_BATAK","features":[77]},{"name":"USCRIPT_BENGALI","features":[77]},{"name":"USCRIPT_BHAIKSUKI","features":[77]},{"name":"USCRIPT_BLISSYMBOLS","features":[77]},{"name":"USCRIPT_BOOK_PAHLAVI","features":[77]},{"name":"USCRIPT_BOPOMOFO","features":[77]},{"name":"USCRIPT_BRAHMI","features":[77]},{"name":"USCRIPT_BRAILLE","features":[77]},{"name":"USCRIPT_BUGINESE","features":[77]},{"name":"USCRIPT_BUHID","features":[77]},{"name":"USCRIPT_CANADIAN_ABORIGINAL","features":[77]},{"name":"USCRIPT_CARIAN","features":[77]},{"name":"USCRIPT_CAUCASIAN_ALBANIAN","features":[77]},{"name":"USCRIPT_CHAKMA","features":[77]},{"name":"USCRIPT_CHAM","features":[77]},{"name":"USCRIPT_CHEROKEE","features":[77]},{"name":"USCRIPT_CHORASMIAN","features":[77]},{"name":"USCRIPT_CIRTH","features":[77]},{"name":"USCRIPT_COMMON","features":[77]},{"name":"USCRIPT_COPTIC","features":[77]},{"name":"USCRIPT_CUNEIFORM","features":[77]},{"name":"USCRIPT_CYPRIOT","features":[77]},{"name":"USCRIPT_CYRILLIC","features":[77]},{"name":"USCRIPT_DEMOTIC_EGYPTIAN","features":[77]},{"name":"USCRIPT_DESERET","features":[77]},{"name":"USCRIPT_DEVANAGARI","features":[77]},{"name":"USCRIPT_DIVES_AKURU","features":[77]},{"name":"USCRIPT_DOGRA","features":[77]},{"name":"USCRIPT_DUPLOYAN","features":[77]},{"name":"USCRIPT_EASTERN_SYRIAC","features":[77]},{"name":"USCRIPT_EGYPTIAN_HIEROGLYPHS","features":[77]},{"name":"USCRIPT_ELBASAN","features":[77]},{"name":"USCRIPT_ELYMAIC","features":[77]},{"name":"USCRIPT_ESTRANGELO_SYRIAC","features":[77]},{"name":"USCRIPT_ETHIOPIC","features":[77]},{"name":"USCRIPT_GEORGIAN","features":[77]},{"name":"USCRIPT_GLAGOLITIC","features":[77]},{"name":"USCRIPT_GOTHIC","features":[77]},{"name":"USCRIPT_GRANTHA","features":[77]},{"name":"USCRIPT_GREEK","features":[77]},{"name":"USCRIPT_GUJARATI","features":[77]},{"name":"USCRIPT_GUNJALA_GONDI","features":[77]},{"name":"USCRIPT_GURMUKHI","features":[77]},{"name":"USCRIPT_HAN","features":[77]},{"name":"USCRIPT_HANGUL","features":[77]},{"name":"USCRIPT_HANIFI_ROHINGYA","features":[77]},{"name":"USCRIPT_HANUNOO","features":[77]},{"name":"USCRIPT_HAN_WITH_BOPOMOFO","features":[77]},{"name":"USCRIPT_HARAPPAN_INDUS","features":[77]},{"name":"USCRIPT_HATRAN","features":[77]},{"name":"USCRIPT_HEBREW","features":[77]},{"name":"USCRIPT_HIERATIC_EGYPTIAN","features":[77]},{"name":"USCRIPT_HIRAGANA","features":[77]},{"name":"USCRIPT_IMPERIAL_ARAMAIC","features":[77]},{"name":"USCRIPT_INHERITED","features":[77]},{"name":"USCRIPT_INSCRIPTIONAL_PAHLAVI","features":[77]},{"name":"USCRIPT_INSCRIPTIONAL_PARTHIAN","features":[77]},{"name":"USCRIPT_INVALID_CODE","features":[77]},{"name":"USCRIPT_JAMO","features":[77]},{"name":"USCRIPT_JAPANESE","features":[77]},{"name":"USCRIPT_JAVANESE","features":[77]},{"name":"USCRIPT_JURCHEN","features":[77]},{"name":"USCRIPT_KAITHI","features":[77]},{"name":"USCRIPT_KANNADA","features":[77]},{"name":"USCRIPT_KATAKANA","features":[77]},{"name":"USCRIPT_KATAKANA_OR_HIRAGANA","features":[77]},{"name":"USCRIPT_KAYAH_LI","features":[77]},{"name":"USCRIPT_KHAROSHTHI","features":[77]},{"name":"USCRIPT_KHITAN_SMALL_SCRIPT","features":[77]},{"name":"USCRIPT_KHMER","features":[77]},{"name":"USCRIPT_KHOJKI","features":[77]},{"name":"USCRIPT_KHUDAWADI","features":[77]},{"name":"USCRIPT_KHUTSURI","features":[77]},{"name":"USCRIPT_KOREAN","features":[77]},{"name":"USCRIPT_KPELLE","features":[77]},{"name":"USCRIPT_LANNA","features":[77]},{"name":"USCRIPT_LAO","features":[77]},{"name":"USCRIPT_LATIN","features":[77]},{"name":"USCRIPT_LATIN_FRAKTUR","features":[77]},{"name":"USCRIPT_LATIN_GAELIC","features":[77]},{"name":"USCRIPT_LEPCHA","features":[77]},{"name":"USCRIPT_LIMBU","features":[77]},{"name":"USCRIPT_LINEAR_A","features":[77]},{"name":"USCRIPT_LINEAR_B","features":[77]},{"name":"USCRIPT_LISU","features":[77]},{"name":"USCRIPT_LOMA","features":[77]},{"name":"USCRIPT_LYCIAN","features":[77]},{"name":"USCRIPT_LYDIAN","features":[77]},{"name":"USCRIPT_MAHAJANI","features":[77]},{"name":"USCRIPT_MAKASAR","features":[77]},{"name":"USCRIPT_MALAYALAM","features":[77]},{"name":"USCRIPT_MANDAEAN","features":[77]},{"name":"USCRIPT_MANDAIC","features":[77]},{"name":"USCRIPT_MANICHAEAN","features":[77]},{"name":"USCRIPT_MARCHEN","features":[77]},{"name":"USCRIPT_MASARAM_GONDI","features":[77]},{"name":"USCRIPT_MATHEMATICAL_NOTATION","features":[77]},{"name":"USCRIPT_MAYAN_HIEROGLYPHS","features":[77]},{"name":"USCRIPT_MEDEFAIDRIN","features":[77]},{"name":"USCRIPT_MEITEI_MAYEK","features":[77]},{"name":"USCRIPT_MENDE","features":[77]},{"name":"USCRIPT_MEROITIC","features":[77]},{"name":"USCRIPT_MEROITIC_CURSIVE","features":[77]},{"name":"USCRIPT_MEROITIC_HIEROGLYPHS","features":[77]},{"name":"USCRIPT_MIAO","features":[77]},{"name":"USCRIPT_MODI","features":[77]},{"name":"USCRIPT_MONGOLIAN","features":[77]},{"name":"USCRIPT_MOON","features":[77]},{"name":"USCRIPT_MRO","features":[77]},{"name":"USCRIPT_MULTANI","features":[77]},{"name":"USCRIPT_MYANMAR","features":[77]},{"name":"USCRIPT_NABATAEAN","features":[77]},{"name":"USCRIPT_NAKHI_GEBA","features":[77]},{"name":"USCRIPT_NANDINAGARI","features":[77]},{"name":"USCRIPT_NEWA","features":[77]},{"name":"USCRIPT_NEW_TAI_LUE","features":[77]},{"name":"USCRIPT_NKO","features":[77]},{"name":"USCRIPT_NUSHU","features":[77]},{"name":"USCRIPT_NYIAKENG_PUACHUE_HMONG","features":[77]},{"name":"USCRIPT_OGHAM","features":[77]},{"name":"USCRIPT_OLD_CHURCH_SLAVONIC_CYRILLIC","features":[77]},{"name":"USCRIPT_OLD_HUNGARIAN","features":[77]},{"name":"USCRIPT_OLD_ITALIC","features":[77]},{"name":"USCRIPT_OLD_NORTH_ARABIAN","features":[77]},{"name":"USCRIPT_OLD_PERMIC","features":[77]},{"name":"USCRIPT_OLD_PERSIAN","features":[77]},{"name":"USCRIPT_OLD_SOGDIAN","features":[77]},{"name":"USCRIPT_OLD_SOUTH_ARABIAN","features":[77]},{"name":"USCRIPT_OL_CHIKI","features":[77]},{"name":"USCRIPT_ORIYA","features":[77]},{"name":"USCRIPT_ORKHON","features":[77]},{"name":"USCRIPT_OSAGE","features":[77]},{"name":"USCRIPT_OSMANYA","features":[77]},{"name":"USCRIPT_PAHAWH_HMONG","features":[77]},{"name":"USCRIPT_PALMYRENE","features":[77]},{"name":"USCRIPT_PAU_CIN_HAU","features":[77]},{"name":"USCRIPT_PHAGS_PA","features":[77]},{"name":"USCRIPT_PHOENICIAN","features":[77]},{"name":"USCRIPT_PHONETIC_POLLARD","features":[77]},{"name":"USCRIPT_PSALTER_PAHLAVI","features":[77]},{"name":"USCRIPT_REJANG","features":[77]},{"name":"USCRIPT_RONGORONGO","features":[77]},{"name":"USCRIPT_RUNIC","features":[77]},{"name":"USCRIPT_SAMARITAN","features":[77]},{"name":"USCRIPT_SARATI","features":[77]},{"name":"USCRIPT_SAURASHTRA","features":[77]},{"name":"USCRIPT_SHARADA","features":[77]},{"name":"USCRIPT_SHAVIAN","features":[77]},{"name":"USCRIPT_SIDDHAM","features":[77]},{"name":"USCRIPT_SIGN_WRITING","features":[77]},{"name":"USCRIPT_SIMPLIFIED_HAN","features":[77]},{"name":"USCRIPT_SINDHI","features":[77]},{"name":"USCRIPT_SINHALA","features":[77]},{"name":"USCRIPT_SOGDIAN","features":[77]},{"name":"USCRIPT_SORA_SOMPENG","features":[77]},{"name":"USCRIPT_SOYOMBO","features":[77]},{"name":"USCRIPT_SUNDANESE","features":[77]},{"name":"USCRIPT_SYLOTI_NAGRI","features":[77]},{"name":"USCRIPT_SYMBOLS","features":[77]},{"name":"USCRIPT_SYMBOLS_EMOJI","features":[77]},{"name":"USCRIPT_SYRIAC","features":[77]},{"name":"USCRIPT_TAGALOG","features":[77]},{"name":"USCRIPT_TAGBANWA","features":[77]},{"name":"USCRIPT_TAI_LE","features":[77]},{"name":"USCRIPT_TAI_VIET","features":[77]},{"name":"USCRIPT_TAKRI","features":[77]},{"name":"USCRIPT_TAMIL","features":[77]},{"name":"USCRIPT_TANGUT","features":[77]},{"name":"USCRIPT_TELUGU","features":[77]},{"name":"USCRIPT_TENGWAR","features":[77]},{"name":"USCRIPT_THAANA","features":[77]},{"name":"USCRIPT_THAI","features":[77]},{"name":"USCRIPT_TIBETAN","features":[77]},{"name":"USCRIPT_TIFINAGH","features":[77]},{"name":"USCRIPT_TIRHUTA","features":[77]},{"name":"USCRIPT_TRADITIONAL_HAN","features":[77]},{"name":"USCRIPT_UCAS","features":[77]},{"name":"USCRIPT_UGARITIC","features":[77]},{"name":"USCRIPT_UNKNOWN","features":[77]},{"name":"USCRIPT_UNWRITTEN_LANGUAGES","features":[77]},{"name":"USCRIPT_USAGE_ASPIRATIONAL","features":[77]},{"name":"USCRIPT_USAGE_EXCLUDED","features":[77]},{"name":"USCRIPT_USAGE_LIMITED_USE","features":[77]},{"name":"USCRIPT_USAGE_NOT_ENCODED","features":[77]},{"name":"USCRIPT_USAGE_RECOMMENDED","features":[77]},{"name":"USCRIPT_USAGE_UNKNOWN","features":[77]},{"name":"USCRIPT_VAI","features":[77]},{"name":"USCRIPT_VISIBLE_SPEECH","features":[77]},{"name":"USCRIPT_WANCHO","features":[77]},{"name":"USCRIPT_WARANG_CITI","features":[77]},{"name":"USCRIPT_WESTERN_SYRIAC","features":[77]},{"name":"USCRIPT_WOLEAI","features":[77]},{"name":"USCRIPT_YEZIDI","features":[77]},{"name":"USCRIPT_YI","features":[77]},{"name":"USCRIPT_ZANABAZAR_SQUARE","features":[77]},{"name":"USEARCH_ANY_BASE_WEIGHT_IS_WILDCARD","features":[77]},{"name":"USEARCH_DEFAULT","features":[77]},{"name":"USEARCH_DONE","features":[77]},{"name":"USEARCH_ELEMENT_COMPARISON","features":[77]},{"name":"USEARCH_OFF","features":[77]},{"name":"USEARCH_ON","features":[77]},{"name":"USEARCH_OVERLAP","features":[77]},{"name":"USEARCH_PATTERN_BASE_WEIGHT_IS_WILDCARD","features":[77]},{"name":"USEARCH_STANDARD_ELEMENT_COMPARISON","features":[77]},{"name":"USET_ADD_CASE_MAPPINGS","features":[77]},{"name":"USET_CASE_INSENSITIVE","features":[77]},{"name":"USET_IGNORE_SPACE","features":[77]},{"name":"USET_SERIALIZED_STATIC_ARRAY_CAPACITY","features":[77]},{"name":"USET_SPAN_CONTAINED","features":[77]},{"name":"USET_SPAN_NOT_CONTAINED","features":[77]},{"name":"USET_SPAN_SIMPLE","features":[77]},{"name":"USPOOF_ALL_CHECKS","features":[77]},{"name":"USPOOF_ASCII","features":[77]},{"name":"USPOOF_AUX_INFO","features":[77]},{"name":"USPOOF_CHAR_LIMIT","features":[77]},{"name":"USPOOF_CONFUSABLE","features":[77]},{"name":"USPOOF_HIDDEN_OVERLAY","features":[77]},{"name":"USPOOF_HIGHLY_RESTRICTIVE","features":[77]},{"name":"USPOOF_INVISIBLE","features":[77]},{"name":"USPOOF_MINIMALLY_RESTRICTIVE","features":[77]},{"name":"USPOOF_MIXED_NUMBERS","features":[77]},{"name":"USPOOF_MIXED_SCRIPT_CONFUSABLE","features":[77]},{"name":"USPOOF_MODERATELY_RESTRICTIVE","features":[77]},{"name":"USPOOF_RESTRICTION_LEVEL","features":[77]},{"name":"USPOOF_RESTRICTION_LEVEL_MASK","features":[77]},{"name":"USPOOF_SINGLE_SCRIPT_CONFUSABLE","features":[77]},{"name":"USPOOF_SINGLE_SCRIPT_RESTRICTIVE","features":[77]},{"name":"USPOOF_UNRESTRICTIVE","features":[77]},{"name":"USPOOF_WHOLE_SCRIPT_CONFUSABLE","features":[77]},{"name":"USPREP_ALLOW_UNASSIGNED","features":[77]},{"name":"USPREP_DEFAULT","features":[77]},{"name":"USPREP_RFC3491_NAMEPREP","features":[77]},{"name":"USPREP_RFC3530_NFS4_CIS_PREP","features":[77]},{"name":"USPREP_RFC3530_NFS4_CS_PREP","features":[77]},{"name":"USPREP_RFC3530_NFS4_CS_PREP_CI","features":[77]},{"name":"USPREP_RFC3530_NFS4_MIXED_PREP_PREFIX","features":[77]},{"name":"USPREP_RFC3530_NFS4_MIXED_PREP_SUFFIX","features":[77]},{"name":"USPREP_RFC3722_ISCSI","features":[77]},{"name":"USPREP_RFC3920_NODEPREP","features":[77]},{"name":"USPREP_RFC3920_RESOURCEPREP","features":[77]},{"name":"USPREP_RFC4011_MIB","features":[77]},{"name":"USPREP_RFC4013_SASLPREP","features":[77]},{"name":"USPREP_RFC4505_TRACE","features":[77]},{"name":"USPREP_RFC4518_LDAP","features":[77]},{"name":"USPREP_RFC4518_LDAP_CI","features":[77]},{"name":"USP_E_SCRIPT_NOT_IN_FONT","features":[77]},{"name":"USTRINGTRIE_BUILD_FAST","features":[77]},{"name":"USTRINGTRIE_BUILD_SMALL","features":[77]},{"name":"USTRINGTRIE_FINAL_VALUE","features":[77]},{"name":"USTRINGTRIE_INTERMEDIATE_VALUE","features":[77]},{"name":"USTRINGTRIE_NO_MATCH","features":[77]},{"name":"USTRINGTRIE_NO_VALUE","features":[77]},{"name":"UScriptCode","features":[77]},{"name":"UScriptUsage","features":[77]},{"name":"USearch","features":[77]},{"name":"USearchAttribute","features":[77]},{"name":"USearchAttributeValue","features":[77]},{"name":"USentenceBreak","features":[77]},{"name":"USentenceBreakTag","features":[77]},{"name":"USerializedSet","features":[77]},{"name":"USet","features":[77]},{"name":"USetSpanCondition","features":[77]},{"name":"USpoofCheckResult","features":[77]},{"name":"USpoofChecker","features":[77]},{"name":"USpoofChecks","features":[77]},{"name":"UStringCaseMapper","features":[77]},{"name":"UStringPrepProfile","features":[77]},{"name":"UStringPrepProfileType","features":[77]},{"name":"UStringSearch","features":[77]},{"name":"UStringTrieBuildOption","features":[77]},{"name":"UStringTrieResult","features":[77]},{"name":"USystemTimeZoneType","features":[77]},{"name":"UTEXT_MAGIC","features":[77]},{"name":"UTEXT_PROVIDER_HAS_META_DATA","features":[77]},{"name":"UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE","features":[77]},{"name":"UTEXT_PROVIDER_OWNS_TEXT","features":[77]},{"name":"UTEXT_PROVIDER_STABLE_CHUNKS","features":[77]},{"name":"UTEXT_PROVIDER_WRITABLE","features":[77]},{"name":"UTF16_MAX_CHAR_LENGTH","features":[77]},{"name":"UTF32_MAX_CHAR_LENGTH","features":[77]},{"name":"UTF8_ERROR_VALUE_1","features":[77]},{"name":"UTF8_ERROR_VALUE_2","features":[77]},{"name":"UTF8_MAX_CHAR_LENGTH","features":[77]},{"name":"UTF_ERROR_VALUE","features":[77]},{"name":"UTF_MAX_CHAR_LENGTH","features":[77]},{"name":"UTF_SIZE","features":[77]},{"name":"UTRACE_COLLATION_START","features":[77]},{"name":"UTRACE_CONVERSION_START","features":[77]},{"name":"UTRACE_ERROR","features":[77]},{"name":"UTRACE_FUNCTION_START","features":[77]},{"name":"UTRACE_INFO","features":[77]},{"name":"UTRACE_OFF","features":[77]},{"name":"UTRACE_OPEN_CLOSE","features":[77]},{"name":"UTRACE_UCNV_CLONE","features":[77]},{"name":"UTRACE_UCNV_CLOSE","features":[77]},{"name":"UTRACE_UCNV_FLUSH_CACHE","features":[77]},{"name":"UTRACE_UCNV_LOAD","features":[77]},{"name":"UTRACE_UCNV_OPEN","features":[77]},{"name":"UTRACE_UCNV_OPEN_ALGORITHMIC","features":[77]},{"name":"UTRACE_UCNV_OPEN_PACKAGE","features":[77]},{"name":"UTRACE_UCNV_UNLOAD","features":[77]},{"name":"UTRACE_UCOL_CLOSE","features":[77]},{"name":"UTRACE_UCOL_GETLOCALE","features":[77]},{"name":"UTRACE_UCOL_GET_SORTKEY","features":[77]},{"name":"UTRACE_UCOL_NEXTSORTKEYPART","features":[77]},{"name":"UTRACE_UCOL_OPEN","features":[77]},{"name":"UTRACE_UCOL_OPEN_FROM_SHORT_STRING","features":[77]},{"name":"UTRACE_UCOL_STRCOLL","features":[77]},{"name":"UTRACE_UCOL_STRCOLLITER","features":[77]},{"name":"UTRACE_UCOL_STRCOLLUTF8","features":[77]},{"name":"UTRACE_UDATA_BUNDLE","features":[77]},{"name":"UTRACE_UDATA_DATA_FILE","features":[77]},{"name":"UTRACE_UDATA_RESOURCE","features":[77]},{"name":"UTRACE_UDATA_RES_FILE","features":[77]},{"name":"UTRACE_UDATA_START","features":[77]},{"name":"UTRACE_U_CLEANUP","features":[77]},{"name":"UTRACE_U_INIT","features":[77]},{"name":"UTRACE_VERBOSE","features":[77]},{"name":"UTRACE_WARNING","features":[77]},{"name":"UTRANS_FORWARD","features":[77]},{"name":"UTRANS_REVERSE","features":[77]},{"name":"UTSV_EPOCH_OFFSET_VALUE","features":[77]},{"name":"UTSV_FROM_MAX_VALUE","features":[77]},{"name":"UTSV_FROM_MIN_VALUE","features":[77]},{"name":"UTSV_TO_MAX_VALUE","features":[77]},{"name":"UTSV_TO_MIN_VALUE","features":[77]},{"name":"UTSV_UNITS_VALUE","features":[77]},{"name":"UTZFMT_PARSE_OPTION_ALL_STYLES","features":[77]},{"name":"UTZFMT_PARSE_OPTION_NONE","features":[77]},{"name":"UTZFMT_PARSE_OPTION_TZ_DATABASE_ABBREVIATIONS","features":[77]},{"name":"UTZFMT_PAT_COUNT","features":[77]},{"name":"UTZFMT_PAT_NEGATIVE_H","features":[77]},{"name":"UTZFMT_PAT_NEGATIVE_HM","features":[77]},{"name":"UTZFMT_PAT_NEGATIVE_HMS","features":[77]},{"name":"UTZFMT_PAT_POSITIVE_H","features":[77]},{"name":"UTZFMT_PAT_POSITIVE_HM","features":[77]},{"name":"UTZFMT_PAT_POSITIVE_HMS","features":[77]},{"name":"UTZFMT_STYLE_EXEMPLAR_LOCATION","features":[77]},{"name":"UTZFMT_STYLE_GENERIC_LOCATION","features":[77]},{"name":"UTZFMT_STYLE_GENERIC_LONG","features":[77]},{"name":"UTZFMT_STYLE_GENERIC_SHORT","features":[77]},{"name":"UTZFMT_STYLE_ISO_BASIC_FIXED","features":[77]},{"name":"UTZFMT_STYLE_ISO_BASIC_FULL","features":[77]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED","features":[77]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL","features":[77]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT","features":[77]},{"name":"UTZFMT_STYLE_ISO_BASIC_SHORT","features":[77]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_FIXED","features":[77]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_FULL","features":[77]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED","features":[77]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL","features":[77]},{"name":"UTZFMT_STYLE_LOCALIZED_GMT","features":[77]},{"name":"UTZFMT_STYLE_LOCALIZED_GMT_SHORT","features":[77]},{"name":"UTZFMT_STYLE_SPECIFIC_LONG","features":[77]},{"name":"UTZFMT_STYLE_SPECIFIC_SHORT","features":[77]},{"name":"UTZFMT_STYLE_ZONE_ID","features":[77]},{"name":"UTZFMT_STYLE_ZONE_ID_SHORT","features":[77]},{"name":"UTZFMT_TIME_TYPE_DAYLIGHT","features":[77]},{"name":"UTZFMT_TIME_TYPE_STANDARD","features":[77]},{"name":"UTZFMT_TIME_TYPE_UNKNOWN","features":[77]},{"name":"UTZNM_EXEMPLAR_LOCATION","features":[77]},{"name":"UTZNM_LONG_DAYLIGHT","features":[77]},{"name":"UTZNM_LONG_GENERIC","features":[77]},{"name":"UTZNM_LONG_STANDARD","features":[77]},{"name":"UTZNM_SHORT_DAYLIGHT","features":[77]},{"name":"UTZNM_SHORT_GENERIC","features":[77]},{"name":"UTZNM_SHORT_STANDARD","features":[77]},{"name":"UTZNM_UNKNOWN","features":[77]},{"name":"UText","features":[77]},{"name":"UTextAccess","features":[77]},{"name":"UTextClone","features":[77]},{"name":"UTextClose","features":[77]},{"name":"UTextCopy","features":[77]},{"name":"UTextExtract","features":[77]},{"name":"UTextFuncs","features":[77]},{"name":"UTextMapNativeIndexToUTF16","features":[77]},{"name":"UTextMapOffsetToNative","features":[77]},{"name":"UTextNativeLength","features":[77]},{"name":"UTextReplace","features":[77]},{"name":"UTimeScaleValue","features":[77]},{"name":"UTimeZoneFormatGMTOffsetPatternType","features":[77]},{"name":"UTimeZoneFormatParseOption","features":[77]},{"name":"UTimeZoneFormatStyle","features":[77]},{"name":"UTimeZoneFormatTimeType","features":[77]},{"name":"UTimeZoneNameType","features":[77]},{"name":"UTimeZoneTransitionType","features":[77]},{"name":"UTraceData","features":[77]},{"name":"UTraceEntry","features":[77]},{"name":"UTraceExit","features":[77]},{"name":"UTraceFunctionNumber","features":[77]},{"name":"UTraceLevel","features":[77]},{"name":"UTransDirection","features":[77]},{"name":"UTransPosition","features":[77]},{"name":"UVerticalOrientation","features":[77]},{"name":"UWordBreak","features":[77]},{"name":"UWordBreakValues","features":[77]},{"name":"U_ALPHAINDEX_INFLOW","features":[77]},{"name":"U_ALPHAINDEX_NORMAL","features":[77]},{"name":"U_ALPHAINDEX_OVERFLOW","features":[77]},{"name":"U_ALPHAINDEX_UNDERFLOW","features":[77]},{"name":"U_AMBIGUOUS_ALIAS_WARNING","features":[77]},{"name":"U_ARABIC_NUMBER","features":[77]},{"name":"U_ARGUMENT_TYPE_MISMATCH","features":[77]},{"name":"U_ASCII_FAMILY","features":[77]},{"name":"U_BAD_VARIABLE_DEFINITION","features":[77]},{"name":"U_BLOCK_SEPARATOR","features":[77]},{"name":"U_BOUNDARY_NEUTRAL","features":[77]},{"name":"U_BPT_CLOSE","features":[77]},{"name":"U_BPT_NONE","features":[77]},{"name":"U_BPT_OPEN","features":[77]},{"name":"U_BRK_ASSIGN_ERROR","features":[77]},{"name":"U_BRK_ERROR_START","features":[77]},{"name":"U_BRK_HEX_DIGITS_EXPECTED","features":[77]},{"name":"U_BRK_INIT_ERROR","features":[77]},{"name":"U_BRK_INTERNAL_ERROR","features":[77]},{"name":"U_BRK_MALFORMED_RULE_TAG","features":[77]},{"name":"U_BRK_MISMATCHED_PAREN","features":[77]},{"name":"U_BRK_NEW_LINE_IN_QUOTED_STRING","features":[77]},{"name":"U_BRK_RULE_EMPTY_SET","features":[77]},{"name":"U_BRK_RULE_SYNTAX","features":[77]},{"name":"U_BRK_SEMICOLON_EXPECTED","features":[77]},{"name":"U_BRK_UNCLOSED_SET","features":[77]},{"name":"U_BRK_UNDEFINED_VARIABLE","features":[77]},{"name":"U_BRK_UNRECOGNIZED_OPTION","features":[77]},{"name":"U_BRK_VARIABLE_REDFINITION","features":[77]},{"name":"U_BUFFER_OVERFLOW_ERROR","features":[77]},{"name":"U_CE_NOT_FOUND_ERROR","features":[77]},{"name":"U_CHAR16_IS_TYPEDEF","features":[77]},{"name":"U_CHARSET_FAMILY","features":[77]},{"name":"U_CHARSET_IS_UTF8","features":[77]},{"name":"U_CHAR_CATEGORY_COUNT","features":[77]},{"name":"U_CHAR_NAME_ALIAS","features":[77]},{"name":"U_CHECK_DYLOAD","features":[77]},{"name":"U_COLLATOR_VERSION_MISMATCH","features":[77]},{"name":"U_COMBINED_IMPLEMENTATION","features":[77]},{"name":"U_COMBINING_SPACING_MARK","features":[77]},{"name":"U_COMMON_NUMBER_SEPARATOR","features":[77]},{"name":"U_COMPARE_CODE_POINT_ORDER","features":[77]},{"name":"U_COMPARE_IGNORE_CASE","features":[77]},{"name":"U_CONNECTOR_PUNCTUATION","features":[77]},{"name":"U_CONTROL_CHAR","features":[77]},{"name":"U_COPYRIGHT_STRING_LENGTH","features":[77]},{"name":"U_CPLUSPLUS_VERSION","features":[77]},{"name":"U_CURRENCY_SYMBOL","features":[77]},{"name":"U_DASH_PUNCTUATION","features":[77]},{"name":"U_DEBUG","features":[77]},{"name":"U_DECIMAL_DIGIT_NUMBER","features":[77]},{"name":"U_DECIMAL_NUMBER_SYNTAX_ERROR","features":[77]},{"name":"U_DEFAULT_KEYWORD_MISSING","features":[77]},{"name":"U_DEFAULT_SHOW_DRAFT","features":[77]},{"name":"U_DEFINE_FALSE_AND_TRUE","features":[77]},{"name":"U_DIFFERENT_UCA_VERSION","features":[77]},{"name":"U_DIR_NON_SPACING_MARK","features":[77]},{"name":"U_DISABLE_RENAMING","features":[77]},{"name":"U_DT_CANONICAL","features":[77]},{"name":"U_DT_CIRCLE","features":[77]},{"name":"U_DT_COMPAT","features":[77]},{"name":"U_DT_FINAL","features":[77]},{"name":"U_DT_FONT","features":[77]},{"name":"U_DT_FRACTION","features":[77]},{"name":"U_DT_INITIAL","features":[77]},{"name":"U_DT_ISOLATED","features":[77]},{"name":"U_DT_MEDIAL","features":[77]},{"name":"U_DT_NARROW","features":[77]},{"name":"U_DT_NOBREAK","features":[77]},{"name":"U_DT_NONE","features":[77]},{"name":"U_DT_SMALL","features":[77]},{"name":"U_DT_SQUARE","features":[77]},{"name":"U_DT_SUB","features":[77]},{"name":"U_DT_SUPER","features":[77]},{"name":"U_DT_VERTICAL","features":[77]},{"name":"U_DT_WIDE","features":[77]},{"name":"U_DUPLICATE_KEYWORD","features":[77]},{"name":"U_EA_AMBIGUOUS","features":[77]},{"name":"U_EA_FULLWIDTH","features":[77]},{"name":"U_EA_HALFWIDTH","features":[77]},{"name":"U_EA_NARROW","features":[77]},{"name":"U_EA_NEUTRAL","features":[77]},{"name":"U_EA_WIDE","features":[77]},{"name":"U_EBCDIC_FAMILY","features":[77]},{"name":"U_EDITS_NO_RESET","features":[77]},{"name":"U_ENABLE_DYLOAD","features":[77]},{"name":"U_ENABLE_TRACING","features":[77]},{"name":"U_ENCLOSING_MARK","features":[77]},{"name":"U_END_PUNCTUATION","features":[77]},{"name":"U_ENUM_OUT_OF_SYNC_ERROR","features":[77]},{"name":"U_ERROR_WARNING_START","features":[77]},{"name":"U_EUROPEAN_NUMBER","features":[77]},{"name":"U_EUROPEAN_NUMBER_SEPARATOR","features":[77]},{"name":"U_EUROPEAN_NUMBER_TERMINATOR","features":[77]},{"name":"U_EXTENDED_CHAR_NAME","features":[77]},{"name":"U_FILE_ACCESS_ERROR","features":[77]},{"name":"U_FINAL_PUNCTUATION","features":[77]},{"name":"U_FIRST_STRONG_ISOLATE","features":[77]},{"name":"U_FMT_PARSE_ERROR_START","features":[77]},{"name":"U_FOLD_CASE_DEFAULT","features":[77]},{"name":"U_FOLD_CASE_EXCLUDE_SPECIAL_I","features":[77]},{"name":"U_FORMAT_CHAR","features":[77]},{"name":"U_FORMAT_INEXACT_ERROR","features":[77]},{"name":"U_GCB_CONTROL","features":[77]},{"name":"U_GCB_CR","features":[77]},{"name":"U_GCB_EXTEND","features":[77]},{"name":"U_GCB_E_BASE","features":[77]},{"name":"U_GCB_E_BASE_GAZ","features":[77]},{"name":"U_GCB_E_MODIFIER","features":[77]},{"name":"U_GCB_GLUE_AFTER_ZWJ","features":[77]},{"name":"U_GCB_L","features":[77]},{"name":"U_GCB_LF","features":[77]},{"name":"U_GCB_LV","features":[77]},{"name":"U_GCB_LVT","features":[77]},{"name":"U_GCB_OTHER","features":[77]},{"name":"U_GCB_PREPEND","features":[77]},{"name":"U_GCB_REGIONAL_INDICATOR","features":[77]},{"name":"U_GCB_SPACING_MARK","features":[77]},{"name":"U_GCB_T","features":[77]},{"name":"U_GCB_V","features":[77]},{"name":"U_GCB_ZWJ","features":[77]},{"name":"U_GCC_MAJOR_MINOR","features":[77]},{"name":"U_GENERAL_OTHER_TYPES","features":[77]},{"name":"U_HAVE_CHAR16_T","features":[77]},{"name":"U_HAVE_DEBUG_LOCATION_NEW","features":[77]},{"name":"U_HAVE_INTTYPES_H","features":[77]},{"name":"U_HAVE_LIB_SUFFIX","features":[77]},{"name":"U_HAVE_PLACEMENT_NEW","features":[77]},{"name":"U_HAVE_RBNF","features":[77]},{"name":"U_HAVE_RVALUE_REFERENCES","features":[77]},{"name":"U_HAVE_STDINT_H","features":[77]},{"name":"U_HAVE_STD_STRING","features":[77]},{"name":"U_HAVE_WCHAR_H","features":[77]},{"name":"U_HAVE_WCSCPY","features":[77]},{"name":"U_HIDE_DEPRECATED_API","features":[77]},{"name":"U_HIDE_DRAFT_API","features":[77]},{"name":"U_HIDE_INTERNAL_API","features":[77]},{"name":"U_HIDE_OBSOLETE_API","features":[77]},{"name":"U_HIDE_OBSOLETE_UTF_OLD_H","features":[77]},{"name":"U_HST_LEADING_JAMO","features":[77]},{"name":"U_HST_LVT_SYLLABLE","features":[77]},{"name":"U_HST_LV_SYLLABLE","features":[77]},{"name":"U_HST_NOT_APPLICABLE","features":[77]},{"name":"U_HST_TRAILING_JAMO","features":[77]},{"name":"U_HST_VOWEL_JAMO","features":[77]},{"name":"U_ICUDATA_TYPE_LETTER","features":[77]},{"name":"U_ICU_DATA_KEY","features":[77]},{"name":"U_ICU_VERSION_BUNDLE","features":[77]},{"name":"U_IDNA_ACE_PREFIX_ERROR","features":[77]},{"name":"U_IDNA_CHECK_BIDI_ERROR","features":[77]},{"name":"U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR","features":[77]},{"name":"U_IDNA_ERROR_START","features":[77]},{"name":"U_IDNA_LABEL_TOO_LONG_ERROR","features":[77]},{"name":"U_IDNA_PROHIBITED_ERROR","features":[77]},{"name":"U_IDNA_STD3_ASCII_RULES_ERROR","features":[77]},{"name":"U_IDNA_UNASSIGNED_ERROR","features":[77]},{"name":"U_IDNA_VERIFICATION_ERROR","features":[77]},{"name":"U_IDNA_ZERO_LENGTH_LABEL_ERROR","features":[77]},{"name":"U_ILLEGAL_ARGUMENT_ERROR","features":[77]},{"name":"U_ILLEGAL_CHARACTER","features":[77]},{"name":"U_ILLEGAL_CHAR_FOUND","features":[77]},{"name":"U_ILLEGAL_CHAR_IN_SEGMENT","features":[77]},{"name":"U_ILLEGAL_ESCAPE_SEQUENCE","features":[77]},{"name":"U_ILLEGAL_PAD_POSITION","features":[77]},{"name":"U_INDEX_OUTOFBOUNDS_ERROR","features":[77]},{"name":"U_INITIAL_PUNCTUATION","features":[77]},{"name":"U_INPC_BOTTOM","features":[77]},{"name":"U_INPC_BOTTOM_AND_LEFT","features":[77]},{"name":"U_INPC_BOTTOM_AND_RIGHT","features":[77]},{"name":"U_INPC_LEFT","features":[77]},{"name":"U_INPC_LEFT_AND_RIGHT","features":[77]},{"name":"U_INPC_NA","features":[77]},{"name":"U_INPC_OVERSTRUCK","features":[77]},{"name":"U_INPC_RIGHT","features":[77]},{"name":"U_INPC_TOP","features":[77]},{"name":"U_INPC_TOP_AND_BOTTOM","features":[77]},{"name":"U_INPC_TOP_AND_BOTTOM_AND_LEFT","features":[77]},{"name":"U_INPC_TOP_AND_BOTTOM_AND_RIGHT","features":[77]},{"name":"U_INPC_TOP_AND_LEFT","features":[77]},{"name":"U_INPC_TOP_AND_LEFT_AND_RIGHT","features":[77]},{"name":"U_INPC_TOP_AND_RIGHT","features":[77]},{"name":"U_INPC_VISUAL_ORDER_LEFT","features":[77]},{"name":"U_INSC_AVAGRAHA","features":[77]},{"name":"U_INSC_BINDU","features":[77]},{"name":"U_INSC_BRAHMI_JOINING_NUMBER","features":[77]},{"name":"U_INSC_CANTILLATION_MARK","features":[77]},{"name":"U_INSC_CONSONANT","features":[77]},{"name":"U_INSC_CONSONANT_DEAD","features":[77]},{"name":"U_INSC_CONSONANT_FINAL","features":[77]},{"name":"U_INSC_CONSONANT_HEAD_LETTER","features":[77]},{"name":"U_INSC_CONSONANT_INITIAL_POSTFIXED","features":[77]},{"name":"U_INSC_CONSONANT_KILLER","features":[77]},{"name":"U_INSC_CONSONANT_MEDIAL","features":[77]},{"name":"U_INSC_CONSONANT_PLACEHOLDER","features":[77]},{"name":"U_INSC_CONSONANT_PRECEDING_REPHA","features":[77]},{"name":"U_INSC_CONSONANT_PREFIXED","features":[77]},{"name":"U_INSC_CONSONANT_SUBJOINED","features":[77]},{"name":"U_INSC_CONSONANT_SUCCEEDING_REPHA","features":[77]},{"name":"U_INSC_CONSONANT_WITH_STACKER","features":[77]},{"name":"U_INSC_GEMINATION_MARK","features":[77]},{"name":"U_INSC_INVISIBLE_STACKER","features":[77]},{"name":"U_INSC_JOINER","features":[77]},{"name":"U_INSC_MODIFYING_LETTER","features":[77]},{"name":"U_INSC_NON_JOINER","features":[77]},{"name":"U_INSC_NUKTA","features":[77]},{"name":"U_INSC_NUMBER","features":[77]},{"name":"U_INSC_NUMBER_JOINER","features":[77]},{"name":"U_INSC_OTHER","features":[77]},{"name":"U_INSC_PURE_KILLER","features":[77]},{"name":"U_INSC_REGISTER_SHIFTER","features":[77]},{"name":"U_INSC_SYLLABLE_MODIFIER","features":[77]},{"name":"U_INSC_TONE_LETTER","features":[77]},{"name":"U_INSC_TONE_MARK","features":[77]},{"name":"U_INSC_VIRAMA","features":[77]},{"name":"U_INSC_VISARGA","features":[77]},{"name":"U_INSC_VOWEL","features":[77]},{"name":"U_INSC_VOWEL_DEPENDENT","features":[77]},{"name":"U_INSC_VOWEL_INDEPENDENT","features":[77]},{"name":"U_INTERNAL_PROGRAM_ERROR","features":[77]},{"name":"U_INTERNAL_TRANSLITERATOR_ERROR","features":[77]},{"name":"U_INVALID_CHAR_FOUND","features":[77]},{"name":"U_INVALID_FORMAT_ERROR","features":[77]},{"name":"U_INVALID_FUNCTION","features":[77]},{"name":"U_INVALID_ID","features":[77]},{"name":"U_INVALID_PROPERTY_PATTERN","features":[77]},{"name":"U_INVALID_RBT_SYNTAX","features":[77]},{"name":"U_INVALID_STATE_ERROR","features":[77]},{"name":"U_INVALID_TABLE_FILE","features":[77]},{"name":"U_INVALID_TABLE_FORMAT","features":[77]},{"name":"U_INVARIANT_CONVERSION_ERROR","features":[77]},{"name":"U_IOSTREAM_SOURCE","features":[77]},{"name":"U_IS_BIG_ENDIAN","features":[77]},{"name":"U_JG_AFRICAN_FEH","features":[77]},{"name":"U_JG_AFRICAN_NOON","features":[77]},{"name":"U_JG_AFRICAN_QAF","features":[77]},{"name":"U_JG_AIN","features":[77]},{"name":"U_JG_ALAPH","features":[77]},{"name":"U_JG_ALEF","features":[77]},{"name":"U_JG_BEH","features":[77]},{"name":"U_JG_BETH","features":[77]},{"name":"U_JG_BURUSHASKI_YEH_BARREE","features":[77]},{"name":"U_JG_DAL","features":[77]},{"name":"U_JG_DALATH_RISH","features":[77]},{"name":"U_JG_E","features":[77]},{"name":"U_JG_FARSI_YEH","features":[77]},{"name":"U_JG_FE","features":[77]},{"name":"U_JG_FEH","features":[77]},{"name":"U_JG_FINAL_SEMKATH","features":[77]},{"name":"U_JG_GAF","features":[77]},{"name":"U_JG_GAMAL","features":[77]},{"name":"U_JG_HAH","features":[77]},{"name":"U_JG_HAMZA_ON_HEH_GOAL","features":[77]},{"name":"U_JG_HANIFI_ROHINGYA_KINNA_YA","features":[77]},{"name":"U_JG_HANIFI_ROHINGYA_PA","features":[77]},{"name":"U_JG_HE","features":[77]},{"name":"U_JG_HEH","features":[77]},{"name":"U_JG_HEH_GOAL","features":[77]},{"name":"U_JG_HETH","features":[77]},{"name":"U_JG_KAF","features":[77]},{"name":"U_JG_KAPH","features":[77]},{"name":"U_JG_KHAPH","features":[77]},{"name":"U_JG_KNOTTED_HEH","features":[77]},{"name":"U_JG_LAM","features":[77]},{"name":"U_JG_LAMADH","features":[77]},{"name":"U_JG_MALAYALAM_BHA","features":[77]},{"name":"U_JG_MALAYALAM_JA","features":[77]},{"name":"U_JG_MALAYALAM_LLA","features":[77]},{"name":"U_JG_MALAYALAM_LLLA","features":[77]},{"name":"U_JG_MALAYALAM_NGA","features":[77]},{"name":"U_JG_MALAYALAM_NNA","features":[77]},{"name":"U_JG_MALAYALAM_NNNA","features":[77]},{"name":"U_JG_MALAYALAM_NYA","features":[77]},{"name":"U_JG_MALAYALAM_RA","features":[77]},{"name":"U_JG_MALAYALAM_SSA","features":[77]},{"name":"U_JG_MALAYALAM_TTA","features":[77]},{"name":"U_JG_MANICHAEAN_ALEPH","features":[77]},{"name":"U_JG_MANICHAEAN_AYIN","features":[77]},{"name":"U_JG_MANICHAEAN_BETH","features":[77]},{"name":"U_JG_MANICHAEAN_DALETH","features":[77]},{"name":"U_JG_MANICHAEAN_DHAMEDH","features":[77]},{"name":"U_JG_MANICHAEAN_FIVE","features":[77]},{"name":"U_JG_MANICHAEAN_GIMEL","features":[77]},{"name":"U_JG_MANICHAEAN_HETH","features":[77]},{"name":"U_JG_MANICHAEAN_HUNDRED","features":[77]},{"name":"U_JG_MANICHAEAN_KAPH","features":[77]},{"name":"U_JG_MANICHAEAN_LAMEDH","features":[77]},{"name":"U_JG_MANICHAEAN_MEM","features":[77]},{"name":"U_JG_MANICHAEAN_NUN","features":[77]},{"name":"U_JG_MANICHAEAN_ONE","features":[77]},{"name":"U_JG_MANICHAEAN_PE","features":[77]},{"name":"U_JG_MANICHAEAN_QOPH","features":[77]},{"name":"U_JG_MANICHAEAN_RESH","features":[77]},{"name":"U_JG_MANICHAEAN_SADHE","features":[77]},{"name":"U_JG_MANICHAEAN_SAMEKH","features":[77]},{"name":"U_JG_MANICHAEAN_TAW","features":[77]},{"name":"U_JG_MANICHAEAN_TEN","features":[77]},{"name":"U_JG_MANICHAEAN_TETH","features":[77]},{"name":"U_JG_MANICHAEAN_THAMEDH","features":[77]},{"name":"U_JG_MANICHAEAN_TWENTY","features":[77]},{"name":"U_JG_MANICHAEAN_WAW","features":[77]},{"name":"U_JG_MANICHAEAN_YODH","features":[77]},{"name":"U_JG_MANICHAEAN_ZAYIN","features":[77]},{"name":"U_JG_MEEM","features":[77]},{"name":"U_JG_MIM","features":[77]},{"name":"U_JG_NOON","features":[77]},{"name":"U_JG_NO_JOINING_GROUP","features":[77]},{"name":"U_JG_NUN","features":[77]},{"name":"U_JG_NYA","features":[77]},{"name":"U_JG_PE","features":[77]},{"name":"U_JG_QAF","features":[77]},{"name":"U_JG_QAPH","features":[77]},{"name":"U_JG_REH","features":[77]},{"name":"U_JG_REVERSED_PE","features":[77]},{"name":"U_JG_ROHINGYA_YEH","features":[77]},{"name":"U_JG_SAD","features":[77]},{"name":"U_JG_SADHE","features":[77]},{"name":"U_JG_SEEN","features":[77]},{"name":"U_JG_SEMKATH","features":[77]},{"name":"U_JG_SHIN","features":[77]},{"name":"U_JG_STRAIGHT_WAW","features":[77]},{"name":"U_JG_SWASH_KAF","features":[77]},{"name":"U_JG_SYRIAC_WAW","features":[77]},{"name":"U_JG_TAH","features":[77]},{"name":"U_JG_TAW","features":[77]},{"name":"U_JG_TEH_MARBUTA","features":[77]},{"name":"U_JG_TEH_MARBUTA_GOAL","features":[77]},{"name":"U_JG_TETH","features":[77]},{"name":"U_JG_WAW","features":[77]},{"name":"U_JG_YEH","features":[77]},{"name":"U_JG_YEH_BARREE","features":[77]},{"name":"U_JG_YEH_WITH_TAIL","features":[77]},{"name":"U_JG_YUDH","features":[77]},{"name":"U_JG_YUDH_HE","features":[77]},{"name":"U_JG_ZAIN","features":[77]},{"name":"U_JG_ZHAIN","features":[77]},{"name":"U_JT_DUAL_JOINING","features":[77]},{"name":"U_JT_JOIN_CAUSING","features":[77]},{"name":"U_JT_LEFT_JOINING","features":[77]},{"name":"U_JT_NON_JOINING","features":[77]},{"name":"U_JT_RIGHT_JOINING","features":[77]},{"name":"U_JT_TRANSPARENT","features":[77]},{"name":"U_LB_ALPHABETIC","features":[77]},{"name":"U_LB_AMBIGUOUS","features":[77]},{"name":"U_LB_BREAK_AFTER","features":[77]},{"name":"U_LB_BREAK_BEFORE","features":[77]},{"name":"U_LB_BREAK_BOTH","features":[77]},{"name":"U_LB_BREAK_SYMBOLS","features":[77]},{"name":"U_LB_CARRIAGE_RETURN","features":[77]},{"name":"U_LB_CLOSE_PARENTHESIS","features":[77]},{"name":"U_LB_CLOSE_PUNCTUATION","features":[77]},{"name":"U_LB_COMBINING_MARK","features":[77]},{"name":"U_LB_COMPLEX_CONTEXT","features":[77]},{"name":"U_LB_CONDITIONAL_JAPANESE_STARTER","features":[77]},{"name":"U_LB_CONTINGENT_BREAK","features":[77]},{"name":"U_LB_EXCLAMATION","features":[77]},{"name":"U_LB_E_BASE","features":[77]},{"name":"U_LB_E_MODIFIER","features":[77]},{"name":"U_LB_GLUE","features":[77]},{"name":"U_LB_H2","features":[77]},{"name":"U_LB_H3","features":[77]},{"name":"U_LB_HEBREW_LETTER","features":[77]},{"name":"U_LB_HYPHEN","features":[77]},{"name":"U_LB_IDEOGRAPHIC","features":[77]},{"name":"U_LB_INFIX_NUMERIC","features":[77]},{"name":"U_LB_INSEPARABLE","features":[77]},{"name":"U_LB_INSEPERABLE","features":[77]},{"name":"U_LB_JL","features":[77]},{"name":"U_LB_JT","features":[77]},{"name":"U_LB_JV","features":[77]},{"name":"U_LB_LINE_FEED","features":[77]},{"name":"U_LB_MANDATORY_BREAK","features":[77]},{"name":"U_LB_NEXT_LINE","features":[77]},{"name":"U_LB_NONSTARTER","features":[77]},{"name":"U_LB_NUMERIC","features":[77]},{"name":"U_LB_OPEN_PUNCTUATION","features":[77]},{"name":"U_LB_POSTFIX_NUMERIC","features":[77]},{"name":"U_LB_PREFIX_NUMERIC","features":[77]},{"name":"U_LB_QUOTATION","features":[77]},{"name":"U_LB_REGIONAL_INDICATOR","features":[77]},{"name":"U_LB_SPACE","features":[77]},{"name":"U_LB_SURROGATE","features":[77]},{"name":"U_LB_UNKNOWN","features":[77]},{"name":"U_LB_WORD_JOINER","features":[77]},{"name":"U_LB_ZWJ","features":[77]},{"name":"U_LB_ZWSPACE","features":[77]},{"name":"U_LEFT_TO_RIGHT","features":[77]},{"name":"U_LEFT_TO_RIGHT_EMBEDDING","features":[77]},{"name":"U_LEFT_TO_RIGHT_ISOLATE","features":[77]},{"name":"U_LEFT_TO_RIGHT_OVERRIDE","features":[77]},{"name":"U_LETTER_NUMBER","features":[77]},{"name":"U_LIB_SUFFIX_C_NAME_STRING","features":[77]},{"name":"U_LINE_SEPARATOR","features":[77]},{"name":"U_LONG_PROPERTY_NAME","features":[77]},{"name":"U_LOWERCASE_LETTER","features":[77]},{"name":"U_MALFORMED_EXPONENTIAL_PATTERN","features":[77]},{"name":"U_MALFORMED_PRAGMA","features":[77]},{"name":"U_MALFORMED_RULE","features":[77]},{"name":"U_MALFORMED_SET","features":[77]},{"name":"U_MALFORMED_SYMBOL_REFERENCE","features":[77]},{"name":"U_MALFORMED_UNICODE_ESCAPE","features":[77]},{"name":"U_MALFORMED_VARIABLE_DEFINITION","features":[77]},{"name":"U_MALFORMED_VARIABLE_REFERENCE","features":[77]},{"name":"U_MATH_SYMBOL","features":[77]},{"name":"U_MAX_VERSION_LENGTH","features":[77]},{"name":"U_MAX_VERSION_STRING_LENGTH","features":[77]},{"name":"U_MEMORY_ALLOCATION_ERROR","features":[77]},{"name":"U_MESSAGE_PARSE_ERROR","features":[77]},{"name":"U_MILLIS_PER_DAY","features":[77]},{"name":"U_MILLIS_PER_HOUR","features":[77]},{"name":"U_MILLIS_PER_MINUTE","features":[77]},{"name":"U_MILLIS_PER_SECOND","features":[77]},{"name":"U_MISMATCHED_SEGMENT_DELIMITERS","features":[77]},{"name":"U_MISPLACED_ANCHOR_START","features":[77]},{"name":"U_MISPLACED_COMPOUND_FILTER","features":[77]},{"name":"U_MISPLACED_CURSOR_OFFSET","features":[77]},{"name":"U_MISPLACED_QUANTIFIER","features":[77]},{"name":"U_MISSING_OPERATOR","features":[77]},{"name":"U_MISSING_RESOURCE_ERROR","features":[77]},{"name":"U_MISSING_SEGMENT_CLOSE","features":[77]},{"name":"U_MODIFIER_LETTER","features":[77]},{"name":"U_MODIFIER_SYMBOL","features":[77]},{"name":"U_MULTIPLE_ANTE_CONTEXTS","features":[77]},{"name":"U_MULTIPLE_COMPOUND_FILTERS","features":[77]},{"name":"U_MULTIPLE_CURSORS","features":[77]},{"name":"U_MULTIPLE_DECIMAL_SEPARATORS","features":[77]},{"name":"U_MULTIPLE_DECIMAL_SEPERATORS","features":[77]},{"name":"U_MULTIPLE_EXPONENTIAL_SYMBOLS","features":[77]},{"name":"U_MULTIPLE_PAD_SPECIFIERS","features":[77]},{"name":"U_MULTIPLE_PERCENT_SYMBOLS","features":[77]},{"name":"U_MULTIPLE_PERMILL_SYMBOLS","features":[77]},{"name":"U_MULTIPLE_POST_CONTEXTS","features":[77]},{"name":"U_NON_SPACING_MARK","features":[77]},{"name":"U_NO_DEFAULT_INCLUDE_UTF_HEADERS","features":[77]},{"name":"U_NO_SPACE_AVAILABLE","features":[77]},{"name":"U_NO_WRITE_PERMISSION","features":[77]},{"name":"U_NT_DECIMAL","features":[77]},{"name":"U_NT_DIGIT","features":[77]},{"name":"U_NT_NONE","features":[77]},{"name":"U_NT_NUMERIC","features":[77]},{"name":"U_NUMBER_ARG_OUTOFBOUNDS_ERROR","features":[77]},{"name":"U_NUMBER_SKELETON_SYNTAX_ERROR","features":[77]},{"name":"U_OMIT_UNCHANGED_TEXT","features":[77]},{"name":"U_OTHER_LETTER","features":[77]},{"name":"U_OTHER_NEUTRAL","features":[77]},{"name":"U_OTHER_NUMBER","features":[77]},{"name":"U_OTHER_PUNCTUATION","features":[77]},{"name":"U_OTHER_SYMBOL","features":[77]},{"name":"U_OVERRIDE_CXX_ALLOCATION","features":[77]},{"name":"U_PARAGRAPH_SEPARATOR","features":[77]},{"name":"U_PARSE_CONTEXT_LEN","features":[77]},{"name":"U_PARSE_ERROR","features":[77]},{"name":"U_PARSE_ERROR_START","features":[77]},{"name":"U_PATTERN_SYNTAX_ERROR","features":[77]},{"name":"U_PF_AIX","features":[77]},{"name":"U_PF_ANDROID","features":[77]},{"name":"U_PF_BROWSER_NATIVE_CLIENT","features":[77]},{"name":"U_PF_BSD","features":[77]},{"name":"U_PF_CYGWIN","features":[77]},{"name":"U_PF_DARWIN","features":[77]},{"name":"U_PF_EMSCRIPTEN","features":[77]},{"name":"U_PF_FUCHSIA","features":[77]},{"name":"U_PF_HPUX","features":[77]},{"name":"U_PF_IPHONE","features":[77]},{"name":"U_PF_IRIX","features":[77]},{"name":"U_PF_LINUX","features":[77]},{"name":"U_PF_MINGW","features":[77]},{"name":"U_PF_OS390","features":[77]},{"name":"U_PF_OS400","features":[77]},{"name":"U_PF_QNX","features":[77]},{"name":"U_PF_SOLARIS","features":[77]},{"name":"U_PF_UNKNOWN","features":[77]},{"name":"U_PF_WINDOWS","features":[77]},{"name":"U_PLATFORM","features":[77]},{"name":"U_PLATFORM_HAS_WIN32_API","features":[77]},{"name":"U_PLATFORM_HAS_WINUWP_API","features":[77]},{"name":"U_PLATFORM_IMPLEMENTS_POSIX","features":[77]},{"name":"U_PLATFORM_IS_DARWIN_BASED","features":[77]},{"name":"U_PLATFORM_IS_LINUX_BASED","features":[77]},{"name":"U_PLATFORM_USES_ONLY_WIN32_API","features":[77]},{"name":"U_PLUGIN_CHANGED_LEVEL_WARNING","features":[77]},{"name":"U_PLUGIN_DIDNT_SET_LEVEL","features":[77]},{"name":"U_PLUGIN_ERROR_START","features":[77]},{"name":"U_PLUGIN_TOO_HIGH","features":[77]},{"name":"U_POP_DIRECTIONAL_FORMAT","features":[77]},{"name":"U_POP_DIRECTIONAL_ISOLATE","features":[77]},{"name":"U_PRIMARY_TOO_LONG_ERROR","features":[77]},{"name":"U_PRIVATE_USE_CHAR","features":[77]},{"name":"U_REGEX_BAD_ESCAPE_SEQUENCE","features":[77]},{"name":"U_REGEX_BAD_INTERVAL","features":[77]},{"name":"U_REGEX_ERROR_START","features":[77]},{"name":"U_REGEX_INTERNAL_ERROR","features":[77]},{"name":"U_REGEX_INVALID_BACK_REF","features":[77]},{"name":"U_REGEX_INVALID_CAPTURE_GROUP_NAME","features":[77]},{"name":"U_REGEX_INVALID_FLAG","features":[77]},{"name":"U_REGEX_INVALID_RANGE","features":[77]},{"name":"U_REGEX_INVALID_STATE","features":[77]},{"name":"U_REGEX_LOOK_BEHIND_LIMIT","features":[77]},{"name":"U_REGEX_MAX_LT_MIN","features":[77]},{"name":"U_REGEX_MISMATCHED_PAREN","features":[77]},{"name":"U_REGEX_MISSING_CLOSE_BRACKET","features":[77]},{"name":"U_REGEX_NUMBER_TOO_BIG","features":[77]},{"name":"U_REGEX_PATTERN_TOO_BIG","features":[77]},{"name":"U_REGEX_PROPERTY_SYNTAX","features":[77]},{"name":"U_REGEX_RULE_SYNTAX","features":[77]},{"name":"U_REGEX_SET_CONTAINS_STRING","features":[77]},{"name":"U_REGEX_STACK_OVERFLOW","features":[77]},{"name":"U_REGEX_STOPPED_BY_CALLER","features":[77]},{"name":"U_REGEX_TIME_OUT","features":[77]},{"name":"U_REGEX_UNIMPLEMENTED","features":[77]},{"name":"U_RESOURCE_TYPE_MISMATCH","features":[77]},{"name":"U_RIGHT_TO_LEFT","features":[77]},{"name":"U_RIGHT_TO_LEFT_ARABIC","features":[77]},{"name":"U_RIGHT_TO_LEFT_EMBEDDING","features":[77]},{"name":"U_RIGHT_TO_LEFT_ISOLATE","features":[77]},{"name":"U_RIGHT_TO_LEFT_OVERRIDE","features":[77]},{"name":"U_RULE_MASK_ERROR","features":[77]},{"name":"U_SAFECLONE_ALLOCATED_WARNING","features":[77]},{"name":"U_SB_ATERM","features":[77]},{"name":"U_SB_CLOSE","features":[77]},{"name":"U_SB_CR","features":[77]},{"name":"U_SB_EXTEND","features":[77]},{"name":"U_SB_FORMAT","features":[77]},{"name":"U_SB_LF","features":[77]},{"name":"U_SB_LOWER","features":[77]},{"name":"U_SB_NUMERIC","features":[77]},{"name":"U_SB_OLETTER","features":[77]},{"name":"U_SB_OTHER","features":[77]},{"name":"U_SB_SCONTINUE","features":[77]},{"name":"U_SB_SEP","features":[77]},{"name":"U_SB_SP","features":[77]},{"name":"U_SB_STERM","features":[77]},{"name":"U_SB_UPPER","features":[77]},{"name":"U_SEGMENT_SEPARATOR","features":[77]},{"name":"U_SENTINEL","features":[77]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL","features":[77]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL_MASK","features":[77]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL_NOOP","features":[77]},{"name":"U_SHAPE_DIGITS_ALEN2AN_INIT_AL","features":[77]},{"name":"U_SHAPE_DIGITS_ALEN2AN_INIT_LR","features":[77]},{"name":"U_SHAPE_DIGITS_AN2EN","features":[77]},{"name":"U_SHAPE_DIGITS_EN2AN","features":[77]},{"name":"U_SHAPE_DIGITS_MASK","features":[77]},{"name":"U_SHAPE_DIGITS_NOOP","features":[77]},{"name":"U_SHAPE_DIGITS_RESERVED","features":[77]},{"name":"U_SHAPE_DIGIT_TYPE_AN","features":[77]},{"name":"U_SHAPE_DIGIT_TYPE_AN_EXTENDED","features":[77]},{"name":"U_SHAPE_DIGIT_TYPE_MASK","features":[77]},{"name":"U_SHAPE_DIGIT_TYPE_RESERVED","features":[77]},{"name":"U_SHAPE_LAMALEF_AUTO","features":[77]},{"name":"U_SHAPE_LAMALEF_BEGIN","features":[77]},{"name":"U_SHAPE_LAMALEF_END","features":[77]},{"name":"U_SHAPE_LAMALEF_MASK","features":[77]},{"name":"U_SHAPE_LAMALEF_NEAR","features":[77]},{"name":"U_SHAPE_LAMALEF_RESIZE","features":[77]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_AT_BEGINNING","features":[77]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_AT_END","features":[77]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_NEAR","features":[77]},{"name":"U_SHAPE_LENGTH_GROW_SHRINK","features":[77]},{"name":"U_SHAPE_LENGTH_MASK","features":[77]},{"name":"U_SHAPE_LETTERS_MASK","features":[77]},{"name":"U_SHAPE_LETTERS_NOOP","features":[77]},{"name":"U_SHAPE_LETTERS_SHAPE","features":[77]},{"name":"U_SHAPE_LETTERS_SHAPE_TASHKEEL_ISOLATED","features":[77]},{"name":"U_SHAPE_LETTERS_UNSHAPE","features":[77]},{"name":"U_SHAPE_PRESERVE_PRESENTATION","features":[77]},{"name":"U_SHAPE_PRESERVE_PRESENTATION_MASK","features":[77]},{"name":"U_SHAPE_PRESERVE_PRESENTATION_NOOP","features":[77]},{"name":"U_SHAPE_SEEN_MASK","features":[77]},{"name":"U_SHAPE_SEEN_TWOCELL_NEAR","features":[77]},{"name":"U_SHAPE_SPACES_RELATIVE_TO_TEXT_BEGIN_END","features":[77]},{"name":"U_SHAPE_SPACES_RELATIVE_TO_TEXT_MASK","features":[77]},{"name":"U_SHAPE_TAIL_NEW_UNICODE","features":[77]},{"name":"U_SHAPE_TAIL_TYPE_MASK","features":[77]},{"name":"U_SHAPE_TASHKEEL_BEGIN","features":[77]},{"name":"U_SHAPE_TASHKEEL_END","features":[77]},{"name":"U_SHAPE_TASHKEEL_MASK","features":[77]},{"name":"U_SHAPE_TASHKEEL_REPLACE_BY_TATWEEL","features":[77]},{"name":"U_SHAPE_TASHKEEL_RESIZE","features":[77]},{"name":"U_SHAPE_TEXT_DIRECTION_LOGICAL","features":[77]},{"name":"U_SHAPE_TEXT_DIRECTION_MASK","features":[77]},{"name":"U_SHAPE_TEXT_DIRECTION_VISUAL_LTR","features":[77]},{"name":"U_SHAPE_TEXT_DIRECTION_VISUAL_RTL","features":[77]},{"name":"U_SHAPE_YEHHAMZA_MASK","features":[77]},{"name":"U_SHAPE_YEHHAMZA_TWOCELL_NEAR","features":[77]},{"name":"U_SHORT_PROPERTY_NAME","features":[77]},{"name":"U_SHOW_CPLUSPLUS_API","features":[77]},{"name":"U_SIZEOF_UCHAR","features":[77]},{"name":"U_SIZEOF_WCHAR_T","features":[77]},{"name":"U_SORT_KEY_TOO_SHORT_WARNING","features":[77]},{"name":"U_SPACE_SEPARATOR","features":[77]},{"name":"U_START_PUNCTUATION","features":[77]},{"name":"U_STATE_OLD_WARNING","features":[77]},{"name":"U_STATE_TOO_OLD_ERROR","features":[77]},{"name":"U_STRINGPREP_CHECK_BIDI_ERROR","features":[77]},{"name":"U_STRINGPREP_PROHIBITED_ERROR","features":[77]},{"name":"U_STRINGPREP_UNASSIGNED_ERROR","features":[77]},{"name":"U_STRING_NOT_TERMINATED_WARNING","features":[77]},{"name":"U_SURROGATE","features":[77]},{"name":"U_TITLECASE_ADJUST_TO_CASED","features":[77]},{"name":"U_TITLECASE_LETTER","features":[77]},{"name":"U_TITLECASE_NO_BREAK_ADJUSTMENT","features":[77]},{"name":"U_TITLECASE_NO_LOWERCASE","features":[77]},{"name":"U_TITLECASE_SENTENCES","features":[77]},{"name":"U_TITLECASE_WHOLE_STRING","features":[77]},{"name":"U_TOO_MANY_ALIASES_ERROR","features":[77]},{"name":"U_TRAILING_BACKSLASH","features":[77]},{"name":"U_TRUNCATED_CHAR_FOUND","features":[77]},{"name":"U_UNASSIGNED","features":[77]},{"name":"U_UNCLOSED_SEGMENT","features":[77]},{"name":"U_UNDEFINED_KEYWORD","features":[77]},{"name":"U_UNDEFINED_SEGMENT_REFERENCE","features":[77]},{"name":"U_UNDEFINED_VARIABLE","features":[77]},{"name":"U_UNEXPECTED_TOKEN","features":[77]},{"name":"U_UNICODE_CHAR_NAME","features":[77]},{"name":"U_UNICODE_VERSION","features":[77]},{"name":"U_UNMATCHED_BRACES","features":[77]},{"name":"U_UNQUOTED_SPECIAL","features":[77]},{"name":"U_UNSUPPORTED_ATTRIBUTE","features":[77]},{"name":"U_UNSUPPORTED_ERROR","features":[77]},{"name":"U_UNSUPPORTED_ESCAPE_SEQUENCE","features":[77]},{"name":"U_UNSUPPORTED_PROPERTY","features":[77]},{"name":"U_UNTERMINATED_QUOTE","features":[77]},{"name":"U_UPPERCASE_LETTER","features":[77]},{"name":"U_USELESS_COLLATOR_ERROR","features":[77]},{"name":"U_USING_DEFAULT_WARNING","features":[77]},{"name":"U_USING_FALLBACK_WARNING","features":[77]},{"name":"U_USING_ICU_NAMESPACE","features":[77]},{"name":"U_VARIABLE_RANGE_EXHAUSTED","features":[77]},{"name":"U_VARIABLE_RANGE_OVERLAP","features":[77]},{"name":"U_VO_ROTATED","features":[77]},{"name":"U_VO_TRANSFORMED_ROTATED","features":[77]},{"name":"U_VO_TRANSFORMED_UPRIGHT","features":[77]},{"name":"U_VO_UPRIGHT","features":[77]},{"name":"U_WB_ALETTER","features":[77]},{"name":"U_WB_CR","features":[77]},{"name":"U_WB_DOUBLE_QUOTE","features":[77]},{"name":"U_WB_EXTEND","features":[77]},{"name":"U_WB_EXTENDNUMLET","features":[77]},{"name":"U_WB_E_BASE","features":[77]},{"name":"U_WB_E_BASE_GAZ","features":[77]},{"name":"U_WB_E_MODIFIER","features":[77]},{"name":"U_WB_FORMAT","features":[77]},{"name":"U_WB_GLUE_AFTER_ZWJ","features":[77]},{"name":"U_WB_HEBREW_LETTER","features":[77]},{"name":"U_WB_KATAKANA","features":[77]},{"name":"U_WB_LF","features":[77]},{"name":"U_WB_MIDLETTER","features":[77]},{"name":"U_WB_MIDNUM","features":[77]},{"name":"U_WB_MIDNUMLET","features":[77]},{"name":"U_WB_NEWLINE","features":[77]},{"name":"U_WB_NUMERIC","features":[77]},{"name":"U_WB_OTHER","features":[77]},{"name":"U_WB_REGIONAL_INDICATOR","features":[77]},{"name":"U_WB_SINGLE_QUOTE","features":[77]},{"name":"U_WB_WSEGSPACE","features":[77]},{"name":"U_WB_ZWJ","features":[77]},{"name":"U_WHITE_SPACE_NEUTRAL","features":[77]},{"name":"U_ZERO_ERROR","features":[77]},{"name":"UpdateCalendarDayOfWeek","features":[1,77]},{"name":"VS_ALLOW_LATIN","features":[77]},{"name":"VerifyScripts","features":[1,77]},{"name":"WC_COMPOSITECHECK","features":[77]},{"name":"WC_DEFAULTCHAR","features":[77]},{"name":"WC_DISCARDNS","features":[77]},{"name":"WC_ERR_INVALID_CHARS","features":[77]},{"name":"WC_NO_BEST_FIT_CHARS","features":[77]},{"name":"WC_SEPCHARS","features":[77]},{"name":"WORDLIST_TYPE","features":[77]},{"name":"WORDLIST_TYPE_ADD","features":[77]},{"name":"WORDLIST_TYPE_AUTOCORRECT","features":[77]},{"name":"WORDLIST_TYPE_EXCLUDE","features":[77]},{"name":"WORDLIST_TYPE_IGNORE","features":[77]},{"name":"WeekUnit","features":[77]},{"name":"WideCharToMultiByte","features":[1,77]},{"name":"YearUnit","features":[77]},{"name":"lstrcatA","features":[77]},{"name":"lstrcatW","features":[77]},{"name":"lstrcmpA","features":[77]},{"name":"lstrcmpW","features":[77]},{"name":"lstrcmpiA","features":[77]},{"name":"lstrcmpiW","features":[77]},{"name":"lstrcpyA","features":[77]},{"name":"lstrcpyW","features":[77]},{"name":"lstrcpynA","features":[77]},{"name":"lstrcpynW","features":[77]},{"name":"lstrlenA","features":[77]},{"name":"lstrlenW","features":[77]},{"name":"sidArabic","features":[77]},{"name":"sidArmenian","features":[77]},{"name":"sidAsciiLatin","features":[77]},{"name":"sidAsciiSym","features":[77]},{"name":"sidBengali","features":[77]},{"name":"sidBopomofo","features":[77]},{"name":"sidBraille","features":[77]},{"name":"sidBurmese","features":[77]},{"name":"sidCanSyllabic","features":[77]},{"name":"sidCherokee","features":[77]},{"name":"sidCyrillic","features":[77]},{"name":"sidDefault","features":[77]},{"name":"sidDevanagari","features":[77]},{"name":"sidEthiopic","features":[77]},{"name":"sidFEFirst","features":[77]},{"name":"sidFELast","features":[77]},{"name":"sidGeorgian","features":[77]},{"name":"sidGreek","features":[77]},{"name":"sidGujarati","features":[77]},{"name":"sidGurmukhi","features":[77]},{"name":"sidHan","features":[77]},{"name":"sidHangul","features":[77]},{"name":"sidHebrew","features":[77]},{"name":"sidKana","features":[77]},{"name":"sidKannada","features":[77]},{"name":"sidKhmer","features":[77]},{"name":"sidLao","features":[77]},{"name":"sidLatin","features":[77]},{"name":"sidLim","features":[77]},{"name":"sidMalayalam","features":[77]},{"name":"sidMerge","features":[77]},{"name":"sidMongolian","features":[77]},{"name":"sidOgham","features":[77]},{"name":"sidOriya","features":[77]},{"name":"sidRunic","features":[77]},{"name":"sidSinhala","features":[77]},{"name":"sidSyriac","features":[77]},{"name":"sidTamil","features":[77]},{"name":"sidTelugu","features":[77]},{"name":"sidThaana","features":[77]},{"name":"sidThai","features":[77]},{"name":"sidTibetan","features":[77]},{"name":"sidUserDefined","features":[77]},{"name":"sidYi","features":[77]},{"name":"u_UCharsToChars","features":[77]},{"name":"u_austrcpy","features":[77]},{"name":"u_austrncpy","features":[77]},{"name":"u_catclose","features":[77]},{"name":"u_catgets","features":[77]},{"name":"u_catopen","features":[77]},{"name":"u_charAge","features":[77]},{"name":"u_charDigitValue","features":[77]},{"name":"u_charDirection","features":[77]},{"name":"u_charFromName","features":[77]},{"name":"u_charMirror","features":[77]},{"name":"u_charName","features":[77]},{"name":"u_charType","features":[77]},{"name":"u_charsToUChars","features":[77]},{"name":"u_cleanup","features":[77]},{"name":"u_countChar32","features":[77]},{"name":"u_digit","features":[77]},{"name":"u_enumCharNames","features":[77]},{"name":"u_enumCharTypes","features":[77]},{"name":"u_errorName","features":[77]},{"name":"u_foldCase","features":[77]},{"name":"u_forDigit","features":[77]},{"name":"u_formatMessage","features":[77]},{"name":"u_formatMessageWithError","features":[77]},{"name":"u_getBidiPairedBracket","features":[77]},{"name":"u_getBinaryPropertySet","features":[77]},{"name":"u_getCombiningClass","features":[77]},{"name":"u_getDataVersion","features":[77]},{"name":"u_getFC_NFKC_Closure","features":[77]},{"name":"u_getIntPropertyMap","features":[77]},{"name":"u_getIntPropertyMaxValue","features":[77]},{"name":"u_getIntPropertyMinValue","features":[77]},{"name":"u_getIntPropertyValue","features":[77]},{"name":"u_getNumericValue","features":[77]},{"name":"u_getPropertyEnum","features":[77]},{"name":"u_getPropertyName","features":[77]},{"name":"u_getPropertyValueEnum","features":[77]},{"name":"u_getPropertyValueName","features":[77]},{"name":"u_getUnicodeVersion","features":[77]},{"name":"u_getVersion","features":[77]},{"name":"u_hasBinaryProperty","features":[77]},{"name":"u_init","features":[77]},{"name":"u_isIDIgnorable","features":[77]},{"name":"u_isIDPart","features":[77]},{"name":"u_isIDStart","features":[77]},{"name":"u_isISOControl","features":[77]},{"name":"u_isJavaIDPart","features":[77]},{"name":"u_isJavaIDStart","features":[77]},{"name":"u_isJavaSpaceChar","features":[77]},{"name":"u_isMirrored","features":[77]},{"name":"u_isUAlphabetic","features":[77]},{"name":"u_isULowercase","features":[77]},{"name":"u_isUUppercase","features":[77]},{"name":"u_isUWhiteSpace","features":[77]},{"name":"u_isWhitespace","features":[77]},{"name":"u_isalnum","features":[77]},{"name":"u_isalpha","features":[77]},{"name":"u_isbase","features":[77]},{"name":"u_isblank","features":[77]},{"name":"u_iscntrl","features":[77]},{"name":"u_isdefined","features":[77]},{"name":"u_isdigit","features":[77]},{"name":"u_isgraph","features":[77]},{"name":"u_islower","features":[77]},{"name":"u_isprint","features":[77]},{"name":"u_ispunct","features":[77]},{"name":"u_isspace","features":[77]},{"name":"u_istitle","features":[77]},{"name":"u_isupper","features":[77]},{"name":"u_isxdigit","features":[77]},{"name":"u_memcasecmp","features":[77]},{"name":"u_memchr","features":[77]},{"name":"u_memchr32","features":[77]},{"name":"u_memcmp","features":[77]},{"name":"u_memcmpCodePointOrder","features":[77]},{"name":"u_memcpy","features":[77]},{"name":"u_memmove","features":[77]},{"name":"u_memrchr","features":[77]},{"name":"u_memrchr32","features":[77]},{"name":"u_memset","features":[77]},{"name":"u_parseMessage","features":[77]},{"name":"u_parseMessageWithError","features":[77]},{"name":"u_setMemoryFunctions","features":[77]},{"name":"u_shapeArabic","features":[77]},{"name":"u_strCaseCompare","features":[77]},{"name":"u_strCompare","features":[77]},{"name":"u_strCompareIter","features":[77]},{"name":"u_strFindFirst","features":[77]},{"name":"u_strFindLast","features":[77]},{"name":"u_strFoldCase","features":[77]},{"name":"u_strFromJavaModifiedUTF8WithSub","features":[77]},{"name":"u_strFromUTF32","features":[77]},{"name":"u_strFromUTF32WithSub","features":[77]},{"name":"u_strFromUTF8","features":[77]},{"name":"u_strFromUTF8Lenient","features":[77]},{"name":"u_strFromUTF8WithSub","features":[77]},{"name":"u_strFromWCS","features":[77]},{"name":"u_strHasMoreChar32Than","features":[77]},{"name":"u_strToJavaModifiedUTF8","features":[77]},{"name":"u_strToLower","features":[77]},{"name":"u_strToTitle","features":[77]},{"name":"u_strToUTF32","features":[77]},{"name":"u_strToUTF32WithSub","features":[77]},{"name":"u_strToUTF8","features":[77]},{"name":"u_strToUTF8WithSub","features":[77]},{"name":"u_strToUpper","features":[77]},{"name":"u_strToWCS","features":[77]},{"name":"u_strcasecmp","features":[77]},{"name":"u_strcat","features":[77]},{"name":"u_strchr","features":[77]},{"name":"u_strchr32","features":[77]},{"name":"u_strcmp","features":[77]},{"name":"u_strcmpCodePointOrder","features":[77]},{"name":"u_strcpy","features":[77]},{"name":"u_strcspn","features":[77]},{"name":"u_strlen","features":[77]},{"name":"u_strncasecmp","features":[77]},{"name":"u_strncat","features":[77]},{"name":"u_strncmp","features":[77]},{"name":"u_strncmpCodePointOrder","features":[77]},{"name":"u_strncpy","features":[77]},{"name":"u_strpbrk","features":[77]},{"name":"u_strrchr","features":[77]},{"name":"u_strrchr32","features":[77]},{"name":"u_strrstr","features":[77]},{"name":"u_strspn","features":[77]},{"name":"u_strstr","features":[77]},{"name":"u_strtok_r","features":[77]},{"name":"u_tolower","features":[77]},{"name":"u_totitle","features":[77]},{"name":"u_toupper","features":[77]},{"name":"u_uastrcpy","features":[77]},{"name":"u_uastrncpy","features":[77]},{"name":"u_unescape","features":[77]},{"name":"u_unescapeAt","features":[77]},{"name":"u_versionFromString","features":[77]},{"name":"u_versionFromUString","features":[77]},{"name":"u_versionToString","features":[77]},{"name":"u_vformatMessage","features":[77]},{"name":"u_vformatMessageWithError","features":[77]},{"name":"u_vparseMessage","features":[77]},{"name":"u_vparseMessageWithError","features":[77]},{"name":"ubidi_close","features":[77]},{"name":"ubidi_countParagraphs","features":[77]},{"name":"ubidi_countRuns","features":[77]},{"name":"ubidi_getBaseDirection","features":[77]},{"name":"ubidi_getClassCallback","features":[77]},{"name":"ubidi_getCustomizedClass","features":[77]},{"name":"ubidi_getDirection","features":[77]},{"name":"ubidi_getLength","features":[77]},{"name":"ubidi_getLevelAt","features":[77]},{"name":"ubidi_getLevels","features":[77]},{"name":"ubidi_getLogicalIndex","features":[77]},{"name":"ubidi_getLogicalMap","features":[77]},{"name":"ubidi_getLogicalRun","features":[77]},{"name":"ubidi_getParaLevel","features":[77]},{"name":"ubidi_getParagraph","features":[77]},{"name":"ubidi_getParagraphByIndex","features":[77]},{"name":"ubidi_getProcessedLength","features":[77]},{"name":"ubidi_getReorderingMode","features":[77]},{"name":"ubidi_getReorderingOptions","features":[77]},{"name":"ubidi_getResultLength","features":[77]},{"name":"ubidi_getText","features":[77]},{"name":"ubidi_getVisualIndex","features":[77]},{"name":"ubidi_getVisualMap","features":[77]},{"name":"ubidi_getVisualRun","features":[77]},{"name":"ubidi_invertMap","features":[77]},{"name":"ubidi_isInverse","features":[77]},{"name":"ubidi_isOrderParagraphsLTR","features":[77]},{"name":"ubidi_open","features":[77]},{"name":"ubidi_openSized","features":[77]},{"name":"ubidi_orderParagraphsLTR","features":[77]},{"name":"ubidi_reorderLogical","features":[77]},{"name":"ubidi_reorderVisual","features":[77]},{"name":"ubidi_setClassCallback","features":[77]},{"name":"ubidi_setContext","features":[77]},{"name":"ubidi_setInverse","features":[77]},{"name":"ubidi_setLine","features":[77]},{"name":"ubidi_setPara","features":[77]},{"name":"ubidi_setReorderingMode","features":[77]},{"name":"ubidi_setReorderingOptions","features":[77]},{"name":"ubidi_writeReordered","features":[77]},{"name":"ubidi_writeReverse","features":[77]},{"name":"ubiditransform_close","features":[77]},{"name":"ubiditransform_open","features":[77]},{"name":"ubiditransform_transform","features":[77]},{"name":"ublock_getCode","features":[77]},{"name":"ubrk_close","features":[77]},{"name":"ubrk_countAvailable","features":[77]},{"name":"ubrk_current","features":[77]},{"name":"ubrk_first","features":[77]},{"name":"ubrk_following","features":[77]},{"name":"ubrk_getAvailable","features":[77]},{"name":"ubrk_getBinaryRules","features":[77]},{"name":"ubrk_getLocaleByType","features":[77]},{"name":"ubrk_getRuleStatus","features":[77]},{"name":"ubrk_getRuleStatusVec","features":[77]},{"name":"ubrk_isBoundary","features":[77]},{"name":"ubrk_last","features":[77]},{"name":"ubrk_next","features":[77]},{"name":"ubrk_open","features":[77]},{"name":"ubrk_openBinaryRules","features":[77]},{"name":"ubrk_openRules","features":[77]},{"name":"ubrk_preceding","features":[77]},{"name":"ubrk_previous","features":[77]},{"name":"ubrk_refreshUText","features":[77]},{"name":"ubrk_safeClone","features":[77]},{"name":"ubrk_setText","features":[77]},{"name":"ubrk_setUText","features":[77]},{"name":"ucal_add","features":[77]},{"name":"ucal_clear","features":[77]},{"name":"ucal_clearField","features":[77]},{"name":"ucal_clone","features":[77]},{"name":"ucal_close","features":[77]},{"name":"ucal_countAvailable","features":[77]},{"name":"ucal_equivalentTo","features":[77]},{"name":"ucal_get","features":[77]},{"name":"ucal_getAttribute","features":[77]},{"name":"ucal_getAvailable","features":[77]},{"name":"ucal_getCanonicalTimeZoneID","features":[77]},{"name":"ucal_getDSTSavings","features":[77]},{"name":"ucal_getDayOfWeekType","features":[77]},{"name":"ucal_getDefaultTimeZone","features":[77]},{"name":"ucal_getFieldDifference","features":[77]},{"name":"ucal_getGregorianChange","features":[77]},{"name":"ucal_getHostTimeZone","features":[77]},{"name":"ucal_getKeywordValuesForLocale","features":[77]},{"name":"ucal_getLimit","features":[77]},{"name":"ucal_getLocaleByType","features":[77]},{"name":"ucal_getMillis","features":[77]},{"name":"ucal_getNow","features":[77]},{"name":"ucal_getTZDataVersion","features":[77]},{"name":"ucal_getTimeZoneDisplayName","features":[77]},{"name":"ucal_getTimeZoneID","features":[77]},{"name":"ucal_getTimeZoneIDForWindowsID","features":[77]},{"name":"ucal_getTimeZoneTransitionDate","features":[77]},{"name":"ucal_getType","features":[77]},{"name":"ucal_getWeekendTransition","features":[77]},{"name":"ucal_getWindowsTimeZoneID","features":[77]},{"name":"ucal_inDaylightTime","features":[77]},{"name":"ucal_isSet","features":[77]},{"name":"ucal_isWeekend","features":[77]},{"name":"ucal_open","features":[77]},{"name":"ucal_openCountryTimeZones","features":[77]},{"name":"ucal_openTimeZoneIDEnumeration","features":[77]},{"name":"ucal_openTimeZones","features":[77]},{"name":"ucal_roll","features":[77]},{"name":"ucal_set","features":[77]},{"name":"ucal_setAttribute","features":[77]},{"name":"ucal_setDate","features":[77]},{"name":"ucal_setDateTime","features":[77]},{"name":"ucal_setDefaultTimeZone","features":[77]},{"name":"ucal_setGregorianChange","features":[77]},{"name":"ucal_setMillis","features":[77]},{"name":"ucal_setTimeZone","features":[77]},{"name":"ucasemap_close","features":[77]},{"name":"ucasemap_getBreakIterator","features":[77]},{"name":"ucasemap_getLocale","features":[77]},{"name":"ucasemap_getOptions","features":[77]},{"name":"ucasemap_open","features":[77]},{"name":"ucasemap_setBreakIterator","features":[77]},{"name":"ucasemap_setLocale","features":[77]},{"name":"ucasemap_setOptions","features":[77]},{"name":"ucasemap_toTitle","features":[77]},{"name":"ucasemap_utf8FoldCase","features":[77]},{"name":"ucasemap_utf8ToLower","features":[77]},{"name":"ucasemap_utf8ToTitle","features":[77]},{"name":"ucasemap_utf8ToUpper","features":[77]},{"name":"ucfpos_close","features":[77]},{"name":"ucfpos_constrainCategory","features":[77]},{"name":"ucfpos_constrainField","features":[77]},{"name":"ucfpos_getCategory","features":[77]},{"name":"ucfpos_getField","features":[77]},{"name":"ucfpos_getIndexes","features":[77]},{"name":"ucfpos_getInt64IterationContext","features":[77]},{"name":"ucfpos_matchesField","features":[77]},{"name":"ucfpos_open","features":[77]},{"name":"ucfpos_reset","features":[77]},{"name":"ucfpos_setInt64IterationContext","features":[77]},{"name":"ucfpos_setState","features":[77]},{"name":"ucnv_cbFromUWriteBytes","features":[77]},{"name":"ucnv_cbFromUWriteSub","features":[77]},{"name":"ucnv_cbFromUWriteUChars","features":[77]},{"name":"ucnv_cbToUWriteSub","features":[77]},{"name":"ucnv_cbToUWriteUChars","features":[77]},{"name":"ucnv_close","features":[77]},{"name":"ucnv_compareNames","features":[77]},{"name":"ucnv_convert","features":[77]},{"name":"ucnv_convertEx","features":[77]},{"name":"ucnv_countAliases","features":[77]},{"name":"ucnv_countAvailable","features":[77]},{"name":"ucnv_countStandards","features":[77]},{"name":"ucnv_detectUnicodeSignature","features":[77]},{"name":"ucnv_fixFileSeparator","features":[77]},{"name":"ucnv_flushCache","features":[77]},{"name":"ucnv_fromAlgorithmic","features":[77]},{"name":"ucnv_fromUChars","features":[77]},{"name":"ucnv_fromUCountPending","features":[77]},{"name":"ucnv_fromUnicode","features":[77]},{"name":"ucnv_getAlias","features":[77]},{"name":"ucnv_getAliases","features":[77]},{"name":"ucnv_getAvailableName","features":[77]},{"name":"ucnv_getCCSID","features":[77]},{"name":"ucnv_getCanonicalName","features":[77]},{"name":"ucnv_getDefaultName","features":[77]},{"name":"ucnv_getDisplayName","features":[77]},{"name":"ucnv_getFromUCallBack","features":[77]},{"name":"ucnv_getInvalidChars","features":[77]},{"name":"ucnv_getInvalidUChars","features":[77]},{"name":"ucnv_getMaxCharSize","features":[77]},{"name":"ucnv_getMinCharSize","features":[77]},{"name":"ucnv_getName","features":[77]},{"name":"ucnv_getNextUChar","features":[77]},{"name":"ucnv_getPlatform","features":[77]},{"name":"ucnv_getStandard","features":[77]},{"name":"ucnv_getStandardName","features":[77]},{"name":"ucnv_getStarters","features":[77]},{"name":"ucnv_getSubstChars","features":[77]},{"name":"ucnv_getToUCallBack","features":[77]},{"name":"ucnv_getType","features":[77]},{"name":"ucnv_getUnicodeSet","features":[77]},{"name":"ucnv_isAmbiguous","features":[77]},{"name":"ucnv_isFixedWidth","features":[77]},{"name":"ucnv_open","features":[77]},{"name":"ucnv_openAllNames","features":[77]},{"name":"ucnv_openCCSID","features":[77]},{"name":"ucnv_openPackage","features":[77]},{"name":"ucnv_openStandardNames","features":[77]},{"name":"ucnv_openU","features":[77]},{"name":"ucnv_reset","features":[77]},{"name":"ucnv_resetFromUnicode","features":[77]},{"name":"ucnv_resetToUnicode","features":[77]},{"name":"ucnv_safeClone","features":[77]},{"name":"ucnv_setDefaultName","features":[77]},{"name":"ucnv_setFallback","features":[77]},{"name":"ucnv_setFromUCallBack","features":[77]},{"name":"ucnv_setSubstChars","features":[77]},{"name":"ucnv_setSubstString","features":[77]},{"name":"ucnv_setToUCallBack","features":[77]},{"name":"ucnv_toAlgorithmic","features":[77]},{"name":"ucnv_toUChars","features":[77]},{"name":"ucnv_toUCountPending","features":[77]},{"name":"ucnv_toUnicode","features":[77]},{"name":"ucnv_usesFallback","features":[77]},{"name":"ucnvsel_close","features":[77]},{"name":"ucnvsel_open","features":[77]},{"name":"ucnvsel_openFromSerialized","features":[77]},{"name":"ucnvsel_selectForString","features":[77]},{"name":"ucnvsel_selectForUTF8","features":[77]},{"name":"ucnvsel_serialize","features":[77]},{"name":"ucol_cloneBinary","features":[77]},{"name":"ucol_close","features":[77]},{"name":"ucol_closeElements","features":[77]},{"name":"ucol_countAvailable","features":[77]},{"name":"ucol_equal","features":[77]},{"name":"ucol_getAttribute","features":[77]},{"name":"ucol_getAvailable","features":[77]},{"name":"ucol_getBound","features":[77]},{"name":"ucol_getContractionsAndExpansions","features":[77]},{"name":"ucol_getDisplayName","features":[77]},{"name":"ucol_getEquivalentReorderCodes","features":[77]},{"name":"ucol_getFunctionalEquivalent","features":[77]},{"name":"ucol_getKeywordValues","features":[77]},{"name":"ucol_getKeywordValuesForLocale","features":[77]},{"name":"ucol_getKeywords","features":[77]},{"name":"ucol_getLocaleByType","features":[77]},{"name":"ucol_getMaxExpansion","features":[77]},{"name":"ucol_getMaxVariable","features":[77]},{"name":"ucol_getOffset","features":[77]},{"name":"ucol_getReorderCodes","features":[77]},{"name":"ucol_getRules","features":[77]},{"name":"ucol_getRulesEx","features":[77]},{"name":"ucol_getSortKey","features":[77]},{"name":"ucol_getStrength","features":[77]},{"name":"ucol_getTailoredSet","features":[77]},{"name":"ucol_getUCAVersion","features":[77]},{"name":"ucol_getVariableTop","features":[77]},{"name":"ucol_getVersion","features":[77]},{"name":"ucol_greater","features":[77]},{"name":"ucol_greaterOrEqual","features":[77]},{"name":"ucol_keyHashCode","features":[77]},{"name":"ucol_mergeSortkeys","features":[77]},{"name":"ucol_next","features":[77]},{"name":"ucol_nextSortKeyPart","features":[77]},{"name":"ucol_open","features":[77]},{"name":"ucol_openAvailableLocales","features":[77]},{"name":"ucol_openBinary","features":[77]},{"name":"ucol_openElements","features":[77]},{"name":"ucol_openRules","features":[77]},{"name":"ucol_previous","features":[77]},{"name":"ucol_primaryOrder","features":[77]},{"name":"ucol_reset","features":[77]},{"name":"ucol_safeClone","features":[77]},{"name":"ucol_secondaryOrder","features":[77]},{"name":"ucol_setAttribute","features":[77]},{"name":"ucol_setMaxVariable","features":[77]},{"name":"ucol_setOffset","features":[77]},{"name":"ucol_setReorderCodes","features":[77]},{"name":"ucol_setStrength","features":[77]},{"name":"ucol_setText","features":[77]},{"name":"ucol_strcoll","features":[77]},{"name":"ucol_strcollIter","features":[77]},{"name":"ucol_strcollUTF8","features":[77]},{"name":"ucol_tertiaryOrder","features":[77]},{"name":"ucpmap_get","features":[77]},{"name":"ucpmap_getRange","features":[77]},{"name":"ucptrie_close","features":[77]},{"name":"ucptrie_get","features":[77]},{"name":"ucptrie_getRange","features":[77]},{"name":"ucptrie_getType","features":[77]},{"name":"ucptrie_getValueWidth","features":[77]},{"name":"ucptrie_internalSmallIndex","features":[77]},{"name":"ucptrie_internalSmallU8Index","features":[77]},{"name":"ucptrie_internalU8PrevIndex","features":[77]},{"name":"ucptrie_openFromBinary","features":[77]},{"name":"ucptrie_toBinary","features":[77]},{"name":"ucsdet_close","features":[77]},{"name":"ucsdet_detect","features":[77]},{"name":"ucsdet_detectAll","features":[77]},{"name":"ucsdet_enableInputFilter","features":[77]},{"name":"ucsdet_getAllDetectableCharsets","features":[77]},{"name":"ucsdet_getConfidence","features":[77]},{"name":"ucsdet_getLanguage","features":[77]},{"name":"ucsdet_getName","features":[77]},{"name":"ucsdet_getUChars","features":[77]},{"name":"ucsdet_isInputFilterEnabled","features":[77]},{"name":"ucsdet_open","features":[77]},{"name":"ucsdet_setDeclaredEncoding","features":[77]},{"name":"ucsdet_setText","features":[77]},{"name":"ucurr_countCurrencies","features":[77]},{"name":"ucurr_forLocale","features":[77]},{"name":"ucurr_forLocaleAndDate","features":[77]},{"name":"ucurr_getDefaultFractionDigits","features":[77]},{"name":"ucurr_getDefaultFractionDigitsForUsage","features":[77]},{"name":"ucurr_getKeywordValuesForLocale","features":[77]},{"name":"ucurr_getName","features":[77]},{"name":"ucurr_getNumericCode","features":[77]},{"name":"ucurr_getPluralName","features":[77]},{"name":"ucurr_getRoundingIncrement","features":[77]},{"name":"ucurr_getRoundingIncrementForUsage","features":[77]},{"name":"ucurr_isAvailable","features":[77]},{"name":"ucurr_openISOCurrencies","features":[77]},{"name":"ucurr_register","features":[77]},{"name":"ucurr_unregister","features":[77]},{"name":"udat_adoptNumberFormat","features":[77]},{"name":"udat_adoptNumberFormatForFields","features":[77]},{"name":"udat_applyPattern","features":[77]},{"name":"udat_clone","features":[77]},{"name":"udat_close","features":[77]},{"name":"udat_countAvailable","features":[77]},{"name":"udat_countSymbols","features":[77]},{"name":"udat_format","features":[77]},{"name":"udat_formatCalendar","features":[77]},{"name":"udat_formatCalendarForFields","features":[77]},{"name":"udat_formatForFields","features":[77]},{"name":"udat_get2DigitYearStart","features":[77]},{"name":"udat_getAvailable","features":[77]},{"name":"udat_getBooleanAttribute","features":[77]},{"name":"udat_getCalendar","features":[77]},{"name":"udat_getContext","features":[77]},{"name":"udat_getLocaleByType","features":[77]},{"name":"udat_getNumberFormat","features":[77]},{"name":"udat_getNumberFormatForField","features":[77]},{"name":"udat_getSymbols","features":[77]},{"name":"udat_isLenient","features":[77]},{"name":"udat_open","features":[77]},{"name":"udat_parse","features":[77]},{"name":"udat_parseCalendar","features":[77]},{"name":"udat_set2DigitYearStart","features":[77]},{"name":"udat_setBooleanAttribute","features":[77]},{"name":"udat_setCalendar","features":[77]},{"name":"udat_setContext","features":[77]},{"name":"udat_setLenient","features":[77]},{"name":"udat_setNumberFormat","features":[77]},{"name":"udat_setSymbols","features":[77]},{"name":"udat_toCalendarDateField","features":[77]},{"name":"udat_toPattern","features":[77]},{"name":"udatpg_addPattern","features":[77]},{"name":"udatpg_clone","features":[77]},{"name":"udatpg_close","features":[77]},{"name":"udatpg_getAppendItemFormat","features":[77]},{"name":"udatpg_getAppendItemName","features":[77]},{"name":"udatpg_getBaseSkeleton","features":[77]},{"name":"udatpg_getBestPattern","features":[77]},{"name":"udatpg_getBestPatternWithOptions","features":[77]},{"name":"udatpg_getDateTimeFormat","features":[77]},{"name":"udatpg_getDecimal","features":[77]},{"name":"udatpg_getFieldDisplayName","features":[77]},{"name":"udatpg_getPatternForSkeleton","features":[77]},{"name":"udatpg_getSkeleton","features":[77]},{"name":"udatpg_open","features":[77]},{"name":"udatpg_openBaseSkeletons","features":[77]},{"name":"udatpg_openEmpty","features":[77]},{"name":"udatpg_openSkeletons","features":[77]},{"name":"udatpg_replaceFieldTypes","features":[77]},{"name":"udatpg_replaceFieldTypesWithOptions","features":[77]},{"name":"udatpg_setAppendItemFormat","features":[77]},{"name":"udatpg_setAppendItemName","features":[77]},{"name":"udatpg_setDateTimeFormat","features":[77]},{"name":"udatpg_setDecimal","features":[77]},{"name":"udtitvfmt_close","features":[77]},{"name":"udtitvfmt_closeResult","features":[77]},{"name":"udtitvfmt_format","features":[77]},{"name":"udtitvfmt_open","features":[77]},{"name":"udtitvfmt_openResult","features":[77]},{"name":"udtitvfmt_resultAsValue","features":[77]},{"name":"uenum_close","features":[77]},{"name":"uenum_count","features":[77]},{"name":"uenum_next","features":[77]},{"name":"uenum_openCharStringsEnumeration","features":[77]},{"name":"uenum_openUCharStringsEnumeration","features":[77]},{"name":"uenum_reset","features":[77]},{"name":"uenum_unext","features":[77]},{"name":"ufieldpositer_close","features":[77]},{"name":"ufieldpositer_next","features":[77]},{"name":"ufieldpositer_open","features":[77]},{"name":"ufmt_close","features":[77]},{"name":"ufmt_getArrayItemByIndex","features":[77]},{"name":"ufmt_getArrayLength","features":[77]},{"name":"ufmt_getDate","features":[77]},{"name":"ufmt_getDecNumChars","features":[77]},{"name":"ufmt_getDouble","features":[77]},{"name":"ufmt_getInt64","features":[77]},{"name":"ufmt_getLong","features":[77]},{"name":"ufmt_getObject","features":[77]},{"name":"ufmt_getType","features":[77]},{"name":"ufmt_getUChars","features":[77]},{"name":"ufmt_isNumeric","features":[77]},{"name":"ufmt_open","features":[77]},{"name":"ufmtval_getString","features":[77]},{"name":"ufmtval_nextPosition","features":[77]},{"name":"ugender_getInstance","features":[77]},{"name":"ugender_getListGender","features":[77]},{"name":"uidna_close","features":[77]},{"name":"uidna_labelToASCII","features":[77]},{"name":"uidna_labelToASCII_UTF8","features":[77]},{"name":"uidna_labelToUnicode","features":[77]},{"name":"uidna_labelToUnicodeUTF8","features":[77]},{"name":"uidna_nameToASCII","features":[77]},{"name":"uidna_nameToASCII_UTF8","features":[77]},{"name":"uidna_nameToUnicode","features":[77]},{"name":"uidna_nameToUnicodeUTF8","features":[77]},{"name":"uidna_openUTS46","features":[77]},{"name":"uiter_current32","features":[77]},{"name":"uiter_getState","features":[77]},{"name":"uiter_next32","features":[77]},{"name":"uiter_previous32","features":[77]},{"name":"uiter_setState","features":[77]},{"name":"uiter_setString","features":[77]},{"name":"uiter_setUTF16BE","features":[77]},{"name":"uiter_setUTF8","features":[77]},{"name":"uldn_close","features":[77]},{"name":"uldn_getContext","features":[77]},{"name":"uldn_getDialectHandling","features":[77]},{"name":"uldn_getLocale","features":[77]},{"name":"uldn_keyDisplayName","features":[77]},{"name":"uldn_keyValueDisplayName","features":[77]},{"name":"uldn_languageDisplayName","features":[77]},{"name":"uldn_localeDisplayName","features":[77]},{"name":"uldn_open","features":[77]},{"name":"uldn_openForContext","features":[77]},{"name":"uldn_regionDisplayName","features":[77]},{"name":"uldn_scriptCodeDisplayName","features":[77]},{"name":"uldn_scriptDisplayName","features":[77]},{"name":"uldn_variantDisplayName","features":[77]},{"name":"ulistfmt_close","features":[77]},{"name":"ulistfmt_closeResult","features":[77]},{"name":"ulistfmt_format","features":[77]},{"name":"ulistfmt_formatStringsToResult","features":[77]},{"name":"ulistfmt_open","features":[77]},{"name":"ulistfmt_openForType","features":[77]},{"name":"ulistfmt_openResult","features":[77]},{"name":"ulistfmt_resultAsValue","features":[77]},{"name":"uloc_acceptLanguage","features":[77]},{"name":"uloc_acceptLanguageFromHTTP","features":[77]},{"name":"uloc_addLikelySubtags","features":[77]},{"name":"uloc_canonicalize","features":[77]},{"name":"uloc_countAvailable","features":[77]},{"name":"uloc_forLanguageTag","features":[77]},{"name":"uloc_getAvailable","features":[77]},{"name":"uloc_getBaseName","features":[77]},{"name":"uloc_getCharacterOrientation","features":[77]},{"name":"uloc_getCountry","features":[77]},{"name":"uloc_getDefault","features":[77]},{"name":"uloc_getDisplayCountry","features":[77]},{"name":"uloc_getDisplayKeyword","features":[77]},{"name":"uloc_getDisplayKeywordValue","features":[77]},{"name":"uloc_getDisplayLanguage","features":[77]},{"name":"uloc_getDisplayName","features":[77]},{"name":"uloc_getDisplayScript","features":[77]},{"name":"uloc_getDisplayVariant","features":[77]},{"name":"uloc_getISO3Country","features":[77]},{"name":"uloc_getISO3Language","features":[77]},{"name":"uloc_getISOCountries","features":[77]},{"name":"uloc_getISOLanguages","features":[77]},{"name":"uloc_getKeywordValue","features":[77]},{"name":"uloc_getLCID","features":[77]},{"name":"uloc_getLanguage","features":[77]},{"name":"uloc_getLineOrientation","features":[77]},{"name":"uloc_getLocaleForLCID","features":[77]},{"name":"uloc_getName","features":[77]},{"name":"uloc_getParent","features":[77]},{"name":"uloc_getScript","features":[77]},{"name":"uloc_getVariant","features":[77]},{"name":"uloc_isRightToLeft","features":[77]},{"name":"uloc_minimizeSubtags","features":[77]},{"name":"uloc_openAvailableByType","features":[77]},{"name":"uloc_openKeywords","features":[77]},{"name":"uloc_setDefault","features":[77]},{"name":"uloc_setKeywordValue","features":[77]},{"name":"uloc_toLanguageTag","features":[77]},{"name":"uloc_toLegacyKey","features":[77]},{"name":"uloc_toLegacyType","features":[77]},{"name":"uloc_toUnicodeLocaleKey","features":[77]},{"name":"uloc_toUnicodeLocaleType","features":[77]},{"name":"ulocdata_close","features":[77]},{"name":"ulocdata_getCLDRVersion","features":[77]},{"name":"ulocdata_getDelimiter","features":[77]},{"name":"ulocdata_getExemplarSet","features":[77]},{"name":"ulocdata_getLocaleDisplayPattern","features":[77]},{"name":"ulocdata_getLocaleSeparator","features":[77]},{"name":"ulocdata_getMeasurementSystem","features":[77]},{"name":"ulocdata_getNoSubstitute","features":[77]},{"name":"ulocdata_getPaperSize","features":[77]},{"name":"ulocdata_open","features":[77]},{"name":"ulocdata_setNoSubstitute","features":[77]},{"name":"umsg_applyPattern","features":[77]},{"name":"umsg_autoQuoteApostrophe","features":[77]},{"name":"umsg_clone","features":[77]},{"name":"umsg_close","features":[77]},{"name":"umsg_format","features":[77]},{"name":"umsg_getLocale","features":[77]},{"name":"umsg_open","features":[77]},{"name":"umsg_parse","features":[77]},{"name":"umsg_setLocale","features":[77]},{"name":"umsg_toPattern","features":[77]},{"name":"umsg_vformat","features":[77]},{"name":"umsg_vparse","features":[77]},{"name":"umutablecptrie_buildImmutable","features":[77]},{"name":"umutablecptrie_clone","features":[77]},{"name":"umutablecptrie_close","features":[77]},{"name":"umutablecptrie_fromUCPMap","features":[77]},{"name":"umutablecptrie_fromUCPTrie","features":[77]},{"name":"umutablecptrie_get","features":[77]},{"name":"umutablecptrie_getRange","features":[77]},{"name":"umutablecptrie_open","features":[77]},{"name":"umutablecptrie_set","features":[77]},{"name":"umutablecptrie_setRange","features":[77]},{"name":"unorm2_append","features":[77]},{"name":"unorm2_close","features":[77]},{"name":"unorm2_composePair","features":[77]},{"name":"unorm2_getCombiningClass","features":[77]},{"name":"unorm2_getDecomposition","features":[77]},{"name":"unorm2_getInstance","features":[77]},{"name":"unorm2_getNFCInstance","features":[77]},{"name":"unorm2_getNFDInstance","features":[77]},{"name":"unorm2_getNFKCCasefoldInstance","features":[77]},{"name":"unorm2_getNFKCInstance","features":[77]},{"name":"unorm2_getNFKDInstance","features":[77]},{"name":"unorm2_getRawDecomposition","features":[77]},{"name":"unorm2_hasBoundaryAfter","features":[77]},{"name":"unorm2_hasBoundaryBefore","features":[77]},{"name":"unorm2_isInert","features":[77]},{"name":"unorm2_isNormalized","features":[77]},{"name":"unorm2_normalize","features":[77]},{"name":"unorm2_normalizeSecondAndAppend","features":[77]},{"name":"unorm2_openFiltered","features":[77]},{"name":"unorm2_quickCheck","features":[77]},{"name":"unorm2_spanQuickCheckYes","features":[77]},{"name":"unorm_compare","features":[77]},{"name":"unum_applyPattern","features":[77]},{"name":"unum_clone","features":[77]},{"name":"unum_close","features":[77]},{"name":"unum_countAvailable","features":[77]},{"name":"unum_format","features":[77]},{"name":"unum_formatDecimal","features":[77]},{"name":"unum_formatDouble","features":[77]},{"name":"unum_formatDoubleCurrency","features":[77]},{"name":"unum_formatDoubleForFields","features":[77]},{"name":"unum_formatInt64","features":[77]},{"name":"unum_formatUFormattable","features":[77]},{"name":"unum_getAttribute","features":[77]},{"name":"unum_getAvailable","features":[77]},{"name":"unum_getContext","features":[77]},{"name":"unum_getDoubleAttribute","features":[77]},{"name":"unum_getLocaleByType","features":[77]},{"name":"unum_getSymbol","features":[77]},{"name":"unum_getTextAttribute","features":[77]},{"name":"unum_open","features":[77]},{"name":"unum_parse","features":[77]},{"name":"unum_parseDecimal","features":[77]},{"name":"unum_parseDouble","features":[77]},{"name":"unum_parseDoubleCurrency","features":[77]},{"name":"unum_parseInt64","features":[77]},{"name":"unum_parseToUFormattable","features":[77]},{"name":"unum_setAttribute","features":[77]},{"name":"unum_setContext","features":[77]},{"name":"unum_setDoubleAttribute","features":[77]},{"name":"unum_setSymbol","features":[77]},{"name":"unum_setTextAttribute","features":[77]},{"name":"unum_toPattern","features":[77]},{"name":"unumf_close","features":[77]},{"name":"unumf_closeResult","features":[77]},{"name":"unumf_formatDecimal","features":[77]},{"name":"unumf_formatDouble","features":[77]},{"name":"unumf_formatInt","features":[77]},{"name":"unumf_openForSkeletonAndLocale","features":[77]},{"name":"unumf_openForSkeletonAndLocaleWithError","features":[77]},{"name":"unumf_openResult","features":[77]},{"name":"unumf_resultAsValue","features":[77]},{"name":"unumf_resultGetAllFieldPositions","features":[77]},{"name":"unumf_resultNextFieldPosition","features":[77]},{"name":"unumf_resultToString","features":[77]},{"name":"unumsys_close","features":[77]},{"name":"unumsys_getDescription","features":[77]},{"name":"unumsys_getName","features":[77]},{"name":"unumsys_getRadix","features":[77]},{"name":"unumsys_isAlgorithmic","features":[77]},{"name":"unumsys_open","features":[77]},{"name":"unumsys_openAvailableNames","features":[77]},{"name":"unumsys_openByName","features":[77]},{"name":"uplrules_close","features":[77]},{"name":"uplrules_getKeywords","features":[77]},{"name":"uplrules_open","features":[77]},{"name":"uplrules_openForType","features":[77]},{"name":"uplrules_select","features":[77]},{"name":"uplrules_selectFormatted","features":[77]},{"name":"uregex_appendReplacement","features":[77]},{"name":"uregex_appendReplacementUText","features":[77]},{"name":"uregex_appendTail","features":[77]},{"name":"uregex_appendTailUText","features":[77]},{"name":"uregex_clone","features":[77]},{"name":"uregex_close","features":[77]},{"name":"uregex_end","features":[77]},{"name":"uregex_end64","features":[77]},{"name":"uregex_find","features":[77]},{"name":"uregex_find64","features":[77]},{"name":"uregex_findNext","features":[77]},{"name":"uregex_flags","features":[77]},{"name":"uregex_getFindProgressCallback","features":[77]},{"name":"uregex_getMatchCallback","features":[77]},{"name":"uregex_getStackLimit","features":[77]},{"name":"uregex_getText","features":[77]},{"name":"uregex_getTimeLimit","features":[77]},{"name":"uregex_getUText","features":[77]},{"name":"uregex_group","features":[77]},{"name":"uregex_groupCount","features":[77]},{"name":"uregex_groupNumberFromCName","features":[77]},{"name":"uregex_groupNumberFromName","features":[77]},{"name":"uregex_groupUText","features":[77]},{"name":"uregex_hasAnchoringBounds","features":[77]},{"name":"uregex_hasTransparentBounds","features":[77]},{"name":"uregex_hitEnd","features":[77]},{"name":"uregex_lookingAt","features":[77]},{"name":"uregex_lookingAt64","features":[77]},{"name":"uregex_matches","features":[77]},{"name":"uregex_matches64","features":[77]},{"name":"uregex_open","features":[77]},{"name":"uregex_openC","features":[77]},{"name":"uregex_openUText","features":[77]},{"name":"uregex_pattern","features":[77]},{"name":"uregex_patternUText","features":[77]},{"name":"uregex_refreshUText","features":[77]},{"name":"uregex_regionEnd","features":[77]},{"name":"uregex_regionEnd64","features":[77]},{"name":"uregex_regionStart","features":[77]},{"name":"uregex_regionStart64","features":[77]},{"name":"uregex_replaceAll","features":[77]},{"name":"uregex_replaceAllUText","features":[77]},{"name":"uregex_replaceFirst","features":[77]},{"name":"uregex_replaceFirstUText","features":[77]},{"name":"uregex_requireEnd","features":[77]},{"name":"uregex_reset","features":[77]},{"name":"uregex_reset64","features":[77]},{"name":"uregex_setFindProgressCallback","features":[77]},{"name":"uregex_setMatchCallback","features":[77]},{"name":"uregex_setRegion","features":[77]},{"name":"uregex_setRegion64","features":[77]},{"name":"uregex_setRegionAndStart","features":[77]},{"name":"uregex_setStackLimit","features":[77]},{"name":"uregex_setText","features":[77]},{"name":"uregex_setTimeLimit","features":[77]},{"name":"uregex_setUText","features":[77]},{"name":"uregex_split","features":[77]},{"name":"uregex_splitUText","features":[77]},{"name":"uregex_start","features":[77]},{"name":"uregex_start64","features":[77]},{"name":"uregex_useAnchoringBounds","features":[77]},{"name":"uregex_useTransparentBounds","features":[77]},{"name":"uregion_areEqual","features":[77]},{"name":"uregion_contains","features":[77]},{"name":"uregion_getAvailable","features":[77]},{"name":"uregion_getContainedRegions","features":[77]},{"name":"uregion_getContainedRegionsOfType","features":[77]},{"name":"uregion_getContainingRegion","features":[77]},{"name":"uregion_getContainingRegionOfType","features":[77]},{"name":"uregion_getNumericCode","features":[77]},{"name":"uregion_getPreferredValues","features":[77]},{"name":"uregion_getRegionCode","features":[77]},{"name":"uregion_getRegionFromCode","features":[77]},{"name":"uregion_getRegionFromNumericCode","features":[77]},{"name":"uregion_getType","features":[77]},{"name":"ureldatefmt_close","features":[77]},{"name":"ureldatefmt_closeResult","features":[77]},{"name":"ureldatefmt_combineDateAndTime","features":[77]},{"name":"ureldatefmt_format","features":[77]},{"name":"ureldatefmt_formatNumeric","features":[77]},{"name":"ureldatefmt_formatNumericToResult","features":[77]},{"name":"ureldatefmt_formatToResult","features":[77]},{"name":"ureldatefmt_open","features":[77]},{"name":"ureldatefmt_openResult","features":[77]},{"name":"ureldatefmt_resultAsValue","features":[77]},{"name":"ures_close","features":[77]},{"name":"ures_getBinary","features":[77]},{"name":"ures_getByIndex","features":[77]},{"name":"ures_getByKey","features":[77]},{"name":"ures_getInt","features":[77]},{"name":"ures_getIntVector","features":[77]},{"name":"ures_getKey","features":[77]},{"name":"ures_getLocaleByType","features":[77]},{"name":"ures_getNextResource","features":[77]},{"name":"ures_getNextString","features":[77]},{"name":"ures_getSize","features":[77]},{"name":"ures_getString","features":[77]},{"name":"ures_getStringByIndex","features":[77]},{"name":"ures_getStringByKey","features":[77]},{"name":"ures_getType","features":[77]},{"name":"ures_getUInt","features":[77]},{"name":"ures_getUTF8String","features":[77]},{"name":"ures_getUTF8StringByIndex","features":[77]},{"name":"ures_getUTF8StringByKey","features":[77]},{"name":"ures_getVersion","features":[77]},{"name":"ures_hasNext","features":[77]},{"name":"ures_open","features":[77]},{"name":"ures_openAvailableLocales","features":[77]},{"name":"ures_openDirect","features":[77]},{"name":"ures_openU","features":[77]},{"name":"ures_resetIterator","features":[77]},{"name":"uscript_breaksBetweenLetters","features":[77]},{"name":"uscript_getCode","features":[77]},{"name":"uscript_getName","features":[77]},{"name":"uscript_getSampleString","features":[77]},{"name":"uscript_getScript","features":[77]},{"name":"uscript_getScriptExtensions","features":[77]},{"name":"uscript_getShortName","features":[77]},{"name":"uscript_getUsage","features":[77]},{"name":"uscript_hasScript","features":[77]},{"name":"uscript_isCased","features":[77]},{"name":"uscript_isRightToLeft","features":[77]},{"name":"usearch_close","features":[77]},{"name":"usearch_first","features":[77]},{"name":"usearch_following","features":[77]},{"name":"usearch_getAttribute","features":[77]},{"name":"usearch_getBreakIterator","features":[77]},{"name":"usearch_getCollator","features":[77]},{"name":"usearch_getMatchedLength","features":[77]},{"name":"usearch_getMatchedStart","features":[77]},{"name":"usearch_getMatchedText","features":[77]},{"name":"usearch_getOffset","features":[77]},{"name":"usearch_getPattern","features":[77]},{"name":"usearch_getText","features":[77]},{"name":"usearch_last","features":[77]},{"name":"usearch_next","features":[77]},{"name":"usearch_open","features":[77]},{"name":"usearch_openFromCollator","features":[77]},{"name":"usearch_preceding","features":[77]},{"name":"usearch_previous","features":[77]},{"name":"usearch_reset","features":[77]},{"name":"usearch_setAttribute","features":[77]},{"name":"usearch_setBreakIterator","features":[77]},{"name":"usearch_setCollator","features":[77]},{"name":"usearch_setOffset","features":[77]},{"name":"usearch_setPattern","features":[77]},{"name":"usearch_setText","features":[77]},{"name":"uset_add","features":[77]},{"name":"uset_addAll","features":[77]},{"name":"uset_addAllCodePoints","features":[77]},{"name":"uset_addRange","features":[77]},{"name":"uset_addString","features":[77]},{"name":"uset_applyIntPropertyValue","features":[77]},{"name":"uset_applyPattern","features":[77]},{"name":"uset_applyPropertyAlias","features":[77]},{"name":"uset_charAt","features":[77]},{"name":"uset_clear","features":[77]},{"name":"uset_clone","features":[77]},{"name":"uset_cloneAsThawed","features":[77]},{"name":"uset_close","features":[77]},{"name":"uset_closeOver","features":[77]},{"name":"uset_compact","features":[77]},{"name":"uset_complement","features":[77]},{"name":"uset_complementAll","features":[77]},{"name":"uset_contains","features":[77]},{"name":"uset_containsAll","features":[77]},{"name":"uset_containsAllCodePoints","features":[77]},{"name":"uset_containsNone","features":[77]},{"name":"uset_containsRange","features":[77]},{"name":"uset_containsSome","features":[77]},{"name":"uset_containsString","features":[77]},{"name":"uset_equals","features":[77]},{"name":"uset_freeze","features":[77]},{"name":"uset_getItem","features":[77]},{"name":"uset_getItemCount","features":[77]},{"name":"uset_getSerializedRange","features":[77]},{"name":"uset_getSerializedRangeCount","features":[77]},{"name":"uset_getSerializedSet","features":[77]},{"name":"uset_indexOf","features":[77]},{"name":"uset_isEmpty","features":[77]},{"name":"uset_isFrozen","features":[77]},{"name":"uset_open","features":[77]},{"name":"uset_openEmpty","features":[77]},{"name":"uset_openPattern","features":[77]},{"name":"uset_openPatternOptions","features":[77]},{"name":"uset_remove","features":[77]},{"name":"uset_removeAll","features":[77]},{"name":"uset_removeAllStrings","features":[77]},{"name":"uset_removeRange","features":[77]},{"name":"uset_removeString","features":[77]},{"name":"uset_resemblesPattern","features":[77]},{"name":"uset_retain","features":[77]},{"name":"uset_retainAll","features":[77]},{"name":"uset_serialize","features":[77]},{"name":"uset_serializedContains","features":[77]},{"name":"uset_set","features":[77]},{"name":"uset_setSerializedToOne","features":[77]},{"name":"uset_size","features":[77]},{"name":"uset_span","features":[77]},{"name":"uset_spanBack","features":[77]},{"name":"uset_spanBackUTF8","features":[77]},{"name":"uset_spanUTF8","features":[77]},{"name":"uset_toPattern","features":[77]},{"name":"uspoof_areConfusable","features":[77]},{"name":"uspoof_areConfusableUTF8","features":[77]},{"name":"uspoof_check","features":[77]},{"name":"uspoof_check2","features":[77]},{"name":"uspoof_check2UTF8","features":[77]},{"name":"uspoof_checkUTF8","features":[77]},{"name":"uspoof_clone","features":[77]},{"name":"uspoof_close","features":[77]},{"name":"uspoof_closeCheckResult","features":[77]},{"name":"uspoof_getAllowedChars","features":[77]},{"name":"uspoof_getAllowedLocales","features":[77]},{"name":"uspoof_getCheckResultChecks","features":[77]},{"name":"uspoof_getCheckResultNumerics","features":[77]},{"name":"uspoof_getCheckResultRestrictionLevel","features":[77]},{"name":"uspoof_getChecks","features":[77]},{"name":"uspoof_getInclusionSet","features":[77]},{"name":"uspoof_getRecommendedSet","features":[77]},{"name":"uspoof_getRestrictionLevel","features":[77]},{"name":"uspoof_getSkeleton","features":[77]},{"name":"uspoof_getSkeletonUTF8","features":[77]},{"name":"uspoof_open","features":[77]},{"name":"uspoof_openCheckResult","features":[77]},{"name":"uspoof_openFromSerialized","features":[77]},{"name":"uspoof_openFromSource","features":[77]},{"name":"uspoof_serialize","features":[77]},{"name":"uspoof_setAllowedChars","features":[77]},{"name":"uspoof_setAllowedLocales","features":[77]},{"name":"uspoof_setChecks","features":[77]},{"name":"uspoof_setRestrictionLevel","features":[77]},{"name":"usprep_close","features":[77]},{"name":"usprep_open","features":[77]},{"name":"usprep_openByType","features":[77]},{"name":"usprep_prepare","features":[77]},{"name":"utext_char32At","features":[77]},{"name":"utext_clone","features":[77]},{"name":"utext_close","features":[77]},{"name":"utext_copy","features":[77]},{"name":"utext_current32","features":[77]},{"name":"utext_equals","features":[77]},{"name":"utext_extract","features":[77]},{"name":"utext_freeze","features":[77]},{"name":"utext_getNativeIndex","features":[77]},{"name":"utext_getPreviousNativeIndex","features":[77]},{"name":"utext_hasMetaData","features":[77]},{"name":"utext_isLengthExpensive","features":[77]},{"name":"utext_isWritable","features":[77]},{"name":"utext_moveIndex32","features":[77]},{"name":"utext_nativeLength","features":[77]},{"name":"utext_next32","features":[77]},{"name":"utext_next32From","features":[77]},{"name":"utext_openUChars","features":[77]},{"name":"utext_openUTF8","features":[77]},{"name":"utext_previous32","features":[77]},{"name":"utext_previous32From","features":[77]},{"name":"utext_replace","features":[77]},{"name":"utext_setNativeIndex","features":[77]},{"name":"utext_setup","features":[77]},{"name":"utf8_appendCharSafeBody","features":[77]},{"name":"utf8_back1SafeBody","features":[77]},{"name":"utf8_nextCharSafeBody","features":[77]},{"name":"utf8_prevCharSafeBody","features":[77]},{"name":"utmscale_fromInt64","features":[77]},{"name":"utmscale_getTimeScaleValue","features":[77]},{"name":"utmscale_toInt64","features":[77]},{"name":"utrace_format","features":[77]},{"name":"utrace_functionName","features":[77]},{"name":"utrace_getFunctions","features":[77]},{"name":"utrace_getLevel","features":[77]},{"name":"utrace_setFunctions","features":[77]},{"name":"utrace_setLevel","features":[77]},{"name":"utrace_vformat","features":[77]},{"name":"utrans_clone","features":[77]},{"name":"utrans_close","features":[77]},{"name":"utrans_countAvailableIDs","features":[77]},{"name":"utrans_getSourceSet","features":[77]},{"name":"utrans_getUnicodeID","features":[77]},{"name":"utrans_openIDs","features":[77]},{"name":"utrans_openInverse","features":[77]},{"name":"utrans_openU","features":[77]},{"name":"utrans_register","features":[77]},{"name":"utrans_setFilter","features":[77]},{"name":"utrans_toRules","features":[77]},{"name":"utrans_trans","features":[77]},{"name":"utrans_transIncremental","features":[77]},{"name":"utrans_transIncrementalUChars","features":[77]},{"name":"utrans_transUChars","features":[77]},{"name":"utrans_unregisterID","features":[77]}],"419":[{"name":"DWMFLIP3DWINDOWPOLICY","features":[78]},{"name":"DWMFLIP3D_DEFAULT","features":[78]},{"name":"DWMFLIP3D_EXCLUDEABOVE","features":[78]},{"name":"DWMFLIP3D_EXCLUDEBELOW","features":[78]},{"name":"DWMFLIP3D_LAST","features":[78]},{"name":"DWMNCRENDERINGPOLICY","features":[78]},{"name":"DWMNCRP_DISABLED","features":[78]},{"name":"DWMNCRP_ENABLED","features":[78]},{"name":"DWMNCRP_LAST","features":[78]},{"name":"DWMNCRP_USEWINDOWSTYLE","features":[78]},{"name":"DWMSBT_AUTO","features":[78]},{"name":"DWMSBT_MAINWINDOW","features":[78]},{"name":"DWMSBT_NONE","features":[78]},{"name":"DWMSBT_TABBEDWINDOW","features":[78]},{"name":"DWMSBT_TRANSIENTWINDOW","features":[78]},{"name":"DWMSC_ALL","features":[78]},{"name":"DWMSC_DOWN","features":[78]},{"name":"DWMSC_DRAG","features":[78]},{"name":"DWMSC_HOLD","features":[78]},{"name":"DWMSC_NONE","features":[78]},{"name":"DWMSC_PENBARREL","features":[78]},{"name":"DWMSC_UP","features":[78]},{"name":"DWMTRANSITION_OWNEDWINDOW_NULL","features":[78]},{"name":"DWMTRANSITION_OWNEDWINDOW_REPOSITION","features":[78]},{"name":"DWMTRANSITION_OWNEDWINDOW_TARGET","features":[78]},{"name":"DWMTWR_APP_COMPAT","features":[78]},{"name":"DWMTWR_GROUP_POLICY","features":[78]},{"name":"DWMTWR_IMPLEMENTED_BY_SYSTEM","features":[78]},{"name":"DWMTWR_NONE","features":[78]},{"name":"DWMTWR_TABBING_ENABLED","features":[78]},{"name":"DWMTWR_USER_POLICY","features":[78]},{"name":"DWMTWR_WINDOW_DWM_ATTRIBUTES","features":[78]},{"name":"DWMTWR_WINDOW_MARGINS","features":[78]},{"name":"DWMTWR_WINDOW_REGION","features":[78]},{"name":"DWMTWR_WINDOW_RELATIONSHIP","features":[78]},{"name":"DWMTWR_WINDOW_STYLES","features":[78]},{"name":"DWMWA_ALLOW_NCPAINT","features":[78]},{"name":"DWMWA_BORDER_COLOR","features":[78]},{"name":"DWMWA_CAPTION_BUTTON_BOUNDS","features":[78]},{"name":"DWMWA_CAPTION_COLOR","features":[78]},{"name":"DWMWA_CLOAK","features":[78]},{"name":"DWMWA_CLOAKED","features":[78]},{"name":"DWMWA_COLOR_DEFAULT","features":[78]},{"name":"DWMWA_COLOR_NONE","features":[78]},{"name":"DWMWA_DISALLOW_PEEK","features":[78]},{"name":"DWMWA_EXCLUDED_FROM_PEEK","features":[78]},{"name":"DWMWA_EXTENDED_FRAME_BOUNDS","features":[78]},{"name":"DWMWA_FLIP3D_POLICY","features":[78]},{"name":"DWMWA_FORCE_ICONIC_REPRESENTATION","features":[78]},{"name":"DWMWA_FREEZE_REPRESENTATION","features":[78]},{"name":"DWMWA_HAS_ICONIC_BITMAP","features":[78]},{"name":"DWMWA_LAST","features":[78]},{"name":"DWMWA_NCRENDERING_ENABLED","features":[78]},{"name":"DWMWA_NCRENDERING_POLICY","features":[78]},{"name":"DWMWA_NONCLIENT_RTL_LAYOUT","features":[78]},{"name":"DWMWA_PASSIVE_UPDATE_MODE","features":[78]},{"name":"DWMWA_SYSTEMBACKDROP_TYPE","features":[78]},{"name":"DWMWA_TEXT_COLOR","features":[78]},{"name":"DWMWA_TRANSITIONS_FORCEDISABLED","features":[78]},{"name":"DWMWA_USE_HOSTBACKDROPBRUSH","features":[78]},{"name":"DWMWA_USE_IMMERSIVE_DARK_MODE","features":[78]},{"name":"DWMWA_VISIBLE_FRAME_BORDER_THICKNESS","features":[78]},{"name":"DWMWA_WINDOW_CORNER_PREFERENCE","features":[78]},{"name":"DWMWCP_DEFAULT","features":[78]},{"name":"DWMWCP_DONOTROUND","features":[78]},{"name":"DWMWCP_ROUND","features":[78]},{"name":"DWMWCP_ROUNDSMALL","features":[78]},{"name":"DWMWINDOWATTRIBUTE","features":[78]},{"name":"DWM_BB_BLURREGION","features":[78]},{"name":"DWM_BB_ENABLE","features":[78]},{"name":"DWM_BB_TRANSITIONONMAXIMIZED","features":[78]},{"name":"DWM_BLURBEHIND","features":[1,78,13]},{"name":"DWM_CLOAKED_APP","features":[78]},{"name":"DWM_CLOAKED_INHERITED","features":[78]},{"name":"DWM_CLOAKED_SHELL","features":[78]},{"name":"DWM_EC_DISABLECOMPOSITION","features":[78]},{"name":"DWM_EC_ENABLECOMPOSITION","features":[78]},{"name":"DWM_FRAME_DURATION_DEFAULT","features":[78]},{"name":"DWM_PRESENT_PARAMETERS","features":[1,78]},{"name":"DWM_SHOWCONTACT","features":[78]},{"name":"DWM_SIT_DISPLAYFRAME","features":[78]},{"name":"DWM_SOURCE_FRAME_SAMPLING","features":[78]},{"name":"DWM_SOURCE_FRAME_SAMPLING_COVERAGE","features":[78]},{"name":"DWM_SOURCE_FRAME_SAMPLING_LAST","features":[78]},{"name":"DWM_SOURCE_FRAME_SAMPLING_POINT","features":[78]},{"name":"DWM_SYSTEMBACKDROP_TYPE","features":[78]},{"name":"DWM_TAB_WINDOW_REQUIREMENTS","features":[78]},{"name":"DWM_THUMBNAIL_PROPERTIES","features":[1,78]},{"name":"DWM_TIMING_INFO","features":[78]},{"name":"DWM_TNP_OPACITY","features":[78]},{"name":"DWM_TNP_RECTDESTINATION","features":[78]},{"name":"DWM_TNP_RECTSOURCE","features":[78]},{"name":"DWM_TNP_SOURCECLIENTAREAONLY","features":[78]},{"name":"DWM_TNP_VISIBLE","features":[78]},{"name":"DWM_WINDOW_CORNER_PREFERENCE","features":[78]},{"name":"DwmAttachMilContent","features":[1,78]},{"name":"DwmDefWindowProc","features":[1,78]},{"name":"DwmDetachMilContent","features":[1,78]},{"name":"DwmEnableBlurBehindWindow","features":[1,78,13]},{"name":"DwmEnableComposition","features":[78]},{"name":"DwmEnableMMCSS","features":[1,78]},{"name":"DwmExtendFrameIntoClientArea","features":[1,78,42]},{"name":"DwmFlush","features":[78]},{"name":"DwmGetColorizationColor","features":[1,78]},{"name":"DwmGetCompositionTimingInfo","features":[1,78]},{"name":"DwmGetGraphicsStreamClient","features":[78]},{"name":"DwmGetGraphicsStreamTransformHint","features":[78]},{"name":"DwmGetTransportAttributes","features":[1,78]},{"name":"DwmGetUnmetTabRequirements","features":[1,78]},{"name":"DwmGetWindowAttribute","features":[1,78]},{"name":"DwmInvalidateIconicBitmaps","features":[1,78]},{"name":"DwmIsCompositionEnabled","features":[1,78]},{"name":"DwmModifyPreviousDxFrameDuration","features":[1,78]},{"name":"DwmQueryThumbnailSourceSize","features":[1,78]},{"name":"DwmRegisterThumbnail","features":[1,78]},{"name":"DwmRenderGesture","features":[1,78]},{"name":"DwmSetDxFrameDuration","features":[1,78]},{"name":"DwmSetIconicLivePreviewBitmap","features":[1,78,13]},{"name":"DwmSetIconicThumbnail","features":[1,78,13]},{"name":"DwmSetPresentParameters","features":[1,78]},{"name":"DwmSetWindowAttribute","features":[1,78]},{"name":"DwmShowContact","features":[78]},{"name":"DwmTetherContact","features":[1,78]},{"name":"DwmTransitionOwnedWindow","features":[1,78]},{"name":"DwmUnregisterThumbnail","features":[78]},{"name":"DwmUpdateThumbnailProperties","features":[1,78]},{"name":"GESTURE_TYPE","features":[78]},{"name":"GT_PEN_DOUBLETAP","features":[78]},{"name":"GT_PEN_PRESSANDHOLD","features":[78]},{"name":"GT_PEN_PRESSANDHOLDABORT","features":[78]},{"name":"GT_PEN_RIGHTTAP","features":[78]},{"name":"GT_PEN_TAP","features":[78]},{"name":"GT_TOUCH_DOUBLETAP","features":[78]},{"name":"GT_TOUCH_PRESSANDHOLD","features":[78]},{"name":"GT_TOUCH_PRESSANDHOLDABORT","features":[78]},{"name":"GT_TOUCH_PRESSANDTAP","features":[78]},{"name":"GT_TOUCH_RIGHTTAP","features":[78]},{"name":"GT_TOUCH_TAP","features":[78]},{"name":"MilMatrix3x2D","features":[78]},{"name":"UNSIGNED_RATIO","features":[78]},{"name":"c_DwmMaxAdapters","features":[78]},{"name":"c_DwmMaxMonitors","features":[78]},{"name":"c_DwmMaxQueuedBuffers","features":[78]}],"422":[{"name":"ABC","features":[13]},{"name":"ABCFLOAT","features":[13]},{"name":"ABORTDOC","features":[13]},{"name":"ABORTPATH","features":[13]},{"name":"ABSOLUTE","features":[13]},{"name":"AC_SRC_ALPHA","features":[13]},{"name":"AC_SRC_OVER","features":[13]},{"name":"AD_CLOCKWISE","features":[13]},{"name":"AD_COUNTERCLOCKWISE","features":[13]},{"name":"ALTERNATE","features":[13]},{"name":"ANSI_CHARSET","features":[13]},{"name":"ANSI_FIXED_FONT","features":[13]},{"name":"ANSI_VAR_FONT","features":[13]},{"name":"ANTIALIASED_QUALITY","features":[13]},{"name":"ARABIC_CHARSET","features":[13]},{"name":"ARC_DIRECTION","features":[13]},{"name":"ASPECTX","features":[13]},{"name":"ASPECTXY","features":[13]},{"name":"ASPECTY","features":[13]},{"name":"ASPECT_FILTERING","features":[13]},{"name":"AXESLISTA","features":[13]},{"name":"AXESLISTW","features":[13]},{"name":"AXISINFOA","features":[13]},{"name":"AXISINFOW","features":[13]},{"name":"AbortPath","features":[1,13]},{"name":"AddFontMemResourceEx","features":[1,13]},{"name":"AddFontResourceA","features":[13]},{"name":"AddFontResourceExA","features":[13]},{"name":"AddFontResourceExW","features":[13]},{"name":"AddFontResourceW","features":[13]},{"name":"AlphaBlend","features":[1,13]},{"name":"AngleArc","features":[1,13]},{"name":"AnimatePalette","features":[1,13]},{"name":"Arc","features":[1,13]},{"name":"ArcTo","features":[1,13]},{"name":"BACKGROUND_MODE","features":[13]},{"name":"BALTIC_CHARSET","features":[13]},{"name":"BANDINFO","features":[13]},{"name":"BDR_INNER","features":[13]},{"name":"BDR_OUTER","features":[13]},{"name":"BDR_RAISED","features":[13]},{"name":"BDR_RAISEDINNER","features":[13]},{"name":"BDR_RAISEDOUTER","features":[13]},{"name":"BDR_SUNKEN","features":[13]},{"name":"BDR_SUNKENINNER","features":[13]},{"name":"BDR_SUNKENOUTER","features":[13]},{"name":"BEGIN_PATH","features":[13]},{"name":"BF_ADJUST","features":[13]},{"name":"BF_BOTTOM","features":[13]},{"name":"BF_BOTTOMLEFT","features":[13]},{"name":"BF_BOTTOMRIGHT","features":[13]},{"name":"BF_DIAGONAL","features":[13]},{"name":"BF_DIAGONAL_ENDBOTTOMLEFT","features":[13]},{"name":"BF_DIAGONAL_ENDBOTTOMRIGHT","features":[13]},{"name":"BF_DIAGONAL_ENDTOPLEFT","features":[13]},{"name":"BF_DIAGONAL_ENDTOPRIGHT","features":[13]},{"name":"BF_FLAT","features":[13]},{"name":"BF_LEFT","features":[13]},{"name":"BF_MIDDLE","features":[13]},{"name":"BF_MONO","features":[13]},{"name":"BF_RECT","features":[13]},{"name":"BF_RIGHT","features":[13]},{"name":"BF_SOFT","features":[13]},{"name":"BF_TOP","features":[13]},{"name":"BF_TOPLEFT","features":[13]},{"name":"BF_TOPRIGHT","features":[13]},{"name":"BITMAP","features":[13]},{"name":"BITMAPCOREHEADER","features":[13]},{"name":"BITMAPCOREINFO","features":[13]},{"name":"BITMAPFILEHEADER","features":[13]},{"name":"BITMAPINFO","features":[13]},{"name":"BITMAPINFOHEADER","features":[13]},{"name":"BITMAPV4HEADER","features":[13]},{"name":"BITMAPV5HEADER","features":[13]},{"name":"BITSPIXEL","features":[13]},{"name":"BI_BITFIELDS","features":[13]},{"name":"BI_COMPRESSION","features":[13]},{"name":"BI_JPEG","features":[13]},{"name":"BI_PNG","features":[13]},{"name":"BI_RGB","features":[13]},{"name":"BI_RLE4","features":[13]},{"name":"BI_RLE8","features":[13]},{"name":"BKMODE_LAST","features":[13]},{"name":"BLACKNESS","features":[13]},{"name":"BLACKONWHITE","features":[13]},{"name":"BLACK_BRUSH","features":[13]},{"name":"BLACK_PEN","features":[13]},{"name":"BLENDFUNCTION","features":[13]},{"name":"BLTALIGNMENT","features":[13]},{"name":"BRUSH_STYLE","features":[13]},{"name":"BS_DIBPATTERN","features":[13]},{"name":"BS_DIBPATTERN8X8","features":[13]},{"name":"BS_DIBPATTERNPT","features":[13]},{"name":"BS_HATCHED","features":[13]},{"name":"BS_HOLLOW","features":[13]},{"name":"BS_INDEXED","features":[13]},{"name":"BS_MONOPATTERN","features":[13]},{"name":"BS_NULL","features":[13]},{"name":"BS_PATTERN","features":[13]},{"name":"BS_PATTERN8X8","features":[13]},{"name":"BS_SOLID","features":[13]},{"name":"BeginPaint","features":[1,13]},{"name":"BeginPath","features":[1,13]},{"name":"BitBlt","features":[1,13]},{"name":"CAPTUREBLT","features":[13]},{"name":"CA_LOG_FILTER","features":[13]},{"name":"CA_NEGATIVE","features":[13]},{"name":"CBM_INIT","features":[13]},{"name":"CCHFORMNAME","features":[13]},{"name":"CC_CHORD","features":[13]},{"name":"CC_CIRCLES","features":[13]},{"name":"CC_ELLIPSES","features":[13]},{"name":"CC_INTERIORS","features":[13]},{"name":"CC_NONE","features":[13]},{"name":"CC_PIE","features":[13]},{"name":"CC_ROUNDRECT","features":[13]},{"name":"CC_STYLED","features":[13]},{"name":"CC_WIDE","features":[13]},{"name":"CC_WIDESTYLED","features":[13]},{"name":"CDS_DISABLE_UNSAFE_MODES","features":[13]},{"name":"CDS_ENABLE_UNSAFE_MODES","features":[13]},{"name":"CDS_FULLSCREEN","features":[13]},{"name":"CDS_GLOBAL","features":[13]},{"name":"CDS_NORESET","features":[13]},{"name":"CDS_RESET","features":[13]},{"name":"CDS_RESET_EX","features":[13]},{"name":"CDS_SET_PRIMARY","features":[13]},{"name":"CDS_TEST","features":[13]},{"name":"CDS_TYPE","features":[13]},{"name":"CDS_UPDATEREGISTRY","features":[13]},{"name":"CDS_VIDEOPARAMETERS","features":[13]},{"name":"CFP_ALLOCPROC","features":[13]},{"name":"CFP_FREEPROC","features":[13]},{"name":"CFP_REALLOCPROC","features":[13]},{"name":"CHARSET_DEFAULT","features":[13]},{"name":"CHARSET_GLYPHIDX","features":[13]},{"name":"CHARSET_SYMBOL","features":[13]},{"name":"CHARSET_UNICODE","features":[13]},{"name":"CHECKJPEGFORMAT","features":[13]},{"name":"CHECKPNGFORMAT","features":[13]},{"name":"CHINESEBIG5_CHARSET","features":[13]},{"name":"CIEXYZ","features":[13]},{"name":"CIEXYZTRIPLE","features":[13]},{"name":"CLEARTYPE_NATURAL_QUALITY","features":[13]},{"name":"CLEARTYPE_QUALITY","features":[13]},{"name":"CLIPCAPS","features":[13]},{"name":"CLIP_CHARACTER_PRECIS","features":[13]},{"name":"CLIP_DEFAULT_PRECIS","features":[13]},{"name":"CLIP_DFA_DISABLE","features":[13]},{"name":"CLIP_DFA_OVERRIDE","features":[13]},{"name":"CLIP_EMBEDDED","features":[13]},{"name":"CLIP_LH_ANGLES","features":[13]},{"name":"CLIP_MASK","features":[13]},{"name":"CLIP_STROKE_PRECIS","features":[13]},{"name":"CLIP_TO_PATH","features":[13]},{"name":"CLIP_TT_ALWAYS","features":[13]},{"name":"CLOSECHANNEL","features":[13]},{"name":"CLR_INVALID","features":[13]},{"name":"CM_CMYK_COLOR","features":[13]},{"name":"CM_DEVICE_ICM","features":[13]},{"name":"CM_GAMMA_RAMP","features":[13]},{"name":"CM_IN_GAMUT","features":[13]},{"name":"CM_NONE","features":[13]},{"name":"CM_OUT_OF_GAMUT","features":[13]},{"name":"COLORADJUSTMENT","features":[13]},{"name":"COLORMATCHTOTARGET_EMBEDED","features":[13]},{"name":"COLORMGMTCAPS","features":[13]},{"name":"COLORONCOLOR","features":[13]},{"name":"COLORRES","features":[13]},{"name":"COLOR_3DDKSHADOW","features":[13]},{"name":"COLOR_3DFACE","features":[13]},{"name":"COLOR_3DHIGHLIGHT","features":[13]},{"name":"COLOR_3DHILIGHT","features":[13]},{"name":"COLOR_3DLIGHT","features":[13]},{"name":"COLOR_3DSHADOW","features":[13]},{"name":"COLOR_ACTIVEBORDER","features":[13]},{"name":"COLOR_ACTIVECAPTION","features":[13]},{"name":"COLOR_APPWORKSPACE","features":[13]},{"name":"COLOR_BACKGROUND","features":[13]},{"name":"COLOR_BTNFACE","features":[13]},{"name":"COLOR_BTNHIGHLIGHT","features":[13]},{"name":"COLOR_BTNHILIGHT","features":[13]},{"name":"COLOR_BTNSHADOW","features":[13]},{"name":"COLOR_BTNTEXT","features":[13]},{"name":"COLOR_CAPTIONTEXT","features":[13]},{"name":"COLOR_DESKTOP","features":[13]},{"name":"COLOR_GRADIENTACTIVECAPTION","features":[13]},{"name":"COLOR_GRADIENTINACTIVECAPTION","features":[13]},{"name":"COLOR_GRAYTEXT","features":[13]},{"name":"COLOR_HIGHLIGHT","features":[13]},{"name":"COLOR_HIGHLIGHTTEXT","features":[13]},{"name":"COLOR_HOTLIGHT","features":[13]},{"name":"COLOR_INACTIVEBORDER","features":[13]},{"name":"COLOR_INACTIVECAPTION","features":[13]},{"name":"COLOR_INACTIVECAPTIONTEXT","features":[13]},{"name":"COLOR_INFOBK","features":[13]},{"name":"COLOR_INFOTEXT","features":[13]},{"name":"COLOR_MENU","features":[13]},{"name":"COLOR_MENUBAR","features":[13]},{"name":"COLOR_MENUHILIGHT","features":[13]},{"name":"COLOR_MENUTEXT","features":[13]},{"name":"COLOR_SCROLLBAR","features":[13]},{"name":"COLOR_WINDOW","features":[13]},{"name":"COLOR_WINDOWFRAME","features":[13]},{"name":"COLOR_WINDOWTEXT","features":[13]},{"name":"COMPLEXREGION","features":[13]},{"name":"CP_NONE","features":[13]},{"name":"CP_RECTANGLE","features":[13]},{"name":"CP_REGION","features":[13]},{"name":"CREATECOLORSPACE_EMBEDED","features":[13]},{"name":"CREATE_FONT_PACKAGE_SUBSET_ENCODING","features":[13]},{"name":"CREATE_FONT_PACKAGE_SUBSET_PLATFORM","features":[13]},{"name":"CREATE_POLYGON_RGN_MODE","features":[13]},{"name":"CURVECAPS","features":[13]},{"name":"CancelDC","features":[1,13]},{"name":"ChangeDisplaySettingsA","features":[1,13]},{"name":"ChangeDisplaySettingsExA","features":[1,13]},{"name":"ChangeDisplaySettingsExW","features":[1,13]},{"name":"ChangeDisplaySettingsW","features":[1,13]},{"name":"Chord","features":[1,13]},{"name":"ClientToScreen","features":[1,13]},{"name":"CloseEnhMetaFile","features":[13]},{"name":"CloseFigure","features":[1,13]},{"name":"CloseMetaFile","features":[13]},{"name":"CombineRgn","features":[13]},{"name":"CombineTransform","features":[1,13]},{"name":"CopyEnhMetaFileA","features":[13]},{"name":"CopyEnhMetaFileW","features":[13]},{"name":"CopyMetaFileA","features":[13]},{"name":"CopyMetaFileW","features":[13]},{"name":"CopyRect","features":[1,13]},{"name":"CreateBitmap","features":[13]},{"name":"CreateBitmapIndirect","features":[13]},{"name":"CreateBrushIndirect","features":[1,13]},{"name":"CreateCompatibleBitmap","features":[13]},{"name":"CreateCompatibleDC","features":[13]},{"name":"CreateDCA","features":[1,13]},{"name":"CreateDCW","features":[1,13]},{"name":"CreateDIBPatternBrush","features":[1,13]},{"name":"CreateDIBPatternBrushPt","features":[13]},{"name":"CreateDIBSection","features":[1,13]},{"name":"CreateDIBitmap","features":[13]},{"name":"CreateDiscardableBitmap","features":[13]},{"name":"CreateEllipticRgn","features":[13]},{"name":"CreateEllipticRgnIndirect","features":[1,13]},{"name":"CreateEnhMetaFileA","features":[1,13]},{"name":"CreateEnhMetaFileW","features":[1,13]},{"name":"CreateFontA","features":[13]},{"name":"CreateFontIndirectA","features":[13]},{"name":"CreateFontIndirectExA","features":[13]},{"name":"CreateFontIndirectExW","features":[13]},{"name":"CreateFontIndirectW","features":[13]},{"name":"CreateFontPackage","features":[13]},{"name":"CreateFontW","features":[13]},{"name":"CreateHalftonePalette","features":[13]},{"name":"CreateHatchBrush","features":[1,13]},{"name":"CreateICA","features":[1,13]},{"name":"CreateICW","features":[1,13]},{"name":"CreateMetaFileA","features":[13]},{"name":"CreateMetaFileW","features":[13]},{"name":"CreatePalette","features":[13]},{"name":"CreatePatternBrush","features":[13]},{"name":"CreatePen","features":[1,13]},{"name":"CreatePenIndirect","features":[1,13]},{"name":"CreatePolyPolygonRgn","features":[1,13]},{"name":"CreatePolygonRgn","features":[1,13]},{"name":"CreateRectRgn","features":[13]},{"name":"CreateRectRgnIndirect","features":[1,13]},{"name":"CreateRoundRectRgn","features":[13]},{"name":"CreateScalableFontResourceA","features":[1,13]},{"name":"CreateScalableFontResourceW","features":[1,13]},{"name":"CreateSolidBrush","features":[1,13]},{"name":"DCBA_FACEDOWNCENTER","features":[13]},{"name":"DCBA_FACEDOWNLEFT","features":[13]},{"name":"DCBA_FACEDOWNNONE","features":[13]},{"name":"DCBA_FACEDOWNRIGHT","features":[13]},{"name":"DCBA_FACEUPCENTER","features":[13]},{"name":"DCBA_FACEUPLEFT","features":[13]},{"name":"DCBA_FACEUPNONE","features":[13]},{"name":"DCBA_FACEUPRIGHT","features":[13]},{"name":"DCB_ACCUMULATE","features":[13]},{"name":"DCB_DISABLE","features":[13]},{"name":"DCB_ENABLE","features":[13]},{"name":"DCB_RESET","features":[13]},{"name":"DCTT_BITMAP","features":[13]},{"name":"DCTT_DOWNLOAD","features":[13]},{"name":"DCTT_DOWNLOAD_OUTLINE","features":[13]},{"name":"DCTT_SUBDEV","features":[13]},{"name":"DCX_CACHE","features":[13]},{"name":"DCX_CLIPCHILDREN","features":[13]},{"name":"DCX_CLIPSIBLINGS","features":[13]},{"name":"DCX_EXCLUDERGN","features":[13]},{"name":"DCX_INTERSECTRGN","features":[13]},{"name":"DCX_INTERSECTUPDATE","features":[13]},{"name":"DCX_LOCKWINDOWUPDATE","features":[13]},{"name":"DCX_NORESETATTRS","features":[13]},{"name":"DCX_PARENTCLIP","features":[13]},{"name":"DCX_VALIDATE","features":[13]},{"name":"DCX_WINDOW","features":[13]},{"name":"DC_ACTIVE","features":[13]},{"name":"DC_BINADJUST","features":[13]},{"name":"DC_BRUSH","features":[13]},{"name":"DC_BUTTONS","features":[13]},{"name":"DC_DATATYPE_PRODUCED","features":[13]},{"name":"DC_EMF_COMPLIANT","features":[13]},{"name":"DC_GRADIENT","features":[13]},{"name":"DC_ICON","features":[13]},{"name":"DC_INBUTTON","features":[13]},{"name":"DC_LAYOUT","features":[13]},{"name":"DC_MANUFACTURER","features":[13]},{"name":"DC_MODEL","features":[13]},{"name":"DC_PEN","features":[13]},{"name":"DC_SMALLCAP","features":[13]},{"name":"DC_TEXT","features":[13]},{"name":"DEFAULT_CHARSET","features":[13]},{"name":"DEFAULT_GUI_FONT","features":[13]},{"name":"DEFAULT_PALETTE","features":[13]},{"name":"DEFAULT_PITCH","features":[13]},{"name":"DEFAULT_QUALITY","features":[13]},{"name":"DESIGNVECTOR","features":[13]},{"name":"DESKTOPHORZRES","features":[13]},{"name":"DESKTOPVERTRES","features":[13]},{"name":"DEVICEDATA","features":[13]},{"name":"DEVICE_DEFAULT_FONT","features":[13]},{"name":"DEVICE_FONTTYPE","features":[13]},{"name":"DEVMODEA","features":[1,13]},{"name":"DEVMODEW","features":[1,13]},{"name":"DEVMODE_COLLATE","features":[13]},{"name":"DEVMODE_COLOR","features":[13]},{"name":"DEVMODE_DISPLAY_FIXED_OUTPUT","features":[13]},{"name":"DEVMODE_DISPLAY_ORIENTATION","features":[13]},{"name":"DEVMODE_DUPLEX","features":[13]},{"name":"DEVMODE_FIELD_FLAGS","features":[13]},{"name":"DEVMODE_TRUETYPE_OPTION","features":[13]},{"name":"DFCS_ADJUSTRECT","features":[13]},{"name":"DFCS_BUTTON3STATE","features":[13]},{"name":"DFCS_BUTTONCHECK","features":[13]},{"name":"DFCS_BUTTONPUSH","features":[13]},{"name":"DFCS_BUTTONRADIO","features":[13]},{"name":"DFCS_BUTTONRADIOIMAGE","features":[13]},{"name":"DFCS_BUTTONRADIOMASK","features":[13]},{"name":"DFCS_CAPTIONCLOSE","features":[13]},{"name":"DFCS_CAPTIONHELP","features":[13]},{"name":"DFCS_CAPTIONMAX","features":[13]},{"name":"DFCS_CAPTIONMIN","features":[13]},{"name":"DFCS_CAPTIONRESTORE","features":[13]},{"name":"DFCS_CHECKED","features":[13]},{"name":"DFCS_FLAT","features":[13]},{"name":"DFCS_HOT","features":[13]},{"name":"DFCS_INACTIVE","features":[13]},{"name":"DFCS_MENUARROW","features":[13]},{"name":"DFCS_MENUARROWRIGHT","features":[13]},{"name":"DFCS_MENUBULLET","features":[13]},{"name":"DFCS_MENUCHECK","features":[13]},{"name":"DFCS_MONO","features":[13]},{"name":"DFCS_PUSHED","features":[13]},{"name":"DFCS_SCROLLCOMBOBOX","features":[13]},{"name":"DFCS_SCROLLDOWN","features":[13]},{"name":"DFCS_SCROLLLEFT","features":[13]},{"name":"DFCS_SCROLLRIGHT","features":[13]},{"name":"DFCS_SCROLLSIZEGRIP","features":[13]},{"name":"DFCS_SCROLLSIZEGRIPRIGHT","features":[13]},{"name":"DFCS_SCROLLUP","features":[13]},{"name":"DFCS_STATE","features":[13]},{"name":"DFCS_TRANSPARENT","features":[13]},{"name":"DFC_BUTTON","features":[13]},{"name":"DFC_CAPTION","features":[13]},{"name":"DFC_MENU","features":[13]},{"name":"DFC_POPUPMENU","features":[13]},{"name":"DFC_SCROLL","features":[13]},{"name":"DFC_TYPE","features":[13]},{"name":"DIBSECTION","features":[1,13]},{"name":"DIB_PAL_COLORS","features":[13]},{"name":"DIB_RGB_COLORS","features":[13]},{"name":"DIB_USAGE","features":[13]},{"name":"DISPLAYCONFIG_COLOR_ENCODING","features":[13]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_INTENSITY","features":[13]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_RGB","features":[13]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR420","features":[13]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR422","features":[13]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR444","features":[13]},{"name":"DISPLAYCONFIG_MAXPATH","features":[13]},{"name":"DISPLAYCONFIG_PATH_ACTIVE","features":[13]},{"name":"DISPLAYCONFIG_PATH_CLONE_GROUP_INVALID","features":[13]},{"name":"DISPLAYCONFIG_PATH_DESKTOP_IMAGE_IDX_INVALID","features":[13]},{"name":"DISPLAYCONFIG_PATH_MODE_IDX_INVALID","features":[13]},{"name":"DISPLAYCONFIG_PATH_PREFERRED_UNSCALED","features":[13]},{"name":"DISPLAYCONFIG_PATH_SOURCE_MODE_IDX_INVALID","features":[13]},{"name":"DISPLAYCONFIG_PATH_SUPPORT_VIRTUAL_MODE","features":[13]},{"name":"DISPLAYCONFIG_PATH_TARGET_MODE_IDX_INVALID","features":[13]},{"name":"DISPLAYCONFIG_PATH_VALID_FLAGS","features":[13]},{"name":"DISPLAYCONFIG_SOURCE_IN_USE","features":[13]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_BOOT","features":[13]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_PATH","features":[13]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_SYSTEM","features":[13]},{"name":"DISPLAYCONFIG_TARGET_FORCIBLE","features":[13]},{"name":"DISPLAYCONFIG_TARGET_IN_USE","features":[13]},{"name":"DISPLAYCONFIG_TARGET_IS_HMD","features":[13]},{"name":"DISPLAY_DEVICEA","features":[13]},{"name":"DISPLAY_DEVICEW","features":[13]},{"name":"DISPLAY_DEVICE_ACC_DRIVER","features":[13]},{"name":"DISPLAY_DEVICE_ACTIVE","features":[13]},{"name":"DISPLAY_DEVICE_ATTACHED","features":[13]},{"name":"DISPLAY_DEVICE_ATTACHED_TO_DESKTOP","features":[13]},{"name":"DISPLAY_DEVICE_DISCONNECT","features":[13]},{"name":"DISPLAY_DEVICE_MIRRORING_DRIVER","features":[13]},{"name":"DISPLAY_DEVICE_MODESPRUNED","features":[13]},{"name":"DISPLAY_DEVICE_MULTI_DRIVER","features":[13]},{"name":"DISPLAY_DEVICE_PRIMARY_DEVICE","features":[13]},{"name":"DISPLAY_DEVICE_RDPUDD","features":[13]},{"name":"DISPLAY_DEVICE_REMOTE","features":[13]},{"name":"DISPLAY_DEVICE_REMOVABLE","features":[13]},{"name":"DISPLAY_DEVICE_STATE_FLAGS","features":[13]},{"name":"DISPLAY_DEVICE_TS_COMPATIBLE","features":[13]},{"name":"DISPLAY_DEVICE_UNSAFE_MODES_ON","features":[13]},{"name":"DISPLAY_DEVICE_VGA_COMPATIBLE","features":[13]},{"name":"DISP_CHANGE","features":[13]},{"name":"DISP_CHANGE_BADDUALVIEW","features":[13]},{"name":"DISP_CHANGE_BADFLAGS","features":[13]},{"name":"DISP_CHANGE_BADMODE","features":[13]},{"name":"DISP_CHANGE_BADPARAM","features":[13]},{"name":"DISP_CHANGE_FAILED","features":[13]},{"name":"DISP_CHANGE_NOTUPDATED","features":[13]},{"name":"DISP_CHANGE_RESTART","features":[13]},{"name":"DISP_CHANGE_SUCCESSFUL","features":[13]},{"name":"DI_APPBANDING","features":[13]},{"name":"DI_ROPS_READ_DESTINATION","features":[13]},{"name":"DKGRAY_BRUSH","features":[13]},{"name":"DMBIN_AUTO","features":[13]},{"name":"DMBIN_CASSETTE","features":[13]},{"name":"DMBIN_ENVELOPE","features":[13]},{"name":"DMBIN_ENVMANUAL","features":[13]},{"name":"DMBIN_FORMSOURCE","features":[13]},{"name":"DMBIN_LARGECAPACITY","features":[13]},{"name":"DMBIN_LARGEFMT","features":[13]},{"name":"DMBIN_LAST","features":[13]},{"name":"DMBIN_LOWER","features":[13]},{"name":"DMBIN_MANUAL","features":[13]},{"name":"DMBIN_MIDDLE","features":[13]},{"name":"DMBIN_ONLYONE","features":[13]},{"name":"DMBIN_SMALLFMT","features":[13]},{"name":"DMBIN_TRACTOR","features":[13]},{"name":"DMBIN_UPPER","features":[13]},{"name":"DMBIN_USER","features":[13]},{"name":"DMCOLLATE_FALSE","features":[13]},{"name":"DMCOLLATE_TRUE","features":[13]},{"name":"DMCOLOR_COLOR","features":[13]},{"name":"DMCOLOR_MONOCHROME","features":[13]},{"name":"DMDFO_CENTER","features":[13]},{"name":"DMDFO_DEFAULT","features":[13]},{"name":"DMDFO_STRETCH","features":[13]},{"name":"DMDISPLAYFLAGS_TEXTMODE","features":[13]},{"name":"DMDITHER_COARSE","features":[13]},{"name":"DMDITHER_ERRORDIFFUSION","features":[13]},{"name":"DMDITHER_FINE","features":[13]},{"name":"DMDITHER_GRAYSCALE","features":[13]},{"name":"DMDITHER_LINEART","features":[13]},{"name":"DMDITHER_NONE","features":[13]},{"name":"DMDITHER_RESERVED6","features":[13]},{"name":"DMDITHER_RESERVED7","features":[13]},{"name":"DMDITHER_RESERVED8","features":[13]},{"name":"DMDITHER_RESERVED9","features":[13]},{"name":"DMDITHER_USER","features":[13]},{"name":"DMDO_180","features":[13]},{"name":"DMDO_270","features":[13]},{"name":"DMDO_90","features":[13]},{"name":"DMDO_DEFAULT","features":[13]},{"name":"DMDUP_HORIZONTAL","features":[13]},{"name":"DMDUP_SIMPLEX","features":[13]},{"name":"DMDUP_VERTICAL","features":[13]},{"name":"DMICMMETHOD_DEVICE","features":[13]},{"name":"DMICMMETHOD_DRIVER","features":[13]},{"name":"DMICMMETHOD_NONE","features":[13]},{"name":"DMICMMETHOD_SYSTEM","features":[13]},{"name":"DMICMMETHOD_USER","features":[13]},{"name":"DMICM_ABS_COLORIMETRIC","features":[13]},{"name":"DMICM_COLORIMETRIC","features":[13]},{"name":"DMICM_CONTRAST","features":[13]},{"name":"DMICM_SATURATE","features":[13]},{"name":"DMICM_USER","features":[13]},{"name":"DMMEDIA_GLOSSY","features":[13]},{"name":"DMMEDIA_STANDARD","features":[13]},{"name":"DMMEDIA_TRANSPARENCY","features":[13]},{"name":"DMMEDIA_USER","features":[13]},{"name":"DMNUP_ONEUP","features":[13]},{"name":"DMNUP_SYSTEM","features":[13]},{"name":"DMORIENT_LANDSCAPE","features":[13]},{"name":"DMORIENT_PORTRAIT","features":[13]},{"name":"DMPAPER_10X11","features":[13]},{"name":"DMPAPER_10X14","features":[13]},{"name":"DMPAPER_11X17","features":[13]},{"name":"DMPAPER_12X11","features":[13]},{"name":"DMPAPER_15X11","features":[13]},{"name":"DMPAPER_9X11","features":[13]},{"name":"DMPAPER_A2","features":[13]},{"name":"DMPAPER_A3","features":[13]},{"name":"DMPAPER_A3_EXTRA","features":[13]},{"name":"DMPAPER_A3_EXTRA_TRANSVERSE","features":[13]},{"name":"DMPAPER_A3_ROTATED","features":[13]},{"name":"DMPAPER_A3_TRANSVERSE","features":[13]},{"name":"DMPAPER_A4","features":[13]},{"name":"DMPAPER_A4SMALL","features":[13]},{"name":"DMPAPER_A4_EXTRA","features":[13]},{"name":"DMPAPER_A4_PLUS","features":[13]},{"name":"DMPAPER_A4_ROTATED","features":[13]},{"name":"DMPAPER_A4_TRANSVERSE","features":[13]},{"name":"DMPAPER_A5","features":[13]},{"name":"DMPAPER_A5_EXTRA","features":[13]},{"name":"DMPAPER_A5_ROTATED","features":[13]},{"name":"DMPAPER_A5_TRANSVERSE","features":[13]},{"name":"DMPAPER_A6","features":[13]},{"name":"DMPAPER_A6_ROTATED","features":[13]},{"name":"DMPAPER_A_PLUS","features":[13]},{"name":"DMPAPER_B4","features":[13]},{"name":"DMPAPER_B4_JIS_ROTATED","features":[13]},{"name":"DMPAPER_B5","features":[13]},{"name":"DMPAPER_B5_EXTRA","features":[13]},{"name":"DMPAPER_B5_JIS_ROTATED","features":[13]},{"name":"DMPAPER_B5_TRANSVERSE","features":[13]},{"name":"DMPAPER_B6_JIS","features":[13]},{"name":"DMPAPER_B6_JIS_ROTATED","features":[13]},{"name":"DMPAPER_B_PLUS","features":[13]},{"name":"DMPAPER_CSHEET","features":[13]},{"name":"DMPAPER_DBL_JAPANESE_POSTCARD","features":[13]},{"name":"DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED","features":[13]},{"name":"DMPAPER_DSHEET","features":[13]},{"name":"DMPAPER_ENV_10","features":[13]},{"name":"DMPAPER_ENV_11","features":[13]},{"name":"DMPAPER_ENV_12","features":[13]},{"name":"DMPAPER_ENV_14","features":[13]},{"name":"DMPAPER_ENV_9","features":[13]},{"name":"DMPAPER_ENV_B4","features":[13]},{"name":"DMPAPER_ENV_B5","features":[13]},{"name":"DMPAPER_ENV_B6","features":[13]},{"name":"DMPAPER_ENV_C3","features":[13]},{"name":"DMPAPER_ENV_C4","features":[13]},{"name":"DMPAPER_ENV_C5","features":[13]},{"name":"DMPAPER_ENV_C6","features":[13]},{"name":"DMPAPER_ENV_C65","features":[13]},{"name":"DMPAPER_ENV_DL","features":[13]},{"name":"DMPAPER_ENV_INVITE","features":[13]},{"name":"DMPAPER_ENV_ITALY","features":[13]},{"name":"DMPAPER_ENV_MONARCH","features":[13]},{"name":"DMPAPER_ENV_PERSONAL","features":[13]},{"name":"DMPAPER_ESHEET","features":[13]},{"name":"DMPAPER_EXECUTIVE","features":[13]},{"name":"DMPAPER_FANFOLD_LGL_GERMAN","features":[13]},{"name":"DMPAPER_FANFOLD_STD_GERMAN","features":[13]},{"name":"DMPAPER_FANFOLD_US","features":[13]},{"name":"DMPAPER_FOLIO","features":[13]},{"name":"DMPAPER_ISO_B4","features":[13]},{"name":"DMPAPER_JAPANESE_POSTCARD","features":[13]},{"name":"DMPAPER_JAPANESE_POSTCARD_ROTATED","features":[13]},{"name":"DMPAPER_JENV_CHOU3","features":[13]},{"name":"DMPAPER_JENV_CHOU3_ROTATED","features":[13]},{"name":"DMPAPER_JENV_CHOU4","features":[13]},{"name":"DMPAPER_JENV_CHOU4_ROTATED","features":[13]},{"name":"DMPAPER_JENV_KAKU2","features":[13]},{"name":"DMPAPER_JENV_KAKU2_ROTATED","features":[13]},{"name":"DMPAPER_JENV_KAKU3","features":[13]},{"name":"DMPAPER_JENV_KAKU3_ROTATED","features":[13]},{"name":"DMPAPER_JENV_YOU4","features":[13]},{"name":"DMPAPER_JENV_YOU4_ROTATED","features":[13]},{"name":"DMPAPER_LAST","features":[13]},{"name":"DMPAPER_LEDGER","features":[13]},{"name":"DMPAPER_LEGAL","features":[13]},{"name":"DMPAPER_LEGAL_EXTRA","features":[13]},{"name":"DMPAPER_LETTER","features":[13]},{"name":"DMPAPER_LETTERSMALL","features":[13]},{"name":"DMPAPER_LETTER_EXTRA","features":[13]},{"name":"DMPAPER_LETTER_EXTRA_TRANSVERSE","features":[13]},{"name":"DMPAPER_LETTER_PLUS","features":[13]},{"name":"DMPAPER_LETTER_ROTATED","features":[13]},{"name":"DMPAPER_LETTER_TRANSVERSE","features":[13]},{"name":"DMPAPER_NOTE","features":[13]},{"name":"DMPAPER_P16K","features":[13]},{"name":"DMPAPER_P16K_ROTATED","features":[13]},{"name":"DMPAPER_P32K","features":[13]},{"name":"DMPAPER_P32KBIG","features":[13]},{"name":"DMPAPER_P32KBIG_ROTATED","features":[13]},{"name":"DMPAPER_P32K_ROTATED","features":[13]},{"name":"DMPAPER_PENV_1","features":[13]},{"name":"DMPAPER_PENV_10","features":[13]},{"name":"DMPAPER_PENV_10_ROTATED","features":[13]},{"name":"DMPAPER_PENV_1_ROTATED","features":[13]},{"name":"DMPAPER_PENV_2","features":[13]},{"name":"DMPAPER_PENV_2_ROTATED","features":[13]},{"name":"DMPAPER_PENV_3","features":[13]},{"name":"DMPAPER_PENV_3_ROTATED","features":[13]},{"name":"DMPAPER_PENV_4","features":[13]},{"name":"DMPAPER_PENV_4_ROTATED","features":[13]},{"name":"DMPAPER_PENV_5","features":[13]},{"name":"DMPAPER_PENV_5_ROTATED","features":[13]},{"name":"DMPAPER_PENV_6","features":[13]},{"name":"DMPAPER_PENV_6_ROTATED","features":[13]},{"name":"DMPAPER_PENV_7","features":[13]},{"name":"DMPAPER_PENV_7_ROTATED","features":[13]},{"name":"DMPAPER_PENV_8","features":[13]},{"name":"DMPAPER_PENV_8_ROTATED","features":[13]},{"name":"DMPAPER_PENV_9","features":[13]},{"name":"DMPAPER_PENV_9_ROTATED","features":[13]},{"name":"DMPAPER_QUARTO","features":[13]},{"name":"DMPAPER_RESERVED_48","features":[13]},{"name":"DMPAPER_RESERVED_49","features":[13]},{"name":"DMPAPER_STATEMENT","features":[13]},{"name":"DMPAPER_TABLOID","features":[13]},{"name":"DMPAPER_TABLOID_EXTRA","features":[13]},{"name":"DMPAPER_USER","features":[13]},{"name":"DMRES_DRAFT","features":[13]},{"name":"DMRES_HIGH","features":[13]},{"name":"DMRES_LOW","features":[13]},{"name":"DMRES_MEDIUM","features":[13]},{"name":"DMTT_BITMAP","features":[13]},{"name":"DMTT_DOWNLOAD","features":[13]},{"name":"DMTT_DOWNLOAD_OUTLINE","features":[13]},{"name":"DMTT_SUBDEV","features":[13]},{"name":"DM_BITSPERPEL","features":[13]},{"name":"DM_COLLATE","features":[13]},{"name":"DM_COLOR","features":[13]},{"name":"DM_COPIES","features":[13]},{"name":"DM_COPY","features":[13]},{"name":"DM_DEFAULTSOURCE","features":[13]},{"name":"DM_DISPLAYFIXEDOUTPUT","features":[13]},{"name":"DM_DISPLAYFLAGS","features":[13]},{"name":"DM_DISPLAYFREQUENCY","features":[13]},{"name":"DM_DISPLAYORIENTATION","features":[13]},{"name":"DM_DITHERTYPE","features":[13]},{"name":"DM_DUPLEX","features":[13]},{"name":"DM_FORMNAME","features":[13]},{"name":"DM_ICMINTENT","features":[13]},{"name":"DM_ICMMETHOD","features":[13]},{"name":"DM_INTERLACED","features":[13]},{"name":"DM_IN_BUFFER","features":[13]},{"name":"DM_IN_PROMPT","features":[13]},{"name":"DM_LOGPIXELS","features":[13]},{"name":"DM_MEDIATYPE","features":[13]},{"name":"DM_MODIFY","features":[13]},{"name":"DM_NUP","features":[13]},{"name":"DM_ORIENTATION","features":[13]},{"name":"DM_OUT_BUFFER","features":[13]},{"name":"DM_OUT_DEFAULT","features":[13]},{"name":"DM_PANNINGHEIGHT","features":[13]},{"name":"DM_PANNINGWIDTH","features":[13]},{"name":"DM_PAPERLENGTH","features":[13]},{"name":"DM_PAPERSIZE","features":[13]},{"name":"DM_PAPERWIDTH","features":[13]},{"name":"DM_PELSHEIGHT","features":[13]},{"name":"DM_PELSWIDTH","features":[13]},{"name":"DM_POSITION","features":[13]},{"name":"DM_PRINTQUALITY","features":[13]},{"name":"DM_PROMPT","features":[13]},{"name":"DM_SCALE","features":[13]},{"name":"DM_SPECVERSION","features":[13]},{"name":"DM_TTOPTION","features":[13]},{"name":"DM_UPDATE","features":[13]},{"name":"DM_YRESOLUTION","features":[13]},{"name":"DOWNLOADFACE","features":[13]},{"name":"DOWNLOADHEADER","features":[13]},{"name":"DPtoLP","features":[1,13]},{"name":"DRAFTMODE","features":[13]},{"name":"DRAFT_QUALITY","features":[13]},{"name":"DRAWEDGE_FLAGS","features":[13]},{"name":"DRAWPATTERNRECT","features":[13]},{"name":"DRAWSTATEPROC","features":[1,13]},{"name":"DRAWSTATE_FLAGS","features":[13]},{"name":"DRAWTEXTPARAMS","features":[13]},{"name":"DRAW_CAPTION_FLAGS","features":[13]},{"name":"DRAW_EDGE_FLAGS","features":[13]},{"name":"DRAW_TEXT_FORMAT","features":[13]},{"name":"DRIVERVERSION","features":[13]},{"name":"DSS_DISABLED","features":[13]},{"name":"DSS_HIDEPREFIX","features":[13]},{"name":"DSS_MONO","features":[13]},{"name":"DSS_NORMAL","features":[13]},{"name":"DSS_PREFIXONLY","features":[13]},{"name":"DSS_RIGHT","features":[13]},{"name":"DSS_UNION","features":[13]},{"name":"DSTINVERT","features":[13]},{"name":"DST_BITMAP","features":[13]},{"name":"DST_COMPLEX","features":[13]},{"name":"DST_ICON","features":[13]},{"name":"DST_PREFIXTEXT","features":[13]},{"name":"DST_TEXT","features":[13]},{"name":"DT_BOTTOM","features":[13]},{"name":"DT_CALCRECT","features":[13]},{"name":"DT_CENTER","features":[13]},{"name":"DT_CHARSTREAM","features":[13]},{"name":"DT_DISPFILE","features":[13]},{"name":"DT_EDITCONTROL","features":[13]},{"name":"DT_END_ELLIPSIS","features":[13]},{"name":"DT_EXPANDTABS","features":[13]},{"name":"DT_EXTERNALLEADING","features":[13]},{"name":"DT_HIDEPREFIX","features":[13]},{"name":"DT_INTERNAL","features":[13]},{"name":"DT_LEFT","features":[13]},{"name":"DT_METAFILE","features":[13]},{"name":"DT_MODIFYSTRING","features":[13]},{"name":"DT_NOCLIP","features":[13]},{"name":"DT_NOFULLWIDTHCHARBREAK","features":[13]},{"name":"DT_NOPREFIX","features":[13]},{"name":"DT_PATH_ELLIPSIS","features":[13]},{"name":"DT_PLOTTER","features":[13]},{"name":"DT_PREFIXONLY","features":[13]},{"name":"DT_RASCAMERA","features":[13]},{"name":"DT_RASDISPLAY","features":[13]},{"name":"DT_RASPRINTER","features":[13]},{"name":"DT_RIGHT","features":[13]},{"name":"DT_RTLREADING","features":[13]},{"name":"DT_SINGLELINE","features":[13]},{"name":"DT_TABSTOP","features":[13]},{"name":"DT_TOP","features":[13]},{"name":"DT_VCENTER","features":[13]},{"name":"DT_WORDBREAK","features":[13]},{"name":"DT_WORD_ELLIPSIS","features":[13]},{"name":"DeleteDC","features":[1,13]},{"name":"DeleteEnhMetaFile","features":[1,13]},{"name":"DeleteMetaFile","features":[1,13]},{"name":"DeleteObject","features":[1,13]},{"name":"DrawAnimatedRects","features":[1,13]},{"name":"DrawCaption","features":[1,13]},{"name":"DrawEdge","features":[1,13]},{"name":"DrawEscape","features":[13]},{"name":"DrawFocusRect","features":[1,13]},{"name":"DrawFrameControl","features":[1,13]},{"name":"DrawStateA","features":[1,13]},{"name":"DrawStateW","features":[1,13]},{"name":"DrawTextA","features":[1,13]},{"name":"DrawTextExA","features":[1,13]},{"name":"DrawTextExW","features":[1,13]},{"name":"DrawTextW","features":[1,13]},{"name":"EASTEUROPE_CHARSET","features":[13]},{"name":"EDGE_BUMP","features":[13]},{"name":"EDGE_ETCHED","features":[13]},{"name":"EDGE_RAISED","features":[13]},{"name":"EDGE_SUNKEN","features":[13]},{"name":"EDS_RAWMODE","features":[13]},{"name":"EDS_ROTATEDMODE","features":[13]},{"name":"ELF_CULTURE_LATIN","features":[13]},{"name":"ELF_VENDOR_SIZE","features":[13]},{"name":"ELF_VERSION","features":[13]},{"name":"EMBEDDED_FONT_PRIV_STATUS","features":[13]},{"name":"EMBED_EDITABLE","features":[13]},{"name":"EMBED_FONT_CHARSET","features":[13]},{"name":"EMBED_INSTALLABLE","features":[13]},{"name":"EMBED_NOEMBEDDING","features":[13]},{"name":"EMBED_PREVIEWPRINT","features":[13]},{"name":"EMR","features":[13]},{"name":"EMRALPHABLEND","features":[1,13]},{"name":"EMRANGLEARC","features":[1,13]},{"name":"EMRARC","features":[1,13]},{"name":"EMRBITBLT","features":[1,13]},{"name":"EMRCOLORCORRECTPALETTE","features":[13]},{"name":"EMRCOLORMATCHTOTARGET","features":[13]},{"name":"EMRCREATEBRUSHINDIRECT","features":[1,13]},{"name":"EMRCREATEDIBPATTERNBRUSHPT","features":[13]},{"name":"EMRCREATEMONOBRUSH","features":[13]},{"name":"EMRCREATEPALETTE","features":[13]},{"name":"EMRCREATEPEN","features":[1,13]},{"name":"EMRELLIPSE","features":[1,13]},{"name":"EMREOF","features":[13]},{"name":"EMREXCLUDECLIPRECT","features":[1,13]},{"name":"EMREXTCREATEFONTINDIRECTW","features":[13]},{"name":"EMREXTCREATEPEN","features":[1,13]},{"name":"EMREXTESCAPE","features":[13]},{"name":"EMREXTFLOODFILL","features":[1,13]},{"name":"EMREXTSELECTCLIPRGN","features":[13]},{"name":"EMREXTTEXTOUTA","features":[1,13]},{"name":"EMRFILLPATH","features":[1,13]},{"name":"EMRFILLRGN","features":[1,13]},{"name":"EMRFORMAT","features":[13]},{"name":"EMRFRAMERGN","features":[1,13]},{"name":"EMRGDICOMMENT","features":[13]},{"name":"EMRGLSBOUNDEDRECORD","features":[1,13]},{"name":"EMRGLSRECORD","features":[13]},{"name":"EMRGRADIENTFILL","features":[1,13]},{"name":"EMRINVERTRGN","features":[1,13]},{"name":"EMRLINETO","features":[1,13]},{"name":"EMRMASKBLT","features":[1,13]},{"name":"EMRMODIFYWORLDTRANSFORM","features":[13]},{"name":"EMRNAMEDESCAPE","features":[13]},{"name":"EMROFFSETCLIPRGN","features":[1,13]},{"name":"EMRPLGBLT","features":[1,13]},{"name":"EMRPOLYDRAW","features":[1,13]},{"name":"EMRPOLYDRAW16","features":[1,13]},{"name":"EMRPOLYLINE","features":[1,13]},{"name":"EMRPOLYLINE16","features":[1,13]},{"name":"EMRPOLYPOLYLINE","features":[1,13]},{"name":"EMRPOLYPOLYLINE16","features":[1,13]},{"name":"EMRPOLYTEXTOUTA","features":[1,13]},{"name":"EMRRESIZEPALETTE","features":[13]},{"name":"EMRRESTOREDC","features":[13]},{"name":"EMRROUNDRECT","features":[1,13]},{"name":"EMRSCALEVIEWPORTEXTEX","features":[13]},{"name":"EMRSELECTCLIPPATH","features":[13]},{"name":"EMRSELECTOBJECT","features":[13]},{"name":"EMRSELECTPALETTE","features":[13]},{"name":"EMRSETARCDIRECTION","features":[13]},{"name":"EMRSETCOLORADJUSTMENT","features":[13]},{"name":"EMRSETCOLORSPACE","features":[13]},{"name":"EMRSETDIBITSTODEVICE","features":[1,13]},{"name":"EMRSETICMPROFILE","features":[13]},{"name":"EMRSETMAPPERFLAGS","features":[13]},{"name":"EMRSETMITERLIMIT","features":[13]},{"name":"EMRSETPALETTEENTRIES","features":[13]},{"name":"EMRSETPIXELV","features":[1,13]},{"name":"EMRSETTEXTCOLOR","features":[1,13]},{"name":"EMRSETVIEWPORTEXTEX","features":[1,13]},{"name":"EMRSETVIEWPORTORGEX","features":[1,13]},{"name":"EMRSETWORLDTRANSFORM","features":[13]},{"name":"EMRSTRETCHBLT","features":[1,13]},{"name":"EMRSTRETCHDIBITS","features":[1,13]},{"name":"EMRTEXT","features":[1,13]},{"name":"EMRTRANSPARENTBLT","features":[1,13]},{"name":"EMR_ABORTPATH","features":[13]},{"name":"EMR_ALPHABLEND","features":[13]},{"name":"EMR_ANGLEARC","features":[13]},{"name":"EMR_ARC","features":[13]},{"name":"EMR_ARCTO","features":[13]},{"name":"EMR_BEGINPATH","features":[13]},{"name":"EMR_BITBLT","features":[13]},{"name":"EMR_CHORD","features":[13]},{"name":"EMR_CLOSEFIGURE","features":[13]},{"name":"EMR_COLORCORRECTPALETTE","features":[13]},{"name":"EMR_COLORMATCHTOTARGETW","features":[13]},{"name":"EMR_CREATEBRUSHINDIRECT","features":[13]},{"name":"EMR_CREATECOLORSPACE","features":[13]},{"name":"EMR_CREATECOLORSPACEW","features":[13]},{"name":"EMR_CREATEDIBPATTERNBRUSHPT","features":[13]},{"name":"EMR_CREATEMONOBRUSH","features":[13]},{"name":"EMR_CREATEPALETTE","features":[13]},{"name":"EMR_CREATEPEN","features":[13]},{"name":"EMR_DELETECOLORSPACE","features":[13]},{"name":"EMR_DELETEOBJECT","features":[13]},{"name":"EMR_ELLIPSE","features":[13]},{"name":"EMR_ENDPATH","features":[13]},{"name":"EMR_EOF","features":[13]},{"name":"EMR_EXCLUDECLIPRECT","features":[13]},{"name":"EMR_EXTCREATEFONTINDIRECTW","features":[13]},{"name":"EMR_EXTCREATEPEN","features":[13]},{"name":"EMR_EXTFLOODFILL","features":[13]},{"name":"EMR_EXTSELECTCLIPRGN","features":[13]},{"name":"EMR_EXTTEXTOUTA","features":[13]},{"name":"EMR_EXTTEXTOUTW","features":[13]},{"name":"EMR_FILLPATH","features":[13]},{"name":"EMR_FILLRGN","features":[13]},{"name":"EMR_FLATTENPATH","features":[13]},{"name":"EMR_FRAMERGN","features":[13]},{"name":"EMR_GDICOMMENT","features":[13]},{"name":"EMR_GLSBOUNDEDRECORD","features":[13]},{"name":"EMR_GLSRECORD","features":[13]},{"name":"EMR_GRADIENTFILL","features":[13]},{"name":"EMR_HEADER","features":[13]},{"name":"EMR_INTERSECTCLIPRECT","features":[13]},{"name":"EMR_INVERTRGN","features":[13]},{"name":"EMR_LINETO","features":[13]},{"name":"EMR_MASKBLT","features":[13]},{"name":"EMR_MAX","features":[13]},{"name":"EMR_MIN","features":[13]},{"name":"EMR_MODIFYWORLDTRANSFORM","features":[13]},{"name":"EMR_MOVETOEX","features":[13]},{"name":"EMR_OFFSETCLIPRGN","features":[13]},{"name":"EMR_PAINTRGN","features":[13]},{"name":"EMR_PIE","features":[13]},{"name":"EMR_PIXELFORMAT","features":[13]},{"name":"EMR_PLGBLT","features":[13]},{"name":"EMR_POLYBEZIER","features":[13]},{"name":"EMR_POLYBEZIER16","features":[13]},{"name":"EMR_POLYBEZIERTO","features":[13]},{"name":"EMR_POLYBEZIERTO16","features":[13]},{"name":"EMR_POLYDRAW","features":[13]},{"name":"EMR_POLYDRAW16","features":[13]},{"name":"EMR_POLYGON","features":[13]},{"name":"EMR_POLYGON16","features":[13]},{"name":"EMR_POLYLINE","features":[13]},{"name":"EMR_POLYLINE16","features":[13]},{"name":"EMR_POLYLINETO","features":[13]},{"name":"EMR_POLYLINETO16","features":[13]},{"name":"EMR_POLYPOLYGON","features":[13]},{"name":"EMR_POLYPOLYGON16","features":[13]},{"name":"EMR_POLYPOLYLINE","features":[13]},{"name":"EMR_POLYPOLYLINE16","features":[13]},{"name":"EMR_POLYTEXTOUTA","features":[13]},{"name":"EMR_POLYTEXTOUTW","features":[13]},{"name":"EMR_REALIZEPALETTE","features":[13]},{"name":"EMR_RECTANGLE","features":[13]},{"name":"EMR_RESERVED_105","features":[13]},{"name":"EMR_RESERVED_106","features":[13]},{"name":"EMR_RESERVED_107","features":[13]},{"name":"EMR_RESERVED_108","features":[13]},{"name":"EMR_RESERVED_109","features":[13]},{"name":"EMR_RESERVED_110","features":[13]},{"name":"EMR_RESERVED_117","features":[13]},{"name":"EMR_RESERVED_119","features":[13]},{"name":"EMR_RESERVED_120","features":[13]},{"name":"EMR_RESIZEPALETTE","features":[13]},{"name":"EMR_RESTOREDC","features":[13]},{"name":"EMR_ROUNDRECT","features":[13]},{"name":"EMR_SAVEDC","features":[13]},{"name":"EMR_SCALEVIEWPORTEXTEX","features":[13]},{"name":"EMR_SCALEWINDOWEXTEX","features":[13]},{"name":"EMR_SELECTCLIPPATH","features":[13]},{"name":"EMR_SELECTOBJECT","features":[13]},{"name":"EMR_SELECTPALETTE","features":[13]},{"name":"EMR_SETARCDIRECTION","features":[13]},{"name":"EMR_SETBKCOLOR","features":[13]},{"name":"EMR_SETBKMODE","features":[13]},{"name":"EMR_SETBRUSHORGEX","features":[13]},{"name":"EMR_SETCOLORADJUSTMENT","features":[13]},{"name":"EMR_SETCOLORSPACE","features":[13]},{"name":"EMR_SETDIBITSTODEVICE","features":[13]},{"name":"EMR_SETICMMODE","features":[13]},{"name":"EMR_SETICMPROFILEA","features":[13]},{"name":"EMR_SETICMPROFILEW","features":[13]},{"name":"EMR_SETLAYOUT","features":[13]},{"name":"EMR_SETMAPMODE","features":[13]},{"name":"EMR_SETMAPPERFLAGS","features":[13]},{"name":"EMR_SETMETARGN","features":[13]},{"name":"EMR_SETMITERLIMIT","features":[13]},{"name":"EMR_SETPALETTEENTRIES","features":[13]},{"name":"EMR_SETPIXELV","features":[13]},{"name":"EMR_SETPOLYFILLMODE","features":[13]},{"name":"EMR_SETROP2","features":[13]},{"name":"EMR_SETSTRETCHBLTMODE","features":[13]},{"name":"EMR_SETTEXTALIGN","features":[13]},{"name":"EMR_SETTEXTCOLOR","features":[13]},{"name":"EMR_SETVIEWPORTEXTEX","features":[13]},{"name":"EMR_SETVIEWPORTORGEX","features":[13]},{"name":"EMR_SETWINDOWEXTEX","features":[13]},{"name":"EMR_SETWINDOWORGEX","features":[13]},{"name":"EMR_SETWORLDTRANSFORM","features":[13]},{"name":"EMR_STRETCHBLT","features":[13]},{"name":"EMR_STRETCHDIBITS","features":[13]},{"name":"EMR_STROKEANDFILLPATH","features":[13]},{"name":"EMR_STROKEPATH","features":[13]},{"name":"EMR_TRANSPARENTBLT","features":[13]},{"name":"EMR_WIDENPATH","features":[13]},{"name":"ENABLEDUPLEX","features":[13]},{"name":"ENABLEPAIRKERNING","features":[13]},{"name":"ENABLERELATIVEWIDTHS","features":[13]},{"name":"ENCAPSULATED_POSTSCRIPT","features":[13]},{"name":"ENDDOC","features":[13]},{"name":"END_PATH","features":[13]},{"name":"ENHANCED_METAFILE_RECORD_TYPE","features":[13]},{"name":"ENHMETAHEADER","features":[1,13]},{"name":"ENHMETARECORD","features":[13]},{"name":"ENHMETA_SIGNATURE","features":[13]},{"name":"ENHMETA_STOCK_OBJECT","features":[13]},{"name":"ENHMFENUMPROC","features":[1,13]},{"name":"ENUMLOGFONTA","features":[13]},{"name":"ENUMLOGFONTEXA","features":[13]},{"name":"ENUMLOGFONTEXDVA","features":[13]},{"name":"ENUMLOGFONTEXDVW","features":[13]},{"name":"ENUMLOGFONTEXW","features":[13]},{"name":"ENUMLOGFONTW","features":[13]},{"name":"ENUMPAPERBINS","features":[13]},{"name":"ENUMPAPERMETRICS","features":[13]},{"name":"ENUM_CURRENT_SETTINGS","features":[13]},{"name":"ENUM_DISPLAY_SETTINGS_FLAGS","features":[13]},{"name":"ENUM_DISPLAY_SETTINGS_MODE","features":[13]},{"name":"ENUM_REGISTRY_SETTINGS","features":[13]},{"name":"EPSPRINTING","features":[13]},{"name":"EPS_SIGNATURE","features":[13]},{"name":"ERROR","features":[13]},{"name":"ERR_FORMAT","features":[13]},{"name":"ERR_GENERIC","features":[13]},{"name":"ERR_INVALID_BASE","features":[13]},{"name":"ERR_INVALID_CMAP","features":[13]},{"name":"ERR_INVALID_DELTA_FORMAT","features":[13]},{"name":"ERR_INVALID_EBLC","features":[13]},{"name":"ERR_INVALID_GDEF","features":[13]},{"name":"ERR_INVALID_GLYF","features":[13]},{"name":"ERR_INVALID_GPOS","features":[13]},{"name":"ERR_INVALID_GSUB","features":[13]},{"name":"ERR_INVALID_HDMX","features":[13]},{"name":"ERR_INVALID_HEAD","features":[13]},{"name":"ERR_INVALID_HHEA","features":[13]},{"name":"ERR_INVALID_HHEA_OR_VHEA","features":[13]},{"name":"ERR_INVALID_HMTX","features":[13]},{"name":"ERR_INVALID_HMTX_OR_VMTX","features":[13]},{"name":"ERR_INVALID_JSTF","features":[13]},{"name":"ERR_INVALID_LOCA","features":[13]},{"name":"ERR_INVALID_LTSH","features":[13]},{"name":"ERR_INVALID_MAXP","features":[13]},{"name":"ERR_INVALID_MERGE_CHECKSUMS","features":[13]},{"name":"ERR_INVALID_MERGE_FORMATS","features":[13]},{"name":"ERR_INVALID_MERGE_NUMGLYPHS","features":[13]},{"name":"ERR_INVALID_NAME","features":[13]},{"name":"ERR_INVALID_OS2","features":[13]},{"name":"ERR_INVALID_POST","features":[13]},{"name":"ERR_INVALID_TTC_INDEX","features":[13]},{"name":"ERR_INVALID_TTO","features":[13]},{"name":"ERR_INVALID_VDMX","features":[13]},{"name":"ERR_INVALID_VHEA","features":[13]},{"name":"ERR_INVALID_VMTX","features":[13]},{"name":"ERR_MEM","features":[13]},{"name":"ERR_MISSING_CMAP","features":[13]},{"name":"ERR_MISSING_EBDT","features":[13]},{"name":"ERR_MISSING_GLYF","features":[13]},{"name":"ERR_MISSING_HEAD","features":[13]},{"name":"ERR_MISSING_HHEA","features":[13]},{"name":"ERR_MISSING_HHEA_OR_VHEA","features":[13]},{"name":"ERR_MISSING_HMTX","features":[13]},{"name":"ERR_MISSING_HMTX_OR_VMTX","features":[13]},{"name":"ERR_MISSING_LOCA","features":[13]},{"name":"ERR_MISSING_MAXP","features":[13]},{"name":"ERR_MISSING_NAME","features":[13]},{"name":"ERR_MISSING_OS2","features":[13]},{"name":"ERR_MISSING_POST","features":[13]},{"name":"ERR_MISSING_VHEA","features":[13]},{"name":"ERR_MISSING_VMTX","features":[13]},{"name":"ERR_NOT_TTC","features":[13]},{"name":"ERR_NO_GLYPHS","features":[13]},{"name":"ERR_PARAMETER0","features":[13]},{"name":"ERR_PARAMETER1","features":[13]},{"name":"ERR_PARAMETER10","features":[13]},{"name":"ERR_PARAMETER11","features":[13]},{"name":"ERR_PARAMETER12","features":[13]},{"name":"ERR_PARAMETER13","features":[13]},{"name":"ERR_PARAMETER14","features":[13]},{"name":"ERR_PARAMETER15","features":[13]},{"name":"ERR_PARAMETER16","features":[13]},{"name":"ERR_PARAMETER2","features":[13]},{"name":"ERR_PARAMETER3","features":[13]},{"name":"ERR_PARAMETER4","features":[13]},{"name":"ERR_PARAMETER5","features":[13]},{"name":"ERR_PARAMETER6","features":[13]},{"name":"ERR_PARAMETER7","features":[13]},{"name":"ERR_PARAMETER8","features":[13]},{"name":"ERR_PARAMETER9","features":[13]},{"name":"ERR_READCONTROL","features":[13]},{"name":"ERR_READOUTOFBOUNDS","features":[13]},{"name":"ERR_VERSION","features":[13]},{"name":"ERR_WOULD_GROW","features":[13]},{"name":"ERR_WRITECONTROL","features":[13]},{"name":"ERR_WRITEOUTOFBOUNDS","features":[13]},{"name":"ETO_CLIPPED","features":[13]},{"name":"ETO_GLYPH_INDEX","features":[13]},{"name":"ETO_IGNORELANGUAGE","features":[13]},{"name":"ETO_NUMERICSLATIN","features":[13]},{"name":"ETO_NUMERICSLOCAL","features":[13]},{"name":"ETO_OPAQUE","features":[13]},{"name":"ETO_OPTIONS","features":[13]},{"name":"ETO_PDY","features":[13]},{"name":"ETO_REVERSE_INDEX_MAP","features":[13]},{"name":"ETO_RTLREADING","features":[13]},{"name":"EXTLOGFONTA","features":[13]},{"name":"EXTLOGFONTW","features":[13]},{"name":"EXTLOGPEN","features":[1,13]},{"name":"EXTLOGPEN32","features":[1,13]},{"name":"EXTTEXTOUT","features":[13]},{"name":"EXT_DEVICE_CAPS","features":[13]},{"name":"EXT_FLOOD_FILL_TYPE","features":[13]},{"name":"E_ADDFONTFAILED","features":[13]},{"name":"E_API_NOTIMPL","features":[13]},{"name":"E_CHARCODECOUNTINVALID","features":[13]},{"name":"E_CHARCODESETINVALID","features":[13]},{"name":"E_CHARSETINVALID","features":[13]},{"name":"E_COULDNTCREATETEMPFILE","features":[13]},{"name":"E_DEVICETRUETYPEFONT","features":[13]},{"name":"E_ERRORACCESSINGEXCLUDELIST","features":[13]},{"name":"E_ERRORACCESSINGFACENAME","features":[13]},{"name":"E_ERRORACCESSINGFONTDATA","features":[13]},{"name":"E_ERRORCOMPRESSINGFONTDATA","features":[13]},{"name":"E_ERRORCONVERTINGCHARS","features":[13]},{"name":"E_ERRORCREATINGFONTFILE","features":[13]},{"name":"E_ERRORDECOMPRESSINGFONTDATA","features":[13]},{"name":"E_ERROREXPANDINGFONTDATA","features":[13]},{"name":"E_ERRORGETTINGDC","features":[13]},{"name":"E_ERRORREADINGFONTDATA","features":[13]},{"name":"E_ERRORUNICODECONVERSION","features":[13]},{"name":"E_EXCEPTION","features":[13]},{"name":"E_EXCEPTIONINCOMPRESSION","features":[13]},{"name":"E_EXCEPTIONINDECOMPRESSION","features":[13]},{"name":"E_FACENAMEINVALID","features":[13]},{"name":"E_FILE_NOT_FOUND","features":[13]},{"name":"E_FLAGSINVALID","features":[13]},{"name":"E_FONTALREADYEXISTS","features":[13]},{"name":"E_FONTDATAINVALID","features":[13]},{"name":"E_FONTFAMILYNAMENOTINFULL","features":[13]},{"name":"E_FONTFILECREATEFAILED","features":[13]},{"name":"E_FONTFILENOTFOUND","features":[13]},{"name":"E_FONTINSTALLFAILED","features":[13]},{"name":"E_FONTNAMEALREADYEXISTS","features":[13]},{"name":"E_FONTNOTEMBEDDABLE","features":[13]},{"name":"E_FONTREFERENCEINVALID","features":[13]},{"name":"E_FONTVARIATIONSIMULATED","features":[13]},{"name":"E_HDCINVALID","features":[13]},{"name":"E_INPUTPARAMINVALID","features":[13]},{"name":"E_NAMECHANGEFAILED","features":[13]},{"name":"E_NOFREEMEMORY","features":[13]},{"name":"E_NONE","features":[13]},{"name":"E_NOOS2","features":[13]},{"name":"E_NOTATRUETYPEFONT","features":[13]},{"name":"E_PBENABLEDINVALID","features":[13]},{"name":"E_PERMISSIONSINVALID","features":[13]},{"name":"E_PRIVSINVALID","features":[13]},{"name":"E_PRIVSTATUSINVALID","features":[13]},{"name":"E_READFROMSTREAMFAILED","features":[13]},{"name":"E_RESERVEDPARAMNOTNULL","features":[13]},{"name":"E_RESOURCEFILECREATEFAILED","features":[13]},{"name":"E_SAVETOSTREAMFAILED","features":[13]},{"name":"E_STATUSINVALID","features":[13]},{"name":"E_STREAMINVALID","features":[13]},{"name":"E_SUBSETTINGEXCEPTION","features":[13]},{"name":"E_SUBSETTINGFAILED","features":[13]},{"name":"E_SUBSTRING_TEST_FAIL","features":[13]},{"name":"E_T2NOFREEMEMORY","features":[13]},{"name":"E_TTC_INDEX_OUT_OF_RANGE","features":[13]},{"name":"E_WINDOWSAPI","features":[13]},{"name":"Ellipse","features":[1,13]},{"name":"EndPaint","features":[1,13]},{"name":"EndPath","features":[1,13]},{"name":"EnumDisplayDevicesA","features":[1,13]},{"name":"EnumDisplayDevicesW","features":[1,13]},{"name":"EnumDisplayMonitors","features":[1,13]},{"name":"EnumDisplaySettingsA","features":[1,13]},{"name":"EnumDisplaySettingsExA","features":[1,13]},{"name":"EnumDisplaySettingsExW","features":[1,13]},{"name":"EnumDisplaySettingsW","features":[1,13]},{"name":"EnumEnhMetaFile","features":[1,13]},{"name":"EnumFontFamiliesA","features":[1,13]},{"name":"EnumFontFamiliesExA","features":[1,13]},{"name":"EnumFontFamiliesExW","features":[1,13]},{"name":"EnumFontFamiliesW","features":[1,13]},{"name":"EnumFontsA","features":[1,13]},{"name":"EnumFontsW","features":[1,13]},{"name":"EnumMetaFile","features":[1,13]},{"name":"EnumObjects","features":[1,13]},{"name":"EqualRect","features":[1,13]},{"name":"EqualRgn","features":[1,13]},{"name":"ExcludeClipRect","features":[13]},{"name":"ExcludeUpdateRgn","features":[1,13]},{"name":"ExtCreatePen","features":[1,13]},{"name":"ExtCreateRegion","features":[1,13]},{"name":"ExtFloodFill","features":[1,13]},{"name":"ExtSelectClipRgn","features":[13]},{"name":"ExtTextOutA","features":[1,13]},{"name":"ExtTextOutW","features":[1,13]},{"name":"FEATURESETTING_CUSTPAPER","features":[13]},{"name":"FEATURESETTING_MIRROR","features":[13]},{"name":"FEATURESETTING_NEGATIVE","features":[13]},{"name":"FEATURESETTING_NUP","features":[13]},{"name":"FEATURESETTING_OUTPUT","features":[13]},{"name":"FEATURESETTING_PRIVATE_BEGIN","features":[13]},{"name":"FEATURESETTING_PRIVATE_END","features":[13]},{"name":"FEATURESETTING_PROTOCOL","features":[13]},{"name":"FEATURESETTING_PSLEVEL","features":[13]},{"name":"FF_DECORATIVE","features":[13]},{"name":"FF_DONTCARE","features":[13]},{"name":"FF_MODERN","features":[13]},{"name":"FF_ROMAN","features":[13]},{"name":"FF_SCRIPT","features":[13]},{"name":"FF_SWISS","features":[13]},{"name":"FIXED","features":[13]},{"name":"FIXED_PITCH","features":[13]},{"name":"FLI_GLYPHS","features":[13]},{"name":"FLI_MASK","features":[13]},{"name":"FLOODFILLBORDER","features":[13]},{"name":"FLOODFILLSURFACE","features":[13]},{"name":"FLUSHOUTPUT","features":[13]},{"name":"FONTENUMPROCA","features":[1,13]},{"name":"FONTENUMPROCW","features":[1,13]},{"name":"FONTMAPPER_MAX","features":[13]},{"name":"FONT_CHARSET","features":[13]},{"name":"FONT_CLIP_PRECISION","features":[13]},{"name":"FONT_FAMILY","features":[13]},{"name":"FONT_LICENSE_PRIVS","features":[13]},{"name":"FONT_OUTPUT_PRECISION","features":[13]},{"name":"FONT_PITCH","features":[13]},{"name":"FONT_QUALITY","features":[13]},{"name":"FONT_RESOURCE_CHARACTERISTICS","features":[13]},{"name":"FONT_WEIGHT","features":[13]},{"name":"FR_NOT_ENUM","features":[13]},{"name":"FR_PRIVATE","features":[13]},{"name":"FS_ARABIC","features":[13]},{"name":"FS_BALTIC","features":[13]},{"name":"FS_CHINESESIMP","features":[13]},{"name":"FS_CHINESETRAD","features":[13]},{"name":"FS_CYRILLIC","features":[13]},{"name":"FS_GREEK","features":[13]},{"name":"FS_HEBREW","features":[13]},{"name":"FS_JISJAPAN","features":[13]},{"name":"FS_JOHAB","features":[13]},{"name":"FS_LATIN1","features":[13]},{"name":"FS_LATIN2","features":[13]},{"name":"FS_SYMBOL","features":[13]},{"name":"FS_THAI","features":[13]},{"name":"FS_TURKISH","features":[13]},{"name":"FS_VIETNAMESE","features":[13]},{"name":"FS_WANSUNG","features":[13]},{"name":"FW_BLACK","features":[13]},{"name":"FW_BOLD","features":[13]},{"name":"FW_DEMIBOLD","features":[13]},{"name":"FW_DONTCARE","features":[13]},{"name":"FW_EXTRABOLD","features":[13]},{"name":"FW_EXTRALIGHT","features":[13]},{"name":"FW_HEAVY","features":[13]},{"name":"FW_LIGHT","features":[13]},{"name":"FW_MEDIUM","features":[13]},{"name":"FW_NORMAL","features":[13]},{"name":"FW_REGULAR","features":[13]},{"name":"FW_SEMIBOLD","features":[13]},{"name":"FW_THIN","features":[13]},{"name":"FW_ULTRABOLD","features":[13]},{"name":"FW_ULTRALIGHT","features":[13]},{"name":"FillPath","features":[1,13]},{"name":"FillRect","features":[1,13]},{"name":"FillRgn","features":[1,13]},{"name":"FixBrushOrgEx","features":[1,13]},{"name":"FlattenPath","features":[1,13]},{"name":"FloodFill","features":[1,13]},{"name":"FrameRect","features":[1,13]},{"name":"FrameRgn","features":[1,13]},{"name":"GB2312_CHARSET","features":[13]},{"name":"GCPCLASS_ARABIC","features":[13]},{"name":"GCPCLASS_HEBREW","features":[13]},{"name":"GCPCLASS_LATIN","features":[13]},{"name":"GCPCLASS_LATINNUMBER","features":[13]},{"name":"GCPCLASS_LATINNUMERICSEPARATOR","features":[13]},{"name":"GCPCLASS_LATINNUMERICTERMINATOR","features":[13]},{"name":"GCPCLASS_LOCALNUMBER","features":[13]},{"name":"GCPCLASS_NEUTRAL","features":[13]},{"name":"GCPCLASS_NUMERICSEPARATOR","features":[13]},{"name":"GCPCLASS_POSTBOUNDLTR","features":[13]},{"name":"GCPCLASS_POSTBOUNDRTL","features":[13]},{"name":"GCPCLASS_PREBOUNDLTR","features":[13]},{"name":"GCPCLASS_PREBOUNDRTL","features":[13]},{"name":"GCPGLYPH_LINKAFTER","features":[13]},{"name":"GCPGLYPH_LINKBEFORE","features":[13]},{"name":"GCP_CLASSIN","features":[13]},{"name":"GCP_DBCS","features":[13]},{"name":"GCP_DIACRITIC","features":[13]},{"name":"GCP_DISPLAYZWG","features":[13]},{"name":"GCP_ERROR","features":[13]},{"name":"GCP_GLYPHSHAPE","features":[13]},{"name":"GCP_JUSTIFY","features":[13]},{"name":"GCP_JUSTIFYIN","features":[13]},{"name":"GCP_KASHIDA","features":[13]},{"name":"GCP_LIGATE","features":[13]},{"name":"GCP_MAXEXTENT","features":[13]},{"name":"GCP_NEUTRALOVERRIDE","features":[13]},{"name":"GCP_NUMERICOVERRIDE","features":[13]},{"name":"GCP_NUMERICSLATIN","features":[13]},{"name":"GCP_NUMERICSLOCAL","features":[13]},{"name":"GCP_REORDER","features":[13]},{"name":"GCP_RESULTSA","features":[13]},{"name":"GCP_RESULTSW","features":[13]},{"name":"GCP_SYMSWAPOFF","features":[13]},{"name":"GCP_USEKERNING","features":[13]},{"name":"GDICOMMENT_BEGINGROUP","features":[13]},{"name":"GDICOMMENT_ENDGROUP","features":[13]},{"name":"GDICOMMENT_IDENTIFIER","features":[13]},{"name":"GDICOMMENT_MULTIFORMATS","features":[13]},{"name":"GDICOMMENT_UNICODE_END","features":[13]},{"name":"GDICOMMENT_UNICODE_STRING","features":[13]},{"name":"GDICOMMENT_WINDOWS_METAFILE","features":[13]},{"name":"GDIPLUS_TS_QUERYVER","features":[13]},{"name":"GDIPLUS_TS_RECORD","features":[13]},{"name":"GDIREGISTERDDRAWPACKETVERSION","features":[13]},{"name":"GDI_ERROR","features":[13]},{"name":"GDI_REGION_TYPE","features":[13]},{"name":"GETCOLORTABLE","features":[13]},{"name":"GETDEVICEUNITS","features":[13]},{"name":"GETEXTENDEDTEXTMETRICS","features":[13]},{"name":"GETEXTENTTABLE","features":[13]},{"name":"GETFACENAME","features":[13]},{"name":"GETPAIRKERNTABLE","features":[13]},{"name":"GETPENWIDTH","features":[13]},{"name":"GETPHYSPAGESIZE","features":[13]},{"name":"GETPRINTINGOFFSET","features":[13]},{"name":"GETSCALINGFACTOR","features":[13]},{"name":"GETSETPAPERBINS","features":[13]},{"name":"GETSETPAPERMETRICS","features":[13]},{"name":"GETSETPRINTORIENT","features":[13]},{"name":"GETSETSCREENPARAMS","features":[13]},{"name":"GETTECHNOLGY","features":[13]},{"name":"GETTECHNOLOGY","features":[13]},{"name":"GETTRACKKERNTABLE","features":[13]},{"name":"GETVECTORBRUSHSIZE","features":[13]},{"name":"GETVECTORPENSIZE","features":[13]},{"name":"GET_CHARACTER_PLACEMENT_FLAGS","features":[13]},{"name":"GET_DCX_FLAGS","features":[13]},{"name":"GET_DEVICE_CAPS_INDEX","features":[13]},{"name":"GET_GLYPH_OUTLINE_FORMAT","features":[13]},{"name":"GET_PS_FEATURESETTING","features":[13]},{"name":"GET_STOCK_OBJECT_FLAGS","features":[13]},{"name":"GGI_MARK_NONEXISTING_GLYPHS","features":[13]},{"name":"GGO_BEZIER","features":[13]},{"name":"GGO_BITMAP","features":[13]},{"name":"GGO_GLYPH_INDEX","features":[13]},{"name":"GGO_GRAY2_BITMAP","features":[13]},{"name":"GGO_GRAY4_BITMAP","features":[13]},{"name":"GGO_GRAY8_BITMAP","features":[13]},{"name":"GGO_METRICS","features":[13]},{"name":"GGO_NATIVE","features":[13]},{"name":"GGO_UNHINTED","features":[13]},{"name":"GLYPHMETRICS","features":[1,13]},{"name":"GLYPHSET","features":[13]},{"name":"GM_ADVANCED","features":[13]},{"name":"GM_COMPATIBLE","features":[13]},{"name":"GM_LAST","features":[13]},{"name":"GOBJENUMPROC","features":[1,13]},{"name":"GRADIENT_FILL","features":[13]},{"name":"GRADIENT_FILL_OP_FLAG","features":[13]},{"name":"GRADIENT_FILL_RECT_H","features":[13]},{"name":"GRADIENT_FILL_RECT_V","features":[13]},{"name":"GRADIENT_FILL_TRIANGLE","features":[13]},{"name":"GRADIENT_RECT","features":[13]},{"name":"GRADIENT_TRIANGLE","features":[13]},{"name":"GRAPHICS_MODE","features":[13]},{"name":"GRAYSTRINGPROC","features":[1,13]},{"name":"GRAY_BRUSH","features":[13]},{"name":"GREEK_CHARSET","features":[13]},{"name":"GS_8BIT_INDICES","features":[13]},{"name":"GdiAlphaBlend","features":[1,13]},{"name":"GdiComment","features":[1,13]},{"name":"GdiFlush","features":[1,13]},{"name":"GdiGetBatchLimit","features":[13]},{"name":"GdiGradientFill","features":[1,13]},{"name":"GdiSetBatchLimit","features":[13]},{"name":"GdiTransparentBlt","features":[1,13]},{"name":"GetArcDirection","features":[13]},{"name":"GetAspectRatioFilterEx","features":[1,13]},{"name":"GetBitmapBits","features":[13]},{"name":"GetBitmapDimensionEx","features":[1,13]},{"name":"GetBkColor","features":[1,13]},{"name":"GetBkMode","features":[13]},{"name":"GetBoundsRect","features":[1,13]},{"name":"GetBrushOrgEx","features":[1,13]},{"name":"GetCharABCWidthsA","features":[1,13]},{"name":"GetCharABCWidthsFloatA","features":[1,13]},{"name":"GetCharABCWidthsFloatW","features":[1,13]},{"name":"GetCharABCWidthsI","features":[1,13]},{"name":"GetCharABCWidthsW","features":[1,13]},{"name":"GetCharWidth32A","features":[1,13]},{"name":"GetCharWidth32W","features":[1,13]},{"name":"GetCharWidthA","features":[1,13]},{"name":"GetCharWidthFloatA","features":[1,13]},{"name":"GetCharWidthFloatW","features":[1,13]},{"name":"GetCharWidthI","features":[1,13]},{"name":"GetCharWidthW","features":[1,13]},{"name":"GetCharacterPlacementA","features":[13]},{"name":"GetCharacterPlacementW","features":[13]},{"name":"GetClipBox","features":[1,13]},{"name":"GetClipRgn","features":[13]},{"name":"GetColorAdjustment","features":[1,13]},{"name":"GetCurrentObject","features":[13]},{"name":"GetCurrentPositionEx","features":[1,13]},{"name":"GetDC","features":[1,13]},{"name":"GetDCBrushColor","features":[1,13]},{"name":"GetDCEx","features":[1,13]},{"name":"GetDCOrgEx","features":[1,13]},{"name":"GetDCPenColor","features":[1,13]},{"name":"GetDIBColorTable","features":[13]},{"name":"GetDIBits","features":[13]},{"name":"GetDeviceCaps","features":[13]},{"name":"GetEnhMetaFileA","features":[13]},{"name":"GetEnhMetaFileBits","features":[13]},{"name":"GetEnhMetaFileDescriptionA","features":[13]},{"name":"GetEnhMetaFileDescriptionW","features":[13]},{"name":"GetEnhMetaFileHeader","features":[1,13]},{"name":"GetEnhMetaFilePaletteEntries","features":[13]},{"name":"GetEnhMetaFileW","features":[13]},{"name":"GetFontData","features":[13]},{"name":"GetFontLanguageInfo","features":[13]},{"name":"GetFontUnicodeRanges","features":[13]},{"name":"GetGlyphIndicesA","features":[13]},{"name":"GetGlyphIndicesW","features":[13]},{"name":"GetGlyphOutlineA","features":[1,13]},{"name":"GetGlyphOutlineW","features":[1,13]},{"name":"GetGraphicsMode","features":[13]},{"name":"GetKerningPairsA","features":[13]},{"name":"GetKerningPairsW","features":[13]},{"name":"GetLayout","features":[13]},{"name":"GetMapMode","features":[13]},{"name":"GetMetaFileA","features":[13]},{"name":"GetMetaFileBitsEx","features":[13]},{"name":"GetMetaFileW","features":[13]},{"name":"GetMetaRgn","features":[13]},{"name":"GetMiterLimit","features":[1,13]},{"name":"GetMonitorInfoA","features":[1,13]},{"name":"GetMonitorInfoW","features":[1,13]},{"name":"GetNearestColor","features":[1,13]},{"name":"GetNearestPaletteIndex","features":[1,13]},{"name":"GetObjectA","features":[13]},{"name":"GetObjectType","features":[13]},{"name":"GetObjectW","features":[13]},{"name":"GetOutlineTextMetricsA","features":[1,13]},{"name":"GetOutlineTextMetricsW","features":[1,13]},{"name":"GetPaletteEntries","features":[13]},{"name":"GetPath","features":[1,13]},{"name":"GetPixel","features":[1,13]},{"name":"GetPolyFillMode","features":[13]},{"name":"GetROP2","features":[13]},{"name":"GetRandomRgn","features":[13]},{"name":"GetRasterizerCaps","features":[1,13]},{"name":"GetRegionData","features":[1,13]},{"name":"GetRgnBox","features":[1,13]},{"name":"GetStockObject","features":[13]},{"name":"GetStretchBltMode","features":[13]},{"name":"GetSysColor","features":[13]},{"name":"GetSysColorBrush","features":[13]},{"name":"GetSystemPaletteEntries","features":[13]},{"name":"GetSystemPaletteUse","features":[13]},{"name":"GetTabbedTextExtentA","features":[13]},{"name":"GetTabbedTextExtentW","features":[13]},{"name":"GetTextAlign","features":[13]},{"name":"GetTextCharacterExtra","features":[13]},{"name":"GetTextColor","features":[1,13]},{"name":"GetTextExtentExPointA","features":[1,13]},{"name":"GetTextExtentExPointI","features":[1,13]},{"name":"GetTextExtentExPointW","features":[1,13]},{"name":"GetTextExtentPoint32A","features":[1,13]},{"name":"GetTextExtentPoint32W","features":[1,13]},{"name":"GetTextExtentPointA","features":[1,13]},{"name":"GetTextExtentPointI","features":[1,13]},{"name":"GetTextExtentPointW","features":[1,13]},{"name":"GetTextFaceA","features":[13]},{"name":"GetTextFaceW","features":[13]},{"name":"GetTextMetricsA","features":[1,13]},{"name":"GetTextMetricsW","features":[1,13]},{"name":"GetUpdateRect","features":[1,13]},{"name":"GetUpdateRgn","features":[1,13]},{"name":"GetViewportExtEx","features":[1,13]},{"name":"GetViewportOrgEx","features":[1,13]},{"name":"GetWinMetaFileBits","features":[13]},{"name":"GetWindowDC","features":[1,13]},{"name":"GetWindowExtEx","features":[1,13]},{"name":"GetWindowOrgEx","features":[1,13]},{"name":"GetWindowRgn","features":[1,13]},{"name":"GetWindowRgnBox","features":[1,13]},{"name":"GetWorldTransform","features":[1,13]},{"name":"GradientFill","features":[1,13]},{"name":"GrayStringA","features":[1,13]},{"name":"GrayStringW","features":[1,13]},{"name":"HALFTONE","features":[13]},{"name":"HANDLETABLE","features":[13]},{"name":"HANGEUL_CHARSET","features":[13]},{"name":"HANGUL_CHARSET","features":[13]},{"name":"HATCH_BRUSH_STYLE","features":[13]},{"name":"HBITMAP","features":[13]},{"name":"HBRUSH","features":[13]},{"name":"HDC","features":[13]},{"name":"HDC_MAP_MODE","features":[13]},{"name":"HEBREW_CHARSET","features":[13]},{"name":"HENHMETAFILE","features":[13]},{"name":"HFONT","features":[13]},{"name":"HGDIOBJ","features":[13]},{"name":"HMETAFILE","features":[13]},{"name":"HMONITOR","features":[13]},{"name":"HOLLOW_BRUSH","features":[13]},{"name":"HORZRES","features":[13]},{"name":"HORZSIZE","features":[13]},{"name":"HPALETTE","features":[13]},{"name":"HPEN","features":[13]},{"name":"HRGN","features":[13]},{"name":"HS_API_MAX","features":[13]},{"name":"HS_BDIAGONAL","features":[13]},{"name":"HS_CROSS","features":[13]},{"name":"HS_DIAGCROSS","features":[13]},{"name":"HS_FDIAGONAL","features":[13]},{"name":"HS_HORIZONTAL","features":[13]},{"name":"HS_VERTICAL","features":[13]},{"name":"ILLUMINANT_A","features":[13]},{"name":"ILLUMINANT_B","features":[13]},{"name":"ILLUMINANT_C","features":[13]},{"name":"ILLUMINANT_D50","features":[13]},{"name":"ILLUMINANT_D55","features":[13]},{"name":"ILLUMINANT_D65","features":[13]},{"name":"ILLUMINANT_D75","features":[13]},{"name":"ILLUMINANT_DAYLIGHT","features":[13]},{"name":"ILLUMINANT_DEVICE_DEFAULT","features":[13]},{"name":"ILLUMINANT_F2","features":[13]},{"name":"ILLUMINANT_FLUORESCENT","features":[13]},{"name":"ILLUMINANT_MAX_INDEX","features":[13]},{"name":"ILLUMINANT_NTSC","features":[13]},{"name":"ILLUMINANT_TUNGSTEN","features":[13]},{"name":"InflateRect","features":[1,13]},{"name":"IntersectClipRect","features":[13]},{"name":"IntersectRect","features":[1,13]},{"name":"InvalidateRect","features":[1,13]},{"name":"InvalidateRgn","features":[1,13]},{"name":"InvertRect","features":[1,13]},{"name":"InvertRgn","features":[1,13]},{"name":"IsRectEmpty","features":[1,13]},{"name":"JOHAB_CHARSET","features":[13]},{"name":"KERNINGPAIR","features":[13]},{"name":"LAYOUT_BITMAPORIENTATIONPRESERVED","features":[13]},{"name":"LAYOUT_BTT","features":[13]},{"name":"LAYOUT_RTL","features":[13]},{"name":"LAYOUT_VBH","features":[13]},{"name":"LCS_GM_ABS_COLORIMETRIC","features":[13]},{"name":"LCS_GM_BUSINESS","features":[13]},{"name":"LCS_GM_GRAPHICS","features":[13]},{"name":"LCS_GM_IMAGES","features":[13]},{"name":"LC_INTERIORS","features":[13]},{"name":"LC_MARKER","features":[13]},{"name":"LC_NONE","features":[13]},{"name":"LC_POLYLINE","features":[13]},{"name":"LC_POLYMARKER","features":[13]},{"name":"LC_STYLED","features":[13]},{"name":"LC_WIDE","features":[13]},{"name":"LC_WIDESTYLED","features":[13]},{"name":"LF_FACESIZE","features":[13]},{"name":"LF_FULLFACESIZE","features":[13]},{"name":"LICENSE_DEFAULT","features":[13]},{"name":"LICENSE_EDITABLE","features":[13]},{"name":"LICENSE_INSTALLABLE","features":[13]},{"name":"LICENSE_NOEMBEDDING","features":[13]},{"name":"LICENSE_PREVIEWPRINT","features":[13]},{"name":"LINECAPS","features":[13]},{"name":"LINEDDAPROC","features":[1,13]},{"name":"LOGBRUSH","features":[1,13]},{"name":"LOGBRUSH32","features":[1,13]},{"name":"LOGFONTA","features":[13]},{"name":"LOGFONTW","features":[13]},{"name":"LOGPALETTE","features":[13]},{"name":"LOGPEN","features":[1,13]},{"name":"LOGPIXELSX","features":[13]},{"name":"LOGPIXELSY","features":[13]},{"name":"LPD_DOUBLEBUFFER","features":[13]},{"name":"LPD_SHARE_ACCUM","features":[13]},{"name":"LPD_SHARE_DEPTH","features":[13]},{"name":"LPD_SHARE_STENCIL","features":[13]},{"name":"LPD_STEREO","features":[13]},{"name":"LPD_SUPPORT_GDI","features":[13]},{"name":"LPD_SUPPORT_OPENGL","features":[13]},{"name":"LPD_SWAP_COPY","features":[13]},{"name":"LPD_SWAP_EXCHANGE","features":[13]},{"name":"LPD_TRANSPARENT","features":[13]},{"name":"LPD_TYPE_COLORINDEX","features":[13]},{"name":"LPD_TYPE_RGBA","features":[13]},{"name":"LPFNDEVCAPS","features":[1,13]},{"name":"LPFNDEVMODE","features":[1,13]},{"name":"LPtoDP","features":[1,13]},{"name":"LTGRAY_BRUSH","features":[13]},{"name":"LineDDA","features":[1,13]},{"name":"LineTo","features":[1,13]},{"name":"LoadBitmapA","features":[1,13]},{"name":"LoadBitmapW","features":[1,13]},{"name":"LockWindowUpdate","features":[1,13]},{"name":"MAC_CHARSET","features":[13]},{"name":"MAT2","features":[13]},{"name":"MAXSTRETCHBLTMODE","features":[13]},{"name":"MERGECOPY","features":[13]},{"name":"MERGEPAINT","features":[13]},{"name":"METAFILE_DRIVER","features":[13]},{"name":"METAHEADER","features":[13]},{"name":"METARECORD","features":[13]},{"name":"META_ANIMATEPALETTE","features":[13]},{"name":"META_ARC","features":[13]},{"name":"META_BITBLT","features":[13]},{"name":"META_CHORD","features":[13]},{"name":"META_CREATEBRUSHINDIRECT","features":[13]},{"name":"META_CREATEFONTINDIRECT","features":[13]},{"name":"META_CREATEPALETTE","features":[13]},{"name":"META_CREATEPATTERNBRUSH","features":[13]},{"name":"META_CREATEPENINDIRECT","features":[13]},{"name":"META_CREATEREGION","features":[13]},{"name":"META_DELETEOBJECT","features":[13]},{"name":"META_DIBBITBLT","features":[13]},{"name":"META_DIBCREATEPATTERNBRUSH","features":[13]},{"name":"META_DIBSTRETCHBLT","features":[13]},{"name":"META_ELLIPSE","features":[13]},{"name":"META_ESCAPE","features":[13]},{"name":"META_EXCLUDECLIPRECT","features":[13]},{"name":"META_EXTFLOODFILL","features":[13]},{"name":"META_EXTTEXTOUT","features":[13]},{"name":"META_FILLREGION","features":[13]},{"name":"META_FLOODFILL","features":[13]},{"name":"META_FRAMEREGION","features":[13]},{"name":"META_INTERSECTCLIPRECT","features":[13]},{"name":"META_INVERTREGION","features":[13]},{"name":"META_LINETO","features":[13]},{"name":"META_MOVETO","features":[13]},{"name":"META_OFFSETCLIPRGN","features":[13]},{"name":"META_OFFSETVIEWPORTORG","features":[13]},{"name":"META_OFFSETWINDOWORG","features":[13]},{"name":"META_PAINTREGION","features":[13]},{"name":"META_PATBLT","features":[13]},{"name":"META_PIE","features":[13]},{"name":"META_POLYGON","features":[13]},{"name":"META_POLYLINE","features":[13]},{"name":"META_POLYPOLYGON","features":[13]},{"name":"META_REALIZEPALETTE","features":[13]},{"name":"META_RECTANGLE","features":[13]},{"name":"META_RESIZEPALETTE","features":[13]},{"name":"META_RESTOREDC","features":[13]},{"name":"META_ROUNDRECT","features":[13]},{"name":"META_SAVEDC","features":[13]},{"name":"META_SCALEVIEWPORTEXT","features":[13]},{"name":"META_SCALEWINDOWEXT","features":[13]},{"name":"META_SELECTCLIPREGION","features":[13]},{"name":"META_SELECTOBJECT","features":[13]},{"name":"META_SELECTPALETTE","features":[13]},{"name":"META_SETBKCOLOR","features":[13]},{"name":"META_SETBKMODE","features":[13]},{"name":"META_SETDIBTODEV","features":[13]},{"name":"META_SETLAYOUT","features":[13]},{"name":"META_SETMAPMODE","features":[13]},{"name":"META_SETMAPPERFLAGS","features":[13]},{"name":"META_SETPALENTRIES","features":[13]},{"name":"META_SETPIXEL","features":[13]},{"name":"META_SETPOLYFILLMODE","features":[13]},{"name":"META_SETRELABS","features":[13]},{"name":"META_SETROP2","features":[13]},{"name":"META_SETSTRETCHBLTMODE","features":[13]},{"name":"META_SETTEXTALIGN","features":[13]},{"name":"META_SETTEXTCHAREXTRA","features":[13]},{"name":"META_SETTEXTCOLOR","features":[13]},{"name":"META_SETTEXTJUSTIFICATION","features":[13]},{"name":"META_SETVIEWPORTEXT","features":[13]},{"name":"META_SETVIEWPORTORG","features":[13]},{"name":"META_SETWINDOWEXT","features":[13]},{"name":"META_SETWINDOWORG","features":[13]},{"name":"META_STRETCHBLT","features":[13]},{"name":"META_STRETCHDIB","features":[13]},{"name":"META_TEXTOUT","features":[13]},{"name":"MFCOMMENT","features":[13]},{"name":"MFENUMPROC","features":[1,13]},{"name":"MILCORE_TS_QUERYVER_RESULT_FALSE","features":[13]},{"name":"MILCORE_TS_QUERYVER_RESULT_TRUE","features":[13]},{"name":"MM_ANISOTROPIC","features":[13]},{"name":"MM_HIENGLISH","features":[13]},{"name":"MM_HIMETRIC","features":[13]},{"name":"MM_ISOTROPIC","features":[13]},{"name":"MM_LOENGLISH","features":[13]},{"name":"MM_LOMETRIC","features":[13]},{"name":"MM_MAX_AXES_NAMELEN","features":[13]},{"name":"MM_MAX_NUMAXES","features":[13]},{"name":"MM_TEXT","features":[13]},{"name":"MM_TWIPS","features":[13]},{"name":"MODIFY_WORLD_TRANSFORM_MODE","features":[13]},{"name":"MONITORENUMPROC","features":[1,13]},{"name":"MONITORINFO","features":[1,13]},{"name":"MONITORINFOEXA","features":[1,13]},{"name":"MONITORINFOEXW","features":[1,13]},{"name":"MONITOR_DEFAULTTONEAREST","features":[13]},{"name":"MONITOR_DEFAULTTONULL","features":[13]},{"name":"MONITOR_DEFAULTTOPRIMARY","features":[13]},{"name":"MONITOR_FROM_FLAGS","features":[13]},{"name":"MONO_FONT","features":[13]},{"name":"MOUSETRAILS","features":[13]},{"name":"MWT_IDENTITY","features":[13]},{"name":"MWT_LEFTMULTIPLY","features":[13]},{"name":"MWT_RIGHTMULTIPLY","features":[13]},{"name":"MapWindowPoints","features":[1,13]},{"name":"MaskBlt","features":[1,13]},{"name":"MergeFontPackage","features":[13]},{"name":"ModifyWorldTransform","features":[1,13]},{"name":"MonitorFromPoint","features":[1,13]},{"name":"MonitorFromRect","features":[1,13]},{"name":"MonitorFromWindow","features":[1,13]},{"name":"MoveToEx","features":[1,13]},{"name":"NEWFRAME","features":[13]},{"name":"NEWTEXTMETRICA","features":[13]},{"name":"NEWTEXTMETRICW","features":[13]},{"name":"NEWTRANSPARENT","features":[13]},{"name":"NEXTBAND","features":[13]},{"name":"NOMIRRORBITMAP","features":[13]},{"name":"NONANTIALIASED_QUALITY","features":[13]},{"name":"NOTSRCCOPY","features":[13]},{"name":"NOTSRCERASE","features":[13]},{"name":"NTM_BOLD","features":[13]},{"name":"NTM_DSIG","features":[13]},{"name":"NTM_ITALIC","features":[13]},{"name":"NTM_MULTIPLEMASTER","features":[13]},{"name":"NTM_NONNEGATIVE_AC","features":[13]},{"name":"NTM_PS_OPENTYPE","features":[13]},{"name":"NTM_REGULAR","features":[13]},{"name":"NTM_TT_OPENTYPE","features":[13]},{"name":"NTM_TYPE1","features":[13]},{"name":"NULLREGION","features":[13]},{"name":"NULL_BRUSH","features":[13]},{"name":"NULL_PEN","features":[13]},{"name":"NUMBRUSHES","features":[13]},{"name":"NUMCOLORS","features":[13]},{"name":"NUMFONTS","features":[13]},{"name":"NUMMARKERS","features":[13]},{"name":"NUMPENS","features":[13]},{"name":"NUMRESERVED","features":[13]},{"name":"OBJ_BITMAP","features":[13]},{"name":"OBJ_BRUSH","features":[13]},{"name":"OBJ_COLORSPACE","features":[13]},{"name":"OBJ_DC","features":[13]},{"name":"OBJ_ENHMETADC","features":[13]},{"name":"OBJ_ENHMETAFILE","features":[13]},{"name":"OBJ_EXTPEN","features":[13]},{"name":"OBJ_FONT","features":[13]},{"name":"OBJ_MEMDC","features":[13]},{"name":"OBJ_METADC","features":[13]},{"name":"OBJ_METAFILE","features":[13]},{"name":"OBJ_PAL","features":[13]},{"name":"OBJ_PEN","features":[13]},{"name":"OBJ_REGION","features":[13]},{"name":"OBJ_TYPE","features":[13]},{"name":"OEM_CHARSET","features":[13]},{"name":"OEM_FIXED_FONT","features":[13]},{"name":"OPAQUE","features":[13]},{"name":"OPENCHANNEL","features":[13]},{"name":"OUTLINETEXTMETRICA","features":[1,13]},{"name":"OUTLINETEXTMETRICW","features":[1,13]},{"name":"OUT_CHARACTER_PRECIS","features":[13]},{"name":"OUT_DEFAULT_PRECIS","features":[13]},{"name":"OUT_DEVICE_PRECIS","features":[13]},{"name":"OUT_OUTLINE_PRECIS","features":[13]},{"name":"OUT_PS_ONLY_PRECIS","features":[13]},{"name":"OUT_RASTER_PRECIS","features":[13]},{"name":"OUT_SCREEN_OUTLINE_PRECIS","features":[13]},{"name":"OUT_STRING_PRECIS","features":[13]},{"name":"OUT_STROKE_PRECIS","features":[13]},{"name":"OUT_TT_ONLY_PRECIS","features":[13]},{"name":"OUT_TT_PRECIS","features":[13]},{"name":"OffsetClipRgn","features":[13]},{"name":"OffsetRect","features":[1,13]},{"name":"OffsetRgn","features":[13]},{"name":"OffsetViewportOrgEx","features":[1,13]},{"name":"OffsetWindowOrgEx","features":[1,13]},{"name":"PAINTSTRUCT","features":[1,13]},{"name":"PALETTEENTRY","features":[13]},{"name":"PANOSE","features":[13]},{"name":"PANOSE_COUNT","features":[13]},{"name":"PAN_ANY","features":[13]},{"name":"PAN_ARMSTYLE_INDEX","features":[13]},{"name":"PAN_ARM_ANY","features":[13]},{"name":"PAN_ARM_NO_FIT","features":[13]},{"name":"PAN_ARM_STYLE","features":[13]},{"name":"PAN_BENT_ARMS_DOUBLE_SERIF","features":[13]},{"name":"PAN_BENT_ARMS_HORZ","features":[13]},{"name":"PAN_BENT_ARMS_SINGLE_SERIF","features":[13]},{"name":"PAN_BENT_ARMS_VERT","features":[13]},{"name":"PAN_BENT_ARMS_WEDGE","features":[13]},{"name":"PAN_CONTRAST","features":[13]},{"name":"PAN_CONTRAST_ANY","features":[13]},{"name":"PAN_CONTRAST_HIGH","features":[13]},{"name":"PAN_CONTRAST_INDEX","features":[13]},{"name":"PAN_CONTRAST_LOW","features":[13]},{"name":"PAN_CONTRAST_MEDIUM","features":[13]},{"name":"PAN_CONTRAST_MEDIUM_HIGH","features":[13]},{"name":"PAN_CONTRAST_MEDIUM_LOW","features":[13]},{"name":"PAN_CONTRAST_NONE","features":[13]},{"name":"PAN_CONTRAST_NO_FIT","features":[13]},{"name":"PAN_CONTRAST_VERY_HIGH","features":[13]},{"name":"PAN_CONTRAST_VERY_LOW","features":[13]},{"name":"PAN_CULTURE_LATIN","features":[13]},{"name":"PAN_FAMILYTYPE_INDEX","features":[13]},{"name":"PAN_FAMILY_ANY","features":[13]},{"name":"PAN_FAMILY_DECORATIVE","features":[13]},{"name":"PAN_FAMILY_NO_FIT","features":[13]},{"name":"PAN_FAMILY_PICTORIAL","features":[13]},{"name":"PAN_FAMILY_SCRIPT","features":[13]},{"name":"PAN_FAMILY_TEXT_DISPLAY","features":[13]},{"name":"PAN_FAMILY_TYPE","features":[13]},{"name":"PAN_LETTERFORM_INDEX","features":[13]},{"name":"PAN_LETT_FORM","features":[13]},{"name":"PAN_LETT_FORM_ANY","features":[13]},{"name":"PAN_LETT_FORM_NO_FIT","features":[13]},{"name":"PAN_LETT_NORMAL_BOXED","features":[13]},{"name":"PAN_LETT_NORMAL_CONTACT","features":[13]},{"name":"PAN_LETT_NORMAL_FLATTENED","features":[13]},{"name":"PAN_LETT_NORMAL_OFF_CENTER","features":[13]},{"name":"PAN_LETT_NORMAL_ROUNDED","features":[13]},{"name":"PAN_LETT_NORMAL_SQUARE","features":[13]},{"name":"PAN_LETT_NORMAL_WEIGHTED","features":[13]},{"name":"PAN_LETT_OBLIQUE_BOXED","features":[13]},{"name":"PAN_LETT_OBLIQUE_CONTACT","features":[13]},{"name":"PAN_LETT_OBLIQUE_FLATTENED","features":[13]},{"name":"PAN_LETT_OBLIQUE_OFF_CENTER","features":[13]},{"name":"PAN_LETT_OBLIQUE_ROUNDED","features":[13]},{"name":"PAN_LETT_OBLIQUE_SQUARE","features":[13]},{"name":"PAN_LETT_OBLIQUE_WEIGHTED","features":[13]},{"name":"PAN_MIDLINE","features":[13]},{"name":"PAN_MIDLINE_ANY","features":[13]},{"name":"PAN_MIDLINE_CONSTANT_POINTED","features":[13]},{"name":"PAN_MIDLINE_CONSTANT_SERIFED","features":[13]},{"name":"PAN_MIDLINE_CONSTANT_TRIMMED","features":[13]},{"name":"PAN_MIDLINE_HIGH_POINTED","features":[13]},{"name":"PAN_MIDLINE_HIGH_SERIFED","features":[13]},{"name":"PAN_MIDLINE_HIGH_TRIMMED","features":[13]},{"name":"PAN_MIDLINE_INDEX","features":[13]},{"name":"PAN_MIDLINE_LOW_POINTED","features":[13]},{"name":"PAN_MIDLINE_LOW_SERIFED","features":[13]},{"name":"PAN_MIDLINE_LOW_TRIMMED","features":[13]},{"name":"PAN_MIDLINE_NO_FIT","features":[13]},{"name":"PAN_MIDLINE_STANDARD_POINTED","features":[13]},{"name":"PAN_MIDLINE_STANDARD_SERIFED","features":[13]},{"name":"PAN_MIDLINE_STANDARD_TRIMMED","features":[13]},{"name":"PAN_NO_FIT","features":[13]},{"name":"PAN_PROPORTION","features":[13]},{"name":"PAN_PROPORTION_INDEX","features":[13]},{"name":"PAN_PROP_ANY","features":[13]},{"name":"PAN_PROP_CONDENSED","features":[13]},{"name":"PAN_PROP_EVEN_WIDTH","features":[13]},{"name":"PAN_PROP_EXPANDED","features":[13]},{"name":"PAN_PROP_MODERN","features":[13]},{"name":"PAN_PROP_MONOSPACED","features":[13]},{"name":"PAN_PROP_NO_FIT","features":[13]},{"name":"PAN_PROP_OLD_STYLE","features":[13]},{"name":"PAN_PROP_VERY_CONDENSED","features":[13]},{"name":"PAN_PROP_VERY_EXPANDED","features":[13]},{"name":"PAN_SERIFSTYLE_INDEX","features":[13]},{"name":"PAN_SERIF_ANY","features":[13]},{"name":"PAN_SERIF_BONE","features":[13]},{"name":"PAN_SERIF_COVE","features":[13]},{"name":"PAN_SERIF_EXAGGERATED","features":[13]},{"name":"PAN_SERIF_FLARED","features":[13]},{"name":"PAN_SERIF_NORMAL_SANS","features":[13]},{"name":"PAN_SERIF_NO_FIT","features":[13]},{"name":"PAN_SERIF_OBTUSE_COVE","features":[13]},{"name":"PAN_SERIF_OBTUSE_SANS","features":[13]},{"name":"PAN_SERIF_OBTUSE_SQUARE_COVE","features":[13]},{"name":"PAN_SERIF_PERP_SANS","features":[13]},{"name":"PAN_SERIF_ROUNDED","features":[13]},{"name":"PAN_SERIF_SQUARE","features":[13]},{"name":"PAN_SERIF_SQUARE_COVE","features":[13]},{"name":"PAN_SERIF_STYLE","features":[13]},{"name":"PAN_SERIF_THIN","features":[13]},{"name":"PAN_SERIF_TRIANGLE","features":[13]},{"name":"PAN_STRAIGHT_ARMS_DOUBLE_SERIF","features":[13]},{"name":"PAN_STRAIGHT_ARMS_HORZ","features":[13]},{"name":"PAN_STRAIGHT_ARMS_SINGLE_SERIF","features":[13]},{"name":"PAN_STRAIGHT_ARMS_VERT","features":[13]},{"name":"PAN_STRAIGHT_ARMS_WEDGE","features":[13]},{"name":"PAN_STROKEVARIATION_INDEX","features":[13]},{"name":"PAN_STROKE_ANY","features":[13]},{"name":"PAN_STROKE_GRADUAL_DIAG","features":[13]},{"name":"PAN_STROKE_GRADUAL_HORZ","features":[13]},{"name":"PAN_STROKE_GRADUAL_TRAN","features":[13]},{"name":"PAN_STROKE_GRADUAL_VERT","features":[13]},{"name":"PAN_STROKE_INSTANT_VERT","features":[13]},{"name":"PAN_STROKE_NO_FIT","features":[13]},{"name":"PAN_STROKE_RAPID_HORZ","features":[13]},{"name":"PAN_STROKE_RAPID_VERT","features":[13]},{"name":"PAN_STROKE_VARIATION","features":[13]},{"name":"PAN_WEIGHT","features":[13]},{"name":"PAN_WEIGHT_ANY","features":[13]},{"name":"PAN_WEIGHT_BLACK","features":[13]},{"name":"PAN_WEIGHT_BOLD","features":[13]},{"name":"PAN_WEIGHT_BOOK","features":[13]},{"name":"PAN_WEIGHT_DEMI","features":[13]},{"name":"PAN_WEIGHT_HEAVY","features":[13]},{"name":"PAN_WEIGHT_INDEX","features":[13]},{"name":"PAN_WEIGHT_LIGHT","features":[13]},{"name":"PAN_WEIGHT_MEDIUM","features":[13]},{"name":"PAN_WEIGHT_NORD","features":[13]},{"name":"PAN_WEIGHT_NO_FIT","features":[13]},{"name":"PAN_WEIGHT_THIN","features":[13]},{"name":"PAN_WEIGHT_VERY_LIGHT","features":[13]},{"name":"PAN_XHEIGHT","features":[13]},{"name":"PAN_XHEIGHT_ANY","features":[13]},{"name":"PAN_XHEIGHT_CONSTANT_LARGE","features":[13]},{"name":"PAN_XHEIGHT_CONSTANT_SMALL","features":[13]},{"name":"PAN_XHEIGHT_CONSTANT_STD","features":[13]},{"name":"PAN_XHEIGHT_DUCKING_LARGE","features":[13]},{"name":"PAN_XHEIGHT_DUCKING_SMALL","features":[13]},{"name":"PAN_XHEIGHT_DUCKING_STD","features":[13]},{"name":"PAN_XHEIGHT_INDEX","features":[13]},{"name":"PAN_XHEIGHT_NO_FIT","features":[13]},{"name":"PASSTHROUGH","features":[13]},{"name":"PATCOPY","features":[13]},{"name":"PATINVERT","features":[13]},{"name":"PATPAINT","features":[13]},{"name":"PC_EXPLICIT","features":[13]},{"name":"PC_INTERIORS","features":[13]},{"name":"PC_NOCOLLAPSE","features":[13]},{"name":"PC_NONE","features":[13]},{"name":"PC_PATHS","features":[13]},{"name":"PC_POLYGON","features":[13]},{"name":"PC_POLYPOLYGON","features":[13]},{"name":"PC_RECTANGLE","features":[13]},{"name":"PC_RESERVED","features":[13]},{"name":"PC_SCANLINE","features":[13]},{"name":"PC_STYLED","features":[13]},{"name":"PC_TRAPEZOID","features":[13]},{"name":"PC_WIDE","features":[13]},{"name":"PC_WIDESTYLED","features":[13]},{"name":"PC_WINDPOLYGON","features":[13]},{"name":"PDEVICESIZE","features":[13]},{"name":"PELARRAY","features":[13]},{"name":"PEN_STYLE","features":[13]},{"name":"PHYSICALHEIGHT","features":[13]},{"name":"PHYSICALOFFSETX","features":[13]},{"name":"PHYSICALOFFSETY","features":[13]},{"name":"PHYSICALWIDTH","features":[13]},{"name":"PLANES","features":[13]},{"name":"POINTFX","features":[13]},{"name":"POLYFILL_LAST","features":[13]},{"name":"POLYGONALCAPS","features":[13]},{"name":"POLYTEXTA","features":[1,13]},{"name":"POLYTEXTW","features":[1,13]},{"name":"POSTSCRIPT_DATA","features":[13]},{"name":"POSTSCRIPT_IDENTIFY","features":[13]},{"name":"POSTSCRIPT_IGNORE","features":[13]},{"name":"POSTSCRIPT_INJECTION","features":[13]},{"name":"POSTSCRIPT_PASSTHROUGH","features":[13]},{"name":"PRINTRATEUNIT_CPS","features":[13]},{"name":"PRINTRATEUNIT_IPM","features":[13]},{"name":"PRINTRATEUNIT_LPM","features":[13]},{"name":"PRINTRATEUNIT_PPM","features":[13]},{"name":"PROOF_QUALITY","features":[13]},{"name":"PR_JOBSTATUS","features":[13]},{"name":"PSIDENT_GDICENTRIC","features":[13]},{"name":"PSIDENT_PSCENTRIC","features":[13]},{"name":"PSINJECT_DLFONT","features":[13]},{"name":"PSPROTOCOL_ASCII","features":[13]},{"name":"PSPROTOCOL_BCP","features":[13]},{"name":"PSPROTOCOL_BINARY","features":[13]},{"name":"PSPROTOCOL_TBCP","features":[13]},{"name":"PS_ALTERNATE","features":[13]},{"name":"PS_COSMETIC","features":[13]},{"name":"PS_DASH","features":[13]},{"name":"PS_DASHDOT","features":[13]},{"name":"PS_DASHDOTDOT","features":[13]},{"name":"PS_DOT","features":[13]},{"name":"PS_ENDCAP_FLAT","features":[13]},{"name":"PS_ENDCAP_MASK","features":[13]},{"name":"PS_ENDCAP_ROUND","features":[13]},{"name":"PS_ENDCAP_SQUARE","features":[13]},{"name":"PS_GEOMETRIC","features":[13]},{"name":"PS_INSIDEFRAME","features":[13]},{"name":"PS_JOIN_BEVEL","features":[13]},{"name":"PS_JOIN_MASK","features":[13]},{"name":"PS_JOIN_MITER","features":[13]},{"name":"PS_JOIN_ROUND","features":[13]},{"name":"PS_NULL","features":[13]},{"name":"PS_SOLID","features":[13]},{"name":"PS_STYLE_MASK","features":[13]},{"name":"PS_TYPE_MASK","features":[13]},{"name":"PS_USERSTYLE","features":[13]},{"name":"PT_BEZIERTO","features":[13]},{"name":"PT_CLOSEFIGURE","features":[13]},{"name":"PT_LINETO","features":[13]},{"name":"PT_MOVETO","features":[13]},{"name":"PaintDesktop","features":[1,13]},{"name":"PaintRgn","features":[1,13]},{"name":"PatBlt","features":[1,13]},{"name":"PathToRegion","features":[13]},{"name":"Pie","features":[1,13]},{"name":"PlayEnhMetaFile","features":[1,13]},{"name":"PlayEnhMetaFileRecord","features":[1,13]},{"name":"PlayMetaFile","features":[1,13]},{"name":"PlayMetaFileRecord","features":[1,13]},{"name":"PlgBlt","features":[1,13]},{"name":"PolyBezier","features":[1,13]},{"name":"PolyBezierTo","features":[1,13]},{"name":"PolyDraw","features":[1,13]},{"name":"PolyPolygon","features":[1,13]},{"name":"PolyPolyline","features":[1,13]},{"name":"PolyTextOutA","features":[1,13]},{"name":"PolyTextOutW","features":[1,13]},{"name":"Polygon","features":[1,13]},{"name":"Polyline","features":[1,13]},{"name":"PolylineTo","features":[1,13]},{"name":"PtInRect","features":[1,13]},{"name":"PtInRegion","features":[1,13]},{"name":"PtVisible","features":[1,13]},{"name":"QDI_DIBTOSCREEN","features":[13]},{"name":"QDI_GETDIBITS","features":[13]},{"name":"QDI_SETDIBITS","features":[13]},{"name":"QDI_STRETCHDIB","features":[13]},{"name":"QUERYDIBSUPPORT","features":[13]},{"name":"QUERYESCSUPPORT","features":[13]},{"name":"QUERYROPSUPPORT","features":[13]},{"name":"R2_BLACK","features":[13]},{"name":"R2_COPYPEN","features":[13]},{"name":"R2_LAST","features":[13]},{"name":"R2_MASKNOTPEN","features":[13]},{"name":"R2_MASKPEN","features":[13]},{"name":"R2_MASKPENNOT","features":[13]},{"name":"R2_MERGENOTPEN","features":[13]},{"name":"R2_MERGEPEN","features":[13]},{"name":"R2_MERGEPENNOT","features":[13]},{"name":"R2_MODE","features":[13]},{"name":"R2_NOP","features":[13]},{"name":"R2_NOT","features":[13]},{"name":"R2_NOTCOPYPEN","features":[13]},{"name":"R2_NOTMASKPEN","features":[13]},{"name":"R2_NOTMERGEPEN","features":[13]},{"name":"R2_NOTXORPEN","features":[13]},{"name":"R2_WHITE","features":[13]},{"name":"R2_XORPEN","features":[13]},{"name":"RASTERCAPS","features":[13]},{"name":"RASTERIZER_STATUS","features":[13]},{"name":"RASTER_FONTTYPE","features":[13]},{"name":"RC_BANDING","features":[13]},{"name":"RC_BIGFONT","features":[13]},{"name":"RC_BITBLT","features":[13]},{"name":"RC_BITMAP64","features":[13]},{"name":"RC_DEVBITS","features":[13]},{"name":"RC_DIBTODEV","features":[13]},{"name":"RC_DI_BITMAP","features":[13]},{"name":"RC_FLOODFILL","features":[13]},{"name":"RC_GDI20_OUTPUT","features":[13]},{"name":"RC_GDI20_STATE","features":[13]},{"name":"RC_OP_DX_OUTPUT","features":[13]},{"name":"RC_PALETTE","features":[13]},{"name":"RC_SAVEBITMAP","features":[13]},{"name":"RC_SCALING","features":[13]},{"name":"RC_STRETCHBLT","features":[13]},{"name":"RC_STRETCHDIB","features":[13]},{"name":"RDH_RECTANGLES","features":[13]},{"name":"RDW_ALLCHILDREN","features":[13]},{"name":"RDW_ERASE","features":[13]},{"name":"RDW_ERASENOW","features":[13]},{"name":"RDW_FRAME","features":[13]},{"name":"RDW_INTERNALPAINT","features":[13]},{"name":"RDW_INVALIDATE","features":[13]},{"name":"RDW_NOCHILDREN","features":[13]},{"name":"RDW_NOERASE","features":[13]},{"name":"RDW_NOFRAME","features":[13]},{"name":"RDW_NOINTERNALPAINT","features":[13]},{"name":"RDW_UPDATENOW","features":[13]},{"name":"RDW_VALIDATE","features":[13]},{"name":"READEMBEDPROC","features":[13]},{"name":"REDRAW_WINDOW_FLAGS","features":[13]},{"name":"RELATIVE","features":[13]},{"name":"RESTORE_CTM","features":[13]},{"name":"RGBQUAD","features":[13]},{"name":"RGBTRIPLE","features":[13]},{"name":"RGNDATA","features":[1,13]},{"name":"RGNDATAHEADER","features":[1,13]},{"name":"RGN_AND","features":[13]},{"name":"RGN_COMBINE_MODE","features":[13]},{"name":"RGN_COPY","features":[13]},{"name":"RGN_DIFF","features":[13]},{"name":"RGN_ERROR","features":[13]},{"name":"RGN_MAX","features":[13]},{"name":"RGN_MIN","features":[13]},{"name":"RGN_OR","features":[13]},{"name":"RGN_XOR","features":[13]},{"name":"ROP_CODE","features":[13]},{"name":"RUSSIAN_CHARSET","features":[13]},{"name":"RealizePalette","features":[13]},{"name":"RectInRegion","features":[1,13]},{"name":"RectVisible","features":[1,13]},{"name":"Rectangle","features":[1,13]},{"name":"RedrawWindow","features":[1,13]},{"name":"ReleaseDC","features":[1,13]},{"name":"RemoveFontMemResourceEx","features":[1,13]},{"name":"RemoveFontResourceA","features":[1,13]},{"name":"RemoveFontResourceExA","features":[1,13]},{"name":"RemoveFontResourceExW","features":[1,13]},{"name":"RemoveFontResourceW","features":[1,13]},{"name":"ResetDCA","features":[1,13]},{"name":"ResetDCW","features":[1,13]},{"name":"ResizePalette","features":[1,13]},{"name":"RestoreDC","features":[1,13]},{"name":"RoundRect","features":[1,13]},{"name":"SAVE_CTM","features":[13]},{"name":"SB_CONST_ALPHA","features":[13]},{"name":"SB_GRAD_RECT","features":[13]},{"name":"SB_GRAD_TRI","features":[13]},{"name":"SB_NONE","features":[13]},{"name":"SB_PIXEL_ALPHA","features":[13]},{"name":"SB_PREMULT_ALPHA","features":[13]},{"name":"SCALINGFACTORX","features":[13]},{"name":"SCALINGFACTORY","features":[13]},{"name":"SC_SCREENSAVE","features":[13]},{"name":"SELECTDIB","features":[13]},{"name":"SELECTPAPERSOURCE","features":[13]},{"name":"SETABORTPROC","features":[13]},{"name":"SETALLJUSTVALUES","features":[13]},{"name":"SETCHARSET","features":[13]},{"name":"SETCOLORTABLE","features":[13]},{"name":"SETCOPYCOUNT","features":[13]},{"name":"SETDIBSCALING","features":[13]},{"name":"SETICMPROFILE_EMBEDED","features":[13]},{"name":"SETKERNTRACK","features":[13]},{"name":"SETLINECAP","features":[13]},{"name":"SETLINEJOIN","features":[13]},{"name":"SETMITERLIMIT","features":[13]},{"name":"SET_ARC_DIRECTION","features":[13]},{"name":"SET_BACKGROUND_COLOR","features":[13]},{"name":"SET_BOUNDS","features":[13]},{"name":"SET_BOUNDS_RECT_FLAGS","features":[13]},{"name":"SET_CLIP_BOX","features":[13]},{"name":"SET_MIRROR_MODE","features":[13]},{"name":"SET_POLY_MODE","features":[13]},{"name":"SET_SCREEN_ANGLE","features":[13]},{"name":"SET_SPREAD","features":[13]},{"name":"SHADEBLENDCAPS","features":[13]},{"name":"SHIFTJIS_CHARSET","features":[13]},{"name":"SIMPLEREGION","features":[13]},{"name":"SIZEPALETTE","features":[13]},{"name":"SPCLPASSTHROUGH2","features":[13]},{"name":"SP_APPABORT","features":[13]},{"name":"SP_ERROR","features":[13]},{"name":"SP_NOTREPORTED","features":[13]},{"name":"SP_OUTOFDISK","features":[13]},{"name":"SP_OUTOFMEMORY","features":[13]},{"name":"SP_USERABORT","features":[13]},{"name":"SRCAND","features":[13]},{"name":"SRCCOPY","features":[13]},{"name":"SRCERASE","features":[13]},{"name":"SRCINVERT","features":[13]},{"name":"SRCPAINT","features":[13]},{"name":"STARTDOC","features":[13]},{"name":"STOCK_LAST","features":[13]},{"name":"STRETCHBLT","features":[13]},{"name":"STRETCH_ANDSCANS","features":[13]},{"name":"STRETCH_BLT_MODE","features":[13]},{"name":"STRETCH_DELETESCANS","features":[13]},{"name":"STRETCH_HALFTONE","features":[13]},{"name":"STRETCH_ORSCANS","features":[13]},{"name":"SYMBOL_CHARSET","features":[13]},{"name":"SYSPAL_ERROR","features":[13]},{"name":"SYSPAL_NOSTATIC","features":[13]},{"name":"SYSPAL_NOSTATIC256","features":[13]},{"name":"SYSPAL_STATIC","features":[13]},{"name":"SYSRGN","features":[13]},{"name":"SYSTEM_FIXED_FONT","features":[13]},{"name":"SYSTEM_FONT","features":[13]},{"name":"SYSTEM_PALETTE_USE","features":[13]},{"name":"SYS_COLOR_INDEX","features":[13]},{"name":"SaveDC","features":[13]},{"name":"ScaleViewportExtEx","features":[1,13]},{"name":"ScaleWindowExtEx","features":[1,13]},{"name":"ScreenToClient","features":[1,13]},{"name":"SelectClipPath","features":[1,13]},{"name":"SelectClipRgn","features":[13]},{"name":"SelectObject","features":[13]},{"name":"SelectPalette","features":[1,13]},{"name":"SetArcDirection","features":[13]},{"name":"SetBitmapBits","features":[13]},{"name":"SetBitmapDimensionEx","features":[1,13]},{"name":"SetBkColor","features":[1,13]},{"name":"SetBkMode","features":[13]},{"name":"SetBoundsRect","features":[1,13]},{"name":"SetBrushOrgEx","features":[1,13]},{"name":"SetColorAdjustment","features":[1,13]},{"name":"SetDCBrushColor","features":[1,13]},{"name":"SetDCPenColor","features":[1,13]},{"name":"SetDIBColorTable","features":[13]},{"name":"SetDIBits","features":[13]},{"name":"SetDIBitsToDevice","features":[13]},{"name":"SetEnhMetaFileBits","features":[13]},{"name":"SetGraphicsMode","features":[13]},{"name":"SetLayout","features":[13]},{"name":"SetMapMode","features":[13]},{"name":"SetMapperFlags","features":[13]},{"name":"SetMetaFileBitsEx","features":[13]},{"name":"SetMetaRgn","features":[13]},{"name":"SetMiterLimit","features":[1,13]},{"name":"SetPaletteEntries","features":[13]},{"name":"SetPixel","features":[1,13]},{"name":"SetPixelV","features":[1,13]},{"name":"SetPolyFillMode","features":[13]},{"name":"SetROP2","features":[13]},{"name":"SetRect","features":[1,13]},{"name":"SetRectEmpty","features":[1,13]},{"name":"SetRectRgn","features":[1,13]},{"name":"SetStretchBltMode","features":[13]},{"name":"SetSysColors","features":[1,13]},{"name":"SetSystemPaletteUse","features":[13]},{"name":"SetTextAlign","features":[13]},{"name":"SetTextCharacterExtra","features":[13]},{"name":"SetTextColor","features":[1,13]},{"name":"SetTextJustification","features":[1,13]},{"name":"SetViewportExtEx","features":[1,13]},{"name":"SetViewportOrgEx","features":[1,13]},{"name":"SetWindowExtEx","features":[1,13]},{"name":"SetWindowOrgEx","features":[1,13]},{"name":"SetWindowRgn","features":[1,13]},{"name":"SetWorldTransform","features":[1,13]},{"name":"StretchBlt","features":[1,13]},{"name":"StretchDIBits","features":[13]},{"name":"StrokeAndFillPath","features":[1,13]},{"name":"StrokePath","features":[1,13]},{"name":"SubtractRect","features":[1,13]},{"name":"TA_BASELINE","features":[13]},{"name":"TA_BOTTOM","features":[13]},{"name":"TA_CENTER","features":[13]},{"name":"TA_LEFT","features":[13]},{"name":"TA_MASK","features":[13]},{"name":"TA_NOUPDATECP","features":[13]},{"name":"TA_RIGHT","features":[13]},{"name":"TA_RTLREADING","features":[13]},{"name":"TA_TOP","features":[13]},{"name":"TA_UPDATECP","features":[13]},{"name":"TC_CP_STROKE","features":[13]},{"name":"TC_CR_90","features":[13]},{"name":"TC_CR_ANY","features":[13]},{"name":"TC_EA_DOUBLE","features":[13]},{"name":"TC_IA_ABLE","features":[13]},{"name":"TC_OP_CHARACTER","features":[13]},{"name":"TC_OP_STROKE","features":[13]},{"name":"TC_RA_ABLE","features":[13]},{"name":"TC_RESERVED","features":[13]},{"name":"TC_SA_CONTIN","features":[13]},{"name":"TC_SA_DOUBLE","features":[13]},{"name":"TC_SA_INTEGER","features":[13]},{"name":"TC_SCROLLBLT","features":[13]},{"name":"TC_SF_X_YINDEP","features":[13]},{"name":"TC_SO_ABLE","features":[13]},{"name":"TC_UA_ABLE","features":[13]},{"name":"TC_VA_ABLE","features":[13]},{"name":"TECHNOLOGY","features":[13]},{"name":"TEXTCAPS","features":[13]},{"name":"TEXTMETRICA","features":[13]},{"name":"TEXTMETRICW","features":[13]},{"name":"TEXT_ALIGN_OPTIONS","features":[13]},{"name":"THAI_CHARSET","features":[13]},{"name":"TMPF_DEVICE","features":[13]},{"name":"TMPF_FIXED_PITCH","features":[13]},{"name":"TMPF_FLAGS","features":[13]},{"name":"TMPF_TRUETYPE","features":[13]},{"name":"TMPF_VECTOR","features":[13]},{"name":"TRANSFORM_CTM","features":[13]},{"name":"TRANSPARENT","features":[13]},{"name":"TRIVERTEX","features":[13]},{"name":"TRUETYPE_FONTTYPE","features":[13]},{"name":"TTCharToUnicode","features":[13]},{"name":"TTDELETE_DONTREMOVEFONT","features":[13]},{"name":"TTDeleteEmbeddedFont","features":[1,13]},{"name":"TTEMBEDINFO","features":[13]},{"name":"TTEMBED_EMBEDEUDC","features":[13]},{"name":"TTEMBED_EUDCEMBEDDED","features":[13]},{"name":"TTEMBED_FAILIFVARIATIONSIMULATED","features":[13]},{"name":"TTEMBED_FLAGS","features":[13]},{"name":"TTEMBED_RAW","features":[13]},{"name":"TTEMBED_SUBSET","features":[13]},{"name":"TTEMBED_SUBSETCANCEL","features":[13]},{"name":"TTEMBED_TTCOMPRESSED","features":[13]},{"name":"TTEMBED_VARIATIONSIMULATED","features":[13]},{"name":"TTEMBED_WEBOBJECT","features":[13]},{"name":"TTEMBED_XORENCRYPTDATA","features":[13]},{"name":"TTEmbedFont","features":[13]},{"name":"TTEmbedFontEx","features":[13]},{"name":"TTEmbedFontFromFileA","features":[13]},{"name":"TTEnableEmbeddingForFacename","features":[1,13]},{"name":"TTFCFP_APPLE_PLATFORMID","features":[13]},{"name":"TTFCFP_DELTA","features":[13]},{"name":"TTFCFP_DONT_CARE","features":[13]},{"name":"TTFCFP_FLAGS_COMPRESS","features":[13]},{"name":"TTFCFP_FLAGS_GLYPHLIST","features":[13]},{"name":"TTFCFP_FLAGS_SUBSET","features":[13]},{"name":"TTFCFP_FLAGS_TTC","features":[13]},{"name":"TTFCFP_ISO_PLATFORMID","features":[13]},{"name":"TTFCFP_LANG_KEEP_ALL","features":[13]},{"name":"TTFCFP_MS_PLATFORMID","features":[13]},{"name":"TTFCFP_STD_MAC_CHAR_SET","features":[13]},{"name":"TTFCFP_SUBSET","features":[13]},{"name":"TTFCFP_SUBSET1","features":[13]},{"name":"TTFCFP_SYMBOL_CHAR_SET","features":[13]},{"name":"TTFCFP_UNICODE_CHAR_SET","features":[13]},{"name":"TTFCFP_UNICODE_PLATFORMID","features":[13]},{"name":"TTFMFP_DELTA","features":[13]},{"name":"TTFMFP_SUBSET","features":[13]},{"name":"TTFMFP_SUBSET1","features":[13]},{"name":"TTGetEmbeddedFontInfo","features":[13]},{"name":"TTGetEmbeddingType","features":[13]},{"name":"TTGetNewFontName","features":[1,13]},{"name":"TTIsEmbeddingEnabled","features":[1,13]},{"name":"TTIsEmbeddingEnabledForFacename","features":[1,13]},{"name":"TTLOADINFO","features":[13]},{"name":"TTLOAD_EMBEDDED_FONT_STATUS","features":[13]},{"name":"TTLOAD_EUDC_OVERWRITE","features":[13]},{"name":"TTLOAD_EUDC_SET","features":[13]},{"name":"TTLOAD_FONT_IN_SYSSTARTUP","features":[13]},{"name":"TTLOAD_FONT_SUBSETTED","features":[13]},{"name":"TTLOAD_PRIVATE","features":[13]},{"name":"TTLoadEmbeddedFont","features":[1,13]},{"name":"TTPOLYCURVE","features":[13]},{"name":"TTPOLYGONHEADER","features":[13]},{"name":"TTRunValidationTests","features":[13]},{"name":"TTRunValidationTestsEx","features":[13]},{"name":"TTVALIDATIONTESTSPARAMS","features":[13]},{"name":"TTVALIDATIONTESTSPARAMSEX","features":[13]},{"name":"TT_AVAILABLE","features":[13]},{"name":"TT_ENABLED","features":[13]},{"name":"TT_POLYGON_TYPE","features":[13]},{"name":"TT_PRIM_CSPLINE","features":[13]},{"name":"TT_PRIM_LINE","features":[13]},{"name":"TT_PRIM_QSPLINE","features":[13]},{"name":"TURKISH_CHARSET","features":[13]},{"name":"TabbedTextOutA","features":[13]},{"name":"TabbedTextOutW","features":[13]},{"name":"TextOutA","features":[1,13]},{"name":"TextOutW","features":[1,13]},{"name":"TransparentBlt","features":[1,13]},{"name":"UnionRect","features":[1,13]},{"name":"UnrealizeObject","features":[1,13]},{"name":"UpdateColors","features":[1,13]},{"name":"UpdateWindow","features":[1,13]},{"name":"VARIABLE_PITCH","features":[13]},{"name":"VERTRES","features":[13]},{"name":"VERTSIZE","features":[13]},{"name":"VIETNAMESE_CHARSET","features":[13]},{"name":"VREFRESH","features":[13]},{"name":"VTA_BASELINE","features":[13]},{"name":"VTA_BOTTOM","features":[13]},{"name":"VTA_CENTER","features":[13]},{"name":"VTA_LEFT","features":[13]},{"name":"VTA_RIGHT","features":[13]},{"name":"VTA_TOP","features":[13]},{"name":"ValidateRect","features":[1,13]},{"name":"ValidateRgn","features":[1,13]},{"name":"WCRANGE","features":[13]},{"name":"WGLSWAP","features":[13]},{"name":"WGL_FONT_LINES","features":[13]},{"name":"WGL_FONT_POLYGONS","features":[13]},{"name":"WGL_SWAPMULTIPLE_MAX","features":[13]},{"name":"WGL_SWAP_MAIN_PLANE","features":[13]},{"name":"WGL_SWAP_OVERLAY1","features":[13]},{"name":"WGL_SWAP_OVERLAY10","features":[13]},{"name":"WGL_SWAP_OVERLAY11","features":[13]},{"name":"WGL_SWAP_OVERLAY12","features":[13]},{"name":"WGL_SWAP_OVERLAY13","features":[13]},{"name":"WGL_SWAP_OVERLAY14","features":[13]},{"name":"WGL_SWAP_OVERLAY15","features":[13]},{"name":"WGL_SWAP_OVERLAY2","features":[13]},{"name":"WGL_SWAP_OVERLAY3","features":[13]},{"name":"WGL_SWAP_OVERLAY4","features":[13]},{"name":"WGL_SWAP_OVERLAY5","features":[13]},{"name":"WGL_SWAP_OVERLAY6","features":[13]},{"name":"WGL_SWAP_OVERLAY7","features":[13]},{"name":"WGL_SWAP_OVERLAY8","features":[13]},{"name":"WGL_SWAP_OVERLAY9","features":[13]},{"name":"WGL_SWAP_UNDERLAY1","features":[13]},{"name":"WGL_SWAP_UNDERLAY10","features":[13]},{"name":"WGL_SWAP_UNDERLAY11","features":[13]},{"name":"WGL_SWAP_UNDERLAY12","features":[13]},{"name":"WGL_SWAP_UNDERLAY13","features":[13]},{"name":"WGL_SWAP_UNDERLAY14","features":[13]},{"name":"WGL_SWAP_UNDERLAY15","features":[13]},{"name":"WGL_SWAP_UNDERLAY2","features":[13]},{"name":"WGL_SWAP_UNDERLAY3","features":[13]},{"name":"WGL_SWAP_UNDERLAY4","features":[13]},{"name":"WGL_SWAP_UNDERLAY5","features":[13]},{"name":"WGL_SWAP_UNDERLAY6","features":[13]},{"name":"WGL_SWAP_UNDERLAY7","features":[13]},{"name":"WGL_SWAP_UNDERLAY8","features":[13]},{"name":"WGL_SWAP_UNDERLAY9","features":[13]},{"name":"WHITENESS","features":[13]},{"name":"WHITEONBLACK","features":[13]},{"name":"WHITE_BRUSH","features":[13]},{"name":"WHITE_PEN","features":[13]},{"name":"WINDING","features":[13]},{"name":"WRITEEMBEDPROC","features":[13]},{"name":"WidenPath","features":[1,13]},{"name":"WindowFromDC","features":[1,13]},{"name":"XFORM","features":[13]},{"name":"wglSwapMultipleBuffers","features":[13]}],"423":[{"name":"ALPHA_SHIFT","features":[79]},{"name":"Aborted","features":[79]},{"name":"AccessDenied","features":[79]},{"name":"AdjustBlackSaturation","features":[79]},{"name":"AdjustContrast","features":[79]},{"name":"AdjustDensity","features":[79]},{"name":"AdjustExposure","features":[79]},{"name":"AdjustHighlight","features":[79]},{"name":"AdjustMidtone","features":[79]},{"name":"AdjustShadow","features":[79]},{"name":"AdjustWhiteSaturation","features":[79]},{"name":"BLUE_SHIFT","features":[79]},{"name":"Bitmap","features":[79]},{"name":"BitmapData","features":[79]},{"name":"Blur","features":[1,79]},{"name":"BlurEffectGuid","features":[79]},{"name":"BlurParams","features":[1,79]},{"name":"BrightnessContrast","features":[1,79]},{"name":"BrightnessContrastEffectGuid","features":[79]},{"name":"BrightnessContrastParams","features":[79]},{"name":"BrushType","features":[79]},{"name":"BrushTypeHatchFill","features":[79]},{"name":"BrushTypeLinearGradient","features":[79]},{"name":"BrushTypePathGradient","features":[79]},{"name":"BrushTypeSolidColor","features":[79]},{"name":"BrushTypeTextureFill","features":[79]},{"name":"CGpEffect","features":[79]},{"name":"CachedBitmap","features":[79]},{"name":"CharacterRange","features":[79]},{"name":"CodecIImageBytes","features":[79]},{"name":"Color","features":[79]},{"name":"ColorAdjustType","features":[79]},{"name":"ColorAdjustTypeAny","features":[79]},{"name":"ColorAdjustTypeBitmap","features":[79]},{"name":"ColorAdjustTypeBrush","features":[79]},{"name":"ColorAdjustTypeCount","features":[79]},{"name":"ColorAdjustTypeDefault","features":[79]},{"name":"ColorAdjustTypePen","features":[79]},{"name":"ColorAdjustTypeText","features":[79]},{"name":"ColorBalance","features":[1,79]},{"name":"ColorBalanceEffectGuid","features":[79]},{"name":"ColorBalanceParams","features":[79]},{"name":"ColorChannelFlags","features":[79]},{"name":"ColorChannelFlagsC","features":[79]},{"name":"ColorChannelFlagsK","features":[79]},{"name":"ColorChannelFlagsLast","features":[79]},{"name":"ColorChannelFlagsM","features":[79]},{"name":"ColorChannelFlagsY","features":[79]},{"name":"ColorCurve","features":[1,79]},{"name":"ColorCurveEffectGuid","features":[79]},{"name":"ColorCurveParams","features":[79]},{"name":"ColorLUT","features":[1,79]},{"name":"ColorLUTEffectGuid","features":[79]},{"name":"ColorLUTParams","features":[79]},{"name":"ColorMap","features":[79]},{"name":"ColorMatrix","features":[79]},{"name":"ColorMatrixEffect","features":[1,79]},{"name":"ColorMatrixEffectGuid","features":[79]},{"name":"ColorMatrixFlags","features":[79]},{"name":"ColorMatrixFlagsAltGray","features":[79]},{"name":"ColorMatrixFlagsDefault","features":[79]},{"name":"ColorMatrixFlagsSkipGrays","features":[79]},{"name":"ColorMode","features":[79]},{"name":"ColorModeARGB32","features":[79]},{"name":"ColorModeARGB64","features":[79]},{"name":"ColorPalette","features":[79]},{"name":"CombineMode","features":[79]},{"name":"CombineModeComplement","features":[79]},{"name":"CombineModeExclude","features":[79]},{"name":"CombineModeIntersect","features":[79]},{"name":"CombineModeReplace","features":[79]},{"name":"CombineModeUnion","features":[79]},{"name":"CombineModeXor","features":[79]},{"name":"CompositingMode","features":[79]},{"name":"CompositingModeSourceCopy","features":[79]},{"name":"CompositingModeSourceOver","features":[79]},{"name":"CompositingQuality","features":[79]},{"name":"CompositingQualityAssumeLinear","features":[79]},{"name":"CompositingQualityDefault","features":[79]},{"name":"CompositingQualityGammaCorrected","features":[79]},{"name":"CompositingQualityHighQuality","features":[79]},{"name":"CompositingQualityHighSpeed","features":[79]},{"name":"CompositingQualityInvalid","features":[79]},{"name":"ConvertToEmfPlusFlags","features":[79]},{"name":"ConvertToEmfPlusFlagsDefault","features":[79]},{"name":"ConvertToEmfPlusFlagsInvalidRecord","features":[79]},{"name":"ConvertToEmfPlusFlagsRopUsed","features":[79]},{"name":"ConvertToEmfPlusFlagsText","features":[79]},{"name":"CoordinateSpace","features":[79]},{"name":"CoordinateSpaceDevice","features":[79]},{"name":"CoordinateSpacePage","features":[79]},{"name":"CoordinateSpaceWorld","features":[79]},{"name":"CurveAdjustments","features":[79]},{"name":"CurveChannel","features":[79]},{"name":"CurveChannelAll","features":[79]},{"name":"CurveChannelBlue","features":[79]},{"name":"CurveChannelGreen","features":[79]},{"name":"CurveChannelRed","features":[79]},{"name":"CustomLineCap","features":[79]},{"name":"CustomLineCapType","features":[79]},{"name":"CustomLineCapTypeAdjustableArrow","features":[79]},{"name":"CustomLineCapTypeDefault","features":[79]},{"name":"DashCap","features":[79]},{"name":"DashCapFlat","features":[79]},{"name":"DashCapRound","features":[79]},{"name":"DashCapTriangle","features":[79]},{"name":"DashStyle","features":[79]},{"name":"DashStyleCustom","features":[79]},{"name":"DashStyleDash","features":[79]},{"name":"DashStyleDashDot","features":[79]},{"name":"DashStyleDashDotDot","features":[79]},{"name":"DashStyleDot","features":[79]},{"name":"DashStyleSolid","features":[79]},{"name":"DebugEventLevel","features":[79]},{"name":"DebugEventLevelFatal","features":[79]},{"name":"DebugEventLevelWarning","features":[79]},{"name":"DebugEventProc","features":[79]},{"name":"DitherType","features":[79]},{"name":"DitherTypeDualSpiral4x4","features":[79]},{"name":"DitherTypeDualSpiral8x8","features":[79]},{"name":"DitherTypeErrorDiffusion","features":[79]},{"name":"DitherTypeMax","features":[79]},{"name":"DitherTypeNone","features":[79]},{"name":"DitherTypeOrdered16x16","features":[79]},{"name":"DitherTypeOrdered4x4","features":[79]},{"name":"DitherTypeOrdered8x8","features":[79]},{"name":"DitherTypeSolid","features":[79]},{"name":"DitherTypeSpiral4x4","features":[79]},{"name":"DitherTypeSpiral8x8","features":[79]},{"name":"DrawImageAbort","features":[1,79]},{"name":"DriverStringOptions","features":[79]},{"name":"DriverStringOptionsCmapLookup","features":[79]},{"name":"DriverStringOptionsLimitSubpixel","features":[79]},{"name":"DriverStringOptionsRealizedAdvance","features":[79]},{"name":"DriverStringOptionsVertical","features":[79]},{"name":"ENHMETAHEADER3","features":[1,79]},{"name":"Effect","features":[1,79]},{"name":"EmfPlusRecordTotal","features":[79]},{"name":"EmfPlusRecordType","features":[79]},{"name":"EmfPlusRecordTypeBeginContainer","features":[79]},{"name":"EmfPlusRecordTypeBeginContainerNoParams","features":[79]},{"name":"EmfPlusRecordTypeClear","features":[79]},{"name":"EmfPlusRecordTypeComment","features":[79]},{"name":"EmfPlusRecordTypeDrawArc","features":[79]},{"name":"EmfPlusRecordTypeDrawBeziers","features":[79]},{"name":"EmfPlusRecordTypeDrawClosedCurve","features":[79]},{"name":"EmfPlusRecordTypeDrawCurve","features":[79]},{"name":"EmfPlusRecordTypeDrawDriverString","features":[79]},{"name":"EmfPlusRecordTypeDrawEllipse","features":[79]},{"name":"EmfPlusRecordTypeDrawImage","features":[79]},{"name":"EmfPlusRecordTypeDrawImagePoints","features":[79]},{"name":"EmfPlusRecordTypeDrawLines","features":[79]},{"name":"EmfPlusRecordTypeDrawPath","features":[79]},{"name":"EmfPlusRecordTypeDrawPie","features":[79]},{"name":"EmfPlusRecordTypeDrawRects","features":[79]},{"name":"EmfPlusRecordTypeDrawString","features":[79]},{"name":"EmfPlusRecordTypeEndContainer","features":[79]},{"name":"EmfPlusRecordTypeEndOfFile","features":[79]},{"name":"EmfPlusRecordTypeFillClosedCurve","features":[79]},{"name":"EmfPlusRecordTypeFillEllipse","features":[79]},{"name":"EmfPlusRecordTypeFillPath","features":[79]},{"name":"EmfPlusRecordTypeFillPie","features":[79]},{"name":"EmfPlusRecordTypeFillPolygon","features":[79]},{"name":"EmfPlusRecordTypeFillRects","features":[79]},{"name":"EmfPlusRecordTypeFillRegion","features":[79]},{"name":"EmfPlusRecordTypeGetDC","features":[79]},{"name":"EmfPlusRecordTypeHeader","features":[79]},{"name":"EmfPlusRecordTypeInvalid","features":[79]},{"name":"EmfPlusRecordTypeMax","features":[79]},{"name":"EmfPlusRecordTypeMin","features":[79]},{"name":"EmfPlusRecordTypeMultiFormatEnd","features":[79]},{"name":"EmfPlusRecordTypeMultiFormatSection","features":[79]},{"name":"EmfPlusRecordTypeMultiFormatStart","features":[79]},{"name":"EmfPlusRecordTypeMultiplyWorldTransform","features":[79]},{"name":"EmfPlusRecordTypeObject","features":[79]},{"name":"EmfPlusRecordTypeOffsetClip","features":[79]},{"name":"EmfPlusRecordTypeResetClip","features":[79]},{"name":"EmfPlusRecordTypeResetWorldTransform","features":[79]},{"name":"EmfPlusRecordTypeRestore","features":[79]},{"name":"EmfPlusRecordTypeRotateWorldTransform","features":[79]},{"name":"EmfPlusRecordTypeSave","features":[79]},{"name":"EmfPlusRecordTypeScaleWorldTransform","features":[79]},{"name":"EmfPlusRecordTypeSerializableObject","features":[79]},{"name":"EmfPlusRecordTypeSetAntiAliasMode","features":[79]},{"name":"EmfPlusRecordTypeSetClipPath","features":[79]},{"name":"EmfPlusRecordTypeSetClipRect","features":[79]},{"name":"EmfPlusRecordTypeSetClipRegion","features":[79]},{"name":"EmfPlusRecordTypeSetCompositingMode","features":[79]},{"name":"EmfPlusRecordTypeSetCompositingQuality","features":[79]},{"name":"EmfPlusRecordTypeSetInterpolationMode","features":[79]},{"name":"EmfPlusRecordTypeSetPageTransform","features":[79]},{"name":"EmfPlusRecordTypeSetPixelOffsetMode","features":[79]},{"name":"EmfPlusRecordTypeSetRenderingOrigin","features":[79]},{"name":"EmfPlusRecordTypeSetTSClip","features":[79]},{"name":"EmfPlusRecordTypeSetTSGraphics","features":[79]},{"name":"EmfPlusRecordTypeSetTextContrast","features":[79]},{"name":"EmfPlusRecordTypeSetTextRenderingHint","features":[79]},{"name":"EmfPlusRecordTypeSetWorldTransform","features":[79]},{"name":"EmfPlusRecordTypeStrokeFillPath","features":[79]},{"name":"EmfPlusRecordTypeTranslateWorldTransform","features":[79]},{"name":"EmfRecordTypeAbortPath","features":[79]},{"name":"EmfRecordTypeAlphaBlend","features":[79]},{"name":"EmfRecordTypeAngleArc","features":[79]},{"name":"EmfRecordTypeArc","features":[79]},{"name":"EmfRecordTypeArcTo","features":[79]},{"name":"EmfRecordTypeBeginPath","features":[79]},{"name":"EmfRecordTypeBitBlt","features":[79]},{"name":"EmfRecordTypeChord","features":[79]},{"name":"EmfRecordTypeCloseFigure","features":[79]},{"name":"EmfRecordTypeColorCorrectPalette","features":[79]},{"name":"EmfRecordTypeColorMatchToTargetW","features":[79]},{"name":"EmfRecordTypeCreateBrushIndirect","features":[79]},{"name":"EmfRecordTypeCreateColorSpace","features":[79]},{"name":"EmfRecordTypeCreateColorSpaceW","features":[79]},{"name":"EmfRecordTypeCreateDIBPatternBrushPt","features":[79]},{"name":"EmfRecordTypeCreateMonoBrush","features":[79]},{"name":"EmfRecordTypeCreatePalette","features":[79]},{"name":"EmfRecordTypeCreatePen","features":[79]},{"name":"EmfRecordTypeDeleteColorSpace","features":[79]},{"name":"EmfRecordTypeDeleteObject","features":[79]},{"name":"EmfRecordTypeDrawEscape","features":[79]},{"name":"EmfRecordTypeEOF","features":[79]},{"name":"EmfRecordTypeEllipse","features":[79]},{"name":"EmfRecordTypeEndPath","features":[79]},{"name":"EmfRecordTypeExcludeClipRect","features":[79]},{"name":"EmfRecordTypeExtCreateFontIndirect","features":[79]},{"name":"EmfRecordTypeExtCreatePen","features":[79]},{"name":"EmfRecordTypeExtEscape","features":[79]},{"name":"EmfRecordTypeExtFloodFill","features":[79]},{"name":"EmfRecordTypeExtSelectClipRgn","features":[79]},{"name":"EmfRecordTypeExtTextOutA","features":[79]},{"name":"EmfRecordTypeExtTextOutW","features":[79]},{"name":"EmfRecordTypeFillPath","features":[79]},{"name":"EmfRecordTypeFillRgn","features":[79]},{"name":"EmfRecordTypeFlattenPath","features":[79]},{"name":"EmfRecordTypeForceUFIMapping","features":[79]},{"name":"EmfRecordTypeFrameRgn","features":[79]},{"name":"EmfRecordTypeGLSBoundedRecord","features":[79]},{"name":"EmfRecordTypeGLSRecord","features":[79]},{"name":"EmfRecordTypeGdiComment","features":[79]},{"name":"EmfRecordTypeGradientFill","features":[79]},{"name":"EmfRecordTypeHeader","features":[79]},{"name":"EmfRecordTypeIntersectClipRect","features":[79]},{"name":"EmfRecordTypeInvertRgn","features":[79]},{"name":"EmfRecordTypeLineTo","features":[79]},{"name":"EmfRecordTypeMaskBlt","features":[79]},{"name":"EmfRecordTypeMax","features":[79]},{"name":"EmfRecordTypeMin","features":[79]},{"name":"EmfRecordTypeModifyWorldTransform","features":[79]},{"name":"EmfRecordTypeMoveToEx","features":[79]},{"name":"EmfRecordTypeNamedEscape","features":[79]},{"name":"EmfRecordTypeOffsetClipRgn","features":[79]},{"name":"EmfRecordTypePaintRgn","features":[79]},{"name":"EmfRecordTypePie","features":[79]},{"name":"EmfRecordTypePixelFormat","features":[79]},{"name":"EmfRecordTypePlgBlt","features":[79]},{"name":"EmfRecordTypePolyBezier","features":[79]},{"name":"EmfRecordTypePolyBezier16","features":[79]},{"name":"EmfRecordTypePolyBezierTo","features":[79]},{"name":"EmfRecordTypePolyBezierTo16","features":[79]},{"name":"EmfRecordTypePolyDraw","features":[79]},{"name":"EmfRecordTypePolyDraw16","features":[79]},{"name":"EmfRecordTypePolyLineTo","features":[79]},{"name":"EmfRecordTypePolyPolygon","features":[79]},{"name":"EmfRecordTypePolyPolygon16","features":[79]},{"name":"EmfRecordTypePolyPolyline","features":[79]},{"name":"EmfRecordTypePolyPolyline16","features":[79]},{"name":"EmfRecordTypePolyTextOutA","features":[79]},{"name":"EmfRecordTypePolyTextOutW","features":[79]},{"name":"EmfRecordTypePolygon","features":[79]},{"name":"EmfRecordTypePolygon16","features":[79]},{"name":"EmfRecordTypePolyline","features":[79]},{"name":"EmfRecordTypePolyline16","features":[79]},{"name":"EmfRecordTypePolylineTo16","features":[79]},{"name":"EmfRecordTypeRealizePalette","features":[79]},{"name":"EmfRecordTypeRectangle","features":[79]},{"name":"EmfRecordTypeReserved_069","features":[79]},{"name":"EmfRecordTypeReserved_117","features":[79]},{"name":"EmfRecordTypeResizePalette","features":[79]},{"name":"EmfRecordTypeRestoreDC","features":[79]},{"name":"EmfRecordTypeRoundRect","features":[79]},{"name":"EmfRecordTypeSaveDC","features":[79]},{"name":"EmfRecordTypeScaleViewportExtEx","features":[79]},{"name":"EmfRecordTypeScaleWindowExtEx","features":[79]},{"name":"EmfRecordTypeSelectClipPath","features":[79]},{"name":"EmfRecordTypeSelectObject","features":[79]},{"name":"EmfRecordTypeSelectPalette","features":[79]},{"name":"EmfRecordTypeSetArcDirection","features":[79]},{"name":"EmfRecordTypeSetBkColor","features":[79]},{"name":"EmfRecordTypeSetBkMode","features":[79]},{"name":"EmfRecordTypeSetBrushOrgEx","features":[79]},{"name":"EmfRecordTypeSetColorAdjustment","features":[79]},{"name":"EmfRecordTypeSetColorSpace","features":[79]},{"name":"EmfRecordTypeSetDIBitsToDevice","features":[79]},{"name":"EmfRecordTypeSetICMMode","features":[79]},{"name":"EmfRecordTypeSetICMProfileA","features":[79]},{"name":"EmfRecordTypeSetICMProfileW","features":[79]},{"name":"EmfRecordTypeSetLayout","features":[79]},{"name":"EmfRecordTypeSetLinkedUFIs","features":[79]},{"name":"EmfRecordTypeSetMapMode","features":[79]},{"name":"EmfRecordTypeSetMapperFlags","features":[79]},{"name":"EmfRecordTypeSetMetaRgn","features":[79]},{"name":"EmfRecordTypeSetMiterLimit","features":[79]},{"name":"EmfRecordTypeSetPaletteEntries","features":[79]},{"name":"EmfRecordTypeSetPixelV","features":[79]},{"name":"EmfRecordTypeSetPolyFillMode","features":[79]},{"name":"EmfRecordTypeSetROP2","features":[79]},{"name":"EmfRecordTypeSetStretchBltMode","features":[79]},{"name":"EmfRecordTypeSetTextAlign","features":[79]},{"name":"EmfRecordTypeSetTextColor","features":[79]},{"name":"EmfRecordTypeSetTextJustification","features":[79]},{"name":"EmfRecordTypeSetViewportExtEx","features":[79]},{"name":"EmfRecordTypeSetViewportOrgEx","features":[79]},{"name":"EmfRecordTypeSetWindowExtEx","features":[79]},{"name":"EmfRecordTypeSetWindowOrgEx","features":[79]},{"name":"EmfRecordTypeSetWorldTransform","features":[79]},{"name":"EmfRecordTypeSmallTextOut","features":[79]},{"name":"EmfRecordTypeStartDoc","features":[79]},{"name":"EmfRecordTypeStretchBlt","features":[79]},{"name":"EmfRecordTypeStretchDIBits","features":[79]},{"name":"EmfRecordTypeStrokeAndFillPath","features":[79]},{"name":"EmfRecordTypeStrokePath","features":[79]},{"name":"EmfRecordTypeTransparentBlt","features":[79]},{"name":"EmfRecordTypeWidenPath","features":[79]},{"name":"EmfToWmfBitsFlags","features":[79]},{"name":"EmfToWmfBitsFlagsDefault","features":[79]},{"name":"EmfToWmfBitsFlagsEmbedEmf","features":[79]},{"name":"EmfToWmfBitsFlagsIncludePlaceable","features":[79]},{"name":"EmfToWmfBitsFlagsNoXORClip","features":[79]},{"name":"EmfType","features":[79]},{"name":"EmfTypeEmfOnly","features":[79]},{"name":"EmfTypeEmfPlusDual","features":[79]},{"name":"EmfTypeEmfPlusOnly","features":[79]},{"name":"EncoderChrominanceTable","features":[79]},{"name":"EncoderColorDepth","features":[79]},{"name":"EncoderColorSpace","features":[79]},{"name":"EncoderCompression","features":[79]},{"name":"EncoderImageItems","features":[79]},{"name":"EncoderLuminanceTable","features":[79]},{"name":"EncoderParameter","features":[79]},{"name":"EncoderParameterValueType","features":[79]},{"name":"EncoderParameterValueTypeASCII","features":[79]},{"name":"EncoderParameterValueTypeByte","features":[79]},{"name":"EncoderParameterValueTypeLong","features":[79]},{"name":"EncoderParameterValueTypeLongRange","features":[79]},{"name":"EncoderParameterValueTypePointer","features":[79]},{"name":"EncoderParameterValueTypeRational","features":[79]},{"name":"EncoderParameterValueTypeRationalRange","features":[79]},{"name":"EncoderParameterValueTypeShort","features":[79]},{"name":"EncoderParameterValueTypeUndefined","features":[79]},{"name":"EncoderParameters","features":[79]},{"name":"EncoderQuality","features":[79]},{"name":"EncoderRenderMethod","features":[79]},{"name":"EncoderSaveAsCMYK","features":[79]},{"name":"EncoderSaveFlag","features":[79]},{"name":"EncoderScanMethod","features":[79]},{"name":"EncoderTransformation","features":[79]},{"name":"EncoderValue","features":[79]},{"name":"EncoderValueColorTypeCMYK","features":[79]},{"name":"EncoderValueColorTypeGray","features":[79]},{"name":"EncoderValueColorTypeRGB","features":[79]},{"name":"EncoderValueColorTypeYCCK","features":[79]},{"name":"EncoderValueCompressionCCITT3","features":[79]},{"name":"EncoderValueCompressionCCITT4","features":[79]},{"name":"EncoderValueCompressionLZW","features":[79]},{"name":"EncoderValueCompressionNone","features":[79]},{"name":"EncoderValueCompressionRle","features":[79]},{"name":"EncoderValueFlush","features":[79]},{"name":"EncoderValueFrameDimensionPage","features":[79]},{"name":"EncoderValueFrameDimensionResolution","features":[79]},{"name":"EncoderValueFrameDimensionTime","features":[79]},{"name":"EncoderValueLastFrame","features":[79]},{"name":"EncoderValueMultiFrame","features":[79]},{"name":"EncoderValueRenderNonProgressive","features":[79]},{"name":"EncoderValueRenderProgressive","features":[79]},{"name":"EncoderValueScanMethodInterlaced","features":[79]},{"name":"EncoderValueScanMethodNonInterlaced","features":[79]},{"name":"EncoderValueTransformFlipHorizontal","features":[79]},{"name":"EncoderValueTransformFlipVertical","features":[79]},{"name":"EncoderValueTransformRotate180","features":[79]},{"name":"EncoderValueTransformRotate270","features":[79]},{"name":"EncoderValueTransformRotate90","features":[79]},{"name":"EncoderValueVersionGif87","features":[79]},{"name":"EncoderValueVersionGif89","features":[79]},{"name":"EncoderVersion","features":[79]},{"name":"EnumerateMetafileProc","features":[1,79]},{"name":"FileNotFound","features":[79]},{"name":"FillMode","features":[79]},{"name":"FillModeAlternate","features":[79]},{"name":"FillModeWinding","features":[79]},{"name":"FlatnessDefault","features":[79]},{"name":"FlushIntention","features":[79]},{"name":"FlushIntentionFlush","features":[79]},{"name":"FlushIntentionSync","features":[79]},{"name":"Font","features":[79]},{"name":"FontCollection","features":[79]},{"name":"FontFamily","features":[79]},{"name":"FontFamilyNotFound","features":[79]},{"name":"FontStyle","features":[79]},{"name":"FontStyleBold","features":[79]},{"name":"FontStyleBoldItalic","features":[79]},{"name":"FontStyleItalic","features":[79]},{"name":"FontStyleNotFound","features":[79]},{"name":"FontStyleRegular","features":[79]},{"name":"FontStyleStrikeout","features":[79]},{"name":"FontStyleUnderline","features":[79]},{"name":"FormatIDImageInformation","features":[79]},{"name":"FormatIDJpegAppHeaders","features":[79]},{"name":"FrameDimensionPage","features":[79]},{"name":"FrameDimensionResolution","features":[79]},{"name":"FrameDimensionTime","features":[79]},{"name":"GDIP_EMFPLUSFLAGS_DISPLAY","features":[79]},{"name":"GDIP_EMFPLUS_RECORD_BASE","features":[79]},{"name":"GDIP_WMF_RECORD_BASE","features":[79]},{"name":"GREEN_SHIFT","features":[79]},{"name":"GdipAddPathArc","features":[79]},{"name":"GdipAddPathArcI","features":[79]},{"name":"GdipAddPathBezier","features":[79]},{"name":"GdipAddPathBezierI","features":[79]},{"name":"GdipAddPathBeziers","features":[79]},{"name":"GdipAddPathBeziersI","features":[79]},{"name":"GdipAddPathClosedCurve","features":[79]},{"name":"GdipAddPathClosedCurve2","features":[79]},{"name":"GdipAddPathClosedCurve2I","features":[79]},{"name":"GdipAddPathClosedCurveI","features":[79]},{"name":"GdipAddPathCurve","features":[79]},{"name":"GdipAddPathCurve2","features":[79]},{"name":"GdipAddPathCurve2I","features":[79]},{"name":"GdipAddPathCurve3","features":[79]},{"name":"GdipAddPathCurve3I","features":[79]},{"name":"GdipAddPathCurveI","features":[79]},{"name":"GdipAddPathEllipse","features":[79]},{"name":"GdipAddPathEllipseI","features":[79]},{"name":"GdipAddPathLine","features":[79]},{"name":"GdipAddPathLine2","features":[79]},{"name":"GdipAddPathLine2I","features":[79]},{"name":"GdipAddPathLineI","features":[79]},{"name":"GdipAddPathPath","features":[1,79]},{"name":"GdipAddPathPie","features":[79]},{"name":"GdipAddPathPieI","features":[79]},{"name":"GdipAddPathPolygon","features":[79]},{"name":"GdipAddPathPolygonI","features":[79]},{"name":"GdipAddPathRectangle","features":[79]},{"name":"GdipAddPathRectangleI","features":[79]},{"name":"GdipAddPathRectangles","features":[79]},{"name":"GdipAddPathRectanglesI","features":[79]},{"name":"GdipAddPathString","features":[79]},{"name":"GdipAddPathStringI","features":[79]},{"name":"GdipAlloc","features":[79]},{"name":"GdipBeginContainer","features":[79]},{"name":"GdipBeginContainer2","features":[79]},{"name":"GdipBeginContainerI","features":[79]},{"name":"GdipBitmapApplyEffect","features":[1,79]},{"name":"GdipBitmapConvertFormat","features":[79]},{"name":"GdipBitmapCreateApplyEffect","features":[1,79]},{"name":"GdipBitmapGetHistogram","features":[79]},{"name":"GdipBitmapGetHistogramSize","features":[79]},{"name":"GdipBitmapGetPixel","features":[79]},{"name":"GdipBitmapLockBits","features":[79]},{"name":"GdipBitmapSetPixel","features":[79]},{"name":"GdipBitmapSetResolution","features":[79]},{"name":"GdipBitmapUnlockBits","features":[79]},{"name":"GdipClearPathMarkers","features":[79]},{"name":"GdipCloneBitmapArea","features":[79]},{"name":"GdipCloneBitmapAreaI","features":[79]},{"name":"GdipCloneBrush","features":[79]},{"name":"GdipCloneCustomLineCap","features":[79]},{"name":"GdipCloneFont","features":[79]},{"name":"GdipCloneFontFamily","features":[79]},{"name":"GdipCloneImage","features":[79]},{"name":"GdipCloneImageAttributes","features":[79]},{"name":"GdipCloneMatrix","features":[79]},{"name":"GdipClonePath","features":[79]},{"name":"GdipClonePen","features":[79]},{"name":"GdipCloneRegion","features":[79]},{"name":"GdipCloneStringFormat","features":[79]},{"name":"GdipClosePathFigure","features":[79]},{"name":"GdipClosePathFigures","features":[79]},{"name":"GdipCombineRegionPath","features":[79]},{"name":"GdipCombineRegionRect","features":[79]},{"name":"GdipCombineRegionRectI","features":[79]},{"name":"GdipCombineRegionRegion","features":[79]},{"name":"GdipComment","features":[79]},{"name":"GdipConvertToEmfPlus","features":[79]},{"name":"GdipConvertToEmfPlusToFile","features":[79]},{"name":"GdipConvertToEmfPlusToStream","features":[79]},{"name":"GdipCreateAdjustableArrowCap","features":[1,79]},{"name":"GdipCreateBitmapFromDirectDrawSurface","features":[79]},{"name":"GdipCreateBitmapFromFile","features":[79]},{"name":"GdipCreateBitmapFromFileICM","features":[79]},{"name":"GdipCreateBitmapFromGdiDib","features":[13,79]},{"name":"GdipCreateBitmapFromGraphics","features":[79]},{"name":"GdipCreateBitmapFromHBITMAP","features":[13,79]},{"name":"GdipCreateBitmapFromHICON","features":[79,55]},{"name":"GdipCreateBitmapFromResource","features":[1,79]},{"name":"GdipCreateBitmapFromScan0","features":[79]},{"name":"GdipCreateBitmapFromStream","features":[79]},{"name":"GdipCreateBitmapFromStreamICM","features":[79]},{"name":"GdipCreateCachedBitmap","features":[79]},{"name":"GdipCreateCustomLineCap","features":[79]},{"name":"GdipCreateEffect","features":[79]},{"name":"GdipCreateFont","features":[79]},{"name":"GdipCreateFontFamilyFromName","features":[79]},{"name":"GdipCreateFontFromDC","features":[13,79]},{"name":"GdipCreateFontFromLogfontA","features":[13,79]},{"name":"GdipCreateFontFromLogfontW","features":[13,79]},{"name":"GdipCreateFromHDC","features":[13,79]},{"name":"GdipCreateFromHDC2","features":[1,13,79]},{"name":"GdipCreateFromHWND","features":[1,79]},{"name":"GdipCreateFromHWNDICM","features":[1,79]},{"name":"GdipCreateHBITMAPFromBitmap","features":[13,79]},{"name":"GdipCreateHICONFromBitmap","features":[79,55]},{"name":"GdipCreateHalftonePalette","features":[13,79]},{"name":"GdipCreateHatchBrush","features":[79]},{"name":"GdipCreateImageAttributes","features":[79]},{"name":"GdipCreateLineBrush","features":[79]},{"name":"GdipCreateLineBrushFromRect","features":[79]},{"name":"GdipCreateLineBrushFromRectI","features":[79]},{"name":"GdipCreateLineBrushFromRectWithAngle","features":[1,79]},{"name":"GdipCreateLineBrushFromRectWithAngleI","features":[1,79]},{"name":"GdipCreateLineBrushI","features":[79]},{"name":"GdipCreateMatrix","features":[79]},{"name":"GdipCreateMatrix2","features":[79]},{"name":"GdipCreateMatrix3","features":[79]},{"name":"GdipCreateMatrix3I","features":[79]},{"name":"GdipCreateMetafileFromEmf","features":[1,13,79]},{"name":"GdipCreateMetafileFromFile","features":[79]},{"name":"GdipCreateMetafileFromStream","features":[79]},{"name":"GdipCreateMetafileFromWmf","features":[1,13,79]},{"name":"GdipCreateMetafileFromWmfFile","features":[79]},{"name":"GdipCreatePath","features":[79]},{"name":"GdipCreatePath2","features":[79]},{"name":"GdipCreatePath2I","features":[79]},{"name":"GdipCreatePathGradient","features":[79]},{"name":"GdipCreatePathGradientFromPath","features":[79]},{"name":"GdipCreatePathGradientI","features":[79]},{"name":"GdipCreatePathIter","features":[79]},{"name":"GdipCreatePen1","features":[79]},{"name":"GdipCreatePen2","features":[79]},{"name":"GdipCreateRegion","features":[79]},{"name":"GdipCreateRegionHrgn","features":[13,79]},{"name":"GdipCreateRegionPath","features":[79]},{"name":"GdipCreateRegionRect","features":[79]},{"name":"GdipCreateRegionRectI","features":[79]},{"name":"GdipCreateRegionRgnData","features":[79]},{"name":"GdipCreateSolidFill","features":[79]},{"name":"GdipCreateStreamOnFile","features":[79]},{"name":"GdipCreateStringFormat","features":[79]},{"name":"GdipCreateTexture","features":[79]},{"name":"GdipCreateTexture2","features":[79]},{"name":"GdipCreateTexture2I","features":[79]},{"name":"GdipCreateTextureIA","features":[79]},{"name":"GdipCreateTextureIAI","features":[79]},{"name":"GdipDeleteBrush","features":[79]},{"name":"GdipDeleteCachedBitmap","features":[79]},{"name":"GdipDeleteCustomLineCap","features":[79]},{"name":"GdipDeleteEffect","features":[79]},{"name":"GdipDeleteFont","features":[79]},{"name":"GdipDeleteFontFamily","features":[79]},{"name":"GdipDeleteGraphics","features":[79]},{"name":"GdipDeleteMatrix","features":[79]},{"name":"GdipDeletePath","features":[79]},{"name":"GdipDeletePathIter","features":[79]},{"name":"GdipDeletePen","features":[79]},{"name":"GdipDeletePrivateFontCollection","features":[79]},{"name":"GdipDeleteRegion","features":[79]},{"name":"GdipDeleteStringFormat","features":[79]},{"name":"GdipDisposeImage","features":[79]},{"name":"GdipDisposeImageAttributes","features":[79]},{"name":"GdipDrawArc","features":[79]},{"name":"GdipDrawArcI","features":[79]},{"name":"GdipDrawBezier","features":[79]},{"name":"GdipDrawBezierI","features":[79]},{"name":"GdipDrawBeziers","features":[79]},{"name":"GdipDrawBeziersI","features":[79]},{"name":"GdipDrawCachedBitmap","features":[79]},{"name":"GdipDrawClosedCurve","features":[79]},{"name":"GdipDrawClosedCurve2","features":[79]},{"name":"GdipDrawClosedCurve2I","features":[79]},{"name":"GdipDrawClosedCurveI","features":[79]},{"name":"GdipDrawCurve","features":[79]},{"name":"GdipDrawCurve2","features":[79]},{"name":"GdipDrawCurve2I","features":[79]},{"name":"GdipDrawCurve3","features":[79]},{"name":"GdipDrawCurve3I","features":[79]},{"name":"GdipDrawCurveI","features":[79]},{"name":"GdipDrawDriverString","features":[79]},{"name":"GdipDrawEllipse","features":[79]},{"name":"GdipDrawEllipseI","features":[79]},{"name":"GdipDrawImage","features":[79]},{"name":"GdipDrawImageFX","features":[79]},{"name":"GdipDrawImageI","features":[79]},{"name":"GdipDrawImagePointRect","features":[79]},{"name":"GdipDrawImagePointRectI","features":[79]},{"name":"GdipDrawImagePoints","features":[79]},{"name":"GdipDrawImagePointsI","features":[79]},{"name":"GdipDrawImagePointsRect","features":[79]},{"name":"GdipDrawImagePointsRectI","features":[79]},{"name":"GdipDrawImageRect","features":[79]},{"name":"GdipDrawImageRectI","features":[79]},{"name":"GdipDrawImageRectRect","features":[79]},{"name":"GdipDrawImageRectRectI","features":[79]},{"name":"GdipDrawLine","features":[79]},{"name":"GdipDrawLineI","features":[79]},{"name":"GdipDrawLines","features":[79]},{"name":"GdipDrawLinesI","features":[79]},{"name":"GdipDrawPath","features":[79]},{"name":"GdipDrawPie","features":[79]},{"name":"GdipDrawPieI","features":[79]},{"name":"GdipDrawPolygon","features":[79]},{"name":"GdipDrawPolygonI","features":[79]},{"name":"GdipDrawRectangle","features":[79]},{"name":"GdipDrawRectangleI","features":[79]},{"name":"GdipDrawRectangles","features":[79]},{"name":"GdipDrawRectanglesI","features":[79]},{"name":"GdipDrawString","features":[79]},{"name":"GdipEmfToWmfBits","features":[13,79]},{"name":"GdipEndContainer","features":[79]},{"name":"GdipEnumerateMetafileDestPoint","features":[79]},{"name":"GdipEnumerateMetafileDestPointI","features":[79]},{"name":"GdipEnumerateMetafileDestPoints","features":[79]},{"name":"GdipEnumerateMetafileDestPointsI","features":[79]},{"name":"GdipEnumerateMetafileDestRect","features":[79]},{"name":"GdipEnumerateMetafileDestRectI","features":[79]},{"name":"GdipEnumerateMetafileSrcRectDestPoint","features":[79]},{"name":"GdipEnumerateMetafileSrcRectDestPointI","features":[79]},{"name":"GdipEnumerateMetafileSrcRectDestPoints","features":[79]},{"name":"GdipEnumerateMetafileSrcRectDestPointsI","features":[79]},{"name":"GdipEnumerateMetafileSrcRectDestRect","features":[79]},{"name":"GdipEnumerateMetafileSrcRectDestRectI","features":[79]},{"name":"GdipFillClosedCurve","features":[79]},{"name":"GdipFillClosedCurve2","features":[79]},{"name":"GdipFillClosedCurve2I","features":[79]},{"name":"GdipFillClosedCurveI","features":[79]},{"name":"GdipFillEllipse","features":[79]},{"name":"GdipFillEllipseI","features":[79]},{"name":"GdipFillPath","features":[79]},{"name":"GdipFillPie","features":[79]},{"name":"GdipFillPieI","features":[79]},{"name":"GdipFillPolygon","features":[79]},{"name":"GdipFillPolygon2","features":[79]},{"name":"GdipFillPolygon2I","features":[79]},{"name":"GdipFillPolygonI","features":[79]},{"name":"GdipFillRectangle","features":[79]},{"name":"GdipFillRectangleI","features":[79]},{"name":"GdipFillRectangles","features":[79]},{"name":"GdipFillRectanglesI","features":[79]},{"name":"GdipFillRegion","features":[79]},{"name":"GdipFindFirstImageItem","features":[79]},{"name":"GdipFindNextImageItem","features":[79]},{"name":"GdipFlattenPath","features":[79]},{"name":"GdipFlush","features":[79]},{"name":"GdipFree","features":[79]},{"name":"GdipGetAdjustableArrowCapFillState","features":[1,79]},{"name":"GdipGetAdjustableArrowCapHeight","features":[79]},{"name":"GdipGetAdjustableArrowCapMiddleInset","features":[79]},{"name":"GdipGetAdjustableArrowCapWidth","features":[79]},{"name":"GdipGetAllPropertyItems","features":[79]},{"name":"GdipGetBrushType","features":[79]},{"name":"GdipGetCellAscent","features":[79]},{"name":"GdipGetCellDescent","features":[79]},{"name":"GdipGetClip","features":[79]},{"name":"GdipGetClipBounds","features":[79]},{"name":"GdipGetClipBoundsI","features":[79]},{"name":"GdipGetCompositingMode","features":[79]},{"name":"GdipGetCompositingQuality","features":[79]},{"name":"GdipGetCustomLineCapBaseCap","features":[79]},{"name":"GdipGetCustomLineCapBaseInset","features":[79]},{"name":"GdipGetCustomLineCapStrokeCaps","features":[79]},{"name":"GdipGetCustomLineCapStrokeJoin","features":[79]},{"name":"GdipGetCustomLineCapType","features":[79]},{"name":"GdipGetCustomLineCapWidthScale","features":[79]},{"name":"GdipGetDC","features":[13,79]},{"name":"GdipGetDpiX","features":[79]},{"name":"GdipGetDpiY","features":[79]},{"name":"GdipGetEffectParameterSize","features":[79]},{"name":"GdipGetEffectParameters","features":[79]},{"name":"GdipGetEmHeight","features":[79]},{"name":"GdipGetEncoderParameterList","features":[79]},{"name":"GdipGetEncoderParameterListSize","features":[79]},{"name":"GdipGetFamily","features":[79]},{"name":"GdipGetFamilyName","features":[79]},{"name":"GdipGetFontCollectionFamilyCount","features":[79]},{"name":"GdipGetFontCollectionFamilyList","features":[79]},{"name":"GdipGetFontHeight","features":[79]},{"name":"GdipGetFontHeightGivenDPI","features":[79]},{"name":"GdipGetFontSize","features":[79]},{"name":"GdipGetFontStyle","features":[79]},{"name":"GdipGetFontUnit","features":[79]},{"name":"GdipGetGenericFontFamilyMonospace","features":[79]},{"name":"GdipGetGenericFontFamilySansSerif","features":[79]},{"name":"GdipGetGenericFontFamilySerif","features":[79]},{"name":"GdipGetHatchBackgroundColor","features":[79]},{"name":"GdipGetHatchForegroundColor","features":[79]},{"name":"GdipGetHatchStyle","features":[79]},{"name":"GdipGetHemfFromMetafile","features":[13,79]},{"name":"GdipGetImageAttributesAdjustedPalette","features":[79]},{"name":"GdipGetImageBounds","features":[79]},{"name":"GdipGetImageDecoders","features":[79]},{"name":"GdipGetImageDecodersSize","features":[79]},{"name":"GdipGetImageDimension","features":[79]},{"name":"GdipGetImageEncoders","features":[79]},{"name":"GdipGetImageEncodersSize","features":[79]},{"name":"GdipGetImageFlags","features":[79]},{"name":"GdipGetImageGraphicsContext","features":[79]},{"name":"GdipGetImageHeight","features":[79]},{"name":"GdipGetImageHorizontalResolution","features":[79]},{"name":"GdipGetImageItemData","features":[79]},{"name":"GdipGetImagePalette","features":[79]},{"name":"GdipGetImagePaletteSize","features":[79]},{"name":"GdipGetImagePixelFormat","features":[79]},{"name":"GdipGetImageRawFormat","features":[79]},{"name":"GdipGetImageThumbnail","features":[79]},{"name":"GdipGetImageType","features":[79]},{"name":"GdipGetImageVerticalResolution","features":[79]},{"name":"GdipGetImageWidth","features":[79]},{"name":"GdipGetInterpolationMode","features":[79]},{"name":"GdipGetLineBlend","features":[79]},{"name":"GdipGetLineBlendCount","features":[79]},{"name":"GdipGetLineColors","features":[79]},{"name":"GdipGetLineGammaCorrection","features":[1,79]},{"name":"GdipGetLinePresetBlend","features":[79]},{"name":"GdipGetLinePresetBlendCount","features":[79]},{"name":"GdipGetLineRect","features":[79]},{"name":"GdipGetLineRectI","features":[79]},{"name":"GdipGetLineSpacing","features":[79]},{"name":"GdipGetLineTransform","features":[79]},{"name":"GdipGetLineWrapMode","features":[79]},{"name":"GdipGetLogFontA","features":[13,79]},{"name":"GdipGetLogFontW","features":[13,79]},{"name":"GdipGetMatrixElements","features":[79]},{"name":"GdipGetMetafileDownLevelRasterizationLimit","features":[79]},{"name":"GdipGetMetafileHeaderFromEmf","features":[1,13,79]},{"name":"GdipGetMetafileHeaderFromFile","features":[1,13,79]},{"name":"GdipGetMetafileHeaderFromMetafile","features":[1,13,79]},{"name":"GdipGetMetafileHeaderFromStream","features":[1,13,79]},{"name":"GdipGetMetafileHeaderFromWmf","features":[1,13,79]},{"name":"GdipGetNearestColor","features":[79]},{"name":"GdipGetPageScale","features":[79]},{"name":"GdipGetPageUnit","features":[79]},{"name":"GdipGetPathData","features":[79]},{"name":"GdipGetPathFillMode","features":[79]},{"name":"GdipGetPathGradientBlend","features":[79]},{"name":"GdipGetPathGradientBlendCount","features":[79]},{"name":"GdipGetPathGradientCenterColor","features":[79]},{"name":"GdipGetPathGradientCenterPoint","features":[79]},{"name":"GdipGetPathGradientCenterPointI","features":[79]},{"name":"GdipGetPathGradientFocusScales","features":[79]},{"name":"GdipGetPathGradientGammaCorrection","features":[1,79]},{"name":"GdipGetPathGradientPath","features":[79]},{"name":"GdipGetPathGradientPointCount","features":[79]},{"name":"GdipGetPathGradientPresetBlend","features":[79]},{"name":"GdipGetPathGradientPresetBlendCount","features":[79]},{"name":"GdipGetPathGradientRect","features":[79]},{"name":"GdipGetPathGradientRectI","features":[79]},{"name":"GdipGetPathGradientSurroundColorCount","features":[79]},{"name":"GdipGetPathGradientSurroundColorsWithCount","features":[79]},{"name":"GdipGetPathGradientTransform","features":[79]},{"name":"GdipGetPathGradientWrapMode","features":[79]},{"name":"GdipGetPathLastPoint","features":[79]},{"name":"GdipGetPathPoints","features":[79]},{"name":"GdipGetPathPointsI","features":[79]},{"name":"GdipGetPathTypes","features":[79]},{"name":"GdipGetPathWorldBounds","features":[79]},{"name":"GdipGetPathWorldBoundsI","features":[79]},{"name":"GdipGetPenBrushFill","features":[79]},{"name":"GdipGetPenColor","features":[79]},{"name":"GdipGetPenCompoundArray","features":[79]},{"name":"GdipGetPenCompoundCount","features":[79]},{"name":"GdipGetPenCustomEndCap","features":[79]},{"name":"GdipGetPenCustomStartCap","features":[79]},{"name":"GdipGetPenDashArray","features":[79]},{"name":"GdipGetPenDashCap197819","features":[79]},{"name":"GdipGetPenDashCount","features":[79]},{"name":"GdipGetPenDashOffset","features":[79]},{"name":"GdipGetPenDashStyle","features":[79]},{"name":"GdipGetPenEndCap","features":[79]},{"name":"GdipGetPenFillType","features":[79]},{"name":"GdipGetPenLineJoin","features":[79]},{"name":"GdipGetPenMiterLimit","features":[79]},{"name":"GdipGetPenMode","features":[79]},{"name":"GdipGetPenStartCap","features":[79]},{"name":"GdipGetPenTransform","features":[79]},{"name":"GdipGetPenUnit","features":[79]},{"name":"GdipGetPenWidth","features":[79]},{"name":"GdipGetPixelOffsetMode","features":[79]},{"name":"GdipGetPointCount","features":[79]},{"name":"GdipGetPropertyCount","features":[79]},{"name":"GdipGetPropertyIdList","features":[79]},{"name":"GdipGetPropertyItem","features":[79]},{"name":"GdipGetPropertyItemSize","features":[79]},{"name":"GdipGetPropertySize","features":[79]},{"name":"GdipGetRegionBounds","features":[79]},{"name":"GdipGetRegionBoundsI","features":[79]},{"name":"GdipGetRegionData","features":[79]},{"name":"GdipGetRegionDataSize","features":[79]},{"name":"GdipGetRegionHRgn","features":[13,79]},{"name":"GdipGetRegionScans","features":[79]},{"name":"GdipGetRegionScansCount","features":[79]},{"name":"GdipGetRegionScansI","features":[79]},{"name":"GdipGetRenderingOrigin","features":[79]},{"name":"GdipGetSmoothingMode","features":[79]},{"name":"GdipGetSolidFillColor","features":[79]},{"name":"GdipGetStringFormatAlign","features":[79]},{"name":"GdipGetStringFormatDigitSubstitution","features":[79]},{"name":"GdipGetStringFormatFlags","features":[79]},{"name":"GdipGetStringFormatHotkeyPrefix","features":[79]},{"name":"GdipGetStringFormatLineAlign","features":[79]},{"name":"GdipGetStringFormatMeasurableCharacterRangeCount","features":[79]},{"name":"GdipGetStringFormatTabStopCount","features":[79]},{"name":"GdipGetStringFormatTabStops","features":[79]},{"name":"GdipGetStringFormatTrimming","features":[79]},{"name":"GdipGetTextContrast","features":[79]},{"name":"GdipGetTextRenderingHint","features":[79]},{"name":"GdipGetTextureImage","features":[79]},{"name":"GdipGetTextureTransform","features":[79]},{"name":"GdipGetTextureWrapMode","features":[79]},{"name":"GdipGetVisibleClipBounds","features":[79]},{"name":"GdipGetVisibleClipBoundsI","features":[79]},{"name":"GdipGetWorldTransform","features":[79]},{"name":"GdipGraphicsClear","features":[79]},{"name":"GdipGraphicsSetAbort","features":[79]},{"name":"GdipImageForceValidation","features":[79]},{"name":"GdipImageGetFrameCount","features":[79]},{"name":"GdipImageGetFrameDimensionsCount","features":[79]},{"name":"GdipImageGetFrameDimensionsList","features":[79]},{"name":"GdipImageRotateFlip","features":[79]},{"name":"GdipImageSelectActiveFrame","features":[79]},{"name":"GdipImageSetAbort","features":[79]},{"name":"GdipInitializePalette","features":[1,79]},{"name":"GdipInvertMatrix","features":[79]},{"name":"GdipIsClipEmpty","features":[1,79]},{"name":"GdipIsEmptyRegion","features":[1,79]},{"name":"GdipIsEqualRegion","features":[1,79]},{"name":"GdipIsInfiniteRegion","features":[1,79]},{"name":"GdipIsMatrixEqual","features":[1,79]},{"name":"GdipIsMatrixIdentity","features":[1,79]},{"name":"GdipIsMatrixInvertible","features":[1,79]},{"name":"GdipIsOutlineVisiblePathPoint","features":[1,79]},{"name":"GdipIsOutlineVisiblePathPointI","features":[1,79]},{"name":"GdipIsStyleAvailable","features":[1,79]},{"name":"GdipIsVisibleClipEmpty","features":[1,79]},{"name":"GdipIsVisiblePathPoint","features":[1,79]},{"name":"GdipIsVisiblePathPointI","features":[1,79]},{"name":"GdipIsVisiblePoint","features":[1,79]},{"name":"GdipIsVisiblePointI","features":[1,79]},{"name":"GdipIsVisibleRect","features":[1,79]},{"name":"GdipIsVisibleRectI","features":[1,79]},{"name":"GdipIsVisibleRegionPoint","features":[1,79]},{"name":"GdipIsVisibleRegionPointI","features":[1,79]},{"name":"GdipIsVisibleRegionRect","features":[1,79]},{"name":"GdipIsVisibleRegionRectI","features":[1,79]},{"name":"GdipLoadImageFromFile","features":[79]},{"name":"GdipLoadImageFromFileICM","features":[79]},{"name":"GdipLoadImageFromStream","features":[79]},{"name":"GdipLoadImageFromStreamICM","features":[79]},{"name":"GdipMeasureCharacterRanges","features":[79]},{"name":"GdipMeasureDriverString","features":[79]},{"name":"GdipMeasureString","features":[79]},{"name":"GdipMultiplyLineTransform","features":[79]},{"name":"GdipMultiplyMatrix","features":[79]},{"name":"GdipMultiplyPathGradientTransform","features":[79]},{"name":"GdipMultiplyPenTransform","features":[79]},{"name":"GdipMultiplyTextureTransform","features":[79]},{"name":"GdipMultiplyWorldTransform","features":[79]},{"name":"GdipNewInstalledFontCollection","features":[79]},{"name":"GdipNewPrivateFontCollection","features":[79]},{"name":"GdipPathIterCopyData","features":[79]},{"name":"GdipPathIterEnumerate","features":[79]},{"name":"GdipPathIterGetCount","features":[79]},{"name":"GdipPathIterGetSubpathCount","features":[79]},{"name":"GdipPathIterHasCurve","features":[1,79]},{"name":"GdipPathIterIsValid","features":[1,79]},{"name":"GdipPathIterNextMarker","features":[79]},{"name":"GdipPathIterNextMarkerPath","features":[79]},{"name":"GdipPathIterNextPathType","features":[79]},{"name":"GdipPathIterNextSubpath","features":[1,79]},{"name":"GdipPathIterNextSubpathPath","features":[1,79]},{"name":"GdipPathIterRewind","features":[79]},{"name":"GdipPlayMetafileRecord","features":[79]},{"name":"GdipPrivateAddFontFile","features":[79]},{"name":"GdipPrivateAddMemoryFont","features":[79]},{"name":"GdipRecordMetafile","features":[13,79]},{"name":"GdipRecordMetafileFileName","features":[13,79]},{"name":"GdipRecordMetafileFileNameI","features":[13,79]},{"name":"GdipRecordMetafileI","features":[13,79]},{"name":"GdipRecordMetafileStream","features":[13,79]},{"name":"GdipRecordMetafileStreamI","features":[13,79]},{"name":"GdipReleaseDC","features":[13,79]},{"name":"GdipRemovePropertyItem","features":[79]},{"name":"GdipResetClip","features":[79]},{"name":"GdipResetImageAttributes","features":[79]},{"name":"GdipResetLineTransform","features":[79]},{"name":"GdipResetPageTransform","features":[79]},{"name":"GdipResetPath","features":[79]},{"name":"GdipResetPathGradientTransform","features":[79]},{"name":"GdipResetPenTransform","features":[79]},{"name":"GdipResetTextureTransform","features":[79]},{"name":"GdipResetWorldTransform","features":[79]},{"name":"GdipRestoreGraphics","features":[79]},{"name":"GdipReversePath","features":[79]},{"name":"GdipRotateLineTransform","features":[79]},{"name":"GdipRotateMatrix","features":[79]},{"name":"GdipRotatePathGradientTransform","features":[79]},{"name":"GdipRotatePenTransform","features":[79]},{"name":"GdipRotateTextureTransform","features":[79]},{"name":"GdipRotateWorldTransform","features":[79]},{"name":"GdipSaveAdd","features":[79]},{"name":"GdipSaveAddImage","features":[79]},{"name":"GdipSaveGraphics","features":[79]},{"name":"GdipSaveImageToFile","features":[79]},{"name":"GdipSaveImageToStream","features":[79]},{"name":"GdipScaleLineTransform","features":[79]},{"name":"GdipScaleMatrix","features":[79]},{"name":"GdipScalePathGradientTransform","features":[79]},{"name":"GdipScalePenTransform","features":[79]},{"name":"GdipScaleTextureTransform","features":[79]},{"name":"GdipScaleWorldTransform","features":[79]},{"name":"GdipSetAdjustableArrowCapFillState","features":[1,79]},{"name":"GdipSetAdjustableArrowCapHeight","features":[79]},{"name":"GdipSetAdjustableArrowCapMiddleInset","features":[79]},{"name":"GdipSetAdjustableArrowCapWidth","features":[79]},{"name":"GdipSetClipGraphics","features":[79]},{"name":"GdipSetClipHrgn","features":[13,79]},{"name":"GdipSetClipPath","features":[79]},{"name":"GdipSetClipRect","features":[79]},{"name":"GdipSetClipRectI","features":[79]},{"name":"GdipSetClipRegion","features":[79]},{"name":"GdipSetCompositingMode","features":[79]},{"name":"GdipSetCompositingQuality","features":[79]},{"name":"GdipSetCustomLineCapBaseCap","features":[79]},{"name":"GdipSetCustomLineCapBaseInset","features":[79]},{"name":"GdipSetCustomLineCapStrokeCaps","features":[79]},{"name":"GdipSetCustomLineCapStrokeJoin","features":[79]},{"name":"GdipSetCustomLineCapWidthScale","features":[79]},{"name":"GdipSetEffectParameters","features":[79]},{"name":"GdipSetEmpty","features":[79]},{"name":"GdipSetImageAttributesCachedBackground","features":[1,79]},{"name":"GdipSetImageAttributesColorKeys","features":[1,79]},{"name":"GdipSetImageAttributesColorMatrix","features":[1,79]},{"name":"GdipSetImageAttributesGamma","features":[1,79]},{"name":"GdipSetImageAttributesNoOp","features":[1,79]},{"name":"GdipSetImageAttributesOutputChannel","features":[1,79]},{"name":"GdipSetImageAttributesOutputChannelColorProfile","features":[1,79]},{"name":"GdipSetImageAttributesRemapTable","features":[1,79]},{"name":"GdipSetImageAttributesThreshold","features":[1,79]},{"name":"GdipSetImageAttributesToIdentity","features":[79]},{"name":"GdipSetImageAttributesWrapMode","features":[1,79]},{"name":"GdipSetImagePalette","features":[79]},{"name":"GdipSetInfinite","features":[79]},{"name":"GdipSetInterpolationMode","features":[79]},{"name":"GdipSetLineBlend","features":[79]},{"name":"GdipSetLineColors","features":[79]},{"name":"GdipSetLineGammaCorrection","features":[1,79]},{"name":"GdipSetLineLinearBlend","features":[79]},{"name":"GdipSetLinePresetBlend","features":[79]},{"name":"GdipSetLineSigmaBlend","features":[79]},{"name":"GdipSetLineTransform","features":[79]},{"name":"GdipSetLineWrapMode","features":[79]},{"name":"GdipSetMatrixElements","features":[79]},{"name":"GdipSetMetafileDownLevelRasterizationLimit","features":[79]},{"name":"GdipSetPageScale","features":[79]},{"name":"GdipSetPageUnit","features":[79]},{"name":"GdipSetPathFillMode","features":[79]},{"name":"GdipSetPathGradientBlend","features":[79]},{"name":"GdipSetPathGradientCenterColor","features":[79]},{"name":"GdipSetPathGradientCenterPoint","features":[79]},{"name":"GdipSetPathGradientCenterPointI","features":[79]},{"name":"GdipSetPathGradientFocusScales","features":[79]},{"name":"GdipSetPathGradientGammaCorrection","features":[1,79]},{"name":"GdipSetPathGradientLinearBlend","features":[79]},{"name":"GdipSetPathGradientPath","features":[79]},{"name":"GdipSetPathGradientPresetBlend","features":[79]},{"name":"GdipSetPathGradientSigmaBlend","features":[79]},{"name":"GdipSetPathGradientSurroundColorsWithCount","features":[79]},{"name":"GdipSetPathGradientTransform","features":[79]},{"name":"GdipSetPathGradientWrapMode","features":[79]},{"name":"GdipSetPathMarker","features":[79]},{"name":"GdipSetPenBrushFill","features":[79]},{"name":"GdipSetPenColor","features":[79]},{"name":"GdipSetPenCompoundArray","features":[79]},{"name":"GdipSetPenCustomEndCap","features":[79]},{"name":"GdipSetPenCustomStartCap","features":[79]},{"name":"GdipSetPenDashArray","features":[79]},{"name":"GdipSetPenDashCap197819","features":[79]},{"name":"GdipSetPenDashOffset","features":[79]},{"name":"GdipSetPenDashStyle","features":[79]},{"name":"GdipSetPenEndCap","features":[79]},{"name":"GdipSetPenLineCap197819","features":[79]},{"name":"GdipSetPenLineJoin","features":[79]},{"name":"GdipSetPenMiterLimit","features":[79]},{"name":"GdipSetPenMode","features":[79]},{"name":"GdipSetPenStartCap","features":[79]},{"name":"GdipSetPenTransform","features":[79]},{"name":"GdipSetPenUnit","features":[79]},{"name":"GdipSetPenWidth","features":[79]},{"name":"GdipSetPixelOffsetMode","features":[79]},{"name":"GdipSetPropertyItem","features":[79]},{"name":"GdipSetRenderingOrigin","features":[79]},{"name":"GdipSetSmoothingMode","features":[79]},{"name":"GdipSetSolidFillColor","features":[79]},{"name":"GdipSetStringFormatAlign","features":[79]},{"name":"GdipSetStringFormatDigitSubstitution","features":[79]},{"name":"GdipSetStringFormatFlags","features":[79]},{"name":"GdipSetStringFormatHotkeyPrefix","features":[79]},{"name":"GdipSetStringFormatLineAlign","features":[79]},{"name":"GdipSetStringFormatMeasurableCharacterRanges","features":[79]},{"name":"GdipSetStringFormatTabStops","features":[79]},{"name":"GdipSetStringFormatTrimming","features":[79]},{"name":"GdipSetTextContrast","features":[79]},{"name":"GdipSetTextRenderingHint","features":[79]},{"name":"GdipSetTextureTransform","features":[79]},{"name":"GdipSetTextureWrapMode","features":[79]},{"name":"GdipSetWorldTransform","features":[79]},{"name":"GdipShearMatrix","features":[79]},{"name":"GdipStartPathFigure","features":[79]},{"name":"GdipStringFormatGetGenericDefault","features":[79]},{"name":"GdipStringFormatGetGenericTypographic","features":[79]},{"name":"GdipTestControl","features":[79]},{"name":"GdipTransformMatrixPoints","features":[79]},{"name":"GdipTransformMatrixPointsI","features":[79]},{"name":"GdipTransformPath","features":[79]},{"name":"GdipTransformPoints","features":[79]},{"name":"GdipTransformPointsI","features":[79]},{"name":"GdipTransformRegion","features":[79]},{"name":"GdipTranslateClip","features":[79]},{"name":"GdipTranslateClipI","features":[79]},{"name":"GdipTranslateLineTransform","features":[79]},{"name":"GdipTranslateMatrix","features":[79]},{"name":"GdipTranslatePathGradientTransform","features":[79]},{"name":"GdipTranslatePenTransform","features":[79]},{"name":"GdipTranslateRegion","features":[79]},{"name":"GdipTranslateRegionI","features":[79]},{"name":"GdipTranslateTextureTransform","features":[79]},{"name":"GdipTranslateWorldTransform","features":[79]},{"name":"GdipVectorTransformMatrixPoints","features":[79]},{"name":"GdipVectorTransformMatrixPointsI","features":[79]},{"name":"GdipWarpPath","features":[79]},{"name":"GdipWidenPath","features":[79]},{"name":"GdipWindingModeOutline","features":[79]},{"name":"GdiplusAbort","features":[79]},{"name":"GdiplusNotInitialized","features":[79]},{"name":"GdiplusNotificationHook","features":[79]},{"name":"GdiplusNotificationUnhook","features":[79]},{"name":"GdiplusShutdown","features":[79]},{"name":"GdiplusStartup","features":[1,79]},{"name":"GdiplusStartupDefault","features":[79]},{"name":"GdiplusStartupInput","features":[1,79]},{"name":"GdiplusStartupInputEx","features":[1,79]},{"name":"GdiplusStartupNoSetRound","features":[79]},{"name":"GdiplusStartupOutput","features":[79]},{"name":"GdiplusStartupParams","features":[79]},{"name":"GdiplusStartupSetPSValue","features":[79]},{"name":"GdiplusStartupTransparencyMask","features":[79]},{"name":"GenericError","features":[79]},{"name":"GenericFontFamily","features":[79]},{"name":"GenericFontFamilyMonospace","features":[79]},{"name":"GenericFontFamilySansSerif","features":[79]},{"name":"GenericFontFamilySerif","features":[79]},{"name":"GetThumbnailImageAbort","features":[1,79]},{"name":"GpAdjustableArrowCap","features":[79]},{"name":"GpBitmap","features":[79]},{"name":"GpBrush","features":[79]},{"name":"GpCachedBitmap","features":[79]},{"name":"GpCustomLineCap","features":[79]},{"name":"GpFont","features":[79]},{"name":"GpFontCollection","features":[79]},{"name":"GpFontFamily","features":[79]},{"name":"GpGraphics","features":[79]},{"name":"GpHatch","features":[79]},{"name":"GpImage","features":[79]},{"name":"GpImageAttributes","features":[79]},{"name":"GpInstalledFontCollection","features":[79]},{"name":"GpLineGradient","features":[79]},{"name":"GpMetafile","features":[79]},{"name":"GpPath","features":[79]},{"name":"GpPathGradient","features":[79]},{"name":"GpPathIterator","features":[79]},{"name":"GpPen","features":[79]},{"name":"GpPrivateFontCollection","features":[79]},{"name":"GpRegion","features":[79]},{"name":"GpSolidFill","features":[79]},{"name":"GpStringFormat","features":[79]},{"name":"GpTestControlEnum","features":[79]},{"name":"GpTexture","features":[79]},{"name":"HatchStyle","features":[79]},{"name":"HatchStyle05Percent","features":[79]},{"name":"HatchStyle10Percent","features":[79]},{"name":"HatchStyle20Percent","features":[79]},{"name":"HatchStyle25Percent","features":[79]},{"name":"HatchStyle30Percent","features":[79]},{"name":"HatchStyle40Percent","features":[79]},{"name":"HatchStyle50Percent","features":[79]},{"name":"HatchStyle60Percent","features":[79]},{"name":"HatchStyle70Percent","features":[79]},{"name":"HatchStyle75Percent","features":[79]},{"name":"HatchStyle80Percent","features":[79]},{"name":"HatchStyle90Percent","features":[79]},{"name":"HatchStyleBackwardDiagonal","features":[79]},{"name":"HatchStyleCross","features":[79]},{"name":"HatchStyleDarkDownwardDiagonal","features":[79]},{"name":"HatchStyleDarkHorizontal","features":[79]},{"name":"HatchStyleDarkUpwardDiagonal","features":[79]},{"name":"HatchStyleDarkVertical","features":[79]},{"name":"HatchStyleDashedDownwardDiagonal","features":[79]},{"name":"HatchStyleDashedHorizontal","features":[79]},{"name":"HatchStyleDashedUpwardDiagonal","features":[79]},{"name":"HatchStyleDashedVertical","features":[79]},{"name":"HatchStyleDiagonalBrick","features":[79]},{"name":"HatchStyleDiagonalCross","features":[79]},{"name":"HatchStyleDivot","features":[79]},{"name":"HatchStyleDottedDiamond","features":[79]},{"name":"HatchStyleDottedGrid","features":[79]},{"name":"HatchStyleForwardDiagonal","features":[79]},{"name":"HatchStyleHorizontal","features":[79]},{"name":"HatchStyleHorizontalBrick","features":[79]},{"name":"HatchStyleLargeCheckerBoard","features":[79]},{"name":"HatchStyleLargeConfetti","features":[79]},{"name":"HatchStyleLargeGrid","features":[79]},{"name":"HatchStyleLightDownwardDiagonal","features":[79]},{"name":"HatchStyleLightHorizontal","features":[79]},{"name":"HatchStyleLightUpwardDiagonal","features":[79]},{"name":"HatchStyleLightVertical","features":[79]},{"name":"HatchStyleMax","features":[79]},{"name":"HatchStyleMin","features":[79]},{"name":"HatchStyleNarrowHorizontal","features":[79]},{"name":"HatchStyleNarrowVertical","features":[79]},{"name":"HatchStyleOutlinedDiamond","features":[79]},{"name":"HatchStylePlaid","features":[79]},{"name":"HatchStyleShingle","features":[79]},{"name":"HatchStyleSmallCheckerBoard","features":[79]},{"name":"HatchStyleSmallConfetti","features":[79]},{"name":"HatchStyleSmallGrid","features":[79]},{"name":"HatchStyleSolidDiamond","features":[79]},{"name":"HatchStyleSphere","features":[79]},{"name":"HatchStyleTotal","features":[79]},{"name":"HatchStyleTrellis","features":[79]},{"name":"HatchStyleVertical","features":[79]},{"name":"HatchStyleWave","features":[79]},{"name":"HatchStyleWeave","features":[79]},{"name":"HatchStyleWideDownwardDiagonal","features":[79]},{"name":"HatchStyleWideUpwardDiagonal","features":[79]},{"name":"HatchStyleZigZag","features":[79]},{"name":"HistogramFormat","features":[79]},{"name":"HistogramFormatA","features":[79]},{"name":"HistogramFormatARGB","features":[79]},{"name":"HistogramFormatB","features":[79]},{"name":"HistogramFormatG","features":[79]},{"name":"HistogramFormatGray","features":[79]},{"name":"HistogramFormatPARGB","features":[79]},{"name":"HistogramFormatR","features":[79]},{"name":"HistogramFormatRGB","features":[79]},{"name":"HotkeyPrefix","features":[79]},{"name":"HotkeyPrefixHide","features":[79]},{"name":"HotkeyPrefixNone","features":[79]},{"name":"HotkeyPrefixShow","features":[79]},{"name":"HueSaturationLightness","features":[1,79]},{"name":"HueSaturationLightnessEffectGuid","features":[79]},{"name":"HueSaturationLightnessParams","features":[79]},{"name":"IImageBytes","features":[79]},{"name":"Image","features":[79]},{"name":"ImageAbort","features":[1,79]},{"name":"ImageCodecFlags","features":[79]},{"name":"ImageCodecFlagsBlockingDecode","features":[79]},{"name":"ImageCodecFlagsBuiltin","features":[79]},{"name":"ImageCodecFlagsDecoder","features":[79]},{"name":"ImageCodecFlagsEncoder","features":[79]},{"name":"ImageCodecFlagsSeekableEncode","features":[79]},{"name":"ImageCodecFlagsSupportBitmap","features":[79]},{"name":"ImageCodecFlagsSupportVector","features":[79]},{"name":"ImageCodecFlagsSystem","features":[79]},{"name":"ImageCodecFlagsUser","features":[79]},{"name":"ImageCodecInfo","features":[79]},{"name":"ImageFlags","features":[79]},{"name":"ImageFlagsCaching","features":[79]},{"name":"ImageFlagsColorSpaceCMYK","features":[79]},{"name":"ImageFlagsColorSpaceGRAY","features":[79]},{"name":"ImageFlagsColorSpaceRGB","features":[79]},{"name":"ImageFlagsColorSpaceYCBCR","features":[79]},{"name":"ImageFlagsColorSpaceYCCK","features":[79]},{"name":"ImageFlagsHasAlpha","features":[79]},{"name":"ImageFlagsHasRealDPI","features":[79]},{"name":"ImageFlagsHasRealPixelSize","features":[79]},{"name":"ImageFlagsHasTranslucent","features":[79]},{"name":"ImageFlagsNone","features":[79]},{"name":"ImageFlagsPartiallyScalable","features":[79]},{"name":"ImageFlagsReadOnly","features":[79]},{"name":"ImageFlagsScalable","features":[79]},{"name":"ImageFormatBMP","features":[79]},{"name":"ImageFormatEMF","features":[79]},{"name":"ImageFormatEXIF","features":[79]},{"name":"ImageFormatGIF","features":[79]},{"name":"ImageFormatHEIF","features":[79]},{"name":"ImageFormatIcon","features":[79]},{"name":"ImageFormatJPEG","features":[79]},{"name":"ImageFormatMemoryBMP","features":[79]},{"name":"ImageFormatPNG","features":[79]},{"name":"ImageFormatTIFF","features":[79]},{"name":"ImageFormatUndefined","features":[79]},{"name":"ImageFormatWEBP","features":[79]},{"name":"ImageFormatWMF","features":[79]},{"name":"ImageItemData","features":[79]},{"name":"ImageLockMode","features":[79]},{"name":"ImageLockModeRead","features":[79]},{"name":"ImageLockModeUserInputBuf","features":[79]},{"name":"ImageLockModeWrite","features":[79]},{"name":"ImageType","features":[79]},{"name":"ImageTypeBitmap","features":[79]},{"name":"ImageTypeMetafile","features":[79]},{"name":"ImageTypeUnknown","features":[79]},{"name":"InstalledFontCollection","features":[79]},{"name":"InsufficientBuffer","features":[79]},{"name":"InterpolationMode","features":[79]},{"name":"InterpolationModeBicubic","features":[79]},{"name":"InterpolationModeBilinear","features":[79]},{"name":"InterpolationModeDefault","features":[79]},{"name":"InterpolationModeHighQuality","features":[79]},{"name":"InterpolationModeHighQualityBicubic","features":[79]},{"name":"InterpolationModeHighQualityBilinear","features":[79]},{"name":"InterpolationModeInvalid","features":[79]},{"name":"InterpolationModeLowQuality","features":[79]},{"name":"InterpolationModeNearestNeighbor","features":[79]},{"name":"InvalidParameter","features":[79]},{"name":"ItemDataPosition","features":[79]},{"name":"ItemDataPositionAfterBits","features":[79]},{"name":"ItemDataPositionAfterHeader","features":[79]},{"name":"ItemDataPositionAfterPalette","features":[79]},{"name":"Levels","features":[1,79]},{"name":"LevelsEffectGuid","features":[79]},{"name":"LevelsParams","features":[79]},{"name":"LineCap","features":[79]},{"name":"LineCapAnchorMask","features":[79]},{"name":"LineCapArrowAnchor","features":[79]},{"name":"LineCapCustom","features":[79]},{"name":"LineCapDiamondAnchor","features":[79]},{"name":"LineCapFlat","features":[79]},{"name":"LineCapNoAnchor","features":[79]},{"name":"LineCapRound","features":[79]},{"name":"LineCapRoundAnchor","features":[79]},{"name":"LineCapSquare","features":[79]},{"name":"LineCapSquareAnchor","features":[79]},{"name":"LineCapTriangle","features":[79]},{"name":"LineJoin","features":[79]},{"name":"LineJoinBevel","features":[79]},{"name":"LineJoinMiter","features":[79]},{"name":"LineJoinMiterClipped","features":[79]},{"name":"LineJoinRound","features":[79]},{"name":"LinearGradientMode","features":[79]},{"name":"LinearGradientModeBackwardDiagonal","features":[79]},{"name":"LinearGradientModeForwardDiagonal","features":[79]},{"name":"LinearGradientModeHorizontal","features":[79]},{"name":"LinearGradientModeVertical","features":[79]},{"name":"Matrix","features":[79]},{"name":"MatrixOrder","features":[79]},{"name":"MatrixOrderAppend","features":[79]},{"name":"MatrixOrderPrepend","features":[79]},{"name":"Metafile","features":[79]},{"name":"MetafileFrameUnit","features":[79]},{"name":"MetafileFrameUnitDocument","features":[79]},{"name":"MetafileFrameUnitGdi","features":[79]},{"name":"MetafileFrameUnitInch","features":[79]},{"name":"MetafileFrameUnitMillimeter","features":[79]},{"name":"MetafileFrameUnitPixel","features":[79]},{"name":"MetafileFrameUnitPoint","features":[79]},{"name":"MetafileHeader","features":[1,13,79]},{"name":"MetafileType","features":[79]},{"name":"MetafileTypeEmf","features":[79]},{"name":"MetafileTypeEmfPlusDual","features":[79]},{"name":"MetafileTypeEmfPlusOnly","features":[79]},{"name":"MetafileTypeInvalid","features":[79]},{"name":"MetafileTypeWmf","features":[79]},{"name":"MetafileTypeWmfPlaceable","features":[79]},{"name":"NotImplemented","features":[79]},{"name":"NotTrueTypeFont","features":[79]},{"name":"NotificationHookProc","features":[79]},{"name":"NotificationUnhookProc","features":[79]},{"name":"ObjectBusy","features":[79]},{"name":"ObjectType","features":[79]},{"name":"ObjectTypeBrush","features":[79]},{"name":"ObjectTypeCustomLineCap","features":[79]},{"name":"ObjectTypeFont","features":[79]},{"name":"ObjectTypeGraphics","features":[79]},{"name":"ObjectTypeImage","features":[79]},{"name":"ObjectTypeImageAttributes","features":[79]},{"name":"ObjectTypeInvalid","features":[79]},{"name":"ObjectTypeMax","features":[79]},{"name":"ObjectTypeMin","features":[79]},{"name":"ObjectTypePath","features":[79]},{"name":"ObjectTypePen","features":[79]},{"name":"ObjectTypeRegion","features":[79]},{"name":"ObjectTypeStringFormat","features":[79]},{"name":"Ok","features":[79]},{"name":"OutOfMemory","features":[79]},{"name":"PWMFRect16","features":[79]},{"name":"PaletteFlags","features":[79]},{"name":"PaletteFlagsGrayScale","features":[79]},{"name":"PaletteFlagsHalftone","features":[79]},{"name":"PaletteFlagsHasAlpha","features":[79]},{"name":"PaletteType","features":[79]},{"name":"PaletteTypeCustom","features":[79]},{"name":"PaletteTypeFixedBW","features":[79]},{"name":"PaletteTypeFixedHalftone125","features":[79]},{"name":"PaletteTypeFixedHalftone216","features":[79]},{"name":"PaletteTypeFixedHalftone252","features":[79]},{"name":"PaletteTypeFixedHalftone256","features":[79]},{"name":"PaletteTypeFixedHalftone27","features":[79]},{"name":"PaletteTypeFixedHalftone64","features":[79]},{"name":"PaletteTypeFixedHalftone8","features":[79]},{"name":"PaletteTypeOptimal","features":[79]},{"name":"PathData","features":[79]},{"name":"PathPointType","features":[79]},{"name":"PathPointTypeBezier","features":[79]},{"name":"PathPointTypeBezier3","features":[79]},{"name":"PathPointTypeCloseSubpath","features":[79]},{"name":"PathPointTypeDashMode","features":[79]},{"name":"PathPointTypeLine","features":[79]},{"name":"PathPointTypePathMarker","features":[79]},{"name":"PathPointTypePathTypeMask","features":[79]},{"name":"PathPointTypeStart","features":[79]},{"name":"PenAlignment","features":[79]},{"name":"PenAlignmentCenter","features":[79]},{"name":"PenAlignmentInset","features":[79]},{"name":"PenType","features":[79]},{"name":"PenTypeHatchFill","features":[79]},{"name":"PenTypeLinearGradient","features":[79]},{"name":"PenTypePathGradient","features":[79]},{"name":"PenTypeSolidColor","features":[79]},{"name":"PenTypeTextureFill","features":[79]},{"name":"PenTypeUnknown","features":[79]},{"name":"PixelFormatAlpha","features":[79]},{"name":"PixelFormatCanonical","features":[79]},{"name":"PixelFormatDontCare","features":[79]},{"name":"PixelFormatExtended","features":[79]},{"name":"PixelFormatGDI","features":[79]},{"name":"PixelFormatIndexed","features":[79]},{"name":"PixelFormatMax","features":[79]},{"name":"PixelFormatPAlpha","features":[79]},{"name":"PixelFormatUndefined","features":[79]},{"name":"PixelOffsetMode","features":[79]},{"name":"PixelOffsetModeDefault","features":[79]},{"name":"PixelOffsetModeHalf","features":[79]},{"name":"PixelOffsetModeHighQuality","features":[79]},{"name":"PixelOffsetModeHighSpeed","features":[79]},{"name":"PixelOffsetModeInvalid","features":[79]},{"name":"PixelOffsetModeNone","features":[79]},{"name":"Point","features":[79]},{"name":"PointF","features":[79]},{"name":"PrivateFontCollection","features":[79]},{"name":"ProfileNotFound","features":[79]},{"name":"PropertyItem","features":[79]},{"name":"PropertyNotFound","features":[79]},{"name":"PropertyNotSupported","features":[79]},{"name":"PropertyTagArtist","features":[79]},{"name":"PropertyTagBitsPerSample","features":[79]},{"name":"PropertyTagCellHeight","features":[79]},{"name":"PropertyTagCellWidth","features":[79]},{"name":"PropertyTagChrominanceTable","features":[79]},{"name":"PropertyTagColorMap","features":[79]},{"name":"PropertyTagColorTransferFunction","features":[79]},{"name":"PropertyTagCompression","features":[79]},{"name":"PropertyTagCopyright","features":[79]},{"name":"PropertyTagDateTime","features":[79]},{"name":"PropertyTagDocumentName","features":[79]},{"name":"PropertyTagDotRange","features":[79]},{"name":"PropertyTagEquipMake","features":[79]},{"name":"PropertyTagEquipModel","features":[79]},{"name":"PropertyTagExifAperture","features":[79]},{"name":"PropertyTagExifBrightness","features":[79]},{"name":"PropertyTagExifCfaPattern","features":[79]},{"name":"PropertyTagExifColorSpace","features":[79]},{"name":"PropertyTagExifCompBPP","features":[79]},{"name":"PropertyTagExifCompConfig","features":[79]},{"name":"PropertyTagExifContrast","features":[79]},{"name":"PropertyTagExifCustomRendered","features":[79]},{"name":"PropertyTagExifDTDigSS","features":[79]},{"name":"PropertyTagExifDTDigitized","features":[79]},{"name":"PropertyTagExifDTOrig","features":[79]},{"name":"PropertyTagExifDTOrigSS","features":[79]},{"name":"PropertyTagExifDTSubsec","features":[79]},{"name":"PropertyTagExifDeviceSettingDesc","features":[79]},{"name":"PropertyTagExifDigitalZoomRatio","features":[79]},{"name":"PropertyTagExifExposureBias","features":[79]},{"name":"PropertyTagExifExposureIndex","features":[79]},{"name":"PropertyTagExifExposureMode","features":[79]},{"name":"PropertyTagExifExposureProg","features":[79]},{"name":"PropertyTagExifExposureTime","features":[79]},{"name":"PropertyTagExifFNumber","features":[79]},{"name":"PropertyTagExifFPXVer","features":[79]},{"name":"PropertyTagExifFileSource","features":[79]},{"name":"PropertyTagExifFlash","features":[79]},{"name":"PropertyTagExifFlashEnergy","features":[79]},{"name":"PropertyTagExifFocalLength","features":[79]},{"name":"PropertyTagExifFocalLengthIn35mmFilm","features":[79]},{"name":"PropertyTagExifFocalResUnit","features":[79]},{"name":"PropertyTagExifFocalXRes","features":[79]},{"name":"PropertyTagExifFocalYRes","features":[79]},{"name":"PropertyTagExifGainControl","features":[79]},{"name":"PropertyTagExifIFD","features":[79]},{"name":"PropertyTagExifISOSpeed","features":[79]},{"name":"PropertyTagExifInterop","features":[79]},{"name":"PropertyTagExifLightSource","features":[79]},{"name":"PropertyTagExifMakerNote","features":[79]},{"name":"PropertyTagExifMaxAperture","features":[79]},{"name":"PropertyTagExifMeteringMode","features":[79]},{"name":"PropertyTagExifOECF","features":[79]},{"name":"PropertyTagExifPixXDim","features":[79]},{"name":"PropertyTagExifPixYDim","features":[79]},{"name":"PropertyTagExifRelatedWav","features":[79]},{"name":"PropertyTagExifSaturation","features":[79]},{"name":"PropertyTagExifSceneCaptureType","features":[79]},{"name":"PropertyTagExifSceneType","features":[79]},{"name":"PropertyTagExifSensingMethod","features":[79]},{"name":"PropertyTagExifSharpness","features":[79]},{"name":"PropertyTagExifShutterSpeed","features":[79]},{"name":"PropertyTagExifSpatialFR","features":[79]},{"name":"PropertyTagExifSpectralSense","features":[79]},{"name":"PropertyTagExifSubjectArea","features":[79]},{"name":"PropertyTagExifSubjectDist","features":[79]},{"name":"PropertyTagExifSubjectDistanceRange","features":[79]},{"name":"PropertyTagExifSubjectLoc","features":[79]},{"name":"PropertyTagExifUniqueImageID","features":[79]},{"name":"PropertyTagExifUserComment","features":[79]},{"name":"PropertyTagExifVer","features":[79]},{"name":"PropertyTagExifWhiteBalance","features":[79]},{"name":"PropertyTagExtraSamples","features":[79]},{"name":"PropertyTagFillOrder","features":[79]},{"name":"PropertyTagFrameDelay","features":[79]},{"name":"PropertyTagFreeByteCounts","features":[79]},{"name":"PropertyTagFreeOffset","features":[79]},{"name":"PropertyTagGamma","features":[79]},{"name":"PropertyTagGlobalPalette","features":[79]},{"name":"PropertyTagGpsAltitude","features":[79]},{"name":"PropertyTagGpsAltitudeRef","features":[79]},{"name":"PropertyTagGpsAreaInformation","features":[79]},{"name":"PropertyTagGpsDate","features":[79]},{"name":"PropertyTagGpsDestBear","features":[79]},{"name":"PropertyTagGpsDestBearRef","features":[79]},{"name":"PropertyTagGpsDestDist","features":[79]},{"name":"PropertyTagGpsDestDistRef","features":[79]},{"name":"PropertyTagGpsDestLat","features":[79]},{"name":"PropertyTagGpsDestLatRef","features":[79]},{"name":"PropertyTagGpsDestLong","features":[79]},{"name":"PropertyTagGpsDestLongRef","features":[79]},{"name":"PropertyTagGpsDifferential","features":[79]},{"name":"PropertyTagGpsGpsDop","features":[79]},{"name":"PropertyTagGpsGpsMeasureMode","features":[79]},{"name":"PropertyTagGpsGpsSatellites","features":[79]},{"name":"PropertyTagGpsGpsStatus","features":[79]},{"name":"PropertyTagGpsGpsTime","features":[79]},{"name":"PropertyTagGpsIFD","features":[79]},{"name":"PropertyTagGpsImgDir","features":[79]},{"name":"PropertyTagGpsImgDirRef","features":[79]},{"name":"PropertyTagGpsLatitude","features":[79]},{"name":"PropertyTagGpsLatitudeRef","features":[79]},{"name":"PropertyTagGpsLongitude","features":[79]},{"name":"PropertyTagGpsLongitudeRef","features":[79]},{"name":"PropertyTagGpsMapDatum","features":[79]},{"name":"PropertyTagGpsProcessingMethod","features":[79]},{"name":"PropertyTagGpsSpeed","features":[79]},{"name":"PropertyTagGpsSpeedRef","features":[79]},{"name":"PropertyTagGpsTrack","features":[79]},{"name":"PropertyTagGpsTrackRef","features":[79]},{"name":"PropertyTagGpsVer","features":[79]},{"name":"PropertyTagGrayResponseCurve","features":[79]},{"name":"PropertyTagGrayResponseUnit","features":[79]},{"name":"PropertyTagGridSize","features":[79]},{"name":"PropertyTagHalftoneDegree","features":[79]},{"name":"PropertyTagHalftoneHints","features":[79]},{"name":"PropertyTagHalftoneLPI","features":[79]},{"name":"PropertyTagHalftoneLPIUnit","features":[79]},{"name":"PropertyTagHalftoneMisc","features":[79]},{"name":"PropertyTagHalftoneScreen","features":[79]},{"name":"PropertyTagHalftoneShape","features":[79]},{"name":"PropertyTagHostComputer","features":[79]},{"name":"PropertyTagICCProfile","features":[79]},{"name":"PropertyTagICCProfileDescriptor","features":[79]},{"name":"PropertyTagImageDescription","features":[79]},{"name":"PropertyTagImageHeight","features":[79]},{"name":"PropertyTagImageTitle","features":[79]},{"name":"PropertyTagImageWidth","features":[79]},{"name":"PropertyTagIndexBackground","features":[79]},{"name":"PropertyTagIndexTransparent","features":[79]},{"name":"PropertyTagInkNames","features":[79]},{"name":"PropertyTagInkSet","features":[79]},{"name":"PropertyTagJPEGACTables","features":[79]},{"name":"PropertyTagJPEGDCTables","features":[79]},{"name":"PropertyTagJPEGInterFormat","features":[79]},{"name":"PropertyTagJPEGInterLength","features":[79]},{"name":"PropertyTagJPEGLosslessPredictors","features":[79]},{"name":"PropertyTagJPEGPointTransforms","features":[79]},{"name":"PropertyTagJPEGProc","features":[79]},{"name":"PropertyTagJPEGQTables","features":[79]},{"name":"PropertyTagJPEGQuality","features":[79]},{"name":"PropertyTagJPEGRestartInterval","features":[79]},{"name":"PropertyTagLoopCount","features":[79]},{"name":"PropertyTagLuminanceTable","features":[79]},{"name":"PropertyTagMaxSampleValue","features":[79]},{"name":"PropertyTagMinSampleValue","features":[79]},{"name":"PropertyTagNewSubfileType","features":[79]},{"name":"PropertyTagNumberOfInks","features":[79]},{"name":"PropertyTagOrientation","features":[79]},{"name":"PropertyTagPageName","features":[79]},{"name":"PropertyTagPageNumber","features":[79]},{"name":"PropertyTagPaletteHistogram","features":[79]},{"name":"PropertyTagPhotometricInterp","features":[79]},{"name":"PropertyTagPixelPerUnitX","features":[79]},{"name":"PropertyTagPixelPerUnitY","features":[79]},{"name":"PropertyTagPixelUnit","features":[79]},{"name":"PropertyTagPlanarConfig","features":[79]},{"name":"PropertyTagPredictor","features":[79]},{"name":"PropertyTagPrimaryChromaticities","features":[79]},{"name":"PropertyTagPrintFlags","features":[79]},{"name":"PropertyTagPrintFlagsBleedWidth","features":[79]},{"name":"PropertyTagPrintFlagsBleedWidthScale","features":[79]},{"name":"PropertyTagPrintFlagsCrop","features":[79]},{"name":"PropertyTagPrintFlagsVersion","features":[79]},{"name":"PropertyTagREFBlackWhite","features":[79]},{"name":"PropertyTagResolutionUnit","features":[79]},{"name":"PropertyTagResolutionXLengthUnit","features":[79]},{"name":"PropertyTagResolutionXUnit","features":[79]},{"name":"PropertyTagResolutionYLengthUnit","features":[79]},{"name":"PropertyTagResolutionYUnit","features":[79]},{"name":"PropertyTagRowsPerStrip","features":[79]},{"name":"PropertyTagSMaxSampleValue","features":[79]},{"name":"PropertyTagSMinSampleValue","features":[79]},{"name":"PropertyTagSRGBRenderingIntent","features":[79]},{"name":"PropertyTagSampleFormat","features":[79]},{"name":"PropertyTagSamplesPerPixel","features":[79]},{"name":"PropertyTagSoftwareUsed","features":[79]},{"name":"PropertyTagStripBytesCount","features":[79]},{"name":"PropertyTagStripOffsets","features":[79]},{"name":"PropertyTagSubfileType","features":[79]},{"name":"PropertyTagT4Option","features":[79]},{"name":"PropertyTagT6Option","features":[79]},{"name":"PropertyTagTargetPrinter","features":[79]},{"name":"PropertyTagThreshHolding","features":[79]},{"name":"PropertyTagThumbnailArtist","features":[79]},{"name":"PropertyTagThumbnailBitsPerSample","features":[79]},{"name":"PropertyTagThumbnailColorDepth","features":[79]},{"name":"PropertyTagThumbnailCompressedSize","features":[79]},{"name":"PropertyTagThumbnailCompression","features":[79]},{"name":"PropertyTagThumbnailCopyRight","features":[79]},{"name":"PropertyTagThumbnailData","features":[79]},{"name":"PropertyTagThumbnailDateTime","features":[79]},{"name":"PropertyTagThumbnailEquipMake","features":[79]},{"name":"PropertyTagThumbnailEquipModel","features":[79]},{"name":"PropertyTagThumbnailFormat","features":[79]},{"name":"PropertyTagThumbnailHeight","features":[79]},{"name":"PropertyTagThumbnailImageDescription","features":[79]},{"name":"PropertyTagThumbnailImageHeight","features":[79]},{"name":"PropertyTagThumbnailImageWidth","features":[79]},{"name":"PropertyTagThumbnailOrientation","features":[79]},{"name":"PropertyTagThumbnailPhotometricInterp","features":[79]},{"name":"PropertyTagThumbnailPlanarConfig","features":[79]},{"name":"PropertyTagThumbnailPlanes","features":[79]},{"name":"PropertyTagThumbnailPrimaryChromaticities","features":[79]},{"name":"PropertyTagThumbnailRawBytes","features":[79]},{"name":"PropertyTagThumbnailRefBlackWhite","features":[79]},{"name":"PropertyTagThumbnailResolutionUnit","features":[79]},{"name":"PropertyTagThumbnailResolutionX","features":[79]},{"name":"PropertyTagThumbnailResolutionY","features":[79]},{"name":"PropertyTagThumbnailRowsPerStrip","features":[79]},{"name":"PropertyTagThumbnailSamplesPerPixel","features":[79]},{"name":"PropertyTagThumbnailSize","features":[79]},{"name":"PropertyTagThumbnailSoftwareUsed","features":[79]},{"name":"PropertyTagThumbnailStripBytesCount","features":[79]},{"name":"PropertyTagThumbnailStripOffsets","features":[79]},{"name":"PropertyTagThumbnailTransferFunction","features":[79]},{"name":"PropertyTagThumbnailWhitePoint","features":[79]},{"name":"PropertyTagThumbnailWidth","features":[79]},{"name":"PropertyTagThumbnailYCbCrCoefficients","features":[79]},{"name":"PropertyTagThumbnailYCbCrPositioning","features":[79]},{"name":"PropertyTagThumbnailYCbCrSubsampling","features":[79]},{"name":"PropertyTagTileByteCounts","features":[79]},{"name":"PropertyTagTileLength","features":[79]},{"name":"PropertyTagTileOffset","features":[79]},{"name":"PropertyTagTileWidth","features":[79]},{"name":"PropertyTagTransferFuncition","features":[79]},{"name":"PropertyTagTransferRange","features":[79]},{"name":"PropertyTagTypeASCII","features":[79]},{"name":"PropertyTagTypeByte","features":[79]},{"name":"PropertyTagTypeLong","features":[79]},{"name":"PropertyTagTypeRational","features":[79]},{"name":"PropertyTagTypeSLONG","features":[79]},{"name":"PropertyTagTypeSRational","features":[79]},{"name":"PropertyTagTypeShort","features":[79]},{"name":"PropertyTagTypeUndefined","features":[79]},{"name":"PropertyTagWhitePoint","features":[79]},{"name":"PropertyTagXPosition","features":[79]},{"name":"PropertyTagXResolution","features":[79]},{"name":"PropertyTagYCbCrCoefficients","features":[79]},{"name":"PropertyTagYCbCrPositioning","features":[79]},{"name":"PropertyTagYCbCrSubsampling","features":[79]},{"name":"PropertyTagYPosition","features":[79]},{"name":"PropertyTagYResolution","features":[79]},{"name":"QualityMode","features":[79]},{"name":"QualityModeDefault","features":[79]},{"name":"QualityModeHigh","features":[79]},{"name":"QualityModeInvalid","features":[79]},{"name":"QualityModeLow","features":[79]},{"name":"RED_SHIFT","features":[79]},{"name":"Rect","features":[79]},{"name":"RectF","features":[79]},{"name":"RedEyeCorrection","features":[1,79]},{"name":"RedEyeCorrectionEffectGuid","features":[79]},{"name":"RedEyeCorrectionParams","features":[1,79]},{"name":"Region","features":[79]},{"name":"Rotate180FlipNone","features":[79]},{"name":"Rotate180FlipX","features":[79]},{"name":"Rotate180FlipXY","features":[79]},{"name":"Rotate180FlipY","features":[79]},{"name":"Rotate270FlipNone","features":[79]},{"name":"Rotate270FlipX","features":[79]},{"name":"Rotate270FlipXY","features":[79]},{"name":"Rotate270FlipY","features":[79]},{"name":"Rotate90FlipNone","features":[79]},{"name":"Rotate90FlipX","features":[79]},{"name":"Rotate90FlipXY","features":[79]},{"name":"Rotate90FlipY","features":[79]},{"name":"RotateFlipType","features":[79]},{"name":"RotateNoneFlipNone","features":[79]},{"name":"RotateNoneFlipX","features":[79]},{"name":"RotateNoneFlipXY","features":[79]},{"name":"RotateNoneFlipY","features":[79]},{"name":"Sharpen","features":[1,79]},{"name":"SharpenEffectGuid","features":[79]},{"name":"SharpenParams","features":[79]},{"name":"Size","features":[79]},{"name":"SizeF","features":[79]},{"name":"SmoothingMode","features":[79]},{"name":"SmoothingModeAntiAlias","features":[79]},{"name":"SmoothingModeAntiAlias8x4","features":[79]},{"name":"SmoothingModeAntiAlias8x8","features":[79]},{"name":"SmoothingModeDefault","features":[79]},{"name":"SmoothingModeHighQuality","features":[79]},{"name":"SmoothingModeHighSpeed","features":[79]},{"name":"SmoothingModeInvalid","features":[79]},{"name":"SmoothingModeNone","features":[79]},{"name":"Status","features":[79]},{"name":"StringAlignment","features":[79]},{"name":"StringAlignmentCenter","features":[79]},{"name":"StringAlignmentFar","features":[79]},{"name":"StringAlignmentNear","features":[79]},{"name":"StringDigitSubstitute","features":[79]},{"name":"StringDigitSubstituteNational","features":[79]},{"name":"StringDigitSubstituteNone","features":[79]},{"name":"StringDigitSubstituteTraditional","features":[79]},{"name":"StringDigitSubstituteUser","features":[79]},{"name":"StringFormatFlags","features":[79]},{"name":"StringFormatFlagsBypassGDI","features":[79]},{"name":"StringFormatFlagsDirectionRightToLeft","features":[79]},{"name":"StringFormatFlagsDirectionVertical","features":[79]},{"name":"StringFormatFlagsDisplayFormatControl","features":[79]},{"name":"StringFormatFlagsLineLimit","features":[79]},{"name":"StringFormatFlagsMeasureTrailingSpaces","features":[79]},{"name":"StringFormatFlagsNoClip","features":[79]},{"name":"StringFormatFlagsNoFitBlackBox","features":[79]},{"name":"StringFormatFlagsNoFontFallback","features":[79]},{"name":"StringFormatFlagsNoWrap","features":[79]},{"name":"StringTrimming","features":[79]},{"name":"StringTrimmingCharacter","features":[79]},{"name":"StringTrimmingEllipsisCharacter","features":[79]},{"name":"StringTrimmingEllipsisPath","features":[79]},{"name":"StringTrimmingEllipsisWord","features":[79]},{"name":"StringTrimmingNone","features":[79]},{"name":"StringTrimmingWord","features":[79]},{"name":"TestControlForceBilinear","features":[79]},{"name":"TestControlGetBuildNumber","features":[79]},{"name":"TestControlNoICM","features":[79]},{"name":"TextRenderingHint","features":[79]},{"name":"TextRenderingHintAntiAlias","features":[79]},{"name":"TextRenderingHintAntiAliasGridFit","features":[79]},{"name":"TextRenderingHintClearTypeGridFit","features":[79]},{"name":"TextRenderingHintSingleBitPerPixel","features":[79]},{"name":"TextRenderingHintSingleBitPerPixelGridFit","features":[79]},{"name":"TextRenderingHintSystemDefault","features":[79]},{"name":"Tint","features":[1,79]},{"name":"TintEffectGuid","features":[79]},{"name":"TintParams","features":[79]},{"name":"Unit","features":[79]},{"name":"UnitDisplay","features":[79]},{"name":"UnitDocument","features":[79]},{"name":"UnitInch","features":[79]},{"name":"UnitMillimeter","features":[79]},{"name":"UnitPixel","features":[79]},{"name":"UnitPoint","features":[79]},{"name":"UnitWorld","features":[79]},{"name":"UnknownImageFormat","features":[79]},{"name":"UnsupportedGdiplusVersion","features":[79]},{"name":"ValueOverflow","features":[79]},{"name":"WarpMode","features":[79]},{"name":"WarpModeBilinear","features":[79]},{"name":"WarpModePerspective","features":[79]},{"name":"Win32Error","features":[79]},{"name":"WmfPlaceableFileHeader","features":[79]},{"name":"WmfRecordTypeAbortDoc","features":[79]},{"name":"WmfRecordTypeAnimatePalette","features":[79]},{"name":"WmfRecordTypeArc","features":[79]},{"name":"WmfRecordTypeBitBlt","features":[79]},{"name":"WmfRecordTypeChord","features":[79]},{"name":"WmfRecordTypeCreateBitmap","features":[79]},{"name":"WmfRecordTypeCreateBitmapIndirect","features":[79]},{"name":"WmfRecordTypeCreateBrush","features":[79]},{"name":"WmfRecordTypeCreateBrushIndirect","features":[79]},{"name":"WmfRecordTypeCreateFontIndirect","features":[79]},{"name":"WmfRecordTypeCreatePalette","features":[79]},{"name":"WmfRecordTypeCreatePatternBrush","features":[79]},{"name":"WmfRecordTypeCreatePenIndirect","features":[79]},{"name":"WmfRecordTypeCreateRegion","features":[79]},{"name":"WmfRecordTypeDIBBitBlt","features":[79]},{"name":"WmfRecordTypeDIBCreatePatternBrush","features":[79]},{"name":"WmfRecordTypeDIBStretchBlt","features":[79]},{"name":"WmfRecordTypeDeleteObject","features":[79]},{"name":"WmfRecordTypeDrawText","features":[79]},{"name":"WmfRecordTypeEllipse","features":[79]},{"name":"WmfRecordTypeEndDoc","features":[79]},{"name":"WmfRecordTypeEndPage","features":[79]},{"name":"WmfRecordTypeEscape","features":[79]},{"name":"WmfRecordTypeExcludeClipRect","features":[79]},{"name":"WmfRecordTypeExtFloodFill","features":[79]},{"name":"WmfRecordTypeExtTextOut","features":[79]},{"name":"WmfRecordTypeFillRegion","features":[79]},{"name":"WmfRecordTypeFloodFill","features":[79]},{"name":"WmfRecordTypeFrameRegion","features":[79]},{"name":"WmfRecordTypeIntersectClipRect","features":[79]},{"name":"WmfRecordTypeInvertRegion","features":[79]},{"name":"WmfRecordTypeLineTo","features":[79]},{"name":"WmfRecordTypeMoveTo","features":[79]},{"name":"WmfRecordTypeOffsetClipRgn","features":[79]},{"name":"WmfRecordTypeOffsetViewportOrg","features":[79]},{"name":"WmfRecordTypeOffsetWindowOrg","features":[79]},{"name":"WmfRecordTypePaintRegion","features":[79]},{"name":"WmfRecordTypePatBlt","features":[79]},{"name":"WmfRecordTypePie","features":[79]},{"name":"WmfRecordTypePolyPolygon","features":[79]},{"name":"WmfRecordTypePolygon","features":[79]},{"name":"WmfRecordTypePolyline","features":[79]},{"name":"WmfRecordTypeRealizePalette","features":[79]},{"name":"WmfRecordTypeRectangle","features":[79]},{"name":"WmfRecordTypeResetDC","features":[79]},{"name":"WmfRecordTypeResizePalette","features":[79]},{"name":"WmfRecordTypeRestoreDC","features":[79]},{"name":"WmfRecordTypeRoundRect","features":[79]},{"name":"WmfRecordTypeSaveDC","features":[79]},{"name":"WmfRecordTypeScaleViewportExt","features":[79]},{"name":"WmfRecordTypeScaleWindowExt","features":[79]},{"name":"WmfRecordTypeSelectClipRegion","features":[79]},{"name":"WmfRecordTypeSelectObject","features":[79]},{"name":"WmfRecordTypeSelectPalette","features":[79]},{"name":"WmfRecordTypeSetBkColor","features":[79]},{"name":"WmfRecordTypeSetBkMode","features":[79]},{"name":"WmfRecordTypeSetDIBToDev","features":[79]},{"name":"WmfRecordTypeSetLayout","features":[79]},{"name":"WmfRecordTypeSetMapMode","features":[79]},{"name":"WmfRecordTypeSetMapperFlags","features":[79]},{"name":"WmfRecordTypeSetPalEntries","features":[79]},{"name":"WmfRecordTypeSetPixel","features":[79]},{"name":"WmfRecordTypeSetPolyFillMode","features":[79]},{"name":"WmfRecordTypeSetROP2","features":[79]},{"name":"WmfRecordTypeSetRelAbs","features":[79]},{"name":"WmfRecordTypeSetStretchBltMode","features":[79]},{"name":"WmfRecordTypeSetTextAlign","features":[79]},{"name":"WmfRecordTypeSetTextCharExtra","features":[79]},{"name":"WmfRecordTypeSetTextColor","features":[79]},{"name":"WmfRecordTypeSetTextJustification","features":[79]},{"name":"WmfRecordTypeSetViewportExt","features":[79]},{"name":"WmfRecordTypeSetViewportOrg","features":[79]},{"name":"WmfRecordTypeSetWindowExt","features":[79]},{"name":"WmfRecordTypeSetWindowOrg","features":[79]},{"name":"WmfRecordTypeStartDoc","features":[79]},{"name":"WmfRecordTypeStartPage","features":[79]},{"name":"WmfRecordTypeStretchBlt","features":[79]},{"name":"WmfRecordTypeStretchDIB","features":[79]},{"name":"WmfRecordTypeTextOut","features":[79]},{"name":"WrapMode","features":[79]},{"name":"WrapModeClamp","features":[79]},{"name":"WrapModeTile","features":[79]},{"name":"WrapModeTileFlipX","features":[79]},{"name":"WrapModeTileFlipXY","features":[79]},{"name":"WrapModeTileFlipY","features":[79]},{"name":"WrongState","features":[79]}],"424":[{"name":"D3DCOMPILE_OPTIMIZATION_LEVEL2","features":[80]},{"name":"D3D_COMPILE_STANDARD_FILE_INCLUDE","features":[80]}],"427":[{"name":"ChoosePixelFormat","features":[13,59]},{"name":"DescribePixelFormat","features":[13,59]},{"name":"EMRPIXELFORMAT","features":[13,59]},{"name":"GLU_AUTO_LOAD_MATRIX","features":[59]},{"name":"GLU_BEGIN","features":[59]},{"name":"GLU_CCW","features":[59]},{"name":"GLU_CULLING","features":[59]},{"name":"GLU_CW","features":[59]},{"name":"GLU_DISPLAY_MODE","features":[59]},{"name":"GLU_DOMAIN_DISTANCE","features":[59]},{"name":"GLU_EDGE_FLAG","features":[59]},{"name":"GLU_END","features":[59]},{"name":"GLU_ERROR","features":[59]},{"name":"GLU_EXTENSIONS","features":[59]},{"name":"GLU_EXTERIOR","features":[59]},{"name":"GLU_FALSE","features":[59]},{"name":"GLU_FILL","features":[59]},{"name":"GLU_FLAT","features":[59]},{"name":"GLU_INCOMPATIBLE_GL_VERSION","features":[59]},{"name":"GLU_INSIDE","features":[59]},{"name":"GLU_INTERIOR","features":[59]},{"name":"GLU_INVALID_ENUM","features":[59]},{"name":"GLU_INVALID_VALUE","features":[59]},{"name":"GLU_LINE","features":[59]},{"name":"GLU_MAP1_TRIM_2","features":[59]},{"name":"GLU_MAP1_TRIM_3","features":[59]},{"name":"GLU_NONE","features":[59]},{"name":"GLU_NURBS_ERROR1","features":[59]},{"name":"GLU_NURBS_ERROR10","features":[59]},{"name":"GLU_NURBS_ERROR11","features":[59]},{"name":"GLU_NURBS_ERROR12","features":[59]},{"name":"GLU_NURBS_ERROR13","features":[59]},{"name":"GLU_NURBS_ERROR14","features":[59]},{"name":"GLU_NURBS_ERROR15","features":[59]},{"name":"GLU_NURBS_ERROR16","features":[59]},{"name":"GLU_NURBS_ERROR17","features":[59]},{"name":"GLU_NURBS_ERROR18","features":[59]},{"name":"GLU_NURBS_ERROR19","features":[59]},{"name":"GLU_NURBS_ERROR2","features":[59]},{"name":"GLU_NURBS_ERROR20","features":[59]},{"name":"GLU_NURBS_ERROR21","features":[59]},{"name":"GLU_NURBS_ERROR22","features":[59]},{"name":"GLU_NURBS_ERROR23","features":[59]},{"name":"GLU_NURBS_ERROR24","features":[59]},{"name":"GLU_NURBS_ERROR25","features":[59]},{"name":"GLU_NURBS_ERROR26","features":[59]},{"name":"GLU_NURBS_ERROR27","features":[59]},{"name":"GLU_NURBS_ERROR28","features":[59]},{"name":"GLU_NURBS_ERROR29","features":[59]},{"name":"GLU_NURBS_ERROR3","features":[59]},{"name":"GLU_NURBS_ERROR30","features":[59]},{"name":"GLU_NURBS_ERROR31","features":[59]},{"name":"GLU_NURBS_ERROR32","features":[59]},{"name":"GLU_NURBS_ERROR33","features":[59]},{"name":"GLU_NURBS_ERROR34","features":[59]},{"name":"GLU_NURBS_ERROR35","features":[59]},{"name":"GLU_NURBS_ERROR36","features":[59]},{"name":"GLU_NURBS_ERROR37","features":[59]},{"name":"GLU_NURBS_ERROR4","features":[59]},{"name":"GLU_NURBS_ERROR5","features":[59]},{"name":"GLU_NURBS_ERROR6","features":[59]},{"name":"GLU_NURBS_ERROR7","features":[59]},{"name":"GLU_NURBS_ERROR8","features":[59]},{"name":"GLU_NURBS_ERROR9","features":[59]},{"name":"GLU_OUTLINE_PATCH","features":[59]},{"name":"GLU_OUTLINE_POLYGON","features":[59]},{"name":"GLU_OUTSIDE","features":[59]},{"name":"GLU_OUT_OF_MEMORY","features":[59]},{"name":"GLU_PARAMETRIC_ERROR","features":[59]},{"name":"GLU_PARAMETRIC_TOLERANCE","features":[59]},{"name":"GLU_PATH_LENGTH","features":[59]},{"name":"GLU_POINT","features":[59]},{"name":"GLU_SAMPLING_METHOD","features":[59]},{"name":"GLU_SAMPLING_TOLERANCE","features":[59]},{"name":"GLU_SILHOUETTE","features":[59]},{"name":"GLU_SMOOTH","features":[59]},{"name":"GLU_TESS_BEGIN","features":[59]},{"name":"GLU_TESS_BEGIN_DATA","features":[59]},{"name":"GLU_TESS_BOUNDARY_ONLY","features":[59]},{"name":"GLU_TESS_COMBINE","features":[59]},{"name":"GLU_TESS_COMBINE_DATA","features":[59]},{"name":"GLU_TESS_COORD_TOO_LARGE","features":[59]},{"name":"GLU_TESS_EDGE_FLAG","features":[59]},{"name":"GLU_TESS_EDGE_FLAG_DATA","features":[59]},{"name":"GLU_TESS_END","features":[59]},{"name":"GLU_TESS_END_DATA","features":[59]},{"name":"GLU_TESS_ERROR","features":[59]},{"name":"GLU_TESS_ERROR1","features":[59]},{"name":"GLU_TESS_ERROR2","features":[59]},{"name":"GLU_TESS_ERROR3","features":[59]},{"name":"GLU_TESS_ERROR4","features":[59]},{"name":"GLU_TESS_ERROR5","features":[59]},{"name":"GLU_TESS_ERROR6","features":[59]},{"name":"GLU_TESS_ERROR7","features":[59]},{"name":"GLU_TESS_ERROR8","features":[59]},{"name":"GLU_TESS_ERROR_DATA","features":[59]},{"name":"GLU_TESS_MISSING_BEGIN_CONTOUR","features":[59]},{"name":"GLU_TESS_MISSING_BEGIN_POLYGON","features":[59]},{"name":"GLU_TESS_MISSING_END_CONTOUR","features":[59]},{"name":"GLU_TESS_MISSING_END_POLYGON","features":[59]},{"name":"GLU_TESS_NEED_COMBINE_CALLBACK","features":[59]},{"name":"GLU_TESS_TOLERANCE","features":[59]},{"name":"GLU_TESS_VERTEX","features":[59]},{"name":"GLU_TESS_VERTEX_DATA","features":[59]},{"name":"GLU_TESS_WINDING_ABS_GEQ_TWO","features":[59]},{"name":"GLU_TESS_WINDING_NEGATIVE","features":[59]},{"name":"GLU_TESS_WINDING_NONZERO","features":[59]},{"name":"GLU_TESS_WINDING_ODD","features":[59]},{"name":"GLU_TESS_WINDING_POSITIVE","features":[59]},{"name":"GLU_TESS_WINDING_RULE","features":[59]},{"name":"GLU_TRUE","features":[59]},{"name":"GLU_UNKNOWN","features":[59]},{"name":"GLU_U_STEP","features":[59]},{"name":"GLU_VERSION","features":[59]},{"name":"GLU_VERSION_1_1","features":[59]},{"name":"GLU_VERSION_1_2","features":[59]},{"name":"GLU_VERTEX","features":[59]},{"name":"GLU_V_STEP","features":[59]},{"name":"GLUnurbs","features":[59]},{"name":"GLUnurbsErrorProc","features":[59]},{"name":"GLUquadric","features":[59]},{"name":"GLUquadricErrorProc","features":[59]},{"name":"GLUtessBeginDataProc","features":[59]},{"name":"GLUtessBeginProc","features":[59]},{"name":"GLUtessCombineDataProc","features":[59]},{"name":"GLUtessCombineProc","features":[59]},{"name":"GLUtessEdgeFlagDataProc","features":[59]},{"name":"GLUtessEdgeFlagProc","features":[59]},{"name":"GLUtessEndDataProc","features":[59]},{"name":"GLUtessEndProc","features":[59]},{"name":"GLUtessErrorDataProc","features":[59]},{"name":"GLUtessErrorProc","features":[59]},{"name":"GLUtessVertexDataProc","features":[59]},{"name":"GLUtessVertexProc","features":[59]},{"name":"GLUtesselator","features":[59]},{"name":"GLYPHMETRICSFLOAT","features":[59]},{"name":"GL_2D","features":[59]},{"name":"GL_2_BYTES","features":[59]},{"name":"GL_3D","features":[59]},{"name":"GL_3D_COLOR","features":[59]},{"name":"GL_3D_COLOR_TEXTURE","features":[59]},{"name":"GL_3_BYTES","features":[59]},{"name":"GL_4D_COLOR_TEXTURE","features":[59]},{"name":"GL_4_BYTES","features":[59]},{"name":"GL_ACCUM","features":[59]},{"name":"GL_ACCUM_ALPHA_BITS","features":[59]},{"name":"GL_ACCUM_BLUE_BITS","features":[59]},{"name":"GL_ACCUM_BUFFER_BIT","features":[59]},{"name":"GL_ACCUM_CLEAR_VALUE","features":[59]},{"name":"GL_ACCUM_GREEN_BITS","features":[59]},{"name":"GL_ACCUM_RED_BITS","features":[59]},{"name":"GL_ADD","features":[59]},{"name":"GL_ALL_ATTRIB_BITS","features":[59]},{"name":"GL_ALPHA","features":[59]},{"name":"GL_ALPHA12","features":[59]},{"name":"GL_ALPHA16","features":[59]},{"name":"GL_ALPHA4","features":[59]},{"name":"GL_ALPHA8","features":[59]},{"name":"GL_ALPHA_BIAS","features":[59]},{"name":"GL_ALPHA_BITS","features":[59]},{"name":"GL_ALPHA_SCALE","features":[59]},{"name":"GL_ALPHA_TEST","features":[59]},{"name":"GL_ALPHA_TEST_FUNC","features":[59]},{"name":"GL_ALPHA_TEST_REF","features":[59]},{"name":"GL_ALWAYS","features":[59]},{"name":"GL_AMBIENT","features":[59]},{"name":"GL_AMBIENT_AND_DIFFUSE","features":[59]},{"name":"GL_AND","features":[59]},{"name":"GL_AND_INVERTED","features":[59]},{"name":"GL_AND_REVERSE","features":[59]},{"name":"GL_ATTRIB_STACK_DEPTH","features":[59]},{"name":"GL_AUTO_NORMAL","features":[59]},{"name":"GL_AUX0","features":[59]},{"name":"GL_AUX1","features":[59]},{"name":"GL_AUX2","features":[59]},{"name":"GL_AUX3","features":[59]},{"name":"GL_AUX_BUFFERS","features":[59]},{"name":"GL_BACK","features":[59]},{"name":"GL_BACK_LEFT","features":[59]},{"name":"GL_BACK_RIGHT","features":[59]},{"name":"GL_BGRA_EXT","features":[59]},{"name":"GL_BGR_EXT","features":[59]},{"name":"GL_BITMAP","features":[59]},{"name":"GL_BITMAP_TOKEN","features":[59]},{"name":"GL_BLEND","features":[59]},{"name":"GL_BLEND_DST","features":[59]},{"name":"GL_BLEND_SRC","features":[59]},{"name":"GL_BLUE","features":[59]},{"name":"GL_BLUE_BIAS","features":[59]},{"name":"GL_BLUE_BITS","features":[59]},{"name":"GL_BLUE_SCALE","features":[59]},{"name":"GL_BYTE","features":[59]},{"name":"GL_C3F_V3F","features":[59]},{"name":"GL_C4F_N3F_V3F","features":[59]},{"name":"GL_C4UB_V2F","features":[59]},{"name":"GL_C4UB_V3F","features":[59]},{"name":"GL_CCW","features":[59]},{"name":"GL_CLAMP","features":[59]},{"name":"GL_CLEAR","features":[59]},{"name":"GL_CLIENT_ALL_ATTRIB_BITS","features":[59]},{"name":"GL_CLIENT_ATTRIB_STACK_DEPTH","features":[59]},{"name":"GL_CLIENT_PIXEL_STORE_BIT","features":[59]},{"name":"GL_CLIENT_VERTEX_ARRAY_BIT","features":[59]},{"name":"GL_CLIP_PLANE0","features":[59]},{"name":"GL_CLIP_PLANE1","features":[59]},{"name":"GL_CLIP_PLANE2","features":[59]},{"name":"GL_CLIP_PLANE3","features":[59]},{"name":"GL_CLIP_PLANE4","features":[59]},{"name":"GL_CLIP_PLANE5","features":[59]},{"name":"GL_COEFF","features":[59]},{"name":"GL_COLOR","features":[59]},{"name":"GL_COLOR_ARRAY","features":[59]},{"name":"GL_COLOR_ARRAY_COUNT_EXT","features":[59]},{"name":"GL_COLOR_ARRAY_EXT","features":[59]},{"name":"GL_COLOR_ARRAY_POINTER","features":[59]},{"name":"GL_COLOR_ARRAY_POINTER_EXT","features":[59]},{"name":"GL_COLOR_ARRAY_SIZE","features":[59]},{"name":"GL_COLOR_ARRAY_SIZE_EXT","features":[59]},{"name":"GL_COLOR_ARRAY_STRIDE","features":[59]},{"name":"GL_COLOR_ARRAY_STRIDE_EXT","features":[59]},{"name":"GL_COLOR_ARRAY_TYPE","features":[59]},{"name":"GL_COLOR_ARRAY_TYPE_EXT","features":[59]},{"name":"GL_COLOR_BUFFER_BIT","features":[59]},{"name":"GL_COLOR_CLEAR_VALUE","features":[59]},{"name":"GL_COLOR_INDEX","features":[59]},{"name":"GL_COLOR_INDEX12_EXT","features":[59]},{"name":"GL_COLOR_INDEX16_EXT","features":[59]},{"name":"GL_COLOR_INDEX1_EXT","features":[59]},{"name":"GL_COLOR_INDEX2_EXT","features":[59]},{"name":"GL_COLOR_INDEX4_EXT","features":[59]},{"name":"GL_COLOR_INDEX8_EXT","features":[59]},{"name":"GL_COLOR_INDEXES","features":[59]},{"name":"GL_COLOR_LOGIC_OP","features":[59]},{"name":"GL_COLOR_MATERIAL","features":[59]},{"name":"GL_COLOR_MATERIAL_FACE","features":[59]},{"name":"GL_COLOR_MATERIAL_PARAMETER","features":[59]},{"name":"GL_COLOR_TABLE_ALPHA_SIZE_EXT","features":[59]},{"name":"GL_COLOR_TABLE_BLUE_SIZE_EXT","features":[59]},{"name":"GL_COLOR_TABLE_FORMAT_EXT","features":[59]},{"name":"GL_COLOR_TABLE_GREEN_SIZE_EXT","features":[59]},{"name":"GL_COLOR_TABLE_INTENSITY_SIZE_EXT","features":[59]},{"name":"GL_COLOR_TABLE_LUMINANCE_SIZE_EXT","features":[59]},{"name":"GL_COLOR_TABLE_RED_SIZE_EXT","features":[59]},{"name":"GL_COLOR_TABLE_WIDTH_EXT","features":[59]},{"name":"GL_COLOR_WRITEMASK","features":[59]},{"name":"GL_COMPILE","features":[59]},{"name":"GL_COMPILE_AND_EXECUTE","features":[59]},{"name":"GL_CONSTANT_ATTENUATION","features":[59]},{"name":"GL_COPY","features":[59]},{"name":"GL_COPY_INVERTED","features":[59]},{"name":"GL_COPY_PIXEL_TOKEN","features":[59]},{"name":"GL_CULL_FACE","features":[59]},{"name":"GL_CULL_FACE_MODE","features":[59]},{"name":"GL_CURRENT_BIT","features":[59]},{"name":"GL_CURRENT_COLOR","features":[59]},{"name":"GL_CURRENT_INDEX","features":[59]},{"name":"GL_CURRENT_NORMAL","features":[59]},{"name":"GL_CURRENT_RASTER_COLOR","features":[59]},{"name":"GL_CURRENT_RASTER_DISTANCE","features":[59]},{"name":"GL_CURRENT_RASTER_INDEX","features":[59]},{"name":"GL_CURRENT_RASTER_POSITION","features":[59]},{"name":"GL_CURRENT_RASTER_POSITION_VALID","features":[59]},{"name":"GL_CURRENT_RASTER_TEXTURE_COORDS","features":[59]},{"name":"GL_CURRENT_TEXTURE_COORDS","features":[59]},{"name":"GL_CW","features":[59]},{"name":"GL_DECAL","features":[59]},{"name":"GL_DECR","features":[59]},{"name":"GL_DEPTH","features":[59]},{"name":"GL_DEPTH_BIAS","features":[59]},{"name":"GL_DEPTH_BITS","features":[59]},{"name":"GL_DEPTH_BUFFER_BIT","features":[59]},{"name":"GL_DEPTH_CLEAR_VALUE","features":[59]},{"name":"GL_DEPTH_COMPONENT","features":[59]},{"name":"GL_DEPTH_FUNC","features":[59]},{"name":"GL_DEPTH_RANGE","features":[59]},{"name":"GL_DEPTH_SCALE","features":[59]},{"name":"GL_DEPTH_TEST","features":[59]},{"name":"GL_DEPTH_WRITEMASK","features":[59]},{"name":"GL_DIFFUSE","features":[59]},{"name":"GL_DITHER","features":[59]},{"name":"GL_DOMAIN","features":[59]},{"name":"GL_DONT_CARE","features":[59]},{"name":"GL_DOUBLE","features":[59]},{"name":"GL_DOUBLEBUFFER","features":[59]},{"name":"GL_DOUBLE_EXT","features":[59]},{"name":"GL_DRAW_BUFFER","features":[59]},{"name":"GL_DRAW_PIXEL_TOKEN","features":[59]},{"name":"GL_DST_ALPHA","features":[59]},{"name":"GL_DST_COLOR","features":[59]},{"name":"GL_EDGE_FLAG","features":[59]},{"name":"GL_EDGE_FLAG_ARRAY","features":[59]},{"name":"GL_EDGE_FLAG_ARRAY_COUNT_EXT","features":[59]},{"name":"GL_EDGE_FLAG_ARRAY_EXT","features":[59]},{"name":"GL_EDGE_FLAG_ARRAY_POINTER","features":[59]},{"name":"GL_EDGE_FLAG_ARRAY_POINTER_EXT","features":[59]},{"name":"GL_EDGE_FLAG_ARRAY_STRIDE","features":[59]},{"name":"GL_EDGE_FLAG_ARRAY_STRIDE_EXT","features":[59]},{"name":"GL_EMISSION","features":[59]},{"name":"GL_ENABLE_BIT","features":[59]},{"name":"GL_EQUAL","features":[59]},{"name":"GL_EQUIV","features":[59]},{"name":"GL_EVAL_BIT","features":[59]},{"name":"GL_EXP","features":[59]},{"name":"GL_EXP2","features":[59]},{"name":"GL_EXTENSIONS","features":[59]},{"name":"GL_EXT_bgra","features":[59]},{"name":"GL_EXT_paletted_texture","features":[59]},{"name":"GL_EXT_vertex_array","features":[59]},{"name":"GL_EYE_LINEAR","features":[59]},{"name":"GL_EYE_PLANE","features":[59]},{"name":"GL_FALSE","features":[59]},{"name":"GL_FASTEST","features":[59]},{"name":"GL_FEEDBACK","features":[59]},{"name":"GL_FEEDBACK_BUFFER_POINTER","features":[59]},{"name":"GL_FEEDBACK_BUFFER_SIZE","features":[59]},{"name":"GL_FEEDBACK_BUFFER_TYPE","features":[59]},{"name":"GL_FILL","features":[59]},{"name":"GL_FLAT","features":[59]},{"name":"GL_FLOAT","features":[59]},{"name":"GL_FOG","features":[59]},{"name":"GL_FOG_BIT","features":[59]},{"name":"GL_FOG_COLOR","features":[59]},{"name":"GL_FOG_DENSITY","features":[59]},{"name":"GL_FOG_END","features":[59]},{"name":"GL_FOG_HINT","features":[59]},{"name":"GL_FOG_INDEX","features":[59]},{"name":"GL_FOG_MODE","features":[59]},{"name":"GL_FOG_SPECULAR_TEXTURE_WIN","features":[59]},{"name":"GL_FOG_START","features":[59]},{"name":"GL_FRONT","features":[59]},{"name":"GL_FRONT_AND_BACK","features":[59]},{"name":"GL_FRONT_FACE","features":[59]},{"name":"GL_FRONT_LEFT","features":[59]},{"name":"GL_FRONT_RIGHT","features":[59]},{"name":"GL_GEQUAL","features":[59]},{"name":"GL_GREATER","features":[59]},{"name":"GL_GREEN","features":[59]},{"name":"GL_GREEN_BIAS","features":[59]},{"name":"GL_GREEN_BITS","features":[59]},{"name":"GL_GREEN_SCALE","features":[59]},{"name":"GL_HINT_BIT","features":[59]},{"name":"GL_INCR","features":[59]},{"name":"GL_INDEX_ARRAY","features":[59]},{"name":"GL_INDEX_ARRAY_COUNT_EXT","features":[59]},{"name":"GL_INDEX_ARRAY_EXT","features":[59]},{"name":"GL_INDEX_ARRAY_POINTER","features":[59]},{"name":"GL_INDEX_ARRAY_POINTER_EXT","features":[59]},{"name":"GL_INDEX_ARRAY_STRIDE","features":[59]},{"name":"GL_INDEX_ARRAY_STRIDE_EXT","features":[59]},{"name":"GL_INDEX_ARRAY_TYPE","features":[59]},{"name":"GL_INDEX_ARRAY_TYPE_EXT","features":[59]},{"name":"GL_INDEX_BITS","features":[59]},{"name":"GL_INDEX_CLEAR_VALUE","features":[59]},{"name":"GL_INDEX_LOGIC_OP","features":[59]},{"name":"GL_INDEX_MODE","features":[59]},{"name":"GL_INDEX_OFFSET","features":[59]},{"name":"GL_INDEX_SHIFT","features":[59]},{"name":"GL_INDEX_WRITEMASK","features":[59]},{"name":"GL_INT","features":[59]},{"name":"GL_INTENSITY","features":[59]},{"name":"GL_INTENSITY12","features":[59]},{"name":"GL_INTENSITY16","features":[59]},{"name":"GL_INTENSITY4","features":[59]},{"name":"GL_INTENSITY8","features":[59]},{"name":"GL_INVALID_ENUM","features":[59]},{"name":"GL_INVALID_OPERATION","features":[59]},{"name":"GL_INVALID_VALUE","features":[59]},{"name":"GL_INVERT","features":[59]},{"name":"GL_KEEP","features":[59]},{"name":"GL_LEFT","features":[59]},{"name":"GL_LEQUAL","features":[59]},{"name":"GL_LESS","features":[59]},{"name":"GL_LIGHT0","features":[59]},{"name":"GL_LIGHT1","features":[59]},{"name":"GL_LIGHT2","features":[59]},{"name":"GL_LIGHT3","features":[59]},{"name":"GL_LIGHT4","features":[59]},{"name":"GL_LIGHT5","features":[59]},{"name":"GL_LIGHT6","features":[59]},{"name":"GL_LIGHT7","features":[59]},{"name":"GL_LIGHTING","features":[59]},{"name":"GL_LIGHTING_BIT","features":[59]},{"name":"GL_LIGHT_MODEL_AMBIENT","features":[59]},{"name":"GL_LIGHT_MODEL_LOCAL_VIEWER","features":[59]},{"name":"GL_LIGHT_MODEL_TWO_SIDE","features":[59]},{"name":"GL_LINE","features":[59]},{"name":"GL_LINEAR","features":[59]},{"name":"GL_LINEAR_ATTENUATION","features":[59]},{"name":"GL_LINEAR_MIPMAP_LINEAR","features":[59]},{"name":"GL_LINEAR_MIPMAP_NEAREST","features":[59]},{"name":"GL_LINES","features":[59]},{"name":"GL_LINE_BIT","features":[59]},{"name":"GL_LINE_LOOP","features":[59]},{"name":"GL_LINE_RESET_TOKEN","features":[59]},{"name":"GL_LINE_SMOOTH","features":[59]},{"name":"GL_LINE_SMOOTH_HINT","features":[59]},{"name":"GL_LINE_STIPPLE","features":[59]},{"name":"GL_LINE_STIPPLE_PATTERN","features":[59]},{"name":"GL_LINE_STIPPLE_REPEAT","features":[59]},{"name":"GL_LINE_STRIP","features":[59]},{"name":"GL_LINE_TOKEN","features":[59]},{"name":"GL_LINE_WIDTH","features":[59]},{"name":"GL_LINE_WIDTH_GRANULARITY","features":[59]},{"name":"GL_LINE_WIDTH_RANGE","features":[59]},{"name":"GL_LIST_BASE","features":[59]},{"name":"GL_LIST_BIT","features":[59]},{"name":"GL_LIST_INDEX","features":[59]},{"name":"GL_LIST_MODE","features":[59]},{"name":"GL_LOAD","features":[59]},{"name":"GL_LOGIC_OP","features":[59]},{"name":"GL_LOGIC_OP_MODE","features":[59]},{"name":"GL_LUMINANCE","features":[59]},{"name":"GL_LUMINANCE12","features":[59]},{"name":"GL_LUMINANCE12_ALPHA12","features":[59]},{"name":"GL_LUMINANCE12_ALPHA4","features":[59]},{"name":"GL_LUMINANCE16","features":[59]},{"name":"GL_LUMINANCE16_ALPHA16","features":[59]},{"name":"GL_LUMINANCE4","features":[59]},{"name":"GL_LUMINANCE4_ALPHA4","features":[59]},{"name":"GL_LUMINANCE6_ALPHA2","features":[59]},{"name":"GL_LUMINANCE8","features":[59]},{"name":"GL_LUMINANCE8_ALPHA8","features":[59]},{"name":"GL_LUMINANCE_ALPHA","features":[59]},{"name":"GL_MAP1_COLOR_4","features":[59]},{"name":"GL_MAP1_GRID_DOMAIN","features":[59]},{"name":"GL_MAP1_GRID_SEGMENTS","features":[59]},{"name":"GL_MAP1_INDEX","features":[59]},{"name":"GL_MAP1_NORMAL","features":[59]},{"name":"GL_MAP1_TEXTURE_COORD_1","features":[59]},{"name":"GL_MAP1_TEXTURE_COORD_2","features":[59]},{"name":"GL_MAP1_TEXTURE_COORD_3","features":[59]},{"name":"GL_MAP1_TEXTURE_COORD_4","features":[59]},{"name":"GL_MAP1_VERTEX_3","features":[59]},{"name":"GL_MAP1_VERTEX_4","features":[59]},{"name":"GL_MAP2_COLOR_4","features":[59]},{"name":"GL_MAP2_GRID_DOMAIN","features":[59]},{"name":"GL_MAP2_GRID_SEGMENTS","features":[59]},{"name":"GL_MAP2_INDEX","features":[59]},{"name":"GL_MAP2_NORMAL","features":[59]},{"name":"GL_MAP2_TEXTURE_COORD_1","features":[59]},{"name":"GL_MAP2_TEXTURE_COORD_2","features":[59]},{"name":"GL_MAP2_TEXTURE_COORD_3","features":[59]},{"name":"GL_MAP2_TEXTURE_COORD_4","features":[59]},{"name":"GL_MAP2_VERTEX_3","features":[59]},{"name":"GL_MAP2_VERTEX_4","features":[59]},{"name":"GL_MAP_COLOR","features":[59]},{"name":"GL_MAP_STENCIL","features":[59]},{"name":"GL_MATRIX_MODE","features":[59]},{"name":"GL_MAX_ATTRIB_STACK_DEPTH","features":[59]},{"name":"GL_MAX_CLIENT_ATTRIB_STACK_DEPTH","features":[59]},{"name":"GL_MAX_CLIP_PLANES","features":[59]},{"name":"GL_MAX_ELEMENTS_INDICES_WIN","features":[59]},{"name":"GL_MAX_ELEMENTS_VERTICES_WIN","features":[59]},{"name":"GL_MAX_EVAL_ORDER","features":[59]},{"name":"GL_MAX_LIGHTS","features":[59]},{"name":"GL_MAX_LIST_NESTING","features":[59]},{"name":"GL_MAX_MODELVIEW_STACK_DEPTH","features":[59]},{"name":"GL_MAX_NAME_STACK_DEPTH","features":[59]},{"name":"GL_MAX_PIXEL_MAP_TABLE","features":[59]},{"name":"GL_MAX_PROJECTION_STACK_DEPTH","features":[59]},{"name":"GL_MAX_TEXTURE_SIZE","features":[59]},{"name":"GL_MAX_TEXTURE_STACK_DEPTH","features":[59]},{"name":"GL_MAX_VIEWPORT_DIMS","features":[59]},{"name":"GL_MODELVIEW","features":[59]},{"name":"GL_MODELVIEW_MATRIX","features":[59]},{"name":"GL_MODELVIEW_STACK_DEPTH","features":[59]},{"name":"GL_MODULATE","features":[59]},{"name":"GL_MULT","features":[59]},{"name":"GL_N3F_V3F","features":[59]},{"name":"GL_NAME_STACK_DEPTH","features":[59]},{"name":"GL_NAND","features":[59]},{"name":"GL_NEAREST","features":[59]},{"name":"GL_NEAREST_MIPMAP_LINEAR","features":[59]},{"name":"GL_NEAREST_MIPMAP_NEAREST","features":[59]},{"name":"GL_NEVER","features":[59]},{"name":"GL_NICEST","features":[59]},{"name":"GL_NONE","features":[59]},{"name":"GL_NOOP","features":[59]},{"name":"GL_NOR","features":[59]},{"name":"GL_NORMALIZE","features":[59]},{"name":"GL_NORMAL_ARRAY","features":[59]},{"name":"GL_NORMAL_ARRAY_COUNT_EXT","features":[59]},{"name":"GL_NORMAL_ARRAY_EXT","features":[59]},{"name":"GL_NORMAL_ARRAY_POINTER","features":[59]},{"name":"GL_NORMAL_ARRAY_POINTER_EXT","features":[59]},{"name":"GL_NORMAL_ARRAY_STRIDE","features":[59]},{"name":"GL_NORMAL_ARRAY_STRIDE_EXT","features":[59]},{"name":"GL_NORMAL_ARRAY_TYPE","features":[59]},{"name":"GL_NORMAL_ARRAY_TYPE_EXT","features":[59]},{"name":"GL_NOTEQUAL","features":[59]},{"name":"GL_NO_ERROR","features":[59]},{"name":"GL_OBJECT_LINEAR","features":[59]},{"name":"GL_OBJECT_PLANE","features":[59]},{"name":"GL_ONE","features":[59]},{"name":"GL_ONE_MINUS_DST_ALPHA","features":[59]},{"name":"GL_ONE_MINUS_DST_COLOR","features":[59]},{"name":"GL_ONE_MINUS_SRC_ALPHA","features":[59]},{"name":"GL_ONE_MINUS_SRC_COLOR","features":[59]},{"name":"GL_OR","features":[59]},{"name":"GL_ORDER","features":[59]},{"name":"GL_OR_INVERTED","features":[59]},{"name":"GL_OR_REVERSE","features":[59]},{"name":"GL_OUT_OF_MEMORY","features":[59]},{"name":"GL_PACK_ALIGNMENT","features":[59]},{"name":"GL_PACK_LSB_FIRST","features":[59]},{"name":"GL_PACK_ROW_LENGTH","features":[59]},{"name":"GL_PACK_SKIP_PIXELS","features":[59]},{"name":"GL_PACK_SKIP_ROWS","features":[59]},{"name":"GL_PACK_SWAP_BYTES","features":[59]},{"name":"GL_PASS_THROUGH_TOKEN","features":[59]},{"name":"GL_PERSPECTIVE_CORRECTION_HINT","features":[59]},{"name":"GL_PHONG_HINT_WIN","features":[59]},{"name":"GL_PHONG_WIN","features":[59]},{"name":"GL_PIXEL_MAP_A_TO_A","features":[59]},{"name":"GL_PIXEL_MAP_A_TO_A_SIZE","features":[59]},{"name":"GL_PIXEL_MAP_B_TO_B","features":[59]},{"name":"GL_PIXEL_MAP_B_TO_B_SIZE","features":[59]},{"name":"GL_PIXEL_MAP_G_TO_G","features":[59]},{"name":"GL_PIXEL_MAP_G_TO_G_SIZE","features":[59]},{"name":"GL_PIXEL_MAP_I_TO_A","features":[59]},{"name":"GL_PIXEL_MAP_I_TO_A_SIZE","features":[59]},{"name":"GL_PIXEL_MAP_I_TO_B","features":[59]},{"name":"GL_PIXEL_MAP_I_TO_B_SIZE","features":[59]},{"name":"GL_PIXEL_MAP_I_TO_G","features":[59]},{"name":"GL_PIXEL_MAP_I_TO_G_SIZE","features":[59]},{"name":"GL_PIXEL_MAP_I_TO_I","features":[59]},{"name":"GL_PIXEL_MAP_I_TO_I_SIZE","features":[59]},{"name":"GL_PIXEL_MAP_I_TO_R","features":[59]},{"name":"GL_PIXEL_MAP_I_TO_R_SIZE","features":[59]},{"name":"GL_PIXEL_MAP_R_TO_R","features":[59]},{"name":"GL_PIXEL_MAP_R_TO_R_SIZE","features":[59]},{"name":"GL_PIXEL_MAP_S_TO_S","features":[59]},{"name":"GL_PIXEL_MAP_S_TO_S_SIZE","features":[59]},{"name":"GL_PIXEL_MODE_BIT","features":[59]},{"name":"GL_POINT","features":[59]},{"name":"GL_POINTS","features":[59]},{"name":"GL_POINT_BIT","features":[59]},{"name":"GL_POINT_SIZE","features":[59]},{"name":"GL_POINT_SIZE_GRANULARITY","features":[59]},{"name":"GL_POINT_SIZE_RANGE","features":[59]},{"name":"GL_POINT_SMOOTH","features":[59]},{"name":"GL_POINT_SMOOTH_HINT","features":[59]},{"name":"GL_POINT_TOKEN","features":[59]},{"name":"GL_POLYGON","features":[59]},{"name":"GL_POLYGON_BIT","features":[59]},{"name":"GL_POLYGON_MODE","features":[59]},{"name":"GL_POLYGON_OFFSET_FACTOR","features":[59]},{"name":"GL_POLYGON_OFFSET_FILL","features":[59]},{"name":"GL_POLYGON_OFFSET_LINE","features":[59]},{"name":"GL_POLYGON_OFFSET_POINT","features":[59]},{"name":"GL_POLYGON_OFFSET_UNITS","features":[59]},{"name":"GL_POLYGON_SMOOTH","features":[59]},{"name":"GL_POLYGON_SMOOTH_HINT","features":[59]},{"name":"GL_POLYGON_STIPPLE","features":[59]},{"name":"GL_POLYGON_STIPPLE_BIT","features":[59]},{"name":"GL_POLYGON_TOKEN","features":[59]},{"name":"GL_POSITION","features":[59]},{"name":"GL_PROJECTION","features":[59]},{"name":"GL_PROJECTION_MATRIX","features":[59]},{"name":"GL_PROJECTION_STACK_DEPTH","features":[59]},{"name":"GL_PROXY_TEXTURE_1D","features":[59]},{"name":"GL_PROXY_TEXTURE_2D","features":[59]},{"name":"GL_Q","features":[59]},{"name":"GL_QUADRATIC_ATTENUATION","features":[59]},{"name":"GL_QUADS","features":[59]},{"name":"GL_QUAD_STRIP","features":[59]},{"name":"GL_R","features":[59]},{"name":"GL_R3_G3_B2","features":[59]},{"name":"GL_READ_BUFFER","features":[59]},{"name":"GL_RED","features":[59]},{"name":"GL_RED_BIAS","features":[59]},{"name":"GL_RED_BITS","features":[59]},{"name":"GL_RED_SCALE","features":[59]},{"name":"GL_RENDER","features":[59]},{"name":"GL_RENDERER","features":[59]},{"name":"GL_RENDER_MODE","features":[59]},{"name":"GL_REPEAT","features":[59]},{"name":"GL_REPLACE","features":[59]},{"name":"GL_RETURN","features":[59]},{"name":"GL_RGB","features":[59]},{"name":"GL_RGB10","features":[59]},{"name":"GL_RGB10_A2","features":[59]},{"name":"GL_RGB12","features":[59]},{"name":"GL_RGB16","features":[59]},{"name":"GL_RGB4","features":[59]},{"name":"GL_RGB5","features":[59]},{"name":"GL_RGB5_A1","features":[59]},{"name":"GL_RGB8","features":[59]},{"name":"GL_RGBA","features":[59]},{"name":"GL_RGBA12","features":[59]},{"name":"GL_RGBA16","features":[59]},{"name":"GL_RGBA2","features":[59]},{"name":"GL_RGBA4","features":[59]},{"name":"GL_RGBA8","features":[59]},{"name":"GL_RGBA_MODE","features":[59]},{"name":"GL_RIGHT","features":[59]},{"name":"GL_S","features":[59]},{"name":"GL_SCISSOR_BIT","features":[59]},{"name":"GL_SCISSOR_BOX","features":[59]},{"name":"GL_SCISSOR_TEST","features":[59]},{"name":"GL_SELECT","features":[59]},{"name":"GL_SELECTION_BUFFER_POINTER","features":[59]},{"name":"GL_SELECTION_BUFFER_SIZE","features":[59]},{"name":"GL_SET","features":[59]},{"name":"GL_SHADE_MODEL","features":[59]},{"name":"GL_SHININESS","features":[59]},{"name":"GL_SHORT","features":[59]},{"name":"GL_SMOOTH","features":[59]},{"name":"GL_SPECULAR","features":[59]},{"name":"GL_SPHERE_MAP","features":[59]},{"name":"GL_SPOT_CUTOFF","features":[59]},{"name":"GL_SPOT_DIRECTION","features":[59]},{"name":"GL_SPOT_EXPONENT","features":[59]},{"name":"GL_SRC_ALPHA","features":[59]},{"name":"GL_SRC_ALPHA_SATURATE","features":[59]},{"name":"GL_SRC_COLOR","features":[59]},{"name":"GL_STACK_OVERFLOW","features":[59]},{"name":"GL_STACK_UNDERFLOW","features":[59]},{"name":"GL_STENCIL","features":[59]},{"name":"GL_STENCIL_BITS","features":[59]},{"name":"GL_STENCIL_BUFFER_BIT","features":[59]},{"name":"GL_STENCIL_CLEAR_VALUE","features":[59]},{"name":"GL_STENCIL_FAIL","features":[59]},{"name":"GL_STENCIL_FUNC","features":[59]},{"name":"GL_STENCIL_INDEX","features":[59]},{"name":"GL_STENCIL_PASS_DEPTH_FAIL","features":[59]},{"name":"GL_STENCIL_PASS_DEPTH_PASS","features":[59]},{"name":"GL_STENCIL_REF","features":[59]},{"name":"GL_STENCIL_TEST","features":[59]},{"name":"GL_STENCIL_VALUE_MASK","features":[59]},{"name":"GL_STENCIL_WRITEMASK","features":[59]},{"name":"GL_STEREO","features":[59]},{"name":"GL_SUBPIXEL_BITS","features":[59]},{"name":"GL_T","features":[59]},{"name":"GL_T2F_C3F_V3F","features":[59]},{"name":"GL_T2F_C4F_N3F_V3F","features":[59]},{"name":"GL_T2F_C4UB_V3F","features":[59]},{"name":"GL_T2F_N3F_V3F","features":[59]},{"name":"GL_T2F_V3F","features":[59]},{"name":"GL_T4F_C4F_N3F_V4F","features":[59]},{"name":"GL_T4F_V4F","features":[59]},{"name":"GL_TEXTURE","features":[59]},{"name":"GL_TEXTURE_1D","features":[59]},{"name":"GL_TEXTURE_2D","features":[59]},{"name":"GL_TEXTURE_ALPHA_SIZE","features":[59]},{"name":"GL_TEXTURE_BINDING_1D","features":[59]},{"name":"GL_TEXTURE_BINDING_2D","features":[59]},{"name":"GL_TEXTURE_BIT","features":[59]},{"name":"GL_TEXTURE_BLUE_SIZE","features":[59]},{"name":"GL_TEXTURE_BORDER","features":[59]},{"name":"GL_TEXTURE_BORDER_COLOR","features":[59]},{"name":"GL_TEXTURE_COMPONENTS","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY_COUNT_EXT","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY_EXT","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY_POINTER","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY_POINTER_EXT","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY_SIZE","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY_SIZE_EXT","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY_STRIDE","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY_STRIDE_EXT","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY_TYPE","features":[59]},{"name":"GL_TEXTURE_COORD_ARRAY_TYPE_EXT","features":[59]},{"name":"GL_TEXTURE_ENV","features":[59]},{"name":"GL_TEXTURE_ENV_COLOR","features":[59]},{"name":"GL_TEXTURE_ENV_MODE","features":[59]},{"name":"GL_TEXTURE_GEN_MODE","features":[59]},{"name":"GL_TEXTURE_GEN_Q","features":[59]},{"name":"GL_TEXTURE_GEN_R","features":[59]},{"name":"GL_TEXTURE_GEN_S","features":[59]},{"name":"GL_TEXTURE_GEN_T","features":[59]},{"name":"GL_TEXTURE_GREEN_SIZE","features":[59]},{"name":"GL_TEXTURE_HEIGHT","features":[59]},{"name":"GL_TEXTURE_INTENSITY_SIZE","features":[59]},{"name":"GL_TEXTURE_INTERNAL_FORMAT","features":[59]},{"name":"GL_TEXTURE_LUMINANCE_SIZE","features":[59]},{"name":"GL_TEXTURE_MAG_FILTER","features":[59]},{"name":"GL_TEXTURE_MATRIX","features":[59]},{"name":"GL_TEXTURE_MIN_FILTER","features":[59]},{"name":"GL_TEXTURE_PRIORITY","features":[59]},{"name":"GL_TEXTURE_RED_SIZE","features":[59]},{"name":"GL_TEXTURE_RESIDENT","features":[59]},{"name":"GL_TEXTURE_STACK_DEPTH","features":[59]},{"name":"GL_TEXTURE_WIDTH","features":[59]},{"name":"GL_TEXTURE_WRAP_S","features":[59]},{"name":"GL_TEXTURE_WRAP_T","features":[59]},{"name":"GL_TRANSFORM_BIT","features":[59]},{"name":"GL_TRIANGLES","features":[59]},{"name":"GL_TRIANGLE_FAN","features":[59]},{"name":"GL_TRIANGLE_STRIP","features":[59]},{"name":"GL_TRUE","features":[59]},{"name":"GL_UNPACK_ALIGNMENT","features":[59]},{"name":"GL_UNPACK_LSB_FIRST","features":[59]},{"name":"GL_UNPACK_ROW_LENGTH","features":[59]},{"name":"GL_UNPACK_SKIP_PIXELS","features":[59]},{"name":"GL_UNPACK_SKIP_ROWS","features":[59]},{"name":"GL_UNPACK_SWAP_BYTES","features":[59]},{"name":"GL_UNSIGNED_BYTE","features":[59]},{"name":"GL_UNSIGNED_INT","features":[59]},{"name":"GL_UNSIGNED_SHORT","features":[59]},{"name":"GL_V2F","features":[59]},{"name":"GL_V3F","features":[59]},{"name":"GL_VENDOR","features":[59]},{"name":"GL_VERSION","features":[59]},{"name":"GL_VERSION_1_1","features":[59]},{"name":"GL_VERTEX_ARRAY","features":[59]},{"name":"GL_VERTEX_ARRAY_COUNT_EXT","features":[59]},{"name":"GL_VERTEX_ARRAY_EXT","features":[59]},{"name":"GL_VERTEX_ARRAY_POINTER","features":[59]},{"name":"GL_VERTEX_ARRAY_POINTER_EXT","features":[59]},{"name":"GL_VERTEX_ARRAY_SIZE","features":[59]},{"name":"GL_VERTEX_ARRAY_SIZE_EXT","features":[59]},{"name":"GL_VERTEX_ARRAY_STRIDE","features":[59]},{"name":"GL_VERTEX_ARRAY_STRIDE_EXT","features":[59]},{"name":"GL_VERTEX_ARRAY_TYPE","features":[59]},{"name":"GL_VERTEX_ARRAY_TYPE_EXT","features":[59]},{"name":"GL_VIEWPORT","features":[59]},{"name":"GL_VIEWPORT_BIT","features":[59]},{"name":"GL_WIN_draw_range_elements","features":[59]},{"name":"GL_WIN_swap_hint","features":[59]},{"name":"GL_XOR","features":[59]},{"name":"GL_ZERO","features":[59]},{"name":"GL_ZOOM_X","features":[59]},{"name":"GL_ZOOM_Y","features":[59]},{"name":"GetEnhMetaFilePixelFormat","features":[13,59]},{"name":"GetPixelFormat","features":[13,59]},{"name":"HGLRC","features":[59]},{"name":"LAYERPLANEDESCRIPTOR","features":[1,59]},{"name":"PFD_DEPTH_DONTCARE","features":[59]},{"name":"PFD_DIRECT3D_ACCELERATED","features":[59]},{"name":"PFD_DOUBLEBUFFER","features":[59]},{"name":"PFD_DOUBLEBUFFER_DONTCARE","features":[59]},{"name":"PFD_DRAW_TO_BITMAP","features":[59]},{"name":"PFD_DRAW_TO_WINDOW","features":[59]},{"name":"PFD_FLAGS","features":[59]},{"name":"PFD_GENERIC_ACCELERATED","features":[59]},{"name":"PFD_GENERIC_FORMAT","features":[59]},{"name":"PFD_LAYER_TYPE","features":[59]},{"name":"PFD_MAIN_PLANE","features":[59]},{"name":"PFD_NEED_PALETTE","features":[59]},{"name":"PFD_NEED_SYSTEM_PALETTE","features":[59]},{"name":"PFD_OVERLAY_PLANE","features":[59]},{"name":"PFD_PIXEL_TYPE","features":[59]},{"name":"PFD_STEREO","features":[59]},{"name":"PFD_STEREO_DONTCARE","features":[59]},{"name":"PFD_SUPPORT_COMPOSITION","features":[59]},{"name":"PFD_SUPPORT_DIRECTDRAW","features":[59]},{"name":"PFD_SUPPORT_GDI","features":[59]},{"name":"PFD_SUPPORT_OPENGL","features":[59]},{"name":"PFD_SWAP_COPY","features":[59]},{"name":"PFD_SWAP_EXCHANGE","features":[59]},{"name":"PFD_SWAP_LAYER_BUFFERS","features":[59]},{"name":"PFD_TYPE_COLORINDEX","features":[59]},{"name":"PFD_TYPE_RGBA","features":[59]},{"name":"PFD_UNDERLAY_PLANE","features":[59]},{"name":"PFNGLADDSWAPHINTRECTWINPROC","features":[59]},{"name":"PFNGLARRAYELEMENTARRAYEXTPROC","features":[59]},{"name":"PFNGLARRAYELEMENTEXTPROC","features":[59]},{"name":"PFNGLCOLORPOINTEREXTPROC","features":[59]},{"name":"PFNGLCOLORSUBTABLEEXTPROC","features":[59]},{"name":"PFNGLCOLORTABLEEXTPROC","features":[59]},{"name":"PFNGLDRAWARRAYSEXTPROC","features":[59]},{"name":"PFNGLDRAWRANGEELEMENTSWINPROC","features":[59]},{"name":"PFNGLEDGEFLAGPOINTEREXTPROC","features":[59]},{"name":"PFNGLGETCOLORTABLEEXTPROC","features":[59]},{"name":"PFNGLGETCOLORTABLEPARAMETERFVEXTPROC","features":[59]},{"name":"PFNGLGETCOLORTABLEPARAMETERIVEXTPROC","features":[59]},{"name":"PFNGLGETPOINTERVEXTPROC","features":[59]},{"name":"PFNGLINDEXPOINTEREXTPROC","features":[59]},{"name":"PFNGLNORMALPOINTEREXTPROC","features":[59]},{"name":"PFNGLTEXCOORDPOINTEREXTPROC","features":[59]},{"name":"PFNGLVERTEXPOINTEREXTPROC","features":[59]},{"name":"PIXELFORMATDESCRIPTOR","features":[59]},{"name":"POINTFLOAT","features":[59]},{"name":"SetPixelFormat","features":[1,13,59]},{"name":"SwapBuffers","features":[1,13,59]},{"name":"glAccum","features":[59]},{"name":"glAlphaFunc","features":[59]},{"name":"glAreTexturesResident","features":[59]},{"name":"glArrayElement","features":[59]},{"name":"glBegin","features":[59]},{"name":"glBindTexture","features":[59]},{"name":"glBitmap","features":[59]},{"name":"glBlendFunc","features":[59]},{"name":"glCallList","features":[59]},{"name":"glCallLists","features":[59]},{"name":"glClear","features":[59]},{"name":"glClearAccum","features":[59]},{"name":"glClearColor","features":[59]},{"name":"glClearDepth","features":[59]},{"name":"glClearIndex","features":[59]},{"name":"glClearStencil","features":[59]},{"name":"glClipPlane","features":[59]},{"name":"glColor3b","features":[59]},{"name":"glColor3bv","features":[59]},{"name":"glColor3d","features":[59]},{"name":"glColor3dv","features":[59]},{"name":"glColor3f","features":[59]},{"name":"glColor3fv","features":[59]},{"name":"glColor3i","features":[59]},{"name":"glColor3iv","features":[59]},{"name":"glColor3s","features":[59]},{"name":"glColor3sv","features":[59]},{"name":"glColor3ub","features":[59]},{"name":"glColor3ubv","features":[59]},{"name":"glColor3ui","features":[59]},{"name":"glColor3uiv","features":[59]},{"name":"glColor3us","features":[59]},{"name":"glColor3usv","features":[59]},{"name":"glColor4b","features":[59]},{"name":"glColor4bv","features":[59]},{"name":"glColor4d","features":[59]},{"name":"glColor4dv","features":[59]},{"name":"glColor4f","features":[59]},{"name":"glColor4fv","features":[59]},{"name":"glColor4i","features":[59]},{"name":"glColor4iv","features":[59]},{"name":"glColor4s","features":[59]},{"name":"glColor4sv","features":[59]},{"name":"glColor4ub","features":[59]},{"name":"glColor4ubv","features":[59]},{"name":"glColor4ui","features":[59]},{"name":"glColor4uiv","features":[59]},{"name":"glColor4us","features":[59]},{"name":"glColor4usv","features":[59]},{"name":"glColorMask","features":[59]},{"name":"glColorMaterial","features":[59]},{"name":"glColorPointer","features":[59]},{"name":"glCopyPixels","features":[59]},{"name":"glCopyTexImage1D","features":[59]},{"name":"glCopyTexImage2D","features":[59]},{"name":"glCopyTexSubImage1D","features":[59]},{"name":"glCopyTexSubImage2D","features":[59]},{"name":"glCullFace","features":[59]},{"name":"glDeleteLists","features":[59]},{"name":"glDeleteTextures","features":[59]},{"name":"glDepthFunc","features":[59]},{"name":"glDepthMask","features":[59]},{"name":"glDepthRange","features":[59]},{"name":"glDisable","features":[59]},{"name":"glDisableClientState","features":[59]},{"name":"glDrawArrays","features":[59]},{"name":"glDrawBuffer","features":[59]},{"name":"glDrawElements","features":[59]},{"name":"glDrawPixels","features":[59]},{"name":"glEdgeFlag","features":[59]},{"name":"glEdgeFlagPointer","features":[59]},{"name":"glEdgeFlagv","features":[59]},{"name":"glEnable","features":[59]},{"name":"glEnableClientState","features":[59]},{"name":"glEnd","features":[59]},{"name":"glEndList","features":[59]},{"name":"glEvalCoord1d","features":[59]},{"name":"glEvalCoord1dv","features":[59]},{"name":"glEvalCoord1f","features":[59]},{"name":"glEvalCoord1fv","features":[59]},{"name":"glEvalCoord2d","features":[59]},{"name":"glEvalCoord2dv","features":[59]},{"name":"glEvalCoord2f","features":[59]},{"name":"glEvalCoord2fv","features":[59]},{"name":"glEvalMesh1","features":[59]},{"name":"glEvalMesh2","features":[59]},{"name":"glEvalPoint1","features":[59]},{"name":"glEvalPoint2","features":[59]},{"name":"glFeedbackBuffer","features":[59]},{"name":"glFinish","features":[59]},{"name":"glFlush","features":[59]},{"name":"glFogf","features":[59]},{"name":"glFogfv","features":[59]},{"name":"glFogi","features":[59]},{"name":"glFogiv","features":[59]},{"name":"glFrontFace","features":[59]},{"name":"glFrustum","features":[59]},{"name":"glGenLists","features":[59]},{"name":"glGenTextures","features":[59]},{"name":"glGetBooleanv","features":[59]},{"name":"glGetClipPlane","features":[59]},{"name":"glGetDoublev","features":[59]},{"name":"glGetError","features":[59]},{"name":"glGetFloatv","features":[59]},{"name":"glGetIntegerv","features":[59]},{"name":"glGetLightfv","features":[59]},{"name":"glGetLightiv","features":[59]},{"name":"glGetMapdv","features":[59]},{"name":"glGetMapfv","features":[59]},{"name":"glGetMapiv","features":[59]},{"name":"glGetMaterialfv","features":[59]},{"name":"glGetMaterialiv","features":[59]},{"name":"glGetPixelMapfv","features":[59]},{"name":"glGetPixelMapuiv","features":[59]},{"name":"glGetPixelMapusv","features":[59]},{"name":"glGetPointerv","features":[59]},{"name":"glGetPolygonStipple","features":[59]},{"name":"glGetString","features":[59]},{"name":"glGetTexEnvfv","features":[59]},{"name":"glGetTexEnviv","features":[59]},{"name":"glGetTexGendv","features":[59]},{"name":"glGetTexGenfv","features":[59]},{"name":"glGetTexGeniv","features":[59]},{"name":"glGetTexImage","features":[59]},{"name":"glGetTexLevelParameterfv","features":[59]},{"name":"glGetTexLevelParameteriv","features":[59]},{"name":"glGetTexParameterfv","features":[59]},{"name":"glGetTexParameteriv","features":[59]},{"name":"glHint","features":[59]},{"name":"glIndexMask","features":[59]},{"name":"glIndexPointer","features":[59]},{"name":"glIndexd","features":[59]},{"name":"glIndexdv","features":[59]},{"name":"glIndexf","features":[59]},{"name":"glIndexfv","features":[59]},{"name":"glIndexi","features":[59]},{"name":"glIndexiv","features":[59]},{"name":"glIndexs","features":[59]},{"name":"glIndexsv","features":[59]},{"name":"glIndexub","features":[59]},{"name":"glIndexubv","features":[59]},{"name":"glInitNames","features":[59]},{"name":"glInterleavedArrays","features":[59]},{"name":"glIsEnabled","features":[59]},{"name":"glIsList","features":[59]},{"name":"glIsTexture","features":[59]},{"name":"glLightModelf","features":[59]},{"name":"glLightModelfv","features":[59]},{"name":"glLightModeli","features":[59]},{"name":"glLightModeliv","features":[59]},{"name":"glLightf","features":[59]},{"name":"glLightfv","features":[59]},{"name":"glLighti","features":[59]},{"name":"glLightiv","features":[59]},{"name":"glLineStipple","features":[59]},{"name":"glLineWidth","features":[59]},{"name":"glListBase","features":[59]},{"name":"glLoadIdentity","features":[59]},{"name":"glLoadMatrixd","features":[59]},{"name":"glLoadMatrixf","features":[59]},{"name":"glLoadName","features":[59]},{"name":"glLogicOp","features":[59]},{"name":"glMap1d","features":[59]},{"name":"glMap1f","features":[59]},{"name":"glMap2d","features":[59]},{"name":"glMap2f","features":[59]},{"name":"glMapGrid1d","features":[59]},{"name":"glMapGrid1f","features":[59]},{"name":"glMapGrid2d","features":[59]},{"name":"glMapGrid2f","features":[59]},{"name":"glMaterialf","features":[59]},{"name":"glMaterialfv","features":[59]},{"name":"glMateriali","features":[59]},{"name":"glMaterialiv","features":[59]},{"name":"glMatrixMode","features":[59]},{"name":"glMultMatrixd","features":[59]},{"name":"glMultMatrixf","features":[59]},{"name":"glNewList","features":[59]},{"name":"glNormal3b","features":[59]},{"name":"glNormal3bv","features":[59]},{"name":"glNormal3d","features":[59]},{"name":"glNormal3dv","features":[59]},{"name":"glNormal3f","features":[59]},{"name":"glNormal3fv","features":[59]},{"name":"glNormal3i","features":[59]},{"name":"glNormal3iv","features":[59]},{"name":"glNormal3s","features":[59]},{"name":"glNormal3sv","features":[59]},{"name":"glNormalPointer","features":[59]},{"name":"glOrtho","features":[59]},{"name":"glPassThrough","features":[59]},{"name":"glPixelMapfv","features":[59]},{"name":"glPixelMapuiv","features":[59]},{"name":"glPixelMapusv","features":[59]},{"name":"glPixelStoref","features":[59]},{"name":"glPixelStorei","features":[59]},{"name":"glPixelTransferf","features":[59]},{"name":"glPixelTransferi","features":[59]},{"name":"glPixelZoom","features":[59]},{"name":"glPointSize","features":[59]},{"name":"glPolygonMode","features":[59]},{"name":"glPolygonOffset","features":[59]},{"name":"glPolygonStipple","features":[59]},{"name":"glPopAttrib","features":[59]},{"name":"glPopClientAttrib","features":[59]},{"name":"glPopMatrix","features":[59]},{"name":"glPopName","features":[59]},{"name":"glPrioritizeTextures","features":[59]},{"name":"glPushAttrib","features":[59]},{"name":"glPushClientAttrib","features":[59]},{"name":"glPushMatrix","features":[59]},{"name":"glPushName","features":[59]},{"name":"glRasterPos2d","features":[59]},{"name":"glRasterPos2dv","features":[59]},{"name":"glRasterPos2f","features":[59]},{"name":"glRasterPos2fv","features":[59]},{"name":"glRasterPos2i","features":[59]},{"name":"glRasterPos2iv","features":[59]},{"name":"glRasterPos2s","features":[59]},{"name":"glRasterPos2sv","features":[59]},{"name":"glRasterPos3d","features":[59]},{"name":"glRasterPos3dv","features":[59]},{"name":"glRasterPos3f","features":[59]},{"name":"glRasterPos3fv","features":[59]},{"name":"glRasterPos3i","features":[59]},{"name":"glRasterPos3iv","features":[59]},{"name":"glRasterPos3s","features":[59]},{"name":"glRasterPos3sv","features":[59]},{"name":"glRasterPos4d","features":[59]},{"name":"glRasterPos4dv","features":[59]},{"name":"glRasterPos4f","features":[59]},{"name":"glRasterPos4fv","features":[59]},{"name":"glRasterPos4i","features":[59]},{"name":"glRasterPos4iv","features":[59]},{"name":"glRasterPos4s","features":[59]},{"name":"glRasterPos4sv","features":[59]},{"name":"glReadBuffer","features":[59]},{"name":"glReadPixels","features":[59]},{"name":"glRectd","features":[59]},{"name":"glRectdv","features":[59]},{"name":"glRectf","features":[59]},{"name":"glRectfv","features":[59]},{"name":"glRecti","features":[59]},{"name":"glRectiv","features":[59]},{"name":"glRects","features":[59]},{"name":"glRectsv","features":[59]},{"name":"glRenderMode","features":[59]},{"name":"glRotated","features":[59]},{"name":"glRotatef","features":[59]},{"name":"glScaled","features":[59]},{"name":"glScalef","features":[59]},{"name":"glScissor","features":[59]},{"name":"glSelectBuffer","features":[59]},{"name":"glShadeModel","features":[59]},{"name":"glStencilFunc","features":[59]},{"name":"glStencilMask","features":[59]},{"name":"glStencilOp","features":[59]},{"name":"glTexCoord1d","features":[59]},{"name":"glTexCoord1dv","features":[59]},{"name":"glTexCoord1f","features":[59]},{"name":"glTexCoord1fv","features":[59]},{"name":"glTexCoord1i","features":[59]},{"name":"glTexCoord1iv","features":[59]},{"name":"glTexCoord1s","features":[59]},{"name":"glTexCoord1sv","features":[59]},{"name":"glTexCoord2d","features":[59]},{"name":"glTexCoord2dv","features":[59]},{"name":"glTexCoord2f","features":[59]},{"name":"glTexCoord2fv","features":[59]},{"name":"glTexCoord2i","features":[59]},{"name":"glTexCoord2iv","features":[59]},{"name":"glTexCoord2s","features":[59]},{"name":"glTexCoord2sv","features":[59]},{"name":"glTexCoord3d","features":[59]},{"name":"glTexCoord3dv","features":[59]},{"name":"glTexCoord3f","features":[59]},{"name":"glTexCoord3fv","features":[59]},{"name":"glTexCoord3i","features":[59]},{"name":"glTexCoord3iv","features":[59]},{"name":"glTexCoord3s","features":[59]},{"name":"glTexCoord3sv","features":[59]},{"name":"glTexCoord4d","features":[59]},{"name":"glTexCoord4dv","features":[59]},{"name":"glTexCoord4f","features":[59]},{"name":"glTexCoord4fv","features":[59]},{"name":"glTexCoord4i","features":[59]},{"name":"glTexCoord4iv","features":[59]},{"name":"glTexCoord4s","features":[59]},{"name":"glTexCoord4sv","features":[59]},{"name":"glTexCoordPointer","features":[59]},{"name":"glTexEnvf","features":[59]},{"name":"glTexEnvfv","features":[59]},{"name":"glTexEnvi","features":[59]},{"name":"glTexEnviv","features":[59]},{"name":"glTexGend","features":[59]},{"name":"glTexGendv","features":[59]},{"name":"glTexGenf","features":[59]},{"name":"glTexGenfv","features":[59]},{"name":"glTexGeni","features":[59]},{"name":"glTexGeniv","features":[59]},{"name":"glTexImage1D","features":[59]},{"name":"glTexImage2D","features":[59]},{"name":"glTexParameterf","features":[59]},{"name":"glTexParameterfv","features":[59]},{"name":"glTexParameteri","features":[59]},{"name":"glTexParameteriv","features":[59]},{"name":"glTexSubImage1D","features":[59]},{"name":"glTexSubImage2D","features":[59]},{"name":"glTranslated","features":[59]},{"name":"glTranslatef","features":[59]},{"name":"glVertex2d","features":[59]},{"name":"glVertex2dv","features":[59]},{"name":"glVertex2f","features":[59]},{"name":"glVertex2fv","features":[59]},{"name":"glVertex2i","features":[59]},{"name":"glVertex2iv","features":[59]},{"name":"glVertex2s","features":[59]},{"name":"glVertex2sv","features":[59]},{"name":"glVertex3d","features":[59]},{"name":"glVertex3dv","features":[59]},{"name":"glVertex3f","features":[59]},{"name":"glVertex3fv","features":[59]},{"name":"glVertex3i","features":[59]},{"name":"glVertex3iv","features":[59]},{"name":"glVertex3s","features":[59]},{"name":"glVertex3sv","features":[59]},{"name":"glVertex4d","features":[59]},{"name":"glVertex4dv","features":[59]},{"name":"glVertex4f","features":[59]},{"name":"glVertex4fv","features":[59]},{"name":"glVertex4i","features":[59]},{"name":"glVertex4iv","features":[59]},{"name":"glVertex4s","features":[59]},{"name":"glVertex4sv","features":[59]},{"name":"glVertexPointer","features":[59]},{"name":"glViewport","features":[59]},{"name":"gluBeginCurve","features":[59]},{"name":"gluBeginPolygon","features":[59]},{"name":"gluBeginSurface","features":[59]},{"name":"gluBeginTrim","features":[59]},{"name":"gluBuild1DMipmaps","features":[59]},{"name":"gluBuild2DMipmaps","features":[59]},{"name":"gluCylinder","features":[59]},{"name":"gluDeleteNurbsRenderer","features":[59]},{"name":"gluDeleteQuadric","features":[59]},{"name":"gluDeleteTess","features":[59]},{"name":"gluDisk","features":[59]},{"name":"gluEndCurve","features":[59]},{"name":"gluEndPolygon","features":[59]},{"name":"gluEndSurface","features":[59]},{"name":"gluEndTrim","features":[59]},{"name":"gluErrorString","features":[59]},{"name":"gluErrorUnicodeStringEXT","features":[59]},{"name":"gluGetNurbsProperty","features":[59]},{"name":"gluGetString","features":[59]},{"name":"gluGetTessProperty","features":[59]},{"name":"gluLoadSamplingMatrices","features":[59]},{"name":"gluLookAt","features":[59]},{"name":"gluNewNurbsRenderer","features":[59]},{"name":"gluNewQuadric","features":[59]},{"name":"gluNewTess","features":[59]},{"name":"gluNextContour","features":[59]},{"name":"gluNurbsCallback","features":[59]},{"name":"gluNurbsCurve","features":[59]},{"name":"gluNurbsProperty","features":[59]},{"name":"gluNurbsSurface","features":[59]},{"name":"gluOrtho2D","features":[59]},{"name":"gluPartialDisk","features":[59]},{"name":"gluPerspective","features":[59]},{"name":"gluPickMatrix","features":[59]},{"name":"gluProject","features":[59]},{"name":"gluPwlCurve","features":[59]},{"name":"gluQuadricCallback","features":[59]},{"name":"gluQuadricDrawStyle","features":[59]},{"name":"gluQuadricNormals","features":[59]},{"name":"gluQuadricOrientation","features":[59]},{"name":"gluQuadricTexture","features":[59]},{"name":"gluScaleImage","features":[59]},{"name":"gluSphere","features":[59]},{"name":"gluTessBeginContour","features":[59]},{"name":"gluTessBeginPolygon","features":[59]},{"name":"gluTessCallback","features":[59]},{"name":"gluTessEndContour","features":[59]},{"name":"gluTessEndPolygon","features":[59]},{"name":"gluTessNormal","features":[59]},{"name":"gluTessProperty","features":[59]},{"name":"gluTessVertex","features":[59]},{"name":"gluUnProject","features":[59]},{"name":"wglCopyContext","features":[1,59]},{"name":"wglCreateContext","features":[13,59]},{"name":"wglCreateLayerContext","features":[13,59]},{"name":"wglDeleteContext","features":[1,59]},{"name":"wglDescribeLayerPlane","features":[1,13,59]},{"name":"wglGetCurrentContext","features":[59]},{"name":"wglGetCurrentDC","features":[13,59]},{"name":"wglGetLayerPaletteEntries","features":[1,13,59]},{"name":"wglGetProcAddress","features":[1,59]},{"name":"wglMakeCurrent","features":[1,13,59]},{"name":"wglRealizeLayerPalette","features":[1,13,59]},{"name":"wglSetLayerPaletteEntries","features":[1,13,59]},{"name":"wglShareLists","features":[1,59]},{"name":"wglSwapLayerBuffers","features":[1,13,59]},{"name":"wglUseFontBitmapsA","features":[1,13,59]},{"name":"wglUseFontBitmapsW","features":[1,13,59]},{"name":"wglUseFontOutlinesA","features":[1,13,59]},{"name":"wglUseFontOutlinesW","features":[1,13,59]}],"428":[{"name":"ADDJOB_INFO_1A","features":[81]},{"name":"ADDJOB_INFO_1W","features":[81]},{"name":"ALREADY_REGISTERED","features":[81]},{"name":"ALREADY_UNREGISTERED","features":[81]},{"name":"APD_COPY_ALL_FILES","features":[81]},{"name":"APD_COPY_FROM_DIRECTORY","features":[81]},{"name":"APD_COPY_NEW_FILES","features":[81]},{"name":"APD_STRICT_DOWNGRADE","features":[81]},{"name":"APD_STRICT_UPGRADE","features":[81]},{"name":"APPLYCPSUI_NO_NEWDEF","features":[81]},{"name":"APPLYCPSUI_OK_CANCEL_BUTTON","features":[81]},{"name":"ASYNC_CALL_ALREADY_PARKED","features":[81]},{"name":"ASYNC_CALL_IN_PROGRESS","features":[81]},{"name":"ASYNC_NOTIFICATION_FAILURE","features":[81]},{"name":"ATTRIBUTE_INFO_1","features":[81]},{"name":"ATTRIBUTE_INFO_2","features":[81]},{"name":"ATTRIBUTE_INFO_3","features":[81]},{"name":"ATTRIBUTE_INFO_4","features":[81]},{"name":"AbortPrinter","features":[1,81]},{"name":"AddFormA","features":[1,81]},{"name":"AddFormW","features":[1,81]},{"name":"AddJobA","features":[1,81]},{"name":"AddJobW","features":[1,81]},{"name":"AddMonitorA","features":[1,81]},{"name":"AddMonitorW","features":[1,81]},{"name":"AddPortA","features":[1,81]},{"name":"AddPortW","features":[1,81]},{"name":"AddPrintDeviceObject","features":[1,81]},{"name":"AddPrintProcessorA","features":[1,81]},{"name":"AddPrintProcessorW","features":[1,81]},{"name":"AddPrintProvidorA","features":[1,81]},{"name":"AddPrintProvidorW","features":[1,81]},{"name":"AddPrinterA","features":[1,81]},{"name":"AddPrinterConnection2A","features":[1,81]},{"name":"AddPrinterConnection2W","features":[1,81]},{"name":"AddPrinterConnectionA","features":[1,81]},{"name":"AddPrinterConnectionW","features":[1,81]},{"name":"AddPrinterDriverA","features":[1,81]},{"name":"AddPrinterDriverExA","features":[1,81]},{"name":"AddPrinterDriverExW","features":[1,81]},{"name":"AddPrinterDriverW","features":[1,81]},{"name":"AddPrinterW","features":[1,81]},{"name":"AdvancedDocumentPropertiesA","features":[1,13,81]},{"name":"AdvancedDocumentPropertiesW","features":[1,13,81]},{"name":"AppendPrinterNotifyInfoData","features":[1,81]},{"name":"BIDI_ACCESS_ADMINISTRATOR","features":[81]},{"name":"BIDI_ACCESS_USER","features":[81]},{"name":"BIDI_ACTION_ENUM_SCHEMA","features":[81]},{"name":"BIDI_ACTION_GET","features":[81]},{"name":"BIDI_ACTION_GET_ALL","features":[81]},{"name":"BIDI_ACTION_GET_WITH_ARGUMENT","features":[81]},{"name":"BIDI_ACTION_SET","features":[81]},{"name":"BIDI_BLOB","features":[81]},{"name":"BIDI_BOOL","features":[81]},{"name":"BIDI_DATA","features":[1,81]},{"name":"BIDI_ENUM","features":[81]},{"name":"BIDI_FLOAT","features":[81]},{"name":"BIDI_INT","features":[81]},{"name":"BIDI_NULL","features":[81]},{"name":"BIDI_REQUEST_CONTAINER","features":[1,81]},{"name":"BIDI_REQUEST_DATA","features":[1,81]},{"name":"BIDI_RESPONSE_CONTAINER","features":[1,81]},{"name":"BIDI_RESPONSE_DATA","features":[1,81]},{"name":"BIDI_STRING","features":[81]},{"name":"BIDI_TEXT","features":[81]},{"name":"BIDI_TYPE","features":[81]},{"name":"BINARY_CONTAINER","features":[81]},{"name":"BOOKLET_EDGE_LEFT","features":[81]},{"name":"BOOKLET_EDGE_RIGHT","features":[81]},{"name":"BOOKLET_PRINT","features":[81]},{"name":"BORDER_PRINT","features":[81]},{"name":"BidiRequest","features":[81]},{"name":"BidiRequestContainer","features":[81]},{"name":"BidiSpl","features":[81]},{"name":"BranchOfficeJobData","features":[81]},{"name":"BranchOfficeJobDataContainer","features":[81]},{"name":"BranchOfficeJobDataError","features":[81]},{"name":"BranchOfficeJobDataPipelineFailed","features":[81]},{"name":"BranchOfficeJobDataPrinted","features":[81]},{"name":"BranchOfficeJobDataRendered","features":[81]},{"name":"BranchOfficeLogOfflineFileFull","features":[81]},{"name":"CC_BIG5","features":[81]},{"name":"CC_CP437","features":[81]},{"name":"CC_CP850","features":[81]},{"name":"CC_CP863","features":[81]},{"name":"CC_DEFAULT","features":[81]},{"name":"CC_GB2312","features":[81]},{"name":"CC_ISC","features":[81]},{"name":"CC_JIS","features":[81]},{"name":"CC_JIS_ANK","features":[81]},{"name":"CC_NOPRECNV","features":[81]},{"name":"CC_NS86","features":[81]},{"name":"CC_SJIS","features":[81]},{"name":"CC_TCA","features":[81]},{"name":"CC_WANSUNG","features":[81]},{"name":"CDM_CONVERT","features":[81]},{"name":"CDM_CONVERT351","features":[81]},{"name":"CDM_DRIVER_DEFAULT","features":[81]},{"name":"CHANNEL_ACQUIRED","features":[81]},{"name":"CHANNEL_ALREADY_CLOSED","features":[81]},{"name":"CHANNEL_ALREADY_OPENED","features":[81]},{"name":"CHANNEL_CLOSED_BY_ANOTHER_LISTENER","features":[81]},{"name":"CHANNEL_CLOSED_BY_SAME_LISTENER","features":[81]},{"name":"CHANNEL_CLOSED_BY_SERVER","features":[81]},{"name":"CHANNEL_NOT_OPENED","features":[81]},{"name":"CHANNEL_RELEASED_BY_LISTENER","features":[81]},{"name":"CHANNEL_WAITING_FOR_CLIENT_NOTIFICATION","features":[81]},{"name":"CHKBOXS_FALSE_PDATA","features":[81]},{"name":"CHKBOXS_FALSE_TRUE","features":[81]},{"name":"CHKBOXS_NONE_PDATA","features":[81]},{"name":"CHKBOXS_NO_PDATA","features":[81]},{"name":"CHKBOXS_NO_YES","features":[81]},{"name":"CHKBOXS_OFF_ON","features":[81]},{"name":"CHKBOXS_OFF_PDATA","features":[81]},{"name":"CLSID_OEMPTPROVIDER","features":[81]},{"name":"CLSID_OEMRENDER","features":[81]},{"name":"CLSID_OEMUI","features":[81]},{"name":"CLSID_OEMUIMXDC","features":[81]},{"name":"CLSID_PTPROVIDER","features":[81]},{"name":"CLSID_XPSRASTERIZER_FACTORY","features":[81]},{"name":"COLOR_OPTIMIZATION","features":[81]},{"name":"COMPROPSHEETUI","features":[1,81,55]},{"name":"CONFIG_INFO_DATA_1","features":[81]},{"name":"COPYFILE_EVENT_ADD_PRINTER_CONNECTION","features":[81]},{"name":"COPYFILE_EVENT_DELETE_PRINTER","features":[81]},{"name":"COPYFILE_EVENT_DELETE_PRINTER_CONNECTION","features":[81]},{"name":"COPYFILE_EVENT_FILES_CHANGED","features":[81]},{"name":"COPYFILE_EVENT_SET_PRINTER_DATAEX","features":[81]},{"name":"COPYFILE_FLAG_CLIENT_SPOOLER","features":[81]},{"name":"COPYFILE_FLAG_SERVER_SPOOLER","features":[81]},{"name":"CORE_PRINTER_DRIVERA","features":[1,81]},{"name":"CORE_PRINTER_DRIVERW","features":[1,81]},{"name":"CPSFUNC_ADD_HPROPSHEETPAGE","features":[81]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUI","features":[81]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUIA","features":[81]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUIW","features":[81]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUI","features":[81]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUIA","features":[81]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUIW","features":[81]},{"name":"CPSFUNC_ADD_PROPSHEETPAGE","features":[81]},{"name":"CPSFUNC_ADD_PROPSHEETPAGEA","features":[81]},{"name":"CPSFUNC_ADD_PROPSHEETPAGEW","features":[81]},{"name":"CPSFUNC_DELETE_HCOMPROPSHEET","features":[81]},{"name":"CPSFUNC_DO_APPLY_CPSUI","features":[81]},{"name":"CPSFUNC_GET_HPSUIPAGES","features":[81]},{"name":"CPSFUNC_GET_PAGECOUNT","features":[81]},{"name":"CPSFUNC_GET_PFNPROPSHEETUI_ICON","features":[81]},{"name":"CPSFUNC_IGNORE_CPSUI_PSN_APPLY","features":[81]},{"name":"CPSFUNC_INSERT_PSUIPAGE","features":[81]},{"name":"CPSFUNC_INSERT_PSUIPAGEA","features":[81]},{"name":"CPSFUNC_INSERT_PSUIPAGEW","features":[81]},{"name":"CPSFUNC_LOAD_CPSUI_ICON","features":[81]},{"name":"CPSFUNC_LOAD_CPSUI_STRING","features":[81]},{"name":"CPSFUNC_LOAD_CPSUI_STRINGA","features":[81]},{"name":"CPSFUNC_LOAD_CPSUI_STRINGW","features":[81]},{"name":"CPSFUNC_QUERY_DATABLOCK","features":[81]},{"name":"CPSFUNC_SET_DATABLOCK","features":[81]},{"name":"CPSFUNC_SET_DMPUB_HIDEBITS","features":[81]},{"name":"CPSFUNC_SET_FUSION_CONTEXT","features":[81]},{"name":"CPSFUNC_SET_HSTARTPAGE","features":[81]},{"name":"CPSFUNC_SET_PSUIPAGE_ICON","features":[81]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLE","features":[81]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLEA","features":[81]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLEW","features":[81]},{"name":"CPSFUNC_SET_RESULT","features":[81]},{"name":"CPSUICBPARAM","features":[1,81,55]},{"name":"CPSUICB_ACTION_ITEMS_APPLIED","features":[81]},{"name":"CPSUICB_ACTION_NONE","features":[81]},{"name":"CPSUICB_ACTION_NO_APPLY_EXIT","features":[81]},{"name":"CPSUICB_ACTION_OPTIF_CHANGED","features":[81]},{"name":"CPSUICB_ACTION_REINIT_ITEMS","features":[81]},{"name":"CPSUICB_REASON_ABOUT","features":[81]},{"name":"CPSUICB_REASON_APPLYNOW","features":[81]},{"name":"CPSUICB_REASON_DLGPROC","features":[81]},{"name":"CPSUICB_REASON_ECB_CHANGED","features":[81]},{"name":"CPSUICB_REASON_EXTPUSH","features":[81]},{"name":"CPSUICB_REASON_ITEMS_REVERTED","features":[81]},{"name":"CPSUICB_REASON_KILLACTIVE","features":[81]},{"name":"CPSUICB_REASON_OPTITEM_SETFOCUS","features":[81]},{"name":"CPSUICB_REASON_PUSHBUTTON","features":[81]},{"name":"CPSUICB_REASON_SEL_CHANGED","features":[81]},{"name":"CPSUICB_REASON_SETACTIVE","features":[81]},{"name":"CPSUICB_REASON_UNDO_CHANGES","features":[81]},{"name":"CPSUIDATABLOCK","features":[81]},{"name":"CPSUIF_ABOUT_CALLBACK","features":[81]},{"name":"CPSUIF_ICONID_AS_HICON","features":[81]},{"name":"CPSUIF_UPDATE_PERMISSION","features":[81]},{"name":"CPSUI_CANCEL","features":[81]},{"name":"CPSUI_OK","features":[81]},{"name":"CPSUI_REBOOTSYSTEM","features":[81]},{"name":"CPSUI_RESTARTWINDOWS","features":[81]},{"name":"CUSTOMPARAM_HEIGHT","features":[81]},{"name":"CUSTOMPARAM_HEIGHTOFFSET","features":[81]},{"name":"CUSTOMPARAM_MAX","features":[81]},{"name":"CUSTOMPARAM_ORIENTATION","features":[81]},{"name":"CUSTOMPARAM_WIDTH","features":[81]},{"name":"CUSTOMPARAM_WIDTHOFFSET","features":[81]},{"name":"CUSTOMSIZEPARAM","features":[81]},{"name":"CallRouterFindFirstPrinterChangeNotification","features":[1,81]},{"name":"ClosePrinter","features":[1,81]},{"name":"CloseSpoolFileHandle","features":[1,81]},{"name":"CommitSpoolData","features":[1,81]},{"name":"CommonPropertySheetUIA","features":[1,81]},{"name":"CommonPropertySheetUIW","features":[1,81]},{"name":"Compression_Fast","features":[81]},{"name":"Compression_Normal","features":[81]},{"name":"Compression_NotCompressed","features":[81]},{"name":"Compression_Small","features":[81]},{"name":"ConfigurePortA","features":[1,81]},{"name":"ConfigurePortW","features":[1,81]},{"name":"ConnectToPrinterDlg","features":[1,81]},{"name":"CorePrinterDriverInstalledA","features":[1,81]},{"name":"CorePrinterDriverInstalledW","features":[1,81]},{"name":"CreatePrintAsyncNotifyChannel","features":[81]},{"name":"CreatePrinterIC","features":[1,13,81]},{"name":"DATATYPES_INFO_1A","features":[81]},{"name":"DATATYPES_INFO_1W","features":[81]},{"name":"DATA_HEADER","features":[81]},{"name":"DEF_PRIORITY","features":[81]},{"name":"DELETE_PORT_DATA_1","features":[81]},{"name":"DEVICEPROPERTYHEADER","features":[1,81]},{"name":"DEVQUERYPRINT_INFO","features":[1,13,81]},{"name":"DF_BKSP_OK","features":[81]},{"name":"DF_NOITALIC","features":[81]},{"name":"DF_NOUNDER","features":[81]},{"name":"DF_NO_BOLD","features":[81]},{"name":"DF_NO_DOUBLE_UNDERLINE","features":[81]},{"name":"DF_NO_STRIKETHRU","features":[81]},{"name":"DF_TYPE_CAPSL","features":[81]},{"name":"DF_TYPE_HPINTELLIFONT","features":[81]},{"name":"DF_TYPE_OEM1","features":[81]},{"name":"DF_TYPE_OEM2","features":[81]},{"name":"DF_TYPE_PST1","features":[81]},{"name":"DF_TYPE_TRUETYPE","features":[81]},{"name":"DF_XM_CR","features":[81]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT","features":[81]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION","features":[81]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION_COUNT","features":[81]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION_GETAT","features":[81]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_DRIVERPROPERTIES","features":[81]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_PRINTERQUEUE","features":[81]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_PRINTSCHEMATICKET","features":[81]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_USERPROPERTIES","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENT","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_BIDINOTIFICATION","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_DETAILEDREASONID","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_REASONID","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_REQUEST","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_SOURCEAPPLICATION","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_WINDOWMODAL","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_WINDOWPARENT","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENT_ONDRIVEREVENT","features":[81]},{"name":"DISPID_PRINTEREXTENSION_EVENT_ONPRINTERQUEUESENUMERATED","features":[81]},{"name":"DISPID_PRINTEREXTENSION_REQUEST","features":[81]},{"name":"DISPID_PRINTEREXTENSION_REQUEST_CANCEL","features":[81]},{"name":"DISPID_PRINTEREXTENSION_REQUEST_COMPLETE","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG_GETBOOL","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG_GETBYTES","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG_GETINT32","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG_GETREADSTREAM","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG_GETSTRING","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG_GETWRITESTREAM","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG_SETBOOL","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG_SETBYTES","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG_SETINT32","features":[81]},{"name":"DISPID_PRINTERPROPERTYBAG_SETSTRING","features":[81]},{"name":"DISPID_PRINTERQUEUE","features":[81]},{"name":"DISPID_PRINTERQUEUEEVENT","features":[81]},{"name":"DISPID_PRINTERQUEUEEVENT_ONBIDIRESPONSERECEIVED","features":[81]},{"name":"DISPID_PRINTERQUEUEVIEW","features":[81]},{"name":"DISPID_PRINTERQUEUEVIEW_EVENT","features":[81]},{"name":"DISPID_PRINTERQUEUEVIEW_EVENT_ONCHANGED","features":[81]},{"name":"DISPID_PRINTERQUEUEVIEW_SETVIEWRANGE","features":[81]},{"name":"DISPID_PRINTERQUEUE_GETPRINTERQUEUEVIEW","features":[81]},{"name":"DISPID_PRINTERQUEUE_GETPROPERTIES","features":[81]},{"name":"DISPID_PRINTERQUEUE_HANDLE","features":[81]},{"name":"DISPID_PRINTERQUEUE_NAME","features":[81]},{"name":"DISPID_PRINTERQUEUE_SENDBIDIQUERY","features":[81]},{"name":"DISPID_PRINTERQUEUE_SENDBIDISETREQUESTASYNC","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETBOOL","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETBYTES","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETINT32","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETREADSTREAM","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETSTREAMASXML","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETSTRING","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETWRITESTREAM","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETBOOL","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETBYTES","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETINT32","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETSTRING","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM_READ","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM_WRITE","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_COMMIT","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_SEEK","features":[81]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_SETSIZE","features":[81]},{"name":"DISPID_PRINTERSCRIPTCONTEXT","features":[81]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_DRIVERPROPERTIES","features":[81]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_QUEUEPROPERTIES","features":[81]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_USERPROPERTIES","features":[81]},{"name":"DISPID_PRINTJOBCOLLECTION","features":[81]},{"name":"DISPID_PRINTJOBCOLLECTION_COUNT","features":[81]},{"name":"DISPID_PRINTJOBCOLLECTION_GETAT","features":[81]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION","features":[81]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATIONEVENT","features":[81]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATIONEVENT_COMPLETED","features":[81]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION_CANCEL","features":[81]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION_START","features":[81]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES","features":[81]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETFEATURE","features":[81]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETFEATURE_KEYNAME","features":[81]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETOPTIONS","features":[81]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETPARAMETERDEFINITION","features":[81]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETSELECTEDOPTION","features":[81]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_JOBCOPIESMAXVALUE","features":[81]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_JOBCOPIESMINVALUE","features":[81]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_PAGEIMAGEABLESIZE","features":[81]},{"name":"DISPID_PRINTSCHEMA_DISPLAYABLEELEMENT","features":[81]},{"name":"DISPID_PRINTSCHEMA_DISPLAYABLEELEMENT_DISPLAYNAME","features":[81]},{"name":"DISPID_PRINTSCHEMA_ELEMENT","features":[81]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_NAME","features":[81]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_NAMESPACEURI","features":[81]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_XMLNODE","features":[81]},{"name":"DISPID_PRINTSCHEMA_FEATURE","features":[81]},{"name":"DISPID_PRINTSCHEMA_FEATURE_DISPLAYUI","features":[81]},{"name":"DISPID_PRINTSCHEMA_FEATURE_GETOPTION","features":[81]},{"name":"DISPID_PRINTSCHEMA_FEATURE_SELECTEDOPTION","features":[81]},{"name":"DISPID_PRINTSCHEMA_FEATURE_SELECTIONTYPE","features":[81]},{"name":"DISPID_PRINTSCHEMA_NUPOPTION","features":[81]},{"name":"DISPID_PRINTSCHEMA_NUPOPTION_PAGESPERSHEET","features":[81]},{"name":"DISPID_PRINTSCHEMA_OPTION","features":[81]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION","features":[81]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION_COUNT","features":[81]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION_GETAT","features":[81]},{"name":"DISPID_PRINTSCHEMA_OPTION_CONSTRAINED","features":[81]},{"name":"DISPID_PRINTSCHEMA_OPTION_GETPROPERTYVALUE","features":[81]},{"name":"DISPID_PRINTSCHEMA_OPTION_SELECTED","features":[81]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE","features":[81]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_EXTENT_HEIGHT","features":[81]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_EXTENT_WIDTH","features":[81]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_IMAGEABLE_HEIGHT","features":[81]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_IMAGEABLE_WIDTH","features":[81]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_ORIGIN_HEIGHT","features":[81]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_ORIGIN_WIDTH","features":[81]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION","features":[81]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION_HEIGHT","features":[81]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION_WIDTH","features":[81]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION","features":[81]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_DATATYPE","features":[81]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_RANGEMAX","features":[81]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_RANGEMIN","features":[81]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_UNITTYPE","features":[81]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_USERINPUTREQUIRED","features":[81]},{"name":"DISPID_PRINTSCHEMA_PARAMETERINITIALIZER","features":[81]},{"name":"DISPID_PRINTSCHEMA_PARAMETERINITIALIZER_VALUE","features":[81]},{"name":"DISPID_PRINTSCHEMA_TICKET","features":[81]},{"name":"DISPID_PRINTSCHEMA_TICKET_COMMITASYNC","features":[81]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETCAPABILITIES","features":[81]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETFEATURE","features":[81]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETFEATURE_KEYNAME","features":[81]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETPARAMETERINITIALIZER","features":[81]},{"name":"DISPID_PRINTSCHEMA_TICKET_JOBCOPIESALLDOCUMENTS","features":[81]},{"name":"DISPID_PRINTSCHEMA_TICKET_NOTIFYXMLCHANGED","features":[81]},{"name":"DISPID_PRINTSCHEMA_TICKET_VALIDATEASYNC","features":[81]},{"name":"DI_CHANNEL","features":[81]},{"name":"DI_MEMORYMAP_WRITE","features":[81]},{"name":"DI_READ_SPOOL_JOB","features":[81]},{"name":"DLGPAGE","features":[1,81,55]},{"name":"DMPUB_BOOKLET_EDGE","features":[81]},{"name":"DMPUB_COLOR","features":[81]},{"name":"DMPUB_COPIES_COLLATE","features":[81]},{"name":"DMPUB_DEFSOURCE","features":[81]},{"name":"DMPUB_DITHERTYPE","features":[81]},{"name":"DMPUB_DUPLEX","features":[81]},{"name":"DMPUB_FIRST","features":[81]},{"name":"DMPUB_FORMNAME","features":[81]},{"name":"DMPUB_ICMINTENT","features":[81]},{"name":"DMPUB_ICMMETHOD","features":[81]},{"name":"DMPUB_LAST","features":[81]},{"name":"DMPUB_MANUAL_DUPLEX","features":[81]},{"name":"DMPUB_MEDIATYPE","features":[81]},{"name":"DMPUB_NONE","features":[81]},{"name":"DMPUB_NUP","features":[81]},{"name":"DMPUB_NUP_DIRECTION","features":[81]},{"name":"DMPUB_OEM_GRAPHIC_ITEM","features":[81]},{"name":"DMPUB_OEM_PAPER_ITEM","features":[81]},{"name":"DMPUB_OEM_ROOT_ITEM","features":[81]},{"name":"DMPUB_ORIENTATION","features":[81]},{"name":"DMPUB_OUTPUTBIN","features":[81]},{"name":"DMPUB_PAGEORDER","features":[81]},{"name":"DMPUB_PRINTQUALITY","features":[81]},{"name":"DMPUB_QUALITY","features":[81]},{"name":"DMPUB_SCALE","features":[81]},{"name":"DMPUB_STAPLE","features":[81]},{"name":"DMPUB_TTOPTION","features":[81]},{"name":"DMPUB_USER","features":[81]},{"name":"DM_ADVANCED","features":[81]},{"name":"DM_INVALIDATE_DRIVER_CACHE","features":[81]},{"name":"DM_NOPERMISSION","features":[81]},{"name":"DM_PROMPT_NON_MODAL","features":[81]},{"name":"DM_RESERVED","features":[81]},{"name":"DM_USER_DEFAULT","features":[81]},{"name":"DOCEVENT_CREATEDCPRE","features":[1,13,81]},{"name":"DOCEVENT_ESCAPE","features":[81]},{"name":"DOCEVENT_FILTER","features":[81]},{"name":"DOCUMENTEVENT_ABORTDOC","features":[81]},{"name":"DOCUMENTEVENT_CREATEDCPOST","features":[81]},{"name":"DOCUMENTEVENT_CREATEDCPRE","features":[81]},{"name":"DOCUMENTEVENT_DELETEDC","features":[81]},{"name":"DOCUMENTEVENT_ENDDOC","features":[81]},{"name":"DOCUMENTEVENT_ENDDOCPOST","features":[81]},{"name":"DOCUMENTEVENT_ENDDOCPRE","features":[81]},{"name":"DOCUMENTEVENT_ENDPAGE","features":[81]},{"name":"DOCUMENTEVENT_ESCAPE","features":[81]},{"name":"DOCUMENTEVENT_FAILURE","features":[81]},{"name":"DOCUMENTEVENT_FIRST","features":[81]},{"name":"DOCUMENTEVENT_LAST","features":[81]},{"name":"DOCUMENTEVENT_QUERYFILTER","features":[81]},{"name":"DOCUMENTEVENT_RESETDCPOST","features":[81]},{"name":"DOCUMENTEVENT_RESETDCPRE","features":[81]},{"name":"DOCUMENTEVENT_SPOOLED","features":[81]},{"name":"DOCUMENTEVENT_STARTDOC","features":[81]},{"name":"DOCUMENTEVENT_STARTDOCPOST","features":[81]},{"name":"DOCUMENTEVENT_STARTDOCPRE","features":[81]},{"name":"DOCUMENTEVENT_STARTPAGE","features":[81]},{"name":"DOCUMENTEVENT_SUCCESS","features":[81]},{"name":"DOCUMENTEVENT_UNSUPPORTED","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPOST","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRE","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRINTTICKETPOST","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRINTTICKETPRE","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPOST","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRE","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRINTTICKETPOST","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRINTTICKETPRE","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEEPRE","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPOST","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPRINTTICKETPOST","features":[81]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPRINTTICKETPRE","features":[81]},{"name":"DOCUMENTEVENT_XPS_CANCELJOB","features":[81]},{"name":"DOCUMENTPROPERTYHEADER","features":[1,13,81]},{"name":"DOC_INFO_1A","features":[81]},{"name":"DOC_INFO_1W","features":[81]},{"name":"DOC_INFO_2A","features":[81]},{"name":"DOC_INFO_2W","features":[81]},{"name":"DOC_INFO_3A","features":[81]},{"name":"DOC_INFO_3W","features":[81]},{"name":"DOC_INFO_INTERNAL","features":[1,81]},{"name":"DOC_INFO_INTERNAL_LEVEL","features":[81]},{"name":"DPD_DELETE_ALL_FILES","features":[81]},{"name":"DPD_DELETE_SPECIFIC_VERSION","features":[81]},{"name":"DPD_DELETE_UNUSED_FILES","features":[81]},{"name":"DPF_ICONID_AS_HICON","features":[81]},{"name":"DPF_USE_HDLGTEMPLATE","features":[81]},{"name":"DPS_NOPERMISSION","features":[81]},{"name":"DP_STD_DOCPROPPAGE1","features":[81]},{"name":"DP_STD_DOCPROPPAGE2","features":[81]},{"name":"DP_STD_RESERVED_START","features":[81]},{"name":"DP_STD_TREEVIEWPAGE","features":[81]},{"name":"DRIVER_EVENT_DELETE","features":[81]},{"name":"DRIVER_EVENT_INITIALIZE","features":[81]},{"name":"DRIVER_INFO_1A","features":[81]},{"name":"DRIVER_INFO_1W","features":[81]},{"name":"DRIVER_INFO_2A","features":[81]},{"name":"DRIVER_INFO_2W","features":[81]},{"name":"DRIVER_INFO_3A","features":[81]},{"name":"DRIVER_INFO_3W","features":[81]},{"name":"DRIVER_INFO_4A","features":[81]},{"name":"DRIVER_INFO_4W","features":[81]},{"name":"DRIVER_INFO_5A","features":[81]},{"name":"DRIVER_INFO_5W","features":[81]},{"name":"DRIVER_INFO_6A","features":[1,81]},{"name":"DRIVER_INFO_6W","features":[1,81]},{"name":"DRIVER_INFO_8A","features":[1,81]},{"name":"DRIVER_INFO_8W","features":[1,81]},{"name":"DRIVER_KERNELMODE","features":[81]},{"name":"DRIVER_UPGRADE_INFO_1","features":[81]},{"name":"DRIVER_UPGRADE_INFO_2","features":[81]},{"name":"DRIVER_USERMODE","features":[81]},{"name":"DSPRINT_PENDING","features":[81]},{"name":"DSPRINT_PUBLISH","features":[81]},{"name":"DSPRINT_REPUBLISH","features":[81]},{"name":"DSPRINT_UNPUBLISH","features":[81]},{"name":"DSPRINT_UPDATE","features":[81]},{"name":"DeleteFormA","features":[1,81]},{"name":"DeleteFormW","features":[1,81]},{"name":"DeleteJobNamedProperty","features":[81]},{"name":"DeleteMonitorA","features":[1,81]},{"name":"DeleteMonitorW","features":[1,81]},{"name":"DeletePortA","features":[1,81]},{"name":"DeletePortW","features":[1,81]},{"name":"DeletePrintProcessorA","features":[1,81]},{"name":"DeletePrintProcessorW","features":[1,81]},{"name":"DeletePrintProvidorA","features":[1,81]},{"name":"DeletePrintProvidorW","features":[1,81]},{"name":"DeletePrinter","features":[1,81]},{"name":"DeletePrinterConnectionA","features":[1,81]},{"name":"DeletePrinterConnectionW","features":[1,81]},{"name":"DeletePrinterDataA","features":[81]},{"name":"DeletePrinterDataExA","features":[81]},{"name":"DeletePrinterDataExW","features":[81]},{"name":"DeletePrinterDataW","features":[81]},{"name":"DeletePrinterDriverA","features":[1,81]},{"name":"DeletePrinterDriverExA","features":[1,81]},{"name":"DeletePrinterDriverExW","features":[1,81]},{"name":"DeletePrinterDriverPackageA","features":[81]},{"name":"DeletePrinterDriverPackageW","features":[81]},{"name":"DeletePrinterDriverW","features":[1,81]},{"name":"DeletePrinterIC","features":[1,81]},{"name":"DeletePrinterKeyA","features":[81]},{"name":"DeletePrinterKeyW","features":[81]},{"name":"DevQueryPrint","features":[1,13,81]},{"name":"DevQueryPrintEx","features":[1,13,81]},{"name":"DocumentPropertiesA","features":[1,13,81]},{"name":"DocumentPropertiesW","features":[1,13,81]},{"name":"EATTRIBUTE_DATATYPE","features":[81]},{"name":"EBranchOfficeJobEventType","features":[81]},{"name":"ECBF_CHECKNAME_AT_FRONT","features":[81]},{"name":"ECBF_CHECKNAME_ONLY","features":[81]},{"name":"ECBF_CHECKNAME_ONLY_ENABLED","features":[81]},{"name":"ECBF_ICONID_AS_HICON","features":[81]},{"name":"ECBF_MASK","features":[81]},{"name":"ECBF_OVERLAY_ECBICON_IF_CHECKED","features":[81]},{"name":"ECBF_OVERLAY_NO_ICON","features":[81]},{"name":"ECBF_OVERLAY_STOP_ICON","features":[81]},{"name":"ECBF_OVERLAY_WARNING_ICON","features":[81]},{"name":"EMFPLAYPROC","features":[1,13,81]},{"name":"EMF_PP_COLOR_OPTIMIZATION","features":[81]},{"name":"EPF_ICONID_AS_HICON","features":[81]},{"name":"EPF_INCL_SETUP_TITLE","features":[81]},{"name":"EPF_MASK","features":[81]},{"name":"EPF_NO_DOT_DOT_DOT","features":[81]},{"name":"EPF_OVERLAY_NO_ICON","features":[81]},{"name":"EPF_OVERLAY_STOP_ICON","features":[81]},{"name":"EPF_OVERLAY_WARNING_ICON","features":[81]},{"name":"EPF_PUSH_TYPE_DLGPROC","features":[81]},{"name":"EPF_USE_HDLGTEMPLATE","features":[81]},{"name":"EPrintPropertyType","features":[81]},{"name":"EPrintXPSJobOperation","features":[81]},{"name":"EPrintXPSJobProgress","features":[81]},{"name":"ERROR_BIDI_DEVICE_CONFIG_UNCHANGED","features":[81]},{"name":"ERROR_BIDI_DEVICE_OFFLINE","features":[81]},{"name":"ERROR_BIDI_ERROR_BASE","features":[81]},{"name":"ERROR_BIDI_GET_ARGUMENT_NOT_SUPPORTED","features":[81]},{"name":"ERROR_BIDI_GET_MISSING_ARGUMENT","features":[81]},{"name":"ERROR_BIDI_GET_REQUIRES_ARGUMENT","features":[81]},{"name":"ERROR_BIDI_NO_BIDI_SCHEMA_EXTENSIONS","features":[81]},{"name":"ERROR_BIDI_NO_LOCALIZED_RESOURCES","features":[81]},{"name":"ERROR_BIDI_SCHEMA_NOT_SUPPORTED","features":[81]},{"name":"ERROR_BIDI_SCHEMA_READ_ONLY","features":[81]},{"name":"ERROR_BIDI_SCHEMA_WRITE_ONLY","features":[81]},{"name":"ERROR_BIDI_SERVER_OFFLINE","features":[81]},{"name":"ERROR_BIDI_SET_DIFFERENT_TYPE","features":[81]},{"name":"ERROR_BIDI_SET_INVALID_SCHEMAPATH","features":[81]},{"name":"ERROR_BIDI_SET_MULTIPLE_SCHEMAPATH","features":[81]},{"name":"ERROR_BIDI_SET_UNKNOWN_FAILURE","features":[81]},{"name":"ERROR_BIDI_STATUS_OK","features":[81]},{"name":"ERROR_BIDI_STATUS_WARNING","features":[81]},{"name":"ERROR_BIDI_UNSUPPORTED_CLIENT_LANGUAGE","features":[81]},{"name":"ERROR_BIDI_UNSUPPORTED_RESOURCE_FORMAT","features":[81]},{"name":"ERR_CPSUI_ALLOCMEM_FAILED","features":[81]},{"name":"ERR_CPSUI_CREATEPROPPAGE_FAILED","features":[81]},{"name":"ERR_CPSUI_CREATE_IMAGELIST_FAILED","features":[81]},{"name":"ERR_CPSUI_CREATE_TRACKBAR_FAILED","features":[81]},{"name":"ERR_CPSUI_CREATE_UDARROW_FAILED","features":[81]},{"name":"ERR_CPSUI_DMCOPIES_USE_EXTPUSH","features":[81]},{"name":"ERR_CPSUI_FUNCTION_NOT_IMPLEMENTED","features":[81]},{"name":"ERR_CPSUI_GETLASTERROR","features":[81]},{"name":"ERR_CPSUI_INTERNAL_ERROR","features":[81]},{"name":"ERR_CPSUI_INVALID_DLGPAGEIDX","features":[81]},{"name":"ERR_CPSUI_INVALID_DLGPAGE_CBSIZE","features":[81]},{"name":"ERR_CPSUI_INVALID_DMPUBID","features":[81]},{"name":"ERR_CPSUI_INVALID_DMPUB_TVOT","features":[81]},{"name":"ERR_CPSUI_INVALID_ECB_CBSIZE","features":[81]},{"name":"ERR_CPSUI_INVALID_EDITBOX_BUF_SIZE","features":[81]},{"name":"ERR_CPSUI_INVALID_EDITBOX_PSEL","features":[81]},{"name":"ERR_CPSUI_INVALID_EXTPUSH_CBSIZE","features":[81]},{"name":"ERR_CPSUI_INVALID_LBCB_TYPE","features":[81]},{"name":"ERR_CPSUI_INVALID_LPARAM","features":[81]},{"name":"ERR_CPSUI_INVALID_OPTITEM_CBSIZE","features":[81]},{"name":"ERR_CPSUI_INVALID_OPTPARAM_CBSIZE","features":[81]},{"name":"ERR_CPSUI_INVALID_OPTTYPE_CBSIZE","features":[81]},{"name":"ERR_CPSUI_INVALID_OPTTYPE_COUNT","features":[81]},{"name":"ERR_CPSUI_INVALID_PDATA","features":[81]},{"name":"ERR_CPSUI_INVALID_PDLGPAGE","features":[81]},{"name":"ERR_CPSUI_INVALID_PUSHBUTTON_TYPE","features":[81]},{"name":"ERR_CPSUI_INVALID_TVOT_TYPE","features":[81]},{"name":"ERR_CPSUI_MORE_THAN_ONE_STDPAGE","features":[81]},{"name":"ERR_CPSUI_MORE_THAN_ONE_TVPAGE","features":[81]},{"name":"ERR_CPSUI_NO_EXTPUSH_DLGTEMPLATEID","features":[81]},{"name":"ERR_CPSUI_NO_PROPSHEETPAGE","features":[81]},{"name":"ERR_CPSUI_NULL_CALLERNAME","features":[81]},{"name":"ERR_CPSUI_NULL_ECB_PCHECKEDNAME","features":[81]},{"name":"ERR_CPSUI_NULL_ECB_PTITLE","features":[81]},{"name":"ERR_CPSUI_NULL_EXTPUSH_CALLBACK","features":[81]},{"name":"ERR_CPSUI_NULL_EXTPUSH_DLGPROC","features":[81]},{"name":"ERR_CPSUI_NULL_HINST","features":[81]},{"name":"ERR_CPSUI_NULL_OPTITEMNAME","features":[81]},{"name":"ERR_CPSUI_NULL_POPTITEM","features":[81]},{"name":"ERR_CPSUI_NULL_POPTPARAM","features":[81]},{"name":"ERR_CPSUI_SUBITEM_DIFF_DLGPAGEIDX","features":[81]},{"name":"ERR_CPSUI_SUBITEM_DIFF_OPTIF_HIDE","features":[81]},{"name":"ERR_CPSUI_TOO_MANY_DLGPAGES","features":[81]},{"name":"ERR_CPSUI_TOO_MANY_PROPSHEETPAGES","features":[81]},{"name":"ERR_CPSUI_ZERO_OPTITEM","features":[81]},{"name":"EXTCHKBOX","features":[81]},{"name":"EXTPUSH","features":[1,81,55]},{"name":"EXTTEXTMETRIC","features":[81]},{"name":"EXpsCompressionOptions","features":[81]},{"name":"EXpsFontOptions","features":[81]},{"name":"EXpsFontRestriction","features":[81]},{"name":"EXpsJobConsumption","features":[81]},{"name":"E_VERSION_NOT_SUPPORTED","features":[81]},{"name":"EndDocPrinter","features":[1,81]},{"name":"EndPagePrinter","features":[1,81]},{"name":"EnumFormsA","features":[1,81]},{"name":"EnumFormsW","features":[1,81]},{"name":"EnumJobNamedProperties","features":[81]},{"name":"EnumJobsA","features":[1,81]},{"name":"EnumJobsW","features":[1,81]},{"name":"EnumMonitorsA","features":[1,81]},{"name":"EnumMonitorsW","features":[1,81]},{"name":"EnumPortsA","features":[1,81]},{"name":"EnumPortsW","features":[1,81]},{"name":"EnumPrintProcessorDatatypesA","features":[1,81]},{"name":"EnumPrintProcessorDatatypesW","features":[1,81]},{"name":"EnumPrintProcessorsA","features":[1,81]},{"name":"EnumPrintProcessorsW","features":[1,81]},{"name":"EnumPrinterDataA","features":[81]},{"name":"EnumPrinterDataExA","features":[81]},{"name":"EnumPrinterDataExW","features":[81]},{"name":"EnumPrinterDataW","features":[81]},{"name":"EnumPrinterDriversA","features":[1,81]},{"name":"EnumPrinterDriversW","features":[1,81]},{"name":"EnumPrinterKeyA","features":[81]},{"name":"EnumPrinterKeyW","features":[81]},{"name":"EnumPrintersA","features":[1,81]},{"name":"EnumPrintersW","features":[1,81]},{"name":"ExtDeviceMode","features":[1,13,81]},{"name":"FG_CANCHANGE","features":[81]},{"name":"FILL_WITH_DEFAULTS","features":[81]},{"name":"FMTID_PrinterPropertyBag","features":[81]},{"name":"FNT_INFO_CURRENTFONTID","features":[81]},{"name":"FNT_INFO_FONTBOLD","features":[81]},{"name":"FNT_INFO_FONTHEIGHT","features":[81]},{"name":"FNT_INFO_FONTITALIC","features":[81]},{"name":"FNT_INFO_FONTMAXWIDTH","features":[81]},{"name":"FNT_INFO_FONTSTRIKETHRU","features":[81]},{"name":"FNT_INFO_FONTUNDERLINE","features":[81]},{"name":"FNT_INFO_FONTWIDTH","features":[81]},{"name":"FNT_INFO_GRAYPERCENTAGE","features":[81]},{"name":"FNT_INFO_MAX","features":[81]},{"name":"FNT_INFO_NEXTFONTID","features":[81]},{"name":"FNT_INFO_NEXTGLYPH","features":[81]},{"name":"FNT_INFO_PRINTDIRINCCDEGREES","features":[81]},{"name":"FNT_INFO_TEXTXRES","features":[81]},{"name":"FNT_INFO_TEXTYRES","features":[81]},{"name":"FONT_DIR_SORTED","features":[81]},{"name":"FONT_FL_DEVICEFONT","features":[81]},{"name":"FONT_FL_GLYPHSET_GTT","features":[81]},{"name":"FONT_FL_GLYPHSET_RLE","features":[81]},{"name":"FONT_FL_IFI","features":[81]},{"name":"FONT_FL_PERMANENT_SF","features":[81]},{"name":"FONT_FL_RESERVED","features":[81]},{"name":"FONT_FL_SOFTFONT","features":[81]},{"name":"FONT_FL_UFM","features":[81]},{"name":"FORM_BUILTIN","features":[81]},{"name":"FORM_INFO_1A","features":[1,81]},{"name":"FORM_INFO_1W","features":[1,81]},{"name":"FORM_INFO_2A","features":[1,81]},{"name":"FORM_INFO_2W","features":[1,81]},{"name":"FORM_PRINTER","features":[81]},{"name":"FORM_USER","features":[81]},{"name":"FinalPageCount","features":[81]},{"name":"FindClosePrinterChangeNotification","features":[1,81]},{"name":"FindFirstPrinterChangeNotification","features":[1,81]},{"name":"FindNextPrinterChangeNotification","features":[1,81]},{"name":"FlushPrinter","features":[1,81]},{"name":"Font_Normal","features":[81]},{"name":"Font_Obfusticate","features":[81]},{"name":"FreePrintNamedPropertyArray","features":[81]},{"name":"FreePrintPropertyValue","features":[81]},{"name":"FreePrinterNotifyInfo","features":[1,81]},{"name":"GLYPHRUN","features":[81]},{"name":"GPD_OEMCUSTOMDATA","features":[81]},{"name":"GUID_DEVINTERFACE_IPPUSB_PRINT","features":[81]},{"name":"GUID_DEVINTERFACE_USBPRINT","features":[81]},{"name":"GdiDeleteSpoolFileHandle","features":[1,81]},{"name":"GdiEndDocEMF","features":[1,81]},{"name":"GdiEndPageEMF","features":[1,81]},{"name":"GdiGetDC","features":[1,13,81]},{"name":"GdiGetDevmodeForPage","features":[1,13,81]},{"name":"GdiGetPageCount","features":[1,81]},{"name":"GdiGetPageHandle","features":[1,81]},{"name":"GdiGetSpoolFileHandle","features":[1,13,81]},{"name":"GdiPlayPageEMF","features":[1,81]},{"name":"GdiResetDCEMF","features":[1,13,81]},{"name":"GdiStartDocEMF","features":[1,81,82]},{"name":"GdiStartPageEMF","features":[1,81]},{"name":"GenerateCopyFilePaths","features":[81]},{"name":"GetCPSUIUserData","features":[1,81]},{"name":"GetCorePrinterDriversA","features":[1,81]},{"name":"GetCorePrinterDriversW","features":[1,81]},{"name":"GetDefaultPrinterA","features":[1,81]},{"name":"GetDefaultPrinterW","features":[1,81]},{"name":"GetFormA","features":[1,81]},{"name":"GetFormW","features":[1,81]},{"name":"GetJobA","features":[1,81]},{"name":"GetJobAttributes","features":[1,13,81]},{"name":"GetJobAttributesEx","features":[1,13,81]},{"name":"GetJobNamedPropertyValue","features":[81]},{"name":"GetJobW","features":[1,81]},{"name":"GetPrintExecutionData","features":[1,81]},{"name":"GetPrintOutputInfo","features":[1,81]},{"name":"GetPrintProcessorDirectoryA","features":[1,81]},{"name":"GetPrintProcessorDirectoryW","features":[1,81]},{"name":"GetPrinterA","features":[1,81]},{"name":"GetPrinterDataA","features":[81]},{"name":"GetPrinterDataExA","features":[81]},{"name":"GetPrinterDataExW","features":[81]},{"name":"GetPrinterDataW","features":[81]},{"name":"GetPrinterDriver2A","features":[1,81]},{"name":"GetPrinterDriver2W","features":[1,81]},{"name":"GetPrinterDriverA","features":[1,81]},{"name":"GetPrinterDriverDirectoryA","features":[1,81]},{"name":"GetPrinterDriverDirectoryW","features":[1,81]},{"name":"GetPrinterDriverPackagePathA","features":[81]},{"name":"GetPrinterDriverPackagePathW","features":[81]},{"name":"GetPrinterDriverW","features":[1,81]},{"name":"GetPrinterW","features":[1,81]},{"name":"GetSpoolFileHandle","features":[1,81]},{"name":"IAsyncGetSendNotificationCookie","features":[81]},{"name":"IAsyncGetSrvReferralCookie","features":[81]},{"name":"IBidiAsyncNotifyChannel","features":[81]},{"name":"IBidiRequest","features":[81]},{"name":"IBidiRequestContainer","features":[81]},{"name":"IBidiSpl","features":[81]},{"name":"IBidiSpl2","features":[81]},{"name":"IDI_CPSUI_ADVANCE","features":[81]},{"name":"IDI_CPSUI_AUTOSEL","features":[81]},{"name":"IDI_CPSUI_COLLATE","features":[81]},{"name":"IDI_CPSUI_COLOR","features":[81]},{"name":"IDI_CPSUI_COPY","features":[81]},{"name":"IDI_CPSUI_DEVICE","features":[81]},{"name":"IDI_CPSUI_DEVICE2","features":[81]},{"name":"IDI_CPSUI_DEVICE_FEATURE","features":[81]},{"name":"IDI_CPSUI_DITHER_COARSE","features":[81]},{"name":"IDI_CPSUI_DITHER_FINE","features":[81]},{"name":"IDI_CPSUI_DITHER_LINEART","features":[81]},{"name":"IDI_CPSUI_DITHER_NONE","features":[81]},{"name":"IDI_CPSUI_DOCUMENT","features":[81]},{"name":"IDI_CPSUI_DUPLEX_HORZ","features":[81]},{"name":"IDI_CPSUI_DUPLEX_HORZ_L","features":[81]},{"name":"IDI_CPSUI_DUPLEX_NONE","features":[81]},{"name":"IDI_CPSUI_DUPLEX_NONE_L","features":[81]},{"name":"IDI_CPSUI_DUPLEX_VERT","features":[81]},{"name":"IDI_CPSUI_DUPLEX_VERT_L","features":[81]},{"name":"IDI_CPSUI_EMPTY","features":[81]},{"name":"IDI_CPSUI_ENVELOPE","features":[81]},{"name":"IDI_CPSUI_ENVELOPE_FEED","features":[81]},{"name":"IDI_CPSUI_ERROR","features":[81]},{"name":"IDI_CPSUI_FALSE","features":[81]},{"name":"IDI_CPSUI_FAX","features":[81]},{"name":"IDI_CPSUI_FONTCART","features":[81]},{"name":"IDI_CPSUI_FONTCARTHDR","features":[81]},{"name":"IDI_CPSUI_FONTCART_SLOT","features":[81]},{"name":"IDI_CPSUI_FONTSUB","features":[81]},{"name":"IDI_CPSUI_FORMTRAYASSIGN","features":[81]},{"name":"IDI_CPSUI_GENERIC_ITEM","features":[81]},{"name":"IDI_CPSUI_GENERIC_OPTION","features":[81]},{"name":"IDI_CPSUI_GRAPHIC","features":[81]},{"name":"IDI_CPSUI_HALFTONE_SETUP","features":[81]},{"name":"IDI_CPSUI_HTCLRADJ","features":[81]},{"name":"IDI_CPSUI_HT_DEVICE","features":[81]},{"name":"IDI_CPSUI_HT_HOST","features":[81]},{"name":"IDI_CPSUI_ICM_INTENT","features":[81]},{"name":"IDI_CPSUI_ICM_METHOD","features":[81]},{"name":"IDI_CPSUI_ICM_OPTION","features":[81]},{"name":"IDI_CPSUI_ICONID_FIRST","features":[81]},{"name":"IDI_CPSUI_ICONID_LAST","features":[81]},{"name":"IDI_CPSUI_INSTALLABLE_OPTION","features":[81]},{"name":"IDI_CPSUI_LANDSCAPE","features":[81]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWL","features":[81]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWLR","features":[81]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWS","features":[81]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETL","features":[81]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETL_NB","features":[81]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETP","features":[81]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETP_NB","features":[81]},{"name":"IDI_CPSUI_LAYOUT_BMP_PORTRAIT","features":[81]},{"name":"IDI_CPSUI_LAYOUT_BMP_ROT_PORT","features":[81]},{"name":"IDI_CPSUI_LF_PEN_PLOTTER","features":[81]},{"name":"IDI_CPSUI_LF_RASTER_PLOTTER","features":[81]},{"name":"IDI_CPSUI_MANUAL_FEED","features":[81]},{"name":"IDI_CPSUI_MEM","features":[81]},{"name":"IDI_CPSUI_MONO","features":[81]},{"name":"IDI_CPSUI_NO","features":[81]},{"name":"IDI_CPSUI_NOTINSTALLED","features":[81]},{"name":"IDI_CPSUI_NUP_BORDER","features":[81]},{"name":"IDI_CPSUI_OFF","features":[81]},{"name":"IDI_CPSUI_ON","features":[81]},{"name":"IDI_CPSUI_OPTION","features":[81]},{"name":"IDI_CPSUI_OPTION2","features":[81]},{"name":"IDI_CPSUI_OUTBIN","features":[81]},{"name":"IDI_CPSUI_OUTPUT","features":[81]},{"name":"IDI_CPSUI_PAGE_PROTECT","features":[81]},{"name":"IDI_CPSUI_PAPER_OUTPUT","features":[81]},{"name":"IDI_CPSUI_PAPER_TRAY","features":[81]},{"name":"IDI_CPSUI_PAPER_TRAY2","features":[81]},{"name":"IDI_CPSUI_PAPER_TRAY3","features":[81]},{"name":"IDI_CPSUI_PEN_CARROUSEL","features":[81]},{"name":"IDI_CPSUI_PLOTTER_PEN","features":[81]},{"name":"IDI_CPSUI_PORTRAIT","features":[81]},{"name":"IDI_CPSUI_POSTSCRIPT","features":[81]},{"name":"IDI_CPSUI_PRINTER","features":[81]},{"name":"IDI_CPSUI_PRINTER2","features":[81]},{"name":"IDI_CPSUI_PRINTER3","features":[81]},{"name":"IDI_CPSUI_PRINTER4","features":[81]},{"name":"IDI_CPSUI_PRINTER_FEATURE","features":[81]},{"name":"IDI_CPSUI_PRINTER_FOLDER","features":[81]},{"name":"IDI_CPSUI_QUESTION","features":[81]},{"name":"IDI_CPSUI_RES_DRAFT","features":[81]},{"name":"IDI_CPSUI_RES_HIGH","features":[81]},{"name":"IDI_CPSUI_RES_LOW","features":[81]},{"name":"IDI_CPSUI_RES_MEDIUM","features":[81]},{"name":"IDI_CPSUI_RES_PRESENTATION","features":[81]},{"name":"IDI_CPSUI_ROLL_PAPER","features":[81]},{"name":"IDI_CPSUI_ROT_LAND","features":[81]},{"name":"IDI_CPSUI_ROT_PORT","features":[81]},{"name":"IDI_CPSUI_RUN_DIALOG","features":[81]},{"name":"IDI_CPSUI_SCALING","features":[81]},{"name":"IDI_CPSUI_SEL_NONE","features":[81]},{"name":"IDI_CPSUI_SF_PEN_PLOTTER","features":[81]},{"name":"IDI_CPSUI_SF_RASTER_PLOTTER","features":[81]},{"name":"IDI_CPSUI_STAPLER_OFF","features":[81]},{"name":"IDI_CPSUI_STAPLER_ON","features":[81]},{"name":"IDI_CPSUI_STD_FORM","features":[81]},{"name":"IDI_CPSUI_STOP","features":[81]},{"name":"IDI_CPSUI_STOP_WARNING_OVERLAY","features":[81]},{"name":"IDI_CPSUI_TELEPHONE","features":[81]},{"name":"IDI_CPSUI_TRANSPARENT","features":[81]},{"name":"IDI_CPSUI_TRUE","features":[81]},{"name":"IDI_CPSUI_TT_DOWNLOADSOFT","features":[81]},{"name":"IDI_CPSUI_TT_DOWNLOADVECT","features":[81]},{"name":"IDI_CPSUI_TT_PRINTASGRAPHIC","features":[81]},{"name":"IDI_CPSUI_TT_SUBDEV","features":[81]},{"name":"IDI_CPSUI_WARNING","features":[81]},{"name":"IDI_CPSUI_WARNING_OVERLAY","features":[81]},{"name":"IDI_CPSUI_WATERMARK","features":[81]},{"name":"IDI_CPSUI_YES","features":[81]},{"name":"IDS_CPSUI_ABOUT","features":[81]},{"name":"IDS_CPSUI_ADVANCED","features":[81]},{"name":"IDS_CPSUI_ADVANCEDOCUMENT","features":[81]},{"name":"IDS_CPSUI_ALL","features":[81]},{"name":"IDS_CPSUI_AUTOSELECT","features":[81]},{"name":"IDS_CPSUI_BACKTOFRONT","features":[81]},{"name":"IDS_CPSUI_BOND","features":[81]},{"name":"IDS_CPSUI_BOOKLET","features":[81]},{"name":"IDS_CPSUI_BOOKLET_EDGE","features":[81]},{"name":"IDS_CPSUI_BOOKLET_EDGE_LEFT","features":[81]},{"name":"IDS_CPSUI_BOOKLET_EDGE_RIGHT","features":[81]},{"name":"IDS_CPSUI_CASSETTE_TRAY","features":[81]},{"name":"IDS_CPSUI_CHANGE","features":[81]},{"name":"IDS_CPSUI_CHANGED","features":[81]},{"name":"IDS_CPSUI_CHANGES","features":[81]},{"name":"IDS_CPSUI_COARSE","features":[81]},{"name":"IDS_CPSUI_COLLATE","features":[81]},{"name":"IDS_CPSUI_COLLATED","features":[81]},{"name":"IDS_CPSUI_COLON_SEP","features":[81]},{"name":"IDS_CPSUI_COLOR","features":[81]},{"name":"IDS_CPSUI_COLOR_APPERANCE","features":[81]},{"name":"IDS_CPSUI_COPIES","features":[81]},{"name":"IDS_CPSUI_COPY","features":[81]},{"name":"IDS_CPSUI_DEFAULT","features":[81]},{"name":"IDS_CPSUI_DEFAULTDOCUMENT","features":[81]},{"name":"IDS_CPSUI_DEFAULT_TRAY","features":[81]},{"name":"IDS_CPSUI_DEVICE","features":[81]},{"name":"IDS_CPSUI_DEVICEOPTIONS","features":[81]},{"name":"IDS_CPSUI_DEVICE_SETTINGS","features":[81]},{"name":"IDS_CPSUI_DITHERING","features":[81]},{"name":"IDS_CPSUI_DOCUMENT","features":[81]},{"name":"IDS_CPSUI_DOWN_THEN_LEFT","features":[81]},{"name":"IDS_CPSUI_DOWN_THEN_RIGHT","features":[81]},{"name":"IDS_CPSUI_DRAFT","features":[81]},{"name":"IDS_CPSUI_DUPLEX","features":[81]},{"name":"IDS_CPSUI_ENVELOPE_TRAY","features":[81]},{"name":"IDS_CPSUI_ENVMANUAL_TRAY","features":[81]},{"name":"IDS_CPSUI_ERRDIFFUSE","features":[81]},{"name":"IDS_CPSUI_ERROR","features":[81]},{"name":"IDS_CPSUI_EXIST","features":[81]},{"name":"IDS_CPSUI_FALSE","features":[81]},{"name":"IDS_CPSUI_FAST","features":[81]},{"name":"IDS_CPSUI_FAX","features":[81]},{"name":"IDS_CPSUI_FINE","features":[81]},{"name":"IDS_CPSUI_FORMNAME","features":[81]},{"name":"IDS_CPSUI_FORMSOURCE","features":[81]},{"name":"IDS_CPSUI_FORMTRAYASSIGN","features":[81]},{"name":"IDS_CPSUI_FRONTTOBACK","features":[81]},{"name":"IDS_CPSUI_GLOSSY","features":[81]},{"name":"IDS_CPSUI_GRAPHIC","features":[81]},{"name":"IDS_CPSUI_GRAYSCALE","features":[81]},{"name":"IDS_CPSUI_HALFTONE","features":[81]},{"name":"IDS_CPSUI_HALFTONE_SETUP","features":[81]},{"name":"IDS_CPSUI_HIGH","features":[81]},{"name":"IDS_CPSUI_HORIZONTAL","features":[81]},{"name":"IDS_CPSUI_HTCLRADJ","features":[81]},{"name":"IDS_CPSUI_ICM","features":[81]},{"name":"IDS_CPSUI_ICMINTENT","features":[81]},{"name":"IDS_CPSUI_ICMMETHOD","features":[81]},{"name":"IDS_CPSUI_ICM_BLACKWHITE","features":[81]},{"name":"IDS_CPSUI_ICM_COLORMETRIC","features":[81]},{"name":"IDS_CPSUI_ICM_CONTRAST","features":[81]},{"name":"IDS_CPSUI_ICM_NO","features":[81]},{"name":"IDS_CPSUI_ICM_SATURATION","features":[81]},{"name":"IDS_CPSUI_ICM_YES","features":[81]},{"name":"IDS_CPSUI_INSTFONTCART","features":[81]},{"name":"IDS_CPSUI_LANDSCAPE","features":[81]},{"name":"IDS_CPSUI_LARGECAP_TRAY","features":[81]},{"name":"IDS_CPSUI_LARGEFMT_TRAY","features":[81]},{"name":"IDS_CPSUI_LBCB_NOSEL","features":[81]},{"name":"IDS_CPSUI_LEFT_ANGLE","features":[81]},{"name":"IDS_CPSUI_LEFT_SLOT","features":[81]},{"name":"IDS_CPSUI_LEFT_THEN_DOWN","features":[81]},{"name":"IDS_CPSUI_LINEART","features":[81]},{"name":"IDS_CPSUI_LONG_SIDE","features":[81]},{"name":"IDS_CPSUI_LOW","features":[81]},{"name":"IDS_CPSUI_LOWER_TRAY","features":[81]},{"name":"IDS_CPSUI_MAILBOX","features":[81]},{"name":"IDS_CPSUI_MAKE","features":[81]},{"name":"IDS_CPSUI_MANUALFEED","features":[81]},{"name":"IDS_CPSUI_MANUAL_DUPLEX","features":[81]},{"name":"IDS_CPSUI_MANUAL_DUPLEX_OFF","features":[81]},{"name":"IDS_CPSUI_MANUAL_DUPLEX_ON","features":[81]},{"name":"IDS_CPSUI_MANUAL_TRAY","features":[81]},{"name":"IDS_CPSUI_MEDIA","features":[81]},{"name":"IDS_CPSUI_MEDIUM","features":[81]},{"name":"IDS_CPSUI_MIDDLE_TRAY","features":[81]},{"name":"IDS_CPSUI_MONOCHROME","features":[81]},{"name":"IDS_CPSUI_MORE","features":[81]},{"name":"IDS_CPSUI_NO","features":[81]},{"name":"IDS_CPSUI_NONE","features":[81]},{"name":"IDS_CPSUI_NOT","features":[81]},{"name":"IDS_CPSUI_NOTINSTALLED","features":[81]},{"name":"IDS_CPSUI_NO_NAME","features":[81]},{"name":"IDS_CPSUI_NUM_OF_COPIES","features":[81]},{"name":"IDS_CPSUI_NUP","features":[81]},{"name":"IDS_CPSUI_NUP_BORDER","features":[81]},{"name":"IDS_CPSUI_NUP_BORDERED","features":[81]},{"name":"IDS_CPSUI_NUP_DIRECTION","features":[81]},{"name":"IDS_CPSUI_NUP_FOURUP","features":[81]},{"name":"IDS_CPSUI_NUP_NINEUP","features":[81]},{"name":"IDS_CPSUI_NUP_NORMAL","features":[81]},{"name":"IDS_CPSUI_NUP_SIXTEENUP","features":[81]},{"name":"IDS_CPSUI_NUP_SIXUP","features":[81]},{"name":"IDS_CPSUI_NUP_TWOUP","features":[81]},{"name":"IDS_CPSUI_OF","features":[81]},{"name":"IDS_CPSUI_OFF","features":[81]},{"name":"IDS_CPSUI_ON","features":[81]},{"name":"IDS_CPSUI_ONLYONE","features":[81]},{"name":"IDS_CPSUI_OPTION","features":[81]},{"name":"IDS_CPSUI_OPTIONS","features":[81]},{"name":"IDS_CPSUI_ORIENTATION","features":[81]},{"name":"IDS_CPSUI_OUTBINASSIGN","features":[81]},{"name":"IDS_CPSUI_OUTPUTBIN","features":[81]},{"name":"IDS_CPSUI_PAGEORDER","features":[81]},{"name":"IDS_CPSUI_PAGEPROTECT","features":[81]},{"name":"IDS_CPSUI_PAPER_OUTPUT","features":[81]},{"name":"IDS_CPSUI_PERCENT","features":[81]},{"name":"IDS_CPSUI_PLOT","features":[81]},{"name":"IDS_CPSUI_PORTRAIT","features":[81]},{"name":"IDS_CPSUI_POSTER","features":[81]},{"name":"IDS_CPSUI_POSTER_2x2","features":[81]},{"name":"IDS_CPSUI_POSTER_3x3","features":[81]},{"name":"IDS_CPSUI_POSTER_4x4","features":[81]},{"name":"IDS_CPSUI_PRESENTATION","features":[81]},{"name":"IDS_CPSUI_PRINT","features":[81]},{"name":"IDS_CPSUI_PRINTER","features":[81]},{"name":"IDS_CPSUI_PRINTERMEM_KB","features":[81]},{"name":"IDS_CPSUI_PRINTERMEM_MB","features":[81]},{"name":"IDS_CPSUI_PRINTFLDSETTING","features":[81]},{"name":"IDS_CPSUI_PRINTQUALITY","features":[81]},{"name":"IDS_CPSUI_PROPERTIES","features":[81]},{"name":"IDS_CPSUI_QUALITY_BEST","features":[81]},{"name":"IDS_CPSUI_QUALITY_BETTER","features":[81]},{"name":"IDS_CPSUI_QUALITY_CUSTOM","features":[81]},{"name":"IDS_CPSUI_QUALITY_DRAFT","features":[81]},{"name":"IDS_CPSUI_QUALITY_SETTINGS","features":[81]},{"name":"IDS_CPSUI_RANGE_FROM","features":[81]},{"name":"IDS_CPSUI_REGULAR","features":[81]},{"name":"IDS_CPSUI_RESET","features":[81]},{"name":"IDS_CPSUI_RESOLUTION","features":[81]},{"name":"IDS_CPSUI_REVERT","features":[81]},{"name":"IDS_CPSUI_RIGHT_ANGLE","features":[81]},{"name":"IDS_CPSUI_RIGHT_SLOT","features":[81]},{"name":"IDS_CPSUI_RIGHT_THEN_DOWN","features":[81]},{"name":"IDS_CPSUI_ROTATED","features":[81]},{"name":"IDS_CPSUI_ROT_LAND","features":[81]},{"name":"IDS_CPSUI_ROT_PORT","features":[81]},{"name":"IDS_CPSUI_SCALING","features":[81]},{"name":"IDS_CPSUI_SETTING","features":[81]},{"name":"IDS_CPSUI_SETTINGS","features":[81]},{"name":"IDS_CPSUI_SETUP","features":[81]},{"name":"IDS_CPSUI_SHORT_SIDE","features":[81]},{"name":"IDS_CPSUI_SIDE1","features":[81]},{"name":"IDS_CPSUI_SIDE2","features":[81]},{"name":"IDS_CPSUI_SIMPLEX","features":[81]},{"name":"IDS_CPSUI_SLASH_SEP","features":[81]},{"name":"IDS_CPSUI_SLOT1","features":[81]},{"name":"IDS_CPSUI_SLOT2","features":[81]},{"name":"IDS_CPSUI_SLOT3","features":[81]},{"name":"IDS_CPSUI_SLOT4","features":[81]},{"name":"IDS_CPSUI_SLOW","features":[81]},{"name":"IDS_CPSUI_SMALLFMT_TRAY","features":[81]},{"name":"IDS_CPSUI_SOURCE","features":[81]},{"name":"IDS_CPSUI_STACKER","features":[81]},{"name":"IDS_CPSUI_STANDARD","features":[81]},{"name":"IDS_CPSUI_STAPLE","features":[81]},{"name":"IDS_CPSUI_STAPLER","features":[81]},{"name":"IDS_CPSUI_STAPLER_OFF","features":[81]},{"name":"IDS_CPSUI_STAPLER_ON","features":[81]},{"name":"IDS_CPSUI_STDDOCPROPTAB","features":[81]},{"name":"IDS_CPSUI_STDDOCPROPTAB1","features":[81]},{"name":"IDS_CPSUI_STDDOCPROPTAB2","features":[81]},{"name":"IDS_CPSUI_STDDOCPROPTVTAB","features":[81]},{"name":"IDS_CPSUI_STRID_FIRST","features":[81]},{"name":"IDS_CPSUI_STRID_LAST","features":[81]},{"name":"IDS_CPSUI_TO","features":[81]},{"name":"IDS_CPSUI_TOTAL","features":[81]},{"name":"IDS_CPSUI_TRACTOR_TRAY","features":[81]},{"name":"IDS_CPSUI_TRANSPARENCY","features":[81]},{"name":"IDS_CPSUI_TRUE","features":[81]},{"name":"IDS_CPSUI_TTOPTION","features":[81]},{"name":"IDS_CPSUI_TT_DOWNLOADSOFT","features":[81]},{"name":"IDS_CPSUI_TT_DOWNLOADVECT","features":[81]},{"name":"IDS_CPSUI_TT_PRINTASGRAPHIC","features":[81]},{"name":"IDS_CPSUI_TT_SUBDEV","features":[81]},{"name":"IDS_CPSUI_UPPER_TRAY","features":[81]},{"name":"IDS_CPSUI_USE_DEVICE_HT","features":[81]},{"name":"IDS_CPSUI_USE_HOST_HT","features":[81]},{"name":"IDS_CPSUI_USE_PRINTER_HT","features":[81]},{"name":"IDS_CPSUI_VERSION","features":[81]},{"name":"IDS_CPSUI_VERTICAL","features":[81]},{"name":"IDS_CPSUI_WARNING","features":[81]},{"name":"IDS_CPSUI_WATERMARK","features":[81]},{"name":"IDS_CPSUI_YES","features":[81]},{"name":"IFixedDocument","features":[81]},{"name":"IFixedDocumentSequence","features":[81]},{"name":"IFixedPage","features":[81]},{"name":"IImgCreateErrorInfo","features":[81]},{"name":"IImgErrorInfo","features":[81]},{"name":"IInterFilterCommunicator","features":[81]},{"name":"INSERTPSUIPAGE_INFO","features":[81]},{"name":"INSPSUIPAGE_MODE_AFTER","features":[81]},{"name":"INSPSUIPAGE_MODE_BEFORE","features":[81]},{"name":"INSPSUIPAGE_MODE_FIRST_CHILD","features":[81]},{"name":"INSPSUIPAGE_MODE_INDEX","features":[81]},{"name":"INSPSUIPAGE_MODE_LAST_CHILD","features":[81]},{"name":"INTERNAL_NOTIFICATION_QUEUE_IS_FULL","features":[81]},{"name":"INVALID_NOTIFICATION_TYPE","features":[81]},{"name":"INVOC","features":[81]},{"name":"IOCTL_USBPRINT_ADD_CHILD_DEVICE","features":[81]},{"name":"IOCTL_USBPRINT_ADD_MSIPP_COMPAT_ID","features":[81]},{"name":"IOCTL_USBPRINT_CYCLE_PORT","features":[81]},{"name":"IOCTL_USBPRINT_GET_1284_ID","features":[81]},{"name":"IOCTL_USBPRINT_GET_INTERFACE_TYPE","features":[81]},{"name":"IOCTL_USBPRINT_GET_LPT_STATUS","features":[81]},{"name":"IOCTL_USBPRINT_GET_PROTOCOL","features":[81]},{"name":"IOCTL_USBPRINT_SET_DEVICE_ID","features":[81]},{"name":"IOCTL_USBPRINT_SET_PORT_NUMBER","features":[81]},{"name":"IOCTL_USBPRINT_SET_PROTOCOL","features":[81]},{"name":"IOCTL_USBPRINT_SOFT_RESET","features":[81]},{"name":"IOCTL_USBPRINT_VENDOR_GET_COMMAND","features":[81]},{"name":"IOCTL_USBPRINT_VENDOR_SET_COMMAND","features":[81]},{"name":"IPDFP_COPY_ALL_FILES","features":[81]},{"name":"IPartBase","features":[81]},{"name":"IPartColorProfile","features":[81]},{"name":"IPartDiscardControl","features":[81]},{"name":"IPartFont","features":[81]},{"name":"IPartFont2","features":[81]},{"name":"IPartImage","features":[81]},{"name":"IPartPrintTicket","features":[81]},{"name":"IPartResourceDictionary","features":[81]},{"name":"IPartThumbnail","features":[81]},{"name":"IPrintAsyncCookie","features":[81]},{"name":"IPrintAsyncNewChannelCookie","features":[81]},{"name":"IPrintAsyncNotify","features":[81]},{"name":"IPrintAsyncNotifyCallback","features":[81]},{"name":"IPrintAsyncNotifyChannel","features":[81]},{"name":"IPrintAsyncNotifyDataObject","features":[81]},{"name":"IPrintAsyncNotifyRegistration","features":[81]},{"name":"IPrintAsyncNotifyServerReferral","features":[81]},{"name":"IPrintBidiAsyncNotifyRegistration","features":[81]},{"name":"IPrintClassObjectFactory","features":[81]},{"name":"IPrintCoreHelper","features":[81]},{"name":"IPrintCoreHelperPS","features":[81]},{"name":"IPrintCoreHelperUni","features":[81]},{"name":"IPrintCoreHelperUni2","features":[81]},{"name":"IPrintCoreUI2","features":[81]},{"name":"IPrintJob","features":[81]},{"name":"IPrintJobCollection","features":[81]},{"name":"IPrintOemCommon","features":[81]},{"name":"IPrintOemDriverUI","features":[81]},{"name":"IPrintOemUI","features":[81]},{"name":"IPrintOemUI2","features":[81]},{"name":"IPrintOemUIMXDC","features":[81]},{"name":"IPrintPipelineFilter","features":[81]},{"name":"IPrintPipelineManagerControl","features":[81]},{"name":"IPrintPipelineProgressReport","features":[81]},{"name":"IPrintPipelinePropertyBag","features":[81]},{"name":"IPrintPreviewDxgiPackageTarget","features":[81]},{"name":"IPrintReadStream","features":[81]},{"name":"IPrintReadStreamFactory","features":[81]},{"name":"IPrintSchemaAsyncOperation","features":[81]},{"name":"IPrintSchemaAsyncOperationEvent","features":[81]},{"name":"IPrintSchemaCapabilities","features":[81]},{"name":"IPrintSchemaCapabilities2","features":[81]},{"name":"IPrintSchemaDisplayableElement","features":[81]},{"name":"IPrintSchemaElement","features":[81]},{"name":"IPrintSchemaFeature","features":[81]},{"name":"IPrintSchemaNUpOption","features":[81]},{"name":"IPrintSchemaOption","features":[81]},{"name":"IPrintSchemaOptionCollection","features":[81]},{"name":"IPrintSchemaPageImageableSize","features":[81]},{"name":"IPrintSchemaPageMediaSizeOption","features":[81]},{"name":"IPrintSchemaParameterDefinition","features":[81]},{"name":"IPrintSchemaParameterInitializer","features":[81]},{"name":"IPrintSchemaTicket","features":[81]},{"name":"IPrintSchemaTicket2","features":[81]},{"name":"IPrintTicketProvider","features":[81]},{"name":"IPrintTicketProvider2","features":[81]},{"name":"IPrintUnidiAsyncNotifyRegistration","features":[81]},{"name":"IPrintWriteStream","features":[81]},{"name":"IPrintWriteStreamFlush","features":[81]},{"name":"IPrinterBidiSetRequestCallback","features":[81]},{"name":"IPrinterExtensionAsyncOperation","features":[81]},{"name":"IPrinterExtensionContext","features":[81]},{"name":"IPrinterExtensionContextCollection","features":[81]},{"name":"IPrinterExtensionEvent","features":[81]},{"name":"IPrinterExtensionEventArgs","features":[81]},{"name":"IPrinterExtensionManager","features":[81]},{"name":"IPrinterExtensionRequest","features":[81]},{"name":"IPrinterPropertyBag","features":[81]},{"name":"IPrinterQueue","features":[81]},{"name":"IPrinterQueue2","features":[81]},{"name":"IPrinterQueueEvent","features":[81]},{"name":"IPrinterQueueView","features":[81]},{"name":"IPrinterQueueViewEvent","features":[81]},{"name":"IPrinterScriptContext","features":[81]},{"name":"IPrinterScriptablePropertyBag","features":[81]},{"name":"IPrinterScriptablePropertyBag2","features":[81]},{"name":"IPrinterScriptableSequentialStream","features":[81]},{"name":"IPrinterScriptableStream","features":[81]},{"name":"IXpsDocument","features":[81]},{"name":"IXpsDocumentConsumer","features":[81]},{"name":"IXpsDocumentProvider","features":[81]},{"name":"IXpsPartIterator","features":[81]},{"name":"IXpsRasterizationFactory","features":[81]},{"name":"IXpsRasterizationFactory1","features":[81]},{"name":"IXpsRasterizationFactory2","features":[81]},{"name":"IXpsRasterizer","features":[81]},{"name":"IXpsRasterizerNotificationCallback","features":[81]},{"name":"ImgErrorInfo","features":[81]},{"name":"ImpersonatePrinterClient","features":[1,81]},{"name":"InstallPrinterDriverFromPackageA","features":[81]},{"name":"InstallPrinterDriverFromPackageW","features":[81]},{"name":"IntermediatePageCount","features":[81]},{"name":"IsValidDevmodeA","features":[1,13,81]},{"name":"IsValidDevmodeW","features":[1,13,81]},{"name":"JOB_ACCESS_ADMINISTER","features":[81]},{"name":"JOB_ACCESS_READ","features":[81]},{"name":"JOB_CONTROL_CANCEL","features":[81]},{"name":"JOB_CONTROL_DELETE","features":[81]},{"name":"JOB_CONTROL_LAST_PAGE_EJECTED","features":[81]},{"name":"JOB_CONTROL_PAUSE","features":[81]},{"name":"JOB_CONTROL_RELEASE","features":[81]},{"name":"JOB_CONTROL_RESTART","features":[81]},{"name":"JOB_CONTROL_RESUME","features":[81]},{"name":"JOB_CONTROL_RETAIN","features":[81]},{"name":"JOB_CONTROL_SEND_TOAST","features":[81]},{"name":"JOB_CONTROL_SENT_TO_PRINTER","features":[81]},{"name":"JOB_INFO_1A","features":[1,81]},{"name":"JOB_INFO_1W","features":[1,81]},{"name":"JOB_INFO_2A","features":[1,13,81,5]},{"name":"JOB_INFO_2W","features":[1,13,81,5]},{"name":"JOB_INFO_3","features":[81]},{"name":"JOB_INFO_4A","features":[1,13,81,5]},{"name":"JOB_INFO_4W","features":[1,13,81,5]},{"name":"JOB_NOTIFY_FIELD_BYTES_PRINTED","features":[81]},{"name":"JOB_NOTIFY_FIELD_DATATYPE","features":[81]},{"name":"JOB_NOTIFY_FIELD_DEVMODE","features":[81]},{"name":"JOB_NOTIFY_FIELD_DOCUMENT","features":[81]},{"name":"JOB_NOTIFY_FIELD_DRIVER_NAME","features":[81]},{"name":"JOB_NOTIFY_FIELD_MACHINE_NAME","features":[81]},{"name":"JOB_NOTIFY_FIELD_NOTIFY_NAME","features":[81]},{"name":"JOB_NOTIFY_FIELD_PAGES_PRINTED","features":[81]},{"name":"JOB_NOTIFY_FIELD_PARAMETERS","features":[81]},{"name":"JOB_NOTIFY_FIELD_PORT_NAME","features":[81]},{"name":"JOB_NOTIFY_FIELD_POSITION","features":[81]},{"name":"JOB_NOTIFY_FIELD_PRINTER_NAME","features":[81]},{"name":"JOB_NOTIFY_FIELD_PRINT_PROCESSOR","features":[81]},{"name":"JOB_NOTIFY_FIELD_PRIORITY","features":[81]},{"name":"JOB_NOTIFY_FIELD_REMOTE_JOB_ID","features":[81]},{"name":"JOB_NOTIFY_FIELD_SECURITY_DESCRIPTOR","features":[81]},{"name":"JOB_NOTIFY_FIELD_START_TIME","features":[81]},{"name":"JOB_NOTIFY_FIELD_STATUS","features":[81]},{"name":"JOB_NOTIFY_FIELD_STATUS_STRING","features":[81]},{"name":"JOB_NOTIFY_FIELD_SUBMITTED","features":[81]},{"name":"JOB_NOTIFY_FIELD_TIME","features":[81]},{"name":"JOB_NOTIFY_FIELD_TOTAL_BYTES","features":[81]},{"name":"JOB_NOTIFY_FIELD_TOTAL_PAGES","features":[81]},{"name":"JOB_NOTIFY_FIELD_UNTIL_TIME","features":[81]},{"name":"JOB_NOTIFY_FIELD_USER_NAME","features":[81]},{"name":"JOB_NOTIFY_TYPE","features":[81]},{"name":"JOB_POSITION_UNSPECIFIED","features":[81]},{"name":"JOB_STATUS_BLOCKED_DEVQ","features":[81]},{"name":"JOB_STATUS_COMPLETE","features":[81]},{"name":"JOB_STATUS_DELETED","features":[81]},{"name":"JOB_STATUS_DELETING","features":[81]},{"name":"JOB_STATUS_ERROR","features":[81]},{"name":"JOB_STATUS_OFFLINE","features":[81]},{"name":"JOB_STATUS_PAPEROUT","features":[81]},{"name":"JOB_STATUS_PAUSED","features":[81]},{"name":"JOB_STATUS_PRINTED","features":[81]},{"name":"JOB_STATUS_PRINTING","features":[81]},{"name":"JOB_STATUS_RENDERING_LOCALLY","features":[81]},{"name":"JOB_STATUS_RESTART","features":[81]},{"name":"JOB_STATUS_RETAINED","features":[81]},{"name":"JOB_STATUS_SPOOLING","features":[81]},{"name":"JOB_STATUS_USER_INTERVENTION","features":[81]},{"name":"KERNDATA","features":[57,81]},{"name":"LOCAL_ONLY_REGISTRATION","features":[81]},{"name":"LPR","features":[81]},{"name":"MAPTABLE","features":[81]},{"name":"MAX_ADDRESS_STR_LEN","features":[81]},{"name":"MAX_CHANNEL_COUNT_EXCEEDED","features":[81]},{"name":"MAX_CPSFUNC_INDEX","features":[81]},{"name":"MAX_DEVICEDESCRIPTION_STR_LEN","features":[81]},{"name":"MAX_DLGPAGE_COUNT","features":[81]},{"name":"MAX_FORM_KEYWORD_LENGTH","features":[81]},{"name":"MAX_IPADDR_STR_LEN","features":[81]},{"name":"MAX_NETWORKNAME2_LEN","features":[81]},{"name":"MAX_NETWORKNAME_LEN","features":[81]},{"name":"MAX_NOTIFICATION_SIZE_EXCEEDED","features":[81]},{"name":"MAX_PORTNAME_LEN","features":[81]},{"name":"MAX_PRIORITY","features":[81]},{"name":"MAX_PROPSHEETUI_REASON_INDEX","features":[81]},{"name":"MAX_PSUIPAGEINSERT_INDEX","features":[81]},{"name":"MAX_QUEUENAME_LEN","features":[81]},{"name":"MAX_REGISTRATION_COUNT_EXCEEDED","features":[81]},{"name":"MAX_RES_STR_CHARS","features":[81]},{"name":"MAX_SNMP_COMMUNITY_STR_LEN","features":[81]},{"name":"MESSAGEBOX_PARAMS","features":[1,81]},{"name":"MIN_PRIORITY","features":[81]},{"name":"MONITOR","features":[52,1,81,9]},{"name":"MONITOR2","features":[52,1,81,9]},{"name":"MONITOREX","features":[52,1,81,9]},{"name":"MONITORINIT","features":[1,81,54]},{"name":"MONITORREG","features":[81]},{"name":"MONITORUI","features":[81]},{"name":"MONITOR_INFO_1A","features":[81]},{"name":"MONITOR_INFO_1W","features":[81]},{"name":"MONITOR_INFO_2A","features":[81]},{"name":"MONITOR_INFO_2W","features":[81]},{"name":"MS_PRINT_JOB_OUTPUT_FILE","features":[81]},{"name":"MTYPE_ADD","features":[81]},{"name":"MTYPE_COMPOSE","features":[81]},{"name":"MTYPE_DIRECT","features":[81]},{"name":"MTYPE_DISABLE","features":[81]},{"name":"MTYPE_DOUBLE","features":[81]},{"name":"MTYPE_DOUBLEBYTECHAR_MASK","features":[81]},{"name":"MTYPE_FORMAT_MASK","features":[81]},{"name":"MTYPE_PAIRED","features":[81]},{"name":"MTYPE_PREDEFIN_MASK","features":[81]},{"name":"MTYPE_REPLACE","features":[81]},{"name":"MTYPE_SINGLE","features":[81]},{"name":"MV_GRAPHICS","features":[81]},{"name":"MV_PHYSICAL","features":[81]},{"name":"MV_RELATIVE","features":[81]},{"name":"MV_SENDXMOVECMD","features":[81]},{"name":"MV_SENDYMOVECMD","features":[81]},{"name":"MV_UPDATE","features":[81]},{"name":"MXDCOP_GET_FILENAME","features":[81]},{"name":"MXDCOP_PRINTTICKET_FIXED_DOC","features":[81]},{"name":"MXDCOP_PRINTTICKET_FIXED_DOC_SEQ","features":[81]},{"name":"MXDCOP_PRINTTICKET_FIXED_PAGE","features":[81]},{"name":"MXDCOP_SET_S0PAGE","features":[81]},{"name":"MXDCOP_SET_S0PAGE_RESOURCE","features":[81]},{"name":"MXDCOP_SET_XPSPASSTHRU_MODE","features":[81]},{"name":"MXDC_ESCAPE","features":[81]},{"name":"MXDC_ESCAPE_HEADER_T","features":[81]},{"name":"MXDC_GET_FILENAME_DATA_T","features":[81]},{"name":"MXDC_IMAGETYPE_JPEGHIGH_COMPRESSION","features":[81]},{"name":"MXDC_IMAGETYPE_JPEGLOW_COMPRESSION","features":[81]},{"name":"MXDC_IMAGETYPE_JPEGMEDIUM_COMPRESSION","features":[81]},{"name":"MXDC_IMAGETYPE_PNG","features":[81]},{"name":"MXDC_IMAGE_TYPE_ENUMS","features":[81]},{"name":"MXDC_LANDSCAPE_ROTATE_COUNTERCLOCKWISE_270_DEGREES","features":[81]},{"name":"MXDC_LANDSCAPE_ROTATE_COUNTERCLOCKWISE_90_DEGREES","features":[81]},{"name":"MXDC_LANDSCAPE_ROTATE_NONE","features":[81]},{"name":"MXDC_LANDSCAPE_ROTATION_ENUMS","features":[81]},{"name":"MXDC_PRINTTICKET_DATA_T","features":[81]},{"name":"MXDC_PRINTTICKET_ESCAPE_T","features":[81]},{"name":"MXDC_RESOURCE_DICTIONARY","features":[81]},{"name":"MXDC_RESOURCE_ICC_PROFILE","features":[81]},{"name":"MXDC_RESOURCE_JPEG","features":[81]},{"name":"MXDC_RESOURCE_JPEG_THUMBNAIL","features":[81]},{"name":"MXDC_RESOURCE_MAX","features":[81]},{"name":"MXDC_RESOURCE_PNG","features":[81]},{"name":"MXDC_RESOURCE_PNG_THUMBNAIL","features":[81]},{"name":"MXDC_RESOURCE_TIFF","features":[81]},{"name":"MXDC_RESOURCE_TTF","features":[81]},{"name":"MXDC_RESOURCE_WDP","features":[81]},{"name":"MXDC_S0PAGE_DATA_T","features":[81]},{"name":"MXDC_S0PAGE_PASSTHROUGH_ESCAPE_T","features":[81]},{"name":"MXDC_S0PAGE_RESOURCE_ESCAPE_T","features":[81]},{"name":"MXDC_S0_PAGE_ENUMS","features":[81]},{"name":"MXDC_XPS_S0PAGE_RESOURCE_T","features":[81]},{"name":"NORMAL_PRINT","features":[81]},{"name":"NOTIFICATION_CALLBACK_COMMANDS","features":[81]},{"name":"NOTIFICATION_COMMAND_CONTEXT_ACQUIRE","features":[81]},{"name":"NOTIFICATION_COMMAND_CONTEXT_RELEASE","features":[81]},{"name":"NOTIFICATION_COMMAND_NOTIFY","features":[81]},{"name":"NOTIFICATION_CONFIG_1","features":[1,81]},{"name":"NOTIFICATION_CONFIG_ASYNC_CHANNEL","features":[81]},{"name":"NOTIFICATION_CONFIG_CREATE_EVENT","features":[81]},{"name":"NOTIFICATION_CONFIG_EVENT_TRIGGER","features":[81]},{"name":"NOTIFICATION_CONFIG_FLAGS","features":[81]},{"name":"NOTIFICATION_CONFIG_REGISTER_CALLBACK","features":[81]},{"name":"NOTIFICATION_RELEASE","features":[81]},{"name":"NOT_REGISTERED","features":[81]},{"name":"NO_BORDER_PRINT","features":[81]},{"name":"NO_COLOR_OPTIMIZATION","features":[81]},{"name":"NO_LISTENERS","features":[81]},{"name":"NO_PRIORITY","features":[81]},{"name":"OEMCUIPCALLBACK","features":[1,13,81,55]},{"name":"OEMCUIPPARAM","features":[1,13,81,55]},{"name":"OEMCUIP_DOCPROP","features":[81]},{"name":"OEMCUIP_PRNPROP","features":[81]},{"name":"OEMDMPARAM","features":[1,13,81]},{"name":"OEMDM_CONVERT","features":[81]},{"name":"OEMDM_DEFAULT","features":[81]},{"name":"OEMDM_MERGE","features":[81]},{"name":"OEMDM_SIZE","features":[81]},{"name":"OEMFONTINSTPARAM","features":[1,81]},{"name":"OEMGDS_FREEMEM","features":[81]},{"name":"OEMGDS_JOBTIMEOUT","features":[81]},{"name":"OEMGDS_MAX","features":[81]},{"name":"OEMGDS_MAXBITMAP","features":[81]},{"name":"OEMGDS_MINOUTLINE","features":[81]},{"name":"OEMGDS_MIN_DOCSTICKY","features":[81]},{"name":"OEMGDS_MIN_PRINTERSTICKY","features":[81]},{"name":"OEMGDS_PRINTFLAGS","features":[81]},{"name":"OEMGDS_PROTOCOL","features":[81]},{"name":"OEMGDS_PSDM_CUSTOMSIZE","features":[81]},{"name":"OEMGDS_PSDM_DIALECT","features":[81]},{"name":"OEMGDS_PSDM_FLAGS","features":[81]},{"name":"OEMGDS_PSDM_NUP","features":[81]},{"name":"OEMGDS_PSDM_PSLEVEL","features":[81]},{"name":"OEMGDS_PSDM_TTDLFMT","features":[81]},{"name":"OEMGDS_UNIDM_FLAGS","features":[81]},{"name":"OEMGDS_UNIDM_GPDVER","features":[81]},{"name":"OEMGDS_WAITTIMEOUT","features":[81]},{"name":"OEMGI_GETINTERFACEVERSION","features":[81]},{"name":"OEMGI_GETPUBLISHERINFO","features":[81]},{"name":"OEMGI_GETREQUESTEDHELPERINTERFACES","features":[81]},{"name":"OEMGI_GETSIGNATURE","features":[81]},{"name":"OEMGI_GETVERSION","features":[81]},{"name":"OEMPUBLISH_DEFAULT","features":[81]},{"name":"OEMPUBLISH_IPRINTCOREHELPER","features":[81]},{"name":"OEMTTY_INFO_CODEPAGE","features":[81]},{"name":"OEMTTY_INFO_MARGINS","features":[81]},{"name":"OEMTTY_INFO_NUM_UFMS","features":[81]},{"name":"OEMTTY_INFO_UFM_IDS","features":[81]},{"name":"OEMUIOBJ","features":[1,81]},{"name":"OEMUIPROCS","features":[1,81]},{"name":"OEMUIPSPARAM","features":[1,13,81]},{"name":"OEM_DMEXTRAHEADER","features":[81]},{"name":"OEM_MODE_PUBLISHER","features":[81]},{"name":"OIEXT","features":[1,81]},{"name":"OIEXTF_ANSI_STRING","features":[81]},{"name":"OPTCF_HIDE","features":[81]},{"name":"OPTCF_MASK","features":[81]},{"name":"OPTCOMBO","features":[1,81]},{"name":"OPTIF_CALLBACK","features":[81]},{"name":"OPTIF_CHANGED","features":[81]},{"name":"OPTIF_CHANGEONCE","features":[81]},{"name":"OPTIF_COLLAPSE","features":[81]},{"name":"OPTIF_DISABLED","features":[81]},{"name":"OPTIF_ECB_CHECKED","features":[81]},{"name":"OPTIF_EXT_DISABLED","features":[81]},{"name":"OPTIF_EXT_HIDE","features":[81]},{"name":"OPTIF_EXT_IS_EXTPUSH","features":[81]},{"name":"OPTIF_HAS_POIEXT","features":[81]},{"name":"OPTIF_HIDE","features":[81]},{"name":"OPTIF_INITIAL_TVITEM","features":[81]},{"name":"OPTIF_MASK","features":[81]},{"name":"OPTIF_NO_GROUPBOX_NAME","features":[81]},{"name":"OPTIF_OVERLAY_NO_ICON","features":[81]},{"name":"OPTIF_OVERLAY_STOP_ICON","features":[81]},{"name":"OPTIF_OVERLAY_WARNING_ICON","features":[81]},{"name":"OPTIF_SEL_AS_HICON","features":[81]},{"name":"OPTITEM","features":[1,81,55]},{"name":"OPTPARAM","features":[1,81]},{"name":"OPTPF_DISABLED","features":[81]},{"name":"OPTPF_HIDE","features":[81]},{"name":"OPTPF_ICONID_AS_HICON","features":[81]},{"name":"OPTPF_MASK","features":[81]},{"name":"OPTPF_OVERLAY_NO_ICON","features":[81]},{"name":"OPTPF_OVERLAY_STOP_ICON","features":[81]},{"name":"OPTPF_OVERLAY_WARNING_ICON","features":[81]},{"name":"OPTPF_USE_HDLGTEMPLATE","features":[81]},{"name":"OPTTF_MASK","features":[81]},{"name":"OPTTF_NOSPACE_BEFORE_POSTFIX","features":[81]},{"name":"OPTTF_TYPE_DISABLED","features":[81]},{"name":"OPTTYPE","features":[1,81]},{"name":"OTS_LBCB_INCL_ITEM_NONE","features":[81]},{"name":"OTS_LBCB_NO_ICON16_IN_ITEM","features":[81]},{"name":"OTS_LBCB_PROPPAGE_CBUSELB","features":[81]},{"name":"OTS_LBCB_PROPPAGE_LBUSECB","features":[81]},{"name":"OTS_LBCB_SORT","features":[81]},{"name":"OTS_MASK","features":[81]},{"name":"OTS_PUSH_ENABLE_ALWAYS","features":[81]},{"name":"OTS_PUSH_INCL_SETUP_TITLE","features":[81]},{"name":"OTS_PUSH_NO_DOT_DOT_DOT","features":[81]},{"name":"OpenPrinter2A","features":[1,13,81]},{"name":"OpenPrinter2W","features":[1,13,81]},{"name":"OpenPrinterA","features":[1,13,81]},{"name":"OpenPrinterW","features":[1,13,81]},{"name":"PDEV_ADJUST_PAPER_MARGIN_TYPE","features":[81]},{"name":"PDEV_HOSTFONT_ENABLED_TYPE","features":[81]},{"name":"PDEV_USE_TRUE_COLOR_TYPE","features":[81]},{"name":"PFNCOMPROPSHEET","features":[1,81]},{"name":"PFNPROPSHEETUI","features":[1,81]},{"name":"PFN_DrvGetDriverSetting","features":[1,81]},{"name":"PFN_DrvUpdateUISetting","features":[1,81]},{"name":"PFN_DrvUpgradeRegistrySetting","features":[1,81]},{"name":"PFN_PRINTING_ADDPORT","features":[1,81]},{"name":"PFN_PRINTING_ADDPORT2","features":[1,81]},{"name":"PFN_PRINTING_ADDPORTEX","features":[1,81]},{"name":"PFN_PRINTING_ADDPORTEX2","features":[1,81]},{"name":"PFN_PRINTING_CLOSEPORT","features":[1,81]},{"name":"PFN_PRINTING_CLOSEPORT2","features":[1,81]},{"name":"PFN_PRINTING_CONFIGUREPORT","features":[1,81]},{"name":"PFN_PRINTING_CONFIGUREPORT2","features":[1,81]},{"name":"PFN_PRINTING_DELETEPORT","features":[1,81]},{"name":"PFN_PRINTING_DELETEPORT2","features":[1,81]},{"name":"PFN_PRINTING_ENDDOCPORT","features":[1,81]},{"name":"PFN_PRINTING_ENDDOCPORT2","features":[1,81]},{"name":"PFN_PRINTING_ENUMPORTS","features":[1,81]},{"name":"PFN_PRINTING_ENUMPORTS2","features":[1,81]},{"name":"PFN_PRINTING_GETPRINTERDATAFROMPORT","features":[1,81]},{"name":"PFN_PRINTING_GETPRINTERDATAFROMPORT2","features":[1,81]},{"name":"PFN_PRINTING_NOTIFYUNUSEDPORTS2","features":[1,81]},{"name":"PFN_PRINTING_NOTIFYUSEDPORTS2","features":[1,81]},{"name":"PFN_PRINTING_OPENPORT","features":[1,81]},{"name":"PFN_PRINTING_OPENPORT2","features":[1,81]},{"name":"PFN_PRINTING_OPENPORTEX","features":[52,1,81,9]},{"name":"PFN_PRINTING_OPENPORTEX2","features":[52,1,81,9]},{"name":"PFN_PRINTING_POWEREVENT2","features":[1,81,9]},{"name":"PFN_PRINTING_READPORT","features":[1,81]},{"name":"PFN_PRINTING_READPORT2","features":[1,81]},{"name":"PFN_PRINTING_SENDRECVBIDIDATAFROMPORT2","features":[1,81]},{"name":"PFN_PRINTING_SETPORTTIMEOUTS","features":[52,1,81]},{"name":"PFN_PRINTING_SETPORTTIMEOUTS2","features":[52,1,81]},{"name":"PFN_PRINTING_SHUTDOWN2","features":[1,81]},{"name":"PFN_PRINTING_STARTDOCPORT","features":[1,81]},{"name":"PFN_PRINTING_STARTDOCPORT2","features":[1,81]},{"name":"PFN_PRINTING_WRITEPORT","features":[1,81]},{"name":"PFN_PRINTING_WRITEPORT2","features":[1,81]},{"name":"PFN_PRINTING_XCVCLOSEPORT","features":[1,81]},{"name":"PFN_PRINTING_XCVCLOSEPORT2","features":[1,81]},{"name":"PFN_PRINTING_XCVDATAPORT","features":[1,81]},{"name":"PFN_PRINTING_XCVDATAPORT2","features":[1,81]},{"name":"PFN_PRINTING_XCVOPENPORT","features":[1,81]},{"name":"PFN_PRINTING_XCVOPENPORT2","features":[1,81]},{"name":"PORT_DATA_1","features":[81]},{"name":"PORT_DATA_2","features":[81]},{"name":"PORT_DATA_LIST_1","features":[81]},{"name":"PORT_INFO_1A","features":[81]},{"name":"PORT_INFO_1W","features":[81]},{"name":"PORT_INFO_2A","features":[81]},{"name":"PORT_INFO_2W","features":[81]},{"name":"PORT_INFO_3A","features":[81]},{"name":"PORT_INFO_3W","features":[81]},{"name":"PORT_STATUS_DOOR_OPEN","features":[81]},{"name":"PORT_STATUS_NO_TONER","features":[81]},{"name":"PORT_STATUS_OFFLINE","features":[81]},{"name":"PORT_STATUS_OUTPUT_BIN_FULL","features":[81]},{"name":"PORT_STATUS_OUT_OF_MEMORY","features":[81]},{"name":"PORT_STATUS_PAPER_JAM","features":[81]},{"name":"PORT_STATUS_PAPER_OUT","features":[81]},{"name":"PORT_STATUS_PAPER_PROBLEM","features":[81]},{"name":"PORT_STATUS_POWER_SAVE","features":[81]},{"name":"PORT_STATUS_TONER_LOW","features":[81]},{"name":"PORT_STATUS_TYPE_ERROR","features":[81]},{"name":"PORT_STATUS_TYPE_INFO","features":[81]},{"name":"PORT_STATUS_TYPE_WARNING","features":[81]},{"name":"PORT_STATUS_USER_INTERVENTION","features":[81]},{"name":"PORT_STATUS_WARMING_UP","features":[81]},{"name":"PORT_TYPE_NET_ATTACHED","features":[81]},{"name":"PORT_TYPE_READ","features":[81]},{"name":"PORT_TYPE_REDIRECTED","features":[81]},{"name":"PORT_TYPE_WRITE","features":[81]},{"name":"PPCAPS_BOOKLET_EDGE","features":[81]},{"name":"PPCAPS_BORDER_PRINT","features":[81]},{"name":"PPCAPS_REVERSE_PAGES_FOR_REVERSE_DUPLEX","features":[81]},{"name":"PPCAPS_RIGHT_THEN_DOWN","features":[81]},{"name":"PPCAPS_SQUARE_SCALING","features":[81]},{"name":"PRINTER_ACCESS_ADMINISTER","features":[81]},{"name":"PRINTER_ACCESS_MANAGE_LIMITED","features":[81]},{"name":"PRINTER_ACCESS_RIGHTS","features":[81]},{"name":"PRINTER_ACCESS_USE","features":[81]},{"name":"PRINTER_ALL_ACCESS","features":[81]},{"name":"PRINTER_ATTRIBUTE_DEFAULT","features":[81]},{"name":"PRINTER_ATTRIBUTE_DIRECT","features":[81]},{"name":"PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST","features":[81]},{"name":"PRINTER_ATTRIBUTE_ENABLE_BIDI","features":[81]},{"name":"PRINTER_ATTRIBUTE_ENABLE_DEVQ","features":[81]},{"name":"PRINTER_ATTRIBUTE_ENTERPRISE_CLOUD","features":[81]},{"name":"PRINTER_ATTRIBUTE_FAX","features":[81]},{"name":"PRINTER_ATTRIBUTE_FRIENDLY_NAME","features":[81]},{"name":"PRINTER_ATTRIBUTE_HIDDEN","features":[81]},{"name":"PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS","features":[81]},{"name":"PRINTER_ATTRIBUTE_LOCAL","features":[81]},{"name":"PRINTER_ATTRIBUTE_MACHINE","features":[81]},{"name":"PRINTER_ATTRIBUTE_NETWORK","features":[81]},{"name":"PRINTER_ATTRIBUTE_PER_USER","features":[81]},{"name":"PRINTER_ATTRIBUTE_PUBLISHED","features":[81]},{"name":"PRINTER_ATTRIBUTE_PUSHED_MACHINE","features":[81]},{"name":"PRINTER_ATTRIBUTE_PUSHED_USER","features":[81]},{"name":"PRINTER_ATTRIBUTE_QUEUED","features":[81]},{"name":"PRINTER_ATTRIBUTE_RAW_ONLY","features":[81]},{"name":"PRINTER_ATTRIBUTE_SHARED","features":[81]},{"name":"PRINTER_ATTRIBUTE_TS","features":[81]},{"name":"PRINTER_ATTRIBUTE_TS_GENERIC_DRIVER","features":[81]},{"name":"PRINTER_ATTRIBUTE_WORK_OFFLINE","features":[81]},{"name":"PRINTER_CHANGE_ADD_FORM","features":[81]},{"name":"PRINTER_CHANGE_ADD_JOB","features":[81]},{"name":"PRINTER_CHANGE_ADD_PORT","features":[81]},{"name":"PRINTER_CHANGE_ADD_PRINTER","features":[81]},{"name":"PRINTER_CHANGE_ADD_PRINTER_DRIVER","features":[81]},{"name":"PRINTER_CHANGE_ADD_PRINT_PROCESSOR","features":[81]},{"name":"PRINTER_CHANGE_ALL","features":[81]},{"name":"PRINTER_CHANGE_CONFIGURE_PORT","features":[81]},{"name":"PRINTER_CHANGE_DELETE_FORM","features":[81]},{"name":"PRINTER_CHANGE_DELETE_JOB","features":[81]},{"name":"PRINTER_CHANGE_DELETE_PORT","features":[81]},{"name":"PRINTER_CHANGE_DELETE_PRINTER","features":[81]},{"name":"PRINTER_CHANGE_DELETE_PRINTER_DRIVER","features":[81]},{"name":"PRINTER_CHANGE_DELETE_PRINT_PROCESSOR","features":[81]},{"name":"PRINTER_CHANGE_FAILED_CONNECTION_PRINTER","features":[81]},{"name":"PRINTER_CHANGE_FORM","features":[81]},{"name":"PRINTER_CHANGE_JOB","features":[81]},{"name":"PRINTER_CHANGE_PORT","features":[81]},{"name":"PRINTER_CHANGE_PRINTER","features":[81]},{"name":"PRINTER_CHANGE_PRINTER_DRIVER","features":[81]},{"name":"PRINTER_CHANGE_PRINT_PROCESSOR","features":[81]},{"name":"PRINTER_CHANGE_SERVER","features":[81]},{"name":"PRINTER_CHANGE_SET_FORM","features":[81]},{"name":"PRINTER_CHANGE_SET_JOB","features":[81]},{"name":"PRINTER_CHANGE_SET_PRINTER","features":[81]},{"name":"PRINTER_CHANGE_SET_PRINTER_DRIVER","features":[81]},{"name":"PRINTER_CHANGE_TIMEOUT","features":[81]},{"name":"PRINTER_CHANGE_WRITE_JOB","features":[81]},{"name":"PRINTER_CONNECTION_INFO_1A","features":[81]},{"name":"PRINTER_CONNECTION_INFO_1W","features":[81]},{"name":"PRINTER_CONNECTION_MISMATCH","features":[81]},{"name":"PRINTER_CONNECTION_NO_UI","features":[81]},{"name":"PRINTER_CONTROL_PAUSE","features":[81]},{"name":"PRINTER_CONTROL_PURGE","features":[81]},{"name":"PRINTER_CONTROL_RESUME","features":[81]},{"name":"PRINTER_CONTROL_SET_STATUS","features":[81]},{"name":"PRINTER_DEFAULTSA","features":[1,13,81]},{"name":"PRINTER_DEFAULTSW","features":[1,13,81]},{"name":"PRINTER_DELETE","features":[81]},{"name":"PRINTER_DRIVER_CATEGORY_3D","features":[81]},{"name":"PRINTER_DRIVER_CATEGORY_CLOUD","features":[81]},{"name":"PRINTER_DRIVER_CATEGORY_FAX","features":[81]},{"name":"PRINTER_DRIVER_CATEGORY_FILE","features":[81]},{"name":"PRINTER_DRIVER_CATEGORY_SERVICE","features":[81]},{"name":"PRINTER_DRIVER_CATEGORY_VIRTUAL","features":[81]},{"name":"PRINTER_DRIVER_CLASS","features":[81]},{"name":"PRINTER_DRIVER_DERIVED","features":[81]},{"name":"PRINTER_DRIVER_NOT_SHAREABLE","features":[81]},{"name":"PRINTER_DRIVER_PACKAGE_AWARE","features":[81]},{"name":"PRINTER_DRIVER_SANDBOX_DISABLED","features":[81]},{"name":"PRINTER_DRIVER_SANDBOX_ENABLED","features":[81]},{"name":"PRINTER_DRIVER_SOFT_RESET_REQUIRED","features":[81]},{"name":"PRINTER_DRIVER_XPS","features":[81]},{"name":"PRINTER_ENUM_CATEGORY_3D","features":[81]},{"name":"PRINTER_ENUM_CATEGORY_ALL","features":[81]},{"name":"PRINTER_ENUM_CONNECTIONS","features":[81]},{"name":"PRINTER_ENUM_CONTAINER","features":[81]},{"name":"PRINTER_ENUM_DEFAULT","features":[81]},{"name":"PRINTER_ENUM_EXPAND","features":[81]},{"name":"PRINTER_ENUM_FAVORITE","features":[81]},{"name":"PRINTER_ENUM_HIDE","features":[81]},{"name":"PRINTER_ENUM_ICON1","features":[81]},{"name":"PRINTER_ENUM_ICON2","features":[81]},{"name":"PRINTER_ENUM_ICON3","features":[81]},{"name":"PRINTER_ENUM_ICON4","features":[81]},{"name":"PRINTER_ENUM_ICON5","features":[81]},{"name":"PRINTER_ENUM_ICON6","features":[81]},{"name":"PRINTER_ENUM_ICON7","features":[81]},{"name":"PRINTER_ENUM_ICON8","features":[81]},{"name":"PRINTER_ENUM_ICONMASK","features":[81]},{"name":"PRINTER_ENUM_LOCAL","features":[81]},{"name":"PRINTER_ENUM_NAME","features":[81]},{"name":"PRINTER_ENUM_NETWORK","features":[81]},{"name":"PRINTER_ENUM_REMOTE","features":[81]},{"name":"PRINTER_ENUM_SHARED","features":[81]},{"name":"PRINTER_ENUM_VALUESA","features":[81]},{"name":"PRINTER_ENUM_VALUESW","features":[81]},{"name":"PRINTER_ERROR_INFORMATION","features":[81]},{"name":"PRINTER_ERROR_JAM","features":[81]},{"name":"PRINTER_ERROR_OUTOFPAPER","features":[81]},{"name":"PRINTER_ERROR_OUTOFTONER","features":[81]},{"name":"PRINTER_ERROR_SEVERE","features":[81]},{"name":"PRINTER_ERROR_WARNING","features":[81]},{"name":"PRINTER_EVENT_ADD_CONNECTION","features":[81]},{"name":"PRINTER_EVENT_ADD_CONNECTION_NO_UI","features":[81]},{"name":"PRINTER_EVENT_ATTRIBUTES_CHANGED","features":[81]},{"name":"PRINTER_EVENT_ATTRIBUTES_INFO","features":[81]},{"name":"PRINTER_EVENT_CACHE_DELETE","features":[81]},{"name":"PRINTER_EVENT_CACHE_REFRESH","features":[81]},{"name":"PRINTER_EVENT_CONFIGURATION_CHANGE","features":[81]},{"name":"PRINTER_EVENT_CONFIGURATION_UPDATE","features":[81]},{"name":"PRINTER_EVENT_DELETE","features":[81]},{"name":"PRINTER_EVENT_DELETE_CONNECTION","features":[81]},{"name":"PRINTER_EVENT_DELETE_CONNECTION_NO_UI","features":[81]},{"name":"PRINTER_EVENT_FLAG_NO_UI","features":[81]},{"name":"PRINTER_EVENT_INITIALIZE","features":[81]},{"name":"PRINTER_EXECUTE","features":[81]},{"name":"PRINTER_EXTENSION_DETAILEDREASON_PRINTER_STATUS","features":[81]},{"name":"PRINTER_EXTENSION_REASON_DRIVER_EVENT","features":[81]},{"name":"PRINTER_EXTENSION_REASON_PRINT_PREFERENCES","features":[81]},{"name":"PRINTER_HANDLE","features":[81]},{"name":"PRINTER_INFO_1A","features":[81]},{"name":"PRINTER_INFO_1W","features":[81]},{"name":"PRINTER_INFO_2A","features":[1,13,81,5]},{"name":"PRINTER_INFO_2W","features":[1,13,81,5]},{"name":"PRINTER_INFO_3","features":[81,5]},{"name":"PRINTER_INFO_4A","features":[81]},{"name":"PRINTER_INFO_4W","features":[81]},{"name":"PRINTER_INFO_5A","features":[81]},{"name":"PRINTER_INFO_5W","features":[81]},{"name":"PRINTER_INFO_6","features":[81]},{"name":"PRINTER_INFO_7A","features":[81]},{"name":"PRINTER_INFO_7W","features":[81]},{"name":"PRINTER_INFO_8A","features":[1,13,81]},{"name":"PRINTER_INFO_8W","features":[1,13,81]},{"name":"PRINTER_INFO_9A","features":[1,13,81]},{"name":"PRINTER_INFO_9W","features":[1,13,81]},{"name":"PRINTER_NOTIFY_CATEGORY_3D","features":[81]},{"name":"PRINTER_NOTIFY_CATEGORY_ALL","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_ATTRIBUTES","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_AVERAGE_PPM","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_BRANCH_OFFICE_PRINTING","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_BYTES_PRINTED","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_CJOBS","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_COMMENT","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_DATATYPE","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_DEFAULT_PRIORITY","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_DEVMODE","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_DRIVER_NAME","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_FRIENDLY_NAME","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_LOCATION","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_OBJECT_GUID","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_PAGES_PRINTED","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_PARAMETERS","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_PORT_NAME","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_PRINTER_NAME","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_PRINT_PROCESSOR","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_PRIORITY","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_SECURITY_DESCRIPTOR","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_SEPFILE","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_SERVER_NAME","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_SHARE_NAME","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_START_TIME","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_STATUS","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_STATUS_STRING","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_TOTAL_BYTES","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_TOTAL_PAGES","features":[81]},{"name":"PRINTER_NOTIFY_FIELD_UNTIL_TIME","features":[81]},{"name":"PRINTER_NOTIFY_INFO","features":[81]},{"name":"PRINTER_NOTIFY_INFO_DATA","features":[81]},{"name":"PRINTER_NOTIFY_INFO_DATA_COMPACT","features":[81]},{"name":"PRINTER_NOTIFY_INFO_DISCARDED","features":[81]},{"name":"PRINTER_NOTIFY_INIT","features":[81]},{"name":"PRINTER_NOTIFY_OPTIONS","features":[81]},{"name":"PRINTER_NOTIFY_OPTIONS_REFRESH","features":[81]},{"name":"PRINTER_NOTIFY_OPTIONS_TYPE","features":[81]},{"name":"PRINTER_NOTIFY_STATUS_ENDPOINT","features":[81]},{"name":"PRINTER_NOTIFY_STATUS_INFO","features":[81]},{"name":"PRINTER_NOTIFY_STATUS_POLL","features":[81]},{"name":"PRINTER_NOTIFY_TYPE","features":[81]},{"name":"PRINTER_OEMINTF_VERSION","features":[81]},{"name":"PRINTER_OPTIONSA","features":[81]},{"name":"PRINTER_OPTIONSW","features":[81]},{"name":"PRINTER_OPTION_CACHE","features":[81]},{"name":"PRINTER_OPTION_CLIENT_CHANGE","features":[81]},{"name":"PRINTER_OPTION_FLAGS","features":[81]},{"name":"PRINTER_OPTION_NO_CACHE","features":[81]},{"name":"PRINTER_OPTION_NO_CLIENT_DATA","features":[81]},{"name":"PRINTER_READ","features":[81]},{"name":"PRINTER_READ_CONTROL","features":[81]},{"name":"PRINTER_STANDARD_RIGHTS_EXECUTE","features":[81]},{"name":"PRINTER_STANDARD_RIGHTS_READ","features":[81]},{"name":"PRINTER_STANDARD_RIGHTS_REQUIRED","features":[81]},{"name":"PRINTER_STANDARD_RIGHTS_WRITE","features":[81]},{"name":"PRINTER_STATUS_BUSY","features":[81]},{"name":"PRINTER_STATUS_DOOR_OPEN","features":[81]},{"name":"PRINTER_STATUS_DRIVER_UPDATE_NEEDED","features":[81]},{"name":"PRINTER_STATUS_ERROR","features":[81]},{"name":"PRINTER_STATUS_INITIALIZING","features":[81]},{"name":"PRINTER_STATUS_IO_ACTIVE","features":[81]},{"name":"PRINTER_STATUS_MANUAL_FEED","features":[81]},{"name":"PRINTER_STATUS_NOT_AVAILABLE","features":[81]},{"name":"PRINTER_STATUS_NO_TONER","features":[81]},{"name":"PRINTER_STATUS_OFFLINE","features":[81]},{"name":"PRINTER_STATUS_OUTPUT_BIN_FULL","features":[81]},{"name":"PRINTER_STATUS_OUT_OF_MEMORY","features":[81]},{"name":"PRINTER_STATUS_PAGE_PUNT","features":[81]},{"name":"PRINTER_STATUS_PAPER_JAM","features":[81]},{"name":"PRINTER_STATUS_PAPER_OUT","features":[81]},{"name":"PRINTER_STATUS_PAPER_PROBLEM","features":[81]},{"name":"PRINTER_STATUS_PAUSED","features":[81]},{"name":"PRINTER_STATUS_PENDING_DELETION","features":[81]},{"name":"PRINTER_STATUS_POWER_SAVE","features":[81]},{"name":"PRINTER_STATUS_PRINTING","features":[81]},{"name":"PRINTER_STATUS_PROCESSING","features":[81]},{"name":"PRINTER_STATUS_SERVER_OFFLINE","features":[81]},{"name":"PRINTER_STATUS_SERVER_UNKNOWN","features":[81]},{"name":"PRINTER_STATUS_TONER_LOW","features":[81]},{"name":"PRINTER_STATUS_USER_INTERVENTION","features":[81]},{"name":"PRINTER_STATUS_WAITING","features":[81]},{"name":"PRINTER_STATUS_WARMING_UP","features":[81]},{"name":"PRINTER_SYNCHRONIZE","features":[81]},{"name":"PRINTER_WRITE","features":[81]},{"name":"PRINTER_WRITE_DAC","features":[81]},{"name":"PRINTER_WRITE_OWNER","features":[81]},{"name":"PRINTIFI32","features":[1,13,81]},{"name":"PRINTPROCESSOROPENDATA","features":[1,13,81]},{"name":"PRINTPROCESSOR_CAPS_1","features":[81]},{"name":"PRINTPROCESSOR_CAPS_2","features":[81]},{"name":"PRINTPROCESSOR_INFO_1A","features":[81]},{"name":"PRINTPROCESSOR_INFO_1W","features":[81]},{"name":"PRINTPROVIDOR","features":[81]},{"name":"PRINT_APP_BIDI_NOTIFY_CHANNEL","features":[81]},{"name":"PRINT_EXECUTION_CONTEXT","features":[81]},{"name":"PRINT_EXECUTION_CONTEXT_APPLICATION","features":[81]},{"name":"PRINT_EXECUTION_CONTEXT_FILTER_PIPELINE","features":[81]},{"name":"PRINT_EXECUTION_CONTEXT_SPOOLER_ISOLATION_HOST","features":[81]},{"name":"PRINT_EXECUTION_CONTEXT_SPOOLER_SERVICE","features":[81]},{"name":"PRINT_EXECUTION_CONTEXT_WOW64","features":[81]},{"name":"PRINT_EXECUTION_DATA","features":[81]},{"name":"PRINT_FEATURE_OPTION","features":[81]},{"name":"PRINT_PORT_MONITOR_NOTIFY_CHANNEL","features":[81]},{"name":"PROPSHEETUI_GETICON_INFO","features":[81,55]},{"name":"PROPSHEETUI_INFO","features":[1,81]},{"name":"PROPSHEETUI_INFO_HEADER","features":[1,81,55]},{"name":"PROPSHEETUI_INFO_VERSION","features":[81]},{"name":"PROPSHEETUI_REASON_BEFORE_INIT","features":[81]},{"name":"PROPSHEETUI_REASON_DESTROY","features":[81]},{"name":"PROPSHEETUI_REASON_GET_ICON","features":[81]},{"name":"PROPSHEETUI_REASON_GET_INFO_HEADER","features":[81]},{"name":"PROPSHEETUI_REASON_INIT","features":[81]},{"name":"PROPSHEETUI_REASON_SET_RESULT","features":[81]},{"name":"PROTOCOL_LPR_TYPE","features":[81]},{"name":"PROTOCOL_RAWTCP_TYPE","features":[81]},{"name":"PROTOCOL_UNKNOWN_TYPE","features":[81]},{"name":"PROVIDOR_INFO_1A","features":[81]},{"name":"PROVIDOR_INFO_1W","features":[81]},{"name":"PROVIDOR_INFO_2A","features":[81]},{"name":"PROVIDOR_INFO_2W","features":[81]},{"name":"PSCRIPT5_PRIVATE_DEVMODE","features":[81]},{"name":"PSPINFO","features":[1,81]},{"name":"PSUIHDRF_DEFTITLE","features":[81]},{"name":"PSUIHDRF_EXACT_PTITLE","features":[81]},{"name":"PSUIHDRF_NOAPPLYNOW","features":[81]},{"name":"PSUIHDRF_OBSOLETE","features":[81]},{"name":"PSUIHDRF_PROPTITLE","features":[81]},{"name":"PSUIHDRF_USEHICON","features":[81]},{"name":"PSUIINFO_UNICODE","features":[81]},{"name":"PSUIPAGEINSERT_DLL","features":[81]},{"name":"PSUIPAGEINSERT_GROUP_PARENT","features":[81]},{"name":"PSUIPAGEINSERT_HPROPSHEETPAGE","features":[81]},{"name":"PSUIPAGEINSERT_PCOMPROPSHEETUI","features":[81]},{"name":"PSUIPAGEINSERT_PFNPROPSHEETUI","features":[81]},{"name":"PSUIPAGEINSERT_PROPSHEETPAGE","features":[81]},{"name":"PTSHIM_DEFAULT","features":[81]},{"name":"PTSHIM_NOSNAPSHOT","features":[81]},{"name":"PUBLISHERINFO","features":[81]},{"name":"PUSHBUTTON_TYPE_CALLBACK","features":[81]},{"name":"PUSHBUTTON_TYPE_DLGPROC","features":[81]},{"name":"PUSHBUTTON_TYPE_HTCLRADJ","features":[81]},{"name":"PUSHBUTTON_TYPE_HTSETUP","features":[81]},{"name":"PageCountType","features":[81]},{"name":"PartialReplyPrinterChangeNotification","features":[1,81]},{"name":"PlayGdiScriptOnPrinterIC","features":[1,81]},{"name":"PrintAsyncNotifyConversationStyle","features":[81]},{"name":"PrintAsyncNotifyError","features":[81]},{"name":"PrintAsyncNotifyUserFilter","features":[81]},{"name":"PrintJobStatus","features":[81]},{"name":"PrintJobStatus_BlockedDeviceQueue","features":[81]},{"name":"PrintJobStatus_Complete","features":[81]},{"name":"PrintJobStatus_Deleted","features":[81]},{"name":"PrintJobStatus_Deleting","features":[81]},{"name":"PrintJobStatus_Error","features":[81]},{"name":"PrintJobStatus_Offline","features":[81]},{"name":"PrintJobStatus_PaperOut","features":[81]},{"name":"PrintJobStatus_Paused","features":[81]},{"name":"PrintJobStatus_Printed","features":[81]},{"name":"PrintJobStatus_Printing","features":[81]},{"name":"PrintJobStatus_Restarted","features":[81]},{"name":"PrintJobStatus_Retained","features":[81]},{"name":"PrintJobStatus_Spooling","features":[81]},{"name":"PrintJobStatus_UserIntervention","features":[81]},{"name":"PrintNamedProperty","features":[81]},{"name":"PrintPropertiesCollection","features":[81]},{"name":"PrintPropertyValue","features":[81]},{"name":"PrintSchemaAsyncOperation","features":[81]},{"name":"PrintSchemaConstrainedSetting","features":[81]},{"name":"PrintSchemaConstrainedSetting_Admin","features":[81]},{"name":"PrintSchemaConstrainedSetting_Device","features":[81]},{"name":"PrintSchemaConstrainedSetting_None","features":[81]},{"name":"PrintSchemaConstrainedSetting_PrintTicket","features":[81]},{"name":"PrintSchemaParameterDataType","features":[81]},{"name":"PrintSchemaParameterDataType_Integer","features":[81]},{"name":"PrintSchemaParameterDataType_NumericString","features":[81]},{"name":"PrintSchemaParameterDataType_String","features":[81]},{"name":"PrintSchemaSelectionType","features":[81]},{"name":"PrintSchemaSelectionType_PickMany","features":[81]},{"name":"PrintSchemaSelectionType_PickOne","features":[81]},{"name":"PrinterExtensionManager","features":[81]},{"name":"PrinterMessageBoxA","features":[1,81]},{"name":"PrinterMessageBoxW","features":[1,81]},{"name":"PrinterProperties","features":[1,81]},{"name":"PrinterQueue","features":[81]},{"name":"PrinterQueueView","features":[81]},{"name":"ProvidorFindClosePrinterChangeNotification","features":[1,81]},{"name":"ProvidorFindFirstPrinterChangeNotification","features":[1,81]},{"name":"QCP_DEVICEPROFILE","features":[81]},{"name":"QCP_PROFILEDISK","features":[81]},{"name":"QCP_PROFILEMEMORY","features":[81]},{"name":"QCP_SOURCEPROFILE","features":[81]},{"name":"RAWTCP","features":[81]},{"name":"REMOTE_ONLY_REGISTRATION","features":[81]},{"name":"REVERSE_PAGES_FOR_REVERSE_DUPLEX","features":[81]},{"name":"REVERSE_PRINT","features":[81]},{"name":"RIGHT_THEN_DOWN","features":[81]},{"name":"ROUTER_NOTIFY_CALLBACK","features":[1,81]},{"name":"ROUTER_STOP_ROUTING","features":[81]},{"name":"ROUTER_SUCCESS","features":[81]},{"name":"ROUTER_UNKNOWN","features":[81]},{"name":"ReadPrinter","features":[1,81]},{"name":"RegisterForPrintAsyncNotifications","features":[1,81]},{"name":"RemovePrintDeviceObject","features":[1,81]},{"name":"ReplyPrinterChangeNotification","features":[1,81]},{"name":"ReplyPrinterChangeNotificationEx","features":[1,81]},{"name":"ReportJobProcessingProgress","features":[1,81]},{"name":"ResetPrinterA","features":[1,13,81]},{"name":"ResetPrinterW","features":[1,13,81]},{"name":"RevertToPrinterSelf","features":[1,81]},{"name":"RouterAllocBidiMem","features":[81]},{"name":"RouterAllocBidiResponseContainer","features":[1,81]},{"name":"RouterAllocPrinterNotifyInfo","features":[81]},{"name":"RouterFreeBidiMem","features":[81]},{"name":"RouterFreeBidiResponseContainer","features":[1,81]},{"name":"RouterFreePrinterNotifyInfo","features":[1,81]},{"name":"SERVER_ACCESS_ADMINISTER","features":[81]},{"name":"SERVER_ACCESS_ENUMERATE","features":[81]},{"name":"SERVER_ALL_ACCESS","features":[81]},{"name":"SERVER_EXECUTE","features":[81]},{"name":"SERVER_NOTIFY_FIELD_PRINT_DRIVER_ISOLATION_GROUP","features":[81]},{"name":"SERVER_NOTIFY_TYPE","features":[81]},{"name":"SERVER_READ","features":[81]},{"name":"SERVER_WRITE","features":[81]},{"name":"SETOPTIONS_FLAG_KEEP_CONFLICT","features":[81]},{"name":"SETOPTIONS_FLAG_RESOLVE_CONFLICT","features":[81]},{"name":"SETOPTIONS_RESULT_CONFLICT_REMAINED","features":[81]},{"name":"SETOPTIONS_RESULT_CONFLICT_RESOLVED","features":[81]},{"name":"SETOPTIONS_RESULT_NO_CONFLICT","features":[81]},{"name":"SETRESULT_INFO","features":[1,81]},{"name":"SHIMOPTS","features":[81]},{"name":"SHOWUIPARAMS","features":[1,81]},{"name":"SIMULATE_CAPS_1","features":[81]},{"name":"SPLCLIENT_INFO_1","features":[81]},{"name":"SPLCLIENT_INFO_2_W2K","features":[81]},{"name":"SPLCLIENT_INFO_2_WINXP","features":[81]},{"name":"SPLCLIENT_INFO_2_WINXP","features":[81]},{"name":"SPLCLIENT_INFO_3_VISTA","features":[81]},{"name":"SPLCLIENT_INFO_INTERNAL","features":[81]},{"name":"SPLCLIENT_INFO_INTERNAL_LEVEL","features":[81]},{"name":"SPLDS_ASSET_NUMBER","features":[81]},{"name":"SPLDS_BYTES_PER_MINUTE","features":[81]},{"name":"SPLDS_DESCRIPTION","features":[81]},{"name":"SPLDS_DRIVER_KEY","features":[81]},{"name":"SPLDS_DRIVER_NAME","features":[81]},{"name":"SPLDS_DRIVER_VERSION","features":[81]},{"name":"SPLDS_FLAGS","features":[81]},{"name":"SPLDS_LOCATION","features":[81]},{"name":"SPLDS_PORT_NAME","features":[81]},{"name":"SPLDS_PRINTER_CLASS","features":[81]},{"name":"SPLDS_PRINTER_LOCATIONS","features":[81]},{"name":"SPLDS_PRINTER_MODEL","features":[81]},{"name":"SPLDS_PRINTER_NAME","features":[81]},{"name":"SPLDS_PRINTER_NAME_ALIASES","features":[81]},{"name":"SPLDS_PRINT_ATTRIBUTES","features":[81]},{"name":"SPLDS_PRINT_BIN_NAMES","features":[81]},{"name":"SPLDS_PRINT_COLLATE","features":[81]},{"name":"SPLDS_PRINT_COLOR","features":[81]},{"name":"SPLDS_PRINT_DUPLEX_SUPPORTED","features":[81]},{"name":"SPLDS_PRINT_END_TIME","features":[81]},{"name":"SPLDS_PRINT_KEEP_PRINTED_JOBS","features":[81]},{"name":"SPLDS_PRINT_LANGUAGE","features":[81]},{"name":"SPLDS_PRINT_MAC_ADDRESS","features":[81]},{"name":"SPLDS_PRINT_MAX_RESOLUTION_SUPPORTED","features":[81]},{"name":"SPLDS_PRINT_MAX_X_EXTENT","features":[81]},{"name":"SPLDS_PRINT_MAX_Y_EXTENT","features":[81]},{"name":"SPLDS_PRINT_MEDIA_READY","features":[81]},{"name":"SPLDS_PRINT_MEDIA_SUPPORTED","features":[81]},{"name":"SPLDS_PRINT_MEMORY","features":[81]},{"name":"SPLDS_PRINT_MIN_X_EXTENT","features":[81]},{"name":"SPLDS_PRINT_MIN_Y_EXTENT","features":[81]},{"name":"SPLDS_PRINT_NETWORK_ADDRESS","features":[81]},{"name":"SPLDS_PRINT_NOTIFY","features":[81]},{"name":"SPLDS_PRINT_NUMBER_UP","features":[81]},{"name":"SPLDS_PRINT_ORIENTATIONS_SUPPORTED","features":[81]},{"name":"SPLDS_PRINT_OWNER","features":[81]},{"name":"SPLDS_PRINT_PAGES_PER_MINUTE","features":[81]},{"name":"SPLDS_PRINT_RATE","features":[81]},{"name":"SPLDS_PRINT_RATE_UNIT","features":[81]},{"name":"SPLDS_PRINT_SEPARATOR_FILE","features":[81]},{"name":"SPLDS_PRINT_SHARE_NAME","features":[81]},{"name":"SPLDS_PRINT_SPOOLING","features":[81]},{"name":"SPLDS_PRINT_STAPLING_SUPPORTED","features":[81]},{"name":"SPLDS_PRINT_START_TIME","features":[81]},{"name":"SPLDS_PRINT_STATUS","features":[81]},{"name":"SPLDS_PRIORITY","features":[81]},{"name":"SPLDS_SERVER_NAME","features":[81]},{"name":"SPLDS_SHORT_SERVER_NAME","features":[81]},{"name":"SPLDS_SPOOLER_KEY","features":[81]},{"name":"SPLDS_UNC_NAME","features":[81]},{"name":"SPLDS_URL","features":[81]},{"name":"SPLDS_USER_KEY","features":[81]},{"name":"SPLDS_VERSION_NUMBER","features":[81]},{"name":"SPLPRINTER_USER_MODE_PRINTER_DRIVER","features":[81]},{"name":"SPLREG_ALLOW_USER_MANAGEFORMS","features":[81]},{"name":"SPLREG_ARCHITECTURE","features":[81]},{"name":"SPLREG_BEEP_ENABLED","features":[81]},{"name":"SPLREG_DEFAULT_SPOOL_DIRECTORY","features":[81]},{"name":"SPLREG_DNS_MACHINE_NAME","features":[81]},{"name":"SPLREG_DS_PRESENT","features":[81]},{"name":"SPLREG_DS_PRESENT_FOR_USER","features":[81]},{"name":"SPLREG_EVENT_LOG","features":[81]},{"name":"SPLREG_MAJOR_VERSION","features":[81]},{"name":"SPLREG_MINOR_VERSION","features":[81]},{"name":"SPLREG_NET_POPUP","features":[81]},{"name":"SPLREG_NET_POPUP_TO_COMPUTER","features":[81]},{"name":"SPLREG_OS_VERSION","features":[81]},{"name":"SPLREG_OS_VERSIONEX","features":[81]},{"name":"SPLREG_PORT_THREAD_PRIORITY","features":[81]},{"name":"SPLREG_PORT_THREAD_PRIORITY_DEFAULT","features":[81]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_EXECUTION_POLICY","features":[81]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_GROUPS","features":[81]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_IDLE_TIMEOUT","features":[81]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_MAX_OBJECTS_BEFORE_RECYCLE","features":[81]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_OVERRIDE_POLICY","features":[81]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_TIME_BEFORE_RECYCLE","features":[81]},{"name":"SPLREG_PRINT_QUEUE_V4_DRIVER_DIRECTORY","features":[81]},{"name":"SPLREG_REMOTE_FAX","features":[81]},{"name":"SPLREG_RESTART_JOB_ON_POOL_ENABLED","features":[81]},{"name":"SPLREG_RESTART_JOB_ON_POOL_ERROR","features":[81]},{"name":"SPLREG_RETRY_POPUP","features":[81]},{"name":"SPLREG_SCHEDULER_THREAD_PRIORITY","features":[81]},{"name":"SPLREG_SCHEDULER_THREAD_PRIORITY_DEFAULT","features":[81]},{"name":"SPLREG_WEBSHAREMGMT","features":[81]},{"name":"SPOOL_FILE_PERSISTENT","features":[81]},{"name":"SPOOL_FILE_TEMPORARY","features":[81]},{"name":"SR_OWNER","features":[81]},{"name":"SR_OWNER_PARENT","features":[81]},{"name":"SSP_STDPAGE1","features":[81]},{"name":"SSP_STDPAGE2","features":[81]},{"name":"SSP_TVPAGE","features":[81]},{"name":"STRING_LANGPAIR","features":[81]},{"name":"STRING_MUIDLL","features":[81]},{"name":"STRING_NONE","features":[81]},{"name":"S_CONFLICT_RESOLVED","features":[81]},{"name":"S_DEVCAP_OUTPUT_FULL_REPLACEMENT","features":[81]},{"name":"S_NO_CONFLICT","features":[81]},{"name":"ScheduleJob","features":[1,81]},{"name":"SetCPSUIUserData","features":[1,81]},{"name":"SetDefaultPrinterA","features":[1,81]},{"name":"SetDefaultPrinterW","features":[1,81]},{"name":"SetFormA","features":[1,81]},{"name":"SetFormW","features":[1,81]},{"name":"SetJobA","features":[1,81]},{"name":"SetJobNamedProperty","features":[81]},{"name":"SetJobW","features":[1,81]},{"name":"SetPortA","features":[1,81]},{"name":"SetPortW","features":[1,81]},{"name":"SetPrinterA","features":[1,81]},{"name":"SetPrinterDataA","features":[81]},{"name":"SetPrinterDataExA","features":[81]},{"name":"SetPrinterDataExW","features":[81]},{"name":"SetPrinterDataW","features":[81]},{"name":"SetPrinterW","features":[1,81]},{"name":"SplIsSessionZero","features":[1,81]},{"name":"SplPromptUIInUsersSession","features":[1,81]},{"name":"SpoolerCopyFileEvent","features":[1,81]},{"name":"SpoolerFindClosePrinterChangeNotification","features":[1,81]},{"name":"SpoolerFindFirstPrinterChangeNotification","features":[1,81]},{"name":"SpoolerFindNextPrinterChangeNotification","features":[1,81]},{"name":"SpoolerFreePrinterNotifyInfo","features":[81]},{"name":"SpoolerRefreshPrinterChangeNotification","features":[1,81]},{"name":"StartDocPrinterA","features":[81]},{"name":"StartDocPrinterW","features":[81]},{"name":"StartPagePrinter","features":[1,81]},{"name":"TRANSDATA","features":[81]},{"name":"TTDOWNLOAD_BITMAP","features":[81]},{"name":"TTDOWNLOAD_DONTCARE","features":[81]},{"name":"TTDOWNLOAD_GRAPHICS","features":[81]},{"name":"TTDOWNLOAD_TTOUTLINE","features":[81]},{"name":"TVOT_2STATES","features":[81]},{"name":"TVOT_3STATES","features":[81]},{"name":"TVOT_CHKBOX","features":[81]},{"name":"TVOT_COMBOBOX","features":[81]},{"name":"TVOT_EDITBOX","features":[81]},{"name":"TVOT_LISTBOX","features":[81]},{"name":"TVOT_NSTATES_EX","features":[81]},{"name":"TVOT_PUSHBUTTON","features":[81]},{"name":"TVOT_SCROLLBAR","features":[81]},{"name":"TVOT_TRACKBAR","features":[81]},{"name":"TVOT_UDARROW","features":[81]},{"name":"TYPE_GLYPHHANDLE","features":[81]},{"name":"TYPE_GLYPHID","features":[81]},{"name":"TYPE_TRANSDATA","features":[81]},{"name":"TYPE_UNICODE","features":[81]},{"name":"UFF_FILEHEADER","features":[81]},{"name":"UFF_FONTDIRECTORY","features":[81]},{"name":"UFF_VERSION_NUMBER","features":[81]},{"name":"UFM_CART","features":[81]},{"name":"UFM_SCALABLE","features":[81]},{"name":"UFM_SOFT","features":[81]},{"name":"UFOFLAG_TTDOWNLOAD_BITMAP","features":[81]},{"name":"UFOFLAG_TTDOWNLOAD_TTOUTLINE","features":[81]},{"name":"UFOFLAG_TTFONT","features":[81]},{"name":"UFOFLAG_TTOUTLINE_BOLD_SIM","features":[81]},{"name":"UFOFLAG_TTOUTLINE_ITALIC_SIM","features":[81]},{"name":"UFOFLAG_TTOUTLINE_VERTICAL","features":[81]},{"name":"UFOFLAG_TTSUBSTITUTED","features":[81]},{"name":"UFO_GETINFO_FONTOBJ","features":[81]},{"name":"UFO_GETINFO_GLYPHBITMAP","features":[81]},{"name":"UFO_GETINFO_GLYPHSTRING","features":[81]},{"name":"UFO_GETINFO_GLYPHWIDTH","features":[81]},{"name":"UFO_GETINFO_MEMORY","features":[81]},{"name":"UFO_GETINFO_STDVARIABLE","features":[81]},{"name":"UI_TYPE","features":[81]},{"name":"UNIDRVINFO","features":[81]},{"name":"UNIDRV_PRIVATE_DEVMODE","features":[81]},{"name":"UNIFM_HDR","features":[81]},{"name":"UNIFM_VERSION_1_0","features":[81]},{"name":"UNIRECTIONAL_NOTIFICATION_LOST","features":[81]},{"name":"UNI_CODEPAGEINFO","features":[81]},{"name":"UNI_GLYPHSETDATA","features":[81]},{"name":"UNI_GLYPHSETDATA_VERSION_1_0","features":[81]},{"name":"UNKNOWN_PROTOCOL","features":[81]},{"name":"UPDP_CHECK_DRIVERSTORE","features":[81]},{"name":"UPDP_SILENT_UPLOAD","features":[81]},{"name":"UPDP_UPLOAD_ALWAYS","features":[81]},{"name":"USBPRINT_IOCTL_INDEX","features":[81]},{"name":"USB_PRINTER_INTERFACE_CLASSIC","features":[81]},{"name":"USB_PRINTER_INTERFACE_DUAL","features":[81]},{"name":"USB_PRINTER_INTERFACE_IPP","features":[81]},{"name":"USERDATA","features":[81]},{"name":"UnRegisterForPrintAsyncNotifications","features":[1,81]},{"name":"UpdatePrintDeviceObject","features":[1,81]},{"name":"UploadPrinterDriverPackageA","features":[1,81]},{"name":"UploadPrinterDriverPackageW","features":[1,81]},{"name":"WIDTHRUN","features":[81]},{"name":"WIDTHTABLE","features":[81]},{"name":"WM_FI_FILENAME","features":[81]},{"name":"WaitForPrinterChange","features":[81]},{"name":"WritePrinter","features":[1,81]},{"name":"XPSRAS_BACKGROUND_COLOR","features":[81]},{"name":"XPSRAS_BACKGROUND_COLOR_OPAQUE","features":[81]},{"name":"XPSRAS_BACKGROUND_COLOR_TRANSPARENT","features":[81]},{"name":"XPSRAS_PIXEL_FORMAT","features":[81]},{"name":"XPSRAS_PIXEL_FORMAT_128BPP_PRGBA_FLOAT_SCRGB","features":[81]},{"name":"XPSRAS_PIXEL_FORMAT_32BPP_PBGRA_UINT_SRGB","features":[81]},{"name":"XPSRAS_PIXEL_FORMAT_64BPP_PRGBA_HALF_SCRGB","features":[81]},{"name":"XPSRAS_RENDERING_MODE","features":[81]},{"name":"XPSRAS_RENDERING_MODE_ALIASED","features":[81]},{"name":"XPSRAS_RENDERING_MODE_ANTIALIASED","features":[81]},{"name":"XPS_FP_DRIVER_PROPERTY_BAG","features":[81]},{"name":"XPS_FP_JOB_ID","features":[81]},{"name":"XPS_FP_JOB_LEVEL_PRINTTICKET","features":[81]},{"name":"XPS_FP_MERGED_DATAFILE_PATH","features":[81]},{"name":"XPS_FP_MS_CONTENT_TYPE","features":[81]},{"name":"XPS_FP_MS_CONTENT_TYPE_OPENXPS","features":[81]},{"name":"XPS_FP_MS_CONTENT_TYPE_XPS","features":[81]},{"name":"XPS_FP_OUTPUT_FILE","features":[81]},{"name":"XPS_FP_PRINTDEVICECAPABILITIES","features":[81]},{"name":"XPS_FP_PRINTER_HANDLE","features":[81]},{"name":"XPS_FP_PRINTER_NAME","features":[81]},{"name":"XPS_FP_PRINT_CLASS_FACTORY","features":[81]},{"name":"XPS_FP_PROGRESS_REPORT","features":[81]},{"name":"XPS_FP_QUEUE_PROPERTY_BAG","features":[81]},{"name":"XPS_FP_RESOURCE_DLL_PATHS","features":[81]},{"name":"XPS_FP_USER_PRINT_TICKET","features":[81]},{"name":"XPS_FP_USER_TOKEN","features":[81]},{"name":"XcvDataW","features":[1,81]},{"name":"XpsJob_DocumentSequenceAdded","features":[81]},{"name":"XpsJob_FixedDocumentAdded","features":[81]},{"name":"XpsJob_FixedPageAdded","features":[81]},{"name":"Xps_Restricted_Font_Editable","features":[81]},{"name":"Xps_Restricted_Font_Installable","features":[81]},{"name":"Xps_Restricted_Font_NoEmbedding","features":[81]},{"name":"Xps_Restricted_Font_PreviewPrint","features":[81]},{"name":"_CPSUICALLBACK","features":[1,81,55]},{"name":"_SPLCLIENT_INFO_2_V3","features":[81]},{"name":"kADT_ASCII","features":[81]},{"name":"kADT_BINARY","features":[81]},{"name":"kADT_BOOL","features":[81]},{"name":"kADT_CUSTOMSIZEPARAMS","features":[81]},{"name":"kADT_DWORD","features":[81]},{"name":"kADT_INT","features":[81]},{"name":"kADT_LONG","features":[81]},{"name":"kADT_RECT","features":[81]},{"name":"kADT_SIZE","features":[81]},{"name":"kADT_UNICODE","features":[81]},{"name":"kADT_UNKNOWN","features":[81]},{"name":"kAddingDocumentSequence","features":[81]},{"name":"kAddingFixedDocument","features":[81]},{"name":"kAddingFixedPage","features":[81]},{"name":"kAllUsers","features":[81]},{"name":"kBiDirectional","features":[81]},{"name":"kDocumentSequenceAdded","features":[81]},{"name":"kFixedDocumentAdded","features":[81]},{"name":"kFixedPageAdded","features":[81]},{"name":"kFontAdded","features":[81]},{"name":"kImageAdded","features":[81]},{"name":"kInvalidJobState","features":[81]},{"name":"kJobConsumption","features":[81]},{"name":"kJobProduction","features":[81]},{"name":"kLogJobError","features":[81]},{"name":"kLogJobPipelineError","features":[81]},{"name":"kLogJobPrinted","features":[81]},{"name":"kLogJobRendered","features":[81]},{"name":"kLogOfflineFileFull","features":[81]},{"name":"kMessageBox","features":[81]},{"name":"kPerUser","features":[81]},{"name":"kPropertyTypeBuffer","features":[81]},{"name":"kPropertyTypeByte","features":[81]},{"name":"kPropertyTypeDevMode","features":[81]},{"name":"kPropertyTypeInt32","features":[81]},{"name":"kPropertyTypeInt64","features":[81]},{"name":"kPropertyTypeNotificationOptions","features":[81]},{"name":"kPropertyTypeNotificationReply","features":[81]},{"name":"kPropertyTypeSD","features":[81]},{"name":"kPropertyTypeString","features":[81]},{"name":"kPropertyTypeTime","features":[81]},{"name":"kResourceAdded","features":[81]},{"name":"kUniDirectional","features":[81]},{"name":"kXpsDocumentCommitted","features":[81]}],"429":[{"name":"EDefaultDevmodeType","features":[83]},{"name":"EPrintTicketScope","features":[83]},{"name":"E_DELTA_PRINTTICKET_FORMAT","features":[83]},{"name":"E_PRINTCAPABILITIES_FORMAT","features":[83]},{"name":"E_PRINTDEVICECAPABILITIES_FORMAT","features":[83]},{"name":"E_PRINTTICKET_FORMAT","features":[83]},{"name":"HPTPROVIDER","features":[83]},{"name":"PRINTTICKET_ISTREAM_APIS","features":[83]},{"name":"PTCloseProvider","features":[83]},{"name":"PTConvertDevModeToPrintTicket","features":[1,13,83]},{"name":"PTConvertPrintTicketToDevMode","features":[1,13,83]},{"name":"PTGetPrintCapabilities","features":[83]},{"name":"PTGetPrintDeviceCapabilities","features":[83]},{"name":"PTGetPrintDeviceResources","features":[83]},{"name":"PTMergeAndValidatePrintTicket","features":[83]},{"name":"PTOpenProvider","features":[83]},{"name":"PTOpenProviderEx","features":[83]},{"name":"PTQuerySchemaVersionSupport","features":[83]},{"name":"PTReleaseMemory","features":[83]},{"name":"S_PT_CONFLICT_RESOLVED","features":[83]},{"name":"S_PT_NO_CONFLICT","features":[83]},{"name":"kPTDocumentScope","features":[83]},{"name":"kPTJobScope","features":[83]},{"name":"kPTPageScope","features":[83]},{"name":"kPrinterDefaultDevmode","features":[83]},{"name":"kUserDefaultDevmode","features":[83]}],"430":[{"name":"ApplyLocalManagementSyncML","features":[84]},{"name":"DEVICEREGISTRATIONTYPE_MAM","features":[84]},{"name":"DEVICEREGISTRATIONTYPE_MDM_DEVICEWIDE_WITH_AAD","features":[84]},{"name":"DEVICEREGISTRATIONTYPE_MDM_ONLY","features":[84]},{"name":"DEVICEREGISTRATIONTYPE_MDM_USERSPECIFIC_WITH_AAD","features":[84]},{"name":"DEVICE_ENROLLER_FACILITY_CODE","features":[84]},{"name":"DeviceRegistrationBasicInfo","features":[84]},{"name":"DiscoverManagementService","features":[84]},{"name":"DiscoverManagementServiceEx","features":[84]},{"name":"GetDeviceManagementConfigInfo","features":[84]},{"name":"GetDeviceRegistrationInfo","features":[84]},{"name":"GetManagementAppHyperlink","features":[84]},{"name":"IsDeviceRegisteredWithManagement","features":[1,84]},{"name":"IsManagementRegistrationAllowed","features":[1,84]},{"name":"IsMdmUxWithoutAadAllowed","features":[1,84]},{"name":"MANAGEMENT_REGISTRATION_INFO","features":[1,84]},{"name":"MANAGEMENT_SERVICE_INFO","features":[84]},{"name":"MDM_REGISTRATION_FACILITY_CODE","features":[84]},{"name":"MENROLL_E_CERTAUTH_FAILED_TO_FIND_CERT","features":[84]},{"name":"MENROLL_E_CERTPOLICY_PRIVATEKEYCREATION_FAILED","features":[84]},{"name":"MENROLL_E_CONNECTIVITY","features":[84]},{"name":"MENROLL_E_CUSTOMSERVERERROR","features":[84]},{"name":"MENROLL_E_DEVICECAPREACHED","features":[84]},{"name":"MENROLL_E_DEVICENOTSUPPORTED","features":[84]},{"name":"MENROLL_E_DEVICE_ALREADY_ENROLLED","features":[84]},{"name":"MENROLL_E_DEVICE_AUTHENTICATION_ERROR","features":[84]},{"name":"MENROLL_E_DEVICE_AUTHORIZATION_ERROR","features":[84]},{"name":"MENROLL_E_DEVICE_CERTIFCATEREQUEST_ERROR","features":[84]},{"name":"MENROLL_E_DEVICE_CERTIFICATEREQUEST_ERROR","features":[84]},{"name":"MENROLL_E_DEVICE_CONFIGMGRSERVER_ERROR","features":[84]},{"name":"MENROLL_E_DEVICE_INTERNALSERVICE_ERROR","features":[84]},{"name":"MENROLL_E_DEVICE_INVALIDSECURITY_ERROR","features":[84]},{"name":"MENROLL_E_DEVICE_MANAGEMENT_BLOCKED","features":[84]},{"name":"MENROLL_E_DEVICE_MESSAGE_FORMAT_ERROR","features":[84]},{"name":"MENROLL_E_DEVICE_NOT_ENROLLED","features":[84]},{"name":"MENROLL_E_DEVICE_UNKNOWN_ERROR","features":[84]},{"name":"MENROLL_E_DISCOVERY_SEC_CERT_DATE_INVALID","features":[84]},{"name":"MENROLL_E_EMPTY_MESSAGE","features":[84]},{"name":"MENROLL_E_ENROLLMENTDATAINVALID","features":[84]},{"name":"MENROLL_E_ENROLLMENT_IN_PROGRESS","features":[84]},{"name":"MENROLL_E_INMAINTENANCE","features":[84]},{"name":"MENROLL_E_INSECUREREDIRECT","features":[84]},{"name":"MENROLL_E_INVALIDSSLCERT","features":[84]},{"name":"MENROLL_E_MDM_NOT_CONFIGURED","features":[84]},{"name":"MENROLL_E_NOTELIGIBLETORENEW","features":[84]},{"name":"MENROLL_E_NOTSUPPORTED","features":[84]},{"name":"MENROLL_E_NOT_SUPPORTED","features":[84]},{"name":"MENROLL_E_PASSWORD_NEEDED","features":[84]},{"name":"MENROLL_E_PLATFORM_LICENSE_ERROR","features":[84]},{"name":"MENROLL_E_PLATFORM_UNKNOWN_ERROR","features":[84]},{"name":"MENROLL_E_PLATFORM_WRONG_STATE","features":[84]},{"name":"MENROLL_E_PROV_CSP_APPMGMT","features":[84]},{"name":"MENROLL_E_PROV_CSP_CERTSTORE","features":[84]},{"name":"MENROLL_E_PROV_CSP_DMCLIENT","features":[84]},{"name":"MENROLL_E_PROV_CSP_MISC","features":[84]},{"name":"MENROLL_E_PROV_CSP_PFW","features":[84]},{"name":"MENROLL_E_PROV_CSP_W7","features":[84]},{"name":"MENROLL_E_PROV_SSLCERTNOTFOUND","features":[84]},{"name":"MENROLL_E_PROV_UNKNOWN","features":[84]},{"name":"MENROLL_E_USERLICENSE","features":[84]},{"name":"MENROLL_E_USER_CANCELED","features":[84]},{"name":"MENROLL_E_USER_CANCELLED","features":[84]},{"name":"MENROLL_E_USER_LICENSE","features":[84]},{"name":"MENROLL_E_WAB_ERROR","features":[84]},{"name":"MREGISTER_E_DEVICE_ALREADY_REGISTERED","features":[84]},{"name":"MREGISTER_E_DEVICE_AUTHENTICATION_ERROR","features":[84]},{"name":"MREGISTER_E_DEVICE_AUTHORIZATION_ERROR","features":[84]},{"name":"MREGISTER_E_DEVICE_CERTIFCATEREQUEST_ERROR","features":[84]},{"name":"MREGISTER_E_DEVICE_CONFIGMGRSERVER_ERROR","features":[84]},{"name":"MREGISTER_E_DEVICE_INTERNALSERVICE_ERROR","features":[84]},{"name":"MREGISTER_E_DEVICE_INVALIDSECURITY_ERROR","features":[84]},{"name":"MREGISTER_E_DEVICE_MESSAGE_FORMAT_ERROR","features":[84]},{"name":"MREGISTER_E_DEVICE_NOT_AD_REGISTERED_ERROR","features":[84]},{"name":"MREGISTER_E_DEVICE_NOT_REGISTERED","features":[84]},{"name":"MREGISTER_E_DEVICE_UNKNOWN_ERROR","features":[84]},{"name":"MREGISTER_E_DISCOVERY_FAILED","features":[84]},{"name":"MREGISTER_E_DISCOVERY_REDIRECTED","features":[84]},{"name":"MREGISTER_E_REGISTRATION_IN_PROGRESS","features":[84]},{"name":"MaxDeviceInfoClass","features":[84]},{"name":"REGISTRATION_INFORMATION_CLASS","features":[84]},{"name":"RegisterDeviceWithLocalManagement","features":[1,84]},{"name":"RegisterDeviceWithManagement","features":[84]},{"name":"RegisterDeviceWithManagementUsingAADCredentials","features":[1,84]},{"name":"RegisterDeviceWithManagementUsingAADDeviceCredentials","features":[84]},{"name":"RegisterDeviceWithManagementUsingAADDeviceCredentials2","features":[84]},{"name":"SetDeviceManagementConfigInfo","features":[84]},{"name":"SetManagedExternally","features":[1,84]},{"name":"UnregisterDeviceWithLocalManagement","features":[84]},{"name":"UnregisterDeviceWithManagement","features":[84]}],"431":[{"name":"ED_DEVCAP_ATN_READ","features":[85]},{"name":"ED_DEVCAP_RTC_READ","features":[85]},{"name":"ED_DEVCAP_TIMECODE_READ","features":[85]},{"name":"HTASK","features":[85]},{"name":"IReferenceClock","features":[85]},{"name":"IReferenceClock2","features":[85]},{"name":"IReferenceClockTimerControl","features":[85]},{"name":"JOYERR_BASE","features":[85]},{"name":"LPDRVCALLBACK","features":[86]},{"name":"LPTIMECALLBACK","features":[85]},{"name":"MAXERRORLENGTH","features":[85]},{"name":"MAXPNAMELEN","features":[85]},{"name":"MCIERR_BASE","features":[85]},{"name":"MCI_CD_OFFSET","features":[85]},{"name":"MCI_SEQ_OFFSET","features":[85]},{"name":"MCI_STRING_OFFSET","features":[85]},{"name":"MCI_VD_OFFSET","features":[85]},{"name":"MCI_WAVE_OFFSET","features":[85]},{"name":"MIDIERR_BASE","features":[85]},{"name":"MIXERR_BASE","features":[85]},{"name":"MMSYSERR_ALLOCATED","features":[85]},{"name":"MMSYSERR_BADDB","features":[85]},{"name":"MMSYSERR_BADDEVICEID","features":[85]},{"name":"MMSYSERR_BADERRNUM","features":[85]},{"name":"MMSYSERR_BASE","features":[85]},{"name":"MMSYSERR_DELETEERROR","features":[85]},{"name":"MMSYSERR_ERROR","features":[85]},{"name":"MMSYSERR_HANDLEBUSY","features":[85]},{"name":"MMSYSERR_INVALFLAG","features":[85]},{"name":"MMSYSERR_INVALHANDLE","features":[85]},{"name":"MMSYSERR_INVALIDALIAS","features":[85]},{"name":"MMSYSERR_INVALPARAM","features":[85]},{"name":"MMSYSERR_KEYNOTFOUND","features":[85]},{"name":"MMSYSERR_LASTERROR","features":[85]},{"name":"MMSYSERR_MOREDATA","features":[85]},{"name":"MMSYSERR_NODRIVER","features":[85]},{"name":"MMSYSERR_NODRIVERCB","features":[85]},{"name":"MMSYSERR_NOERROR","features":[85]},{"name":"MMSYSERR_NOMEM","features":[85]},{"name":"MMSYSERR_NOTENABLED","features":[85]},{"name":"MMSYSERR_NOTSUPPORTED","features":[85]},{"name":"MMSYSERR_READERROR","features":[85]},{"name":"MMSYSERR_VALNOTFOUND","features":[85]},{"name":"MMSYSERR_WRITEERROR","features":[85]},{"name":"MMTIME","features":[85]},{"name":"MM_ADLIB","features":[85]},{"name":"MM_DRVM_CLOSE","features":[85]},{"name":"MM_DRVM_DATA","features":[85]},{"name":"MM_DRVM_ERROR","features":[85]},{"name":"MM_DRVM_OPEN","features":[85]},{"name":"MM_JOY1BUTTONDOWN","features":[85]},{"name":"MM_JOY1BUTTONUP","features":[85]},{"name":"MM_JOY1MOVE","features":[85]},{"name":"MM_JOY1ZMOVE","features":[85]},{"name":"MM_JOY2BUTTONDOWN","features":[85]},{"name":"MM_JOY2BUTTONUP","features":[85]},{"name":"MM_JOY2MOVE","features":[85]},{"name":"MM_JOY2ZMOVE","features":[85]},{"name":"MM_MCINOTIFY","features":[85]},{"name":"MM_MCISIGNAL","features":[85]},{"name":"MM_MICROSOFT","features":[85]},{"name":"MM_MIDI_MAPPER","features":[85]},{"name":"MM_MIM_CLOSE","features":[85]},{"name":"MM_MIM_DATA","features":[85]},{"name":"MM_MIM_ERROR","features":[85]},{"name":"MM_MIM_LONGDATA","features":[85]},{"name":"MM_MIM_LONGERROR","features":[85]},{"name":"MM_MIM_MOREDATA","features":[85]},{"name":"MM_MIM_OPEN","features":[85]},{"name":"MM_MIXM_CONTROL_CHANGE","features":[85]},{"name":"MM_MIXM_LINE_CHANGE","features":[85]},{"name":"MM_MOM_CLOSE","features":[85]},{"name":"MM_MOM_DONE","features":[85]},{"name":"MM_MOM_OPEN","features":[85]},{"name":"MM_MOM_POSITIONCB","features":[85]},{"name":"MM_MPU401_MIDIIN","features":[85]},{"name":"MM_MPU401_MIDIOUT","features":[85]},{"name":"MM_PC_JOYSTICK","features":[85]},{"name":"MM_SNDBLST_MIDIIN","features":[85]},{"name":"MM_SNDBLST_MIDIOUT","features":[85]},{"name":"MM_SNDBLST_SYNTH","features":[85]},{"name":"MM_SNDBLST_WAVEIN","features":[85]},{"name":"MM_SNDBLST_WAVEOUT","features":[85]},{"name":"MM_STREAM_CLOSE","features":[85]},{"name":"MM_STREAM_DONE","features":[85]},{"name":"MM_STREAM_ERROR","features":[85]},{"name":"MM_STREAM_OPEN","features":[85]},{"name":"MM_WAVE_MAPPER","features":[85]},{"name":"MM_WIM_CLOSE","features":[85]},{"name":"MM_WIM_DATA","features":[85]},{"name":"MM_WIM_OPEN","features":[85]},{"name":"MM_WOM_CLOSE","features":[85]},{"name":"MM_WOM_DONE","features":[85]},{"name":"MM_WOM_OPEN","features":[85]},{"name":"TIMECAPS","features":[85]},{"name":"TIMECODE","features":[85]},{"name":"TIMECODE_SAMPLE","features":[85]},{"name":"TIMECODE_SAMPLE_FLAGS","features":[85]},{"name":"TIMERR_BASE","features":[85]},{"name":"TIMERR_NOCANDO","features":[85]},{"name":"TIMERR_NOERROR","features":[85]},{"name":"TIMERR_STRUCT","features":[85]},{"name":"TIME_BYTES","features":[85]},{"name":"TIME_CALLBACK_EVENT_PULSE","features":[85]},{"name":"TIME_CALLBACK_EVENT_SET","features":[85]},{"name":"TIME_CALLBACK_FUNCTION","features":[85]},{"name":"TIME_KILL_SYNCHRONOUS","features":[85]},{"name":"TIME_MIDI","features":[85]},{"name":"TIME_MS","features":[85]},{"name":"TIME_ONESHOT","features":[85]},{"name":"TIME_PERIODIC","features":[85]},{"name":"TIME_SAMPLES","features":[85]},{"name":"TIME_SMPTE","features":[85]},{"name":"TIME_TICKS","features":[85]},{"name":"WAVERR_BASE","features":[85]},{"name":"timeBeginPeriod","features":[85]},{"name":"timeEndPeriod","features":[85]},{"name":"timeGetDevCaps","features":[85]},{"name":"timeGetSystemTime","features":[85]},{"name":"timeGetTime","features":[85]},{"name":"timeKillEvent","features":[85]},{"name":"timeSetEvent","features":[85]}],"432":[{"name":"ACMDM_DRIVER_ABOUT","features":[87]},{"name":"ACMDM_DRIVER_DETAILS","features":[87]},{"name":"ACMDM_DRIVER_NOTIFY","features":[87]},{"name":"ACMDM_FILTERTAG_DETAILS","features":[87]},{"name":"ACMDM_FILTER_DETAILS","features":[87]},{"name":"ACMDM_FORMATTAG_DETAILS","features":[87]},{"name":"ACMDM_FORMAT_DETAILS","features":[87]},{"name":"ACMDM_FORMAT_SUGGEST","features":[87]},{"name":"ACMDM_HARDWARE_WAVE_CAPS_INPUT","features":[87]},{"name":"ACMDM_HARDWARE_WAVE_CAPS_OUTPUT","features":[87]},{"name":"ACMDM_RESERVED_HIGH","features":[87]},{"name":"ACMDM_RESERVED_LOW","features":[87]},{"name":"ACMDM_STREAM_CLOSE","features":[87]},{"name":"ACMDM_STREAM_CONVERT","features":[87]},{"name":"ACMDM_STREAM_OPEN","features":[87]},{"name":"ACMDM_STREAM_PREPARE","features":[87]},{"name":"ACMDM_STREAM_RESET","features":[87]},{"name":"ACMDM_STREAM_SIZE","features":[87]},{"name":"ACMDM_STREAM_UNPREPARE","features":[87]},{"name":"ACMDM_STREAM_UPDATE","features":[87]},{"name":"ACMDM_USER","features":[87]},{"name":"ACMDRIVERDETAILSA","features":[87,55]},{"name":"ACMDRIVERDETAILSW","features":[87,55]},{"name":"ACMDRIVERDETAILS_COPYRIGHT_CHARS","features":[87]},{"name":"ACMDRIVERDETAILS_FEATURES_CHARS","features":[87]},{"name":"ACMDRIVERDETAILS_LICENSING_CHARS","features":[87]},{"name":"ACMDRIVERDETAILS_LONGNAME_CHARS","features":[87]},{"name":"ACMDRIVERDETAILS_SHORTNAME_CHARS","features":[87]},{"name":"ACMDRIVERDETAILS_SUPPORTF_ASYNC","features":[87]},{"name":"ACMDRIVERDETAILS_SUPPORTF_CODEC","features":[87]},{"name":"ACMDRIVERDETAILS_SUPPORTF_CONVERTER","features":[87]},{"name":"ACMDRIVERDETAILS_SUPPORTF_DISABLED","features":[87]},{"name":"ACMDRIVERDETAILS_SUPPORTF_FILTER","features":[87]},{"name":"ACMDRIVERDETAILS_SUPPORTF_HARDWARE","features":[87]},{"name":"ACMDRIVERDETAILS_SUPPORTF_LOCAL","features":[87]},{"name":"ACMDRIVERENUMCB","features":[1,87]},{"name":"ACMDRVFORMATSUGGEST","features":[87]},{"name":"ACMDRVOPENDESCA","features":[87]},{"name":"ACMDRVOPENDESCW","features":[87]},{"name":"ACMDRVSTREAMHEADER","features":[87]},{"name":"ACMDRVSTREAMINSTANCE","features":[87]},{"name":"ACMDRVSTREAMSIZE","features":[87]},{"name":"ACMERR_BASE","features":[87]},{"name":"ACMERR_BUSY","features":[87]},{"name":"ACMERR_CANCELED","features":[87]},{"name":"ACMERR_NOTPOSSIBLE","features":[87]},{"name":"ACMERR_UNPREPARED","features":[87]},{"name":"ACMFILTERCHOOSEA","features":[1,87]},{"name":"ACMFILTERCHOOSEHOOKPROCA","features":[1,87]},{"name":"ACMFILTERCHOOSEHOOKPROCW","features":[1,87]},{"name":"ACMFILTERCHOOSEW","features":[1,87]},{"name":"ACMFILTERCHOOSE_STYLEF_CONTEXTHELP","features":[87]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLEHOOK","features":[87]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLETEMPLATE","features":[87]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLETEMPLATEHANDLE","features":[87]},{"name":"ACMFILTERCHOOSE_STYLEF_INITTOFILTERSTRUCT","features":[87]},{"name":"ACMFILTERCHOOSE_STYLEF_SHOWHELP","features":[87]},{"name":"ACMFILTERDETAILSA","features":[87]},{"name":"ACMFILTERDETAILSW","features":[87]},{"name":"ACMFILTERDETAILS_FILTER_CHARS","features":[87]},{"name":"ACMFILTERENUMCBA","features":[1,87]},{"name":"ACMFILTERENUMCBW","features":[1,87]},{"name":"ACMFILTERTAGDETAILSA","features":[87]},{"name":"ACMFILTERTAGDETAILSW","features":[87]},{"name":"ACMFILTERTAGDETAILS_FILTERTAG_CHARS","features":[87]},{"name":"ACMFILTERTAGENUMCBA","features":[1,87]},{"name":"ACMFILTERTAGENUMCBW","features":[1,87]},{"name":"ACMFORMATCHOOSEA","features":[1,87]},{"name":"ACMFORMATCHOOSEHOOKPROCA","features":[1,87]},{"name":"ACMFORMATCHOOSEHOOKPROCW","features":[1,87]},{"name":"ACMFORMATCHOOSEW","features":[1,87]},{"name":"ACMFORMATCHOOSE_STYLEF_CONTEXTHELP","features":[87]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLEHOOK","features":[87]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLETEMPLATE","features":[87]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLETEMPLATEHANDLE","features":[87]},{"name":"ACMFORMATCHOOSE_STYLEF_INITTOWFXSTRUCT","features":[87]},{"name":"ACMFORMATCHOOSE_STYLEF_SHOWHELP","features":[87]},{"name":"ACMFORMATDETAILSA","features":[87]},{"name":"ACMFORMATDETAILS_FORMAT_CHARS","features":[87]},{"name":"ACMFORMATENUMCBA","features":[1,87]},{"name":"ACMFORMATENUMCBW","features":[1,87]},{"name":"ACMFORMATTAGDETAILSA","features":[87]},{"name":"ACMFORMATTAGDETAILSW","features":[87]},{"name":"ACMFORMATTAGDETAILS_FORMATTAG_CHARS","features":[87]},{"name":"ACMFORMATTAGENUMCBA","features":[1,87]},{"name":"ACMFORMATTAGENUMCBW","features":[1,87]},{"name":"ACMHELPMSGCONTEXTHELP","features":[87]},{"name":"ACMHELPMSGCONTEXTHELPA","features":[87]},{"name":"ACMHELPMSGCONTEXTHELPW","features":[87]},{"name":"ACMHELPMSGCONTEXTMENU","features":[87]},{"name":"ACMHELPMSGCONTEXTMENUA","features":[87]},{"name":"ACMHELPMSGCONTEXTMENUW","features":[87]},{"name":"ACMHELPMSGSTRING","features":[87]},{"name":"ACMHELPMSGSTRINGA","features":[87]},{"name":"ACMHELPMSGSTRINGW","features":[87]},{"name":"ACMSTREAMHEADER","features":[87]},{"name":"ACMSTREAMHEADER","features":[87]},{"name":"ACMSTREAMHEADER_STATUSF_DONE","features":[87]},{"name":"ACMSTREAMHEADER_STATUSF_INQUEUE","features":[87]},{"name":"ACMSTREAMHEADER_STATUSF_PREPARED","features":[87]},{"name":"ACM_DRIVERADDF_FUNCTION","features":[87]},{"name":"ACM_DRIVERADDF_GLOBAL","features":[87]},{"name":"ACM_DRIVERADDF_LOCAL","features":[87]},{"name":"ACM_DRIVERADDF_NAME","features":[87]},{"name":"ACM_DRIVERADDF_NOTIFYHWND","features":[87]},{"name":"ACM_DRIVERADDF_TYPEMASK","features":[87]},{"name":"ACM_DRIVERENUMF_DISABLED","features":[87]},{"name":"ACM_DRIVERENUMF_NOLOCAL","features":[87]},{"name":"ACM_DRIVERPRIORITYF_ABLEMASK","features":[87]},{"name":"ACM_DRIVERPRIORITYF_BEGIN","features":[87]},{"name":"ACM_DRIVERPRIORITYF_DEFERMASK","features":[87]},{"name":"ACM_DRIVERPRIORITYF_DISABLE","features":[87]},{"name":"ACM_DRIVERPRIORITYF_ENABLE","features":[87]},{"name":"ACM_DRIVERPRIORITYF_END","features":[87]},{"name":"ACM_FILTERDETAILSF_FILTER","features":[87]},{"name":"ACM_FILTERDETAILSF_INDEX","features":[87]},{"name":"ACM_FILTERDETAILSF_QUERYMASK","features":[87]},{"name":"ACM_FILTERENUMF_DWFILTERTAG","features":[87]},{"name":"ACM_FILTERTAGDETAILSF_FILTERTAG","features":[87]},{"name":"ACM_FILTERTAGDETAILSF_INDEX","features":[87]},{"name":"ACM_FILTERTAGDETAILSF_LARGESTSIZE","features":[87]},{"name":"ACM_FILTERTAGDETAILSF_QUERYMASK","features":[87]},{"name":"ACM_FORMATDETAILSF_FORMAT","features":[87]},{"name":"ACM_FORMATDETAILSF_INDEX","features":[87]},{"name":"ACM_FORMATDETAILSF_QUERYMASK","features":[87]},{"name":"ACM_FORMATENUMF_CONVERT","features":[87]},{"name":"ACM_FORMATENUMF_HARDWARE","features":[87]},{"name":"ACM_FORMATENUMF_INPUT","features":[87]},{"name":"ACM_FORMATENUMF_NCHANNELS","features":[87]},{"name":"ACM_FORMATENUMF_NSAMPLESPERSEC","features":[87]},{"name":"ACM_FORMATENUMF_OUTPUT","features":[87]},{"name":"ACM_FORMATENUMF_SUGGEST","features":[87]},{"name":"ACM_FORMATENUMF_WBITSPERSAMPLE","features":[87]},{"name":"ACM_FORMATENUMF_WFORMATTAG","features":[87]},{"name":"ACM_FORMATSUGGESTF_NCHANNELS","features":[87]},{"name":"ACM_FORMATSUGGESTF_NSAMPLESPERSEC","features":[87]},{"name":"ACM_FORMATSUGGESTF_TYPEMASK","features":[87]},{"name":"ACM_FORMATSUGGESTF_WBITSPERSAMPLE","features":[87]},{"name":"ACM_FORMATSUGGESTF_WFORMATTAG","features":[87]},{"name":"ACM_FORMATTAGDETAILSF_FORMATTAG","features":[87]},{"name":"ACM_FORMATTAGDETAILSF_INDEX","features":[87]},{"name":"ACM_FORMATTAGDETAILSF_LARGESTSIZE","features":[87]},{"name":"ACM_FORMATTAGDETAILSF_QUERYMASK","features":[87]},{"name":"ACM_METRIC_COUNT_CODECS","features":[87]},{"name":"ACM_METRIC_COUNT_CONVERTERS","features":[87]},{"name":"ACM_METRIC_COUNT_DISABLED","features":[87]},{"name":"ACM_METRIC_COUNT_DRIVERS","features":[87]},{"name":"ACM_METRIC_COUNT_FILTERS","features":[87]},{"name":"ACM_METRIC_COUNT_HARDWARE","features":[87]},{"name":"ACM_METRIC_COUNT_LOCAL_CODECS","features":[87]},{"name":"ACM_METRIC_COUNT_LOCAL_CONVERTERS","features":[87]},{"name":"ACM_METRIC_COUNT_LOCAL_DISABLED","features":[87]},{"name":"ACM_METRIC_COUNT_LOCAL_DRIVERS","features":[87]},{"name":"ACM_METRIC_COUNT_LOCAL_FILTERS","features":[87]},{"name":"ACM_METRIC_DRIVER_PRIORITY","features":[87]},{"name":"ACM_METRIC_DRIVER_SUPPORT","features":[87]},{"name":"ACM_METRIC_HARDWARE_WAVE_INPUT","features":[87]},{"name":"ACM_METRIC_HARDWARE_WAVE_OUTPUT","features":[87]},{"name":"ACM_METRIC_MAX_SIZE_FILTER","features":[87]},{"name":"ACM_METRIC_MAX_SIZE_FORMAT","features":[87]},{"name":"ACM_STREAMCONVERTF_BLOCKALIGN","features":[87]},{"name":"ACM_STREAMCONVERTF_END","features":[87]},{"name":"ACM_STREAMCONVERTF_START","features":[87]},{"name":"ACM_STREAMOPENF_ASYNC","features":[87]},{"name":"ACM_STREAMOPENF_NONREALTIME","features":[87]},{"name":"ACM_STREAMOPENF_QUERY","features":[87]},{"name":"ACM_STREAMSIZEF_DESTINATION","features":[87]},{"name":"ACM_STREAMSIZEF_QUERYMASK","features":[87]},{"name":"ACM_STREAMSIZEF_SOURCE","features":[87]},{"name":"AMBISONICS_CHANNEL_ORDERING","features":[87]},{"name":"AMBISONICS_CHANNEL_ORDERING_ACN","features":[87]},{"name":"AMBISONICS_NORMALIZATION","features":[87]},{"name":"AMBISONICS_NORMALIZATION_N3D","features":[87]},{"name":"AMBISONICS_NORMALIZATION_SN3D","features":[87]},{"name":"AMBISONICS_PARAMS","features":[87]},{"name":"AMBISONICS_PARAM_VERSION_1","features":[87]},{"name":"AMBISONICS_TYPE","features":[87]},{"name":"AMBISONICS_TYPE_FULL3D","features":[87]},{"name":"AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY","features":[87]},{"name":"AUDCLNT_BUFFERFLAGS_SILENT","features":[87]},{"name":"AUDCLNT_BUFFERFLAGS_TIMESTAMP_ERROR","features":[87]},{"name":"AUDCLNT_E_ALREADY_INITIALIZED","features":[87]},{"name":"AUDCLNT_E_BUFDURATION_PERIOD_NOT_EQUAL","features":[87]},{"name":"AUDCLNT_E_BUFFER_ERROR","features":[87]},{"name":"AUDCLNT_E_BUFFER_OPERATION_PENDING","features":[87]},{"name":"AUDCLNT_E_BUFFER_SIZE_ERROR","features":[87]},{"name":"AUDCLNT_E_BUFFER_SIZE_NOT_ALIGNED","features":[87]},{"name":"AUDCLNT_E_BUFFER_TOO_LARGE","features":[87]},{"name":"AUDCLNT_E_CPUUSAGE_EXCEEDED","features":[87]},{"name":"AUDCLNT_E_DEVICE_INVALIDATED","features":[87]},{"name":"AUDCLNT_E_DEVICE_IN_USE","features":[87]},{"name":"AUDCLNT_E_EFFECT_NOT_AVAILABLE","features":[87]},{"name":"AUDCLNT_E_EFFECT_STATE_READ_ONLY","features":[87]},{"name":"AUDCLNT_E_ENDPOINT_CREATE_FAILED","features":[87]},{"name":"AUDCLNT_E_ENDPOINT_OFFLOAD_NOT_CAPABLE","features":[87]},{"name":"AUDCLNT_E_ENGINE_FORMAT_LOCKED","features":[87]},{"name":"AUDCLNT_E_ENGINE_PERIODICITY_LOCKED","features":[87]},{"name":"AUDCLNT_E_EVENTHANDLE_NOT_EXPECTED","features":[87]},{"name":"AUDCLNT_E_EVENTHANDLE_NOT_SET","features":[87]},{"name":"AUDCLNT_E_EXCLUSIVE_MODE_NOT_ALLOWED","features":[87]},{"name":"AUDCLNT_E_EXCLUSIVE_MODE_ONLY","features":[87]},{"name":"AUDCLNT_E_HEADTRACKING_ENABLED","features":[87]},{"name":"AUDCLNT_E_HEADTRACKING_UNSUPPORTED","features":[87]},{"name":"AUDCLNT_E_INCORRECT_BUFFER_SIZE","features":[87]},{"name":"AUDCLNT_E_INVALID_DEVICE_PERIOD","features":[87]},{"name":"AUDCLNT_E_INVALID_SIZE","features":[87]},{"name":"AUDCLNT_E_INVALID_STREAM_FLAG","features":[87]},{"name":"AUDCLNT_E_NONOFFLOAD_MODE_ONLY","features":[87]},{"name":"AUDCLNT_E_NOT_INITIALIZED","features":[87]},{"name":"AUDCLNT_E_NOT_STOPPED","features":[87]},{"name":"AUDCLNT_E_OFFLOAD_MODE_ONLY","features":[87]},{"name":"AUDCLNT_E_OUT_OF_OFFLOAD_RESOURCES","features":[87]},{"name":"AUDCLNT_E_OUT_OF_ORDER","features":[87]},{"name":"AUDCLNT_E_RAW_MODE_UNSUPPORTED","features":[87]},{"name":"AUDCLNT_E_RESOURCES_INVALIDATED","features":[87]},{"name":"AUDCLNT_E_SERVICE_NOT_RUNNING","features":[87]},{"name":"AUDCLNT_E_THREAD_NOT_REGISTERED","features":[87]},{"name":"AUDCLNT_E_UNSUPPORTED_FORMAT","features":[87]},{"name":"AUDCLNT_E_WRONG_ENDPOINT_TYPE","features":[87]},{"name":"AUDCLNT_SESSIONFLAGS_DISPLAY_HIDE","features":[87]},{"name":"AUDCLNT_SESSIONFLAGS_DISPLAY_HIDEWHENEXPIRED","features":[87]},{"name":"AUDCLNT_SESSIONFLAGS_EXPIREWHENUNOWNED","features":[87]},{"name":"AUDCLNT_SHAREMODE","features":[87]},{"name":"AUDCLNT_SHAREMODE_EXCLUSIVE","features":[87]},{"name":"AUDCLNT_SHAREMODE_SHARED","features":[87]},{"name":"AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM","features":[87]},{"name":"AUDCLNT_STREAMFLAGS_CROSSPROCESS","features":[87]},{"name":"AUDCLNT_STREAMFLAGS_EVENTCALLBACK","features":[87]},{"name":"AUDCLNT_STREAMFLAGS_LOOPBACK","features":[87]},{"name":"AUDCLNT_STREAMFLAGS_NOPERSIST","features":[87]},{"name":"AUDCLNT_STREAMFLAGS_RATEADJUST","features":[87]},{"name":"AUDCLNT_STREAMFLAGS_SRC_DEFAULT_QUALITY","features":[87]},{"name":"AUDCLNT_STREAMOPTIONS","features":[87]},{"name":"AUDCLNT_STREAMOPTIONS_AMBISONICS","features":[87]},{"name":"AUDCLNT_STREAMOPTIONS_MATCH_FORMAT","features":[87]},{"name":"AUDCLNT_STREAMOPTIONS_NONE","features":[87]},{"name":"AUDCLNT_STREAMOPTIONS_RAW","features":[87]},{"name":"AUDCLNT_S_BUFFER_EMPTY","features":[87]},{"name":"AUDCLNT_S_POSITION_STALLED","features":[87]},{"name":"AUDCLNT_S_THREAD_ALREADY_REGISTERED","features":[87]},{"name":"AUDIOCLIENT_ACTIVATION_PARAMS","features":[87]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE","features":[87]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE_DEFAULT","features":[87]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE_PROCESS_LOOPBACK","features":[87]},{"name":"AUDIOCLIENT_PROCESS_LOOPBACK_PARAMS","features":[87]},{"name":"AUDIOCLOCK_CHARACTERISTIC_FIXED_FREQ","features":[87]},{"name":"AUDIO_DUCKING_OPTIONS","features":[87]},{"name":"AUDIO_DUCKING_OPTIONS_DEFAULT","features":[87]},{"name":"AUDIO_DUCKING_OPTIONS_DO_NOT_DUCK_OTHER_STREAMS","features":[87]},{"name":"AUDIO_EFFECT","features":[1,87]},{"name":"AUDIO_EFFECT_STATE","features":[87]},{"name":"AUDIO_EFFECT_STATE_OFF","features":[87]},{"name":"AUDIO_EFFECT_STATE_ON","features":[87]},{"name":"AUDIO_STREAM_CATEGORY","features":[87]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE","features":[87]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_DEFAULT","features":[87]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_ENUM_COUNT","features":[87]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_USER","features":[87]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_VOLATILE","features":[87]},{"name":"AUDIO_VOLUME_NOTIFICATION_DATA","features":[1,87]},{"name":"AUXCAPS2A","features":[87]},{"name":"AUXCAPS2W","features":[87]},{"name":"AUXCAPSA","features":[87]},{"name":"AUXCAPSW","features":[87]},{"name":"AUXCAPS_AUXIN","features":[87]},{"name":"AUXCAPS_CDAUDIO","features":[87]},{"name":"AUXCAPS_LRVOLUME","features":[87]},{"name":"AUXCAPS_VOLUME","features":[87]},{"name":"ActivateAudioInterfaceAsync","features":[1,87,70,44]},{"name":"AudioCategory_Alerts","features":[87]},{"name":"AudioCategory_Communications","features":[87]},{"name":"AudioCategory_FarFieldSpeech","features":[87]},{"name":"AudioCategory_ForegroundOnlyMedia","features":[87]},{"name":"AudioCategory_GameChat","features":[87]},{"name":"AudioCategory_GameEffects","features":[87]},{"name":"AudioCategory_GameMedia","features":[87]},{"name":"AudioCategory_Media","features":[87]},{"name":"AudioCategory_Movie","features":[87]},{"name":"AudioCategory_Other","features":[87]},{"name":"AudioCategory_SoundEffects","features":[87]},{"name":"AudioCategory_Speech","features":[87]},{"name":"AudioCategory_UniformSpeech","features":[87]},{"name":"AudioCategory_VoiceTyping","features":[87]},{"name":"AudioClient3ActivationParams","features":[87]},{"name":"AudioClientProperties","features":[1,87]},{"name":"AudioExtensionParams","features":[1,87]},{"name":"AudioObjectType","features":[87]},{"name":"AudioObjectType_BackCenter","features":[87]},{"name":"AudioObjectType_BackLeft","features":[87]},{"name":"AudioObjectType_BackRight","features":[87]},{"name":"AudioObjectType_BottomBackLeft","features":[87]},{"name":"AudioObjectType_BottomBackRight","features":[87]},{"name":"AudioObjectType_BottomFrontLeft","features":[87]},{"name":"AudioObjectType_BottomFrontRight","features":[87]},{"name":"AudioObjectType_Dynamic","features":[87]},{"name":"AudioObjectType_FrontCenter","features":[87]},{"name":"AudioObjectType_FrontLeft","features":[87]},{"name":"AudioObjectType_FrontRight","features":[87]},{"name":"AudioObjectType_LowFrequency","features":[87]},{"name":"AudioObjectType_None","features":[87]},{"name":"AudioObjectType_SideLeft","features":[87]},{"name":"AudioObjectType_SideRight","features":[87]},{"name":"AudioObjectType_TopBackLeft","features":[87]},{"name":"AudioObjectType_TopBackRight","features":[87]},{"name":"AudioObjectType_TopFrontLeft","features":[87]},{"name":"AudioObjectType_TopFrontRight","features":[87]},{"name":"AudioSessionDisconnectReason","features":[87]},{"name":"AudioSessionState","features":[87]},{"name":"AudioSessionStateActive","features":[87]},{"name":"AudioSessionStateExpired","features":[87]},{"name":"AudioSessionStateInactive","features":[87]},{"name":"AudioStateMonitorSoundLevel","features":[87]},{"name":"CALLBACK_EVENT","features":[87]},{"name":"CALLBACK_FUNCTION","features":[87]},{"name":"CALLBACK_NULL","features":[87]},{"name":"CALLBACK_TASK","features":[87]},{"name":"CALLBACK_THREAD","features":[87]},{"name":"CALLBACK_TYPEMASK","features":[87]},{"name":"CALLBACK_WINDOW","features":[87]},{"name":"CoRegisterMessageFilter","features":[87]},{"name":"Connector","features":[87]},{"name":"ConnectorType","features":[87]},{"name":"CreateCaptureAudioStateMonitor","features":[87]},{"name":"CreateCaptureAudioStateMonitorForCategory","features":[87]},{"name":"CreateCaptureAudioStateMonitorForCategoryAndDeviceId","features":[87]},{"name":"CreateCaptureAudioStateMonitorForCategoryAndDeviceRole","features":[87]},{"name":"CreateRenderAudioStateMonitor","features":[87]},{"name":"CreateRenderAudioStateMonitorForCategory","features":[87]},{"name":"CreateRenderAudioStateMonitorForCategoryAndDeviceId","features":[87]},{"name":"CreateRenderAudioStateMonitorForCategoryAndDeviceRole","features":[87]},{"name":"DEVICE_STATE","features":[87]},{"name":"DEVICE_STATEMASK_ALL","features":[87]},{"name":"DEVICE_STATE_ACTIVE","features":[87]},{"name":"DEVICE_STATE_DISABLED","features":[87]},{"name":"DEVICE_STATE_NOTPRESENT","features":[87]},{"name":"DEVICE_STATE_UNPLUGGED","features":[87]},{"name":"DEVINTERFACE_AUDIO_CAPTURE","features":[87]},{"name":"DEVINTERFACE_AUDIO_RENDER","features":[87]},{"name":"DEVINTERFACE_MIDI_INPUT","features":[87]},{"name":"DEVINTERFACE_MIDI_OUTPUT","features":[87]},{"name":"DIRECTX_AUDIO_ACTIVATION_PARAMS","features":[87]},{"name":"DRVM_MAPPER","features":[87]},{"name":"DRVM_MAPPER_STATUS","features":[87]},{"name":"DRV_MAPPER_PREFERRED_INPUT_GET","features":[87]},{"name":"DRV_MAPPER_PREFERRED_OUTPUT_GET","features":[87]},{"name":"DataFlow","features":[87]},{"name":"DeviceTopology","features":[87]},{"name":"DigitalAudioDisplayDevice","features":[87]},{"name":"DisconnectReasonDeviceRemoval","features":[87]},{"name":"DisconnectReasonExclusiveModeOverride","features":[87]},{"name":"DisconnectReasonFormatChanged","features":[87]},{"name":"DisconnectReasonServerShutdown","features":[87]},{"name":"DisconnectReasonSessionDisconnected","features":[87]},{"name":"DisconnectReasonSessionLogoff","features":[87]},{"name":"ECHOWAVEFILTER","features":[87]},{"name":"EDataFlow","features":[87]},{"name":"EDataFlow_enum_count","features":[87]},{"name":"ENDPOINT_FORMAT_RESET_MIX_ONLY","features":[87]},{"name":"ENDPOINT_HARDWARE_SUPPORT_METER","features":[87]},{"name":"ENDPOINT_HARDWARE_SUPPORT_MUTE","features":[87]},{"name":"ENDPOINT_HARDWARE_SUPPORT_VOLUME","features":[87]},{"name":"ENDPOINT_SYSFX_DISABLED","features":[87]},{"name":"ENDPOINT_SYSFX_ENABLED","features":[87]},{"name":"ERole","features":[87]},{"name":"ERole_enum_count","features":[87]},{"name":"EVENTCONTEXT_VOLUMESLIDER","features":[87]},{"name":"EndpointFormFactor","features":[87]},{"name":"EndpointFormFactor_enum_count","features":[87]},{"name":"FILTERCHOOSE_CUSTOM_VERIFY","features":[87]},{"name":"FILTERCHOOSE_FILTERTAG_VERIFY","features":[87]},{"name":"FILTERCHOOSE_FILTER_VERIFY","features":[87]},{"name":"FILTERCHOOSE_MESSAGE","features":[87]},{"name":"FORMATCHOOSE_CUSTOM_VERIFY","features":[87]},{"name":"FORMATCHOOSE_FORMATTAG_VERIFY","features":[87]},{"name":"FORMATCHOOSE_FORMAT_VERIFY","features":[87]},{"name":"FORMATCHOOSE_MESSAGE","features":[87]},{"name":"Full","features":[87]},{"name":"HACMDRIVER","features":[87]},{"name":"HACMDRIVERID","features":[87]},{"name":"HACMOBJ","features":[87]},{"name":"HACMSTREAM","features":[87]},{"name":"HMIDI","features":[87]},{"name":"HMIDIIN","features":[87]},{"name":"HMIDIOUT","features":[87]},{"name":"HMIDISTRM","features":[87]},{"name":"HMIXER","features":[87]},{"name":"HMIXEROBJ","features":[87]},{"name":"HWAVE","features":[87]},{"name":"HWAVEIN","features":[87]},{"name":"HWAVEOUT","features":[87]},{"name":"Handset","features":[87]},{"name":"Headphones","features":[87]},{"name":"Headset","features":[87]},{"name":"IAcousticEchoCancellationControl","features":[87]},{"name":"IActivateAudioInterfaceAsyncOperation","features":[87]},{"name":"IActivateAudioInterfaceCompletionHandler","features":[87]},{"name":"IAudioAmbisonicsControl","features":[87]},{"name":"IAudioAutoGainControl","features":[87]},{"name":"IAudioBass","features":[87]},{"name":"IAudioCaptureClient","features":[87]},{"name":"IAudioChannelConfig","features":[87]},{"name":"IAudioClient","features":[87]},{"name":"IAudioClient2","features":[87]},{"name":"IAudioClient3","features":[87]},{"name":"IAudioClientDuckingControl","features":[87]},{"name":"IAudioClock","features":[87]},{"name":"IAudioClock2","features":[87]},{"name":"IAudioClockAdjustment","features":[87]},{"name":"IAudioEffectsChangedNotificationClient","features":[87]},{"name":"IAudioEffectsManager","features":[87]},{"name":"IAudioFormatEnumerator","features":[87]},{"name":"IAudioInputSelector","features":[87]},{"name":"IAudioLoudness","features":[87]},{"name":"IAudioMidrange","features":[87]},{"name":"IAudioMute","features":[87]},{"name":"IAudioOutputSelector","features":[87]},{"name":"IAudioPeakMeter","features":[87]},{"name":"IAudioRenderClient","features":[87]},{"name":"IAudioSessionControl","features":[87]},{"name":"IAudioSessionControl2","features":[87]},{"name":"IAudioSessionEnumerator","features":[87]},{"name":"IAudioSessionEvents","features":[87]},{"name":"IAudioSessionManager","features":[87]},{"name":"IAudioSessionManager2","features":[87]},{"name":"IAudioSessionNotification","features":[87]},{"name":"IAudioStateMonitor","features":[87]},{"name":"IAudioStreamVolume","features":[87]},{"name":"IAudioSystemEffectsPropertyChangeNotificationClient","features":[87]},{"name":"IAudioSystemEffectsPropertyStore","features":[87]},{"name":"IAudioTreble","features":[87]},{"name":"IAudioViewManagerService","features":[87]},{"name":"IAudioVolumeDuckNotification","features":[87]},{"name":"IAudioVolumeLevel","features":[87]},{"name":"IChannelAudioVolume","features":[87]},{"name":"IConnector","features":[87]},{"name":"IControlChangeNotify","features":[87]},{"name":"IControlInterface","features":[87]},{"name":"IDeviceSpecificProperty","features":[87]},{"name":"IDeviceTopology","features":[87]},{"name":"IMMDevice","features":[87]},{"name":"IMMDeviceActivator","features":[87]},{"name":"IMMDeviceCollection","features":[87]},{"name":"IMMDeviceEnumerator","features":[87]},{"name":"IMMEndpoint","features":[87]},{"name":"IMMNotificationClient","features":[87]},{"name":"IMessageFilter","features":[87]},{"name":"IPart","features":[87]},{"name":"IPartsList","features":[87]},{"name":"IPerChannelDbLevel","features":[87]},{"name":"ISimpleAudioVolume","features":[87]},{"name":"ISpatialAudioClient","features":[87]},{"name":"ISpatialAudioClient2","features":[87]},{"name":"ISpatialAudioMetadataClient","features":[87]},{"name":"ISpatialAudioMetadataCopier","features":[87]},{"name":"ISpatialAudioMetadataItems","features":[87]},{"name":"ISpatialAudioMetadataItemsBuffer","features":[87]},{"name":"ISpatialAudioMetadataReader","features":[87]},{"name":"ISpatialAudioMetadataWriter","features":[87]},{"name":"ISpatialAudioObject","features":[87]},{"name":"ISpatialAudioObjectBase","features":[87]},{"name":"ISpatialAudioObjectForHrtf","features":[87]},{"name":"ISpatialAudioObjectForMetadataCommands","features":[87]},{"name":"ISpatialAudioObjectForMetadataItems","features":[87]},{"name":"ISpatialAudioObjectRenderStream","features":[87]},{"name":"ISpatialAudioObjectRenderStreamBase","features":[87]},{"name":"ISpatialAudioObjectRenderStreamForHrtf","features":[87]},{"name":"ISpatialAudioObjectRenderStreamForMetadata","features":[87]},{"name":"ISpatialAudioObjectRenderStreamNotify","features":[87]},{"name":"ISubunit","features":[87]},{"name":"In","features":[87]},{"name":"LPACMDRIVERPROC","features":[1,87]},{"name":"LPMIDICALLBACK","features":[87,86]},{"name":"LPWAVECALLBACK","features":[87,86]},{"name":"LineLevel","features":[87]},{"name":"Low","features":[87]},{"name":"MEVT_COMMENT","features":[87]},{"name":"MEVT_F_CALLBACK","features":[87]},{"name":"MEVT_F_LONG","features":[87]},{"name":"MEVT_F_SHORT","features":[87]},{"name":"MEVT_LONGMSG","features":[87]},{"name":"MEVT_NOP","features":[87]},{"name":"MEVT_SHORTMSG","features":[87]},{"name":"MEVT_TEMPO","features":[87]},{"name":"MEVT_VERSION","features":[87]},{"name":"MHDR_DONE","features":[87]},{"name":"MHDR_INQUEUE","features":[87]},{"name":"MHDR_ISSTRM","features":[87]},{"name":"MHDR_PREPARED","features":[87]},{"name":"MIDICAPS_CACHE","features":[87]},{"name":"MIDICAPS_LRVOLUME","features":[87]},{"name":"MIDICAPS_STREAM","features":[87]},{"name":"MIDICAPS_VOLUME","features":[87]},{"name":"MIDIERR_BADOPENMODE","features":[87]},{"name":"MIDIERR_DONT_CONTINUE","features":[87]},{"name":"MIDIERR_INVALIDSETUP","features":[87]},{"name":"MIDIERR_LASTERROR","features":[87]},{"name":"MIDIERR_NODEVICE","features":[87]},{"name":"MIDIERR_NOMAP","features":[87]},{"name":"MIDIERR_NOTREADY","features":[87]},{"name":"MIDIERR_STILLPLAYING","features":[87]},{"name":"MIDIERR_UNPREPARED","features":[87]},{"name":"MIDIEVENT","features":[87]},{"name":"MIDIHDR","features":[87]},{"name":"MIDIINCAPS2A","features":[87]},{"name":"MIDIINCAPS2W","features":[87]},{"name":"MIDIINCAPSA","features":[87]},{"name":"MIDIINCAPSW","features":[87]},{"name":"MIDIOUTCAPS2A","features":[87]},{"name":"MIDIOUTCAPS2W","features":[87]},{"name":"MIDIOUTCAPSA","features":[87]},{"name":"MIDIOUTCAPSW","features":[87]},{"name":"MIDIPATCHSIZE","features":[87]},{"name":"MIDIPROPTEMPO","features":[87]},{"name":"MIDIPROPTIMEDIV","features":[87]},{"name":"MIDIPROP_GET","features":[87]},{"name":"MIDIPROP_SET","features":[87]},{"name":"MIDIPROP_TEMPO","features":[87]},{"name":"MIDIPROP_TIMEDIV","features":[87]},{"name":"MIDISTRMBUFFVER","features":[87]},{"name":"MIDISTRM_ERROR","features":[87]},{"name":"MIDI_CACHE_ALL","features":[87]},{"name":"MIDI_CACHE_BESTFIT","features":[87]},{"name":"MIDI_CACHE_QUERY","features":[87]},{"name":"MIDI_IO_STATUS","features":[87]},{"name":"MIDI_UNCACHE","features":[87]},{"name":"MIDI_WAVE_OPEN_TYPE","features":[87]},{"name":"MIXERCAPS2A","features":[87]},{"name":"MIXERCAPS2W","features":[87]},{"name":"MIXERCAPSA","features":[87]},{"name":"MIXERCAPSW","features":[87]},{"name":"MIXERCONTROLA","features":[87]},{"name":"MIXERCONTROLDETAILS","features":[1,87]},{"name":"MIXERCONTROLDETAILS_BOOLEAN","features":[87]},{"name":"MIXERCONTROLDETAILS_LISTTEXTA","features":[87]},{"name":"MIXERCONTROLDETAILS_LISTTEXTW","features":[87]},{"name":"MIXERCONTROLDETAILS_SIGNED","features":[87]},{"name":"MIXERCONTROLDETAILS_UNSIGNED","features":[87]},{"name":"MIXERCONTROLW","features":[87]},{"name":"MIXERCONTROL_CONTROLF_DISABLED","features":[87]},{"name":"MIXERCONTROL_CONTROLF_MULTIPLE","features":[87]},{"name":"MIXERCONTROL_CONTROLF_UNIFORM","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_BASS","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_BASS_BOOST","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_BOOLEAN","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_BOOLEANMETER","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_BUTTON","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_CUSTOM","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_DECIBELS","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_EQUALIZER","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_FADER","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_LOUDNESS","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_MICROTIME","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_MILLITIME","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_MIXER","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_MONO","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_MULTIPLESELECT","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_MUTE","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_MUX","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_ONOFF","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_PAN","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_PEAKMETER","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_PERCENT","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_QSOUNDPAN","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_SIGNED","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_SIGNEDMETER","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_SINGLESELECT","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_SLIDER","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_STEREOENH","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_TREBLE","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_UNSIGNED","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_UNSIGNEDMETER","features":[87]},{"name":"MIXERCONTROL_CONTROLTYPE_VOLUME","features":[87]},{"name":"MIXERCONTROL_CT_CLASS_CUSTOM","features":[87]},{"name":"MIXERCONTROL_CT_CLASS_FADER","features":[87]},{"name":"MIXERCONTROL_CT_CLASS_LIST","features":[87]},{"name":"MIXERCONTROL_CT_CLASS_MASK","features":[87]},{"name":"MIXERCONTROL_CT_CLASS_METER","features":[87]},{"name":"MIXERCONTROL_CT_CLASS_NUMBER","features":[87]},{"name":"MIXERCONTROL_CT_CLASS_SLIDER","features":[87]},{"name":"MIXERCONTROL_CT_CLASS_SWITCH","features":[87]},{"name":"MIXERCONTROL_CT_CLASS_TIME","features":[87]},{"name":"MIXERCONTROL_CT_SC_LIST_MULTIPLE","features":[87]},{"name":"MIXERCONTROL_CT_SC_LIST_SINGLE","features":[87]},{"name":"MIXERCONTROL_CT_SC_METER_POLLED","features":[87]},{"name":"MIXERCONTROL_CT_SC_SWITCH_BOOLEAN","features":[87]},{"name":"MIXERCONTROL_CT_SC_SWITCH_BUTTON","features":[87]},{"name":"MIXERCONTROL_CT_SC_TIME_MICROSECS","features":[87]},{"name":"MIXERCONTROL_CT_SC_TIME_MILLISECS","features":[87]},{"name":"MIXERCONTROL_CT_SUBCLASS_MASK","features":[87]},{"name":"MIXERCONTROL_CT_UNITS_BOOLEAN","features":[87]},{"name":"MIXERCONTROL_CT_UNITS_CUSTOM","features":[87]},{"name":"MIXERCONTROL_CT_UNITS_DECIBELS","features":[87]},{"name":"MIXERCONTROL_CT_UNITS_MASK","features":[87]},{"name":"MIXERCONTROL_CT_UNITS_PERCENT","features":[87]},{"name":"MIXERCONTROL_CT_UNITS_SIGNED","features":[87]},{"name":"MIXERCONTROL_CT_UNITS_UNSIGNED","features":[87]},{"name":"MIXERLINEA","features":[87]},{"name":"MIXERLINECONTROLSA","features":[87]},{"name":"MIXERLINECONTROLSW","features":[87]},{"name":"MIXERLINEW","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_DIGITAL","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_FIRST","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_HEADPHONES","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_LAST","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_LINE","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_MONITOR","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_SPEAKERS","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_TELEPHONE","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_UNDEFINED","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_VOICEIN","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_DST_WAVEIN","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_ANALOG","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_AUXILIARY","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_COMPACTDISC","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_DIGITAL","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_FIRST","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_LAST","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_LINE","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_PCSPEAKER","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_SYNTHESIZER","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_TELEPHONE","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_UNDEFINED","features":[87]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_WAVEOUT","features":[87]},{"name":"MIXERLINE_LINEF_ACTIVE","features":[87]},{"name":"MIXERLINE_LINEF_DISCONNECTED","features":[87]},{"name":"MIXERLINE_LINEF_SOURCE","features":[87]},{"name":"MIXERLINE_TARGETTYPE_AUX","features":[87]},{"name":"MIXERLINE_TARGETTYPE_MIDIIN","features":[87]},{"name":"MIXERLINE_TARGETTYPE_MIDIOUT","features":[87]},{"name":"MIXERLINE_TARGETTYPE_UNDEFINED","features":[87]},{"name":"MIXERLINE_TARGETTYPE_WAVEIN","features":[87]},{"name":"MIXERLINE_TARGETTYPE_WAVEOUT","features":[87]},{"name":"MIXERR_INVALCONTROL","features":[87]},{"name":"MIXERR_INVALLINE","features":[87]},{"name":"MIXERR_INVALVALUE","features":[87]},{"name":"MIXERR_LASTERROR","features":[87]},{"name":"MIXER_GETCONTROLDETAILSF_LISTTEXT","features":[87]},{"name":"MIXER_GETCONTROLDETAILSF_QUERYMASK","features":[87]},{"name":"MIXER_GETCONTROLDETAILSF_VALUE","features":[87]},{"name":"MIXER_GETLINECONTROLSF_ALL","features":[87]},{"name":"MIXER_GETLINECONTROLSF_ONEBYID","features":[87]},{"name":"MIXER_GETLINECONTROLSF_ONEBYTYPE","features":[87]},{"name":"MIXER_GETLINECONTROLSF_QUERYMASK","features":[87]},{"name":"MIXER_GETLINEINFOF_COMPONENTTYPE","features":[87]},{"name":"MIXER_GETLINEINFOF_DESTINATION","features":[87]},{"name":"MIXER_GETLINEINFOF_LINEID","features":[87]},{"name":"MIXER_GETLINEINFOF_QUERYMASK","features":[87]},{"name":"MIXER_GETLINEINFOF_SOURCE","features":[87]},{"name":"MIXER_GETLINEINFOF_TARGETTYPE","features":[87]},{"name":"MIXER_LONG_NAME_CHARS","features":[87]},{"name":"MIXER_OBJECTF_AUX","features":[87]},{"name":"MIXER_OBJECTF_HANDLE","features":[87]},{"name":"MIXER_OBJECTF_MIDIIN","features":[87]},{"name":"MIXER_OBJECTF_MIDIOUT","features":[87]},{"name":"MIXER_OBJECTF_MIXER","features":[87]},{"name":"MIXER_OBJECTF_WAVEIN","features":[87]},{"name":"MIXER_OBJECTF_WAVEOUT","features":[87]},{"name":"MIXER_SETCONTROLDETAILSF_CUSTOM","features":[87]},{"name":"MIXER_SETCONTROLDETAILSF_QUERYMASK","features":[87]},{"name":"MIXER_SETCONTROLDETAILSF_VALUE","features":[87]},{"name":"MIXER_SHORT_NAME_CHARS","features":[87]},{"name":"MMDeviceEnumerator","features":[87]},{"name":"MM_ACM_FILTERCHOOSE","features":[87]},{"name":"MM_ACM_FORMATCHOOSE","features":[87]},{"name":"MOD_FMSYNTH","features":[87]},{"name":"MOD_MAPPER","features":[87]},{"name":"MOD_MIDIPORT","features":[87]},{"name":"MOD_SQSYNTH","features":[87]},{"name":"MOD_SWSYNTH","features":[87]},{"name":"MOD_SYNTH","features":[87]},{"name":"MOD_WAVETABLE","features":[87]},{"name":"Microphone","features":[87]},{"name":"Muted","features":[87]},{"name":"Out","features":[87]},{"name":"PAudioStateMonitorCallback","features":[87]},{"name":"PCMWAVEFORMAT","features":[87]},{"name":"PKEY_AudioEndpointLogo_IconEffects","features":[1,87]},{"name":"PKEY_AudioEndpointLogo_IconPath","features":[1,87]},{"name":"PKEY_AudioEndpointSettings_LaunchContract","features":[1,87]},{"name":"PKEY_AudioEndpointSettings_MenuText","features":[1,87]},{"name":"PKEY_AudioEndpoint_Association","features":[1,87]},{"name":"PKEY_AudioEndpoint_ControlPanelPageProvider","features":[1,87]},{"name":"PKEY_AudioEndpoint_Default_VolumeInDb","features":[1,87]},{"name":"PKEY_AudioEndpoint_Disable_SysFx","features":[1,87]},{"name":"PKEY_AudioEndpoint_FormFactor","features":[1,87]},{"name":"PKEY_AudioEndpoint_FullRangeSpeakers","features":[1,87]},{"name":"PKEY_AudioEndpoint_GUID","features":[1,87]},{"name":"PKEY_AudioEndpoint_JackSubType","features":[1,87]},{"name":"PKEY_AudioEndpoint_PhysicalSpeakers","features":[1,87]},{"name":"PKEY_AudioEndpoint_Supports_EventDriven_Mode","features":[1,87]},{"name":"PKEY_AudioEngine_DeviceFormat","features":[1,87]},{"name":"PKEY_AudioEngine_OEMFormat","features":[1,87]},{"name":"PROCESS_LOOPBACK_MODE","features":[87]},{"name":"PROCESS_LOOPBACK_MODE_EXCLUDE_TARGET_PROCESS_TREE","features":[87]},{"name":"PROCESS_LOOPBACK_MODE_INCLUDE_TARGET_PROCESS_TREE","features":[87]},{"name":"PartType","features":[87]},{"name":"PlaySoundA","features":[1,87]},{"name":"PlaySoundW","features":[1,87]},{"name":"RemoteNetworkDevice","features":[87]},{"name":"SND_ALIAS","features":[87]},{"name":"SND_ALIAS_ID","features":[87]},{"name":"SND_ALIAS_START","features":[87]},{"name":"SND_APPLICATION","features":[87]},{"name":"SND_ASYNC","features":[87]},{"name":"SND_FILENAME","features":[87]},{"name":"SND_FLAGS","features":[87]},{"name":"SND_LOOP","features":[87]},{"name":"SND_MEMORY","features":[87]},{"name":"SND_NODEFAULT","features":[87]},{"name":"SND_NOSTOP","features":[87]},{"name":"SND_NOWAIT","features":[87]},{"name":"SND_PURGE","features":[87]},{"name":"SND_RESOURCE","features":[87]},{"name":"SND_RING","features":[87]},{"name":"SND_SENTRY","features":[87]},{"name":"SND_SYNC","features":[87]},{"name":"SND_SYSTEM","features":[87]},{"name":"SPATIAL_AUDIO_POSITION","features":[87]},{"name":"SPATIAL_AUDIO_STANDARD_COMMANDS_START","features":[87]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS","features":[87]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS_NONE","features":[87]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS_OFFLOAD","features":[87]},{"name":"SPDIF","features":[87]},{"name":"SPTLAUDCLNT_E_DESTROYED","features":[87]},{"name":"SPTLAUDCLNT_E_ERRORS_IN_OBJECT_CALLS","features":[87]},{"name":"SPTLAUDCLNT_E_INTERNAL","features":[87]},{"name":"SPTLAUDCLNT_E_INVALID_LICENSE","features":[87]},{"name":"SPTLAUDCLNT_E_METADATA_FORMAT_NOT_SUPPORTED","features":[87]},{"name":"SPTLAUDCLNT_E_NO_MORE_OBJECTS","features":[87]},{"name":"SPTLAUDCLNT_E_OBJECT_ALREADY_ACTIVE","features":[87]},{"name":"SPTLAUDCLNT_E_OUT_OF_ORDER","features":[87]},{"name":"SPTLAUDCLNT_E_PROPERTY_NOT_SUPPORTED","features":[87]},{"name":"SPTLAUDCLNT_E_RESOURCES_INVALIDATED","features":[87]},{"name":"SPTLAUDCLNT_E_STATIC_OBJECT_NOT_AVAILABLE","features":[87]},{"name":"SPTLAUDCLNT_E_STREAM_NOT_AVAILABLE","features":[87]},{"name":"SPTLAUDCLNT_E_STREAM_NOT_STOPPED","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_ATTACH_FAILED_INTERNAL_BUFFER","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_ALREADY_ATTACHED","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_NOT_ATTACHED","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_STILL_ATTACHED","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_COMMAND_ALREADY_WRITTEN","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_COMMAND_NOT_FOUND","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_DETACH_FAILED_INTERNAL_BUFFER","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_FORMAT_MISMATCH","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_FRAMECOUNT_OUT_OF_RANGE","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_FRAMEOFFSET_OUT_OF_RANGE","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_INVALID_ARGS","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_ITEMS_ALREADY_OPEN","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_ITEMS_LOCKED_FOR_WRITING","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_ITEM_COPY_OVERFLOW","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_ITEM_MUST_HAVE_COMMANDS","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_MEMORY_BOUNDS","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_METADATA_FORMAT_NOT_FOUND","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_NO_BUFFER_ATTACHED","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMOFFSET_WRITTEN","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_FOUND","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_OPEN","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_WRITTEN","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_NO_MORE_COMMANDS","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_NO_MORE_ITEMS","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_OBJECT_NOT_INITIALIZED","features":[87]},{"name":"SPTLAUD_MD_CLNT_E_VALUE_BUFFER_INCORRECT_SIZE","features":[87]},{"name":"SpatialAudioClientActivationParams","features":[87]},{"name":"SpatialAudioHrtfActivationParams","features":[1,87]},{"name":"SpatialAudioHrtfActivationParams2","features":[1,87]},{"name":"SpatialAudioHrtfDirectivity","features":[87]},{"name":"SpatialAudioHrtfDirectivityCardioid","features":[87]},{"name":"SpatialAudioHrtfDirectivityCone","features":[87]},{"name":"SpatialAudioHrtfDirectivityType","features":[87]},{"name":"SpatialAudioHrtfDirectivityUnion","features":[87]},{"name":"SpatialAudioHrtfDirectivity_Cardioid","features":[87]},{"name":"SpatialAudioHrtfDirectivity_Cone","features":[87]},{"name":"SpatialAudioHrtfDirectivity_OmniDirectional","features":[87]},{"name":"SpatialAudioHrtfDistanceDecay","features":[87]},{"name":"SpatialAudioHrtfDistanceDecayType","features":[87]},{"name":"SpatialAudioHrtfDistanceDecay_CustomDecay","features":[87]},{"name":"SpatialAudioHrtfDistanceDecay_NaturalDecay","features":[87]},{"name":"SpatialAudioHrtfEnvironmentType","features":[87]},{"name":"SpatialAudioHrtfEnvironment_Average","features":[87]},{"name":"SpatialAudioHrtfEnvironment_Large","features":[87]},{"name":"SpatialAudioHrtfEnvironment_Medium","features":[87]},{"name":"SpatialAudioHrtfEnvironment_Outdoors","features":[87]},{"name":"SpatialAudioHrtfEnvironment_Small","features":[87]},{"name":"SpatialAudioMetadataCopyMode","features":[87]},{"name":"SpatialAudioMetadataCopy_Append","features":[87]},{"name":"SpatialAudioMetadataCopy_AppendMergeWithFirst","features":[87]},{"name":"SpatialAudioMetadataCopy_AppendMergeWithLast","features":[87]},{"name":"SpatialAudioMetadataCopy_Overwrite","features":[87]},{"name":"SpatialAudioMetadataItemsInfo","features":[87]},{"name":"SpatialAudioMetadataWriterOverflowMode","features":[87]},{"name":"SpatialAudioMetadataWriterOverflow_Fail","features":[87]},{"name":"SpatialAudioMetadataWriterOverflow_MergeWithLast","features":[87]},{"name":"SpatialAudioMetadataWriterOverflow_MergeWithNew","features":[87]},{"name":"SpatialAudioObjectRenderStreamActivationParams","features":[1,87]},{"name":"SpatialAudioObjectRenderStreamActivationParams2","features":[1,87]},{"name":"SpatialAudioObjectRenderStreamForMetadataActivationParams","features":[1,87,70,44]},{"name":"SpatialAudioObjectRenderStreamForMetadataActivationParams2","features":[1,87,70,44]},{"name":"Speakers","features":[87]},{"name":"Subunit","features":[87]},{"name":"UnknownDigitalPassthrough","features":[87]},{"name":"UnknownFormFactor","features":[87]},{"name":"VIRTUAL_AUDIO_DEVICE_PROCESS_LOOPBACK","features":[87]},{"name":"VOLUMEWAVEFILTER","features":[87]},{"name":"WAVECAPS_LRVOLUME","features":[87]},{"name":"WAVECAPS_PITCH","features":[87]},{"name":"WAVECAPS_PLAYBACKRATE","features":[87]},{"name":"WAVECAPS_SAMPLEACCURATE","features":[87]},{"name":"WAVECAPS_SYNC","features":[87]},{"name":"WAVECAPS_VOLUME","features":[87]},{"name":"WAVEFILTER","features":[87]},{"name":"WAVEFORMAT","features":[87]},{"name":"WAVEFORMATEX","features":[87]},{"name":"WAVEFORMATEXTENSIBLE","features":[87]},{"name":"WAVEHDR","features":[87]},{"name":"WAVEINCAPS2A","features":[87]},{"name":"WAVEINCAPS2W","features":[87]},{"name":"WAVEINCAPSA","features":[87]},{"name":"WAVEINCAPSW","features":[87]},{"name":"WAVEIN_MAPPER_STATUS_DEVICE","features":[87]},{"name":"WAVEIN_MAPPER_STATUS_FORMAT","features":[87]},{"name":"WAVEIN_MAPPER_STATUS_MAPPED","features":[87]},{"name":"WAVEOUTCAPS2A","features":[87]},{"name":"WAVEOUTCAPS2W","features":[87]},{"name":"WAVEOUTCAPSA","features":[87]},{"name":"WAVEOUTCAPSW","features":[87]},{"name":"WAVEOUT_MAPPER_STATUS_DEVICE","features":[87]},{"name":"WAVEOUT_MAPPER_STATUS_FORMAT","features":[87]},{"name":"WAVEOUT_MAPPER_STATUS_MAPPED","features":[87]},{"name":"WAVERR_BADFORMAT","features":[87]},{"name":"WAVERR_LASTERROR","features":[87]},{"name":"WAVERR_STILLPLAYING","features":[87]},{"name":"WAVERR_SYNC","features":[87]},{"name":"WAVERR_UNPREPARED","features":[87]},{"name":"WAVE_ALLOWSYNC","features":[87]},{"name":"WAVE_FORMAT_1M08","features":[87]},{"name":"WAVE_FORMAT_1M16","features":[87]},{"name":"WAVE_FORMAT_1S08","features":[87]},{"name":"WAVE_FORMAT_1S16","features":[87]},{"name":"WAVE_FORMAT_2M08","features":[87]},{"name":"WAVE_FORMAT_2M16","features":[87]},{"name":"WAVE_FORMAT_2S08","features":[87]},{"name":"WAVE_FORMAT_2S16","features":[87]},{"name":"WAVE_FORMAT_44M08","features":[87]},{"name":"WAVE_FORMAT_44M16","features":[87]},{"name":"WAVE_FORMAT_44S08","features":[87]},{"name":"WAVE_FORMAT_44S16","features":[87]},{"name":"WAVE_FORMAT_48M08","features":[87]},{"name":"WAVE_FORMAT_48M16","features":[87]},{"name":"WAVE_FORMAT_48S08","features":[87]},{"name":"WAVE_FORMAT_48S16","features":[87]},{"name":"WAVE_FORMAT_4M08","features":[87]},{"name":"WAVE_FORMAT_4M16","features":[87]},{"name":"WAVE_FORMAT_4S08","features":[87]},{"name":"WAVE_FORMAT_4S16","features":[87]},{"name":"WAVE_FORMAT_96M08","features":[87]},{"name":"WAVE_FORMAT_96M16","features":[87]},{"name":"WAVE_FORMAT_96S08","features":[87]},{"name":"WAVE_FORMAT_96S16","features":[87]},{"name":"WAVE_FORMAT_DIRECT","features":[87]},{"name":"WAVE_FORMAT_DIRECT_QUERY","features":[87]},{"name":"WAVE_FORMAT_PCM","features":[87]},{"name":"WAVE_FORMAT_QUERY","features":[87]},{"name":"WAVE_INVALIDFORMAT","features":[87]},{"name":"WAVE_MAPPED","features":[87]},{"name":"WAVE_MAPPED_DEFAULT_COMMUNICATION_DEVICE","features":[87]},{"name":"WAVE_MAPPER","features":[87]},{"name":"WHDR_BEGINLOOP","features":[87]},{"name":"WHDR_DONE","features":[87]},{"name":"WHDR_ENDLOOP","features":[87]},{"name":"WHDR_INQUEUE","features":[87]},{"name":"WHDR_PREPARED","features":[87]},{"name":"WIDM_MAPPER_STATUS","features":[87]},{"name":"WODM_MAPPER_STATUS","features":[87]},{"name":"_AUDCLNT_BUFFERFLAGS","features":[87]},{"name":"acmDriverAddA","features":[1,87]},{"name":"acmDriverAddW","features":[1,87]},{"name":"acmDriverClose","features":[87]},{"name":"acmDriverDetailsA","features":[87,55]},{"name":"acmDriverDetailsW","features":[87,55]},{"name":"acmDriverEnum","features":[1,87]},{"name":"acmDriverID","features":[87]},{"name":"acmDriverMessage","features":[1,87]},{"name":"acmDriverOpen","features":[87]},{"name":"acmDriverPriority","features":[87]},{"name":"acmDriverRemove","features":[87]},{"name":"acmFilterChooseA","features":[1,87]},{"name":"acmFilterChooseW","features":[1,87]},{"name":"acmFilterDetailsA","features":[87]},{"name":"acmFilterDetailsW","features":[87]},{"name":"acmFilterEnumA","features":[1,87]},{"name":"acmFilterEnumW","features":[1,87]},{"name":"acmFilterTagDetailsA","features":[87]},{"name":"acmFilterTagDetailsW","features":[87]},{"name":"acmFilterTagEnumA","features":[1,87]},{"name":"acmFilterTagEnumW","features":[1,87]},{"name":"acmFormatChooseA","features":[1,87]},{"name":"acmFormatChooseW","features":[1,87]},{"name":"acmFormatDetailsA","features":[87]},{"name":"acmFormatDetailsW","features":[87]},{"name":"acmFormatEnumA","features":[1,87]},{"name":"acmFormatEnumW","features":[1,87]},{"name":"acmFormatSuggest","features":[87]},{"name":"acmFormatTagDetailsA","features":[87]},{"name":"acmFormatTagDetailsW","features":[87]},{"name":"acmFormatTagEnumA","features":[1,87]},{"name":"acmFormatTagEnumW","features":[1,87]},{"name":"acmGetVersion","features":[87]},{"name":"acmMetrics","features":[87]},{"name":"acmStreamClose","features":[87]},{"name":"acmStreamConvert","features":[87]},{"name":"acmStreamMessage","features":[1,87]},{"name":"acmStreamOpen","features":[87]},{"name":"acmStreamPrepareHeader","features":[87]},{"name":"acmStreamReset","features":[87]},{"name":"acmStreamSize","features":[87]},{"name":"acmStreamUnprepareHeader","features":[87]},{"name":"auxGetDevCapsA","features":[87]},{"name":"auxGetDevCapsW","features":[87]},{"name":"auxGetNumDevs","features":[87]},{"name":"auxGetVolume","features":[87]},{"name":"auxOutMessage","features":[87]},{"name":"auxSetVolume","features":[87]},{"name":"eAll","features":[87]},{"name":"eCapture","features":[87]},{"name":"eCommunications","features":[87]},{"name":"eConsole","features":[87]},{"name":"eMultimedia","features":[87]},{"name":"eRender","features":[87]},{"name":"midiConnect","features":[87]},{"name":"midiDisconnect","features":[87]},{"name":"midiInAddBuffer","features":[87]},{"name":"midiInClose","features":[87]},{"name":"midiInGetDevCapsA","features":[87]},{"name":"midiInGetDevCapsW","features":[87]},{"name":"midiInGetErrorTextA","features":[87]},{"name":"midiInGetErrorTextW","features":[87]},{"name":"midiInGetID","features":[87]},{"name":"midiInGetNumDevs","features":[87]},{"name":"midiInMessage","features":[87]},{"name":"midiInOpen","features":[87]},{"name":"midiInPrepareHeader","features":[87]},{"name":"midiInReset","features":[87]},{"name":"midiInStart","features":[87]},{"name":"midiInStop","features":[87]},{"name":"midiInUnprepareHeader","features":[87]},{"name":"midiOutCacheDrumPatches","features":[87]},{"name":"midiOutCachePatches","features":[87]},{"name":"midiOutClose","features":[87]},{"name":"midiOutGetDevCapsA","features":[87]},{"name":"midiOutGetDevCapsW","features":[87]},{"name":"midiOutGetErrorTextA","features":[87]},{"name":"midiOutGetErrorTextW","features":[87]},{"name":"midiOutGetID","features":[87]},{"name":"midiOutGetNumDevs","features":[87]},{"name":"midiOutGetVolume","features":[87]},{"name":"midiOutLongMsg","features":[87]},{"name":"midiOutMessage","features":[87]},{"name":"midiOutOpen","features":[87]},{"name":"midiOutPrepareHeader","features":[87]},{"name":"midiOutReset","features":[87]},{"name":"midiOutSetVolume","features":[87]},{"name":"midiOutShortMsg","features":[87]},{"name":"midiOutUnprepareHeader","features":[87]},{"name":"midiStreamClose","features":[87]},{"name":"midiStreamOpen","features":[87]},{"name":"midiStreamOut","features":[87]},{"name":"midiStreamPause","features":[87]},{"name":"midiStreamPosition","features":[87]},{"name":"midiStreamProperty","features":[87]},{"name":"midiStreamRestart","features":[87]},{"name":"midiStreamStop","features":[87]},{"name":"mixerClose","features":[87]},{"name":"mixerGetControlDetailsA","features":[1,87]},{"name":"mixerGetControlDetailsW","features":[1,87]},{"name":"mixerGetDevCapsA","features":[87]},{"name":"mixerGetDevCapsW","features":[87]},{"name":"mixerGetID","features":[87]},{"name":"mixerGetLineControlsA","features":[87]},{"name":"mixerGetLineControlsW","features":[87]},{"name":"mixerGetLineInfoA","features":[87]},{"name":"mixerGetLineInfoW","features":[87]},{"name":"mixerGetNumDevs","features":[87]},{"name":"mixerMessage","features":[87]},{"name":"mixerOpen","features":[87]},{"name":"mixerSetControlDetails","features":[1,87]},{"name":"sndPlaySoundA","features":[1,87]},{"name":"sndPlaySoundW","features":[1,87]},{"name":"tACMFORMATDETAILSW","features":[87]},{"name":"waveInAddBuffer","features":[87]},{"name":"waveInClose","features":[87]},{"name":"waveInGetDevCapsA","features":[87]},{"name":"waveInGetDevCapsW","features":[87]},{"name":"waveInGetErrorTextA","features":[87]},{"name":"waveInGetErrorTextW","features":[87]},{"name":"waveInGetID","features":[87]},{"name":"waveInGetNumDevs","features":[87]},{"name":"waveInGetPosition","features":[87]},{"name":"waveInMessage","features":[87]},{"name":"waveInOpen","features":[87]},{"name":"waveInPrepareHeader","features":[87]},{"name":"waveInReset","features":[87]},{"name":"waveInStart","features":[87]},{"name":"waveInStop","features":[87]},{"name":"waveInUnprepareHeader","features":[87]},{"name":"waveOutBreakLoop","features":[87]},{"name":"waveOutClose","features":[87]},{"name":"waveOutGetDevCapsA","features":[87]},{"name":"waveOutGetDevCapsW","features":[87]},{"name":"waveOutGetErrorTextA","features":[87]},{"name":"waveOutGetErrorTextW","features":[87]},{"name":"waveOutGetID","features":[87]},{"name":"waveOutGetNumDevs","features":[87]},{"name":"waveOutGetPitch","features":[87]},{"name":"waveOutGetPlaybackRate","features":[87]},{"name":"waveOutGetPosition","features":[87]},{"name":"waveOutGetVolume","features":[87]},{"name":"waveOutMessage","features":[87]},{"name":"waveOutOpen","features":[87]},{"name":"waveOutPause","features":[87]},{"name":"waveOutPrepareHeader","features":[87]},{"name":"waveOutReset","features":[87]},{"name":"waveOutRestart","features":[87]},{"name":"waveOutSetPitch","features":[87]},{"name":"waveOutSetPlaybackRate","features":[87]},{"name":"waveOutSetVolume","features":[87]},{"name":"waveOutUnprepareHeader","features":[87]},{"name":"waveOutWrite","features":[87]}],"442":[{"name":"DMOCATEGORY_ACOUSTIC_ECHO_CANCEL","features":[88]},{"name":"DMOCATEGORY_AGC","features":[88]},{"name":"DMOCATEGORY_AUDIO_CAPTURE_EFFECT","features":[88]},{"name":"DMOCATEGORY_AUDIO_DECODER","features":[88]},{"name":"DMOCATEGORY_AUDIO_EFFECT","features":[88]},{"name":"DMOCATEGORY_AUDIO_ENCODER","features":[88]},{"name":"DMOCATEGORY_AUDIO_NOISE_SUPPRESS","features":[88]},{"name":"DMOCATEGORY_VIDEO_DECODER","features":[88]},{"name":"DMOCATEGORY_VIDEO_EFFECT","features":[88]},{"name":"DMOCATEGORY_VIDEO_ENCODER","features":[88]},{"name":"DMOEnum","features":[88]},{"name":"DMOGetName","features":[88]},{"name":"DMOGetTypes","features":[88]},{"name":"DMORegister","features":[88]},{"name":"DMOUnregister","features":[88]},{"name":"DMO_ENUMF_INCLUDE_KEYED","features":[88]},{"name":"DMO_ENUM_FLAGS","features":[88]},{"name":"DMO_E_INVALIDSTREAMINDEX","features":[88]},{"name":"DMO_E_INVALIDTYPE","features":[88]},{"name":"DMO_E_NOTACCEPTING","features":[88]},{"name":"DMO_E_NO_MORE_ITEMS","features":[88]},{"name":"DMO_E_TYPE_NOT_ACCEPTED","features":[88]},{"name":"DMO_E_TYPE_NOT_SET","features":[88]},{"name":"DMO_INPLACE_NORMAL","features":[88]},{"name":"DMO_INPLACE_ZERO","features":[88]},{"name":"DMO_INPUT_DATA_BUFFERF_DISCONTINUITY","features":[88]},{"name":"DMO_INPUT_DATA_BUFFERF_SYNCPOINT","features":[88]},{"name":"DMO_INPUT_DATA_BUFFERF_TIME","features":[88]},{"name":"DMO_INPUT_DATA_BUFFERF_TIMELENGTH","features":[88]},{"name":"DMO_INPUT_STATUSF_ACCEPT_DATA","features":[88]},{"name":"DMO_INPUT_STREAMF_FIXED_SAMPLE_SIZE","features":[88]},{"name":"DMO_INPUT_STREAMF_HOLDS_BUFFERS","features":[88]},{"name":"DMO_INPUT_STREAMF_SINGLE_SAMPLE_PER_BUFFER","features":[88]},{"name":"DMO_INPUT_STREAMF_WHOLE_SAMPLES","features":[88]},{"name":"DMO_MEDIA_TYPE","features":[1,88]},{"name":"DMO_OUTPUT_DATA_BUFFER","features":[88]},{"name":"DMO_OUTPUT_DATA_BUFFERF_DISCONTINUITY","features":[88]},{"name":"DMO_OUTPUT_DATA_BUFFERF_INCOMPLETE","features":[88]},{"name":"DMO_OUTPUT_DATA_BUFFERF_SYNCPOINT","features":[88]},{"name":"DMO_OUTPUT_DATA_BUFFERF_TIME","features":[88]},{"name":"DMO_OUTPUT_DATA_BUFFERF_TIMELENGTH","features":[88]},{"name":"DMO_OUTPUT_STREAMF_DISCARDABLE","features":[88]},{"name":"DMO_OUTPUT_STREAMF_FIXED_SAMPLE_SIZE","features":[88]},{"name":"DMO_OUTPUT_STREAMF_OPTIONAL","features":[88]},{"name":"DMO_OUTPUT_STREAMF_SINGLE_SAMPLE_PER_BUFFER","features":[88]},{"name":"DMO_OUTPUT_STREAMF_WHOLE_SAMPLES","features":[88]},{"name":"DMO_PARTIAL_MEDIATYPE","features":[88]},{"name":"DMO_PROCESS_OUTPUT_DISCARD_WHEN_NO_BUFFER","features":[88]},{"name":"DMO_QUALITY_STATUS_ENABLED","features":[88]},{"name":"DMO_REGISTERF_IS_KEYED","features":[88]},{"name":"DMO_REGISTER_FLAGS","features":[88]},{"name":"DMO_SET_TYPEF_CLEAR","features":[88]},{"name":"DMO_SET_TYPEF_TEST_ONLY","features":[88]},{"name":"DMO_VOSF_NEEDS_PREVIOUS_SAMPLE","features":[88]},{"name":"IDMOQualityControl","features":[88]},{"name":"IDMOVideoOutputOptimizations","features":[88]},{"name":"IEnumDMO","features":[88]},{"name":"IMediaBuffer","features":[88]},{"name":"IMediaObject","features":[88]},{"name":"IMediaObjectInPlace","features":[88]},{"name":"MoCopyMediaType","features":[1,88]},{"name":"MoCreateMediaType","features":[1,88]},{"name":"MoDeleteMediaType","features":[1,88]},{"name":"MoDuplicateMediaType","features":[1,88]},{"name":"MoFreeMediaType","features":[1,88]},{"name":"MoInitMediaType","features":[1,88]},{"name":"_DMO_INPLACE_PROCESS_FLAGS","features":[88]},{"name":"_DMO_INPUT_DATA_BUFFER_FLAGS","features":[88]},{"name":"_DMO_INPUT_STATUS_FLAGS","features":[88]},{"name":"_DMO_INPUT_STREAM_INFO_FLAGS","features":[88]},{"name":"_DMO_OUTPUT_DATA_BUFFER_FLAGS","features":[88]},{"name":"_DMO_OUTPUT_STREAM_INFO_FLAGS","features":[88]},{"name":"_DMO_PROCESS_OUTPUT_FLAGS","features":[88]},{"name":"_DMO_QUALITY_STATUS_FLAGS","features":[88]},{"name":"_DMO_SET_TYPE_FLAGS","features":[88]},{"name":"_DMO_VIDEO_OUTPUT_STREAM_FLAGS","features":[88]}],"443":[{"name":"AEC_MODE_FULL_DUPLEX","features":[89]},{"name":"AEC_MODE_HALF_DUPLEX","features":[89]},{"name":"AEC_MODE_PASS_THROUGH","features":[89]},{"name":"AEC_STATUS_FD_CURRENTLY_CONVERGED","features":[89]},{"name":"AEC_STATUS_FD_HISTORY_CONTINUOUSLY_CONVERGED","features":[89]},{"name":"AEC_STATUS_FD_HISTORY_PREVIOUSLY_DIVERGED","features":[89]},{"name":"AEC_STATUS_FD_HISTORY_UNINITIALIZED","features":[89]},{"name":"ALLOCATOR_PROPERTIES_EX","features":[89]},{"name":"APO_CLASS_UUID","features":[89]},{"name":"AUDIOENDPOINT_CLASS_UUID","features":[89]},{"name":"AUDIOMODULE_MAX_DATA_SIZE","features":[89]},{"name":"AUDIOMODULE_MAX_NAME_CCH_SIZE","features":[89]},{"name":"AUDIOPOSTURE_ORIENTATION","features":[89]},{"name":"AUDIOPOSTURE_ORIENTATION_NOTROTATED","features":[89]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED180DEGREESCOUNTERCLOCKWISE","features":[89]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED270DEGREESCOUNTERCLOCKWISE","features":[89]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED90DEGREESCOUNTERCLOCKWISE","features":[89]},{"name":"AUDIORESOURCEMANAGEMENT_RESOURCEGROUP","features":[1,89]},{"name":"AUDIO_CURVE_TYPE","features":[89]},{"name":"AUDIO_CURVE_TYPE_NONE","features":[89]},{"name":"AUDIO_CURVE_TYPE_WINDOWS_FADE","features":[89]},{"name":"AUDIO_EFFECT_TYPE_ACOUSTIC_ECHO_CANCELLATION","features":[89]},{"name":"AUDIO_EFFECT_TYPE_AUTOMATIC_GAIN_CONTROL","features":[89]},{"name":"AUDIO_EFFECT_TYPE_BASS_BOOST","features":[89]},{"name":"AUDIO_EFFECT_TYPE_BASS_MANAGEMENT","features":[89]},{"name":"AUDIO_EFFECT_TYPE_BEAMFORMING","features":[89]},{"name":"AUDIO_EFFECT_TYPE_CONSTANT_TONE_REMOVAL","features":[89]},{"name":"AUDIO_EFFECT_TYPE_DEEP_NOISE_SUPPRESSION","features":[89]},{"name":"AUDIO_EFFECT_TYPE_DYNAMIC_RANGE_COMPRESSION","features":[89]},{"name":"AUDIO_EFFECT_TYPE_ENVIRONMENTAL_EFFECTS","features":[89]},{"name":"AUDIO_EFFECT_TYPE_EQUALIZER","features":[89]},{"name":"AUDIO_EFFECT_TYPE_FAR_FIELD_BEAMFORMING","features":[89]},{"name":"AUDIO_EFFECT_TYPE_LOUDNESS_EQUALIZER","features":[89]},{"name":"AUDIO_EFFECT_TYPE_NOISE_SUPPRESSION","features":[89]},{"name":"AUDIO_EFFECT_TYPE_ROOM_CORRECTION","features":[89]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_COMPENSATION","features":[89]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_FILL","features":[89]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_PROTECTION","features":[89]},{"name":"AUDIO_EFFECT_TYPE_VIRTUAL_HEADPHONES","features":[89]},{"name":"AUDIO_EFFECT_TYPE_VIRTUAL_SURROUND","features":[89]},{"name":"AUDIO_SIGNALPROCESSINGMODE_COMMUNICATIONS","features":[89]},{"name":"AUDIO_SIGNALPROCESSINGMODE_DEFAULT","features":[89]},{"name":"AUDIO_SIGNALPROCESSINGMODE_FAR_FIELD_SPEECH","features":[89]},{"name":"AUDIO_SIGNALPROCESSINGMODE_MEDIA","features":[89]},{"name":"AUDIO_SIGNALPROCESSINGMODE_MOVIE","features":[89]},{"name":"AUDIO_SIGNALPROCESSINGMODE_NOTIFICATION","features":[89]},{"name":"AUDIO_SIGNALPROCESSINGMODE_RAW","features":[89]},{"name":"AUDIO_SIGNALPROCESSINGMODE_SPEECH","features":[89]},{"name":"AllocatorStrategy_DontCare","features":[89]},{"name":"AllocatorStrategy_MaximizeSpeed","features":[89]},{"name":"AllocatorStrategy_MinimizeFrameSize","features":[89]},{"name":"AllocatorStrategy_MinimizeNumberOfAllocators","features":[89]},{"name":"AllocatorStrategy_MinimizeNumberOfFrames","features":[89]},{"name":"BLUETOOTHLE_MIDI_SERVICE_UUID","features":[89]},{"name":"BLUETOOTH_MIDI_DATAIO_CHARACTERISTIC","features":[89]},{"name":"BUS_INTERFACE_REFERENCE_VERSION","features":[89]},{"name":"CAPTURE_MEMORY_ALLOCATION_FLAGS","features":[89]},{"name":"CASCADE_FORM","features":[89]},{"name":"CC_BYTE_PAIR","features":[89]},{"name":"CC_HW_FIELD","features":[89]},{"name":"CC_MAX_HW_DECODE_LINES","features":[89]},{"name":"CLSID_KsIBasicAudioInterfaceHandler","features":[89]},{"name":"CLSID_Proxy","features":[89]},{"name":"CONSTRICTOR_OPTION","features":[89]},{"name":"CONSTRICTOR_OPTION_DISABLE","features":[89]},{"name":"CONSTRICTOR_OPTION_MUTE","features":[89]},{"name":"DEVCAPS","features":[89]},{"name":"DEVPKEY_KsAudio_Controller_DeviceInterface_Path","features":[1,89]},{"name":"DEVPKEY_KsAudio_PacketSize_Constraints","features":[1,89]},{"name":"DEVPKEY_KsAudio_PacketSize_Constraints2","features":[1,89]},{"name":"DIRECT_FORM","features":[89]},{"name":"DS3DVECTOR","features":[89]},{"name":"DS3D_HRTF_VERSION_1","features":[89]},{"name":"EDeviceControlUseType","features":[89]},{"name":"EPcxConnectionType","features":[89]},{"name":"EPcxGenLocation","features":[89]},{"name":"EPcxGenLocation_enum_count","features":[89]},{"name":"EPcxGeoLocation","features":[89]},{"name":"EPcxGeoLocation_enum_count","features":[89]},{"name":"EPxcPortConnection","features":[89]},{"name":"EVENTSETID_CROSSBAR","features":[89]},{"name":"EVENTSETID_TUNER","features":[89]},{"name":"EVENTSETID_VIDCAP_CAMERACONTROL_REGION_OF_INTEREST","features":[89]},{"name":"EVENTSETID_VIDEODECODER","features":[89]},{"name":"FLOAT_COEFF","features":[89]},{"name":"FRAMING_CACHE_OPS","features":[89]},{"name":"FRAMING_PROP","features":[89]},{"name":"FULL_FILTER","features":[89]},{"name":"FramingProp_Ex","features":[89]},{"name":"FramingProp_None","features":[89]},{"name":"FramingProp_Old","features":[89]},{"name":"FramingProp_Uninitialized","features":[89]},{"name":"Framing_Cache_ReadLast","features":[89]},{"name":"Framing_Cache_ReadOrig","features":[89]},{"name":"Framing_Cache_Update","features":[89]},{"name":"Framing_Cache_Write","features":[89]},{"name":"GUID_NULL","features":[89]},{"name":"IKsAggregateControl","features":[89]},{"name":"IKsAllocator","features":[89]},{"name":"IKsAllocatorEx","features":[89]},{"name":"IKsClockPropertySet","features":[89]},{"name":"IKsControl","features":[89]},{"name":"IKsDataTypeCompletion","features":[89]},{"name":"IKsDataTypeHandler","features":[89]},{"name":"IKsFormatSupport","features":[89]},{"name":"IKsInterfaceHandler","features":[89]},{"name":"IKsJackContainerId","features":[89]},{"name":"IKsJackDescription","features":[89]},{"name":"IKsJackDescription2","features":[89]},{"name":"IKsJackDescription3","features":[89]},{"name":"IKsJackSinkInformation","features":[89]},{"name":"IKsNodeControl","features":[89]},{"name":"IKsNotifyEvent","features":[89]},{"name":"IKsObject","features":[89]},{"name":"IKsPin","features":[89]},{"name":"IKsPinEx","features":[89]},{"name":"IKsPinFactory","features":[89]},{"name":"IKsPinPipe","features":[89]},{"name":"IKsPropertySet","features":[89]},{"name":"IKsQualityForwarder","features":[89]},{"name":"IKsTopology","features":[89]},{"name":"IKsTopologyInfo","features":[89]},{"name":"INTERLEAVED_AUDIO_FORMAT_INFORMATION","features":[89]},{"name":"IOCTL_KS_DISABLE_EVENT","features":[89]},{"name":"IOCTL_KS_ENABLE_EVENT","features":[89]},{"name":"IOCTL_KS_HANDSHAKE","features":[89]},{"name":"IOCTL_KS_METHOD","features":[89]},{"name":"IOCTL_KS_PROPERTY","features":[89]},{"name":"IOCTL_KS_READ_STREAM","features":[89]},{"name":"IOCTL_KS_RESET_STATE","features":[89]},{"name":"IOCTL_KS_WRITE_STREAM","features":[89]},{"name":"JACKDESC2_DYNAMIC_FORMAT_CHANGE_CAPABILITY","features":[89]},{"name":"JACKDESC2_PRESENCE_DETECT_CAPABILITY","features":[89]},{"name":"KSAC3_ALTERNATE_AUDIO","features":[1,89]},{"name":"KSAC3_ALTERNATE_AUDIO_1","features":[89]},{"name":"KSAC3_ALTERNATE_AUDIO_2","features":[89]},{"name":"KSAC3_ALTERNATE_AUDIO_BOTH","features":[89]},{"name":"KSAC3_BIT_STREAM_MODE","features":[89]},{"name":"KSAC3_DIALOGUE_LEVEL","features":[89]},{"name":"KSAC3_DOWNMIX","features":[1,89]},{"name":"KSAC3_ERROR_CONCEALMENT","features":[1,89]},{"name":"KSAC3_ROOM_TYPE","features":[1,89]},{"name":"KSAC3_SERVICE_COMMENTARY","features":[89]},{"name":"KSAC3_SERVICE_DIALOG_ONLY","features":[89]},{"name":"KSAC3_SERVICE_EMERGENCY_FLASH","features":[89]},{"name":"KSAC3_SERVICE_HEARING_IMPAIRED","features":[89]},{"name":"KSAC3_SERVICE_MAIN_AUDIO","features":[89]},{"name":"KSAC3_SERVICE_NO_DIALOG","features":[89]},{"name":"KSAC3_SERVICE_VISUALLY_IMPAIRED","features":[89]},{"name":"KSAC3_SERVICE_VOICE_OVER","features":[89]},{"name":"KSALGORITHMINSTANCE_SYSTEM_ACOUSTIC_ECHO_CANCEL","features":[89]},{"name":"KSALGORITHMINSTANCE_SYSTEM_AGC","features":[89]},{"name":"KSALGORITHMINSTANCE_SYSTEM_MICROPHONE_ARRAY_PROCESSOR","features":[89]},{"name":"KSALGORITHMINSTANCE_SYSTEM_NOISE_SUPPRESS","features":[89]},{"name":"KSALLOCATORMODE","features":[89]},{"name":"KSALLOCATOR_FLAG_2D_BUFFER_REQUIRED","features":[89]},{"name":"KSALLOCATOR_FLAG_ALLOCATOR_EXISTS","features":[89]},{"name":"KSALLOCATOR_FLAG_ATTENTION_STEPPING","features":[89]},{"name":"KSALLOCATOR_FLAG_CAN_ALLOCATE","features":[89]},{"name":"KSALLOCATOR_FLAG_CYCLE","features":[89]},{"name":"KSALLOCATOR_FLAG_DEVICE_SPECIFIC","features":[89]},{"name":"KSALLOCATOR_FLAG_ENABLE_CACHED_MDL","features":[89]},{"name":"KSALLOCATOR_FLAG_INDEPENDENT_RANGES","features":[89]},{"name":"KSALLOCATOR_FLAG_INSIST_ON_FRAMESIZE_RATIO","features":[89]},{"name":"KSALLOCATOR_FLAG_MULTIPLE_OUTPUT","features":[89]},{"name":"KSALLOCATOR_FLAG_NO_FRAME_INTEGRITY","features":[89]},{"name":"KSALLOCATOR_FLAG_PARTIAL_READ_SUPPORT","features":[89]},{"name":"KSALLOCATOR_FRAMING","features":[89]},{"name":"KSALLOCATOR_FRAMING_EX","features":[89]},{"name":"KSALLOCATOR_OPTIONF_COMPATIBLE","features":[89]},{"name":"KSALLOCATOR_OPTIONF_SYSTEM_MEMORY","features":[89]},{"name":"KSALLOCATOR_OPTIONF_VALID","features":[89]},{"name":"KSALLOCATOR_REQUIREMENTF_FRAME_INTEGRITY","features":[89]},{"name":"KSALLOCATOR_REQUIREMENTF_INPLACE_MODIFIER","features":[89]},{"name":"KSALLOCATOR_REQUIREMENTF_MUST_ALLOCATE","features":[89]},{"name":"KSALLOCATOR_REQUIREMENTF_PREFERENCES_ONLY","features":[89]},{"name":"KSALLOCATOR_REQUIREMENTF_SYSTEM_MEMORY","features":[89]},{"name":"KSALLOCATOR_REQUIREMENTF_SYSTEM_MEMORY_CUSTOM_ALLOCATION","features":[89]},{"name":"KSATTRIBUTE","features":[89]},{"name":"KSATTRIBUTEID_AUDIOSIGNALPROCESSING_MODE","features":[89]},{"name":"KSATTRIBUTE_AUDIOSIGNALPROCESSING_MODE","features":[89]},{"name":"KSATTRIBUTE_REQUIRED","features":[89]},{"name":"KSAUDDECOUTMODE_PCM_51","features":[89]},{"name":"KSAUDDECOUTMODE_SPDIFF","features":[89]},{"name":"KSAUDDECOUTMODE_STEREO_ANALOG","features":[89]},{"name":"KSAUDFNAME_3D_CENTER","features":[89]},{"name":"KSAUDFNAME_3D_DEPTH","features":[89]},{"name":"KSAUDFNAME_3D_STEREO","features":[89]},{"name":"KSAUDFNAME_ALTERNATE_MICROPHONE","features":[89]},{"name":"KSAUDFNAME_AUX","features":[89]},{"name":"KSAUDFNAME_AUX_MUTE","features":[89]},{"name":"KSAUDFNAME_AUX_VOLUME","features":[89]},{"name":"KSAUDFNAME_BASS","features":[89]},{"name":"KSAUDFNAME_CD_AUDIO","features":[89]},{"name":"KSAUDFNAME_CD_IN_VOLUME","features":[89]},{"name":"KSAUDFNAME_CD_MUTE","features":[89]},{"name":"KSAUDFNAME_CD_VOLUME","features":[89]},{"name":"KSAUDFNAME_LINE_IN","features":[89]},{"name":"KSAUDFNAME_LINE_IN_VOLUME","features":[89]},{"name":"KSAUDFNAME_LINE_MUTE","features":[89]},{"name":"KSAUDFNAME_LINE_VOLUME","features":[89]},{"name":"KSAUDFNAME_MASTER_MUTE","features":[89]},{"name":"KSAUDFNAME_MASTER_VOLUME","features":[89]},{"name":"KSAUDFNAME_MICROPHONE_BOOST","features":[89]},{"name":"KSAUDFNAME_MIC_IN_VOLUME","features":[89]},{"name":"KSAUDFNAME_MIC_MUTE","features":[89]},{"name":"KSAUDFNAME_MIC_VOLUME","features":[89]},{"name":"KSAUDFNAME_MIDI","features":[89]},{"name":"KSAUDFNAME_MIDI_IN_VOLUME","features":[89]},{"name":"KSAUDFNAME_MIDI_MUTE","features":[89]},{"name":"KSAUDFNAME_MIDI_VOLUME","features":[89]},{"name":"KSAUDFNAME_MIDRANGE","features":[89]},{"name":"KSAUDFNAME_MONO_MIX","features":[89]},{"name":"KSAUDFNAME_MONO_MIX_MUTE","features":[89]},{"name":"KSAUDFNAME_MONO_MIX_VOLUME","features":[89]},{"name":"KSAUDFNAME_MONO_OUT","features":[89]},{"name":"KSAUDFNAME_MONO_OUT_MUTE","features":[89]},{"name":"KSAUDFNAME_MONO_OUT_VOLUME","features":[89]},{"name":"KSAUDFNAME_PC_SPEAKER","features":[89]},{"name":"KSAUDFNAME_PC_SPEAKER_MUTE","features":[89]},{"name":"KSAUDFNAME_PC_SPEAKER_VOLUME","features":[89]},{"name":"KSAUDFNAME_PEAKMETER","features":[89]},{"name":"KSAUDFNAME_RECORDING_CONTROL","features":[89]},{"name":"KSAUDFNAME_RECORDING_SOURCE","features":[89]},{"name":"KSAUDFNAME_STEREO_MIX","features":[89]},{"name":"KSAUDFNAME_STEREO_MIX_MUTE","features":[89]},{"name":"KSAUDFNAME_STEREO_MIX_VOLUME","features":[89]},{"name":"KSAUDFNAME_TREBLE","features":[89]},{"name":"KSAUDFNAME_VIDEO","features":[89]},{"name":"KSAUDFNAME_VIDEO_MUTE","features":[89]},{"name":"KSAUDFNAME_VIDEO_VOLUME","features":[89]},{"name":"KSAUDFNAME_VOLUME_CONTROL","features":[89]},{"name":"KSAUDFNAME_WAVE_IN_VOLUME","features":[89]},{"name":"KSAUDFNAME_WAVE_MUTE","features":[89]},{"name":"KSAUDFNAME_WAVE_OUT_MIX","features":[89]},{"name":"KSAUDFNAME_WAVE_VOLUME","features":[89]},{"name":"KSAUDIOENGINE_BUFFER_SIZE_RANGE","features":[89]},{"name":"KSAUDIOENGINE_DESCRIPTOR","features":[89]},{"name":"KSAUDIOENGINE_DEVICECONTROLS","features":[89]},{"name":"KSAUDIOENGINE_VOLUMELEVEL","features":[89]},{"name":"KSAUDIOMODULE_DESCRIPTOR","features":[89]},{"name":"KSAUDIOMODULE_NOTIFICATION","features":[89]},{"name":"KSAUDIOMODULE_PROPERTY","features":[89]},{"name":"KSAUDIO_CHANNEL_CONFIG","features":[89]},{"name":"KSAUDIO_COPY_PROTECTION","features":[1,89]},{"name":"KSAUDIO_CPU_RESOURCES_HOST_CPU","features":[89]},{"name":"KSAUDIO_CPU_RESOURCES_NOT_HOST_CPU","features":[89]},{"name":"KSAUDIO_DYNAMIC_RANGE","features":[89]},{"name":"KSAUDIO_MICROPHONE_COORDINATES","features":[89]},{"name":"KSAUDIO_MIC_ARRAY_GEOMETRY","features":[89]},{"name":"KSAUDIO_MIXCAP_TABLE","features":[1,89]},{"name":"KSAUDIO_MIXLEVEL","features":[1,89]},{"name":"KSAUDIO_MIX_CAPS","features":[1,89]},{"name":"KSAUDIO_PACKETSIZE_CONSTRAINTS","features":[89]},{"name":"KSAUDIO_PACKETSIZE_CONSTRAINTS2","features":[89]},{"name":"KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT","features":[89]},{"name":"KSAUDIO_POSITION","features":[89]},{"name":"KSAUDIO_POSITIONEX","features":[89]},{"name":"KSAUDIO_PRESENTATION_POSITION","features":[89]},{"name":"KSAUDIO_QUALITY_ADVANCED","features":[89]},{"name":"KSAUDIO_QUALITY_BASIC","features":[89]},{"name":"KSAUDIO_QUALITY_PC","features":[89]},{"name":"KSAUDIO_QUALITY_WORST","features":[89]},{"name":"KSAUDIO_SPEAKER_DIRECTOUT","features":[89]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_CENTER","features":[89]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_LEFT","features":[89]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_RIGHT","features":[89]},{"name":"KSAUDIO_SPEAKER_GROUND_REAR_LEFT","features":[89]},{"name":"KSAUDIO_SPEAKER_GROUND_REAR_RIGHT","features":[89]},{"name":"KSAUDIO_SPEAKER_MONO","features":[89]},{"name":"KSAUDIO_SPEAKER_SUPER_WOOFER","features":[89]},{"name":"KSAUDIO_SPEAKER_TOP_MIDDLE","features":[89]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_HEADPHONE","features":[89]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_MAX","features":[89]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_MIN","features":[89]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_NARROW","features":[89]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_WIDE","features":[89]},{"name":"KSCAMERAPROFILE_BalancedVideoAndPhoto","features":[89]},{"name":"KSCAMERAPROFILE_CompressedCamera","features":[89]},{"name":"KSCAMERAPROFILE_FLAGS_FACEDETECTION","features":[89]},{"name":"KSCAMERAPROFILE_FLAGS_PHOTOHDR","features":[89]},{"name":"KSCAMERAPROFILE_FLAGS_PREVIEW_RES_MUSTMATCH","features":[89]},{"name":"KSCAMERAPROFILE_FLAGS_VARIABLEPHOTOSEQUENCE","features":[89]},{"name":"KSCAMERAPROFILE_FLAGS_VIDEOHDR","features":[89]},{"name":"KSCAMERAPROFILE_FLAGS_VIDEOSTABLIZATION","features":[89]},{"name":"KSCAMERAPROFILE_FaceAuth_Mode","features":[89]},{"name":"KSCAMERAPROFILE_HDRWithWCGPhoto","features":[89]},{"name":"KSCAMERAPROFILE_HDRWithWCGVideo","features":[89]},{"name":"KSCAMERAPROFILE_HighFrameRate","features":[89]},{"name":"KSCAMERAPROFILE_HighQualityPhoto","features":[89]},{"name":"KSCAMERAPROFILE_Legacy","features":[89]},{"name":"KSCAMERAPROFILE_PhotoSequence","features":[89]},{"name":"KSCAMERAPROFILE_VariablePhotoSequence","features":[89]},{"name":"KSCAMERAPROFILE_VideoConferencing","features":[89]},{"name":"KSCAMERAPROFILE_VideoHDR8","features":[89]},{"name":"KSCAMERAPROFILE_VideoRecording","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_AUTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_FNF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_HDR","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_ULTRALOWLIGHT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_BLUR","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_CONFIGCAPS","features":[1,89]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_MASK","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_SHALLOWFOCUS","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_CAMERAOFFSET","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_ASYNCCONTROL","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_CANCELLABLE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_MASK","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_RESERVED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_AUTOFACEFRAMING","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPSHEADER","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_MANUAL","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_SETTING","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMPENSATION","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_FULLSTEP","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_HALFSTEP","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_QUARTERSTEP","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_SIXTHSTEP","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_THIRDSTEP","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_STARE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_ALTERNATIVE_FRAME_ILLUMINATION","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_BACKGROUND_SUBTRACTION","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_DISABLED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_BLINK","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_PHOTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_PREVIEW","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_SMILE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_VIDEO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FIELDOFVIEW","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FILTERSCOPE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLAG_CANCELOPERATION","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLAG_MASK","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_AUTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_AUTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_AUTO_ADJUSTABLEPOWER","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_MULTIFLASHSUPPORTED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ON_ADJUSTABLEPOWER","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_REDEYEREDUCTION","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_SINGLEFLASH","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSPRIORITY_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSPRIORITY_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_FAILED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_FOCUSED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_LOST","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_SEARCHING","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_UNINITIALIZED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_CONTINUOUS","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_CONTINUOUSLOCK","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_HYPERFOCAL","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_INFINITY","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_NEAREST","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DRIVERFALLBACK_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_FULLRANGE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_HYPERFOCAL","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_INFINITY","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_MACRO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_NORMAL","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_REGIONBASED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_UNLOCK","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_HEADER","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_HISTOGRAM_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_HISTOGRAM_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_ALTERNATING_FRAME_ILLUMINATION","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_ALWAYS_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_100","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_12800","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_1600","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_200","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_25600","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_3200","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_400","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_50","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_6400","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_80","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_800","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_AUTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_MANUAL","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_METADATAINFO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_ALIGNMENTREQUIRED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_MEMORYTYPE_MASK","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_SYSTEMMEMORY","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_1024","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_128","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_16","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_2048","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_256","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_32","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_4096","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_512","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_64","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_8192","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_AUTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_DEFAULT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_LATENCY","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_PHOTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_POWER","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_QUALITY","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_VIDEO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOCONFIRMATION_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOCONFIRMATION_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_NORMAL","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE_SUB_NONE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE_SUB_VARIABLE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_16X","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_2X","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_4X","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_8X","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_DISABLE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_PROFILE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_DYNAMIC","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE_FACE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE_UNKNOWN","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_EXPOSURE","features":[1,89]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_FOCUS","features":[1,89]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_INFO","features":[1,89]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROLHEADER","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_WHITEBALANCE","features":[1,89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_AUTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_BACKLIT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_BEACH","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_CANDLELIGHT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_LANDSCAPE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_MACRO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_MANUAL","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_NIGHT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_NIGHTPORTRAIT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_PORTRAIT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SNOW","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SPORT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SUNSET","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SECUREMODE_DISABLED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_SECUREMODE_ENABLED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VALUE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VFR_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VFR_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_AUTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_AUTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_LOCK","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_MANUAL","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCSETTING","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_AUTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_AUTO","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_OFF","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_ON","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_ON_ADJUSTABLEPOWER","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WARMSTART_MODE_DISABLED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WARMSTART_MODE_ENABLED","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_CANDLELIGHT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_CLOUDY","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_DAYLIGHT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_FLASH","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_FLUORESCENT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_TUNGSTEN","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_MODE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_PRESET","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_TEMPERATURE","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_DEFAULT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_DIRECT","features":[89]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_SMOOTH","features":[89]},{"name":"KSCAMERA_MAXVIDEOFPS_FORPHOTORES","features":[89]},{"name":"KSCAMERA_METADATA_BACKGROUNDSEGMENTATIONMASK","features":[1,89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_EXPOSURECOMPENSATION","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_EXPOSURETIME","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FLASH","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FLASHPOWER","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FOCUSSTATE","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_ISOSPEED","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_LENSPOSITION","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_SCENEMODE","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_SENSORFRAMERATE","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_WHITEBALANCE","features":[89]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_ZOOMFACTOR","features":[89]},{"name":"KSCAMERA_METADATA_DIGITALWINDOW","features":[89]},{"name":"KSCAMERA_METADATA_FRAMEILLUMINATION","features":[89]},{"name":"KSCAMERA_METADATA_FRAMEILLUMINATION_FLAG_ON","features":[89]},{"name":"KSCAMERA_METADATA_ITEMHEADER","features":[89]},{"name":"KSCAMERA_METADATA_PHOTOCONFIRMATION","features":[89]},{"name":"KSCAMERA_MetadataId","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_AUTO","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_CAP_HEADER","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_CAP_ITEM_HEADER","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_CUSTOM_ITEM","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_FRAME_HEADER","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_HEADER","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_CUSTOM","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_EXPOSURE_COMPENSATION","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_EXPOSURE_TIME","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_FLASH","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_FOCUS","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_HEADER","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_ISO","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_PHOTOCONFIRMATION","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_TYPE","features":[89]},{"name":"KSCAMERA_PERFRAMESETTING_MANUAL","features":[89]},{"name":"KSCAMERA_PROFILE_CONCURRENCYINFO","features":[89]},{"name":"KSCAMERA_PROFILE_INFO","features":[89]},{"name":"KSCAMERA_PROFILE_MEDIAINFO","features":[89]},{"name":"KSCAMERA_PROFILE_PININFO","features":[89]},{"name":"KSCATEGORY_ACOUSTIC_ECHO_CANCEL","features":[89]},{"name":"KSCATEGORY_AUDIO","features":[89]},{"name":"KSCATEGORY_BRIDGE","features":[89]},{"name":"KSCATEGORY_CAPTURE","features":[89]},{"name":"KSCATEGORY_CLOCK","features":[89]},{"name":"KSCATEGORY_COMMUNICATIONSTRANSFORM","features":[89]},{"name":"KSCATEGORY_CROSSBAR","features":[89]},{"name":"KSCATEGORY_DATACOMPRESSOR","features":[89]},{"name":"KSCATEGORY_DATADECOMPRESSOR","features":[89]},{"name":"KSCATEGORY_DATATRANSFORM","features":[89]},{"name":"KSCATEGORY_ENCODER","features":[89]},{"name":"KSCATEGORY_ESCALANTE_PLATFORM_DRIVER","features":[89]},{"name":"KSCATEGORY_FILESYSTEM","features":[89]},{"name":"KSCATEGORY_INTERFACETRANSFORM","features":[89]},{"name":"KSCATEGORY_MEDIUMTRANSFORM","features":[89]},{"name":"KSCATEGORY_MICROPHONE_ARRAY_PROCESSOR","features":[89]},{"name":"KSCATEGORY_MIXER","features":[89]},{"name":"KSCATEGORY_MULTIPLEXER","features":[89]},{"name":"KSCATEGORY_NETWORK","features":[89]},{"name":"KSCATEGORY_NETWORK_CAMERA","features":[89]},{"name":"KSCATEGORY_PROXY","features":[89]},{"name":"KSCATEGORY_QUALITY","features":[89]},{"name":"KSCATEGORY_REALTIME","features":[89]},{"name":"KSCATEGORY_RENDER","features":[89]},{"name":"KSCATEGORY_SENSOR_CAMERA","features":[89]},{"name":"KSCATEGORY_SENSOR_GROUP","features":[89]},{"name":"KSCATEGORY_SPLITTER","features":[89]},{"name":"KSCATEGORY_TEXT","features":[89]},{"name":"KSCATEGORY_TOPOLOGY","features":[89]},{"name":"KSCATEGORY_TVAUDIO","features":[89]},{"name":"KSCATEGORY_TVTUNER","features":[89]},{"name":"KSCATEGORY_VBICODEC","features":[89]},{"name":"KSCATEGORY_VIDEO","features":[89]},{"name":"KSCATEGORY_VIDEO_CAMERA","features":[89]},{"name":"KSCATEGORY_VIRTUAL","features":[89]},{"name":"KSCATEGORY_VPMUX","features":[89]},{"name":"KSCATEGORY_WDMAUD_USE_PIN_NAME","features":[89]},{"name":"KSCLOCK_CREATE","features":[89]},{"name":"KSCOMPONENTID","features":[89]},{"name":"KSCOMPONENTID_USBAUDIO","features":[89]},{"name":"KSCORRELATED_TIME","features":[89]},{"name":"KSCREATE_ITEM_FREEONSTOP","features":[89]},{"name":"KSCREATE_ITEM_NOPARAMETERS","features":[89]},{"name":"KSCREATE_ITEM_SECURITYCHANGED","features":[89]},{"name":"KSCREATE_ITEM_WILDCARD","features":[89]},{"name":"KSCameraProfileSensorType_Custom","features":[89]},{"name":"KSCameraProfileSensorType_Depth","features":[89]},{"name":"KSCameraProfileSensorType_ImageSegmentation","features":[89]},{"name":"KSCameraProfileSensorType_Infrared","features":[89]},{"name":"KSCameraProfileSensorType_PoseTracking","features":[89]},{"name":"KSCameraProfileSensorType_RGB","features":[89]},{"name":"KSDATAFORMAT","features":[89]},{"name":"KSDATAFORMAT_BIT_ATTRIBUTES","features":[89]},{"name":"KSDATAFORMAT_BIT_TEMPORAL_COMPRESSION","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_AC3_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_ANALOGVIDEO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_AC3_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG1_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG1_VIDEO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG2_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG2_VIDEO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_DSOUND","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_FILEHANDLE","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_FILENAME","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_H264_VIDEO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_IMAGE","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_JPEG_IMAGE","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_LPCM_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG1_VIDEO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG2_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG2_VIDEO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_NONE","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_VBI","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_VC_ID","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_VIDEOINFO","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_VIDEOINFO2","features":[89]},{"name":"KSDATAFORMAT_SPECIFIER_WAVEFORMATEX","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_AC3_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_ANALOG","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_CC","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_D16","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_DSS_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_DSS_VIDEO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_DTS_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_AAC","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_ATRAC","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL_PLUS","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL_PLUS_ATMOS","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MAT20","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MAT21","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MLP","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DST","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTS","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTSX_E1","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTSX_E2","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTS_HD","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG1","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG2","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG3","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_ONE_BIT_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_WMA_PRO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_IMAGE_RGB32","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_JPEG","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_L16","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_L16_CUSTOM","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_L16_IR","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_L8","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_L8_CUSTOM","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_L8_IR","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_LPCM_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_Line21_BytePair","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_Line21_GOPPacket","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MIDI","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MIDI_BUS","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_CUSTOM","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_DEPTH","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_IR","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Packet","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Payload","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Video","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG2_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG2_VIDEO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MPEGLAYER3","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG_HEAAC","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_NABTS","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_NABTS_FEC","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_NONE","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_OVERLAY","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_PCM","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_RAW8","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_RIFF","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_RIFFMIDI","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_RIFFWAVE","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_SDDS_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_AC3_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG1_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG1_VIDEO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG2_AUDIO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG2_VIDEO","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_SUBPICTURE","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_TELETEXT","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_VPVBI","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_VPVideo","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_WAVEFORMATEX","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO2","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO3","features":[89]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO_LOSSLESS","features":[89]},{"name":"KSDATAFORMAT_TYPE_ANALOGAUDIO","features":[89]},{"name":"KSDATAFORMAT_TYPE_ANALOGVIDEO","features":[89]},{"name":"KSDATAFORMAT_TYPE_AUDIO","features":[89]},{"name":"KSDATAFORMAT_TYPE_AUXLine21Data","features":[89]},{"name":"KSDATAFORMAT_TYPE_DVD_ENCRYPTED_PACK","features":[89]},{"name":"KSDATAFORMAT_TYPE_IMAGE","features":[89]},{"name":"KSDATAFORMAT_TYPE_MIDI","features":[89]},{"name":"KSDATAFORMAT_TYPE_MPEG2_PES","features":[89]},{"name":"KSDATAFORMAT_TYPE_MPEG2_PROGRAM","features":[89]},{"name":"KSDATAFORMAT_TYPE_MPEG2_TRANSPORT","features":[89]},{"name":"KSDATAFORMAT_TYPE_MUSIC","features":[89]},{"name":"KSDATAFORMAT_TYPE_NABTS","features":[89]},{"name":"KSDATAFORMAT_TYPE_STANDARD_ELEMENTARY_STREAM","features":[89]},{"name":"KSDATAFORMAT_TYPE_STANDARD_PACK_HEADER","features":[89]},{"name":"KSDATAFORMAT_TYPE_STANDARD_PES_PACKET","features":[89]},{"name":"KSDATAFORMAT_TYPE_STREAM","features":[89]},{"name":"KSDATAFORMAT_TYPE_TEXT","features":[89]},{"name":"KSDATAFORMAT_TYPE_VBI","features":[89]},{"name":"KSDATAFORMAT_TYPE_VIDEO","features":[89]},{"name":"KSDATARANGE_AUDIO","features":[89]},{"name":"KSDATARANGE_BIT_ATTRIBUTES","features":[89]},{"name":"KSDATARANGE_BIT_REQUIRED_ATTRIBUTES","features":[89]},{"name":"KSDATARANGE_MUSIC","features":[89]},{"name":"KSDEGRADESETID_Standard","features":[89]},{"name":"KSDEGRADE_STANDARD","features":[89]},{"name":"KSDEGRADE_STANDARD_COMPUTATION","features":[89]},{"name":"KSDEGRADE_STANDARD_QUALITY","features":[89]},{"name":"KSDEGRADE_STANDARD_SAMPLE","features":[89]},{"name":"KSDEGRADE_STANDARD_SKIP","features":[89]},{"name":"KSDEVICE_DESCRIPTOR_VERSION","features":[89]},{"name":"KSDEVICE_DESCRIPTOR_VERSION_2","features":[89]},{"name":"KSDEVICE_FLAG_ENABLE_QUERYINTERFACE","features":[89]},{"name":"KSDEVICE_FLAG_ENABLE_REMOTE_WAKEUP","features":[89]},{"name":"KSDEVICE_FLAG_LOWPOWER_PASSTHROUGH","features":[89]},{"name":"KSDEVICE_PROFILE_INFO","features":[89]},{"name":"KSDEVICE_PROFILE_TYPE_CAMERA","features":[89]},{"name":"KSDEVICE_PROFILE_TYPE_UNKNOWN","features":[89]},{"name":"KSDEVICE_THERMAL_STATE","features":[89]},{"name":"KSDEVICE_THERMAL_STATE_HIGH","features":[89]},{"name":"KSDEVICE_THERMAL_STATE_LOW","features":[89]},{"name":"KSDISPATCH_FASTIO","features":[89]},{"name":"KSDISPLAYCHANGE","features":[89]},{"name":"KSDS3D_BUFFER_ALL","features":[89]},{"name":"KSDS3D_BUFFER_CONE_ANGLES","features":[89]},{"name":"KSDS3D_COEFF_COUNT","features":[89]},{"name":"KSDS3D_FILTER_METHOD_COUNT","features":[89]},{"name":"KSDS3D_FILTER_QUALITY_COUNT","features":[89]},{"name":"KSDS3D_HRTF_COEFF_FORMAT","features":[89]},{"name":"KSDS3D_HRTF_FILTER_FORMAT_MSG","features":[89]},{"name":"KSDS3D_HRTF_FILTER_METHOD","features":[89]},{"name":"KSDS3D_HRTF_FILTER_QUALITY","features":[89]},{"name":"KSDS3D_HRTF_FILTER_VERSION","features":[89]},{"name":"KSDS3D_HRTF_INIT_MSG","features":[89]},{"name":"KSDS3D_HRTF_PARAMS_MSG","features":[1,89]},{"name":"KSDS3D_ITD_PARAMS","features":[89]},{"name":"KSDS3D_ITD_PARAMS_MSG","features":[89]},{"name":"KSDS3D_LISTENER_ALL","features":[89]},{"name":"KSDS3D_LISTENER_ORIENTATION","features":[89]},{"name":"KSDSOUND_3D_MODE_DISABLE","features":[89]},{"name":"KSDSOUND_3D_MODE_HEADRELATIVE","features":[89]},{"name":"KSDSOUND_3D_MODE_NORMAL","features":[89]},{"name":"KSDSOUND_BUFFER_CTRL_3D","features":[89]},{"name":"KSDSOUND_BUFFER_CTRL_FREQUENCY","features":[89]},{"name":"KSDSOUND_BUFFER_CTRL_HRTF_3D","features":[89]},{"name":"KSDSOUND_BUFFER_CTRL_PAN","features":[89]},{"name":"KSDSOUND_BUFFER_CTRL_POSITIONNOTIFY","features":[89]},{"name":"KSDSOUND_BUFFER_CTRL_VOLUME","features":[89]},{"name":"KSDSOUND_BUFFER_LOCHARDWARE","features":[89]},{"name":"KSDSOUND_BUFFER_LOCSOFTWARE","features":[89]},{"name":"KSDSOUND_BUFFER_PRIMARY","features":[89]},{"name":"KSDSOUND_BUFFER_STATIC","features":[89]},{"name":"KSERROR","features":[89]},{"name":"KSEVENTDATA","features":[1,89]},{"name":"KSEVENTF_DPC","features":[89]},{"name":"KSEVENTF_EVENT_HANDLE","features":[89]},{"name":"KSEVENTF_EVENT_OBJECT","features":[89]},{"name":"KSEVENTF_KSWORKITEM","features":[89]},{"name":"KSEVENTF_SEMAPHORE_HANDLE","features":[89]},{"name":"KSEVENTF_SEMAPHORE_OBJECT","features":[89]},{"name":"KSEVENTF_WORKITEM","features":[89]},{"name":"KSEVENTSETID_AudioControlChange","features":[89]},{"name":"KSEVENTSETID_CameraAsyncControl","features":[89]},{"name":"KSEVENTSETID_CameraEvent","features":[89]},{"name":"KSEVENTSETID_Clock","features":[89]},{"name":"KSEVENTSETID_Connection","features":[89]},{"name":"KSEVENTSETID_Device","features":[89]},{"name":"KSEVENTSETID_DynamicFormatChange","features":[89]},{"name":"KSEVENTSETID_EXTDEV_Command","features":[89]},{"name":"KSEVENTSETID_ExtendedCameraControl","features":[89]},{"name":"KSEVENTSETID_LoopedStreaming","features":[89]},{"name":"KSEVENTSETID_PinCapsChange","features":[89]},{"name":"KSEVENTSETID_SoundDetector","features":[89]},{"name":"KSEVENTSETID_StreamAllocator","features":[89]},{"name":"KSEVENTSETID_Telephony","features":[89]},{"name":"KSEVENTSETID_VIDCAPTOSTI","features":[89]},{"name":"KSEVENTSETID_VIDCAP_TVAUDIO","features":[89]},{"name":"KSEVENTSETID_VPNotify","features":[89]},{"name":"KSEVENTSETID_VPVBINotify","features":[89]},{"name":"KSEVENTSETID_VolumeLimit","features":[89]},{"name":"KSEVENT_AUDIO_CONTROL_CHANGE","features":[89]},{"name":"KSEVENT_CAMERACONTROL","features":[89]},{"name":"KSEVENT_CAMERACONTROL_FOCUS","features":[89]},{"name":"KSEVENT_CAMERACONTROL_ZOOM","features":[89]},{"name":"KSEVENT_CAMERAEVENT","features":[89]},{"name":"KSEVENT_CLOCK_INTERVAL_MARK","features":[89]},{"name":"KSEVENT_CLOCK_POSITION","features":[89]},{"name":"KSEVENT_CLOCK_POSITION_MARK","features":[89]},{"name":"KSEVENT_CONNECTION","features":[89]},{"name":"KSEVENT_CONNECTION_DATADISCONTINUITY","features":[89]},{"name":"KSEVENT_CONNECTION_ENDOFSTREAM","features":[89]},{"name":"KSEVENT_CONNECTION_POSITIONUPDATE","features":[89]},{"name":"KSEVENT_CONNECTION_PRIORITY","features":[89]},{"name":"KSEVENT_CONNECTION_TIMEDISCONTINUITY","features":[89]},{"name":"KSEVENT_CONTROL_CHANGE","features":[89]},{"name":"KSEVENT_CROSSBAR","features":[89]},{"name":"KSEVENT_CROSSBAR_CHANGED","features":[89]},{"name":"KSEVENT_DEVCMD","features":[89]},{"name":"KSEVENT_DEVICE","features":[89]},{"name":"KSEVENT_DEVICE_LOST","features":[89]},{"name":"KSEVENT_DEVICE_PREEMPTED","features":[89]},{"name":"KSEVENT_DEVICE_THERMAL_HIGH","features":[89]},{"name":"KSEVENT_DEVICE_THERMAL_LOW","features":[89]},{"name":"KSEVENT_DYNAMICFORMATCHANGE","features":[89]},{"name":"KSEVENT_DYNAMIC_FORMAT_CHANGE","features":[89]},{"name":"KSEVENT_ENTRY_BUFFERED","features":[89]},{"name":"KSEVENT_ENTRY_DELETED","features":[89]},{"name":"KSEVENT_ENTRY_ONESHOT","features":[89]},{"name":"KSEVENT_EXTDEV_COMMAND_BUSRESET","features":[89]},{"name":"KSEVENT_EXTDEV_COMMAND_CONTROL_INTERIM_READY","features":[89]},{"name":"KSEVENT_EXTDEV_COMMAND_NOTIFY_INTERIM_READY","features":[89]},{"name":"KSEVENT_EXTDEV_NOTIFY_MEDIUM_CHANGE","features":[89]},{"name":"KSEVENT_EXTDEV_NOTIFY_REMOVAL","features":[89]},{"name":"KSEVENT_EXTDEV_OPERATION_MODE_UPDATE","features":[89]},{"name":"KSEVENT_EXTDEV_TIMECODE_UPDATE","features":[89]},{"name":"KSEVENT_EXTDEV_TRANSPORT_STATE_UPDATE","features":[89]},{"name":"KSEVENT_LOOPEDSTREAMING","features":[89]},{"name":"KSEVENT_LOOPEDSTREAMING_POSITION","features":[89]},{"name":"KSEVENT_PHOTO_SAMPLE_SCANNED","features":[89]},{"name":"KSEVENT_PINCAPS_CHANGENOTIFICATIONS","features":[89]},{"name":"KSEVENT_PINCAPS_FORMATCHANGE","features":[89]},{"name":"KSEVENT_PINCAPS_JACKINFOCHANGE","features":[89]},{"name":"KSEVENT_SOUNDDETECTOR","features":[89]},{"name":"KSEVENT_SOUNDDETECTOR_MATCHDETECTED","features":[89]},{"name":"KSEVENT_STREAMALLOCATOR","features":[89]},{"name":"KSEVENT_STREAMALLOCATOR_FREEFRAME","features":[89]},{"name":"KSEVENT_STREAMALLOCATOR_INTERNAL_FREEFRAME","features":[89]},{"name":"KSEVENT_TELEPHONY","features":[89]},{"name":"KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED","features":[89]},{"name":"KSEVENT_TIME_INTERVAL","features":[1,89]},{"name":"KSEVENT_TIME_MARK","features":[1,89]},{"name":"KSEVENT_TUNER","features":[89]},{"name":"KSEVENT_TUNER_CHANGED","features":[89]},{"name":"KSEVENT_TUNER_INITIATE_SCAN","features":[89]},{"name":"KSEVENT_TUNER_INITIATE_SCAN_S","features":[1,89]},{"name":"KSEVENT_TVAUDIO","features":[89]},{"name":"KSEVENT_TVAUDIO_CHANGED","features":[89]},{"name":"KSEVENT_TYPE_BASICSUPPORT","features":[89]},{"name":"KSEVENT_TYPE_ENABLE","features":[89]},{"name":"KSEVENT_TYPE_ENABLEBUFFERED","features":[89]},{"name":"KSEVENT_TYPE_ONESHOT","features":[89]},{"name":"KSEVENT_TYPE_QUERYBUFFER","features":[89]},{"name":"KSEVENT_TYPE_SETSUPPORT","features":[89]},{"name":"KSEVENT_TYPE_TOPOLOGY","features":[89]},{"name":"KSEVENT_VIDCAPTOSTI","features":[89]},{"name":"KSEVENT_VIDCAPTOSTI_EXT_TRIGGER","features":[89]},{"name":"KSEVENT_VIDCAP_AUTO_UPDATE","features":[89]},{"name":"KSEVENT_VIDCAP_SEARCH","features":[89]},{"name":"KSEVENT_VIDEODECODER","features":[89]},{"name":"KSEVENT_VIDEODECODER_CHANGED","features":[89]},{"name":"KSEVENT_VOLUMELIMIT","features":[89]},{"name":"KSEVENT_VOLUMELIMIT_CHANGED","features":[89]},{"name":"KSEVENT_VPNOTIFY","features":[89]},{"name":"KSEVENT_VPNOTIFY_FORMATCHANGE","features":[89]},{"name":"KSEVENT_VPVBINOTIFY","features":[89]},{"name":"KSEVENT_VPVBINOTIFY_FORMATCHANGE","features":[89]},{"name":"KSE_NODE","features":[89]},{"name":"KSE_PIN","features":[89]},{"name":"KSFILTER_FLAG_CRITICAL_PROCESSING","features":[89]},{"name":"KSFILTER_FLAG_DENY_USERMODE_ACCESS","features":[89]},{"name":"KSFILTER_FLAG_DISPATCH_LEVEL_PROCESSING","features":[89]},{"name":"KSFILTER_FLAG_HYPERCRITICAL_PROCESSING","features":[89]},{"name":"KSFILTER_FLAG_PRIORITIZE_REFERENCEGUID","features":[89]},{"name":"KSFILTER_FLAG_RECEIVE_ZERO_LENGTH_SAMPLES","features":[89]},{"name":"KSFRAMETIME","features":[89]},{"name":"KSFRAMETIME_VARIABLESIZE","features":[89]},{"name":"KSGOP_USERDATA","features":[89]},{"name":"KSIDENTIFIER","features":[89]},{"name":"KSINTERFACESETID_FileIo","features":[89]},{"name":"KSINTERFACESETID_Media","features":[89]},{"name":"KSINTERFACESETID_Standard","features":[89]},{"name":"KSINTERFACE_FILEIO","features":[89]},{"name":"KSINTERFACE_FILEIO_STREAMING","features":[89]},{"name":"KSINTERFACE_MEDIA","features":[89]},{"name":"KSINTERFACE_MEDIA_MUSIC","features":[89]},{"name":"KSINTERFACE_MEDIA_WAVE_BUFFERED","features":[89]},{"name":"KSINTERFACE_MEDIA_WAVE_QUEUED","features":[89]},{"name":"KSINTERFACE_STANDARD","features":[89]},{"name":"KSINTERFACE_STANDARD_CONTROL","features":[89]},{"name":"KSINTERFACE_STANDARD_LOOPED_STREAMING","features":[89]},{"name":"KSINTERFACE_STANDARD_STREAMING","features":[89]},{"name":"KSINTERVAL","features":[89]},{"name":"KSIOOPERATION","features":[89]},{"name":"KSJACK_DESCRIPTION","features":[1,89]},{"name":"KSJACK_DESCRIPTION2","features":[89]},{"name":"KSJACK_DESCRIPTION3","features":[89]},{"name":"KSJACK_SINK_CONNECTIONTYPE","features":[89]},{"name":"KSJACK_SINK_CONNECTIONTYPE_DISPLAYPORT","features":[89]},{"name":"KSJACK_SINK_CONNECTIONTYPE_HDMI","features":[89]},{"name":"KSJACK_SINK_INFORMATION","features":[1,89]},{"name":"KSMEDIUMSETID_MidiBus","features":[89]},{"name":"KSMEDIUMSETID_Standard","features":[89]},{"name":"KSMEDIUMSETID_VPBus","features":[89]},{"name":"KSMEDIUM_STANDARD_DEVIO","features":[89]},{"name":"KSMEDIUM_TYPE_ANYINSTANCE","features":[89]},{"name":"KSMEMORY_TYPE_DEVICE_UNKNOWN","features":[89]},{"name":"KSMEMORY_TYPE_KERNEL_NONPAGED","features":[89]},{"name":"KSMEMORY_TYPE_KERNEL_PAGED","features":[89]},{"name":"KSMEMORY_TYPE_SYSTEM","features":[89]},{"name":"KSMEMORY_TYPE_USER","features":[89]},{"name":"KSMETHODSETID_StreamAllocator","features":[89]},{"name":"KSMETHODSETID_StreamIo","features":[89]},{"name":"KSMETHODSETID_Wavetable","features":[89]},{"name":"KSMETHOD_STREAMALLOCATOR","features":[89]},{"name":"KSMETHOD_STREAMALLOCATOR_ALLOC","features":[89]},{"name":"KSMETHOD_STREAMALLOCATOR_FREE","features":[89]},{"name":"KSMETHOD_STREAMIO","features":[89]},{"name":"KSMETHOD_STREAMIO_READ","features":[89]},{"name":"KSMETHOD_STREAMIO_WRITE","features":[89]},{"name":"KSMETHOD_TYPE_BASICSUPPORT","features":[89]},{"name":"KSMETHOD_TYPE_MODIFY","features":[89]},{"name":"KSMETHOD_TYPE_NONE","features":[89]},{"name":"KSMETHOD_TYPE_READ","features":[89]},{"name":"KSMETHOD_TYPE_SEND","features":[89]},{"name":"KSMETHOD_TYPE_SETSUPPORT","features":[89]},{"name":"KSMETHOD_TYPE_SOURCE","features":[89]},{"name":"KSMETHOD_TYPE_TOPOLOGY","features":[89]},{"name":"KSMETHOD_TYPE_WRITE","features":[89]},{"name":"KSMETHOD_WAVETABLE","features":[89]},{"name":"KSMETHOD_WAVETABLE_WAVE_ALLOC","features":[89]},{"name":"KSMETHOD_WAVETABLE_WAVE_FIND","features":[89]},{"name":"KSMETHOD_WAVETABLE_WAVE_FREE","features":[89]},{"name":"KSMETHOD_WAVETABLE_WAVE_WRITE","features":[89]},{"name":"KSMETHOD_WAVE_QUEUED_BREAKLOOP","features":[89]},{"name":"KSMFT_CATEGORY_AUDIO_DECODER","features":[89]},{"name":"KSMFT_CATEGORY_AUDIO_EFFECT","features":[89]},{"name":"KSMFT_CATEGORY_AUDIO_ENCODER","features":[89]},{"name":"KSMFT_CATEGORY_DEMULTIPLEXER","features":[89]},{"name":"KSMFT_CATEGORY_MULTIPLEXER","features":[89]},{"name":"KSMFT_CATEGORY_OTHER","features":[89]},{"name":"KSMFT_CATEGORY_VIDEO_DECODER","features":[89]},{"name":"KSMFT_CATEGORY_VIDEO_EFFECT","features":[89]},{"name":"KSMFT_CATEGORY_VIDEO_ENCODER","features":[89]},{"name":"KSMFT_CATEGORY_VIDEO_PROCESSOR","features":[89]},{"name":"KSMICARRAY_MICARRAYTYPE","features":[89]},{"name":"KSMICARRAY_MICARRAYTYPE_3D","features":[89]},{"name":"KSMICARRAY_MICARRAYTYPE_LINEAR","features":[89]},{"name":"KSMICARRAY_MICARRAYTYPE_PLANAR","features":[89]},{"name":"KSMICARRAY_MICTYPE","features":[89]},{"name":"KSMICARRAY_MICTYPE_8SHAPED","features":[89]},{"name":"KSMICARRAY_MICTYPE_CARDIOID","features":[89]},{"name":"KSMICARRAY_MICTYPE_HYPERCARDIOID","features":[89]},{"name":"KSMICARRAY_MICTYPE_OMNIDIRECTIONAL","features":[89]},{"name":"KSMICARRAY_MICTYPE_SUBCARDIOID","features":[89]},{"name":"KSMICARRAY_MICTYPE_SUPERCARDIOID","features":[89]},{"name":"KSMICARRAY_MICTYPE_VENDORDEFINED","features":[89]},{"name":"KSMPEGVIDMODE_LTRBOX","features":[89]},{"name":"KSMPEGVIDMODE_PANSCAN","features":[89]},{"name":"KSMPEGVIDMODE_SCALE","features":[89]},{"name":"KSMPEGVID_RECT","features":[89]},{"name":"KSMULTIPLE_DATA_PROP","features":[89]},{"name":"KSMULTIPLE_ITEM","features":[89]},{"name":"KSMUSICFORMAT","features":[89]},{"name":"KSMUSIC_TECHNOLOGY_FMSYNTH","features":[89]},{"name":"KSMUSIC_TECHNOLOGY_PORT","features":[89]},{"name":"KSMUSIC_TECHNOLOGY_SQSYNTH","features":[89]},{"name":"KSMUSIC_TECHNOLOGY_SWSYNTH","features":[89]},{"name":"KSMUSIC_TECHNOLOGY_WAVETABLE","features":[89]},{"name":"KSM_NODE","features":[89]},{"name":"KSNAME_Allocator","features":[89]},{"name":"KSNAME_Clock","features":[89]},{"name":"KSNAME_Filter","features":[89]},{"name":"KSNAME_Pin","features":[89]},{"name":"KSNAME_TopologyNode","features":[89]},{"name":"KSNODEPIN_AEC_CAPTURE_IN","features":[89]},{"name":"KSNODEPIN_AEC_CAPTURE_OUT","features":[89]},{"name":"KSNODEPIN_AEC_RENDER_IN","features":[89]},{"name":"KSNODEPIN_AEC_RENDER_OUT","features":[89]},{"name":"KSNODEPIN_DEMUX_IN","features":[89]},{"name":"KSNODEPIN_DEMUX_OUT","features":[89]},{"name":"KSNODEPIN_STANDARD_IN","features":[89]},{"name":"KSNODEPIN_STANDARD_OUT","features":[89]},{"name":"KSNODEPIN_SUM_MUX_IN","features":[89]},{"name":"KSNODEPIN_SUM_MUX_OUT","features":[89]},{"name":"KSNODEPROPERTY","features":[89]},{"name":"KSNODEPROPERTY_AUDIO_3D_LISTENER","features":[89]},{"name":"KSNODEPROPERTY_AUDIO_3D_LISTENER","features":[89]},{"name":"KSNODEPROPERTY_AUDIO_CHANNEL","features":[89]},{"name":"KSNODEPROPERTY_AUDIO_DEV_SPECIFIC","features":[89]},{"name":"KSNODEPROPERTY_AUDIO_PROPERTY","features":[89]},{"name":"KSNODEPROPERTY_AUDIO_PROPERTY","features":[89]},{"name":"KSNODETYPE_1394_DA_STREAM","features":[89]},{"name":"KSNODETYPE_1394_DV_STREAM_SOUNDTRACK","features":[89]},{"name":"KSNODETYPE_3D_EFFECTS","features":[89]},{"name":"KSNODETYPE_ADC","features":[89]},{"name":"KSNODETYPE_AGC","features":[89]},{"name":"KSNODETYPE_ANALOG_CONNECTOR","features":[89]},{"name":"KSNODETYPE_ANALOG_TAPE","features":[89]},{"name":"KSNODETYPE_AUDIO_ENGINE","features":[89]},{"name":"KSNODETYPE_AUDIO_KEYWORDDETECTOR","features":[89]},{"name":"KSNODETYPE_AUDIO_LOOPBACK","features":[89]},{"name":"KSNODETYPE_AUDIO_MODULE","features":[89]},{"name":"KSNODETYPE_BIDIRECTIONAL_UNDEFINED","features":[89]},{"name":"KSNODETYPE_CABLE_TUNER_AUDIO","features":[89]},{"name":"KSNODETYPE_CD_PLAYER","features":[89]},{"name":"KSNODETYPE_CHORUS","features":[89]},{"name":"KSNODETYPE_COMMUNICATION_SPEAKER","features":[89]},{"name":"KSNODETYPE_DAC","features":[89]},{"name":"KSNODETYPE_DAT_IO_DIGITAL_AUDIO_TAPE","features":[89]},{"name":"KSNODETYPE_DCC_IO_DIGITAL_COMPACT_CASSETTE","features":[89]},{"name":"KSNODETYPE_DELAY","features":[89]},{"name":"KSNODETYPE_DEMUX","features":[89]},{"name":"KSNODETYPE_DESKTOP_MICROPHONE","features":[89]},{"name":"KSNODETYPE_DESKTOP_SPEAKER","features":[89]},{"name":"KSNODETYPE_DEV_SPECIFIC","features":[89]},{"name":"KSNODETYPE_DIGITAL_AUDIO_INTERFACE","features":[89]},{"name":"KSNODETYPE_DISPLAYPORT_INTERFACE","features":[89]},{"name":"KSNODETYPE_DOWN_LINE_PHONE","features":[89]},{"name":"KSNODETYPE_DRM_DESCRAMBLE","features":[89]},{"name":"KSNODETYPE_DSS_AUDIO","features":[89]},{"name":"KSNODETYPE_DVD_AUDIO","features":[89]},{"name":"KSNODETYPE_DYN_RANGE_COMPRESSOR","features":[89]},{"name":"KSNODETYPE_ECHO_CANCELING_SPEAKERPHONE","features":[89]},{"name":"KSNODETYPE_ECHO_SUPPRESSING_SPEAKERPHONE","features":[89]},{"name":"KSNODETYPE_EMBEDDED_UNDEFINED","features":[89]},{"name":"KSNODETYPE_EQUALIZATION_NOISE","features":[89]},{"name":"KSNODETYPE_EQUALIZER","features":[89]},{"name":"KSNODETYPE_EXTERNAL_UNDEFINED","features":[89]},{"name":"KSNODETYPE_FM_RX","features":[89]},{"name":"KSNODETYPE_HANDSET","features":[89]},{"name":"KSNODETYPE_HDMI_INTERFACE","features":[89]},{"name":"KSNODETYPE_HEADPHONES","features":[89]},{"name":"KSNODETYPE_HEADSET","features":[89]},{"name":"KSNODETYPE_HEAD_MOUNTED_DISPLAY_AUDIO","features":[89]},{"name":"KSNODETYPE_INPUT_UNDEFINED","features":[89]},{"name":"KSNODETYPE_LEGACY_AUDIO_CONNECTOR","features":[89]},{"name":"KSNODETYPE_LEVEL_CALIBRATION_NOISE_SOURCE","features":[89]},{"name":"KSNODETYPE_LINE_CONNECTOR","features":[89]},{"name":"KSNODETYPE_LOUDNESS","features":[89]},{"name":"KSNODETYPE_LOW_FREQUENCY_EFFECTS_SPEAKER","features":[89]},{"name":"KSNODETYPE_MICROPHONE","features":[89]},{"name":"KSNODETYPE_MICROPHONE_ARRAY","features":[89]},{"name":"KSNODETYPE_MIDI_ELEMENT","features":[89]},{"name":"KSNODETYPE_MIDI_JACK","features":[89]},{"name":"KSNODETYPE_MINIDISK","features":[89]},{"name":"KSNODETYPE_MULTITRACK_RECORDER","features":[89]},{"name":"KSNODETYPE_MUTE","features":[89]},{"name":"KSNODETYPE_MUX","features":[89]},{"name":"KSNODETYPE_NOISE_SUPPRESS","features":[89]},{"name":"KSNODETYPE_OMNI_DIRECTIONAL_MICROPHONE","features":[89]},{"name":"KSNODETYPE_OUTPUT_UNDEFINED","features":[89]},{"name":"KSNODETYPE_PARAMETRIC_EQUALIZER","features":[89]},{"name":"KSNODETYPE_PEAKMETER","features":[89]},{"name":"KSNODETYPE_PERSONAL_MICROPHONE","features":[89]},{"name":"KSNODETYPE_PHONE_LINE","features":[89]},{"name":"KSNODETYPE_PHONOGRAPH","features":[89]},{"name":"KSNODETYPE_PROCESSING_MICROPHONE_ARRAY","features":[89]},{"name":"KSNODETYPE_PROLOGIC_DECODER","features":[89]},{"name":"KSNODETYPE_PROLOGIC_ENCODER","features":[89]},{"name":"KSNODETYPE_RADIO_RECEIVER","features":[89]},{"name":"KSNODETYPE_RADIO_TRANSMITTER","features":[89]},{"name":"KSNODETYPE_REVERB","features":[89]},{"name":"KSNODETYPE_ROOM_SPEAKER","features":[89]},{"name":"KSNODETYPE_SATELLITE_RECEIVER_AUDIO","features":[89]},{"name":"KSNODETYPE_SPDIF_INTERFACE","features":[89]},{"name":"KSNODETYPE_SPEAKER","features":[89]},{"name":"KSNODETYPE_SPEAKERPHONE_NO_ECHO_REDUCTION","features":[89]},{"name":"KSNODETYPE_SPEAKERS_STATIC_JACK","features":[89]},{"name":"KSNODETYPE_SRC","features":[89]},{"name":"KSNODETYPE_STEREO_WIDE","features":[89]},{"name":"KSNODETYPE_SUM","features":[89]},{"name":"KSNODETYPE_SUPERMIX","features":[89]},{"name":"KSNODETYPE_SYNTHESIZER","features":[89]},{"name":"KSNODETYPE_TELEPHONE","features":[89]},{"name":"KSNODETYPE_TELEPHONY_BIDI","features":[89]},{"name":"KSNODETYPE_TELEPHONY_UNDEFINED","features":[89]},{"name":"KSNODETYPE_TONE","features":[89]},{"name":"KSNODETYPE_TV_TUNER_AUDIO","features":[89]},{"name":"KSNODETYPE_UPDOWN_MIX","features":[89]},{"name":"KSNODETYPE_VCR_AUDIO","features":[89]},{"name":"KSNODETYPE_VIDEO_CAMERA_TERMINAL","features":[89]},{"name":"KSNODETYPE_VIDEO_DISC_AUDIO","features":[89]},{"name":"KSNODETYPE_VIDEO_INPUT_MTT","features":[89]},{"name":"KSNODETYPE_VIDEO_INPUT_TERMINAL","features":[89]},{"name":"KSNODETYPE_VIDEO_OUTPUT_MTT","features":[89]},{"name":"KSNODETYPE_VIDEO_OUTPUT_TERMINAL","features":[89]},{"name":"KSNODETYPE_VIDEO_PROCESSING","features":[89]},{"name":"KSNODETYPE_VIDEO_SELECTOR","features":[89]},{"name":"KSNODETYPE_VIDEO_STREAMING","features":[89]},{"name":"KSNODETYPE_VOLUME","features":[89]},{"name":"KSNODE_CREATE","features":[89]},{"name":"KSNOTIFICATIONID_AudioModule","features":[89]},{"name":"KSNOTIFICATIONID_SoundDetector","features":[89]},{"name":"KSPEEKOPERATION","features":[89]},{"name":"KSPIN_CINSTANCES","features":[89]},{"name":"KSPIN_COMMUNICATION","features":[89]},{"name":"KSPIN_COMMUNICATION_BOTH","features":[89]},{"name":"KSPIN_COMMUNICATION_BRIDGE","features":[89]},{"name":"KSPIN_COMMUNICATION_NONE","features":[89]},{"name":"KSPIN_COMMUNICATION_SINK","features":[89]},{"name":"KSPIN_COMMUNICATION_SOURCE","features":[89]},{"name":"KSPIN_CONNECT","features":[1,89]},{"name":"KSPIN_DATAFLOW","features":[89]},{"name":"KSPIN_DATAFLOW_IN","features":[89]},{"name":"KSPIN_DATAFLOW_OUT","features":[89]},{"name":"KSPIN_FLAG_ASYNCHRONOUS_PROCESSING","features":[89]},{"name":"KSPIN_FLAG_CRITICAL_PROCESSING","features":[89]},{"name":"KSPIN_FLAG_DENY_USERMODE_ACCESS","features":[89]},{"name":"KSPIN_FLAG_DISPATCH_LEVEL_PROCESSING","features":[89]},{"name":"KSPIN_FLAG_DISTINCT_TRAILING_EDGE","features":[89]},{"name":"KSPIN_FLAG_DO_NOT_INITIATE_PROCESSING","features":[89]},{"name":"KSPIN_FLAG_DO_NOT_USE_STANDARD_TRANSPORT","features":[89]},{"name":"KSPIN_FLAG_ENFORCE_FIFO","features":[89]},{"name":"KSPIN_FLAG_FIXED_FORMAT","features":[89]},{"name":"KSPIN_FLAG_FRAMES_NOT_REQUIRED_FOR_PROCESSING","features":[89]},{"name":"KSPIN_FLAG_GENERATE_EOS_EVENTS","features":[89]},{"name":"KSPIN_FLAG_GENERATE_MAPPINGS","features":[89]},{"name":"KSPIN_FLAG_HYPERCRITICAL_PROCESSING","features":[89]},{"name":"KSPIN_FLAG_IMPLEMENT_CLOCK","features":[89]},{"name":"KSPIN_FLAG_INITIATE_PROCESSING_ON_EVERY_ARRIVAL","features":[89]},{"name":"KSPIN_FLAG_PROCESS_IF_ANY_IN_RUN_STATE","features":[89]},{"name":"KSPIN_FLAG_PROCESS_IN_RUN_STATE_ONLY","features":[89]},{"name":"KSPIN_FLAG_SOME_FRAMES_REQUIRED_FOR_PROCESSING","features":[89]},{"name":"KSPIN_FLAG_SPLITTER","features":[89]},{"name":"KSPIN_FLAG_USE_STANDARD_TRANSPORT","features":[89]},{"name":"KSPIN_MDL_CACHING_EVENT","features":[89]},{"name":"KSPIN_MDL_CACHING_NOTIFICATION","features":[89]},{"name":"KSPIN_MDL_CACHING_NOTIFICATION32","features":[89]},{"name":"KSPIN_MDL_CACHING_NOTIFY_ADDSAMPLE","features":[89]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANALL_NOWAIT","features":[89]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANALL_WAIT","features":[89]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANUP","features":[89]},{"name":"KSPIN_PHYSICALCONNECTION","features":[89]},{"name":"KSPPROPERTY_ALLOCATOR_MDLCACHING","features":[89]},{"name":"KSPRIORITY","features":[89]},{"name":"KSPRIORITY_EXCLUSIVE","features":[89]},{"name":"KSPRIORITY_HIGH","features":[89]},{"name":"KSPRIORITY_LOW","features":[89]},{"name":"KSPRIORITY_NORMAL","features":[89]},{"name":"KSPROBE_ALLOCATEMDL","features":[89]},{"name":"KSPROBE_ALLOWFORMATCHANGE","features":[89]},{"name":"KSPROBE_MODIFY","features":[89]},{"name":"KSPROBE_PROBEANDLOCK","features":[89]},{"name":"KSPROBE_STREAMREAD","features":[89]},{"name":"KSPROBE_STREAMWRITE","features":[89]},{"name":"KSPROBE_SYSTEMADDRESS","features":[89]},{"name":"KSPROPERTYSETID_ExtendedCameraControl","features":[89]},{"name":"KSPROPERTYSETID_NetworkCameraControl","features":[89]},{"name":"KSPROPERTYSETID_PerFrameSettingControl","features":[89]},{"name":"KSPROPERTY_AC3","features":[89]},{"name":"KSPROPERTY_AC3_ALTERNATE_AUDIO","features":[89]},{"name":"KSPROPERTY_AC3_BIT_STREAM_MODE","features":[89]},{"name":"KSPROPERTY_AC3_DIALOGUE_LEVEL","features":[89]},{"name":"KSPROPERTY_AC3_DOWNMIX","features":[89]},{"name":"KSPROPERTY_AC3_ERROR_CONCEALMENT","features":[89]},{"name":"KSPROPERTY_AC3_LANGUAGE_CODE","features":[89]},{"name":"KSPROPERTY_AC3_ROOM_TYPE","features":[89]},{"name":"KSPROPERTY_ALLOCATOR_CLEANUP_CACHEDMDLPAGES","features":[89]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL","features":[89]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS","features":[89]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S","features":[89]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE","features":[89]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S","features":[89]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_HONOR_COUNT","features":[89]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE","features":[89]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S","features":[89]},{"name":"KSPROPERTY_ATN_READER","features":[89]},{"name":"KSPROPERTY_AUDDECOUT","features":[89]},{"name":"KSPROPERTY_AUDDECOUT_CUR_MODE","features":[89]},{"name":"KSPROPERTY_AUDDECOUT_MODES","features":[89]},{"name":"KSPROPERTY_AUDIO","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE_BUFFER_SIZE_RANGE","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE_DESCRIPTOR","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE_DEVICECONTROLS","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE_DEVICEFORMAT","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE_GFXENABLE","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE_LFXENABLE","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE_LOOPBACK_PROTECTION","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE_MIXFORMAT","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE_SUPPORTEDDEVICEFORMATS","features":[89]},{"name":"KSPROPERTY_AUDIOENGINE_VOLUMELEVEL","features":[89]},{"name":"KSPROPERTY_AUDIOMODULE","features":[89]},{"name":"KSPROPERTY_AUDIOMODULE_COMMAND","features":[89]},{"name":"KSPROPERTY_AUDIOMODULE_DESCRIPTORS","features":[89]},{"name":"KSPROPERTY_AUDIOMODULE_NOTIFICATION_DEVICE_ID","features":[89]},{"name":"KSPROPERTY_AUDIOPOSTURE","features":[89]},{"name":"KSPROPERTY_AUDIOPOSTURE_ORIENTATION","features":[89]},{"name":"KSPROPERTY_AUDIORESOURCEMANAGEMENT","features":[89]},{"name":"KSPROPERTY_AUDIORESOURCEMANAGEMENT_RESOURCEGROUP","features":[89]},{"name":"KSPROPERTY_AUDIOSIGNALPROCESSING","features":[89]},{"name":"KSPROPERTY_AUDIOSIGNALPROCESSING_MODES","features":[89]},{"name":"KSPROPERTY_AUDIO_3D_INTERFACE","features":[89]},{"name":"KSPROPERTY_AUDIO_AGC","features":[89]},{"name":"KSPROPERTY_AUDIO_ALGORITHM_INSTANCE","features":[89]},{"name":"KSPROPERTY_AUDIO_BASS","features":[89]},{"name":"KSPROPERTY_AUDIO_BASS_BOOST","features":[89]},{"name":"KSPROPERTY_AUDIO_BUFFER_DURATION","features":[89]},{"name":"KSPROPERTY_AUDIO_CHANNEL_CONFIG","features":[89]},{"name":"KSPROPERTY_AUDIO_CHORUS_LEVEL","features":[89]},{"name":"KSPROPERTY_AUDIO_CHORUS_MODULATION_DEPTH","features":[89]},{"name":"KSPROPERTY_AUDIO_CHORUS_MODULATION_RATE","features":[89]},{"name":"KSPROPERTY_AUDIO_COPY_PROTECTION","features":[89]},{"name":"KSPROPERTY_AUDIO_CPU_RESOURCES","features":[89]},{"name":"KSPROPERTY_AUDIO_DELAY","features":[89]},{"name":"KSPROPERTY_AUDIO_DEMUX_DEST","features":[89]},{"name":"KSPROPERTY_AUDIO_DEV_SPECIFIC","features":[89]},{"name":"KSPROPERTY_AUDIO_DYNAMIC_RANGE","features":[89]},{"name":"KSPROPERTY_AUDIO_DYNAMIC_SAMPLING_RATE","features":[89]},{"name":"KSPROPERTY_AUDIO_EQ_BANDS","features":[89]},{"name":"KSPROPERTY_AUDIO_EQ_LEVEL","features":[89]},{"name":"KSPROPERTY_AUDIO_FILTER_STATE","features":[89]},{"name":"KSPROPERTY_AUDIO_LATENCY","features":[89]},{"name":"KSPROPERTY_AUDIO_LINEAR_BUFFER_POSITION","features":[89]},{"name":"KSPROPERTY_AUDIO_LOUDNESS","features":[89]},{"name":"KSPROPERTY_AUDIO_MANUFACTURE_GUID","features":[89]},{"name":"KSPROPERTY_AUDIO_MIC_ARRAY_GEOMETRY","features":[89]},{"name":"KSPROPERTY_AUDIO_MIC_SENSITIVITY","features":[89]},{"name":"KSPROPERTY_AUDIO_MIC_SENSITIVITY2","features":[89]},{"name":"KSPROPERTY_AUDIO_MIC_SNR","features":[89]},{"name":"KSPROPERTY_AUDIO_MID","features":[89]},{"name":"KSPROPERTY_AUDIO_MIX_LEVEL_CAPS","features":[89]},{"name":"KSPROPERTY_AUDIO_MIX_LEVEL_TABLE","features":[89]},{"name":"KSPROPERTY_AUDIO_MUTE","features":[89]},{"name":"KSPROPERTY_AUDIO_MUX_SOURCE","features":[89]},{"name":"KSPROPERTY_AUDIO_NUM_EQ_BANDS","features":[89]},{"name":"KSPROPERTY_AUDIO_PEAKMETER","features":[89]},{"name":"KSPROPERTY_AUDIO_PEAKMETER2","features":[89]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_CENTER_FREQ","features":[89]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_LEVEL","features":[89]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_Q_FACTOR","features":[89]},{"name":"KSPROPERTY_AUDIO_PEQ_MAX_BANDS","features":[89]},{"name":"KSPROPERTY_AUDIO_PEQ_NUM_BANDS","features":[89]},{"name":"KSPROPERTY_AUDIO_POSITION","features":[89]},{"name":"KSPROPERTY_AUDIO_POSITIONEX","features":[89]},{"name":"KSPROPERTY_AUDIO_PREFERRED_STATUS","features":[89]},{"name":"KSPROPERTY_AUDIO_PRESENTATION_POSITION","features":[89]},{"name":"KSPROPERTY_AUDIO_PRODUCT_GUID","features":[89]},{"name":"KSPROPERTY_AUDIO_QUALITY","features":[89]},{"name":"KSPROPERTY_AUDIO_REVERB_DELAY_FEEDBACK","features":[89]},{"name":"KSPROPERTY_AUDIO_REVERB_LEVEL","features":[89]},{"name":"KSPROPERTY_AUDIO_REVERB_TIME","features":[89]},{"name":"KSPROPERTY_AUDIO_SAMPLING_RATE","features":[89]},{"name":"KSPROPERTY_AUDIO_STEREO_ENHANCE","features":[89]},{"name":"KSPROPERTY_AUDIO_STEREO_SPEAKER_GEOMETRY","features":[89]},{"name":"KSPROPERTY_AUDIO_SURROUND_ENCODE","features":[89]},{"name":"KSPROPERTY_AUDIO_TREBLE","features":[89]},{"name":"KSPROPERTY_AUDIO_VOLUMELEVEL","features":[89]},{"name":"KSPROPERTY_AUDIO_VOLUMELIMIT_ENGAGED","features":[89]},{"name":"KSPROPERTY_AUDIO_WAVERT_CURRENT_WRITE_LASTBUFFER_POSITION","features":[89]},{"name":"KSPROPERTY_AUDIO_WAVERT_CURRENT_WRITE_POSITION","features":[89]},{"name":"KSPROPERTY_AUDIO_WIDENESS","features":[89]},{"name":"KSPROPERTY_AUDIO_WIDE_MODE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYGEOGRAPHIC","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYPERSONALNAME","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYRELATED","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYTITLE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYTOPICALTERM","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYUNIFORMTITLE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDFORMAVAILABLE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_AWARDS","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_BIBLIOGRAPHYNOTE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CATALOGINGSOURCE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CITATION","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CONTENTSNOTE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CREATIONCREDIT","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_GENERALNOTE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_INDEXTERMCURRICULUM","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_INDEXTERMGENRE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ISBN","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ISSN","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_LCCN","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_LEADER","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINCORPORATEBODY","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINMEETINGNAME","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINPERSONALNAME","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINUNIFORMTITLE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PARTICIPANT","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PHYSICALDESCRIPTION","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PUBLICATION","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENT","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENTPERSONALNAME","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENTUNIFORMTITLE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SUMMARY","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SYSTEMDETAILS","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_TARGETAUDIENCE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_TITLESTATEMENT","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_UNIFORMTITLE","features":[89]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_VARYINGFORMTITLE","features":[89]},{"name":"KSPROPERTY_BOUNDS_LONG","features":[89]},{"name":"KSPROPERTY_BOUNDS_LONGLONG","features":[89]},{"name":"KSPROPERTY_BTAUDIO","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_AUTO_EXPOSURE_PRIORITY","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXPOSURE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXPOSURE_RELATIVE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ADVANCEDPHOTO","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_BACKGROUNDSEGMENTATION","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_CAMERAANGLEOFFSET","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_DIGITALWINDOW","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_DIGITALWINDOW_CONFIGCAPS","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_END","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_END2","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EVCOMPENSATION","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EXPOSUREMODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EYEGAZECORRECTION","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FACEAUTH_MODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FACEDETECTION","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FIELDOFVIEW","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FLASHMODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSMODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSPRIORITY","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSSTATE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_HISTOGRAM","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_IRTORCHMODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ISO","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ISO_ADVANCED","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_MAXVIDFPS_PHOTORES","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_MCC","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_METADATA","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_OIS","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_OPTIMIZATIONHINT","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOCONFIRMATION","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOFRAMERATE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOMAXFRAMERATE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOMODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOTHUMBNAIL","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOTRIGGERTIME","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PROFILE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PROPERTY","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_RELATIVEPANELOPTIMIZATION","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ROI_CONFIGCAPS","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ROI_ISPCONTROL","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_SCENEMODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_SECURE_MODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_TORCHMODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VFR","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOHDR","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOSTABILIZATION","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOTEMPORALDENOISING","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_WARMSTART","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_WHITEBALANCEMODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ZOOM","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_ABSOLUTE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_ASYNCHRONOUS","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_AUTO","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_MANUAL","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_RELATIVE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_AUTO","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_FLAGS_AUTO","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_FLAGS_MANUAL","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_OFF","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_ON","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_PROPERTY_ID","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_S","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH_S","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FOCUS","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_FOCUS_RELATIVE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_EXCLUSIVE_WITH_RECORD","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_PROPERTY_ID","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_SEQUENCE_EXCLUSIVE_WITH_RECORD","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_IRIS","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_IRIS_RELATIVE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_FOCAL_LENGTH_S","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_S","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_S2","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_PAN","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_PANTILT","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_PANTILT_RELATIVE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_PAN_RELATIVE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CAPABILITY","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CLEAR","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_PROPERTY","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_SET","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_PRIVACY","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_EXPOSURE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_FOCUS","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_WB","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONVERGEMODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_ASYNC","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_AUTO","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_MANUAL","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_PROPERTY_ID","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_S","features":[1,89]},{"name":"KSPROPERTY_CAMERACONTROL_ROLL","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_ROLL_RELATIVE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_S","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_S2","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_SCANMODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_S_EX","features":[1,89]},{"name":"KSPROPERTY_CAMERACONTROL_TILT","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_TILT_RELATIVE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_AUTO","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_FLAGS_AUTO","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_FLAGS_MANUAL","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_HIGH","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_LOW","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_MEDIUM","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_OFF","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_S","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEO_STABILIZATION_MODE","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEO_STABILIZATION_MODE_PROPERTY_ID","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_ZOOM","features":[89]},{"name":"KSPROPERTY_CAMERACONTROL_ZOOM_RELATIVE","features":[89]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_CLEAR","features":[89]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_FLAGS","features":[89]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_SET","features":[89]},{"name":"KSPROPERTY_CLOCK","features":[89]},{"name":"KSPROPERTY_CLOCK_CORRELATEDPHYSICALTIME","features":[89]},{"name":"KSPROPERTY_CLOCK_CORRELATEDTIME","features":[89]},{"name":"KSPROPERTY_CLOCK_PHYSICALTIME","features":[89]},{"name":"KSPROPERTY_CLOCK_RESOLUTION","features":[89]},{"name":"KSPROPERTY_CLOCK_STATE","features":[89]},{"name":"KSPROPERTY_CLOCK_TIME","features":[89]},{"name":"KSPROPERTY_CONNECTION","features":[89]},{"name":"KSPROPERTY_CONNECTION_ACQUIREORDERING","features":[89]},{"name":"KSPROPERTY_CONNECTION_ALLOCATORFRAMING","features":[89]},{"name":"KSPROPERTY_CONNECTION_ALLOCATORFRAMING_EX","features":[89]},{"name":"KSPROPERTY_CONNECTION_DATAFORMAT","features":[89]},{"name":"KSPROPERTY_CONNECTION_PRIORITY","features":[89]},{"name":"KSPROPERTY_CONNECTION_PROPOSEDATAFORMAT","features":[89]},{"name":"KSPROPERTY_CONNECTION_STARTAT","features":[89]},{"name":"KSPROPERTY_CONNECTION_STATE","features":[89]},{"name":"KSPROPERTY_COPYPROT","features":[89]},{"name":"KSPROPERTY_COPY_MACROVISION","features":[89]},{"name":"KSPROPERTY_CROSSBAR_ACTIVE_S","features":[89]},{"name":"KSPROPERTY_CROSSBAR_CAN_ROUTE","features":[89]},{"name":"KSPROPERTY_CROSSBAR_CAPS","features":[89]},{"name":"KSPROPERTY_CROSSBAR_CAPS_S","features":[89]},{"name":"KSPROPERTY_CROSSBAR_INPUT_ACTIVE","features":[89]},{"name":"KSPROPERTY_CROSSBAR_PININFO","features":[89]},{"name":"KSPROPERTY_CROSSBAR_PININFO_S","features":[89]},{"name":"KSPROPERTY_CROSSBAR_ROUTE","features":[89]},{"name":"KSPROPERTY_CROSSBAR_ROUTE_S","features":[89]},{"name":"KSPROPERTY_CURRENT_CAPTURE_SURFACE","features":[89]},{"name":"KSPROPERTY_CYCLIC","features":[89]},{"name":"KSPROPERTY_CYCLIC_POSITION","features":[89]},{"name":"KSPROPERTY_DESCRIPTION","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_ALL","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEANGLES","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEORIENTATION","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEOUTSIDEVOLUME","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MAXDISTANCE","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MINDISTANCE","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MODE","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_POSITION","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_VELOCITY","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ALL","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ALLOCATION","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_BATCH","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_DISTANCEFACTOR","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_DOPPLERFACTOR","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ORIENTATION","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_POSITION","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ROLLOFFFACTOR","features":[89]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_VELOCITY","features":[89]},{"name":"KSPROPERTY_DISPLAY_ADAPTER_GUID","features":[89]},{"name":"KSPROPERTY_DRMAUDIOSTREAM","features":[89]},{"name":"KSPROPERTY_DRMAUDIOSTREAM_CONTENTID","features":[89]},{"name":"KSPROPERTY_DROPPEDFRAMES_CURRENT","features":[89]},{"name":"KSPROPERTY_DROPPEDFRAMES_CURRENT_S","features":[89]},{"name":"KSPROPERTY_DVDCOPY_CHLG_KEY","features":[89]},{"name":"KSPROPERTY_DVDCOPY_DEC_KEY2","features":[89]},{"name":"KSPROPERTY_DVDCOPY_DISC_KEY","features":[89]},{"name":"KSPROPERTY_DVDCOPY_DVD_KEY1","features":[89]},{"name":"KSPROPERTY_DVDCOPY_REGION","features":[89]},{"name":"KSPROPERTY_DVDCOPY_SET_COPY_STATE","features":[89]},{"name":"KSPROPERTY_DVDCOPY_TITLE_KEY","features":[89]},{"name":"KSPROPERTY_DVDSUBPIC","features":[89]},{"name":"KSPROPERTY_DVDSUBPIC_COMPOSIT_ON","features":[89]},{"name":"KSPROPERTY_DVDSUBPIC_HLI","features":[89]},{"name":"KSPROPERTY_DVDSUBPIC_PALETTE","features":[89]},{"name":"KSPROPERTY_EXTDEVICE","features":[89]},{"name":"KSPROPERTY_EXTDEVICE_CAPABILITIES","features":[89]},{"name":"KSPROPERTY_EXTDEVICE_ID","features":[89]},{"name":"KSPROPERTY_EXTDEVICE_PORT","features":[89]},{"name":"KSPROPERTY_EXTDEVICE_POWER_STATE","features":[89]},{"name":"KSPROPERTY_EXTDEVICE_S","features":[89]},{"name":"KSPROPERTY_EXTDEVICE_VERSION","features":[89]},{"name":"KSPROPERTY_EXTENSION_UNIT","features":[89]},{"name":"KSPROPERTY_EXTENSION_UNIT_CONTROL","features":[89]},{"name":"KSPROPERTY_EXTENSION_UNIT_INFO","features":[89]},{"name":"KSPROPERTY_EXTENSION_UNIT_PASS_THROUGH","features":[89]},{"name":"KSPROPERTY_EXTXPORT","features":[89]},{"name":"KSPROPERTY_EXTXPORT_ATN_SEARCH","features":[89]},{"name":"KSPROPERTY_EXTXPORT_CAPABILITIES","features":[89]},{"name":"KSPROPERTY_EXTXPORT_INPUT_SIGNAL_MODE","features":[89]},{"name":"KSPROPERTY_EXTXPORT_LOAD_MEDIUM","features":[89]},{"name":"KSPROPERTY_EXTXPORT_MEDIUM_INFO","features":[89]},{"name":"KSPROPERTY_EXTXPORT_NODE_S","features":[1,89]},{"name":"KSPROPERTY_EXTXPORT_OUTPUT_SIGNAL_MODE","features":[89]},{"name":"KSPROPERTY_EXTXPORT_RTC_SEARCH","features":[89]},{"name":"KSPROPERTY_EXTXPORT_S","features":[1,89]},{"name":"KSPROPERTY_EXTXPORT_STATE","features":[89]},{"name":"KSPROPERTY_EXTXPORT_STATE_NOTIFY","features":[89]},{"name":"KSPROPERTY_EXTXPORT_TIMECODE_SEARCH","features":[89]},{"name":"KSPROPERTY_FMRX_ANTENNAENDPOINTID","features":[89]},{"name":"KSPROPERTY_FMRX_CONTROL","features":[89]},{"name":"KSPROPERTY_FMRX_ENDPOINTID","features":[89]},{"name":"KSPROPERTY_FMRX_STATE","features":[89]},{"name":"KSPROPERTY_FMRX_TOPOLOGY","features":[89]},{"name":"KSPROPERTY_FMRX_VOLUME","features":[89]},{"name":"KSPROPERTY_GENERAL","features":[89]},{"name":"KSPROPERTY_GENERAL_COMPONENTID","features":[89]},{"name":"KSPROPERTY_HRTF3D","features":[89]},{"name":"KSPROPERTY_HRTF3D_FILTER_FORMAT","features":[89]},{"name":"KSPROPERTY_HRTF3D_INITIALIZE","features":[89]},{"name":"KSPROPERTY_HRTF3D_PARAMS","features":[89]},{"name":"KSPROPERTY_INTERLEAVEDAUDIO","features":[89]},{"name":"KSPROPERTY_INTERLEAVEDAUDIO_FORMATINFORMATION","features":[89]},{"name":"KSPROPERTY_ITD3D","features":[89]},{"name":"KSPROPERTY_ITD3D_PARAMS","features":[89]},{"name":"KSPROPERTY_JACK","features":[89]},{"name":"KSPROPERTY_JACK_CONTAINERID","features":[89]},{"name":"KSPROPERTY_JACK_DESCRIPTION","features":[89]},{"name":"KSPROPERTY_JACK_DESCRIPTION2","features":[89]},{"name":"KSPROPERTY_JACK_DESCRIPTION3","features":[89]},{"name":"KSPROPERTY_JACK_SINK_INFO","features":[89]},{"name":"KSPROPERTY_MAP_CAPTURE_HANDLE_TO_VRAM_ADDRESS","features":[89]},{"name":"KSPROPERTY_MEDIAAVAILABLE","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING_AVAILABLE","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING_CAPABILITIES","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING_CONVERTTIMEFORMAT","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING_DURATION","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING_FORMATS","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING_POSITION","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING_POSITIONS","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING_PREROLL","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING_STOPPOSITION","features":[89]},{"name":"KSPROPERTY_MEDIASEEKING_TIMEFORMAT","features":[89]},{"name":"KSPROPERTY_MEMBERSHEADER","features":[89]},{"name":"KSPROPERTY_MEMBER_FLAG_BASICSUPPORT_MULTICHANNEL","features":[89]},{"name":"KSPROPERTY_MEMBER_FLAG_BASICSUPPORT_UNIFORM","features":[89]},{"name":"KSPROPERTY_MEMBER_FLAG_DEFAULT","features":[89]},{"name":"KSPROPERTY_MEMBER_RANGES","features":[89]},{"name":"KSPROPERTY_MEMBER_STEPPEDRANGES","features":[89]},{"name":"KSPROPERTY_MEMBER_VALUES","features":[89]},{"name":"KSPROPERTY_MEMORY_TRANSPORT","features":[89]},{"name":"KSPROPERTY_MPEG2VID","features":[89]},{"name":"KSPROPERTY_MPEG2VID_16_9_PANSCAN","features":[89]},{"name":"KSPROPERTY_MPEG2VID_16_9_RECT","features":[89]},{"name":"KSPROPERTY_MPEG2VID_4_3_RECT","features":[89]},{"name":"KSPROPERTY_MPEG2VID_CUR_MODE","features":[89]},{"name":"KSPROPERTY_MPEG2VID_MODES","features":[89]},{"name":"KSPROPERTY_MPEG4_MEDIATYPE_ATTRIBUTES","features":[89]},{"name":"KSPROPERTY_MPEG4_MEDIATYPE_SD_BOX","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_EVENTTOPICS_XML","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_EVENT_INFO","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_INFO","features":[1,89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_TYPE","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_TYPE_EVENTSINFO","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTP","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_HEADER","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_CUSTOM","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_DISABLE","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_HOSTNTP","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_PROPERTY","features":[89]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_URI","features":[89]},{"name":"KSPROPERTY_ONESHOT_DISCONNECT","features":[89]},{"name":"KSPROPERTY_ONESHOT_RECONNECT","features":[89]},{"name":"KSPROPERTY_OVERLAYUPDATE","features":[89]},{"name":"KSPROPERTY_OVERLAYUPDATE_CLIPLIST","features":[89]},{"name":"KSPROPERTY_OVERLAYUPDATE_COLORKEY","features":[89]},{"name":"KSPROPERTY_OVERLAYUPDATE_COLORREF","features":[89]},{"name":"KSPROPERTY_OVERLAYUPDATE_DISPLAYCHANGE","features":[89]},{"name":"KSPROPERTY_OVERLAYUPDATE_INTERESTS","features":[89]},{"name":"KSPROPERTY_OVERLAYUPDATE_PALETTE","features":[89]},{"name":"KSPROPERTY_OVERLAYUPDATE_VIDEOPOSITION","features":[89]},{"name":"KSPROPERTY_PIN","features":[89]},{"name":"KSPROPERTY_PIN_CATEGORY","features":[89]},{"name":"KSPROPERTY_PIN_CINSTANCES","features":[89]},{"name":"KSPROPERTY_PIN_COMMUNICATION","features":[89]},{"name":"KSPROPERTY_PIN_CONSTRAINEDDATARANGES","features":[89]},{"name":"KSPROPERTY_PIN_CTYPES","features":[89]},{"name":"KSPROPERTY_PIN_DATAFLOW","features":[89]},{"name":"KSPROPERTY_PIN_DATAINTERSECTION","features":[89]},{"name":"KSPROPERTY_PIN_DATARANGES","features":[89]},{"name":"KSPROPERTY_PIN_FLAGS_ATTRIBUTE_RANGE_AWARE","features":[89]},{"name":"KSPROPERTY_PIN_FLAGS_MASK","features":[89]},{"name":"KSPROPERTY_PIN_GLOBALCINSTANCES","features":[89]},{"name":"KSPROPERTY_PIN_INTERFACES","features":[89]},{"name":"KSPROPERTY_PIN_MEDIUMS","features":[89]},{"name":"KSPROPERTY_PIN_MODEDATAFORMATS","features":[89]},{"name":"KSPROPERTY_PIN_NAME","features":[89]},{"name":"KSPROPERTY_PIN_NECESSARYINSTANCES","features":[89]},{"name":"KSPROPERTY_PIN_PHYSICALCONNECTION","features":[89]},{"name":"KSPROPERTY_PIN_PROPOSEDATAFORMAT","features":[89]},{"name":"KSPROPERTY_PIN_PROPOSEDATAFORMAT2","features":[89]},{"name":"KSPROPERTY_POSITIONS","features":[89]},{"name":"KSPROPERTY_PREFERRED_CAPTURE_SURFACE","features":[89]},{"name":"KSPROPERTY_QUALITY","features":[89]},{"name":"KSPROPERTY_QUALITY_ERROR","features":[89]},{"name":"KSPROPERTY_QUALITY_REPORT","features":[89]},{"name":"KSPROPERTY_RAW_AVC_CMD","features":[89]},{"name":"KSPROPERTY_RTAUDIO","features":[89]},{"name":"KSPROPERTY_RTAUDIO_BUFFER","features":[89]},{"name":"KSPROPERTY_RTAUDIO_BUFFER_WITH_NOTIFICATION","features":[89]},{"name":"KSPROPERTY_RTAUDIO_CLOCKREGISTER","features":[89]},{"name":"KSPROPERTY_RTAUDIO_GETPOSITIONFUNCTION","features":[89]},{"name":"KSPROPERTY_RTAUDIO_GETREADPACKET","features":[89]},{"name":"KSPROPERTY_RTAUDIO_HWLATENCY","features":[89]},{"name":"KSPROPERTY_RTAUDIO_PACKETCOUNT","features":[89]},{"name":"KSPROPERTY_RTAUDIO_PACKETVREGISTER","features":[89]},{"name":"KSPROPERTY_RTAUDIO_POSITIONREGISTER","features":[89]},{"name":"KSPROPERTY_RTAUDIO_PRESENTATION_POSITION","features":[89]},{"name":"KSPROPERTY_RTAUDIO_QUERY_NOTIFICATION_SUPPORT","features":[89]},{"name":"KSPROPERTY_RTAUDIO_REGISTER_NOTIFICATION_EVENT","features":[89]},{"name":"KSPROPERTY_RTAUDIO_SETWRITEPACKET","features":[89]},{"name":"KSPROPERTY_RTAUDIO_UNREGISTER_NOTIFICATION_EVENT","features":[89]},{"name":"KSPROPERTY_RTC_READER","features":[89]},{"name":"KSPROPERTY_SELECTOR_NODE_S","features":[89]},{"name":"KSPROPERTY_SELECTOR_NUM_SOURCES","features":[89]},{"name":"KSPROPERTY_SELECTOR_S","features":[89]},{"name":"KSPROPERTY_SELECTOR_SOURCE_NODE_ID","features":[89]},{"name":"KSPROPERTY_SERIAL","features":[89]},{"name":"KSPROPERTY_SERIALHDR","features":[89]},{"name":"KSPROPERTY_SOUNDDETECTOR","features":[89]},{"name":"KSPROPERTY_SOUNDDETECTOR_ARMED","features":[89]},{"name":"KSPROPERTY_SOUNDDETECTOR_MATCHRESULT","features":[89]},{"name":"KSPROPERTY_SOUNDDETECTOR_PATTERNS","features":[89]},{"name":"KSPROPERTY_SOUNDDETECTOR_RESET","features":[89]},{"name":"KSPROPERTY_SOUNDDETECTOR_STREAMINGSUPPORT","features":[89]},{"name":"KSPROPERTY_SOUNDDETECTOR_SUPPORTEDPATTERNS","features":[89]},{"name":"KSPROPERTY_SPHLI","features":[89]},{"name":"KSPROPERTY_SPPAL","features":[89]},{"name":"KSPROPERTY_STEPPING_LONG","features":[89]},{"name":"KSPROPERTY_STEPPING_LONGLONG","features":[89]},{"name":"KSPROPERTY_STREAM","features":[89]},{"name":"KSPROPERTY_STREAMINTERFACE","features":[89]},{"name":"KSPROPERTY_STREAMINTERFACE_HEADERSIZE","features":[89]},{"name":"KSPROPERTY_STREAM_ALLOCATOR","features":[89]},{"name":"KSPROPERTY_STREAM_DEGRADATION","features":[89]},{"name":"KSPROPERTY_STREAM_FRAMETIME","features":[89]},{"name":"KSPROPERTY_STREAM_MASTERCLOCK","features":[89]},{"name":"KSPROPERTY_STREAM_PIPE_ID","features":[89]},{"name":"KSPROPERTY_STREAM_PRESENTATIONEXTENT","features":[89]},{"name":"KSPROPERTY_STREAM_PRESENTATIONTIME","features":[89]},{"name":"KSPROPERTY_STREAM_QUALITY","features":[89]},{"name":"KSPROPERTY_STREAM_RATE","features":[89]},{"name":"KSPROPERTY_STREAM_RATECAPABILITY","features":[89]},{"name":"KSPROPERTY_STREAM_TIMEFORMAT","features":[89]},{"name":"KSPROPERTY_TELEPHONY_CALLCONTROL","features":[89]},{"name":"KSPROPERTY_TELEPHONY_CALLHOLD","features":[89]},{"name":"KSPROPERTY_TELEPHONY_CALLINFO","features":[89]},{"name":"KSPROPERTY_TELEPHONY_CONTROL","features":[89]},{"name":"KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR","features":[89]},{"name":"KSPROPERTY_TELEPHONY_MUTE_TX","features":[89]},{"name":"KSPROPERTY_TELEPHONY_PROVIDERCHANGE","features":[89]},{"name":"KSPROPERTY_TELEPHONY_PROVIDERID","features":[89]},{"name":"KSPROPERTY_TELEPHONY_TOPOLOGY","features":[89]},{"name":"KSPROPERTY_TELEPHONY_VOLUME","features":[89]},{"name":"KSPROPERTY_TIMECODE","features":[89]},{"name":"KSPROPERTY_TIMECODE_NODE_S","features":[89]},{"name":"KSPROPERTY_TIMECODE_READER","features":[89]},{"name":"KSPROPERTY_TIMECODE_S","features":[89]},{"name":"KSPROPERTY_TOPOLOGY","features":[89]},{"name":"KSPROPERTY_TOPOLOGYNODE","features":[89]},{"name":"KSPROPERTY_TOPOLOGYNODE_ENABLE","features":[89]},{"name":"KSPROPERTY_TOPOLOGYNODE_RESET","features":[89]},{"name":"KSPROPERTY_TOPOLOGY_CATEGORIES","features":[89]},{"name":"KSPROPERTY_TOPOLOGY_CONNECTIONS","features":[89]},{"name":"KSPROPERTY_TOPOLOGY_NAME","features":[89]},{"name":"KSPROPERTY_TOPOLOGY_NODES","features":[89]},{"name":"KSPROPERTY_TUNER","features":[89]},{"name":"KSPROPERTY_TUNER_CAPS","features":[89]},{"name":"KSPROPERTY_TUNER_CAPS_S","features":[89]},{"name":"KSPROPERTY_TUNER_FREQUENCY","features":[89]},{"name":"KSPROPERTY_TUNER_FREQUENCY_S","features":[89]},{"name":"KSPROPERTY_TUNER_IF_MEDIUM","features":[89]},{"name":"KSPROPERTY_TUNER_IF_MEDIUM_S","features":[89]},{"name":"KSPROPERTY_TUNER_INPUT","features":[89]},{"name":"KSPROPERTY_TUNER_INPUT_S","features":[89]},{"name":"KSPROPERTY_TUNER_MODE","features":[89]},{"name":"KSPROPERTY_TUNER_MODES","features":[89]},{"name":"KSPROPERTY_TUNER_MODE_AM_RADIO","features":[89]},{"name":"KSPROPERTY_TUNER_MODE_ATSC","features":[89]},{"name":"KSPROPERTY_TUNER_MODE_CAPS","features":[89]},{"name":"KSPROPERTY_TUNER_MODE_CAPS_S","features":[89]},{"name":"KSPROPERTY_TUNER_MODE_DSS","features":[89]},{"name":"KSPROPERTY_TUNER_MODE_FM_RADIO","features":[89]},{"name":"KSPROPERTY_TUNER_MODE_S","features":[89]},{"name":"KSPROPERTY_TUNER_MODE_TV","features":[89]},{"name":"KSPROPERTY_TUNER_NETWORKTYPE_SCAN_CAPS","features":[89]},{"name":"KSPROPERTY_TUNER_NETWORKTYPE_SCAN_CAPS_S","features":[89]},{"name":"KSPROPERTY_TUNER_SCAN_CAPS","features":[89]},{"name":"KSPROPERTY_TUNER_SCAN_CAPS_S","features":[1,89]},{"name":"KSPROPERTY_TUNER_SCAN_STATUS","features":[89]},{"name":"KSPROPERTY_TUNER_SCAN_STATUS_S","features":[89]},{"name":"KSPROPERTY_TUNER_STANDARD","features":[89]},{"name":"KSPROPERTY_TUNER_STANDARD_MODE","features":[89]},{"name":"KSPROPERTY_TUNER_STANDARD_MODE_S","features":[1,89]},{"name":"KSPROPERTY_TUNER_STANDARD_S","features":[89]},{"name":"KSPROPERTY_TUNER_STATUS","features":[89]},{"name":"KSPROPERTY_TUNER_STATUS_S","features":[89]},{"name":"KSPROPERTY_TVAUDIO_CAPS","features":[89]},{"name":"KSPROPERTY_TVAUDIO_CAPS_S","features":[89]},{"name":"KSPROPERTY_TVAUDIO_CURRENTLY_AVAILABLE_MODES","features":[89]},{"name":"KSPROPERTY_TVAUDIO_MODE","features":[89]},{"name":"KSPROPERTY_TVAUDIO_S","features":[89]},{"name":"KSPROPERTY_TYPE_BASICSUPPORT","features":[89]},{"name":"KSPROPERTY_TYPE_COPYPAYLOAD","features":[89]},{"name":"KSPROPERTY_TYPE_DEFAULTVALUES","features":[89]},{"name":"KSPROPERTY_TYPE_FSFILTERSCOPE","features":[89]},{"name":"KSPROPERTY_TYPE_GET","features":[89]},{"name":"KSPROPERTY_TYPE_GETPAYLOADSIZE","features":[89]},{"name":"KSPROPERTY_TYPE_HIGHPRIORITY","features":[89]},{"name":"KSPROPERTY_TYPE_RELATIONS","features":[89]},{"name":"KSPROPERTY_TYPE_SERIALIZERAW","features":[89]},{"name":"KSPROPERTY_TYPE_SERIALIZESET","features":[89]},{"name":"KSPROPERTY_TYPE_SERIALIZESIZE","features":[89]},{"name":"KSPROPERTY_TYPE_SET","features":[89]},{"name":"KSPROPERTY_TYPE_SETSUPPORT","features":[89]},{"name":"KSPROPERTY_TYPE_TOPOLOGY","features":[89]},{"name":"KSPROPERTY_TYPE_UNSERIALIZERAW","features":[89]},{"name":"KSPROPERTY_TYPE_UNSERIALIZESET","features":[89]},{"name":"KSPROPERTY_VBICAP","features":[89]},{"name":"KSPROPERTY_VBICAP_PROPERTIES_PROTECTION","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_CC_SUBSTREAMS_S","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_NABTS_SUBSTREAMS_S","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_DISCOVERED_BIT_ARRAY","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_REQUESTED_BIT_ARRAY","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_S","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_CC_PIN_S","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_CC_S","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_COMMON_PIN_S","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_COMMON_S","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_NABTS_PIN_S","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_NABTS_S","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_SUBSTREAMS_DISCOVERED_BIT_ARRAY","features":[89]},{"name":"KSPROPERTY_VBICODECFILTERING_SUBSTREAMS_REQUESTED_BIT_ARRAY","features":[89]},{"name":"KSPROPERTY_VIDCAP_CAMERACONTROL","features":[89]},{"name":"KSPROPERTY_VIDCAP_CROSSBAR","features":[89]},{"name":"KSPROPERTY_VIDCAP_DROPPEDFRAMES","features":[89]},{"name":"KSPROPERTY_VIDCAP_SELECTOR","features":[89]},{"name":"KSPROPERTY_VIDCAP_TVAUDIO","features":[89]},{"name":"KSPROPERTY_VIDCAP_VIDEOCOMPRESSION","features":[89]},{"name":"KSPROPERTY_VIDCAP_VIDEOCONTROL","features":[89]},{"name":"KSPROPERTY_VIDCAP_VIDEODECODER","features":[89]},{"name":"KSPROPERTY_VIDCAP_VIDEOENCODER","features":[89]},{"name":"KSPROPERTY_VIDCAP_VIDEOPROCAMP","features":[89]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_GETINFO","features":[89]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_GETINFO_S","features":[89]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_KEYFRAME_RATE","features":[89]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_OVERRIDE_FRAME_SIZE","features":[89]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_OVERRIDE_KEYFRAME","features":[89]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_PFRAMES_PER_KEYFRAME","features":[89]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_QUALITY","features":[89]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_S","features":[89]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_S1","features":[89]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_WINDOWSIZE","features":[89]},{"name":"KSPROPERTY_VIDEOCONTROL_ACTUAL_FRAME_RATE","features":[89]},{"name":"KSPROPERTY_VIDEOCONTROL_ACTUAL_FRAME_RATE_S","features":[1,89]},{"name":"KSPROPERTY_VIDEOCONTROL_CAPS","features":[89]},{"name":"KSPROPERTY_VIDEOCONTROL_CAPS_S","features":[89]},{"name":"KSPROPERTY_VIDEOCONTROL_FRAME_RATES","features":[89]},{"name":"KSPROPERTY_VIDEOCONTROL_FRAME_RATES_S","features":[1,89]},{"name":"KSPROPERTY_VIDEOCONTROL_MODE","features":[89]},{"name":"KSPROPERTY_VIDEOCONTROL_MODE_S","features":[89]},{"name":"KSPROPERTY_VIDEODECODER_CAPS","features":[89]},{"name":"KSPROPERTY_VIDEODECODER_CAPS_S","features":[89]},{"name":"KSPROPERTY_VIDEODECODER_OUTPUT_ENABLE","features":[89]},{"name":"KSPROPERTY_VIDEODECODER_S","features":[89]},{"name":"KSPROPERTY_VIDEODECODER_STANDARD","features":[89]},{"name":"KSPROPERTY_VIDEODECODER_STATUS","features":[89]},{"name":"KSPROPERTY_VIDEODECODER_STATUS2","features":[89]},{"name":"KSPROPERTY_VIDEODECODER_STATUS2_S","features":[89]},{"name":"KSPROPERTY_VIDEODECODER_STATUS_S","features":[89]},{"name":"KSPROPERTY_VIDEODECODER_VCR_TIMING","features":[89]},{"name":"KSPROPERTY_VIDEOENCODER_CAPS","features":[89]},{"name":"KSPROPERTY_VIDEOENCODER_CC_ENABLE","features":[89]},{"name":"KSPROPERTY_VIDEOENCODER_COPYPROTECTION","features":[89]},{"name":"KSPROPERTY_VIDEOENCODER_S","features":[89]},{"name":"KSPROPERTY_VIDEOENCODER_STANDARD","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_BACKLIGHT_COMPENSATION","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_BRIGHTNESS","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_COLORENABLE","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_CONTRAST","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_DIGITAL_MULTIPLIER","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_DIGITAL_MULTIPLIER_LIMIT","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_FLAGS_AUTO","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_FLAGS_MANUAL","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_GAIN","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_GAMMA","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_HUE","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_NODE_S","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_NODE_S2","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_POWERLINE_FREQUENCY","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_S","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_S2","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_SATURATION","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_SHARPNESS","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_WHITEBALANCE","features":[89]},{"name":"KSPROPERTY_VIDEOPROCAMP_WHITEBALANCE_COMPONENT","features":[89]},{"name":"KSPROPERTY_VIDMEM_TRANSPORT","features":[89]},{"name":"KSPROPERTY_VPCONFIG","features":[89]},{"name":"KSPROPERTY_VPCONFIG_DDRAWHANDLE","features":[89]},{"name":"KSPROPERTY_VPCONFIG_DDRAWSURFACEHANDLE","features":[89]},{"name":"KSPROPERTY_VPCONFIG_DECIMATIONCAPABILITY","features":[89]},{"name":"KSPROPERTY_VPCONFIG_GETCONNECTINFO","features":[89]},{"name":"KSPROPERTY_VPCONFIG_GETVIDEOFORMAT","features":[89]},{"name":"KSPROPERTY_VPCONFIG_INFORMVPINPUT","features":[89]},{"name":"KSPROPERTY_VPCONFIG_INVERTPOLARITY","features":[89]},{"name":"KSPROPERTY_VPCONFIG_MAXPIXELRATE","features":[89]},{"name":"KSPROPERTY_VPCONFIG_NUMCONNECTINFO","features":[89]},{"name":"KSPROPERTY_VPCONFIG_NUMVIDEOFORMAT","features":[89]},{"name":"KSPROPERTY_VPCONFIG_SCALEFACTOR","features":[89]},{"name":"KSPROPERTY_VPCONFIG_SETCONNECTINFO","features":[89]},{"name":"KSPROPERTY_VPCONFIG_SETVIDEOFORMAT","features":[89]},{"name":"KSPROPERTY_VPCONFIG_SURFACEPARAMS","features":[89]},{"name":"KSPROPERTY_VPCONFIG_VIDEOPORTID","features":[89]},{"name":"KSPROPERTY_VPCONFIG_VPDATAINFO","features":[89]},{"name":"KSPROPERTY_WAVE","features":[89]},{"name":"KSPROPERTY_WAVE_BUFFER","features":[89]},{"name":"KSPROPERTY_WAVE_COMPATIBLE_CAPABILITIES","features":[89]},{"name":"KSPROPERTY_WAVE_FREQUENCY","features":[89]},{"name":"KSPROPERTY_WAVE_INPUT_CAPABILITIES","features":[89]},{"name":"KSPROPERTY_WAVE_OUTPUT_CAPABILITIES","features":[89]},{"name":"KSPROPERTY_WAVE_PAN","features":[89]},{"name":"KSPROPERTY_WAVE_QUEUED_POSITION","features":[89]},{"name":"KSPROPERTY_WAVE_VOLUME","features":[89]},{"name":"KSPROPSETID_AC3","features":[89]},{"name":"KSPROPSETID_Audio","features":[89]},{"name":"KSPROPSETID_AudioBufferDuration","features":[89]},{"name":"KSPROPSETID_AudioDecoderOut","features":[89]},{"name":"KSPROPSETID_AudioEngine","features":[89]},{"name":"KSPROPSETID_AudioModule","features":[89]},{"name":"KSPROPSETID_AudioPosture","features":[89]},{"name":"KSPROPSETID_AudioResourceManagement","features":[89]},{"name":"KSPROPSETID_AudioSignalProcessing","features":[89]},{"name":"KSPROPSETID_Bibliographic","features":[89]},{"name":"KSPROPSETID_BtAudio","features":[89]},{"name":"KSPROPSETID_Clock","features":[89]},{"name":"KSPROPSETID_Connection","features":[89]},{"name":"KSPROPSETID_CopyProt","features":[89]},{"name":"KSPROPSETID_Cyclic","features":[89]},{"name":"KSPROPSETID_DirectSound3DBuffer","features":[89]},{"name":"KSPROPSETID_DirectSound3DListener","features":[89]},{"name":"KSPROPSETID_DrmAudioStream","features":[89]},{"name":"KSPROPSETID_DvdSubPic","features":[89]},{"name":"KSPROPSETID_FMRXControl","features":[89]},{"name":"KSPROPSETID_FMRXTopology","features":[89]},{"name":"KSPROPSETID_General","features":[89]},{"name":"KSPROPSETID_Hrtf3d","features":[89]},{"name":"KSPROPSETID_InterleavedAudio","features":[89]},{"name":"KSPROPSETID_Itd3d","features":[89]},{"name":"KSPROPSETID_Jack","features":[89]},{"name":"KSPROPSETID_MPEG4_MediaType_Attributes","features":[89]},{"name":"KSPROPSETID_MediaSeeking","features":[89]},{"name":"KSPROPSETID_MemoryTransport","features":[89]},{"name":"KSPROPSETID_Mpeg2Vid","features":[89]},{"name":"KSPROPSETID_OverlayUpdate","features":[89]},{"name":"KSPROPSETID_Pin","features":[89]},{"name":"KSPROPSETID_PinMDLCacheClearProp","features":[89]},{"name":"KSPROPSETID_Quality","features":[89]},{"name":"KSPROPSETID_RtAudio","features":[89]},{"name":"KSPROPSETID_SoundDetector","features":[89]},{"name":"KSPROPSETID_SoundDetector2","features":[89]},{"name":"KSPROPSETID_Stream","features":[89]},{"name":"KSPROPSETID_StreamAllocator","features":[89]},{"name":"KSPROPSETID_StreamInterface","features":[89]},{"name":"KSPROPSETID_TSRateChange","features":[89]},{"name":"KSPROPSETID_TelephonyControl","features":[89]},{"name":"KSPROPSETID_TelephonyTopology","features":[89]},{"name":"KSPROPSETID_Topology","features":[89]},{"name":"KSPROPSETID_TopologyNode","features":[89]},{"name":"KSPROPSETID_VBICAP_PROPERTIES","features":[89]},{"name":"KSPROPSETID_VBICodecFiltering","features":[89]},{"name":"KSPROPSETID_VPConfig","features":[89]},{"name":"KSPROPSETID_VPVBIConfig","features":[89]},{"name":"KSPROPSETID_VramCapture","features":[89]},{"name":"KSPROPSETID_Wave","features":[89]},{"name":"KSPROPTYPESETID_General","features":[89]},{"name":"KSP_NODE","features":[89]},{"name":"KSP_PIN","features":[89]},{"name":"KSP_TIMEFORMAT","features":[89]},{"name":"KSQUALITY","features":[89]},{"name":"KSQUALITY_MANAGER","features":[1,89]},{"name":"KSQUERYBUFFER","features":[1,89]},{"name":"KSRATE","features":[89]},{"name":"KSRATE_CAPABILITY","features":[89]},{"name":"KSRATE_NOPRESENTATIONDURATION","features":[89]},{"name":"KSRATE_NOPRESENTATIONSTART","features":[89]},{"name":"KSRELATIVEEVENT","features":[1,89]},{"name":"KSRELATIVEEVENT_FLAG_HANDLE","features":[89]},{"name":"KSRELATIVEEVENT_FLAG_POINTER","features":[89]},{"name":"KSRESET","features":[89]},{"name":"KSRESET_BEGIN","features":[89]},{"name":"KSRESET_END","features":[89]},{"name":"KSRESOLUTION","features":[89]},{"name":"KSRTAUDIO_BUFFER","features":[1,89]},{"name":"KSRTAUDIO_BUFFER32","features":[1,89]},{"name":"KSRTAUDIO_BUFFER_PROPERTY","features":[89]},{"name":"KSRTAUDIO_BUFFER_PROPERTY32","features":[89]},{"name":"KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION","features":[89]},{"name":"KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION32","features":[89]},{"name":"KSRTAUDIO_GETREADPACKET_INFO","features":[1,89]},{"name":"KSRTAUDIO_HWLATENCY","features":[89]},{"name":"KSRTAUDIO_HWREGISTER","features":[89]},{"name":"KSRTAUDIO_HWREGISTER32","features":[89]},{"name":"KSRTAUDIO_HWREGISTER_PROPERTY","features":[89]},{"name":"KSRTAUDIO_HWREGISTER_PROPERTY32","features":[89]},{"name":"KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY","features":[1,89]},{"name":"KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32","features":[89]},{"name":"KSRTAUDIO_PACKETVREGISTER","features":[89]},{"name":"KSRTAUDIO_PACKETVREGISTER_PROPERTY","features":[89]},{"name":"KSRTAUDIO_SETWRITEPACKET_INFO","features":[89]},{"name":"KSSOUNDDETECTORPROPERTY","features":[89]},{"name":"KSSTATE","features":[89]},{"name":"KSSTATE_ACQUIRE","features":[89]},{"name":"KSSTATE_PAUSE","features":[89]},{"name":"KSSTATE_RUN","features":[89]},{"name":"KSSTATE_STOP","features":[89]},{"name":"KSSTREAMALLOCATOR_STATUS","features":[89]},{"name":"KSSTREAMALLOCATOR_STATUS_EX","features":[89]},{"name":"KSSTREAM_FAILUREEXCEPTION","features":[89]},{"name":"KSSTREAM_HEADER","features":[89]},{"name":"KSSTREAM_HEADER","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_BUFFEREDTRANSFER","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_DATADISCONTINUITY","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_DURATIONVALID","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_ENDOFPHOTOSEQUENCE","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_ENDOFSTREAM","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_FLUSHONPAUSE","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_FRAMEINFO","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_LOOPEDDATA","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_METADATA","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_PERSIST_SAMPLE","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_PREROLL","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_SAMPLE_PERSISTED","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_SECUREBUFFERTRANSFER","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_SPLICEPOINT","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_TIMEDISCONTINUITY","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_TIMEVALID","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_TYPECHANGED","features":[89]},{"name":"KSSTREAM_HEADER_OPTIONSF_VRAM_DATA_TRANSFER","features":[89]},{"name":"KSSTREAM_HEADER_TRACK_COMPLETION_NUMBERS","features":[89]},{"name":"KSSTREAM_METADATA_INFO","features":[89]},{"name":"KSSTREAM_NONPAGED_DATA","features":[89]},{"name":"KSSTREAM_PAGED_DATA","features":[89]},{"name":"KSSTREAM_READ","features":[89]},{"name":"KSSTREAM_SEGMENT","features":[1,89]},{"name":"KSSTREAM_SYNCHRONOUS","features":[89]},{"name":"KSSTREAM_UVC_METADATA","features":[89]},{"name":"KSSTREAM_UVC_METADATATYPE_TIMESTAMP","features":[89]},{"name":"KSSTREAM_UVC_SECURE_ATTRIBUTE_SIZE","features":[89]},{"name":"KSSTREAM_WRITE","features":[89]},{"name":"KSSTRING_Allocator","features":[89]},{"name":"KSSTRING_AllocatorEx","features":[89]},{"name":"KSSTRING_Clock","features":[89]},{"name":"KSSTRING_Filter","features":[89]},{"name":"KSSTRING_Pin","features":[89]},{"name":"KSSTRING_TopologyNode","features":[89]},{"name":"KSTELEPHONY_CALLCONTROL","features":[89]},{"name":"KSTELEPHONY_CALLINFO","features":[89]},{"name":"KSTELEPHONY_PROVIDERCHANGE","features":[89]},{"name":"KSTIME","features":[89]},{"name":"KSTIME_FORMAT_BYTE","features":[89]},{"name":"KSTIME_FORMAT_FIELD","features":[89]},{"name":"KSTIME_FORMAT_FRAME","features":[89]},{"name":"KSTIME_FORMAT_MEDIA_TIME","features":[89]},{"name":"KSTIME_FORMAT_SAMPLE","features":[89]},{"name":"KSTOPOLOGY","features":[89]},{"name":"KSTOPOLOGY_CONNECTION","features":[89]},{"name":"KSTOPOLOGY_ENDPOINTID","features":[89]},{"name":"KSTOPOLOGY_ENDPOINTIDPAIR","features":[89]},{"name":"KSVPMAXPIXELRATE","features":[89]},{"name":"KSVPSIZE_PROP","features":[89]},{"name":"KSVPSURFACEPARAMS","features":[89]},{"name":"KSWAVETABLE_WAVE_DESC","features":[1,89]},{"name":"KSWAVE_BUFFER","features":[89]},{"name":"KSWAVE_BUFFER_ATTRIBUTEF_LOOPING","features":[89]},{"name":"KSWAVE_BUFFER_ATTRIBUTEF_STATIC","features":[89]},{"name":"KSWAVE_COMPATCAPS","features":[89]},{"name":"KSWAVE_COMPATCAPS_INPUT","features":[89]},{"name":"KSWAVE_COMPATCAPS_OUTPUT","features":[89]},{"name":"KSWAVE_INPUT_CAPABILITIES","features":[89]},{"name":"KSWAVE_OUTPUT_CAPABILITIES","features":[89]},{"name":"KSWAVE_VOLUME","features":[89]},{"name":"KS_AMCONTROL_COLORINFO_PRESENT","features":[89]},{"name":"KS_AMCONTROL_PAD_TO_16x9","features":[89]},{"name":"KS_AMCONTROL_PAD_TO_4x3","features":[89]},{"name":"KS_AMCONTROL_USED","features":[89]},{"name":"KS_AMPixAspectRatio","features":[89]},{"name":"KS_AMVPDATAINFO","features":[1,89]},{"name":"KS_AMVPDIMINFO","features":[1,89]},{"name":"KS_AMVPSIZE","features":[89]},{"name":"KS_AMVP_BEST_BANDWIDTH","features":[89]},{"name":"KS_AMVP_DO_NOT_CARE","features":[89]},{"name":"KS_AMVP_INPUT_SAME_AS_OUTPUT","features":[89]},{"name":"KS_AMVP_MODE","features":[89]},{"name":"KS_AMVP_MODE_BOBINTERLEAVED","features":[89]},{"name":"KS_AMVP_MODE_BOBNONINTERLEAVED","features":[89]},{"name":"KS_AMVP_MODE_SKIPEVEN","features":[89]},{"name":"KS_AMVP_MODE_SKIPODD","features":[89]},{"name":"KS_AMVP_MODE_WEAVE","features":[89]},{"name":"KS_AMVP_SELECTFORMATBY","features":[89]},{"name":"KS_AM_ExactRateChange","features":[89]},{"name":"KS_AM_PROPERTY_TS_RATE_CHANGE","features":[89]},{"name":"KS_AM_RATE_ExactRateChange","features":[89]},{"name":"KS_AM_RATE_MaxFullDataRate","features":[89]},{"name":"KS_AM_RATE_SimpleRateChange","features":[89]},{"name":"KS_AM_RATE_Step","features":[89]},{"name":"KS_AM_SimpleRateChange","features":[89]},{"name":"KS_AM_UseNewCSSKey","features":[89]},{"name":"KS_ANALOGVIDEOINFO","features":[1,89]},{"name":"KS_AnalogVideoStandard","features":[89]},{"name":"KS_AnalogVideo_NTSC_433","features":[89]},{"name":"KS_AnalogVideo_NTSC_M","features":[89]},{"name":"KS_AnalogVideo_NTSC_M_J","features":[89]},{"name":"KS_AnalogVideo_NTSC_Mask","features":[89]},{"name":"KS_AnalogVideo_None","features":[89]},{"name":"KS_AnalogVideo_PAL_60","features":[89]},{"name":"KS_AnalogVideo_PAL_B","features":[89]},{"name":"KS_AnalogVideo_PAL_D","features":[89]},{"name":"KS_AnalogVideo_PAL_G","features":[89]},{"name":"KS_AnalogVideo_PAL_H","features":[89]},{"name":"KS_AnalogVideo_PAL_I","features":[89]},{"name":"KS_AnalogVideo_PAL_M","features":[89]},{"name":"KS_AnalogVideo_PAL_Mask","features":[89]},{"name":"KS_AnalogVideo_PAL_N","features":[89]},{"name":"KS_AnalogVideo_PAL_N_COMBO","features":[89]},{"name":"KS_AnalogVideo_SECAM_B","features":[89]},{"name":"KS_AnalogVideo_SECAM_D","features":[89]},{"name":"KS_AnalogVideo_SECAM_G","features":[89]},{"name":"KS_AnalogVideo_SECAM_H","features":[89]},{"name":"KS_AnalogVideo_SECAM_K","features":[89]},{"name":"KS_AnalogVideo_SECAM_K1","features":[89]},{"name":"KS_AnalogVideo_SECAM_L","features":[89]},{"name":"KS_AnalogVideo_SECAM_L1","features":[89]},{"name":"KS_AnalogVideo_SECAM_Mask","features":[89]},{"name":"KS_BITMAPINFOHEADER","features":[89]},{"name":"KS_BI_BITFIELDS","features":[89]},{"name":"KS_BI_JPEG","features":[89]},{"name":"KS_BI_RGB","features":[89]},{"name":"KS_BI_RLE4","features":[89]},{"name":"KS_BI_RLE8","features":[89]},{"name":"KS_CAMERACONTROL_ASYNC_RESET","features":[89]},{"name":"KS_CAMERACONTROL_ASYNC_START","features":[89]},{"name":"KS_CAMERACONTROL_ASYNC_STOP","features":[89]},{"name":"KS_CAPTURE_ALLOC_INVALID","features":[89]},{"name":"KS_CAPTURE_ALLOC_SECURE_BUFFER","features":[89]},{"name":"KS_CAPTURE_ALLOC_SYSTEM","features":[89]},{"name":"KS_CAPTURE_ALLOC_SYSTEM_AGP","features":[89]},{"name":"KS_CAPTURE_ALLOC_VRAM","features":[89]},{"name":"KS_CAPTURE_ALLOC_VRAM_MAPPED","features":[89]},{"name":"KS_CC_SUBSTREAM_EVEN","features":[89]},{"name":"KS_CC_SUBSTREAM_FIELD1_MASK","features":[89]},{"name":"KS_CC_SUBSTREAM_FIELD2_MASK","features":[89]},{"name":"KS_CC_SUBSTREAM_ODD","features":[89]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC1","features":[89]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC2","features":[89]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC3","features":[89]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC4","features":[89]},{"name":"KS_CC_SUBSTREAM_SERVICE_T1","features":[89]},{"name":"KS_CC_SUBSTREAM_SERVICE_T2","features":[89]},{"name":"KS_CC_SUBSTREAM_SERVICE_T3","features":[89]},{"name":"KS_CC_SUBSTREAM_SERVICE_T4","features":[89]},{"name":"KS_CC_SUBSTREAM_SERVICE_XDS","features":[89]},{"name":"KS_COLCON","features":[89]},{"name":"KS_COMPRESSION","features":[89]},{"name":"KS_COPYPROTECT_RestrictDuplication","features":[89]},{"name":"KS_COPY_MACROVISION","features":[89]},{"name":"KS_COPY_MACROVISION_LEVEL","features":[89]},{"name":"KS_CameraControlAsyncOperation","features":[89]},{"name":"KS_CompressionCaps","features":[89]},{"name":"KS_CompressionCaps_CanBFrame","features":[89]},{"name":"KS_CompressionCaps_CanCrunch","features":[89]},{"name":"KS_CompressionCaps_CanKeyFrame","features":[89]},{"name":"KS_CompressionCaps_CanQuality","features":[89]},{"name":"KS_CompressionCaps_CanWindow","features":[89]},{"name":"KS_DATAFORMAT_H264VIDEOINFO","features":[89]},{"name":"KS_DATAFORMAT_IMAGEINFO","features":[89]},{"name":"KS_DATAFORMAT_MPEGVIDEOINFO2","features":[1,89]},{"name":"KS_DATAFORMAT_VBIINFOHEADER","features":[89]},{"name":"KS_DATAFORMAT_VIDEOINFOHEADER","features":[1,89]},{"name":"KS_DATAFORMAT_VIDEOINFOHEADER2","features":[1,89]},{"name":"KS_DATAFORMAT_VIDEOINFO_PALETTE","features":[1,89]},{"name":"KS_DATARANGE_ANALOGVIDEO","features":[1,89]},{"name":"KS_DATARANGE_H264_VIDEO","features":[1,89]},{"name":"KS_DATARANGE_IMAGE","features":[1,89]},{"name":"KS_DATARANGE_MPEG1_VIDEO","features":[1,89]},{"name":"KS_DATARANGE_MPEG2_VIDEO","features":[1,89]},{"name":"KS_DATARANGE_VIDEO","features":[1,89]},{"name":"KS_DATARANGE_VIDEO2","features":[1,89]},{"name":"KS_DATARANGE_VIDEO_PALETTE","features":[1,89]},{"name":"KS_DATARANGE_VIDEO_VBI","features":[1,89]},{"name":"KS_DVDCOPYSTATE","features":[89]},{"name":"KS_DVDCOPYSTATE_AUTHENTICATION_NOT_REQUIRED","features":[89]},{"name":"KS_DVDCOPYSTATE_AUTHENTICATION_REQUIRED","features":[89]},{"name":"KS_DVDCOPYSTATE_DONE","features":[89]},{"name":"KS_DVDCOPYSTATE_INITIALIZE","features":[89]},{"name":"KS_DVDCOPYSTATE_INITIALIZE_TITLE","features":[89]},{"name":"KS_DVDCOPY_BUSKEY","features":[89]},{"name":"KS_DVDCOPY_CHLGKEY","features":[89]},{"name":"KS_DVDCOPY_DISCKEY","features":[89]},{"name":"KS_DVDCOPY_REGION","features":[89]},{"name":"KS_DVDCOPY_SET_COPY_STATE","features":[89]},{"name":"KS_DVDCOPY_TITLEKEY","features":[89]},{"name":"KS_DVD_CGMS_COPY_ONCE","features":[89]},{"name":"KS_DVD_CGMS_COPY_PERMITTED","features":[89]},{"name":"KS_DVD_CGMS_COPY_PROTECT_MASK","features":[89]},{"name":"KS_DVD_CGMS_NO_COPY","features":[89]},{"name":"KS_DVD_CGMS_RESERVED_MASK","features":[89]},{"name":"KS_DVD_COPYRIGHTED","features":[89]},{"name":"KS_DVD_COPYRIGHT_MASK","features":[89]},{"name":"KS_DVD_NOT_COPYRIGHTED","features":[89]},{"name":"KS_DVD_SECTOR_NOT_PROTECTED","features":[89]},{"name":"KS_DVD_SECTOR_PROTECTED","features":[89]},{"name":"KS_DVD_SECTOR_PROTECT_MASK","features":[89]},{"name":"KS_DVD_YCrCb","features":[89]},{"name":"KS_DVD_YUV","features":[89]},{"name":"KS_FRAME_INFO","features":[1,89]},{"name":"KS_FRAMING_ITEM","features":[89]},{"name":"KS_FRAMING_RANGE","features":[89]},{"name":"KS_FRAMING_RANGE_WEIGHTED","features":[89]},{"name":"KS_H264VIDEOINFO","features":[89]},{"name":"KS_INTERLACE_1FieldPerSample","features":[89]},{"name":"KS_INTERLACE_DisplayModeBobOnly","features":[89]},{"name":"KS_INTERLACE_DisplayModeBobOrWeave","features":[89]},{"name":"KS_INTERLACE_DisplayModeMask","features":[89]},{"name":"KS_INTERLACE_DisplayModeWeaveOnly","features":[89]},{"name":"KS_INTERLACE_Field1First","features":[89]},{"name":"KS_INTERLACE_FieldPatBothIrregular","features":[89]},{"name":"KS_INTERLACE_FieldPatBothRegular","features":[89]},{"name":"KS_INTERLACE_FieldPatField1Only","features":[89]},{"name":"KS_INTERLACE_FieldPatField2Only","features":[89]},{"name":"KS_INTERLACE_FieldPatternMask","features":[89]},{"name":"KS_INTERLACE_IsInterlaced","features":[89]},{"name":"KS_INTERLACE_UNUSED","features":[89]},{"name":"KS_LogicalMemoryType","features":[89]},{"name":"KS_MACROVISION_DISABLED","features":[89]},{"name":"KS_MACROVISION_LEVEL1","features":[89]},{"name":"KS_MACROVISION_LEVEL2","features":[89]},{"name":"KS_MACROVISION_LEVEL3","features":[89]},{"name":"KS_MAX_SIZE_MPEG1_SEQUENCE_INFO","features":[89]},{"name":"KS_MPEG1VIDEOINFO","features":[1,89]},{"name":"KS_MPEG2Level","features":[89]},{"name":"KS_MPEG2Level_High","features":[89]},{"name":"KS_MPEG2Level_High1440","features":[89]},{"name":"KS_MPEG2Level_Low","features":[89]},{"name":"KS_MPEG2Level_Main","features":[89]},{"name":"KS_MPEG2Profile","features":[89]},{"name":"KS_MPEG2Profile_High","features":[89]},{"name":"KS_MPEG2Profile_Main","features":[89]},{"name":"KS_MPEG2Profile_SNRScalable","features":[89]},{"name":"KS_MPEG2Profile_Simple","features":[89]},{"name":"KS_MPEG2Profile_SpatiallyScalable","features":[89]},{"name":"KS_MPEG2_27MhzTimebase","features":[89]},{"name":"KS_MPEG2_DSS_UserData","features":[89]},{"name":"KS_MPEG2_DVB_UserData","features":[89]},{"name":"KS_MPEG2_DVDLine21Field1","features":[89]},{"name":"KS_MPEG2_DVDLine21Field2","features":[89]},{"name":"KS_MPEG2_DoPanScan","features":[89]},{"name":"KS_MPEG2_FilmCameraMode","features":[89]},{"name":"KS_MPEG2_LetterboxAnalogOut","features":[89]},{"name":"KS_MPEG2_SourceIsLetterboxed","features":[89]},{"name":"KS_MPEG2_WidescreenAnalogOut","features":[89]},{"name":"KS_MPEGAUDIOINFO","features":[89]},{"name":"KS_MPEGAUDIOINFO_27MhzTimebase","features":[89]},{"name":"KS_MPEGVIDEOINFO2","features":[1,89]},{"name":"KS_MemoryTypeAnyHost","features":[89]},{"name":"KS_MemoryTypeDeviceHostMapped","features":[89]},{"name":"KS_MemoryTypeDeviceSpecific","features":[89]},{"name":"KS_MemoryTypeDontCare","features":[89]},{"name":"KS_MemoryTypeKernelNonPaged","features":[89]},{"name":"KS_MemoryTypeKernelPaged","features":[89]},{"name":"KS_MemoryTypeUser","features":[89]},{"name":"KS_NABTS_GROUPID_LOCAL_CABLE_SYSTEM_ADVERTISER_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_LOCAL_CABLE_SYSTEM_CONTENT_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_MICROSOFT_RESERVED_TEST_DATA_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_NETWORK_WIDE_ADVERTISER_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_NETWORK_WIDE_CONTENT_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_ORIGINAL_CONTENT_ADVERTISER_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_ORIGINAL_CONTENT_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_PRODUCTION_COMPANY_ADVERTISER_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_PRODUCTION_COMPANY_CONTENT_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_SYNDICATED_SHOW_ADVERTISER_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_SYNDICATED_SHOW_CONTENT_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_TELEVISION_STATION_ADVERTISER_BASE","features":[89]},{"name":"KS_NABTS_GROUPID_TELEVISION_STATION_CONTENT_BASE","features":[89]},{"name":"KS_Obsolete_VideoControlFlag_ExternalTriggerEnable","features":[89]},{"name":"KS_Obsolete_VideoControlFlag_Trigger","features":[89]},{"name":"KS_PhysConn_Audio_1394","features":[89]},{"name":"KS_PhysConn_Audio_AESDigital","features":[89]},{"name":"KS_PhysConn_Audio_AUX","features":[89]},{"name":"KS_PhysConn_Audio_AudioDecoder","features":[89]},{"name":"KS_PhysConn_Audio_Line","features":[89]},{"name":"KS_PhysConn_Audio_Mic","features":[89]},{"name":"KS_PhysConn_Audio_SCSI","features":[89]},{"name":"KS_PhysConn_Audio_SPDIFDigital","features":[89]},{"name":"KS_PhysConn_Audio_Tuner","features":[89]},{"name":"KS_PhysConn_Audio_USB","features":[89]},{"name":"KS_PhysConn_Video_1394","features":[89]},{"name":"KS_PhysConn_Video_AUX","features":[89]},{"name":"KS_PhysConn_Video_Composite","features":[89]},{"name":"KS_PhysConn_Video_ParallelDigital","features":[89]},{"name":"KS_PhysConn_Video_RGB","features":[89]},{"name":"KS_PhysConn_Video_SCART","features":[89]},{"name":"KS_PhysConn_Video_SCSI","features":[89]},{"name":"KS_PhysConn_Video_SVideo","features":[89]},{"name":"KS_PhysConn_Video_SerialDigital","features":[89]},{"name":"KS_PhysConn_Video_Tuner","features":[89]},{"name":"KS_PhysConn_Video_USB","features":[89]},{"name":"KS_PhysConn_Video_VideoDecoder","features":[89]},{"name":"KS_PhysConn_Video_VideoEncoder","features":[89]},{"name":"KS_PhysConn_Video_YRYBY","features":[89]},{"name":"KS_PhysicalConnectorType","features":[89]},{"name":"KS_PixAspectRatio_NTSC16x9","features":[89]},{"name":"KS_PixAspectRatio_NTSC4x3","features":[89]},{"name":"KS_PixAspectRatio_PAL16x9","features":[89]},{"name":"KS_PixAspectRatio_PAL4x3","features":[89]},{"name":"KS_RGBQUAD","features":[89]},{"name":"KS_SECURE_CAMERA_SCENARIO_ID","features":[89]},{"name":"KS_SEEKING_AbsolutePositioning","features":[89]},{"name":"KS_SEEKING_CAPABILITIES","features":[89]},{"name":"KS_SEEKING_CanGetCurrentPos","features":[89]},{"name":"KS_SEEKING_CanGetDuration","features":[89]},{"name":"KS_SEEKING_CanGetStopPos","features":[89]},{"name":"KS_SEEKING_CanPlayBackwards","features":[89]},{"name":"KS_SEEKING_CanSeekAbsolute","features":[89]},{"name":"KS_SEEKING_CanSeekBackwards","features":[89]},{"name":"KS_SEEKING_CanSeekForwards","features":[89]},{"name":"KS_SEEKING_FLAGS","features":[89]},{"name":"KS_SEEKING_IncrementalPositioning","features":[89]},{"name":"KS_SEEKING_NoPositioning","features":[89]},{"name":"KS_SEEKING_PositioningBitsMask","features":[89]},{"name":"KS_SEEKING_RelativePositioning","features":[89]},{"name":"KS_SEEKING_ReturnTime","features":[89]},{"name":"KS_SEEKING_SeekToKeyFrame","features":[89]},{"name":"KS_StreamingHint_CompQuality","features":[89]},{"name":"KS_StreamingHint_CompWindowSize","features":[89]},{"name":"KS_StreamingHint_FrameInterval","features":[89]},{"name":"KS_StreamingHint_KeyFrameRate","features":[89]},{"name":"KS_StreamingHint_PFrameRate","features":[89]},{"name":"KS_TRUECOLORINFO","features":[89]},{"name":"KS_TUNER_STRATEGY","features":[89]},{"name":"KS_TUNER_STRATEGY_DRIVER_TUNES","features":[89]},{"name":"KS_TUNER_STRATEGY_PLL","features":[89]},{"name":"KS_TUNER_STRATEGY_SIGNAL_STRENGTH","features":[89]},{"name":"KS_TUNER_TUNING_COARSE","features":[89]},{"name":"KS_TUNER_TUNING_EXACT","features":[89]},{"name":"KS_TUNER_TUNING_FINE","features":[89]},{"name":"KS_TUNER_TUNING_FLAGS","features":[89]},{"name":"KS_TVAUDIO_MODE_LANG_A","features":[89]},{"name":"KS_TVAUDIO_MODE_LANG_B","features":[89]},{"name":"KS_TVAUDIO_MODE_LANG_C","features":[89]},{"name":"KS_TVAUDIO_MODE_MONO","features":[89]},{"name":"KS_TVAUDIO_MODE_STEREO","features":[89]},{"name":"KS_TVAUDIO_PRESET_LANG_A","features":[89]},{"name":"KS_TVAUDIO_PRESET_LANG_B","features":[89]},{"name":"KS_TVAUDIO_PRESET_LANG_C","features":[89]},{"name":"KS_TVAUDIO_PRESET_STEREO","features":[89]},{"name":"KS_TVTUNER_CHANGE_BEGIN_TUNE","features":[89]},{"name":"KS_TVTUNER_CHANGE_END_TUNE","features":[89]},{"name":"KS_TVTUNER_CHANGE_INFO","features":[89]},{"name":"KS_VBICAP_PROTECTION_MV_DETECTED","features":[89]},{"name":"KS_VBICAP_PROTECTION_MV_HARDWARE","features":[89]},{"name":"KS_VBICAP_PROTECTION_MV_PRESENT","features":[89]},{"name":"KS_VBIDATARATE_CC","features":[89]},{"name":"KS_VBIDATARATE_NABTS","features":[89]},{"name":"KS_VBIINFOHEADER","features":[89]},{"name":"KS_VBI_FLAG_FIELD1","features":[89]},{"name":"KS_VBI_FLAG_FIELD2","features":[89]},{"name":"KS_VBI_FLAG_FRAME","features":[89]},{"name":"KS_VBI_FLAG_MV_DETECTED","features":[89]},{"name":"KS_VBI_FLAG_MV_HARDWARE","features":[89]},{"name":"KS_VBI_FLAG_MV_PRESENT","features":[89]},{"name":"KS_VBI_FLAG_TVTUNER_CHANGE","features":[89]},{"name":"KS_VBI_FLAG_VBIINFOHEADER_CHANGE","features":[89]},{"name":"KS_VBI_FRAME_INFO","features":[89]},{"name":"KS_VIDEODECODER_FLAGS","features":[89]},{"name":"KS_VIDEODECODER_FLAGS_CAN_DISABLE_OUTPUT","features":[89]},{"name":"KS_VIDEODECODER_FLAGS_CAN_INDICATE_LOCKED","features":[89]},{"name":"KS_VIDEODECODER_FLAGS_CAN_USE_VCR_LOCKING","features":[89]},{"name":"KS_VIDEOINFO","features":[1,89]},{"name":"KS_VIDEOINFOHEADER","features":[1,89]},{"name":"KS_VIDEOINFOHEADER2","features":[1,89]},{"name":"KS_VIDEOSTREAM_CAPTURE","features":[89]},{"name":"KS_VIDEOSTREAM_CC","features":[89]},{"name":"KS_VIDEOSTREAM_EDS","features":[89]},{"name":"KS_VIDEOSTREAM_IS_VPE","features":[89]},{"name":"KS_VIDEOSTREAM_NABTS","features":[89]},{"name":"KS_VIDEOSTREAM_PREVIEW","features":[89]},{"name":"KS_VIDEOSTREAM_STILL","features":[89]},{"name":"KS_VIDEOSTREAM_TELETEXT","features":[89]},{"name":"KS_VIDEOSTREAM_VBI","features":[89]},{"name":"KS_VIDEO_ALLOC_VPE_AGP","features":[89]},{"name":"KS_VIDEO_ALLOC_VPE_DISPLAY","features":[89]},{"name":"KS_VIDEO_ALLOC_VPE_SYSTEM","features":[89]},{"name":"KS_VIDEO_FLAG_B_FRAME","features":[89]},{"name":"KS_VIDEO_FLAG_FIELD1","features":[89]},{"name":"KS_VIDEO_FLAG_FIELD1FIRST","features":[89]},{"name":"KS_VIDEO_FLAG_FIELD2","features":[89]},{"name":"KS_VIDEO_FLAG_FIELD_MASK","features":[89]},{"name":"KS_VIDEO_FLAG_FRAME","features":[89]},{"name":"KS_VIDEO_FLAG_IPB_MASK","features":[89]},{"name":"KS_VIDEO_FLAG_I_FRAME","features":[89]},{"name":"KS_VIDEO_FLAG_P_FRAME","features":[89]},{"name":"KS_VIDEO_FLAG_REPEAT_FIELD","features":[89]},{"name":"KS_VIDEO_FLAG_WEAVE","features":[89]},{"name":"KS_VIDEO_STREAM_CONFIG_CAPS","features":[1,89]},{"name":"KS_VideoControlFlag_ExternalTriggerEnable","features":[89]},{"name":"KS_VideoControlFlag_FlipHorizontal","features":[89]},{"name":"KS_VideoControlFlag_FlipVertical","features":[89]},{"name":"KS_VideoControlFlag_IndependentImagePin","features":[89]},{"name":"KS_VideoControlFlag_StartPhotoSequenceCapture","features":[89]},{"name":"KS_VideoControlFlag_StillCapturePreviewFrame","features":[89]},{"name":"KS_VideoControlFlag_StopPhotoSequenceCapture","features":[89]},{"name":"KS_VideoControlFlag_Trigger","features":[89]},{"name":"KS_VideoControlFlags","features":[89]},{"name":"KS_VideoStreamingHints","features":[89]},{"name":"KS_iBLUE","features":[89]},{"name":"KS_iEGA_COLORS","features":[89]},{"name":"KS_iGREEN","features":[89]},{"name":"KS_iMASK_COLORS","features":[89]},{"name":"KS_iMAXBITS","features":[89]},{"name":"KS_iPALETTE","features":[89]},{"name":"KS_iPALETTE_COLORS","features":[89]},{"name":"KS_iRED","features":[89]},{"name":"KS_iTRUECOLOR","features":[89]},{"name":"KsAllocatorMode_Kernel","features":[89]},{"name":"KsAllocatorMode_User","features":[89]},{"name":"KsCreateAllocator","features":[1,89]},{"name":"KsCreateAllocator2","features":[1,89]},{"name":"KsCreateClock","features":[1,89]},{"name":"KsCreateClock2","features":[1,89]},{"name":"KsCreatePin","features":[1,89]},{"name":"KsCreatePin2","features":[1,89]},{"name":"KsCreateTopologyNode","features":[1,89]},{"name":"KsCreateTopologyNode2","features":[1,89]},{"name":"KsGetMediaType","features":[1,89,90]},{"name":"KsGetMediaTypeCount","features":[1,89]},{"name":"KsGetMultiplePinFactoryItems","features":[1,89]},{"name":"KsIoOperation_Read","features":[89]},{"name":"KsIoOperation_Write","features":[89]},{"name":"KsOpenDefaultDevice","features":[1,89]},{"name":"KsPeekOperation_AddRef","features":[89]},{"name":"KsPeekOperation_PeekOnly","features":[89]},{"name":"KsResolveRequiredAttributes","features":[89]},{"name":"KsSynchronousDeviceControl","features":[1,89]},{"name":"LIGHT_FILTER","features":[89]},{"name":"LOOPEDSTREAMING_POSITION_EVENT_DATA","features":[1,89]},{"name":"MAX_NABTS_VBI_LINES_PER_FIELD","features":[89]},{"name":"MAX_RESOURCEGROUPID_LENGTH","features":[89]},{"name":"MAX_SINK_DESCRIPTION_NAME_LENGTH","features":[89]},{"name":"MAX_WST_VBI_LINES_PER_FIELD","features":[89]},{"name":"MEDIUM_INFO","features":[1,89]},{"name":"MF_MDL_SHARED_PAYLOAD_KEY","features":[89]},{"name":"MIN_DEV_VER_FOR_FLAGS","features":[89]},{"name":"MIN_DEV_VER_FOR_QI","features":[89]},{"name":"MetadataId_BackgroundSegmentationMask","features":[89]},{"name":"MetadataId_CameraExtrinsics","features":[89]},{"name":"MetadataId_CameraIntrinsics","features":[89]},{"name":"MetadataId_CaptureStats","features":[89]},{"name":"MetadataId_Custom_Start","features":[89]},{"name":"MetadataId_DigitalWindow","features":[89]},{"name":"MetadataId_FrameIllumination","features":[89]},{"name":"MetadataId_PhotoConfirmation","features":[89]},{"name":"MetadataId_Standard_End","features":[89]},{"name":"MetadataId_Standard_Start","features":[89]},{"name":"MetadataId_UsbVideoHeader","features":[89]},{"name":"NABTSFEC_BUFFER","features":[89]},{"name":"NABTS_BUFFER","features":[89]},{"name":"NABTS_BUFFER_LINE","features":[89]},{"name":"NABTS_BUFFER_PICTURENUMBER_SUPPORT","features":[89]},{"name":"NABTS_BYTES_PER_LINE","features":[89]},{"name":"NABTS_LINES_PER_BUNDLE","features":[89]},{"name":"NABTS_PAYLOAD_PER_LINE","features":[89]},{"name":"NANOSECONDS","features":[89]},{"name":"OPTIMAL_WEIGHT_TOTALS","features":[89]},{"name":"PINNAME_DISPLAYPORT_OUT","features":[89]},{"name":"PINNAME_HDMI_OUT","features":[89]},{"name":"PINNAME_IMAGE","features":[89]},{"name":"PINNAME_SPDIF_IN","features":[89]},{"name":"PINNAME_SPDIF_OUT","features":[89]},{"name":"PINNAME_VIDEO_ANALOGVIDEOIN","features":[89]},{"name":"PINNAME_VIDEO_CAPTURE","features":[89]},{"name":"PINNAME_VIDEO_CC","features":[89]},{"name":"PINNAME_VIDEO_CC_CAPTURE","features":[89]},{"name":"PINNAME_VIDEO_EDS","features":[89]},{"name":"PINNAME_VIDEO_NABTS","features":[89]},{"name":"PINNAME_VIDEO_NABTS_CAPTURE","features":[89]},{"name":"PINNAME_VIDEO_PREVIEW","features":[89]},{"name":"PINNAME_VIDEO_STILL","features":[89]},{"name":"PINNAME_VIDEO_TELETEXT","features":[89]},{"name":"PINNAME_VIDEO_TIMECODE","features":[89]},{"name":"PINNAME_VIDEO_VBI","features":[89]},{"name":"PINNAME_VIDEO_VIDEOPORT","features":[89]},{"name":"PINNAME_VIDEO_VIDEOPORT_VBI","features":[89]},{"name":"PIPE_ALLOCATOR_PLACE","features":[89]},{"name":"PIPE_DIMENSIONS","features":[89]},{"name":"PIPE_STATE","features":[89]},{"name":"PIPE_TERMINATION","features":[89]},{"name":"PROPSETID_ALLOCATOR_CONTROL","features":[89]},{"name":"PROPSETID_EXT_DEVICE","features":[89]},{"name":"PROPSETID_EXT_TRANSPORT","features":[89]},{"name":"PROPSETID_TIMECODE_READER","features":[89]},{"name":"PROPSETID_TUNER","features":[89]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL","features":[89]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_FLASH","features":[89]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_IMAGE_PIN_CAPABILITY","features":[89]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_REGION_OF_INTEREST","features":[89]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_VIDEO_STABILIZATION","features":[89]},{"name":"PROPSETID_VIDCAP_CROSSBAR","features":[89]},{"name":"PROPSETID_VIDCAP_DROPPEDFRAMES","features":[89]},{"name":"PROPSETID_VIDCAP_SELECTOR","features":[89]},{"name":"PROPSETID_VIDCAP_TVAUDIO","features":[89]},{"name":"PROPSETID_VIDCAP_VIDEOCOMPRESSION","features":[89]},{"name":"PROPSETID_VIDCAP_VIDEOCONTROL","features":[89]},{"name":"PROPSETID_VIDCAP_VIDEODECODER","features":[89]},{"name":"PROPSETID_VIDCAP_VIDEOENCODER","features":[89]},{"name":"PROPSETID_VIDCAP_VIDEOPROCAMP","features":[89]},{"name":"PipeFactor_Align","features":[89]},{"name":"PipeFactor_Buffers","features":[89]},{"name":"PipeFactor_FixedCompression","features":[89]},{"name":"PipeFactor_Flags","features":[89]},{"name":"PipeFactor_LogicalEnd","features":[89]},{"name":"PipeFactor_MemoryTypes","features":[89]},{"name":"PipeFactor_None","features":[89]},{"name":"PipeFactor_OptimalRanges","features":[89]},{"name":"PipeFactor_PhysicalEnd","features":[89]},{"name":"PipeFactor_PhysicalRanges","features":[89]},{"name":"PipeFactor_UnknownCompression","features":[89]},{"name":"PipeFactor_UserModeDownstream","features":[89]},{"name":"PipeFactor_UserModeUpstream","features":[89]},{"name":"PipeState_CompressionUnknown","features":[89]},{"name":"PipeState_DontCare","features":[89]},{"name":"PipeState_Finalized","features":[89]},{"name":"PipeState_RangeFixed","features":[89]},{"name":"PipeState_RangeNotFixed","features":[89]},{"name":"Pipe_Allocator_FirstPin","features":[89]},{"name":"Pipe_Allocator_LastPin","features":[89]},{"name":"Pipe_Allocator_MiddlePin","features":[89]},{"name":"Pipe_Allocator_None","features":[89]},{"name":"RT_RCDATA","features":[89]},{"name":"RT_STRING","features":[89]},{"name":"SECURE_BUFFER_INFO","features":[89]},{"name":"SHORT_COEFF","features":[89]},{"name":"SOUNDDETECTOR_PATTERNHEADER","features":[89]},{"name":"SPEAKER_ALL","features":[89]},{"name":"SPEAKER_BACK_CENTER","features":[89]},{"name":"SPEAKER_BACK_LEFT","features":[89]},{"name":"SPEAKER_BACK_RIGHT","features":[89]},{"name":"SPEAKER_FRONT_CENTER","features":[89]},{"name":"SPEAKER_FRONT_LEFT","features":[89]},{"name":"SPEAKER_FRONT_LEFT_OF_CENTER","features":[89]},{"name":"SPEAKER_FRONT_RIGHT","features":[89]},{"name":"SPEAKER_FRONT_RIGHT_OF_CENTER","features":[89]},{"name":"SPEAKER_LOW_FREQUENCY","features":[89]},{"name":"SPEAKER_RESERVED","features":[89]},{"name":"SPEAKER_SIDE_LEFT","features":[89]},{"name":"SPEAKER_SIDE_RIGHT","features":[89]},{"name":"SPEAKER_TOP_BACK_CENTER","features":[89]},{"name":"SPEAKER_TOP_BACK_LEFT","features":[89]},{"name":"SPEAKER_TOP_BACK_RIGHT","features":[89]},{"name":"SPEAKER_TOP_CENTER","features":[89]},{"name":"SPEAKER_TOP_FRONT_CENTER","features":[89]},{"name":"SPEAKER_TOP_FRONT_LEFT","features":[89]},{"name":"SPEAKER_TOP_FRONT_RIGHT","features":[89]},{"name":"SYSAUDIO_FLAGS_CLEAR_PREFERRED","features":[89]},{"name":"SYSAUDIO_FLAGS_DONT_COMBINE_PINS","features":[89]},{"name":"TELEPHONY_CALLCONTROLOP","features":[89]},{"name":"TELEPHONY_CALLCONTROLOP_DISABLE","features":[89]},{"name":"TELEPHONY_CALLCONTROLOP_ENABLE","features":[89]},{"name":"TELEPHONY_CALLSTATE","features":[89]},{"name":"TELEPHONY_CALLSTATE_DISABLED","features":[89]},{"name":"TELEPHONY_CALLSTATE_ENABLED","features":[89]},{"name":"TELEPHONY_CALLSTATE_HOLD","features":[89]},{"name":"TELEPHONY_CALLSTATE_PROVIDERTRANSITION","features":[89]},{"name":"TELEPHONY_CALLTYPE","features":[89]},{"name":"TELEPHONY_CALLTYPE_CIRCUITSWITCHED","features":[89]},{"name":"TELEPHONY_CALLTYPE_PACKETSWITCHED_LTE","features":[89]},{"name":"TELEPHONY_CALLTYPE_PACKETSWITCHED_WLAN","features":[89]},{"name":"TELEPHONY_PROVIDERCHANGEOP","features":[89]},{"name":"TELEPHONY_PROVIDERCHANGEOP_BEGIN","features":[89]},{"name":"TELEPHONY_PROVIDERCHANGEOP_CANCEL","features":[89]},{"name":"TELEPHONY_PROVIDERCHANGEOP_END","features":[89]},{"name":"TRANSPORTAUDIOPARMS","features":[89]},{"name":"TRANSPORTBASICPARMS","features":[89]},{"name":"TRANSPORTSTATUS","features":[89]},{"name":"TRANSPORTVIDEOPARMS","features":[89]},{"name":"TRANSPORT_STATE","features":[89]},{"name":"TUNER_ANALOG_CAPS_S","features":[89]},{"name":"TunerLockType","features":[89]},{"name":"Tuner_LockType_Locked","features":[89]},{"name":"Tuner_LockType_None","features":[89]},{"name":"Tuner_LockType_Within_Scan_Sensing_Range","features":[89]},{"name":"VBICAP_PROPERTIES_PROTECTION_S","features":[89]},{"name":"VBICODECFILTERING_CC_SUBSTREAMS","features":[89]},{"name":"VBICODECFILTERING_NABTS_SUBSTREAMS","features":[89]},{"name":"VBICODECFILTERING_SCANLINES","features":[89]},{"name":"VBICODECFILTERING_STATISTICS_CC","features":[89]},{"name":"VBICODECFILTERING_STATISTICS_CC_PIN","features":[89]},{"name":"VBICODECFILTERING_STATISTICS_COMMON","features":[89]},{"name":"VBICODECFILTERING_STATISTICS_COMMON_PIN","features":[89]},{"name":"VBICODECFILTERING_STATISTICS_NABTS","features":[89]},{"name":"VBICODECFILTERING_STATISTICS_NABTS_PIN","features":[89]},{"name":"VBICODECFILTERING_STATISTICS_TELETEXT","features":[89]},{"name":"VBICODECFILTERING_STATISTICS_TELETEXT_PIN","features":[89]},{"name":"VRAM_SURFACE_INFO","features":[89]},{"name":"VRAM_SURFACE_INFO_PROPERTY_S","features":[89]},{"name":"WAVE_FORMAT_EXTENSIBLE","features":[89]},{"name":"WNF_KSCAMERA_STREAMSTATE_INFO","features":[89]},{"name":"WST_BUFFER","features":[89]},{"name":"WST_BUFFER_LINE","features":[89]},{"name":"WST_BYTES_PER_LINE","features":[89]},{"name":"WST_TVTUNER_CHANGE_BEGIN_TUNE","features":[89]},{"name":"WST_TVTUNER_CHANGE_END_TUNE","features":[89]},{"name":"eConnType3Point5mm","features":[89]},{"name":"eConnTypeAtapiInternal","features":[89]},{"name":"eConnTypeCombination","features":[89]},{"name":"eConnTypeMultichannelAnalogDIN","features":[89]},{"name":"eConnTypeOptical","features":[89]},{"name":"eConnTypeOtherAnalog","features":[89]},{"name":"eConnTypeOtherDigital","features":[89]},{"name":"eConnTypeQuarter","features":[89]},{"name":"eConnTypeRCA","features":[89]},{"name":"eConnTypeRJ11Modem","features":[89]},{"name":"eConnTypeUnknown","features":[89]},{"name":"eConnTypeXlrProfessional","features":[89]},{"name":"eDeviceControlUseMissing","features":[89]},{"name":"eDeviceControlUsePrimary","features":[89]},{"name":"eDeviceControlUseSecondary","features":[89]},{"name":"eGenLocInternal","features":[89]},{"name":"eGenLocOther","features":[89]},{"name":"eGenLocPrimaryBox","features":[89]},{"name":"eGenLocSeparate","features":[89]},{"name":"eGeoLocATAPI","features":[89]},{"name":"eGeoLocBottom","features":[89]},{"name":"eGeoLocDrivebay","features":[89]},{"name":"eGeoLocFront","features":[89]},{"name":"eGeoLocHDMI","features":[89]},{"name":"eGeoLocInsideMobileLid","features":[89]},{"name":"eGeoLocLeft","features":[89]},{"name":"eGeoLocNotApplicable","features":[89]},{"name":"eGeoLocOutsideMobileLid","features":[89]},{"name":"eGeoLocRear","features":[89]},{"name":"eGeoLocRearPanel","features":[89]},{"name":"eGeoLocReserved6","features":[89]},{"name":"eGeoLocRight","features":[89]},{"name":"eGeoLocRiser","features":[89]},{"name":"eGeoLocTop","features":[89]},{"name":"ePortConnBothIntegratedAndJack","features":[89]},{"name":"ePortConnIntegratedDevice","features":[89]},{"name":"ePortConnJack","features":[89]},{"name":"ePortConnUnknown","features":[89]}],"447":[{"name":"ACMDM_BASE","features":[86]},{"name":"ACM_MPEG_COPYRIGHT","features":[86]},{"name":"ACM_MPEG_DUALCHANNEL","features":[86]},{"name":"ACM_MPEG_ID_MPEG1","features":[86]},{"name":"ACM_MPEG_JOINTSTEREO","features":[86]},{"name":"ACM_MPEG_LAYER1","features":[86]},{"name":"ACM_MPEG_LAYER2","features":[86]},{"name":"ACM_MPEG_LAYER3","features":[86]},{"name":"ACM_MPEG_ORIGINALHOME","features":[86]},{"name":"ACM_MPEG_PRIVATEBIT","features":[86]},{"name":"ACM_MPEG_PROTECTIONBIT","features":[86]},{"name":"ACM_MPEG_SINGLECHANNEL","features":[86]},{"name":"ACM_MPEG_STEREO","features":[86]},{"name":"ADPCMCOEFSET","features":[86]},{"name":"ADPCMEWAVEFORMAT","features":[87,86]},{"name":"ADPCMWAVEFORMAT","features":[87,86]},{"name":"APTXWAVEFORMAT","features":[87,86]},{"name":"AUDIOFILE_AF10WAVEFORMAT","features":[87,86]},{"name":"AUDIOFILE_AF36WAVEFORMAT","features":[87,86]},{"name":"AUXDM_GETDEVCAPS","features":[86]},{"name":"AUXDM_GETNUMDEVS","features":[86]},{"name":"AUXDM_GETVOLUME","features":[86]},{"name":"AUXDM_SETVOLUME","features":[86]},{"name":"AUXM_INIT","features":[86]},{"name":"AUXM_INIT_EX","features":[86]},{"name":"AVIBuildFilterA","features":[1,86]},{"name":"AVIBuildFilterW","features":[1,86]},{"name":"AVICOMPRESSF_DATARATE","features":[86]},{"name":"AVICOMPRESSF_INTERLEAVE","features":[86]},{"name":"AVICOMPRESSF_KEYFRAMES","features":[86]},{"name":"AVICOMPRESSF_VALID","features":[86]},{"name":"AVICOMPRESSOPTIONS","features":[86]},{"name":"AVIClearClipboard","features":[86]},{"name":"AVIERR_OK","features":[86]},{"name":"AVIFILECAPS_ALLKEYFRAMES","features":[86]},{"name":"AVIFILECAPS_CANREAD","features":[86]},{"name":"AVIFILECAPS_CANWRITE","features":[86]},{"name":"AVIFILECAPS_NOCOMPRESSION","features":[86]},{"name":"AVIFILEHANDLER_CANACCEPTNONRGB","features":[86]},{"name":"AVIFILEHANDLER_CANREAD","features":[86]},{"name":"AVIFILEHANDLER_CANWRITE","features":[86]},{"name":"AVIFILEINFOA","features":[86]},{"name":"AVIFILEINFOW","features":[86]},{"name":"AVIFILEINFO_COPYRIGHTED","features":[86]},{"name":"AVIFILEINFO_HASINDEX","features":[86]},{"name":"AVIFILEINFO_ISINTERLEAVED","features":[86]},{"name":"AVIFILEINFO_MUSTUSEINDEX","features":[86]},{"name":"AVIFILEINFO_WASCAPTUREFILE","features":[86]},{"name":"AVIFileAddRef","features":[86]},{"name":"AVIFileCreateStreamA","features":[1,86]},{"name":"AVIFileCreateStreamW","features":[1,86]},{"name":"AVIFileEndRecord","features":[86]},{"name":"AVIFileExit","features":[86]},{"name":"AVIFileGetStream","features":[86]},{"name":"AVIFileInfoA","features":[86]},{"name":"AVIFileInfoW","features":[86]},{"name":"AVIFileInit","features":[86]},{"name":"AVIFileOpenA","features":[86]},{"name":"AVIFileOpenW","features":[86]},{"name":"AVIFileReadData","features":[86]},{"name":"AVIFileRelease","features":[86]},{"name":"AVIFileWriteData","features":[86]},{"name":"AVIGETFRAMEF_BESTDISPLAYFMT","features":[86]},{"name":"AVIGetFromClipboard","features":[86]},{"name":"AVIIF_CONTROLFRAME","features":[86]},{"name":"AVIIF_TWOCC","features":[86]},{"name":"AVIMakeCompressedStream","features":[86]},{"name":"AVIMakeFileFromStreams","features":[86]},{"name":"AVIMakeStreamFromClipboard","features":[1,86]},{"name":"AVIPutFileOnClipboard","features":[86]},{"name":"AVISAVECALLBACK","features":[1,86]},{"name":"AVISTREAMINFOA","features":[1,86]},{"name":"AVISTREAMINFOW","features":[1,86]},{"name":"AVISTREAMINFO_DISABLED","features":[86]},{"name":"AVISTREAMINFO_FORMATCHANGES","features":[86]},{"name":"AVISTREAMREAD_CONVENIENT","features":[86]},{"name":"AVISaveA","features":[1,86]},{"name":"AVISaveOptions","features":[1,86]},{"name":"AVISaveOptionsFree","features":[86]},{"name":"AVISaveVA","features":[1,86]},{"name":"AVISaveVW","features":[1,86]},{"name":"AVISaveW","features":[1,86]},{"name":"AVIStreamAddRef","features":[86]},{"name":"AVIStreamBeginStreaming","features":[86]},{"name":"AVIStreamCreate","features":[86]},{"name":"AVIStreamEndStreaming","features":[86]},{"name":"AVIStreamFindSample","features":[86]},{"name":"AVIStreamGetFrame","features":[86]},{"name":"AVIStreamGetFrameClose","features":[86]},{"name":"AVIStreamGetFrameOpen","features":[13,86]},{"name":"AVIStreamInfoA","features":[1,86]},{"name":"AVIStreamInfoW","features":[1,86]},{"name":"AVIStreamLength","features":[86]},{"name":"AVIStreamOpenFromFileA","features":[86]},{"name":"AVIStreamOpenFromFileW","features":[86]},{"name":"AVIStreamRead","features":[86]},{"name":"AVIStreamReadData","features":[86]},{"name":"AVIStreamReadFormat","features":[86]},{"name":"AVIStreamRelease","features":[86]},{"name":"AVIStreamSampleToTime","features":[86]},{"name":"AVIStreamSetFormat","features":[86]},{"name":"AVIStreamStart","features":[86]},{"name":"AVIStreamTimeToSample","features":[86]},{"name":"AVIStreamWrite","features":[86]},{"name":"AVIStreamWriteData","features":[86]},{"name":"AVSTREAMMASTER_AUDIO","features":[86]},{"name":"AVSTREAMMASTER_NONE","features":[86]},{"name":"BI_1632","features":[86]},{"name":"CAPCONTROLCALLBACK","features":[1,86]},{"name":"CAPDRIVERCAPS","features":[1,86]},{"name":"CAPERRORCALLBACKA","features":[1,86]},{"name":"CAPERRORCALLBACKW","features":[1,86]},{"name":"CAPINFOCHUNK","features":[86]},{"name":"CAPSTATUS","features":[1,13,86]},{"name":"CAPSTATUSCALLBACKA","features":[1,86]},{"name":"CAPSTATUSCALLBACKW","features":[1,86]},{"name":"CAPTUREPARMS","features":[1,86]},{"name":"CAPVIDEOCALLBACK","features":[1,86]},{"name":"CAPWAVECALLBACK","features":[1,87,86]},{"name":"CAPYIELDCALLBACK","features":[1,86]},{"name":"CHANNEL_CAPS","features":[86]},{"name":"CLSID_AVIFile","features":[86]},{"name":"CLSID_AVISimpleUnMarshal","features":[86]},{"name":"COMPVARS","features":[13,86]},{"name":"CONTRESCR10WAVEFORMAT","features":[87,86]},{"name":"CONTRESVQLPCWAVEFORMAT","features":[87,86]},{"name":"CONTROLCALLBACK_CAPTURING","features":[86]},{"name":"CONTROLCALLBACK_PREROLL","features":[86]},{"name":"CREATIVEADPCMWAVEFORMAT","features":[87,86]},{"name":"CREATIVEFASTSPEECH10WAVEFORMAT","features":[87,86]},{"name":"CREATIVEFASTSPEECH8WAVEFORMAT","features":[87,86]},{"name":"CRYSTAL_NET_SFM_CODEC","features":[86]},{"name":"CSIMAADPCMWAVEFORMAT","features":[87,86]},{"name":"CloseDriver","features":[1,86]},{"name":"CreateEditableStream","features":[86]},{"name":"DCB_EVENT","features":[86]},{"name":"DCB_FUNCTION","features":[86]},{"name":"DCB_NOSWITCH","features":[86]},{"name":"DCB_NULL","features":[86]},{"name":"DCB_TASK","features":[86]},{"name":"DCB_TYPEMASK","features":[86]},{"name":"DCB_WINDOW","features":[86]},{"name":"DDF_0001","features":[86]},{"name":"DDF_2000","features":[86]},{"name":"DDF_ANIMATE","features":[86]},{"name":"DDF_BACKGROUNDPAL","features":[86]},{"name":"DDF_BUFFER","features":[86]},{"name":"DDF_DONTDRAW","features":[86]},{"name":"DDF_FULLSCREEN","features":[86]},{"name":"DDF_HALFTONE","features":[86]},{"name":"DDF_HURRYUP","features":[86]},{"name":"DDF_JUSTDRAWIT","features":[86]},{"name":"DDF_NOTKEYFRAME","features":[86]},{"name":"DDF_PREROLL","features":[86]},{"name":"DDF_SAME_DIB","features":[86]},{"name":"DDF_SAME_DRAW","features":[86]},{"name":"DDF_SAME_HDC","features":[86]},{"name":"DDF_SAME_SIZE","features":[86]},{"name":"DDF_UPDATE","features":[86]},{"name":"DIALOGICOKIADPCMWAVEFORMAT","features":[87,86]},{"name":"DIGIADPCMWAVEFORMAT","features":[87,86]},{"name":"DIGIFIXWAVEFORMAT","features":[87,86]},{"name":"DIGIREALWAVEFORMAT","features":[87,86]},{"name":"DIGISTDWAVEFORMAT","features":[87,86]},{"name":"DLG_ACMFILTERCHOOSE_ID","features":[86]},{"name":"DLG_ACMFORMATCHOOSE_ID","features":[86]},{"name":"DOLBYAC2WAVEFORMAT","features":[87,86]},{"name":"DRAWDIBTIME","features":[86]},{"name":"DRIVERMSGPROC","features":[86]},{"name":"DRIVERPROC","features":[1,86]},{"name":"DRIVERS_SECTION","features":[86]},{"name":"DRMWAVEFORMAT","features":[87,86]},{"name":"DRVCNF_CANCEL","features":[86]},{"name":"DRVCNF_OK","features":[86]},{"name":"DRVCNF_RESTART","features":[86]},{"name":"DRVCONFIGINFO","features":[86]},{"name":"DRVCONFIGINFOEX","features":[86]},{"name":"DRVM_ADD_THRU","features":[86]},{"name":"DRVM_DISABLE","features":[86]},{"name":"DRVM_ENABLE","features":[86]},{"name":"DRVM_EXIT","features":[86]},{"name":"DRVM_INIT","features":[86]},{"name":"DRVM_INIT_EX","features":[86]},{"name":"DRVM_IOCTL","features":[86]},{"name":"DRVM_IOCTL_CMD_SYSTEM","features":[86]},{"name":"DRVM_IOCTL_CMD_USER","features":[86]},{"name":"DRVM_IOCTL_DATA","features":[86]},{"name":"DRVM_IOCTL_LAST","features":[86]},{"name":"DRVM_MAPPER_CONSOLEVOICECOM_GET","features":[86]},{"name":"DRVM_MAPPER_PREFERRED_FLAGS_PREFERREDONLY","features":[86]},{"name":"DRVM_MAPPER_PREFERRED_GET","features":[86]},{"name":"DRVM_MAPPER_RECONFIGURE","features":[86]},{"name":"DRVM_REMOVE_THRU","features":[86]},{"name":"DRVM_USER","features":[86]},{"name":"DRV_CANCEL","features":[86]},{"name":"DRV_CLOSE","features":[86]},{"name":"DRV_CONFIGURE","features":[86]},{"name":"DRV_DISABLE","features":[86]},{"name":"DRV_ENABLE","features":[86]},{"name":"DRV_EXITSESSION","features":[86]},{"name":"DRV_FREE","features":[86]},{"name":"DRV_INSTALL","features":[86]},{"name":"DRV_LOAD","features":[86]},{"name":"DRV_MCI_FIRST","features":[86]},{"name":"DRV_MCI_LAST","features":[86]},{"name":"DRV_OK","features":[86]},{"name":"DRV_OPEN","features":[86]},{"name":"DRV_PNPINSTALL","features":[86]},{"name":"DRV_POWER","features":[86]},{"name":"DRV_QUERYCONFIGURE","features":[86]},{"name":"DRV_QUERYDEVICEINTERFACE","features":[86]},{"name":"DRV_QUERYDEVICEINTERFACESIZE","features":[86]},{"name":"DRV_QUERYDEVNODE","features":[86]},{"name":"DRV_QUERYFUNCTIONINSTANCEID","features":[86]},{"name":"DRV_QUERYFUNCTIONINSTANCEIDSIZE","features":[86]},{"name":"DRV_QUERYIDFROMSTRINGID","features":[86]},{"name":"DRV_QUERYMAPPABLE","features":[86]},{"name":"DRV_QUERYMODULE","features":[86]},{"name":"DRV_QUERYSTRINGID","features":[86]},{"name":"DRV_QUERYSTRINGIDSIZE","features":[86]},{"name":"DRV_REMOVE","features":[86]},{"name":"DRV_RESERVED","features":[86]},{"name":"DRV_RESTART","features":[86]},{"name":"DRV_USER","features":[86]},{"name":"DVIADPCMWAVEFORMAT","features":[87,86]},{"name":"DVM_CONFIGURE_END","features":[86]},{"name":"DVM_CONFIGURE_START","features":[86]},{"name":"DVM_DST_RECT","features":[86]},{"name":"DVM_FORMAT","features":[86]},{"name":"DVM_PALETTE","features":[86]},{"name":"DVM_PALETTERGB555","features":[86]},{"name":"DVM_SRC_RECT","features":[86]},{"name":"DVM_USER","features":[86]},{"name":"DV_ERR_13","features":[86]},{"name":"DV_ERR_ALLOCATED","features":[86]},{"name":"DV_ERR_BADDEVICEID","features":[86]},{"name":"DV_ERR_BADERRNUM","features":[86]},{"name":"DV_ERR_BADFORMAT","features":[86]},{"name":"DV_ERR_BADINSTALL","features":[86]},{"name":"DV_ERR_BASE","features":[86]},{"name":"DV_ERR_CONFIG1","features":[86]},{"name":"DV_ERR_CONFIG2","features":[86]},{"name":"DV_ERR_CREATEPALETTE","features":[86]},{"name":"DV_ERR_DMA_CONFLICT","features":[86]},{"name":"DV_ERR_FLAGS","features":[86]},{"name":"DV_ERR_INT_CONFLICT","features":[86]},{"name":"DV_ERR_INVALHANDLE","features":[86]},{"name":"DV_ERR_IO_CONFLICT","features":[86]},{"name":"DV_ERR_LASTERROR","features":[86]},{"name":"DV_ERR_MEM_CONFLICT","features":[86]},{"name":"DV_ERR_NOMEM","features":[86]},{"name":"DV_ERR_NONSPECIFIC","features":[86]},{"name":"DV_ERR_NOTDETECTED","features":[86]},{"name":"DV_ERR_NOTSUPPORTED","features":[86]},{"name":"DV_ERR_NO_BUFFERS","features":[86]},{"name":"DV_ERR_OK","features":[86]},{"name":"DV_ERR_PARAM1","features":[86]},{"name":"DV_ERR_PARAM2","features":[86]},{"name":"DV_ERR_PROTECT_ONLY","features":[86]},{"name":"DV_ERR_SIZEFIELD","features":[86]},{"name":"DV_ERR_STILLPLAYING","features":[86]},{"name":"DV_ERR_SYNC","features":[86]},{"name":"DV_ERR_TOOMANYCHANNELS","features":[86]},{"name":"DV_ERR_UNPREPARED","features":[86]},{"name":"DV_ERR_USER_MSG","features":[86]},{"name":"DV_VM_CLOSE","features":[86]},{"name":"DV_VM_DATA","features":[86]},{"name":"DV_VM_ERROR","features":[86]},{"name":"DV_VM_OPEN","features":[86]},{"name":"DefDriverProc","features":[1,86]},{"name":"DrawDibBegin","features":[1,13,86]},{"name":"DrawDibChangePalette","features":[1,13,86]},{"name":"DrawDibClose","features":[1,86]},{"name":"DrawDibDraw","features":[1,13,86]},{"name":"DrawDibEnd","features":[1,86]},{"name":"DrawDibGetBuffer","features":[13,86]},{"name":"DrawDibGetPalette","features":[13,86]},{"name":"DrawDibOpen","features":[86]},{"name":"DrawDibProfileDisplay","features":[1,13,86]},{"name":"DrawDibRealize","features":[1,13,86]},{"name":"DrawDibSetPalette","features":[1,13,86]},{"name":"DrawDibStart","features":[1,86]},{"name":"DrawDibStop","features":[1,86]},{"name":"DrawDibTime","features":[1,86]},{"name":"DriverCallback","features":[1,86]},{"name":"DrvGetModuleHandle","features":[1,86]},{"name":"ECHOSC1WAVEFORMAT","features":[87,86]},{"name":"EXBMINFOHEADER","features":[13,86]},{"name":"EditStreamClone","features":[86]},{"name":"EditStreamCopy","features":[86]},{"name":"EditStreamCut","features":[86]},{"name":"EditStreamPaste","features":[86]},{"name":"EditStreamSetInfoA","features":[1,86]},{"name":"EditStreamSetInfoW","features":[1,86]},{"name":"EditStreamSetNameA","features":[86]},{"name":"EditStreamSetNameW","features":[86]},{"name":"FACILITY_NS","features":[86]},{"name":"FACILITY_NS_WIN32","features":[86]},{"name":"FIND_ANY","features":[86]},{"name":"FIND_DIR","features":[86]},{"name":"FIND_FORMAT","features":[86]},{"name":"FIND_FROM_START","features":[86]},{"name":"FIND_INDEX","features":[86]},{"name":"FIND_KEY","features":[86]},{"name":"FIND_LENGTH","features":[86]},{"name":"FIND_NEXT","features":[86]},{"name":"FIND_OFFSET","features":[86]},{"name":"FIND_POS","features":[86]},{"name":"FIND_PREV","features":[86]},{"name":"FIND_RET","features":[86]},{"name":"FIND_SIZE","features":[86]},{"name":"FIND_TYPE","features":[86]},{"name":"FMTOWNS_SND_WAVEFORMAT","features":[87,86]},{"name":"G721_ADPCMWAVEFORMAT","features":[87,86]},{"name":"G723_ADPCMWAVEFORMAT","features":[87,86]},{"name":"GSM610WAVEFORMAT","features":[87,86]},{"name":"GetDriverModuleHandle","features":[1,86]},{"name":"GetOpenFileNamePreviewA","features":[1,86,91]},{"name":"GetOpenFileNamePreviewW","features":[1,86,91]},{"name":"GetSaveFileNamePreviewA","features":[1,86,91]},{"name":"GetSaveFileNamePreviewW","features":[1,86,91]},{"name":"HDRVR","features":[86]},{"name":"HIC","features":[86]},{"name":"HMMIO","features":[86]},{"name":"HVIDEO","features":[86]},{"name":"IAVIEditStream","features":[86]},{"name":"IAVIFile","features":[86]},{"name":"IAVIPersistFile","features":[86]},{"name":"IAVIStream","features":[86]},{"name":"IAVIStreaming","features":[86]},{"name":"ICCOMPRESS","features":[13,86]},{"name":"ICCOMPRESSFRAMES","features":[1,13,86]},{"name":"ICCOMPRESSFRAMES_PADDING","features":[86]},{"name":"ICCOMPRESS_KEYFRAME","features":[86]},{"name":"ICClose","features":[1,86]},{"name":"ICCompress","features":[13,86]},{"name":"ICCompressorChoose","features":[1,13,86]},{"name":"ICCompressorFree","features":[13,86]},{"name":"ICDECOMPRESS","features":[13,86]},{"name":"ICDECOMPRESSEX","features":[13,86]},{"name":"ICDECOMPRESS_HURRYUP","features":[86]},{"name":"ICDECOMPRESS_NOTKEYFRAME","features":[86]},{"name":"ICDECOMPRESS_NULLFRAME","features":[86]},{"name":"ICDECOMPRESS_PREROLL","features":[86]},{"name":"ICDECOMPRESS_UPDATE","features":[86]},{"name":"ICDRAW","features":[86]},{"name":"ICDRAWBEGIN","features":[1,13,86]},{"name":"ICDRAWSUGGEST","features":[13,86]},{"name":"ICDRAW_ANIMATE","features":[86]},{"name":"ICDRAW_BUFFER","features":[86]},{"name":"ICDRAW_CONTINUE","features":[86]},{"name":"ICDRAW_FULLSCREEN","features":[86]},{"name":"ICDRAW_HDC","features":[86]},{"name":"ICDRAW_HURRYUP","features":[86]},{"name":"ICDRAW_MEMORYDC","features":[86]},{"name":"ICDRAW_NOTKEYFRAME","features":[86]},{"name":"ICDRAW_NULLFRAME","features":[86]},{"name":"ICDRAW_PREROLL","features":[86]},{"name":"ICDRAW_QUERY","features":[86]},{"name":"ICDRAW_RENDER","features":[86]},{"name":"ICDRAW_UPDATE","features":[86]},{"name":"ICDRAW_UPDATING","features":[86]},{"name":"ICDecompress","features":[13,86]},{"name":"ICDraw","features":[86]},{"name":"ICDrawBegin","features":[1,13,86]},{"name":"ICERR_ABORT","features":[86]},{"name":"ICERR_BADBITDEPTH","features":[86]},{"name":"ICERR_BADFLAGS","features":[86]},{"name":"ICERR_BADFORMAT","features":[86]},{"name":"ICERR_BADHANDLE","features":[86]},{"name":"ICERR_BADIMAGESIZE","features":[86]},{"name":"ICERR_BADPARAM","features":[86]},{"name":"ICERR_BADSIZE","features":[86]},{"name":"ICERR_CANTUPDATE","features":[86]},{"name":"ICERR_CUSTOM","features":[86]},{"name":"ICERR_DONTDRAW","features":[86]},{"name":"ICERR_ERROR","features":[86]},{"name":"ICERR_GOTOKEYFRAME","features":[86]},{"name":"ICERR_INTERNAL","features":[86]},{"name":"ICERR_MEMORY","features":[86]},{"name":"ICERR_NEWPALETTE","features":[86]},{"name":"ICERR_OK","features":[86]},{"name":"ICERR_STOPDRAWING","features":[86]},{"name":"ICERR_UNSUPPORTED","features":[86]},{"name":"ICGetDisplayFormat","features":[13,86]},{"name":"ICGetInfo","features":[1,86]},{"name":"ICINFO","features":[86]},{"name":"ICINSTALL_DRIVER","features":[86]},{"name":"ICINSTALL_DRIVERW","features":[86]},{"name":"ICINSTALL_FUNCTION","features":[86]},{"name":"ICINSTALL_HDRV","features":[86]},{"name":"ICINSTALL_UNICODE","features":[86]},{"name":"ICImageCompress","features":[1,13,86]},{"name":"ICImageDecompress","features":[1,13,86]},{"name":"ICInfo","features":[1,86]},{"name":"ICInstall","features":[1,86]},{"name":"ICLocate","features":[13,86]},{"name":"ICMF_ABOUT_QUERY","features":[86]},{"name":"ICMF_CHOOSE_ALLCOMPRESSORS","features":[86]},{"name":"ICMF_CHOOSE_DATARATE","features":[86]},{"name":"ICMF_CHOOSE_KEYFRAME","features":[86]},{"name":"ICMF_CHOOSE_PREVIEW","features":[86]},{"name":"ICMF_COMPVARS_VALID","features":[86]},{"name":"ICMF_CONFIGURE_QUERY","features":[86]},{"name":"ICMODE_COMPRESS","features":[86]},{"name":"ICMODE_DECOMPRESS","features":[86]},{"name":"ICMODE_DRAW","features":[86]},{"name":"ICMODE_FASTCOMPRESS","features":[86]},{"name":"ICMODE_FASTDECOMPRESS","features":[86]},{"name":"ICMODE_INTERNALF_FUNCTION32","features":[86]},{"name":"ICMODE_INTERNALF_MASK","features":[86]},{"name":"ICMODE_QUERY","features":[86]},{"name":"ICM_ABOUT","features":[86]},{"name":"ICM_COMPRESS","features":[86]},{"name":"ICM_COMPRESS_BEGIN","features":[86]},{"name":"ICM_COMPRESS_END","features":[86]},{"name":"ICM_COMPRESS_FRAMES","features":[86]},{"name":"ICM_COMPRESS_FRAMES_INFO","features":[86]},{"name":"ICM_COMPRESS_GET_FORMAT","features":[86]},{"name":"ICM_COMPRESS_GET_SIZE","features":[86]},{"name":"ICM_COMPRESS_QUERY","features":[86]},{"name":"ICM_CONFIGURE","features":[86]},{"name":"ICM_DECOMPRESS","features":[86]},{"name":"ICM_DECOMPRESSEX","features":[86]},{"name":"ICM_DECOMPRESSEX_BEGIN","features":[86]},{"name":"ICM_DECOMPRESSEX_END","features":[86]},{"name":"ICM_DECOMPRESSEX_QUERY","features":[86]},{"name":"ICM_DECOMPRESS_BEGIN","features":[86]},{"name":"ICM_DECOMPRESS_END","features":[86]},{"name":"ICM_DECOMPRESS_GET_FORMAT","features":[86]},{"name":"ICM_DECOMPRESS_GET_PALETTE","features":[86]},{"name":"ICM_DECOMPRESS_QUERY","features":[86]},{"name":"ICM_DECOMPRESS_SET_PALETTE","features":[86]},{"name":"ICM_DRAW","features":[86]},{"name":"ICM_DRAW_BEGIN","features":[86]},{"name":"ICM_DRAW_BITS","features":[86]},{"name":"ICM_DRAW_CHANGEPALETTE","features":[86]},{"name":"ICM_DRAW_END","features":[86]},{"name":"ICM_DRAW_FLUSH","features":[86]},{"name":"ICM_DRAW_GETTIME","features":[86]},{"name":"ICM_DRAW_GET_PALETTE","features":[86]},{"name":"ICM_DRAW_IDLE","features":[86]},{"name":"ICM_DRAW_QUERY","features":[86]},{"name":"ICM_DRAW_REALIZE","features":[86]},{"name":"ICM_DRAW_RENDERBUFFER","features":[86]},{"name":"ICM_DRAW_SETTIME","features":[86]},{"name":"ICM_DRAW_START","features":[86]},{"name":"ICM_DRAW_START_PLAY","features":[86]},{"name":"ICM_DRAW_STOP","features":[86]},{"name":"ICM_DRAW_STOP_PLAY","features":[86]},{"name":"ICM_DRAW_SUGGESTFORMAT","features":[86]},{"name":"ICM_DRAW_UPDATE","features":[86]},{"name":"ICM_DRAW_WINDOW","features":[86]},{"name":"ICM_ENUMFORMATS","features":[86]},{"name":"ICM_GET","features":[86]},{"name":"ICM_GETBUFFERSWANTED","features":[86]},{"name":"ICM_GETDEFAULTKEYFRAMERATE","features":[86]},{"name":"ICM_GETDEFAULTQUALITY","features":[86]},{"name":"ICM_GETERRORTEXT","features":[86]},{"name":"ICM_GETFORMATNAME","features":[86]},{"name":"ICM_GETINFO","features":[86]},{"name":"ICM_GETQUALITY","features":[86]},{"name":"ICM_GETSTATE","features":[86]},{"name":"ICM_RESERVED","features":[86]},{"name":"ICM_RESERVED_HIGH","features":[86]},{"name":"ICM_RESERVED_LOW","features":[86]},{"name":"ICM_SET","features":[86]},{"name":"ICM_SETQUALITY","features":[86]},{"name":"ICM_SETSTATE","features":[86]},{"name":"ICM_SET_STATUS_PROC","features":[86]},{"name":"ICM_USER","features":[86]},{"name":"ICOPEN","features":[1,86]},{"name":"ICOpen","features":[86]},{"name":"ICOpenFunction","features":[1,86]},{"name":"ICPALETTE","features":[13,86]},{"name":"ICQUALITY_DEFAULT","features":[86]},{"name":"ICQUALITY_HIGH","features":[86]},{"name":"ICQUALITY_LOW","features":[86]},{"name":"ICRemove","features":[1,86]},{"name":"ICSETSTATUSPROC","features":[1,86]},{"name":"ICSTATUS_END","features":[86]},{"name":"ICSTATUS_ERROR","features":[86]},{"name":"ICSTATUS_START","features":[86]},{"name":"ICSTATUS_STATUS","features":[86]},{"name":"ICSTATUS_YIELD","features":[86]},{"name":"ICSendMessage","features":[1,86]},{"name":"ICSeqCompressFrame","features":[1,13,86]},{"name":"ICSeqCompressFrameEnd","features":[13,86]},{"name":"ICSeqCompressFrameStart","features":[1,13,86]},{"name":"ICVERSION","features":[86]},{"name":"IDD_ACMFILTERCHOOSE_BTN_DELNAME","features":[86]},{"name":"IDD_ACMFILTERCHOOSE_BTN_HELP","features":[86]},{"name":"IDD_ACMFILTERCHOOSE_BTN_SETNAME","features":[86]},{"name":"IDD_ACMFILTERCHOOSE_CMB_CUSTOM","features":[86]},{"name":"IDD_ACMFILTERCHOOSE_CMB_FILTER","features":[86]},{"name":"IDD_ACMFILTERCHOOSE_CMB_FILTERTAG","features":[86]},{"name":"IDD_ACMFORMATCHOOSE_BTN_DELNAME","features":[86]},{"name":"IDD_ACMFORMATCHOOSE_BTN_HELP","features":[86]},{"name":"IDD_ACMFORMATCHOOSE_BTN_SETNAME","features":[86]},{"name":"IDD_ACMFORMATCHOOSE_CMB_CUSTOM","features":[86]},{"name":"IDD_ACMFORMATCHOOSE_CMB_FORMAT","features":[86]},{"name":"IDD_ACMFORMATCHOOSE_CMB_FORMATTAG","features":[86]},{"name":"IDS_CAP_AUDIO_DROP_COMPERROR","features":[86]},{"name":"IDS_CAP_AUDIO_DROP_ERROR","features":[86]},{"name":"IDS_CAP_AVI_DRAWDIB_ERROR","features":[86]},{"name":"IDS_CAP_AVI_INIT_ERROR","features":[86]},{"name":"IDS_CAP_BEGIN","features":[86]},{"name":"IDS_CAP_CANTOPEN","features":[86]},{"name":"IDS_CAP_COMPRESSOR_ERROR","features":[86]},{"name":"IDS_CAP_DEFAVIEXT","features":[86]},{"name":"IDS_CAP_DEFPALEXT","features":[86]},{"name":"IDS_CAP_DRIVER_ERROR","features":[86]},{"name":"IDS_CAP_END","features":[86]},{"name":"IDS_CAP_ERRORDIBSAVE","features":[86]},{"name":"IDS_CAP_ERRORPALOPEN","features":[86]},{"name":"IDS_CAP_ERRORPALSAVE","features":[86]},{"name":"IDS_CAP_FILEEXISTS","features":[86]},{"name":"IDS_CAP_FILE_OPEN_ERROR","features":[86]},{"name":"IDS_CAP_FILE_WRITE_ERROR","features":[86]},{"name":"IDS_CAP_INFO","features":[86]},{"name":"IDS_CAP_MCI_CANT_STEP_ERROR","features":[86]},{"name":"IDS_CAP_MCI_CONTROL_ERROR","features":[86]},{"name":"IDS_CAP_NODISKSPACE","features":[86]},{"name":"IDS_CAP_NO_AUDIO_CAP_ERROR","features":[86]},{"name":"IDS_CAP_NO_FRAME_CAP_ERROR","features":[86]},{"name":"IDS_CAP_NO_PALETTE_WARN","features":[86]},{"name":"IDS_CAP_OUTOFMEM","features":[86]},{"name":"IDS_CAP_READONLYFILE","features":[86]},{"name":"IDS_CAP_RECORDING_ERROR","features":[86]},{"name":"IDS_CAP_RECORDING_ERROR2","features":[86]},{"name":"IDS_CAP_SAVEASPERCENT","features":[86]},{"name":"IDS_CAP_SEQ_MSGSTART","features":[86]},{"name":"IDS_CAP_SEQ_MSGSTOP","features":[86]},{"name":"IDS_CAP_SETFILESIZE","features":[86]},{"name":"IDS_CAP_STAT_CAP_AUDIO","features":[86]},{"name":"IDS_CAP_STAT_CAP_FINI","features":[86]},{"name":"IDS_CAP_STAT_CAP_INIT","features":[86]},{"name":"IDS_CAP_STAT_CAP_L_FRAMES","features":[86]},{"name":"IDS_CAP_STAT_FRAMESDROPPED","features":[86]},{"name":"IDS_CAP_STAT_I_FRAMES","features":[86]},{"name":"IDS_CAP_STAT_LIVE_MODE","features":[86]},{"name":"IDS_CAP_STAT_L_FRAMES","features":[86]},{"name":"IDS_CAP_STAT_OPTPAL_BUILD","features":[86]},{"name":"IDS_CAP_STAT_OVERLAY_MODE","features":[86]},{"name":"IDS_CAP_STAT_PALETTE_BUILD","features":[86]},{"name":"IDS_CAP_STAT_VIDEOAUDIO","features":[86]},{"name":"IDS_CAP_STAT_VIDEOCURRENT","features":[86]},{"name":"IDS_CAP_STAT_VIDEOONLY","features":[86]},{"name":"IDS_CAP_VIDEDITERR","features":[86]},{"name":"IDS_CAP_VIDEO_ADD_ERROR","features":[86]},{"name":"IDS_CAP_VIDEO_ALLOC_ERROR","features":[86]},{"name":"IDS_CAP_VIDEO_OPEN_ERROR","features":[86]},{"name":"IDS_CAP_VIDEO_PREPARE_ERROR","features":[86]},{"name":"IDS_CAP_VIDEO_SIZE_ERROR","features":[86]},{"name":"IDS_CAP_WAVE_ADD_ERROR","features":[86]},{"name":"IDS_CAP_WAVE_ALLOC_ERROR","features":[86]},{"name":"IDS_CAP_WAVE_OPEN_ERROR","features":[86]},{"name":"IDS_CAP_WAVE_PREPARE_ERROR","features":[86]},{"name":"IDS_CAP_WAVE_SIZE_ERROR","features":[86]},{"name":"IDS_CAP_WRITEERROR","features":[86]},{"name":"IGetFrame","features":[86]},{"name":"IMAADPCMWAVEFORMAT","features":[87,86]},{"name":"JDD_CONFIGCHANGED","features":[86]},{"name":"JDD_GETDEVCAPS","features":[86]},{"name":"JDD_GETNUMDEVS","features":[86]},{"name":"JDD_GETPOS","features":[86]},{"name":"JDD_GETPOSEX","features":[86]},{"name":"JDD_SETCALIBRATION","features":[86]},{"name":"JIFMK_00","features":[86]},{"name":"JIFMK_APP0","features":[86]},{"name":"JIFMK_APP1","features":[86]},{"name":"JIFMK_APP2","features":[86]},{"name":"JIFMK_APP3","features":[86]},{"name":"JIFMK_APP4","features":[86]},{"name":"JIFMK_APP5","features":[86]},{"name":"JIFMK_APP6","features":[86]},{"name":"JIFMK_APP7","features":[86]},{"name":"JIFMK_COM","features":[86]},{"name":"JIFMK_DAC","features":[86]},{"name":"JIFMK_DHP","features":[86]},{"name":"JIFMK_DHT","features":[86]},{"name":"JIFMK_DNL","features":[86]},{"name":"JIFMK_DQT","features":[86]},{"name":"JIFMK_DRI","features":[86]},{"name":"JIFMK_EOI","features":[86]},{"name":"JIFMK_EXP","features":[86]},{"name":"JIFMK_FF","features":[86]},{"name":"JIFMK_JPG","features":[86]},{"name":"JIFMK_JPG0","features":[86]},{"name":"JIFMK_JPG1","features":[86]},{"name":"JIFMK_JPG10","features":[86]},{"name":"JIFMK_JPG11","features":[86]},{"name":"JIFMK_JPG12","features":[86]},{"name":"JIFMK_JPG13","features":[86]},{"name":"JIFMK_JPG2","features":[86]},{"name":"JIFMK_JPG3","features":[86]},{"name":"JIFMK_JPG4","features":[86]},{"name":"JIFMK_JPG5","features":[86]},{"name":"JIFMK_JPG6","features":[86]},{"name":"JIFMK_JPG7","features":[86]},{"name":"JIFMK_JPG8","features":[86]},{"name":"JIFMK_JPG9","features":[86]},{"name":"JIFMK_RES","features":[86]},{"name":"JIFMK_RST0","features":[86]},{"name":"JIFMK_RST1","features":[86]},{"name":"JIFMK_RST2","features":[86]},{"name":"JIFMK_RST3","features":[86]},{"name":"JIFMK_RST4","features":[86]},{"name":"JIFMK_RST5","features":[86]},{"name":"JIFMK_RST6","features":[86]},{"name":"JIFMK_RST7","features":[86]},{"name":"JIFMK_SOF0","features":[86]},{"name":"JIFMK_SOF1","features":[86]},{"name":"JIFMK_SOF10","features":[86]},{"name":"JIFMK_SOF11","features":[86]},{"name":"JIFMK_SOF13","features":[86]},{"name":"JIFMK_SOF14","features":[86]},{"name":"JIFMK_SOF15","features":[86]},{"name":"JIFMK_SOF2","features":[86]},{"name":"JIFMK_SOF3","features":[86]},{"name":"JIFMK_SOF5","features":[86]},{"name":"JIFMK_SOF6","features":[86]},{"name":"JIFMK_SOF7","features":[86]},{"name":"JIFMK_SOF9","features":[86]},{"name":"JIFMK_SOI","features":[86]},{"name":"JIFMK_SOS","features":[86]},{"name":"JIFMK_TEM","features":[86]},{"name":"JOYCAPS2A","features":[86]},{"name":"JOYCAPS2W","features":[86]},{"name":"JOYCAPSA","features":[86]},{"name":"JOYCAPSW","features":[86]},{"name":"JOYCAPS_HASPOV","features":[86]},{"name":"JOYCAPS_HASR","features":[86]},{"name":"JOYCAPS_HASU","features":[86]},{"name":"JOYCAPS_HASV","features":[86]},{"name":"JOYCAPS_HASZ","features":[86]},{"name":"JOYCAPS_POV4DIR","features":[86]},{"name":"JOYCAPS_POVCTS","features":[86]},{"name":"JOYERR_NOCANDO","features":[86]},{"name":"JOYERR_NOERROR","features":[86]},{"name":"JOYERR_PARMS","features":[86]},{"name":"JOYERR_UNPLUGGED","features":[86]},{"name":"JOYINFO","features":[86]},{"name":"JOYINFOEX","features":[86]},{"name":"JOYSTICKID1","features":[86]},{"name":"JOYSTICKID2","features":[86]},{"name":"JOY_BUTTON1","features":[86]},{"name":"JOY_BUTTON10","features":[86]},{"name":"JOY_BUTTON11","features":[86]},{"name":"JOY_BUTTON12","features":[86]},{"name":"JOY_BUTTON13","features":[86]},{"name":"JOY_BUTTON14","features":[86]},{"name":"JOY_BUTTON15","features":[86]},{"name":"JOY_BUTTON16","features":[86]},{"name":"JOY_BUTTON17","features":[86]},{"name":"JOY_BUTTON18","features":[86]},{"name":"JOY_BUTTON19","features":[86]},{"name":"JOY_BUTTON1CHG","features":[86]},{"name":"JOY_BUTTON2","features":[86]},{"name":"JOY_BUTTON20","features":[86]},{"name":"JOY_BUTTON21","features":[86]},{"name":"JOY_BUTTON22","features":[86]},{"name":"JOY_BUTTON23","features":[86]},{"name":"JOY_BUTTON24","features":[86]},{"name":"JOY_BUTTON25","features":[86]},{"name":"JOY_BUTTON26","features":[86]},{"name":"JOY_BUTTON27","features":[86]},{"name":"JOY_BUTTON28","features":[86]},{"name":"JOY_BUTTON29","features":[86]},{"name":"JOY_BUTTON2CHG","features":[86]},{"name":"JOY_BUTTON3","features":[86]},{"name":"JOY_BUTTON30","features":[86]},{"name":"JOY_BUTTON31","features":[86]},{"name":"JOY_BUTTON32","features":[86]},{"name":"JOY_BUTTON3CHG","features":[86]},{"name":"JOY_BUTTON4","features":[86]},{"name":"JOY_BUTTON4CHG","features":[86]},{"name":"JOY_BUTTON5","features":[86]},{"name":"JOY_BUTTON6","features":[86]},{"name":"JOY_BUTTON7","features":[86]},{"name":"JOY_BUTTON8","features":[86]},{"name":"JOY_BUTTON9","features":[86]},{"name":"JOY_CAL_READ3","features":[86]},{"name":"JOY_CAL_READ4","features":[86]},{"name":"JOY_CAL_READ5","features":[86]},{"name":"JOY_CAL_READ6","features":[86]},{"name":"JOY_CAL_READALWAYS","features":[86]},{"name":"JOY_CAL_READRONLY","features":[86]},{"name":"JOY_CAL_READUONLY","features":[86]},{"name":"JOY_CAL_READVONLY","features":[86]},{"name":"JOY_CAL_READXONLY","features":[86]},{"name":"JOY_CAL_READXYONLY","features":[86]},{"name":"JOY_CAL_READYONLY","features":[86]},{"name":"JOY_CAL_READZONLY","features":[86]},{"name":"JOY_CONFIGCHANGED_MSGSTRING","features":[86]},{"name":"JOY_POVBACKWARD","features":[86]},{"name":"JOY_POVFORWARD","features":[86]},{"name":"JOY_POVLEFT","features":[86]},{"name":"JOY_POVRIGHT","features":[86]},{"name":"JOY_RETURNBUTTONS","features":[86]},{"name":"JOY_RETURNCENTERED","features":[86]},{"name":"JOY_RETURNPOV","features":[86]},{"name":"JOY_RETURNPOVCTS","features":[86]},{"name":"JOY_RETURNR","features":[86]},{"name":"JOY_RETURNRAWDATA","features":[86]},{"name":"JOY_RETURNU","features":[86]},{"name":"JOY_RETURNV","features":[86]},{"name":"JOY_RETURNX","features":[86]},{"name":"JOY_RETURNY","features":[86]},{"name":"JOY_RETURNZ","features":[86]},{"name":"JOY_USEDEADZONE","features":[86]},{"name":"JPEGINFOHEADER","features":[86]},{"name":"JPEG_PROCESS_BASELINE","features":[86]},{"name":"JPEG_RGB","features":[86]},{"name":"JPEG_Y","features":[86]},{"name":"JPEG_YCbCr","features":[86]},{"name":"KSDATAFORMAT_SUBTYPE_IEEE_FLOAT","features":[86]},{"name":"LPFNEXTDEVIO","features":[1,86,7]},{"name":"LPMMIOPROC","features":[1,86]},{"name":"LPTASKCALLBACK","features":[86]},{"name":"MCIERR_AVI_AUDIOERROR","features":[86]},{"name":"MCIERR_AVI_BADPALETTE","features":[86]},{"name":"MCIERR_AVI_CANTPLAYFULLSCREEN","features":[86]},{"name":"MCIERR_AVI_DISPLAYERROR","features":[86]},{"name":"MCIERR_AVI_NOCOMPRESSOR","features":[86]},{"name":"MCIERR_AVI_NODISPDIB","features":[86]},{"name":"MCIERR_AVI_NOTINTERLEAVED","features":[86]},{"name":"MCIERR_AVI_OLDAVIFORMAT","features":[86]},{"name":"MCIERR_AVI_TOOBIGFORVGA","features":[86]},{"name":"MCIERR_BAD_CONSTANT","features":[86]},{"name":"MCIERR_BAD_INTEGER","features":[86]},{"name":"MCIERR_BAD_TIME_FORMAT","features":[86]},{"name":"MCIERR_CANNOT_LOAD_DRIVER","features":[86]},{"name":"MCIERR_CANNOT_USE_ALL","features":[86]},{"name":"MCIERR_CREATEWINDOW","features":[86]},{"name":"MCIERR_CUSTOM_DRIVER_BASE","features":[86]},{"name":"MCIERR_DEVICE_LENGTH","features":[86]},{"name":"MCIERR_DEVICE_LOCKED","features":[86]},{"name":"MCIERR_DEVICE_NOT_INSTALLED","features":[86]},{"name":"MCIERR_DEVICE_NOT_READY","features":[86]},{"name":"MCIERR_DEVICE_OPEN","features":[86]},{"name":"MCIERR_DEVICE_ORD_LENGTH","features":[86]},{"name":"MCIERR_DEVICE_TYPE_REQUIRED","features":[86]},{"name":"MCIERR_DGV_BAD_CLIPBOARD_RANGE","features":[86]},{"name":"MCIERR_DGV_DEVICE_LIMIT","features":[86]},{"name":"MCIERR_DGV_DEVICE_MEMORY_FULL","features":[86]},{"name":"MCIERR_DGV_DISK_FULL","features":[86]},{"name":"MCIERR_DGV_IOERR","features":[86]},{"name":"MCIERR_DGV_WORKSPACE_EMPTY","features":[86]},{"name":"MCIERR_DRIVER","features":[86]},{"name":"MCIERR_DRIVER_INTERNAL","features":[86]},{"name":"MCIERR_DUPLICATE_ALIAS","features":[86]},{"name":"MCIERR_DUPLICATE_FLAGS","features":[86]},{"name":"MCIERR_EXTENSION_NOT_FOUND","features":[86]},{"name":"MCIERR_EXTRA_CHARACTERS","features":[86]},{"name":"MCIERR_FILENAME_REQUIRED","features":[86]},{"name":"MCIERR_FILE_NOT_FOUND","features":[86]},{"name":"MCIERR_FILE_NOT_SAVED","features":[86]},{"name":"MCIERR_FILE_READ","features":[86]},{"name":"MCIERR_FILE_WRITE","features":[86]},{"name":"MCIERR_FLAGS_NOT_COMPATIBLE","features":[86]},{"name":"MCIERR_GET_CD","features":[86]},{"name":"MCIERR_HARDWARE","features":[86]},{"name":"MCIERR_ILLEGAL_FOR_AUTO_OPEN","features":[86]},{"name":"MCIERR_INTERNAL","features":[86]},{"name":"MCIERR_INVALID_DEVICE_ID","features":[86]},{"name":"MCIERR_INVALID_DEVICE_NAME","features":[86]},{"name":"MCIERR_INVALID_FILE","features":[86]},{"name":"MCIERR_MISSING_COMMAND_STRING","features":[86]},{"name":"MCIERR_MISSING_DEVICE_NAME","features":[86]},{"name":"MCIERR_MISSING_PARAMETER","features":[86]},{"name":"MCIERR_MISSING_STRING_ARGUMENT","features":[86]},{"name":"MCIERR_MULTIPLE","features":[86]},{"name":"MCIERR_MUST_USE_SHAREABLE","features":[86]},{"name":"MCIERR_NEW_REQUIRES_ALIAS","features":[86]},{"name":"MCIERR_NONAPPLICABLE_FUNCTION","features":[86]},{"name":"MCIERR_NOTIFY_ON_AUTO_OPEN","features":[86]},{"name":"MCIERR_NO_CLOSING_QUOTE","features":[86]},{"name":"MCIERR_NO_ELEMENT_ALLOWED","features":[86]},{"name":"MCIERR_NO_IDENTITY","features":[86]},{"name":"MCIERR_NO_INTEGER","features":[86]},{"name":"MCIERR_NO_WINDOW","features":[86]},{"name":"MCIERR_NULL_PARAMETER_BLOCK","features":[86]},{"name":"MCIERR_OUTOFRANGE","features":[86]},{"name":"MCIERR_OUT_OF_MEMORY","features":[86]},{"name":"MCIERR_PARAM_OVERFLOW","features":[86]},{"name":"MCIERR_PARSER_INTERNAL","features":[86]},{"name":"MCIERR_SEQ_DIV_INCOMPATIBLE","features":[86]},{"name":"MCIERR_SEQ_NOMIDIPRESENT","features":[86]},{"name":"MCIERR_SEQ_PORTUNSPECIFIED","features":[86]},{"name":"MCIERR_SEQ_PORT_INUSE","features":[86]},{"name":"MCIERR_SEQ_PORT_MAPNODEVICE","features":[86]},{"name":"MCIERR_SEQ_PORT_MISCERROR","features":[86]},{"name":"MCIERR_SEQ_PORT_NONEXISTENT","features":[86]},{"name":"MCIERR_SEQ_TIMER","features":[86]},{"name":"MCIERR_SET_CD","features":[86]},{"name":"MCIERR_SET_DRIVE","features":[86]},{"name":"MCIERR_UNNAMED_RESOURCE","features":[86]},{"name":"MCIERR_UNRECOGNIZED_COMMAND","features":[86]},{"name":"MCIERR_UNRECOGNIZED_KEYWORD","features":[86]},{"name":"MCIERR_UNSUPPORTED_FUNCTION","features":[86]},{"name":"MCIERR_WAVE_INPUTSINUSE","features":[86]},{"name":"MCIERR_WAVE_INPUTSUNSUITABLE","features":[86]},{"name":"MCIERR_WAVE_INPUTUNSPECIFIED","features":[86]},{"name":"MCIERR_WAVE_OUTPUTSINUSE","features":[86]},{"name":"MCIERR_WAVE_OUTPUTSUNSUITABLE","features":[86]},{"name":"MCIERR_WAVE_OUTPUTUNSPECIFIED","features":[86]},{"name":"MCIERR_WAVE_SETINPUTINUSE","features":[86]},{"name":"MCIERR_WAVE_SETINPUTUNSUITABLE","features":[86]},{"name":"MCIERR_WAVE_SETOUTPUTINUSE","features":[86]},{"name":"MCIERR_WAVE_SETOUTPUTUNSUITABLE","features":[86]},{"name":"MCIWNDF_NOAUTOSIZEMOVIE","features":[86]},{"name":"MCIWNDF_NOAUTOSIZEWINDOW","features":[86]},{"name":"MCIWNDF_NOERRORDLG","features":[86]},{"name":"MCIWNDF_NOMENU","features":[86]},{"name":"MCIWNDF_NOOPEN","features":[86]},{"name":"MCIWNDF_NOPLAYBAR","features":[86]},{"name":"MCIWNDF_NOTIFYALL","features":[86]},{"name":"MCIWNDF_NOTIFYANSI","features":[86]},{"name":"MCIWNDF_NOTIFYERROR","features":[86]},{"name":"MCIWNDF_NOTIFYMEDIA","features":[86]},{"name":"MCIWNDF_NOTIFYMEDIAA","features":[86]},{"name":"MCIWNDF_NOTIFYMEDIAW","features":[86]},{"name":"MCIWNDF_NOTIFYMODE","features":[86]},{"name":"MCIWNDF_NOTIFYPOS","features":[86]},{"name":"MCIWNDF_NOTIFYSIZE","features":[86]},{"name":"MCIWNDF_RECORD","features":[86]},{"name":"MCIWNDF_SHOWALL","features":[86]},{"name":"MCIWNDF_SHOWMODE","features":[86]},{"name":"MCIWNDF_SHOWNAME","features":[86]},{"name":"MCIWNDF_SHOWPOS","features":[86]},{"name":"MCIWNDM_CAN_CONFIG","features":[86]},{"name":"MCIWNDM_CAN_EJECT","features":[86]},{"name":"MCIWNDM_CAN_PLAY","features":[86]},{"name":"MCIWNDM_CAN_RECORD","features":[86]},{"name":"MCIWNDM_CAN_SAVE","features":[86]},{"name":"MCIWNDM_CAN_WINDOW","features":[86]},{"name":"MCIWNDM_CHANGESTYLES","features":[86]},{"name":"MCIWNDM_EJECT","features":[86]},{"name":"MCIWNDM_GETACTIVETIMER","features":[86]},{"name":"MCIWNDM_GETALIAS","features":[86]},{"name":"MCIWNDM_GETDEVICE","features":[86]},{"name":"MCIWNDM_GETDEVICEA","features":[86]},{"name":"MCIWNDM_GETDEVICEID","features":[86]},{"name":"MCIWNDM_GETDEVICEW","features":[86]},{"name":"MCIWNDM_GETEND","features":[86]},{"name":"MCIWNDM_GETERROR","features":[86]},{"name":"MCIWNDM_GETERRORA","features":[86]},{"name":"MCIWNDM_GETERRORW","features":[86]},{"name":"MCIWNDM_GETFILENAME","features":[86]},{"name":"MCIWNDM_GETFILENAMEA","features":[86]},{"name":"MCIWNDM_GETFILENAMEW","features":[86]},{"name":"MCIWNDM_GETINACTIVETIMER","features":[86]},{"name":"MCIWNDM_GETLENGTH","features":[86]},{"name":"MCIWNDM_GETMODE","features":[86]},{"name":"MCIWNDM_GETMODEA","features":[86]},{"name":"MCIWNDM_GETMODEW","features":[86]},{"name":"MCIWNDM_GETPALETTE","features":[86]},{"name":"MCIWNDM_GETPOSITION","features":[86]},{"name":"MCIWNDM_GETPOSITIONA","features":[86]},{"name":"MCIWNDM_GETPOSITIONW","features":[86]},{"name":"MCIWNDM_GETREPEAT","features":[86]},{"name":"MCIWNDM_GETSPEED","features":[86]},{"name":"MCIWNDM_GETSTART","features":[86]},{"name":"MCIWNDM_GETSTYLES","features":[86]},{"name":"MCIWNDM_GETTIMEFORMAT","features":[86]},{"name":"MCIWNDM_GETTIMEFORMATA","features":[86]},{"name":"MCIWNDM_GETTIMEFORMATW","features":[86]},{"name":"MCIWNDM_GETVOLUME","features":[86]},{"name":"MCIWNDM_GETZOOM","features":[86]},{"name":"MCIWNDM_GET_DEST","features":[86]},{"name":"MCIWNDM_GET_SOURCE","features":[86]},{"name":"MCIWNDM_NEW","features":[86]},{"name":"MCIWNDM_NEWA","features":[86]},{"name":"MCIWNDM_NEWW","features":[86]},{"name":"MCIWNDM_NOTIFYERROR","features":[86]},{"name":"MCIWNDM_NOTIFYMEDIA","features":[86]},{"name":"MCIWNDM_NOTIFYMODE","features":[86]},{"name":"MCIWNDM_NOTIFYPOS","features":[86]},{"name":"MCIWNDM_NOTIFYSIZE","features":[86]},{"name":"MCIWNDM_OPEN","features":[86]},{"name":"MCIWNDM_OPENA","features":[86]},{"name":"MCIWNDM_OPENINTERFACE","features":[86]},{"name":"MCIWNDM_OPENW","features":[86]},{"name":"MCIWNDM_PALETTEKICK","features":[86]},{"name":"MCIWNDM_PLAYFROM","features":[86]},{"name":"MCIWNDM_PLAYREVERSE","features":[86]},{"name":"MCIWNDM_PLAYTO","features":[86]},{"name":"MCIWNDM_PUT_DEST","features":[86]},{"name":"MCIWNDM_PUT_SOURCE","features":[86]},{"name":"MCIWNDM_REALIZE","features":[86]},{"name":"MCIWNDM_RETURNSTRING","features":[86]},{"name":"MCIWNDM_RETURNSTRINGA","features":[86]},{"name":"MCIWNDM_RETURNSTRINGW","features":[86]},{"name":"MCIWNDM_SENDSTRING","features":[86]},{"name":"MCIWNDM_SENDSTRINGA","features":[86]},{"name":"MCIWNDM_SENDSTRINGW","features":[86]},{"name":"MCIWNDM_SETACTIVETIMER","features":[86]},{"name":"MCIWNDM_SETINACTIVETIMER","features":[86]},{"name":"MCIWNDM_SETOWNER","features":[86]},{"name":"MCIWNDM_SETPALETTE","features":[86]},{"name":"MCIWNDM_SETREPEAT","features":[86]},{"name":"MCIWNDM_SETSPEED","features":[86]},{"name":"MCIWNDM_SETTIMEFORMAT","features":[86]},{"name":"MCIWNDM_SETTIMEFORMATA","features":[86]},{"name":"MCIWNDM_SETTIMEFORMATW","features":[86]},{"name":"MCIWNDM_SETTIMERS","features":[86]},{"name":"MCIWNDM_SETVOLUME","features":[86]},{"name":"MCIWNDM_SETZOOM","features":[86]},{"name":"MCIWNDM_VALIDATEMEDIA","features":[86]},{"name":"MCIWNDOPENF_NEW","features":[86]},{"name":"MCIWND_END","features":[86]},{"name":"MCIWND_START","features":[86]},{"name":"MCIWND_WINDOW_CLASS","features":[86]},{"name":"MCIWndCreateA","features":[1,86]},{"name":"MCIWndCreateW","features":[1,86]},{"name":"MCIWndRegisterClass","features":[1,86]},{"name":"MCI_ANIM_GETDEVCAPS_CAN_REVERSE","features":[86]},{"name":"MCI_ANIM_GETDEVCAPS_CAN_STRETCH","features":[86]},{"name":"MCI_ANIM_GETDEVCAPS_FAST_RATE","features":[86]},{"name":"MCI_ANIM_GETDEVCAPS_MAX_WINDOWS","features":[86]},{"name":"MCI_ANIM_GETDEVCAPS_NORMAL_RATE","features":[86]},{"name":"MCI_ANIM_GETDEVCAPS_PALETTES","features":[86]},{"name":"MCI_ANIM_GETDEVCAPS_SLOW_RATE","features":[86]},{"name":"MCI_ANIM_INFO_TEXT","features":[86]},{"name":"MCI_ANIM_OPEN_NOSTATIC","features":[86]},{"name":"MCI_ANIM_OPEN_PARENT","features":[86]},{"name":"MCI_ANIM_OPEN_PARMSA","features":[1,86]},{"name":"MCI_ANIM_OPEN_PARMSW","features":[1,86]},{"name":"MCI_ANIM_OPEN_WS","features":[86]},{"name":"MCI_ANIM_PLAY_FAST","features":[86]},{"name":"MCI_ANIM_PLAY_PARMS","features":[86]},{"name":"MCI_ANIM_PLAY_REVERSE","features":[86]},{"name":"MCI_ANIM_PLAY_SCAN","features":[86]},{"name":"MCI_ANIM_PLAY_SLOW","features":[86]},{"name":"MCI_ANIM_PLAY_SPEED","features":[86]},{"name":"MCI_ANIM_PUT_DESTINATION","features":[86]},{"name":"MCI_ANIM_PUT_SOURCE","features":[86]},{"name":"MCI_ANIM_REALIZE_BKGD","features":[86]},{"name":"MCI_ANIM_REALIZE_NORM","features":[86]},{"name":"MCI_ANIM_RECT","features":[86]},{"name":"MCI_ANIM_RECT_PARMS","features":[1,86]},{"name":"MCI_ANIM_STATUS_FORWARD","features":[86]},{"name":"MCI_ANIM_STATUS_HPAL","features":[86]},{"name":"MCI_ANIM_STATUS_HWND","features":[86]},{"name":"MCI_ANIM_STATUS_SPEED","features":[86]},{"name":"MCI_ANIM_STATUS_STRETCH","features":[86]},{"name":"MCI_ANIM_STEP_FRAMES","features":[86]},{"name":"MCI_ANIM_STEP_PARMS","features":[86]},{"name":"MCI_ANIM_STEP_REVERSE","features":[86]},{"name":"MCI_ANIM_UPDATE_HDC","features":[86]},{"name":"MCI_ANIM_UPDATE_PARMS","features":[1,13,86]},{"name":"MCI_ANIM_WHERE_DESTINATION","features":[86]},{"name":"MCI_ANIM_WHERE_SOURCE","features":[86]},{"name":"MCI_ANIM_WINDOW_DEFAULT","features":[86]},{"name":"MCI_ANIM_WINDOW_DISABLE_STRETCH","features":[86]},{"name":"MCI_ANIM_WINDOW_ENABLE_STRETCH","features":[86]},{"name":"MCI_ANIM_WINDOW_HWND","features":[86]},{"name":"MCI_ANIM_WINDOW_PARMSA","features":[1,86]},{"name":"MCI_ANIM_WINDOW_PARMSW","features":[1,86]},{"name":"MCI_ANIM_WINDOW_STATE","features":[86]},{"name":"MCI_ANIM_WINDOW_TEXT","features":[86]},{"name":"MCI_AVI_SETVIDEO_DRAW_PROCEDURE","features":[86]},{"name":"MCI_AVI_SETVIDEO_PALETTE_COLOR","features":[86]},{"name":"MCI_AVI_SETVIDEO_PALETTE_HALFTONE","features":[86]},{"name":"MCI_AVI_STATUS_AUDIO_BREAKS","features":[86]},{"name":"MCI_AVI_STATUS_FRAMES_SKIPPED","features":[86]},{"name":"MCI_AVI_STATUS_LAST_PLAY_SPEED","features":[86]},{"name":"MCI_BREAK","features":[86]},{"name":"MCI_BREAK_HWND","features":[86]},{"name":"MCI_BREAK_KEY","features":[86]},{"name":"MCI_BREAK_OFF","features":[86]},{"name":"MCI_BREAK_PARMS","features":[1,86]},{"name":"MCI_CAPTURE","features":[86]},{"name":"MCI_CDA_STATUS_TYPE_TRACK","features":[86]},{"name":"MCI_CDA_TRACK_AUDIO","features":[86]},{"name":"MCI_CDA_TRACK_OTHER","features":[86]},{"name":"MCI_CLOSE","features":[86]},{"name":"MCI_CLOSE_DRIVER","features":[86]},{"name":"MCI_COLONIZED3_RETURN","features":[86]},{"name":"MCI_COLONIZED4_RETURN","features":[86]},{"name":"MCI_COMMAND_HEAD","features":[86]},{"name":"MCI_CONFIGURE","features":[86]},{"name":"MCI_CONSTANT","features":[86]},{"name":"MCI_COPY","features":[86]},{"name":"MCI_CUE","features":[86]},{"name":"MCI_CUT","features":[86]},{"name":"MCI_DELETE","features":[86]},{"name":"MCI_DEVTYPE_ANIMATION","features":[86]},{"name":"MCI_DEVTYPE_CD_AUDIO","features":[86]},{"name":"MCI_DEVTYPE_DAT","features":[86]},{"name":"MCI_DEVTYPE_DIGITAL_VIDEO","features":[86]},{"name":"MCI_DEVTYPE_FIRST","features":[86]},{"name":"MCI_DEVTYPE_FIRST_USER","features":[86]},{"name":"MCI_DEVTYPE_LAST","features":[86]},{"name":"MCI_DEVTYPE_OTHER","features":[86]},{"name":"MCI_DEVTYPE_OVERLAY","features":[86]},{"name":"MCI_DEVTYPE_SCANNER","features":[86]},{"name":"MCI_DEVTYPE_SEQUENCER","features":[86]},{"name":"MCI_DEVTYPE_VCR","features":[86]},{"name":"MCI_DEVTYPE_VIDEODISC","features":[86]},{"name":"MCI_DEVTYPE_WAVEFORM_AUDIO","features":[86]},{"name":"MCI_DGV_CAPTURE_AS","features":[86]},{"name":"MCI_DGV_CAPTURE_AT","features":[86]},{"name":"MCI_DGV_CAPTURE_PARMSA","features":[1,86]},{"name":"MCI_DGV_CAPTURE_PARMSW","features":[1,86]},{"name":"MCI_DGV_COPY_AT","features":[86]},{"name":"MCI_DGV_COPY_AUDIO_STREAM","features":[86]},{"name":"MCI_DGV_COPY_PARMS","features":[1,86]},{"name":"MCI_DGV_COPY_VIDEO_STREAM","features":[86]},{"name":"MCI_DGV_CUE_INPUT","features":[86]},{"name":"MCI_DGV_CUE_NOSHOW","features":[86]},{"name":"MCI_DGV_CUE_OUTPUT","features":[86]},{"name":"MCI_DGV_CUE_PARMS","features":[86]},{"name":"MCI_DGV_CUT_AT","features":[86]},{"name":"MCI_DGV_CUT_AUDIO_STREAM","features":[86]},{"name":"MCI_DGV_CUT_PARMS","features":[1,86]},{"name":"MCI_DGV_CUT_VIDEO_STREAM","features":[86]},{"name":"MCI_DGV_DELETE_AT","features":[86]},{"name":"MCI_DGV_DELETE_AUDIO_STREAM","features":[86]},{"name":"MCI_DGV_DELETE_PARMS","features":[1,86]},{"name":"MCI_DGV_DELETE_VIDEO_STREAM","features":[86]},{"name":"MCI_DGV_FF_AVI","features":[86]},{"name":"MCI_DGV_FF_AVSS","features":[86]},{"name":"MCI_DGV_FF_DIB","features":[86]},{"name":"MCI_DGV_FF_JFIF","features":[86]},{"name":"MCI_DGV_FF_JPEG","features":[86]},{"name":"MCI_DGV_FF_MPEG","features":[86]},{"name":"MCI_DGV_FF_RDIB","features":[86]},{"name":"MCI_DGV_FF_RJPEG","features":[86]},{"name":"MCI_DGV_FILE_MODE_EDITING","features":[86]},{"name":"MCI_DGV_FILE_MODE_EDITING_S","features":[86]},{"name":"MCI_DGV_FILE_MODE_IDLE","features":[86]},{"name":"MCI_DGV_FILE_MODE_IDLE_S","features":[86]},{"name":"MCI_DGV_FILE_MODE_LOADING","features":[86]},{"name":"MCI_DGV_FILE_MODE_LOADING_S","features":[86]},{"name":"MCI_DGV_FILE_MODE_SAVING","features":[86]},{"name":"MCI_DGV_FILE_MODE_SAVING_S","features":[86]},{"name":"MCI_DGV_FILE_S","features":[86]},{"name":"MCI_DGV_FREEZE_AT","features":[86]},{"name":"MCI_DGV_FREEZE_OUTSIDE","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_CAN_FREEZE","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_CAN_LOCK","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_CAN_REVERSE","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_CAN_STRETCH","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_CAN_STR_IN","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_CAN_TEST","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_HAS_STILL","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_MAXIMUM_RATE","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_MAX_WINDOWS","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_MINIMUM_RATE","features":[86]},{"name":"MCI_DGV_GETDEVCAPS_PALETTES","features":[86]},{"name":"MCI_DGV_INFO_AUDIO_ALG","features":[86]},{"name":"MCI_DGV_INFO_AUDIO_QUALITY","features":[86]},{"name":"MCI_DGV_INFO_ITEM","features":[86]},{"name":"MCI_DGV_INFO_PARMSA","features":[86]},{"name":"MCI_DGV_INFO_PARMSW","features":[86]},{"name":"MCI_DGV_INFO_STILL_ALG","features":[86]},{"name":"MCI_DGV_INFO_STILL_QUALITY","features":[86]},{"name":"MCI_DGV_INFO_TEXT","features":[86]},{"name":"MCI_DGV_INFO_USAGE","features":[86]},{"name":"MCI_DGV_INFO_VIDEO_ALG","features":[86]},{"name":"MCI_DGV_INFO_VIDEO_QUALITY","features":[86]},{"name":"MCI_DGV_INPUT_S","features":[86]},{"name":"MCI_DGV_LIST_ALG","features":[86]},{"name":"MCI_DGV_LIST_AUDIO_ALG","features":[86]},{"name":"MCI_DGV_LIST_AUDIO_QUALITY","features":[86]},{"name":"MCI_DGV_LIST_AUDIO_STREAM","features":[86]},{"name":"MCI_DGV_LIST_COUNT","features":[86]},{"name":"MCI_DGV_LIST_ITEM","features":[86]},{"name":"MCI_DGV_LIST_NUMBER","features":[86]},{"name":"MCI_DGV_LIST_PARMSA","features":[86]},{"name":"MCI_DGV_LIST_PARMSW","features":[86]},{"name":"MCI_DGV_LIST_STILL_ALG","features":[86]},{"name":"MCI_DGV_LIST_STILL_QUALITY","features":[86]},{"name":"MCI_DGV_LIST_VIDEO_ALG","features":[86]},{"name":"MCI_DGV_LIST_VIDEO_QUALITY","features":[86]},{"name":"MCI_DGV_LIST_VIDEO_SOURCE","features":[86]},{"name":"MCI_DGV_LIST_VIDEO_STREAM","features":[86]},{"name":"MCI_DGV_METHOD_DIRECT","features":[86]},{"name":"MCI_DGV_METHOD_POST","features":[86]},{"name":"MCI_DGV_METHOD_PRE","features":[86]},{"name":"MCI_DGV_MONITOR_FILE","features":[86]},{"name":"MCI_DGV_MONITOR_INPUT","features":[86]},{"name":"MCI_DGV_MONITOR_METHOD","features":[86]},{"name":"MCI_DGV_MONITOR_PARMS","features":[86]},{"name":"MCI_DGV_MONITOR_SOURCE","features":[86]},{"name":"MCI_DGV_OPEN_16BIT","features":[86]},{"name":"MCI_DGV_OPEN_32BIT","features":[86]},{"name":"MCI_DGV_OPEN_NOSTATIC","features":[86]},{"name":"MCI_DGV_OPEN_PARENT","features":[86]},{"name":"MCI_DGV_OPEN_PARMSA","features":[1,86]},{"name":"MCI_DGV_OPEN_PARMSW","features":[1,86]},{"name":"MCI_DGV_OPEN_WS","features":[86]},{"name":"MCI_DGV_PASTE_AT","features":[86]},{"name":"MCI_DGV_PASTE_AUDIO_STREAM","features":[86]},{"name":"MCI_DGV_PASTE_INSERT","features":[86]},{"name":"MCI_DGV_PASTE_OVERWRITE","features":[86]},{"name":"MCI_DGV_PASTE_PARMS","features":[1,86]},{"name":"MCI_DGV_PASTE_VIDEO_STREAM","features":[86]},{"name":"MCI_DGV_PLAY_REPEAT","features":[86]},{"name":"MCI_DGV_PLAY_REVERSE","features":[86]},{"name":"MCI_DGV_PUT_CLIENT","features":[86]},{"name":"MCI_DGV_PUT_DESTINATION","features":[86]},{"name":"MCI_DGV_PUT_FRAME","features":[86]},{"name":"MCI_DGV_PUT_SOURCE","features":[86]},{"name":"MCI_DGV_PUT_VIDEO","features":[86]},{"name":"MCI_DGV_PUT_WINDOW","features":[86]},{"name":"MCI_DGV_QUALITY_PARMSA","features":[86]},{"name":"MCI_DGV_QUALITY_PARMSW","features":[86]},{"name":"MCI_DGV_REALIZE_BKGD","features":[86]},{"name":"MCI_DGV_REALIZE_NORM","features":[86]},{"name":"MCI_DGV_RECORD_AUDIO_STREAM","features":[86]},{"name":"MCI_DGV_RECORD_HOLD","features":[86]},{"name":"MCI_DGV_RECORD_PARMS","features":[1,86]},{"name":"MCI_DGV_RECORD_VIDEO_STREAM","features":[86]},{"name":"MCI_DGV_RECT","features":[86]},{"name":"MCI_DGV_RECT_PARMS","features":[1,86]},{"name":"MCI_DGV_RESERVE_IN","features":[86]},{"name":"MCI_DGV_RESERVE_PARMSA","features":[86]},{"name":"MCI_DGV_RESERVE_PARMSW","features":[86]},{"name":"MCI_DGV_RESERVE_SIZE","features":[86]},{"name":"MCI_DGV_RESTORE_AT","features":[86]},{"name":"MCI_DGV_RESTORE_FROM","features":[86]},{"name":"MCI_DGV_RESTORE_PARMSA","features":[1,86]},{"name":"MCI_DGV_RESTORE_PARMSW","features":[1,86]},{"name":"MCI_DGV_SAVE_ABORT","features":[86]},{"name":"MCI_DGV_SAVE_KEEPRESERVE","features":[86]},{"name":"MCI_DGV_SAVE_PARMSA","features":[1,86]},{"name":"MCI_DGV_SAVE_PARMSW","features":[1,86]},{"name":"MCI_DGV_SETAUDIO_ALG","features":[86]},{"name":"MCI_DGV_SETAUDIO_AVGBYTESPERSEC","features":[86]},{"name":"MCI_DGV_SETAUDIO_BASS","features":[86]},{"name":"MCI_DGV_SETAUDIO_BITSPERSAMPLE","features":[86]},{"name":"MCI_DGV_SETAUDIO_BLOCKALIGN","features":[86]},{"name":"MCI_DGV_SETAUDIO_CLOCKTIME","features":[86]},{"name":"MCI_DGV_SETAUDIO_INPUT","features":[86]},{"name":"MCI_DGV_SETAUDIO_ITEM","features":[86]},{"name":"MCI_DGV_SETAUDIO_LEFT","features":[86]},{"name":"MCI_DGV_SETAUDIO_OUTPUT","features":[86]},{"name":"MCI_DGV_SETAUDIO_OVER","features":[86]},{"name":"MCI_DGV_SETAUDIO_PARMSA","features":[86]},{"name":"MCI_DGV_SETAUDIO_PARMSW","features":[86]},{"name":"MCI_DGV_SETAUDIO_QUALITY","features":[86]},{"name":"MCI_DGV_SETAUDIO_RECORD","features":[86]},{"name":"MCI_DGV_SETAUDIO_RIGHT","features":[86]},{"name":"MCI_DGV_SETAUDIO_SAMPLESPERSEC","features":[86]},{"name":"MCI_DGV_SETAUDIO_SOURCE","features":[86]},{"name":"MCI_DGV_SETAUDIO_SOURCE_AVERAGE","features":[86]},{"name":"MCI_DGV_SETAUDIO_SOURCE_LEFT","features":[86]},{"name":"MCI_DGV_SETAUDIO_SOURCE_RIGHT","features":[86]},{"name":"MCI_DGV_SETAUDIO_SOURCE_STEREO","features":[86]},{"name":"MCI_DGV_SETAUDIO_SRC_AVERAGE_S","features":[86]},{"name":"MCI_DGV_SETAUDIO_SRC_LEFT_S","features":[86]},{"name":"MCI_DGV_SETAUDIO_SRC_RIGHT_S","features":[86]},{"name":"MCI_DGV_SETAUDIO_SRC_STEREO_S","features":[86]},{"name":"MCI_DGV_SETAUDIO_STREAM","features":[86]},{"name":"MCI_DGV_SETAUDIO_TREBLE","features":[86]},{"name":"MCI_DGV_SETAUDIO_VALUE","features":[86]},{"name":"MCI_DGV_SETAUDIO_VOLUME","features":[86]},{"name":"MCI_DGV_SETVIDEO_ALG","features":[86]},{"name":"MCI_DGV_SETVIDEO_BITSPERPEL","features":[86]},{"name":"MCI_DGV_SETVIDEO_BRIGHTNESS","features":[86]},{"name":"MCI_DGV_SETVIDEO_CLOCKTIME","features":[86]},{"name":"MCI_DGV_SETVIDEO_COLOR","features":[86]},{"name":"MCI_DGV_SETVIDEO_CONTRAST","features":[86]},{"name":"MCI_DGV_SETVIDEO_FRAME_RATE","features":[86]},{"name":"MCI_DGV_SETVIDEO_GAMMA","features":[86]},{"name":"MCI_DGV_SETVIDEO_INPUT","features":[86]},{"name":"MCI_DGV_SETVIDEO_ITEM","features":[86]},{"name":"MCI_DGV_SETVIDEO_KEY_COLOR","features":[86]},{"name":"MCI_DGV_SETVIDEO_KEY_INDEX","features":[86]},{"name":"MCI_DGV_SETVIDEO_OUTPUT","features":[86]},{"name":"MCI_DGV_SETVIDEO_OVER","features":[86]},{"name":"MCI_DGV_SETVIDEO_PALHANDLE","features":[86]},{"name":"MCI_DGV_SETVIDEO_PARMSA","features":[86]},{"name":"MCI_DGV_SETVIDEO_PARMSW","features":[86]},{"name":"MCI_DGV_SETVIDEO_QUALITY","features":[86]},{"name":"MCI_DGV_SETVIDEO_RECORD","features":[86]},{"name":"MCI_DGV_SETVIDEO_SHARPNESS","features":[86]},{"name":"MCI_DGV_SETVIDEO_SOURCE","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_GENERIC","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_GENERIC_S","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_NTSC","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_NTSC_S","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_NUMBER","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_PAL","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_PAL_S","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_RGB","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_RGB_S","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_SECAM","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_SECAM_S","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_SVIDEO","features":[86]},{"name":"MCI_DGV_SETVIDEO_SRC_SVIDEO_S","features":[86]},{"name":"MCI_DGV_SETVIDEO_STILL","features":[86]},{"name":"MCI_DGV_SETVIDEO_STREAM","features":[86]},{"name":"MCI_DGV_SETVIDEO_TINT","features":[86]},{"name":"MCI_DGV_SETVIDEO_VALUE","features":[86]},{"name":"MCI_DGV_SET_FILEFORMAT","features":[86]},{"name":"MCI_DGV_SET_PARMS","features":[86]},{"name":"MCI_DGV_SET_SEEK_EXACTLY","features":[86]},{"name":"MCI_DGV_SET_SPEED","features":[86]},{"name":"MCI_DGV_SET_STILL","features":[86]},{"name":"MCI_DGV_SIGNAL_AT","features":[86]},{"name":"MCI_DGV_SIGNAL_CANCEL","features":[86]},{"name":"MCI_DGV_SIGNAL_EVERY","features":[86]},{"name":"MCI_DGV_SIGNAL_PARMS","features":[86]},{"name":"MCI_DGV_SIGNAL_POSITION","features":[86]},{"name":"MCI_DGV_SIGNAL_USERVAL","features":[86]},{"name":"MCI_DGV_STATUS_AUDIO","features":[86]},{"name":"MCI_DGV_STATUS_AUDIO_INPUT","features":[86]},{"name":"MCI_DGV_STATUS_AUDIO_RECORD","features":[86]},{"name":"MCI_DGV_STATUS_AUDIO_SOURCE","features":[86]},{"name":"MCI_DGV_STATUS_AUDIO_STREAM","features":[86]},{"name":"MCI_DGV_STATUS_AVGBYTESPERSEC","features":[86]},{"name":"MCI_DGV_STATUS_BASS","features":[86]},{"name":"MCI_DGV_STATUS_BITSPERPEL","features":[86]},{"name":"MCI_DGV_STATUS_BITSPERSAMPLE","features":[86]},{"name":"MCI_DGV_STATUS_BLOCKALIGN","features":[86]},{"name":"MCI_DGV_STATUS_BRIGHTNESS","features":[86]},{"name":"MCI_DGV_STATUS_COLOR","features":[86]},{"name":"MCI_DGV_STATUS_CONTRAST","features":[86]},{"name":"MCI_DGV_STATUS_DISKSPACE","features":[86]},{"name":"MCI_DGV_STATUS_FILEFORMAT","features":[86]},{"name":"MCI_DGV_STATUS_FILE_COMPLETION","features":[86]},{"name":"MCI_DGV_STATUS_FILE_MODE","features":[86]},{"name":"MCI_DGV_STATUS_FORWARD","features":[86]},{"name":"MCI_DGV_STATUS_FRAME_RATE","features":[86]},{"name":"MCI_DGV_STATUS_GAMMA","features":[86]},{"name":"MCI_DGV_STATUS_HPAL","features":[86]},{"name":"MCI_DGV_STATUS_HWND","features":[86]},{"name":"MCI_DGV_STATUS_INPUT","features":[86]},{"name":"MCI_DGV_STATUS_KEY_COLOR","features":[86]},{"name":"MCI_DGV_STATUS_KEY_INDEX","features":[86]},{"name":"MCI_DGV_STATUS_LEFT","features":[86]},{"name":"MCI_DGV_STATUS_MONITOR","features":[86]},{"name":"MCI_DGV_STATUS_MONITOR_METHOD","features":[86]},{"name":"MCI_DGV_STATUS_NOMINAL","features":[86]},{"name":"MCI_DGV_STATUS_OUTPUT","features":[86]},{"name":"MCI_DGV_STATUS_PARMSA","features":[86]},{"name":"MCI_DGV_STATUS_PARMSW","features":[86]},{"name":"MCI_DGV_STATUS_PAUSE_MODE","features":[86]},{"name":"MCI_DGV_STATUS_RECORD","features":[86]},{"name":"MCI_DGV_STATUS_REFERENCE","features":[86]},{"name":"MCI_DGV_STATUS_RIGHT","features":[86]},{"name":"MCI_DGV_STATUS_SAMPLESPERSEC","features":[86]},{"name":"MCI_DGV_STATUS_SEEK_EXACTLY","features":[86]},{"name":"MCI_DGV_STATUS_SHARPNESS","features":[86]},{"name":"MCI_DGV_STATUS_SIZE","features":[86]},{"name":"MCI_DGV_STATUS_SMPTE","features":[86]},{"name":"MCI_DGV_STATUS_SPEED","features":[86]},{"name":"MCI_DGV_STATUS_STILL_FILEFORMAT","features":[86]},{"name":"MCI_DGV_STATUS_TINT","features":[86]},{"name":"MCI_DGV_STATUS_TREBLE","features":[86]},{"name":"MCI_DGV_STATUS_UNSAVED","features":[86]},{"name":"MCI_DGV_STATUS_VIDEO","features":[86]},{"name":"MCI_DGV_STATUS_VIDEO_RECORD","features":[86]},{"name":"MCI_DGV_STATUS_VIDEO_SOURCE","features":[86]},{"name":"MCI_DGV_STATUS_VIDEO_SRC_NUM","features":[86]},{"name":"MCI_DGV_STATUS_VIDEO_STREAM","features":[86]},{"name":"MCI_DGV_STATUS_VOLUME","features":[86]},{"name":"MCI_DGV_STATUS_WINDOW_MAXIMIZED","features":[86]},{"name":"MCI_DGV_STATUS_WINDOW_MINIMIZED","features":[86]},{"name":"MCI_DGV_STATUS_WINDOW_VISIBLE","features":[86]},{"name":"MCI_DGV_STEP_FRAMES","features":[86]},{"name":"MCI_DGV_STEP_PARMS","features":[86]},{"name":"MCI_DGV_STEP_REVERSE","features":[86]},{"name":"MCI_DGV_STOP_HOLD","features":[86]},{"name":"MCI_DGV_UPDATE_HDC","features":[86]},{"name":"MCI_DGV_UPDATE_PAINT","features":[86]},{"name":"MCI_DGV_UPDATE_PARMS","features":[1,13,86]},{"name":"MCI_DGV_WHERE_DESTINATION","features":[86]},{"name":"MCI_DGV_WHERE_FRAME","features":[86]},{"name":"MCI_DGV_WHERE_MAX","features":[86]},{"name":"MCI_DGV_WHERE_SOURCE","features":[86]},{"name":"MCI_DGV_WHERE_VIDEO","features":[86]},{"name":"MCI_DGV_WHERE_WINDOW","features":[86]},{"name":"MCI_DGV_WINDOW_DEFAULT","features":[86]},{"name":"MCI_DGV_WINDOW_HWND","features":[86]},{"name":"MCI_DGV_WINDOW_PARMSA","features":[1,86]},{"name":"MCI_DGV_WINDOW_PARMSW","features":[1,86]},{"name":"MCI_DGV_WINDOW_STATE","features":[86]},{"name":"MCI_DGV_WINDOW_TEXT","features":[86]},{"name":"MCI_END_COMMAND","features":[86]},{"name":"MCI_END_COMMAND_LIST","features":[86]},{"name":"MCI_END_CONSTANT","features":[86]},{"name":"MCI_ESCAPE","features":[86]},{"name":"MCI_FALSE","features":[86]},{"name":"MCI_FIRST","features":[86]},{"name":"MCI_FLAG","features":[86]},{"name":"MCI_FORMAT_BYTES","features":[86]},{"name":"MCI_FORMAT_BYTES_S","features":[86]},{"name":"MCI_FORMAT_FRAMES","features":[86]},{"name":"MCI_FORMAT_FRAMES_S","features":[86]},{"name":"MCI_FORMAT_HMS","features":[86]},{"name":"MCI_FORMAT_HMS_S","features":[86]},{"name":"MCI_FORMAT_MILLISECONDS","features":[86]},{"name":"MCI_FORMAT_MILLISECONDS_S","features":[86]},{"name":"MCI_FORMAT_MSF","features":[86]},{"name":"MCI_FORMAT_MSF_S","features":[86]},{"name":"MCI_FORMAT_SAMPLES","features":[86]},{"name":"MCI_FORMAT_SAMPLES_S","features":[86]},{"name":"MCI_FORMAT_SMPTE_24","features":[86]},{"name":"MCI_FORMAT_SMPTE_24_S","features":[86]},{"name":"MCI_FORMAT_SMPTE_25","features":[86]},{"name":"MCI_FORMAT_SMPTE_25_S","features":[86]},{"name":"MCI_FORMAT_SMPTE_30","features":[86]},{"name":"MCI_FORMAT_SMPTE_30DROP","features":[86]},{"name":"MCI_FORMAT_SMPTE_30DROP_S","features":[86]},{"name":"MCI_FORMAT_SMPTE_30_S","features":[86]},{"name":"MCI_FORMAT_TMSF","features":[86]},{"name":"MCI_FORMAT_TMSF_S","features":[86]},{"name":"MCI_FREEZE","features":[86]},{"name":"MCI_FROM","features":[86]},{"name":"MCI_GENERIC_PARMS","features":[86]},{"name":"MCI_GETDEVCAPS","features":[86]},{"name":"MCI_GETDEVCAPS_CAN_EJECT","features":[86]},{"name":"MCI_GETDEVCAPS_CAN_PLAY","features":[86]},{"name":"MCI_GETDEVCAPS_CAN_RECORD","features":[86]},{"name":"MCI_GETDEVCAPS_CAN_SAVE","features":[86]},{"name":"MCI_GETDEVCAPS_COMPOUND_DEVICE","features":[86]},{"name":"MCI_GETDEVCAPS_DEVICE_TYPE","features":[86]},{"name":"MCI_GETDEVCAPS_HAS_AUDIO","features":[86]},{"name":"MCI_GETDEVCAPS_HAS_VIDEO","features":[86]},{"name":"MCI_GETDEVCAPS_ITEM","features":[86]},{"name":"MCI_GETDEVCAPS_PARMS","features":[86]},{"name":"MCI_GETDEVCAPS_USES_FILES","features":[86]},{"name":"MCI_HDC","features":[86]},{"name":"MCI_HPAL","features":[86]},{"name":"MCI_HWND","features":[86]},{"name":"MCI_INFO","features":[86]},{"name":"MCI_INFO_COPYRIGHT","features":[86]},{"name":"MCI_INFO_FILE","features":[86]},{"name":"MCI_INFO_MEDIA_IDENTITY","features":[86]},{"name":"MCI_INFO_MEDIA_UPC","features":[86]},{"name":"MCI_INFO_NAME","features":[86]},{"name":"MCI_INFO_PARMSA","features":[86]},{"name":"MCI_INFO_PARMSW","features":[86]},{"name":"MCI_INFO_PRODUCT","features":[86]},{"name":"MCI_INFO_VERSION","features":[86]},{"name":"MCI_INTEGER","features":[86]},{"name":"MCI_INTEGER64","features":[86]},{"name":"MCI_INTEGER_RETURNED","features":[86]},{"name":"MCI_LAST","features":[86]},{"name":"MCI_LIST","features":[86]},{"name":"MCI_LOAD","features":[86]},{"name":"MCI_LOAD_FILE","features":[86]},{"name":"MCI_LOAD_PARMSA","features":[86]},{"name":"MCI_LOAD_PARMSW","features":[86]},{"name":"MCI_MAX_DEVICE_TYPE_LENGTH","features":[86]},{"name":"MCI_MCIAVI_PLAY_FULLBY2","features":[86]},{"name":"MCI_MCIAVI_PLAY_FULLSCREEN","features":[86]},{"name":"MCI_MCIAVI_PLAY_WINDOW","features":[86]},{"name":"MCI_MODE_NOT_READY","features":[86]},{"name":"MCI_MODE_OPEN","features":[86]},{"name":"MCI_MODE_PAUSE","features":[86]},{"name":"MCI_MODE_PLAY","features":[86]},{"name":"MCI_MODE_RECORD","features":[86]},{"name":"MCI_MODE_SEEK","features":[86]},{"name":"MCI_MODE_STOP","features":[86]},{"name":"MCI_MONITOR","features":[86]},{"name":"MCI_NOTIFY","features":[86]},{"name":"MCI_NOTIFY_ABORTED","features":[86]},{"name":"MCI_NOTIFY_FAILURE","features":[86]},{"name":"MCI_NOTIFY_SUCCESSFUL","features":[86]},{"name":"MCI_NOTIFY_SUPERSEDED","features":[86]},{"name":"MCI_OFF","features":[86]},{"name":"MCI_OFF_S","features":[86]},{"name":"MCI_ON","features":[86]},{"name":"MCI_ON_S","features":[86]},{"name":"MCI_OPEN","features":[86]},{"name":"MCI_OPEN_ALIAS","features":[86]},{"name":"MCI_OPEN_DRIVER","features":[86]},{"name":"MCI_OPEN_DRIVER_PARMS","features":[86]},{"name":"MCI_OPEN_ELEMENT","features":[86]},{"name":"MCI_OPEN_ELEMENT_ID","features":[86]},{"name":"MCI_OPEN_PARMSA","features":[86]},{"name":"MCI_OPEN_PARMSW","features":[86]},{"name":"MCI_OPEN_SHAREABLE","features":[86]},{"name":"MCI_OPEN_TYPE","features":[86]},{"name":"MCI_OPEN_TYPE_ID","features":[86]},{"name":"MCI_OVLY_GETDEVCAPS_CAN_FREEZE","features":[86]},{"name":"MCI_OVLY_GETDEVCAPS_CAN_STRETCH","features":[86]},{"name":"MCI_OVLY_GETDEVCAPS_MAX_WINDOWS","features":[86]},{"name":"MCI_OVLY_INFO_TEXT","features":[86]},{"name":"MCI_OVLY_LOAD_PARMSA","features":[1,86]},{"name":"MCI_OVLY_LOAD_PARMSW","features":[1,86]},{"name":"MCI_OVLY_OPEN_PARENT","features":[86]},{"name":"MCI_OVLY_OPEN_PARMSA","features":[1,86]},{"name":"MCI_OVLY_OPEN_PARMSW","features":[1,86]},{"name":"MCI_OVLY_OPEN_WS","features":[86]},{"name":"MCI_OVLY_PUT_DESTINATION","features":[86]},{"name":"MCI_OVLY_PUT_FRAME","features":[86]},{"name":"MCI_OVLY_PUT_SOURCE","features":[86]},{"name":"MCI_OVLY_PUT_VIDEO","features":[86]},{"name":"MCI_OVLY_RECT","features":[86]},{"name":"MCI_OVLY_RECT_PARMS","features":[1,86]},{"name":"MCI_OVLY_SAVE_PARMSA","features":[1,86]},{"name":"MCI_OVLY_SAVE_PARMSW","features":[1,86]},{"name":"MCI_OVLY_STATUS_HWND","features":[86]},{"name":"MCI_OVLY_STATUS_STRETCH","features":[86]},{"name":"MCI_OVLY_WHERE_DESTINATION","features":[86]},{"name":"MCI_OVLY_WHERE_FRAME","features":[86]},{"name":"MCI_OVLY_WHERE_SOURCE","features":[86]},{"name":"MCI_OVLY_WHERE_VIDEO","features":[86]},{"name":"MCI_OVLY_WINDOW_DEFAULT","features":[86]},{"name":"MCI_OVLY_WINDOW_DISABLE_STRETCH","features":[86]},{"name":"MCI_OVLY_WINDOW_ENABLE_STRETCH","features":[86]},{"name":"MCI_OVLY_WINDOW_HWND","features":[86]},{"name":"MCI_OVLY_WINDOW_PARMSA","features":[1,86]},{"name":"MCI_OVLY_WINDOW_PARMSW","features":[1,86]},{"name":"MCI_OVLY_WINDOW_STATE","features":[86]},{"name":"MCI_OVLY_WINDOW_TEXT","features":[86]},{"name":"MCI_PASTE","features":[86]},{"name":"MCI_PAUSE","features":[86]},{"name":"MCI_PLAY","features":[86]},{"name":"MCI_PLAY_PARMS","features":[86]},{"name":"MCI_PUT","features":[86]},{"name":"MCI_QUALITY","features":[86]},{"name":"MCI_QUALITY_ALG","features":[86]},{"name":"MCI_QUALITY_DIALOG","features":[86]},{"name":"MCI_QUALITY_HANDLE","features":[86]},{"name":"MCI_QUALITY_ITEM","features":[86]},{"name":"MCI_QUALITY_ITEM_AUDIO","features":[86]},{"name":"MCI_QUALITY_ITEM_STILL","features":[86]},{"name":"MCI_QUALITY_ITEM_VIDEO","features":[86]},{"name":"MCI_QUALITY_NAME","features":[86]},{"name":"MCI_REALIZE","features":[86]},{"name":"MCI_RECORD","features":[86]},{"name":"MCI_RECORD_INSERT","features":[86]},{"name":"MCI_RECORD_OVERWRITE","features":[86]},{"name":"MCI_RECORD_PARMS","features":[86]},{"name":"MCI_RECT","features":[86]},{"name":"MCI_RESERVE","features":[86]},{"name":"MCI_RESOURCE_DRIVER","features":[86]},{"name":"MCI_RESOURCE_RETURNED","features":[86]},{"name":"MCI_RESTORE","features":[86]},{"name":"MCI_RESUME","features":[86]},{"name":"MCI_RETURN","features":[86]},{"name":"MCI_SAVE","features":[86]},{"name":"MCI_SAVE_FILE","features":[86]},{"name":"MCI_SAVE_PARMSA","features":[86]},{"name":"MCI_SAVE_PARMSW","features":[86]},{"name":"MCI_SECTION","features":[86]},{"name":"MCI_SEEK","features":[86]},{"name":"MCI_SEEK_PARMS","features":[86]},{"name":"MCI_SEEK_TO_END","features":[86]},{"name":"MCI_SEEK_TO_START","features":[86]},{"name":"MCI_SEQ_FILE","features":[86]},{"name":"MCI_SEQ_FILE_S","features":[86]},{"name":"MCI_SEQ_FORMAT_SONGPTR","features":[86]},{"name":"MCI_SEQ_FORMAT_SONGPTR_S","features":[86]},{"name":"MCI_SEQ_MAPPER","features":[86]},{"name":"MCI_SEQ_MAPPER_S","features":[86]},{"name":"MCI_SEQ_MIDI","features":[86]},{"name":"MCI_SEQ_MIDI_S","features":[86]},{"name":"MCI_SEQ_NONE","features":[86]},{"name":"MCI_SEQ_NONE_S","features":[86]},{"name":"MCI_SEQ_SET_MASTER","features":[86]},{"name":"MCI_SEQ_SET_OFFSET","features":[86]},{"name":"MCI_SEQ_SET_PARMS","features":[86]},{"name":"MCI_SEQ_SET_PORT","features":[86]},{"name":"MCI_SEQ_SET_SLAVE","features":[86]},{"name":"MCI_SEQ_SET_TEMPO","features":[86]},{"name":"MCI_SEQ_SMPTE","features":[86]},{"name":"MCI_SEQ_SMPTE_S","features":[86]},{"name":"MCI_SEQ_STATUS_COPYRIGHT","features":[86]},{"name":"MCI_SEQ_STATUS_DIVTYPE","features":[86]},{"name":"MCI_SEQ_STATUS_MASTER","features":[86]},{"name":"MCI_SEQ_STATUS_NAME","features":[86]},{"name":"MCI_SEQ_STATUS_OFFSET","features":[86]},{"name":"MCI_SEQ_STATUS_PORT","features":[86]},{"name":"MCI_SEQ_STATUS_SLAVE","features":[86]},{"name":"MCI_SEQ_STATUS_TEMPO","features":[86]},{"name":"MCI_SET","features":[86]},{"name":"MCI_SETAUDIO","features":[86]},{"name":"MCI_SETVIDEO","features":[86]},{"name":"MCI_SET_AUDIO","features":[86]},{"name":"MCI_SET_AUDIO_ALL","features":[86]},{"name":"MCI_SET_AUDIO_LEFT","features":[86]},{"name":"MCI_SET_AUDIO_RIGHT","features":[86]},{"name":"MCI_SET_DOOR_CLOSED","features":[86]},{"name":"MCI_SET_DOOR_OPEN","features":[86]},{"name":"MCI_SET_OFF","features":[86]},{"name":"MCI_SET_ON","features":[86]},{"name":"MCI_SET_PARMS","features":[86]},{"name":"MCI_SET_TIME_FORMAT","features":[86]},{"name":"MCI_SET_VIDEO","features":[86]},{"name":"MCI_SIGNAL","features":[86]},{"name":"MCI_SPIN","features":[86]},{"name":"MCI_STATUS","features":[86]},{"name":"MCI_STATUS_CURRENT_TRACK","features":[86]},{"name":"MCI_STATUS_ITEM","features":[86]},{"name":"MCI_STATUS_LENGTH","features":[86]},{"name":"MCI_STATUS_MEDIA_PRESENT","features":[86]},{"name":"MCI_STATUS_MODE","features":[86]},{"name":"MCI_STATUS_NUMBER_OF_TRACKS","features":[86]},{"name":"MCI_STATUS_PARMS","features":[86]},{"name":"MCI_STATUS_POSITION","features":[86]},{"name":"MCI_STATUS_READY","features":[86]},{"name":"MCI_STATUS_START","features":[86]},{"name":"MCI_STATUS_TIME_FORMAT","features":[86]},{"name":"MCI_STEP","features":[86]},{"name":"MCI_STOP","features":[86]},{"name":"MCI_STRING","features":[86]},{"name":"MCI_SYSINFO","features":[86]},{"name":"MCI_SYSINFO_INSTALLNAME","features":[86]},{"name":"MCI_SYSINFO_NAME","features":[86]},{"name":"MCI_SYSINFO_OPEN","features":[86]},{"name":"MCI_SYSINFO_PARMSA","features":[86]},{"name":"MCI_SYSINFO_PARMSW","features":[86]},{"name":"MCI_SYSINFO_QUANTITY","features":[86]},{"name":"MCI_TEST","features":[86]},{"name":"MCI_TO","features":[86]},{"name":"MCI_TRACK","features":[86]},{"name":"MCI_TRUE","features":[86]},{"name":"MCI_UNDO","features":[86]},{"name":"MCI_UNFREEZE","features":[86]},{"name":"MCI_UPDATE","features":[86]},{"name":"MCI_USER_MESSAGES","features":[86]},{"name":"MCI_VD_ESCAPE_PARMSA","features":[86]},{"name":"MCI_VD_ESCAPE_PARMSW","features":[86]},{"name":"MCI_VD_ESCAPE_STRING","features":[86]},{"name":"MCI_VD_FORMAT_TRACK","features":[86]},{"name":"MCI_VD_FORMAT_TRACK_S","features":[86]},{"name":"MCI_VD_GETDEVCAPS_CAN_REVERSE","features":[86]},{"name":"MCI_VD_GETDEVCAPS_CAV","features":[86]},{"name":"MCI_VD_GETDEVCAPS_CLV","features":[86]},{"name":"MCI_VD_GETDEVCAPS_FAST_RATE","features":[86]},{"name":"MCI_VD_GETDEVCAPS_NORMAL_RATE","features":[86]},{"name":"MCI_VD_GETDEVCAPS_SLOW_RATE","features":[86]},{"name":"MCI_VD_MEDIA_CAV","features":[86]},{"name":"MCI_VD_MEDIA_CLV","features":[86]},{"name":"MCI_VD_MEDIA_OTHER","features":[86]},{"name":"MCI_VD_MODE_PARK","features":[86]},{"name":"MCI_VD_PLAY_FAST","features":[86]},{"name":"MCI_VD_PLAY_PARMS","features":[86]},{"name":"MCI_VD_PLAY_REVERSE","features":[86]},{"name":"MCI_VD_PLAY_SCAN","features":[86]},{"name":"MCI_VD_PLAY_SLOW","features":[86]},{"name":"MCI_VD_PLAY_SPEED","features":[86]},{"name":"MCI_VD_SEEK_REVERSE","features":[86]},{"name":"MCI_VD_SPIN_DOWN","features":[86]},{"name":"MCI_VD_SPIN_UP","features":[86]},{"name":"MCI_VD_STATUS_DISC_SIZE","features":[86]},{"name":"MCI_VD_STATUS_FORWARD","features":[86]},{"name":"MCI_VD_STATUS_MEDIA_TYPE","features":[86]},{"name":"MCI_VD_STATUS_SIDE","features":[86]},{"name":"MCI_VD_STATUS_SPEED","features":[86]},{"name":"MCI_VD_STEP_FRAMES","features":[86]},{"name":"MCI_VD_STEP_PARMS","features":[86]},{"name":"MCI_VD_STEP_REVERSE","features":[86]},{"name":"MCI_WAIT","features":[86]},{"name":"MCI_WAVE_DELETE_PARMS","features":[86]},{"name":"MCI_WAVE_GETDEVCAPS_INPUTS","features":[86]},{"name":"MCI_WAVE_GETDEVCAPS_OUTPUTS","features":[86]},{"name":"MCI_WAVE_INPUT","features":[86]},{"name":"MCI_WAVE_MAPPER","features":[86]},{"name":"MCI_WAVE_OPEN_BUFFER","features":[86]},{"name":"MCI_WAVE_OPEN_PARMSA","features":[86]},{"name":"MCI_WAVE_OPEN_PARMSW","features":[86]},{"name":"MCI_WAVE_OUTPUT","features":[86]},{"name":"MCI_WAVE_PCM","features":[86]},{"name":"MCI_WAVE_SET_ANYINPUT","features":[86]},{"name":"MCI_WAVE_SET_ANYOUTPUT","features":[86]},{"name":"MCI_WAVE_SET_AVGBYTESPERSEC","features":[86]},{"name":"MCI_WAVE_SET_BITSPERSAMPLE","features":[86]},{"name":"MCI_WAVE_SET_BLOCKALIGN","features":[86]},{"name":"MCI_WAVE_SET_CHANNELS","features":[86]},{"name":"MCI_WAVE_SET_FORMATTAG","features":[86]},{"name":"MCI_WAVE_SET_PARMS","features":[86]},{"name":"MCI_WAVE_SET_SAMPLESPERSEC","features":[86]},{"name":"MCI_WAVE_STATUS_AVGBYTESPERSEC","features":[86]},{"name":"MCI_WAVE_STATUS_BITSPERSAMPLE","features":[86]},{"name":"MCI_WAVE_STATUS_BLOCKALIGN","features":[86]},{"name":"MCI_WAVE_STATUS_CHANNELS","features":[86]},{"name":"MCI_WAVE_STATUS_FORMATTAG","features":[86]},{"name":"MCI_WAVE_STATUS_LEVEL","features":[86]},{"name":"MCI_WAVE_STATUS_SAMPLESPERSEC","features":[86]},{"name":"MCI_WHERE","features":[86]},{"name":"MCI_WINDOW","features":[86]},{"name":"MCMADM_E_REGKEY_NOT_FOUND","features":[86]},{"name":"MCMADM_I_NO_EVENTS","features":[86]},{"name":"MEDIASPACEADPCMWAVEFORMAT","features":[87,86]},{"name":"MIDIMAPPER_S","features":[86]},{"name":"MIDIOPENSTRMID","features":[86]},{"name":"MIDI_IO_COOKED","features":[86]},{"name":"MIDI_IO_PACKED","features":[86]},{"name":"MIDM_ADDBUFFER","features":[86]},{"name":"MIDM_CLOSE","features":[86]},{"name":"MIDM_GETDEVCAPS","features":[86]},{"name":"MIDM_GETNUMDEVS","features":[86]},{"name":"MIDM_INIT","features":[86]},{"name":"MIDM_INIT_EX","features":[86]},{"name":"MIDM_MAPPER","features":[86]},{"name":"MIDM_OPEN","features":[86]},{"name":"MIDM_PREPARE","features":[86]},{"name":"MIDM_RESET","features":[86]},{"name":"MIDM_START","features":[86]},{"name":"MIDM_STOP","features":[86]},{"name":"MIDM_UNPREPARE","features":[86]},{"name":"MIDM_USER","features":[86]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_MTS","features":[86]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_ONOFF","features":[86]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_SYNTHSELECT","features":[86]},{"name":"MIXEROPENDESC","features":[87,86]},{"name":"MMCKINFO","features":[86]},{"name":"MMIOERR_ACCESSDENIED","features":[86]},{"name":"MMIOERR_BASE","features":[86]},{"name":"MMIOERR_CANNOTCLOSE","features":[86]},{"name":"MMIOERR_CANNOTEXPAND","features":[86]},{"name":"MMIOERR_CANNOTOPEN","features":[86]},{"name":"MMIOERR_CANNOTREAD","features":[86]},{"name":"MMIOERR_CANNOTSEEK","features":[86]},{"name":"MMIOERR_CANNOTWRITE","features":[86]},{"name":"MMIOERR_CHUNKNOTFOUND","features":[86]},{"name":"MMIOERR_FILENOTFOUND","features":[86]},{"name":"MMIOERR_INVALIDFILE","features":[86]},{"name":"MMIOERR_NETWORKERROR","features":[86]},{"name":"MMIOERR_OUTOFMEMORY","features":[86]},{"name":"MMIOERR_PATHNOTFOUND","features":[86]},{"name":"MMIOERR_SHARINGVIOLATION","features":[86]},{"name":"MMIOERR_TOOMANYOPENFILES","features":[86]},{"name":"MMIOERR_UNBUFFERED","features":[86]},{"name":"MMIOINFO","features":[1,86]},{"name":"MMIOM_CLOSE","features":[86]},{"name":"MMIOM_OPEN","features":[86]},{"name":"MMIOM_READ","features":[86]},{"name":"MMIOM_RENAME","features":[86]},{"name":"MMIOM_SEEK","features":[86]},{"name":"MMIOM_USER","features":[86]},{"name":"MMIOM_WRITE","features":[86]},{"name":"MMIOM_WRITEFLUSH","features":[86]},{"name":"MMIO_ALLOCBUF","features":[86]},{"name":"MMIO_COMPAT","features":[86]},{"name":"MMIO_CREATE","features":[86]},{"name":"MMIO_CREATELIST","features":[86]},{"name":"MMIO_CREATERIFF","features":[86]},{"name":"MMIO_DEFAULTBUFFER","features":[86]},{"name":"MMIO_DELETE","features":[86]},{"name":"MMIO_DENYNONE","features":[86]},{"name":"MMIO_DENYREAD","features":[86]},{"name":"MMIO_DENYWRITE","features":[86]},{"name":"MMIO_DIRTY","features":[86]},{"name":"MMIO_EMPTYBUF","features":[86]},{"name":"MMIO_EXCLUSIVE","features":[86]},{"name":"MMIO_EXIST","features":[86]},{"name":"MMIO_FHOPEN","features":[86]},{"name":"MMIO_FINDCHUNK","features":[86]},{"name":"MMIO_FINDLIST","features":[86]},{"name":"MMIO_FINDPROC","features":[86]},{"name":"MMIO_FINDRIFF","features":[86]},{"name":"MMIO_GETTEMP","features":[86]},{"name":"MMIO_GLOBALPROC","features":[86]},{"name":"MMIO_INSTALLPROC","features":[86]},{"name":"MMIO_PARSE","features":[86]},{"name":"MMIO_READ","features":[86]},{"name":"MMIO_READWRITE","features":[86]},{"name":"MMIO_REMOVEPROC","features":[86]},{"name":"MMIO_RWMODE","features":[86]},{"name":"MMIO_SHAREMODE","features":[86]},{"name":"MMIO_TOUPPER","features":[86]},{"name":"MMIO_UNICODEPROC","features":[86]},{"name":"MMIO_WRITE","features":[86]},{"name":"MM_3COM","features":[86]},{"name":"MM_3COM_CB_MIXER","features":[86]},{"name":"MM_3COM_CB_WAVEIN","features":[86]},{"name":"MM_3COM_CB_WAVEOUT","features":[86]},{"name":"MM_3DFX","features":[86]},{"name":"MM_AARDVARK","features":[86]},{"name":"MM_AARDVARK_STUDIO12_WAVEIN","features":[86]},{"name":"MM_AARDVARK_STUDIO12_WAVEOUT","features":[86]},{"name":"MM_AARDVARK_STUDIO88_WAVEIN","features":[86]},{"name":"MM_AARDVARK_STUDIO88_WAVEOUT","features":[86]},{"name":"MM_ACTIVEVOICE","features":[86]},{"name":"MM_ACTIVEVOICE_ACM_VOXADPCM","features":[86]},{"name":"MM_ACULAB","features":[86]},{"name":"MM_ADDX","features":[86]},{"name":"MM_ADDX_PCTV_AUX_CD","features":[86]},{"name":"MM_ADDX_PCTV_AUX_LINE","features":[86]},{"name":"MM_ADDX_PCTV_DIGITALMIX","features":[86]},{"name":"MM_ADDX_PCTV_MIXER","features":[86]},{"name":"MM_ADDX_PCTV_WAVEIN","features":[86]},{"name":"MM_ADDX_PCTV_WAVEOUT","features":[86]},{"name":"MM_ADLACC","features":[86]},{"name":"MM_ADMOS","features":[86]},{"name":"MM_ADMOS_FM_SYNTH","features":[86]},{"name":"MM_ADMOS_QS3AMIDIIN","features":[86]},{"name":"MM_ADMOS_QS3AMIDIOUT","features":[86]},{"name":"MM_ADMOS_QS3AWAVEIN","features":[86]},{"name":"MM_ADMOS_QS3AWAVEOUT","features":[86]},{"name":"MM_AHEAD","features":[86]},{"name":"MM_AHEAD_GENERIC","features":[86]},{"name":"MM_AHEAD_MULTISOUND","features":[86]},{"name":"MM_AHEAD_PROAUDIO","features":[86]},{"name":"MM_AHEAD_SOUNDBLASTER","features":[86]},{"name":"MM_ALARIS","features":[86]},{"name":"MM_ALDIGITAL","features":[86]},{"name":"MM_ALESIS","features":[86]},{"name":"MM_ALGOVISION","features":[86]},{"name":"MM_ALGOVISION_VB80AUX","features":[86]},{"name":"MM_ALGOVISION_VB80AUX2","features":[86]},{"name":"MM_ALGOVISION_VB80MIXER","features":[86]},{"name":"MM_ALGOVISION_VB80WAVEIN","features":[86]},{"name":"MM_ALGOVISION_VB80WAVEOUT","features":[86]},{"name":"MM_AMD","features":[86]},{"name":"MM_AMD_INTERWAVE_AUX1","features":[86]},{"name":"MM_AMD_INTERWAVE_AUX2","features":[86]},{"name":"MM_AMD_INTERWAVE_AUX_CD","features":[86]},{"name":"MM_AMD_INTERWAVE_AUX_MIC","features":[86]},{"name":"MM_AMD_INTERWAVE_EX_CD","features":[86]},{"name":"MM_AMD_INTERWAVE_EX_TELEPHONY","features":[86]},{"name":"MM_AMD_INTERWAVE_JOYSTICK","features":[86]},{"name":"MM_AMD_INTERWAVE_MIDIIN","features":[86]},{"name":"MM_AMD_INTERWAVE_MIDIOUT","features":[86]},{"name":"MM_AMD_INTERWAVE_MIXER1","features":[86]},{"name":"MM_AMD_INTERWAVE_MIXER2","features":[86]},{"name":"MM_AMD_INTERWAVE_MONO_IN","features":[86]},{"name":"MM_AMD_INTERWAVE_MONO_OUT","features":[86]},{"name":"MM_AMD_INTERWAVE_STEREO_ENHANCED","features":[86]},{"name":"MM_AMD_INTERWAVE_SYNTH","features":[86]},{"name":"MM_AMD_INTERWAVE_WAVEIN","features":[86]},{"name":"MM_AMD_INTERWAVE_WAVEOUT","features":[86]},{"name":"MM_AMD_INTERWAVE_WAVEOUT_BASE","features":[86]},{"name":"MM_AMD_INTERWAVE_WAVEOUT_TREBLE","features":[86]},{"name":"MM_ANALOGDEVICES","features":[86]},{"name":"MM_ANTEX","features":[86]},{"name":"MM_ANTEX_AUDIOPORT22_FEEDTHRU","features":[86]},{"name":"MM_ANTEX_AUDIOPORT22_WAVEIN","features":[86]},{"name":"MM_ANTEX_AUDIOPORT22_WAVEOUT","features":[86]},{"name":"MM_ANTEX_SX12_WAVEIN","features":[86]},{"name":"MM_ANTEX_SX12_WAVEOUT","features":[86]},{"name":"MM_ANTEX_SX15_WAVEIN","features":[86]},{"name":"MM_ANTEX_SX15_WAVEOUT","features":[86]},{"name":"MM_ANTEX_VP625_WAVEIN","features":[86]},{"name":"MM_ANTEX_VP625_WAVEOUT","features":[86]},{"name":"MM_APICOM","features":[86]},{"name":"MM_APPLE","features":[86]},{"name":"MM_APPS","features":[86]},{"name":"MM_APT","features":[86]},{"name":"MM_APT_ACE100CD","features":[86]},{"name":"MM_ARRAY","features":[86]},{"name":"MM_ARTISOFT","features":[86]},{"name":"MM_ARTISOFT_SBWAVEIN","features":[86]},{"name":"MM_ARTISOFT_SBWAVEOUT","features":[86]},{"name":"MM_AST","features":[86]},{"name":"MM_AST_MODEMWAVE_WAVEIN","features":[86]},{"name":"MM_AST_MODEMWAVE_WAVEOUT","features":[86]},{"name":"MM_ATI","features":[86]},{"name":"MM_ATT","features":[86]},{"name":"MM_ATT_G729A","features":[86]},{"name":"MM_ATT_MICROELECTRONICS","features":[86]},{"name":"MM_AU8820_AUX","features":[86]},{"name":"MM_AU8820_MIDIIN","features":[86]},{"name":"MM_AU8820_MIDIOUT","features":[86]},{"name":"MM_AU8820_MIXER","features":[86]},{"name":"MM_AU8820_SYNTH","features":[86]},{"name":"MM_AU8820_WAVEIN","features":[86]},{"name":"MM_AU8820_WAVEOUT","features":[86]},{"name":"MM_AU8830_AUX","features":[86]},{"name":"MM_AU8830_MIDIIN","features":[86]},{"name":"MM_AU8830_MIDIOUT","features":[86]},{"name":"MM_AU8830_MIXER","features":[86]},{"name":"MM_AU8830_SYNTH","features":[86]},{"name":"MM_AU8830_WAVEIN","features":[86]},{"name":"MM_AU8830_WAVEOUT","features":[86]},{"name":"MM_AUDIOFILE","features":[86]},{"name":"MM_AUDIOPT","features":[86]},{"name":"MM_AUDIOSCIENCE","features":[86]},{"name":"MM_AURAVISION","features":[86]},{"name":"MM_AUREAL","features":[86]},{"name":"MM_AUREAL_AU8820","features":[86]},{"name":"MM_AUREAL_AU8830","features":[86]},{"name":"MM_AZTECH","features":[86]},{"name":"MM_AZTECH_AUX","features":[86]},{"name":"MM_AZTECH_AUX_CD","features":[86]},{"name":"MM_AZTECH_AUX_LINE","features":[86]},{"name":"MM_AZTECH_AUX_MIC","features":[86]},{"name":"MM_AZTECH_DSP16_FMSYNTH","features":[86]},{"name":"MM_AZTECH_DSP16_WAVEIN","features":[86]},{"name":"MM_AZTECH_DSP16_WAVEOUT","features":[86]},{"name":"MM_AZTECH_DSP16_WAVESYNTH","features":[86]},{"name":"MM_AZTECH_FMSYNTH","features":[86]},{"name":"MM_AZTECH_MIDIIN","features":[86]},{"name":"MM_AZTECH_MIDIOUT","features":[86]},{"name":"MM_AZTECH_MIXER","features":[86]},{"name":"MM_AZTECH_NOVA16_MIXER","features":[86]},{"name":"MM_AZTECH_NOVA16_WAVEIN","features":[86]},{"name":"MM_AZTECH_NOVA16_WAVEOUT","features":[86]},{"name":"MM_AZTECH_PRO16_FMSYNTH","features":[86]},{"name":"MM_AZTECH_PRO16_WAVEIN","features":[86]},{"name":"MM_AZTECH_PRO16_WAVEOUT","features":[86]},{"name":"MM_AZTECH_WASH16_MIXER","features":[86]},{"name":"MM_AZTECH_WASH16_WAVEIN","features":[86]},{"name":"MM_AZTECH_WASH16_WAVEOUT","features":[86]},{"name":"MM_AZTECH_WAVEIN","features":[86]},{"name":"MM_AZTECH_WAVEOUT","features":[86]},{"name":"MM_BCB","features":[86]},{"name":"MM_BCB_NETBOARD_10","features":[86]},{"name":"MM_BCB_TT75_10","features":[86]},{"name":"MM_BECUBED","features":[86]},{"name":"MM_BERCOS","features":[86]},{"name":"MM_BERCOS_MIXER","features":[86]},{"name":"MM_BERCOS_WAVEIN","features":[86]},{"name":"MM_BERCOS_WAVEOUT","features":[86]},{"name":"MM_BERKOM","features":[86]},{"name":"MM_BINTEC","features":[86]},{"name":"MM_BINTEC_TAPI_WAVE","features":[86]},{"name":"MM_BROOKTREE","features":[86]},{"name":"MM_BTV_AUX_CD","features":[86]},{"name":"MM_BTV_AUX_LINE","features":[86]},{"name":"MM_BTV_AUX_MIC","features":[86]},{"name":"MM_BTV_DIGITALIN","features":[86]},{"name":"MM_BTV_DIGITALOUT","features":[86]},{"name":"MM_BTV_MIDIIN","features":[86]},{"name":"MM_BTV_MIDIOUT","features":[86]},{"name":"MM_BTV_MIDISYNTH","features":[86]},{"name":"MM_BTV_MIDIWAVESTREAM","features":[86]},{"name":"MM_BTV_MIXER","features":[86]},{"name":"MM_BTV_WAVEIN","features":[86]},{"name":"MM_BTV_WAVEOUT","features":[86]},{"name":"MM_CANAM","features":[86]},{"name":"MM_CANAM_CBXWAVEIN","features":[86]},{"name":"MM_CANAM_CBXWAVEOUT","features":[86]},{"name":"MM_CANOPUS","features":[86]},{"name":"MM_CANOPUS_ACM_DVREX","features":[86]},{"name":"MM_CASIO","features":[86]},{"name":"MM_CASIO_LSG_MIDIOUT","features":[86]},{"name":"MM_CASIO_WP150_MIDIIN","features":[86]},{"name":"MM_CASIO_WP150_MIDIOUT","features":[86]},{"name":"MM_CAT","features":[86]},{"name":"MM_CAT_WAVEOUT","features":[86]},{"name":"MM_CDPC_AUX","features":[86]},{"name":"MM_CDPC_MIDIIN","features":[86]},{"name":"MM_CDPC_MIDIOUT","features":[86]},{"name":"MM_CDPC_MIXER","features":[86]},{"name":"MM_CDPC_SYNTH","features":[86]},{"name":"MM_CDPC_WAVEIN","features":[86]},{"name":"MM_CDPC_WAVEOUT","features":[86]},{"name":"MM_CHROMATIC","features":[86]},{"name":"MM_CHROMATIC_M1","features":[86]},{"name":"MM_CHROMATIC_M1_AUX","features":[86]},{"name":"MM_CHROMATIC_M1_AUX_CD","features":[86]},{"name":"MM_CHROMATIC_M1_FMSYNTH","features":[86]},{"name":"MM_CHROMATIC_M1_MIDIIN","features":[86]},{"name":"MM_CHROMATIC_M1_MIDIOUT","features":[86]},{"name":"MM_CHROMATIC_M1_MIXER","features":[86]},{"name":"MM_CHROMATIC_M1_MPEGWAVEIN","features":[86]},{"name":"MM_CHROMATIC_M1_MPEGWAVEOUT","features":[86]},{"name":"MM_CHROMATIC_M1_WAVEIN","features":[86]},{"name":"MM_CHROMATIC_M1_WAVEOUT","features":[86]},{"name":"MM_CHROMATIC_M1_WTSYNTH","features":[86]},{"name":"MM_CHROMATIC_M2","features":[86]},{"name":"MM_CHROMATIC_M2_AUX","features":[86]},{"name":"MM_CHROMATIC_M2_AUX_CD","features":[86]},{"name":"MM_CHROMATIC_M2_FMSYNTH","features":[86]},{"name":"MM_CHROMATIC_M2_MIDIIN","features":[86]},{"name":"MM_CHROMATIC_M2_MIDIOUT","features":[86]},{"name":"MM_CHROMATIC_M2_MIXER","features":[86]},{"name":"MM_CHROMATIC_M2_MPEGWAVEIN","features":[86]},{"name":"MM_CHROMATIC_M2_MPEGWAVEOUT","features":[86]},{"name":"MM_CHROMATIC_M2_WAVEIN","features":[86]},{"name":"MM_CHROMATIC_M2_WAVEOUT","features":[86]},{"name":"MM_CHROMATIC_M2_WTSYNTH","features":[86]},{"name":"MM_CIRRUSLOGIC","features":[86]},{"name":"MM_COLORGRAPH","features":[86]},{"name":"MM_COMPAQ","features":[86]},{"name":"MM_COMPAQ_BB_WAVEAUX","features":[86]},{"name":"MM_COMPAQ_BB_WAVEIN","features":[86]},{"name":"MM_COMPAQ_BB_WAVEOUT","features":[86]},{"name":"MM_COMPUSIC","features":[86]},{"name":"MM_COMPUTER_FRIENDS","features":[86]},{"name":"MM_CONCEPTS","features":[86]},{"name":"MM_CONNECTIX","features":[86]},{"name":"MM_CONNECTIX_VIDEC_CODEC","features":[86]},{"name":"MM_CONTROLRES","features":[86]},{"name":"MM_COREDYNAMICS","features":[86]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_VGA","features":[86]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_WAVE_IN","features":[86]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_WAVE_OUT","features":[86]},{"name":"MM_COREDYNAMICS_DYNAMIXHR","features":[86]},{"name":"MM_COREDYNAMICS_DYNASONIX_AUDIO_IN","features":[86]},{"name":"MM_COREDYNAMICS_DYNASONIX_AUDIO_OUT","features":[86]},{"name":"MM_COREDYNAMICS_DYNASONIX_MIDI_IN","features":[86]},{"name":"MM_COREDYNAMICS_DYNASONIX_MIDI_OUT","features":[86]},{"name":"MM_COREDYNAMICS_DYNASONIX_SYNTH","features":[86]},{"name":"MM_COREDYNAMICS_DYNASONIX_WAVE_IN","features":[86]},{"name":"MM_COREDYNAMICS_DYNASONIX_WAVE_OUT","features":[86]},{"name":"MM_CREATIVE","features":[86]},{"name":"MM_CREATIVE_AUX_CD","features":[86]},{"name":"MM_CREATIVE_AUX_LINE","features":[86]},{"name":"MM_CREATIVE_AUX_MASTER","features":[86]},{"name":"MM_CREATIVE_AUX_MIC","features":[86]},{"name":"MM_CREATIVE_AUX_MIDI","features":[86]},{"name":"MM_CREATIVE_AUX_PCSPK","features":[86]},{"name":"MM_CREATIVE_AUX_WAVE","features":[86]},{"name":"MM_CREATIVE_FMSYNTH_MONO","features":[86]},{"name":"MM_CREATIVE_FMSYNTH_STEREO","features":[86]},{"name":"MM_CREATIVE_MIDIIN","features":[86]},{"name":"MM_CREATIVE_MIDIOUT","features":[86]},{"name":"MM_CREATIVE_MIDI_AWE32","features":[86]},{"name":"MM_CREATIVE_PHNBLST_WAVEIN","features":[86]},{"name":"MM_CREATIVE_PHNBLST_WAVEOUT","features":[86]},{"name":"MM_CREATIVE_SB15_WAVEIN","features":[86]},{"name":"MM_CREATIVE_SB15_WAVEOUT","features":[86]},{"name":"MM_CREATIVE_SB16_MIXER","features":[86]},{"name":"MM_CREATIVE_SB20_WAVEIN","features":[86]},{"name":"MM_CREATIVE_SB20_WAVEOUT","features":[86]},{"name":"MM_CREATIVE_SBP16_WAVEIN","features":[86]},{"name":"MM_CREATIVE_SBP16_WAVEOUT","features":[86]},{"name":"MM_CREATIVE_SBPRO_MIXER","features":[86]},{"name":"MM_CREATIVE_SBPRO_WAVEIN","features":[86]},{"name":"MM_CREATIVE_SBPRO_WAVEOUT","features":[86]},{"name":"MM_CRYSTAL","features":[86]},{"name":"MM_CRYSTAL_CS4232_INPUTGAIN_AUX1","features":[86]},{"name":"MM_CRYSTAL_CS4232_INPUTGAIN_LOOP","features":[86]},{"name":"MM_CRYSTAL_CS4232_MIDIIN","features":[86]},{"name":"MM_CRYSTAL_CS4232_MIDIOUT","features":[86]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_AUX1","features":[86]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_AUX2","features":[86]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_LINE","features":[86]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_MASTER","features":[86]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_MONO","features":[86]},{"name":"MM_CRYSTAL_CS4232_WAVEIN","features":[86]},{"name":"MM_CRYSTAL_CS4232_WAVEMIXER","features":[86]},{"name":"MM_CRYSTAL_CS4232_WAVEOUT","features":[86]},{"name":"MM_CRYSTAL_NET","features":[86]},{"name":"MM_CRYSTAL_SOUND_FUSION_JOYSTICK","features":[86]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIDIIN","features":[86]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIDIOUT","features":[86]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIXER","features":[86]},{"name":"MM_CRYSTAL_SOUND_FUSION_WAVEIN","features":[86]},{"name":"MM_CRYSTAL_SOUND_FUSION_WAVEOUT","features":[86]},{"name":"MM_CS","features":[86]},{"name":"MM_CYRIX","features":[86]},{"name":"MM_CYRIX_XAAUX","features":[86]},{"name":"MM_CYRIX_XAMIDIIN","features":[86]},{"name":"MM_CYRIX_XAMIDIOUT","features":[86]},{"name":"MM_CYRIX_XAMIXER","features":[86]},{"name":"MM_CYRIX_XASYNTH","features":[86]},{"name":"MM_CYRIX_XAWAVEIN","features":[86]},{"name":"MM_CYRIX_XAWAVEOUT","features":[86]},{"name":"MM_DATAFUSION","features":[86]},{"name":"MM_DATARAN","features":[86]},{"name":"MM_DDD","features":[86]},{"name":"MM_DDD_MIDILINK_MIDIIN","features":[86]},{"name":"MM_DDD_MIDILINK_MIDIOUT","features":[86]},{"name":"MM_DF_ACM_G726","features":[86]},{"name":"MM_DF_ACM_GSM610","features":[86]},{"name":"MM_DIACOUSTICS","features":[86]},{"name":"MM_DIACOUSTICS_DRUM_ACTION","features":[86]},{"name":"MM_DIALOGIC","features":[86]},{"name":"MM_DIAMONDMM","features":[86]},{"name":"MM_DICTAPHONE","features":[86]},{"name":"MM_DICTAPHONE_G726","features":[86]},{"name":"MM_DIGIGRAM","features":[86]},{"name":"MM_DIGITAL","features":[86]},{"name":"MM_DIGITAL_ACM_G723","features":[86]},{"name":"MM_DIGITAL_AUDIO_LABS","features":[86]},{"name":"MM_DIGITAL_AUDIO_LABS_CDLX","features":[86]},{"name":"MM_DIGITAL_AUDIO_LABS_CPRO","features":[86]},{"name":"MM_DIGITAL_AUDIO_LABS_CTDIF","features":[86]},{"name":"MM_DIGITAL_AUDIO_LABS_DOC","features":[86]},{"name":"MM_DIGITAL_AUDIO_LABS_TC","features":[86]},{"name":"MM_DIGITAL_AUDIO_LABS_V8","features":[86]},{"name":"MM_DIGITAL_AUDIO_LABS_VP","features":[86]},{"name":"MM_DIGITAL_AV320_WAVEIN","features":[86]},{"name":"MM_DIGITAL_AV320_WAVEOUT","features":[86]},{"name":"MM_DIGITAL_ICM_H261","features":[86]},{"name":"MM_DIGITAL_ICM_H263","features":[86]},{"name":"MM_DIMD_AUX_LINE","features":[86]},{"name":"MM_DIMD_DIRSOUND","features":[86]},{"name":"MM_DIMD_MIDIIN","features":[86]},{"name":"MM_DIMD_MIDIOUT","features":[86]},{"name":"MM_DIMD_MIXER","features":[86]},{"name":"MM_DIMD_PLATFORM","features":[86]},{"name":"MM_DIMD_VIRTJOY","features":[86]},{"name":"MM_DIMD_VIRTMPU","features":[86]},{"name":"MM_DIMD_VIRTSB","features":[86]},{"name":"MM_DIMD_WAVEIN","features":[86]},{"name":"MM_DIMD_WAVEOUT","features":[86]},{"name":"MM_DIMD_WSS_AUX","features":[86]},{"name":"MM_DIMD_WSS_MIXER","features":[86]},{"name":"MM_DIMD_WSS_SYNTH","features":[86]},{"name":"MM_DIMD_WSS_WAVEIN","features":[86]},{"name":"MM_DIMD_WSS_WAVEOUT","features":[86]},{"name":"MM_DOLBY","features":[86]},{"name":"MM_DPSINC","features":[86]},{"name":"MM_DSP_GROUP","features":[86]},{"name":"MM_DSP_GROUP_TRUESPEECH","features":[86]},{"name":"MM_DSP_SOLUTIONS","features":[86]},{"name":"MM_DSP_SOLUTIONS_AUX","features":[86]},{"name":"MM_DSP_SOLUTIONS_SYNTH","features":[86]},{"name":"MM_DSP_SOLUTIONS_WAVEIN","features":[86]},{"name":"MM_DSP_SOLUTIONS_WAVEOUT","features":[86]},{"name":"MM_DTS","features":[86]},{"name":"MM_DTS_DS","features":[86]},{"name":"MM_DUCK","features":[86]},{"name":"MM_DVISION","features":[86]},{"name":"MM_ECHO","features":[86]},{"name":"MM_ECHO_AUX","features":[86]},{"name":"MM_ECHO_MIDIIN","features":[86]},{"name":"MM_ECHO_MIDIOUT","features":[86]},{"name":"MM_ECHO_SYNTH","features":[86]},{"name":"MM_ECHO_WAVEIN","features":[86]},{"name":"MM_ECHO_WAVEOUT","features":[86]},{"name":"MM_ECS","features":[86]},{"name":"MM_ECS_AADF_MIDI_IN","features":[86]},{"name":"MM_ECS_AADF_MIDI_OUT","features":[86]},{"name":"MM_ECS_AADF_WAVE2MIDI_IN","features":[86]},{"name":"MM_EES","features":[86]},{"name":"MM_EES_PCMIDI14","features":[86]},{"name":"MM_EES_PCMIDI14_IN","features":[86]},{"name":"MM_EES_PCMIDI14_OUT1","features":[86]},{"name":"MM_EES_PCMIDI14_OUT2","features":[86]},{"name":"MM_EES_PCMIDI14_OUT3","features":[86]},{"name":"MM_EES_PCMIDI14_OUT4","features":[86]},{"name":"MM_EMAGIC","features":[86]},{"name":"MM_EMAGIC_UNITOR8","features":[86]},{"name":"MM_EMU","features":[86]},{"name":"MM_EMU_APSMIDIIN","features":[86]},{"name":"MM_EMU_APSMIDIOUT","features":[86]},{"name":"MM_EMU_APSSYNTH","features":[86]},{"name":"MM_EMU_APSWAVEIN","features":[86]},{"name":"MM_EMU_APSWAVEOUT","features":[86]},{"name":"MM_ENET","features":[86]},{"name":"MM_ENET_T2000_HANDSETIN","features":[86]},{"name":"MM_ENET_T2000_HANDSETOUT","features":[86]},{"name":"MM_ENET_T2000_LINEIN","features":[86]},{"name":"MM_ENET_T2000_LINEOUT","features":[86]},{"name":"MM_ENSONIQ","features":[86]},{"name":"MM_ENSONIQ_SOUNDSCAPE","features":[86]},{"name":"MM_EPSON","features":[86]},{"name":"MM_EPS_FMSND","features":[86]},{"name":"MM_ESS","features":[86]},{"name":"MM_ESS_AMAUX","features":[86]},{"name":"MM_ESS_AMMIDIIN","features":[86]},{"name":"MM_ESS_AMMIDIOUT","features":[86]},{"name":"MM_ESS_AMSYNTH","features":[86]},{"name":"MM_ESS_AMWAVEIN","features":[86]},{"name":"MM_ESS_AMWAVEOUT","features":[86]},{"name":"MM_ESS_AUX_CD","features":[86]},{"name":"MM_ESS_ES1488_MIXER","features":[86]},{"name":"MM_ESS_ES1488_WAVEIN","features":[86]},{"name":"MM_ESS_ES1488_WAVEOUT","features":[86]},{"name":"MM_ESS_ES1688_MIXER","features":[86]},{"name":"MM_ESS_ES1688_WAVEIN","features":[86]},{"name":"MM_ESS_ES1688_WAVEOUT","features":[86]},{"name":"MM_ESS_ES1788_MIXER","features":[86]},{"name":"MM_ESS_ES1788_WAVEIN","features":[86]},{"name":"MM_ESS_ES1788_WAVEOUT","features":[86]},{"name":"MM_ESS_ES1868_MIXER","features":[86]},{"name":"MM_ESS_ES1868_WAVEIN","features":[86]},{"name":"MM_ESS_ES1868_WAVEOUT","features":[86]},{"name":"MM_ESS_ES1878_MIXER","features":[86]},{"name":"MM_ESS_ES1878_WAVEIN","features":[86]},{"name":"MM_ESS_ES1878_WAVEOUT","features":[86]},{"name":"MM_ESS_ES1888_MIXER","features":[86]},{"name":"MM_ESS_ES1888_WAVEIN","features":[86]},{"name":"MM_ESS_ES1888_WAVEOUT","features":[86]},{"name":"MM_ESS_ES488_MIXER","features":[86]},{"name":"MM_ESS_ES488_WAVEIN","features":[86]},{"name":"MM_ESS_ES488_WAVEOUT","features":[86]},{"name":"MM_ESS_ES688_MIXER","features":[86]},{"name":"MM_ESS_ES688_WAVEIN","features":[86]},{"name":"MM_ESS_ES688_WAVEOUT","features":[86]},{"name":"MM_ESS_MIXER","features":[86]},{"name":"MM_ESS_MPU401_MIDIIN","features":[86]},{"name":"MM_ESS_MPU401_MIDIOUT","features":[86]},{"name":"MM_ETEK","features":[86]},{"name":"MM_ETEK_KWIKMIDI_MIDIIN","features":[86]},{"name":"MM_ETEK_KWIKMIDI_MIDIOUT","features":[86]},{"name":"MM_EUPHONICS","features":[86]},{"name":"MM_EUPHONICS_AUX_CD","features":[86]},{"name":"MM_EUPHONICS_AUX_LINE","features":[86]},{"name":"MM_EUPHONICS_AUX_MASTER","features":[86]},{"name":"MM_EUPHONICS_AUX_MIC","features":[86]},{"name":"MM_EUPHONICS_AUX_MIDI","features":[86]},{"name":"MM_EUPHONICS_AUX_WAVE","features":[86]},{"name":"MM_EUPHONICS_EUSYNTH","features":[86]},{"name":"MM_EUPHONICS_FMSYNTH_MONO","features":[86]},{"name":"MM_EUPHONICS_FMSYNTH_STEREO","features":[86]},{"name":"MM_EUPHONICS_MIDIIN","features":[86]},{"name":"MM_EUPHONICS_MIDIOUT","features":[86]},{"name":"MM_EUPHONICS_MIXER","features":[86]},{"name":"MM_EUPHONICS_WAVEIN","features":[86]},{"name":"MM_EUPHONICS_WAVEOUT","features":[86]},{"name":"MM_EVEREX","features":[86]},{"name":"MM_EVEREX_CARRIER","features":[86]},{"name":"MM_EXAN","features":[86]},{"name":"MM_FAITH","features":[86]},{"name":"MM_FAST","features":[86]},{"name":"MM_FHGIIS_MPEGLAYER3","features":[86]},{"name":"MM_FHGIIS_MPEGLAYER3_ADVANCED","features":[86]},{"name":"MM_FHGIIS_MPEGLAYER3_ADVANCEDPLUS","features":[86]},{"name":"MM_FHGIIS_MPEGLAYER3_BASIC","features":[86]},{"name":"MM_FHGIIS_MPEGLAYER3_DECODE","features":[86]},{"name":"MM_FHGIIS_MPEGLAYER3_LITE","features":[86]},{"name":"MM_FHGIIS_MPEGLAYER3_PROFESSIONAL","features":[86]},{"name":"MM_FLEXION","features":[86]},{"name":"MM_FLEXION_X300_WAVEIN","features":[86]},{"name":"MM_FLEXION_X300_WAVEOUT","features":[86]},{"name":"MM_FORTEMEDIA","features":[86]},{"name":"MM_FORTEMEDIA_AUX","features":[86]},{"name":"MM_FORTEMEDIA_FMSYNC","features":[86]},{"name":"MM_FORTEMEDIA_MIXER","features":[86]},{"name":"MM_FORTEMEDIA_WAVEIN","features":[86]},{"name":"MM_FORTEMEDIA_WAVEOUT","features":[86]},{"name":"MM_FRAUNHOFER_IIS","features":[86]},{"name":"MM_FRONTIER","features":[86]},{"name":"MM_FRONTIER_WAVECENTER_MIDIIN","features":[86]},{"name":"MM_FRONTIER_WAVECENTER_MIDIOUT","features":[86]},{"name":"MM_FRONTIER_WAVECENTER_WAVEIN","features":[86]},{"name":"MM_FRONTIER_WAVECENTER_WAVEOUT","features":[86]},{"name":"MM_FTR","features":[86]},{"name":"MM_FTR_ACM","features":[86]},{"name":"MM_FTR_ENCODER_WAVEIN","features":[86]},{"name":"MM_FUJITSU","features":[86]},{"name":"MM_GADGETLABS","features":[86]},{"name":"MM_GADGETLABS_WAVE42_WAVEIN","features":[86]},{"name":"MM_GADGETLABS_WAVE42_WAVEOUT","features":[86]},{"name":"MM_GADGETLABS_WAVE44_WAVEIN","features":[86]},{"name":"MM_GADGETLABS_WAVE44_WAVEOUT","features":[86]},{"name":"MM_GADGETLABS_WAVE4_MIDIIN","features":[86]},{"name":"MM_GADGETLABS_WAVE4_MIDIOUT","features":[86]},{"name":"MM_GRANDE","features":[86]},{"name":"MM_GRAVIS","features":[86]},{"name":"MM_GUILLEMOT","features":[86]},{"name":"MM_GULBRANSEN","features":[86]},{"name":"MM_HAFTMANN","features":[86]},{"name":"MM_HAFTMANN_LPTDAC2","features":[86]},{"name":"MM_HEADSPACE","features":[86]},{"name":"MM_HEADSPACE_HAEMIXER","features":[86]},{"name":"MM_HEADSPACE_HAESYNTH","features":[86]},{"name":"MM_HEADSPACE_HAEWAVEIN","features":[86]},{"name":"MM_HEADSPACE_HAEWAVEOUT","features":[86]},{"name":"MM_HEWLETT_PACKARD","features":[86]},{"name":"MM_HEWLETT_PACKARD_CU_CODEC","features":[86]},{"name":"MM_HORIZONS","features":[86]},{"name":"MM_HP","features":[86]},{"name":"MM_HP_WAVEIN","features":[86]},{"name":"MM_HP_WAVEOUT","features":[86]},{"name":"MM_HYPERACTIVE","features":[86]},{"name":"MM_IBM","features":[86]},{"name":"MM_IBM_MWAVE_AUX","features":[86]},{"name":"MM_IBM_MWAVE_MIDIIN","features":[86]},{"name":"MM_IBM_MWAVE_MIDIOUT","features":[86]},{"name":"MM_IBM_MWAVE_MIXER","features":[86]},{"name":"MM_IBM_MWAVE_WAVEIN","features":[86]},{"name":"MM_IBM_MWAVE_WAVEOUT","features":[86]},{"name":"MM_IBM_PCMCIA_AUX","features":[86]},{"name":"MM_IBM_PCMCIA_MIDIIN","features":[86]},{"name":"MM_IBM_PCMCIA_MIDIOUT","features":[86]},{"name":"MM_IBM_PCMCIA_SYNTH","features":[86]},{"name":"MM_IBM_PCMCIA_WAVEIN","features":[86]},{"name":"MM_IBM_PCMCIA_WAVEOUT","features":[86]},{"name":"MM_IBM_THINKPAD200","features":[86]},{"name":"MM_IBM_WC_MIDIOUT","features":[86]},{"name":"MM_IBM_WC_MIXEROUT","features":[86]},{"name":"MM_IBM_WC_WAVEOUT","features":[86]},{"name":"MM_ICCC","features":[86]},{"name":"MM_ICCC_UNA3_AUX","features":[86]},{"name":"MM_ICCC_UNA3_MIXER","features":[86]},{"name":"MM_ICCC_UNA3_WAVEIN","features":[86]},{"name":"MM_ICCC_UNA3_WAVEOUT","features":[86]},{"name":"MM_ICE","features":[86]},{"name":"MM_ICE_AUX","features":[86]},{"name":"MM_ICE_MIDIIN1","features":[86]},{"name":"MM_ICE_MIDIIN2","features":[86]},{"name":"MM_ICE_MIDIOUT1","features":[86]},{"name":"MM_ICE_MIDIOUT2","features":[86]},{"name":"MM_ICE_MIXER","features":[86]},{"name":"MM_ICE_MTWAVEIN","features":[86]},{"name":"MM_ICE_MTWAVEOUT","features":[86]},{"name":"MM_ICE_SYNTH","features":[86]},{"name":"MM_ICE_WAVEIN","features":[86]},{"name":"MM_ICE_WAVEOUT","features":[86]},{"name":"MM_ICL_PS","features":[86]},{"name":"MM_ICOM_AUX","features":[86]},{"name":"MM_ICOM_LINE","features":[86]},{"name":"MM_ICOM_MIXER","features":[86]},{"name":"MM_ICOM_WAVEIN","features":[86]},{"name":"MM_ICOM_WAVEOUT","features":[86]},{"name":"MM_ICS","features":[86]},{"name":"MM_ICS_2115_LITE_MIDIOUT","features":[86]},{"name":"MM_ICS_2120_LITE_MIDIOUT","features":[86]},{"name":"MM_ICS_WAVEDECK_AUX","features":[86]},{"name":"MM_ICS_WAVEDECK_MIXER","features":[86]},{"name":"MM_ICS_WAVEDECK_SYNTH","features":[86]},{"name":"MM_ICS_WAVEDECK_WAVEIN","features":[86]},{"name":"MM_ICS_WAVEDECK_WAVEOUT","features":[86]},{"name":"MM_ICS_WAVEDEC_SB_AUX","features":[86]},{"name":"MM_ICS_WAVEDEC_SB_FM_MIDIOUT","features":[86]},{"name":"MM_ICS_WAVEDEC_SB_MIXER","features":[86]},{"name":"MM_ICS_WAVEDEC_SB_MPU401_MIDIIN","features":[86]},{"name":"MM_ICS_WAVEDEC_SB_MPU401_MIDIOUT","features":[86]},{"name":"MM_ICS_WAVEDEC_SB_WAVEIN","features":[86]},{"name":"MM_ICS_WAVEDEC_SB_WAVEOUT","features":[86]},{"name":"MM_INSOFT","features":[86]},{"name":"MM_INTEL","features":[86]},{"name":"MM_INTELOPD_AUX","features":[86]},{"name":"MM_INTELOPD_WAVEIN","features":[86]},{"name":"MM_INTELOPD_WAVEOUT","features":[86]},{"name":"MM_INTEL_NSPMODEMLINEIN","features":[86]},{"name":"MM_INTEL_NSPMODEMLINEOUT","features":[86]},{"name":"MM_INTERACTIVE","features":[86]},{"name":"MM_INTERACTIVE_WAVEIN","features":[86]},{"name":"MM_INTERACTIVE_WAVEOUT","features":[86]},{"name":"MM_INTERNET","features":[86]},{"name":"MM_INTERNET_SSW_MIDIIN","features":[86]},{"name":"MM_INTERNET_SSW_MIDIOUT","features":[86]},{"name":"MM_INTERNET_SSW_WAVEIN","features":[86]},{"name":"MM_INTERNET_SSW_WAVEOUT","features":[86]},{"name":"MM_INVISION","features":[86]},{"name":"MM_IODD","features":[86]},{"name":"MM_IOMAGIC","features":[86]},{"name":"MM_IOMAGIC_TEMPO_AUXOUT","features":[86]},{"name":"MM_IOMAGIC_TEMPO_MIDIOUT","features":[86]},{"name":"MM_IOMAGIC_TEMPO_MXDOUT","features":[86]},{"name":"MM_IOMAGIC_TEMPO_SYNTH","features":[86]},{"name":"MM_IOMAGIC_TEMPO_WAVEIN","features":[86]},{"name":"MM_IOMAGIC_TEMPO_WAVEOUT","features":[86]},{"name":"MM_IPI","features":[86]},{"name":"MM_IPI_ACM_HSX","features":[86]},{"name":"MM_IPI_ACM_RPELP","features":[86]},{"name":"MM_IPI_AT_MIXER","features":[86]},{"name":"MM_IPI_AT_WAVEIN","features":[86]},{"name":"MM_IPI_AT_WAVEOUT","features":[86]},{"name":"MM_IPI_WF_ASSS","features":[86]},{"name":"MM_ISOLUTION","features":[86]},{"name":"MM_ISOLUTION_PASCAL","features":[86]},{"name":"MM_ITERATEDSYS","features":[86]},{"name":"MM_ITERATEDSYS_FUFCODEC","features":[86]},{"name":"MM_I_LINK","features":[86]},{"name":"MM_I_LINK_VOICE_CODER","features":[86]},{"name":"MM_KAY_ELEMETRICS","features":[86]},{"name":"MM_KAY_ELEMETRICS_CSL","features":[86]},{"name":"MM_KAY_ELEMETRICS_CSL_4CHANNEL","features":[86]},{"name":"MM_KAY_ELEMETRICS_CSL_DAT","features":[86]},{"name":"MM_KORG","features":[86]},{"name":"MM_KORG_1212IO_MSWAVEIN","features":[86]},{"name":"MM_KORG_1212IO_MSWAVEOUT","features":[86]},{"name":"MM_KORG_PCIF_MIDIIN","features":[86]},{"name":"MM_KORG_PCIF_MIDIOUT","features":[86]},{"name":"MM_LERNOUT_ANDHAUSPIE_LHCODECACM","features":[86]},{"name":"MM_LERNOUT_AND_HAUSPIE","features":[86]},{"name":"MM_LEXICON","features":[86]},{"name":"MM_LEXICON_STUDIO_WAVE_IN","features":[86]},{"name":"MM_LEXICON_STUDIO_WAVE_OUT","features":[86]},{"name":"MM_LOGITECH","features":[86]},{"name":"MM_LUCENT","features":[86]},{"name":"MM_LUCENT_ACM_G723","features":[86]},{"name":"MM_LUCID","features":[86]},{"name":"MM_LUCID_PCI24WAVEIN","features":[86]},{"name":"MM_LUCID_PCI24WAVEOUT","features":[86]},{"name":"MM_LUMINOSITI","features":[86]},{"name":"MM_LUMINOSITI_SCWAVEIN","features":[86]},{"name":"MM_LUMINOSITI_SCWAVEMIX","features":[86]},{"name":"MM_LUMINOSITI_SCWAVEOUT","features":[86]},{"name":"MM_LYNX","features":[86]},{"name":"MM_LYRRUS","features":[86]},{"name":"MM_LYRRUS_BRIDGE_GUITAR","features":[86]},{"name":"MM_MALDEN","features":[86]},{"name":"MM_MARIAN","features":[86]},{"name":"MM_MARIAN_ARC44WAVEIN","features":[86]},{"name":"MM_MARIAN_ARC44WAVEOUT","features":[86]},{"name":"MM_MARIAN_ARC88WAVEIN","features":[86]},{"name":"MM_MARIAN_ARC88WAVEOUT","features":[86]},{"name":"MM_MARIAN_PRODIF24WAVEIN","features":[86]},{"name":"MM_MARIAN_PRODIF24WAVEOUT","features":[86]},{"name":"MM_MATROX_DIV","features":[86]},{"name":"MM_MATSUSHITA","features":[86]},{"name":"MM_MATSUSHITA_AUX","features":[86]},{"name":"MM_MATSUSHITA_FMSYNTH_STEREO","features":[86]},{"name":"MM_MATSUSHITA_MIXER","features":[86]},{"name":"MM_MATSUSHITA_WAVEIN","features":[86]},{"name":"MM_MATSUSHITA_WAVEOUT","features":[86]},{"name":"MM_MEDIASONIC","features":[86]},{"name":"MM_MEDIASONIC_ACM_G723","features":[86]},{"name":"MM_MEDIASONIC_ICOM","features":[86]},{"name":"MM_MEDIATRIX","features":[86]},{"name":"MM_MEDIAVISION","features":[86]},{"name":"MM_MEDIAVISION_CDPC","features":[86]},{"name":"MM_MEDIAVISION_OPUS1208","features":[86]},{"name":"MM_MEDIAVISION_OPUS1216","features":[86]},{"name":"MM_MEDIAVISION_PROAUDIO","features":[86]},{"name":"MM_MEDIAVISION_PROAUDIO_16","features":[86]},{"name":"MM_MEDIAVISION_PROAUDIO_PLUS","features":[86]},{"name":"MM_MEDIAVISION_PROSTUDIO_16","features":[86]},{"name":"MM_MEDIAVISION_THUNDER","features":[86]},{"name":"MM_MEDIAVISION_TPORT","features":[86]},{"name":"MM_MELABS","features":[86]},{"name":"MM_MELABS_MIDI2GO","features":[86]},{"name":"MM_MERGING_MPEGL3","features":[86]},{"name":"MM_MERGING_TECHNOLOGIES","features":[86]},{"name":"MM_METHEUS","features":[86]},{"name":"MM_METHEUS_ZIPPER","features":[86]},{"name":"MM_MICRONAS","features":[86]},{"name":"MM_MICRONAS_CLP833","features":[86]},{"name":"MM_MICRONAS_SC4","features":[86]},{"name":"MM_MINDMAKER","features":[86]},{"name":"MM_MINDMAKER_GC_MIXER","features":[86]},{"name":"MM_MINDMAKER_GC_WAVEIN","features":[86]},{"name":"MM_MINDMAKER_GC_WAVEOUT","features":[86]},{"name":"MM_MIRO","features":[86]},{"name":"MM_MIRO_DC30_MIX","features":[86]},{"name":"MM_MIRO_DC30_WAVEIN","features":[86]},{"name":"MM_MIRO_DC30_WAVEOUT","features":[86]},{"name":"MM_MIRO_MOVIEPRO","features":[86]},{"name":"MM_MIRO_VIDEOD1","features":[86]},{"name":"MM_MIRO_VIDEODC1TV","features":[86]},{"name":"MM_MIRO_VIDEOTD","features":[86]},{"name":"MM_MITEL","features":[86]},{"name":"MM_MITEL_MEDIAPATH_WAVEIN","features":[86]},{"name":"MM_MITEL_MEDIAPATH_WAVEOUT","features":[86]},{"name":"MM_MITEL_MPA_HANDSET_WAVEIN","features":[86]},{"name":"MM_MITEL_MPA_HANDSET_WAVEOUT","features":[86]},{"name":"MM_MITEL_MPA_HANDSFREE_WAVEIN","features":[86]},{"name":"MM_MITEL_MPA_HANDSFREE_WAVEOUT","features":[86]},{"name":"MM_MITEL_MPA_LINE1_WAVEIN","features":[86]},{"name":"MM_MITEL_MPA_LINE1_WAVEOUT","features":[86]},{"name":"MM_MITEL_MPA_LINE2_WAVEIN","features":[86]},{"name":"MM_MITEL_MPA_LINE2_WAVEOUT","features":[86]},{"name":"MM_MITEL_TALKTO_BRIDGED_WAVEIN","features":[86]},{"name":"MM_MITEL_TALKTO_BRIDGED_WAVEOUT","features":[86]},{"name":"MM_MITEL_TALKTO_HANDSET_WAVEIN","features":[86]},{"name":"MM_MITEL_TALKTO_HANDSET_WAVEOUT","features":[86]},{"name":"MM_MITEL_TALKTO_LINE_WAVEIN","features":[86]},{"name":"MM_MITEL_TALKTO_LINE_WAVEOUT","features":[86]},{"name":"MM_MMOTION_WAVEAUX","features":[86]},{"name":"MM_MMOTION_WAVEIN","features":[86]},{"name":"MM_MMOTION_WAVEOUT","features":[86]},{"name":"MM_MOSCOM","features":[86]},{"name":"MM_MOSCOM_VPC2400_IN","features":[86]},{"name":"MM_MOSCOM_VPC2400_OUT","features":[86]},{"name":"MM_MOTIONPIXELS","features":[86]},{"name":"MM_MOTIONPIXELS_MVI2","features":[86]},{"name":"MM_MOTOROLA","features":[86]},{"name":"MM_MOTU","features":[86]},{"name":"MM_MOTU_DTX_MIDI_IN_A","features":[86]},{"name":"MM_MOTU_DTX_MIDI_IN_B","features":[86]},{"name":"MM_MOTU_DTX_MIDI_IN_SYNC","features":[86]},{"name":"MM_MOTU_DTX_MIDI_OUT_A","features":[86]},{"name":"MM_MOTU_DTX_MIDI_OUT_B","features":[86]},{"name":"MM_MOTU_FLYER_MIDI_IN_A","features":[86]},{"name":"MM_MOTU_FLYER_MIDI_IN_B","features":[86]},{"name":"MM_MOTU_FLYER_MIDI_IN_SYNC","features":[86]},{"name":"MM_MOTU_FLYER_MIDI_OUT_A","features":[86]},{"name":"MM_MOTU_FLYER_MIDI_OUT_B","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIIN_1","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIIN_2","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIIN_3","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIIN_4","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIIN_5","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIIN_6","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIIN_7","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIIN_8","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIIN_ADAT","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIIN_SYNC","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIOUT_1","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIOUT_2","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIOUT_3","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIOUT_4","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIOUT_5","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIOUT_6","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIOUT_7","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIOUT_8","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIOUT_ADAT","features":[86]},{"name":"MM_MOTU_MTPAV_MIDIOUT_ALL","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_1","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_2","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_3","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_4","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_5","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_6","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_7","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_8","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_1","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_2","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_3","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_4","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_5","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_6","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_7","features":[86]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_8","features":[86]},{"name":"MM_MOTU_MTPII_MIDIIN_1","features":[86]},{"name":"MM_MOTU_MTPII_MIDIIN_2","features":[86]},{"name":"MM_MOTU_MTPII_MIDIIN_3","features":[86]},{"name":"MM_MOTU_MTPII_MIDIIN_4","features":[86]},{"name":"MM_MOTU_MTPII_MIDIIN_5","features":[86]},{"name":"MM_MOTU_MTPII_MIDIIN_6","features":[86]},{"name":"MM_MOTU_MTPII_MIDIIN_7","features":[86]},{"name":"MM_MOTU_MTPII_MIDIIN_8","features":[86]},{"name":"MM_MOTU_MTPII_MIDIIN_SYNC","features":[86]},{"name":"MM_MOTU_MTPII_MIDIOUT_1","features":[86]},{"name":"MM_MOTU_MTPII_MIDIOUT_2","features":[86]},{"name":"MM_MOTU_MTPII_MIDIOUT_3","features":[86]},{"name":"MM_MOTU_MTPII_MIDIOUT_4","features":[86]},{"name":"MM_MOTU_MTPII_MIDIOUT_5","features":[86]},{"name":"MM_MOTU_MTPII_MIDIOUT_6","features":[86]},{"name":"MM_MOTU_MTPII_MIDIOUT_7","features":[86]},{"name":"MM_MOTU_MTPII_MIDIOUT_8","features":[86]},{"name":"MM_MOTU_MTPII_MIDIOUT_ALL","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_1","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_2","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_3","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_4","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_5","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_6","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_7","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_8","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_1","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_2","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_3","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_4","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_5","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_6","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_7","features":[86]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_8","features":[86]},{"name":"MM_MOTU_MTP_MIDIIN_1","features":[86]},{"name":"MM_MOTU_MTP_MIDIIN_2","features":[86]},{"name":"MM_MOTU_MTP_MIDIIN_3","features":[86]},{"name":"MM_MOTU_MTP_MIDIIN_4","features":[86]},{"name":"MM_MOTU_MTP_MIDIIN_5","features":[86]},{"name":"MM_MOTU_MTP_MIDIIN_6","features":[86]},{"name":"MM_MOTU_MTP_MIDIIN_7","features":[86]},{"name":"MM_MOTU_MTP_MIDIIN_8","features":[86]},{"name":"MM_MOTU_MTP_MIDIOUT_1","features":[86]},{"name":"MM_MOTU_MTP_MIDIOUT_2","features":[86]},{"name":"MM_MOTU_MTP_MIDIOUT_3","features":[86]},{"name":"MM_MOTU_MTP_MIDIOUT_4","features":[86]},{"name":"MM_MOTU_MTP_MIDIOUT_5","features":[86]},{"name":"MM_MOTU_MTP_MIDIOUT_6","features":[86]},{"name":"MM_MOTU_MTP_MIDIOUT_7","features":[86]},{"name":"MM_MOTU_MTP_MIDIOUT_8","features":[86]},{"name":"MM_MOTU_MTP_MIDIOUT_ALL","features":[86]},{"name":"MM_MOTU_MXN_MIDIIN_1","features":[86]},{"name":"MM_MOTU_MXN_MIDIIN_2","features":[86]},{"name":"MM_MOTU_MXN_MIDIIN_3","features":[86]},{"name":"MM_MOTU_MXN_MIDIIN_4","features":[86]},{"name":"MM_MOTU_MXN_MIDIIN_SYNC","features":[86]},{"name":"MM_MOTU_MXN_MIDIOUT_1","features":[86]},{"name":"MM_MOTU_MXN_MIDIOUT_2","features":[86]},{"name":"MM_MOTU_MXN_MIDIOUT_3","features":[86]},{"name":"MM_MOTU_MXN_MIDIOUT_4","features":[86]},{"name":"MM_MOTU_MXN_MIDIOUT_ALL","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIIN_1","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIIN_2","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIIN_3","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIIN_4","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIIN_5","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIIN_6","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIIN_SYNC","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_1","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_2","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_3","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_4","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_5","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_6","features":[86]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_ALL","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIIN_1","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIIN_2","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIIN_3","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIIN_4","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIIN_5","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIIN_6","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIIN_7","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIIN_8","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIIN_SYNC","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIOUT_1","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIOUT_2","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIOUT_3","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIOUT_4","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIOUT_5","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIOUT_6","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIOUT_7","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIOUT_8","features":[86]},{"name":"MM_MOTU_MXPXT_MIDIOUT_ALL","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_1","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_2","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_3","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_4","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_5","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_6","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_1","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_2","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_3","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_4","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_5","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_6","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_ALL","features":[86]},{"name":"MM_MOTU_MXP_MIDIIN_SYNC","features":[86]},{"name":"MM_MOTU_PKX_MIDI_IN_A","features":[86]},{"name":"MM_MOTU_PKX_MIDI_IN_B","features":[86]},{"name":"MM_MOTU_PKX_MIDI_IN_SYNC","features":[86]},{"name":"MM_MOTU_PKX_MIDI_OUT_A","features":[86]},{"name":"MM_MOTU_PKX_MIDI_OUT_B","features":[86]},{"name":"MM_MPTUS","features":[86]},{"name":"MM_MPTUS_SPWAVEOUT","features":[86]},{"name":"MM_MSFT_ACM_G711","features":[86]},{"name":"MM_MSFT_ACM_GSM610","features":[86]},{"name":"MM_MSFT_ACM_IMAADPCM","features":[86]},{"name":"MM_MSFT_ACM_MSADPCM","features":[86]},{"name":"MM_MSFT_ACM_MSAUDIO1","features":[86]},{"name":"MM_MSFT_ACM_MSFILTER","features":[86]},{"name":"MM_MSFT_ACM_MSG723","features":[86]},{"name":"MM_MSFT_ACM_MSNAUDIO","features":[86]},{"name":"MM_MSFT_ACM_MSRT24","features":[86]},{"name":"MM_MSFT_ACM_PCM","features":[86]},{"name":"MM_MSFT_ACM_WMAUDIO","features":[86]},{"name":"MM_MSFT_ACM_WMAUDIO2","features":[86]},{"name":"MM_MSFT_GENERIC_AUX_CD","features":[86]},{"name":"MM_MSFT_GENERIC_AUX_LINE","features":[86]},{"name":"MM_MSFT_GENERIC_AUX_MIC","features":[86]},{"name":"MM_MSFT_GENERIC_MIDIIN","features":[86]},{"name":"MM_MSFT_GENERIC_MIDIOUT","features":[86]},{"name":"MM_MSFT_GENERIC_MIDISYNTH","features":[86]},{"name":"MM_MSFT_GENERIC_WAVEIN","features":[86]},{"name":"MM_MSFT_GENERIC_WAVEOUT","features":[86]},{"name":"MM_MSFT_MSACM","features":[86]},{"name":"MM_MSFT_MSOPL_SYNTH","features":[86]},{"name":"MM_MSFT_SB16_AUX_CD","features":[86]},{"name":"MM_MSFT_SB16_AUX_LINE","features":[86]},{"name":"MM_MSFT_SB16_MIDIIN","features":[86]},{"name":"MM_MSFT_SB16_MIDIOUT","features":[86]},{"name":"MM_MSFT_SB16_MIXER","features":[86]},{"name":"MM_MSFT_SB16_SYNTH","features":[86]},{"name":"MM_MSFT_SB16_WAVEIN","features":[86]},{"name":"MM_MSFT_SB16_WAVEOUT","features":[86]},{"name":"MM_MSFT_SBPRO_AUX_CD","features":[86]},{"name":"MM_MSFT_SBPRO_AUX_LINE","features":[86]},{"name":"MM_MSFT_SBPRO_MIDIIN","features":[86]},{"name":"MM_MSFT_SBPRO_MIDIOUT","features":[86]},{"name":"MM_MSFT_SBPRO_MIXER","features":[86]},{"name":"MM_MSFT_SBPRO_SYNTH","features":[86]},{"name":"MM_MSFT_SBPRO_WAVEIN","features":[86]},{"name":"MM_MSFT_SBPRO_WAVEOUT","features":[86]},{"name":"MM_MSFT_VMDMS_HANDSET_WAVEIN","features":[86]},{"name":"MM_MSFT_VMDMS_HANDSET_WAVEOUT","features":[86]},{"name":"MM_MSFT_VMDMS_LINE_WAVEIN","features":[86]},{"name":"MM_MSFT_VMDMS_LINE_WAVEOUT","features":[86]},{"name":"MM_MSFT_VMDMW_HANDSET_WAVEIN","features":[86]},{"name":"MM_MSFT_VMDMW_HANDSET_WAVEOUT","features":[86]},{"name":"MM_MSFT_VMDMW_LINE_WAVEIN","features":[86]},{"name":"MM_MSFT_VMDMW_LINE_WAVEOUT","features":[86]},{"name":"MM_MSFT_VMDMW_MIXER","features":[86]},{"name":"MM_MSFT_VMDM_GAME_WAVEIN","features":[86]},{"name":"MM_MSFT_VMDM_GAME_WAVEOUT","features":[86]},{"name":"MM_MSFT_WDMAUDIO_AUX","features":[86]},{"name":"MM_MSFT_WDMAUDIO_MIDIIN","features":[86]},{"name":"MM_MSFT_WDMAUDIO_MIDIOUT","features":[86]},{"name":"MM_MSFT_WDMAUDIO_MIXER","features":[86]},{"name":"MM_MSFT_WDMAUDIO_WAVEIN","features":[86]},{"name":"MM_MSFT_WDMAUDIO_WAVEOUT","features":[86]},{"name":"MM_MSFT_WSS_AUX","features":[86]},{"name":"MM_MSFT_WSS_FMSYNTH_STEREO","features":[86]},{"name":"MM_MSFT_WSS_MIXER","features":[86]},{"name":"MM_MSFT_WSS_NT_AUX","features":[86]},{"name":"MM_MSFT_WSS_NT_FMSYNTH_STEREO","features":[86]},{"name":"MM_MSFT_WSS_NT_MIXER","features":[86]},{"name":"MM_MSFT_WSS_NT_WAVEIN","features":[86]},{"name":"MM_MSFT_WSS_NT_WAVEOUT","features":[86]},{"name":"MM_MSFT_WSS_OEM_AUX","features":[86]},{"name":"MM_MSFT_WSS_OEM_FMSYNTH_STEREO","features":[86]},{"name":"MM_MSFT_WSS_OEM_MIXER","features":[86]},{"name":"MM_MSFT_WSS_OEM_WAVEIN","features":[86]},{"name":"MM_MSFT_WSS_OEM_WAVEOUT","features":[86]},{"name":"MM_MSFT_WSS_WAVEIN","features":[86]},{"name":"MM_MSFT_WSS_WAVEOUT","features":[86]},{"name":"MM_MWM","features":[86]},{"name":"MM_NCR","features":[86]},{"name":"MM_NCR_BA_AUX","features":[86]},{"name":"MM_NCR_BA_MIXER","features":[86]},{"name":"MM_NCR_BA_SYNTH","features":[86]},{"name":"MM_NCR_BA_WAVEIN","features":[86]},{"name":"MM_NCR_BA_WAVEOUT","features":[86]},{"name":"MM_NEC","features":[86]},{"name":"MM_NEC_26_SYNTH","features":[86]},{"name":"MM_NEC_73_86_SYNTH","features":[86]},{"name":"MM_NEC_73_86_WAVEIN","features":[86]},{"name":"MM_NEC_73_86_WAVEOUT","features":[86]},{"name":"MM_NEC_JOYSTICK","features":[86]},{"name":"MM_NEC_MPU401_MIDIIN","features":[86]},{"name":"MM_NEC_MPU401_MIDIOUT","features":[86]},{"name":"MM_NEOMAGIC","features":[86]},{"name":"MM_NEOMAGIC_AUX","features":[86]},{"name":"MM_NEOMAGIC_MIDIIN","features":[86]},{"name":"MM_NEOMAGIC_MIDIOUT","features":[86]},{"name":"MM_NEOMAGIC_MW3DX_AUX","features":[86]},{"name":"MM_NEOMAGIC_MW3DX_FMSYNTH","features":[86]},{"name":"MM_NEOMAGIC_MW3DX_GMSYNTH","features":[86]},{"name":"MM_NEOMAGIC_MW3DX_MIDIIN","features":[86]},{"name":"MM_NEOMAGIC_MW3DX_MIDIOUT","features":[86]},{"name":"MM_NEOMAGIC_MW3DX_MIXER","features":[86]},{"name":"MM_NEOMAGIC_MW3DX_WAVEIN","features":[86]},{"name":"MM_NEOMAGIC_MW3DX_WAVEOUT","features":[86]},{"name":"MM_NEOMAGIC_MWAVE_AUX","features":[86]},{"name":"MM_NEOMAGIC_MWAVE_MIDIIN","features":[86]},{"name":"MM_NEOMAGIC_MWAVE_MIDIOUT","features":[86]},{"name":"MM_NEOMAGIC_MWAVE_MIXER","features":[86]},{"name":"MM_NEOMAGIC_MWAVE_WAVEIN","features":[86]},{"name":"MM_NEOMAGIC_MWAVE_WAVEOUT","features":[86]},{"name":"MM_NEOMAGIC_SYNTH","features":[86]},{"name":"MM_NEOMAGIC_WAVEIN","features":[86]},{"name":"MM_NEOMAGIC_WAVEOUT","features":[86]},{"name":"MM_NETSCAPE","features":[86]},{"name":"MM_NETXL","features":[86]},{"name":"MM_NETXL_XLVIDEO","features":[86]},{"name":"MM_NEWMEDIA","features":[86]},{"name":"MM_NEWMEDIA_WAVJAMMER","features":[86]},{"name":"MM_NMP","features":[86]},{"name":"MM_NMP_ACM_AMR","features":[86]},{"name":"MM_NMP_CCP_WAVEIN","features":[86]},{"name":"MM_NMP_CCP_WAVEOUT","features":[86]},{"name":"MM_NMS","features":[86]},{"name":"MM_NOGATECH","features":[86]},{"name":"MM_NORRIS","features":[86]},{"name":"MM_NORRIS_VOICELINK","features":[86]},{"name":"MM_NORTEL_MPXAC_WAVEIN","features":[86]},{"name":"MM_NORTEL_MPXAC_WAVEOUT","features":[86]},{"name":"MM_NORTHERN_TELECOM","features":[86]},{"name":"MM_NVIDIA","features":[86]},{"name":"MM_NVIDIA_AUX","features":[86]},{"name":"MM_NVIDIA_GAMEPORT","features":[86]},{"name":"MM_NVIDIA_MIDIIN","features":[86]},{"name":"MM_NVIDIA_MIDIOUT","features":[86]},{"name":"MM_NVIDIA_MIXER","features":[86]},{"name":"MM_NVIDIA_WAVEIN","features":[86]},{"name":"MM_NVIDIA_WAVEOUT","features":[86]},{"name":"MM_OKI","features":[86]},{"name":"MM_OKSORI","features":[86]},{"name":"MM_OKSORI_BASE","features":[86]},{"name":"MM_OKSORI_EXT_MIC1","features":[86]},{"name":"MM_OKSORI_EXT_MIC2","features":[86]},{"name":"MM_OKSORI_FM_OPL4","features":[86]},{"name":"MM_OKSORI_MIDIIN","features":[86]},{"name":"MM_OKSORI_MIDIOUT","features":[86]},{"name":"MM_OKSORI_MIX_AUX1","features":[86]},{"name":"MM_OKSORI_MIX_CD","features":[86]},{"name":"MM_OKSORI_MIX_ECHO","features":[86]},{"name":"MM_OKSORI_MIX_FM","features":[86]},{"name":"MM_OKSORI_MIX_LINE","features":[86]},{"name":"MM_OKSORI_MIX_LINE1","features":[86]},{"name":"MM_OKSORI_MIX_MASTER","features":[86]},{"name":"MM_OKSORI_MIX_MIC","features":[86]},{"name":"MM_OKSORI_MIX_WAVE","features":[86]},{"name":"MM_OKSORI_MPEG_CDVISION","features":[86]},{"name":"MM_OKSORI_OSR16_WAVEIN","features":[86]},{"name":"MM_OKSORI_OSR16_WAVEOUT","features":[86]},{"name":"MM_OKSORI_OSR8_WAVEIN","features":[86]},{"name":"MM_OKSORI_OSR8_WAVEOUT","features":[86]},{"name":"MM_OLIVETTI","features":[86]},{"name":"MM_OLIVETTI_ACM_ADPCM","features":[86]},{"name":"MM_OLIVETTI_ACM_CELP","features":[86]},{"name":"MM_OLIVETTI_ACM_GSM","features":[86]},{"name":"MM_OLIVETTI_ACM_OPR","features":[86]},{"name":"MM_OLIVETTI_ACM_SBC","features":[86]},{"name":"MM_OLIVETTI_AUX","features":[86]},{"name":"MM_OLIVETTI_JOYSTICK","features":[86]},{"name":"MM_OLIVETTI_MIDIIN","features":[86]},{"name":"MM_OLIVETTI_MIDIOUT","features":[86]},{"name":"MM_OLIVETTI_MIXER","features":[86]},{"name":"MM_OLIVETTI_SYNTH","features":[86]},{"name":"MM_OLIVETTI_WAVEIN","features":[86]},{"name":"MM_OLIVETTI_WAVEOUT","features":[86]},{"name":"MM_ONLIVE","features":[86]},{"name":"MM_ONLIVE_MPCODEC","features":[86]},{"name":"MM_OPCODE","features":[86]},{"name":"MM_OPTI","features":[86]},{"name":"MM_OPTI_M16_AUX","features":[86]},{"name":"MM_OPTI_M16_FMSYNTH_STEREO","features":[86]},{"name":"MM_OPTI_M16_MIDIIN","features":[86]},{"name":"MM_OPTI_M16_MIDIOUT","features":[86]},{"name":"MM_OPTI_M16_MIXER","features":[86]},{"name":"MM_OPTI_M16_WAVEIN","features":[86]},{"name":"MM_OPTI_M16_WAVEOUT","features":[86]},{"name":"MM_OPTI_M32_AUX","features":[86]},{"name":"MM_OPTI_M32_MIDIIN","features":[86]},{"name":"MM_OPTI_M32_MIDIOUT","features":[86]},{"name":"MM_OPTI_M32_MIXER","features":[86]},{"name":"MM_OPTI_M32_SYNTH_STEREO","features":[86]},{"name":"MM_OPTI_M32_WAVEIN","features":[86]},{"name":"MM_OPTI_M32_WAVEOUT","features":[86]},{"name":"MM_OPTI_P16_AUX","features":[86]},{"name":"MM_OPTI_P16_FMSYNTH_STEREO","features":[86]},{"name":"MM_OPTI_P16_MIDIIN","features":[86]},{"name":"MM_OPTI_P16_MIDIOUT","features":[86]},{"name":"MM_OPTI_P16_MIXER","features":[86]},{"name":"MM_OPTI_P16_WAVEIN","features":[86]},{"name":"MM_OPTI_P16_WAVEOUT","features":[86]},{"name":"MM_OPUS1208_AUX","features":[86]},{"name":"MM_OPUS1208_MIXER","features":[86]},{"name":"MM_OPUS1208_SYNTH","features":[86]},{"name":"MM_OPUS1208_WAVEIN","features":[86]},{"name":"MM_OPUS1208_WAVEOUT","features":[86]},{"name":"MM_OPUS1216_AUX","features":[86]},{"name":"MM_OPUS1216_MIDIIN","features":[86]},{"name":"MM_OPUS1216_MIDIOUT","features":[86]},{"name":"MM_OPUS1216_MIXER","features":[86]},{"name":"MM_OPUS1216_SYNTH","features":[86]},{"name":"MM_OPUS1216_WAVEIN","features":[86]},{"name":"MM_OPUS1216_WAVEOUT","features":[86]},{"name":"MM_OPUS401_MIDIIN","features":[86]},{"name":"MM_OPUS401_MIDIOUT","features":[86]},{"name":"MM_OSITECH","features":[86]},{"name":"MM_OSITECH_TRUMPCARD","features":[86]},{"name":"MM_OSPREY","features":[86]},{"name":"MM_OSPREY_1000WAVEIN","features":[86]},{"name":"MM_OSPREY_1000WAVEOUT","features":[86]},{"name":"MM_OTI","features":[86]},{"name":"MM_OTI_611MIDIN","features":[86]},{"name":"MM_OTI_611MIDIOUT","features":[86]},{"name":"MM_OTI_611MIXER","features":[86]},{"name":"MM_OTI_611WAVEIN","features":[86]},{"name":"MM_OTI_611WAVEOUT","features":[86]},{"name":"MM_PACIFICRESEARCH","features":[86]},{"name":"MM_PCSPEAKER_WAVEOUT","features":[86]},{"name":"MM_PHILIPS_ACM_LPCBB","features":[86]},{"name":"MM_PHILIPS_SPEECH_PROCESSING","features":[86]},{"name":"MM_PHONET","features":[86]},{"name":"MM_PHONET_PP_MIXER","features":[86]},{"name":"MM_PHONET_PP_WAVEIN","features":[86]},{"name":"MM_PHONET_PP_WAVEOUT","features":[86]},{"name":"MM_PICTURETEL","features":[86]},{"name":"MM_PID_UNMAPPED","features":[86]},{"name":"MM_PINNACLE","features":[86]},{"name":"MM_PRAGMATRAX","features":[86]},{"name":"MM_PRECEPT","features":[86]},{"name":"MM_PROAUD_16_AUX","features":[86]},{"name":"MM_PROAUD_16_MIDIIN","features":[86]},{"name":"MM_PROAUD_16_MIDIOUT","features":[86]},{"name":"MM_PROAUD_16_MIXER","features":[86]},{"name":"MM_PROAUD_16_SYNTH","features":[86]},{"name":"MM_PROAUD_16_WAVEIN","features":[86]},{"name":"MM_PROAUD_16_WAVEOUT","features":[86]},{"name":"MM_PROAUD_AUX","features":[86]},{"name":"MM_PROAUD_MIDIIN","features":[86]},{"name":"MM_PROAUD_MIDIOUT","features":[86]},{"name":"MM_PROAUD_MIXER","features":[86]},{"name":"MM_PROAUD_PLUS_AUX","features":[86]},{"name":"MM_PROAUD_PLUS_MIDIIN","features":[86]},{"name":"MM_PROAUD_PLUS_MIDIOUT","features":[86]},{"name":"MM_PROAUD_PLUS_MIXER","features":[86]},{"name":"MM_PROAUD_PLUS_SYNTH","features":[86]},{"name":"MM_PROAUD_PLUS_WAVEIN","features":[86]},{"name":"MM_PROAUD_PLUS_WAVEOUT","features":[86]},{"name":"MM_PROAUD_SYNTH","features":[86]},{"name":"MM_PROAUD_WAVEIN","features":[86]},{"name":"MM_PROAUD_WAVEOUT","features":[86]},{"name":"MM_QCIAR","features":[86]},{"name":"MM_QDESIGN","features":[86]},{"name":"MM_QDESIGN_ACM_MPEG","features":[86]},{"name":"MM_QDESIGN_ACM_QDESIGN_MUSIC","features":[86]},{"name":"MM_QTEAM","features":[86]},{"name":"MM_QUALCOMM","features":[86]},{"name":"MM_QUANTUM3D","features":[86]},{"name":"MM_QUARTERDECK","features":[86]},{"name":"MM_QUARTERDECK_LHWAVEIN","features":[86]},{"name":"MM_QUARTERDECK_LHWAVEOUT","features":[86]},{"name":"MM_QUICKAUDIO","features":[86]},{"name":"MM_QUICKAUDIO_MAXIMIDI","features":[86]},{"name":"MM_QUICKAUDIO_MINIMIDI","features":[86]},{"name":"MM_QUICKNET","features":[86]},{"name":"MM_QUICKNET_PJWAVEIN","features":[86]},{"name":"MM_QUICKNET_PJWAVEOUT","features":[86]},{"name":"MM_RADIUS","features":[86]},{"name":"MM_RHETOREX","features":[86]},{"name":"MM_RHETOREX_WAVEIN","features":[86]},{"name":"MM_RHETOREX_WAVEOUT","features":[86]},{"name":"MM_RICHMOND","features":[86]},{"name":"MM_ROCKWELL","features":[86]},{"name":"MM_ROLAND","features":[86]},{"name":"MM_ROLAND_MPU401_MIDIIN","features":[86]},{"name":"MM_ROLAND_MPU401_MIDIOUT","features":[86]},{"name":"MM_ROLAND_RAP10_MIDIIN","features":[86]},{"name":"MM_ROLAND_RAP10_MIDIOUT","features":[86]},{"name":"MM_ROLAND_RAP10_SYNTH","features":[86]},{"name":"MM_ROLAND_RAP10_WAVEIN","features":[86]},{"name":"MM_ROLAND_RAP10_WAVEOUT","features":[86]},{"name":"MM_ROLAND_SC7_MIDIIN","features":[86]},{"name":"MM_ROLAND_SC7_MIDIOUT","features":[86]},{"name":"MM_ROLAND_SCP_AUX","features":[86]},{"name":"MM_ROLAND_SCP_MIDIIN","features":[86]},{"name":"MM_ROLAND_SCP_MIDIOUT","features":[86]},{"name":"MM_ROLAND_SCP_MIXER","features":[86]},{"name":"MM_ROLAND_SCP_WAVEIN","features":[86]},{"name":"MM_ROLAND_SCP_WAVEOUT","features":[86]},{"name":"MM_ROLAND_SERIAL_MIDIIN","features":[86]},{"name":"MM_ROLAND_SERIAL_MIDIOUT","features":[86]},{"name":"MM_ROLAND_SMPU_MIDIINA","features":[86]},{"name":"MM_ROLAND_SMPU_MIDIINB","features":[86]},{"name":"MM_ROLAND_SMPU_MIDIOUTA","features":[86]},{"name":"MM_ROLAND_SMPU_MIDIOUTB","features":[86]},{"name":"MM_RZS","features":[86]},{"name":"MM_RZS_ACM_TUBGSM","features":[86]},{"name":"MM_S3","features":[86]},{"name":"MM_S3_AUX","features":[86]},{"name":"MM_S3_FMSYNTH","features":[86]},{"name":"MM_S3_MIDIIN","features":[86]},{"name":"MM_S3_MIDIOUT","features":[86]},{"name":"MM_S3_MIXER","features":[86]},{"name":"MM_S3_WAVEIN","features":[86]},{"name":"MM_S3_WAVEOUT","features":[86]},{"name":"MM_SANYO","features":[86]},{"name":"MM_SANYO_ACM_LD_ADPCM","features":[86]},{"name":"MM_SCALACS","features":[86]},{"name":"MM_SEERSYS","features":[86]},{"name":"MM_SEERSYS_REALITY","features":[86]},{"name":"MM_SEERSYS_SEERMIX","features":[86]},{"name":"MM_SEERSYS_SEERSYNTH","features":[86]},{"name":"MM_SEERSYS_SEERWAVE","features":[86]},{"name":"MM_SEERSYS_WAVESYNTH","features":[86]},{"name":"MM_SEERSYS_WAVESYNTH_WG","features":[86]},{"name":"MM_SELSIUS_SYSTEMS","features":[86]},{"name":"MM_SELSIUS_SYSTEMS_RTPWAVEIN","features":[86]},{"name":"MM_SELSIUS_SYSTEMS_RTPWAVEOUT","features":[86]},{"name":"MM_SGI","features":[86]},{"name":"MM_SGI_320_MIXER","features":[86]},{"name":"MM_SGI_320_WAVEIN","features":[86]},{"name":"MM_SGI_320_WAVEOUT","features":[86]},{"name":"MM_SGI_540_MIXER","features":[86]},{"name":"MM_SGI_540_WAVEIN","features":[86]},{"name":"MM_SGI_540_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADAT8CHAN_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADAT8CHAN_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATMONO1_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATMONO1_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATMONO2_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATMONO2_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATMONO3_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATMONO3_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATMONO4_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATMONO4_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATMONO5_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATMONO5_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATMONO6_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATMONO6_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATMONO7_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATMONO7_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATMONO8_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATMONO8_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATSTEREO12_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATSTEREO12_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATSTEREO32_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATSTEREO34_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATSTEREO56_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATSTEREO56_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_ADATSTEREO78_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_ADATSTEREO78_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_AESMONO1_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_AESMONO1_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_AESMONO2_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_AESMONO2_WAVEOUT","features":[86]},{"name":"MM_SGI_RAD_AESSTEREO_WAVEIN","features":[86]},{"name":"MM_SGI_RAD_AESSTEREO_WAVEOUT","features":[86]},{"name":"MM_SHARP","features":[86]},{"name":"MM_SHARP_MDC_AUX","features":[86]},{"name":"MM_SHARP_MDC_AUX_BASS","features":[86]},{"name":"MM_SHARP_MDC_AUX_CHR","features":[86]},{"name":"MM_SHARP_MDC_AUX_MASTER","features":[86]},{"name":"MM_SHARP_MDC_AUX_MIDI_VOL","features":[86]},{"name":"MM_SHARP_MDC_AUX_RVB","features":[86]},{"name":"MM_SHARP_MDC_AUX_TREBLE","features":[86]},{"name":"MM_SHARP_MDC_AUX_VOL","features":[86]},{"name":"MM_SHARP_MDC_AUX_WAVE_CHR","features":[86]},{"name":"MM_SHARP_MDC_AUX_WAVE_RVB","features":[86]},{"name":"MM_SHARP_MDC_AUX_WAVE_VOL","features":[86]},{"name":"MM_SHARP_MDC_MIDI_IN","features":[86]},{"name":"MM_SHARP_MDC_MIDI_OUT","features":[86]},{"name":"MM_SHARP_MDC_MIDI_SYNTH","features":[86]},{"name":"MM_SHARP_MDC_MIXER","features":[86]},{"name":"MM_SHARP_MDC_WAVE_IN","features":[86]},{"name":"MM_SHARP_MDC_WAVE_OUT","features":[86]},{"name":"MM_SICRESOURCE","features":[86]},{"name":"MM_SICRESOURCE_SSO3D","features":[86]},{"name":"MM_SICRESOURCE_SSOW3DI","features":[86]},{"name":"MM_SIEMENS_SBC","features":[86]},{"name":"MM_SIERRA","features":[86]},{"name":"MM_SIERRA_ARIA_AUX","features":[86]},{"name":"MM_SIERRA_ARIA_AUX2","features":[86]},{"name":"MM_SIERRA_ARIA_MIDIIN","features":[86]},{"name":"MM_SIERRA_ARIA_MIDIOUT","features":[86]},{"name":"MM_SIERRA_ARIA_SYNTH","features":[86]},{"name":"MM_SIERRA_ARIA_WAVEIN","features":[86]},{"name":"MM_SIERRA_ARIA_WAVEOUT","features":[86]},{"name":"MM_SIERRA_QUARTET_AUX_CD","features":[86]},{"name":"MM_SIERRA_QUARTET_AUX_LINE","features":[86]},{"name":"MM_SIERRA_QUARTET_AUX_MODEM","features":[86]},{"name":"MM_SIERRA_QUARTET_MIDIIN","features":[86]},{"name":"MM_SIERRA_QUARTET_MIDIOUT","features":[86]},{"name":"MM_SIERRA_QUARTET_MIXER","features":[86]},{"name":"MM_SIERRA_QUARTET_SYNTH","features":[86]},{"name":"MM_SIERRA_QUARTET_WAVEIN","features":[86]},{"name":"MM_SIERRA_QUARTET_WAVEOUT","features":[86]},{"name":"MM_SILICONSOFT","features":[86]},{"name":"MM_SILICONSOFT_SC1_WAVEIN","features":[86]},{"name":"MM_SILICONSOFT_SC1_WAVEOUT","features":[86]},{"name":"MM_SILICONSOFT_SC2_WAVEIN","features":[86]},{"name":"MM_SILICONSOFT_SC2_WAVEOUT","features":[86]},{"name":"MM_SILICONSOFT_SOUNDJR2PR_WAVEIN","features":[86]},{"name":"MM_SILICONSOFT_SOUNDJR2PR_WAVEOUT","features":[86]},{"name":"MM_SILICONSOFT_SOUNDJR2_WAVEOUT","features":[86]},{"name":"MM_SILICONSOFT_SOUNDJR3_WAVEOUT","features":[86]},{"name":"MM_SIPROLAB","features":[86]},{"name":"MM_SIPROLAB_ACELPNET","features":[86]},{"name":"MM_SNI","features":[86]},{"name":"MM_SNI_ACM_G721","features":[86]},{"name":"MM_SOFTLAB_NSK","features":[86]},{"name":"MM_SOFTLAB_NSK_FRW_AUX","features":[86]},{"name":"MM_SOFTLAB_NSK_FRW_MIXER","features":[86]},{"name":"MM_SOFTLAB_NSK_FRW_WAVEIN","features":[86]},{"name":"MM_SOFTLAB_NSK_FRW_WAVEOUT","features":[86]},{"name":"MM_SOFTSOUND","features":[86]},{"name":"MM_SOFTSOUND_CODEC","features":[86]},{"name":"MM_SONICFOUNDRY","features":[86]},{"name":"MM_SONORUS","features":[86]},{"name":"MM_SONORUS_STUDIO","features":[86]},{"name":"MM_SONY","features":[86]},{"name":"MM_SONY_ACM_SCX","features":[86]},{"name":"MM_SORVIS","features":[86]},{"name":"MM_SOUNDESIGNS","features":[86]},{"name":"MM_SOUNDESIGNS_WAVEIN","features":[86]},{"name":"MM_SOUNDESIGNS_WAVEOUT","features":[86]},{"name":"MM_SOUNDSCAPE_AUX","features":[86]},{"name":"MM_SOUNDSCAPE_MIDIIN","features":[86]},{"name":"MM_SOUNDSCAPE_MIDIOUT","features":[86]},{"name":"MM_SOUNDSCAPE_MIXER","features":[86]},{"name":"MM_SOUNDSCAPE_SYNTH","features":[86]},{"name":"MM_SOUNDSCAPE_WAVEIN","features":[86]},{"name":"MM_SOUNDSCAPE_WAVEOUT","features":[86]},{"name":"MM_SOUNDSCAPE_WAVEOUT_AUX","features":[86]},{"name":"MM_SOUNDSPACE","features":[86]},{"name":"MM_SPECTRUM_PRODUCTIONS","features":[86]},{"name":"MM_SPECTRUM_SIGNAL_PROCESSING","features":[86]},{"name":"MM_SPEECHCOMP","features":[86]},{"name":"MM_SPLASH_STUDIOS","features":[86]},{"name":"MM_SSP_SNDFESAUX","features":[86]},{"name":"MM_SSP_SNDFESMIDIIN","features":[86]},{"name":"MM_SSP_SNDFESMIDIOUT","features":[86]},{"name":"MM_SSP_SNDFESMIX","features":[86]},{"name":"MM_SSP_SNDFESSYNTH","features":[86]},{"name":"MM_SSP_SNDFESWAVEIN","features":[86]},{"name":"MM_SSP_SNDFESWAVEOUT","features":[86]},{"name":"MM_STUDER","features":[86]},{"name":"MM_STUDIO_16_AUX","features":[86]},{"name":"MM_STUDIO_16_MIDIIN","features":[86]},{"name":"MM_STUDIO_16_MIDIOUT","features":[86]},{"name":"MM_STUDIO_16_MIXER","features":[86]},{"name":"MM_STUDIO_16_SYNTH","features":[86]},{"name":"MM_STUDIO_16_WAVEIN","features":[86]},{"name":"MM_STUDIO_16_WAVEOUT","features":[86]},{"name":"MM_ST_MICROELECTRONICS","features":[86]},{"name":"MM_SUNCOM","features":[86]},{"name":"MM_SUPERMAC","features":[86]},{"name":"MM_SYDEC_NV","features":[86]},{"name":"MM_SYDEC_NV_WAVEIN","features":[86]},{"name":"MM_SYDEC_NV_WAVEOUT","features":[86]},{"name":"MM_TANDY","features":[86]},{"name":"MM_TANDY_PSSJWAVEIN","features":[86]},{"name":"MM_TANDY_PSSJWAVEOUT","features":[86]},{"name":"MM_TANDY_SENS_MMAMIDIIN","features":[86]},{"name":"MM_TANDY_SENS_MMAMIDIOUT","features":[86]},{"name":"MM_TANDY_SENS_MMAWAVEIN","features":[86]},{"name":"MM_TANDY_SENS_MMAWAVEOUT","features":[86]},{"name":"MM_TANDY_SENS_VISWAVEOUT","features":[86]},{"name":"MM_TANDY_VISBIOSSYNTH","features":[86]},{"name":"MM_TANDY_VISWAVEIN","features":[86]},{"name":"MM_TANDY_VISWAVEOUT","features":[86]},{"name":"MM_TBS_TROPEZ_AUX1","features":[86]},{"name":"MM_TBS_TROPEZ_AUX2","features":[86]},{"name":"MM_TBS_TROPEZ_LINE","features":[86]},{"name":"MM_TBS_TROPEZ_WAVEIN","features":[86]},{"name":"MM_TBS_TROPEZ_WAVEOUT","features":[86]},{"name":"MM_TDK","features":[86]},{"name":"MM_TDK_MW_AUX","features":[86]},{"name":"MM_TDK_MW_AUX_BASS","features":[86]},{"name":"MM_TDK_MW_AUX_CHR","features":[86]},{"name":"MM_TDK_MW_AUX_MASTER","features":[86]},{"name":"MM_TDK_MW_AUX_MIDI_VOL","features":[86]},{"name":"MM_TDK_MW_AUX_RVB","features":[86]},{"name":"MM_TDK_MW_AUX_TREBLE","features":[86]},{"name":"MM_TDK_MW_AUX_VOL","features":[86]},{"name":"MM_TDK_MW_AUX_WAVE_CHR","features":[86]},{"name":"MM_TDK_MW_AUX_WAVE_RVB","features":[86]},{"name":"MM_TDK_MW_AUX_WAVE_VOL","features":[86]},{"name":"MM_TDK_MW_MIDI_IN","features":[86]},{"name":"MM_TDK_MW_MIDI_OUT","features":[86]},{"name":"MM_TDK_MW_MIDI_SYNTH","features":[86]},{"name":"MM_TDK_MW_MIXER","features":[86]},{"name":"MM_TDK_MW_WAVE_IN","features":[86]},{"name":"MM_TDK_MW_WAVE_OUT","features":[86]},{"name":"MM_TELEKOL","features":[86]},{"name":"MM_TELEKOL_WAVEIN","features":[86]},{"name":"MM_TELEKOL_WAVEOUT","features":[86]},{"name":"MM_TERALOGIC","features":[86]},{"name":"MM_TERRATEC","features":[86]},{"name":"MM_THUNDER_AUX","features":[86]},{"name":"MM_THUNDER_SYNTH","features":[86]},{"name":"MM_THUNDER_WAVEIN","features":[86]},{"name":"MM_THUNDER_WAVEOUT","features":[86]},{"name":"MM_TPORT_SYNTH","features":[86]},{"name":"MM_TPORT_WAVEIN","features":[86]},{"name":"MM_TPORT_WAVEOUT","features":[86]},{"name":"MM_TRUEVISION","features":[86]},{"name":"MM_TRUEVISION_WAVEIN1","features":[86]},{"name":"MM_TRUEVISION_WAVEOUT1","features":[86]},{"name":"MM_TTEWS_AUX","features":[86]},{"name":"MM_TTEWS_MIDIIN","features":[86]},{"name":"MM_TTEWS_MIDIMONITOR","features":[86]},{"name":"MM_TTEWS_MIDIOUT","features":[86]},{"name":"MM_TTEWS_MIDISYNTH","features":[86]},{"name":"MM_TTEWS_MIXER","features":[86]},{"name":"MM_TTEWS_VMIDIIN","features":[86]},{"name":"MM_TTEWS_VMIDIOUT","features":[86]},{"name":"MM_TTEWS_WAVEIN","features":[86]},{"name":"MM_TTEWS_WAVEOUT","features":[86]},{"name":"MM_TURTLE_BEACH","features":[86]},{"name":"MM_UHER_INFORMATIC","features":[86]},{"name":"MM_UH_ACM_ADPCM","features":[86]},{"name":"MM_UNISYS","features":[86]},{"name":"MM_UNISYS_ACM_NAP","features":[86]},{"name":"MM_UNMAPPED","features":[86]},{"name":"MM_VAL","features":[86]},{"name":"MM_VAL_MICROKEY_AP_WAVEIN","features":[86]},{"name":"MM_VAL_MICROKEY_AP_WAVEOUT","features":[86]},{"name":"MM_VANKOEVERING","features":[86]},{"name":"MM_VIA","features":[86]},{"name":"MM_VIA_AUX","features":[86]},{"name":"MM_VIA_MIXER","features":[86]},{"name":"MM_VIA_MPU401_MIDIIN","features":[86]},{"name":"MM_VIA_MPU401_MIDIOUT","features":[86]},{"name":"MM_VIA_SWFM_SYNTH","features":[86]},{"name":"MM_VIA_WAVEIN","features":[86]},{"name":"MM_VIA_WAVEOUT","features":[86]},{"name":"MM_VIA_WDM_MIXER","features":[86]},{"name":"MM_VIA_WDM_MPU401_MIDIIN","features":[86]},{"name":"MM_VIA_WDM_MPU401_MIDIOUT","features":[86]},{"name":"MM_VIA_WDM_WAVEIN","features":[86]},{"name":"MM_VIA_WDM_WAVEOUT","features":[86]},{"name":"MM_VIDEOLOGIC","features":[86]},{"name":"MM_VIDEOLOGIC_MSWAVEIN","features":[86]},{"name":"MM_VIDEOLOGIC_MSWAVEOUT","features":[86]},{"name":"MM_VIENNASYS","features":[86]},{"name":"MM_VIENNASYS_TSP_WAVE_DRIVER","features":[86]},{"name":"MM_VIONA","features":[86]},{"name":"MM_VIONAQVINPCI_WAVEOUT","features":[86]},{"name":"MM_VIONA_BUSTER_MIXER","features":[86]},{"name":"MM_VIONA_CINEMASTER_MIXER","features":[86]},{"name":"MM_VIONA_CONCERTO_MIXER","features":[86]},{"name":"MM_VIONA_QVINPCI_MIXER","features":[86]},{"name":"MM_VIONA_QVINPCI_WAVEIN","features":[86]},{"name":"MM_VIRTUALMUSIC","features":[86]},{"name":"MM_VITEC","features":[86]},{"name":"MM_VITEC_VMAKER","features":[86]},{"name":"MM_VITEC_VMPRO","features":[86]},{"name":"MM_VIVO","features":[86]},{"name":"MM_VIVO_AUDIO_CODEC","features":[86]},{"name":"MM_VKC_MPU401_MIDIIN","features":[86]},{"name":"MM_VKC_MPU401_MIDIOUT","features":[86]},{"name":"MM_VKC_SERIAL_MIDIIN","features":[86]},{"name":"MM_VKC_SERIAL_MIDIOUT","features":[86]},{"name":"MM_VOCALTEC","features":[86]},{"name":"MM_VOCALTEC_WAVEIN","features":[86]},{"name":"MM_VOCALTEC_WAVEOUT","features":[86]},{"name":"MM_VOICEINFO","features":[86]},{"name":"MM_VOICEMIXER","features":[86]},{"name":"MM_VOXWARE","features":[86]},{"name":"MM_VOXWARE_CODEC","features":[86]},{"name":"MM_VOYETRA","features":[86]},{"name":"MM_VQST","features":[86]},{"name":"MM_VQST_VQC1","features":[86]},{"name":"MM_VQST_VQC2","features":[86]},{"name":"MM_VTG","features":[86]},{"name":"MM_WANGLABS","features":[86]},{"name":"MM_WANGLABS_WAVEIN1","features":[86]},{"name":"MM_WANGLABS_WAVEOUT1","features":[86]},{"name":"MM_WEITEK","features":[86]},{"name":"MM_WILDCAT","features":[86]},{"name":"MM_WILDCAT_AUTOSCOREMIDIIN","features":[86]},{"name":"MM_WILLOPOND_SNDCOMM_WAVEIN","features":[86]},{"name":"MM_WILLOWPOND","features":[86]},{"name":"MM_WILLOWPOND_FMSYNTH_STEREO","features":[86]},{"name":"MM_WILLOWPOND_GENERIC_AUX","features":[86]},{"name":"MM_WILLOWPOND_GENERIC_MIXER","features":[86]},{"name":"MM_WILLOWPOND_GENERIC_WAVEIN","features":[86]},{"name":"MM_WILLOWPOND_GENERIC_WAVEOUT","features":[86]},{"name":"MM_WILLOWPOND_MPU401","features":[86]},{"name":"MM_WILLOWPOND_PH_AUX","features":[86]},{"name":"MM_WILLOWPOND_PH_MIXER","features":[86]},{"name":"MM_WILLOWPOND_PH_WAVEIN","features":[86]},{"name":"MM_WILLOWPOND_PH_WAVEOUT","features":[86]},{"name":"MM_WILLOWPOND_SNDCOMM_AUX","features":[86]},{"name":"MM_WILLOWPOND_SNDCOMM_MIXER","features":[86]},{"name":"MM_WILLOWPOND_SNDCOMM_WAVEOUT","features":[86]},{"name":"MM_WILLOWPOND_SNDPORT_AUX","features":[86]},{"name":"MM_WILLOWPOND_SNDPORT_MIXER","features":[86]},{"name":"MM_WILLOWPOND_SNDPORT_WAVEIN","features":[86]},{"name":"MM_WILLOWPOND_SNDPORT_WAVEOUT","features":[86]},{"name":"MM_WINBOND","features":[86]},{"name":"MM_WINNOV","features":[86]},{"name":"MM_WINNOV_CAVIAR_CHAMPAGNE","features":[86]},{"name":"MM_WINNOV_CAVIAR_VIDC","features":[86]},{"name":"MM_WINNOV_CAVIAR_WAVEIN","features":[86]},{"name":"MM_WINNOV_CAVIAR_WAVEOUT","features":[86]},{"name":"MM_WINNOV_CAVIAR_YUV8","features":[86]},{"name":"MM_WORKBIT","features":[86]},{"name":"MM_WORKBIT_AUX","features":[86]},{"name":"MM_WORKBIT_FMSYNTH","features":[86]},{"name":"MM_WORKBIT_JOYSTICK","features":[86]},{"name":"MM_WORKBIT_MIDIIN","features":[86]},{"name":"MM_WORKBIT_MIDIOUT","features":[86]},{"name":"MM_WORKBIT_MIXER","features":[86]},{"name":"MM_WORKBIT_WAVEIN","features":[86]},{"name":"MM_WORKBIT_WAVEOUT","features":[86]},{"name":"MM_WSS_SB16_AUX_CD","features":[86]},{"name":"MM_WSS_SB16_AUX_LINE","features":[86]},{"name":"MM_WSS_SB16_MIDIIN","features":[86]},{"name":"MM_WSS_SB16_MIDIOUT","features":[86]},{"name":"MM_WSS_SB16_MIXER","features":[86]},{"name":"MM_WSS_SB16_SYNTH","features":[86]},{"name":"MM_WSS_SB16_WAVEIN","features":[86]},{"name":"MM_WSS_SB16_WAVEOUT","features":[86]},{"name":"MM_WSS_SBPRO_AUX_CD","features":[86]},{"name":"MM_WSS_SBPRO_AUX_LINE","features":[86]},{"name":"MM_WSS_SBPRO_MIDIIN","features":[86]},{"name":"MM_WSS_SBPRO_MIDIOUT","features":[86]},{"name":"MM_WSS_SBPRO_MIXER","features":[86]},{"name":"MM_WSS_SBPRO_SYNTH","features":[86]},{"name":"MM_WSS_SBPRO_WAVEIN","features":[86]},{"name":"MM_WSS_SBPRO_WAVEOUT","features":[86]},{"name":"MM_XEBEC","features":[86]},{"name":"MM_XIRLINK","features":[86]},{"name":"MM_XIRLINK_VISIONLINK","features":[86]},{"name":"MM_XYZ","features":[86]},{"name":"MM_YAMAHA","features":[86]},{"name":"MM_YAMAHA_ACXG_AUX","features":[86]},{"name":"MM_YAMAHA_ACXG_MIDIOUT","features":[86]},{"name":"MM_YAMAHA_ACXG_MIXER","features":[86]},{"name":"MM_YAMAHA_ACXG_WAVEIN","features":[86]},{"name":"MM_YAMAHA_ACXG_WAVEOUT","features":[86]},{"name":"MM_YAMAHA_GSS_AUX","features":[86]},{"name":"MM_YAMAHA_GSS_MIDIIN","features":[86]},{"name":"MM_YAMAHA_GSS_MIDIOUT","features":[86]},{"name":"MM_YAMAHA_GSS_SYNTH","features":[86]},{"name":"MM_YAMAHA_GSS_WAVEIN","features":[86]},{"name":"MM_YAMAHA_GSS_WAVEOUT","features":[86]},{"name":"MM_YAMAHA_OPL3SA_FMSYNTH","features":[86]},{"name":"MM_YAMAHA_OPL3SA_JOYSTICK","features":[86]},{"name":"MM_YAMAHA_OPL3SA_MIDIIN","features":[86]},{"name":"MM_YAMAHA_OPL3SA_MIDIOUT","features":[86]},{"name":"MM_YAMAHA_OPL3SA_MIXER","features":[86]},{"name":"MM_YAMAHA_OPL3SA_WAVEIN","features":[86]},{"name":"MM_YAMAHA_OPL3SA_WAVEOUT","features":[86]},{"name":"MM_YAMAHA_OPL3SA_YSYNTH","features":[86]},{"name":"MM_YAMAHA_SERIAL_MIDIIN","features":[86]},{"name":"MM_YAMAHA_SERIAL_MIDIOUT","features":[86]},{"name":"MM_YAMAHA_SXG_MIDIOUT","features":[86]},{"name":"MM_YAMAHA_SXG_MIXER","features":[86]},{"name":"MM_YAMAHA_SXG_WAVEOUT","features":[86]},{"name":"MM_YAMAHA_YMF724LEG_FMSYNTH","features":[86]},{"name":"MM_YAMAHA_YMF724LEG_MIDIIN","features":[86]},{"name":"MM_YAMAHA_YMF724LEG_MIDIOUT","features":[86]},{"name":"MM_YAMAHA_YMF724LEG_MIXER","features":[86]},{"name":"MM_YAMAHA_YMF724_AUX","features":[86]},{"name":"MM_YAMAHA_YMF724_MIDIOUT","features":[86]},{"name":"MM_YAMAHA_YMF724_MIXER","features":[86]},{"name":"MM_YAMAHA_YMF724_WAVEIN","features":[86]},{"name":"MM_YAMAHA_YMF724_WAVEOUT","features":[86]},{"name":"MM_YOUCOM","features":[86]},{"name":"MM_ZEFIRO","features":[86]},{"name":"MM_ZEFIRO_ZA2","features":[86]},{"name":"MM_ZYXEL","features":[86]},{"name":"MM_ZYXEL_ACM_ADPCM","features":[86]},{"name":"MODM_CACHEDRUMPATCHES","features":[86]},{"name":"MODM_CACHEPATCHES","features":[86]},{"name":"MODM_CLOSE","features":[86]},{"name":"MODM_DATA","features":[86]},{"name":"MODM_GETDEVCAPS","features":[86]},{"name":"MODM_GETNUMDEVS","features":[86]},{"name":"MODM_GETPOS","features":[86]},{"name":"MODM_GETVOLUME","features":[86]},{"name":"MODM_INIT","features":[86]},{"name":"MODM_INIT_EX","features":[86]},{"name":"MODM_LONGDATA","features":[86]},{"name":"MODM_MAPPER","features":[86]},{"name":"MODM_OPEN","features":[86]},{"name":"MODM_PAUSE","features":[86]},{"name":"MODM_PREFERRED","features":[86]},{"name":"MODM_PREPARE","features":[86]},{"name":"MODM_PROPERTIES","features":[86]},{"name":"MODM_RECONFIGURE","features":[86]},{"name":"MODM_RESET","features":[86]},{"name":"MODM_RESTART","features":[86]},{"name":"MODM_SETVOLUME","features":[86]},{"name":"MODM_STOP","features":[86]},{"name":"MODM_STRMDATA","features":[86]},{"name":"MODM_UNPREPARE","features":[86]},{"name":"MODM_USER","features":[86]},{"name":"MPEGLAYER3_ID_CONSTANTFRAMESIZE","features":[86]},{"name":"MPEGLAYER3_ID_MPEG","features":[86]},{"name":"MPEGLAYER3_ID_UNKNOWN","features":[86]},{"name":"MPEGLAYER3_WFX_EXTRA_BYTES","features":[86]},{"name":"MSAUDIO1WAVEFORMAT","features":[87,86]},{"name":"MSAUDIO1_BITS_PER_SAMPLE","features":[86]},{"name":"MSAUDIO1_MAX_CHANNELS","features":[86]},{"name":"MXDM_BASE","features":[86]},{"name":"MXDM_CLOSE","features":[86]},{"name":"MXDM_GETCONTROLDETAILS","features":[86]},{"name":"MXDM_GETDEVCAPS","features":[86]},{"name":"MXDM_GETLINECONTROLS","features":[86]},{"name":"MXDM_GETLINEINFO","features":[86]},{"name":"MXDM_GETNUMDEVS","features":[86]},{"name":"MXDM_INIT","features":[86]},{"name":"MXDM_INIT_EX","features":[86]},{"name":"MXDM_OPEN","features":[86]},{"name":"MXDM_SETCONTROLDETAILS","features":[86]},{"name":"MXDM_USER","features":[86]},{"name":"NMS_VBXADPCMWAVEFORMAT","features":[87,86]},{"name":"NS_DRM_E_MIGRATION_IMAGE_ALREADY_EXISTS","features":[86]},{"name":"NS_DRM_E_MIGRATION_SOURCE_MACHINE_IN_USE","features":[86]},{"name":"NS_DRM_E_MIGRATION_TARGET_MACHINE_LESS_THAN_LH","features":[86]},{"name":"NS_DRM_E_MIGRATION_UPGRADE_WITH_DIFF_SID","features":[86]},{"name":"NS_E_8BIT_WAVE_UNSUPPORTED","features":[86]},{"name":"NS_E_ACTIVE_SG_DEVICE_CONTROL_DISCONNECTED","features":[86]},{"name":"NS_E_ACTIVE_SG_DEVICE_DISCONNECTED","features":[86]},{"name":"NS_E_ADVANCEDEDIT_TOO_MANY_PICTURES","features":[86]},{"name":"NS_E_ALLOCATE_FILE_FAIL","features":[86]},{"name":"NS_E_ALL_PROTOCOLS_DISABLED","features":[86]},{"name":"NS_E_ALREADY_CONNECTED","features":[86]},{"name":"NS_E_ANALOG_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[86]},{"name":"NS_E_ARCHIVE_ABORT_DUE_TO_BCAST","features":[86]},{"name":"NS_E_ARCHIVE_FILENAME_NOTSET","features":[86]},{"name":"NS_E_ARCHIVE_GAP_DETECTED","features":[86]},{"name":"NS_E_ARCHIVE_REACH_QUOTA","features":[86]},{"name":"NS_E_ARCHIVE_SAME_AS_INPUT","features":[86]},{"name":"NS_E_ASSERT","features":[86]},{"name":"NS_E_ASX_INVALIDFORMAT","features":[86]},{"name":"NS_E_ASX_INVALIDVERSION","features":[86]},{"name":"NS_E_ASX_INVALID_REPEAT_BLOCK","features":[86]},{"name":"NS_E_ASX_NOTHING_TO_WRITE","features":[86]},{"name":"NS_E_ATTRIBUTE_NOT_ALLOWED","features":[86]},{"name":"NS_E_ATTRIBUTE_READ_ONLY","features":[86]},{"name":"NS_E_AUDIENCE_CONTENTTYPE_MISMATCH","features":[86]},{"name":"NS_E_AUDIENCE__LANGUAGE_CONTENTTYPE_MISMATCH","features":[86]},{"name":"NS_E_AUDIODEVICE_BADFORMAT","features":[86]},{"name":"NS_E_AUDIODEVICE_BUSY","features":[86]},{"name":"NS_E_AUDIODEVICE_UNEXPECTED","features":[86]},{"name":"NS_E_AUDIO_BITRATE_STEPDOWN","features":[86]},{"name":"NS_E_AUDIO_CODEC_ERROR","features":[86]},{"name":"NS_E_AUDIO_CODEC_NOT_INSTALLED","features":[86]},{"name":"NS_E_AUTHORIZATION_FILE_NOT_FOUND","features":[86]},{"name":"NS_E_BACKUP_RESTORE_BAD_DATA","features":[86]},{"name":"NS_E_BACKUP_RESTORE_BAD_REQUEST_ID","features":[86]},{"name":"NS_E_BACKUP_RESTORE_FAILURE","features":[86]},{"name":"NS_E_BACKUP_RESTORE_TOO_MANY_RESETS","features":[86]},{"name":"NS_E_BAD_ADAPTER_ADDRESS","features":[86]},{"name":"NS_E_BAD_ADAPTER_NAME","features":[86]},{"name":"NS_E_BAD_BLOCK0_VERSION","features":[86]},{"name":"NS_E_BAD_CONTENTEDL","features":[86]},{"name":"NS_E_BAD_CONTROL_DATA","features":[86]},{"name":"NS_E_BAD_CUB_UID","features":[86]},{"name":"NS_E_BAD_DELIVERY_MODE","features":[86]},{"name":"NS_E_BAD_DISK_UID","features":[86]},{"name":"NS_E_BAD_FSMAJOR_VERSION","features":[86]},{"name":"NS_E_BAD_MARKIN","features":[86]},{"name":"NS_E_BAD_MARKOUT","features":[86]},{"name":"NS_E_BAD_MULTICAST_ADDRESS","features":[86]},{"name":"NS_E_BAD_REQUEST","features":[86]},{"name":"NS_E_BAD_STAMPNUMBER","features":[86]},{"name":"NS_E_BAD_SYNTAX_IN_SERVER_RESPONSE","features":[86]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCENDED","features":[86]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCFAILED","features":[86]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCTIMEOUT","features":[86]},{"name":"NS_E_BKGDOWNLOAD_CANCELCOMPLETEDJOB","features":[86]},{"name":"NS_E_BKGDOWNLOAD_COMPLETECANCELLEDJOB","features":[86]},{"name":"NS_E_BKGDOWNLOAD_FAILEDINITIALIZE","features":[86]},{"name":"NS_E_BKGDOWNLOAD_FAILED_TO_CREATE_TEMPFILE","features":[86]},{"name":"NS_E_BKGDOWNLOAD_INVALIDJOBSIGNATURE","features":[86]},{"name":"NS_E_BKGDOWNLOAD_INVALID_FILE_NAME","features":[86]},{"name":"NS_E_BKGDOWNLOAD_NOJOBPOINTER","features":[86]},{"name":"NS_E_BKGDOWNLOAD_PLUGIN_FAILEDINITIALIZE","features":[86]},{"name":"NS_E_BKGDOWNLOAD_PLUGIN_FAILEDTOMOVEFILE","features":[86]},{"name":"NS_E_BKGDOWNLOAD_WMDUNPACKFAILED","features":[86]},{"name":"NS_E_BKGDOWNLOAD_WRONG_NO_FILES","features":[86]},{"name":"NS_E_BUSY","features":[86]},{"name":"NS_E_CACHE_ARCHIVE_CONFLICT","features":[86]},{"name":"NS_E_CACHE_CANNOT_BE_CACHED","features":[86]},{"name":"NS_E_CACHE_NOT_BROADCAST","features":[86]},{"name":"NS_E_CACHE_NOT_MODIFIED","features":[86]},{"name":"NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND","features":[86]},{"name":"NS_E_CACHE_ORIGIN_SERVER_TIMEOUT","features":[86]},{"name":"NS_E_CANNOTCONNECT","features":[86]},{"name":"NS_E_CANNOTCONNECTEVENTS","features":[86]},{"name":"NS_E_CANNOTDESTROYTITLE","features":[86]},{"name":"NS_E_CANNOTOFFLINEDISK","features":[86]},{"name":"NS_E_CANNOTONLINEDISK","features":[86]},{"name":"NS_E_CANNOTRENAMETITLE","features":[86]},{"name":"NS_E_CANNOT_BUY_OR_DOWNLOAD_CONTENT","features":[86]},{"name":"NS_E_CANNOT_BUY_OR_DOWNLOAD_FROM_MULTIPLE_SERVICES","features":[86]},{"name":"NS_E_CANNOT_CONNECT_TO_PROXY","features":[86]},{"name":"NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP","features":[86]},{"name":"NS_E_CANNOT_GENERATE_BROADCAST_INFO_FOR_QUALITYVBR","features":[86]},{"name":"NS_E_CANNOT_PAUSE_LIVEBROADCAST","features":[86]},{"name":"NS_E_CANNOT_READ_PLAYLIST_FROM_MEDIASERVER","features":[86]},{"name":"NS_E_CANNOT_REMOVE_PLUGIN","features":[86]},{"name":"NS_E_CANNOT_REMOVE_PUBLISHING_POINT","features":[86]},{"name":"NS_E_CANNOT_SYNC_DRM_TO_NON_JANUS_DEVICE","features":[86]},{"name":"NS_E_CANNOT_SYNC_PREVIOUS_SYNC_RUNNING","features":[86]},{"name":"NS_E_CANT_READ_DIGITAL","features":[86]},{"name":"NS_E_CCLINK_DOWN","features":[86]},{"name":"NS_E_CD_COPYTO_CD","features":[86]},{"name":"NS_E_CD_DRIVER_PROBLEM","features":[86]},{"name":"NS_E_CD_EMPTY_TRACK_QUEUE","features":[86]},{"name":"NS_E_CD_ISRC_INVALID","features":[86]},{"name":"NS_E_CD_MEDIA_CATALOG_NUMBER_INVALID","features":[86]},{"name":"NS_E_CD_NO_BUFFERS_READ","features":[86]},{"name":"NS_E_CD_NO_READER","features":[86]},{"name":"NS_E_CD_QUEUEING_DISABLED","features":[86]},{"name":"NS_E_CD_READ_ERROR","features":[86]},{"name":"NS_E_CD_READ_ERROR_NO_CORRECTION","features":[86]},{"name":"NS_E_CD_REFRESH","features":[86]},{"name":"NS_E_CD_SLOW_COPY","features":[86]},{"name":"NS_E_CD_SPEEDDETECT_NOT_ENOUGH_READS","features":[86]},{"name":"NS_E_CHANGING_PROXYBYPASS","features":[86]},{"name":"NS_E_CHANGING_PROXY_EXCEPTIONLIST","features":[86]},{"name":"NS_E_CHANGING_PROXY_NAME","features":[86]},{"name":"NS_E_CHANGING_PROXY_PORT","features":[86]},{"name":"NS_E_CHANGING_PROXY_PROTOCOL_NOT_FOUND","features":[86]},{"name":"NS_E_CLOSED_ON_SUSPEND","features":[86]},{"name":"NS_E_CODEC_DMO_ERROR","features":[86]},{"name":"NS_E_CODEC_UNAVAILABLE","features":[86]},{"name":"NS_E_COMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED","features":[86]},{"name":"NS_E_COMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[86]},{"name":"NS_E_CONNECTION_FAILURE","features":[86]},{"name":"NS_E_CONNECT_TIMEOUT","features":[86]},{"name":"NS_E_CONTENT_PARTNER_STILL_INITIALIZING","features":[86]},{"name":"NS_E_CORECD_NOTAMEDIACD","features":[86]},{"name":"NS_E_CRITICAL_ERROR","features":[86]},{"name":"NS_E_CUB_FAIL","features":[86]},{"name":"NS_E_CUB_FAIL_LINK","features":[86]},{"name":"NS_E_CURLHELPER_NOTADIRECTORY","features":[86]},{"name":"NS_E_CURLHELPER_NOTAFILE","features":[86]},{"name":"NS_E_CURLHELPER_NOTRELATIVE","features":[86]},{"name":"NS_E_CURL_CANTDECODE","features":[86]},{"name":"NS_E_CURL_CANTWALK","features":[86]},{"name":"NS_E_CURL_INVALIDBUFFERSIZE","features":[86]},{"name":"NS_E_CURL_INVALIDCHAR","features":[86]},{"name":"NS_E_CURL_INVALIDHOSTNAME","features":[86]},{"name":"NS_E_CURL_INVALIDPATH","features":[86]},{"name":"NS_E_CURL_INVALIDPORT","features":[86]},{"name":"NS_E_CURL_INVALIDSCHEME","features":[86]},{"name":"NS_E_CURL_INVALIDURL","features":[86]},{"name":"NS_E_CURL_NOTSAFE","features":[86]},{"name":"NS_E_DAMAGED_FILE","features":[86]},{"name":"NS_E_DATAPATH_NO_SINK","features":[86]},{"name":"NS_E_DATA_SOURCE_ENUMERATION_NOT_SUPPORTED","features":[86]},{"name":"NS_E_DATA_UNIT_EXTENSION_TOO_LARGE","features":[86]},{"name":"NS_E_DDRAW_GENERIC","features":[86]},{"name":"NS_E_DEVCONTROL_FAILED_SEEK","features":[86]},{"name":"NS_E_DEVICECONTROL_UNSTABLE","features":[86]},{"name":"NS_E_DEVICE_DISCONNECTED","features":[86]},{"name":"NS_E_DEVICE_IS_NOT_READY","features":[86]},{"name":"NS_E_DEVICE_NOT_READY","features":[86]},{"name":"NS_E_DEVICE_NOT_SUPPORT_FORMAT","features":[86]},{"name":"NS_E_DEVICE_NOT_WMDRM_DEVICE","features":[86]},{"name":"NS_E_DISK_FAIL","features":[86]},{"name":"NS_E_DISK_READ","features":[86]},{"name":"NS_E_DISK_WRITE","features":[86]},{"name":"NS_E_DISPLAY_MODE_CHANGE_FAILED","features":[86]},{"name":"NS_E_DRMPROFILE_NOTFOUND","features":[86]},{"name":"NS_E_DRM_ACQUIRING_LICENSE","features":[86]},{"name":"NS_E_DRM_ACTION_NOT_QUERIED","features":[86]},{"name":"NS_E_DRM_ALREADY_INDIVIDUALIZED","features":[86]},{"name":"NS_E_DRM_APPCERT_REVOKED","features":[86]},{"name":"NS_E_DRM_ATTRIBUTE_TOO_LONG","features":[86]},{"name":"NS_E_DRM_BACKUPRESTORE_BUSY","features":[86]},{"name":"NS_E_DRM_BACKUP_CORRUPT","features":[86]},{"name":"NS_E_DRM_BACKUP_EXISTS","features":[86]},{"name":"NS_E_DRM_BAD_REQUEST","features":[86]},{"name":"NS_E_DRM_BB_UNABLE_TO_INITIALIZE","features":[86]},{"name":"NS_E_DRM_BUFFER_TOO_SMALL","features":[86]},{"name":"NS_E_DRM_BUSY","features":[86]},{"name":"NS_E_DRM_CACHED_CONTENT_ERROR","features":[86]},{"name":"NS_E_DRM_CERTIFICATE_REVOKED","features":[86]},{"name":"NS_E_DRM_CERTIFICATE_SECURITY_LEVEL_INADEQUATE","features":[86]},{"name":"NS_E_DRM_CHAIN_TOO_LONG","features":[86]},{"name":"NS_E_DRM_CHECKPOINT_CORRUPT","features":[86]},{"name":"NS_E_DRM_CHECKPOINT_FAILED","features":[86]},{"name":"NS_E_DRM_CHECKPOINT_MISMATCH","features":[86]},{"name":"NS_E_DRM_CLIENT_CODE_EXPIRED","features":[86]},{"name":"NS_E_DRM_DATASTORE_CORRUPT","features":[86]},{"name":"NS_E_DRM_DEBUGGING_NOT_ALLOWED","features":[86]},{"name":"NS_E_DRM_DECRYPT_ERROR","features":[86]},{"name":"NS_E_DRM_DEVICE_ACTIVATION_CANCELED","features":[86]},{"name":"NS_E_DRM_DEVICE_ALREADY_REGISTERED","features":[86]},{"name":"NS_E_DRM_DEVICE_LIMIT_REACHED","features":[86]},{"name":"NS_E_DRM_DEVICE_NOT_OPEN","features":[86]},{"name":"NS_E_DRM_DEVICE_NOT_REGISTERED","features":[86]},{"name":"NS_E_DRM_DRIVER_AUTH_FAILURE","features":[86]},{"name":"NS_E_DRM_DRIVER_DIGIOUT_FAILURE","features":[86]},{"name":"NS_E_DRM_DRMV2CLT_REVOKED","features":[86]},{"name":"NS_E_DRM_ENCRYPT_ERROR","features":[86]},{"name":"NS_E_DRM_ENUM_LICENSE_FAILED","features":[86]},{"name":"NS_E_DRM_ERROR_BAD_NET_RESP","features":[86]},{"name":"NS_E_DRM_EXPIRED_LICENSEBLOB","features":[86]},{"name":"NS_E_DRM_GET_CONTENTSTRING_ERROR","features":[86]},{"name":"NS_E_DRM_GET_LICENSESTRING_ERROR","features":[86]},{"name":"NS_E_DRM_GET_LICENSE_ERROR","features":[86]},{"name":"NS_E_DRM_HARDWAREID_MISMATCH","features":[86]},{"name":"NS_E_DRM_HARDWARE_INCONSISTENT","features":[86]},{"name":"NS_E_DRM_INCLUSION_LIST_REQUIRED","features":[86]},{"name":"NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE","features":[86]},{"name":"NS_E_DRM_INDIVIDUALIZE_ERROR","features":[86]},{"name":"NS_E_DRM_INDIVIDUALIZING","features":[86]},{"name":"NS_E_DRM_INDIV_FRAUD","features":[86]},{"name":"NS_E_DRM_INDIV_NO_CABS","features":[86]},{"name":"NS_E_DRM_INDIV_SERVICE_UNAVAILABLE","features":[86]},{"name":"NS_E_DRM_INVALID_APPCERT","features":[86]},{"name":"NS_E_DRM_INVALID_APPDATA","features":[86]},{"name":"NS_E_DRM_INVALID_APPDATA_VERSION","features":[86]},{"name":"NS_E_DRM_INVALID_APPLICATION","features":[86]},{"name":"NS_E_DRM_INVALID_CERTIFICATE","features":[86]},{"name":"NS_E_DRM_INVALID_CONTENT","features":[86]},{"name":"NS_E_DRM_INVALID_CRL","features":[86]},{"name":"NS_E_DRM_INVALID_DATA","features":[86]},{"name":"NS_E_DRM_INVALID_KID","features":[86]},{"name":"NS_E_DRM_INVALID_LICENSE","features":[86]},{"name":"NS_E_DRM_INVALID_LICENSEBLOB","features":[86]},{"name":"NS_E_DRM_INVALID_LICENSE_ACQUIRED","features":[86]},{"name":"NS_E_DRM_INVALID_LICENSE_REQUEST","features":[86]},{"name":"NS_E_DRM_INVALID_MACHINE","features":[86]},{"name":"NS_E_DRM_INVALID_MIGRATION_IMAGE","features":[86]},{"name":"NS_E_DRM_INVALID_PROPERTY","features":[86]},{"name":"NS_E_DRM_INVALID_PROXIMITY_RESPONSE","features":[86]},{"name":"NS_E_DRM_INVALID_SECURESTORE_PASSWORD","features":[86]},{"name":"NS_E_DRM_INVALID_SESSION","features":[86]},{"name":"NS_E_DRM_KEY_ERROR","features":[86]},{"name":"NS_E_DRM_LICENSE_APPSECLOW","features":[86]},{"name":"NS_E_DRM_LICENSE_APP_NOTALLOWED","features":[86]},{"name":"NS_E_DRM_LICENSE_CERT_EXPIRED","features":[86]},{"name":"NS_E_DRM_LICENSE_CLOSE_ERROR","features":[86]},{"name":"NS_E_DRM_LICENSE_CONTENT_REVOKED","features":[86]},{"name":"NS_E_DRM_LICENSE_DELETION_ERROR","features":[86]},{"name":"NS_E_DRM_LICENSE_EXPIRED","features":[86]},{"name":"NS_E_DRM_LICENSE_INITIALIZATION_ERROR","features":[86]},{"name":"NS_E_DRM_LICENSE_INVALID_XML","features":[86]},{"name":"NS_E_DRM_LICENSE_NOSAP","features":[86]},{"name":"NS_E_DRM_LICENSE_NOSVP","features":[86]},{"name":"NS_E_DRM_LICENSE_NOTACQUIRED","features":[86]},{"name":"NS_E_DRM_LICENSE_NOTENABLED","features":[86]},{"name":"NS_E_DRM_LICENSE_NOTRUSTEDCODEC","features":[86]},{"name":"NS_E_DRM_LICENSE_NOWDM","features":[86]},{"name":"NS_E_DRM_LICENSE_OPEN_ERROR","features":[86]},{"name":"NS_E_DRM_LICENSE_SECLOW","features":[86]},{"name":"NS_E_DRM_LICENSE_SERVER_INFO_MISSING","features":[86]},{"name":"NS_E_DRM_LICENSE_STORE_ERROR","features":[86]},{"name":"NS_E_DRM_LICENSE_STORE_SAVE_ERROR","features":[86]},{"name":"NS_E_DRM_LICENSE_UNAVAILABLE","features":[86]},{"name":"NS_E_DRM_LICENSE_UNUSABLE","features":[86]},{"name":"NS_E_DRM_LIC_NEEDS_DEVICE_CLOCK_SET","features":[86]},{"name":"NS_E_DRM_MALFORMED_CONTENT_HEADER","features":[86]},{"name":"NS_E_DRM_MIGRATION_IMPORTER_NOT_AVAILABLE","features":[86]},{"name":"NS_E_DRM_MIGRATION_INVALID_LEGACYV2_DATA","features":[86]},{"name":"NS_E_DRM_MIGRATION_INVALID_LEGACYV2_SST_PASSWORD","features":[86]},{"name":"NS_E_DRM_MIGRATION_LICENSE_ALREADY_EXISTS","features":[86]},{"name":"NS_E_DRM_MIGRATION_NOT_SUPPORTED","features":[86]},{"name":"NS_E_DRM_MIGRATION_OBJECT_IN_USE","features":[86]},{"name":"NS_E_DRM_MIGRATION_OPERATION_CANCELLED","features":[86]},{"name":"NS_E_DRM_MIGRATION_TARGET_NOT_ONLINE","features":[86]},{"name":"NS_E_DRM_MIGRATION_TARGET_STATES_CORRUPTED","features":[86]},{"name":"NS_E_DRM_MONITOR_ERROR","features":[86]},{"name":"NS_E_DRM_MUST_APPROVE","features":[86]},{"name":"NS_E_DRM_MUST_REGISTER","features":[86]},{"name":"NS_E_DRM_MUST_REVALIDATE","features":[86]},{"name":"NS_E_DRM_NEEDS_INDIVIDUALIZATION","features":[86]},{"name":"NS_E_DRM_NEEDS_UPGRADE_TEMPFILE","features":[86]},{"name":"NS_E_DRM_NEED_UPGRADE_MSSAP","features":[86]},{"name":"NS_E_DRM_NEED_UPGRADE_PD","features":[86]},{"name":"NS_E_DRM_NOT_CONFIGURED","features":[86]},{"name":"NS_E_DRM_NO_RIGHTS","features":[86]},{"name":"NS_E_DRM_NO_UPLINK_LICENSE","features":[86]},{"name":"NS_E_DRM_OPERATION_CANCELED","features":[86]},{"name":"NS_E_DRM_PARAMETERS_MISMATCHED","features":[86]},{"name":"NS_E_DRM_PASSWORD_TOO_LONG","features":[86]},{"name":"NS_E_DRM_PD_TOO_MANY_DEVICES","features":[86]},{"name":"NS_E_DRM_POLICY_DISABLE_ONLINE","features":[86]},{"name":"NS_E_DRM_POLICY_METERING_DISABLED","features":[86]},{"name":"NS_E_DRM_PROFILE_NOT_SET","features":[86]},{"name":"NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_CHALLENGE","features":[86]},{"name":"NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_PETITION","features":[86]},{"name":"NS_E_DRM_QUERY_ERROR","features":[86]},{"name":"NS_E_DRM_REOPEN_CONTENT","features":[86]},{"name":"NS_E_DRM_REPORT_ERROR","features":[86]},{"name":"NS_E_DRM_RESTORE_FRAUD","features":[86]},{"name":"NS_E_DRM_RESTORE_SERVICE_UNAVAILABLE","features":[86]},{"name":"NS_E_DRM_RESTRICTIONS_NOT_RETRIEVED","features":[86]},{"name":"NS_E_DRM_RIV_TOO_SMALL","features":[86]},{"name":"NS_E_DRM_SDK_VERSIONMISMATCH","features":[86]},{"name":"NS_E_DRM_SDMI_NOMORECOPIES","features":[86]},{"name":"NS_E_DRM_SDMI_TRIGGER","features":[86]},{"name":"NS_E_DRM_SECURE_STORE_ERROR","features":[86]},{"name":"NS_E_DRM_SECURE_STORE_NOT_FOUND","features":[86]},{"name":"NS_E_DRM_SECURE_STORE_UNLOCK_ERROR","features":[86]},{"name":"NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID","features":[86]},{"name":"NS_E_DRM_SIGNATURE_FAILURE","features":[86]},{"name":"NS_E_DRM_SOURCEID_NOT_SUPPORTED","features":[86]},{"name":"NS_E_DRM_STORE_NEEDINDI","features":[86]},{"name":"NS_E_DRM_STORE_NOTALLOWED","features":[86]},{"name":"NS_E_DRM_STORE_NOTALLSTORED","features":[86]},{"name":"NS_E_DRM_STUBLIB_REQUIRED","features":[86]},{"name":"NS_E_DRM_TRACK_EXCEEDED_PLAYLIST_RESTICTION","features":[86]},{"name":"NS_E_DRM_TRACK_EXCEEDED_TRACKBURN_RESTRICTION","features":[86]},{"name":"NS_E_DRM_TRANSFER_CHAINED_LICENSES_UNSUPPORTED","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_CERTIFICATE_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_DEVICE_REGISTRATION_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_INMEMORYSTORE_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_METERING_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_MIGRATION_IMPORTER_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_BURN_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_GET_DEVICE_CERT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK_FROM_SERVER","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_INITIALIZE","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_LOAD_HARDWARE_ID","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_DATA_STORE","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_LICENSE","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_PORT","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_SET_PARAMETER","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_SET_SECURE_CLOCK","features":[86]},{"name":"NS_E_DRM_UNABLE_TO_VERIFY_PROXIMITY","features":[86]},{"name":"NS_E_DRM_UNSUPPORTED_ACTION","features":[86]},{"name":"NS_E_DRM_UNSUPPORTED_ALGORITHM","features":[86]},{"name":"NS_E_DRM_UNSUPPORTED_PROPERTY","features":[86]},{"name":"NS_E_DRM_UNSUPPORTED_PROTOCOL_VERSION","features":[86]},{"name":"NS_E_DUPLICATE_ADDRESS","features":[86]},{"name":"NS_E_DUPLICATE_DRMPROFILE","features":[86]},{"name":"NS_E_DUPLICATE_NAME","features":[86]},{"name":"NS_E_DUPLICATE_PACKET","features":[86]},{"name":"NS_E_DVD_AUTHORING_PROBLEM","features":[86]},{"name":"NS_E_DVD_CANNOT_COPY_PROTECTED","features":[86]},{"name":"NS_E_DVD_CANNOT_JUMP","features":[86]},{"name":"NS_E_DVD_COMPATIBLE_VIDEO_CARD","features":[86]},{"name":"NS_E_DVD_COPY_PROTECT","features":[86]},{"name":"NS_E_DVD_DEVICE_CONTENTION","features":[86]},{"name":"NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_FAILED","features":[86]},{"name":"NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_NS","features":[86]},{"name":"NS_E_DVD_DISC_DECODER_REGION","features":[86]},{"name":"NS_E_DVD_GRAPH_BUILDING","features":[86]},{"name":"NS_E_DVD_INVALID_DISC_REGION","features":[86]},{"name":"NS_E_DVD_INVALID_TITLE_CHAPTER","features":[86]},{"name":"NS_E_DVD_MACROVISION","features":[86]},{"name":"NS_E_DVD_NO_AUDIO_STREAM","features":[86]},{"name":"NS_E_DVD_NO_DECODER","features":[86]},{"name":"NS_E_DVD_NO_SUBPICTURE_STREAM","features":[86]},{"name":"NS_E_DVD_NO_VIDEO_MEMORY","features":[86]},{"name":"NS_E_DVD_NO_VIDEO_STREAM","features":[86]},{"name":"NS_E_DVD_PARENTAL","features":[86]},{"name":"NS_E_DVD_REQUIRED_PROPERTY_NOT_SET","features":[86]},{"name":"NS_E_DVD_SYSTEM_DECODER_REGION","features":[86]},{"name":"NS_E_EDL_REQUIRED_FOR_DEVICE_MULTIPASS","features":[86]},{"name":"NS_E_EMPTY_PLAYLIST","features":[86]},{"name":"NS_E_EMPTY_PROGRAM_NAME","features":[86]},{"name":"NS_E_ENACTPLAN_GIVEUP","features":[86]},{"name":"NS_E_END_OF_PLAYLIST","features":[86]},{"name":"NS_E_END_OF_TAPE","features":[86]},{"name":"NS_E_ERROR_FROM_PROXY","features":[86]},{"name":"NS_E_EXCEED_MAX_DRM_PROFILE_LIMIT","features":[86]},{"name":"NS_E_EXPECT_MONO_WAV_INPUT","features":[86]},{"name":"NS_E_FAILED_DOWNLOAD_ABORT_BURN","features":[86]},{"name":"NS_E_FAIL_LAUNCH_ROXIO_PLUGIN","features":[86]},{"name":"NS_E_FEATURE_DISABLED_BY_GROUP_POLICY","features":[86]},{"name":"NS_E_FEATURE_DISABLED_IN_SKU","features":[86]},{"name":"NS_E_FEATURE_REQUIRES_ENTERPRISE_SERVER","features":[86]},{"name":"NS_E_FILE_ALLOCATION_FAILED","features":[86]},{"name":"NS_E_FILE_BANDWIDTH_LIMIT","features":[86]},{"name":"NS_E_FILE_EXISTS","features":[86]},{"name":"NS_E_FILE_FAILED_CHECKS","features":[86]},{"name":"NS_E_FILE_INIT_FAILED","features":[86]},{"name":"NS_E_FILE_NOT_FOUND","features":[86]},{"name":"NS_E_FILE_OPEN_FAILED","features":[86]},{"name":"NS_E_FILE_PLAY_FAILED","features":[86]},{"name":"NS_E_FILE_READ","features":[86]},{"name":"NS_E_FILE_WRITE","features":[86]},{"name":"NS_E_FIREWALL","features":[86]},{"name":"NS_E_FLASH_PLAYBACK_NOT_ALLOWED","features":[86]},{"name":"NS_E_GLITCH_MODE","features":[86]},{"name":"NS_E_GRAPH_NOAUDIOLANGUAGE","features":[86]},{"name":"NS_E_GRAPH_NOAUDIOLANGUAGESELECTED","features":[86]},{"name":"NS_E_HDS_KEY_MISMATCH","features":[86]},{"name":"NS_E_HEADER_MISMATCH","features":[86]},{"name":"NS_E_HTTP_DISABLED","features":[86]},{"name":"NS_E_HTTP_TEXT_DATACONTAINER_INVALID_SERVER_RESPONSE","features":[86]},{"name":"NS_E_HTTP_TEXT_DATACONTAINER_SIZE_LIMIT_EXCEEDED","features":[86]},{"name":"NS_E_ICMQUERYFORMAT","features":[86]},{"name":"NS_E_IE_DISALLOWS_ACTIVEX_CONTROLS","features":[86]},{"name":"NS_E_IMAGE_DOWNLOAD_FAILED","features":[86]},{"name":"NS_E_IMAPI_LOSSOFSTREAMING","features":[86]},{"name":"NS_E_IMAPI_MEDIUM_INVALIDTYPE","features":[86]},{"name":"NS_E_INCOMPATIBLE_FORMAT","features":[86]},{"name":"NS_E_INCOMPATIBLE_PUSH_SERVER","features":[86]},{"name":"NS_E_INCOMPATIBLE_SERVER","features":[86]},{"name":"NS_E_INCOMPATIBLE_VERSION","features":[86]},{"name":"NS_E_INCOMPLETE_PLAYLIST","features":[86]},{"name":"NS_E_INCORRECTCLIPSETTINGS","features":[86]},{"name":"NS_E_INDUCED","features":[86]},{"name":"NS_E_INPUTSOURCE_PROBLEM","features":[86]},{"name":"NS_E_INPUT_DOESNOT_SUPPORT_SMPTE","features":[86]},{"name":"NS_E_INPUT_WAVFORMAT_MISMATCH","features":[86]},{"name":"NS_E_INSUFFICIENT_BANDWIDTH","features":[86]},{"name":"NS_E_INSUFFICIENT_DATA","features":[86]},{"name":"NS_E_INTERFACE_NOT_REGISTERED_IN_GIT","features":[86]},{"name":"NS_E_INTERLACEMODE_MISMATCH","features":[86]},{"name":"NS_E_INTERLACE_REQUIRE_SAMESIZE","features":[86]},{"name":"NS_E_INTERNAL","features":[86]},{"name":"NS_E_INTERNAL_SERVER_ERROR","features":[86]},{"name":"NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING","features":[86]},{"name":"NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING","features":[86]},{"name":"NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED","features":[86]},{"name":"NS_E_INVALIDINPUTFPS","features":[86]},{"name":"NS_E_INVALIDPACKETSIZE","features":[86]},{"name":"NS_E_INVALIDPROFILE","features":[86]},{"name":"NS_E_INVALID_ARCHIVE","features":[86]},{"name":"NS_E_INVALID_AUDIO_BUFFERMAX","features":[86]},{"name":"NS_E_INVALID_AUDIO_PEAKRATE","features":[86]},{"name":"NS_E_INVALID_AUDIO_PEAKRATE_2","features":[86]},{"name":"NS_E_INVALID_BLACKHOLE_ADDRESS","features":[86]},{"name":"NS_E_INVALID_CHANNEL","features":[86]},{"name":"NS_E_INVALID_CLIENT","features":[86]},{"name":"NS_E_INVALID_DATA","features":[86]},{"name":"NS_E_INVALID_DEVICE","features":[86]},{"name":"NS_E_INVALID_DRMV2CLT_STUBLIB","features":[86]},{"name":"NS_E_INVALID_EDL","features":[86]},{"name":"NS_E_INVALID_FILE_BITRATE","features":[86]},{"name":"NS_E_INVALID_FOLDDOWN_COEFFICIENTS","features":[86]},{"name":"NS_E_INVALID_INDEX","features":[86]},{"name":"NS_E_INVALID_INDEX2","features":[86]},{"name":"NS_E_INVALID_INPUT_AUDIENCE_INDEX","features":[86]},{"name":"NS_E_INVALID_INPUT_FORMAT","features":[86]},{"name":"NS_E_INVALID_INPUT_LANGUAGE","features":[86]},{"name":"NS_E_INVALID_INPUT_STREAM","features":[86]},{"name":"NS_E_INVALID_INTERLACEMODE","features":[86]},{"name":"NS_E_INVALID_INTERLACE_COMPAT","features":[86]},{"name":"NS_E_INVALID_KEY","features":[86]},{"name":"NS_E_INVALID_LOG_URL","features":[86]},{"name":"NS_E_INVALID_MTU_RANGE","features":[86]},{"name":"NS_E_INVALID_NAME","features":[86]},{"name":"NS_E_INVALID_NONSQUAREPIXEL_COMPAT","features":[86]},{"name":"NS_E_INVALID_NUM_PASSES","features":[86]},{"name":"NS_E_INVALID_OPERATING_SYSTEM_VERSION","features":[86]},{"name":"NS_E_INVALID_OUTPUT_FORMAT","features":[86]},{"name":"NS_E_INVALID_PIXEL_ASPECT_RATIO","features":[86]},{"name":"NS_E_INVALID_PLAY_STATISTICS","features":[86]},{"name":"NS_E_INVALID_PLUGIN_LOAD_TYPE_CONFIGURATION","features":[86]},{"name":"NS_E_INVALID_PORT","features":[86]},{"name":"NS_E_INVALID_PROFILE_CONTENTTYPE","features":[86]},{"name":"NS_E_INVALID_PUBLISHING_POINT_NAME","features":[86]},{"name":"NS_E_INVALID_PUSH_PUBLISHING_POINT","features":[86]},{"name":"NS_E_INVALID_PUSH_PUBLISHING_POINT_START_REQUEST","features":[86]},{"name":"NS_E_INVALID_PUSH_TEMPLATE","features":[86]},{"name":"NS_E_INVALID_QUERY_OPERATOR","features":[86]},{"name":"NS_E_INVALID_QUERY_PROPERTY","features":[86]},{"name":"NS_E_INVALID_REDIRECT","features":[86]},{"name":"NS_E_INVALID_REQUEST","features":[86]},{"name":"NS_E_INVALID_SAMPLING_RATE","features":[86]},{"name":"NS_E_INVALID_SCRIPT_BITRATE","features":[86]},{"name":"NS_E_INVALID_SOURCE_WITH_DEVICE_CONTROL","features":[86]},{"name":"NS_E_INVALID_STREAM","features":[86]},{"name":"NS_E_INVALID_TIMECODE","features":[86]},{"name":"NS_E_INVALID_TTL","features":[86]},{"name":"NS_E_INVALID_VBR_COMPAT","features":[86]},{"name":"NS_E_INVALID_VBR_WITH_UNCOMP","features":[86]},{"name":"NS_E_INVALID_VIDEO_BITRATE","features":[86]},{"name":"NS_E_INVALID_VIDEO_BUFFER","features":[86]},{"name":"NS_E_INVALID_VIDEO_BUFFERMAX","features":[86]},{"name":"NS_E_INVALID_VIDEO_BUFFERMAX_2","features":[86]},{"name":"NS_E_INVALID_VIDEO_CQUALITY","features":[86]},{"name":"NS_E_INVALID_VIDEO_FPS","features":[86]},{"name":"NS_E_INVALID_VIDEO_HEIGHT","features":[86]},{"name":"NS_E_INVALID_VIDEO_HEIGHT_ALIGN","features":[86]},{"name":"NS_E_INVALID_VIDEO_IQUALITY","features":[86]},{"name":"NS_E_INVALID_VIDEO_KEYFRAME","features":[86]},{"name":"NS_E_INVALID_VIDEO_PEAKRATE","features":[86]},{"name":"NS_E_INVALID_VIDEO_PEAKRATE_2","features":[86]},{"name":"NS_E_INVALID_VIDEO_WIDTH","features":[86]},{"name":"NS_E_INVALID_VIDEO_WIDTH_ALIGN","features":[86]},{"name":"NS_E_INVALID_VIDEO_WIDTH_FOR_INTERLACED_ENCODING","features":[86]},{"name":"NS_E_LANGUAGE_MISMATCH","features":[86]},{"name":"NS_E_LATE_OPERATION","features":[86]},{"name":"NS_E_LATE_PACKET","features":[86]},{"name":"NS_E_LICENSE_EXPIRED","features":[86]},{"name":"NS_E_LICENSE_HEADER_MISSING_URL","features":[86]},{"name":"NS_E_LICENSE_INCORRECT_RIGHTS","features":[86]},{"name":"NS_E_LICENSE_OUTOFDATE","features":[86]},{"name":"NS_E_LICENSE_REQUIRED","features":[86]},{"name":"NS_E_LOGFILEPERIOD","features":[86]},{"name":"NS_E_LOG_FILE_SIZE","features":[86]},{"name":"NS_E_LOG_NEED_TO_BE_SKIPPED","features":[86]},{"name":"NS_E_MARKIN_UNSUPPORTED","features":[86]},{"name":"NS_E_MAX_BITRATE","features":[86]},{"name":"NS_E_MAX_CLIENTS","features":[86]},{"name":"NS_E_MAX_FILERATE","features":[86]},{"name":"NS_E_MAX_FUNNELS_ALERT","features":[86]},{"name":"NS_E_MAX_PACKET_SIZE_TOO_SMALL","features":[86]},{"name":"NS_E_MEDIACD_READ_ERROR","features":[86]},{"name":"NS_E_MEDIA_LIBRARY_FAILED","features":[86]},{"name":"NS_E_MEDIA_PARSER_INVALID_FORMAT","features":[86]},{"name":"NS_E_MEMSTORAGE_BAD_DATA","features":[86]},{"name":"NS_E_METADATA_CACHE_DATA_NOT_AVAILABLE","features":[86]},{"name":"NS_E_METADATA_CANNOT_RETRIEVE_FROM_OFFLINE_CACHE","features":[86]},{"name":"NS_E_METADATA_CANNOT_SET_LOCALE","features":[86]},{"name":"NS_E_METADATA_FORMAT_NOT_SUPPORTED","features":[86]},{"name":"NS_E_METADATA_IDENTIFIER_NOT_AVAILABLE","features":[86]},{"name":"NS_E_METADATA_INVALID_DOCUMENT_TYPE","features":[86]},{"name":"NS_E_METADATA_LANGUAGE_NOT_SUPORTED","features":[86]},{"name":"NS_E_METADATA_NOT_AVAILABLE","features":[86]},{"name":"NS_E_METADATA_NO_EDITING_CAPABILITY","features":[86]},{"name":"NS_E_METADATA_NO_RFC1766_NAME_FOR_LOCALE","features":[86]},{"name":"NS_E_MISMATCHED_MEDIACONTENT","features":[86]},{"name":"NS_E_MISSING_AUDIENCE","features":[86]},{"name":"NS_E_MISSING_CHANNEL","features":[86]},{"name":"NS_E_MISSING_SOURCE_INDEX","features":[86]},{"name":"NS_E_MIXER_INVALID_CONTROL","features":[86]},{"name":"NS_E_MIXER_INVALID_LINE","features":[86]},{"name":"NS_E_MIXER_INVALID_VALUE","features":[86]},{"name":"NS_E_MIXER_NODRIVER","features":[86]},{"name":"NS_E_MIXER_UNKNOWN_MMRESULT","features":[86]},{"name":"NS_E_MLS_SMARTPLAYLIST_FILTER_NOT_REGISTERED","features":[86]},{"name":"NS_E_MMSAUTOSERVER_CANTFINDWALKER","features":[86]},{"name":"NS_E_MMS_NOT_SUPPORTED","features":[86]},{"name":"NS_E_MONITOR_GIVEUP","features":[86]},{"name":"NS_E_MP3_FORMAT_NOT_FOUND","features":[86]},{"name":"NS_E_MPDB_GENERIC","features":[86]},{"name":"NS_E_MSAUDIO_NOT_INSTALLED","features":[86]},{"name":"NS_E_MSBD_NO_LONGER_SUPPORTED","features":[86]},{"name":"NS_E_MULTICAST_DISABLED","features":[86]},{"name":"NS_E_MULTICAST_PLUGIN_NOT_ENABLED","features":[86]},{"name":"NS_E_MULTIPLE_AUDIO_CODECS","features":[86]},{"name":"NS_E_MULTIPLE_AUDIO_FORMATS","features":[86]},{"name":"NS_E_MULTIPLE_FILE_BITRATES","features":[86]},{"name":"NS_E_MULTIPLE_SCRIPT_BITRATES","features":[86]},{"name":"NS_E_MULTIPLE_VBR_AUDIENCES","features":[86]},{"name":"NS_E_MULTIPLE_VIDEO_CODECS","features":[86]},{"name":"NS_E_MULTIPLE_VIDEO_SIZES","features":[86]},{"name":"NS_E_NAMESPACE_BAD_NAME","features":[86]},{"name":"NS_E_NAMESPACE_BUFFER_TOO_SMALL","features":[86]},{"name":"NS_E_NAMESPACE_CALLBACK_NOT_FOUND","features":[86]},{"name":"NS_E_NAMESPACE_DUPLICATE_CALLBACK","features":[86]},{"name":"NS_E_NAMESPACE_DUPLICATE_NAME","features":[86]},{"name":"NS_E_NAMESPACE_EMPTY_NAME","features":[86]},{"name":"NS_E_NAMESPACE_INDEX_TOO_LARGE","features":[86]},{"name":"NS_E_NAMESPACE_NAME_TOO_LONG","features":[86]},{"name":"NS_E_NAMESPACE_NODE_CONFLICT","features":[86]},{"name":"NS_E_NAMESPACE_NODE_NOT_FOUND","features":[86]},{"name":"NS_E_NAMESPACE_TOO_MANY_CALLBACKS","features":[86]},{"name":"NS_E_NAMESPACE_WRONG_PERSIST","features":[86]},{"name":"NS_E_NAMESPACE_WRONG_SECURITY","features":[86]},{"name":"NS_E_NAMESPACE_WRONG_TYPE","features":[86]},{"name":"NS_E_NEED_CORE_REFERENCE","features":[86]},{"name":"NS_E_NEED_TO_ASK_USER","features":[86]},{"name":"NS_E_NETWORK_BUSY","features":[86]},{"name":"NS_E_NETWORK_RESOURCE_FAILURE","features":[86]},{"name":"NS_E_NETWORK_SERVICE_FAILURE","features":[86]},{"name":"NS_E_NETWORK_SINK_WRITE","features":[86]},{"name":"NS_E_NET_READ","features":[86]},{"name":"NS_E_NET_WRITE","features":[86]},{"name":"NS_E_NOCONNECTION","features":[86]},{"name":"NS_E_NOFUNNEL","features":[86]},{"name":"NS_E_NOMATCHING_ELEMENT","features":[86]},{"name":"NS_E_NOMATCHING_MEDIASOURCE","features":[86]},{"name":"NS_E_NONSQUAREPIXELMODE_MISMATCH","features":[86]},{"name":"NS_E_NOREGISTEREDWALKER","features":[86]},{"name":"NS_E_NOSOURCEGROUPS","features":[86]},{"name":"NS_E_NOSTATSAVAILABLE","features":[86]},{"name":"NS_E_NOTARCHIVING","features":[86]},{"name":"NS_E_NOTHING_TO_DO","features":[86]},{"name":"NS_E_NOTITLES","features":[86]},{"name":"NS_E_NOT_CONFIGURED","features":[86]},{"name":"NS_E_NOT_CONNECTED","features":[86]},{"name":"NS_E_NOT_CONTENT_PARTNER_TRACK","features":[86]},{"name":"NS_E_NOT_LICENSED","features":[86]},{"name":"NS_E_NOT_REBUILDING","features":[86]},{"name":"NS_E_NO_ACTIVE_SOURCEGROUP","features":[86]},{"name":"NS_E_NO_AUDIENCES","features":[86]},{"name":"NS_E_NO_AUDIODATA","features":[86]},{"name":"NS_E_NO_AUDIO_COMPAT","features":[86]},{"name":"NS_E_NO_AUDIO_TIMECOMPRESSION","features":[86]},{"name":"NS_E_NO_CD","features":[86]},{"name":"NS_E_NO_CD_BURNER","features":[86]},{"name":"NS_E_NO_CHANNELS","features":[86]},{"name":"NS_E_NO_DATAVIEW_SUPPORT","features":[86]},{"name":"NS_E_NO_DEVICE","features":[86]},{"name":"NS_E_NO_ERROR_STRING_FOUND","features":[86]},{"name":"NS_E_NO_EXISTING_PACKETIZER","features":[86]},{"name":"NS_E_NO_FORMATS","features":[86]},{"name":"NS_E_NO_FRAMES_SUBMITTED_TO_ANALYZER","features":[86]},{"name":"NS_E_NO_LOCALPLAY","features":[86]},{"name":"NS_E_NO_MBR_WITH_TIMECODE","features":[86]},{"name":"NS_E_NO_MEDIAFORMAT_IN_SOURCE","features":[86]},{"name":"NS_E_NO_MEDIA_IN_AUDIENCE","features":[86]},{"name":"NS_E_NO_MEDIA_PROTOCOL","features":[86]},{"name":"NS_E_NO_MORE_SAMPLES","features":[86]},{"name":"NS_E_NO_MULTICAST","features":[86]},{"name":"NS_E_NO_MULTIPASS_FOR_LIVEDEVICE","features":[86]},{"name":"NS_E_NO_NEW_CONNECTIONS","features":[86]},{"name":"NS_E_NO_PAL_INVERSE_TELECINE","features":[86]},{"name":"NS_E_NO_PDA","features":[86]},{"name":"NS_E_NO_PROFILE_IN_SOURCEGROUP","features":[86]},{"name":"NS_E_NO_PROFILE_NAME","features":[86]},{"name":"NS_E_NO_REALTIME_PREPROCESS","features":[86]},{"name":"NS_E_NO_REALTIME_TIMECOMPRESSION","features":[86]},{"name":"NS_E_NO_REFERENCES","features":[86]},{"name":"NS_E_NO_REPEAT_PREPROCESS","features":[86]},{"name":"NS_E_NO_SCRIPT_ENGINE","features":[86]},{"name":"NS_E_NO_SCRIPT_STREAM","features":[86]},{"name":"NS_E_NO_SERVER_CONTACT","features":[86]},{"name":"NS_E_NO_SMPTE_WITH_MULTIPLE_SOURCEGROUPS","features":[86]},{"name":"NS_E_NO_SPECIFIED_DEVICE","features":[86]},{"name":"NS_E_NO_STREAM","features":[86]},{"name":"NS_E_NO_TWOPASS_TIMECOMPRESSION","features":[86]},{"name":"NS_E_NO_VALID_OUTPUT_STREAM","features":[86]},{"name":"NS_E_NO_VALID_SOURCE_PLUGIN","features":[86]},{"name":"NS_E_NUM_LANGUAGE_MISMATCH","features":[86]},{"name":"NS_E_OFFLINE_MODE","features":[86]},{"name":"NS_E_OPEN_CONTAINING_FOLDER_FAILED","features":[86]},{"name":"NS_E_OPEN_FILE_LIMIT","features":[86]},{"name":"NS_E_OUTPUT_PROTECTION_LEVEL_UNSUPPORTED","features":[86]},{"name":"NS_E_OUTPUT_PROTECTION_SCHEME_UNSUPPORTED","features":[86]},{"name":"NS_E_PACKETSINK_UNKNOWN_FEC_STREAM","features":[86]},{"name":"NS_E_PAGING_ERROR","features":[86]},{"name":"NS_E_PARTIALLY_REBUILT_DISK","features":[86]},{"name":"NS_E_PDA_CANNOT_CREATE_ADDITIONAL_SYNC_RELATIONSHIP","features":[86]},{"name":"NS_E_PDA_CANNOT_SYNC_FROM_INTERNET","features":[86]},{"name":"NS_E_PDA_CANNOT_SYNC_FROM_LOCATION","features":[86]},{"name":"NS_E_PDA_CANNOT_SYNC_INVALID_PLAYLIST","features":[86]},{"name":"NS_E_PDA_CANNOT_TRANSCODE","features":[86]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_AUDIO","features":[86]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_IMAGE","features":[86]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_VIDEO","features":[86]},{"name":"NS_E_PDA_CEWMDM_DRM_ERROR","features":[86]},{"name":"NS_E_PDA_DELETE_FAILED","features":[86]},{"name":"NS_E_PDA_DEVICESUPPORTDISABLED","features":[86]},{"name":"NS_E_PDA_DEVICE_FULL","features":[86]},{"name":"NS_E_PDA_DEVICE_FULL_IN_SESSION","features":[86]},{"name":"NS_E_PDA_DEVICE_NOT_RESPONDING","features":[86]},{"name":"NS_E_PDA_ENCODER_NOT_RESPONDING","features":[86]},{"name":"NS_E_PDA_FAILED_TO_BURN","features":[86]},{"name":"NS_E_PDA_FAILED_TO_ENCRYPT_TRANSCODED_FILE","features":[86]},{"name":"NS_E_PDA_FAILED_TO_RETRIEVE_FILE","features":[86]},{"name":"NS_E_PDA_FAILED_TO_SYNCHRONIZE_FILE","features":[86]},{"name":"NS_E_PDA_FAILED_TO_TRANSCODE_PHOTO","features":[86]},{"name":"NS_E_PDA_FAIL_READ_WAVE_FILE","features":[86]},{"name":"NS_E_PDA_FAIL_SELECT_DEVICE","features":[86]},{"name":"NS_E_PDA_INITIALIZINGDEVICES","features":[86]},{"name":"NS_E_PDA_MANUALDEVICE","features":[86]},{"name":"NS_E_PDA_NO_LONGER_AVAILABLE","features":[86]},{"name":"NS_E_PDA_NO_TRANSCODE_OF_DRM","features":[86]},{"name":"NS_E_PDA_OBSOLETE_SP","features":[86]},{"name":"NS_E_PDA_PARTNERSHIPNOTEXIST","features":[86]},{"name":"NS_E_PDA_RETRIEVED_FILE_FILENAME_TOO_LONG","features":[86]},{"name":"NS_E_PDA_SYNC_FAILED","features":[86]},{"name":"NS_E_PDA_SYNC_LOGIN_ERROR","features":[86]},{"name":"NS_E_PDA_SYNC_RUNNING","features":[86]},{"name":"NS_E_PDA_TITLE_COLLISION","features":[86]},{"name":"NS_E_PDA_TOO_MANY_FILES_IN_DIRECTORY","features":[86]},{"name":"NS_E_PDA_TOO_MANY_FILE_COLLISIONS","features":[86]},{"name":"NS_E_PDA_TRANSCODECACHEFULL","features":[86]},{"name":"NS_E_PDA_TRANSCODE_CODEC_NOT_FOUND","features":[86]},{"name":"NS_E_PDA_TRANSCODE_NOT_PERMITTED","features":[86]},{"name":"NS_E_PDA_UNSPECIFIED_ERROR","features":[86]},{"name":"NS_E_PDA_UNSUPPORTED_FORMAT","features":[86]},{"name":"NS_E_PLAYLIST_CONTAINS_ERRORS","features":[86]},{"name":"NS_E_PLAYLIST_END_RECEDING","features":[86]},{"name":"NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING","features":[86]},{"name":"NS_E_PLAYLIST_ENTRY_HAS_CHANGED","features":[86]},{"name":"NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST","features":[86]},{"name":"NS_E_PLAYLIST_ENTRY_SEEK","features":[86]},{"name":"NS_E_PLAYLIST_PARSE_FAILURE","features":[86]},{"name":"NS_E_PLAYLIST_PLUGIN_NOT_FOUND","features":[86]},{"name":"NS_E_PLAYLIST_RECURSIVE_PLAYLISTS","features":[86]},{"name":"NS_E_PLAYLIST_SHUTDOWN","features":[86]},{"name":"NS_E_PLAYLIST_TOO_MANY_NESTED_PLAYLISTS","features":[86]},{"name":"NS_E_PLAYLIST_UNSUPPORTED_ENTRY","features":[86]},{"name":"NS_E_PLUGIN_CLSID_INVALID","features":[86]},{"name":"NS_E_PLUGIN_ERROR_REPORTED","features":[86]},{"name":"NS_E_PLUGIN_NOTSHUTDOWN","features":[86]},{"name":"NS_E_PORT_IN_USE","features":[86]},{"name":"NS_E_PORT_IN_USE_HTTP","features":[86]},{"name":"NS_E_PROCESSINGSHOWSYNCWIZARD","features":[86]},{"name":"NS_E_PROFILE_MISMATCH","features":[86]},{"name":"NS_E_PROPERTY_NOT_FOUND","features":[86]},{"name":"NS_E_PROPERTY_NOT_SUPPORTED","features":[86]},{"name":"NS_E_PROPERTY_READ_ONLY","features":[86]},{"name":"NS_E_PROTECTED_CONTENT","features":[86]},{"name":"NS_E_PROTOCOL_MISMATCH","features":[86]},{"name":"NS_E_PROXY_ACCESSDENIED","features":[86]},{"name":"NS_E_PROXY_CONNECT_TIMEOUT","features":[86]},{"name":"NS_E_PROXY_DNS_TIMEOUT","features":[86]},{"name":"NS_E_PROXY_NOT_FOUND","features":[86]},{"name":"NS_E_PROXY_SOURCE_ACCESSDENIED","features":[86]},{"name":"NS_E_PROXY_TIMEOUT","features":[86]},{"name":"NS_E_PUBLISHING_POINT_INVALID_REQUEST_WHILE_STARTED","features":[86]},{"name":"NS_E_PUBLISHING_POINT_REMOVED","features":[86]},{"name":"NS_E_PUBLISHING_POINT_STOPPED","features":[86]},{"name":"NS_E_PUSH_CANNOTCONNECT","features":[86]},{"name":"NS_E_PUSH_DUPLICATE_PUBLISHING_POINT_NAME","features":[86]},{"name":"NS_E_REBOOT_RECOMMENDED","features":[86]},{"name":"NS_E_REBOOT_REQUIRED","features":[86]},{"name":"NS_E_RECORDQ_DISK_FULL","features":[86]},{"name":"NS_E_REDBOOK_ENABLED_WHILE_COPYING","features":[86]},{"name":"NS_E_REDIRECT","features":[86]},{"name":"NS_E_REDIRECT_TO_PROXY","features":[86]},{"name":"NS_E_REFUSED_BY_SERVER","features":[86]},{"name":"NS_E_REG_FLUSH_FAILURE","features":[86]},{"name":"NS_E_REMIRRORED_DISK","features":[86]},{"name":"NS_E_REQUIRE_STREAMING_CLIENT","features":[86]},{"name":"NS_E_RESET_SOCKET_CONNECTION","features":[86]},{"name":"NS_E_RESOURCE_GONE","features":[86]},{"name":"NS_E_SAME_AS_INPUT_COMBINATION","features":[86]},{"name":"NS_E_SCHEMA_CLASSIFY_FAILURE","features":[86]},{"name":"NS_E_SCRIPT_DEBUGGER_NOT_INSTALLED","features":[86]},{"name":"NS_E_SDK_BUFFERTOOSMALL","features":[86]},{"name":"NS_E_SERVER_ACCESSDENIED","features":[86]},{"name":"NS_E_SERVER_DNS_TIMEOUT","features":[86]},{"name":"NS_E_SERVER_NOT_FOUND","features":[86]},{"name":"NS_E_SERVER_UNAVAILABLE","features":[86]},{"name":"NS_E_SESSION_INVALID","features":[86]},{"name":"NS_E_SESSION_NOT_FOUND","features":[86]},{"name":"NS_E_SETUP_BLOCKED","features":[86]},{"name":"NS_E_SETUP_DRM_MIGRATION_FAILED","features":[86]},{"name":"NS_E_SETUP_DRM_MIGRATION_FAILED_AND_IGNORABLE_FAILURE","features":[86]},{"name":"NS_E_SETUP_IGNORABLE_FAILURE","features":[86]},{"name":"NS_E_SETUP_INCOMPLETE","features":[86]},{"name":"NS_E_SET_DISK_UID_FAILED","features":[86]},{"name":"NS_E_SHARING_STATE_OUT_OF_SYNC","features":[86]},{"name":"NS_E_SHARING_VIOLATION","features":[86]},{"name":"NS_E_SHUTDOWN","features":[86]},{"name":"NS_E_SLOW_READ_DIGITAL","features":[86]},{"name":"NS_E_SLOW_READ_DIGITAL_WITH_ERRORCORRECTION","features":[86]},{"name":"NS_E_SMPTEMODE_MISMATCH","features":[86]},{"name":"NS_E_SOURCEGROUP_NOTPREPARED","features":[86]},{"name":"NS_E_SOURCE_CANNOT_LOOP","features":[86]},{"name":"NS_E_SOURCE_NOTSPECIFIED","features":[86]},{"name":"NS_E_SOURCE_PLUGIN_NOT_FOUND","features":[86]},{"name":"NS_E_SPEECHEDL_ON_NON_MIXEDMODE","features":[86]},{"name":"NS_E_STALE_PRESENTATION","features":[86]},{"name":"NS_E_STREAM_END","features":[86]},{"name":"NS_E_STRIDE_REFUSED","features":[86]},{"name":"NS_E_SUBSCRIPTIONSERVICE_DOWNLOAD_TIMEOUT","features":[86]},{"name":"NS_E_SUBSCRIPTIONSERVICE_LOGIN_FAILED","features":[86]},{"name":"NS_E_SUBSCRIPTIONSERVICE_PLAYBACK_DISALLOWED","features":[86]},{"name":"NS_E_SYNCWIZ_CANNOT_CHANGE_SETTINGS","features":[86]},{"name":"NS_E_SYNCWIZ_DEVICE_FULL","features":[86]},{"name":"NS_E_TABLE_KEY_NOT_FOUND","features":[86]},{"name":"NS_E_TAMPERED_CONTENT","features":[86]},{"name":"NS_E_TCP_DISABLED","features":[86]},{"name":"NS_E_TIGER_FAIL","features":[86]},{"name":"NS_E_TIMECODE_REQUIRES_VIDEOSTREAM","features":[86]},{"name":"NS_E_TIMEOUT","features":[86]},{"name":"NS_E_TITLE_BITRATE","features":[86]},{"name":"NS_E_TITLE_SIZE_EXCEEDED","features":[86]},{"name":"NS_E_TOO_MANY_AUDIO","features":[86]},{"name":"NS_E_TOO_MANY_DEVICECONTROL","features":[86]},{"name":"NS_E_TOO_MANY_HOPS","features":[86]},{"name":"NS_E_TOO_MANY_MULTICAST_SINKS","features":[86]},{"name":"NS_E_TOO_MANY_SESS","features":[86]},{"name":"NS_E_TOO_MANY_TITLES","features":[86]},{"name":"NS_E_TOO_MANY_VIDEO","features":[86]},{"name":"NS_E_TOO_MUCH_DATA","features":[86]},{"name":"NS_E_TOO_MUCH_DATA_FROM_SERVER","features":[86]},{"name":"NS_E_TRACK_DOWNLOAD_REQUIRES_ALBUM_PURCHASE","features":[86]},{"name":"NS_E_TRACK_DOWNLOAD_REQUIRES_PURCHASE","features":[86]},{"name":"NS_E_TRACK_PURCHASE_MAXIMUM_EXCEEDED","features":[86]},{"name":"NS_E_TRANSCODE_DELETECACHEERROR","features":[86]},{"name":"NS_E_TRANSFORM_PLUGIN_INVALID","features":[86]},{"name":"NS_E_TRANSFORM_PLUGIN_NOT_FOUND","features":[86]},{"name":"NS_E_UDP_DISABLED","features":[86]},{"name":"NS_E_UNABLE_TO_CREATE_RIP_LOCATION","features":[86]},{"name":"NS_E_UNCOMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED","features":[86]},{"name":"NS_E_UNCOMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[86]},{"name":"NS_E_UNCOMP_COMP_COMBINATION","features":[86]},{"name":"NS_E_UNEXPECTED_DISPLAY_SETTINGS","features":[86]},{"name":"NS_E_UNEXPECTED_MSAUDIO_ERROR","features":[86]},{"name":"NS_E_UNKNOWN_PROTOCOL","features":[86]},{"name":"NS_E_UNRECOGNIZED_STREAM_TYPE","features":[86]},{"name":"NS_E_UNSUPPORTED_ARCHIVEOPERATION","features":[86]},{"name":"NS_E_UNSUPPORTED_ARCHIVETYPE","features":[86]},{"name":"NS_E_UNSUPPORTED_ENCODER_DEVICE","features":[86]},{"name":"NS_E_UNSUPPORTED_LANGUAGE","features":[86]},{"name":"NS_E_UNSUPPORTED_LOAD_TYPE","features":[86]},{"name":"NS_E_UNSUPPORTED_PROPERTY","features":[86]},{"name":"NS_E_UNSUPPORTED_SOURCETYPE","features":[86]},{"name":"NS_E_URLLIST_INVALIDFORMAT","features":[86]},{"name":"NS_E_USER_STOP","features":[86]},{"name":"NS_E_USE_FILE_SOURCE","features":[86]},{"name":"NS_E_VBRMODE_MISMATCH","features":[86]},{"name":"NS_E_VIDCAPCREATEWINDOW","features":[86]},{"name":"NS_E_VIDCAPDRVINUSE","features":[86]},{"name":"NS_E_VIDCAPSTARTFAILED","features":[86]},{"name":"NS_E_VIDEODEVICE_BUSY","features":[86]},{"name":"NS_E_VIDEODEVICE_UNEXPECTED","features":[86]},{"name":"NS_E_VIDEODRIVER_UNSTABLE","features":[86]},{"name":"NS_E_VIDEO_BITRATE_STEPDOWN","features":[86]},{"name":"NS_E_VIDEO_CODEC_ERROR","features":[86]},{"name":"NS_E_VIDEO_CODEC_NOT_INSTALLED","features":[86]},{"name":"NS_E_VIDSOURCECOMPRESSION","features":[86]},{"name":"NS_E_VIDSOURCESIZE","features":[86]},{"name":"NS_E_WALKER_SERVER","features":[86]},{"name":"NS_E_WALKER_UNKNOWN","features":[86]},{"name":"NS_E_WALKER_USAGE","features":[86]},{"name":"NS_E_WAVE_OPEN","features":[86]},{"name":"NS_E_WINSOCK_ERROR_STRING","features":[86]},{"name":"NS_E_WIZARD_RUNNING","features":[86]},{"name":"NS_E_WMDM_REVOKED","features":[86]},{"name":"NS_E_WMDRM_DEPRECATED","features":[86]},{"name":"NS_E_WME_VERSION_MISMATCH","features":[86]},{"name":"NS_E_WMG_CANNOTQUEUE","features":[86]},{"name":"NS_E_WMG_COPP_SECURITY_INVALID","features":[86]},{"name":"NS_E_WMG_COPP_UNSUPPORTED","features":[86]},{"name":"NS_E_WMG_FILETRANSFERNOTALLOWED","features":[86]},{"name":"NS_E_WMG_INVALIDSTATE","features":[86]},{"name":"NS_E_WMG_INVALID_COPP_CERTIFICATE","features":[86]},{"name":"NS_E_WMG_LICENSE_TAMPERED","features":[86]},{"name":"NS_E_WMG_NOSDKINTERFACE","features":[86]},{"name":"NS_E_WMG_NOTALLOUTPUTSRENDERED","features":[86]},{"name":"NS_E_WMG_PLUGINUNAVAILABLE","features":[86]},{"name":"NS_E_WMG_PREROLLLICENSEACQUISITIONNOTALLOWED","features":[86]},{"name":"NS_E_WMG_RATEUNAVAILABLE","features":[86]},{"name":"NS_E_WMG_SINKALREADYEXISTS","features":[86]},{"name":"NS_E_WMG_UNEXPECTEDPREROLLSTATUS","features":[86]},{"name":"NS_E_WMPBR_BACKUPCANCEL","features":[86]},{"name":"NS_E_WMPBR_BACKUPRESTOREFAILED","features":[86]},{"name":"NS_E_WMPBR_DRIVE_INVALID","features":[86]},{"name":"NS_E_WMPBR_ERRORWITHURL","features":[86]},{"name":"NS_E_WMPBR_NAMECOLLISION","features":[86]},{"name":"NS_E_WMPBR_NOLISTENER","features":[86]},{"name":"NS_E_WMPBR_RESTORECANCEL","features":[86]},{"name":"NS_E_WMPCORE_BUFFERTOOSMALL","features":[86]},{"name":"NS_E_WMPCORE_BUSY","features":[86]},{"name":"NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT","features":[86]},{"name":"NS_E_WMPCORE_CODEC_DOWNLOAD_NOT_ALLOWED","features":[86]},{"name":"NS_E_WMPCORE_CODEC_NOT_FOUND","features":[86]},{"name":"NS_E_WMPCORE_CODEC_NOT_TRUSTED","features":[86]},{"name":"NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE","features":[86]},{"name":"NS_E_WMPCORE_DEVICE_DRIVERS_MISSING","features":[86]},{"name":"NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE","features":[86]},{"name":"NS_E_WMPCORE_ERRORSINKNOTREGISTERED","features":[86]},{"name":"NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST","features":[86]},{"name":"NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE","features":[86]},{"name":"NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST","features":[86]},{"name":"NS_E_WMPCORE_FILE_NOT_FOUND","features":[86]},{"name":"NS_E_WMPCORE_GRAPH_NOT_IN_LIST","features":[86]},{"name":"NS_E_WMPCORE_INVALIDPLAYLISTMODE","features":[86]},{"name":"NS_E_WMPCORE_INVALID_PLAYLIST_URL","features":[86]},{"name":"NS_E_WMPCORE_ITEMNOTINPLAYLIST","features":[86]},{"name":"NS_E_WMPCORE_LIST_ENTRY_NO_REF","features":[86]},{"name":"NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY","features":[86]},{"name":"NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE","features":[86]},{"name":"NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED","features":[86]},{"name":"NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST","features":[86]},{"name":"NS_E_WMPCORE_MEDIA_UNAVAILABLE","features":[86]},{"name":"NS_E_WMPCORE_MEDIA_URL_TOO_LONG","features":[86]},{"name":"NS_E_WMPCORE_MISMATCHED_RUNTIME","features":[86]},{"name":"NS_E_WMPCORE_MISNAMED_FILE","features":[86]},{"name":"NS_E_WMPCORE_NOBROWSER","features":[86]},{"name":"NS_E_WMPCORE_NOSOURCEURLSTRING","features":[86]},{"name":"NS_E_WMPCORE_NO_PLAYABLE_MEDIA_IN_PLAYLIST","features":[86]},{"name":"NS_E_WMPCORE_NO_REF_IN_ENTRY","features":[86]},{"name":"NS_E_WMPCORE_PLAYLISTEMPTY","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_EMPTY_NESTED_PLAYLIST_SKIPPED_ITEMS","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_EMPTY_OR_SINGLE_MEDIA","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_IMPORT_FAILED_NO_ITEMS","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE","features":[86]},{"name":"NS_E_WMPCORE_PLAYLIST_STACK_EMPTY","features":[86]},{"name":"NS_E_WMPCORE_SOME_CODECS_MISSING","features":[86]},{"name":"NS_E_WMPCORE_TEMP_FILE_NOT_FOUND","features":[86]},{"name":"NS_E_WMPCORE_UNAVAILABLE","features":[86]},{"name":"NS_E_WMPCORE_UNRECOGNIZED_MEDIA_URL","features":[86]},{"name":"NS_E_WMPCORE_USER_CANCEL","features":[86]},{"name":"NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION","features":[86]},{"name":"NS_E_WMPCORE_WEBHELPFAILED","features":[86]},{"name":"NS_E_WMPCORE_WMX_ENTRYREF_NO_REF","features":[86]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY","features":[86]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL","features":[86]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY","features":[86]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL","features":[86]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY","features":[86]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL","features":[86]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY","features":[86]},{"name":"NS_E_WMPFLASH_CANT_FIND_COM_SERVER","features":[86]},{"name":"NS_E_WMPFLASH_INCOMPATIBLEVERSION","features":[86]},{"name":"NS_E_WMPIM_DIALUPFAILED","features":[86]},{"name":"NS_E_WMPIM_USERCANCELED","features":[86]},{"name":"NS_E_WMPIM_USEROFFLINE","features":[86]},{"name":"NS_E_WMPOCXGRAPH_IE_DISALLOWS_ACTIVEX_CONTROLS","features":[86]},{"name":"NS_E_WMPOCX_ERRORMANAGERNOTAVAILABLE","features":[86]},{"name":"NS_E_WMPOCX_NOT_RUNNING_REMOTELY","features":[86]},{"name":"NS_E_WMPOCX_NO_ACTIVE_CORE","features":[86]},{"name":"NS_E_WMPOCX_NO_REMOTE_CORE","features":[86]},{"name":"NS_E_WMPOCX_NO_REMOTE_WINDOW","features":[86]},{"name":"NS_E_WMPOCX_PLAYER_NOT_DOCKED","features":[86]},{"name":"NS_E_WMPOCX_REMOTE_PLAYER_ALREADY_RUNNING","features":[86]},{"name":"NS_E_WMPOCX_UNABLE_TO_LOAD_SKIN","features":[86]},{"name":"NS_E_WMPXML_ATTRIBUTENOTFOUND","features":[86]},{"name":"NS_E_WMPXML_EMPTYDOC","features":[86]},{"name":"NS_E_WMPXML_ENDOFDATA","features":[86]},{"name":"NS_E_WMPXML_NOERROR","features":[86]},{"name":"NS_E_WMPXML_PARSEERROR","features":[86]},{"name":"NS_E_WMPXML_PINOTFOUND","features":[86]},{"name":"NS_E_WMPZIP_CORRUPT","features":[86]},{"name":"NS_E_WMPZIP_FILENOTFOUND","features":[86]},{"name":"NS_E_WMPZIP_NOTAZIPFILE","features":[86]},{"name":"NS_E_WMP_ACCESS_DENIED","features":[86]},{"name":"NS_E_WMP_ADDTOLIBRARY_FAILED","features":[86]},{"name":"NS_E_WMP_ALREADY_IN_USE","features":[86]},{"name":"NS_E_WMP_AUDIO_CODEC_NOT_INSTALLED","features":[86]},{"name":"NS_E_WMP_AUDIO_DEVICE_LOST","features":[86]},{"name":"NS_E_WMP_AUDIO_HW_PROBLEM","features":[86]},{"name":"NS_E_WMP_AUTOPLAY_INVALID_STATE","features":[86]},{"name":"NS_E_WMP_BAD_DRIVER","features":[86]},{"name":"NS_E_WMP_BMP_BITMAP_NOT_CREATED","features":[86]},{"name":"NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED","features":[86]},{"name":"NS_E_WMP_BMP_INVALID_BITMASK","features":[86]},{"name":"NS_E_WMP_BMP_INVALID_FORMAT","features":[86]},{"name":"NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED","features":[86]},{"name":"NS_E_WMP_BSTR_TOO_LONG","features":[86]},{"name":"NS_E_WMP_BURN_DISC_OVERFLOW","features":[86]},{"name":"NS_E_WMP_CANNOT_BURN_NON_LOCAL_FILE","features":[86]},{"name":"NS_E_WMP_CANNOT_FIND_FILE","features":[86]},{"name":"NS_E_WMP_CANNOT_FIND_FOLDER","features":[86]},{"name":"NS_E_WMP_CANT_PLAY_PROTECTED","features":[86]},{"name":"NS_E_WMP_CD_ANOTHER_USER","features":[86]},{"name":"NS_E_WMP_CD_STASH_NO_SPACE","features":[86]},{"name":"NS_E_WMP_CODEC_NEEDED_WITH_4CC","features":[86]},{"name":"NS_E_WMP_CODEC_NEEDED_WITH_FORMATTAG","features":[86]},{"name":"NS_E_WMP_COMPONENT_REVOKED","features":[86]},{"name":"NS_E_WMP_CONNECT_TIMEOUT","features":[86]},{"name":"NS_E_WMP_CONVERT_FILE_CORRUPT","features":[86]},{"name":"NS_E_WMP_CONVERT_FILE_FAILED","features":[86]},{"name":"NS_E_WMP_CONVERT_NO_RIGHTS_ERRORURL","features":[86]},{"name":"NS_E_WMP_CONVERT_NO_RIGHTS_NOERRORURL","features":[86]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_ERRORURL","features":[86]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_NOERRORURL","features":[86]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNKNOWN_FILE_OWNER","features":[86]},{"name":"NS_E_WMP_CS_JPGPOSITIONIMAGE","features":[86]},{"name":"NS_E_WMP_CS_NOTEVENLYDIVISIBLE","features":[86]},{"name":"NS_E_WMP_DAI_SONGTOOSHORT","features":[86]},{"name":"NS_E_WMP_DRM_ACQUIRING_LICENSE","features":[86]},{"name":"NS_E_WMP_DRM_CANNOT_RESTORE","features":[86]},{"name":"NS_E_WMP_DRM_COMPONENT_FAILURE","features":[86]},{"name":"NS_E_WMP_DRM_CORRUPT_BACKUP","features":[86]},{"name":"NS_E_WMP_DRM_DRIVER_AUTH_FAILURE","features":[86]},{"name":"NS_E_WMP_DRM_GENERIC_LICENSE_FAILURE","features":[86]},{"name":"NS_E_WMP_DRM_INDIV_FAILED","features":[86]},{"name":"NS_E_WMP_DRM_INVALID_SIG","features":[86]},{"name":"NS_E_WMP_DRM_LICENSE_CONTENT_REVOKED","features":[86]},{"name":"NS_E_WMP_DRM_LICENSE_EXPIRED","features":[86]},{"name":"NS_E_WMP_DRM_LICENSE_NOSAP","features":[86]},{"name":"NS_E_WMP_DRM_LICENSE_NOTACQUIRED","features":[86]},{"name":"NS_E_WMP_DRM_LICENSE_NOTENABLED","features":[86]},{"name":"NS_E_WMP_DRM_LICENSE_SERVER_UNAVAILABLE","features":[86]},{"name":"NS_E_WMP_DRM_LICENSE_UNUSABLE","features":[86]},{"name":"NS_E_WMP_DRM_NEEDS_AUTHORIZATION","features":[86]},{"name":"NS_E_WMP_DRM_NEW_HARDWARE","features":[86]},{"name":"NS_E_WMP_DRM_NOT_ACQUIRING","features":[86]},{"name":"NS_E_WMP_DRM_NO_DEVICE_CERT","features":[86]},{"name":"NS_E_WMP_DRM_NO_RIGHTS","features":[86]},{"name":"NS_E_WMP_DRM_NO_SECURE_CLOCK","features":[86]},{"name":"NS_E_WMP_DRM_UNABLE_TO_ACQUIRE_LICENSE","features":[86]},{"name":"NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT","features":[86]},{"name":"NS_E_WMP_ERASE_FAILED","features":[86]},{"name":"NS_E_WMP_EXTERNAL_NOTREADY","features":[86]},{"name":"NS_E_WMP_FAILED_TO_OPEN_IMAGE","features":[86]},{"name":"NS_E_WMP_FAILED_TO_OPEN_WMD","features":[86]},{"name":"NS_E_WMP_FAILED_TO_RIP_TRACK","features":[86]},{"name":"NS_E_WMP_FAILED_TO_SAVE_FILE","features":[86]},{"name":"NS_E_WMP_FAILED_TO_SAVE_PLAYLIST","features":[86]},{"name":"NS_E_WMP_FILESCANALREADYSTARTED","features":[86]},{"name":"NS_E_WMP_FILE_DOES_NOT_FIT_ON_CD","features":[86]},{"name":"NS_E_WMP_FILE_NO_DURATION","features":[86]},{"name":"NS_E_WMP_FILE_OPEN_FAILED","features":[86]},{"name":"NS_E_WMP_FILE_TYPE_CANNOT_BURN_TO_AUDIO_CD","features":[86]},{"name":"NS_E_WMP_FORMAT_FAILED","features":[86]},{"name":"NS_E_WMP_GIF_BAD_VERSION_NUMBER","features":[86]},{"name":"NS_E_WMP_GIF_INVALID_FORMAT","features":[86]},{"name":"NS_E_WMP_GIF_NO_IMAGE_IN_FILE","features":[86]},{"name":"NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE","features":[86]},{"name":"NS_E_WMP_GOFULLSCREEN_FAILED","features":[86]},{"name":"NS_E_WMP_HME_INVALIDOBJECTID","features":[86]},{"name":"NS_E_WMP_HME_NOTSEARCHABLEFORITEMS","features":[86]},{"name":"NS_E_WMP_HME_STALEREQUEST","features":[86]},{"name":"NS_E_WMP_HWND_NOTFOUND","features":[86]},{"name":"NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED","features":[86]},{"name":"NS_E_WMP_IMAGE_INVALID_FORMAT","features":[86]},{"name":"NS_E_WMP_IMAPI2_ERASE_DEVICE_BUSY","features":[86]},{"name":"NS_E_WMP_IMAPI2_ERASE_FAIL","features":[86]},{"name":"NS_E_WMP_IMAPI_DEVICE_BUSY","features":[86]},{"name":"NS_E_WMP_IMAPI_DEVICE_INVALIDTYPE","features":[86]},{"name":"NS_E_WMP_IMAPI_DEVICE_NOTPRESENT","features":[86]},{"name":"NS_E_WMP_IMAPI_FAILURE","features":[86]},{"name":"NS_E_WMP_IMAPI_GENERIC","features":[86]},{"name":"NS_E_WMP_IMAPI_LOSS_OF_STREAMING","features":[86]},{"name":"NS_E_WMP_IMAPI_MEDIA_INCOMPATIBLE","features":[86]},{"name":"NS_E_WMP_INVALID_ASX","features":[86]},{"name":"NS_E_WMP_INVALID_KEY","features":[86]},{"name":"NS_E_WMP_INVALID_LIBRARY_ADD","features":[86]},{"name":"NS_E_WMP_INVALID_MAX_VAL","features":[86]},{"name":"NS_E_WMP_INVALID_MIN_VAL","features":[86]},{"name":"NS_E_WMP_INVALID_PROTOCOL","features":[86]},{"name":"NS_E_WMP_INVALID_REQUEST","features":[86]},{"name":"NS_E_WMP_INVALID_SKIN","features":[86]},{"name":"NS_E_WMP_JPGTRANSPARENCY","features":[86]},{"name":"NS_E_WMP_JPG_BAD_DCTSIZE","features":[86]},{"name":"NS_E_WMP_JPG_BAD_PRECISION","features":[86]},{"name":"NS_E_WMP_JPG_BAD_VERSION_NUMBER","features":[86]},{"name":"NS_E_WMP_JPG_CCIR601_NOTIMPL","features":[86]},{"name":"NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL","features":[86]},{"name":"NS_E_WMP_JPG_IMAGE_TOO_BIG","features":[86]},{"name":"NS_E_WMP_JPG_INVALID_FORMAT","features":[86]},{"name":"NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL","features":[86]},{"name":"NS_E_WMP_JPG_NO_IMAGE_IN_FILE","features":[86]},{"name":"NS_E_WMP_JPG_READ_ERROR","features":[86]},{"name":"NS_E_WMP_JPG_SOF_UNSUPPORTED","features":[86]},{"name":"NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE","features":[86]},{"name":"NS_E_WMP_JPG_UNKNOWN_MARKER","features":[86]},{"name":"NS_E_WMP_LICENSE_REQUIRED","features":[86]},{"name":"NS_E_WMP_LICENSE_RESTRICTS","features":[86]},{"name":"NS_E_WMP_LOCKEDINSKINMODE","features":[86]},{"name":"NS_E_WMP_LOGON_FAILURE","features":[86]},{"name":"NS_E_WMP_MF_CODE_EXPIRED","features":[86]},{"name":"NS_E_WMP_MLS_STALE_DATA","features":[86]},{"name":"NS_E_WMP_MMS_NOT_SUPPORTED","features":[86]},{"name":"NS_E_WMP_MSSAP_NOT_AVAILABLE","features":[86]},{"name":"NS_E_WMP_MULTICAST_DISABLED","features":[86]},{"name":"NS_E_WMP_MULTIPLE_ERROR_IN_PLAYLIST","features":[86]},{"name":"NS_E_WMP_NEED_UPGRADE","features":[86]},{"name":"NS_E_WMP_NETWORK_ERROR","features":[86]},{"name":"NS_E_WMP_NETWORK_FIREWALL","features":[86]},{"name":"NS_E_WMP_NETWORK_RESOURCE_FAILURE","features":[86]},{"name":"NS_E_WMP_NONMEDIA_FILES","features":[86]},{"name":"NS_E_WMP_NO_DISK_SPACE","features":[86]},{"name":"NS_E_WMP_NO_PROTOCOLS_SELECTED","features":[86]},{"name":"NS_E_WMP_NO_REMOVABLE_MEDIA","features":[86]},{"name":"NS_E_WMP_OUTOFMEMORY","features":[86]},{"name":"NS_E_WMP_PATH_ALREADY_IN_LIBRARY","features":[86]},{"name":"NS_E_WMP_PLAYLIST_EXISTS","features":[86]},{"name":"NS_E_WMP_PLUGINDLL_NOTFOUND","features":[86]},{"name":"NS_E_WMP_PNG_INVALIDFORMAT","features":[86]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC","features":[86]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH","features":[86]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION","features":[86]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_FILTER","features":[86]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_INTERLACE","features":[86]},{"name":"NS_E_WMP_POLICY_VALUE_NOT_CONFIGURED","features":[86]},{"name":"NS_E_WMP_PROTECTED_CONTENT","features":[86]},{"name":"NS_E_WMP_PROTOCOL_PROBLEM","features":[86]},{"name":"NS_E_WMP_PROXY_CONNECT_TIMEOUT","features":[86]},{"name":"NS_E_WMP_PROXY_NOT_FOUND","features":[86]},{"name":"NS_E_WMP_RBC_JPGMAPPINGIMAGE","features":[86]},{"name":"NS_E_WMP_RECORDING_NOT_ALLOWED","features":[86]},{"name":"NS_E_WMP_RIP_FAILED","features":[86]},{"name":"NS_E_WMP_SAVEAS_READONLY","features":[86]},{"name":"NS_E_WMP_SENDMAILFAILED","features":[86]},{"name":"NS_E_WMP_SERVER_DNS_TIMEOUT","features":[86]},{"name":"NS_E_WMP_SERVER_INACCESSIBLE","features":[86]},{"name":"NS_E_WMP_SERVER_NONEWCONNECTIONS","features":[86]},{"name":"NS_E_WMP_SERVER_NOT_RESPONDING","features":[86]},{"name":"NS_E_WMP_SERVER_SECURITY_ERROR","features":[86]},{"name":"NS_E_WMP_SERVER_UNAVAILABLE","features":[86]},{"name":"NS_E_WMP_STREAMING_RECORDING_NOT_ALLOWED","features":[86]},{"name":"NS_E_WMP_TAMPERED_CONTENT","features":[86]},{"name":"NS_E_WMP_UDRM_NOUSERLIST","features":[86]},{"name":"NS_E_WMP_UI_NOSKININZIP","features":[86]},{"name":"NS_E_WMP_UI_NOTATHEMEFILE","features":[86]},{"name":"NS_E_WMP_UI_OBJECTNOTFOUND","features":[86]},{"name":"NS_E_WMP_UI_PASSTHROUGH","features":[86]},{"name":"NS_E_WMP_UI_SECONDHANDLER","features":[86]},{"name":"NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED","features":[86]},{"name":"NS_E_WMP_UI_SUBELEMENTNOTFOUND","features":[86]},{"name":"NS_E_WMP_UI_VERSIONMISMATCH","features":[86]},{"name":"NS_E_WMP_UI_VERSIONPARSE","features":[86]},{"name":"NS_E_WMP_UI_VIEWIDNOTFOUND","features":[86]},{"name":"NS_E_WMP_UNKNOWN_ERROR","features":[86]},{"name":"NS_E_WMP_UNSUPPORTED_FORMAT","features":[86]},{"name":"NS_E_WMP_UPGRADE_APPLICATION","features":[86]},{"name":"NS_E_WMP_URLDOWNLOADFAILED","features":[86]},{"name":"NS_E_WMP_VERIFY_ONLINE","features":[86]},{"name":"NS_E_WMP_VIDEO_CODEC_NOT_INSTALLED","features":[86]},{"name":"NS_E_WMP_WINDOWSAPIFAILURE","features":[86]},{"name":"NS_E_WMP_WMDM_BUSY","features":[86]},{"name":"NS_E_WMP_WMDM_FAILURE","features":[86]},{"name":"NS_E_WMP_WMDM_INCORRECT_RIGHTS","features":[86]},{"name":"NS_E_WMP_WMDM_INTERFACEDEAD","features":[86]},{"name":"NS_E_WMP_WMDM_LICENSE_EXPIRED","features":[86]},{"name":"NS_E_WMP_WMDM_LICENSE_NOTEXIST","features":[86]},{"name":"NS_E_WMP_WMDM_NORIGHTS","features":[86]},{"name":"NS_E_WMP_WMDM_NOTCERTIFIED","features":[86]},{"name":"NS_E_WMR_CANNOT_RENDER_BINARY_STREAM","features":[86]},{"name":"NS_E_WMR_NOCALLBACKAVAILABLE","features":[86]},{"name":"NS_E_WMR_NOSOURCEFILTER","features":[86]},{"name":"NS_E_WMR_PINNOTFOUND","features":[86]},{"name":"NS_E_WMR_PINTYPENOMATCH","features":[86]},{"name":"NS_E_WMR_SAMPLEPROPERTYNOTSET","features":[86]},{"name":"NS_E_WMR_UNSUPPORTEDSTREAM","features":[86]},{"name":"NS_E_WMR_WAITINGONFORMATSWITCH","features":[86]},{"name":"NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM","features":[86]},{"name":"NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS","features":[86]},{"name":"NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST","features":[86]},{"name":"NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE","features":[86]},{"name":"NS_E_WMX_INVALID_FORMAT_OVER_NESTING","features":[86]},{"name":"NS_E_WMX_ITEM_DOES_NOT_EXIST","features":[86]},{"name":"NS_E_WMX_ITEM_TYPE_ILLEGAL","features":[86]},{"name":"NS_E_WMX_ITEM_UNSETTABLE","features":[86]},{"name":"NS_E_WMX_PLAYLIST_EMPTY","features":[86]},{"name":"NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT","features":[86]},{"name":"NS_E_WONT_DO_DIGITAL","features":[86]},{"name":"NS_E_WRONG_OS_VERSION","features":[86]},{"name":"NS_E_WRONG_PUBLISHING_POINT_TYPE","features":[86]},{"name":"NS_E_WSX_INVALID_VERSION","features":[86]},{"name":"NS_I_CATATONIC_AUTO_UNFAIL","features":[86]},{"name":"NS_I_CATATONIC_FAILURE","features":[86]},{"name":"NS_I_CUB_RUNNING","features":[86]},{"name":"NS_I_CUB_START","features":[86]},{"name":"NS_I_CUB_UNFAIL_LINK","features":[86]},{"name":"NS_I_DISK_REBUILD_ABORTED","features":[86]},{"name":"NS_I_DISK_REBUILD_FINISHED","features":[86]},{"name":"NS_I_DISK_REBUILD_STARTED","features":[86]},{"name":"NS_I_DISK_START","features":[86]},{"name":"NS_I_DISK_STOP","features":[86]},{"name":"NS_I_EXISTING_PACKETIZER","features":[86]},{"name":"NS_I_KILL_CONNECTION","features":[86]},{"name":"NS_I_KILL_USERSESSION","features":[86]},{"name":"NS_I_LIMIT_BANDWIDTH","features":[86]},{"name":"NS_I_LIMIT_FUNNELS","features":[86]},{"name":"NS_I_LOGGING_FAILED","features":[86]},{"name":"NS_I_MANUAL_PROXY","features":[86]},{"name":"NS_I_NOLOG_STOP","features":[86]},{"name":"NS_I_PLAYLIST_CHANGE_RECEDING","features":[86]},{"name":"NS_I_REBUILD_DISK","features":[86]},{"name":"NS_I_RECONNECTED","features":[86]},{"name":"NS_I_RESTRIPE_CUB_OUT","features":[86]},{"name":"NS_I_RESTRIPE_DISK_OUT","features":[86]},{"name":"NS_I_RESTRIPE_DONE","features":[86]},{"name":"NS_I_RESTRIPE_START","features":[86]},{"name":"NS_I_START_DISK","features":[86]},{"name":"NS_I_STOP_CUB","features":[86]},{"name":"NS_I_STOP_DISK","features":[86]},{"name":"NS_I_TIGER_START","features":[86]},{"name":"NS_S_CALLABORTED","features":[86]},{"name":"NS_S_CALLPENDING","features":[86]},{"name":"NS_S_CHANGENOTICE","features":[86]},{"name":"NS_S_DEGRADING_QUALITY","features":[86]},{"name":"NS_S_DRM_ACQUIRE_CANCELLED","features":[86]},{"name":"NS_S_DRM_BURNABLE_TRACK","features":[86]},{"name":"NS_S_DRM_BURNABLE_TRACK_WITH_PLAYLIST_RESTRICTION","features":[86]},{"name":"NS_S_DRM_INDIVIDUALIZED","features":[86]},{"name":"NS_S_DRM_LICENSE_ACQUIRED","features":[86]},{"name":"NS_S_DRM_MONITOR_CANCELLED","features":[86]},{"name":"NS_S_DRM_NEEDS_INDIVIDUALIZATION","features":[86]},{"name":"NS_S_EOSRECEDING","features":[86]},{"name":"NS_S_NAVIGATION_COMPLETE_WITH_ERRORS","features":[86]},{"name":"NS_S_NEED_TO_BUY_BURN_RIGHTS","features":[86]},{"name":"NS_S_OPERATION_PENDING","features":[86]},{"name":"NS_S_PUBLISHING_POINT_STARTED_WITH_FAILED_SINKS","features":[86]},{"name":"NS_S_REBOOT_RECOMMENDED","features":[86]},{"name":"NS_S_REBOOT_REQUIRED","features":[86]},{"name":"NS_S_REBUFFERING","features":[86]},{"name":"NS_S_STREAM_TRUNCATED","features":[86]},{"name":"NS_S_TRACK_ALREADY_DOWNLOADED","features":[86]},{"name":"NS_S_TRACK_BUY_REQUIRES_ALBUM_PURCHASE","features":[86]},{"name":"NS_S_TRANSCRYPTOR_EOF","features":[86]},{"name":"NS_S_WMG_ADVISE_DROP_FRAME","features":[86]},{"name":"NS_S_WMG_ADVISE_DROP_TO_KEYFRAME","features":[86]},{"name":"NS_S_WMG_FORCE_DROP_FRAME","features":[86]},{"name":"NS_S_WMPBR_PARTIALSUCCESS","features":[86]},{"name":"NS_S_WMPBR_SUCCESS","features":[86]},{"name":"NS_S_WMPCORE_COMMAND_NOT_AVAILABLE","features":[86]},{"name":"NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING","features":[86]},{"name":"NS_S_WMPCORE_MEDIA_VALIDATION_PENDING","features":[86]},{"name":"NS_S_WMPCORE_MORE_NODES_AVAIABLE","features":[86]},{"name":"NS_S_WMPCORE_PLAYLISTCLEARABORT","features":[86]},{"name":"NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT","features":[86]},{"name":"NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA","features":[86]},{"name":"NS_S_WMPCORE_PLAYLIST_CREATION_PENDING","features":[86]},{"name":"NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS","features":[86]},{"name":"NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED","features":[86]},{"name":"NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED","features":[86]},{"name":"NS_S_WMPEFFECT_OPAQUE","features":[86]},{"name":"NS_S_WMPEFFECT_TRANSPARENT","features":[86]},{"name":"NS_S_WMP_EXCEPTION","features":[86]},{"name":"NS_S_WMP_LOADED_BMP_IMAGE","features":[86]},{"name":"NS_S_WMP_LOADED_GIF_IMAGE","features":[86]},{"name":"NS_S_WMP_LOADED_JPG_IMAGE","features":[86]},{"name":"NS_S_WMP_LOADED_PNG_IMAGE","features":[86]},{"name":"NS_S_WMP_UI_VERSIONMISMATCH","features":[86]},{"name":"NS_S_WMR_ALREADYRENDERED","features":[86]},{"name":"NS_S_WMR_PINTYPEFULLMATCH","features":[86]},{"name":"NS_S_WMR_PINTYPEPARTIALMATCH","features":[86]},{"name":"NS_W_FILE_BANDWIDTH_LIMIT","features":[86]},{"name":"NS_W_SERVER_BANDWIDTH_LIMIT","features":[86]},{"name":"NS_W_UNKNOWN_EVENT","features":[86]},{"name":"OLIADPCMWAVEFORMAT","features":[87,86]},{"name":"OLICELPWAVEFORMAT","features":[87,86]},{"name":"OLIGSMWAVEFORMAT","features":[87,86]},{"name":"OLIOPRWAVEFORMAT","features":[87,86]},{"name":"OLISBCWAVEFORMAT","features":[87,86]},{"name":"OpenDriver","features":[1,86]},{"name":"PD_CAN_DRAW_DIB","features":[86]},{"name":"PD_CAN_STRETCHDIB","features":[86]},{"name":"PD_STRETCHDIB_1_1_OK","features":[86]},{"name":"PD_STRETCHDIB_1_2_OK","features":[86]},{"name":"PD_STRETCHDIB_1_N_OK","features":[86]},{"name":"ROCKWELL_WA1_MIXER","features":[86]},{"name":"ROCKWELL_WA1_MPU401_IN","features":[86]},{"name":"ROCKWELL_WA1_MPU401_OUT","features":[86]},{"name":"ROCKWELL_WA1_SYNTH","features":[86]},{"name":"ROCKWELL_WA1_WAVEIN","features":[86]},{"name":"ROCKWELL_WA1_WAVEOUT","features":[86]},{"name":"ROCKWELL_WA2_MIXER","features":[86]},{"name":"ROCKWELL_WA2_MPU401_IN","features":[86]},{"name":"ROCKWELL_WA2_MPU401_OUT","features":[86]},{"name":"ROCKWELL_WA2_SYNTH","features":[86]},{"name":"ROCKWELL_WA2_WAVEIN","features":[86]},{"name":"ROCKWELL_WA2_WAVEOUT","features":[86]},{"name":"SEARCH_ANY","features":[86]},{"name":"SEARCH_BACKWARD","features":[86]},{"name":"SEARCH_FORWARD","features":[86]},{"name":"SEARCH_KEY","features":[86]},{"name":"SEARCH_NEAREST","features":[86]},{"name":"SEEK_CUR","features":[86]},{"name":"SEEK_END","features":[86]},{"name":"SEEK_SET","features":[86]},{"name":"SIERRAADPCMWAVEFORMAT","features":[87,86]},{"name":"SONARCWAVEFORMAT","features":[87,86]},{"name":"SendDriverMessage","features":[1,86]},{"name":"TARGET_DEVICE_FRIENDLY_NAME","features":[86]},{"name":"TARGET_DEVICE_OPEN_EXCLUSIVELY","features":[86]},{"name":"TASKERR_NOTASKSUPPORT","features":[86]},{"name":"TASKERR_OUTOFMEMORY","features":[86]},{"name":"TDD_BEGINMINPERIOD","features":[86]},{"name":"TDD_ENDMINPERIOD","features":[86]},{"name":"TDD_GETDEVCAPS","features":[86]},{"name":"TDD_GETSYSTEMTIME","features":[86]},{"name":"TDD_KILLTIMEREVENT","features":[86]},{"name":"TDD_SETTIMEREVENT","features":[86]},{"name":"TIMEREVENT","features":[86]},{"name":"TRUESPEECHWAVEFORMAT","features":[87,86]},{"name":"VADMAD_Device_ID","features":[86]},{"name":"VCAPS_CAN_SCALE","features":[86]},{"name":"VCAPS_DST_CAN_CLIP","features":[86]},{"name":"VCAPS_OVERLAY","features":[86]},{"name":"VCAPS_SRC_CAN_CLIP","features":[86]},{"name":"VFWWDMExtensionProc","features":[1,86,42]},{"name":"VFW_HIDE_CAMERACONTROL_PAGE","features":[86]},{"name":"VFW_HIDE_SETTINGS_PAGE","features":[86]},{"name":"VFW_HIDE_VIDEOSRC_PAGE","features":[86]},{"name":"VFW_OEM_ADD_PAGE","features":[86]},{"name":"VFW_QUERY_DEV_CHANGED","features":[86]},{"name":"VFW_USE_DEVICE_HANDLE","features":[86]},{"name":"VFW_USE_STREAM_HANDLE","features":[86]},{"name":"VHDR_DONE","features":[86]},{"name":"VHDR_INQUEUE","features":[86]},{"name":"VHDR_KEYFRAME","features":[86]},{"name":"VHDR_PREPARED","features":[86]},{"name":"VHDR_VALID","features":[86]},{"name":"VIDCF_COMPRESSFRAMES","features":[86]},{"name":"VIDCF_CRUNCH","features":[86]},{"name":"VIDCF_DRAW","features":[86]},{"name":"VIDCF_FASTTEMPORALC","features":[86]},{"name":"VIDCF_FASTTEMPORALD","features":[86]},{"name":"VIDCF_QUALITY","features":[86]},{"name":"VIDCF_TEMPORAL","features":[86]},{"name":"VIDEOHDR","features":[86]},{"name":"VIDEO_CONFIGURE_CURRENT","features":[86]},{"name":"VIDEO_CONFIGURE_GET","features":[86]},{"name":"VIDEO_CONFIGURE_MAX","features":[86]},{"name":"VIDEO_CONFIGURE_MIN","features":[86]},{"name":"VIDEO_CONFIGURE_NOMINAL","features":[86]},{"name":"VIDEO_CONFIGURE_QUERY","features":[86]},{"name":"VIDEO_CONFIGURE_QUERYSIZE","features":[86]},{"name":"VIDEO_CONFIGURE_SET","features":[86]},{"name":"VIDEO_DLG_QUERY","features":[86]},{"name":"VIDEO_EXTERNALIN","features":[86]},{"name":"VIDEO_EXTERNALOUT","features":[86]},{"name":"VIDEO_IN","features":[86]},{"name":"VIDEO_OUT","features":[86]},{"name":"VP_COMMAND_GET","features":[86]},{"name":"VP_COMMAND_SET","features":[86]},{"name":"VP_CP_CMD_ACTIVATE","features":[86]},{"name":"VP_CP_CMD_CHANGE","features":[86]},{"name":"VP_CP_CMD_DEACTIVATE","features":[86]},{"name":"VP_CP_TYPE_APS_TRIGGER","features":[86]},{"name":"VP_CP_TYPE_MACROVISION","features":[86]},{"name":"VP_FLAGS_BRIGHTNESS","features":[86]},{"name":"VP_FLAGS_CONTRAST","features":[86]},{"name":"VP_FLAGS_COPYPROTECT","features":[86]},{"name":"VP_FLAGS_FLICKER","features":[86]},{"name":"VP_FLAGS_MAX_UNSCALED","features":[86]},{"name":"VP_FLAGS_OVERSCAN","features":[86]},{"name":"VP_FLAGS_POSITION","features":[86]},{"name":"VP_FLAGS_TV_MODE","features":[86]},{"name":"VP_FLAGS_TV_STANDARD","features":[86]},{"name":"VP_MODE_TV_PLAYBACK","features":[86]},{"name":"VP_MODE_WIN_GRAPHICS","features":[86]},{"name":"VP_TV_STANDARD_NTSC_433","features":[86]},{"name":"VP_TV_STANDARD_NTSC_M","features":[86]},{"name":"VP_TV_STANDARD_NTSC_M_J","features":[86]},{"name":"VP_TV_STANDARD_PAL_60","features":[86]},{"name":"VP_TV_STANDARD_PAL_B","features":[86]},{"name":"VP_TV_STANDARD_PAL_D","features":[86]},{"name":"VP_TV_STANDARD_PAL_G","features":[86]},{"name":"VP_TV_STANDARD_PAL_H","features":[86]},{"name":"VP_TV_STANDARD_PAL_I","features":[86]},{"name":"VP_TV_STANDARD_PAL_M","features":[86]},{"name":"VP_TV_STANDARD_PAL_N","features":[86]},{"name":"VP_TV_STANDARD_SECAM_B","features":[86]},{"name":"VP_TV_STANDARD_SECAM_D","features":[86]},{"name":"VP_TV_STANDARD_SECAM_G","features":[86]},{"name":"VP_TV_STANDARD_SECAM_H","features":[86]},{"name":"VP_TV_STANDARD_SECAM_K","features":[86]},{"name":"VP_TV_STANDARD_SECAM_K1","features":[86]},{"name":"VP_TV_STANDARD_SECAM_L","features":[86]},{"name":"VP_TV_STANDARD_SECAM_L1","features":[86]},{"name":"VP_TV_STANDARD_WIN_VGA","features":[86]},{"name":"VideoForWindowsVersion","features":[86]},{"name":"WAVEOPENDESC","features":[87,86]},{"name":"WAVE_FILTER_DEVELOPMENT","features":[86]},{"name":"WAVE_FILTER_ECHO","features":[86]},{"name":"WAVE_FILTER_UNKNOWN","features":[86]},{"name":"WAVE_FILTER_VOLUME","features":[86]},{"name":"WAVE_FORMAT_3COM_NBX","features":[86]},{"name":"WAVE_FORMAT_ADPCM","features":[86]},{"name":"WAVE_FORMAT_ALAC","features":[86]},{"name":"WAVE_FORMAT_ALAW","features":[86]},{"name":"WAVE_FORMAT_AMR_NB","features":[86]},{"name":"WAVE_FORMAT_AMR_WB","features":[86]},{"name":"WAVE_FORMAT_AMR_WP","features":[86]},{"name":"WAVE_FORMAT_ANTEX_ADPCME","features":[86]},{"name":"WAVE_FORMAT_APTX","features":[86]},{"name":"WAVE_FORMAT_AUDIOFILE_AF10","features":[86]},{"name":"WAVE_FORMAT_AUDIOFILE_AF36","features":[86]},{"name":"WAVE_FORMAT_BTV_DIGITAL","features":[86]},{"name":"WAVE_FORMAT_CANOPUS_ATRAC","features":[86]},{"name":"WAVE_FORMAT_CIRRUS","features":[86]},{"name":"WAVE_FORMAT_CODIAN","features":[86]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_AVQSBC","features":[86]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_G723_1","features":[86]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_SBC","features":[86]},{"name":"WAVE_FORMAT_CONGRUENCY","features":[86]},{"name":"WAVE_FORMAT_CONTROL_RES_CR10","features":[86]},{"name":"WAVE_FORMAT_CONTROL_RES_VQLPC","features":[86]},{"name":"WAVE_FORMAT_CONVEDIA_G729","features":[86]},{"name":"WAVE_FORMAT_CREATIVE_ADPCM","features":[86]},{"name":"WAVE_FORMAT_CREATIVE_FASTSPEECH10","features":[86]},{"name":"WAVE_FORMAT_CREATIVE_FASTSPEECH8","features":[86]},{"name":"WAVE_FORMAT_CS2","features":[86]},{"name":"WAVE_FORMAT_CS_IMAADPCM","features":[86]},{"name":"WAVE_FORMAT_CUSEEME","features":[86]},{"name":"WAVE_FORMAT_CU_CODEC","features":[86]},{"name":"WAVE_FORMAT_DEVELOPMENT","features":[86]},{"name":"WAVE_FORMAT_DF_G726","features":[86]},{"name":"WAVE_FORMAT_DF_GSM610","features":[86]},{"name":"WAVE_FORMAT_DIALOGIC_OKI_ADPCM","features":[86]},{"name":"WAVE_FORMAT_DICTAPHONE_CELP54","features":[86]},{"name":"WAVE_FORMAT_DICTAPHONE_CELP68","features":[86]},{"name":"WAVE_FORMAT_DIGIADPCM","features":[86]},{"name":"WAVE_FORMAT_DIGIFIX","features":[86]},{"name":"WAVE_FORMAT_DIGIREAL","features":[86]},{"name":"WAVE_FORMAT_DIGISTD","features":[86]},{"name":"WAVE_FORMAT_DIGITAL_G723","features":[86]},{"name":"WAVE_FORMAT_DIVIO_G726","features":[86]},{"name":"WAVE_FORMAT_DIVIO_MPEG4_AAC","features":[86]},{"name":"WAVE_FORMAT_DOLBY_AC2","features":[86]},{"name":"WAVE_FORMAT_DOLBY_AC3_SPDIF","features":[86]},{"name":"WAVE_FORMAT_DOLBY_AC4","features":[86]},{"name":"WAVE_FORMAT_DRM","features":[86]},{"name":"WAVE_FORMAT_DSAT","features":[86]},{"name":"WAVE_FORMAT_DSAT_DISPLAY","features":[86]},{"name":"WAVE_FORMAT_DSPGROUP_TRUESPEECH","features":[86]},{"name":"WAVE_FORMAT_DTS","features":[86]},{"name":"WAVE_FORMAT_DTS2","features":[86]},{"name":"WAVE_FORMAT_DTS_DS","features":[86]},{"name":"WAVE_FORMAT_DVI_ADPCM","features":[86]},{"name":"WAVE_FORMAT_DVM","features":[86]},{"name":"WAVE_FORMAT_ECHOSC1","features":[86]},{"name":"WAVE_FORMAT_ECHOSC3","features":[86]},{"name":"WAVE_FORMAT_ENCORE_G726","features":[86]},{"name":"WAVE_FORMAT_ESPCM","features":[86]},{"name":"WAVE_FORMAT_ESST_AC3","features":[86]},{"name":"WAVE_FORMAT_FAAD_AAC","features":[86]},{"name":"WAVE_FORMAT_FLAC","features":[86]},{"name":"WAVE_FORMAT_FM_TOWNS_SND","features":[86]},{"name":"WAVE_FORMAT_FRACE_TELECOM_G729","features":[86]},{"name":"WAVE_FORMAT_FRAUNHOFER_IIS_MPEG2_AAC","features":[86]},{"name":"WAVE_FORMAT_G721_ADPCM","features":[86]},{"name":"WAVE_FORMAT_G722_ADPCM","features":[86]},{"name":"WAVE_FORMAT_G723_ADPCM","features":[86]},{"name":"WAVE_FORMAT_G726ADPCM","features":[86]},{"name":"WAVE_FORMAT_G726_ADPCM","features":[86]},{"name":"WAVE_FORMAT_G728_CELP","features":[86]},{"name":"WAVE_FORMAT_G729A","features":[86]},{"name":"WAVE_FORMAT_GENERIC_PASSTHRU","features":[86]},{"name":"WAVE_FORMAT_GLOBAL_IP_ILBC","features":[86]},{"name":"WAVE_FORMAT_GSM610","features":[86]},{"name":"WAVE_FORMAT_GSM_610","features":[86]},{"name":"WAVE_FORMAT_GSM_620","features":[86]},{"name":"WAVE_FORMAT_GSM_660","features":[86]},{"name":"WAVE_FORMAT_GSM_690","features":[86]},{"name":"WAVE_FORMAT_GSM_ADAPTIVE_MULTIRATE_WB","features":[86]},{"name":"WAVE_FORMAT_GSM_AMR_CBR","features":[86]},{"name":"WAVE_FORMAT_GSM_AMR_VBR_SID","features":[86]},{"name":"WAVE_FORMAT_HP_DYN_VOICE","features":[86]},{"name":"WAVE_FORMAT_IBM_CVSD","features":[86]},{"name":"WAVE_FORMAT_IEEE_FLOAT","features":[86]},{"name":"WAVE_FORMAT_ILINK_VC","features":[86]},{"name":"WAVE_FORMAT_IMA_ADPCM","features":[86]},{"name":"WAVE_FORMAT_INDEO_AUDIO","features":[86]},{"name":"WAVE_FORMAT_INFOCOM_ITS_G721_ADPCM","features":[86]},{"name":"WAVE_FORMAT_INGENIENT_G726","features":[86]},{"name":"WAVE_FORMAT_INNINGS_TELECOM_ADPCM","features":[86]},{"name":"WAVE_FORMAT_INTEL_G723_1","features":[86]},{"name":"WAVE_FORMAT_INTEL_G729","features":[86]},{"name":"WAVE_FORMAT_INTEL_MUSIC_CODER","features":[86]},{"name":"WAVE_FORMAT_IPI_HSX","features":[86]},{"name":"WAVE_FORMAT_IPI_RPELP","features":[86]},{"name":"WAVE_FORMAT_IRAT","features":[86]},{"name":"WAVE_FORMAT_ISIAUDIO","features":[86]},{"name":"WAVE_FORMAT_ISIAUDIO_2","features":[86]},{"name":"WAVE_FORMAT_KNOWLEDGE_ADVENTURE_ADPCM","features":[86]},{"name":"WAVE_FORMAT_LEAD_SPEECH","features":[86]},{"name":"WAVE_FORMAT_LEAD_VORBIS","features":[86]},{"name":"WAVE_FORMAT_LH_CODEC","features":[86]},{"name":"WAVE_FORMAT_LH_CODEC_CELP","features":[86]},{"name":"WAVE_FORMAT_LH_CODEC_SBC12","features":[86]},{"name":"WAVE_FORMAT_LH_CODEC_SBC16","features":[86]},{"name":"WAVE_FORMAT_LH_CODEC_SBC8","features":[86]},{"name":"WAVE_FORMAT_LIGHTWAVE_LOSSLESS","features":[86]},{"name":"WAVE_FORMAT_LRC","features":[86]},{"name":"WAVE_FORMAT_LUCENT_G723","features":[86]},{"name":"WAVE_FORMAT_LUCENT_SX5363S","features":[86]},{"name":"WAVE_FORMAT_LUCENT_SX8300P","features":[86]},{"name":"WAVE_FORMAT_MAKEAVIS","features":[86]},{"name":"WAVE_FORMAT_MALDEN_PHONYTALK","features":[86]},{"name":"WAVE_FORMAT_MEDIASONIC_G723","features":[86]},{"name":"WAVE_FORMAT_MEDIASPACE_ADPCM","features":[86]},{"name":"WAVE_FORMAT_MEDIAVISION_ADPCM","features":[86]},{"name":"WAVE_FORMAT_MICRONAS","features":[86]},{"name":"WAVE_FORMAT_MICRONAS_CELP833","features":[86]},{"name":"WAVE_FORMAT_MPEG","features":[86]},{"name":"WAVE_FORMAT_MPEG4_AAC","features":[86]},{"name":"WAVE_FORMAT_MPEGLAYER3","features":[86]},{"name":"WAVE_FORMAT_MPEG_ADTS_AAC","features":[86]},{"name":"WAVE_FORMAT_MPEG_HEAAC","features":[86]},{"name":"WAVE_FORMAT_MPEG_LOAS","features":[86]},{"name":"WAVE_FORMAT_MPEG_RAW_AAC","features":[86]},{"name":"WAVE_FORMAT_MSAUDIO1","features":[86]},{"name":"WAVE_FORMAT_MSG723","features":[86]},{"name":"WAVE_FORMAT_MSNAUDIO","features":[86]},{"name":"WAVE_FORMAT_MSRT24","features":[86]},{"name":"WAVE_FORMAT_MULAW","features":[86]},{"name":"WAVE_FORMAT_MULTITUDE_FT_SX20","features":[86]},{"name":"WAVE_FORMAT_MVI_MVI2","features":[86]},{"name":"WAVE_FORMAT_NEC_AAC","features":[86]},{"name":"WAVE_FORMAT_NICE_ACA","features":[86]},{"name":"WAVE_FORMAT_NICE_ADPCM","features":[86]},{"name":"WAVE_FORMAT_NICE_G728","features":[86]},{"name":"WAVE_FORMAT_NMS_VBXADPCM","features":[86]},{"name":"WAVE_FORMAT_NOKIA_ADAPTIVE_MULTIRATE","features":[86]},{"name":"WAVE_FORMAT_NOKIA_MPEG_ADTS_AAC","features":[86]},{"name":"WAVE_FORMAT_NOKIA_MPEG_RAW_AAC","features":[86]},{"name":"WAVE_FORMAT_NORCOM_VOICE_SYSTEMS_ADPCM","features":[86]},{"name":"WAVE_FORMAT_NORRIS","features":[86]},{"name":"WAVE_FORMAT_NTCSOFT_ALF2CM_ACM","features":[86]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_1","features":[86]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_1_PLUS","features":[86]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_2","features":[86]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_2_PLUS","features":[86]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_3","features":[86]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_3_PLUS","features":[86]},{"name":"WAVE_FORMAT_OKI_ADPCM","features":[86]},{"name":"WAVE_FORMAT_OLIADPCM","features":[86]},{"name":"WAVE_FORMAT_OLICELP","features":[86]},{"name":"WAVE_FORMAT_OLIGSM","features":[86]},{"name":"WAVE_FORMAT_OLIOPR","features":[86]},{"name":"WAVE_FORMAT_OLISBC","features":[86]},{"name":"WAVE_FORMAT_ON2_VP6_AUDIO","features":[86]},{"name":"WAVE_FORMAT_ON2_VP7_AUDIO","features":[86]},{"name":"WAVE_FORMAT_ONLIVE","features":[86]},{"name":"WAVE_FORMAT_OPUS","features":[86]},{"name":"WAVE_FORMAT_PAC","features":[86]},{"name":"WAVE_FORMAT_PACKED","features":[86]},{"name":"WAVE_FORMAT_PCM_S","features":[86]},{"name":"WAVE_FORMAT_PHILIPS_CELP","features":[86]},{"name":"WAVE_FORMAT_PHILIPS_GRUNDIG","features":[86]},{"name":"WAVE_FORMAT_PHILIPS_LPCBB","features":[86]},{"name":"WAVE_FORMAT_POLYCOM_G722","features":[86]},{"name":"WAVE_FORMAT_POLYCOM_G728","features":[86]},{"name":"WAVE_FORMAT_POLYCOM_G729_A","features":[86]},{"name":"WAVE_FORMAT_POLYCOM_SIREN","features":[86]},{"name":"WAVE_FORMAT_PROSODY_1612","features":[86]},{"name":"WAVE_FORMAT_PROSODY_8KBPS","features":[86]},{"name":"WAVE_FORMAT_QDESIGN_MUSIC","features":[86]},{"name":"WAVE_FORMAT_QUALCOMM_HALFRATE","features":[86]},{"name":"WAVE_FORMAT_QUALCOMM_PUREVOICE","features":[86]},{"name":"WAVE_FORMAT_QUARTERDECK","features":[86]},{"name":"WAVE_FORMAT_RACAL_RECORDER_G720_A","features":[86]},{"name":"WAVE_FORMAT_RACAL_RECORDER_G723_1","features":[86]},{"name":"WAVE_FORMAT_RACAL_RECORDER_GSM","features":[86]},{"name":"WAVE_FORMAT_RACAL_RECORDER_TETRA_ACELP","features":[86]},{"name":"WAVE_FORMAT_RADIOTIME_TIME_SHIFT_RADIO","features":[86]},{"name":"WAVE_FORMAT_RAW_AAC1","features":[86]},{"name":"WAVE_FORMAT_RAW_SPORT","features":[86]},{"name":"WAVE_FORMAT_RHETOREX_ADPCM","features":[86]},{"name":"WAVE_FORMAT_ROCKWELL_ADPCM","features":[86]},{"name":"WAVE_FORMAT_ROCKWELL_DIGITALK","features":[86]},{"name":"WAVE_FORMAT_RT24","features":[86]},{"name":"WAVE_FORMAT_SANYO_LD_ADPCM","features":[86]},{"name":"WAVE_FORMAT_SBC24","features":[86]},{"name":"WAVE_FORMAT_SHARP_G726","features":[86]},{"name":"WAVE_FORMAT_SIERRA_ADPCM","features":[86]},{"name":"WAVE_FORMAT_SIPROLAB_ACELP4800","features":[86]},{"name":"WAVE_FORMAT_SIPROLAB_ACELP8V3","features":[86]},{"name":"WAVE_FORMAT_SIPROLAB_ACEPLNET","features":[86]},{"name":"WAVE_FORMAT_SIPROLAB_G729","features":[86]},{"name":"WAVE_FORMAT_SIPROLAB_G729A","features":[86]},{"name":"WAVE_FORMAT_SIPROLAB_KELVIN","features":[86]},{"name":"WAVE_FORMAT_SOFTSOUND","features":[86]},{"name":"WAVE_FORMAT_SONARC","features":[86]},{"name":"WAVE_FORMAT_SONICFOUNDRY_LOSSLESS","features":[86]},{"name":"WAVE_FORMAT_SONY_ATRAC3","features":[86]},{"name":"WAVE_FORMAT_SONY_SCX","features":[86]},{"name":"WAVE_FORMAT_SONY_SCY","features":[86]},{"name":"WAVE_FORMAT_SONY_SPC","features":[86]},{"name":"WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS","features":[86]},{"name":"WAVE_FORMAT_SPEEX_VOICE","features":[86]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC008","features":[86]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_CELP54","features":[86]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_CELP68","features":[86]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_G726L","features":[86]},{"name":"WAVE_FORMAT_SYMBOL_G729_A","features":[86]},{"name":"WAVE_FORMAT_TELUM_AUDIO","features":[86]},{"name":"WAVE_FORMAT_TELUM_IA_AUDIO","features":[86]},{"name":"WAVE_FORMAT_TPC","features":[86]},{"name":"WAVE_FORMAT_TUBGSM","features":[86]},{"name":"WAVE_FORMAT_UHER_ADPCM","features":[86]},{"name":"WAVE_FORMAT_ULEAD_DV_AUDIO","features":[86]},{"name":"WAVE_FORMAT_ULEAD_DV_AUDIO_1","features":[86]},{"name":"WAVE_FORMAT_UNISYS_NAP_16K","features":[86]},{"name":"WAVE_FORMAT_UNISYS_NAP_ADPCM","features":[86]},{"name":"WAVE_FORMAT_UNISYS_NAP_ALAW","features":[86]},{"name":"WAVE_FORMAT_UNISYS_NAP_ULAW","features":[86]},{"name":"WAVE_FORMAT_UNKNOWN","features":[86]},{"name":"WAVE_FORMAT_VIANIX_MASC","features":[86]},{"name":"WAVE_FORMAT_VIVO_G723","features":[86]},{"name":"WAVE_FORMAT_VIVO_SIREN","features":[86]},{"name":"WAVE_FORMAT_VME_VMPCM","features":[86]},{"name":"WAVE_FORMAT_VOCORD_G721","features":[86]},{"name":"WAVE_FORMAT_VOCORD_G722_1","features":[86]},{"name":"WAVE_FORMAT_VOCORD_G723_1","features":[86]},{"name":"WAVE_FORMAT_VOCORD_G726","features":[86]},{"name":"WAVE_FORMAT_VOCORD_G728","features":[86]},{"name":"WAVE_FORMAT_VOCORD_G729","features":[86]},{"name":"WAVE_FORMAT_VOCORD_G729_A","features":[86]},{"name":"WAVE_FORMAT_VOCORD_LBC","features":[86]},{"name":"WAVE_FORMAT_VODAFONE_MPEG_ADTS_AAC","features":[86]},{"name":"WAVE_FORMAT_VODAFONE_MPEG_RAW_AAC","features":[86]},{"name":"WAVE_FORMAT_VOICEAGE_AMR","features":[86]},{"name":"WAVE_FORMAT_VOICEAGE_AMR_WB","features":[86]},{"name":"WAVE_FORMAT_VOXWARE","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_AC10","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_AC16","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_AC20","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_AC8","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_BYTE_ALIGNED","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_RT24","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_RT24_SPEECH","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_RT29","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_RT29HW","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_SC3","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_SC3_1","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_TQ40","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_TQ60","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_VR12","features":[86]},{"name":"WAVE_FORMAT_VOXWARE_VR18","features":[86]},{"name":"WAVE_FORMAT_VSELP","features":[86]},{"name":"WAVE_FORMAT_WAVPACK_AUDIO","features":[86]},{"name":"WAVE_FORMAT_WM9_SPECTRUM_ANALYZER","features":[86]},{"name":"WAVE_FORMAT_WMASPDIF","features":[86]},{"name":"WAVE_FORMAT_WMAUDIO2","features":[86]},{"name":"WAVE_FORMAT_WMAUDIO3","features":[86]},{"name":"WAVE_FORMAT_WMAUDIO_LOSSLESS","features":[86]},{"name":"WAVE_FORMAT_WMAVOICE10","features":[86]},{"name":"WAVE_FORMAT_WMAVOICE9","features":[86]},{"name":"WAVE_FORMAT_WMF_SPECTRUM_ANAYZER","features":[86]},{"name":"WAVE_FORMAT_XEBEC","features":[86]},{"name":"WAVE_FORMAT_YAMAHA_ADPCM","features":[86]},{"name":"WAVE_FORMAT_ZOLL_ASAO","features":[86]},{"name":"WAVE_FORMAT_ZYXEL_ADPCM","features":[86]},{"name":"WAVE_MAPPER_S","features":[86]},{"name":"WIDM_ADDBUFFER","features":[86]},{"name":"WIDM_CLOSE","features":[86]},{"name":"WIDM_GETDEVCAPS","features":[86]},{"name":"WIDM_GETNUMDEVS","features":[86]},{"name":"WIDM_GETPOS","features":[86]},{"name":"WIDM_INIT","features":[86]},{"name":"WIDM_INIT_EX","features":[86]},{"name":"WIDM_OPEN","features":[86]},{"name":"WIDM_PREFERRED","features":[86]},{"name":"WIDM_PREPARE","features":[86]},{"name":"WIDM_RESET","features":[86]},{"name":"WIDM_START","features":[86]},{"name":"WIDM_STOP","features":[86]},{"name":"WIDM_UNPREPARE","features":[86]},{"name":"WMAUDIO2WAVEFORMAT","features":[87,86]},{"name":"WMAUDIO2_BITS_PER_SAMPLE","features":[86]},{"name":"WMAUDIO2_MAX_CHANNELS","features":[86]},{"name":"WMAUDIO3WAVEFORMAT","features":[87,86]},{"name":"WMAUDIO_BITS_PER_SAMPLE","features":[86]},{"name":"WMAUDIO_MAX_CHANNELS","features":[86]},{"name":"WM_CAP_ABORT","features":[86]},{"name":"WM_CAP_DLG_VIDEOCOMPRESSION","features":[86]},{"name":"WM_CAP_DLG_VIDEODISPLAY","features":[86]},{"name":"WM_CAP_DLG_VIDEOFORMAT","features":[86]},{"name":"WM_CAP_DLG_VIDEOSOURCE","features":[86]},{"name":"WM_CAP_DRIVER_CONNECT","features":[86]},{"name":"WM_CAP_DRIVER_DISCONNECT","features":[86]},{"name":"WM_CAP_DRIVER_GET_CAPS","features":[86]},{"name":"WM_CAP_DRIVER_GET_NAME","features":[86]},{"name":"WM_CAP_DRIVER_GET_NAMEA","features":[86]},{"name":"WM_CAP_DRIVER_GET_NAMEW","features":[86]},{"name":"WM_CAP_DRIVER_GET_VERSION","features":[86]},{"name":"WM_CAP_DRIVER_GET_VERSIONA","features":[86]},{"name":"WM_CAP_DRIVER_GET_VERSIONW","features":[86]},{"name":"WM_CAP_EDIT_COPY","features":[86]},{"name":"WM_CAP_END","features":[86]},{"name":"WM_CAP_FILE_ALLOCATE","features":[86]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILE","features":[86]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILEA","features":[86]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILEW","features":[86]},{"name":"WM_CAP_FILE_SAVEAS","features":[86]},{"name":"WM_CAP_FILE_SAVEASA","features":[86]},{"name":"WM_CAP_FILE_SAVEASW","features":[86]},{"name":"WM_CAP_FILE_SAVEDIB","features":[86]},{"name":"WM_CAP_FILE_SAVEDIBA","features":[86]},{"name":"WM_CAP_FILE_SAVEDIBW","features":[86]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILE","features":[86]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILEA","features":[86]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILEW","features":[86]},{"name":"WM_CAP_FILE_SET_INFOCHUNK","features":[86]},{"name":"WM_CAP_GET_AUDIOFORMAT","features":[86]},{"name":"WM_CAP_GET_CAPSTREAMPTR","features":[86]},{"name":"WM_CAP_GET_MCI_DEVICE","features":[86]},{"name":"WM_CAP_GET_MCI_DEVICEA","features":[86]},{"name":"WM_CAP_GET_MCI_DEVICEW","features":[86]},{"name":"WM_CAP_GET_SEQUENCE_SETUP","features":[86]},{"name":"WM_CAP_GET_STATUS","features":[86]},{"name":"WM_CAP_GET_USER_DATA","features":[86]},{"name":"WM_CAP_GET_VIDEOFORMAT","features":[86]},{"name":"WM_CAP_GRAB_FRAME","features":[86]},{"name":"WM_CAP_GRAB_FRAME_NOSTOP","features":[86]},{"name":"WM_CAP_PAL_AUTOCREATE","features":[86]},{"name":"WM_CAP_PAL_MANUALCREATE","features":[86]},{"name":"WM_CAP_PAL_OPEN","features":[86]},{"name":"WM_CAP_PAL_OPENA","features":[86]},{"name":"WM_CAP_PAL_OPENW","features":[86]},{"name":"WM_CAP_PAL_PASTE","features":[86]},{"name":"WM_CAP_PAL_SAVE","features":[86]},{"name":"WM_CAP_PAL_SAVEA","features":[86]},{"name":"WM_CAP_PAL_SAVEW","features":[86]},{"name":"WM_CAP_SEQUENCE","features":[86]},{"name":"WM_CAP_SEQUENCE_NOFILE","features":[86]},{"name":"WM_CAP_SET_AUDIOFORMAT","features":[86]},{"name":"WM_CAP_SET_CALLBACK_CAPCONTROL","features":[86]},{"name":"WM_CAP_SET_CALLBACK_ERROR","features":[86]},{"name":"WM_CAP_SET_CALLBACK_ERRORA","features":[86]},{"name":"WM_CAP_SET_CALLBACK_ERRORW","features":[86]},{"name":"WM_CAP_SET_CALLBACK_FRAME","features":[86]},{"name":"WM_CAP_SET_CALLBACK_STATUS","features":[86]},{"name":"WM_CAP_SET_CALLBACK_STATUSA","features":[86]},{"name":"WM_CAP_SET_CALLBACK_STATUSW","features":[86]},{"name":"WM_CAP_SET_CALLBACK_VIDEOSTREAM","features":[86]},{"name":"WM_CAP_SET_CALLBACK_WAVESTREAM","features":[86]},{"name":"WM_CAP_SET_CALLBACK_YIELD","features":[86]},{"name":"WM_CAP_SET_MCI_DEVICE","features":[86]},{"name":"WM_CAP_SET_MCI_DEVICEA","features":[86]},{"name":"WM_CAP_SET_MCI_DEVICEW","features":[86]},{"name":"WM_CAP_SET_OVERLAY","features":[86]},{"name":"WM_CAP_SET_PREVIEW","features":[86]},{"name":"WM_CAP_SET_PREVIEWRATE","features":[86]},{"name":"WM_CAP_SET_SCALE","features":[86]},{"name":"WM_CAP_SET_SCROLL","features":[86]},{"name":"WM_CAP_SET_SEQUENCE_SETUP","features":[86]},{"name":"WM_CAP_SET_USER_DATA","features":[86]},{"name":"WM_CAP_SET_VIDEOFORMAT","features":[86]},{"name":"WM_CAP_SINGLE_FRAME","features":[86]},{"name":"WM_CAP_SINGLE_FRAME_CLOSE","features":[86]},{"name":"WM_CAP_SINGLE_FRAME_OPEN","features":[86]},{"name":"WM_CAP_START","features":[86]},{"name":"WM_CAP_STOP","features":[86]},{"name":"WM_CAP_UNICODE_END","features":[86]},{"name":"WM_CAP_UNICODE_START","features":[86]},{"name":"WODM_BREAKLOOP","features":[86]},{"name":"WODM_BUSY","features":[86]},{"name":"WODM_CLOSE","features":[86]},{"name":"WODM_GETDEVCAPS","features":[86]},{"name":"WODM_GETNUMDEVS","features":[86]},{"name":"WODM_GETPITCH","features":[86]},{"name":"WODM_GETPLAYBACKRATE","features":[86]},{"name":"WODM_GETPOS","features":[86]},{"name":"WODM_GETVOLUME","features":[86]},{"name":"WODM_INIT","features":[86]},{"name":"WODM_INIT_EX","features":[86]},{"name":"WODM_OPEN","features":[86]},{"name":"WODM_PAUSE","features":[86]},{"name":"WODM_PREFERRED","features":[86]},{"name":"WODM_PREPARE","features":[86]},{"name":"WODM_RESET","features":[86]},{"name":"WODM_RESTART","features":[86]},{"name":"WODM_SETPITCH","features":[86]},{"name":"WODM_SETPLAYBACKRATE","features":[86]},{"name":"WODM_SETVOLUME","features":[86]},{"name":"WODM_UNPREPARE","features":[86]},{"name":"WODM_WRITE","features":[86]},{"name":"YAMAHA_ADPCMWAVEFORMAT","features":[87,86]},{"name":"YIELDPROC","features":[86]},{"name":"capCreateCaptureWindowA","features":[1,86]},{"name":"capCreateCaptureWindowW","features":[1,86]},{"name":"capGetDriverDescriptionA","features":[1,86]},{"name":"capGetDriverDescriptionW","features":[1,86]},{"name":"joyGetDevCapsA","features":[86]},{"name":"joyGetDevCapsW","features":[86]},{"name":"joyGetNumDevs","features":[86]},{"name":"joyGetPos","features":[86]},{"name":"joyGetPosEx","features":[86]},{"name":"joyGetThreshold","features":[86]},{"name":"joyReleaseCapture","features":[86]},{"name":"joySetCapture","features":[1,86]},{"name":"joySetThreshold","features":[86]},{"name":"mciDriverNotify","features":[1,86]},{"name":"mciDriverYield","features":[86]},{"name":"mciFreeCommandResource","features":[1,86]},{"name":"mciGetCreatorTask","features":[86]},{"name":"mciGetDeviceIDA","features":[86]},{"name":"mciGetDeviceIDFromElementIDA","features":[86]},{"name":"mciGetDeviceIDFromElementIDW","features":[86]},{"name":"mciGetDeviceIDW","features":[86]},{"name":"mciGetDriverData","features":[86]},{"name":"mciGetErrorStringA","features":[1,86]},{"name":"mciGetErrorStringW","features":[1,86]},{"name":"mciGetYieldProc","features":[86]},{"name":"mciLoadCommandResource","features":[1,86]},{"name":"mciSendCommandA","features":[86]},{"name":"mciSendCommandW","features":[86]},{"name":"mciSendStringA","features":[1,86]},{"name":"mciSendStringW","features":[1,86]},{"name":"mciSetDriverData","features":[1,86]},{"name":"mciSetYieldProc","features":[1,86]},{"name":"mmDrvInstall","features":[86]},{"name":"mmGetCurrentTask","features":[86]},{"name":"mmTaskBlock","features":[86]},{"name":"mmTaskCreate","features":[1,86]},{"name":"mmTaskSignal","features":[1,86]},{"name":"mmTaskYield","features":[86]},{"name":"mmioAdvance","features":[1,86]},{"name":"mmioAscend","features":[86]},{"name":"mmioClose","features":[86]},{"name":"mmioCreateChunk","features":[86]},{"name":"mmioDescend","features":[86]},{"name":"mmioFlush","features":[86]},{"name":"mmioGetInfo","features":[1,86]},{"name":"mmioInstallIOProcA","features":[1,86]},{"name":"mmioInstallIOProcW","features":[1,86]},{"name":"mmioOpenA","features":[1,86]},{"name":"mmioOpenW","features":[1,86]},{"name":"mmioRead","features":[86]},{"name":"mmioRenameA","features":[1,86]},{"name":"mmioRenameW","features":[1,86]},{"name":"mmioSeek","features":[86]},{"name":"mmioSendMessage","features":[1,86]},{"name":"mmioSetBuffer","features":[86]},{"name":"mmioSetInfo","features":[1,86]},{"name":"mmioStringToFOURCCA","features":[86]},{"name":"mmioStringToFOURCCW","features":[86]},{"name":"mmioWrite","features":[86]},{"name":"s_RIFFWAVE_inst","features":[86]},{"name":"sndOpenSound","features":[1,86]}],"450":[{"name":"CapturedMetadataExposureCompensation","features":[92]},{"name":"CapturedMetadataISOGains","features":[92]},{"name":"CapturedMetadataWhiteBalanceGains","features":[92]},{"name":"DEVPKEY_Device_DLNACAP","features":[1,92]},{"name":"DEVPKEY_Device_DLNADOC","features":[1,92]},{"name":"DEVPKEY_Device_MaxVolume","features":[1,92]},{"name":"DEVPKEY_Device_PacketWakeSupported","features":[1,92]},{"name":"DEVPKEY_Device_SendPacketWakeSupported","features":[1,92]},{"name":"DEVPKEY_Device_SinkProtocolInfo","features":[1,92]},{"name":"DEVPKEY_Device_SupportsAudio","features":[1,92]},{"name":"DEVPKEY_Device_SupportsImages","features":[1,92]},{"name":"DEVPKEY_Device_SupportsMute","features":[1,92]},{"name":"DEVPKEY_Device_SupportsSearch","features":[1,92]},{"name":"DEVPKEY_Device_SupportsSetNextAVT","features":[1,92]},{"name":"DEVPKEY_Device_SupportsVideo","features":[1,92]},{"name":"DEVPKEY_Device_UDN","features":[1,92]},{"name":"FaceCharacterization","features":[92]},{"name":"FaceCharacterizationBlobHeader","features":[92]},{"name":"FaceRectInfo","features":[1,92]},{"name":"FaceRectInfoBlobHeader","features":[92]},{"name":"GUID_DEVINTERFACE_DMP","features":[92]},{"name":"GUID_DEVINTERFACE_DMR","features":[92]},{"name":"GUID_DEVINTERFACE_DMS","features":[92]},{"name":"HistogramBlobHeader","features":[92]},{"name":"HistogramDataHeader","features":[92]},{"name":"HistogramGrid","features":[1,92]},{"name":"HistogramHeader","features":[1,92]},{"name":"MF_MEDIASOURCE_STATUS_INFO","features":[92]},{"name":"MF_MEDIASOURCE_STATUS_INFO_FULLYSUPPORTED","features":[92]},{"name":"MF_MEDIASOURCE_STATUS_INFO_UNKNOWN","features":[92]},{"name":"MF_TRANSFER_VIDEO_FRAME_DEFAULT","features":[92]},{"name":"MF_TRANSFER_VIDEO_FRAME_FLAGS","features":[92]},{"name":"MF_TRANSFER_VIDEO_FRAME_IGNORE_PAR","features":[92]},{"name":"MF_TRANSFER_VIDEO_FRAME_STRETCH","features":[92]},{"name":"MetadataTimeStamps","features":[92]}],"451":[{"name":"AM_CONFIGASFWRITER_PARAM_AUTOINDEX","features":[93]},{"name":"AM_CONFIGASFWRITER_PARAM_DONTCOMPRESS","features":[93]},{"name":"AM_CONFIGASFWRITER_PARAM_MULTIPASS","features":[93]},{"name":"AM_WMT_EVENT_DATA","features":[93]},{"name":"CLSID_ClientNetManager","features":[93]},{"name":"CLSID_WMBandwidthSharing_Exclusive","features":[93]},{"name":"CLSID_WMBandwidthSharing_Partial","features":[93]},{"name":"CLSID_WMMUTEX_Bitrate","features":[93]},{"name":"CLSID_WMMUTEX_Language","features":[93]},{"name":"CLSID_WMMUTEX_Presentation","features":[93]},{"name":"CLSID_WMMUTEX_Unknown","features":[93]},{"name":"DRM_COPY_OPL","features":[93]},{"name":"DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS","features":[93]},{"name":"DRM_OPL_OUTPUT_IDS","features":[93]},{"name":"DRM_OPL_TYPES","features":[93]},{"name":"DRM_OUTPUT_PROTECTION","features":[93]},{"name":"DRM_PLAY_OPL","features":[93]},{"name":"DRM_VAL16","features":[93]},{"name":"DRM_VIDEO_OUTPUT_PROTECTION_IDS","features":[93]},{"name":"INSNetSourceCreator","features":[93]},{"name":"INSSBuffer","features":[93]},{"name":"INSSBuffer2","features":[93]},{"name":"INSSBuffer3","features":[93]},{"name":"INSSBuffer4","features":[93]},{"name":"IWMAddressAccess","features":[93]},{"name":"IWMAddressAccess2","features":[93]},{"name":"IWMAuthorizer","features":[93]},{"name":"IWMBackupRestoreProps","features":[93]},{"name":"IWMBandwidthSharing","features":[93]},{"name":"IWMClientConnections","features":[93]},{"name":"IWMClientConnections2","features":[93]},{"name":"IWMCodecInfo","features":[93]},{"name":"IWMCodecInfo2","features":[93]},{"name":"IWMCodecInfo3","features":[93]},{"name":"IWMCredentialCallback","features":[93]},{"name":"IWMDRMEditor","features":[93]},{"name":"IWMDRMMessageParser","features":[93]},{"name":"IWMDRMReader","features":[93]},{"name":"IWMDRMReader2","features":[93]},{"name":"IWMDRMReader3","features":[93]},{"name":"IWMDRMTranscryptionManager","features":[93]},{"name":"IWMDRMTranscryptor","features":[93]},{"name":"IWMDRMTranscryptor2","features":[93]},{"name":"IWMDRMWriter","features":[93]},{"name":"IWMDRMWriter2","features":[93]},{"name":"IWMDRMWriter3","features":[93]},{"name":"IWMDeviceRegistration","features":[93]},{"name":"IWMGetSecureChannel","features":[93]},{"name":"IWMHeaderInfo","features":[93]},{"name":"IWMHeaderInfo2","features":[93]},{"name":"IWMHeaderInfo3","features":[93]},{"name":"IWMIStreamProps","features":[93]},{"name":"IWMImageInfo","features":[93]},{"name":"IWMIndexer","features":[93]},{"name":"IWMIndexer2","features":[93]},{"name":"IWMInputMediaProps","features":[93]},{"name":"IWMLanguageList","features":[93]},{"name":"IWMLicenseBackup","features":[93]},{"name":"IWMLicenseRestore","features":[93]},{"name":"IWMLicenseRevocationAgent","features":[93]},{"name":"IWMMediaProps","features":[93]},{"name":"IWMMetadataEditor","features":[93]},{"name":"IWMMetadataEditor2","features":[93]},{"name":"IWMMutualExclusion","features":[93]},{"name":"IWMMutualExclusion2","features":[93]},{"name":"IWMOutputMediaProps","features":[93]},{"name":"IWMPacketSize","features":[93]},{"name":"IWMPacketSize2","features":[93]},{"name":"IWMPlayerHook","features":[93]},{"name":"IWMPlayerTimestampHook","features":[93]},{"name":"IWMProfile","features":[93]},{"name":"IWMProfile2","features":[93]},{"name":"IWMProfile3","features":[93]},{"name":"IWMProfileManager","features":[93]},{"name":"IWMProfileManager2","features":[93]},{"name":"IWMProfileManagerLanguage","features":[93]},{"name":"IWMPropertyVault","features":[93]},{"name":"IWMProximityDetection","features":[93]},{"name":"IWMReader","features":[93]},{"name":"IWMReaderAccelerator","features":[93]},{"name":"IWMReaderAdvanced","features":[93]},{"name":"IWMReaderAdvanced2","features":[93]},{"name":"IWMReaderAdvanced3","features":[93]},{"name":"IWMReaderAdvanced4","features":[93]},{"name":"IWMReaderAdvanced5","features":[93]},{"name":"IWMReaderAdvanced6","features":[93]},{"name":"IWMReaderAllocatorEx","features":[93]},{"name":"IWMReaderCallback","features":[93]},{"name":"IWMReaderCallbackAdvanced","features":[93]},{"name":"IWMReaderNetworkConfig","features":[93]},{"name":"IWMReaderNetworkConfig2","features":[93]},{"name":"IWMReaderPlaylistBurn","features":[93]},{"name":"IWMReaderStreamClock","features":[93]},{"name":"IWMReaderTimecode","features":[93]},{"name":"IWMReaderTypeNegotiation","features":[93]},{"name":"IWMRegisterCallback","features":[93]},{"name":"IWMRegisteredDevice","features":[93]},{"name":"IWMSBufferAllocator","features":[93]},{"name":"IWMSInternalAdminNetSource","features":[93]},{"name":"IWMSInternalAdminNetSource2","features":[93]},{"name":"IWMSInternalAdminNetSource3","features":[93]},{"name":"IWMSecureChannel","features":[93]},{"name":"IWMStatusCallback","features":[93]},{"name":"IWMStreamConfig","features":[93]},{"name":"IWMStreamConfig2","features":[93]},{"name":"IWMStreamConfig3","features":[93]},{"name":"IWMStreamList","features":[93]},{"name":"IWMStreamPrioritization","features":[93]},{"name":"IWMSyncReader","features":[93]},{"name":"IWMSyncReader2","features":[93]},{"name":"IWMVideoMediaProps","features":[93]},{"name":"IWMWatermarkInfo","features":[93]},{"name":"IWMWriter","features":[93]},{"name":"IWMWriterAdvanced","features":[93]},{"name":"IWMWriterAdvanced2","features":[93]},{"name":"IWMWriterAdvanced3","features":[93]},{"name":"IWMWriterFileSink","features":[93]},{"name":"IWMWriterFileSink2","features":[93]},{"name":"IWMWriterFileSink3","features":[93]},{"name":"IWMWriterNetworkSink","features":[93]},{"name":"IWMWriterPostView","features":[93]},{"name":"IWMWriterPostViewCallback","features":[93]},{"name":"IWMWriterPreprocess","features":[93]},{"name":"IWMWriterPushSink","features":[93]},{"name":"IWMWriterSink","features":[93]},{"name":"NETSOURCE_URLCREDPOLICY_SETTINGS","features":[93]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_ANONYMOUSONLY","features":[93]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_MUSTPROMPTUSER","features":[93]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_SILENTLOGONOK","features":[93]},{"name":"WEBSTREAM_SAMPLE_TYPE","features":[93]},{"name":"WEBSTREAM_SAMPLE_TYPE_FILE","features":[93]},{"name":"WEBSTREAM_SAMPLE_TYPE_RENDER","features":[93]},{"name":"WMCreateBackupRestorer","features":[93]},{"name":"WMCreateEditor","features":[93]},{"name":"WMCreateIndexer","features":[93]},{"name":"WMCreateProfileManager","features":[93]},{"name":"WMCreateReader","features":[93]},{"name":"WMCreateSyncReader","features":[93]},{"name":"WMCreateWriter","features":[93]},{"name":"WMCreateWriterFileSink","features":[93]},{"name":"WMCreateWriterNetworkSink","features":[93]},{"name":"WMCreateWriterPushSink","features":[93]},{"name":"WMDRM_IMPORT_INIT_STRUCT","features":[93]},{"name":"WMDRM_IMPORT_INIT_STRUCT_DEFINED","features":[93]},{"name":"WMFORMAT_MPEG2Video","features":[93]},{"name":"WMFORMAT_Script","features":[93]},{"name":"WMFORMAT_VideoInfo","features":[93]},{"name":"WMFORMAT_WaveFormatEx","features":[93]},{"name":"WMFORMAT_WebStream","features":[93]},{"name":"WMIsContentProtected","features":[1,93]},{"name":"WMMEDIASUBTYPE_ACELPnet","features":[93]},{"name":"WMMEDIASUBTYPE_Base","features":[93]},{"name":"WMMEDIASUBTYPE_DRM","features":[93]},{"name":"WMMEDIASUBTYPE_I420","features":[93]},{"name":"WMMEDIASUBTYPE_IYUV","features":[93]},{"name":"WMMEDIASUBTYPE_M4S2","features":[93]},{"name":"WMMEDIASUBTYPE_MP3","features":[93]},{"name":"WMMEDIASUBTYPE_MP43","features":[93]},{"name":"WMMEDIASUBTYPE_MP4S","features":[93]},{"name":"WMMEDIASUBTYPE_MPEG2_VIDEO","features":[93]},{"name":"WMMEDIASUBTYPE_MSS1","features":[93]},{"name":"WMMEDIASUBTYPE_MSS2","features":[93]},{"name":"WMMEDIASUBTYPE_P422","features":[93]},{"name":"WMMEDIASUBTYPE_PCM","features":[93]},{"name":"WMMEDIASUBTYPE_RGB1","features":[93]},{"name":"WMMEDIASUBTYPE_RGB24","features":[93]},{"name":"WMMEDIASUBTYPE_RGB32","features":[93]},{"name":"WMMEDIASUBTYPE_RGB4","features":[93]},{"name":"WMMEDIASUBTYPE_RGB555","features":[93]},{"name":"WMMEDIASUBTYPE_RGB565","features":[93]},{"name":"WMMEDIASUBTYPE_RGB8","features":[93]},{"name":"WMMEDIASUBTYPE_UYVY","features":[93]},{"name":"WMMEDIASUBTYPE_VIDEOIMAGE","features":[93]},{"name":"WMMEDIASUBTYPE_WMAudioV2","features":[93]},{"name":"WMMEDIASUBTYPE_WMAudioV7","features":[93]},{"name":"WMMEDIASUBTYPE_WMAudioV8","features":[93]},{"name":"WMMEDIASUBTYPE_WMAudioV9","features":[93]},{"name":"WMMEDIASUBTYPE_WMAudio_Lossless","features":[93]},{"name":"WMMEDIASUBTYPE_WMSP1","features":[93]},{"name":"WMMEDIASUBTYPE_WMSP2","features":[93]},{"name":"WMMEDIASUBTYPE_WMV1","features":[93]},{"name":"WMMEDIASUBTYPE_WMV2","features":[93]},{"name":"WMMEDIASUBTYPE_WMV3","features":[93]},{"name":"WMMEDIASUBTYPE_WMVA","features":[93]},{"name":"WMMEDIASUBTYPE_WMVP","features":[93]},{"name":"WMMEDIASUBTYPE_WVC1","features":[93]},{"name":"WMMEDIASUBTYPE_WVP2","features":[93]},{"name":"WMMEDIASUBTYPE_WebStream","features":[93]},{"name":"WMMEDIASUBTYPE_YUY2","features":[93]},{"name":"WMMEDIASUBTYPE_YV12","features":[93]},{"name":"WMMEDIASUBTYPE_YVU9","features":[93]},{"name":"WMMEDIASUBTYPE_YVYU","features":[93]},{"name":"WMMEDIATYPE_Audio","features":[93]},{"name":"WMMEDIATYPE_FileTransfer","features":[93]},{"name":"WMMEDIATYPE_Image","features":[93]},{"name":"WMMEDIATYPE_Script","features":[93]},{"name":"WMMEDIATYPE_Text","features":[93]},{"name":"WMMEDIATYPE_Video","features":[93]},{"name":"WMMPEG2VIDEOINFO","features":[1,13,93]},{"name":"WMSCRIPTFORMAT","features":[93]},{"name":"WMSCRIPTTYPE_TwoStrings","features":[93]},{"name":"WMT_ACQUIRE_LICENSE","features":[93]},{"name":"WMT_ATTR_DATATYPE","features":[93]},{"name":"WMT_ATTR_IMAGETYPE","features":[93]},{"name":"WMT_BACKUPRESTORE_BEGIN","features":[93]},{"name":"WMT_BACKUPRESTORE_CONNECTING","features":[93]},{"name":"WMT_BACKUPRESTORE_DISCONNECTING","features":[93]},{"name":"WMT_BACKUPRESTORE_END","features":[93]},{"name":"WMT_BUFFERING_START","features":[93]},{"name":"WMT_BUFFERING_STOP","features":[93]},{"name":"WMT_BUFFER_SEGMENT","features":[93]},{"name":"WMT_CLEANPOINT_ONLY","features":[93]},{"name":"WMT_CLIENT_CONNECT","features":[93]},{"name":"WMT_CLIENT_CONNECT_EX","features":[93]},{"name":"WMT_CLIENT_DISCONNECT","features":[93]},{"name":"WMT_CLIENT_DISCONNECT_EX","features":[93]},{"name":"WMT_CLIENT_PROPERTIES","features":[93]},{"name":"WMT_CLOSED","features":[93]},{"name":"WMT_CODECINFO_AUDIO","features":[93]},{"name":"WMT_CODECINFO_UNKNOWN","features":[93]},{"name":"WMT_CODECINFO_VIDEO","features":[93]},{"name":"WMT_CODEC_INFO_TYPE","features":[93]},{"name":"WMT_COLORSPACEINFO_EXTENSION_DATA","features":[93]},{"name":"WMT_CONNECTING","features":[93]},{"name":"WMT_CONTENT_ENABLER","features":[93]},{"name":"WMT_CREDENTIAL_CLEAR_TEXT","features":[93]},{"name":"WMT_CREDENTIAL_DONT_CACHE","features":[93]},{"name":"WMT_CREDENTIAL_ENCRYPT","features":[93]},{"name":"WMT_CREDENTIAL_FLAGS","features":[93]},{"name":"WMT_CREDENTIAL_PROXY","features":[93]},{"name":"WMT_CREDENTIAL_SAVE","features":[93]},{"name":"WMT_DMOCATEGORY_AUDIO_WATERMARK","features":[93]},{"name":"WMT_DMOCATEGORY_VIDEO_WATERMARK","features":[93]},{"name":"WMT_DRMLA_TAMPERED","features":[93]},{"name":"WMT_DRMLA_TRUST","features":[93]},{"name":"WMT_DRMLA_TRUSTED","features":[93]},{"name":"WMT_DRMLA_UNTRUSTED","features":[93]},{"name":"WMT_END_OF_FILE","features":[93]},{"name":"WMT_END_OF_SEGMENT","features":[93]},{"name":"WMT_END_OF_STREAMING","features":[93]},{"name":"WMT_EOF","features":[93]},{"name":"WMT_ERROR","features":[93]},{"name":"WMT_ERROR_WITHURL","features":[93]},{"name":"WMT_FILESINK_DATA_UNIT","features":[93]},{"name":"WMT_FILESINK_MODE","features":[93]},{"name":"WMT_FM_FILESINK_DATA_UNITS","features":[93]},{"name":"WMT_FM_FILESINK_UNBUFFERED","features":[93]},{"name":"WMT_FM_SINGLE_BUFFERS","features":[93]},{"name":"WMT_IMAGETYPE_BITMAP","features":[93]},{"name":"WMT_IMAGETYPE_GIF","features":[93]},{"name":"WMT_IMAGETYPE_JPEG","features":[93]},{"name":"WMT_IMAGE_TYPE","features":[93]},{"name":"WMT_INDEXER_TYPE","features":[93]},{"name":"WMT_INDEX_PROGRESS","features":[93]},{"name":"WMT_INDEX_TYPE","features":[93]},{"name":"WMT_INDIVIDUALIZE","features":[93]},{"name":"WMT_INIT_PLAYLIST_BURN","features":[93]},{"name":"WMT_IT_BITMAP","features":[93]},{"name":"WMT_IT_FRAME_NUMBERS","features":[93]},{"name":"WMT_IT_GIF","features":[93]},{"name":"WMT_IT_JPEG","features":[93]},{"name":"WMT_IT_NEAREST_CLEAN_POINT","features":[93]},{"name":"WMT_IT_NEAREST_DATA_UNIT","features":[93]},{"name":"WMT_IT_NEAREST_OBJECT","features":[93]},{"name":"WMT_IT_NONE","features":[93]},{"name":"WMT_IT_PRESENTATION_TIME","features":[93]},{"name":"WMT_IT_TIMECODE","features":[93]},{"name":"WMT_LICENSEURL_SIGNATURE_STATE","features":[93]},{"name":"WMT_LOCATING","features":[93]},{"name":"WMT_MISSING_CODEC","features":[93]},{"name":"WMT_MS_CLASS_MIXED","features":[93]},{"name":"WMT_MS_CLASS_MUSIC","features":[93]},{"name":"WMT_MS_CLASS_SPEECH","features":[93]},{"name":"WMT_MUSICSPEECH_CLASS_MODE","features":[93]},{"name":"WMT_NATIVE_OUTPUT_PROPS_CHANGED","features":[93]},{"name":"WMT_NEEDS_INDIVIDUALIZATION","features":[93]},{"name":"WMT_NET_PROTOCOL","features":[93]},{"name":"WMT_NEW_METADATA","features":[93]},{"name":"WMT_NEW_SOURCEFLAGS","features":[93]},{"name":"WMT_NO_RIGHTS","features":[93]},{"name":"WMT_NO_RIGHTS_EX","features":[93]},{"name":"WMT_OFF","features":[93]},{"name":"WMT_OFFSET_FORMAT","features":[93]},{"name":"WMT_OFFSET_FORMAT_100NS","features":[93]},{"name":"WMT_OFFSET_FORMAT_100NS_APPROXIMATE","features":[93]},{"name":"WMT_OFFSET_FORMAT_FRAME_NUMBERS","features":[93]},{"name":"WMT_OFFSET_FORMAT_PLAYLIST_OFFSET","features":[93]},{"name":"WMT_OFFSET_FORMAT_TIMECODE","features":[93]},{"name":"WMT_ON","features":[93]},{"name":"WMT_OPENED","features":[93]},{"name":"WMT_PAYLOAD_FRAGMENT","features":[93]},{"name":"WMT_PLAY_MODE","features":[93]},{"name":"WMT_PLAY_MODE_AUTOSELECT","features":[93]},{"name":"WMT_PLAY_MODE_DOWNLOAD","features":[93]},{"name":"WMT_PLAY_MODE_LOCAL","features":[93]},{"name":"WMT_PLAY_MODE_STREAMING","features":[93]},{"name":"WMT_PREROLL_COMPLETE","features":[93]},{"name":"WMT_PREROLL_READY","features":[93]},{"name":"WMT_PROTOCOL_HTTP","features":[93]},{"name":"WMT_PROXIMITY_COMPLETED","features":[93]},{"name":"WMT_PROXIMITY_RESULT","features":[93]},{"name":"WMT_PROXY_SETTINGS","features":[93]},{"name":"WMT_PROXY_SETTING_AUTO","features":[93]},{"name":"WMT_PROXY_SETTING_BROWSER","features":[93]},{"name":"WMT_PROXY_SETTING_MANUAL","features":[93]},{"name":"WMT_PROXY_SETTING_MAX","features":[93]},{"name":"WMT_PROXY_SETTING_NONE","features":[93]},{"name":"WMT_RECONNECT_END","features":[93]},{"name":"WMT_RECONNECT_START","features":[93]},{"name":"WMT_RESTRICTED_LICENSE","features":[93]},{"name":"WMT_RIGHTS","features":[93]},{"name":"WMT_RIGHT_COLLABORATIVE_PLAY","features":[93]},{"name":"WMT_RIGHT_COPY","features":[93]},{"name":"WMT_RIGHT_COPY_TO_CD","features":[93]},{"name":"WMT_RIGHT_COPY_TO_NON_SDMI_DEVICE","features":[93]},{"name":"WMT_RIGHT_COPY_TO_SDMI_DEVICE","features":[93]},{"name":"WMT_RIGHT_ONE_TIME","features":[93]},{"name":"WMT_RIGHT_PLAYBACK","features":[93]},{"name":"WMT_RIGHT_SAVE_STREAM_PROTECTED","features":[93]},{"name":"WMT_RIGHT_SDMI_NOMORECOPIES","features":[93]},{"name":"WMT_RIGHT_SDMI_TRIGGER","features":[93]},{"name":"WMT_SAVEAS_START","features":[93]},{"name":"WMT_SAVEAS_STOP","features":[93]},{"name":"WMT_SET_FEC_SPAN","features":[93]},{"name":"WMT_SOURCE_SWITCH","features":[93]},{"name":"WMT_STARTED","features":[93]},{"name":"WMT_STATUS","features":[93]},{"name":"WMT_STOPPED","features":[93]},{"name":"WMT_STORAGE_FORMAT","features":[93]},{"name":"WMT_STREAM_SELECTION","features":[93]},{"name":"WMT_STRIDING","features":[93]},{"name":"WMT_Storage_Format_MP3","features":[93]},{"name":"WMT_Storage_Format_V1","features":[93]},{"name":"WMT_TIMECODE_EXTENSION_DATA","features":[93]},{"name":"WMT_TIMECODE_FRAMERATE","features":[93]},{"name":"WMT_TIMECODE_FRAMERATE_24","features":[93]},{"name":"WMT_TIMECODE_FRAMERATE_25","features":[93]},{"name":"WMT_TIMECODE_FRAMERATE_30","features":[93]},{"name":"WMT_TIMECODE_FRAMERATE_30DROP","features":[93]},{"name":"WMT_TIMER","features":[93]},{"name":"WMT_TRANSCRYPTOR_CLOSED","features":[93]},{"name":"WMT_TRANSCRYPTOR_INIT","features":[93]},{"name":"WMT_TRANSCRYPTOR_READ","features":[93]},{"name":"WMT_TRANSCRYPTOR_SEEKED","features":[93]},{"name":"WMT_TRANSPORT_TYPE","features":[93]},{"name":"WMT_TYPE_BINARY","features":[93]},{"name":"WMT_TYPE_BOOL","features":[93]},{"name":"WMT_TYPE_DWORD","features":[93]},{"name":"WMT_TYPE_GUID","features":[93]},{"name":"WMT_TYPE_QWORD","features":[93]},{"name":"WMT_TYPE_STRING","features":[93]},{"name":"WMT_TYPE_WORD","features":[93]},{"name":"WMT_Transport_Type_Reliable","features":[93]},{"name":"WMT_Transport_Type_Unreliable","features":[93]},{"name":"WMT_VERSION","features":[93]},{"name":"WMT_VER_4_0","features":[93]},{"name":"WMT_VER_7_0","features":[93]},{"name":"WMT_VER_8_0","features":[93]},{"name":"WMT_VER_9_0","features":[93]},{"name":"WMT_VIDEOIMAGE_INTEGER_DENOMINATOR","features":[93]},{"name":"WMT_VIDEOIMAGE_MAGIC_NUMBER","features":[93]},{"name":"WMT_VIDEOIMAGE_MAGIC_NUMBER_2","features":[93]},{"name":"WMT_VIDEOIMAGE_SAMPLE","features":[93]},{"name":"WMT_VIDEOIMAGE_SAMPLE2","features":[1,93]},{"name":"WMT_VIDEOIMAGE_SAMPLE_ADV_BLENDING","features":[93]},{"name":"WMT_VIDEOIMAGE_SAMPLE_BLENDING","features":[93]},{"name":"WMT_VIDEOIMAGE_SAMPLE_INPUT_FRAME","features":[93]},{"name":"WMT_VIDEOIMAGE_SAMPLE_MOTION","features":[93]},{"name":"WMT_VIDEOIMAGE_SAMPLE_OUTPUT_FRAME","features":[93]},{"name":"WMT_VIDEOIMAGE_SAMPLE_ROTATION","features":[93]},{"name":"WMT_VIDEOIMAGE_SAMPLE_USES_CURRENT_INPUT_FRAME","features":[93]},{"name":"WMT_VIDEOIMAGE_SAMPLE_USES_PREVIOUS_INPUT_FRAME","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_BOW_TIE","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_CIRCLE","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_CROSS_FADE","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_DIAGONAL","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_DIAMOND","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FADE_TO_COLOR","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FILLED_V","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FLIP","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_INSET","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_IRIS","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_PAGE_ROLL","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_RECTANGLE","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_REVEAL","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_SLIDE","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_SPLIT","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_STAR","features":[93]},{"name":"WMT_VIDEOIMAGE_TRANSITION_WHEEL","features":[93]},{"name":"WMT_WATERMARK_ENTRY","features":[93]},{"name":"WMT_WATERMARK_ENTRY_TYPE","features":[93]},{"name":"WMT_WEBSTREAM_FORMAT","features":[93]},{"name":"WMT_WEBSTREAM_SAMPLE_HEADER","features":[93]},{"name":"WMT_WMETYPE_AUDIO","features":[93]},{"name":"WMT_WMETYPE_VIDEO","features":[93]},{"name":"WMVIDEOINFOHEADER","features":[1,13,93]},{"name":"WMVIDEOINFOHEADER2","features":[1,13,93]},{"name":"WM_ADDRESS_ACCESSENTRY","features":[93]},{"name":"WM_AETYPE","features":[93]},{"name":"WM_AETYPE_EXCLUDE","features":[93]},{"name":"WM_AETYPE_INCLUDE","features":[93]},{"name":"WM_CLIENT_PROPERTIES","features":[93]},{"name":"WM_CLIENT_PROPERTIES_EX","features":[93]},{"name":"WM_CL_INTERLACED420","features":[93]},{"name":"WM_CL_PROGRESSIVE420","features":[93]},{"name":"WM_CT_BOTTOM_FIELD_FIRST","features":[93]},{"name":"WM_CT_INTERLACED","features":[93]},{"name":"WM_CT_REPEAT_FIRST_FIELD","features":[93]},{"name":"WM_CT_TOP_FIELD_FIRST","features":[93]},{"name":"WM_DM_DEINTERLACE_HALFSIZE","features":[93]},{"name":"WM_DM_DEINTERLACE_HALFSIZEDOUBLERATE","features":[93]},{"name":"WM_DM_DEINTERLACE_INVERSETELECINE","features":[93]},{"name":"WM_DM_DEINTERLACE_NORMAL","features":[93]},{"name":"WM_DM_DEINTERLACE_VERTICALHALFSIZEDOUBLERATE","features":[93]},{"name":"WM_DM_INTERLACED_TYPE","features":[93]},{"name":"WM_DM_IT_DISABLE_COHERENT_MODE","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_COHERENCY","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_AA_BOTTOM","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_AA_TOP","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BB_BOTTOM","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BB_TOP","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BC_BOTTOM","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BC_TOP","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_CD_BOTTOM","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_CD_TOP","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_DD_BOTTOM","features":[93]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_DD_TOP","features":[93]},{"name":"WM_DM_NOTINTERLACED","features":[93]},{"name":"WM_LEAKY_BUCKET_PAIR","features":[93]},{"name":"WM_MAX_STREAMS","features":[93]},{"name":"WM_MAX_VIDEO_STREAMS","features":[93]},{"name":"WM_MEDIA_TYPE","features":[1,93]},{"name":"WM_PICTURE","features":[93]},{"name":"WM_PLAYBACK_DRC_HIGH","features":[93]},{"name":"WM_PLAYBACK_DRC_LEVEL","features":[93]},{"name":"WM_PLAYBACK_DRC_LOW","features":[93]},{"name":"WM_PLAYBACK_DRC_MEDIUM","features":[93]},{"name":"WM_PORT_NUMBER_RANGE","features":[93]},{"name":"WM_READER_CLIENTINFO","features":[1,93]},{"name":"WM_READER_STATISTICS","features":[93]},{"name":"WM_SFEX_DATALOSS","features":[93]},{"name":"WM_SFEX_NOTASYNCPOINT","features":[93]},{"name":"WM_SFEX_TYPE","features":[93]},{"name":"WM_SF_CLEANPOINT","features":[93]},{"name":"WM_SF_DATALOSS","features":[93]},{"name":"WM_SF_DISCONTINUITY","features":[93]},{"name":"WM_SF_TYPE","features":[93]},{"name":"WM_STREAM_PRIORITY_RECORD","features":[1,93]},{"name":"WM_STREAM_TYPE_INFO","features":[93]},{"name":"WM_SYNCHRONISED_LYRICS","features":[93]},{"name":"WM_SampleExtensionGUID_ChromaLocation","features":[93]},{"name":"WM_SampleExtensionGUID_ColorSpaceInfo","features":[93]},{"name":"WM_SampleExtensionGUID_ContentType","features":[93]},{"name":"WM_SampleExtensionGUID_FileName","features":[93]},{"name":"WM_SampleExtensionGUID_OutputCleanPoint","features":[93]},{"name":"WM_SampleExtensionGUID_PixelAspectRatio","features":[93]},{"name":"WM_SampleExtensionGUID_SampleDuration","features":[93]},{"name":"WM_SampleExtensionGUID_SampleProtectionSalt","features":[93]},{"name":"WM_SampleExtensionGUID_Timecode","features":[93]},{"name":"WM_SampleExtensionGUID_UserDataInfo","features":[93]},{"name":"WM_SampleExtension_ChromaLocation_Size","features":[93]},{"name":"WM_SampleExtension_ColorSpaceInfo_Size","features":[93]},{"name":"WM_SampleExtension_ContentType_Size","features":[93]},{"name":"WM_SampleExtension_PixelAspectRatio_Size","features":[93]},{"name":"WM_SampleExtension_SampleDuration_Size","features":[93]},{"name":"WM_SampleExtension_Timecode_Size","features":[93]},{"name":"WM_USER_TEXT","features":[93]},{"name":"WM_USER_WEB_URL","features":[93]},{"name":"WM_WRITER_STATISTICS","features":[93]},{"name":"WM_WRITER_STATISTICS_EX","features":[93]},{"name":"_AM_ASFWRITERCONFIG_PARAM","features":[93]},{"name":"g_dwWMContentAttributes","features":[93]},{"name":"g_dwWMNSCAttributes","features":[93]},{"name":"g_dwWMSpecialAttributes","features":[93]},{"name":"g_wszASFLeakyBucketPairs","features":[93]},{"name":"g_wszAllowInterlacedOutput","features":[93]},{"name":"g_wszAverageLevel","features":[93]},{"name":"g_wszBufferAverage","features":[93]},{"name":"g_wszComplexity","features":[93]},{"name":"g_wszComplexityLive","features":[93]},{"name":"g_wszComplexityMax","features":[93]},{"name":"g_wszComplexityOffline","features":[93]},{"name":"g_wszDecoderComplexityRequested","features":[93]},{"name":"g_wszDedicatedDeliveryThread","features":[93]},{"name":"g_wszDeinterlaceMode","features":[93]},{"name":"g_wszDeliverOnReceive","features":[93]},{"name":"g_wszDeviceConformanceTemplate","features":[93]},{"name":"g_wszDynamicRangeControl","features":[93]},{"name":"g_wszEDL","features":[93]},{"name":"g_wszEarlyDataDelivery","features":[93]},{"name":"g_wszEnableDiscreteOutput","features":[93]},{"name":"g_wszEnableFrameInterpolation","features":[93]},{"name":"g_wszEnableWMAProSPDIFOutput","features":[93]},{"name":"g_wszFailSeekOnError","features":[93]},{"name":"g_wszFixedFrameRate","features":[93]},{"name":"g_wszFold6To2Channels3","features":[93]},{"name":"g_wszFoldToChannelsTemplate","features":[93]},{"name":"g_wszInitialPatternForInverseTelecine","features":[93]},{"name":"g_wszInterlacedCoding","features":[93]},{"name":"g_wszIsVBRSupported","features":[93]},{"name":"g_wszJPEGCompressionQuality","features":[93]},{"name":"g_wszJustInTimeDecode","features":[93]},{"name":"g_wszMixedClassMode","features":[93]},{"name":"g_wszMusicClassMode","features":[93]},{"name":"g_wszMusicSpeechClassMode","features":[93]},{"name":"g_wszNeedsPreviousSample","features":[93]},{"name":"g_wszNumPasses","features":[93]},{"name":"g_wszOriginalSourceFormatTag","features":[93]},{"name":"g_wszOriginalWaveFormat","features":[93]},{"name":"g_wszPeakValue","features":[93]},{"name":"g_wszPermitSeeksBeyondEndOfStream","features":[93]},{"name":"g_wszReloadIndexOnSeek","features":[93]},{"name":"g_wszScrambledAudio","features":[93]},{"name":"g_wszSingleOutputBuffer","features":[93]},{"name":"g_wszSoftwareScaling","features":[93]},{"name":"g_wszSourceBufferTime","features":[93]},{"name":"g_wszSourceMaxBytesAtOnce","features":[93]},{"name":"g_wszSpeakerConfig","features":[93]},{"name":"g_wszSpeechCaps","features":[93]},{"name":"g_wszSpeechClassMode","features":[93]},{"name":"g_wszStreamLanguage","features":[93]},{"name":"g_wszStreamNumIndexObjects","features":[93]},{"name":"g_wszUsePacketAtSeekPoint","features":[93]},{"name":"g_wszVBRBitrateMax","features":[93]},{"name":"g_wszVBRBufferWindowMax","features":[93]},{"name":"g_wszVBREnabled","features":[93]},{"name":"g_wszVBRPeak","features":[93]},{"name":"g_wszVBRQuality","features":[93]},{"name":"g_wszVideoSampleDurations","features":[93]},{"name":"g_wszWMADID","features":[93]},{"name":"g_wszWMASFPacketCount","features":[93]},{"name":"g_wszWMASFSecurityObjectsSize","features":[93]},{"name":"g_wszWMAlbumArtist","features":[93]},{"name":"g_wszWMAlbumArtistSort","features":[93]},{"name":"g_wszWMAlbumCoverURL","features":[93]},{"name":"g_wszWMAlbumTitle","features":[93]},{"name":"g_wszWMAlbumTitleSort","features":[93]},{"name":"g_wszWMAspectRatioX","features":[93]},{"name":"g_wszWMAspectRatioY","features":[93]},{"name":"g_wszWMAudioFileURL","features":[93]},{"name":"g_wszWMAudioSourceURL","features":[93]},{"name":"g_wszWMAuthor","features":[93]},{"name":"g_wszWMAuthorSort","features":[93]},{"name":"g_wszWMAuthorURL","features":[93]},{"name":"g_wszWMBannerImageData","features":[93]},{"name":"g_wszWMBannerImageType","features":[93]},{"name":"g_wszWMBannerImageURL","features":[93]},{"name":"g_wszWMBeatsPerMinute","features":[93]},{"name":"g_wszWMBitrate","features":[93]},{"name":"g_wszWMBroadcast","features":[93]},{"name":"g_wszWMCategory","features":[93]},{"name":"g_wszWMCodec","features":[93]},{"name":"g_wszWMComposer","features":[93]},{"name":"g_wszWMComposerSort","features":[93]},{"name":"g_wszWMConductor","features":[93]},{"name":"g_wszWMContainerFormat","features":[93]},{"name":"g_wszWMContentDistributor","features":[93]},{"name":"g_wszWMContentGroupDescription","features":[93]},{"name":"g_wszWMCopyright","features":[93]},{"name":"g_wszWMCopyrightURL","features":[93]},{"name":"g_wszWMCurrentBitrate","features":[93]},{"name":"g_wszWMDRM","features":[93]},{"name":"g_wszWMDRM_ContentID","features":[93]},{"name":"g_wszWMDRM_Flags","features":[93]},{"name":"g_wszWMDRM_HeaderSignPrivKey","features":[93]},{"name":"g_wszWMDRM_IndividualizedVersion","features":[93]},{"name":"g_wszWMDRM_KeyID","features":[93]},{"name":"g_wszWMDRM_KeySeed","features":[93]},{"name":"g_wszWMDRM_LASignatureCert","features":[93]},{"name":"g_wszWMDRM_LASignatureLicSrvCert","features":[93]},{"name":"g_wszWMDRM_LASignaturePrivKey","features":[93]},{"name":"g_wszWMDRM_LASignatureRootCert","features":[93]},{"name":"g_wszWMDRM_Level","features":[93]},{"name":"g_wszWMDRM_LicenseAcqURL","features":[93]},{"name":"g_wszWMDRM_SourceID","features":[93]},{"name":"g_wszWMDRM_V1LicenseAcqURL","features":[93]},{"name":"g_wszWMDVDID","features":[93]},{"name":"g_wszWMDescription","features":[93]},{"name":"g_wszWMDirector","features":[93]},{"name":"g_wszWMDuration","features":[93]},{"name":"g_wszWMEncodedBy","features":[93]},{"name":"g_wszWMEncodingSettings","features":[93]},{"name":"g_wszWMEncodingTime","features":[93]},{"name":"g_wszWMEpisodeNumber","features":[93]},{"name":"g_wszWMFileSize","features":[93]},{"name":"g_wszWMGenre","features":[93]},{"name":"g_wszWMGenreID","features":[93]},{"name":"g_wszWMHasArbitraryDataStream","features":[93]},{"name":"g_wszWMHasAttachedImages","features":[93]},{"name":"g_wszWMHasAudio","features":[93]},{"name":"g_wszWMHasFileTransferStream","features":[93]},{"name":"g_wszWMHasImage","features":[93]},{"name":"g_wszWMHasScript","features":[93]},{"name":"g_wszWMHasVideo","features":[93]},{"name":"g_wszWMISAN","features":[93]},{"name":"g_wszWMISRC","features":[93]},{"name":"g_wszWMInitialKey","features":[93]},{"name":"g_wszWMIsCompilation","features":[93]},{"name":"g_wszWMIsVBR","features":[93]},{"name":"g_wszWMLanguage","features":[93]},{"name":"g_wszWMLyrics","features":[93]},{"name":"g_wszWMLyrics_Synchronised","features":[93]},{"name":"g_wszWMMCDI","features":[93]},{"name":"g_wszWMMediaClassPrimaryID","features":[93]},{"name":"g_wszWMMediaClassSecondaryID","features":[93]},{"name":"g_wszWMMediaCredits","features":[93]},{"name":"g_wszWMMediaIsDelay","features":[93]},{"name":"g_wszWMMediaIsFinale","features":[93]},{"name":"g_wszWMMediaIsLive","features":[93]},{"name":"g_wszWMMediaIsPremiere","features":[93]},{"name":"g_wszWMMediaIsRepeat","features":[93]},{"name":"g_wszWMMediaIsSAP","features":[93]},{"name":"g_wszWMMediaIsStereo","features":[93]},{"name":"g_wszWMMediaIsSubtitled","features":[93]},{"name":"g_wszWMMediaIsTape","features":[93]},{"name":"g_wszWMMediaNetworkAffiliation","features":[93]},{"name":"g_wszWMMediaOriginalBroadcastDateTime","features":[93]},{"name":"g_wszWMMediaOriginalChannel","features":[93]},{"name":"g_wszWMMediaStationCallSign","features":[93]},{"name":"g_wszWMMediaStationName","features":[93]},{"name":"g_wszWMModifiedBy","features":[93]},{"name":"g_wszWMMood","features":[93]},{"name":"g_wszWMNSCAddress","features":[93]},{"name":"g_wszWMNSCDescription","features":[93]},{"name":"g_wszWMNSCEmail","features":[93]},{"name":"g_wszWMNSCName","features":[93]},{"name":"g_wszWMNSCPhone","features":[93]},{"name":"g_wszWMNumberOfFrames","features":[93]},{"name":"g_wszWMOptimalBitrate","features":[93]},{"name":"g_wszWMOriginalAlbumTitle","features":[93]},{"name":"g_wszWMOriginalArtist","features":[93]},{"name":"g_wszWMOriginalFilename","features":[93]},{"name":"g_wszWMOriginalLyricist","features":[93]},{"name":"g_wszWMOriginalReleaseTime","features":[93]},{"name":"g_wszWMOriginalReleaseYear","features":[93]},{"name":"g_wszWMParentalRating","features":[93]},{"name":"g_wszWMParentalRatingReason","features":[93]},{"name":"g_wszWMPartOfSet","features":[93]},{"name":"g_wszWMPeakBitrate","features":[93]},{"name":"g_wszWMPeriod","features":[93]},{"name":"g_wszWMPicture","features":[93]},{"name":"g_wszWMPlaylistDelay","features":[93]},{"name":"g_wszWMProducer","features":[93]},{"name":"g_wszWMPromotionURL","features":[93]},{"name":"g_wszWMProtected","features":[93]},{"name":"g_wszWMProtectionType","features":[93]},{"name":"g_wszWMProvider","features":[93]},{"name":"g_wszWMProviderCopyright","features":[93]},{"name":"g_wszWMProviderRating","features":[93]},{"name":"g_wszWMProviderStyle","features":[93]},{"name":"g_wszWMPublisher","features":[93]},{"name":"g_wszWMRadioStationName","features":[93]},{"name":"g_wszWMRadioStationOwner","features":[93]},{"name":"g_wszWMRating","features":[93]},{"name":"g_wszWMSeasonNumber","features":[93]},{"name":"g_wszWMSeekable","features":[93]},{"name":"g_wszWMSharedUserRating","features":[93]},{"name":"g_wszWMSignature_Name","features":[93]},{"name":"g_wszWMSkipBackward","features":[93]},{"name":"g_wszWMSkipForward","features":[93]},{"name":"g_wszWMStreamTypeInfo","features":[93]},{"name":"g_wszWMStridable","features":[93]},{"name":"g_wszWMSubTitle","features":[93]},{"name":"g_wszWMSubTitleDescription","features":[93]},{"name":"g_wszWMSubscriptionContentID","features":[93]},{"name":"g_wszWMText","features":[93]},{"name":"g_wszWMTitle","features":[93]},{"name":"g_wszWMTitleSort","features":[93]},{"name":"g_wszWMToolName","features":[93]},{"name":"g_wszWMToolVersion","features":[93]},{"name":"g_wszWMTrack","features":[93]},{"name":"g_wszWMTrackNumber","features":[93]},{"name":"g_wszWMTrusted","features":[93]},{"name":"g_wszWMUniqueFileIdentifier","features":[93]},{"name":"g_wszWMUse_Advanced_DRM","features":[93]},{"name":"g_wszWMUse_DRM","features":[93]},{"name":"g_wszWMUserWebURL","features":[93]},{"name":"g_wszWMVideoClosedCaptioning","features":[93]},{"name":"g_wszWMVideoFrameRate","features":[93]},{"name":"g_wszWMVideoHeight","features":[93]},{"name":"g_wszWMVideoWidth","features":[93]},{"name":"g_wszWMWMADRCAverageReference","features":[93]},{"name":"g_wszWMWMADRCAverageTarget","features":[93]},{"name":"g_wszWMWMADRCPeakReference","features":[93]},{"name":"g_wszWMWMADRCPeakTarget","features":[93]},{"name":"g_wszWMWMCPDistributor","features":[93]},{"name":"g_wszWMWMCPDistributorID","features":[93]},{"name":"g_wszWMWMCollectionGroupID","features":[93]},{"name":"g_wszWMWMCollectionID","features":[93]},{"name":"g_wszWMWMContentID","features":[93]},{"name":"g_wszWMWMShadowFileSourceDRMType","features":[93]},{"name":"g_wszWMWMShadowFileSourceFileType","features":[93]},{"name":"g_wszWMWriter","features":[93]},{"name":"g_wszWMYear","features":[93]},{"name":"g_wszWatermarkCLSID","features":[93]},{"name":"g_wszWatermarkConfig","features":[93]}],"452":[{"name":"ADDRESS_TYPE_IANA","features":[94]},{"name":"ADDRESS_TYPE_IATA","features":[94]},{"name":"Allow","features":[94]},{"name":"CHANGESTATE","features":[94]},{"name":"CLIENT_TYPE_BOOTP","features":[94]},{"name":"CLIENT_TYPE_DHCP","features":[94]},{"name":"CLIENT_TYPE_NONE","features":[94]},{"name":"CLIENT_TYPE_RESERVATION_FLAG","features":[94]},{"name":"CLIENT_TYPE_UNSPECIFIED","features":[94]},{"name":"COMMUNICATION_INT","features":[94]},{"name":"CONFLICT_DONE","features":[94]},{"name":"DATE_TIME","features":[94]},{"name":"DEFAULTQUARSETTING","features":[94]},{"name":"DHCPAPI_PARAMS","features":[1,94]},{"name":"DHCPCAPI_CLASSID","features":[94]},{"name":"DHCPCAPI_DEREGISTER_HANDLE_EVENT","features":[94]},{"name":"DHCPCAPI_PARAMS_ARRAY","features":[1,94]},{"name":"DHCPCAPI_REGISTER_HANDLE_EVENT","features":[94]},{"name":"DHCPCAPI_REQUEST_ASYNCHRONOUS","features":[94]},{"name":"DHCPCAPI_REQUEST_CANCEL","features":[94]},{"name":"DHCPCAPI_REQUEST_MASK","features":[94]},{"name":"DHCPCAPI_REQUEST_PERSISTENT","features":[94]},{"name":"DHCPCAPI_REQUEST_SYNCHRONOUS","features":[94]},{"name":"DHCPDS_SERVER","features":[94]},{"name":"DHCPDS_SERVERS","features":[94]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO","features":[1,94]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO_ARRAY","features":[1,94]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO_EX","features":[1,94]},{"name":"DHCPV6CAPI_CLASSID","features":[94]},{"name":"DHCPV6CAPI_PARAMS","features":[1,94]},{"name":"DHCPV6CAPI_PARAMS_ARRAY","features":[1,94]},{"name":"DHCPV6Prefix","features":[94]},{"name":"DHCPV6PrefixLeaseInformation","features":[94]},{"name":"DHCPV6_BIND_ELEMENT","features":[1,94]},{"name":"DHCPV6_BIND_ELEMENT_ARRAY","features":[1,94]},{"name":"DHCPV6_IP_ARRAY","features":[94]},{"name":"DHCPV6_OPTION_CLIENTID","features":[94]},{"name":"DHCPV6_OPTION_DNS_SERVERS","features":[94]},{"name":"DHCPV6_OPTION_DOMAIN_LIST","features":[94]},{"name":"DHCPV6_OPTION_IA_NA","features":[94]},{"name":"DHCPV6_OPTION_IA_PD","features":[94]},{"name":"DHCPV6_OPTION_IA_TA","features":[94]},{"name":"DHCPV6_OPTION_NISP_DOMAIN_NAME","features":[94]},{"name":"DHCPV6_OPTION_NISP_SERVERS","features":[94]},{"name":"DHCPV6_OPTION_NIS_DOMAIN_NAME","features":[94]},{"name":"DHCPV6_OPTION_NIS_SERVERS","features":[94]},{"name":"DHCPV6_OPTION_ORO","features":[94]},{"name":"DHCPV6_OPTION_PREFERENCE","features":[94]},{"name":"DHCPV6_OPTION_RAPID_COMMIT","features":[94]},{"name":"DHCPV6_OPTION_RECONF_MSG","features":[94]},{"name":"DHCPV6_OPTION_SERVERID","features":[94]},{"name":"DHCPV6_OPTION_SIP_SERVERS_ADDRS","features":[94]},{"name":"DHCPV6_OPTION_SIP_SERVERS_NAMES","features":[94]},{"name":"DHCPV6_OPTION_UNICAST","features":[94]},{"name":"DHCPV6_OPTION_USER_CLASS","features":[94]},{"name":"DHCPV6_OPTION_VENDOR_CLASS","features":[94]},{"name":"DHCPV6_OPTION_VENDOR_OPTS","features":[94]},{"name":"DHCPV6_STATELESS_PARAMS","features":[1,94]},{"name":"DHCPV6_STATELESS_PARAM_TYPE","features":[94]},{"name":"DHCPV6_STATELESS_SCOPE_STATS","features":[94]},{"name":"DHCPV6_STATELESS_STATS","features":[94]},{"name":"DHCP_ADDR_PATTERN","features":[1,94]},{"name":"DHCP_ALL_OPTIONS","features":[94]},{"name":"DHCP_ALL_OPTION_VALUES","features":[1,94]},{"name":"DHCP_ALL_OPTION_VALUES_PB","features":[1,94]},{"name":"DHCP_ATTRIB","features":[1,94]},{"name":"DHCP_ATTRIB_ARRAY","features":[1,94]},{"name":"DHCP_ATTRIB_BOOL_IS_ADMIN","features":[94]},{"name":"DHCP_ATTRIB_BOOL_IS_BINDING_AWARE","features":[94]},{"name":"DHCP_ATTRIB_BOOL_IS_DYNBOOTP","features":[94]},{"name":"DHCP_ATTRIB_BOOL_IS_PART_OF_DSDC","features":[94]},{"name":"DHCP_ATTRIB_BOOL_IS_ROGUE","features":[94]},{"name":"DHCP_ATTRIB_TYPE_BOOL","features":[94]},{"name":"DHCP_ATTRIB_TYPE_ULONG","features":[94]},{"name":"DHCP_ATTRIB_ULONG_RESTORE_STATUS","features":[94]},{"name":"DHCP_BINARY_DATA","features":[94]},{"name":"DHCP_BIND_ELEMENT","features":[1,94]},{"name":"DHCP_BIND_ELEMENT_ARRAY","features":[1,94]},{"name":"DHCP_BOOTP_IP_RANGE","features":[94]},{"name":"DHCP_CALLOUT_ENTRY_POINT","features":[94]},{"name":"DHCP_CALLOUT_LIST_KEY","features":[94]},{"name":"DHCP_CALLOUT_LIST_VALUE","features":[94]},{"name":"DHCP_CALLOUT_TABLE","features":[1,94]},{"name":"DHCP_CLASS_INFO","features":[1,94]},{"name":"DHCP_CLASS_INFO_ARRAY","features":[1,94]},{"name":"DHCP_CLASS_INFO_ARRAY_V6","features":[1,94]},{"name":"DHCP_CLASS_INFO_V6","features":[1,94]},{"name":"DHCP_CLIENT_BOOTP","features":[94]},{"name":"DHCP_CLIENT_DHCP","features":[94]},{"name":"DHCP_CLIENT_FILTER_STATUS_INFO","features":[1,94]},{"name":"DHCP_CLIENT_FILTER_STATUS_INFO_ARRAY","features":[1,94]},{"name":"DHCP_CLIENT_INFO","features":[94]},{"name":"DHCP_CLIENT_INFO_ARRAY","features":[94]},{"name":"DHCP_CLIENT_INFO_ARRAY_V4","features":[94]},{"name":"DHCP_CLIENT_INFO_ARRAY_V5","features":[94]},{"name":"DHCP_CLIENT_INFO_ARRAY_V6","features":[94]},{"name":"DHCP_CLIENT_INFO_ARRAY_VQ","features":[1,94]},{"name":"DHCP_CLIENT_INFO_EX","features":[1,94]},{"name":"DHCP_CLIENT_INFO_EX_ARRAY","features":[1,94]},{"name":"DHCP_CLIENT_INFO_PB","features":[1,94]},{"name":"DHCP_CLIENT_INFO_PB_ARRAY","features":[1,94]},{"name":"DHCP_CLIENT_INFO_V4","features":[94]},{"name":"DHCP_CLIENT_INFO_V5","features":[94]},{"name":"DHCP_CLIENT_INFO_V6","features":[94]},{"name":"DHCP_CLIENT_INFO_VQ","features":[1,94]},{"name":"DHCP_CONTROL_CONTINUE","features":[94]},{"name":"DHCP_CONTROL_PAUSE","features":[94]},{"name":"DHCP_CONTROL_START","features":[94]},{"name":"DHCP_CONTROL_STOP","features":[94]},{"name":"DHCP_DROP_DUPLICATE","features":[94]},{"name":"DHCP_DROP_GEN_FAILURE","features":[94]},{"name":"DHCP_DROP_INTERNAL_ERROR","features":[94]},{"name":"DHCP_DROP_INVALID","features":[94]},{"name":"DHCP_DROP_NOADDRESS","features":[94]},{"name":"DHCP_DROP_NOMEM","features":[94]},{"name":"DHCP_DROP_NO_SUBNETS","features":[94]},{"name":"DHCP_DROP_PAUSED","features":[94]},{"name":"DHCP_DROP_PROCESSED","features":[94]},{"name":"DHCP_DROP_TIMEOUT","features":[94]},{"name":"DHCP_DROP_UNAUTH","features":[94]},{"name":"DHCP_DROP_WRONG_SERVER","features":[94]},{"name":"DHCP_ENDPOINT_FLAG_CANT_MODIFY","features":[94]},{"name":"DHCP_FAILOVER_DELETE_SCOPES","features":[94]},{"name":"DHCP_FAILOVER_MAX_NUM_ADD_SCOPES","features":[94]},{"name":"DHCP_FAILOVER_MAX_NUM_REL","features":[94]},{"name":"DHCP_FAILOVER_MODE","features":[94]},{"name":"DHCP_FAILOVER_RELATIONSHIP","features":[94]},{"name":"DHCP_FAILOVER_RELATIONSHIP_ARRAY","features":[94]},{"name":"DHCP_FAILOVER_SERVER","features":[94]},{"name":"DHCP_FAILOVER_STATISTICS","features":[94]},{"name":"DHCP_FILTER_ADD_INFO","features":[1,94]},{"name":"DHCP_FILTER_ENUM_INFO","features":[1,94]},{"name":"DHCP_FILTER_GLOBAL_INFO","features":[1,94]},{"name":"DHCP_FILTER_LIST_TYPE","features":[94]},{"name":"DHCP_FILTER_RECORD","features":[1,94]},{"name":"DHCP_FLAGS_DONT_ACCESS_DS","features":[94]},{"name":"DHCP_FLAGS_DONT_DO_RPC","features":[94]},{"name":"DHCP_FLAGS_OPTION_IS_VENDOR","features":[94]},{"name":"DHCP_FORCE_FLAG","features":[94]},{"name":"DHCP_GIVE_ADDRESS_NEW","features":[94]},{"name":"DHCP_GIVE_ADDRESS_OLD","features":[94]},{"name":"DHCP_HOST_INFO","features":[94]},{"name":"DHCP_HOST_INFO_V6","features":[94]},{"name":"DHCP_IPV6_ADDRESS","features":[94]},{"name":"DHCP_IP_ARRAY","features":[94]},{"name":"DHCP_IP_CLUSTER","features":[94]},{"name":"DHCP_IP_RANGE","features":[94]},{"name":"DHCP_IP_RANGE_ARRAY","features":[94]},{"name":"DHCP_IP_RANGE_V6","features":[94]},{"name":"DHCP_IP_RESERVATION","features":[94]},{"name":"DHCP_IP_RESERVATION_INFO","features":[94]},{"name":"DHCP_IP_RESERVATION_V4","features":[94]},{"name":"DHCP_IP_RESERVATION_V6","features":[94]},{"name":"DHCP_MAX_DELAY","features":[94]},{"name":"DHCP_MIB_INFO","features":[94]},{"name":"DHCP_MIB_INFO_V5","features":[94]},{"name":"DHCP_MIB_INFO_V6","features":[94]},{"name":"DHCP_MIB_INFO_VQ","features":[94]},{"name":"DHCP_MIN_DELAY","features":[94]},{"name":"DHCP_OPTION","features":[94]},{"name":"DHCP_OPTION_ARRAY","features":[94]},{"name":"DHCP_OPTION_DATA","features":[94]},{"name":"DHCP_OPTION_DATA_ELEMENT","features":[94]},{"name":"DHCP_OPTION_DATA_TYPE","features":[94]},{"name":"DHCP_OPTION_LIST","features":[94]},{"name":"DHCP_OPTION_SCOPE_INFO","features":[94]},{"name":"DHCP_OPTION_SCOPE_INFO6","features":[94]},{"name":"DHCP_OPTION_SCOPE_TYPE","features":[94]},{"name":"DHCP_OPTION_SCOPE_TYPE6","features":[94]},{"name":"DHCP_OPTION_TYPE","features":[94]},{"name":"DHCP_OPTION_VALUE","features":[94]},{"name":"DHCP_OPTION_VALUE_ARRAY","features":[94]},{"name":"DHCP_OPT_ENUM_IGNORE_VENDOR","features":[94]},{"name":"DHCP_OPT_ENUM_USE_CLASSNAME","features":[94]},{"name":"DHCP_PERF_STATS","features":[94]},{"name":"DHCP_POLICY","features":[1,94]},{"name":"DHCP_POLICY_ARRAY","features":[1,94]},{"name":"DHCP_POLICY_EX","features":[1,94]},{"name":"DHCP_POLICY_EX_ARRAY","features":[1,94]},{"name":"DHCP_POLICY_FIELDS_TO_UPDATE","features":[94]},{"name":"DHCP_POL_ATTR_TYPE","features":[94]},{"name":"DHCP_POL_COMPARATOR","features":[94]},{"name":"DHCP_POL_COND","features":[94]},{"name":"DHCP_POL_COND_ARRAY","features":[94]},{"name":"DHCP_POL_EXPR","features":[94]},{"name":"DHCP_POL_EXPR_ARRAY","features":[94]},{"name":"DHCP_POL_LOGIC_OPER","features":[94]},{"name":"DHCP_PROB_CONFLICT","features":[94]},{"name":"DHCP_PROB_DECLINE","features":[94]},{"name":"DHCP_PROB_NACKED","features":[94]},{"name":"DHCP_PROB_RELEASE","features":[94]},{"name":"DHCP_PROPERTY","features":[94]},{"name":"DHCP_PROPERTY_ARRAY","features":[94]},{"name":"DHCP_PROPERTY_ID","features":[94]},{"name":"DHCP_PROPERTY_TYPE","features":[94]},{"name":"DHCP_RESERVATION_INFO_ARRAY","features":[94]},{"name":"DHCP_RESERVED_SCOPE","features":[94]},{"name":"DHCP_RESERVED_SCOPE6","features":[94]},{"name":"DHCP_SCAN_FLAG","features":[94]},{"name":"DHCP_SCAN_ITEM","features":[94]},{"name":"DHCP_SCAN_LIST","features":[94]},{"name":"DHCP_SEARCH_INFO","features":[94]},{"name":"DHCP_SEARCH_INFO_TYPE","features":[94]},{"name":"DHCP_SEARCH_INFO_TYPE_V6","features":[94]},{"name":"DHCP_SEARCH_INFO_V6","features":[94]},{"name":"DHCP_SEND_PACKET","features":[94]},{"name":"DHCP_SERVER_CONFIG_INFO","features":[94]},{"name":"DHCP_SERVER_CONFIG_INFO_V4","features":[1,94]},{"name":"DHCP_SERVER_CONFIG_INFO_V6","features":[1,94]},{"name":"DHCP_SERVER_CONFIG_INFO_VQ","features":[1,94]},{"name":"DHCP_SERVER_OPTIONS","features":[1,94]},{"name":"DHCP_SERVER_SPECIFIC_STRINGS","features":[94]},{"name":"DHCP_SUBNET_ELEMENT_DATA","features":[94]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V4","features":[94]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V5","features":[94]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V6","features":[94]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY","features":[94]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V4","features":[94]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5","features":[94]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V6","features":[94]},{"name":"DHCP_SUBNET_ELEMENT_TYPE","features":[94]},{"name":"DHCP_SUBNET_ELEMENT_TYPE_V6","features":[94]},{"name":"DHCP_SUBNET_INFO","features":[94]},{"name":"DHCP_SUBNET_INFO_V6","features":[94]},{"name":"DHCP_SUBNET_INFO_VQ","features":[94]},{"name":"DHCP_SUBNET_INFO_VQ_FLAG_QUARANTINE","features":[94]},{"name":"DHCP_SUBNET_STATE","features":[94]},{"name":"DHCP_SUPER_SCOPE_TABLE","features":[94]},{"name":"DHCP_SUPER_SCOPE_TABLE_ENTRY","features":[94]},{"name":"DNS_FLAG_CLEANUP_EXPIRED","features":[94]},{"name":"DNS_FLAG_DISABLE_PTR_UPDATE","features":[94]},{"name":"DNS_FLAG_ENABLED","features":[94]},{"name":"DNS_FLAG_HAS_DNS_SUFFIX","features":[94]},{"name":"DNS_FLAG_UPDATE_BOTH_ALWAYS","features":[94]},{"name":"DNS_FLAG_UPDATE_DHCID","features":[94]},{"name":"DNS_FLAG_UPDATE_DOWNLEVEL","features":[94]},{"name":"DROPPACKET","features":[94]},{"name":"DWORD_DWORD","features":[94]},{"name":"Deny","features":[94]},{"name":"DhcpAddFilterV4","features":[1,94]},{"name":"DhcpAddSecurityGroup","features":[94]},{"name":"DhcpAddServer","features":[94]},{"name":"DhcpAddSubnetElement","features":[94]},{"name":"DhcpAddSubnetElementV4","features":[94]},{"name":"DhcpAddSubnetElementV5","features":[94]},{"name":"DhcpAddSubnetElementV6","features":[94]},{"name":"DhcpArrayTypeOption","features":[94]},{"name":"DhcpAttrFqdn","features":[94]},{"name":"DhcpAttrFqdnSingleLabel","features":[94]},{"name":"DhcpAttrHWAddr","features":[94]},{"name":"DhcpAttrOption","features":[94]},{"name":"DhcpAttrSubOption","features":[94]},{"name":"DhcpAuditLogGetParams","features":[94]},{"name":"DhcpAuditLogSetParams","features":[94]},{"name":"DhcpBinaryDataOption","features":[94]},{"name":"DhcpByteOption","features":[94]},{"name":"DhcpCApiCleanup","features":[94]},{"name":"DhcpCApiInitialize","features":[94]},{"name":"DhcpClientHardwareAddress","features":[94]},{"name":"DhcpClientIpAddress","features":[94]},{"name":"DhcpClientName","features":[94]},{"name":"DhcpCompBeginsWith","features":[94]},{"name":"DhcpCompEndsWith","features":[94]},{"name":"DhcpCompEqual","features":[94]},{"name":"DhcpCompNotBeginWith","features":[94]},{"name":"DhcpCompNotEndWith","features":[94]},{"name":"DhcpCompNotEqual","features":[94]},{"name":"DhcpCreateClass","features":[1,94]},{"name":"DhcpCreateClassV6","features":[1,94]},{"name":"DhcpCreateClientInfo","features":[94]},{"name":"DhcpCreateClientInfoV4","features":[94]},{"name":"DhcpCreateClientInfoVQ","features":[1,94]},{"name":"DhcpCreateOption","features":[94]},{"name":"DhcpCreateOptionV5","features":[94]},{"name":"DhcpCreateOptionV6","features":[94]},{"name":"DhcpCreateSubnet","features":[94]},{"name":"DhcpCreateSubnetV6","features":[94]},{"name":"DhcpCreateSubnetVQ","features":[94]},{"name":"DhcpDWordDWordOption","features":[94]},{"name":"DhcpDWordOption","features":[94]},{"name":"DhcpDatabaseFix","features":[94]},{"name":"DhcpDeRegisterParamChange","features":[94]},{"name":"DhcpDefaultOptions","features":[94]},{"name":"DhcpDefaultOptions6","features":[94]},{"name":"DhcpDeleteClass","features":[94]},{"name":"DhcpDeleteClassV6","features":[94]},{"name":"DhcpDeleteClientInfo","features":[94]},{"name":"DhcpDeleteClientInfoV6","features":[94]},{"name":"DhcpDeleteFilterV4","features":[1,94]},{"name":"DhcpDeleteServer","features":[94]},{"name":"DhcpDeleteSubnet","features":[94]},{"name":"DhcpDeleteSubnetV6","features":[94]},{"name":"DhcpDeleteSuperScopeV4","features":[94]},{"name":"DhcpDsCleanup","features":[94]},{"name":"DhcpDsInit","features":[94]},{"name":"DhcpEncapsulatedDataOption","features":[94]},{"name":"DhcpEnumClasses","features":[1,94]},{"name":"DhcpEnumClassesV6","features":[1,94]},{"name":"DhcpEnumFilterV4","features":[1,94]},{"name":"DhcpEnumOptionValues","features":[94]},{"name":"DhcpEnumOptionValuesV5","features":[94]},{"name":"DhcpEnumOptionValuesV6","features":[94]},{"name":"DhcpEnumOptions","features":[94]},{"name":"DhcpEnumOptionsV5","features":[94]},{"name":"DhcpEnumOptionsV6","features":[94]},{"name":"DhcpEnumServers","features":[94]},{"name":"DhcpEnumSubnetClients","features":[94]},{"name":"DhcpEnumSubnetClientsFilterStatusInfo","features":[1,94]},{"name":"DhcpEnumSubnetClientsV4","features":[94]},{"name":"DhcpEnumSubnetClientsV5","features":[94]},{"name":"DhcpEnumSubnetClientsV6","features":[94]},{"name":"DhcpEnumSubnetClientsVQ","features":[1,94]},{"name":"DhcpEnumSubnetElements","features":[94]},{"name":"DhcpEnumSubnetElementsV4","features":[94]},{"name":"DhcpEnumSubnetElementsV5","features":[94]},{"name":"DhcpEnumSubnetElementsV6","features":[94]},{"name":"DhcpEnumSubnets","features":[94]},{"name":"DhcpEnumSubnetsV6","features":[94]},{"name":"DhcpExcludedIpRanges","features":[94]},{"name":"DhcpFailoverForce","features":[94]},{"name":"DhcpFullForce","features":[94]},{"name":"DhcpGetAllOptionValues","features":[1,94]},{"name":"DhcpGetAllOptionValuesV6","features":[1,94]},{"name":"DhcpGetAllOptions","features":[94]},{"name":"DhcpGetAllOptionsV6","features":[94]},{"name":"DhcpGetClassInfo","features":[1,94]},{"name":"DhcpGetClientInfo","features":[94]},{"name":"DhcpGetClientInfoV4","features":[94]},{"name":"DhcpGetClientInfoV6","features":[94]},{"name":"DhcpGetClientInfoVQ","features":[1,94]},{"name":"DhcpGetClientOptions","features":[94]},{"name":"DhcpGetFilterV4","features":[1,94]},{"name":"DhcpGetMibInfo","features":[94]},{"name":"DhcpGetMibInfoV5","features":[94]},{"name":"DhcpGetMibInfoV6","features":[94]},{"name":"DhcpGetOptionInfo","features":[94]},{"name":"DhcpGetOptionInfoV5","features":[94]},{"name":"DhcpGetOptionInfoV6","features":[94]},{"name":"DhcpGetOptionValue","features":[94]},{"name":"DhcpGetOptionValueV5","features":[94]},{"name":"DhcpGetOptionValueV6","features":[94]},{"name":"DhcpGetOriginalSubnetMask","features":[94]},{"name":"DhcpGetServerBindingInfo","features":[1,94]},{"name":"DhcpGetServerBindingInfoV6","features":[1,94]},{"name":"DhcpGetServerSpecificStrings","features":[94]},{"name":"DhcpGetSubnetDelayOffer","features":[94]},{"name":"DhcpGetSubnetInfo","features":[94]},{"name":"DhcpGetSubnetInfoV6","features":[94]},{"name":"DhcpGetSubnetInfoVQ","features":[94]},{"name":"DhcpGetSuperScopeInfoV4","features":[94]},{"name":"DhcpGetThreadOptions","features":[94]},{"name":"DhcpGetVersion","features":[94]},{"name":"DhcpGlobalOptions","features":[94]},{"name":"DhcpGlobalOptions6","features":[94]},{"name":"DhcpHlprAddV4PolicyCondition","features":[1,94]},{"name":"DhcpHlprAddV4PolicyExpr","features":[1,94]},{"name":"DhcpHlprAddV4PolicyRange","features":[1,94]},{"name":"DhcpHlprCreateV4Policy","features":[1,94]},{"name":"DhcpHlprCreateV4PolicyEx","features":[1,94]},{"name":"DhcpHlprFindV4DhcpProperty","features":[94]},{"name":"DhcpHlprFreeV4DhcpProperty","features":[94]},{"name":"DhcpHlprFreeV4DhcpPropertyArray","features":[94]},{"name":"DhcpHlprFreeV4Policy","features":[1,94]},{"name":"DhcpHlprFreeV4PolicyArray","features":[1,94]},{"name":"DhcpHlprFreeV4PolicyEx","features":[1,94]},{"name":"DhcpHlprFreeV4PolicyExArray","features":[1,94]},{"name":"DhcpHlprIsV4PolicySingleUC","features":[1,94]},{"name":"DhcpHlprIsV4PolicyValid","features":[1,94]},{"name":"DhcpHlprIsV4PolicyWellFormed","features":[1,94]},{"name":"DhcpHlprModifyV4PolicyExpr","features":[1,94]},{"name":"DhcpHlprResetV4PolicyExpr","features":[1,94]},{"name":"DhcpIpAddressOption","features":[94]},{"name":"DhcpIpRanges","features":[94]},{"name":"DhcpIpRangesBootpOnly","features":[94]},{"name":"DhcpIpRangesDhcpBootp","features":[94]},{"name":"DhcpIpRangesDhcpOnly","features":[94]},{"name":"DhcpIpUsedClusters","features":[94]},{"name":"DhcpIpv6AddressOption","features":[94]},{"name":"DhcpLogicalAnd","features":[94]},{"name":"DhcpLogicalOr","features":[94]},{"name":"DhcpMScopeOptions","features":[94]},{"name":"DhcpModifyClass","features":[1,94]},{"name":"DhcpModifyClassV6","features":[1,94]},{"name":"DhcpNoForce","features":[94]},{"name":"DhcpPropIdClientAddressStateEx","features":[94]},{"name":"DhcpPropIdPolicyDnsSuffix","features":[94]},{"name":"DhcpPropTypeBinary","features":[94]},{"name":"DhcpPropTypeByte","features":[94]},{"name":"DhcpPropTypeDword","features":[94]},{"name":"DhcpPropTypeString","features":[94]},{"name":"DhcpPropTypeWord","features":[94]},{"name":"DhcpRegisterParamChange","features":[1,94]},{"name":"DhcpRegistryFix","features":[94]},{"name":"DhcpRemoveDNSRegistrations","features":[94]},{"name":"DhcpRemoveOption","features":[94]},{"name":"DhcpRemoveOptionV5","features":[94]},{"name":"DhcpRemoveOptionV6","features":[94]},{"name":"DhcpRemoveOptionValue","features":[94]},{"name":"DhcpRemoveOptionValueV5","features":[94]},{"name":"DhcpRemoveOptionValueV6","features":[94]},{"name":"DhcpRemoveSubnetElement","features":[94]},{"name":"DhcpRemoveSubnetElementV4","features":[94]},{"name":"DhcpRemoveSubnetElementV5","features":[94]},{"name":"DhcpRemoveSubnetElementV6","features":[94]},{"name":"DhcpRequestParams","features":[1,94]},{"name":"DhcpReservedIps","features":[94]},{"name":"DhcpReservedOptions","features":[94]},{"name":"DhcpReservedOptions6","features":[94]},{"name":"DhcpRpcFreeMemory","features":[94]},{"name":"DhcpScanDatabase","features":[94]},{"name":"DhcpScopeOptions6","features":[94]},{"name":"DhcpSecondaryHosts","features":[94]},{"name":"DhcpServerAuditlogParamsFree","features":[1,94]},{"name":"DhcpServerBackupDatabase","features":[94]},{"name":"DhcpServerGetConfig","features":[94]},{"name":"DhcpServerGetConfigV4","features":[1,94]},{"name":"DhcpServerGetConfigV6","features":[1,94]},{"name":"DhcpServerGetConfigVQ","features":[1,94]},{"name":"DhcpServerQueryAttribute","features":[1,94]},{"name":"DhcpServerQueryAttributes","features":[1,94]},{"name":"DhcpServerQueryDnsRegCredentials","features":[94]},{"name":"DhcpServerRedoAuthorization","features":[94]},{"name":"DhcpServerRestoreDatabase","features":[94]},{"name":"DhcpServerSetConfig","features":[94]},{"name":"DhcpServerSetConfigV4","features":[1,94]},{"name":"DhcpServerSetConfigV6","features":[1,94]},{"name":"DhcpServerSetConfigVQ","features":[1,94]},{"name":"DhcpServerSetDnsRegCredentials","features":[94]},{"name":"DhcpServerSetDnsRegCredentialsV5","features":[94]},{"name":"DhcpSetClientInfo","features":[94]},{"name":"DhcpSetClientInfoV4","features":[94]},{"name":"DhcpSetClientInfoV6","features":[94]},{"name":"DhcpSetClientInfoVQ","features":[1,94]},{"name":"DhcpSetFilterV4","features":[1,94]},{"name":"DhcpSetOptionInfo","features":[94]},{"name":"DhcpSetOptionInfoV5","features":[94]},{"name":"DhcpSetOptionInfoV6","features":[94]},{"name":"DhcpSetOptionValue","features":[94]},{"name":"DhcpSetOptionValueV5","features":[94]},{"name":"DhcpSetOptionValueV6","features":[94]},{"name":"DhcpSetOptionValues","features":[94]},{"name":"DhcpSetOptionValuesV5","features":[94]},{"name":"DhcpSetServerBindingInfo","features":[1,94]},{"name":"DhcpSetServerBindingInfoV6","features":[1,94]},{"name":"DhcpSetSubnetDelayOffer","features":[94]},{"name":"DhcpSetSubnetInfo","features":[94]},{"name":"DhcpSetSubnetInfoV6","features":[94]},{"name":"DhcpSetSubnetInfoVQ","features":[94]},{"name":"DhcpSetSuperScopeV4","features":[1,94]},{"name":"DhcpSetThreadOptions","features":[94]},{"name":"DhcpStatelessPurgeInterval","features":[94]},{"name":"DhcpStatelessStatus","features":[94]},{"name":"DhcpStringDataOption","features":[94]},{"name":"DhcpSubnetDisabled","features":[94]},{"name":"DhcpSubnetDisabledSwitched","features":[94]},{"name":"DhcpSubnetEnabled","features":[94]},{"name":"DhcpSubnetEnabledSwitched","features":[94]},{"name":"DhcpSubnetInvalidState","features":[94]},{"name":"DhcpSubnetOptions","features":[94]},{"name":"DhcpUnaryElementTypeOption","features":[94]},{"name":"DhcpUndoRequestParams","features":[94]},{"name":"DhcpUpdatePolicyDescr","features":[94]},{"name":"DhcpUpdatePolicyDnsSuffix","features":[94]},{"name":"DhcpUpdatePolicyExpr","features":[94]},{"name":"DhcpUpdatePolicyName","features":[94]},{"name":"DhcpUpdatePolicyOrder","features":[94]},{"name":"DhcpUpdatePolicyRanges","features":[94]},{"name":"DhcpUpdatePolicyStatus","features":[94]},{"name":"DhcpV4AddPolicyRange","features":[94]},{"name":"DhcpV4CreateClientInfo","features":[1,94]},{"name":"DhcpV4CreateClientInfoEx","features":[1,94]},{"name":"DhcpV4CreatePolicy","features":[1,94]},{"name":"DhcpV4CreatePolicyEx","features":[1,94]},{"name":"DhcpV4DeletePolicy","features":[1,94]},{"name":"DhcpV4EnumPolicies","features":[1,94]},{"name":"DhcpV4EnumPoliciesEx","features":[1,94]},{"name":"DhcpV4EnumSubnetClients","features":[1,94]},{"name":"DhcpV4EnumSubnetClientsEx","features":[1,94]},{"name":"DhcpV4EnumSubnetReservations","features":[94]},{"name":"DhcpV4FailoverAddScopeToRelationship","features":[94]},{"name":"DhcpV4FailoverCreateRelationship","features":[94]},{"name":"DhcpV4FailoverDeleteRelationship","features":[94]},{"name":"DhcpV4FailoverDeleteScopeFromRelationship","features":[94]},{"name":"DhcpV4FailoverEnumRelationship","features":[94]},{"name":"DhcpV4FailoverGetAddressStatus","features":[94]},{"name":"DhcpV4FailoverGetClientInfo","features":[1,94]},{"name":"DhcpV4FailoverGetRelationship","features":[94]},{"name":"DhcpV4FailoverGetScopeRelationship","features":[94]},{"name":"DhcpV4FailoverGetScopeStatistics","features":[94]},{"name":"DhcpV4FailoverGetSystemTime","features":[94]},{"name":"DhcpV4FailoverSetRelationship","features":[94]},{"name":"DhcpV4FailoverTriggerAddrAllocation","features":[94]},{"name":"DhcpV4GetAllOptionValues","features":[1,94]},{"name":"DhcpV4GetClientInfo","features":[1,94]},{"name":"DhcpV4GetClientInfoEx","features":[1,94]},{"name":"DhcpV4GetFreeIPAddress","features":[94]},{"name":"DhcpV4GetOptionValue","features":[94]},{"name":"DhcpV4GetPolicy","features":[1,94]},{"name":"DhcpV4GetPolicyEx","features":[1,94]},{"name":"DhcpV4QueryPolicyEnforcement","features":[1,94]},{"name":"DhcpV4RemoveOptionValue","features":[94]},{"name":"DhcpV4RemovePolicyRange","features":[94]},{"name":"DhcpV4SetOptionValue","features":[94]},{"name":"DhcpV4SetOptionValues","features":[94]},{"name":"DhcpV4SetPolicy","features":[1,94]},{"name":"DhcpV4SetPolicyEnforcement","features":[1,94]},{"name":"DhcpV4SetPolicyEx","features":[1,94]},{"name":"DhcpV6CreateClientInfo","features":[94]},{"name":"DhcpV6GetFreeIPAddress","features":[94]},{"name":"DhcpV6GetStatelessStatistics","features":[94]},{"name":"DhcpV6GetStatelessStoreParams","features":[1,94]},{"name":"DhcpV6SetStatelessStoreParams","features":[1,94]},{"name":"DhcpWordOption","features":[94]},{"name":"Dhcpv6CApiCleanup","features":[94]},{"name":"Dhcpv6CApiInitialize","features":[94]},{"name":"Dhcpv6ClientDUID","features":[94]},{"name":"Dhcpv6ClientIpAddress","features":[94]},{"name":"Dhcpv6ClientName","features":[94]},{"name":"Dhcpv6ExcludedIpRanges","features":[94]},{"name":"Dhcpv6IpRanges","features":[94]},{"name":"Dhcpv6ReleasePrefix","features":[94]},{"name":"Dhcpv6RenewPrefix","features":[94]},{"name":"Dhcpv6RequestParams","features":[1,94]},{"name":"Dhcpv6RequestPrefix","features":[94]},{"name":"Dhcpv6ReservedIps","features":[94]},{"name":"ERROR_DDS_CLASS_DOES_NOT_EXIST","features":[94]},{"name":"ERROR_DDS_CLASS_EXISTS","features":[94]},{"name":"ERROR_DDS_DHCP_SERVER_NOT_FOUND","features":[94]},{"name":"ERROR_DDS_NO_DHCP_ROOT","features":[94]},{"name":"ERROR_DDS_NO_DS_AVAILABLE","features":[94]},{"name":"ERROR_DDS_OPTION_ALREADY_EXISTS","features":[94]},{"name":"ERROR_DDS_OPTION_DOES_NOT_EXIST","features":[94]},{"name":"ERROR_DDS_POSSIBLE_RANGE_CONFLICT","features":[94]},{"name":"ERROR_DDS_RANGE_DOES_NOT_EXIST","features":[94]},{"name":"ERROR_DDS_RESERVATION_CONFLICT","features":[94]},{"name":"ERROR_DDS_RESERVATION_NOT_PRESENT","features":[94]},{"name":"ERROR_DDS_SERVER_ADDRESS_MISMATCH","features":[94]},{"name":"ERROR_DDS_SERVER_ALREADY_EXISTS","features":[94]},{"name":"ERROR_DDS_SERVER_DOES_NOT_EXIST","features":[94]},{"name":"ERROR_DDS_SUBNET_EXISTS","features":[94]},{"name":"ERROR_DDS_SUBNET_HAS_DIFF_SSCOPE","features":[94]},{"name":"ERROR_DDS_SUBNET_NOT_PRESENT","features":[94]},{"name":"ERROR_DDS_TOO_MANY_ERRORS","features":[94]},{"name":"ERROR_DDS_UNEXPECTED_ERROR","features":[94]},{"name":"ERROR_DHCP_ADDRESS_NOT_AVAILABLE","features":[94]},{"name":"ERROR_DHCP_CANNOT_MODIFY_BINDINGS","features":[94]},{"name":"ERROR_DHCP_CANT_CHANGE_ATTRIBUTE","features":[94]},{"name":"ERROR_DHCP_CLASS_ALREADY_EXISTS","features":[94]},{"name":"ERROR_DHCP_CLASS_NOT_FOUND","features":[94]},{"name":"ERROR_DHCP_CLIENT_EXISTS","features":[94]},{"name":"ERROR_DHCP_DATABASE_INIT_FAILED","features":[94]},{"name":"ERROR_DHCP_DEFAULT_SCOPE_EXITS","features":[94]},{"name":"ERROR_DHCP_DELETE_BUILTIN_CLASS","features":[94]},{"name":"ERROR_DHCP_ELEMENT_CANT_REMOVE","features":[94]},{"name":"ERROR_DHCP_EXEMPTION_EXISTS","features":[94]},{"name":"ERROR_DHCP_EXEMPTION_NOT_PRESENT","features":[94]},{"name":"ERROR_DHCP_FO_ADDSCOPE_LEASES_NOT_SYNCED","features":[94]},{"name":"ERROR_DHCP_FO_BOOT_NOT_SUPPORTED","features":[94]},{"name":"ERROR_DHCP_FO_FEATURE_NOT_SUPPORTED","features":[94]},{"name":"ERROR_DHCP_FO_IPRANGE_TYPE_CONV_ILLEGAL","features":[94]},{"name":"ERROR_DHCP_FO_MAX_ADD_SCOPES","features":[94]},{"name":"ERROR_DHCP_FO_MAX_RELATIONSHIPS","features":[94]},{"name":"ERROR_DHCP_FO_NOT_SUPPORTED","features":[94]},{"name":"ERROR_DHCP_FO_RANGE_PART_OF_REL","features":[94]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_DOES_NOT_EXIST","features":[94]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_EXISTS","features":[94]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_NAME_TOO_LONG","features":[94]},{"name":"ERROR_DHCP_FO_RELATION_IS_SECONDARY","features":[94]},{"name":"ERROR_DHCP_FO_SCOPE_ALREADY_IN_RELATIONSHIP","features":[94]},{"name":"ERROR_DHCP_FO_SCOPE_NOT_IN_RELATIONSHIP","features":[94]},{"name":"ERROR_DHCP_FO_SCOPE_SYNC_IN_PROGRESS","features":[94]},{"name":"ERROR_DHCP_FO_STATE_NOT_NORMAL","features":[94]},{"name":"ERROR_DHCP_FO_TIME_OUT_OF_SYNC","features":[94]},{"name":"ERROR_DHCP_HARDWARE_ADDRESS_TYPE_ALREADY_EXEMPT","features":[94]},{"name":"ERROR_DHCP_INVALID_DELAY","features":[94]},{"name":"ERROR_DHCP_INVALID_DHCP_CLIENT","features":[94]},{"name":"ERROR_DHCP_INVALID_DHCP_MESSAGE","features":[94]},{"name":"ERROR_DHCP_INVALID_PARAMETER_OPTION32","features":[94]},{"name":"ERROR_DHCP_INVALID_POLICY_EXPRESSION","features":[94]},{"name":"ERROR_DHCP_INVALID_PROCESSING_ORDER","features":[94]},{"name":"ERROR_DHCP_INVALID_RANGE","features":[94]},{"name":"ERROR_DHCP_INVALID_SUBNET_PREFIX","features":[94]},{"name":"ERROR_DHCP_IPRANGE_CONV_ILLEGAL","features":[94]},{"name":"ERROR_DHCP_IPRANGE_EXITS","features":[94]},{"name":"ERROR_DHCP_IP_ADDRESS_IN_USE","features":[94]},{"name":"ERROR_DHCP_JET97_CONV_REQUIRED","features":[94]},{"name":"ERROR_DHCP_JET_CONV_REQUIRED","features":[94]},{"name":"ERROR_DHCP_JET_ERROR","features":[94]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_DOES_NOT_EXIST","features":[94]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_EXISTS","features":[94]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_RESERVATION_EXISTS","features":[94]},{"name":"ERROR_DHCP_LOG_FILE_PATH_TOO_LONG","features":[94]},{"name":"ERROR_DHCP_MSCOPE_EXISTS","features":[94]},{"name":"ERROR_DHCP_NAP_NOT_SUPPORTED","features":[94]},{"name":"ERROR_DHCP_NETWORK_CHANGED","features":[94]},{"name":"ERROR_DHCP_NETWORK_INIT_FAILED","features":[94]},{"name":"ERROR_DHCP_NOT_RESERVED_CLIENT","features":[94]},{"name":"ERROR_DHCP_NO_ADMIN_PERMISSION","features":[94]},{"name":"ERROR_DHCP_OPTION_EXITS","features":[94]},{"name":"ERROR_DHCP_OPTION_NOT_PRESENT","features":[94]},{"name":"ERROR_DHCP_OPTION_TYPE_MISMATCH","features":[94]},{"name":"ERROR_DHCP_POLICY_BAD_PARENT_EXPR","features":[94]},{"name":"ERROR_DHCP_POLICY_EDIT_FQDN_UNSUPPORTED","features":[94]},{"name":"ERROR_DHCP_POLICY_EXISTS","features":[94]},{"name":"ERROR_DHCP_POLICY_FQDN_OPTION_UNSUPPORTED","features":[94]},{"name":"ERROR_DHCP_POLICY_FQDN_RANGE_UNSUPPORTED","features":[94]},{"name":"ERROR_DHCP_POLICY_NOT_FOUND","features":[94]},{"name":"ERROR_DHCP_POLICY_RANGE_BAD","features":[94]},{"name":"ERROR_DHCP_POLICY_RANGE_EXISTS","features":[94]},{"name":"ERROR_DHCP_PRIMARY_NOT_FOUND","features":[94]},{"name":"ERROR_DHCP_RANGE_EXTENDED","features":[94]},{"name":"ERROR_DHCP_RANGE_FULL","features":[94]},{"name":"ERROR_DHCP_RANGE_INVALID_IN_SERVER_POLICY","features":[94]},{"name":"ERROR_DHCP_RANGE_TOO_SMALL","features":[94]},{"name":"ERROR_DHCP_REACHED_END_OF_SELECTION","features":[94]},{"name":"ERROR_DHCP_REGISTRY_INIT_FAILED","features":[94]},{"name":"ERROR_DHCP_RESERVEDIP_EXITS","features":[94]},{"name":"ERROR_DHCP_RESERVED_CLIENT","features":[94]},{"name":"ERROR_DHCP_ROGUE_DS_CONFLICT","features":[94]},{"name":"ERROR_DHCP_ROGUE_DS_UNREACHABLE","features":[94]},{"name":"ERROR_DHCP_ROGUE_INIT_FAILED","features":[94]},{"name":"ERROR_DHCP_ROGUE_NOT_AUTHORIZED","features":[94]},{"name":"ERROR_DHCP_ROGUE_NOT_OUR_ENTERPRISE","features":[94]},{"name":"ERROR_DHCP_ROGUE_SAMSHUTDOWN","features":[94]},{"name":"ERROR_DHCP_ROGUE_STANDALONE_IN_DS","features":[94]},{"name":"ERROR_DHCP_RPC_INIT_FAILED","features":[94]},{"name":"ERROR_DHCP_SCOPE_NAME_TOO_LONG","features":[94]},{"name":"ERROR_DHCP_SERVER_NAME_NOT_RESOLVED","features":[94]},{"name":"ERROR_DHCP_SERVER_NOT_REACHABLE","features":[94]},{"name":"ERROR_DHCP_SERVER_NOT_RUNNING","features":[94]},{"name":"ERROR_DHCP_SERVICE_PAUSED","features":[94]},{"name":"ERROR_DHCP_SUBNET_EXISTS","features":[94]},{"name":"ERROR_DHCP_SUBNET_EXITS","features":[94]},{"name":"ERROR_DHCP_SUBNET_NOT_PRESENT","features":[94]},{"name":"ERROR_DHCP_SUPER_SCOPE_NAME_TOO_LONG","features":[94]},{"name":"ERROR_DHCP_UNDEFINED_HARDWARE_ADDRESS_TYPE","features":[94]},{"name":"ERROR_DHCP_UNSUPPORTED_CLIENT","features":[94]},{"name":"ERROR_EXTEND_TOO_SMALL","features":[94]},{"name":"ERROR_LAST_DHCP_SERVER_ERROR","features":[94]},{"name":"ERROR_MSCOPE_RANGE_TOO_SMALL","features":[94]},{"name":"ERROR_SCOPE_RANGE_POLICY_RANGE_CONFLICT","features":[94]},{"name":"ERROR_SERVER_INVALID_BOOT_FILE_TABLE","features":[94]},{"name":"ERROR_SERVER_UNKNOWN_BOOT_FILE_NAME","features":[94]},{"name":"EXEMPT","features":[94]},{"name":"FILTER_STATUS_FULL_MATCH_IN_ALLOW_LIST","features":[94]},{"name":"FILTER_STATUS_FULL_MATCH_IN_DENY_LIST","features":[94]},{"name":"FILTER_STATUS_NONE","features":[94]},{"name":"FILTER_STATUS_WILDCARD_MATCH_IN_ALLOW_LIST","features":[94]},{"name":"FILTER_STATUS_WILDCARD_MATCH_IN_DENY_LIST","features":[94]},{"name":"FSM_STATE","features":[94]},{"name":"HWTYPE_ETHERNET_10MB","features":[94]},{"name":"HotStandby","features":[94]},{"name":"INIT","features":[94]},{"name":"LPDHCP_CONTROL","features":[94]},{"name":"LPDHCP_DELETE_CLIENT","features":[94]},{"name":"LPDHCP_DROP_SEND","features":[94]},{"name":"LPDHCP_ENTRY_POINT_FUNC","features":[1,94]},{"name":"LPDHCP_GIVE_ADDRESS","features":[94]},{"name":"LPDHCP_HANDLE_OPTIONS","features":[1,94]},{"name":"LPDHCP_NEWPKT","features":[1,94]},{"name":"LPDHCP_PROB","features":[94]},{"name":"LoadBalance","features":[94]},{"name":"MAC_ADDRESS_LENGTH","features":[94]},{"name":"MAX_PATTERN_LENGTH","features":[94]},{"name":"MCLT","features":[94]},{"name":"MODE","features":[94]},{"name":"NOQUARANTINE","features":[94]},{"name":"NOQUARINFO","features":[94]},{"name":"NORMAL","features":[94]},{"name":"NO_STATE","features":[94]},{"name":"OPTION_ALL_SUBNETS_MTU","features":[94]},{"name":"OPTION_ARP_CACHE_TIMEOUT","features":[94]},{"name":"OPTION_BE_A_MASK_SUPPLIER","features":[94]},{"name":"OPTION_BE_A_ROUTER","features":[94]},{"name":"OPTION_BOOTFILE_NAME","features":[94]},{"name":"OPTION_BOOT_FILE_SIZE","features":[94]},{"name":"OPTION_BROADCAST_ADDRESS","features":[94]},{"name":"OPTION_CLIENT_CLASS_INFO","features":[94]},{"name":"OPTION_CLIENT_ID","features":[94]},{"name":"OPTION_COOKIE_SERVERS","features":[94]},{"name":"OPTION_DEFAULT_TTL","features":[94]},{"name":"OPTION_DOMAIN_NAME","features":[94]},{"name":"OPTION_DOMAIN_NAME_SERVERS","features":[94]},{"name":"OPTION_END","features":[94]},{"name":"OPTION_ETHERNET_ENCAPSULATION","features":[94]},{"name":"OPTION_EXTENSIONS_PATH","features":[94]},{"name":"OPTION_HOST_NAME","features":[94]},{"name":"OPTION_IEN116_NAME_SERVERS","features":[94]},{"name":"OPTION_IMPRESS_SERVERS","features":[94]},{"name":"OPTION_KEEP_ALIVE_DATA_SIZE","features":[94]},{"name":"OPTION_KEEP_ALIVE_INTERVAL","features":[94]},{"name":"OPTION_LEASE_TIME","features":[94]},{"name":"OPTION_LOG_SERVERS","features":[94]},{"name":"OPTION_LPR_SERVERS","features":[94]},{"name":"OPTION_MAX_REASSEMBLY_SIZE","features":[94]},{"name":"OPTION_MERIT_DUMP_FILE","features":[94]},{"name":"OPTION_MESSAGE","features":[94]},{"name":"OPTION_MESSAGE_LENGTH","features":[94]},{"name":"OPTION_MESSAGE_TYPE","features":[94]},{"name":"OPTION_MSFT_IE_PROXY","features":[94]},{"name":"OPTION_MTU","features":[94]},{"name":"OPTION_NETBIOS_DATAGRAM_SERVER","features":[94]},{"name":"OPTION_NETBIOS_NAME_SERVER","features":[94]},{"name":"OPTION_NETBIOS_NODE_TYPE","features":[94]},{"name":"OPTION_NETBIOS_SCOPE_OPTION","features":[94]},{"name":"OPTION_NETWORK_INFO_SERVERS","features":[94]},{"name":"OPTION_NETWORK_INFO_SERVICE_DOM","features":[94]},{"name":"OPTION_NETWORK_TIME_SERVERS","features":[94]},{"name":"OPTION_NON_LOCAL_SOURCE_ROUTING","features":[94]},{"name":"OPTION_OK_TO_OVERLAY","features":[94]},{"name":"OPTION_PAD","features":[94]},{"name":"OPTION_PARAMETER_REQUEST_LIST","features":[94]},{"name":"OPTION_PERFORM_MASK_DISCOVERY","features":[94]},{"name":"OPTION_PERFORM_ROUTER_DISCOVERY","features":[94]},{"name":"OPTION_PMTU_AGING_TIMEOUT","features":[94]},{"name":"OPTION_PMTU_PLATEAU_TABLE","features":[94]},{"name":"OPTION_POLICY_FILTER_FOR_NLSR","features":[94]},{"name":"OPTION_REBIND_TIME","features":[94]},{"name":"OPTION_RENEWAL_TIME","features":[94]},{"name":"OPTION_REQUESTED_ADDRESS","features":[94]},{"name":"OPTION_RLP_SERVERS","features":[94]},{"name":"OPTION_ROOT_DISK","features":[94]},{"name":"OPTION_ROUTER_ADDRESS","features":[94]},{"name":"OPTION_ROUTER_SOLICITATION_ADDR","features":[94]},{"name":"OPTION_SERVER_IDENTIFIER","features":[94]},{"name":"OPTION_STATIC_ROUTES","features":[94]},{"name":"OPTION_SUBNET_MASK","features":[94]},{"name":"OPTION_SWAP_SERVER","features":[94]},{"name":"OPTION_TFTP_SERVER_NAME","features":[94]},{"name":"OPTION_TIME_OFFSET","features":[94]},{"name":"OPTION_TIME_SERVERS","features":[94]},{"name":"OPTION_TRAILERS","features":[94]},{"name":"OPTION_TTL","features":[94]},{"name":"OPTION_VENDOR_SPEC_INFO","features":[94]},{"name":"OPTION_XWINDOW_DISPLAY_MANAGER","features":[94]},{"name":"OPTION_XWINDOW_FONT_SERVER","features":[94]},{"name":"PARTNER_DOWN","features":[94]},{"name":"PAUSED","features":[94]},{"name":"PERCENTAGE","features":[94]},{"name":"POTENTIAL_CONFLICT","features":[94]},{"name":"PREVSTATE","features":[94]},{"name":"PROBATION","features":[94]},{"name":"PrimaryServer","features":[94]},{"name":"QUARANTINE_CONFIG_OPTION","features":[94]},{"name":"QUARANTINE_SCOPE_QUARPROFILE_OPTION","features":[94]},{"name":"QUARANTIN_OPTION_BASE","features":[94]},{"name":"QuarantineStatus","features":[94]},{"name":"RECOVER","features":[94]},{"name":"RECOVER_DONE","features":[94]},{"name":"RECOVER_WAIT","features":[94]},{"name":"RESOLUTION_INT","features":[94]},{"name":"RESTRICTEDACCESS","features":[94]},{"name":"SAFEPERIOD","features":[94]},{"name":"SCOPE_MIB_INFO","features":[94]},{"name":"SCOPE_MIB_INFO_V5","features":[94]},{"name":"SCOPE_MIB_INFO_V6","features":[94]},{"name":"SCOPE_MIB_INFO_VQ","features":[94]},{"name":"SHAREDSECRET","features":[94]},{"name":"SHUTDOWN","features":[94]},{"name":"STARTUP","features":[94]},{"name":"STATUS_NOPREFIX_AVAIL","features":[94]},{"name":"STATUS_NO_BINDING","features":[94]},{"name":"STATUS_NO_ERROR","features":[94]},{"name":"STATUS_UNSPECIFIED_FAILURE","features":[94]},{"name":"SecondaryServer","features":[94]},{"name":"Set_APIProtocolSupport","features":[94]},{"name":"Set_AuditLogState","features":[94]},{"name":"Set_BackupInterval","features":[94]},{"name":"Set_BackupPath","features":[94]},{"name":"Set_BootFileTable","features":[94]},{"name":"Set_DatabaseCleanupInterval","features":[94]},{"name":"Set_DatabaseLoggingFlag","features":[94]},{"name":"Set_DatabaseName","features":[94]},{"name":"Set_DatabasePath","features":[94]},{"name":"Set_DebugFlag","features":[94]},{"name":"Set_PingRetries","features":[94]},{"name":"Set_PreferredLifetime","features":[94]},{"name":"Set_PreferredLifetimeIATA","features":[94]},{"name":"Set_QuarantineDefFail","features":[94]},{"name":"Set_QuarantineON","features":[94]},{"name":"Set_RapidCommitFlag","features":[94]},{"name":"Set_RestoreFlag","features":[94]},{"name":"Set_T1","features":[94]},{"name":"Set_T2","features":[94]},{"name":"Set_UnicastFlag","features":[94]},{"name":"Set_ValidLifetime","features":[94]},{"name":"Set_ValidLifetimeIATA","features":[94]},{"name":"StatusCode","features":[94]},{"name":"V5_ADDRESS_BIT_BOTH_REC","features":[94]},{"name":"V5_ADDRESS_BIT_DELETED","features":[94]},{"name":"V5_ADDRESS_BIT_UNREGISTERED","features":[94]},{"name":"V5_ADDRESS_EX_BIT_DISABLE_PTR_RR","features":[94]},{"name":"V5_ADDRESS_STATE_ACTIVE","features":[94]},{"name":"V5_ADDRESS_STATE_DECLINED","features":[94]},{"name":"V5_ADDRESS_STATE_DOOM","features":[94]},{"name":"V5_ADDRESS_STATE_OFFERED","features":[94]},{"name":"WARNING_EXTENDED_LESS","features":[94]}],"453":[{"name":"DDR_MAX_IP_HINTS","features":[95]},{"name":"DNSREC_ADDITIONAL","features":[95]},{"name":"DNSREC_ANSWER","features":[95]},{"name":"DNSREC_AUTHORITY","features":[95]},{"name":"DNSREC_DELETE","features":[95]},{"name":"DNSREC_NOEXIST","features":[95]},{"name":"DNSREC_PREREQ","features":[95]},{"name":"DNSREC_QUESTION","features":[95]},{"name":"DNSREC_SECTION","features":[95]},{"name":"DNSREC_UPDATE","features":[95]},{"name":"DNSREC_ZONE","features":[95]},{"name":"DNSSEC_ALGORITHM_ECDSAP256_SHA256","features":[95]},{"name":"DNSSEC_ALGORITHM_ECDSAP384_SHA384","features":[95]},{"name":"DNSSEC_ALGORITHM_NULL","features":[95]},{"name":"DNSSEC_ALGORITHM_PRIVATE","features":[95]},{"name":"DNSSEC_ALGORITHM_RSAMD5","features":[95]},{"name":"DNSSEC_ALGORITHM_RSASHA1","features":[95]},{"name":"DNSSEC_ALGORITHM_RSASHA1_NSEC3","features":[95]},{"name":"DNSSEC_ALGORITHM_RSASHA256","features":[95]},{"name":"DNSSEC_ALGORITHM_RSASHA512","features":[95]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA1","features":[95]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA256","features":[95]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA384","features":[95]},{"name":"DNSSEC_KEY_FLAG_EXTEND","features":[95]},{"name":"DNSSEC_KEY_FLAG_FLAG10","features":[95]},{"name":"DNSSEC_KEY_FLAG_FLAG11","features":[95]},{"name":"DNSSEC_KEY_FLAG_FLAG2","features":[95]},{"name":"DNSSEC_KEY_FLAG_FLAG4","features":[95]},{"name":"DNSSEC_KEY_FLAG_FLAG5","features":[95]},{"name":"DNSSEC_KEY_FLAG_FLAG8","features":[95]},{"name":"DNSSEC_KEY_FLAG_FLAG9","features":[95]},{"name":"DNSSEC_KEY_FLAG_HOST","features":[95]},{"name":"DNSSEC_KEY_FLAG_NOAUTH","features":[95]},{"name":"DNSSEC_KEY_FLAG_NOCONF","features":[95]},{"name":"DNSSEC_KEY_FLAG_NTPE3","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG0","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG1","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG10","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG11","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG12","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG13","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG14","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG15","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG2","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG3","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG4","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG5","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG6","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG7","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG8","features":[95]},{"name":"DNSSEC_KEY_FLAG_SIG9","features":[95]},{"name":"DNSSEC_KEY_FLAG_USER","features":[95]},{"name":"DNSSEC_KEY_FLAG_ZONE","features":[95]},{"name":"DNSSEC_PROTOCOL_DNSSEC","features":[95]},{"name":"DNSSEC_PROTOCOL_EMAIL","features":[95]},{"name":"DNSSEC_PROTOCOL_IPSEC","features":[95]},{"name":"DNSSEC_PROTOCOL_NONE","features":[95]},{"name":"DNSSEC_PROTOCOL_TLS","features":[95]},{"name":"DNS_AAAA_DATA","features":[95]},{"name":"DNS_ADDR","features":[95]},{"name":"DNS_ADDRESS_STRING_LENGTH","features":[95]},{"name":"DNS_ADDR_ARRAY","features":[95]},{"name":"DNS_ADDR_MAX_SOCKADDR_LENGTH","features":[95]},{"name":"DNS_APPLICATION_SETTINGS","features":[95]},{"name":"DNS_APP_SETTINGS_EXCLUSIVE_SERVERS","features":[95]},{"name":"DNS_APP_SETTINGS_VERSION1","features":[95]},{"name":"DNS_ATMA_AESA_ADDR_LENGTH","features":[95]},{"name":"DNS_ATMA_DATA","features":[95]},{"name":"DNS_ATMA_FORMAT_AESA","features":[95]},{"name":"DNS_ATMA_FORMAT_E164","features":[95]},{"name":"DNS_ATMA_MAX_ADDR_LENGTH","features":[95]},{"name":"DNS_ATMA_MAX_RECORD_LENGTH","features":[95]},{"name":"DNS_A_DATA","features":[95]},{"name":"DNS_CHARSET","features":[95]},{"name":"DNS_CLASS_ALL","features":[95]},{"name":"DNS_CLASS_ANY","features":[95]},{"name":"DNS_CLASS_CHAOS","features":[95]},{"name":"DNS_CLASS_CSNET","features":[95]},{"name":"DNS_CLASS_HESIOD","features":[95]},{"name":"DNS_CLASS_INTERNET","features":[95]},{"name":"DNS_CLASS_NONE","features":[95]},{"name":"DNS_CLASS_UNICAST_RESPONSE","features":[95]},{"name":"DNS_COMPRESSED_QUESTION_NAME","features":[95]},{"name":"DNS_CONFIG_FLAG_ALLOC","features":[95]},{"name":"DNS_CONFIG_TYPE","features":[95]},{"name":"DNS_CONNECTION_IFINDEX_ENTRY","features":[95]},{"name":"DNS_CONNECTION_IFINDEX_LIST","features":[95]},{"name":"DNS_CONNECTION_NAME","features":[95]},{"name":"DNS_CONNECTION_NAME_LIST","features":[95]},{"name":"DNS_CONNECTION_NAME_MAX_LENGTH","features":[95]},{"name":"DNS_CONNECTION_POLICY_ENTRY","features":[95]},{"name":"DNS_CONNECTION_POLICY_ENTRY_LIST","features":[95]},{"name":"DNS_CONNECTION_POLICY_ENTRY_ONDEMAND","features":[95]},{"name":"DNS_CONNECTION_POLICY_TAG","features":[95]},{"name":"DNS_CONNECTION_PROXY_ELEMENT","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_CURRENT_VERSION","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_EX","features":[1,95]},{"name":"DNS_CONNECTION_PROXY_INFO_EXCEPTION_MAX_LENGTH","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_EXTRA_INFO_MAX_LENGTH","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_FLAG_BYPASSLOCAL","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_FLAG_DISABLED","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_FRIENDLY_NAME_MAX_LENGTH","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_PASSWORD_MAX_LENGTH","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_SERVER_MAX_LENGTH","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_CONFIG","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_SCRIPT","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_WPAD","features":[95]},{"name":"DNS_CONNECTION_PROXY_INFO_USERNAME_MAX_LENGTH","features":[95]},{"name":"DNS_CONNECTION_PROXY_LIST","features":[95]},{"name":"DNS_CONNECTION_PROXY_TYPE","features":[95]},{"name":"DNS_CONNECTION_PROXY_TYPE_HTTP","features":[95]},{"name":"DNS_CONNECTION_PROXY_TYPE_NULL","features":[95]},{"name":"DNS_CONNECTION_PROXY_TYPE_SOCKS4","features":[95]},{"name":"DNS_CONNECTION_PROXY_TYPE_SOCKS5","features":[95]},{"name":"DNS_CONNECTION_PROXY_TYPE_WAP","features":[95]},{"name":"DNS_CUSTOM_SERVER","features":[95]},{"name":"DNS_CUSTOM_SERVER_TYPE_DOH","features":[95]},{"name":"DNS_CUSTOM_SERVER_TYPE_UDP","features":[95]},{"name":"DNS_CUSTOM_SERVER_UDP_FALLBACK","features":[95]},{"name":"DNS_DHCID_DATA","features":[95]},{"name":"DNS_DS_DATA","features":[95]},{"name":"DNS_FREE_TYPE","features":[95]},{"name":"DNS_HEADER","features":[95]},{"name":"DNS_HEADER_EXT","features":[95]},{"name":"DNS_KEY_DATA","features":[95]},{"name":"DNS_LOC_DATA","features":[95]},{"name":"DNS_MAX_IP4_REVERSE_NAME_BUFFER_LENGTH","features":[95]},{"name":"DNS_MAX_IP4_REVERSE_NAME_LENGTH","features":[95]},{"name":"DNS_MAX_IP6_REVERSE_NAME_BUFFER_LENGTH","features":[95]},{"name":"DNS_MAX_IP6_REVERSE_NAME_LENGTH","features":[95]},{"name":"DNS_MAX_LABEL_BUFFER_LENGTH","features":[95]},{"name":"DNS_MAX_LABEL_LENGTH","features":[95]},{"name":"DNS_MAX_NAME_BUFFER_LENGTH","features":[95]},{"name":"DNS_MAX_NAME_LENGTH","features":[95]},{"name":"DNS_MAX_REVERSE_NAME_BUFFER_LENGTH","features":[95]},{"name":"DNS_MAX_REVERSE_NAME_LENGTH","features":[95]},{"name":"DNS_MAX_TEXT_STRING_LENGTH","features":[95]},{"name":"DNS_MESSAGE_BUFFER","features":[95]},{"name":"DNS_MINFO_DATAA","features":[95]},{"name":"DNS_MINFO_DATAW","features":[95]},{"name":"DNS_MX_DATAA","features":[95]},{"name":"DNS_MX_DATAW","features":[95]},{"name":"DNS_NAME_FORMAT","features":[95]},{"name":"DNS_NAPTR_DATAA","features":[95]},{"name":"DNS_NAPTR_DATAW","features":[95]},{"name":"DNS_NSEC3PARAM_DATA","features":[95]},{"name":"DNS_NSEC3_DATA","features":[95]},{"name":"DNS_NSEC_DATAA","features":[95]},{"name":"DNS_NSEC_DATAW","features":[95]},{"name":"DNS_NULL_DATA","features":[95]},{"name":"DNS_NXT_DATAA","features":[95]},{"name":"DNS_NXT_DATAW","features":[95]},{"name":"DNS_OPCODE_IQUERY","features":[95]},{"name":"DNS_OPCODE_NOTIFY","features":[95]},{"name":"DNS_OPCODE_QUERY","features":[95]},{"name":"DNS_OPCODE_SERVER_STATUS","features":[95]},{"name":"DNS_OPCODE_UNKNOWN","features":[95]},{"name":"DNS_OPCODE_UPDATE","features":[95]},{"name":"DNS_OPT_DATA","features":[95]},{"name":"DNS_PORT_HOST_ORDER","features":[95]},{"name":"DNS_PORT_NET_ORDER","features":[95]},{"name":"DNS_PROTOCOL_DOH","features":[95]},{"name":"DNS_PROTOCOL_NO_WIRE","features":[95]},{"name":"DNS_PROTOCOL_TCP","features":[95]},{"name":"DNS_PROTOCOL_UDP","features":[95]},{"name":"DNS_PROTOCOL_UNSPECIFIED","features":[95]},{"name":"DNS_PROXY_COMPLETION_ROUTINE","features":[95]},{"name":"DNS_PROXY_INFORMATION","features":[95]},{"name":"DNS_PROXY_INFORMATION_DEFAULT_SETTINGS","features":[95]},{"name":"DNS_PROXY_INFORMATION_DIRECT","features":[95]},{"name":"DNS_PROXY_INFORMATION_DOES_NOT_EXIST","features":[95]},{"name":"DNS_PROXY_INFORMATION_PROXY_NAME","features":[95]},{"name":"DNS_PROXY_INFORMATION_TYPE","features":[95]},{"name":"DNS_PTR_DATAA","features":[95]},{"name":"DNS_PTR_DATAW","features":[95]},{"name":"DNS_QUERY_ACCEPT_TRUNCATED_RESPONSE","features":[95]},{"name":"DNS_QUERY_ADDRCONFIG","features":[95]},{"name":"DNS_QUERY_APPEND_MULTILABEL","features":[95]},{"name":"DNS_QUERY_BYPASS_CACHE","features":[95]},{"name":"DNS_QUERY_CACHE_ONLY","features":[95]},{"name":"DNS_QUERY_CANCEL","features":[95]},{"name":"DNS_QUERY_DISABLE_IDN_ENCODING","features":[95]},{"name":"DNS_QUERY_DNSSEC_CHECKING_DISABLED","features":[95]},{"name":"DNS_QUERY_DNSSEC_OK","features":[95]},{"name":"DNS_QUERY_DONT_RESET_TTL_VALUES","features":[95]},{"name":"DNS_QUERY_DUAL_ADDR","features":[95]},{"name":"DNS_QUERY_MULTICAST_ONLY","features":[95]},{"name":"DNS_QUERY_NO_HOSTS_FILE","features":[95]},{"name":"DNS_QUERY_NO_LOCAL_NAME","features":[95]},{"name":"DNS_QUERY_NO_MULTICAST","features":[95]},{"name":"DNS_QUERY_NO_NETBT","features":[95]},{"name":"DNS_QUERY_NO_RECURSION","features":[95]},{"name":"DNS_QUERY_NO_WIRE_QUERY","features":[95]},{"name":"DNS_QUERY_OPTIONS","features":[95]},{"name":"DNS_QUERY_RAW_CANCEL","features":[95]},{"name":"DNS_QUERY_RAW_COMPLETION_ROUTINE","features":[1,95]},{"name":"DNS_QUERY_RAW_OPTION_BEST_EFFORT_PARSE","features":[95]},{"name":"DNS_QUERY_RAW_REQUEST","features":[1,95]},{"name":"DNS_QUERY_RAW_REQUEST_VERSION1","features":[95]},{"name":"DNS_QUERY_RAW_RESULT","features":[1,95]},{"name":"DNS_QUERY_RAW_RESULTS_VERSION1","features":[95]},{"name":"DNS_QUERY_REQUEST","features":[1,95]},{"name":"DNS_QUERY_REQUEST3","features":[1,95]},{"name":"DNS_QUERY_REQUEST_VERSION1","features":[95]},{"name":"DNS_QUERY_REQUEST_VERSION2","features":[95]},{"name":"DNS_QUERY_REQUEST_VERSION3","features":[95]},{"name":"DNS_QUERY_RESERVED","features":[95]},{"name":"DNS_QUERY_RESULT","features":[1,95]},{"name":"DNS_QUERY_RESULTS_VERSION1","features":[95]},{"name":"DNS_QUERY_RETURN_MESSAGE","features":[95]},{"name":"DNS_QUERY_STANDARD","features":[95]},{"name":"DNS_QUERY_TREAT_AS_FQDN","features":[95]},{"name":"DNS_QUERY_USE_TCP_ONLY","features":[95]},{"name":"DNS_QUERY_WIRE_ONLY","features":[95]},{"name":"DNS_RCLASS_ALL","features":[95]},{"name":"DNS_RCLASS_ANY","features":[95]},{"name":"DNS_RCLASS_CHAOS","features":[95]},{"name":"DNS_RCLASS_CSNET","features":[95]},{"name":"DNS_RCLASS_HESIOD","features":[95]},{"name":"DNS_RCLASS_INTERNET","features":[95]},{"name":"DNS_RCLASS_MDNS_CACHE_FLUSH","features":[95]},{"name":"DNS_RCLASS_NONE","features":[95]},{"name":"DNS_RCLASS_UNICAST_RESPONSE","features":[95]},{"name":"DNS_RCODE_BADKEY","features":[95]},{"name":"DNS_RCODE_BADSIG","features":[95]},{"name":"DNS_RCODE_BADTIME","features":[95]},{"name":"DNS_RCODE_BADVERS","features":[95]},{"name":"DNS_RCODE_FORMAT_ERROR","features":[95]},{"name":"DNS_RCODE_FORMERR","features":[95]},{"name":"DNS_RCODE_MAX","features":[95]},{"name":"DNS_RCODE_NAME_ERROR","features":[95]},{"name":"DNS_RCODE_NOERROR","features":[95]},{"name":"DNS_RCODE_NOTAUTH","features":[95]},{"name":"DNS_RCODE_NOTIMPL","features":[95]},{"name":"DNS_RCODE_NOTZONE","features":[95]},{"name":"DNS_RCODE_NOT_IMPLEMENTED","features":[95]},{"name":"DNS_RCODE_NO_ERROR","features":[95]},{"name":"DNS_RCODE_NXDOMAIN","features":[95]},{"name":"DNS_RCODE_NXRRSET","features":[95]},{"name":"DNS_RCODE_REFUSED","features":[95]},{"name":"DNS_RCODE_SERVER_FAILURE","features":[95]},{"name":"DNS_RCODE_SERVFAIL","features":[95]},{"name":"DNS_RCODE_YXDOMAIN","features":[95]},{"name":"DNS_RCODE_YXRRSET","features":[95]},{"name":"DNS_RECORDA","features":[1,95]},{"name":"DNS_RECORDW","features":[1,95]},{"name":"DNS_RECORD_FLAGS","features":[95]},{"name":"DNS_RECORD_OPTW","features":[1,95]},{"name":"DNS_RFC_MAX_UDP_PACKET_LENGTH","features":[95]},{"name":"DNS_RRSET","features":[1,95]},{"name":"DNS_RTYPE_A","features":[95]},{"name":"DNS_RTYPE_A6","features":[95]},{"name":"DNS_RTYPE_AAAA","features":[95]},{"name":"DNS_RTYPE_AFSDB","features":[95]},{"name":"DNS_RTYPE_ALL","features":[95]},{"name":"DNS_RTYPE_ANY","features":[95]},{"name":"DNS_RTYPE_ATMA","features":[95]},{"name":"DNS_RTYPE_AXFR","features":[95]},{"name":"DNS_RTYPE_CERT","features":[95]},{"name":"DNS_RTYPE_CNAME","features":[95]},{"name":"DNS_RTYPE_DHCID","features":[95]},{"name":"DNS_RTYPE_DNAME","features":[95]},{"name":"DNS_RTYPE_DNSKEY","features":[95]},{"name":"DNS_RTYPE_DS","features":[95]},{"name":"DNS_RTYPE_EID","features":[95]},{"name":"DNS_RTYPE_GID","features":[95]},{"name":"DNS_RTYPE_GPOS","features":[95]},{"name":"DNS_RTYPE_HINFO","features":[95]},{"name":"DNS_RTYPE_ISDN","features":[95]},{"name":"DNS_RTYPE_IXFR","features":[95]},{"name":"DNS_RTYPE_KEY","features":[95]},{"name":"DNS_RTYPE_KX","features":[95]},{"name":"DNS_RTYPE_LOC","features":[95]},{"name":"DNS_RTYPE_MAILA","features":[95]},{"name":"DNS_RTYPE_MAILB","features":[95]},{"name":"DNS_RTYPE_MB","features":[95]},{"name":"DNS_RTYPE_MD","features":[95]},{"name":"DNS_RTYPE_MF","features":[95]},{"name":"DNS_RTYPE_MG","features":[95]},{"name":"DNS_RTYPE_MINFO","features":[95]},{"name":"DNS_RTYPE_MR","features":[95]},{"name":"DNS_RTYPE_MX","features":[95]},{"name":"DNS_RTYPE_NAPTR","features":[95]},{"name":"DNS_RTYPE_NIMLOC","features":[95]},{"name":"DNS_RTYPE_NS","features":[95]},{"name":"DNS_RTYPE_NSAP","features":[95]},{"name":"DNS_RTYPE_NSAPPTR","features":[95]},{"name":"DNS_RTYPE_NSEC","features":[95]},{"name":"DNS_RTYPE_NSEC3","features":[95]},{"name":"DNS_RTYPE_NSEC3PARAM","features":[95]},{"name":"DNS_RTYPE_NULL","features":[95]},{"name":"DNS_RTYPE_NXT","features":[95]},{"name":"DNS_RTYPE_OPT","features":[95]},{"name":"DNS_RTYPE_PTR","features":[95]},{"name":"DNS_RTYPE_PX","features":[95]},{"name":"DNS_RTYPE_RP","features":[95]},{"name":"DNS_RTYPE_RRSIG","features":[95]},{"name":"DNS_RTYPE_RT","features":[95]},{"name":"DNS_RTYPE_SIG","features":[95]},{"name":"DNS_RTYPE_SINK","features":[95]},{"name":"DNS_RTYPE_SOA","features":[95]},{"name":"DNS_RTYPE_SRV","features":[95]},{"name":"DNS_RTYPE_TEXT","features":[95]},{"name":"DNS_RTYPE_TKEY","features":[95]},{"name":"DNS_RTYPE_TLSA","features":[95]},{"name":"DNS_RTYPE_TSIG","features":[95]},{"name":"DNS_RTYPE_UID","features":[95]},{"name":"DNS_RTYPE_UINFO","features":[95]},{"name":"DNS_RTYPE_UNSPEC","features":[95]},{"name":"DNS_RTYPE_WINS","features":[95]},{"name":"DNS_RTYPE_WINSR","features":[95]},{"name":"DNS_RTYPE_WKS","features":[95]},{"name":"DNS_RTYPE_X25","features":[95]},{"name":"DNS_SECTION","features":[95]},{"name":"DNS_SERVICE_BROWSE_REQUEST","features":[1,95]},{"name":"DNS_SERVICE_CANCEL","features":[95]},{"name":"DNS_SERVICE_INSTANCE","features":[95]},{"name":"DNS_SERVICE_REGISTER_REQUEST","features":[1,95]},{"name":"DNS_SERVICE_RESOLVE_REQUEST","features":[95]},{"name":"DNS_SIG_DATAA","features":[95]},{"name":"DNS_SIG_DATAW","features":[95]},{"name":"DNS_SOA_DATAA","features":[95]},{"name":"DNS_SOA_DATAW","features":[95]},{"name":"DNS_SRV_DATAA","features":[95]},{"name":"DNS_SRV_DATAW","features":[95]},{"name":"DNS_SVCB_DATA","features":[95]},{"name":"DNS_SVCB_PARAM","features":[95]},{"name":"DNS_SVCB_PARAM_ALPN","features":[95]},{"name":"DNS_SVCB_PARAM_ALPN_ID","features":[95]},{"name":"DNS_SVCB_PARAM_IPV4","features":[95]},{"name":"DNS_SVCB_PARAM_IPV6","features":[95]},{"name":"DNS_SVCB_PARAM_MANDATORY","features":[95]},{"name":"DNS_SVCB_PARAM_TYPE","features":[95]},{"name":"DNS_SVCB_PARAM_UNKNOWN","features":[95]},{"name":"DNS_TKEY_DATAA","features":[1,95]},{"name":"DNS_TKEY_DATAW","features":[1,95]},{"name":"DNS_TKEY_MODE_DIFFIE_HELLMAN","features":[95]},{"name":"DNS_TKEY_MODE_GSS","features":[95]},{"name":"DNS_TKEY_MODE_RESOLVER_ASSIGN","features":[95]},{"name":"DNS_TKEY_MODE_SERVER_ASSIGN","features":[95]},{"name":"DNS_TLSA_DATA","features":[95]},{"name":"DNS_TSIG_DATAA","features":[1,95]},{"name":"DNS_TSIG_DATAW","features":[1,95]},{"name":"DNS_TXT_DATAA","features":[95]},{"name":"DNS_TXT_DATAW","features":[95]},{"name":"DNS_TYPE","features":[95]},{"name":"DNS_TYPE_A","features":[95]},{"name":"DNS_TYPE_A6","features":[95]},{"name":"DNS_TYPE_AAAA","features":[95]},{"name":"DNS_TYPE_ADDRS","features":[95]},{"name":"DNS_TYPE_AFSDB","features":[95]},{"name":"DNS_TYPE_ALL","features":[95]},{"name":"DNS_TYPE_ANY","features":[95]},{"name":"DNS_TYPE_ATMA","features":[95]},{"name":"DNS_TYPE_AXFR","features":[95]},{"name":"DNS_TYPE_CERT","features":[95]},{"name":"DNS_TYPE_CNAME","features":[95]},{"name":"DNS_TYPE_DHCID","features":[95]},{"name":"DNS_TYPE_DNAME","features":[95]},{"name":"DNS_TYPE_DNSKEY","features":[95]},{"name":"DNS_TYPE_DS","features":[95]},{"name":"DNS_TYPE_EID","features":[95]},{"name":"DNS_TYPE_GID","features":[95]},{"name":"DNS_TYPE_GPOS","features":[95]},{"name":"DNS_TYPE_HINFO","features":[95]},{"name":"DNS_TYPE_HTTPS","features":[95]},{"name":"DNS_TYPE_ISDN","features":[95]},{"name":"DNS_TYPE_IXFR","features":[95]},{"name":"DNS_TYPE_KEY","features":[95]},{"name":"DNS_TYPE_KX","features":[95]},{"name":"DNS_TYPE_LOC","features":[95]},{"name":"DNS_TYPE_MAILA","features":[95]},{"name":"DNS_TYPE_MAILB","features":[95]},{"name":"DNS_TYPE_MB","features":[95]},{"name":"DNS_TYPE_MD","features":[95]},{"name":"DNS_TYPE_MF","features":[95]},{"name":"DNS_TYPE_MG","features":[95]},{"name":"DNS_TYPE_MINFO","features":[95]},{"name":"DNS_TYPE_MR","features":[95]},{"name":"DNS_TYPE_MX","features":[95]},{"name":"DNS_TYPE_NAPTR","features":[95]},{"name":"DNS_TYPE_NBSTAT","features":[95]},{"name":"DNS_TYPE_NIMLOC","features":[95]},{"name":"DNS_TYPE_NS","features":[95]},{"name":"DNS_TYPE_NSAP","features":[95]},{"name":"DNS_TYPE_NSAPPTR","features":[95]},{"name":"DNS_TYPE_NSEC","features":[95]},{"name":"DNS_TYPE_NSEC3","features":[95]},{"name":"DNS_TYPE_NSEC3PARAM","features":[95]},{"name":"DNS_TYPE_NULL","features":[95]},{"name":"DNS_TYPE_NXT","features":[95]},{"name":"DNS_TYPE_OPT","features":[95]},{"name":"DNS_TYPE_PTR","features":[95]},{"name":"DNS_TYPE_PX","features":[95]},{"name":"DNS_TYPE_RP","features":[95]},{"name":"DNS_TYPE_RRSIG","features":[95]},{"name":"DNS_TYPE_RT","features":[95]},{"name":"DNS_TYPE_SIG","features":[95]},{"name":"DNS_TYPE_SINK","features":[95]},{"name":"DNS_TYPE_SOA","features":[95]},{"name":"DNS_TYPE_SRV","features":[95]},{"name":"DNS_TYPE_SVCB","features":[95]},{"name":"DNS_TYPE_TEXT","features":[95]},{"name":"DNS_TYPE_TKEY","features":[95]},{"name":"DNS_TYPE_TLSA","features":[95]},{"name":"DNS_TYPE_TSIG","features":[95]},{"name":"DNS_TYPE_UID","features":[95]},{"name":"DNS_TYPE_UINFO","features":[95]},{"name":"DNS_TYPE_UNSPEC","features":[95]},{"name":"DNS_TYPE_WINS","features":[95]},{"name":"DNS_TYPE_WINSR","features":[95]},{"name":"DNS_TYPE_WKS","features":[95]},{"name":"DNS_TYPE_X25","features":[95]},{"name":"DNS_TYPE_ZERO","features":[95]},{"name":"DNS_UNKNOWN_DATA","features":[95]},{"name":"DNS_UPDATE_CACHE_SECURITY_CONTEXT","features":[95]},{"name":"DNS_UPDATE_FORCE_SECURITY_NEGO","features":[95]},{"name":"DNS_UPDATE_REMOTE_SERVER","features":[95]},{"name":"DNS_UPDATE_RESERVED","features":[95]},{"name":"DNS_UPDATE_SECURITY_OFF","features":[95]},{"name":"DNS_UPDATE_SECURITY_ON","features":[95]},{"name":"DNS_UPDATE_SECURITY_ONLY","features":[95]},{"name":"DNS_UPDATE_SECURITY_USE_DEFAULT","features":[95]},{"name":"DNS_UPDATE_SKIP_NO_UPDATE_ADAPTERS","features":[95]},{"name":"DNS_UPDATE_TEST_USE_LOCAL_SYS_ACCT","features":[95]},{"name":"DNS_UPDATE_TRY_ALL_MASTER_SERVERS","features":[95]},{"name":"DNS_VALSVR_ERROR_INVALID_ADDR","features":[95]},{"name":"DNS_VALSVR_ERROR_INVALID_NAME","features":[95]},{"name":"DNS_VALSVR_ERROR_NO_AUTH","features":[95]},{"name":"DNS_VALSVR_ERROR_NO_RESPONSE","features":[95]},{"name":"DNS_VALSVR_ERROR_NO_TCP","features":[95]},{"name":"DNS_VALSVR_ERROR_REFUSED","features":[95]},{"name":"DNS_VALSVR_ERROR_UNKNOWN","features":[95]},{"name":"DNS_VALSVR_ERROR_UNREACHABLE","features":[95]},{"name":"DNS_WINSR_DATAA","features":[95]},{"name":"DNS_WINSR_DATAW","features":[95]},{"name":"DNS_WINS_DATA","features":[95]},{"name":"DNS_WINS_FLAG_LOCAL","features":[95]},{"name":"DNS_WINS_FLAG_SCOPE","features":[95]},{"name":"DNS_WIRE_QUESTION","features":[95]},{"name":"DNS_WIRE_RECORD","features":[95]},{"name":"DNS_WKS_DATA","features":[95]},{"name":"DnsAcquireContextHandle_A","features":[1,95]},{"name":"DnsAcquireContextHandle_W","features":[1,95]},{"name":"DnsCancelQuery","features":[95]},{"name":"DnsCancelQueryRaw","features":[95]},{"name":"DnsCharSetAnsi","features":[95]},{"name":"DnsCharSetUnicode","features":[95]},{"name":"DnsCharSetUnknown","features":[95]},{"name":"DnsCharSetUtf8","features":[95]},{"name":"DnsConfigAdapterDomainName_A","features":[95]},{"name":"DnsConfigAdapterDomainName_UTF8","features":[95]},{"name":"DnsConfigAdapterDomainName_W","features":[95]},{"name":"DnsConfigAdapterHostNameRegistrationEnabled","features":[95]},{"name":"DnsConfigAdapterInfo","features":[95]},{"name":"DnsConfigAddressRegistrationMaxCount","features":[95]},{"name":"DnsConfigDnsServerList","features":[95]},{"name":"DnsConfigFullHostName_A","features":[95]},{"name":"DnsConfigFullHostName_UTF8","features":[95]},{"name":"DnsConfigFullHostName_W","features":[95]},{"name":"DnsConfigHostName_A","features":[95]},{"name":"DnsConfigHostName_UTF8","features":[95]},{"name":"DnsConfigHostName_W","features":[95]},{"name":"DnsConfigNameServer","features":[95]},{"name":"DnsConfigPrimaryDomainName_A","features":[95]},{"name":"DnsConfigPrimaryDomainName_UTF8","features":[95]},{"name":"DnsConfigPrimaryDomainName_W","features":[95]},{"name":"DnsConfigPrimaryHostNameRegistrationEnabled","features":[95]},{"name":"DnsConfigSearchList","features":[95]},{"name":"DnsConnectionDeletePolicyEntries","features":[95]},{"name":"DnsConnectionDeleteProxyInfo","features":[95]},{"name":"DnsConnectionFreeNameList","features":[95]},{"name":"DnsConnectionFreeProxyInfo","features":[95]},{"name":"DnsConnectionFreeProxyInfoEx","features":[1,95]},{"name":"DnsConnectionFreeProxyList","features":[95]},{"name":"DnsConnectionGetNameList","features":[95]},{"name":"DnsConnectionGetProxyInfo","features":[95]},{"name":"DnsConnectionGetProxyInfoForHostUrl","features":[1,95]},{"name":"DnsConnectionGetProxyInfoForHostUrlEx","features":[1,95]},{"name":"DnsConnectionGetProxyList","features":[95]},{"name":"DnsConnectionSetPolicyEntries","features":[95]},{"name":"DnsConnectionSetProxyInfo","features":[95]},{"name":"DnsConnectionUpdateIfIndexTable","features":[95]},{"name":"DnsExtractRecordsFromMessage_UTF8","features":[1,95]},{"name":"DnsExtractRecordsFromMessage_W","features":[1,95]},{"name":"DnsFree","features":[95]},{"name":"DnsFreeCustomServers","features":[95]},{"name":"DnsFreeFlat","features":[95]},{"name":"DnsFreeParsedMessageFields","features":[95]},{"name":"DnsFreeProxyName","features":[95]},{"name":"DnsFreeRecordList","features":[95]},{"name":"DnsGetApplicationSettings","features":[95]},{"name":"DnsGetProxyInformation","features":[95]},{"name":"DnsModifyRecordsInSet_A","features":[1,95]},{"name":"DnsModifyRecordsInSet_UTF8","features":[1,95]},{"name":"DnsModifyRecordsInSet_W","features":[1,95]},{"name":"DnsNameCompare_A","features":[1,95]},{"name":"DnsNameCompare_W","features":[1,95]},{"name":"DnsNameDomain","features":[95]},{"name":"DnsNameDomainLabel","features":[95]},{"name":"DnsNameHostnameFull","features":[95]},{"name":"DnsNameHostnameLabel","features":[95]},{"name":"DnsNameSrvRecord","features":[95]},{"name":"DnsNameValidateTld","features":[95]},{"name":"DnsNameWildcard","features":[95]},{"name":"DnsQueryConfig","features":[95]},{"name":"DnsQueryEx","features":[1,95]},{"name":"DnsQueryRaw","features":[1,95]},{"name":"DnsQueryRawResultFree","features":[1,95]},{"name":"DnsQuery_A","features":[1,95]},{"name":"DnsQuery_UTF8","features":[1,95]},{"name":"DnsQuery_W","features":[1,95]},{"name":"DnsRecordCompare","features":[1,95]},{"name":"DnsRecordCopyEx","features":[1,95]},{"name":"DnsRecordSetCompare","features":[1,95]},{"name":"DnsRecordSetCopyEx","features":[1,95]},{"name":"DnsRecordSetDetach","features":[1,95]},{"name":"DnsReleaseContextHandle","features":[1,95]},{"name":"DnsReplaceRecordSetA","features":[1,95]},{"name":"DnsReplaceRecordSetUTF8","features":[1,95]},{"name":"DnsReplaceRecordSetW","features":[1,95]},{"name":"DnsSectionAddtional","features":[95]},{"name":"DnsSectionAnswer","features":[95]},{"name":"DnsSectionAuthority","features":[95]},{"name":"DnsSectionQuestion","features":[95]},{"name":"DnsServiceBrowse","features":[1,95]},{"name":"DnsServiceBrowseCancel","features":[95]},{"name":"DnsServiceConstructInstance","features":[95]},{"name":"DnsServiceCopyInstance","features":[95]},{"name":"DnsServiceDeRegister","features":[1,95]},{"name":"DnsServiceFreeInstance","features":[95]},{"name":"DnsServiceRegister","features":[1,95]},{"name":"DnsServiceRegisterCancel","features":[95]},{"name":"DnsServiceResolve","features":[95]},{"name":"DnsServiceResolveCancel","features":[95]},{"name":"DnsSetApplicationSettings","features":[95]},{"name":"DnsStartMulticastQuery","features":[1,95]},{"name":"DnsStopMulticastQuery","features":[95]},{"name":"DnsSvcbParamAlpn","features":[95]},{"name":"DnsSvcbParamDohPath","features":[95]},{"name":"DnsSvcbParamDohPathOpenDns","features":[95]},{"name":"DnsSvcbParamDohPathQuad9","features":[95]},{"name":"DnsSvcbParamEch","features":[95]},{"name":"DnsSvcbParamIpv4Hint","features":[95]},{"name":"DnsSvcbParamIpv6Hint","features":[95]},{"name":"DnsSvcbParamMandatory","features":[95]},{"name":"DnsSvcbParamNoDefaultAlpn","features":[95]},{"name":"DnsSvcbParamPort","features":[95]},{"name":"DnsValidateName_A","features":[95]},{"name":"DnsValidateName_UTF8","features":[95]},{"name":"DnsValidateName_W","features":[95]},{"name":"DnsWriteQuestionToBuffer_UTF8","features":[1,95]},{"name":"DnsWriteQuestionToBuffer_W","features":[1,95]},{"name":"IP4_ADDRESS_STRING_BUFFER_LENGTH","features":[95]},{"name":"IP4_ADDRESS_STRING_LENGTH","features":[95]},{"name":"IP4_ARRAY","features":[95]},{"name":"IP6_ADDRESS","features":[95]},{"name":"IP6_ADDRESS","features":[95]},{"name":"IP6_ADDRESS_STRING_BUFFER_LENGTH","features":[95]},{"name":"IP6_ADDRESS_STRING_LENGTH","features":[95]},{"name":"MDNS_QUERY_HANDLE","features":[95]},{"name":"MDNS_QUERY_REQUEST","features":[1,95]},{"name":"PDNS_QUERY_COMPLETION_ROUTINE","features":[1,95]},{"name":"PDNS_SERVICE_BROWSE_CALLBACK","features":[1,95]},{"name":"PDNS_SERVICE_REGISTER_COMPLETE","features":[95]},{"name":"PDNS_SERVICE_RESOLVE_COMPLETE","features":[95]},{"name":"PMDNS_QUERY_CALLBACK","features":[1,95]},{"name":"SIZEOF_IP4_ADDRESS","features":[95]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_CONNECTION_MANAGER","features":[95]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_DEFAULT","features":[95]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_WWWPT","features":[95]},{"name":"_DnsRecordOptA","features":[1,95]}],"454":[{"name":"ICW_ALREADYRUN","features":[96]},{"name":"ICW_CHECKSTATUS","features":[96]},{"name":"ICW_FULLPRESENT","features":[96]},{"name":"ICW_FULL_SMARTSTART","features":[96]},{"name":"ICW_LAUNCHEDFULL","features":[96]},{"name":"ICW_LAUNCHEDMANUAL","features":[96]},{"name":"ICW_LAUNCHFULL","features":[96]},{"name":"ICW_LAUNCHMANUAL","features":[96]},{"name":"ICW_MANUALPRESENT","features":[96]},{"name":"ICW_MAX_ACCTNAME","features":[96]},{"name":"ICW_MAX_EMAILADDR","features":[96]},{"name":"ICW_MAX_EMAILNAME","features":[96]},{"name":"ICW_MAX_LOGONNAME","features":[96]},{"name":"ICW_MAX_PASSWORD","features":[96]},{"name":"ICW_MAX_RASNAME","features":[96]},{"name":"ICW_MAX_SERVERNAME","features":[96]},{"name":"ICW_REGKEYCOMPLETED","features":[96]},{"name":"ICW_REGPATHSETTINGS","features":[96]},{"name":"ICW_USEDEFAULTS","features":[96]},{"name":"ICW_USE_SHELLNEXT","features":[96]},{"name":"PFNCHECKCONNECTIONWIZARD","features":[96]},{"name":"PFNSETSHELLNEXT","features":[96]}],"455":[{"name":"ANY_SIZE","features":[97]},{"name":"ARP_SEND_REPLY","features":[97]},{"name":"AddIPAddress","features":[97]},{"name":"BEST_IF","features":[97]},{"name":"BEST_ROUTE","features":[97]},{"name":"BROADCAST_NODETYPE","features":[97]},{"name":"CancelIPChangeNotify","features":[1,97,7]},{"name":"CancelIfTimestampConfigChange","features":[97]},{"name":"CancelMibChangeNotify2","features":[1,97]},{"name":"CaptureInterfaceHardwareCrossTimestamp","features":[97,17]},{"name":"ConvertCompartmentGuidToId","features":[1,97]},{"name":"ConvertCompartmentIdToGuid","features":[1,97,17]},{"name":"ConvertInterfaceAliasToLuid","features":[1,97,17]},{"name":"ConvertInterfaceGuidToLuid","features":[1,97,17]},{"name":"ConvertInterfaceIndexToLuid","features":[1,97,17]},{"name":"ConvertInterfaceLuidToAlias","features":[1,97,17]},{"name":"ConvertInterfaceLuidToGuid","features":[1,97,17]},{"name":"ConvertInterfaceLuidToIndex","features":[1,97,17]},{"name":"ConvertInterfaceLuidToNameA","features":[1,97,17]},{"name":"ConvertInterfaceLuidToNameW","features":[1,97,17]},{"name":"ConvertInterfaceNameToLuidA","features":[1,97,17]},{"name":"ConvertInterfaceNameToLuidW","features":[1,97,17]},{"name":"ConvertIpv4MaskToLength","features":[1,97]},{"name":"ConvertLengthToIpv4Mask","features":[1,97]},{"name":"CreateAnycastIpAddressEntry","features":[1,97,17,16]},{"name":"CreateIpForwardEntry","features":[97,16]},{"name":"CreateIpForwardEntry2","features":[1,97,17,16]},{"name":"CreateIpNetEntry","features":[97]},{"name":"CreateIpNetEntry2","features":[1,97,17,16]},{"name":"CreatePersistentTcpPortReservation","features":[97]},{"name":"CreatePersistentUdpPortReservation","features":[97]},{"name":"CreateProxyArpEntry","features":[97]},{"name":"CreateSortedAddressPairs","features":[1,97,16]},{"name":"CreateUnicastIpAddressEntry","features":[1,97,17,16]},{"name":"DEFAULT_MINIMUM_ENTITIES","features":[97]},{"name":"DEST_LONGER","features":[97]},{"name":"DEST_MATCHING","features":[97]},{"name":"DEST_SHORTER","features":[97]},{"name":"DNS_DDR_ADAPTER_ENABLE_DOH","features":[97]},{"name":"DNS_DDR_ADAPTER_ENABLE_UDP_FALLBACK","features":[97]},{"name":"DNS_DOH_AUTO_UPGRADE_SERVER","features":[97]},{"name":"DNS_DOH_POLICY_AUTO","features":[97]},{"name":"DNS_DOH_POLICY_DISABLE","features":[97]},{"name":"DNS_DOH_POLICY_NOT_CONFIGURED","features":[97]},{"name":"DNS_DOH_POLICY_REQUIRED","features":[97]},{"name":"DNS_DOH_SERVER_SETTINGS","features":[97]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE","features":[97]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE_AUTO","features":[97]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE_DDR","features":[97]},{"name":"DNS_DOH_SERVER_SETTINGS_FALLBACK_TO_UDP","features":[97]},{"name":"DNS_ENABLE_DDR","features":[97]},{"name":"DNS_ENABLE_DOH","features":[97]},{"name":"DNS_INTERFACE_SETTINGS","features":[97]},{"name":"DNS_INTERFACE_SETTINGS3","features":[97]},{"name":"DNS_INTERFACE_SETTINGS4","features":[97]},{"name":"DNS_INTERFACE_SETTINGS_EX","features":[97]},{"name":"DNS_INTERFACE_SETTINGS_VERSION1","features":[97]},{"name":"DNS_INTERFACE_SETTINGS_VERSION2","features":[97]},{"name":"DNS_INTERFACE_SETTINGS_VERSION3","features":[97]},{"name":"DNS_INTERFACE_SETTINGS_VERSION4","features":[97]},{"name":"DNS_SERVER_PROPERTY","features":[97]},{"name":"DNS_SERVER_PROPERTY_TYPE","features":[97]},{"name":"DNS_SERVER_PROPERTY_TYPES","features":[97]},{"name":"DNS_SERVER_PROPERTY_VERSION1","features":[97]},{"name":"DNS_SETTINGS","features":[97]},{"name":"DNS_SETTINGS2","features":[97]},{"name":"DNS_SETTINGS_ENABLE_LLMNR","features":[97]},{"name":"DNS_SETTINGS_QUERY_ADAPTER_NAME","features":[97]},{"name":"DNS_SETTINGS_VERSION1","features":[97]},{"name":"DNS_SETTINGS_VERSION2","features":[97]},{"name":"DNS_SETTING_DDR","features":[97]},{"name":"DNS_SETTING_DISABLE_UNCONSTRAINED_QUERIES","features":[97]},{"name":"DNS_SETTING_DOH","features":[97]},{"name":"DNS_SETTING_DOH_PROFILE","features":[97]},{"name":"DNS_SETTING_DOMAIN","features":[97]},{"name":"DNS_SETTING_ENCRYPTED_DNS_ADAPTER_FLAGS","features":[97]},{"name":"DNS_SETTING_HOSTNAME","features":[97]},{"name":"DNS_SETTING_IPV6","features":[97]},{"name":"DNS_SETTING_NAMESERVER","features":[97]},{"name":"DNS_SETTING_PROFILE_NAMESERVER","features":[97]},{"name":"DNS_SETTING_REGISTER_ADAPTER_NAME","features":[97]},{"name":"DNS_SETTING_REGISTRATION_ENABLED","features":[97]},{"name":"DNS_SETTING_SEARCHLIST","features":[97]},{"name":"DNS_SETTING_SUPPLEMENTAL_SEARCH_LIST","features":[97]},{"name":"DeleteAnycastIpAddressEntry","features":[1,97,17,16]},{"name":"DeleteIPAddress","features":[97]},{"name":"DeleteIpForwardEntry","features":[97,16]},{"name":"DeleteIpForwardEntry2","features":[1,97,17,16]},{"name":"DeleteIpNetEntry","features":[97]},{"name":"DeleteIpNetEntry2","features":[1,97,17,16]},{"name":"DeletePersistentTcpPortReservation","features":[97]},{"name":"DeletePersistentUdpPortReservation","features":[97]},{"name":"DeleteProxyArpEntry","features":[97]},{"name":"DeleteUnicastIpAddressEntry","features":[1,97,17,16]},{"name":"DisableMediaSense","features":[1,97,7]},{"name":"DnsServerDohProperty","features":[97]},{"name":"DnsServerInvalidProperty","features":[97]},{"name":"ERROR_BASE","features":[97]},{"name":"ERROR_IPV6_NOT_IMPLEMENTED","features":[97]},{"name":"EnableRouter","features":[1,97,7]},{"name":"FD_FLAGS_ALLFLAGS","features":[97]},{"name":"FD_FLAGS_NOSYN","features":[97]},{"name":"FILTER_ICMP_CODE_ANY","features":[97]},{"name":"FILTER_ICMP_TYPE_ANY","features":[97]},{"name":"FIXED_INFO_W2KSP1","features":[97]},{"name":"FlushIpNetTable","features":[97]},{"name":"FlushIpNetTable2","features":[1,97,16]},{"name":"FlushIpPathTable","features":[1,97,16]},{"name":"FreeDnsSettings","features":[97]},{"name":"FreeInterfaceDnsSettings","features":[97]},{"name":"FreeMibTable","features":[97]},{"name":"GAA_FLAG_INCLUDE_ALL_COMPARTMENTS","features":[97]},{"name":"GAA_FLAG_INCLUDE_ALL_INTERFACES","features":[97]},{"name":"GAA_FLAG_INCLUDE_GATEWAYS","features":[97]},{"name":"GAA_FLAG_INCLUDE_PREFIX","features":[97]},{"name":"GAA_FLAG_INCLUDE_TUNNEL_BINDINGORDER","features":[97]},{"name":"GAA_FLAG_INCLUDE_WINS_INFO","features":[97]},{"name":"GAA_FLAG_SKIP_ANYCAST","features":[97]},{"name":"GAA_FLAG_SKIP_DNS_INFO","features":[97]},{"name":"GAA_FLAG_SKIP_DNS_SERVER","features":[97]},{"name":"GAA_FLAG_SKIP_FRIENDLY_NAME","features":[97]},{"name":"GAA_FLAG_SKIP_MULTICAST","features":[97]},{"name":"GAA_FLAG_SKIP_UNICAST","features":[97]},{"name":"GET_ADAPTERS_ADDRESSES_FLAGS","features":[97]},{"name":"GF_FRAGCACHE","features":[97]},{"name":"GF_FRAGMENTS","features":[97]},{"name":"GF_STRONGHOST","features":[97]},{"name":"GLOBAL_FILTER","features":[97]},{"name":"GetAdapterIndex","features":[97]},{"name":"GetAdapterOrderMap","features":[97]},{"name":"GetAdaptersAddresses","features":[97,17,16]},{"name":"GetAdaptersInfo","features":[1,97]},{"name":"GetAnycastIpAddressEntry","features":[1,97,17,16]},{"name":"GetAnycastIpAddressTable","features":[1,97,17,16]},{"name":"GetBestInterface","features":[97]},{"name":"GetBestInterfaceEx","features":[97,16]},{"name":"GetBestRoute","features":[97,16]},{"name":"GetBestRoute2","features":[1,97,17,16]},{"name":"GetCurrentThreadCompartmentId","features":[97,17]},{"name":"GetCurrentThreadCompartmentScope","features":[97]},{"name":"GetDefaultCompartmentId","features":[97,17]},{"name":"GetDnsSettings","features":[1,97]},{"name":"GetExtendedTcpTable","features":[1,97]},{"name":"GetExtendedUdpTable","features":[1,97]},{"name":"GetFriendlyIfIndex","features":[97]},{"name":"GetIcmpStatistics","features":[97]},{"name":"GetIcmpStatisticsEx","features":[97]},{"name":"GetIfEntry","features":[97]},{"name":"GetIfEntry2","features":[1,97,17]},{"name":"GetIfEntry2Ex","features":[1,97,17]},{"name":"GetIfStackTable","features":[1,97]},{"name":"GetIfTable","features":[1,97]},{"name":"GetIfTable2","features":[1,97,17]},{"name":"GetIfTable2Ex","features":[1,97,17]},{"name":"GetInterfaceActiveTimestampCapabilities","features":[1,97,17]},{"name":"GetInterfaceCurrentTimestampCapabilities","features":[1,97,17]},{"name":"GetInterfaceDnsSettings","features":[1,97]},{"name":"GetInterfaceHardwareTimestampCapabilities","features":[1,97,17]},{"name":"GetInterfaceInfo","features":[97]},{"name":"GetInterfaceSupportedTimestampCapabilities","features":[1,97,17]},{"name":"GetInvertedIfStackTable","features":[1,97]},{"name":"GetIpAddrTable","features":[1,97]},{"name":"GetIpErrorString","features":[97]},{"name":"GetIpForwardEntry2","features":[1,97,17,16]},{"name":"GetIpForwardTable","features":[1,97,16]},{"name":"GetIpForwardTable2","features":[1,97,17,16]},{"name":"GetIpInterfaceEntry","features":[1,97,17,16]},{"name":"GetIpInterfaceTable","features":[1,97,17,16]},{"name":"GetIpNetEntry2","features":[1,97,17,16]},{"name":"GetIpNetTable","features":[1,97]},{"name":"GetIpNetTable2","features":[1,97,17,16]},{"name":"GetIpNetworkConnectionBandwidthEstimates","features":[1,97,16]},{"name":"GetIpPathEntry","features":[1,97,17,16]},{"name":"GetIpPathTable","features":[1,97,17,16]},{"name":"GetIpStatistics","features":[97]},{"name":"GetIpStatisticsEx","features":[97]},{"name":"GetJobCompartmentId","features":[1,97,17]},{"name":"GetMulticastIpAddressEntry","features":[1,97,17,16]},{"name":"GetMulticastIpAddressTable","features":[1,97,17,16]},{"name":"GetNetworkConnectivityHint","features":[1,97,16]},{"name":"GetNetworkConnectivityHintForInterface","features":[1,97,16]},{"name":"GetNetworkInformation","features":[1,97]},{"name":"GetNetworkParams","features":[1,97]},{"name":"GetNumberOfInterfaces","features":[97]},{"name":"GetOwnerModuleFromPidAndInfo","features":[97]},{"name":"GetOwnerModuleFromTcp6Entry","features":[97]},{"name":"GetOwnerModuleFromTcpEntry","features":[97]},{"name":"GetOwnerModuleFromUdp6Entry","features":[97]},{"name":"GetOwnerModuleFromUdpEntry","features":[97]},{"name":"GetPerAdapterInfo","features":[97]},{"name":"GetPerTcp6ConnectionEStats","features":[97,16]},{"name":"GetPerTcpConnectionEStats","features":[97]},{"name":"GetRTTAndHopCount","features":[1,97]},{"name":"GetSessionCompartmentId","features":[97,17]},{"name":"GetTcp6Table","features":[1,97,16]},{"name":"GetTcp6Table2","features":[1,97,16]},{"name":"GetTcpStatistics","features":[97]},{"name":"GetTcpStatisticsEx","features":[97]},{"name":"GetTcpStatisticsEx2","features":[97]},{"name":"GetTcpTable","features":[1,97]},{"name":"GetTcpTable2","features":[1,97]},{"name":"GetTeredoPort","features":[1,97]},{"name":"GetUdp6Table","features":[1,97,16]},{"name":"GetUdpStatistics","features":[97]},{"name":"GetUdpStatisticsEx","features":[97]},{"name":"GetUdpStatisticsEx2","features":[97]},{"name":"GetUdpTable","features":[1,97]},{"name":"GetUniDirectionalAdapterInfo","features":[97]},{"name":"GetUnicastIpAddressEntry","features":[1,97,17,16]},{"name":"GetUnicastIpAddressTable","features":[1,97,17,16]},{"name":"HIFTIMESTAMPCHANGE","features":[97]},{"name":"HYBRID_NODETYPE","features":[97]},{"name":"ICMP4_DST_UNREACH","features":[97]},{"name":"ICMP4_ECHO_REPLY","features":[97]},{"name":"ICMP4_ECHO_REQUEST","features":[97]},{"name":"ICMP4_MASK_REPLY","features":[97]},{"name":"ICMP4_MASK_REQUEST","features":[97]},{"name":"ICMP4_PARAM_PROB","features":[97]},{"name":"ICMP4_REDIRECT","features":[97]},{"name":"ICMP4_ROUTER_ADVERT","features":[97]},{"name":"ICMP4_ROUTER_SOLICIT","features":[97]},{"name":"ICMP4_SOURCE_QUENCH","features":[97]},{"name":"ICMP4_TIMESTAMP_REPLY","features":[97]},{"name":"ICMP4_TIMESTAMP_REQUEST","features":[97]},{"name":"ICMP4_TIME_EXCEEDED","features":[97]},{"name":"ICMP4_TYPE","features":[97]},{"name":"ICMP6_DST_UNREACH","features":[97]},{"name":"ICMP6_ECHO_REPLY","features":[97]},{"name":"ICMP6_ECHO_REQUEST","features":[97]},{"name":"ICMP6_INFOMSG_MASK","features":[97]},{"name":"ICMP6_MEMBERSHIP_QUERY","features":[97]},{"name":"ICMP6_MEMBERSHIP_REDUCTION","features":[97]},{"name":"ICMP6_MEMBERSHIP_REPORT","features":[97]},{"name":"ICMP6_PACKET_TOO_BIG","features":[97]},{"name":"ICMP6_PARAM_PROB","features":[97]},{"name":"ICMP6_TIME_EXCEEDED","features":[97]},{"name":"ICMP6_TYPE","features":[97]},{"name":"ICMP6_V2_MEMBERSHIP_REPORT","features":[97]},{"name":"ICMPV6_ECHO_REPLY_LH","features":[97]},{"name":"ICMP_ECHO_REPLY","features":[97]},{"name":"ICMP_ECHO_REPLY32","features":[97]},{"name":"ICMP_STATS","features":[97]},{"name":"IF_ACCESS_BROADCAST","features":[97]},{"name":"IF_ACCESS_LOOPBACK","features":[97]},{"name":"IF_ACCESS_POINTTOMULTIPOINT","features":[97]},{"name":"IF_ACCESS_POINTTOPOINT","features":[97]},{"name":"IF_ACCESS_POINT_TO_MULTI_POINT","features":[97]},{"name":"IF_ACCESS_POINT_TO_POINT","features":[97]},{"name":"IF_ACCESS_TYPE","features":[97]},{"name":"IF_ADMIN_STATUS_DOWN","features":[97]},{"name":"IF_ADMIN_STATUS_TESTING","features":[97]},{"name":"IF_ADMIN_STATUS_UP","features":[97]},{"name":"IF_CHECK_MCAST","features":[97]},{"name":"IF_CHECK_NONE","features":[97]},{"name":"IF_CHECK_SEND","features":[97]},{"name":"IF_CONNECTION_DEDICATED","features":[97]},{"name":"IF_CONNECTION_DEMAND","features":[97]},{"name":"IF_CONNECTION_PASSIVE","features":[97]},{"name":"IF_NUMBER","features":[97]},{"name":"IF_OPER_STATUS_CONNECTED","features":[97]},{"name":"IF_OPER_STATUS_CONNECTING","features":[97]},{"name":"IF_OPER_STATUS_DISCONNECTED","features":[97]},{"name":"IF_OPER_STATUS_NON_OPERATIONAL","features":[97]},{"name":"IF_OPER_STATUS_OPERATIONAL","features":[97]},{"name":"IF_OPER_STATUS_UNREACHABLE","features":[97]},{"name":"IF_ROW","features":[97]},{"name":"IF_STATUS","features":[97]},{"name":"IF_TABLE","features":[97]},{"name":"IF_TYPE_A12MPPSWITCH","features":[97]},{"name":"IF_TYPE_AAL2","features":[97]},{"name":"IF_TYPE_AAL5","features":[97]},{"name":"IF_TYPE_ADSL","features":[97]},{"name":"IF_TYPE_AFLANE_8023","features":[97]},{"name":"IF_TYPE_AFLANE_8025","features":[97]},{"name":"IF_TYPE_ARAP","features":[97]},{"name":"IF_TYPE_ARCNET","features":[97]},{"name":"IF_TYPE_ARCNET_PLUS","features":[97]},{"name":"IF_TYPE_ASYNC","features":[97]},{"name":"IF_TYPE_ATM","features":[97]},{"name":"IF_TYPE_ATM_DXI","features":[97]},{"name":"IF_TYPE_ATM_FUNI","features":[97]},{"name":"IF_TYPE_ATM_IMA","features":[97]},{"name":"IF_TYPE_ATM_LOGICAL","features":[97]},{"name":"IF_TYPE_ATM_RADIO","features":[97]},{"name":"IF_TYPE_ATM_SUBINTERFACE","features":[97]},{"name":"IF_TYPE_ATM_VCI_ENDPT","features":[97]},{"name":"IF_TYPE_ATM_VIRTUAL","features":[97]},{"name":"IF_TYPE_BASIC_ISDN","features":[97]},{"name":"IF_TYPE_BGP_POLICY_ACCOUNTING","features":[97]},{"name":"IF_TYPE_BSC","features":[97]},{"name":"IF_TYPE_CCTEMUL","features":[97]},{"name":"IF_TYPE_CES","features":[97]},{"name":"IF_TYPE_CHANNEL","features":[97]},{"name":"IF_TYPE_CNR","features":[97]},{"name":"IF_TYPE_COFFEE","features":[97]},{"name":"IF_TYPE_COMPOSITELINK","features":[97]},{"name":"IF_TYPE_DCN","features":[97]},{"name":"IF_TYPE_DDN_X25","features":[97]},{"name":"IF_TYPE_DIGITALPOWERLINE","features":[97]},{"name":"IF_TYPE_DIGITAL_WRAPPER_OVERHEAD_CHANNEL","features":[97]},{"name":"IF_TYPE_DLSW","features":[97]},{"name":"IF_TYPE_DOCSCABLE_DOWNSTREAM","features":[97]},{"name":"IF_TYPE_DOCSCABLE_MACLAYER","features":[97]},{"name":"IF_TYPE_DOCSCABLE_UPSTREAM","features":[97]},{"name":"IF_TYPE_DS0","features":[97]},{"name":"IF_TYPE_DS0_BUNDLE","features":[97]},{"name":"IF_TYPE_DS1","features":[97]},{"name":"IF_TYPE_DS1_FDL","features":[97]},{"name":"IF_TYPE_DS3","features":[97]},{"name":"IF_TYPE_DTM","features":[97]},{"name":"IF_TYPE_DVBRCC_DOWNSTREAM","features":[97]},{"name":"IF_TYPE_DVBRCC_MACLAYER","features":[97]},{"name":"IF_TYPE_DVBRCC_UPSTREAM","features":[97]},{"name":"IF_TYPE_DVB_ASI_IN","features":[97]},{"name":"IF_TYPE_DVB_ASI_OUT","features":[97]},{"name":"IF_TYPE_E1","features":[97]},{"name":"IF_TYPE_EON","features":[97]},{"name":"IF_TYPE_EPLRS","features":[97]},{"name":"IF_TYPE_ESCON","features":[97]},{"name":"IF_TYPE_ETHERNET_3MBIT","features":[97]},{"name":"IF_TYPE_ETHERNET_CSMACD","features":[97]},{"name":"IF_TYPE_FAST","features":[97]},{"name":"IF_TYPE_FASTETHER","features":[97]},{"name":"IF_TYPE_FASTETHER_FX","features":[97]},{"name":"IF_TYPE_FDDI","features":[97]},{"name":"IF_TYPE_FIBRECHANNEL","features":[97]},{"name":"IF_TYPE_FRAMERELAY","features":[97]},{"name":"IF_TYPE_FRAMERELAY_INTERCONNECT","features":[97]},{"name":"IF_TYPE_FRAMERELAY_MPI","features":[97]},{"name":"IF_TYPE_FRAMERELAY_SERVICE","features":[97]},{"name":"IF_TYPE_FRF16_MFR_BUNDLE","features":[97]},{"name":"IF_TYPE_FR_DLCI_ENDPT","features":[97]},{"name":"IF_TYPE_FR_FORWARD","features":[97]},{"name":"IF_TYPE_G703_2MB","features":[97]},{"name":"IF_TYPE_G703_64K","features":[97]},{"name":"IF_TYPE_GIGABITETHERNET","features":[97]},{"name":"IF_TYPE_GR303_IDT","features":[97]},{"name":"IF_TYPE_GR303_RDT","features":[97]},{"name":"IF_TYPE_H323_GATEKEEPER","features":[97]},{"name":"IF_TYPE_H323_PROXY","features":[97]},{"name":"IF_TYPE_HDH_1822","features":[97]},{"name":"IF_TYPE_HDLC","features":[97]},{"name":"IF_TYPE_HDSL2","features":[97]},{"name":"IF_TYPE_HIPERLAN2","features":[97]},{"name":"IF_TYPE_HIPPI","features":[97]},{"name":"IF_TYPE_HIPPIINTERFACE","features":[97]},{"name":"IF_TYPE_HOSTPAD","features":[97]},{"name":"IF_TYPE_HSSI","features":[97]},{"name":"IF_TYPE_HYPERCHANNEL","features":[97]},{"name":"IF_TYPE_IBM370PARCHAN","features":[97]},{"name":"IF_TYPE_IDSL","features":[97]},{"name":"IF_TYPE_IEEE1394","features":[97]},{"name":"IF_TYPE_IEEE80211","features":[97]},{"name":"IF_TYPE_IEEE80212","features":[97]},{"name":"IF_TYPE_IEEE802154","features":[97]},{"name":"IF_TYPE_IEEE80216_WMAN","features":[97]},{"name":"IF_TYPE_IEEE8023AD_LAG","features":[97]},{"name":"IF_TYPE_IF_GSN","features":[97]},{"name":"IF_TYPE_IMT","features":[97]},{"name":"IF_TYPE_INTERLEAVE","features":[97]},{"name":"IF_TYPE_IP","features":[97]},{"name":"IF_TYPE_IPFORWARD","features":[97]},{"name":"IF_TYPE_IPOVER_ATM","features":[97]},{"name":"IF_TYPE_IPOVER_CDLC","features":[97]},{"name":"IF_TYPE_IPOVER_CLAW","features":[97]},{"name":"IF_TYPE_IPSWITCH","features":[97]},{"name":"IF_TYPE_IS088023_CSMACD","features":[97]},{"name":"IF_TYPE_ISDN","features":[97]},{"name":"IF_TYPE_ISDN_S","features":[97]},{"name":"IF_TYPE_ISDN_U","features":[97]},{"name":"IF_TYPE_ISO88022_LLC","features":[97]},{"name":"IF_TYPE_ISO88024_TOKENBUS","features":[97]},{"name":"IF_TYPE_ISO88025R_DTR","features":[97]},{"name":"IF_TYPE_ISO88025_CRFPRINT","features":[97]},{"name":"IF_TYPE_ISO88025_FIBER","features":[97]},{"name":"IF_TYPE_ISO88025_TOKENRING","features":[97]},{"name":"IF_TYPE_ISO88026_MAN","features":[97]},{"name":"IF_TYPE_ISUP","features":[97]},{"name":"IF_TYPE_L2_VLAN","features":[97]},{"name":"IF_TYPE_L3_IPVLAN","features":[97]},{"name":"IF_TYPE_L3_IPXVLAN","features":[97]},{"name":"IF_TYPE_LAP_B","features":[97]},{"name":"IF_TYPE_LAP_D","features":[97]},{"name":"IF_TYPE_LAP_F","features":[97]},{"name":"IF_TYPE_LOCALTALK","features":[97]},{"name":"IF_TYPE_MEDIAMAILOVERIP","features":[97]},{"name":"IF_TYPE_MF_SIGLINK","features":[97]},{"name":"IF_TYPE_MIO_X25","features":[97]},{"name":"IF_TYPE_MODEM","features":[97]},{"name":"IF_TYPE_MPC","features":[97]},{"name":"IF_TYPE_MPLS","features":[97]},{"name":"IF_TYPE_MPLS_TUNNEL","features":[97]},{"name":"IF_TYPE_MSDSL","features":[97]},{"name":"IF_TYPE_MVL","features":[97]},{"name":"IF_TYPE_MYRINET","features":[97]},{"name":"IF_TYPE_NFAS","features":[97]},{"name":"IF_TYPE_NSIP","features":[97]},{"name":"IF_TYPE_OPTICAL_CHANNEL","features":[97]},{"name":"IF_TYPE_OPTICAL_TRANSPORT","features":[97]},{"name":"IF_TYPE_OTHER","features":[97]},{"name":"IF_TYPE_PARA","features":[97]},{"name":"IF_TYPE_PLC","features":[97]},{"name":"IF_TYPE_POS","features":[97]},{"name":"IF_TYPE_PPP","features":[97]},{"name":"IF_TYPE_PPPMULTILINKBUNDLE","features":[97]},{"name":"IF_TYPE_PRIMARY_ISDN","features":[97]},{"name":"IF_TYPE_PROP_BWA_P2MP","features":[97]},{"name":"IF_TYPE_PROP_CNLS","features":[97]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_DOWNSTREAM","features":[97]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_MACLAYER","features":[97]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_UPSTREAM","features":[97]},{"name":"IF_TYPE_PROP_MULTIPLEXOR","features":[97]},{"name":"IF_TYPE_PROP_POINT2POINT_SERIAL","features":[97]},{"name":"IF_TYPE_PROP_VIRTUAL","features":[97]},{"name":"IF_TYPE_PROP_WIRELESS_P2P","features":[97]},{"name":"IF_TYPE_PROTEON_10MBIT","features":[97]},{"name":"IF_TYPE_PROTEON_80MBIT","features":[97]},{"name":"IF_TYPE_QLLC","features":[97]},{"name":"IF_TYPE_RADIO_MAC","features":[97]},{"name":"IF_TYPE_RADSL","features":[97]},{"name":"IF_TYPE_REACH_DSL","features":[97]},{"name":"IF_TYPE_REGULAR_1822","features":[97]},{"name":"IF_TYPE_RFC1483","features":[97]},{"name":"IF_TYPE_RFC877_X25","features":[97]},{"name":"IF_TYPE_RS232","features":[97]},{"name":"IF_TYPE_RSRB","features":[97]},{"name":"IF_TYPE_SDLC","features":[97]},{"name":"IF_TYPE_SDSL","features":[97]},{"name":"IF_TYPE_SHDSL","features":[97]},{"name":"IF_TYPE_SIP","features":[97]},{"name":"IF_TYPE_SLIP","features":[97]},{"name":"IF_TYPE_SMDS_DXI","features":[97]},{"name":"IF_TYPE_SMDS_ICIP","features":[97]},{"name":"IF_TYPE_SOFTWARE_LOOPBACK","features":[97]},{"name":"IF_TYPE_SONET","features":[97]},{"name":"IF_TYPE_SONET_OVERHEAD_CHANNEL","features":[97]},{"name":"IF_TYPE_SONET_PATH","features":[97]},{"name":"IF_TYPE_SONET_VT","features":[97]},{"name":"IF_TYPE_SRP","features":[97]},{"name":"IF_TYPE_SS7_SIGLINK","features":[97]},{"name":"IF_TYPE_STACKTOSTACK","features":[97]},{"name":"IF_TYPE_STARLAN","features":[97]},{"name":"IF_TYPE_TDLC","features":[97]},{"name":"IF_TYPE_TERMPAD","features":[97]},{"name":"IF_TYPE_TR008","features":[97]},{"name":"IF_TYPE_TRANSPHDLC","features":[97]},{"name":"IF_TYPE_TUNNEL","features":[97]},{"name":"IF_TYPE_ULTRA","features":[97]},{"name":"IF_TYPE_USB","features":[97]},{"name":"IF_TYPE_V11","features":[97]},{"name":"IF_TYPE_V35","features":[97]},{"name":"IF_TYPE_V36","features":[97]},{"name":"IF_TYPE_V37","features":[97]},{"name":"IF_TYPE_VDSL","features":[97]},{"name":"IF_TYPE_VIRTUALIPADDRESS","features":[97]},{"name":"IF_TYPE_VOICEOVERATM","features":[97]},{"name":"IF_TYPE_VOICEOVERFRAMERELAY","features":[97]},{"name":"IF_TYPE_VOICE_EM","features":[97]},{"name":"IF_TYPE_VOICE_ENCAP","features":[97]},{"name":"IF_TYPE_VOICE_FXO","features":[97]},{"name":"IF_TYPE_VOICE_FXS","features":[97]},{"name":"IF_TYPE_VOICE_OVERIP","features":[97]},{"name":"IF_TYPE_WWANPP","features":[97]},{"name":"IF_TYPE_WWANPP2","features":[97]},{"name":"IF_TYPE_X213","features":[97]},{"name":"IF_TYPE_X25_HUNTGROUP","features":[97]},{"name":"IF_TYPE_X25_MLP","features":[97]},{"name":"IF_TYPE_X25_PLE","features":[97]},{"name":"IF_TYPE_XBOX_WIRELESS","features":[97]},{"name":"INTERFACE_HARDWARE_CROSSTIMESTAMP","features":[97]},{"name":"INTERFACE_HARDWARE_CROSSTIMESTAMP_VERSION_1","features":[97]},{"name":"INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES","features":[1,97]},{"name":"INTERFACE_SOFTWARE_TIMESTAMP_CAPABILITIES","features":[1,97]},{"name":"INTERFACE_TIMESTAMP_CAPABILITIES","features":[1,97]},{"name":"INTERFACE_TIMESTAMP_CAPABILITIES_VERSION_1","features":[97]},{"name":"INTERNAL_IF_OPER_STATUS","features":[97]},{"name":"IOCTL_ARP_SEND_REQUEST","features":[97]},{"name":"IOCTL_IP_ADDCHANGE_NOTIFY_REQUEST","features":[97]},{"name":"IOCTL_IP_GET_BEST_INTERFACE","features":[97]},{"name":"IOCTL_IP_INTERFACE_INFO","features":[97]},{"name":"IOCTL_IP_RTCHANGE_NOTIFY_REQUEST","features":[97]},{"name":"IOCTL_IP_UNIDIRECTIONAL_ADAPTER_ADDRESS","features":[97]},{"name":"IP6_STATS","features":[97]},{"name":"IPRTRMGR_PID","features":[97]},{"name":"IPV6_ADDRESS_EX","features":[97]},{"name":"IPV6_GLOBAL_INFO","features":[97]},{"name":"IPV6_ROUTE_INFO","features":[97]},{"name":"IP_ADAPTER_ADDRESSES_LH","features":[97,17,16]},{"name":"IP_ADAPTER_ADDRESSES_XP","features":[97,17,16]},{"name":"IP_ADAPTER_ADDRESS_DNS_ELIGIBLE","features":[97]},{"name":"IP_ADAPTER_ADDRESS_TRANSIENT","features":[97]},{"name":"IP_ADAPTER_ANYCAST_ADDRESS_XP","features":[97,16]},{"name":"IP_ADAPTER_DDNS_ENABLED","features":[97]},{"name":"IP_ADAPTER_DHCP_ENABLED","features":[97]},{"name":"IP_ADAPTER_DNS_SERVER_ADDRESS_XP","features":[97,16]},{"name":"IP_ADAPTER_DNS_SUFFIX","features":[97]},{"name":"IP_ADAPTER_GATEWAY_ADDRESS_LH","features":[97,16]},{"name":"IP_ADAPTER_INDEX_MAP","features":[97]},{"name":"IP_ADAPTER_INFO","features":[1,97]},{"name":"IP_ADAPTER_IPV4_ENABLED","features":[97]},{"name":"IP_ADAPTER_IPV6_ENABLED","features":[97]},{"name":"IP_ADAPTER_IPV6_MANAGE_ADDRESS_CONFIG","features":[97]},{"name":"IP_ADAPTER_IPV6_OTHER_STATEFUL_CONFIG","features":[97]},{"name":"IP_ADAPTER_MULTICAST_ADDRESS_XP","features":[97,16]},{"name":"IP_ADAPTER_NETBIOS_OVER_TCPIP_ENABLED","features":[97]},{"name":"IP_ADAPTER_NO_MULTICAST","features":[97]},{"name":"IP_ADAPTER_ORDER_MAP","features":[97]},{"name":"IP_ADAPTER_PREFIX_XP","features":[97,16]},{"name":"IP_ADAPTER_RECEIVE_ONLY","features":[97]},{"name":"IP_ADAPTER_REGISTER_ADAPTER_SUFFIX","features":[97]},{"name":"IP_ADAPTER_UNICAST_ADDRESS_LH","features":[97,16]},{"name":"IP_ADAPTER_UNICAST_ADDRESS_XP","features":[97,16]},{"name":"IP_ADAPTER_WINS_SERVER_ADDRESS_LH","features":[97,16]},{"name":"IP_ADDRESS_PREFIX","features":[97,16]},{"name":"IP_ADDRESS_STRING","features":[97]},{"name":"IP_ADDRROW","features":[97]},{"name":"IP_ADDRTABLE","features":[97]},{"name":"IP_ADDR_ADDED","features":[97]},{"name":"IP_ADDR_DELETED","features":[97]},{"name":"IP_ADDR_STRING","features":[97]},{"name":"IP_BAD_DESTINATION","features":[97]},{"name":"IP_BAD_HEADER","features":[97]},{"name":"IP_BAD_OPTION","features":[97]},{"name":"IP_BAD_REQ","features":[97]},{"name":"IP_BAD_ROUTE","features":[97]},{"name":"IP_BIND_ADAPTER","features":[97]},{"name":"IP_BUF_TOO_SMALL","features":[97]},{"name":"IP_DEMAND_DIAL_FILTER_INFO","features":[97]},{"name":"IP_DEMAND_DIAL_FILTER_INFO_V6","features":[97]},{"name":"IP_DEST_ADDR_UNREACHABLE","features":[97]},{"name":"IP_DEST_HOST_UNREACHABLE","features":[97]},{"name":"IP_DEST_NET_UNREACHABLE","features":[97]},{"name":"IP_DEST_NO_ROUTE","features":[97]},{"name":"IP_DEST_PORT_UNREACHABLE","features":[97]},{"name":"IP_DEST_PROHIBITED","features":[97]},{"name":"IP_DEST_PROT_UNREACHABLE","features":[97]},{"name":"IP_DEST_SCOPE_MISMATCH","features":[97]},{"name":"IP_DEST_UNREACHABLE","features":[97]},{"name":"IP_DEVICE_DOES_NOT_EXIST","features":[97]},{"name":"IP_DUPLICATE_ADDRESS","features":[97]},{"name":"IP_DUPLICATE_IPADD","features":[97]},{"name":"IP_EXPORT_INCLUDED","features":[97]},{"name":"IP_FILTER_ENABLE_INFO","features":[97]},{"name":"IP_FILTER_ENABLE_INFO_V6","features":[97]},{"name":"IP_FLAG_DF","features":[97]},{"name":"IP_FLAG_REVERSE","features":[97]},{"name":"IP_FORWARDNUMBER","features":[97]},{"name":"IP_FORWARDROW","features":[97]},{"name":"IP_FORWARDTABLE","features":[97]},{"name":"IP_GENERAL_FAILURE","features":[97]},{"name":"IP_GENERAL_INFO_BASE","features":[97]},{"name":"IP_GLOBAL_INFO","features":[97]},{"name":"IP_HOP_LIMIT_EXCEEDED","features":[97]},{"name":"IP_HW_ERROR","features":[97]},{"name":"IP_ICMP_ERROR","features":[97]},{"name":"IP_IFFILTER_INFO","features":[97]},{"name":"IP_IFFILTER_INFO_V6","features":[97]},{"name":"IP_INTERFACE_INFO","features":[97]},{"name":"IP_INTERFACE_METRIC_CHANGE","features":[97]},{"name":"IP_INTERFACE_NAME_INFO_W2KSP1","features":[97]},{"name":"IP_INTERFACE_STATUS_INFO","features":[97]},{"name":"IP_INTERFACE_WOL_CAPABILITY_CHANGE","features":[97]},{"name":"IP_IN_FILTER_INFO","features":[97]},{"name":"IP_IN_FILTER_INFO_V6","features":[97]},{"name":"IP_IPINIP_CFG_INFO","features":[97]},{"name":"IP_MCAST_BOUNDARY_INFO","features":[97]},{"name":"IP_MCAST_COUNTER_INFO","features":[97]},{"name":"IP_MCAST_HEARBEAT_INFO","features":[97]},{"name":"IP_MCAST_LIMIT_INFO","features":[97]},{"name":"IP_MEDIA_CONNECT","features":[97]},{"name":"IP_MEDIA_DISCONNECT","features":[97]},{"name":"IP_MTU_CHANGE","features":[97]},{"name":"IP_NEGOTIATING_IPSEC","features":[97]},{"name":"IP_NETROW","features":[97]},{"name":"IP_NETTABLE","features":[97]},{"name":"IP_NO_RESOURCES","features":[97]},{"name":"IP_OPTION_INFORMATION","features":[97]},{"name":"IP_OPTION_INFORMATION32","features":[97]},{"name":"IP_OPTION_TOO_BIG","features":[97]},{"name":"IP_OUT_FILTER_INFO","features":[97]},{"name":"IP_OUT_FILTER_INFO_V6","features":[97]},{"name":"IP_PACKET_TOO_BIG","features":[97]},{"name":"IP_PARAMETER_PROBLEM","features":[97]},{"name":"IP_PARAM_PROBLEM","features":[97]},{"name":"IP_PENDING","features":[97]},{"name":"IP_PER_ADAPTER_INFO_W2KSP1","features":[97]},{"name":"IP_PROT_PRIORITY_INFO","features":[97]},{"name":"IP_PROT_PRIORITY_INFO_EX","features":[97]},{"name":"IP_REASSEMBLY_TIME_EXCEEDED","features":[97]},{"name":"IP_RECONFIG_SECFLTR","features":[97]},{"name":"IP_REQ_TIMED_OUT","features":[97]},{"name":"IP_ROUTER_DISC_INFO","features":[97]},{"name":"IP_ROUTER_MANAGER_VERSION","features":[97]},{"name":"IP_ROUTE_INFO","features":[97]},{"name":"IP_SOURCE_QUENCH","features":[97]},{"name":"IP_SPEC_MTU_CHANGE","features":[97]},{"name":"IP_STATS","features":[97]},{"name":"IP_STATUS_BASE","features":[97]},{"name":"IP_SUCCESS","features":[97]},{"name":"IP_TIME_EXCEEDED","features":[97]},{"name":"IP_TTL_EXPIRED_REASSEM","features":[97]},{"name":"IP_TTL_EXPIRED_TRANSIT","features":[97]},{"name":"IP_UNBIND_ADAPTER","features":[97]},{"name":"IP_UNIDIRECTIONAL_ADAPTER_ADDRESS","features":[97]},{"name":"IP_UNLOAD","features":[97]},{"name":"IP_UNRECOGNIZED_NEXT_HEADER","features":[97]},{"name":"Icmp6CreateFile","features":[1,97]},{"name":"Icmp6ParseReplies","features":[97]},{"name":"Icmp6SendEcho2","features":[1,97,16,7]},{"name":"IcmpCloseHandle","features":[1,97]},{"name":"IcmpCreateFile","features":[1,97]},{"name":"IcmpParseReplies","features":[97]},{"name":"IcmpSendEcho","features":[1,97]},{"name":"IcmpSendEcho2","features":[1,97,7]},{"name":"IcmpSendEcho2Ex","features":[1,97,7]},{"name":"InitializeIpForwardEntry","features":[1,97,17,16]},{"name":"InitializeIpInterfaceEntry","features":[1,97,17,16]},{"name":"InitializeUnicastIpAddressEntry","features":[1,97,17,16]},{"name":"IpReleaseAddress","features":[97]},{"name":"IpRenewAddress","features":[97]},{"name":"LB_DST_ADDR_USE_DSTADDR_FLAG","features":[97]},{"name":"LB_DST_ADDR_USE_SRCADDR_FLAG","features":[97]},{"name":"LB_DST_MASK_LATE_FLAG","features":[97]},{"name":"LB_SRC_ADDR_USE_DSTADDR_FLAG","features":[97]},{"name":"LB_SRC_ADDR_USE_SRCADDR_FLAG","features":[97]},{"name":"LB_SRC_MASK_LATE_FLAG","features":[97]},{"name":"LookupPersistentTcpPortReservation","features":[97]},{"name":"LookupPersistentUdpPortReservation","features":[97]},{"name":"MAXLEN_IFDESCR","features":[97]},{"name":"MAXLEN_PHYSADDR","features":[97]},{"name":"MAX_ADAPTER_ADDRESS_LENGTH","features":[97]},{"name":"MAX_ADAPTER_DESCRIPTION_LENGTH","features":[97]},{"name":"MAX_ADAPTER_NAME","features":[97]},{"name":"MAX_ADAPTER_NAME_LENGTH","features":[97]},{"name":"MAX_DHCPV6_DUID_LENGTH","features":[97]},{"name":"MAX_DNS_SUFFIX_STRING_LENGTH","features":[97]},{"name":"MAX_DOMAIN_NAME_LEN","features":[97]},{"name":"MAX_HOSTNAME_LEN","features":[97]},{"name":"MAX_IF_TYPE","features":[97]},{"name":"MAX_INTERFACE_NAME_LEN","features":[97]},{"name":"MAX_IP_STATUS","features":[97]},{"name":"MAX_MIB_OFFSET","features":[97]},{"name":"MAX_OPT_SIZE","features":[97]},{"name":"MAX_SCOPE_ID_LEN","features":[97]},{"name":"MAX_SCOPE_NAME_LEN","features":[97]},{"name":"MCAST_BOUNDARY","features":[97]},{"name":"MCAST_GLOBAL","features":[97]},{"name":"MCAST_IF_ENTRY","features":[97]},{"name":"MCAST_MFE","features":[97]},{"name":"MCAST_MFE_STATS","features":[97]},{"name":"MCAST_MFE_STATS_EX","features":[97]},{"name":"MCAST_SCOPE","features":[97]},{"name":"MIBICMPINFO","features":[97]},{"name":"MIBICMPSTATS","features":[97]},{"name":"MIBICMPSTATS_EX_XPSP1","features":[97]},{"name":"MIB_ANYCASTIPADDRESS_ROW","features":[97,17,16]},{"name":"MIB_ANYCASTIPADDRESS_TABLE","features":[97,17,16]},{"name":"MIB_BEST_IF","features":[97]},{"name":"MIB_BOUNDARYROW","features":[97]},{"name":"MIB_ICMP","features":[97]},{"name":"MIB_ICMP_EX_XPSP1","features":[97]},{"name":"MIB_IFNUMBER","features":[97]},{"name":"MIB_IFROW","features":[97]},{"name":"MIB_IFSTACK_ROW","features":[97]},{"name":"MIB_IFSTACK_TABLE","features":[97]},{"name":"MIB_IFSTATUS","features":[1,97]},{"name":"MIB_IFTABLE","features":[97]},{"name":"MIB_IF_ADMIN_STATUS_DOWN","features":[97]},{"name":"MIB_IF_ADMIN_STATUS_TESTING","features":[97]},{"name":"MIB_IF_ADMIN_STATUS_UP","features":[97]},{"name":"MIB_IF_ENTRY_LEVEL","features":[97]},{"name":"MIB_IF_ROW2","features":[97,17]},{"name":"MIB_IF_TABLE2","features":[97,17]},{"name":"MIB_IF_TABLE_LEVEL","features":[97]},{"name":"MIB_IF_TYPE_ETHERNET","features":[97]},{"name":"MIB_IF_TYPE_FDDI","features":[97]},{"name":"MIB_IF_TYPE_LOOPBACK","features":[97]},{"name":"MIB_IF_TYPE_OTHER","features":[97]},{"name":"MIB_IF_TYPE_PPP","features":[97]},{"name":"MIB_IF_TYPE_SLIP","features":[97]},{"name":"MIB_IF_TYPE_TOKENRING","features":[97]},{"name":"MIB_INVALID_TEREDO_PORT_NUMBER","features":[97]},{"name":"MIB_INVERTEDIFSTACK_ROW","features":[97]},{"name":"MIB_INVERTEDIFSTACK_TABLE","features":[97]},{"name":"MIB_IPADDRROW_W2K","features":[97]},{"name":"MIB_IPADDRROW_XP","features":[97]},{"name":"MIB_IPADDRTABLE","features":[97]},{"name":"MIB_IPADDR_DELETED","features":[97]},{"name":"MIB_IPADDR_DISCONNECTED","features":[97]},{"name":"MIB_IPADDR_DNS_ELIGIBLE","features":[97]},{"name":"MIB_IPADDR_DYNAMIC","features":[97]},{"name":"MIB_IPADDR_PRIMARY","features":[97]},{"name":"MIB_IPADDR_TRANSIENT","features":[97]},{"name":"MIB_IPDESTROW","features":[97,16]},{"name":"MIB_IPDESTTABLE","features":[97,16]},{"name":"MIB_IPFORWARDNUMBER","features":[97]},{"name":"MIB_IPFORWARDROW","features":[97,16]},{"name":"MIB_IPFORWARDTABLE","features":[97,16]},{"name":"MIB_IPFORWARD_ROW2","features":[1,97,17,16]},{"name":"MIB_IPFORWARD_TABLE2","features":[1,97,17,16]},{"name":"MIB_IPFORWARD_TYPE","features":[97]},{"name":"MIB_IPINTERFACE_ROW","features":[1,97,17,16]},{"name":"MIB_IPINTERFACE_TABLE","features":[1,97,17,16]},{"name":"MIB_IPMCAST_BOUNDARY","features":[97]},{"name":"MIB_IPMCAST_BOUNDARY_TABLE","features":[97]},{"name":"MIB_IPMCAST_GLOBAL","features":[97]},{"name":"MIB_IPMCAST_IF_ENTRY","features":[97]},{"name":"MIB_IPMCAST_IF_TABLE","features":[97]},{"name":"MIB_IPMCAST_MFE","features":[97]},{"name":"MIB_IPMCAST_MFE_STATS","features":[97]},{"name":"MIB_IPMCAST_MFE_STATS_EX_XP","features":[97]},{"name":"MIB_IPMCAST_OIF_STATS_LH","features":[97]},{"name":"MIB_IPMCAST_OIF_STATS_W2K","features":[97]},{"name":"MIB_IPMCAST_OIF_W2K","features":[97]},{"name":"MIB_IPMCAST_OIF_XP","features":[97]},{"name":"MIB_IPMCAST_SCOPE","features":[97]},{"name":"MIB_IPNETROW_LH","features":[97]},{"name":"MIB_IPNETROW_W2K","features":[97]},{"name":"MIB_IPNETTABLE","features":[97]},{"name":"MIB_IPNET_ROW2","features":[97,17,16]},{"name":"MIB_IPNET_TABLE2","features":[97,17,16]},{"name":"MIB_IPNET_TYPE","features":[97]},{"name":"MIB_IPNET_TYPE_DYNAMIC","features":[97]},{"name":"MIB_IPNET_TYPE_INVALID","features":[97]},{"name":"MIB_IPNET_TYPE_OTHER","features":[97]},{"name":"MIB_IPNET_TYPE_STATIC","features":[97]},{"name":"MIB_IPPATH_ROW","features":[1,97,17,16]},{"name":"MIB_IPPATH_TABLE","features":[1,97,17,16]},{"name":"MIB_IPROUTE_METRIC_UNUSED","features":[97]},{"name":"MIB_IPROUTE_TYPE_DIRECT","features":[97]},{"name":"MIB_IPROUTE_TYPE_INDIRECT","features":[97]},{"name":"MIB_IPROUTE_TYPE_INVALID","features":[97]},{"name":"MIB_IPROUTE_TYPE_OTHER","features":[97]},{"name":"MIB_IPSTATS_FORWARDING","features":[97]},{"name":"MIB_IPSTATS_LH","features":[97]},{"name":"MIB_IPSTATS_W2K","features":[97]},{"name":"MIB_IP_FORWARDING","features":[97]},{"name":"MIB_IP_NETWORK_CONNECTION_BANDWIDTH_ESTIMATES","features":[1,97,16]},{"name":"MIB_IP_NOT_FORWARDING","features":[97]},{"name":"MIB_MCAST_LIMIT_ROW","features":[97]},{"name":"MIB_MFE_STATS_TABLE","features":[97]},{"name":"MIB_MFE_STATS_TABLE_EX_XP","features":[97]},{"name":"MIB_MFE_TABLE","features":[97]},{"name":"MIB_MULTICASTIPADDRESS_ROW","features":[97,17,16]},{"name":"MIB_MULTICASTIPADDRESS_TABLE","features":[97,17,16]},{"name":"MIB_NOTIFICATION_TYPE","features":[97]},{"name":"MIB_OPAQUE_INFO","features":[97]},{"name":"MIB_OPAQUE_QUERY","features":[97]},{"name":"MIB_PROXYARP","features":[97]},{"name":"MIB_ROUTESTATE","features":[1,97]},{"name":"MIB_TCP6ROW","features":[97,16]},{"name":"MIB_TCP6ROW2","features":[97,16]},{"name":"MIB_TCP6ROW_OWNER_MODULE","features":[97]},{"name":"MIB_TCP6ROW_OWNER_PID","features":[97]},{"name":"MIB_TCP6TABLE","features":[97,16]},{"name":"MIB_TCP6TABLE2","features":[97,16]},{"name":"MIB_TCP6TABLE_OWNER_MODULE","features":[97]},{"name":"MIB_TCP6TABLE_OWNER_PID","features":[97]},{"name":"MIB_TCPROW2","features":[97]},{"name":"MIB_TCPROW_LH","features":[97]},{"name":"MIB_TCPROW_OWNER_MODULE","features":[97]},{"name":"MIB_TCPROW_OWNER_PID","features":[97]},{"name":"MIB_TCPROW_W2K","features":[97]},{"name":"MIB_TCPSTATS2","features":[97]},{"name":"MIB_TCPSTATS_LH","features":[97]},{"name":"MIB_TCPSTATS_W2K","features":[97]},{"name":"MIB_TCPTABLE","features":[97]},{"name":"MIB_TCPTABLE2","features":[97]},{"name":"MIB_TCPTABLE_OWNER_MODULE","features":[97]},{"name":"MIB_TCPTABLE_OWNER_PID","features":[97]},{"name":"MIB_TCP_RTO_CONSTANT","features":[97]},{"name":"MIB_TCP_RTO_OTHER","features":[97]},{"name":"MIB_TCP_RTO_RSRE","features":[97]},{"name":"MIB_TCP_RTO_VANJ","features":[97]},{"name":"MIB_TCP_STATE","features":[97]},{"name":"MIB_TCP_STATE_CLOSED","features":[97]},{"name":"MIB_TCP_STATE_CLOSE_WAIT","features":[97]},{"name":"MIB_TCP_STATE_CLOSING","features":[97]},{"name":"MIB_TCP_STATE_DELETE_TCB","features":[97]},{"name":"MIB_TCP_STATE_ESTAB","features":[97]},{"name":"MIB_TCP_STATE_FIN_WAIT1","features":[97]},{"name":"MIB_TCP_STATE_FIN_WAIT2","features":[97]},{"name":"MIB_TCP_STATE_LAST_ACK","features":[97]},{"name":"MIB_TCP_STATE_LISTEN","features":[97]},{"name":"MIB_TCP_STATE_RESERVED","features":[97]},{"name":"MIB_TCP_STATE_SYN_RCVD","features":[97]},{"name":"MIB_TCP_STATE_SYN_SENT","features":[97]},{"name":"MIB_TCP_STATE_TIME_WAIT","features":[97]},{"name":"MIB_UDP6ROW","features":[97,16]},{"name":"MIB_UDP6ROW2","features":[97]},{"name":"MIB_UDP6ROW_OWNER_MODULE","features":[97]},{"name":"MIB_UDP6ROW_OWNER_PID","features":[97]},{"name":"MIB_UDP6TABLE","features":[97,16]},{"name":"MIB_UDP6TABLE2","features":[97]},{"name":"MIB_UDP6TABLE_OWNER_MODULE","features":[97]},{"name":"MIB_UDP6TABLE_OWNER_PID","features":[97]},{"name":"MIB_UDPROW","features":[97]},{"name":"MIB_UDPROW2","features":[97]},{"name":"MIB_UDPROW_OWNER_MODULE","features":[97]},{"name":"MIB_UDPROW_OWNER_PID","features":[97]},{"name":"MIB_UDPSTATS","features":[97]},{"name":"MIB_UDPSTATS2","features":[97]},{"name":"MIB_UDPTABLE","features":[97]},{"name":"MIB_UDPTABLE2","features":[97]},{"name":"MIB_UDPTABLE_OWNER_MODULE","features":[97]},{"name":"MIB_UDPTABLE_OWNER_PID","features":[97]},{"name":"MIB_UNICASTIPADDRESS_ROW","features":[1,97,17,16]},{"name":"MIB_UNICASTIPADDRESS_TABLE","features":[1,97,17,16]},{"name":"MIB_USE_CURRENT_FORWARDING","features":[97]},{"name":"MIB_USE_CURRENT_TTL","features":[97]},{"name":"MIN_IF_TYPE","features":[97]},{"name":"MIXED_NODETYPE","features":[97]},{"name":"MibAddInstance","features":[97]},{"name":"MibDeleteInstance","features":[97]},{"name":"MibIfEntryNormal","features":[97]},{"name":"MibIfEntryNormalWithoutStatistics","features":[97]},{"name":"MibIfTableNormal","features":[97]},{"name":"MibIfTableNormalWithoutStatistics","features":[97]},{"name":"MibIfTableRaw","features":[97]},{"name":"MibInitialNotification","features":[97]},{"name":"MibParameterNotification","features":[97]},{"name":"ND_NEIGHBOR_ADVERT","features":[97]},{"name":"ND_NEIGHBOR_SOLICIT","features":[97]},{"name":"ND_REDIRECT","features":[97]},{"name":"ND_ROUTER_ADVERT","features":[97]},{"name":"ND_ROUTER_SOLICIT","features":[97]},{"name":"NET_ADDRESS_DNS_NAME","features":[97]},{"name":"NET_ADDRESS_FORMAT","features":[97]},{"name":"NET_ADDRESS_FORMAT_UNSPECIFIED","features":[97]},{"name":"NET_ADDRESS_INFO","features":[97,16]},{"name":"NET_ADDRESS_IPV4","features":[97]},{"name":"NET_ADDRESS_IPV6","features":[97]},{"name":"NET_STRING_IPV4_ADDRESS","features":[97]},{"name":"NET_STRING_IPV4_NETWORK","features":[97]},{"name":"NET_STRING_IPV4_SERVICE","features":[97]},{"name":"NET_STRING_IPV6_ADDRESS","features":[97]},{"name":"NET_STRING_IPV6_ADDRESS_NO_SCOPE","features":[97]},{"name":"NET_STRING_IPV6_NETWORK","features":[97]},{"name":"NET_STRING_IPV6_SERVICE","features":[97]},{"name":"NET_STRING_IPV6_SERVICE_NO_SCOPE","features":[97]},{"name":"NET_STRING_NAMED_ADDRESS","features":[97]},{"name":"NET_STRING_NAMED_SERVICE","features":[97]},{"name":"NUMBER_OF_EXPORTED_VARIABLES","features":[97]},{"name":"NhpAllocateAndGetInterfaceInfoFromStack","features":[1,97]},{"name":"NotifyAddrChange","features":[1,97,7]},{"name":"NotifyIfTimestampConfigChange","features":[97]},{"name":"NotifyIpInterfaceChange","features":[1,97,17,16]},{"name":"NotifyNetworkConnectivityHintChange","features":[1,97,16]},{"name":"NotifyRouteChange","features":[1,97,7]},{"name":"NotifyRouteChange2","features":[1,97,17,16]},{"name":"NotifyStableUnicastIpAddressTable","features":[1,97,17,16]},{"name":"NotifyTeredoPortChange","features":[1,97]},{"name":"NotifyUnicastIpAddressChange","features":[1,97,17,16]},{"name":"PEER_TO_PEER_NODETYPE","features":[97]},{"name":"PFADDRESSTYPE","features":[97]},{"name":"PFERROR_BUFFER_TOO_SMALL","features":[97]},{"name":"PFERROR_NO_FILTERS_GIVEN","features":[97]},{"name":"PFERROR_NO_PF_INTERFACE","features":[97]},{"name":"PFFORWARD_ACTION","features":[97]},{"name":"PFFRAMETYPE","features":[97]},{"name":"PFFT_FILTER","features":[97]},{"name":"PFFT_FRAG","features":[97]},{"name":"PFFT_SPOOF","features":[97]},{"name":"PFLOGFRAME","features":[97]},{"name":"PF_ACTION_DROP","features":[97]},{"name":"PF_ACTION_FORWARD","features":[97]},{"name":"PF_FILTER_DESCRIPTOR","features":[97]},{"name":"PF_FILTER_STATS","features":[97]},{"name":"PF_INTERFACE_STATS","features":[97]},{"name":"PF_IPV4","features":[97]},{"name":"PF_IPV6","features":[97]},{"name":"PF_LATEBIND_INFO","features":[97]},{"name":"PINTERFACE_TIMESTAMP_CONFIG_CHANGE_CALLBACK","features":[97]},{"name":"PIPFORWARD_CHANGE_CALLBACK","features":[1,97,17,16]},{"name":"PIPINTERFACE_CHANGE_CALLBACK","features":[1,97,17,16]},{"name":"PNETWORK_CONNECTIVITY_HINT_CHANGE_CALLBACK","features":[1,97,16]},{"name":"PROXY_ARP","features":[97]},{"name":"PSTABLE_UNICAST_IPADDRESS_TABLE_CALLBACK","features":[1,97,17,16]},{"name":"PTEREDO_PORT_CHANGE_CALLBACK","features":[97]},{"name":"PUNICAST_IPADDRESS_CHANGE_CALLBACK","features":[1,97,17,16]},{"name":"ParseNetworkString","features":[97,16]},{"name":"PfAddFiltersToInterface","features":[97]},{"name":"PfAddGlobalFilterToInterface","features":[97]},{"name":"PfBindInterfaceToIPAddress","features":[97]},{"name":"PfBindInterfaceToIndex","features":[97]},{"name":"PfCreateInterface","features":[1,97]},{"name":"PfDeleteInterface","features":[97]},{"name":"PfDeleteLog","features":[97]},{"name":"PfGetInterfaceStatistics","features":[1,97]},{"name":"PfMakeLog","features":[1,97]},{"name":"PfRebindFilters","features":[97]},{"name":"PfRemoveFilterHandles","features":[97]},{"name":"PfRemoveFiltersFromInterface","features":[97]},{"name":"PfRemoveGlobalFilterFromInterface","features":[97]},{"name":"PfSetLogBuffer","features":[97]},{"name":"PfTestPacket","features":[97]},{"name":"PfUnBindInterface","features":[97]},{"name":"ROUTE_LONGER","features":[97]},{"name":"ROUTE_MATCHING","features":[97]},{"name":"ROUTE_SHORTER","features":[97]},{"name":"ROUTE_STATE","features":[97]},{"name":"RegisterInterfaceTimestampConfigChange","features":[97]},{"name":"ResolveIpNetEntry2","features":[1,97,17,16]},{"name":"ResolveNeighbor","features":[97,16]},{"name":"RestoreMediaSense","features":[1,97,7]},{"name":"SendARP","features":[97]},{"name":"SetCurrentThreadCompartmentId","features":[1,97,17]},{"name":"SetCurrentThreadCompartmentScope","features":[1,97]},{"name":"SetDnsSettings","features":[1,97]},{"name":"SetIfEntry","features":[97]},{"name":"SetInterfaceDnsSettings","features":[1,97]},{"name":"SetIpForwardEntry","features":[97,16]},{"name":"SetIpForwardEntry2","features":[1,97,17,16]},{"name":"SetIpInterfaceEntry","features":[1,97,17,16]},{"name":"SetIpNetEntry","features":[97]},{"name":"SetIpNetEntry2","features":[1,97,17,16]},{"name":"SetIpStatistics","features":[97]},{"name":"SetIpStatisticsEx","features":[97]},{"name":"SetIpTTL","features":[97]},{"name":"SetJobCompartmentId","features":[1,97,17]},{"name":"SetNetworkInformation","features":[1,97,17]},{"name":"SetPerTcp6ConnectionEStats","features":[97,16]},{"name":"SetPerTcpConnectionEStats","features":[97]},{"name":"SetSessionCompartmentId","features":[1,97,17]},{"name":"SetTcpEntry","features":[97]},{"name":"SetUnicastIpAddressEntry","features":[1,97,17,16]},{"name":"TCP6_STATS","features":[97]},{"name":"TCPIP_OWNER_MODULE_BASIC_INFO","features":[97]},{"name":"TCPIP_OWNER_MODULE_INFO_BASIC","features":[97]},{"name":"TCPIP_OWNER_MODULE_INFO_CLASS","features":[97]},{"name":"TCPIP_OWNING_MODULE_SIZE","features":[97]},{"name":"TCP_BOOLEAN_OPTIONAL","features":[97]},{"name":"TCP_CONNECTION_OFFLOAD_STATE","features":[97]},{"name":"TCP_ESTATS_BANDWIDTH_ROD_v0","features":[1,97]},{"name":"TCP_ESTATS_BANDWIDTH_RW_v0","features":[97]},{"name":"TCP_ESTATS_DATA_ROD_v0","features":[97]},{"name":"TCP_ESTATS_DATA_RW_v0","features":[1,97]},{"name":"TCP_ESTATS_FINE_RTT_ROD_v0","features":[97]},{"name":"TCP_ESTATS_FINE_RTT_RW_v0","features":[1,97]},{"name":"TCP_ESTATS_OBS_REC_ROD_v0","features":[97]},{"name":"TCP_ESTATS_OBS_REC_RW_v0","features":[1,97]},{"name":"TCP_ESTATS_PATH_ROD_v0","features":[97]},{"name":"TCP_ESTATS_PATH_RW_v0","features":[1,97]},{"name":"TCP_ESTATS_REC_ROD_v0","features":[97]},{"name":"TCP_ESTATS_REC_RW_v0","features":[1,97]},{"name":"TCP_ESTATS_SEND_BUFF_ROD_v0","features":[97]},{"name":"TCP_ESTATS_SEND_BUFF_RW_v0","features":[1,97]},{"name":"TCP_ESTATS_SND_CONG_ROD_v0","features":[97]},{"name":"TCP_ESTATS_SND_CONG_ROS_v0","features":[97]},{"name":"TCP_ESTATS_SND_CONG_RW_v0","features":[1,97]},{"name":"TCP_ESTATS_SYN_OPTS_ROS_v0","features":[1,97]},{"name":"TCP_ESTATS_TYPE","features":[97]},{"name":"TCP_RESERVE_PORT_RANGE","features":[97]},{"name":"TCP_ROW","features":[97]},{"name":"TCP_RTO_ALGORITHM","features":[97]},{"name":"TCP_SOFT_ERROR","features":[97]},{"name":"TCP_STATS","features":[97]},{"name":"TCP_TABLE","features":[97]},{"name":"TCP_TABLE_BASIC_ALL","features":[97]},{"name":"TCP_TABLE_BASIC_CONNECTIONS","features":[97]},{"name":"TCP_TABLE_BASIC_LISTENER","features":[97]},{"name":"TCP_TABLE_CLASS","features":[97]},{"name":"TCP_TABLE_OWNER_MODULE_ALL","features":[97]},{"name":"TCP_TABLE_OWNER_MODULE_CONNECTIONS","features":[97]},{"name":"TCP_TABLE_OWNER_MODULE_LISTENER","features":[97]},{"name":"TCP_TABLE_OWNER_PID_ALL","features":[97]},{"name":"TCP_TABLE_OWNER_PID_CONNECTIONS","features":[97]},{"name":"TCP_TABLE_OWNER_PID_LISTENER","features":[97]},{"name":"TcpBoolOptDisabled","features":[97]},{"name":"TcpBoolOptEnabled","features":[97]},{"name":"TcpBoolOptUnchanged","features":[97]},{"name":"TcpConnectionEstatsBandwidth","features":[97]},{"name":"TcpConnectionEstatsData","features":[97]},{"name":"TcpConnectionEstatsFineRtt","features":[97]},{"name":"TcpConnectionEstatsMaximum","features":[97]},{"name":"TcpConnectionEstatsObsRec","features":[97]},{"name":"TcpConnectionEstatsPath","features":[97]},{"name":"TcpConnectionEstatsRec","features":[97]},{"name":"TcpConnectionEstatsSendBuff","features":[97]},{"name":"TcpConnectionEstatsSndCong","features":[97]},{"name":"TcpConnectionEstatsSynOpts","features":[97]},{"name":"TcpConnectionOffloadStateInHost","features":[97]},{"name":"TcpConnectionOffloadStateMax","features":[97]},{"name":"TcpConnectionOffloadStateOffloaded","features":[97]},{"name":"TcpConnectionOffloadStateOffloading","features":[97]},{"name":"TcpConnectionOffloadStateUploading","features":[97]},{"name":"TcpErrorAboveAckWindow","features":[97]},{"name":"TcpErrorAboveDataWindow","features":[97]},{"name":"TcpErrorAboveTsWindow","features":[97]},{"name":"TcpErrorBelowAckWindow","features":[97]},{"name":"TcpErrorBelowDataWindow","features":[97]},{"name":"TcpErrorBelowTsWindow","features":[97]},{"name":"TcpErrorDataChecksumError","features":[97]},{"name":"TcpErrorDataLengthError","features":[97]},{"name":"TcpErrorMaxSoftError","features":[97]},{"name":"TcpErrorNone","features":[97]},{"name":"TcpRtoAlgorithmConstant","features":[97]},{"name":"TcpRtoAlgorithmOther","features":[97]},{"name":"TcpRtoAlgorithmRsre","features":[97]},{"name":"TcpRtoAlgorithmVanj","features":[97]},{"name":"UDP6_STATS","features":[97]},{"name":"UDP_ROW","features":[97]},{"name":"UDP_STATS","features":[97]},{"name":"UDP_TABLE","features":[97]},{"name":"UDP_TABLE_BASIC","features":[97]},{"name":"UDP_TABLE_CLASS","features":[97]},{"name":"UDP_TABLE_OWNER_MODULE","features":[97]},{"name":"UDP_TABLE_OWNER_PID","features":[97]},{"name":"UnenableRouter","features":[1,97,7]},{"name":"UnregisterInterfaceTimestampConfigChange","features":[97]},{"name":"if_indextoname","features":[97]},{"name":"if_nametoindex","features":[97]}],"457":[{"name":"IPNG_ADDRESS","features":[98]},{"name":"MCAST_API_CURRENT_VERSION","features":[98]},{"name":"MCAST_API_VERSION_0","features":[98]},{"name":"MCAST_API_VERSION_1","features":[98]},{"name":"MCAST_CLIENT_ID_LEN","features":[98]},{"name":"MCAST_CLIENT_UID","features":[98]},{"name":"MCAST_LEASE_REQUEST","features":[98]},{"name":"MCAST_LEASE_RESPONSE","features":[98]},{"name":"MCAST_SCOPE_CTX","features":[98]},{"name":"MCAST_SCOPE_ENTRY","features":[1,98]},{"name":"McastApiCleanup","features":[98]},{"name":"McastApiStartup","features":[98]},{"name":"McastEnumerateScopes","features":[1,98]},{"name":"McastGenUID","features":[98]},{"name":"McastReleaseAddress","features":[98]},{"name":"McastRenewAddress","features":[98]},{"name":"McastRequestAddress","features":[98]}],"458":[{"name":"AUTHENTICATE","features":[17]},{"name":"BSSID_INFO","features":[17]},{"name":"CLOCK_NETWORK_DERIVED","features":[17]},{"name":"CLOCK_PRECISION","features":[17]},{"name":"DD_NDIS_DEVICE_NAME","features":[17]},{"name":"DOT11_RSN_KCK_LENGTH","features":[17]},{"name":"DOT11_RSN_KEK_LENGTH","features":[17]},{"name":"DOT11_RSN_MAX_CIPHER_KEY_LENGTH","features":[17]},{"name":"EAPOL_REQUEST_ID_WOL_FLAG_MUST_ENCRYPT","features":[17]},{"name":"ENCRYPT","features":[17]},{"name":"ETHERNET_LENGTH_OF_ADDRESS","features":[17]},{"name":"GEN_GET_NETCARD_TIME","features":[17]},{"name":"GEN_GET_TIME_CAPS","features":[17]},{"name":"GUID_DEVINTERFACE_NET","features":[17]},{"name":"GUID_DEVINTERFACE_NETUIO","features":[17]},{"name":"GUID_NDIS_802_11_ADD_KEY","features":[17]},{"name":"GUID_NDIS_802_11_ADD_WEP","features":[17]},{"name":"GUID_NDIS_802_11_ASSOCIATION_INFORMATION","features":[17]},{"name":"GUID_NDIS_802_11_AUTHENTICATION_MODE","features":[17]},{"name":"GUID_NDIS_802_11_BSSID","features":[17]},{"name":"GUID_NDIS_802_11_BSSID_LIST","features":[17]},{"name":"GUID_NDIS_802_11_BSSID_LIST_SCAN","features":[17]},{"name":"GUID_NDIS_802_11_CONFIGURATION","features":[17]},{"name":"GUID_NDIS_802_11_DESIRED_RATES","features":[17]},{"name":"GUID_NDIS_802_11_DISASSOCIATE","features":[17]},{"name":"GUID_NDIS_802_11_FRAGMENTATION_THRESHOLD","features":[17]},{"name":"GUID_NDIS_802_11_INFRASTRUCTURE_MODE","features":[17]},{"name":"GUID_NDIS_802_11_MEDIA_STREAM_MODE","features":[17]},{"name":"GUID_NDIS_802_11_NETWORK_TYPES_SUPPORTED","features":[17]},{"name":"GUID_NDIS_802_11_NETWORK_TYPE_IN_USE","features":[17]},{"name":"GUID_NDIS_802_11_NUMBER_OF_ANTENNAS","features":[17]},{"name":"GUID_NDIS_802_11_POWER_MODE","features":[17]},{"name":"GUID_NDIS_802_11_PRIVACY_FILTER","features":[17]},{"name":"GUID_NDIS_802_11_RELOAD_DEFAULTS","features":[17]},{"name":"GUID_NDIS_802_11_REMOVE_KEY","features":[17]},{"name":"GUID_NDIS_802_11_REMOVE_WEP","features":[17]},{"name":"GUID_NDIS_802_11_RSSI","features":[17]},{"name":"GUID_NDIS_802_11_RSSI_TRIGGER","features":[17]},{"name":"GUID_NDIS_802_11_RTS_THRESHOLD","features":[17]},{"name":"GUID_NDIS_802_11_RX_ANTENNA_SELECTED","features":[17]},{"name":"GUID_NDIS_802_11_SSID","features":[17]},{"name":"GUID_NDIS_802_11_STATISTICS","features":[17]},{"name":"GUID_NDIS_802_11_SUPPORTED_RATES","features":[17]},{"name":"GUID_NDIS_802_11_TEST","features":[17]},{"name":"GUID_NDIS_802_11_TX_ANTENNA_SELECTED","features":[17]},{"name":"GUID_NDIS_802_11_TX_POWER_LEVEL","features":[17]},{"name":"GUID_NDIS_802_11_WEP_STATUS","features":[17]},{"name":"GUID_NDIS_802_3_CURRENT_ADDRESS","features":[17]},{"name":"GUID_NDIS_802_3_MAC_OPTIONS","features":[17]},{"name":"GUID_NDIS_802_3_MAXIMUM_LIST_SIZE","features":[17]},{"name":"GUID_NDIS_802_3_MULTICAST_LIST","features":[17]},{"name":"GUID_NDIS_802_3_PERMANENT_ADDRESS","features":[17]},{"name":"GUID_NDIS_802_3_RCV_ERROR_ALIGNMENT","features":[17]},{"name":"GUID_NDIS_802_3_XMIT_MORE_COLLISIONS","features":[17]},{"name":"GUID_NDIS_802_3_XMIT_ONE_COLLISION","features":[17]},{"name":"GUID_NDIS_802_5_CURRENT_ADDRESS","features":[17]},{"name":"GUID_NDIS_802_5_CURRENT_FUNCTIONAL","features":[17]},{"name":"GUID_NDIS_802_5_CURRENT_GROUP","features":[17]},{"name":"GUID_NDIS_802_5_CURRENT_RING_STATE","features":[17]},{"name":"GUID_NDIS_802_5_CURRENT_RING_STATUS","features":[17]},{"name":"GUID_NDIS_802_5_LAST_OPEN_STATUS","features":[17]},{"name":"GUID_NDIS_802_5_LINE_ERRORS","features":[17]},{"name":"GUID_NDIS_802_5_LOST_FRAMES","features":[17]},{"name":"GUID_NDIS_802_5_PERMANENT_ADDRESS","features":[17]},{"name":"GUID_NDIS_ENUMERATE_ADAPTER","features":[17]},{"name":"GUID_NDIS_ENUMERATE_ADAPTERS_EX","features":[17]},{"name":"GUID_NDIS_ENUMERATE_VC","features":[17]},{"name":"GUID_NDIS_GEN_CO_DRIVER_VERSION","features":[17]},{"name":"GUID_NDIS_GEN_CO_HARDWARE_STATUS","features":[17]},{"name":"GUID_NDIS_GEN_CO_LINK_SPEED","features":[17]},{"name":"GUID_NDIS_GEN_CO_MAC_OPTIONS","features":[17]},{"name":"GUID_NDIS_GEN_CO_MEDIA_CONNECT_STATUS","features":[17]},{"name":"GUID_NDIS_GEN_CO_MEDIA_IN_USE","features":[17]},{"name":"GUID_NDIS_GEN_CO_MEDIA_SUPPORTED","features":[17]},{"name":"GUID_NDIS_GEN_CO_MINIMUM_LINK_SPEED","features":[17]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_ERROR","features":[17]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_NO_BUFFER","features":[17]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_OK","features":[17]},{"name":"GUID_NDIS_GEN_CO_VENDOR_DESCRIPTION","features":[17]},{"name":"GUID_NDIS_GEN_CO_VENDOR_DRIVER_VERSION","features":[17]},{"name":"GUID_NDIS_GEN_CO_VENDOR_ID","features":[17]},{"name":"GUID_NDIS_GEN_CO_XMIT_PDUS_ERROR","features":[17]},{"name":"GUID_NDIS_GEN_CO_XMIT_PDUS_OK","features":[17]},{"name":"GUID_NDIS_GEN_CURRENT_LOOKAHEAD","features":[17]},{"name":"GUID_NDIS_GEN_CURRENT_PACKET_FILTER","features":[17]},{"name":"GUID_NDIS_GEN_DRIVER_VERSION","features":[17]},{"name":"GUID_NDIS_GEN_ENUMERATE_PORTS","features":[17]},{"name":"GUID_NDIS_GEN_HARDWARE_STATUS","features":[17]},{"name":"GUID_NDIS_GEN_INTERRUPT_MODERATION","features":[17]},{"name":"GUID_NDIS_GEN_INTERRUPT_MODERATION_PARAMETERS","features":[17]},{"name":"GUID_NDIS_GEN_LINK_PARAMETERS","features":[17]},{"name":"GUID_NDIS_GEN_LINK_SPEED","features":[17]},{"name":"GUID_NDIS_GEN_LINK_STATE","features":[17]},{"name":"GUID_NDIS_GEN_MAC_OPTIONS","features":[17]},{"name":"GUID_NDIS_GEN_MAXIMUM_FRAME_SIZE","features":[17]},{"name":"GUID_NDIS_GEN_MAXIMUM_LOOKAHEAD","features":[17]},{"name":"GUID_NDIS_GEN_MAXIMUM_SEND_PACKETS","features":[17]},{"name":"GUID_NDIS_GEN_MAXIMUM_TOTAL_SIZE","features":[17]},{"name":"GUID_NDIS_GEN_MEDIA_CONNECT_STATUS","features":[17]},{"name":"GUID_NDIS_GEN_MEDIA_IN_USE","features":[17]},{"name":"GUID_NDIS_GEN_MEDIA_SUPPORTED","features":[17]},{"name":"GUID_NDIS_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[17]},{"name":"GUID_NDIS_GEN_PHYSICAL_MEDIUM","features":[17]},{"name":"GUID_NDIS_GEN_PHYSICAL_MEDIUM_EX","features":[17]},{"name":"GUID_NDIS_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[17]},{"name":"GUID_NDIS_GEN_PORT_STATE","features":[17]},{"name":"GUID_NDIS_GEN_RCV_ERROR","features":[17]},{"name":"GUID_NDIS_GEN_RCV_NO_BUFFER","features":[17]},{"name":"GUID_NDIS_GEN_RCV_OK","features":[17]},{"name":"GUID_NDIS_GEN_RECEIVE_BLOCK_SIZE","features":[17]},{"name":"GUID_NDIS_GEN_RECEIVE_BUFFER_SPACE","features":[17]},{"name":"GUID_NDIS_GEN_STATISTICS","features":[17]},{"name":"GUID_NDIS_GEN_TRANSMIT_BLOCK_SIZE","features":[17]},{"name":"GUID_NDIS_GEN_TRANSMIT_BUFFER_SPACE","features":[17]},{"name":"GUID_NDIS_GEN_VENDOR_DESCRIPTION","features":[17]},{"name":"GUID_NDIS_GEN_VENDOR_DRIVER_VERSION","features":[17]},{"name":"GUID_NDIS_GEN_VENDOR_ID","features":[17]},{"name":"GUID_NDIS_GEN_VLAN_ID","features":[17]},{"name":"GUID_NDIS_GEN_XMIT_ERROR","features":[17]},{"name":"GUID_NDIS_GEN_XMIT_OK","features":[17]},{"name":"GUID_NDIS_HD_SPLIT_CURRENT_CONFIG","features":[17]},{"name":"GUID_NDIS_HD_SPLIT_PARAMETERS","features":[17]},{"name":"GUID_NDIS_LAN_CLASS","features":[17]},{"name":"GUID_NDIS_NDK_CAPABILITIES","features":[17]},{"name":"GUID_NDIS_NDK_STATE","features":[17]},{"name":"GUID_NDIS_NOTIFY_ADAPTER_ARRIVAL","features":[17]},{"name":"GUID_NDIS_NOTIFY_ADAPTER_REMOVAL","features":[17]},{"name":"GUID_NDIS_NOTIFY_BIND","features":[17]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_OFF","features":[17]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_OFF_EX","features":[17]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_ON","features":[17]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_ON_EX","features":[17]},{"name":"GUID_NDIS_NOTIFY_FILTER_ARRIVAL","features":[17]},{"name":"GUID_NDIS_NOTIFY_FILTER_REMOVAL","features":[17]},{"name":"GUID_NDIS_NOTIFY_UNBIND","features":[17]},{"name":"GUID_NDIS_NOTIFY_VC_ARRIVAL","features":[17]},{"name":"GUID_NDIS_NOTIFY_VC_REMOVAL","features":[17]},{"name":"GUID_NDIS_PM_ACTIVE_CAPABILITIES","features":[17]},{"name":"GUID_NDIS_PM_ADMIN_CONFIG","features":[17]},{"name":"GUID_NDIS_RECEIVE_FILTER_ENUM_FILTERS","features":[17]},{"name":"GUID_NDIS_RECEIVE_FILTER_ENUM_QUEUES","features":[17]},{"name":"GUID_NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[17]},{"name":"GUID_NDIS_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[17]},{"name":"GUID_NDIS_RECEIVE_FILTER_PARAMETERS","features":[17]},{"name":"GUID_NDIS_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[17]},{"name":"GUID_NDIS_RECEIVE_SCALE_CAPABILITIES","features":[17]},{"name":"GUID_NDIS_RSS_ENABLED","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_ASSOCIATION_COMPLETION","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_ASSOCIATION_START","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_CONNECTION_COMPLETION","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_CONNECTION_START","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_DISASSOCIATION","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_LINK_QUALITY","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_MPDU_MAX_LENGTH_CHANGED","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_PHY_STATE_CHANGED","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_PMKID_CANDIDATE_LIST","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_ROAMING_COMPLETION","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_ROAMING_START","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_SCAN_CONFIRM","features":[17]},{"name":"GUID_NDIS_STATUS_DOT11_TKIPMIC_FAILURE","features":[17]},{"name":"GUID_NDIS_STATUS_EXTERNAL_CONNECTIVITY_CHANGE","features":[17]},{"name":"GUID_NDIS_STATUS_HD_SPLIT_CURRENT_CONFIG","features":[17]},{"name":"GUID_NDIS_STATUS_LINK_SPEED_CHANGE","features":[17]},{"name":"GUID_NDIS_STATUS_LINK_STATE","features":[17]},{"name":"GUID_NDIS_STATUS_MEDIA_CONNECT","features":[17]},{"name":"GUID_NDIS_STATUS_MEDIA_DISCONNECT","features":[17]},{"name":"GUID_NDIS_STATUS_MEDIA_SPECIFIC_INDICATION","features":[17]},{"name":"GUID_NDIS_STATUS_NETWORK_CHANGE","features":[17]},{"name":"GUID_NDIS_STATUS_OPER_STATUS","features":[17]},{"name":"GUID_NDIS_STATUS_PACKET_FILTER","features":[17]},{"name":"GUID_NDIS_STATUS_PM_OFFLOAD_REJECTED","features":[17]},{"name":"GUID_NDIS_STATUS_PM_WAKE_REASON","features":[17]},{"name":"GUID_NDIS_STATUS_PM_WOL_PATTERN_REJECTED","features":[17]},{"name":"GUID_NDIS_STATUS_PORT_STATE","features":[17]},{"name":"GUID_NDIS_STATUS_RESET_END","features":[17]},{"name":"GUID_NDIS_STATUS_RESET_START","features":[17]},{"name":"GUID_NDIS_STATUS_TASK_OFFLOAD_CURRENT_CONFIG","features":[17]},{"name":"GUID_NDIS_STATUS_TASK_OFFLOAD_HARDWARE_CAPABILITIES","features":[17]},{"name":"GUID_NDIS_STATUS_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[17]},{"name":"GUID_NDIS_STATUS_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[17]},{"name":"GUID_NDIS_SWITCH_MICROSOFT_VENDOR_ID","features":[17]},{"name":"GUID_NDIS_SWITCH_PORT_PROPERTY_PROFILE_ID_DEFAULT_EXTERNAL_NIC","features":[17]},{"name":"GUID_NDIS_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[17]},{"name":"GUID_NDIS_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[17]},{"name":"GUID_NDIS_TCP_OFFLOAD_CURRENT_CONFIG","features":[17]},{"name":"GUID_NDIS_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[17]},{"name":"GUID_NDIS_TCP_OFFLOAD_PARAMETERS","features":[17]},{"name":"GUID_NDIS_TCP_RSC_STATISTICS","features":[17]},{"name":"GUID_NDIS_WAKE_ON_MAGIC_PACKET_ONLY","features":[17]},{"name":"GUID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[17]},{"name":"GUID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[17]},{"name":"GUID_PM_ADD_PROTOCOL_OFFLOAD","features":[17]},{"name":"GUID_PM_ADD_WOL_PATTERN","features":[17]},{"name":"GUID_PM_CURRENT_CAPABILITIES","features":[17]},{"name":"GUID_PM_GET_PROTOCOL_OFFLOAD","features":[17]},{"name":"GUID_PM_HARDWARE_CAPABILITIES","features":[17]},{"name":"GUID_PM_PARAMETERS","features":[17]},{"name":"GUID_PM_PROTOCOL_OFFLOAD_LIST","features":[17]},{"name":"GUID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[17]},{"name":"GUID_PM_REMOVE_WOL_PATTERN","features":[17]},{"name":"GUID_PM_WOL_PATTERN_LIST","features":[17]},{"name":"GUID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[17]},{"name":"GUID_STATUS_MEDIA_SPECIFIC_INDICATION_EX","features":[17]},{"name":"IF_ADMINISTRATIVE_DEMANDDIAL","features":[17]},{"name":"IF_ADMINISTRATIVE_DISABLED","features":[17]},{"name":"IF_ADMINISTRATIVE_ENABLED","features":[17]},{"name":"IF_ADMINISTRATIVE_STATE","features":[17]},{"name":"IF_COUNTED_STRING_LH","features":[17]},{"name":"IF_MAX_PHYS_ADDRESS_LENGTH","features":[17]},{"name":"IF_MAX_STRING_SIZE","features":[17]},{"name":"IF_OPER_STATUS","features":[17]},{"name":"IF_PHYSICAL_ADDRESS_LH","features":[17]},{"name":"IOCTL_NDIS_RESERVED5","features":[17]},{"name":"IOCTL_NDIS_RESERVED6","features":[17]},{"name":"IPSEC_OFFLOAD_V2_AND_TCP_CHECKSUM_COEXISTENCE","features":[17]},{"name":"IPSEC_OFFLOAD_V2_AND_UDP_CHECKSUM_COEXISTENCE","features":[17]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_128","features":[17]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_192","features":[17]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_256","features":[17]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_MD5","features":[17]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_1","features":[17]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_256","features":[17]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_3_DES_CBC","features":[17]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_128","features":[17]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_192","features":[17]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_256","features":[17]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_128","features":[17]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_192","features":[17]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_256","features":[17]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_DES_CBC","features":[17]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_NONE","features":[17]},{"name":"IfOperStatusDormant","features":[17]},{"name":"IfOperStatusDown","features":[17]},{"name":"IfOperStatusLowerLayerDown","features":[17]},{"name":"IfOperStatusNotPresent","features":[17]},{"name":"IfOperStatusTesting","features":[17]},{"name":"IfOperStatusUnknown","features":[17]},{"name":"IfOperStatusUp","features":[17]},{"name":"MAXIMUM_IP_OPER_STATUS_ADDRESS_FAMILIES_SUPPORTED","features":[17]},{"name":"MediaConnectStateConnected","features":[17]},{"name":"MediaConnectStateDisconnected","features":[17]},{"name":"MediaConnectStateUnknown","features":[17]},{"name":"MediaDuplexStateFull","features":[17]},{"name":"MediaDuplexStateHalf","features":[17]},{"name":"MediaDuplexStateUnknown","features":[17]},{"name":"NDIS_802_11_AI_REQFI","features":[17]},{"name":"NDIS_802_11_AI_REQFI_CAPABILITIES","features":[17]},{"name":"NDIS_802_11_AI_REQFI_CURRENTAPADDRESS","features":[17]},{"name":"NDIS_802_11_AI_REQFI_LISTENINTERVAL","features":[17]},{"name":"NDIS_802_11_AI_RESFI","features":[17]},{"name":"NDIS_802_11_AI_RESFI_ASSOCIATIONID","features":[17]},{"name":"NDIS_802_11_AI_RESFI_CAPABILITIES","features":[17]},{"name":"NDIS_802_11_AI_RESFI_STATUSCODE","features":[17]},{"name":"NDIS_802_11_ASSOCIATION_INFORMATION","features":[17]},{"name":"NDIS_802_11_AUTHENTICATION_ENCRYPTION","features":[17]},{"name":"NDIS_802_11_AUTHENTICATION_EVENT","features":[17]},{"name":"NDIS_802_11_AUTHENTICATION_MODE","features":[17]},{"name":"NDIS_802_11_AUTHENTICATION_REQUEST","features":[17]},{"name":"NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS","features":[17]},{"name":"NDIS_802_11_AUTH_REQUEST_GROUP_ERROR","features":[17]},{"name":"NDIS_802_11_AUTH_REQUEST_KEYUPDATE","features":[17]},{"name":"NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR","features":[17]},{"name":"NDIS_802_11_AUTH_REQUEST_REAUTH","features":[17]},{"name":"NDIS_802_11_BSSID_LIST","features":[17]},{"name":"NDIS_802_11_BSSID_LIST_EX","features":[17]},{"name":"NDIS_802_11_CAPABILITY","features":[17]},{"name":"NDIS_802_11_CONFIGURATION","features":[17]},{"name":"NDIS_802_11_CONFIGURATION_FH","features":[17]},{"name":"NDIS_802_11_FIXED_IEs","features":[17]},{"name":"NDIS_802_11_KEY","features":[17]},{"name":"NDIS_802_11_LENGTH_RATES","features":[17]},{"name":"NDIS_802_11_LENGTH_RATES_EX","features":[17]},{"name":"NDIS_802_11_LENGTH_SSID","features":[17]},{"name":"NDIS_802_11_MEDIA_STREAM_MODE","features":[17]},{"name":"NDIS_802_11_NETWORK_INFRASTRUCTURE","features":[17]},{"name":"NDIS_802_11_NETWORK_TYPE","features":[17]},{"name":"NDIS_802_11_NETWORK_TYPE_LIST","features":[17]},{"name":"NDIS_802_11_NON_BCAST_SSID_LIST","features":[17]},{"name":"NDIS_802_11_PMKID","features":[17]},{"name":"NDIS_802_11_PMKID_CANDIDATE_LIST","features":[17]},{"name":"NDIS_802_11_PMKID_CANDIDATE_PREAUTH_ENABLED","features":[17]},{"name":"NDIS_802_11_POWER_MODE","features":[17]},{"name":"NDIS_802_11_PRIVACY_FILTER","features":[17]},{"name":"NDIS_802_11_RADIO_STATUS","features":[17]},{"name":"NDIS_802_11_RELOAD_DEFAULTS","features":[17]},{"name":"NDIS_802_11_REMOVE_KEY","features":[17]},{"name":"NDIS_802_11_SSID","features":[17]},{"name":"NDIS_802_11_STATISTICS","features":[17]},{"name":"NDIS_802_11_STATUS_INDICATION","features":[17]},{"name":"NDIS_802_11_STATUS_TYPE","features":[17]},{"name":"NDIS_802_11_TEST","features":[17]},{"name":"NDIS_802_11_VARIABLE_IEs","features":[17]},{"name":"NDIS_802_11_WEP","features":[17]},{"name":"NDIS_802_11_WEP_STATUS","features":[17]},{"name":"NDIS_802_3_MAC_OPTION_PRIORITY","features":[17]},{"name":"NDIS_802_5_RING_STATE","features":[17]},{"name":"NDIS_CO_DEVICE_PROFILE","features":[17]},{"name":"NDIS_CO_LINK_SPEED","features":[17]},{"name":"NDIS_CO_MAC_OPTION_DYNAMIC_LINK_SPEED","features":[17]},{"name":"NDIS_DEFAULT_RECEIVE_FILTER_ID","features":[17]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_GROUP_ID","features":[17]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_ID","features":[17]},{"name":"NDIS_DEFAULT_SWITCH_ID","features":[17]},{"name":"NDIS_DEFAULT_VPORT_ID","features":[17]},{"name":"NDIS_DEVICE_POWER_STATE","features":[17]},{"name":"NDIS_DEVICE_TYPE_ENDPOINT","features":[17]},{"name":"NDIS_DEVICE_WAKE_ON_MAGIC_PACKET_ENABLE","features":[17]},{"name":"NDIS_DEVICE_WAKE_ON_PATTERN_MATCH_ENABLE","features":[17]},{"name":"NDIS_DEVICE_WAKE_UP_ENABLE","features":[17]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV4","features":[17]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV6","features":[17]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_NOT_SUPPORTED","features":[17]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV4","features":[17]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV6","features":[17]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3","features":[17]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q","features":[17]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q_IN_OOB","features":[17]},{"name":"NDIS_ENCAPSULATION_IEEE_LLC_SNAP_ROUTED","features":[17]},{"name":"NDIS_ENCAPSULATION_NOT_SUPPORTED","features":[17]},{"name":"NDIS_ENCAPSULATION_NULL","features":[17]},{"name":"NDIS_ENCAPSULATION_TYPE_GRE_MAC","features":[17]},{"name":"NDIS_ENCAPSULATION_TYPE_VXLAN","features":[17]},{"name":"NDIS_ETH_TYPE_802_1Q","features":[17]},{"name":"NDIS_ETH_TYPE_802_1X","features":[17]},{"name":"NDIS_ETH_TYPE_ARP","features":[17]},{"name":"NDIS_ETH_TYPE_IPV4","features":[17]},{"name":"NDIS_ETH_TYPE_IPV6","features":[17]},{"name":"NDIS_ETH_TYPE_SLOW_PROTOCOL","features":[17]},{"name":"NDIS_FDDI_ATTACHMENT_TYPE","features":[17]},{"name":"NDIS_FDDI_LCONNECTION_STATE","features":[17]},{"name":"NDIS_FDDI_RING_MGT_STATE","features":[17]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_GRE","features":[17]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_IP","features":[17]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NOT_ENCAPSULATED","features":[17]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NVGRE","features":[17]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_VXLAN","features":[17]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_RDMA_FLOW","features":[17]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_REVISION_1","features":[17]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_IS_TTL_ONE","features":[17]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_IS_TTL_ONE","features":[17]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_REVISION_1","features":[17]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_REVISION_1","features":[17]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_IS_TTL_ONE","features":[17]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_IS_TTL_ONE","features":[17]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[17]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_REVISION_1","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_ESP","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_ETHERNET","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_ICMP","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV4","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV6","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_GRE_ENCAP","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_IP_ENCAP","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_NO_ENCAP","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_NVGRE_ENCAP","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_TCP","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_UDP","features":[17]},{"name":"NDIS_GFP_HEADER_PRESENT_VXLAN_ENCAP","features":[17]},{"name":"NDIS_GFP_UNDEFINED_PROFILE_ID","features":[17]},{"name":"NDIS_GFP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[17]},{"name":"NDIS_GFT_COUNTER_INFO_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_GFT_COUNTER_INFO_REVISION_1","features":[17]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_CLIENT_SPECIFIED_ADDRESS","features":[17]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_GET_VALUES","features":[17]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_UPDATE_MEMORY_MAPPED_COUNTERS","features":[17]},{"name":"NDIS_GFT_CUSTOM_ACTION_LAST_ACTION","features":[17]},{"name":"NDIS_GFT_CUSTOM_ACTION_PROFILE_REVISION_1","features":[17]},{"name":"NDIS_GFT_CUSTOM_ACTION_REVISION_1","features":[17]},{"name":"NDIS_GFT_DELETE_PROFILE_ALL_PROFILES","features":[17]},{"name":"NDIS_GFT_DELETE_PROFILE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_GFT_DELETE_TABLE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_GFT_EMFE_ADD_IN_ACTIVATED_STATE","features":[17]},{"name":"NDIS_GFT_EMFE_ALL_VPORT_FLOW_ENTRIES","features":[17]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_FIN_FLAG_SET","features":[17]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_RST_FLAG_SET","features":[17]},{"name":"NDIS_GFT_EMFE_COPY_ALL_PACKETS","features":[17]},{"name":"NDIS_GFT_EMFE_COPY_CONDITION_CHANGED","features":[17]},{"name":"NDIS_GFT_EMFE_COPY_FIRST_PACKET","features":[17]},{"name":"NDIS_GFT_EMFE_COPY_WHEN_TCP_FLAG_SET","features":[17]},{"name":"NDIS_GFT_EMFE_COUNTER_ALLOCATE","features":[17]},{"name":"NDIS_GFT_EMFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[17]},{"name":"NDIS_GFT_EMFE_COUNTER_MEMORY_MAPPED","features":[17]},{"name":"NDIS_GFT_EMFE_COUNTER_TRACK_TCP_FLOW","features":[17]},{"name":"NDIS_GFT_EMFE_CUSTOM_ACTION_PRESENT","features":[17]},{"name":"NDIS_GFT_EMFE_MATCH_AND_ACTION_MUST_BE_SUPPORTED","features":[17]},{"name":"NDIS_GFT_EMFE_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[17]},{"name":"NDIS_GFT_EMFE_RDMA_FLOW","features":[17]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[17]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[17]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[17]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[17]},{"name":"NDIS_GFT_EXACT_MATCH_FLOW_ENTRY_REVISION_1","features":[17]},{"name":"NDIS_GFT_FLOW_ENTRY_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_NIC_SWITCH_FLOW_ENTRIES","features":[17]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_TABLE_FLOW_ENTRIES","features":[17]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_VPORT_FLOW_ENTRIES","features":[17]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_COUNTER_VALUES","features":[17]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_DEFINED","features":[17]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_RANGE_DEFINED","features":[17]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ALL_FLOW_ENTRIES","features":[17]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_GFT_FREE_COUNTER_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_DECREMENT_TTL_IF_NOT_ONE","features":[17]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_DECREMENT_TTL_IF_NOT_ONE","features":[17]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_REVISION_1","features":[17]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_REVISION_1","features":[17]},{"name":"NDIS_GFT_HEADER_TRANSPOSITION_PROFILE_REVISION_1","features":[17]},{"name":"NDIS_GFT_HTP_COPY_ALL_PACKETS","features":[17]},{"name":"NDIS_GFT_HTP_COPY_FIRST_PACKET","features":[17]},{"name":"NDIS_GFT_HTP_COPY_WHEN_TCP_FLAG_SET","features":[17]},{"name":"NDIS_GFT_HTP_CUSTOM_ACTION_PRESENT","features":[17]},{"name":"NDIS_GFT_HTP_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[17]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[17]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[17]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[17]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[17]},{"name":"NDIS_GFT_MAX_COUNTER_OBJECTS_PER_FLOW_ENTRY","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_8021P_PRIORITY_MASK","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ADD_FLOW_ENTRY_DEACTIVATED_PREFERRED","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ALLOW","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_CLIENT_SPECIFIED_MEMORY_MAPPED_COUNTERS","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COMBINED_COUNTER_AND_STATE","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_ALL","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_FIRST","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_WHEN_TCP_FLAG_SET","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DESIGNATED_EXCEPTION_VPORT","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DROP","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DSCP_MASK","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_AGGREGATE_COUNTERS","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_EXACT_MATCH","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_WILDCARD_MATCH","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_EXACT_MATCH","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_WILDCARD_MATCH","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_EXACT_MATCH","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_WILDCARD_MATCH","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_IGNORE_ACTION_SUPPORTED","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_AGGREGATE_COUNTERS","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_EXACT_MATCH","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_WILDCARD_MATCH","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_COUNTERS","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_PAKCET_AND_BYTE_COUNTERS","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_AFTER_HEADER_TRANSPOSITION","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MODIFY","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_FLOW_ENTRY_COUNTERS","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_PACKET_COUNTER_UPDATE","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_VPORT_EXCEPTION_VPORT","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_POP","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PUSH","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_RATE_LIMITING_QUEUE_SUPPORTED","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_SAMPLE","features":[17]},{"name":"NDIS_GFT_OFFLOAD_CAPS_TRACK_TCP_FLOW_STATE","features":[17]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_CUSTOM_PROVIDER_RESERVED","features":[17]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_ENABLE_OFFLOAD","features":[17]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_GFT_PROFILE_INFO_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_GFT_PROFILE_INFO_REVISION_1","features":[17]},{"name":"NDIS_GFT_RESERVED_CUSTOM_ACTIONS","features":[17]},{"name":"NDIS_GFT_STATISTICS_REVISION_1","features":[17]},{"name":"NDIS_GFT_TABLE_INCLUDE_EXTERNAL_VPPORT","features":[17]},{"name":"NDIS_GFT_TABLE_INFO_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_GFT_TABLE_INFO_REVISION_1","features":[17]},{"name":"NDIS_GFT_TABLE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_GFT_UNDEFINED_COUNTER_ID","features":[17]},{"name":"NDIS_GFT_UNDEFINED_CUSTOM_ACTION","features":[17]},{"name":"NDIS_GFT_UNDEFINED_FLOW_ENTRY_ID","features":[17]},{"name":"NDIS_GFT_UNDEFINED_TABLE_ID","features":[17]},{"name":"NDIS_GFT_VPORT_DSCP_FLAGS_CHANGED","features":[17]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_RX","features":[17]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_TX","features":[17]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_CHANGED","features":[17]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_RX","features":[17]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_TX","features":[17]},{"name":"NDIS_GFT_VPORT_ENABLE","features":[17]},{"name":"NDIS_GFT_VPORT_ENABLE_STATE_CHANGED","features":[17]},{"name":"NDIS_GFT_VPORT_EXCEPTION_VPORT_CHANGED","features":[17]},{"name":"NDIS_GFT_VPORT_MAX_DSCP_MASK_COUNTER_OBJECTS","features":[17]},{"name":"NDIS_GFT_VPORT_MAX_PRIORITY_MASK_COUNTER_OBJECTS","features":[17]},{"name":"NDIS_GFT_VPORT_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_GFT_VPORT_PARAMS_CHANGE_MASK","features":[17]},{"name":"NDIS_GFT_VPORT_PARAMS_CUSTOM_PROVIDER_RESERVED","features":[17]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN","features":[17]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN_NOT_IN_SRC_PORT_RANGE","features":[17]},{"name":"NDIS_GFT_VPORT_PRIORITY_MASK_CHANGED","features":[17]},{"name":"NDIS_GFT_VPORT_SAMPLING_RATE_CHANGED","features":[17]},{"name":"NDIS_GFT_VPORT_VXLAN_SETTINGS_CHANGED","features":[17]},{"name":"NDIS_GFT_WCFE_ADD_IN_ACTIVATED_STATE","features":[17]},{"name":"NDIS_GFT_WCFE_COPY_ALL_PACKETS","features":[17]},{"name":"NDIS_GFT_WCFE_COUNTER_ALLOCATE","features":[17]},{"name":"NDIS_GFT_WCFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[17]},{"name":"NDIS_GFT_WCFE_COUNTER_MEMORY_MAPPED","features":[17]},{"name":"NDIS_GFT_WCFE_CUSTOM_ACTION_PRESENT","features":[17]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[17]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[17]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[17]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[17]},{"name":"NDIS_GFT_WILDCARD_MATCH_FLOW_ENTRY_REVISION_1","features":[17]},{"name":"NDIS_GUID","features":[17]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP","features":[17]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP_REVISION_1","features":[17]},{"name":"NDIS_HARDWARE_STATUS","features":[17]},{"name":"NDIS_HASH_FUNCTION_MASK","features":[17]},{"name":"NDIS_HASH_IPV4","features":[17]},{"name":"NDIS_HASH_IPV6","features":[17]},{"name":"NDIS_HASH_IPV6_EX","features":[17]},{"name":"NDIS_HASH_TCP_IPV4","features":[17]},{"name":"NDIS_HASH_TCP_IPV6","features":[17]},{"name":"NDIS_HASH_TCP_IPV6_EX","features":[17]},{"name":"NDIS_HASH_TYPE_MASK","features":[17]},{"name":"NDIS_HASH_UDP_IPV4","features":[17]},{"name":"NDIS_HASH_UDP_IPV6","features":[17]},{"name":"NDIS_HASH_UDP_IPV6_EX","features":[17]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_HEADER_DATA_SPLIT","features":[17]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV4_OPTIONS","features":[17]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV6_EXTENSION_HEADERS","features":[17]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_TCP_OPTIONS","features":[17]},{"name":"NDIS_HD_SPLIT_COMBINE_ALL_HEADERS","features":[17]},{"name":"NDIS_HD_SPLIT_CURRENT_CONFIG_REVISION_1","features":[17]},{"name":"NDIS_HD_SPLIT_ENABLE_HEADER_DATA_SPLIT","features":[17]},{"name":"NDIS_HD_SPLIT_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_HYPERVISOR_INFO_FLAG_HYPERVISOR_PRESENT","features":[17]},{"name":"NDIS_HYPERVISOR_INFO_REVISION_1","features":[17]},{"name":"NDIS_INTERFACE_INFORMATION","features":[1,17]},{"name":"NDIS_INTERRUPT_MODERATION","features":[17]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_REINITIALIZE","features":[17]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_RESET","features":[17]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS","features":[17]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_IPSEC_OFFLOAD_V1","features":[17]},{"name":"NDIS_IP_OPER_STATE","features":[17]},{"name":"NDIS_IP_OPER_STATE_REVISION_1","features":[17]},{"name":"NDIS_IP_OPER_STATUS","features":[17]},{"name":"NDIS_IP_OPER_STATUS_INFO","features":[17]},{"name":"NDIS_IP_OPER_STATUS_INFO_REVISION_1","features":[17]},{"name":"NDIS_IRDA_PACKET_INFO","features":[17]},{"name":"NDIS_ISOLATION_NAME_MAX_STRING_SIZE","features":[17]},{"name":"NDIS_ISOLATION_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_LINK_PARAMETERS","features":[17]},{"name":"NDIS_LINK_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_LINK_SPEED","features":[17]},{"name":"NDIS_LINK_STATE","features":[17]},{"name":"NDIS_LINK_STATE_DUPLEX_AUTO_NEGOTIATED","features":[17]},{"name":"NDIS_LINK_STATE_PAUSE_FUNCTIONS_AUTO_NEGOTIATED","features":[17]},{"name":"NDIS_LINK_STATE_RCV_LINK_SPEED_AUTO_NEGOTIATED","features":[17]},{"name":"NDIS_LINK_STATE_REVISION_1","features":[17]},{"name":"NDIS_LINK_STATE_XMIT_LINK_SPEED_AUTO_NEGOTIATED","features":[17]},{"name":"NDIS_MAC_OPTION_8021P_PRIORITY","features":[17]},{"name":"NDIS_MAC_OPTION_8021Q_VLAN","features":[17]},{"name":"NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA","features":[17]},{"name":"NDIS_MAC_OPTION_EOTX_INDICATION","features":[17]},{"name":"NDIS_MAC_OPTION_FULL_DUPLEX","features":[17]},{"name":"NDIS_MAC_OPTION_NO_LOOPBACK","features":[17]},{"name":"NDIS_MAC_OPTION_RECEIVE_AT_DPC","features":[17]},{"name":"NDIS_MAC_OPTION_RECEIVE_SERIALIZED","features":[17]},{"name":"NDIS_MAC_OPTION_RESERVED","features":[17]},{"name":"NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE","features":[17]},{"name":"NDIS_MAC_OPTION_TRANSFERS_NOT_PEND","features":[17]},{"name":"NDIS_MAXIMUM_PORTS","features":[17]},{"name":"NDIS_MEDIA_CAP_RECEIVE","features":[17]},{"name":"NDIS_MEDIA_CAP_TRANSMIT","features":[17]},{"name":"NDIS_MEDIA_STATE","features":[17]},{"name":"NDIS_MEDIUM","features":[17]},{"name":"NDIS_NDK_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_NDK_CONNECTIONS_REVISION_1","features":[17]},{"name":"NDIS_NDK_LOCAL_ENDPOINTS_REVISION_1","features":[17]},{"name":"NDIS_NDK_STATISTICS_INFO_REVISION_1","features":[17]},{"name":"NDIS_NETWORK_CHANGE_TYPE","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_2","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_3","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_ASYMMETRIC_QUEUE_PAIRS_FOR_NONDEFAULT_VPORT_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_NIC_SWITCH_WITHOUT_IOV_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_PER_VPORT_INTERRUPT_MODERATION_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_ON_PF_VPORTS_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PARAMETERS_PER_PF_VPORT_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_FUNCTION_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_KEY_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_TYPE_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SIZE_RESTRICTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_SINGLE_VPORT_POOL","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_VF_RSS_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_CAPS_VLAN_SUPPORTED","features":[17]},{"name":"NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_DELETE_VPORT_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_FREE_VF_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_INFO_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_INFO_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_CHANGE_MASK","features":[17]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_DEFAULT_NUMBER_OF_QUEUE_PAIRS_FOR_DEFAULT_VPORT","features":[17]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_2","features":[17]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_SWITCH_NAME_CHANGED","features":[17]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[17]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_VF_INFO_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_VF_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_FUNCTION","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_GFT_ENABLED","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_LOOKAHEAD_SPLIT_ENABLED","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_PACKET_DIRECT_RX_ONLY","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_2","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_CHANGE_MASK","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_ENFORCE_MAX_SG_LIST","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_FLAGS_CHANGED","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_INT_MOD_CHANGED","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_LOOKAHEAD_SPLIT_ENABLED","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NAME_CHANGED","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NDK_PARAMS_CHANGED","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NUM_QUEUE_PAIRS_CHANGED","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PACKET_DIRECT_RX_ONLY","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PROCESSOR_AFFINITY_CHANGED","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_QOS_SQ_ID_CHANGED","features":[17]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_STATE_CHANGED","features":[17]},{"name":"NDIS_OBJECT_HEADER","features":[17]},{"name":"NDIS_OBJECT_REVISION_1","features":[17]},{"name":"NDIS_OBJECT_TYPE_BIND_PARAMETERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_CONFIGURATION_OBJECT","features":[17]},{"name":"NDIS_OBJECT_TYPE_CO_CALL_MANAGER_OPTIONAL_HANDLERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_CO_CLIENT_OPTIONAL_HANDLERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_CO_MINIPORT_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_CO_PROTOCOL_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_DEFAULT","features":[17]},{"name":"NDIS_OBJECT_TYPE_DEVICE_OBJECT_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_OBJECT","features":[17]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTACH_PARAMETERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_FILTER_DRIVER_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_FILTER_PARTIAL_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_FILTER_PAUSE_PARAMETERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_FILTER_RESTART_PARAMETERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_HD_SPLIT_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NDK_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DEVICE_POWER_NOTIFICATION","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DRIVER_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INIT_PARAMETERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INTERRUPT","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_PNP_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_SS_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_NDK_PROVIDER_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_NSI_COMPARTMENT_RW_STRUCT","features":[17]},{"name":"NDIS_OBJECT_TYPE_NSI_INTERFACE_PERSIST_RW_STRUCT","features":[17]},{"name":"NDIS_OBJECT_TYPE_NSI_NETWORK_RW_STRUCT","features":[17]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD","features":[17]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD_ENCAPSULATION","features":[17]},{"name":"NDIS_OBJECT_TYPE_OID_REQUEST","features":[17]},{"name":"NDIS_OBJECT_TYPE_OPEN_PARAMETERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_1","features":[17]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_2","features":[17]},{"name":"NDIS_OBJECT_TYPE_PD_RECEIVE_QUEUE","features":[17]},{"name":"NDIS_OBJECT_TYPE_PD_TRANSMIT_QUEUE","features":[17]},{"name":"NDIS_OBJECT_TYPE_PORT_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_PORT_STATE","features":[17]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_DRIVER_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_RESTART_PARAMETERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_QOS_CAPABILITIES","features":[17]},{"name":"NDIS_OBJECT_TYPE_QOS_CLASSIFICATION_ELEMENT","features":[17]},{"name":"NDIS_OBJECT_TYPE_QOS_PARAMETERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_REQUEST_EX","features":[17]},{"name":"NDIS_OBJECT_TYPE_RESTART_GENERAL_ATTRIBUTES","features":[17]},{"name":"NDIS_OBJECT_TYPE_RSS_CAPABILITIES","features":[17]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS_V2","features":[17]},{"name":"NDIS_OBJECT_TYPE_RSS_PROCESSOR_INFO","features":[17]},{"name":"NDIS_OBJECT_TYPE_RSS_SET_INDIRECTION_ENTRIES","features":[17]},{"name":"NDIS_OBJECT_TYPE_SG_DMA_DESCRIPTION","features":[17]},{"name":"NDIS_OBJECT_TYPE_SHARED_MEMORY_PROVIDER_CHARACTERISTICS","features":[17]},{"name":"NDIS_OBJECT_TYPE_STATUS_INDICATION","features":[17]},{"name":"NDIS_OBJECT_TYPE_SWITCH_OPTIONAL_HANDLERS","features":[17]},{"name":"NDIS_OBJECT_TYPE_TIMER_CHARACTERISTICS","features":[17]},{"name":"NDIS_OFFLOAD","features":[17]},{"name":"NDIS_OFFLOAD_FLAGS_GROUP_CHECKSUM_CAPABILITIES","features":[17]},{"name":"NDIS_OFFLOAD_NOT_SUPPORTED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_DISABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_AND_ESP_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_DISABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_ESP_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_AND_ESP_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_DISABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_ESP_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_DISABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_DISABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_NO_CHANGE","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_2","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_3","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_4","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_5","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_DISABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_RX_ENABLED_TX_DISABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_SKIP_REGISTRY_UPDATE","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_ENABLED_RX_DISABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_DISABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_DISABLED","features":[17]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_ENABLED","features":[17]},{"name":"NDIS_OFFLOAD_REVISION_1","features":[17]},{"name":"NDIS_OFFLOAD_REVISION_2","features":[17]},{"name":"NDIS_OFFLOAD_REVISION_3","features":[17]},{"name":"NDIS_OFFLOAD_REVISION_4","features":[17]},{"name":"NDIS_OFFLOAD_REVISION_5","features":[17]},{"name":"NDIS_OFFLOAD_REVISION_6","features":[17]},{"name":"NDIS_OFFLOAD_REVISION_7","features":[17]},{"name":"NDIS_OFFLOAD_SET_NO_CHANGE","features":[17]},{"name":"NDIS_OFFLOAD_SET_OFF","features":[17]},{"name":"NDIS_OFFLOAD_SET_ON","features":[17]},{"name":"NDIS_OFFLOAD_SUPPORTED","features":[17]},{"name":"NDIS_OPER_STATE","features":[17]},{"name":"NDIS_OPER_STATE_REVISION_1","features":[17]},{"name":"NDIS_PACKET_TYPE_ALL_FUNCTIONAL","features":[17]},{"name":"NDIS_PACKET_TYPE_ALL_LOCAL","features":[17]},{"name":"NDIS_PACKET_TYPE_ALL_MULTICAST","features":[17]},{"name":"NDIS_PACKET_TYPE_BROADCAST","features":[17]},{"name":"NDIS_PACKET_TYPE_DIRECTED","features":[17]},{"name":"NDIS_PACKET_TYPE_FUNCTIONAL","features":[17]},{"name":"NDIS_PACKET_TYPE_GROUP","features":[17]},{"name":"NDIS_PACKET_TYPE_MAC_FRAME","features":[17]},{"name":"NDIS_PACKET_TYPE_MULTICAST","features":[17]},{"name":"NDIS_PACKET_TYPE_NO_LOCAL","features":[17]},{"name":"NDIS_PACKET_TYPE_PROMISCUOUS","features":[17]},{"name":"NDIS_PACKET_TYPE_SMT","features":[17]},{"name":"NDIS_PACKET_TYPE_SOURCE_ROUTING","features":[17]},{"name":"NDIS_PCI_DEVICE_CUSTOM_PROPERTIES","features":[17]},{"name":"NDIS_PD_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_PD_CAPS_DRAIN_NOTIFICATIONS_SUPPORTED","features":[17]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_COUNT_SUPPORTED","features":[17]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_INTERVAL_SUPPORTED","features":[17]},{"name":"NDIS_PD_CAPS_RECEIVE_FILTER_COUNTERS_SUPPORTED","features":[17]},{"name":"NDIS_PD_CONFIG_REVISION_1","features":[17]},{"name":"NDIS_PHYSICAL_MEDIUM","features":[17]},{"name":"NDIS_PM_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_PM_CAPABILITIES_REVISION_2","features":[17]},{"name":"NDIS_PM_MAX_PATTERN_ID","features":[17]},{"name":"NDIS_PM_MAX_STRING_SIZE","features":[17]},{"name":"NDIS_PM_PACKET_PATTERN","features":[17]},{"name":"NDIS_PM_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_PM_PARAMETERS_REVISION_2","features":[17]},{"name":"NDIS_PM_PRIVATE_PATTERN_ID","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_ENABLED","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_SUPPORTED","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_ENABLED","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_SUPPORTED","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_ENABLED","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_SUPPORTED","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_HIGHEST","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_LOWEST","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_NORMAL","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[17]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_2","features":[17]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_ENABLED","features":[17]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_SUPPORTED","features":[17]},{"name":"NDIS_PM_WAKE_ON_LINK_CHANGE_ENABLED","features":[17]},{"name":"NDIS_PM_WAKE_ON_MEDIA_CONNECT_SUPPORTED","features":[17]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_ENABLED","features":[17]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_SUPPORTED","features":[17]},{"name":"NDIS_PM_WAKE_PACKET_INDICATION_SUPPORTED","features":[17]},{"name":"NDIS_PM_WAKE_PACKET_REVISION_1","features":[17]},{"name":"NDIS_PM_WAKE_REASON_REVISION_1","features":[17]},{"name":"NDIS_PM_WAKE_UP_CAPABILITIES","features":[17]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_ENABLED","features":[17]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_SUPPORTED","features":[17]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_ENABLED","features":[17]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_SUPPORTED","features":[17]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_ENABLED","features":[17]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_SUPPORTED","features":[17]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_ENABLED","features":[17]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_SUPPORTED","features":[17]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_ENABLED","features":[17]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_SUPPORTED","features":[17]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_ENABLED","features":[17]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_SUPPORTED","features":[17]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_ENABLED","features":[17]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_SUPPORTED","features":[17]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_1","features":[17]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_2","features":[17]},{"name":"NDIS_PM_WOL_PRIORITY_HIGHEST","features":[17]},{"name":"NDIS_PM_WOL_PRIORITY_LOWEST","features":[17]},{"name":"NDIS_PM_WOL_PRIORITY_NORMAL","features":[17]},{"name":"NDIS_PNP_CAPABILITIES","features":[17]},{"name":"NDIS_PNP_WAKE_UP_LINK_CHANGE","features":[17]},{"name":"NDIS_PNP_WAKE_UP_MAGIC_PACKET","features":[17]},{"name":"NDIS_PNP_WAKE_UP_PATTERN_MATCH","features":[17]},{"name":"NDIS_PORT","features":[17]},{"name":"NDIS_PORT_ARRAY","features":[17]},{"name":"NDIS_PORT_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS","features":[17]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_PORT_AUTHORIZATION_STATE","features":[17]},{"name":"NDIS_PORT_CHARACTERISTICS","features":[17]},{"name":"NDIS_PORT_CHARACTERISTICS_REVISION_1","features":[17]},{"name":"NDIS_PORT_CHAR_USE_DEFAULT_AUTH_SETTINGS","features":[17]},{"name":"NDIS_PORT_CONTROL_STATE","features":[17]},{"name":"NDIS_PORT_STATE","features":[17]},{"name":"NDIS_PORT_STATE_REVISION_1","features":[17]},{"name":"NDIS_PORT_TYPE","features":[17]},{"name":"NDIS_PROCESSOR_VENDOR","features":[17]},{"name":"NDIS_PROTOCOL_ID_DEFAULT","features":[17]},{"name":"NDIS_PROTOCOL_ID_IP6","features":[17]},{"name":"NDIS_PROTOCOL_ID_IPX","features":[17]},{"name":"NDIS_PROTOCOL_ID_MASK","features":[17]},{"name":"NDIS_PROTOCOL_ID_MAX","features":[17]},{"name":"NDIS_PROTOCOL_ID_NBF","features":[17]},{"name":"NDIS_PROTOCOL_ID_TCP_IP","features":[17]},{"name":"NDIS_PROT_OPTION_ESTIMATED_LENGTH","features":[17]},{"name":"NDIS_PROT_OPTION_NO_LOOPBACK","features":[17]},{"name":"NDIS_PROT_OPTION_NO_RSVD_ON_RCVPKT","features":[17]},{"name":"NDIS_PROT_OPTION_SEND_RESTRICTED","features":[17]},{"name":"NDIS_QOS_ACTION_MAXIMUM","features":[17]},{"name":"NDIS_QOS_ACTION_PRIORITY","features":[17]},{"name":"NDIS_QOS_CAPABILITIES_CEE_DCBX_SUPPORTED","features":[17]},{"name":"NDIS_QOS_CAPABILITIES_IEEE_DCBX_SUPPORTED","features":[17]},{"name":"NDIS_QOS_CAPABILITIES_MACSEC_BYPASS_SUPPORTED","features":[17]},{"name":"NDIS_QOS_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_QOS_CAPABILITIES_STRICT_TSA_SUPPORTED","features":[17]},{"name":"NDIS_QOS_CLASSIFICATION_ELEMENT_REVISION_1","features":[17]},{"name":"NDIS_QOS_CLASSIFICATION_ENFORCED_BY_MINIPORT","features":[17]},{"name":"NDIS_QOS_CLASSIFICATION_SET_BY_MINIPORT_MASK","features":[17]},{"name":"NDIS_QOS_CONDITION_DEFAULT","features":[17]},{"name":"NDIS_QOS_CONDITION_ETHERTYPE","features":[17]},{"name":"NDIS_QOS_CONDITION_MAXIMUM","features":[17]},{"name":"NDIS_QOS_CONDITION_NETDIRECT_PORT","features":[17]},{"name":"NDIS_QOS_CONDITION_RESERVED","features":[17]},{"name":"NDIS_QOS_CONDITION_TCP_OR_UDP_PORT","features":[17]},{"name":"NDIS_QOS_CONDITION_TCP_PORT","features":[17]},{"name":"NDIS_QOS_CONDITION_UDP_PORT","features":[17]},{"name":"NDIS_QOS_DEFAULT_SQ_ID","features":[17]},{"name":"NDIS_QOS_MAXIMUM_PRIORITIES","features":[17]},{"name":"NDIS_QOS_MAXIMUM_TRAFFIC_CLASSES","features":[17]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_2","features":[17]},{"name":"NDIS_QOS_OFFLOAD_CAPS_GFT_SQ","features":[17]},{"name":"NDIS_QOS_OFFLOAD_CAPS_STANDARD_SQ","features":[17]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CHANGED","features":[17]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CONFIGURED","features":[17]},{"name":"NDIS_QOS_PARAMETERS_ETS_CHANGED","features":[17]},{"name":"NDIS_QOS_PARAMETERS_ETS_CONFIGURED","features":[17]},{"name":"NDIS_QOS_PARAMETERS_PFC_CHANGED","features":[17]},{"name":"NDIS_QOS_PARAMETERS_PFC_CONFIGURED","features":[17]},{"name":"NDIS_QOS_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_QOS_PARAMETERS_WILLING","features":[17]},{"name":"NDIS_QOS_SQ_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_QOS_SQ_PARAMETERS_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_2","features":[17]},{"name":"NDIS_QOS_SQ_RECEIVE_CAP_ENABLED","features":[17]},{"name":"NDIS_QOS_SQ_STATS_REVISION_1","features":[17]},{"name":"NDIS_QOS_SQ_TRANSMIT_CAP_ENABLED","features":[17]},{"name":"NDIS_QOS_SQ_TRANSMIT_RESERVATION_ENABLED","features":[17]},{"name":"NDIS_QOS_TSA_CBS","features":[17]},{"name":"NDIS_QOS_TSA_ETS","features":[17]},{"name":"NDIS_QOS_TSA_MAXIMUM","features":[17]},{"name":"NDIS_QOS_TSA_STRICT","features":[17]},{"name":"NDIS_RECEIVE_FILTER_ANY_VLAN_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_OPERATION_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SPA_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_TPA_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_2","features":[17]},{"name":"NDIS_RECEIVE_FILTER_CLEAR_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_FOR_DEFAULT_QUEUE_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_FIELD_MAC_HEADER_VLAN_UNTAGGED_OR_ZERO","features":[17]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_2","features":[17]},{"name":"NDIS_RECEIVE_FILTER_FLAGS_RESERVED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_MIN_OF_QUEUES_MODE","features":[17]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_SUM_OF_QUEUES_MODE","features":[17]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_2","features":[17]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_VPORT_ID_SPECIFIED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_INFO_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_FILTER_INTERRUPT_VECTOR_COALESCING_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_PROTOCOL_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_PROTOCOL_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_LOOKAHEAD_SPLIT_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_DEST_ADDR_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PACKET_TYPE_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PRIORITY_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PROTOCOL_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SOURCE_ADDR_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_VLAN_ID_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_MOVE_FILTER_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_FILTER_MSI_X_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_FILTERS_ENABLED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_SUPPORTED_ON_DEFAULT_QUEUE","features":[17]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION","features":[17]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION_GRE","features":[17]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_2","features":[17]},{"name":"NDIS_RECEIVE_FILTER_RESERVED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_EQUAL_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_MASK_EQUAL_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_NOT_EQUAL_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_DEST_PORT_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_VMQ_FILTERS_ENABLED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUES_ENABLED","features":[17]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUE_SUPPORTED","features":[17]},{"name":"NDIS_RECEIVE_HASH_FLAG_ENABLE_HASH","features":[17]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_INFO_UNCHANGED","features":[17]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_KEY_UNCHANGED","features":[17]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS","features":[17]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_FREE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_INFO_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_2","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_CHANGE_MASK","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_FLAGS_CHANGED","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_INTERRUPT_COALESCING_DOMAIN_ID_CHANGED","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_LOOKAHEAD_SPLIT_REQUIRED","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_NAME_CHANGED","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PER_QUEUE_RECEIVE_INDICATION","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PROCESSOR_AFFINITY_CHANGED","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_QOS_SQ_ID_CHANGED","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_2","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_3","features":[17]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_SUGGESTED_RECV_BUFFER_NUMBERS_CHANGED","features":[17]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES","features":[17]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_2","features":[17]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_3","features":[17]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS","features":[17]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_2","features":[17]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_3","features":[17]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_V2_REVISION_1","features":[17]},{"name":"NDIS_RECEIVE_SCALE_PARAM_ENABLE_RSS","features":[17]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_INFO_CHANGED","features":[17]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_KEY_CHANGED","features":[17]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_ENTRIES_CHANGED","features":[17]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_QUEUES_CHANGED","features":[17]},{"name":"NDIS_REQUEST_TYPE","features":[17]},{"name":"NDIS_RING_AUTO_REMOVAL_ERROR","features":[17]},{"name":"NDIS_RING_COUNTER_OVERFLOW","features":[17]},{"name":"NDIS_RING_HARD_ERROR","features":[17]},{"name":"NDIS_RING_LOBE_WIRE_FAULT","features":[17]},{"name":"NDIS_RING_REMOVE_RECEIVED","features":[17]},{"name":"NDIS_RING_RING_RECOVERY","features":[17]},{"name":"NDIS_RING_SIGNAL_LOSS","features":[17]},{"name":"NDIS_RING_SINGLE_STATION","features":[17]},{"name":"NDIS_RING_SOFT_ERROR","features":[17]},{"name":"NDIS_RING_TRANSMIT_BEACON","features":[17]},{"name":"NDIS_ROUTING_DOMAIN_ENTRY_REVISION_1","features":[17]},{"name":"NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_REVISION_1","features":[17]},{"name":"NDIS_RSC_STATISTICS_REVISION_1","features":[17]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_DPC","features":[17]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_ISR","features":[17]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV4","features":[17]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6","features":[17]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6_EX","features":[17]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV4","features":[17]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6","features":[17]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6_EX","features":[17]},{"name":"NDIS_RSS_CAPS_MESSAGE_SIGNALED_INTERRUPTS","features":[17]},{"name":"NDIS_RSS_CAPS_RSS_AVAILABLE_ON_PORTS","features":[17]},{"name":"NDIS_RSS_CAPS_SUPPORTS_INDEPENDENT_ENTRY_MOVE","features":[17]},{"name":"NDIS_RSS_CAPS_SUPPORTS_MSI_X","features":[17]},{"name":"NDIS_RSS_CAPS_USING_MSI_X","features":[17]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_1","features":[17]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_2","features":[17]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_3","features":[17]},{"name":"NDIS_RSS_HASH_SECRET_KEY_SIZE_REVISION_1","features":[17]},{"name":"NDIS_RSS_INDIRECTION_TABLE_MAX_SIZE_REVISION_1","features":[17]},{"name":"NDIS_RSS_INDIRECTION_TABLE_SIZE_REVISION_1","features":[17]},{"name":"NDIS_RSS_PARAM_FLAG_BASE_CPU_UNCHANGED","features":[17]},{"name":"NDIS_RSS_PARAM_FLAG_DEFAULT_PROCESSOR_UNCHANGED","features":[17]},{"name":"NDIS_RSS_PARAM_FLAG_DISABLE_RSS","features":[17]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_INFO_UNCHANGED","features":[17]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_KEY_UNCHANGED","features":[17]},{"name":"NDIS_RSS_PARAM_FLAG_ITABLE_UNCHANGED","features":[17]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_1","features":[17]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_2","features":[17]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRIES_REVISION_1","features":[17]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_DEFAULT_PROCESSOR","features":[17]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_PRIMARY_PROCESSOR","features":[17]},{"name":"NDIS_SIZEOF_NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_BAR_RESOURCES_INFO_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_CAPS_PF_MINIPORT","features":[17]},{"name":"NDIS_SRIOV_CAPS_SRIOV_SUPPORTED","features":[17]},{"name":"NDIS_SRIOV_CAPS_VF_MINIPORT","features":[17]},{"name":"NDIS_SRIOV_CONFIG_STATE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_OVERLYING_ADAPTER_INFO_VERSION_1","features":[17]},{"name":"NDIS_SRIOV_PF_LUID_INFO_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_PROBED_BARS_INFO_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_RESET_VF_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_SET_VF_POWER_STATE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_VF_INVALIDATE_CONFIG_BLOCK_INFO_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_VF_SERIAL_NUMBER_INFO_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_VF_VENDOR_DEVICE_ID_INFO_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_RCV","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_XMIT","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_RCV","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_XMIT","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_RCV","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_XMIT","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_RCV","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_XMIT","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_RCV","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_XMIT","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_RCV","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_XMIT","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_RCV","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_XMIT","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_DISCARDS","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_ERROR","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_DISCARDS","features":[17]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_ERROR","features":[17]},{"name":"NDIS_STATISTICS_INFO","features":[17]},{"name":"NDIS_STATISTICS_INFO_REVISION_1","features":[17]},{"name":"NDIS_STATISTICS_VALUE","features":[17]},{"name":"NDIS_STATISTICS_VALUE_EX","features":[17]},{"name":"NDIS_SUPPORTED_PAUSE_FUNCTIONS","features":[17]},{"name":"NDIS_SUPPORT_NDIS6","features":[17]},{"name":"NDIS_SUPPORT_NDIS61","features":[17]},{"name":"NDIS_SUPPORT_NDIS620","features":[17]},{"name":"NDIS_SUPPORT_NDIS630","features":[17]},{"name":"NDIS_SUPPORT_NDIS640","features":[17]},{"name":"NDIS_SUPPORT_NDIS650","features":[17]},{"name":"NDIS_SUPPORT_NDIS651","features":[17]},{"name":"NDIS_SUPPORT_NDIS660","features":[17]},{"name":"NDIS_SUPPORT_NDIS670","features":[17]},{"name":"NDIS_SUPPORT_NDIS680","features":[17]},{"name":"NDIS_SUPPORT_NDIS681","features":[17]},{"name":"NDIS_SUPPORT_NDIS682","features":[17]},{"name":"NDIS_SUPPORT_NDIS683","features":[17]},{"name":"NDIS_SUPPORT_NDIS684","features":[17]},{"name":"NDIS_SUPPORT_NDIS685","features":[17]},{"name":"NDIS_SUPPORT_NDIS686","features":[17]},{"name":"NDIS_SUPPORT_NDIS687","features":[17]},{"name":"NDIS_SWITCH_FEATURE_STATUS_CUSTOM_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_NIC_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_NIC_FLAGS_MAPPED_NIC_UPDATED","features":[17]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_INITIALIZING","features":[17]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED","features":[17]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED_LM","features":[17]},{"name":"NDIS_SWITCH_NIC_OID_REQUEST_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_2","features":[17]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_2","features":[17]},{"name":"NDIS_SWITCH_OBJECT_SERIALIZATION_VERSION_1","features":[17]},{"name":"NDIS_SWITCH_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_ARRAY_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_CUSTOM_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_RESTORING_PORT","features":[17]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_UNTRUSTED_INTERNAL_PORT","features":[17]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_CUSTOM_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ISOLATION_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PROFILE_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_2","features":[17]},{"name":"NDIS_SWITCH_PORT_PROPERTY_VLAN_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PROPERTY_CUSTOM_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_INFO_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SWITCH_PROPERTY_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_EX_REVISION_1","features":[17]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD","features":[17]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_1","features":[17]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_2","features":[17]},{"name":"NDIS_TCP_IP_CHECKSUM_OFFLOAD","features":[17]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1","features":[17]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2","features":[17]},{"name":"NDIS_TCP_RECV_SEG_COALESC_OFFLOAD_REVISION_1","features":[17]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[17]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_TIMESTAMP_CAPABILITIES","features":[1,17]},{"name":"NDIS_TIMESTAMP_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_TIMESTAMP_CAPABILITY_FLAGS","features":[1,17]},{"name":"NDIS_VAR_DATA_DESC","features":[17]},{"name":"NDIS_WAN_HEADER_FORMAT","features":[17]},{"name":"NDIS_WAN_MEDIUM_SUBTYPE","features":[17]},{"name":"NDIS_WAN_PROTOCOL_CAPS","features":[17]},{"name":"NDIS_WAN_QUALITY","features":[17]},{"name":"NDIS_WLAN_BSSID","features":[17]},{"name":"NDIS_WLAN_BSSID_EX","features":[17]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_ENABLED","features":[17]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_SUPPORTED","features":[17]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_ENABLED","features":[17]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_SUPPORTED","features":[17]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_ENABLED","features":[17]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_SUPPORTED","features":[17]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_ENABLED","features":[17]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_SUPPORTED","features":[17]},{"name":"NDIS_WMI_DEFAULT_METHOD_ID","features":[17]},{"name":"NDIS_WMI_ENUM_ADAPTER","features":[17]},{"name":"NDIS_WMI_ENUM_ADAPTER_REVISION_1","features":[17]},{"name":"NDIS_WMI_EVENT_HEADER","features":[17]},{"name":"NDIS_WMI_EVENT_HEADER_REVISION_1","features":[17]},{"name":"NDIS_WMI_IPSEC_OFFLOAD_V1","features":[17]},{"name":"NDIS_WMI_METHOD_HEADER","features":[17]},{"name":"NDIS_WMI_METHOD_HEADER_REVISION_1","features":[17]},{"name":"NDIS_WMI_OBJECT_TYPE_ENUM_ADAPTER","features":[17]},{"name":"NDIS_WMI_OBJECT_TYPE_EVENT","features":[17]},{"name":"NDIS_WMI_OBJECT_TYPE_METHOD","features":[17]},{"name":"NDIS_WMI_OBJECT_TYPE_OUTPUT_INFO","features":[17]},{"name":"NDIS_WMI_OBJECT_TYPE_SET","features":[17]},{"name":"NDIS_WMI_OFFLOAD","features":[17]},{"name":"NDIS_WMI_OUTPUT_INFO","features":[17]},{"name":"NDIS_WMI_PM_ACTIVE_CAPABILITIES_REVISION_1","features":[17]},{"name":"NDIS_WMI_PM_ADMIN_CONFIG_REVISION_1","features":[17]},{"name":"NDIS_WMI_RECEIVE_QUEUE_INFO_REVISION_1","features":[17]},{"name":"NDIS_WMI_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[17]},{"name":"NDIS_WMI_SET_HEADER","features":[17]},{"name":"NDIS_WMI_SET_HEADER_REVISION_1","features":[17]},{"name":"NDIS_WMI_TCP_CONNECTION_OFFLOAD","features":[17]},{"name":"NDIS_WMI_TCP_IP_CHECKSUM_OFFLOAD","features":[17]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V1","features":[17]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2","features":[17]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_ENABLED","features":[17]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_SUPPORTED","features":[17]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_ENABLED","features":[17]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_SUPPORTED","features":[17]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_ENABLED","features":[17]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_SUPPORTED","features":[17]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_ENABLED","features":[17]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_SUPPORTED","features":[17]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_ENABLED","features":[17]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_SUPPORTED","features":[17]},{"name":"NDK_ADAPTER_FLAG_CQ_INTERRUPT_MODERATION_SUPPORTED","features":[17]},{"name":"NDK_ADAPTER_FLAG_CQ_RESIZE_SUPPORTED","features":[17]},{"name":"NDK_ADAPTER_FLAG_IN_ORDER_DMA_SUPPORTED","features":[17]},{"name":"NDK_ADAPTER_FLAG_LOOPBACK_CONNECTIONS_SUPPORTED","features":[17]},{"name":"NDK_ADAPTER_FLAG_MULTI_ENGINE_SUPPORTED","features":[17]},{"name":"NDK_ADAPTER_FLAG_RDMA_READ_LOCAL_INVALIDATE_SUPPORTED","features":[17]},{"name":"NDK_ADAPTER_FLAG_RDMA_READ_SINK_NOT_REQUIRED","features":[17]},{"name":"NDK_ADAPTER_INFO","features":[17]},{"name":"NDK_RDMA_TECHNOLOGY","features":[17]},{"name":"NDK_VERSION","features":[17]},{"name":"NETWORK_ADDRESS","features":[17]},{"name":"NETWORK_ADDRESS_IP","features":[17]},{"name":"NETWORK_ADDRESS_IP6","features":[17]},{"name":"NETWORK_ADDRESS_IPX","features":[17]},{"name":"NETWORK_ADDRESS_LIST","features":[17]},{"name":"NET_IFLUID_UNSPECIFIED","features":[17]},{"name":"NET_IF_ACCESS_BROADCAST","features":[17]},{"name":"NET_IF_ACCESS_LOOPBACK","features":[17]},{"name":"NET_IF_ACCESS_MAXIMUM","features":[17]},{"name":"NET_IF_ACCESS_POINT_TO_MULTI_POINT","features":[17]},{"name":"NET_IF_ACCESS_POINT_TO_POINT","features":[17]},{"name":"NET_IF_ACCESS_TYPE","features":[17]},{"name":"NET_IF_ADMIN_STATUS","features":[17]},{"name":"NET_IF_ADMIN_STATUS_DOWN","features":[17]},{"name":"NET_IF_ADMIN_STATUS_TESTING","features":[17]},{"name":"NET_IF_ADMIN_STATUS_UP","features":[17]},{"name":"NET_IF_ALIAS_LH","features":[17]},{"name":"NET_IF_COMPARTMENT_ID","features":[17]},{"name":"NET_IF_COMPARTMENT_ID_PRIMARY","features":[17]},{"name":"NET_IF_COMPARTMENT_ID_UNSPECIFIED","features":[17]},{"name":"NET_IF_CONNECTION_DEDICATED","features":[17]},{"name":"NET_IF_CONNECTION_DEMAND","features":[17]},{"name":"NET_IF_CONNECTION_MAXIMUM","features":[17]},{"name":"NET_IF_CONNECTION_PASSIVE","features":[17]},{"name":"NET_IF_CONNECTION_TYPE","features":[17]},{"name":"NET_IF_DIRECTION_MAXIMUM","features":[17]},{"name":"NET_IF_DIRECTION_RECEIVEONLY","features":[17]},{"name":"NET_IF_DIRECTION_SENDONLY","features":[17]},{"name":"NET_IF_DIRECTION_SENDRECEIVE","features":[17]},{"name":"NET_IF_DIRECTION_TYPE","features":[17]},{"name":"NET_IF_MEDIA_CONNECT_STATE","features":[17]},{"name":"NET_IF_MEDIA_DUPLEX_STATE","features":[17]},{"name":"NET_IF_OID_COMPARTMENT_ID","features":[17]},{"name":"NET_IF_OID_IF_ALIAS","features":[17]},{"name":"NET_IF_OID_IF_ENTRY","features":[17]},{"name":"NET_IF_OID_NETWORK_GUID","features":[17]},{"name":"NET_IF_OPER_STATUS","features":[17]},{"name":"NET_IF_OPER_STATUS_DORMANT","features":[17]},{"name":"NET_IF_OPER_STATUS_DORMANT_LOW_POWER","features":[17]},{"name":"NET_IF_OPER_STATUS_DORMANT_PAUSED","features":[17]},{"name":"NET_IF_OPER_STATUS_DOWN","features":[17]},{"name":"NET_IF_OPER_STATUS_DOWN_NOT_AUTHENTICATED","features":[17]},{"name":"NET_IF_OPER_STATUS_DOWN_NOT_MEDIA_CONNECTED","features":[17]},{"name":"NET_IF_OPER_STATUS_LOWER_LAYER_DOWN","features":[17]},{"name":"NET_IF_OPER_STATUS_NOT_PRESENT","features":[17]},{"name":"NET_IF_OPER_STATUS_TESTING","features":[17]},{"name":"NET_IF_OPER_STATUS_UNKNOWN","features":[17]},{"name":"NET_IF_OPER_STATUS_UP","features":[17]},{"name":"NET_IF_RCV_ADDRESS_LH","features":[17]},{"name":"NET_IF_RCV_ADDRESS_TYPE","features":[17]},{"name":"NET_IF_RCV_ADDRESS_TYPE_NON_VOLATILE","features":[17]},{"name":"NET_IF_RCV_ADDRESS_TYPE_OTHER","features":[17]},{"name":"NET_IF_RCV_ADDRESS_TYPE_VOLATILE","features":[17]},{"name":"NET_LUID_LH","features":[17]},{"name":"NET_PHYSICAL_LOCATION_LH","features":[17]},{"name":"NET_SITEID_MAXSYSTEM","features":[17]},{"name":"NET_SITEID_MAXUSER","features":[17]},{"name":"NET_SITEID_UNSPECIFIED","features":[17]},{"name":"NIIF_FILTER_INTERFACE","features":[17]},{"name":"NIIF_HARDWARE_INTERFACE","features":[17]},{"name":"NIIF_NDIS_ENDPOINT_INTERFACE","features":[17]},{"name":"NIIF_NDIS_ISCSI_INTERFACE","features":[17]},{"name":"NIIF_NDIS_RESERVED1","features":[17]},{"name":"NIIF_NDIS_RESERVED2","features":[17]},{"name":"NIIF_NDIS_RESERVED3","features":[17]},{"name":"NIIF_NDIS_RESERVED4","features":[17]},{"name":"NIIF_NDIS_WDM_INTERFACE","features":[17]},{"name":"Ndis802_11AuthModeAutoSwitch","features":[17]},{"name":"Ndis802_11AuthModeMax","features":[17]},{"name":"Ndis802_11AuthModeOpen","features":[17]},{"name":"Ndis802_11AuthModeShared","features":[17]},{"name":"Ndis802_11AuthModeWPA","features":[17]},{"name":"Ndis802_11AuthModeWPA2","features":[17]},{"name":"Ndis802_11AuthModeWPA2PSK","features":[17]},{"name":"Ndis802_11AuthModeWPA3","features":[17]},{"name":"Ndis802_11AuthModeWPA3Ent","features":[17]},{"name":"Ndis802_11AuthModeWPA3Ent192","features":[17]},{"name":"Ndis802_11AuthModeWPA3SAE","features":[17]},{"name":"Ndis802_11AuthModeWPANone","features":[17]},{"name":"Ndis802_11AuthModeWPAPSK","features":[17]},{"name":"Ndis802_11AutoUnknown","features":[17]},{"name":"Ndis802_11Automode","features":[17]},{"name":"Ndis802_11DS","features":[17]},{"name":"Ndis802_11Encryption1Enabled","features":[17]},{"name":"Ndis802_11Encryption1KeyAbsent","features":[17]},{"name":"Ndis802_11Encryption2Enabled","features":[17]},{"name":"Ndis802_11Encryption2KeyAbsent","features":[17]},{"name":"Ndis802_11Encryption3Enabled","features":[17]},{"name":"Ndis802_11Encryption3KeyAbsent","features":[17]},{"name":"Ndis802_11EncryptionDisabled","features":[17]},{"name":"Ndis802_11EncryptionNotSupported","features":[17]},{"name":"Ndis802_11FH","features":[17]},{"name":"Ndis802_11IBSS","features":[17]},{"name":"Ndis802_11Infrastructure","features":[17]},{"name":"Ndis802_11InfrastructureMax","features":[17]},{"name":"Ndis802_11MediaStreamOff","features":[17]},{"name":"Ndis802_11MediaStreamOn","features":[17]},{"name":"Ndis802_11NetworkTypeMax","features":[17]},{"name":"Ndis802_11OFDM24","features":[17]},{"name":"Ndis802_11OFDM5","features":[17]},{"name":"Ndis802_11PowerModeCAM","features":[17]},{"name":"Ndis802_11PowerModeFast_PSP","features":[17]},{"name":"Ndis802_11PowerModeMAX_PSP","features":[17]},{"name":"Ndis802_11PowerModeMax","features":[17]},{"name":"Ndis802_11PrivFilter8021xWEP","features":[17]},{"name":"Ndis802_11PrivFilterAcceptAll","features":[17]},{"name":"Ndis802_11RadioStatusHardwareOff","features":[17]},{"name":"Ndis802_11RadioStatusHardwareSoftwareOff","features":[17]},{"name":"Ndis802_11RadioStatusMax","features":[17]},{"name":"Ndis802_11RadioStatusOn","features":[17]},{"name":"Ndis802_11RadioStatusSoftwareOff","features":[17]},{"name":"Ndis802_11ReloadWEPKeys","features":[17]},{"name":"Ndis802_11StatusTypeMax","features":[17]},{"name":"Ndis802_11StatusType_Authentication","features":[17]},{"name":"Ndis802_11StatusType_MediaStreamMode","features":[17]},{"name":"Ndis802_11StatusType_PMKID_CandidateList","features":[17]},{"name":"Ndis802_11WEPDisabled","features":[17]},{"name":"Ndis802_11WEPEnabled","features":[17]},{"name":"Ndis802_11WEPKeyAbsent","features":[17]},{"name":"Ndis802_11WEPNotSupported","features":[17]},{"name":"NdisDefinitelyNetworkChange","features":[17]},{"name":"NdisDeviceStateD0","features":[17]},{"name":"NdisDeviceStateD1","features":[17]},{"name":"NdisDeviceStateD2","features":[17]},{"name":"NdisDeviceStateD3","features":[17]},{"name":"NdisDeviceStateMaximum","features":[17]},{"name":"NdisDeviceStateUnspecified","features":[17]},{"name":"NdisFddiRingDetect","features":[17]},{"name":"NdisFddiRingDirected","features":[17]},{"name":"NdisFddiRingIsolated","features":[17]},{"name":"NdisFddiRingNonOperational","features":[17]},{"name":"NdisFddiRingNonOperationalDup","features":[17]},{"name":"NdisFddiRingOperational","features":[17]},{"name":"NdisFddiRingOperationalDup","features":[17]},{"name":"NdisFddiRingTrace","features":[17]},{"name":"NdisFddiStateActive","features":[17]},{"name":"NdisFddiStateBreak","features":[17]},{"name":"NdisFddiStateConnect","features":[17]},{"name":"NdisFddiStateJoin","features":[17]},{"name":"NdisFddiStateMaintenance","features":[17]},{"name":"NdisFddiStateNext","features":[17]},{"name":"NdisFddiStateOff","features":[17]},{"name":"NdisFddiStateSignal","features":[17]},{"name":"NdisFddiStateTrace","features":[17]},{"name":"NdisFddiStateVerify","features":[17]},{"name":"NdisFddiTypeCWrapA","features":[17]},{"name":"NdisFddiTypeCWrapB","features":[17]},{"name":"NdisFddiTypeCWrapS","features":[17]},{"name":"NdisFddiTypeIsolated","features":[17]},{"name":"NdisFddiTypeLocalA","features":[17]},{"name":"NdisFddiTypeLocalAB","features":[17]},{"name":"NdisFddiTypeLocalB","features":[17]},{"name":"NdisFddiTypeLocalS","features":[17]},{"name":"NdisFddiTypeThrough","features":[17]},{"name":"NdisFddiTypeWrapA","features":[17]},{"name":"NdisFddiTypeWrapAB","features":[17]},{"name":"NdisFddiTypeWrapB","features":[17]},{"name":"NdisFddiTypeWrapS","features":[17]},{"name":"NdisHardwareStatusClosing","features":[17]},{"name":"NdisHardwareStatusInitializing","features":[17]},{"name":"NdisHardwareStatusNotReady","features":[17]},{"name":"NdisHardwareStatusReady","features":[17]},{"name":"NdisHardwareStatusReset","features":[17]},{"name":"NdisHashFunctionReserved1","features":[17]},{"name":"NdisHashFunctionReserved2","features":[17]},{"name":"NdisHashFunctionReserved3","features":[17]},{"name":"NdisHashFunctionToeplitz","features":[17]},{"name":"NdisInterruptModerationDisabled","features":[17]},{"name":"NdisInterruptModerationEnabled","features":[17]},{"name":"NdisInterruptModerationNotSupported","features":[17]},{"name":"NdisInterruptModerationUnknown","features":[17]},{"name":"NdisMediaStateConnected","features":[17]},{"name":"NdisMediaStateDisconnected","features":[17]},{"name":"NdisMedium1394","features":[17]},{"name":"NdisMedium802_3","features":[17]},{"name":"NdisMedium802_5","features":[17]},{"name":"NdisMediumArcnet878_2","features":[17]},{"name":"NdisMediumArcnetRaw","features":[17]},{"name":"NdisMediumAtm","features":[17]},{"name":"NdisMediumBpc","features":[17]},{"name":"NdisMediumCoWan","features":[17]},{"name":"NdisMediumDix","features":[17]},{"name":"NdisMediumFddi","features":[17]},{"name":"NdisMediumIP","features":[17]},{"name":"NdisMediumInfiniBand","features":[17]},{"name":"NdisMediumIrda","features":[17]},{"name":"NdisMediumLocalTalk","features":[17]},{"name":"NdisMediumLoopback","features":[17]},{"name":"NdisMediumMax","features":[17]},{"name":"NdisMediumNative802_11","features":[17]},{"name":"NdisMediumTunnel","features":[17]},{"name":"NdisMediumWan","features":[17]},{"name":"NdisMediumWiMAX","features":[17]},{"name":"NdisMediumWirelessWan","features":[17]},{"name":"NdisNetworkChangeFromMediaConnect","features":[17]},{"name":"NdisNetworkChangeMax","features":[17]},{"name":"NdisPauseFunctionsReceiveOnly","features":[17]},{"name":"NdisPauseFunctionsSendAndReceive","features":[17]},{"name":"NdisPauseFunctionsSendOnly","features":[17]},{"name":"NdisPauseFunctionsUnknown","features":[17]},{"name":"NdisPauseFunctionsUnsupported","features":[17]},{"name":"NdisPhysicalMedium1394","features":[17]},{"name":"NdisPhysicalMedium802_3","features":[17]},{"name":"NdisPhysicalMedium802_5","features":[17]},{"name":"NdisPhysicalMediumBluetooth","features":[17]},{"name":"NdisPhysicalMediumCableModem","features":[17]},{"name":"NdisPhysicalMediumDSL","features":[17]},{"name":"NdisPhysicalMediumFibreChannel","features":[17]},{"name":"NdisPhysicalMediumInfiniband","features":[17]},{"name":"NdisPhysicalMediumIrda","features":[17]},{"name":"NdisPhysicalMediumMax","features":[17]},{"name":"NdisPhysicalMediumNative802_11","features":[17]},{"name":"NdisPhysicalMediumNative802_15_4","features":[17]},{"name":"NdisPhysicalMediumOther","features":[17]},{"name":"NdisPhysicalMediumPhoneLine","features":[17]},{"name":"NdisPhysicalMediumPowerLine","features":[17]},{"name":"NdisPhysicalMediumUWB","features":[17]},{"name":"NdisPhysicalMediumUnspecified","features":[17]},{"name":"NdisPhysicalMediumWiMax","features":[17]},{"name":"NdisPhysicalMediumWiredCoWan","features":[17]},{"name":"NdisPhysicalMediumWiredWAN","features":[17]},{"name":"NdisPhysicalMediumWirelessLan","features":[17]},{"name":"NdisPhysicalMediumWirelessWan","features":[17]},{"name":"NdisPortAuthorizationUnknown","features":[17]},{"name":"NdisPortAuthorized","features":[17]},{"name":"NdisPortControlStateControlled","features":[17]},{"name":"NdisPortControlStateUncontrolled","features":[17]},{"name":"NdisPortControlStateUnknown","features":[17]},{"name":"NdisPortReauthorizing","features":[17]},{"name":"NdisPortType8021xSupplicant","features":[17]},{"name":"NdisPortTypeBridge","features":[17]},{"name":"NdisPortTypeMax","features":[17]},{"name":"NdisPortTypeRasConnection","features":[17]},{"name":"NdisPortTypeUndefined","features":[17]},{"name":"NdisPortUnauthorized","features":[17]},{"name":"NdisPossibleNetworkChange","features":[17]},{"name":"NdisProcessorVendorAuthenticAMD","features":[17]},{"name":"NdisProcessorVendorGenuinIntel","features":[17]},{"name":"NdisProcessorVendorGenuineIntel","features":[17]},{"name":"NdisProcessorVendorUnknown","features":[17]},{"name":"NdisRequestClose","features":[17]},{"name":"NdisRequestGeneric1","features":[17]},{"name":"NdisRequestGeneric2","features":[17]},{"name":"NdisRequestGeneric3","features":[17]},{"name":"NdisRequestGeneric4","features":[17]},{"name":"NdisRequestOpen","features":[17]},{"name":"NdisRequestQueryInformation","features":[17]},{"name":"NdisRequestQueryStatistics","features":[17]},{"name":"NdisRequestReset","features":[17]},{"name":"NdisRequestSend","features":[17]},{"name":"NdisRequestSetInformation","features":[17]},{"name":"NdisRequestTransferData","features":[17]},{"name":"NdisRingStateClosed","features":[17]},{"name":"NdisRingStateClosing","features":[17]},{"name":"NdisRingStateOpenFailure","features":[17]},{"name":"NdisRingStateOpened","features":[17]},{"name":"NdisRingStateOpening","features":[17]},{"name":"NdisRingStateRingFailure","features":[17]},{"name":"NdisWanErrorControl","features":[17]},{"name":"NdisWanHeaderEthernet","features":[17]},{"name":"NdisWanHeaderNative","features":[17]},{"name":"NdisWanMediumAgileVPN","features":[17]},{"name":"NdisWanMediumAtm","features":[17]},{"name":"NdisWanMediumFrameRelay","features":[17]},{"name":"NdisWanMediumGre","features":[17]},{"name":"NdisWanMediumHub","features":[17]},{"name":"NdisWanMediumIrda","features":[17]},{"name":"NdisWanMediumIsdn","features":[17]},{"name":"NdisWanMediumL2TP","features":[17]},{"name":"NdisWanMediumPPTP","features":[17]},{"name":"NdisWanMediumParallel","features":[17]},{"name":"NdisWanMediumPppoe","features":[17]},{"name":"NdisWanMediumSSTP","features":[17]},{"name":"NdisWanMediumSW56K","features":[17]},{"name":"NdisWanMediumSerial","features":[17]},{"name":"NdisWanMediumSonet","features":[17]},{"name":"NdisWanMediumSubTypeMax","features":[17]},{"name":"NdisWanMediumX_25","features":[17]},{"name":"NdisWanRaw","features":[17]},{"name":"NdisWanReliable","features":[17]},{"name":"NdkInfiniBand","features":[17]},{"name":"NdkMaxTechnology","features":[17]},{"name":"NdkRoCE","features":[17]},{"name":"NdkRoCEv2","features":[17]},{"name":"NdkUndefined","features":[17]},{"name":"NdkiWarp","features":[17]},{"name":"OFFLOAD_ALGO_INFO","features":[17]},{"name":"OFFLOAD_CONF_ALGO","features":[17]},{"name":"OFFLOAD_INBOUND_SA","features":[17]},{"name":"OFFLOAD_INTEGRITY_ALGO","features":[17]},{"name":"OFFLOAD_IPSEC_ADD_SA","features":[1,17]},{"name":"OFFLOAD_IPSEC_ADD_UDPESP_SA","features":[1,17]},{"name":"OFFLOAD_IPSEC_CONF_3_DES","features":[17]},{"name":"OFFLOAD_IPSEC_CONF_DES","features":[17]},{"name":"OFFLOAD_IPSEC_CONF_MAX","features":[17]},{"name":"OFFLOAD_IPSEC_CONF_NONE","features":[17]},{"name":"OFFLOAD_IPSEC_CONF_RESERVED","features":[17]},{"name":"OFFLOAD_IPSEC_DELETE_SA","features":[1,17]},{"name":"OFFLOAD_IPSEC_DELETE_UDPESP_SA","features":[1,17]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MAX","features":[17]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MD5","features":[17]},{"name":"OFFLOAD_IPSEC_INTEGRITY_NONE","features":[17]},{"name":"OFFLOAD_IPSEC_INTEGRITY_SHA","features":[17]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_ENTRY","features":[17]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_IKE","features":[17]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_OTHER","features":[17]},{"name":"OFFLOAD_MAX_SAS","features":[17]},{"name":"OFFLOAD_OPERATION_E","features":[17]},{"name":"OFFLOAD_OUTBOUND_SA","features":[17]},{"name":"OFFLOAD_SECURITY_ASSOCIATION","features":[17]},{"name":"OID_1394_LOCAL_NODE_INFO","features":[17]},{"name":"OID_1394_VC_INFO","features":[17]},{"name":"OID_802_11_ADD_KEY","features":[17]},{"name":"OID_802_11_ADD_WEP","features":[17]},{"name":"OID_802_11_ASSOCIATION_INFORMATION","features":[17]},{"name":"OID_802_11_AUTHENTICATION_MODE","features":[17]},{"name":"OID_802_11_BSSID","features":[17]},{"name":"OID_802_11_BSSID_LIST","features":[17]},{"name":"OID_802_11_BSSID_LIST_SCAN","features":[17]},{"name":"OID_802_11_CAPABILITY","features":[17]},{"name":"OID_802_11_CONFIGURATION","features":[17]},{"name":"OID_802_11_DESIRED_RATES","features":[17]},{"name":"OID_802_11_DISASSOCIATE","features":[17]},{"name":"OID_802_11_ENCRYPTION_STATUS","features":[17]},{"name":"OID_802_11_FRAGMENTATION_THRESHOLD","features":[17]},{"name":"OID_802_11_INFRASTRUCTURE_MODE","features":[17]},{"name":"OID_802_11_MEDIA_STREAM_MODE","features":[17]},{"name":"OID_802_11_NETWORK_TYPES_SUPPORTED","features":[17]},{"name":"OID_802_11_NETWORK_TYPE_IN_USE","features":[17]},{"name":"OID_802_11_NON_BCAST_SSID_LIST","features":[17]},{"name":"OID_802_11_NUMBER_OF_ANTENNAS","features":[17]},{"name":"OID_802_11_PMKID","features":[17]},{"name":"OID_802_11_POWER_MODE","features":[17]},{"name":"OID_802_11_PRIVACY_FILTER","features":[17]},{"name":"OID_802_11_RADIO_STATUS","features":[17]},{"name":"OID_802_11_RELOAD_DEFAULTS","features":[17]},{"name":"OID_802_11_REMOVE_KEY","features":[17]},{"name":"OID_802_11_REMOVE_WEP","features":[17]},{"name":"OID_802_11_RSSI","features":[17]},{"name":"OID_802_11_RSSI_TRIGGER","features":[17]},{"name":"OID_802_11_RTS_THRESHOLD","features":[17]},{"name":"OID_802_11_RX_ANTENNA_SELECTED","features":[17]},{"name":"OID_802_11_SSID","features":[17]},{"name":"OID_802_11_STATISTICS","features":[17]},{"name":"OID_802_11_SUPPORTED_RATES","features":[17]},{"name":"OID_802_11_TEST","features":[17]},{"name":"OID_802_11_TX_ANTENNA_SELECTED","features":[17]},{"name":"OID_802_11_TX_POWER_LEVEL","features":[17]},{"name":"OID_802_11_WEP_STATUS","features":[17]},{"name":"OID_802_3_ADD_MULTICAST_ADDRESS","features":[17]},{"name":"OID_802_3_CURRENT_ADDRESS","features":[17]},{"name":"OID_802_3_DELETE_MULTICAST_ADDRESS","features":[17]},{"name":"OID_802_3_MAC_OPTIONS","features":[17]},{"name":"OID_802_3_MAXIMUM_LIST_SIZE","features":[17]},{"name":"OID_802_3_MULTICAST_LIST","features":[17]},{"name":"OID_802_3_PERMANENT_ADDRESS","features":[17]},{"name":"OID_802_3_RCV_ERROR_ALIGNMENT","features":[17]},{"name":"OID_802_3_RCV_OVERRUN","features":[17]},{"name":"OID_802_3_XMIT_DEFERRED","features":[17]},{"name":"OID_802_3_XMIT_HEARTBEAT_FAILURE","features":[17]},{"name":"OID_802_3_XMIT_LATE_COLLISIONS","features":[17]},{"name":"OID_802_3_XMIT_MAX_COLLISIONS","features":[17]},{"name":"OID_802_3_XMIT_MORE_COLLISIONS","features":[17]},{"name":"OID_802_3_XMIT_ONE_COLLISION","features":[17]},{"name":"OID_802_3_XMIT_TIMES_CRS_LOST","features":[17]},{"name":"OID_802_3_XMIT_UNDERRUN","features":[17]},{"name":"OID_802_5_ABORT_DELIMETERS","features":[17]},{"name":"OID_802_5_AC_ERRORS","features":[17]},{"name":"OID_802_5_BURST_ERRORS","features":[17]},{"name":"OID_802_5_CURRENT_ADDRESS","features":[17]},{"name":"OID_802_5_CURRENT_FUNCTIONAL","features":[17]},{"name":"OID_802_5_CURRENT_GROUP","features":[17]},{"name":"OID_802_5_CURRENT_RING_STATE","features":[17]},{"name":"OID_802_5_CURRENT_RING_STATUS","features":[17]},{"name":"OID_802_5_FRAME_COPIED_ERRORS","features":[17]},{"name":"OID_802_5_FREQUENCY_ERRORS","features":[17]},{"name":"OID_802_5_INTERNAL_ERRORS","features":[17]},{"name":"OID_802_5_LAST_OPEN_STATUS","features":[17]},{"name":"OID_802_5_LINE_ERRORS","features":[17]},{"name":"OID_802_5_LOST_FRAMES","features":[17]},{"name":"OID_802_5_PERMANENT_ADDRESS","features":[17]},{"name":"OID_802_5_TOKEN_ERRORS","features":[17]},{"name":"OID_ARCNET_CURRENT_ADDRESS","features":[17]},{"name":"OID_ARCNET_PERMANENT_ADDRESS","features":[17]},{"name":"OID_ARCNET_RECONFIGURATIONS","features":[17]},{"name":"OID_ATM_ACQUIRE_ACCESS_NET_RESOURCES","features":[17]},{"name":"OID_ATM_ALIGNMENT_REQUIRED","features":[17]},{"name":"OID_ATM_ASSIGNED_VPI","features":[17]},{"name":"OID_ATM_CALL_ALERTING","features":[17]},{"name":"OID_ATM_CALL_NOTIFY","features":[17]},{"name":"OID_ATM_CALL_PROCEEDING","features":[17]},{"name":"OID_ATM_CELLS_HEC_ERROR","features":[17]},{"name":"OID_ATM_DIGITAL_BROADCAST_VPIVCI","features":[17]},{"name":"OID_ATM_GET_NEAREST_FLOW","features":[17]},{"name":"OID_ATM_HW_CURRENT_ADDRESS","features":[17]},{"name":"OID_ATM_ILMI_VPIVCI","features":[17]},{"name":"OID_ATM_LECS_ADDRESS","features":[17]},{"name":"OID_ATM_MAX_AAL0_PACKET_SIZE","features":[17]},{"name":"OID_ATM_MAX_AAL1_PACKET_SIZE","features":[17]},{"name":"OID_ATM_MAX_AAL34_PACKET_SIZE","features":[17]},{"name":"OID_ATM_MAX_AAL5_PACKET_SIZE","features":[17]},{"name":"OID_ATM_MAX_ACTIVE_VCI_BITS","features":[17]},{"name":"OID_ATM_MAX_ACTIVE_VCS","features":[17]},{"name":"OID_ATM_MAX_ACTIVE_VPI_BITS","features":[17]},{"name":"OID_ATM_MY_IP_NM_ADDRESS","features":[17]},{"name":"OID_ATM_PARTY_ALERTING","features":[17]},{"name":"OID_ATM_RCV_CELLS_DROPPED","features":[17]},{"name":"OID_ATM_RCV_CELLS_OK","features":[17]},{"name":"OID_ATM_RCV_INVALID_VPI_VCI","features":[17]},{"name":"OID_ATM_RCV_REASSEMBLY_ERROR","features":[17]},{"name":"OID_ATM_RELEASE_ACCESS_NET_RESOURCES","features":[17]},{"name":"OID_ATM_SERVICE_ADDRESS","features":[17]},{"name":"OID_ATM_SIGNALING_VPIVCI","features":[17]},{"name":"OID_ATM_SUPPORTED_AAL_TYPES","features":[17]},{"name":"OID_ATM_SUPPORTED_SERVICE_CATEGORY","features":[17]},{"name":"OID_ATM_SUPPORTED_VC_RATES","features":[17]},{"name":"OID_ATM_XMIT_CELLS_OK","features":[17]},{"name":"OID_CO_ADDRESS_CHANGE","features":[17]},{"name":"OID_CO_ADD_ADDRESS","features":[17]},{"name":"OID_CO_ADD_PVC","features":[17]},{"name":"OID_CO_AF_CLOSE","features":[17]},{"name":"OID_CO_DELETE_ADDRESS","features":[17]},{"name":"OID_CO_DELETE_PVC","features":[17]},{"name":"OID_CO_GET_ADDRESSES","features":[17]},{"name":"OID_CO_GET_CALL_INFORMATION","features":[17]},{"name":"OID_CO_SIGNALING_DISABLED","features":[17]},{"name":"OID_CO_SIGNALING_ENABLED","features":[17]},{"name":"OID_CO_TAPI_ADDRESS_CAPS","features":[17]},{"name":"OID_CO_TAPI_CM_CAPS","features":[17]},{"name":"OID_CO_TAPI_DONT_REPORT_DIGITS","features":[17]},{"name":"OID_CO_TAPI_GET_CALL_DIAGNOSTICS","features":[17]},{"name":"OID_CO_TAPI_LINE_CAPS","features":[17]},{"name":"OID_CO_TAPI_REPORT_DIGITS","features":[17]},{"name":"OID_CO_TAPI_TRANSLATE_NDIS_CALLPARAMS","features":[17]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_CALLPARAMS","features":[17]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_SAP","features":[17]},{"name":"OID_FDDI_ATTACHMENT_TYPE","features":[17]},{"name":"OID_FDDI_DOWNSTREAM_NODE_LONG","features":[17]},{"name":"OID_FDDI_FRAMES_LOST","features":[17]},{"name":"OID_FDDI_FRAME_ERRORS","features":[17]},{"name":"OID_FDDI_IF_ADMIN_STATUS","features":[17]},{"name":"OID_FDDI_IF_DESCR","features":[17]},{"name":"OID_FDDI_IF_IN_DISCARDS","features":[17]},{"name":"OID_FDDI_IF_IN_ERRORS","features":[17]},{"name":"OID_FDDI_IF_IN_NUCAST_PKTS","features":[17]},{"name":"OID_FDDI_IF_IN_OCTETS","features":[17]},{"name":"OID_FDDI_IF_IN_UCAST_PKTS","features":[17]},{"name":"OID_FDDI_IF_IN_UNKNOWN_PROTOS","features":[17]},{"name":"OID_FDDI_IF_LAST_CHANGE","features":[17]},{"name":"OID_FDDI_IF_MTU","features":[17]},{"name":"OID_FDDI_IF_OPER_STATUS","features":[17]},{"name":"OID_FDDI_IF_OUT_DISCARDS","features":[17]},{"name":"OID_FDDI_IF_OUT_ERRORS","features":[17]},{"name":"OID_FDDI_IF_OUT_NUCAST_PKTS","features":[17]},{"name":"OID_FDDI_IF_OUT_OCTETS","features":[17]},{"name":"OID_FDDI_IF_OUT_QLEN","features":[17]},{"name":"OID_FDDI_IF_OUT_UCAST_PKTS","features":[17]},{"name":"OID_FDDI_IF_PHYS_ADDRESS","features":[17]},{"name":"OID_FDDI_IF_SPECIFIC","features":[17]},{"name":"OID_FDDI_IF_SPEED","features":[17]},{"name":"OID_FDDI_IF_TYPE","features":[17]},{"name":"OID_FDDI_LCONNECTION_STATE","features":[17]},{"name":"OID_FDDI_LCT_FAILURES","features":[17]},{"name":"OID_FDDI_LEM_REJECTS","features":[17]},{"name":"OID_FDDI_LONG_CURRENT_ADDR","features":[17]},{"name":"OID_FDDI_LONG_MAX_LIST_SIZE","features":[17]},{"name":"OID_FDDI_LONG_MULTICAST_LIST","features":[17]},{"name":"OID_FDDI_LONG_PERMANENT_ADDR","features":[17]},{"name":"OID_FDDI_MAC_AVAILABLE_PATHS","features":[17]},{"name":"OID_FDDI_MAC_BRIDGE_FUNCTIONS","features":[17]},{"name":"OID_FDDI_MAC_COPIED_CT","features":[17]},{"name":"OID_FDDI_MAC_CURRENT_PATH","features":[17]},{"name":"OID_FDDI_MAC_DA_FLAG","features":[17]},{"name":"OID_FDDI_MAC_DOWNSTREAM_NBR","features":[17]},{"name":"OID_FDDI_MAC_DOWNSTREAM_PORT_TYPE","features":[17]},{"name":"OID_FDDI_MAC_DUP_ADDRESS_TEST","features":[17]},{"name":"OID_FDDI_MAC_ERROR_CT","features":[17]},{"name":"OID_FDDI_MAC_FRAME_CT","features":[17]},{"name":"OID_FDDI_MAC_FRAME_ERROR_FLAG","features":[17]},{"name":"OID_FDDI_MAC_FRAME_ERROR_RATIO","features":[17]},{"name":"OID_FDDI_MAC_FRAME_ERROR_THRESHOLD","features":[17]},{"name":"OID_FDDI_MAC_FRAME_STATUS_FUNCTIONS","features":[17]},{"name":"OID_FDDI_MAC_HARDWARE_PRESENT","features":[17]},{"name":"OID_FDDI_MAC_INDEX","features":[17]},{"name":"OID_FDDI_MAC_LATE_CT","features":[17]},{"name":"OID_FDDI_MAC_LONG_GRP_ADDRESS","features":[17]},{"name":"OID_FDDI_MAC_LOST_CT","features":[17]},{"name":"OID_FDDI_MAC_MA_UNITDATA_AVAILABLE","features":[17]},{"name":"OID_FDDI_MAC_MA_UNITDATA_ENABLE","features":[17]},{"name":"OID_FDDI_MAC_NOT_COPIED_CT","features":[17]},{"name":"OID_FDDI_MAC_NOT_COPIED_FLAG","features":[17]},{"name":"OID_FDDI_MAC_NOT_COPIED_RATIO","features":[17]},{"name":"OID_FDDI_MAC_NOT_COPIED_THRESHOLD","features":[17]},{"name":"OID_FDDI_MAC_OLD_DOWNSTREAM_NBR","features":[17]},{"name":"OID_FDDI_MAC_OLD_UPSTREAM_NBR","features":[17]},{"name":"OID_FDDI_MAC_REQUESTED_PATHS","features":[17]},{"name":"OID_FDDI_MAC_RING_OP_CT","features":[17]},{"name":"OID_FDDI_MAC_RMT_STATE","features":[17]},{"name":"OID_FDDI_MAC_SHORT_GRP_ADDRESS","features":[17]},{"name":"OID_FDDI_MAC_SMT_ADDRESS","features":[17]},{"name":"OID_FDDI_MAC_TOKEN_CT","features":[17]},{"name":"OID_FDDI_MAC_TRANSMIT_CT","features":[17]},{"name":"OID_FDDI_MAC_TVX_CAPABILITY","features":[17]},{"name":"OID_FDDI_MAC_TVX_EXPIRED_CT","features":[17]},{"name":"OID_FDDI_MAC_TVX_VALUE","features":[17]},{"name":"OID_FDDI_MAC_T_MAX","features":[17]},{"name":"OID_FDDI_MAC_T_MAX_CAPABILITY","features":[17]},{"name":"OID_FDDI_MAC_T_NEG","features":[17]},{"name":"OID_FDDI_MAC_T_PRI0","features":[17]},{"name":"OID_FDDI_MAC_T_PRI1","features":[17]},{"name":"OID_FDDI_MAC_T_PRI2","features":[17]},{"name":"OID_FDDI_MAC_T_PRI3","features":[17]},{"name":"OID_FDDI_MAC_T_PRI4","features":[17]},{"name":"OID_FDDI_MAC_T_PRI5","features":[17]},{"name":"OID_FDDI_MAC_T_PRI6","features":[17]},{"name":"OID_FDDI_MAC_T_REQ","features":[17]},{"name":"OID_FDDI_MAC_UNDA_FLAG","features":[17]},{"name":"OID_FDDI_MAC_UPSTREAM_NBR","features":[17]},{"name":"OID_FDDI_PATH_CONFIGURATION","features":[17]},{"name":"OID_FDDI_PATH_INDEX","features":[17]},{"name":"OID_FDDI_PATH_MAX_T_REQ","features":[17]},{"name":"OID_FDDI_PATH_RING_LATENCY","features":[17]},{"name":"OID_FDDI_PATH_SBA_AVAILABLE","features":[17]},{"name":"OID_FDDI_PATH_SBA_OVERHEAD","features":[17]},{"name":"OID_FDDI_PATH_SBA_PAYLOAD","features":[17]},{"name":"OID_FDDI_PATH_TRACE_STATUS","features":[17]},{"name":"OID_FDDI_PATH_TVX_LOWER_BOUND","features":[17]},{"name":"OID_FDDI_PATH_T_MAX_LOWER_BOUND","features":[17]},{"name":"OID_FDDI_PATH_T_R_MODE","features":[17]},{"name":"OID_FDDI_PORT_ACTION","features":[17]},{"name":"OID_FDDI_PORT_AVAILABLE_PATHS","features":[17]},{"name":"OID_FDDI_PORT_BS_FLAG","features":[17]},{"name":"OID_FDDI_PORT_CONNECTION_CAPABILITIES","features":[17]},{"name":"OID_FDDI_PORT_CONNECTION_POLICIES","features":[17]},{"name":"OID_FDDI_PORT_CONNNECT_STATE","features":[17]},{"name":"OID_FDDI_PORT_CURRENT_PATH","features":[17]},{"name":"OID_FDDI_PORT_EB_ERROR_CT","features":[17]},{"name":"OID_FDDI_PORT_HARDWARE_PRESENT","features":[17]},{"name":"OID_FDDI_PORT_INDEX","features":[17]},{"name":"OID_FDDI_PORT_LCT_FAIL_CT","features":[17]},{"name":"OID_FDDI_PORT_LEM_CT","features":[17]},{"name":"OID_FDDI_PORT_LEM_REJECT_CT","features":[17]},{"name":"OID_FDDI_PORT_LER_ALARM","features":[17]},{"name":"OID_FDDI_PORT_LER_CUTOFF","features":[17]},{"name":"OID_FDDI_PORT_LER_ESTIMATE","features":[17]},{"name":"OID_FDDI_PORT_LER_FLAG","features":[17]},{"name":"OID_FDDI_PORT_MAC_INDICATED","features":[17]},{"name":"OID_FDDI_PORT_MAC_LOOP_TIME","features":[17]},{"name":"OID_FDDI_PORT_MAC_PLACEMENT","features":[17]},{"name":"OID_FDDI_PORT_MAINT_LS","features":[17]},{"name":"OID_FDDI_PORT_MY_TYPE","features":[17]},{"name":"OID_FDDI_PORT_NEIGHBOR_TYPE","features":[17]},{"name":"OID_FDDI_PORT_PCM_STATE","features":[17]},{"name":"OID_FDDI_PORT_PC_LS","features":[17]},{"name":"OID_FDDI_PORT_PC_WITHHOLD","features":[17]},{"name":"OID_FDDI_PORT_PMD_CLASS","features":[17]},{"name":"OID_FDDI_PORT_REQUESTED_PATHS","features":[17]},{"name":"OID_FDDI_RING_MGT_STATE","features":[17]},{"name":"OID_FDDI_SHORT_CURRENT_ADDR","features":[17]},{"name":"OID_FDDI_SHORT_MAX_LIST_SIZE","features":[17]},{"name":"OID_FDDI_SHORT_MULTICAST_LIST","features":[17]},{"name":"OID_FDDI_SHORT_PERMANENT_ADDR","features":[17]},{"name":"OID_FDDI_SMT_AVAILABLE_PATHS","features":[17]},{"name":"OID_FDDI_SMT_BYPASS_PRESENT","features":[17]},{"name":"OID_FDDI_SMT_CF_STATE","features":[17]},{"name":"OID_FDDI_SMT_CONFIG_CAPABILITIES","features":[17]},{"name":"OID_FDDI_SMT_CONFIG_POLICY","features":[17]},{"name":"OID_FDDI_SMT_CONNECTION_POLICY","features":[17]},{"name":"OID_FDDI_SMT_ECM_STATE","features":[17]},{"name":"OID_FDDI_SMT_HI_VERSION_ID","features":[17]},{"name":"OID_FDDI_SMT_HOLD_STATE","features":[17]},{"name":"OID_FDDI_SMT_LAST_SET_STATION_ID","features":[17]},{"name":"OID_FDDI_SMT_LO_VERSION_ID","features":[17]},{"name":"OID_FDDI_SMT_MAC_CT","features":[17]},{"name":"OID_FDDI_SMT_MAC_INDEXES","features":[17]},{"name":"OID_FDDI_SMT_MANUFACTURER_DATA","features":[17]},{"name":"OID_FDDI_SMT_MASTER_CT","features":[17]},{"name":"OID_FDDI_SMT_MIB_VERSION_ID","features":[17]},{"name":"OID_FDDI_SMT_MSG_TIME_STAMP","features":[17]},{"name":"OID_FDDI_SMT_NON_MASTER_CT","features":[17]},{"name":"OID_FDDI_SMT_OP_VERSION_ID","features":[17]},{"name":"OID_FDDI_SMT_PEER_WRAP_FLAG","features":[17]},{"name":"OID_FDDI_SMT_PORT_INDEXES","features":[17]},{"name":"OID_FDDI_SMT_REMOTE_DISCONNECT_FLAG","features":[17]},{"name":"OID_FDDI_SMT_SET_COUNT","features":[17]},{"name":"OID_FDDI_SMT_STATION_ACTION","features":[17]},{"name":"OID_FDDI_SMT_STATION_ID","features":[17]},{"name":"OID_FDDI_SMT_STATION_STATUS","features":[17]},{"name":"OID_FDDI_SMT_STAT_RPT_POLICY","features":[17]},{"name":"OID_FDDI_SMT_TRACE_MAX_EXPIRATION","features":[17]},{"name":"OID_FDDI_SMT_TRANSITION_TIME_STAMP","features":[17]},{"name":"OID_FDDI_SMT_T_NOTIFY","features":[17]},{"name":"OID_FDDI_SMT_USER_DATA","features":[17]},{"name":"OID_FDDI_UPSTREAM_NODE_LONG","features":[17]},{"name":"OID_FFP_ADAPTER_STATS","features":[17]},{"name":"OID_FFP_CONTROL","features":[17]},{"name":"OID_FFP_DATA","features":[17]},{"name":"OID_FFP_DRIVER_STATS","features":[17]},{"name":"OID_FFP_FLUSH","features":[17]},{"name":"OID_FFP_PARAMS","features":[17]},{"name":"OID_FFP_SUPPORT","features":[17]},{"name":"OID_GEN_ADMIN_STATUS","features":[17]},{"name":"OID_GEN_ALIAS","features":[17]},{"name":"OID_GEN_BROADCAST_BYTES_RCV","features":[17]},{"name":"OID_GEN_BROADCAST_BYTES_XMIT","features":[17]},{"name":"OID_GEN_BROADCAST_FRAMES_RCV","features":[17]},{"name":"OID_GEN_BROADCAST_FRAMES_XMIT","features":[17]},{"name":"OID_GEN_BYTES_RCV","features":[17]},{"name":"OID_GEN_BYTES_XMIT","features":[17]},{"name":"OID_GEN_CO_BYTES_RCV","features":[17]},{"name":"OID_GEN_CO_BYTES_XMIT","features":[17]},{"name":"OID_GEN_CO_BYTES_XMIT_OUTSTANDING","features":[17]},{"name":"OID_GEN_CO_DEVICE_PROFILE","features":[17]},{"name":"OID_GEN_CO_DRIVER_VERSION","features":[17]},{"name":"OID_GEN_CO_GET_NETCARD_TIME","features":[17]},{"name":"OID_GEN_CO_GET_TIME_CAPS","features":[17]},{"name":"OID_GEN_CO_HARDWARE_STATUS","features":[17]},{"name":"OID_GEN_CO_LINK_SPEED","features":[17]},{"name":"OID_GEN_CO_MAC_OPTIONS","features":[17]},{"name":"OID_GEN_CO_MEDIA_CONNECT_STATUS","features":[17]},{"name":"OID_GEN_CO_MEDIA_IN_USE","features":[17]},{"name":"OID_GEN_CO_MEDIA_SUPPORTED","features":[17]},{"name":"OID_GEN_CO_MINIMUM_LINK_SPEED","features":[17]},{"name":"OID_GEN_CO_NETCARD_LOAD","features":[17]},{"name":"OID_GEN_CO_PROTOCOL_OPTIONS","features":[17]},{"name":"OID_GEN_CO_RCV_CRC_ERROR","features":[17]},{"name":"OID_GEN_CO_RCV_PDUS_ERROR","features":[17]},{"name":"OID_GEN_CO_RCV_PDUS_NO_BUFFER","features":[17]},{"name":"OID_GEN_CO_RCV_PDUS_OK","features":[17]},{"name":"OID_GEN_CO_SUPPORTED_GUIDS","features":[17]},{"name":"OID_GEN_CO_SUPPORTED_LIST","features":[17]},{"name":"OID_GEN_CO_TRANSMIT_QUEUE_LENGTH","features":[17]},{"name":"OID_GEN_CO_VENDOR_DESCRIPTION","features":[17]},{"name":"OID_GEN_CO_VENDOR_DRIVER_VERSION","features":[17]},{"name":"OID_GEN_CO_VENDOR_ID","features":[17]},{"name":"OID_GEN_CO_XMIT_PDUS_ERROR","features":[17]},{"name":"OID_GEN_CO_XMIT_PDUS_OK","features":[17]},{"name":"OID_GEN_CURRENT_LOOKAHEAD","features":[17]},{"name":"OID_GEN_CURRENT_PACKET_FILTER","features":[17]},{"name":"OID_GEN_DEVICE_PROFILE","features":[17]},{"name":"OID_GEN_DIRECTED_BYTES_RCV","features":[17]},{"name":"OID_GEN_DIRECTED_BYTES_XMIT","features":[17]},{"name":"OID_GEN_DIRECTED_FRAMES_RCV","features":[17]},{"name":"OID_GEN_DIRECTED_FRAMES_XMIT","features":[17]},{"name":"OID_GEN_DISCONTINUITY_TIME","features":[17]},{"name":"OID_GEN_DRIVER_VERSION","features":[17]},{"name":"OID_GEN_ENUMERATE_PORTS","features":[17]},{"name":"OID_GEN_FRIENDLY_NAME","features":[17]},{"name":"OID_GEN_GET_NETCARD_TIME","features":[17]},{"name":"OID_GEN_GET_TIME_CAPS","features":[17]},{"name":"OID_GEN_HARDWARE_STATUS","features":[17]},{"name":"OID_GEN_HD_SPLIT_CURRENT_CONFIG","features":[17]},{"name":"OID_GEN_HD_SPLIT_PARAMETERS","features":[17]},{"name":"OID_GEN_INIT_TIME_MS","features":[17]},{"name":"OID_GEN_INTERFACE_INFO","features":[17]},{"name":"OID_GEN_INTERRUPT_MODERATION","features":[17]},{"name":"OID_GEN_IP_OPER_STATUS","features":[17]},{"name":"OID_GEN_ISOLATION_PARAMETERS","features":[17]},{"name":"OID_GEN_LAST_CHANGE","features":[17]},{"name":"OID_GEN_LINK_PARAMETERS","features":[17]},{"name":"OID_GEN_LINK_SPEED","features":[17]},{"name":"OID_GEN_LINK_SPEED_EX","features":[17]},{"name":"OID_GEN_LINK_STATE","features":[17]},{"name":"OID_GEN_MACHINE_NAME","features":[17]},{"name":"OID_GEN_MAC_ADDRESS","features":[17]},{"name":"OID_GEN_MAC_OPTIONS","features":[17]},{"name":"OID_GEN_MAXIMUM_FRAME_SIZE","features":[17]},{"name":"OID_GEN_MAXIMUM_LOOKAHEAD","features":[17]},{"name":"OID_GEN_MAXIMUM_SEND_PACKETS","features":[17]},{"name":"OID_GEN_MAXIMUM_TOTAL_SIZE","features":[17]},{"name":"OID_GEN_MAX_LINK_SPEED","features":[17]},{"name":"OID_GEN_MEDIA_CAPABILITIES","features":[17]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS","features":[17]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS_EX","features":[17]},{"name":"OID_GEN_MEDIA_DUPLEX_STATE","features":[17]},{"name":"OID_GEN_MEDIA_IN_USE","features":[17]},{"name":"OID_GEN_MEDIA_SENSE_COUNTS","features":[17]},{"name":"OID_GEN_MEDIA_SUPPORTED","features":[17]},{"name":"OID_GEN_MINIPORT_RESTART_ATTRIBUTES","features":[17]},{"name":"OID_GEN_MULTICAST_BYTES_RCV","features":[17]},{"name":"OID_GEN_MULTICAST_BYTES_XMIT","features":[17]},{"name":"OID_GEN_MULTICAST_FRAMES_RCV","features":[17]},{"name":"OID_GEN_MULTICAST_FRAMES_XMIT","features":[17]},{"name":"OID_GEN_NDIS_RESERVED_1","features":[17]},{"name":"OID_GEN_NDIS_RESERVED_2","features":[17]},{"name":"OID_GEN_NDIS_RESERVED_3","features":[17]},{"name":"OID_GEN_NDIS_RESERVED_4","features":[17]},{"name":"OID_GEN_NDIS_RESERVED_5","features":[17]},{"name":"OID_GEN_NDIS_RESERVED_6","features":[17]},{"name":"OID_GEN_NDIS_RESERVED_7","features":[17]},{"name":"OID_GEN_NETCARD_LOAD","features":[17]},{"name":"OID_GEN_NETWORK_LAYER_ADDRESSES","features":[17]},{"name":"OID_GEN_OPERATIONAL_STATUS","features":[17]},{"name":"OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[17]},{"name":"OID_GEN_PHYSICAL_MEDIUM","features":[17]},{"name":"OID_GEN_PHYSICAL_MEDIUM_EX","features":[17]},{"name":"OID_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[17]},{"name":"OID_GEN_PORT_STATE","features":[17]},{"name":"OID_GEN_PROMISCUOUS_MODE","features":[17]},{"name":"OID_GEN_PROTOCOL_OPTIONS","features":[17]},{"name":"OID_GEN_RCV_CRC_ERROR","features":[17]},{"name":"OID_GEN_RCV_DISCARDS","features":[17]},{"name":"OID_GEN_RCV_ERROR","features":[17]},{"name":"OID_GEN_RCV_LINK_SPEED","features":[17]},{"name":"OID_GEN_RCV_NO_BUFFER","features":[17]},{"name":"OID_GEN_RCV_OK","features":[17]},{"name":"OID_GEN_RECEIVE_BLOCK_SIZE","features":[17]},{"name":"OID_GEN_RECEIVE_BUFFER_SPACE","features":[17]},{"name":"OID_GEN_RECEIVE_HASH","features":[17]},{"name":"OID_GEN_RECEIVE_SCALE_CAPABILITIES","features":[17]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS","features":[17]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS_V2","features":[17]},{"name":"OID_GEN_RESET_COUNTS","features":[17]},{"name":"OID_GEN_RNDIS_CONFIG_PARAMETER","features":[17]},{"name":"OID_GEN_RSS_SET_INDIRECTION_TABLE_ENTRIES","features":[17]},{"name":"OID_GEN_STATISTICS","features":[17]},{"name":"OID_GEN_SUPPORTED_GUIDS","features":[17]},{"name":"OID_GEN_SUPPORTED_LIST","features":[17]},{"name":"OID_GEN_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[17]},{"name":"OID_GEN_TRANSMIT_BLOCK_SIZE","features":[17]},{"name":"OID_GEN_TRANSMIT_BUFFER_SPACE","features":[17]},{"name":"OID_GEN_TRANSMIT_QUEUE_LENGTH","features":[17]},{"name":"OID_GEN_TRANSPORT_HEADER_OFFSET","features":[17]},{"name":"OID_GEN_UNKNOWN_PROTOS","features":[17]},{"name":"OID_GEN_VENDOR_DESCRIPTION","features":[17]},{"name":"OID_GEN_VENDOR_DRIVER_VERSION","features":[17]},{"name":"OID_GEN_VENDOR_ID","features":[17]},{"name":"OID_GEN_VLAN_ID","features":[17]},{"name":"OID_GEN_XMIT_DISCARDS","features":[17]},{"name":"OID_GEN_XMIT_ERROR","features":[17]},{"name":"OID_GEN_XMIT_LINK_SPEED","features":[17]},{"name":"OID_GEN_XMIT_OK","features":[17]},{"name":"OID_GFT_ACTIVATE_FLOW_ENTRIES","features":[17]},{"name":"OID_GFT_ADD_FLOW_ENTRIES","features":[17]},{"name":"OID_GFT_ALLOCATE_COUNTERS","features":[17]},{"name":"OID_GFT_COUNTER_VALUES","features":[17]},{"name":"OID_GFT_CREATE_LOGICAL_VPORT","features":[17]},{"name":"OID_GFT_CREATE_TABLE","features":[17]},{"name":"OID_GFT_CURRENT_CAPABILITIES","features":[17]},{"name":"OID_GFT_DEACTIVATE_FLOW_ENTRIES","features":[17]},{"name":"OID_GFT_DELETE_FLOW_ENTRIES","features":[17]},{"name":"OID_GFT_DELETE_LOGICAL_VPORT","features":[17]},{"name":"OID_GFT_DELETE_PROFILE","features":[17]},{"name":"OID_GFT_DELETE_TABLE","features":[17]},{"name":"OID_GFT_ENUM_COUNTERS","features":[17]},{"name":"OID_GFT_ENUM_FLOW_ENTRIES","features":[17]},{"name":"OID_GFT_ENUM_LOGICAL_VPORTS","features":[17]},{"name":"OID_GFT_ENUM_PROFILES","features":[17]},{"name":"OID_GFT_ENUM_TABLES","features":[17]},{"name":"OID_GFT_EXACT_MATCH_PROFILE","features":[17]},{"name":"OID_GFT_FLOW_ENTRY_PARAMETERS","features":[17]},{"name":"OID_GFT_FREE_COUNTERS","features":[17]},{"name":"OID_GFT_GLOBAL_PARAMETERS","features":[17]},{"name":"OID_GFT_HARDWARE_CAPABILITIES","features":[17]},{"name":"OID_GFT_HEADER_TRANSPOSITION_PROFILE","features":[17]},{"name":"OID_GFT_STATISTICS","features":[17]},{"name":"OID_GFT_VPORT_PARAMETERS","features":[17]},{"name":"OID_GFT_WILDCARD_MATCH_PROFILE","features":[17]},{"name":"OID_IP4_OFFLOAD_STATS","features":[17]},{"name":"OID_IP6_OFFLOAD_STATS","features":[17]},{"name":"OID_IRDA_EXTRA_RCV_BOFS","features":[17]},{"name":"OID_IRDA_LINK_SPEED","features":[17]},{"name":"OID_IRDA_MAX_RECEIVE_WINDOW_SIZE","features":[17]},{"name":"OID_IRDA_MAX_SEND_WINDOW_SIZE","features":[17]},{"name":"OID_IRDA_MAX_UNICAST_LIST_SIZE","features":[17]},{"name":"OID_IRDA_MEDIA_BUSY","features":[17]},{"name":"OID_IRDA_RATE_SNIFF","features":[17]},{"name":"OID_IRDA_RECEIVING","features":[17]},{"name":"OID_IRDA_RESERVED1","features":[17]},{"name":"OID_IRDA_RESERVED2","features":[17]},{"name":"OID_IRDA_SUPPORTED_SPEEDS","features":[17]},{"name":"OID_IRDA_TURNAROUND_TIME","features":[17]},{"name":"OID_IRDA_UNICAST_LIST","features":[17]},{"name":"OID_KDNET_ADD_PF","features":[17]},{"name":"OID_KDNET_ENUMERATE_PFS","features":[17]},{"name":"OID_KDNET_QUERY_PF_INFORMATION","features":[17]},{"name":"OID_KDNET_REMOVE_PF","features":[17]},{"name":"OID_LTALK_COLLISIONS","features":[17]},{"name":"OID_LTALK_CURRENT_NODE_ID","features":[17]},{"name":"OID_LTALK_DEFERS","features":[17]},{"name":"OID_LTALK_FCS_ERRORS","features":[17]},{"name":"OID_LTALK_IN_BROADCASTS","features":[17]},{"name":"OID_LTALK_IN_LENGTH_ERRORS","features":[17]},{"name":"OID_LTALK_NO_DATA_ERRORS","features":[17]},{"name":"OID_LTALK_OUT_NO_HANDLERS","features":[17]},{"name":"OID_LTALK_RANDOM_CTS_ERRORS","features":[17]},{"name":"OID_NDK_CONNECTIONS","features":[17]},{"name":"OID_NDK_LOCAL_ENDPOINTS","features":[17]},{"name":"OID_NDK_SET_STATE","features":[17]},{"name":"OID_NDK_STATISTICS","features":[17]},{"name":"OID_NIC_SWITCH_ALLOCATE_VF","features":[17]},{"name":"OID_NIC_SWITCH_CREATE_SWITCH","features":[17]},{"name":"OID_NIC_SWITCH_CREATE_VPORT","features":[17]},{"name":"OID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[17]},{"name":"OID_NIC_SWITCH_DELETE_SWITCH","features":[17]},{"name":"OID_NIC_SWITCH_DELETE_VPORT","features":[17]},{"name":"OID_NIC_SWITCH_ENUM_SWITCHES","features":[17]},{"name":"OID_NIC_SWITCH_ENUM_VFS","features":[17]},{"name":"OID_NIC_SWITCH_ENUM_VPORTS","features":[17]},{"name":"OID_NIC_SWITCH_FREE_VF","features":[17]},{"name":"OID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[17]},{"name":"OID_NIC_SWITCH_PARAMETERS","features":[17]},{"name":"OID_NIC_SWITCH_VF_PARAMETERS","features":[17]},{"name":"OID_NIC_SWITCH_VPORT_PARAMETERS","features":[17]},{"name":"OID_OFFLOAD_ENCAPSULATION","features":[17]},{"name":"OID_PACKET_COALESCING_FILTER_MATCH_COUNT","features":[17]},{"name":"OID_PD_CLOSE_PROVIDER","features":[17]},{"name":"OID_PD_OPEN_PROVIDER","features":[17]},{"name":"OID_PD_QUERY_CURRENT_CONFIG","features":[17]},{"name":"OID_PM_ADD_PROTOCOL_OFFLOAD","features":[17]},{"name":"OID_PM_ADD_WOL_PATTERN","features":[17]},{"name":"OID_PM_CURRENT_CAPABILITIES","features":[17]},{"name":"OID_PM_GET_PROTOCOL_OFFLOAD","features":[17]},{"name":"OID_PM_HARDWARE_CAPABILITIES","features":[17]},{"name":"OID_PM_PARAMETERS","features":[17]},{"name":"OID_PM_PROTOCOL_OFFLOAD_LIST","features":[17]},{"name":"OID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[17]},{"name":"OID_PM_REMOVE_WOL_PATTERN","features":[17]},{"name":"OID_PM_RESERVED_1","features":[17]},{"name":"OID_PM_WOL_PATTERN_LIST","features":[17]},{"name":"OID_PNP_ADD_WAKE_UP_PATTERN","features":[17]},{"name":"OID_PNP_CAPABILITIES","features":[17]},{"name":"OID_PNP_ENABLE_WAKE_UP","features":[17]},{"name":"OID_PNP_QUERY_POWER","features":[17]},{"name":"OID_PNP_REMOVE_WAKE_UP_PATTERN","features":[17]},{"name":"OID_PNP_SET_POWER","features":[17]},{"name":"OID_PNP_WAKE_UP_ERROR","features":[17]},{"name":"OID_PNP_WAKE_UP_OK","features":[17]},{"name":"OID_PNP_WAKE_UP_PATTERN_LIST","features":[17]},{"name":"OID_QOS_CURRENT_CAPABILITIES","features":[17]},{"name":"OID_QOS_HARDWARE_CAPABILITIES","features":[17]},{"name":"OID_QOS_OFFLOAD_CREATE_SQ","features":[17]},{"name":"OID_QOS_OFFLOAD_CURRENT_CAPABILITIES","features":[17]},{"name":"OID_QOS_OFFLOAD_DELETE_SQ","features":[17]},{"name":"OID_QOS_OFFLOAD_ENUM_SQS","features":[17]},{"name":"OID_QOS_OFFLOAD_HARDWARE_CAPABILITIES","features":[17]},{"name":"OID_QOS_OFFLOAD_SQ_STATS","features":[17]},{"name":"OID_QOS_OFFLOAD_UPDATE_SQ","features":[17]},{"name":"OID_QOS_OPERATIONAL_PARAMETERS","features":[17]},{"name":"OID_QOS_PARAMETERS","features":[17]},{"name":"OID_QOS_REMOTE_PARAMETERS","features":[17]},{"name":"OID_QOS_RESERVED1","features":[17]},{"name":"OID_QOS_RESERVED10","features":[17]},{"name":"OID_QOS_RESERVED11","features":[17]},{"name":"OID_QOS_RESERVED12","features":[17]},{"name":"OID_QOS_RESERVED13","features":[17]},{"name":"OID_QOS_RESERVED14","features":[17]},{"name":"OID_QOS_RESERVED15","features":[17]},{"name":"OID_QOS_RESERVED16","features":[17]},{"name":"OID_QOS_RESERVED17","features":[17]},{"name":"OID_QOS_RESERVED18","features":[17]},{"name":"OID_QOS_RESERVED19","features":[17]},{"name":"OID_QOS_RESERVED2","features":[17]},{"name":"OID_QOS_RESERVED20","features":[17]},{"name":"OID_QOS_RESERVED3","features":[17]},{"name":"OID_QOS_RESERVED4","features":[17]},{"name":"OID_QOS_RESERVED5","features":[17]},{"name":"OID_QOS_RESERVED6","features":[17]},{"name":"OID_QOS_RESERVED7","features":[17]},{"name":"OID_QOS_RESERVED8","features":[17]},{"name":"OID_QOS_RESERVED9","features":[17]},{"name":"OID_RECEIVE_FILTER_ALLOCATE_QUEUE","features":[17]},{"name":"OID_RECEIVE_FILTER_CLEAR_FILTER","features":[17]},{"name":"OID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[17]},{"name":"OID_RECEIVE_FILTER_ENUM_FILTERS","features":[17]},{"name":"OID_RECEIVE_FILTER_ENUM_QUEUES","features":[17]},{"name":"OID_RECEIVE_FILTER_FREE_QUEUE","features":[17]},{"name":"OID_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[17]},{"name":"OID_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[17]},{"name":"OID_RECEIVE_FILTER_MOVE_FILTER","features":[17]},{"name":"OID_RECEIVE_FILTER_PARAMETERS","features":[17]},{"name":"OID_RECEIVE_FILTER_QUEUE_ALLOCATION_COMPLETE","features":[17]},{"name":"OID_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[17]},{"name":"OID_RECEIVE_FILTER_SET_FILTER","features":[17]},{"name":"OID_SRIOV_BAR_RESOURCES","features":[17]},{"name":"OID_SRIOV_CONFIG_STATE","features":[17]},{"name":"OID_SRIOV_CURRENT_CAPABILITIES","features":[17]},{"name":"OID_SRIOV_HARDWARE_CAPABILITIES","features":[17]},{"name":"OID_SRIOV_OVERLYING_ADAPTER_INFO","features":[17]},{"name":"OID_SRIOV_PF_LUID","features":[17]},{"name":"OID_SRIOV_PROBED_BARS","features":[17]},{"name":"OID_SRIOV_READ_VF_CONFIG_BLOCK","features":[17]},{"name":"OID_SRIOV_READ_VF_CONFIG_SPACE","features":[17]},{"name":"OID_SRIOV_RESET_VF","features":[17]},{"name":"OID_SRIOV_SET_VF_POWER_STATE","features":[17]},{"name":"OID_SRIOV_VF_INVALIDATE_CONFIG_BLOCK","features":[17]},{"name":"OID_SRIOV_VF_SERIAL_NUMBER","features":[17]},{"name":"OID_SRIOV_VF_VENDOR_DEVICE_ID","features":[17]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_BLOCK","features":[17]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_SPACE","features":[17]},{"name":"OID_SWITCH_FEATURE_STATUS_QUERY","features":[17]},{"name":"OID_SWITCH_NIC_ARRAY","features":[17]},{"name":"OID_SWITCH_NIC_CONNECT","features":[17]},{"name":"OID_SWITCH_NIC_CREATE","features":[17]},{"name":"OID_SWITCH_NIC_DELETE","features":[17]},{"name":"OID_SWITCH_NIC_DIRECT_REQUEST","features":[17]},{"name":"OID_SWITCH_NIC_DISCONNECT","features":[17]},{"name":"OID_SWITCH_NIC_REQUEST","features":[17]},{"name":"OID_SWITCH_NIC_RESTORE","features":[17]},{"name":"OID_SWITCH_NIC_RESTORE_COMPLETE","features":[17]},{"name":"OID_SWITCH_NIC_RESUME","features":[17]},{"name":"OID_SWITCH_NIC_SAVE","features":[17]},{"name":"OID_SWITCH_NIC_SAVE_COMPLETE","features":[17]},{"name":"OID_SWITCH_NIC_SUSPEND","features":[17]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_FINISHED","features":[17]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_STARTED","features":[17]},{"name":"OID_SWITCH_NIC_UPDATED","features":[17]},{"name":"OID_SWITCH_PARAMETERS","features":[17]},{"name":"OID_SWITCH_PORT_ARRAY","features":[17]},{"name":"OID_SWITCH_PORT_CREATE","features":[17]},{"name":"OID_SWITCH_PORT_DELETE","features":[17]},{"name":"OID_SWITCH_PORT_FEATURE_STATUS_QUERY","features":[17]},{"name":"OID_SWITCH_PORT_PROPERTY_ADD","features":[17]},{"name":"OID_SWITCH_PORT_PROPERTY_DELETE","features":[17]},{"name":"OID_SWITCH_PORT_PROPERTY_ENUM","features":[17]},{"name":"OID_SWITCH_PORT_PROPERTY_UPDATE","features":[17]},{"name":"OID_SWITCH_PORT_TEARDOWN","features":[17]},{"name":"OID_SWITCH_PORT_UPDATED","features":[17]},{"name":"OID_SWITCH_PROPERTY_ADD","features":[17]},{"name":"OID_SWITCH_PROPERTY_DELETE","features":[17]},{"name":"OID_SWITCH_PROPERTY_ENUM","features":[17]},{"name":"OID_SWITCH_PROPERTY_UPDATE","features":[17]},{"name":"OID_TAPI_ACCEPT","features":[17]},{"name":"OID_TAPI_ANSWER","features":[17]},{"name":"OID_TAPI_CLOSE","features":[17]},{"name":"OID_TAPI_CLOSE_CALL","features":[17]},{"name":"OID_TAPI_CONDITIONAL_MEDIA_DETECTION","features":[17]},{"name":"OID_TAPI_CONFIG_DIALOG","features":[17]},{"name":"OID_TAPI_DEV_SPECIFIC","features":[17]},{"name":"OID_TAPI_DIAL","features":[17]},{"name":"OID_TAPI_DROP","features":[17]},{"name":"OID_TAPI_GATHER_DIGITS","features":[17]},{"name":"OID_TAPI_GET_ADDRESS_CAPS","features":[17]},{"name":"OID_TAPI_GET_ADDRESS_ID","features":[17]},{"name":"OID_TAPI_GET_ADDRESS_STATUS","features":[17]},{"name":"OID_TAPI_GET_CALL_ADDRESS_ID","features":[17]},{"name":"OID_TAPI_GET_CALL_INFO","features":[17]},{"name":"OID_TAPI_GET_CALL_STATUS","features":[17]},{"name":"OID_TAPI_GET_DEV_CAPS","features":[17]},{"name":"OID_TAPI_GET_DEV_CONFIG","features":[17]},{"name":"OID_TAPI_GET_EXTENSION_ID","features":[17]},{"name":"OID_TAPI_GET_ID","features":[17]},{"name":"OID_TAPI_GET_LINE_DEV_STATUS","features":[17]},{"name":"OID_TAPI_MAKE_CALL","features":[17]},{"name":"OID_TAPI_MONITOR_DIGITS","features":[17]},{"name":"OID_TAPI_NEGOTIATE_EXT_VERSION","features":[17]},{"name":"OID_TAPI_OPEN","features":[17]},{"name":"OID_TAPI_PROVIDER_INITIALIZE","features":[17]},{"name":"OID_TAPI_PROVIDER_SHUTDOWN","features":[17]},{"name":"OID_TAPI_SECURE_CALL","features":[17]},{"name":"OID_TAPI_SELECT_EXT_VERSION","features":[17]},{"name":"OID_TAPI_SEND_USER_USER_INFO","features":[17]},{"name":"OID_TAPI_SET_APP_SPECIFIC","features":[17]},{"name":"OID_TAPI_SET_CALL_PARAMS","features":[17]},{"name":"OID_TAPI_SET_DEFAULT_MEDIA_DETECTION","features":[17]},{"name":"OID_TAPI_SET_DEV_CONFIG","features":[17]},{"name":"OID_TAPI_SET_MEDIA_MODE","features":[17]},{"name":"OID_TAPI_SET_STATUS_MESSAGES","features":[17]},{"name":"OID_TCP4_OFFLOAD_STATS","features":[17]},{"name":"OID_TCP6_OFFLOAD_STATS","features":[17]},{"name":"OID_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[17]},{"name":"OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[17]},{"name":"OID_TCP_CONNECTION_OFFLOAD_PARAMETERS","features":[17]},{"name":"OID_TCP_OFFLOAD_CURRENT_CONFIG","features":[17]},{"name":"OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[17]},{"name":"OID_TCP_OFFLOAD_PARAMETERS","features":[17]},{"name":"OID_TCP_RSC_STATISTICS","features":[17]},{"name":"OID_TCP_SAN_SUPPORT","features":[17]},{"name":"OID_TCP_TASK_IPSEC_ADD_SA","features":[17]},{"name":"OID_TCP_TASK_IPSEC_ADD_UDPESP_SA","features":[17]},{"name":"OID_TCP_TASK_IPSEC_DELETE_SA","features":[17]},{"name":"OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA","features":[17]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA","features":[17]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA_EX","features":[17]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_DELETE_SA","features":[17]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_UPDATE_SA","features":[17]},{"name":"OID_TCP_TASK_OFFLOAD","features":[17]},{"name":"OID_TIMESTAMP_CAPABILITY","features":[17]},{"name":"OID_TIMESTAMP_CURRENT_CONFIG","features":[17]},{"name":"OID_TIMESTAMP_GET_CROSSTIMESTAMP","features":[17]},{"name":"OID_TUNNEL_INTERFACE_RELEASE_OID","features":[17]},{"name":"OID_TUNNEL_INTERFACE_SET_OID","features":[17]},{"name":"OID_VLAN_RESERVED1","features":[17]},{"name":"OID_VLAN_RESERVED2","features":[17]},{"name":"OID_VLAN_RESERVED3","features":[17]},{"name":"OID_VLAN_RESERVED4","features":[17]},{"name":"OID_WAN_CO_GET_COMP_INFO","features":[17]},{"name":"OID_WAN_CO_GET_INFO","features":[17]},{"name":"OID_WAN_CO_GET_LINK_INFO","features":[17]},{"name":"OID_WAN_CO_GET_STATS_INFO","features":[17]},{"name":"OID_WAN_CO_SET_COMP_INFO","features":[17]},{"name":"OID_WAN_CO_SET_LINK_INFO","features":[17]},{"name":"OID_WAN_CURRENT_ADDRESS","features":[17]},{"name":"OID_WAN_GET_BRIDGE_INFO","features":[17]},{"name":"OID_WAN_GET_COMP_INFO","features":[17]},{"name":"OID_WAN_GET_INFO","features":[17]},{"name":"OID_WAN_GET_LINK_INFO","features":[17]},{"name":"OID_WAN_GET_STATS_INFO","features":[17]},{"name":"OID_WAN_HEADER_FORMAT","features":[17]},{"name":"OID_WAN_LINE_COUNT","features":[17]},{"name":"OID_WAN_MEDIUM_SUBTYPE","features":[17]},{"name":"OID_WAN_PERMANENT_ADDRESS","features":[17]},{"name":"OID_WAN_PROTOCOL_CAPS","features":[17]},{"name":"OID_WAN_PROTOCOL_TYPE","features":[17]},{"name":"OID_WAN_QUALITY_OF_SERVICE","features":[17]},{"name":"OID_WAN_SET_BRIDGE_INFO","features":[17]},{"name":"OID_WAN_SET_COMP_INFO","features":[17]},{"name":"OID_WAN_SET_LINK_INFO","features":[17]},{"name":"OID_WWAN_AUTH_CHALLENGE","features":[17]},{"name":"OID_WWAN_BASE_STATIONS_INFO","features":[17]},{"name":"OID_WWAN_CONNECT","features":[17]},{"name":"OID_WWAN_CREATE_MAC","features":[17]},{"name":"OID_WWAN_DELETE_MAC","features":[17]},{"name":"OID_WWAN_DEVICE_BINDINGS","features":[17]},{"name":"OID_WWAN_DEVICE_CAPS","features":[17]},{"name":"OID_WWAN_DEVICE_CAPS_EX","features":[17]},{"name":"OID_WWAN_DEVICE_RESET","features":[17]},{"name":"OID_WWAN_DEVICE_SERVICE_COMMAND","features":[17]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION","features":[17]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION_WRITE","features":[17]},{"name":"OID_WWAN_DRIVER_CAPS","features":[17]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICES","features":[17]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICE_COMMANDS","features":[17]},{"name":"OID_WWAN_HOME_PROVIDER","features":[17]},{"name":"OID_WWAN_IMS_VOICE_STATE","features":[17]},{"name":"OID_WWAN_LOCATION_STATE","features":[17]},{"name":"OID_WWAN_LTE_ATTACH_CONFIG","features":[17]},{"name":"OID_WWAN_LTE_ATTACH_STATUS","features":[17]},{"name":"OID_WWAN_MBIM_VERSION","features":[17]},{"name":"OID_WWAN_MODEM_CONFIG_INFO","features":[17]},{"name":"OID_WWAN_MODEM_LOGGING_CONFIG","features":[17]},{"name":"OID_WWAN_MPDP","features":[17]},{"name":"OID_WWAN_NETWORK_BLACKLIST","features":[17]},{"name":"OID_WWAN_NETWORK_IDLE_HINT","features":[17]},{"name":"OID_WWAN_NETWORK_PARAMS","features":[17]},{"name":"OID_WWAN_NITZ","features":[17]},{"name":"OID_WWAN_PACKET_SERVICE","features":[17]},{"name":"OID_WWAN_PCO","features":[17]},{"name":"OID_WWAN_PIN","features":[17]},{"name":"OID_WWAN_PIN_EX","features":[17]},{"name":"OID_WWAN_PIN_EX2","features":[17]},{"name":"OID_WWAN_PIN_LIST","features":[17]},{"name":"OID_WWAN_PREFERRED_MULTICARRIER_PROVIDERS","features":[17]},{"name":"OID_WWAN_PREFERRED_PROVIDERS","features":[17]},{"name":"OID_WWAN_PRESHUTDOWN","features":[17]},{"name":"OID_WWAN_PROVISIONED_CONTEXTS","features":[17]},{"name":"OID_WWAN_PS_MEDIA_CONFIG","features":[17]},{"name":"OID_WWAN_RADIO_STATE","features":[17]},{"name":"OID_WWAN_READY_INFO","features":[17]},{"name":"OID_WWAN_REGISTER_PARAMS","features":[17]},{"name":"OID_WWAN_REGISTER_STATE","features":[17]},{"name":"OID_WWAN_REGISTER_STATE_EX","features":[17]},{"name":"OID_WWAN_SAR_CONFIG","features":[17]},{"name":"OID_WWAN_SAR_TRANSMISSION_STATUS","features":[17]},{"name":"OID_WWAN_SERVICE_ACTIVATION","features":[17]},{"name":"OID_WWAN_SIGNAL_STATE","features":[17]},{"name":"OID_WWAN_SIGNAL_STATE_EX","features":[17]},{"name":"OID_WWAN_SLOT_INFO_STATUS","features":[17]},{"name":"OID_WWAN_SMS_CONFIGURATION","features":[17]},{"name":"OID_WWAN_SMS_DELETE","features":[17]},{"name":"OID_WWAN_SMS_READ","features":[17]},{"name":"OID_WWAN_SMS_SEND","features":[17]},{"name":"OID_WWAN_SMS_STATUS","features":[17]},{"name":"OID_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS","features":[17]},{"name":"OID_WWAN_SYS_CAPS","features":[17]},{"name":"OID_WWAN_SYS_SLOTMAPPINGS","features":[17]},{"name":"OID_WWAN_UE_POLICY","features":[17]},{"name":"OID_WWAN_UICC_ACCESS_BINARY","features":[17]},{"name":"OID_WWAN_UICC_ACCESS_RECORD","features":[17]},{"name":"OID_WWAN_UICC_APDU","features":[17]},{"name":"OID_WWAN_UICC_APP_LIST","features":[17]},{"name":"OID_WWAN_UICC_ATR","features":[17]},{"name":"OID_WWAN_UICC_CLOSE_CHANNEL","features":[17]},{"name":"OID_WWAN_UICC_FILE_STATUS","features":[17]},{"name":"OID_WWAN_UICC_OPEN_CHANNEL","features":[17]},{"name":"OID_WWAN_UICC_RESET","features":[17]},{"name":"OID_WWAN_UICC_TERMINAL_CAPABILITY","features":[17]},{"name":"OID_WWAN_USSD","features":[17]},{"name":"OID_WWAN_VENDOR_SPECIFIC","features":[17]},{"name":"OID_WWAN_VISIBLE_PROVIDERS","features":[17]},{"name":"OID_XBOX_ACC_RESERVED0","features":[17]},{"name":"PMKID_CANDIDATE","features":[17]},{"name":"READABLE_LOCAL_CLOCK","features":[17]},{"name":"RECEIVE_TIME_INDICATION_CAPABLE","features":[17]},{"name":"TIMED_SEND_CAPABLE","features":[17]},{"name":"TIME_STAMP_CAPABLE","features":[17]},{"name":"TRANSPORT_HEADER_OFFSET","features":[17]},{"name":"TUNNEL_TYPE","features":[17]},{"name":"TUNNEL_TYPE_6TO4","features":[17]},{"name":"TUNNEL_TYPE_DIRECT","features":[17]},{"name":"TUNNEL_TYPE_IPHTTPS","features":[17]},{"name":"TUNNEL_TYPE_ISATAP","features":[17]},{"name":"TUNNEL_TYPE_NONE","features":[17]},{"name":"TUNNEL_TYPE_OTHER","features":[17]},{"name":"TUNNEL_TYPE_TEREDO","features":[17]},{"name":"UDP_ENCAP_TYPE","features":[17]},{"name":"UNSPECIFIED_NETWORK_GUID","features":[17]},{"name":"WAN_PROTOCOL_KEEPS_STATS","features":[17]},{"name":"fNDIS_GUID_ALLOW_READ","features":[17]},{"name":"fNDIS_GUID_ALLOW_WRITE","features":[17]},{"name":"fNDIS_GUID_ANSI_STRING","features":[17]},{"name":"fNDIS_GUID_ARRAY","features":[17]},{"name":"fNDIS_GUID_METHOD","features":[17]},{"name":"fNDIS_GUID_NDIS_RESERVED","features":[17]},{"name":"fNDIS_GUID_SUPPORT_COMMON_HEADER","features":[17]},{"name":"fNDIS_GUID_TO_OID","features":[17]},{"name":"fNDIS_GUID_TO_STATUS","features":[17]},{"name":"fNDIS_GUID_UNICODE_STRING","features":[17]}],"459":[{"name":"ACTION_HEADER","features":[99]},{"name":"ADAPTER_STATUS","features":[99]},{"name":"ALL_TRANSPORTS","features":[99]},{"name":"ASYNCH","features":[99]},{"name":"CALL_PENDING","features":[99]},{"name":"DEREGISTERED","features":[99]},{"name":"DUPLICATE","features":[99]},{"name":"DUPLICATE_DEREG","features":[99]},{"name":"FIND_NAME_BUFFER","features":[99]},{"name":"FIND_NAME_HEADER","features":[99]},{"name":"GROUP_NAME","features":[99]},{"name":"HANGUP_COMPLETE","features":[99]},{"name":"HANGUP_PENDING","features":[99]},{"name":"LANA_ENUM","features":[99]},{"name":"LISTEN_OUTSTANDING","features":[99]},{"name":"MAX_LANA","features":[99]},{"name":"MS_NBF","features":[99]},{"name":"NAME_BUFFER","features":[99]},{"name":"NAME_FLAGS_MASK","features":[99]},{"name":"NCB","features":[1,99]},{"name":"NCB","features":[1,99]},{"name":"NCBACTION","features":[99]},{"name":"NCBADDGRNAME","features":[99]},{"name":"NCBADDNAME","features":[99]},{"name":"NCBASTAT","features":[99]},{"name":"NCBCALL","features":[99]},{"name":"NCBCANCEL","features":[99]},{"name":"NCBCHAINSEND","features":[99]},{"name":"NCBCHAINSENDNA","features":[99]},{"name":"NCBDELNAME","features":[99]},{"name":"NCBDGRECV","features":[99]},{"name":"NCBDGRECVBC","features":[99]},{"name":"NCBDGSEND","features":[99]},{"name":"NCBDGSENDBC","features":[99]},{"name":"NCBENUM","features":[99]},{"name":"NCBFINDNAME","features":[99]},{"name":"NCBHANGUP","features":[99]},{"name":"NCBLANSTALERT","features":[99]},{"name":"NCBLISTEN","features":[99]},{"name":"NCBNAMSZ","features":[99]},{"name":"NCBRECV","features":[99]},{"name":"NCBRECVANY","features":[99]},{"name":"NCBRESET","features":[99]},{"name":"NCBSEND","features":[99]},{"name":"NCBSENDNA","features":[99]},{"name":"NCBSSTAT","features":[99]},{"name":"NCBTRACE","features":[99]},{"name":"NCBUNLINK","features":[99]},{"name":"NRC_ACTSES","features":[99]},{"name":"NRC_BADDR","features":[99]},{"name":"NRC_BRIDGE","features":[99]},{"name":"NRC_BUFLEN","features":[99]},{"name":"NRC_CANCEL","features":[99]},{"name":"NRC_CANOCCR","features":[99]},{"name":"NRC_CMDCAN","features":[99]},{"name":"NRC_CMDTMO","features":[99]},{"name":"NRC_DUPENV","features":[99]},{"name":"NRC_DUPNAME","features":[99]},{"name":"NRC_ENVNOTDEF","features":[99]},{"name":"NRC_GOODRET","features":[99]},{"name":"NRC_IFBUSY","features":[99]},{"name":"NRC_ILLCMD","features":[99]},{"name":"NRC_ILLNN","features":[99]},{"name":"NRC_INCOMP","features":[99]},{"name":"NRC_INUSE","features":[99]},{"name":"NRC_INVADDRESS","features":[99]},{"name":"NRC_INVDDID","features":[99]},{"name":"NRC_LOCKFAIL","features":[99]},{"name":"NRC_LOCTFUL","features":[99]},{"name":"NRC_MAXAPPS","features":[99]},{"name":"NRC_NAMCONF","features":[99]},{"name":"NRC_NAMERR","features":[99]},{"name":"NRC_NAMTFUL","features":[99]},{"name":"NRC_NOCALL","features":[99]},{"name":"NRC_NORES","features":[99]},{"name":"NRC_NORESOURCES","features":[99]},{"name":"NRC_NOSAPS","features":[99]},{"name":"NRC_NOWILD","features":[99]},{"name":"NRC_OPENERR","features":[99]},{"name":"NRC_OSRESNOTAV","features":[99]},{"name":"NRC_PENDING","features":[99]},{"name":"NRC_REMTFUL","features":[99]},{"name":"NRC_SABORT","features":[99]},{"name":"NRC_SCLOSED","features":[99]},{"name":"NRC_SNUMOUT","features":[99]},{"name":"NRC_SYSTEM","features":[99]},{"name":"NRC_TOOMANY","features":[99]},{"name":"Netbios","features":[1,99]},{"name":"REGISTERED","features":[99]},{"name":"REGISTERING","features":[99]},{"name":"SESSION_ABORTED","features":[99]},{"name":"SESSION_BUFFER","features":[99]},{"name":"SESSION_ESTABLISHED","features":[99]},{"name":"SESSION_HEADER","features":[99]},{"name":"UNIQUE_NAME","features":[99]}],"460":[{"name":"AA_AUDIT_ALL","features":[100]},{"name":"AA_A_ACL","features":[100]},{"name":"AA_A_CREATE","features":[100]},{"name":"AA_A_DELETE","features":[100]},{"name":"AA_A_OPEN","features":[100]},{"name":"AA_A_OWNER","features":[100]},{"name":"AA_A_WRITE","features":[100]},{"name":"AA_CLOSE","features":[100]},{"name":"AA_F_ACL","features":[100]},{"name":"AA_F_CREATE","features":[100]},{"name":"AA_F_DELETE","features":[100]},{"name":"AA_F_OPEN","features":[100]},{"name":"AA_F_WRITE","features":[100]},{"name":"AA_S_ACL","features":[100]},{"name":"AA_S_CREATE","features":[100]},{"name":"AA_S_DELETE","features":[100]},{"name":"AA_S_OPEN","features":[100]},{"name":"AA_S_WRITE","features":[100]},{"name":"ACCESS_ACCESS_LIST_PARMNUM","features":[100]},{"name":"ACCESS_ATTR_PARMNUM","features":[100]},{"name":"ACCESS_AUDIT","features":[100]},{"name":"ACCESS_COUNT_PARMNUM","features":[100]},{"name":"ACCESS_FAIL_ACL","features":[100]},{"name":"ACCESS_FAIL_DELETE","features":[100]},{"name":"ACCESS_FAIL_MASK","features":[100]},{"name":"ACCESS_FAIL_OPEN","features":[100]},{"name":"ACCESS_FAIL_SHIFT","features":[100]},{"name":"ACCESS_FAIL_WRITE","features":[100]},{"name":"ACCESS_GROUP","features":[100]},{"name":"ACCESS_INFO_0","features":[100]},{"name":"ACCESS_INFO_1","features":[100]},{"name":"ACCESS_INFO_1002","features":[100]},{"name":"ACCESS_LETTERS","features":[100]},{"name":"ACCESS_LIST","features":[100]},{"name":"ACCESS_NONE","features":[100]},{"name":"ACCESS_RESOURCE_NAME_PARMNUM","features":[100]},{"name":"ACCESS_SUCCESS_ACL","features":[100]},{"name":"ACCESS_SUCCESS_DELETE","features":[100]},{"name":"ACCESS_SUCCESS_MASK","features":[100]},{"name":"ACCESS_SUCCESS_OPEN","features":[100]},{"name":"ACCESS_SUCCESS_WRITE","features":[100]},{"name":"ACTION_ADMINUNLOCK","features":[100]},{"name":"ACTION_LOCKOUT","features":[100]},{"name":"ADMIN_OTHER_INFO","features":[100]},{"name":"AE_ACCLIM","features":[100]},{"name":"AE_ACCLIMITEXCD","features":[100]},{"name":"AE_ACCRESTRICT","features":[100]},{"name":"AE_ACLMOD","features":[100]},{"name":"AE_ACLMOD","features":[100]},{"name":"AE_ACLMODFAIL","features":[100]},{"name":"AE_ADD","features":[100]},{"name":"AE_ADMIN","features":[100]},{"name":"AE_ADMINDIS","features":[100]},{"name":"AE_ADMINPRIVREQD","features":[100]},{"name":"AE_ADMIN_CLOSE","features":[100]},{"name":"AE_AUTODIS","features":[100]},{"name":"AE_BADPW","features":[100]},{"name":"AE_CLOSEFILE","features":[100]},{"name":"AE_CLOSEFILE","features":[100]},{"name":"AE_CONNREJ","features":[100]},{"name":"AE_CONNREJ","features":[100]},{"name":"AE_CONNSTART","features":[100]},{"name":"AE_CONNSTART","features":[100]},{"name":"AE_CONNSTOP","features":[100]},{"name":"AE_CONNSTOP","features":[100]},{"name":"AE_DELETE","features":[100]},{"name":"AE_ERROR","features":[100]},{"name":"AE_GENERAL","features":[100]},{"name":"AE_GENERIC","features":[100]},{"name":"AE_GENERIC_TYPE","features":[100]},{"name":"AE_GUEST","features":[100]},{"name":"AE_LIM_DELETED","features":[100]},{"name":"AE_LIM_DISABLED","features":[100]},{"name":"AE_LIM_EXPIRED","features":[100]},{"name":"AE_LIM_INVAL_WKSTA","features":[100]},{"name":"AE_LIM_LOGONHOURS","features":[100]},{"name":"AE_LIM_UNKNOWN","features":[100]},{"name":"AE_LOCKOUT","features":[100]},{"name":"AE_LOCKOUT","features":[100]},{"name":"AE_MOD","features":[100]},{"name":"AE_NETLOGDENIED","features":[100]},{"name":"AE_NETLOGOFF","features":[100]},{"name":"AE_NETLOGOFF","features":[100]},{"name":"AE_NETLOGON","features":[100]},{"name":"AE_NETLOGON","features":[100]},{"name":"AE_NOACCESSPERM","features":[100]},{"name":"AE_NORMAL","features":[100]},{"name":"AE_NORMAL_CLOSE","features":[100]},{"name":"AE_RESACCESS","features":[100]},{"name":"AE_RESACCESS","features":[100]},{"name":"AE_RESACCESS2","features":[100]},{"name":"AE_RESACCESSREJ","features":[100]},{"name":"AE_RESACCESSREJ","features":[100]},{"name":"AE_SERVICESTAT","features":[100]},{"name":"AE_SERVICESTAT","features":[100]},{"name":"AE_SESSDIS","features":[100]},{"name":"AE_SESSLOGOFF","features":[100]},{"name":"AE_SESSLOGOFF","features":[100]},{"name":"AE_SESSLOGON","features":[100]},{"name":"AE_SESSLOGON","features":[100]},{"name":"AE_SESSPWERR","features":[100]},{"name":"AE_SESSPWERR","features":[100]},{"name":"AE_SES_CLOSE","features":[100]},{"name":"AE_SRVCONT","features":[100]},{"name":"AE_SRVPAUSED","features":[100]},{"name":"AE_SRVSTART","features":[100]},{"name":"AE_SRVSTATUS","features":[100]},{"name":"AE_SRVSTATUS","features":[100]},{"name":"AE_SRVSTOP","features":[100]},{"name":"AE_UASMOD","features":[100]},{"name":"AE_UASMOD","features":[100]},{"name":"AE_UAS_GROUP","features":[100]},{"name":"AE_UAS_MODALS","features":[100]},{"name":"AE_UAS_USER","features":[100]},{"name":"AE_UNSHARE","features":[100]},{"name":"AE_USER","features":[100]},{"name":"AE_USERLIMIT","features":[100]},{"name":"AF_OP","features":[100]},{"name":"AF_OP_ACCOUNTS","features":[100]},{"name":"AF_OP_COMM","features":[100]},{"name":"AF_OP_PRINT","features":[100]},{"name":"AF_OP_SERVER","features":[100]},{"name":"ALERTER_MAILSLOT","features":[100]},{"name":"ALERTSZ","features":[100]},{"name":"ALERT_ADMIN_EVENT","features":[100]},{"name":"ALERT_ERRORLOG_EVENT","features":[100]},{"name":"ALERT_MESSAGE_EVENT","features":[100]},{"name":"ALERT_PRINT_EVENT","features":[100]},{"name":"ALERT_USER_EVENT","features":[100]},{"name":"ALIGN_SHIFT","features":[100]},{"name":"ALIGN_SIZE","features":[100]},{"name":"ALLOCATE_RESPONSE","features":[100]},{"name":"AT_ENUM","features":[100]},{"name":"AT_INFO","features":[100]},{"name":"AUDIT_ENTRY","features":[100]},{"name":"BACKUP_MSG_FILENAME","features":[100]},{"name":"BIND_FLAGS1","features":[100]},{"name":"CLTYPE_LEN","features":[100]},{"name":"CNLEN","features":[100]},{"name":"COMPONENT_CHARACTERISTICS","features":[100]},{"name":"CONFIG_INFO_0","features":[100]},{"name":"COULD_NOT_VERIFY_VOLUMES","features":[100]},{"name":"CREATE_BYPASS_CSC","features":[100]},{"name":"CREATE_CRED_RESET","features":[100]},{"name":"CREATE_GLOBAL_MAPPING","features":[100]},{"name":"CREATE_NO_CONNECT","features":[100]},{"name":"CREATE_PERSIST_MAPPING","features":[100]},{"name":"CREATE_REQUIRE_CONNECTION_INTEGRITY","features":[100]},{"name":"CREATE_REQUIRE_CONNECTION_PRIVACY","features":[100]},{"name":"CREATE_WRITE_THROUGH_SEMANTICS","features":[100]},{"name":"CRYPT_KEY_LEN","features":[100]},{"name":"CRYPT_TXT_LEN","features":[100]},{"name":"DEFAULT_PAGES","features":[100]},{"name":"DEF_MAX_BADPW","features":[100]},{"name":"DEF_MAX_PWHIST","features":[100]},{"name":"DEF_MIN_PWLEN","features":[100]},{"name":"DEF_PWUNIQUENESS","features":[100]},{"name":"DEVLEN","features":[100]},{"name":"DFS_CONNECTION_FAILURE","features":[100]},{"name":"DFS_ERROR_ACTIVEDIRECTORY_OFFLINE","features":[100]},{"name":"DFS_ERROR_CLUSTERINFO_FAILED","features":[100]},{"name":"DFS_ERROR_COMPUTERINFO_FAILED","features":[100]},{"name":"DFS_ERROR_CREATEEVENT_FAILED","features":[100]},{"name":"DFS_ERROR_CREATE_REPARSEPOINT_FAILURE","features":[100]},{"name":"DFS_ERROR_CREATE_REPARSEPOINT_SUCCESS","features":[100]},{"name":"DFS_ERROR_CROSS_FOREST_TRUST_INFO_FAILED","features":[100]},{"name":"DFS_ERROR_DCINFO_FAILED","features":[100]},{"name":"DFS_ERROR_DSCONNECT_FAILED","features":[100]},{"name":"DFS_ERROR_DUPLICATE_LINK","features":[100]},{"name":"DFS_ERROR_HANDLENAMESPACE_FAILED","features":[100]},{"name":"DFS_ERROR_LINKS_OVERLAP","features":[100]},{"name":"DFS_ERROR_LINK_OVERLAP","features":[100]},{"name":"DFS_ERROR_MUTLIPLE_ROOTS_NOT_SUPPORTED","features":[100]},{"name":"DFS_ERROR_NO_DFS_DATA","features":[100]},{"name":"DFS_ERROR_ON_ROOT","features":[100]},{"name":"DFS_ERROR_OVERLAPPING_DIRECTORIES","features":[100]},{"name":"DFS_ERROR_PREFIXTABLE_FAILED","features":[100]},{"name":"DFS_ERROR_REFLECTIONENGINE_FAILED","features":[100]},{"name":"DFS_ERROR_REGISTERSTORE_FAILED","features":[100]},{"name":"DFS_ERROR_REMOVE_LINK_FAILED","features":[100]},{"name":"DFS_ERROR_RESYNCHRONIZE_FAILED","features":[100]},{"name":"DFS_ERROR_ROOTSYNCINIT_FAILED","features":[100]},{"name":"DFS_ERROR_SECURITYINIT_FAILED","features":[100]},{"name":"DFS_ERROR_SITECACHEINIT_FAILED","features":[100]},{"name":"DFS_ERROR_SITESUPPOR_FAILED","features":[100]},{"name":"DFS_ERROR_TARGET_LIST_INCORRECT","features":[100]},{"name":"DFS_ERROR_THREADINIT_FAILED","features":[100]},{"name":"DFS_ERROR_TOO_MANY_ERRORS","features":[100]},{"name":"DFS_ERROR_TRUSTED_DOMAIN_INFO_FAILED","features":[100]},{"name":"DFS_ERROR_UNSUPPORTED_FILESYSTEM","features":[100]},{"name":"DFS_ERROR_WINSOCKINIT_FAILED","features":[100]},{"name":"DFS_INFO_ACTIVEDIRECTORY_ONLINE","features":[100]},{"name":"DFS_INFO_CROSS_FOREST_TRUST_INFO_SUCCESS","features":[100]},{"name":"DFS_INFO_DOMAIN_REFERRAL_MIN_OVERFLOW","features":[100]},{"name":"DFS_INFO_DS_RECONNECTED","features":[100]},{"name":"DFS_INFO_FINISH_BUILDING_NAMESPACE","features":[100]},{"name":"DFS_INFO_FINISH_INIT","features":[100]},{"name":"DFS_INFO_RECONNECT_DATA","features":[100]},{"name":"DFS_INFO_TRUSTED_DOMAIN_INFO_SUCCESS","features":[100]},{"name":"DFS_INIT_SUCCESS","features":[100]},{"name":"DFS_MAX_DNR_ATTEMPTS","features":[100]},{"name":"DFS_OPEN_FAILURE","features":[100]},{"name":"DFS_REFERRAL_FAILURE","features":[100]},{"name":"DFS_REFERRAL_REQUEST","features":[100]},{"name":"DFS_REFERRAL_SUCCESS","features":[100]},{"name":"DFS_ROOT_SHARE_ACQUIRE_FAILED","features":[100]},{"name":"DFS_ROOT_SHARE_ACQUIRE_SUCCESS","features":[100]},{"name":"DFS_SPECIAL_REFERRAL_FAILURE","features":[100]},{"name":"DFS_WARN_DOMAIN_REFERRAL_OVERFLOW","features":[100]},{"name":"DFS_WARN_INCOMPLETE_MOVE","features":[100]},{"name":"DFS_WARN_METADATA_LINK_INFO_INVALID","features":[100]},{"name":"DFS_WARN_METADATA_LINK_TYPE_INCORRECT","features":[100]},{"name":"DNLEN","features":[100]},{"name":"DPP_ADVANCED","features":[100]},{"name":"DSREG_DEVICE_JOIN","features":[100]},{"name":"DSREG_JOIN_INFO","features":[1,100,75]},{"name":"DSREG_JOIN_TYPE","features":[100]},{"name":"DSREG_UNKNOWN_JOIN","features":[100]},{"name":"DSREG_USER_INFO","features":[100]},{"name":"DSREG_WORKPLACE_JOIN","features":[100]},{"name":"EBP_ABOVE","features":[100]},{"name":"EBP_BELOW","features":[100]},{"name":"ENCRYPTED_PWLEN","features":[100]},{"name":"ENUM_BINDING_PATHS_FLAGS","features":[100]},{"name":"ERRLOG2_BASE","features":[100]},{"name":"ERRLOG_BASE","features":[100]},{"name":"ERRLOG_OTHER_INFO","features":[100]},{"name":"ERROR_LOG","features":[100]},{"name":"EVENT_BAD_ACCOUNT_NAME","features":[100]},{"name":"EVENT_BAD_SERVICE_STATE","features":[100]},{"name":"EVENT_BOOT_SYSTEM_DRIVERS_FAILED","features":[100]},{"name":"EVENT_BOWSER_CANT_READ_REGISTRY","features":[100]},{"name":"EVENT_BOWSER_ELECTION_RECEIVED","features":[100]},{"name":"EVENT_BOWSER_ELECTION_SENT_FIND_MASTER_FAILED","features":[100]},{"name":"EVENT_BOWSER_ELECTION_SENT_GETBLIST_FAILED","features":[100]},{"name":"EVENT_BOWSER_GETBROWSERLIST_THRESHOLD_EXCEEDED","features":[100]},{"name":"EVENT_BOWSER_ILLEGAL_DATAGRAM","features":[100]},{"name":"EVENT_BOWSER_ILLEGAL_DATAGRAM_THRESHOLD","features":[100]},{"name":"EVENT_BOWSER_MAILSLOT_DATAGRAM_THRESHOLD_EXCEEDED","features":[100]},{"name":"EVENT_BOWSER_NAME_CONVERSION_FAILED","features":[100]},{"name":"EVENT_BOWSER_NON_MASTER_MASTER_ANNOUNCE","features":[100]},{"name":"EVENT_BOWSER_NON_PDC_WON_ELECTION","features":[100]},{"name":"EVENT_BOWSER_OLD_BACKUP_FOUND","features":[100]},{"name":"EVENT_BOWSER_OTHER_MASTER_ON_NET","features":[100]},{"name":"EVENT_BOWSER_PDC_LOST_ELECTION","features":[100]},{"name":"EVENT_BOWSER_PROMOTED_WHILE_ALREADY_MASTER","features":[100]},{"name":"EVENT_BRIDGE_ADAPTER_BIND_FAILED","features":[100]},{"name":"EVENT_BRIDGE_ADAPTER_FILTER_FAILED","features":[100]},{"name":"EVENT_BRIDGE_ADAPTER_LINK_SPEED_QUERY_FAILED","features":[100]},{"name":"EVENT_BRIDGE_ADAPTER_MAC_ADDR_QUERY_FAILED","features":[100]},{"name":"EVENT_BRIDGE_ADAPTER_NAME_QUERY_FAILED","features":[100]},{"name":"EVENT_BRIDGE_BUFFER_POOL_CREATION_FAILED","features":[100]},{"name":"EVENT_BRIDGE_DEVICE_CREATION_FAILED","features":[100]},{"name":"EVENT_BRIDGE_ETHERNET_NOT_OFFERED","features":[100]},{"name":"EVENT_BRIDGE_INIT_MALLOC_FAILED","features":[100]},{"name":"EVENT_BRIDGE_MINIPORT_INIT_FAILED","features":[100]},{"name":"EVENT_BRIDGE_MINIPORT_REGISTER_FAILED","features":[100]},{"name":"EVENT_BRIDGE_MINIPROT_DEVNAME_MISSING","features":[100]},{"name":"EVENT_BRIDGE_NO_BRIDGE_MAC_ADDR","features":[100]},{"name":"EVENT_BRIDGE_PACKET_POOL_CREATION_FAILED","features":[100]},{"name":"EVENT_BRIDGE_PROTOCOL_REGISTER_FAILED","features":[100]},{"name":"EVENT_BRIDGE_THREAD_CREATION_FAILED","features":[100]},{"name":"EVENT_BRIDGE_THREAD_REF_FAILED","features":[100]},{"name":"EVENT_BROWSER_BACKUP_STOPPED","features":[100]},{"name":"EVENT_BROWSER_DEPENDANT_SERVICE_FAILED","features":[100]},{"name":"EVENT_BROWSER_DOMAIN_LIST_FAILED","features":[100]},{"name":"EVENT_BROWSER_DOMAIN_LIST_RETRIEVED","features":[100]},{"name":"EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STARTED","features":[100]},{"name":"EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STOPPED","features":[100]},{"name":"EVENT_BROWSER_ELECTION_SENT_ROLE_CHANGED","features":[100]},{"name":"EVENT_BROWSER_GETBLIST_RECEIVED_NOT_MASTER","features":[100]},{"name":"EVENT_BROWSER_ILLEGAL_CONFIG","features":[100]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED","features":[100]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED_NO_MASTER","features":[100]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED_STOPPING","features":[100]},{"name":"EVENT_BROWSER_NOT_STARTED_IPX_CONFIG_MISMATCH","features":[100]},{"name":"EVENT_BROWSER_OTHERDOMAIN_ADD_FAILED","features":[100]},{"name":"EVENT_BROWSER_ROLE_CHANGE_FAILED","features":[100]},{"name":"EVENT_BROWSER_SERVER_LIST_FAILED","features":[100]},{"name":"EVENT_BROWSER_SERVER_LIST_RETRIEVED","features":[100]},{"name":"EVENT_BROWSER_STATUS_BITS_UPDATE_FAILED","features":[100]},{"name":"EVENT_CALL_TO_FUNCTION_FAILED","features":[100]},{"name":"EVENT_CALL_TO_FUNCTION_FAILED_II","features":[100]},{"name":"EVENT_CIRCULAR_DEPENDENCY_AUTO","features":[100]},{"name":"EVENT_CIRCULAR_DEPENDENCY_DEMAND","features":[100]},{"name":"EVENT_COMMAND_NOT_INTERACTIVE","features":[100]},{"name":"EVENT_COMMAND_START_FAILED","features":[100]},{"name":"EVENT_CONNECTION_TIMEOUT","features":[100]},{"name":"EVENT_ComputerNameChange","features":[100]},{"name":"EVENT_DAV_REDIR_DELAYED_WRITE_FAILED","features":[100]},{"name":"EVENT_DCOM_ASSERTION_FAILURE","features":[100]},{"name":"EVENT_DCOM_COMPLUS_DISABLED","features":[100]},{"name":"EVENT_DCOM_INVALID_ENDPOINT_DATA","features":[100]},{"name":"EVENT_DEPEND_ON_LATER_GROUP","features":[100]},{"name":"EVENT_DEPEND_ON_LATER_SERVICE","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT","features":[100]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_NOTSUPP","features":[100]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_OTHER","features":[100]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_REFUSED","features":[100]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SECURITY","features":[100]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SERVERFAIL","features":[100]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_TIMEOUT","features":[100]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_NOTSUPP","features":[100]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_OTHER","features":[100]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_REFUSED","features":[100]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SECURITY","features":[100]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SERVERFAIL","features":[100]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_TIMEOUT","features":[100]},{"name":"EVENT_DNSAPI_REGISTERED_ADAPTER","features":[100]},{"name":"EVENT_DNSAPI_REGISTERED_ADAPTER_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_REGISTERED_PTR","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_OTHER","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_OTHER_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT","features":[100]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT_PRIMARY_DN","features":[100]},{"name":"EVENT_DNSDomainNameChange","features":[100]},{"name":"EVENT_DNS_CACHE_NETWORK_PERF_WARNING","features":[100]},{"name":"EVENT_DNS_CACHE_START_FAILURE_LOW_MEMORY","features":[100]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_CONTROL","features":[100]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_DLL","features":[100]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_DONE_EVENT","features":[100]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_ENTRY","features":[100]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_RPC","features":[100]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_SHUTDOWN_NOTIFY","features":[100]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_UPDATE","features":[100]},{"name":"EVENT_DNS_CACHE_UNABLE_TO_REACH_SERVER_WARNING","features":[100]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_KEYNAME_SIZE_ZERO","features":[100]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_KEYNAME_TOO_LONG","features":[100]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_REFERESH","features":[100]},{"name":"EVENT_EQOS_ERROR_OPENING_MACHINE_POLICY_ROOT_KEY","features":[100]},{"name":"EVENT_EQOS_ERROR_OPENING_MACHINE_POLICY_SUBKEY","features":[100]},{"name":"EVENT_EQOS_ERROR_OPENING_USER_POLICY_ROOT_KEY","features":[100]},{"name":"EVENT_EQOS_ERROR_OPENING_USER_POLICY_SUBKEY","features":[100]},{"name":"EVENT_EQOS_ERROR_PROCESSING_MACHINE_POLICY_FIELD","features":[100]},{"name":"EVENT_EQOS_ERROR_PROCESSING_USER_POLICY_FIELD","features":[100]},{"name":"EVENT_EQOS_ERROR_SETTING_APP_MARKING","features":[100]},{"name":"EVENT_EQOS_ERROR_SETTING_TCP_AUTOTUNING","features":[100]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_KEYNAME_SIZE_ZERO","features":[100]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_KEYNAME_TOO_LONG","features":[100]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_REFERESH","features":[100]},{"name":"EVENT_EQOS_INFO_APP_MARKING_ALLOWED","features":[100]},{"name":"EVENT_EQOS_INFO_APP_MARKING_IGNORED","features":[100]},{"name":"EVENT_EQOS_INFO_APP_MARKING_NOT_CONFIGURED","features":[100]},{"name":"EVENT_EQOS_INFO_LOCAL_SETTING_DONT_USE_NLA","features":[100]},{"name":"EVENT_EQOS_INFO_MACHINE_POLICY_REFRESH_NO_CHANGE","features":[100]},{"name":"EVENT_EQOS_INFO_MACHINE_POLICY_REFRESH_WITH_CHANGE","features":[100]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_HIGHLY_RESTRICTED","features":[100]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_NORMAL","features":[100]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_NOT_CONFIGURED","features":[100]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_OFF","features":[100]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_RESTRICTED","features":[100]},{"name":"EVENT_EQOS_INFO_USER_POLICY_REFRESH_NO_CHANGE","features":[100]},{"name":"EVENT_EQOS_INFO_USER_POLICY_REFRESH_WITH_CHANGE","features":[100]},{"name":"EVENT_EQOS_URL_QOS_APPLICATION_CONFLICT","features":[100]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_CONFLICT","features":[100]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_NO_FULLPATH_APPNAME","features":[100]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_PROFILE_NOT_SPECIFIED","features":[100]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_QUOTA_EXCEEDED","features":[100]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_VERSION","features":[100]},{"name":"EVENT_EQOS_WARNING_TEST_1","features":[100]},{"name":"EVENT_EQOS_WARNING_TEST_2","features":[100]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_CONFLICT","features":[100]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_NO_FULLPATH_APPNAME","features":[100]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_PROFILE_NOT_SPECIFIED","features":[100]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_QUOTA_EXCEEDED","features":[100]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_VERSION","features":[100]},{"name":"EVENT_EventLogProductInfo","features":[100]},{"name":"EVENT_EventlogAbnormalShutdown","features":[100]},{"name":"EVENT_EventlogStarted","features":[100]},{"name":"EVENT_EventlogStopped","features":[100]},{"name":"EVENT_EventlogUptime","features":[100]},{"name":"EVENT_FIRST_LOGON_FAILED","features":[100]},{"name":"EVENT_FIRST_LOGON_FAILED_II","features":[100]},{"name":"EVENT_FRS_ACCESS_CHECKS_DISABLED","features":[100]},{"name":"EVENT_FRS_ACCESS_CHECKS_FAILED_UNKNOWN","features":[100]},{"name":"EVENT_FRS_ACCESS_CHECKS_FAILED_USER","features":[100]},{"name":"EVENT_FRS_ASSERT","features":[100]},{"name":"EVENT_FRS_BAD_REG_DATA","features":[100]},{"name":"EVENT_FRS_CANNOT_COMMUNICATE","features":[100]},{"name":"EVENT_FRS_CANNOT_CREATE_UUID","features":[100]},{"name":"EVENT_FRS_CANNOT_START_BACKUP_RESTORE_IN_PROGRESS","features":[100]},{"name":"EVENT_FRS_CANT_OPEN_PREINSTALL","features":[100]},{"name":"EVENT_FRS_CANT_OPEN_STAGE","features":[100]},{"name":"EVENT_FRS_DATABASE_SPACE","features":[100]},{"name":"EVENT_FRS_DISK_WRITE_CACHE_ENABLED","features":[100]},{"name":"EVENT_FRS_DS_POLL_ERROR_SUMMARY","features":[100]},{"name":"EVENT_FRS_DUPLICATE_IN_CXTION","features":[100]},{"name":"EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL","features":[100]},{"name":"EVENT_FRS_ERROR","features":[100]},{"name":"EVENT_FRS_ERROR_REPLICA_SET_DELETED","features":[100]},{"name":"EVENT_FRS_HUGE_FILE","features":[100]},{"name":"EVENT_FRS_IN_ERROR_STATE","features":[100]},{"name":"EVENT_FRS_JET_1414","features":[100]},{"name":"EVENT_FRS_JOIN_FAIL_TIME_SKEW","features":[100]},{"name":"EVENT_FRS_LONG_JOIN","features":[100]},{"name":"EVENT_FRS_LONG_JOIN_DONE","features":[100]},{"name":"EVENT_FRS_MOVED_PREEXISTING","features":[100]},{"name":"EVENT_FRS_NO_DNS_ATTRIBUTE","features":[100]},{"name":"EVENT_FRS_NO_SID","features":[100]},{"name":"EVENT_FRS_OVERLAPS_LOGGING","features":[100]},{"name":"EVENT_FRS_OVERLAPS_OTHER_STAGE","features":[100]},{"name":"EVENT_FRS_OVERLAPS_ROOT","features":[100]},{"name":"EVENT_FRS_OVERLAPS_STAGE","features":[100]},{"name":"EVENT_FRS_OVERLAPS_WORKING","features":[100]},{"name":"EVENT_FRS_PREPARE_ROOT_FAILED","features":[100]},{"name":"EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR","features":[100]},{"name":"EVENT_FRS_REPLICA_NO_ROOT_CHANGE","features":[100]},{"name":"EVENT_FRS_REPLICA_SET_CREATE_FAIL","features":[100]},{"name":"EVENT_FRS_REPLICA_SET_CREATE_OK","features":[100]},{"name":"EVENT_FRS_REPLICA_SET_CXTIONS","features":[100]},{"name":"EVENT_FRS_RMTCO_TIME_SKEW","features":[100]},{"name":"EVENT_FRS_ROOT_HAS_MOVED","features":[100]},{"name":"EVENT_FRS_ROOT_NOT_VALID","features":[100]},{"name":"EVENT_FRS_STAGE_NOT_VALID","features":[100]},{"name":"EVENT_FRS_STAGING_AREA_FULL","features":[100]},{"name":"EVENT_FRS_STARTING","features":[100]},{"name":"EVENT_FRS_STOPPED","features":[100]},{"name":"EVENT_FRS_STOPPED_ASSERT","features":[100]},{"name":"EVENT_FRS_STOPPED_FORCE","features":[100]},{"name":"EVENT_FRS_STOPPING","features":[100]},{"name":"EVENT_FRS_SYSVOL_NOT_READY","features":[100]},{"name":"EVENT_FRS_SYSVOL_NOT_READY_PRIMARY","features":[100]},{"name":"EVENT_FRS_SYSVOL_READY","features":[100]},{"name":"EVENT_FRS_VOLUME_NOT_SUPPORTED","features":[100]},{"name":"EVENT_INVALID_DRIVER_DEPENDENCY","features":[100]},{"name":"EVENT_IPX_CREATE_DEVICE","features":[100]},{"name":"EVENT_IPX_ILLEGAL_CONFIG","features":[100]},{"name":"EVENT_IPX_INTERNAL_NET_INVALID","features":[100]},{"name":"EVENT_IPX_NEW_DEFAULT_TYPE","features":[100]},{"name":"EVENT_IPX_NO_ADAPTERS","features":[100]},{"name":"EVENT_IPX_NO_FRAME_TYPES","features":[100]},{"name":"EVENT_IPX_SAP_ANNOUNCE","features":[100]},{"name":"EVENT_NBT_BAD_BACKUP_WINS_ADDR","features":[100]},{"name":"EVENT_NBT_BAD_PRIMARY_WINS_ADDR","features":[100]},{"name":"EVENT_NBT_CREATE_ADDRESS","features":[100]},{"name":"EVENT_NBT_CREATE_CONNECTION","features":[100]},{"name":"EVENT_NBT_CREATE_DEVICE","features":[100]},{"name":"EVENT_NBT_CREATE_DRIVER","features":[100]},{"name":"EVENT_NBT_DUPLICATE_NAME","features":[100]},{"name":"EVENT_NBT_DUPLICATE_NAME_ERROR","features":[100]},{"name":"EVENT_NBT_NAME_RELEASE","features":[100]},{"name":"EVENT_NBT_NAME_SERVER_ADDRS","features":[100]},{"name":"EVENT_NBT_NON_OS_INIT","features":[100]},{"name":"EVENT_NBT_NO_BACKUP_WINS","features":[100]},{"name":"EVENT_NBT_NO_DEVICES","features":[100]},{"name":"EVENT_NBT_NO_RESOURCES","features":[100]},{"name":"EVENT_NBT_NO_WINS","features":[100]},{"name":"EVENT_NBT_OPEN_REG_LINKAGE","features":[100]},{"name":"EVENT_NBT_OPEN_REG_NAMESERVER","features":[100]},{"name":"EVENT_NBT_OPEN_REG_PARAMS","features":[100]},{"name":"EVENT_NBT_READ_BIND","features":[100]},{"name":"EVENT_NBT_READ_EXPORT","features":[100]},{"name":"EVENT_NBT_TIMERS","features":[100]},{"name":"EVENT_NDIS_ADAPTER_CHECK_ERROR","features":[100]},{"name":"EVENT_NDIS_ADAPTER_DISABLED","features":[100]},{"name":"EVENT_NDIS_ADAPTER_NOT_FOUND","features":[100]},{"name":"EVENT_NDIS_BAD_IO_BASE_ADDRESS","features":[100]},{"name":"EVENT_NDIS_BAD_VERSION","features":[100]},{"name":"EVENT_NDIS_CABLE_DISCONNECTED_ERROR","features":[100]},{"name":"EVENT_NDIS_DMA_CONFLICT","features":[100]},{"name":"EVENT_NDIS_DRIVER_FAILURE","features":[100]},{"name":"EVENT_NDIS_HARDWARE_FAILURE","features":[100]},{"name":"EVENT_NDIS_INTERRUPT_CONFLICT","features":[100]},{"name":"EVENT_NDIS_INTERRUPT_CONNECT","features":[100]},{"name":"EVENT_NDIS_INVALID_DOWNLOAD_FILE_ERROR","features":[100]},{"name":"EVENT_NDIS_INVALID_VALUE_FROM_ADAPTER","features":[100]},{"name":"EVENT_NDIS_IO_PORT_CONFLICT","features":[100]},{"name":"EVENT_NDIS_LOBE_FAILUE_ERROR","features":[100]},{"name":"EVENT_NDIS_MAXFRAMESIZE_ERROR","features":[100]},{"name":"EVENT_NDIS_MAXINTERNALBUFS_ERROR","features":[100]},{"name":"EVENT_NDIS_MAXMULTICAST_ERROR","features":[100]},{"name":"EVENT_NDIS_MAXRECEIVES_ERROR","features":[100]},{"name":"EVENT_NDIS_MAXTRANSMITS_ERROR","features":[100]},{"name":"EVENT_NDIS_MEMORY_CONFLICT","features":[100]},{"name":"EVENT_NDIS_MISSING_CONFIGURATION_PARAMETER","features":[100]},{"name":"EVENT_NDIS_NETWORK_ADDRESS","features":[100]},{"name":"EVENT_NDIS_OUT_OF_RESOURCE","features":[100]},{"name":"EVENT_NDIS_PORT_OR_DMA_CONFLICT","features":[100]},{"name":"EVENT_NDIS_PRODUCTID_ERROR","features":[100]},{"name":"EVENT_NDIS_RECEIVE_SPACE_SMALL","features":[100]},{"name":"EVENT_NDIS_REMOVE_RECEIVED_ERROR","features":[100]},{"name":"EVENT_NDIS_RESET_FAILURE_CORRECTION","features":[100]},{"name":"EVENT_NDIS_RESET_FAILURE_ERROR","features":[100]},{"name":"EVENT_NDIS_RESOURCE_CONFLICT","features":[100]},{"name":"EVENT_NDIS_SIGNAL_LOSS_ERROR","features":[100]},{"name":"EVENT_NDIS_TIMEOUT","features":[100]},{"name":"EVENT_NDIS_TOKEN_RING_CORRECTION","features":[100]},{"name":"EVENT_NDIS_UNSUPPORTED_CONFIGURATION","features":[100]},{"name":"EVENT_PS_ADMISSIONCONTROL_OVERFLOW","features":[100]},{"name":"EVENT_PS_BAD_BESTEFFORT_LIMIT","features":[100]},{"name":"EVENT_PS_BINDING_FAILED","features":[100]},{"name":"EVENT_PS_GPC_REGISTER_FAILED","features":[100]},{"name":"EVENT_PS_INIT_DEVICE_FAILED","features":[100]},{"name":"EVENT_PS_MISSING_ADAPTER_REGISTRY_DATA","features":[100]},{"name":"EVENT_PS_NETWORK_ADDRESS_FAIL","features":[100]},{"name":"EVENT_PS_NO_RESOURCES_FOR_INIT","features":[100]},{"name":"EVENT_PS_QUERY_OID_GEN_LINK_SPEED","features":[100]},{"name":"EVENT_PS_QUERY_OID_GEN_MAXIMUM_FRAME_SIZE","features":[100]},{"name":"EVENT_PS_QUERY_OID_GEN_MAXIMUM_TOTAL_SIZE","features":[100]},{"name":"EVENT_PS_REGISTER_ADDRESS_FAMILY_FAILED","features":[100]},{"name":"EVENT_PS_REGISTER_MINIPORT_FAILED","features":[100]},{"name":"EVENT_PS_REGISTER_PROTOCOL_FAILED","features":[100]},{"name":"EVENT_PS_RESOURCE_POOL","features":[100]},{"name":"EVENT_PS_WAN_LIMITED_BESTEFFORT","features":[100]},{"name":"EVENT_PS_WMI_INSTANCE_NAME_FAILED","features":[100]},{"name":"EVENT_RDR_AT_THREAD_MAX","features":[100]},{"name":"EVENT_RDR_CANT_BIND_TRANSPORT","features":[100]},{"name":"EVENT_RDR_CANT_BUILD_SMB_HEADER","features":[100]},{"name":"EVENT_RDR_CANT_CREATE_DEVICE","features":[100]},{"name":"EVENT_RDR_CANT_CREATE_THREAD","features":[100]},{"name":"EVENT_RDR_CANT_GET_SECURITY_CONTEXT","features":[100]},{"name":"EVENT_RDR_CANT_READ_REGISTRY","features":[100]},{"name":"EVENT_RDR_CANT_REGISTER_ADDRESS","features":[100]},{"name":"EVENT_RDR_CANT_SET_THREAD","features":[100]},{"name":"EVENT_RDR_CLOSE_BEHIND","features":[100]},{"name":"EVENT_RDR_CONNECTION","features":[100]},{"name":"EVENT_RDR_CONNECTION_REFERENCE","features":[100]},{"name":"EVENT_RDR_CONTEXTS","features":[100]},{"name":"EVENT_RDR_DELAYED_SET_ATTRIBUTES_FAILED","features":[100]},{"name":"EVENT_RDR_DELETEONCLOSE_FAILED","features":[100]},{"name":"EVENT_RDR_DISPOSITION","features":[100]},{"name":"EVENT_RDR_ENCRYPT","features":[100]},{"name":"EVENT_RDR_FAILED_UNLOCK","features":[100]},{"name":"EVENT_RDR_INVALID_LOCK_REPLY","features":[100]},{"name":"EVENT_RDR_INVALID_OPLOCK","features":[100]},{"name":"EVENT_RDR_INVALID_REPLY","features":[100]},{"name":"EVENT_RDR_INVALID_SMB","features":[100]},{"name":"EVENT_RDR_MAXCMDS","features":[100]},{"name":"EVENT_RDR_OPLOCK_SMB","features":[100]},{"name":"EVENT_RDR_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[100]},{"name":"EVENT_RDR_RESOURCE_SHORTAGE","features":[100]},{"name":"EVENT_RDR_SECURITY_SIGNATURE_MISMATCH","features":[100]},{"name":"EVENT_RDR_SERVER_REFERENCE","features":[100]},{"name":"EVENT_RDR_SMB_REFERENCE","features":[100]},{"name":"EVENT_RDR_TIMEOUT","features":[100]},{"name":"EVENT_RDR_TIMEZONE_BIAS_TOO_LARGE","features":[100]},{"name":"EVENT_RDR_UNEXPECTED_ERROR","features":[100]},{"name":"EVENT_RDR_WRITE_BEHIND_FLUSH_FAILED","features":[100]},{"name":"EVENT_READFILE_TIMEOUT","features":[100]},{"name":"EVENT_REVERTED_TO_LASTKNOWNGOOD","features":[100]},{"name":"EVENT_RPCSS_ACTIVATION_ERROR","features":[100]},{"name":"EVENT_RPCSS_CREATEDEBUGGERPROCESS_FAILURE","features":[100]},{"name":"EVENT_RPCSS_CREATEPROCESS_FAILURE","features":[100]},{"name":"EVENT_RPCSS_DEFAULT_LAUNCH_ACCESS_DENIED","features":[100]},{"name":"EVENT_RPCSS_LAUNCH_ACCESS_DENIED","features":[100]},{"name":"EVENT_RPCSS_REMOTE_SIDE_ERROR","features":[100]},{"name":"EVENT_RPCSS_REMOTE_SIDE_ERROR_WITH_FILE","features":[100]},{"name":"EVENT_RPCSS_REMOTE_SIDE_UNAVAILABLE","features":[100]},{"name":"EVENT_RPCSS_RUNAS_CANT_LOGIN","features":[100]},{"name":"EVENT_RPCSS_RUNAS_CREATEPROCESS_FAILURE","features":[100]},{"name":"EVENT_RPCSS_SERVER_NOT_RESPONDING","features":[100]},{"name":"EVENT_RPCSS_SERVER_START_TIMEOUT","features":[100]},{"name":"EVENT_RPCSS_START_SERVICE_FAILURE","features":[100]},{"name":"EVENT_RPCSS_STOP_SERVICE_FAILURE","features":[100]},{"name":"EVENT_RUNNING_LASTKNOWNGOOD","features":[100]},{"name":"EVENT_SCOPE_LABEL_TOO_LONG","features":[100]},{"name":"EVENT_SCOPE_TOO_LONG","features":[100]},{"name":"EVENT_SECOND_LOGON_FAILED","features":[100]},{"name":"EVENT_SERVICE_CONFIG_BACKOUT_FAILED","features":[100]},{"name":"EVENT_SERVICE_CONTROL_SUCCESS","features":[100]},{"name":"EVENT_SERVICE_CRASH","features":[100]},{"name":"EVENT_SERVICE_CRASH_NO_ACTION","features":[100]},{"name":"EVENT_SERVICE_DIFFERENT_PID_CONNECTED","features":[100]},{"name":"EVENT_SERVICE_EXIT_FAILED","features":[100]},{"name":"EVENT_SERVICE_EXIT_FAILED_SPECIFIC","features":[100]},{"name":"EVENT_SERVICE_LOGON_TYPE_NOT_GRANTED","features":[100]},{"name":"EVENT_SERVICE_NOT_INTERACTIVE","features":[100]},{"name":"EVENT_SERVICE_RECOVERY_FAILED","features":[100]},{"name":"EVENT_SERVICE_SCESRV_FAILED","features":[100]},{"name":"EVENT_SERVICE_SHUTDOWN_FAILED","features":[100]},{"name":"EVENT_SERVICE_START_AT_BOOT_FAILED","features":[100]},{"name":"EVENT_SERVICE_START_FAILED","features":[100]},{"name":"EVENT_SERVICE_START_FAILED_GROUP","features":[100]},{"name":"EVENT_SERVICE_START_FAILED_II","features":[100]},{"name":"EVENT_SERVICE_START_FAILED_NONE","features":[100]},{"name":"EVENT_SERVICE_START_HUNG","features":[100]},{"name":"EVENT_SERVICE_START_TYPE_CHANGED","features":[100]},{"name":"EVENT_SERVICE_STATUS_SUCCESS","features":[100]},{"name":"EVENT_SERVICE_STOP_SUCCESS_WITH_REASON","features":[100]},{"name":"EVENT_SEVERE_SERVICE_FAILED","features":[100]},{"name":"EVENT_SRV_CANT_BIND_DUP_NAME","features":[100]},{"name":"EVENT_SRV_CANT_BIND_TO_TRANSPORT","features":[100]},{"name":"EVENT_SRV_CANT_CHANGE_DOMAIN_NAME","features":[100]},{"name":"EVENT_SRV_CANT_CREATE_DEVICE","features":[100]},{"name":"EVENT_SRV_CANT_CREATE_PROCESS","features":[100]},{"name":"EVENT_SRV_CANT_CREATE_THREAD","features":[100]},{"name":"EVENT_SRV_CANT_GROW_TABLE","features":[100]},{"name":"EVENT_SRV_CANT_LOAD_DRIVER","features":[100]},{"name":"EVENT_SRV_CANT_MAP_ERROR","features":[100]},{"name":"EVENT_SRV_CANT_OPEN_NPFS","features":[100]},{"name":"EVENT_SRV_CANT_RECREATE_SHARE","features":[100]},{"name":"EVENT_SRV_CANT_START_SCAVENGER","features":[100]},{"name":"EVENT_SRV_CANT_UNLOAD_DRIVER","features":[100]},{"name":"EVENT_SRV_DISK_FULL","features":[100]},{"name":"EVENT_SRV_DOS_ATTACK_DETECTED","features":[100]},{"name":"EVENT_SRV_INVALID_REGISTRY_VALUE","features":[100]},{"name":"EVENT_SRV_INVALID_REQUEST","features":[100]},{"name":"EVENT_SRV_INVALID_SD","features":[100]},{"name":"EVENT_SRV_IRP_STACK_SIZE","features":[100]},{"name":"EVENT_SRV_KEY_NOT_CREATED","features":[100]},{"name":"EVENT_SRV_KEY_NOT_FOUND","features":[100]},{"name":"EVENT_SRV_NETWORK_ERROR","features":[100]},{"name":"EVENT_SRV_NONPAGED_POOL_LIMIT","features":[100]},{"name":"EVENT_SRV_NO_BLOCKING_IO","features":[100]},{"name":"EVENT_SRV_NO_FREE_CONNECTIONS","features":[100]},{"name":"EVENT_SRV_NO_FREE_RAW_WORK_ITEM","features":[100]},{"name":"EVENT_SRV_NO_NONPAGED_POOL","features":[100]},{"name":"EVENT_SRV_NO_PAGED_POOL","features":[100]},{"name":"EVENT_SRV_NO_TRANSPORTS_BOUND","features":[100]},{"name":"EVENT_SRV_NO_VIRTUAL_MEMORY","features":[100]},{"name":"EVENT_SRV_NO_WORK_ITEM","features":[100]},{"name":"EVENT_SRV_OUT_OF_WORK_ITEM_DOS","features":[100]},{"name":"EVENT_SRV_PAGED_POOL_LIMIT","features":[100]},{"name":"EVENT_SRV_RESOURCE_SHORTAGE","features":[100]},{"name":"EVENT_SRV_SERVICE_FAILED","features":[100]},{"name":"EVENT_SRV_TOO_MANY_DOS","features":[100]},{"name":"EVENT_SRV_TXF_INIT_FAILED","features":[100]},{"name":"EVENT_SRV_UNEXPECTED_DISC","features":[100]},{"name":"EVENT_STREAMS_ALLOCB_FAILURE","features":[100]},{"name":"EVENT_STREAMS_ALLOCB_FAILURE_CNT","features":[100]},{"name":"EVENT_STREAMS_ESBALLOC_FAILURE","features":[100]},{"name":"EVENT_STREAMS_ESBALLOC_FAILURE_CNT","features":[100]},{"name":"EVENT_STREAMS_STRLOG","features":[100]},{"name":"EVENT_TAKE_OWNERSHIP","features":[100]},{"name":"EVENT_TCPIP6_STARTED","features":[100]},{"name":"EVENT_TCPIP_ADAPTER_REG_FAILURE","features":[100]},{"name":"EVENT_TCPIP_ADDRESS_CONFLICT1","features":[100]},{"name":"EVENT_TCPIP_ADDRESS_CONFLICT2","features":[100]},{"name":"EVENT_TCPIP_AUTOCONFIGURED_ADDRESS_LIMIT_REACHED","features":[100]},{"name":"EVENT_TCPIP_AUTOCONFIGURED_ROUTE_LIMIT_REACHED","features":[100]},{"name":"EVENT_TCPIP_CREATE_DEVICE_FAILED","features":[100]},{"name":"EVENT_TCPIP_DHCP_INIT_FAILED","features":[100]},{"name":"EVENT_TCPIP_INTERFACE_BIND_FAILURE","features":[100]},{"name":"EVENT_TCPIP_INVALID_ADDRESS","features":[100]},{"name":"EVENT_TCPIP_INVALID_DEFAULT_GATEWAY","features":[100]},{"name":"EVENT_TCPIP_INVALID_MASK","features":[100]},{"name":"EVENT_TCPIP_IPV4_UNINSTALLED","features":[100]},{"name":"EVENT_TCPIP_IP_INIT_FAILED","features":[100]},{"name":"EVENT_TCPIP_MEDIA_CONNECT","features":[100]},{"name":"EVENT_TCPIP_MEDIA_DISCONNECT","features":[100]},{"name":"EVENT_TCPIP_NO_ADAPTER_RESOURCES","features":[100]},{"name":"EVENT_TCPIP_NO_ADDRESS_LIST","features":[100]},{"name":"EVENT_TCPIP_NO_BINDINGS","features":[100]},{"name":"EVENT_TCPIP_NO_MASK","features":[100]},{"name":"EVENT_TCPIP_NO_MASK_LIST","features":[100]},{"name":"EVENT_TCPIP_NO_RESOURCES_FOR_INIT","features":[100]},{"name":"EVENT_TCPIP_NTE_CONTEXT_LIST_FAILURE","features":[100]},{"name":"EVENT_TCPIP_OUT_OF_ORDER_FRAGMENTS_EXCEEDED","features":[100]},{"name":"EVENT_TCPIP_PCF_CLEAR_FILTER_FAILURE","features":[100]},{"name":"EVENT_TCPIP_PCF_MISSING_CAPABILITY","features":[100]},{"name":"EVENT_TCPIP_PCF_MULTICAST_OID_ISSUE","features":[100]},{"name":"EVENT_TCPIP_PCF_NO_ARP_FILTER","features":[100]},{"name":"EVENT_TCPIP_PCF_SET_FILTER_FAILURE","features":[100]},{"name":"EVENT_TCPIP_TCP_CONNECTIONS_PERF_IMPACTED","features":[100]},{"name":"EVENT_TCPIP_TCP_CONNECT_LIMIT_REACHED","features":[100]},{"name":"EVENT_TCPIP_TCP_GLOBAL_EPHEMERAL_PORT_SPACE_EXHAUSTED","features":[100]},{"name":"EVENT_TCPIP_TCP_INIT_FAILED","features":[100]},{"name":"EVENT_TCPIP_TCP_MPP_ATTACKS_DETECTED","features":[100]},{"name":"EVENT_TCPIP_TCP_TIME_WAIT_COLLISION","features":[100]},{"name":"EVENT_TCPIP_TCP_WSD_WS_RESTRICTED","features":[100]},{"name":"EVENT_TCPIP_TOO_MANY_GATEWAYS","features":[100]},{"name":"EVENT_TCPIP_TOO_MANY_NETS","features":[100]},{"name":"EVENT_TCPIP_UDP_GLOBAL_EPHEMERAL_PORT_SPACE_EXHAUSTED","features":[100]},{"name":"EVENT_TCPIP_UDP_LIMIT_REACHED","features":[100]},{"name":"EVENT_TRANSACT_INVALID","features":[100]},{"name":"EVENT_TRANSACT_TIMEOUT","features":[100]},{"name":"EVENT_TRANSPORT_ADAPTER_NOT_FOUND","features":[100]},{"name":"EVENT_TRANSPORT_BAD_PROTOCOL","features":[100]},{"name":"EVENT_TRANSPORT_BINDING_FAILED","features":[100]},{"name":"EVENT_TRANSPORT_QUERY_OID_FAILED","features":[100]},{"name":"EVENT_TRANSPORT_REGISTER_FAILED","features":[100]},{"name":"EVENT_TRANSPORT_RESOURCE_LIMIT","features":[100]},{"name":"EVENT_TRANSPORT_RESOURCE_POOL","features":[100]},{"name":"EVENT_TRANSPORT_RESOURCE_SPECIFIC","features":[100]},{"name":"EVENT_TRANSPORT_SET_OID_FAILED","features":[100]},{"name":"EVENT_TRANSPORT_TOO_MANY_LINKS","features":[100]},{"name":"EVENT_TRANSPORT_TRANSFER_DATA","features":[100]},{"name":"EVENT_TRK_INTERNAL_ERROR","features":[100]},{"name":"EVENT_TRK_SERVICE_CORRUPT_LOG","features":[100]},{"name":"EVENT_TRK_SERVICE_DUPLICATE_VOLIDS","features":[100]},{"name":"EVENT_TRK_SERVICE_MOVE_QUOTA_EXCEEDED","features":[100]},{"name":"EVENT_TRK_SERVICE_START_FAILURE","features":[100]},{"name":"EVENT_TRK_SERVICE_START_SUCCESS","features":[100]},{"name":"EVENT_TRK_SERVICE_VOLUME_CLAIM","features":[100]},{"name":"EVENT_TRK_SERVICE_VOLUME_CREATE","features":[100]},{"name":"EVENT_TRK_SERVICE_VOL_QUOTA_EXCEEDED","features":[100]},{"name":"EVENT_UP_DRIVER_ON_MP","features":[100]},{"name":"EVENT_WEBCLIENT_CLOSE_DELETE_FAILED","features":[100]},{"name":"EVENT_WEBCLIENT_CLOSE_PROPPATCH_FAILED","features":[100]},{"name":"EVENT_WEBCLIENT_CLOSE_PUT_FAILED","features":[100]},{"name":"EVENT_WEBCLIENT_SETINFO_PROPPATCH_FAILED","features":[100]},{"name":"EVENT_WINNAT_SESSION_LIMIT_REACHED","features":[100]},{"name":"EVENT_WINSOCK_CLOSESOCKET_STUCK","features":[100]},{"name":"EVENT_WINSOCK_TDI_FILTER_DETECTED","features":[100]},{"name":"EVENT_WSK_OWNINGTHREAD_PARAMETER_IGNORED","features":[100]},{"name":"EVLEN","features":[100]},{"name":"EXTRA_EXIT_POINT","features":[100]},{"name":"EXTRA_EXIT_POINT_DELETED","features":[100]},{"name":"EXTRA_EXIT_POINT_NOT_DELETED","features":[100]},{"name":"EXTRA_VOLUME","features":[100]},{"name":"EXTRA_VOLUME_DELETED","features":[100]},{"name":"EXTRA_VOLUME_NOT_DELETED","features":[100]},{"name":"FILTER_INTERDOMAIN_TRUST_ACCOUNT","features":[100]},{"name":"FILTER_NORMAL_ACCOUNT","features":[100]},{"name":"FILTER_SERVER_TRUST_ACCOUNT","features":[100]},{"name":"FILTER_TEMP_DUPLICATE_ACCOUNT","features":[100]},{"name":"FILTER_WORKSTATION_TRUST_ACCOUNT","features":[100]},{"name":"FLAT_STRING","features":[100]},{"name":"FORCE_LEVEL_FLAGS","features":[100]},{"name":"GNLEN","features":[100]},{"name":"GROUPIDMASK","features":[100]},{"name":"GROUP_ALL_PARMNUM","features":[100]},{"name":"GROUP_ATTRIBUTES_PARMNUM","features":[100]},{"name":"GROUP_COMMENT_PARMNUM","features":[100]},{"name":"GROUP_INFO_0","features":[100]},{"name":"GROUP_INFO_1","features":[100]},{"name":"GROUP_INFO_1002","features":[100]},{"name":"GROUP_INFO_1005","features":[100]},{"name":"GROUP_INFO_2","features":[100]},{"name":"GROUP_INFO_3","features":[100,5]},{"name":"GROUP_NAME_PARMNUM","features":[100]},{"name":"GROUP_SPECIALGRP_ADMINS","features":[100]},{"name":"GROUP_SPECIALGRP_GUESTS","features":[100]},{"name":"GROUP_SPECIALGRP_LOCAL","features":[100]},{"name":"GROUP_SPECIALGRP_USERS","features":[100]},{"name":"GROUP_USERS_INFO_0","features":[100]},{"name":"GROUP_USERS_INFO_1","features":[100]},{"name":"GetNetScheduleAccountInformation","features":[100]},{"name":"HARDWARE_ADDRESS","features":[100]},{"name":"HARDWARE_ADDRESS_LENGTH","features":[100]},{"name":"HELP_MSG_FILENAME","features":[100]},{"name":"HLOG","features":[100]},{"name":"IEnumNetCfgBindingInterface","features":[100]},{"name":"IEnumNetCfgBindingPath","features":[100]},{"name":"IEnumNetCfgComponent","features":[100]},{"name":"INTERFACE_INFO_REVISION_1","features":[100]},{"name":"INVALID_TRACEID","features":[100]},{"name":"INetCfg","features":[100]},{"name":"INetCfgBindingInterface","features":[100]},{"name":"INetCfgBindingPath","features":[100]},{"name":"INetCfgClass","features":[100]},{"name":"INetCfgClassSetup","features":[100]},{"name":"INetCfgClassSetup2","features":[100]},{"name":"INetCfgComponent","features":[100]},{"name":"INetCfgComponentBindings","features":[100]},{"name":"INetCfgComponentControl","features":[100]},{"name":"INetCfgComponentNotifyBinding","features":[100]},{"name":"INetCfgComponentNotifyGlobal","features":[100]},{"name":"INetCfgComponentPropertyUi","features":[100]},{"name":"INetCfgComponentSetup","features":[100]},{"name":"INetCfgComponentSysPrep","features":[100]},{"name":"INetCfgComponentUpperEdge","features":[100]},{"name":"INetCfgLock","features":[100]},{"name":"INetCfgPnpReconfigCallback","features":[100]},{"name":"INetCfgSysPrep","features":[100]},{"name":"INetLanConnectionUiInfo","features":[100]},{"name":"INetRasConnectionIpUiInfo","features":[100]},{"name":"IPX_PROTOCOL_BASE","features":[100]},{"name":"IPX_PROTOCOL_RIP","features":[100]},{"name":"IProvisioningDomain","features":[100]},{"name":"IProvisioningProfileWireless","features":[100]},{"name":"IR_PROMISCUOUS","features":[100]},{"name":"IR_PROMISCUOUS_MULTICAST","features":[100]},{"name":"I_NetLogonControl2","features":[100]},{"name":"JOB_ADD_CURRENT_DATE","features":[100]},{"name":"JOB_EXEC_ERROR","features":[100]},{"name":"JOB_NONINTERACTIVE","features":[100]},{"name":"JOB_RUNS_TODAY","features":[100]},{"name":"JOB_RUN_PERIODICALLY","features":[100]},{"name":"KNOWLEDGE_INCONSISTENCY_DETECTED","features":[100]},{"name":"LG_INCLUDE_INDIRECT","features":[100]},{"name":"LM20_CNLEN","features":[100]},{"name":"LM20_DEVLEN","features":[100]},{"name":"LM20_DNLEN","features":[100]},{"name":"LM20_GNLEN","features":[100]},{"name":"LM20_MAXCOMMENTSZ","features":[100]},{"name":"LM20_NNLEN","features":[100]},{"name":"LM20_PATHLEN","features":[100]},{"name":"LM20_PWLEN","features":[100]},{"name":"LM20_QNLEN","features":[100]},{"name":"LM20_SERVICE_ACTIVE","features":[100]},{"name":"LM20_SERVICE_CONTINUE_PENDING","features":[100]},{"name":"LM20_SERVICE_PAUSED","features":[100]},{"name":"LM20_SERVICE_PAUSE_PENDING","features":[100]},{"name":"LM20_SNLEN","features":[100]},{"name":"LM20_STXTLEN","features":[100]},{"name":"LM20_UNCLEN","features":[100]},{"name":"LM20_UNLEN","features":[100]},{"name":"LM_REDIR_FAILURE","features":[100]},{"name":"LOCALGROUP_COMMENT_PARMNUM","features":[100]},{"name":"LOCALGROUP_INFO_0","features":[100]},{"name":"LOCALGROUP_INFO_1","features":[100]},{"name":"LOCALGROUP_INFO_1002","features":[100]},{"name":"LOCALGROUP_MEMBERS_INFO_0","features":[100,5]},{"name":"LOCALGROUP_MEMBERS_INFO_1","features":[100,5]},{"name":"LOCALGROUP_MEMBERS_INFO_2","features":[100,5]},{"name":"LOCALGROUP_MEMBERS_INFO_3","features":[100]},{"name":"LOCALGROUP_NAME_PARMNUM","features":[100]},{"name":"LOCALGROUP_USERS_INFO_0","features":[100]},{"name":"LOGFLAGS_BACKWARD","features":[100]},{"name":"LOGFLAGS_FORWARD","features":[100]},{"name":"LOGFLAGS_SEEK","features":[100]},{"name":"LOWER_GET_HINT_MASK","features":[100]},{"name":"LOWER_HINT_MASK","features":[100]},{"name":"LogErrorA","features":[100]},{"name":"LogErrorW","features":[100]},{"name":"LogEventA","features":[100]},{"name":"LogEventW","features":[100]},{"name":"MACHINE_UNJOINED","features":[100]},{"name":"MAJOR_VERSION_MASK","features":[100]},{"name":"MAXCOMMENTSZ","features":[100]},{"name":"MAXPERMENTRIES","features":[100]},{"name":"MAX_LANMAN_MESSAGE_ID","features":[100]},{"name":"MAX_NERR","features":[100]},{"name":"MAX_PASSWD_LEN","features":[100]},{"name":"MAX_PREFERRED_LENGTH","features":[100]},{"name":"MAX_PROTOCOL_DLL_LEN","features":[100]},{"name":"MAX_PROTOCOL_NAME_LEN","features":[100]},{"name":"MESSAGE_FILENAME","features":[100]},{"name":"MFE_BOUNDARY_REACHED","features":[100]},{"name":"MFE_IIF","features":[100]},{"name":"MFE_NOT_FORWARDING","features":[100]},{"name":"MFE_NOT_LAST_HOP","features":[100]},{"name":"MFE_NO_ERROR","features":[100]},{"name":"MFE_NO_MULTICAST","features":[100]},{"name":"MFE_NO_ROUTE","features":[100]},{"name":"MFE_NO_SPACE","features":[100]},{"name":"MFE_OIF_PRUNED","features":[100]},{"name":"MFE_OLD_ROUTER","features":[100]},{"name":"MFE_PROHIBITED","features":[100]},{"name":"MFE_PRUNED_UPSTREAM","features":[100]},{"name":"MFE_REACHED_CORE","features":[100]},{"name":"MFE_WRONG_IF","features":[100]},{"name":"MIN_LANMAN_MESSAGE_ID","features":[100]},{"name":"MISSING_EXIT_POINT","features":[100]},{"name":"MISSING_EXIT_POINT_CREATED","features":[100]},{"name":"MISSING_EXIT_POINT_NOT_CREATED","features":[100]},{"name":"MISSING_VOLUME","features":[100]},{"name":"MISSING_VOLUME_CREATED","features":[100]},{"name":"MISSING_VOLUME_NOT_CREATED","features":[100]},{"name":"MODALS_DOMAIN_ID_PARMNUM","features":[100]},{"name":"MODALS_DOMAIN_NAME_PARMNUM","features":[100]},{"name":"MODALS_FORCE_LOGOFF_PARMNUM","features":[100]},{"name":"MODALS_LOCKOUT_DURATION_PARMNUM","features":[100]},{"name":"MODALS_LOCKOUT_OBSERVATION_WINDOW_PARMNUM","features":[100]},{"name":"MODALS_LOCKOUT_THRESHOLD_PARMNUM","features":[100]},{"name":"MODALS_MAX_PASSWD_AGE_PARMNUM","features":[100]},{"name":"MODALS_MIN_PASSWD_AGE_PARMNUM","features":[100]},{"name":"MODALS_MIN_PASSWD_LEN_PARMNUM","features":[100]},{"name":"MODALS_PASSWD_HIST_LEN_PARMNUM","features":[100]},{"name":"MODALS_PRIMARY_PARMNUM","features":[100]},{"name":"MODALS_ROLE_PARMNUM","features":[100]},{"name":"MPR_PROTOCOL_0","features":[100]},{"name":"MRINFO_DISABLED_FLAG","features":[100]},{"name":"MRINFO_DOWN_FLAG","features":[100]},{"name":"MRINFO_LEAF_FLAG","features":[100]},{"name":"MRINFO_PIM_FLAG","features":[100]},{"name":"MRINFO_QUERIER_FLAG","features":[100]},{"name":"MRINFO_TUNNEL_FLAG","features":[100]},{"name":"MSA_INFO_0","features":[100]},{"name":"MSA_INFO_LEVEL","features":[100]},{"name":"MSA_INFO_STATE","features":[100]},{"name":"MSGNAME_FORWARDED_FROM","features":[100]},{"name":"MSGNAME_FORWARDED_TO","features":[100]},{"name":"MSGNAME_NOT_FORWARDED","features":[100]},{"name":"MSG_INFO_0","features":[100]},{"name":"MSG_INFO_1","features":[100]},{"name":"MS_ROUTER_VERSION","features":[100]},{"name":"MprSetupProtocolEnum","features":[100]},{"name":"MprSetupProtocolFree","features":[100]},{"name":"MsaInfoCanInstall","features":[100]},{"name":"MsaInfoCannotInstall","features":[100]},{"name":"MsaInfoInstalled","features":[100]},{"name":"MsaInfoLevel0","features":[100]},{"name":"MsaInfoLevelMax","features":[100]},{"name":"MsaInfoNotExist","features":[100]},{"name":"MsaInfoNotService","features":[100]},{"name":"NCF_DONTEXPOSELOWER","features":[100]},{"name":"NCF_FILTER","features":[100]},{"name":"NCF_FIXED_BINDING","features":[100]},{"name":"NCF_HAS_UI","features":[100]},{"name":"NCF_HIDDEN","features":[100]},{"name":"NCF_HIDE_BINDING","features":[100]},{"name":"NCF_LOWER","features":[100]},{"name":"NCF_LW_FILTER","features":[100]},{"name":"NCF_MULTIPORT_INSTANCED_ADAPTER","features":[100]},{"name":"NCF_NDIS_PROTOCOL","features":[100]},{"name":"NCF_NOT_USER_REMOVABLE","features":[100]},{"name":"NCF_NO_SERVICE","features":[100]},{"name":"NCF_PHYSICAL","features":[100]},{"name":"NCF_SINGLE_INSTANCE","features":[100]},{"name":"NCF_SOFTWARE_ENUMERATED","features":[100]},{"name":"NCF_UPPER","features":[100]},{"name":"NCF_VIRTUAL","features":[100]},{"name":"NCN_ADD","features":[100]},{"name":"NCN_BINDING_PATH","features":[100]},{"name":"NCN_DISABLE","features":[100]},{"name":"NCN_ENABLE","features":[100]},{"name":"NCN_NET","features":[100]},{"name":"NCN_NETCLIENT","features":[100]},{"name":"NCN_NETSERVICE","features":[100]},{"name":"NCN_NETTRANS","features":[100]},{"name":"NCN_PROPERTYCHANGE","features":[100]},{"name":"NCN_REMOVE","features":[100]},{"name":"NCN_UPDATE","features":[100]},{"name":"NCPNP_RECONFIG_LAYER","features":[100]},{"name":"NCRL_NDIS","features":[100]},{"name":"NCRL_TDI","features":[100]},{"name":"NCRP_FLAGS","features":[100]},{"name":"NCRP_QUERY_PROPERTY_UI","features":[100]},{"name":"NCRP_SHOW_PROPERTY_UI","features":[100]},{"name":"NELOG_AT_Exec_Err","features":[100]},{"name":"NELOG_AT_cannot_read","features":[100]},{"name":"NELOG_AT_cannot_write","features":[100]},{"name":"NELOG_AT_sched_err","features":[100]},{"name":"NELOG_AT_schedule_file_created","features":[100]},{"name":"NELOG_Access_File_Bad","features":[100]},{"name":"NELOG_Build_Name","features":[100]},{"name":"NELOG_Cant_Make_Msg_File","features":[100]},{"name":"NELOG_DiskFT","features":[100]},{"name":"NELOG_DriverNotLoaded","features":[100]},{"name":"NELOG_Entries_Lost","features":[100]},{"name":"NELOG_Error_in_DLL","features":[100]},{"name":"NELOG_Exec_Netservr_NoMem","features":[100]},{"name":"NELOG_FT_ErrLog_Too_Large","features":[100]},{"name":"NELOG_FT_Update_In_Progress","features":[100]},{"name":"NELOG_FailedToGetComputerName","features":[100]},{"name":"NELOG_FailedToRegisterSC","features":[100]},{"name":"NELOG_FailedToSetServiceStatus","features":[100]},{"name":"NELOG_File_Changed","features":[100]},{"name":"NELOG_Files_Dont_Fit","features":[100]},{"name":"NELOG_HardErr_From_Server","features":[100]},{"name":"NELOG_HotFix","features":[100]},{"name":"NELOG_Init_Chardev_Err","features":[100]},{"name":"NELOG_Init_Exec_Fail","features":[100]},{"name":"NELOG_Init_OpenCreate_Err","features":[100]},{"name":"NELOG_Init_Seg_Overflow","features":[100]},{"name":"NELOG_Internal_Error","features":[100]},{"name":"NELOG_Invalid_Config_File","features":[100]},{"name":"NELOG_Invalid_Config_Line","features":[100]},{"name":"NELOG_Ioctl_Error","features":[100]},{"name":"NELOG_Joined_Domain","features":[100]},{"name":"NELOG_Joined_Workgroup","features":[100]},{"name":"NELOG_Lazy_Write_Err","features":[100]},{"name":"NELOG_LocalSecFail1","features":[100]},{"name":"NELOG_LocalSecFail2","features":[100]},{"name":"NELOG_LocalSecFail3","features":[100]},{"name":"NELOG_LocalSecGeneralFail","features":[100]},{"name":"NELOG_Mail_Slt_Err","features":[100]},{"name":"NELOG_Mailslot_err","features":[100]},{"name":"NELOG_Message_Send","features":[100]},{"name":"NELOG_Missing_Parameter","features":[100]},{"name":"NELOG_Msg_Log_Err","features":[100]},{"name":"NELOG_Msg_Sem_Shutdown","features":[100]},{"name":"NELOG_Msg_Shutdown","features":[100]},{"name":"NELOG_Msg_Unexpected_SMB_Type","features":[100]},{"name":"NELOG_Name_Expansion","features":[100]},{"name":"NELOG_Ncb_Error","features":[100]},{"name":"NELOG_Ncb_TooManyErr","features":[100]},{"name":"NELOG_NetBios","features":[100]},{"name":"NELOG_NetLogonFailedToInitializeAuthzRm","features":[100]},{"name":"NELOG_NetLogonFailedToInitializeRPCSD","features":[100]},{"name":"NELOG_NetWkSta_Internal_Error","features":[100]},{"name":"NELOG_NetWkSta_NCB_Err","features":[100]},{"name":"NELOG_NetWkSta_No_Resource","features":[100]},{"name":"NELOG_NetWkSta_Reset_Err","features":[100]},{"name":"NELOG_NetWkSta_SMB_Err","features":[100]},{"name":"NELOG_NetWkSta_Stuck_VC_Err","features":[100]},{"name":"NELOG_NetWkSta_Too_Many","features":[100]},{"name":"NELOG_NetWkSta_VC_Err","features":[100]},{"name":"NELOG_NetWkSta_Write_Behind_Err","features":[100]},{"name":"NELOG_Net_Not_Started","features":[100]},{"name":"NELOG_NetlogonAddNameFailure","features":[100]},{"name":"NELOG_NetlogonAuthDCFail","features":[100]},{"name":"NELOG_NetlogonAuthDomainDowngraded","features":[100]},{"name":"NELOG_NetlogonAuthNoDomainController","features":[100]},{"name":"NELOG_NetlogonAuthNoTrustLsaSecret","features":[100]},{"name":"NELOG_NetlogonAuthNoTrustSamAccount","features":[100]},{"name":"NELOG_NetlogonAuthNoUplevelDomainController","features":[100]},{"name":"NELOG_NetlogonBadSiteName","features":[100]},{"name":"NELOG_NetlogonBadSubnetName","features":[100]},{"name":"NELOG_NetlogonBrowserDriver","features":[100]},{"name":"NELOG_NetlogonChangeLogCorrupt","features":[100]},{"name":"NELOG_NetlogonDcOldSiteCovered","features":[100]},{"name":"NELOG_NetlogonDcSiteCovered","features":[100]},{"name":"NELOG_NetlogonDcSiteNotCovered","features":[100]},{"name":"NELOG_NetlogonDcSiteNotCoveredAuto","features":[100]},{"name":"NELOG_NetlogonDnsDeregAborted","features":[100]},{"name":"NELOG_NetlogonDnsHostNameLowerCasingFailed","features":[100]},{"name":"NELOG_NetlogonDownLevelLogoffFailed","features":[100]},{"name":"NELOG_NetlogonDownLevelLogonFailed","features":[100]},{"name":"NELOG_NetlogonDuplicateMachineAccounts","features":[100]},{"name":"NELOG_NetlogonDynamicDnsDeregisterFailure","features":[100]},{"name":"NELOG_NetlogonDynamicDnsFailure","features":[100]},{"name":"NELOG_NetlogonDynamicDnsRegisterFailure","features":[100]},{"name":"NELOG_NetlogonDynamicDnsServerFailure","features":[100]},{"name":"NELOG_NetlogonFailedAccountDelta","features":[100]},{"name":"NELOG_NetlogonFailedDnsHostNameUpdate","features":[100]},{"name":"NELOG_NetlogonFailedDomainDelta","features":[100]},{"name":"NELOG_NetlogonFailedFileCreate","features":[100]},{"name":"NELOG_NetlogonFailedGlobalGroupDelta","features":[100]},{"name":"NELOG_NetlogonFailedLocalGroupDelta","features":[100]},{"name":"NELOG_NetlogonFailedPolicyDelta","features":[100]},{"name":"NELOG_NetlogonFailedPrimary","features":[100]},{"name":"NELOG_NetlogonFailedSecretDelta","features":[100]},{"name":"NELOG_NetlogonFailedSpnUpdate","features":[100]},{"name":"NELOG_NetlogonFailedToAddAuthzRpcInterface","features":[100]},{"name":"NELOG_NetlogonFailedToAddRpcInterface","features":[100]},{"name":"NELOG_NetlogonFailedToCreateShare","features":[100]},{"name":"NELOG_NetlogonFailedToReadMailslot","features":[100]},{"name":"NELOG_NetlogonFailedToRegisterSC","features":[100]},{"name":"NELOG_NetlogonFailedToUpdateTrustList","features":[100]},{"name":"NELOG_NetlogonFailedTrustedDomainDelta","features":[100]},{"name":"NELOG_NetlogonFailedUserDelta","features":[100]},{"name":"NELOG_NetlogonFullSyncCallFailed","features":[100]},{"name":"NELOG_NetlogonFullSyncCallSuccess","features":[100]},{"name":"NELOG_NetlogonFullSyncFailed","features":[100]},{"name":"NELOG_NetlogonFullSyncSuccess","features":[100]},{"name":"NELOG_NetlogonGcOldSiteCovered","features":[100]},{"name":"NELOG_NetlogonGcSiteCovered","features":[100]},{"name":"NELOG_NetlogonGcSiteNotCovered","features":[100]},{"name":"NELOG_NetlogonGcSiteNotCoveredAuto","features":[100]},{"name":"NELOG_NetlogonGetSubnetToSite","features":[100]},{"name":"NELOG_NetlogonInvalidDwordParameterValue","features":[100]},{"name":"NELOG_NetlogonInvalidGenericParameterValue","features":[100]},{"name":"NELOG_NetlogonLanmanBdcsNotAllowed","features":[100]},{"name":"NELOG_NetlogonMachinePasswdSetSucceeded","features":[100]},{"name":"NELOG_NetlogonMsaPasswdSetSucceeded","features":[100]},{"name":"NELOG_NetlogonNTLogoffFailed","features":[100]},{"name":"NELOG_NetlogonNTLogonFailed","features":[100]},{"name":"NELOG_NetlogonNdncOldSiteCovered","features":[100]},{"name":"NELOG_NetlogonNdncSiteCovered","features":[100]},{"name":"NELOG_NetlogonNdncSiteNotCovered","features":[100]},{"name":"NELOG_NetlogonNdncSiteNotCoveredAuto","features":[100]},{"name":"NELOG_NetlogonNoAddressToSiteMapping","features":[100]},{"name":"NELOG_NetlogonNoDynamicDns","features":[100]},{"name":"NELOG_NetlogonNoDynamicDnsManual","features":[100]},{"name":"NELOG_NetlogonNoSiteForClient","features":[100]},{"name":"NELOG_NetlogonNoSiteForClients","features":[100]},{"name":"NELOG_NetlogonPartialSiteMappingForClients","features":[100]},{"name":"NELOG_NetlogonPartialSyncCallFailed","features":[100]},{"name":"NELOG_NetlogonPartialSyncCallSuccess","features":[100]},{"name":"NELOG_NetlogonPartialSyncFailed","features":[100]},{"name":"NELOG_NetlogonPartialSyncSuccess","features":[100]},{"name":"NELOG_NetlogonPasswdSetFailed","features":[100]},{"name":"NELOG_NetlogonRejectedRemoteDynamicDnsDeregister","features":[100]},{"name":"NELOG_NetlogonRejectedRemoteDynamicDnsRegister","features":[100]},{"name":"NELOG_NetlogonRemoteDynamicDnsDeregisterFailure","features":[100]},{"name":"NELOG_NetlogonRemoteDynamicDnsRegisterFailure","features":[100]},{"name":"NELOG_NetlogonRemoteDynamicDnsUpdateRequestFailure","features":[100]},{"name":"NELOG_NetlogonRequireSignOrSealError","features":[100]},{"name":"NELOG_NetlogonRpcCallCancelled","features":[100]},{"name":"NELOG_NetlogonRpcPortRequestFailure","features":[100]},{"name":"NELOG_NetlogonSSIInitError","features":[100]},{"name":"NELOG_NetlogonServerAuthFailed","features":[100]},{"name":"NELOG_NetlogonServerAuthFailedNoAccount","features":[100]},{"name":"NELOG_NetlogonServerAuthNoTrustSamAccount","features":[100]},{"name":"NELOG_NetlogonSessionTypeWrong","features":[100]},{"name":"NELOG_NetlogonSpnCrackNamesFailure","features":[100]},{"name":"NELOG_NetlogonSpnMultipleSamAccountNames","features":[100]},{"name":"NELOG_NetlogonSyncError","features":[100]},{"name":"NELOG_NetlogonSystemError","features":[100]},{"name":"NELOG_NetlogonTooManyGlobalGroups","features":[100]},{"name":"NELOG_NetlogonTrackingError","features":[100]},{"name":"NELOG_NetlogonUserValidationReqInitialTimeOut","features":[100]},{"name":"NELOG_NetlogonUserValidationReqRecurringTimeOut","features":[100]},{"name":"NELOG_NetlogonUserValidationReqWaitInitialWarning","features":[100]},{"name":"NELOG_NetlogonUserValidationReqWaitRecurringWarning","features":[100]},{"name":"NELOG_NoTranportLoaded","features":[100]},{"name":"NELOG_OEM_Code","features":[100]},{"name":"NELOG_ReleaseMem_Alert","features":[100]},{"name":"NELOG_Remote_API","features":[100]},{"name":"NELOG_ReplAccessDenied","features":[100]},{"name":"NELOG_ReplBadExport","features":[100]},{"name":"NELOG_ReplBadImport","features":[100]},{"name":"NELOG_ReplBadMsg","features":[100]},{"name":"NELOG_ReplCannotMasterDir","features":[100]},{"name":"NELOG_ReplLogonFailed","features":[100]},{"name":"NELOG_ReplLostMaster","features":[100]},{"name":"NELOG_ReplMaxFiles","features":[100]},{"name":"NELOG_ReplMaxTreeDepth","features":[100]},{"name":"NELOG_ReplNetErr","features":[100]},{"name":"NELOG_ReplSignalFileErr","features":[100]},{"name":"NELOG_ReplSysErr","features":[100]},{"name":"NELOG_ReplUpdateError","features":[100]},{"name":"NELOG_ReplUserCurDir","features":[100]},{"name":"NELOG_ReplUserLoged","features":[100]},{"name":"NELOG_Resource_Shortage","features":[100]},{"name":"NELOG_RplAdapterResource","features":[100]},{"name":"NELOG_RplBackupDatabase","features":[100]},{"name":"NELOG_RplCheckConfigs","features":[100]},{"name":"NELOG_RplCheckSecurity","features":[100]},{"name":"NELOG_RplCreateProfiles","features":[100]},{"name":"NELOG_RplFileCopy","features":[100]},{"name":"NELOG_RplFileDelete","features":[100]},{"name":"NELOG_RplFilePerms","features":[100]},{"name":"NELOG_RplInitDatabase","features":[100]},{"name":"NELOG_RplInitRestoredDatabase","features":[100]},{"name":"NELOG_RplMessages","features":[100]},{"name":"NELOG_RplRegistry","features":[100]},{"name":"NELOG_RplReplaceRPLDISK","features":[100]},{"name":"NELOG_RplRestoreDatabaseFailure","features":[100]},{"name":"NELOG_RplRestoreDatabaseSuccess","features":[100]},{"name":"NELOG_RplSystem","features":[100]},{"name":"NELOG_RplUpgradeDBTo40","features":[100]},{"name":"NELOG_RplWkstaBbcFile","features":[100]},{"name":"NELOG_RplWkstaFileChecksum","features":[100]},{"name":"NELOG_RplWkstaFileLineCount","features":[100]},{"name":"NELOG_RplWkstaFileOpen","features":[100]},{"name":"NELOG_RplWkstaFileRead","features":[100]},{"name":"NELOG_RplWkstaFileSize","features":[100]},{"name":"NELOG_RplWkstaInternal","features":[100]},{"name":"NELOG_RplWkstaMemory","features":[100]},{"name":"NELOG_RplWkstaNetwork","features":[100]},{"name":"NELOG_RplWkstaTimeout","features":[100]},{"name":"NELOG_RplWkstaWrongVersion","features":[100]},{"name":"NELOG_RplXnsBoot","features":[100]},{"name":"NELOG_SMB_Illegal","features":[100]},{"name":"NELOG_Server_Lock_Failure","features":[100]},{"name":"NELOG_Service_Fail","features":[100]},{"name":"NELOG_Srv_Close_Failure","features":[100]},{"name":"NELOG_Srv_No_Mem_Grow","features":[100]},{"name":"NELOG_Srv_Thread_Failure","features":[100]},{"name":"NELOG_Srvnet_NB_Open","features":[100]},{"name":"NELOG_Srvnet_Not_Started","features":[100]},{"name":"NELOG_System_Error","features":[100]},{"name":"NELOG_System_Semaphore","features":[100]},{"name":"NELOG_UPS_CannotOpenDriver","features":[100]},{"name":"NELOG_UPS_CmdFileConfig","features":[100]},{"name":"NELOG_UPS_CmdFileError","features":[100]},{"name":"NELOG_UPS_CmdFileExec","features":[100]},{"name":"NELOG_UPS_PowerBack","features":[100]},{"name":"NELOG_UPS_PowerOut","features":[100]},{"name":"NELOG_UPS_Shutdown","features":[100]},{"name":"NELOG_Unable_To_Lock_Segment","features":[100]},{"name":"NELOG_Unable_To_Unlock_Segment","features":[100]},{"name":"NELOG_Uninstall_Service","features":[100]},{"name":"NELOG_VIO_POPUP_ERR","features":[100]},{"name":"NELOG_Wksta_Bad_Mailslot_SMB","features":[100]},{"name":"NELOG_Wksta_BiosThreadFailure","features":[100]},{"name":"NELOG_Wksta_Compname","features":[100]},{"name":"NELOG_Wksta_HostTab_Full","features":[100]},{"name":"NELOG_Wksta_Infoseg","features":[100]},{"name":"NELOG_Wksta_IniSeg","features":[100]},{"name":"NELOG_Wksta_SSIRelogon","features":[100]},{"name":"NELOG_Wksta_UASInit","features":[100]},{"name":"NELOG_Wrong_DLL_Version","features":[100]},{"name":"NERR_ACFFileIOFail","features":[100]},{"name":"NERR_ACFNoParent","features":[100]},{"name":"NERR_ACFNoRoom","features":[100]},{"name":"NERR_ACFNotFound","features":[100]},{"name":"NERR_ACFNotLoaded","features":[100]},{"name":"NERR_ACFTooManyLists","features":[100]},{"name":"NERR_AccountExpired","features":[100]},{"name":"NERR_AccountLockedOut","features":[100]},{"name":"NERR_AccountReuseBlockedByPolicy","features":[100]},{"name":"NERR_AccountUndefined","features":[100]},{"name":"NERR_AcctLimitExceeded","features":[100]},{"name":"NERR_ActiveConns","features":[100]},{"name":"NERR_AddForwarded","features":[100]},{"name":"NERR_AlertExists","features":[100]},{"name":"NERR_AlreadyCloudDomainJoined","features":[100]},{"name":"NERR_AlreadyExists","features":[100]},{"name":"NERR_AlreadyForwarded","features":[100]},{"name":"NERR_AlreadyLoggedOn","features":[100]},{"name":"NERR_BASE","features":[100]},{"name":"NERR_BadAsgType","features":[100]},{"name":"NERR_BadComponent","features":[100]},{"name":"NERR_BadControlRecv","features":[100]},{"name":"NERR_BadDest","features":[100]},{"name":"NERR_BadDev","features":[100]},{"name":"NERR_BadDevString","features":[100]},{"name":"NERR_BadDomainJoinInfo","features":[100]},{"name":"NERR_BadDosFunction","features":[100]},{"name":"NERR_BadDosRetCode","features":[100]},{"name":"NERR_BadEventName","features":[100]},{"name":"NERR_BadFileCheckSum","features":[100]},{"name":"NERR_BadOfflineJoinInfo","features":[100]},{"name":"NERR_BadPassword","features":[100]},{"name":"NERR_BadPasswordCore","features":[100]},{"name":"NERR_BadQueueDevString","features":[100]},{"name":"NERR_BadQueuePriority","features":[100]},{"name":"NERR_BadReceive","features":[100]},{"name":"NERR_BadRecipient","features":[100]},{"name":"NERR_BadServiceName","features":[100]},{"name":"NERR_BadServiceProgName","features":[100]},{"name":"NERR_BadSource","features":[100]},{"name":"NERR_BadTransactConfig","features":[100]},{"name":"NERR_BadUasConfig","features":[100]},{"name":"NERR_BadUsername","features":[100]},{"name":"NERR_BrowserConfiguredToNotRun","features":[100]},{"name":"NERR_BrowserNotStarted","features":[100]},{"name":"NERR_BrowserTableIncomplete","features":[100]},{"name":"NERR_BufTooSmall","features":[100]},{"name":"NERR_CallingRplSrvr","features":[100]},{"name":"NERR_CanNotGrowSegment","features":[100]},{"name":"NERR_CanNotGrowUASFile","features":[100]},{"name":"NERR_CannotUnjoinAadDomain","features":[100]},{"name":"NERR_CannotUpdateAadHostName","features":[100]},{"name":"NERR_CantConnectRplSrvr","features":[100]},{"name":"NERR_CantCreateJoinInfo","features":[100]},{"name":"NERR_CantLoadOfflineHive","features":[100]},{"name":"NERR_CantOpenImageFile","features":[100]},{"name":"NERR_CantType","features":[100]},{"name":"NERR_CantVerifyHostname","features":[100]},{"name":"NERR_CfgCompNotFound","features":[100]},{"name":"NERR_CfgParamNotFound","features":[100]},{"name":"NERR_ClientNameNotFound","features":[100]},{"name":"NERR_CommDevInUse","features":[100]},{"name":"NERR_ComputerAccountNotFound","features":[100]},{"name":"NERR_ConnectionInsecure","features":[100]},{"name":"NERR_DCNotFound","features":[100]},{"name":"NERR_DS8DCNotFound","features":[100]},{"name":"NERR_DS8DCRequired","features":[100]},{"name":"NERR_DS9DCNotFound","features":[100]},{"name":"NERR_DataTypeInvalid","features":[100]},{"name":"NERR_DatabaseUpToDate","features":[100]},{"name":"NERR_DefaultJoinRequired","features":[100]},{"name":"NERR_DelComputerName","features":[100]},{"name":"NERR_DeleteLater","features":[100]},{"name":"NERR_DestExists","features":[100]},{"name":"NERR_DestIdle","features":[100]},{"name":"NERR_DestInvalidOp","features":[100]},{"name":"NERR_DestInvalidState","features":[100]},{"name":"NERR_DestNoRoom","features":[100]},{"name":"NERR_DestNotFound","features":[100]},{"name":"NERR_DevInUse","features":[100]},{"name":"NERR_DevInvalidOpCode","features":[100]},{"name":"NERR_DevNotFound","features":[100]},{"name":"NERR_DevNotOpen","features":[100]},{"name":"NERR_DevNotRedirected","features":[100]},{"name":"NERR_DeviceIsShared","features":[100]},{"name":"NERR_DeviceNotShared","features":[100]},{"name":"NERR_DeviceShareConflict","features":[100]},{"name":"NERR_DfsAlreadyShared","features":[100]},{"name":"NERR_DfsBadRenamePath","features":[100]},{"name":"NERR_DfsCantCreateJunctionPoint","features":[100]},{"name":"NERR_DfsCantRemoveDfsRoot","features":[100]},{"name":"NERR_DfsCantRemoveLastServerShare","features":[100]},{"name":"NERR_DfsChildOrParentInDfs","features":[100]},{"name":"NERR_DfsCyclicalName","features":[100]},{"name":"NERR_DfsDataIsIdentical","features":[100]},{"name":"NERR_DfsDuplicateService","features":[100]},{"name":"NERR_DfsInconsistent","features":[100]},{"name":"NERR_DfsInternalCorruption","features":[100]},{"name":"NERR_DfsInternalError","features":[100]},{"name":"NERR_DfsLeafVolume","features":[100]},{"name":"NERR_DfsNoSuchServer","features":[100]},{"name":"NERR_DfsNoSuchShare","features":[100]},{"name":"NERR_DfsNoSuchVolume","features":[100]},{"name":"NERR_DfsNotALeafVolume","features":[100]},{"name":"NERR_DfsNotSupportedInServerDfs","features":[100]},{"name":"NERR_DfsServerNotDfsAware","features":[100]},{"name":"NERR_DfsServerUpgraded","features":[100]},{"name":"NERR_DfsVolumeAlreadyExists","features":[100]},{"name":"NERR_DfsVolumeDataCorrupt","features":[100]},{"name":"NERR_DfsVolumeHasMultipleServers","features":[100]},{"name":"NERR_DfsVolumeIsInterDfs","features":[100]},{"name":"NERR_DfsVolumeIsOffline","features":[100]},{"name":"NERR_DifferentServers","features":[100]},{"name":"NERR_DriverNotFound","features":[100]},{"name":"NERR_DupNameReboot","features":[100]},{"name":"NERR_DuplicateHostName","features":[100]},{"name":"NERR_DuplicateName","features":[100]},{"name":"NERR_DuplicateShare","features":[100]},{"name":"NERR_ErrCommRunSrv","features":[100]},{"name":"NERR_ErrorExecingGhost","features":[100]},{"name":"NERR_ExecFailure","features":[100]},{"name":"NERR_FileIdNotFound","features":[100]},{"name":"NERR_GroupExists","features":[100]},{"name":"NERR_GroupNotFound","features":[100]},{"name":"NERR_GrpMsgProcessor","features":[100]},{"name":"NERR_HostNameTooLong","features":[100]},{"name":"NERR_ImageParamErr","features":[100]},{"name":"NERR_InUseBySpooler","features":[100]},{"name":"NERR_IncompleteDel","features":[100]},{"name":"NERR_InternalError","features":[100]},{"name":"NERR_InvalidAPI","features":[100]},{"name":"NERR_InvalidComputer","features":[100]},{"name":"NERR_InvalidDatabase","features":[100]},{"name":"NERR_InvalidDevice","features":[100]},{"name":"NERR_InvalidLana","features":[100]},{"name":"NERR_InvalidLogSeek","features":[100]},{"name":"NERR_InvalidLogonHours","features":[100]},{"name":"NERR_InvalidMachineNameForJoin","features":[100]},{"name":"NERR_InvalidMaxUsers","features":[100]},{"name":"NERR_InvalidUASOp","features":[100]},{"name":"NERR_InvalidWorkgroupName","features":[100]},{"name":"NERR_InvalidWorkstation","features":[100]},{"name":"NERR_IsDfsShare","features":[100]},{"name":"NERR_ItemNotFound","features":[100]},{"name":"NERR_JobInvalidState","features":[100]},{"name":"NERR_JobNoRoom","features":[100]},{"name":"NERR_JobNotFound","features":[100]},{"name":"NERR_JoinPerformedMustRestart","features":[100]},{"name":"NERR_LDAPCapableDCRequired","features":[100]},{"name":"NERR_LanmanIniError","features":[100]},{"name":"NERR_LastAdmin","features":[100]},{"name":"NERR_LineTooLong","features":[100]},{"name":"NERR_LocalDrive","features":[100]},{"name":"NERR_LocalForward","features":[100]},{"name":"NERR_LogFileChanged","features":[100]},{"name":"NERR_LogFileCorrupt","features":[100]},{"name":"NERR_LogOverflow","features":[100]},{"name":"NERR_LogonDomainExists","features":[100]},{"name":"NERR_LogonNoUserPath","features":[100]},{"name":"NERR_LogonScriptError","features":[100]},{"name":"NERR_LogonServerConflict","features":[100]},{"name":"NERR_LogonServerNotFound","features":[100]},{"name":"NERR_LogonTrackingError","features":[100]},{"name":"NERR_LogonsPaused","features":[100]},{"name":"NERR_MaxLenExceeded","features":[100]},{"name":"NERR_MsgAlreadyStarted","features":[100]},{"name":"NERR_MsgInitFailed","features":[100]},{"name":"NERR_MsgNotStarted","features":[100]},{"name":"NERR_MultipleNets","features":[100]},{"name":"NERR_NameInUse","features":[100]},{"name":"NERR_NameNotForwarded","features":[100]},{"name":"NERR_NameNotFound","features":[100]},{"name":"NERR_NameUsesIncompatibleCodePage","features":[100]},{"name":"NERR_NetNameNotFound","features":[100]},{"name":"NERR_NetNotStarted","features":[100]},{"name":"NERR_NetlogonNotStarted","features":[100]},{"name":"NERR_NetworkError","features":[100]},{"name":"NERR_NoAlternateServers","features":[100]},{"name":"NERR_NoCommDevs","features":[100]},{"name":"NERR_NoComputerName","features":[100]},{"name":"NERR_NoForwardName","features":[100]},{"name":"NERR_NoJoinPending","features":[100]},{"name":"NERR_NoNetworkResource","features":[100]},{"name":"NERR_NoOfflineJoinInfo","features":[100]},{"name":"NERR_NoRoom","features":[100]},{"name":"NERR_NoRplBootSystem","features":[100]},{"name":"NERR_NoSuchAlert","features":[100]},{"name":"NERR_NoSuchConnection","features":[100]},{"name":"NERR_NoSuchServer","features":[100]},{"name":"NERR_NoSuchSession","features":[100]},{"name":"NERR_NonDosFloppyUsed","features":[100]},{"name":"NERR_NonValidatedLogon","features":[100]},{"name":"NERR_NotInCache","features":[100]},{"name":"NERR_NotInDispatchTbl","features":[100]},{"name":"NERR_NotLocalDomain","features":[100]},{"name":"NERR_NotLocalName","features":[100]},{"name":"NERR_NotLoggedOn","features":[100]},{"name":"NERR_NotPrimary","features":[100]},{"name":"NERR_OpenFiles","features":[100]},{"name":"NERR_PasswordCantChange","features":[100]},{"name":"NERR_PasswordExpired","features":[100]},{"name":"NERR_PasswordFilterError","features":[100]},{"name":"NERR_PasswordHistConflict","features":[100]},{"name":"NERR_PasswordMismatch","features":[100]},{"name":"NERR_PasswordMustChange","features":[100]},{"name":"NERR_PasswordNotComplexEnough","features":[100]},{"name":"NERR_PasswordTooLong","features":[100]},{"name":"NERR_PasswordTooRecent","features":[100]},{"name":"NERR_PasswordTooShort","features":[100]},{"name":"NERR_PausedRemote","features":[100]},{"name":"NERR_PersonalSku","features":[100]},{"name":"NERR_PlainTextSecretsRequired","features":[100]},{"name":"NERR_ProcNoRespond","features":[100]},{"name":"NERR_ProcNotFound","features":[100]},{"name":"NERR_ProfileCleanup","features":[100]},{"name":"NERR_ProfileFileTooBig","features":[100]},{"name":"NERR_ProfileLoadErr","features":[100]},{"name":"NERR_ProfileOffset","features":[100]},{"name":"NERR_ProfileSaveErr","features":[100]},{"name":"NERR_ProfileUnknownCmd","features":[100]},{"name":"NERR_ProgNeedsExtraMem","features":[100]},{"name":"NERR_ProvisioningBlobUnsupported","features":[100]},{"name":"NERR_QExists","features":[100]},{"name":"NERR_QInvalidState","features":[100]},{"name":"NERR_QNoRoom","features":[100]},{"name":"NERR_QNotFound","features":[100]},{"name":"NERR_QueueNotFound","features":[100]},{"name":"NERR_RPL_CONNECTED","features":[100]},{"name":"NERR_RedirectedPath","features":[100]},{"name":"NERR_RemoteBootFailed","features":[100]},{"name":"NERR_RemoteErr","features":[100]},{"name":"NERR_RemoteFull","features":[100]},{"name":"NERR_RemoteOnly","features":[100]},{"name":"NERR_ResourceExists","features":[100]},{"name":"NERR_ResourceNotFound","features":[100]},{"name":"NERR_RplAdapterInfoCorrupted","features":[100]},{"name":"NERR_RplAdapterNameUnavailable","features":[100]},{"name":"NERR_RplAdapterNotFound","features":[100]},{"name":"NERR_RplBackupDatabase","features":[100]},{"name":"NERR_RplBadDatabase","features":[100]},{"name":"NERR_RplBadRegistry","features":[100]},{"name":"NERR_RplBootInUse","features":[100]},{"name":"NERR_RplBootInfoCorrupted","features":[100]},{"name":"NERR_RplBootNameUnavailable","features":[100]},{"name":"NERR_RplBootNotFound","features":[100]},{"name":"NERR_RplBootRestart","features":[100]},{"name":"NERR_RplBootServiceTerm","features":[100]},{"name":"NERR_RplBootStartFailed","features":[100]},{"name":"NERR_RplCannotEnum","features":[100]},{"name":"NERR_RplConfigInfoCorrupted","features":[100]},{"name":"NERR_RplConfigNameUnavailable","features":[100]},{"name":"NERR_RplConfigNotEmpty","features":[100]},{"name":"NERR_RplConfigNotFound","features":[100]},{"name":"NERR_RplIncompatibleProfile","features":[100]},{"name":"NERR_RplInternal","features":[100]},{"name":"NERR_RplLoadrDiskErr","features":[100]},{"name":"NERR_RplLoadrNetBiosErr","features":[100]},{"name":"NERR_RplNeedsRPLUSERAcct","features":[100]},{"name":"NERR_RplNoAdaptersStarted","features":[100]},{"name":"NERR_RplNotRplServer","features":[100]},{"name":"NERR_RplProfileInfoCorrupted","features":[100]},{"name":"NERR_RplProfileNameUnavailable","features":[100]},{"name":"NERR_RplProfileNotEmpty","features":[100]},{"name":"NERR_RplProfileNotFound","features":[100]},{"name":"NERR_RplRplfilesShare","features":[100]},{"name":"NERR_RplSrvrCallFailed","features":[100]},{"name":"NERR_RplVendorInfoCorrupted","features":[100]},{"name":"NERR_RplVendorNameUnavailable","features":[100]},{"name":"NERR_RplVendorNotFound","features":[100]},{"name":"NERR_RplWkstaInfoCorrupted","features":[100]},{"name":"NERR_RplWkstaNameUnavailable","features":[100]},{"name":"NERR_RplWkstaNeedsUserAcct","features":[100]},{"name":"NERR_RplWkstaNotFound","features":[100]},{"name":"NERR_RunSrvPaused","features":[100]},{"name":"NERR_SameAsComputerName","features":[100]},{"name":"NERR_ServerNotStarted","features":[100]},{"name":"NERR_ServiceCtlBusy","features":[100]},{"name":"NERR_ServiceCtlNotValid","features":[100]},{"name":"NERR_ServiceCtlTimeout","features":[100]},{"name":"NERR_ServiceEntryLocked","features":[100]},{"name":"NERR_ServiceInstalled","features":[100]},{"name":"NERR_ServiceKillProc","features":[100]},{"name":"NERR_ServiceNotCtrl","features":[100]},{"name":"NERR_ServiceNotInstalled","features":[100]},{"name":"NERR_ServiceNotStarting","features":[100]},{"name":"NERR_ServiceTableFull","features":[100]},{"name":"NERR_ServiceTableLocked","features":[100]},{"name":"NERR_SetupAlreadyJoined","features":[100]},{"name":"NERR_SetupCheckDNSConfig","features":[100]},{"name":"NERR_SetupDomainController","features":[100]},{"name":"NERR_SetupNotJoined","features":[100]},{"name":"NERR_ShareMem","features":[100]},{"name":"NERR_ShareNotFound","features":[100]},{"name":"NERR_SourceIsDir","features":[100]},{"name":"NERR_SpeGroupOp","features":[100]},{"name":"NERR_SpoolNoMemory","features":[100]},{"name":"NERR_SpoolerNotLoaded","features":[100]},{"name":"NERR_StandaloneLogon","features":[100]},{"name":"NERR_StartingRplBoot","features":[100]},{"name":"NERR_Success","features":[100]},{"name":"NERR_SyncRequired","features":[100]},{"name":"NERR_TargetVersionUnsupported","features":[100]},{"name":"NERR_TimeDiffAtDC","features":[100]},{"name":"NERR_TmpFile","features":[100]},{"name":"NERR_TooManyAlerts","features":[100]},{"name":"NERR_TooManyConnections","features":[100]},{"name":"NERR_TooManyEntries","features":[100]},{"name":"NERR_TooManyFiles","features":[100]},{"name":"NERR_TooManyHostNames","features":[100]},{"name":"NERR_TooManyImageParams","features":[100]},{"name":"NERR_TooManyItems","features":[100]},{"name":"NERR_TooManyNames","features":[100]},{"name":"NERR_TooManyServers","features":[100]},{"name":"NERR_TooManySessions","features":[100]},{"name":"NERR_TooMuchData","features":[100]},{"name":"NERR_TruncatedBroadcast","features":[100]},{"name":"NERR_TryDownLevel","features":[100]},{"name":"NERR_UPSDriverNotStarted","features":[100]},{"name":"NERR_UPSInvalidCommPort","features":[100]},{"name":"NERR_UPSInvalidConfig","features":[100]},{"name":"NERR_UPSShutdownFailed","features":[100]},{"name":"NERR_UPSSignalAsserted","features":[100]},{"name":"NERR_UnableToAddName_F","features":[100]},{"name":"NERR_UnableToAddName_W","features":[100]},{"name":"NERR_UnableToDelName_F","features":[100]},{"name":"NERR_UnableToDelName_W","features":[100]},{"name":"NERR_UnknownDevDir","features":[100]},{"name":"NERR_UnknownServer","features":[100]},{"name":"NERR_UseNotFound","features":[100]},{"name":"NERR_UserExists","features":[100]},{"name":"NERR_UserInGroup","features":[100]},{"name":"NERR_UserLogon","features":[100]},{"name":"NERR_UserNotFound","features":[100]},{"name":"NERR_UserNotInGroup","features":[100]},{"name":"NERR_ValuesNotSet","features":[100]},{"name":"NERR_WkstaInconsistentState","features":[100]},{"name":"NERR_WkstaNotStarted","features":[100]},{"name":"NERR_WriteFault","features":[100]},{"name":"NETBIOS_NAME_LEN","features":[100]},{"name":"NETCFG_CLIENT_CID_MS_MSClient","features":[100]},{"name":"NETCFG_E_ACTIVE_RAS_CONNECTIONS","features":[100]},{"name":"NETCFG_E_ADAPTER_NOT_FOUND","features":[100]},{"name":"NETCFG_E_ALREADY_INITIALIZED","features":[100]},{"name":"NETCFG_E_COMPONENT_REMOVED_PENDING_REBOOT","features":[100]},{"name":"NETCFG_E_DUPLICATE_INSTANCEID","features":[100]},{"name":"NETCFG_E_IN_USE","features":[100]},{"name":"NETCFG_E_MAX_FILTER_LIMIT","features":[100]},{"name":"NETCFG_E_NEED_REBOOT","features":[100]},{"name":"NETCFG_E_NOT_INITIALIZED","features":[100]},{"name":"NETCFG_E_NO_WRITE_LOCK","features":[100]},{"name":"NETCFG_E_VMSWITCH_ACTIVE_OVER_ADAPTER","features":[100]},{"name":"NETCFG_SERVICE_CID_MS_NETBIOS","features":[100]},{"name":"NETCFG_SERVICE_CID_MS_PSCHED","features":[100]},{"name":"NETCFG_SERVICE_CID_MS_SERVER","features":[100]},{"name":"NETCFG_SERVICE_CID_MS_WLBS","features":[100]},{"name":"NETCFG_S_CAUSED_SETUP_CHANGE","features":[100]},{"name":"NETCFG_S_COMMIT_NOW","features":[100]},{"name":"NETCFG_S_DISABLE_QUERY","features":[100]},{"name":"NETCFG_S_REBOOT","features":[100]},{"name":"NETCFG_S_STILL_REFERENCED","features":[100]},{"name":"NETCFG_TRANS_CID_MS_APPLETALK","features":[100]},{"name":"NETCFG_TRANS_CID_MS_NETBEUI","features":[100]},{"name":"NETCFG_TRANS_CID_MS_NETMON","features":[100]},{"name":"NETCFG_TRANS_CID_MS_NWIPX","features":[100]},{"name":"NETCFG_TRANS_CID_MS_NWSPX","features":[100]},{"name":"NETCFG_TRANS_CID_MS_TCPIP","features":[100]},{"name":"NETLOGON_CONTROL_BACKUP_CHANGE_LOG","features":[100]},{"name":"NETLOGON_CONTROL_BREAKPOINT","features":[100]},{"name":"NETLOGON_CONTROL_CHANGE_PASSWORD","features":[100]},{"name":"NETLOGON_CONTROL_FIND_USER","features":[100]},{"name":"NETLOGON_CONTROL_FORCE_DNS_REG","features":[100]},{"name":"NETLOGON_CONTROL_PDC_REPLICATE","features":[100]},{"name":"NETLOGON_CONTROL_QUERY","features":[100]},{"name":"NETLOGON_CONTROL_QUERY_DNS_REG","features":[100]},{"name":"NETLOGON_CONTROL_QUERY_ENC_TYPES","features":[100]},{"name":"NETLOGON_CONTROL_REDISCOVER","features":[100]},{"name":"NETLOGON_CONTROL_REPLICATE","features":[100]},{"name":"NETLOGON_CONTROL_SET_DBFLAG","features":[100]},{"name":"NETLOGON_CONTROL_SYNCHRONIZE","features":[100]},{"name":"NETLOGON_CONTROL_TC_QUERY","features":[100]},{"name":"NETLOGON_CONTROL_TC_VERIFY","features":[100]},{"name":"NETLOGON_CONTROL_TRANSPORT_NOTIFY","features":[100]},{"name":"NETLOGON_CONTROL_TRUNCATE_LOG","features":[100]},{"name":"NETLOGON_CONTROL_UNLOAD_NETLOGON_DLL","features":[100]},{"name":"NETLOGON_DNS_UPDATE_FAILURE","features":[100]},{"name":"NETLOGON_FULL_SYNC_REPLICATION","features":[100]},{"name":"NETLOGON_HAS_IP","features":[100]},{"name":"NETLOGON_HAS_TIMESERV","features":[100]},{"name":"NETLOGON_INFO_1","features":[100]},{"name":"NETLOGON_INFO_2","features":[100]},{"name":"NETLOGON_INFO_3","features":[100]},{"name":"NETLOGON_INFO_4","features":[100]},{"name":"NETLOGON_REDO_NEEDED","features":[100]},{"name":"NETLOGON_REPLICATION_IN_PROGRESS","features":[100]},{"name":"NETLOGON_REPLICATION_NEEDED","features":[100]},{"name":"NETLOGON_VERIFY_STATUS_RETURNED","features":[100]},{"name":"NETLOG_NetlogonNonWindowsSupportsSecureRpc","features":[100]},{"name":"NETLOG_NetlogonRc4Allowed","features":[100]},{"name":"NETLOG_NetlogonRc4Denied","features":[100]},{"name":"NETLOG_NetlogonRpcBacklogLimitFailure","features":[100]},{"name":"NETLOG_NetlogonRpcBacklogLimitSet","features":[100]},{"name":"NETLOG_NetlogonRpcSigningClient","features":[100]},{"name":"NETLOG_NetlogonRpcSigningTrust","features":[100]},{"name":"NETLOG_NetlogonUnsecureRpcClient","features":[100]},{"name":"NETLOG_NetlogonUnsecureRpcMachineAllowedBySsdl","features":[100]},{"name":"NETLOG_NetlogonUnsecureRpcTrust","features":[100]},{"name":"NETLOG_NetlogonUnsecureRpcTrustAllowedBySsdl","features":[100]},{"name":"NETLOG_NetlogonUnsecuredRpcMachineTemporarilyAllowed","features":[100]},{"name":"NETLOG_PassThruFilterError_Request_AdminOverride","features":[100]},{"name":"NETLOG_PassThruFilterError_Request_Blocked","features":[100]},{"name":"NETLOG_PassThruFilterError_Summary_AdminOverride","features":[100]},{"name":"NETLOG_PassThruFilterError_Summary_Blocked","features":[100]},{"name":"NETMAN_VARTYPE_HARDWARE_ADDRESS","features":[100]},{"name":"NETMAN_VARTYPE_STRING","features":[100]},{"name":"NETMAN_VARTYPE_ULONG","features":[100]},{"name":"NETSETUP_ACCT_CREATE","features":[100]},{"name":"NETSETUP_ACCT_DELETE","features":[100]},{"name":"NETSETUP_ALT_SAMACCOUNTNAME","features":[100]},{"name":"NETSETUP_AMBIGUOUS_DC","features":[100]},{"name":"NETSETUP_DEFER_SPN_SET","features":[100]},{"name":"NETSETUP_DNS_NAME_CHANGES_ONLY","features":[100]},{"name":"NETSETUP_DOMAIN_JOIN_IF_JOINED","features":[100]},{"name":"NETSETUP_DONT_CONTROL_SERVICES","features":[100]},{"name":"NETSETUP_FORCE_SPN_SET","features":[100]},{"name":"NETSETUP_IGNORE_UNSUPPORTED_FLAGS","features":[100]},{"name":"NETSETUP_INSTALL_INVOCATION","features":[100]},{"name":"NETSETUP_JOIN_DC_ACCOUNT","features":[100]},{"name":"NETSETUP_JOIN_DOMAIN","features":[100]},{"name":"NETSETUP_JOIN_READONLY","features":[100]},{"name":"NETSETUP_JOIN_STATUS","features":[100]},{"name":"NETSETUP_JOIN_UNSECURE","features":[100]},{"name":"NETSETUP_JOIN_WITH_NEW_NAME","features":[100]},{"name":"NETSETUP_MACHINE_PWD_PASSED","features":[100]},{"name":"NETSETUP_NAME_TYPE","features":[100]},{"name":"NETSETUP_NO_ACCT_REUSE","features":[100]},{"name":"NETSETUP_NO_NETLOGON_CACHE","features":[100]},{"name":"NETSETUP_PROVISION","features":[100]},{"name":"NETSETUP_PROVISIONING_PARAMS","features":[100]},{"name":"NETSETUP_PROVISIONING_PARAMS_CURRENT_VERSION","features":[100]},{"name":"NETSETUP_PROVISIONING_PARAMS_WIN8_VERSION","features":[100]},{"name":"NETSETUP_PROVISION_CHECK_PWD_ONLY","features":[100]},{"name":"NETSETUP_PROVISION_DOWNLEVEL_PRIV_SUPPORT","features":[100]},{"name":"NETSETUP_PROVISION_ONLINE_CALLER","features":[100]},{"name":"NETSETUP_PROVISION_PERSISTENTSITE","features":[100]},{"name":"NETSETUP_PROVISION_REUSE_ACCOUNT","features":[100]},{"name":"NETSETUP_PROVISION_ROOT_CA_CERTS","features":[100]},{"name":"NETSETUP_PROVISION_SKIP_ACCOUNT_SEARCH","features":[100]},{"name":"NETSETUP_PROVISION_USE_DEFAULT_PASSWORD","features":[100]},{"name":"NETSETUP_SET_MACHINE_NAME","features":[100]},{"name":"NETSETUP_WIN9X_UPGRADE","features":[100]},{"name":"NETWORK_INSTALL_TIME","features":[100]},{"name":"NETWORK_NAME","features":[100]},{"name":"NETWORK_UPGRADE_TYPE","features":[100]},{"name":"NET_COMPUTER_NAME_TYPE","features":[100]},{"name":"NET_DFS_ENUM","features":[100]},{"name":"NET_DFS_ENUMEX","features":[100]},{"name":"NET_DISPLAY_GROUP","features":[100]},{"name":"NET_DISPLAY_MACHINE","features":[100]},{"name":"NET_DISPLAY_USER","features":[100]},{"name":"NET_IGNORE_UNSUPPORTED_FLAGS","features":[100]},{"name":"NET_JOIN_DOMAIN_JOIN_OPTIONS","features":[100]},{"name":"NET_REMOTE_COMPUTER_SUPPORTS_OPTIONS","features":[100]},{"name":"NET_REQUEST_PROVISION_OPTIONS","features":[100]},{"name":"NET_SERVER_TYPE","features":[100]},{"name":"NET_USER_ENUM_FILTER_FLAGS","features":[100]},{"name":"NET_VALIDATE_AUTHENTICATION_INPUT_ARG","features":[1,100]},{"name":"NET_VALIDATE_BAD_PASSWORD_COUNT","features":[100]},{"name":"NET_VALIDATE_BAD_PASSWORD_TIME","features":[100]},{"name":"NET_VALIDATE_LOCKOUT_TIME","features":[100]},{"name":"NET_VALIDATE_OUTPUT_ARG","features":[1,100]},{"name":"NET_VALIDATE_PASSWORD_CHANGE_INPUT_ARG","features":[1,100]},{"name":"NET_VALIDATE_PASSWORD_HASH","features":[100]},{"name":"NET_VALIDATE_PASSWORD_HISTORY","features":[100]},{"name":"NET_VALIDATE_PASSWORD_HISTORY_LENGTH","features":[100]},{"name":"NET_VALIDATE_PASSWORD_LAST_SET","features":[100]},{"name":"NET_VALIDATE_PASSWORD_RESET_INPUT_ARG","features":[1,100]},{"name":"NET_VALIDATE_PASSWORD_TYPE","features":[100]},{"name":"NET_VALIDATE_PERSISTED_FIELDS","features":[1,100]},{"name":"NON_VALIDATED_LOGON","features":[100]},{"name":"NOT_A_DFS_PATH","features":[100]},{"name":"NO_PERMISSION_REQUIRED","features":[100]},{"name":"NSF_COMPONENT_UPDATE","features":[100]},{"name":"NSF_POSTSYSINSTALL","features":[100]},{"name":"NSF_PRIMARYINSTALL","features":[100]},{"name":"NSF_WIN16_UPGRADE","features":[100]},{"name":"NSF_WIN95_UPGRADE","features":[100]},{"name":"NSF_WINNT_SBS_UPGRADE","features":[100]},{"name":"NSF_WINNT_SVR_UPGRADE","features":[100]},{"name":"NSF_WINNT_WKS_UPGRADE","features":[100]},{"name":"NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN","features":[100]},{"name":"NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET","features":[100]},{"name":"NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN","features":[100]},{"name":"NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET","features":[100]},{"name":"NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN","features":[100]},{"name":"NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET","features":[100]},{"name":"NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN","features":[100]},{"name":"NTFRSPRF_OPEN_RPC_CALL_ERROR_SET","features":[100]},{"name":"NTFRSPRF_REGISTRY_ERROR_CONN","features":[100]},{"name":"NTFRSPRF_REGISTRY_ERROR_SET","features":[100]},{"name":"NTFRSPRF_VIRTUALALLOC_ERROR_CONN","features":[100]},{"name":"NTFRSPRF_VIRTUALALLOC_ERROR_SET","features":[100]},{"name":"NULL_USERSETINFO_PASSWD","features":[100]},{"name":"NWSAP_DISPLAY_NAME","features":[100]},{"name":"NWSAP_EVENT_BADWANFILTER_VALUE","features":[100]},{"name":"NWSAP_EVENT_BIND_FAILED","features":[100]},{"name":"NWSAP_EVENT_CARDLISTEVENT_FAIL","features":[100]},{"name":"NWSAP_EVENT_CARDMALLOC_FAILED","features":[100]},{"name":"NWSAP_EVENT_CREATELPCEVENT_ERROR","features":[100]},{"name":"NWSAP_EVENT_CREATELPCPORT_ERROR","features":[100]},{"name":"NWSAP_EVENT_GETSOCKNAME_FAILED","features":[100]},{"name":"NWSAP_EVENT_HASHTABLE_MALLOC_FAILED","features":[100]},{"name":"NWSAP_EVENT_INVALID_FILTERNAME","features":[100]},{"name":"NWSAP_EVENT_KEY_NOT_FOUND","features":[100]},{"name":"NWSAP_EVENT_LPCHANDLEMEMORY_ERROR","features":[100]},{"name":"NWSAP_EVENT_LPCLISTENMEMORY_ERROR","features":[100]},{"name":"NWSAP_EVENT_NOCARDS","features":[100]},{"name":"NWSAP_EVENT_OPTBCASTINADDR_FAILED","features":[100]},{"name":"NWSAP_EVENT_OPTEXTENDEDADDR_FAILED","features":[100]},{"name":"NWSAP_EVENT_OPTMAXADAPTERNUM_ERROR","features":[100]},{"name":"NWSAP_EVENT_RECVSEM_FAIL","features":[100]},{"name":"NWSAP_EVENT_SDMDEVENT_FAIL","features":[100]},{"name":"NWSAP_EVENT_SENDEVENT_FAIL","features":[100]},{"name":"NWSAP_EVENT_SETOPTBCAST_FAILED","features":[100]},{"name":"NWSAP_EVENT_SOCKET_FAILED","features":[100]},{"name":"NWSAP_EVENT_STARTLPCWORKER_ERROR","features":[100]},{"name":"NWSAP_EVENT_STARTRECEIVE_ERROR","features":[100]},{"name":"NWSAP_EVENT_STARTWANCHECK_ERROR","features":[100]},{"name":"NWSAP_EVENT_STARTWANWORKER_ERROR","features":[100]},{"name":"NWSAP_EVENT_STARTWORKER_ERROR","features":[100]},{"name":"NWSAP_EVENT_TABLE_MALLOC_FAILED","features":[100]},{"name":"NWSAP_EVENT_THREADEVENT_FAIL","features":[100]},{"name":"NWSAP_EVENT_WANBIND_FAILED","features":[100]},{"name":"NWSAP_EVENT_WANEVENT_ERROR","features":[100]},{"name":"NWSAP_EVENT_WANHANDLEMEMORY_ERROR","features":[100]},{"name":"NWSAP_EVENT_WANSEM_FAIL","features":[100]},{"name":"NWSAP_EVENT_WANSOCKET_FAILED","features":[100]},{"name":"NWSAP_EVENT_WSASTARTUP_FAILED","features":[100]},{"name":"NetAccessAdd","features":[100]},{"name":"NetAccessDel","features":[100]},{"name":"NetAccessEnum","features":[100]},{"name":"NetAccessGetInfo","features":[100]},{"name":"NetAccessGetUserPerms","features":[100]},{"name":"NetAccessSetInfo","features":[100]},{"name":"NetAddAlternateComputerName","features":[100]},{"name":"NetAddServiceAccount","features":[1,100]},{"name":"NetAlertRaise","features":[100]},{"name":"NetAlertRaiseEx","features":[100]},{"name":"NetAllComputerNames","features":[100]},{"name":"NetAlternateComputerNames","features":[100]},{"name":"NetApiBufferAllocate","features":[100]},{"name":"NetApiBufferFree","features":[100]},{"name":"NetApiBufferReallocate","features":[100]},{"name":"NetApiBufferSize","features":[100]},{"name":"NetAuditClear","features":[100]},{"name":"NetAuditRead","features":[100]},{"name":"NetAuditWrite","features":[100]},{"name":"NetComputerNameTypeMax","features":[100]},{"name":"NetConfigGet","features":[100]},{"name":"NetConfigGetAll","features":[100]},{"name":"NetConfigSet","features":[100]},{"name":"NetCreateProvisioningPackage","features":[100]},{"name":"NetEnumerateComputerNames","features":[100]},{"name":"NetEnumerateServiceAccounts","features":[1,100]},{"name":"NetErrorLogClear","features":[100]},{"name":"NetErrorLogRead","features":[100]},{"name":"NetErrorLogWrite","features":[100]},{"name":"NetFreeAadJoinInformation","features":[1,100,75]},{"name":"NetGetAadJoinInformation","features":[1,100,75]},{"name":"NetGetAnyDCName","features":[100]},{"name":"NetGetDCName","features":[100]},{"name":"NetGetDisplayInformationIndex","features":[100]},{"name":"NetGetJoinInformation","features":[100]},{"name":"NetGetJoinableOUs","features":[100]},{"name":"NetGroupAdd","features":[100]},{"name":"NetGroupAddUser","features":[100]},{"name":"NetGroupDel","features":[100]},{"name":"NetGroupDelUser","features":[100]},{"name":"NetGroupEnum","features":[100]},{"name":"NetGroupGetInfo","features":[100]},{"name":"NetGroupGetUsers","features":[100]},{"name":"NetGroupSetInfo","features":[100]},{"name":"NetGroupSetUsers","features":[100]},{"name":"NetIsServiceAccount","features":[1,100]},{"name":"NetJoinDomain","features":[100]},{"name":"NetLocalGroupAdd","features":[100]},{"name":"NetLocalGroupAddMember","features":[100,5]},{"name":"NetLocalGroupAddMembers","features":[100]},{"name":"NetLocalGroupDel","features":[100]},{"name":"NetLocalGroupDelMember","features":[100,5]},{"name":"NetLocalGroupDelMembers","features":[100]},{"name":"NetLocalGroupEnum","features":[100]},{"name":"NetLocalGroupGetInfo","features":[100]},{"name":"NetLocalGroupGetMembers","features":[100]},{"name":"NetLocalGroupSetInfo","features":[100]},{"name":"NetLocalGroupSetMembers","features":[100]},{"name":"NetMessageBufferSend","features":[100]},{"name":"NetMessageNameAdd","features":[100]},{"name":"NetMessageNameDel","features":[100]},{"name":"NetMessageNameEnum","features":[100]},{"name":"NetMessageNameGetInfo","features":[100]},{"name":"NetPrimaryComputerName","features":[100]},{"name":"NetProvisionComputerAccount","features":[100]},{"name":"NetProvisioning","features":[100]},{"name":"NetQueryDisplayInformation","features":[100]},{"name":"NetQueryServiceAccount","features":[1,100]},{"name":"NetRemoteComputerSupports","features":[100]},{"name":"NetRemoteTOD","features":[100]},{"name":"NetRemoveAlternateComputerName","features":[100]},{"name":"NetRemoveServiceAccount","features":[1,100]},{"name":"NetRenameMachineInDomain","features":[100]},{"name":"NetReplExportDirAdd","features":[100]},{"name":"NetReplExportDirDel","features":[100]},{"name":"NetReplExportDirEnum","features":[100]},{"name":"NetReplExportDirGetInfo","features":[100]},{"name":"NetReplExportDirLock","features":[100]},{"name":"NetReplExportDirSetInfo","features":[100]},{"name":"NetReplExportDirUnlock","features":[100]},{"name":"NetReplGetInfo","features":[100]},{"name":"NetReplImportDirAdd","features":[100]},{"name":"NetReplImportDirDel","features":[100]},{"name":"NetReplImportDirEnum","features":[100]},{"name":"NetReplImportDirGetInfo","features":[100]},{"name":"NetReplImportDirLock","features":[100]},{"name":"NetReplImportDirUnlock","features":[100]},{"name":"NetReplSetInfo","features":[100]},{"name":"NetRequestOfflineDomainJoin","features":[100]},{"name":"NetRequestProvisioningPackageInstall","features":[100]},{"name":"NetScheduleJobAdd","features":[100]},{"name":"NetScheduleJobDel","features":[100]},{"name":"NetScheduleJobEnum","features":[100]},{"name":"NetScheduleJobGetInfo","features":[100]},{"name":"NetServerComputerNameAdd","features":[100]},{"name":"NetServerComputerNameDel","features":[100]},{"name":"NetServerDiskEnum","features":[100]},{"name":"NetServerEnum","features":[100]},{"name":"NetServerGetInfo","features":[100]},{"name":"NetServerSetInfo","features":[100]},{"name":"NetServerTransportAdd","features":[100]},{"name":"NetServerTransportAddEx","features":[100]},{"name":"NetServerTransportDel","features":[100]},{"name":"NetServerTransportEnum","features":[100]},{"name":"NetServiceControl","features":[100]},{"name":"NetServiceEnum","features":[100]},{"name":"NetServiceGetInfo","features":[100]},{"name":"NetServiceInstall","features":[100]},{"name":"NetSetPrimaryComputerName","features":[100]},{"name":"NetSetupDnsMachine","features":[100]},{"name":"NetSetupDomain","features":[100]},{"name":"NetSetupDomainName","features":[100]},{"name":"NetSetupMachine","features":[100]},{"name":"NetSetupNonExistentDomain","features":[100]},{"name":"NetSetupUnjoined","features":[100]},{"name":"NetSetupUnknown","features":[100]},{"name":"NetSetupUnknownStatus","features":[100]},{"name":"NetSetupWorkgroup","features":[100]},{"name":"NetSetupWorkgroupName","features":[100]},{"name":"NetUnjoinDomain","features":[100]},{"name":"NetUseAdd","features":[100]},{"name":"NetUseDel","features":[100]},{"name":"NetUseEnum","features":[100]},{"name":"NetUseGetInfo","features":[100]},{"name":"NetUserAdd","features":[100]},{"name":"NetUserChangePassword","features":[100]},{"name":"NetUserDel","features":[100]},{"name":"NetUserEnum","features":[100]},{"name":"NetUserGetGroups","features":[100]},{"name":"NetUserGetInfo","features":[100]},{"name":"NetUserGetLocalGroups","features":[100]},{"name":"NetUserModalsGet","features":[100]},{"name":"NetUserModalsSet","features":[100]},{"name":"NetUserSetGroups","features":[100]},{"name":"NetUserSetInfo","features":[100]},{"name":"NetValidateAuthentication","features":[100]},{"name":"NetValidateName","features":[100]},{"name":"NetValidatePasswordChange","features":[100]},{"name":"NetValidatePasswordPolicy","features":[100]},{"name":"NetValidatePasswordPolicyFree","features":[100]},{"name":"NetValidatePasswordReset","features":[100]},{"name":"NetWkstaGetInfo","features":[100]},{"name":"NetWkstaSetInfo","features":[100]},{"name":"NetWkstaTransportAdd","features":[100]},{"name":"NetWkstaTransportDel","features":[100]},{"name":"NetWkstaTransportEnum","features":[100]},{"name":"NetWkstaUserEnum","features":[100]},{"name":"NetWkstaUserGetInfo","features":[100]},{"name":"NetWkstaUserSetInfo","features":[100]},{"name":"OBO_COMPONENT","features":[100]},{"name":"OBO_SOFTWARE","features":[100]},{"name":"OBO_TOKEN","features":[1,100]},{"name":"OBO_TOKEN_TYPE","features":[100]},{"name":"OBO_USER","features":[100]},{"name":"OS2MSG_FILENAME","features":[100]},{"name":"PARMNUM_ALL","features":[100]},{"name":"PARMNUM_BASE_INFOLEVEL","features":[100]},{"name":"PARM_ERROR_NONE","features":[100]},{"name":"PARM_ERROR_UNKNOWN","features":[100]},{"name":"PASSWORD_EXPIRED","features":[100]},{"name":"PATHLEN","features":[100]},{"name":"PLATFORM_ID_DOS","features":[100]},{"name":"PLATFORM_ID_NT","features":[100]},{"name":"PLATFORM_ID_OS2","features":[100]},{"name":"PLATFORM_ID_OSF","features":[100]},{"name":"PLATFORM_ID_VMS","features":[100]},{"name":"PREFIX_MISMATCH","features":[100]},{"name":"PREFIX_MISMATCH_FIXED","features":[100]},{"name":"PREFIX_MISMATCH_NOT_FIXED","features":[100]},{"name":"PRINT_OTHER_INFO","features":[100]},{"name":"PRJOB_COMPLETE","features":[100]},{"name":"PRJOB_DELETED","features":[100]},{"name":"PRJOB_DESTNOPAPER","features":[100]},{"name":"PRJOB_DESTOFFLINE","features":[100]},{"name":"PRJOB_DESTPAUSED","features":[100]},{"name":"PRJOB_DEVSTATUS","features":[100]},{"name":"PRJOB_ERROR","features":[100]},{"name":"PRJOB_INTERV","features":[100]},{"name":"PRJOB_NOTIFY","features":[100]},{"name":"PRJOB_QSTATUS","features":[100]},{"name":"PRJOB_QS_PAUSED","features":[100]},{"name":"PRJOB_QS_PRINTING","features":[100]},{"name":"PRJOB_QS_QUEUED","features":[100]},{"name":"PRJOB_QS_SPOOLING","features":[100]},{"name":"PROTO_IPV6_DHCP","features":[100]},{"name":"PROTO_IP_ALG","features":[100]},{"name":"PROTO_IP_BGMP","features":[100]},{"name":"PROTO_IP_BOOTP","features":[100]},{"name":"PROTO_IP_DHCP_ALLOCATOR","features":[100]},{"name":"PROTO_IP_DIFFSERV","features":[100]},{"name":"PROTO_IP_DNS_PROXY","features":[100]},{"name":"PROTO_IP_DTP","features":[100]},{"name":"PROTO_IP_FTP","features":[100]},{"name":"PROTO_IP_H323","features":[100]},{"name":"PROTO_IP_IGMP","features":[100]},{"name":"PROTO_IP_MGM","features":[100]},{"name":"PROTO_IP_MSDP","features":[100]},{"name":"PROTO_IP_NAT","features":[100]},{"name":"PROTO_IP_VRRP","features":[100]},{"name":"PROTO_TYPE_MCAST","features":[100]},{"name":"PROTO_TYPE_MS0","features":[100]},{"name":"PROTO_TYPE_MS1","features":[100]},{"name":"PROTO_TYPE_UCAST","features":[100]},{"name":"PROTO_VENDOR_MS0","features":[100]},{"name":"PROTO_VENDOR_MS1","features":[100]},{"name":"PROTO_VENDOR_MS2","features":[100]},{"name":"PWLEN","features":[100]},{"name":"QNLEN","features":[100]},{"name":"RASCON_IPUI","features":[1,100]},{"name":"RASCON_UIINFO_FLAGS","features":[100]},{"name":"RCUIF_DEMAND_DIAL","features":[100]},{"name":"RCUIF_DISABLE_CLASS_BASED_ROUTE","features":[100]},{"name":"RCUIF_ENABLE_NBT","features":[100]},{"name":"RCUIF_NOT_ADMIN","features":[100]},{"name":"RCUIF_USE_DISABLE_REGISTER_DNS","features":[100]},{"name":"RCUIF_USE_HEADER_COMPRESSION","features":[100]},{"name":"RCUIF_USE_IPv4_EXPLICIT_METRIC","features":[100]},{"name":"RCUIF_USE_IPv4_NAME_SERVERS","features":[100]},{"name":"RCUIF_USE_IPv4_REMOTE_GATEWAY","features":[100]},{"name":"RCUIF_USE_IPv4_STATICADDRESS","features":[100]},{"name":"RCUIF_USE_IPv6_EXPLICIT_METRIC","features":[100]},{"name":"RCUIF_USE_IPv6_NAME_SERVERS","features":[100]},{"name":"RCUIF_USE_IPv6_REMOTE_GATEWAY","features":[100]},{"name":"RCUIF_USE_IPv6_STATICADDRESS","features":[100]},{"name":"RCUIF_USE_PRIVATE_DNS_SUFFIX","features":[100]},{"name":"RCUIF_VPN","features":[100]},{"name":"REGISTER_PROTOCOL_ENTRY_POINT_STRING","features":[100]},{"name":"REPL_EDIR_INFO_0","features":[100]},{"name":"REPL_EDIR_INFO_1","features":[100]},{"name":"REPL_EDIR_INFO_1000","features":[100]},{"name":"REPL_EDIR_INFO_1001","features":[100]},{"name":"REPL_EDIR_INFO_2","features":[100]},{"name":"REPL_EXPORT_EXTENT_INFOLEVEL","features":[100]},{"name":"REPL_EXPORT_INTEGRITY_INFOLEVEL","features":[100]},{"name":"REPL_EXTENT_FILE","features":[100]},{"name":"REPL_EXTENT_TREE","features":[100]},{"name":"REPL_GUARDTIME_INFOLEVEL","features":[100]},{"name":"REPL_IDIR_INFO_0","features":[100]},{"name":"REPL_IDIR_INFO_1","features":[100]},{"name":"REPL_INFO_0","features":[100]},{"name":"REPL_INFO_1000","features":[100]},{"name":"REPL_INFO_1001","features":[100]},{"name":"REPL_INFO_1002","features":[100]},{"name":"REPL_INFO_1003","features":[100]},{"name":"REPL_INTEGRITY_FILE","features":[100]},{"name":"REPL_INTEGRITY_TREE","features":[100]},{"name":"REPL_INTERVAL_INFOLEVEL","features":[100]},{"name":"REPL_PULSE_INFOLEVEL","features":[100]},{"name":"REPL_RANDOM_INFOLEVEL","features":[100]},{"name":"REPL_ROLE_BOTH","features":[100]},{"name":"REPL_ROLE_EXPORT","features":[100]},{"name":"REPL_ROLE_IMPORT","features":[100]},{"name":"REPL_STATE_NEVER_REPLICATED","features":[100]},{"name":"REPL_STATE_NO_MASTER","features":[100]},{"name":"REPL_STATE_NO_SYNC","features":[100]},{"name":"REPL_STATE_OK","features":[100]},{"name":"REPL_UNLOCK_FORCE","features":[100]},{"name":"REPL_UNLOCK_NOFORCE","features":[100]},{"name":"RF_ADD_ALL_INTERFACES","features":[100]},{"name":"RF_DEMAND_UPDATE_ROUTES","features":[100]},{"name":"RF_MULTICAST","features":[100]},{"name":"RF_POWER","features":[100]},{"name":"RF_ROUTING","features":[100]},{"name":"RF_ROUTINGV6","features":[100]},{"name":"RIS_INTERFACE_ADDRESS_CHANGE","features":[100]},{"name":"RIS_INTERFACE_DISABLED","features":[100]},{"name":"RIS_INTERFACE_ENABLED","features":[100]},{"name":"RIS_INTERFACE_MEDIA_ABSENT","features":[100]},{"name":"RIS_INTERFACE_MEDIA_PRESENT","features":[100]},{"name":"ROUTING_DOMAIN_INFO_REVISION_1","features":[100]},{"name":"RTR_INFO_BLOCK_HEADER","features":[100]},{"name":"RTR_INFO_BLOCK_VERSION","features":[100]},{"name":"RTR_TOC_ENTRY","features":[100]},{"name":"RTUTILS_MAX_PROTOCOL_DLL_LEN","features":[100]},{"name":"RTUTILS_MAX_PROTOCOL_NAME_LEN","features":[100]},{"name":"RouterAssert","features":[100]},{"name":"RouterGetErrorStringA","features":[100]},{"name":"RouterGetErrorStringW","features":[100]},{"name":"RouterLogDeregisterA","features":[1,100]},{"name":"RouterLogDeregisterW","features":[1,100]},{"name":"RouterLogEventA","features":[1,100]},{"name":"RouterLogEventDataA","features":[1,100]},{"name":"RouterLogEventDataW","features":[1,100]},{"name":"RouterLogEventExA","features":[1,100]},{"name":"RouterLogEventExW","features":[1,100]},{"name":"RouterLogEventStringA","features":[1,100]},{"name":"RouterLogEventStringW","features":[1,100]},{"name":"RouterLogEventValistExA","features":[1,100]},{"name":"RouterLogEventValistExW","features":[1,100]},{"name":"RouterLogEventW","features":[1,100]},{"name":"RouterLogRegisterA","features":[1,100]},{"name":"RouterLogRegisterW","features":[1,100]},{"name":"SERVCE_LM20_W32TIME","features":[100]},{"name":"SERVER_DISPLAY_NAME","features":[100]},{"name":"SERVER_INFO_100","features":[100]},{"name":"SERVER_INFO_1005","features":[100]},{"name":"SERVER_INFO_101","features":[100]},{"name":"SERVER_INFO_1010","features":[100]},{"name":"SERVER_INFO_1016","features":[100]},{"name":"SERVER_INFO_1017","features":[100]},{"name":"SERVER_INFO_1018","features":[100]},{"name":"SERVER_INFO_102","features":[100]},{"name":"SERVER_INFO_103","features":[1,100]},{"name":"SERVER_INFO_1107","features":[100]},{"name":"SERVER_INFO_1501","features":[100]},{"name":"SERVER_INFO_1502","features":[100]},{"name":"SERVER_INFO_1503","features":[100]},{"name":"SERVER_INFO_1506","features":[100]},{"name":"SERVER_INFO_1509","features":[100]},{"name":"SERVER_INFO_1510","features":[100]},{"name":"SERVER_INFO_1511","features":[100]},{"name":"SERVER_INFO_1512","features":[100]},{"name":"SERVER_INFO_1513","features":[100]},{"name":"SERVER_INFO_1514","features":[1,100]},{"name":"SERVER_INFO_1515","features":[1,100]},{"name":"SERVER_INFO_1516","features":[1,100]},{"name":"SERVER_INFO_1518","features":[1,100]},{"name":"SERVER_INFO_1520","features":[100]},{"name":"SERVER_INFO_1521","features":[100]},{"name":"SERVER_INFO_1522","features":[100]},{"name":"SERVER_INFO_1523","features":[100]},{"name":"SERVER_INFO_1524","features":[100]},{"name":"SERVER_INFO_1525","features":[100]},{"name":"SERVER_INFO_1528","features":[100]},{"name":"SERVER_INFO_1529","features":[100]},{"name":"SERVER_INFO_1530","features":[100]},{"name":"SERVER_INFO_1533","features":[100]},{"name":"SERVER_INFO_1534","features":[100]},{"name":"SERVER_INFO_1535","features":[100]},{"name":"SERVER_INFO_1536","features":[1,100]},{"name":"SERVER_INFO_1537","features":[1,100]},{"name":"SERVER_INFO_1538","features":[1,100]},{"name":"SERVER_INFO_1539","features":[1,100]},{"name":"SERVER_INFO_1540","features":[1,100]},{"name":"SERVER_INFO_1541","features":[1,100]},{"name":"SERVER_INFO_1542","features":[1,100]},{"name":"SERVER_INFO_1543","features":[100]},{"name":"SERVER_INFO_1544","features":[100]},{"name":"SERVER_INFO_1545","features":[100]},{"name":"SERVER_INFO_1546","features":[100]},{"name":"SERVER_INFO_1547","features":[100]},{"name":"SERVER_INFO_1548","features":[100]},{"name":"SERVER_INFO_1549","features":[100]},{"name":"SERVER_INFO_1550","features":[100]},{"name":"SERVER_INFO_1552","features":[100]},{"name":"SERVER_INFO_1553","features":[100]},{"name":"SERVER_INFO_1554","features":[100]},{"name":"SERVER_INFO_1555","features":[100]},{"name":"SERVER_INFO_1556","features":[100]},{"name":"SERVER_INFO_1557","features":[100]},{"name":"SERVER_INFO_1560","features":[100]},{"name":"SERVER_INFO_1561","features":[100]},{"name":"SERVER_INFO_1562","features":[100]},{"name":"SERVER_INFO_1563","features":[100]},{"name":"SERVER_INFO_1564","features":[100]},{"name":"SERVER_INFO_1565","features":[100]},{"name":"SERVER_INFO_1566","features":[1,100]},{"name":"SERVER_INFO_1567","features":[100]},{"name":"SERVER_INFO_1568","features":[100]},{"name":"SERVER_INFO_1569","features":[100]},{"name":"SERVER_INFO_1570","features":[100]},{"name":"SERVER_INFO_1571","features":[100]},{"name":"SERVER_INFO_1572","features":[100]},{"name":"SERVER_INFO_1573","features":[100]},{"name":"SERVER_INFO_1574","features":[100]},{"name":"SERVER_INFO_1575","features":[100]},{"name":"SERVER_INFO_1576","features":[100]},{"name":"SERVER_INFO_1577","features":[100]},{"name":"SERVER_INFO_1578","features":[100]},{"name":"SERVER_INFO_1579","features":[100]},{"name":"SERVER_INFO_1580","features":[100]},{"name":"SERVER_INFO_1581","features":[100]},{"name":"SERVER_INFO_1582","features":[100]},{"name":"SERVER_INFO_1583","features":[100]},{"name":"SERVER_INFO_1584","features":[100]},{"name":"SERVER_INFO_1585","features":[1,100]},{"name":"SERVER_INFO_1586","features":[100]},{"name":"SERVER_INFO_1587","features":[100]},{"name":"SERVER_INFO_1588","features":[100]},{"name":"SERVER_INFO_1590","features":[100]},{"name":"SERVER_INFO_1591","features":[100]},{"name":"SERVER_INFO_1592","features":[100]},{"name":"SERVER_INFO_1593","features":[100]},{"name":"SERVER_INFO_1594","features":[100]},{"name":"SERVER_INFO_1595","features":[100]},{"name":"SERVER_INFO_1596","features":[100]},{"name":"SERVER_INFO_1597","features":[100]},{"name":"SERVER_INFO_1598","features":[100]},{"name":"SERVER_INFO_1599","features":[1,100]},{"name":"SERVER_INFO_1600","features":[1,100]},{"name":"SERVER_INFO_1601","features":[100]},{"name":"SERVER_INFO_1602","features":[1,100]},{"name":"SERVER_INFO_402","features":[100]},{"name":"SERVER_INFO_403","features":[100]},{"name":"SERVER_INFO_502","features":[1,100]},{"name":"SERVER_INFO_503","features":[1,100]},{"name":"SERVER_INFO_598","features":[1,100]},{"name":"SERVER_INFO_599","features":[1,100]},{"name":"SERVER_INFO_HIDDEN","features":[100]},{"name":"SERVER_INFO_SECURITY","features":[100]},{"name":"SERVER_TRANSPORT_INFO_0","features":[100]},{"name":"SERVER_TRANSPORT_INFO_1","features":[100]},{"name":"SERVER_TRANSPORT_INFO_2","features":[100]},{"name":"SERVER_TRANSPORT_INFO_3","features":[100]},{"name":"SERVICE2_BASE","features":[100]},{"name":"SERVICE_ACCOUNT_FLAG_ADD_AGAINST_RODC","features":[100]},{"name":"SERVICE_ACCOUNT_FLAG_LINK_TO_HOST_ONLY","features":[100]},{"name":"SERVICE_ACCOUNT_FLAG_REMOVE_OFFLINE","features":[100]},{"name":"SERVICE_ACCOUNT_FLAG_UNLINK_FROM_HOST_ONLY","features":[100]},{"name":"SERVICE_ACCOUNT_PASSWORD","features":[100]},{"name":"SERVICE_ACCOUNT_SECRET_PREFIX","features":[100]},{"name":"SERVICE_ADWS","features":[100]},{"name":"SERVICE_AFP","features":[100]},{"name":"SERVICE_ALERTER","features":[100]},{"name":"SERVICE_BASE","features":[100]},{"name":"SERVICE_BROWSER","features":[100]},{"name":"SERVICE_CCP_CHKPT_NUM","features":[100]},{"name":"SERVICE_CCP_NO_HINT","features":[100]},{"name":"SERVICE_CCP_QUERY_HINT","features":[100]},{"name":"SERVICE_CCP_WAIT_TIME","features":[100]},{"name":"SERVICE_CTRL_CONTINUE","features":[100]},{"name":"SERVICE_CTRL_INTERROGATE","features":[100]},{"name":"SERVICE_CTRL_PAUSE","features":[100]},{"name":"SERVICE_CTRL_REDIR_COMM","features":[100]},{"name":"SERVICE_CTRL_REDIR_DISK","features":[100]},{"name":"SERVICE_CTRL_REDIR_PRINT","features":[100]},{"name":"SERVICE_CTRL_UNINSTALL","features":[100]},{"name":"SERVICE_DHCP","features":[100]},{"name":"SERVICE_DNS_CACHE","features":[100]},{"name":"SERVICE_DOS_ENCRYPTION","features":[100]},{"name":"SERVICE_DSROLE","features":[100]},{"name":"SERVICE_INFO_0","features":[100]},{"name":"SERVICE_INFO_1","features":[100]},{"name":"SERVICE_INFO_2","features":[100]},{"name":"SERVICE_INSTALLED","features":[100]},{"name":"SERVICE_INSTALL_PENDING","features":[100]},{"name":"SERVICE_INSTALL_STATE","features":[100]},{"name":"SERVICE_IP_CHKPT_NUM","features":[100]},{"name":"SERVICE_IP_NO_HINT","features":[100]},{"name":"SERVICE_IP_QUERY_HINT","features":[100]},{"name":"SERVICE_IP_WAITTIME_SHIFT","features":[100]},{"name":"SERVICE_IP_WAIT_TIME","features":[100]},{"name":"SERVICE_ISMSERV","features":[100]},{"name":"SERVICE_KDC","features":[100]},{"name":"SERVICE_LM20_AFP","features":[100]},{"name":"SERVICE_LM20_ALERTER","features":[100]},{"name":"SERVICE_LM20_BROWSER","features":[100]},{"name":"SERVICE_LM20_DHCP","features":[100]},{"name":"SERVICE_LM20_DSROLE","features":[100]},{"name":"SERVICE_LM20_ISMSERV","features":[100]},{"name":"SERVICE_LM20_KDC","features":[100]},{"name":"SERVICE_LM20_LMHOSTS","features":[100]},{"name":"SERVICE_LM20_MESSENGER","features":[100]},{"name":"SERVICE_LM20_NBT","features":[100]},{"name":"SERVICE_LM20_NETLOGON","features":[100]},{"name":"SERVICE_LM20_NETPOPUP","features":[100]},{"name":"SERVICE_LM20_NETRUN","features":[100]},{"name":"SERVICE_LM20_NTDS","features":[100]},{"name":"SERVICE_LM20_NTFRS","features":[100]},{"name":"SERVICE_LM20_NWSAP","features":[100]},{"name":"SERVICE_LM20_REPL","features":[100]},{"name":"SERVICE_LM20_RIPL","features":[100]},{"name":"SERVICE_LM20_RPCLOCATOR","features":[100]},{"name":"SERVICE_LM20_SCHEDULE","features":[100]},{"name":"SERVICE_LM20_SERVER","features":[100]},{"name":"SERVICE_LM20_SPOOLER","features":[100]},{"name":"SERVICE_LM20_SQLSERVER","features":[100]},{"name":"SERVICE_LM20_TCPIP","features":[100]},{"name":"SERVICE_LM20_TELNET","features":[100]},{"name":"SERVICE_LM20_TIMESOURCE","features":[100]},{"name":"SERVICE_LM20_TRKSVR","features":[100]},{"name":"SERVICE_LM20_TRKWKS","features":[100]},{"name":"SERVICE_LM20_UPS","features":[100]},{"name":"SERVICE_LM20_WORKSTATION","features":[100]},{"name":"SERVICE_LM20_XACTSRV","features":[100]},{"name":"SERVICE_LMHOSTS","features":[100]},{"name":"SERVICE_MAXTIME","features":[100]},{"name":"SERVICE_MESSENGER","features":[100]},{"name":"SERVICE_NBT","features":[100]},{"name":"SERVICE_NETLOGON","features":[100]},{"name":"SERVICE_NETPOPUP","features":[100]},{"name":"SERVICE_NETRUN","features":[100]},{"name":"SERVICE_NOT_PAUSABLE","features":[100]},{"name":"SERVICE_NOT_UNINSTALLABLE","features":[100]},{"name":"SERVICE_NTDS","features":[100]},{"name":"SERVICE_NTFRS","features":[100]},{"name":"SERVICE_NTIP_WAITTIME_SHIFT","features":[100]},{"name":"SERVICE_NTLMSSP","features":[100]},{"name":"SERVICE_NT_MAXTIME","features":[100]},{"name":"SERVICE_NWCS","features":[100]},{"name":"SERVICE_NWSAP","features":[100]},{"name":"SERVICE_PAUSABLE","features":[100]},{"name":"SERVICE_PAUSE_STATE","features":[100]},{"name":"SERVICE_REDIR_COMM_PAUSED","features":[100]},{"name":"SERVICE_REDIR_DISK_PAUSED","features":[100]},{"name":"SERVICE_REDIR_PAUSED","features":[100]},{"name":"SERVICE_REDIR_PRINT_PAUSED","features":[100]},{"name":"SERVICE_REPL","features":[100]},{"name":"SERVICE_RESRV_MASK","features":[100]},{"name":"SERVICE_RIPL","features":[100]},{"name":"SERVICE_RPCLOCATOR","features":[100]},{"name":"SERVICE_SCHEDULE","features":[100]},{"name":"SERVICE_SERVER","features":[100]},{"name":"SERVICE_SPOOLER","features":[100]},{"name":"SERVICE_SQLSERVER","features":[100]},{"name":"SERVICE_TCPIP","features":[100]},{"name":"SERVICE_TELNET","features":[100]},{"name":"SERVICE_TIMESOURCE","features":[100]},{"name":"SERVICE_TRKSVR","features":[100]},{"name":"SERVICE_TRKWKS","features":[100]},{"name":"SERVICE_UIC_AMBIGPARM","features":[100]},{"name":"SERVICE_UIC_BADPARMVAL","features":[100]},{"name":"SERVICE_UIC_CONFIG","features":[100]},{"name":"SERVICE_UIC_CONFLPARM","features":[100]},{"name":"SERVICE_UIC_DUPPARM","features":[100]},{"name":"SERVICE_UIC_EXEC","features":[100]},{"name":"SERVICE_UIC_FILE","features":[100]},{"name":"SERVICE_UIC_INTERNAL","features":[100]},{"name":"SERVICE_UIC_KILL","features":[100]},{"name":"SERVICE_UIC_MISSPARM","features":[100]},{"name":"SERVICE_UIC_M_ADDPAK","features":[100]},{"name":"SERVICE_UIC_M_ANNOUNCE","features":[100]},{"name":"SERVICE_UIC_M_DATABASE_ERROR","features":[100]},{"name":"SERVICE_UIC_M_DISK","features":[100]},{"name":"SERVICE_UIC_M_ERRLOG","features":[100]},{"name":"SERVICE_UIC_M_FILES","features":[100]},{"name":"SERVICE_UIC_M_FILE_UW","features":[100]},{"name":"SERVICE_UIC_M_LANGROUP","features":[100]},{"name":"SERVICE_UIC_M_LANROOT","features":[100]},{"name":"SERVICE_UIC_M_LAZY","features":[100]},{"name":"SERVICE_UIC_M_LOGS","features":[100]},{"name":"SERVICE_UIC_M_LSA_MACHINE_ACCT","features":[100]},{"name":"SERVICE_UIC_M_MEMORY","features":[100]},{"name":"SERVICE_UIC_M_MSGNAME","features":[100]},{"name":"SERVICE_UIC_M_NETLOGON_AUTH","features":[100]},{"name":"SERVICE_UIC_M_NETLOGON_DC_CFLCT","features":[100]},{"name":"SERVICE_UIC_M_NETLOGON_MPATH","features":[100]},{"name":"SERVICE_UIC_M_NETLOGON_NO_DC","features":[100]},{"name":"SERVICE_UIC_M_NULL","features":[100]},{"name":"SERVICE_UIC_M_PROCESSES","features":[100]},{"name":"SERVICE_UIC_M_REDIR","features":[100]},{"name":"SERVICE_UIC_M_SECURITY","features":[100]},{"name":"SERVICE_UIC_M_SEC_FILE_ERR","features":[100]},{"name":"SERVICE_UIC_M_SERVER","features":[100]},{"name":"SERVICE_UIC_M_SERVER_SEC_ERR","features":[100]},{"name":"SERVICE_UIC_M_THREADS","features":[100]},{"name":"SERVICE_UIC_M_UAS","features":[100]},{"name":"SERVICE_UIC_M_UAS_INVALID_ROLE","features":[100]},{"name":"SERVICE_UIC_M_UAS_MACHINE_ACCT","features":[100]},{"name":"SERVICE_UIC_M_UAS_PROLOG","features":[100]},{"name":"SERVICE_UIC_M_UAS_SERVERS_NMEMB","features":[100]},{"name":"SERVICE_UIC_M_UAS_SERVERS_NOGRP","features":[100]},{"name":"SERVICE_UIC_M_WKSTA","features":[100]},{"name":"SERVICE_UIC_NORMAL","features":[100]},{"name":"SERVICE_UIC_RESOURCE","features":[100]},{"name":"SERVICE_UIC_SUBSERV","features":[100]},{"name":"SERVICE_UIC_SYSTEM","features":[100]},{"name":"SERVICE_UIC_UNKPARM","features":[100]},{"name":"SERVICE_UNINSTALLABLE","features":[100]},{"name":"SERVICE_UNINSTALLED","features":[100]},{"name":"SERVICE_UNINSTALL_PENDING","features":[100]},{"name":"SERVICE_UPS","features":[100]},{"name":"SERVICE_W32TIME","features":[100]},{"name":"SERVICE_WORKSTATION","features":[100]},{"name":"SERVICE_XACTSRV","features":[100]},{"name":"SESSION_CRYPT_KLEN","features":[100]},{"name":"SESSION_PWLEN","features":[100]},{"name":"SHPWLEN","features":[100]},{"name":"SMB_COMPRESSION_INFO","features":[1,100]},{"name":"SMB_TREE_CONNECT_PARAMETERS","features":[100]},{"name":"SMB_USE_OPTION_COMPRESSION_PARAMETERS","features":[100]},{"name":"SNLEN","features":[100]},{"name":"SRV_HASH_GENERATION_ACTIVE","features":[100]},{"name":"SRV_SUPPORT_HASH_GENERATION","features":[100]},{"name":"STD_ALERT","features":[100]},{"name":"STXTLEN","features":[100]},{"name":"SUPPORTS_ANY","features":[100]},{"name":"SUPPORTS_BINDING_INTERFACE_FLAGS","features":[100]},{"name":"SUPPORTS_LOCAL","features":[100]},{"name":"SUPPORTS_REMOTE_ADMIN_PROTOCOL","features":[100]},{"name":"SUPPORTS_RPC","features":[100]},{"name":"SUPPORTS_SAM_PROTOCOL","features":[100]},{"name":"SUPPORTS_UNICODE","features":[100]},{"name":"SVAUD_BADNETLOGON","features":[100]},{"name":"SVAUD_BADSESSLOGON","features":[100]},{"name":"SVAUD_BADUSE","features":[100]},{"name":"SVAUD_GOODNETLOGON","features":[100]},{"name":"SVAUD_GOODSESSLOGON","features":[100]},{"name":"SVAUD_GOODUSE","features":[100]},{"name":"SVAUD_LOGONLIM","features":[100]},{"name":"SVAUD_PERMISSIONS","features":[100]},{"name":"SVAUD_RESOURCE","features":[100]},{"name":"SVAUD_SERVICE","features":[100]},{"name":"SVAUD_USERLIST","features":[100]},{"name":"SVI1_NUM_ELEMENTS","features":[100]},{"name":"SVI2_NUM_ELEMENTS","features":[100]},{"name":"SVI3_NUM_ELEMENTS","features":[100]},{"name":"SVTI2_CLUSTER_DNN_NAME","features":[100]},{"name":"SVTI2_CLUSTER_NAME","features":[100]},{"name":"SVTI2_REMAP_PIPE_NAMES","features":[100]},{"name":"SVTI2_RESERVED1","features":[100]},{"name":"SVTI2_RESERVED2","features":[100]},{"name":"SVTI2_RESERVED3","features":[100]},{"name":"SVTI2_SCOPED_NAME","features":[100]},{"name":"SVTI2_UNICODE_TRANSPORT_ADDRESS","features":[100]},{"name":"SV_ACCEPTDOWNLEVELAPIS_PARMNUM","features":[100]},{"name":"SV_ACCESSALERT_PARMNUM","features":[100]},{"name":"SV_ACTIVELOCKS_PARMNUM","features":[100]},{"name":"SV_ALERTSCHEDULE_PARMNUM","features":[100]},{"name":"SV_ALERTSCHED_PARMNUM","features":[100]},{"name":"SV_ALERTS_PARMNUM","features":[100]},{"name":"SV_ALIST_MTIME_PARMNUM","features":[100]},{"name":"SV_ANNDELTA_PARMNUM","features":[100]},{"name":"SV_ANNOUNCE_PARMNUM","features":[100]},{"name":"SV_AUTOSHARESERVER_PARMNUM","features":[100]},{"name":"SV_AUTOSHAREWKS_PARMNUM","features":[100]},{"name":"SV_BALANCECOUNT_PARMNUM","features":[100]},{"name":"SV_CACHEDDIRECTORYLIMIT_PARMNUM","features":[100]},{"name":"SV_CACHEDOPENLIMIT_PARMNUM","features":[100]},{"name":"SV_CHDEVJOBS_PARMNUM","features":[100]},{"name":"SV_CHDEVQ_PARMNUM","features":[100]},{"name":"SV_COMMENT_PARMNUM","features":[100]},{"name":"SV_CONNECTIONLESSAUTODISC_PARMNUM","features":[100]},{"name":"SV_CONNECTIONNOSESSIONSTIMEOUT_PARMNUM","features":[100]},{"name":"SV_CONNECTIONS_PARMNUM","features":[100]},{"name":"SV_CRITICALTHREADS_PARMNUM","features":[100]},{"name":"SV_DISABLEDOS_PARMNUM","features":[100]},{"name":"SV_DISABLESTRICTNAMECHECKING_PARMNUM","features":[100]},{"name":"SV_DISC_PARMNUM","features":[100]},{"name":"SV_DISKALERT_PARMNUM","features":[100]},{"name":"SV_DISKSPACETHRESHOLD_PARMNUM","features":[100]},{"name":"SV_DOMAIN_PARMNUM","features":[100]},{"name":"SV_ENABLEAUTHENTICATEUSERSHARING_PARMNUM","features":[100]},{"name":"SV_ENABLECOMPRESSION_PARMNUM","features":[100]},{"name":"SV_ENABLEFCBOPENS_PARMNUM","features":[100]},{"name":"SV_ENABLEFORCEDLOGOFF_PARMNUM","features":[100]},{"name":"SV_ENABLEOPLOCKFORCECLOSE_PARMNUM","features":[100]},{"name":"SV_ENABLEOPLOCKS_PARMNUM","features":[100]},{"name":"SV_ENABLERAW_PARMNUM","features":[100]},{"name":"SV_ENABLESECURITYSIGNATURE_PARMNUM","features":[100]},{"name":"SV_ENABLESHAREDNETDRIVES_PARMNUM","features":[100]},{"name":"SV_ENABLESOFTCOMPAT_PARMNUM","features":[100]},{"name":"SV_ENABLEW9XSECURITYSIGNATURE_PARMNUM","features":[100]},{"name":"SV_ENABLEWFW311DIRECTIPX_PARMNUM","features":[100]},{"name":"SV_ENFORCEKERBEROSREAUTHENTICATION_PARMNUM","features":[100]},{"name":"SV_ERRORALERT_PARMNUM","features":[100]},{"name":"SV_ERRORTHRESHOLD_PARMNUM","features":[100]},{"name":"SV_GLIST_MTIME_PARMNUM","features":[100]},{"name":"SV_GUESTACC_PARMNUM","features":[100]},{"name":"SV_HIDDEN","features":[100]},{"name":"SV_HIDDEN_PARMNUM","features":[100]},{"name":"SV_IDLETHREADTIMEOUT_PARMNUM","features":[100]},{"name":"SV_INITCONNTABLE_PARMNUM","features":[100]},{"name":"SV_INITFILETABLE_PARMNUM","features":[100]},{"name":"SV_INITSEARCHTABLE_PARMNUM","features":[100]},{"name":"SV_INITSESSTABLE_PARMNUM","features":[100]},{"name":"SV_INITWORKITEMS_PARMNUM","features":[100]},{"name":"SV_IRPSTACKSIZE_PARMNUM","features":[100]},{"name":"SV_LANMASK_PARMNUM","features":[100]},{"name":"SV_LINKINFOVALIDTIME_PARMNUM","features":[100]},{"name":"SV_LMANNOUNCE_PARMNUM","features":[100]},{"name":"SV_LOCKVIOLATIONDELAY_PARMNUM","features":[100]},{"name":"SV_LOCKVIOLATIONOFFSET_PARMNUM","features":[100]},{"name":"SV_LOCKVIOLATIONRETRIES_PARMNUM","features":[100]},{"name":"SV_LOGONALERT_PARMNUM","features":[100]},{"name":"SV_LOWDISKSPACEMINIMUM_PARMNUM","features":[100]},{"name":"SV_MAXAUDITSZ_PARMNUM","features":[100]},{"name":"SV_MAXCOPYLENGTH_PARMNUM","features":[100]},{"name":"SV_MAXCOPYREADLEN_PARMNUM","features":[100]},{"name":"SV_MAXCOPYWRITELEN_PARMNUM","features":[100]},{"name":"SV_MAXFREECONNECTIONS_PARMNUM","features":[100]},{"name":"SV_MAXFREELFCBS_PARMNUM","features":[100]},{"name":"SV_MAXFREEMFCBS_PARMNUM","features":[100]},{"name":"SV_MAXFREEPAGEDPOOLCHUNKS_PARMNUM","features":[100]},{"name":"SV_MAXFREERFCBS_PARMNUM","features":[100]},{"name":"SV_MAXGLOBALOPENSEARCH_PARMNUM","features":[100]},{"name":"SV_MAXKEEPCOMPLSEARCH_PARMNUM","features":[100]},{"name":"SV_MAXKEEPSEARCH_PARMNUM","features":[100]},{"name":"SV_MAXLINKDELAY_PARMNUM","features":[100]},{"name":"SV_MAXMPXCT_PARMNUM","features":[100]},{"name":"SV_MAXNONPAGEDMEMORYUSAGE_PARMNUM","features":[100]},{"name":"SV_MAXPAGEDMEMORYUSAGE_PARMNUM","features":[100]},{"name":"SV_MAXPAGEDPOOLCHUNKSIZE_PARMNUM","features":[100]},{"name":"SV_MAXRAWBUFLEN_PARMNUM","features":[100]},{"name":"SV_MAXRAWWORKITEMS_PARMNUM","features":[100]},{"name":"SV_MAXTHREADSPERQUEUE_PARMNUM","features":[100]},{"name":"SV_MAXWORKITEMIDLETIME_PARMNUM","features":[100]},{"name":"SV_MAXWORKITEMS_PARMNUM","features":[100]},{"name":"SV_MAX_CMD_LEN","features":[100]},{"name":"SV_MAX_SRV_HEUR_LEN","features":[100]},{"name":"SV_MDLREADSWITCHOVER_PARMNUM","features":[100]},{"name":"SV_MINCLIENTBUFFERSIZE_PARMNUM","features":[100]},{"name":"SV_MINFREECONNECTIONS_PARMNUM","features":[100]},{"name":"SV_MINFREEWORKITEMS_PARMNUM","features":[100]},{"name":"SV_MINKEEPCOMPLSEARCH_PARMNUM","features":[100]},{"name":"SV_MINKEEPSEARCH_PARMNUM","features":[100]},{"name":"SV_MINLINKTHROUGHPUT_PARMNUM","features":[100]},{"name":"SV_MINPAGEDPOOLCHUNKSIZE_PARMNUM","features":[100]},{"name":"SV_MINRCVQUEUE_PARMNUM","features":[100]},{"name":"SV_NAME_PARMNUM","features":[100]},{"name":"SV_NETIOALERT_PARMNUM","features":[100]},{"name":"SV_NETWORKERRORTHRESHOLD_PARMNUM","features":[100]},{"name":"SV_NODISC","features":[100]},{"name":"SV_NUMADMIN_PARMNUM","features":[100]},{"name":"SV_NUMBIGBUF_PARMNUM","features":[100]},{"name":"SV_NUMBLOCKTHREADS_PARMNUM","features":[100]},{"name":"SV_NUMFILETASKS_PARMNUM","features":[100]},{"name":"SV_NUMREQBUF_PARMNUM","features":[100]},{"name":"SV_OPENFILES_PARMNUM","features":[100]},{"name":"SV_OPENSEARCH_PARMNUM","features":[100]},{"name":"SV_OPLOCKBREAKRESPONSEWAIT_PARMNUM","features":[100]},{"name":"SV_OPLOCKBREAKWAIT_PARMNUM","features":[100]},{"name":"SV_OTHERQUEUEAFFINITY_PARMNUM","features":[100]},{"name":"SV_PLATFORM_ID_NT","features":[100]},{"name":"SV_PLATFORM_ID_OS2","features":[100]},{"name":"SV_PLATFORM_ID_PARMNUM","features":[100]},{"name":"SV_PREFERREDAFFINITY_PARMNUM","features":[100]},{"name":"SV_PRODUCTTYPE_PARMNUM","features":[100]},{"name":"SV_QUEUESAMPLESECS_PARMNUM","features":[100]},{"name":"SV_RAWWORKITEMS_PARMNUM","features":[100]},{"name":"SV_REMOVEDUPLICATESEARCHES_PARMNUM","features":[100]},{"name":"SV_REQUIRESECURITYSIGNATURE_PARMNUM","features":[100]},{"name":"SV_RESTRICTNULLSESSACCESS_PARMNUM","features":[100]},{"name":"SV_SCAVQOSINFOUPDATETIME_PARMNUM","features":[100]},{"name":"SV_SCAVTIMEOUT_PARMNUM","features":[100]},{"name":"SV_SECURITY_PARMNUM","features":[100]},{"name":"SV_SENDSFROMPREFERREDPROCESSOR_PARMNUM","features":[100]},{"name":"SV_SERVERSIZE_PARMNUM","features":[100]},{"name":"SV_SESSCONNS_PARMNUM","features":[100]},{"name":"SV_SESSOPENS_PARMNUM","features":[100]},{"name":"SV_SESSREQS_PARMNUM","features":[100]},{"name":"SV_SESSUSERS_PARMNUM","features":[100]},{"name":"SV_SESSVCS_PARMNUM","features":[100]},{"name":"SV_SHARESECURITY","features":[100]},{"name":"SV_SHARES_PARMNUM","features":[100]},{"name":"SV_SHARINGVIOLATIONDELAY_PARMNUM","features":[100]},{"name":"SV_SHARINGVIOLATIONRETRIES_PARMNUM","features":[100]},{"name":"SV_SIZREQBUF_PARMNUM","features":[100]},{"name":"SV_SRVHEURISTICS_PARMNUM","features":[100]},{"name":"SV_THREADCOUNTADD_PARMNUM","features":[100]},{"name":"SV_THREADPRIORITY_PARMNUM","features":[100]},{"name":"SV_TIMESOURCE_PARMNUM","features":[100]},{"name":"SV_TYPE_AFP","features":[100]},{"name":"SV_TYPE_ALL","features":[100]},{"name":"SV_TYPE_ALTERNATE_XPORT","features":[100]},{"name":"SV_TYPE_BACKUP_BROWSER","features":[100]},{"name":"SV_TYPE_CLUSTER_NT","features":[100]},{"name":"SV_TYPE_CLUSTER_VS_NT","features":[100]},{"name":"SV_TYPE_DCE","features":[100]},{"name":"SV_TYPE_DFS","features":[100]},{"name":"SV_TYPE_DIALIN_SERVER","features":[100]},{"name":"SV_TYPE_DOMAIN_BAKCTRL","features":[100]},{"name":"SV_TYPE_DOMAIN_CTRL","features":[100]},{"name":"SV_TYPE_DOMAIN_ENUM","features":[100]},{"name":"SV_TYPE_DOMAIN_MASTER","features":[100]},{"name":"SV_TYPE_DOMAIN_MEMBER","features":[100]},{"name":"SV_TYPE_LOCAL_LIST_ONLY","features":[100]},{"name":"SV_TYPE_MASTER_BROWSER","features":[100]},{"name":"SV_TYPE_NOVELL","features":[100]},{"name":"SV_TYPE_NT","features":[100]},{"name":"SV_TYPE_PARMNUM","features":[100]},{"name":"SV_TYPE_POTENTIAL_BROWSER","features":[100]},{"name":"SV_TYPE_PRINTQ_SERVER","features":[100]},{"name":"SV_TYPE_SERVER","features":[100]},{"name":"SV_TYPE_SERVER_MFPN","features":[100]},{"name":"SV_TYPE_SERVER_NT","features":[100]},{"name":"SV_TYPE_SERVER_OSF","features":[100]},{"name":"SV_TYPE_SERVER_UNIX","features":[100]},{"name":"SV_TYPE_SERVER_VMS","features":[100]},{"name":"SV_TYPE_SQLSERVER","features":[100]},{"name":"SV_TYPE_TERMINALSERVER","features":[100]},{"name":"SV_TYPE_TIME_SOURCE","features":[100]},{"name":"SV_TYPE_WFW","features":[100]},{"name":"SV_TYPE_WINDOWS","features":[100]},{"name":"SV_TYPE_WORKSTATION","features":[100]},{"name":"SV_TYPE_XENIX_SERVER","features":[100]},{"name":"SV_ULIST_MTIME_PARMNUM","features":[100]},{"name":"SV_USERPATH_PARMNUM","features":[100]},{"name":"SV_USERSECURITY","features":[100]},{"name":"SV_USERS_PARMNUM","features":[100]},{"name":"SV_USERS_PER_LICENSE","features":[100]},{"name":"SV_VERSION_MAJOR_PARMNUM","features":[100]},{"name":"SV_VERSION_MINOR_PARMNUM","features":[100]},{"name":"SV_VISIBLE","features":[100]},{"name":"SV_XACTMEMSIZE_PARMNUM","features":[100]},{"name":"SW_AUTOPROF_LOAD_MASK","features":[100]},{"name":"SW_AUTOPROF_SAVE_MASK","features":[100]},{"name":"ServiceAccountPasswordGUID","features":[100]},{"name":"SetNetScheduleAccountInformation","features":[100]},{"name":"TIME_OF_DAY_INFO","features":[100]},{"name":"TITLE_SC_MESSAGE_BOX","features":[100]},{"name":"TRACE_NO_STDINFO","features":[100]},{"name":"TRACE_NO_SYNCH","features":[100]},{"name":"TRACE_USE_CONSOLE","features":[100]},{"name":"TRACE_USE_DATE","features":[100]},{"name":"TRACE_USE_FILE","features":[100]},{"name":"TRACE_USE_MASK","features":[100]},{"name":"TRACE_USE_MSEC","features":[100]},{"name":"TRANSPORT_INFO","features":[1,100]},{"name":"TRANSPORT_NAME_PARMNUM","features":[100]},{"name":"TRANSPORT_QUALITYOFSERVICE_PARMNUM","features":[100]},{"name":"TRANSPORT_TYPE","features":[100]},{"name":"TraceDeregisterA","features":[100]},{"name":"TraceDeregisterExA","features":[100]},{"name":"TraceDeregisterExW","features":[100]},{"name":"TraceDeregisterW","features":[100]},{"name":"TraceDumpExA","features":[1,100]},{"name":"TraceDumpExW","features":[1,100]},{"name":"TraceGetConsoleA","features":[1,100]},{"name":"TraceGetConsoleW","features":[1,100]},{"name":"TracePrintfA","features":[100]},{"name":"TracePrintfExA","features":[100]},{"name":"TracePrintfExW","features":[100]},{"name":"TracePrintfW","features":[100]},{"name":"TracePutsExA","features":[100]},{"name":"TracePutsExW","features":[100]},{"name":"TraceRegisterExA","features":[100]},{"name":"TraceRegisterExW","features":[100]},{"name":"TraceVprintfExA","features":[100]},{"name":"TraceVprintfExW","features":[100]},{"name":"UAS_ROLE_BACKUP","features":[100]},{"name":"UAS_ROLE_MEMBER","features":[100]},{"name":"UAS_ROLE_PRIMARY","features":[100]},{"name":"UAS_ROLE_STANDALONE","features":[100]},{"name":"UF_ACCOUNTDISABLE","features":[100]},{"name":"UF_DONT_EXPIRE_PASSWD","features":[100]},{"name":"UF_DONT_REQUIRE_PREAUTH","features":[100]},{"name":"UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[100]},{"name":"UF_HOMEDIR_REQUIRED","features":[100]},{"name":"UF_INTERDOMAIN_TRUST_ACCOUNT","features":[100]},{"name":"UF_LOCKOUT","features":[100]},{"name":"UF_MNS_LOGON_ACCOUNT","features":[100]},{"name":"UF_NORMAL_ACCOUNT","features":[100]},{"name":"UF_NOT_DELEGATED","features":[100]},{"name":"UF_NO_AUTH_DATA_REQUIRED","features":[100]},{"name":"UF_PARTIAL_SECRETS_ACCOUNT","features":[100]},{"name":"UF_PASSWD_CANT_CHANGE","features":[100]},{"name":"UF_PASSWD_NOTREQD","features":[100]},{"name":"UF_PASSWORD_EXPIRED","features":[100]},{"name":"UF_SCRIPT","features":[100]},{"name":"UF_SERVER_TRUST_ACCOUNT","features":[100]},{"name":"UF_SMARTCARD_REQUIRED","features":[100]},{"name":"UF_TEMP_DUPLICATE_ACCOUNT","features":[100]},{"name":"UF_TRUSTED_FOR_DELEGATION","features":[100]},{"name":"UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[100]},{"name":"UF_USE_AES_KEYS","features":[100]},{"name":"UF_USE_DES_KEY_ONLY","features":[100]},{"name":"UF_WORKSTATION_TRUST_ACCOUNT","features":[100]},{"name":"UNCLEN","features":[100]},{"name":"UNITS_PER_DAY","features":[100]},{"name":"UNLEN","features":[100]},{"name":"UPPER_GET_HINT_MASK","features":[100]},{"name":"UPPER_HINT_MASK","features":[100]},{"name":"USER_ACCOUNT_FLAGS","features":[100]},{"name":"USER_ACCT_EXPIRES_PARMNUM","features":[100]},{"name":"USER_AUTH_FLAGS_PARMNUM","features":[100]},{"name":"USER_CODE_PAGE_PARMNUM","features":[100]},{"name":"USER_COMMENT_PARMNUM","features":[100]},{"name":"USER_COUNTRY_CODE_PARMNUM","features":[100]},{"name":"USER_FLAGS_PARMNUM","features":[100]},{"name":"USER_FULL_NAME_PARMNUM","features":[100]},{"name":"USER_HOME_DIR_DRIVE_PARMNUM","features":[100]},{"name":"USER_HOME_DIR_PARMNUM","features":[100]},{"name":"USER_INFO_0","features":[100]},{"name":"USER_INFO_1","features":[100]},{"name":"USER_INFO_10","features":[100]},{"name":"USER_INFO_1003","features":[100]},{"name":"USER_INFO_1005","features":[100]},{"name":"USER_INFO_1006","features":[100]},{"name":"USER_INFO_1007","features":[100]},{"name":"USER_INFO_1008","features":[100]},{"name":"USER_INFO_1009","features":[100]},{"name":"USER_INFO_1010","features":[100]},{"name":"USER_INFO_1011","features":[100]},{"name":"USER_INFO_1012","features":[100]},{"name":"USER_INFO_1013","features":[100]},{"name":"USER_INFO_1014","features":[100]},{"name":"USER_INFO_1017","features":[100]},{"name":"USER_INFO_1018","features":[100]},{"name":"USER_INFO_1020","features":[100]},{"name":"USER_INFO_1023","features":[100]},{"name":"USER_INFO_1024","features":[100]},{"name":"USER_INFO_1025","features":[100]},{"name":"USER_INFO_1051","features":[100]},{"name":"USER_INFO_1052","features":[100]},{"name":"USER_INFO_1053","features":[100]},{"name":"USER_INFO_11","features":[100]},{"name":"USER_INFO_2","features":[100]},{"name":"USER_INFO_20","features":[100]},{"name":"USER_INFO_21","features":[100]},{"name":"USER_INFO_22","features":[100]},{"name":"USER_INFO_23","features":[100,5]},{"name":"USER_INFO_24","features":[1,100,5]},{"name":"USER_INFO_3","features":[100]},{"name":"USER_INFO_4","features":[100,5]},{"name":"USER_LAST_LOGOFF_PARMNUM","features":[100]},{"name":"USER_LAST_LOGON_PARMNUM","features":[100]},{"name":"USER_LOGON_HOURS_PARMNUM","features":[100]},{"name":"USER_LOGON_SERVER_PARMNUM","features":[100]},{"name":"USER_MAX_STORAGE_PARMNUM","features":[100]},{"name":"USER_MODALS_INFO_0","features":[100]},{"name":"USER_MODALS_INFO_1","features":[100]},{"name":"USER_MODALS_INFO_1001","features":[100]},{"name":"USER_MODALS_INFO_1002","features":[100]},{"name":"USER_MODALS_INFO_1003","features":[100]},{"name":"USER_MODALS_INFO_1004","features":[100]},{"name":"USER_MODALS_INFO_1005","features":[100]},{"name":"USER_MODALS_INFO_1006","features":[100]},{"name":"USER_MODALS_INFO_1007","features":[100]},{"name":"USER_MODALS_INFO_2","features":[100,5]},{"name":"USER_MODALS_INFO_3","features":[100]},{"name":"USER_MODALS_ROLES","features":[100]},{"name":"USER_NAME_PARMNUM","features":[100]},{"name":"USER_NUM_LOGONS_PARMNUM","features":[100]},{"name":"USER_OTHER_INFO","features":[100]},{"name":"USER_PAD_PW_COUNT_PARMNUM","features":[100]},{"name":"USER_PARMS_PARMNUM","features":[100]},{"name":"USER_PASSWORD_AGE_PARMNUM","features":[100]},{"name":"USER_PASSWORD_PARMNUM","features":[100]},{"name":"USER_PRIMARY_GROUP_PARMNUM","features":[100]},{"name":"USER_PRIV","features":[100]},{"name":"USER_PRIV_ADMIN","features":[100]},{"name":"USER_PRIV_GUEST","features":[100]},{"name":"USER_PRIV_MASK","features":[100]},{"name":"USER_PRIV_PARMNUM","features":[100]},{"name":"USER_PRIV_USER","features":[100]},{"name":"USER_PROFILE","features":[100]},{"name":"USER_PROFILE_PARMNUM","features":[100]},{"name":"USER_SCRIPT_PATH_PARMNUM","features":[100]},{"name":"USER_UNITS_PER_WEEK_PARMNUM","features":[100]},{"name":"USER_USR_COMMENT_PARMNUM","features":[100]},{"name":"USER_WORKSTATIONS_PARMNUM","features":[100]},{"name":"USE_ASGTYPE_PARMNUM","features":[100]},{"name":"USE_AUTHIDENTITY_PARMNUM","features":[100]},{"name":"USE_CHARDEV","features":[100]},{"name":"USE_CONN","features":[100]},{"name":"USE_DEFAULT_CREDENTIALS","features":[100]},{"name":"USE_DISCONN","features":[100]},{"name":"USE_DISKDEV","features":[100]},{"name":"USE_DOMAINNAME_PARMNUM","features":[100]},{"name":"USE_FLAGS_PARMNUM","features":[100]},{"name":"USE_FLAG_GLOBAL_MAPPING","features":[100]},{"name":"USE_FORCE","features":[100]},{"name":"USE_INFO_0","features":[100]},{"name":"USE_INFO_1","features":[100]},{"name":"USE_INFO_2","features":[100]},{"name":"USE_INFO_3","features":[100]},{"name":"USE_INFO_4","features":[100]},{"name":"USE_INFO_5","features":[100]},{"name":"USE_INFO_ASG_TYPE","features":[100]},{"name":"USE_IPC","features":[100]},{"name":"USE_LOCAL_PARMNUM","features":[100]},{"name":"USE_LOTS_OF_FORCE","features":[100]},{"name":"USE_NETERR","features":[100]},{"name":"USE_NOFORCE","features":[100]},{"name":"USE_OK","features":[100]},{"name":"USE_OPTIONS_PARMNUM","features":[100]},{"name":"USE_OPTION_DEFERRED_CONNECTION_PARAMETERS","features":[100]},{"name":"USE_OPTION_GENERIC","features":[100]},{"name":"USE_OPTION_PROPERTIES","features":[100]},{"name":"USE_OPTION_TRANSPORT_PARAMETERS","features":[100]},{"name":"USE_PASSWORD_PARMNUM","features":[100]},{"name":"USE_PAUSED","features":[100]},{"name":"USE_RECONN","features":[100]},{"name":"USE_REMOTE_PARMNUM","features":[100]},{"name":"USE_SD_PARMNUM","features":[100]},{"name":"USE_SESSLOST","features":[100]},{"name":"USE_SPECIFIC_TRANSPORT","features":[100]},{"name":"USE_SPOOLDEV","features":[100]},{"name":"USE_USERNAME_PARMNUM","features":[100]},{"name":"USE_WILDCARD","features":[100]},{"name":"UseTransportType_None","features":[100]},{"name":"UseTransportType_Quic","features":[100]},{"name":"UseTransportType_Wsk","features":[100]},{"name":"VALIDATED_LOGON","features":[100]},{"name":"VALID_LOGOFF","features":[100]},{"name":"WKSTA_BUFFERNAMEDPIPES_PARMNUM","features":[100]},{"name":"WKSTA_BUFFERREADONLYFILES_PARMNUM","features":[100]},{"name":"WKSTA_BUFFILESWITHDENYWRITE_PARMNUM","features":[100]},{"name":"WKSTA_CACHEFILETIMEOUT_PARMNUM","features":[100]},{"name":"WKSTA_CHARCOUNT_PARMNUM","features":[100]},{"name":"WKSTA_CHARTIME_PARMNUM","features":[100]},{"name":"WKSTA_CHARWAIT_PARMNUM","features":[100]},{"name":"WKSTA_COMPUTERNAME_PARMNUM","features":[100]},{"name":"WKSTA_DORMANTFILELIMIT_PARMNUM","features":[100]},{"name":"WKSTA_ERRLOGSZ_PARMNUM","features":[100]},{"name":"WKSTA_FORCECORECREATEMODE_PARMNUM","features":[100]},{"name":"WKSTA_INFO_100","features":[100]},{"name":"WKSTA_INFO_101","features":[100]},{"name":"WKSTA_INFO_1010","features":[100]},{"name":"WKSTA_INFO_1011","features":[100]},{"name":"WKSTA_INFO_1012","features":[100]},{"name":"WKSTA_INFO_1013","features":[100]},{"name":"WKSTA_INFO_1018","features":[100]},{"name":"WKSTA_INFO_102","features":[100]},{"name":"WKSTA_INFO_1023","features":[100]},{"name":"WKSTA_INFO_1027","features":[100]},{"name":"WKSTA_INFO_1028","features":[100]},{"name":"WKSTA_INFO_1032","features":[100]},{"name":"WKSTA_INFO_1033","features":[100]},{"name":"WKSTA_INFO_1041","features":[100]},{"name":"WKSTA_INFO_1042","features":[100]},{"name":"WKSTA_INFO_1043","features":[100]},{"name":"WKSTA_INFO_1044","features":[100]},{"name":"WKSTA_INFO_1045","features":[100]},{"name":"WKSTA_INFO_1046","features":[100]},{"name":"WKSTA_INFO_1047","features":[100]},{"name":"WKSTA_INFO_1048","features":[1,100]},{"name":"WKSTA_INFO_1049","features":[1,100]},{"name":"WKSTA_INFO_1050","features":[1,100]},{"name":"WKSTA_INFO_1051","features":[1,100]},{"name":"WKSTA_INFO_1052","features":[1,100]},{"name":"WKSTA_INFO_1053","features":[1,100]},{"name":"WKSTA_INFO_1054","features":[1,100]},{"name":"WKSTA_INFO_1055","features":[1,100]},{"name":"WKSTA_INFO_1056","features":[1,100]},{"name":"WKSTA_INFO_1057","features":[1,100]},{"name":"WKSTA_INFO_1058","features":[1,100]},{"name":"WKSTA_INFO_1059","features":[1,100]},{"name":"WKSTA_INFO_1060","features":[1,100]},{"name":"WKSTA_INFO_1061","features":[1,100]},{"name":"WKSTA_INFO_1062","features":[100]},{"name":"WKSTA_INFO_302","features":[100]},{"name":"WKSTA_INFO_402","features":[100]},{"name":"WKSTA_INFO_502","features":[1,100]},{"name":"WKSTA_KEEPCONN_PARMNUM","features":[100]},{"name":"WKSTA_KEEPSEARCH_PARMNUM","features":[100]},{"name":"WKSTA_LANGROUP_PARMNUM","features":[100]},{"name":"WKSTA_LANROOT_PARMNUM","features":[100]},{"name":"WKSTA_LOCKINCREMENT_PARMNUM","features":[100]},{"name":"WKSTA_LOCKMAXIMUM_PARMNUM","features":[100]},{"name":"WKSTA_LOCKQUOTA_PARMNUM","features":[100]},{"name":"WKSTA_LOGGED_ON_USERS_PARMNUM","features":[100]},{"name":"WKSTA_LOGON_DOMAIN_PARMNUM","features":[100]},{"name":"WKSTA_LOGON_SERVER_PARMNUM","features":[100]},{"name":"WKSTA_MAILSLOTS_PARMNUM","features":[100]},{"name":"WKSTA_MAXCMDS_PARMNUM","features":[100]},{"name":"WKSTA_MAXTHREADS_PARMNUM","features":[100]},{"name":"WKSTA_MAXWRKCACHE_PARMNUM","features":[100]},{"name":"WKSTA_NUMALERTS_PARMNUM","features":[100]},{"name":"WKSTA_NUMCHARBUF_PARMNUM","features":[100]},{"name":"WKSTA_NUMDGRAMBUF_PARMNUM","features":[100]},{"name":"WKSTA_NUMSERVICES_PARMNUM","features":[100]},{"name":"WKSTA_NUMWORKBUF_PARMNUM","features":[100]},{"name":"WKSTA_OTH_DOMAINS_PARMNUM","features":[100]},{"name":"WKSTA_PIPEINCREMENT_PARMNUM","features":[100]},{"name":"WKSTA_PIPEMAXIMUM_PARMNUM","features":[100]},{"name":"WKSTA_PLATFORM_ID_PARMNUM","features":[100]},{"name":"WKSTA_PRINTBUFTIME_PARMNUM","features":[100]},{"name":"WKSTA_READAHEADTHRUPUT_PARMNUM","features":[100]},{"name":"WKSTA_SESSTIMEOUT_PARMNUM","features":[100]},{"name":"WKSTA_SIZCHARBUF_PARMNUM","features":[100]},{"name":"WKSTA_SIZERROR_PARMNUM","features":[100]},{"name":"WKSTA_SIZWORKBUF_PARMNUM","features":[100]},{"name":"WKSTA_TRANSPORT_INFO_0","features":[1,100]},{"name":"WKSTA_USE512BYTESMAXTRANSFER_PARMNUM","features":[100]},{"name":"WKSTA_USECLOSEBEHIND_PARMNUM","features":[100]},{"name":"WKSTA_USEENCRYPTION_PARMNUM","features":[100]},{"name":"WKSTA_USELOCKANDREADANDUNLOCK_PARMNUM","features":[100]},{"name":"WKSTA_USEOPPORTUNISTICLOCKING_PARMNUM","features":[100]},{"name":"WKSTA_USERAWREAD_PARMNUM","features":[100]},{"name":"WKSTA_USERAWWRITE_PARMNUM","features":[100]},{"name":"WKSTA_USER_INFO_0","features":[100]},{"name":"WKSTA_USER_INFO_1","features":[100]},{"name":"WKSTA_USER_INFO_1101","features":[100]},{"name":"WKSTA_USEUNLOCKBEHIND_PARMNUM","features":[100]},{"name":"WKSTA_USEWRITERAWWITHDATA_PARMNUM","features":[100]},{"name":"WKSTA_UTILIZENTCACHING_PARMNUM","features":[100]},{"name":"WKSTA_VER_MAJOR_PARMNUM","features":[100]},{"name":"WKSTA_VER_MINOR_PARMNUM","features":[100]},{"name":"WKSTA_WRKHEURISTICS_PARMNUM","features":[100]},{"name":"WORKERFUNCTION","features":[100]},{"name":"WORKSTATION_DISPLAY_NAME","features":[100]},{"name":"WZC_PROFILE_API_ERROR_FAILED_TO_LOAD_SCHEMA","features":[100]},{"name":"WZC_PROFILE_API_ERROR_FAILED_TO_LOAD_XML","features":[100]},{"name":"WZC_PROFILE_API_ERROR_INTERNAL","features":[100]},{"name":"WZC_PROFILE_API_ERROR_NOT_SUPPORTED","features":[100]},{"name":"WZC_PROFILE_API_ERROR_XML_VALIDATION_FAILED","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ALLOWED","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ALLOWED_KEY_REQUIRED","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ENABLED_KEY_PROVIDED","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_EAP_METHOD_NOT_APPLICABLE","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_EAP_METHOD_REQUIRED","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_INVALID_AUTH_FOR_CONNECTION_TYPE","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_INVALID_ENCRYPTION_FOR_AUTHMODE","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_INDEX_NOT_APPLICABLE","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_INDEX_REQUIRED","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_REQUIRED","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_WPA_ENCRYPTION_NOT_SUPPORTED","features":[100]},{"name":"WZC_PROFILE_CONFIG_ERROR_WPA_NOT_SUPPORTED","features":[100]},{"name":"WZC_PROFILE_SET_ERROR_DUPLICATE_NETWORK","features":[100]},{"name":"WZC_PROFILE_SET_ERROR_MEMORY_ALLOCATION","features":[100]},{"name":"WZC_PROFILE_SET_ERROR_READING_1X_CONFIG","features":[100]},{"name":"WZC_PROFILE_SET_ERROR_WRITING_1X_CONFIG","features":[100]},{"name":"WZC_PROFILE_SET_ERROR_WRITING_WZC_CFG","features":[100]},{"name":"WZC_PROFILE_SUCCESS","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_1X_ENABLED","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_AUTHENTICATION","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_BAD_KEY_INDEX","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_BAD_NETWORK_KEY","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_BAD_SSID","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_BAD_VERSION","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_CONNECTION_TYPE","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_EAP_METHOD","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_ENCRYPTION","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_KEY_INDEX_RANGE","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_KEY_PROVIDED_AUTOMATICALLY","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_NO_VERSION","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_SSID_NOT_FOUND","features":[100]},{"name":"WZC_PROFILE_XML_ERROR_UNSUPPORTED_VERSION","features":[100]}],"461":[{"name":"CMD_ENTRY","features":[1,101]},{"name":"CMD_FLAG_HIDDEN","features":[101]},{"name":"CMD_FLAG_INTERACTIVE","features":[101]},{"name":"CMD_FLAG_LIMIT_MASK","features":[101]},{"name":"CMD_FLAG_LOCAL","features":[101]},{"name":"CMD_FLAG_ONLINE","features":[101]},{"name":"CMD_FLAG_PRIORITY","features":[101]},{"name":"CMD_FLAG_PRIVATE","features":[101]},{"name":"CMD_GROUP_ENTRY","features":[1,101]},{"name":"DEFAULT_CONTEXT_PRIORITY","features":[101]},{"name":"ERROR_CMD_NOT_FOUND","features":[101]},{"name":"ERROR_CONTEXT_ALREADY_REGISTERED","features":[101]},{"name":"ERROR_CONTINUE_IN_PARENT_CONTEXT","features":[101]},{"name":"ERROR_DLL_LOAD_FAILED","features":[101]},{"name":"ERROR_ENTRY_PT_NOT_FOUND","features":[101]},{"name":"ERROR_HELPER_ALREADY_REGISTERED","features":[101]},{"name":"ERROR_INIT_DISPLAY","features":[101]},{"name":"ERROR_INVALID_OPTION_TAG","features":[101]},{"name":"ERROR_INVALID_OPTION_VALUE","features":[101]},{"name":"ERROR_INVALID_SYNTAX","features":[101]},{"name":"ERROR_MISSING_OPTION","features":[101]},{"name":"ERROR_NO_CHANGE","features":[101]},{"name":"ERROR_NO_ENTRIES","features":[101]},{"name":"ERROR_NO_TAG","features":[101]},{"name":"ERROR_OKAY","features":[101]},{"name":"ERROR_PARSING_FAILURE","features":[101]},{"name":"ERROR_PROTOCOL_NOT_IN_TRANSPORT","features":[101]},{"name":"ERROR_SHOW_USAGE","features":[101]},{"name":"ERROR_SUPPRESS_OUTPUT","features":[101]},{"name":"ERROR_TAG_ALREADY_PRESENT","features":[101]},{"name":"ERROR_TRANSPORT_NOT_PRESENT","features":[101]},{"name":"GET_RESOURCE_STRING_FN_NAME","features":[101]},{"name":"MAX_NAME_LEN","features":[101]},{"name":"MatchEnumTag","features":[1,101]},{"name":"MatchToken","features":[1,101]},{"name":"NETSH_ARG_DELIMITER","features":[101]},{"name":"NETSH_CMD_DELIMITER","features":[101]},{"name":"NETSH_COMMIT","features":[101]},{"name":"NETSH_COMMIT_STATE","features":[101]},{"name":"NETSH_ERROR_BASE","features":[101]},{"name":"NETSH_ERROR_END","features":[101]},{"name":"NETSH_FLUSH","features":[101]},{"name":"NETSH_MAX_CMD_TOKEN_LENGTH","features":[101]},{"name":"NETSH_MAX_TOKEN_LENGTH","features":[101]},{"name":"NETSH_SAVE","features":[101]},{"name":"NETSH_UNCOMMIT","features":[101]},{"name":"NETSH_VERSION_50","features":[101]},{"name":"NS_CMD_FLAGS","features":[101]},{"name":"NS_CONTEXT_ATTRIBUTES","features":[1,101]},{"name":"NS_EVENTS","features":[101]},{"name":"NS_EVENT_FROM_N","features":[101]},{"name":"NS_EVENT_FROM_START","features":[101]},{"name":"NS_EVENT_LAST_N","features":[101]},{"name":"NS_EVENT_LAST_SECS","features":[101]},{"name":"NS_EVENT_LOOP","features":[101]},{"name":"NS_GET_EVENT_IDS_FN_NAME","features":[101]},{"name":"NS_HELPER_ATTRIBUTES","features":[101]},{"name":"NS_MODE_CHANGE","features":[101]},{"name":"NS_REQS","features":[101]},{"name":"NS_REQ_ALLOW_MULTIPLE","features":[101]},{"name":"NS_REQ_ONE_OR_MORE","features":[101]},{"name":"NS_REQ_PRESENT","features":[101]},{"name":"NS_REQ_ZERO","features":[101]},{"name":"PFN_CUSTOM_HELP","features":[1,101]},{"name":"PFN_HANDLE_CMD","features":[1,101]},{"name":"PGET_RESOURCE_STRING_FN","features":[101]},{"name":"PNS_CONTEXT_COMMIT_FN","features":[101]},{"name":"PNS_CONTEXT_CONNECT_FN","features":[101]},{"name":"PNS_CONTEXT_DUMP_FN","features":[101]},{"name":"PNS_DLL_INIT_FN","features":[101]},{"name":"PNS_DLL_STOP_FN","features":[101]},{"name":"PNS_HELPER_START_FN","features":[101]},{"name":"PNS_HELPER_STOP_FN","features":[101]},{"name":"PNS_OSVERSIONCHECK","features":[1,101]},{"name":"PreprocessCommand","features":[1,101]},{"name":"PrintError","features":[1,101]},{"name":"PrintMessage","features":[101]},{"name":"PrintMessageFromModule","features":[1,101]},{"name":"RegisterContext","features":[1,101]},{"name":"RegisterHelper","features":[101]},{"name":"TAG_TYPE","features":[1,101]},{"name":"TOKEN_VALUE","features":[101]}],"462":[{"name":"ATTRIBUTE_TYPE","features":[102]},{"name":"AT_BOOLEAN","features":[102]},{"name":"AT_GUID","features":[102]},{"name":"AT_INT16","features":[102]},{"name":"AT_INT32","features":[102]},{"name":"AT_INT64","features":[102]},{"name":"AT_INT8","features":[102]},{"name":"AT_INVALID","features":[102]},{"name":"AT_LIFE_TIME","features":[102]},{"name":"AT_OCTET_STRING","features":[102]},{"name":"AT_SOCKADDR","features":[102]},{"name":"AT_STRING","features":[102]},{"name":"AT_UINT16","features":[102]},{"name":"AT_UINT32","features":[102]},{"name":"AT_UINT64","features":[102]},{"name":"AT_UINT8","features":[102]},{"name":"DF_IMPERSONATION","features":[102]},{"name":"DF_TRACELESS","features":[102]},{"name":"DIAGNOSIS_STATUS","features":[102]},{"name":"DIAG_SOCKADDR","features":[102]},{"name":"DS_CONFIRMED","features":[102]},{"name":"DS_DEFERRED","features":[102]},{"name":"DS_INDETERMINATE","features":[102]},{"name":"DS_NOT_IMPLEMENTED","features":[102]},{"name":"DS_PASSTHROUGH","features":[102]},{"name":"DS_REJECTED","features":[102]},{"name":"DiagnosticsInfo","features":[102]},{"name":"HELPER_ATTRIBUTE","features":[1,102]},{"name":"HYPOTHESIS","features":[1,102]},{"name":"HelperAttributeInfo","features":[102]},{"name":"HypothesisResult","features":[1,102]},{"name":"INetDiagExtensibleHelper","features":[102]},{"name":"INetDiagHelper","features":[102]},{"name":"INetDiagHelperEx","features":[102]},{"name":"INetDiagHelperInfo","features":[102]},{"name":"INetDiagHelperUtilFactory","features":[102]},{"name":"LIFE_TIME","features":[1,102]},{"name":"NDF_ADD_CAPTURE_TRACE","features":[102]},{"name":"NDF_APPLY_INCLUSION_LIST_FILTER","features":[102]},{"name":"NDF_ERROR_START","features":[102]},{"name":"NDF_E_BAD_PARAM","features":[102]},{"name":"NDF_E_CANCELLED","features":[102]},{"name":"NDF_E_DISABLED","features":[102]},{"name":"NDF_E_LENGTH_EXCEEDED","features":[102]},{"name":"NDF_E_NOHELPERCLASS","features":[102]},{"name":"NDF_E_PROBLEM_PRESENT","features":[102]},{"name":"NDF_E_UNKNOWN","features":[102]},{"name":"NDF_E_VALIDATION","features":[102]},{"name":"NDF_INBOUND_FLAG_EDGETRAVERSAL","features":[102]},{"name":"NDF_INBOUND_FLAG_HEALTHCHECK","features":[102]},{"name":"NdfCancelIncident","features":[102]},{"name":"NdfCloseIncident","features":[102]},{"name":"NdfCreateConnectivityIncident","features":[102]},{"name":"NdfCreateDNSIncident","features":[102]},{"name":"NdfCreateGroupingIncident","features":[102,16]},{"name":"NdfCreateIncident","features":[1,102]},{"name":"NdfCreateNetConnectionIncident","features":[102]},{"name":"NdfCreatePnrpIncident","features":[1,102]},{"name":"NdfCreateSharingIncident","features":[102]},{"name":"NdfCreateWebIncident","features":[102]},{"name":"NdfCreateWebIncidentEx","features":[1,102]},{"name":"NdfCreateWinSockIncident","features":[102,16,5]},{"name":"NdfDiagnoseIncident","features":[102]},{"name":"NdfExecuteDiagnosis","features":[1,102]},{"name":"NdfGetTraceFile","features":[102]},{"name":"NdfRepairIncident","features":[102]},{"name":"OCTET_STRING","features":[102]},{"name":"PROBLEM_TYPE","features":[102]},{"name":"PT_DOWN_STREAM_HEALTH","features":[102]},{"name":"PT_HIGHER_UTILIZATION","features":[102]},{"name":"PT_HIGH_UTILIZATION","features":[102]},{"name":"PT_INVALID","features":[102]},{"name":"PT_LOWER_HEALTH","features":[102]},{"name":"PT_LOW_HEALTH","features":[102]},{"name":"PT_UP_STREAM_UTILIZATION","features":[102]},{"name":"RCF_ISCONFIRMED","features":[102]},{"name":"RCF_ISLEAF","features":[102]},{"name":"RCF_ISTHIRDPARTY","features":[102]},{"name":"REPAIR_RISK","features":[102]},{"name":"REPAIR_SCOPE","features":[102]},{"name":"REPAIR_STATUS","features":[102]},{"name":"RF_CONTACT_ADMIN","features":[102]},{"name":"RF_INFORMATION_ONLY","features":[102]},{"name":"RF_REPRO","features":[102]},{"name":"RF_RESERVED","features":[102]},{"name":"RF_RESERVED_CA","features":[102]},{"name":"RF_RESERVED_LNI","features":[102]},{"name":"RF_SHOW_EVENTS","features":[102]},{"name":"RF_UI_ONLY","features":[102]},{"name":"RF_USER_ACTION","features":[102]},{"name":"RF_USER_CONFIRMATION","features":[102]},{"name":"RF_VALIDATE_HELPTOPIC","features":[102]},{"name":"RF_WORKAROUND","features":[102]},{"name":"RR_NORISK","features":[102]},{"name":"RR_NOROLLBACK","features":[102]},{"name":"RR_ROLLBACK","features":[102]},{"name":"RS_APPLICATION","features":[102]},{"name":"RS_DEFERRED","features":[102]},{"name":"RS_NOT_IMPLEMENTED","features":[102]},{"name":"RS_PROCESS","features":[102]},{"name":"RS_REPAIRED","features":[102]},{"name":"RS_SYSTEM","features":[102]},{"name":"RS_UNREPAIRED","features":[102]},{"name":"RS_USER","features":[102]},{"name":"RS_USER_ACTION","features":[102]},{"name":"RepairInfo","features":[102]},{"name":"RepairInfoEx","features":[102]},{"name":"RootCauseInfo","features":[102]},{"name":"ShellCommandInfo","features":[102]},{"name":"UIT_DUI","features":[102]},{"name":"UIT_HELP_PANE","features":[102]},{"name":"UIT_INVALID","features":[102]},{"name":"UIT_NONE","features":[102]},{"name":"UIT_SHELL_COMMAND","features":[102]},{"name":"UI_INFO_TYPE","features":[102]},{"name":"UiInfo","features":[102]}],"464":[{"name":"DRT_ACTIVE","features":[103]},{"name":"DRT_ADDRESS","features":[103,16]},{"name":"DRT_ADDRESS_FLAGS","features":[103]},{"name":"DRT_ADDRESS_FLAG_ACCEPTED","features":[103]},{"name":"DRT_ADDRESS_FLAG_BAD_VALIDATE_ID","features":[103]},{"name":"DRT_ADDRESS_FLAG_INQUIRE","features":[103]},{"name":"DRT_ADDRESS_FLAG_LOOP","features":[103]},{"name":"DRT_ADDRESS_FLAG_REJECTED","features":[103]},{"name":"DRT_ADDRESS_FLAG_SUSPECT_UNREGISTERED_ID","features":[103]},{"name":"DRT_ADDRESS_FLAG_TOO_BUSY","features":[103]},{"name":"DRT_ADDRESS_FLAG_UNREACHABLE","features":[103]},{"name":"DRT_ADDRESS_LIST","features":[103,16]},{"name":"DRT_ALONE","features":[103]},{"name":"DRT_BOOTSTRAP_PROVIDER","features":[103]},{"name":"DRT_BOOTSTRAP_RESOLVE_CALLBACK","features":[1,103,16]},{"name":"DRT_DATA","features":[103]},{"name":"DRT_EVENT_DATA","features":[103,16]},{"name":"DRT_EVENT_LEAFSET_KEY_CHANGED","features":[103]},{"name":"DRT_EVENT_REGISTRATION_STATE_CHANGED","features":[103]},{"name":"DRT_EVENT_STATUS_CHANGED","features":[103]},{"name":"DRT_EVENT_TYPE","features":[103]},{"name":"DRT_E_BOOTSTRAPPROVIDER_IN_USE","features":[103]},{"name":"DRT_E_BOOTSTRAPPROVIDER_NOT_ATTACHED","features":[103]},{"name":"DRT_E_CAPABILITY_MISMATCH","features":[103]},{"name":"DRT_E_DUPLICATE_KEY","features":[103]},{"name":"DRT_E_FAULTED","features":[103]},{"name":"DRT_E_INSUFFICIENT_BUFFER","features":[103]},{"name":"DRT_E_INVALID_ADDRESS","features":[103]},{"name":"DRT_E_INVALID_BOOTSTRAP_PROVIDER","features":[103]},{"name":"DRT_E_INVALID_CERT_CHAIN","features":[103]},{"name":"DRT_E_INVALID_INSTANCE_PREFIX","features":[103]},{"name":"DRT_E_INVALID_KEY","features":[103]},{"name":"DRT_E_INVALID_KEY_SIZE","features":[103]},{"name":"DRT_E_INVALID_MAX_ADDRESSES","features":[103]},{"name":"DRT_E_INVALID_MAX_ENDPOINTS","features":[103]},{"name":"DRT_E_INVALID_MESSAGE","features":[103]},{"name":"DRT_E_INVALID_PORT","features":[103]},{"name":"DRT_E_INVALID_SCOPE","features":[103]},{"name":"DRT_E_INVALID_SEARCH_INFO","features":[103]},{"name":"DRT_E_INVALID_SEARCH_RANGE","features":[103]},{"name":"DRT_E_INVALID_SECURITY_MODE","features":[103]},{"name":"DRT_E_INVALID_SECURITY_PROVIDER","features":[103]},{"name":"DRT_E_INVALID_SETTINGS","features":[103]},{"name":"DRT_E_INVALID_TRANSPORT_PROVIDER","features":[103]},{"name":"DRT_E_NO_ADDRESSES_AVAILABLE","features":[103]},{"name":"DRT_E_NO_MORE","features":[103]},{"name":"DRT_E_SEARCH_IN_PROGRESS","features":[103]},{"name":"DRT_E_SECURITYPROVIDER_IN_USE","features":[103]},{"name":"DRT_E_SECURITYPROVIDER_NOT_ATTACHED","features":[103]},{"name":"DRT_E_STILL_IN_USE","features":[103]},{"name":"DRT_E_TIMEOUT","features":[103]},{"name":"DRT_E_TRANSPORTPROVIDER_IN_USE","features":[103]},{"name":"DRT_E_TRANSPORTPROVIDER_NOT_ATTACHED","features":[103]},{"name":"DRT_E_TRANSPORT_ALREADY_BOUND","features":[103]},{"name":"DRT_E_TRANSPORT_ALREADY_EXISTS_FOR_SCOPE","features":[103]},{"name":"DRT_E_TRANSPORT_EXECUTING_CALLBACK","features":[103]},{"name":"DRT_E_TRANSPORT_INVALID_ARGUMENT","features":[103]},{"name":"DRT_E_TRANSPORT_NOT_BOUND","features":[103]},{"name":"DRT_E_TRANSPORT_NO_DEST_ADDRESSES","features":[103]},{"name":"DRT_E_TRANSPORT_SHUTTING_DOWN","features":[103]},{"name":"DRT_E_TRANSPORT_STILL_BOUND","features":[103]},{"name":"DRT_E_TRANSPORT_UNEXPECTED","features":[103]},{"name":"DRT_FAULTED","features":[103]},{"name":"DRT_GLOBAL_SCOPE","features":[103]},{"name":"DRT_LEAFSET_KEY_ADDED","features":[103]},{"name":"DRT_LEAFSET_KEY_CHANGE_TYPE","features":[103]},{"name":"DRT_LEAFSET_KEY_DELETED","features":[103]},{"name":"DRT_LINK_LOCAL_ISATAP_SCOPEID","features":[103]},{"name":"DRT_LINK_LOCAL_SCOPE","features":[103]},{"name":"DRT_MATCH_EXACT","features":[103]},{"name":"DRT_MATCH_INTERMEDIATE","features":[103]},{"name":"DRT_MATCH_NEAR","features":[103]},{"name":"DRT_MATCH_TYPE","features":[103]},{"name":"DRT_MAX_INSTANCE_PREFIX_LEN","features":[103]},{"name":"DRT_MAX_PAYLOAD_SIZE","features":[103]},{"name":"DRT_MAX_ROUTING_ADDRESSES","features":[103]},{"name":"DRT_MIN_ROUTING_ADDRESSES","features":[103]},{"name":"DRT_NO_NETWORK","features":[103]},{"name":"DRT_PAYLOAD_REVOKED","features":[103]},{"name":"DRT_REGISTRATION","features":[103]},{"name":"DRT_REGISTRATION_STATE","features":[103]},{"name":"DRT_REGISTRATION_STATE_UNRESOLVEABLE","features":[103]},{"name":"DRT_SCOPE","features":[103]},{"name":"DRT_SEARCH_INFO","features":[1,103]},{"name":"DRT_SEARCH_RESULT","features":[103]},{"name":"DRT_SECURE_CONFIDENTIALPAYLOAD","features":[103]},{"name":"DRT_SECURE_MEMBERSHIP","features":[103]},{"name":"DRT_SECURE_RESOLVE","features":[103]},{"name":"DRT_SECURITY_MODE","features":[103]},{"name":"DRT_SECURITY_PROVIDER","features":[103]},{"name":"DRT_SETTINGS","features":[103]},{"name":"DRT_SITE_LOCAL_SCOPE","features":[103]},{"name":"DRT_STATUS","features":[103]},{"name":"DRT_S_RETRY","features":[103]},{"name":"DrtClose","features":[103]},{"name":"DrtContinueSearch","features":[103]},{"name":"DrtCreateDerivedKey","features":[1,103,75]},{"name":"DrtCreateDerivedKeySecurityProvider","features":[1,103,75]},{"name":"DrtCreateDnsBootstrapResolver","features":[103]},{"name":"DrtCreateIpv6UdpTransport","features":[103]},{"name":"DrtCreateNullSecurityProvider","features":[103]},{"name":"DrtCreatePnrpBootstrapResolver","features":[1,103]},{"name":"DrtDeleteDerivedKeySecurityProvider","features":[103]},{"name":"DrtDeleteDnsBootstrapResolver","features":[103]},{"name":"DrtDeleteIpv6UdpTransport","features":[103]},{"name":"DrtDeleteNullSecurityProvider","features":[103]},{"name":"DrtDeletePnrpBootstrapResolver","features":[103]},{"name":"DrtEndSearch","features":[103]},{"name":"DrtGetEventData","features":[103,16]},{"name":"DrtGetEventDataSize","features":[103]},{"name":"DrtGetInstanceName","features":[103]},{"name":"DrtGetInstanceNameSize","features":[103]},{"name":"DrtGetSearchPath","features":[103,16]},{"name":"DrtGetSearchPathSize","features":[103]},{"name":"DrtGetSearchResult","features":[103]},{"name":"DrtGetSearchResultSize","features":[103]},{"name":"DrtOpen","features":[1,103]},{"name":"DrtRegisterKey","features":[103]},{"name":"DrtStartSearch","features":[1,103]},{"name":"DrtUnregisterKey","features":[103]},{"name":"DrtUpdateKey","features":[103]},{"name":"FACILITY_DRT","features":[103]},{"name":"MaximumPeerDistClientInfoByHandlesClass","features":[103]},{"name":"NS_PNRPCLOUD","features":[103]},{"name":"NS_PNRPNAME","features":[103]},{"name":"NS_PROVIDER_PNRPCLOUD","features":[103]},{"name":"NS_PROVIDER_PNRPNAME","features":[103]},{"name":"PEERDIST_CLIENT_BASIC_INFO","features":[1,103]},{"name":"PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS","features":[103]},{"name":"PEERDIST_CONTENT_TAG","features":[103]},{"name":"PEERDIST_PUBLICATION_OPTIONS","features":[103]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION","features":[103]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION_1","features":[103]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION_2","features":[103]},{"name":"PEERDIST_READ_TIMEOUT_DEFAULT","features":[103]},{"name":"PEERDIST_READ_TIMEOUT_LOCAL_CACHE_ONLY","features":[103]},{"name":"PEERDIST_RETRIEVAL_OPTIONS","features":[103]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION","features":[103]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_1","features":[103]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_2","features":[103]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE","features":[103]},{"name":"PEERDIST_STATUS","features":[103]},{"name":"PEERDIST_STATUS_AVAILABLE","features":[103]},{"name":"PEERDIST_STATUS_DISABLED","features":[103]},{"name":"PEERDIST_STATUS_INFO","features":[103]},{"name":"PEERDIST_STATUS_UNAVAILABLE","features":[103]},{"name":"PEER_ADDRESS","features":[103,16]},{"name":"PEER_APPLICATION","features":[103]},{"name":"PEER_APPLICATION_ALL_USERS","features":[103]},{"name":"PEER_APPLICATION_CURRENT_USER","features":[103]},{"name":"PEER_APPLICATION_REGISTRATION_INFO","features":[103]},{"name":"PEER_APPLICATION_REGISTRATION_TYPE","features":[103]},{"name":"PEER_APP_LAUNCH_INFO","features":[1,103,16]},{"name":"PEER_CHANGE_ADDED","features":[103]},{"name":"PEER_CHANGE_DELETED","features":[103]},{"name":"PEER_CHANGE_TYPE","features":[103]},{"name":"PEER_CHANGE_UPDATED","features":[103]},{"name":"PEER_COLLAB_EVENT_DATA","features":[1,103,16]},{"name":"PEER_COLLAB_EVENT_REGISTRATION","features":[103]},{"name":"PEER_COLLAB_EVENT_TYPE","features":[103]},{"name":"PEER_COLLAB_OBJECTID_USER_PICTURE","features":[103]},{"name":"PEER_CONNECTED","features":[103]},{"name":"PEER_CONNECTION_DIRECT","features":[103]},{"name":"PEER_CONNECTION_FAILED","features":[103]},{"name":"PEER_CONNECTION_FLAGS","features":[103]},{"name":"PEER_CONNECTION_INFO","features":[103,16]},{"name":"PEER_CONNECTION_NEIGHBOR","features":[103]},{"name":"PEER_CONNECTION_STATUS","features":[103]},{"name":"PEER_CONTACT","features":[1,103]},{"name":"PEER_CREDENTIAL_INFO","features":[1,103,75]},{"name":"PEER_DATA","features":[103]},{"name":"PEER_DEFER_EXPIRATION","features":[103]},{"name":"PEER_DISABLE_PRESENCE","features":[103]},{"name":"PEER_DISCONNECTED","features":[103]},{"name":"PEER_ENDPOINT","features":[103,16]},{"name":"PEER_EVENT_APPLICATION_CHANGED_DATA","features":[1,103,16]},{"name":"PEER_EVENT_CONNECTION_CHANGE_DATA","features":[103]},{"name":"PEER_EVENT_ENDPOINT_APPLICATION_CHANGED","features":[103]},{"name":"PEER_EVENT_ENDPOINT_CHANGED","features":[103]},{"name":"PEER_EVENT_ENDPOINT_CHANGED_DATA","features":[1,103,16]},{"name":"PEER_EVENT_ENDPOINT_OBJECT_CHANGED","features":[103]},{"name":"PEER_EVENT_ENDPOINT_PRESENCE_CHANGED","features":[103]},{"name":"PEER_EVENT_INCOMING_DATA","features":[103]},{"name":"PEER_EVENT_MEMBER_CHANGE_DATA","features":[103]},{"name":"PEER_EVENT_MY_APPLICATION_CHANGED","features":[103]},{"name":"PEER_EVENT_MY_ENDPOINT_CHANGED","features":[103]},{"name":"PEER_EVENT_MY_OBJECT_CHANGED","features":[103]},{"name":"PEER_EVENT_MY_PRESENCE_CHANGED","features":[103]},{"name":"PEER_EVENT_NODE_CHANGE_DATA","features":[103]},{"name":"PEER_EVENT_OBJECT_CHANGED_DATA","features":[1,103,16]},{"name":"PEER_EVENT_PEOPLE_NEAR_ME_CHANGED","features":[103]},{"name":"PEER_EVENT_PEOPLE_NEAR_ME_CHANGED_DATA","features":[103,16]},{"name":"PEER_EVENT_PRESENCE_CHANGED_DATA","features":[1,103,16]},{"name":"PEER_EVENT_RECORD_CHANGE_DATA","features":[103]},{"name":"PEER_EVENT_REQUEST_STATUS_CHANGED","features":[103]},{"name":"PEER_EVENT_REQUEST_STATUS_CHANGED_DATA","features":[103,16]},{"name":"PEER_EVENT_SYNCHRONIZED_DATA","features":[103]},{"name":"PEER_EVENT_WATCHLIST_CHANGED","features":[103]},{"name":"PEER_EVENT_WATCHLIST_CHANGED_DATA","features":[1,103]},{"name":"PEER_E_ALREADY_EXISTS","features":[103]},{"name":"PEER_E_CLIENT_INVALID_COMPARTMENT_ID","features":[103]},{"name":"PEER_E_CLOUD_DISABLED","features":[103]},{"name":"PEER_E_CLOUD_IS_DEAD","features":[103]},{"name":"PEER_E_CLOUD_IS_SEARCH_ONLY","features":[103]},{"name":"PEER_E_CLOUD_NOT_FOUND","features":[103]},{"name":"PEER_E_DISK_FULL","features":[103]},{"name":"PEER_E_DUPLICATE_PEER_NAME","features":[103]},{"name":"PEER_E_INVALID_IDENTITY","features":[103]},{"name":"PEER_E_NOT_FOUND","features":[103]},{"name":"PEER_E_TOO_MUCH_LOAD","features":[103]},{"name":"PEER_GRAPH_EVENT_CONNECTION_REQUIRED","features":[103]},{"name":"PEER_GRAPH_EVENT_DATA","features":[103]},{"name":"PEER_GRAPH_EVENT_DIRECT_CONNECTION","features":[103]},{"name":"PEER_GRAPH_EVENT_INCOMING_DATA","features":[103]},{"name":"PEER_GRAPH_EVENT_NEIGHBOR_CONNECTION","features":[103]},{"name":"PEER_GRAPH_EVENT_NODE_CHANGED","features":[103]},{"name":"PEER_GRAPH_EVENT_PROPERTY_CHANGED","features":[103]},{"name":"PEER_GRAPH_EVENT_RECORD_CHANGED","features":[103]},{"name":"PEER_GRAPH_EVENT_REGISTRATION","features":[103]},{"name":"PEER_GRAPH_EVENT_STATUS_CHANGED","features":[103]},{"name":"PEER_GRAPH_EVENT_SYNCHRONIZED","features":[103]},{"name":"PEER_GRAPH_EVENT_TYPE","features":[103]},{"name":"PEER_GRAPH_PROPERTIES","features":[103]},{"name":"PEER_GRAPH_PROPERTY_DEFER_EXPIRATION","features":[103]},{"name":"PEER_GRAPH_PROPERTY_FLAGS","features":[103]},{"name":"PEER_GRAPH_PROPERTY_HEARTBEATS","features":[103]},{"name":"PEER_GRAPH_SCOPE","features":[103]},{"name":"PEER_GRAPH_SCOPE_ANY","features":[103]},{"name":"PEER_GRAPH_SCOPE_GLOBAL","features":[103]},{"name":"PEER_GRAPH_SCOPE_LINKLOCAL","features":[103]},{"name":"PEER_GRAPH_SCOPE_LOOPBACK","features":[103]},{"name":"PEER_GRAPH_SCOPE_SITELOCAL","features":[103]},{"name":"PEER_GRAPH_STATUS_FLAGS","features":[103]},{"name":"PEER_GRAPH_STATUS_HAS_CONNECTIONS","features":[103]},{"name":"PEER_GRAPH_STATUS_LISTENING","features":[103]},{"name":"PEER_GRAPH_STATUS_SYNCHRONIZED","features":[103]},{"name":"PEER_GROUP_AUTHENTICATION_SCHEME","features":[103]},{"name":"PEER_GROUP_EVENT_AUTHENTICATION_FAILED","features":[103]},{"name":"PEER_GROUP_EVENT_CONNECTION_FAILED","features":[103]},{"name":"PEER_GROUP_EVENT_DATA","features":[103]},{"name":"PEER_GROUP_EVENT_DIRECT_CONNECTION","features":[103]},{"name":"PEER_GROUP_EVENT_INCOMING_DATA","features":[103]},{"name":"PEER_GROUP_EVENT_MEMBER_CHANGED","features":[103]},{"name":"PEER_GROUP_EVENT_NEIGHBOR_CONNECTION","features":[103]},{"name":"PEER_GROUP_EVENT_PROPERTY_CHANGED","features":[103]},{"name":"PEER_GROUP_EVENT_RECORD_CHANGED","features":[103]},{"name":"PEER_GROUP_EVENT_REGISTRATION","features":[103]},{"name":"PEER_GROUP_EVENT_STATUS_CHANGED","features":[103]},{"name":"PEER_GROUP_EVENT_TYPE","features":[103]},{"name":"PEER_GROUP_GMC_AUTHENTICATION","features":[103]},{"name":"PEER_GROUP_ISSUE_CREDENTIAL_FLAGS","features":[103]},{"name":"PEER_GROUP_PASSWORD_AUTHENTICATION","features":[103]},{"name":"PEER_GROUP_PROPERTIES","features":[103]},{"name":"PEER_GROUP_PROPERTY_FLAGS","features":[103]},{"name":"PEER_GROUP_ROLE_ADMIN","features":[103]},{"name":"PEER_GROUP_ROLE_INVITING_MEMBER","features":[103]},{"name":"PEER_GROUP_ROLE_MEMBER","features":[103]},{"name":"PEER_GROUP_STATUS","features":[103]},{"name":"PEER_GROUP_STATUS_HAS_CONNECTIONS","features":[103]},{"name":"PEER_GROUP_STATUS_LISTENING","features":[103]},{"name":"PEER_GROUP_STORE_CREDENTIALS","features":[103]},{"name":"PEER_INVITATION","features":[103]},{"name":"PEER_INVITATION_INFO","features":[1,103,75]},{"name":"PEER_INVITATION_RESPONSE","features":[103]},{"name":"PEER_INVITATION_RESPONSE_ACCEPTED","features":[103]},{"name":"PEER_INVITATION_RESPONSE_DECLINED","features":[103]},{"name":"PEER_INVITATION_RESPONSE_ERROR","features":[103]},{"name":"PEER_INVITATION_RESPONSE_EXPIRED","features":[103]},{"name":"PEER_INVITATION_RESPONSE_TYPE","features":[103]},{"name":"PEER_MEMBER","features":[1,103,16,75]},{"name":"PEER_MEMBER_CHANGE_TYPE","features":[103]},{"name":"PEER_MEMBER_CONNECTED","features":[103]},{"name":"PEER_MEMBER_DATA_OPTIONAL","features":[103]},{"name":"PEER_MEMBER_DISCONNECTED","features":[103]},{"name":"PEER_MEMBER_FLAGS","features":[103]},{"name":"PEER_MEMBER_JOINED","features":[103]},{"name":"PEER_MEMBER_LEFT","features":[103]},{"name":"PEER_MEMBER_PRESENT","features":[103]},{"name":"PEER_MEMBER_UPDATED","features":[103]},{"name":"PEER_NAME_PAIR","features":[103]},{"name":"PEER_NODE_CHANGE_CONNECTED","features":[103]},{"name":"PEER_NODE_CHANGE_DISCONNECTED","features":[103]},{"name":"PEER_NODE_CHANGE_TYPE","features":[103]},{"name":"PEER_NODE_CHANGE_UPDATED","features":[103]},{"name":"PEER_NODE_INFO","features":[103,16]},{"name":"PEER_OBJECT","features":[103]},{"name":"PEER_PEOPLE_NEAR_ME","features":[103,16]},{"name":"PEER_PNRP_ALL_LINK_CLOUDS","features":[103]},{"name":"PEER_PNRP_CLOUD_INFO","features":[103]},{"name":"PEER_PNRP_ENDPOINT_INFO","features":[103,16]},{"name":"PEER_PNRP_REGISTRATION_INFO","features":[103,16]},{"name":"PEER_PRESENCE_AWAY","features":[103]},{"name":"PEER_PRESENCE_BE_RIGHT_BACK","features":[103]},{"name":"PEER_PRESENCE_BUSY","features":[103]},{"name":"PEER_PRESENCE_IDLE","features":[103]},{"name":"PEER_PRESENCE_INFO","features":[103]},{"name":"PEER_PRESENCE_OFFLINE","features":[103]},{"name":"PEER_PRESENCE_ONLINE","features":[103]},{"name":"PEER_PRESENCE_ON_THE_PHONE","features":[103]},{"name":"PEER_PRESENCE_OUT_TO_LUNCH","features":[103]},{"name":"PEER_PRESENCE_STATUS","features":[103]},{"name":"PEER_PUBLICATION_SCOPE","features":[103]},{"name":"PEER_PUBLICATION_SCOPE_ALL","features":[103]},{"name":"PEER_PUBLICATION_SCOPE_INTERNET","features":[103]},{"name":"PEER_PUBLICATION_SCOPE_NEAR_ME","features":[103]},{"name":"PEER_PUBLICATION_SCOPE_NONE","features":[103]},{"name":"PEER_RECORD","features":[1,103]},{"name":"PEER_RECORD_ADDED","features":[103]},{"name":"PEER_RECORD_CHANGE_TYPE","features":[103]},{"name":"PEER_RECORD_DELETED","features":[103]},{"name":"PEER_RECORD_EXPIRED","features":[103]},{"name":"PEER_RECORD_FLAGS","features":[103]},{"name":"PEER_RECORD_FLAG_AUTOREFRESH","features":[103]},{"name":"PEER_RECORD_FLAG_DELETED","features":[103]},{"name":"PEER_RECORD_UPDATED","features":[103]},{"name":"PEER_SECURITY_INTERFACE","features":[1,103]},{"name":"PEER_SIGNIN_ALL","features":[103]},{"name":"PEER_SIGNIN_FLAGS","features":[103]},{"name":"PEER_SIGNIN_INTERNET","features":[103]},{"name":"PEER_SIGNIN_NEAR_ME","features":[103]},{"name":"PEER_SIGNIN_NONE","features":[103]},{"name":"PEER_VERSION_DATA","features":[103]},{"name":"PEER_WATCH_ALLOWED","features":[103]},{"name":"PEER_WATCH_BLOCKED","features":[103]},{"name":"PEER_WATCH_PERMISSION","features":[103]},{"name":"PFNPEER_FREE_SECURITY_DATA","features":[103]},{"name":"PFNPEER_ON_PASSWORD_AUTH_FAILED","features":[103]},{"name":"PFNPEER_SECURE_RECORD","features":[1,103]},{"name":"PFNPEER_VALIDATE_RECORD","features":[1,103]},{"name":"PNRPCLOUDINFO","features":[103]},{"name":"PNRPINFO_HINT","features":[103]},{"name":"PNRPINFO_V1","features":[103,16]},{"name":"PNRPINFO_V2","features":[103,16,43]},{"name":"PNRP_CLOUD_FLAGS","features":[103]},{"name":"PNRP_CLOUD_FULL_PARTICIPANT","features":[103]},{"name":"PNRP_CLOUD_ID","features":[103]},{"name":"PNRP_CLOUD_NAME_LOCAL","features":[103]},{"name":"PNRP_CLOUD_NO_FLAGS","features":[103]},{"name":"PNRP_CLOUD_RESOLVE_ONLY","features":[103]},{"name":"PNRP_CLOUD_STATE","features":[103]},{"name":"PNRP_CLOUD_STATE_ACTIVE","features":[103]},{"name":"PNRP_CLOUD_STATE_ALONE","features":[103]},{"name":"PNRP_CLOUD_STATE_DEAD","features":[103]},{"name":"PNRP_CLOUD_STATE_DISABLED","features":[103]},{"name":"PNRP_CLOUD_STATE_NO_NET","features":[103]},{"name":"PNRP_CLOUD_STATE_SYNCHRONISING","features":[103]},{"name":"PNRP_CLOUD_STATE_VIRTUAL","features":[103]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE","features":[103]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_BINARY","features":[103]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_NONE","features":[103]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_STRING","features":[103]},{"name":"PNRP_GLOBAL_SCOPE","features":[103]},{"name":"PNRP_LINK_LOCAL_SCOPE","features":[103]},{"name":"PNRP_MAX_ENDPOINT_ADDRESSES","features":[103]},{"name":"PNRP_MAX_EXTENDED_PAYLOAD_BYTES","features":[103]},{"name":"PNRP_REGISTERED_ID_STATE","features":[103]},{"name":"PNRP_REGISTERED_ID_STATE_OK","features":[103]},{"name":"PNRP_REGISTERED_ID_STATE_PROBLEM","features":[103]},{"name":"PNRP_RESOLVE_CRITERIA","features":[103]},{"name":"PNRP_RESOLVE_CRITERIA_ANY_PEER_NAME","features":[103]},{"name":"PNRP_RESOLVE_CRITERIA_DEFAULT","features":[103]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_NON_CURRENT_PROCESS_PEER_NAME","features":[103]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_PEER_NAME","features":[103]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_REMOTE_PEER_NAME","features":[103]},{"name":"PNRP_RESOLVE_CRITERIA_NON_CURRENT_PROCESS_PEER_NAME","features":[103]},{"name":"PNRP_RESOLVE_CRITERIA_REMOTE_PEER_NAME","features":[103]},{"name":"PNRP_SCOPE","features":[103]},{"name":"PNRP_SCOPE_ANY","features":[103]},{"name":"PNRP_SITE_LOCAL_SCOPE","features":[103]},{"name":"PeerCollabAddContact","features":[1,103]},{"name":"PeerCollabAsyncInviteContact","features":[1,103,16]},{"name":"PeerCollabAsyncInviteEndpoint","features":[1,103,16]},{"name":"PeerCollabCancelInvitation","features":[1,103]},{"name":"PeerCollabCloseHandle","features":[1,103]},{"name":"PeerCollabDeleteContact","features":[103]},{"name":"PeerCollabDeleteEndpointData","features":[103,16]},{"name":"PeerCollabDeleteObject","features":[103]},{"name":"PeerCollabEnumApplicationRegistrationInfo","features":[103]},{"name":"PeerCollabEnumApplications","features":[103,16]},{"name":"PeerCollabEnumContacts","features":[103]},{"name":"PeerCollabEnumEndpoints","features":[1,103]},{"name":"PeerCollabEnumObjects","features":[103,16]},{"name":"PeerCollabEnumPeopleNearMe","features":[103]},{"name":"PeerCollabExportContact","features":[103]},{"name":"PeerCollabGetAppLaunchInfo","features":[1,103,16]},{"name":"PeerCollabGetApplicationRegistrationInfo","features":[103]},{"name":"PeerCollabGetContact","features":[1,103]},{"name":"PeerCollabGetEndpointName","features":[103]},{"name":"PeerCollabGetEventData","features":[1,103,16]},{"name":"PeerCollabGetInvitationResponse","features":[1,103]},{"name":"PeerCollabGetPresenceInfo","features":[103,16]},{"name":"PeerCollabGetSigninOptions","features":[103]},{"name":"PeerCollabInviteContact","features":[1,103,16]},{"name":"PeerCollabInviteEndpoint","features":[103,16]},{"name":"PeerCollabParseContact","features":[1,103]},{"name":"PeerCollabQueryContactData","features":[103,16]},{"name":"PeerCollabRefreshEndpointData","features":[103,16]},{"name":"PeerCollabRegisterApplication","features":[103]},{"name":"PeerCollabRegisterEvent","features":[1,103]},{"name":"PeerCollabSetEndpointName","features":[103]},{"name":"PeerCollabSetObject","features":[103]},{"name":"PeerCollabSetPresenceInfo","features":[103]},{"name":"PeerCollabShutdown","features":[103]},{"name":"PeerCollabSignin","features":[1,103]},{"name":"PeerCollabSignout","features":[103]},{"name":"PeerCollabStartup","features":[103]},{"name":"PeerCollabSubscribeEndpointData","features":[103,16]},{"name":"PeerCollabUnregisterApplication","features":[103]},{"name":"PeerCollabUnregisterEvent","features":[103]},{"name":"PeerCollabUnsubscribeEndpointData","features":[103,16]},{"name":"PeerCollabUpdateContact","features":[1,103]},{"name":"PeerCreatePeerName","features":[103]},{"name":"PeerDistClientAddContentInformation","features":[1,103,7]},{"name":"PeerDistClientAddData","features":[1,103,7]},{"name":"PeerDistClientBasicInfo","features":[103]},{"name":"PeerDistClientBlockRead","features":[1,103,7]},{"name":"PeerDistClientCancelAsyncOperation","features":[1,103,7]},{"name":"PeerDistClientCloseContent","features":[103]},{"name":"PeerDistClientCompleteContentInformation","features":[1,103,7]},{"name":"PeerDistClientFlushContent","features":[1,103,7]},{"name":"PeerDistClientGetInformationByHandle","features":[103]},{"name":"PeerDistClientOpenContent","features":[1,103]},{"name":"PeerDistClientStreamRead","features":[1,103,7]},{"name":"PeerDistGetOverlappedResult","features":[1,103,7]},{"name":"PeerDistGetStatus","features":[103]},{"name":"PeerDistGetStatusEx","features":[103]},{"name":"PeerDistRegisterForStatusChangeNotification","features":[1,103,7]},{"name":"PeerDistRegisterForStatusChangeNotificationEx","features":[1,103,7]},{"name":"PeerDistServerCancelAsyncOperation","features":[1,103,7]},{"name":"PeerDistServerCloseContentInformation","features":[103]},{"name":"PeerDistServerCloseStreamHandle","features":[103]},{"name":"PeerDistServerOpenContentInformation","features":[1,103]},{"name":"PeerDistServerOpenContentInformationEx","features":[1,103]},{"name":"PeerDistServerPublishAddToStream","features":[1,103,7]},{"name":"PeerDistServerPublishCompleteStream","features":[1,103,7]},{"name":"PeerDistServerPublishStream","features":[1,103]},{"name":"PeerDistServerRetrieveContentInformation","features":[1,103,7]},{"name":"PeerDistServerUnpublish","features":[103]},{"name":"PeerDistShutdown","features":[103]},{"name":"PeerDistStartup","features":[103]},{"name":"PeerDistUnregisterForStatusChangeNotification","features":[103]},{"name":"PeerEndEnumeration","features":[103]},{"name":"PeerEnumGroups","features":[103]},{"name":"PeerEnumIdentities","features":[103]},{"name":"PeerFreeData","features":[103]},{"name":"PeerGetItemCount","features":[103]},{"name":"PeerGetNextItem","features":[103]},{"name":"PeerGraphAddRecord","features":[1,103]},{"name":"PeerGraphClose","features":[103]},{"name":"PeerGraphCloseDirectConnection","features":[103]},{"name":"PeerGraphConnect","features":[103,16]},{"name":"PeerGraphCreate","features":[1,103]},{"name":"PeerGraphDelete","features":[103]},{"name":"PeerGraphDeleteRecord","features":[1,103]},{"name":"PeerGraphEndEnumeration","features":[103]},{"name":"PeerGraphEnumConnections","features":[103]},{"name":"PeerGraphEnumNodes","features":[103]},{"name":"PeerGraphEnumRecords","features":[103]},{"name":"PeerGraphExportDatabase","features":[103]},{"name":"PeerGraphFreeData","features":[103]},{"name":"PeerGraphGetEventData","features":[103]},{"name":"PeerGraphGetItemCount","features":[103]},{"name":"PeerGraphGetNextItem","features":[103]},{"name":"PeerGraphGetNodeInfo","features":[103,16]},{"name":"PeerGraphGetProperties","features":[103]},{"name":"PeerGraphGetRecord","features":[1,103]},{"name":"PeerGraphGetStatus","features":[103]},{"name":"PeerGraphImportDatabase","features":[103]},{"name":"PeerGraphListen","features":[103]},{"name":"PeerGraphOpen","features":[1,103]},{"name":"PeerGraphOpenDirectConnection","features":[103,16]},{"name":"PeerGraphPeerTimeToUniversalTime","features":[1,103]},{"name":"PeerGraphRegisterEvent","features":[1,103]},{"name":"PeerGraphSearchRecords","features":[103]},{"name":"PeerGraphSendData","features":[103]},{"name":"PeerGraphSetNodeAttributes","features":[103]},{"name":"PeerGraphSetPresence","features":[1,103]},{"name":"PeerGraphSetProperties","features":[103]},{"name":"PeerGraphShutdown","features":[103]},{"name":"PeerGraphStartup","features":[103]},{"name":"PeerGraphUniversalTimeToPeerTime","features":[1,103]},{"name":"PeerGraphUnregisterEvent","features":[103]},{"name":"PeerGraphUpdateRecord","features":[1,103]},{"name":"PeerGraphValidateDeferredRecords","features":[103]},{"name":"PeerGroupAddRecord","features":[1,103]},{"name":"PeerGroupClose","features":[103]},{"name":"PeerGroupCloseDirectConnection","features":[103]},{"name":"PeerGroupConnect","features":[103]},{"name":"PeerGroupConnectByAddress","features":[103,16]},{"name":"PeerGroupCreate","features":[103]},{"name":"PeerGroupCreateInvitation","features":[1,103]},{"name":"PeerGroupCreatePasswordInvitation","features":[103]},{"name":"PeerGroupDelete","features":[103]},{"name":"PeerGroupDeleteRecord","features":[103]},{"name":"PeerGroupEnumConnections","features":[103]},{"name":"PeerGroupEnumMembers","features":[103]},{"name":"PeerGroupEnumRecords","features":[103]},{"name":"PeerGroupExportConfig","features":[103]},{"name":"PeerGroupExportDatabase","features":[103]},{"name":"PeerGroupGetEventData","features":[103]},{"name":"PeerGroupGetProperties","features":[103]},{"name":"PeerGroupGetRecord","features":[1,103]},{"name":"PeerGroupGetStatus","features":[103]},{"name":"PeerGroupImportConfig","features":[1,103]},{"name":"PeerGroupImportDatabase","features":[103]},{"name":"PeerGroupIssueCredentials","features":[1,103,75]},{"name":"PeerGroupJoin","features":[103]},{"name":"PeerGroupOpen","features":[103]},{"name":"PeerGroupOpenDirectConnection","features":[103,16]},{"name":"PeerGroupParseInvitation","features":[1,103,75]},{"name":"PeerGroupPasswordJoin","features":[103]},{"name":"PeerGroupPeerTimeToUniversalTime","features":[1,103]},{"name":"PeerGroupRegisterEvent","features":[1,103]},{"name":"PeerGroupResumePasswordAuthentication","features":[103]},{"name":"PeerGroupSearchRecords","features":[103]},{"name":"PeerGroupSendData","features":[103]},{"name":"PeerGroupSetProperties","features":[103]},{"name":"PeerGroupShutdown","features":[103]},{"name":"PeerGroupStartup","features":[103]},{"name":"PeerGroupUniversalTimeToPeerTime","features":[1,103]},{"name":"PeerGroupUnregisterEvent","features":[103]},{"name":"PeerGroupUpdateRecord","features":[1,103]},{"name":"PeerHostNameToPeerName","features":[103]},{"name":"PeerIdentityCreate","features":[103]},{"name":"PeerIdentityDelete","features":[103]},{"name":"PeerIdentityExport","features":[103]},{"name":"PeerIdentityGetCryptKey","features":[103]},{"name":"PeerIdentityGetDefault","features":[103]},{"name":"PeerIdentityGetFriendlyName","features":[103]},{"name":"PeerIdentityGetXML","features":[103]},{"name":"PeerIdentityImport","features":[103]},{"name":"PeerIdentitySetFriendlyName","features":[103]},{"name":"PeerNameToPeerHostName","features":[103]},{"name":"PeerPnrpEndResolve","features":[103]},{"name":"PeerPnrpGetCloudInfo","features":[103]},{"name":"PeerPnrpGetEndpoint","features":[103,16]},{"name":"PeerPnrpRegister","features":[103,16]},{"name":"PeerPnrpResolve","features":[103,16]},{"name":"PeerPnrpShutdown","features":[103]},{"name":"PeerPnrpStartResolve","features":[1,103]},{"name":"PeerPnrpStartup","features":[103]},{"name":"PeerPnrpUnregister","features":[103]},{"name":"PeerPnrpUpdateRegistration","features":[103,16]},{"name":"SVCID_PNRPCLOUD","features":[103]},{"name":"SVCID_PNRPNAME_V1","features":[103]},{"name":"SVCID_PNRPNAME_V2","features":[103]},{"name":"WSA_PNRP_CLIENT_INVALID_COMPARTMENT_ID","features":[103]},{"name":"WSA_PNRP_CLOUD_DISABLED","features":[103]},{"name":"WSA_PNRP_CLOUD_IS_DEAD","features":[103]},{"name":"WSA_PNRP_CLOUD_IS_SEARCH_ONLY","features":[103]},{"name":"WSA_PNRP_CLOUD_NOT_FOUND","features":[103]},{"name":"WSA_PNRP_DUPLICATE_PEER_NAME","features":[103]},{"name":"WSA_PNRP_ERROR_BASE","features":[103]},{"name":"WSA_PNRP_INVALID_IDENTITY","features":[103]},{"name":"WSA_PNRP_TOO_MUCH_LOAD","features":[103]},{"name":"WSZ_SCOPE_GLOBAL","features":[103]},{"name":"WSZ_SCOPE_LINKLOCAL","features":[103]},{"name":"WSZ_SCOPE_SITELOCAL","features":[103]}],"465":[{"name":"ABLE_TO_RECV_RSVP","features":[104]},{"name":"ADDRESS_LIST_DESCRIPTOR","features":[17,104]},{"name":"ADM_CTRL_FAILED","features":[104]},{"name":"ADSPEC","features":[104]},{"name":"AD_FLAG_BREAK_BIT","features":[104]},{"name":"AD_GENERAL_PARAMS","features":[104]},{"name":"AD_GUARANTEED","features":[104]},{"name":"ALLOWED_TO_SEND_DATA","features":[104]},{"name":"ANY_DEST_ADDR","features":[104]},{"name":"CBADMITRESULT","features":[104]},{"name":"CBGETRSVPOBJECTS","features":[104]},{"name":"CONTROLLED_DELAY_SERV","features":[104]},{"name":"CONTROLLED_LOAD_SERV","features":[104]},{"name":"CONTROL_SERVICE","features":[104]},{"name":"CREDENTIAL_SUB_TYPE_ASCII_ID","features":[104]},{"name":"CREDENTIAL_SUB_TYPE_KERBEROS_TKT","features":[104]},{"name":"CREDENTIAL_SUB_TYPE_PGP_CERT","features":[104]},{"name":"CREDENTIAL_SUB_TYPE_UNICODE_ID","features":[104]},{"name":"CREDENTIAL_SUB_TYPE_X509_V3_CERT","features":[104]},{"name":"CURRENT_TCI_VERSION","features":[104]},{"name":"CtrlLoadFlowspec","features":[104]},{"name":"DD_TCP_DEVICE_NAME","features":[104]},{"name":"DUP_RESULTS","features":[104]},{"name":"END_TO_END_QOSABILITY","features":[104]},{"name":"ENUMERATION_BUFFER","features":[104,16]},{"name":"ERROR_ADDRESS_TYPE_NOT_SUPPORTED","features":[104]},{"name":"ERROR_DS_MAPPING_EXISTS","features":[104]},{"name":"ERROR_DUPLICATE_FILTER","features":[104]},{"name":"ERROR_FILTER_CONFLICT","features":[104]},{"name":"ERROR_INCOMPATABLE_QOS","features":[104]},{"name":"ERROR_INCOMPATIBLE_TCI_VERSION","features":[104]},{"name":"ERROR_INVALID_ADDRESS_TYPE","features":[104]},{"name":"ERROR_INVALID_DIFFSERV_FLOW","features":[104]},{"name":"ERROR_INVALID_DS_CLASS","features":[104]},{"name":"ERROR_INVALID_FLOW_MODE","features":[104]},{"name":"ERROR_INVALID_PEAK_RATE","features":[104]},{"name":"ERROR_INVALID_QOS_PRIORITY","features":[104]},{"name":"ERROR_INVALID_SD_MODE","features":[104]},{"name":"ERROR_INVALID_SERVICE_TYPE","features":[104]},{"name":"ERROR_INVALID_SHAPE_RATE","features":[104]},{"name":"ERROR_INVALID_TOKEN_RATE","features":[104]},{"name":"ERROR_INVALID_TRAFFIC_CLASS","features":[104]},{"name":"ERROR_NO_MORE_INFO","features":[104]},{"name":"ERROR_SPEC","features":[104,16]},{"name":"ERROR_SPECF_InPlace","features":[104]},{"name":"ERROR_SPECF_NotGuilty","features":[104]},{"name":"ERROR_TC_NOT_SUPPORTED","features":[104]},{"name":"ERROR_TC_OBJECT_LENGTH_INVALID","features":[104]},{"name":"ERROR_TC_SUPPORTED_OBJECTS_EXIST","features":[104]},{"name":"ERROR_TOO_MANY_CLIENTS","features":[104]},{"name":"ERR_FORWARD_OK","features":[104]},{"name":"ERR_Usage_globl","features":[104]},{"name":"ERR_Usage_local","features":[104]},{"name":"ERR_Usage_serv","features":[104]},{"name":"ERR_global_mask","features":[104]},{"name":"EXPIRED_CREDENTIAL","features":[104]},{"name":"Error_Spec_IPv4","features":[104,16]},{"name":"FILTERSPECV4","features":[104]},{"name":"FILTERSPECV4_GPI","features":[104]},{"name":"FILTERSPECV6","features":[104]},{"name":"FILTERSPECV6_FLOW","features":[104]},{"name":"FILTERSPECV6_GPI","features":[104]},{"name":"FILTERSPEC_END","features":[104]},{"name":"FILTER_SPEC","features":[104,16]},{"name":"FLOWDESCRIPTOR","features":[104,16]},{"name":"FLOW_DESC","features":[104,16]},{"name":"FLOW_DURATION","features":[104]},{"name":"FORCE_IMMEDIATE_REFRESH","features":[104]},{"name":"FSCTL_TCP_BASE","features":[104]},{"name":"FVEB_UNLOCK_FLAG_AUK_OSFVEINFO","features":[104]},{"name":"FVEB_UNLOCK_FLAG_CACHED","features":[104]},{"name":"FVEB_UNLOCK_FLAG_EXTERNAL","features":[104]},{"name":"FVEB_UNLOCK_FLAG_MEDIA","features":[104]},{"name":"FVEB_UNLOCK_FLAG_NBP","features":[104]},{"name":"FVEB_UNLOCK_FLAG_NONE","features":[104]},{"name":"FVEB_UNLOCK_FLAG_PASSPHRASE","features":[104]},{"name":"FVEB_UNLOCK_FLAG_PIN","features":[104]},{"name":"FVEB_UNLOCK_FLAG_RECOVERY","features":[104]},{"name":"FVEB_UNLOCK_FLAG_TPM","features":[104]},{"name":"FilterType","features":[104]},{"name":"Filter_Spec_IPv4","features":[104,16]},{"name":"Filter_Spec_IPv4GPI","features":[104,16]},{"name":"GENERAL_INFO","features":[104]},{"name":"GQOS_API","features":[104]},{"name":"GQOS_ERRORCODE_UNKNOWN","features":[104]},{"name":"GQOS_ERRORVALUE_UNKNOWN","features":[104]},{"name":"GQOS_KERNEL_TC","features":[104]},{"name":"GQOS_KERNEL_TC_SYS","features":[104]},{"name":"GQOS_NET_ADMISSION","features":[104]},{"name":"GQOS_NET_POLICY","features":[104]},{"name":"GQOS_NO_ERRORCODE","features":[104]},{"name":"GQOS_NO_ERRORVALUE","features":[104]},{"name":"GQOS_RSVP","features":[104]},{"name":"GQOS_RSVP_SYS","features":[104]},{"name":"GUARANTEED_SERV","features":[104]},{"name":"GUAR_ADSPARM_C","features":[104]},{"name":"GUAR_ADSPARM_Csum","features":[104]},{"name":"GUAR_ADSPARM_Ctot","features":[104]},{"name":"GUAR_ADSPARM_D","features":[104]},{"name":"GUAR_ADSPARM_Dsum","features":[104]},{"name":"GUAR_ADSPARM_Dtot","features":[104]},{"name":"GUID_QOS_BESTEFFORT_BANDWIDTH","features":[104]},{"name":"GUID_QOS_ENABLE_AVG_STATS","features":[104]},{"name":"GUID_QOS_ENABLE_WINDOW_ADJUSTMENT","features":[104]},{"name":"GUID_QOS_FLOW_8021P_CONFORMING","features":[104]},{"name":"GUID_QOS_FLOW_8021P_NONCONFORMING","features":[104]},{"name":"GUID_QOS_FLOW_COUNT","features":[104]},{"name":"GUID_QOS_FLOW_IP_CONFORMING","features":[104]},{"name":"GUID_QOS_FLOW_IP_NONCONFORMING","features":[104]},{"name":"GUID_QOS_FLOW_MODE","features":[104]},{"name":"GUID_QOS_ISSLOW_FLOW","features":[104]},{"name":"GUID_QOS_LATENCY","features":[104]},{"name":"GUID_QOS_MAX_OUTSTANDING_SENDS","features":[104]},{"name":"GUID_QOS_NON_BESTEFFORT_LIMIT","features":[104]},{"name":"GUID_QOS_REMAINING_BANDWIDTH","features":[104]},{"name":"GUID_QOS_STATISTICS_BUFFER","features":[104]},{"name":"GUID_QOS_TIMER_RESOLUTION","features":[104]},{"name":"Gads_parms_t","features":[104]},{"name":"GenAdspecParams","features":[104]},{"name":"GenTspec","features":[104]},{"name":"GenTspecParms","features":[104]},{"name":"GuarFlowSpec","features":[104]},{"name":"GuarRspec","features":[104]},{"name":"HIGHLY_DELAY_SENSITIVE","features":[104]},{"name":"HSP_UPGRADE_IMAGEDATA","features":[104]},{"name":"IDENTITY_CHANGED","features":[104]},{"name":"IDPE_ATTR","features":[104]},{"name":"ID_ERROR_OBJECT","features":[104]},{"name":"IF_MIB_STATS_ID","features":[104]},{"name":"INFO_NOT_AVAILABLE","features":[104]},{"name":"INSUFFICIENT_PRIVILEGES","features":[104]},{"name":"INTSERV_VERSION0","features":[104]},{"name":"INTSERV_VERS_MASK","features":[104]},{"name":"INV_LPM_HANDLE","features":[104]},{"name":"INV_REQ_HANDLE","features":[104]},{"name":"INV_RESULTS","features":[104]},{"name":"IN_ADDR_IPV4","features":[104]},{"name":"IN_ADDR_IPV6","features":[104]},{"name":"IPX_PATTERN","features":[104]},{"name":"IP_INTFC_INFO_ID","features":[104]},{"name":"IP_MIB_ADDRTABLE_ENTRY_ID","features":[104]},{"name":"IP_MIB_STATS_ID","features":[104]},{"name":"IP_PATTERN","features":[104]},{"name":"ISPH_FLG_INV","features":[104]},{"name":"ISSH_BREAK_BIT","features":[104]},{"name":"IS_ADSPEC_BODY","features":[104]},{"name":"IS_FLOWSPEC","features":[104]},{"name":"IS_GUAR_RSPEC","features":[104]},{"name":"IS_WKP_COMPOSED_MTU","features":[104]},{"name":"IS_WKP_HOP_CNT","features":[104]},{"name":"IS_WKP_MIN_LATENCY","features":[104]},{"name":"IS_WKP_PATH_BW","features":[104]},{"name":"IS_WKP_Q_TSPEC","features":[104]},{"name":"IS_WKP_TB_TSPEC","features":[104]},{"name":"IntServFlowSpec","features":[104]},{"name":"IntServMainHdr","features":[104]},{"name":"IntServParmHdr","features":[104]},{"name":"IntServServiceHdr","features":[104]},{"name":"IntServTspecBody","features":[104]},{"name":"LINE_RATE","features":[104]},{"name":"LOCAL_QOSABILITY","features":[104]},{"name":"LOCAL_TRAFFIC_CONTROL","features":[104]},{"name":"LPMIPTABLE","features":[104,16]},{"name":"LPM_API_VERSION_1","features":[104]},{"name":"LPM_HANDLE","features":[104]},{"name":"LPM_INIT_INFO","features":[104]},{"name":"LPM_OK","features":[104]},{"name":"LPM_PE_ALL_TYPES","features":[104]},{"name":"LPM_PE_APP_IDENTITY","features":[104]},{"name":"LPM_PE_USER_IDENTITY","features":[104]},{"name":"LPM_RESULT_DEFER","features":[104]},{"name":"LPM_RESULT_READY","features":[104]},{"name":"LPM_TIME_OUT","features":[104]},{"name":"LPV_DONT_CARE","features":[104]},{"name":"LPV_DROP_MSG","features":[104]},{"name":"LPV_MAX_PRIORITY","features":[104]},{"name":"LPV_MIN_PRIORITY","features":[104]},{"name":"LPV_REJECT","features":[104]},{"name":"LPV_RESERVED","features":[104]},{"name":"MAX_HSP_UPGRADE_FILENAME_LENGTH","features":[104]},{"name":"MAX_PHYSADDR_SIZE","features":[104]},{"name":"MAX_STRING_LENGTH","features":[104]},{"name":"MODERATELY_DELAY_SENSITIVE","features":[104]},{"name":"OSDEVICE_TYPE_BLOCKIO_CDROM","features":[104]},{"name":"OSDEVICE_TYPE_BLOCKIO_FILE","features":[104]},{"name":"OSDEVICE_TYPE_BLOCKIO_HARDDISK","features":[104]},{"name":"OSDEVICE_TYPE_BLOCKIO_PARTITION","features":[104]},{"name":"OSDEVICE_TYPE_BLOCKIO_RAMDISK","features":[104]},{"name":"OSDEVICE_TYPE_BLOCKIO_REMOVABLEDISK","features":[104]},{"name":"OSDEVICE_TYPE_BLOCKIO_VIRTUALHARDDISK","features":[104]},{"name":"OSDEVICE_TYPE_CIMFS","features":[104]},{"name":"OSDEVICE_TYPE_COMPOSITE","features":[104]},{"name":"OSDEVICE_TYPE_SERIAL","features":[104]},{"name":"OSDEVICE_TYPE_UDP","features":[104]},{"name":"OSDEVICE_TYPE_UNKNOWN","features":[104]},{"name":"OSDEVICE_TYPE_VMBUS","features":[104]},{"name":"Opt_Distinct","features":[104]},{"name":"Opt_Explicit","features":[104]},{"name":"Opt_Share_mask","features":[104]},{"name":"Opt_Shared","features":[104]},{"name":"Opt_SndSel_mask","features":[104]},{"name":"Opt_Wildcard","features":[104]},{"name":"PALLOCMEM","features":[104]},{"name":"PARAM_BUFFER","features":[104]},{"name":"PCM_VERSION_1","features":[104]},{"name":"PE_ATTRIB_TYPE_CREDENTIAL","features":[104]},{"name":"PE_ATTRIB_TYPE_POLICY_LOCATOR","features":[104]},{"name":"PE_TYPE_APPID","features":[104]},{"name":"PFREEMEM","features":[104]},{"name":"POLICY_DATA","features":[104]},{"name":"POLICY_DECISION","features":[104]},{"name":"POLICY_ELEMENT","features":[104]},{"name":"POLICY_ERRV_CRAZY_FLOWSPEC","features":[104]},{"name":"POLICY_ERRV_EXPIRED_CREDENTIALS","features":[104]},{"name":"POLICY_ERRV_EXPIRED_USER_TOKEN","features":[104]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_COUNT","features":[104]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_DURATION","features":[104]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_DEF_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_DEF_SUM_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_DEF_SUM_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_COUNT","features":[104]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_DURATION","features":[104]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_GRP_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_GRP_SUM_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_GRP_SUM_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_COUNT","features":[104]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_DURATION","features":[104]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_SUM_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_SUM_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_COUNT","features":[104]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_DURATION","features":[104]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_USER_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_USER_SUM_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_GLOBAL_USER_SUM_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_IDENTITY_CHANGED","features":[104]},{"name":"POLICY_ERRV_INSUFFICIENT_PRIVILEGES","features":[104]},{"name":"POLICY_ERRV_NO_ACCEPTS","features":[104]},{"name":"POLICY_ERRV_NO_MEMORY","features":[104]},{"name":"POLICY_ERRV_NO_MORE_INFO","features":[104]},{"name":"POLICY_ERRV_NO_PRIVILEGES","features":[104]},{"name":"POLICY_ERRV_NO_RESOURCES","features":[104]},{"name":"POLICY_ERRV_PRE_EMPTED","features":[104]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_COUNT","features":[104]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_DURATION","features":[104]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_DEF_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_DEF_SUM_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_DEF_SUM_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_COUNT","features":[104]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_DURATION","features":[104]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_GRP_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_GRP_SUM_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_GRP_SUM_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_COUNT","features":[104]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_DURATION","features":[104]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_SUM_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_SUM_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_COUNT","features":[104]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_DURATION","features":[104]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_USER_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_USER_SUM_FLOW_RATE","features":[104]},{"name":"POLICY_ERRV_SUBNET_USER_SUM_PEAK_RATE","features":[104]},{"name":"POLICY_ERRV_UNKNOWN","features":[104]},{"name":"POLICY_ERRV_UNKNOWN_USER","features":[104]},{"name":"POLICY_ERRV_UNSUPPORTED_CREDENTIAL_TYPE","features":[104]},{"name":"POLICY_ERRV_USER_CHANGED","features":[104]},{"name":"POLICY_LOCATOR_SUB_TYPE_ASCII_DN","features":[104]},{"name":"POLICY_LOCATOR_SUB_TYPE_ASCII_DN_ENC","features":[104]},{"name":"POLICY_LOCATOR_SUB_TYPE_UNICODE_DN","features":[104]},{"name":"POLICY_LOCATOR_SUB_TYPE_UNICODE_DN_ENC","features":[104]},{"name":"POSITIVE_INFINITY_RATE","features":[104]},{"name":"PREDICTIVE_SERV","features":[104]},{"name":"QOSAddSocketToFlow","features":[1,104,16]},{"name":"QOSCancel","features":[1,104,7]},{"name":"QOSCloseHandle","features":[1,104]},{"name":"QOSCreateHandle","features":[1,104]},{"name":"QOSEnumerateFlows","features":[1,104]},{"name":"QOSFlowRateCongestion","features":[104]},{"name":"QOSFlowRateContentChange","features":[104]},{"name":"QOSFlowRateHigherContentEncoding","features":[104]},{"name":"QOSFlowRateNotApplicable","features":[104]},{"name":"QOSFlowRateUserCaused","features":[104]},{"name":"QOSNotifyAvailable","features":[104]},{"name":"QOSNotifyCongested","features":[104]},{"name":"QOSNotifyFlow","features":[1,104,7]},{"name":"QOSNotifyUncongested","features":[104]},{"name":"QOSQueryFlow","features":[1,104,7]},{"name":"QOSQueryFlowFundamentals","features":[104]},{"name":"QOSQueryOutgoingRate","features":[104]},{"name":"QOSQueryPacketPriority","features":[104]},{"name":"QOSRemoveSocketFromFlow","features":[1,104,16]},{"name":"QOSSPBASE","features":[104]},{"name":"QOSSP_ERR_BASE","features":[104]},{"name":"QOSSetFlow","features":[1,104,7]},{"name":"QOSSetOutgoingDSCPValue","features":[104]},{"name":"QOSSetOutgoingRate","features":[104]},{"name":"QOSSetTrafficType","features":[104]},{"name":"QOSShapeAndMark","features":[104]},{"name":"QOSShapeOnly","features":[104]},{"name":"QOSStartTrackingClient","features":[1,104,16]},{"name":"QOSStopTrackingClient","features":[1,104,16]},{"name":"QOSTrafficTypeAudioVideo","features":[104]},{"name":"QOSTrafficTypeBackground","features":[104]},{"name":"QOSTrafficTypeBestEffort","features":[104]},{"name":"QOSTrafficTypeControl","features":[104]},{"name":"QOSTrafficTypeExcellentEffort","features":[104]},{"name":"QOSTrafficTypeVoice","features":[104]},{"name":"QOSUseNonConformantMarkings","features":[104]},{"name":"QOS_DESTADDR","features":[104,16]},{"name":"QOS_DIFFSERV","features":[104]},{"name":"QOS_DIFFSERV_RULE","features":[104]},{"name":"QOS_DS_CLASS","features":[104]},{"name":"QOS_FLOWRATE_OUTGOING","features":[104]},{"name":"QOS_FLOWRATE_REASON","features":[104]},{"name":"QOS_FLOW_FUNDAMENTALS","features":[1,104]},{"name":"QOS_FRIENDLY_NAME","features":[104]},{"name":"QOS_GENERAL_ID_BASE","features":[104]},{"name":"QOS_MAX_OBJECT_STRING_LENGTH","features":[104]},{"name":"QOS_NON_ADAPTIVE_FLOW","features":[104]},{"name":"QOS_NOTIFY_FLOW","features":[104]},{"name":"QOS_NOT_SPECIFIED","features":[104]},{"name":"QOS_OBJECT_HDR","features":[104]},{"name":"QOS_OUTGOING_DEFAULT_MINIMUM_BANDWIDTH","features":[104]},{"name":"QOS_PACKET_PRIORITY","features":[104]},{"name":"QOS_QUERYFLOW_FRESH","features":[104]},{"name":"QOS_QUERY_FLOW","features":[104]},{"name":"QOS_SD_MODE","features":[104]},{"name":"QOS_SET_FLOW","features":[104]},{"name":"QOS_SHAPING","features":[104]},{"name":"QOS_SHAPING_RATE","features":[104]},{"name":"QOS_TCP_TRAFFIC","features":[104]},{"name":"QOS_TRAFFIC_CLASS","features":[104]},{"name":"QOS_TRAFFIC_GENERAL_ID_BASE","features":[104]},{"name":"QOS_TRAFFIC_TYPE","features":[104]},{"name":"QOS_VERSION","features":[104]},{"name":"QUALITATIVE_SERV","features":[104]},{"name":"QualAppFlowSpec","features":[104]},{"name":"QualTspec","features":[104]},{"name":"QualTspecParms","features":[104]},{"name":"RCVD_PATH_TEAR","features":[104]},{"name":"RCVD_RESV_TEAR","features":[104]},{"name":"RESOURCES_ALLOCATED","features":[104]},{"name":"RESOURCES_MODIFIED","features":[104]},{"name":"RESV_STYLE","features":[104]},{"name":"RHANDLE","features":[104]},{"name":"RSVP_ADSPEC","features":[104]},{"name":"RSVP_DEFAULT_STYLE","features":[104]},{"name":"RSVP_Err_ADMISSION","features":[104]},{"name":"RSVP_Err_AMBIG_FILTER","features":[104]},{"name":"RSVP_Err_API_ERROR","features":[104]},{"name":"RSVP_Err_BAD_DSTPORT","features":[104]},{"name":"RSVP_Err_BAD_SNDPORT","features":[104]},{"name":"RSVP_Err_BAD_STYLE","features":[104]},{"name":"RSVP_Err_NONE","features":[104]},{"name":"RSVP_Err_NO_PATH","features":[104]},{"name":"RSVP_Err_NO_SENDER","features":[104]},{"name":"RSVP_Err_POLICY","features":[104]},{"name":"RSVP_Err_PREEMPTED","features":[104]},{"name":"RSVP_Err_RSVP_SYS_ERROR","features":[104]},{"name":"RSVP_Err_TC_ERROR","features":[104]},{"name":"RSVP_Err_TC_SYS_ERROR","features":[104]},{"name":"RSVP_Err_UNKNOWN_CTYPE","features":[104]},{"name":"RSVP_Err_UNKNOWN_STYLE","features":[104]},{"name":"RSVP_Err_UNKN_OBJ_CLASS","features":[104]},{"name":"RSVP_Erv_API","features":[104]},{"name":"RSVP_Erv_Bandwidth","features":[104]},{"name":"RSVP_Erv_Bucket_szie","features":[104]},{"name":"RSVP_Erv_Conflict_Serv","features":[104]},{"name":"RSVP_Erv_Crazy_Flowspec","features":[104]},{"name":"RSVP_Erv_Crazy_Tspec","features":[104]},{"name":"RSVP_Erv_DelayBnd","features":[104]},{"name":"RSVP_Erv_Flow_Rate","features":[104]},{"name":"RSVP_Erv_MEMORY","features":[104]},{"name":"RSVP_Erv_MTU","features":[104]},{"name":"RSVP_Erv_Min_Policied_size","features":[104]},{"name":"RSVP_Erv_No_Serv","features":[104]},{"name":"RSVP_Erv_Nonev","features":[104]},{"name":"RSVP_Erv_Other","features":[104]},{"name":"RSVP_Erv_Peak_Rate","features":[104]},{"name":"RSVP_FILTERSPEC","features":[104]},{"name":"RSVP_FILTERSPEC_V4","features":[104]},{"name":"RSVP_FILTERSPEC_V4_GPI","features":[104]},{"name":"RSVP_FILTERSPEC_V6","features":[104]},{"name":"RSVP_FILTERSPEC_V6_FLOW","features":[104]},{"name":"RSVP_FILTERSPEC_V6_GPI","features":[104]},{"name":"RSVP_FIXED_FILTER_STYLE","features":[104]},{"name":"RSVP_HOP","features":[104,16]},{"name":"RSVP_MSG_OBJS","features":[104,16]},{"name":"RSVP_OBJECT_ID_BASE","features":[104]},{"name":"RSVP_PATH","features":[104]},{"name":"RSVP_PATH_ERR","features":[104]},{"name":"RSVP_PATH_TEAR","features":[104]},{"name":"RSVP_POLICY","features":[104]},{"name":"RSVP_POLICY_INFO","features":[104]},{"name":"RSVP_RESERVE_INFO","features":[104,16]},{"name":"RSVP_RESV","features":[104]},{"name":"RSVP_RESV_ERR","features":[104]},{"name":"RSVP_RESV_TEAR","features":[104]},{"name":"RSVP_SCOPE","features":[104,16]},{"name":"RSVP_SESSION","features":[104,16]},{"name":"RSVP_SHARED_EXPLICIT_STYLE","features":[104]},{"name":"RSVP_STATUS_INFO","features":[104]},{"name":"RSVP_WILDCARD_STYLE","features":[104]},{"name":"RsvpObjHdr","features":[104]},{"name":"Rsvp_Hop_IPv4","features":[104,16]},{"name":"SENDER_TSPEC","features":[104]},{"name":"SERVICETYPE_BESTEFFORT","features":[104]},{"name":"SERVICETYPE_CONTROLLEDLOAD","features":[104]},{"name":"SERVICETYPE_GENERAL_INFORMATION","features":[104]},{"name":"SERVICETYPE_GUARANTEED","features":[104]},{"name":"SERVICETYPE_NETWORK_CONTROL","features":[104]},{"name":"SERVICETYPE_NETWORK_UNAVAILABLE","features":[104]},{"name":"SERVICETYPE_NOCHANGE","features":[104]},{"name":"SERVICETYPE_NONCONFORMING","features":[104]},{"name":"SERVICETYPE_NOTRAFFIC","features":[104]},{"name":"SERVICETYPE_QUALITATIVE","features":[104]},{"name":"SERVICE_BESTEFFORT","features":[104]},{"name":"SERVICE_CONTROLLEDLOAD","features":[104]},{"name":"SERVICE_GUARANTEED","features":[104]},{"name":"SERVICE_NO_QOS_SIGNALING","features":[104]},{"name":"SERVICE_NO_TRAFFIC_CONTROL","features":[104]},{"name":"SERVICE_QUALITATIVE","features":[104]},{"name":"SESSFLG_E_Police","features":[104]},{"name":"SIPAERROR_FIRMWAREFAILURE","features":[104]},{"name":"SIPAERROR_INTERNALFAILURE","features":[104]},{"name":"SIPAEVENTTYPE_AGGREGATION","features":[104]},{"name":"SIPAEVENTTYPE_AUTHORITY","features":[104]},{"name":"SIPAEVENTTYPE_CONTAINER","features":[104]},{"name":"SIPAEVENTTYPE_DRTM","features":[104]},{"name":"SIPAEVENTTYPE_ELAM","features":[104]},{"name":"SIPAEVENTTYPE_ERROR","features":[104]},{"name":"SIPAEVENTTYPE_INFORMATION","features":[104]},{"name":"SIPAEVENTTYPE_KSR","features":[104]},{"name":"SIPAEVENTTYPE_LOADEDMODULE","features":[104]},{"name":"SIPAEVENTTYPE_NONMEASURED","features":[104]},{"name":"SIPAEVENTTYPE_OSPARAMETER","features":[104]},{"name":"SIPAEVENTTYPE_PREOSPARAMETER","features":[104]},{"name":"SIPAEVENTTYPE_TRUSTPOINT","features":[104]},{"name":"SIPAEVENTTYPE_VBS","features":[104]},{"name":"SIPAEVENT_APPLICATION_RETURN","features":[104]},{"name":"SIPAEVENT_APPLICATION_SVN","features":[104]},{"name":"SIPAEVENT_AUTHENTICODEHASH","features":[104]},{"name":"SIPAEVENT_AUTHORITYISSUER","features":[104]},{"name":"SIPAEVENT_AUTHORITYPUBKEY","features":[104]},{"name":"SIPAEVENT_AUTHORITYPUBLISHER","features":[104]},{"name":"SIPAEVENT_AUTHORITYSERIAL","features":[104]},{"name":"SIPAEVENT_AUTHORITYSHA1THUMBPRINT","features":[104]},{"name":"SIPAEVENT_BITLOCKER_UNLOCK","features":[104]},{"name":"SIPAEVENT_BOOTCOUNTER","features":[104]},{"name":"SIPAEVENT_BOOTDEBUGGING","features":[104]},{"name":"SIPAEVENT_BOOT_REVOCATION_LIST","features":[104]},{"name":"SIPAEVENT_CODEINTEGRITY","features":[104]},{"name":"SIPAEVENT_COUNTERID","features":[104]},{"name":"SIPAEVENT_DATAEXECUTIONPREVENTION","features":[104]},{"name":"SIPAEVENT_DRIVER_LOAD_POLICY","features":[104]},{"name":"SIPAEVENT_DRTM_AMD_SMM_HASH","features":[104]},{"name":"SIPAEVENT_DRTM_AMD_SMM_SIGNER_KEY","features":[104]},{"name":"SIPAEVENT_DRTM_SMM_LEVEL","features":[104]},{"name":"SIPAEVENT_DRTM_STATE_AUTH","features":[104]},{"name":"SIPAEVENT_DUMPS_DISABLED","features":[104]},{"name":"SIPAEVENT_DUMP_ENCRYPTION_ENABLED","features":[104]},{"name":"SIPAEVENT_DUMP_ENCRYPTION_KEY_DIGEST","features":[104]},{"name":"SIPAEVENT_ELAM_CONFIGURATION","features":[104]},{"name":"SIPAEVENT_ELAM_KEYNAME","features":[104]},{"name":"SIPAEVENT_ELAM_MEASURED","features":[104]},{"name":"SIPAEVENT_ELAM_POLICY","features":[104]},{"name":"SIPAEVENT_EVENTCOUNTER","features":[104]},{"name":"SIPAEVENT_FILEPATH","features":[104]},{"name":"SIPAEVENT_FLIGHTSIGNING","features":[104]},{"name":"SIPAEVENT_HASHALGORITHMID","features":[104]},{"name":"SIPAEVENT_HIBERNATION_DISABLED","features":[104]},{"name":"SIPAEVENT_HYPERVISOR_BOOT_DMA_PROTECTION","features":[104]},{"name":"SIPAEVENT_HYPERVISOR_DEBUG","features":[104]},{"name":"SIPAEVENT_HYPERVISOR_IOMMU_POLICY","features":[104]},{"name":"SIPAEVENT_HYPERVISOR_LAUNCH_TYPE","features":[104]},{"name":"SIPAEVENT_HYPERVISOR_MMIO_NX_POLICY","features":[104]},{"name":"SIPAEVENT_HYPERVISOR_MSR_FILTER_POLICY","features":[104]},{"name":"SIPAEVENT_HYPERVISOR_PATH","features":[104]},{"name":"SIPAEVENT_IMAGEBASE","features":[104]},{"name":"SIPAEVENT_IMAGESIZE","features":[104]},{"name":"SIPAEVENT_IMAGEVALIDATED","features":[104]},{"name":"SIPAEVENT_INFORMATION","features":[104]},{"name":"SIPAEVENT_KSR_SIGNATURE","features":[104]},{"name":"SIPAEVENT_KSR_SIGNATURE_PAYLOAD","features":[104]},{"name":"SIPAEVENT_LSAISO_CONFIG","features":[104]},{"name":"SIPAEVENT_MODULE_HSP","features":[104]},{"name":"SIPAEVENT_MODULE_SVN","features":[104]},{"name":"SIPAEVENT_MORBIT_API_STATUS","features":[104]},{"name":"SIPAEVENT_MORBIT_NOT_CANCELABLE","features":[104]},{"name":"SIPAEVENT_NOAUTHORITY","features":[104]},{"name":"SIPAEVENT_OSDEVICE","features":[104]},{"name":"SIPAEVENT_OSKERNELDEBUG","features":[104]},{"name":"SIPAEVENT_OS_REVOCATION_LIST","features":[104]},{"name":"SIPAEVENT_PAGEFILE_ENCRYPTION_ENABLED","features":[104]},{"name":"SIPAEVENT_PHYSICALADDRESSEXTENSION","features":[104]},{"name":"SIPAEVENT_REVOCATION_LIST_PAYLOAD","features":[104]},{"name":"SIPAEVENT_SAFEMODE","features":[104]},{"name":"SIPAEVENT_SBCP_INFO","features":[104]},{"name":"SIPAEVENT_SBCP_INFO_PAYLOAD_V1","features":[104]},{"name":"SIPAEVENT_SI_POLICY","features":[104]},{"name":"SIPAEVENT_SI_POLICY_PAYLOAD","features":[104]},{"name":"SIPAEVENT_SMT_STATUS","features":[104]},{"name":"SIPAEVENT_SVN_CHAIN_STATUS","features":[104]},{"name":"SIPAEVENT_SYSTEMROOT","features":[104]},{"name":"SIPAEVENT_TESTSIGNING","features":[104]},{"name":"SIPAEVENT_TRANSFER_CONTROL","features":[104]},{"name":"SIPAEVENT_VBS_DUMP_USES_AMEROOT","features":[104]},{"name":"SIPAEVENT_VBS_HVCI_POLICY","features":[104]},{"name":"SIPAEVENT_VBS_IOMMU_REQUIRED","features":[104]},{"name":"SIPAEVENT_VBS_MANDATORY_ENFORCEMENT","features":[104]},{"name":"SIPAEVENT_VBS_MICROSOFT_BOOT_CHAIN_REQUIRED","features":[104]},{"name":"SIPAEVENT_VBS_MMIO_NX_REQUIRED","features":[104]},{"name":"SIPAEVENT_VBS_MSR_FILTERING_REQUIRED","features":[104]},{"name":"SIPAEVENT_VBS_SECUREBOOT_REQUIRED","features":[104]},{"name":"SIPAEVENT_VBS_VSM_NOSECRETS_ENFORCED","features":[104]},{"name":"SIPAEVENT_VBS_VSM_REQUIRED","features":[104]},{"name":"SIPAEVENT_VSM_IDKS_INFO","features":[104]},{"name":"SIPAEVENT_VSM_IDK_INFO","features":[104]},{"name":"SIPAEVENT_VSM_IDK_INFO_PAYLOAD","features":[104]},{"name":"SIPAEVENT_VSM_IDK_RSA_INFO","features":[104]},{"name":"SIPAEVENT_VSM_LAUNCH_TYPE","features":[104]},{"name":"SIPAEVENT_WINPE","features":[104]},{"name":"SIPAEV_ACTION","features":[104]},{"name":"SIPAEV_AMD_SL_EVENT_BASE","features":[104]},{"name":"SIPAEV_AMD_SL_LOAD","features":[104]},{"name":"SIPAEV_AMD_SL_LOAD_1","features":[104]},{"name":"SIPAEV_AMD_SL_PSP_FW_SPLT","features":[104]},{"name":"SIPAEV_AMD_SL_PUB_KEY","features":[104]},{"name":"SIPAEV_AMD_SL_SEPARATOR","features":[104]},{"name":"SIPAEV_AMD_SL_SVN","features":[104]},{"name":"SIPAEV_AMD_SL_TSME_RB_FUSE","features":[104]},{"name":"SIPAEV_COMPACT_HASH","features":[104]},{"name":"SIPAEV_CPU_MICROCODE","features":[104]},{"name":"SIPAEV_EFI_ACTION","features":[104]},{"name":"SIPAEV_EFI_BOOT_SERVICES_APPLICATION","features":[104]},{"name":"SIPAEV_EFI_BOOT_SERVICES_DRIVER","features":[104]},{"name":"SIPAEV_EFI_EVENT_BASE","features":[104]},{"name":"SIPAEV_EFI_GPT_EVENT","features":[104]},{"name":"SIPAEV_EFI_HANDOFF_TABLES","features":[104]},{"name":"SIPAEV_EFI_HANDOFF_TABLES2","features":[104]},{"name":"SIPAEV_EFI_HCRTM_EVENT","features":[104]},{"name":"SIPAEV_EFI_PLATFORM_FIRMWARE_BLOB","features":[104]},{"name":"SIPAEV_EFI_PLATFORM_FIRMWARE_BLOB2","features":[104]},{"name":"SIPAEV_EFI_RUNTIME_SERVICES_DRIVER","features":[104]},{"name":"SIPAEV_EFI_SPDM_FIRMWARE_BLOB","features":[104]},{"name":"SIPAEV_EFI_SPDM_FIRMWARE_CONFIG","features":[104]},{"name":"SIPAEV_EFI_VARIABLE_AUTHORITY","features":[104]},{"name":"SIPAEV_EFI_VARIABLE_BOOT","features":[104]},{"name":"SIPAEV_EFI_VARIABLE_BOOT2","features":[104]},{"name":"SIPAEV_EFI_VARIABLE_DRIVER_CONFIG","features":[104]},{"name":"SIPAEV_EVENT_TAG","features":[104]},{"name":"SIPAEV_IPL","features":[104]},{"name":"SIPAEV_IPL_PARTITION_DATA","features":[104]},{"name":"SIPAEV_NONHOST_CODE","features":[104]},{"name":"SIPAEV_NONHOST_CONFIG","features":[104]},{"name":"SIPAEV_NONHOST_INFO","features":[104]},{"name":"SIPAEV_NO_ACTION","features":[104]},{"name":"SIPAEV_OMIT_BOOT_DEVICE_EVENTS","features":[104]},{"name":"SIPAEV_PLATFORM_CONFIG_FLAGS","features":[104]},{"name":"SIPAEV_POST_CODE","features":[104]},{"name":"SIPAEV_PREBOOT_CERT","features":[104]},{"name":"SIPAEV_SEPARATOR","features":[104]},{"name":"SIPAEV_S_CRTM_CONTENTS","features":[104]},{"name":"SIPAEV_S_CRTM_VERSION","features":[104]},{"name":"SIPAEV_TABLE_OF_DEVICES","features":[104]},{"name":"SIPAEV_TXT_BIOSAC_REG_DATA","features":[104]},{"name":"SIPAEV_TXT_BOOT_POL_HASH","features":[104]},{"name":"SIPAEV_TXT_BPM_HASH","features":[104]},{"name":"SIPAEV_TXT_BPM_INFO_HASH","features":[104]},{"name":"SIPAEV_TXT_CAP_VALUE","features":[104]},{"name":"SIPAEV_TXT_COLD_BOOT_BIOS_HASH","features":[104]},{"name":"SIPAEV_TXT_COMBINED_HASH","features":[104]},{"name":"SIPAEV_TXT_CPU_SCRTM_STAT","features":[104]},{"name":"SIPAEV_TXT_ELEMENTS_HASH","features":[104]},{"name":"SIPAEV_TXT_EVENT_BASE","features":[104]},{"name":"SIPAEV_TXT_HASH_START","features":[104]},{"name":"SIPAEV_TXT_KM_HASH","features":[104]},{"name":"SIPAEV_TXT_KM_INFO_HASH","features":[104]},{"name":"SIPAEV_TXT_LCP_AUTHORITIES_HASH","features":[104]},{"name":"SIPAEV_TXT_LCP_CONTROL_HASH","features":[104]},{"name":"SIPAEV_TXT_LCP_DETAILS_HASH","features":[104]},{"name":"SIPAEV_TXT_LCP_HASH","features":[104]},{"name":"SIPAEV_TXT_MLE_HASH","features":[104]},{"name":"SIPAEV_TXT_NV_INFO_HASH","features":[104]},{"name":"SIPAEV_TXT_OSSINITDATA_CAP_HASH","features":[104]},{"name":"SIPAEV_TXT_PCR_MAPPING","features":[104]},{"name":"SIPAEV_TXT_RANDOM_VALUE","features":[104]},{"name":"SIPAEV_TXT_SINIT_PUBKEY_HASH","features":[104]},{"name":"SIPAEV_TXT_STM_HASH","features":[104]},{"name":"SIPAEV_UNUSED","features":[104]},{"name":"SIPAHDRSIGNATURE","features":[104]},{"name":"SIPAKSRHDRSIGNATURE","features":[104]},{"name":"SIPALOGVERSION","features":[104]},{"name":"STATE_TIMEOUT","features":[104]},{"name":"Scope_list_ipv4","features":[104,16]},{"name":"Session_IPv4","features":[104,16]},{"name":"TCBASE","features":[104]},{"name":"TCG_PCClientPCREventStruct","features":[104]},{"name":"TCG_PCClientTaggedEventStruct","features":[104]},{"name":"TCI_ADD_FLOW_COMPLETE_HANDLER","features":[1,104]},{"name":"TCI_CLIENT_FUNC_LIST","features":[1,104]},{"name":"TCI_DEL_FLOW_COMPLETE_HANDLER","features":[1,104]},{"name":"TCI_MOD_FLOW_COMPLETE_HANDLER","features":[1,104]},{"name":"TCI_NOTIFY_HANDLER","features":[1,104]},{"name":"TC_GEN_FILTER","features":[104]},{"name":"TC_GEN_FLOW","features":[104,16]},{"name":"TC_IFC_DESCRIPTOR","features":[17,104]},{"name":"TC_NONCONF_BORROW","features":[104]},{"name":"TC_NONCONF_BORROW_PLUS","features":[104]},{"name":"TC_NONCONF_DISCARD","features":[104]},{"name":"TC_NONCONF_SHAPE","features":[104]},{"name":"TC_NOTIFY_FLOW_CLOSE","features":[104]},{"name":"TC_NOTIFY_IFC_CHANGE","features":[104]},{"name":"TC_NOTIFY_IFC_CLOSE","features":[104]},{"name":"TC_NOTIFY_IFC_UP","features":[104]},{"name":"TC_NOTIFY_PARAM_CHANGED","features":[104]},{"name":"TC_SUPPORTED_INFO_BUFFER","features":[17,104]},{"name":"TcAddFilter","features":[1,104]},{"name":"TcAddFlow","features":[1,104,16]},{"name":"TcCloseInterface","features":[1,104]},{"name":"TcDeleteFilter","features":[1,104]},{"name":"TcDeleteFlow","features":[1,104]},{"name":"TcDeregisterClient","features":[1,104]},{"name":"TcEnumerateFlows","features":[1,104,16]},{"name":"TcEnumerateInterfaces","features":[1,17,104]},{"name":"TcGetFlowNameA","features":[1,104]},{"name":"TcGetFlowNameW","features":[1,104]},{"name":"TcModifyFlow","features":[1,104,16]},{"name":"TcOpenInterfaceA","features":[1,104]},{"name":"TcOpenInterfaceW","features":[1,104]},{"name":"TcQueryFlowA","features":[104]},{"name":"TcQueryFlowW","features":[104]},{"name":"TcQueryInterface","features":[1,104]},{"name":"TcRegisterClient","features":[1,104]},{"name":"TcSetFlowA","features":[104]},{"name":"TcSetFlowW","features":[104]},{"name":"TcSetInterface","features":[1,104]},{"name":"UNSUPPORTED_CREDENTIAL_TYPE","features":[104]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_256","features":[104]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_384","features":[104]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_512","features":[104]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_1","features":[104]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_256","features":[104]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_384","features":[104]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_512","features":[104]},{"name":"WBCL_DIGEST_ALG_BITMAP_SM3_256","features":[104]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_256","features":[104]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_384","features":[104]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_512","features":[104]},{"name":"WBCL_DIGEST_ALG_ID_SHA_1","features":[104]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_256","features":[104]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_384","features":[104]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_512","features":[104]},{"name":"WBCL_DIGEST_ALG_ID_SM3_256","features":[104]},{"name":"WBCL_HASH_LEN_SHA1","features":[104]},{"name":"WBCL_Iterator","features":[104]},{"name":"WBCL_LogHdr","features":[104]},{"name":"WBCL_MAX_HSP_UPGRADE_HASH_LEN","features":[104]},{"name":"class_ADSPEC","features":[104]},{"name":"class_CONFIRM","features":[104]},{"name":"class_ERROR_SPEC","features":[104]},{"name":"class_FILTER_SPEC","features":[104]},{"name":"class_FLOWSPEC","features":[104]},{"name":"class_INTEGRITY","features":[104]},{"name":"class_IS_FLOWSPEC","features":[104]},{"name":"class_MAX","features":[104]},{"name":"class_NULL","features":[104]},{"name":"class_POLICY_DATA","features":[104]},{"name":"class_RSVP_HOP","features":[104]},{"name":"class_SCOPE","features":[104]},{"name":"class_SENDER_TEMPLATE","features":[104]},{"name":"class_SENDER_TSPEC","features":[104]},{"name":"class_SESSION","features":[104]},{"name":"class_SESSION_GROUP","features":[104]},{"name":"class_STYLE","features":[104]},{"name":"class_TIME_VALUES","features":[104]},{"name":"ctype_ADSPEC_INTSERV","features":[104]},{"name":"ctype_ERROR_SPEC_ipv4","features":[104]},{"name":"ctype_FILTER_SPEC_ipv4","features":[104]},{"name":"ctype_FILTER_SPEC_ipv4GPI","features":[104]},{"name":"ctype_FLOWSPEC_Intserv0","features":[104]},{"name":"ctype_POLICY_DATA","features":[104]},{"name":"ctype_RSVP_HOP_ipv4","features":[104]},{"name":"ctype_SCOPE_list_ipv4","features":[104]},{"name":"ctype_SENDER_TEMPLATE_ipv4","features":[104]},{"name":"ctype_SENDER_TEMPLATE_ipv4GPI","features":[104]},{"name":"ctype_SENDER_TSPEC","features":[104]},{"name":"ctype_SESSION_ipv4","features":[104]},{"name":"ctype_SESSION_ipv4GPI","features":[104]},{"name":"ctype_STYLE","features":[104]},{"name":"int_serv_wkp","features":[104]},{"name":"ioctl_code","features":[104]},{"name":"mCOMPANY","features":[104]},{"name":"mIOC_IN","features":[104]},{"name":"mIOC_OUT","features":[104]},{"name":"mIOC_VENDOR","features":[104]}],"466":[{"name":"ALLOW_NO_AUTH","features":[105]},{"name":"ALL_SOURCES","features":[105]},{"name":"ANY_SOURCE","features":[105]},{"name":"ATADDRESSLEN","features":[105]},{"name":"AUTH_VALIDATION_EX","features":[1,105]},{"name":"DO_NOT_ALLOW_NO_AUTH","features":[105]},{"name":"ERROR_ACCESSING_TCPCFGDLL","features":[105]},{"name":"ERROR_ACCT_DISABLED","features":[105]},{"name":"ERROR_ACCT_EXPIRED","features":[105]},{"name":"ERROR_ACTION_REQUIRED","features":[105]},{"name":"ERROR_ALLOCATING_MEMORY","features":[105]},{"name":"ERROR_ALREADY_DISCONNECTING","features":[105]},{"name":"ERROR_ASYNC_REQUEST_PENDING","features":[105]},{"name":"ERROR_AUTHENTICATION_FAILURE","features":[105]},{"name":"ERROR_AUTH_INTERNAL","features":[105]},{"name":"ERROR_AUTOMATIC_VPN_FAILED","features":[105]},{"name":"ERROR_BAD_ADDRESS_SPECIFIED","features":[105]},{"name":"ERROR_BAD_CALLBACK_NUMBER","features":[105]},{"name":"ERROR_BAD_PHONE_NUMBER","features":[105]},{"name":"ERROR_BAD_STRING","features":[105]},{"name":"ERROR_BAD_USAGE_IN_INI_FILE","features":[105]},{"name":"ERROR_BIPLEX_PORT_NOT_AVAILABLE","features":[105]},{"name":"ERROR_BLOCKED","features":[105]},{"name":"ERROR_BROADBAND_ACTIVE","features":[105]},{"name":"ERROR_BROADBAND_NO_NIC","features":[105]},{"name":"ERROR_BROADBAND_TIMEOUT","features":[105]},{"name":"ERROR_BUFFER_INVALID","features":[105]},{"name":"ERROR_BUFFER_TOO_SMALL","features":[105]},{"name":"ERROR_BUNDLE_NOT_FOUND","features":[105]},{"name":"ERROR_CANNOT_DELETE","features":[105]},{"name":"ERROR_CANNOT_DO_CUSTOMDIAL","features":[105]},{"name":"ERROR_CANNOT_FIND_PHONEBOOK_ENTRY","features":[105]},{"name":"ERROR_CANNOT_GET_LANA","features":[105]},{"name":"ERROR_CANNOT_INITIATE_MOBIKE_UPDATE","features":[105]},{"name":"ERROR_CANNOT_LOAD_PHONEBOOK","features":[105]},{"name":"ERROR_CANNOT_LOAD_STRING","features":[105]},{"name":"ERROR_CANNOT_OPEN_PHONEBOOK","features":[105]},{"name":"ERROR_CANNOT_PROJECT_CLIENT","features":[105]},{"name":"ERROR_CANNOT_SET_PORT_INFO","features":[105]},{"name":"ERROR_CANNOT_SHARE_CONNECTION","features":[105]},{"name":"ERROR_CANNOT_USE_LOGON_CREDENTIALS","features":[105]},{"name":"ERROR_CANNOT_WRITE_PHONEBOOK","features":[105]},{"name":"ERROR_CERT_FOR_ENCRYPTION_NOT_FOUND","features":[105]},{"name":"ERROR_CHANGING_PASSWORD","features":[105]},{"name":"ERROR_CMD_TOO_LONG","features":[105]},{"name":"ERROR_CONGESTION","features":[105]},{"name":"ERROR_CONNECTING_DEVICE_NOT_FOUND","features":[105]},{"name":"ERROR_CONNECTION_ALREADY_SHARED","features":[105]},{"name":"ERROR_CONNECTION_REJECT","features":[105]},{"name":"ERROR_CORRUPT_PHONEBOOK","features":[105]},{"name":"ERROR_DCB_NOT_FOUND","features":[105]},{"name":"ERROR_DEFAULTOFF_MACRO_NOT_FOUND","features":[105]},{"name":"ERROR_DEVICENAME_NOT_FOUND","features":[105]},{"name":"ERROR_DEVICENAME_TOO_LONG","features":[105]},{"name":"ERROR_DEVICETYPE_DOES_NOT_EXIST","features":[105]},{"name":"ERROR_DEVICE_COMPLIANCE","features":[105]},{"name":"ERROR_DEVICE_DOES_NOT_EXIST","features":[105]},{"name":"ERROR_DEVICE_NOT_READY","features":[105]},{"name":"ERROR_DIAL_ALREADY_IN_PROGRESS","features":[105]},{"name":"ERROR_DISCONNECTION","features":[105]},{"name":"ERROR_DNSNAME_NOT_RESOLVABLE","features":[105]},{"name":"ERROR_DONOTDISTURB","features":[105]},{"name":"ERROR_EAPTLS_CACHE_CREDENTIALS_INVALID","features":[105]},{"name":"ERROR_EAPTLS_PASSWD_INVALID","features":[105]},{"name":"ERROR_EAPTLS_SCARD_CACHE_CREDENTIALS_INVALID","features":[105]},{"name":"ERROR_EAP_METHOD_DOES_NOT_SUPPORT_SSO","features":[105]},{"name":"ERROR_EAP_METHOD_NOT_INSTALLED","features":[105]},{"name":"ERROR_EAP_METHOD_OPERATION_NOT_SUPPORTED","features":[105]},{"name":"ERROR_EAP_SERVER_CERT_EXPIRED","features":[105]},{"name":"ERROR_EAP_SERVER_CERT_INVALID","features":[105]},{"name":"ERROR_EAP_SERVER_CERT_OTHER_ERROR","features":[105]},{"name":"ERROR_EAP_SERVER_CERT_REVOKED","features":[105]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_INVALID","features":[105]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_NAME_REQUIRED","features":[105]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_NOT_FOUND","features":[105]},{"name":"ERROR_EAP_USER_CERT_EXPIRED","features":[105]},{"name":"ERROR_EAP_USER_CERT_INVALID","features":[105]},{"name":"ERROR_EAP_USER_CERT_OTHER_ERROR","features":[105]},{"name":"ERROR_EAP_USER_CERT_REVOKED","features":[105]},{"name":"ERROR_EAP_USER_ROOT_CERT_EXPIRED","features":[105]},{"name":"ERROR_EAP_USER_ROOT_CERT_INVALID","features":[105]},{"name":"ERROR_EAP_USER_ROOT_CERT_NOT_FOUND","features":[105]},{"name":"ERROR_EMPTY_INI_FILE","features":[105]},{"name":"ERROR_EVENT_INVALID","features":[105]},{"name":"ERROR_FAILED_CP_REQUIRED","features":[105]},{"name":"ERROR_FAILED_TO_ENCRYPT","features":[105]},{"name":"ERROR_FAST_USER_SWITCH","features":[105]},{"name":"ERROR_FEATURE_DEPRECATED","features":[105]},{"name":"ERROR_FILE_COULD_NOT_BE_OPENED","features":[105]},{"name":"ERROR_FROM_DEVICE","features":[105]},{"name":"ERROR_HANGUP_FAILED","features":[105]},{"name":"ERROR_HARDWARE_FAILURE","features":[105]},{"name":"ERROR_HIBERNATION","features":[105]},{"name":"ERROR_IDLE_TIMEOUT","features":[105]},{"name":"ERROR_IKEV2_PSK_INTERFACE_ALREADY_EXISTS","features":[105]},{"name":"ERROR_INCOMPATIBLE","features":[105]},{"name":"ERROR_INTERACTIVE_MODE","features":[105]},{"name":"ERROR_INTERNAL_ADDRESS_FAILURE","features":[105]},{"name":"ERROR_INVALID_AUTH_STATE","features":[105]},{"name":"ERROR_INVALID_CALLBACK_NUMBER","features":[105]},{"name":"ERROR_INVALID_COMPRESSION_SPECIFIED","features":[105]},{"name":"ERROR_INVALID_DESTINATION_IP","features":[105]},{"name":"ERROR_INVALID_FUNCTION_FOR_ENTRY","features":[105]},{"name":"ERROR_INVALID_INTERFACE_CONFIG","features":[105]},{"name":"ERROR_INVALID_MSCHAPV2_CONFIG","features":[105]},{"name":"ERROR_INVALID_PEAP_COOKIE_ATTRIBUTES","features":[105]},{"name":"ERROR_INVALID_PEAP_COOKIE_CONFIG","features":[105]},{"name":"ERROR_INVALID_PEAP_COOKIE_USER","features":[105]},{"name":"ERROR_INVALID_PORT_HANDLE","features":[105]},{"name":"ERROR_INVALID_PREFERENCES","features":[105]},{"name":"ERROR_INVALID_SERVER_CERT","features":[105]},{"name":"ERROR_INVALID_SIZE","features":[105]},{"name":"ERROR_INVALID_SMM","features":[105]},{"name":"ERROR_INVALID_TUNNELID","features":[105]},{"name":"ERROR_INVALID_VPNSTRATEGY","features":[105]},{"name":"ERROR_IN_COMMAND","features":[105]},{"name":"ERROR_IPSEC_SERVICE_STOPPED","features":[105]},{"name":"ERROR_IPXCP_DIALOUT_ALREADY_ACTIVE","features":[105]},{"name":"ERROR_IPXCP_NET_NUMBER_CONFLICT","features":[105]},{"name":"ERROR_IPXCP_NO_DIALIN_CONFIGURED","features":[105]},{"name":"ERROR_IPXCP_NO_DIALOUT_CONFIGURED","features":[105]},{"name":"ERROR_IP_CONFIGURATION","features":[105]},{"name":"ERROR_KEY_NOT_FOUND","features":[105]},{"name":"ERROR_LINE_BUSY","features":[105]},{"name":"ERROR_LINK_FAILURE","features":[105]},{"name":"ERROR_MACRO_NOT_DEFINED","features":[105]},{"name":"ERROR_MACRO_NOT_FOUND","features":[105]},{"name":"ERROR_MESSAGE_MACRO_NOT_FOUND","features":[105]},{"name":"ERROR_MOBIKE_DISABLED","features":[105]},{"name":"ERROR_NAME_EXISTS_ON_NET","features":[105]},{"name":"ERROR_NETBIOS_ERROR","features":[105]},{"name":"ERROR_NOT_BINARY_MACRO","features":[105]},{"name":"ERROR_NOT_NAP_CAPABLE","features":[105]},{"name":"ERROR_NO_ACTIVE_ISDN_LINES","features":[105]},{"name":"ERROR_NO_ANSWER","features":[105]},{"name":"ERROR_NO_CARRIER","features":[105]},{"name":"ERROR_NO_CERTIFICATE","features":[105]},{"name":"ERROR_NO_COMMAND_FOUND","features":[105]},{"name":"ERROR_NO_CONNECTION","features":[105]},{"name":"ERROR_NO_DIALIN_PERMISSION","features":[105]},{"name":"ERROR_NO_DIALTONE","features":[105]},{"name":"ERROR_NO_DIFF_USER_AT_LOGON","features":[105]},{"name":"ERROR_NO_EAPTLS_CERTIFICATE","features":[105]},{"name":"ERROR_NO_ENDPOINTS","features":[105]},{"name":"ERROR_NO_IP_ADDRESSES","features":[105]},{"name":"ERROR_NO_IP_RAS_ADAPTER","features":[105]},{"name":"ERROR_NO_ISDN_CHANNELS_AVAILABLE","features":[105]},{"name":"ERROR_NO_LOCAL_ENCRYPTION","features":[105]},{"name":"ERROR_NO_MAC_FOR_PORT","features":[105]},{"name":"ERROR_NO_REG_CERT_AT_LOGON","features":[105]},{"name":"ERROR_NO_REMOTE_ENCRYPTION","features":[105]},{"name":"ERROR_NO_RESPONSES","features":[105]},{"name":"ERROR_NO_SMART_CARD_READER","features":[105]},{"name":"ERROR_NUMBERCHANGED","features":[105]},{"name":"ERROR_OAKLEY_ATTRIB_FAIL","features":[105]},{"name":"ERROR_OAKLEY_AUTH_FAIL","features":[105]},{"name":"ERROR_OAKLEY_ERROR","features":[105]},{"name":"ERROR_OAKLEY_GENERAL_PROCESSING","features":[105]},{"name":"ERROR_OAKLEY_NO_CERT","features":[105]},{"name":"ERROR_OAKLEY_NO_PEER_CERT","features":[105]},{"name":"ERROR_OAKLEY_NO_POLICY","features":[105]},{"name":"ERROR_OAKLEY_TIMED_OUT","features":[105]},{"name":"ERROR_OUTOFORDER","features":[105]},{"name":"ERROR_OUT_OF_BUFFERS","features":[105]},{"name":"ERROR_OVERRUN","features":[105]},{"name":"ERROR_PARTIAL_RESPONSE_LOOPING","features":[105]},{"name":"ERROR_PASSWD_EXPIRED","features":[105]},{"name":"ERROR_PEAP_CRYPTOBINDING_INVALID","features":[105]},{"name":"ERROR_PEAP_CRYPTOBINDING_NOTRECEIVED","features":[105]},{"name":"ERROR_PEAP_IDENTITY_MISMATCH","features":[105]},{"name":"ERROR_PEAP_SERVER_REJECTED_CLIENT_TLV","features":[105]},{"name":"ERROR_PHONE_NUMBER_TOO_LONG","features":[105]},{"name":"ERROR_PLUGIN_NOT_INSTALLED","features":[105]},{"name":"ERROR_PORT_ALREADY_OPEN","features":[105]},{"name":"ERROR_PORT_DISCONNECTED","features":[105]},{"name":"ERROR_PORT_NOT_AVAILABLE","features":[105]},{"name":"ERROR_PORT_NOT_CONFIGURED","features":[105]},{"name":"ERROR_PORT_NOT_CONNECTED","features":[105]},{"name":"ERROR_PORT_NOT_FOUND","features":[105]},{"name":"ERROR_PORT_NOT_OPEN","features":[105]},{"name":"ERROR_PORT_OR_DEVICE","features":[105]},{"name":"ERROR_PPP_CP_REJECTED","features":[105]},{"name":"ERROR_PPP_INVALID_PACKET","features":[105]},{"name":"ERROR_PPP_LCP_TERMINATED","features":[105]},{"name":"ERROR_PPP_LOOPBACK_DETECTED","features":[105]},{"name":"ERROR_PPP_NCP_TERMINATED","features":[105]},{"name":"ERROR_PPP_NOT_CONVERGING","features":[105]},{"name":"ERROR_PPP_NO_ADDRESS_ASSIGNED","features":[105]},{"name":"ERROR_PPP_NO_PROTOCOLS_CONFIGURED","features":[105]},{"name":"ERROR_PPP_NO_RESPONSE","features":[105]},{"name":"ERROR_PPP_REMOTE_TERMINATED","features":[105]},{"name":"ERROR_PPP_REQUIRED_ADDRESS_REJECTED","features":[105]},{"name":"ERROR_PPP_TIMEOUT","features":[105]},{"name":"ERROR_PROJECTION_NOT_COMPLETE","features":[105]},{"name":"ERROR_PROTOCOL_ENGINE_DISABLED","features":[105]},{"name":"ERROR_PROTOCOL_NOT_CONFIGURED","features":[105]},{"name":"ERROR_RASAUTO_CANNOT_INITIALIZE","features":[105]},{"name":"ERROR_RASMAN_CANNOT_INITIALIZE","features":[105]},{"name":"ERROR_RASMAN_SERVICE_STOPPED","features":[105]},{"name":"ERROR_RASQEC_CONN_DOESNOTEXIST","features":[105]},{"name":"ERROR_RASQEC_NAPAGENT_NOT_CONNECTED","features":[105]},{"name":"ERROR_RASQEC_NAPAGENT_NOT_ENABLED","features":[105]},{"name":"ERROR_RASQEC_RESOURCE_CREATION_FAILED","features":[105]},{"name":"ERROR_RASQEC_TIMEOUT","features":[105]},{"name":"ERROR_READING_DEFAULTOFF","features":[105]},{"name":"ERROR_READING_DEVICENAME","features":[105]},{"name":"ERROR_READING_DEVICETYPE","features":[105]},{"name":"ERROR_READING_INI_FILE","features":[105]},{"name":"ERROR_READING_MAXCARRIERBPS","features":[105]},{"name":"ERROR_READING_MAXCONNECTBPS","features":[105]},{"name":"ERROR_READING_SCARD","features":[105]},{"name":"ERROR_READING_SECTIONNAME","features":[105]},{"name":"ERROR_READING_USAGE","features":[105]},{"name":"ERROR_RECV_BUF_FULL","features":[105]},{"name":"ERROR_REMOTE_DISCONNECTION","features":[105]},{"name":"ERROR_REMOTE_REQUIRES_ENCRYPTION","features":[105]},{"name":"ERROR_REQUEST_TIMEOUT","features":[105]},{"name":"ERROR_RESTRICTED_LOGON_HOURS","features":[105]},{"name":"ERROR_ROUTE_NOT_ALLOCATED","features":[105]},{"name":"ERROR_ROUTE_NOT_AVAILABLE","features":[105]},{"name":"ERROR_SCRIPT_SYNTAX","features":[105]},{"name":"ERROR_SERVER_GENERAL_NET_FAILURE","features":[105]},{"name":"ERROR_SERVER_NOT_RESPONDING","features":[105]},{"name":"ERROR_SERVER_OUT_OF_RESOURCES","features":[105]},{"name":"ERROR_SERVER_POLICY","features":[105]},{"name":"ERROR_SHARE_CONNECTION_FAILED","features":[105]},{"name":"ERROR_SHARING_ADDRESS_EXISTS","features":[105]},{"name":"ERROR_SHARING_CHANGE_FAILED","features":[105]},{"name":"ERROR_SHARING_HOST_ADDRESS_CONFLICT","features":[105]},{"name":"ERROR_SHARING_MULTIPLE_ADDRESSES","features":[105]},{"name":"ERROR_SHARING_NO_PRIVATE_LAN","features":[105]},{"name":"ERROR_SHARING_PRIVATE_INSTALL","features":[105]},{"name":"ERROR_SHARING_ROUTER_INSTALL","features":[105]},{"name":"ERROR_SHARING_RRAS_CONFLICT","features":[105]},{"name":"ERROR_SLIP_REQUIRES_IP","features":[105]},{"name":"ERROR_SMART_CARD_REQUIRED","features":[105]},{"name":"ERROR_SMM_TIMEOUT","features":[105]},{"name":"ERROR_SMM_UNINITIALIZED","features":[105]},{"name":"ERROR_SSO_CERT_MISSING","features":[105]},{"name":"ERROR_SSTP_COOKIE_SET_FAILURE","features":[105]},{"name":"ERROR_STATE_MACHINES_ALREADY_STARTED","features":[105]},{"name":"ERROR_STATE_MACHINES_NOT_STARTED","features":[105]},{"name":"ERROR_SYSTEM_SUSPENDED","features":[105]},{"name":"ERROR_TAPI_CONFIGURATION","features":[105]},{"name":"ERROR_TEMPFAILURE","features":[105]},{"name":"ERROR_TOO_MANY_LINE_ERRORS","features":[105]},{"name":"ERROR_TS_UNACCEPTABLE","features":[105]},{"name":"ERROR_UNABLE_TO_AUTHENTICATE_SERVER","features":[105]},{"name":"ERROR_UNEXPECTED_RESPONSE","features":[105]},{"name":"ERROR_UNKNOWN","features":[105]},{"name":"ERROR_UNKNOWN_DEVICE_TYPE","features":[105]},{"name":"ERROR_UNKNOWN_FRAMED_PROTOCOL","features":[105]},{"name":"ERROR_UNKNOWN_RESPONSE_KEY","features":[105]},{"name":"ERROR_UNKNOWN_SERVICE_TYPE","features":[105]},{"name":"ERROR_UNRECOGNIZED_RESPONSE","features":[105]},{"name":"ERROR_UNSUPPORTED_BPS","features":[105]},{"name":"ERROR_UPDATECONNECTION_REQUEST_IN_PROCESS","features":[105]},{"name":"ERROR_USER_DISCONNECTION","features":[105]},{"name":"ERROR_USER_LOGOFF","features":[105]},{"name":"ERROR_VALIDATING_SERVER_CERT","features":[105]},{"name":"ERROR_VOICE_ANSWER","features":[105]},{"name":"ERROR_VPN_BAD_CERT","features":[105]},{"name":"ERROR_VPN_BAD_PSK","features":[105]},{"name":"ERROR_VPN_DISCONNECT","features":[105]},{"name":"ERROR_VPN_GRE_BLOCKED","features":[105]},{"name":"ERROR_VPN_PLUGIN_GENERIC","features":[105]},{"name":"ERROR_VPN_REFUSED","features":[105]},{"name":"ERROR_VPN_TIMEOUT","features":[105]},{"name":"ERROR_WRITING_DEFAULTOFF","features":[105]},{"name":"ERROR_WRITING_DEVICENAME","features":[105]},{"name":"ERROR_WRITING_DEVICETYPE","features":[105]},{"name":"ERROR_WRITING_INITBPS","features":[105]},{"name":"ERROR_WRITING_MAXCARRIERBPS","features":[105]},{"name":"ERROR_WRITING_MAXCONNECTBPS","features":[105]},{"name":"ERROR_WRITING_SECTIONNAME","features":[105]},{"name":"ERROR_WRITING_USAGE","features":[105]},{"name":"ERROR_WRONG_DEVICE_ATTACHED","features":[105]},{"name":"ERROR_WRONG_INFO_SPECIFIED","features":[105]},{"name":"ERROR_WRONG_KEY_SPECIFIED","features":[105]},{"name":"ERROR_WRONG_MODULE","features":[105]},{"name":"ERROR_WRONG_TUNNEL_TYPE","features":[105]},{"name":"ERROR_X25_DIAGNOSTIC","features":[105]},{"name":"ET_None","features":[105]},{"name":"ET_Optional","features":[105]},{"name":"ET_Require","features":[105]},{"name":"ET_RequireMax","features":[105]},{"name":"GRE_CONFIG_PARAMS0","features":[105]},{"name":"HRASCONN","features":[105]},{"name":"IKEV2_CONFIG_PARAMS","features":[1,105,75]},{"name":"IKEV2_ID_PAYLOAD_TYPE","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_FQDN","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_INVALID","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_KEY_ID","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_MAX","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED1","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED2","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED3","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED4","features":[105]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR","features":[105]},{"name":"IKEV2_PROJECTION_INFO","features":[105]},{"name":"IKEV2_PROJECTION_INFO2","features":[105]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS2","features":[105,75]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS3","features":[1,105,75]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS4","features":[1,105,75]},{"name":"IPADDRESSLEN","features":[105]},{"name":"IPV6_ADDRESS_LEN_IN_BYTES","features":[105]},{"name":"IPXADDRESSLEN","features":[105]},{"name":"L2TP_CONFIG_PARAMS0","features":[105]},{"name":"L2TP_CONFIG_PARAMS1","features":[105]},{"name":"L2TP_TUNNEL_CONFIG_PARAMS1","features":[105]},{"name":"L2TP_TUNNEL_CONFIG_PARAMS2","features":[105]},{"name":"MAXIPADRESSLEN","features":[105]},{"name":"MAX_SSTP_HASH_SIZE","features":[105]},{"name":"METHOD_BGP4_AS_PATH","features":[105]},{"name":"METHOD_BGP4_NEXTHOP_ATTR","features":[105]},{"name":"METHOD_BGP4_PA_ORIGIN","features":[105]},{"name":"METHOD_BGP4_PEER_ID","features":[105]},{"name":"METHOD_RIP2_NEIGHBOUR_ADDR","features":[105]},{"name":"METHOD_RIP2_OUTBOUND_INTF","features":[105]},{"name":"METHOD_RIP2_ROUTE_TAG","features":[105]},{"name":"METHOD_RIP2_ROUTE_TIMESTAMP","features":[105]},{"name":"METHOD_TYPE_ALL_METHODS","features":[105]},{"name":"MGM_ENUM_TYPES","features":[105]},{"name":"MGM_FORWARD_STATE_FLAG","features":[105]},{"name":"MGM_IF_ENTRY","features":[1,105]},{"name":"MGM_JOIN_STATE_FLAG","features":[105]},{"name":"MGM_MFE_STATS_0","features":[105]},{"name":"MGM_MFE_STATS_1","features":[105]},{"name":"MPRAPI_ADMIN_DLL_CALLBACKS","features":[1,105,16]},{"name":"MPRAPI_ADMIN_DLL_VERSION_1","features":[105]},{"name":"MPRAPI_ADMIN_DLL_VERSION_2","features":[105]},{"name":"MPRAPI_IF_CUSTOM_CONFIG_FOR_IKEV2","features":[105]},{"name":"MPRAPI_IKEV2_AUTH_USING_CERT","features":[105]},{"name":"MPRAPI_IKEV2_AUTH_USING_EAP","features":[105]},{"name":"MPRAPI_IKEV2_PROJECTION_INFO_TYPE","features":[105]},{"name":"MPRAPI_IKEV2_SET_TUNNEL_CONFIG_PARAMS","features":[105]},{"name":"MPRAPI_L2TP_SET_TUNNEL_CONFIG_PARAMS","features":[105]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_1","features":[105]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_2","features":[105]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_3","features":[105]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_1","features":[105]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_2","features":[105]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_3","features":[105]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_4","features":[105]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_5","features":[105]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_1","features":[105]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_2","features":[105]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_3","features":[105]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_4","features":[105]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_5","features":[105]},{"name":"MPRAPI_OBJECT_HEADER","features":[105]},{"name":"MPRAPI_OBJECT_TYPE","features":[105]},{"name":"MPRAPI_OBJECT_TYPE_AUTH_VALIDATION_OBJECT","features":[105]},{"name":"MPRAPI_OBJECT_TYPE_IF_CUSTOM_CONFIG_OBJECT","features":[105]},{"name":"MPRAPI_OBJECT_TYPE_MPR_SERVER_OBJECT","features":[105]},{"name":"MPRAPI_OBJECT_TYPE_MPR_SERVER_SET_CONFIG_OBJECT","features":[105]},{"name":"MPRAPI_OBJECT_TYPE_RAS_CONNECTION_OBJECT","features":[105]},{"name":"MPRAPI_OBJECT_TYPE_UPDATE_CONNECTION_OBJECT","features":[105]},{"name":"MPRAPI_PPP_PROJECTION_INFO_TYPE","features":[105]},{"name":"MPRAPI_RAS_CONNECTION_OBJECT_REVISION_1","features":[105]},{"name":"MPRAPI_RAS_UPDATE_CONNECTION_OBJECT_REVISION_1","features":[105]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_GRE","features":[105]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_IKEV2","features":[105]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_L2TP","features":[105]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_PPTP","features":[105]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_SSTP","features":[105]},{"name":"MPRAPI_TUNNEL_CONFIG_PARAMS0","features":[1,105,75]},{"name":"MPRAPI_TUNNEL_CONFIG_PARAMS1","features":[1,105,75]},{"name":"MPRDM_DialAll","features":[105]},{"name":"MPRDM_DialAsNeeded","features":[105]},{"name":"MPRDM_DialFirst","features":[105]},{"name":"MPRDT_Atm","features":[105]},{"name":"MPRDT_FrameRelay","features":[105]},{"name":"MPRDT_Generic","features":[105]},{"name":"MPRDT_Irda","features":[105]},{"name":"MPRDT_Isdn","features":[105]},{"name":"MPRDT_Modem","features":[105]},{"name":"MPRDT_Pad","features":[105]},{"name":"MPRDT_Parallel","features":[105]},{"name":"MPRDT_SW56","features":[105]},{"name":"MPRDT_Serial","features":[105]},{"name":"MPRDT_Sonet","features":[105]},{"name":"MPRDT_Vpn","features":[105]},{"name":"MPRDT_X25","features":[105]},{"name":"MPRET_Direct","features":[105]},{"name":"MPRET_Phone","features":[105]},{"name":"MPRET_Vpn","features":[105]},{"name":"MPRIDS_Disabled","features":[105]},{"name":"MPRIDS_UseGlobalValue","features":[105]},{"name":"MPRIO_DisableLcpExtensions","features":[105]},{"name":"MPRIO_IpHeaderCompression","features":[105]},{"name":"MPRIO_IpSecPreSharedKey","features":[105]},{"name":"MPRIO_NetworkLogon","features":[105]},{"name":"MPRIO_PromoteAlternates","features":[105]},{"name":"MPRIO_RemoteDefaultGateway","features":[105]},{"name":"MPRIO_RequireCHAP","features":[105]},{"name":"MPRIO_RequireDataEncryption","features":[105]},{"name":"MPRIO_RequireEAP","features":[105]},{"name":"MPRIO_RequireEncryptedPw","features":[105]},{"name":"MPRIO_RequireMachineCertificates","features":[105]},{"name":"MPRIO_RequireMsCHAP","features":[105]},{"name":"MPRIO_RequireMsCHAP2","features":[105]},{"name":"MPRIO_RequireMsEncryptedPw","features":[105]},{"name":"MPRIO_RequirePAP","features":[105]},{"name":"MPRIO_RequireSPAP","features":[105]},{"name":"MPRIO_SecureLocalFiles","features":[105]},{"name":"MPRIO_SharedPhoneNumbers","features":[105]},{"name":"MPRIO_SpecificIpAddr","features":[105]},{"name":"MPRIO_SpecificNameServers","features":[105]},{"name":"MPRIO_SwCompression","features":[105]},{"name":"MPRIO_UsePreSharedKeyForIkev2Initiator","features":[105]},{"name":"MPRIO_UsePreSharedKeyForIkev2Responder","features":[105]},{"name":"MPRNP_Ip","features":[105]},{"name":"MPRNP_Ipv6","features":[105]},{"name":"MPRNP_Ipx","features":[105]},{"name":"MPR_CERT_EKU","features":[1,105]},{"name":"MPR_CREDENTIALSEX_0","features":[105]},{"name":"MPR_CREDENTIALSEX_1","features":[105]},{"name":"MPR_DEVICE_0","features":[105]},{"name":"MPR_DEVICE_1","features":[105]},{"name":"MPR_ENABLE_RAS_ON_DEVICE","features":[105]},{"name":"MPR_ENABLE_ROUTING_ON_DEVICE","features":[105]},{"name":"MPR_ET","features":[105]},{"name":"MPR_ET_None","features":[105]},{"name":"MPR_ET_Optional","features":[105]},{"name":"MPR_ET_Require","features":[105]},{"name":"MPR_ET_RequireMax","features":[105]},{"name":"MPR_FILTER_0","features":[1,105]},{"name":"MPR_IFTRANSPORT_0","features":[1,105]},{"name":"MPR_IF_CUSTOMINFOEX0","features":[105,75]},{"name":"MPR_IF_CUSTOMINFOEX1","features":[105,75]},{"name":"MPR_IF_CUSTOMINFOEX2","features":[105,16,75]},{"name":"MPR_INTERFACE_0","features":[1,105]},{"name":"MPR_INTERFACE_1","features":[1,105]},{"name":"MPR_INTERFACE_2","features":[1,105]},{"name":"MPR_INTERFACE_3","features":[1,105,16]},{"name":"MPR_INTERFACE_ADMIN_DISABLED","features":[105]},{"name":"MPR_INTERFACE_CONNECTION_FAILURE","features":[105]},{"name":"MPR_INTERFACE_DIALOUT_HOURS_RESTRICTION","features":[105]},{"name":"MPR_INTERFACE_DIAL_MODE","features":[105]},{"name":"MPR_INTERFACE_NO_DEVICE","features":[105]},{"name":"MPR_INTERFACE_NO_MEDIA_SENSE","features":[105]},{"name":"MPR_INTERFACE_OUT_OF_RESOURCES","features":[105]},{"name":"MPR_INTERFACE_SERVICE_PAUSED","features":[105]},{"name":"MPR_IPINIP_INTERFACE_0","features":[105]},{"name":"MPR_MaxAreaCode","features":[105]},{"name":"MPR_MaxCallbackNumber","features":[105]},{"name":"MPR_MaxDeviceName","features":[105]},{"name":"MPR_MaxDeviceType","features":[105]},{"name":"MPR_MaxEntryName","features":[105]},{"name":"MPR_MaxFacilities","features":[105]},{"name":"MPR_MaxIpAddress","features":[105]},{"name":"MPR_MaxIpxAddress","features":[105]},{"name":"MPR_MaxPadType","features":[105]},{"name":"MPR_MaxPhoneNumber","features":[105]},{"name":"MPR_MaxUserData","features":[105]},{"name":"MPR_MaxX25Address","features":[105]},{"name":"MPR_SERVER_0","features":[1,105]},{"name":"MPR_SERVER_1","features":[105]},{"name":"MPR_SERVER_2","features":[105]},{"name":"MPR_SERVER_EX0","features":[1,105,75]},{"name":"MPR_SERVER_EX1","features":[1,105,75]},{"name":"MPR_SERVER_SET_CONFIG_EX0","features":[1,105,75]},{"name":"MPR_SERVER_SET_CONFIG_EX1","features":[1,105,75]},{"name":"MPR_TRANSPORT_0","features":[1,105]},{"name":"MPR_VPN_TRAFFIC_SELECTOR","features":[105,16]},{"name":"MPR_VPN_TRAFFIC_SELECTORS","features":[105,16]},{"name":"MPR_VPN_TS_IPv4_ADDR_RANGE","features":[105]},{"name":"MPR_VPN_TS_IPv6_ADDR_RANGE","features":[105]},{"name":"MPR_VPN_TS_TYPE","features":[105]},{"name":"MPR_VS","features":[105]},{"name":"MPR_VS_Default","features":[105]},{"name":"MPR_VS_Ikev2First","features":[105]},{"name":"MPR_VS_Ikev2Only","features":[105]},{"name":"MPR_VS_L2tpFirst","features":[105]},{"name":"MPR_VS_L2tpOnly","features":[105]},{"name":"MPR_VS_PptpFirst","features":[105]},{"name":"MPR_VS_PptpOnly","features":[105]},{"name":"MgmAddGroupMembershipEntry","features":[1,105]},{"name":"MgmDeRegisterMProtocol","features":[1,105]},{"name":"MgmDeleteGroupMembershipEntry","features":[1,105]},{"name":"MgmGetFirstMfe","features":[105]},{"name":"MgmGetFirstMfeStats","features":[105]},{"name":"MgmGetMfe","features":[97,105]},{"name":"MgmGetMfeStats","features":[97,105]},{"name":"MgmGetNextMfe","features":[97,105]},{"name":"MgmGetNextMfeStats","features":[97,105]},{"name":"MgmGetProtocolOnInterface","features":[105]},{"name":"MgmGroupEnumerationEnd","features":[1,105]},{"name":"MgmGroupEnumerationGetNext","features":[1,105]},{"name":"MgmGroupEnumerationStart","features":[1,105]},{"name":"MgmRegisterMProtocol","features":[1,105]},{"name":"MgmReleaseInterfaceOwnership","features":[1,105]},{"name":"MgmTakeInterfaceOwnership","features":[1,105]},{"name":"MprAdminBufferFree","features":[105]},{"name":"MprAdminConnectionClearStats","features":[1,105]},{"name":"MprAdminConnectionEnum","features":[105]},{"name":"MprAdminConnectionEnumEx","features":[1,105]},{"name":"MprAdminConnectionGetInfo","features":[1,105]},{"name":"MprAdminConnectionGetInfoEx","features":[1,105]},{"name":"MprAdminConnectionRemoveQuarantine","features":[1,105]},{"name":"MprAdminDeregisterConnectionNotification","features":[1,105]},{"name":"MprAdminDeviceEnum","features":[105]},{"name":"MprAdminEstablishDomainRasServer","features":[1,105]},{"name":"MprAdminGetErrorString","features":[105]},{"name":"MprAdminGetPDCServer","features":[105]},{"name":"MprAdminInterfaceConnect","features":[1,105]},{"name":"MprAdminInterfaceCreate","features":[1,105]},{"name":"MprAdminInterfaceDelete","features":[1,105]},{"name":"MprAdminInterfaceDeviceGetInfo","features":[1,105]},{"name":"MprAdminInterfaceDeviceSetInfo","features":[1,105]},{"name":"MprAdminInterfaceDisconnect","features":[1,105]},{"name":"MprAdminInterfaceEnum","features":[105]},{"name":"MprAdminInterfaceGetCredentials","features":[105]},{"name":"MprAdminInterfaceGetCredentialsEx","features":[1,105]},{"name":"MprAdminInterfaceGetCustomInfoEx","features":[1,105,16,75]},{"name":"MprAdminInterfaceGetHandle","features":[1,105]},{"name":"MprAdminInterfaceGetInfo","features":[1,105]},{"name":"MprAdminInterfaceQueryUpdateResult","features":[1,105]},{"name":"MprAdminInterfaceSetCredentials","features":[105]},{"name":"MprAdminInterfaceSetCredentialsEx","features":[1,105]},{"name":"MprAdminInterfaceSetCustomInfoEx","features":[1,105,16,75]},{"name":"MprAdminInterfaceSetInfo","features":[1,105]},{"name":"MprAdminInterfaceTransportAdd","features":[1,105]},{"name":"MprAdminInterfaceTransportGetInfo","features":[1,105]},{"name":"MprAdminInterfaceTransportRemove","features":[1,105]},{"name":"MprAdminInterfaceTransportSetInfo","features":[1,105]},{"name":"MprAdminInterfaceUpdatePhonebookInfo","features":[1,105]},{"name":"MprAdminInterfaceUpdateRoutes","features":[1,105]},{"name":"MprAdminIsDomainRasServer","features":[1,105]},{"name":"MprAdminIsServiceInitialized","features":[1,105]},{"name":"MprAdminIsServiceRunning","features":[1,105]},{"name":"MprAdminMIBBufferFree","features":[105]},{"name":"MprAdminMIBEntryCreate","features":[105]},{"name":"MprAdminMIBEntryDelete","features":[105]},{"name":"MprAdminMIBEntryGet","features":[105]},{"name":"MprAdminMIBEntryGetFirst","features":[105]},{"name":"MprAdminMIBEntryGetNext","features":[105]},{"name":"MprAdminMIBEntrySet","features":[105]},{"name":"MprAdminMIBServerConnect","features":[105]},{"name":"MprAdminMIBServerDisconnect","features":[105]},{"name":"MprAdminPortClearStats","features":[1,105]},{"name":"MprAdminPortDisconnect","features":[1,105]},{"name":"MprAdminPortEnum","features":[1,105]},{"name":"MprAdminPortGetInfo","features":[1,105]},{"name":"MprAdminPortReset","features":[1,105]},{"name":"MprAdminRegisterConnectionNotification","features":[1,105]},{"name":"MprAdminSendUserMessage","features":[1,105]},{"name":"MprAdminServerConnect","features":[105]},{"name":"MprAdminServerDisconnect","features":[105]},{"name":"MprAdminServerGetCredentials","features":[105]},{"name":"MprAdminServerGetInfo","features":[105]},{"name":"MprAdminServerGetInfoEx","features":[1,105,75]},{"name":"MprAdminServerSetCredentials","features":[105]},{"name":"MprAdminServerSetInfo","features":[105]},{"name":"MprAdminServerSetInfoEx","features":[1,105,75]},{"name":"MprAdminTransportCreate","features":[105]},{"name":"MprAdminTransportGetInfo","features":[105]},{"name":"MprAdminTransportSetInfo","features":[105]},{"name":"MprAdminUpdateConnection","features":[1,105]},{"name":"MprAdminUserGetInfo","features":[105]},{"name":"MprAdminUserSetInfo","features":[105]},{"name":"MprConfigBufferFree","features":[105]},{"name":"MprConfigFilterGetInfo","features":[1,105]},{"name":"MprConfigFilterSetInfo","features":[1,105]},{"name":"MprConfigGetFriendlyName","features":[1,105]},{"name":"MprConfigGetGuidName","features":[1,105]},{"name":"MprConfigInterfaceCreate","features":[1,105]},{"name":"MprConfigInterfaceDelete","features":[1,105]},{"name":"MprConfigInterfaceEnum","features":[1,105]},{"name":"MprConfigInterfaceGetCustomInfoEx","features":[1,105,16,75]},{"name":"MprConfigInterfaceGetHandle","features":[1,105]},{"name":"MprConfigInterfaceGetInfo","features":[1,105]},{"name":"MprConfigInterfaceSetCustomInfoEx","features":[1,105,16,75]},{"name":"MprConfigInterfaceSetInfo","features":[1,105]},{"name":"MprConfigInterfaceTransportAdd","features":[1,105]},{"name":"MprConfigInterfaceTransportEnum","features":[1,105]},{"name":"MprConfigInterfaceTransportGetHandle","features":[1,105]},{"name":"MprConfigInterfaceTransportGetInfo","features":[1,105]},{"name":"MprConfigInterfaceTransportRemove","features":[1,105]},{"name":"MprConfigInterfaceTransportSetInfo","features":[1,105]},{"name":"MprConfigServerBackup","features":[1,105]},{"name":"MprConfigServerConnect","features":[1,105]},{"name":"MprConfigServerDisconnect","features":[1,105]},{"name":"MprConfigServerGetInfo","features":[1,105]},{"name":"MprConfigServerGetInfoEx","features":[1,105,75]},{"name":"MprConfigServerInstall","features":[105]},{"name":"MprConfigServerRefresh","features":[1,105]},{"name":"MprConfigServerRestore","features":[1,105]},{"name":"MprConfigServerSetInfo","features":[105]},{"name":"MprConfigServerSetInfoEx","features":[1,105,75]},{"name":"MprConfigTransportCreate","features":[1,105]},{"name":"MprConfigTransportDelete","features":[1,105]},{"name":"MprConfigTransportEnum","features":[1,105]},{"name":"MprConfigTransportGetHandle","features":[1,105]},{"name":"MprConfigTransportGetInfo","features":[1,105]},{"name":"MprConfigTransportSetInfo","features":[1,105]},{"name":"MprInfoBlockAdd","features":[105]},{"name":"MprInfoBlockFind","features":[105]},{"name":"MprInfoBlockQuerySize","features":[105]},{"name":"MprInfoBlockRemove","features":[105]},{"name":"MprInfoBlockSet","features":[105]},{"name":"MprInfoCreate","features":[105]},{"name":"MprInfoDelete","features":[105]},{"name":"MprInfoDuplicate","features":[105]},{"name":"MprInfoRemoveAll","features":[105]},{"name":"ORASADFUNC","features":[1,105]},{"name":"PENDING","features":[105]},{"name":"PFNRASFREEBUFFER","features":[105]},{"name":"PFNRASGETBUFFER","features":[105]},{"name":"PFNRASRECEIVEBUFFER","features":[1,105]},{"name":"PFNRASRETRIEVEBUFFER","features":[1,105]},{"name":"PFNRASSENDBUFFER","features":[1,105]},{"name":"PFNRASSETCOMMSETTINGS","features":[1,105]},{"name":"PID_ATALK","features":[105]},{"name":"PID_IP","features":[105]},{"name":"PID_IPV6","features":[105]},{"name":"PID_IPX","features":[105]},{"name":"PID_NBF","features":[105]},{"name":"PMGM_CREATION_ALERT_CALLBACK","features":[1,105]},{"name":"PMGM_DISABLE_IGMP_CALLBACK","features":[105]},{"name":"PMGM_ENABLE_IGMP_CALLBACK","features":[105]},{"name":"PMGM_JOIN_ALERT_CALLBACK","features":[1,105]},{"name":"PMGM_LOCAL_JOIN_CALLBACK","features":[105]},{"name":"PMGM_LOCAL_LEAVE_CALLBACK","features":[105]},{"name":"PMGM_PRUNE_ALERT_CALLBACK","features":[1,105]},{"name":"PMGM_RPF_CALLBACK","features":[105]},{"name":"PMGM_WRONG_IF_CALLBACK","features":[105]},{"name":"PMPRADMINACCEPTNEWCONNECTION","features":[1,105]},{"name":"PMPRADMINACCEPTNEWCONNECTION2","features":[1,105]},{"name":"PMPRADMINACCEPTNEWCONNECTION3","features":[1,105]},{"name":"PMPRADMINACCEPTNEWCONNECTIONEX","features":[1,105]},{"name":"PMPRADMINACCEPTNEWLINK","features":[1,105]},{"name":"PMPRADMINACCEPTREAUTHENTICATION","features":[1,105]},{"name":"PMPRADMINACCEPTREAUTHENTICATIONEX","features":[1,105]},{"name":"PMPRADMINACCEPTTUNNELENDPOINTCHANGEEX","features":[1,105]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION","features":[1,105]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION2","features":[1,105]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION3","features":[1,105]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATIONEX","features":[1,105]},{"name":"PMPRADMINGETIPADDRESSFORUSER","features":[1,105]},{"name":"PMPRADMINGETIPV6ADDRESSFORUSER","features":[1,105,16]},{"name":"PMPRADMINLINKHANGUPNOTIFICATION","features":[1,105]},{"name":"PMPRADMINRASVALIDATEPREAUTHENTICATEDCONNECTIONEX","features":[1,105]},{"name":"PMPRADMINRELEASEIPADRESS","features":[105]},{"name":"PMPRADMINRELEASEIPV6ADDRESSFORUSER","features":[105,16]},{"name":"PMPRADMINTERMINATEDLL","features":[105]},{"name":"PPP_ATCP_INFO","features":[105]},{"name":"PPP_CCP_COMPRESSION","features":[105]},{"name":"PPP_CCP_ENCRYPTION128BIT","features":[105]},{"name":"PPP_CCP_ENCRYPTION40BIT","features":[105]},{"name":"PPP_CCP_ENCRYPTION40BITOLD","features":[105]},{"name":"PPP_CCP_ENCRYPTION56BIT","features":[105]},{"name":"PPP_CCP_HISTORYLESS","features":[105]},{"name":"PPP_CCP_INFO","features":[105]},{"name":"PPP_INFO","features":[105]},{"name":"PPP_INFO_2","features":[105]},{"name":"PPP_INFO_3","features":[105]},{"name":"PPP_IPCP_INFO","features":[105]},{"name":"PPP_IPCP_INFO2","features":[105]},{"name":"PPP_IPCP_VJ","features":[105]},{"name":"PPP_IPV6_CP_INFO","features":[105]},{"name":"PPP_IPXCP_INFO","features":[105]},{"name":"PPP_LCP","features":[105]},{"name":"PPP_LCP_3_DES","features":[105]},{"name":"PPP_LCP_ACFC","features":[105]},{"name":"PPP_LCP_AES_128","features":[105]},{"name":"PPP_LCP_AES_192","features":[105]},{"name":"PPP_LCP_AES_256","features":[105]},{"name":"PPP_LCP_CHAP","features":[105]},{"name":"PPP_LCP_CHAP_MD5","features":[105]},{"name":"PPP_LCP_CHAP_MS","features":[105]},{"name":"PPP_LCP_CHAP_MSV2","features":[105]},{"name":"PPP_LCP_DES_56","features":[105]},{"name":"PPP_LCP_EAP","features":[105]},{"name":"PPP_LCP_GCM_AES_128","features":[105]},{"name":"PPP_LCP_GCM_AES_192","features":[105]},{"name":"PPP_LCP_GCM_AES_256","features":[105]},{"name":"PPP_LCP_INFO","features":[105]},{"name":"PPP_LCP_INFO_AUTH_DATA","features":[105]},{"name":"PPP_LCP_MULTILINK_FRAMING","features":[105]},{"name":"PPP_LCP_PAP","features":[105]},{"name":"PPP_LCP_PFC","features":[105]},{"name":"PPP_LCP_SPAP","features":[105]},{"name":"PPP_LCP_SSHF","features":[105]},{"name":"PPP_NBFCP_INFO","features":[105]},{"name":"PPP_PROJECTION_INFO","features":[105]},{"name":"PPP_PROJECTION_INFO2","features":[105]},{"name":"PPTP_CONFIG_PARAMS","features":[105]},{"name":"PROJECTION_INFO","features":[105]},{"name":"PROJECTION_INFO2","features":[105]},{"name":"PROJECTION_INFO_TYPE_IKEv2","features":[105]},{"name":"PROJECTION_INFO_TYPE_PPP","features":[105]},{"name":"RASADFLG_PositionDlg","features":[105]},{"name":"RASADFUNCA","features":[1,105]},{"name":"RASADFUNCW","features":[1,105]},{"name":"RASADPARAMS","features":[1,105]},{"name":"RASADP_ConnectionQueryTimeout","features":[105]},{"name":"RASADP_DisableConnectionQuery","features":[105]},{"name":"RASADP_FailedConnectionTimeout","features":[105]},{"name":"RASADP_LoginSessionDisable","features":[105]},{"name":"RASADP_SavedAddressesLimit","features":[105]},{"name":"RASAMBA","features":[105]},{"name":"RASAMBW","features":[105]},{"name":"RASAPIVERSION","features":[105]},{"name":"RASAPIVERSION_500","features":[105]},{"name":"RASAPIVERSION_501","features":[105]},{"name":"RASAPIVERSION_600","features":[105]},{"name":"RASAPIVERSION_601","features":[105]},{"name":"RASAUTODIALENTRYA","features":[105]},{"name":"RASAUTODIALENTRYW","features":[105]},{"name":"RASBASE","features":[105]},{"name":"RASBASEEND","features":[105]},{"name":"RASCCPCA_MPPC","features":[105]},{"name":"RASCCPCA_STAC","features":[105]},{"name":"RASCCPO_Compression","features":[105]},{"name":"RASCCPO_Encryption128bit","features":[105]},{"name":"RASCCPO_Encryption40bit","features":[105]},{"name":"RASCCPO_Encryption56bit","features":[105]},{"name":"RASCCPO_HistoryLess","features":[105]},{"name":"RASCF_AllUsers","features":[105]},{"name":"RASCF_GlobalCreds","features":[105]},{"name":"RASCF_OwnerKnown","features":[105]},{"name":"RASCF_OwnerMatch","features":[105]},{"name":"RASCM_DDMPreSharedKey","features":[105]},{"name":"RASCM_DefaultCreds","features":[105]},{"name":"RASCM_Domain","features":[105]},{"name":"RASCM_Password","features":[105]},{"name":"RASCM_PreSharedKey","features":[105]},{"name":"RASCM_ServerPreSharedKey","features":[105]},{"name":"RASCM_UserName","features":[105]},{"name":"RASCN_BandwidthAdded","features":[105]},{"name":"RASCN_BandwidthRemoved","features":[105]},{"name":"RASCN_Connection","features":[105]},{"name":"RASCN_Disconnection","features":[105]},{"name":"RASCN_Dormant","features":[105]},{"name":"RASCN_EPDGPacketArrival","features":[105]},{"name":"RASCN_ReConnection","features":[105]},{"name":"RASCOMMSETTINGS","features":[105]},{"name":"RASCONNA","features":[1,105]},{"name":"RASCONNA","features":[1,105]},{"name":"RASCONNSTATE","features":[105]},{"name":"RASCONNSTATUSA","features":[105,16]},{"name":"RASCONNSTATUSW","features":[105,16]},{"name":"RASCONNSUBSTATE","features":[105]},{"name":"RASCONNW","features":[1,105]},{"name":"RASCONNW","features":[1,105]},{"name":"RASCREDENTIALSA","features":[105]},{"name":"RASCREDENTIALSW","features":[105]},{"name":"RASCSS_DONE","features":[105]},{"name":"RASCSS_Dormant","features":[105]},{"name":"RASCSS_None","features":[105]},{"name":"RASCSS_Reconnected","features":[105]},{"name":"RASCSS_Reconnecting","features":[105]},{"name":"RASCS_AllDevicesConnected","features":[105]},{"name":"RASCS_ApplySettings","features":[105]},{"name":"RASCS_AuthAck","features":[105]},{"name":"RASCS_AuthCallback","features":[105]},{"name":"RASCS_AuthChangePassword","features":[105]},{"name":"RASCS_AuthLinkSpeed","features":[105]},{"name":"RASCS_AuthNotify","features":[105]},{"name":"RASCS_AuthProject","features":[105]},{"name":"RASCS_AuthRetry","features":[105]},{"name":"RASCS_Authenticate","features":[105]},{"name":"RASCS_Authenticated","features":[105]},{"name":"RASCS_CallbackComplete","features":[105]},{"name":"RASCS_CallbackSetByCaller","features":[105]},{"name":"RASCS_ConnectDevice","features":[105]},{"name":"RASCS_Connected","features":[105]},{"name":"RASCS_DONE","features":[105]},{"name":"RASCS_DeviceConnected","features":[105]},{"name":"RASCS_Disconnected","features":[105]},{"name":"RASCS_Interactive","features":[105]},{"name":"RASCS_InvokeEapUI","features":[105]},{"name":"RASCS_LogonNetwork","features":[105]},{"name":"RASCS_OpenPort","features":[105]},{"name":"RASCS_PAUSED","features":[105]},{"name":"RASCS_PasswordExpired","features":[105]},{"name":"RASCS_PortOpened","features":[105]},{"name":"RASCS_PrepareForCallback","features":[105]},{"name":"RASCS_Projected","features":[105]},{"name":"RASCS_ReAuthenticate","features":[105]},{"name":"RASCS_RetryAuthentication","features":[105]},{"name":"RASCS_StartAuthentication","features":[105]},{"name":"RASCS_SubEntryConnected","features":[105]},{"name":"RASCS_SubEntryDisconnected","features":[105]},{"name":"RASCS_WaitForCallback","features":[105]},{"name":"RASCS_WaitForModemReset","features":[105]},{"name":"RASCTRYINFO","features":[105]},{"name":"RASCUSTOMSCRIPTEXTENSIONS","features":[1,105]},{"name":"RASDDFLAG_AoacRedial","features":[105]},{"name":"RASDDFLAG_LinkFailure","features":[105]},{"name":"RASDDFLAG_NoPrompt","features":[105]},{"name":"RASDDFLAG_PositionDlg","features":[105]},{"name":"RASDEVINFOA","features":[105]},{"name":"RASDEVINFOW","features":[105]},{"name":"RASDEVSPECIFICINFO","features":[105]},{"name":"RASDEVSPECIFICINFO","features":[105]},{"name":"RASDIALDLG","features":[1,105]},{"name":"RASDIALEVENT","features":[105]},{"name":"RASDIALEXTENSIONS","features":[1,105]},{"name":"RASDIALFUNC","features":[105]},{"name":"RASDIALFUNC1","features":[105]},{"name":"RASDIALFUNC2","features":[105]},{"name":"RASDIALPARAMSA","features":[105]},{"name":"RASDIALPARAMSA","features":[105]},{"name":"RASDIALPARAMSW","features":[105]},{"name":"RASDIALPARAMSW","features":[105]},{"name":"RASDT_Atm","features":[105]},{"name":"RASDT_FrameRelay","features":[105]},{"name":"RASDT_Generic","features":[105]},{"name":"RASDT_Irda","features":[105]},{"name":"RASDT_Isdn","features":[105]},{"name":"RASDT_Modem","features":[105]},{"name":"RASDT_PPPoE","features":[105]},{"name":"RASDT_Pad","features":[105]},{"name":"RASDT_Parallel","features":[105]},{"name":"RASDT_SW56","features":[105]},{"name":"RASDT_Serial","features":[105]},{"name":"RASDT_Sonet","features":[105]},{"name":"RASDT_Vpn","features":[105]},{"name":"RASDT_X25","features":[105]},{"name":"RASEAPF_Logon","features":[105]},{"name":"RASEAPF_NonInteractive","features":[105]},{"name":"RASEAPF_Preview","features":[105]},{"name":"RASEAPINFO","features":[105]},{"name":"RASEAPUSERIDENTITYA","features":[105]},{"name":"RASEAPUSERIDENTITYW","features":[105]},{"name":"RASEDFLAG_CloneEntry","features":[105]},{"name":"RASEDFLAG_IncomingConnection","features":[105]},{"name":"RASEDFLAG_InternetEntry","features":[105]},{"name":"RASEDFLAG_NAT","features":[105]},{"name":"RASEDFLAG_NewBroadbandEntry","features":[105]},{"name":"RASEDFLAG_NewDirectEntry","features":[105]},{"name":"RASEDFLAG_NewEntry","features":[105]},{"name":"RASEDFLAG_NewPhoneEntry","features":[105]},{"name":"RASEDFLAG_NewTunnelEntry","features":[105]},{"name":"RASEDFLAG_NoRename","features":[105]},{"name":"RASEDFLAG_PositionDlg","features":[105]},{"name":"RASEDFLAG_ShellOwned","features":[105]},{"name":"RASEDM_DialAll","features":[105]},{"name":"RASEDM_DialAsNeeded","features":[105]},{"name":"RASENTRYA","features":[1,105,16]},{"name":"RASENTRYDLGA","features":[1,105]},{"name":"RASENTRYDLGA","features":[1,105]},{"name":"RASENTRYDLGW","features":[1,105]},{"name":"RASENTRYDLGW","features":[1,105]},{"name":"RASENTRYNAMEA","features":[105]},{"name":"RASENTRYNAMEW","features":[105]},{"name":"RASENTRYW","features":[1,105,16]},{"name":"RASENTRY_DIAL_MODE","features":[105]},{"name":"RASEO2_AuthTypeIsOtp","features":[105]},{"name":"RASEO2_AutoTriggerCapable","features":[105]},{"name":"RASEO2_CacheCredentials","features":[105]},{"name":"RASEO2_DisableClassBasedStaticRoute","features":[105]},{"name":"RASEO2_DisableIKENameEkuCheck","features":[105]},{"name":"RASEO2_DisableMobility","features":[105]},{"name":"RASEO2_DisableNbtOverIP","features":[105]},{"name":"RASEO2_DontNegotiateMultilink","features":[105]},{"name":"RASEO2_DontUseRasCredentials","features":[105]},{"name":"RASEO2_IPv4ExplicitMetric","features":[105]},{"name":"RASEO2_IPv6ExplicitMetric","features":[105]},{"name":"RASEO2_IPv6RemoteDefaultGateway","features":[105]},{"name":"RASEO2_IPv6SpecificNameServers","features":[105]},{"name":"RASEO2_Internet","features":[105]},{"name":"RASEO2_IsAlwaysOn","features":[105]},{"name":"RASEO2_IsPrivateNetwork","features":[105]},{"name":"RASEO2_IsThirdPartyProfile","features":[105]},{"name":"RASEO2_PlumbIKEv2TSAsRoutes","features":[105]},{"name":"RASEO2_ReconnectIfDropped","features":[105]},{"name":"RASEO2_RegisterIpWithDNS","features":[105]},{"name":"RASEO2_RequireMachineCertificates","features":[105]},{"name":"RASEO2_SecureClientForMSNet","features":[105]},{"name":"RASEO2_SecureFileAndPrint","features":[105]},{"name":"RASEO2_SecureRoutingCompartment","features":[105]},{"name":"RASEO2_SharePhoneNumbers","features":[105]},{"name":"RASEO2_SpecificIPv6Addr","features":[105]},{"name":"RASEO2_UseDNSSuffixForRegistration","features":[105]},{"name":"RASEO2_UseGlobalDeviceSettings","features":[105]},{"name":"RASEO2_UsePreSharedKey","features":[105]},{"name":"RASEO2_UsePreSharedKeyForIkev2Initiator","features":[105]},{"name":"RASEO2_UsePreSharedKeyForIkev2Responder","features":[105]},{"name":"RASEO2_UseTypicalSettings","features":[105]},{"name":"RASEO_Custom","features":[105]},{"name":"RASEO_CustomScript","features":[105]},{"name":"RASEO_DisableLcpExtensions","features":[105]},{"name":"RASEO_IpHeaderCompression","features":[105]},{"name":"RASEO_ModemLights","features":[105]},{"name":"RASEO_NetworkLogon","features":[105]},{"name":"RASEO_PreviewDomain","features":[105]},{"name":"RASEO_PreviewPhoneNumber","features":[105]},{"name":"RASEO_PreviewUserPw","features":[105]},{"name":"RASEO_PromoteAlternates","features":[105]},{"name":"RASEO_RemoteDefaultGateway","features":[105]},{"name":"RASEO_RequireCHAP","features":[105]},{"name":"RASEO_RequireDataEncryption","features":[105]},{"name":"RASEO_RequireEAP","features":[105]},{"name":"RASEO_RequireEncryptedPw","features":[105]},{"name":"RASEO_RequireMsCHAP","features":[105]},{"name":"RASEO_RequireMsCHAP2","features":[105]},{"name":"RASEO_RequireMsEncryptedPw","features":[105]},{"name":"RASEO_RequirePAP","features":[105]},{"name":"RASEO_RequireSPAP","features":[105]},{"name":"RASEO_RequireW95MSCHAP","features":[105]},{"name":"RASEO_SecureLocalFiles","features":[105]},{"name":"RASEO_SharedPhoneNumbers","features":[105]},{"name":"RASEO_ShowDialingProgress","features":[105]},{"name":"RASEO_SpecificIpAddr","features":[105]},{"name":"RASEO_SpecificNameServers","features":[105]},{"name":"RASEO_SwCompression","features":[105]},{"name":"RASEO_TerminalAfterDial","features":[105]},{"name":"RASEO_TerminalBeforeDial","features":[105]},{"name":"RASEO_UseCountryAndAreaCodes","features":[105]},{"name":"RASEO_UseLogonCredentials","features":[105]},{"name":"RASET_Broadband","features":[105]},{"name":"RASET_Direct","features":[105]},{"name":"RASET_Internet","features":[105]},{"name":"RASET_Phone","features":[105]},{"name":"RASET_Vpn","features":[105]},{"name":"RASFP_Ppp","features":[105]},{"name":"RASFP_Ras","features":[105]},{"name":"RASFP_Slip","features":[105]},{"name":"RASIDS_Disabled","features":[105]},{"name":"RASIDS_UseGlobalValue","features":[105]},{"name":"RASIKEV2_PROJECTION_INFO","features":[105,16]},{"name":"RASIKEV2_PROJECTION_INFO","features":[105,16]},{"name":"RASIKEV_PROJECTION_INFO_FLAGS","features":[105]},{"name":"RASIKEv2_AUTH_EAP","features":[105]},{"name":"RASIKEv2_AUTH_MACHINECERTIFICATES","features":[105]},{"name":"RASIKEv2_AUTH_PSK","features":[105]},{"name":"RASIKEv2_FLAGS_BEHIND_NAT","features":[105]},{"name":"RASIKEv2_FLAGS_MOBIKESUPPORTED","features":[105]},{"name":"RASIKEv2_FLAGS_SERVERBEHIND_NAT","features":[105]},{"name":"RASIPADDR","features":[105]},{"name":"RASIPO_VJ","features":[105]},{"name":"RASIPXW","features":[105]},{"name":"RASLCPAD_CHAP_MD5","features":[105]},{"name":"RASLCPAD_CHAP_MS","features":[105]},{"name":"RASLCPAD_CHAP_MSV2","features":[105]},{"name":"RASLCPAP_CHAP","features":[105]},{"name":"RASLCPAP_EAP","features":[105]},{"name":"RASLCPAP_PAP","features":[105]},{"name":"RASLCPAP_SPAP","features":[105]},{"name":"RASLCPO_3_DES","features":[105]},{"name":"RASLCPO_ACFC","features":[105]},{"name":"RASLCPO_AES_128","features":[105]},{"name":"RASLCPO_AES_192","features":[105]},{"name":"RASLCPO_AES_256","features":[105]},{"name":"RASLCPO_DES_56","features":[105]},{"name":"RASLCPO_GCM_AES_128","features":[105]},{"name":"RASLCPO_GCM_AES_192","features":[105]},{"name":"RASLCPO_GCM_AES_256","features":[105]},{"name":"RASLCPO_PFC","features":[105]},{"name":"RASLCPO_SSHF","features":[105]},{"name":"RASNAP_ProbationTime","features":[105]},{"name":"RASNOUSERA","features":[105]},{"name":"RASNOUSERW","features":[105]},{"name":"RASNOUSER_SmartCard","features":[105]},{"name":"RASNP_Ip","features":[105]},{"name":"RASNP_Ipv6","features":[105]},{"name":"RASNP_Ipx","features":[105]},{"name":"RASNP_NetBEUI","features":[105]},{"name":"RASPBDEVENT_AddEntry","features":[105]},{"name":"RASPBDEVENT_DialEntry","features":[105]},{"name":"RASPBDEVENT_EditEntry","features":[105]},{"name":"RASPBDEVENT_EditGlobals","features":[105]},{"name":"RASPBDEVENT_NoUser","features":[105]},{"name":"RASPBDEVENT_NoUserEdit","features":[105]},{"name":"RASPBDEVENT_RemoveEntry","features":[105]},{"name":"RASPBDFLAG_ForceCloseOnDial","features":[105]},{"name":"RASPBDFLAG_NoUser","features":[105]},{"name":"RASPBDFLAG_PositionDlg","features":[105]},{"name":"RASPBDFLAG_UpdateDefaults","features":[105]},{"name":"RASPBDLGA","features":[1,105]},{"name":"RASPBDLGA","features":[1,105]},{"name":"RASPBDLGFUNCA","features":[105]},{"name":"RASPBDLGFUNCW","features":[105]},{"name":"RASPBDLGW","features":[1,105]},{"name":"RASPBDLGW","features":[1,105]},{"name":"RASPPPCCP","features":[105]},{"name":"RASPPPIPA","features":[105]},{"name":"RASPPPIPV6","features":[105]},{"name":"RASPPPIPW","features":[105]},{"name":"RASPPPIPXA","features":[105]},{"name":"RASPPPLCPA","features":[1,105]},{"name":"RASPPPLCPW","features":[1,105]},{"name":"RASPPPNBFA","features":[105]},{"name":"RASPPPNBFW","features":[105]},{"name":"RASPPP_PROJECTION_INFO","features":[1,105,16]},{"name":"RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA","features":[105]},{"name":"RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL","features":[105]},{"name":"RASPRIV2_DialinPolicy","features":[105]},{"name":"RASPRIV_AdminSetCallback","features":[105]},{"name":"RASPRIV_CallerSetCallback","features":[105]},{"name":"RASPRIV_DialinPrivilege","features":[105]},{"name":"RASPRIV_NoCallback","features":[105]},{"name":"RASPROJECTION","features":[105]},{"name":"RASPROJECTION_INFO_TYPE","features":[105]},{"name":"RASP_Amb","features":[105]},{"name":"RASP_PppCcp","features":[105]},{"name":"RASP_PppIp","features":[105]},{"name":"RASP_PppIpv6","features":[105]},{"name":"RASP_PppIpx","features":[105]},{"name":"RASP_PppLcp","features":[105]},{"name":"RASP_PppNbf","features":[105]},{"name":"RASSECURITYPROC","features":[105]},{"name":"RASSUBENTRYA","features":[105]},{"name":"RASSUBENTRYW","features":[105]},{"name":"RASTUNNELENDPOINT","features":[105,16]},{"name":"RASTUNNELENDPOINT_IPv4","features":[105]},{"name":"RASTUNNELENDPOINT_IPv6","features":[105]},{"name":"RASTUNNELENDPOINT_UNKNOWN","features":[105]},{"name":"RASUPDATECONN","features":[105,16]},{"name":"RAS_CONNECTION_0","features":[1,105]},{"name":"RAS_CONNECTION_1","features":[1,105]},{"name":"RAS_CONNECTION_2","features":[1,105]},{"name":"RAS_CONNECTION_3","features":[1,105]},{"name":"RAS_CONNECTION_4","features":[1,105]},{"name":"RAS_CONNECTION_EX","features":[1,105]},{"name":"RAS_FLAGS","features":[105]},{"name":"RAS_FLAGS_ARAP_CONNECTION","features":[105]},{"name":"RAS_FLAGS_DORMANT","features":[105]},{"name":"RAS_FLAGS_IKEV2_CONNECTION","features":[105]},{"name":"RAS_FLAGS_MESSENGER_PRESENT","features":[105]},{"name":"RAS_FLAGS_PPP_CONNECTION","features":[105]},{"name":"RAS_FLAGS_QUARANTINE_PRESENT","features":[105]},{"name":"RAS_FLAGS_RAS_CONNECTION","features":[105]},{"name":"RAS_HARDWARE_CONDITION","features":[105]},{"name":"RAS_HARDWARE_FAILURE","features":[105]},{"name":"RAS_HARDWARE_OPERATIONAL","features":[105]},{"name":"RAS_MaxAreaCode","features":[105]},{"name":"RAS_MaxCallbackNumber","features":[105]},{"name":"RAS_MaxDeviceName","features":[105]},{"name":"RAS_MaxDeviceType","features":[105]},{"name":"RAS_MaxDnsSuffix","features":[105]},{"name":"RAS_MaxEntryName","features":[105]},{"name":"RAS_MaxFacilities","features":[105]},{"name":"RAS_MaxIDSize","features":[105]},{"name":"RAS_MaxIpAddress","features":[105]},{"name":"RAS_MaxIpxAddress","features":[105]},{"name":"RAS_MaxPadType","features":[105]},{"name":"RAS_MaxPhoneNumber","features":[105]},{"name":"RAS_MaxReplyMessage","features":[105]},{"name":"RAS_MaxUserData","features":[105]},{"name":"RAS_MaxX25Address","features":[105]},{"name":"RAS_PORT_0","features":[1,105]},{"name":"RAS_PORT_1","features":[1,105]},{"name":"RAS_PORT_2","features":[1,105]},{"name":"RAS_PORT_AUTHENTICATED","features":[105]},{"name":"RAS_PORT_AUTHENTICATING","features":[105]},{"name":"RAS_PORT_CALLING_BACK","features":[105]},{"name":"RAS_PORT_CONDITION","features":[105]},{"name":"RAS_PORT_DISCONNECTED","features":[105]},{"name":"RAS_PORT_INITIALIZING","features":[105]},{"name":"RAS_PORT_LISTENING","features":[105]},{"name":"RAS_PORT_NON_OPERATIONAL","features":[105]},{"name":"RAS_PROJECTION_INFO","features":[1,105,16]},{"name":"RAS_QUARANTINE_STATE","features":[105]},{"name":"RAS_QUAR_STATE_NORMAL","features":[105]},{"name":"RAS_QUAR_STATE_NOT_CAPABLE","features":[105]},{"name":"RAS_QUAR_STATE_PROBATION","features":[105]},{"name":"RAS_QUAR_STATE_QUARANTINE","features":[105]},{"name":"RAS_SECURITY_INFO","features":[105]},{"name":"RAS_STATS","features":[105]},{"name":"RAS_UPDATE_CONNECTION","features":[105]},{"name":"RAS_USER_0","features":[105]},{"name":"RAS_USER_1","features":[105]},{"name":"RCD_AllUsers","features":[105]},{"name":"RCD_Eap","features":[105]},{"name":"RCD_Logon","features":[105]},{"name":"RCD_SingleUser","features":[105]},{"name":"RDEOPT_CustomDial","features":[105]},{"name":"RDEOPT_DisableConnectedUI","features":[105]},{"name":"RDEOPT_DisableReconnect","features":[105]},{"name":"RDEOPT_DisableReconnectUI","features":[105]},{"name":"RDEOPT_EapInfoCryptInCapable","features":[105]},{"name":"RDEOPT_IgnoreModemSpeaker","features":[105]},{"name":"RDEOPT_IgnoreSoftwareCompression","features":[105]},{"name":"RDEOPT_InvokeAutoTriggerCredentialUI","features":[105]},{"name":"RDEOPT_NoUser","features":[105]},{"name":"RDEOPT_PauseOnScript","features":[105]},{"name":"RDEOPT_PausedStates","features":[105]},{"name":"RDEOPT_Router","features":[105]},{"name":"RDEOPT_SetModemSpeaker","features":[105]},{"name":"RDEOPT_SetSoftwareCompression","features":[105]},{"name":"RDEOPT_UseCustomScripting","features":[105]},{"name":"RDEOPT_UsePrefixSuffix","features":[105]},{"name":"REN_AllUsers","features":[105]},{"name":"REN_User","features":[105]},{"name":"ROUTER_CONNECTION_STATE","features":[105]},{"name":"ROUTER_CUSTOM_IKEv2_POLICY0","features":[105]},{"name":"ROUTER_IF_STATE_CONNECTED","features":[105]},{"name":"ROUTER_IF_STATE_CONNECTING","features":[105]},{"name":"ROUTER_IF_STATE_DISCONNECTED","features":[105]},{"name":"ROUTER_IF_STATE_UNREACHABLE","features":[105]},{"name":"ROUTER_IF_TYPE_CLIENT","features":[105]},{"name":"ROUTER_IF_TYPE_DEDICATED","features":[105]},{"name":"ROUTER_IF_TYPE_DIALOUT","features":[105]},{"name":"ROUTER_IF_TYPE_FULL_ROUTER","features":[105]},{"name":"ROUTER_IF_TYPE_HOME_ROUTER","features":[105]},{"name":"ROUTER_IF_TYPE_INTERNAL","features":[105]},{"name":"ROUTER_IF_TYPE_LOOPBACK","features":[105]},{"name":"ROUTER_IF_TYPE_MAX","features":[105]},{"name":"ROUTER_IF_TYPE_TUNNEL1","features":[105]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG0","features":[105,75]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG1","features":[105,75]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG2","features":[105,16,75]},{"name":"ROUTER_INTERFACE_TYPE","features":[105]},{"name":"ROUTING_PROTOCOL_CONFIG","features":[1,105]},{"name":"RRAS_SERVICE_NAME","features":[105]},{"name":"RTM_BLOCK_METHODS","features":[105]},{"name":"RTM_CHANGE_NOTIFICATION","features":[105]},{"name":"RTM_CHANGE_TYPE_ALL","features":[105]},{"name":"RTM_CHANGE_TYPE_BEST","features":[105]},{"name":"RTM_CHANGE_TYPE_FORWARDING","features":[105]},{"name":"RTM_DEST_FLAG_DONT_FORWARD","features":[105]},{"name":"RTM_DEST_FLAG_FWD_ENGIN_ADD","features":[105]},{"name":"RTM_DEST_FLAG_NATURAL_NET","features":[105]},{"name":"RTM_DEST_INFO","features":[1,105]},{"name":"RTM_ENTITY_DEREGISTERED","features":[105]},{"name":"RTM_ENTITY_EXPORT_METHOD","features":[105]},{"name":"RTM_ENTITY_EXPORT_METHODS","features":[105]},{"name":"RTM_ENTITY_ID","features":[105]},{"name":"RTM_ENTITY_INFO","features":[105]},{"name":"RTM_ENTITY_METHOD_INPUT","features":[105]},{"name":"RTM_ENTITY_METHOD_OUTPUT","features":[105]},{"name":"RTM_ENTITY_REGISTERED","features":[105]},{"name":"RTM_ENUM_ALL_DESTS","features":[105]},{"name":"RTM_ENUM_ALL_ROUTES","features":[105]},{"name":"RTM_ENUM_NEXT","features":[105]},{"name":"RTM_ENUM_OWN_DESTS","features":[105]},{"name":"RTM_ENUM_OWN_ROUTES","features":[105]},{"name":"RTM_ENUM_RANGE","features":[105]},{"name":"RTM_ENUM_START","features":[105]},{"name":"RTM_EVENT_CALLBACK","features":[105]},{"name":"RTM_EVENT_TYPE","features":[105]},{"name":"RTM_MATCH_FULL","features":[105]},{"name":"RTM_MATCH_INTERFACE","features":[105]},{"name":"RTM_MATCH_NEIGHBOUR","features":[105]},{"name":"RTM_MATCH_NEXTHOP","features":[105]},{"name":"RTM_MATCH_NONE","features":[105]},{"name":"RTM_MATCH_OWNER","features":[105]},{"name":"RTM_MATCH_PREF","features":[105]},{"name":"RTM_MAX_ADDRESS_SIZE","features":[105]},{"name":"RTM_MAX_VIEWS","features":[105]},{"name":"RTM_NET_ADDRESS","features":[105]},{"name":"RTM_NEXTHOP_CHANGE_NEW","features":[105]},{"name":"RTM_NEXTHOP_FLAGS_DOWN","features":[105]},{"name":"RTM_NEXTHOP_FLAGS_REMOTE","features":[105]},{"name":"RTM_NEXTHOP_INFO","features":[105]},{"name":"RTM_NEXTHOP_LIST","features":[105]},{"name":"RTM_NEXTHOP_STATE_CREATED","features":[105]},{"name":"RTM_NEXTHOP_STATE_DELETED","features":[105]},{"name":"RTM_NOTIFY_ONLY_MARKED_DESTS","features":[105]},{"name":"RTM_NUM_CHANGE_TYPES","features":[105]},{"name":"RTM_PREF_INFO","features":[105]},{"name":"RTM_REGN_PROFILE","features":[105]},{"name":"RTM_RESUME_METHODS","features":[105]},{"name":"RTM_ROUTE_CHANGE_BEST","features":[105]},{"name":"RTM_ROUTE_CHANGE_FIRST","features":[105]},{"name":"RTM_ROUTE_CHANGE_NEW","features":[105]},{"name":"RTM_ROUTE_EXPIRED","features":[105]},{"name":"RTM_ROUTE_FLAGS_BLACKHOLE","features":[105]},{"name":"RTM_ROUTE_FLAGS_DISCARD","features":[105]},{"name":"RTM_ROUTE_FLAGS_INACTIVE","features":[105]},{"name":"RTM_ROUTE_FLAGS_LIMITED_BC","features":[105]},{"name":"RTM_ROUTE_FLAGS_LOCAL","features":[105]},{"name":"RTM_ROUTE_FLAGS_LOCAL_MCAST","features":[105]},{"name":"RTM_ROUTE_FLAGS_LOOPBACK","features":[105]},{"name":"RTM_ROUTE_FLAGS_MARTIAN","features":[105]},{"name":"RTM_ROUTE_FLAGS_MCAST","features":[105]},{"name":"RTM_ROUTE_FLAGS_MYSELF","features":[105]},{"name":"RTM_ROUTE_FLAGS_ONES_NETBC","features":[105]},{"name":"RTM_ROUTE_FLAGS_ONES_SUBNETBC","features":[105]},{"name":"RTM_ROUTE_FLAGS_REMOTE","features":[105]},{"name":"RTM_ROUTE_FLAGS_ZEROS_NETBC","features":[105]},{"name":"RTM_ROUTE_FLAGS_ZEROS_SUBNETBC","features":[105]},{"name":"RTM_ROUTE_INFO","features":[105]},{"name":"RTM_ROUTE_STATE_CREATED","features":[105]},{"name":"RTM_ROUTE_STATE_DELETED","features":[105]},{"name":"RTM_ROUTE_STATE_DELETING","features":[105]},{"name":"RTM_VIEW_ID_MCAST","features":[105]},{"name":"RTM_VIEW_ID_UCAST","features":[105]},{"name":"RTM_VIEW_MASK_ALL","features":[105]},{"name":"RTM_VIEW_MASK_ANY","features":[105]},{"name":"RTM_VIEW_MASK_MCAST","features":[105]},{"name":"RTM_VIEW_MASK_NONE","features":[105]},{"name":"RTM_VIEW_MASK_SIZE","features":[105]},{"name":"RTM_VIEW_MASK_UCAST","features":[105]},{"name":"RasClearConnectionStatistics","features":[105]},{"name":"RasClearLinkStatistics","features":[105]},{"name":"RasConnectionNotificationA","features":[1,105]},{"name":"RasConnectionNotificationW","features":[1,105]},{"name":"RasCreatePhonebookEntryA","features":[1,105]},{"name":"RasCreatePhonebookEntryW","features":[1,105]},{"name":"RasCustomDeleteEntryNotifyFn","features":[105]},{"name":"RasCustomDialDlgFn","features":[1,105]},{"name":"RasCustomDialFn","features":[1,105]},{"name":"RasCustomEntryDlgFn","features":[1,105]},{"name":"RasCustomHangUpFn","features":[105]},{"name":"RasCustomScriptExecuteFn","features":[1,105]},{"name":"RasDeleteEntryA","features":[105]},{"name":"RasDeleteEntryW","features":[105]},{"name":"RasDeleteSubEntryA","features":[105]},{"name":"RasDeleteSubEntryW","features":[105]},{"name":"RasDialA","features":[1,105]},{"name":"RasDialDlgA","features":[1,105]},{"name":"RasDialDlgW","features":[1,105]},{"name":"RasDialW","features":[1,105]},{"name":"RasEditPhonebookEntryA","features":[1,105]},{"name":"RasEditPhonebookEntryW","features":[1,105]},{"name":"RasEntryDlgA","features":[1,105]},{"name":"RasEntryDlgW","features":[1,105]},{"name":"RasEnumAutodialAddressesA","features":[105]},{"name":"RasEnumAutodialAddressesW","features":[105]},{"name":"RasEnumConnectionsA","features":[1,105]},{"name":"RasEnumConnectionsW","features":[1,105]},{"name":"RasEnumDevicesA","features":[105]},{"name":"RasEnumDevicesW","features":[105]},{"name":"RasEnumEntriesA","features":[105]},{"name":"RasEnumEntriesW","features":[105]},{"name":"RasFreeEapUserIdentityA","features":[105]},{"name":"RasFreeEapUserIdentityW","features":[105]},{"name":"RasGetAutodialAddressA","features":[105]},{"name":"RasGetAutodialAddressW","features":[105]},{"name":"RasGetAutodialEnableA","features":[1,105]},{"name":"RasGetAutodialEnableW","features":[1,105]},{"name":"RasGetAutodialParamA","features":[105]},{"name":"RasGetAutodialParamW","features":[105]},{"name":"RasGetConnectStatusA","features":[105,16]},{"name":"RasGetConnectStatusW","features":[105,16]},{"name":"RasGetConnectionStatistics","features":[105]},{"name":"RasGetCountryInfoA","features":[105]},{"name":"RasGetCountryInfoW","features":[105]},{"name":"RasGetCredentialsA","features":[105]},{"name":"RasGetCredentialsW","features":[105]},{"name":"RasGetCustomAuthDataA","features":[105]},{"name":"RasGetCustomAuthDataW","features":[105]},{"name":"RasGetEapUserDataA","features":[1,105]},{"name":"RasGetEapUserDataW","features":[1,105]},{"name":"RasGetEapUserIdentityA","features":[1,105]},{"name":"RasGetEapUserIdentityW","features":[1,105]},{"name":"RasGetEntryDialParamsA","features":[1,105]},{"name":"RasGetEntryDialParamsW","features":[1,105]},{"name":"RasGetEntryPropertiesA","features":[1,105,16]},{"name":"RasGetEntryPropertiesW","features":[1,105,16]},{"name":"RasGetErrorStringA","features":[105]},{"name":"RasGetErrorStringW","features":[105]},{"name":"RasGetLinkStatistics","features":[105]},{"name":"RasGetPCscf","features":[105]},{"name":"RasGetProjectionInfoA","features":[105]},{"name":"RasGetProjectionInfoEx","features":[1,105,16]},{"name":"RasGetProjectionInfoW","features":[105]},{"name":"RasGetSubEntryHandleA","features":[105]},{"name":"RasGetSubEntryHandleW","features":[105]},{"name":"RasGetSubEntryPropertiesA","features":[105]},{"name":"RasGetSubEntryPropertiesW","features":[105]},{"name":"RasHangUpA","features":[105]},{"name":"RasHangUpW","features":[105]},{"name":"RasInvokeEapUI","features":[1,105]},{"name":"RasPhonebookDlgA","features":[1,105]},{"name":"RasPhonebookDlgW","features":[1,105]},{"name":"RasRenameEntryA","features":[105]},{"name":"RasRenameEntryW","features":[105]},{"name":"RasSetAutodialAddressA","features":[105]},{"name":"RasSetAutodialAddressW","features":[105]},{"name":"RasSetAutodialEnableA","features":[1,105]},{"name":"RasSetAutodialEnableW","features":[1,105]},{"name":"RasSetAutodialParamA","features":[105]},{"name":"RasSetAutodialParamW","features":[105]},{"name":"RasSetCredentialsA","features":[1,105]},{"name":"RasSetCredentialsW","features":[1,105]},{"name":"RasSetCustomAuthDataA","features":[105]},{"name":"RasSetCustomAuthDataW","features":[105]},{"name":"RasSetEapUserDataA","features":[1,105]},{"name":"RasSetEapUserDataW","features":[1,105]},{"name":"RasSetEntryDialParamsA","features":[1,105]},{"name":"RasSetEntryDialParamsW","features":[1,105]},{"name":"RasSetEntryPropertiesA","features":[1,105,16]},{"name":"RasSetEntryPropertiesW","features":[1,105,16]},{"name":"RasSetSubEntryPropertiesA","features":[105]},{"name":"RasSetSubEntryPropertiesW","features":[105]},{"name":"RasUpdateConnection","features":[105,16]},{"name":"RasValidateEntryNameA","features":[105]},{"name":"RasValidateEntryNameW","features":[105]},{"name":"RtmAddNextHop","features":[105]},{"name":"RtmAddRouteToDest","features":[105]},{"name":"RtmBlockMethods","features":[1,105]},{"name":"RtmConvertIpv6AddressAndLengthToNetAddress","features":[105,16]},{"name":"RtmConvertNetAddressToIpv6AddressAndLength","features":[105,16]},{"name":"RtmCreateDestEnum","features":[105]},{"name":"RtmCreateNextHopEnum","features":[105]},{"name":"RtmCreateRouteEnum","features":[105]},{"name":"RtmCreateRouteList","features":[105]},{"name":"RtmCreateRouteListEnum","features":[105]},{"name":"RtmDeleteEnumHandle","features":[105]},{"name":"RtmDeleteNextHop","features":[105]},{"name":"RtmDeleteRouteList","features":[105]},{"name":"RtmDeleteRouteToDest","features":[105]},{"name":"RtmDeregisterEntity","features":[105]},{"name":"RtmDeregisterFromChangeNotification","features":[105]},{"name":"RtmFindNextHop","features":[105]},{"name":"RtmGetChangeStatus","features":[1,105]},{"name":"RtmGetChangedDests","features":[1,105]},{"name":"RtmGetDestInfo","features":[1,105]},{"name":"RtmGetEntityInfo","features":[105]},{"name":"RtmGetEntityMethods","features":[105]},{"name":"RtmGetEnumDests","features":[1,105]},{"name":"RtmGetEnumNextHops","features":[105]},{"name":"RtmGetEnumRoutes","features":[105]},{"name":"RtmGetExactMatchDestination","features":[1,105]},{"name":"RtmGetExactMatchRoute","features":[105]},{"name":"RtmGetLessSpecificDestination","features":[1,105]},{"name":"RtmGetListEnumRoutes","features":[105]},{"name":"RtmGetMostSpecificDestination","features":[1,105]},{"name":"RtmGetNextHopInfo","features":[105]},{"name":"RtmGetNextHopPointer","features":[105]},{"name":"RtmGetOpaqueInformationPointer","features":[105]},{"name":"RtmGetRegisteredEntities","features":[105]},{"name":"RtmGetRouteInfo","features":[105]},{"name":"RtmGetRoutePointer","features":[105]},{"name":"RtmHoldDestination","features":[105]},{"name":"RtmIgnoreChangedDests","features":[105]},{"name":"RtmInsertInRouteList","features":[105]},{"name":"RtmInvokeMethod","features":[105]},{"name":"RtmIsBestRoute","features":[105]},{"name":"RtmIsMarkedForChangeNotification","features":[1,105]},{"name":"RtmLockDestination","features":[1,105]},{"name":"RtmLockNextHop","features":[1,105]},{"name":"RtmLockRoute","features":[1,105]},{"name":"RtmMarkDestForChangeNotification","features":[1,105]},{"name":"RtmReferenceHandles","features":[1,105]},{"name":"RtmRegisterEntity","features":[1,105]},{"name":"RtmRegisterForChangeNotification","features":[105]},{"name":"RtmReleaseChangedDests","features":[1,105]},{"name":"RtmReleaseDestInfo","features":[1,105]},{"name":"RtmReleaseDests","features":[1,105]},{"name":"RtmReleaseEntities","features":[105]},{"name":"RtmReleaseEntityInfo","features":[105]},{"name":"RtmReleaseNextHopInfo","features":[105]},{"name":"RtmReleaseNextHops","features":[105]},{"name":"RtmReleaseRouteInfo","features":[105]},{"name":"RtmReleaseRoutes","features":[105]},{"name":"RtmUpdateAndUnlockRoute","features":[105]},{"name":"SECURITYMSG_ERROR","features":[105]},{"name":"SECURITYMSG_FAILURE","features":[105]},{"name":"SECURITYMSG_SUCCESS","features":[105]},{"name":"SECURITY_MESSAGE","features":[105]},{"name":"SECURITY_MESSAGE_MSG_ID","features":[105]},{"name":"SOURCE_GROUP_ENTRY","features":[105]},{"name":"SSTP_CERT_INFO","features":[1,105,75]},{"name":"SSTP_CONFIG_PARAMS","features":[1,105,75]},{"name":"VPN_TS_IP_ADDRESS","features":[105,16]},{"name":"VS_Default","features":[105]},{"name":"VS_GREOnly","features":[105]},{"name":"VS_Ikev2First","features":[105]},{"name":"VS_Ikev2Only","features":[105]},{"name":"VS_Ikev2Sstp","features":[105]},{"name":"VS_L2tpFirst","features":[105]},{"name":"VS_L2tpOnly","features":[105]},{"name":"VS_L2tpSstp","features":[105]},{"name":"VS_PptpFirst","features":[105]},{"name":"VS_PptpOnly","features":[105]},{"name":"VS_PptpSstp","features":[105]},{"name":"VS_ProtocolList","features":[105]},{"name":"VS_SstpFirst","features":[105]},{"name":"VS_SstpOnly","features":[105]},{"name":"WARNING_MSG_ALIAS_NOT_ADDED","features":[105]},{"name":"WM_RASDIALEVENT","features":[105]}],"467":[{"name":"ASN_APPLICATION","features":[106]},{"name":"ASN_CONSTRUCTOR","features":[106]},{"name":"ASN_CONTEXT","features":[106]},{"name":"ASN_CONTEXTSPECIFIC","features":[106]},{"name":"ASN_PRIMATIVE","features":[106]},{"name":"ASN_PRIMITIVE","features":[106]},{"name":"ASN_PRIVATE","features":[106]},{"name":"ASN_UNIVERSAL","features":[106]},{"name":"AsnAny","features":[1,106]},{"name":"AsnObjectIdentifier","features":[106]},{"name":"AsnObjectIdentifier","features":[106]},{"name":"AsnOctetString","features":[1,106]},{"name":"AsnOctetString","features":[1,106]},{"name":"DEFAULT_SNMPTRAP_PORT_IPX","features":[106]},{"name":"DEFAULT_SNMPTRAP_PORT_UDP","features":[106]},{"name":"DEFAULT_SNMP_PORT_IPX","features":[106]},{"name":"DEFAULT_SNMP_PORT_UDP","features":[106]},{"name":"MAXOBJIDSIZE","features":[106]},{"name":"MAXOBJIDSTRSIZE","features":[106]},{"name":"MAXVENDORINFO","features":[106]},{"name":"MGMCTL_SETAGENTPORT","features":[106]},{"name":"PFNSNMPCLEANUPEX","features":[106]},{"name":"PFNSNMPEXTENSIONCLOSE","features":[106]},{"name":"PFNSNMPEXTENSIONINIT","features":[1,106]},{"name":"PFNSNMPEXTENSIONINITEX","features":[1,106]},{"name":"PFNSNMPEXTENSIONMONITOR","features":[1,106]},{"name":"PFNSNMPEXTENSIONQUERY","features":[1,106]},{"name":"PFNSNMPEXTENSIONQUERYEX","features":[1,106]},{"name":"PFNSNMPEXTENSIONTRAP","features":[1,106]},{"name":"PFNSNMPSTARTUPEX","features":[106]},{"name":"SNMPAPI_ALLOC_ERROR","features":[106]},{"name":"SNMPAPI_CALLBACK","features":[1,106]},{"name":"SNMPAPI_CONTEXT_INVALID","features":[106]},{"name":"SNMPAPI_CONTEXT_UNKNOWN","features":[106]},{"name":"SNMPAPI_ENTITY_INVALID","features":[106]},{"name":"SNMPAPI_ENTITY_UNKNOWN","features":[106]},{"name":"SNMPAPI_ERROR","features":[106]},{"name":"SNMPAPI_FAILURE","features":[106]},{"name":"SNMPAPI_HWND_INVALID","features":[106]},{"name":"SNMPAPI_INDEX_INVALID","features":[106]},{"name":"SNMPAPI_M2M_SUPPORT","features":[106]},{"name":"SNMPAPI_MESSAGE_INVALID","features":[106]},{"name":"SNMPAPI_MODE_INVALID","features":[106]},{"name":"SNMPAPI_NOERROR","features":[106]},{"name":"SNMPAPI_NOOP","features":[106]},{"name":"SNMPAPI_NOT_INITIALIZED","features":[106]},{"name":"SNMPAPI_NO_SUPPORT","features":[106]},{"name":"SNMPAPI_OFF","features":[106]},{"name":"SNMPAPI_OID_INVALID","features":[106]},{"name":"SNMPAPI_ON","features":[106]},{"name":"SNMPAPI_OPERATION_INVALID","features":[106]},{"name":"SNMPAPI_OTHER_ERROR","features":[106]},{"name":"SNMPAPI_OUTPUT_TRUNCATED","features":[106]},{"name":"SNMPAPI_PDU_INVALID","features":[106]},{"name":"SNMPAPI_SESSION_INVALID","features":[106]},{"name":"SNMPAPI_SIZE_INVALID","features":[106]},{"name":"SNMPAPI_SUCCESS","features":[106]},{"name":"SNMPAPI_SYNTAX_INVALID","features":[106]},{"name":"SNMPAPI_TL_INVALID_PARAM","features":[106]},{"name":"SNMPAPI_TL_IN_USE","features":[106]},{"name":"SNMPAPI_TL_NOT_AVAILABLE","features":[106]},{"name":"SNMPAPI_TL_NOT_INITIALIZED","features":[106]},{"name":"SNMPAPI_TL_NOT_SUPPORTED","features":[106]},{"name":"SNMPAPI_TL_OTHER","features":[106]},{"name":"SNMPAPI_TL_PDU_TOO_BIG","features":[106]},{"name":"SNMPAPI_TL_RESOURCE_ERROR","features":[106]},{"name":"SNMPAPI_TL_SRC_INVALID","features":[106]},{"name":"SNMPAPI_TL_TIMEOUT","features":[106]},{"name":"SNMPAPI_TL_UNDELIVERABLE","features":[106]},{"name":"SNMPAPI_TRANSLATED","features":[106]},{"name":"SNMPAPI_UNTRANSLATED_V1","features":[106]},{"name":"SNMPAPI_UNTRANSLATED_V2","features":[106]},{"name":"SNMPAPI_V1_SUPPORT","features":[106]},{"name":"SNMPAPI_V2_SUPPORT","features":[106]},{"name":"SNMPAPI_VBL_INVALID","features":[106]},{"name":"SNMPLISTEN_ALL_ADDR","features":[106]},{"name":"SNMPLISTEN_USEENTITY_ADDR","features":[106]},{"name":"SNMP_ACCESS_NONE","features":[106]},{"name":"SNMP_ACCESS_NOTIFY","features":[106]},{"name":"SNMP_ACCESS_READ_CREATE","features":[106]},{"name":"SNMP_ACCESS_READ_ONLY","features":[106]},{"name":"SNMP_ACCESS_READ_WRITE","features":[106]},{"name":"SNMP_API_TRANSLATE_MODE","features":[106]},{"name":"SNMP_AUTHAPI_INVALID_MSG_TYPE","features":[106]},{"name":"SNMP_AUTHAPI_INVALID_VERSION","features":[106]},{"name":"SNMP_AUTHAPI_TRIV_AUTH_FAILED","features":[106]},{"name":"SNMP_BERAPI_INVALID_LENGTH","features":[106]},{"name":"SNMP_BERAPI_INVALID_OBJELEM","features":[106]},{"name":"SNMP_BERAPI_INVALID_TAG","features":[106]},{"name":"SNMP_BERAPI_OVERFLOW","features":[106]},{"name":"SNMP_BERAPI_SHORT_BUFFER","features":[106]},{"name":"SNMP_ERROR","features":[106]},{"name":"SNMP_ERRORSTATUS_AUTHORIZATIONERROR","features":[106]},{"name":"SNMP_ERRORSTATUS_BADVALUE","features":[106]},{"name":"SNMP_ERRORSTATUS_COMMITFAILED","features":[106]},{"name":"SNMP_ERRORSTATUS_GENERR","features":[106]},{"name":"SNMP_ERRORSTATUS_INCONSISTENTNAME","features":[106]},{"name":"SNMP_ERRORSTATUS_INCONSISTENTVALUE","features":[106]},{"name":"SNMP_ERRORSTATUS_NOACCESS","features":[106]},{"name":"SNMP_ERRORSTATUS_NOCREATION","features":[106]},{"name":"SNMP_ERRORSTATUS_NOERROR","features":[106]},{"name":"SNMP_ERRORSTATUS_NOSUCHNAME","features":[106]},{"name":"SNMP_ERRORSTATUS_NOTWRITABLE","features":[106]},{"name":"SNMP_ERRORSTATUS_READONLY","features":[106]},{"name":"SNMP_ERRORSTATUS_RESOURCEUNAVAILABLE","features":[106]},{"name":"SNMP_ERRORSTATUS_TOOBIG","features":[106]},{"name":"SNMP_ERRORSTATUS_UNDOFAILED","features":[106]},{"name":"SNMP_ERRORSTATUS_WRONGENCODING","features":[106]},{"name":"SNMP_ERRORSTATUS_WRONGLENGTH","features":[106]},{"name":"SNMP_ERRORSTATUS_WRONGTYPE","features":[106]},{"name":"SNMP_ERRORSTATUS_WRONGVALUE","features":[106]},{"name":"SNMP_ERROR_AUTHORIZATIONERROR","features":[106]},{"name":"SNMP_ERROR_BADVALUE","features":[106]},{"name":"SNMP_ERROR_COMMITFAILED","features":[106]},{"name":"SNMP_ERROR_GENERR","features":[106]},{"name":"SNMP_ERROR_INCONSISTENTNAME","features":[106]},{"name":"SNMP_ERROR_INCONSISTENTVALUE","features":[106]},{"name":"SNMP_ERROR_NOACCESS","features":[106]},{"name":"SNMP_ERROR_NOCREATION","features":[106]},{"name":"SNMP_ERROR_NOERROR","features":[106]},{"name":"SNMP_ERROR_NOSUCHNAME","features":[106]},{"name":"SNMP_ERROR_NOTWRITABLE","features":[106]},{"name":"SNMP_ERROR_READONLY","features":[106]},{"name":"SNMP_ERROR_RESOURCEUNAVAILABLE","features":[106]},{"name":"SNMP_ERROR_STATUS","features":[106]},{"name":"SNMP_ERROR_TOOBIG","features":[106]},{"name":"SNMP_ERROR_UNDOFAILED","features":[106]},{"name":"SNMP_ERROR_WRONGENCODING","features":[106]},{"name":"SNMP_ERROR_WRONGLENGTH","features":[106]},{"name":"SNMP_ERROR_WRONGTYPE","features":[106]},{"name":"SNMP_ERROR_WRONGVALUE","features":[106]},{"name":"SNMP_EXTENSION_GET","features":[106]},{"name":"SNMP_EXTENSION_GET_NEXT","features":[106]},{"name":"SNMP_EXTENSION_REQUEST_TYPE","features":[106]},{"name":"SNMP_EXTENSION_SET_CLEANUP","features":[106]},{"name":"SNMP_EXTENSION_SET_COMMIT","features":[106]},{"name":"SNMP_EXTENSION_SET_TEST","features":[106]},{"name":"SNMP_EXTENSION_SET_UNDO","features":[106]},{"name":"SNMP_GENERICTRAP","features":[106]},{"name":"SNMP_GENERICTRAP_AUTHFAILURE","features":[106]},{"name":"SNMP_GENERICTRAP_COLDSTART","features":[106]},{"name":"SNMP_GENERICTRAP_EGPNEIGHLOSS","features":[106]},{"name":"SNMP_GENERICTRAP_ENTERSPECIFIC","features":[106]},{"name":"SNMP_GENERICTRAP_LINKDOWN","features":[106]},{"name":"SNMP_GENERICTRAP_LINKUP","features":[106]},{"name":"SNMP_GENERICTRAP_WARMSTART","features":[106]},{"name":"SNMP_LOG","features":[106]},{"name":"SNMP_LOG_ERROR","features":[106]},{"name":"SNMP_LOG_FATAL","features":[106]},{"name":"SNMP_LOG_SILENT","features":[106]},{"name":"SNMP_LOG_TRACE","features":[106]},{"name":"SNMP_LOG_VERBOSE","features":[106]},{"name":"SNMP_LOG_WARNING","features":[106]},{"name":"SNMP_MAX_OID_LEN","features":[106]},{"name":"SNMP_MEM_ALLOC_ERROR","features":[106]},{"name":"SNMP_MGMTAPI_AGAIN","features":[106]},{"name":"SNMP_MGMTAPI_INVALID_BUFFER","features":[106]},{"name":"SNMP_MGMTAPI_INVALID_CTL","features":[106]},{"name":"SNMP_MGMTAPI_INVALID_SESSION","features":[106]},{"name":"SNMP_MGMTAPI_NOTRAPS","features":[106]},{"name":"SNMP_MGMTAPI_SELECT_FDERRORS","features":[106]},{"name":"SNMP_MGMTAPI_TIMEOUT","features":[106]},{"name":"SNMP_MGMTAPI_TRAP_DUPINIT","features":[106]},{"name":"SNMP_MGMTAPI_TRAP_ERRORS","features":[106]},{"name":"SNMP_OUTPUT_LOG_TYPE","features":[106]},{"name":"SNMP_OUTPUT_TO_CONSOLE","features":[106]},{"name":"SNMP_OUTPUT_TO_DEBUGGER","features":[106]},{"name":"SNMP_OUTPUT_TO_EVENTLOG","features":[106]},{"name":"SNMP_OUTPUT_TO_LOGFILE","features":[106]},{"name":"SNMP_PDUAPI_INVALID_ES","features":[106]},{"name":"SNMP_PDUAPI_INVALID_GT","features":[106]},{"name":"SNMP_PDUAPI_UNRECOGNIZED_PDU","features":[106]},{"name":"SNMP_PDU_GET","features":[106]},{"name":"SNMP_PDU_GETBULK","features":[106]},{"name":"SNMP_PDU_GETNEXT","features":[106]},{"name":"SNMP_PDU_RESPONSE","features":[106]},{"name":"SNMP_PDU_SET","features":[106]},{"name":"SNMP_PDU_TRAP","features":[106]},{"name":"SNMP_PDU_TYPE","features":[106]},{"name":"SNMP_STATUS","features":[106]},{"name":"SNMP_TRAP_AUTHFAIL","features":[106]},{"name":"SNMP_TRAP_COLDSTART","features":[106]},{"name":"SNMP_TRAP_EGPNEIGHBORLOSS","features":[106]},{"name":"SNMP_TRAP_ENTERPRISESPECIFIC","features":[106]},{"name":"SNMP_TRAP_LINKDOWN","features":[106]},{"name":"SNMP_TRAP_LINKUP","features":[106]},{"name":"SNMP_TRAP_WARMSTART","features":[106]},{"name":"SnmpCancelMsg","features":[106]},{"name":"SnmpCleanup","features":[106]},{"name":"SnmpCleanupEx","features":[106]},{"name":"SnmpClose","features":[106]},{"name":"SnmpContextToStr","features":[106]},{"name":"SnmpCountVbl","features":[106]},{"name":"SnmpCreatePdu","features":[106]},{"name":"SnmpCreateSession","features":[1,106]},{"name":"SnmpCreateVbl","features":[106]},{"name":"SnmpDecodeMsg","features":[106]},{"name":"SnmpDeleteVb","features":[106]},{"name":"SnmpDuplicatePdu","features":[106]},{"name":"SnmpDuplicateVbl","features":[106]},{"name":"SnmpEncodeMsg","features":[106]},{"name":"SnmpEntityToStr","features":[106]},{"name":"SnmpFreeContext","features":[106]},{"name":"SnmpFreeDescriptor","features":[106]},{"name":"SnmpFreeEntity","features":[106]},{"name":"SnmpFreePdu","features":[106]},{"name":"SnmpFreeVbl","features":[106]},{"name":"SnmpGetLastError","features":[106]},{"name":"SnmpGetPduData","features":[106]},{"name":"SnmpGetRetransmitMode","features":[106]},{"name":"SnmpGetRetry","features":[106]},{"name":"SnmpGetTimeout","features":[106]},{"name":"SnmpGetTranslateMode","features":[106]},{"name":"SnmpGetVb","features":[106]},{"name":"SnmpGetVendorInfo","features":[106]},{"name":"SnmpListen","features":[106]},{"name":"SnmpListenEx","features":[106]},{"name":"SnmpMgrClose","features":[1,106]},{"name":"SnmpMgrCtl","features":[1,106]},{"name":"SnmpMgrGetTrap","features":[1,106]},{"name":"SnmpMgrGetTrapEx","features":[1,106]},{"name":"SnmpMgrOidToStr","features":[1,106]},{"name":"SnmpMgrOpen","features":[106]},{"name":"SnmpMgrRequest","features":[1,106]},{"name":"SnmpMgrStrToOid","features":[1,106]},{"name":"SnmpMgrTrapListen","features":[1,106]},{"name":"SnmpOidCompare","features":[106]},{"name":"SnmpOidCopy","features":[106]},{"name":"SnmpOidToStr","features":[106]},{"name":"SnmpOpen","features":[1,106]},{"name":"SnmpRecvMsg","features":[106]},{"name":"SnmpRegister","features":[106]},{"name":"SnmpSendMsg","features":[106]},{"name":"SnmpSetPduData","features":[106]},{"name":"SnmpSetPort","features":[106]},{"name":"SnmpSetRetransmitMode","features":[106]},{"name":"SnmpSetRetry","features":[106]},{"name":"SnmpSetTimeout","features":[106]},{"name":"SnmpSetTranslateMode","features":[106]},{"name":"SnmpSetVb","features":[106]},{"name":"SnmpStartup","features":[106]},{"name":"SnmpStartupEx","features":[106]},{"name":"SnmpStrToContext","features":[106]},{"name":"SnmpStrToEntity","features":[106]},{"name":"SnmpStrToOid","features":[106]},{"name":"SnmpSvcGetUptime","features":[106]},{"name":"SnmpSvcSetLogLevel","features":[106]},{"name":"SnmpSvcSetLogType","features":[106]},{"name":"SnmpUtilAsnAnyCpy","features":[1,106]},{"name":"SnmpUtilAsnAnyFree","features":[1,106]},{"name":"SnmpUtilDbgPrint","features":[106]},{"name":"SnmpUtilIdsToA","features":[106]},{"name":"SnmpUtilMemAlloc","features":[106]},{"name":"SnmpUtilMemFree","features":[106]},{"name":"SnmpUtilMemReAlloc","features":[106]},{"name":"SnmpUtilOctetsCmp","features":[1,106]},{"name":"SnmpUtilOctetsCpy","features":[1,106]},{"name":"SnmpUtilOctetsFree","features":[1,106]},{"name":"SnmpUtilOctetsNCmp","features":[1,106]},{"name":"SnmpUtilOidAppend","features":[106]},{"name":"SnmpUtilOidCmp","features":[106]},{"name":"SnmpUtilOidCpy","features":[106]},{"name":"SnmpUtilOidFree","features":[106]},{"name":"SnmpUtilOidNCmp","features":[106]},{"name":"SnmpUtilOidToA","features":[106]},{"name":"SnmpUtilPrintAsnAny","features":[1,106]},{"name":"SnmpUtilPrintOid","features":[106]},{"name":"SnmpUtilVarBindCpy","features":[1,106]},{"name":"SnmpUtilVarBindFree","features":[1,106]},{"name":"SnmpUtilVarBindListCpy","features":[1,106]},{"name":"SnmpUtilVarBindListFree","features":[1,106]},{"name":"SnmpVarBind","features":[1,106]},{"name":"SnmpVarBindList","features":[1,106]},{"name":"SnmpVarBindList","features":[1,106]},{"name":"smiCNTR64","features":[106]},{"name":"smiOCTETS","features":[106]},{"name":"smiOID","features":[106]},{"name":"smiVALUE","features":[106]},{"name":"smiVENDORINFO","features":[106]}],"468":[{"name":"CONNDLG_CONN_POINT","features":[107]},{"name":"CONNDLG_HIDE_BOX","features":[107]},{"name":"CONNDLG_NOT_PERSIST","features":[107]},{"name":"CONNDLG_PERSIST","features":[107]},{"name":"CONNDLG_RO_PATH","features":[107]},{"name":"CONNDLG_USE_MRU","features":[107]},{"name":"CONNECTDLGSTRUCTA","features":[1,107]},{"name":"CONNECTDLGSTRUCTW","features":[1,107]},{"name":"CONNECTDLGSTRUCT_FLAGS","features":[107]},{"name":"CONNECT_CMD_SAVECRED","features":[107]},{"name":"CONNECT_COMMANDLINE","features":[107]},{"name":"CONNECT_CRED_RESET","features":[107]},{"name":"CONNECT_CURRENT_MEDIA","features":[107]},{"name":"CONNECT_DEFERRED","features":[107]},{"name":"CONNECT_GLOBAL_MAPPING","features":[107]},{"name":"CONNECT_INTERACTIVE","features":[107]},{"name":"CONNECT_LOCALDRIVE","features":[107]},{"name":"CONNECT_NEED_DRIVE","features":[107]},{"name":"CONNECT_PROMPT","features":[107]},{"name":"CONNECT_REDIRECT","features":[107]},{"name":"CONNECT_REFCOUNT","features":[107]},{"name":"CONNECT_REQUIRE_INTEGRITY","features":[107]},{"name":"CONNECT_REQUIRE_PRIVACY","features":[107]},{"name":"CONNECT_RESERVED","features":[107]},{"name":"CONNECT_TEMPORARY","features":[107]},{"name":"CONNECT_UPDATE_PROFILE","features":[107]},{"name":"CONNECT_UPDATE_RECENT","features":[107]},{"name":"CONNECT_WRITE_THROUGH_SEMANTICS","features":[107]},{"name":"DISCDLGSTRUCTA","features":[1,107]},{"name":"DISCDLGSTRUCTW","features":[1,107]},{"name":"DISCDLGSTRUCT_FLAGS","features":[107]},{"name":"DISC_NO_FORCE","features":[107]},{"name":"DISC_UPDATE_PROFILE","features":[107]},{"name":"MultinetGetConnectionPerformanceA","features":[107]},{"name":"MultinetGetConnectionPerformanceW","features":[107]},{"name":"NETCONNECTINFOSTRUCT","features":[107]},{"name":"NETINFOSTRUCT","features":[1,107]},{"name":"NETINFOSTRUCT_CHARACTERISTICS","features":[107]},{"name":"NETINFO_DISKRED","features":[107]},{"name":"NETINFO_DLL16","features":[107]},{"name":"NETINFO_PRINTERRED","features":[107]},{"name":"NETPROPERTY_PERSISTENT","features":[107]},{"name":"NETRESOURCEA","features":[107]},{"name":"NETRESOURCEW","features":[107]},{"name":"NETWORK_NAME_FORMAT_FLAGS","features":[107]},{"name":"NET_CONNECT_FLAGS","features":[107]},{"name":"NET_RESOURCE_SCOPE","features":[107]},{"name":"NET_RESOURCE_TYPE","features":[107]},{"name":"NOTIFYADD","features":[1,107]},{"name":"NOTIFYCANCEL","features":[1,107]},{"name":"NOTIFYINFO","features":[107]},{"name":"NOTIFY_POST","features":[107]},{"name":"NOTIFY_PRE","features":[107]},{"name":"NPAddConnection","features":[107]},{"name":"NPAddConnection3","features":[1,107]},{"name":"NPAddConnection4","features":[1,107]},{"name":"NPCancelConnection","features":[1,107]},{"name":"NPCancelConnection2","features":[1,107]},{"name":"NPCloseEnum","features":[1,107]},{"name":"NPDIRECTORY_NOTIFY_OPERATION","features":[107]},{"name":"NPEnumResource","features":[1,107]},{"name":"NPFormatNetworkName","features":[107]},{"name":"NPGetCaps","features":[107]},{"name":"NPGetConnection","features":[107]},{"name":"NPGetConnection3","features":[107]},{"name":"NPGetConnectionPerformance","features":[107]},{"name":"NPGetPersistentUseOptionsForConnection","features":[107]},{"name":"NPGetResourceInformation","features":[107]},{"name":"NPGetResourceParent","features":[107]},{"name":"NPGetUniversalName","features":[107]},{"name":"NPGetUser","features":[107]},{"name":"NPOpenEnum","features":[1,107]},{"name":"NP_PROPERTY_DIALOG_SELECTION","features":[107]},{"name":"PF_AddConnectNotify","features":[1,107]},{"name":"PF_CancelConnectNotify","features":[1,107]},{"name":"PF_NPAddConnection","features":[107]},{"name":"PF_NPAddConnection3","features":[1,107]},{"name":"PF_NPAddConnection4","features":[1,107]},{"name":"PF_NPCancelConnection","features":[1,107]},{"name":"PF_NPCancelConnection2","features":[1,107]},{"name":"PF_NPCloseEnum","features":[1,107]},{"name":"PF_NPDeviceMode","features":[1,107]},{"name":"PF_NPDirectoryNotify","features":[1,107]},{"name":"PF_NPEnumResource","features":[1,107]},{"name":"PF_NPFMXEditPerm","features":[1,107]},{"name":"PF_NPFMXGetPermCaps","features":[107]},{"name":"PF_NPFMXGetPermHelp","features":[1,107]},{"name":"PF_NPFormatNetworkName","features":[107]},{"name":"PF_NPGetCaps","features":[107]},{"name":"PF_NPGetConnection","features":[107]},{"name":"PF_NPGetConnection3","features":[107]},{"name":"PF_NPGetConnectionPerformance","features":[107]},{"name":"PF_NPGetDirectoryType","features":[1,107]},{"name":"PF_NPGetPersistentUseOptionsForConnection","features":[107]},{"name":"PF_NPGetPropertyText","features":[107]},{"name":"PF_NPGetResourceInformation","features":[107]},{"name":"PF_NPGetResourceParent","features":[107]},{"name":"PF_NPGetUniversalName","features":[107]},{"name":"PF_NPGetUser","features":[107]},{"name":"PF_NPLogonNotify","features":[1,107]},{"name":"PF_NPOpenEnum","features":[1,107]},{"name":"PF_NPPasswordChangeNotify","features":[107]},{"name":"PF_NPPropertyDialog","features":[1,107]},{"name":"PF_NPSearchDialog","features":[1,107]},{"name":"REMOTE_NAME_INFOA","features":[107]},{"name":"REMOTE_NAME_INFOW","features":[107]},{"name":"REMOTE_NAME_INFO_LEVEL","features":[107]},{"name":"RESOURCEDISPLAYTYPE_DIRECTORY","features":[107]},{"name":"RESOURCEDISPLAYTYPE_NDSCONTAINER","features":[107]},{"name":"RESOURCEDISPLAYTYPE_NETWORK","features":[107]},{"name":"RESOURCEDISPLAYTYPE_ROOT","features":[107]},{"name":"RESOURCEDISPLAYTYPE_SHAREADMIN","features":[107]},{"name":"RESOURCETYPE_ANY","features":[107]},{"name":"RESOURCETYPE_DISK","features":[107]},{"name":"RESOURCETYPE_PRINT","features":[107]},{"name":"RESOURCETYPE_RESERVED","features":[107]},{"name":"RESOURCETYPE_UNKNOWN","features":[107]},{"name":"RESOURCEUSAGE_ALL","features":[107]},{"name":"RESOURCEUSAGE_ATTACHED","features":[107]},{"name":"RESOURCEUSAGE_CONNECTABLE","features":[107]},{"name":"RESOURCEUSAGE_CONTAINER","features":[107]},{"name":"RESOURCEUSAGE_NOLOCALDEVICE","features":[107]},{"name":"RESOURCEUSAGE_NONE","features":[107]},{"name":"RESOURCEUSAGE_RESERVED","features":[107]},{"name":"RESOURCEUSAGE_SIBLING","features":[107]},{"name":"RESOURCE_CONNECTED","features":[107]},{"name":"RESOURCE_CONTEXT","features":[107]},{"name":"RESOURCE_GLOBALNET","features":[107]},{"name":"RESOURCE_RECENT","features":[107]},{"name":"RESOURCE_REMEMBERED","features":[107]},{"name":"UNC_INFO_LEVEL","features":[107]},{"name":"UNIVERSAL_NAME_INFOA","features":[107]},{"name":"UNIVERSAL_NAME_INFOW","features":[107]},{"name":"UNIVERSAL_NAME_INFO_LEVEL","features":[107]},{"name":"WNCON_DYNAMIC","features":[107]},{"name":"WNCON_FORNETCARD","features":[107]},{"name":"WNCON_NOTROUTED","features":[107]},{"name":"WNCON_SLOWLINK","features":[107]},{"name":"WNDN_MKDIR","features":[107]},{"name":"WNDN_MVDIR","features":[107]},{"name":"WNDN_RMDIR","features":[107]},{"name":"WNDT_NETWORK","features":[107]},{"name":"WNDT_NORMAL","features":[107]},{"name":"WNET_OPEN_ENUM_USAGE","features":[107]},{"name":"WNFMT_ABBREVIATED","features":[107]},{"name":"WNFMT_CONNECTION","features":[107]},{"name":"WNFMT_INENUM","features":[107]},{"name":"WNFMT_MULTILINE","features":[107]},{"name":"WNGETCON_CONNECTED","features":[107]},{"name":"WNGETCON_DISCONNECTED","features":[107]},{"name":"WNNC_ADMIN","features":[107]},{"name":"WNNC_ADM_DIRECTORYNOTIFY","features":[107]},{"name":"WNNC_ADM_GETDIRECTORYTYPE","features":[107]},{"name":"WNNC_CONNECTION","features":[107]},{"name":"WNNC_CONNECTION_FLAGS","features":[107]},{"name":"WNNC_CON_ADDCONNECTION","features":[107]},{"name":"WNNC_CON_ADDCONNECTION3","features":[107]},{"name":"WNNC_CON_ADDCONNECTION4","features":[107]},{"name":"WNNC_CON_CANCELCONNECTION","features":[107]},{"name":"WNNC_CON_CANCELCONNECTION2","features":[107]},{"name":"WNNC_CON_DEFER","features":[107]},{"name":"WNNC_CON_GETCONNECTIONS","features":[107]},{"name":"WNNC_CON_GETPERFORMANCE","features":[107]},{"name":"WNNC_DIALOG","features":[107]},{"name":"WNNC_DLG_DEVICEMODE","features":[107]},{"name":"WNNC_DLG_FORMATNETWORKNAME","features":[107]},{"name":"WNNC_DLG_GETRESOURCEINFORMATION","features":[107]},{"name":"WNNC_DLG_GETRESOURCEPARENT","features":[107]},{"name":"WNNC_DLG_PERMISSIONEDITOR","features":[107]},{"name":"WNNC_DLG_PROPERTYDIALOG","features":[107]},{"name":"WNNC_DLG_SEARCHDIALOG","features":[107]},{"name":"WNNC_DRIVER_VERSION","features":[107]},{"name":"WNNC_ENUMERATION","features":[107]},{"name":"WNNC_ENUM_CONTEXT","features":[107]},{"name":"WNNC_ENUM_GLOBAL","features":[107]},{"name":"WNNC_ENUM_LOCAL","features":[107]},{"name":"WNNC_ENUM_SHAREABLE","features":[107]},{"name":"WNNC_NET_NONE","features":[107]},{"name":"WNNC_NET_TYPE","features":[107]},{"name":"WNNC_SPEC_VERSION","features":[107]},{"name":"WNNC_SPEC_VERSION51","features":[107]},{"name":"WNNC_START","features":[107]},{"name":"WNNC_USER","features":[107]},{"name":"WNNC_USR_GETUSER","features":[107]},{"name":"WNNC_WAIT_FOR_START","features":[107]},{"name":"WNPERMC_AUDIT","features":[107]},{"name":"WNPERMC_OWNER","features":[107]},{"name":"WNPERMC_PERM","features":[107]},{"name":"WNPERM_DLG","features":[107]},{"name":"WNPERM_DLG_AUDIT","features":[107]},{"name":"WNPERM_DLG_OWNER","features":[107]},{"name":"WNPERM_DLG_PERM","features":[107]},{"name":"WNPS_DIR","features":[107]},{"name":"WNPS_FILE","features":[107]},{"name":"WNPS_MULT","features":[107]},{"name":"WNSRCH_REFRESH_FIRST_LEVEL","features":[107]},{"name":"WNTYPE_COMM","features":[107]},{"name":"WNTYPE_DRIVE","features":[107]},{"name":"WNTYPE_FILE","features":[107]},{"name":"WNTYPE_PRINTER","features":[107]},{"name":"WN_CREDENTIAL_CLASS","features":[107]},{"name":"WN_NETWORK_CLASS","features":[107]},{"name":"WN_NT_PASSWORD_CHANGED","features":[107]},{"name":"WN_PRIMARY_AUTHENT_CLASS","features":[107]},{"name":"WN_SERVICE_CLASS","features":[107]},{"name":"WN_VALID_LOGON_ACCOUNT","features":[107]},{"name":"WNetAddConnection2A","features":[1,107]},{"name":"WNetAddConnection2W","features":[1,107]},{"name":"WNetAddConnection3A","features":[1,107]},{"name":"WNetAddConnection3W","features":[1,107]},{"name":"WNetAddConnection4A","features":[1,107]},{"name":"WNetAddConnection4W","features":[1,107]},{"name":"WNetAddConnectionA","features":[1,107]},{"name":"WNetAddConnectionW","features":[1,107]},{"name":"WNetCancelConnection2A","features":[1,107]},{"name":"WNetCancelConnection2W","features":[1,107]},{"name":"WNetCancelConnectionA","features":[1,107]},{"name":"WNetCancelConnectionW","features":[1,107]},{"name":"WNetCloseEnum","features":[1,107]},{"name":"WNetConnectionDialog","features":[1,107]},{"name":"WNetConnectionDialog1A","features":[1,107]},{"name":"WNetConnectionDialog1W","features":[1,107]},{"name":"WNetDisconnectDialog","features":[1,107]},{"name":"WNetDisconnectDialog1A","features":[1,107]},{"name":"WNetDisconnectDialog1W","features":[1,107]},{"name":"WNetEnumResourceA","features":[1,107]},{"name":"WNetEnumResourceW","features":[1,107]},{"name":"WNetGetConnectionA","features":[1,107]},{"name":"WNetGetConnectionW","features":[1,107]},{"name":"WNetGetLastErrorA","features":[1,107]},{"name":"WNetGetLastErrorW","features":[1,107]},{"name":"WNetGetNetworkInformationA","features":[1,107]},{"name":"WNetGetNetworkInformationW","features":[1,107]},{"name":"WNetGetProviderNameA","features":[1,107]},{"name":"WNetGetProviderNameW","features":[1,107]},{"name":"WNetGetResourceInformationA","features":[1,107]},{"name":"WNetGetResourceInformationW","features":[1,107]},{"name":"WNetGetResourceParentA","features":[1,107]},{"name":"WNetGetResourceParentW","features":[1,107]},{"name":"WNetGetUniversalNameA","features":[1,107]},{"name":"WNetGetUniversalNameW","features":[1,107]},{"name":"WNetGetUserA","features":[1,107]},{"name":"WNetGetUserW","features":[1,107]},{"name":"WNetOpenEnumA","features":[1,107]},{"name":"WNetOpenEnumW","features":[1,107]},{"name":"WNetSetLastErrorA","features":[107]},{"name":"WNetSetLastErrorW","features":[107]},{"name":"WNetUseConnection4A","features":[1,107]},{"name":"WNetUseConnection4W","features":[1,107]},{"name":"WNetUseConnectionA","features":[1,107]},{"name":"WNetUseConnectionW","features":[1,107]}],"469":[{"name":"AUTHNEXTSTEP","features":[108]},{"name":"CancelRequest","features":[108]},{"name":"DAV_AUTHN_SCHEME_BASIC","features":[108]},{"name":"DAV_AUTHN_SCHEME_CERT","features":[108]},{"name":"DAV_AUTHN_SCHEME_DIGEST","features":[108]},{"name":"DAV_AUTHN_SCHEME_FBA","features":[108]},{"name":"DAV_AUTHN_SCHEME_NEGOTIATE","features":[108]},{"name":"DAV_AUTHN_SCHEME_NTLM","features":[108]},{"name":"DAV_AUTHN_SCHEME_PASSPORT","features":[108]},{"name":"DAV_CALLBACK_AUTH_BLOB","features":[108]},{"name":"DAV_CALLBACK_AUTH_UNP","features":[108]},{"name":"DAV_CALLBACK_CRED","features":[1,108]},{"name":"DavAddConnection","features":[1,108]},{"name":"DavCancelConnectionsToServer","features":[1,108]},{"name":"DavDeleteConnection","features":[1,108]},{"name":"DavFlushFile","features":[1,108]},{"name":"DavGetExtendedError","features":[1,108]},{"name":"DavGetHTTPFromUNCPath","features":[108]},{"name":"DavGetTheLockOwnerOfTheFile","features":[108]},{"name":"DavGetUNCFromHTTPPath","features":[108]},{"name":"DavInvalidateCache","features":[108]},{"name":"DavRegisterAuthCallback","features":[1,108]},{"name":"DavUnregisterAuthCallback","features":[108]},{"name":"DefaultBehavior","features":[108]},{"name":"PFNDAVAUTHCALLBACK","features":[1,108]},{"name":"PFNDAVAUTHCALLBACK_FREECRED","features":[108]},{"name":"RetryRequest","features":[108]}],"470":[{"name":"CH_DESCRIPTION_TYPE","features":[109]},{"name":"DEVPKEY_InfraCast_AccessPointBssid","features":[1,109]},{"name":"DEVPKEY_InfraCast_ChallengeAep","features":[1,109]},{"name":"DEVPKEY_InfraCast_DevnodeAep","features":[1,109]},{"name":"DEVPKEY_InfraCast_HostName_ResolutionMode","features":[1,109]},{"name":"DEVPKEY_InfraCast_PinSupported","features":[1,109]},{"name":"DEVPKEY_InfraCast_RtspTcpConnectionParametersSupported","features":[1,109]},{"name":"DEVPKEY_InfraCast_SinkHostName","features":[1,109]},{"name":"DEVPKEY_InfraCast_SinkIpAddress","features":[1,109]},{"name":"DEVPKEY_InfraCast_StreamSecuritySupported","features":[1,109]},{"name":"DEVPKEY_InfraCast_Supported","features":[1,109]},{"name":"DEVPKEY_PciDevice_AERCapabilityPresent","features":[1,109]},{"name":"DEVPKEY_PciDevice_AcsCapabilityRegister","features":[1,109]},{"name":"DEVPKEY_PciDevice_AcsCompatibleUpHierarchy","features":[1,109]},{"name":"DEVPKEY_PciDevice_AcsSupport","features":[1,109]},{"name":"DEVPKEY_PciDevice_AriSupport","features":[1,109]},{"name":"DEVPKEY_PciDevice_AtomicsSupported","features":[1,109]},{"name":"DEVPKEY_PciDevice_AtsSupport","features":[1,109]},{"name":"DEVPKEY_PciDevice_BarTypes","features":[1,109]},{"name":"DEVPKEY_PciDevice_BaseClass","features":[1,109]},{"name":"DEVPKEY_PciDevice_Correctable_Error_Mask","features":[1,109]},{"name":"DEVPKEY_PciDevice_CurrentLinkSpeed","features":[1,109]},{"name":"DEVPKEY_PciDevice_CurrentLinkWidth","features":[1,109]},{"name":"DEVPKEY_PciDevice_CurrentPayloadSize","features":[1,109]},{"name":"DEVPKEY_PciDevice_CurrentSpeedAndMode","features":[1,109]},{"name":"DEVPKEY_PciDevice_D3ColdSupport","features":[1,109]},{"name":"DEVPKEY_PciDevice_DeviceType","features":[1,109]},{"name":"DEVPKEY_PciDevice_ECRC_Errors","features":[1,109]},{"name":"DEVPKEY_PciDevice_Error_Reporting","features":[1,109]},{"name":"DEVPKEY_PciDevice_ExpressSpecVersion","features":[1,109]},{"name":"DEVPKEY_PciDevice_FirmwareErrorHandling","features":[1,109]},{"name":"DEVPKEY_PciDevice_InterruptMessageMaximum","features":[1,109]},{"name":"DEVPKEY_PciDevice_InterruptSupport","features":[1,109]},{"name":"DEVPKEY_PciDevice_Label_Id","features":[1,109]},{"name":"DEVPKEY_PciDevice_Label_String","features":[1,109]},{"name":"DEVPKEY_PciDevice_MaxLinkSpeed","features":[1,109]},{"name":"DEVPKEY_PciDevice_MaxLinkWidth","features":[1,109]},{"name":"DEVPKEY_PciDevice_MaxPayloadSize","features":[1,109]},{"name":"DEVPKEY_PciDevice_MaxReadRequestSize","features":[1,109]},{"name":"DEVPKEY_PciDevice_OnPostPath","features":[1,109]},{"name":"DEVPKEY_PciDevice_ParentSerialNumber","features":[1,109]},{"name":"DEVPKEY_PciDevice_ProgIf","features":[1,109]},{"name":"DEVPKEY_PciDevice_RequiresReservedMemoryRegion","features":[1,109]},{"name":"DEVPKEY_PciDevice_RootError_Reporting","features":[1,109]},{"name":"DEVPKEY_PciDevice_S0WakeupSupported","features":[1,109]},{"name":"DEVPKEY_PciDevice_SerialNumber","features":[1,109]},{"name":"DEVPKEY_PciDevice_SriovSupport","features":[1,109]},{"name":"DEVPKEY_PciDevice_SubClass","features":[1,109]},{"name":"DEVPKEY_PciDevice_SupportedLinkSubState","features":[1,109]},{"name":"DEVPKEY_PciDevice_Uncorrectable_Error_Mask","features":[1,109]},{"name":"DEVPKEY_PciDevice_Uncorrectable_Error_Severity","features":[1,109]},{"name":"DEVPKEY_PciDevice_UsbComponentRelation","features":[1,109]},{"name":"DEVPKEY_PciDevice_UsbDvsecPortSpecificAttributes","features":[1,109]},{"name":"DEVPKEY_PciDevice_UsbDvsecPortType","features":[1,109]},{"name":"DEVPKEY_PciDevice_UsbHostRouterName","features":[1,109]},{"name":"DEVPKEY_PciRootBus_ASPMSupport","features":[1,109]},{"name":"DEVPKEY_PciRootBus_ClockPowerManagementSupport","features":[1,109]},{"name":"DEVPKEY_PciRootBus_CurrentSpeedAndMode","features":[1,109]},{"name":"DEVPKEY_PciRootBus_DeviceIDMessagingCapable","features":[1,109]},{"name":"DEVPKEY_PciRootBus_ExtendedConfigAvailable","features":[1,109]},{"name":"DEVPKEY_PciRootBus_ExtendedPCIConfigOpRegionSupport","features":[1,109]},{"name":"DEVPKEY_PciRootBus_MSISupport","features":[1,109]},{"name":"DEVPKEY_PciRootBus_NativePciExpressControl","features":[1,109]},{"name":"DEVPKEY_PciRootBus_PCIExpressAERControl","features":[1,109]},{"name":"DEVPKEY_PciRootBus_PCIExpressCapabilityControl","features":[1,109]},{"name":"DEVPKEY_PciRootBus_PCIExpressNativeHotPlugControl","features":[1,109]},{"name":"DEVPKEY_PciRootBus_PCIExpressNativePMEControl","features":[1,109]},{"name":"DEVPKEY_PciRootBus_PCISegmentGroupsSupport","features":[1,109]},{"name":"DEVPKEY_PciRootBus_SHPCNativeHotPlugControl","features":[1,109]},{"name":"DEVPKEY_PciRootBus_SecondaryBusWidth","features":[1,109]},{"name":"DEVPKEY_PciRootBus_SecondaryInterface","features":[1,109]},{"name":"DEVPKEY_PciRootBus_SupportedSpeedsAndModes","features":[1,109]},{"name":"DEVPKEY_PciRootBus_SystemMsiSupport","features":[1,109]},{"name":"DEVPKEY_WiFiDirectServices_AdvertisementId","features":[1,109]},{"name":"DEVPKEY_WiFiDirectServices_RequestServiceInformation","features":[1,109]},{"name":"DEVPKEY_WiFiDirectServices_ServiceAddress","features":[1,109]},{"name":"DEVPKEY_WiFiDirectServices_ServiceConfigMethods","features":[1,109]},{"name":"DEVPKEY_WiFiDirectServices_ServiceInformation","features":[1,109]},{"name":"DEVPKEY_WiFiDirectServices_ServiceName","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_DeviceAddress","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_DeviceAddressCopy","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_FoundWsbService","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_GroupId","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_InformationElements","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_InterfaceAddress","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_InterfaceGuid","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_IsConnected","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_IsDMGCapable","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_IsLegacyDevice","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_IsMiracastLCPSupported","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_IsRecentlyAssociated","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_IsVisible","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_LinkQuality","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_MiracastVersion","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_Miracast_SessionMgmtControlPort","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_NoMiracastAutoProject","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_RtspTcpConnectionParametersSupported","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_Service_Aeps","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_Services","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_SupportedChannelList","features":[1,109]},{"name":"DEVPKEY_WiFiDirect_TransientAssociation","features":[1,109]},{"name":"DEVPKEY_WiFi_InterfaceGuid","features":[1,109]},{"name":"DEVPROP_PCIDEVICE_ACSCOMPATIBLEUPHIERARCHY","features":[109]},{"name":"DEVPROP_PCIDEVICE_ACSSUPPORT","features":[109]},{"name":"DEVPROP_PCIDEVICE_CURRENTSPEEDANDMODE","features":[109]},{"name":"DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE","features":[109]},{"name":"DEVPROP_PCIDEVICE_INTERRUPTTYPE","features":[109]},{"name":"DEVPROP_PCIDEVICE_SRIOVSUPPORT","features":[109]},{"name":"DEVPROP_PCIEXPRESSDEVICE_LINKSPEED","features":[109]},{"name":"DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH","features":[109]},{"name":"DEVPROP_PCIEXPRESSDEVICE_PAYLOADORREQUESTSIZE","features":[109]},{"name":"DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION","features":[109]},{"name":"DEVPROP_PCIROOTBUS_BUSWIDTH","features":[109]},{"name":"DEVPROP_PCIROOTBUS_CURRENTSPEEDANDMODE","features":[109]},{"name":"DEVPROP_PCIROOTBUS_SECONDARYINTERFACE","features":[109]},{"name":"DEVPROP_PCIROOTBUS_SUPPORTEDSPEEDSANDMODES","features":[109]},{"name":"DISCOVERY_FILTER_BITMASK_ANY","features":[109]},{"name":"DISCOVERY_FILTER_BITMASK_DEVICE","features":[109]},{"name":"DISCOVERY_FILTER_BITMASK_GO","features":[109]},{"name":"DOT11EXTIHV_ADAPTER_RESET","features":[1,109]},{"name":"DOT11EXTIHV_CONTROL","features":[1,109]},{"name":"DOT11EXTIHV_CREATE_DISCOVERY_PROFILES","features":[1,109,110]},{"name":"DOT11EXTIHV_DEINIT_ADAPTER","features":[1,109]},{"name":"DOT11EXTIHV_DEINIT_SERVICE","features":[109]},{"name":"DOT11EXTIHV_GET_VERSION_INFO","features":[109]},{"name":"DOT11EXTIHV_INIT_ADAPTER","features":[1,109]},{"name":"DOT11EXTIHV_INIT_SERVICE","features":[1,17,109,110,111]},{"name":"DOT11EXTIHV_INIT_VIRTUAL_STATION","features":[1,109]},{"name":"DOT11EXTIHV_IS_UI_REQUEST_PENDING","features":[1,109]},{"name":"DOT11EXTIHV_ONEX_INDICATE_RESULT","features":[1,109,110]},{"name":"DOT11EXTIHV_PERFORM_CAPABILITY_MATCH","features":[1,109,110]},{"name":"DOT11EXTIHV_PERFORM_POST_ASSOCIATE","features":[1,17,109]},{"name":"DOT11EXTIHV_PERFORM_PRE_ASSOCIATE","features":[1,109,110]},{"name":"DOT11EXTIHV_PROCESS_SESSION_CHANGE","features":[109,111]},{"name":"DOT11EXTIHV_PROCESS_UI_RESPONSE","features":[109]},{"name":"DOT11EXTIHV_QUERY_UI_REQUEST","features":[1,109]},{"name":"DOT11EXTIHV_RECEIVE_INDICATION","features":[1,109]},{"name":"DOT11EXTIHV_RECEIVE_PACKET","features":[1,109]},{"name":"DOT11EXTIHV_SEND_PACKET_COMPLETION","features":[1,109]},{"name":"DOT11EXTIHV_STOP_POST_ASSOCIATE","features":[1,109]},{"name":"DOT11EXTIHV_VALIDATE_PROFILE","features":[1,109,110]},{"name":"DOT11EXT_ALLOCATE_BUFFER","features":[109]},{"name":"DOT11EXT_APIS","features":[1,17,109,110]},{"name":"DOT11EXT_FREE_BUFFER","features":[109]},{"name":"DOT11EXT_GET_PROFILE_CUSTOM_USER_DATA","features":[1,109]},{"name":"DOT11EXT_IHV_CONNECTION_PHASE","features":[109]},{"name":"DOT11EXT_IHV_CONNECTIVITY_PROFILE","features":[109]},{"name":"DOT11EXT_IHV_DISCOVERY_PROFILE","features":[1,109]},{"name":"DOT11EXT_IHV_DISCOVERY_PROFILE_LIST","features":[1,109]},{"name":"DOT11EXT_IHV_HANDLERS","features":[1,17,109,110,111]},{"name":"DOT11EXT_IHV_INDICATION_TYPE","features":[109]},{"name":"DOT11EXT_IHV_PARAMS","features":[1,109,110]},{"name":"DOT11EXT_IHV_PROFILE_PARAMS","features":[1,109,110]},{"name":"DOT11EXT_IHV_SECURITY_PROFILE","features":[1,109]},{"name":"DOT11EXT_IHV_SSID_LIST","features":[109]},{"name":"DOT11EXT_IHV_UI_REQUEST","features":[109]},{"name":"DOT11EXT_NIC_SPECIFIC_EXTENSION","features":[1,109]},{"name":"DOT11EXT_ONEX_START","features":[1,109,110]},{"name":"DOT11EXT_ONEX_STOP","features":[1,109]},{"name":"DOT11EXT_POST_ASSOCIATE_COMPLETION","features":[1,109]},{"name":"DOT11EXT_PRE_ASSOCIATE_COMPLETION","features":[1,109]},{"name":"DOT11EXT_PROCESS_ONEX_PACKET","features":[1,109]},{"name":"DOT11EXT_PSK_MAX_LENGTH","features":[109]},{"name":"DOT11EXT_QUERY_VIRTUAL_STATION_PROPERTIES","features":[1,109]},{"name":"DOT11EXT_RELEASE_VIRTUAL_STATION","features":[1,109]},{"name":"DOT11EXT_REQUEST_VIRTUAL_STATION","features":[1,109]},{"name":"DOT11EXT_SEND_NOTIFICATION","features":[1,109]},{"name":"DOT11EXT_SEND_PACKET","features":[1,109]},{"name":"DOT11EXT_SEND_UI_REQUEST","features":[1,109]},{"name":"DOT11EXT_SET_AUTH_ALGORITHM","features":[1,109]},{"name":"DOT11EXT_SET_CURRENT_PROFILE","features":[1,109]},{"name":"DOT11EXT_SET_DEFAULT_KEY","features":[1,17,109]},{"name":"DOT11EXT_SET_DEFAULT_KEY_ID","features":[1,109]},{"name":"DOT11EXT_SET_ETHERTYPE_HANDLING","features":[1,109]},{"name":"DOT11EXT_SET_EXCLUDE_UNENCRYPTED","features":[1,109]},{"name":"DOT11EXT_SET_KEY_MAPPING_KEY","features":[1,109]},{"name":"DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM","features":[1,109]},{"name":"DOT11EXT_SET_PROFILE_CUSTOM_USER_DATA","features":[1,109]},{"name":"DOT11EXT_SET_UNICAST_CIPHER_ALGORITHM","features":[1,109]},{"name":"DOT11EXT_SET_VIRTUAL_STATION_AP_PROPERTIES","features":[1,109]},{"name":"DOT11EXT_VIRTUAL_STATION_APIS","features":[1,109]},{"name":"DOT11EXT_VIRTUAL_STATION_AP_PROPERTY","features":[1,109]},{"name":"DOT11_ACCESSNETWORKOPTIONS","features":[109]},{"name":"DOT11_AC_PARAM","features":[109]},{"name":"DOT11_ADAPTER","features":[109]},{"name":"DOT11_ADDITIONAL_IE","features":[17,109]},{"name":"DOT11_ADDITIONAL_IE_REVISION_1","features":[109]},{"name":"DOT11_ADHOC_AUTH_ALGORITHM","features":[109]},{"name":"DOT11_ADHOC_AUTH_ALGO_80211_OPEN","features":[109]},{"name":"DOT11_ADHOC_AUTH_ALGO_INVALID","features":[109]},{"name":"DOT11_ADHOC_AUTH_ALGO_RSNA_PSK","features":[109]},{"name":"DOT11_ADHOC_CIPHER_ALGORITHM","features":[109]},{"name":"DOT11_ADHOC_CIPHER_ALGO_CCMP","features":[109]},{"name":"DOT11_ADHOC_CIPHER_ALGO_INVALID","features":[109]},{"name":"DOT11_ADHOC_CIPHER_ALGO_NONE","features":[109]},{"name":"DOT11_ADHOC_CIPHER_ALGO_WEP","features":[109]},{"name":"DOT11_ADHOC_CONNECT_FAIL_DOMAIN_MISMATCH","features":[109]},{"name":"DOT11_ADHOC_CONNECT_FAIL_OTHER","features":[109]},{"name":"DOT11_ADHOC_CONNECT_FAIL_PASSPHRASE_MISMATCH","features":[109]},{"name":"DOT11_ADHOC_CONNECT_FAIL_REASON","features":[109]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS","features":[109]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTED","features":[109]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTING","features":[109]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_DISCONNECTED","features":[109]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_FORMED","features":[109]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_INVALID","features":[109]},{"name":"DOT11_ANQP_QUERY_COMPLETE_PARAMETERS","features":[1,17,109]},{"name":"DOT11_ANQP_QUERY_COMPLETE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_ANQP_QUERY_RESULT","features":[109]},{"name":"DOT11_AP_JOIN_REQUEST","features":[109]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS","features":[1,17,109]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS_REVISION_2","features":[109]},{"name":"DOT11_ASSOCIATION_INFO_EX","features":[109]},{"name":"DOT11_ASSOCIATION_INFO_LIST","features":[17,109]},{"name":"DOT11_ASSOCIATION_INFO_LIST_REVISION_1","features":[109]},{"name":"DOT11_ASSOCIATION_PARAMS","features":[17,109]},{"name":"DOT11_ASSOCIATION_PARAMS_REVISION_1","features":[109]},{"name":"DOT11_ASSOCIATION_START_PARAMETERS","features":[17,109]},{"name":"DOT11_ASSOCIATION_START_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_ASSOCIATION_STATE","features":[109]},{"name":"DOT11_ASSOC_ERROR_SOURCE_OS","features":[109]},{"name":"DOT11_ASSOC_ERROR_SOURCE_OTHER","features":[109]},{"name":"DOT11_ASSOC_ERROR_SOURCE_REMOTE","features":[109]},{"name":"DOT11_ASSOC_STATUS_SUCCESS","features":[109]},{"name":"DOT11_AUTH_ALGORITHM","features":[109]},{"name":"DOT11_AUTH_ALGORITHM_LIST","features":[17,109]},{"name":"DOT11_AUTH_ALGORITHM_LIST_REVISION_1","features":[109]},{"name":"DOT11_AUTH_ALGO_80211_OPEN","features":[109]},{"name":"DOT11_AUTH_ALGO_80211_SHARED_KEY","features":[109]},{"name":"DOT11_AUTH_ALGO_IHV_END","features":[109]},{"name":"DOT11_AUTH_ALGO_IHV_START","features":[109]},{"name":"DOT11_AUTH_ALGO_MICHAEL","features":[109]},{"name":"DOT11_AUTH_ALGO_OWE","features":[109]},{"name":"DOT11_AUTH_ALGO_RSNA","features":[109]},{"name":"DOT11_AUTH_ALGO_RSNA_PSK","features":[109]},{"name":"DOT11_AUTH_ALGO_WPA","features":[109]},{"name":"DOT11_AUTH_ALGO_WPA3","features":[109]},{"name":"DOT11_AUTH_ALGO_WPA3_ENT","features":[109]},{"name":"DOT11_AUTH_ALGO_WPA3_ENT_192","features":[109]},{"name":"DOT11_AUTH_ALGO_WPA3_SAE","features":[109]},{"name":"DOT11_AUTH_ALGO_WPA_NONE","features":[109]},{"name":"DOT11_AUTH_ALGO_WPA_PSK","features":[109]},{"name":"DOT11_AUTH_CIPHER_PAIR","features":[109]},{"name":"DOT11_AUTH_CIPHER_PAIR_LIST","features":[17,109]},{"name":"DOT11_AUTH_CIPHER_PAIR_LIST_REVISION_1","features":[109]},{"name":"DOT11_AVAILABLE_CHANNEL_LIST","features":[17,109]},{"name":"DOT11_AVAILABLE_CHANNEL_LIST_REVISION_1","features":[109]},{"name":"DOT11_AVAILABLE_FREQUENCY_LIST","features":[17,109]},{"name":"DOT11_AVAILABLE_FREQUENCY_LIST_REVISION_1","features":[109]},{"name":"DOT11_BAND","features":[109]},{"name":"DOT11_BSSID_CANDIDATE","features":[109]},{"name":"DOT11_BSSID_LIST","features":[17,109]},{"name":"DOT11_BSSID_LIST_REVISION_1","features":[109]},{"name":"DOT11_BSS_DESCRIPTION","features":[109]},{"name":"DOT11_BSS_ENTRY","features":[1,109]},{"name":"DOT11_BSS_ENTRY_BYTE_ARRAY_REVISION_1","features":[109]},{"name":"DOT11_BSS_ENTRY_PHY_SPECIFIC_INFO","features":[109]},{"name":"DOT11_BSS_LIST","features":[109]},{"name":"DOT11_BSS_TYPE","features":[109]},{"name":"DOT11_BYTE_ARRAY","features":[17,109]},{"name":"DOT11_CAN_SUSTAIN_AP_PARAMETERS","features":[17,109]},{"name":"DOT11_CAN_SUSTAIN_AP_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_CAN_SUSTAIN_AP_REASON_IHV_END","features":[109]},{"name":"DOT11_CAN_SUSTAIN_AP_REASON_IHV_START","features":[109]},{"name":"DOT11_CAPABILITY_CHANNEL_AGILITY","features":[109]},{"name":"DOT11_CAPABILITY_DSSSOFDM","features":[109]},{"name":"DOT11_CAPABILITY_INFO_CF_POLLABLE","features":[109]},{"name":"DOT11_CAPABILITY_INFO_CF_POLL_REQ","features":[109]},{"name":"DOT11_CAPABILITY_INFO_ESS","features":[109]},{"name":"DOT11_CAPABILITY_INFO_IBSS","features":[109]},{"name":"DOT11_CAPABILITY_INFO_PRIVACY","features":[109]},{"name":"DOT11_CAPABILITY_PBCC","features":[109]},{"name":"DOT11_CAPABILITY_SHORT_PREAMBLE","features":[109]},{"name":"DOT11_CAPABILITY_SHORT_SLOT_TIME","features":[109]},{"name":"DOT11_CCA_MODE_CS_ONLY","features":[109]},{"name":"DOT11_CCA_MODE_CS_WITH_TIMER","features":[109]},{"name":"DOT11_CCA_MODE_ED_ONLY","features":[109]},{"name":"DOT11_CCA_MODE_ED_and_CS","features":[109]},{"name":"DOT11_CCA_MODE_HRCS_AND_ED","features":[109]},{"name":"DOT11_CHANNEL_HINT","features":[109]},{"name":"DOT11_CIPHER_ALGORITHM","features":[109]},{"name":"DOT11_CIPHER_ALGORITHM_LIST","features":[17,109]},{"name":"DOT11_CIPHER_ALGORITHM_LIST_REVISION_1","features":[109]},{"name":"DOT11_CIPHER_ALGO_BIP","features":[109]},{"name":"DOT11_CIPHER_ALGO_BIP_CMAC_256","features":[109]},{"name":"DOT11_CIPHER_ALGO_BIP_GMAC_128","features":[109]},{"name":"DOT11_CIPHER_ALGO_BIP_GMAC_256","features":[109]},{"name":"DOT11_CIPHER_ALGO_CCMP","features":[109]},{"name":"DOT11_CIPHER_ALGO_CCMP_256","features":[109]},{"name":"DOT11_CIPHER_ALGO_GCMP","features":[109]},{"name":"DOT11_CIPHER_ALGO_GCMP_256","features":[109]},{"name":"DOT11_CIPHER_ALGO_IHV_END","features":[109]},{"name":"DOT11_CIPHER_ALGO_IHV_START","features":[109]},{"name":"DOT11_CIPHER_ALGO_NONE","features":[109]},{"name":"DOT11_CIPHER_ALGO_RSN_USE_GROUP","features":[109]},{"name":"DOT11_CIPHER_ALGO_TKIP","features":[109]},{"name":"DOT11_CIPHER_ALGO_WEP","features":[109]},{"name":"DOT11_CIPHER_ALGO_WEP104","features":[109]},{"name":"DOT11_CIPHER_ALGO_WEP40","features":[109]},{"name":"DOT11_CIPHER_ALGO_WPA_USE_GROUP","features":[109]},{"name":"DOT11_CIPHER_DEFAULT_KEY_VALUE","features":[1,17,109]},{"name":"DOT11_CIPHER_DEFAULT_KEY_VALUE_REVISION_1","features":[109]},{"name":"DOT11_CIPHER_KEY_MAPPING_KEY_VALUE","features":[1,109]},{"name":"DOT11_CIPHER_KEY_MAPPING_KEY_VALUE_BYTE_ARRAY_REVISION_1","features":[109]},{"name":"DOT11_CONF_ALGO_TKIP","features":[109]},{"name":"DOT11_CONF_ALGO_WEP_RC4","features":[109]},{"name":"DOT11_CONNECTION_COMPLETION_PARAMETERS","features":[17,109]},{"name":"DOT11_CONNECTION_COMPLETION_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_CONNECTION_START_PARAMETERS","features":[17,109]},{"name":"DOT11_CONNECTION_START_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_CONNECTION_STATUS_SUCCESS","features":[109]},{"name":"DOT11_COUNTERS_ENTRY","features":[109]},{"name":"DOT11_COUNTRY_OR_REGION_STRING_LIST","features":[17,109]},{"name":"DOT11_COUNTRY_OR_REGION_STRING_LIST_REVISION_1","features":[109]},{"name":"DOT11_CURRENT_OFFLOAD_CAPABILITY","features":[109]},{"name":"DOT11_CURRENT_OPERATION_MODE","features":[109]},{"name":"DOT11_CURRENT_OPTIONAL_CAPABILITY","features":[1,109]},{"name":"DOT11_DATA_RATE_MAPPING_ENTRY","features":[109]},{"name":"DOT11_DATA_RATE_MAPPING_TABLE","features":[17,109]},{"name":"DOT11_DATA_RATE_MAPPING_TABLE_REVISION_1","features":[109]},{"name":"DOT11_DEFAULT_WEP_OFFLOAD","features":[1,109]},{"name":"DOT11_DEFAULT_WEP_UPLOAD","features":[1,109]},{"name":"DOT11_DEVICE_ENTRY_BYTE_ARRAY_REVISION_1","features":[109]},{"name":"DOT11_DIRECTION","features":[109]},{"name":"DOT11_DIR_BOTH","features":[109]},{"name":"DOT11_DIR_INBOUND","features":[109]},{"name":"DOT11_DIR_OUTBOUND","features":[109]},{"name":"DOT11_DISASSOCIATE_PEER_REQUEST","features":[17,109]},{"name":"DOT11_DISASSOCIATE_PEER_REQUEST_REVISION_1","features":[109]},{"name":"DOT11_DISASSOCIATION_PARAMETERS","features":[17,109]},{"name":"DOT11_DISASSOCIATION_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_DIVERSITY_SELECTION_RX","features":[1,109]},{"name":"DOT11_DIVERSITY_SELECTION_RX_LIST","features":[1,109]},{"name":"DOT11_DIVERSITY_SUPPORT","features":[109]},{"name":"DOT11_DS_CHANGED","features":[109]},{"name":"DOT11_DS_INFO","features":[109]},{"name":"DOT11_DS_UNCHANGED","features":[109]},{"name":"DOT11_DS_UNKNOWN","features":[109]},{"name":"DOT11_EAP_RESULT","features":[109,110]},{"name":"DOT11_ENCAP_802_1H","features":[109]},{"name":"DOT11_ENCAP_ENTRY","features":[109]},{"name":"DOT11_ENCAP_RFC_1042","features":[109]},{"name":"DOT11_ERP_PHY_ATTRIBUTES","features":[1,109]},{"name":"DOT11_EXEMPT_ALWAYS","features":[109]},{"name":"DOT11_EXEMPT_BOTH","features":[109]},{"name":"DOT11_EXEMPT_MULTICAST","features":[109]},{"name":"DOT11_EXEMPT_NO_EXEMPTION","features":[109]},{"name":"DOT11_EXEMPT_ON_KEY_MAPPING_KEY_UNAVAILABLE","features":[109]},{"name":"DOT11_EXEMPT_UNICAST","features":[109]},{"name":"DOT11_EXTAP_ATTRIBUTES","features":[1,17,109]},{"name":"DOT11_EXTAP_ATTRIBUTES_REVISION_1","features":[109]},{"name":"DOT11_EXTAP_RECV_CONTEXT_REVISION_1","features":[109]},{"name":"DOT11_EXTAP_SEND_CONTEXT_REVISION_1","features":[109]},{"name":"DOT11_EXTSTA_ATTRIBUTES","features":[1,17,109]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_1","features":[109]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_2","features":[109]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_3","features":[109]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_4","features":[109]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_CERTIFIED","features":[109]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_OID_SUPPORTED","features":[109]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_RESERVED","features":[109]},{"name":"DOT11_EXTSTA_CAPABILITY","features":[17,109]},{"name":"DOT11_EXTSTA_CAPABILITY_REVISION_1","features":[109]},{"name":"DOT11_EXTSTA_RECV_CONTEXT","features":[17,109]},{"name":"DOT11_EXTSTA_RECV_CONTEXT_REVISION_1","features":[109]},{"name":"DOT11_EXTSTA_SEND_CONTEXT","features":[17,109]},{"name":"DOT11_EXTSTA_SEND_CONTEXT_REVISION_1","features":[109]},{"name":"DOT11_FLAGS_80211B_CHANNEL_AGILITY","features":[109]},{"name":"DOT11_FLAGS_80211B_PBCC","features":[109]},{"name":"DOT11_FLAGS_80211B_SHORT_PREAMBLE","features":[109]},{"name":"DOT11_FLAGS_80211G_BARKER_PREAMBLE_MODE","features":[109]},{"name":"DOT11_FLAGS_80211G_DSSS_OFDM","features":[109]},{"name":"DOT11_FLAGS_80211G_NON_ERP_PRESENT","features":[109]},{"name":"DOT11_FLAGS_80211G_USE_PROTECTION","features":[109]},{"name":"DOT11_FLAGS_PS_ON","features":[109]},{"name":"DOT11_FRAGMENT_DESCRIPTOR","features":[109]},{"name":"DOT11_FREQUENCY_BANDS_LOWER","features":[109]},{"name":"DOT11_FREQUENCY_BANDS_MIDDLE","features":[109]},{"name":"DOT11_FREQUENCY_BANDS_UPPER","features":[109]},{"name":"DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS","features":[17,109]},{"name":"DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_GO_NEGOTIATION_REQUEST_SEND_COMPLETE_PARAMETERS","features":[17,109]},{"name":"DOT11_GO_NEGOTIATION_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_GO_NEGOTIATION_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[17,109]},{"name":"DOT11_GO_NEGOTIATION_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_HESSID_LENGTH","features":[109]},{"name":"DOT11_HOPPING_PATTERN_ENTRY","features":[109]},{"name":"DOT11_HOPPING_PATTERN_ENTRY_LIST","features":[109]},{"name":"DOT11_HOP_ALGO_ADOPTED","features":[109]},{"name":"DOT11_HRDSSS_PHY_ATTRIBUTES","features":[1,109]},{"name":"DOT11_HR_CCA_MODE_CS_AND_ED","features":[109]},{"name":"DOT11_HR_CCA_MODE_CS_ONLY","features":[109]},{"name":"DOT11_HR_CCA_MODE_CS_WITH_TIMER","features":[109]},{"name":"DOT11_HR_CCA_MODE_ED_ONLY","features":[109]},{"name":"DOT11_HR_CCA_MODE_HRCS_AND_ED","features":[109]},{"name":"DOT11_HW_DEFRAGMENTATION_SUPPORTED","features":[109]},{"name":"DOT11_HW_FRAGMENTATION_SUPPORTED","features":[109]},{"name":"DOT11_HW_MSDU_AUTH_SUPPORTED_RX","features":[109]},{"name":"DOT11_HW_MSDU_AUTH_SUPPORTED_TX","features":[109]},{"name":"DOT11_HW_WEP_SUPPORTED_RX","features":[109]},{"name":"DOT11_HW_WEP_SUPPORTED_TX","features":[109]},{"name":"DOT11_IBSS_PARAMS","features":[1,17,109]},{"name":"DOT11_IBSS_PARAMS_REVISION_1","features":[109]},{"name":"DOT11_IHV_VERSION_INFO","features":[109]},{"name":"DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS","features":[1,17,109]},{"name":"DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_INCOMING_ASSOC_DECISION","features":[1,17,109]},{"name":"DOT11_INCOMING_ASSOC_DECISION_REVISION_1","features":[109]},{"name":"DOT11_INCOMING_ASSOC_DECISION_REVISION_2","features":[109]},{"name":"DOT11_INCOMING_ASSOC_DECISION_V2","features":[1,17,109]},{"name":"DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS","features":[1,17,109]},{"name":"DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_INCOMING_ASSOC_STARTED_PARAMETERS","features":[17,109]},{"name":"DOT11_INCOMING_ASSOC_STARTED_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_INVALID_CHANNEL_NUMBER","features":[109]},{"name":"DOT11_INVITATION_REQUEST_SEND_COMPLETE_PARAMETERS","features":[17,109]},{"name":"DOT11_INVITATION_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_INVITATION_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[17,109]},{"name":"DOT11_INVITATION_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_IV48_COUNTER","features":[109]},{"name":"DOT11_JOIN_REQUEST","features":[109]},{"name":"DOT11_KEY_ALGO_BIP","features":[109]},{"name":"DOT11_KEY_ALGO_BIP_GMAC_256","features":[109]},{"name":"DOT11_KEY_ALGO_CCMP","features":[109]},{"name":"DOT11_KEY_ALGO_GCMP","features":[109]},{"name":"DOT11_KEY_ALGO_GCMP_256","features":[109]},{"name":"DOT11_KEY_ALGO_TKIP_MIC","features":[109]},{"name":"DOT11_KEY_DIRECTION","features":[109]},{"name":"DOT11_LINK_QUALITY_ENTRY","features":[109]},{"name":"DOT11_LINK_QUALITY_PARAMETERS","features":[17,109]},{"name":"DOT11_LINK_QUALITY_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_MAC_ADDRESS_LIST","features":[17,109]},{"name":"DOT11_MAC_ADDRESS_LIST_REVISION_1","features":[109]},{"name":"DOT11_MAC_FRAME_STATISTICS","features":[109]},{"name":"DOT11_MAC_INFO","features":[109]},{"name":"DOT11_MAC_PARAMETERS","features":[17,109]},{"name":"DOT11_MAC_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_MANUFACTURING_CALLBACK_PARAMETERS","features":[17,109]},{"name":"DOT11_MANUFACTURING_CALLBACK_REVISION_1","features":[109]},{"name":"DOT11_MANUFACTURING_CALLBACK_TYPE","features":[109]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_QUERY_ADC","features":[109]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_RX","features":[1,109]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_TX","features":[1,109]},{"name":"DOT11_MANUFACTURING_SELF_TEST_QUERY_RESULTS","features":[1,109]},{"name":"DOT11_MANUFACTURING_SELF_TEST_SET_PARAMS","features":[109]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE","features":[109]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_BT_COEXISTENCE","features":[109]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_INTERFACE","features":[109]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_RF_INTERFACE","features":[109]},{"name":"DOT11_MANUFACTURING_TEST","features":[109]},{"name":"DOT11_MANUFACTURING_TEST_QUERY_DATA","features":[109]},{"name":"DOT11_MANUFACTURING_TEST_REVISION_1","features":[109]},{"name":"DOT11_MANUFACTURING_TEST_SET_DATA","features":[109]},{"name":"DOT11_MANUFACTURING_TEST_SLEEP","features":[109]},{"name":"DOT11_MANUFACTURING_TEST_TYPE","features":[109]},{"name":"DOT11_MAX_CHANNEL_HINTS","features":[109]},{"name":"DOT11_MAX_NUM_DEFAULT_KEY","features":[109]},{"name":"DOT11_MAX_NUM_DEFAULT_KEY_MFP","features":[109]},{"name":"DOT11_MAX_NUM_OF_FRAGMENTS","features":[109]},{"name":"DOT11_MAX_PDU_SIZE","features":[109]},{"name":"DOT11_MAX_REQUESTED_SERVICE_INFORMATION_LENGTH","features":[109]},{"name":"DOT11_MD_CAPABILITY_ENTRY_LIST","features":[109]},{"name":"DOT11_MIN_PDU_SIZE","features":[109]},{"name":"DOT11_MPDU_MAX_LENGTH_INDICATION","features":[17,109]},{"name":"DOT11_MPDU_MAX_LENGTH_INDICATION_REVISION_1","features":[109]},{"name":"DOT11_MSONEX_FAILURE","features":[109]},{"name":"DOT11_MSONEX_IN_PROGRESS","features":[109]},{"name":"DOT11_MSONEX_RESULT","features":[109]},{"name":"DOT11_MSONEX_RESULT_PARAMS","features":[109,110]},{"name":"DOT11_MSONEX_SUCCESS","features":[109]},{"name":"DOT11_MSSECURITY_SETTINGS","features":[1,109,110]},{"name":"DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY","features":[109]},{"name":"DOT11_NETWORK","features":[109]},{"name":"DOT11_NETWORK_LIST","features":[109]},{"name":"DOT11_NIC_SPECIFIC_EXTENSION","features":[109]},{"name":"DOT11_NLO_FLAG_SCAN_AT_SYSTEM_RESUME","features":[109]},{"name":"DOT11_NLO_FLAG_SCAN_ON_AOAC_PLATFORM","features":[109]},{"name":"DOT11_NLO_FLAG_STOP_NLO_INDICATION","features":[109]},{"name":"DOT11_OFDM_PHY_ATTRIBUTES","features":[109]},{"name":"DOT11_OFFLOAD_CAPABILITY","features":[109]},{"name":"DOT11_OFFLOAD_NETWORK","features":[109]},{"name":"DOT11_OFFLOAD_NETWORK_LIST_INFO","features":[17,109]},{"name":"DOT11_OFFLOAD_NETWORK_LIST_REVISION_1","features":[109]},{"name":"DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS","features":[17,109]},{"name":"DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_OFFLOAD_TYPE","features":[109]},{"name":"DOT11_OI","features":[109]},{"name":"DOT11_OI_MAX_LENGTH","features":[109]},{"name":"DOT11_OI_MIN_LENGTH","features":[109]},{"name":"DOT11_OPERATION_MODE_AP","features":[109]},{"name":"DOT11_OPERATION_MODE_CAPABILITY","features":[109]},{"name":"DOT11_OPERATION_MODE_EXTENSIBLE_AP","features":[109]},{"name":"DOT11_OPERATION_MODE_EXTENSIBLE_STATION","features":[109]},{"name":"DOT11_OPERATION_MODE_MANUFACTURING","features":[109]},{"name":"DOT11_OPERATION_MODE_NETWORK_MONITOR","features":[109]},{"name":"DOT11_OPERATION_MODE_STATION","features":[109]},{"name":"DOT11_OPERATION_MODE_UNKNOWN","features":[109]},{"name":"DOT11_OPERATION_MODE_WFD_CLIENT","features":[109]},{"name":"DOT11_OPERATION_MODE_WFD_DEVICE","features":[109]},{"name":"DOT11_OPERATION_MODE_WFD_GROUP_OWNER","features":[109]},{"name":"DOT11_OPTIONAL_CAPABILITY","features":[1,109]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_CTRL","features":[109]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_DATA","features":[109]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_MGMT","features":[109]},{"name":"DOT11_PACKET_TYPE_BROADCAST_CTRL","features":[109]},{"name":"DOT11_PACKET_TYPE_BROADCAST_DATA","features":[109]},{"name":"DOT11_PACKET_TYPE_BROADCAST_MGMT","features":[109]},{"name":"DOT11_PACKET_TYPE_DIRECTED_CTRL","features":[109]},{"name":"DOT11_PACKET_TYPE_DIRECTED_DATA","features":[109]},{"name":"DOT11_PACKET_TYPE_DIRECTED_MGMT","features":[109]},{"name":"DOT11_PACKET_TYPE_MULTICAST_CTRL","features":[109]},{"name":"DOT11_PACKET_TYPE_MULTICAST_DATA","features":[109]},{"name":"DOT11_PACKET_TYPE_MULTICAST_MGMT","features":[109]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_CTRL","features":[109]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_DATA","features":[109]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_MGMT","features":[109]},{"name":"DOT11_PEER_INFO","features":[1,109]},{"name":"DOT11_PEER_INFO_LIST","features":[1,17,109]},{"name":"DOT11_PEER_INFO_LIST_REVISION_1","features":[109]},{"name":"DOT11_PEER_STATISTICS","features":[109]},{"name":"DOT11_PER_MSDU_COUNTERS","features":[109]},{"name":"DOT11_PHY_ATTRIBUTES","features":[1,17,109]},{"name":"DOT11_PHY_ATTRIBUTES_REVISION_1","features":[109]},{"name":"DOT11_PHY_FRAME_STATISTICS","features":[109]},{"name":"DOT11_PHY_FREQUENCY_ADOPTED_PARAMETERS","features":[17,109]},{"name":"DOT11_PHY_FREQUENCY_ADOPTED_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_PHY_ID_LIST","features":[17,109]},{"name":"DOT11_PHY_ID_LIST_REVISION_1","features":[109]},{"name":"DOT11_PHY_STATE_PARAMETERS","features":[1,17,109]},{"name":"DOT11_PHY_STATE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_PHY_TYPE","features":[109]},{"name":"DOT11_PHY_TYPE_INFO","features":[1,109]},{"name":"DOT11_PHY_TYPE_LIST","features":[17,109]},{"name":"DOT11_PHY_TYPE_LIST_REVISION_1","features":[109]},{"name":"DOT11_PMKID_CANDIDATE_LIST_PARAMETERS","features":[17,109]},{"name":"DOT11_PMKID_CANDIDATE_LIST_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_PMKID_ENTRY","features":[109]},{"name":"DOT11_PMKID_LIST","features":[17,109]},{"name":"DOT11_PMKID_LIST_REVISION_1","features":[109]},{"name":"DOT11_PORT_STATE","features":[1,109]},{"name":"DOT11_PORT_STATE_NOTIFICATION","features":[1,17,109]},{"name":"DOT11_PORT_STATE_NOTIFICATION_REVISION_1","features":[109]},{"name":"DOT11_POWER_MGMT_AUTO_MODE_ENABLED_INFO","features":[1,17,109]},{"name":"DOT11_POWER_MGMT_AUTO_MODE_ENABLED_REVISION_1","features":[109]},{"name":"DOT11_POWER_MGMT_MODE","features":[1,109]},{"name":"DOT11_POWER_MGMT_MODE_STATUS_INFO","features":[17,109]},{"name":"DOT11_POWER_MGMT_MODE_STATUS_INFO_REVISION_1","features":[109]},{"name":"DOT11_POWER_MODE","features":[109]},{"name":"DOT11_POWER_MODE_REASON","features":[109]},{"name":"DOT11_POWER_SAVE_LEVEL_FAST_PSP","features":[109]},{"name":"DOT11_POWER_SAVE_LEVEL_MAX_PSP","features":[109]},{"name":"DOT11_POWER_SAVING_FAST_PSP","features":[109]},{"name":"DOT11_POWER_SAVING_MAXIMUM_LEVEL","features":[109]},{"name":"DOT11_POWER_SAVING_MAX_PSP","features":[109]},{"name":"DOT11_POWER_SAVING_NO_POWER_SAVING","features":[109]},{"name":"DOT11_PRIORITY_CONTENTION","features":[109]},{"name":"DOT11_PRIORITY_CONTENTION_FREE","features":[109]},{"name":"DOT11_PRIVACY_EXEMPTION","features":[109]},{"name":"DOT11_PRIVACY_EXEMPTION_LIST","features":[17,109]},{"name":"DOT11_PRIVACY_EXEMPTION_LIST_REVISION_1","features":[109]},{"name":"DOT11_PROVISION_DISCOVERY_REQUEST_SEND_COMPLETE_PARAMETERS","features":[17,109]},{"name":"DOT11_PROVISION_DISCOVERY_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_PROVISION_DISCOVERY_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[17,109]},{"name":"DOT11_PROVISION_DISCOVERY_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_PSD_IE_MAX_DATA_SIZE","features":[109]},{"name":"DOT11_PSD_IE_MAX_ENTRY_NUMBER","features":[109]},{"name":"DOT11_QOS_PARAMS","features":[17,109]},{"name":"DOT11_QOS_PARAMS_REVISION_1","features":[109]},{"name":"DOT11_QOS_TX_DURATION","features":[109]},{"name":"DOT11_QOS_TX_MEDIUM_TIME","features":[109]},{"name":"DOT11_RADIO_STATE","features":[109]},{"name":"DOT11_RATE_SET","features":[109]},{"name":"DOT11_RATE_SET_MAX_LENGTH","features":[109]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_CONFIRMATION_PARAMETERS","features":[17,109]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_CONFIRMATION_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_REQUEST_PARAMETERS","features":[17,109]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_REQUEST_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_RESPONSE_PARAMETERS","features":[17,109]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_RESPONSE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_RECEIVED_INVITATION_REQUEST_PARAMETERS","features":[17,109]},{"name":"DOT11_RECEIVED_INVITATION_REQUEST_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_RECEIVED_INVITATION_RESPONSE_PARAMETERS","features":[17,109]},{"name":"DOT11_RECEIVED_INVITATION_RESPONSE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS","features":[17,109]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_RESPONSE_PARAMETERS","features":[17,109]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_RESPONSE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_RECV_CONTEXT_REVISION_1","features":[109]},{"name":"DOT11_RECV_EXTENSION_INFO","features":[1,109]},{"name":"DOT11_RECV_EXTENSION_INFO_V2","features":[1,109]},{"name":"DOT11_RECV_SENSITIVITY","features":[109]},{"name":"DOT11_RECV_SENSITIVITY_LIST","features":[109]},{"name":"DOT11_REG_DOMAINS_SUPPORT_VALUE","features":[109]},{"name":"DOT11_REG_DOMAIN_DOC","features":[109]},{"name":"DOT11_REG_DOMAIN_ETSI","features":[109]},{"name":"DOT11_REG_DOMAIN_FCC","features":[109]},{"name":"DOT11_REG_DOMAIN_FRANCE","features":[109]},{"name":"DOT11_REG_DOMAIN_MKK","features":[109]},{"name":"DOT11_REG_DOMAIN_OTHER","features":[109]},{"name":"DOT11_REG_DOMAIN_SPAIN","features":[109]},{"name":"DOT11_REG_DOMAIN_VALUE","features":[109]},{"name":"DOT11_RESET_REQUEST","features":[1,109]},{"name":"DOT11_RESET_TYPE","features":[109]},{"name":"DOT11_ROAMING_COMPLETION_PARAMETERS","features":[17,109]},{"name":"DOT11_ROAMING_COMPLETION_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_ROAMING_START_PARAMETERS","features":[17,109]},{"name":"DOT11_ROAMING_START_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_RSSI_RANGE","features":[109]},{"name":"DOT11_SCAN_REQUEST","features":[1,109]},{"name":"DOT11_SCAN_REQUEST_V2","features":[1,109]},{"name":"DOT11_SCAN_TYPE","features":[109]},{"name":"DOT11_SECURITY_PACKET_HEADER","features":[109]},{"name":"DOT11_SEND_CONTEXT_REVISION_1","features":[109]},{"name":"DOT11_SEND_GO_NEGOTIATION_CONFIRMATION_PARAMETERS","features":[1,17,109]},{"name":"DOT11_SEND_GO_NEGOTIATION_CONFIRMATION_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS","features":[17,109]},{"name":"DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_SEND_GO_NEGOTIATION_RESPONSE_PARAMETERS","features":[1,17,109]},{"name":"DOT11_SEND_GO_NEGOTIATION_RESPONSE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_SEND_INVITATION_REQUEST_PARAMETERS","features":[1,17,109]},{"name":"DOT11_SEND_INVITATION_REQUEST_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_SEND_INVITATION_RESPONSE_PARAMETERS","features":[1,17,109]},{"name":"DOT11_SEND_INVITATION_RESPONSE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS","features":[1,17,109]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_RESPONSE_PARAMETERS","features":[17,109]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_RESPONSE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_SERVICE_CLASS_REORDERABLE_MULTICAST","features":[109]},{"name":"DOT11_SERVICE_CLASS_STRICTLY_ORDERED","features":[109]},{"name":"DOT11_SSID","features":[109]},{"name":"DOT11_SSID_LIST","features":[17,109]},{"name":"DOT11_SSID_LIST_REVISION_1","features":[109]},{"name":"DOT11_SSID_MAX_LENGTH","features":[109]},{"name":"DOT11_START_REQUEST","features":[109]},{"name":"DOT11_STATISTICS","features":[17,109]},{"name":"DOT11_STATISTICS_REVISION_1","features":[109]},{"name":"DOT11_STATUS_AP_JOIN_CONFIRM","features":[109]},{"name":"DOT11_STATUS_AUTH_FAILED","features":[109]},{"name":"DOT11_STATUS_AUTH_NOT_VERIFIED","features":[109]},{"name":"DOT11_STATUS_AUTH_VERIFIED","features":[109]},{"name":"DOT11_STATUS_ENCRYPTION_FAILED","features":[109]},{"name":"DOT11_STATUS_EXCESSIVE_DATA_LENGTH","features":[109]},{"name":"DOT11_STATUS_GENERATE_AUTH_FAILED","features":[109]},{"name":"DOT11_STATUS_ICV_VERIFIED","features":[109]},{"name":"DOT11_STATUS_INDICATION","features":[109]},{"name":"DOT11_STATUS_JOIN_CONFIRM","features":[109]},{"name":"DOT11_STATUS_MPDU_MAX_LENGTH_CHANGED","features":[109]},{"name":"DOT11_STATUS_PACKET_NOT_REASSEMBLED","features":[109]},{"name":"DOT11_STATUS_PACKET_REASSEMBLED","features":[109]},{"name":"DOT11_STATUS_PS_LIFETIME_EXPIRED","features":[109]},{"name":"DOT11_STATUS_RESET_CONFIRM","features":[109]},{"name":"DOT11_STATUS_RETRY_LIMIT_EXCEEDED","features":[109]},{"name":"DOT11_STATUS_SCAN_CONFIRM","features":[109]},{"name":"DOT11_STATUS_START_CONFIRM","features":[109]},{"name":"DOT11_STATUS_SUCCESS","features":[109]},{"name":"DOT11_STATUS_UNAVAILABLE_BSS","features":[109]},{"name":"DOT11_STATUS_UNAVAILABLE_PRIORITY","features":[109]},{"name":"DOT11_STATUS_UNAVAILABLE_SERVICE_CLASS","features":[109]},{"name":"DOT11_STATUS_UNSUPPORTED_PRIORITY","features":[109]},{"name":"DOT11_STATUS_UNSUPPORTED_SERVICE_CLASS","features":[109]},{"name":"DOT11_STATUS_WEP_KEY_UNAVAILABLE","features":[109]},{"name":"DOT11_STATUS_XMIT_MSDU_TIMER_EXPIRED","features":[109]},{"name":"DOT11_STOP_AP_PARAMETERS","features":[17,109]},{"name":"DOT11_STOP_AP_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_STOP_AP_REASON_AP_ACTIVE","features":[109]},{"name":"DOT11_STOP_AP_REASON_CHANNEL_NOT_AVAILABLE","features":[109]},{"name":"DOT11_STOP_AP_REASON_FREQUENCY_NOT_AVAILABLE","features":[109]},{"name":"DOT11_STOP_AP_REASON_IHV_END","features":[109]},{"name":"DOT11_STOP_AP_REASON_IHV_START","features":[109]},{"name":"DOT11_SUPPORTED_ANTENNA","features":[1,109]},{"name":"DOT11_SUPPORTED_ANTENNA_LIST","features":[1,109]},{"name":"DOT11_SUPPORTED_DATA_RATES_VALUE","features":[109]},{"name":"DOT11_SUPPORTED_DATA_RATES_VALUE_V2","features":[109]},{"name":"DOT11_SUPPORTED_DSSS_CHANNEL","features":[109]},{"name":"DOT11_SUPPORTED_DSSS_CHANNEL_LIST","features":[109]},{"name":"DOT11_SUPPORTED_OFDM_FREQUENCY","features":[109]},{"name":"DOT11_SUPPORTED_OFDM_FREQUENCY_LIST","features":[109]},{"name":"DOT11_SUPPORTED_PHY_TYPES","features":[109]},{"name":"DOT11_SUPPORTED_POWER_LEVELS","features":[109]},{"name":"DOT11_TEMP_TYPE","features":[109]},{"name":"DOT11_TKIPMIC_FAILURE_PARAMETERS","features":[1,17,109]},{"name":"DOT11_TKIPMIC_FAILURE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_UPDATE_IE","features":[109]},{"name":"DOT11_UPDATE_IE_OP","features":[109]},{"name":"DOT11_VENUEINFO","features":[109]},{"name":"DOT11_VWIFI_ATTRIBUTES","features":[17,109]},{"name":"DOT11_VWIFI_ATTRIBUTES_REVISION_1","features":[109]},{"name":"DOT11_VWIFI_COMBINATION","features":[17,109]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_1","features":[109]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_2","features":[109]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_3","features":[109]},{"name":"DOT11_VWIFI_COMBINATION_V2","features":[17,109]},{"name":"DOT11_VWIFI_COMBINATION_V3","features":[17,109]},{"name":"DOT11_WEP_OFFLOAD","features":[1,109]},{"name":"DOT11_WEP_UPLOAD","features":[1,109]},{"name":"DOT11_WFD_ADDITIONAL_IE","features":[17,109]},{"name":"DOT11_WFD_ADDITIONAL_IE_REVISION_1","features":[109]},{"name":"DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR","features":[109]},{"name":"DOT11_WFD_ADVERTISED_SERVICE_LIST","features":[109]},{"name":"DOT11_WFD_ADVERTISEMENT_ID","features":[109]},{"name":"DOT11_WFD_APS2_SERVICE_TYPE_MAX_LENGTH","features":[109]},{"name":"DOT11_WFD_ASP2_INSTANCE_NAME_MAX_LENGTH","features":[109]},{"name":"DOT11_WFD_ATTRIBUTES","features":[1,17,109]},{"name":"DOT11_WFD_ATTRIBUTES_REVISION_1","features":[109]},{"name":"DOT11_WFD_CHANNEL","features":[109]},{"name":"DOT11_WFD_CONFIGURATION_TIMEOUT","features":[109]},{"name":"DOT11_WFD_DEVICE_AUTO_AVAILABILITY","features":[109]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONCURRENT_OPERATION","features":[109]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONFIG","features":[1,17,109]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONFIG_REVISION_1","features":[109]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_CLIENT_DISCOVERABILITY","features":[109]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_DEVICE_LIMIT","features":[109]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_INFRASTRUCTURE_MANAGED","features":[109]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_INVITATION_PROCEDURE","features":[109]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_RESERVED_6","features":[109]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_RESERVED_7","features":[109]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_SERVICE_DISCOVERY","features":[109]},{"name":"DOT11_WFD_DEVICE_ENTRY","features":[109]},{"name":"DOT11_WFD_DEVICE_HIGH_AVAILABILITY","features":[109]},{"name":"DOT11_WFD_DEVICE_INFO","features":[17,109]},{"name":"DOT11_WFD_DEVICE_INFO_REVISION_1","features":[109]},{"name":"DOT11_WFD_DEVICE_LISTEN_CHANNEL","features":[17,109]},{"name":"DOT11_WFD_DEVICE_LISTEN_CHANNEL_REVISION_1","features":[109]},{"name":"DOT11_WFD_DEVICE_NOT_DISCOVERABLE","features":[109]},{"name":"DOT11_WFD_DEVICE_TYPE","features":[109]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_MAX_LIST_SIZE","features":[109]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_PARAMETERS","features":[17,109]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_WFD_DISCOVER_DEVICE_FILTER","features":[109]},{"name":"DOT11_WFD_DISCOVER_REQUEST","features":[1,17,109]},{"name":"DOT11_WFD_DISCOVER_REQUEST_REVISION_1","features":[109]},{"name":"DOT11_WFD_DISCOVER_TYPE","features":[109]},{"name":"DOT11_WFD_GO_INTENT","features":[109]},{"name":"DOT11_WFD_GROUP_CAPABILITY_CROSS_CONNECTION_SUPPORTED","features":[109]},{"name":"DOT11_WFD_GROUP_CAPABILITY_EAPOL_KEY_IP_ADDRESS_ALLOCATION_SUPPORTED","features":[109]},{"name":"DOT11_WFD_GROUP_CAPABILITY_GROUP_LIMIT_REACHED","features":[109]},{"name":"DOT11_WFD_GROUP_CAPABILITY_GROUP_OWNER","features":[109]},{"name":"DOT11_WFD_GROUP_CAPABILITY_INTRABSS_DISTRIBUTION_SUPPORTED","features":[109]},{"name":"DOT11_WFD_GROUP_CAPABILITY_IN_GROUP_FORMATION","features":[109]},{"name":"DOT11_WFD_GROUP_CAPABILITY_NONE","features":[109]},{"name":"DOT11_WFD_GROUP_CAPABILITY_PERSISTENT_GROUP","features":[109]},{"name":"DOT11_WFD_GROUP_CAPABILITY_PERSISTENT_RECONNECT_SUPPORTED","features":[109]},{"name":"DOT11_WFD_GROUP_CAPABILITY_RESERVED_7","features":[109]},{"name":"DOT11_WFD_GROUP_ID","features":[109]},{"name":"DOT11_WFD_GROUP_JOIN_PARAMETERS","features":[1,17,109]},{"name":"DOT11_WFD_GROUP_JOIN_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG","features":[1,17,109]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_REVISION_1","features":[109]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_REVISION_2","features":[109]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2","features":[1,17,109]},{"name":"DOT11_WFD_GROUP_START_PARAMETERS","features":[17,109]},{"name":"DOT11_WFD_GROUP_START_PARAMETERS_REVISION_1","features":[109]},{"name":"DOT11_WFD_INVITATION_FLAGS","features":[109]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_FROM_WLAN_CROSS_CONNECTION_POLICY","features":[109]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_INFRASTRUCTURE_MANAGED_POLICY","features":[109]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_NOT_MANAGED_INFRASTRUCTURE_CAPABLE","features":[109]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_WFD_COEXISTENCE_POLICY","features":[109]},{"name":"DOT11_WFD_MINOR_REASON_SUCCESS","features":[109]},{"name":"DOT11_WFD_SCAN_TYPE","features":[109]},{"name":"DOT11_WFD_SECONDARY_DEVICE_TYPE_LIST","features":[17,109]},{"name":"DOT11_WFD_SECONDARY_DEVICE_TYPE_LIST_REVISION_1","features":[109]},{"name":"DOT11_WFD_SERVICE_HASH_LIST","features":[109]},{"name":"DOT11_WFD_SERVICE_INFORMATION_MAX_LENGTH","features":[109]},{"name":"DOT11_WFD_SERVICE_NAME_MAX_LENGTH","features":[109]},{"name":"DOT11_WFD_SESSION_ID","features":[109]},{"name":"DOT11_WFD_SESSION_INFO","features":[109]},{"name":"DOT11_WFD_SESSION_INFO_MAX_LENGTH","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_INCOMPATIBLE_PARAMETERS","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_INCOMPATIBLE_PROVISIONING_METHOD","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_INFORMATION_IS_UNAVAILABLE","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_INVALID_PARAMETERS","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_LIMIT_REACHED","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_MATCHING_MAX_INTENT","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_NO_COMMON_CHANNELS","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_PREVIOUS_PROTOCOL_ERROR","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_REJECTED_BY_USER","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_UNABLE_TO_ACCOMODATE_REQUEST","features":[109]},{"name":"DOT11_WFD_STATUS_FAILED_UNKNOWN_WFD_GROUP","features":[109]},{"name":"DOT11_WFD_STATUS_SUCCESS","features":[109]},{"name":"DOT11_WFD_STATUS_SUCCESS_ACCEPTED_BY_USER","features":[109]},{"name":"DOT11_WME_AC_PARAMETERS","features":[109]},{"name":"DOT11_WME_AC_PARAMETERS_LIST","features":[109]},{"name":"DOT11_WME_PACKET","features":[109]},{"name":"DOT11_WME_UPDATE_IE","features":[109]},{"name":"DOT11_WPA_TSC","features":[1,109]},{"name":"DOT11_WPS_CONFIG_METHOD","features":[109]},{"name":"DOT11_WPS_CONFIG_METHOD_DISPLAY","features":[109]},{"name":"DOT11_WPS_CONFIG_METHOD_KEYPAD","features":[109]},{"name":"DOT11_WPS_CONFIG_METHOD_NFC_INTERFACE","features":[109]},{"name":"DOT11_WPS_CONFIG_METHOD_NFC_TAG","features":[109]},{"name":"DOT11_WPS_CONFIG_METHOD_NULL","features":[109]},{"name":"DOT11_WPS_CONFIG_METHOD_PUSHBUTTON","features":[109]},{"name":"DOT11_WPS_CONFIG_METHOD_WFDS_DEFAULT","features":[109]},{"name":"DOT11_WPS_DEVICE_NAME","features":[109]},{"name":"DOT11_WPS_DEVICE_NAME_MAX_LENGTH","features":[109]},{"name":"DOT11_WPS_DEVICE_PASSWORD_ID","features":[109]},{"name":"DOT11_WPS_MAX_MODEL_NAME_LENGTH","features":[109]},{"name":"DOT11_WPS_MAX_MODEL_NUMBER_LENGTH","features":[109]},{"name":"DOT11_WPS_MAX_PASSKEY_LENGTH","features":[109]},{"name":"DOT11_WPS_PASSWORD_ID_DEFAULT","features":[109]},{"name":"DOT11_WPS_PASSWORD_ID_MACHINE_SPECIFIED","features":[109]},{"name":"DOT11_WPS_PASSWORD_ID_NFC_CONNECTION_HANDOVER","features":[109]},{"name":"DOT11_WPS_PASSWORD_ID_OOB_RANGE_MAX","features":[109]},{"name":"DOT11_WPS_PASSWORD_ID_OOB_RANGE_MIN","features":[109]},{"name":"DOT11_WPS_PASSWORD_ID_PUSHBUTTON","features":[109]},{"name":"DOT11_WPS_PASSWORD_ID_REGISTRAR_SPECIFIED","features":[109]},{"name":"DOT11_WPS_PASSWORD_ID_REKEY","features":[109]},{"name":"DOT11_WPS_PASSWORD_ID_USER_SPECIFIED","features":[109]},{"name":"DOT11_WPS_PASSWORD_ID_WFD_SERVICES","features":[109]},{"name":"DOT11_WPS_VERSION_1_0","features":[109]},{"name":"DOT11_WPS_VERSION_2_0","features":[109]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_Enhanced","features":[109]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_NoP2PSupported","features":[109]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_NotSupported","features":[109]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_SingleFunctionSupported","features":[109]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_Supported","features":[109]},{"name":"DevProp_PciDevice_AcsSupport_Missing","features":[109]},{"name":"DevProp_PciDevice_AcsSupport_NotNeeded","features":[109]},{"name":"DevProp_PciDevice_AcsSupport_Present","features":[109]},{"name":"DevProp_PciDevice_BridgeType_PciConventional","features":[109]},{"name":"DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort","features":[109]},{"name":"DevProp_PciDevice_BridgeType_PciExpressEventCollector","features":[109]},{"name":"DevProp_PciDevice_BridgeType_PciExpressRootPort","features":[109]},{"name":"DevProp_PciDevice_BridgeType_PciExpressToPciXBridge","features":[109]},{"name":"DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci","features":[109]},{"name":"DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort","features":[109]},{"name":"DevProp_PciDevice_BridgeType_PciX","features":[109]},{"name":"DevProp_PciDevice_BridgeType_PciXToExpressBridge","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_100Mhz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_133MHZ","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_66Mhz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_100Mhz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_133Mhz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_66Mhz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_100MHz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_133MHz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_66MHz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_100MHz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_133MHz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_66MHz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode_Conventional_Pci","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_Pci_Conventional_33MHz","features":[109]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_Pci_Conventional_66MHz","features":[109]},{"name":"DevProp_PciDevice_DeviceType_PciConventional","features":[109]},{"name":"DevProp_PciDevice_DeviceType_PciExpressEndpoint","features":[109]},{"name":"DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint","features":[109]},{"name":"DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint","features":[109]},{"name":"DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci","features":[109]},{"name":"DevProp_PciDevice_DeviceType_PciX","features":[109]},{"name":"DevProp_PciDevice_InterruptType_LineBased","features":[109]},{"name":"DevProp_PciDevice_InterruptType_Msi","features":[109]},{"name":"DevProp_PciDevice_InterruptType_MsiX","features":[109]},{"name":"DevProp_PciDevice_SriovSupport_DidntGetVfBarSpace","features":[109]},{"name":"DevProp_PciDevice_SriovSupport_MissingAcs","features":[109]},{"name":"DevProp_PciDevice_SriovSupport_MissingPfDriver","features":[109]},{"name":"DevProp_PciDevice_SriovSupport_NoBusResource","features":[109]},{"name":"DevProp_PciDevice_SriovSupport_Ok","features":[109]},{"name":"DevProp_PciExpressDevice_LinkSpeed_Five_Gbps","features":[109]},{"name":"DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps","features":[109]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_1","features":[109]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_12","features":[109]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_16","features":[109]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_2","features":[109]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_32","features":[109]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_4","features":[109]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_8","features":[109]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_1024Bytes","features":[109]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_128Bytes","features":[109]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_2048Bytes","features":[109]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_256Bytes","features":[109]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_4096Bytes","features":[109]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_512Bytes","features":[109]},{"name":"DevProp_PciExpressDevice_Spec_Version_10","features":[109]},{"name":"DevProp_PciExpressDevice_Spec_Version_11","features":[109]},{"name":"DevProp_PciRootBus_BusWidth_32Bits","features":[109]},{"name":"DevProp_PciRootBus_BusWidth_64Bits","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_Conventional_33Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_Conventional_66Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_100Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_133Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_66Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_100Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_133Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_66Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_100Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_133Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_66Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_100Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_133Mhz","features":[109]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_66Mhz","features":[109]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciConventional","features":[109]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciExpress","features":[109]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciXMode1","features":[109]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciXMode2","features":[109]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_Conventional_33Mhz","features":[109]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_Conventional_66Mhz","features":[109]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_133Mhz","features":[109]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_266Mhz","features":[109]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_533Mhz","features":[109]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_66Mhz","features":[109]},{"name":"Dot11AdHocManager","features":[109]},{"name":"GUID_AEPSERVICE_WIFIDIRECT_DEVICE","features":[109]},{"name":"GUID_DEVINTERFACE_ASP_INFRA_DEVICE","features":[109]},{"name":"GUID_DEVINTERFACE_WIFIDIRECT_DEVICE","features":[109]},{"name":"IDot11AdHocInterface","features":[109]},{"name":"IDot11AdHocInterfaceNotificationSink","features":[109]},{"name":"IDot11AdHocManager","features":[109]},{"name":"IDot11AdHocManagerNotificationSink","features":[109]},{"name":"IDot11AdHocNetwork","features":[109]},{"name":"IDot11AdHocNetworkNotificationSink","features":[109]},{"name":"IDot11AdHocSecuritySettings","features":[109]},{"name":"IEnumDot11AdHocInterfaces","features":[109]},{"name":"IEnumDot11AdHocNetworks","features":[109]},{"name":"IEnumDot11AdHocSecuritySettings","features":[109]},{"name":"IHV_INIT_FUNCTION_NAME","features":[109]},{"name":"IHV_INIT_VS_FUNCTION_NAME","features":[109]},{"name":"IHV_VERSION_FUNCTION_NAME","features":[109]},{"name":"IndicationTypeLinkQuality","features":[109]},{"name":"IndicationTypeNicSpecificNotification","features":[109]},{"name":"IndicationTypePhyStateChange","features":[109]},{"name":"IndicationTypePmkidCandidateList","features":[109]},{"name":"IndicationTypeTkipMicFailure","features":[109]},{"name":"L2_NOTIFICATION_CODE_GROUP_SIZE","features":[109]},{"name":"L2_NOTIFICATION_CODE_PUBLIC_BEGIN","features":[109]},{"name":"L2_NOTIFICATION_DATA","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_ALL","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_DOT3_AUTO_CONFIG","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_NONE","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_ONEX","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_SECURITY","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_WCM","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_WCM_CSP","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_WFD","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_ACM","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_DEVICE_SERVICE","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_HNWK","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_IHV","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_MSM","features":[109]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_SECURITY","features":[109]},{"name":"L2_PROFILE_MAX_NAME_LENGTH","features":[109]},{"name":"L2_REASON_CODE_DOT11_AC_BASE","features":[109]},{"name":"L2_REASON_CODE_DOT11_MSM_BASE","features":[109]},{"name":"L2_REASON_CODE_DOT11_SECURITY_BASE","features":[109]},{"name":"L2_REASON_CODE_DOT3_AC_BASE","features":[109]},{"name":"L2_REASON_CODE_DOT3_MSM_BASE","features":[109]},{"name":"L2_REASON_CODE_GEN_BASE","features":[109]},{"name":"L2_REASON_CODE_GROUP_SIZE","features":[109]},{"name":"L2_REASON_CODE_IHV_BASE","features":[109]},{"name":"L2_REASON_CODE_ONEX_BASE","features":[109]},{"name":"L2_REASON_CODE_PROFILE_BASE","features":[109]},{"name":"L2_REASON_CODE_PROFILE_MISSING","features":[109]},{"name":"L2_REASON_CODE_RESERVED_BASE","features":[109]},{"name":"L2_REASON_CODE_SUCCESS","features":[109]},{"name":"L2_REASON_CODE_UNKNOWN","features":[109]},{"name":"L2_REASON_CODE_WIMAX_BASE","features":[109]},{"name":"MAX_NUM_SUPPORTED_RATES","features":[109]},{"name":"MAX_NUM_SUPPORTED_RATES_V2","features":[109]},{"name":"MS_MAX_PROFILE_NAME_LENGTH","features":[109]},{"name":"MS_PROFILE_GROUP_POLICY","features":[109]},{"name":"MS_PROFILE_USER","features":[109]},{"name":"NDIS_PACKET_TYPE_802_11_ALL_MULTICAST_DATA","features":[109]},{"name":"NDIS_PACKET_TYPE_802_11_BROADCAST_DATA","features":[109]},{"name":"NDIS_PACKET_TYPE_802_11_DIRECTED_DATA","features":[109]},{"name":"NDIS_PACKET_TYPE_802_11_MULTICAST_DATA","features":[109]},{"name":"NDIS_PACKET_TYPE_802_11_PROMISCUOUS_DATA","features":[109]},{"name":"OID_DOT11_AP_JOIN_REQUEST","features":[109]},{"name":"OID_DOT11_ATIM_WINDOW","features":[109]},{"name":"OID_DOT11_BEACON_PERIOD","features":[109]},{"name":"OID_DOT11_CCA_MODE_SUPPORTED","features":[109]},{"name":"OID_DOT11_CCA_WATCHDOG_COUNT_MAX","features":[109]},{"name":"OID_DOT11_CCA_WATCHDOG_COUNT_MIN","features":[109]},{"name":"OID_DOT11_CCA_WATCHDOG_TIMER_MAX","features":[109]},{"name":"OID_DOT11_CCA_WATCHDOG_TIMER_MIN","features":[109]},{"name":"OID_DOT11_CFP_MAX_DURATION","features":[109]},{"name":"OID_DOT11_CFP_PERIOD","features":[109]},{"name":"OID_DOT11_CF_POLLABLE","features":[109]},{"name":"OID_DOT11_CHANNEL_AGILITY_ENABLED","features":[109]},{"name":"OID_DOT11_CHANNEL_AGILITY_PRESENT","features":[109]},{"name":"OID_DOT11_COUNTERS_ENTRY","features":[109]},{"name":"OID_DOT11_COUNTRY_STRING","features":[109]},{"name":"OID_DOT11_CURRENT_ADDRESS","features":[109]},{"name":"OID_DOT11_CURRENT_CCA_MODE","features":[109]},{"name":"OID_DOT11_CURRENT_CHANNEL","features":[109]},{"name":"OID_DOT11_CURRENT_CHANNEL_NUMBER","features":[109]},{"name":"OID_DOT11_CURRENT_DWELL_TIME","features":[109]},{"name":"OID_DOT11_CURRENT_FREQUENCY","features":[109]},{"name":"OID_DOT11_CURRENT_INDEX","features":[109]},{"name":"OID_DOT11_CURRENT_OFFLOAD_CAPABILITY","features":[109]},{"name":"OID_DOT11_CURRENT_OPERATION_MODE","features":[109]},{"name":"OID_DOT11_CURRENT_OPTIONAL_CAPABILITY","features":[109]},{"name":"OID_DOT11_CURRENT_PACKET_FILTER","features":[109]},{"name":"OID_DOT11_CURRENT_PATTERN","features":[109]},{"name":"OID_DOT11_CURRENT_PHY_TYPE","features":[109]},{"name":"OID_DOT11_CURRENT_REG_DOMAIN","features":[109]},{"name":"OID_DOT11_CURRENT_RX_ANTENNA","features":[109]},{"name":"OID_DOT11_CURRENT_SET","features":[109]},{"name":"OID_DOT11_CURRENT_TX_ANTENNA","features":[109]},{"name":"OID_DOT11_CURRENT_TX_POWER_LEVEL","features":[109]},{"name":"OID_DOT11_DEFAULT_WEP_OFFLOAD","features":[109]},{"name":"OID_DOT11_DEFAULT_WEP_UPLOAD","features":[109]},{"name":"OID_DOT11_DIVERSITY_SELECTION_RX","features":[109]},{"name":"OID_DOT11_DIVERSITY_SUPPORT","features":[109]},{"name":"OID_DOT11_DSSS_OFDM_OPTION_ENABLED","features":[109]},{"name":"OID_DOT11_DSSS_OFDM_OPTION_IMPLEMENTED","features":[109]},{"name":"OID_DOT11_DTIM_PERIOD","features":[109]},{"name":"OID_DOT11_ED_THRESHOLD","features":[109]},{"name":"OID_DOT11_EHCC_CAPABILITY_ENABLED","features":[109]},{"name":"OID_DOT11_EHCC_CAPABILITY_IMPLEMENTED","features":[109]},{"name":"OID_DOT11_EHCC_NUMBER_OF_CHANNELS_FAMILY_INDEX","features":[109]},{"name":"OID_DOT11_EHCC_PRIME_RADIX","features":[109]},{"name":"OID_DOT11_ERP_PBCC_OPTION_ENABLED","features":[109]},{"name":"OID_DOT11_ERP_PBCC_OPTION_IMPLEMENTED","features":[109]},{"name":"OID_DOT11_FRAGMENTATION_THRESHOLD","features":[109]},{"name":"OID_DOT11_FREQUENCY_BANDS_SUPPORTED","features":[109]},{"name":"OID_DOT11_HOPPING_PATTERN","features":[109]},{"name":"OID_DOT11_HOP_ALGORITHM_ADOPTED","features":[109]},{"name":"OID_DOT11_HOP_MODULUS","features":[109]},{"name":"OID_DOT11_HOP_OFFSET","features":[109]},{"name":"OID_DOT11_HOP_TIME","features":[109]},{"name":"OID_DOT11_HR_CCA_MODE_SUPPORTED","features":[109]},{"name":"OID_DOT11_JOIN_REQUEST","features":[109]},{"name":"OID_DOT11_LONG_RETRY_LIMIT","features":[109]},{"name":"OID_DOT11_MAC_ADDRESS","features":[109]},{"name":"OID_DOT11_MAXIMUM_LIST_SIZE","features":[109]},{"name":"OID_DOT11_MAX_DWELL_TIME","features":[109]},{"name":"OID_DOT11_MAX_MAC_ADDRESS_STATES","features":[109]},{"name":"OID_DOT11_MAX_RECEIVE_LIFETIME","features":[109]},{"name":"OID_DOT11_MAX_TRANSMIT_MSDU_LIFETIME","features":[109]},{"name":"OID_DOT11_MEDIUM_OCCUPANCY_LIMIT","features":[109]},{"name":"OID_DOT11_MPDU_MAX_LENGTH","features":[109]},{"name":"OID_DOT11_MULTICAST_LIST","features":[109]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY","features":[109]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY_ENABLED","features":[109]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY_IMPLEMENTED","features":[109]},{"name":"OID_DOT11_NDIS_START","features":[109]},{"name":"OID_DOT11_NIC_POWER_STATE","features":[109]},{"name":"OID_DOT11_NIC_SPECIFIC_EXTENSION","features":[109]},{"name":"OID_DOT11_NUMBER_OF_HOPPING_SETS","features":[109]},{"name":"OID_DOT11_OFFLOAD_CAPABILITY","features":[109]},{"name":"OID_DOT11_OPERATIONAL_RATE_SET","features":[109]},{"name":"OID_DOT11_OPERATION_MODE_CAPABILITY","features":[109]},{"name":"OID_DOT11_OPTIONAL_CAPABILITY","features":[109]},{"name":"OID_DOT11_PBCC_OPTION_IMPLEMENTED","features":[109]},{"name":"OID_DOT11_PERMANENT_ADDRESS","features":[109]},{"name":"OID_DOT11_POWER_MGMT_MODE","features":[109]},{"name":"OID_DOT11_PRIVATE_OIDS_START","features":[109]},{"name":"OID_DOT11_QOS_TX_DURATION","features":[109]},{"name":"OID_DOT11_QOS_TX_MEDIUM_TIME","features":[109]},{"name":"OID_DOT11_QOS_TX_QUEUES_SUPPORTED","features":[109]},{"name":"OID_DOT11_RANDOM_TABLE_FIELD_NUMBER","features":[109]},{"name":"OID_DOT11_RANDOM_TABLE_FLAG","features":[109]},{"name":"OID_DOT11_RECV_SENSITIVITY_LIST","features":[109]},{"name":"OID_DOT11_REG_DOMAINS_SUPPORT_VALUE","features":[109]},{"name":"OID_DOT11_RESET_REQUEST","features":[109]},{"name":"OID_DOT11_RF_USAGE","features":[109]},{"name":"OID_DOT11_RSSI_RANGE","features":[109]},{"name":"OID_DOT11_RTS_THRESHOLD","features":[109]},{"name":"OID_DOT11_SCAN_REQUEST","features":[109]},{"name":"OID_DOT11_SHORT_PREAMBLE_OPTION_IMPLEMENTED","features":[109]},{"name":"OID_DOT11_SHORT_RETRY_LIMIT","features":[109]},{"name":"OID_DOT11_SHORT_SLOT_TIME_OPTION_ENABLED","features":[109]},{"name":"OID_DOT11_SHORT_SLOT_TIME_OPTION_IMPLEMENTED","features":[109]},{"name":"OID_DOT11_START_REQUEST","features":[109]},{"name":"OID_DOT11_STATION_ID","features":[109]},{"name":"OID_DOT11_SUPPORTED_DATA_RATES_VALUE","features":[109]},{"name":"OID_DOT11_SUPPORTED_DSSS_CHANNEL_LIST","features":[109]},{"name":"OID_DOT11_SUPPORTED_OFDM_FREQUENCY_LIST","features":[109]},{"name":"OID_DOT11_SUPPORTED_PHY_TYPES","features":[109]},{"name":"OID_DOT11_SUPPORTED_POWER_LEVELS","features":[109]},{"name":"OID_DOT11_SUPPORTED_RX_ANTENNA","features":[109]},{"name":"OID_DOT11_SUPPORTED_TX_ANTENNA","features":[109]},{"name":"OID_DOT11_TEMP_TYPE","features":[109]},{"name":"OID_DOT11_TI_THRESHOLD","features":[109]},{"name":"OID_DOT11_UPDATE_IE","features":[109]},{"name":"OID_DOT11_WEP_ICV_ERROR_COUNT","features":[109]},{"name":"OID_DOT11_WEP_OFFLOAD","features":[109]},{"name":"OID_DOT11_WEP_UPLOAD","features":[109]},{"name":"OID_DOT11_WME_AC_PARAMETERS","features":[109]},{"name":"OID_DOT11_WME_ENABLED","features":[109]},{"name":"OID_DOT11_WME_IMPLEMENTED","features":[109]},{"name":"OID_DOT11_WME_UPDATE_IE","features":[109]},{"name":"OID_DOT11_WPA_TSC","features":[109]},{"name":"ONEX_AUTHENTICATOR_NO_LONGER_PRESENT","features":[109]},{"name":"ONEX_AUTH_IDENTITY","features":[109]},{"name":"ONEX_AUTH_PARAMS","features":[1,109]},{"name":"ONEX_AUTH_RESTART_REASON","features":[109]},{"name":"ONEX_AUTH_STATUS","features":[109]},{"name":"ONEX_EAP_ERROR","features":[109,110]},{"name":"ONEX_EAP_FAILURE_RECEIVED","features":[109]},{"name":"ONEX_EAP_METHOD_BACKEND_SUPPORT","features":[109]},{"name":"ONEX_IDENTITY_NOT_FOUND","features":[109]},{"name":"ONEX_NOTIFICATION_TYPE","features":[109]},{"name":"ONEX_NO_RESPONSE_TO_IDENTITY","features":[109]},{"name":"ONEX_PROFILE_DISALLOWED_EAP_TYPE","features":[109]},{"name":"ONEX_PROFILE_EXPIRED_EXPLICIT_CREDENTIALS","features":[109]},{"name":"ONEX_PROFILE_INVALID_AUTH_MODE","features":[109]},{"name":"ONEX_PROFILE_INVALID_EAP_CONNECTION_PROPERTIES","features":[109]},{"name":"ONEX_PROFILE_INVALID_EAP_TYPE_OR_FLAG","features":[109]},{"name":"ONEX_PROFILE_INVALID_EXPLICIT_CREDENTIALS","features":[109]},{"name":"ONEX_PROFILE_INVALID_LENGTH","features":[109]},{"name":"ONEX_PROFILE_INVALID_ONEX_FLAGS","features":[109]},{"name":"ONEX_PROFILE_INVALID_SUPPLICANT_MODE","features":[109]},{"name":"ONEX_PROFILE_INVALID_TIMER_VALUE","features":[109]},{"name":"ONEX_PROFILE_VERSION_NOT_SUPPORTED","features":[109]},{"name":"ONEX_REASON_CODE","features":[109]},{"name":"ONEX_REASON_CODE_SUCCESS","features":[109]},{"name":"ONEX_REASON_START","features":[109]},{"name":"ONEX_RESULT_UPDATE_DATA","features":[1,109]},{"name":"ONEX_STATUS","features":[109]},{"name":"ONEX_UI_CANCELLED","features":[109]},{"name":"ONEX_UI_DISABLED","features":[109]},{"name":"ONEX_UI_FAILURE","features":[109]},{"name":"ONEX_UI_NOT_PERMITTED","features":[109]},{"name":"ONEX_UNABLE_TO_IDENTIFY_USER","features":[109]},{"name":"ONEX_USER_INFO","features":[109]},{"name":"ONEX_VARIABLE_BLOB","features":[109]},{"name":"OneXAuthFailure","features":[109]},{"name":"OneXAuthIdentityExplicitUser","features":[109]},{"name":"OneXAuthIdentityGuest","features":[109]},{"name":"OneXAuthIdentityInvalid","features":[109]},{"name":"OneXAuthIdentityMachine","features":[109]},{"name":"OneXAuthIdentityNone","features":[109]},{"name":"OneXAuthIdentityUser","features":[109]},{"name":"OneXAuthInProgress","features":[109]},{"name":"OneXAuthInvalid","features":[109]},{"name":"OneXAuthNoAuthenticatorFound","features":[109]},{"name":"OneXAuthNotStarted","features":[109]},{"name":"OneXAuthSuccess","features":[109]},{"name":"OneXEapMethodBackendSupportUnknown","features":[109]},{"name":"OneXEapMethodBackendSupported","features":[109]},{"name":"OneXEapMethodBackendUnsupported","features":[109]},{"name":"OneXNotificationTypeAuthRestarted","features":[109]},{"name":"OneXNotificationTypeEventInvalid","features":[109]},{"name":"OneXNotificationTypeResultUpdate","features":[109]},{"name":"OneXNumNotifications","features":[109]},{"name":"OneXPublicNotificationBase","features":[109]},{"name":"OneXRestartReasonAltCredsTrial","features":[109]},{"name":"OneXRestartReasonInvalid","features":[109]},{"name":"OneXRestartReasonMsmInitiated","features":[109]},{"name":"OneXRestartReasonOneXAuthTimeout","features":[109]},{"name":"OneXRestartReasonOneXConfigurationChanged","features":[109]},{"name":"OneXRestartReasonOneXHeldStateTimeout","features":[109]},{"name":"OneXRestartReasonOneXUserChanged","features":[109]},{"name":"OneXRestartReasonPeerInitiated","features":[109]},{"name":"OneXRestartReasonQuarantineStateChanged","features":[109]},{"name":"WDIAG_IHV_WLAN_ID","features":[109]},{"name":"WDIAG_IHV_WLAN_ID_FLAG_SECURITY_ENABLED","features":[109]},{"name":"WFDCancelOpenSession","features":[1,109]},{"name":"WFDCloseHandle","features":[1,109]},{"name":"WFDCloseSession","features":[1,109]},{"name":"WFDOpenHandle","features":[1,109]},{"name":"WFDOpenLegacySession","features":[1,109]},{"name":"WFDSVC_CONNECTION_CAPABILITY","features":[1,109]},{"name":"WFDSVC_CONNECTION_CAPABILITY_CLIENT","features":[109]},{"name":"WFDSVC_CONNECTION_CAPABILITY_GO","features":[109]},{"name":"WFDSVC_CONNECTION_CAPABILITY_NEW","features":[109]},{"name":"WFDStartOpenSession","features":[1,109]},{"name":"WFDUpdateDeviceVisibility","features":[109]},{"name":"WFD_API_VERSION","features":[109]},{"name":"WFD_API_VERSION_1_0","features":[109]},{"name":"WFD_GROUP_ID","features":[109]},{"name":"WFD_OPEN_SESSION_COMPLETE_CALLBACK","features":[1,109]},{"name":"WFD_ROLE_TYPE","features":[109]},{"name":"WFD_ROLE_TYPE_CLIENT","features":[109]},{"name":"WFD_ROLE_TYPE_DEVICE","features":[109]},{"name":"WFD_ROLE_TYPE_GROUP_OWNER","features":[109]},{"name":"WFD_ROLE_TYPE_MAX","features":[109]},{"name":"WFD_ROLE_TYPE_NONE","features":[109]},{"name":"WLAN_ADHOC_NETWORK_STATE","features":[109]},{"name":"WLAN_API_VERSION","features":[109]},{"name":"WLAN_API_VERSION_1_0","features":[109]},{"name":"WLAN_API_VERSION_2_0","features":[109]},{"name":"WLAN_ASSOCIATION_ATTRIBUTES","features":[109]},{"name":"WLAN_AUTH_CIPHER_PAIR_LIST","features":[109]},{"name":"WLAN_AUTOCONF_OPCODE","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK","features":[1,109]},{"name":"WLAN_AVAILABLE_NETWORK_ANQP_SUPPORTED","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_AUTO_CONNECT_FAILED","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_CONNECTED","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_CONSOLE_USER_PROFILE","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_HAS_PROFILE","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_DOMAIN","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_ENABLED","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_ROAMING","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_INCLUDE_ALL_ADHOC_PROFILES","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_INCLUDE_ALL_MANUAL_HIDDEN_PROFILES","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_INTERWORKING_SUPPORTED","features":[109]},{"name":"WLAN_AVAILABLE_NETWORK_LIST","features":[1,109]},{"name":"WLAN_AVAILABLE_NETWORK_LIST_V2","features":[1,109]},{"name":"WLAN_AVAILABLE_NETWORK_V2","features":[1,109]},{"name":"WLAN_BSS_ENTRY","features":[1,109]},{"name":"WLAN_BSS_LIST","features":[1,109]},{"name":"WLAN_CONNECTION_ADHOC_JOIN_ONLY","features":[109]},{"name":"WLAN_CONNECTION_ATTRIBUTES","features":[1,109]},{"name":"WLAN_CONNECTION_EAPOL_PASSTHROUGH","features":[109]},{"name":"WLAN_CONNECTION_HIDDEN_NETWORK","features":[109]},{"name":"WLAN_CONNECTION_IGNORE_PRIVACY_BIT","features":[109]},{"name":"WLAN_CONNECTION_MODE","features":[109]},{"name":"WLAN_CONNECTION_NOTIFICATION_ADHOC_NETWORK_FORMED","features":[109]},{"name":"WLAN_CONNECTION_NOTIFICATION_CONSOLE_USER_PROFILE","features":[109]},{"name":"WLAN_CONNECTION_NOTIFICATION_DATA","features":[1,109]},{"name":"WLAN_CONNECTION_NOTIFICATION_FLAGS","features":[109]},{"name":"WLAN_CONNECTION_PARAMETERS","features":[17,109]},{"name":"WLAN_CONNECTION_PARAMETERS_V2","features":[17,109]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE","features":[109]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE_CONNECTION_MODE_AUTO","features":[109]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE_OVERWRITE_EXISTING","features":[109]},{"name":"WLAN_COUNTRY_OR_REGION_STRING_LIST","features":[109]},{"name":"WLAN_DEVICE_SERVICE_GUID_LIST","features":[109]},{"name":"WLAN_DEVICE_SERVICE_NOTIFICATION_DATA","features":[109]},{"name":"WLAN_FILTER_LIST_TYPE","features":[109]},{"name":"WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS","features":[109]},{"name":"WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE","features":[109]},{"name":"WLAN_HOSTED_NETWORK_NOTIFICATION_CODE","features":[109]},{"name":"WLAN_HOSTED_NETWORK_OPCODE","features":[109]},{"name":"WLAN_HOSTED_NETWORK_PEER_AUTH_STATE","features":[109]},{"name":"WLAN_HOSTED_NETWORK_PEER_STATE","features":[109]},{"name":"WLAN_HOSTED_NETWORK_RADIO_STATE","features":[109]},{"name":"WLAN_HOSTED_NETWORK_REASON","features":[109]},{"name":"WLAN_HOSTED_NETWORK_SECURITY_SETTINGS","features":[109]},{"name":"WLAN_HOSTED_NETWORK_STATE","features":[109]},{"name":"WLAN_HOSTED_NETWORK_STATE_CHANGE","features":[109]},{"name":"WLAN_HOSTED_NETWORK_STATUS","features":[109]},{"name":"WLAN_IHV_CONTROL_TYPE","features":[109]},{"name":"WLAN_INTERFACE_CAPABILITY","features":[1,109]},{"name":"WLAN_INTERFACE_INFO","features":[109]},{"name":"WLAN_INTERFACE_INFO_LIST","features":[109]},{"name":"WLAN_INTERFACE_STATE","features":[109]},{"name":"WLAN_INTERFACE_TYPE","features":[109]},{"name":"WLAN_INTF_OPCODE","features":[109]},{"name":"WLAN_MAC_FRAME_STATISTICS","features":[109]},{"name":"WLAN_MAX_NAME_LENGTH","features":[109]},{"name":"WLAN_MAX_PHY_INDEX","features":[109]},{"name":"WLAN_MAX_PHY_TYPE_NUMBER","features":[109]},{"name":"WLAN_MSM_NOTIFICATION_DATA","features":[1,109]},{"name":"WLAN_NOTIFICATION_ACM","features":[109]},{"name":"WLAN_NOTIFICATION_CALLBACK","features":[109]},{"name":"WLAN_NOTIFICATION_MSM","features":[109]},{"name":"WLAN_NOTIFICATION_SECURITY","features":[109]},{"name":"WLAN_NOTIFICATION_SOURCES","features":[109]},{"name":"WLAN_NOTIFICATION_SOURCE_ACM","features":[109]},{"name":"WLAN_NOTIFICATION_SOURCE_ALL","features":[109]},{"name":"WLAN_NOTIFICATION_SOURCE_DEVICE_SERVICE","features":[109]},{"name":"WLAN_NOTIFICATION_SOURCE_HNWK","features":[109]},{"name":"WLAN_NOTIFICATION_SOURCE_IHV","features":[109]},{"name":"WLAN_NOTIFICATION_SOURCE_MSM","features":[109]},{"name":"WLAN_NOTIFICATION_SOURCE_NONE","features":[109]},{"name":"WLAN_NOTIFICATION_SOURCE_ONEX","features":[109]},{"name":"WLAN_NOTIFICATION_SOURCE_SECURITY","features":[109]},{"name":"WLAN_OPCODE_VALUE_TYPE","features":[109]},{"name":"WLAN_OPERATIONAL_STATE","features":[109]},{"name":"WLAN_PHY_FRAME_STATISTICS","features":[109]},{"name":"WLAN_PHY_RADIO_STATE","features":[109]},{"name":"WLAN_POWER_SETTING","features":[109]},{"name":"WLAN_PROFILE_CONNECTION_MODE_AUTO","features":[109]},{"name":"WLAN_PROFILE_CONNECTION_MODE_SET_BY_CLIENT","features":[109]},{"name":"WLAN_PROFILE_GET_PLAINTEXT_KEY","features":[109]},{"name":"WLAN_PROFILE_GROUP_POLICY","features":[109]},{"name":"WLAN_PROFILE_INFO","features":[109]},{"name":"WLAN_PROFILE_INFO_LIST","features":[109]},{"name":"WLAN_PROFILE_USER","features":[109]},{"name":"WLAN_RADIO_STATE","features":[109]},{"name":"WLAN_RATE_SET","features":[109]},{"name":"WLAN_RAW_DATA","features":[109]},{"name":"WLAN_RAW_DATA_LIST","features":[109]},{"name":"WLAN_REASON_CODE_AC_BASE","features":[109]},{"name":"WLAN_REASON_CODE_AC_CONNECT_BASE","features":[109]},{"name":"WLAN_REASON_CODE_AC_END","features":[109]},{"name":"WLAN_REASON_CODE_ADHOC_SECURITY_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_AP_PROFILE_NOT_ALLOWED","features":[109]},{"name":"WLAN_REASON_CODE_AP_PROFILE_NOT_ALLOWED_FOR_CLIENT","features":[109]},{"name":"WLAN_REASON_CODE_AP_STARTING_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_ASSOCIATION_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_ASSOCIATION_TIMEOUT","features":[109]},{"name":"WLAN_REASON_CODE_AUTO_AP_PROFILE_NOT_ALLOWED","features":[109]},{"name":"WLAN_REASON_CODE_AUTO_CONNECTION_NOT_ALLOWED","features":[109]},{"name":"WLAN_REASON_CODE_AUTO_SWITCH_SET_FOR_ADHOC","features":[109]},{"name":"WLAN_REASON_CODE_AUTO_SWITCH_SET_FOR_MANUAL_CONNECTION","features":[109]},{"name":"WLAN_REASON_CODE_BAD_MAX_NUMBER_OF_CLIENTS_FOR_AP","features":[109]},{"name":"WLAN_REASON_CODE_BASE","features":[109]},{"name":"WLAN_REASON_CODE_BSS_TYPE_NOT_ALLOWED","features":[109]},{"name":"WLAN_REASON_CODE_BSS_TYPE_UNMATCH","features":[109]},{"name":"WLAN_REASON_CODE_CONFLICT_SECURITY","features":[109]},{"name":"WLAN_REASON_CODE_CONNECT_CALL_FAIL","features":[109]},{"name":"WLAN_REASON_CODE_DATARATE_UNMATCH","features":[109]},{"name":"WLAN_REASON_CODE_DISCONNECT_TIMEOUT","features":[109]},{"name":"WLAN_REASON_CODE_DRIVER_DISCONNECTED","features":[109]},{"name":"WLAN_REASON_CODE_DRIVER_OPERATION_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_GP_DENIED","features":[109]},{"name":"WLAN_REASON_CODE_HOTSPOT2_PROFILE_DENIED","features":[109]},{"name":"WLAN_REASON_CODE_HOTSPOT2_PROFILE_NOT_ALLOWED","features":[109]},{"name":"WLAN_REASON_CODE_IHV_CONNECTIVITY_NOT_SUPPORTED","features":[109]},{"name":"WLAN_REASON_CODE_IHV_NOT_AVAILABLE","features":[109]},{"name":"WLAN_REASON_CODE_IHV_NOT_RESPONDING","features":[109]},{"name":"WLAN_REASON_CODE_IHV_OUI_MISMATCH","features":[109]},{"name":"WLAN_REASON_CODE_IHV_OUI_MISSING","features":[109]},{"name":"WLAN_REASON_CODE_IHV_SECURITY_NOT_SUPPORTED","features":[109]},{"name":"WLAN_REASON_CODE_IHV_SECURITY_ONEX_MISSING","features":[109]},{"name":"WLAN_REASON_CODE_IHV_SETTINGS_MISSING","features":[109]},{"name":"WLAN_REASON_CODE_INTERNAL_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_INVALID_ADHOC_CONNECTION_MODE","features":[109]},{"name":"WLAN_REASON_CODE_INVALID_BSS_TYPE","features":[109]},{"name":"WLAN_REASON_CODE_INVALID_CHANNEL","features":[109]},{"name":"WLAN_REASON_CODE_INVALID_PHY_TYPE","features":[109]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_NAME","features":[109]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_SCHEMA","features":[109]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_TYPE","features":[109]},{"name":"WLAN_REASON_CODE_IN_BLOCKED_LIST","features":[109]},{"name":"WLAN_REASON_CODE_IN_FAILED_LIST","features":[109]},{"name":"WLAN_REASON_CODE_KEY_MISMATCH","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_START_TIMEOUT","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_SUCCESS_TIMEOUT","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_WCN_COMPLETED","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_BASE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CANCELLED","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_DISCOVERY","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_MFP_NW_NIC","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_NETWORK","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_NIC","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_AUTH","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_CIPHER","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_SAFE_MODE_NIC","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_SAFE_MODE_NW","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_CONNECT_BASE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_DOWNGRADE_DETECTED","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_END","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_FORCED_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_GRP_KEY","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_KEY_DATA","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_MGMT_GRP_KEY","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_FORMAT","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_START_TIMEOUT","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_SUCCESS_TIMEOUT","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_M2_MISSING_IE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_M2_MISSING_KEY_DATA","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_GRP_KEY","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_IE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_KEY_DATA","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_MGMT_GRP_KEY","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_TOO_MANY_RSNIE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_MAX","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_MIN","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_MIXED_CELL","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_NIC_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_NO_AUTHENTICATOR","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_NO_PAIRWISE_KEY","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PEER_INDICATED_INSECURE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_AUTH_TIMERS_INVALID","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_DUPLICATE_AUTH_CIPHER","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_AUTH_CIPHER","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_GKEY_INTV","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_KEY_INDEX","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_MODE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_SIZE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_TTL","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PREAUTH_MODE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PREAUTH_THROTTLE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEYMATERIAL_CHAR","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEY_LENGTH","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEY_UNMAPPED_CHAR","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_NO_AUTH_CIPHER_SPECIFIED","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_ONEX_DISABLED","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_ONEX_ENABLED","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PASSPHRASE_CHAR","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PREAUTH_ONLY_ENABLED","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PSK_LENGTH","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PSK_PRESENT","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_RAWDATA_INVALID","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_SAFE_MODE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_TOO_MANY_AUTH_CIPHER_SPECIFIED","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_UNSUPPORTED_AUTH","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_UNSUPPORTED_CIPHER","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_WRONG_KEYTYPE","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PR_IE_MATCHING","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_PSK_MISMATCH_SUSPECTED","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_SEC_IE_MATCHING","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_TRANSITION_NETWORK","features":[109]},{"name":"WLAN_REASON_CODE_MSMSEC_UI_REQUEST_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_MSM_BASE","features":[109]},{"name":"WLAN_REASON_CODE_MSM_CONNECT_BASE","features":[109]},{"name":"WLAN_REASON_CODE_MSM_END","features":[109]},{"name":"WLAN_REASON_CODE_MSM_SECURITY_MISSING","features":[109]},{"name":"WLAN_REASON_CODE_NETWORK_NOT_AVAILABLE","features":[109]},{"name":"WLAN_REASON_CODE_NETWORK_NOT_COMPATIBLE","features":[109]},{"name":"WLAN_REASON_CODE_NON_BROADCAST_SET_FOR_ADHOC","features":[109]},{"name":"WLAN_REASON_CODE_NOT_VISIBLE","features":[109]},{"name":"WLAN_REASON_CODE_NO_AUTO_CONNECTION","features":[109]},{"name":"WLAN_REASON_CODE_NO_VISIBLE_AP","features":[109]},{"name":"WLAN_REASON_CODE_OPERATION_MODE_NOT_SUPPORTED","features":[109]},{"name":"WLAN_REASON_CODE_PHY_TYPE_UNMATCH","features":[109]},{"name":"WLAN_REASON_CODE_PRE_SECURITY_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_PROFILE_BASE","features":[109]},{"name":"WLAN_REASON_CODE_PROFILE_CHANGED_OR_DELETED","features":[109]},{"name":"WLAN_REASON_CODE_PROFILE_CONNECT_BASE","features":[109]},{"name":"WLAN_REASON_CODE_PROFILE_END","features":[109]},{"name":"WLAN_REASON_CODE_PROFILE_MISSING","features":[109]},{"name":"WLAN_REASON_CODE_PROFILE_NOT_COMPATIBLE","features":[109]},{"name":"WLAN_REASON_CODE_PROFILE_SSID_INVALID","features":[109]},{"name":"WLAN_REASON_CODE_RANGE_SIZE","features":[109]},{"name":"WLAN_REASON_CODE_RESERVED_BASE","features":[109]},{"name":"WLAN_REASON_CODE_RESERVED_END","features":[109]},{"name":"WLAN_REASON_CODE_ROAMING_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_ROAMING_SECURITY_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_SCAN_CALL_FAIL","features":[109]},{"name":"WLAN_REASON_CODE_SECURITY_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_SECURITY_MISSING","features":[109]},{"name":"WLAN_REASON_CODE_SECURITY_TIMEOUT","features":[109]},{"name":"WLAN_REASON_CODE_SSID_LIST_TOO_LONG","features":[109]},{"name":"WLAN_REASON_CODE_START_SECURITY_FAILURE","features":[109]},{"name":"WLAN_REASON_CODE_SUCCESS","features":[109]},{"name":"WLAN_REASON_CODE_TOO_MANY_SECURITY_ATTEMPTS","features":[109]},{"name":"WLAN_REASON_CODE_TOO_MANY_SSID","features":[109]},{"name":"WLAN_REASON_CODE_UI_REQUEST_TIMEOUT","features":[109]},{"name":"WLAN_REASON_CODE_UNKNOWN","features":[109]},{"name":"WLAN_REASON_CODE_UNSUPPORTED_SECURITY_SET","features":[109]},{"name":"WLAN_REASON_CODE_UNSUPPORTED_SECURITY_SET_BY_OS","features":[109]},{"name":"WLAN_REASON_CODE_USER_CANCELLED","features":[109]},{"name":"WLAN_REASON_CODE_USER_DENIED","features":[109]},{"name":"WLAN_REASON_CODE_USER_NOT_RESPOND","features":[109]},{"name":"WLAN_SECURABLE_OBJECT","features":[109]},{"name":"WLAN_SECURABLE_OBJECT_COUNT","features":[109]},{"name":"WLAN_SECURITY_ATTRIBUTES","features":[1,109]},{"name":"WLAN_SET_EAPHOST_DATA_ALL_USERS","features":[109]},{"name":"WLAN_SET_EAPHOST_FLAGS","features":[109]},{"name":"WLAN_STATISTICS","features":[109]},{"name":"WLAN_UI_API_INITIAL_VERSION","features":[109]},{"name":"WLAN_UI_API_VERSION","features":[109]},{"name":"WLAdvPage","features":[109]},{"name":"WLConnectionPage","features":[109]},{"name":"WLSecurityPage","features":[109]},{"name":"WL_DISPLAY_PAGES","features":[109]},{"name":"WlanAllocateMemory","features":[109]},{"name":"WlanCloseHandle","features":[1,109]},{"name":"WlanConnect","features":[1,17,109]},{"name":"WlanConnect2","features":[1,17,109]},{"name":"WlanDeleteProfile","features":[1,109]},{"name":"WlanDeviceServiceCommand","features":[1,109]},{"name":"WlanDisconnect","features":[1,109]},{"name":"WlanEnumInterfaces","features":[1,109]},{"name":"WlanExtractPsdIEDataList","features":[1,109]},{"name":"WlanFreeMemory","features":[109]},{"name":"WlanGetAvailableNetworkList","features":[1,109]},{"name":"WlanGetAvailableNetworkList2","features":[1,109]},{"name":"WlanGetFilterList","features":[1,109]},{"name":"WlanGetInterfaceCapability","features":[1,109]},{"name":"WlanGetNetworkBssList","features":[1,109]},{"name":"WlanGetProfile","features":[1,109]},{"name":"WlanGetProfileCustomUserData","features":[1,109]},{"name":"WlanGetProfileList","features":[1,109]},{"name":"WlanGetSecuritySettings","features":[1,109]},{"name":"WlanGetSupportedDeviceServices","features":[1,109]},{"name":"WlanHostedNetworkForceStart","features":[1,109]},{"name":"WlanHostedNetworkForceStop","features":[1,109]},{"name":"WlanHostedNetworkInitSettings","features":[1,109]},{"name":"WlanHostedNetworkQueryProperty","features":[1,109]},{"name":"WlanHostedNetworkQuerySecondaryKey","features":[1,109]},{"name":"WlanHostedNetworkQueryStatus","features":[1,109]},{"name":"WlanHostedNetworkRefreshSecuritySettings","features":[1,109]},{"name":"WlanHostedNetworkSetProperty","features":[1,109]},{"name":"WlanHostedNetworkSetSecondaryKey","features":[1,109]},{"name":"WlanHostedNetworkStartUsing","features":[1,109]},{"name":"WlanHostedNetworkStopUsing","features":[1,109]},{"name":"WlanIhvControl","features":[1,109]},{"name":"WlanOpenHandle","features":[1,109]},{"name":"WlanQueryAutoConfigParameter","features":[1,109]},{"name":"WlanQueryInterface","features":[1,109]},{"name":"WlanReasonCodeToString","features":[109]},{"name":"WlanRegisterDeviceServiceNotification","features":[1,109]},{"name":"WlanRegisterNotification","features":[1,109]},{"name":"WlanRegisterVirtualStationNotification","features":[1,109]},{"name":"WlanRenameProfile","features":[1,109]},{"name":"WlanSaveTemporaryProfile","features":[1,109]},{"name":"WlanScan","features":[1,109]},{"name":"WlanSetAutoConfigParameter","features":[1,109]},{"name":"WlanSetFilterList","features":[1,109]},{"name":"WlanSetInterface","features":[1,109]},{"name":"WlanSetProfile","features":[1,109]},{"name":"WlanSetProfileCustomUserData","features":[1,109]},{"name":"WlanSetProfileEapUserData","features":[1,109,110]},{"name":"WlanSetProfileEapXmlUserData","features":[1,109]},{"name":"WlanSetProfileList","features":[1,109]},{"name":"WlanSetProfilePosition","features":[1,109]},{"name":"WlanSetPsdIEDataList","features":[1,109]},{"name":"WlanSetSecuritySettings","features":[1,109]},{"name":"WlanUIEditProfile","features":[1,109]},{"name":"ch_description_type_center_frequency","features":[109]},{"name":"ch_description_type_logical","features":[109]},{"name":"ch_description_type_phy_specific","features":[109]},{"name":"connection_phase_any","features":[109]},{"name":"connection_phase_initial_connection","features":[109]},{"name":"connection_phase_post_l3_connection","features":[109]},{"name":"dot11_AC_param_BE","features":[109]},{"name":"dot11_AC_param_BK","features":[109]},{"name":"dot11_AC_param_VI","features":[109]},{"name":"dot11_AC_param_VO","features":[109]},{"name":"dot11_AC_param_max","features":[109]},{"name":"dot11_ANQP_query_result_access_issues","features":[109]},{"name":"dot11_ANQP_query_result_advertisement_protocol_not_supported_on_remote","features":[109]},{"name":"dot11_ANQP_query_result_advertisement_server_not_responding","features":[109]},{"name":"dot11_ANQP_query_result_failure","features":[109]},{"name":"dot11_ANQP_query_result_gas_protocol_failure","features":[109]},{"name":"dot11_ANQP_query_result_resources","features":[109]},{"name":"dot11_ANQP_query_result_success","features":[109]},{"name":"dot11_ANQP_query_result_timed_out","features":[109]},{"name":"dot11_BSS_type_any","features":[109]},{"name":"dot11_BSS_type_independent","features":[109]},{"name":"dot11_BSS_type_infrastructure","features":[109]},{"name":"dot11_assoc_state_auth_assoc","features":[109]},{"name":"dot11_assoc_state_auth_unassoc","features":[109]},{"name":"dot11_assoc_state_unauth_unassoc","features":[109]},{"name":"dot11_assoc_state_zero","features":[109]},{"name":"dot11_band_2p4g","features":[109]},{"name":"dot11_band_4p9g","features":[109]},{"name":"dot11_band_5g","features":[109]},{"name":"dot11_diversity_support_dynamic","features":[109]},{"name":"dot11_diversity_support_fixedlist","features":[109]},{"name":"dot11_diversity_support_notsupported","features":[109]},{"name":"dot11_diversity_support_unknown","features":[109]},{"name":"dot11_hop_algo_current","features":[109]},{"name":"dot11_hop_algo_hcc","features":[109]},{"name":"dot11_hop_algo_hop_index","features":[109]},{"name":"dot11_key_direction_both","features":[109]},{"name":"dot11_key_direction_inbound","features":[109]},{"name":"dot11_key_direction_outbound","features":[109]},{"name":"dot11_manufacturing_callback_IHV_end","features":[109]},{"name":"dot11_manufacturing_callback_IHV_start","features":[109]},{"name":"dot11_manufacturing_callback_self_test_complete","features":[109]},{"name":"dot11_manufacturing_callback_sleep_complete","features":[109]},{"name":"dot11_manufacturing_callback_unknown","features":[109]},{"name":"dot11_manufacturing_test_IHV_end","features":[109]},{"name":"dot11_manufacturing_test_IHV_start","features":[109]},{"name":"dot11_manufacturing_test_awake","features":[109]},{"name":"dot11_manufacturing_test_query_adc","features":[109]},{"name":"dot11_manufacturing_test_query_data","features":[109]},{"name":"dot11_manufacturing_test_rx","features":[109]},{"name":"dot11_manufacturing_test_self_query_result","features":[109]},{"name":"dot11_manufacturing_test_self_start","features":[109]},{"name":"dot11_manufacturing_test_set_data","features":[109]},{"name":"dot11_manufacturing_test_sleep","features":[109]},{"name":"dot11_manufacturing_test_tx","features":[109]},{"name":"dot11_manufacturing_test_unknown","features":[109]},{"name":"dot11_offload_type_auth","features":[109]},{"name":"dot11_offload_type_wep","features":[109]},{"name":"dot11_phy_type_IHV_end","features":[109]},{"name":"dot11_phy_type_IHV_start","features":[109]},{"name":"dot11_phy_type_any","features":[109]},{"name":"dot11_phy_type_dmg","features":[109]},{"name":"dot11_phy_type_dsss","features":[109]},{"name":"dot11_phy_type_eht","features":[109]},{"name":"dot11_phy_type_erp","features":[109]},{"name":"dot11_phy_type_fhss","features":[109]},{"name":"dot11_phy_type_he","features":[109]},{"name":"dot11_phy_type_hrdsss","features":[109]},{"name":"dot11_phy_type_ht","features":[109]},{"name":"dot11_phy_type_irbaseband","features":[109]},{"name":"dot11_phy_type_ofdm","features":[109]},{"name":"dot11_phy_type_unknown","features":[109]},{"name":"dot11_phy_type_vht","features":[109]},{"name":"dot11_power_mode_active","features":[109]},{"name":"dot11_power_mode_powersave","features":[109]},{"name":"dot11_power_mode_reason_compliant_AP","features":[109]},{"name":"dot11_power_mode_reason_compliant_WFD_device","features":[109]},{"name":"dot11_power_mode_reason_legacy_WFD_device","features":[109]},{"name":"dot11_power_mode_reason_no_change","features":[109]},{"name":"dot11_power_mode_reason_noncompliant_AP","features":[109]},{"name":"dot11_power_mode_reason_others","features":[109]},{"name":"dot11_power_mode_unknown","features":[109]},{"name":"dot11_radio_state_off","features":[109]},{"name":"dot11_radio_state_on","features":[109]},{"name":"dot11_radio_state_unknown","features":[109]},{"name":"dot11_reset_type_mac","features":[109]},{"name":"dot11_reset_type_phy","features":[109]},{"name":"dot11_reset_type_phy_and_mac","features":[109]},{"name":"dot11_scan_type_active","features":[109]},{"name":"dot11_scan_type_auto","features":[109]},{"name":"dot11_scan_type_forced","features":[109]},{"name":"dot11_scan_type_passive","features":[109]},{"name":"dot11_temp_type_1","features":[109]},{"name":"dot11_temp_type_2","features":[109]},{"name":"dot11_temp_type_unknown","features":[109]},{"name":"dot11_update_ie_op_create_replace","features":[109]},{"name":"dot11_update_ie_op_delete","features":[109]},{"name":"dot11_wfd_discover_type_auto","features":[109]},{"name":"dot11_wfd_discover_type_find_only","features":[109]},{"name":"dot11_wfd_discover_type_forced","features":[109]},{"name":"dot11_wfd_discover_type_scan_only","features":[109]},{"name":"dot11_wfd_discover_type_scan_social_channels","features":[109]},{"name":"dot11_wfd_scan_type_active","features":[109]},{"name":"dot11_wfd_scan_type_auto","features":[109]},{"name":"dot11_wfd_scan_type_passive","features":[109]},{"name":"wlan_adhoc_network_state_connected","features":[109]},{"name":"wlan_adhoc_network_state_formed","features":[109]},{"name":"wlan_autoconf_opcode_allow_explicit_creds","features":[109]},{"name":"wlan_autoconf_opcode_allow_virtual_station_extensibility","features":[109]},{"name":"wlan_autoconf_opcode_block_period","features":[109]},{"name":"wlan_autoconf_opcode_end","features":[109]},{"name":"wlan_autoconf_opcode_only_use_gp_profiles_for_allowed_networks","features":[109]},{"name":"wlan_autoconf_opcode_power_setting","features":[109]},{"name":"wlan_autoconf_opcode_show_denied_networks","features":[109]},{"name":"wlan_autoconf_opcode_start","features":[109]},{"name":"wlan_connection_mode_auto","features":[109]},{"name":"wlan_connection_mode_discovery_secure","features":[109]},{"name":"wlan_connection_mode_discovery_unsecure","features":[109]},{"name":"wlan_connection_mode_invalid","features":[109]},{"name":"wlan_connection_mode_profile","features":[109]},{"name":"wlan_connection_mode_temporary_profile","features":[109]},{"name":"wlan_filter_list_type_gp_deny","features":[109]},{"name":"wlan_filter_list_type_gp_permit","features":[109]},{"name":"wlan_filter_list_type_user_deny","features":[109]},{"name":"wlan_filter_list_type_user_permit","features":[109]},{"name":"wlan_hosted_network_active","features":[109]},{"name":"wlan_hosted_network_idle","features":[109]},{"name":"wlan_hosted_network_opcode_connection_settings","features":[109]},{"name":"wlan_hosted_network_opcode_enable","features":[109]},{"name":"wlan_hosted_network_opcode_security_settings","features":[109]},{"name":"wlan_hosted_network_opcode_station_profile","features":[109]},{"name":"wlan_hosted_network_peer_state_authenticated","features":[109]},{"name":"wlan_hosted_network_peer_state_change","features":[109]},{"name":"wlan_hosted_network_peer_state_invalid","features":[109]},{"name":"wlan_hosted_network_radio_state_change","features":[109]},{"name":"wlan_hosted_network_reason_ap_start_failed","features":[109]},{"name":"wlan_hosted_network_reason_bad_parameters","features":[109]},{"name":"wlan_hosted_network_reason_client_abort","features":[109]},{"name":"wlan_hosted_network_reason_crypt_error","features":[109]},{"name":"wlan_hosted_network_reason_device_change","features":[109]},{"name":"wlan_hosted_network_reason_elevation_required","features":[109]},{"name":"wlan_hosted_network_reason_gp_denied","features":[109]},{"name":"wlan_hosted_network_reason_impersonation","features":[109]},{"name":"wlan_hosted_network_reason_incompatible_connection_started","features":[109]},{"name":"wlan_hosted_network_reason_incompatible_connection_stopped","features":[109]},{"name":"wlan_hosted_network_reason_insufficient_resources","features":[109]},{"name":"wlan_hosted_network_reason_interface_available","features":[109]},{"name":"wlan_hosted_network_reason_interface_unavailable","features":[109]},{"name":"wlan_hosted_network_reason_miniport_started","features":[109]},{"name":"wlan_hosted_network_reason_miniport_stopped","features":[109]},{"name":"wlan_hosted_network_reason_peer_arrived","features":[109]},{"name":"wlan_hosted_network_reason_peer_departed","features":[109]},{"name":"wlan_hosted_network_reason_peer_timeout","features":[109]},{"name":"wlan_hosted_network_reason_persistence_failed","features":[109]},{"name":"wlan_hosted_network_reason_properties_change","features":[109]},{"name":"wlan_hosted_network_reason_read_only","features":[109]},{"name":"wlan_hosted_network_reason_service_available_on_virtual_station","features":[109]},{"name":"wlan_hosted_network_reason_service_shutting_down","features":[109]},{"name":"wlan_hosted_network_reason_service_unavailable","features":[109]},{"name":"wlan_hosted_network_reason_stop_before_start","features":[109]},{"name":"wlan_hosted_network_reason_success","features":[109]},{"name":"wlan_hosted_network_reason_unspecified","features":[109]},{"name":"wlan_hosted_network_reason_user_action","features":[109]},{"name":"wlan_hosted_network_reason_virtual_station_blocking_use","features":[109]},{"name":"wlan_hosted_network_state_change","features":[109]},{"name":"wlan_hosted_network_unavailable","features":[109]},{"name":"wlan_ihv_control_type_driver","features":[109]},{"name":"wlan_ihv_control_type_service","features":[109]},{"name":"wlan_interface_state_ad_hoc_network_formed","features":[109]},{"name":"wlan_interface_state_associating","features":[109]},{"name":"wlan_interface_state_authenticating","features":[109]},{"name":"wlan_interface_state_connected","features":[109]},{"name":"wlan_interface_state_disconnected","features":[109]},{"name":"wlan_interface_state_disconnecting","features":[109]},{"name":"wlan_interface_state_discovering","features":[109]},{"name":"wlan_interface_state_not_ready","features":[109]},{"name":"wlan_interface_type_emulated_802_11","features":[109]},{"name":"wlan_interface_type_invalid","features":[109]},{"name":"wlan_interface_type_native_802_11","features":[109]},{"name":"wlan_intf_opcode_autoconf_enabled","features":[109]},{"name":"wlan_intf_opcode_autoconf_end","features":[109]},{"name":"wlan_intf_opcode_autoconf_start","features":[109]},{"name":"wlan_intf_opcode_background_scan_enabled","features":[109]},{"name":"wlan_intf_opcode_bss_type","features":[109]},{"name":"wlan_intf_opcode_certified_safe_mode","features":[109]},{"name":"wlan_intf_opcode_channel_number","features":[109]},{"name":"wlan_intf_opcode_current_connection","features":[109]},{"name":"wlan_intf_opcode_current_operation_mode","features":[109]},{"name":"wlan_intf_opcode_hosted_network_capable","features":[109]},{"name":"wlan_intf_opcode_ihv_end","features":[109]},{"name":"wlan_intf_opcode_ihv_start","features":[109]},{"name":"wlan_intf_opcode_interface_state","features":[109]},{"name":"wlan_intf_opcode_management_frame_protection_capable","features":[109]},{"name":"wlan_intf_opcode_media_streaming_mode","features":[109]},{"name":"wlan_intf_opcode_msm_end","features":[109]},{"name":"wlan_intf_opcode_msm_start","features":[109]},{"name":"wlan_intf_opcode_radio_state","features":[109]},{"name":"wlan_intf_opcode_rssi","features":[109]},{"name":"wlan_intf_opcode_secondary_sta_interfaces","features":[109]},{"name":"wlan_intf_opcode_secondary_sta_synchronized_connections","features":[109]},{"name":"wlan_intf_opcode_security_end","features":[109]},{"name":"wlan_intf_opcode_security_start","features":[109]},{"name":"wlan_intf_opcode_statistics","features":[109]},{"name":"wlan_intf_opcode_supported_adhoc_auth_cipher_pairs","features":[109]},{"name":"wlan_intf_opcode_supported_country_or_region_string_list","features":[109]},{"name":"wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs","features":[109]},{"name":"wlan_intf_opcode_supported_safe_mode","features":[109]},{"name":"wlan_notification_acm_adhoc_network_state_change","features":[109]},{"name":"wlan_notification_acm_autoconf_disabled","features":[109]},{"name":"wlan_notification_acm_autoconf_enabled","features":[109]},{"name":"wlan_notification_acm_background_scan_disabled","features":[109]},{"name":"wlan_notification_acm_background_scan_enabled","features":[109]},{"name":"wlan_notification_acm_bss_type_change","features":[109]},{"name":"wlan_notification_acm_connection_attempt_fail","features":[109]},{"name":"wlan_notification_acm_connection_complete","features":[109]},{"name":"wlan_notification_acm_connection_start","features":[109]},{"name":"wlan_notification_acm_disconnected","features":[109]},{"name":"wlan_notification_acm_disconnecting","features":[109]},{"name":"wlan_notification_acm_end","features":[109]},{"name":"wlan_notification_acm_filter_list_change","features":[109]},{"name":"wlan_notification_acm_interface_arrival","features":[109]},{"name":"wlan_notification_acm_interface_removal","features":[109]},{"name":"wlan_notification_acm_network_available","features":[109]},{"name":"wlan_notification_acm_network_not_available","features":[109]},{"name":"wlan_notification_acm_operational_state_change","features":[109]},{"name":"wlan_notification_acm_power_setting_change","features":[109]},{"name":"wlan_notification_acm_profile_blocked","features":[109]},{"name":"wlan_notification_acm_profile_change","features":[109]},{"name":"wlan_notification_acm_profile_name_change","features":[109]},{"name":"wlan_notification_acm_profile_unblocked","features":[109]},{"name":"wlan_notification_acm_profiles_exhausted","features":[109]},{"name":"wlan_notification_acm_scan_complete","features":[109]},{"name":"wlan_notification_acm_scan_fail","features":[109]},{"name":"wlan_notification_acm_scan_list_refresh","features":[109]},{"name":"wlan_notification_acm_screen_power_change","features":[109]},{"name":"wlan_notification_acm_start","features":[109]},{"name":"wlan_notification_msm_adapter_operation_mode_change","features":[109]},{"name":"wlan_notification_msm_adapter_removal","features":[109]},{"name":"wlan_notification_msm_associated","features":[109]},{"name":"wlan_notification_msm_associating","features":[109]},{"name":"wlan_notification_msm_authenticating","features":[109]},{"name":"wlan_notification_msm_connected","features":[109]},{"name":"wlan_notification_msm_disassociating","features":[109]},{"name":"wlan_notification_msm_disconnected","features":[109]},{"name":"wlan_notification_msm_end","features":[109]},{"name":"wlan_notification_msm_link_degraded","features":[109]},{"name":"wlan_notification_msm_link_improved","features":[109]},{"name":"wlan_notification_msm_peer_join","features":[109]},{"name":"wlan_notification_msm_peer_leave","features":[109]},{"name":"wlan_notification_msm_radio_state_change","features":[109]},{"name":"wlan_notification_msm_roaming_end","features":[109]},{"name":"wlan_notification_msm_roaming_start","features":[109]},{"name":"wlan_notification_msm_signal_quality_change","features":[109]},{"name":"wlan_notification_msm_start","features":[109]},{"name":"wlan_notification_security_end","features":[109]},{"name":"wlan_notification_security_start","features":[109]},{"name":"wlan_opcode_value_type_invalid","features":[109]},{"name":"wlan_opcode_value_type_query_only","features":[109]},{"name":"wlan_opcode_value_type_set_by_group_policy","features":[109]},{"name":"wlan_opcode_value_type_set_by_user","features":[109]},{"name":"wlan_operational_state_going_off","features":[109]},{"name":"wlan_operational_state_going_on","features":[109]},{"name":"wlan_operational_state_off","features":[109]},{"name":"wlan_operational_state_on","features":[109]},{"name":"wlan_operational_state_unknown","features":[109]},{"name":"wlan_power_setting_invalid","features":[109]},{"name":"wlan_power_setting_low_saving","features":[109]},{"name":"wlan_power_setting_maximum_saving","features":[109]},{"name":"wlan_power_setting_medium_saving","features":[109]},{"name":"wlan_power_setting_no_saving","features":[109]},{"name":"wlan_secure_ac_enabled","features":[109]},{"name":"wlan_secure_add_new_all_user_profiles","features":[109]},{"name":"wlan_secure_add_new_per_user_profiles","features":[109]},{"name":"wlan_secure_all_user_profiles_order","features":[109]},{"name":"wlan_secure_bc_scan_enabled","features":[109]},{"name":"wlan_secure_bss_type","features":[109]},{"name":"wlan_secure_current_operation_mode","features":[109]},{"name":"wlan_secure_deny_list","features":[109]},{"name":"wlan_secure_get_plaintext_key","features":[109]},{"name":"wlan_secure_hosted_network_elevated_access","features":[109]},{"name":"wlan_secure_ihv_control","features":[109]},{"name":"wlan_secure_interface_properties","features":[109]},{"name":"wlan_secure_media_streaming_mode_enabled","features":[109]},{"name":"wlan_secure_permit_list","features":[109]},{"name":"wlan_secure_show_denied","features":[109]},{"name":"wlan_secure_virtual_station_extensibility","features":[109]},{"name":"wlan_secure_wfd_elevated_access","features":[109]}],"472":[{"name":"FreeInterfaceContextTable","features":[1,112]},{"name":"GetInterfaceContextTableForHostName","features":[1,112]},{"name":"NET_INTERFACE_CONTEXT","features":[112]},{"name":"NET_INTERFACE_CONTEXT_TABLE","features":[1,112]},{"name":"NET_INTERFACE_FLAG_CONNECT_IF_NEEDED","features":[112]},{"name":"NET_INTERFACE_FLAG_NONE","features":[112]},{"name":"ONDEMAND_NOTIFICATION_CALLBACK","features":[112]},{"name":"OnDemandGetRoutingHint","features":[112]},{"name":"OnDemandRegisterNotification","features":[1,112]},{"name":"OnDemandUnRegisterNotification","features":[1,112]},{"name":"WCM_API_VERSION","features":[112]},{"name":"WCM_API_VERSION_1_0","features":[112]},{"name":"WCM_BILLING_CYCLE_INFO","features":[1,112]},{"name":"WCM_CONNECTION_COST","features":[112]},{"name":"WCM_CONNECTION_COST_APPROACHINGDATALIMIT","features":[112]},{"name":"WCM_CONNECTION_COST_CONGESTED","features":[112]},{"name":"WCM_CONNECTION_COST_DATA","features":[112]},{"name":"WCM_CONNECTION_COST_FIXED","features":[112]},{"name":"WCM_CONNECTION_COST_OVERDATALIMIT","features":[112]},{"name":"WCM_CONNECTION_COST_ROAMING","features":[112]},{"name":"WCM_CONNECTION_COST_SOURCE","features":[112]},{"name":"WCM_CONNECTION_COST_SOURCE_DEFAULT","features":[112]},{"name":"WCM_CONNECTION_COST_SOURCE_GP","features":[112]},{"name":"WCM_CONNECTION_COST_SOURCE_OPERATOR","features":[112]},{"name":"WCM_CONNECTION_COST_SOURCE_USER","features":[112]},{"name":"WCM_CONNECTION_COST_UNKNOWN","features":[112]},{"name":"WCM_CONNECTION_COST_UNRESTRICTED","features":[112]},{"name":"WCM_CONNECTION_COST_VARIABLE","features":[112]},{"name":"WCM_DATAPLAN_STATUS","features":[1,112]},{"name":"WCM_MAX_PROFILE_NAME","features":[112]},{"name":"WCM_MEDIA_TYPE","features":[112]},{"name":"WCM_POLICY_VALUE","features":[1,112]},{"name":"WCM_PROFILE_INFO","features":[112]},{"name":"WCM_PROFILE_INFO_LIST","features":[112]},{"name":"WCM_PROPERTY","features":[112]},{"name":"WCM_TIME_INTERVAL","features":[112]},{"name":"WCM_UNKNOWN_DATAPLAN_STATUS","features":[112]},{"name":"WCM_USAGE_DATA","features":[1,112]},{"name":"WcmFreeMemory","features":[112]},{"name":"WcmGetProfileList","features":[112]},{"name":"WcmQueryProperty","features":[112]},{"name":"WcmSetProfileList","features":[1,112]},{"name":"WcmSetProperty","features":[112]},{"name":"wcm_global_property_domain_policy","features":[112]},{"name":"wcm_global_property_minimize_policy","features":[112]},{"name":"wcm_global_property_powermanagement_policy","features":[112]},{"name":"wcm_global_property_roaming_policy","features":[112]},{"name":"wcm_intf_property_connection_cost","features":[112]},{"name":"wcm_intf_property_dataplan_status","features":[112]},{"name":"wcm_intf_property_hotspot_profile","features":[112]},{"name":"wcm_media_ethernet","features":[112]},{"name":"wcm_media_invalid","features":[112]},{"name":"wcm_media_max","features":[112]},{"name":"wcm_media_mbn","features":[112]},{"name":"wcm_media_unknown","features":[112]},{"name":"wcm_media_wlan","features":[112]}],"473":[{"name":"DL_ADDRESS_TYPE","features":[19]},{"name":"DlBroadcast","features":[19]},{"name":"DlMulticast","features":[19]},{"name":"DlUnicast","features":[19]},{"name":"FWPM_ACTION0","features":[19]},{"name":"FWPM_ACTRL_ADD","features":[19]},{"name":"FWPM_ACTRL_ADD_LINK","features":[19]},{"name":"FWPM_ACTRL_BEGIN_READ_TXN","features":[19]},{"name":"FWPM_ACTRL_BEGIN_WRITE_TXN","features":[19]},{"name":"FWPM_ACTRL_CLASSIFY","features":[19]},{"name":"FWPM_ACTRL_ENUM","features":[19]},{"name":"FWPM_ACTRL_OPEN","features":[19]},{"name":"FWPM_ACTRL_READ","features":[19]},{"name":"FWPM_ACTRL_READ_STATS","features":[19]},{"name":"FWPM_ACTRL_SUBSCRIBE","features":[19]},{"name":"FWPM_ACTRL_WRITE","features":[19]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT","features":[19]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT_SERVER","features":[19]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_PRIVATE_NETWORK","features":[19]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_TYPE","features":[19]},{"name":"FWPM_AUTO_WEIGHT_BITS","features":[19]},{"name":"FWPM_CALLOUT0","features":[19]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_1","features":[19]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_2","features":[19]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_3","features":[19]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_4","features":[19]},{"name":"FWPM_CALLOUT_CHANGE0","features":[19]},{"name":"FWPM_CALLOUT_CHANGE_CALLBACK0","features":[19]},{"name":"FWPM_CALLOUT_EDGE_TRAVERSAL_ALE_LISTEN_V4","features":[19]},{"name":"FWPM_CALLOUT_EDGE_TRAVERSAL_ALE_RESOURCE_ASSIGNMENT_V4","features":[19]},{"name":"FWPM_CALLOUT_ENUM_TEMPLATE0","features":[19]},{"name":"FWPM_CALLOUT_FLAG_PERSISTENT","features":[19]},{"name":"FWPM_CALLOUT_FLAG_REGISTERED","features":[19]},{"name":"FWPM_CALLOUT_FLAG_USES_PROVIDER_CONTEXT","features":[19]},{"name":"FWPM_CALLOUT_HTTP_TEMPLATE_SSL_HANDSHAKE","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_ALE_CONNECT_V4","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_ALE_CONNECT_V6","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_DOSP_FORWARD_V4","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_DOSP_FORWARD_V6","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_INBOUND_TUNNEL_V4","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_INBOUND_TUNNEL_V6","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_OUTBOUND_TUNNEL_V4","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_OUTBOUND_TUNNEL_V6","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_INITIATE_SECURE_V4","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_INITIATE_SECURE_V6","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V4","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V6","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_ALE_ACCEPT_V4","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_ALE_ACCEPT_V6","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_V4","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_V6","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TRANSPORT_V4","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TRANSPORT_V6","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TUNNEL_V4","features":[19]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TUNNEL_V6","features":[19]},{"name":"FWPM_CALLOUT_OUTBOUND_NETWORK_CONNECTION_POLICY_LAYER_V4","features":[19]},{"name":"FWPM_CALLOUT_OUTBOUND_NETWORK_CONNECTION_POLICY_LAYER_V6","features":[19]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_CONNECT_LAYER_V4","features":[19]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_CONNECT_LAYER_V6","features":[19]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_RECV_ACCEPT_LAYER_V4","features":[19]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_RECV_ACCEPT_LAYER_V6","features":[19]},{"name":"FWPM_CALLOUT_RESERVED_AUTH_CONNECT_LAYER_V4","features":[19]},{"name":"FWPM_CALLOUT_RESERVED_AUTH_CONNECT_LAYER_V6","features":[19]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_CONNECT_LAYER_V4","features":[19]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_CONNECT_LAYER_V6","features":[19]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_RECV_ACCEPT_LAYER_V4","features":[19]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_RECV_ACCEPT_LAYER_V6","features":[19]},{"name":"FWPM_CALLOUT_SUBSCRIPTION0","features":[19]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_ACCEPT_LAYER_V4","features":[19]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_ACCEPT_LAYER_V6","features":[19]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_CONNECT_LAYER_V4","features":[19]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_CONNECT_LAYER_V6","features":[19]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_ACCEPT_LAYER_V4","features":[19]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_ACCEPT_LAYER_V6","features":[19]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_CONNECT_LAYER_V4","features":[19]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_CONNECT_LAYER_V6","features":[19]},{"name":"FWPM_CALLOUT_TEREDO_ALE_LISTEN_V6","features":[19]},{"name":"FWPM_CALLOUT_TEREDO_ALE_RESOURCE_ASSIGNMENT_V6","features":[19]},{"name":"FWPM_CALLOUT_WFP_TRANSPORT_LAYER_V4_SILENT_DROP","features":[19]},{"name":"FWPM_CALLOUT_WFP_TRANSPORT_LAYER_V6_SILENT_DROP","features":[19]},{"name":"FWPM_CHANGE_ADD","features":[19]},{"name":"FWPM_CHANGE_DELETE","features":[19]},{"name":"FWPM_CHANGE_TYPE","features":[19]},{"name":"FWPM_CHANGE_TYPE_MAX","features":[19]},{"name":"FWPM_CLASSIFY_OPTION0","features":[19,5]},{"name":"FWPM_CLASSIFY_OPTIONS0","features":[19,5]},{"name":"FWPM_CLASSIFY_OPTIONS_CONTEXT","features":[19]},{"name":"FWPM_CONDITION_ALE_APP_ID","features":[19]},{"name":"FWPM_CONDITION_ALE_EFFECTIVE_NAME","features":[19]},{"name":"FWPM_CONDITION_ALE_NAP_CONTEXT","features":[19]},{"name":"FWPM_CONDITION_ALE_ORIGINAL_APP_ID","features":[19]},{"name":"FWPM_CONDITION_ALE_PACKAGE_ID","features":[19]},{"name":"FWPM_CONDITION_ALE_PROMISCUOUS_MODE","features":[19]},{"name":"FWPM_CONDITION_ALE_REAUTH_REASON","features":[19]},{"name":"FWPM_CONDITION_ALE_REMOTE_MACHINE_ID","features":[19]},{"name":"FWPM_CONDITION_ALE_REMOTE_USER_ID","features":[19]},{"name":"FWPM_CONDITION_ALE_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[19]},{"name":"FWPM_CONDITION_ALE_SIO_FIREWALL_SYSTEM_PORT","features":[19]},{"name":"FWPM_CONDITION_ALE_USER_ID","features":[19]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_INDEX","features":[19]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_PROFILE_ID","features":[19]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_TYPE","features":[19]},{"name":"FWPM_CONDITION_ARRIVAL_TUNNEL_TYPE","features":[19]},{"name":"FWPM_CONDITION_AUTHENTICATION_TYPE","features":[19]},{"name":"FWPM_CONDITION_CLIENT_CERT_KEY_LENGTH","features":[19]},{"name":"FWPM_CONDITION_CLIENT_CERT_OID","features":[19]},{"name":"FWPM_CONDITION_CLIENT_TOKEN","features":[19]},{"name":"FWPM_CONDITION_COMPARTMENT_ID","features":[19]},{"name":"FWPM_CONDITION_CURRENT_PROFILE_ID","features":[19]},{"name":"FWPM_CONDITION_DCOM_APP_ID","features":[19]},{"name":"FWPM_CONDITION_DESTINATION_INTERFACE_INDEX","features":[19]},{"name":"FWPM_CONDITION_DESTINATION_SUB_INTERFACE_INDEX","features":[19]},{"name":"FWPM_CONDITION_DIRECTION","features":[19]},{"name":"FWPM_CONDITION_EMBEDDED_LOCAL_ADDRESS_TYPE","features":[19]},{"name":"FWPM_CONDITION_EMBEDDED_LOCAL_PORT","features":[19]},{"name":"FWPM_CONDITION_EMBEDDED_PROTOCOL","features":[19]},{"name":"FWPM_CONDITION_EMBEDDED_REMOTE_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_EMBEDDED_REMOTE_PORT","features":[19]},{"name":"FWPM_CONDITION_ETHER_TYPE","features":[19]},{"name":"FWPM_CONDITION_FLAGS","features":[19]},{"name":"FWPM_CONDITION_IMAGE_NAME","features":[19]},{"name":"FWPM_CONDITION_INTERFACE_INDEX","features":[19]},{"name":"FWPM_CONDITION_INTERFACE_MAC_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_INTERFACE_QUARANTINE_EPOCH","features":[19]},{"name":"FWPM_CONDITION_INTERFACE_TYPE","features":[19]},{"name":"FWPM_CONDITION_IPSEC_POLICY_KEY","features":[19]},{"name":"FWPM_CONDITION_IPSEC_SECURITY_REALM_ID","features":[19]},{"name":"FWPM_CONDITION_IP_ARRIVAL_INTERFACE","features":[19]},{"name":"FWPM_CONDITION_IP_DESTINATION_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_IP_DESTINATION_ADDRESS_TYPE","features":[19]},{"name":"FWPM_CONDITION_IP_DESTINATION_PORT","features":[19]},{"name":"FWPM_CONDITION_IP_FORWARD_INTERFACE","features":[19]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_TYPE","features":[19]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_V4","features":[19]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_V6","features":[19]},{"name":"FWPM_CONDITION_IP_LOCAL_INTERFACE","features":[19]},{"name":"FWPM_CONDITION_IP_LOCAL_PORT","features":[19]},{"name":"FWPM_CONDITION_IP_NEXTHOP_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_IP_NEXTHOP_INTERFACE","features":[19]},{"name":"FWPM_CONDITION_IP_PHYSICAL_ARRIVAL_INTERFACE","features":[19]},{"name":"FWPM_CONDITION_IP_PHYSICAL_NEXTHOP_INTERFACE","features":[19]},{"name":"FWPM_CONDITION_IP_PROTOCOL","features":[19]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS_V4","features":[19]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS_V6","features":[19]},{"name":"FWPM_CONDITION_IP_REMOTE_PORT","features":[19]},{"name":"FWPM_CONDITION_IP_SOURCE_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_IP_SOURCE_PORT","features":[19]},{"name":"FWPM_CONDITION_KM_AUTH_NAP_CONTEXT","features":[19]},{"name":"FWPM_CONDITION_KM_MODE","features":[19]},{"name":"FWPM_CONDITION_KM_TYPE","features":[19]},{"name":"FWPM_CONDITION_L2_FLAGS","features":[19]},{"name":"FWPM_CONDITION_LOCAL_INTERFACE_PROFILE_ID","features":[19]},{"name":"FWPM_CONDITION_MAC_DESTINATION_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_MAC_DESTINATION_ADDRESS_TYPE","features":[19]},{"name":"FWPM_CONDITION_MAC_LOCAL_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_MAC_LOCAL_ADDRESS_TYPE","features":[19]},{"name":"FWPM_CONDITION_MAC_REMOTE_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_MAC_REMOTE_ADDRESS_TYPE","features":[19]},{"name":"FWPM_CONDITION_MAC_SOURCE_ADDRESS","features":[19]},{"name":"FWPM_CONDITION_MAC_SOURCE_ADDRESS_TYPE","features":[19]},{"name":"FWPM_CONDITION_NDIS_MEDIA_TYPE","features":[19]},{"name":"FWPM_CONDITION_NDIS_PHYSICAL_MEDIA_TYPE","features":[19]},{"name":"FWPM_CONDITION_NDIS_PORT","features":[19]},{"name":"FWPM_CONDITION_NET_EVENT_TYPE","features":[19]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_INDEX","features":[19]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_PROFILE_ID","features":[19]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_TYPE","features":[19]},{"name":"FWPM_CONDITION_NEXTHOP_SUB_INTERFACE_INDEX","features":[19]},{"name":"FWPM_CONDITION_NEXTHOP_TUNNEL_TYPE","features":[19]},{"name":"FWPM_CONDITION_ORIGINAL_ICMP_TYPE","features":[19]},{"name":"FWPM_CONDITION_ORIGINAL_PROFILE_ID","features":[19]},{"name":"FWPM_CONDITION_PEER_NAME","features":[19]},{"name":"FWPM_CONDITION_PIPE","features":[19]},{"name":"FWPM_CONDITION_PROCESS_WITH_RPC_IF_UUID","features":[19]},{"name":"FWPM_CONDITION_QM_MODE","features":[19]},{"name":"FWPM_CONDITION_REAUTHORIZE_REASON","features":[19]},{"name":"FWPM_CONDITION_REMOTE_ID","features":[19]},{"name":"FWPM_CONDITION_REMOTE_USER_TOKEN","features":[19]},{"name":"FWPM_CONDITION_RESERVED0","features":[19]},{"name":"FWPM_CONDITION_RESERVED1","features":[19]},{"name":"FWPM_CONDITION_RESERVED10","features":[19]},{"name":"FWPM_CONDITION_RESERVED11","features":[19]},{"name":"FWPM_CONDITION_RESERVED12","features":[19]},{"name":"FWPM_CONDITION_RESERVED13","features":[19]},{"name":"FWPM_CONDITION_RESERVED14","features":[19]},{"name":"FWPM_CONDITION_RESERVED15","features":[19]},{"name":"FWPM_CONDITION_RESERVED2","features":[19]},{"name":"FWPM_CONDITION_RESERVED3","features":[19]},{"name":"FWPM_CONDITION_RESERVED4","features":[19]},{"name":"FWPM_CONDITION_RESERVED5","features":[19]},{"name":"FWPM_CONDITION_RESERVED6","features":[19]},{"name":"FWPM_CONDITION_RESERVED7","features":[19]},{"name":"FWPM_CONDITION_RESERVED8","features":[19]},{"name":"FWPM_CONDITION_RESERVED9","features":[19]},{"name":"FWPM_CONDITION_RPC_AUTH_LEVEL","features":[19]},{"name":"FWPM_CONDITION_RPC_AUTH_TYPE","features":[19]},{"name":"FWPM_CONDITION_RPC_EP_FLAGS","features":[19]},{"name":"FWPM_CONDITION_RPC_EP_VALUE","features":[19]},{"name":"FWPM_CONDITION_RPC_IF_FLAG","features":[19]},{"name":"FWPM_CONDITION_RPC_IF_UUID","features":[19]},{"name":"FWPM_CONDITION_RPC_IF_VERSION","features":[19]},{"name":"FWPM_CONDITION_RPC_PROTOCOL","features":[19]},{"name":"FWPM_CONDITION_RPC_PROXY_AUTH_TYPE","features":[19]},{"name":"FWPM_CONDITION_RPC_SERVER_NAME","features":[19]},{"name":"FWPM_CONDITION_RPC_SERVER_PORT","features":[19]},{"name":"FWPM_CONDITION_SEC_ENCRYPT_ALGORITHM","features":[19]},{"name":"FWPM_CONDITION_SEC_KEY_SIZE","features":[19]},{"name":"FWPM_CONDITION_SOURCE_INTERFACE_INDEX","features":[19]},{"name":"FWPM_CONDITION_SOURCE_SUB_INTERFACE_INDEX","features":[19]},{"name":"FWPM_CONDITION_SUB_INTERFACE_INDEX","features":[19]},{"name":"FWPM_CONDITION_TUNNEL_TYPE","features":[19]},{"name":"FWPM_CONDITION_VLAN_ID","features":[19]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_INTERFACE_ID","features":[19]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_INTERFACE_TYPE","features":[19]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_VM_ID","features":[19]},{"name":"FWPM_CONDITION_VSWITCH_ID","features":[19]},{"name":"FWPM_CONDITION_VSWITCH_NETWORK_TYPE","features":[19]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_INTERFACE_ID","features":[19]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_INTERFACE_TYPE","features":[19]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_VM_ID","features":[19]},{"name":"FWPM_CONDITION_VSWITCH_TENANT_NETWORK_ID","features":[19]},{"name":"FWPM_CONNECTION0","features":[1,19]},{"name":"FWPM_CONNECTION_CALLBACK0","features":[1,19]},{"name":"FWPM_CONNECTION_ENUM_FLAG_QUERY_BYTES_TRANSFERRED","features":[19]},{"name":"FWPM_CONNECTION_ENUM_TEMPLATE0","features":[19]},{"name":"FWPM_CONNECTION_EVENT_ADD","features":[19]},{"name":"FWPM_CONNECTION_EVENT_DELETE","features":[19]},{"name":"FWPM_CONNECTION_EVENT_MAX","features":[19]},{"name":"FWPM_CONNECTION_EVENT_TYPE","features":[19]},{"name":"FWPM_CONNECTION_SUBSCRIPTION0","features":[19]},{"name":"FWPM_DISPLAY_DATA0","features":[19]},{"name":"FWPM_DYNAMIC_KEYWORD_CALLBACK0","features":[19]},{"name":"FWPM_ENGINE_COLLECT_NET_EVENTS","features":[19]},{"name":"FWPM_ENGINE_MONITOR_IPSEC_CONNECTIONS","features":[19]},{"name":"FWPM_ENGINE_NAME_CACHE","features":[19]},{"name":"FWPM_ENGINE_NET_EVENT_MATCH_ANY_KEYWORDS","features":[19]},{"name":"FWPM_ENGINE_OPTION","features":[19]},{"name":"FWPM_ENGINE_OPTION_MAX","features":[19]},{"name":"FWPM_ENGINE_OPTION_PACKET_BATCH_INBOUND","features":[19]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_FORWARD","features":[19]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_INBOUND","features":[19]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_NONE","features":[19]},{"name":"FWPM_ENGINE_PACKET_QUEUING","features":[19]},{"name":"FWPM_ENGINE_TXN_WATCHDOG_TIMEOUT_IN_MSEC","features":[19]},{"name":"FWPM_FIELD0","features":[19]},{"name":"FWPM_FIELD_FLAGS","features":[19]},{"name":"FWPM_FIELD_IP_ADDRESS","features":[19]},{"name":"FWPM_FIELD_RAW_DATA","features":[19]},{"name":"FWPM_FIELD_TYPE","features":[19]},{"name":"FWPM_FIELD_TYPE_MAX","features":[19]},{"name":"FWPM_FILTER0","features":[19,5]},{"name":"FWPM_FILTER_CHANGE0","features":[19]},{"name":"FWPM_FILTER_CHANGE_CALLBACK0","features":[19]},{"name":"FWPM_FILTER_CONDITION0","features":[19,5]},{"name":"FWPM_FILTER_ENUM_TEMPLATE0","features":[19,5]},{"name":"FWPM_FILTER_FLAGS","features":[19]},{"name":"FWPM_FILTER_FLAG_BOOTTIME","features":[19]},{"name":"FWPM_FILTER_FLAG_CLEAR_ACTION_RIGHT","features":[19]},{"name":"FWPM_FILTER_FLAG_DISABLED","features":[19]},{"name":"FWPM_FILTER_FLAG_GAMEOS_ONLY","features":[19]},{"name":"FWPM_FILTER_FLAG_HAS_PROVIDER_CONTEXT","features":[19]},{"name":"FWPM_FILTER_FLAG_HAS_SECURITY_REALM_PROVIDER_CONTEXT","features":[19]},{"name":"FWPM_FILTER_FLAG_INDEXED","features":[19]},{"name":"FWPM_FILTER_FLAG_IPSEC_NO_ACQUIRE_INITIATE","features":[19]},{"name":"FWPM_FILTER_FLAG_NONE","features":[19]},{"name":"FWPM_FILTER_FLAG_PERMIT_IF_CALLOUT_UNREGISTERED","features":[19]},{"name":"FWPM_FILTER_FLAG_PERSISTENT","features":[19]},{"name":"FWPM_FILTER_FLAG_RESERVED0","features":[19]},{"name":"FWPM_FILTER_FLAG_RESERVED1","features":[19]},{"name":"FWPM_FILTER_FLAG_SILENT_MODE","features":[19]},{"name":"FWPM_FILTER_FLAG_SYSTEMOS_ONLY","features":[19]},{"name":"FWPM_FILTER_SUBSCRIPTION0","features":[19,5]},{"name":"FWPM_GENERAL_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_AUTHIP_MM_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_AUTHIP_QM_TRANSPORT_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_AUTHIP_QM_TUNNEL_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_DOSP_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_IKEV2_MM_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_IKEV2_QM_TRANSPORT_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_IKEV2_QM_TUNNEL_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_IKE_MM_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_IKE_QM_TRANSPORT_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_IKE_QM_TUNNEL_CONTEXT","features":[19]},{"name":"FWPM_IPSEC_KEYING_CONTEXT","features":[19]},{"name":"FWPM_KEYING_MODULE_AUTHIP","features":[19]},{"name":"FWPM_KEYING_MODULE_IKE","features":[19]},{"name":"FWPM_KEYING_MODULE_IKEV2","features":[19]},{"name":"FWPM_LAYER0","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V4","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V6","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V4","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V6","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V4","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V6","features":[19]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_ALE_BIND_REDIRECT_V4","features":[19]},{"name":"FWPM_LAYER_ALE_BIND_REDIRECT_V6","features":[19]},{"name":"FWPM_LAYER_ALE_CONNECT_REDIRECT_V4","features":[19]},{"name":"FWPM_LAYER_ALE_CONNECT_REDIRECT_V6","features":[19]},{"name":"FWPM_LAYER_ALE_ENDPOINT_CLOSURE_V4","features":[19]},{"name":"FWPM_LAYER_ALE_ENDPOINT_CLOSURE_V6","features":[19]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V4","features":[19]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V6","features":[19]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V4","features":[19]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V6","features":[19]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_ALE_RESOURCE_RELEASE_V4","features":[19]},{"name":"FWPM_LAYER_ALE_RESOURCE_RELEASE_V6","features":[19]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V4","features":[19]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V6","features":[19]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_ETHERNET","features":[19]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_TRANSPORT_V4","features":[19]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_TRANSPORT_V6","features":[19]},{"name":"FWPM_LAYER_ENUM_TEMPLATE0","features":[19]},{"name":"FWPM_LAYER_FLAG_BUFFERED","features":[19]},{"name":"FWPM_LAYER_FLAG_BUILTIN","features":[19]},{"name":"FWPM_LAYER_FLAG_CLASSIFY_MOSTLY","features":[19]},{"name":"FWPM_LAYER_FLAG_KERNEL","features":[19]},{"name":"FWPM_LAYER_IKEEXT_V4","features":[19]},{"name":"FWPM_LAYER_IKEEXT_V6","features":[19]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V4","features":[19]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V6","features":[19]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V4","features":[19]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V6","features":[19]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_ETHERNET","features":[19]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_NATIVE","features":[19]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_NATIVE_FAST","features":[19]},{"name":"FWPM_LAYER_INBOUND_RESERVED2","features":[19]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_FAST","features":[19]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V4","features":[19]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V6","features":[19]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_ETHERNET","features":[19]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_TRANSPORT_V4","features":[19]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_TRANSPORT_V6","features":[19]},{"name":"FWPM_LAYER_IPFORWARD_V4","features":[19]},{"name":"FWPM_LAYER_IPFORWARD_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_IPFORWARD_V6","features":[19]},{"name":"FWPM_LAYER_IPFORWARD_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_IPSEC_KM_DEMUX_V4","features":[19]},{"name":"FWPM_LAYER_IPSEC_KM_DEMUX_V6","features":[19]},{"name":"FWPM_LAYER_IPSEC_V4","features":[19]},{"name":"FWPM_LAYER_IPSEC_V6","features":[19]},{"name":"FWPM_LAYER_KM_AUTHORIZATION","features":[19]},{"name":"FWPM_LAYER_NAME_RESOLUTION_CACHE_V4","features":[19]},{"name":"FWPM_LAYER_NAME_RESOLUTION_CACHE_V6","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V4","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V6","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V4","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V6","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_ETHERNET","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_NATIVE","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_NATIVE_FAST","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_NETWORK_CONNECTION_POLICY_V4","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_NETWORK_CONNECTION_POLICY_V6","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_FAST","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V4","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V6","features":[19]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V6_DISCARD","features":[19]},{"name":"FWPM_LAYER_RPC_EPMAP","features":[19]},{"name":"FWPM_LAYER_RPC_EP_ADD","features":[19]},{"name":"FWPM_LAYER_RPC_PROXY_CONN","features":[19]},{"name":"FWPM_LAYER_RPC_PROXY_IF","features":[19]},{"name":"FWPM_LAYER_RPC_UM","features":[19]},{"name":"FWPM_LAYER_STATISTICS0","features":[19]},{"name":"FWPM_LAYER_STREAM_PACKET_V4","features":[19]},{"name":"FWPM_LAYER_STREAM_PACKET_V6","features":[19]},{"name":"FWPM_LAYER_STREAM_V4","features":[19]},{"name":"FWPM_LAYER_STREAM_V4_DISCARD","features":[19]},{"name":"FWPM_LAYER_STREAM_V6","features":[19]},{"name":"FWPM_LAYER_STREAM_V6_DISCARD","features":[19]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_CONTEXT","features":[19]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_SETTING0","features":[19,5]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_SETTINGS0","features":[19,5]},{"name":"FWPM_NET_EVENT0","features":[1,19,5]},{"name":"FWPM_NET_EVENT1","features":[1,19,5]},{"name":"FWPM_NET_EVENT2","features":[1,19,5]},{"name":"FWPM_NET_EVENT3","features":[1,19,5]},{"name":"FWPM_NET_EVENT4","features":[1,19,5]},{"name":"FWPM_NET_EVENT5","features":[1,19,5]},{"name":"FWPM_NET_EVENT_CALLBACK0","features":[1,19,5]},{"name":"FWPM_NET_EVENT_CALLBACK1","features":[1,19,5]},{"name":"FWPM_NET_EVENT_CALLBACK2","features":[1,19,5]},{"name":"FWPM_NET_EVENT_CALLBACK3","features":[1,19,5]},{"name":"FWPM_NET_EVENT_CALLBACK4","features":[1,19,5]},{"name":"FWPM_NET_EVENT_CAPABILITY_ALLOW0","features":[1,19]},{"name":"FWPM_NET_EVENT_CAPABILITY_DROP0","features":[1,19]},{"name":"FWPM_NET_EVENT_CLASSIFY_ALLOW0","features":[1,19]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP0","features":[19]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP1","features":[1,19]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP2","features":[1,19]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP_MAC0","features":[1,19]},{"name":"FWPM_NET_EVENT_ENUM_TEMPLATE0","features":[1,19,5]},{"name":"FWPM_NET_EVENT_FLAG_APP_ID_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_EFFECTIVE_NAME_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_ENTERPRISE_ID_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_IP_PROTOCOL_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_IP_VERSION_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_LOCAL_ADDR_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_LOCAL_PORT_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_PACKAGE_ID_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_POLICY_FLAGS_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_REAUTH_REASON_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_REMOTE_ADDR_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_REMOTE_PORT_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_SCOPE_ID_SET","features":[19]},{"name":"FWPM_NET_EVENT_FLAG_USER_ID_SET","features":[19]},{"name":"FWPM_NET_EVENT_HEADER0","features":[1,19,5]},{"name":"FWPM_NET_EVENT_HEADER1","features":[1,19,5]},{"name":"FWPM_NET_EVENT_HEADER2","features":[1,19,5]},{"name":"FWPM_NET_EVENT_HEADER3","features":[1,19,5]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE0","features":[19]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE1","features":[19]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE_FLAG_BENIGN","features":[19]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE_FLAG_MULTIPLE","features":[19]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE0","features":[19]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE1","features":[19]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE2","features":[19]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE_FLAG_BENIGN","features":[19]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE_FLAG_MULTIPLE","features":[19]},{"name":"FWPM_NET_EVENT_IKEEXT_QM_FAILURE0","features":[19,5]},{"name":"FWPM_NET_EVENT_IKEEXT_QM_FAILURE1","features":[19,5]},{"name":"FWPM_NET_EVENT_IPSEC_DOSP_DROP0","features":[19]},{"name":"FWPM_NET_EVENT_IPSEC_KERNEL_DROP0","features":[19]},{"name":"FWPM_NET_EVENT_KEYWORD_CAPABILITY_ALLOW","features":[19]},{"name":"FWPM_NET_EVENT_KEYWORD_CAPABILITY_DROP","features":[19]},{"name":"FWPM_NET_EVENT_KEYWORD_CLASSIFY_ALLOW","features":[19]},{"name":"FWPM_NET_EVENT_KEYWORD_INBOUND_BCAST","features":[19]},{"name":"FWPM_NET_EVENT_KEYWORD_INBOUND_MCAST","features":[19]},{"name":"FWPM_NET_EVENT_KEYWORD_PORT_SCANNING_DROP","features":[19]},{"name":"FWPM_NET_EVENT_LPM_PACKET_ARRIVAL0","features":[19]},{"name":"FWPM_NET_EVENT_SUBSCRIPTION0","features":[1,19,5]},{"name":"FWPM_NET_EVENT_TYPE","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_CAPABILITY_ALLOW","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_CAPABILITY_DROP","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_ALLOW","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_DROP","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_DROP_MAC","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_EM_FAILURE","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_MM_FAILURE","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_QM_FAILURE","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_IPSEC_DOSP_DROP","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_IPSEC_KERNEL_DROP","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_LPM_PACKET_ARRIVAL","features":[19]},{"name":"FWPM_NET_EVENT_TYPE_MAX","features":[19]},{"name":"FWPM_PROVIDER0","features":[19]},{"name":"FWPM_PROVIDER_CHANGE0","features":[19]},{"name":"FWPM_PROVIDER_CHANGE_CALLBACK0","features":[19]},{"name":"FWPM_PROVIDER_CONTEXT0","features":[19,5]},{"name":"FWPM_PROVIDER_CONTEXT1","features":[19,5]},{"name":"FWPM_PROVIDER_CONTEXT2","features":[19,5]},{"name":"FWPM_PROVIDER_CONTEXT3","features":[19,5]},{"name":"FWPM_PROVIDER_CONTEXT_CHANGE0","features":[19]},{"name":"FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0","features":[19]},{"name":"FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0","features":[19]},{"name":"FWPM_PROVIDER_CONTEXT_FLAG_DOWNLEVEL","features":[19]},{"name":"FWPM_PROVIDER_CONTEXT_FLAG_PERSISTENT","features":[19]},{"name":"FWPM_PROVIDER_CONTEXT_SECURE_SOCKET_AUTHIP","features":[19]},{"name":"FWPM_PROVIDER_CONTEXT_SECURE_SOCKET_IPSEC","features":[19]},{"name":"FWPM_PROVIDER_CONTEXT_SUBSCRIPTION0","features":[19]},{"name":"FWPM_PROVIDER_CONTEXT_TYPE","features":[19]},{"name":"FWPM_PROVIDER_CONTEXT_TYPE_MAX","features":[19]},{"name":"FWPM_PROVIDER_ENUM_TEMPLATE0","features":[19]},{"name":"FWPM_PROVIDER_FLAG_DISABLED","features":[19]},{"name":"FWPM_PROVIDER_FLAG_PERSISTENT","features":[19]},{"name":"FWPM_PROVIDER_IKEEXT","features":[19]},{"name":"FWPM_PROVIDER_IPSEC_DOSP_CONFIG","features":[19]},{"name":"FWPM_PROVIDER_MPSSVC_APP_ISOLATION","features":[19]},{"name":"FWPM_PROVIDER_MPSSVC_EDP","features":[19]},{"name":"FWPM_PROVIDER_MPSSVC_TENANT_RESTRICTIONS","features":[19]},{"name":"FWPM_PROVIDER_MPSSVC_WF","features":[19]},{"name":"FWPM_PROVIDER_MPSSVC_WSH","features":[19]},{"name":"FWPM_PROVIDER_SUBSCRIPTION0","features":[19]},{"name":"FWPM_PROVIDER_TCP_CHIMNEY_OFFLOAD","features":[19]},{"name":"FWPM_PROVIDER_TCP_TEMPLATES","features":[19]},{"name":"FWPM_SERVICE_RUNNING","features":[19]},{"name":"FWPM_SERVICE_START_PENDING","features":[19]},{"name":"FWPM_SERVICE_STATE","features":[19]},{"name":"FWPM_SERVICE_STATE_MAX","features":[19]},{"name":"FWPM_SERVICE_STOPPED","features":[19]},{"name":"FWPM_SERVICE_STOP_PENDING","features":[19]},{"name":"FWPM_SESSION0","features":[1,19,5]},{"name":"FWPM_SESSION_ENUM_TEMPLATE0","features":[19]},{"name":"FWPM_SESSION_FLAG_DYNAMIC","features":[19]},{"name":"FWPM_SESSION_FLAG_RESERVED","features":[19]},{"name":"FWPM_STATISTICS0","features":[19]},{"name":"FWPM_SUBLAYER0","features":[19]},{"name":"FWPM_SUBLAYER_CHANGE0","features":[19]},{"name":"FWPM_SUBLAYER_CHANGE_CALLBACK0","features":[19]},{"name":"FWPM_SUBLAYER_ENUM_TEMPLATE0","features":[19]},{"name":"FWPM_SUBLAYER_FLAG_PERSISTENT","features":[19]},{"name":"FWPM_SUBLAYER_INSPECTION","features":[19]},{"name":"FWPM_SUBLAYER_IPSEC_DOSP","features":[19]},{"name":"FWPM_SUBLAYER_IPSEC_FORWARD_OUTBOUND_TUNNEL","features":[19]},{"name":"FWPM_SUBLAYER_IPSEC_SECURITY_REALM","features":[19]},{"name":"FWPM_SUBLAYER_IPSEC_TUNNEL","features":[19]},{"name":"FWPM_SUBLAYER_LIPS","features":[19]},{"name":"FWPM_SUBLAYER_MPSSVC_APP_ISOLATION","features":[19]},{"name":"FWPM_SUBLAYER_MPSSVC_EDP","features":[19]},{"name":"FWPM_SUBLAYER_MPSSVC_QUARANTINE","features":[19]},{"name":"FWPM_SUBLAYER_MPSSVC_TENANT_RESTRICTIONS","features":[19]},{"name":"FWPM_SUBLAYER_MPSSVC_WF","features":[19]},{"name":"FWPM_SUBLAYER_MPSSVC_WSH","features":[19]},{"name":"FWPM_SUBLAYER_RPC_AUDIT","features":[19]},{"name":"FWPM_SUBLAYER_SECURE_SOCKET","features":[19]},{"name":"FWPM_SUBLAYER_SUBSCRIPTION0","features":[19]},{"name":"FWPM_SUBLAYER_TCP_CHIMNEY_OFFLOAD","features":[19]},{"name":"FWPM_SUBLAYER_TCP_TEMPLATES","features":[19]},{"name":"FWPM_SUBLAYER_TEREDO","features":[19]},{"name":"FWPM_SUBLAYER_UNIVERSAL","features":[19]},{"name":"FWPM_SUBSCRIPTION_FLAGS","features":[19]},{"name":"FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD","features":[19]},{"name":"FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE","features":[19]},{"name":"FWPM_SYSTEM_PORTS0","features":[19]},{"name":"FWPM_SYSTEM_PORTS_BY_TYPE0","features":[19]},{"name":"FWPM_SYSTEM_PORTS_CALLBACK0","features":[19]},{"name":"FWPM_SYSTEM_PORT_IPHTTPS_IN","features":[19]},{"name":"FWPM_SYSTEM_PORT_IPHTTPS_OUT","features":[19]},{"name":"FWPM_SYSTEM_PORT_RPC_EPMAP","features":[19]},{"name":"FWPM_SYSTEM_PORT_TEREDO","features":[19]},{"name":"FWPM_SYSTEM_PORT_TYPE","features":[19]},{"name":"FWPM_SYSTEM_PORT_TYPE_MAX","features":[19]},{"name":"FWPM_TUNNEL_FLAG_ENABLE_VIRTUAL_IF_TUNNELING","features":[19]},{"name":"FWPM_TUNNEL_FLAG_POINT_TO_POINT","features":[19]},{"name":"FWPM_TUNNEL_FLAG_RESERVED0","features":[19]},{"name":"FWPM_TXN_READ_ONLY","features":[19]},{"name":"FWPM_VSWITCH_EVENT0","features":[1,19]},{"name":"FWPM_VSWITCH_EVENT_CALLBACK0","features":[1,19]},{"name":"FWPM_VSWITCH_EVENT_DISABLED_FOR_INSPECTION","features":[19]},{"name":"FWPM_VSWITCH_EVENT_ENABLED_FOR_INSPECTION","features":[19]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ADD_TO_INCOMPLETE_LAYER","features":[19]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ENGINE_NOT_IN_REQUIRED_POSITION","features":[19]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ENGINE_REORDER","features":[19]},{"name":"FWPM_VSWITCH_EVENT_MAX","features":[19]},{"name":"FWPM_VSWITCH_EVENT_SUBSCRIPTION0","features":[19]},{"name":"FWPM_VSWITCH_EVENT_TYPE","features":[19]},{"name":"FWPM_WEIGHT_RANGE_IKE_EXEMPTIONS","features":[19]},{"name":"FWPM_WEIGHT_RANGE_IPSEC","features":[19]},{"name":"FWPS_ALE_ENDPOINT_FLAG_IPSEC_SECURED","features":[19]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ABSORB","features":[19]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ALE_FAST_CACHE_CHECK","features":[19]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ALE_FAST_CACHE_POSSIBLE","features":[19]},{"name":"FWPS_CLASSIFY_OUT_FLAG_BUFFER_LIMIT_REACHED","features":[19]},{"name":"FWPS_CLASSIFY_OUT_FLAG_NO_MORE_DATA","features":[19]},{"name":"FWPS_FILTER_FLAG_CLEAR_ACTION_RIGHT","features":[19]},{"name":"FWPS_FILTER_FLAG_HAS_SECURITY_REALM_PROVIDER_CONTEXT","features":[19]},{"name":"FWPS_FILTER_FLAG_IPSEC_NO_ACQUIRE_INITIATE","features":[19]},{"name":"FWPS_FILTER_FLAG_OR_CONDITIONS","features":[19]},{"name":"FWPS_FILTER_FLAG_PERMIT_IF_CALLOUT_UNREGISTERED","features":[19]},{"name":"FWPS_FILTER_FLAG_RESERVED0","features":[19]},{"name":"FWPS_FILTER_FLAG_RESERVED1","features":[19]},{"name":"FWPS_FILTER_FLAG_SILENT_MODE","features":[19]},{"name":"FWPS_INCOMING_FLAG_ABSORB","features":[19]},{"name":"FWPS_INCOMING_FLAG_CACHE_SAFE","features":[19]},{"name":"FWPS_INCOMING_FLAG_CONNECTION_FAILING_INDICATION","features":[19]},{"name":"FWPS_INCOMING_FLAG_ENFORCE_QUERY","features":[19]},{"name":"FWPS_INCOMING_FLAG_IS_LOCAL_ONLY_FLOW","features":[19]},{"name":"FWPS_INCOMING_FLAG_IS_LOOSE_SOURCE_FLOW","features":[19]},{"name":"FWPS_INCOMING_FLAG_MID_STREAM_INSPECTION","features":[19]},{"name":"FWPS_INCOMING_FLAG_RECLASSIFY","features":[19]},{"name":"FWPS_INCOMING_FLAG_RESERVED0","features":[19]},{"name":"FWPS_L2_INCOMING_FLAG_IS_RAW_IPV4_FRAMING","features":[19]},{"name":"FWPS_L2_INCOMING_FLAG_IS_RAW_IPV6_FRAMING","features":[19]},{"name":"FWPS_L2_INCOMING_FLAG_RECLASSIFY_MULTI_DESTINATION","features":[19]},{"name":"FWPS_L2_METADATA_FIELD_ETHERNET_MAC_HEADER_SIZE","features":[19]},{"name":"FWPS_L2_METADATA_FIELD_RESERVED","features":[19]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_DESTINATION_PORT_ID","features":[19]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_PACKET_CONTEXT","features":[19]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_SOURCE_NIC_INDEX","features":[19]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_SOURCE_PORT_ID","features":[19]},{"name":"FWPS_L2_METADATA_FIELD_WIFI_OPERATION_MODE","features":[19]},{"name":"FWPS_METADATA_FIELD_ALE_CLASSIFY_REQUIRED","features":[19]},{"name":"FWPS_METADATA_FIELD_COMPARTMENT_ID","features":[19]},{"name":"FWPS_METADATA_FIELD_COMPLETION_HANDLE","features":[19]},{"name":"FWPS_METADATA_FIELD_DESTINATION_INTERFACE_INDEX","features":[19]},{"name":"FWPS_METADATA_FIELD_DESTINATION_PREFIX","features":[19]},{"name":"FWPS_METADATA_FIELD_DISCARD_REASON","features":[19]},{"name":"FWPS_METADATA_FIELD_ETHER_FRAME_LENGTH","features":[19]},{"name":"FWPS_METADATA_FIELD_FLOW_HANDLE","features":[19]},{"name":"FWPS_METADATA_FIELD_FORWARD_LAYER_INBOUND_PASS_THRU","features":[19]},{"name":"FWPS_METADATA_FIELD_FORWARD_LAYER_OUTBOUND_PASS_THRU","features":[19]},{"name":"FWPS_METADATA_FIELD_FRAGMENT_DATA","features":[19]},{"name":"FWPS_METADATA_FIELD_ICMP_ID_AND_SEQUENCE","features":[19]},{"name":"FWPS_METADATA_FIELD_IP_HEADER_SIZE","features":[19]},{"name":"FWPS_METADATA_FIELD_LOCAL_REDIRECT_TARGET_PID","features":[19]},{"name":"FWPS_METADATA_FIELD_ORIGINAL_DESTINATION","features":[19]},{"name":"FWPS_METADATA_FIELD_PACKET_DIRECTION","features":[19]},{"name":"FWPS_METADATA_FIELD_PACKET_SYSTEM_CRITICAL","features":[19]},{"name":"FWPS_METADATA_FIELD_PARENT_ENDPOINT_HANDLE","features":[19]},{"name":"FWPS_METADATA_FIELD_PATH_MTU","features":[19]},{"name":"FWPS_METADATA_FIELD_PROCESS_ID","features":[19]},{"name":"FWPS_METADATA_FIELD_PROCESS_PATH","features":[19]},{"name":"FWPS_METADATA_FIELD_REDIRECT_RECORD_HANDLE","features":[19]},{"name":"FWPS_METADATA_FIELD_REMOTE_SCOPE_ID","features":[19]},{"name":"FWPS_METADATA_FIELD_RESERVED","features":[19]},{"name":"FWPS_METADATA_FIELD_SOURCE_INTERFACE_INDEX","features":[19]},{"name":"FWPS_METADATA_FIELD_SUB_PROCESS_TAG","features":[19]},{"name":"FWPS_METADATA_FIELD_SYSTEM_FLAGS","features":[19]},{"name":"FWPS_METADATA_FIELD_TOKEN","features":[19]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_CONTROL_DATA","features":[19]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_ENDPOINT_HANDLE","features":[19]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_HEADER_INCLUDE_HEADER","features":[19]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_HEADER_SIZE","features":[19]},{"name":"FWPS_RIGHT_ACTION_WRITE","features":[19]},{"name":"FWP_ACTION_BLOCK","features":[19]},{"name":"FWP_ACTION_CALLOUT_INSPECTION","features":[19]},{"name":"FWP_ACTION_CALLOUT_TERMINATING","features":[19]},{"name":"FWP_ACTION_CALLOUT_UNKNOWN","features":[19]},{"name":"FWP_ACTION_CONTINUE","features":[19]},{"name":"FWP_ACTION_FLAG_CALLOUT","features":[19]},{"name":"FWP_ACTION_FLAG_NON_TERMINATING","features":[19]},{"name":"FWP_ACTION_FLAG_TERMINATING","features":[19]},{"name":"FWP_ACTION_NONE","features":[19]},{"name":"FWP_ACTION_NONE_NO_MATCH","features":[19]},{"name":"FWP_ACTION_PERMIT","features":[19]},{"name":"FWP_ACTION_TYPE","features":[19]},{"name":"FWP_ACTRL_MATCH_FILTER","features":[19]},{"name":"FWP_AF","features":[19]},{"name":"FWP_AF_ETHER","features":[19]},{"name":"FWP_AF_INET","features":[19]},{"name":"FWP_AF_INET6","features":[19]},{"name":"FWP_AF_NONE","features":[19]},{"name":"FWP_BYTEMAP_ARRAY64_SIZE","features":[19]},{"name":"FWP_BYTE_ARRAY16","features":[19]},{"name":"FWP_BYTE_ARRAY16_TYPE","features":[19]},{"name":"FWP_BYTE_ARRAY6","features":[19]},{"name":"FWP_BYTE_ARRAY6_SIZE","features":[19]},{"name":"FWP_BYTE_ARRAY6_TYPE","features":[19]},{"name":"FWP_BYTE_BLOB","features":[19]},{"name":"FWP_BYTE_BLOB_TYPE","features":[19]},{"name":"FWP_CALLOUT_FLAG_ALLOW_L2_BATCH_CLASSIFY","features":[19]},{"name":"FWP_CALLOUT_FLAG_ALLOW_MID_STREAM_INSPECTION","features":[19]},{"name":"FWP_CALLOUT_FLAG_ALLOW_OFFLOAD","features":[19]},{"name":"FWP_CALLOUT_FLAG_ALLOW_RECLASSIFY","features":[19]},{"name":"FWP_CALLOUT_FLAG_ALLOW_RSC","features":[19]},{"name":"FWP_CALLOUT_FLAG_ALLOW_URO","features":[19]},{"name":"FWP_CALLOUT_FLAG_ALLOW_USO","features":[19]},{"name":"FWP_CALLOUT_FLAG_CONDITIONAL_ON_FLOW","features":[19]},{"name":"FWP_CALLOUT_FLAG_ENABLE_COMMIT_ADD_NOTIFY","features":[19]},{"name":"FWP_CALLOUT_FLAG_RESERVED1","features":[19]},{"name":"FWP_CALLOUT_FLAG_RESERVED2","features":[19]},{"name":"FWP_CLASSIFY_OPTION_LOCAL_ONLY_MAPPING","features":[19]},{"name":"FWP_CLASSIFY_OPTION_LOOSE_SOURCE_MAPPING","features":[19]},{"name":"FWP_CLASSIFY_OPTION_MAX","features":[19]},{"name":"FWP_CLASSIFY_OPTION_MCAST_BCAST_LIFETIME","features":[19]},{"name":"FWP_CLASSIFY_OPTION_MULTICAST_STATE","features":[19]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_AUTHIP_MM_POLICY_KEY","features":[19]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_AUTHIP_QM_POLICY_KEY","features":[19]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_SECURITY_FLAGS","features":[19]},{"name":"FWP_CLASSIFY_OPTION_TYPE","features":[19]},{"name":"FWP_CLASSIFY_OPTION_UNICAST_LIFETIME","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_APPCONTAINER_LOOPBACK","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_AUTH_FW","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_CONNECTION_REDIRECTED","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_FRAGMENT","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_FRAGMENT_GROUP","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_HONORING_POLICY_AUTHORIZE","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_IMPLICIT_BIND","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_INBOUND_PASS_THRU","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_IPSEC_NATT_RECLASSIFY","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_IPSEC_SECURED","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_LOOPBACK","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_NAME_APP_SPECIFIED","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_NON_APPCONTAINER_LOOPBACK","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_OUTBOUND_PASS_THRU","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_PROMISCUOUS","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_PROXY_CONNECTION","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_RAW_ENDPOINT","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_REASSEMBLED","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_REAUTHORIZE","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_RECLASSIFY","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_RESERVED","features":[19]},{"name":"FWP_CONDITION_FLAG_IS_WILDCARD_BIND","features":[19]},{"name":"FWP_CONDITION_FLAG_REQUIRES_ALE_CLASSIFY","features":[19]},{"name":"FWP_CONDITION_L2_IF_CONNECTOR_PRESENT","features":[19]},{"name":"FWP_CONDITION_L2_IS_IP_FRAGMENT_GROUP","features":[19]},{"name":"FWP_CONDITION_L2_IS_MALFORMED_PACKET","features":[19]},{"name":"FWP_CONDITION_L2_IS_MOBILE_BROADBAND","features":[19]},{"name":"FWP_CONDITION_L2_IS_NATIVE_ETHERNET","features":[19]},{"name":"FWP_CONDITION_L2_IS_VM2VM","features":[19]},{"name":"FWP_CONDITION_L2_IS_WIFI","features":[19]},{"name":"FWP_CONDITION_L2_IS_WIFI_DIRECT_DATA","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_CHECK_OFFLOAD","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_CLASSIFY_COMPLETION","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_EDP_POLICY_CHANGED","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_IPSEC_PROPERTIES_CHANGED","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_MID_STREAM_INSPECTION","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_ARRIVAL_INTERFACE","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_INBOUND_MCAST_BCAST_PACKET","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_NEXTHOP_INTERFACE","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_POLICY_CHANGE","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_PROFILE_CROSSING","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_PROXY_HANDLE_CHANGED","features":[19]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_SOCKET_PROPERTY_CHANGED","features":[19]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_ALLOW_EDGE_TRAFFIC","features":[19]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_DENY_EDGE_TRAFFIC","features":[19]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_IS_SYSTEM_PORT_RPC","features":[19]},{"name":"FWP_CONDITION_VALUE0","features":[19,5]},{"name":"FWP_DATA_TYPE","features":[19]},{"name":"FWP_DATA_TYPE_MAX","features":[19]},{"name":"FWP_DIRECTION","features":[19]},{"name":"FWP_DIRECTION_INBOUND","features":[19]},{"name":"FWP_DIRECTION_MAX","features":[19]},{"name":"FWP_DIRECTION_OUTBOUND","features":[19]},{"name":"FWP_DOUBLE","features":[19]},{"name":"FWP_EMPTY","features":[19]},{"name":"FWP_ETHER_ENCAP_METHOD","features":[19]},{"name":"FWP_ETHER_ENCAP_METHOD_ETHER_V2","features":[19]},{"name":"FWP_ETHER_ENCAP_METHOD_SNAP","features":[19]},{"name":"FWP_ETHER_ENCAP_METHOD_SNAP_W_OUI_ZERO","features":[19]},{"name":"FWP_FILTER_ENUM_FLAG_BEST_TERMINATING_MATCH","features":[19]},{"name":"FWP_FILTER_ENUM_FLAG_BOOTTIME_ONLY","features":[19]},{"name":"FWP_FILTER_ENUM_FLAG_INCLUDE_BOOTTIME","features":[19]},{"name":"FWP_FILTER_ENUM_FLAG_INCLUDE_DISABLED","features":[19]},{"name":"FWP_FILTER_ENUM_FLAG_RESERVED1","features":[19]},{"name":"FWP_FILTER_ENUM_FLAG_SORTED","features":[19]},{"name":"FWP_FILTER_ENUM_FULLY_CONTAINED","features":[19]},{"name":"FWP_FILTER_ENUM_OVERLAPPING","features":[19]},{"name":"FWP_FILTER_ENUM_TYPE","features":[19]},{"name":"FWP_FILTER_ENUM_TYPE_MAX","features":[19]},{"name":"FWP_FLOAT","features":[19]},{"name":"FWP_INT16","features":[19]},{"name":"FWP_INT32","features":[19]},{"name":"FWP_INT64","features":[19]},{"name":"FWP_INT8","features":[19]},{"name":"FWP_IP_VERSION","features":[19]},{"name":"FWP_IP_VERSION_MAX","features":[19]},{"name":"FWP_IP_VERSION_NONE","features":[19]},{"name":"FWP_IP_VERSION_V4","features":[19]},{"name":"FWP_IP_VERSION_V6","features":[19]},{"name":"FWP_MATCH_EQUAL","features":[19]},{"name":"FWP_MATCH_EQUAL_CASE_INSENSITIVE","features":[19]},{"name":"FWP_MATCH_FLAGS_ALL_SET","features":[19]},{"name":"FWP_MATCH_FLAGS_ANY_SET","features":[19]},{"name":"FWP_MATCH_FLAGS_NONE_SET","features":[19]},{"name":"FWP_MATCH_GREATER","features":[19]},{"name":"FWP_MATCH_GREATER_OR_EQUAL","features":[19]},{"name":"FWP_MATCH_LESS","features":[19]},{"name":"FWP_MATCH_LESS_OR_EQUAL","features":[19]},{"name":"FWP_MATCH_NOT_EQUAL","features":[19]},{"name":"FWP_MATCH_NOT_PREFIX","features":[19]},{"name":"FWP_MATCH_PREFIX","features":[19]},{"name":"FWP_MATCH_RANGE","features":[19]},{"name":"FWP_MATCH_TYPE","features":[19]},{"name":"FWP_MATCH_TYPE_MAX","features":[19]},{"name":"FWP_NETWORK_CONNECTION_POLICY_MAX","features":[19]},{"name":"FWP_NETWORK_CONNECTION_POLICY_NEXT_HOP","features":[19]},{"name":"FWP_NETWORK_CONNECTION_POLICY_NEXT_HOP_INTERFACE","features":[19]},{"name":"FWP_NETWORK_CONNECTION_POLICY_SETTING_TYPE","features":[19]},{"name":"FWP_NETWORK_CONNECTION_POLICY_SOURCE_ADDRESS","features":[19]},{"name":"FWP_OPTION_VALUE_ALLOW_GLOBAL_MULTICAST_STATE","features":[19]},{"name":"FWP_OPTION_VALUE_ALLOW_MULTICAST_STATE","features":[19]},{"name":"FWP_OPTION_VALUE_DENY_MULTICAST_STATE","features":[19]},{"name":"FWP_OPTION_VALUE_DISABLE_LOCAL_ONLY_MAPPING","features":[19]},{"name":"FWP_OPTION_VALUE_DISABLE_LOOSE_SOURCE","features":[19]},{"name":"FWP_OPTION_VALUE_ENABLE_LOCAL_ONLY_MAPPING","features":[19]},{"name":"FWP_OPTION_VALUE_ENABLE_LOOSE_SOURCE","features":[19]},{"name":"FWP_RANGE0","features":[19,5]},{"name":"FWP_RANGE_TYPE","features":[19]},{"name":"FWP_SECURITY_DESCRIPTOR_TYPE","features":[19]},{"name":"FWP_SID","features":[19]},{"name":"FWP_SINGLE_DATA_TYPE_MAX","features":[19]},{"name":"FWP_TOKEN_ACCESS_INFORMATION_TYPE","features":[19]},{"name":"FWP_TOKEN_INFORMATION","features":[19,5]},{"name":"FWP_TOKEN_INFORMATION_TYPE","features":[19]},{"name":"FWP_UINT16","features":[19]},{"name":"FWP_UINT32","features":[19]},{"name":"FWP_UINT64","features":[19]},{"name":"FWP_UINT8","features":[19]},{"name":"FWP_UNICODE_STRING_TYPE","features":[19]},{"name":"FWP_V4_ADDR_AND_MASK","features":[19]},{"name":"FWP_V4_ADDR_MASK","features":[19]},{"name":"FWP_V6_ADDR_AND_MASK","features":[19]},{"name":"FWP_V6_ADDR_MASK","features":[19]},{"name":"FWP_V6_ADDR_SIZE","features":[19]},{"name":"FWP_VALUE0","features":[19,5]},{"name":"FWP_VSWITCH_NETWORK_TYPE","features":[19]},{"name":"FWP_VSWITCH_NETWORK_TYPE_EXTERNAL","features":[19]},{"name":"FWP_VSWITCH_NETWORK_TYPE_INTERNAL","features":[19]},{"name":"FWP_VSWITCH_NETWORK_TYPE_PRIVATE","features":[19]},{"name":"FWP_VSWITCH_NETWORK_TYPE_UNKNOWN","features":[19]},{"name":"FwpmCalloutAdd0","features":[1,19,5]},{"name":"FwpmCalloutCreateEnumHandle0","features":[1,19]},{"name":"FwpmCalloutDeleteById0","features":[1,19]},{"name":"FwpmCalloutDeleteByKey0","features":[1,19]},{"name":"FwpmCalloutDestroyEnumHandle0","features":[1,19]},{"name":"FwpmCalloutEnum0","features":[1,19]},{"name":"FwpmCalloutGetById0","features":[1,19]},{"name":"FwpmCalloutGetByKey0","features":[1,19]},{"name":"FwpmCalloutGetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmCalloutSetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmCalloutSubscribeChanges0","features":[1,19]},{"name":"FwpmCalloutSubscriptionsGet0","features":[1,19]},{"name":"FwpmCalloutUnsubscribeChanges0","features":[1,19]},{"name":"FwpmConnectionCreateEnumHandle0","features":[1,19]},{"name":"FwpmConnectionDestroyEnumHandle0","features":[1,19]},{"name":"FwpmConnectionEnum0","features":[1,19]},{"name":"FwpmConnectionGetById0","features":[1,19]},{"name":"FwpmConnectionGetSecurityInfo0","features":[1,19,5]},{"name":"FwpmConnectionSetSecurityInfo0","features":[1,19,5]},{"name":"FwpmConnectionSubscribe0","features":[1,19]},{"name":"FwpmConnectionUnsubscribe0","features":[1,19]},{"name":"FwpmDynamicKeywordSubscribe0","features":[1,19]},{"name":"FwpmDynamicKeywordUnsubscribe0","features":[1,19]},{"name":"FwpmEngineClose0","features":[1,19]},{"name":"FwpmEngineGetOption0","features":[1,19,5]},{"name":"FwpmEngineGetSecurityInfo0","features":[1,19,5]},{"name":"FwpmEngineOpen0","features":[1,19,5,20]},{"name":"FwpmEngineSetOption0","features":[1,19,5]},{"name":"FwpmEngineSetSecurityInfo0","features":[1,19,5]},{"name":"FwpmFilterAdd0","features":[1,19,5]},{"name":"FwpmFilterCreateEnumHandle0","features":[1,19,5]},{"name":"FwpmFilterDeleteById0","features":[1,19]},{"name":"FwpmFilterDeleteByKey0","features":[1,19]},{"name":"FwpmFilterDestroyEnumHandle0","features":[1,19]},{"name":"FwpmFilterEnum0","features":[1,19,5]},{"name":"FwpmFilterGetById0","features":[1,19,5]},{"name":"FwpmFilterGetByKey0","features":[1,19,5]},{"name":"FwpmFilterGetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmFilterSetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmFilterSubscribeChanges0","features":[1,19,5]},{"name":"FwpmFilterSubscriptionsGet0","features":[1,19,5]},{"name":"FwpmFilterUnsubscribeChanges0","features":[1,19]},{"name":"FwpmFreeMemory0","features":[19]},{"name":"FwpmGetAppIdFromFileName0","features":[19]},{"name":"FwpmIPsecTunnelAdd0","features":[1,19,5]},{"name":"FwpmIPsecTunnelAdd1","features":[1,19,5]},{"name":"FwpmIPsecTunnelAdd2","features":[1,19,5]},{"name":"FwpmIPsecTunnelAdd3","features":[1,19,5]},{"name":"FwpmIPsecTunnelDeleteByKey0","features":[1,19]},{"name":"FwpmLayerCreateEnumHandle0","features":[1,19]},{"name":"FwpmLayerDestroyEnumHandle0","features":[1,19]},{"name":"FwpmLayerEnum0","features":[1,19]},{"name":"FwpmLayerGetById0","features":[1,19]},{"name":"FwpmLayerGetByKey0","features":[1,19]},{"name":"FwpmLayerGetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmLayerSetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmNetEventCreateEnumHandle0","features":[1,19,5]},{"name":"FwpmNetEventDestroyEnumHandle0","features":[1,19]},{"name":"FwpmNetEventEnum0","features":[1,19,5]},{"name":"FwpmNetEventEnum1","features":[1,19,5]},{"name":"FwpmNetEventEnum2","features":[1,19,5]},{"name":"FwpmNetEventEnum3","features":[1,19,5]},{"name":"FwpmNetEventEnum4","features":[1,19,5]},{"name":"FwpmNetEventEnum5","features":[1,19,5]},{"name":"FwpmNetEventSubscribe0","features":[1,19,5]},{"name":"FwpmNetEventSubscribe1","features":[1,19,5]},{"name":"FwpmNetEventSubscribe2","features":[1,19,5]},{"name":"FwpmNetEventSubscribe3","features":[1,19,5]},{"name":"FwpmNetEventSubscribe4","features":[1,19,5]},{"name":"FwpmNetEventSubscriptionsGet0","features":[1,19,5]},{"name":"FwpmNetEventUnsubscribe0","features":[1,19]},{"name":"FwpmNetEventsGetSecurityInfo0","features":[1,19,5]},{"name":"FwpmNetEventsSetSecurityInfo0","features":[1,19,5]},{"name":"FwpmProviderAdd0","features":[1,19,5]},{"name":"FwpmProviderContextAdd0","features":[1,19,5]},{"name":"FwpmProviderContextAdd1","features":[1,19,5]},{"name":"FwpmProviderContextAdd2","features":[1,19,5]},{"name":"FwpmProviderContextAdd3","features":[1,19,5]},{"name":"FwpmProviderContextCreateEnumHandle0","features":[1,19]},{"name":"FwpmProviderContextDeleteById0","features":[1,19]},{"name":"FwpmProviderContextDeleteByKey0","features":[1,19]},{"name":"FwpmProviderContextDestroyEnumHandle0","features":[1,19]},{"name":"FwpmProviderContextEnum0","features":[1,19,5]},{"name":"FwpmProviderContextEnum1","features":[1,19,5]},{"name":"FwpmProviderContextEnum2","features":[1,19,5]},{"name":"FwpmProviderContextEnum3","features":[1,19,5]},{"name":"FwpmProviderContextGetById0","features":[1,19,5]},{"name":"FwpmProviderContextGetById1","features":[1,19,5]},{"name":"FwpmProviderContextGetById2","features":[1,19,5]},{"name":"FwpmProviderContextGetById3","features":[1,19,5]},{"name":"FwpmProviderContextGetByKey0","features":[1,19,5]},{"name":"FwpmProviderContextGetByKey1","features":[1,19,5]},{"name":"FwpmProviderContextGetByKey2","features":[1,19,5]},{"name":"FwpmProviderContextGetByKey3","features":[1,19,5]},{"name":"FwpmProviderContextGetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmProviderContextSetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmProviderContextSubscribeChanges0","features":[1,19]},{"name":"FwpmProviderContextSubscriptionsGet0","features":[1,19]},{"name":"FwpmProviderContextUnsubscribeChanges0","features":[1,19]},{"name":"FwpmProviderCreateEnumHandle0","features":[1,19]},{"name":"FwpmProviderDeleteByKey0","features":[1,19]},{"name":"FwpmProviderDestroyEnumHandle0","features":[1,19]},{"name":"FwpmProviderEnum0","features":[1,19]},{"name":"FwpmProviderGetByKey0","features":[1,19]},{"name":"FwpmProviderGetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmProviderSetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmProviderSubscribeChanges0","features":[1,19]},{"name":"FwpmProviderSubscriptionsGet0","features":[1,19]},{"name":"FwpmProviderUnsubscribeChanges0","features":[1,19]},{"name":"FwpmSessionCreateEnumHandle0","features":[1,19]},{"name":"FwpmSessionDestroyEnumHandle0","features":[1,19]},{"name":"FwpmSessionEnum0","features":[1,19,5]},{"name":"FwpmSubLayerAdd0","features":[1,19,5]},{"name":"FwpmSubLayerCreateEnumHandle0","features":[1,19]},{"name":"FwpmSubLayerDeleteByKey0","features":[1,19]},{"name":"FwpmSubLayerDestroyEnumHandle0","features":[1,19]},{"name":"FwpmSubLayerEnum0","features":[1,19]},{"name":"FwpmSubLayerGetByKey0","features":[1,19]},{"name":"FwpmSubLayerGetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmSubLayerSetSecurityInfoByKey0","features":[1,19,5]},{"name":"FwpmSubLayerSubscribeChanges0","features":[1,19]},{"name":"FwpmSubLayerSubscriptionsGet0","features":[1,19]},{"name":"FwpmSubLayerUnsubscribeChanges0","features":[1,19]},{"name":"FwpmSystemPortsGet0","features":[1,19]},{"name":"FwpmSystemPortsSubscribe0","features":[1,19]},{"name":"FwpmSystemPortsUnsubscribe0","features":[1,19]},{"name":"FwpmTransactionAbort0","features":[1,19]},{"name":"FwpmTransactionBegin0","features":[1,19]},{"name":"FwpmTransactionCommit0","features":[1,19]},{"name":"FwpmvSwitchEventSubscribe0","features":[1,19]},{"name":"FwpmvSwitchEventUnsubscribe0","features":[1,19]},{"name":"FwpmvSwitchEventsGetSecurityInfo0","features":[1,19,5]},{"name":"FwpmvSwitchEventsSetSecurityInfo0","features":[1,19,5]},{"name":"IKEEXT_ANONYMOUS","features":[19]},{"name":"IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE","features":[19]},{"name":"IKEEXT_AUTHENTICATION_METHOD0","features":[19]},{"name":"IKEEXT_AUTHENTICATION_METHOD1","features":[19]},{"name":"IKEEXT_AUTHENTICATION_METHOD2","features":[19]},{"name":"IKEEXT_AUTHENTICATION_METHOD_TYPE","features":[19]},{"name":"IKEEXT_AUTHENTICATION_METHOD_TYPE_MAX","features":[19]},{"name":"IKEEXT_CERTIFICATE","features":[19]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION0","features":[19]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION1","features":[19]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION2","features":[19]},{"name":"IKEEXT_CERTIFICATE_CREDENTIAL0","features":[19]},{"name":"IKEEXT_CERTIFICATE_CREDENTIAL1","features":[19]},{"name":"IKEEXT_CERTIFICATE_CRITERIA0","features":[19]},{"name":"IKEEXT_CERTIFICATE_ECDSA_P256","features":[19]},{"name":"IKEEXT_CERTIFICATE_ECDSA_P384","features":[19]},{"name":"IKEEXT_CERT_AUTH","features":[19]},{"name":"IKEEXT_CERT_AUTH_ALLOW_HTTP_CERT_LOOKUP","features":[19]},{"name":"IKEEXT_CERT_AUTH_DISABLE_SSL_CERT_VALIDATION","features":[19]},{"name":"IKEEXT_CERT_AUTH_ENABLE_CRL_CHECK_STRONG","features":[19]},{"name":"IKEEXT_CERT_AUTH_FLAG_DISABLE_CRL_CHECK","features":[19]},{"name":"IKEEXT_CERT_AUTH_FLAG_DISABLE_REQUEST_PAYLOAD","features":[19]},{"name":"IKEEXT_CERT_AUTH_FLAG_SSL_ONE_WAY","features":[19]},{"name":"IKEEXT_CERT_AUTH_URL_CONTAINS_BUNDLE","features":[19]},{"name":"IKEEXT_CERT_CONFIG_ENTERPRISE_STORE","features":[19]},{"name":"IKEEXT_CERT_CONFIG_EXPLICIT_TRUST_LIST","features":[19]},{"name":"IKEEXT_CERT_CONFIG_TRUSTED_ROOT_STORE","features":[19]},{"name":"IKEEXT_CERT_CONFIG_TYPE","features":[19]},{"name":"IKEEXT_CERT_CONFIG_TYPE_MAX","features":[19]},{"name":"IKEEXT_CERT_CONFIG_UNSPECIFIED","features":[19]},{"name":"IKEEXT_CERT_CREDENTIAL_FLAG_NAP_CERT","features":[19]},{"name":"IKEEXT_CERT_CRITERIA_CN","features":[19]},{"name":"IKEEXT_CERT_CRITERIA_DC","features":[19]},{"name":"IKEEXT_CERT_CRITERIA_DNS","features":[19]},{"name":"IKEEXT_CERT_CRITERIA_NAME_TYPE","features":[19]},{"name":"IKEEXT_CERT_CRITERIA_NAME_TYPE_MAX","features":[19]},{"name":"IKEEXT_CERT_CRITERIA_O","features":[19]},{"name":"IKEEXT_CERT_CRITERIA_OU","features":[19]},{"name":"IKEEXT_CERT_CRITERIA_RFC822","features":[19]},{"name":"IKEEXT_CERT_CRITERIA_UPN","features":[19]},{"name":"IKEEXT_CERT_EKUS0","features":[19]},{"name":"IKEEXT_CERT_FLAGS","features":[19]},{"name":"IKEEXT_CERT_FLAG_DISABLE_REQUEST_PAYLOAD","features":[19]},{"name":"IKEEXT_CERT_FLAG_ENABLE_ACCOUNT_MAPPING","features":[19]},{"name":"IKEEXT_CERT_FLAG_FOLLOW_RENEWAL_CERTIFICATE","features":[19]},{"name":"IKEEXT_CERT_FLAG_IGNORE_INIT_CERT_MAP_FAILURE","features":[19]},{"name":"IKEEXT_CERT_FLAG_INTERMEDIATE_CA","features":[19]},{"name":"IKEEXT_CERT_FLAG_PREFER_NAP_CERTIFICATE_OUTBOUND","features":[19]},{"name":"IKEEXT_CERT_FLAG_SELECT_NAP_CERTIFICATE","features":[19]},{"name":"IKEEXT_CERT_FLAG_USE_NAP_CERTIFICATE","features":[19]},{"name":"IKEEXT_CERT_FLAG_VERIFY_NAP_CERTIFICATE","features":[19]},{"name":"IKEEXT_CERT_HASH_LEN","features":[19]},{"name":"IKEEXT_CERT_NAME0","features":[19]},{"name":"IKEEXT_CERT_ROOT_CONFIG0","features":[19]},{"name":"IKEEXT_CIPHER_3DES","features":[19]},{"name":"IKEEXT_CIPHER_AES_128","features":[19]},{"name":"IKEEXT_CIPHER_AES_192","features":[19]},{"name":"IKEEXT_CIPHER_AES_256","features":[19]},{"name":"IKEEXT_CIPHER_AES_GCM_128_16ICV","features":[19]},{"name":"IKEEXT_CIPHER_AES_GCM_256_16ICV","features":[19]},{"name":"IKEEXT_CIPHER_ALGORITHM0","features":[19]},{"name":"IKEEXT_CIPHER_DES","features":[19]},{"name":"IKEEXT_CIPHER_TYPE","features":[19]},{"name":"IKEEXT_CIPHER_TYPE_MAX","features":[19]},{"name":"IKEEXT_COMMON_STATISTICS0","features":[19]},{"name":"IKEEXT_COMMON_STATISTICS1","features":[19]},{"name":"IKEEXT_COOKIE_PAIR0","features":[19]},{"name":"IKEEXT_CREDENTIAL0","features":[19]},{"name":"IKEEXT_CREDENTIAL1","features":[19]},{"name":"IKEEXT_CREDENTIAL2","features":[19]},{"name":"IKEEXT_CREDENTIALS0","features":[19]},{"name":"IKEEXT_CREDENTIALS1","features":[19]},{"name":"IKEEXT_CREDENTIALS2","features":[19]},{"name":"IKEEXT_CREDENTIAL_PAIR0","features":[19]},{"name":"IKEEXT_CREDENTIAL_PAIR1","features":[19]},{"name":"IKEEXT_CREDENTIAL_PAIR2","features":[19]},{"name":"IKEEXT_DH_ECP_256","features":[19]},{"name":"IKEEXT_DH_ECP_384","features":[19]},{"name":"IKEEXT_DH_GROUP","features":[19]},{"name":"IKEEXT_DH_GROUP_1","features":[19]},{"name":"IKEEXT_DH_GROUP_14","features":[19]},{"name":"IKEEXT_DH_GROUP_2","features":[19]},{"name":"IKEEXT_DH_GROUP_2048","features":[19]},{"name":"IKEEXT_DH_GROUP_24","features":[19]},{"name":"IKEEXT_DH_GROUP_MAX","features":[19]},{"name":"IKEEXT_DH_GROUP_NONE","features":[19]},{"name":"IKEEXT_EAP","features":[19]},{"name":"IKEEXT_EAP_AUTHENTICATION0","features":[19]},{"name":"IKEEXT_EAP_AUTHENTICATION_FLAGS","features":[19]},{"name":"IKEEXT_EAP_FLAG_LOCAL_AUTH_ONLY","features":[19]},{"name":"IKEEXT_EAP_FLAG_REMOTE_AUTH_ONLY","features":[19]},{"name":"IKEEXT_EM_POLICY0","features":[19]},{"name":"IKEEXT_EM_POLICY1","features":[19]},{"name":"IKEEXT_EM_POLICY2","features":[19]},{"name":"IKEEXT_EM_SA_STATE","features":[19]},{"name":"IKEEXT_EM_SA_STATE_AUTH_COMPLETE","features":[19]},{"name":"IKEEXT_EM_SA_STATE_COMPLETE","features":[19]},{"name":"IKEEXT_EM_SA_STATE_FINAL","features":[19]},{"name":"IKEEXT_EM_SA_STATE_MAX","features":[19]},{"name":"IKEEXT_EM_SA_STATE_NONE","features":[19]},{"name":"IKEEXT_EM_SA_STATE_SENT_ATTS","features":[19]},{"name":"IKEEXT_EM_SA_STATE_SSPI_SENT","features":[19]},{"name":"IKEEXT_IMPERSONATION_MAX","features":[19]},{"name":"IKEEXT_IMPERSONATION_NONE","features":[19]},{"name":"IKEEXT_IMPERSONATION_SOCKET_PRINCIPAL","features":[19]},{"name":"IKEEXT_INTEGRITY_ALGORITHM0","features":[19]},{"name":"IKEEXT_INTEGRITY_MD5","features":[19]},{"name":"IKEEXT_INTEGRITY_SHA1","features":[19]},{"name":"IKEEXT_INTEGRITY_SHA_256","features":[19]},{"name":"IKEEXT_INTEGRITY_SHA_384","features":[19]},{"name":"IKEEXT_INTEGRITY_TYPE","features":[19]},{"name":"IKEEXT_INTEGRITY_TYPE_MAX","features":[19]},{"name":"IKEEXT_IPV6_CGA","features":[19]},{"name":"IKEEXT_IPV6_CGA_AUTHENTICATION0","features":[19]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0","features":[19]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1","features":[19]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS0","features":[19]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1","features":[19]},{"name":"IKEEXT_KERBEROS","features":[19]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION0","features":[19]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION1","features":[19]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION_FLAGS","features":[19]},{"name":"IKEEXT_KERB_AUTH_DISABLE_INITIATOR_TOKEN_GENERATION","features":[19]},{"name":"IKEEXT_KERB_AUTH_DONT_ACCEPT_EXPLICIT_CREDENTIALS","features":[19]},{"name":"IKEEXT_KERB_AUTH_FORCE_PROXY_ON_INITIATOR","features":[19]},{"name":"IKEEXT_KEYMODULE_STATISTICS0","features":[19]},{"name":"IKEEXT_KEYMODULE_STATISTICS1","features":[19]},{"name":"IKEEXT_KEY_MODULE_AUTHIP","features":[19]},{"name":"IKEEXT_KEY_MODULE_IKE","features":[19]},{"name":"IKEEXT_KEY_MODULE_IKEV2","features":[19]},{"name":"IKEEXT_KEY_MODULE_MAX","features":[19]},{"name":"IKEEXT_KEY_MODULE_TYPE","features":[19]},{"name":"IKEEXT_MM_SA_STATE","features":[19]},{"name":"IKEEXT_MM_SA_STATE_COMPLETE","features":[19]},{"name":"IKEEXT_MM_SA_STATE_FINAL","features":[19]},{"name":"IKEEXT_MM_SA_STATE_FINAL_SENT","features":[19]},{"name":"IKEEXT_MM_SA_STATE_MAX","features":[19]},{"name":"IKEEXT_MM_SA_STATE_NONE","features":[19]},{"name":"IKEEXT_MM_SA_STATE_SA_SENT","features":[19]},{"name":"IKEEXT_MM_SA_STATE_SSPI_SENT","features":[19]},{"name":"IKEEXT_NAME_CREDENTIAL0","features":[19]},{"name":"IKEEXT_NTLM_V2","features":[19]},{"name":"IKEEXT_NTLM_V2_AUTHENTICATION0","features":[19]},{"name":"IKEEXT_NTLM_V2_AUTH_DONT_ACCEPT_EXPLICIT_CREDENTIALS","features":[19]},{"name":"IKEEXT_POLICY0","features":[19]},{"name":"IKEEXT_POLICY1","features":[19]},{"name":"IKEEXT_POLICY2","features":[19]},{"name":"IKEEXT_POLICY_ENABLE_IKEV2_FRAGMENTATION","features":[19]},{"name":"IKEEXT_POLICY_FLAG","features":[19]},{"name":"IKEEXT_POLICY_FLAG_DISABLE_DIAGNOSTICS","features":[19]},{"name":"IKEEXT_POLICY_FLAG_ENABLE_OPTIONAL_DH","features":[19]},{"name":"IKEEXT_POLICY_FLAG_IMS_VPN","features":[19]},{"name":"IKEEXT_POLICY_FLAG_MOBIKE_NOT_SUPPORTED","features":[19]},{"name":"IKEEXT_POLICY_FLAG_NO_IMPERSONATION_LUID_VERIFY","features":[19]},{"name":"IKEEXT_POLICY_FLAG_NO_MACHINE_LUID_VERIFY","features":[19]},{"name":"IKEEXT_POLICY_FLAG_SITE_TO_SITE","features":[19]},{"name":"IKEEXT_POLICY_SUPPORT_LOW_POWER_MODE","features":[19]},{"name":"IKEEXT_PRESHARED_KEY","features":[19]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION0","features":[19]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION1","features":[19]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION_FLAGS","features":[19]},{"name":"IKEEXT_PROPOSAL0","features":[19]},{"name":"IKEEXT_PSK_FLAG_LOCAL_AUTH_ONLY","features":[19]},{"name":"IKEEXT_PSK_FLAG_REMOTE_AUTH_ONLY","features":[19]},{"name":"IKEEXT_QM_SA_STATE","features":[19]},{"name":"IKEEXT_QM_SA_STATE_COMPLETE","features":[19]},{"name":"IKEEXT_QM_SA_STATE_FINAL","features":[19]},{"name":"IKEEXT_QM_SA_STATE_INITIAL","features":[19]},{"name":"IKEEXT_QM_SA_STATE_MAX","features":[19]},{"name":"IKEEXT_QM_SA_STATE_NONE","features":[19]},{"name":"IKEEXT_RESERVED","features":[19]},{"name":"IKEEXT_RESERVED_AUTHENTICATION0","features":[19]},{"name":"IKEEXT_RESERVED_AUTHENTICATION_FLAGS","features":[19]},{"name":"IKEEXT_RESERVED_AUTH_DISABLE_INITIATOR_TOKEN_GENERATION","features":[19]},{"name":"IKEEXT_SA_DETAILS0","features":[19]},{"name":"IKEEXT_SA_DETAILS1","features":[19]},{"name":"IKEEXT_SA_DETAILS2","features":[19]},{"name":"IKEEXT_SA_ENUM_TEMPLATE0","features":[19,5]},{"name":"IKEEXT_SA_ROLE","features":[19]},{"name":"IKEEXT_SA_ROLE_INITIATOR","features":[19]},{"name":"IKEEXT_SA_ROLE_MAX","features":[19]},{"name":"IKEEXT_SA_ROLE_RESPONDER","features":[19]},{"name":"IKEEXT_SSL","features":[19]},{"name":"IKEEXT_SSL_ECDSA_P256","features":[19]},{"name":"IKEEXT_SSL_ECDSA_P384","features":[19]},{"name":"IKEEXT_STATISTICS0","features":[19]},{"name":"IKEEXT_STATISTICS1","features":[19]},{"name":"IKEEXT_TRAFFIC0","features":[19]},{"name":"IPSEC_ADDRESS_INFO0","features":[19]},{"name":"IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0","features":[19]},{"name":"IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1","features":[19]},{"name":"IPSEC_AGGREGATE_SA_STATISTICS0","features":[19]},{"name":"IPSEC_AH_DROP_PACKET_STATISTICS0","features":[19]},{"name":"IPSEC_AUTH_AES_128","features":[19]},{"name":"IPSEC_AUTH_AES_192","features":[19]},{"name":"IPSEC_AUTH_AES_256","features":[19]},{"name":"IPSEC_AUTH_AND_CIPHER_TRANSFORM0","features":[19]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_128","features":[19]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_192","features":[19]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_256","features":[19]},{"name":"IPSEC_AUTH_CONFIG_HMAC_MD5_96","features":[19]},{"name":"IPSEC_AUTH_CONFIG_HMAC_SHA_1_96","features":[19]},{"name":"IPSEC_AUTH_CONFIG_HMAC_SHA_256_128","features":[19]},{"name":"IPSEC_AUTH_CONFIG_MAX","features":[19]},{"name":"IPSEC_AUTH_MAX","features":[19]},{"name":"IPSEC_AUTH_MD5","features":[19]},{"name":"IPSEC_AUTH_SHA_1","features":[19]},{"name":"IPSEC_AUTH_SHA_256","features":[19]},{"name":"IPSEC_AUTH_TRANSFORM0","features":[19]},{"name":"IPSEC_AUTH_TRANSFORM_ID0","features":[19]},{"name":"IPSEC_AUTH_TYPE","features":[19]},{"name":"IPSEC_CIPHER_CONFIG_CBC_3DES","features":[19]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_128","features":[19]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_192","features":[19]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_256","features":[19]},{"name":"IPSEC_CIPHER_CONFIG_CBC_DES","features":[19]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_128","features":[19]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_192","features":[19]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_256","features":[19]},{"name":"IPSEC_CIPHER_CONFIG_MAX","features":[19]},{"name":"IPSEC_CIPHER_TRANSFORM0","features":[19]},{"name":"IPSEC_CIPHER_TRANSFORM_ID0","features":[19]},{"name":"IPSEC_CIPHER_TYPE","features":[19]},{"name":"IPSEC_CIPHER_TYPE_3DES","features":[19]},{"name":"IPSEC_CIPHER_TYPE_AES_128","features":[19]},{"name":"IPSEC_CIPHER_TYPE_AES_192","features":[19]},{"name":"IPSEC_CIPHER_TYPE_AES_256","features":[19]},{"name":"IPSEC_CIPHER_TYPE_DES","features":[19]},{"name":"IPSEC_CIPHER_TYPE_MAX","features":[19]},{"name":"IPSEC_DOSP_DSCP_DISABLE_VALUE","features":[19]},{"name":"IPSEC_DOSP_FLAGS","features":[19]},{"name":"IPSEC_DOSP_FLAG_DISABLE_AUTHIP","features":[19]},{"name":"IPSEC_DOSP_FLAG_DISABLE_DEFAULT_BLOCK","features":[19]},{"name":"IPSEC_DOSP_FLAG_ENABLE_IKEV1","features":[19]},{"name":"IPSEC_DOSP_FLAG_ENABLE_IKEV2","features":[19]},{"name":"IPSEC_DOSP_FLAG_FILTER_BLOCK","features":[19]},{"name":"IPSEC_DOSP_FLAG_FILTER_EXEMPT","features":[19]},{"name":"IPSEC_DOSP_OPTIONS0","features":[19]},{"name":"IPSEC_DOSP_RATE_LIMIT_DISABLE_VALUE","features":[19]},{"name":"IPSEC_DOSP_STATE0","features":[19]},{"name":"IPSEC_DOSP_STATE_ENUM_TEMPLATE0","features":[19]},{"name":"IPSEC_DOSP_STATISTICS0","features":[19]},{"name":"IPSEC_ESP_DROP_PACKET_STATISTICS0","features":[19]},{"name":"IPSEC_FAILURE_ME","features":[19]},{"name":"IPSEC_FAILURE_NONE","features":[19]},{"name":"IPSEC_FAILURE_PEER","features":[19]},{"name":"IPSEC_FAILURE_POINT","features":[19]},{"name":"IPSEC_FAILURE_POINT_MAX","features":[19]},{"name":"IPSEC_GETSPI0","features":[19]},{"name":"IPSEC_GETSPI1","features":[19]},{"name":"IPSEC_ID0","features":[19]},{"name":"IPSEC_KEYING_POLICY0","features":[19]},{"name":"IPSEC_KEYING_POLICY1","features":[19]},{"name":"IPSEC_KEYING_POLICY_FLAG_TERMINATING_MATCH","features":[19]},{"name":"IPSEC_KEYMODULE_STATE0","features":[19]},{"name":"IPSEC_KEY_MANAGER0","features":[19]},{"name":"IPSEC_KEY_MANAGER_CALLBACKS0","features":[1,19,5]},{"name":"IPSEC_KEY_MANAGER_DICTATE_KEY0","features":[1,19,5]},{"name":"IPSEC_KEY_MANAGER_FLAG_DICTATE_KEY","features":[19]},{"name":"IPSEC_KEY_MANAGER_KEY_DICTATION_CHECK0","features":[1,19]},{"name":"IPSEC_KEY_MANAGER_NOTIFY_KEY0","features":[19,5]},{"name":"IPSEC_PFS_1","features":[19]},{"name":"IPSEC_PFS_14","features":[19]},{"name":"IPSEC_PFS_2","features":[19]},{"name":"IPSEC_PFS_2048","features":[19]},{"name":"IPSEC_PFS_24","features":[19]},{"name":"IPSEC_PFS_ECP_256","features":[19]},{"name":"IPSEC_PFS_ECP_384","features":[19]},{"name":"IPSEC_PFS_GROUP","features":[19]},{"name":"IPSEC_PFS_MAX","features":[19]},{"name":"IPSEC_PFS_MM","features":[19]},{"name":"IPSEC_PFS_NONE","features":[19]},{"name":"IPSEC_POLICY_FLAG","features":[19]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH1","features":[19]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH2","features":[19]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH3","features":[19]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH4","features":[19]},{"name":"IPSEC_POLICY_FLAG_CLEAR_DF_ON_TUNNEL","features":[19]},{"name":"IPSEC_POLICY_FLAG_DONT_NEGOTIATE_BYTE_LIFETIME","features":[19]},{"name":"IPSEC_POLICY_FLAG_DONT_NEGOTIATE_SECOND_LIFETIME","features":[19]},{"name":"IPSEC_POLICY_FLAG_ENABLE_SERVER_ADDR_ASSIGNMENT","features":[19]},{"name":"IPSEC_POLICY_FLAG_ENABLE_V6_IN_V4_TUNNELING","features":[19]},{"name":"IPSEC_POLICY_FLAG_KEY_MANAGER_ALLOW_DICTATE_KEY","features":[19]},{"name":"IPSEC_POLICY_FLAG_KEY_MANAGER_ALLOW_NOTIFY_KEY","features":[19]},{"name":"IPSEC_POLICY_FLAG_NAT_ENCAP_ALLOW_GENERAL_NAT_TRAVERSAL","features":[19]},{"name":"IPSEC_POLICY_FLAG_NAT_ENCAP_ALLOW_PEER_BEHIND_NAT","features":[19]},{"name":"IPSEC_POLICY_FLAG_ND_BOUNDARY","features":[19]},{"name":"IPSEC_POLICY_FLAG_ND_SECURE","features":[19]},{"name":"IPSEC_POLICY_FLAG_RESERVED1","features":[19]},{"name":"IPSEC_POLICY_FLAG_SITE_TO_SITE_TUNNEL","features":[19]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_ALLOW_OUTBOUND_CLEAR_CONNECTION","features":[19]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_BYPASS_ALREADY_SECURE_CONNECTION","features":[19]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_BYPASS_ICMPV6","features":[19]},{"name":"IPSEC_PROPOSAL0","features":[19]},{"name":"IPSEC_SA0","features":[19]},{"name":"IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0","features":[19]},{"name":"IPSEC_SA_AUTH_INFORMATION0","features":[19]},{"name":"IPSEC_SA_BUNDLE0","features":[19]},{"name":"IPSEC_SA_BUNDLE1","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAGS","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_ALLOW_NULL_TARGET_NAME_MATCH","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_ASSUME_UDP_CONTEXT_OUTBOUND","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_CLEAR_DF_ON_TUNNEL","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_ENABLE_OPTIONAL_ASYMMETRIC_IDLE","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORCE_INBOUND_CONNECTIONS","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORCE_OUTBOUND_CONNECTIONS","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORWARD_PATH_INITIATOR","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_GUARANTEE_ENCRYPTION","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_IP_IN_IP_PKT","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_LOCALLY_DICTATED_KEYS","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_LOW_POWER_MODE_SUPPORT","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_BOUNDARY","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_PEER_BOUNDARY","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_PEER_NAT_BOUNDARY","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_SECURE","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_NLB","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_EXPLICIT_CRED_MATCH","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_IMPERSONATION_LUID_VERIFY","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_MACHINE_LUID_VERIFY","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_PEER_SUPPORTS_GUARANTEE_ENCRYPTION","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_SA_OFFLOADED","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_SUPPRESS_DUPLICATE_DELETION","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH1","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH2","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH3","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH4","features":[19]},{"name":"IPSEC_SA_BUNDLE_FLAG_USING_DICTATED_KEYS","features":[19]},{"name":"IPSEC_SA_CIPHER_INFORMATION0","features":[19]},{"name":"IPSEC_SA_CONTEXT0","features":[19,5]},{"name":"IPSEC_SA_CONTEXT1","features":[19,5]},{"name":"IPSEC_SA_CONTEXT_CALLBACK0","features":[19]},{"name":"IPSEC_SA_CONTEXT_CHANGE0","features":[19]},{"name":"IPSEC_SA_CONTEXT_ENUM_TEMPLATE0","features":[19,5]},{"name":"IPSEC_SA_CONTEXT_EVENT_ADD","features":[19]},{"name":"IPSEC_SA_CONTEXT_EVENT_DELETE","features":[19]},{"name":"IPSEC_SA_CONTEXT_EVENT_MAX","features":[19]},{"name":"IPSEC_SA_CONTEXT_EVENT_TYPE0","features":[19]},{"name":"IPSEC_SA_CONTEXT_SUBSCRIPTION0","features":[19,5]},{"name":"IPSEC_SA_DETAILS0","features":[19,5]},{"name":"IPSEC_SA_DETAILS1","features":[19,5]},{"name":"IPSEC_SA_ENUM_TEMPLATE0","features":[19]},{"name":"IPSEC_SA_IDLE_TIMEOUT0","features":[19]},{"name":"IPSEC_SA_LIFETIME0","features":[19]},{"name":"IPSEC_SA_TRANSFORM0","features":[19]},{"name":"IPSEC_STATISTICS0","features":[19]},{"name":"IPSEC_STATISTICS1","features":[19]},{"name":"IPSEC_TOKEN0","features":[19]},{"name":"IPSEC_TOKEN_MODE","features":[19]},{"name":"IPSEC_TOKEN_MODE_EXTENDED","features":[19]},{"name":"IPSEC_TOKEN_MODE_MAIN","features":[19]},{"name":"IPSEC_TOKEN_MODE_MAX","features":[19]},{"name":"IPSEC_TOKEN_PRINCIPAL","features":[19]},{"name":"IPSEC_TOKEN_PRINCIPAL_LOCAL","features":[19]},{"name":"IPSEC_TOKEN_PRINCIPAL_MAX","features":[19]},{"name":"IPSEC_TOKEN_PRINCIPAL_PEER","features":[19]},{"name":"IPSEC_TOKEN_TYPE","features":[19]},{"name":"IPSEC_TOKEN_TYPE_IMPERSONATION","features":[19]},{"name":"IPSEC_TOKEN_TYPE_MACHINE","features":[19]},{"name":"IPSEC_TOKEN_TYPE_MAX","features":[19]},{"name":"IPSEC_TRAFFIC0","features":[19]},{"name":"IPSEC_TRAFFIC1","features":[19]},{"name":"IPSEC_TRAFFIC_SELECTOR0","features":[19]},{"name":"IPSEC_TRAFFIC_SELECTOR_POLICY0","features":[19]},{"name":"IPSEC_TRAFFIC_STATISTICS0","features":[19]},{"name":"IPSEC_TRAFFIC_STATISTICS1","features":[19]},{"name":"IPSEC_TRAFFIC_TYPE","features":[19]},{"name":"IPSEC_TRAFFIC_TYPE_MAX","features":[19]},{"name":"IPSEC_TRAFFIC_TYPE_TRANSPORT","features":[19]},{"name":"IPSEC_TRAFFIC_TYPE_TUNNEL","features":[19]},{"name":"IPSEC_TRANSFORM_AH","features":[19]},{"name":"IPSEC_TRANSFORM_ESP_AUTH","features":[19]},{"name":"IPSEC_TRANSFORM_ESP_AUTH_AND_CIPHER","features":[19]},{"name":"IPSEC_TRANSFORM_ESP_AUTH_FW","features":[19]},{"name":"IPSEC_TRANSFORM_ESP_CIPHER","features":[19]},{"name":"IPSEC_TRANSFORM_TYPE","features":[19]},{"name":"IPSEC_TRANSFORM_TYPE_MAX","features":[19]},{"name":"IPSEC_TRANSPORT_POLICY0","features":[19]},{"name":"IPSEC_TRANSPORT_POLICY1","features":[19]},{"name":"IPSEC_TRANSPORT_POLICY2","features":[19]},{"name":"IPSEC_TUNNEL_ENDPOINT0","features":[19]},{"name":"IPSEC_TUNNEL_ENDPOINTS0","features":[19]},{"name":"IPSEC_TUNNEL_ENDPOINTS1","features":[19]},{"name":"IPSEC_TUNNEL_ENDPOINTS2","features":[19]},{"name":"IPSEC_TUNNEL_POLICY0","features":[19]},{"name":"IPSEC_TUNNEL_POLICY1","features":[19]},{"name":"IPSEC_TUNNEL_POLICY2","features":[19]},{"name":"IPSEC_TUNNEL_POLICY3","features":[19]},{"name":"IPSEC_V4_UDP_ENCAPSULATION0","features":[19]},{"name":"IPSEC_VIRTUAL_IF_TUNNEL_INFO0","features":[19]},{"name":"IPsecDospGetSecurityInfo0","features":[1,19,5]},{"name":"IPsecDospGetStatistics0","features":[1,19]},{"name":"IPsecDospSetSecurityInfo0","features":[1,19,5]},{"name":"IPsecDospStateCreateEnumHandle0","features":[1,19]},{"name":"IPsecDospStateDestroyEnumHandle0","features":[1,19]},{"name":"IPsecDospStateEnum0","features":[1,19]},{"name":"IPsecGetStatistics0","features":[1,19]},{"name":"IPsecGetStatistics1","features":[1,19]},{"name":"IPsecKeyManagerAddAndRegister0","features":[1,19,5]},{"name":"IPsecKeyManagerGetSecurityInfoByKey0","features":[1,19,5]},{"name":"IPsecKeyManagerSetSecurityInfoByKey0","features":[1,19,5]},{"name":"IPsecKeyManagerUnregisterAndDelete0","features":[1,19]},{"name":"IPsecKeyManagersGet0","features":[1,19]},{"name":"IPsecSaContextAddInbound0","features":[1,19]},{"name":"IPsecSaContextAddInbound1","features":[1,19]},{"name":"IPsecSaContextAddOutbound0","features":[1,19]},{"name":"IPsecSaContextAddOutbound1","features":[1,19]},{"name":"IPsecSaContextCreate0","features":[1,19]},{"name":"IPsecSaContextCreate1","features":[1,19]},{"name":"IPsecSaContextCreateEnumHandle0","features":[1,19,5]},{"name":"IPsecSaContextDeleteById0","features":[1,19]},{"name":"IPsecSaContextDestroyEnumHandle0","features":[1,19]},{"name":"IPsecSaContextEnum0","features":[1,19,5]},{"name":"IPsecSaContextEnum1","features":[1,19,5]},{"name":"IPsecSaContextExpire0","features":[1,19]},{"name":"IPsecSaContextGetById0","features":[1,19,5]},{"name":"IPsecSaContextGetById1","features":[1,19,5]},{"name":"IPsecSaContextGetSpi0","features":[1,19]},{"name":"IPsecSaContextGetSpi1","features":[1,19]},{"name":"IPsecSaContextSetSpi0","features":[1,19]},{"name":"IPsecSaContextSubscribe0","features":[1,19,5]},{"name":"IPsecSaContextSubscriptionsGet0","features":[1,19,5]},{"name":"IPsecSaContextUnsubscribe0","features":[1,19]},{"name":"IPsecSaContextUpdate0","features":[1,19,5]},{"name":"IPsecSaCreateEnumHandle0","features":[1,19]},{"name":"IPsecSaDbGetSecurityInfo0","features":[1,19,5]},{"name":"IPsecSaDbSetSecurityInfo0","features":[1,19,5]},{"name":"IPsecSaDestroyEnumHandle0","features":[1,19]},{"name":"IPsecSaEnum0","features":[1,19,5]},{"name":"IPsecSaEnum1","features":[1,19,5]},{"name":"IkeextGetStatistics0","features":[1,19]},{"name":"IkeextGetStatistics1","features":[1,19]},{"name":"IkeextSaCreateEnumHandle0","features":[1,19,5]},{"name":"IkeextSaDbGetSecurityInfo0","features":[1,19,5]},{"name":"IkeextSaDbSetSecurityInfo0","features":[1,19,5]},{"name":"IkeextSaDeleteById0","features":[1,19]},{"name":"IkeextSaDestroyEnumHandle0","features":[1,19]},{"name":"IkeextSaEnum0","features":[1,19]},{"name":"IkeextSaEnum1","features":[1,19]},{"name":"IkeextSaEnum2","features":[1,19]},{"name":"IkeextSaGetById0","features":[1,19]},{"name":"IkeextSaGetById1","features":[1,19]},{"name":"IkeextSaGetById2","features":[1,19]}],"474":[{"name":"FW_DYNAMIC_KEYWORD_ADDRESS0","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_DATA0","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_ALL","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_AUTO_RESOLVE","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_NON_AUTO_RESOLVE","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS_AUTO_RESOLVE","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_INVALID","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_LOCAL","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_MDM","features":[113]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_TYPE","features":[113]},{"name":"ICSSC_DEFAULT","features":[113]},{"name":"ICSSC_ENABLED","features":[113]},{"name":"ICSSHARINGTYPE_PRIVATE","features":[113]},{"name":"ICSSHARINGTYPE_PUBLIC","features":[113]},{"name":"ICSTT_IPADDRESS","features":[113]},{"name":"ICSTT_NAME","features":[113]},{"name":"ICS_TARGETTYPE","features":[113]},{"name":"IDynamicPortMapping","features":[113]},{"name":"IDynamicPortMappingCollection","features":[113]},{"name":"IEnumNetConnection","features":[113]},{"name":"IEnumNetSharingEveryConnection","features":[113]},{"name":"IEnumNetSharingPortMapping","features":[113]},{"name":"IEnumNetSharingPrivateConnection","features":[113]},{"name":"IEnumNetSharingPublicConnection","features":[113]},{"name":"INATEventManager","features":[113]},{"name":"INATExternalIPAddressCallback","features":[113]},{"name":"INATNumberOfEntriesCallback","features":[113]},{"name":"INET_FIREWALL_AC_BINARIES","features":[113]},{"name":"INET_FIREWALL_AC_BINARY","features":[113]},{"name":"INET_FIREWALL_AC_CAPABILITIES","features":[113,5]},{"name":"INET_FIREWALL_AC_CHANGE","features":[113,5]},{"name":"INET_FIREWALL_AC_CHANGE_CREATE","features":[113]},{"name":"INET_FIREWALL_AC_CHANGE_DELETE","features":[113]},{"name":"INET_FIREWALL_AC_CHANGE_INVALID","features":[113]},{"name":"INET_FIREWALL_AC_CHANGE_MAX","features":[113]},{"name":"INET_FIREWALL_AC_CHANGE_TYPE","features":[113]},{"name":"INET_FIREWALL_AC_CREATION_TYPE","features":[113]},{"name":"INET_FIREWALL_AC_MAX","features":[113]},{"name":"INET_FIREWALL_AC_NONE","features":[113]},{"name":"INET_FIREWALL_AC_PACKAGE_ID_ONLY","features":[113]},{"name":"INET_FIREWALL_APP_CONTAINER","features":[113,5]},{"name":"INetConnection","features":[113]},{"name":"INetConnectionConnectUi","features":[113]},{"name":"INetConnectionManager","features":[113]},{"name":"INetConnectionProps","features":[113]},{"name":"INetFwAuthorizedApplication","features":[113]},{"name":"INetFwAuthorizedApplications","features":[113]},{"name":"INetFwIcmpSettings","features":[113]},{"name":"INetFwMgr","features":[113]},{"name":"INetFwOpenPort","features":[113]},{"name":"INetFwOpenPorts","features":[113]},{"name":"INetFwPolicy","features":[113]},{"name":"INetFwPolicy2","features":[113]},{"name":"INetFwProduct","features":[113]},{"name":"INetFwProducts","features":[113]},{"name":"INetFwProfile","features":[113]},{"name":"INetFwRemoteAdminSettings","features":[113]},{"name":"INetFwRule","features":[113]},{"name":"INetFwRule2","features":[113]},{"name":"INetFwRule3","features":[113]},{"name":"INetFwRules","features":[113]},{"name":"INetFwService","features":[113]},{"name":"INetFwServiceRestriction","features":[113]},{"name":"INetFwServices","features":[113]},{"name":"INetSharingConfiguration","features":[113]},{"name":"INetSharingEveryConnectionCollection","features":[113]},{"name":"INetSharingManager","features":[113]},{"name":"INetSharingPortMapping","features":[113]},{"name":"INetSharingPortMappingCollection","features":[113]},{"name":"INetSharingPortMappingProps","features":[113]},{"name":"INetSharingPrivateConnectionCollection","features":[113]},{"name":"INetSharingPublicConnectionCollection","features":[113]},{"name":"IStaticPortMapping","features":[113]},{"name":"IStaticPortMappingCollection","features":[113]},{"name":"IUPnPNAT","features":[113]},{"name":"NCCF_ALLOW_DUPLICATION","features":[113]},{"name":"NCCF_ALLOW_REMOVAL","features":[113]},{"name":"NCCF_ALLOW_RENAME","features":[113]},{"name":"NCCF_ALL_USERS","features":[113]},{"name":"NCCF_BLUETOOTH_MASK","features":[113]},{"name":"NCCF_BRANDED","features":[113]},{"name":"NCCF_BRIDGED","features":[113]},{"name":"NCCF_DEFAULT","features":[113]},{"name":"NCCF_FIREWALLED","features":[113]},{"name":"NCCF_HOMENET_CAPABLE","features":[113]},{"name":"NCCF_HOSTED_NETWORK","features":[113]},{"name":"NCCF_INCOMING_ONLY","features":[113]},{"name":"NCCF_LAN_MASK","features":[113]},{"name":"NCCF_NONE","features":[113]},{"name":"NCCF_OUTGOING_ONLY","features":[113]},{"name":"NCCF_QUARANTINED","features":[113]},{"name":"NCCF_RESERVED","features":[113]},{"name":"NCCF_SHARED","features":[113]},{"name":"NCCF_SHARED_PRIVATE","features":[113]},{"name":"NCCF_VIRTUAL_STATION","features":[113]},{"name":"NCCF_WIFI_DIRECT","features":[113]},{"name":"NCME_DEFAULT","features":[113]},{"name":"NCME_HIDDEN","features":[113]},{"name":"NCM_BRIDGE","features":[113]},{"name":"NCM_DIRECT","features":[113]},{"name":"NCM_ISDN","features":[113]},{"name":"NCM_LAN","features":[113]},{"name":"NCM_NONE","features":[113]},{"name":"NCM_PHONE","features":[113]},{"name":"NCM_PPPOE","features":[113]},{"name":"NCM_SHAREDACCESSHOST_LAN","features":[113]},{"name":"NCM_SHAREDACCESSHOST_RAS","features":[113]},{"name":"NCM_TUNNEL","features":[113]},{"name":"NCS_ACTION_REQUIRED","features":[113]},{"name":"NCS_ACTION_REQUIRED_RETRY","features":[113]},{"name":"NCS_AUTHENTICATING","features":[113]},{"name":"NCS_AUTHENTICATION_FAILED","features":[113]},{"name":"NCS_AUTHENTICATION_SUCCEEDED","features":[113]},{"name":"NCS_CONNECTED","features":[113]},{"name":"NCS_CONNECTING","features":[113]},{"name":"NCS_CONNECT_FAILED","features":[113]},{"name":"NCS_CREDENTIALS_REQUIRED","features":[113]},{"name":"NCS_DISCONNECTED","features":[113]},{"name":"NCS_DISCONNECTING","features":[113]},{"name":"NCS_HARDWARE_DISABLED","features":[113]},{"name":"NCS_HARDWARE_MALFUNCTION","features":[113]},{"name":"NCS_HARDWARE_NOT_PRESENT","features":[113]},{"name":"NCS_INVALID_ADDRESS","features":[113]},{"name":"NCS_MEDIA_DISCONNECTED","features":[113]},{"name":"NCT_BRIDGE","features":[113]},{"name":"NCT_DIRECT_CONNECT","features":[113]},{"name":"NCT_INBOUND","features":[113]},{"name":"NCT_INTERNET","features":[113]},{"name":"NCT_LAN","features":[113]},{"name":"NCT_PHONE","features":[113]},{"name":"NCT_TUNNEL","features":[113]},{"name":"NCUC_DEFAULT","features":[113]},{"name":"NCUC_ENABLE_DISABLE","features":[113]},{"name":"NCUC_NO_UI","features":[113]},{"name":"NETCONMGR_ENUM_FLAGS","features":[113]},{"name":"NETCONUI_CONNECT_FLAGS","features":[113]},{"name":"NETCON_CHARACTERISTIC_FLAGS","features":[113]},{"name":"NETCON_MAX_NAME_LEN","features":[113]},{"name":"NETCON_MEDIATYPE","features":[113]},{"name":"NETCON_PROPERTIES","features":[113]},{"name":"NETCON_STATUS","features":[113]},{"name":"NETCON_TYPE","features":[113]},{"name":"NETISO_ERROR_TYPE","features":[113]},{"name":"NETISO_ERROR_TYPE_INTERNET_CLIENT","features":[113]},{"name":"NETISO_ERROR_TYPE_INTERNET_CLIENT_SERVER","features":[113]},{"name":"NETISO_ERROR_TYPE_MAX","features":[113]},{"name":"NETISO_ERROR_TYPE_NONE","features":[113]},{"name":"NETISO_ERROR_TYPE_PRIVATE_NETWORK","features":[113]},{"name":"NETISO_FLAG","features":[113]},{"name":"NETISO_FLAG_FORCE_COMPUTE_BINARIES","features":[113]},{"name":"NETISO_FLAG_MAX","features":[113]},{"name":"NETISO_GEID_FOR_NEUTRAL_AWARE","features":[113]},{"name":"NETISO_GEID_FOR_WDAG","features":[113]},{"name":"NET_FW_ACTION","features":[113]},{"name":"NET_FW_ACTION_ALLOW","features":[113]},{"name":"NET_FW_ACTION_BLOCK","features":[113]},{"name":"NET_FW_ACTION_MAX","features":[113]},{"name":"NET_FW_AUTHENTICATE_AND_ENCRYPT","features":[113]},{"name":"NET_FW_AUTHENTICATE_AND_NEGOTIATE_ENCRYPTION","features":[113]},{"name":"NET_FW_AUTHENTICATE_NONE","features":[113]},{"name":"NET_FW_AUTHENTICATE_NO_ENCAPSULATION","features":[113]},{"name":"NET_FW_AUTHENTICATE_TYPE","features":[113]},{"name":"NET_FW_AUTHENTICATE_WITH_INTEGRITY","features":[113]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE","features":[113]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_ALLOW","features":[113]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_APP","features":[113]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_USER","features":[113]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DENY","features":[113]},{"name":"NET_FW_IP_PROTOCOL","features":[113]},{"name":"NET_FW_IP_PROTOCOL_ANY","features":[113]},{"name":"NET_FW_IP_PROTOCOL_TCP","features":[113]},{"name":"NET_FW_IP_PROTOCOL_UDP","features":[113]},{"name":"NET_FW_IP_VERSION","features":[113]},{"name":"NET_FW_IP_VERSION_ANY","features":[113]},{"name":"NET_FW_IP_VERSION_MAX","features":[113]},{"name":"NET_FW_IP_VERSION_V4","features":[113]},{"name":"NET_FW_IP_VERSION_V6","features":[113]},{"name":"NET_FW_MODIFY_STATE","features":[113]},{"name":"NET_FW_MODIFY_STATE_GP_OVERRIDE","features":[113]},{"name":"NET_FW_MODIFY_STATE_INBOUND_BLOCKED","features":[113]},{"name":"NET_FW_MODIFY_STATE_OK","features":[113]},{"name":"NET_FW_POLICY_EFFECTIVE","features":[113]},{"name":"NET_FW_POLICY_GROUP","features":[113]},{"name":"NET_FW_POLICY_LOCAL","features":[113]},{"name":"NET_FW_POLICY_TYPE","features":[113]},{"name":"NET_FW_POLICY_TYPE_MAX","features":[113]},{"name":"NET_FW_PROFILE2_ALL","features":[113]},{"name":"NET_FW_PROFILE2_DOMAIN","features":[113]},{"name":"NET_FW_PROFILE2_PRIVATE","features":[113]},{"name":"NET_FW_PROFILE2_PUBLIC","features":[113]},{"name":"NET_FW_PROFILE_CURRENT","features":[113]},{"name":"NET_FW_PROFILE_DOMAIN","features":[113]},{"name":"NET_FW_PROFILE_STANDARD","features":[113]},{"name":"NET_FW_PROFILE_TYPE","features":[113]},{"name":"NET_FW_PROFILE_TYPE2","features":[113]},{"name":"NET_FW_PROFILE_TYPE_MAX","features":[113]},{"name":"NET_FW_RULE_CATEGORY","features":[113]},{"name":"NET_FW_RULE_CATEGORY_BOOT","features":[113]},{"name":"NET_FW_RULE_CATEGORY_CONSEC","features":[113]},{"name":"NET_FW_RULE_CATEGORY_FIREWALL","features":[113]},{"name":"NET_FW_RULE_CATEGORY_MAX","features":[113]},{"name":"NET_FW_RULE_CATEGORY_STEALTH","features":[113]},{"name":"NET_FW_RULE_DIRECTION","features":[113]},{"name":"NET_FW_RULE_DIR_IN","features":[113]},{"name":"NET_FW_RULE_DIR_MAX","features":[113]},{"name":"NET_FW_RULE_DIR_OUT","features":[113]},{"name":"NET_FW_SCOPE","features":[113]},{"name":"NET_FW_SCOPE_ALL","features":[113]},{"name":"NET_FW_SCOPE_CUSTOM","features":[113]},{"name":"NET_FW_SCOPE_LOCAL_SUBNET","features":[113]},{"name":"NET_FW_SCOPE_MAX","features":[113]},{"name":"NET_FW_SERVICE_FILE_AND_PRINT","features":[113]},{"name":"NET_FW_SERVICE_NONE","features":[113]},{"name":"NET_FW_SERVICE_REMOTE_DESKTOP","features":[113]},{"name":"NET_FW_SERVICE_TYPE","features":[113]},{"name":"NET_FW_SERVICE_TYPE_MAX","features":[113]},{"name":"NET_FW_SERVICE_UPNP","features":[113]},{"name":"NcFreeNetconProperties","features":[113]},{"name":"NcIsValidConnectionName","features":[1,113]},{"name":"NetFwAuthorizedApplication","features":[113]},{"name":"NetFwMgr","features":[113]},{"name":"NetFwOpenPort","features":[113]},{"name":"NetFwPolicy2","features":[113]},{"name":"NetFwProduct","features":[113]},{"name":"NetFwProducts","features":[113]},{"name":"NetFwRule","features":[113]},{"name":"NetSharingManager","features":[113]},{"name":"NetworkIsolationDiagnoseConnectFailureAndGetInfo","features":[113]},{"name":"NetworkIsolationEnumAppContainers","features":[113,5]},{"name":"NetworkIsolationEnumerateAppContainerRules","features":[113]},{"name":"NetworkIsolationFreeAppContainers","features":[113,5]},{"name":"NetworkIsolationGetAppContainerConfig","features":[113,5]},{"name":"NetworkIsolationGetEnterpriseIdAsync","features":[1,113]},{"name":"NetworkIsolationGetEnterpriseIdClose","features":[1,113]},{"name":"NetworkIsolationRegisterForAppContainerChanges","features":[1,113,5]},{"name":"NetworkIsolationSetAppContainerConfig","features":[113,5]},{"name":"NetworkIsolationSetupAppContainerBinaries","features":[1,113,5]},{"name":"NetworkIsolationUnregisterForAppContainerChanges","features":[1,113]},{"name":"PAC_CHANGES_CALLBACK_FN","features":[113,5]},{"name":"PFN_FWADDDYNAMICKEYWORDADDRESS0","features":[113]},{"name":"PFN_FWDELETEDYNAMICKEYWORDADDRESS0","features":[113]},{"name":"PFN_FWENUMDYNAMICKEYWORDADDRESSBYID0","features":[113]},{"name":"PFN_FWENUMDYNAMICKEYWORDADDRESSESBYTYPE0","features":[113]},{"name":"PFN_FWFREEDYNAMICKEYWORDADDRESSDATA0","features":[113]},{"name":"PFN_FWUPDATEDYNAMICKEYWORDADDRESS0","features":[1,113]},{"name":"PNETISO_EDP_ID_CALLBACK_FN","features":[113]},{"name":"SHARINGCONNECTIONTYPE","features":[113]},{"name":"SHARINGCONNECTION_ENUM_FLAGS","features":[113]},{"name":"S_OBJECT_NO_LONGER_VALID","features":[113]},{"name":"UPnPNAT","features":[113]}],"475":[{"name":"WNV_API_MAJOR_VERSION_1","features":[114]},{"name":"WNV_API_MINOR_VERSION_0","features":[114]},{"name":"WNV_CA_NOTIFICATION_TYPE","features":[114]},{"name":"WNV_CUSTOMER_ADDRESS_CHANGE_PARAM","features":[114,16]},{"name":"WNV_IP_ADDRESS","features":[114,16]},{"name":"WNV_NOTIFICATION_PARAM","features":[114]},{"name":"WNV_NOTIFICATION_TYPE","features":[114]},{"name":"WNV_OBJECT_CHANGE_PARAM","features":[114,16]},{"name":"WNV_OBJECT_HEADER","features":[114]},{"name":"WNV_OBJECT_TYPE","features":[114]},{"name":"WNV_POLICY_MISMATCH_PARAM","features":[114,16]},{"name":"WNV_PROVIDER_ADDRESS_CHANGE_PARAM","features":[114,16]},{"name":"WNV_REDIRECT_PARAM","features":[114,16]},{"name":"WnvCustomerAddressAdded","features":[114]},{"name":"WnvCustomerAddressDeleted","features":[114]},{"name":"WnvCustomerAddressMax","features":[114]},{"name":"WnvCustomerAddressMoved","features":[114]},{"name":"WnvCustomerAddressType","features":[114]},{"name":"WnvNotificationTypeMax","features":[114]},{"name":"WnvObjectChangeType","features":[114]},{"name":"WnvObjectTypeMax","features":[114]},{"name":"WnvOpen","features":[1,114]},{"name":"WnvPolicyMismatchType","features":[114]},{"name":"WnvProviderAddressType","features":[114]},{"name":"WnvRedirectType","features":[114]},{"name":"WnvRequestNotification","features":[1,114,7]}],"476":[{"name":"ACTRL_DS_CONTROL_ACCESS","features":[115]},{"name":"ACTRL_DS_CREATE_CHILD","features":[115]},{"name":"ACTRL_DS_DELETE_CHILD","features":[115]},{"name":"ACTRL_DS_DELETE_TREE","features":[115]},{"name":"ACTRL_DS_LIST","features":[115]},{"name":"ACTRL_DS_LIST_OBJECT","features":[115]},{"name":"ACTRL_DS_OPEN","features":[115]},{"name":"ACTRL_DS_READ_PROP","features":[115]},{"name":"ACTRL_DS_SELF","features":[115]},{"name":"ACTRL_DS_WRITE_PROP","features":[115]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_MUTUAL_AUTH_REQUIRED","features":[115]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_NEGOTIATE","features":[115]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_NEGOTIATE_PASS_THROUGH","features":[115]},{"name":"ADAM_SCP_FSMO_NAMING_STRING","features":[115]},{"name":"ADAM_SCP_FSMO_NAMING_STRING_W","features":[115]},{"name":"ADAM_SCP_FSMO_SCHEMA_STRING","features":[115]},{"name":"ADAM_SCP_FSMO_SCHEMA_STRING_W","features":[115]},{"name":"ADAM_SCP_FSMO_STRING","features":[115]},{"name":"ADAM_SCP_FSMO_STRING_W","features":[115]},{"name":"ADAM_SCP_INSTANCE_NAME_STRING","features":[115]},{"name":"ADAM_SCP_INSTANCE_NAME_STRING_W","features":[115]},{"name":"ADAM_SCP_PARTITION_STRING","features":[115]},{"name":"ADAM_SCP_PARTITION_STRING_W","features":[115]},{"name":"ADAM_SCP_SITE_NAME_STRING","features":[115]},{"name":"ADAM_SCP_SITE_NAME_STRING_W","features":[115]},{"name":"ADSIPROP_ADSIFLAG","features":[115]},{"name":"ADSIPROP_ASYNCHRONOUS","features":[115]},{"name":"ADSIPROP_ATTRIBTYPES_ONLY","features":[115]},{"name":"ADSIPROP_CACHE_RESULTS","features":[115]},{"name":"ADSIPROP_CHASE_REFERRALS","features":[115]},{"name":"ADSIPROP_DEREF_ALIASES","features":[115]},{"name":"ADSIPROP_PAGED_TIME_LIMIT","features":[115]},{"name":"ADSIPROP_PAGESIZE","features":[115]},{"name":"ADSIPROP_SEARCH_SCOPE","features":[115]},{"name":"ADSIPROP_SIZE_LIMIT","features":[115]},{"name":"ADSIPROP_SORT_ON","features":[115]},{"name":"ADSIPROP_TIMEOUT","features":[115]},{"name":"ADSIPROP_TIME_LIMIT","features":[115]},{"name":"ADSI_DIALECT_ENUM","features":[115]},{"name":"ADSI_DIALECT_LDAP","features":[115]},{"name":"ADSI_DIALECT_SQL","features":[115]},{"name":"ADSPROPERROR","features":[1,115]},{"name":"ADSPROPINITPARAMS","features":[1,115]},{"name":"ADSTYPE","features":[115]},{"name":"ADSTYPE_BACKLINK","features":[115]},{"name":"ADSTYPE_BOOLEAN","features":[115]},{"name":"ADSTYPE_CASEIGNORE_LIST","features":[115]},{"name":"ADSTYPE_CASE_EXACT_STRING","features":[115]},{"name":"ADSTYPE_CASE_IGNORE_STRING","features":[115]},{"name":"ADSTYPE_DN_STRING","features":[115]},{"name":"ADSTYPE_DN_WITH_BINARY","features":[115]},{"name":"ADSTYPE_DN_WITH_STRING","features":[115]},{"name":"ADSTYPE_EMAIL","features":[115]},{"name":"ADSTYPE_FAXNUMBER","features":[115]},{"name":"ADSTYPE_HOLD","features":[115]},{"name":"ADSTYPE_INTEGER","features":[115]},{"name":"ADSTYPE_INVALID","features":[115]},{"name":"ADSTYPE_LARGE_INTEGER","features":[115]},{"name":"ADSTYPE_NETADDRESS","features":[115]},{"name":"ADSTYPE_NT_SECURITY_DESCRIPTOR","features":[115]},{"name":"ADSTYPE_NUMERIC_STRING","features":[115]},{"name":"ADSTYPE_OBJECT_CLASS","features":[115]},{"name":"ADSTYPE_OCTET_LIST","features":[115]},{"name":"ADSTYPE_OCTET_STRING","features":[115]},{"name":"ADSTYPE_PATH","features":[115]},{"name":"ADSTYPE_POSTALADDRESS","features":[115]},{"name":"ADSTYPE_PRINTABLE_STRING","features":[115]},{"name":"ADSTYPE_PROV_SPECIFIC","features":[115]},{"name":"ADSTYPE_REPLICAPOINTER","features":[115]},{"name":"ADSTYPE_TIMESTAMP","features":[115]},{"name":"ADSTYPE_TYPEDNAME","features":[115]},{"name":"ADSTYPE_UNKNOWN","features":[115]},{"name":"ADSTYPE_UTC_TIME","features":[115]},{"name":"ADSVALUE","features":[1,115]},{"name":"ADS_ACEFLAG_ENUM","features":[115]},{"name":"ADS_ACEFLAG_FAILED_ACCESS","features":[115]},{"name":"ADS_ACEFLAG_INHERITED_ACE","features":[115]},{"name":"ADS_ACEFLAG_INHERIT_ACE","features":[115]},{"name":"ADS_ACEFLAG_INHERIT_ONLY_ACE","features":[115]},{"name":"ADS_ACEFLAG_NO_PROPAGATE_INHERIT_ACE","features":[115]},{"name":"ADS_ACEFLAG_SUCCESSFUL_ACCESS","features":[115]},{"name":"ADS_ACEFLAG_VALID_INHERIT_FLAGS","features":[115]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED","features":[115]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_CALLBACK","features":[115]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_CALLBACK_OBJECT","features":[115]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_OBJECT","features":[115]},{"name":"ADS_ACETYPE_ACCESS_DENIED","features":[115]},{"name":"ADS_ACETYPE_ACCESS_DENIED_CALLBACK","features":[115]},{"name":"ADS_ACETYPE_ACCESS_DENIED_CALLBACK_OBJECT","features":[115]},{"name":"ADS_ACETYPE_ACCESS_DENIED_OBJECT","features":[115]},{"name":"ADS_ACETYPE_ENUM","features":[115]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_CALLBACK","features":[115]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_CALLBACK_OBJECT","features":[115]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_OBJECT","features":[115]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT","features":[115]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_CALLBACK","features":[115]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_CALLBACK_OBJECT","features":[115]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_OBJECT","features":[115]},{"name":"ADS_ATTR_APPEND","features":[115]},{"name":"ADS_ATTR_CLEAR","features":[115]},{"name":"ADS_ATTR_DEF","features":[1,115]},{"name":"ADS_ATTR_DELETE","features":[115]},{"name":"ADS_ATTR_INFO","features":[1,115]},{"name":"ADS_ATTR_UPDATE","features":[115]},{"name":"ADS_AUTHENTICATION_ENUM","features":[115]},{"name":"ADS_AUTH_RESERVED","features":[115]},{"name":"ADS_BACKLINK","features":[115]},{"name":"ADS_CASEIGNORE_LIST","features":[115]},{"name":"ADS_CHASE_REFERRALS_ALWAYS","features":[115]},{"name":"ADS_CHASE_REFERRALS_ENUM","features":[115]},{"name":"ADS_CHASE_REFERRALS_EXTERNAL","features":[115]},{"name":"ADS_CHASE_REFERRALS_NEVER","features":[115]},{"name":"ADS_CHASE_REFERRALS_SUBORDINATE","features":[115]},{"name":"ADS_CLASS_DEF","features":[1,115]},{"name":"ADS_DEREFENUM","features":[115]},{"name":"ADS_DEREF_ALWAYS","features":[115]},{"name":"ADS_DEREF_FINDING","features":[115]},{"name":"ADS_DEREF_NEVER","features":[115]},{"name":"ADS_DEREF_SEARCHING","features":[115]},{"name":"ADS_DISPLAY_ENUM","features":[115]},{"name":"ADS_DISPLAY_FULL","features":[115]},{"name":"ADS_DISPLAY_VALUE_ONLY","features":[115]},{"name":"ADS_DN_WITH_BINARY","features":[115]},{"name":"ADS_DN_WITH_STRING","features":[115]},{"name":"ADS_EMAIL","features":[115]},{"name":"ADS_ESCAPEDMODE_DEFAULT","features":[115]},{"name":"ADS_ESCAPEDMODE_OFF","features":[115]},{"name":"ADS_ESCAPEDMODE_OFF_EX","features":[115]},{"name":"ADS_ESCAPEDMODE_ON","features":[115]},{"name":"ADS_ESCAPE_MODE_ENUM","features":[115]},{"name":"ADS_EXT_INITCREDENTIALS","features":[115]},{"name":"ADS_EXT_INITIALIZE_COMPLETE","features":[115]},{"name":"ADS_EXT_MAXEXTDISPID","features":[115]},{"name":"ADS_EXT_MINEXTDISPID","features":[115]},{"name":"ADS_FAST_BIND","features":[115]},{"name":"ADS_FAXNUMBER","features":[115]},{"name":"ADS_FLAGTYPE_ENUM","features":[115]},{"name":"ADS_FLAG_INHERITED_OBJECT_TYPE_PRESENT","features":[115]},{"name":"ADS_FLAG_OBJECT_TYPE_PRESENT","features":[115]},{"name":"ADS_FORMAT_ENUM","features":[115]},{"name":"ADS_FORMAT_LEAF","features":[115]},{"name":"ADS_FORMAT_PROVIDER","features":[115]},{"name":"ADS_FORMAT_SERVER","features":[115]},{"name":"ADS_FORMAT_WINDOWS","features":[115]},{"name":"ADS_FORMAT_WINDOWS_DN","features":[115]},{"name":"ADS_FORMAT_WINDOWS_NO_SERVER","features":[115]},{"name":"ADS_FORMAT_WINDOWS_PARENT","features":[115]},{"name":"ADS_FORMAT_X500","features":[115]},{"name":"ADS_FORMAT_X500_DN","features":[115]},{"name":"ADS_FORMAT_X500_NO_SERVER","features":[115]},{"name":"ADS_FORMAT_X500_PARENT","features":[115]},{"name":"ADS_GROUP_TYPE_DOMAIN_LOCAL_GROUP","features":[115]},{"name":"ADS_GROUP_TYPE_ENUM","features":[115]},{"name":"ADS_GROUP_TYPE_GLOBAL_GROUP","features":[115]},{"name":"ADS_GROUP_TYPE_LOCAL_GROUP","features":[115]},{"name":"ADS_GROUP_TYPE_SECURITY_ENABLED","features":[115]},{"name":"ADS_GROUP_TYPE_UNIVERSAL_GROUP","features":[115]},{"name":"ADS_HOLD","features":[115]},{"name":"ADS_NAME_INITTYPE_DOMAIN","features":[115]},{"name":"ADS_NAME_INITTYPE_ENUM","features":[115]},{"name":"ADS_NAME_INITTYPE_GC","features":[115]},{"name":"ADS_NAME_INITTYPE_SERVER","features":[115]},{"name":"ADS_NAME_TYPE_1779","features":[115]},{"name":"ADS_NAME_TYPE_CANONICAL","features":[115]},{"name":"ADS_NAME_TYPE_CANONICAL_EX","features":[115]},{"name":"ADS_NAME_TYPE_DISPLAY","features":[115]},{"name":"ADS_NAME_TYPE_DOMAIN_SIMPLE","features":[115]},{"name":"ADS_NAME_TYPE_ENTERPRISE_SIMPLE","features":[115]},{"name":"ADS_NAME_TYPE_ENUM","features":[115]},{"name":"ADS_NAME_TYPE_GUID","features":[115]},{"name":"ADS_NAME_TYPE_NT4","features":[115]},{"name":"ADS_NAME_TYPE_SERVICE_PRINCIPAL_NAME","features":[115]},{"name":"ADS_NAME_TYPE_SID_OR_SID_HISTORY_NAME","features":[115]},{"name":"ADS_NAME_TYPE_UNKNOWN","features":[115]},{"name":"ADS_NAME_TYPE_USER_PRINCIPAL_NAME","features":[115]},{"name":"ADS_NETADDRESS","features":[115]},{"name":"ADS_NO_AUTHENTICATION","features":[115]},{"name":"ADS_NO_REFERRAL_CHASING","features":[115]},{"name":"ADS_NT_SECURITY_DESCRIPTOR","features":[115]},{"name":"ADS_OBJECT_INFO","features":[115]},{"name":"ADS_OCTET_LIST","features":[115]},{"name":"ADS_OCTET_STRING","features":[115]},{"name":"ADS_OPTION_ACCUMULATIVE_MODIFICATION","features":[115]},{"name":"ADS_OPTION_ENUM","features":[115]},{"name":"ADS_OPTION_MUTUAL_AUTH_STATUS","features":[115]},{"name":"ADS_OPTION_PAGE_SIZE","features":[115]},{"name":"ADS_OPTION_PASSWORD_METHOD","features":[115]},{"name":"ADS_OPTION_PASSWORD_PORTNUMBER","features":[115]},{"name":"ADS_OPTION_QUOTA","features":[115]},{"name":"ADS_OPTION_REFERRALS","features":[115]},{"name":"ADS_OPTION_SECURITY_MASK","features":[115]},{"name":"ADS_OPTION_SERVERNAME","features":[115]},{"name":"ADS_OPTION_SKIP_SID_LOOKUP","features":[115]},{"name":"ADS_PASSWORD_ENCODE_CLEAR","features":[115]},{"name":"ADS_PASSWORD_ENCODE_REQUIRE_SSL","features":[115]},{"name":"ADS_PASSWORD_ENCODING_ENUM","features":[115]},{"name":"ADS_PATH","features":[115]},{"name":"ADS_PATHTYPE_ENUM","features":[115]},{"name":"ADS_PATH_FILE","features":[115]},{"name":"ADS_PATH_FILESHARE","features":[115]},{"name":"ADS_PATH_REGISTRY","features":[115]},{"name":"ADS_POSTALADDRESS","features":[115]},{"name":"ADS_PREFERENCES_ENUM","features":[115]},{"name":"ADS_PROMPT_CREDENTIALS","features":[115]},{"name":"ADS_PROPERTY_APPEND","features":[115]},{"name":"ADS_PROPERTY_CLEAR","features":[115]},{"name":"ADS_PROPERTY_DELETE","features":[115]},{"name":"ADS_PROPERTY_OPERATION_ENUM","features":[115]},{"name":"ADS_PROPERTY_UPDATE","features":[115]},{"name":"ADS_PROV_SPECIFIC","features":[115]},{"name":"ADS_READONLY_SERVER","features":[115]},{"name":"ADS_REPLICAPOINTER","features":[115]},{"name":"ADS_RIGHTS_ENUM","features":[115]},{"name":"ADS_RIGHT_ACCESS_SYSTEM_SECURITY","features":[115]},{"name":"ADS_RIGHT_ACTRL_DS_LIST","features":[115]},{"name":"ADS_RIGHT_DELETE","features":[115]},{"name":"ADS_RIGHT_DS_CONTROL_ACCESS","features":[115]},{"name":"ADS_RIGHT_DS_CREATE_CHILD","features":[115]},{"name":"ADS_RIGHT_DS_DELETE_CHILD","features":[115]},{"name":"ADS_RIGHT_DS_DELETE_TREE","features":[115]},{"name":"ADS_RIGHT_DS_LIST_OBJECT","features":[115]},{"name":"ADS_RIGHT_DS_READ_PROP","features":[115]},{"name":"ADS_RIGHT_DS_SELF","features":[115]},{"name":"ADS_RIGHT_DS_WRITE_PROP","features":[115]},{"name":"ADS_RIGHT_GENERIC_ALL","features":[115]},{"name":"ADS_RIGHT_GENERIC_EXECUTE","features":[115]},{"name":"ADS_RIGHT_GENERIC_READ","features":[115]},{"name":"ADS_RIGHT_GENERIC_WRITE","features":[115]},{"name":"ADS_RIGHT_READ_CONTROL","features":[115]},{"name":"ADS_RIGHT_SYNCHRONIZE","features":[115]},{"name":"ADS_RIGHT_WRITE_DAC","features":[115]},{"name":"ADS_RIGHT_WRITE_OWNER","features":[115]},{"name":"ADS_SCOPEENUM","features":[115]},{"name":"ADS_SCOPE_BASE","features":[115]},{"name":"ADS_SCOPE_ONELEVEL","features":[115]},{"name":"ADS_SCOPE_SUBTREE","features":[115]},{"name":"ADS_SD_CONTROL_ENUM","features":[115]},{"name":"ADS_SD_CONTROL_SE_DACL_AUTO_INHERITED","features":[115]},{"name":"ADS_SD_CONTROL_SE_DACL_AUTO_INHERIT_REQ","features":[115]},{"name":"ADS_SD_CONTROL_SE_DACL_DEFAULTED","features":[115]},{"name":"ADS_SD_CONTROL_SE_DACL_PRESENT","features":[115]},{"name":"ADS_SD_CONTROL_SE_DACL_PROTECTED","features":[115]},{"name":"ADS_SD_CONTROL_SE_GROUP_DEFAULTED","features":[115]},{"name":"ADS_SD_CONTROL_SE_OWNER_DEFAULTED","features":[115]},{"name":"ADS_SD_CONTROL_SE_SACL_AUTO_INHERITED","features":[115]},{"name":"ADS_SD_CONTROL_SE_SACL_AUTO_INHERIT_REQ","features":[115]},{"name":"ADS_SD_CONTROL_SE_SACL_DEFAULTED","features":[115]},{"name":"ADS_SD_CONTROL_SE_SACL_PRESENT","features":[115]},{"name":"ADS_SD_CONTROL_SE_SACL_PROTECTED","features":[115]},{"name":"ADS_SD_CONTROL_SE_SELF_RELATIVE","features":[115]},{"name":"ADS_SD_FORMAT_ENUM","features":[115]},{"name":"ADS_SD_FORMAT_HEXSTRING","features":[115]},{"name":"ADS_SD_FORMAT_IID","features":[115]},{"name":"ADS_SD_FORMAT_RAW","features":[115]},{"name":"ADS_SD_REVISION_DS","features":[115]},{"name":"ADS_SD_REVISION_ENUM","features":[115]},{"name":"ADS_SEARCHPREF_ASYNCHRONOUS","features":[115]},{"name":"ADS_SEARCHPREF_ATTRIBTYPES_ONLY","features":[115]},{"name":"ADS_SEARCHPREF_ATTRIBUTE_QUERY","features":[115]},{"name":"ADS_SEARCHPREF_CACHE_RESULTS","features":[115]},{"name":"ADS_SEARCHPREF_CHASE_REFERRALS","features":[115]},{"name":"ADS_SEARCHPREF_DEREF_ALIASES","features":[115]},{"name":"ADS_SEARCHPREF_DIRSYNC","features":[115]},{"name":"ADS_SEARCHPREF_DIRSYNC_FLAG","features":[115]},{"name":"ADS_SEARCHPREF_ENUM","features":[115]},{"name":"ADS_SEARCHPREF_EXTENDED_DN","features":[115]},{"name":"ADS_SEARCHPREF_INFO","features":[1,115]},{"name":"ADS_SEARCHPREF_PAGED_TIME_LIMIT","features":[115]},{"name":"ADS_SEARCHPREF_PAGESIZE","features":[115]},{"name":"ADS_SEARCHPREF_SEARCH_SCOPE","features":[115]},{"name":"ADS_SEARCHPREF_SECURITY_MASK","features":[115]},{"name":"ADS_SEARCHPREF_SIZE_LIMIT","features":[115]},{"name":"ADS_SEARCHPREF_SORT_ON","features":[115]},{"name":"ADS_SEARCHPREF_TIMEOUT","features":[115]},{"name":"ADS_SEARCHPREF_TIME_LIMIT","features":[115]},{"name":"ADS_SEARCHPREF_TOMBSTONE","features":[115]},{"name":"ADS_SEARCHPREF_VLV","features":[115]},{"name":"ADS_SEARCH_COLUMN","features":[1,115]},{"name":"ADS_SEARCH_HANDLE","features":[115]},{"name":"ADS_SECURE_AUTHENTICATION","features":[115]},{"name":"ADS_SECURITY_INFO_DACL","features":[115]},{"name":"ADS_SECURITY_INFO_ENUM","features":[115]},{"name":"ADS_SECURITY_INFO_GROUP","features":[115]},{"name":"ADS_SECURITY_INFO_OWNER","features":[115]},{"name":"ADS_SECURITY_INFO_SACL","features":[115]},{"name":"ADS_SERVER_BIND","features":[115]},{"name":"ADS_SETTYPE_DN","features":[115]},{"name":"ADS_SETTYPE_ENUM","features":[115]},{"name":"ADS_SETTYPE_FULL","features":[115]},{"name":"ADS_SETTYPE_PROVIDER","features":[115]},{"name":"ADS_SETTYPE_SERVER","features":[115]},{"name":"ADS_SORTKEY","features":[1,115]},{"name":"ADS_STATUSENUM","features":[115]},{"name":"ADS_STATUS_INVALID_SEARCHPREF","features":[115]},{"name":"ADS_STATUS_INVALID_SEARCHPREFVALUE","features":[115]},{"name":"ADS_STATUS_S_OK","features":[115]},{"name":"ADS_SYSTEMFLAG_ATTR_IS_CONSTRUCTED","features":[115]},{"name":"ADS_SYSTEMFLAG_ATTR_NOT_REPLICATED","features":[115]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_LIMITED_MOVE","features":[115]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_MOVE","features":[115]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_RENAME","features":[115]},{"name":"ADS_SYSTEMFLAG_CR_NTDS_DOMAIN","features":[115]},{"name":"ADS_SYSTEMFLAG_CR_NTDS_NC","features":[115]},{"name":"ADS_SYSTEMFLAG_DISALLOW_DELETE","features":[115]},{"name":"ADS_SYSTEMFLAG_DOMAIN_DISALLOW_MOVE","features":[115]},{"name":"ADS_SYSTEMFLAG_DOMAIN_DISALLOW_RENAME","features":[115]},{"name":"ADS_SYSTEMFLAG_ENUM","features":[115]},{"name":"ADS_TIMESTAMP","features":[115]},{"name":"ADS_TYPEDNAME","features":[115]},{"name":"ADS_UF_ACCOUNTDISABLE","features":[115]},{"name":"ADS_UF_DONT_EXPIRE_PASSWD","features":[115]},{"name":"ADS_UF_DONT_REQUIRE_PREAUTH","features":[115]},{"name":"ADS_UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[115]},{"name":"ADS_UF_HOMEDIR_REQUIRED","features":[115]},{"name":"ADS_UF_INTERDOMAIN_TRUST_ACCOUNT","features":[115]},{"name":"ADS_UF_LOCKOUT","features":[115]},{"name":"ADS_UF_MNS_LOGON_ACCOUNT","features":[115]},{"name":"ADS_UF_NORMAL_ACCOUNT","features":[115]},{"name":"ADS_UF_NOT_DELEGATED","features":[115]},{"name":"ADS_UF_PASSWD_CANT_CHANGE","features":[115]},{"name":"ADS_UF_PASSWD_NOTREQD","features":[115]},{"name":"ADS_UF_PASSWORD_EXPIRED","features":[115]},{"name":"ADS_UF_SCRIPT","features":[115]},{"name":"ADS_UF_SERVER_TRUST_ACCOUNT","features":[115]},{"name":"ADS_UF_SMARTCARD_REQUIRED","features":[115]},{"name":"ADS_UF_TEMP_DUPLICATE_ACCOUNT","features":[115]},{"name":"ADS_UF_TRUSTED_FOR_DELEGATION","features":[115]},{"name":"ADS_UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[115]},{"name":"ADS_UF_USE_DES_KEY_ONLY","features":[115]},{"name":"ADS_UF_WORKSTATION_TRUST_ACCOUNT","features":[115]},{"name":"ADS_USER_FLAG_ENUM","features":[115]},{"name":"ADS_USE_DELEGATION","features":[115]},{"name":"ADS_USE_ENCRYPTION","features":[115]},{"name":"ADS_USE_SEALING","features":[115]},{"name":"ADS_USE_SIGNING","features":[115]},{"name":"ADS_USE_SSL","features":[115]},{"name":"ADS_VLV","features":[115]},{"name":"ADSystemInfo","features":[115]},{"name":"ADsBuildEnumerator","features":[115]},{"name":"ADsBuildVarArrayInt","features":[1,115,43,44]},{"name":"ADsBuildVarArrayStr","features":[1,115,43,44]},{"name":"ADsDecodeBinaryData","features":[115]},{"name":"ADsEncodeBinaryData","features":[115]},{"name":"ADsEnumerateNext","features":[1,115,43,44]},{"name":"ADsFreeEnumerator","features":[115]},{"name":"ADsGetLastError","features":[115]},{"name":"ADsGetObject","features":[115]},{"name":"ADsOpenObject","features":[115]},{"name":"ADsPropCheckIfWritable","features":[1,115]},{"name":"ADsPropCreateNotifyObj","features":[1,115]},{"name":"ADsPropGetInitInfo","features":[1,115]},{"name":"ADsPropSendErrorMessage","features":[1,115]},{"name":"ADsPropSetHwnd","features":[1,115]},{"name":"ADsPropSetHwndWithTitle","features":[1,115]},{"name":"ADsPropShowErrorDialog","features":[1,115]},{"name":"ADsSecurityUtility","features":[115]},{"name":"ADsSetLastError","features":[115]},{"name":"AccessControlEntry","features":[115]},{"name":"AccessControlList","features":[115]},{"name":"AdsFreeAdsValues","features":[1,115]},{"name":"AdsTypeToPropVariant","features":[1,115,43,44]},{"name":"AllocADsMem","features":[115]},{"name":"AllocADsStr","features":[115]},{"name":"BackLink","features":[115]},{"name":"BinarySDToSecurityDescriptor","features":[1,115,5,43,44]},{"name":"CFSTR_DSDISPLAYSPECOPTIONS","features":[115]},{"name":"CFSTR_DSOBJECTNAMES","features":[115]},{"name":"CFSTR_DSOP_DS_SELECTION_LIST","features":[115]},{"name":"CFSTR_DSPROPERTYPAGEINFO","features":[115]},{"name":"CFSTR_DSQUERYPARAMS","features":[115]},{"name":"CFSTR_DSQUERYSCOPE","features":[115]},{"name":"CFSTR_DS_DISPLAY_SPEC_OPTIONS","features":[115]},{"name":"CLSID_CommonQuery","features":[115]},{"name":"CLSID_DsAdminCreateObj","features":[115]},{"name":"CLSID_DsDisplaySpecifier","features":[115]},{"name":"CLSID_DsDomainTreeBrowser","features":[115]},{"name":"CLSID_DsFindAdvanced","features":[115]},{"name":"CLSID_DsFindComputer","features":[115]},{"name":"CLSID_DsFindContainer","features":[115]},{"name":"CLSID_DsFindDomainController","features":[115]},{"name":"CLSID_DsFindFrsMembers","features":[115]},{"name":"CLSID_DsFindObjects","features":[115]},{"name":"CLSID_DsFindPeople","features":[115]},{"name":"CLSID_DsFindPrinter","features":[115]},{"name":"CLSID_DsFindVolume","features":[115]},{"name":"CLSID_DsFindWriteableDomainController","features":[115]},{"name":"CLSID_DsFolderProperties","features":[115]},{"name":"CLSID_DsObjectPicker","features":[115]},{"name":"CLSID_DsPropertyPages","features":[115]},{"name":"CLSID_DsQuery","features":[115]},{"name":"CLSID_MicrosoftDS","features":[115]},{"name":"CQFF_ISOPTIONAL","features":[115]},{"name":"CQFF_NOGLOBALPAGES","features":[115]},{"name":"CQFORM","features":[115,55]},{"name":"CQPAGE","features":[1,115,55]},{"name":"CQPM_CLEARFORM","features":[115]},{"name":"CQPM_ENABLE","features":[115]},{"name":"CQPM_GETPARAMETERS","features":[115]},{"name":"CQPM_HANDLERSPECIFIC","features":[115]},{"name":"CQPM_HELP","features":[115]},{"name":"CQPM_INITIALIZE","features":[115]},{"name":"CQPM_PERSIST","features":[115]},{"name":"CQPM_RELEASE","features":[115]},{"name":"CQPM_SETDEFAULTPARAMETERS","features":[115]},{"name":"CaseIgnoreList","features":[115]},{"name":"DBDTF_RETURNEXTERNAL","features":[115]},{"name":"DBDTF_RETURNFQDN","features":[115]},{"name":"DBDTF_RETURNINBOUND","features":[115]},{"name":"DBDTF_RETURNINOUTBOUND","features":[115]},{"name":"DBDTF_RETURNMIXEDDOMAINS","features":[115]},{"name":"DNWithBinary","features":[115]},{"name":"DNWithString","features":[115]},{"name":"DOMAINDESC","features":[1,115]},{"name":"DOMAIN_CONTROLLER_INFOA","features":[115]},{"name":"DOMAIN_CONTROLLER_INFOW","features":[115]},{"name":"DOMAIN_TREE","features":[1,115]},{"name":"DSA_NEWOBJ_CTX_CLEANUP","features":[115]},{"name":"DSA_NEWOBJ_CTX_COMMIT","features":[115]},{"name":"DSA_NEWOBJ_CTX_POSTCOMMIT","features":[115]},{"name":"DSA_NEWOBJ_CTX_PRECOMMIT","features":[115]},{"name":"DSA_NEWOBJ_DISPINFO","features":[115,55]},{"name":"DSA_NOTIFY_DEL","features":[115]},{"name":"DSA_NOTIFY_FLAG_ADDITIONAL_DATA","features":[115]},{"name":"DSA_NOTIFY_FLAG_FORCE_ADDITIONAL_DATA","features":[115]},{"name":"DSA_NOTIFY_MOV","features":[115]},{"name":"DSA_NOTIFY_PROP","features":[115]},{"name":"DSA_NOTIFY_REN","features":[115]},{"name":"DSBF_DISPLAYNAME","features":[115]},{"name":"DSBF_ICONLOCATION","features":[115]},{"name":"DSBF_STATE","features":[115]},{"name":"DSBID_BANNER","features":[115]},{"name":"DSBID_CONTAINERLIST","features":[115]},{"name":"DSBITEMA","features":[115]},{"name":"DSBITEMW","features":[115]},{"name":"DSBI_CHECKBOXES","features":[115]},{"name":"DSBI_DONTSIGNSEAL","features":[115]},{"name":"DSBI_ENTIREDIRECTORY","features":[115]},{"name":"DSBI_EXPANDONOPEN","features":[115]},{"name":"DSBI_HASCREDENTIALS","features":[115]},{"name":"DSBI_IGNORETREATASLEAF","features":[115]},{"name":"DSBI_INCLUDEHIDDEN","features":[115]},{"name":"DSBI_NOBUTTONS","features":[115]},{"name":"DSBI_NOLINES","features":[115]},{"name":"DSBI_NOLINESATROOT","features":[115]},{"name":"DSBI_NOROOT","features":[115]},{"name":"DSBI_RETURNOBJECTCLASS","features":[115]},{"name":"DSBI_RETURN_FORMAT","features":[115]},{"name":"DSBI_SIMPLEAUTHENTICATE","features":[115]},{"name":"DSBM_CHANGEIMAGESTATE","features":[115]},{"name":"DSBM_CONTEXTMENU","features":[115]},{"name":"DSBM_HELP","features":[115]},{"name":"DSBM_QUERYINSERT","features":[115]},{"name":"DSBM_QUERYINSERTA","features":[115]},{"name":"DSBM_QUERYINSERTW","features":[115]},{"name":"DSBROWSEINFOA","features":[1,115,116]},{"name":"DSBROWSEINFOW","features":[1,115,116]},{"name":"DSBS_CHECKED","features":[115]},{"name":"DSBS_HIDDEN","features":[115]},{"name":"DSBS_ROOT","features":[115]},{"name":"DSB_MAX_DISPLAYNAME_CHARS","features":[115]},{"name":"DSCCIF_HASWIZARDDIALOG","features":[115]},{"name":"DSCCIF_HASWIZARDPRIMARYPAGE","features":[115]},{"name":"DSCLASSCREATIONINFO","features":[115]},{"name":"DSCOLUMN","features":[115]},{"name":"DSDISPLAYSPECOPTIONS","features":[115]},{"name":"DSDSOF_DONTSIGNSEAL","features":[115]},{"name":"DSDSOF_DSAVAILABLE","features":[115]},{"name":"DSDSOF_HASUSERANDSERVERINFO","features":[115]},{"name":"DSDSOF_SIMPLEAUTHENTICATE","features":[115]},{"name":"DSECAF_NOTLISTED","features":[115]},{"name":"DSGIF_DEFAULTISCONTAINER","features":[115]},{"name":"DSGIF_GETDEFAULTICON","features":[115]},{"name":"DSGIF_ISDISABLED","features":[115]},{"name":"DSGIF_ISMASK","features":[115]},{"name":"DSGIF_ISNORMAL","features":[115]},{"name":"DSGIF_ISOPEN","features":[115]},{"name":"DSICCF_IGNORETREATASLEAF","features":[115]},{"name":"DSOBJECT","features":[115]},{"name":"DSOBJECTNAMES","features":[115]},{"name":"DSOBJECT_ISCONTAINER","features":[115]},{"name":"DSOBJECT_READONLYPAGES","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_ALL_APP_PACKAGES","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_ALL_WELLKNOWN_SIDS","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_ANONYMOUS","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_AUTHENTICATED_USER","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_BATCH","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_COMPUTERS","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_CREATOR_GROUP","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_CREATOR_OWNER","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_DIALUP","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_EXCLUDE_BUILTIN_GROUPS","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_GLOBAL_GROUPS","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_IIS_APP_POOL","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_INTERACTIVE","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_INTERNET_USER","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_ACCOUNTS","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_GROUPS","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_LOGON","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_SERVICE","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_NETWORK","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_NETWORK_SERVICE","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_OWNER_RIGHTS","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_REMOTE_LOGON","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_SERVICE","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_SERVICES","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_SYSTEM","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_TERMINAL_SERVER","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_THIS_ORG_CERT","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_USERS","features":[115]},{"name":"DSOP_DOWNLEVEL_FILTER_WORLD","features":[115]},{"name":"DSOP_FILTER_BUILTIN_GROUPS","features":[115]},{"name":"DSOP_FILTER_COMPUTERS","features":[115]},{"name":"DSOP_FILTER_CONTACTS","features":[115]},{"name":"DSOP_FILTER_DOMAIN_LOCAL_GROUPS_DL","features":[115]},{"name":"DSOP_FILTER_DOMAIN_LOCAL_GROUPS_SE","features":[115]},{"name":"DSOP_FILTER_FLAGS","features":[115]},{"name":"DSOP_FILTER_GLOBAL_GROUPS_DL","features":[115]},{"name":"DSOP_FILTER_GLOBAL_GROUPS_SE","features":[115]},{"name":"DSOP_FILTER_INCLUDE_ADVANCED_VIEW","features":[115]},{"name":"DSOP_FILTER_PASSWORDSETTINGS_OBJECTS","features":[115]},{"name":"DSOP_FILTER_SERVICE_ACCOUNTS","features":[115]},{"name":"DSOP_FILTER_UNIVERSAL_GROUPS_DL","features":[115]},{"name":"DSOP_FILTER_UNIVERSAL_GROUPS_SE","features":[115]},{"name":"DSOP_FILTER_USERS","features":[115]},{"name":"DSOP_FILTER_WELL_KNOWN_PRINCIPALS","features":[115]},{"name":"DSOP_FLAG_MULTISELECT","features":[115]},{"name":"DSOP_FLAG_SKIP_TARGET_COMPUTER_DC_CHECK","features":[115]},{"name":"DSOP_INIT_INFO","features":[115]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_COMPUTERS","features":[115]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_CONTACTS","features":[115]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_GROUPS","features":[115]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_PASSWORDSETTINGS_OBJECTS","features":[115]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_SERVICE_ACCOUNTS","features":[115]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_USERS","features":[115]},{"name":"DSOP_SCOPE_FLAG_STARTING_SCOPE","features":[115]},{"name":"DSOP_SCOPE_FLAG_WANT_DOWNLEVEL_BUILTIN_PATH","features":[115]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_GC","features":[115]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_LDAP","features":[115]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_WINNT","features":[115]},{"name":"DSOP_SCOPE_FLAG_WANT_SID_PATH","features":[115]},{"name":"DSOP_SCOPE_INIT_INFO","features":[115]},{"name":"DSOP_SCOPE_TYPE_DOWNLEVEL_JOINED_DOMAIN","features":[115]},{"name":"DSOP_SCOPE_TYPE_ENTERPRISE_DOMAIN","features":[115]},{"name":"DSOP_SCOPE_TYPE_EXTERNAL_DOWNLEVEL_DOMAIN","features":[115]},{"name":"DSOP_SCOPE_TYPE_EXTERNAL_UPLEVEL_DOMAIN","features":[115]},{"name":"DSOP_SCOPE_TYPE_GLOBAL_CATALOG","features":[115]},{"name":"DSOP_SCOPE_TYPE_TARGET_COMPUTER","features":[115]},{"name":"DSOP_SCOPE_TYPE_UPLEVEL_JOINED_DOMAIN","features":[115]},{"name":"DSOP_SCOPE_TYPE_USER_ENTERED_DOWNLEVEL_SCOPE","features":[115]},{"name":"DSOP_SCOPE_TYPE_USER_ENTERED_UPLEVEL_SCOPE","features":[115]},{"name":"DSOP_SCOPE_TYPE_WORKGROUP","features":[115]},{"name":"DSOP_UPLEVEL_FILTER_FLAGS","features":[115]},{"name":"DSPROPERTYPAGEINFO","features":[115]},{"name":"DSPROP_ATTRCHANGED_MSG","features":[115]},{"name":"DSPROVIDER_ADVANCED","features":[115]},{"name":"DSPROVIDER_AD_LDS","features":[115]},{"name":"DSPROVIDER_UNUSED_0","features":[115]},{"name":"DSPROVIDER_UNUSED_1","features":[115]},{"name":"DSPROVIDER_UNUSED_2","features":[115]},{"name":"DSPROVIDER_UNUSED_3","features":[115]},{"name":"DSQPF_ENABLEADMINFEATURES","features":[115]},{"name":"DSQPF_ENABLEADVANCEDFEATURES","features":[115]},{"name":"DSQPF_HASCREDENTIALS","features":[115]},{"name":"DSQPF_NOCHOOSECOLUMNS","features":[115]},{"name":"DSQPF_NOSAVE","features":[115]},{"name":"DSQPF_SAVELOCATION","features":[115]},{"name":"DSQPF_SHOWHIDDENOBJECTS","features":[115]},{"name":"DSQPM_GETCLASSLIST","features":[115]},{"name":"DSQPM_HELPTOPICS","features":[115]},{"name":"DSQUERYCLASSLIST","features":[115]},{"name":"DSQUERYINITPARAMS","features":[115]},{"name":"DSQUERYPARAMS","features":[1,115]},{"name":"DSROLE_MACHINE_ROLE","features":[115]},{"name":"DSROLE_OPERATION_STATE","features":[115]},{"name":"DSROLE_OPERATION_STATE_INFO","features":[115]},{"name":"DSROLE_PRIMARY_DOMAIN_GUID_PRESENT","features":[115]},{"name":"DSROLE_PRIMARY_DOMAIN_INFO_BASIC","features":[115]},{"name":"DSROLE_PRIMARY_DOMAIN_INFO_LEVEL","features":[115]},{"name":"DSROLE_PRIMARY_DS_MIXED_MODE","features":[115]},{"name":"DSROLE_PRIMARY_DS_READONLY","features":[115]},{"name":"DSROLE_PRIMARY_DS_RUNNING","features":[115]},{"name":"DSROLE_SERVER_STATE","features":[115]},{"name":"DSROLE_UPGRADE_IN_PROGRESS","features":[115]},{"name":"DSROLE_UPGRADE_STATUS_INFO","features":[115]},{"name":"DSSSF_DONTSIGNSEAL","features":[115]},{"name":"DSSSF_DSAVAILABLE","features":[115]},{"name":"DSSSF_SIMPLEAUTHENTICATE","features":[115]},{"name":"DS_AVOID_SELF","features":[115]},{"name":"DS_BACKGROUND_ONLY","features":[115]},{"name":"DS_BEHAVIOR_LONGHORN","features":[115]},{"name":"DS_BEHAVIOR_WIN2000","features":[115]},{"name":"DS_BEHAVIOR_WIN2003","features":[115]},{"name":"DS_BEHAVIOR_WIN2003_WITH_MIXED_DOMAINS","features":[115]},{"name":"DS_BEHAVIOR_WIN2008","features":[115]},{"name":"DS_BEHAVIOR_WIN2008R2","features":[115]},{"name":"DS_BEHAVIOR_WIN2012","features":[115]},{"name":"DS_BEHAVIOR_WIN2012R2","features":[115]},{"name":"DS_BEHAVIOR_WIN2016","features":[115]},{"name":"DS_BEHAVIOR_WIN7","features":[115]},{"name":"DS_BEHAVIOR_WIN8","features":[115]},{"name":"DS_BEHAVIOR_WINBLUE","features":[115]},{"name":"DS_BEHAVIOR_WINTHRESHOLD","features":[115]},{"name":"DS_CANONICAL_NAME","features":[115]},{"name":"DS_CANONICAL_NAME_EX","features":[115]},{"name":"DS_CLOSEST_FLAG","features":[115]},{"name":"DS_DIRECTORY_SERVICE_10_REQUIRED","features":[115]},{"name":"DS_DIRECTORY_SERVICE_6_REQUIRED","features":[115]},{"name":"DS_DIRECTORY_SERVICE_8_REQUIRED","features":[115]},{"name":"DS_DIRECTORY_SERVICE_9_REQUIRED","features":[115]},{"name":"DS_DIRECTORY_SERVICE_PREFERRED","features":[115]},{"name":"DS_DIRECTORY_SERVICE_REQUIRED","features":[115]},{"name":"DS_DISPLAY_NAME","features":[115]},{"name":"DS_DNS_CONTROLLER_FLAG","features":[115]},{"name":"DS_DNS_DOMAIN_FLAG","features":[115]},{"name":"DS_DNS_DOMAIN_NAME","features":[115]},{"name":"DS_DNS_FOREST_FLAG","features":[115]},{"name":"DS_DOMAIN_CONTROLLER_INFO_1A","features":[1,115]},{"name":"DS_DOMAIN_CONTROLLER_INFO_1W","features":[1,115]},{"name":"DS_DOMAIN_CONTROLLER_INFO_2A","features":[1,115]},{"name":"DS_DOMAIN_CONTROLLER_INFO_2W","features":[1,115]},{"name":"DS_DOMAIN_CONTROLLER_INFO_3A","features":[1,115]},{"name":"DS_DOMAIN_CONTROLLER_INFO_3W","features":[1,115]},{"name":"DS_DOMAIN_DIRECT_INBOUND","features":[115]},{"name":"DS_DOMAIN_DIRECT_OUTBOUND","features":[115]},{"name":"DS_DOMAIN_IN_FOREST","features":[115]},{"name":"DS_DOMAIN_NATIVE_MODE","features":[115]},{"name":"DS_DOMAIN_PRIMARY","features":[115]},{"name":"DS_DOMAIN_TREE_ROOT","features":[115]},{"name":"DS_DOMAIN_TRUSTSA","features":[115,5]},{"name":"DS_DOMAIN_TRUSTSW","features":[115,5]},{"name":"DS_DS_10_FLAG","features":[115]},{"name":"DS_DS_8_FLAG","features":[115]},{"name":"DS_DS_9_FLAG","features":[115]},{"name":"DS_DS_FLAG","features":[115]},{"name":"DS_EXIST_ADVISORY_MODE","features":[115]},{"name":"DS_FORCE_REDISCOVERY","features":[115]},{"name":"DS_FQDN_1779_NAME","features":[115]},{"name":"DS_FULL_SECRET_DOMAIN_6_FLAG","features":[115]},{"name":"DS_GC_FLAG","features":[115]},{"name":"DS_GC_SERVER_REQUIRED","features":[115]},{"name":"DS_GFTI_UPDATE_TDO","features":[115]},{"name":"DS_GFTI_VALID_FLAGS","features":[115]},{"name":"DS_GOOD_TIMESERV_FLAG","features":[115]},{"name":"DS_GOOD_TIMESERV_PREFERRED","features":[115]},{"name":"DS_INSTANCETYPE_IS_NC_HEAD","features":[115]},{"name":"DS_INSTANCETYPE_NC_COMING","features":[115]},{"name":"DS_INSTANCETYPE_NC_GOING","features":[115]},{"name":"DS_INSTANCETYPE_NC_IS_WRITEABLE","features":[115]},{"name":"DS_IP_REQUIRED","features":[115]},{"name":"DS_IS_DNS_NAME","features":[115]},{"name":"DS_IS_FLAT_NAME","features":[115]},{"name":"DS_KCC_FLAG_ASYNC_OP","features":[115]},{"name":"DS_KCC_FLAG_DAMPED","features":[115]},{"name":"DS_KCC_TASKID","features":[115]},{"name":"DS_KCC_TASKID_UPDATE_TOPOLOGY","features":[115]},{"name":"DS_KDC_FLAG","features":[115]},{"name":"DS_KDC_REQUIRED","features":[115]},{"name":"DS_KEY_LIST_FLAG","features":[115]},{"name":"DS_KEY_LIST_SUPPORT_REQUIRED","features":[115]},{"name":"DS_LDAP_FLAG","features":[115]},{"name":"DS_LIST_ACCOUNT_OBJECT_FOR_SERVER","features":[115]},{"name":"DS_LIST_DNS_HOST_NAME_FOR_SERVER","features":[115]},{"name":"DS_LIST_DSA_OBJECT_FOR_SERVER","features":[115]},{"name":"DS_MANGLE_FOR","features":[115]},{"name":"DS_MANGLE_OBJECT_RDN_FOR_DELETION","features":[115]},{"name":"DS_MANGLE_OBJECT_RDN_FOR_NAME_CONFLICT","features":[115]},{"name":"DS_MANGLE_UNKNOWN","features":[115]},{"name":"DS_NAME_ERROR","features":[115]},{"name":"DS_NAME_ERROR_DOMAIN_ONLY","features":[115]},{"name":"DS_NAME_ERROR_NOT_FOUND","features":[115]},{"name":"DS_NAME_ERROR_NOT_UNIQUE","features":[115]},{"name":"DS_NAME_ERROR_NO_MAPPING","features":[115]},{"name":"DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING","features":[115]},{"name":"DS_NAME_ERROR_RESOLVING","features":[115]},{"name":"DS_NAME_ERROR_TRUST_REFERRAL","features":[115]},{"name":"DS_NAME_FLAGS","features":[115]},{"name":"DS_NAME_FLAG_EVAL_AT_DC","features":[115]},{"name":"DS_NAME_FLAG_GCVERIFY","features":[115]},{"name":"DS_NAME_FLAG_SYNTACTICAL_ONLY","features":[115]},{"name":"DS_NAME_FLAG_TRUST_REFERRAL","features":[115]},{"name":"DS_NAME_FORMAT","features":[115]},{"name":"DS_NAME_NO_ERROR","features":[115]},{"name":"DS_NAME_NO_FLAGS","features":[115]},{"name":"DS_NAME_RESULTA","features":[115]},{"name":"DS_NAME_RESULTW","features":[115]},{"name":"DS_NAME_RESULT_ITEMA","features":[115]},{"name":"DS_NAME_RESULT_ITEMW","features":[115]},{"name":"DS_NDNC_FLAG","features":[115]},{"name":"DS_NOTIFY_AFTER_SITE_RECORDS","features":[115]},{"name":"DS_NT4_ACCOUNT_NAME","features":[115]},{"name":"DS_ONLY_DO_SITE_NAME","features":[115]},{"name":"DS_ONLY_LDAP_NEEDED","features":[115]},{"name":"DS_PDC_FLAG","features":[115]},{"name":"DS_PDC_REQUIRED","features":[115]},{"name":"DS_PING_FLAGS","features":[115]},{"name":"DS_PROP_ADMIN_PREFIX","features":[115]},{"name":"DS_PROP_SHELL_PREFIX","features":[115]},{"name":"DS_REPADD_ASYNCHRONOUS_OPERATION","features":[115]},{"name":"DS_REPADD_ASYNCHRONOUS_REPLICA","features":[115]},{"name":"DS_REPADD_CRITICAL","features":[115]},{"name":"DS_REPADD_DISABLE_NOTIFICATION","features":[115]},{"name":"DS_REPADD_DISABLE_PERIODIC","features":[115]},{"name":"DS_REPADD_INITIAL","features":[115]},{"name":"DS_REPADD_INTERSITE_MESSAGING","features":[115]},{"name":"DS_REPADD_NEVER_NOTIFY","features":[115]},{"name":"DS_REPADD_NONGC_RO_REPLICA","features":[115]},{"name":"DS_REPADD_PERIODIC","features":[115]},{"name":"DS_REPADD_SELECT_SECRETS","features":[115]},{"name":"DS_REPADD_TWO_WAY","features":[115]},{"name":"DS_REPADD_USE_COMPRESSION","features":[115]},{"name":"DS_REPADD_WRITEABLE","features":[115]},{"name":"DS_REPDEL_ASYNCHRONOUS_OPERATION","features":[115]},{"name":"DS_REPDEL_IGNORE_ERRORS","features":[115]},{"name":"DS_REPDEL_INTERSITE_MESSAGING","features":[115]},{"name":"DS_REPDEL_LOCAL_ONLY","features":[115]},{"name":"DS_REPDEL_NO_SOURCE","features":[115]},{"name":"DS_REPDEL_REF_OK","features":[115]},{"name":"DS_REPDEL_WRITEABLE","features":[115]},{"name":"DS_REPL_ATTR_META_DATA","features":[1,115]},{"name":"DS_REPL_ATTR_META_DATA_2","features":[1,115]},{"name":"DS_REPL_ATTR_META_DATA_BLOB","features":[1,115]},{"name":"DS_REPL_ATTR_VALUE_META_DATA","features":[1,115]},{"name":"DS_REPL_ATTR_VALUE_META_DATA_2","features":[1,115]},{"name":"DS_REPL_ATTR_VALUE_META_DATA_EXT","features":[1,115]},{"name":"DS_REPL_CURSOR","features":[115]},{"name":"DS_REPL_CURSORS","features":[115]},{"name":"DS_REPL_CURSORS_2","features":[1,115]},{"name":"DS_REPL_CURSORS_3W","features":[1,115]},{"name":"DS_REPL_CURSOR_2","features":[1,115]},{"name":"DS_REPL_CURSOR_3W","features":[1,115]},{"name":"DS_REPL_CURSOR_BLOB","features":[1,115]},{"name":"DS_REPL_INFO_CURSORS_2_FOR_NC","features":[115]},{"name":"DS_REPL_INFO_CURSORS_3_FOR_NC","features":[115]},{"name":"DS_REPL_INFO_CURSORS_FOR_NC","features":[115]},{"name":"DS_REPL_INFO_FLAG_IMPROVE_LINKED_ATTRS","features":[115]},{"name":"DS_REPL_INFO_KCC_DSA_CONNECT_FAILURES","features":[115]},{"name":"DS_REPL_INFO_KCC_DSA_LINK_FAILURES","features":[115]},{"name":"DS_REPL_INFO_METADATA_2_FOR_ATTR_VALUE","features":[115]},{"name":"DS_REPL_INFO_METADATA_2_FOR_OBJ","features":[115]},{"name":"DS_REPL_INFO_METADATA_EXT_FOR_ATTR_VALUE","features":[115]},{"name":"DS_REPL_INFO_METADATA_FOR_ATTR_VALUE","features":[115]},{"name":"DS_REPL_INFO_METADATA_FOR_OBJ","features":[115]},{"name":"DS_REPL_INFO_NEIGHBORS","features":[115]},{"name":"DS_REPL_INFO_PENDING_OPS","features":[115]},{"name":"DS_REPL_INFO_TYPE","features":[115]},{"name":"DS_REPL_INFO_TYPE_MAX","features":[115]},{"name":"DS_REPL_KCC_DSA_FAILURESW","features":[1,115]},{"name":"DS_REPL_KCC_DSA_FAILUREW","features":[1,115]},{"name":"DS_REPL_KCC_DSA_FAILUREW_BLOB","features":[1,115]},{"name":"DS_REPL_NBR_COMPRESS_CHANGES","features":[115]},{"name":"DS_REPL_NBR_DISABLE_SCHEDULED_SYNC","features":[115]},{"name":"DS_REPL_NBR_DO_SCHEDULED_SYNCS","features":[115]},{"name":"DS_REPL_NBR_FULL_SYNC_IN_PROGRESS","features":[115]},{"name":"DS_REPL_NBR_FULL_SYNC_NEXT_PACKET","features":[115]},{"name":"DS_REPL_NBR_GCSPN","features":[115]},{"name":"DS_REPL_NBR_IGNORE_CHANGE_NOTIFICATIONS","features":[115]},{"name":"DS_REPL_NBR_NEVER_SYNCED","features":[115]},{"name":"DS_REPL_NBR_NONGC_RO_REPLICA","features":[115]},{"name":"DS_REPL_NBR_NO_CHANGE_NOTIFICATIONS","features":[115]},{"name":"DS_REPL_NBR_PARTIAL_ATTRIBUTE_SET","features":[115]},{"name":"DS_REPL_NBR_PREEMPTED","features":[115]},{"name":"DS_REPL_NBR_RETURN_OBJECT_PARENTS","features":[115]},{"name":"DS_REPL_NBR_SELECT_SECRETS","features":[115]},{"name":"DS_REPL_NBR_SYNC_ON_STARTUP","features":[115]},{"name":"DS_REPL_NBR_TWO_WAY_SYNC","features":[115]},{"name":"DS_REPL_NBR_USE_ASYNC_INTERSITE_TRANSPORT","features":[115]},{"name":"DS_REPL_NBR_WRITEABLE","features":[115]},{"name":"DS_REPL_NEIGHBORSW","features":[1,115]},{"name":"DS_REPL_NEIGHBORW","features":[1,115]},{"name":"DS_REPL_NEIGHBORW_BLOB","features":[1,115]},{"name":"DS_REPL_OBJ_META_DATA","features":[1,115]},{"name":"DS_REPL_OBJ_META_DATA_2","features":[1,115]},{"name":"DS_REPL_OPW","features":[1,115]},{"name":"DS_REPL_OPW_BLOB","features":[1,115]},{"name":"DS_REPL_OP_TYPE","features":[115]},{"name":"DS_REPL_OP_TYPE_ADD","features":[115]},{"name":"DS_REPL_OP_TYPE_DELETE","features":[115]},{"name":"DS_REPL_OP_TYPE_MODIFY","features":[115]},{"name":"DS_REPL_OP_TYPE_SYNC","features":[115]},{"name":"DS_REPL_OP_TYPE_UPDATE_REFS","features":[115]},{"name":"DS_REPL_PENDING_OPSW","features":[1,115]},{"name":"DS_REPL_QUEUE_STATISTICSW","features":[1,115]},{"name":"DS_REPL_VALUE_META_DATA","features":[1,115]},{"name":"DS_REPL_VALUE_META_DATA_2","features":[1,115]},{"name":"DS_REPL_VALUE_META_DATA_BLOB","features":[1,115]},{"name":"DS_REPL_VALUE_META_DATA_BLOB_EXT","features":[1,115]},{"name":"DS_REPL_VALUE_META_DATA_EXT","features":[1,115]},{"name":"DS_REPMOD_ASYNCHRONOUS_OPERATION","features":[115]},{"name":"DS_REPMOD_UPDATE_ADDRESS","features":[115]},{"name":"DS_REPMOD_UPDATE_FLAGS","features":[115]},{"name":"DS_REPMOD_UPDATE_INSTANCE","features":[115]},{"name":"DS_REPMOD_UPDATE_RESULT","features":[115]},{"name":"DS_REPMOD_UPDATE_SCHEDULE","features":[115]},{"name":"DS_REPMOD_UPDATE_TRANSPORT","features":[115]},{"name":"DS_REPMOD_WRITEABLE","features":[115]},{"name":"DS_REPSYNCALL_ABORT_IF_SERVER_UNAVAILABLE","features":[115]},{"name":"DS_REPSYNCALL_CROSS_SITE_BOUNDARIES","features":[115]},{"name":"DS_REPSYNCALL_DO_NOT_SYNC","features":[115]},{"name":"DS_REPSYNCALL_ERRINFOA","features":[115]},{"name":"DS_REPSYNCALL_ERRINFOW","features":[115]},{"name":"DS_REPSYNCALL_ERROR","features":[115]},{"name":"DS_REPSYNCALL_EVENT","features":[115]},{"name":"DS_REPSYNCALL_EVENT_ERROR","features":[115]},{"name":"DS_REPSYNCALL_EVENT_FINISHED","features":[115]},{"name":"DS_REPSYNCALL_EVENT_SYNC_COMPLETED","features":[115]},{"name":"DS_REPSYNCALL_EVENT_SYNC_STARTED","features":[115]},{"name":"DS_REPSYNCALL_ID_SERVERS_BY_DN","features":[115]},{"name":"DS_REPSYNCALL_NO_OPTIONS","features":[115]},{"name":"DS_REPSYNCALL_PUSH_CHANGES_OUTWARD","features":[115]},{"name":"DS_REPSYNCALL_SERVER_UNREACHABLE","features":[115]},{"name":"DS_REPSYNCALL_SKIP_INITIAL_CHECK","features":[115]},{"name":"DS_REPSYNCALL_SYNCA","features":[115]},{"name":"DS_REPSYNCALL_SYNCW","features":[115]},{"name":"DS_REPSYNCALL_SYNC_ADJACENT_SERVERS_ONLY","features":[115]},{"name":"DS_REPSYNCALL_UPDATEA","features":[115]},{"name":"DS_REPSYNCALL_UPDATEW","features":[115]},{"name":"DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER","features":[115]},{"name":"DS_REPSYNCALL_WIN32_ERROR_REPLICATING","features":[115]},{"name":"DS_REPSYNC_ABANDONED","features":[115]},{"name":"DS_REPSYNC_ADD_REFERENCE","features":[115]},{"name":"DS_REPSYNC_ASYNCHRONOUS_OPERATION","features":[115]},{"name":"DS_REPSYNC_ASYNCHRONOUS_REPLICA","features":[115]},{"name":"DS_REPSYNC_CRITICAL","features":[115]},{"name":"DS_REPSYNC_FORCE","features":[115]},{"name":"DS_REPSYNC_FULL","features":[115]},{"name":"DS_REPSYNC_FULL_IN_PROGRESS","features":[115]},{"name":"DS_REPSYNC_INITIAL","features":[115]},{"name":"DS_REPSYNC_INITIAL_IN_PROGRESS","features":[115]},{"name":"DS_REPSYNC_INTERSITE_MESSAGING","features":[115]},{"name":"DS_REPSYNC_NEVER_COMPLETED","features":[115]},{"name":"DS_REPSYNC_NEVER_NOTIFY","features":[115]},{"name":"DS_REPSYNC_NONGC_RO_REPLICA","features":[115]},{"name":"DS_REPSYNC_NOTIFICATION","features":[115]},{"name":"DS_REPSYNC_NO_DISCARD","features":[115]},{"name":"DS_REPSYNC_PARTIAL_ATTRIBUTE_SET","features":[115]},{"name":"DS_REPSYNC_PERIODIC","features":[115]},{"name":"DS_REPSYNC_PREEMPTED","features":[115]},{"name":"DS_REPSYNC_REQUEUE","features":[115]},{"name":"DS_REPSYNC_SELECT_SECRETS","features":[115]},{"name":"DS_REPSYNC_TWO_WAY","features":[115]},{"name":"DS_REPSYNC_URGENT","features":[115]},{"name":"DS_REPSYNC_USE_COMPRESSION","features":[115]},{"name":"DS_REPSYNC_WRITEABLE","features":[115]},{"name":"DS_REPUPD_ADD_REFERENCE","features":[115]},{"name":"DS_REPUPD_ASYNCHRONOUS_OPERATION","features":[115]},{"name":"DS_REPUPD_DELETE_REFERENCE","features":[115]},{"name":"DS_REPUPD_REFERENCE_GCSPN","features":[115]},{"name":"DS_REPUPD_WRITEABLE","features":[115]},{"name":"DS_RETURN_DNS_NAME","features":[115]},{"name":"DS_RETURN_FLAT_NAME","features":[115]},{"name":"DS_ROLE_DOMAIN_OWNER","features":[115]},{"name":"DS_ROLE_INFRASTRUCTURE_OWNER","features":[115]},{"name":"DS_ROLE_PDC_OWNER","features":[115]},{"name":"DS_ROLE_RID_OWNER","features":[115]},{"name":"DS_ROLE_SCHEMA_OWNER","features":[115]},{"name":"DS_SCHEMA_GUID_ATTR","features":[115]},{"name":"DS_SCHEMA_GUID_ATTR_SET","features":[115]},{"name":"DS_SCHEMA_GUID_CLASS","features":[115]},{"name":"DS_SCHEMA_GUID_CONTROL_RIGHT","features":[115]},{"name":"DS_SCHEMA_GUID_MAPA","features":[115]},{"name":"DS_SCHEMA_GUID_MAPW","features":[115]},{"name":"DS_SCHEMA_GUID_NOT_FOUND","features":[115]},{"name":"DS_SELECTION","features":[1,115,43,44]},{"name":"DS_SELECTION_LIST","features":[1,115,43,44]},{"name":"DS_SELECT_SECRET_DOMAIN_6_FLAG","features":[115]},{"name":"DS_SERVICE_PRINCIPAL_NAME","features":[115]},{"name":"DS_SID_OR_SID_HISTORY_NAME","features":[115]},{"name":"DS_SITE_COST_INFO","features":[115]},{"name":"DS_SPN_ADD_SPN_OP","features":[115]},{"name":"DS_SPN_DELETE_SPN_OP","features":[115]},{"name":"DS_SPN_DNS_HOST","features":[115]},{"name":"DS_SPN_DN_HOST","features":[115]},{"name":"DS_SPN_DOMAIN","features":[115]},{"name":"DS_SPN_NAME_TYPE","features":[115]},{"name":"DS_SPN_NB_DOMAIN","features":[115]},{"name":"DS_SPN_NB_HOST","features":[115]},{"name":"DS_SPN_REPLACE_SPN_OP","features":[115]},{"name":"DS_SPN_SERVICE","features":[115]},{"name":"DS_SPN_WRITE_OP","features":[115]},{"name":"DS_SYNCED_EVENT_NAME","features":[115]},{"name":"DS_SYNCED_EVENT_NAME_W","features":[115]},{"name":"DS_TIMESERV_FLAG","features":[115]},{"name":"DS_TIMESERV_REQUIRED","features":[115]},{"name":"DS_TRY_NEXTCLOSEST_SITE","features":[115]},{"name":"DS_UNIQUE_ID_NAME","features":[115]},{"name":"DS_UNKNOWN_NAME","features":[115]},{"name":"DS_USER_PRINCIPAL_NAME","features":[115]},{"name":"DS_WEB_SERVICE_REQUIRED","features":[115]},{"name":"DS_WRITABLE_FLAG","features":[115]},{"name":"DS_WRITABLE_REQUIRED","features":[115]},{"name":"DS_WS_FLAG","features":[115]},{"name":"DsAddSidHistoryA","features":[1,115]},{"name":"DsAddSidHistoryW","features":[1,115]},{"name":"DsAddressToSiteNamesA","features":[115,16]},{"name":"DsAddressToSiteNamesExA","features":[115,16]},{"name":"DsAddressToSiteNamesExW","features":[115,16]},{"name":"DsAddressToSiteNamesW","features":[115,16]},{"name":"DsBindA","features":[1,115]},{"name":"DsBindByInstanceA","features":[1,115]},{"name":"DsBindByInstanceW","features":[1,115]},{"name":"DsBindToISTGA","features":[1,115]},{"name":"DsBindToISTGW","features":[1,115]},{"name":"DsBindW","features":[1,115]},{"name":"DsBindWithCredA","features":[1,115]},{"name":"DsBindWithCredW","features":[1,115]},{"name":"DsBindWithSpnA","features":[1,115]},{"name":"DsBindWithSpnExA","features":[1,115]},{"name":"DsBindWithSpnExW","features":[1,115]},{"name":"DsBindWithSpnW","features":[1,115]},{"name":"DsBindingSetTimeout","features":[1,115]},{"name":"DsBrowseForContainerA","features":[1,115,116]},{"name":"DsBrowseForContainerW","features":[1,115,116]},{"name":"DsClientMakeSpnForTargetServerA","features":[115]},{"name":"DsClientMakeSpnForTargetServerW","features":[115]},{"name":"DsCrackNamesA","features":[1,115]},{"name":"DsCrackNamesW","features":[1,115]},{"name":"DsCrackSpn2A","features":[115]},{"name":"DsCrackSpn2W","features":[115]},{"name":"DsCrackSpn3W","features":[115]},{"name":"DsCrackSpn4W","features":[115]},{"name":"DsCrackSpnA","features":[115]},{"name":"DsCrackSpnW","features":[115]},{"name":"DsCrackUnquotedMangledRdnA","features":[1,115]},{"name":"DsCrackUnquotedMangledRdnW","features":[1,115]},{"name":"DsDeregisterDnsHostRecordsA","features":[115]},{"name":"DsDeregisterDnsHostRecordsW","features":[115]},{"name":"DsEnumerateDomainTrustsA","features":[115,5]},{"name":"DsEnumerateDomainTrustsW","features":[115,5]},{"name":"DsFreeDomainControllerInfoA","features":[115]},{"name":"DsFreeDomainControllerInfoW","features":[115]},{"name":"DsFreeNameResultA","features":[115]},{"name":"DsFreeNameResultW","features":[115]},{"name":"DsFreePasswordCredentials","features":[115]},{"name":"DsFreeSchemaGuidMapA","features":[115]},{"name":"DsFreeSchemaGuidMapW","features":[115]},{"name":"DsFreeSpnArrayA","features":[115]},{"name":"DsFreeSpnArrayW","features":[115]},{"name":"DsGetDcCloseW","features":[1,115]},{"name":"DsGetDcNameA","features":[115]},{"name":"DsGetDcNameW","features":[115]},{"name":"DsGetDcNextA","features":[1,115,16]},{"name":"DsGetDcNextW","features":[1,115,16]},{"name":"DsGetDcOpenA","features":[1,115]},{"name":"DsGetDcOpenW","features":[1,115]},{"name":"DsGetDcSiteCoverageA","features":[115]},{"name":"DsGetDcSiteCoverageW","features":[115]},{"name":"DsGetDomainControllerInfoA","features":[1,115]},{"name":"DsGetDomainControllerInfoW","features":[1,115]},{"name":"DsGetForestTrustInformationW","features":[115,24]},{"name":"DsGetFriendlyClassName","features":[115]},{"name":"DsGetIcon","features":[115,55]},{"name":"DsGetRdnW","features":[115]},{"name":"DsGetSiteNameA","features":[115]},{"name":"DsGetSiteNameW","features":[115]},{"name":"DsGetSpnA","features":[115]},{"name":"DsGetSpnW","features":[115]},{"name":"DsInheritSecurityIdentityA","features":[1,115]},{"name":"DsInheritSecurityIdentityW","features":[1,115]},{"name":"DsIsMangledDnA","features":[1,115]},{"name":"DsIsMangledDnW","features":[1,115]},{"name":"DsIsMangledRdnValueA","features":[1,115]},{"name":"DsIsMangledRdnValueW","features":[1,115]},{"name":"DsListDomainsInSiteA","features":[1,115]},{"name":"DsListDomainsInSiteW","features":[1,115]},{"name":"DsListInfoForServerA","features":[1,115]},{"name":"DsListInfoForServerW","features":[1,115]},{"name":"DsListRolesA","features":[1,115]},{"name":"DsListRolesW","features":[1,115]},{"name":"DsListServersForDomainInSiteA","features":[1,115]},{"name":"DsListServersForDomainInSiteW","features":[1,115]},{"name":"DsListServersInSiteA","features":[1,115]},{"name":"DsListServersInSiteW","features":[1,115]},{"name":"DsListSitesA","features":[1,115]},{"name":"DsListSitesW","features":[1,115]},{"name":"DsMakePasswordCredentialsA","features":[115]},{"name":"DsMakePasswordCredentialsW","features":[115]},{"name":"DsMakeSpnA","features":[115]},{"name":"DsMakeSpnW","features":[115]},{"name":"DsMapSchemaGuidsA","features":[1,115]},{"name":"DsMapSchemaGuidsW","features":[1,115]},{"name":"DsMergeForestTrustInformationW","features":[115,24]},{"name":"DsQuerySitesByCostA","features":[1,115]},{"name":"DsQuerySitesByCostW","features":[1,115]},{"name":"DsQuerySitesFree","features":[115]},{"name":"DsQuoteRdnValueA","features":[115]},{"name":"DsQuoteRdnValueW","features":[115]},{"name":"DsRemoveDsDomainA","features":[1,115]},{"name":"DsRemoveDsDomainW","features":[1,115]},{"name":"DsRemoveDsServerA","features":[1,115]},{"name":"DsRemoveDsServerW","features":[1,115]},{"name":"DsReplicaAddA","features":[1,115]},{"name":"DsReplicaAddW","features":[1,115]},{"name":"DsReplicaConsistencyCheck","features":[1,115]},{"name":"DsReplicaDelA","features":[1,115]},{"name":"DsReplicaDelW","features":[1,115]},{"name":"DsReplicaFreeInfo","features":[115]},{"name":"DsReplicaGetInfo2W","features":[1,115]},{"name":"DsReplicaGetInfoW","features":[1,115]},{"name":"DsReplicaModifyA","features":[1,115]},{"name":"DsReplicaModifyW","features":[1,115]},{"name":"DsReplicaSyncA","features":[1,115]},{"name":"DsReplicaSyncAllA","features":[1,115]},{"name":"DsReplicaSyncAllW","features":[1,115]},{"name":"DsReplicaSyncW","features":[1,115]},{"name":"DsReplicaUpdateRefsA","features":[1,115]},{"name":"DsReplicaUpdateRefsW","features":[1,115]},{"name":"DsReplicaVerifyObjectsA","features":[1,115]},{"name":"DsReplicaVerifyObjectsW","features":[1,115]},{"name":"DsRoleFreeMemory","features":[115]},{"name":"DsRoleGetPrimaryDomainInformation","features":[115]},{"name":"DsRoleOperationActive","features":[115]},{"name":"DsRoleOperationIdle","features":[115]},{"name":"DsRoleOperationNeedReboot","features":[115]},{"name":"DsRoleOperationState","features":[115]},{"name":"DsRolePrimaryDomainInfoBasic","features":[115]},{"name":"DsRoleServerBackup","features":[115]},{"name":"DsRoleServerPrimary","features":[115]},{"name":"DsRoleServerUnknown","features":[115]},{"name":"DsRoleUpgradeStatus","features":[115]},{"name":"DsRole_RoleBackupDomainController","features":[115]},{"name":"DsRole_RoleMemberServer","features":[115]},{"name":"DsRole_RoleMemberWorkstation","features":[115]},{"name":"DsRole_RolePrimaryDomainController","features":[115]},{"name":"DsRole_RoleStandaloneServer","features":[115]},{"name":"DsRole_RoleStandaloneWorkstation","features":[115]},{"name":"DsServerRegisterSpnA","features":[115]},{"name":"DsServerRegisterSpnW","features":[115]},{"name":"DsUnBindA","features":[1,115]},{"name":"DsUnBindW","features":[1,115]},{"name":"DsUnquoteRdnValueA","features":[115]},{"name":"DsUnquoteRdnValueW","features":[115]},{"name":"DsValidateSubnetNameA","features":[115]},{"name":"DsValidateSubnetNameW","features":[115]},{"name":"DsWriteAccountSpnA","features":[1,115]},{"name":"DsWriteAccountSpnW","features":[1,115]},{"name":"Email","features":[115]},{"name":"FACILITY_BACKUP","features":[115]},{"name":"FACILITY_NTDSB","features":[115]},{"name":"FACILITY_SYSTEM","features":[115]},{"name":"FLAG_DISABLABLE_OPTIONAL_FEATURE","features":[115]},{"name":"FLAG_DOMAIN_OPTIONAL_FEATURE","features":[115]},{"name":"FLAG_FOREST_OPTIONAL_FEATURE","features":[115]},{"name":"FLAG_SERVER_OPTIONAL_FEATURE","features":[115]},{"name":"FRSCONN_MAX_PRIORITY","features":[115]},{"name":"FRSCONN_PRIORITY_MASK","features":[115]},{"name":"FaxNumber","features":[115]},{"name":"FreeADsMem","features":[1,115]},{"name":"FreeADsStr","features":[1,115]},{"name":"GUID_COMPUTRS_CONTAINER_A","features":[115]},{"name":"GUID_COMPUTRS_CONTAINER_W","features":[115]},{"name":"GUID_DELETED_OBJECTS_CONTAINER_A","features":[115]},{"name":"GUID_DELETED_OBJECTS_CONTAINER_W","features":[115]},{"name":"GUID_DOMAIN_CONTROLLERS_CONTAINER_A","features":[115]},{"name":"GUID_DOMAIN_CONTROLLERS_CONTAINER_W","features":[115]},{"name":"GUID_FOREIGNSECURITYPRINCIPALS_CONTAINER_A","features":[115]},{"name":"GUID_FOREIGNSECURITYPRINCIPALS_CONTAINER_W","features":[115]},{"name":"GUID_INFRASTRUCTURE_CONTAINER_A","features":[115]},{"name":"GUID_INFRASTRUCTURE_CONTAINER_W","features":[115]},{"name":"GUID_KEYS_CONTAINER_W","features":[115]},{"name":"GUID_LOSTANDFOUND_CONTAINER_A","features":[115]},{"name":"GUID_LOSTANDFOUND_CONTAINER_W","features":[115]},{"name":"GUID_MANAGED_SERVICE_ACCOUNTS_CONTAINER_W","features":[115]},{"name":"GUID_MICROSOFT_PROGRAM_DATA_CONTAINER_A","features":[115]},{"name":"GUID_MICROSOFT_PROGRAM_DATA_CONTAINER_W","features":[115]},{"name":"GUID_NTDS_QUOTAS_CONTAINER_A","features":[115]},{"name":"GUID_NTDS_QUOTAS_CONTAINER_W","features":[115]},{"name":"GUID_PRIVILEGED_ACCESS_MANAGEMENT_OPTIONAL_FEATURE_A","features":[115]},{"name":"GUID_PRIVILEGED_ACCESS_MANAGEMENT_OPTIONAL_FEATURE_W","features":[115]},{"name":"GUID_PROGRAM_DATA_CONTAINER_A","features":[115]},{"name":"GUID_PROGRAM_DATA_CONTAINER_W","features":[115]},{"name":"GUID_RECYCLE_BIN_OPTIONAL_FEATURE_A","features":[115]},{"name":"GUID_RECYCLE_BIN_OPTIONAL_FEATURE_W","features":[115]},{"name":"GUID_SYSTEMS_CONTAINER_A","features":[115]},{"name":"GUID_SYSTEMS_CONTAINER_W","features":[115]},{"name":"GUID_USERS_CONTAINER_A","features":[115]},{"name":"GUID_USERS_CONTAINER_W","features":[115]},{"name":"Hold","features":[115]},{"name":"IADs","features":[115]},{"name":"IADsADSystemInfo","features":[115]},{"name":"IADsAccessControlEntry","features":[115]},{"name":"IADsAccessControlList","features":[115]},{"name":"IADsAcl","features":[115]},{"name":"IADsAggregatee","features":[115]},{"name":"IADsAggregator","features":[115]},{"name":"IADsBackLink","features":[115]},{"name":"IADsCaseIgnoreList","features":[115]},{"name":"IADsClass","features":[115]},{"name":"IADsCollection","features":[115]},{"name":"IADsComputer","features":[115]},{"name":"IADsComputerOperations","features":[115]},{"name":"IADsContainer","features":[115]},{"name":"IADsDNWithBinary","features":[115]},{"name":"IADsDNWithString","features":[115]},{"name":"IADsDeleteOps","features":[115]},{"name":"IADsDomain","features":[115]},{"name":"IADsEmail","features":[115]},{"name":"IADsExtension","features":[115]},{"name":"IADsFaxNumber","features":[115]},{"name":"IADsFileService","features":[115]},{"name":"IADsFileServiceOperations","features":[115]},{"name":"IADsFileShare","features":[115]},{"name":"IADsGroup","features":[115]},{"name":"IADsHold","features":[115]},{"name":"IADsLargeInteger","features":[115]},{"name":"IADsLocality","features":[115]},{"name":"IADsMembers","features":[115]},{"name":"IADsNameTranslate","features":[115]},{"name":"IADsNamespaces","features":[115]},{"name":"IADsNetAddress","features":[115]},{"name":"IADsO","features":[115]},{"name":"IADsOU","features":[115]},{"name":"IADsObjectOptions","features":[115]},{"name":"IADsOctetList","features":[115]},{"name":"IADsOpenDSObject","features":[115]},{"name":"IADsPath","features":[115]},{"name":"IADsPathname","features":[115]},{"name":"IADsPostalAddress","features":[115]},{"name":"IADsPrintJob","features":[115]},{"name":"IADsPrintJobOperations","features":[115]},{"name":"IADsPrintQueue","features":[115]},{"name":"IADsPrintQueueOperations","features":[115]},{"name":"IADsProperty","features":[115]},{"name":"IADsPropertyEntry","features":[115]},{"name":"IADsPropertyList","features":[115]},{"name":"IADsPropertyValue","features":[115]},{"name":"IADsPropertyValue2","features":[115]},{"name":"IADsReplicaPointer","features":[115]},{"name":"IADsResource","features":[115]},{"name":"IADsSecurityDescriptor","features":[115]},{"name":"IADsSecurityUtility","features":[115]},{"name":"IADsService","features":[115]},{"name":"IADsServiceOperations","features":[115]},{"name":"IADsSession","features":[115]},{"name":"IADsSyntax","features":[115]},{"name":"IADsTimestamp","features":[115]},{"name":"IADsTypedName","features":[115]},{"name":"IADsUser","features":[115]},{"name":"IADsWinNTSystemInfo","features":[115]},{"name":"ICommonQuery","features":[115]},{"name":"IDirectoryObject","features":[115]},{"name":"IDirectorySchemaMgmt","features":[115]},{"name":"IDirectorySearch","features":[115]},{"name":"IDsAdminCreateObj","features":[115]},{"name":"IDsAdminNewObj","features":[115]},{"name":"IDsAdminNewObjExt","features":[115]},{"name":"IDsAdminNewObjPrimarySite","features":[115]},{"name":"IDsAdminNotifyHandler","features":[115]},{"name":"IDsBrowseDomainTree","features":[115]},{"name":"IDsDisplaySpecifier","features":[115]},{"name":"IDsObjectPicker","features":[115]},{"name":"IDsObjectPickerCredentials","features":[115]},{"name":"IPersistQuery","features":[115]},{"name":"IPrivateDispatch","features":[115]},{"name":"IPrivateUnknown","features":[115]},{"name":"IQueryForm","features":[115]},{"name":"LPCQADDFORMSPROC","features":[1,115,55]},{"name":"LPCQADDPAGESPROC","features":[1,115,55]},{"name":"LPCQPAGEPROC","features":[1,115,55]},{"name":"LPDSENUMATTRIBUTES","features":[1,115]},{"name":"LargeInteger","features":[115]},{"name":"NTDSAPI_BIND_ALLOW_DELEGATION","features":[115]},{"name":"NTDSAPI_BIND_FIND_BINDING","features":[115]},{"name":"NTDSAPI_BIND_FORCE_KERBEROS","features":[115]},{"name":"NTDSCONN_KCC_GC_TOPOLOGY","features":[115]},{"name":"NTDSCONN_KCC_INTERSITE_GC_TOPOLOGY","features":[115]},{"name":"NTDSCONN_KCC_INTERSITE_TOPOLOGY","features":[115]},{"name":"NTDSCONN_KCC_MINIMIZE_HOPS_TOPOLOGY","features":[115]},{"name":"NTDSCONN_KCC_NO_REASON","features":[115]},{"name":"NTDSCONN_KCC_OSCILLATING_CONNECTION_TOPOLOGY","features":[115]},{"name":"NTDSCONN_KCC_REDUNDANT_SERVER_TOPOLOGY","features":[115]},{"name":"NTDSCONN_KCC_RING_TOPOLOGY","features":[115]},{"name":"NTDSCONN_KCC_SERVER_FAILOVER_TOPOLOGY","features":[115]},{"name":"NTDSCONN_KCC_SITE_FAILOVER_TOPOLOGY","features":[115]},{"name":"NTDSCONN_KCC_STALE_SERVERS_TOPOLOGY","features":[115]},{"name":"NTDSCONN_OPT_DISABLE_INTERSITE_COMPRESSION","features":[115]},{"name":"NTDSCONN_OPT_IGNORE_SCHEDULE_MASK","features":[115]},{"name":"NTDSCONN_OPT_IS_GENERATED","features":[115]},{"name":"NTDSCONN_OPT_OVERRIDE_NOTIFY_DEFAULT","features":[115]},{"name":"NTDSCONN_OPT_RODC_TOPOLOGY","features":[115]},{"name":"NTDSCONN_OPT_TWOWAY_SYNC","features":[115]},{"name":"NTDSCONN_OPT_USER_OWNED_SCHEDULE","features":[115]},{"name":"NTDSCONN_OPT_USE_NOTIFY","features":[115]},{"name":"NTDSDSA_OPT_BLOCK_RPC","features":[115]},{"name":"NTDSDSA_OPT_DISABLE_INBOUND_REPL","features":[115]},{"name":"NTDSDSA_OPT_DISABLE_NTDSCONN_XLATE","features":[115]},{"name":"NTDSDSA_OPT_DISABLE_OUTBOUND_REPL","features":[115]},{"name":"NTDSDSA_OPT_DISABLE_SPN_REGISTRATION","features":[115]},{"name":"NTDSDSA_OPT_GENERATE_OWN_TOPO","features":[115]},{"name":"NTDSDSA_OPT_IS_GC","features":[115]},{"name":"NTDSSETTINGS_DEFAULT_SERVER_REDUNDANCY","features":[115]},{"name":"NTDSSETTINGS_OPT_FORCE_KCC_W2K_ELECTION","features":[115]},{"name":"NTDSSETTINGS_OPT_FORCE_KCC_WHISTLER_BEHAVIOR","features":[115]},{"name":"NTDSSETTINGS_OPT_IS_AUTO_TOPOLOGY_DISABLED","features":[115]},{"name":"NTDSSETTINGS_OPT_IS_GROUP_CACHING_ENABLED","features":[115]},{"name":"NTDSSETTINGS_OPT_IS_INTER_SITE_AUTO_TOPOLOGY_DISABLED","features":[115]},{"name":"NTDSSETTINGS_OPT_IS_RAND_BH_SELECTION_DISABLED","features":[115]},{"name":"NTDSSETTINGS_OPT_IS_REDUNDANT_SERVER_TOPOLOGY_ENABLED","features":[115]},{"name":"NTDSSETTINGS_OPT_IS_SCHEDULE_HASHING_ENABLED","features":[115]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_CLEANUP_DISABLED","features":[115]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_DETECT_STALE_DISABLED","features":[115]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_MIN_HOPS_DISABLED","features":[115]},{"name":"NTDSSETTINGS_OPT_W2K3_BRIDGES_REQUIRED","features":[115]},{"name":"NTDSSETTINGS_OPT_W2K3_IGNORE_SCHEDULES","features":[115]},{"name":"NTDSSITECONN_OPT_DISABLE_COMPRESSION","features":[115]},{"name":"NTDSSITECONN_OPT_TWOWAY_SYNC","features":[115]},{"name":"NTDSSITECONN_OPT_USE_NOTIFY","features":[115]},{"name":"NTDSSITELINK_OPT_DISABLE_COMPRESSION","features":[115]},{"name":"NTDSSITELINK_OPT_TWOWAY_SYNC","features":[115]},{"name":"NTDSSITELINK_OPT_USE_NOTIFY","features":[115]},{"name":"NTDSTRANSPORT_OPT_BRIDGES_REQUIRED","features":[115]},{"name":"NTDSTRANSPORT_OPT_IGNORE_SCHEDULES","features":[115]},{"name":"NameTranslate","features":[115]},{"name":"NetAddress","features":[115]},{"name":"OPENQUERYWINDOW","features":[115]},{"name":"OQWF_DEFAULTFORM","features":[115]},{"name":"OQWF_HIDEMENUS","features":[115]},{"name":"OQWF_HIDESEARCHUI","features":[115]},{"name":"OQWF_ISSUEONOPEN","features":[115]},{"name":"OQWF_LOADQUERY","features":[115]},{"name":"OQWF_OKCANCEL","features":[115]},{"name":"OQWF_PARAMISPROPERTYBAG","features":[115]},{"name":"OQWF_REMOVEFORMS","features":[115]},{"name":"OQWF_REMOVESCOPES","features":[115]},{"name":"OQWF_SAVEQUERYONOK","features":[115]},{"name":"OQWF_SHOWOPTIONAL","features":[115]},{"name":"OQWF_SINGLESELECT","features":[115]},{"name":"OctetList","features":[115]},{"name":"Path","features":[115]},{"name":"Pathname","features":[115]},{"name":"PostalAddress","features":[115]},{"name":"PropVariantToAdsType","features":[1,115,43,44]},{"name":"PropertyEntry","features":[115]},{"name":"PropertyValue","features":[115]},{"name":"QUERYFORM_CHANGESFORMLIST","features":[115]},{"name":"QUERYFORM_CHANGESOPTFORMLIST","features":[115]},{"name":"ReallocADsMem","features":[115]},{"name":"ReallocADsStr","features":[1,115]},{"name":"ReplicaPointer","features":[115]},{"name":"SCHEDULE","features":[115]},{"name":"SCHEDULE_BANDWIDTH","features":[115]},{"name":"SCHEDULE_HEADER","features":[115]},{"name":"SCHEDULE_INTERVAL","features":[115]},{"name":"SCHEDULE_PRIORITY","features":[115]},{"name":"SecurityDescriptor","features":[115]},{"name":"SecurityDescriptorToBinarySD","features":[1,115,5,43,44]},{"name":"Timestamp","features":[115]},{"name":"TypedName","features":[115]},{"name":"WM_ADSPROP_NOTIFY_APPLY","features":[115]},{"name":"WM_ADSPROP_NOTIFY_CHANGE","features":[115]},{"name":"WM_ADSPROP_NOTIFY_ERROR","features":[115]},{"name":"WM_ADSPROP_NOTIFY_EXIT","features":[115]},{"name":"WM_ADSPROP_NOTIFY_FOREGROUND","features":[115]},{"name":"WM_ADSPROP_NOTIFY_PAGEHWND","features":[115]},{"name":"WM_ADSPROP_NOTIFY_PAGEINIT","features":[115]},{"name":"WM_ADSPROP_NOTIFY_SETFOCUS","features":[115]},{"name":"WinNTSystemInfo","features":[115]},{"name":"hrAccessDenied","features":[115]},{"name":"hrAfterInitialization","features":[115]},{"name":"hrAlreadyInitialized","features":[115]},{"name":"hrAlreadyOpen","features":[115]},{"name":"hrAlreadyPrepared","features":[115]},{"name":"hrBFInUse","features":[115]},{"name":"hrBFNotSynchronous","features":[115]},{"name":"hrBFPageNotFound","features":[115]},{"name":"hrBackupDirectoryNotEmpty","features":[115]},{"name":"hrBackupInProgress","features":[115]},{"name":"hrBackupNotAllowedYet","features":[115]},{"name":"hrBadBackupDatabaseSize","features":[115]},{"name":"hrBadCheckpointSignature","features":[115]},{"name":"hrBadColumnId","features":[115]},{"name":"hrBadDbSignature","features":[115]},{"name":"hrBadItagSequence","features":[115]},{"name":"hrBadLogSignature","features":[115]},{"name":"hrBadLogVersion","features":[115]},{"name":"hrBufferTooSmall","features":[115]},{"name":"hrBufferTruncated","features":[115]},{"name":"hrCannotBeTagged","features":[115]},{"name":"hrCannotRename","features":[115]},{"name":"hrCheckpointCorrupt","features":[115]},{"name":"hrCircularLogging","features":[115]},{"name":"hrColumn2ndSysMaint","features":[115]},{"name":"hrColumnCannotIndex","features":[115]},{"name":"hrColumnDoesNotFit","features":[115]},{"name":"hrColumnDuplicate","features":[115]},{"name":"hrColumnInUse","features":[115]},{"name":"hrColumnIndexed","features":[115]},{"name":"hrColumnLong","features":[115]},{"name":"hrColumnMaxTruncated","features":[115]},{"name":"hrColumnNotFound","features":[115]},{"name":"hrColumnNotUpdatable","features":[115]},{"name":"hrColumnNull","features":[115]},{"name":"hrColumnSetNull","features":[115]},{"name":"hrColumnTooBig","features":[115]},{"name":"hrCommunicationError","features":[115]},{"name":"hrConsistentTimeMismatch","features":[115]},{"name":"hrContainerNotEmpty","features":[115]},{"name":"hrContentsExpired","features":[115]},{"name":"hrCouldNotConnect","features":[115]},{"name":"hrCreateIndexFailed","features":[115]},{"name":"hrCurrencyStackOutOfMemory","features":[115]},{"name":"hrDatabaseAttached","features":[115]},{"name":"hrDatabaseCorrupted","features":[115]},{"name":"hrDatabaseDuplicate","features":[115]},{"name":"hrDatabaseInUse","features":[115]},{"name":"hrDatabaseInconsistent","features":[115]},{"name":"hrDatabaseInvalidName","features":[115]},{"name":"hrDatabaseInvalidPages","features":[115]},{"name":"hrDatabaseLocked","features":[115]},{"name":"hrDatabaseNotFound","features":[115]},{"name":"hrDeleteBackupFileFail","features":[115]},{"name":"hrDensityInvalid","features":[115]},{"name":"hrDiskFull","features":[115]},{"name":"hrDiskIO","features":[115]},{"name":"hrError","features":[115]},{"name":"hrExistingLogFileHasBadSignature","features":[115]},{"name":"hrExistingLogFileIsNotContiguous","features":[115]},{"name":"hrFLDKeyTooBig","features":[115]},{"name":"hrFLDNullKey","features":[115]},{"name":"hrFLDTooManySegments","features":[115]},{"name":"hrFeatureNotAvailable","features":[115]},{"name":"hrFileAccessDenied","features":[115]},{"name":"hrFileClose","features":[115]},{"name":"hrFileNotFound","features":[115]},{"name":"hrFileOpenReadOnly","features":[115]},{"name":"hrFullBackupNotTaken","features":[115]},{"name":"hrGivenLogFileHasBadSignature","features":[115]},{"name":"hrGivenLogFileIsNotContiguous","features":[115]},{"name":"hrIllegalOperation","features":[115]},{"name":"hrInTransaction","features":[115]},{"name":"hrIncrementalBackupDisabled","features":[115]},{"name":"hrIndexCantBuild","features":[115]},{"name":"hrIndexDuplicate","features":[115]},{"name":"hrIndexHasClustered","features":[115]},{"name":"hrIndexHasPrimary","features":[115]},{"name":"hrIndexInUse","features":[115]},{"name":"hrIndexInvalidDef","features":[115]},{"name":"hrIndexMustStay","features":[115]},{"name":"hrIndexNotFound","features":[115]},{"name":"hrInvalidBackup","features":[115]},{"name":"hrInvalidBackupSequence","features":[115]},{"name":"hrInvalidBookmark","features":[115]},{"name":"hrInvalidBufferSize","features":[115]},{"name":"hrInvalidCodePage","features":[115]},{"name":"hrInvalidColumnType","features":[115]},{"name":"hrInvalidCountry","features":[115]},{"name":"hrInvalidDatabase","features":[115]},{"name":"hrInvalidDatabaseId","features":[115]},{"name":"hrInvalidFilename","features":[115]},{"name":"hrInvalidHandle","features":[115]},{"name":"hrInvalidLanguageId","features":[115]},{"name":"hrInvalidLogSequence","features":[115]},{"name":"hrInvalidName","features":[115]},{"name":"hrInvalidObject","features":[115]},{"name":"hrInvalidOnSort","features":[115]},{"name":"hrInvalidOperation","features":[115]},{"name":"hrInvalidParam","features":[115]},{"name":"hrInvalidParameter","features":[115]},{"name":"hrInvalidPath","features":[115]},{"name":"hrInvalidRecips","features":[115]},{"name":"hrInvalidSesid","features":[115]},{"name":"hrInvalidTableId","features":[115]},{"name":"hrKeyChanged","features":[115]},{"name":"hrKeyDuplicate","features":[115]},{"name":"hrKeyIsMade","features":[115]},{"name":"hrKeyNotMade","features":[115]},{"name":"hrLogBufferTooSmall","features":[115]},{"name":"hrLogCorrupted","features":[115]},{"name":"hrLogDiskFull","features":[115]},{"name":"hrLogFileCorrupt","features":[115]},{"name":"hrLogFileNotFound","features":[115]},{"name":"hrLogSequenceEnd","features":[115]},{"name":"hrLogWriteFail","features":[115]},{"name":"hrLoggingDisabled","features":[115]},{"name":"hrMakeBackupDirectoryFail","features":[115]},{"name":"hrMissingExpiryToken","features":[115]},{"name":"hrMissingFullBackup","features":[115]},{"name":"hrMissingLogFile","features":[115]},{"name":"hrMissingPreviousLogFile","features":[115]},{"name":"hrMissingRestoreLogFiles","features":[115]},{"name":"hrNoBackup","features":[115]},{"name":"hrNoBackupDirectory","features":[115]},{"name":"hrNoCurrentIndex","features":[115]},{"name":"hrNoCurrentRecord","features":[115]},{"name":"hrNoFullRestore","features":[115]},{"name":"hrNoIdleActivity","features":[115]},{"name":"hrNoWriteLock","features":[115]},{"name":"hrNone","features":[115]},{"name":"hrNotInTransaction","features":[115]},{"name":"hrNotInitialized","features":[115]},{"name":"hrNullInvalid","features":[115]},{"name":"hrNullKeyDisallowed","features":[115]},{"name":"hrNyi","features":[115]},{"name":"hrObjectDuplicate","features":[115]},{"name":"hrObjectNotFound","features":[115]},{"name":"hrOutOfBuffers","features":[115]},{"name":"hrOutOfCursors","features":[115]},{"name":"hrOutOfDatabaseSpace","features":[115]},{"name":"hrOutOfFileHandles","features":[115]},{"name":"hrOutOfMemory","features":[115]},{"name":"hrOutOfSessions","features":[115]},{"name":"hrOutOfThreads","features":[115]},{"name":"hrPMRecDeleted","features":[115]},{"name":"hrPatchFileMismatch","features":[115]},{"name":"hrPermissionDenied","features":[115]},{"name":"hrReadVerifyFailure","features":[115]},{"name":"hrRecordClusteredChanged","features":[115]},{"name":"hrRecordDeleted","features":[115]},{"name":"hrRecordNotFound","features":[115]},{"name":"hrRecordTooBig","features":[115]},{"name":"hrRecoveredWithErrors","features":[115]},{"name":"hrRemainingVersions","features":[115]},{"name":"hrRestoreInProgress","features":[115]},{"name":"hrRestoreLogTooHigh","features":[115]},{"name":"hrRestoreLogTooLow","features":[115]},{"name":"hrRestoreMapExists","features":[115]},{"name":"hrSeekNotEqual","features":[115]},{"name":"hrSessionWriteConflict","features":[115]},{"name":"hrTableDuplicate","features":[115]},{"name":"hrTableEmpty","features":[115]},{"name":"hrTableInUse","features":[115]},{"name":"hrTableLocked","features":[115]},{"name":"hrTableNotEmpty","features":[115]},{"name":"hrTaggedNotNULL","features":[115]},{"name":"hrTempFileOpenError","features":[115]},{"name":"hrTermInProgress","features":[115]},{"name":"hrTooManyActiveUsers","features":[115]},{"name":"hrTooManyAttachedDatabases","features":[115]},{"name":"hrTooManyColumns","features":[115]},{"name":"hrTooManyIO","features":[115]},{"name":"hrTooManyIndexes","features":[115]},{"name":"hrTooManyKeys","features":[115]},{"name":"hrTooManyOpenDatabases","features":[115]},{"name":"hrTooManyOpenIndexes","features":[115]},{"name":"hrTooManyOpenTables","features":[115]},{"name":"hrTooManySorts","features":[115]},{"name":"hrTransTooDeep","features":[115]},{"name":"hrUnknownExpiryTokenFormat","features":[115]},{"name":"hrUpdateNotPrepared","features":[115]},{"name":"hrVersionStoreOutOfMemory","features":[115]},{"name":"hrWriteConflict","features":[115]},{"name":"hrerrDataHasChanged","features":[115]},{"name":"hrwrnDataHasChanged","features":[115]}],"478":[{"name":"AddClusterGroupDependency","features":[117]},{"name":"AddClusterGroupDependencyEx","features":[117]},{"name":"AddClusterGroupSetDependency","features":[117]},{"name":"AddClusterGroupSetDependencyEx","features":[117]},{"name":"AddClusterGroupToGroupSetDependency","features":[117]},{"name":"AddClusterGroupToGroupSetDependencyEx","features":[117]},{"name":"AddClusterNode","features":[1,117]},{"name":"AddClusterNodeEx","features":[1,117]},{"name":"AddClusterResourceDependency","features":[117]},{"name":"AddClusterResourceDependencyEx","features":[117]},{"name":"AddClusterResourceNode","features":[117]},{"name":"AddClusterResourceNodeEx","features":[117]},{"name":"AddClusterStorageNode","features":[1,117]},{"name":"AddCrossClusterGroupSetDependency","features":[117]},{"name":"AddResourceToClusterSharedVolumes","features":[117]},{"name":"BackupClusterDatabase","features":[117]},{"name":"BitLockerDecrypted","features":[117]},{"name":"BitLockerDecrypting","features":[117]},{"name":"BitLockerEnabled","features":[117]},{"name":"BitLockerPaused","features":[117]},{"name":"BitLockerStopped","features":[117]},{"name":"BitlockerEncrypted","features":[117]},{"name":"BitlockerEncrypting","features":[117]},{"name":"CA_UPGRADE_VERSION","features":[117]},{"name":"CLCTL_ADD_CRYPTO_CHECKPOINT","features":[117]},{"name":"CLCTL_ADD_CRYPTO_CHECKPOINT_EX","features":[117]},{"name":"CLCTL_ADD_DEPENDENCY","features":[117]},{"name":"CLCTL_ADD_OWNER","features":[117]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT","features":[117]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT_32BIT","features":[117]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT_64BIT","features":[117]},{"name":"CLCTL_BATCH_BLOCK_KEY","features":[117]},{"name":"CLCTL_BATCH_UNBLOCK_KEY","features":[117]},{"name":"CLCTL_BLOCK_GEM_SEND_RECV","features":[117]},{"name":"CLCTL_CHECK_DRAIN_VETO","features":[117]},{"name":"CLCTL_CHECK_VOTER_DOWN","features":[117]},{"name":"CLCTL_CHECK_VOTER_DOWN_WITNESS","features":[117]},{"name":"CLCTL_CHECK_VOTER_EVICT","features":[117]},{"name":"CLCTL_CHECK_VOTER_EVICT_WITNESS","features":[117]},{"name":"CLCTL_CLEAR_NODE_CONNECTION_INFO","features":[117]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS","features":[117]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS_WITH_KEY","features":[117]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_UPDATE_KEY","features":[117]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_UPDATE_TOKEN","features":[117]},{"name":"CLCTL_CLUSTER_BASE","features":[117]},{"name":"CLCTL_CLUSTER_NAME_CHANGED","features":[117]},{"name":"CLCTL_CLUSTER_VERSION_CHANGED","features":[117]},{"name":"CLCTL_CODES","features":[117]},{"name":"CLCTL_DELETE","features":[117]},{"name":"CLCTL_DELETE_CRYPTO_CHECKPOINT","features":[117]},{"name":"CLCTL_DELETE_REGISTRY_CHECKPOINT","features":[117]},{"name":"CLCTL_DISABLE_SHARED_VOLUME_DIRECTIO","features":[117]},{"name":"CLCTL_ENABLE_SHARED_VOLUME_DIRECTIO","features":[117]},{"name":"CLCTL_ENUM_AFFINITY_RULE_NAMES","features":[117]},{"name":"CLCTL_ENUM_COMMON_PROPERTIES","features":[117]},{"name":"CLCTL_ENUM_PRIVATE_PROPERTIES","features":[117]},{"name":"CLCTL_EVICT_NODE","features":[117]},{"name":"CLCTL_FILESERVER_SHARE_ADD","features":[117]},{"name":"CLCTL_FILESERVER_SHARE_DEL","features":[117]},{"name":"CLCTL_FILESERVER_SHARE_MODIFY","features":[117]},{"name":"CLCTL_FILESERVER_SHARE_REPORT","features":[117]},{"name":"CLCTL_FIXUP_ON_UPGRADE","features":[117]},{"name":"CLCTL_FORCE_DB_FLUSH","features":[117]},{"name":"CLCTL_FORCE_QUORUM","features":[117]},{"name":"CLCTL_FSWITNESS_GET_EPOCH_INFO","features":[117]},{"name":"CLCTL_FSWITNESS_RELEASE_LOCK","features":[117]},{"name":"CLCTL_FSWITNESS_SET_EPOCH_INFO","features":[117]},{"name":"CLCTL_GET_ARB_TIMEOUT","features":[117]},{"name":"CLCTL_GET_CHARACTERISTICS","features":[117]},{"name":"CLCTL_GET_CLASS_INFO","features":[117]},{"name":"CLCTL_GET_CLUSDB_TIMESTAMP","features":[117]},{"name":"CLCTL_GET_CLUSTER_SERVICE_ACCOUNT_NAME","features":[117]},{"name":"CLCTL_GET_COMMON_PROPERTIES","features":[117]},{"name":"CLCTL_GET_COMMON_PROPERTY_FMTS","features":[117]},{"name":"CLCTL_GET_COMMON_RESOURCE_PROPERTY_FMTS","features":[117]},{"name":"CLCTL_GET_CRYPTO_CHECKPOINTS","features":[117]},{"name":"CLCTL_GET_DNS_NAME","features":[117]},{"name":"CLCTL_GET_FAILURE_INFO","features":[117]},{"name":"CLCTL_GET_FLAGS","features":[117]},{"name":"CLCTL_GET_FQDN","features":[117]},{"name":"CLCTL_GET_GEMID_VECTOR","features":[117]},{"name":"CLCTL_GET_GUM_LOCK_OWNER","features":[117]},{"name":"CLCTL_GET_ID","features":[117]},{"name":"CLCTL_GET_INFRASTRUCTURE_SOFS_BUFFER","features":[117]},{"name":"CLCTL_GET_LOADBAL_PROCESS_LIST","features":[117]},{"name":"CLCTL_GET_NAME","features":[117]},{"name":"CLCTL_GET_NETWORK","features":[117]},{"name":"CLCTL_GET_NETWORK_NAME","features":[117]},{"name":"CLCTL_GET_NODE","features":[117]},{"name":"CLCTL_GET_NODES_IN_FD","features":[117]},{"name":"CLCTL_GET_OPERATION_CONTEXT","features":[117]},{"name":"CLCTL_GET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLCTL_GET_PRIVATE_PROPERTY_FMTS","features":[117]},{"name":"CLCTL_GET_PRIVATE_RESOURCE_PROPERTY_FMTS","features":[117]},{"name":"CLCTL_GET_REGISTRY_CHECKPOINTS","features":[117]},{"name":"CLCTL_GET_REQUIRED_DEPENDENCIES","features":[117]},{"name":"CLCTL_GET_RESOURCE_TYPE","features":[117]},{"name":"CLCTL_GET_RO_COMMON_PROPERTIES","features":[117]},{"name":"CLCTL_GET_RO_PRIVATE_PROPERTIES","features":[117]},{"name":"CLCTL_GET_SHARED_VOLUME_ID","features":[117]},{"name":"CLCTL_GET_STATE_CHANGE_TIME","features":[117]},{"name":"CLCTL_GET_STORAGE_CONFIGURATION","features":[117]},{"name":"CLCTL_GET_STORAGE_CONFIG_ATTRIBUTES","features":[117]},{"name":"CLCTL_GET_STUCK_NODES","features":[117]},{"name":"CLCTL_GLOBAL_SHIFT","features":[117]},{"name":"CLCTL_GROUPSET_GET_GROUPS","features":[117]},{"name":"CLCTL_GROUPSET_GET_PROVIDER_GROUPS","features":[117]},{"name":"CLCTL_GROUPSET_GET_PROVIDER_GROUPSETS","features":[117]},{"name":"CLCTL_GROUP_GET_LAST_MOVE_TIME","features":[117]},{"name":"CLCTL_GROUP_GET_PROVIDER_GROUPS","features":[117]},{"name":"CLCTL_GROUP_GET_PROVIDER_GROUPSETS","features":[117]},{"name":"CLCTL_GROUP_SET_CCF_FROM_MASTER","features":[117]},{"name":"CLCTL_HOLD_IO","features":[117]},{"name":"CLCTL_INITIALIZE","features":[117]},{"name":"CLCTL_INJECT_GEM_FAULT","features":[117]},{"name":"CLCTL_INSTALL_NODE","features":[117]},{"name":"CLCTL_INTERNAL_SHIFT","features":[117]},{"name":"CLCTL_INTRODUCE_GEM_REPAIR_DELAY","features":[117]},{"name":"CLCTL_IPADDRESS_RELEASE_LEASE","features":[117]},{"name":"CLCTL_IPADDRESS_RENEW_LEASE","features":[117]},{"name":"CLCTL_IS_FEATURE_INSTALLED","features":[117]},{"name":"CLCTL_IS_QUORUM_BLOCKED","features":[117]},{"name":"CLCTL_IS_S2D_FEATURE_SUPPORTED","features":[117]},{"name":"CLCTL_JOINING_GROUP","features":[117]},{"name":"CLCTL_LEAVING_GROUP","features":[117]},{"name":"CLCTL_MODIFY_SHIFT","features":[117]},{"name":"CLCTL_NETNAME_CREDS_NOTIFYCAM","features":[117]},{"name":"CLCTL_NETNAME_DELETE_CO","features":[117]},{"name":"CLCTL_NETNAME_GET_OU_FOR_VCO","features":[117]},{"name":"CLCTL_NETNAME_GET_VIRTUAL_SERVER_TOKEN","features":[117]},{"name":"CLCTL_NETNAME_REGISTER_DNS_RECORDS","features":[117]},{"name":"CLCTL_NETNAME_REPAIR_VCO","features":[117]},{"name":"CLCTL_NETNAME_RESET_VCO","features":[117]},{"name":"CLCTL_NETNAME_SET_PWD_INFO","features":[117]},{"name":"CLCTL_NETNAME_SET_PWD_INFOEX","features":[117]},{"name":"CLCTL_NETNAME_VALIDATE_VCO","features":[117]},{"name":"CLCTL_NOTIFY_DRAIN_COMPLETE","features":[117]},{"name":"CLCTL_NOTIFY_INFRASTRUCTURE_SOFS_CHANGED","features":[117]},{"name":"CLCTL_NOTIFY_MONITOR_SHUTTING_DOWN","features":[117]},{"name":"CLCTL_NOTIFY_OWNER_CHANGE","features":[117]},{"name":"CLCTL_NOTIFY_QUORUM_STATUS","features":[117]},{"name":"CLCTL_POOL_GET_DRIVE_INFO","features":[117]},{"name":"CLCTL_PROVIDER_STATE_CHANGE","features":[117]},{"name":"CLCTL_QUERY_DELETE","features":[117]},{"name":"CLCTL_QUERY_MAINTENANCE_MODE","features":[117]},{"name":"CLCTL_RELOAD_AUTOLOGGER_CONFIG","features":[117]},{"name":"CLCTL_REMOVE_DEPENDENCY","features":[117]},{"name":"CLCTL_REMOVE_NODE","features":[117]},{"name":"CLCTL_REMOVE_OWNER","features":[117]},{"name":"CLCTL_REPLICATION_ADD_REPLICATION_GROUP","features":[117]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_LOGDISKS","features":[117]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_SOURCE_DATADISKS","features":[117]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_TARGET_DATADISKS","features":[117]},{"name":"CLCTL_REPLICATION_GET_LOG_INFO","features":[117]},{"name":"CLCTL_REPLICATION_GET_LOG_VOLUME","features":[117]},{"name":"CLCTL_REPLICATION_GET_REPLICATED_DISKS","features":[117]},{"name":"CLCTL_REPLICATION_GET_REPLICATED_PARTITION_INFO","features":[117]},{"name":"CLCTL_REPLICATION_GET_REPLICA_VOLUMES","features":[117]},{"name":"CLCTL_REPLICATION_GET_RESOURCE_GROUP","features":[117]},{"name":"CLCTL_RESOURCE_PREPARE_UPGRADE","features":[117]},{"name":"CLCTL_RESOURCE_UPGRADE_COMPLETED","features":[117]},{"name":"CLCTL_RESOURCE_UPGRADE_DLL","features":[117]},{"name":"CLCTL_RESUME_IO","features":[117]},{"name":"CLCTL_RW_MODIFY_NOOP","features":[117]},{"name":"CLCTL_SCALEOUT_COMMAND","features":[117]},{"name":"CLCTL_SCALEOUT_CONTROL","features":[117]},{"name":"CLCTL_SCALEOUT_GET_CLUSTERS","features":[117]},{"name":"CLCTL_SEND_DUMMY_GEM_MESSAGES","features":[117]},{"name":"CLCTL_SET_ACCOUNT_ACCESS","features":[117]},{"name":"CLCTL_SET_CLUSTER_S2D_CACHE_METADATA_RESERVE_BYTES","features":[117]},{"name":"CLCTL_SET_CLUSTER_S2D_ENABLED","features":[117]},{"name":"CLCTL_SET_COMMON_PROPERTIES","features":[117]},{"name":"CLCTL_SET_CSV_MAINTENANCE_MODE","features":[117]},{"name":"CLCTL_SET_DNS_DOMAIN","features":[117]},{"name":"CLCTL_SET_INFRASTRUCTURE_SOFS_BUFFER","features":[117]},{"name":"CLCTL_SET_MAINTENANCE_MODE","features":[117]},{"name":"CLCTL_SET_NAME","features":[117]},{"name":"CLCTL_SET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLCTL_SET_SHARED_VOLUME_BACKUP_MODE","features":[117]},{"name":"CLCTL_SET_STORAGE_CONFIGURATION","features":[117]},{"name":"CLCTL_SHUTDOWN","features":[117]},{"name":"CLCTL_STARTING_PHASE1","features":[117]},{"name":"CLCTL_STARTING_PHASE2","features":[117]},{"name":"CLCTL_STATE_CHANGE_REASON","features":[117]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS","features":[117]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS_EX","features":[117]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS_EX2_INT","features":[117]},{"name":"CLCTL_STORAGE_GET_CLUSBFLT_PATHINFO","features":[117]},{"name":"CLCTL_STORAGE_GET_CLUSBFLT_PATHS","features":[117]},{"name":"CLCTL_STORAGE_GET_CLUSPORT_DISK_COUNT","features":[117]},{"name":"CLCTL_STORAGE_GET_DIRTY","features":[117]},{"name":"CLCTL_STORAGE_GET_DISKID","features":[117]},{"name":"CLCTL_STORAGE_GET_DISK_INFO","features":[117]},{"name":"CLCTL_STORAGE_GET_DISK_INFO_EX","features":[117]},{"name":"CLCTL_STORAGE_GET_DISK_INFO_EX2","features":[117]},{"name":"CLCTL_STORAGE_GET_DISK_NUMBER_INFO","features":[117]},{"name":"CLCTL_STORAGE_GET_DRIVELETTERS","features":[117]},{"name":"CLCTL_STORAGE_GET_MOUNTPOINTS","features":[117]},{"name":"CLCTL_STORAGE_GET_PHYSICAL_DISK_INFO","features":[117]},{"name":"CLCTL_STORAGE_GET_RESOURCEID","features":[117]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_INFO","features":[117]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_PARTITION_NAMES","features":[117]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_STATES","features":[117]},{"name":"CLCTL_STORAGE_IS_CLUSTERABLE","features":[117]},{"name":"CLCTL_STORAGE_IS_CSV_FILE","features":[117]},{"name":"CLCTL_STORAGE_IS_PATH_VALID","features":[117]},{"name":"CLCTL_STORAGE_IS_SHARED_VOLUME","features":[117]},{"name":"CLCTL_STORAGE_REMAP_DRIVELETTER","features":[117]},{"name":"CLCTL_STORAGE_REMOVE_VM_OWNERSHIP","features":[117]},{"name":"CLCTL_STORAGE_RENAME_SHARED_VOLUME","features":[117]},{"name":"CLCTL_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[117]},{"name":"CLCTL_STORAGE_SET_DRIVELETTER","features":[117]},{"name":"CLCTL_STORAGE_SYNC_CLUSDISK_DB","features":[117]},{"name":"CLCTL_UNDELETE","features":[117]},{"name":"CLCTL_UNKNOWN","features":[117]},{"name":"CLCTL_USER_SHIFT","features":[117]},{"name":"CLCTL_VALIDATE_CHANGE_GROUP","features":[117]},{"name":"CLCTL_VALIDATE_COMMON_PROPERTIES","features":[117]},{"name":"CLCTL_VALIDATE_DIRECTORY","features":[117]},{"name":"CLCTL_VALIDATE_NETNAME","features":[117]},{"name":"CLCTL_VALIDATE_PATH","features":[117]},{"name":"CLCTL_VALIDATE_PRIVATE_PROPERTIES","features":[117]},{"name":"CLOUD_WITNESS_CONTAINER_NAME","features":[117]},{"name":"CLRES_CALLBACK_FUNCTION_TABLE","features":[1,117]},{"name":"CLRES_FUNCTION_TABLE","features":[1,117,54]},{"name":"CLRES_V1_FUNCTIONS","features":[1,117,54]},{"name":"CLRES_V2_FUNCTIONS","features":[1,117,54]},{"name":"CLRES_V3_FUNCTIONS","features":[1,117,54]},{"name":"CLRES_V4_FUNCTIONS","features":[1,117,54]},{"name":"CLRES_VERSION_V1_00","features":[117]},{"name":"CLRES_VERSION_V2_00","features":[117]},{"name":"CLRES_VERSION_V3_00","features":[117]},{"name":"CLRES_VERSION_V4_00","features":[117]},{"name":"CLUADMEX_OBJECT_TYPE","features":[117]},{"name":"CLUADMEX_OT_CLUSTER","features":[117]},{"name":"CLUADMEX_OT_GROUP","features":[117]},{"name":"CLUADMEX_OT_NETINTERFACE","features":[117]},{"name":"CLUADMEX_OT_NETWORK","features":[117]},{"name":"CLUADMEX_OT_NODE","features":[117]},{"name":"CLUADMEX_OT_NONE","features":[117]},{"name":"CLUADMEX_OT_RESOURCE","features":[117]},{"name":"CLUADMEX_OT_RESOURCETYPE","features":[117]},{"name":"CLUSAPI_CHANGE_ACCESS","features":[117]},{"name":"CLUSAPI_CHANGE_RESOURCE_GROUP_FORCE_MOVE_TO_CSV","features":[117]},{"name":"CLUSAPI_GROUP_MOVE_FAILBACK","features":[117]},{"name":"CLUSAPI_GROUP_MOVE_HIGH_PRIORITY_START","features":[117]},{"name":"CLUSAPI_GROUP_MOVE_IGNORE_AFFINITY_RULE","features":[117]},{"name":"CLUSAPI_GROUP_MOVE_IGNORE_RESOURCE_STATUS","features":[117]},{"name":"CLUSAPI_GROUP_MOVE_QUEUE_ENABLED","features":[117]},{"name":"CLUSAPI_GROUP_MOVE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[117]},{"name":"CLUSAPI_GROUP_OFFLINE_IGNORE_RESOURCE_STATUS","features":[117]},{"name":"CLUSAPI_GROUP_ONLINE_BEST_POSSIBLE_NODE","features":[117]},{"name":"CLUSAPI_GROUP_ONLINE_IGNORE_AFFINITY_RULE","features":[117]},{"name":"CLUSAPI_GROUP_ONLINE_IGNORE_RESOURCE_STATUS","features":[117]},{"name":"CLUSAPI_GROUP_ONLINE_SYNCHRONOUS","features":[117]},{"name":"CLUSAPI_NODE_AVOID_PLACEMENT","features":[117]},{"name":"CLUSAPI_NODE_PAUSE_REMAIN_ON_PAUSED_NODE_ON_MOVE_ERROR","features":[117]},{"name":"CLUSAPI_NODE_PAUSE_RETRY_DRAIN_ON_FAILURE","features":[117]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_PINNED_VMS_ONLY","features":[117]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_STORAGE","features":[117]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_VMS","features":[117]},{"name":"CLUSAPI_NO_ACCESS","features":[117]},{"name":"CLUSAPI_READ_ACCESS","features":[117]},{"name":"CLUSAPI_REASON_HANDLER","features":[1,117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_FORCE_WITH_TERMINATION","features":[117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_IGNORE_RESOURCE_STATUS","features":[117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_BEING_DELETED","features":[117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_BEING_RESTARTED","features":[117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_MOVING","features":[117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_NONE","features":[117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_PREEMPTED","features":[117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_SHUTTING_DOWN","features":[117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_UNKNOWN","features":[117]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_USER_REQUESTED","features":[117]},{"name":"CLUSAPI_RESOURCE_ONLINE_BEST_POSSIBLE_NODE","features":[117]},{"name":"CLUSAPI_RESOURCE_ONLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[117]},{"name":"CLUSAPI_RESOURCE_ONLINE_IGNORE_AFFINITY_RULE","features":[117]},{"name":"CLUSAPI_RESOURCE_ONLINE_IGNORE_RESOURCE_STATUS","features":[117]},{"name":"CLUSAPI_RESOURCE_ONLINE_NECESSARY_FOR_QUORUM","features":[117]},{"name":"CLUSAPI_VALID_CHANGE_RESOURCE_GROUP_FLAGS","features":[117]},{"name":"CLUSAPI_VERSION","features":[117]},{"name":"CLUSAPI_VERSION_NI","features":[117]},{"name":"CLUSAPI_VERSION_RS3","features":[117]},{"name":"CLUSAPI_VERSION_SERVER2008","features":[117]},{"name":"CLUSAPI_VERSION_SERVER2008R2","features":[117]},{"name":"CLUSAPI_VERSION_WINDOWS8","features":[117]},{"name":"CLUSAPI_VERSION_WINDOWSBLUE","features":[117]},{"name":"CLUSAPI_VERSION_WINTHRESHOLD","features":[117]},{"name":"CLUSCTL_ACCESS_MODE_MASK","features":[117]},{"name":"CLUSCTL_ACCESS_SHIFT","features":[117]},{"name":"CLUSCTL_AFFINITYRULE_CODES","features":[117]},{"name":"CLUSCTL_AFFINITYRULE_GET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_AFFINITYRULE_GET_GROUPNAMES","features":[117]},{"name":"CLUSCTL_AFFINITYRULE_GET_ID","features":[117]},{"name":"CLUSCTL_AFFINITYRULE_GET_RO_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_AFFINITYRULE_SET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS","features":[117]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS_WITH_KEY","features":[117]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_UPDATE_KEY","features":[117]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_UPDATE_TOKEN","features":[117]},{"name":"CLUSCTL_CLUSTER_BATCH_BLOCK_KEY","features":[117]},{"name":"CLUSCTL_CLUSTER_BATCH_UNBLOCK_KEY","features":[117]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_DOWN","features":[117]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_DOWN_WITNESS","features":[117]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_EVICT","features":[117]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_EVICT_WITNESS","features":[117]},{"name":"CLUSCTL_CLUSTER_CLEAR_NODE_CONNECTION_INFO","features":[117]},{"name":"CLUSCTL_CLUSTER_CODES","features":[117]},{"name":"CLUSCTL_CLUSTER_ENUM_AFFINITY_RULE_NAMES","features":[117]},{"name":"CLUSCTL_CLUSTER_ENUM_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_CLUSTER_ENUM_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_CLUSTER_FORCE_FLUSH_DB","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_CLMUSR_TOKEN","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_CLUSDB_TIMESTAMP","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_COMMON_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_FQDN","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_GUM_LOCK_OWNER","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_NODES_IN_FD","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_PRIVATE_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_RO_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_RO_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_SHARED_VOLUME_ID","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_STORAGE_CONFIGURATION","features":[117]},{"name":"CLUSCTL_CLUSTER_GET_STORAGE_CONFIG_ATTRIBUTES","features":[117]},{"name":"CLUSCTL_CLUSTER_RELOAD_AUTOLOGGER_CONFIG","features":[117]},{"name":"CLUSCTL_CLUSTER_REMOVE_NODE","features":[117]},{"name":"CLUSCTL_CLUSTER_SET_ACCOUNT_ACCESS","features":[117]},{"name":"CLUSCTL_CLUSTER_SET_CLUSTER_S2D_CACHE_METADATA_RESERVE_BYTES","features":[117]},{"name":"CLUSCTL_CLUSTER_SET_CLUSTER_S2D_ENABLED","features":[117]},{"name":"CLUSCTL_CLUSTER_SET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_CLUSTER_SET_DNS_DOMAIN","features":[117]},{"name":"CLUSCTL_CLUSTER_SET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_CLUSTER_SET_STORAGE_CONFIGURATION","features":[117]},{"name":"CLUSCTL_CLUSTER_SHUTDOWN","features":[117]},{"name":"CLUSCTL_CLUSTER_STORAGE_RENAME_SHARED_VOLUME","features":[117]},{"name":"CLUSCTL_CLUSTER_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[117]},{"name":"CLUSCTL_CLUSTER_UNKNOWN","features":[117]},{"name":"CLUSCTL_CLUSTER_VALIDATE_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_CLUSTER_VALIDATE_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_CONTROL_CODE_MASK","features":[117]},{"name":"CLUSCTL_FUNCTION_SHIFT","features":[117]},{"name":"CLUSCTL_GET_OPERATION_CONTEXT_PARAMS_VERSION_1","features":[117]},{"name":"CLUSCTL_GROUPSET_CODES","features":[117]},{"name":"CLUSCTL_GROUPSET_GET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUPSET_GET_GROUPS","features":[117]},{"name":"CLUSCTL_GROUPSET_GET_ID","features":[117]},{"name":"CLUSCTL_GROUPSET_GET_PROVIDER_GROUPS","features":[117]},{"name":"CLUSCTL_GROUPSET_GET_PROVIDER_GROUPSETS","features":[117]},{"name":"CLUSCTL_GROUPSET_GET_RO_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUPSET_SET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUP_CODES","features":[117]},{"name":"CLUSCTL_GROUP_ENUM_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUP_ENUM_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUP_GET_CHARACTERISTICS","features":[117]},{"name":"CLUSCTL_GROUP_GET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUP_GET_COMMON_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_GROUP_GET_FAILURE_INFO","features":[117]},{"name":"CLUSCTL_GROUP_GET_FLAGS","features":[117]},{"name":"CLUSCTL_GROUP_GET_ID","features":[117]},{"name":"CLUSCTL_GROUP_GET_LAST_MOVE_TIME","features":[117]},{"name":"CLUSCTL_GROUP_GET_LAST_MOVE_TIME_OUTPUT","features":[1,117]},{"name":"CLUSCTL_GROUP_GET_NAME","features":[117]},{"name":"CLUSCTL_GROUP_GET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUP_GET_PRIVATE_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_GROUP_GET_PROVIDER_GROUPS","features":[117]},{"name":"CLUSCTL_GROUP_GET_PROVIDER_GROUPSETS","features":[117]},{"name":"CLUSCTL_GROUP_GET_RO_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUP_GET_RO_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUP_QUERY_DELETE","features":[117]},{"name":"CLUSCTL_GROUP_SET_CCF_FROM_MASTER","features":[117]},{"name":"CLUSCTL_GROUP_SET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUP_SET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUP_UNKNOWN","features":[117]},{"name":"CLUSCTL_GROUP_VALIDATE_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_GROUP_VALIDATE_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_CODES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_ENUM_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_ENUM_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_CHARACTERISTICS","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_COMMON_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_FLAGS","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_ID","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_NAME","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_NETWORK","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_NODE","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_PRIVATE_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_RO_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_GET_RO_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_SET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_SET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_UNKNOWN","features":[117]},{"name":"CLUSCTL_NETINTERFACE_VALIDATE_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETINTERFACE_VALIDATE_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETWORK_CODES","features":[117]},{"name":"CLUSCTL_NETWORK_ENUM_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETWORK_ENUM_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETWORK_GET_CHARACTERISTICS","features":[117]},{"name":"CLUSCTL_NETWORK_GET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETWORK_GET_COMMON_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_NETWORK_GET_FLAGS","features":[117]},{"name":"CLUSCTL_NETWORK_GET_ID","features":[117]},{"name":"CLUSCTL_NETWORK_GET_NAME","features":[117]},{"name":"CLUSCTL_NETWORK_GET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETWORK_GET_PRIVATE_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_NETWORK_GET_RO_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETWORK_GET_RO_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETWORK_SET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETWORK_SET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETWORK_UNKNOWN","features":[117]},{"name":"CLUSCTL_NETWORK_VALIDATE_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NETWORK_VALIDATE_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NODE_BLOCK_GEM_SEND_RECV","features":[117]},{"name":"CLUSCTL_NODE_CODES","features":[117]},{"name":"CLUSCTL_NODE_ENUM_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NODE_ENUM_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NODE_GET_CHARACTERISTICS","features":[117]},{"name":"CLUSCTL_NODE_GET_CLUSTER_SERVICE_ACCOUNT_NAME","features":[117]},{"name":"CLUSCTL_NODE_GET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NODE_GET_COMMON_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_NODE_GET_FLAGS","features":[117]},{"name":"CLUSCTL_NODE_GET_GEMID_VECTOR","features":[117]},{"name":"CLUSCTL_NODE_GET_ID","features":[117]},{"name":"CLUSCTL_NODE_GET_NAME","features":[117]},{"name":"CLUSCTL_NODE_GET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NODE_GET_PRIVATE_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_NODE_GET_RO_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NODE_GET_RO_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NODE_GET_STUCK_NODES","features":[117]},{"name":"CLUSCTL_NODE_INJECT_GEM_FAULT","features":[117]},{"name":"CLUSCTL_NODE_INTRODUCE_GEM_REPAIR_DELAY","features":[117]},{"name":"CLUSCTL_NODE_SEND_DUMMY_GEM_MESSAGES","features":[117]},{"name":"CLUSCTL_NODE_SET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NODE_SET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_NODE_UNKNOWN","features":[117]},{"name":"CLUSCTL_NODE_VALIDATE_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_NODE_VALIDATE_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_OBJECT_MASK","features":[117]},{"name":"CLUSCTL_OBJECT_SHIFT","features":[117]},{"name":"CLUSCTL_RESOURCE_ADD_CRYPTO_CHECKPOINT","features":[117]},{"name":"CLUSCTL_RESOURCE_ADD_CRYPTO_CHECKPOINT_EX","features":[117]},{"name":"CLUSCTL_RESOURCE_ADD_DEPENDENCY","features":[117]},{"name":"CLUSCTL_RESOURCE_ADD_OWNER","features":[117]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT","features":[117]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT_32BIT","features":[117]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT_64BIT","features":[117]},{"name":"CLUSCTL_RESOURCE_CHECK_DRAIN_VETO","features":[117]},{"name":"CLUSCTL_RESOURCE_CLUSTER_NAME_CHANGED","features":[117]},{"name":"CLUSCTL_RESOURCE_CLUSTER_VERSION_CHANGED","features":[117]},{"name":"CLUSCTL_RESOURCE_CODES","features":[117]},{"name":"CLUSCTL_RESOURCE_DELETE","features":[117]},{"name":"CLUSCTL_RESOURCE_DELETE_CRYPTO_CHECKPOINT","features":[117]},{"name":"CLUSCTL_RESOURCE_DELETE_REGISTRY_CHECKPOINT","features":[117]},{"name":"CLUSCTL_RESOURCE_DISABLE_SHARED_VOLUME_DIRECTIO","features":[117]},{"name":"CLUSCTL_RESOURCE_ENABLE_SHARED_VOLUME_DIRECTIO","features":[117]},{"name":"CLUSCTL_RESOURCE_ENUM_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_ENUM_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_EVICT_NODE","features":[117]},{"name":"CLUSCTL_RESOURCE_FORCE_QUORUM","features":[117]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_GET_EPOCH_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_RELEASE_LOCK","features":[117]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_SET_EPOCH_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_CHARACTERISTICS","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_CLASS_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_COMMON_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_CRYPTO_CHECKPOINTS","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_DNS_NAME","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_FAILURE_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_FLAGS","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_ID","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_INFRASTRUCTURE_SOFS_BUFFER","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_LOADBAL_PROCESS_LIST","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_NAME","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_NETWORK_NAME","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_NODES_IN_FD","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_OPERATION_CONTEXT","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_PRIVATE_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_REGISTRY_CHECKPOINTS","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_REQUIRED_DEPENDENCIES","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_RESOURCE_TYPE","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_RO_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_RO_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_GET_STATE_CHANGE_TIME","features":[117]},{"name":"CLUSCTL_RESOURCE_INITIALIZE","features":[117]},{"name":"CLUSCTL_RESOURCE_INSTALL_NODE","features":[117]},{"name":"CLUSCTL_RESOURCE_IPADDRESS_RELEASE_LEASE","features":[117]},{"name":"CLUSCTL_RESOURCE_IPADDRESS_RENEW_LEASE","features":[117]},{"name":"CLUSCTL_RESOURCE_IS_QUORUM_BLOCKED","features":[117]},{"name":"CLUSCTL_RESOURCE_JOINING_GROUP","features":[117]},{"name":"CLUSCTL_RESOURCE_LEAVING_GROUP","features":[117]},{"name":"CLUSCTL_RESOURCE_NETNAME_CREDS_NOTIFYCAM","features":[117]},{"name":"CLUSCTL_RESOURCE_NETNAME_DELETE_CO","features":[117]},{"name":"CLUSCTL_RESOURCE_NETNAME_GET_VIRTUAL_SERVER_TOKEN","features":[117]},{"name":"CLUSCTL_RESOURCE_NETNAME_REGISTER_DNS_RECORDS","features":[117]},{"name":"CLUSCTL_RESOURCE_NETNAME_REPAIR_VCO","features":[117]},{"name":"CLUSCTL_RESOURCE_NETNAME_RESET_VCO","features":[117]},{"name":"CLUSCTL_RESOURCE_NETNAME_SET_PWD_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_NETNAME_SET_PWD_INFOEX","features":[117]},{"name":"CLUSCTL_RESOURCE_NETNAME_VALIDATE_VCO","features":[117]},{"name":"CLUSCTL_RESOURCE_NOTIFY_DRAIN_COMPLETE","features":[117]},{"name":"CLUSCTL_RESOURCE_NOTIFY_OWNER_CHANGE","features":[117]},{"name":"CLUSCTL_RESOURCE_NOTIFY_QUORUM_STATUS","features":[117]},{"name":"CLUSCTL_RESOURCE_POOL_GET_DRIVE_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_PREPARE_UPGRADE","features":[117]},{"name":"CLUSCTL_RESOURCE_PROVIDER_STATE_CHANGE","features":[117]},{"name":"CLUSCTL_RESOURCE_QUERY_DELETE","features":[117]},{"name":"CLUSCTL_RESOURCE_QUERY_MAINTENANCE_MODE","features":[117]},{"name":"CLUSCTL_RESOURCE_REMOVE_DEPENDENCY","features":[117]},{"name":"CLUSCTL_RESOURCE_REMOVE_OWNER","features":[117]},{"name":"CLUSCTL_RESOURCE_RLUA_GET_VIRTUAL_SERVER_TOKEN","features":[117]},{"name":"CLUSCTL_RESOURCE_RLUA_SET_PWD_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_RLUA_SET_PWD_INFOEX","features":[117]},{"name":"CLUSCTL_RESOURCE_RW_MODIFY_NOOP","features":[117]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_COMMAND","features":[117]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_CONTROL","features":[117]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_GET_CLUSTERS","features":[117]},{"name":"CLUSCTL_RESOURCE_SET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_SET_CSV_MAINTENANCE_MODE","features":[117]},{"name":"CLUSCTL_RESOURCE_SET_INFRASTRUCTURE_SOFS_BUFFER","features":[117]},{"name":"CLUSCTL_RESOURCE_SET_MAINTENANCE_MODE","features":[117]},{"name":"CLUSCTL_RESOURCE_SET_NAME","features":[117]},{"name":"CLUSCTL_RESOURCE_SET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_SET_SHARED_VOLUME_BACKUP_MODE","features":[117]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON","features":[117]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON_STRUCT","features":[117]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON_VERSION_1","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DIRTY","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISKID","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO_EX","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO_EX2","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_NUMBER_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_MOUNTPOINTS","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_PARTITION_NAMES","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_STATES","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_IS_PATH_VALID","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_IS_SHARED_VOLUME","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_RENAME_SHARED_VOLUME","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[117]},{"name":"CLUSCTL_RESOURCE_STORAGE_SET_DRIVELETTER","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_CHECK_DRAIN_VETO","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_CLUSTER_VERSION_CHANGED","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_CODES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_ENUM_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_ENUM_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_EVICT_NODE","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_FIXUP_ON_UPGRADE","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_APP_VALIDATE_DIRECTORY","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_APP_VALIDATE_PATH","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_SCRIPT_VALIDATE_PATH","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_ARB_TIMEOUT","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CHARACTERISTICS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CLASS_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_RESOURCE_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CRYPTO_CHECKPOINTS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_FLAGS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_RESOURCE_PROPERTY_FMTS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_REGISTRY_CHECKPOINTS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_REQUIRED_DEPENDENCIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_RO_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_RO_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_HOLD_IO","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_INSTALL_NODE","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_NETNAME_GET_OU_FOR_VCO","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_NETNAME_VALIDATE_NETNAME","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_NOTIFY_DRAIN_COMPLETE","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_NOTIFY_MONITOR_SHUTTING_DOWN","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_PREPARE_UPGRADE","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_QUERY_DELETE","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_ADD_REPLICATION_GROUP","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_LOGDISKS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_SOURCE_DATADISKS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_TARGET_DATADISKS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_LOG_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_LOG_VOLUME","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICATED_DISKS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICATED_PARTITION_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICA_VOLUMES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_RESOURCE_GROUP","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_RESUME_IO","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_SET_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_SET_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STARTING_PHASE1","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STARTING_PHASE2","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_ADD_VOLUME_INFO","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_FILTER_BY_POOL","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_INCLUDE_NON_SHARED_DISKS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_INPUT","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_INT","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_DISKID","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_DRIVELETTERS","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_RESOURCEID","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_IS_CLUSTERABLE","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_IS_CSV_FILE","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_REMAP_DRIVELETTER","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_REMOVE_VM_OWNERSHIP","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_SYNC_CLUSDISK_DB","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_UNKNOWN","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_UPGRADE_COMPLETED","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_VALIDATE_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_VALIDATE_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_TYPE_WITNESS_VALIDATE_PATH","features":[117]},{"name":"CLUSCTL_RESOURCE_UNDELETE","features":[117]},{"name":"CLUSCTL_RESOURCE_UNKNOWN","features":[117]},{"name":"CLUSCTL_RESOURCE_UPGRADE_COMPLETED","features":[117]},{"name":"CLUSCTL_RESOURCE_UPGRADE_DLL","features":[117]},{"name":"CLUSCTL_RESOURCE_VALIDATE_CHANGE_GROUP","features":[117]},{"name":"CLUSCTL_RESOURCE_VALIDATE_COMMON_PROPERTIES","features":[117]},{"name":"CLUSCTL_RESOURCE_VALIDATE_PRIVATE_PROPERTIES","features":[117]},{"name":"CLUSGROUPSET_STATUS_APPLICATION_READY","features":[117]},{"name":"CLUSGROUPSET_STATUS_GROUPS_ONLINE","features":[117]},{"name":"CLUSGROUPSET_STATUS_GROUPS_PENDING","features":[117]},{"name":"CLUSGROUPSET_STATUS_OS_HEARTBEAT","features":[117]},{"name":"CLUSGROUP_TYPE","features":[117]},{"name":"CLUSGRP_STATUS_APPLICATION_READY","features":[117]},{"name":"CLUSGRP_STATUS_EMBEDDED_FAILURE","features":[117]},{"name":"CLUSGRP_STATUS_LOCKED_MODE","features":[117]},{"name":"CLUSGRP_STATUS_NETWORK_FAILURE","features":[117]},{"name":"CLUSGRP_STATUS_OFFLINE_DUE_TO_ANTIAFFINITY_CONFLICT","features":[117]},{"name":"CLUSGRP_STATUS_OFFLINE_NOT_LOCAL_DISK_OWNER","features":[117]},{"name":"CLUSGRP_STATUS_OS_HEARTBEAT","features":[117]},{"name":"CLUSGRP_STATUS_PHYSICAL_RESOURCES_LACKING","features":[117]},{"name":"CLUSGRP_STATUS_PREEMPTED","features":[117]},{"name":"CLUSGRP_STATUS_UNMONITORED","features":[117]},{"name":"CLUSGRP_STATUS_WAITING_FOR_DEPENDENCIES","features":[117]},{"name":"CLUSGRP_STATUS_WAITING_IN_QUEUE_FOR_MOVE","features":[117]},{"name":"CLUSGRP_STATUS_WAITING_TO_START","features":[117]},{"name":"CLUSPROP_BINARY","features":[117]},{"name":"CLUSPROP_BUFFER_HELPER","features":[1,117,5]},{"name":"CLUSPROP_DWORD","features":[117]},{"name":"CLUSPROP_FILETIME","features":[1,117]},{"name":"CLUSPROP_FORMAT_BINARY","features":[117]},{"name":"CLUSPROP_FORMAT_DWORD","features":[117]},{"name":"CLUSPROP_FORMAT_EXPANDED_SZ","features":[117]},{"name":"CLUSPROP_FORMAT_EXPAND_SZ","features":[117]},{"name":"CLUSPROP_FORMAT_FILETIME","features":[117]},{"name":"CLUSPROP_FORMAT_LARGE_INTEGER","features":[117]},{"name":"CLUSPROP_FORMAT_LONG","features":[117]},{"name":"CLUSPROP_FORMAT_MULTI_SZ","features":[117]},{"name":"CLUSPROP_FORMAT_PROPERTY_LIST","features":[117]},{"name":"CLUSPROP_FORMAT_SECURITY_DESCRIPTOR","features":[117]},{"name":"CLUSPROP_FORMAT_SZ","features":[117]},{"name":"CLUSPROP_FORMAT_ULARGE_INTEGER","features":[117]},{"name":"CLUSPROP_FORMAT_UNKNOWN","features":[117]},{"name":"CLUSPROP_FORMAT_USER","features":[117]},{"name":"CLUSPROP_FORMAT_VALUE_LIST","features":[117]},{"name":"CLUSPROP_FORMAT_WORD","features":[117]},{"name":"CLUSPROP_FTSET_INFO","features":[117]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS","features":[117]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_DISABLED","features":[117]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_ENABLED","features":[117]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_TRACK_NIC","features":[117]},{"name":"CLUSPROP_LARGE_INTEGER","features":[117]},{"name":"CLUSPROP_LIST","features":[117]},{"name":"CLUSPROP_LONG","features":[117]},{"name":"CLUSPROP_PARTITION_INFO","features":[117]},{"name":"CLUSPROP_PARTITION_INFO_EX","features":[117]},{"name":"CLUSPROP_PARTITION_INFO_EX2","features":[117]},{"name":"CLUSPROP_PIFLAGS","features":[117]},{"name":"CLUSPROP_PIFLAG_DEFAULT_QUORUM","features":[117]},{"name":"CLUSPROP_PIFLAG_ENCRYPTION_ENABLED","features":[117]},{"name":"CLUSPROP_PIFLAG_RAW","features":[117]},{"name":"CLUSPROP_PIFLAG_REMOVABLE","features":[117]},{"name":"CLUSPROP_PIFLAG_STICKY","features":[117]},{"name":"CLUSPROP_PIFLAG_UNKNOWN","features":[117]},{"name":"CLUSPROP_PIFLAG_USABLE","features":[117]},{"name":"CLUSPROP_PIFLAG_USABLE_FOR_CSV","features":[117]},{"name":"CLUSPROP_REQUIRED_DEPENDENCY","features":[117]},{"name":"CLUSPROP_RESOURCE_CLASS","features":[117]},{"name":"CLUSPROP_RESOURCE_CLASS_INFO","features":[117]},{"name":"CLUSPROP_SCSI_ADDRESS","features":[117]},{"name":"CLUSPROP_SECURITY_DESCRIPTOR","features":[117,5]},{"name":"CLUSPROP_SYNTAX","features":[117]},{"name":"CLUSPROP_SYNTAX_DISK_GUID","features":[117]},{"name":"CLUSPROP_SYNTAX_DISK_NUMBER","features":[117]},{"name":"CLUSPROP_SYNTAX_DISK_SERIALNUMBER","features":[117]},{"name":"CLUSPROP_SYNTAX_DISK_SIGNATURE","features":[117]},{"name":"CLUSPROP_SYNTAX_DISK_SIZE","features":[117]},{"name":"CLUSPROP_SYNTAX_ENDMARK","features":[117]},{"name":"CLUSPROP_SYNTAX_FTSET_INFO","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_BINARY","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_DWORD","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_EXPANDED_SZ","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_EXPAND_SZ","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_FILETIME","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_LARGE_INTEGER","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_LONG","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_MULTI_SZ","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_PROPERTY_LIST","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_SECURITY_DESCRIPTOR","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_SZ","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_ULARGE_INTEGER","features":[117]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_WORD","features":[117]},{"name":"CLUSPROP_SYNTAX_NAME","features":[117]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO","features":[117]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO_EX","features":[117]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO_EX2","features":[117]},{"name":"CLUSPROP_SYNTAX_RESCLASS","features":[117]},{"name":"CLUSPROP_SYNTAX_SCSI_ADDRESS","features":[117]},{"name":"CLUSPROP_SYNTAX_STORAGE_DEVICE_ID_DESCRIPTOR","features":[117]},{"name":"CLUSPROP_SZ","features":[117]},{"name":"CLUSPROP_TYPE_DISK_GUID","features":[117]},{"name":"CLUSPROP_TYPE_DISK_NUMBER","features":[117]},{"name":"CLUSPROP_TYPE_DISK_SERIALNUMBER","features":[117]},{"name":"CLUSPROP_TYPE_DISK_SIZE","features":[117]},{"name":"CLUSPROP_TYPE_ENDMARK","features":[117]},{"name":"CLUSPROP_TYPE_FTSET_INFO","features":[117]},{"name":"CLUSPROP_TYPE_LIST_VALUE","features":[117]},{"name":"CLUSPROP_TYPE_NAME","features":[117]},{"name":"CLUSPROP_TYPE_PARTITION_INFO","features":[117]},{"name":"CLUSPROP_TYPE_PARTITION_INFO_EX","features":[117]},{"name":"CLUSPROP_TYPE_PARTITION_INFO_EX2","features":[117]},{"name":"CLUSPROP_TYPE_RESCLASS","features":[117]},{"name":"CLUSPROP_TYPE_RESERVED1","features":[117]},{"name":"CLUSPROP_TYPE_SCSI_ADDRESS","features":[117]},{"name":"CLUSPROP_TYPE_SIGNATURE","features":[117]},{"name":"CLUSPROP_TYPE_STORAGE_DEVICE_ID_DESCRIPTOR","features":[117]},{"name":"CLUSPROP_TYPE_UNKNOWN","features":[117]},{"name":"CLUSPROP_TYPE_USER","features":[117]},{"name":"CLUSPROP_ULARGE_INTEGER","features":[117]},{"name":"CLUSPROP_VALUE","features":[117]},{"name":"CLUSPROP_WORD","features":[117]},{"name":"CLUSREG_COMMAND_NONE","features":[117]},{"name":"CLUSREG_CONDITION_EXISTS","features":[117]},{"name":"CLUSREG_CONDITION_IS_EQUAL","features":[117]},{"name":"CLUSREG_CONDITION_IS_GREATER_THAN","features":[117]},{"name":"CLUSREG_CONDITION_IS_LESS_THAN","features":[117]},{"name":"CLUSREG_CONDITION_IS_NOT_EQUAL","features":[117]},{"name":"CLUSREG_CONDITION_KEY_EXISTS","features":[117]},{"name":"CLUSREG_CONDITION_KEY_NOT_EXISTS","features":[117]},{"name":"CLUSREG_CONDITION_NOT_EXISTS","features":[117]},{"name":"CLUSREG_CONTROL_COMMAND","features":[117]},{"name":"CLUSREG_CREATE_KEY","features":[117]},{"name":"CLUSREG_DATABASE_ISOLATE_READ","features":[117]},{"name":"CLUSREG_DATABASE_SYNC_WRITE_TO_ALL_NODES","features":[117]},{"name":"CLUSREG_DELETE_KEY","features":[117]},{"name":"CLUSREG_DELETE_VALUE","features":[117]},{"name":"CLUSREG_KEYNAME_OBJECTGUIDS","features":[117]},{"name":"CLUSREG_LAST_COMMAND","features":[117]},{"name":"CLUSREG_NAME_AFFINITYRULE_ENABLED","features":[117]},{"name":"CLUSREG_NAME_AFFINITYRULE_GROUPS","features":[117]},{"name":"CLUSREG_NAME_AFFINITYRULE_NAME","features":[117]},{"name":"CLUSREG_NAME_AFFINITYRULE_TYPE","features":[117]},{"name":"CLUSREG_NAME_CLOUDWITNESS_ACCOUNT_NAME","features":[117]},{"name":"CLUSREG_NAME_CLOUDWITNESS_CONTAINER_NAME","features":[117]},{"name":"CLUSREG_NAME_CLOUDWITNESS_ENDPOINT_INFO","features":[117]},{"name":"CLUSREG_NAME_CLOUDWITNESS_PRIMARY_KEY","features":[117]},{"name":"CLUSREG_NAME_CLOUDWITNESS_PRIMARY_TOKEN","features":[117]},{"name":"CLUSREG_NAME_CLUS_DEFAULT_NETWORK_ROLE","features":[117]},{"name":"CLUSREG_NAME_CLUS_DESC","features":[117]},{"name":"CLUSREG_NAME_CLUS_SD","features":[117]},{"name":"CLUSREG_NAME_CROSS_SITE_DELAY","features":[117]},{"name":"CLUSREG_NAME_CROSS_SITE_THRESHOLD","features":[117]},{"name":"CLUSREG_NAME_CROSS_SUBNET_DELAY","features":[117]},{"name":"CLUSREG_NAME_CROSS_SUBNET_THRESHOLD","features":[117]},{"name":"CLUSREG_NAME_CSV_BLOCK_CACHE","features":[117]},{"name":"CLUSREG_NAME_CSV_MDS_SD","features":[117]},{"name":"CLUSREG_NAME_DATABASE_READ_WRITE_MODE","features":[117]},{"name":"CLUSREG_NAME_DDA_DEVICE_ALLOCATIONS","features":[117]},{"name":"CLUSREG_NAME_DHCP_BACKUP_PATH","features":[117]},{"name":"CLUSREG_NAME_DHCP_DATABASE_PATH","features":[117]},{"name":"CLUSREG_NAME_DRAIN_ON_SHUTDOWN","features":[117]},{"name":"CLUSREG_NAME_ENABLED_EVENT_LOGS","features":[117]},{"name":"CLUSREG_NAME_FAILOVER_MOVE_MIGRATION_TYPE","features":[117]},{"name":"CLUSREG_NAME_FILESHR_CA_TIMEOUT","features":[117]},{"name":"CLUSREG_NAME_FILESHR_HIDE_SUBDIR_SHARES","features":[117]},{"name":"CLUSREG_NAME_FILESHR_IS_DFS_ROOT","features":[117]},{"name":"CLUSREG_NAME_FILESHR_MAX_USERS","features":[117]},{"name":"CLUSREG_NAME_FILESHR_PATH","features":[117]},{"name":"CLUSREG_NAME_FILESHR_QOS_FLOWSCOPE","features":[117]},{"name":"CLUSREG_NAME_FILESHR_QOS_POLICYID","features":[117]},{"name":"CLUSREG_NAME_FILESHR_REMARK","features":[117]},{"name":"CLUSREG_NAME_FILESHR_SD","features":[117]},{"name":"CLUSREG_NAME_FILESHR_SERVER_NAME","features":[117]},{"name":"CLUSREG_NAME_FILESHR_SHARE_FLAGS","features":[117]},{"name":"CLUSREG_NAME_FILESHR_SHARE_NAME","features":[117]},{"name":"CLUSREG_NAME_FILESHR_SHARE_SUBDIRS","features":[117]},{"name":"CLUSREG_NAME_FIXQUORUM","features":[117]},{"name":"CLUSREG_NAME_FSWITNESS_ARB_DELAY","features":[117]},{"name":"CLUSREG_NAME_FSWITNESS_IMPERSONATE_CNO","features":[117]},{"name":"CLUSREG_NAME_FSWITNESS_SHARE_PATH","features":[117]},{"name":"CLUSREG_NAME_FUNCTIONAL_LEVEL","features":[117]},{"name":"CLUSREG_NAME_GENAPP_COMMAND_LINE","features":[117]},{"name":"CLUSREG_NAME_GENAPP_CURRENT_DIRECTORY","features":[117]},{"name":"CLUSREG_NAME_GENAPP_USE_NETWORK_NAME","features":[117]},{"name":"CLUSREG_NAME_GENSCRIPT_SCRIPT_FILEPATH","features":[117]},{"name":"CLUSREG_NAME_GENSVC_SERVICE_NAME","features":[117]},{"name":"CLUSREG_NAME_GENSVC_STARTUP_PARAMS","features":[117]},{"name":"CLUSREG_NAME_GENSVC_USE_NETWORK_NAME","features":[117]},{"name":"CLUSREG_NAME_GPUP_DEVICE_ALLOCATIONS","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_AVAILABILITY_SET_INDEX_TO_NODE_MAPPING","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_FAULT_DOMAINS","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_IS_AVAILABILITY_SET","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_IS_GLOBAL","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_NAME","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_RESERVE_NODE","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_COUNT","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_DELAY","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_SETTING","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_STATUS_INFORMATION","features":[117]},{"name":"CLUSREG_NAME_GROUPSET_UPDATE_DOMAINS","features":[117]},{"name":"CLUSREG_NAME_GROUP_DEPENDENCY_TIMEOUT","features":[117]},{"name":"CLUSREG_NAME_GRP_ANTI_AFFINITY_CLASS_NAME","features":[117]},{"name":"CLUSREG_NAME_GRP_CCF_EPOCH","features":[117]},{"name":"CLUSREG_NAME_GRP_CCF_EPOCH_HIGH","features":[117]},{"name":"CLUSREG_NAME_GRP_COLD_START_SETTING","features":[117]},{"name":"CLUSREG_NAME_GRP_DEFAULT_OWNER","features":[117]},{"name":"CLUSREG_NAME_GRP_DESC","features":[117]},{"name":"CLUSREG_NAME_GRP_FAILBACK_TYPE","features":[117]},{"name":"CLUSREG_NAME_GRP_FAILBACK_WIN_END","features":[117]},{"name":"CLUSREG_NAME_GRP_FAILBACK_WIN_START","features":[117]},{"name":"CLUSREG_NAME_GRP_FAILOVER_PERIOD","features":[117]},{"name":"CLUSREG_NAME_GRP_FAILOVER_THRESHOLD","features":[117]},{"name":"CLUSREG_NAME_GRP_FAULT_DOMAIN","features":[117]},{"name":"CLUSREG_NAME_GRP_LOCK_MOVE","features":[117]},{"name":"CLUSREG_NAME_GRP_NAME","features":[117]},{"name":"CLUSREG_NAME_GRP_PERSISTENT_STATE","features":[117]},{"name":"CLUSREG_NAME_GRP_PLACEMENT_OPTIONS","features":[117]},{"name":"CLUSREG_NAME_GRP_PREFERRED_SITE","features":[117]},{"name":"CLUSREG_NAME_GRP_PRIORITY","features":[117]},{"name":"CLUSREG_NAME_GRP_RESILIENCY_PERIOD","features":[117]},{"name":"CLUSREG_NAME_GRP_START_DELAY","features":[117]},{"name":"CLUSREG_NAME_GRP_STATUS_INFORMATION","features":[117]},{"name":"CLUSREG_NAME_GRP_TYPE","features":[117]},{"name":"CLUSREG_NAME_GRP_UPDATE_DOMAIN","features":[117]},{"name":"CLUSREG_NAME_IGNORE_PERSISTENT_STATE","features":[117]},{"name":"CLUSREG_NAME_IPADDR_ADDRESS","features":[117]},{"name":"CLUSREG_NAME_IPADDR_DHCP_ADDRESS","features":[117]},{"name":"CLUSREG_NAME_IPADDR_DHCP_SERVER","features":[117]},{"name":"CLUSREG_NAME_IPADDR_DHCP_SUBNET_MASK","features":[117]},{"name":"CLUSREG_NAME_IPADDR_ENABLE_DHCP","features":[117]},{"name":"CLUSREG_NAME_IPADDR_ENABLE_NETBIOS","features":[117]},{"name":"CLUSREG_NAME_IPADDR_LEASE_OBTAINED_TIME","features":[117]},{"name":"CLUSREG_NAME_IPADDR_LEASE_TERMINATES_TIME","features":[117]},{"name":"CLUSREG_NAME_IPADDR_NETWORK","features":[117]},{"name":"CLUSREG_NAME_IPADDR_OVERRIDE_ADDRMATCH","features":[117]},{"name":"CLUSREG_NAME_IPADDR_PROBE_FAILURE_THRESHOLD","features":[117]},{"name":"CLUSREG_NAME_IPADDR_PROBE_PORT","features":[117]},{"name":"CLUSREG_NAME_IPADDR_SHARED_NETNAME","features":[117]},{"name":"CLUSREG_NAME_IPADDR_SUBNET_MASK","features":[117]},{"name":"CLUSREG_NAME_IPADDR_T1","features":[117]},{"name":"CLUSREG_NAME_IPADDR_T2","features":[117]},{"name":"CLUSREG_NAME_IPV6_NATIVE_ADDRESS","features":[117]},{"name":"CLUSREG_NAME_IPV6_NATIVE_NETWORK","features":[117]},{"name":"CLUSREG_NAME_IPV6_NATIVE_PREFIX_LENGTH","features":[117]},{"name":"CLUSREG_NAME_IPV6_TUNNEL_ADDRESS","features":[117]},{"name":"CLUSREG_NAME_IPV6_TUNNEL_TUNNELTYPE","features":[117]},{"name":"CLUSREG_NAME_LAST_RECENT_EVENTS_RESET_TIME","features":[117]},{"name":"CLUSREG_NAME_LOG_FILE_PATH","features":[117]},{"name":"CLUSREG_NAME_MESSAGE_BUFFER_LENGTH","features":[117]},{"name":"CLUSREG_NAME_MIXED_MODE","features":[117]},{"name":"CLUSREG_NAME_NETFT_IPSEC_ENABLED","features":[117]},{"name":"CLUSREG_NAME_NETIFACE_ADAPTER_ID","features":[117]},{"name":"CLUSREG_NAME_NETIFACE_ADAPTER_NAME","features":[117]},{"name":"CLUSREG_NAME_NETIFACE_ADDRESS","features":[117]},{"name":"CLUSREG_NAME_NETIFACE_DESC","features":[117]},{"name":"CLUSREG_NAME_NETIFACE_DHCP_ENABLED","features":[117]},{"name":"CLUSREG_NAME_NETIFACE_IPV4_ADDRESSES","features":[117]},{"name":"CLUSREG_NAME_NETIFACE_IPV6_ADDRESSES","features":[117]},{"name":"CLUSREG_NAME_NETIFACE_NAME","features":[117]},{"name":"CLUSREG_NAME_NETIFACE_NETWORK","features":[117]},{"name":"CLUSREG_NAME_NETIFACE_NODE","features":[117]},{"name":"CLUSREG_NAME_NETNAME_AD_AWARE","features":[117]},{"name":"CLUSREG_NAME_NETNAME_ALIASES","features":[117]},{"name":"CLUSREG_NAME_NETNAME_CONTAINERGUID","features":[117]},{"name":"CLUSREG_NAME_NETNAME_CREATING_DC","features":[117]},{"name":"CLUSREG_NAME_NETNAME_DNN_DISABLE_CLONES","features":[117]},{"name":"CLUSREG_NAME_NETNAME_DNS_NAME","features":[117]},{"name":"CLUSREG_NAME_NETNAME_DNS_SUFFIX","features":[117]},{"name":"CLUSREG_NAME_NETNAME_EXCLUDE_NETWORKS","features":[117]},{"name":"CLUSREG_NAME_NETNAME_HOST_TTL","features":[117]},{"name":"CLUSREG_NAME_NETNAME_IN_USE_NETWORKS","features":[117]},{"name":"CLUSREG_NAME_NETNAME_LAST_DNS_UPDATE","features":[117]},{"name":"CLUSREG_NAME_NETNAME_NAME","features":[117]},{"name":"CLUSREG_NAME_NETNAME_OBJECT_ID","features":[117]},{"name":"CLUSREG_NAME_NETNAME_PUBLISH_PTR","features":[117]},{"name":"CLUSREG_NAME_NETNAME_REGISTER_ALL_IP","features":[117]},{"name":"CLUSREG_NAME_NETNAME_REMAP_PIPE_NAMES","features":[117]},{"name":"CLUSREG_NAME_NETNAME_REMOVEVCO_ONDELETE","features":[117]},{"name":"CLUSREG_NAME_NETNAME_RESOURCE_DATA","features":[117]},{"name":"CLUSREG_NAME_NETNAME_STATUS_DNS","features":[117]},{"name":"CLUSREG_NAME_NETNAME_STATUS_KERBEROS","features":[117]},{"name":"CLUSREG_NAME_NETNAME_STATUS_NETBIOS","features":[117]},{"name":"CLUSREG_NAME_NETNAME_VCO_CONTAINER","features":[117]},{"name":"CLUSREG_NAME_NET_ADDRESS","features":[117]},{"name":"CLUSREG_NAME_NET_ADDRESS_MASK","features":[117]},{"name":"CLUSREG_NAME_NET_AUTOMETRIC","features":[117]},{"name":"CLUSREG_NAME_NET_DESC","features":[117]},{"name":"CLUSREG_NAME_NET_IPV4_ADDRESSES","features":[117]},{"name":"CLUSREG_NAME_NET_IPV4_PREFIXLENGTHS","features":[117]},{"name":"CLUSREG_NAME_NET_IPV6_ADDRESSES","features":[117]},{"name":"CLUSREG_NAME_NET_IPV6_PREFIXLENGTHS","features":[117]},{"name":"CLUSREG_NAME_NET_METRIC","features":[117]},{"name":"CLUSREG_NAME_NET_NAME","features":[117]},{"name":"CLUSREG_NAME_NET_RDMA_CAPABLE","features":[117]},{"name":"CLUSREG_NAME_NET_ROLE","features":[117]},{"name":"CLUSREG_NAME_NET_RSS_CAPABLE","features":[117]},{"name":"CLUSREG_NAME_NET_SPEED","features":[117]},{"name":"CLUSREG_NAME_NODE_BUILD_NUMBER","features":[117]},{"name":"CLUSREG_NAME_NODE_CSDVERSION","features":[117]},{"name":"CLUSREG_NAME_NODE_DESC","features":[117]},{"name":"CLUSREG_NAME_NODE_DRAIN_STATUS","features":[117]},{"name":"CLUSREG_NAME_NODE_DRAIN_TARGET","features":[117]},{"name":"CLUSREG_NAME_NODE_DYNAMIC_WEIGHT","features":[117]},{"name":"CLUSREG_NAME_NODE_FAULT_DOMAIN","features":[117]},{"name":"CLUSREG_NAME_NODE_FDID","features":[117]},{"name":"CLUSREG_NAME_NODE_HIGHEST_VERSION","features":[117]},{"name":"CLUSREG_NAME_NODE_IS_PRIMARY","features":[117]},{"name":"CLUSREG_NAME_NODE_LOWEST_VERSION","features":[117]},{"name":"CLUSREG_NAME_NODE_MAJOR_VERSION","features":[117]},{"name":"CLUSREG_NAME_NODE_MANUFACTURER","features":[117]},{"name":"CLUSREG_NAME_NODE_MINOR_VERSION","features":[117]},{"name":"CLUSREG_NAME_NODE_MODEL","features":[117]},{"name":"CLUSREG_NAME_NODE_NAME","features":[117]},{"name":"CLUSREG_NAME_NODE_NEEDS_PQ","features":[117]},{"name":"CLUSREG_NAME_NODE_SERIALNUMBER","features":[117]},{"name":"CLUSREG_NAME_NODE_STATUS_INFO","features":[117]},{"name":"CLUSREG_NAME_NODE_UNIQUEID","features":[117]},{"name":"CLUSREG_NAME_NODE_WEIGHT","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_CSVBLOCKCACHE","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_CSVSNAPSHOTAGELIMIT","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_CSVSNAPSHOTDIFFAREASIZE","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_CSVWRITETHROUGH","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKARBINTERVAL","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKARBTYPE","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKGUID","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIDGUID","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIDTYPE","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIODELAY","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKPATH","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRECOVERYACTION","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRELOAD","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRUNCHKDSK","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKSIGNATURE","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKUNIQUEIDS","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_DISKVOLUMEINFO","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_FASTONLINEARBITRATE","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_MAINTMODE","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_MIGRATEFIXUP","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_SPACEIDGUID","features":[117]},{"name":"CLUSREG_NAME_PHYSDISK_VOLSNAPACTIVATETIMEOUT","features":[117]},{"name":"CLUSREG_NAME_PLACEMENT_OPTIONS","features":[117]},{"name":"CLUSREG_NAME_PLUMB_ALL_CROSS_SUBNET_ROUTES","features":[117]},{"name":"CLUSREG_NAME_PREVENTQUORUM","features":[117]},{"name":"CLUSREG_NAME_PRTSPOOL_DEFAULT_SPOOL_DIR","features":[117]},{"name":"CLUSREG_NAME_PRTSPOOL_TIMEOUT","features":[117]},{"name":"CLUSREG_NAME_QUARANTINE_DURATION","features":[117]},{"name":"CLUSREG_NAME_QUARANTINE_THRESHOLD","features":[117]},{"name":"CLUSREG_NAME_QUORUM_ARBITRATION_TIMEOUT","features":[117]},{"name":"CLUSREG_NAME_RESILIENCY_DEFAULT_SECONDS","features":[117]},{"name":"CLUSREG_NAME_RESILIENCY_LEVEL","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_ADMIN_EXTENSIONS","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_DEADLOCK_TIMEOUT","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_DESC","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_DLL_NAME","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_LOG_QUERY","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_POLICY","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_SERVICES","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_ENABLED_EVENT_LOGS","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_IS_ALIVE","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_LOOKS_ALIVE","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_MAX_MONITORS","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_NAME","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_PENDING_TIMEOUT","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_WPR_PROFILES","features":[117]},{"name":"CLUSREG_NAME_RESTYPE_WPR_START_AFTER","features":[117]},{"name":"CLUSREG_NAME_RES_DATA1","features":[117]},{"name":"CLUSREG_NAME_RES_DATA2","features":[117]},{"name":"CLUSREG_NAME_RES_DEADLOCK_TIMEOUT","features":[117]},{"name":"CLUSREG_NAME_RES_DESC","features":[117]},{"name":"CLUSREG_NAME_RES_EMBEDDED_FAILURE_ACTION","features":[117]},{"name":"CLUSREG_NAME_RES_IS_ALIVE","features":[117]},{"name":"CLUSREG_NAME_RES_LAST_OPERATION_STATUS_CODE","features":[117]},{"name":"CLUSREG_NAME_RES_LOOKS_ALIVE","features":[117]},{"name":"CLUSREG_NAME_RES_MONITOR_PID","features":[117]},{"name":"CLUSREG_NAME_RES_NAME","features":[117]},{"name":"CLUSREG_NAME_RES_PENDING_TIMEOUT","features":[117]},{"name":"CLUSREG_NAME_RES_PERSISTENT_STATE","features":[117]},{"name":"CLUSREG_NAME_RES_RESTART_ACTION","features":[117]},{"name":"CLUSREG_NAME_RES_RESTART_DELAY","features":[117]},{"name":"CLUSREG_NAME_RES_RESTART_PERIOD","features":[117]},{"name":"CLUSREG_NAME_RES_RESTART_THRESHOLD","features":[117]},{"name":"CLUSREG_NAME_RES_RETRY_PERIOD_ON_FAILURE","features":[117]},{"name":"CLUSREG_NAME_RES_SEPARATE_MONITOR","features":[117]},{"name":"CLUSREG_NAME_RES_STATUS","features":[117]},{"name":"CLUSREG_NAME_RES_STATUS_INFORMATION","features":[117]},{"name":"CLUSREG_NAME_RES_TYPE","features":[117]},{"name":"CLUSREG_NAME_ROUTE_HISTORY_LENGTH","features":[117]},{"name":"CLUSREG_NAME_SAME_SUBNET_DELAY","features":[117]},{"name":"CLUSREG_NAME_SAME_SUBNET_THRESHOLD","features":[117]},{"name":"CLUSREG_NAME_SHUTDOWN_TIMEOUT_MINUTES","features":[117]},{"name":"CLUSREG_NAME_SOFS_SMBASYMMETRYMODE","features":[117]},{"name":"CLUSREG_NAME_START_MEMORY","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_DESCRIPTION","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_HEALTH","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_NAME","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLARBITRATE","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLCONSUMEDCAPACITY","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLDESC","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLDRIVEIDS","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLHEALTH","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLIDGUID","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLNAME","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLQUORUMSHARE","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLQUORUMUSERACCOUNT","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLREEVALTIMEOUT","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLSTATE","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLTOTALCAPACITY","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_PROVISIONING","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYCOLUMNS","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYINTERLEAVE","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYTYPE","features":[117]},{"name":"CLUSREG_NAME_STORAGESPACE_STATE","features":[117]},{"name":"CLUSREG_NAME_UPGRADE_VERSION","features":[117]},{"name":"CLUSREG_NAME_VIP_ADAPTER_NAME","features":[117]},{"name":"CLUSREG_NAME_VIP_ADDRESS","features":[117]},{"name":"CLUSREG_NAME_VIP_PREFIX_LENGTH","features":[117]},{"name":"CLUSREG_NAME_VIP_RDID","features":[117]},{"name":"CLUSREG_NAME_VIP_VSID","features":[117]},{"name":"CLUSREG_NAME_VIRTUAL_NUMA_COUNT","features":[117]},{"name":"CLUSREG_NAME_VSSTASK_APPNAME","features":[117]},{"name":"CLUSREG_NAME_VSSTASK_APPPARAMS","features":[117]},{"name":"CLUSREG_NAME_VSSTASK_CURRENTDIRECTORY","features":[117]},{"name":"CLUSREG_NAME_VSSTASK_TRIGGERARRAY","features":[117]},{"name":"CLUSREG_NAME_WINS_BACKUP_PATH","features":[117]},{"name":"CLUSREG_NAME_WINS_DATABASE_PATH","features":[117]},{"name":"CLUSREG_NAME_WITNESS_DYNAMIC_WEIGHT","features":[117]},{"name":"CLUSREG_READ_ERROR","features":[117]},{"name":"CLUSREG_READ_KEY","features":[117]},{"name":"CLUSREG_READ_VALUE","features":[117]},{"name":"CLUSREG_SET_KEY_SECURITY","features":[117]},{"name":"CLUSREG_SET_VALUE","features":[117]},{"name":"CLUSREG_VALUE_DELETED","features":[117]},{"name":"CLUSRESDLL_STATUS_DO_NOT_COLLECT_WER_REPORT","features":[117]},{"name":"CLUSRESDLL_STATUS_DUMP_NOW","features":[117]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_MEMORY","features":[117]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_OTHER_RESOURCES","features":[117]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_PROCESSOR","features":[117]},{"name":"CLUSRESDLL_STATUS_INVALID_PARAMETERS","features":[117]},{"name":"CLUSRESDLL_STATUS_NETWORK_NOT_AVAILABLE","features":[117]},{"name":"CLUSRESDLL_STATUS_OFFLINE_BUSY","features":[117]},{"name":"CLUSRESDLL_STATUS_OFFLINE_DESTINATION_REJECTED","features":[117]},{"name":"CLUSRESDLL_STATUS_OFFLINE_DESTINATION_THROTTLED","features":[117]},{"name":"CLUSRESDLL_STATUS_OFFLINE_SOURCE_THROTTLED","features":[117]},{"name":"CLUSRES_DISABLE_WPR_WATCHDOG_FOR_OFFLINE_CALLS","features":[117]},{"name":"CLUSRES_DISABLE_WPR_WATCHDOG_FOR_ONLINE_CALLS","features":[117]},{"name":"CLUSRES_NAME_GET_OPERATION_CONTEXT_FLAGS","features":[117]},{"name":"CLUSRES_STATUS_APPLICATION_READY","features":[117]},{"name":"CLUSRES_STATUS_EMBEDDED_FAILURE","features":[117]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_CPU","features":[117]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_GENERIC_RESOURCES","features":[117]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_MEMORY","features":[117]},{"name":"CLUSRES_STATUS_LOCKED_MODE","features":[117]},{"name":"CLUSRES_STATUS_NETWORK_FAILURE","features":[117]},{"name":"CLUSRES_STATUS_OFFLINE_NOT_LOCAL_DISK_OWNER","features":[117]},{"name":"CLUSRES_STATUS_OS_HEARTBEAT","features":[117]},{"name":"CLUSRES_STATUS_UNMONITORED","features":[117]},{"name":"CLUSTERSET_OBJECT_TYPE","features":[117]},{"name":"CLUSTERSET_OBJECT_TYPE_DATABASE","features":[117]},{"name":"CLUSTERSET_OBJECT_TYPE_MEMBER","features":[117]},{"name":"CLUSTERSET_OBJECT_TYPE_NONE","features":[117]},{"name":"CLUSTERSET_OBJECT_TYPE_WORKLOAD","features":[117]},{"name":"CLUSTERVERSIONINFO","features":[117]},{"name":"CLUSTERVERSIONINFO_NT4","features":[117]},{"name":"CLUSTER_ADD_EVICT_DELAY","features":[117]},{"name":"CLUSTER_AVAILABILITY_SET_CONFIG","features":[1,117]},{"name":"CLUSTER_AVAILABILITY_SET_CONFIG_V1","features":[117]},{"name":"CLUSTER_BATCH_COMMAND","features":[117]},{"name":"CLUSTER_CHANGE","features":[117]},{"name":"CLUSTER_CHANGE_ALL","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_COMMON_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_GROUP_ADDED_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_HANDLE_CLOSE_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_LOST_NOTIFICATIONS_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_MEMBERSHIP_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_NETWORK_ADDED_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_NODE_ADDED_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_PRIVATE_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_PROPERTY","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_RECONNECT","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_RECONNECT_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_RENAME_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_RESOURCE_TYPE_ADDED_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_STATE","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_STATE_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_UPGRADED_V2","features":[117]},{"name":"CLUSTER_CHANGE_CLUSTER_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_COMMON_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_DELETED_v2","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_DEPENDENCIES_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_DEPENDENTS_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_GROUP_ADDED","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_GROUP_REMOVED","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_HANDLE_CLOSE_v2","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_PRIVATE_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_STATE_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUPSET_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_ADDED","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_COMMON_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_DELETED","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_DELETED_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_HANDLE_CLOSE_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_OWNER_NODE_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_PREFERRED_OWNERS_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_PRIVATE_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_PROPERTY","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_ADDED_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_GAINED_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_LOST_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_STATE","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_STATE_V2","features":[117]},{"name":"CLUSTER_CHANGE_GROUP_V2","features":[117]},{"name":"CLUSTER_CHANGE_HANDLE_CLOSE","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_ADDED","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_COMMON_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_DELETED","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_DELETED_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_HANDLE_CLOSE_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_PRIVATE_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_PROPERTY","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_STATE","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_STATE_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETINTERFACE_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_ADDED","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_COMMON_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_DELETED","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_DELETED_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_HANDLE_CLOSE_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_PRIVATE_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_PROPERTY","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_STATE","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_STATE_V2","features":[117]},{"name":"CLUSTER_CHANGE_NETWORK_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_ADDED","features":[117]},{"name":"CLUSTER_CHANGE_NODE_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_COMMON_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_DELETED","features":[117]},{"name":"CLUSTER_CHANGE_NODE_DELETED_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_GROUP_GAINED_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_GROUP_LOST_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_HANDLE_CLOSE_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_NETINTERFACE_ADDED_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_PRIVATE_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_PROPERTY","features":[117]},{"name":"CLUSTER_CHANGE_NODE_STATE","features":[117]},{"name":"CLUSTER_CHANGE_NODE_STATE_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2","features":[117]},{"name":"CLUSTER_CHANGE_NODE_V2","features":[117]},{"name":"CLUSTER_CHANGE_QUORUM_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_QUORUM_STATE","features":[117]},{"name":"CLUSTER_CHANGE_QUORUM_STATE_V2","features":[117]},{"name":"CLUSTER_CHANGE_QUORUM_V2","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_ATTRIBUTES","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_ATTRIBUTES_V2","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_HANDLE_CLOSE_V2","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_NAME","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_NAME_V2","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_SUBTREE","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_SUBTREE_V2","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_V2","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_VALUE","features":[117]},{"name":"CLUSTER_CHANGE_REGISTRY_VALUE_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_ADDED","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_COMMON_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_DELETED","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_DELETED_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_DEPENDENCIES_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_DEPENDENTS_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_DLL_UPGRADED_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_HANDLE_CLOSE_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_OWNER_GROUP_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_POSSIBLE_OWNERS_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_PRIVATE_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_PROPERTY","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_STATE","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_STATE_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TERMINAL_STATE_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_ADDED","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_COMMON_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DELETED","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DELETED_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DLL_UPGRADED_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_POSSIBLE_OWNERS_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_PRIVATE_PROPERTY_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_PROPERTY","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_V2","features":[117]},{"name":"CLUSTER_CHANGE_RESOURCE_V2","features":[117]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_ADDED_V2","features":[117]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_ALL_V2","features":[117]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_REMOVED_V2","features":[117]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_STATE_V2","features":[117]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_V2","features":[117]},{"name":"CLUSTER_CHANGE_SPACEPORT_CUSTOM_PNP_V2","features":[117]},{"name":"CLUSTER_CHANGE_SPACEPORT_V2","features":[117]},{"name":"CLUSTER_CHANGE_UPGRADE_ALL","features":[117]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_COMMIT","features":[117]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT","features":[117]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_PREPARE","features":[117]},{"name":"CLUSTER_CLOUD_TYPE","features":[117]},{"name":"CLUSTER_CLOUD_TYPE_AZURE","features":[117]},{"name":"CLUSTER_CLOUD_TYPE_MIXED","features":[117]},{"name":"CLUSTER_CLOUD_TYPE_NONE","features":[117]},{"name":"CLUSTER_CLOUD_TYPE_UNKNOWN","features":[117]},{"name":"CLUSTER_CONFIGURED","features":[117]},{"name":"CLUSTER_CONTROL_OBJECT","features":[117]},{"name":"CLUSTER_CREATE_GROUP_INFO","features":[117]},{"name":"CLUSTER_CREATE_GROUP_INFO_VERSION","features":[117]},{"name":"CLUSTER_CREATE_GROUP_INFO_VERSION_1","features":[117]},{"name":"CLUSTER_CSA_VSS_STATE","features":[117]},{"name":"CLUSTER_CSV_COMPATIBLE_FILTERS","features":[117]},{"name":"CLUSTER_CSV_INCOMPATIBLE_FILTERS","features":[117]},{"name":"CLUSTER_CSV_VOLUME_FAULT_STATE","features":[117]},{"name":"CLUSTER_DELETE_ACCESS_CONTROL_ENTRY","features":[117]},{"name":"CLUSTER_ENFORCED_ANTIAFFINITY","features":[117]},{"name":"CLUSTER_ENUM","features":[117]},{"name":"CLUSTER_ENUM_ALL","features":[117]},{"name":"CLUSTER_ENUM_GROUP","features":[117]},{"name":"CLUSTER_ENUM_INTERNAL_NETWORK","features":[117]},{"name":"CLUSTER_ENUM_ITEM","features":[117]},{"name":"CLUSTER_ENUM_ITEM_VERSION","features":[117]},{"name":"CLUSTER_ENUM_ITEM_VERSION_1","features":[117]},{"name":"CLUSTER_ENUM_NETINTERFACE","features":[117]},{"name":"CLUSTER_ENUM_NETWORK","features":[117]},{"name":"CLUSTER_ENUM_NODE","features":[117]},{"name":"CLUSTER_ENUM_RESOURCE","features":[117]},{"name":"CLUSTER_ENUM_RESTYPE","features":[117]},{"name":"CLUSTER_ENUM_SHARED_VOLUME_GROUP","features":[117]},{"name":"CLUSTER_ENUM_SHARED_VOLUME_RESOURCE","features":[117]},{"name":"CLUSTER_GROUP_AUTOFAILBACK_TYPE","features":[117]},{"name":"CLUSTER_GROUP_ENUM","features":[117]},{"name":"CLUSTER_GROUP_ENUM_ALL","features":[117]},{"name":"CLUSTER_GROUP_ENUM_CONTAINS","features":[117]},{"name":"CLUSTER_GROUP_ENUM_ITEM","features":[117]},{"name":"CLUSTER_GROUP_ENUM_ITEM_VERSION","features":[117]},{"name":"CLUSTER_GROUP_ENUM_ITEM_VERSION_1","features":[117]},{"name":"CLUSTER_GROUP_ENUM_NODES","features":[117]},{"name":"CLUSTER_GROUP_PRIORITY","features":[117]},{"name":"CLUSTER_GROUP_STATE","features":[117]},{"name":"CLUSTER_GROUP_WAIT_DELAY","features":[117]},{"name":"CLUSTER_HANG_RECOVERY_ACTION_KEYNAME","features":[117]},{"name":"CLUSTER_HANG_TIMEOUT_KEYNAME","features":[117]},{"name":"CLUSTER_HEALTH_FAULT","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_ARGS","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_ARRAY","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_DESCRIPTION","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_DESCRIPTION_LABEL","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_ERRORCODE","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_ERRORCODE_LABEL","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_ERRORTYPE","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_ERRORTYPE_LABEL","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_FLAGS","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_FLAGS_LABEL","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_ID","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_ID_LABEL","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_PROPERTY_NAME","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_PROVIDER","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_PROVIDER_LABEL","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_RESERVED","features":[117]},{"name":"CLUSTER_HEALTH_FAULT_RESERVED_LABEL","features":[117]},{"name":"CLUSTER_INSTALLED","features":[117]},{"name":"CLUSTER_IP_ENTRY","features":[117]},{"name":"CLUSTER_MEMBERSHIP_INFO","features":[1,117]},{"name":"CLUSTER_MGMT_POINT_RESTYPE","features":[117]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_AUTO","features":[117]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_DNN","features":[117]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_SNN","features":[117]},{"name":"CLUSTER_MGMT_POINT_TYPE","features":[117]},{"name":"CLUSTER_MGMT_POINT_TYPE_CNO","features":[117]},{"name":"CLUSTER_MGMT_POINT_TYPE_CNO_ONLY","features":[117]},{"name":"CLUSTER_MGMT_POINT_TYPE_DNS_ONLY","features":[117]},{"name":"CLUSTER_MGMT_POINT_TYPE_NONE","features":[117]},{"name":"CLUSTER_NAME_AUTO_BALANCER_LEVEL","features":[117]},{"name":"CLUSTER_NAME_AUTO_BALANCER_MODE","features":[117]},{"name":"CLUSTER_NAME_PREFERRED_SITE","features":[117]},{"name":"CLUSTER_NETINTERFACE_STATE","features":[117]},{"name":"CLUSTER_NETWORK_ENUM","features":[117]},{"name":"CLUSTER_NETWORK_ENUM_ALL","features":[117]},{"name":"CLUSTER_NETWORK_ENUM_NETINTERFACES","features":[117]},{"name":"CLUSTER_NETWORK_ROLE","features":[117]},{"name":"CLUSTER_NETWORK_STATE","features":[117]},{"name":"CLUSTER_NODE_DRAIN_STATUS","features":[117]},{"name":"CLUSTER_NODE_ENUM","features":[117]},{"name":"CLUSTER_NODE_ENUM_ALL","features":[117]},{"name":"CLUSTER_NODE_ENUM_GROUPS","features":[117]},{"name":"CLUSTER_NODE_ENUM_NETINTERFACES","features":[117]},{"name":"CLUSTER_NODE_ENUM_PREFERRED_GROUPS","features":[117]},{"name":"CLUSTER_NODE_RESUME_FAILBACK_TYPE","features":[117]},{"name":"CLUSTER_NODE_STATE","features":[117]},{"name":"CLUSTER_NODE_STATUS","features":[117]},{"name":"CLUSTER_NOTIFICATIONS_V1","features":[117]},{"name":"CLUSTER_NOTIFICATIONS_V2","features":[117]},{"name":"CLUSTER_NOTIFICATIONS_VERSION","features":[117]},{"name":"CLUSTER_OBJECT_TYPE","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_AFFINITYRULE","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_CLUSTER","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_FAULTDOMAIN","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_GROUP","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_GROUPSET","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_NETWORK","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_NETWORK_INTERFACE","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_NODE","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_NONE","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_QUORUM","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_REGISTRY","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_RESOURCE","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_RESOURCE_TYPE","features":[117]},{"name":"CLUSTER_OBJECT_TYPE_SHARED_VOLUME","features":[117]},{"name":"CLUSTER_PROPERTY_FORMAT","features":[117]},{"name":"CLUSTER_PROPERTY_SYNTAX","features":[117]},{"name":"CLUSTER_PROPERTY_TYPE","features":[117]},{"name":"CLUSTER_QUORUM_LOST","features":[117]},{"name":"CLUSTER_QUORUM_MAINTAINED","features":[117]},{"name":"CLUSTER_QUORUM_TYPE","features":[117]},{"name":"CLUSTER_QUORUM_VALUE","features":[117]},{"name":"CLUSTER_READ_BATCH_COMMAND","features":[117]},{"name":"CLUSTER_REG_COMMAND","features":[117]},{"name":"CLUSTER_REQUEST_REPLY_TIMEOUT","features":[117]},{"name":"CLUSTER_RESOURCE_APPLICATION_STATE","features":[117]},{"name":"CLUSTER_RESOURCE_CLASS","features":[117]},{"name":"CLUSTER_RESOURCE_CREATE_FLAGS","features":[117]},{"name":"CLUSTER_RESOURCE_DEFAULT_MONITOR","features":[117]},{"name":"CLUSTER_RESOURCE_EMBEDDED_FAILURE_ACTION","features":[117]},{"name":"CLUSTER_RESOURCE_ENUM","features":[117]},{"name":"CLUSTER_RESOURCE_ENUM_ALL","features":[117]},{"name":"CLUSTER_RESOURCE_ENUM_DEPENDS","features":[117]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM","features":[117]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM_VERSION","features":[117]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM_VERSION_1","features":[117]},{"name":"CLUSTER_RESOURCE_ENUM_NODES","features":[117]},{"name":"CLUSTER_RESOURCE_ENUM_PROVIDES","features":[117]},{"name":"CLUSTER_RESOURCE_RESTART_ACTION","features":[117]},{"name":"CLUSTER_RESOURCE_SEPARATE_MONITOR","features":[117]},{"name":"CLUSTER_RESOURCE_STATE","features":[117]},{"name":"CLUSTER_RESOURCE_STATE_CHANGE_REASON","features":[117]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM","features":[117]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_ALL","features":[117]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_NODES","features":[117]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES","features":[117]},{"name":"CLUSTER_RESOURCE_TYPE_SPECIFIC_V2","features":[117]},{"name":"CLUSTER_RESOURCE_VALID_FLAGS","features":[117]},{"name":"CLUSTER_ROLE","features":[117]},{"name":"CLUSTER_ROLE_STATE","features":[117]},{"name":"CLUSTER_RUNNING","features":[117]},{"name":"CLUSTER_S2D_BUS_TYPES","features":[117]},{"name":"CLUSTER_S2D_CACHE_BEHAVIOR_FLAGS","features":[117]},{"name":"CLUSTER_S2D_CACHE_DESIRED_STATE","features":[117]},{"name":"CLUSTER_S2D_CACHE_FLASH_RESERVE_PERCENT","features":[117]},{"name":"CLUSTER_S2D_CACHE_METADATA_RESERVE","features":[117]},{"name":"CLUSTER_S2D_CACHE_PAGE_SIZE_KBYTES","features":[117]},{"name":"CLUSTER_S2D_ENABLED","features":[117]},{"name":"CLUSTER_S2D_IO_LATENCY_THRESHOLD","features":[117]},{"name":"CLUSTER_S2D_OPTIMIZATIONS","features":[117]},{"name":"CLUSTER_SETUP_PHASE","features":[117]},{"name":"CLUSTER_SETUP_PHASE_SEVERITY","features":[117]},{"name":"CLUSTER_SETUP_PHASE_TYPE","features":[117]},{"name":"CLUSTER_SET_ACCESS_TYPE_ALLOWED","features":[117]},{"name":"CLUSTER_SET_ACCESS_TYPE_DENIED","features":[117]},{"name":"CLUSTER_SET_PASSWORD_STATUS","features":[1,117]},{"name":"CLUSTER_SHARED_VOLUMES_ROOT","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_BACKUP_STATE","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_GUID_INPUT","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_GUID_NAME","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_NAME","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_TYPE","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_VOLUME","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_STATE","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_STATE_INFO","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_STATE_INFO_EX","features":[117]},{"name":"CLUSTER_SHARED_VOLUME_VSS_WRITER_OPERATION_TIMEOUT","features":[117]},{"name":"CLUSTER_STORAGENODE_STATE","features":[117]},{"name":"CLUSTER_UPGRADE_PHASE","features":[117]},{"name":"CLUSTER_VALIDATE_CSV_FILENAME","features":[117]},{"name":"CLUSTER_VALIDATE_DIRECTORY","features":[117]},{"name":"CLUSTER_VALIDATE_NETNAME","features":[117]},{"name":"CLUSTER_VALIDATE_PATH","features":[117]},{"name":"CLUSTER_VERSION_FLAG_MIXED_MODE","features":[117]},{"name":"CLUSTER_VERSION_UNKNOWN","features":[117]},{"name":"CLUSTER_WITNESS_DATABASE_WRITE_TIMEOUT","features":[117]},{"name":"CLUSTER_WITNESS_FAILED_RESTART_INTERVAL","features":[117]},{"name":"CLUS_ACCESS_ANY","features":[117]},{"name":"CLUS_ACCESS_READ","features":[117]},{"name":"CLUS_ACCESS_WRITE","features":[117]},{"name":"CLUS_AFFINITY_RULE_DIFFERENT_FAULT_DOMAIN","features":[117]},{"name":"CLUS_AFFINITY_RULE_DIFFERENT_NODE","features":[117]},{"name":"CLUS_AFFINITY_RULE_MAX","features":[117]},{"name":"CLUS_AFFINITY_RULE_MIN","features":[117]},{"name":"CLUS_AFFINITY_RULE_NONE","features":[117]},{"name":"CLUS_AFFINITY_RULE_SAME_FAULT_DOMAIN","features":[117]},{"name":"CLUS_AFFINITY_RULE_SAME_NODE","features":[117]},{"name":"CLUS_AFFINITY_RULE_TYPE","features":[117]},{"name":"CLUS_CHARACTERISTICS","features":[117]},{"name":"CLUS_CHAR_BROADCAST_DELETE","features":[117]},{"name":"CLUS_CHAR_CLONES","features":[117]},{"name":"CLUS_CHAR_COEXIST_IN_SHARED_VOLUME_GROUP","features":[117]},{"name":"CLUS_CHAR_DELETE_REQUIRES_ALL_NODES","features":[117]},{"name":"CLUS_CHAR_DRAIN_LOCAL_OFFLINE","features":[117]},{"name":"CLUS_CHAR_INFRASTRUCTURE","features":[117]},{"name":"CLUS_CHAR_LOCAL_QUORUM","features":[117]},{"name":"CLUS_CHAR_LOCAL_QUORUM_DEBUG","features":[117]},{"name":"CLUS_CHAR_MONITOR_DETACH","features":[117]},{"name":"CLUS_CHAR_MONITOR_REATTACH","features":[117]},{"name":"CLUS_CHAR_NOTIFY_NEW_OWNER","features":[117]},{"name":"CLUS_CHAR_NOT_PREEMPTABLE","features":[117]},{"name":"CLUS_CHAR_OPERATION_CONTEXT","features":[117]},{"name":"CLUS_CHAR_PLACEMENT_DATA","features":[117]},{"name":"CLUS_CHAR_QUORUM","features":[117]},{"name":"CLUS_CHAR_REQUIRES_STATE_CHANGE_REASON","features":[117]},{"name":"CLUS_CHAR_SINGLE_CLUSTER_INSTANCE","features":[117]},{"name":"CLUS_CHAR_SINGLE_GROUP_INSTANCE","features":[117]},{"name":"CLUS_CHAR_SUPPORTS_UNMONITORED_STATE","features":[117]},{"name":"CLUS_CHAR_UNKNOWN","features":[117]},{"name":"CLUS_CHAR_VETO_DRAIN","features":[117]},{"name":"CLUS_CHKDSK_INFO","features":[117]},{"name":"CLUS_CREATE_CRYPT_CONTAINER_NOT_FOUND","features":[117]},{"name":"CLUS_CREATE_INFRASTRUCTURE_FILESERVER_INPUT","features":[117]},{"name":"CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT","features":[117]},{"name":"CLUS_CSV_MAINTENANCE_MODE_INFO","features":[1,117]},{"name":"CLUS_CSV_VOLUME_INFO","features":[117]},{"name":"CLUS_CSV_VOLUME_NAME","features":[117]},{"name":"CLUS_DISK_NUMBER_INFO","features":[117]},{"name":"CLUS_DNN_LEADER_STATUS","features":[1,117]},{"name":"CLUS_DNN_SODAFS_CLONE_STATUS","features":[117]},{"name":"CLUS_FLAGS","features":[117]},{"name":"CLUS_FLAG_CORE","features":[117]},{"name":"CLUS_FORCE_QUORUM_INFO","features":[117]},{"name":"CLUS_FTSET_INFO","features":[117]},{"name":"CLUS_GLOBAL","features":[117]},{"name":"CLUS_GROUP_DO_NOT_START","features":[117]},{"name":"CLUS_GROUP_START_ALLOWED","features":[117]},{"name":"CLUS_GROUP_START_ALWAYS","features":[117]},{"name":"CLUS_GROUP_START_SETTING","features":[117]},{"name":"CLUS_GRP_MOVE_ALLOWED","features":[117]},{"name":"CLUS_GRP_MOVE_LOCKED","features":[117]},{"name":"CLUS_HYBRID_QUORUM","features":[117]},{"name":"CLUS_MAINTENANCE_MODE_INFO","features":[1,117]},{"name":"CLUS_MAINTENANCE_MODE_INFOEX","features":[1,117]},{"name":"CLUS_MODIFY","features":[117]},{"name":"CLUS_NAME_RES_TYPE_CLUSTER_GROUPID","features":[117]},{"name":"CLUS_NAME_RES_TYPE_DATA_RESID","features":[117]},{"name":"CLUS_NAME_RES_TYPE_LOG_MULTIPLE","features":[117]},{"name":"CLUS_NAME_RES_TYPE_LOG_RESID","features":[117]},{"name":"CLUS_NAME_RES_TYPE_LOG_VOLUME","features":[117]},{"name":"CLUS_NAME_RES_TYPE_MINIMUM_LOG_SIZE","features":[117]},{"name":"CLUS_NAME_RES_TYPE_REPLICATION_GROUPID","features":[117]},{"name":"CLUS_NAME_RES_TYPE_REPLICATION_GROUP_TYPE","features":[117]},{"name":"CLUS_NAME_RES_TYPE_SOURCE_RESID","features":[117]},{"name":"CLUS_NAME_RES_TYPE_SOURCE_VOLUMES","features":[117]},{"name":"CLUS_NAME_RES_TYPE_TARGET_RESID","features":[117]},{"name":"CLUS_NAME_RES_TYPE_TARGET_VOLUMES","features":[117]},{"name":"CLUS_NAME_RES_TYPE_UNIT_LOG_SIZE_CHANGE","features":[117]},{"name":"CLUS_NETNAME_IP_INFO_ENTRY","features":[117]},{"name":"CLUS_NETNAME_IP_INFO_FOR_MULTICHANNEL","features":[117]},{"name":"CLUS_NETNAME_PWD_INFO","features":[117]},{"name":"CLUS_NETNAME_PWD_INFOEX","features":[117]},{"name":"CLUS_NETNAME_VS_TOKEN_INFO","features":[1,117]},{"name":"CLUS_NODE_MAJORITY_QUORUM","features":[117]},{"name":"CLUS_NOT_GLOBAL","features":[117]},{"name":"CLUS_NO_MODIFY","features":[117]},{"name":"CLUS_OBJECT_AFFINITYRULE","features":[117]},{"name":"CLUS_OBJECT_CLUSTER","features":[117]},{"name":"CLUS_OBJECT_GROUP","features":[117]},{"name":"CLUS_OBJECT_GROUPSET","features":[117]},{"name":"CLUS_OBJECT_INVALID","features":[117]},{"name":"CLUS_OBJECT_NETINTERFACE","features":[117]},{"name":"CLUS_OBJECT_NETWORK","features":[117]},{"name":"CLUS_OBJECT_NODE","features":[117]},{"name":"CLUS_OBJECT_RESOURCE","features":[117]},{"name":"CLUS_OBJECT_RESOURCE_TYPE","features":[117]},{"name":"CLUS_OBJECT_USER","features":[117]},{"name":"CLUS_PARTITION_INFO","features":[117]},{"name":"CLUS_PARTITION_INFO_EX","features":[117]},{"name":"CLUS_PARTITION_INFO_EX2","features":[117]},{"name":"CLUS_PROVIDER_STATE_CHANGE_INFO","features":[117]},{"name":"CLUS_RESCLASS_NETWORK","features":[117]},{"name":"CLUS_RESCLASS_STORAGE","features":[117]},{"name":"CLUS_RESCLASS_UNKNOWN","features":[117]},{"name":"CLUS_RESCLASS_USER","features":[117]},{"name":"CLUS_RESDLL_OFFLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[117]},{"name":"CLUS_RESDLL_OFFLINE_DUE_TO_EMBEDDED_FAILURE","features":[117]},{"name":"CLUS_RESDLL_OFFLINE_IGNORE_NETWORK_CONNECTIVITY","features":[117]},{"name":"CLUS_RESDLL_OFFLINE_IGNORE_RESOURCE_STATUS","features":[117]},{"name":"CLUS_RESDLL_OFFLINE_QUEUE_ENABLED","features":[117]},{"name":"CLUS_RESDLL_OFFLINE_RETURNING_TO_SOURCE_NODE_BECAUSE_OF_ERROR","features":[117]},{"name":"CLUS_RESDLL_OFFLINE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[117]},{"name":"CLUS_RESDLL_ONLINE_IGNORE_NETWORK_CONNECTIVITY","features":[117]},{"name":"CLUS_RESDLL_ONLINE_IGNORE_RESOURCE_STATUS","features":[117]},{"name":"CLUS_RESDLL_ONLINE_RECOVER_MONITOR_STATE","features":[117]},{"name":"CLUS_RESDLL_ONLINE_RESTORE_ONLINE_STATE","features":[117]},{"name":"CLUS_RESDLL_ONLINE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[117]},{"name":"CLUS_RESDLL_OPEN_DONT_DELETE_TEMP_DISK","features":[117]},{"name":"CLUS_RESDLL_OPEN_RECOVER_MONITOR_STATE","features":[117]},{"name":"CLUS_RESOURCE_CLASS_INFO","features":[117]},{"name":"CLUS_RESSUBCLASS","features":[117]},{"name":"CLUS_RESSUBCLASS_NETWORK","features":[117]},{"name":"CLUS_RESSUBCLASS_NETWORK_INTERNET_PROTOCOL","features":[117]},{"name":"CLUS_RESSUBCLASS_SHARED","features":[117]},{"name":"CLUS_RESSUBCLASS_STORAGE","features":[117]},{"name":"CLUS_RESSUBCLASS_STORAGE_DISK","features":[117]},{"name":"CLUS_RESSUBCLASS_STORAGE_REPLICATION","features":[117]},{"name":"CLUS_RESSUBCLASS_STORAGE_SHARED_BUS","features":[117]},{"name":"CLUS_RESTYPE_NAME_CAU","features":[117]},{"name":"CLUS_RESTYPE_NAME_CLOUD_WITNESS","features":[117]},{"name":"CLUS_RESTYPE_NAME_CONTAINER","features":[117]},{"name":"CLUS_RESTYPE_NAME_CROSS_CLUSTER","features":[117]},{"name":"CLUS_RESTYPE_NAME_DFS","features":[117]},{"name":"CLUS_RESTYPE_NAME_DFSR","features":[117]},{"name":"CLUS_RESTYPE_NAME_DHCP","features":[117]},{"name":"CLUS_RESTYPE_NAME_DNN","features":[117]},{"name":"CLUS_RESTYPE_NAME_FILESERVER","features":[117]},{"name":"CLUS_RESTYPE_NAME_FILESHR","features":[117]},{"name":"CLUS_RESTYPE_NAME_FSWITNESS","features":[117]},{"name":"CLUS_RESTYPE_NAME_GENAPP","features":[117]},{"name":"CLUS_RESTYPE_NAME_GENSCRIPT","features":[117]},{"name":"CLUS_RESTYPE_NAME_GENSVC","features":[117]},{"name":"CLUS_RESTYPE_NAME_HARDDISK","features":[117]},{"name":"CLUS_RESTYPE_NAME_HCSVM","features":[117]},{"name":"CLUS_RESTYPE_NAME_HEALTH_SERVICE","features":[117]},{"name":"CLUS_RESTYPE_NAME_IPADDR","features":[117]},{"name":"CLUS_RESTYPE_NAME_IPV6_NATIVE","features":[117]},{"name":"CLUS_RESTYPE_NAME_IPV6_TUNNEL","features":[117]},{"name":"CLUS_RESTYPE_NAME_ISCSITARGET","features":[117]},{"name":"CLUS_RESTYPE_NAME_ISNS","features":[117]},{"name":"CLUS_RESTYPE_NAME_MSDTC","features":[117]},{"name":"CLUS_RESTYPE_NAME_MSMQ","features":[117]},{"name":"CLUS_RESTYPE_NAME_MSMQ_TRIGGER","features":[117]},{"name":"CLUS_RESTYPE_NAME_NAT","features":[117]},{"name":"CLUS_RESTYPE_NAME_NETNAME","features":[117]},{"name":"CLUS_RESTYPE_NAME_NETWORK_FILE_SYSTEM","features":[117]},{"name":"CLUS_RESTYPE_NAME_NEW_MSMQ","features":[117]},{"name":"CLUS_RESTYPE_NAME_NFS","features":[117]},{"name":"CLUS_RESTYPE_NAME_NFS_MSNS","features":[117]},{"name":"CLUS_RESTYPE_NAME_NFS_V2","features":[117]},{"name":"CLUS_RESTYPE_NAME_NV_PROVIDER_ADDRESS","features":[117]},{"name":"CLUS_RESTYPE_NAME_PHYS_DISK","features":[117]},{"name":"CLUS_RESTYPE_NAME_PRTSPLR","features":[117]},{"name":"CLUS_RESTYPE_NAME_SCALEOUT_MASTER","features":[117]},{"name":"CLUS_RESTYPE_NAME_SCALEOUT_WORKER","features":[117]},{"name":"CLUS_RESTYPE_NAME_SDDC_MANAGEMENT","features":[117]},{"name":"CLUS_RESTYPE_NAME_SODAFILESERVER","features":[117]},{"name":"CLUS_RESTYPE_NAME_STORAGE_POLICIES","features":[117]},{"name":"CLUS_RESTYPE_NAME_STORAGE_POOL","features":[117]},{"name":"CLUS_RESTYPE_NAME_STORAGE_REPLICA","features":[117]},{"name":"CLUS_RESTYPE_NAME_STORQOS","features":[117]},{"name":"CLUS_RESTYPE_NAME_TASKSCHEDULER","features":[117]},{"name":"CLUS_RESTYPE_NAME_VIRTUAL_IPV4","features":[117]},{"name":"CLUS_RESTYPE_NAME_VIRTUAL_IPV6","features":[117]},{"name":"CLUS_RESTYPE_NAME_VM","features":[117]},{"name":"CLUS_RESTYPE_NAME_VMREPLICA_BROKER","features":[117]},{"name":"CLUS_RESTYPE_NAME_VMREPLICA_COORDINATOR","features":[117]},{"name":"CLUS_RESTYPE_NAME_VM_CONFIG","features":[117]},{"name":"CLUS_RESTYPE_NAME_VM_WMI","features":[117]},{"name":"CLUS_RESTYPE_NAME_VSSTASK","features":[117]},{"name":"CLUS_RESTYPE_NAME_WINS","features":[117]},{"name":"CLUS_RES_NAME_SCALEOUT_MASTER","features":[117]},{"name":"CLUS_RES_NAME_SCALEOUT_WORKER","features":[117]},{"name":"CLUS_SCSI_ADDRESS","features":[117]},{"name":"CLUS_SET_MAINTENANCE_MODE_INPUT","features":[1,117]},{"name":"CLUS_SHARED_VOLUME_BACKUP_MODE","features":[117]},{"name":"CLUS_STARTING_PARAMS","features":[1,117]},{"name":"CLUS_STORAGE_GET_AVAILABLE_DRIVELETTERS","features":[117]},{"name":"CLUS_STORAGE_REMAP_DRIVELETTER","features":[117]},{"name":"CLUS_STORAGE_SET_DRIVELETTER","features":[117]},{"name":"CLUS_WORKER","features":[1,117]},{"name":"CREATEDC_PRESENT","features":[117]},{"name":"CREATE_CLUSTER_CONFIG","features":[1,117]},{"name":"CREATE_CLUSTER_MAJOR_VERSION_MASK","features":[117]},{"name":"CREATE_CLUSTER_NAME_ACCOUNT","features":[1,117]},{"name":"CREATE_CLUSTER_VERSION","features":[117]},{"name":"CTCTL_GET_FAULT_DOMAIN_STATE","features":[117]},{"name":"CTCTL_GET_ROUTESTATUS_BASIC","features":[117]},{"name":"CTCTL_GET_ROUTESTATUS_EXTENDED","features":[117]},{"name":"CanResourceBeDependent","features":[1,117]},{"name":"CancelClusterGroupOperation","features":[117]},{"name":"ChangeClusterResourceGroup","features":[117]},{"name":"ChangeClusterResourceGroupEx","features":[117]},{"name":"ChangeClusterResourceGroupEx2","features":[117]},{"name":"CloseCluster","features":[1,117]},{"name":"CloseClusterCryptProvider","features":[117]},{"name":"CloseClusterGroup","features":[1,117]},{"name":"CloseClusterGroupSet","features":[1,117]},{"name":"CloseClusterNetInterface","features":[1,117]},{"name":"CloseClusterNetwork","features":[1,117]},{"name":"CloseClusterNode","features":[1,117]},{"name":"CloseClusterNotifyPort","features":[1,117]},{"name":"CloseClusterResource","features":[1,117]},{"name":"ClusAddClusterHealthFault","features":[117]},{"name":"ClusApplication","features":[117]},{"name":"ClusCryptoKeys","features":[117]},{"name":"ClusDisk","features":[117]},{"name":"ClusDisks","features":[117]},{"name":"ClusGetClusterHealthFaults","features":[117]},{"name":"ClusGroupTypeAvailableStorage","features":[117]},{"name":"ClusGroupTypeClusterUpdateAgent","features":[117]},{"name":"ClusGroupTypeCoreCluster","features":[117]},{"name":"ClusGroupTypeCoreSddc","features":[117]},{"name":"ClusGroupTypeCrossClusterOrchestrator","features":[117]},{"name":"ClusGroupTypeDhcpServer","features":[117]},{"name":"ClusGroupTypeDtc","features":[117]},{"name":"ClusGroupTypeFileServer","features":[117]},{"name":"ClusGroupTypeGenericApplication","features":[117]},{"name":"ClusGroupTypeGenericScript","features":[117]},{"name":"ClusGroupTypeGenericService","features":[117]},{"name":"ClusGroupTypeIScsiNameService","features":[117]},{"name":"ClusGroupTypeIScsiTarget","features":[117]},{"name":"ClusGroupTypeInfrastructureFileServer","features":[117]},{"name":"ClusGroupTypeMsmq","features":[117]},{"name":"ClusGroupTypePrintServer","features":[117]},{"name":"ClusGroupTypeScaleoutCluster","features":[117]},{"name":"ClusGroupTypeScaleoutFileServer","features":[117]},{"name":"ClusGroupTypeSharedVolume","features":[117]},{"name":"ClusGroupTypeStandAloneDfs","features":[117]},{"name":"ClusGroupTypeStoragePool","features":[117]},{"name":"ClusGroupTypeStorageReplica","features":[117]},{"name":"ClusGroupTypeTaskScheduler","features":[117]},{"name":"ClusGroupTypeTemporary","features":[117]},{"name":"ClusGroupTypeTsSessionBroker","features":[117]},{"name":"ClusGroupTypeUnknown","features":[117]},{"name":"ClusGroupTypeVMReplicaBroker","features":[117]},{"name":"ClusGroupTypeVMReplicaCoordinator","features":[117]},{"name":"ClusGroupTypeVirtualMachine","features":[117]},{"name":"ClusGroupTypeWins","features":[117]},{"name":"ClusNetInterface","features":[117]},{"name":"ClusNetInterfaces","features":[117]},{"name":"ClusNetwork","features":[117]},{"name":"ClusNetworkNetInterfaces","features":[117]},{"name":"ClusNetworks","features":[117]},{"name":"ClusNode","features":[117]},{"name":"ClusNodeNetInterfaces","features":[117]},{"name":"ClusNodes","features":[117]},{"name":"ClusPartition","features":[117]},{"name":"ClusPartitionEx","features":[117]},{"name":"ClusPartitions","features":[117]},{"name":"ClusProperties","features":[117]},{"name":"ClusProperty","features":[117]},{"name":"ClusPropertyValue","features":[117]},{"name":"ClusPropertyValueData","features":[117]},{"name":"ClusPropertyValues","features":[117]},{"name":"ClusRefObject","features":[117]},{"name":"ClusRegistryKeys","features":[117]},{"name":"ClusRemoveClusterHealthFault","features":[117]},{"name":"ClusResDependencies","features":[117]},{"name":"ClusResDependents","features":[117]},{"name":"ClusResGroup","features":[117]},{"name":"ClusResGroupPreferredOwnerNodes","features":[117]},{"name":"ClusResGroupResources","features":[117]},{"name":"ClusResGroups","features":[117]},{"name":"ClusResPossibleOwnerNodes","features":[117]},{"name":"ClusResType","features":[117]},{"name":"ClusResTypePossibleOwnerNodes","features":[117]},{"name":"ClusResTypeResources","features":[117]},{"name":"ClusResTypes","features":[117]},{"name":"ClusResource","features":[117]},{"name":"ClusResources","features":[117]},{"name":"ClusScsiAddress","features":[117]},{"name":"ClusVersion","features":[117]},{"name":"ClusWorkerCheckTerminate","features":[1,117]},{"name":"ClusWorkerCreate","features":[1,117]},{"name":"ClusWorkerTerminate","features":[1,117]},{"name":"ClusWorkerTerminateEx","features":[1,117]},{"name":"ClusWorkersTerminate","features":[1,117]},{"name":"ClusapiSetReasonHandler","features":[1,117]},{"name":"Cluster","features":[117]},{"name":"ClusterAddGroupToAffinityRule","features":[117]},{"name":"ClusterAddGroupToGroupSet","features":[117]},{"name":"ClusterAddGroupToGroupSetWithDomains","features":[117]},{"name":"ClusterAddGroupToGroupSetWithDomainsEx","features":[117]},{"name":"ClusterAffinityRuleControl","features":[117]},{"name":"ClusterClearBackupStateForSharedVolume","features":[117]},{"name":"ClusterCloseEnum","features":[117]},{"name":"ClusterCloseEnumEx","features":[117]},{"name":"ClusterControl","features":[117]},{"name":"ClusterControlEx","features":[117]},{"name":"ClusterCreateAffinityRule","features":[117]},{"name":"ClusterDecrypt","features":[117]},{"name":"ClusterEncrypt","features":[117]},{"name":"ClusterEnum","features":[117]},{"name":"ClusterEnumEx","features":[117]},{"name":"ClusterGetEnumCount","features":[117]},{"name":"ClusterGetEnumCountEx","features":[117]},{"name":"ClusterGetVolumeNameForVolumeMountPoint","features":[1,117]},{"name":"ClusterGetVolumePathName","features":[1,117]},{"name":"ClusterGroupAllowFailback","features":[117]},{"name":"ClusterGroupCloseEnum","features":[117]},{"name":"ClusterGroupCloseEnumEx","features":[117]},{"name":"ClusterGroupControl","features":[117]},{"name":"ClusterGroupControlEx","features":[117]},{"name":"ClusterGroupEnum","features":[117]},{"name":"ClusterGroupEnumEx","features":[117]},{"name":"ClusterGroupFailbackTypeCount","features":[117]},{"name":"ClusterGroupFailed","features":[117]},{"name":"ClusterGroupGetEnumCount","features":[117]},{"name":"ClusterGroupGetEnumCountEx","features":[117]},{"name":"ClusterGroupOffline","features":[117]},{"name":"ClusterGroupOnline","features":[117]},{"name":"ClusterGroupOpenEnum","features":[117]},{"name":"ClusterGroupOpenEnumEx","features":[117]},{"name":"ClusterGroupPartialOnline","features":[117]},{"name":"ClusterGroupPending","features":[117]},{"name":"ClusterGroupPreventFailback","features":[117]},{"name":"ClusterGroupSetCloseEnum","features":[117]},{"name":"ClusterGroupSetControl","features":[117]},{"name":"ClusterGroupSetControlEx","features":[117]},{"name":"ClusterGroupSetEnum","features":[117]},{"name":"ClusterGroupSetGetEnumCount","features":[117]},{"name":"ClusterGroupSetOpenEnum","features":[117]},{"name":"ClusterGroupStateUnknown","features":[117]},{"name":"ClusterIsPathOnSharedVolume","features":[1,117]},{"name":"ClusterNames","features":[117]},{"name":"ClusterNetInterfaceCloseEnum","features":[117]},{"name":"ClusterNetInterfaceControl","features":[117]},{"name":"ClusterNetInterfaceControlEx","features":[117]},{"name":"ClusterNetInterfaceEnum","features":[117]},{"name":"ClusterNetInterfaceFailed","features":[117]},{"name":"ClusterNetInterfaceOpenEnum","features":[117]},{"name":"ClusterNetInterfaceStateUnknown","features":[117]},{"name":"ClusterNetInterfaceUnavailable","features":[117]},{"name":"ClusterNetInterfaceUnreachable","features":[117]},{"name":"ClusterNetInterfaceUp","features":[117]},{"name":"ClusterNetworkCloseEnum","features":[117]},{"name":"ClusterNetworkControl","features":[117]},{"name":"ClusterNetworkControlEx","features":[117]},{"name":"ClusterNetworkDown","features":[117]},{"name":"ClusterNetworkEnum","features":[117]},{"name":"ClusterNetworkGetEnumCount","features":[117]},{"name":"ClusterNetworkOpenEnum","features":[117]},{"name":"ClusterNetworkPartitioned","features":[117]},{"name":"ClusterNetworkRoleClientAccess","features":[117]},{"name":"ClusterNetworkRoleInternalAndClient","features":[117]},{"name":"ClusterNetworkRoleInternalUse","features":[117]},{"name":"ClusterNetworkRoleNone","features":[117]},{"name":"ClusterNetworkStateUnknown","features":[117]},{"name":"ClusterNetworkUnavailable","features":[117]},{"name":"ClusterNetworkUp","features":[117]},{"name":"ClusterNodeCloseEnum","features":[117]},{"name":"ClusterNodeCloseEnumEx","features":[117]},{"name":"ClusterNodeControl","features":[117]},{"name":"ClusterNodeControlEx","features":[117]},{"name":"ClusterNodeDown","features":[117]},{"name":"ClusterNodeDrainStatusCount","features":[117]},{"name":"ClusterNodeEnum","features":[117]},{"name":"ClusterNodeEnumEx","features":[117]},{"name":"ClusterNodeGetEnumCount","features":[117]},{"name":"ClusterNodeGetEnumCountEx","features":[117]},{"name":"ClusterNodeJoining","features":[117]},{"name":"ClusterNodeOpenEnum","features":[117]},{"name":"ClusterNodeOpenEnumEx","features":[117]},{"name":"ClusterNodePaused","features":[117]},{"name":"ClusterNodeReplacement","features":[117]},{"name":"ClusterNodeResumeFailbackTypeCount","features":[117]},{"name":"ClusterNodeStateUnknown","features":[117]},{"name":"ClusterNodeUp","features":[117]},{"name":"ClusterOpenEnum","features":[117]},{"name":"ClusterOpenEnumEx","features":[117]},{"name":"ClusterPrepareSharedVolumeForBackup","features":[117]},{"name":"ClusterRegBatchAddCommand","features":[117]},{"name":"ClusterRegBatchCloseNotification","features":[117]},{"name":"ClusterRegBatchReadCommand","features":[117]},{"name":"ClusterRegCloseBatch","features":[1,117]},{"name":"ClusterRegCloseBatchEx","features":[117]},{"name":"ClusterRegCloseBatchNotifyPort","features":[117]},{"name":"ClusterRegCloseKey","features":[117,54]},{"name":"ClusterRegCloseReadBatch","features":[117]},{"name":"ClusterRegCloseReadBatchEx","features":[117]},{"name":"ClusterRegCloseReadBatchReply","features":[117]},{"name":"ClusterRegCreateBatch","features":[117,54]},{"name":"ClusterRegCreateBatchNotifyPort","features":[117,54]},{"name":"ClusterRegCreateKey","features":[1,117,5,54]},{"name":"ClusterRegCreateKeyEx","features":[1,117,5,54]},{"name":"ClusterRegCreateReadBatch","features":[117,54]},{"name":"ClusterRegDeleteKey","features":[117,54]},{"name":"ClusterRegDeleteKeyEx","features":[117,54]},{"name":"ClusterRegDeleteValue","features":[117,54]},{"name":"ClusterRegDeleteValueEx","features":[117,54]},{"name":"ClusterRegEnumKey","features":[1,117,54]},{"name":"ClusterRegEnumValue","features":[117,54]},{"name":"ClusterRegGetBatchNotification","features":[117]},{"name":"ClusterRegGetKeySecurity","features":[117,5,54]},{"name":"ClusterRegOpenKey","features":[117,54]},{"name":"ClusterRegQueryInfoKey","features":[1,117,54]},{"name":"ClusterRegQueryValue","features":[117,54]},{"name":"ClusterRegReadBatchAddCommand","features":[117]},{"name":"ClusterRegReadBatchReplyNextCommand","features":[117]},{"name":"ClusterRegSetKeySecurity","features":[117,5,54]},{"name":"ClusterRegSetKeySecurityEx","features":[117,5,54]},{"name":"ClusterRegSetValue","features":[117,54]},{"name":"ClusterRegSetValueEx","features":[117,54]},{"name":"ClusterRegSyncDatabase","features":[117]},{"name":"ClusterRemoveAffinityRule","features":[117]},{"name":"ClusterRemoveGroupFromAffinityRule","features":[117]},{"name":"ClusterRemoveGroupFromGroupSet","features":[117]},{"name":"ClusterRemoveGroupFromGroupSetEx","features":[117]},{"name":"ClusterResourceApplicationOSHeartBeat","features":[117]},{"name":"ClusterResourceApplicationReady","features":[117]},{"name":"ClusterResourceApplicationStateUnknown","features":[117]},{"name":"ClusterResourceCloseEnum","features":[117]},{"name":"ClusterResourceCloseEnumEx","features":[117]},{"name":"ClusterResourceControl","features":[117]},{"name":"ClusterResourceControlAsUser","features":[117]},{"name":"ClusterResourceControlAsUserEx","features":[117]},{"name":"ClusterResourceControlEx","features":[117]},{"name":"ClusterResourceDontRestart","features":[117]},{"name":"ClusterResourceEmbeddedFailureActionLogOnly","features":[117]},{"name":"ClusterResourceEmbeddedFailureActionNone","features":[117]},{"name":"ClusterResourceEmbeddedFailureActionRecover","features":[117]},{"name":"ClusterResourceEnum","features":[117]},{"name":"ClusterResourceEnumEx","features":[117]},{"name":"ClusterResourceFailed","features":[117]},{"name":"ClusterResourceGetEnumCount","features":[117]},{"name":"ClusterResourceGetEnumCountEx","features":[117]},{"name":"ClusterResourceInherited","features":[117]},{"name":"ClusterResourceInitializing","features":[117]},{"name":"ClusterResourceOffline","features":[117]},{"name":"ClusterResourceOfflinePending","features":[117]},{"name":"ClusterResourceOnline","features":[117]},{"name":"ClusterResourceOnlinePending","features":[117]},{"name":"ClusterResourceOpenEnum","features":[117]},{"name":"ClusterResourceOpenEnumEx","features":[117]},{"name":"ClusterResourcePending","features":[117]},{"name":"ClusterResourceRestartActionCount","features":[117]},{"name":"ClusterResourceRestartNoNotify","features":[117]},{"name":"ClusterResourceRestartNotify","features":[117]},{"name":"ClusterResourceStateUnknown","features":[117]},{"name":"ClusterResourceTypeCloseEnum","features":[117]},{"name":"ClusterResourceTypeControl","features":[117]},{"name":"ClusterResourceTypeControlAsUser","features":[117]},{"name":"ClusterResourceTypeControlAsUserEx","features":[117]},{"name":"ClusterResourceTypeControlEx","features":[117]},{"name":"ClusterResourceTypeEnum","features":[117]},{"name":"ClusterResourceTypeGetEnumCount","features":[117]},{"name":"ClusterResourceTypeOpenEnum","features":[117]},{"name":"ClusterRoleClustered","features":[117]},{"name":"ClusterRoleDFSReplicatedFolder","features":[117]},{"name":"ClusterRoleDHCP","features":[117]},{"name":"ClusterRoleDTC","features":[117]},{"name":"ClusterRoleDistributedFileSystem","features":[117]},{"name":"ClusterRoleDistributedNetworkName","features":[117]},{"name":"ClusterRoleFileServer","features":[117]},{"name":"ClusterRoleFileShare","features":[117]},{"name":"ClusterRoleFileShareWitness","features":[117]},{"name":"ClusterRoleGenericApplication","features":[117]},{"name":"ClusterRoleGenericScript","features":[117]},{"name":"ClusterRoleGenericService","features":[117]},{"name":"ClusterRoleHardDisk","features":[117]},{"name":"ClusterRoleIPAddress","features":[117]},{"name":"ClusterRoleIPV6Address","features":[117]},{"name":"ClusterRoleIPV6TunnelAddress","features":[117]},{"name":"ClusterRoleISCSINameServer","features":[117]},{"name":"ClusterRoleISCSITargetServer","features":[117]},{"name":"ClusterRoleMSMQ","features":[117]},{"name":"ClusterRoleNFS","features":[117]},{"name":"ClusterRoleNetworkFileSystem","features":[117]},{"name":"ClusterRoleNetworkName","features":[117]},{"name":"ClusterRolePhysicalDisk","features":[117]},{"name":"ClusterRolePrintServer","features":[117]},{"name":"ClusterRoleSODAFileServer","features":[117]},{"name":"ClusterRoleStandAloneNamespaceServer","features":[117]},{"name":"ClusterRoleStoragePool","features":[117]},{"name":"ClusterRoleTaskScheduler","features":[117]},{"name":"ClusterRoleUnclustered","features":[117]},{"name":"ClusterRoleUnknown","features":[117]},{"name":"ClusterRoleVirtualMachine","features":[117]},{"name":"ClusterRoleVirtualMachineConfiguration","features":[117]},{"name":"ClusterRoleVirtualMachineReplicaBroker","features":[117]},{"name":"ClusterRoleVolumeShadowCopyServiceTask","features":[117]},{"name":"ClusterRoleWINS","features":[117]},{"name":"ClusterSetAccountAccess","features":[117]},{"name":"ClusterSetupPhaseAddClusterProperties","features":[117]},{"name":"ClusterSetupPhaseAddNodeToCluster","features":[117]},{"name":"ClusterSetupPhaseCleanupCOs","features":[117]},{"name":"ClusterSetupPhaseCleanupNode","features":[117]},{"name":"ClusterSetupPhaseClusterGroupOnline","features":[117]},{"name":"ClusterSetupPhaseConfigureClusSvc","features":[117]},{"name":"ClusterSetupPhaseConfigureClusterAccount","features":[117]},{"name":"ClusterSetupPhaseContinue","features":[117]},{"name":"ClusterSetupPhaseCoreGroupCleanup","features":[117]},{"name":"ClusterSetupPhaseCreateClusterAccount","features":[117]},{"name":"ClusterSetupPhaseCreateGroups","features":[117]},{"name":"ClusterSetupPhaseCreateIPAddressResources","features":[117]},{"name":"ClusterSetupPhaseCreateNetworkName","features":[117]},{"name":"ClusterSetupPhaseCreateResourceTypes","features":[117]},{"name":"ClusterSetupPhaseDeleteGroup","features":[117]},{"name":"ClusterSetupPhaseEnd","features":[117]},{"name":"ClusterSetupPhaseEvictNode","features":[117]},{"name":"ClusterSetupPhaseFailureCleanup","features":[117]},{"name":"ClusterSetupPhaseFatal","features":[117]},{"name":"ClusterSetupPhaseFormingCluster","features":[117]},{"name":"ClusterSetupPhaseGettingCurrentMembership","features":[117]},{"name":"ClusterSetupPhaseInformational","features":[117]},{"name":"ClusterSetupPhaseInitialize","features":[117]},{"name":"ClusterSetupPhaseMoveGroup","features":[117]},{"name":"ClusterSetupPhaseNodeUp","features":[117]},{"name":"ClusterSetupPhaseOfflineGroup","features":[117]},{"name":"ClusterSetupPhaseQueryClusterNameAccount","features":[117]},{"name":"ClusterSetupPhaseReport","features":[117]},{"name":"ClusterSetupPhaseStart","features":[117]},{"name":"ClusterSetupPhaseStartingClusSvc","features":[117]},{"name":"ClusterSetupPhaseValidateClusDisk","features":[117]},{"name":"ClusterSetupPhaseValidateClusterNameAccount","features":[117]},{"name":"ClusterSetupPhaseValidateNetft","features":[117]},{"name":"ClusterSetupPhaseValidateNodeState","features":[117]},{"name":"ClusterSetupPhaseWarning","features":[117]},{"name":"ClusterSharedVolumeHWSnapshotCompleted","features":[117]},{"name":"ClusterSharedVolumePrepareForFreeze","features":[117]},{"name":"ClusterSharedVolumePrepareForHWSnapshot","features":[117]},{"name":"ClusterSharedVolumeRenameInputTypeNone","features":[117]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeGuid","features":[117]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeId","features":[117]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeName","features":[117]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeOffset","features":[117]},{"name":"ClusterSharedVolumeSetSnapshotState","features":[117]},{"name":"ClusterSharedVolumeSnapshotStateUnknown","features":[117]},{"name":"ClusterStateNotConfigured","features":[117]},{"name":"ClusterStateNotInstalled","features":[117]},{"name":"ClusterStateNotRunning","features":[117]},{"name":"ClusterStateRunning","features":[117]},{"name":"ClusterStorageNodeDown","features":[117]},{"name":"ClusterStorageNodePaused","features":[117]},{"name":"ClusterStorageNodeStarting","features":[117]},{"name":"ClusterStorageNodeStateUnknown","features":[117]},{"name":"ClusterStorageNodeStopping","features":[117]},{"name":"ClusterStorageNodeUp","features":[117]},{"name":"ClusterUpgradeFunctionalLevel","features":[1,117]},{"name":"ClusterUpgradePhaseInitialize","features":[117]},{"name":"ClusterUpgradePhaseInstallingNewComponents","features":[117]},{"name":"ClusterUpgradePhaseUpgradeComplete","features":[117]},{"name":"ClusterUpgradePhaseUpgradingComponents","features":[117]},{"name":"ClusterUpgradePhaseValidatingUpgrade","features":[117]},{"name":"CreateCluster","features":[1,117]},{"name":"CreateClusterAvailabilitySet","features":[1,117]},{"name":"CreateClusterGroup","features":[117]},{"name":"CreateClusterGroupEx","features":[117]},{"name":"CreateClusterGroupSet","features":[117]},{"name":"CreateClusterNameAccount","features":[1,117]},{"name":"CreateClusterNotifyPort","features":[117]},{"name":"CreateClusterNotifyPortV2","features":[117]},{"name":"CreateClusterResource","features":[117]},{"name":"CreateClusterResourceEx","features":[117]},{"name":"CreateClusterResourceType","features":[117]},{"name":"CreateClusterResourceTypeEx","features":[117]},{"name":"DNS_LENGTH","features":[117]},{"name":"DeleteClusterGroup","features":[117]},{"name":"DeleteClusterGroupEx","features":[117]},{"name":"DeleteClusterGroupSet","features":[117]},{"name":"DeleteClusterGroupSetEx","features":[117]},{"name":"DeleteClusterResource","features":[117]},{"name":"DeleteClusterResourceEx","features":[117]},{"name":"DeleteClusterResourceType","features":[117]},{"name":"DeleteClusterResourceTypeEx","features":[117]},{"name":"DestroyCluster","features":[1,117]},{"name":"DestroyClusterGroup","features":[117]},{"name":"DestroyClusterGroupEx","features":[117]},{"name":"DetermineCNOResTypeFromCluster","features":[117]},{"name":"DetermineCNOResTypeFromNodelist","features":[117]},{"name":"DetermineClusterCloudTypeFromCluster","features":[117]},{"name":"DetermineClusterCloudTypeFromNodelist","features":[117]},{"name":"DoNotFailbackGroups","features":[117]},{"name":"DomainNames","features":[117]},{"name":"ENABLE_CLUSTER_SHARED_VOLUMES","features":[117]},{"name":"EvictClusterNode","features":[117]},{"name":"EvictClusterNodeEx","features":[117]},{"name":"EvictClusterNodeEx2","features":[117]},{"name":"FAILURE_TYPE","features":[117]},{"name":"FAILURE_TYPE_EMBEDDED","features":[117]},{"name":"FAILURE_TYPE_GENERAL","features":[117]},{"name":"FAILURE_TYPE_NETWORK_LOSS","features":[117]},{"name":"FE_UPGRADE_VERSION","features":[117]},{"name":"FILESHARE_CHANGE","features":[117]},{"name":"FILESHARE_CHANGE_ADD","features":[117]},{"name":"FILESHARE_CHANGE_DEL","features":[117]},{"name":"FILESHARE_CHANGE_ENUM","features":[117]},{"name":"FILESHARE_CHANGE_LIST","features":[117]},{"name":"FILESHARE_CHANGE_MODIFY","features":[117]},{"name":"FILESHARE_CHANGE_NONE","features":[117]},{"name":"FailClusterResource","features":[117]},{"name":"FailClusterResourceEx","features":[117]},{"name":"FailbackGroupsImmediately","features":[117]},{"name":"FailbackGroupsPerPolicy","features":[117]},{"name":"FreeClusterCrypt","features":[117]},{"name":"FreeClusterHealthFault","features":[117]},{"name":"FreeClusterHealthFaultArray","features":[117]},{"name":"GET_OPERATION_CONTEXT_PARAMS","features":[117]},{"name":"GROUPSET_READY_SETTING_APPLICATION_READY","features":[117]},{"name":"GROUPSET_READY_SETTING_DELAY","features":[117]},{"name":"GROUPSET_READY_SETTING_ONLINE","features":[117]},{"name":"GROUPSET_READY_SETTING_OS_HEARTBEAT","features":[117]},{"name":"GROUP_FAILURE_INFO","features":[117]},{"name":"GROUP_FAILURE_INFO_BUFFER","features":[117]},{"name":"GROUP_FAILURE_INFO_VERSION_1","features":[117]},{"name":"GRP_PLACEMENT_OPTIONS","features":[117]},{"name":"GRP_PLACEMENT_OPTIONS_ALL","features":[117]},{"name":"GRP_PLACEMENT_OPTIONS_DEFAULT","features":[117]},{"name":"GRP_PLACEMENT_OPTIONS_DISABLE_AUTOBALANCING","features":[117]},{"name":"GRP_PLACEMENT_OPTIONS_MIN_VALUE","features":[117]},{"name":"GUID_PRESENT","features":[117]},{"name":"GetClusterFromGroup","features":[117]},{"name":"GetClusterFromNetInterface","features":[117]},{"name":"GetClusterFromNetwork","features":[117]},{"name":"GetClusterFromNode","features":[117]},{"name":"GetClusterFromResource","features":[117]},{"name":"GetClusterGroupKey","features":[117,54]},{"name":"GetClusterGroupState","features":[117]},{"name":"GetClusterInformation","features":[117]},{"name":"GetClusterKey","features":[117,54]},{"name":"GetClusterNetInterface","features":[117]},{"name":"GetClusterNetInterfaceKey","features":[117,54]},{"name":"GetClusterNetInterfaceState","features":[117]},{"name":"GetClusterNetworkId","features":[117]},{"name":"GetClusterNetworkKey","features":[117,54]},{"name":"GetClusterNetworkState","features":[117]},{"name":"GetClusterNodeId","features":[117]},{"name":"GetClusterNodeKey","features":[117,54]},{"name":"GetClusterNodeState","features":[117]},{"name":"GetClusterNotify","features":[117]},{"name":"GetClusterNotifyV2","features":[117]},{"name":"GetClusterQuorumResource","features":[117]},{"name":"GetClusterResourceDependencyExpression","features":[117]},{"name":"GetClusterResourceKey","features":[117,54]},{"name":"GetClusterResourceNetworkName","features":[1,117]},{"name":"GetClusterResourceState","features":[117]},{"name":"GetClusterResourceTypeKey","features":[117,54]},{"name":"GetNodeCloudTypeDW","features":[117]},{"name":"GetNodeClusterState","features":[117]},{"name":"GetNotifyEventHandle","features":[1,117]},{"name":"HCHANGE","features":[117]},{"name":"HCI_UPGRADE_BIT","features":[117]},{"name":"HCLUSCRYPTPROVIDER","features":[117]},{"name":"HCLUSENUM","features":[117]},{"name":"HCLUSENUMEX","features":[117]},{"name":"HCLUSTER","features":[117]},{"name":"HGROUP","features":[117]},{"name":"HGROUPENUM","features":[117]},{"name":"HGROUPENUMEX","features":[117]},{"name":"HGROUPSET","features":[117]},{"name":"HGROUPSETENUM","features":[117]},{"name":"HNETINTERFACE","features":[117]},{"name":"HNETINTERFACEENUM","features":[117]},{"name":"HNETWORK","features":[117]},{"name":"HNETWORKENUM","features":[117]},{"name":"HNODE","features":[117]},{"name":"HNODEENUM","features":[117]},{"name":"HNODEENUMEX","features":[117]},{"name":"HREGBATCH","features":[117]},{"name":"HREGBATCHNOTIFICATION","features":[117]},{"name":"HREGBATCHPORT","features":[117]},{"name":"HREGREADBATCH","features":[117]},{"name":"HREGREADBATCHREPLY","features":[117]},{"name":"HRESENUM","features":[117]},{"name":"HRESENUMEX","features":[117]},{"name":"HRESOURCE","features":[117]},{"name":"HRESTYPEENUM","features":[117]},{"name":"IGetClusterDataInfo","features":[117]},{"name":"IGetClusterGroupInfo","features":[117]},{"name":"IGetClusterNetInterfaceInfo","features":[117]},{"name":"IGetClusterNetworkInfo","features":[117]},{"name":"IGetClusterNodeInfo","features":[117]},{"name":"IGetClusterObjectInfo","features":[117]},{"name":"IGetClusterResourceInfo","features":[117]},{"name":"IGetClusterUIInfo","features":[117]},{"name":"ISClusApplication","features":[117]},{"name":"ISClusCryptoKeys","features":[117]},{"name":"ISClusDisk","features":[117]},{"name":"ISClusDisks","features":[117]},{"name":"ISClusNetInterface","features":[117]},{"name":"ISClusNetInterfaces","features":[117]},{"name":"ISClusNetwork","features":[117]},{"name":"ISClusNetworkNetInterfaces","features":[117]},{"name":"ISClusNetworks","features":[117]},{"name":"ISClusNode","features":[117]},{"name":"ISClusNodeNetInterfaces","features":[117]},{"name":"ISClusNodes","features":[117]},{"name":"ISClusPartition","features":[117]},{"name":"ISClusPartitionEx","features":[117]},{"name":"ISClusPartitions","features":[117]},{"name":"ISClusProperties","features":[117]},{"name":"ISClusProperty","features":[117]},{"name":"ISClusPropertyValue","features":[117]},{"name":"ISClusPropertyValueData","features":[117]},{"name":"ISClusPropertyValues","features":[117]},{"name":"ISClusRefObject","features":[117]},{"name":"ISClusRegistryKeys","features":[117]},{"name":"ISClusResDependencies","features":[117]},{"name":"ISClusResDependents","features":[117]},{"name":"ISClusResGroup","features":[117]},{"name":"ISClusResGroupPreferredOwnerNodes","features":[117]},{"name":"ISClusResGroupResources","features":[117]},{"name":"ISClusResGroups","features":[117]},{"name":"ISClusResPossibleOwnerNodes","features":[117]},{"name":"ISClusResType","features":[117]},{"name":"ISClusResTypePossibleOwnerNodes","features":[117]},{"name":"ISClusResTypeResources","features":[117]},{"name":"ISClusResTypes","features":[117]},{"name":"ISClusResource","features":[117]},{"name":"ISClusResources","features":[117]},{"name":"ISClusScsiAddress","features":[117]},{"name":"ISClusVersion","features":[117]},{"name":"ISCluster","features":[117]},{"name":"ISClusterNames","features":[117]},{"name":"ISDomainNames","features":[117]},{"name":"IWCContextMenuCallback","features":[117]},{"name":"IWCPropertySheetCallback","features":[117]},{"name":"IWCWizard97Callback","features":[117]},{"name":"IWCWizardCallback","features":[117]},{"name":"IWEExtendContextMenu","features":[117]},{"name":"IWEExtendPropertySheet","features":[117]},{"name":"IWEExtendWizard","features":[117]},{"name":"IWEExtendWizard97","features":[117]},{"name":"IWEInvokeCommand","features":[117]},{"name":"InitializeClusterHealthFault","features":[117]},{"name":"InitializeClusterHealthFaultArray","features":[117]},{"name":"IsFileOnClusterSharedVolume","features":[1,117]},{"name":"LOCKED_MODE_FLAGS_DONT_REMOVE_FROM_MOVE_QUEUE","features":[117]},{"name":"LOG_ERROR","features":[117]},{"name":"LOG_INFORMATION","features":[117]},{"name":"LOG_LEVEL","features":[117]},{"name":"LOG_SEVERE","features":[117]},{"name":"LOG_WARNING","features":[117]},{"name":"LPGROUP_CALLBACK_EX","features":[117]},{"name":"LPNODE_CALLBACK","features":[117]},{"name":"LPRESOURCE_CALLBACK","features":[117]},{"name":"LPRESOURCE_CALLBACK_EX","features":[117]},{"name":"MAINTENANCE_MODE_TYPE_ENUM","features":[117]},{"name":"MAINTENANCE_MODE_V2_SIG","features":[117]},{"name":"MAX_CLUSTERNAME_LENGTH","features":[117]},{"name":"MAX_CO_PASSWORD_LENGTH","features":[117]},{"name":"MAX_CO_PASSWORD_LENGTHEX","features":[117]},{"name":"MAX_CO_PASSWORD_STORAGEEX","features":[117]},{"name":"MAX_CREATINGDC_LENGTH","features":[117]},{"name":"MAX_OBJECTID","features":[117]},{"name":"MINIMUM_NEVER_PREEMPT_PRIORITY","features":[117]},{"name":"MINIMUM_PREEMPTOR_PRIORITY","features":[117]},{"name":"MN_UPGRADE_VERSION","features":[117]},{"name":"MONITOR_STATE","features":[1,117]},{"name":"MaintenanceModeTypeDisableIsAliveCheck","features":[117]},{"name":"MaintenanceModeTypeOfflineResource","features":[117]},{"name":"MaintenanceModeTypeUnclusterResource","features":[117]},{"name":"ModifyQuorum","features":[117]},{"name":"MoveClusterGroup","features":[117]},{"name":"MoveClusterGroupEx","features":[117]},{"name":"MoveClusterGroupEx2","features":[117]},{"name":"NINETEEN_H1_UPGRADE_VERSION","features":[117]},{"name":"NINETEEN_H2_UPGRADE_VERSION","features":[117]},{"name":"NI_UPGRADE_VERSION","features":[117]},{"name":"NNLEN","features":[117]},{"name":"NODE_CLUSTER_STATE","features":[117]},{"name":"NOTIFY_FILTER_AND_TYPE","features":[117]},{"name":"NT10_MAJOR_VERSION","features":[117]},{"name":"NT11_MAJOR_VERSION","features":[117]},{"name":"NT12_MAJOR_VERSION","features":[117]},{"name":"NT13_MAJOR_VERSION","features":[117]},{"name":"NT4SP4_MAJOR_VERSION","features":[117]},{"name":"NT4_MAJOR_VERSION","features":[117]},{"name":"NT51_MAJOR_VERSION","features":[117]},{"name":"NT5_MAJOR_VERSION","features":[117]},{"name":"NT6_MAJOR_VERSION","features":[117]},{"name":"NT7_MAJOR_VERSION","features":[117]},{"name":"NT8_MAJOR_VERSION","features":[117]},{"name":"NT9_MAJOR_VERSION","features":[117]},{"name":"NodeDrainStatusCompleted","features":[117]},{"name":"NodeDrainStatusFailed","features":[117]},{"name":"NodeDrainStatusInProgress","features":[117]},{"name":"NodeDrainStatusNotInitiated","features":[117]},{"name":"NodeStatusAvoidPlacement","features":[117]},{"name":"NodeStatusDrainCompleted","features":[117]},{"name":"NodeStatusDrainFailed","features":[117]},{"name":"NodeStatusDrainInProgress","features":[117]},{"name":"NodeStatusIsolated","features":[117]},{"name":"NodeStatusMax","features":[117]},{"name":"NodeStatusNormal","features":[117]},{"name":"NodeStatusQuarantined","features":[117]},{"name":"NodeUtilizationInfoElement","features":[117]},{"name":"OfflineClusterGroup","features":[117]},{"name":"OfflineClusterGroupEx","features":[117]},{"name":"OfflineClusterGroupEx2","features":[117]},{"name":"OfflineClusterResource","features":[117]},{"name":"OfflineClusterResourceEx","features":[117]},{"name":"OfflineClusterResourceEx2","features":[117]},{"name":"OnlineClusterGroup","features":[117]},{"name":"OnlineClusterGroupEx","features":[117]},{"name":"OnlineClusterGroupEx2","features":[117]},{"name":"OnlineClusterResource","features":[117]},{"name":"OnlineClusterResourceEx","features":[117]},{"name":"OnlineClusterResourceEx2","features":[117]},{"name":"OpenCluster","features":[117]},{"name":"OpenClusterCryptProvider","features":[117]},{"name":"OpenClusterCryptProviderEx","features":[117]},{"name":"OpenClusterEx","features":[117]},{"name":"OpenClusterGroup","features":[117]},{"name":"OpenClusterGroupEx","features":[117]},{"name":"OpenClusterGroupSet","features":[117]},{"name":"OpenClusterNetInterface","features":[117]},{"name":"OpenClusterNetInterfaceEx","features":[117]},{"name":"OpenClusterNetwork","features":[117]},{"name":"OpenClusterNetworkEx","features":[117]},{"name":"OpenClusterNode","features":[117]},{"name":"OpenClusterNodeById","features":[117]},{"name":"OpenClusterNodeEx","features":[117]},{"name":"OpenClusterResource","features":[117]},{"name":"OpenClusterResourceEx","features":[117]},{"name":"OperationalQuorum","features":[117]},{"name":"PARBITRATE_ROUTINE","features":[117]},{"name":"PARM_WPR_WATCHDOG_FOR_CURRENT_RESOURCE_CALL_ROUTINE","features":[117]},{"name":"PBEGIN_RESCALL_AS_USER_ROUTINE","features":[1,117]},{"name":"PBEGIN_RESCALL_ROUTINE","features":[1,117]},{"name":"PBEGIN_RESTYPECALL_AS_USER_ROUTINE","features":[1,117]},{"name":"PBEGIN_RESTYPECALL_ROUTINE","features":[1,117]},{"name":"PCANCEL_ROUTINE","features":[117]},{"name":"PCHANGE_RESOURCE_PROCESS_FOR_DUMPS","features":[1,117]},{"name":"PCHANGE_RES_TYPE_PROCESS_FOR_DUMPS","features":[1,117]},{"name":"PCLOSE_CLUSTER_CRYPT_PROVIDER","features":[117]},{"name":"PCLOSE_ROUTINE","features":[117]},{"name":"PCLUSAPIClusWorkerCheckTerminate","features":[1,117]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_DEPENDENCY","features":[117]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_DEPENDENCY_EX","features":[117]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_GROUPSET_DEPENDENCY","features":[117]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EX","features":[117]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY","features":[117]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY_EX","features":[117]},{"name":"PCLUSAPI_ADD_CLUSTER_NODE","features":[1,117]},{"name":"PCLUSAPI_ADD_CLUSTER_NODE_EX","features":[1,117]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_DEPENDENCY","features":[117]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_DEPENDENCY_EX","features":[117]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE","features":[117]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE_EX","features":[117]},{"name":"PCLUSAPI_ADD_CROSS_CLUSTER_GROUPSET_DEPENDENCY","features":[117]},{"name":"PCLUSAPI_ADD_RESOURCE_TO_CLUSTER_SHARED_VOLUMES","features":[117]},{"name":"PCLUSAPI_BACKUP_CLUSTER_DATABASE","features":[117]},{"name":"PCLUSAPI_CAN_RESOURCE_BE_DEPENDENT","features":[1,117]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP","features":[117]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP_EX","features":[117]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP_EX2","features":[117]},{"name":"PCLUSAPI_CLOSE_CLUSTER","features":[1,117]},{"name":"PCLUSAPI_CLOSE_CLUSTER_GROUP","features":[1,117]},{"name":"PCLUSAPI_CLOSE_CLUSTER_GROUP_GROUPSET","features":[1,117]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NETWORK","features":[1,117]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NET_INTERFACE","features":[1,117]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NODE","features":[1,117]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NOTIFY_PORT","features":[1,117]},{"name":"PCLUSAPI_CLOSE_CLUSTER_RESOURCE","features":[1,117]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_AFFINITY_RULE","features":[117]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_GROUPSET_WITH_DOMAINS_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_GROUP_GROUPSET","features":[117]},{"name":"PCLUSAPI_CLUSTER_AFFINITY_RULE_CONTROL","features":[117]},{"name":"PCLUSAPI_CLUSTER_CLOSE_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_CLOSE_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_CONTROL","features":[117]},{"name":"PCLUSAPI_CLUSTER_CONTROL_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_CREATE_AFFINITY_RULE","features":[117]},{"name":"PCLUSAPI_CLUSTER_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_GET_ENUM_COUNT","features":[117]},{"name":"PCLUSAPI_CLUSTER_GET_ENUM_COUNT_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_CLOSE_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_CLOSE_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_CONTROL","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_CONTROL_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_GET_ENUM_COUNT","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_GET_ENUM_COUNT_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_GROUPSET_CONTROL","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_GROUPSET_CONTROL_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_OPEN_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_GROUP_OPEN_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CONTROL","features":[117]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CONTROL_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_NETWORK_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_NETWORK_GET_ENUM_COUNT","features":[117]},{"name":"PCLUSAPI_CLUSTER_NETWORK_OPEN_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_NET_INTERFACE_CONTROL","features":[117]},{"name":"PCLUSAPI_CLUSTER_NET_INTERFACE_CONTROL_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_NODE_CLOSE_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_NODE_CLOSE_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_NODE_CONTROL","features":[117]},{"name":"PCLUSAPI_CLUSTER_NODE_CONTROL_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_NODE_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_NODE_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_NODE_GET_ENUM_COUNT","features":[117]},{"name":"PCLUSAPI_CLUSTER_NODE_GET_ENUM_COUNT_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_NODE_OPEN_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_NODE_OPEN_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_OPEN_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_OPEN_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_REG_CLOSE_KEY","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_BATCH","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_KEY","features":[1,117,5,54]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_KEY_EX","features":[1,117,5,54]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_KEY","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_KEY_EX","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_VALUE","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_VALUE_EX","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_ENUM_KEY","features":[1,117,54]},{"name":"PCLUSAPI_CLUSTER_REG_ENUM_VALUE","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_GET_KEY_SECURITY","features":[117,5,54]},{"name":"PCLUSAPI_CLUSTER_REG_OPEN_KEY","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_QUERY_INFO_KEY","features":[1,117,54]},{"name":"PCLUSAPI_CLUSTER_REG_QUERY_VALUE","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_SET_KEY_SECURITY","features":[117,5,54]},{"name":"PCLUSAPI_CLUSTER_REG_SET_KEY_SECURITY_EX","features":[117,5,54]},{"name":"PCLUSAPI_CLUSTER_REG_SET_VALUE","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_SET_VALUE_EX","features":[117,54]},{"name":"PCLUSAPI_CLUSTER_REG_SYNC_DATABASE","features":[117]},{"name":"PCLUSAPI_CLUSTER_REMOVE_AFFINITY_RULE","features":[117]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_AFFINITY_RULE","features":[117]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_GROUPSET","features":[117]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_GROUPSET_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CLOSE_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CLOSE_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL_AS_USER_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_OPEN_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_OPEN_ENUM_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CLOSE_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL_AS_USER_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL_EX","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_GET_ENUM_COUNT","features":[117]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_OPEN_ENUM","features":[117]},{"name":"PCLUSAPI_CLUSTER_UPGRADE","features":[1,117]},{"name":"PCLUSAPI_CLUS_WORKER_CREATE","features":[1,117]},{"name":"PCLUSAPI_CLUS_WORKER_TERMINATE","features":[1,117]},{"name":"PCLUSAPI_CREATE_CLUSTER","features":[1,117]},{"name":"PCLUSAPI_CREATE_CLUSTER_AVAILABILITY_SET","features":[1,117]},{"name":"PCLUSAPI_CREATE_CLUSTER_CNOLESS","features":[1,117]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUP","features":[117]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUPEX","features":[117]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUP_GROUPSET","features":[117]},{"name":"PCLUSAPI_CREATE_CLUSTER_NAME_ACCOUNT","features":[1,117]},{"name":"PCLUSAPI_CREATE_CLUSTER_NOTIFY_PORT","features":[117]},{"name":"PCLUSAPI_CREATE_CLUSTER_NOTIFY_PORT_V2","features":[117]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE","features":[117]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_EX","features":[117]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_TYPE","features":[117]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_TYPE_EX","features":[117]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP","features":[117]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_EX","features":[117]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_GROUPSET","features":[117]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_GROUPSET_EX","features":[117]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE","features":[117]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_EX","features":[117]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_TYPE","features":[117]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_TYPE_EX","features":[117]},{"name":"PCLUSAPI_DESTROY_CLUSTER","features":[1,117]},{"name":"PCLUSAPI_DESTROY_CLUSTER_GROUP","features":[117]},{"name":"PCLUSAPI_DESTROY_CLUSTER_GROUP_EX","features":[117]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE","features":[117]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE_EX","features":[117]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE_EX2","features":[117]},{"name":"PCLUSAPI_FAIL_CLUSTER_RESOURCE","features":[117]},{"name":"PCLUSAPI_FAIL_CLUSTER_RESOURCE_EX","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_GROUP","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_GROUP_GROUPSET","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NETWORK","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NET_INTERFACE","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NODE","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_RESOURCE","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_GROUP_KEY","features":[117,54]},{"name":"PCLUSAPI_GET_CLUSTER_GROUP_STATE","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_INFORMATION","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_KEY","features":[117,54]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_ID","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_KEY","features":[117,54]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_STATE","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE_KEY","features":[117,54]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE_STATE","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_ID","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_KEY","features":[117,54]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_STATE","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_NOTIFY","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_NOTIFY_V2","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_QUORUM_RESOURCE","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_DEPENDENCY_EXPRESSION","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_KEY","features":[117,54]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_NETWORK_NAME","features":[1,117]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_STATE","features":[117]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_TYPE_KEY","features":[117,54]},{"name":"PCLUSAPI_GET_NODE_CLUSTER_STATE","features":[117]},{"name":"PCLUSAPI_GET_NOTIFY_EVENT_HANDLE_V2","features":[1,117]},{"name":"PCLUSAPI_IS_FILE_ON_CLUSTER_SHARED_VOLUME","features":[1,117]},{"name":"PCLUSAPI_MOVE_CLUSTER_GROUP","features":[117]},{"name":"PCLUSAPI_OFFLINE_CLUSTER_GROUP","features":[117]},{"name":"PCLUSAPI_OFFLINE_CLUSTER_RESOURCE","features":[117]},{"name":"PCLUSAPI_ONLINE_CLUSTER_GROUP","features":[117]},{"name":"PCLUSAPI_ONLINE_CLUSTER_RESOURCE","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_EX","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP_EX","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP_GROUPSET","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETINTERFACE_EX","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETWORK","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETWORK_EX","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_NET_INTERFACE","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_NODE","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_NODE_EX","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_RESOURCE","features":[117]},{"name":"PCLUSAPI_OPEN_CLUSTER_RESOURCE_EX","features":[117]},{"name":"PCLUSAPI_OPEN_NODE_BY_ID","features":[117]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE","features":[117]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE_EX","features":[1,117]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE_EX2","features":[1,117]},{"name":"PCLUSAPI_PFN_REASON_HANDLER","features":[1,117]},{"name":"PCLUSAPI_REGISTER_CLUSTER_NOTIFY","features":[1,117]},{"name":"PCLUSAPI_REGISTER_CLUSTER_NOTIFY_V2","features":[1,117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_DEPENDENCY","features":[117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_DEPENDENCY_EX","features":[117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_GROUPSET_DEPENDENCY","features":[117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EX","features":[117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY","features":[117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY_EX","features":[117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_NAME_ACCOUNT","features":[117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_DEPENDENCY","features":[117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_DEPENDENCY_EX","features":[117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_NODE","features":[117]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_NODE_EX","features":[117]},{"name":"PCLUSAPI_REMOVE_CROSS_CLUSTER_GROUPSET_DEPENDENCY","features":[117]},{"name":"PCLUSAPI_REMOVE_RESOURCE_FROM_CLUSTER_SHARED_VOLUMES","features":[117]},{"name":"PCLUSAPI_RESTART_CLUSTER_RESOURCE","features":[117]},{"name":"PCLUSAPI_RESTART_CLUSTER_RESOURCE_EX","features":[117]},{"name":"PCLUSAPI_RESTORE_CLUSTER_DATABASE","features":[1,117]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE","features":[117]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE_EX","features":[117]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE_EX2","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EXPRESSION","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EXPRESSION_EX","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NAME","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NAME_EX","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NODE_LIST","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NODE_LIST_EX","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_NAME_EX","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_NAME","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_NAME_EX","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_PRIORITY_ORDER","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_QUORUM_RESOURCE","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_QUORUM_RESOURCE_EX","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_DEPENDENCY_EXPRESSION","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_NAME","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_NAME_EX","features":[117]},{"name":"PCLUSAPI_SET_CLUSTER_SERVICE_ACCOUNT_PASSWORD","features":[1,117]},{"name":"PCLUSAPI_SET_GROUP_DEPENDENCY_EXPRESSION","features":[117]},{"name":"PCLUSAPI_SET_GROUP_DEPENDENCY_EXPRESSION_EX","features":[117]},{"name":"PCLUSAPI_SET_REASON_HANDLER","features":[1,117]},{"name":"PCLUSAPI_SHARED_VOLUME_SET_SNAPSHOT_STATE","features":[117]},{"name":"PCLUSAPI_SetClusterName","features":[117]},{"name":"PCLUSTER_CLEAR_BACKUP_STATE_FOR_SHARED_VOLUME","features":[117]},{"name":"PCLUSTER_DECRYPT","features":[117]},{"name":"PCLUSTER_ENCRYPT","features":[117]},{"name":"PCLUSTER_GET_VOLUME_NAME_FOR_VOLUME_MOUNT_POINT","features":[1,117]},{"name":"PCLUSTER_GET_VOLUME_PATH_NAME","features":[1,117]},{"name":"PCLUSTER_IS_PATH_ON_SHARED_VOLUME","features":[1,117]},{"name":"PCLUSTER_PREPARE_SHARED_VOLUME_FOR_BACKUP","features":[117]},{"name":"PCLUSTER_REG_BATCH_ADD_COMMAND","features":[117]},{"name":"PCLUSTER_REG_BATCH_CLOSE_NOTIFICATION","features":[117]},{"name":"PCLUSTER_REG_BATCH_READ_COMMAND","features":[117]},{"name":"PCLUSTER_REG_CLOSE_BATCH","features":[1,117]},{"name":"PCLUSTER_REG_CLOSE_BATCH_NOTIFY_PORT","features":[117]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH","features":[117]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH_EX","features":[117]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH_REPLY","features":[117]},{"name":"PCLUSTER_REG_CREATE_BATCH_NOTIFY_PORT","features":[117,54]},{"name":"PCLUSTER_REG_CREATE_READ_BATCH","features":[117,54]},{"name":"PCLUSTER_REG_GET_BATCH_NOTIFICATION","features":[117]},{"name":"PCLUSTER_REG_READ_BATCH_ADD_COMMAND","features":[117]},{"name":"PCLUSTER_REG_READ_BATCH_REPLY_NEXT_COMMAND","features":[117]},{"name":"PCLUSTER_SETUP_PROGRESS_CALLBACK","features":[1,117]},{"name":"PCLUSTER_SET_ACCOUNT_ACCESS","features":[117]},{"name":"PCLUSTER_UPGRADE_PROGRESS_CALLBACK","features":[1,117]},{"name":"PEND_CONTROL_CALL","features":[117]},{"name":"PEND_TYPE_CONTROL_CALL","features":[117]},{"name":"PEXTEND_RES_CONTROL_CALL","features":[117]},{"name":"PEXTEND_RES_TYPE_CONTROL_CALL","features":[117]},{"name":"PFREE_CLUSTER_CRYPT","features":[117]},{"name":"PIS_ALIVE_ROUTINE","features":[1,117]},{"name":"PLACEMENT_OPTIONS","features":[117]},{"name":"PLACEMENT_OPTIONS_ALL","features":[117]},{"name":"PLACEMENT_OPTIONS_AVAILABILITY_SET_DOMAIN_AFFINITY","features":[117]},{"name":"PLACEMENT_OPTIONS_CONSIDER_OFFLINE_VMS","features":[117]},{"name":"PLACEMENT_OPTIONS_DEFAULT_PLACEMENT_OPTIONS","features":[117]},{"name":"PLACEMENT_OPTIONS_DISABLE_CSV_VM_DEPENDENCY","features":[117]},{"name":"PLACEMENT_OPTIONS_DONT_RESUME_AVAILABILTY_SET_VMS_WITH_EXISTING_TEMP_DISK","features":[117]},{"name":"PLACEMENT_OPTIONS_DONT_RESUME_VMS_WITH_EXISTING_TEMP_DISK","features":[117]},{"name":"PLACEMENT_OPTIONS_DONT_USE_CPU","features":[117]},{"name":"PLACEMENT_OPTIONS_DONT_USE_LOCAL_TEMP_DISK","features":[117]},{"name":"PLACEMENT_OPTIONS_DONT_USE_MEMORY","features":[117]},{"name":"PLACEMENT_OPTIONS_MIN_VALUE","features":[117]},{"name":"PLACEMENT_OPTIONS_SAVE_AVAILABILTY_SET_VMS_WITH_LOCAL_DISK_ON_DRAIN_OVERWRITE","features":[117]},{"name":"PLACEMENT_OPTIONS_SAVE_VMS_WITH_LOCAL_DISK_ON_DRAIN_OVERWRITE","features":[117]},{"name":"PLOG_EVENT_ROUTINE","features":[117]},{"name":"PLOOKS_ALIVE_ROUTINE","features":[1,117]},{"name":"POFFLINE_ROUTINE","features":[117]},{"name":"POFFLINE_V2_ROUTINE","features":[117]},{"name":"PONLINE_ROUTINE","features":[1,117]},{"name":"PONLINE_V2_ROUTINE","features":[1,117]},{"name":"POPEN_CLUSTER_CRYPT_PROVIDER","features":[117]},{"name":"POPEN_CLUSTER_CRYPT_PROVIDEREX","features":[117]},{"name":"POPEN_ROUTINE","features":[117,54]},{"name":"POPEN_V2_ROUTINE","features":[117,54]},{"name":"POST_UPGRADE_VERSION_INFO","features":[117]},{"name":"PQUERY_APPINSTANCE_VERSION","features":[1,117]},{"name":"PQUORUM_RESOURCE_LOST","features":[117]},{"name":"PRAISE_RES_TYPE_NOTIFICATION","features":[117]},{"name":"PREGISTER_APPINSTANCE","features":[1,117]},{"name":"PREGISTER_APPINSTANCE_VERSION","features":[117]},{"name":"PRELEASE_ROUTINE","features":[117]},{"name":"PREQUEST_DUMP_ROUTINE","features":[1,117]},{"name":"PRESET_ALL_APPINSTANCE_VERSIONS","features":[117]},{"name":"PRESOURCE_CONTROL_ROUTINE","features":[117]},{"name":"PRESOURCE_TYPE_CONTROL_ROUTINE","features":[117]},{"name":"PRESUTIL_ADD_UNKNOWN_PROPERTIES","features":[1,117,54]},{"name":"PRESUTIL_CREATE_DIRECTORY_TREE","features":[117]},{"name":"PRESUTIL_DUP_PARAMETER_BLOCK","features":[1,117]},{"name":"PRESUTIL_DUP_STRING","features":[117]},{"name":"PRESUTIL_ENUM_PRIVATE_PROPERTIES","features":[117,54]},{"name":"PRESUTIL_ENUM_PROPERTIES","features":[1,117]},{"name":"PRESUTIL_ENUM_RESOURCES","features":[117]},{"name":"PRESUTIL_ENUM_RESOURCES_EX","features":[117]},{"name":"PRESUTIL_ENUM_RESOURCES_EX2","features":[117]},{"name":"PRESUTIL_EXPAND_ENVIRONMENT_STRINGS","features":[117]},{"name":"PRESUTIL_FIND_BINARY_PROPERTY","features":[117]},{"name":"PRESUTIL_FIND_DEPENDENT_DISK_RESOURCE_DRIVE_LETTER","features":[117]},{"name":"PRESUTIL_FIND_DWORD_PROPERTY","features":[117]},{"name":"PRESUTIL_FIND_EXPANDED_SZ_PROPERTY","features":[117]},{"name":"PRESUTIL_FIND_EXPAND_SZ_PROPERTY","features":[117]},{"name":"PRESUTIL_FIND_FILETIME_PROPERTY","features":[1,117]},{"name":"PRESUTIL_FIND_LONG_PROPERTY","features":[117]},{"name":"PRESUTIL_FIND_MULTI_SZ_PROPERTY","features":[117]},{"name":"PRESUTIL_FIND_SZ_PROPERTY","features":[117]},{"name":"PRESUTIL_FIND_ULARGEINTEGER_PROPERTY","features":[117]},{"name":"PRESUTIL_FREE_ENVIRONMENT","features":[117]},{"name":"PRESUTIL_FREE_PARAMETER_BLOCK","features":[1,117]},{"name":"PRESUTIL_GET_ALL_PROPERTIES","features":[1,117,54]},{"name":"PRESUTIL_GET_BINARY_PROPERTY","features":[117]},{"name":"PRESUTIL_GET_BINARY_VALUE","features":[117,54]},{"name":"PRESUTIL_GET_CORE_CLUSTER_RESOURCES","features":[117]},{"name":"PRESUTIL_GET_CORE_CLUSTER_RESOURCES_EX","features":[117]},{"name":"PRESUTIL_GET_DWORD_PROPERTY","features":[117]},{"name":"PRESUTIL_GET_DWORD_VALUE","features":[117,54]},{"name":"PRESUTIL_GET_ENVIRONMENT_WITH_NET_NAME","features":[117]},{"name":"PRESUTIL_GET_EXPAND_SZ_VALUE","features":[1,117,54]},{"name":"PRESUTIL_GET_FILETIME_PROPERTY","features":[1,117]},{"name":"PRESUTIL_GET_LONG_PROPERTY","features":[117]},{"name":"PRESUTIL_GET_MULTI_SZ_PROPERTY","features":[117]},{"name":"PRESUTIL_GET_PRIVATE_PROPERTIES","features":[117,54]},{"name":"PRESUTIL_GET_PROPERTIES","features":[1,117,54]},{"name":"PRESUTIL_GET_PROPERTIES_TO_PARAMETER_BLOCK","features":[1,117,54]},{"name":"PRESUTIL_GET_PROPERTY","features":[1,117,54]},{"name":"PRESUTIL_GET_PROPERTY_FORMATS","features":[1,117]},{"name":"PRESUTIL_GET_PROPERTY_SIZE","features":[1,117,54]},{"name":"PRESUTIL_GET_QWORD_VALUE","features":[117,54]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY","features":[1,117]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_CLASS","features":[1,117]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_CLASS_EX","features":[1,117]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_NAME","features":[1,117]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_NAME_EX","features":[1,117]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_EX","features":[1,117]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENTIP_ADDRESS_PROPS","features":[117]},{"name":"PRESUTIL_GET_RESOURCE_NAME","features":[117]},{"name":"PRESUTIL_GET_RESOURCE_NAME_DEPENDENCY","features":[117]},{"name":"PRESUTIL_GET_RESOURCE_NAME_DEPENDENCY_EX","features":[117]},{"name":"PRESUTIL_GET_SZ_PROPERTY","features":[117]},{"name":"PRESUTIL_GET_SZ_VALUE","features":[117,54]},{"name":"PRESUTIL_IS_PATH_VALID","features":[1,117]},{"name":"PRESUTIL_IS_RESOURCE_CLASS_EQUAL","features":[1,117]},{"name":"PRESUTIL_PROPERTY_LIST_FROM_PARAMETER_BLOCK","features":[1,117]},{"name":"PRESUTIL_REMOVE_RESOURCE_SERVICE_ENVIRONMENT","features":[117]},{"name":"PRESUTIL_RESOURCES_EQUAL","features":[1,117]},{"name":"PRESUTIL_RESOURCE_TYPES_EQUAL","features":[1,117]},{"name":"PRESUTIL_SET_BINARY_VALUE","features":[117,54]},{"name":"PRESUTIL_SET_DWORD_VALUE","features":[117,54]},{"name":"PRESUTIL_SET_EXPAND_SZ_VALUE","features":[117,54]},{"name":"PRESUTIL_SET_MULTI_SZ_VALUE","features":[117,54]},{"name":"PRESUTIL_SET_PRIVATE_PROPERTY_LIST","features":[117,54]},{"name":"PRESUTIL_SET_PROPERTY_PARAMETER_BLOCK","features":[1,117,54]},{"name":"PRESUTIL_SET_PROPERTY_PARAMETER_BLOCK_EX","features":[1,117,54]},{"name":"PRESUTIL_SET_PROPERTY_TABLE","features":[1,117,54]},{"name":"PRESUTIL_SET_PROPERTY_TABLE_EX","features":[1,117,54]},{"name":"PRESUTIL_SET_QWORD_VALUE","features":[117,54]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_ENVIRONMENT","features":[117]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_START_PARAMETERS","features":[117,118]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_START_PARAMETERS_EX","features":[117,118]},{"name":"PRESUTIL_SET_SZ_VALUE","features":[117,54]},{"name":"PRESUTIL_SET_UNKNOWN_PROPERTIES","features":[1,117,54]},{"name":"PRESUTIL_START_RESOURCE_SERVICE","features":[117,118]},{"name":"PRESUTIL_STOP_RESOURCE_SERVICE","features":[117]},{"name":"PRESUTIL_STOP_SERVICE","features":[117,118]},{"name":"PRESUTIL_TERMINATE_SERVICE_PROCESS_FROM_RES_DLL","features":[1,117]},{"name":"PRESUTIL_VERIFY_PRIVATE_PROPERTY_LIST","features":[117]},{"name":"PRESUTIL_VERIFY_PROPERTY_TABLE","features":[1,117]},{"name":"PRESUTIL_VERIFY_RESOURCE_SERVICE","features":[117]},{"name":"PRESUTIL_VERIFY_SERVICE","features":[117,118]},{"name":"PRES_UTIL_VERIFY_SHUTDOWN_SAFE","features":[117]},{"name":"PSET_INTERNAL_STATE","features":[1,117]},{"name":"PSET_RESOURCE_INMEMORY_NODELOCAL_PROPERTIES_ROUTINE","features":[117]},{"name":"PSET_RESOURCE_LOCKED_MODE_EX_ROUTINE","features":[1,117]},{"name":"PSET_RESOURCE_LOCKED_MODE_ROUTINE","features":[1,117]},{"name":"PSET_RESOURCE_STATUS_ROUTINE","features":[1,117]},{"name":"PSET_RESOURCE_STATUS_ROUTINE_EX","features":[1,117]},{"name":"PSET_RESOURCE_WPR_POLICY_ROUTINE","features":[117]},{"name":"PSIGNAL_FAILURE_ROUTINE","features":[117]},{"name":"PSTARTUP_EX_ROUTINE","features":[1,117,54]},{"name":"PSTARTUP_ROUTINE","features":[1,117,54]},{"name":"PTERMINATE_ROUTINE","features":[117]},{"name":"PWORKER_START_ROUTINE","features":[1,117]},{"name":"PauseClusterNode","features":[117]},{"name":"PauseClusterNodeEx","features":[1,117]},{"name":"PauseClusterNodeEx2","features":[1,117]},{"name":"PaxosTagCStruct","features":[117]},{"name":"PriorityDisabled","features":[117]},{"name":"PriorityHigh","features":[117]},{"name":"PriorityLow","features":[117]},{"name":"PriorityMedium","features":[117]},{"name":"QueryAppInstanceVersion","features":[1,117]},{"name":"RESDLL_CONTEXT_OPERATION_TYPE","features":[117]},{"name":"RESOURCE_EXIT_STATE","features":[117]},{"name":"RESOURCE_FAILURE_INFO","features":[117]},{"name":"RESOURCE_FAILURE_INFO_BUFFER","features":[117]},{"name":"RESOURCE_FAILURE_INFO_VERSION_1","features":[117]},{"name":"RESOURCE_MONITOR_STATE","features":[117]},{"name":"RESOURCE_STATUS","features":[1,117]},{"name":"RESOURCE_STATUS_EX","features":[1,117]},{"name":"RESOURCE_TERMINAL_FAILURE_INFO_BUFFER","features":[1,117]},{"name":"RESTYPE_MONITOR_SHUTTING_DOWN_CLUSSVC_CRASH","features":[117]},{"name":"RESTYPE_MONITOR_SHUTTING_DOWN_NODE_STOP","features":[117]},{"name":"RESUTIL_FILETIME_DATA","features":[1,117]},{"name":"RESUTIL_LARGEINT_DATA","features":[117]},{"name":"RESUTIL_PROPERTY_ITEM","features":[1,117]},{"name":"RESUTIL_PROPITEM_IN_MEMORY","features":[117]},{"name":"RESUTIL_PROPITEM_READ_ONLY","features":[117]},{"name":"RESUTIL_PROPITEM_REQUIRED","features":[117]},{"name":"RESUTIL_PROPITEM_SIGNED","features":[117]},{"name":"RESUTIL_ULARGEINT_DATA","features":[117]},{"name":"RS3_UPGRADE_VERSION","features":[117]},{"name":"RS4_UPGRADE_VERSION","features":[117]},{"name":"RS5_UPGRADE_VERSION","features":[117]},{"name":"RedirectedIOReasonBitLockerInitializing","features":[117]},{"name":"RedirectedIOReasonFileSystemTiering","features":[117]},{"name":"RedirectedIOReasonMax","features":[117]},{"name":"RedirectedIOReasonReFs","features":[117]},{"name":"RedirectedIOReasonUnsafeFileSystemFilter","features":[117]},{"name":"RedirectedIOReasonUnsafeVolumeFilter","features":[117]},{"name":"RedirectedIOReasonUserRequest","features":[117]},{"name":"RegisterAppInstance","features":[1,117]},{"name":"RegisterAppInstanceVersion","features":[117]},{"name":"RegisterClusterNotify","features":[1,117]},{"name":"RegisterClusterNotifyV2","features":[1,117]},{"name":"RegisterClusterResourceTypeNotifyV2","features":[117]},{"name":"RemoveClusterGroupDependency","features":[117]},{"name":"RemoveClusterGroupDependencyEx","features":[117]},{"name":"RemoveClusterGroupSetDependency","features":[117]},{"name":"RemoveClusterGroupSetDependencyEx","features":[117]},{"name":"RemoveClusterGroupToGroupSetDependency","features":[117]},{"name":"RemoveClusterGroupToGroupSetDependencyEx","features":[117]},{"name":"RemoveClusterNameAccount","features":[1,117]},{"name":"RemoveClusterResourceDependency","features":[117]},{"name":"RemoveClusterResourceDependencyEx","features":[117]},{"name":"RemoveClusterResourceNode","features":[117]},{"name":"RemoveClusterResourceNodeEx","features":[117]},{"name":"RemoveClusterStorageNode","features":[117]},{"name":"RemoveCrossClusterGroupSetDependency","features":[117]},{"name":"RemoveResourceFromClusterSharedVolumes","features":[117]},{"name":"ResUtilAddUnknownProperties","features":[1,117,54]},{"name":"ResUtilCreateDirectoryTree","features":[117]},{"name":"ResUtilDupGroup","features":[117]},{"name":"ResUtilDupParameterBlock","features":[1,117]},{"name":"ResUtilDupResource","features":[117]},{"name":"ResUtilDupString","features":[117]},{"name":"ResUtilEnumGroups","features":[117]},{"name":"ResUtilEnumGroupsEx","features":[117]},{"name":"ResUtilEnumPrivateProperties","features":[117,54]},{"name":"ResUtilEnumProperties","features":[1,117]},{"name":"ResUtilEnumResources","features":[117]},{"name":"ResUtilEnumResourcesEx","features":[117]},{"name":"ResUtilEnumResourcesEx2","features":[117]},{"name":"ResUtilExpandEnvironmentStrings","features":[117]},{"name":"ResUtilFindBinaryProperty","features":[117]},{"name":"ResUtilFindDependentDiskResourceDriveLetter","features":[117]},{"name":"ResUtilFindDwordProperty","features":[117]},{"name":"ResUtilFindExpandSzProperty","features":[117]},{"name":"ResUtilFindExpandedSzProperty","features":[117]},{"name":"ResUtilFindFileTimeProperty","features":[1,117]},{"name":"ResUtilFindLongProperty","features":[117]},{"name":"ResUtilFindMultiSzProperty","features":[117]},{"name":"ResUtilFindSzProperty","features":[117]},{"name":"ResUtilFindULargeIntegerProperty","features":[117]},{"name":"ResUtilFreeEnvironment","features":[117]},{"name":"ResUtilFreeParameterBlock","features":[1,117]},{"name":"ResUtilGetAllProperties","features":[1,117,54]},{"name":"ResUtilGetBinaryProperty","features":[117]},{"name":"ResUtilGetBinaryValue","features":[117,54]},{"name":"ResUtilGetClusterGroupType","features":[117]},{"name":"ResUtilGetClusterId","features":[117]},{"name":"ResUtilGetClusterRoleState","features":[117]},{"name":"ResUtilGetCoreClusterResources","features":[117]},{"name":"ResUtilGetCoreClusterResourcesEx","features":[117]},{"name":"ResUtilGetCoreGroup","features":[117]},{"name":"ResUtilGetDwordProperty","features":[117]},{"name":"ResUtilGetDwordValue","features":[117,54]},{"name":"ResUtilGetEnvironmentWithNetName","features":[117]},{"name":"ResUtilGetFileTimeProperty","features":[1,117]},{"name":"ResUtilGetLongProperty","features":[117]},{"name":"ResUtilGetMultiSzProperty","features":[117]},{"name":"ResUtilGetPrivateProperties","features":[117,54]},{"name":"ResUtilGetProperties","features":[1,117,54]},{"name":"ResUtilGetPropertiesToParameterBlock","features":[1,117,54]},{"name":"ResUtilGetProperty","features":[1,117,54]},{"name":"ResUtilGetPropertyFormats","features":[1,117]},{"name":"ResUtilGetPropertySize","features":[1,117,54]},{"name":"ResUtilGetQwordValue","features":[117,54]},{"name":"ResUtilGetResourceDependency","features":[1,117]},{"name":"ResUtilGetResourceDependencyByClass","features":[1,117]},{"name":"ResUtilGetResourceDependencyByClassEx","features":[1,117]},{"name":"ResUtilGetResourceDependencyByName","features":[1,117]},{"name":"ResUtilGetResourceDependencyByNameEx","features":[1,117]},{"name":"ResUtilGetResourceDependencyEx","features":[1,117]},{"name":"ResUtilGetResourceDependentIPAddressProps","features":[117]},{"name":"ResUtilGetResourceName","features":[117]},{"name":"ResUtilGetResourceNameDependency","features":[117]},{"name":"ResUtilGetResourceNameDependencyEx","features":[117]},{"name":"ResUtilGetSzProperty","features":[117]},{"name":"ResUtilGetSzValue","features":[117,54]},{"name":"ResUtilGroupsEqual","features":[1,117]},{"name":"ResUtilIsPathValid","features":[1,117]},{"name":"ResUtilIsResourceClassEqual","features":[1,117]},{"name":"ResUtilLeftPaxosIsLessThanRight","features":[1,117]},{"name":"ResUtilNodeEnum","features":[117]},{"name":"ResUtilPaxosComparer","features":[1,117]},{"name":"ResUtilPropertyListFromParameterBlock","features":[1,117]},{"name":"ResUtilRemoveResourceServiceEnvironment","features":[117]},{"name":"ResUtilResourceDepEnum","features":[117]},{"name":"ResUtilResourceTypesEqual","features":[1,117]},{"name":"ResUtilResourcesEqual","features":[1,117]},{"name":"ResUtilSetBinaryValue","features":[117,54]},{"name":"ResUtilSetDwordValue","features":[117,54]},{"name":"ResUtilSetExpandSzValue","features":[117,54]},{"name":"ResUtilSetMultiSzValue","features":[117,54]},{"name":"ResUtilSetPrivatePropertyList","features":[117,54]},{"name":"ResUtilSetPropertyParameterBlock","features":[1,117,54]},{"name":"ResUtilSetPropertyParameterBlockEx","features":[1,117,54]},{"name":"ResUtilSetPropertyTable","features":[1,117,54]},{"name":"ResUtilSetPropertyTableEx","features":[1,117,54]},{"name":"ResUtilSetQwordValue","features":[117,54]},{"name":"ResUtilSetResourceServiceEnvironment","features":[117]},{"name":"ResUtilSetResourceServiceStartParameters","features":[117,118]},{"name":"ResUtilSetResourceServiceStartParametersEx","features":[117,118]},{"name":"ResUtilSetSzValue","features":[117,54]},{"name":"ResUtilSetUnknownProperties","features":[1,117,54]},{"name":"ResUtilSetValueEx","features":[117,54]},{"name":"ResUtilStartResourceService","features":[117,118]},{"name":"ResUtilStopResourceService","features":[117]},{"name":"ResUtilStopService","features":[117,118]},{"name":"ResUtilTerminateServiceProcessFromResDll","features":[1,117]},{"name":"ResUtilVerifyPrivatePropertyList","features":[117]},{"name":"ResUtilVerifyPropertyTable","features":[1,117]},{"name":"ResUtilVerifyResourceService","features":[117]},{"name":"ResUtilVerifyService","features":[117,118]},{"name":"ResUtilVerifyShutdownSafe","features":[117]},{"name":"ResUtilsDeleteKeyTree","features":[1,117,54]},{"name":"ResdllContextOperationTypeDrain","features":[117]},{"name":"ResdllContextOperationTypeDrainFailure","features":[117]},{"name":"ResdllContextOperationTypeEmbeddedFailure","features":[117]},{"name":"ResdllContextOperationTypeFailback","features":[117]},{"name":"ResdllContextOperationTypeNetworkDisconnect","features":[117]},{"name":"ResdllContextOperationTypeNetworkDisconnectMoveRetry","features":[117]},{"name":"ResdllContextOperationTypePreemption","features":[117]},{"name":"ResetAllAppInstanceVersions","features":[117]},{"name":"ResourceExitStateContinue","features":[117]},{"name":"ResourceExitStateMax","features":[117]},{"name":"ResourceExitStateTerminate","features":[117]},{"name":"ResourceUtilizationInfoElement","features":[117]},{"name":"RestartClusterResource","features":[117]},{"name":"RestartClusterResourceEx","features":[117]},{"name":"RestoreClusterDatabase","features":[1,117]},{"name":"ResumeClusterNode","features":[117]},{"name":"ResumeClusterNodeEx","features":[117]},{"name":"ResumeClusterNodeEx2","features":[117]},{"name":"RmonArbitrateResource","features":[117]},{"name":"RmonDeadlocked","features":[117]},{"name":"RmonDeletingResource","features":[117]},{"name":"RmonIdle","features":[117]},{"name":"RmonInitializing","features":[117]},{"name":"RmonInitializingResource","features":[117]},{"name":"RmonIsAlivePoll","features":[117]},{"name":"RmonLooksAlivePoll","features":[117]},{"name":"RmonOfflineResource","features":[117]},{"name":"RmonOnlineResource","features":[117]},{"name":"RmonReleaseResource","features":[117]},{"name":"RmonResourceControl","features":[117]},{"name":"RmonResourceTypeControl","features":[117]},{"name":"RmonShutdownResource","features":[117]},{"name":"RmonStartingResource","features":[117]},{"name":"RmonTerminateResource","features":[117]},{"name":"SET_APPINSTANCE_CSV_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[117]},{"name":"SET_APP_INSTANCE_CSV_FLAGS","features":[1,117]},{"name":"SR_DISK_REPLICATION_ELIGIBLE","features":[117]},{"name":"SR_REPLICATED_DISK_TYPE","features":[117]},{"name":"SR_REPLICATED_PARTITION_DISALLOW_MULTINODE_IO","features":[117]},{"name":"SR_RESOURCE_TYPE_ADD_REPLICATION_GROUP","features":[1,117]},{"name":"SR_RESOURCE_TYPE_ADD_REPLICATION_GROUP_RESULT","features":[117]},{"name":"SR_RESOURCE_TYPE_DISK_INFO","features":[117]},{"name":"SR_RESOURCE_TYPE_ELIGIBLE_DISKS_RESULT","features":[117]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_LOGDISKS","features":[1,117]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_SOURCE_DATADISKS","features":[1,117]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_TARGET_DATADISKS","features":[1,117]},{"name":"SR_RESOURCE_TYPE_REPLICATED_DISK","features":[117]},{"name":"SR_RESOURCE_TYPE_REPLICATED_DISKS_RESULT","features":[117]},{"name":"SR_RESOURCE_TYPE_REPLICATED_PARTITION_ARRAY","features":[117]},{"name":"SR_RESOURCE_TYPE_REPLICATED_PARTITION_INFO","features":[117]},{"name":"STARTUP_EX_ROUTINE","features":[117]},{"name":"STARTUP_ROUTINE","features":[117]},{"name":"SetAppInstanceCsvFlags","features":[1,117]},{"name":"SetClusterGroupName","features":[117]},{"name":"SetClusterGroupNameEx","features":[117]},{"name":"SetClusterGroupNodeList","features":[117]},{"name":"SetClusterGroupNodeListEx","features":[117]},{"name":"SetClusterGroupSetDependencyExpression","features":[117]},{"name":"SetClusterGroupSetDependencyExpressionEx","features":[117]},{"name":"SetClusterName","features":[117]},{"name":"SetClusterNameEx","features":[117]},{"name":"SetClusterNetworkName","features":[117]},{"name":"SetClusterNetworkNameEx","features":[117]},{"name":"SetClusterNetworkPriorityOrder","features":[117]},{"name":"SetClusterQuorumResource","features":[117]},{"name":"SetClusterQuorumResourceEx","features":[117]},{"name":"SetClusterResourceDependencyExpression","features":[117]},{"name":"SetClusterResourceName","features":[117]},{"name":"SetClusterResourceNameEx","features":[117]},{"name":"SetClusterServiceAccountPassword","features":[1,117]},{"name":"SetGroupDependencyExpression","features":[117]},{"name":"SetGroupDependencyExpressionEx","features":[117]},{"name":"SharedVolumeStateActive","features":[117]},{"name":"SharedVolumeStateActiveRedirected","features":[117]},{"name":"SharedVolumeStateActiveVolumeRedirected","features":[117]},{"name":"SharedVolumeStatePaused","features":[117]},{"name":"SharedVolumeStateUnavailable","features":[117]},{"name":"SrDiskReplicationEligibleAlreadyInReplication","features":[117]},{"name":"SrDiskReplicationEligibleFileSystemNotSupported","features":[117]},{"name":"SrDiskReplicationEligibleInSameSite","features":[117]},{"name":"SrDiskReplicationEligibleInsufficientFreeSpace","features":[117]},{"name":"SrDiskReplicationEligibleNone","features":[117]},{"name":"SrDiskReplicationEligibleNotGpt","features":[117]},{"name":"SrDiskReplicationEligibleNotInSameSite","features":[117]},{"name":"SrDiskReplicationEligibleOffline","features":[117]},{"name":"SrDiskReplicationEligibleOther","features":[117]},{"name":"SrDiskReplicationEligiblePartitionLayoutMismatch","features":[117]},{"name":"SrDiskReplicationEligibleSameAsSpecifiedDisk","features":[117]},{"name":"SrDiskReplicationEligibleYes","features":[117]},{"name":"SrReplicatedDiskTypeDestination","features":[117]},{"name":"SrReplicatedDiskTypeLogDestination","features":[117]},{"name":"SrReplicatedDiskTypeLogNotInParthership","features":[117]},{"name":"SrReplicatedDiskTypeLogSource","features":[117]},{"name":"SrReplicatedDiskTypeNone","features":[117]},{"name":"SrReplicatedDiskTypeNotInParthership","features":[117]},{"name":"SrReplicatedDiskTypeOther","features":[117]},{"name":"SrReplicatedDiskTypeSource","features":[117]},{"name":"USE_CLIENT_ACCESS_NETWORKS_FOR_CSV","features":[117]},{"name":"VM_RESDLL_CONTEXT","features":[117]},{"name":"VmResdllContextLiveMigration","features":[117]},{"name":"VmResdllContextSave","features":[117]},{"name":"VmResdllContextShutdown","features":[117]},{"name":"VmResdllContextShutdownForce","features":[117]},{"name":"VmResdllContextTurnOff","features":[117]},{"name":"VolumeBackupInProgress","features":[117]},{"name":"VolumeBackupNone","features":[117]},{"name":"VolumeRedirectedIOReasonMax","features":[117]},{"name":"VolumeRedirectedIOReasonNoDiskConnectivity","features":[117]},{"name":"VolumeRedirectedIOReasonStorageSpaceNotAttached","features":[117]},{"name":"VolumeRedirectedIOReasonVolumeReplicationEnabled","features":[117]},{"name":"VolumeStateDismounted","features":[117]},{"name":"VolumeStateInMaintenance","features":[117]},{"name":"VolumeStateNoAccess","features":[117]},{"name":"VolumeStateNoDirectIO","features":[117]},{"name":"VolumeStateNoFaults","features":[117]},{"name":"WS2016_RTM_UPGRADE_VERSION","features":[117]},{"name":"WS2016_TP4_UPGRADE_VERSION","features":[117]},{"name":"WS2016_TP5_UPGRADE_VERSION","features":[117]},{"name":"WitnessTagHelper","features":[117]},{"name":"WitnessTagUpdateHelper","features":[117]},{"name":"eResourceStateChangeReasonFailedMove","features":[117]},{"name":"eResourceStateChangeReasonFailover","features":[117]},{"name":"eResourceStateChangeReasonMove","features":[117]},{"name":"eResourceStateChangeReasonRundown","features":[117]},{"name":"eResourceStateChangeReasonShutdown","features":[117]},{"name":"eResourceStateChangeReasonUnknown","features":[117]}],"479":[{"name":"CacheRangeChunkSize","features":[119]},{"name":"CreateRequestQueueExternalIdProperty","features":[119]},{"name":"CreateRequestQueueMax","features":[119]},{"name":"DelegateRequestDelegateUrlProperty","features":[119]},{"name":"DelegateRequestReservedProperty","features":[119]},{"name":"ExParamTypeErrorHeaders","features":[119]},{"name":"ExParamTypeHttp2SettingsLimits","features":[119]},{"name":"ExParamTypeHttp2Window","features":[119]},{"name":"ExParamTypeHttpPerformance","features":[119]},{"name":"ExParamTypeMax","features":[119]},{"name":"ExParamTypeTlsRestrictions","features":[119]},{"name":"ExParamTypeTlsSessionTicketKeys","features":[119]},{"name":"HTTP2_SETTINGS_LIMITS_PARAM","features":[119]},{"name":"HTTP2_WINDOW_SIZE_PARAM","features":[119]},{"name":"HTTPAPI_VERSION","features":[119]},{"name":"HTTP_503_RESPONSE_VERBOSITY","features":[119]},{"name":"HTTP_AUTHENTICATION_HARDENING_LEVELS","features":[119]},{"name":"HTTP_AUTH_ENABLE_BASIC","features":[119]},{"name":"HTTP_AUTH_ENABLE_DIGEST","features":[119]},{"name":"HTTP_AUTH_ENABLE_KERBEROS","features":[119]},{"name":"HTTP_AUTH_ENABLE_NEGOTIATE","features":[119]},{"name":"HTTP_AUTH_ENABLE_NTLM","features":[119]},{"name":"HTTP_AUTH_EX_FLAG_CAPTURE_CREDENTIAL","features":[119]},{"name":"HTTP_AUTH_EX_FLAG_ENABLE_KERBEROS_CREDENTIAL_CACHING","features":[119]},{"name":"HTTP_AUTH_STATUS","features":[119]},{"name":"HTTP_BANDWIDTH_LIMIT_INFO","features":[119]},{"name":"HTTP_BINDING_INFO","features":[1,119]},{"name":"HTTP_BYTE_RANGE","features":[119]},{"name":"HTTP_CACHE_POLICY","features":[119]},{"name":"HTTP_CACHE_POLICY_TYPE","features":[119]},{"name":"HTTP_CHANNEL_BIND_CLIENT_SERVICE","features":[119]},{"name":"HTTP_CHANNEL_BIND_DOTLESS_SERVICE","features":[119]},{"name":"HTTP_CHANNEL_BIND_INFO","features":[119]},{"name":"HTTP_CHANNEL_BIND_NO_SERVICE_NAME_CHECK","features":[119]},{"name":"HTTP_CHANNEL_BIND_PROXY","features":[119]},{"name":"HTTP_CHANNEL_BIND_PROXY_COHOSTING","features":[119]},{"name":"HTTP_CHANNEL_BIND_SECURE_CHANNEL_TOKEN","features":[119]},{"name":"HTTP_CONNECTION_LIMIT_INFO","features":[119]},{"name":"HTTP_COOKED_URL","features":[119]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_CONTROLLER","features":[119]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_DELEGATION","features":[119]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_OPEN_EXISTING","features":[119]},{"name":"HTTP_CREATE_REQUEST_QUEUE_PROPERTY_ID","features":[119]},{"name":"HTTP_CREATE_REQUEST_QUEUE_PROPERTY_INFO","features":[119]},{"name":"HTTP_DATA_CHUNK","features":[1,119]},{"name":"HTTP_DATA_CHUNK_TYPE","features":[119]},{"name":"HTTP_DELEGATE_REQUEST_PROPERTY_ID","features":[119]},{"name":"HTTP_DELEGATE_REQUEST_PROPERTY_INFO","features":[119]},{"name":"HTTP_DEMAND_CBT","features":[119]},{"name":"HTTP_ENABLED_STATE","features":[119]},{"name":"HTTP_ERROR_HEADERS_PARAM","features":[119]},{"name":"HTTP_FEATURE_ID","features":[119]},{"name":"HTTP_FLOWRATE_INFO","features":[119]},{"name":"HTTP_FLUSH_RESPONSE_FLAG_RECURSIVE","features":[119]},{"name":"HTTP_HEADER_ID","features":[119]},{"name":"HTTP_INITIALIZE","features":[119]},{"name":"HTTP_INITIALIZE_CONFIG","features":[119]},{"name":"HTTP_INITIALIZE_SERVER","features":[119]},{"name":"HTTP_KNOWN_HEADER","features":[119]},{"name":"HTTP_LISTEN_ENDPOINT_INFO","features":[1,119]},{"name":"HTTP_LOGGING_FLAG_LOCAL_TIME_ROLLOVER","features":[119]},{"name":"HTTP_LOGGING_FLAG_LOG_ERRORS_ONLY","features":[119]},{"name":"HTTP_LOGGING_FLAG_LOG_SUCCESS_ONLY","features":[119]},{"name":"HTTP_LOGGING_FLAG_USE_UTF8_CONVERSION","features":[119]},{"name":"HTTP_LOGGING_INFO","features":[119,5]},{"name":"HTTP_LOGGING_ROLLOVER_TYPE","features":[119]},{"name":"HTTP_LOGGING_TYPE","features":[119]},{"name":"HTTP_LOG_DATA","features":[119]},{"name":"HTTP_LOG_DATA_TYPE","features":[119]},{"name":"HTTP_LOG_FIELDS_DATA","features":[119]},{"name":"HTTP_LOG_FIELD_BYTES_RECV","features":[119]},{"name":"HTTP_LOG_FIELD_BYTES_SENT","features":[119]},{"name":"HTTP_LOG_FIELD_CLIENT_IP","features":[119]},{"name":"HTTP_LOG_FIELD_CLIENT_PORT","features":[119]},{"name":"HTTP_LOG_FIELD_COMPUTER_NAME","features":[119]},{"name":"HTTP_LOG_FIELD_COOKIE","features":[119]},{"name":"HTTP_LOG_FIELD_CORRELATION_ID","features":[119]},{"name":"HTTP_LOG_FIELD_DATE","features":[119]},{"name":"HTTP_LOG_FIELD_FAULT_CODE","features":[119]},{"name":"HTTP_LOG_FIELD_HOST","features":[119]},{"name":"HTTP_LOG_FIELD_METHOD","features":[119]},{"name":"HTTP_LOG_FIELD_QUEUE_NAME","features":[119]},{"name":"HTTP_LOG_FIELD_REASON","features":[119]},{"name":"HTTP_LOG_FIELD_REFERER","features":[119]},{"name":"HTTP_LOG_FIELD_SERVER_IP","features":[119]},{"name":"HTTP_LOG_FIELD_SERVER_PORT","features":[119]},{"name":"HTTP_LOG_FIELD_SITE_ID","features":[119]},{"name":"HTTP_LOG_FIELD_SITE_NAME","features":[119]},{"name":"HTTP_LOG_FIELD_STATUS","features":[119]},{"name":"HTTP_LOG_FIELD_STREAM_ID","features":[119]},{"name":"HTTP_LOG_FIELD_STREAM_ID_EX","features":[119]},{"name":"HTTP_LOG_FIELD_SUB_STATUS","features":[119]},{"name":"HTTP_LOG_FIELD_TIME","features":[119]},{"name":"HTTP_LOG_FIELD_TIME_TAKEN","features":[119]},{"name":"HTTP_LOG_FIELD_TRANSPORT_TYPE","features":[119]},{"name":"HTTP_LOG_FIELD_URI","features":[119]},{"name":"HTTP_LOG_FIELD_URI_QUERY","features":[119]},{"name":"HTTP_LOG_FIELD_URI_STEM","features":[119]},{"name":"HTTP_LOG_FIELD_USER_AGENT","features":[119]},{"name":"HTTP_LOG_FIELD_USER_NAME","features":[119]},{"name":"HTTP_LOG_FIELD_VERSION","features":[119]},{"name":"HTTP_LOG_FIELD_WIN32_STATUS","features":[119]},{"name":"HTTP_MAX_SERVER_QUEUE_LENGTH","features":[119]},{"name":"HTTP_MIN_SERVER_QUEUE_LENGTH","features":[119]},{"name":"HTTP_MULTIPLE_KNOWN_HEADERS","features":[119]},{"name":"HTTP_PERFORMANCE_PARAM","features":[119]},{"name":"HTTP_PERFORMANCE_PARAM_TYPE","features":[119]},{"name":"HTTP_PROPERTY_FLAGS","features":[119]},{"name":"HTTP_PROTECTION_LEVEL_INFO","features":[119]},{"name":"HTTP_PROTECTION_LEVEL_TYPE","features":[119]},{"name":"HTTP_QOS_SETTING_INFO","features":[119]},{"name":"HTTP_QOS_SETTING_TYPE","features":[119]},{"name":"HTTP_QUERY_REQUEST_QUALIFIER_QUIC","features":[119]},{"name":"HTTP_QUERY_REQUEST_QUALIFIER_TCP","features":[119]},{"name":"HTTP_QUIC_API_TIMINGS","features":[119]},{"name":"HTTP_QUIC_CONNECTION_API_TIMINGS","features":[119]},{"name":"HTTP_QUIC_STREAM_API_TIMINGS","features":[119]},{"name":"HTTP_QUIC_STREAM_REQUEST_STATS","features":[119]},{"name":"HTTP_RECEIVE_FULL_CHAIN","features":[119]},{"name":"HTTP_RECEIVE_HTTP_REQUEST_FLAGS","features":[119]},{"name":"HTTP_RECEIVE_REQUEST_ENTITY_BODY_FLAG_FILL_BUFFER","features":[119]},{"name":"HTTP_RECEIVE_REQUEST_FLAG_COPY_BODY","features":[119]},{"name":"HTTP_RECEIVE_REQUEST_FLAG_FLUSH_BODY","features":[119]},{"name":"HTTP_RECEIVE_SECURE_CHANNEL_TOKEN","features":[119]},{"name":"HTTP_REQUEST_AUTH_FLAG_TOKEN_FOR_CACHED_CRED","features":[119]},{"name":"HTTP_REQUEST_AUTH_INFO","features":[1,119]},{"name":"HTTP_REQUEST_AUTH_TYPE","features":[119]},{"name":"HTTP_REQUEST_CHANNEL_BIND_STATUS","features":[119]},{"name":"HTTP_REQUEST_FLAG_HTTP2","features":[119]},{"name":"HTTP_REQUEST_FLAG_HTTP3","features":[119]},{"name":"HTTP_REQUEST_FLAG_IP_ROUTED","features":[119]},{"name":"HTTP_REQUEST_FLAG_MORE_ENTITY_BODY_EXISTS","features":[119]},{"name":"HTTP_REQUEST_HEADERS","features":[119]},{"name":"HTTP_REQUEST_INFO","features":[119]},{"name":"HTTP_REQUEST_INFO_TYPE","features":[119]},{"name":"HTTP_REQUEST_PROPERTY","features":[119]},{"name":"HTTP_REQUEST_PROPERTY_SNI","features":[119]},{"name":"HTTP_REQUEST_PROPERTY_SNI_FLAG_NO_SNI","features":[119]},{"name":"HTTP_REQUEST_PROPERTY_SNI_FLAG_SNI_USED","features":[119]},{"name":"HTTP_REQUEST_PROPERTY_SNI_HOST_MAX_LENGTH","features":[119]},{"name":"HTTP_REQUEST_PROPERTY_STREAM_ERROR","features":[119]},{"name":"HTTP_REQUEST_SIZING_INFO","features":[119]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_FIRST_REQUEST","features":[119]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TCP_FAST_OPEN","features":[119]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TLS_FALSE_START","features":[119]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TLS_SESSION_RESUMPTION","features":[119]},{"name":"HTTP_REQUEST_SIZING_TYPE","features":[119]},{"name":"HTTP_REQUEST_TIMING_INFO","features":[119]},{"name":"HTTP_REQUEST_TIMING_TYPE","features":[119]},{"name":"HTTP_REQUEST_TOKEN_BINDING_INFO","features":[119]},{"name":"HTTP_REQUEST_V1","features":[1,119,16]},{"name":"HTTP_REQUEST_V2","features":[1,119,16]},{"name":"HTTP_RESPONSE_FLAG_MORE_ENTITY_BODY_EXISTS","features":[119]},{"name":"HTTP_RESPONSE_FLAG_MULTIPLE_ENCODINGS_AVAILABLE","features":[119]},{"name":"HTTP_RESPONSE_HEADERS","features":[119]},{"name":"HTTP_RESPONSE_INFO","features":[119]},{"name":"HTTP_RESPONSE_INFO_FLAGS_PRESERVE_ORDER","features":[119]},{"name":"HTTP_RESPONSE_INFO_TYPE","features":[119]},{"name":"HTTP_RESPONSE_V1","features":[1,119]},{"name":"HTTP_RESPONSE_V2","features":[1,119]},{"name":"HTTP_SCHEME","features":[119]},{"name":"HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA","features":[119]},{"name":"HTTP_SEND_RESPONSE_FLAG_DISCONNECT","features":[119]},{"name":"HTTP_SEND_RESPONSE_FLAG_ENABLE_NAGLING","features":[119]},{"name":"HTTP_SEND_RESPONSE_FLAG_GOAWAY","features":[119]},{"name":"HTTP_SEND_RESPONSE_FLAG_MORE_DATA","features":[119]},{"name":"HTTP_SEND_RESPONSE_FLAG_OPAQUE","features":[119]},{"name":"HTTP_SEND_RESPONSE_FLAG_PROCESS_RANGES","features":[119]},{"name":"HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS","features":[119]},{"name":"HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS","features":[119]},{"name":"HTTP_SERVER_AUTHENTICATION_INFO","features":[1,119]},{"name":"HTTP_SERVER_PROPERTY","features":[119]},{"name":"HTTP_SERVICE_BINDING_A","features":[119]},{"name":"HTTP_SERVICE_BINDING_BASE","features":[119]},{"name":"HTTP_SERVICE_BINDING_TYPE","features":[119]},{"name":"HTTP_SERVICE_BINDING_W","features":[119]},{"name":"HTTP_SERVICE_CONFIG_CACHE_KEY","features":[119]},{"name":"HTTP_SERVICE_CONFIG_CACHE_SET","features":[119]},{"name":"HTTP_SERVICE_CONFIG_ID","features":[119]},{"name":"HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_QUERY_TYPE","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SETTING_KEY","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SETTING_SET","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_KEY","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_QUERY","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_QUERY_EX","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_SET","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_SET_EX","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_HTTP2","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_LEGACY_TLS","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_OCSP_STAPLING","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_QUIC","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_SESSION_ID","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_TLS12","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_TLS13","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_CLIENT_CORRELATION","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_SESSION_TICKET","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_TOKEN_BINDING","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_LOG_EXTENDED_EVENTS","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_NEGOTIATE_CLIENT_CERT","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_NO_RAW_FILTER","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_REJECT","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_USE_DS_MAPPER","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_KEY","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_KEY_EX","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_PARAM","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_PARAM_EX","features":[119]},{"name":"HTTP_SERVICE_CONFIG_SSL_QUERY","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_QUERY_EX","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_SET","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_SET_EX","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_KEY","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_QUERY","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_QUERY_EX","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_SET","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_SET_EX","features":[119,16]},{"name":"HTTP_SERVICE_CONFIG_TIMEOUT_KEY","features":[119]},{"name":"HTTP_SERVICE_CONFIG_TIMEOUT_SET","features":[119]},{"name":"HTTP_SERVICE_CONFIG_URLACL_KEY","features":[119]},{"name":"HTTP_SERVICE_CONFIG_URLACL_PARAM","features":[119]},{"name":"HTTP_SERVICE_CONFIG_URLACL_QUERY","features":[119]},{"name":"HTTP_SERVICE_CONFIG_URLACL_SET","features":[119]},{"name":"HTTP_SSL_CLIENT_CERT_INFO","features":[1,119]},{"name":"HTTP_SSL_INFO","features":[1,119]},{"name":"HTTP_SSL_PROTOCOL_INFO","features":[119]},{"name":"HTTP_SSL_SERVICE_CONFIG_EX_PARAM_TYPE","features":[119]},{"name":"HTTP_STATE_INFO","features":[119]},{"name":"HTTP_TIMEOUT_LIMIT_INFO","features":[119]},{"name":"HTTP_TLS_RESTRICTIONS_PARAM","features":[119]},{"name":"HTTP_TLS_SESSION_TICKET_KEYS_PARAM","features":[119]},{"name":"HTTP_TRANSPORT_ADDRESS","features":[119,16]},{"name":"HTTP_UNKNOWN_HEADER","features":[119]},{"name":"HTTP_URL_FLAG_REMOVE_ALL","features":[119]},{"name":"HTTP_VERB","features":[119]},{"name":"HTTP_VERSION","features":[119]},{"name":"HTTP_VERSION","features":[119]},{"name":"HTTP_WSK_API_TIMINGS","features":[119]},{"name":"HeaderWaitTimeout","features":[119]},{"name":"Http503ResponseVerbosityBasic","features":[119]},{"name":"Http503ResponseVerbosityFull","features":[119]},{"name":"Http503ResponseVerbosityLimited","features":[119]},{"name":"HttpAddFragmentToCache","features":[1,119,7]},{"name":"HttpAddUrl","features":[1,119]},{"name":"HttpAddUrlToUrlGroup","features":[119]},{"name":"HttpAuthStatusFailure","features":[119]},{"name":"HttpAuthStatusNotAuthenticated","features":[119]},{"name":"HttpAuthStatusSuccess","features":[119]},{"name":"HttpAuthenticationHardeningLegacy","features":[119]},{"name":"HttpAuthenticationHardeningMedium","features":[119]},{"name":"HttpAuthenticationHardeningStrict","features":[119]},{"name":"HttpCachePolicyMaximum","features":[119]},{"name":"HttpCachePolicyNocache","features":[119]},{"name":"HttpCachePolicyTimeToLive","features":[119]},{"name":"HttpCachePolicyUserInvalidates","features":[119]},{"name":"HttpCancelHttpRequest","features":[1,119,7]},{"name":"HttpCloseRequestQueue","features":[1,119]},{"name":"HttpCloseServerSession","features":[119]},{"name":"HttpCloseUrlGroup","features":[119]},{"name":"HttpCreateHttpHandle","features":[1,119]},{"name":"HttpCreateRequestQueue","features":[1,119,5]},{"name":"HttpCreateServerSession","features":[119]},{"name":"HttpCreateUrlGroup","features":[119]},{"name":"HttpDataChunkFromFileHandle","features":[119]},{"name":"HttpDataChunkFromFragmentCache","features":[119]},{"name":"HttpDataChunkFromFragmentCacheEx","features":[119]},{"name":"HttpDataChunkFromMemory","features":[119]},{"name":"HttpDataChunkMaximum","features":[119]},{"name":"HttpDataChunkTrailers","features":[119]},{"name":"HttpDeclarePush","features":[1,119]},{"name":"HttpDelegateRequestEx","features":[1,119]},{"name":"HttpDeleteServiceConfiguration","features":[1,119,7]},{"name":"HttpEnabledStateActive","features":[119]},{"name":"HttpEnabledStateInactive","features":[119]},{"name":"HttpFeatureApiTimings","features":[119]},{"name":"HttpFeatureDelegateEx","features":[119]},{"name":"HttpFeatureHttp3","features":[119]},{"name":"HttpFeatureLast","features":[119]},{"name":"HttpFeatureResponseTrailers","features":[119]},{"name":"HttpFeatureUnknown","features":[119]},{"name":"HttpFeaturemax","features":[119]},{"name":"HttpFindUrlGroupId","features":[1,119]},{"name":"HttpFlushResponseCache","features":[1,119,7]},{"name":"HttpGetExtension","features":[119]},{"name":"HttpHeaderAccept","features":[119]},{"name":"HttpHeaderAcceptCharset","features":[119]},{"name":"HttpHeaderAcceptEncoding","features":[119]},{"name":"HttpHeaderAcceptLanguage","features":[119]},{"name":"HttpHeaderAcceptRanges","features":[119]},{"name":"HttpHeaderAge","features":[119]},{"name":"HttpHeaderAllow","features":[119]},{"name":"HttpHeaderAuthorization","features":[119]},{"name":"HttpHeaderCacheControl","features":[119]},{"name":"HttpHeaderConnection","features":[119]},{"name":"HttpHeaderContentEncoding","features":[119]},{"name":"HttpHeaderContentLanguage","features":[119]},{"name":"HttpHeaderContentLength","features":[119]},{"name":"HttpHeaderContentLocation","features":[119]},{"name":"HttpHeaderContentMd5","features":[119]},{"name":"HttpHeaderContentRange","features":[119]},{"name":"HttpHeaderContentType","features":[119]},{"name":"HttpHeaderCookie","features":[119]},{"name":"HttpHeaderDate","features":[119]},{"name":"HttpHeaderEtag","features":[119]},{"name":"HttpHeaderExpect","features":[119]},{"name":"HttpHeaderExpires","features":[119]},{"name":"HttpHeaderFrom","features":[119]},{"name":"HttpHeaderHost","features":[119]},{"name":"HttpHeaderIfMatch","features":[119]},{"name":"HttpHeaderIfModifiedSince","features":[119]},{"name":"HttpHeaderIfNoneMatch","features":[119]},{"name":"HttpHeaderIfRange","features":[119]},{"name":"HttpHeaderIfUnmodifiedSince","features":[119]},{"name":"HttpHeaderKeepAlive","features":[119]},{"name":"HttpHeaderLastModified","features":[119]},{"name":"HttpHeaderLocation","features":[119]},{"name":"HttpHeaderMaxForwards","features":[119]},{"name":"HttpHeaderMaximum","features":[119]},{"name":"HttpHeaderPragma","features":[119]},{"name":"HttpHeaderProxyAuthenticate","features":[119]},{"name":"HttpHeaderProxyAuthorization","features":[119]},{"name":"HttpHeaderRange","features":[119]},{"name":"HttpHeaderReferer","features":[119]},{"name":"HttpHeaderRequestMaximum","features":[119]},{"name":"HttpHeaderResponseMaximum","features":[119]},{"name":"HttpHeaderRetryAfter","features":[119]},{"name":"HttpHeaderServer","features":[119]},{"name":"HttpHeaderSetCookie","features":[119]},{"name":"HttpHeaderTe","features":[119]},{"name":"HttpHeaderTrailer","features":[119]},{"name":"HttpHeaderTransferEncoding","features":[119]},{"name":"HttpHeaderTranslate","features":[119]},{"name":"HttpHeaderUpgrade","features":[119]},{"name":"HttpHeaderUserAgent","features":[119]},{"name":"HttpHeaderVary","features":[119]},{"name":"HttpHeaderVia","features":[119]},{"name":"HttpHeaderWarning","features":[119]},{"name":"HttpHeaderWwwAuthenticate","features":[119]},{"name":"HttpInitialize","features":[119]},{"name":"HttpIsFeatureSupported","features":[1,119]},{"name":"HttpLogDataTypeFields","features":[119]},{"name":"HttpLoggingRolloverDaily","features":[119]},{"name":"HttpLoggingRolloverHourly","features":[119]},{"name":"HttpLoggingRolloverMonthly","features":[119]},{"name":"HttpLoggingRolloverSize","features":[119]},{"name":"HttpLoggingRolloverWeekly","features":[119]},{"name":"HttpLoggingTypeIIS","features":[119]},{"name":"HttpLoggingTypeNCSA","features":[119]},{"name":"HttpLoggingTypeRaw","features":[119]},{"name":"HttpLoggingTypeW3C","features":[119]},{"name":"HttpNone","features":[119]},{"name":"HttpPrepareUrl","features":[119]},{"name":"HttpProtectionLevelEdgeRestricted","features":[119]},{"name":"HttpProtectionLevelRestricted","features":[119]},{"name":"HttpProtectionLevelUnrestricted","features":[119]},{"name":"HttpQosSettingTypeBandwidth","features":[119]},{"name":"HttpQosSettingTypeConnectionLimit","features":[119]},{"name":"HttpQosSettingTypeFlowRate","features":[119]},{"name":"HttpQueryRequestQueueProperty","features":[1,119]},{"name":"HttpQueryServerSessionProperty","features":[119]},{"name":"HttpQueryServiceConfiguration","features":[1,119,7]},{"name":"HttpQueryUrlGroupProperty","features":[119]},{"name":"HttpReadFragmentFromCache","features":[1,119,7]},{"name":"HttpReceiveClientCertificate","features":[1,119,7]},{"name":"HttpReceiveHttpRequest","features":[1,119,16,7]},{"name":"HttpReceiveRequestEntityBody","features":[1,119,7]},{"name":"HttpRemoveUrl","features":[1,119]},{"name":"HttpRemoveUrlFromUrlGroup","features":[119]},{"name":"HttpRequestAuthTypeBasic","features":[119]},{"name":"HttpRequestAuthTypeDigest","features":[119]},{"name":"HttpRequestAuthTypeKerberos","features":[119]},{"name":"HttpRequestAuthTypeNTLM","features":[119]},{"name":"HttpRequestAuthTypeNegotiate","features":[119]},{"name":"HttpRequestAuthTypeNone","features":[119]},{"name":"HttpRequestInfoTypeAuth","features":[119]},{"name":"HttpRequestInfoTypeChannelBind","features":[119]},{"name":"HttpRequestInfoTypeQuicStats","features":[119]},{"name":"HttpRequestInfoTypeRequestSizing","features":[119]},{"name":"HttpRequestInfoTypeRequestTiming","features":[119]},{"name":"HttpRequestInfoTypeSslProtocol","features":[119]},{"name":"HttpRequestInfoTypeSslTokenBinding","features":[119]},{"name":"HttpRequestInfoTypeSslTokenBindingDraft","features":[119]},{"name":"HttpRequestInfoTypeTcpInfoV0","features":[119]},{"name":"HttpRequestInfoTypeTcpInfoV1","features":[119]},{"name":"HttpRequestPropertyIsb","features":[119]},{"name":"HttpRequestPropertyQuicApiTimings","features":[119]},{"name":"HttpRequestPropertyQuicStats","features":[119]},{"name":"HttpRequestPropertySni","features":[119]},{"name":"HttpRequestPropertyStreamError","features":[119]},{"name":"HttpRequestPropertyTcpInfoV0","features":[119]},{"name":"HttpRequestPropertyTcpInfoV1","features":[119]},{"name":"HttpRequestPropertyWskApiTimings","features":[119]},{"name":"HttpRequestSizingTypeHeaders","features":[119]},{"name":"HttpRequestSizingTypeMax","features":[119]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg1ClientData","features":[119]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg1ServerData","features":[119]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg2ClientData","features":[119]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg2ServerData","features":[119]},{"name":"HttpRequestTimingTypeConnectionStart","features":[119]},{"name":"HttpRequestTimingTypeDataStart","features":[119]},{"name":"HttpRequestTimingTypeHttp2HeaderDecodeEnd","features":[119]},{"name":"HttpRequestTimingTypeHttp2HeaderDecodeStart","features":[119]},{"name":"HttpRequestTimingTypeHttp2StreamStart","features":[119]},{"name":"HttpRequestTimingTypeHttp3HeaderDecodeEnd","features":[119]},{"name":"HttpRequestTimingTypeHttp3HeaderDecodeStart","features":[119]},{"name":"HttpRequestTimingTypeHttp3StreamStart","features":[119]},{"name":"HttpRequestTimingTypeMax","features":[119]},{"name":"HttpRequestTimingTypeRequestDeliveredForDelegation","features":[119]},{"name":"HttpRequestTimingTypeRequestDeliveredForIO","features":[119]},{"name":"HttpRequestTimingTypeRequestDeliveredForInspection","features":[119]},{"name":"HttpRequestTimingTypeRequestHeaderParseEnd","features":[119]},{"name":"HttpRequestTimingTypeRequestHeaderParseStart","features":[119]},{"name":"HttpRequestTimingTypeRequestQueuedForDelegation","features":[119]},{"name":"HttpRequestTimingTypeRequestQueuedForIO","features":[119]},{"name":"HttpRequestTimingTypeRequestQueuedForInspection","features":[119]},{"name":"HttpRequestTimingTypeRequestReturnedAfterDelegation","features":[119]},{"name":"HttpRequestTimingTypeRequestReturnedAfterInspection","features":[119]},{"name":"HttpRequestTimingTypeRequestRoutingEnd","features":[119]},{"name":"HttpRequestTimingTypeRequestRoutingStart","features":[119]},{"name":"HttpRequestTimingTypeTlsAttributesQueryEnd","features":[119]},{"name":"HttpRequestTimingTypeTlsAttributesQueryStart","features":[119]},{"name":"HttpRequestTimingTypeTlsCertificateLoadEnd","features":[119]},{"name":"HttpRequestTimingTypeTlsCertificateLoadStart","features":[119]},{"name":"HttpRequestTimingTypeTlsClientCertQueryEnd","features":[119]},{"name":"HttpRequestTimingTypeTlsClientCertQueryStart","features":[119]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg1End","features":[119]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg1Start","features":[119]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg2End","features":[119]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg2Start","features":[119]},{"name":"HttpResponseInfoTypeAuthenticationProperty","features":[119]},{"name":"HttpResponseInfoTypeChannelBind","features":[119]},{"name":"HttpResponseInfoTypeMultipleKnownHeaders","features":[119]},{"name":"HttpResponseInfoTypeQoSProperty","features":[119]},{"name":"HttpSchemeHttp","features":[119]},{"name":"HttpSchemeHttps","features":[119]},{"name":"HttpSchemeMaximum","features":[119]},{"name":"HttpSendHttpResponse","features":[1,119,7]},{"name":"HttpSendResponseEntityBody","features":[1,119,7]},{"name":"HttpServer503VerbosityProperty","features":[119]},{"name":"HttpServerAuthenticationProperty","features":[119]},{"name":"HttpServerBindingProperty","features":[119]},{"name":"HttpServerChannelBindProperty","features":[119]},{"name":"HttpServerDelegationProperty","features":[119]},{"name":"HttpServerExtendedAuthenticationProperty","features":[119]},{"name":"HttpServerListenEndpointProperty","features":[119]},{"name":"HttpServerLoggingProperty","features":[119]},{"name":"HttpServerProtectionLevelProperty","features":[119]},{"name":"HttpServerQosProperty","features":[119]},{"name":"HttpServerQueueLengthProperty","features":[119]},{"name":"HttpServerStateProperty","features":[119]},{"name":"HttpServerTimeoutsProperty","features":[119]},{"name":"HttpServiceBindingTypeA","features":[119]},{"name":"HttpServiceBindingTypeNone","features":[119]},{"name":"HttpServiceBindingTypeW","features":[119]},{"name":"HttpServiceConfigCache","features":[119]},{"name":"HttpServiceConfigIPListenList","features":[119]},{"name":"HttpServiceConfigMax","features":[119]},{"name":"HttpServiceConfigQueryExact","features":[119]},{"name":"HttpServiceConfigQueryMax","features":[119]},{"name":"HttpServiceConfigQueryNext","features":[119]},{"name":"HttpServiceConfigSSLCertInfo","features":[119]},{"name":"HttpServiceConfigSetting","features":[119]},{"name":"HttpServiceConfigSslCcsCertInfo","features":[119]},{"name":"HttpServiceConfigSslCcsCertInfoEx","features":[119]},{"name":"HttpServiceConfigSslCertInfoEx","features":[119]},{"name":"HttpServiceConfigSslScopedCcsCertInfo","features":[119]},{"name":"HttpServiceConfigSslScopedCcsCertInfoEx","features":[119]},{"name":"HttpServiceConfigSslSniCertInfo","features":[119]},{"name":"HttpServiceConfigSslSniCertInfoEx","features":[119]},{"name":"HttpServiceConfigTimeout","features":[119]},{"name":"HttpServiceConfigUrlAclInfo","features":[119]},{"name":"HttpSetRequestProperty","features":[1,119,7]},{"name":"HttpSetRequestQueueProperty","features":[1,119]},{"name":"HttpSetServerSessionProperty","features":[119]},{"name":"HttpSetServiceConfiguration","features":[1,119,7]},{"name":"HttpSetUrlGroupProperty","features":[119]},{"name":"HttpShutdownRequestQueue","features":[1,119]},{"name":"HttpTerminate","features":[119]},{"name":"HttpTlsThrottle","features":[119]},{"name":"HttpUpdateServiceConfiguration","features":[1,119,7]},{"name":"HttpVerbCONNECT","features":[119]},{"name":"HttpVerbCOPY","features":[119]},{"name":"HttpVerbDELETE","features":[119]},{"name":"HttpVerbGET","features":[119]},{"name":"HttpVerbHEAD","features":[119]},{"name":"HttpVerbInvalid","features":[119]},{"name":"HttpVerbLOCK","features":[119]},{"name":"HttpVerbMKCOL","features":[119]},{"name":"HttpVerbMOVE","features":[119]},{"name":"HttpVerbMaximum","features":[119]},{"name":"HttpVerbOPTIONS","features":[119]},{"name":"HttpVerbPOST","features":[119]},{"name":"HttpVerbPROPFIND","features":[119]},{"name":"HttpVerbPROPPATCH","features":[119]},{"name":"HttpVerbPUT","features":[119]},{"name":"HttpVerbSEARCH","features":[119]},{"name":"HttpVerbTRACE","features":[119]},{"name":"HttpVerbTRACK","features":[119]},{"name":"HttpVerbUNLOCK","features":[119]},{"name":"HttpVerbUnknown","features":[119]},{"name":"HttpVerbUnparsed","features":[119]},{"name":"HttpWaitForDemandStart","features":[1,119,7]},{"name":"HttpWaitForDisconnect","features":[1,119,7]},{"name":"HttpWaitForDisconnectEx","features":[1,119,7]},{"name":"IdleConnectionTimeout","features":[119]},{"name":"MaxCacheResponseSize","features":[119]},{"name":"PerformanceParamAggressiveICW","features":[119]},{"name":"PerformanceParamDecryptOnSspiThread","features":[119]},{"name":"PerformanceParamMax","features":[119]},{"name":"PerformanceParamMaxConcurrentClientStreams","features":[119]},{"name":"PerformanceParamMaxReceiveBufferSize","features":[119]},{"name":"PerformanceParamMaxSendBufferSize","features":[119]},{"name":"PerformanceParamSendBufferingFlags","features":[119]}],"480":[{"name":"BerElement","features":[120]},{"name":"DBGPRINT","features":[120]},{"name":"DEREFERENCECONNECTION","features":[120]},{"name":"LAPI_MAJOR_VER1","features":[120]},{"name":"LAPI_MINOR_VER1","features":[120]},{"name":"LBER_DEFAULT","features":[120]},{"name":"LBER_ERROR","features":[120]},{"name":"LBER_TRANSLATE_STRINGS","features":[120]},{"name":"LBER_USE_DER","features":[120]},{"name":"LBER_USE_INDEFINITE_LEN","features":[120]},{"name":"LDAP","features":[120]},{"name":"LDAPAPIFeatureInfoA","features":[120]},{"name":"LDAPAPIFeatureInfoW","features":[120]},{"name":"LDAPAPIInfoA","features":[120]},{"name":"LDAPAPIInfoW","features":[120]},{"name":"LDAPControlA","features":[1,120]},{"name":"LDAPControlW","features":[1,120]},{"name":"LDAPMessage","features":[1,120]},{"name":"LDAPModA","features":[120]},{"name":"LDAPModW","features":[120]},{"name":"LDAPSortKeyA","features":[1,120]},{"name":"LDAPSortKeyW","features":[1,120]},{"name":"LDAPVLVInfo","features":[120]},{"name":"LDAP_ABANDON_CMD","features":[120]},{"name":"LDAP_ADD_CMD","features":[120]},{"name":"LDAP_ADMIN_LIMIT_EXCEEDED","features":[120]},{"name":"LDAP_AFFECTS_MULTIPLE_DSAS","features":[120]},{"name":"LDAP_ALIAS_DEREF_PROBLEM","features":[120]},{"name":"LDAP_ALIAS_PROBLEM","features":[120]},{"name":"LDAP_ALREADY_EXISTS","features":[120]},{"name":"LDAP_API_FEATURE_VIRTUAL_LIST_VIEW","features":[120]},{"name":"LDAP_API_INFO_VERSION","features":[120]},{"name":"LDAP_API_VERSION","features":[120]},{"name":"LDAP_ATTRIBUTE_OR_VALUE_EXISTS","features":[120]},{"name":"LDAP_AUTH_METHOD_NOT_SUPPORTED","features":[120]},{"name":"LDAP_AUTH_OTHERKIND","features":[120]},{"name":"LDAP_AUTH_SASL","features":[120]},{"name":"LDAP_AUTH_SIMPLE","features":[120]},{"name":"LDAP_AUTH_UNKNOWN","features":[120]},{"name":"LDAP_BERVAL","features":[120]},{"name":"LDAP_BIND_CMD","features":[120]},{"name":"LDAP_BUSY","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_ADAM_OID","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_ADAM_OID_W","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_LDAP_INTEG_OID","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_LDAP_INTEG_OID_W","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_OID","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_OID_W","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_PARTIAL_SECRETS_OID","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_PARTIAL_SECRETS_OID_W","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V51_OID","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V51_OID_W","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V60_OID","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V60_OID_W","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_OID","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_OID_W","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_R2_OID","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_R2_OID_W","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_W8_OID","features":[120]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_W8_OID_W","features":[120]},{"name":"LDAP_CHASE_EXTERNAL_REFERRALS","features":[120]},{"name":"LDAP_CHASE_SUBORDINATE_REFERRALS","features":[120]},{"name":"LDAP_CLIENT_LOOP","features":[120]},{"name":"LDAP_COMPARE_CMD","features":[120]},{"name":"LDAP_COMPARE_FALSE","features":[120]},{"name":"LDAP_COMPARE_TRUE","features":[120]},{"name":"LDAP_CONFIDENTIALITY_REQUIRED","features":[120]},{"name":"LDAP_CONNECT_ERROR","features":[120]},{"name":"LDAP_CONSTRAINT_VIOLATION","features":[120]},{"name":"LDAP_CONTROL_NOT_FOUND","features":[120]},{"name":"LDAP_CONTROL_REFERRALS","features":[120]},{"name":"LDAP_CONTROL_REFERRALS_W","features":[120]},{"name":"LDAP_CONTROL_VLVREQUEST","features":[120]},{"name":"LDAP_CONTROL_VLVREQUEST_W","features":[120]},{"name":"LDAP_CONTROL_VLVRESPONSE","features":[120]},{"name":"LDAP_CONTROL_VLVRESPONSE_W","features":[120]},{"name":"LDAP_DECODING_ERROR","features":[120]},{"name":"LDAP_DELETE_CMD","features":[120]},{"name":"LDAP_DEREF_ALWAYS","features":[120]},{"name":"LDAP_DEREF_FINDING","features":[120]},{"name":"LDAP_DEREF_NEVER","features":[120]},{"name":"LDAP_DEREF_SEARCHING","features":[120]},{"name":"LDAP_DIRSYNC_ANCESTORS_FIRST_ORDER","features":[120]},{"name":"LDAP_DIRSYNC_INCREMENTAL_VALUES","features":[120]},{"name":"LDAP_DIRSYNC_OBJECT_SECURITY","features":[120]},{"name":"LDAP_DIRSYNC_PUBLIC_DATA_ONLY","features":[120]},{"name":"LDAP_DIRSYNC_ROPAS_DATA_ONLY","features":[120]},{"name":"LDAP_ENCODING_ERROR","features":[120]},{"name":"LDAP_EXTENDED_CMD","features":[120]},{"name":"LDAP_FEATURE_INFO_VERSION","features":[120]},{"name":"LDAP_FILTER_AND","features":[120]},{"name":"LDAP_FILTER_APPROX","features":[120]},{"name":"LDAP_FILTER_EQUALITY","features":[120]},{"name":"LDAP_FILTER_ERROR","features":[120]},{"name":"LDAP_FILTER_EXTENSIBLE","features":[120]},{"name":"LDAP_FILTER_GE","features":[120]},{"name":"LDAP_FILTER_LE","features":[120]},{"name":"LDAP_FILTER_NOT","features":[120]},{"name":"LDAP_FILTER_OR","features":[120]},{"name":"LDAP_FILTER_PRESENT","features":[120]},{"name":"LDAP_FILTER_SUBSTRINGS","features":[120]},{"name":"LDAP_GC_PORT","features":[120]},{"name":"LDAP_INAPPROPRIATE_AUTH","features":[120]},{"name":"LDAP_INAPPROPRIATE_MATCHING","features":[120]},{"name":"LDAP_INSUFFICIENT_RIGHTS","features":[120]},{"name":"LDAP_INVALID_CMD","features":[120]},{"name":"LDAP_INVALID_CREDENTIALS","features":[120]},{"name":"LDAP_INVALID_DN_SYNTAX","features":[120]},{"name":"LDAP_INVALID_RES","features":[120]},{"name":"LDAP_INVALID_SYNTAX","features":[120]},{"name":"LDAP_IS_LEAF","features":[120]},{"name":"LDAP_LOCAL_ERROR","features":[120]},{"name":"LDAP_LOOP_DETECT","features":[120]},{"name":"LDAP_MATCHING_RULE_BIT_AND","features":[120]},{"name":"LDAP_MATCHING_RULE_BIT_AND_W","features":[120]},{"name":"LDAP_MATCHING_RULE_BIT_OR","features":[120]},{"name":"LDAP_MATCHING_RULE_BIT_OR_W","features":[120]},{"name":"LDAP_MATCHING_RULE_DN_BINARY_COMPLEX","features":[120]},{"name":"LDAP_MATCHING_RULE_DN_BINARY_COMPLEX_W","features":[120]},{"name":"LDAP_MATCHING_RULE_TRANSITIVE_EVALUATION","features":[120]},{"name":"LDAP_MATCHING_RULE_TRANSITIVE_EVALUATION_W","features":[120]},{"name":"LDAP_MODIFY_CMD","features":[120]},{"name":"LDAP_MODRDN_CMD","features":[120]},{"name":"LDAP_MOD_ADD","features":[120]},{"name":"LDAP_MOD_BVALUES","features":[120]},{"name":"LDAP_MOD_DELETE","features":[120]},{"name":"LDAP_MOD_REPLACE","features":[120]},{"name":"LDAP_MORE_RESULTS_TO_RETURN","features":[120]},{"name":"LDAP_MSG_ALL","features":[120]},{"name":"LDAP_MSG_ONE","features":[120]},{"name":"LDAP_MSG_RECEIVED","features":[120]},{"name":"LDAP_NAMING_VIOLATION","features":[120]},{"name":"LDAP_NOT_ALLOWED_ON_NONLEAF","features":[120]},{"name":"LDAP_NOT_ALLOWED_ON_RDN","features":[120]},{"name":"LDAP_NOT_SUPPORTED","features":[120]},{"name":"LDAP_NO_LIMIT","features":[120]},{"name":"LDAP_NO_MEMORY","features":[120]},{"name":"LDAP_NO_OBJECT_CLASS_MODS","features":[120]},{"name":"LDAP_NO_RESULTS_RETURNED","features":[120]},{"name":"LDAP_NO_SUCH_ATTRIBUTE","features":[120]},{"name":"LDAP_NO_SUCH_OBJECT","features":[120]},{"name":"LDAP_OBJECT_CLASS_VIOLATION","features":[120]},{"name":"LDAP_OFFSET_RANGE_ERROR","features":[120]},{"name":"LDAP_OPATT_ABANDON_REPL","features":[120]},{"name":"LDAP_OPATT_ABANDON_REPL_W","features":[120]},{"name":"LDAP_OPATT_BECOME_DOM_MASTER","features":[120]},{"name":"LDAP_OPATT_BECOME_DOM_MASTER_W","features":[120]},{"name":"LDAP_OPATT_BECOME_PDC","features":[120]},{"name":"LDAP_OPATT_BECOME_PDC_W","features":[120]},{"name":"LDAP_OPATT_BECOME_RID_MASTER","features":[120]},{"name":"LDAP_OPATT_BECOME_RID_MASTER_W","features":[120]},{"name":"LDAP_OPATT_BECOME_SCHEMA_MASTER","features":[120]},{"name":"LDAP_OPATT_BECOME_SCHEMA_MASTER_W","features":[120]},{"name":"LDAP_OPATT_CONFIG_NAMING_CONTEXT","features":[120]},{"name":"LDAP_OPATT_CONFIG_NAMING_CONTEXT_W","features":[120]},{"name":"LDAP_OPATT_CURRENT_TIME","features":[120]},{"name":"LDAP_OPATT_CURRENT_TIME_W","features":[120]},{"name":"LDAP_OPATT_DEFAULT_NAMING_CONTEXT","features":[120]},{"name":"LDAP_OPATT_DEFAULT_NAMING_CONTEXT_W","features":[120]},{"name":"LDAP_OPATT_DNS_HOST_NAME","features":[120]},{"name":"LDAP_OPATT_DNS_HOST_NAME_W","features":[120]},{"name":"LDAP_OPATT_DO_GARBAGE_COLLECTION","features":[120]},{"name":"LDAP_OPATT_DO_GARBAGE_COLLECTION_W","features":[120]},{"name":"LDAP_OPATT_DS_SERVICE_NAME","features":[120]},{"name":"LDAP_OPATT_DS_SERVICE_NAME_W","features":[120]},{"name":"LDAP_OPATT_FIXUP_INHERITANCE","features":[120]},{"name":"LDAP_OPATT_FIXUP_INHERITANCE_W","features":[120]},{"name":"LDAP_OPATT_HIGHEST_COMMITTED_USN","features":[120]},{"name":"LDAP_OPATT_HIGHEST_COMMITTED_USN_W","features":[120]},{"name":"LDAP_OPATT_INVALIDATE_RID_POOL","features":[120]},{"name":"LDAP_OPATT_INVALIDATE_RID_POOL_W","features":[120]},{"name":"LDAP_OPATT_LDAP_SERVICE_NAME","features":[120]},{"name":"LDAP_OPATT_LDAP_SERVICE_NAME_W","features":[120]},{"name":"LDAP_OPATT_NAMING_CONTEXTS","features":[120]},{"name":"LDAP_OPATT_NAMING_CONTEXTS_W","features":[120]},{"name":"LDAP_OPATT_RECALC_HIERARCHY","features":[120]},{"name":"LDAP_OPATT_RECALC_HIERARCHY_W","features":[120]},{"name":"LDAP_OPATT_ROOT_DOMAIN_NAMING_CONTEXT","features":[120]},{"name":"LDAP_OPATT_ROOT_DOMAIN_NAMING_CONTEXT_W","features":[120]},{"name":"LDAP_OPATT_SCHEMA_NAMING_CONTEXT","features":[120]},{"name":"LDAP_OPATT_SCHEMA_NAMING_CONTEXT_W","features":[120]},{"name":"LDAP_OPATT_SCHEMA_UPDATE_NOW","features":[120]},{"name":"LDAP_OPATT_SCHEMA_UPDATE_NOW_W","features":[120]},{"name":"LDAP_OPATT_SERVER_NAME","features":[120]},{"name":"LDAP_OPATT_SERVER_NAME_W","features":[120]},{"name":"LDAP_OPATT_SUBSCHEMA_SUBENTRY","features":[120]},{"name":"LDAP_OPATT_SUBSCHEMA_SUBENTRY_W","features":[120]},{"name":"LDAP_OPATT_SUPPORTED_CAPABILITIES","features":[120]},{"name":"LDAP_OPATT_SUPPORTED_CAPABILITIES_W","features":[120]},{"name":"LDAP_OPATT_SUPPORTED_CONTROL","features":[120]},{"name":"LDAP_OPATT_SUPPORTED_CONTROL_W","features":[120]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_POLICIES","features":[120]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_POLICIES_W","features":[120]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_VERSION","features":[120]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_VERSION_W","features":[120]},{"name":"LDAP_OPATT_SUPPORTED_SASL_MECHANISM","features":[120]},{"name":"LDAP_OPATT_SUPPORTED_SASL_MECHANISM_W","features":[120]},{"name":"LDAP_OPERATIONS_ERROR","features":[120]},{"name":"LDAP_OPT_API_FEATURE_INFO","features":[120]},{"name":"LDAP_OPT_API_INFO","features":[120]},{"name":"LDAP_OPT_AREC_EXCLUSIVE","features":[120]},{"name":"LDAP_OPT_AUTO_RECONNECT","features":[120]},{"name":"LDAP_OPT_CACHE_ENABLE","features":[120]},{"name":"LDAP_OPT_CACHE_FN_PTRS","features":[120]},{"name":"LDAP_OPT_CACHE_STRATEGY","features":[120]},{"name":"LDAP_OPT_CHASE_REFERRALS","features":[120]},{"name":"LDAP_OPT_CLDAP_TIMEOUT","features":[120]},{"name":"LDAP_OPT_CLDAP_TRIES","features":[120]},{"name":"LDAP_OPT_CLIENT_CERTIFICATE","features":[120]},{"name":"LDAP_OPT_DEREF","features":[120]},{"name":"LDAP_OPT_DESC","features":[120]},{"name":"LDAP_OPT_DNS","features":[120]},{"name":"LDAP_OPT_DNSDOMAIN_NAME","features":[120]},{"name":"LDAP_OPT_ENCRYPT","features":[120]},{"name":"LDAP_OPT_ERROR_NUMBER","features":[120]},{"name":"LDAP_OPT_ERROR_STRING","features":[120]},{"name":"LDAP_OPT_FAST_CONCURRENT_BIND","features":[120]},{"name":"LDAP_OPT_GETDSNAME_FLAGS","features":[120]},{"name":"LDAP_OPT_HOST_NAME","features":[120]},{"name":"LDAP_OPT_HOST_REACHABLE","features":[120]},{"name":"LDAP_OPT_IO_FN_PTRS","features":[120]},{"name":"LDAP_OPT_PING_KEEP_ALIVE","features":[120]},{"name":"LDAP_OPT_PING_LIMIT","features":[120]},{"name":"LDAP_OPT_PING_WAIT_TIME","features":[120]},{"name":"LDAP_OPT_PROMPT_CREDENTIALS","features":[120]},{"name":"LDAP_OPT_PROTOCOL_VERSION","features":[120]},{"name":"LDAP_OPT_REBIND_ARG","features":[120]},{"name":"LDAP_OPT_REBIND_FN","features":[120]},{"name":"LDAP_OPT_REFERRALS","features":[120]},{"name":"LDAP_OPT_REFERRAL_CALLBACK","features":[120]},{"name":"LDAP_OPT_REFERRAL_HOP_LIMIT","features":[120]},{"name":"LDAP_OPT_REF_DEREF_CONN_PER_MSG","features":[120]},{"name":"LDAP_OPT_RESTART","features":[120]},{"name":"LDAP_OPT_RETURN_REFS","features":[120]},{"name":"LDAP_OPT_ROOTDSE_CACHE","features":[120]},{"name":"LDAP_OPT_SASL_METHOD","features":[120]},{"name":"LDAP_OPT_SCH_FLAGS","features":[120]},{"name":"LDAP_OPT_SECURITY_CONTEXT","features":[120]},{"name":"LDAP_OPT_SEND_TIMEOUT","features":[120]},{"name":"LDAP_OPT_SERVER_CERTIFICATE","features":[120]},{"name":"LDAP_OPT_SERVER_ERROR","features":[120]},{"name":"LDAP_OPT_SERVER_EXT_ERROR","features":[120]},{"name":"LDAP_OPT_SIGN","features":[120]},{"name":"LDAP_OPT_SIZELIMIT","features":[120]},{"name":"LDAP_OPT_SOCKET_BIND_ADDRESSES","features":[120]},{"name":"LDAP_OPT_SSL","features":[120]},{"name":"LDAP_OPT_SSL_INFO","features":[120]},{"name":"LDAP_OPT_SSPI_FLAGS","features":[120]},{"name":"LDAP_OPT_TCP_KEEPALIVE","features":[120]},{"name":"LDAP_OPT_THREAD_FN_PTRS","features":[120]},{"name":"LDAP_OPT_TIMELIMIT","features":[120]},{"name":"LDAP_OPT_TLS","features":[120]},{"name":"LDAP_OPT_TLS_INFO","features":[120]},{"name":"LDAP_OPT_VERSION","features":[120]},{"name":"LDAP_OTHER","features":[120]},{"name":"LDAP_PAGED_RESULT_OID_STRING","features":[120]},{"name":"LDAP_PAGED_RESULT_OID_STRING_W","features":[120]},{"name":"LDAP_PARAM_ERROR","features":[120]},{"name":"LDAP_PARTIAL_RESULTS","features":[120]},{"name":"LDAP_POLICYHINT_APPLY_FULLPWDPOLICY","features":[120]},{"name":"LDAP_PORT","features":[120]},{"name":"LDAP_PROTOCOL_ERROR","features":[120]},{"name":"LDAP_REFERRAL","features":[120]},{"name":"LDAP_REFERRAL_CALLBACK","features":[1,120]},{"name":"LDAP_REFERRAL_LIMIT_EXCEEDED","features":[120]},{"name":"LDAP_REFERRAL_V2","features":[120]},{"name":"LDAP_RESULTS_TOO_LARGE","features":[120]},{"name":"LDAP_RES_ADD","features":[120]},{"name":"LDAP_RES_ANY","features":[120]},{"name":"LDAP_RES_BIND","features":[120]},{"name":"LDAP_RES_COMPARE","features":[120]},{"name":"LDAP_RES_DELETE","features":[120]},{"name":"LDAP_RES_EXTENDED","features":[120]},{"name":"LDAP_RES_MODIFY","features":[120]},{"name":"LDAP_RES_MODRDN","features":[120]},{"name":"LDAP_RES_REFERRAL","features":[120]},{"name":"LDAP_RES_SEARCH_ENTRY","features":[120]},{"name":"LDAP_RES_SEARCH_RESULT","features":[120]},{"name":"LDAP_RES_SESSION","features":[120]},{"name":"LDAP_RETCODE","features":[120]},{"name":"LDAP_SASL_BIND_IN_PROGRESS","features":[120]},{"name":"LDAP_SCOPE_BASE","features":[120]},{"name":"LDAP_SCOPE_ONELEVEL","features":[120]},{"name":"LDAP_SCOPE_SUBTREE","features":[120]},{"name":"LDAP_SEARCH_CMD","features":[120]},{"name":"LDAP_SEARCH_HINT_INDEX_ONLY_OID","features":[120]},{"name":"LDAP_SEARCH_HINT_INDEX_ONLY_OID_W","features":[120]},{"name":"LDAP_SEARCH_HINT_REQUIRED_INDEX_OID","features":[120]},{"name":"LDAP_SEARCH_HINT_REQUIRED_INDEX_OID_W","features":[120]},{"name":"LDAP_SEARCH_HINT_SOFT_SIZE_LIMIT_OID","features":[120]},{"name":"LDAP_SEARCH_HINT_SOFT_SIZE_LIMIT_OID_W","features":[120]},{"name":"LDAP_SERVER_ASQ_OID","features":[120]},{"name":"LDAP_SERVER_ASQ_OID_W","features":[120]},{"name":"LDAP_SERVER_BATCH_REQUEST_OID","features":[120]},{"name":"LDAP_SERVER_BATCH_REQUEST_OID_W","features":[120]},{"name":"LDAP_SERVER_BYPASS_QUOTA_OID","features":[120]},{"name":"LDAP_SERVER_BYPASS_QUOTA_OID_W","features":[120]},{"name":"LDAP_SERVER_CROSSDOM_MOVE_TARGET_OID","features":[120]},{"name":"LDAP_SERVER_CROSSDOM_MOVE_TARGET_OID_W","features":[120]},{"name":"LDAP_SERVER_DIRSYNC_EX_OID","features":[120]},{"name":"LDAP_SERVER_DIRSYNC_EX_OID_W","features":[120]},{"name":"LDAP_SERVER_DIRSYNC_OID","features":[120]},{"name":"LDAP_SERVER_DIRSYNC_OID_W","features":[120]},{"name":"LDAP_SERVER_DN_INPUT_OID","features":[120]},{"name":"LDAP_SERVER_DN_INPUT_OID_W","features":[120]},{"name":"LDAP_SERVER_DOMAIN_SCOPE_OID","features":[120]},{"name":"LDAP_SERVER_DOMAIN_SCOPE_OID_W","features":[120]},{"name":"LDAP_SERVER_DOWN","features":[120]},{"name":"LDAP_SERVER_EXPECTED_ENTRY_COUNT_OID","features":[120]},{"name":"LDAP_SERVER_EXPECTED_ENTRY_COUNT_OID_W","features":[120]},{"name":"LDAP_SERVER_EXTENDED_DN_OID","features":[120]},{"name":"LDAP_SERVER_EXTENDED_DN_OID_W","features":[120]},{"name":"LDAP_SERVER_FAST_BIND_OID","features":[120]},{"name":"LDAP_SERVER_FAST_BIND_OID_W","features":[120]},{"name":"LDAP_SERVER_FORCE_UPDATE_OID","features":[120]},{"name":"LDAP_SERVER_FORCE_UPDATE_OID_W","features":[120]},{"name":"LDAP_SERVER_GET_STATS_OID","features":[120]},{"name":"LDAP_SERVER_GET_STATS_OID_W","features":[120]},{"name":"LDAP_SERVER_LAZY_COMMIT_OID","features":[120]},{"name":"LDAP_SERVER_LAZY_COMMIT_OID_W","features":[120]},{"name":"LDAP_SERVER_LINK_TTL_OID","features":[120]},{"name":"LDAP_SERVER_LINK_TTL_OID_W","features":[120]},{"name":"LDAP_SERVER_NOTIFICATION_OID","features":[120]},{"name":"LDAP_SERVER_NOTIFICATION_OID_W","features":[120]},{"name":"LDAP_SERVER_PERMISSIVE_MODIFY_OID","features":[120]},{"name":"LDAP_SERVER_PERMISSIVE_MODIFY_OID_W","features":[120]},{"name":"LDAP_SERVER_POLICY_HINTS_DEPRECATED_OID","features":[120]},{"name":"LDAP_SERVER_POLICY_HINTS_DEPRECATED_OID_W","features":[120]},{"name":"LDAP_SERVER_POLICY_HINTS_OID","features":[120]},{"name":"LDAP_SERVER_POLICY_HINTS_OID_W","features":[120]},{"name":"LDAP_SERVER_QUOTA_CONTROL_OID","features":[120]},{"name":"LDAP_SERVER_QUOTA_CONTROL_OID_W","features":[120]},{"name":"LDAP_SERVER_RANGE_OPTION_OID","features":[120]},{"name":"LDAP_SERVER_RANGE_OPTION_OID_W","features":[120]},{"name":"LDAP_SERVER_RANGE_RETRIEVAL_NOERR_OID","features":[120]},{"name":"LDAP_SERVER_RANGE_RETRIEVAL_NOERR_OID_W","features":[120]},{"name":"LDAP_SERVER_RESP_SORT_OID","features":[120]},{"name":"LDAP_SERVER_RESP_SORT_OID_W","features":[120]},{"name":"LDAP_SERVER_SD_FLAGS_OID","features":[120]},{"name":"LDAP_SERVER_SD_FLAGS_OID_W","features":[120]},{"name":"LDAP_SERVER_SEARCH_HINTS_OID","features":[120]},{"name":"LDAP_SERVER_SEARCH_HINTS_OID_W","features":[120]},{"name":"LDAP_SERVER_SEARCH_OPTIONS_OID","features":[120]},{"name":"LDAP_SERVER_SEARCH_OPTIONS_OID_W","features":[120]},{"name":"LDAP_SERVER_SET_OWNER_OID","features":[120]},{"name":"LDAP_SERVER_SET_OWNER_OID_W","features":[120]},{"name":"LDAP_SERVER_SHOW_DEACTIVATED_LINK_OID","features":[120]},{"name":"LDAP_SERVER_SHOW_DEACTIVATED_LINK_OID_W","features":[120]},{"name":"LDAP_SERVER_SHOW_DELETED_OID","features":[120]},{"name":"LDAP_SERVER_SHOW_DELETED_OID_W","features":[120]},{"name":"LDAP_SERVER_SHOW_RECYCLED_OID","features":[120]},{"name":"LDAP_SERVER_SHOW_RECYCLED_OID_W","features":[120]},{"name":"LDAP_SERVER_SHUTDOWN_NOTIFY_OID","features":[120]},{"name":"LDAP_SERVER_SHUTDOWN_NOTIFY_OID_W","features":[120]},{"name":"LDAP_SERVER_SORT_OID","features":[120]},{"name":"LDAP_SERVER_SORT_OID_W","features":[120]},{"name":"LDAP_SERVER_TREE_DELETE_EX_OID","features":[120]},{"name":"LDAP_SERVER_TREE_DELETE_EX_OID_W","features":[120]},{"name":"LDAP_SERVER_TREE_DELETE_OID","features":[120]},{"name":"LDAP_SERVER_TREE_DELETE_OID_W","features":[120]},{"name":"LDAP_SERVER_UPDATE_STATS_OID","features":[120]},{"name":"LDAP_SERVER_UPDATE_STATS_OID_W","features":[120]},{"name":"LDAP_SERVER_VERIFY_NAME_OID","features":[120]},{"name":"LDAP_SERVER_VERIFY_NAME_OID_W","features":[120]},{"name":"LDAP_SERVER_WHO_AM_I_OID","features":[120]},{"name":"LDAP_SERVER_WHO_AM_I_OID_W","features":[120]},{"name":"LDAP_SESSION_CMD","features":[120]},{"name":"LDAP_SIZELIMIT_EXCEEDED","features":[120]},{"name":"LDAP_SORT_CONTROL_MISSING","features":[120]},{"name":"LDAP_SSL_GC_PORT","features":[120]},{"name":"LDAP_SSL_PORT","features":[120]},{"name":"LDAP_START_TLS_OID","features":[120]},{"name":"LDAP_START_TLS_OID_W","features":[120]},{"name":"LDAP_STRONG_AUTH_REQUIRED","features":[120]},{"name":"LDAP_SUBSTRING_ANY","features":[120]},{"name":"LDAP_SUBSTRING_FINAL","features":[120]},{"name":"LDAP_SUBSTRING_INITIAL","features":[120]},{"name":"LDAP_SUCCESS","features":[120]},{"name":"LDAP_TIMELIMIT_EXCEEDED","features":[120]},{"name":"LDAP_TIMEOUT","features":[120]},{"name":"LDAP_TIMEVAL","features":[120]},{"name":"LDAP_TTL_EXTENDED_OP_OID","features":[120]},{"name":"LDAP_TTL_EXTENDED_OP_OID_W","features":[120]},{"name":"LDAP_UNAVAILABLE","features":[120]},{"name":"LDAP_UNAVAILABLE_CRIT_EXTENSION","features":[120]},{"name":"LDAP_UNBIND_CMD","features":[120]},{"name":"LDAP_UNDEFINED_TYPE","features":[120]},{"name":"LDAP_UNICODE","features":[120]},{"name":"LDAP_UNWILLING_TO_PERFORM","features":[120]},{"name":"LDAP_UPDATE_STATS_INVOCATIONID_OID","features":[120]},{"name":"LDAP_UPDATE_STATS_INVOCATIONID_OID_W","features":[120]},{"name":"LDAP_UPDATE_STATS_USN_OID","features":[120]},{"name":"LDAP_UPDATE_STATS_USN_OID_W","features":[120]},{"name":"LDAP_USER_CANCELLED","features":[120]},{"name":"LDAP_VENDOR_NAME","features":[120]},{"name":"LDAP_VENDOR_NAME_W","features":[120]},{"name":"LDAP_VENDOR_VERSION","features":[120]},{"name":"LDAP_VERSION","features":[120]},{"name":"LDAP_VERSION1","features":[120]},{"name":"LDAP_VERSION2","features":[120]},{"name":"LDAP_VERSION3","features":[120]},{"name":"LDAP_VERSION_INFO","features":[120]},{"name":"LDAP_VERSION_MAX","features":[120]},{"name":"LDAP_VERSION_MIN","features":[120]},{"name":"LDAP_VIRTUAL_LIST_VIEW_ERROR","features":[120]},{"name":"LDAP_VLVINFO_VERSION","features":[120]},{"name":"LdapGetLastError","features":[120]},{"name":"LdapMapErrorToWin32","features":[1,120]},{"name":"LdapUTF8ToUnicode","features":[120]},{"name":"LdapUnicodeToUTF8","features":[120]},{"name":"NOTIFYOFNEWCONNECTION","features":[1,120]},{"name":"PLDAPSearch","features":[120]},{"name":"QUERYCLIENTCERT","features":[1,120,24,75]},{"name":"QUERYFORCONNECTION","features":[120]},{"name":"SERVER_SEARCH_FLAG_DOMAIN_SCOPE","features":[120]},{"name":"SERVER_SEARCH_FLAG_PHANTOM_ROOT","features":[120]},{"name":"VERIFYSERVERCERT","features":[1,120,75]},{"name":"ber_alloc_t","features":[120]},{"name":"ber_bvdup","features":[120]},{"name":"ber_bvecfree","features":[120]},{"name":"ber_bvfree","features":[120]},{"name":"ber_first_element","features":[120]},{"name":"ber_flatten","features":[120]},{"name":"ber_free","features":[120]},{"name":"ber_init","features":[120]},{"name":"ber_next_element","features":[120]},{"name":"ber_peek_tag","features":[120]},{"name":"ber_printf","features":[120]},{"name":"ber_scanf","features":[120]},{"name":"ber_skip_tag","features":[120]},{"name":"cldap_open","features":[120]},{"name":"cldap_openA","features":[120]},{"name":"cldap_openW","features":[120]},{"name":"ldap_abandon","features":[120]},{"name":"ldap_add","features":[120]},{"name":"ldap_addA","features":[120]},{"name":"ldap_addW","features":[120]},{"name":"ldap_add_ext","features":[1,120]},{"name":"ldap_add_extA","features":[1,120]},{"name":"ldap_add_extW","features":[1,120]},{"name":"ldap_add_ext_s","features":[1,120]},{"name":"ldap_add_ext_sA","features":[1,120]},{"name":"ldap_add_ext_sW","features":[1,120]},{"name":"ldap_add_s","features":[120]},{"name":"ldap_add_sA","features":[120]},{"name":"ldap_add_sW","features":[120]},{"name":"ldap_bind","features":[120]},{"name":"ldap_bindA","features":[120]},{"name":"ldap_bindW","features":[120]},{"name":"ldap_bind_s","features":[120]},{"name":"ldap_bind_sA","features":[120]},{"name":"ldap_bind_sW","features":[120]},{"name":"ldap_check_filterA","features":[120]},{"name":"ldap_check_filterW","features":[120]},{"name":"ldap_cleanup","features":[1,120]},{"name":"ldap_close_extended_op","features":[120]},{"name":"ldap_compare","features":[120]},{"name":"ldap_compareA","features":[120]},{"name":"ldap_compareW","features":[120]},{"name":"ldap_compare_ext","features":[1,120]},{"name":"ldap_compare_extA","features":[1,120]},{"name":"ldap_compare_extW","features":[1,120]},{"name":"ldap_compare_ext_s","features":[1,120]},{"name":"ldap_compare_ext_sA","features":[1,120]},{"name":"ldap_compare_ext_sW","features":[1,120]},{"name":"ldap_compare_s","features":[120]},{"name":"ldap_compare_sA","features":[120]},{"name":"ldap_compare_sW","features":[120]},{"name":"ldap_conn_from_msg","features":[1,120]},{"name":"ldap_connect","features":[120]},{"name":"ldap_control_free","features":[1,120]},{"name":"ldap_control_freeA","features":[1,120]},{"name":"ldap_control_freeW","features":[1,120]},{"name":"ldap_controls_free","features":[1,120]},{"name":"ldap_controls_freeA","features":[1,120]},{"name":"ldap_controls_freeW","features":[1,120]},{"name":"ldap_count_entries","features":[1,120]},{"name":"ldap_count_references","features":[1,120]},{"name":"ldap_count_values","features":[120]},{"name":"ldap_count_valuesA","features":[120]},{"name":"ldap_count_valuesW","features":[120]},{"name":"ldap_count_values_len","features":[120]},{"name":"ldap_create_page_control","features":[1,120]},{"name":"ldap_create_page_controlA","features":[1,120]},{"name":"ldap_create_page_controlW","features":[1,120]},{"name":"ldap_create_sort_control","features":[1,120]},{"name":"ldap_create_sort_controlA","features":[1,120]},{"name":"ldap_create_sort_controlW","features":[1,120]},{"name":"ldap_create_vlv_controlA","features":[1,120]},{"name":"ldap_create_vlv_controlW","features":[1,120]},{"name":"ldap_delete","features":[120]},{"name":"ldap_deleteA","features":[120]},{"name":"ldap_deleteW","features":[120]},{"name":"ldap_delete_ext","features":[1,120]},{"name":"ldap_delete_extA","features":[1,120]},{"name":"ldap_delete_extW","features":[1,120]},{"name":"ldap_delete_ext_s","features":[1,120]},{"name":"ldap_delete_ext_sA","features":[1,120]},{"name":"ldap_delete_ext_sW","features":[1,120]},{"name":"ldap_delete_s","features":[120]},{"name":"ldap_delete_sA","features":[120]},{"name":"ldap_delete_sW","features":[120]},{"name":"ldap_dn2ufn","features":[120]},{"name":"ldap_dn2ufnA","features":[120]},{"name":"ldap_dn2ufnW","features":[120]},{"name":"ldap_encode_sort_controlA","features":[1,120]},{"name":"ldap_encode_sort_controlW","features":[1,120]},{"name":"ldap_err2string","features":[120]},{"name":"ldap_err2stringA","features":[120]},{"name":"ldap_err2stringW","features":[120]},{"name":"ldap_escape_filter_element","features":[120]},{"name":"ldap_escape_filter_elementA","features":[120]},{"name":"ldap_escape_filter_elementW","features":[120]},{"name":"ldap_explode_dn","features":[120]},{"name":"ldap_explode_dnA","features":[120]},{"name":"ldap_explode_dnW","features":[120]},{"name":"ldap_extended_operation","features":[1,120]},{"name":"ldap_extended_operationA","features":[1,120]},{"name":"ldap_extended_operationW","features":[1,120]},{"name":"ldap_extended_operation_sA","features":[1,120]},{"name":"ldap_extended_operation_sW","features":[1,120]},{"name":"ldap_first_attribute","features":[1,120]},{"name":"ldap_first_attributeA","features":[1,120]},{"name":"ldap_first_attributeW","features":[1,120]},{"name":"ldap_first_entry","features":[1,120]},{"name":"ldap_first_reference","features":[1,120]},{"name":"ldap_free_controls","features":[1,120]},{"name":"ldap_free_controlsA","features":[1,120]},{"name":"ldap_free_controlsW","features":[1,120]},{"name":"ldap_get_dn","features":[1,120]},{"name":"ldap_get_dnA","features":[1,120]},{"name":"ldap_get_dnW","features":[1,120]},{"name":"ldap_get_next_page","features":[120]},{"name":"ldap_get_next_page_s","features":[1,120]},{"name":"ldap_get_option","features":[120]},{"name":"ldap_get_optionW","features":[120]},{"name":"ldap_get_paged_count","features":[1,120]},{"name":"ldap_get_values","features":[1,120]},{"name":"ldap_get_valuesA","features":[1,120]},{"name":"ldap_get_valuesW","features":[1,120]},{"name":"ldap_get_values_len","features":[1,120]},{"name":"ldap_get_values_lenA","features":[1,120]},{"name":"ldap_get_values_lenW","features":[1,120]},{"name":"ldap_init","features":[120]},{"name":"ldap_initA","features":[120]},{"name":"ldap_initW","features":[120]},{"name":"ldap_memfree","features":[120]},{"name":"ldap_memfreeA","features":[120]},{"name":"ldap_memfreeW","features":[120]},{"name":"ldap_modify","features":[120]},{"name":"ldap_modifyA","features":[120]},{"name":"ldap_modifyW","features":[120]},{"name":"ldap_modify_ext","features":[1,120]},{"name":"ldap_modify_extA","features":[1,120]},{"name":"ldap_modify_extW","features":[1,120]},{"name":"ldap_modify_ext_s","features":[1,120]},{"name":"ldap_modify_ext_sA","features":[1,120]},{"name":"ldap_modify_ext_sW","features":[1,120]},{"name":"ldap_modify_s","features":[120]},{"name":"ldap_modify_sA","features":[120]},{"name":"ldap_modify_sW","features":[120]},{"name":"ldap_modrdn","features":[120]},{"name":"ldap_modrdn2","features":[120]},{"name":"ldap_modrdn2A","features":[120]},{"name":"ldap_modrdn2W","features":[120]},{"name":"ldap_modrdn2_s","features":[120]},{"name":"ldap_modrdn2_sA","features":[120]},{"name":"ldap_modrdn2_sW","features":[120]},{"name":"ldap_modrdnA","features":[120]},{"name":"ldap_modrdnW","features":[120]},{"name":"ldap_modrdn_s","features":[120]},{"name":"ldap_modrdn_sA","features":[120]},{"name":"ldap_modrdn_sW","features":[120]},{"name":"ldap_msgfree","features":[1,120]},{"name":"ldap_next_attribute","features":[1,120]},{"name":"ldap_next_attributeA","features":[1,120]},{"name":"ldap_next_attributeW","features":[1,120]},{"name":"ldap_next_entry","features":[1,120]},{"name":"ldap_next_reference","features":[1,120]},{"name":"ldap_open","features":[120]},{"name":"ldap_openA","features":[120]},{"name":"ldap_openW","features":[120]},{"name":"ldap_parse_extended_resultA","features":[1,120]},{"name":"ldap_parse_extended_resultW","features":[1,120]},{"name":"ldap_parse_page_control","features":[1,120]},{"name":"ldap_parse_page_controlA","features":[1,120]},{"name":"ldap_parse_page_controlW","features":[1,120]},{"name":"ldap_parse_reference","features":[1,120]},{"name":"ldap_parse_referenceA","features":[1,120]},{"name":"ldap_parse_referenceW","features":[1,120]},{"name":"ldap_parse_result","features":[1,120]},{"name":"ldap_parse_resultA","features":[1,120]},{"name":"ldap_parse_resultW","features":[1,120]},{"name":"ldap_parse_sort_control","features":[1,120]},{"name":"ldap_parse_sort_controlA","features":[1,120]},{"name":"ldap_parse_sort_controlW","features":[1,120]},{"name":"ldap_parse_vlv_controlA","features":[1,120]},{"name":"ldap_parse_vlv_controlW","features":[1,120]},{"name":"ldap_perror","features":[120]},{"name":"ldap_rename_ext","features":[1,120]},{"name":"ldap_rename_extA","features":[1,120]},{"name":"ldap_rename_extW","features":[1,120]},{"name":"ldap_rename_ext_s","features":[1,120]},{"name":"ldap_rename_ext_sA","features":[1,120]},{"name":"ldap_rename_ext_sW","features":[1,120]},{"name":"ldap_result","features":[1,120]},{"name":"ldap_result2error","features":[1,120]},{"name":"ldap_sasl_bindA","features":[1,120]},{"name":"ldap_sasl_bindW","features":[1,120]},{"name":"ldap_sasl_bind_sA","features":[1,120]},{"name":"ldap_sasl_bind_sW","features":[1,120]},{"name":"ldap_search","features":[120]},{"name":"ldap_searchA","features":[120]},{"name":"ldap_searchW","features":[120]},{"name":"ldap_search_abandon_page","features":[120]},{"name":"ldap_search_ext","features":[1,120]},{"name":"ldap_search_extA","features":[1,120]},{"name":"ldap_search_extW","features":[1,120]},{"name":"ldap_search_ext_s","features":[1,120]},{"name":"ldap_search_ext_sA","features":[1,120]},{"name":"ldap_search_ext_sW","features":[1,120]},{"name":"ldap_search_init_page","features":[1,120]},{"name":"ldap_search_init_pageA","features":[1,120]},{"name":"ldap_search_init_pageW","features":[1,120]},{"name":"ldap_search_s","features":[1,120]},{"name":"ldap_search_sA","features":[1,120]},{"name":"ldap_search_sW","features":[1,120]},{"name":"ldap_search_st","features":[1,120]},{"name":"ldap_search_stA","features":[1,120]},{"name":"ldap_search_stW","features":[1,120]},{"name":"ldap_set_dbg_flags","features":[120]},{"name":"ldap_set_dbg_routine","features":[120]},{"name":"ldap_set_option","features":[120]},{"name":"ldap_set_optionW","features":[120]},{"name":"ldap_simple_bind","features":[120]},{"name":"ldap_simple_bindA","features":[120]},{"name":"ldap_simple_bindW","features":[120]},{"name":"ldap_simple_bind_s","features":[120]},{"name":"ldap_simple_bind_sA","features":[120]},{"name":"ldap_simple_bind_sW","features":[120]},{"name":"ldap_sslinit","features":[120]},{"name":"ldap_sslinitA","features":[120]},{"name":"ldap_sslinitW","features":[120]},{"name":"ldap_start_tls_sA","features":[1,120]},{"name":"ldap_start_tls_sW","features":[1,120]},{"name":"ldap_startup","features":[1,120]},{"name":"ldap_stop_tls_s","features":[1,120]},{"name":"ldap_ufn2dn","features":[120]},{"name":"ldap_ufn2dnA","features":[120]},{"name":"ldap_ufn2dnW","features":[120]},{"name":"ldap_unbind","features":[120]},{"name":"ldap_unbind_s","features":[120]},{"name":"ldap_value_free","features":[120]},{"name":"ldap_value_freeA","features":[120]},{"name":"ldap_value_freeW","features":[120]},{"name":"ldap_value_free_len","features":[120]}],"483":[{"name":"WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_ACTION","features":[121]},{"name":"WEB_SOCKET_ACTION_QUEUE","features":[121]},{"name":"WEB_SOCKET_ALLOCATED_BUFFER_PROPERTY_TYPE","features":[121]},{"name":"WEB_SOCKET_ALL_ACTION_QUEUE","features":[121]},{"name":"WEB_SOCKET_BINARY_FRAGMENT_BUFFER_TYPE","features":[121]},{"name":"WEB_SOCKET_BINARY_MESSAGE_BUFFER_TYPE","features":[121]},{"name":"WEB_SOCKET_BUFFER","features":[121]},{"name":"WEB_SOCKET_BUFFER_TYPE","features":[121]},{"name":"WEB_SOCKET_CLOSE_BUFFER_TYPE","features":[121]},{"name":"WEB_SOCKET_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_DISABLE_MASKING_PROPERTY_TYPE","features":[121]},{"name":"WEB_SOCKET_DISABLE_UTF8_VERIFICATION_PROPERTY_TYPE","features":[121]},{"name":"WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_ENDPOINT_UNAVAILABLE_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_HANDLE","features":[121]},{"name":"WEB_SOCKET_HTTP_HEADER","features":[121]},{"name":"WEB_SOCKET_INDICATE_RECEIVE_COMPLETE_ACTION","features":[121]},{"name":"WEB_SOCKET_INDICATE_SEND_COMPLETE_ACTION","features":[121]},{"name":"WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_KEEPALIVE_INTERVAL_PROPERTY_TYPE","features":[121]},{"name":"WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[121]},{"name":"WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_NO_ACTION","features":[121]},{"name":"WEB_SOCKET_PING_PONG_BUFFER_TYPE","features":[121]},{"name":"WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_PROPERTY","features":[121]},{"name":"WEB_SOCKET_PROPERTY_TYPE","features":[121]},{"name":"WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_RECEIVE_ACTION_QUEUE","features":[121]},{"name":"WEB_SOCKET_RECEIVE_BUFFER_SIZE_PROPERTY_TYPE","features":[121]},{"name":"WEB_SOCKET_RECEIVE_FROM_NETWORK_ACTION","features":[121]},{"name":"WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_SEND_ACTION_QUEUE","features":[121]},{"name":"WEB_SOCKET_SEND_BUFFER_SIZE_PROPERTY_TYPE","features":[121]},{"name":"WEB_SOCKET_SEND_TO_NETWORK_ACTION","features":[121]},{"name":"WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_SUPPORTED_VERSIONS_PROPERTY_TYPE","features":[121]},{"name":"WEB_SOCKET_UNSOLICITED_PONG_BUFFER_TYPE","features":[121]},{"name":"WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[121]},{"name":"WEB_SOCKET_UTF8_FRAGMENT_BUFFER_TYPE","features":[121]},{"name":"WEB_SOCKET_UTF8_MESSAGE_BUFFER_TYPE","features":[121]},{"name":"WebSocketAbortHandle","features":[121]},{"name":"WebSocketBeginClientHandshake","features":[121]},{"name":"WebSocketBeginServerHandshake","features":[121]},{"name":"WebSocketCompleteAction","features":[121]},{"name":"WebSocketCreateClientHandle","features":[121]},{"name":"WebSocketCreateServerHandle","features":[121]},{"name":"WebSocketDeleteHandle","features":[121]},{"name":"WebSocketEndClientHandshake","features":[121]},{"name":"WebSocketEndServerHandshake","features":[121]},{"name":"WebSocketGetAction","features":[121]},{"name":"WebSocketGetGlobalProperty","features":[121]},{"name":"WebSocketReceive","features":[121]},{"name":"WebSocketSend","features":[121]}],"484":[{"name":"API_GET_PROXY_FOR_URL","features":[122]},{"name":"API_GET_PROXY_SETTINGS","features":[122]},{"name":"API_QUERY_DATA_AVAILABLE","features":[122]},{"name":"API_READ_DATA","features":[122]},{"name":"API_RECEIVE_RESPONSE","features":[122]},{"name":"API_SEND_REQUEST","features":[122]},{"name":"API_WRITE_DATA","features":[122]},{"name":"AutoLogonPolicy_Always","features":[122]},{"name":"AutoLogonPolicy_Never","features":[122]},{"name":"AutoLogonPolicy_OnlyIfBypassProxy","features":[122]},{"name":"ERROR_WINHTTP_AUTODETECTION_FAILED","features":[122]},{"name":"ERROR_WINHTTP_AUTO_PROXY_SERVICE_ERROR","features":[122]},{"name":"ERROR_WINHTTP_BAD_AUTO_PROXY_SCRIPT","features":[122]},{"name":"ERROR_WINHTTP_CANNOT_CALL_AFTER_OPEN","features":[122]},{"name":"ERROR_WINHTTP_CANNOT_CALL_AFTER_SEND","features":[122]},{"name":"ERROR_WINHTTP_CANNOT_CALL_BEFORE_OPEN","features":[122]},{"name":"ERROR_WINHTTP_CANNOT_CALL_BEFORE_SEND","features":[122]},{"name":"ERROR_WINHTTP_CANNOT_CONNECT","features":[122]},{"name":"ERROR_WINHTTP_CHUNKED_ENCODING_HEADER_SIZE_OVERFLOW","features":[122]},{"name":"ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED","features":[122]},{"name":"ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED_PROXY","features":[122]},{"name":"ERROR_WINHTTP_CLIENT_CERT_NO_ACCESS_PRIVATE_KEY","features":[122]},{"name":"ERROR_WINHTTP_CLIENT_CERT_NO_PRIVATE_KEY","features":[122]},{"name":"ERROR_WINHTTP_CONNECTION_ERROR","features":[122]},{"name":"ERROR_WINHTTP_FEATURE_DISABLED","features":[122]},{"name":"ERROR_WINHTTP_GLOBAL_CALLBACK_FAILED","features":[122]},{"name":"ERROR_WINHTTP_HEADER_ALREADY_EXISTS","features":[122]},{"name":"ERROR_WINHTTP_HEADER_COUNT_EXCEEDED","features":[122]},{"name":"ERROR_WINHTTP_HEADER_NOT_FOUND","features":[122]},{"name":"ERROR_WINHTTP_HEADER_SIZE_OVERFLOW","features":[122]},{"name":"ERROR_WINHTTP_HTTP_PROTOCOL_MISMATCH","features":[122]},{"name":"ERROR_WINHTTP_INCORRECT_HANDLE_STATE","features":[122]},{"name":"ERROR_WINHTTP_INCORRECT_HANDLE_TYPE","features":[122]},{"name":"ERROR_WINHTTP_INTERNAL_ERROR","features":[122]},{"name":"ERROR_WINHTTP_INVALID_HEADER","features":[122]},{"name":"ERROR_WINHTTP_INVALID_OPTION","features":[122]},{"name":"ERROR_WINHTTP_INVALID_QUERY_REQUEST","features":[122]},{"name":"ERROR_WINHTTP_INVALID_SERVER_RESPONSE","features":[122]},{"name":"ERROR_WINHTTP_INVALID_URL","features":[122]},{"name":"ERROR_WINHTTP_LOGIN_FAILURE","features":[122]},{"name":"ERROR_WINHTTP_NAME_NOT_RESOLVED","features":[122]},{"name":"ERROR_WINHTTP_NOT_INITIALIZED","features":[122]},{"name":"ERROR_WINHTTP_OPERATION_CANCELLED","features":[122]},{"name":"ERROR_WINHTTP_OPTION_NOT_SETTABLE","features":[122]},{"name":"ERROR_WINHTTP_OUT_OF_HANDLES","features":[122]},{"name":"ERROR_WINHTTP_REDIRECT_FAILED","features":[122]},{"name":"ERROR_WINHTTP_RESEND_REQUEST","features":[122]},{"name":"ERROR_WINHTTP_RESERVED_189","features":[122]},{"name":"ERROR_WINHTTP_RESPONSE_DRAIN_OVERFLOW","features":[122]},{"name":"ERROR_WINHTTP_SCRIPT_EXECUTION_ERROR","features":[122]},{"name":"ERROR_WINHTTP_SECURE_CERT_CN_INVALID","features":[122]},{"name":"ERROR_WINHTTP_SECURE_CERT_DATE_INVALID","features":[122]},{"name":"ERROR_WINHTTP_SECURE_CERT_REVOKED","features":[122]},{"name":"ERROR_WINHTTP_SECURE_CERT_REV_FAILED","features":[122]},{"name":"ERROR_WINHTTP_SECURE_CERT_WRONG_USAGE","features":[122]},{"name":"ERROR_WINHTTP_SECURE_CHANNEL_ERROR","features":[122]},{"name":"ERROR_WINHTTP_SECURE_FAILURE","features":[122]},{"name":"ERROR_WINHTTP_SECURE_FAILURE_PROXY","features":[122]},{"name":"ERROR_WINHTTP_SECURE_INVALID_CA","features":[122]},{"name":"ERROR_WINHTTP_SECURE_INVALID_CERT","features":[122]},{"name":"ERROR_WINHTTP_SHUTDOWN","features":[122]},{"name":"ERROR_WINHTTP_TIMEOUT","features":[122]},{"name":"ERROR_WINHTTP_UNABLE_TO_DOWNLOAD_SCRIPT","features":[122]},{"name":"ERROR_WINHTTP_UNHANDLED_SCRIPT_TYPE","features":[122]},{"name":"ERROR_WINHTTP_UNRECOGNIZED_SCHEME","features":[122]},{"name":"HTTPREQUEST_PROXYSETTING_DEFAULT","features":[122]},{"name":"HTTPREQUEST_PROXYSETTING_DIRECT","features":[122]},{"name":"HTTPREQUEST_PROXYSETTING_PRECONFIG","features":[122]},{"name":"HTTPREQUEST_PROXYSETTING_PROXY","features":[122]},{"name":"HTTPREQUEST_SETCREDENTIALS_FOR_PROXY","features":[122]},{"name":"HTTPREQUEST_SETCREDENTIALS_FOR_SERVER","features":[122]},{"name":"HTTP_STATUS_ACCEPTED","features":[122]},{"name":"HTTP_STATUS_AMBIGUOUS","features":[122]},{"name":"HTTP_STATUS_BAD_GATEWAY","features":[122]},{"name":"HTTP_STATUS_BAD_METHOD","features":[122]},{"name":"HTTP_STATUS_BAD_REQUEST","features":[122]},{"name":"HTTP_STATUS_CONFLICT","features":[122]},{"name":"HTTP_STATUS_CONTINUE","features":[122]},{"name":"HTTP_STATUS_CREATED","features":[122]},{"name":"HTTP_STATUS_DENIED","features":[122]},{"name":"HTTP_STATUS_FIRST","features":[122]},{"name":"HTTP_STATUS_FORBIDDEN","features":[122]},{"name":"HTTP_STATUS_GATEWAY_TIMEOUT","features":[122]},{"name":"HTTP_STATUS_GONE","features":[122]},{"name":"HTTP_STATUS_LAST","features":[122]},{"name":"HTTP_STATUS_LENGTH_REQUIRED","features":[122]},{"name":"HTTP_STATUS_MOVED","features":[122]},{"name":"HTTP_STATUS_NONE_ACCEPTABLE","features":[122]},{"name":"HTTP_STATUS_NOT_FOUND","features":[122]},{"name":"HTTP_STATUS_NOT_MODIFIED","features":[122]},{"name":"HTTP_STATUS_NOT_SUPPORTED","features":[122]},{"name":"HTTP_STATUS_NO_CONTENT","features":[122]},{"name":"HTTP_STATUS_OK","features":[122]},{"name":"HTTP_STATUS_PARTIAL","features":[122]},{"name":"HTTP_STATUS_PARTIAL_CONTENT","features":[122]},{"name":"HTTP_STATUS_PAYMENT_REQ","features":[122]},{"name":"HTTP_STATUS_PERMANENT_REDIRECT","features":[122]},{"name":"HTTP_STATUS_PRECOND_FAILED","features":[122]},{"name":"HTTP_STATUS_PROXY_AUTH_REQ","features":[122]},{"name":"HTTP_STATUS_REDIRECT","features":[122]},{"name":"HTTP_STATUS_REDIRECT_KEEP_VERB","features":[122]},{"name":"HTTP_STATUS_REDIRECT_METHOD","features":[122]},{"name":"HTTP_STATUS_REQUEST_TIMEOUT","features":[122]},{"name":"HTTP_STATUS_REQUEST_TOO_LARGE","features":[122]},{"name":"HTTP_STATUS_RESET_CONTENT","features":[122]},{"name":"HTTP_STATUS_RETRY_WITH","features":[122]},{"name":"HTTP_STATUS_SERVER_ERROR","features":[122]},{"name":"HTTP_STATUS_SERVICE_UNAVAIL","features":[122]},{"name":"HTTP_STATUS_SWITCH_PROTOCOLS","features":[122]},{"name":"HTTP_STATUS_UNSUPPORTED_MEDIA","features":[122]},{"name":"HTTP_STATUS_URI_TOO_LONG","features":[122]},{"name":"HTTP_STATUS_USE_PROXY","features":[122]},{"name":"HTTP_STATUS_VERSION_NOT_SUP","features":[122]},{"name":"HTTP_STATUS_WEBDAV_MULTI_STATUS","features":[122]},{"name":"HTTP_VERSION_INFO","features":[122]},{"name":"ICU_BROWSER_MODE","features":[122]},{"name":"ICU_DECODE","features":[122]},{"name":"ICU_ENCODE_PERCENT","features":[122]},{"name":"ICU_ENCODE_SPACES_ONLY","features":[122]},{"name":"ICU_ESCAPE","features":[122]},{"name":"ICU_ESCAPE_AUTHORITY","features":[122]},{"name":"ICU_NO_ENCODE","features":[122]},{"name":"ICU_NO_META","features":[122]},{"name":"ICU_REJECT_USERPWD","features":[122]},{"name":"INTERNET_DEFAULT_HTTPS_PORT","features":[122]},{"name":"INTERNET_DEFAULT_HTTP_PORT","features":[122]},{"name":"INTERNET_DEFAULT_PORT","features":[122]},{"name":"IWinHttpRequest","features":[122]},{"name":"IWinHttpRequestEvents","features":[122]},{"name":"NETWORKING_KEY_BUFSIZE","features":[122]},{"name":"SECURITY_FLAG_IGNORE_CERT_CN_INVALID","features":[122]},{"name":"SECURITY_FLAG_IGNORE_CERT_DATE_INVALID","features":[122]},{"name":"SECURITY_FLAG_IGNORE_CERT_WRONG_USAGE","features":[122]},{"name":"SECURITY_FLAG_IGNORE_UNKNOWN_CA","features":[122]},{"name":"SECURITY_FLAG_SECURE","features":[122]},{"name":"SECURITY_FLAG_STRENGTH_MEDIUM","features":[122]},{"name":"SECURITY_FLAG_STRENGTH_STRONG","features":[122]},{"name":"SECURITY_FLAG_STRENGTH_WEAK","features":[122]},{"name":"SecureProtocol_ALL","features":[122]},{"name":"SecureProtocol_SSL2","features":[122]},{"name":"SecureProtocol_SSL3","features":[122]},{"name":"SecureProtocol_TLS1","features":[122]},{"name":"SecureProtocol_TLS1_1","features":[122]},{"name":"SecureProtocol_TLS1_2","features":[122]},{"name":"SslErrorFlag_CertCNInvalid","features":[122]},{"name":"SslErrorFlag_CertDateInvalid","features":[122]},{"name":"SslErrorFlag_CertWrongUsage","features":[122]},{"name":"SslErrorFlag_Ignore_All","features":[122]},{"name":"SslErrorFlag_UnknownCA","features":[122]},{"name":"URL_COMPONENTS","features":[122]},{"name":"WINHTTP_ACCESS_TYPE","features":[122]},{"name":"WINHTTP_ACCESS_TYPE_AUTOMATIC_PROXY","features":[122]},{"name":"WINHTTP_ACCESS_TYPE_DEFAULT_PROXY","features":[122]},{"name":"WINHTTP_ACCESS_TYPE_NAMED_PROXY","features":[122]},{"name":"WINHTTP_ACCESS_TYPE_NO_PROXY","features":[122]},{"name":"WINHTTP_ADDREQ_FLAGS_MASK","features":[122]},{"name":"WINHTTP_ADDREQ_FLAG_ADD","features":[122]},{"name":"WINHTTP_ADDREQ_FLAG_ADD_IF_NEW","features":[122]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE","features":[122]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE_WITH_COMMA","features":[122]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE_WITH_SEMICOLON","features":[122]},{"name":"WINHTTP_ADDREQ_FLAG_REPLACE","features":[122]},{"name":"WINHTTP_ADDREQ_INDEX_MASK","features":[122]},{"name":"WINHTTP_ASYNC_RESULT","features":[122]},{"name":"WINHTTP_AUTH_SCHEME_BASIC","features":[122]},{"name":"WINHTTP_AUTH_SCHEME_DIGEST","features":[122]},{"name":"WINHTTP_AUTH_SCHEME_NEGOTIATE","features":[122]},{"name":"WINHTTP_AUTH_SCHEME_NTLM","features":[122]},{"name":"WINHTTP_AUTH_SCHEME_PASSPORT","features":[122]},{"name":"WINHTTP_AUTH_TARGET_PROXY","features":[122]},{"name":"WINHTTP_AUTH_TARGET_SERVER","features":[122]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_DEFAULT","features":[122]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_HIGH","features":[122]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_LOW","features":[122]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_MAX","features":[122]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_MEDIUM","features":[122]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_PROXY_ONLY","features":[122]},{"name":"WINHTTP_AUTOPROXY_ALLOW_AUTOCONFIG","features":[122]},{"name":"WINHTTP_AUTOPROXY_ALLOW_CM","features":[122]},{"name":"WINHTTP_AUTOPROXY_ALLOW_STATIC","features":[122]},{"name":"WINHTTP_AUTOPROXY_AUTO_DETECT","features":[122]},{"name":"WINHTTP_AUTOPROXY_CONFIG_URL","features":[122]},{"name":"WINHTTP_AUTOPROXY_HOST_KEEPCASE","features":[122]},{"name":"WINHTTP_AUTOPROXY_HOST_LOWERCASE","features":[122]},{"name":"WINHTTP_AUTOPROXY_NO_CACHE_CLIENT","features":[122]},{"name":"WINHTTP_AUTOPROXY_NO_CACHE_SVC","features":[122]},{"name":"WINHTTP_AUTOPROXY_NO_DIRECTACCESS","features":[122]},{"name":"WINHTTP_AUTOPROXY_OPTIONS","features":[1,122]},{"name":"WINHTTP_AUTOPROXY_RUN_INPROCESS","features":[122]},{"name":"WINHTTP_AUTOPROXY_RUN_OUTPROCESS_ONLY","features":[122]},{"name":"WINHTTP_AUTOPROXY_SORT_RESULTS","features":[122]},{"name":"WINHTTP_AUTOPROXY_USE_INTERFACE_CONFIG","features":[122]},{"name":"WINHTTP_AUTO_DETECT_TYPE_DHCP","features":[122]},{"name":"WINHTTP_AUTO_DETECT_TYPE_DNS_A","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_ALL_NOTIFICATIONS","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_DATA_AVAILABLE","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_DETECTING_PROXY","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_GETPROXYFORURL_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_GETPROXYSETTINGS_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_HEADERS_AVAILABLE","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_INTERMEDIATE_RESPONSE","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_READ_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_REDIRECT","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_REQUEST_ERROR","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_SECURE_FAILURE","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_SENDREQUEST_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_FLAG_WRITE_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_CLOSE_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_CLOSING_CONNECTION","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTED_TO_SERVER","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTING_TO_SERVER","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTION_CLOSED","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_DATA_AVAILABLE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_DETECTING_PROXY","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_CN_INVALID","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_DATE_INVALID","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_REVOKED","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_REV_FAILED","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_WRONG_USAGE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_INVALID_CA","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_INVALID_CERT","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_SECURITY_CHANNEL_ERROR","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_GETPROXYFORURL_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_GETPROXYSETTINGS_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_HANDLE_CLOSING","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_HANDLE_CREATED","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_HEADERS_AVAILABLE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_INTERMEDIATE_RESPONSE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_NAME_RESOLVED","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_READ_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_RECEIVING_RESPONSE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_REDIRECT","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_REQUEST_ERROR","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_REQUEST_SENT","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_RESOLVING_NAME","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_RESPONSE_RECEIVED","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_SECURE_FAILURE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_SENDING_REQUEST","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_SENDREQUEST_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_SETTINGS_READ_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_SETTINGS_WRITE_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_SHUTDOWN_COMPLETE","features":[122]},{"name":"WINHTTP_CALLBACK_STATUS_WRITE_COMPLETE","features":[122]},{"name":"WINHTTP_CERTIFICATE_INFO","features":[1,122]},{"name":"WINHTTP_CONNECTION_GROUP","features":[122]},{"name":"WINHTTP_CONNECTION_INFO","features":[122,16]},{"name":"WINHTTP_CONNECTION_INFO","features":[122,16]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_408","features":[122]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_SSL_HANDSHAKE","features":[122]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_STALE_CONNECTION","features":[122]},{"name":"WINHTTP_CONNS_PER_SERVER_UNLIMITED","features":[122]},{"name":"WINHTTP_CREDS","features":[122]},{"name":"WINHTTP_CREDS_AUTHSCHEME","features":[122]},{"name":"WINHTTP_CREDS_EX","features":[122]},{"name":"WINHTTP_CURRENT_USER_IE_PROXY_CONFIG","features":[1,122]},{"name":"WINHTTP_DECOMPRESSION_FLAG_DEFLATE","features":[122]},{"name":"WINHTTP_DECOMPRESSION_FLAG_GZIP","features":[122]},{"name":"WINHTTP_DISABLE_AUTHENTICATION","features":[122]},{"name":"WINHTTP_DISABLE_COOKIES","features":[122]},{"name":"WINHTTP_DISABLE_KEEP_ALIVE","features":[122]},{"name":"WINHTTP_DISABLE_PASSPORT_AUTH","features":[122]},{"name":"WINHTTP_DISABLE_PASSPORT_KEYRING","features":[122]},{"name":"WINHTTP_DISABLE_REDIRECTS","features":[122]},{"name":"WINHTTP_DISABLE_SPN_SERVER_PORT","features":[122]},{"name":"WINHTTP_ENABLE_PASSPORT_AUTH","features":[122]},{"name":"WINHTTP_ENABLE_PASSPORT_KEYRING","features":[122]},{"name":"WINHTTP_ENABLE_SPN_SERVER_PORT","features":[122]},{"name":"WINHTTP_ENABLE_SSL_REVERT_IMPERSONATION","features":[122]},{"name":"WINHTTP_ENABLE_SSL_REVOCATION","features":[122]},{"name":"WINHTTP_ERROR_BASE","features":[122]},{"name":"WINHTTP_ERROR_LAST","features":[122]},{"name":"WINHTTP_EXTENDED_HEADER","features":[122]},{"name":"WINHTTP_EXTENDED_HEADER_FLAG_UNICODE","features":[122]},{"name":"WINHTTP_FAILED_CONNECTION_RETRIES","features":[122]},{"name":"WINHTTP_FEATURE_ADD_REQUEST_HEADERS_EX","features":[122]},{"name":"WINHTTP_FEATURE_BACKGROUND_CONNECTIONS","features":[122]},{"name":"WINHTTP_FEATURE_CONNECTION_GUID","features":[122]},{"name":"WINHTTP_FEATURE_CONNECTION_STATS_V0","features":[122]},{"name":"WINHTTP_FEATURE_CONNECTION_STATS_V1","features":[122]},{"name":"WINHTTP_FEATURE_DISABLE_CERT_CHAIN_BUILDING","features":[122]},{"name":"WINHTTP_FEATURE_DISABLE_PROXY_AUTH_SCHEMES","features":[122]},{"name":"WINHTTP_FEATURE_DISABLE_SECURE_PROTOCOL_FALLBACK","features":[122]},{"name":"WINHTTP_FEATURE_DISABLE_STREAM_QUEUE","features":[122]},{"name":"WINHTTP_FEATURE_ENABLE_HTTP2_PLUS_CLIENT_CERT","features":[122]},{"name":"WINHTTP_FEATURE_EXPIRE_CONNECTION","features":[122]},{"name":"WINHTTP_FEATURE_EXTENDED_HEADER_FLAG_UNICODE","features":[122]},{"name":"WINHTTP_FEATURE_FAILED_CONNECTION_RETRIES","features":[122]},{"name":"WINHTTP_FEATURE_FIRST_AVAILABLE_CONNECTION","features":[122]},{"name":"WINHTTP_FEATURE_FLAG_AUTOMATIC_CHUNKING","features":[122]},{"name":"WINHTTP_FEATURE_FLAG_SECURE_DEFAULTS","features":[122]},{"name":"WINHTTP_FEATURE_FREE_QUERY_CONNECTION_GROUP_RESULT","features":[122]},{"name":"WINHTTP_FEATURE_HTTP2_KEEPALIVE","features":[122]},{"name":"WINHTTP_FEATURE_HTTP2_PLUS_TRANSFER_ENCODING","features":[122]},{"name":"WINHTTP_FEATURE_HTTP2_RECEIVE_WINDOW","features":[122]},{"name":"WINHTTP_FEATURE_HTTP3_HANDSHAKE_TIMEOUT","features":[122]},{"name":"WINHTTP_FEATURE_HTTP3_INITIAL_RTT","features":[122]},{"name":"WINHTTP_FEATURE_HTTP3_KEEPALIVE","features":[122]},{"name":"WINHTTP_FEATURE_HTTP3_STREAM_ERROR_CODE","features":[122]},{"name":"WINHTTP_FEATURE_HTTP_PROTOCOL_REQUIRED","features":[122]},{"name":"WINHTTP_FEATURE_IGNORE_CERT_REVOCATION_OFFLINE","features":[122]},{"name":"WINHTTP_FEATURE_IPV6_FAST_FALLBACK","features":[122]},{"name":"WINHTTP_FEATURE_IS_FEATURE_SUPPORTED","features":[122]},{"name":"WINHTTP_FEATURE_MATCH_CONNECTION_GUID","features":[122]},{"name":"WINHTTP_FEATURE_MATCH_CONNECTION_GUID_FLAG_REQUIRE_MARKED_CONNECTION","features":[122]},{"name":"WINHTTP_FEATURE_QUERY_CONNECTION_GROUP","features":[122]},{"name":"WINHTTP_FEATURE_QUERY_CONNECTION_GROUP_FLAG_INSECURE","features":[122]},{"name":"WINHTTP_FEATURE_QUERY_EX_ALL_HEADERS","features":[122]},{"name":"WINHTTP_FEATURE_QUERY_FLAG_TRAILERS","features":[122]},{"name":"WINHTTP_FEATURE_QUERY_FLAG_WIRE_ENCODING","features":[122]},{"name":"WINHTTP_FEATURE_QUERY_HEADERS_EX","features":[122]},{"name":"WINHTTP_FEATURE_QUIC_STATS","features":[122]},{"name":"WINHTTP_FEATURE_READ_DATA_EX","features":[122]},{"name":"WINHTTP_FEATURE_READ_DATA_EX_FLAG_FILL_BUFFER","features":[122]},{"name":"WINHTTP_FEATURE_REFERER_TOKEN_BINDING_HOSTNAME","features":[122]},{"name":"WINHTTP_FEATURE_REQUEST_ANNOTATION","features":[122]},{"name":"WINHTTP_FEATURE_REQUEST_STATS","features":[122]},{"name":"WINHTTP_FEATURE_REQUEST_TIMES","features":[122]},{"name":"WINHTTP_FEATURE_REQUIRE_STREAM_END","features":[122]},{"name":"WINHTTP_FEATURE_RESOLUTION_HOSTNAME","features":[122]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG","features":[122]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_BYPASS_CACHE","features":[122]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_CONN_USE_TTL","features":[122]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_SOFT_LIMIT","features":[122]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_USE_DNS_TTL","features":[122]},{"name":"WINHTTP_FEATURE_REVERT_IMPERSONATION_SERVER_CERT","features":[122]},{"name":"WINHTTP_FEATURE_SECURITY_FLAG_IGNORE_ALL_CERT_ERRORS","features":[122]},{"name":"WINHTTP_FEATURE_SECURITY_INFO","features":[122]},{"name":"WINHTTP_FEATURE_SERVER_CERT_CHAIN_CONTEXT","features":[122]},{"name":"WINHTTP_FEATURE_SET_PROXY_SETINGS_PER_USER","features":[122]},{"name":"WINHTTP_FEATURE_SET_TOKEN_BINDING","features":[122]},{"name":"WINHTTP_FEATURE_STREAM_ERROR_CODE","features":[122]},{"name":"WINHTTP_FEATURE_TCP_FAST_OPEN","features":[122]},{"name":"WINHTTP_FEATURE_TCP_KEEPALIVE","features":[122]},{"name":"WINHTTP_FEATURE_TCP_PRIORITY_STATUS","features":[122]},{"name":"WINHTTP_FEATURE_TLS_FALSE_START","features":[122]},{"name":"WINHTTP_FEATURE_TLS_PROTOCOL_INSECURE_FALLBACK","features":[122]},{"name":"WINHTTP_FEATURE_TOKEN_BINDING_PUBLIC_KEY","features":[122]},{"name":"WINHTTP_FLAG_ASYNC","features":[122]},{"name":"WINHTTP_FLAG_AUTOMATIC_CHUNKING","features":[122]},{"name":"WINHTTP_FLAG_BYPASS_PROXY_CACHE","features":[122]},{"name":"WINHTTP_FLAG_ESCAPE_DISABLE","features":[122]},{"name":"WINHTTP_FLAG_ESCAPE_DISABLE_QUERY","features":[122]},{"name":"WINHTTP_FLAG_ESCAPE_PERCENT","features":[122]},{"name":"WINHTTP_FLAG_NULL_CODEPAGE","features":[122]},{"name":"WINHTTP_FLAG_REFRESH","features":[122]},{"name":"WINHTTP_FLAG_SECURE","features":[122]},{"name":"WINHTTP_FLAG_SECURE_DEFAULTS","features":[122]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_SSL2","features":[122]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_SSL3","features":[122]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1","features":[122]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_1","features":[122]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2","features":[122]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_3","features":[122]},{"name":"WINHTTP_HANDLE_TYPE_CONNECT","features":[122]},{"name":"WINHTTP_HANDLE_TYPE_PROXY_RESOLVER","features":[122]},{"name":"WINHTTP_HANDLE_TYPE_REQUEST","features":[122]},{"name":"WINHTTP_HANDLE_TYPE_SESSION","features":[122]},{"name":"WINHTTP_HANDLE_TYPE_WEBSOCKET","features":[122]},{"name":"WINHTTP_HEADER_NAME","features":[122]},{"name":"WINHTTP_HOST_CONNECTION_GROUP","features":[122]},{"name":"WINHTTP_HTTP2_RECEIVE_WINDOW","features":[122]},{"name":"WINHTTP_IGNORE_REQUEST_TOTAL_LENGTH","features":[122]},{"name":"WINHTTP_INTERNET_SCHEME","features":[122]},{"name":"WINHTTP_INTERNET_SCHEME_FTP","features":[122]},{"name":"WINHTTP_INTERNET_SCHEME_HTTP","features":[122]},{"name":"WINHTTP_INTERNET_SCHEME_HTTPS","features":[122]},{"name":"WINHTTP_INTERNET_SCHEME_SOCKS","features":[122]},{"name":"WINHTTP_LAST_OPTION","features":[122]},{"name":"WINHTTP_MATCH_CONNECTION_GUID","features":[122]},{"name":"WINHTTP_MATCH_CONNECTION_GUID","features":[122]},{"name":"WINHTTP_MATCH_CONNECTION_GUID_FLAGS_MASK","features":[122]},{"name":"WINHTTP_MATCH_CONNECTION_GUID_FLAG_REQUIRE_MARKED_CONNECTION","features":[122]},{"name":"WINHTTP_OPEN_REQUEST_FLAGS","features":[122]},{"name":"WINHTTP_OPTION_ASSURED_NON_BLOCKING_CALLBACKS","features":[122]},{"name":"WINHTTP_OPTION_AUTOLOGON_POLICY","features":[122]},{"name":"WINHTTP_OPTION_BACKGROUND_CONNECTIONS","features":[122]},{"name":"WINHTTP_OPTION_CALLBACK","features":[122]},{"name":"WINHTTP_OPTION_CLIENT_CERT_CONTEXT","features":[122]},{"name":"WINHTTP_OPTION_CLIENT_CERT_ISSUER_LIST","features":[122]},{"name":"WINHTTP_OPTION_CODEPAGE","features":[122]},{"name":"WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH","features":[122]},{"name":"WINHTTP_OPTION_CONNECTION_FILTER","features":[122]},{"name":"WINHTTP_OPTION_CONNECTION_GUID","features":[122]},{"name":"WINHTTP_OPTION_CONNECTION_INFO","features":[122]},{"name":"WINHTTP_OPTION_CONNECTION_STATS_V0","features":[122]},{"name":"WINHTTP_OPTION_CONNECTION_STATS_V1","features":[122]},{"name":"WINHTTP_OPTION_CONNECT_RETRIES","features":[122]},{"name":"WINHTTP_OPTION_CONNECT_TIMEOUT","features":[122]},{"name":"WINHTTP_OPTION_CONTEXT_VALUE","features":[122]},{"name":"WINHTTP_OPTION_DECOMPRESSION","features":[122]},{"name":"WINHTTP_OPTION_DISABLE_CERT_CHAIN_BUILDING","features":[122]},{"name":"WINHTTP_OPTION_DISABLE_FEATURE","features":[122]},{"name":"WINHTTP_OPTION_DISABLE_GLOBAL_POOLING","features":[122]},{"name":"WINHTTP_OPTION_DISABLE_PROXY_AUTH_SCHEMES","features":[122]},{"name":"WINHTTP_OPTION_DISABLE_SECURE_PROTOCOL_FALLBACK","features":[122]},{"name":"WINHTTP_OPTION_DISABLE_STREAM_QUEUE","features":[122]},{"name":"WINHTTP_OPTION_ENABLETRACING","features":[122]},{"name":"WINHTTP_OPTION_ENABLE_FEATURE","features":[122]},{"name":"WINHTTP_OPTION_ENABLE_HTTP2_PLUS_CLIENT_CERT","features":[122]},{"name":"WINHTTP_OPTION_ENABLE_HTTP_PROTOCOL","features":[122]},{"name":"WINHTTP_OPTION_ENCODE_EXTRA","features":[122]},{"name":"WINHTTP_OPTION_EXPIRE_CONNECTION","features":[122]},{"name":"WINHTTP_OPTION_EXTENDED_ERROR","features":[122]},{"name":"WINHTTP_OPTION_FAILED_CONNECTION_RETRIES","features":[122]},{"name":"WINHTTP_OPTION_FEATURE_SUPPORTED","features":[122]},{"name":"WINHTTP_OPTION_FIRST_AVAILABLE_CONNECTION","features":[122]},{"name":"WINHTTP_OPTION_GLOBAL_PROXY_CREDS","features":[122]},{"name":"WINHTTP_OPTION_GLOBAL_SERVER_CREDS","features":[122]},{"name":"WINHTTP_OPTION_HANDLE_TYPE","features":[122]},{"name":"WINHTTP_OPTION_HTTP2_KEEPALIVE","features":[122]},{"name":"WINHTTP_OPTION_HTTP2_PLUS_TRANSFER_ENCODING","features":[122]},{"name":"WINHTTP_OPTION_HTTP2_RECEIVE_WINDOW","features":[122]},{"name":"WINHTTP_OPTION_HTTP3_HANDSHAKE_TIMEOUT","features":[122]},{"name":"WINHTTP_OPTION_HTTP3_INITIAL_RTT","features":[122]},{"name":"WINHTTP_OPTION_HTTP3_KEEPALIVE","features":[122]},{"name":"WINHTTP_OPTION_HTTP3_STREAM_ERROR_CODE","features":[122]},{"name":"WINHTTP_OPTION_HTTP_PROTOCOL_REQUIRED","features":[122]},{"name":"WINHTTP_OPTION_HTTP_PROTOCOL_USED","features":[122]},{"name":"WINHTTP_OPTION_HTTP_VERSION","features":[122]},{"name":"WINHTTP_OPTION_IGNORE_CERT_REVOCATION_OFFLINE","features":[122]},{"name":"WINHTTP_OPTION_IPV6_FAST_FALLBACK","features":[122]},{"name":"WINHTTP_OPTION_IS_PROXY_CONNECT_RESPONSE","features":[122]},{"name":"WINHTTP_OPTION_KDC_PROXY_SETTINGS","features":[122]},{"name":"WINHTTP_OPTION_MATCH_CONNECTION_GUID","features":[122]},{"name":"WINHTTP_OPTION_MAX_CONNS_PER_1_0_SERVER","features":[122]},{"name":"WINHTTP_OPTION_MAX_CONNS_PER_SERVER","features":[122]},{"name":"WINHTTP_OPTION_MAX_HTTP_AUTOMATIC_REDIRECTS","features":[122]},{"name":"WINHTTP_OPTION_MAX_HTTP_STATUS_CONTINUE","features":[122]},{"name":"WINHTTP_OPTION_MAX_RESPONSE_DRAIN_SIZE","features":[122]},{"name":"WINHTTP_OPTION_MAX_RESPONSE_HEADER_SIZE","features":[122]},{"name":"WINHTTP_OPTION_NETWORK_INTERFACE_AFFINITY","features":[122]},{"name":"WINHTTP_OPTION_PARENT_HANDLE","features":[122]},{"name":"WINHTTP_OPTION_PASSPORT_COBRANDING_TEXT","features":[122]},{"name":"WINHTTP_OPTION_PASSPORT_COBRANDING_URL","features":[122]},{"name":"WINHTTP_OPTION_PASSPORT_RETURN_URL","features":[122]},{"name":"WINHTTP_OPTION_PASSPORT_SIGN_OUT","features":[122]},{"name":"WINHTTP_OPTION_PASSWORD","features":[122]},{"name":"WINHTTP_OPTION_PROXY","features":[122]},{"name":"WINHTTP_OPTION_PROXY_DISABLE_SERVICE_CALLS","features":[122]},{"name":"WINHTTP_OPTION_PROXY_PASSWORD","features":[122]},{"name":"WINHTTP_OPTION_PROXY_RESULT_ENTRY","features":[122]},{"name":"WINHTTP_OPTION_PROXY_SPN_USED","features":[122]},{"name":"WINHTTP_OPTION_PROXY_USERNAME","features":[122]},{"name":"WINHTTP_OPTION_QUIC_STATS","features":[122]},{"name":"WINHTTP_OPTION_READ_BUFFER_SIZE","features":[122]},{"name":"WINHTTP_OPTION_RECEIVE_PROXY_CONNECT_RESPONSE","features":[122]},{"name":"WINHTTP_OPTION_RECEIVE_RESPONSE_TIMEOUT","features":[122]},{"name":"WINHTTP_OPTION_RECEIVE_TIMEOUT","features":[122]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY","features":[122]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_ALWAYS","features":[122]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_DEFAULT","features":[122]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_DISALLOW_HTTPS_TO_HTTP","features":[122]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_LAST","features":[122]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_NEVER","features":[122]},{"name":"WINHTTP_OPTION_REFERER_TOKEN_BINDING_HOSTNAME","features":[122]},{"name":"WINHTTP_OPTION_REJECT_USERPWD_IN_URL","features":[122]},{"name":"WINHTTP_OPTION_REQUEST_ANNOTATION","features":[122]},{"name":"WINHTTP_OPTION_REQUEST_ANNOTATION_MAX_LENGTH","features":[122]},{"name":"WINHTTP_OPTION_REQUEST_PRIORITY","features":[122]},{"name":"WINHTTP_OPTION_REQUEST_STATS","features":[122]},{"name":"WINHTTP_OPTION_REQUEST_TIMES","features":[122]},{"name":"WINHTTP_OPTION_REQUIRE_STREAM_END","features":[122]},{"name":"WINHTTP_OPTION_RESOLUTION_HOSTNAME","features":[122]},{"name":"WINHTTP_OPTION_RESOLVER_CACHE_CONFIG","features":[122]},{"name":"WINHTTP_OPTION_RESOLVE_TIMEOUT","features":[122]},{"name":"WINHTTP_OPTION_REVERT_IMPERSONATION_SERVER_CERT","features":[122]},{"name":"WINHTTP_OPTION_SECURE_PROTOCOLS","features":[122]},{"name":"WINHTTP_OPTION_SECURITY_CERTIFICATE_STRUCT","features":[122]},{"name":"WINHTTP_OPTION_SECURITY_FLAGS","features":[122]},{"name":"WINHTTP_OPTION_SECURITY_INFO","features":[122]},{"name":"WINHTTP_OPTION_SECURITY_KEY_BITNESS","features":[122]},{"name":"WINHTTP_OPTION_SEND_TIMEOUT","features":[122]},{"name":"WINHTTP_OPTION_SERVER_CBT","features":[122]},{"name":"WINHTTP_OPTION_SERVER_CERT_CHAIN_CONTEXT","features":[122]},{"name":"WINHTTP_OPTION_SERVER_CERT_CONTEXT","features":[122]},{"name":"WINHTTP_OPTION_SERVER_SPN_USED","features":[122]},{"name":"WINHTTP_OPTION_SET_TOKEN_BINDING","features":[122]},{"name":"WINHTTP_OPTION_SPN","features":[122]},{"name":"WINHTTP_OPTION_SPN_MASK","features":[122]},{"name":"WINHTTP_OPTION_STREAM_ERROR_CODE","features":[122]},{"name":"WINHTTP_OPTION_TCP_FAST_OPEN","features":[122]},{"name":"WINHTTP_OPTION_TCP_KEEPALIVE","features":[122]},{"name":"WINHTTP_OPTION_TCP_PRIORITY_HINT","features":[122]},{"name":"WINHTTP_OPTION_TCP_PRIORITY_STATUS","features":[122]},{"name":"WINHTTP_OPTION_TLS_FALSE_START","features":[122]},{"name":"WINHTTP_OPTION_TLS_PROTOCOL_INSECURE_FALLBACK","features":[122]},{"name":"WINHTTP_OPTION_TOKEN_BINDING_PUBLIC_KEY","features":[122]},{"name":"WINHTTP_OPTION_UNLOAD_NOTIFY_EVENT","features":[122]},{"name":"WINHTTP_OPTION_UNSAFE_HEADER_PARSING","features":[122]},{"name":"WINHTTP_OPTION_UPGRADE_TO_WEB_SOCKET","features":[122]},{"name":"WINHTTP_OPTION_URL","features":[122]},{"name":"WINHTTP_OPTION_USERNAME","features":[122]},{"name":"WINHTTP_OPTION_USER_AGENT","features":[122]},{"name":"WINHTTP_OPTION_USE_GLOBAL_SERVER_CREDENTIALS","features":[122]},{"name":"WINHTTP_OPTION_USE_SESSION_SCH_CRED","features":[122]},{"name":"WINHTTP_OPTION_WEB_SOCKET_CLOSE_TIMEOUT","features":[122]},{"name":"WINHTTP_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL","features":[122]},{"name":"WINHTTP_OPTION_WEB_SOCKET_RECEIVE_BUFFER_SIZE","features":[122]},{"name":"WINHTTP_OPTION_WEB_SOCKET_SEND_BUFFER_SIZE","features":[122]},{"name":"WINHTTP_OPTION_WORKER_THREAD_COUNT","features":[122]},{"name":"WINHTTP_OPTION_WRITE_BUFFER_SIZE","features":[122]},{"name":"WINHTTP_PROTOCOL_FLAG_HTTP2","features":[122]},{"name":"WINHTTP_PROTOCOL_FLAG_HTTP3","features":[122]},{"name":"WINHTTP_PROXY_CHANGE_CALLBACK","features":[122]},{"name":"WINHTTP_PROXY_DISABLE_AUTH_LOCAL_SERVICE","features":[122]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_BASIC","features":[122]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_DIGEST","features":[122]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_KERBEROS","features":[122]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_NEGOTIATE","features":[122]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_NTLM","features":[122]},{"name":"WINHTTP_PROXY_INFO","features":[122]},{"name":"WINHTTP_PROXY_NETWORKING_KEY","features":[122]},{"name":"WINHTTP_PROXY_NOTIFY_CHANGE","features":[122]},{"name":"WINHTTP_PROXY_RESULT","features":[1,122]},{"name":"WINHTTP_PROXY_RESULT_ENTRY","features":[1,122]},{"name":"WINHTTP_PROXY_RESULT_EX","features":[1,122]},{"name":"WINHTTP_PROXY_SETTINGS","features":[1,122]},{"name":"WINHTTP_PROXY_SETTINGS_EX","features":[122]},{"name":"WINHTTP_PROXY_SETTINGS_EX","features":[122]},{"name":"WINHTTP_PROXY_SETTINGS_PARAM","features":[122]},{"name":"WINHTTP_PROXY_SETTINGS_PARAM","features":[122]},{"name":"WINHTTP_PROXY_SETTINGS_TYPE","features":[122]},{"name":"WINHTTP_PROXY_TYPE_AUTO_DETECT","features":[122]},{"name":"WINHTTP_PROXY_TYPE_AUTO_PROXY_URL","features":[122]},{"name":"WINHTTP_PROXY_TYPE_DIRECT","features":[122]},{"name":"WINHTTP_PROXY_TYPE_PROXY","features":[122]},{"name":"WINHTTP_QUERY_ACCEPT","features":[122]},{"name":"WINHTTP_QUERY_ACCEPT_CHARSET","features":[122]},{"name":"WINHTTP_QUERY_ACCEPT_ENCODING","features":[122]},{"name":"WINHTTP_QUERY_ACCEPT_LANGUAGE","features":[122]},{"name":"WINHTTP_QUERY_ACCEPT_RANGES","features":[122]},{"name":"WINHTTP_QUERY_AGE","features":[122]},{"name":"WINHTTP_QUERY_ALLOW","features":[122]},{"name":"WINHTTP_QUERY_AUTHENTICATION_INFO","features":[122]},{"name":"WINHTTP_QUERY_AUTHORIZATION","features":[122]},{"name":"WINHTTP_QUERY_CACHE_CONTROL","features":[122]},{"name":"WINHTTP_QUERY_CONNECTION","features":[122]},{"name":"WINHTTP_QUERY_CONNECTION_GROUP_RESULT","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_BASE","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_DESCRIPTION","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_DISPOSITION","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_ENCODING","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_ID","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_LANGUAGE","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_LENGTH","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_LOCATION","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_MD5","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_RANGE","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_TRANSFER_ENCODING","features":[122]},{"name":"WINHTTP_QUERY_CONTENT_TYPE","features":[122]},{"name":"WINHTTP_QUERY_COOKIE","features":[122]},{"name":"WINHTTP_QUERY_COST","features":[122]},{"name":"WINHTTP_QUERY_CUSTOM","features":[122]},{"name":"WINHTTP_QUERY_DATE","features":[122]},{"name":"WINHTTP_QUERY_DERIVED_FROM","features":[122]},{"name":"WINHTTP_QUERY_ETAG","features":[122]},{"name":"WINHTTP_QUERY_EXPECT","features":[122]},{"name":"WINHTTP_QUERY_EXPIRES","features":[122]},{"name":"WINHTTP_QUERY_EX_ALL_HEADERS","features":[122]},{"name":"WINHTTP_QUERY_FLAG_NUMBER","features":[122]},{"name":"WINHTTP_QUERY_FLAG_NUMBER64","features":[122]},{"name":"WINHTTP_QUERY_FLAG_REQUEST_HEADERS","features":[122]},{"name":"WINHTTP_QUERY_FLAG_SYSTEMTIME","features":[122]},{"name":"WINHTTP_QUERY_FLAG_TRAILERS","features":[122]},{"name":"WINHTTP_QUERY_FLAG_WIRE_ENCODING","features":[122]},{"name":"WINHTTP_QUERY_FORWARDED","features":[122]},{"name":"WINHTTP_QUERY_FROM","features":[122]},{"name":"WINHTTP_QUERY_HOST","features":[122]},{"name":"WINHTTP_QUERY_IF_MATCH","features":[122]},{"name":"WINHTTP_QUERY_IF_MODIFIED_SINCE","features":[122]},{"name":"WINHTTP_QUERY_IF_NONE_MATCH","features":[122]},{"name":"WINHTTP_QUERY_IF_RANGE","features":[122]},{"name":"WINHTTP_QUERY_IF_UNMODIFIED_SINCE","features":[122]},{"name":"WINHTTP_QUERY_LAST_MODIFIED","features":[122]},{"name":"WINHTTP_QUERY_LINK","features":[122]},{"name":"WINHTTP_QUERY_LOCATION","features":[122]},{"name":"WINHTTP_QUERY_MAX","features":[122]},{"name":"WINHTTP_QUERY_MAX_FORWARDS","features":[122]},{"name":"WINHTTP_QUERY_MESSAGE_ID","features":[122]},{"name":"WINHTTP_QUERY_MIME_VERSION","features":[122]},{"name":"WINHTTP_QUERY_ORIG_URI","features":[122]},{"name":"WINHTTP_QUERY_PASSPORT_CONFIG","features":[122]},{"name":"WINHTTP_QUERY_PASSPORT_URLS","features":[122]},{"name":"WINHTTP_QUERY_PRAGMA","features":[122]},{"name":"WINHTTP_QUERY_PROXY_AUTHENTICATE","features":[122]},{"name":"WINHTTP_QUERY_PROXY_AUTHORIZATION","features":[122]},{"name":"WINHTTP_QUERY_PROXY_CONNECTION","features":[122]},{"name":"WINHTTP_QUERY_PROXY_SUPPORT","features":[122]},{"name":"WINHTTP_QUERY_PUBLIC","features":[122]},{"name":"WINHTTP_QUERY_RANGE","features":[122]},{"name":"WINHTTP_QUERY_RAW_HEADERS","features":[122]},{"name":"WINHTTP_QUERY_RAW_HEADERS_CRLF","features":[122]},{"name":"WINHTTP_QUERY_REFERER","features":[122]},{"name":"WINHTTP_QUERY_REFRESH","features":[122]},{"name":"WINHTTP_QUERY_REQUEST_METHOD","features":[122]},{"name":"WINHTTP_QUERY_RETRY_AFTER","features":[122]},{"name":"WINHTTP_QUERY_SERVER","features":[122]},{"name":"WINHTTP_QUERY_SET_COOKIE","features":[122]},{"name":"WINHTTP_QUERY_STATUS_CODE","features":[122]},{"name":"WINHTTP_QUERY_STATUS_TEXT","features":[122]},{"name":"WINHTTP_QUERY_TITLE","features":[122]},{"name":"WINHTTP_QUERY_TRANSFER_ENCODING","features":[122]},{"name":"WINHTTP_QUERY_UNLESS_MODIFIED_SINCE","features":[122]},{"name":"WINHTTP_QUERY_UPGRADE","features":[122]},{"name":"WINHTTP_QUERY_URI","features":[122]},{"name":"WINHTTP_QUERY_USER_AGENT","features":[122]},{"name":"WINHTTP_QUERY_VARY","features":[122]},{"name":"WINHTTP_QUERY_VERSION","features":[122]},{"name":"WINHTTP_QUERY_VIA","features":[122]},{"name":"WINHTTP_QUERY_WARNING","features":[122]},{"name":"WINHTTP_QUERY_WWW_AUTHENTICATE","features":[122]},{"name":"WINHTTP_REQUEST_STATS","features":[122]},{"name":"WINHTTP_REQUEST_STATS","features":[122]},{"name":"WINHTTP_REQUEST_STAT_ENTRY","features":[122]},{"name":"WINHTTP_REQUEST_STAT_FLAG_FIRST_REQUEST","features":[122]},{"name":"WINHTTP_REQUEST_STAT_FLAG_PROXY_TLS_FALSE_START","features":[122]},{"name":"WINHTTP_REQUEST_STAT_FLAG_PROXY_TLS_SESSION_RESUMPTION","features":[122]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TCP_FAST_OPEN","features":[122]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TLS_FALSE_START","features":[122]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TLS_SESSION_RESUMPTION","features":[122]},{"name":"WINHTTP_REQUEST_TIMES","features":[122]},{"name":"WINHTTP_REQUEST_TIMES","features":[122]},{"name":"WINHTTP_REQUEST_TIME_ENTRY","features":[122]},{"name":"WINHTTP_RESET_ALL","features":[122]},{"name":"WINHTTP_RESET_DISCARD_RESOLVERS","features":[122]},{"name":"WINHTTP_RESET_NOTIFY_NETWORK_CHANGED","features":[122]},{"name":"WINHTTP_RESET_OUT_OF_PROC","features":[122]},{"name":"WINHTTP_RESET_SCRIPT_CACHE","features":[122]},{"name":"WINHTTP_RESET_STATE","features":[122]},{"name":"WINHTTP_RESET_SWPAD_ALL","features":[122]},{"name":"WINHTTP_RESET_SWPAD_CURRENT_NETWORK","features":[122]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG","features":[122]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG","features":[122]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_BYPASS_CACHE","features":[122]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_CONN_USE_TTL","features":[122]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_SOFT_LIMIT","features":[122]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_USE_DNS_TTL","features":[122]},{"name":"WINHTTP_SECURE_DNS_SETTING","features":[122]},{"name":"WINHTTP_STATUS_CALLBACK","features":[122]},{"name":"WINHTTP_TIME_FORMAT_BUFSIZE","features":[122]},{"name":"WINHTTP_WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_ASYNC_RESULT","features":[122]},{"name":"WINHTTP_WEB_SOCKET_BINARY_FRAGMENT_BUFFER_TYPE","features":[122]},{"name":"WINHTTP_WEB_SOCKET_BINARY_MESSAGE_BUFFER_TYPE","features":[122]},{"name":"WINHTTP_WEB_SOCKET_BUFFER_TYPE","features":[122]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_BUFFER_TYPE","features":[122]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_OPERATION","features":[122]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_ENDPOINT_TERMINATED_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[122]},{"name":"WINHTTP_WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE","features":[122]},{"name":"WINHTTP_WEB_SOCKET_OPERATION","features":[122]},{"name":"WINHTTP_WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_RECEIVE_OPERATION","features":[122]},{"name":"WINHTTP_WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_SEND_OPERATION","features":[122]},{"name":"WINHTTP_WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_SHUTDOWN_OPERATION","features":[122]},{"name":"WINHTTP_WEB_SOCKET_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[122]},{"name":"WINHTTP_WEB_SOCKET_UTF8_FRAGMENT_BUFFER_TYPE","features":[122]},{"name":"WINHTTP_WEB_SOCKET_UTF8_MESSAGE_BUFFER_TYPE","features":[122]},{"name":"WIN_HTTP_CREATE_URL_FLAGS","features":[122]},{"name":"WinHttpAddRequestHeaders","features":[1,122]},{"name":"WinHttpAddRequestHeadersEx","features":[122]},{"name":"WinHttpCheckPlatform","features":[1,122]},{"name":"WinHttpCloseHandle","features":[1,122]},{"name":"WinHttpConnect","features":[122]},{"name":"WinHttpConnectFailureCount","features":[122]},{"name":"WinHttpConnectionAcquireEnd","features":[122]},{"name":"WinHttpConnectionAcquireStart","features":[122]},{"name":"WinHttpConnectionAcquireWaitEnd","features":[122]},{"name":"WinHttpConnectionEstablishmentEnd","features":[122]},{"name":"WinHttpConnectionEstablishmentStart","features":[122]},{"name":"WinHttpCrackUrl","features":[1,122]},{"name":"WinHttpCreateProxyResolver","features":[122]},{"name":"WinHttpCreateUrl","features":[1,122]},{"name":"WinHttpDetectAutoProxyConfigUrl","features":[1,122]},{"name":"WinHttpFreeProxyResult","features":[1,122]},{"name":"WinHttpFreeProxyResultEx","features":[1,122]},{"name":"WinHttpFreeProxySettings","features":[1,122]},{"name":"WinHttpFreeProxySettingsEx","features":[122]},{"name":"WinHttpFreeQueryConnectionGroupResult","features":[122]},{"name":"WinHttpGetDefaultProxyConfiguration","features":[1,122]},{"name":"WinHttpGetIEProxyConfigForCurrentUser","features":[1,122]},{"name":"WinHttpGetProxyForUrl","features":[1,122]},{"name":"WinHttpGetProxyForUrlEx","features":[1,122]},{"name":"WinHttpGetProxyForUrlEx2","features":[1,122]},{"name":"WinHttpGetProxyResult","features":[1,122]},{"name":"WinHttpGetProxyResultEx","features":[1,122]},{"name":"WinHttpGetProxySettingsEx","features":[122]},{"name":"WinHttpGetProxySettingsResultEx","features":[122]},{"name":"WinHttpGetProxySettingsVersion","features":[122]},{"name":"WinHttpNameResolutionEnd","features":[122]},{"name":"WinHttpNameResolutionStart","features":[122]},{"name":"WinHttpOpen","features":[122]},{"name":"WinHttpOpenRequest","features":[122]},{"name":"WinHttpProxyDetectionEnd","features":[122]},{"name":"WinHttpProxyDetectionStart","features":[122]},{"name":"WinHttpProxyFailureCount","features":[122]},{"name":"WinHttpProxySettingsTypeUnknown","features":[122]},{"name":"WinHttpProxySettingsTypeWsa","features":[122]},{"name":"WinHttpProxySettingsTypeWsl","features":[122]},{"name":"WinHttpProxyTlsHandshakeClientLeg1End","features":[122]},{"name":"WinHttpProxyTlsHandshakeClientLeg1Size","features":[122]},{"name":"WinHttpProxyTlsHandshakeClientLeg1Start","features":[122]},{"name":"WinHttpProxyTlsHandshakeClientLeg2End","features":[122]},{"name":"WinHttpProxyTlsHandshakeClientLeg2Size","features":[122]},{"name":"WinHttpProxyTlsHandshakeClientLeg2Start","features":[122]},{"name":"WinHttpProxyTlsHandshakeClientLeg3End","features":[122]},{"name":"WinHttpProxyTlsHandshakeClientLeg3Start","features":[122]},{"name":"WinHttpProxyTlsHandshakeServerLeg1Size","features":[122]},{"name":"WinHttpProxyTlsHandshakeServerLeg2Size","features":[122]},{"name":"WinHttpProxyTunnelEnd","features":[122]},{"name":"WinHttpProxyTunnelStart","features":[122]},{"name":"WinHttpQueryAuthSchemes","features":[1,122]},{"name":"WinHttpQueryConnectionGroup","features":[122]},{"name":"WinHttpQueryDataAvailable","features":[1,122]},{"name":"WinHttpQueryHeaders","features":[1,122]},{"name":"WinHttpQueryHeadersEx","features":[122]},{"name":"WinHttpQueryOption","features":[1,122]},{"name":"WinHttpReadData","features":[1,122]},{"name":"WinHttpReadDataEx","features":[122]},{"name":"WinHttpReadProxySettings","features":[1,122]},{"name":"WinHttpReceiveResponse","features":[1,122]},{"name":"WinHttpReceiveResponseBodyDecompressionDelta","features":[122]},{"name":"WinHttpReceiveResponseEnd","features":[122]},{"name":"WinHttpReceiveResponseHeadersDecompressionEnd","features":[122]},{"name":"WinHttpReceiveResponseHeadersDecompressionStart","features":[122]},{"name":"WinHttpReceiveResponseHeadersEnd","features":[122]},{"name":"WinHttpReceiveResponseStart","features":[122]},{"name":"WinHttpRegisterProxyChangeNotification","features":[122]},{"name":"WinHttpRequest","features":[122]},{"name":"WinHttpRequestAutoLogonPolicy","features":[122]},{"name":"WinHttpRequestHeadersCompressedSize","features":[122]},{"name":"WinHttpRequestHeadersSize","features":[122]},{"name":"WinHttpRequestOption","features":[122]},{"name":"WinHttpRequestOption_EnableCertificateRevocationCheck","features":[122]},{"name":"WinHttpRequestOption_EnableHttp1_1","features":[122]},{"name":"WinHttpRequestOption_EnableHttpsToHttpRedirects","features":[122]},{"name":"WinHttpRequestOption_EnablePassportAuthentication","features":[122]},{"name":"WinHttpRequestOption_EnableRedirects","features":[122]},{"name":"WinHttpRequestOption_EnableTracing","features":[122]},{"name":"WinHttpRequestOption_EscapePercentInURL","features":[122]},{"name":"WinHttpRequestOption_MaxAutomaticRedirects","features":[122]},{"name":"WinHttpRequestOption_MaxResponseDrainSize","features":[122]},{"name":"WinHttpRequestOption_MaxResponseHeaderSize","features":[122]},{"name":"WinHttpRequestOption_RejectUserpwd","features":[122]},{"name":"WinHttpRequestOption_RevertImpersonationOverSsl","features":[122]},{"name":"WinHttpRequestOption_SecureProtocols","features":[122]},{"name":"WinHttpRequestOption_SelectCertificate","features":[122]},{"name":"WinHttpRequestOption_SslErrorIgnoreFlags","features":[122]},{"name":"WinHttpRequestOption_URL","features":[122]},{"name":"WinHttpRequestOption_URLCodePage","features":[122]},{"name":"WinHttpRequestOption_UrlEscapeDisable","features":[122]},{"name":"WinHttpRequestOption_UrlEscapeDisableQuery","features":[122]},{"name":"WinHttpRequestOption_UserAgentString","features":[122]},{"name":"WinHttpRequestSecureProtocols","features":[122]},{"name":"WinHttpRequestSslErrorFlags","features":[122]},{"name":"WinHttpRequestStatLast","features":[122]},{"name":"WinHttpRequestStatMax","features":[122]},{"name":"WinHttpRequestTimeLast","features":[122]},{"name":"WinHttpRequestTimeMax","features":[122]},{"name":"WinHttpResetAutoProxy","features":[122]},{"name":"WinHttpResponseBodyCompressedSize","features":[122]},{"name":"WinHttpResponseBodySize","features":[122]},{"name":"WinHttpResponseHeadersCompressedSize","features":[122]},{"name":"WinHttpResponseHeadersSize","features":[122]},{"name":"WinHttpSecureDnsSettingDefault","features":[122]},{"name":"WinHttpSecureDnsSettingForcePlaintext","features":[122]},{"name":"WinHttpSecureDnsSettingMax","features":[122]},{"name":"WinHttpSecureDnsSettingRequireEncryption","features":[122]},{"name":"WinHttpSecureDnsSettingTryEncryptionWithFallback","features":[122]},{"name":"WinHttpSendRequest","features":[1,122]},{"name":"WinHttpSendRequestEnd","features":[122]},{"name":"WinHttpSendRequestHeadersCompressionEnd","features":[122]},{"name":"WinHttpSendRequestHeadersCompressionStart","features":[122]},{"name":"WinHttpSendRequestHeadersEnd","features":[122]},{"name":"WinHttpSendRequestStart","features":[122]},{"name":"WinHttpSetCredentials","features":[1,122]},{"name":"WinHttpSetDefaultProxyConfiguration","features":[1,122]},{"name":"WinHttpSetOption","features":[1,122]},{"name":"WinHttpSetProxySettingsPerUser","features":[1,122]},{"name":"WinHttpSetStatusCallback","features":[122]},{"name":"WinHttpSetTimeouts","features":[1,122]},{"name":"WinHttpStreamWaitEnd","features":[122]},{"name":"WinHttpStreamWaitStart","features":[122]},{"name":"WinHttpTimeFromSystemTime","features":[1,122]},{"name":"WinHttpTimeToSystemTime","features":[1,122]},{"name":"WinHttpTlsHandshakeClientLeg1End","features":[122]},{"name":"WinHttpTlsHandshakeClientLeg1Size","features":[122]},{"name":"WinHttpTlsHandshakeClientLeg1Start","features":[122]},{"name":"WinHttpTlsHandshakeClientLeg2End","features":[122]},{"name":"WinHttpTlsHandshakeClientLeg2Size","features":[122]},{"name":"WinHttpTlsHandshakeClientLeg2Start","features":[122]},{"name":"WinHttpTlsHandshakeClientLeg3End","features":[122]},{"name":"WinHttpTlsHandshakeClientLeg3Start","features":[122]},{"name":"WinHttpTlsHandshakeServerLeg1Size","features":[122]},{"name":"WinHttpTlsHandshakeServerLeg2Size","features":[122]},{"name":"WinHttpUnregisterProxyChangeNotification","features":[122]},{"name":"WinHttpWebSocketClose","features":[122]},{"name":"WinHttpWebSocketCompleteUpgrade","features":[122]},{"name":"WinHttpWebSocketQueryCloseStatus","features":[122]},{"name":"WinHttpWebSocketReceive","features":[122]},{"name":"WinHttpWebSocketSend","features":[122]},{"name":"WinHttpWebSocketShutdown","features":[122]},{"name":"WinHttpWriteData","features":[1,122]},{"name":"WinHttpWriteProxySettings","features":[1,122]}],"485":[{"name":"ANY_CACHE_ENTRY","features":[123]},{"name":"APP_CACHE_DOWNLOAD_ENTRY","features":[123]},{"name":"APP_CACHE_DOWNLOAD_LIST","features":[123]},{"name":"APP_CACHE_ENTRY_TYPE_EXPLICIT","features":[123]},{"name":"APP_CACHE_ENTRY_TYPE_FALLBACK","features":[123]},{"name":"APP_CACHE_ENTRY_TYPE_FOREIGN","features":[123]},{"name":"APP_CACHE_ENTRY_TYPE_MANIFEST","features":[123]},{"name":"APP_CACHE_ENTRY_TYPE_MASTER","features":[123]},{"name":"APP_CACHE_FINALIZE_STATE","features":[123]},{"name":"APP_CACHE_GROUP_INFO","features":[1,123]},{"name":"APP_CACHE_GROUP_LIST","features":[1,123]},{"name":"APP_CACHE_LOOKUP_NO_MASTER_ONLY","features":[123]},{"name":"APP_CACHE_STATE","features":[123]},{"name":"AUTH_FLAG_DISABLE_BASIC_CLEARCHANNEL","features":[123]},{"name":"AUTH_FLAG_DISABLE_NEGOTIATE","features":[123]},{"name":"AUTH_FLAG_DISABLE_SERVER_AUTH","features":[123]},{"name":"AUTH_FLAG_ENABLE_NEGOTIATE","features":[123]},{"name":"AUTH_FLAG_RESET","features":[123]},{"name":"AUTODIAL_MODE_ALWAYS","features":[123]},{"name":"AUTODIAL_MODE_NEVER","features":[123]},{"name":"AUTODIAL_MODE_NO_NETWORK_PRESENT","features":[123]},{"name":"AUTO_PROXY_FLAG_ALWAYS_DETECT","features":[123]},{"name":"AUTO_PROXY_FLAG_CACHE_INIT_RUN","features":[123]},{"name":"AUTO_PROXY_FLAG_DETECTION_RUN","features":[123]},{"name":"AUTO_PROXY_FLAG_DETECTION_SUSPECT","features":[123]},{"name":"AUTO_PROXY_FLAG_DONT_CACHE_PROXY_RESULT","features":[123]},{"name":"AUTO_PROXY_FLAG_MIGRATED","features":[123]},{"name":"AUTO_PROXY_FLAG_USER_SET","features":[123]},{"name":"AUTO_PROXY_SCRIPT_BUFFER","features":[123]},{"name":"AppCacheCheckManifest","features":[123]},{"name":"AppCacheCloseHandle","features":[123]},{"name":"AppCacheCreateAndCommitFile","features":[123]},{"name":"AppCacheDeleteGroup","features":[123]},{"name":"AppCacheDeleteIEGroup","features":[123]},{"name":"AppCacheDuplicateHandle","features":[123]},{"name":"AppCacheFinalize","features":[123]},{"name":"AppCacheFinalizeStateComplete","features":[123]},{"name":"AppCacheFinalizeStateIncomplete","features":[123]},{"name":"AppCacheFinalizeStateManifestChange","features":[123]},{"name":"AppCacheFreeDownloadList","features":[123]},{"name":"AppCacheFreeGroupList","features":[1,123]},{"name":"AppCacheFreeIESpace","features":[1,123]},{"name":"AppCacheFreeSpace","features":[1,123]},{"name":"AppCacheGetDownloadList","features":[123]},{"name":"AppCacheGetFallbackUrl","features":[123]},{"name":"AppCacheGetGroupList","features":[1,123]},{"name":"AppCacheGetIEGroupList","features":[1,123]},{"name":"AppCacheGetInfo","features":[1,123]},{"name":"AppCacheGetManifestUrl","features":[123]},{"name":"AppCacheLookup","features":[123]},{"name":"AppCacheStateNoUpdateNeeded","features":[123]},{"name":"AppCacheStateUpdateNeeded","features":[123]},{"name":"AppCacheStateUpdateNeededMasterOnly","features":[123]},{"name":"AppCacheStateUpdateNeededNew","features":[123]},{"name":"AutoProxyHelperFunctions","features":[123]},{"name":"AutoProxyHelperVtbl","features":[123]},{"name":"CACHEGROUP_ATTRIBUTE_BASIC","features":[123]},{"name":"CACHEGROUP_ATTRIBUTE_FLAG","features":[123]},{"name":"CACHEGROUP_ATTRIBUTE_GET_ALL","features":[123]},{"name":"CACHEGROUP_ATTRIBUTE_GROUPNAME","features":[123]},{"name":"CACHEGROUP_ATTRIBUTE_QUOTA","features":[123]},{"name":"CACHEGROUP_ATTRIBUTE_STORAGE","features":[123]},{"name":"CACHEGROUP_ATTRIBUTE_TYPE","features":[123]},{"name":"CACHEGROUP_FLAG_FLUSHURL_ONDELETE","features":[123]},{"name":"CACHEGROUP_FLAG_GIDONLY","features":[123]},{"name":"CACHEGROUP_FLAG_NONPURGEABLE","features":[123]},{"name":"CACHEGROUP_FLAG_VALID","features":[123]},{"name":"CACHEGROUP_ID_BUILTIN_STICKY","features":[123]},{"name":"CACHEGROUP_SEARCH_ALL","features":[123]},{"name":"CACHEGROUP_SEARCH_BYURL","features":[123]},{"name":"CACHEGROUP_TYPE_INVALID","features":[123]},{"name":"CACHE_CONFIG","features":[123]},{"name":"CACHE_CONFIG_APPCONTAINER_CONTENT_QUOTA_FC","features":[123]},{"name":"CACHE_CONFIG_APPCONTAINER_TOTAL_CONTENT_QUOTA_FC","features":[123]},{"name":"CACHE_CONFIG_CONTENT_PATHS_FC","features":[123]},{"name":"CACHE_CONFIG_CONTENT_QUOTA_FC","features":[123]},{"name":"CACHE_CONFIG_CONTENT_USAGE_FC","features":[123]},{"name":"CACHE_CONFIG_COOKIES_PATHS_FC","features":[123]},{"name":"CACHE_CONFIG_DISK_CACHE_PATHS_FC","features":[123]},{"name":"CACHE_CONFIG_FORCE_CLEANUP_FC","features":[123]},{"name":"CACHE_CONFIG_HISTORY_PATHS_FC","features":[123]},{"name":"CACHE_CONFIG_QUOTA_FC","features":[123]},{"name":"CACHE_CONFIG_STICKY_CONTENT_USAGE_FC","features":[123]},{"name":"CACHE_CONFIG_SYNC_MODE_FC","features":[123]},{"name":"CACHE_CONFIG_TOTAL_CONTENT_QUOTA_FC","features":[123]},{"name":"CACHE_CONFIG_USER_MODE_FC","features":[123]},{"name":"CACHE_ENTRY_ACCTIME_FC","features":[123]},{"name":"CACHE_ENTRY_ATTRIBUTE_FC","features":[123]},{"name":"CACHE_ENTRY_EXEMPT_DELTA_FC","features":[123]},{"name":"CACHE_ENTRY_EXPTIME_FC","features":[123]},{"name":"CACHE_ENTRY_HEADERINFO_FC","features":[123]},{"name":"CACHE_ENTRY_HITRATE_FC","features":[123]},{"name":"CACHE_ENTRY_MODIFY_DATA_FC","features":[123]},{"name":"CACHE_ENTRY_MODTIME_FC","features":[123]},{"name":"CACHE_ENTRY_SYNCTIME_FC","features":[123]},{"name":"CACHE_ENTRY_TYPE_FC","features":[123]},{"name":"CACHE_FIND_CONTAINER_RETURN_NOCHANGE","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_READ_COUNT_SINCE_LAST_SCAVENGE","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_12","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_13","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_15","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_16","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_17","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_18","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_19","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_20","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_23","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_24","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_25","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_26","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_28","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_29","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_30","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_31","features":[123]},{"name":"CACHE_HEADER_DATA_CACHE_WRITE_COUNT_SINCE_LAST_SCAVENGE","features":[123]},{"name":"CACHE_HEADER_DATA_CONLIST_CHANGE_COUNT","features":[123]},{"name":"CACHE_HEADER_DATA_COOKIE_CHANGE_COUNT","features":[123]},{"name":"CACHE_HEADER_DATA_CURRENT_SETTINGS_VERSION","features":[123]},{"name":"CACHE_HEADER_DATA_DOWNLOAD_PARTIAL","features":[123]},{"name":"CACHE_HEADER_DATA_GID_HIGH","features":[123]},{"name":"CACHE_HEADER_DATA_GID_LOW","features":[123]},{"name":"CACHE_HEADER_DATA_HSTS_CHANGE_COUNT","features":[123]},{"name":"CACHE_HEADER_DATA_LAST","features":[123]},{"name":"CACHE_HEADER_DATA_LAST_SCAVENGE_TIMESTAMP","features":[123]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_FILTER","features":[123]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_HWND","features":[123]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_MESG","features":[123]},{"name":"CACHE_HEADER_DATA_ROOTGROUP_OFFSET","features":[123]},{"name":"CACHE_HEADER_DATA_ROOT_GROUPLIST_OFFSET","features":[123]},{"name":"CACHE_HEADER_DATA_ROOT_LEAK_OFFSET","features":[123]},{"name":"CACHE_HEADER_DATA_SSL_STATE_COUNT","features":[123]},{"name":"CACHE_NOTIFY_ADD_URL","features":[123]},{"name":"CACHE_NOTIFY_DELETE_ALL","features":[123]},{"name":"CACHE_NOTIFY_DELETE_URL","features":[123]},{"name":"CACHE_NOTIFY_FILTER_CHANGED","features":[123]},{"name":"CACHE_NOTIFY_SET_OFFLINE","features":[123]},{"name":"CACHE_NOTIFY_SET_ONLINE","features":[123]},{"name":"CACHE_NOTIFY_UPDATE_URL","features":[123]},{"name":"CACHE_NOTIFY_URL_SET_STICKY","features":[123]},{"name":"CACHE_NOTIFY_URL_UNSET_STICKY","features":[123]},{"name":"CACHE_OPERATOR","features":[1,123]},{"name":"COOKIE_ACCEPTED_CACHE_ENTRY","features":[123]},{"name":"COOKIE_ALLOW","features":[123]},{"name":"COOKIE_ALLOW_ALL","features":[123]},{"name":"COOKIE_CACHE_ENTRY","features":[123]},{"name":"COOKIE_DLG_INFO","features":[1,123]},{"name":"COOKIE_DONT_ALLOW","features":[123]},{"name":"COOKIE_DONT_ALLOW_ALL","features":[123]},{"name":"COOKIE_DOWNGRADED_CACHE_ENTRY","features":[123]},{"name":"COOKIE_LEASHED_CACHE_ENTRY","features":[123]},{"name":"COOKIE_OP_3RD_PARTY","features":[123]},{"name":"COOKIE_OP_GET","features":[123]},{"name":"COOKIE_OP_MODIFY","features":[123]},{"name":"COOKIE_OP_PERSISTENT","features":[123]},{"name":"COOKIE_OP_SESSION","features":[123]},{"name":"COOKIE_OP_SET","features":[123]},{"name":"COOKIE_REJECTED_CACHE_ENTRY","features":[123]},{"name":"COOKIE_STATE_ACCEPT","features":[123]},{"name":"COOKIE_STATE_DOWNGRADE","features":[123]},{"name":"COOKIE_STATE_LB","features":[123]},{"name":"COOKIE_STATE_LEASH","features":[123]},{"name":"COOKIE_STATE_MAX","features":[123]},{"name":"COOKIE_STATE_PROMPT","features":[123]},{"name":"COOKIE_STATE_REJECT","features":[123]},{"name":"COOKIE_STATE_UB","features":[123]},{"name":"COOKIE_STATE_UNKNOWN","features":[123]},{"name":"CommitUrlCacheEntryA","features":[1,123]},{"name":"CommitUrlCacheEntryBinaryBlob","features":[1,123]},{"name":"CommitUrlCacheEntryW","features":[1,123]},{"name":"ConnectionEstablishmentEnd","features":[123]},{"name":"ConnectionEstablishmentStart","features":[123]},{"name":"CookieDecision","features":[1,123]},{"name":"CreateMD5SSOHash","features":[1,123]},{"name":"CreateUrlCacheContainerA","features":[1,123]},{"name":"CreateUrlCacheContainerW","features":[1,123]},{"name":"CreateUrlCacheEntryA","features":[1,123]},{"name":"CreateUrlCacheEntryExW","features":[1,123]},{"name":"CreateUrlCacheEntryW","features":[1,123]},{"name":"CreateUrlCacheGroup","features":[123]},{"name":"DIALENG_OperationComplete","features":[123]},{"name":"DIALENG_RedialAttempt","features":[123]},{"name":"DIALENG_RedialWait","features":[123]},{"name":"DIALPROP_DOMAIN","features":[123]},{"name":"DIALPROP_LASTERROR","features":[123]},{"name":"DIALPROP_PASSWORD","features":[123]},{"name":"DIALPROP_PHONENUMBER","features":[123]},{"name":"DIALPROP_REDIALCOUNT","features":[123]},{"name":"DIALPROP_REDIALINTERVAL","features":[123]},{"name":"DIALPROP_RESOLVEDPHONE","features":[123]},{"name":"DIALPROP_SAVEPASSWORD","features":[123]},{"name":"DIALPROP_USERNAME","features":[123]},{"name":"DLG_FLAGS_INSECURE_FALLBACK","features":[123]},{"name":"DLG_FLAGS_INVALID_CA","features":[123]},{"name":"DLG_FLAGS_SEC_CERT_CN_INVALID","features":[123]},{"name":"DLG_FLAGS_SEC_CERT_DATE_INVALID","features":[123]},{"name":"DLG_FLAGS_SEC_CERT_REV_FAILED","features":[123]},{"name":"DLG_FLAGS_WEAK_SIGNATURE","features":[123]},{"name":"DOWNLOAD_CACHE_ENTRY","features":[123]},{"name":"DUO_PROTOCOL_FLAG_SPDY3","features":[123]},{"name":"DUO_PROTOCOL_MASK","features":[123]},{"name":"DeleteIE3Cache","features":[1,123]},{"name":"DeleteUrlCacheContainerA","features":[1,123]},{"name":"DeleteUrlCacheContainerW","features":[1,123]},{"name":"DeleteUrlCacheEntry","features":[1,123]},{"name":"DeleteUrlCacheEntryA","features":[1,123]},{"name":"DeleteUrlCacheEntryW","features":[1,123]},{"name":"DeleteUrlCacheGroup","features":[1,123]},{"name":"DeleteWpadCacheForNetworks","features":[1,123]},{"name":"DetectAutoProxyUrl","features":[1,123]},{"name":"DoConnectoidsExist","features":[1,123]},{"name":"EDITED_CACHE_ENTRY","features":[123]},{"name":"ERROR_FTP_DROPPED","features":[123]},{"name":"ERROR_FTP_NO_PASSIVE_MODE","features":[123]},{"name":"ERROR_FTP_TRANSFER_IN_PROGRESS","features":[123]},{"name":"ERROR_GOPHER_ATTRIBUTE_NOT_FOUND","features":[123]},{"name":"ERROR_GOPHER_DATA_ERROR","features":[123]},{"name":"ERROR_GOPHER_END_OF_DATA","features":[123]},{"name":"ERROR_GOPHER_INCORRECT_LOCATOR_TYPE","features":[123]},{"name":"ERROR_GOPHER_INVALID_LOCATOR","features":[123]},{"name":"ERROR_GOPHER_NOT_FILE","features":[123]},{"name":"ERROR_GOPHER_NOT_GOPHER_PLUS","features":[123]},{"name":"ERROR_GOPHER_PROTOCOL_ERROR","features":[123]},{"name":"ERROR_GOPHER_UNKNOWN_LOCATOR","features":[123]},{"name":"ERROR_HTTP_COOKIE_DECLINED","features":[123]},{"name":"ERROR_HTTP_COOKIE_NEEDS_CONFIRMATION","features":[123]},{"name":"ERROR_HTTP_COOKIE_NEEDS_CONFIRMATION_EX","features":[123]},{"name":"ERROR_HTTP_DOWNLEVEL_SERVER","features":[123]},{"name":"ERROR_HTTP_HEADER_ALREADY_EXISTS","features":[123]},{"name":"ERROR_HTTP_HEADER_NOT_FOUND","features":[123]},{"name":"ERROR_HTTP_HSTS_REDIRECT_REQUIRED","features":[123]},{"name":"ERROR_HTTP_INVALID_HEADER","features":[123]},{"name":"ERROR_HTTP_INVALID_QUERY_REQUEST","features":[123]},{"name":"ERROR_HTTP_INVALID_SERVER_RESPONSE","features":[123]},{"name":"ERROR_HTTP_NOT_REDIRECTED","features":[123]},{"name":"ERROR_HTTP_PUSH_ENABLE_FAILED","features":[123]},{"name":"ERROR_HTTP_PUSH_RETRY_NOT_SUPPORTED","features":[123]},{"name":"ERROR_HTTP_PUSH_STATUS_CODE_NOT_SUPPORTED","features":[123]},{"name":"ERROR_HTTP_REDIRECT_FAILED","features":[123]},{"name":"ERROR_HTTP_REDIRECT_NEEDS_CONFIRMATION","features":[123]},{"name":"ERROR_INTERNET_ASYNC_THREAD_FAILED","features":[123]},{"name":"ERROR_INTERNET_BAD_AUTO_PROXY_SCRIPT","features":[123]},{"name":"ERROR_INTERNET_BAD_OPTION_LENGTH","features":[123]},{"name":"ERROR_INTERNET_BAD_REGISTRY_PARAMETER","features":[123]},{"name":"ERROR_INTERNET_CACHE_SUCCESS","features":[123]},{"name":"ERROR_INTERNET_CANNOT_CONNECT","features":[123]},{"name":"ERROR_INTERNET_CHG_POST_IS_NON_SECURE","features":[123]},{"name":"ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED","features":[123]},{"name":"ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED_PROXY","features":[123]},{"name":"ERROR_INTERNET_CLIENT_AUTH_NOT_SETUP","features":[123]},{"name":"ERROR_INTERNET_CONNECTION_ABORTED","features":[123]},{"name":"ERROR_INTERNET_CONNECTION_AVAILABLE","features":[123]},{"name":"ERROR_INTERNET_CONNECTION_RESET","features":[123]},{"name":"ERROR_INTERNET_DECODING_FAILED","features":[123]},{"name":"ERROR_INTERNET_DIALOG_PENDING","features":[123]},{"name":"ERROR_INTERNET_DISALLOW_INPRIVATE","features":[123]},{"name":"ERROR_INTERNET_DISCONNECTED","features":[123]},{"name":"ERROR_INTERNET_EXTENDED_ERROR","features":[123]},{"name":"ERROR_INTERNET_FAILED_DUETOSECURITYCHECK","features":[123]},{"name":"ERROR_INTERNET_FEATURE_DISABLED","features":[123]},{"name":"ERROR_INTERNET_FORCE_RETRY","features":[123]},{"name":"ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED","features":[123]},{"name":"ERROR_INTERNET_GLOBAL_CALLBACK_FAILED","features":[123]},{"name":"ERROR_INTERNET_HANDLE_EXISTS","features":[123]},{"name":"ERROR_INTERNET_HTTPS_HTTP_SUBMIT_REDIR","features":[123]},{"name":"ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIR","features":[123]},{"name":"ERROR_INTERNET_HTTP_PROTOCOL_MISMATCH","features":[123]},{"name":"ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR","features":[123]},{"name":"ERROR_INTERNET_INCORRECT_FORMAT","features":[123]},{"name":"ERROR_INTERNET_INCORRECT_HANDLE_STATE","features":[123]},{"name":"ERROR_INTERNET_INCORRECT_HANDLE_TYPE","features":[123]},{"name":"ERROR_INTERNET_INCORRECT_PASSWORD","features":[123]},{"name":"ERROR_INTERNET_INCORRECT_USER_NAME","features":[123]},{"name":"ERROR_INTERNET_INSECURE_FALLBACK_REQUIRED","features":[123]},{"name":"ERROR_INTERNET_INSERT_CDROM","features":[123]},{"name":"ERROR_INTERNET_INTERNAL_ERROR","features":[123]},{"name":"ERROR_INTERNET_INTERNAL_SOCKET_ERROR","features":[123]},{"name":"ERROR_INTERNET_INVALID_CA","features":[123]},{"name":"ERROR_INTERNET_INVALID_OPERATION","features":[123]},{"name":"ERROR_INTERNET_INVALID_OPTION","features":[123]},{"name":"ERROR_INTERNET_INVALID_PROXY_REQUEST","features":[123]},{"name":"ERROR_INTERNET_INVALID_URL","features":[123]},{"name":"ERROR_INTERNET_ITEM_NOT_FOUND","features":[123]},{"name":"ERROR_INTERNET_LOGIN_FAILURE","features":[123]},{"name":"ERROR_INTERNET_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[123]},{"name":"ERROR_INTERNET_MIXED_SECURITY","features":[123]},{"name":"ERROR_INTERNET_NAME_NOT_RESOLVED","features":[123]},{"name":"ERROR_INTERNET_NEED_MSN_SSPI_PKG","features":[123]},{"name":"ERROR_INTERNET_NEED_UI","features":[123]},{"name":"ERROR_INTERNET_NOT_INITIALIZED","features":[123]},{"name":"ERROR_INTERNET_NOT_PROXY_REQUEST","features":[123]},{"name":"ERROR_INTERNET_NO_CALLBACK","features":[123]},{"name":"ERROR_INTERNET_NO_CM_CONNECTION","features":[123]},{"name":"ERROR_INTERNET_NO_CONTEXT","features":[123]},{"name":"ERROR_INTERNET_NO_DIRECT_ACCESS","features":[123]},{"name":"ERROR_INTERNET_NO_KNOWN_SERVERS","features":[123]},{"name":"ERROR_INTERNET_NO_NEW_CONTAINERS","features":[123]},{"name":"ERROR_INTERNET_NO_PING_SUPPORT","features":[123]},{"name":"ERROR_INTERNET_OFFLINE","features":[123]},{"name":"ERROR_INTERNET_OPERATION_CANCELLED","features":[123]},{"name":"ERROR_INTERNET_OPTION_NOT_SETTABLE","features":[123]},{"name":"ERROR_INTERNET_OUT_OF_HANDLES","features":[123]},{"name":"ERROR_INTERNET_PING_FAILED","features":[123]},{"name":"ERROR_INTERNET_POST_IS_NON_SECURE","features":[123]},{"name":"ERROR_INTERNET_PROTOCOL_NOT_FOUND","features":[123]},{"name":"ERROR_INTERNET_PROXY_ALERT","features":[123]},{"name":"ERROR_INTERNET_PROXY_SERVER_UNREACHABLE","features":[123]},{"name":"ERROR_INTERNET_REDIRECT_SCHEME_CHANGE","features":[123]},{"name":"ERROR_INTERNET_REGISTRY_VALUE_NOT_FOUND","features":[123]},{"name":"ERROR_INTERNET_REQUEST_PENDING","features":[123]},{"name":"ERROR_INTERNET_RETRY_DIALOG","features":[123]},{"name":"ERROR_INTERNET_SECURE_FAILURE_PROXY","features":[123]},{"name":"ERROR_INTERNET_SECURITY_CHANNEL_ERROR","features":[123]},{"name":"ERROR_INTERNET_SEC_CERT_CN_INVALID","features":[123]},{"name":"ERROR_INTERNET_SEC_CERT_DATE_INVALID","features":[123]},{"name":"ERROR_INTERNET_SEC_CERT_ERRORS","features":[123]},{"name":"ERROR_INTERNET_SEC_CERT_NO_REV","features":[123]},{"name":"ERROR_INTERNET_SEC_CERT_REVOKED","features":[123]},{"name":"ERROR_INTERNET_SEC_CERT_REV_FAILED","features":[123]},{"name":"ERROR_INTERNET_SEC_CERT_WEAK_SIGNATURE","features":[123]},{"name":"ERROR_INTERNET_SEC_INVALID_CERT","features":[123]},{"name":"ERROR_INTERNET_SERVER_UNREACHABLE","features":[123]},{"name":"ERROR_INTERNET_SHUTDOWN","features":[123]},{"name":"ERROR_INTERNET_SOURCE_PORT_IN_USE","features":[123]},{"name":"ERROR_INTERNET_TCPIP_NOT_INSTALLED","features":[123]},{"name":"ERROR_INTERNET_TIMEOUT","features":[123]},{"name":"ERROR_INTERNET_UNABLE_TO_CACHE_FILE","features":[123]},{"name":"ERROR_INTERNET_UNABLE_TO_DOWNLOAD_SCRIPT","features":[123]},{"name":"ERROR_INTERNET_UNRECOGNIZED_SCHEME","features":[123]},{"name":"ExportCookieFileA","features":[1,123]},{"name":"ExportCookieFileW","features":[1,123]},{"name":"FLAGS_ERROR_UI_FILTER_FOR_ERRORS","features":[123]},{"name":"FLAGS_ERROR_UI_FLAGS_CHANGE_OPTIONS","features":[123]},{"name":"FLAGS_ERROR_UI_FLAGS_GENERATE_DATA","features":[123]},{"name":"FLAGS_ERROR_UI_FLAGS_NO_UI","features":[123]},{"name":"FLAGS_ERROR_UI_SERIALIZE_DIALOGS","features":[123]},{"name":"FLAGS_ERROR_UI_SHOW_IDN_HOSTNAME","features":[123]},{"name":"FLAG_ICC_FORCE_CONNECTION","features":[123]},{"name":"FORTCMD","features":[123]},{"name":"FORTCMD_CHG_PERSONALITY","features":[123]},{"name":"FORTCMD_LOGOFF","features":[123]},{"name":"FORTCMD_LOGON","features":[123]},{"name":"FORTSTAT","features":[123]},{"name":"FORTSTAT_INSTALLED","features":[123]},{"name":"FORTSTAT_LOGGEDON","features":[123]},{"name":"FTP_FLAGS","features":[123]},{"name":"FTP_TRANSFER_TYPE_ASCII","features":[123]},{"name":"FTP_TRANSFER_TYPE_BINARY","features":[123]},{"name":"FTP_TRANSFER_TYPE_UNKNOWN","features":[123]},{"name":"FindCloseUrlCache","features":[1,123]},{"name":"FindFirstUrlCacheContainerA","features":[1,123]},{"name":"FindFirstUrlCacheContainerW","features":[1,123]},{"name":"FindFirstUrlCacheEntryA","features":[1,123]},{"name":"FindFirstUrlCacheEntryExA","features":[1,123]},{"name":"FindFirstUrlCacheEntryExW","features":[1,123]},{"name":"FindFirstUrlCacheEntryW","features":[1,123]},{"name":"FindFirstUrlCacheGroup","features":[1,123]},{"name":"FindNextUrlCacheContainerA","features":[1,123]},{"name":"FindNextUrlCacheContainerW","features":[1,123]},{"name":"FindNextUrlCacheEntryA","features":[1,123]},{"name":"FindNextUrlCacheEntryExA","features":[1,123]},{"name":"FindNextUrlCacheEntryExW","features":[1,123]},{"name":"FindNextUrlCacheEntryW","features":[1,123]},{"name":"FindNextUrlCacheGroup","features":[1,123]},{"name":"FindP3PPolicySymbol","features":[123]},{"name":"FreeUrlCacheSpaceA","features":[1,123]},{"name":"FreeUrlCacheSpaceW","features":[1,123]},{"name":"FtpCommandA","features":[1,123]},{"name":"FtpCommandW","features":[1,123]},{"name":"FtpCreateDirectoryA","features":[1,123]},{"name":"FtpCreateDirectoryW","features":[1,123]},{"name":"FtpDeleteFileA","features":[1,123]},{"name":"FtpDeleteFileW","features":[1,123]},{"name":"FtpFindFirstFileA","features":[1,123,22]},{"name":"FtpFindFirstFileW","features":[1,123,22]},{"name":"FtpGetCurrentDirectoryA","features":[1,123]},{"name":"FtpGetCurrentDirectoryW","features":[1,123]},{"name":"FtpGetFileA","features":[1,123]},{"name":"FtpGetFileEx","features":[1,123]},{"name":"FtpGetFileSize","features":[123]},{"name":"FtpGetFileW","features":[1,123]},{"name":"FtpOpenFileA","features":[123]},{"name":"FtpOpenFileW","features":[123]},{"name":"FtpPutFileA","features":[1,123]},{"name":"FtpPutFileEx","features":[1,123]},{"name":"FtpPutFileW","features":[1,123]},{"name":"FtpRemoveDirectoryA","features":[1,123]},{"name":"FtpRemoveDirectoryW","features":[1,123]},{"name":"FtpRenameFileA","features":[1,123]},{"name":"FtpRenameFileW","features":[1,123]},{"name":"FtpSetCurrentDirectoryA","features":[1,123]},{"name":"FtpSetCurrentDirectoryW","features":[1,123]},{"name":"GOPHER_ABSTRACT_ATTRIBUTE","features":[123]},{"name":"GOPHER_ABSTRACT_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_ABSTRACT_CATEGORY","features":[123]},{"name":"GOPHER_ADMIN_ATTRIBUTE","features":[123]},{"name":"GOPHER_ADMIN_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_ADMIN_CATEGORY","features":[123]},{"name":"GOPHER_ASK_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_ATTRIBUTE_ENUMERATOR","features":[1,123]},{"name":"GOPHER_ATTRIBUTE_ID_ABSTRACT","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_ADMIN","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_ALL","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_BASE","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_GEOG","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_LOCATION","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_MOD_DATE","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_ORG","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_PROVIDER","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_RANGE","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_SCORE","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_SITE","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_TIMEZONE","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_TREEWALK","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_TTL","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_UNKNOWN","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_VERSION","features":[123]},{"name":"GOPHER_ATTRIBUTE_ID_VIEW","features":[123]},{"name":"GOPHER_ATTRIBUTE_TYPE","features":[1,123]},{"name":"GOPHER_CATEGORY_ID_ABSTRACT","features":[123]},{"name":"GOPHER_CATEGORY_ID_ADMIN","features":[123]},{"name":"GOPHER_CATEGORY_ID_ALL","features":[123]},{"name":"GOPHER_CATEGORY_ID_ASK","features":[123]},{"name":"GOPHER_CATEGORY_ID_INFO","features":[123]},{"name":"GOPHER_CATEGORY_ID_UNKNOWN","features":[123]},{"name":"GOPHER_CATEGORY_ID_VERONICA","features":[123]},{"name":"GOPHER_CATEGORY_ID_VIEWS","features":[123]},{"name":"GOPHER_FIND_DATAA","features":[1,123]},{"name":"GOPHER_FIND_DATAW","features":[1,123]},{"name":"GOPHER_GEOGRAPHICAL_LOCATION_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_GEOG_ATTRIBUTE","features":[123]},{"name":"GOPHER_INFO_CATEGORY","features":[123]},{"name":"GOPHER_LOCATION_ATTRIBUTE","features":[123]},{"name":"GOPHER_LOCATION_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_MOD_DATE_ATTRIBUTE","features":[123]},{"name":"GOPHER_MOD_DATE_ATTRIBUTE_TYPE","features":[1,123]},{"name":"GOPHER_ORGANIZATION_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_ORG_ATTRIBUTE","features":[123]},{"name":"GOPHER_PROVIDER_ATTRIBUTE","features":[123]},{"name":"GOPHER_PROVIDER_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_RANGE_ATTRIBUTE","features":[123]},{"name":"GOPHER_SCORE_ATTRIBUTE","features":[123]},{"name":"GOPHER_SCORE_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_SCORE_RANGE_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_SITE_ATTRIBUTE","features":[123]},{"name":"GOPHER_SITE_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_TIMEZONE_ATTRIBUTE","features":[123]},{"name":"GOPHER_TIMEZONE_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_TREEWALK_ATTRIBUTE","features":[123]},{"name":"GOPHER_TTL_ATTRIBUTE","features":[123]},{"name":"GOPHER_TTL_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_TYPE","features":[123]},{"name":"GOPHER_TYPE_ASK","features":[123]},{"name":"GOPHER_TYPE_BINARY","features":[123]},{"name":"GOPHER_TYPE_BITMAP","features":[123]},{"name":"GOPHER_TYPE_CALENDAR","features":[123]},{"name":"GOPHER_TYPE_CSO","features":[123]},{"name":"GOPHER_TYPE_DIRECTORY","features":[123]},{"name":"GOPHER_TYPE_DOS_ARCHIVE","features":[123]},{"name":"GOPHER_TYPE_ERROR","features":[123]},{"name":"GOPHER_TYPE_GIF","features":[123]},{"name":"GOPHER_TYPE_GOPHER_PLUS","features":[123]},{"name":"GOPHER_TYPE_HTML","features":[123]},{"name":"GOPHER_TYPE_IMAGE","features":[123]},{"name":"GOPHER_TYPE_INDEX_SERVER","features":[123]},{"name":"GOPHER_TYPE_INLINE","features":[123]},{"name":"GOPHER_TYPE_MAC_BINHEX","features":[123]},{"name":"GOPHER_TYPE_MOVIE","features":[123]},{"name":"GOPHER_TYPE_PDF","features":[123]},{"name":"GOPHER_TYPE_REDUNDANT","features":[123]},{"name":"GOPHER_TYPE_SOUND","features":[123]},{"name":"GOPHER_TYPE_TELNET","features":[123]},{"name":"GOPHER_TYPE_TEXT_FILE","features":[123]},{"name":"GOPHER_TYPE_TN3270","features":[123]},{"name":"GOPHER_TYPE_UNIX_UUENCODED","features":[123]},{"name":"GOPHER_TYPE_UNKNOWN","features":[123]},{"name":"GOPHER_UNKNOWN_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_VERONICA_ATTRIBUTE_TYPE","features":[1,123]},{"name":"GOPHER_VERONICA_CATEGORY","features":[123]},{"name":"GOPHER_VERSION_ATTRIBUTE","features":[123]},{"name":"GOPHER_VERSION_ATTRIBUTE_TYPE","features":[123]},{"name":"GOPHER_VIEWS_CATEGORY","features":[123]},{"name":"GOPHER_VIEW_ATTRIBUTE","features":[123]},{"name":"GOPHER_VIEW_ATTRIBUTE_TYPE","features":[123]},{"name":"GROUPNAME_MAX_LENGTH","features":[123]},{"name":"GROUP_OWNER_STORAGE_SIZE","features":[123]},{"name":"GetDiskInfoA","features":[1,123]},{"name":"GetUrlCacheConfigInfoA","features":[1,123]},{"name":"GetUrlCacheConfigInfoW","features":[1,123]},{"name":"GetUrlCacheEntryBinaryBlob","features":[1,123]},{"name":"GetUrlCacheEntryInfoA","features":[1,123]},{"name":"GetUrlCacheEntryInfoExA","features":[1,123]},{"name":"GetUrlCacheEntryInfoExW","features":[1,123]},{"name":"GetUrlCacheEntryInfoW","features":[1,123]},{"name":"GetUrlCacheGroupAttributeA","features":[1,123]},{"name":"GetUrlCacheGroupAttributeW","features":[1,123]},{"name":"GetUrlCacheHeaderData","features":[1,123]},{"name":"GopherCreateLocatorA","features":[1,123]},{"name":"GopherCreateLocatorW","features":[1,123]},{"name":"GopherFindFirstFileA","features":[1,123]},{"name":"GopherFindFirstFileW","features":[1,123]},{"name":"GopherGetAttributeA","features":[1,123]},{"name":"GopherGetAttributeW","features":[1,123]},{"name":"GopherGetLocatorTypeA","features":[1,123]},{"name":"GopherGetLocatorTypeW","features":[1,123]},{"name":"GopherOpenFileA","features":[123]},{"name":"GopherOpenFileW","features":[123]},{"name":"HSR_ASYNC","features":[123]},{"name":"HSR_CHUNKED","features":[123]},{"name":"HSR_DOWNLOAD","features":[123]},{"name":"HSR_INITIATE","features":[123]},{"name":"HSR_SYNC","features":[123]},{"name":"HSR_USE_CONTEXT","features":[123]},{"name":"HTTP_1_1_CACHE_ENTRY","features":[123]},{"name":"HTTP_ADDREQ_FLAG","features":[123]},{"name":"HTTP_ADDREQ_FLAGS_MASK","features":[123]},{"name":"HTTP_ADDREQ_FLAG_ADD","features":[123]},{"name":"HTTP_ADDREQ_FLAG_ADD_IF_NEW","features":[123]},{"name":"HTTP_ADDREQ_FLAG_ALLOW_EMPTY_VALUES","features":[123]},{"name":"HTTP_ADDREQ_FLAG_COALESCE","features":[123]},{"name":"HTTP_ADDREQ_FLAG_COALESCE_WITH_COMMA","features":[123]},{"name":"HTTP_ADDREQ_FLAG_COALESCE_WITH_SEMICOLON","features":[123]},{"name":"HTTP_ADDREQ_FLAG_REPLACE","features":[123]},{"name":"HTTP_ADDREQ_FLAG_RESPONSE_HEADERS","features":[123]},{"name":"HTTP_ADDREQ_INDEX_MASK","features":[123]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_CROSS_SITE","features":[123]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_CROSS_SITE_LAX","features":[123]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_MAX","features":[123]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_SAME_SITE","features":[123]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_UNKNOWN","features":[123]},{"name":"HTTP_MAJOR_VERSION","features":[123]},{"name":"HTTP_MINOR_VERSION","features":[123]},{"name":"HTTP_POLICY_EXTENSION_INIT","features":[123]},{"name":"HTTP_POLICY_EXTENSION_SHUTDOWN","features":[123]},{"name":"HTTP_POLICY_EXTENSION_TYPE","features":[123]},{"name":"HTTP_POLICY_EXTENSION_VERSION","features":[123]},{"name":"HTTP_PROTOCOL_FLAG_HTTP2","features":[123]},{"name":"HTTP_PROTOCOL_MASK","features":[123]},{"name":"HTTP_PUSH_NOTIFICATION_STATUS","features":[1,123]},{"name":"HTTP_PUSH_TRANSPORT_SETTING","features":[123]},{"name":"HTTP_PUSH_WAIT_HANDLE","features":[123]},{"name":"HTTP_PUSH_WAIT_TYPE","features":[123]},{"name":"HTTP_QUERY_ACCEPT","features":[123]},{"name":"HTTP_QUERY_ACCEPT_CHARSET","features":[123]},{"name":"HTTP_QUERY_ACCEPT_ENCODING","features":[123]},{"name":"HTTP_QUERY_ACCEPT_LANGUAGE","features":[123]},{"name":"HTTP_QUERY_ACCEPT_RANGES","features":[123]},{"name":"HTTP_QUERY_AGE","features":[123]},{"name":"HTTP_QUERY_ALLOW","features":[123]},{"name":"HTTP_QUERY_AUTHENTICATION_INFO","features":[123]},{"name":"HTTP_QUERY_AUTHORIZATION","features":[123]},{"name":"HTTP_QUERY_CACHE_CONTROL","features":[123]},{"name":"HTTP_QUERY_CONNECTION","features":[123]},{"name":"HTTP_QUERY_CONTENT_BASE","features":[123]},{"name":"HTTP_QUERY_CONTENT_DESCRIPTION","features":[123]},{"name":"HTTP_QUERY_CONTENT_DISPOSITION","features":[123]},{"name":"HTTP_QUERY_CONTENT_ENCODING","features":[123]},{"name":"HTTP_QUERY_CONTENT_ID","features":[123]},{"name":"HTTP_QUERY_CONTENT_LANGUAGE","features":[123]},{"name":"HTTP_QUERY_CONTENT_LENGTH","features":[123]},{"name":"HTTP_QUERY_CONTENT_LOCATION","features":[123]},{"name":"HTTP_QUERY_CONTENT_MD5","features":[123]},{"name":"HTTP_QUERY_CONTENT_RANGE","features":[123]},{"name":"HTTP_QUERY_CONTENT_TRANSFER_ENCODING","features":[123]},{"name":"HTTP_QUERY_CONTENT_TYPE","features":[123]},{"name":"HTTP_QUERY_COOKIE","features":[123]},{"name":"HTTP_QUERY_COST","features":[123]},{"name":"HTTP_QUERY_CUSTOM","features":[123]},{"name":"HTTP_QUERY_DATE","features":[123]},{"name":"HTTP_QUERY_DEFAULT_STYLE","features":[123]},{"name":"HTTP_QUERY_DERIVED_FROM","features":[123]},{"name":"HTTP_QUERY_DO_NOT_TRACK","features":[123]},{"name":"HTTP_QUERY_ECHO_HEADERS","features":[123]},{"name":"HTTP_QUERY_ECHO_HEADERS_CRLF","features":[123]},{"name":"HTTP_QUERY_ECHO_REPLY","features":[123]},{"name":"HTTP_QUERY_ECHO_REQUEST","features":[123]},{"name":"HTTP_QUERY_ETAG","features":[123]},{"name":"HTTP_QUERY_EXPECT","features":[123]},{"name":"HTTP_QUERY_EXPIRES","features":[123]},{"name":"HTTP_QUERY_FLAG_COALESCE","features":[123]},{"name":"HTTP_QUERY_FLAG_COALESCE_WITH_COMMA","features":[123]},{"name":"HTTP_QUERY_FLAG_NUMBER","features":[123]},{"name":"HTTP_QUERY_FLAG_NUMBER64","features":[123]},{"name":"HTTP_QUERY_FLAG_REQUEST_HEADERS","features":[123]},{"name":"HTTP_QUERY_FLAG_SYSTEMTIME","features":[123]},{"name":"HTTP_QUERY_FORWARDED","features":[123]},{"name":"HTTP_QUERY_FROM","features":[123]},{"name":"HTTP_QUERY_HOST","features":[123]},{"name":"HTTP_QUERY_HTTP2_SETTINGS","features":[123]},{"name":"HTTP_QUERY_IF_MATCH","features":[123]},{"name":"HTTP_QUERY_IF_MODIFIED_SINCE","features":[123]},{"name":"HTTP_QUERY_IF_NONE_MATCH","features":[123]},{"name":"HTTP_QUERY_IF_RANGE","features":[123]},{"name":"HTTP_QUERY_IF_UNMODIFIED_SINCE","features":[123]},{"name":"HTTP_QUERY_INCLUDE_REFERER_TOKEN_BINDING_ID","features":[123]},{"name":"HTTP_QUERY_INCLUDE_REFERRED_TOKEN_BINDING_ID","features":[123]},{"name":"HTTP_QUERY_KEEP_ALIVE","features":[123]},{"name":"HTTP_QUERY_LAST_MODIFIED","features":[123]},{"name":"HTTP_QUERY_LINK","features":[123]},{"name":"HTTP_QUERY_LOCATION","features":[123]},{"name":"HTTP_QUERY_MAX","features":[123]},{"name":"HTTP_QUERY_MAX_FORWARDS","features":[123]},{"name":"HTTP_QUERY_MESSAGE_ID","features":[123]},{"name":"HTTP_QUERY_MIME_VERSION","features":[123]},{"name":"HTTP_QUERY_ORIG_URI","features":[123]},{"name":"HTTP_QUERY_P3P","features":[123]},{"name":"HTTP_QUERY_PASSPORT_CONFIG","features":[123]},{"name":"HTTP_QUERY_PASSPORT_URLS","features":[123]},{"name":"HTTP_QUERY_PRAGMA","features":[123]},{"name":"HTTP_QUERY_PROXY_AUTHENTICATE","features":[123]},{"name":"HTTP_QUERY_PROXY_AUTHORIZATION","features":[123]},{"name":"HTTP_QUERY_PROXY_CONNECTION","features":[123]},{"name":"HTTP_QUERY_PROXY_SUPPORT","features":[123]},{"name":"HTTP_QUERY_PUBLIC","features":[123]},{"name":"HTTP_QUERY_PUBLIC_KEY_PINS","features":[123]},{"name":"HTTP_QUERY_PUBLIC_KEY_PINS_REPORT_ONLY","features":[123]},{"name":"HTTP_QUERY_RANGE","features":[123]},{"name":"HTTP_QUERY_RAW_HEADERS","features":[123]},{"name":"HTTP_QUERY_RAW_HEADERS_CRLF","features":[123]},{"name":"HTTP_QUERY_REFERER","features":[123]},{"name":"HTTP_QUERY_REFRESH","features":[123]},{"name":"HTTP_QUERY_REQUEST_METHOD","features":[123]},{"name":"HTTP_QUERY_RETRY_AFTER","features":[123]},{"name":"HTTP_QUERY_SERVER","features":[123]},{"name":"HTTP_QUERY_SET_COOKIE","features":[123]},{"name":"HTTP_QUERY_SET_COOKIE2","features":[123]},{"name":"HTTP_QUERY_STATUS_CODE","features":[123]},{"name":"HTTP_QUERY_STATUS_TEXT","features":[123]},{"name":"HTTP_QUERY_STRICT_TRANSPORT_SECURITY","features":[123]},{"name":"HTTP_QUERY_TITLE","features":[123]},{"name":"HTTP_QUERY_TOKEN_BINDING","features":[123]},{"name":"HTTP_QUERY_TRANSFER_ENCODING","features":[123]},{"name":"HTTP_QUERY_TRANSLATE","features":[123]},{"name":"HTTP_QUERY_UNLESS_MODIFIED_SINCE","features":[123]},{"name":"HTTP_QUERY_UPGRADE","features":[123]},{"name":"HTTP_QUERY_URI","features":[123]},{"name":"HTTP_QUERY_USER_AGENT","features":[123]},{"name":"HTTP_QUERY_VARY","features":[123]},{"name":"HTTP_QUERY_VERSION","features":[123]},{"name":"HTTP_QUERY_VIA","features":[123]},{"name":"HTTP_QUERY_WARNING","features":[123]},{"name":"HTTP_QUERY_WWW_AUTHENTICATE","features":[123]},{"name":"HTTP_QUERY_X_CONTENT_TYPE_OPTIONS","features":[123]},{"name":"HTTP_QUERY_X_FRAME_OPTIONS","features":[123]},{"name":"HTTP_QUERY_X_P2P_PEERDIST","features":[123]},{"name":"HTTP_QUERY_X_UA_COMPATIBLE","features":[123]},{"name":"HTTP_QUERY_X_XSS_PROTECTION","features":[123]},{"name":"HTTP_REQUEST_TIMES","features":[123]},{"name":"HTTP_STATUS_MISDIRECTED_REQUEST","features":[123]},{"name":"HTTP_VERSIONA","features":[123]},{"name":"HTTP_VERSIONW","features":[123]},{"name":"HTTP_WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_ASYNC_RESULT","features":[123]},{"name":"HTTP_WEB_SOCKET_BINARY_FRAGMENT_TYPE","features":[123]},{"name":"HTTP_WEB_SOCKET_BINARY_MESSAGE_TYPE","features":[123]},{"name":"HTTP_WEB_SOCKET_BUFFER_TYPE","features":[123]},{"name":"HTTP_WEB_SOCKET_CLOSE_OPERATION","features":[123]},{"name":"HTTP_WEB_SOCKET_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_CLOSE_TYPE","features":[123]},{"name":"HTTP_WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_ENDPOINT_TERMINATED_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[123]},{"name":"HTTP_WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE","features":[123]},{"name":"HTTP_WEB_SOCKET_OPERATION","features":[123]},{"name":"HTTP_WEB_SOCKET_PING_TYPE","features":[123]},{"name":"HTTP_WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_RECEIVE_OPERATION","features":[123]},{"name":"HTTP_WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_SEND_OPERATION","features":[123]},{"name":"HTTP_WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_SHUTDOWN_OPERATION","features":[123]},{"name":"HTTP_WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[123]},{"name":"HTTP_WEB_SOCKET_UTF8_FRAGMENT_TYPE","features":[123]},{"name":"HTTP_WEB_SOCKET_UTF8_MESSAGE_TYPE","features":[123]},{"name":"HttpAddRequestHeadersA","features":[1,123]},{"name":"HttpAddRequestHeadersW","features":[1,123]},{"name":"HttpCheckDavComplianceA","features":[1,123]},{"name":"HttpCheckDavComplianceW","features":[1,123]},{"name":"HttpCloseDependencyHandle","features":[123]},{"name":"HttpDuplicateDependencyHandle","features":[123]},{"name":"HttpEndRequestA","features":[1,123]},{"name":"HttpEndRequestW","features":[1,123]},{"name":"HttpGetServerCredentials","features":[123]},{"name":"HttpIndicatePageLoadComplete","features":[123]},{"name":"HttpIsHostHstsEnabled","features":[1,123]},{"name":"HttpOpenDependencyHandle","features":[1,123]},{"name":"HttpOpenRequestA","features":[123]},{"name":"HttpOpenRequestW","features":[123]},{"name":"HttpPushClose","features":[123]},{"name":"HttpPushEnable","features":[123]},{"name":"HttpPushWait","features":[1,123]},{"name":"HttpPushWaitEnableComplete","features":[123]},{"name":"HttpPushWaitReceiveComplete","features":[123]},{"name":"HttpPushWaitSendComplete","features":[123]},{"name":"HttpQueryInfoA","features":[1,123]},{"name":"HttpQueryInfoW","features":[1,123]},{"name":"HttpRequestTimeMax","features":[123]},{"name":"HttpSendRequestA","features":[1,123]},{"name":"HttpSendRequestExA","features":[1,123]},{"name":"HttpSendRequestExW","features":[1,123]},{"name":"HttpSendRequestW","features":[1,123]},{"name":"HttpWebSocketClose","features":[1,123]},{"name":"HttpWebSocketCompleteUpgrade","features":[123]},{"name":"HttpWebSocketQueryCloseStatus","features":[1,123]},{"name":"HttpWebSocketReceive","features":[1,123]},{"name":"HttpWebSocketSend","features":[1,123]},{"name":"HttpWebSocketShutdown","features":[1,123]},{"name":"ICU_USERNAME","features":[123]},{"name":"IDENTITY_CACHE_ENTRY","features":[123]},{"name":"IDSI_FLAG_KEEP_ALIVE","features":[123]},{"name":"IDSI_FLAG_PROXY","features":[123]},{"name":"IDSI_FLAG_SECURE","features":[123]},{"name":"IDSI_FLAG_TUNNEL","features":[123]},{"name":"IDialBranding","features":[123]},{"name":"IDialEngine","features":[123]},{"name":"IDialEventSink","features":[123]},{"name":"IMMUTABLE_CACHE_ENTRY","features":[123]},{"name":"INSTALLED_CACHE_ENTRY","features":[123]},{"name":"INTERENT_GOONLINE_MASK","features":[123]},{"name":"INTERENT_GOONLINE_NOPROMPT","features":[123]},{"name":"INTERENT_GOONLINE_REFRESH","features":[123]},{"name":"INTERNET_ACCESS_TYPE","features":[123]},{"name":"INTERNET_ASYNC_RESULT","features":[123]},{"name":"INTERNET_AUTH_NOTIFY_DATA","features":[123]},{"name":"INTERNET_AUTH_SCHEME_BASIC","features":[123]},{"name":"INTERNET_AUTH_SCHEME_DIGEST","features":[123]},{"name":"INTERNET_AUTH_SCHEME_KERBEROS","features":[123]},{"name":"INTERNET_AUTH_SCHEME_NEGOTIATE","features":[123]},{"name":"INTERNET_AUTH_SCHEME_NTLM","features":[123]},{"name":"INTERNET_AUTH_SCHEME_PASSPORT","features":[123]},{"name":"INTERNET_AUTH_SCHEME_UNKNOWN","features":[123]},{"name":"INTERNET_AUTODIAL","features":[123]},{"name":"INTERNET_AUTODIAL_FAILIFSECURITYCHECK","features":[123]},{"name":"INTERNET_AUTODIAL_FORCE_ONLINE","features":[123]},{"name":"INTERNET_AUTODIAL_FORCE_UNATTENDED","features":[123]},{"name":"INTERNET_AUTODIAL_OVERRIDE_NET_PRESENT","features":[123]},{"name":"INTERNET_AUTOPROXY_INIT_DEFAULT","features":[123]},{"name":"INTERNET_AUTOPROXY_INIT_DOWNLOADSYNC","features":[123]},{"name":"INTERNET_AUTOPROXY_INIT_ONLYQUERY","features":[123]},{"name":"INTERNET_AUTOPROXY_INIT_QUERYSTATE","features":[123]},{"name":"INTERNET_BUFFERSA","features":[123]},{"name":"INTERNET_BUFFERSW","features":[123]},{"name":"INTERNET_CACHE_CONFIG_INFOA","features":[1,123]},{"name":"INTERNET_CACHE_CONFIG_INFOW","features":[1,123]},{"name":"INTERNET_CACHE_CONFIG_PATH_ENTRYA","features":[123]},{"name":"INTERNET_CACHE_CONFIG_PATH_ENTRYW","features":[123]},{"name":"INTERNET_CACHE_CONTAINER_AUTODELETE","features":[123]},{"name":"INTERNET_CACHE_CONTAINER_BLOOM_FILTER","features":[123]},{"name":"INTERNET_CACHE_CONTAINER_INFOA","features":[123]},{"name":"INTERNET_CACHE_CONTAINER_INFOW","features":[123]},{"name":"INTERNET_CACHE_CONTAINER_MAP_ENABLED","features":[123]},{"name":"INTERNET_CACHE_CONTAINER_NODESKTOPINIT","features":[123]},{"name":"INTERNET_CACHE_CONTAINER_NOSUBDIRS","features":[123]},{"name":"INTERNET_CACHE_CONTAINER_RESERVED1","features":[123]},{"name":"INTERNET_CACHE_CONTAINER_SHARE_READ","features":[123]},{"name":"INTERNET_CACHE_CONTAINER_SHARE_READ_WRITE","features":[123]},{"name":"INTERNET_CACHE_ENTRY_INFOA","features":[1,123]},{"name":"INTERNET_CACHE_ENTRY_INFOW","features":[1,123]},{"name":"INTERNET_CACHE_FLAG_ADD_FILENAME_ONLY","features":[123]},{"name":"INTERNET_CACHE_FLAG_ALLOW_COLLISIONS","features":[123]},{"name":"INTERNET_CACHE_FLAG_ENTRY_OR_MAPPING","features":[123]},{"name":"INTERNET_CACHE_FLAG_GET_STRUCT_ONLY","features":[123]},{"name":"INTERNET_CACHE_FLAG_INSTALLED_ENTRY","features":[123]},{"name":"INTERNET_CACHE_GROUP_ADD","features":[123]},{"name":"INTERNET_CACHE_GROUP_INFOA","features":[123]},{"name":"INTERNET_CACHE_GROUP_INFOW","features":[123]},{"name":"INTERNET_CACHE_GROUP_REMOVE","features":[123]},{"name":"INTERNET_CACHE_TIMESTAMPS","features":[1,123]},{"name":"INTERNET_CALLBACK_COOKIE","features":[1,123]},{"name":"INTERNET_CERTIFICATE_INFO","features":[1,123]},{"name":"INTERNET_CONNECTED_INFO","features":[123]},{"name":"INTERNET_CONNECTION","features":[123]},{"name":"INTERNET_CONNECTION_CONFIGURED","features":[123]},{"name":"INTERNET_CONNECTION_LAN","features":[123]},{"name":"INTERNET_CONNECTION_MODEM","features":[123]},{"name":"INTERNET_CONNECTION_MODEM_BUSY","features":[123]},{"name":"INTERNET_CONNECTION_OFFLINE","features":[123]},{"name":"INTERNET_CONNECTION_PROXY","features":[123]},{"name":"INTERNET_COOKIE","features":[1,123]},{"name":"INTERNET_COOKIE2","features":[1,123]},{"name":"INTERNET_COOKIE_ALL_COOKIES","features":[123]},{"name":"INTERNET_COOKIE_APPLY_HOST_ONLY","features":[123]},{"name":"INTERNET_COOKIE_APPLY_P3P","features":[123]},{"name":"INTERNET_COOKIE_ECTX_3RDPARTY","features":[123]},{"name":"INTERNET_COOKIE_EDGE_COOKIES","features":[123]},{"name":"INTERNET_COOKIE_EVALUATE_P3P","features":[123]},{"name":"INTERNET_COOKIE_FLAGS","features":[123]},{"name":"INTERNET_COOKIE_HOST_ONLY","features":[123]},{"name":"INTERNET_COOKIE_HOST_ONLY_APPLIED","features":[123]},{"name":"INTERNET_COOKIE_HTTPONLY","features":[123]},{"name":"INTERNET_COOKIE_IE6","features":[123]},{"name":"INTERNET_COOKIE_IS_LEGACY","features":[123]},{"name":"INTERNET_COOKIE_IS_RESTRICTED","features":[123]},{"name":"INTERNET_COOKIE_IS_SECURE","features":[123]},{"name":"INTERNET_COOKIE_IS_SESSION","features":[123]},{"name":"INTERNET_COOKIE_NON_SCRIPT","features":[123]},{"name":"INTERNET_COOKIE_NO_CALLBACK","features":[123]},{"name":"INTERNET_COOKIE_P3P_ENABLED","features":[123]},{"name":"INTERNET_COOKIE_PERSISTENT_HOST_ONLY","features":[123]},{"name":"INTERNET_COOKIE_PROMPT_REQUIRED","features":[123]},{"name":"INTERNET_COOKIE_RESTRICTED_ZONE","features":[123]},{"name":"INTERNET_COOKIE_SAME_SITE_LAX","features":[123]},{"name":"INTERNET_COOKIE_SAME_SITE_LEVEL_CROSS_SITE","features":[123]},{"name":"INTERNET_COOKIE_SAME_SITE_STRICT","features":[123]},{"name":"INTERNET_COOKIE_THIRD_PARTY","features":[123]},{"name":"INTERNET_CREDENTIALS","features":[1,123]},{"name":"INTERNET_CUSTOMDIAL_CAN_HANGUP","features":[123]},{"name":"INTERNET_CUSTOMDIAL_CONNECT","features":[123]},{"name":"INTERNET_CUSTOMDIAL_DISCONNECT","features":[123]},{"name":"INTERNET_CUSTOMDIAL_SAFE_FOR_UNATTENDED","features":[123]},{"name":"INTERNET_CUSTOMDIAL_SHOWOFFLINE","features":[123]},{"name":"INTERNET_CUSTOMDIAL_UNATTENDED","features":[123]},{"name":"INTERNET_CUSTOMDIAL_WILL_SUPPLY_STATE","features":[123]},{"name":"INTERNET_DEFAULT_FTP_PORT","features":[123]},{"name":"INTERNET_DEFAULT_GOPHER_PORT","features":[123]},{"name":"INTERNET_DEFAULT_SOCKS_PORT","features":[123]},{"name":"INTERNET_DIAGNOSTIC_SOCKET_INFO","features":[123]},{"name":"INTERNET_DIALSTATE_DISCONNECTED","features":[123]},{"name":"INTERNET_DIAL_FORCE_PROMPT","features":[123]},{"name":"INTERNET_DIAL_SHOW_OFFLINE","features":[123]},{"name":"INTERNET_DIAL_UNATTENDED","features":[123]},{"name":"INTERNET_DOWNLOAD_MODE_HANDLE","features":[1,123]},{"name":"INTERNET_END_BROWSER_SESSION_DATA","features":[123]},{"name":"INTERNET_ERROR_BASE","features":[123]},{"name":"INTERNET_ERROR_LAST","features":[123]},{"name":"INTERNET_ERROR_MASK_COMBINED_SEC_CERT","features":[123]},{"name":"INTERNET_ERROR_MASK_INSERT_CDROM","features":[123]},{"name":"INTERNET_ERROR_MASK_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[123]},{"name":"INTERNET_ERROR_MASK_NEED_MSN_SSPI_PKG","features":[123]},{"name":"INTERNET_FIRST_OPTION","features":[123]},{"name":"INTERNET_FLAG_ASYNC","features":[123]},{"name":"INTERNET_FLAG_BGUPDATE","features":[123]},{"name":"INTERNET_FLAG_CACHE_ASYNC","features":[123]},{"name":"INTERNET_FLAG_CACHE_IF_NET_FAIL","features":[123]},{"name":"INTERNET_FLAG_DONT_CACHE","features":[123]},{"name":"INTERNET_FLAG_EXISTING_CONNECT","features":[123]},{"name":"INTERNET_FLAG_FORMS_SUBMIT","features":[123]},{"name":"INTERNET_FLAG_FROM_CACHE","features":[123]},{"name":"INTERNET_FLAG_FTP_FOLDER_VIEW","features":[123]},{"name":"INTERNET_FLAG_FWD_BACK","features":[123]},{"name":"INTERNET_FLAG_HYPERLINK","features":[123]},{"name":"INTERNET_FLAG_IDN_DIRECT","features":[123]},{"name":"INTERNET_FLAG_IDN_PROXY","features":[123]},{"name":"INTERNET_FLAG_IGNORE_CERT_CN_INVALID","features":[123]},{"name":"INTERNET_FLAG_IGNORE_CERT_DATE_INVALID","features":[123]},{"name":"INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTP","features":[123]},{"name":"INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTPS","features":[123]},{"name":"INTERNET_FLAG_KEEP_CONNECTION","features":[123]},{"name":"INTERNET_FLAG_MAKE_PERSISTENT","features":[123]},{"name":"INTERNET_FLAG_MUST_CACHE_REQUEST","features":[123]},{"name":"INTERNET_FLAG_NEED_FILE","features":[123]},{"name":"INTERNET_FLAG_NO_AUTH","features":[123]},{"name":"INTERNET_FLAG_NO_AUTO_REDIRECT","features":[123]},{"name":"INTERNET_FLAG_NO_CACHE_WRITE","features":[123]},{"name":"INTERNET_FLAG_NO_COOKIES","features":[123]},{"name":"INTERNET_FLAG_NO_UI","features":[123]},{"name":"INTERNET_FLAG_OFFLINE","features":[123]},{"name":"INTERNET_FLAG_PASSIVE","features":[123]},{"name":"INTERNET_FLAG_PRAGMA_NOCACHE","features":[123]},{"name":"INTERNET_FLAG_RAW_DATA","features":[123]},{"name":"INTERNET_FLAG_READ_PREFETCH","features":[123]},{"name":"INTERNET_FLAG_RELOAD","features":[123]},{"name":"INTERNET_FLAG_RESTRICTED_ZONE","features":[123]},{"name":"INTERNET_FLAG_RESYNCHRONIZE","features":[123]},{"name":"INTERNET_FLAG_SECURE","features":[123]},{"name":"INTERNET_FLAG_TRANSFER_ASCII","features":[123]},{"name":"INTERNET_FLAG_TRANSFER_BINARY","features":[123]},{"name":"INTERNET_GLOBAL_CALLBACK_DETECTING_PROXY","features":[123]},{"name":"INTERNET_GLOBAL_CALLBACK_SENDING_HTTP_HEADERS","features":[123]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_FTP","features":[123]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_GOPHER","features":[123]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_HTTP","features":[123]},{"name":"INTERNET_HANDLE_TYPE_FILE_REQUEST","features":[123]},{"name":"INTERNET_HANDLE_TYPE_FTP_FILE","features":[123]},{"name":"INTERNET_HANDLE_TYPE_FTP_FILE_HTML","features":[123]},{"name":"INTERNET_HANDLE_TYPE_FTP_FIND","features":[123]},{"name":"INTERNET_HANDLE_TYPE_FTP_FIND_HTML","features":[123]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FILE","features":[123]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FILE_HTML","features":[123]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FIND","features":[123]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FIND_HTML","features":[123]},{"name":"INTERNET_HANDLE_TYPE_HTTP_REQUEST","features":[123]},{"name":"INTERNET_HANDLE_TYPE_INTERNET","features":[123]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_CONTENT","features":[123]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_COOKIES","features":[123]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_DATA","features":[123]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_HISTORY","features":[123]},{"name":"INTERNET_IDENTITY_FLAG_PRIVATE_CACHE","features":[123]},{"name":"INTERNET_IDENTITY_FLAG_SHARED_CACHE","features":[123]},{"name":"INTERNET_INTERNAL_ERROR_BASE","features":[123]},{"name":"INTERNET_INVALID_PORT_NUMBER","features":[123]},{"name":"INTERNET_KEEP_ALIVE_DISABLED","features":[123]},{"name":"INTERNET_KEEP_ALIVE_ENABLED","features":[123]},{"name":"INTERNET_KEEP_ALIVE_UNKNOWN","features":[123]},{"name":"INTERNET_LAST_OPTION","features":[123]},{"name":"INTERNET_LAST_OPTION_INTERNAL","features":[123]},{"name":"INTERNET_MAX_HOST_NAME_LENGTH","features":[123]},{"name":"INTERNET_MAX_PASSWORD_LENGTH","features":[123]},{"name":"INTERNET_MAX_PORT_NUMBER_LENGTH","features":[123]},{"name":"INTERNET_MAX_PORT_NUMBER_VALUE","features":[123]},{"name":"INTERNET_MAX_USER_NAME_LENGTH","features":[123]},{"name":"INTERNET_NO_CALLBACK","features":[123]},{"name":"INTERNET_OPEN_TYPE_DIRECT","features":[123]},{"name":"INTERNET_OPEN_TYPE_PRECONFIG","features":[123]},{"name":"INTERNET_OPEN_TYPE_PRECONFIG_WITH_NO_AUTOPROXY","features":[123]},{"name":"INTERNET_OPEN_TYPE_PROXY","features":[123]},{"name":"INTERNET_OPTION_ACTIVATE_WORKER_THREADS","features":[123]},{"name":"INTERNET_OPTION_ACTIVITY_ID","features":[123]},{"name":"INTERNET_OPTION_ALLOW_FAILED_CONNECT_CONTENT","features":[123]},{"name":"INTERNET_OPTION_ALLOW_INSECURE_FALLBACK","features":[123]},{"name":"INTERNET_OPTION_ALTER_IDENTITY","features":[123]},{"name":"INTERNET_OPTION_APP_CACHE","features":[123]},{"name":"INTERNET_OPTION_ASYNC","features":[123]},{"name":"INTERNET_OPTION_ASYNC_ID","features":[123]},{"name":"INTERNET_OPTION_ASYNC_PRIORITY","features":[123]},{"name":"INTERNET_OPTION_AUTH_FLAGS","features":[123]},{"name":"INTERNET_OPTION_AUTH_SCHEME_SELECTED","features":[123]},{"name":"INTERNET_OPTION_AUTODIAL_CONNECTION","features":[123]},{"name":"INTERNET_OPTION_AUTODIAL_HWND","features":[123]},{"name":"INTERNET_OPTION_AUTODIAL_MODE","features":[123]},{"name":"INTERNET_OPTION_BACKGROUND_CONNECTIONS","features":[123]},{"name":"INTERNET_OPTION_BYPASS_EDITED_ENTRY","features":[123]},{"name":"INTERNET_OPTION_CACHE_ENTRY_EXTRA_DATA","features":[123]},{"name":"INTERNET_OPTION_CACHE_PARTITION","features":[123]},{"name":"INTERNET_OPTION_CACHE_STREAM_HANDLE","features":[123]},{"name":"INTERNET_OPTION_CACHE_TIMESTAMPS","features":[123]},{"name":"INTERNET_OPTION_CALLBACK","features":[123]},{"name":"INTERNET_OPTION_CALLBACK_FILTER","features":[123]},{"name":"INTERNET_OPTION_CALLER_MODULE","features":[123]},{"name":"INTERNET_OPTION_CANCEL_CACHE_WRITE","features":[123]},{"name":"INTERNET_OPTION_CERT_ERROR_FLAGS","features":[123]},{"name":"INTERNET_OPTION_CHUNK_ENCODE_REQUEST","features":[123]},{"name":"INTERNET_OPTION_CLIENT_CERT_CONTEXT","features":[123]},{"name":"INTERNET_OPTION_CLIENT_CERT_ISSUER_LIST","features":[123]},{"name":"INTERNET_OPTION_CM_HANDLE_COPY_REF","features":[123]},{"name":"INTERNET_OPTION_CODEPAGE","features":[123]},{"name":"INTERNET_OPTION_CODEPAGE_EXTRA","features":[123]},{"name":"INTERNET_OPTION_CODEPAGE_PATH","features":[123]},{"name":"INTERNET_OPTION_COMPRESSED_CONTENT_LENGTH","features":[123]},{"name":"INTERNET_OPTION_CONNECTED_STATE","features":[123]},{"name":"INTERNET_OPTION_CONNECTION_FILTER","features":[123]},{"name":"INTERNET_OPTION_CONNECTION_INFO","features":[123]},{"name":"INTERNET_OPTION_CONNECT_BACKOFF","features":[123]},{"name":"INTERNET_OPTION_CONNECT_LIMIT","features":[123]},{"name":"INTERNET_OPTION_CONNECT_RETRIES","features":[123]},{"name":"INTERNET_OPTION_CONNECT_TIME","features":[123]},{"name":"INTERNET_OPTION_CONNECT_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_CONTEXT_VALUE","features":[123]},{"name":"INTERNET_OPTION_CONTEXT_VALUE_OLD","features":[123]},{"name":"INTERNET_OPTION_CONTROL_RECEIVE_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_CONTROL_SEND_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_COOKIES_3RD_PARTY","features":[123]},{"name":"INTERNET_OPTION_COOKIES_APPLY_HOST_ONLY","features":[123]},{"name":"INTERNET_OPTION_COOKIES_SAME_SITE_LEVEL","features":[123]},{"name":"INTERNET_OPTION_DATAFILE_EXT","features":[123]},{"name":"INTERNET_OPTION_DATAFILE_NAME","features":[123]},{"name":"INTERNET_OPTION_DATA_RECEIVE_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_DATA_SEND_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_DEPENDENCY_HANDLE","features":[123]},{"name":"INTERNET_OPTION_DETECT_POST_SEND","features":[123]},{"name":"INTERNET_OPTION_DIAGNOSTIC_SOCKET_INFO","features":[123]},{"name":"INTERNET_OPTION_DIGEST_AUTH_UNLOAD","features":[123]},{"name":"INTERNET_OPTION_DISABLE_AUTODIAL","features":[123]},{"name":"INTERNET_OPTION_DISABLE_INSECURE_FALLBACK","features":[123]},{"name":"INTERNET_OPTION_DISABLE_NTLM_PREAUTH","features":[123]},{"name":"INTERNET_OPTION_DISABLE_PASSPORT_AUTH","features":[123]},{"name":"INTERNET_OPTION_DISABLE_PROXY_LINK_LOCAL_NAME_RESOLUTION","features":[123]},{"name":"INTERNET_OPTION_DISALLOW_PREMATURE_EOF","features":[123]},{"name":"INTERNET_OPTION_DISCONNECTED_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_DOWNLOAD_MODE","features":[123]},{"name":"INTERNET_OPTION_DOWNLOAD_MODE_HANDLE","features":[123]},{"name":"INTERNET_OPTION_DO_NOT_TRACK","features":[123]},{"name":"INTERNET_OPTION_DUO_USED","features":[123]},{"name":"INTERNET_OPTION_EDGE_COOKIES","features":[123]},{"name":"INTERNET_OPTION_EDGE_COOKIES_TEMP","features":[123]},{"name":"INTERNET_OPTION_EDGE_MODE","features":[123]},{"name":"INTERNET_OPTION_ENABLE_DUO","features":[123]},{"name":"INTERNET_OPTION_ENABLE_HEADER_CALLBACKS","features":[123]},{"name":"INTERNET_OPTION_ENABLE_HTTP_PROTOCOL","features":[123]},{"name":"INTERNET_OPTION_ENABLE_PASSPORT_AUTH","features":[123]},{"name":"INTERNET_OPTION_ENABLE_REDIRECT_CACHE_READ","features":[123]},{"name":"INTERNET_OPTION_ENABLE_TEST_SIGNING","features":[123]},{"name":"INTERNET_OPTION_ENABLE_WBOEXT","features":[123]},{"name":"INTERNET_OPTION_ENABLE_ZLIB_DEFLATE","features":[123]},{"name":"INTERNET_OPTION_ENCODE_EXTRA","features":[123]},{"name":"INTERNET_OPTION_ENCODE_FALLBACK_FOR_REDIRECT_URI","features":[123]},{"name":"INTERNET_OPTION_END_BROWSER_SESSION","features":[123]},{"name":"INTERNET_OPTION_ENTERPRISE_CONTEXT","features":[123]},{"name":"INTERNET_OPTION_ERROR_MASK","features":[123]},{"name":"INTERNET_OPTION_EXEMPT_CONNECTION_LIMIT","features":[123]},{"name":"INTERNET_OPTION_EXTENDED_CALLBACKS","features":[123]},{"name":"INTERNET_OPTION_EXTENDED_ERROR","features":[123]},{"name":"INTERNET_OPTION_FAIL_ON_CACHE_WRITE_ERROR","features":[123]},{"name":"INTERNET_OPTION_FALSE_START","features":[123]},{"name":"INTERNET_OPTION_FLUSH_STATE","features":[123]},{"name":"INTERNET_OPTION_FORCE_DECODE","features":[123]},{"name":"INTERNET_OPTION_FROM_CACHE_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_GLOBAL_CALLBACK","features":[123]},{"name":"INTERNET_OPTION_HANDLE_TYPE","features":[123]},{"name":"INTERNET_OPTION_HIBERNATE_INACTIVE_WORKER_THREADS","features":[123]},{"name":"INTERNET_OPTION_HSTS","features":[123]},{"name":"INTERNET_OPTION_HTTP_09","features":[123]},{"name":"INTERNET_OPTION_HTTP_DECODING","features":[123]},{"name":"INTERNET_OPTION_HTTP_PROTOCOL_USED","features":[123]},{"name":"INTERNET_OPTION_HTTP_VERSION","features":[123]},{"name":"INTERNET_OPTION_IDENTITY","features":[123]},{"name":"INTERNET_OPTION_IDLE_STATE","features":[123]},{"name":"INTERNET_OPTION_IDN","features":[123]},{"name":"INTERNET_OPTION_IGNORE_CERT_ERROR_FLAGS","features":[123]},{"name":"INTERNET_OPTION_IGNORE_OFFLINE","features":[123]},{"name":"INTERNET_OPTION_KEEP_CONNECTION","features":[123]},{"name":"INTERNET_OPTION_LINE_STATE","features":[123]},{"name":"INTERNET_OPTION_LISTEN_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER","features":[123]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_PROXY","features":[123]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_SERVER","features":[123]},{"name":"INTERNET_OPTION_MAX_QUERY_BUFFER_SIZE","features":[123]},{"name":"INTERNET_OPTION_NET_SPEED","features":[123]},{"name":"INTERNET_OPTION_NOCACHE_WRITE_IN_PRIVATE","features":[123]},{"name":"INTERNET_OPTION_NOTIFY_SENDING_COOKIE","features":[123]},{"name":"INTERNET_OPTION_NO_HTTP_SERVER_AUTH","features":[123]},{"name":"INTERNET_OPTION_OFFLINE_MODE","features":[123]},{"name":"INTERNET_OPTION_OFFLINE_SEMANTICS","features":[123]},{"name":"INTERNET_OPTION_OFFLINE_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_OPT_IN_WEAK_SIGNATURE","features":[123]},{"name":"INTERNET_OPTION_ORIGINAL_CONNECT_FLAGS","features":[123]},{"name":"INTERNET_OPTION_PARENT_HANDLE","features":[123]},{"name":"INTERNET_OPTION_PARSE_LINE_FOLDING","features":[123]},{"name":"INTERNET_OPTION_PASSWORD","features":[123]},{"name":"INTERNET_OPTION_PER_CONNECTION_OPTION","features":[123]},{"name":"INTERNET_OPTION_POLICY","features":[123]},{"name":"INTERNET_OPTION_PRESERVE_REFERER_ON_HTTPS_TO_HTTP_REDIRECT","features":[123]},{"name":"INTERNET_OPTION_PRESERVE_REQUEST_SERVER_CREDENTIALS_ON_REDIRECT","features":[123]},{"name":"INTERNET_OPTION_PROXY","features":[123]},{"name":"INTERNET_OPTION_PROXY_AUTH_SCHEME","features":[123]},{"name":"INTERNET_OPTION_PROXY_CREDENTIALS","features":[123]},{"name":"INTERNET_OPTION_PROXY_FROM_REQUEST","features":[123]},{"name":"INTERNET_OPTION_PROXY_PASSWORD","features":[123]},{"name":"INTERNET_OPTION_PROXY_SETTINGS_CHANGED","features":[123]},{"name":"INTERNET_OPTION_PROXY_USERNAME","features":[123]},{"name":"INTERNET_OPTION_READ_BUFFER_SIZE","features":[123]},{"name":"INTERNET_OPTION_RECEIVE_THROUGHPUT","features":[123]},{"name":"INTERNET_OPTION_RECEIVE_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_REFERER_TOKEN_BINDING_HOSTNAME","features":[123]},{"name":"INTERNET_OPTION_REFRESH","features":[123]},{"name":"INTERNET_OPTION_REMOVE_IDENTITY","features":[123]},{"name":"INTERNET_OPTION_REQUEST_ANNOTATION","features":[123]},{"name":"INTERNET_OPTION_REQUEST_ANNOTATION_MAX_LENGTH","features":[123]},{"name":"INTERNET_OPTION_REQUEST_FLAGS","features":[123]},{"name":"INTERNET_OPTION_REQUEST_PRIORITY","features":[123]},{"name":"INTERNET_OPTION_REQUEST_TIMES","features":[123]},{"name":"INTERNET_OPTION_RESET","features":[123]},{"name":"INTERNET_OPTION_RESET_URLCACHE_SESSION","features":[123]},{"name":"INTERNET_OPTION_RESPONSE_RESUMABLE","features":[123]},{"name":"INTERNET_OPTION_RESTORE_WORKER_THREAD_DEFAULTS","features":[123]},{"name":"INTERNET_OPTION_SECONDARY_CACHE_KEY","features":[123]},{"name":"INTERNET_OPTION_SECURE_FAILURE","features":[123]},{"name":"INTERNET_OPTION_SECURITY_CERTIFICATE","features":[123]},{"name":"INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT","features":[123]},{"name":"INTERNET_OPTION_SECURITY_CONNECTION_INFO","features":[123]},{"name":"INTERNET_OPTION_SECURITY_FLAGS","features":[123]},{"name":"INTERNET_OPTION_SECURITY_KEY_BITNESS","features":[123]},{"name":"INTERNET_OPTION_SECURITY_SELECT_CLIENT_CERT","features":[123]},{"name":"INTERNET_OPTION_SEND_THROUGHPUT","features":[123]},{"name":"INTERNET_OPTION_SEND_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_SEND_UTF8_SERVERNAME_TO_PROXY","features":[123]},{"name":"INTERNET_OPTION_SERVER_ADDRESS_INFO","features":[123]},{"name":"INTERNET_OPTION_SERVER_AUTH_SCHEME","features":[123]},{"name":"INTERNET_OPTION_SERVER_CERT_CHAIN_CONTEXT","features":[123]},{"name":"INTERNET_OPTION_SERVER_CREDENTIALS","features":[123]},{"name":"INTERNET_OPTION_SESSION_START_TIME","features":[123]},{"name":"INTERNET_OPTION_SETTINGS_CHANGED","features":[123]},{"name":"INTERNET_OPTION_SET_IN_PRIVATE","features":[123]},{"name":"INTERNET_OPTION_SOCKET_NODELAY","features":[123]},{"name":"INTERNET_OPTION_SOCKET_NOTIFICATION_IOCTL","features":[123]},{"name":"INTERNET_OPTION_SOCKET_SEND_BUFFER_LENGTH","features":[123]},{"name":"INTERNET_OPTION_SOURCE_PORT","features":[123]},{"name":"INTERNET_OPTION_SUPPRESS_BEHAVIOR","features":[123]},{"name":"INTERNET_OPTION_SUPPRESS_SERVER_AUTH","features":[123]},{"name":"INTERNET_OPTION_SYNC_MODE_AUTOMATIC_SESSION_DISABLED","features":[123]},{"name":"INTERNET_OPTION_TCP_FAST_OPEN","features":[123]},{"name":"INTERNET_OPTION_TIMED_CONNECTION_LIMIT_BYPASS","features":[123]},{"name":"INTERNET_OPTION_TOKEN_BINDING_PUBLIC_KEY","features":[123]},{"name":"INTERNET_OPTION_TUNNEL_ONLY","features":[123]},{"name":"INTERNET_OPTION_UNLOAD_NOTIFY_EVENT","features":[123]},{"name":"INTERNET_OPTION_UPGRADE_TO_WEB_SOCKET","features":[123]},{"name":"INTERNET_OPTION_URL","features":[123]},{"name":"INTERNET_OPTION_USERNAME","features":[123]},{"name":"INTERNET_OPTION_USER_AGENT","features":[123]},{"name":"INTERNET_OPTION_USER_PASS_SERVER_ONLY","features":[123]},{"name":"INTERNET_OPTION_USE_FIRST_AVAILABLE_CONNECTION","features":[123]},{"name":"INTERNET_OPTION_USE_MODIFIED_HEADER_FILTER","features":[123]},{"name":"INTERNET_OPTION_VERSION","features":[123]},{"name":"INTERNET_OPTION_WEB_SOCKET_CLOSE_TIMEOUT","features":[123]},{"name":"INTERNET_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL","features":[123]},{"name":"INTERNET_OPTION_WPAD_SLEEP","features":[123]},{"name":"INTERNET_OPTION_WRITE_BUFFER_SIZE","features":[123]},{"name":"INTERNET_OPTION_WWA_MODE","features":[123]},{"name":"INTERNET_PER_CONN","features":[123]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_LAST_DETECT_TIME","features":[123]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_LAST_DETECT_URL","features":[123]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_RELOAD_DELAY_MINS","features":[123]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_SECONDARY_URL","features":[123]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_URL","features":[123]},{"name":"INTERNET_PER_CONN_AUTODISCOVERY_FLAGS","features":[123]},{"name":"INTERNET_PER_CONN_FLAGS","features":[123]},{"name":"INTERNET_PER_CONN_FLAGS_UI","features":[123]},{"name":"INTERNET_PER_CONN_OPTIONA","features":[1,123]},{"name":"INTERNET_PER_CONN_OPTIONW","features":[1,123]},{"name":"INTERNET_PER_CONN_OPTION_LISTA","features":[1,123]},{"name":"INTERNET_PER_CONN_OPTION_LISTW","features":[1,123]},{"name":"INTERNET_PER_CONN_PROXY_BYPASS","features":[123]},{"name":"INTERNET_PER_CONN_PROXY_SERVER","features":[123]},{"name":"INTERNET_PREFETCH_ABORTED","features":[123]},{"name":"INTERNET_PREFETCH_COMPLETE","features":[123]},{"name":"INTERNET_PREFETCH_PROGRESS","features":[123]},{"name":"INTERNET_PREFETCH_STATUS","features":[123]},{"name":"INTERNET_PRIORITY_FOREGROUND","features":[123]},{"name":"INTERNET_PROXY_INFO","features":[123]},{"name":"INTERNET_RAS_INSTALLED","features":[123]},{"name":"INTERNET_REQFLAG_ASYNC","features":[123]},{"name":"INTERNET_REQFLAG_CACHE_WRITE_DISABLED","features":[123]},{"name":"INTERNET_REQFLAG_FROM_APP_CACHE","features":[123]},{"name":"INTERNET_REQFLAG_FROM_CACHE","features":[123]},{"name":"INTERNET_REQFLAG_NET_TIMEOUT","features":[123]},{"name":"INTERNET_REQFLAG_NO_HEADERS","features":[123]},{"name":"INTERNET_REQFLAG_PASSIVE","features":[123]},{"name":"INTERNET_REQFLAG_VIA_PROXY","features":[123]},{"name":"INTERNET_RFC1123_BUFSIZE","features":[123]},{"name":"INTERNET_RFC1123_FORMAT","features":[123]},{"name":"INTERNET_SCHEME","features":[123]},{"name":"INTERNET_SCHEME_DEFAULT","features":[123]},{"name":"INTERNET_SCHEME_FILE","features":[123]},{"name":"INTERNET_SCHEME_FIRST","features":[123]},{"name":"INTERNET_SCHEME_FTP","features":[123]},{"name":"INTERNET_SCHEME_GOPHER","features":[123]},{"name":"INTERNET_SCHEME_HTTP","features":[123]},{"name":"INTERNET_SCHEME_HTTPS","features":[123]},{"name":"INTERNET_SCHEME_JAVASCRIPT","features":[123]},{"name":"INTERNET_SCHEME_LAST","features":[123]},{"name":"INTERNET_SCHEME_MAILTO","features":[123]},{"name":"INTERNET_SCHEME_NEWS","features":[123]},{"name":"INTERNET_SCHEME_PARTIAL","features":[123]},{"name":"INTERNET_SCHEME_RES","features":[123]},{"name":"INTERNET_SCHEME_SOCKS","features":[123]},{"name":"INTERNET_SCHEME_UNKNOWN","features":[123]},{"name":"INTERNET_SCHEME_VBSCRIPT","features":[123]},{"name":"INTERNET_SECURITY_CONNECTION_INFO","features":[1,123,24,75]},{"name":"INTERNET_SECURITY_INFO","features":[1,123,24,75]},{"name":"INTERNET_SERVER_CONNECTION_STATE","features":[1,123]},{"name":"INTERNET_SERVICE_FTP","features":[123]},{"name":"INTERNET_SERVICE_GOPHER","features":[123]},{"name":"INTERNET_SERVICE_HTTP","features":[123]},{"name":"INTERNET_SERVICE_URL","features":[123]},{"name":"INTERNET_STATE","features":[123]},{"name":"INTERNET_STATE_BUSY","features":[123]},{"name":"INTERNET_STATE_CONNECTED","features":[123]},{"name":"INTERNET_STATE_DISCONNECTED","features":[123]},{"name":"INTERNET_STATE_DISCONNECTED_BY_USER","features":[123]},{"name":"INTERNET_STATE_IDLE","features":[123]},{"name":"INTERNET_STATUS_CLOSING_CONNECTION","features":[123]},{"name":"INTERNET_STATUS_CONNECTED_TO_SERVER","features":[123]},{"name":"INTERNET_STATUS_CONNECTING_TO_SERVER","features":[123]},{"name":"INTERNET_STATUS_CONNECTION_CLOSED","features":[123]},{"name":"INTERNET_STATUS_COOKIE","features":[123]},{"name":"INTERNET_STATUS_COOKIE_HISTORY","features":[123]},{"name":"INTERNET_STATUS_COOKIE_RECEIVED","features":[123]},{"name":"INTERNET_STATUS_COOKIE_SENT","features":[123]},{"name":"INTERNET_STATUS_CTL_RESPONSE_RECEIVED","features":[123]},{"name":"INTERNET_STATUS_DETECTING_PROXY","features":[123]},{"name":"INTERNET_STATUS_END_BROWSER_SESSION","features":[123]},{"name":"INTERNET_STATUS_FILTER_CLOSED","features":[123]},{"name":"INTERNET_STATUS_FILTER_CLOSING","features":[123]},{"name":"INTERNET_STATUS_FILTER_CONNECTED","features":[123]},{"name":"INTERNET_STATUS_FILTER_CONNECTING","features":[123]},{"name":"INTERNET_STATUS_FILTER_HANDLE_CLOSING","features":[123]},{"name":"INTERNET_STATUS_FILTER_HANDLE_CREATED","features":[123]},{"name":"INTERNET_STATUS_FILTER_PREFETCH","features":[123]},{"name":"INTERNET_STATUS_FILTER_RECEIVED","features":[123]},{"name":"INTERNET_STATUS_FILTER_RECEIVING","features":[123]},{"name":"INTERNET_STATUS_FILTER_REDIRECT","features":[123]},{"name":"INTERNET_STATUS_FILTER_RESOLVED","features":[123]},{"name":"INTERNET_STATUS_FILTER_RESOLVING","features":[123]},{"name":"INTERNET_STATUS_FILTER_SENDING","features":[123]},{"name":"INTERNET_STATUS_FILTER_SENT","features":[123]},{"name":"INTERNET_STATUS_FILTER_STATE_CHANGE","features":[123]},{"name":"INTERNET_STATUS_HANDLE_CLOSING","features":[123]},{"name":"INTERNET_STATUS_HANDLE_CREATED","features":[123]},{"name":"INTERNET_STATUS_INTERMEDIATE_RESPONSE","features":[123]},{"name":"INTERNET_STATUS_NAME_RESOLVED","features":[123]},{"name":"INTERNET_STATUS_P3P_HEADER","features":[123]},{"name":"INTERNET_STATUS_P3P_POLICYREF","features":[123]},{"name":"INTERNET_STATUS_PREFETCH","features":[123]},{"name":"INTERNET_STATUS_PRIVACY_IMPACTED","features":[123]},{"name":"INTERNET_STATUS_PROXY_CREDENTIALS","features":[123]},{"name":"INTERNET_STATUS_RECEIVING_RESPONSE","features":[123]},{"name":"INTERNET_STATUS_REDIRECT","features":[123]},{"name":"INTERNET_STATUS_REQUEST_COMPLETE","features":[123]},{"name":"INTERNET_STATUS_REQUEST_HEADERS_SET","features":[123]},{"name":"INTERNET_STATUS_REQUEST_SENT","features":[123]},{"name":"INTERNET_STATUS_RESOLVING_NAME","features":[123]},{"name":"INTERNET_STATUS_RESPONSE_HEADERS_SET","features":[123]},{"name":"INTERNET_STATUS_RESPONSE_RECEIVED","features":[123]},{"name":"INTERNET_STATUS_SENDING_COOKIE","features":[123]},{"name":"INTERNET_STATUS_SENDING_REQUEST","features":[123]},{"name":"INTERNET_STATUS_SERVER_CONNECTION_STATE","features":[123]},{"name":"INTERNET_STATUS_SERVER_CREDENTIALS","features":[123]},{"name":"INTERNET_STATUS_STATE_CHANGE","features":[123]},{"name":"INTERNET_STATUS_USER_INPUT_REQUIRED","features":[123]},{"name":"INTERNET_SUPPRESS_COOKIE_PERSIST","features":[123]},{"name":"INTERNET_SUPPRESS_COOKIE_PERSIST_RESET","features":[123]},{"name":"INTERNET_SUPPRESS_COOKIE_POLICY","features":[123]},{"name":"INTERNET_SUPPRESS_COOKIE_POLICY_RESET","features":[123]},{"name":"INTERNET_SUPPRESS_RESET_ALL","features":[123]},{"name":"INTERNET_VERSION_INFO","features":[123]},{"name":"IProofOfPossessionCookieInfoManager","features":[123]},{"name":"IProofOfPossessionCookieInfoManager2","features":[123]},{"name":"IRF_ASYNC","features":[123]},{"name":"IRF_NO_WAIT","features":[123]},{"name":"IRF_SYNC","features":[123]},{"name":"IRF_USE_CONTEXT","features":[123]},{"name":"ISO_FORCE_DISCONNECTED","features":[123]},{"name":"ISO_FORCE_OFFLINE","features":[123]},{"name":"ISO_GLOBAL","features":[123]},{"name":"ISO_REGISTRY","features":[123]},{"name":"ImportCookieFileA","features":[1,123]},{"name":"ImportCookieFileW","features":[1,123]},{"name":"IncomingCookieState","features":[123]},{"name":"IncrementUrlCacheHeaderData","features":[1,123]},{"name":"InternalInternetGetCookie","features":[123]},{"name":"InternetAlgIdToStringA","features":[1,123,75]},{"name":"InternetAlgIdToStringW","features":[1,123,75]},{"name":"InternetAttemptConnect","features":[123]},{"name":"InternetAutodial","features":[1,123]},{"name":"InternetAutodialHangup","features":[1,123]},{"name":"InternetCanonicalizeUrlA","features":[1,123]},{"name":"InternetCanonicalizeUrlW","features":[1,123]},{"name":"InternetCheckConnectionA","features":[1,123]},{"name":"InternetCheckConnectionW","features":[1,123]},{"name":"InternetClearAllPerSiteCookieDecisions","features":[1,123]},{"name":"InternetCloseHandle","features":[1,123]},{"name":"InternetCombineUrlA","features":[1,123]},{"name":"InternetCombineUrlW","features":[1,123]},{"name":"InternetConfirmZoneCrossing","features":[1,123]},{"name":"InternetConfirmZoneCrossingA","features":[1,123]},{"name":"InternetConfirmZoneCrossingW","features":[1,123]},{"name":"InternetConnectA","features":[123]},{"name":"InternetConnectW","features":[123]},{"name":"InternetConvertUrlFromWireToWideChar","features":[1,123]},{"name":"InternetCookieHistory","features":[1,123]},{"name":"InternetCookieState","features":[123]},{"name":"InternetCrackUrlA","features":[1,122,123]},{"name":"InternetCrackUrlW","features":[1,122,123]},{"name":"InternetCreateUrlA","features":[1,123]},{"name":"InternetCreateUrlW","features":[1,123]},{"name":"InternetDial","features":[1,123]},{"name":"InternetDialA","features":[1,123]},{"name":"InternetDialW","features":[1,123]},{"name":"InternetEnumPerSiteCookieDecisionA","features":[1,123]},{"name":"InternetEnumPerSiteCookieDecisionW","features":[1,123]},{"name":"InternetErrorDlg","features":[1,123]},{"name":"InternetFindNextFileA","features":[1,123]},{"name":"InternetFindNextFileW","features":[1,123]},{"name":"InternetFortezzaCommand","features":[1,123]},{"name":"InternetFreeCookies","features":[1,123]},{"name":"InternetFreeProxyInfoList","features":[1,123]},{"name":"InternetGetConnectedState","features":[1,123]},{"name":"InternetGetConnectedStateEx","features":[1,123]},{"name":"InternetGetConnectedStateExA","features":[1,123]},{"name":"InternetGetConnectedStateExW","features":[1,123]},{"name":"InternetGetCookieA","features":[1,123]},{"name":"InternetGetCookieEx2","features":[1,123]},{"name":"InternetGetCookieExA","features":[1,123]},{"name":"InternetGetCookieExW","features":[1,123]},{"name":"InternetGetCookieW","features":[1,123]},{"name":"InternetGetLastResponseInfoA","features":[1,123]},{"name":"InternetGetLastResponseInfoW","features":[1,123]},{"name":"InternetGetPerSiteCookieDecisionA","features":[1,123]},{"name":"InternetGetPerSiteCookieDecisionW","features":[1,123]},{"name":"InternetGetProxyForUrl","features":[1,123]},{"name":"InternetGetSecurityInfoByURL","features":[1,123,75]},{"name":"InternetGetSecurityInfoByURLA","features":[1,123,75]},{"name":"InternetGetSecurityInfoByURLW","features":[1,123,75]},{"name":"InternetGoOnline","features":[1,123]},{"name":"InternetGoOnlineA","features":[1,123]},{"name":"InternetGoOnlineW","features":[1,123]},{"name":"InternetHangUp","features":[123]},{"name":"InternetInitializeAutoProxyDll","features":[1,123]},{"name":"InternetLockRequestFile","features":[1,123]},{"name":"InternetOpenA","features":[123]},{"name":"InternetOpenUrlA","features":[123]},{"name":"InternetOpenUrlW","features":[123]},{"name":"InternetOpenW","features":[123]},{"name":"InternetQueryDataAvailable","features":[1,123]},{"name":"InternetQueryFortezzaStatus","features":[1,123]},{"name":"InternetQueryOptionA","features":[1,123]},{"name":"InternetQueryOptionW","features":[1,123]},{"name":"InternetReadFile","features":[1,123]},{"name":"InternetReadFileExA","features":[1,123]},{"name":"InternetReadFileExW","features":[1,123]},{"name":"InternetSecurityProtocolToStringA","features":[1,123]},{"name":"InternetSecurityProtocolToStringW","features":[1,123]},{"name":"InternetSetCookieA","features":[1,123]},{"name":"InternetSetCookieEx2","features":[1,123]},{"name":"InternetSetCookieExA","features":[123]},{"name":"InternetSetCookieExW","features":[123]},{"name":"InternetSetCookieW","features":[1,123]},{"name":"InternetSetDialState","features":[1,123]},{"name":"InternetSetDialStateA","features":[1,123]},{"name":"InternetSetDialStateW","features":[1,123]},{"name":"InternetSetFilePointer","features":[123]},{"name":"InternetSetOptionA","features":[1,123]},{"name":"InternetSetOptionExA","features":[1,123]},{"name":"InternetSetOptionExW","features":[1,123]},{"name":"InternetSetOptionW","features":[1,123]},{"name":"InternetSetPerSiteCookieDecisionA","features":[1,123]},{"name":"InternetSetPerSiteCookieDecisionW","features":[1,123]},{"name":"InternetSetStatusCallback","features":[123]},{"name":"InternetSetStatusCallbackA","features":[123]},{"name":"InternetSetStatusCallbackW","features":[123]},{"name":"InternetShowSecurityInfoByURL","features":[1,123]},{"name":"InternetShowSecurityInfoByURLA","features":[1,123]},{"name":"InternetShowSecurityInfoByURLW","features":[1,123]},{"name":"InternetTimeFromSystemTime","features":[1,123]},{"name":"InternetTimeFromSystemTimeA","features":[1,123]},{"name":"InternetTimeFromSystemTimeW","features":[1,123]},{"name":"InternetTimeToSystemTime","features":[1,123]},{"name":"InternetTimeToSystemTimeA","features":[1,123]},{"name":"InternetTimeToSystemTimeW","features":[1,123]},{"name":"InternetUnlockRequestFile","features":[1,123]},{"name":"InternetWriteFile","features":[1,123]},{"name":"InternetWriteFileExA","features":[1,123]},{"name":"InternetWriteFileExW","features":[1,123]},{"name":"IsDomainLegalCookieDomainA","features":[1,123]},{"name":"IsDomainLegalCookieDomainW","features":[1,123]},{"name":"IsHostInProxyBypassList","features":[1,123]},{"name":"IsProfilesEnabled","features":[1,123]},{"name":"IsUrlCacheEntryExpiredA","features":[1,123]},{"name":"IsUrlCacheEntryExpiredW","features":[1,123]},{"name":"LOCAL_NAMESPACE_PREFIX","features":[123]},{"name":"LOCAL_NAMESPACE_PREFIX_W","features":[123]},{"name":"LPINTERNET_STATUS_CALLBACK","features":[123]},{"name":"LoadUrlCacheContent","features":[1,123]},{"name":"MAX_CACHE_ENTRY_INFO_SIZE","features":[123]},{"name":"MAX_GOPHER_ATTRIBUTE_NAME","features":[123]},{"name":"MAX_GOPHER_CATEGORY_NAME","features":[123]},{"name":"MAX_GOPHER_DISPLAY_TEXT","features":[123]},{"name":"MAX_GOPHER_HOST_NAME","features":[123]},{"name":"MAX_GOPHER_SELECTOR_TEXT","features":[123]},{"name":"MIN_GOPHER_ATTRIBUTE_LENGTH","features":[123]},{"name":"MUST_REVALIDATE_CACHE_ENTRY","features":[123]},{"name":"MaxPrivacySettings","features":[123]},{"name":"NORMAL_CACHE_ENTRY","features":[123]},{"name":"NameResolutionEnd","features":[123]},{"name":"NameResolutionStart","features":[123]},{"name":"OTHER_USER_CACHE_ENTRY","features":[123]},{"name":"OutgoingCookieState","features":[123]},{"name":"PENDING_DELETE_CACHE_ENTRY","features":[123]},{"name":"PFN_AUTH_NOTIFY","features":[123]},{"name":"PFN_DIAL_HANDLER","features":[1,123]},{"name":"POLICY_EXTENSION_TYPE_NONE","features":[123]},{"name":"POLICY_EXTENSION_TYPE_WINHTTP","features":[123]},{"name":"POLICY_EXTENSION_TYPE_WININET","features":[123]},{"name":"POLICY_EXTENSION_VERSION1","features":[123]},{"name":"POST_CHECK_CACHE_ENTRY","features":[123]},{"name":"POST_RESPONSE_CACHE_ENTRY","features":[123]},{"name":"PRIVACY_IMPACTED_CACHE_ENTRY","features":[123]},{"name":"PRIVACY_MODE_CACHE_ENTRY","features":[123]},{"name":"PRIVACY_TEMPLATE_ADVANCED","features":[123]},{"name":"PRIVACY_TEMPLATE_CUSTOM","features":[123]},{"name":"PRIVACY_TEMPLATE_HIGH","features":[123]},{"name":"PRIVACY_TEMPLATE_LOW","features":[123]},{"name":"PRIVACY_TEMPLATE_MAX","features":[123]},{"name":"PRIVACY_TEMPLATE_MEDIUM","features":[123]},{"name":"PRIVACY_TEMPLATE_MEDIUM_HIGH","features":[123]},{"name":"PRIVACY_TEMPLATE_MEDIUM_LOW","features":[123]},{"name":"PRIVACY_TEMPLATE_NO_COOKIES","features":[123]},{"name":"PRIVACY_TYPE_FIRST_PARTY","features":[123]},{"name":"PRIVACY_TYPE_THIRD_PARTY","features":[123]},{"name":"PROXY_AUTO_DETECT_TYPE","features":[123]},{"name":"PROXY_AUTO_DETECT_TYPE_DHCP","features":[123]},{"name":"PROXY_AUTO_DETECT_TYPE_DNS_A","features":[123]},{"name":"PROXY_TYPE_AUTO_DETECT","features":[123]},{"name":"PROXY_TYPE_AUTO_PROXY_URL","features":[123]},{"name":"PROXY_TYPE_DIRECT","features":[123]},{"name":"PROXY_TYPE_PROXY","features":[123]},{"name":"ParseX509EncodedCertificateForListBoxEntry","features":[123]},{"name":"PerformOperationOverUrlCacheA","features":[1,123]},{"name":"PrivacyGetZonePreferenceW","features":[123]},{"name":"PrivacySetZonePreferenceW","features":[123]},{"name":"ProofOfPossessionCookieInfo","features":[123]},{"name":"ProofOfPossessionCookieInfoManager","features":[123]},{"name":"REDIRECT_CACHE_ENTRY","features":[123]},{"name":"REGSTR_DIAL_AUTOCONNECT","features":[123]},{"name":"REGSTR_LEASH_LEGACY_COOKIES","features":[123]},{"name":"REQUEST_TIMES","features":[123]},{"name":"ReadGuidsForConnectedNetworks","features":[1,123]},{"name":"ReadUrlCacheEntryStream","features":[1,123]},{"name":"ReadUrlCacheEntryStreamEx","features":[1,123]},{"name":"RegisterUrlCacheNotification","features":[1,123]},{"name":"ResumeSuspendedDownload","features":[1,123]},{"name":"RetrieveUrlCacheEntryFileA","features":[1,123]},{"name":"RetrieveUrlCacheEntryFileW","features":[1,123]},{"name":"RetrieveUrlCacheEntryStreamA","features":[1,123]},{"name":"RetrieveUrlCacheEntryStreamW","features":[1,123]},{"name":"RunOnceUrlCache","features":[1,123]},{"name":"SECURITY_FLAG_128BIT","features":[123]},{"name":"SECURITY_FLAG_40BIT","features":[123]},{"name":"SECURITY_FLAG_56BIT","features":[123]},{"name":"SECURITY_FLAG_FORTEZZA","features":[123]},{"name":"SECURITY_FLAG_IETFSSL4","features":[123]},{"name":"SECURITY_FLAG_IGNORE_REDIRECT_TO_HTTP","features":[123]},{"name":"SECURITY_FLAG_IGNORE_REDIRECT_TO_HTTPS","features":[123]},{"name":"SECURITY_FLAG_IGNORE_REVOCATION","features":[123]},{"name":"SECURITY_FLAG_IGNORE_WEAK_SIGNATURE","features":[123]},{"name":"SECURITY_FLAG_IGNORE_WRONG_USAGE","features":[123]},{"name":"SECURITY_FLAG_NORMALBITNESS","features":[123]},{"name":"SECURITY_FLAG_OPT_IN_WEAK_SIGNATURE","features":[123]},{"name":"SECURITY_FLAG_PCT","features":[123]},{"name":"SECURITY_FLAG_PCT4","features":[123]},{"name":"SECURITY_FLAG_SSL","features":[123]},{"name":"SECURITY_FLAG_SSL3","features":[123]},{"name":"SECURITY_FLAG_UNKNOWNBIT","features":[123]},{"name":"SHORTPATH_CACHE_ENTRY","features":[123]},{"name":"SPARSE_CACHE_ENTRY","features":[123]},{"name":"STATIC_CACHE_ENTRY","features":[123]},{"name":"STICKY_CACHE_ENTRY","features":[123]},{"name":"SetUrlCacheConfigInfoA","features":[1,123]},{"name":"SetUrlCacheConfigInfoW","features":[1,123]},{"name":"SetUrlCacheEntryGroup","features":[1,123]},{"name":"SetUrlCacheEntryGroupA","features":[1,123]},{"name":"SetUrlCacheEntryGroupW","features":[1,123]},{"name":"SetUrlCacheEntryInfoA","features":[1,123]},{"name":"SetUrlCacheEntryInfoW","features":[1,123]},{"name":"SetUrlCacheGroupAttributeA","features":[1,123]},{"name":"SetUrlCacheGroupAttributeW","features":[1,123]},{"name":"SetUrlCacheHeaderData","features":[1,123]},{"name":"ShowClientAuthCerts","features":[1,123]},{"name":"ShowSecurityInfo","features":[1,123,24,75]},{"name":"ShowX509EncodedCertificate","features":[1,123]},{"name":"TLSHandshakeEnd","features":[123]},{"name":"TLSHandshakeStart","features":[123]},{"name":"TRACK_OFFLINE_CACHE_ENTRY","features":[123]},{"name":"TRACK_ONLINE_CACHE_ENTRY","features":[123]},{"name":"URLCACHE_ENTRY_INFO","features":[1,123]},{"name":"URLHISTORY_CACHE_ENTRY","features":[123]},{"name":"URL_CACHE_LIMIT_TYPE","features":[123]},{"name":"URL_COMPONENTSA","features":[123]},{"name":"URL_COMPONENTSW","features":[123]},{"name":"UnlockUrlCacheEntryFile","features":[1,123]},{"name":"UnlockUrlCacheEntryFileA","features":[1,123]},{"name":"UnlockUrlCacheEntryFileW","features":[1,123]},{"name":"UnlockUrlCacheEntryStream","features":[1,123]},{"name":"UpdateUrlCacheContentPath","features":[1,123]},{"name":"UrlCacheCheckEntriesExist","features":[1,123]},{"name":"UrlCacheCloseEntryHandle","features":[123]},{"name":"UrlCacheContainerSetEntryMaximumAge","features":[123]},{"name":"UrlCacheCreateContainer","features":[123]},{"name":"UrlCacheFindFirstEntry","features":[1,123]},{"name":"UrlCacheFindNextEntry","features":[1,123]},{"name":"UrlCacheFreeEntryInfo","features":[1,123]},{"name":"UrlCacheFreeGlobalSpace","features":[123]},{"name":"UrlCacheGetContentPaths","features":[123]},{"name":"UrlCacheGetEntryInfo","features":[1,123]},{"name":"UrlCacheGetGlobalCacheSize","features":[123]},{"name":"UrlCacheGetGlobalLimit","features":[123]},{"name":"UrlCacheLimitTypeAppContainer","features":[123]},{"name":"UrlCacheLimitTypeAppContainerTotal","features":[123]},{"name":"UrlCacheLimitTypeIE","features":[123]},{"name":"UrlCacheLimitTypeIETotal","features":[123]},{"name":"UrlCacheLimitTypeNum","features":[123]},{"name":"UrlCacheReadEntryStream","features":[123]},{"name":"UrlCacheReloadSettings","features":[123]},{"name":"UrlCacheRetrieveEntryFile","features":[1,123]},{"name":"UrlCacheRetrieveEntryStream","features":[1,123]},{"name":"UrlCacheServer","features":[123]},{"name":"UrlCacheSetGlobalLimit","features":[123]},{"name":"UrlCacheUpdateEntryExtraData","features":[123]},{"name":"WININET_API_FLAG_ASYNC","features":[123]},{"name":"WININET_API_FLAG_SYNC","features":[123]},{"name":"WININET_API_FLAG_USE_CONTEXT","features":[123]},{"name":"WININET_PROXY_INFO","features":[1,123]},{"name":"WININET_PROXY_INFO_LIST","features":[1,123]},{"name":"WININET_SYNC_MODE","features":[123]},{"name":"WININET_SYNC_MODE_ALWAYS","features":[123]},{"name":"WININET_SYNC_MODE_AUTOMATIC","features":[123]},{"name":"WININET_SYNC_MODE_DEFAULT","features":[123]},{"name":"WININET_SYNC_MODE_NEVER","features":[123]},{"name":"WININET_SYNC_MODE_ONCE_PER_SESSION","features":[123]},{"name":"WININET_SYNC_MODE_ON_EXPIRY","features":[123]},{"name":"WPAD_CACHE_DELETE","features":[123]},{"name":"WPAD_CACHE_DELETE_ALL","features":[123]},{"name":"WPAD_CACHE_DELETE_CURRENT","features":[123]},{"name":"XDR_CACHE_ENTRY","features":[123]},{"name":"pfnInternetDeInitializeAutoProxyDll","features":[1,123]},{"name":"pfnInternetGetProxyInfo","features":[1,123]},{"name":"pfnInternetInitializeAutoProxyDll","features":[1,123]}],"486":[{"name":"AAL5_MODE_MESSAGE","features":[16]},{"name":"AAL5_MODE_STREAMING","features":[16]},{"name":"AAL5_PARAMETERS","features":[16]},{"name":"AAL5_SSCS_FRAME_RELAY","features":[16]},{"name":"AAL5_SSCS_NULL","features":[16]},{"name":"AAL5_SSCS_SSCOP_ASSURED","features":[16]},{"name":"AAL5_SSCS_SSCOP_NON_ASSURED","features":[16]},{"name":"AALTYPE_5","features":[16]},{"name":"AALTYPE_USER","features":[16]},{"name":"AALUSER_PARAMETERS","features":[16]},{"name":"AAL_PARAMETERS_IE","features":[16]},{"name":"AAL_TYPE","features":[16]},{"name":"ADDRESS_FAMILY","features":[16]},{"name":"ADDRINFOA","features":[16]},{"name":"ADDRINFOEX2A","features":[16]},{"name":"ADDRINFOEX2W","features":[16]},{"name":"ADDRINFOEX3","features":[16]},{"name":"ADDRINFOEX4","features":[1,16]},{"name":"ADDRINFOEX5","features":[1,16]},{"name":"ADDRINFOEX6","features":[1,16]},{"name":"ADDRINFOEXA","features":[16]},{"name":"ADDRINFOEXW","features":[16]},{"name":"ADDRINFOEX_VERSION_2","features":[16]},{"name":"ADDRINFOEX_VERSION_3","features":[16]},{"name":"ADDRINFOEX_VERSION_4","features":[16]},{"name":"ADDRINFOEX_VERSION_5","features":[16]},{"name":"ADDRINFOEX_VERSION_6","features":[16]},{"name":"ADDRINFOW","features":[16]},{"name":"ADDRINFO_DNS_SERVER","features":[16]},{"name":"ADDR_ANY","features":[16]},{"name":"AFPROTOCOLS","features":[16]},{"name":"AF_12844","features":[16]},{"name":"AF_APPLETALK","features":[16]},{"name":"AF_ATM","features":[16]},{"name":"AF_BAN","features":[16]},{"name":"AF_CCITT","features":[16]},{"name":"AF_CHAOS","features":[16]},{"name":"AF_CLUSTER","features":[16]},{"name":"AF_DATAKIT","features":[16]},{"name":"AF_DECnet","features":[16]},{"name":"AF_DLI","features":[16]},{"name":"AF_ECMA","features":[16]},{"name":"AF_FIREFOX","features":[16]},{"name":"AF_HYLINK","features":[16]},{"name":"AF_HYPERV","features":[16]},{"name":"AF_ICLFXBM","features":[16]},{"name":"AF_IMPLINK","features":[16]},{"name":"AF_INET","features":[16]},{"name":"AF_INET6","features":[16]},{"name":"AF_IPX","features":[16]},{"name":"AF_IRDA","features":[16]},{"name":"AF_ISO","features":[16]},{"name":"AF_LAT","features":[16]},{"name":"AF_LINK","features":[16]},{"name":"AF_MAX","features":[16]},{"name":"AF_NETBIOS","features":[16]},{"name":"AF_NETDES","features":[16]},{"name":"AF_NS","features":[16]},{"name":"AF_OSI","features":[16]},{"name":"AF_PUP","features":[16]},{"name":"AF_SNA","features":[16]},{"name":"AF_TCNMESSAGE","features":[16]},{"name":"AF_TCNPROCESS","features":[16]},{"name":"AF_UNIX","features":[16]},{"name":"AF_UNKNOWN1","features":[16]},{"name":"AF_UNSPEC","features":[16]},{"name":"AF_VOICEVIEW","features":[16]},{"name":"AI_ADDRCONFIG","features":[16]},{"name":"AI_ALL","features":[16]},{"name":"AI_BYPASS_DNS_CACHE","features":[16]},{"name":"AI_CANONNAME","features":[16]},{"name":"AI_DISABLE_IDN_ENCODING","features":[16]},{"name":"AI_DNS_ONLY","features":[16]},{"name":"AI_DNS_RESPONSE_HOSTFILE","features":[16]},{"name":"AI_DNS_RESPONSE_SECURE","features":[16]},{"name":"AI_DNS_SERVER_TYPE_DOH","features":[16]},{"name":"AI_DNS_SERVER_TYPE_UDP","features":[16]},{"name":"AI_DNS_SERVER_UDP_FALLBACK","features":[16]},{"name":"AI_EXCLUSIVE_CUSTOM_SERVERS","features":[16]},{"name":"AI_EXTENDED","features":[16]},{"name":"AI_FILESERVER","features":[16]},{"name":"AI_FORCE_CLEAR_TEXT","features":[16]},{"name":"AI_FQDN","features":[16]},{"name":"AI_NON_AUTHORITATIVE","features":[16]},{"name":"AI_NUMERICHOST","features":[16]},{"name":"AI_NUMERICSERV","features":[16]},{"name":"AI_PASSIVE","features":[16]},{"name":"AI_REQUIRE_SECURE","features":[16]},{"name":"AI_RESOLUTION_HANDLE","features":[16]},{"name":"AI_RETURN_PREFERRED_NAMES","features":[16]},{"name":"AI_RETURN_RESPONSE_FLAGS","features":[16]},{"name":"AI_RETURN_TTL","features":[16]},{"name":"AI_SECURE","features":[16]},{"name":"AI_SECURE_WITH_FALLBACK","features":[16]},{"name":"AI_V4MAPPED","features":[16]},{"name":"ARP_HARDWARE_TYPE","features":[16]},{"name":"ARP_HEADER","features":[16]},{"name":"ARP_HW_802","features":[16]},{"name":"ARP_HW_ENET","features":[16]},{"name":"ARP_OPCODE","features":[16]},{"name":"ARP_REQUEST","features":[16]},{"name":"ARP_RESPONSE","features":[16]},{"name":"ASSOCIATE_NAMERES_CONTEXT","features":[16]},{"name":"ASSOCIATE_NAMERES_CONTEXT_INPUT","features":[16]},{"name":"ATMPROTO_AAL1","features":[16]},{"name":"ATMPROTO_AAL2","features":[16]},{"name":"ATMPROTO_AAL34","features":[16]},{"name":"ATMPROTO_AAL5","features":[16]},{"name":"ATMPROTO_AALUSER","features":[16]},{"name":"ATM_ADDRESS","features":[16]},{"name":"ATM_ADDR_SIZE","features":[16]},{"name":"ATM_AESA","features":[16]},{"name":"ATM_BHLI","features":[16]},{"name":"ATM_BLLI","features":[16]},{"name":"ATM_BLLI_IE","features":[16]},{"name":"ATM_BROADBAND_BEARER_CAPABILITY_IE","features":[16]},{"name":"ATM_CALLING_PARTY_NUMBER_IE","features":[16]},{"name":"ATM_CAUSE_IE","features":[16]},{"name":"ATM_CONNECTION_ID","features":[16]},{"name":"ATM_E164","features":[16]},{"name":"ATM_NSAP","features":[16]},{"name":"ATM_PVC_PARAMS","features":[16]},{"name":"ATM_QOS_CLASS_IE","features":[16]},{"name":"ATM_TD","features":[1,16]},{"name":"ATM_TRAFFIC_DESCRIPTOR_IE","features":[1,16]},{"name":"ATM_TRANSIT_NETWORK_SELECTION_IE","features":[16]},{"name":"AcceptEx","features":[1,16,7]},{"name":"BASE_PROTOCOL","features":[16]},{"name":"BCOB_A","features":[16]},{"name":"BCOB_C","features":[16]},{"name":"BCOB_X","features":[16]},{"name":"BHLI_HighLayerProfile","features":[16]},{"name":"BHLI_ISO","features":[16]},{"name":"BHLI_UserSpecific","features":[16]},{"name":"BHLI_VendorSpecificAppId","features":[16]},{"name":"BIGENDIAN","features":[16]},{"name":"BITS_PER_BYTE","features":[16]},{"name":"BLLI_L2_ELAPB","features":[16]},{"name":"BLLI_L2_HDLC_ABM","features":[16]},{"name":"BLLI_L2_HDLC_ARM","features":[16]},{"name":"BLLI_L2_HDLC_NRM","features":[16]},{"name":"BLLI_L2_ISO_1745","features":[16]},{"name":"BLLI_L2_ISO_7776","features":[16]},{"name":"BLLI_L2_LLC","features":[16]},{"name":"BLLI_L2_MODE_EXT","features":[16]},{"name":"BLLI_L2_MODE_NORMAL","features":[16]},{"name":"BLLI_L2_Q921","features":[16]},{"name":"BLLI_L2_Q922","features":[16]},{"name":"BLLI_L2_USER_SPECIFIED","features":[16]},{"name":"BLLI_L2_X25L","features":[16]},{"name":"BLLI_L2_X25M","features":[16]},{"name":"BLLI_L2_X75","features":[16]},{"name":"BLLI_L3_IPI_IP","features":[16]},{"name":"BLLI_L3_IPI_SNAP","features":[16]},{"name":"BLLI_L3_ISO_8208","features":[16]},{"name":"BLLI_L3_ISO_TR9577","features":[16]},{"name":"BLLI_L3_MODE_EXT","features":[16]},{"name":"BLLI_L3_MODE_NORMAL","features":[16]},{"name":"BLLI_L3_PACKET_1024","features":[16]},{"name":"BLLI_L3_PACKET_128","features":[16]},{"name":"BLLI_L3_PACKET_16","features":[16]},{"name":"BLLI_L3_PACKET_2048","features":[16]},{"name":"BLLI_L3_PACKET_256","features":[16]},{"name":"BLLI_L3_PACKET_32","features":[16]},{"name":"BLLI_L3_PACKET_4096","features":[16]},{"name":"BLLI_L3_PACKET_512","features":[16]},{"name":"BLLI_L3_PACKET_64","features":[16]},{"name":"BLLI_L3_SIO_8473","features":[16]},{"name":"BLLI_L3_T70","features":[16]},{"name":"BLLI_L3_USER_SPECIFIED","features":[16]},{"name":"BLLI_L3_X223","features":[16]},{"name":"BLLI_L3_X25","features":[16]},{"name":"BYTE_ORDER","features":[16]},{"name":"CAUSE_AAL_PARAMETERS_UNSUPPORTED","features":[16]},{"name":"CAUSE_ACCESS_INFORMAION_DISCARDED","features":[16]},{"name":"CAUSE_BEARER_CAPABILITY_UNAUTHORIZED","features":[16]},{"name":"CAUSE_BEARER_CAPABILITY_UNAVAILABLE","features":[16]},{"name":"CAUSE_BEARER_CAPABILITY_UNIMPLEMENTED","features":[16]},{"name":"CAUSE_CALL_REJECTED","features":[16]},{"name":"CAUSE_CHANNEL_NONEXISTENT","features":[16]},{"name":"CAUSE_COND_PERMANENT","features":[16]},{"name":"CAUSE_COND_TRANSIENT","features":[16]},{"name":"CAUSE_COND_UNKNOWN","features":[16]},{"name":"CAUSE_DESTINATION_OUT_OF_ORDER","features":[16]},{"name":"CAUSE_INCOMPATIBLE_DESTINATION","features":[16]},{"name":"CAUSE_INCORRECT_MESSAGE_LENGTH","features":[16]},{"name":"CAUSE_INVALID_CALL_REFERENCE","features":[16]},{"name":"CAUSE_INVALID_ENDPOINT_REFERENCE","features":[16]},{"name":"CAUSE_INVALID_IE_CONTENTS","features":[16]},{"name":"CAUSE_INVALID_NUMBER_FORMAT","features":[16]},{"name":"CAUSE_INVALID_STATE_FOR_MESSAGE","features":[16]},{"name":"CAUSE_INVALID_TRANSIT_NETWORK_SELECTION","features":[16]},{"name":"CAUSE_LOC_BEYOND_INTERWORKING","features":[16]},{"name":"CAUSE_LOC_INTERNATIONAL_NETWORK","features":[16]},{"name":"CAUSE_LOC_PRIVATE_LOCAL","features":[16]},{"name":"CAUSE_LOC_PRIVATE_REMOTE","features":[16]},{"name":"CAUSE_LOC_PUBLIC_LOCAL","features":[16]},{"name":"CAUSE_LOC_PUBLIC_REMOTE","features":[16]},{"name":"CAUSE_LOC_TRANSIT_NETWORK","features":[16]},{"name":"CAUSE_LOC_USER","features":[16]},{"name":"CAUSE_MANDATORY_IE_MISSING","features":[16]},{"name":"CAUSE_NA_ABNORMAL","features":[16]},{"name":"CAUSE_NA_NORMAL","features":[16]},{"name":"CAUSE_NETWORK_OUT_OF_ORDER","features":[16]},{"name":"CAUSE_NORMAL_CALL_CLEARING","features":[16]},{"name":"CAUSE_NORMAL_UNSPECIFIED","features":[16]},{"name":"CAUSE_NO_ROUTE_TO_DESTINATION","features":[16]},{"name":"CAUSE_NO_ROUTE_TO_TRANSIT_NETWORK","features":[16]},{"name":"CAUSE_NO_USER_RESPONDING","features":[16]},{"name":"CAUSE_NO_VPI_VCI_AVAILABLE","features":[16]},{"name":"CAUSE_NUMBER_CHANGED","features":[16]},{"name":"CAUSE_OPTION_UNAVAILABLE","features":[16]},{"name":"CAUSE_PROTOCOL_ERROR","features":[16]},{"name":"CAUSE_PU_PROVIDER","features":[16]},{"name":"CAUSE_PU_USER","features":[16]},{"name":"CAUSE_QOS_UNAVAILABLE","features":[16]},{"name":"CAUSE_REASON_IE_INSUFFICIENT","features":[16]},{"name":"CAUSE_REASON_IE_MISSING","features":[16]},{"name":"CAUSE_REASON_USER","features":[16]},{"name":"CAUSE_RECOVERY_ON_TIMEOUT","features":[16]},{"name":"CAUSE_RESOURCE_UNAVAILABLE","features":[16]},{"name":"CAUSE_STATUS_ENQUIRY_RESPONSE","features":[16]},{"name":"CAUSE_TEMPORARY_FAILURE","features":[16]},{"name":"CAUSE_TOO_MANY_PENDING_ADD_PARTY","features":[16]},{"name":"CAUSE_UNALLOCATED_NUMBER","features":[16]},{"name":"CAUSE_UNIMPLEMENTED_IE","features":[16]},{"name":"CAUSE_UNIMPLEMENTED_MESSAGE_TYPE","features":[16]},{"name":"CAUSE_UNSUPPORTED_TRAFFIC_PARAMETERS","features":[16]},{"name":"CAUSE_USER_BUSY","features":[16]},{"name":"CAUSE_USER_CELL_RATE_UNAVAILABLE","features":[16]},{"name":"CAUSE_USER_REJECTS_CLIR","features":[16]},{"name":"CAUSE_VPI_VCI_UNACCEPTABLE","features":[16]},{"name":"CAUSE_VPI_VCI_UNAVAILABLE","features":[16]},{"name":"CF_ACCEPT","features":[16]},{"name":"CF_DEFER","features":[16]},{"name":"CF_REJECT","features":[16]},{"name":"CLIP_NOT","features":[16]},{"name":"CLIP_SUS","features":[16]},{"name":"CMSGHDR","features":[16]},{"name":"COMP_EQUAL","features":[16]},{"name":"COMP_NOTLESS","features":[16]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS","features":[16]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_HARDWARE_SLOT_ALLOCATED","features":[16]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_INVALID","features":[16]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_POLICY_ERROR","features":[16]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SERVICE_UNAVAILABLE","features":[16]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SOFTWARE_SLOT_ALLOCATED","features":[16]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SYSTEM_ERROR","features":[16]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_TRANSPORT_DISCONNECTED","features":[16]},{"name":"CSADDR_INFO","features":[16]},{"name":"DE_REUSE_SOCKET","features":[16]},{"name":"DL_ADDRESS_LENGTH_MAXIMUM","features":[16]},{"name":"DL_EI48","features":[16]},{"name":"DL_EI64","features":[16]},{"name":"DL_EUI48","features":[16]},{"name":"DL_EUI64","features":[16]},{"name":"DL_HEADER_LENGTH_MAXIMUM","features":[16]},{"name":"DL_OUI","features":[16]},{"name":"DL_TEREDO_ADDRESS","features":[16]},{"name":"DL_TEREDO_ADDRESS_PRV","features":[16]},{"name":"DL_TUNNEL_ADDRESS","features":[16,8]},{"name":"ETHERNET_HEADER","features":[16]},{"name":"ETHERNET_TYPE_802_1AD","features":[16]},{"name":"ETHERNET_TYPE_802_1Q","features":[16]},{"name":"ETHERNET_TYPE_ARP","features":[16]},{"name":"ETHERNET_TYPE_IPV4","features":[16]},{"name":"ETHERNET_TYPE_IPV6","features":[16]},{"name":"ETHERNET_TYPE_MINIMUM","features":[16]},{"name":"ETH_LENGTH_OF_HEADER","features":[16]},{"name":"ETH_LENGTH_OF_SNAP_HEADER","features":[16]},{"name":"ETH_LENGTH_OF_VLAN_HEADER","features":[16]},{"name":"EXT_LEN_UNIT","features":[16]},{"name":"E_WINDOW_ADVANCE_BY_TIME","features":[16]},{"name":"E_WINDOW_USE_AS_DATA_CACHE","features":[16]},{"name":"EnumProtocolsA","features":[16]},{"name":"EnumProtocolsW","features":[16]},{"name":"FALLBACK_INDEX","features":[16]},{"name":"FD_ACCEPT","features":[16]},{"name":"FD_ACCEPT_BIT","features":[16]},{"name":"FD_ADDRESS_LIST_CHANGE_BIT","features":[16]},{"name":"FD_CLOSE","features":[16]},{"name":"FD_CLOSE_BIT","features":[16]},{"name":"FD_CONNECT","features":[16]},{"name":"FD_CONNECT_BIT","features":[16]},{"name":"FD_GROUP_QOS_BIT","features":[16]},{"name":"FD_MAX_EVENTS","features":[16]},{"name":"FD_OOB","features":[16]},{"name":"FD_OOB_BIT","features":[16]},{"name":"FD_QOS_BIT","features":[16]},{"name":"FD_READ","features":[16]},{"name":"FD_READ_BIT","features":[16]},{"name":"FD_ROUTING_INTERFACE_CHANGE_BIT","features":[16]},{"name":"FD_SET","features":[16]},{"name":"FD_SETSIZE","features":[16]},{"name":"FD_WRITE","features":[16]},{"name":"FD_WRITE_BIT","features":[16]},{"name":"FIOASYNC","features":[16]},{"name":"FIONBIO","features":[16]},{"name":"FIONREAD","features":[16]},{"name":"FLOWSPEC","features":[16]},{"name":"FROM_PROTOCOL_INFO","features":[16]},{"name":"FallbackIndexMax","features":[16]},{"name":"FallbackIndexTcpFastopen","features":[16]},{"name":"FreeAddrInfoEx","features":[16]},{"name":"FreeAddrInfoExW","features":[16]},{"name":"FreeAddrInfoW","features":[16]},{"name":"GAI_STRERROR_BUFFER_SIZE","features":[16]},{"name":"GROUP_FILTER","features":[16]},{"name":"GROUP_REQ","features":[16]},{"name":"GROUP_SOURCE_REQ","features":[16]},{"name":"GetAcceptExSockaddrs","features":[16]},{"name":"GetAddrInfoExA","features":[1,16,7]},{"name":"GetAddrInfoExCancel","features":[1,16]},{"name":"GetAddrInfoExOverlappedResult","features":[1,16,7]},{"name":"GetAddrInfoExW","features":[1,16,7]},{"name":"GetAddrInfoW","features":[16]},{"name":"GetAddressByNameA","features":[1,16]},{"name":"GetAddressByNameW","features":[1,16]},{"name":"GetHostNameW","features":[16]},{"name":"GetNameByTypeA","features":[16]},{"name":"GetNameByTypeW","features":[16]},{"name":"GetNameInfoW","features":[16]},{"name":"GetServiceA","features":[1,16]},{"name":"GetServiceW","features":[1,16]},{"name":"GetTypeByNameA","features":[16]},{"name":"GetTypeByNameW","features":[16]},{"name":"HOSTENT","features":[16]},{"name":"IAS_ATTRIB_INT","features":[16]},{"name":"IAS_ATTRIB_NO_ATTRIB","features":[16]},{"name":"IAS_ATTRIB_NO_CLASS","features":[16]},{"name":"IAS_ATTRIB_OCTETSEQ","features":[16]},{"name":"IAS_ATTRIB_STR","features":[16]},{"name":"IAS_MAX_ATTRIBNAME","features":[16]},{"name":"IAS_MAX_CLASSNAME","features":[16]},{"name":"IAS_MAX_OCTET_STRING","features":[16]},{"name":"IAS_MAX_USER_STRING","features":[16]},{"name":"ICMP4_TIME_EXCEED_CODE","features":[16]},{"name":"ICMP4_TIME_EXCEED_REASSEMBLY","features":[16]},{"name":"ICMP4_TIME_EXCEED_TRANSIT","features":[16]},{"name":"ICMP4_UNREACH_ADMIN","features":[16]},{"name":"ICMP4_UNREACH_CODE","features":[16]},{"name":"ICMP4_UNREACH_FRAG_NEEDED","features":[16]},{"name":"ICMP4_UNREACH_HOST","features":[16]},{"name":"ICMP4_UNREACH_HOST_ADMIN","features":[16]},{"name":"ICMP4_UNREACH_HOST_TOS","features":[16]},{"name":"ICMP4_UNREACH_HOST_UNKNOWN","features":[16]},{"name":"ICMP4_UNREACH_ISOLATED","features":[16]},{"name":"ICMP4_UNREACH_NET","features":[16]},{"name":"ICMP4_UNREACH_NET_ADMIN","features":[16]},{"name":"ICMP4_UNREACH_NET_TOS","features":[16]},{"name":"ICMP4_UNREACH_NET_UNKNOWN","features":[16]},{"name":"ICMP4_UNREACH_PORT","features":[16]},{"name":"ICMP4_UNREACH_PROTOCOL","features":[16]},{"name":"ICMP4_UNREACH_SOURCEROUTE_FAILED","features":[16]},{"name":"ICMP6_DST_UNREACH_ADDR","features":[16]},{"name":"ICMP6_DST_UNREACH_ADMIN","features":[16]},{"name":"ICMP6_DST_UNREACH_BEYONDSCOPE","features":[16]},{"name":"ICMP6_DST_UNREACH_NOPORT","features":[16]},{"name":"ICMP6_DST_UNREACH_NOROUTE","features":[16]},{"name":"ICMP6_PARAMPROB_FIRSTFRAGMENT","features":[16]},{"name":"ICMP6_PARAMPROB_HEADER","features":[16]},{"name":"ICMP6_PARAMPROB_NEXTHEADER","features":[16]},{"name":"ICMP6_PARAMPROB_OPTION","features":[16]},{"name":"ICMP6_TIME_EXCEED_REASSEMBLY","features":[16]},{"name":"ICMP6_TIME_EXCEED_TRANSIT","features":[16]},{"name":"ICMPV4_ADDRESS_MASK_MESSAGE","features":[16]},{"name":"ICMPV4_INVALID_PREFERENCE_LEVEL","features":[16]},{"name":"ICMPV4_ROUTER_ADVERT_ENTRY","features":[16]},{"name":"ICMPV4_ROUTER_ADVERT_HEADER","features":[16]},{"name":"ICMPV4_ROUTER_SOLICIT","features":[16]},{"name":"ICMPV4_TIMESTAMP_MESSAGE","features":[16]},{"name":"ICMPV6_ECHO_REQUEST_FLAG_REVERSE","features":[16]},{"name":"ICMP_ERROR_INFO","features":[16]},{"name":"ICMP_HEADER","features":[16]},{"name":"ICMP_MESSAGE","features":[16]},{"name":"IE_AALParameters","features":[16]},{"name":"IE_BHLI","features":[16]},{"name":"IE_BLLI","features":[16]},{"name":"IE_BroadbandBearerCapability","features":[16]},{"name":"IE_CalledPartyNumber","features":[16]},{"name":"IE_CalledPartySubaddress","features":[16]},{"name":"IE_CallingPartyNumber","features":[16]},{"name":"IE_CallingPartySubaddress","features":[16]},{"name":"IE_Cause","features":[16]},{"name":"IE_QOSClass","features":[16]},{"name":"IE_TrafficDescriptor","features":[16]},{"name":"IE_TransitNetworkSelection","features":[16]},{"name":"IFF_BROADCAST","features":[16]},{"name":"IFF_LOOPBACK","features":[16]},{"name":"IFF_MULTICAST","features":[16]},{"name":"IFF_POINTTOPOINT","features":[16]},{"name":"IFF_UP","features":[16]},{"name":"IGMPV3_QUERY_HEADER","features":[16]},{"name":"IGMPV3_REPORT_HEADER","features":[16]},{"name":"IGMPV3_REPORT_RECORD_HEADER","features":[16]},{"name":"IGMP_HEADER","features":[16]},{"name":"IGMP_LEAVE_GROUP_TYPE","features":[16]},{"name":"IGMP_MAX_RESP_CODE_TYPE","features":[16]},{"name":"IGMP_MAX_RESP_CODE_TYPE_FLOAT","features":[16]},{"name":"IGMP_MAX_RESP_CODE_TYPE_NORMAL","features":[16]},{"name":"IGMP_QUERY_TYPE","features":[16]},{"name":"IGMP_VERSION1_REPORT_TYPE","features":[16]},{"name":"IGMP_VERSION2_REPORT_TYPE","features":[16]},{"name":"IGMP_VERSION3_REPORT_TYPE","features":[16]},{"name":"IMPLINK_HIGHEXPER","features":[16]},{"name":"IMPLINK_IP","features":[16]},{"name":"IMPLINK_LOWEXPER","features":[16]},{"name":"IN4ADDR_ANY","features":[16]},{"name":"IN4ADDR_BROADCAST","features":[16]},{"name":"IN4ADDR_LINKLOCALPREFIX_LENGTH","features":[16]},{"name":"IN4ADDR_LOOPBACK","features":[16]},{"name":"IN4ADDR_LOOPBACKPREFIX_LENGTH","features":[16]},{"name":"IN4ADDR_MULTICASTPREFIX_LENGTH","features":[16]},{"name":"IN6ADDR_6TO4PREFIX_LENGTH","features":[16]},{"name":"IN6ADDR_LINKLOCALPREFIX_LENGTH","features":[16]},{"name":"IN6ADDR_MULTICASTPREFIX_LENGTH","features":[16]},{"name":"IN6ADDR_SOLICITEDNODEMULTICASTPREFIX_LENGTH","features":[16]},{"name":"IN6ADDR_TEREDOPREFIX_LENGTH","features":[16]},{"name":"IN6ADDR_V4MAPPEDPREFIX_LENGTH","features":[16]},{"name":"IN6_ADDR","features":[16]},{"name":"IN6_EMBEDDEDV4_BITS_IN_BYTE","features":[16]},{"name":"IN6_EMBEDDEDV4_UOCTET_POSITION","features":[16]},{"name":"IN6_PKTINFO","features":[16]},{"name":"IN6_PKTINFO_EX","features":[16]},{"name":"INADDR_ANY","features":[16]},{"name":"INADDR_BROADCAST","features":[16]},{"name":"INADDR_LOOPBACK","features":[16]},{"name":"INADDR_NONE","features":[16]},{"name":"INCL_WINSOCK_API_PROTOTYPES","features":[16]},{"name":"INCL_WINSOCK_API_TYPEDEFS","features":[16]},{"name":"INET6_ADDRSTRLEN","features":[16]},{"name":"INET_ADDRSTRLEN","features":[16]},{"name":"INET_PORT_RANGE","features":[16]},{"name":"INET_PORT_RESERVATION_INFORMATION","features":[16]},{"name":"INET_PORT_RESERVATION_INSTANCE","features":[16]},{"name":"INET_PORT_RESERVATION_TOKEN","features":[16]},{"name":"INTERFACE_INFO","features":[16]},{"name":"INTERFACE_INFO_EX","features":[16]},{"name":"INVALID_SOCKET","features":[16]},{"name":"IN_ADDR","features":[16]},{"name":"IN_CLASSA_HOST","features":[16]},{"name":"IN_CLASSA_MAX","features":[16]},{"name":"IN_CLASSA_NET","features":[16]},{"name":"IN_CLASSA_NSHIFT","features":[16]},{"name":"IN_CLASSB_HOST","features":[16]},{"name":"IN_CLASSB_MAX","features":[16]},{"name":"IN_CLASSB_NET","features":[16]},{"name":"IN_CLASSB_NSHIFT","features":[16]},{"name":"IN_CLASSC_HOST","features":[16]},{"name":"IN_CLASSC_NET","features":[16]},{"name":"IN_CLASSC_NSHIFT","features":[16]},{"name":"IN_CLASSD_HOST","features":[16]},{"name":"IN_CLASSD_NET","features":[16]},{"name":"IN_CLASSD_NSHIFT","features":[16]},{"name":"IN_PKTINFO","features":[16]},{"name":"IN_PKTINFO_EX","features":[16]},{"name":"IN_RECVERR","features":[16]},{"name":"IOCPARM_MASK","features":[16]},{"name":"IOC_IN","features":[16]},{"name":"IOC_INOUT","features":[16]},{"name":"IOC_OUT","features":[16]},{"name":"IOC_PROTOCOL","features":[16]},{"name":"IOC_UNIX","features":[16]},{"name":"IOC_VENDOR","features":[16]},{"name":"IOC_VOID","features":[16]},{"name":"IOC_WS2","features":[16]},{"name":"IP4_OFF_MASK","features":[16]},{"name":"IP6F_MORE_FRAG","features":[16]},{"name":"IP6F_OFF_MASK","features":[16]},{"name":"IP6F_RESERVED_MASK","features":[16]},{"name":"IP6OPT_JUMBO","features":[16]},{"name":"IP6OPT_MUTABLE","features":[16]},{"name":"IP6OPT_NSAP_ADDR","features":[16]},{"name":"IP6OPT_PAD1","features":[16]},{"name":"IP6OPT_PADN","features":[16]},{"name":"IP6OPT_ROUTER_ALERT","features":[16]},{"name":"IP6OPT_TUNNEL_LIMIT","features":[16]},{"name":"IP6OPT_TYPE_DISCARD","features":[16]},{"name":"IP6OPT_TYPE_FORCEICMP","features":[16]},{"name":"IP6OPT_TYPE_ICMP","features":[16]},{"name":"IP6OPT_TYPE_SKIP","features":[16]},{"name":"IP6T_SO_ORIGINAL_DST","features":[16]},{"name":"IPPORT_BIFFUDP","features":[16]},{"name":"IPPORT_CHARGEN","features":[16]},{"name":"IPPORT_CMDSERVER","features":[16]},{"name":"IPPORT_DAYTIME","features":[16]},{"name":"IPPORT_DISCARD","features":[16]},{"name":"IPPORT_DYNAMIC_MAX","features":[16]},{"name":"IPPORT_DYNAMIC_MIN","features":[16]},{"name":"IPPORT_ECHO","features":[16]},{"name":"IPPORT_EFSSERVER","features":[16]},{"name":"IPPORT_EPMAP","features":[16]},{"name":"IPPORT_EXECSERVER","features":[16]},{"name":"IPPORT_FINGER","features":[16]},{"name":"IPPORT_FTP","features":[16]},{"name":"IPPORT_FTP_DATA","features":[16]},{"name":"IPPORT_HTTPS","features":[16]},{"name":"IPPORT_IMAP","features":[16]},{"name":"IPPORT_IMAP3","features":[16]},{"name":"IPPORT_LDAP","features":[16]},{"name":"IPPORT_LOGINSERVER","features":[16]},{"name":"IPPORT_MICROSOFT_DS","features":[16]},{"name":"IPPORT_MSP","features":[16]},{"name":"IPPORT_MTP","features":[16]},{"name":"IPPORT_NAMESERVER","features":[16]},{"name":"IPPORT_NETBIOS_DGM","features":[16]},{"name":"IPPORT_NETBIOS_NS","features":[16]},{"name":"IPPORT_NETBIOS_SSN","features":[16]},{"name":"IPPORT_NETSTAT","features":[16]},{"name":"IPPORT_NTP","features":[16]},{"name":"IPPORT_POP3","features":[16]},{"name":"IPPORT_QOTD","features":[16]},{"name":"IPPORT_REGISTERED_MAX","features":[16]},{"name":"IPPORT_REGISTERED_MIN","features":[16]},{"name":"IPPORT_RESERVED","features":[16]},{"name":"IPPORT_RJE","features":[16]},{"name":"IPPORT_ROUTESERVER","features":[16]},{"name":"IPPORT_SMTP","features":[16]},{"name":"IPPORT_SNMP","features":[16]},{"name":"IPPORT_SNMP_TRAP","features":[16]},{"name":"IPPORT_SUPDUP","features":[16]},{"name":"IPPORT_SYSTAT","features":[16]},{"name":"IPPORT_TCPMUX","features":[16]},{"name":"IPPORT_TELNET","features":[16]},{"name":"IPPORT_TFTP","features":[16]},{"name":"IPPORT_TIMESERVER","features":[16]},{"name":"IPPORT_TTYLINK","features":[16]},{"name":"IPPORT_WHOIS","features":[16]},{"name":"IPPORT_WHOSERVER","features":[16]},{"name":"IPPROTO","features":[16]},{"name":"IPPROTO_AH","features":[16]},{"name":"IPPROTO_CBT","features":[16]},{"name":"IPPROTO_DSTOPTS","features":[16]},{"name":"IPPROTO_EGP","features":[16]},{"name":"IPPROTO_ESP","features":[16]},{"name":"IPPROTO_FRAGMENT","features":[16]},{"name":"IPPROTO_GGP","features":[16]},{"name":"IPPROTO_HOPOPTS","features":[16]},{"name":"IPPROTO_ICLFXBM","features":[16]},{"name":"IPPROTO_ICMP","features":[16]},{"name":"IPPROTO_ICMPV6","features":[16]},{"name":"IPPROTO_IDP","features":[16]},{"name":"IPPROTO_IGMP","features":[16]},{"name":"IPPROTO_IGP","features":[16]},{"name":"IPPROTO_IP","features":[16]},{"name":"IPPROTO_IPV4","features":[16]},{"name":"IPPROTO_IPV6","features":[16]},{"name":"IPPROTO_L2TP","features":[16]},{"name":"IPPROTO_MAX","features":[16]},{"name":"IPPROTO_ND","features":[16]},{"name":"IPPROTO_NONE","features":[16]},{"name":"IPPROTO_PGM","features":[16]},{"name":"IPPROTO_PIM","features":[16]},{"name":"IPPROTO_PUP","features":[16]},{"name":"IPPROTO_RAW","features":[16]},{"name":"IPPROTO_RDP","features":[16]},{"name":"IPPROTO_RESERVED_IPSEC","features":[16]},{"name":"IPPROTO_RESERVED_IPSECOFFLOAD","features":[16]},{"name":"IPPROTO_RESERVED_MAX","features":[16]},{"name":"IPPROTO_RESERVED_RAW","features":[16]},{"name":"IPPROTO_RESERVED_WNV","features":[16]},{"name":"IPPROTO_RM","features":[16]},{"name":"IPPROTO_ROUTING","features":[16]},{"name":"IPPROTO_SCTP","features":[16]},{"name":"IPPROTO_ST","features":[16]},{"name":"IPPROTO_TCP","features":[16]},{"name":"IPPROTO_UDP","features":[16]},{"name":"IPTLS_METADATA","features":[16]},{"name":"IPV4_HEADER","features":[16]},{"name":"IPV4_MAX_MINIMUM_MTU","features":[16]},{"name":"IPV4_MINIMUM_MTU","features":[16]},{"name":"IPV4_MIN_MINIMUM_MTU","features":[16]},{"name":"IPV4_OPTION_HEADER","features":[16]},{"name":"IPV4_OPTION_TYPE","features":[16]},{"name":"IPV4_ROUTING_HEADER","features":[16]},{"name":"IPV4_TIMESTAMP_OPTION","features":[16]},{"name":"IPV4_VERSION","features":[16]},{"name":"IPV6_ADD_IFLIST","features":[16]},{"name":"IPV6_ADD_MEMBERSHIP","features":[16]},{"name":"IPV6_CHECKSUM","features":[16]},{"name":"IPV6_DEL_IFLIST","features":[16]},{"name":"IPV6_DONTFRAG","features":[16]},{"name":"IPV6_DROP_MEMBERSHIP","features":[16]},{"name":"IPV6_ECN","features":[16]},{"name":"IPV6_ECN_MASK","features":[16]},{"name":"IPV6_ECN_SHIFT","features":[16]},{"name":"IPV6_EXTENSION_HEADER","features":[16]},{"name":"IPV6_FLOW_LABEL_MASK","features":[16]},{"name":"IPV6_FRAGMENT_HEADER","features":[16]},{"name":"IPV6_FULL_TRAFFIC_CLASS_MASK","features":[16]},{"name":"IPV6_GET_IFLIST","features":[16]},{"name":"IPV6_HDRINCL","features":[16]},{"name":"IPV6_HEADER","features":[16]},{"name":"IPV6_HOPLIMIT","features":[16]},{"name":"IPV6_HOPOPTS","features":[16]},{"name":"IPV6_IFLIST","features":[16]},{"name":"IPV6_JOIN_GROUP","features":[16]},{"name":"IPV6_LEAVE_GROUP","features":[16]},{"name":"IPV6_MINIMUM_MTU","features":[16]},{"name":"IPV6_MREQ","features":[16]},{"name":"IPV6_MTU","features":[16]},{"name":"IPV6_MTU_DISCOVER","features":[16]},{"name":"IPV6_MULTICAST_HOPS","features":[16]},{"name":"IPV6_MULTICAST_IF","features":[16]},{"name":"IPV6_MULTICAST_LOOP","features":[16]},{"name":"IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS","features":[16]},{"name":"IPV6_NRT_INTERFACE","features":[16]},{"name":"IPV6_OPTION_HEADER","features":[16]},{"name":"IPV6_OPTION_JUMBOGRAM","features":[16]},{"name":"IPV6_OPTION_ROUTER_ALERT","features":[16]},{"name":"IPV6_OPTION_TYPE","features":[16]},{"name":"IPV6_PKTINFO","features":[16]},{"name":"IPV6_PKTINFO_EX","features":[16]},{"name":"IPV6_PROTECTION_LEVEL","features":[16]},{"name":"IPV6_RECVDSTADDR","features":[16]},{"name":"IPV6_RECVECN","features":[16]},{"name":"IPV6_RECVERR","features":[16]},{"name":"IPV6_RECVIF","features":[16]},{"name":"IPV6_RECVRTHDR","features":[16]},{"name":"IPV6_RECVTCLASS","features":[16]},{"name":"IPV6_ROUTER_ADVERTISEMENT_FLAGS","features":[16]},{"name":"IPV6_ROUTING_HEADER","features":[16]},{"name":"IPV6_RTHDR","features":[16]},{"name":"IPV6_TCLASS","features":[16]},{"name":"IPV6_TRAFFIC_CLASS_MASK","features":[16]},{"name":"IPV6_UNICAST_HOPS","features":[16]},{"name":"IPV6_UNICAST_IF","features":[16]},{"name":"IPV6_USER_MTU","features":[16]},{"name":"IPV6_V6ONLY","features":[16]},{"name":"IPV6_VERSION","features":[16]},{"name":"IPV6_WFP_REDIRECT_CONTEXT","features":[16]},{"name":"IPV6_WFP_REDIRECT_RECORDS","features":[16]},{"name":"IPX_ADDRESS","features":[16]},{"name":"IPX_ADDRESS_DATA","features":[1,16]},{"name":"IPX_ADDRESS_NOTIFY","features":[16]},{"name":"IPX_DSTYPE","features":[16]},{"name":"IPX_EXTENDED_ADDRESS","features":[16]},{"name":"IPX_FILTERPTYPE","features":[16]},{"name":"IPX_GETNETINFO","features":[16]},{"name":"IPX_GETNETINFO_NORIP","features":[16]},{"name":"IPX_IMMEDIATESPXACK","features":[16]},{"name":"IPX_MAXSIZE","features":[16]},{"name":"IPX_MAX_ADAPTER_NUM","features":[16]},{"name":"IPX_NETNUM_DATA","features":[16]},{"name":"IPX_PTYPE","features":[16]},{"name":"IPX_RECEIVE_BROADCAST","features":[16]},{"name":"IPX_RECVHDR","features":[16]},{"name":"IPX_RERIPNETNUMBER","features":[16]},{"name":"IPX_SPXCONNSTATUS_DATA","features":[16]},{"name":"IPX_SPXGETCONNECTIONSTATUS","features":[16]},{"name":"IPX_STOPFILTERPTYPE","features":[16]},{"name":"IP_ADD_IFLIST","features":[16]},{"name":"IP_ADD_MEMBERSHIP","features":[16]},{"name":"IP_ADD_SOURCE_MEMBERSHIP","features":[16]},{"name":"IP_BLOCK_SOURCE","features":[16]},{"name":"IP_DEFAULT_MULTICAST_LOOP","features":[16]},{"name":"IP_DEFAULT_MULTICAST_TTL","features":[16]},{"name":"IP_DEL_IFLIST","features":[16]},{"name":"IP_DONTFRAGMENT","features":[16]},{"name":"IP_DROP_MEMBERSHIP","features":[16]},{"name":"IP_DROP_SOURCE_MEMBERSHIP","features":[16]},{"name":"IP_ECN","features":[16]},{"name":"IP_GET_IFLIST","features":[16]},{"name":"IP_HDRINCL","features":[16]},{"name":"IP_HOPLIMIT","features":[16]},{"name":"IP_IFLIST","features":[16]},{"name":"IP_MAX_MEMBERSHIPS","features":[16]},{"name":"IP_MREQ","features":[16]},{"name":"IP_MREQ_SOURCE","features":[16]},{"name":"IP_MSFILTER","features":[16]},{"name":"IP_MTU","features":[16]},{"name":"IP_MTU_DISCOVER","features":[16]},{"name":"IP_MULTICAST_IF","features":[16]},{"name":"IP_MULTICAST_LOOP","features":[16]},{"name":"IP_MULTICAST_TTL","features":[16]},{"name":"IP_NRT_INTERFACE","features":[16]},{"name":"IP_OPTIONS","features":[16]},{"name":"IP_OPTION_TIMESTAMP_ADDRESS","features":[16]},{"name":"IP_OPTION_TIMESTAMP_FLAGS","features":[16]},{"name":"IP_OPTION_TIMESTAMP_ONLY","features":[16]},{"name":"IP_OPTION_TIMESTAMP_SPECIFIC_ADDRESS","features":[16]},{"name":"IP_OPT_EOL","features":[16]},{"name":"IP_OPT_LSRR","features":[16]},{"name":"IP_OPT_MULTIDEST","features":[16]},{"name":"IP_OPT_NOP","features":[16]},{"name":"IP_OPT_ROUTER_ALERT","features":[16]},{"name":"IP_OPT_RR","features":[16]},{"name":"IP_OPT_SECURITY","features":[16]},{"name":"IP_OPT_SID","features":[16]},{"name":"IP_OPT_SSRR","features":[16]},{"name":"IP_OPT_TS","features":[16]},{"name":"IP_ORIGINAL_ARRIVAL_IF","features":[16]},{"name":"IP_PKTINFO","features":[16]},{"name":"IP_PKTINFO_EX","features":[16]},{"name":"IP_PMTUDISC_DO","features":[16]},{"name":"IP_PMTUDISC_DONT","features":[16]},{"name":"IP_PMTUDISC_MAX","features":[16]},{"name":"IP_PMTUDISC_NOT_SET","features":[16]},{"name":"IP_PMTUDISC_PROBE","features":[16]},{"name":"IP_PROTECTION_LEVEL","features":[16]},{"name":"IP_RECEIVE_BROADCAST","features":[16]},{"name":"IP_RECVDSTADDR","features":[16]},{"name":"IP_RECVECN","features":[16]},{"name":"IP_RECVERR","features":[16]},{"name":"IP_RECVIF","features":[16]},{"name":"IP_RECVRTHDR","features":[16]},{"name":"IP_RECVTCLASS","features":[16]},{"name":"IP_RECVTOS","features":[16]},{"name":"IP_RECVTTL","features":[16]},{"name":"IP_RTHDR","features":[16]},{"name":"IP_TCLASS","features":[16]},{"name":"IP_TOS","features":[16]},{"name":"IP_TTL","features":[16]},{"name":"IP_UNBLOCK_SOURCE","features":[16]},{"name":"IP_UNICAST_IF","features":[16]},{"name":"IP_UNSPECIFIED_HOP_LIMIT","features":[16]},{"name":"IP_UNSPECIFIED_TYPE_OF_SERVICE","features":[16]},{"name":"IP_UNSPECIFIED_USER_MTU","features":[16]},{"name":"IP_USER_MTU","features":[16]},{"name":"IP_VER_MASK","features":[16]},{"name":"IP_WFP_REDIRECT_CONTEXT","features":[16]},{"name":"IP_WFP_REDIRECT_RECORDS","features":[16]},{"name":"IRDA_PROTO_SOCK_STREAM","features":[16]},{"name":"IRLMP_9WIRE_MODE","features":[16]},{"name":"IRLMP_DISCOVERY_MODE","features":[16]},{"name":"IRLMP_ENUMDEVICES","features":[16]},{"name":"IRLMP_EXCLUSIVE_MODE","features":[16]},{"name":"IRLMP_IAS_QUERY","features":[16]},{"name":"IRLMP_IAS_SET","features":[16]},{"name":"IRLMP_IRLPT_MODE","features":[16]},{"name":"IRLMP_PARAMETERS","features":[16]},{"name":"IRLMP_SEND_PDU_LEN","features":[16]},{"name":"IRLMP_SHARP_MODE","features":[16]},{"name":"IRLMP_TINYTP_MODE","features":[16]},{"name":"ISOPROTO_CLNP","features":[16]},{"name":"ISOPROTO_CLTP","features":[16]},{"name":"ISOPROTO_ESIS","features":[16]},{"name":"ISOPROTO_INACT_NL","features":[16]},{"name":"ISOPROTO_INTRAISIS","features":[16]},{"name":"ISOPROTO_TP","features":[16]},{"name":"ISOPROTO_TP0","features":[16]},{"name":"ISOPROTO_TP1","features":[16]},{"name":"ISOPROTO_TP2","features":[16]},{"name":"ISOPROTO_TP3","features":[16]},{"name":"ISOPROTO_TP4","features":[16]},{"name":"ISOPROTO_X25","features":[16]},{"name":"ISO_EXP_DATA_NUSE","features":[16]},{"name":"ISO_EXP_DATA_USE","features":[16]},{"name":"ISO_HIERARCHICAL","features":[16]},{"name":"ISO_MAX_ADDR_LENGTH","features":[16]},{"name":"ISO_NON_HIERARCHICAL","features":[16]},{"name":"InetNtopW","features":[16]},{"name":"InetPtonW","features":[16]},{"name":"IpDadStateDeprecated","features":[16]},{"name":"IpDadStateDuplicate","features":[16]},{"name":"IpDadStateInvalid","features":[16]},{"name":"IpDadStatePreferred","features":[16]},{"name":"IpDadStateTentative","features":[16]},{"name":"IpPrefixOriginDhcp","features":[16]},{"name":"IpPrefixOriginManual","features":[16]},{"name":"IpPrefixOriginOther","features":[16]},{"name":"IpPrefixOriginRouterAdvertisement","features":[16]},{"name":"IpPrefixOriginUnchanged","features":[16]},{"name":"IpPrefixOriginWellKnown","features":[16]},{"name":"IpSuffixOriginDhcp","features":[16]},{"name":"IpSuffixOriginLinkLayerAddress","features":[16]},{"name":"IpSuffixOriginManual","features":[16]},{"name":"IpSuffixOriginOther","features":[16]},{"name":"IpSuffixOriginRandom","features":[16]},{"name":"IpSuffixOriginUnchanged","features":[16]},{"name":"IpSuffixOriginWellKnown","features":[16]},{"name":"JL_BOTH","features":[16]},{"name":"JL_RECEIVER_ONLY","features":[16]},{"name":"JL_SENDER_ONLY","features":[16]},{"name":"LAYERED_PROTOCOL","features":[16]},{"name":"LINGER","features":[16]},{"name":"LITTLEENDIAN","features":[16]},{"name":"LM_BAUD_115200","features":[16]},{"name":"LM_BAUD_1152K","features":[16]},{"name":"LM_BAUD_1200","features":[16]},{"name":"LM_BAUD_16M","features":[16]},{"name":"LM_BAUD_19200","features":[16]},{"name":"LM_BAUD_2400","features":[16]},{"name":"LM_BAUD_38400","features":[16]},{"name":"LM_BAUD_4M","features":[16]},{"name":"LM_BAUD_57600","features":[16]},{"name":"LM_BAUD_576K","features":[16]},{"name":"LM_BAUD_9600","features":[16]},{"name":"LM_HB1_Computer","features":[16]},{"name":"LM_HB1_Fax","features":[16]},{"name":"LM_HB1_LANAccess","features":[16]},{"name":"LM_HB1_Modem","features":[16]},{"name":"LM_HB1_PDA_Palmtop","features":[16]},{"name":"LM_HB1_PnP","features":[16]},{"name":"LM_HB1_Printer","features":[16]},{"name":"LM_HB2_FileServer","features":[16]},{"name":"LM_HB2_Telephony","features":[16]},{"name":"LM_HB_Extension","features":[16]},{"name":"LM_IRPARMS","features":[16]},{"name":"LOG2_BITS_PER_BYTE","features":[16]},{"name":"LPBLOCKINGCALLBACK","features":[1,16]},{"name":"LPCONDITIONPROC","features":[16]},{"name":"LPFN_ACCEPTEX","features":[1,16,7]},{"name":"LPFN_CONNECTEX","features":[1,16,7]},{"name":"LPFN_DISCONNECTEX","features":[1,16,7]},{"name":"LPFN_GETACCEPTEXSOCKADDRS","features":[16]},{"name":"LPFN_NSPAPI","features":[16]},{"name":"LPFN_RIOCLOSECOMPLETIONQUEUE","features":[16]},{"name":"LPFN_RIOCREATECOMPLETIONQUEUE","features":[1,16]},{"name":"LPFN_RIOCREATEREQUESTQUEUE","features":[16]},{"name":"LPFN_RIODEQUEUECOMPLETION","features":[16]},{"name":"LPFN_RIODEREGISTERBUFFER","features":[16]},{"name":"LPFN_RIONOTIFY","features":[16]},{"name":"LPFN_RIORECEIVE","features":[1,16]},{"name":"LPFN_RIORECEIVEEX","features":[16]},{"name":"LPFN_RIOREGISTERBUFFER","features":[16]},{"name":"LPFN_RIORESIZECOMPLETIONQUEUE","features":[1,16]},{"name":"LPFN_RIORESIZEREQUESTQUEUE","features":[1,16]},{"name":"LPFN_RIOSEND","features":[1,16]},{"name":"LPFN_RIOSENDEX","features":[1,16]},{"name":"LPFN_TRANSMITFILE","features":[1,16,7]},{"name":"LPFN_TRANSMITPACKETS","features":[1,16,7]},{"name":"LPFN_WSAPOLL","features":[16]},{"name":"LPFN_WSARECVMSG","features":[1,16,7]},{"name":"LPFN_WSASENDMSG","features":[1,16,7]},{"name":"LPLOOKUPSERVICE_COMPLETION_ROUTINE","features":[1,16,7]},{"name":"LPNSPCLEANUP","features":[16]},{"name":"LPNSPGETSERVICECLASSINFO","features":[16]},{"name":"LPNSPINSTALLSERVICECLASS","features":[16]},{"name":"LPNSPIOCTL","features":[1,16,7]},{"name":"LPNSPLOOKUPSERVICEBEGIN","features":[1,16,43]},{"name":"LPNSPLOOKUPSERVICEEND","features":[1,16]},{"name":"LPNSPLOOKUPSERVICENEXT","features":[1,16,43]},{"name":"LPNSPREMOVESERVICECLASS","features":[16]},{"name":"LPNSPSETSERVICE","features":[16,43]},{"name":"LPNSPSTARTUP","features":[1,16,43,7]},{"name":"LPNSPV2CLEANUP","features":[16]},{"name":"LPNSPV2CLIENTSESSIONRUNDOWN","features":[16]},{"name":"LPNSPV2LOOKUPSERVICEBEGIN","features":[1,16,43]},{"name":"LPNSPV2LOOKUPSERVICEEND","features":[1,16]},{"name":"LPNSPV2LOOKUPSERVICENEXTEX","features":[1,16,43]},{"name":"LPNSPV2SETSERVICEEX","features":[1,16,43]},{"name":"LPNSPV2STARTUP","features":[16]},{"name":"LPSERVICE_CALLBACK_PROC","features":[1,16]},{"name":"LPWPUCLOSEEVENT","features":[1,16]},{"name":"LPWPUCLOSESOCKETHANDLE","features":[16]},{"name":"LPWPUCLOSETHREAD","features":[1,16]},{"name":"LPWPUCOMPLETEOVERLAPPEDREQUEST","features":[1,16,7]},{"name":"LPWPUCREATEEVENT","features":[16]},{"name":"LPWPUCREATESOCKETHANDLE","features":[16]},{"name":"LPWPUFDISSET","features":[16]},{"name":"LPWPUGETPROVIDERPATH","features":[16]},{"name":"LPWPUMODIFYIFSHANDLE","features":[16]},{"name":"LPWPUOPENCURRENTTHREAD","features":[1,16]},{"name":"LPWPUPOSTMESSAGE","features":[1,16]},{"name":"LPWPUQUERYBLOCKINGCALLBACK","features":[1,16]},{"name":"LPWPUQUERYSOCKETHANDLECONTEXT","features":[16]},{"name":"LPWPUQUEUEAPC","features":[1,16]},{"name":"LPWPURESETEVENT","features":[1,16]},{"name":"LPWPUSETEVENT","features":[1,16]},{"name":"LPWSAOVERLAPPED_COMPLETION_ROUTINE","features":[1,16,7]},{"name":"LPWSAUSERAPC","features":[16]},{"name":"LPWSCDEINSTALLPROVIDER","features":[16]},{"name":"LPWSCENABLENSPROVIDER","features":[1,16]},{"name":"LPWSCENUMPROTOCOLS","features":[16]},{"name":"LPWSCGETPROVIDERPATH","features":[16]},{"name":"LPWSCINSTALLNAMESPACE","features":[16]},{"name":"LPWSCINSTALLPROVIDER","features":[16]},{"name":"LPWSCUNINSTALLNAMESPACE","features":[16]},{"name":"LPWSCUPDATEPROVIDER","features":[16]},{"name":"LPWSCWRITENAMESPACEORDER","features":[16]},{"name":"LPWSCWRITEPROVIDERORDER","features":[16]},{"name":"LPWSPACCEPT","features":[16]},{"name":"LPWSPADDRESSTOSTRING","features":[16]},{"name":"LPWSPASYNCSELECT","features":[1,16]},{"name":"LPWSPBIND","features":[16]},{"name":"LPWSPCANCELBLOCKINGCALL","features":[16]},{"name":"LPWSPCLEANUP","features":[16]},{"name":"LPWSPCLOSESOCKET","features":[16]},{"name":"LPWSPCONNECT","features":[16]},{"name":"LPWSPDUPLICATESOCKET","features":[16]},{"name":"LPWSPENUMNETWORKEVENTS","features":[1,16]},{"name":"LPWSPEVENTSELECT","features":[16]},{"name":"LPWSPGETOVERLAPPEDRESULT","features":[1,16,7]},{"name":"LPWSPGETPEERNAME","features":[16]},{"name":"LPWSPGETQOSBYNAME","features":[1,16]},{"name":"LPWSPGETSOCKNAME","features":[16]},{"name":"LPWSPGETSOCKOPT","features":[16]},{"name":"LPWSPIOCTL","features":[1,16,7]},{"name":"LPWSPJOINLEAF","features":[16]},{"name":"LPWSPLISTEN","features":[16]},{"name":"LPWSPRECV","features":[1,16,7]},{"name":"LPWSPRECVDISCONNECT","features":[16]},{"name":"LPWSPRECVFROM","features":[1,16,7]},{"name":"LPWSPSELECT","features":[16]},{"name":"LPWSPSEND","features":[1,16,7]},{"name":"LPWSPSENDDISCONNECT","features":[16]},{"name":"LPWSPSENDTO","features":[1,16,7]},{"name":"LPWSPSETSOCKOPT","features":[16]},{"name":"LPWSPSHUTDOWN","features":[16]},{"name":"LPWSPSOCKET","features":[16]},{"name":"LPWSPSTARTUP","features":[1,16,7]},{"name":"LPWSPSTRINGTOADDRESS","features":[16]},{"name":"LSP_CRYPTO_COMPRESS","features":[16]},{"name":"LSP_FIREWALL","features":[16]},{"name":"LSP_INBOUND_MODIFY","features":[16]},{"name":"LSP_INSPECTOR","features":[16]},{"name":"LSP_LOCAL_CACHE","features":[16]},{"name":"LSP_OUTBOUND_MODIFY","features":[16]},{"name":"LSP_PROXY","features":[16]},{"name":"LSP_REDIRECTOR","features":[16]},{"name":"LSP_SYSTEM","features":[16]},{"name":"LUP_ADDRCONFIG","features":[16]},{"name":"LUP_API_ANSI","features":[16]},{"name":"LUP_CONTAINERS","features":[16]},{"name":"LUP_DEEP","features":[16]},{"name":"LUP_DISABLE_IDN_ENCODING","features":[16]},{"name":"LUP_DNS_ONLY","features":[16]},{"name":"LUP_DUAL_ADDR","features":[16]},{"name":"LUP_EXCLUSIVE_CUSTOM_SERVERS","features":[16]},{"name":"LUP_EXTENDED_QUERYSET","features":[16]},{"name":"LUP_FILESERVER","features":[16]},{"name":"LUP_FLUSHCACHE","features":[16]},{"name":"LUP_FLUSHPREVIOUS","features":[16]},{"name":"LUP_FORCE_CLEAR_TEXT","features":[16]},{"name":"LUP_NEAREST","features":[16]},{"name":"LUP_NOCONTAINERS","features":[16]},{"name":"LUP_NON_AUTHORITATIVE","features":[16]},{"name":"LUP_REQUIRE_SECURE","features":[16]},{"name":"LUP_RESOLUTION_HANDLE","features":[16]},{"name":"LUP_RES_SERVICE","features":[16]},{"name":"LUP_RETURN_ADDR","features":[16]},{"name":"LUP_RETURN_ALIASES","features":[16]},{"name":"LUP_RETURN_ALL","features":[16]},{"name":"LUP_RETURN_BLOB","features":[16]},{"name":"LUP_RETURN_COMMENT","features":[16]},{"name":"LUP_RETURN_NAME","features":[16]},{"name":"LUP_RETURN_PREFERRED_NAMES","features":[16]},{"name":"LUP_RETURN_QUERY_STRING","features":[16]},{"name":"LUP_RETURN_RESPONSE_FLAGS","features":[16]},{"name":"LUP_RETURN_TTL","features":[16]},{"name":"LUP_RETURN_TYPE","features":[16]},{"name":"LUP_RETURN_VERSION","features":[16]},{"name":"LUP_SECURE","features":[16]},{"name":"LUP_SECURE_WITH_FALLBACK","features":[16]},{"name":"LinkLocalAlwaysOff","features":[16]},{"name":"LinkLocalAlwaysOn","features":[16]},{"name":"LinkLocalDelayed","features":[16]},{"name":"LinkLocalUnchanged","features":[16]},{"name":"LmCharSetASCII","features":[16]},{"name":"LmCharSetISO_8859_1","features":[16]},{"name":"LmCharSetISO_8859_2","features":[16]},{"name":"LmCharSetISO_8859_3","features":[16]},{"name":"LmCharSetISO_8859_4","features":[16]},{"name":"LmCharSetISO_8859_5","features":[16]},{"name":"LmCharSetISO_8859_6","features":[16]},{"name":"LmCharSetISO_8859_7","features":[16]},{"name":"LmCharSetISO_8859_8","features":[16]},{"name":"LmCharSetISO_8859_9","features":[16]},{"name":"LmCharSetUNICODE","features":[16]},{"name":"MAXGETHOSTSTRUCT","features":[16]},{"name":"MAX_IPV4_HLEN","features":[16]},{"name":"MAX_IPV4_PACKET","features":[16]},{"name":"MAX_IPV6_PAYLOAD","features":[16]},{"name":"MAX_MCAST_TTL","features":[16]},{"name":"MAX_PROTOCOL_CHAIN","features":[16]},{"name":"MAX_WINDOW_INCREMENT_PERCENTAGE","features":[16]},{"name":"MCAST_BLOCK_SOURCE","features":[16]},{"name":"MCAST_EXCLUDE","features":[16]},{"name":"MCAST_INCLUDE","features":[16]},{"name":"MCAST_JOIN_GROUP","features":[16]},{"name":"MCAST_JOIN_SOURCE_GROUP","features":[16]},{"name":"MCAST_LEAVE_GROUP","features":[16]},{"name":"MCAST_LEAVE_SOURCE_GROUP","features":[16]},{"name":"MCAST_UNBLOCK_SOURCE","features":[16]},{"name":"MIB_IPPROTO_BBN","features":[16]},{"name":"MIB_IPPROTO_BGP","features":[16]},{"name":"MIB_IPPROTO_CISCO","features":[16]},{"name":"MIB_IPPROTO_DHCP","features":[16]},{"name":"MIB_IPPROTO_DVMRP","features":[16]},{"name":"MIB_IPPROTO_EGP","features":[16]},{"name":"MIB_IPPROTO_EIGRP","features":[16]},{"name":"MIB_IPPROTO_ES_IS","features":[16]},{"name":"MIB_IPPROTO_GGP","features":[16]},{"name":"MIB_IPPROTO_HELLO","features":[16]},{"name":"MIB_IPPROTO_ICMP","features":[16]},{"name":"MIB_IPPROTO_IDPR","features":[16]},{"name":"MIB_IPPROTO_IS_IS","features":[16]},{"name":"MIB_IPPROTO_LOCAL","features":[16]},{"name":"MIB_IPPROTO_NETMGMT","features":[16]},{"name":"MIB_IPPROTO_NT_AUTOSTATIC","features":[16]},{"name":"MIB_IPPROTO_NT_STATIC","features":[16]},{"name":"MIB_IPPROTO_NT_STATIC_NON_DOD","features":[16]},{"name":"MIB_IPPROTO_OSPF","features":[16]},{"name":"MIB_IPPROTO_OTHER","features":[16]},{"name":"MIB_IPPROTO_RIP","features":[16]},{"name":"MIB_IPPROTO_RPL","features":[16]},{"name":"MIT_GUID","features":[16]},{"name":"MIT_IF_LUID","features":[16]},{"name":"MLDV2_QUERY_HEADER","features":[16]},{"name":"MLDV2_REPORT_HEADER","features":[16]},{"name":"MLDV2_REPORT_RECORD_HEADER","features":[16]},{"name":"MLD_HEADER","features":[16]},{"name":"MLD_MAX_RESP_CODE_TYPE","features":[16]},{"name":"MLD_MAX_RESP_CODE_TYPE_FLOAT","features":[16]},{"name":"MLD_MAX_RESP_CODE_TYPE_NORMAL","features":[16]},{"name":"MSG_BCAST","features":[16]},{"name":"MSG_CTRUNC","features":[16]},{"name":"MSG_DONTROUTE","features":[16]},{"name":"MSG_ERRQUEUE","features":[16]},{"name":"MSG_INTERRUPT","features":[16]},{"name":"MSG_MAXIOVLEN","features":[16]},{"name":"MSG_MCAST","features":[16]},{"name":"MSG_OOB","features":[16]},{"name":"MSG_PARTIAL","features":[16]},{"name":"MSG_PEEK","features":[16]},{"name":"MSG_PUSH_IMMEDIATE","features":[16]},{"name":"MSG_TRUNC","features":[16]},{"name":"MSG_WAITALL","features":[16]},{"name":"MULTICAST_MODE_TYPE","features":[16]},{"name":"NAPI_DOMAIN_DESCRIPTION_BLOB","features":[16]},{"name":"NAPI_PROVIDER_INSTALLATION_BLOB","features":[16]},{"name":"NAPI_PROVIDER_LEVEL","features":[16]},{"name":"NAPI_PROVIDER_TYPE","features":[16]},{"name":"ND_NA_FLAG_OVERRIDE","features":[16]},{"name":"ND_NA_FLAG_ROUTER","features":[16]},{"name":"ND_NA_FLAG_SOLICITED","features":[16]},{"name":"ND_NEIGHBOR_ADVERT_HEADER","features":[16]},{"name":"ND_NEIGHBOR_SOLICIT_HEADER","features":[16]},{"name":"ND_OPTION_DNSSL","features":[16]},{"name":"ND_OPTION_HDR","features":[16]},{"name":"ND_OPTION_MTU","features":[16]},{"name":"ND_OPTION_PREFIX_INFO","features":[16]},{"name":"ND_OPTION_RDNSS","features":[16]},{"name":"ND_OPTION_RD_HDR","features":[16]},{"name":"ND_OPTION_ROUTE_INFO","features":[16]},{"name":"ND_OPTION_TYPE","features":[16]},{"name":"ND_OPT_ADVERTISEMENT_INTERVAL","features":[16]},{"name":"ND_OPT_DNSSL","features":[16]},{"name":"ND_OPT_DNSSL_MIN_LEN","features":[16]},{"name":"ND_OPT_HOME_AGENT_INFORMATION","features":[16]},{"name":"ND_OPT_MTU","features":[16]},{"name":"ND_OPT_NBMA_SHORTCUT_LIMIT","features":[16]},{"name":"ND_OPT_PI_FLAG_AUTO","features":[16]},{"name":"ND_OPT_PI_FLAG_ONLINK","features":[16]},{"name":"ND_OPT_PI_FLAG_ROUTE","features":[16]},{"name":"ND_OPT_PI_FLAG_ROUTER_ADDR","features":[16]},{"name":"ND_OPT_PI_FLAG_SITE_PREFIX","features":[16]},{"name":"ND_OPT_PREFIX_INFORMATION","features":[16]},{"name":"ND_OPT_RDNSS","features":[16]},{"name":"ND_OPT_RDNSS_MIN_LEN","features":[16]},{"name":"ND_OPT_REDIRECTED_HEADER","features":[16]},{"name":"ND_OPT_RI_FLAG_PREFERENCE","features":[16]},{"name":"ND_OPT_ROUTE_INFO","features":[16]},{"name":"ND_OPT_SOURCE_ADDR_LIST","features":[16]},{"name":"ND_OPT_SOURCE_LINKADDR","features":[16]},{"name":"ND_OPT_TARGET_ADDR_LIST","features":[16]},{"name":"ND_OPT_TARGET_LINKADDR","features":[16]},{"name":"ND_RA_FLAG_HOME_AGENT","features":[16]},{"name":"ND_RA_FLAG_MANAGED","features":[16]},{"name":"ND_RA_FLAG_OTHER","features":[16]},{"name":"ND_RA_FLAG_PREFERENCE","features":[16]},{"name":"ND_REDIRECT_HEADER","features":[16]},{"name":"ND_ROUTER_ADVERT_HEADER","features":[16]},{"name":"ND_ROUTER_SOLICIT_HEADER","features":[16]},{"name":"NETBIOS_GROUP_NAME","features":[16]},{"name":"NETBIOS_NAME_LENGTH","features":[16]},{"name":"NETBIOS_TYPE_QUICK_GROUP","features":[16]},{"name":"NETBIOS_TYPE_QUICK_UNIQUE","features":[16]},{"name":"NETBIOS_UNIQUE_NAME","features":[16]},{"name":"NETRESOURCE2A","features":[16]},{"name":"NETRESOURCE2W","features":[16]},{"name":"NI_DGRAM","features":[16]},{"name":"NI_MAXHOST","features":[16]},{"name":"NI_MAXSERV","features":[16]},{"name":"NI_NAMEREQD","features":[16]},{"name":"NI_NOFQDN","features":[16]},{"name":"NI_NUMERICHOST","features":[16]},{"name":"NI_NUMERICSERV","features":[16]},{"name":"NLA_802_1X_LOCATION","features":[16]},{"name":"NLA_ALLUSERS_NETWORK","features":[16]},{"name":"NLA_BLOB","features":[16]},{"name":"NLA_BLOB_DATA_TYPE","features":[16]},{"name":"NLA_CONNECTIVITY","features":[16]},{"name":"NLA_CONNECTIVITY_TYPE","features":[16]},{"name":"NLA_FRIENDLY_NAME","features":[16]},{"name":"NLA_ICS","features":[16]},{"name":"NLA_INTERFACE","features":[16]},{"name":"NLA_INTERNET","features":[16]},{"name":"NLA_INTERNET_NO","features":[16]},{"name":"NLA_INTERNET_UNKNOWN","features":[16]},{"name":"NLA_INTERNET_YES","features":[16]},{"name":"NLA_NAMESPACE_GUID","features":[16]},{"name":"NLA_NETWORK_AD_HOC","features":[16]},{"name":"NLA_NETWORK_MANAGED","features":[16]},{"name":"NLA_NETWORK_UNKNOWN","features":[16]},{"name":"NLA_NETWORK_UNMANAGED","features":[16]},{"name":"NLA_RAW_DATA","features":[16]},{"name":"NLA_SERVICE_CLASS_GUID","features":[16]},{"name":"NL_ADDRESS_TYPE","features":[16]},{"name":"NL_BANDWIDTH_FLAG","features":[16]},{"name":"NL_BANDWIDTH_INFORMATION","features":[1,16]},{"name":"NL_DAD_STATE","features":[16]},{"name":"NL_INTERFACE_NETWORK_CATEGORY_STATE","features":[16]},{"name":"NL_INTERFACE_OFFLOAD_ROD","features":[16]},{"name":"NL_LINK_LOCAL_ADDRESS_BEHAVIOR","features":[16]},{"name":"NL_NEIGHBOR_STATE","features":[16]},{"name":"NL_NETWORK_CATEGORY","features":[16]},{"name":"NL_NETWORK_CONNECTIVITY_COST_HINT","features":[16]},{"name":"NL_NETWORK_CONNECTIVITY_HINT","features":[1,16]},{"name":"NL_NETWORK_CONNECTIVITY_LEVEL_HINT","features":[16]},{"name":"NL_PATH_BANDWIDTH_ROD","features":[1,16]},{"name":"NL_PREFIX_ORIGIN","features":[16]},{"name":"NL_ROUTER_DISCOVERY_BEHAVIOR","features":[16]},{"name":"NL_ROUTE_ORIGIN","features":[16]},{"name":"NL_ROUTE_PROTOCOL","features":[16]},{"name":"NL_SUFFIX_ORIGIN","features":[16]},{"name":"NPI_MODULEID","features":[1,16]},{"name":"NPI_MODULEID_TYPE","features":[16]},{"name":"NSPROTO_IPX","features":[16]},{"name":"NSPROTO_SPX","features":[16]},{"name":"NSPROTO_SPXII","features":[16]},{"name":"NSPV2_ROUTINE","features":[1,16,43]},{"name":"NSP_NOTIFY_APC","features":[16]},{"name":"NSP_NOTIFY_EVENT","features":[16]},{"name":"NSP_NOTIFY_HWND","features":[16]},{"name":"NSP_NOTIFY_IMMEDIATELY","features":[16]},{"name":"NSP_NOTIFY_PORT","features":[16]},{"name":"NSP_ROUTINE","features":[1,16,43,7]},{"name":"NSTYPE_DYNAMIC","features":[16]},{"name":"NSTYPE_ENUMERABLE","features":[16]},{"name":"NSTYPE_HIERARCHICAL","features":[16]},{"name":"NSTYPE_WORKGROUP","features":[16]},{"name":"NS_ALL","features":[16]},{"name":"NS_DEFAULT","features":[16]},{"name":"NS_DHCP","features":[16]},{"name":"NS_DNS","features":[16]},{"name":"NS_EMAIL","features":[16]},{"name":"NS_INFOA","features":[16]},{"name":"NS_INFOW","features":[16]},{"name":"NS_LOCALNAME","features":[16]},{"name":"NS_MS","features":[16]},{"name":"NS_NBP","features":[16]},{"name":"NS_NDS","features":[16]},{"name":"NS_NETBT","features":[16]},{"name":"NS_NETDES","features":[16]},{"name":"NS_NIS","features":[16]},{"name":"NS_NISPLUS","features":[16]},{"name":"NS_NLA","features":[16]},{"name":"NS_NTDS","features":[16]},{"name":"NS_PEER_BROWSE","features":[16]},{"name":"NS_SAP","features":[16]},{"name":"NS_SERVICE_INFOA","features":[16,43]},{"name":"NS_SERVICE_INFOW","features":[16,43]},{"name":"NS_SLP","features":[16]},{"name":"NS_STDA","features":[16]},{"name":"NS_TCPIP_HOSTS","features":[16]},{"name":"NS_TCPIP_LOCAL","features":[16]},{"name":"NS_VNS","features":[16]},{"name":"NS_WINS","features":[16]},{"name":"NS_WRQ","features":[16]},{"name":"NS_X500","features":[16]},{"name":"NetworkCategoryDomainAuthenticated","features":[16]},{"name":"NetworkCategoryPrivate","features":[16]},{"name":"NetworkCategoryPublic","features":[16]},{"name":"NetworkCategoryUnchanged","features":[16]},{"name":"NetworkCategoryUnknown","features":[16]},{"name":"NetworkConnectivityCostHintFixed","features":[16]},{"name":"NetworkConnectivityCostHintUnknown","features":[16]},{"name":"NetworkConnectivityCostHintUnrestricted","features":[16]},{"name":"NetworkConnectivityCostHintVariable","features":[16]},{"name":"NetworkConnectivityLevelHintConstrainedInternetAccess","features":[16]},{"name":"NetworkConnectivityLevelHintHidden","features":[16]},{"name":"NetworkConnectivityLevelHintInternetAccess","features":[16]},{"name":"NetworkConnectivityLevelHintLocalAccess","features":[16]},{"name":"NetworkConnectivityLevelHintNone","features":[16]},{"name":"NetworkConnectivityLevelHintUnknown","features":[16]},{"name":"NlatAnycast","features":[16]},{"name":"NlatBroadcast","features":[16]},{"name":"NlatInvalid","features":[16]},{"name":"NlatMulticast","features":[16]},{"name":"NlatUnicast","features":[16]},{"name":"NlatUnspecified","features":[16]},{"name":"NlbwDisabled","features":[16]},{"name":"NlbwEnabled","features":[16]},{"name":"NlbwUnchanged","features":[16]},{"name":"NldsDeprecated","features":[16]},{"name":"NldsDuplicate","features":[16]},{"name":"NldsInvalid","features":[16]},{"name":"NldsPreferred","features":[16]},{"name":"NldsTentative","features":[16]},{"name":"NlincCategoryStateMax","features":[16]},{"name":"NlincCategoryUnknown","features":[16]},{"name":"NlincDomainAuthenticated","features":[16]},{"name":"NlincPrivate","features":[16]},{"name":"NlincPublic","features":[16]},{"name":"NlnsDelay","features":[16]},{"name":"NlnsIncomplete","features":[16]},{"name":"NlnsMaximum","features":[16]},{"name":"NlnsPermanent","features":[16]},{"name":"NlnsProbe","features":[16]},{"name":"NlnsReachable","features":[16]},{"name":"NlnsStale","features":[16]},{"name":"NlnsUnreachable","features":[16]},{"name":"Nlro6to4","features":[16]},{"name":"NlroDHCP","features":[16]},{"name":"NlroManual","features":[16]},{"name":"NlroRouterAdvertisement","features":[16]},{"name":"NlroWellKnown","features":[16]},{"name":"NlsoDhcp","features":[16]},{"name":"NlsoLinkLayerAddress","features":[16]},{"name":"NlsoManual","features":[16]},{"name":"NlsoOther","features":[16]},{"name":"NlsoRandom","features":[16]},{"name":"NlsoWellKnown","features":[16]},{"name":"PFL_HIDDEN","features":[16]},{"name":"PFL_MATCHES_PROTOCOL_ZERO","features":[16]},{"name":"PFL_MULTIPLE_PROTO_ENTRIES","features":[16]},{"name":"PFL_NETWORKDIRECT_PROVIDER","features":[16]},{"name":"PFL_RECOMMENDED_PROTO_ENTRY","features":[16]},{"name":"PF_APPLETALK","features":[16]},{"name":"PF_ATM","features":[16]},{"name":"PF_BAN","features":[16]},{"name":"PF_CCITT","features":[16]},{"name":"PF_CHAOS","features":[16]},{"name":"PF_DATAKIT","features":[16]},{"name":"PF_DECnet","features":[16]},{"name":"PF_DLI","features":[16]},{"name":"PF_ECMA","features":[16]},{"name":"PF_FIREFOX","features":[16]},{"name":"PF_HYLINK","features":[16]},{"name":"PF_IMPLINK","features":[16]},{"name":"PF_IPX","features":[16]},{"name":"PF_IRDA","features":[16]},{"name":"PF_ISO","features":[16]},{"name":"PF_LAT","features":[16]},{"name":"PF_MAX","features":[16]},{"name":"PF_NS","features":[16]},{"name":"PF_OSI","features":[16]},{"name":"PF_PUP","features":[16]},{"name":"PF_SNA","features":[16]},{"name":"PF_UNIX","features":[16]},{"name":"PF_UNKNOWN1","features":[16]},{"name":"PF_VOICEVIEW","features":[16]},{"name":"PI_ALLOWED","features":[16]},{"name":"PI_NUMBER_NOT_AVAILABLE","features":[16]},{"name":"PI_RESTRICTED","features":[16]},{"name":"PMTUD_STATE","features":[16]},{"name":"POLLERR","features":[16]},{"name":"POLLHUP","features":[16]},{"name":"POLLIN","features":[16]},{"name":"POLLNVAL","features":[16]},{"name":"POLLOUT","features":[16]},{"name":"POLLPRI","features":[16]},{"name":"POLLRDBAND","features":[16]},{"name":"POLLRDNORM","features":[16]},{"name":"POLLWRBAND","features":[16]},{"name":"POLLWRNORM","features":[16]},{"name":"PRIORITY_STATUS","features":[16]},{"name":"PROP_ADDRESSES","features":[16]},{"name":"PROP_ALL","features":[16]},{"name":"PROP_COMMENT","features":[16]},{"name":"PROP_DISPLAY_HINT","features":[16]},{"name":"PROP_LOCALE","features":[16]},{"name":"PROP_MACHINE","features":[16]},{"name":"PROP_SD","features":[16]},{"name":"PROP_START_TIME","features":[16]},{"name":"PROP_VERSION","features":[16]},{"name":"PROTECTION_LEVEL_DEFAULT","features":[16]},{"name":"PROTECTION_LEVEL_EDGERESTRICTED","features":[16]},{"name":"PROTECTION_LEVEL_RESTRICTED","features":[16]},{"name":"PROTECTION_LEVEL_UNRESTRICTED","features":[16]},{"name":"PROTOCOL_INFOA","features":[16]},{"name":"PROTOCOL_INFOW","features":[16]},{"name":"PROTOENT","features":[16]},{"name":"PROTO_IP_BBN","features":[16]},{"name":"PROTO_IP_BGP","features":[16]},{"name":"PROTO_IP_CISCO","features":[16]},{"name":"PROTO_IP_DHCP","features":[16]},{"name":"PROTO_IP_DVMRP","features":[16]},{"name":"PROTO_IP_EGP","features":[16]},{"name":"PROTO_IP_EIGRP","features":[16]},{"name":"PROTO_IP_ES_IS","features":[16]},{"name":"PROTO_IP_GGP","features":[16]},{"name":"PROTO_IP_HELLO","features":[16]},{"name":"PROTO_IP_ICMP","features":[16]},{"name":"PROTO_IP_IDPR","features":[16]},{"name":"PROTO_IP_IS_IS","features":[16]},{"name":"PROTO_IP_LOCAL","features":[16]},{"name":"PROTO_IP_NETMGMT","features":[16]},{"name":"PROTO_IP_NT_AUTOSTATIC","features":[16]},{"name":"PROTO_IP_NT_STATIC","features":[16]},{"name":"PROTO_IP_NT_STATIC_NON_DOD","features":[16]},{"name":"PROTO_IP_OSPF","features":[16]},{"name":"PROTO_IP_OTHER","features":[16]},{"name":"PROTO_IP_RIP","features":[16]},{"name":"PROTO_IP_RPL","features":[16]},{"name":"PVD_CONFIG","features":[16]},{"name":"ProcessSocketNotifications","features":[1,16,7]},{"name":"ProviderInfoAudit","features":[16]},{"name":"ProviderInfoLspCategories","features":[16]},{"name":"ProviderLevel_None","features":[16]},{"name":"ProviderLevel_Primary","features":[16]},{"name":"ProviderLevel_Secondary","features":[16]},{"name":"ProviderType_Application","features":[16]},{"name":"ProviderType_Service","features":[16]},{"name":"Q2931_IE","features":[16]},{"name":"Q2931_IE_TYPE","features":[16]},{"name":"QOS","features":[16]},{"name":"QOS_CLASS0","features":[16]},{"name":"QOS_CLASS1","features":[16]},{"name":"QOS_CLASS2","features":[16]},{"name":"QOS_CLASS3","features":[16]},{"name":"QOS_CLASS4","features":[16]},{"name":"RCVALL_IF","features":[16]},{"name":"RCVALL_IPLEVEL","features":[16]},{"name":"RCVALL_OFF","features":[16]},{"name":"RCVALL_ON","features":[16]},{"name":"RCVALL_SOCKETLEVELONLY","features":[16]},{"name":"RCVALL_VALUE","features":[16]},{"name":"REAL_TIME_NOTIFICATION_CAPABILITY","features":[16]},{"name":"REAL_TIME_NOTIFICATION_CAPABILITY_EX","features":[16]},{"name":"REAL_TIME_NOTIFICATION_SETTING_INPUT","features":[16]},{"name":"REAL_TIME_NOTIFICATION_SETTING_INPUT_EX","features":[1,16]},{"name":"REAL_TIME_NOTIFICATION_SETTING_OUTPUT","features":[16]},{"name":"RESOURCEDISPLAYTYPE_DOMAIN","features":[16]},{"name":"RESOURCEDISPLAYTYPE_FILE","features":[16]},{"name":"RESOURCEDISPLAYTYPE_GENERIC","features":[16]},{"name":"RESOURCEDISPLAYTYPE_GROUP","features":[16]},{"name":"RESOURCEDISPLAYTYPE_SERVER","features":[16]},{"name":"RESOURCEDISPLAYTYPE_SHARE","features":[16]},{"name":"RESOURCEDISPLAYTYPE_TREE","features":[16]},{"name":"RESOURCE_DISPLAY_TYPE","features":[16]},{"name":"RESULT_IS_ADDED","features":[16]},{"name":"RESULT_IS_ALIAS","features":[16]},{"name":"RESULT_IS_CHANGED","features":[16]},{"name":"RESULT_IS_DELETED","features":[16]},{"name":"RES_FIND_MULTIPLE","features":[16]},{"name":"RES_FLUSH_CACHE","features":[16]},{"name":"RES_SERVICE","features":[16]},{"name":"RES_SOFT_SEARCH","features":[16]},{"name":"RES_UNUSED_1","features":[16]},{"name":"RIORESULT","features":[16]},{"name":"RIO_BUF","features":[16]},{"name":"RIO_BUFFERID","features":[16]},{"name":"RIO_CMSG_BUFFER","features":[16]},{"name":"RIO_CORRUPT_CQ","features":[16]},{"name":"RIO_CQ","features":[16]},{"name":"RIO_EVENT_COMPLETION","features":[16]},{"name":"RIO_EXTENSION_FUNCTION_TABLE","features":[1,16]},{"name":"RIO_IOCP_COMPLETION","features":[16]},{"name":"RIO_MAX_CQ_SIZE","features":[16]},{"name":"RIO_MSG_COMMIT_ONLY","features":[16]},{"name":"RIO_MSG_DEFER","features":[16]},{"name":"RIO_MSG_DONT_NOTIFY","features":[16]},{"name":"RIO_MSG_WAITALL","features":[16]},{"name":"RIO_NOTIFICATION_COMPLETION","features":[1,16]},{"name":"RIO_NOTIFICATION_COMPLETION_TYPE","features":[16]},{"name":"RIO_RQ","features":[16]},{"name":"RM_ADD_RECEIVE_IF","features":[16]},{"name":"RM_DEL_RECEIVE_IF","features":[16]},{"name":"RM_FEC_INFO","features":[1,16]},{"name":"RM_FLUSHCACHE","features":[16]},{"name":"RM_HIGH_SPEED_INTRANET_OPT","features":[16]},{"name":"RM_LATEJOIN","features":[16]},{"name":"RM_OPTIONSBASE","features":[16]},{"name":"RM_RATE_WINDOW_SIZE","features":[16]},{"name":"RM_RECEIVER_STATISTICS","features":[16]},{"name":"RM_RECEIVER_STATS","features":[16]},{"name":"RM_SENDER_STATISTICS","features":[16]},{"name":"RM_SENDER_STATS","features":[16]},{"name":"RM_SENDER_WINDOW_ADVANCE_METHOD","features":[16]},{"name":"RM_SEND_WINDOW","features":[16]},{"name":"RM_SEND_WINDOW_ADV_RATE","features":[16]},{"name":"RM_SET_MCAST_TTL","features":[16]},{"name":"RM_SET_MESSAGE_BOUNDARY","features":[16]},{"name":"RM_SET_SEND_IF","features":[16]},{"name":"RM_USE_FEC","features":[16]},{"name":"RNRSERVICE_DELETE","features":[16]},{"name":"RNRSERVICE_DEREGISTER","features":[16]},{"name":"RNRSERVICE_REGISTER","features":[16]},{"name":"RSS_SCALABILITY_INFO","features":[1,16]},{"name":"RouteProtocolBbn","features":[16]},{"name":"RouteProtocolBgp","features":[16]},{"name":"RouteProtocolCisco","features":[16]},{"name":"RouteProtocolDhcp","features":[16]},{"name":"RouteProtocolDvmrp","features":[16]},{"name":"RouteProtocolEgp","features":[16]},{"name":"RouteProtocolEigrp","features":[16]},{"name":"RouteProtocolEsIs","features":[16]},{"name":"RouteProtocolGgp","features":[16]},{"name":"RouteProtocolHello","features":[16]},{"name":"RouteProtocolIcmp","features":[16]},{"name":"RouteProtocolIdpr","features":[16]},{"name":"RouteProtocolIsIs","features":[16]},{"name":"RouteProtocolLocal","features":[16]},{"name":"RouteProtocolNetMgmt","features":[16]},{"name":"RouteProtocolOspf","features":[16]},{"name":"RouteProtocolOther","features":[16]},{"name":"RouteProtocolRip","features":[16]},{"name":"RouteProtocolRpl","features":[16]},{"name":"RouterDiscoveryDhcp","features":[16]},{"name":"RouterDiscoveryDisabled","features":[16]},{"name":"RouterDiscoveryEnabled","features":[16]},{"name":"RouterDiscoveryUnchanged","features":[16]},{"name":"RtlEthernetAddressToStringA","features":[16]},{"name":"RtlEthernetAddressToStringW","features":[16]},{"name":"RtlEthernetStringToAddressA","features":[16]},{"name":"RtlEthernetStringToAddressW","features":[16]},{"name":"RtlIpv4AddressToStringA","features":[16]},{"name":"RtlIpv4AddressToStringExA","features":[16]},{"name":"RtlIpv4AddressToStringExW","features":[16]},{"name":"RtlIpv4AddressToStringW","features":[16]},{"name":"RtlIpv4StringToAddressA","features":[1,16]},{"name":"RtlIpv4StringToAddressExA","features":[1,16]},{"name":"RtlIpv4StringToAddressExW","features":[1,16]},{"name":"RtlIpv4StringToAddressW","features":[1,16]},{"name":"RtlIpv6AddressToStringA","features":[16]},{"name":"RtlIpv6AddressToStringExA","features":[16]},{"name":"RtlIpv6AddressToStringExW","features":[16]},{"name":"RtlIpv6AddressToStringW","features":[16]},{"name":"RtlIpv6StringToAddressA","features":[16]},{"name":"RtlIpv6StringToAddressExA","features":[16]},{"name":"RtlIpv6StringToAddressExW","features":[16]},{"name":"RtlIpv6StringToAddressW","features":[16]},{"name":"SAP_FIELD_ABSENT","features":[16]},{"name":"SAP_FIELD_ANY","features":[16]},{"name":"SAP_FIELD_ANY_AESA_REST","features":[16]},{"name":"SAP_FIELD_ANY_AESA_SEL","features":[16]},{"name":"SCOPE_ID","features":[16]},{"name":"SCOPE_LEVEL","features":[16]},{"name":"SD_BOTH","features":[16]},{"name":"SD_RECEIVE","features":[16]},{"name":"SD_SEND","features":[16]},{"name":"SECURITY_PROTOCOL_NONE","features":[16]},{"name":"SENDER_DEFAULT_LATE_JOINER_PERCENTAGE","features":[16]},{"name":"SENDER_DEFAULT_RATE_KBITS_PER_SEC","features":[16]},{"name":"SENDER_DEFAULT_WINDOW_ADV_PERCENTAGE","features":[16]},{"name":"SENDER_MAX_LATE_JOINER_PERCENTAGE","features":[16]},{"name":"SEND_RECV_FLAGS","features":[16]},{"name":"SERVENT","features":[16]},{"name":"SERVENT","features":[16]},{"name":"SERVICE_ADDRESS","features":[16]},{"name":"SERVICE_ADDRESSES","features":[16]},{"name":"SERVICE_ADDRESS_FLAG_RPC_CN","features":[16]},{"name":"SERVICE_ADDRESS_FLAG_RPC_DG","features":[16]},{"name":"SERVICE_ADDRESS_FLAG_RPC_NB","features":[16]},{"name":"SERVICE_ADD_TYPE","features":[16]},{"name":"SERVICE_ASYNC_INFO","features":[1,16]},{"name":"SERVICE_DELETE_TYPE","features":[16]},{"name":"SERVICE_DEREGISTER","features":[16]},{"name":"SERVICE_FLAG_DEFER","features":[16]},{"name":"SERVICE_FLAG_HARD","features":[16]},{"name":"SERVICE_FLUSH","features":[16]},{"name":"SERVICE_INFOA","features":[16,43]},{"name":"SERVICE_INFOW","features":[16,43]},{"name":"SERVICE_LOCAL","features":[16]},{"name":"SERVICE_MULTIPLE","features":[16]},{"name":"SERVICE_REGISTER","features":[16]},{"name":"SERVICE_RESOURCE","features":[16]},{"name":"SERVICE_SERVICE","features":[16]},{"name":"SERVICE_TYPE_INFO","features":[16]},{"name":"SERVICE_TYPE_INFO_ABSA","features":[16]},{"name":"SERVICE_TYPE_INFO_ABSW","features":[16]},{"name":"SERVICE_TYPE_VALUE","features":[16]},{"name":"SERVICE_TYPE_VALUE_ABSA","features":[16]},{"name":"SERVICE_TYPE_VALUE_ABSW","features":[16]},{"name":"SERVICE_TYPE_VALUE_CONN","features":[16]},{"name":"SERVICE_TYPE_VALUE_CONNA","features":[16]},{"name":"SERVICE_TYPE_VALUE_CONNW","features":[16]},{"name":"SERVICE_TYPE_VALUE_IPXPORTA","features":[16]},{"name":"SERVICE_TYPE_VALUE_IPXPORTW","features":[16]},{"name":"SERVICE_TYPE_VALUE_OBJECTID","features":[16]},{"name":"SERVICE_TYPE_VALUE_OBJECTIDA","features":[16]},{"name":"SERVICE_TYPE_VALUE_OBJECTIDW","features":[16]},{"name":"SERVICE_TYPE_VALUE_SAPID","features":[16]},{"name":"SERVICE_TYPE_VALUE_SAPIDA","features":[16]},{"name":"SERVICE_TYPE_VALUE_SAPIDW","features":[16]},{"name":"SERVICE_TYPE_VALUE_TCPPORT","features":[16]},{"name":"SERVICE_TYPE_VALUE_TCPPORTA","features":[16]},{"name":"SERVICE_TYPE_VALUE_TCPPORTW","features":[16]},{"name":"SERVICE_TYPE_VALUE_UDPPORT","features":[16]},{"name":"SERVICE_TYPE_VALUE_UDPPORTA","features":[16]},{"name":"SERVICE_TYPE_VALUE_UDPPORTW","features":[16]},{"name":"SET_SERVICE_OPERATION","features":[16]},{"name":"SET_SERVICE_PARTIAL_SUCCESS","features":[16]},{"name":"SG_CONSTRAINED_GROUP","features":[16]},{"name":"SG_UNCONSTRAINED_GROUP","features":[16]},{"name":"SIOCATMARK","features":[16]},{"name":"SIOCGHIWAT","features":[16]},{"name":"SIOCGLOWAT","features":[16]},{"name":"SIOCSHIWAT","features":[16]},{"name":"SIOCSLOWAT","features":[16]},{"name":"SIO_ABSORB_RTRALERT","features":[16]},{"name":"SIO_ACQUIRE_PORT_RESERVATION","features":[16]},{"name":"SIO_ADDRESS_LIST_CHANGE","features":[16]},{"name":"SIO_ADDRESS_LIST_QUERY","features":[16]},{"name":"SIO_ADDRESS_LIST_SORT","features":[16]},{"name":"SIO_AF_UNIX_GETPEERPID","features":[16]},{"name":"SIO_AF_UNIX_SETBINDPARENTPATH","features":[16]},{"name":"SIO_AF_UNIX_SETCONNPARENTPATH","features":[16]},{"name":"SIO_APPLY_TRANSPORT_SETTING","features":[16]},{"name":"SIO_ASSOCIATE_HANDLE","features":[16]},{"name":"SIO_ASSOCIATE_PORT_RESERVATION","features":[16]},{"name":"SIO_ASSOCIATE_PVC","features":[16]},{"name":"SIO_BASE_HANDLE","features":[16]},{"name":"SIO_BSP_HANDLE","features":[16]},{"name":"SIO_BSP_HANDLE_POLL","features":[16]},{"name":"SIO_BSP_HANDLE_SELECT","features":[16]},{"name":"SIO_CPU_AFFINITY","features":[16]},{"name":"SIO_DELETE_PEER_TARGET_NAME","features":[16]},{"name":"SIO_ENABLE_CIRCULAR_QUEUEING","features":[16]},{"name":"SIO_EXT_POLL","features":[16]},{"name":"SIO_EXT_SELECT","features":[16]},{"name":"SIO_EXT_SENDMSG","features":[16]},{"name":"SIO_FIND_ROUTE","features":[16]},{"name":"SIO_FLUSH","features":[16]},{"name":"SIO_GET_ATM_ADDRESS","features":[16]},{"name":"SIO_GET_ATM_CONNECTION_ID","features":[16]},{"name":"SIO_GET_BROADCAST_ADDRESS","features":[16]},{"name":"SIO_GET_EXTENSION_FUNCTION_POINTER","features":[16]},{"name":"SIO_GET_GROUP_QOS","features":[16]},{"name":"SIO_GET_MULTIPLE_EXTENSION_FUNCTION_POINTER","features":[16]},{"name":"SIO_GET_NUMBER_OF_ATM_DEVICES","features":[16]},{"name":"SIO_GET_QOS","features":[16]},{"name":"SIO_GET_TX_TIMESTAMP","features":[16]},{"name":"SIO_INDEX_ADD_MCAST","features":[16]},{"name":"SIO_INDEX_BIND","features":[16]},{"name":"SIO_INDEX_DEL_MCAST","features":[16]},{"name":"SIO_INDEX_MCASTIF","features":[16]},{"name":"SIO_KEEPALIVE_VALS","features":[16]},{"name":"SIO_LIMIT_BROADCASTS","features":[16]},{"name":"SIO_LOOPBACK_FAST_PATH","features":[16]},{"name":"SIO_MULTICAST_SCOPE","features":[16]},{"name":"SIO_MULTIPOINT_LOOPBACK","features":[16]},{"name":"SIO_NSP_NOTIFY_CHANGE","features":[16]},{"name":"SIO_PRIORITY_HINT","features":[16]},{"name":"SIO_QUERY_RSS_PROCESSOR_INFO","features":[16]},{"name":"SIO_QUERY_RSS_SCALABILITY_INFO","features":[16]},{"name":"SIO_QUERY_SECURITY","features":[16]},{"name":"SIO_QUERY_TARGET_PNP_HANDLE","features":[16]},{"name":"SIO_QUERY_TRANSPORT_SETTING","features":[16]},{"name":"SIO_QUERY_WFP_ALE_ENDPOINT_HANDLE","features":[16]},{"name":"SIO_QUERY_WFP_CONNECTION_REDIRECT_CONTEXT","features":[16]},{"name":"SIO_QUERY_WFP_CONNECTION_REDIRECT_RECORDS","features":[16]},{"name":"SIO_RCVALL","features":[16]},{"name":"SIO_RCVALL_IF","features":[16]},{"name":"SIO_RCVALL_IGMPMCAST","features":[16]},{"name":"SIO_RCVALL_MCAST","features":[16]},{"name":"SIO_RCVALL_MCAST_IF","features":[16]},{"name":"SIO_RELEASE_PORT_RESERVATION","features":[16]},{"name":"SIO_RESERVED_1","features":[16]},{"name":"SIO_RESERVED_2","features":[16]},{"name":"SIO_ROUTING_INTERFACE_CHANGE","features":[16]},{"name":"SIO_ROUTING_INTERFACE_QUERY","features":[16]},{"name":"SIO_SET_COMPATIBILITY_MODE","features":[16]},{"name":"SIO_SET_GROUP_QOS","features":[16]},{"name":"SIO_SET_PEER_TARGET_NAME","features":[16]},{"name":"SIO_SET_PRIORITY_HINT","features":[16]},{"name":"SIO_SET_QOS","features":[16]},{"name":"SIO_SET_SECURITY","features":[16]},{"name":"SIO_SET_WFP_CONNECTION_REDIRECT_RECORDS","features":[16]},{"name":"SIO_SOCKET_CLOSE_NOTIFY","features":[16]},{"name":"SIO_SOCKET_USAGE_NOTIFICATION","features":[16]},{"name":"SIO_TCP_INFO","features":[16]},{"name":"SIO_TCP_INITIAL_RTO","features":[16]},{"name":"SIO_TCP_SET_ACK_FREQUENCY","features":[16]},{"name":"SIO_TCP_SET_ICW","features":[16]},{"name":"SIO_TIMESTAMPING","features":[16]},{"name":"SIO_TRANSLATE_HANDLE","features":[16]},{"name":"SIO_UCAST_IF","features":[16]},{"name":"SIO_UDP_CONNRESET","features":[16]},{"name":"SIO_UDP_NETRESET","features":[16]},{"name":"SIZEOF_IP_OPT_ROUTERALERT","features":[16]},{"name":"SIZEOF_IP_OPT_ROUTING_HEADER","features":[16]},{"name":"SIZEOF_IP_OPT_SECURITY","features":[16]},{"name":"SIZEOF_IP_OPT_STREAMIDENTIFIER","features":[16]},{"name":"SIZEOF_IP_OPT_TIMESTAMP_HEADER","features":[16]},{"name":"SI_NETWORK","features":[16]},{"name":"SI_USER_FAILED","features":[16]},{"name":"SI_USER_NOT_SCREENED","features":[16]},{"name":"SI_USER_PASSED","features":[16]},{"name":"SNAP_CONTROL","features":[16]},{"name":"SNAP_DSAP","features":[16]},{"name":"SNAP_HEADER","features":[16]},{"name":"SNAP_OUI","features":[16]},{"name":"SNAP_SSAP","features":[16]},{"name":"SOCKADDR","features":[16]},{"name":"SOCKADDR_ATM","features":[16]},{"name":"SOCKADDR_DL","features":[16]},{"name":"SOCKADDR_IN","features":[16]},{"name":"SOCKADDR_IN6","features":[16]},{"name":"SOCKADDR_IN6_PAIR","features":[16]},{"name":"SOCKADDR_IN6_W2KSP1","features":[16]},{"name":"SOCKADDR_INET","features":[16]},{"name":"SOCKADDR_IPX","features":[16]},{"name":"SOCKADDR_IRDA","features":[16]},{"name":"SOCKADDR_NB","features":[16]},{"name":"SOCKADDR_STORAGE","features":[16]},{"name":"SOCKADDR_STORAGE_XP","features":[16]},{"name":"SOCKADDR_TP","features":[16]},{"name":"SOCKADDR_UN","features":[16]},{"name":"SOCKADDR_VNS","features":[16]},{"name":"SOCKET","features":[16]},{"name":"SOCKET_ADDRESS","features":[16]},{"name":"SOCKET_ADDRESS_LIST","features":[16]},{"name":"SOCKET_DEFAULT2_QM_POLICY","features":[16]},{"name":"SOCKET_ERROR","features":[16]},{"name":"SOCKET_INFO_CONNECTION_ENCRYPTED","features":[16]},{"name":"SOCKET_INFO_CONNECTION_IMPERSONATED","features":[16]},{"name":"SOCKET_INFO_CONNECTION_SECURED","features":[16]},{"name":"SOCKET_PEER_TARGET_NAME","features":[16]},{"name":"SOCKET_PRIORITY_HINT","features":[16]},{"name":"SOCKET_PROCESSOR_AFFINITY","features":[16,8]},{"name":"SOCKET_QUERY_IPSEC2_ABORT_CONNECTION_ON_FIELD_CHANGE","features":[16]},{"name":"SOCKET_QUERY_IPSEC2_FIELD_MASK_MM_SA_ID","features":[16]},{"name":"SOCKET_QUERY_IPSEC2_FIELD_MASK_QM_SA_ID","features":[16]},{"name":"SOCKET_SECURITY_PROTOCOL","features":[16]},{"name":"SOCKET_SECURITY_PROTOCOL_DEFAULT","features":[16]},{"name":"SOCKET_SECURITY_PROTOCOL_INVALID","features":[16]},{"name":"SOCKET_SECURITY_PROTOCOL_IPSEC","features":[16]},{"name":"SOCKET_SECURITY_PROTOCOL_IPSEC2","features":[16]},{"name":"SOCKET_SECURITY_QUERY_INFO","features":[16]},{"name":"SOCKET_SECURITY_QUERY_INFO_IPSEC2","features":[16]},{"name":"SOCKET_SECURITY_QUERY_TEMPLATE","features":[16]},{"name":"SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2","features":[16]},{"name":"SOCKET_SECURITY_SETTINGS","features":[16]},{"name":"SOCKET_SECURITY_SETTINGS_IPSEC","features":[16]},{"name":"SOCKET_SETTINGS_ALLOW_INSECURE","features":[16]},{"name":"SOCKET_SETTINGS_GUARANTEE_ENCRYPTION","features":[16]},{"name":"SOCKET_SETTINGS_IPSEC_ALLOW_FIRST_INBOUND_PKT_UNENCRYPTED","features":[16]},{"name":"SOCKET_SETTINGS_IPSEC_OPTIONAL_PEER_NAME_VERIFICATION","features":[16]},{"name":"SOCKET_SETTINGS_IPSEC_PEER_NAME_IS_RAW_FORMAT","features":[16]},{"name":"SOCKET_SETTINGS_IPSEC_SKIP_FILTER_INSTANTIATION","features":[16]},{"name":"SOCKET_USAGE_TYPE","features":[16]},{"name":"SOCK_DGRAM","features":[16]},{"name":"SOCK_NOTIFY_EVENT_ERR","features":[16]},{"name":"SOCK_NOTIFY_EVENT_HANGUP","features":[16]},{"name":"SOCK_NOTIFY_EVENT_IN","features":[16]},{"name":"SOCK_NOTIFY_EVENT_OUT","features":[16]},{"name":"SOCK_NOTIFY_EVENT_REMOVE","features":[16]},{"name":"SOCK_NOTIFY_OP_DISABLE","features":[16]},{"name":"SOCK_NOTIFY_OP_ENABLE","features":[16]},{"name":"SOCK_NOTIFY_OP_NONE","features":[16]},{"name":"SOCK_NOTIFY_OP_REMOVE","features":[16]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_HANGUP","features":[16]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_IN","features":[16]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_NONE","features":[16]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_OUT","features":[16]},{"name":"SOCK_NOTIFY_REGISTRATION","features":[16]},{"name":"SOCK_NOTIFY_TRIGGER_EDGE","features":[16]},{"name":"SOCK_NOTIFY_TRIGGER_LEVEL","features":[16]},{"name":"SOCK_NOTIFY_TRIGGER_ONESHOT","features":[16]},{"name":"SOCK_NOTIFY_TRIGGER_PERSISTENT","features":[16]},{"name":"SOCK_RAW","features":[16]},{"name":"SOCK_RDM","features":[16]},{"name":"SOCK_SEQPACKET","features":[16]},{"name":"SOCK_STREAM","features":[16]},{"name":"SOL_IP","features":[16]},{"name":"SOL_IPV6","features":[16]},{"name":"SOL_IRLMP","features":[16]},{"name":"SOL_SOCKET","features":[16]},{"name":"SOMAXCONN","features":[16]},{"name":"SO_ACCEPTCONN","features":[16]},{"name":"SO_BROADCAST","features":[16]},{"name":"SO_BSP_STATE","features":[16]},{"name":"SO_COMPARTMENT_ID","features":[16]},{"name":"SO_CONDITIONAL_ACCEPT","features":[16]},{"name":"SO_CONNDATA","features":[16]},{"name":"SO_CONNDATALEN","features":[16]},{"name":"SO_CONNECT_TIME","features":[16]},{"name":"SO_CONNOPT","features":[16]},{"name":"SO_CONNOPTLEN","features":[16]},{"name":"SO_DEBUG","features":[16]},{"name":"SO_DISCDATA","features":[16]},{"name":"SO_DISCDATALEN","features":[16]},{"name":"SO_DISCOPT","features":[16]},{"name":"SO_DISCOPTLEN","features":[16]},{"name":"SO_DONTLINGER","features":[16]},{"name":"SO_DONTROUTE","features":[16]},{"name":"SO_ERROR","features":[16]},{"name":"SO_EXCLUSIVEADDRUSE","features":[16]},{"name":"SO_GROUP_ID","features":[16]},{"name":"SO_GROUP_PRIORITY","features":[16]},{"name":"SO_KEEPALIVE","features":[16]},{"name":"SO_LINGER","features":[16]},{"name":"SO_MAXDG","features":[16]},{"name":"SO_MAXPATHDG","features":[16]},{"name":"SO_MAX_MSG_SIZE","features":[16]},{"name":"SO_OOBINLINE","features":[16]},{"name":"SO_OPENTYPE","features":[16]},{"name":"SO_ORIGINAL_DST","features":[16]},{"name":"SO_PAUSE_ACCEPT","features":[16]},{"name":"SO_PORT_SCALABILITY","features":[16]},{"name":"SO_PROTOCOL_INFO","features":[16]},{"name":"SO_PROTOCOL_INFOA","features":[16]},{"name":"SO_PROTOCOL_INFOW","features":[16]},{"name":"SO_RANDOMIZE_PORT","features":[16]},{"name":"SO_RCVBUF","features":[16]},{"name":"SO_RCVLOWAT","features":[16]},{"name":"SO_RCVTIMEO","features":[16]},{"name":"SO_REUSEADDR","features":[16]},{"name":"SO_REUSE_MULTICASTPORT","features":[16]},{"name":"SO_REUSE_UNICASTPORT","features":[16]},{"name":"SO_SNDBUF","features":[16]},{"name":"SO_SNDLOWAT","features":[16]},{"name":"SO_SNDTIMEO","features":[16]},{"name":"SO_SYNCHRONOUS_ALERT","features":[16]},{"name":"SO_SYNCHRONOUS_NONALERT","features":[16]},{"name":"SO_TIMESTAMP","features":[16]},{"name":"SO_TIMESTAMP_ID","features":[16]},{"name":"SO_TYPE","features":[16]},{"name":"SO_UPDATE_ACCEPT_CONTEXT","features":[16]},{"name":"SO_UPDATE_CONNECT_CONTEXT","features":[16]},{"name":"SO_USELOOPBACK","features":[16]},{"name":"SYSTEM_CRITICAL_SOCKET","features":[16]},{"name":"ScopeLevelAdmin","features":[16]},{"name":"ScopeLevelCount","features":[16]},{"name":"ScopeLevelGlobal","features":[16]},{"name":"ScopeLevelInterface","features":[16]},{"name":"ScopeLevelLink","features":[16]},{"name":"ScopeLevelOrganization","features":[16]},{"name":"ScopeLevelSite","features":[16]},{"name":"ScopeLevelSubnet","features":[16]},{"name":"SetAddrInfoExA","features":[1,16,43,7]},{"name":"SetAddrInfoExW","features":[1,16,43,7]},{"name":"SetServiceA","features":[1,16,43]},{"name":"SetServiceW","features":[1,16,43]},{"name":"SetSocketMediaStreamingMode","features":[1,16]},{"name":"SocketMaximumPriorityHintType","features":[16]},{"name":"SocketPriorityHintLow","features":[16]},{"name":"SocketPriorityHintNormal","features":[16]},{"name":"SocketPriorityHintVeryLow","features":[16]},{"name":"TCPSTATE","features":[16]},{"name":"TCPSTATE_CLOSED","features":[16]},{"name":"TCPSTATE_CLOSE_WAIT","features":[16]},{"name":"TCPSTATE_CLOSING","features":[16]},{"name":"TCPSTATE_ESTABLISHED","features":[16]},{"name":"TCPSTATE_FIN_WAIT_1","features":[16]},{"name":"TCPSTATE_FIN_WAIT_2","features":[16]},{"name":"TCPSTATE_LAST_ACK","features":[16]},{"name":"TCPSTATE_LISTEN","features":[16]},{"name":"TCPSTATE_MAX","features":[16]},{"name":"TCPSTATE_SYN_RCVD","features":[16]},{"name":"TCPSTATE_SYN_SENT","features":[16]},{"name":"TCPSTATE_TIME_WAIT","features":[16]},{"name":"TCP_ACK_FREQUENCY_PARAMETERS","features":[16]},{"name":"TCP_ATMARK","features":[16]},{"name":"TCP_BSDURGENT","features":[16]},{"name":"TCP_CONGESTION_ALGORITHM","features":[16]},{"name":"TCP_DELAY_FIN_ACK","features":[16]},{"name":"TCP_EXPEDITED_1122","features":[16]},{"name":"TCP_FAIL_CONNECT_ON_ICMP_ERROR","features":[16]},{"name":"TCP_FASTOPEN","features":[16]},{"name":"TCP_HDR","features":[16]},{"name":"TCP_ICMP_ERROR_INFO","features":[16]},{"name":"TCP_ICW_LEVEL","features":[16]},{"name":"TCP_ICW_LEVEL_AGGRESSIVE","features":[16]},{"name":"TCP_ICW_LEVEL_COMPAT","features":[16]},{"name":"TCP_ICW_LEVEL_DEFAULT","features":[16]},{"name":"TCP_ICW_LEVEL_EXPERIMENTAL","features":[16]},{"name":"TCP_ICW_LEVEL_HIGH","features":[16]},{"name":"TCP_ICW_LEVEL_MAX","features":[16]},{"name":"TCP_ICW_LEVEL_VERY_HIGH","features":[16]},{"name":"TCP_ICW_PARAMETERS","features":[16]},{"name":"TCP_INFO_v0","features":[1,16]},{"name":"TCP_INFO_v1","features":[1,16]},{"name":"TCP_INITIAL_RTO_DEFAULT_MAX_SYN_RETRANSMISSIONS","features":[16]},{"name":"TCP_INITIAL_RTO_DEFAULT_RTT","features":[16]},{"name":"TCP_INITIAL_RTO_NO_SYN_RETRANSMISSIONS","features":[16]},{"name":"TCP_INITIAL_RTO_PARAMETERS","features":[16]},{"name":"TCP_INITIAL_RTO_UNSPECIFIED_MAX_SYN_RETRANSMISSIONS","features":[16]},{"name":"TCP_KEEPALIVE","features":[16]},{"name":"TCP_KEEPCNT","features":[16]},{"name":"TCP_KEEPIDLE","features":[16]},{"name":"TCP_KEEPINTVL","features":[16]},{"name":"TCP_MAXRT","features":[16]},{"name":"TCP_MAXRTMS","features":[16]},{"name":"TCP_MAXSEG","features":[16]},{"name":"TCP_NODELAY","features":[16]},{"name":"TCP_NOSYNRETRIES","features":[16]},{"name":"TCP_NOURG","features":[16]},{"name":"TCP_OFFLOAD_NOT_PREFERRED","features":[16]},{"name":"TCP_OFFLOAD_NO_PREFERENCE","features":[16]},{"name":"TCP_OFFLOAD_PREFERENCE","features":[16]},{"name":"TCP_OFFLOAD_PREFERRED","features":[16]},{"name":"TCP_OPT_FASTOPEN","features":[16]},{"name":"TCP_OPT_MSS","features":[16]},{"name":"TCP_OPT_SACK","features":[16]},{"name":"TCP_OPT_SACK_PERMITTED","features":[16]},{"name":"TCP_OPT_TS","features":[16]},{"name":"TCP_OPT_UNKNOWN","features":[16]},{"name":"TCP_OPT_WS","features":[16]},{"name":"TCP_STDURG","features":[16]},{"name":"TCP_TIMESTAMPS","features":[16]},{"name":"TF_DISCONNECT","features":[16]},{"name":"TF_REUSE_SOCKET","features":[16]},{"name":"TF_USE_DEFAULT_WORKER","features":[16]},{"name":"TF_USE_KERNEL_APC","features":[16]},{"name":"TF_USE_SYSTEM_THREAD","features":[16]},{"name":"TF_WRITE_BEHIND","features":[16]},{"name":"TH_ACK","features":[16]},{"name":"TH_CWR","features":[16]},{"name":"TH_ECE","features":[16]},{"name":"TH_FIN","features":[16]},{"name":"TH_NETDEV","features":[16]},{"name":"TH_OPT_EOL","features":[16]},{"name":"TH_OPT_FASTOPEN","features":[16]},{"name":"TH_OPT_MSS","features":[16]},{"name":"TH_OPT_NOP","features":[16]},{"name":"TH_OPT_SACK","features":[16]},{"name":"TH_OPT_SACK_PERMITTED","features":[16]},{"name":"TH_OPT_TS","features":[16]},{"name":"TH_OPT_WS","features":[16]},{"name":"TH_PSH","features":[16]},{"name":"TH_RST","features":[16]},{"name":"TH_SYN","features":[16]},{"name":"TH_TAPI","features":[16]},{"name":"TH_URG","features":[16]},{"name":"TIMESTAMPING_CONFIG","features":[16]},{"name":"TIMESTAMPING_FLAG_RX","features":[16]},{"name":"TIMESTAMPING_FLAG_TX","features":[16]},{"name":"TIMEVAL","features":[16]},{"name":"TNS_PLAN_CARRIER_ID_CODE","features":[16]},{"name":"TNS_TYPE_NATIONAL","features":[16]},{"name":"TP_DISCONNECT","features":[16]},{"name":"TP_ELEMENT_EOP","features":[16]},{"name":"TP_ELEMENT_FILE","features":[16]},{"name":"TP_ELEMENT_MEMORY","features":[16]},{"name":"TP_REUSE_SOCKET","features":[16]},{"name":"TP_USE_DEFAULT_WORKER","features":[16]},{"name":"TP_USE_KERNEL_APC","features":[16]},{"name":"TP_USE_SYSTEM_THREAD","features":[16]},{"name":"TRANSMIT_FILE_BUFFERS","features":[16]},{"name":"TRANSMIT_PACKETS_ELEMENT","features":[1,16]},{"name":"TRANSPORT_SETTING_ID","features":[16]},{"name":"TR_END_TO_END","features":[16]},{"name":"TR_NOIND","features":[16]},{"name":"TR_NO_END_TO_END","features":[16]},{"name":"TT_CBR","features":[16]},{"name":"TT_NOIND","features":[16]},{"name":"TT_VBR","features":[16]},{"name":"TUNNEL_SUB_TYPE","features":[16]},{"name":"TUNNEL_SUB_TYPE_CP","features":[16]},{"name":"TUNNEL_SUB_TYPE_HA","features":[16]},{"name":"TUNNEL_SUB_TYPE_IPTLS","features":[16]},{"name":"TUNNEL_SUB_TYPE_NONE","features":[16]},{"name":"TransmitFile","features":[1,16,7]},{"name":"UDP_CHECKSUM_COVERAGE","features":[16]},{"name":"UDP_COALESCED_INFO","features":[16]},{"name":"UDP_NOCHECKSUM","features":[16]},{"name":"UDP_RECV_MAX_COALESCED_SIZE","features":[16]},{"name":"UDP_SEND_MSG_SIZE","features":[16]},{"name":"UNIX_PATH_MAX","features":[16]},{"name":"UP_P2MP","features":[16]},{"name":"UP_P2P","features":[16]},{"name":"VLAN_TAG","features":[16]},{"name":"VNSPROTO_IPC","features":[16]},{"name":"VNSPROTO_RELIABLE_IPC","features":[16]},{"name":"VNSPROTO_SPP","features":[16]},{"name":"WCE_AF_IRDA","features":[16]},{"name":"WCE_DEVICELIST","features":[16]},{"name":"WCE_IRDA_DEVICE_INFO","features":[16]},{"name":"WCE_PF_IRDA","features":[16]},{"name":"WINDOWS_AF_IRDA","features":[16]},{"name":"WINDOWS_DEVICELIST","features":[16]},{"name":"WINDOWS_IAS_QUERY","features":[16]},{"name":"WINDOWS_IAS_SET","features":[16]},{"name":"WINDOWS_IRDA_DEVICE_INFO","features":[16]},{"name":"WINDOWS_PF_IRDA","features":[16]},{"name":"WINSOCK_SHUTDOWN_HOW","features":[16]},{"name":"WINSOCK_SOCKET_TYPE","features":[16]},{"name":"WPUCompleteOverlappedRequest","features":[1,16,7]},{"name":"WSAAccept","features":[16]},{"name":"WSAAddressToStringA","features":[16]},{"name":"WSAAddressToStringW","features":[16]},{"name":"WSAAdvertiseProvider","features":[1,16,43]},{"name":"WSAAsyncGetHostByAddr","features":[1,16]},{"name":"WSAAsyncGetHostByName","features":[1,16]},{"name":"WSAAsyncGetProtoByName","features":[1,16]},{"name":"WSAAsyncGetProtoByNumber","features":[1,16]},{"name":"WSAAsyncGetServByName","features":[1,16]},{"name":"WSAAsyncGetServByPort","features":[1,16]},{"name":"WSAAsyncSelect","features":[1,16]},{"name":"WSABASEERR","features":[16]},{"name":"WSABUF","features":[16]},{"name":"WSACOMPLETION","features":[1,16,7]},{"name":"WSACOMPLETIONTYPE","features":[16]},{"name":"WSACancelAsyncRequest","features":[1,16]},{"name":"WSACancelBlockingCall","features":[16]},{"name":"WSACleanup","features":[16]},{"name":"WSACloseEvent","features":[1,16]},{"name":"WSAConnect","features":[16]},{"name":"WSAConnectByList","features":[1,16,7]},{"name":"WSAConnectByNameA","features":[1,16,7]},{"name":"WSAConnectByNameW","features":[1,16,7]},{"name":"WSACreateEvent","features":[16]},{"name":"WSADATA","features":[16]},{"name":"WSADATA","features":[16]},{"name":"WSADESCRIPTION_LEN","features":[16]},{"name":"WSADeleteSocketPeerTargetName","features":[1,16,7]},{"name":"WSADuplicateSocketA","features":[16]},{"name":"WSADuplicateSocketW","features":[16]},{"name":"WSAEACCES","features":[16]},{"name":"WSAEADDRINUSE","features":[16]},{"name":"WSAEADDRNOTAVAIL","features":[16]},{"name":"WSAEAFNOSUPPORT","features":[16]},{"name":"WSAEALREADY","features":[16]},{"name":"WSAEBADF","features":[16]},{"name":"WSAECANCELLED","features":[16]},{"name":"WSAECOMPARATOR","features":[16]},{"name":"WSAECONNABORTED","features":[16]},{"name":"WSAECONNREFUSED","features":[16]},{"name":"WSAECONNRESET","features":[16]},{"name":"WSAEDESTADDRREQ","features":[16]},{"name":"WSAEDISCON","features":[16]},{"name":"WSAEDQUOT","features":[16]},{"name":"WSAEFAULT","features":[16]},{"name":"WSAEHOSTDOWN","features":[16]},{"name":"WSAEHOSTUNREACH","features":[16]},{"name":"WSAEINPROGRESS","features":[16]},{"name":"WSAEINTR","features":[16]},{"name":"WSAEINVAL","features":[16]},{"name":"WSAEINVALIDPROCTABLE","features":[16]},{"name":"WSAEINVALIDPROVIDER","features":[16]},{"name":"WSAEISCONN","features":[16]},{"name":"WSAELOOP","features":[16]},{"name":"WSAEMFILE","features":[16]},{"name":"WSAEMSGSIZE","features":[16]},{"name":"WSAENAMETOOLONG","features":[16]},{"name":"WSAENETDOWN","features":[16]},{"name":"WSAENETRESET","features":[16]},{"name":"WSAENETUNREACH","features":[16]},{"name":"WSAENOBUFS","features":[16]},{"name":"WSAENOMORE","features":[16]},{"name":"WSAENOPROTOOPT","features":[16]},{"name":"WSAENOTCONN","features":[16]},{"name":"WSAENOTEMPTY","features":[16]},{"name":"WSAENOTSOCK","features":[16]},{"name":"WSAEOPNOTSUPP","features":[16]},{"name":"WSAEPFNOSUPPORT","features":[16]},{"name":"WSAEPROCLIM","features":[16]},{"name":"WSAEPROTONOSUPPORT","features":[16]},{"name":"WSAEPROTOTYPE","features":[16]},{"name":"WSAEPROVIDERFAILEDINIT","features":[16]},{"name":"WSAEREFUSED","features":[16]},{"name":"WSAEREMOTE","features":[16]},{"name":"WSAESETSERVICEOP","features":[16]},{"name":"WSAESHUTDOWN","features":[16]},{"name":"WSAESOCKTNOSUPPORT","features":[16]},{"name":"WSAESTALE","features":[16]},{"name":"WSAETIMEDOUT","features":[16]},{"name":"WSAETOOMANYREFS","features":[16]},{"name":"WSAEUSERS","features":[16]},{"name":"WSAEVENT","features":[16]},{"name":"WSAEWOULDBLOCK","features":[16]},{"name":"WSAEnumNameSpaceProvidersA","features":[1,16]},{"name":"WSAEnumNameSpaceProvidersExA","features":[1,16,43]},{"name":"WSAEnumNameSpaceProvidersExW","features":[1,16,43]},{"name":"WSAEnumNameSpaceProvidersW","features":[1,16]},{"name":"WSAEnumNetworkEvents","features":[16]},{"name":"WSAEnumProtocolsA","features":[16]},{"name":"WSAEnumProtocolsW","features":[16]},{"name":"WSAEventSelect","features":[16]},{"name":"WSAGetLastError","features":[16]},{"name":"WSAGetOverlappedResult","features":[1,16,7]},{"name":"WSAGetQOSByName","features":[1,16]},{"name":"WSAGetServiceClassInfoA","features":[16]},{"name":"WSAGetServiceClassInfoW","features":[16]},{"name":"WSAGetServiceClassNameByClassIdA","features":[16]},{"name":"WSAGetServiceClassNameByClassIdW","features":[16]},{"name":"WSAHOST_NOT_FOUND","features":[16]},{"name":"WSAHtonl","features":[16]},{"name":"WSAHtons","features":[16]},{"name":"WSAID_ACCEPTEX","features":[16]},{"name":"WSAID_CONNECTEX","features":[16]},{"name":"WSAID_DISCONNECTEX","features":[16]},{"name":"WSAID_GETACCEPTEXSOCKADDRS","features":[16]},{"name":"WSAID_MULTIPLE_RIO","features":[16]},{"name":"WSAID_TRANSMITFILE","features":[16]},{"name":"WSAID_TRANSMITPACKETS","features":[16]},{"name":"WSAID_WSAPOLL","features":[16]},{"name":"WSAID_WSARECVMSG","features":[16]},{"name":"WSAID_WSASENDMSG","features":[16]},{"name":"WSAImpersonateSocketPeer","features":[16]},{"name":"WSAInstallServiceClassA","features":[16]},{"name":"WSAInstallServiceClassW","features":[16]},{"name":"WSAIoctl","features":[1,16,7]},{"name":"WSAIsBlocking","features":[1,16]},{"name":"WSAJoinLeaf","features":[16]},{"name":"WSALookupServiceBeginA","features":[1,16,43]},{"name":"WSALookupServiceBeginW","features":[1,16,43]},{"name":"WSALookupServiceEnd","features":[1,16]},{"name":"WSALookupServiceNextA","features":[1,16,43]},{"name":"WSALookupServiceNextW","features":[1,16,43]},{"name":"WSAMSG","features":[16]},{"name":"WSANAMESPACE_INFOA","features":[1,16]},{"name":"WSANAMESPACE_INFOEXA","features":[1,16,43]},{"name":"WSANAMESPACE_INFOEXW","features":[1,16,43]},{"name":"WSANAMESPACE_INFOW","features":[1,16]},{"name":"WSANETWORKEVENTS","features":[16]},{"name":"WSANOTINITIALISED","features":[16]},{"name":"WSANO_DATA","features":[16]},{"name":"WSANO_RECOVERY","features":[16]},{"name":"WSANSCLASSINFOA","features":[16]},{"name":"WSANSCLASSINFOW","features":[16]},{"name":"WSANSPIoctl","features":[1,16,7]},{"name":"WSANtohl","features":[16]},{"name":"WSANtohs","features":[16]},{"name":"WSAPOLLDATA","features":[16]},{"name":"WSAPOLLFD","features":[16]},{"name":"WSAPOLL_EVENT_FLAGS","features":[16]},{"name":"WSAPROTOCOLCHAIN","features":[16]},{"name":"WSAPROTOCOL_INFOA","features":[16]},{"name":"WSAPROTOCOL_INFOW","features":[16]},{"name":"WSAPROTOCOL_LEN","features":[16]},{"name":"WSAPoll","features":[16]},{"name":"WSAProviderCompleteAsyncCall","features":[1,16]},{"name":"WSAProviderConfigChange","features":[1,16,7]},{"name":"WSAQUERYSET2A","features":[16,43]},{"name":"WSAQUERYSET2W","features":[16,43]},{"name":"WSAQUERYSETA","features":[16,43]},{"name":"WSAQUERYSETW","features":[16,43]},{"name":"WSAQuerySocketSecurity","features":[1,16,7]},{"name":"WSARecv","features":[1,16,7]},{"name":"WSARecvDisconnect","features":[16]},{"name":"WSARecvEx","features":[16]},{"name":"WSARecvFrom","features":[1,16,7]},{"name":"WSARemoveServiceClass","features":[16]},{"name":"WSAResetEvent","features":[1,16]},{"name":"WSARevertImpersonation","features":[16]},{"name":"WSASENDMSG","features":[1,16,7]},{"name":"WSASERVICECLASSINFOA","features":[16]},{"name":"WSASERVICECLASSINFOW","features":[16]},{"name":"WSASERVICE_NOT_FOUND","features":[16]},{"name":"WSASYSCALLFAILURE","features":[16]},{"name":"WSASYSNOTREADY","features":[16]},{"name":"WSASYS_STATUS_LEN","features":[16]},{"name":"WSASend","features":[1,16,7]},{"name":"WSASendDisconnect","features":[16]},{"name":"WSASendMsg","features":[1,16,7]},{"name":"WSASendTo","features":[1,16,7]},{"name":"WSASetBlockingHook","features":[1,16]},{"name":"WSASetEvent","features":[1,16]},{"name":"WSASetLastError","features":[16]},{"name":"WSASetServiceA","features":[16,43]},{"name":"WSASetServiceW","features":[16,43]},{"name":"WSASetSocketPeerTargetName","features":[1,16,7]},{"name":"WSASetSocketSecurity","features":[1,16,7]},{"name":"WSASocketA","features":[16]},{"name":"WSASocketW","features":[16]},{"name":"WSAStartup","features":[16]},{"name":"WSAStringToAddressA","features":[16]},{"name":"WSAStringToAddressW","features":[16]},{"name":"WSATHREADID","features":[1,16]},{"name":"WSATRY_AGAIN","features":[16]},{"name":"WSATYPE_NOT_FOUND","features":[16]},{"name":"WSAUnadvertiseProvider","features":[16]},{"name":"WSAUnhookBlockingHook","features":[16]},{"name":"WSAVERNOTSUPPORTED","features":[16]},{"name":"WSAVERSION","features":[16]},{"name":"WSAWaitForMultipleEvents","features":[1,16]},{"name":"WSA_COMPATIBILITY_BEHAVIOR_ID","features":[16]},{"name":"WSA_COMPATIBILITY_MODE","features":[16]},{"name":"WSA_ERROR","features":[16]},{"name":"WSA_E_CANCELLED","features":[16]},{"name":"WSA_E_NO_MORE","features":[16]},{"name":"WSA_FLAG_ACCESS_SYSTEM_SECURITY","features":[16]},{"name":"WSA_FLAG_MULTIPOINT_C_LEAF","features":[16]},{"name":"WSA_FLAG_MULTIPOINT_C_ROOT","features":[16]},{"name":"WSA_FLAG_MULTIPOINT_D_LEAF","features":[16]},{"name":"WSA_FLAG_MULTIPOINT_D_ROOT","features":[16]},{"name":"WSA_FLAG_NO_HANDLE_INHERIT","features":[16]},{"name":"WSA_FLAG_OVERLAPPED","features":[16]},{"name":"WSA_FLAG_REGISTERED_IO","features":[16]},{"name":"WSA_INFINITE","features":[16]},{"name":"WSA_INVALID_EVENT","features":[16]},{"name":"WSA_INVALID_HANDLE","features":[16]},{"name":"WSA_INVALID_PARAMETER","features":[16]},{"name":"WSA_IO_INCOMPLETE","features":[16]},{"name":"WSA_IO_PENDING","features":[16]},{"name":"WSA_IPSEC_NAME_POLICY_ERROR","features":[16]},{"name":"WSA_MAXIMUM_WAIT_EVENTS","features":[16]},{"name":"WSA_NOT_ENOUGH_MEMORY","features":[16]},{"name":"WSA_OPERATION_ABORTED","features":[16]},{"name":"WSA_QOS_ADMISSION_FAILURE","features":[16]},{"name":"WSA_QOS_BAD_OBJECT","features":[16]},{"name":"WSA_QOS_BAD_STYLE","features":[16]},{"name":"WSA_QOS_EFILTERCOUNT","features":[16]},{"name":"WSA_QOS_EFILTERSTYLE","features":[16]},{"name":"WSA_QOS_EFILTERTYPE","features":[16]},{"name":"WSA_QOS_EFLOWCOUNT","features":[16]},{"name":"WSA_QOS_EFLOWDESC","features":[16]},{"name":"WSA_QOS_EFLOWSPEC","features":[16]},{"name":"WSA_QOS_EOBJLENGTH","features":[16]},{"name":"WSA_QOS_EPOLICYOBJ","features":[16]},{"name":"WSA_QOS_EPROVSPECBUF","features":[16]},{"name":"WSA_QOS_EPSFILTERSPEC","features":[16]},{"name":"WSA_QOS_EPSFLOWSPEC","features":[16]},{"name":"WSA_QOS_ESDMODEOBJ","features":[16]},{"name":"WSA_QOS_ESERVICETYPE","features":[16]},{"name":"WSA_QOS_ESHAPERATEOBJ","features":[16]},{"name":"WSA_QOS_EUNKOWNPSOBJ","features":[16]},{"name":"WSA_QOS_GENERIC_ERROR","features":[16]},{"name":"WSA_QOS_NO_RECEIVERS","features":[16]},{"name":"WSA_QOS_NO_SENDERS","features":[16]},{"name":"WSA_QOS_POLICY_FAILURE","features":[16]},{"name":"WSA_QOS_RECEIVERS","features":[16]},{"name":"WSA_QOS_REQUEST_CONFIRMED","features":[16]},{"name":"WSA_QOS_RESERVED_PETYPE","features":[16]},{"name":"WSA_QOS_SENDERS","features":[16]},{"name":"WSA_QOS_TRAFFIC_CTRL_ERROR","features":[16]},{"name":"WSA_SECURE_HOST_NOT_FOUND","features":[16]},{"name":"WSA_WAIT_EVENT_0","features":[16]},{"name":"WSA_WAIT_FAILED","features":[16]},{"name":"WSA_WAIT_IO_COMPLETION","features":[16]},{"name":"WSA_WAIT_TIMEOUT","features":[16]},{"name":"WSCDeinstallProvider","features":[16]},{"name":"WSCDeinstallProvider32","features":[16]},{"name":"WSCEnableNSProvider","features":[1,16]},{"name":"WSCEnableNSProvider32","features":[1,16]},{"name":"WSCEnumNameSpaceProviders32","features":[1,16]},{"name":"WSCEnumNameSpaceProvidersEx32","features":[1,16,43]},{"name":"WSCEnumProtocols","features":[16]},{"name":"WSCEnumProtocols32","features":[16]},{"name":"WSCGetApplicationCategory","features":[16]},{"name":"WSCGetProviderInfo","features":[16]},{"name":"WSCGetProviderInfo32","features":[16]},{"name":"WSCGetProviderPath","features":[16]},{"name":"WSCGetProviderPath32","features":[16]},{"name":"WSCInstallNameSpace","features":[16]},{"name":"WSCInstallNameSpace32","features":[16]},{"name":"WSCInstallNameSpaceEx","features":[16,43]},{"name":"WSCInstallNameSpaceEx32","features":[16,43]},{"name":"WSCInstallProvider","features":[16]},{"name":"WSCInstallProvider64_32","features":[16]},{"name":"WSCInstallProviderAndChains64_32","features":[16]},{"name":"WSCSetApplicationCategory","features":[16]},{"name":"WSCSetProviderInfo","features":[16]},{"name":"WSCSetProviderInfo32","features":[16]},{"name":"WSCUnInstallNameSpace","features":[16]},{"name":"WSCUnInstallNameSpace32","features":[16]},{"name":"WSCUpdateProvider","features":[16]},{"name":"WSCUpdateProvider32","features":[16]},{"name":"WSCWriteNameSpaceOrder","features":[16]},{"name":"WSCWriteNameSpaceOrder32","features":[16]},{"name":"WSCWriteProviderOrder","features":[16]},{"name":"WSCWriteProviderOrder32","features":[16]},{"name":"WSC_PROVIDER_AUDIT_INFO","features":[16]},{"name":"WSC_PROVIDER_INFO_TYPE","features":[16]},{"name":"WSK_SO_BASE","features":[16]},{"name":"WSPDATA","features":[16]},{"name":"WSPDESCRIPTION_LEN","features":[16]},{"name":"WSPPROC_TABLE","features":[1,16,7]},{"name":"WSPUPCALLTABLE","features":[1,16]},{"name":"WSS_OPERATION_IN_PROGRESS","features":[16]},{"name":"WsaBehaviorAll","features":[16]},{"name":"WsaBehaviorAutoTuning","features":[16]},{"name":"WsaBehaviorReceiveBuffering","features":[16]},{"name":"XP1_CONNECTIONLESS","features":[16]},{"name":"XP1_CONNECT_DATA","features":[16]},{"name":"XP1_DISCONNECT_DATA","features":[16]},{"name":"XP1_EXPEDITED_DATA","features":[16]},{"name":"XP1_GRACEFUL_CLOSE","features":[16]},{"name":"XP1_GUARANTEED_DELIVERY","features":[16]},{"name":"XP1_GUARANTEED_ORDER","features":[16]},{"name":"XP1_IFS_HANDLES","features":[16]},{"name":"XP1_INTERRUPT","features":[16]},{"name":"XP1_MESSAGE_ORIENTED","features":[16]},{"name":"XP1_MULTIPOINT_CONTROL_PLANE","features":[16]},{"name":"XP1_MULTIPOINT_DATA_PLANE","features":[16]},{"name":"XP1_PARTIAL_MESSAGE","features":[16]},{"name":"XP1_PSEUDO_STREAM","features":[16]},{"name":"XP1_QOS_SUPPORTED","features":[16]},{"name":"XP1_SAN_SUPPORT_SDP","features":[16]},{"name":"XP1_SUPPORT_BROADCAST","features":[16]},{"name":"XP1_SUPPORT_MULTIPOINT","features":[16]},{"name":"XP1_UNI_RECV","features":[16]},{"name":"XP1_UNI_SEND","features":[16]},{"name":"XP_BANDWIDTH_ALLOCATION","features":[16]},{"name":"XP_CONNECTIONLESS","features":[16]},{"name":"XP_CONNECT_DATA","features":[16]},{"name":"XP_DISCONNECT_DATA","features":[16]},{"name":"XP_ENCRYPTS","features":[16]},{"name":"XP_EXPEDITED_DATA","features":[16]},{"name":"XP_FRAGMENTATION","features":[16]},{"name":"XP_GRACEFUL_CLOSE","features":[16]},{"name":"XP_GUARANTEED_DELIVERY","features":[16]},{"name":"XP_GUARANTEED_ORDER","features":[16]},{"name":"XP_MESSAGE_ORIENTED","features":[16]},{"name":"XP_PSEUDO_STREAM","features":[16]},{"name":"XP_SUPPORTS_BROADCAST","features":[16]},{"name":"XP_SUPPORTS_MULTICAST","features":[16]},{"name":"_BIG_ENDIAN","features":[16]},{"name":"_LITTLE_ENDIAN","features":[16]},{"name":"_PDP_ENDIAN","features":[16]},{"name":"_SS_MAXSIZE","features":[16]},{"name":"__WSAFDIsSet","features":[16]},{"name":"accept","features":[16]},{"name":"bind","features":[16]},{"name":"closesocket","features":[16]},{"name":"connect","features":[16]},{"name":"eWINDOW_ADVANCE_METHOD","features":[16]},{"name":"freeaddrinfo","features":[16]},{"name":"getaddrinfo","features":[16]},{"name":"gethostbyaddr","features":[16]},{"name":"gethostbyname","features":[16]},{"name":"gethostname","features":[16]},{"name":"getnameinfo","features":[16]},{"name":"getpeername","features":[16]},{"name":"getprotobyname","features":[16]},{"name":"getprotobynumber","features":[16]},{"name":"getservbyname","features":[16]},{"name":"getservbyport","features":[16]},{"name":"getsockname","features":[16]},{"name":"getsockopt","features":[16]},{"name":"htonl","features":[16]},{"name":"htons","features":[16]},{"name":"inet_addr","features":[16]},{"name":"inet_ntoa","features":[16]},{"name":"inet_ntop","features":[16]},{"name":"inet_pton","features":[16]},{"name":"ioctlsocket","features":[16]},{"name":"listen","features":[16]},{"name":"netent","features":[16]},{"name":"ntohl","features":[16]},{"name":"ntohs","features":[16]},{"name":"recv","features":[16]},{"name":"recvfrom","features":[16]},{"name":"select","features":[16]},{"name":"send","features":[16]},{"name":"sendto","features":[16]},{"name":"setsockopt","features":[16]},{"name":"shutdown","features":[16]},{"name":"sockaddr_gen","features":[16]},{"name":"sockaddr_in6_old","features":[16]},{"name":"socket","features":[16]},{"name":"socklen_t","features":[16]},{"name":"sockproto","features":[16]},{"name":"tcp_keepalive","features":[16]}],"487":[{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA","features":[124]},{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_CURRENT_VERSION","features":[124]},{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_VERSION_1","features":[124]},{"name":"IContentPrefetcherTaskTrigger","features":[124]},{"name":"WEBAUTHN_API_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_API_VERSION_1","features":[124]},{"name":"WEBAUTHN_API_VERSION_2","features":[124]},{"name":"WEBAUTHN_API_VERSION_3","features":[124]},{"name":"WEBAUTHN_API_VERSION_4","features":[124]},{"name":"WEBAUTHN_API_VERSION_5","features":[124]},{"name":"WEBAUTHN_API_VERSION_6","features":[124]},{"name":"WEBAUTHN_API_VERSION_7","features":[124]},{"name":"WEBAUTHN_ASSERTION","features":[124]},{"name":"WEBAUTHN_ASSERTION_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_ASSERTION_VERSION_1","features":[124]},{"name":"WEBAUTHN_ASSERTION_VERSION_2","features":[124]},{"name":"WEBAUTHN_ASSERTION_VERSION_3","features":[124]},{"name":"WEBAUTHN_ASSERTION_VERSION_4","features":[124]},{"name":"WEBAUTHN_ASSERTION_VERSION_5","features":[124]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_ANY","features":[124]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_DIRECT","features":[124]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_INDIRECT","features":[124]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_NONE","features":[124]},{"name":"WEBAUTHN_ATTESTATION_DECODE_COMMON","features":[124]},{"name":"WEBAUTHN_ATTESTATION_DECODE_NONE","features":[124]},{"name":"WEBAUTHN_ATTESTATION_TYPE_NONE","features":[124]},{"name":"WEBAUTHN_ATTESTATION_TYPE_PACKED","features":[124]},{"name":"WEBAUTHN_ATTESTATION_TYPE_TPM","features":[124]},{"name":"WEBAUTHN_ATTESTATION_TYPE_U2F","features":[124]},{"name":"WEBAUTHN_ATTESTATION_VER_TPM_2_0","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_ANY","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM_U2F_V2","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_PLATFORM","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS","features":[1,124]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_1","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_2","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_3","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_4","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_5","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_6","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_7","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_HMAC_SECRET_VALUES_FLAG","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS","features":[1,124]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_1","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_2","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_3","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_4","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_5","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_6","features":[124]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_7","features":[124]},{"name":"WEBAUTHN_CLIENT_DATA","features":[124]},{"name":"WEBAUTHN_CLIENT_DATA_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_COMMON_ATTESTATION","features":[124]},{"name":"WEBAUTHN_COMMON_ATTESTATION_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P256_WITH_SHA256","features":[124]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P384_WITH_SHA384","features":[124]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P521_WITH_SHA512","features":[124]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA256","features":[124]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA384","features":[124]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA512","features":[124]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA256","features":[124]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA384","features":[124]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA512","features":[124]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETER","features":[124]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETERS","features":[124]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETER_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_CREDENTIAL","features":[124]},{"name":"WEBAUTHN_CREDENTIALS","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION","features":[1,124]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_1","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_2","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_3","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_4","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_5","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_6","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS","features":[1,124]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_LIST","features":[1,124]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_VERSION_1","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_VERSION_2","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_EX","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_EX_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_LIST","features":[124]},{"name":"WEBAUTHN_CREDENTIAL_TYPE_PUBLIC_KEY","features":[124]},{"name":"WEBAUTHN_CRED_BLOB_EXTENSION","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_DELETE","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_GET","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_NONE","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_SET","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_AUTHENTICATOR_ERROR","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_INVALID_DATA","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_INVALID_PARAMETER","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_LACK_OF_SPACE","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_MULTIPLE_CREDENTIALS","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NONE","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NOT_FOUND","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NOT_SUPPORTED","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_PLATFORM_ERROR","features":[124]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_SUCCESS","features":[124]},{"name":"WEBAUTHN_CRED_PROTECT_EXTENSION_IN","features":[1,124]},{"name":"WEBAUTHN_CRED_WITH_HMAC_SECRET_SALT","features":[124]},{"name":"WEBAUTHN_CTAP_ONE_HMAC_SECRET_LENGTH","features":[124]},{"name":"WEBAUTHN_CTAP_TRANSPORT_BLE","features":[124]},{"name":"WEBAUTHN_CTAP_TRANSPORT_FLAGS_MASK","features":[124]},{"name":"WEBAUTHN_CTAP_TRANSPORT_HYBRID","features":[124]},{"name":"WEBAUTHN_CTAP_TRANSPORT_INTERNAL","features":[124]},{"name":"WEBAUTHN_CTAP_TRANSPORT_NFC","features":[124]},{"name":"WEBAUTHN_CTAP_TRANSPORT_TEST","features":[124]},{"name":"WEBAUTHN_CTAP_TRANSPORT_USB","features":[124]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_NONE","features":[124]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_PLATFORM_MANAGED","features":[124]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_VENDOR_FACILITATED","features":[124]},{"name":"WEBAUTHN_EXTENSION","features":[124]},{"name":"WEBAUTHN_EXTENSIONS","features":[124]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_CRED_BLOB","features":[124]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_CRED_PROTECT","features":[124]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_HMAC_SECRET","features":[124]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_MIN_PIN_LENGTH","features":[124]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS","features":[1,124]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS_VERSION_1","features":[124]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_256","features":[124]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_384","features":[124]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_512","features":[124]},{"name":"WEBAUTHN_HMAC_SECRET_SALT","features":[124]},{"name":"WEBAUTHN_HMAC_SECRET_SALT_VALUES","features":[124]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_NONE","features":[124]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_PREFERRED","features":[124]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_REQUIRED","features":[124]},{"name":"WEBAUTHN_MAX_USER_ID_LENGTH","features":[124]},{"name":"WEBAUTHN_RP_ENTITY_INFORMATION","features":[124]},{"name":"WEBAUTHN_RP_ENTITY_INFORMATION_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_USER_ENTITY_INFORMATION","features":[124]},{"name":"WEBAUTHN_USER_ENTITY_INFORMATION_CURRENT_VERSION","features":[124]},{"name":"WEBAUTHN_USER_VERIFICATION_ANY","features":[124]},{"name":"WEBAUTHN_USER_VERIFICATION_OPTIONAL","features":[124]},{"name":"WEBAUTHN_USER_VERIFICATION_OPTIONAL_WITH_CREDENTIAL_ID_LIST","features":[124]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIRED","features":[124]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_ANY","features":[124]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_DISCOURAGED","features":[124]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_PREFERRED","features":[124]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_REQUIRED","features":[124]},{"name":"WEBAUTHN_X5C","features":[124]},{"name":"WS_ABANDON_MESSAGE_CALLBACK","features":[124]},{"name":"WS_ABORT_CHANNEL_CALLBACK","features":[124]},{"name":"WS_ABORT_LISTENER_CALLBACK","features":[124]},{"name":"WS_ACCEPT_CHANNEL_CALLBACK","features":[124]},{"name":"WS_ACTION_HEADER","features":[124]},{"name":"WS_ADDRESSING_VERSION","features":[124]},{"name":"WS_ADDRESSING_VERSION_0_9","features":[124]},{"name":"WS_ADDRESSING_VERSION_1_0","features":[124]},{"name":"WS_ADDRESSING_VERSION_TRANSPORT","features":[124]},{"name":"WS_ANY_ATTRIBUTE","features":[1,124]},{"name":"WS_ANY_ATTRIBUTES","features":[1,124]},{"name":"WS_ANY_ATTRIBUTES_FIELD_MAPPING","features":[124]},{"name":"WS_ANY_ATTRIBUTES_TYPE","features":[124]},{"name":"WS_ANY_CONTENT_FIELD_MAPPING","features":[124]},{"name":"WS_ANY_ELEMENT_FIELD_MAPPING","features":[124]},{"name":"WS_ANY_ELEMENT_TYPE_MAPPING","features":[124]},{"name":"WS_ASYNC_CALLBACK","features":[124]},{"name":"WS_ASYNC_CONTEXT","features":[124]},{"name":"WS_ASYNC_FUNCTION","features":[124]},{"name":"WS_ASYNC_OPERATION","features":[124]},{"name":"WS_ASYNC_STATE","features":[124]},{"name":"WS_ATTRIBUTE_DESCRIPTION","features":[1,124]},{"name":"WS_ATTRIBUTE_FIELD_MAPPING","features":[124]},{"name":"WS_ATTRIBUTE_TYPE_MAPPING","features":[124]},{"name":"WS_AUTO_COOKIE_MODE","features":[124]},{"name":"WS_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_BLANK_MESSAGE","features":[124]},{"name":"WS_BOOL_DESCRIPTION","features":[1,124]},{"name":"WS_BOOL_TYPE","features":[124]},{"name":"WS_BOOL_VALUE_TYPE","features":[124]},{"name":"WS_BUFFERED_TRANSFER_MODE","features":[124]},{"name":"WS_BUFFERS","features":[124]},{"name":"WS_BYTES","features":[124]},{"name":"WS_BYTES_DESCRIPTION","features":[124]},{"name":"WS_BYTES_TYPE","features":[124]},{"name":"WS_BYTE_ARRAY_DESCRIPTION","features":[124]},{"name":"WS_BYTE_ARRAY_TYPE","features":[124]},{"name":"WS_CALLBACK_MODEL","features":[124]},{"name":"WS_CALL_PROPERTY","features":[124]},{"name":"WS_CALL_PROPERTY_CALL_ID","features":[124]},{"name":"WS_CALL_PROPERTY_CHECK_MUST_UNDERSTAND","features":[124]},{"name":"WS_CALL_PROPERTY_ID","features":[124]},{"name":"WS_CALL_PROPERTY_RECEIVE_MESSAGE_CONTEXT","features":[124]},{"name":"WS_CALL_PROPERTY_SEND_MESSAGE_CONTEXT","features":[124]},{"name":"WS_CAPI_ASYMMETRIC_SECURITY_KEY_HANDLE","features":[124]},{"name":"WS_CAPI_ASYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[124]},{"name":"WS_CERTIFICATE_VALIDATION_CALLBACK","features":[1,124,75]},{"name":"WS_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT","features":[1,124,75]},{"name":"WS_CERT_CREDENTIAL","features":[124]},{"name":"WS_CERT_CREDENTIAL_TYPE","features":[124]},{"name":"WS_CERT_ENDPOINT_IDENTITY","features":[124]},{"name":"WS_CERT_ENDPOINT_IDENTITY_TYPE","features":[124]},{"name":"WS_CERT_FAILURE_CN_MISMATCH","features":[124]},{"name":"WS_CERT_FAILURE_INVALID_DATE","features":[124]},{"name":"WS_CERT_FAILURE_REVOCATION_OFFLINE","features":[124]},{"name":"WS_CERT_FAILURE_UNTRUSTED_ROOT","features":[124]},{"name":"WS_CERT_FAILURE_WRONG_USAGE","features":[124]},{"name":"WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK","features":[124,24,75]},{"name":"WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[124]},{"name":"WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[124]},{"name":"WS_CERT_SIGNED_SAML_AUTHENTICATOR","features":[1,124,75]},{"name":"WS_CERT_SIGNED_SAML_AUTHENTICATOR_TYPE","features":[124]},{"name":"WS_CHANNEL","features":[124]},{"name":"WS_CHANNEL_BINDING","features":[124]},{"name":"WS_CHANNEL_DECODER","features":[124]},{"name":"WS_CHANNEL_ENCODER","features":[124]},{"name":"WS_CHANNEL_PROPERTIES","features":[124]},{"name":"WS_CHANNEL_PROPERTY","features":[124]},{"name":"WS_CHANNEL_PROPERTY_ADDRESSING_VERSION","features":[124]},{"name":"WS_CHANNEL_PROPERTY_ALLOW_UNSECURED_FAULTS","features":[124]},{"name":"WS_CHANNEL_PROPERTY_ASYNC_CALLBACK_MODEL","features":[124]},{"name":"WS_CHANNEL_PROPERTY_CHANNEL_TYPE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_CLOSE_TIMEOUT","features":[124]},{"name":"WS_CHANNEL_PROPERTY_CONNECT_TIMEOUT","features":[124]},{"name":"WS_CHANNEL_PROPERTY_CONSTRAINT","features":[124]},{"name":"WS_CHANNEL_PROPERTY_COOKIE_MODE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_CALLBACKS","features":[124]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_INSTANCE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_PARAMETERS","features":[124]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_HTTP_PROXY","features":[124]},{"name":"WS_CHANNEL_PROPERTY_DECODER","features":[124]},{"name":"WS_CHANNEL_PROPERTY_ENABLE_HTTP_REDIRECT","features":[124]},{"name":"WS_CHANNEL_PROPERTY_ENABLE_TIMEOUTS","features":[124]},{"name":"WS_CHANNEL_PROPERTY_ENCODER","features":[124]},{"name":"WS_CHANNEL_PROPERTY_ENCODING","features":[124]},{"name":"WS_CHANNEL_PROPERTY_ENVELOPE_VERSION","features":[124]},{"name":"WS_CHANNEL_PROPERTY_FAULTS_AS_ERRORS","features":[124]},{"name":"WS_CHANNEL_PROPERTY_HTTP_CONNECTION_ID","features":[124]},{"name":"WS_CHANNEL_PROPERTY_HTTP_MESSAGE_MAPPING","features":[124]},{"name":"WS_CHANNEL_PROPERTY_HTTP_PROXY_SETTING_MODE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_HTTP_PROXY_SPN","features":[124]},{"name":"WS_CHANNEL_PROPERTY_HTTP_REDIRECT_CALLBACK_CONTEXT","features":[124]},{"name":"WS_CHANNEL_PROPERTY_HTTP_SERVER_SPN","features":[124]},{"name":"WS_CHANNEL_PROPERTY_ID","features":[124]},{"name":"WS_CHANNEL_PROPERTY_IP_VERSION","features":[124]},{"name":"WS_CHANNEL_PROPERTY_IS_SESSION_SHUT_DOWN","features":[124]},{"name":"WS_CHANNEL_PROPERTY_KEEP_ALIVE_INTERVAL","features":[124]},{"name":"WS_CHANNEL_PROPERTY_KEEP_ALIVE_TIME","features":[124]},{"name":"WS_CHANNEL_PROPERTY_MAX_BUFFERED_MESSAGE_SIZE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_MAX_HTTP_REQUEST_HEADERS_BUFFER_SIZE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_MAX_HTTP_SERVER_CONNECTIONS","features":[124]},{"name":"WS_CHANNEL_PROPERTY_MAX_SESSION_DICTIONARY_SIZE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_FLUSH_SIZE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_MESSAGE_SIZE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_START_SIZE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_MULTICAST_HOPS","features":[124]},{"name":"WS_CHANNEL_PROPERTY_MULTICAST_INTERFACE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_NO_DELAY","features":[124]},{"name":"WS_CHANNEL_PROPERTY_PROTECTION_LEVEL","features":[124]},{"name":"WS_CHANNEL_PROPERTY_RECEIVE_RESPONSE_TIMEOUT","features":[124]},{"name":"WS_CHANNEL_PROPERTY_RECEIVE_TIMEOUT","features":[124]},{"name":"WS_CHANNEL_PROPERTY_REMOTE_ADDRESS","features":[124]},{"name":"WS_CHANNEL_PROPERTY_REMOTE_IP_ADDRESS","features":[124]},{"name":"WS_CHANNEL_PROPERTY_RESOLVE_TIMEOUT","features":[124]},{"name":"WS_CHANNEL_PROPERTY_SEND_KEEP_ALIVES","features":[124]},{"name":"WS_CHANNEL_PROPERTY_SEND_TIMEOUT","features":[124]},{"name":"WS_CHANNEL_PROPERTY_STATE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_TRANSFER_MODE","features":[124]},{"name":"WS_CHANNEL_PROPERTY_TRANSPORT_URL","features":[124]},{"name":"WS_CHANNEL_PROPERTY_TRIM_BUFFERED_MESSAGE_SIZE","features":[124]},{"name":"WS_CHANNEL_STATE","features":[124]},{"name":"WS_CHANNEL_STATE_ACCEPTING","features":[124]},{"name":"WS_CHANNEL_STATE_CLOSED","features":[124]},{"name":"WS_CHANNEL_STATE_CLOSING","features":[124]},{"name":"WS_CHANNEL_STATE_CREATED","features":[124]},{"name":"WS_CHANNEL_STATE_FAULTED","features":[124]},{"name":"WS_CHANNEL_STATE_OPEN","features":[124]},{"name":"WS_CHANNEL_STATE_OPENING","features":[124]},{"name":"WS_CHANNEL_TYPE","features":[124]},{"name":"WS_CHANNEL_TYPE_DUPLEX","features":[124]},{"name":"WS_CHANNEL_TYPE_DUPLEX_SESSION","features":[124]},{"name":"WS_CHANNEL_TYPE_INPUT","features":[124]},{"name":"WS_CHANNEL_TYPE_INPUT_SESSION","features":[124]},{"name":"WS_CHANNEL_TYPE_OUTPUT","features":[124]},{"name":"WS_CHANNEL_TYPE_OUTPUT_SESSION","features":[124]},{"name":"WS_CHANNEL_TYPE_REPLY","features":[124]},{"name":"WS_CHANNEL_TYPE_REQUEST","features":[124]},{"name":"WS_CHANNEL_TYPE_SESSION","features":[124]},{"name":"WS_CHARSET","features":[124]},{"name":"WS_CHARSET_AUTO","features":[124]},{"name":"WS_CHARSET_UTF16BE","features":[124]},{"name":"WS_CHARSET_UTF16LE","features":[124]},{"name":"WS_CHARSET_UTF8","features":[124]},{"name":"WS_CHAR_ARRAY_DESCRIPTION","features":[124]},{"name":"WS_CHAR_ARRAY_TYPE","features":[124]},{"name":"WS_CLOSE_CHANNEL_CALLBACK","features":[124]},{"name":"WS_CLOSE_LISTENER_CALLBACK","features":[124]},{"name":"WS_CONTRACT_DESCRIPTION","features":[1,124]},{"name":"WS_COOKIE_MODE","features":[124]},{"name":"WS_CREATE_CHANNEL_CALLBACK","features":[124]},{"name":"WS_CREATE_CHANNEL_FOR_LISTENER_CALLBACK","features":[124]},{"name":"WS_CREATE_DECODER_CALLBACK","features":[124]},{"name":"WS_CREATE_ENCODER_CALLBACK","features":[124]},{"name":"WS_CREATE_LISTENER_CALLBACK","features":[124]},{"name":"WS_CUSTOM_CERT_CREDENTIAL","features":[1,124,24,75]},{"name":"WS_CUSTOM_CERT_CREDENTIAL_TYPE","features":[124]},{"name":"WS_CUSTOM_CHANNEL_BINDING","features":[124]},{"name":"WS_CUSTOM_CHANNEL_CALLBACKS","features":[124]},{"name":"WS_CUSTOM_HTTP_PROXY","features":[124]},{"name":"WS_CUSTOM_LISTENER_CALLBACKS","features":[124]},{"name":"WS_CUSTOM_TYPE","features":[124]},{"name":"WS_CUSTOM_TYPE_DESCRIPTION","features":[1,124]},{"name":"WS_DATETIME","features":[124]},{"name":"WS_DATETIME_DESCRIPTION","features":[124]},{"name":"WS_DATETIME_FORMAT","features":[124]},{"name":"WS_DATETIME_FORMAT_LOCAL","features":[124]},{"name":"WS_DATETIME_FORMAT_NONE","features":[124]},{"name":"WS_DATETIME_FORMAT_UTC","features":[124]},{"name":"WS_DATETIME_TYPE","features":[124]},{"name":"WS_DATETIME_VALUE_TYPE","features":[124]},{"name":"WS_DECIMAL_DESCRIPTION","features":[1,124]},{"name":"WS_DECIMAL_TYPE","features":[124]},{"name":"WS_DECIMAL_VALUE_TYPE","features":[124]},{"name":"WS_DECODER_DECODE_CALLBACK","features":[124]},{"name":"WS_DECODER_END_CALLBACK","features":[124]},{"name":"WS_DECODER_GET_CONTENT_TYPE_CALLBACK","features":[124]},{"name":"WS_DECODER_START_CALLBACK","features":[124]},{"name":"WS_DEFAULT_VALUE","features":[124]},{"name":"WS_DEFAULT_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[124]},{"name":"WS_DEFAULT_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[124]},{"name":"WS_DESCRIPTION_TYPE","features":[124]},{"name":"WS_DISALLOWED_USER_AGENT_SUBSTRINGS","features":[124]},{"name":"WS_DNS_ENDPOINT_IDENTITY","features":[124]},{"name":"WS_DNS_ENDPOINT_IDENTITY_TYPE","features":[124]},{"name":"WS_DOUBLE_DESCRIPTION","features":[124]},{"name":"WS_DOUBLE_TYPE","features":[124]},{"name":"WS_DOUBLE_VALUE_TYPE","features":[124]},{"name":"WS_DUPLICATE_MESSAGE","features":[124]},{"name":"WS_DURATION","features":[1,124]},{"name":"WS_DURATION_COMPARISON_CALLBACK","features":[1,124]},{"name":"WS_DURATION_DESCRIPTION","features":[1,124]},{"name":"WS_DURATION_TYPE","features":[124]},{"name":"WS_DURATION_VALUE_TYPE","features":[124]},{"name":"WS_DYNAMIC_STRING_CALLBACK","features":[1,124]},{"name":"WS_ELEMENT_CHOICE_FIELD_MAPPING","features":[124]},{"name":"WS_ELEMENT_CONTENT_TYPE_MAPPING","features":[124]},{"name":"WS_ELEMENT_DESCRIPTION","features":[1,124]},{"name":"WS_ELEMENT_FIELD_MAPPING","features":[124]},{"name":"WS_ELEMENT_TYPE_MAPPING","features":[124]},{"name":"WS_ENCODER_ENCODE_CALLBACK","features":[124]},{"name":"WS_ENCODER_END_CALLBACK","features":[124]},{"name":"WS_ENCODER_GET_CONTENT_TYPE_CALLBACK","features":[124]},{"name":"WS_ENCODER_START_CALLBACK","features":[124]},{"name":"WS_ENCODING","features":[124]},{"name":"WS_ENCODING_RAW","features":[124]},{"name":"WS_ENCODING_XML_BINARY_1","features":[124]},{"name":"WS_ENCODING_XML_BINARY_SESSION_1","features":[124]},{"name":"WS_ENCODING_XML_MTOM_UTF16BE","features":[124]},{"name":"WS_ENCODING_XML_MTOM_UTF16LE","features":[124]},{"name":"WS_ENCODING_XML_MTOM_UTF8","features":[124]},{"name":"WS_ENCODING_XML_UTF16BE","features":[124]},{"name":"WS_ENCODING_XML_UTF16LE","features":[124]},{"name":"WS_ENCODING_XML_UTF8","features":[124]},{"name":"WS_ENDPOINT_ADDRESS","features":[124]},{"name":"WS_ENDPOINT_ADDRESS_DESCRIPTION","features":[124]},{"name":"WS_ENDPOINT_ADDRESS_EXTENSION_METADATA_ADDRESS","features":[124]},{"name":"WS_ENDPOINT_ADDRESS_EXTENSION_TYPE","features":[124]},{"name":"WS_ENDPOINT_ADDRESS_TYPE","features":[124]},{"name":"WS_ENDPOINT_IDENTITY","features":[124]},{"name":"WS_ENDPOINT_IDENTITY_TYPE","features":[124]},{"name":"WS_ENDPOINT_POLICY_EXTENSION","features":[1,124]},{"name":"WS_ENDPOINT_POLICY_EXTENSION_TYPE","features":[124]},{"name":"WS_ENUM_DESCRIPTION","features":[1,124]},{"name":"WS_ENUM_TYPE","features":[124]},{"name":"WS_ENUM_VALUE","features":[1,124]},{"name":"WS_ENVELOPE_VERSION","features":[124]},{"name":"WS_ENVELOPE_VERSION_NONE","features":[124]},{"name":"WS_ENVELOPE_VERSION_SOAP_1_1","features":[124]},{"name":"WS_ENVELOPE_VERSION_SOAP_1_2","features":[124]},{"name":"WS_ERROR","features":[124]},{"name":"WS_ERROR_PROPERTY","features":[124]},{"name":"WS_ERROR_PROPERTY_ID","features":[124]},{"name":"WS_ERROR_PROPERTY_LANGID","features":[124]},{"name":"WS_ERROR_PROPERTY_ORIGINAL_ERROR_CODE","features":[124]},{"name":"WS_ERROR_PROPERTY_STRING_COUNT","features":[124]},{"name":"WS_EXCEPTION_CODE","features":[124]},{"name":"WS_EXCEPTION_CODE_INTERNAL_FAILURE","features":[124]},{"name":"WS_EXCEPTION_CODE_USAGE_FAILURE","features":[124]},{"name":"WS_EXCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM","features":[124]},{"name":"WS_EXCLUSIVE_XML_CANONICALIZATION_ALGORITHM","features":[124]},{"name":"WS_EXTENDED_PROTECTION_POLICY","features":[124]},{"name":"WS_EXTENDED_PROTECTION_POLICY_ALWAYS","features":[124]},{"name":"WS_EXTENDED_PROTECTION_POLICY_NEVER","features":[124]},{"name":"WS_EXTENDED_PROTECTION_POLICY_WHEN_SUPPORTED","features":[124]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO","features":[124]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO_BOUND_SERVER","features":[124]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO_TERMINATED_SSL","features":[124]},{"name":"WS_FAULT","features":[1,124]},{"name":"WS_FAULT_CODE","features":[1,124]},{"name":"WS_FAULT_DESCRIPTION","features":[124]},{"name":"WS_FAULT_DETAIL_DESCRIPTION","features":[1,124]},{"name":"WS_FAULT_DISCLOSURE","features":[124]},{"name":"WS_FAULT_ERROR_PROPERTY_ACTION","features":[124]},{"name":"WS_FAULT_ERROR_PROPERTY_FAULT","features":[124]},{"name":"WS_FAULT_ERROR_PROPERTY_HEADER","features":[124]},{"name":"WS_FAULT_ERROR_PROPERTY_ID","features":[124]},{"name":"WS_FAULT_MESSAGE","features":[124]},{"name":"WS_FAULT_REASON","features":[124]},{"name":"WS_FAULT_TO_HEADER","features":[124]},{"name":"WS_FAULT_TYPE","features":[124]},{"name":"WS_FIELD_DESCRIPTION","features":[1,124]},{"name":"WS_FIELD_MAPPING","features":[124]},{"name":"WS_FIELD_NILLABLE","features":[124]},{"name":"WS_FIELD_NILLABLE_ITEM","features":[124]},{"name":"WS_FIELD_OPTIONAL","features":[124]},{"name":"WS_FIELD_OTHER_NAMESPACE","features":[124]},{"name":"WS_FIELD_POINTER","features":[124]},{"name":"WS_FLOAT_DESCRIPTION","features":[124]},{"name":"WS_FLOAT_TYPE","features":[124]},{"name":"WS_FLOAT_VALUE_TYPE","features":[124]},{"name":"WS_FREE_CHANNEL_CALLBACK","features":[124]},{"name":"WS_FREE_DECODER_CALLBACK","features":[124]},{"name":"WS_FREE_ENCODER_CALLBACK","features":[124]},{"name":"WS_FREE_LISTENER_CALLBACK","features":[124]},{"name":"WS_FROM_HEADER","features":[124]},{"name":"WS_FULL_FAULT_DISCLOSURE","features":[124]},{"name":"WS_GET_CERT_CALLBACK","features":[1,124,75]},{"name":"WS_GET_CHANNEL_PROPERTY_CALLBACK","features":[124]},{"name":"WS_GET_LISTENER_PROPERTY_CALLBACK","features":[124]},{"name":"WS_GUID_DESCRIPTION","features":[124]},{"name":"WS_GUID_TYPE","features":[124]},{"name":"WS_GUID_VALUE_TYPE","features":[124]},{"name":"WS_HEADER_TYPE","features":[124]},{"name":"WS_HEAP","features":[124]},{"name":"WS_HEAP_PROPERTIES","features":[124]},{"name":"WS_HEAP_PROPERTY","features":[124]},{"name":"WS_HEAP_PROPERTY_ACTUAL_SIZE","features":[124]},{"name":"WS_HEAP_PROPERTY_ID","features":[124]},{"name":"WS_HEAP_PROPERTY_MAX_SIZE","features":[124]},{"name":"WS_HEAP_PROPERTY_REQUESTED_SIZE","features":[124]},{"name":"WS_HEAP_PROPERTY_TRIM_SIZE","features":[124]},{"name":"WS_HOST_NAMES","features":[124]},{"name":"WS_HTTPS_URL","features":[124]},{"name":"WS_HTTP_BINDING_TEMPLATE","features":[124]},{"name":"WS_HTTP_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_HTTP_CHANNEL_BINDING","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_BINDING_TEMPLATE","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_POLICY_DESCRIPTION","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_BASIC","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_DIGEST","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NEGOTIATE","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NONE","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NTLM","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_PASSPORT","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_CONSTRAINT","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_CONSTRAINT_TYPE","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_POLICY_DESCRIPTION","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TEMPLATE","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TYPE","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_TARGET","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_TARGET_PROXY","features":[124]},{"name":"WS_HTTP_HEADER_AUTH_TARGET_SERVICE","features":[124]},{"name":"WS_HTTP_HEADER_MAPPING","features":[1,124]},{"name":"WS_HTTP_HEADER_MAPPING_COMMA_SEPARATOR","features":[124]},{"name":"WS_HTTP_HEADER_MAPPING_QUOTED_VALUE","features":[124]},{"name":"WS_HTTP_HEADER_MAPPING_SEMICOLON_SEPARATOR","features":[124]},{"name":"WS_HTTP_MESSAGE_MAPPING","features":[1,124]},{"name":"WS_HTTP_POLICY_DESCRIPTION","features":[124]},{"name":"WS_HTTP_PROXY_SETTING_MODE","features":[124]},{"name":"WS_HTTP_PROXY_SETTING_MODE_AUTO","features":[124]},{"name":"WS_HTTP_PROXY_SETTING_MODE_CUSTOM","features":[124]},{"name":"WS_HTTP_PROXY_SETTING_MODE_NONE","features":[124]},{"name":"WS_HTTP_REDIRECT_CALLBACK","features":[124]},{"name":"WS_HTTP_REDIRECT_CALLBACK_CONTEXT","features":[124]},{"name":"WS_HTTP_REQUEST_MAPPING_VERB","features":[124]},{"name":"WS_HTTP_RESPONSE_MAPPING_STATUS_CODE","features":[124]},{"name":"WS_HTTP_RESPONSE_MAPPING_STATUS_TEXT","features":[124]},{"name":"WS_HTTP_SSL_BINDING_TEMPLATE","features":[124]},{"name":"WS_HTTP_SSL_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_HTTP_SSL_HEADER_AUTH_BINDING_TEMPLATE","features":[124]},{"name":"WS_HTTP_SSL_HEADER_AUTH_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_HTTP_SSL_HEADER_AUTH_POLICY_DESCRIPTION","features":[124]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_BINDING_TEMPLATE","features":[124]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_POLICY_DESCRIPTION","features":[124]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[124]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[124]},{"name":"WS_HTTP_SSL_POLICY_DESCRIPTION","features":[124]},{"name":"WS_HTTP_SSL_USERNAME_BINDING_TEMPLATE","features":[124]},{"name":"WS_HTTP_SSL_USERNAME_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_HTTP_SSL_USERNAME_POLICY_DESCRIPTION","features":[124]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[124]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[124]},{"name":"WS_HTTP_URL","features":[124]},{"name":"WS_INCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM","features":[124]},{"name":"WS_INCLUSIVE_XML_CANONICALIZATION_ALGORITHM","features":[124]},{"name":"WS_INT16_DESCRIPTION","features":[124]},{"name":"WS_INT16_TYPE","features":[124]},{"name":"WS_INT16_VALUE_TYPE","features":[124]},{"name":"WS_INT32_DESCRIPTION","features":[124]},{"name":"WS_INT32_TYPE","features":[124]},{"name":"WS_INT32_VALUE_TYPE","features":[124]},{"name":"WS_INT64_DESCRIPTION","features":[124]},{"name":"WS_INT64_TYPE","features":[124]},{"name":"WS_INT64_VALUE_TYPE","features":[124]},{"name":"WS_INT8_DESCRIPTION","features":[124]},{"name":"WS_INT8_TYPE","features":[124]},{"name":"WS_INT8_VALUE_TYPE","features":[124]},{"name":"WS_IP_VERSION","features":[124]},{"name":"WS_IP_VERSION_4","features":[124]},{"name":"WS_IP_VERSION_6","features":[124]},{"name":"WS_IP_VERSION_AUTO","features":[124]},{"name":"WS_ISSUED_TOKEN_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[1,124]},{"name":"WS_ISSUED_TOKEN_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[124]},{"name":"WS_IS_DEFAULT_VALUE_CALLBACK","features":[1,124]},{"name":"WS_ITEM_RANGE","features":[124]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING","features":[124]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[124]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[124]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[124]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[124]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TYPE","features":[124]},{"name":"WS_LISTENER","features":[124]},{"name":"WS_LISTENER_PROPERTIES","features":[124]},{"name":"WS_LISTENER_PROPERTY","features":[124]},{"name":"WS_LISTENER_PROPERTY_ASYNC_CALLBACK_MODEL","features":[124]},{"name":"WS_LISTENER_PROPERTY_CHANNEL_BINDING","features":[124]},{"name":"WS_LISTENER_PROPERTY_CHANNEL_TYPE","features":[124]},{"name":"WS_LISTENER_PROPERTY_CLOSE_TIMEOUT","features":[124]},{"name":"WS_LISTENER_PROPERTY_CONNECT_TIMEOUT","features":[124]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_CALLBACKS","features":[124]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_INSTANCE","features":[124]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_PARAMETERS","features":[124]},{"name":"WS_LISTENER_PROPERTY_DISALLOWED_USER_AGENT","features":[124]},{"name":"WS_LISTENER_PROPERTY_ID","features":[124]},{"name":"WS_LISTENER_PROPERTY_IP_VERSION","features":[124]},{"name":"WS_LISTENER_PROPERTY_IS_MULTICAST","features":[124]},{"name":"WS_LISTENER_PROPERTY_LISTEN_BACKLOG","features":[124]},{"name":"WS_LISTENER_PROPERTY_MULTICAST_INTERFACES","features":[124]},{"name":"WS_LISTENER_PROPERTY_MULTICAST_LOOPBACK","features":[124]},{"name":"WS_LISTENER_PROPERTY_STATE","features":[124]},{"name":"WS_LISTENER_PROPERTY_TO_HEADER_MATCHING_OPTIONS","features":[124]},{"name":"WS_LISTENER_PROPERTY_TRANSPORT_URL_MATCHING_OPTIONS","features":[124]},{"name":"WS_LISTENER_STATE","features":[124]},{"name":"WS_LISTENER_STATE_CLOSED","features":[124]},{"name":"WS_LISTENER_STATE_CLOSING","features":[124]},{"name":"WS_LISTENER_STATE_CREATED","features":[124]},{"name":"WS_LISTENER_STATE_FAULTED","features":[124]},{"name":"WS_LISTENER_STATE_OPEN","features":[124]},{"name":"WS_LISTENER_STATE_OPENING","features":[124]},{"name":"WS_LONG_CALLBACK","features":[124]},{"name":"WS_MANUAL_COOKIE_MODE","features":[124]},{"name":"WS_MATCH_URL_DNS_FULLY_QUALIFIED_HOST","features":[124]},{"name":"WS_MATCH_URL_DNS_HOST","features":[124]},{"name":"WS_MATCH_URL_EXACT_PATH","features":[124]},{"name":"WS_MATCH_URL_HOST_ADDRESSES","features":[124]},{"name":"WS_MATCH_URL_LOCAL_HOST","features":[124]},{"name":"WS_MATCH_URL_NETBIOS_HOST","features":[124]},{"name":"WS_MATCH_URL_NO_QUERY","features":[124]},{"name":"WS_MATCH_URL_PORT","features":[124]},{"name":"WS_MATCH_URL_PREFIX_PATH","features":[124]},{"name":"WS_MATCH_URL_THIS_HOST","features":[124]},{"name":"WS_MESSAGE","features":[124]},{"name":"WS_MESSAGE_DESCRIPTION","features":[1,124]},{"name":"WS_MESSAGE_DONE_CALLBACK","features":[124]},{"name":"WS_MESSAGE_ID_HEADER","features":[124]},{"name":"WS_MESSAGE_INITIALIZATION","features":[124]},{"name":"WS_MESSAGE_PROPERTIES","features":[124]},{"name":"WS_MESSAGE_PROPERTY","features":[124]},{"name":"WS_MESSAGE_PROPERTY_ADDRESSING_VERSION","features":[124]},{"name":"WS_MESSAGE_PROPERTY_BODY_READER","features":[124]},{"name":"WS_MESSAGE_PROPERTY_BODY_WRITER","features":[124]},{"name":"WS_MESSAGE_PROPERTY_ENCODED_CERT","features":[124]},{"name":"WS_MESSAGE_PROPERTY_ENVELOPE_VERSION","features":[124]},{"name":"WS_MESSAGE_PROPERTY_HEADER_BUFFER","features":[124]},{"name":"WS_MESSAGE_PROPERTY_HEADER_POSITION","features":[124]},{"name":"WS_MESSAGE_PROPERTY_HEAP","features":[124]},{"name":"WS_MESSAGE_PROPERTY_HEAP_PROPERTIES","features":[124]},{"name":"WS_MESSAGE_PROPERTY_HTTP_HEADER_AUTH_WINDOWS_TOKEN","features":[124]},{"name":"WS_MESSAGE_PROPERTY_ID","features":[124]},{"name":"WS_MESSAGE_PROPERTY_IS_ADDRESSED","features":[124]},{"name":"WS_MESSAGE_PROPERTY_IS_FAULT","features":[124]},{"name":"WS_MESSAGE_PROPERTY_MAX_PROCESSED_HEADERS","features":[124]},{"name":"WS_MESSAGE_PROPERTY_MESSAGE_SECURITY_WINDOWS_TOKEN","features":[124]},{"name":"WS_MESSAGE_PROPERTY_PROTECTION_LEVEL","features":[124]},{"name":"WS_MESSAGE_PROPERTY_SAML_ASSERTION","features":[124]},{"name":"WS_MESSAGE_PROPERTY_SECURITY_CONTEXT","features":[124]},{"name":"WS_MESSAGE_PROPERTY_STATE","features":[124]},{"name":"WS_MESSAGE_PROPERTY_TRANSPORT_SECURITY_WINDOWS_TOKEN","features":[124]},{"name":"WS_MESSAGE_PROPERTY_USERNAME","features":[124]},{"name":"WS_MESSAGE_PROPERTY_XML_READER_PROPERTIES","features":[124]},{"name":"WS_MESSAGE_PROPERTY_XML_WRITER_PROPERTIES","features":[124]},{"name":"WS_MESSAGE_SECURITY_USAGE","features":[124]},{"name":"WS_MESSAGE_STATE","features":[124]},{"name":"WS_MESSAGE_STATE_DONE","features":[124]},{"name":"WS_MESSAGE_STATE_EMPTY","features":[124]},{"name":"WS_MESSAGE_STATE_INITIALIZED","features":[124]},{"name":"WS_MESSAGE_STATE_READING","features":[124]},{"name":"WS_MESSAGE_STATE_WRITING","features":[124]},{"name":"WS_METADATA","features":[124]},{"name":"WS_METADATA_ENDPOINT","features":[1,124]},{"name":"WS_METADATA_ENDPOINTS","features":[1,124]},{"name":"WS_METADATA_EXCHANGE_TYPE","features":[124]},{"name":"WS_METADATA_EXCHANGE_TYPE_HTTP_GET","features":[124]},{"name":"WS_METADATA_EXCHANGE_TYPE_MEX","features":[124]},{"name":"WS_METADATA_EXCHANGE_TYPE_NONE","features":[124]},{"name":"WS_METADATA_PROPERTY","features":[124]},{"name":"WS_METADATA_PROPERTY_HEAP_PROPERTIES","features":[124]},{"name":"WS_METADATA_PROPERTY_HEAP_REQUESTED_SIZE","features":[124]},{"name":"WS_METADATA_PROPERTY_HOST_NAMES","features":[124]},{"name":"WS_METADATA_PROPERTY_ID","features":[124]},{"name":"WS_METADATA_PROPERTY_MAX_DOCUMENTS","features":[124]},{"name":"WS_METADATA_PROPERTY_POLICY_PROPERTIES","features":[124]},{"name":"WS_METADATA_PROPERTY_STATE","features":[124]},{"name":"WS_METADATA_PROPERTY_VERIFY_HOST_NAMES","features":[124]},{"name":"WS_METADATA_STATE","features":[124]},{"name":"WS_METADATA_STATE_CREATED","features":[124]},{"name":"WS_METADATA_STATE_FAULTED","features":[124]},{"name":"WS_METADATA_STATE_RESOLVED","features":[124]},{"name":"WS_MINIMAL_FAULT_DISCLOSURE","features":[124]},{"name":"WS_MOVE_TO","features":[124]},{"name":"WS_MOVE_TO_BOF","features":[124]},{"name":"WS_MOVE_TO_CHILD_ELEMENT","features":[124]},{"name":"WS_MOVE_TO_CHILD_NODE","features":[124]},{"name":"WS_MOVE_TO_END_ELEMENT","features":[124]},{"name":"WS_MOVE_TO_EOF","features":[124]},{"name":"WS_MOVE_TO_FIRST_NODE","features":[124]},{"name":"WS_MOVE_TO_NEXT_ELEMENT","features":[124]},{"name":"WS_MOVE_TO_NEXT_NODE","features":[124]},{"name":"WS_MOVE_TO_PARENT_ELEMENT","features":[124]},{"name":"WS_MOVE_TO_PREVIOUS_ELEMENT","features":[124]},{"name":"WS_MOVE_TO_PREVIOUS_NODE","features":[124]},{"name":"WS_MOVE_TO_ROOT_ELEMENT","features":[124]},{"name":"WS_MUST_UNDERSTAND_HEADER_ATTRIBUTE","features":[124]},{"name":"WS_NAMEDPIPE_CHANNEL_BINDING","features":[124]},{"name":"WS_NAMEDPIPE_SSPI_TRANSPORT_SECURITY_BINDING","features":[124]},{"name":"WS_NAMEDPIPE_SSPI_TRANSPORT_SECURITY_BINDING_TYPE","features":[124]},{"name":"WS_NCRYPT_ASYMMETRIC_SECURITY_KEY_HANDLE","features":[124,75]},{"name":"WS_NCRYPT_ASYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[124]},{"name":"WS_NETPIPE_URL","features":[124]},{"name":"WS_NETTCP_URL","features":[124]},{"name":"WS_NON_RPC_LITERAL_OPERATION","features":[124]},{"name":"WS_NO_FIELD_MAPPING","features":[124]},{"name":"WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[124]},{"name":"WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[124]},{"name":"WS_OPEN_CHANNEL_CALLBACK","features":[124]},{"name":"WS_OPEN_LISTENER_CALLBACK","features":[124]},{"name":"WS_OPERATION_CANCEL_CALLBACK","features":[124]},{"name":"WS_OPERATION_CONTEXT","features":[124]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CHANNEL","features":[124]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CHANNEL_USER_STATE","features":[124]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CONTRACT_DESCRIPTION","features":[124]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_ENDPOINT_ADDRESS","features":[124]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_HEAP","features":[124]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_HOST_USER_STATE","features":[124]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_ID","features":[124]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_INPUT_MESSAGE","features":[124]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_LISTENER","features":[124]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_OUTPUT_MESSAGE","features":[124]},{"name":"WS_OPERATION_DESCRIPTION","features":[1,124]},{"name":"WS_OPERATION_FREE_STATE_CALLBACK","features":[124]},{"name":"WS_OPERATION_STYLE","features":[124]},{"name":"WS_PARAMETER_DESCRIPTION","features":[124]},{"name":"WS_PARAMETER_TYPE","features":[124]},{"name":"WS_PARAMETER_TYPE_ARRAY","features":[124]},{"name":"WS_PARAMETER_TYPE_ARRAY_COUNT","features":[124]},{"name":"WS_PARAMETER_TYPE_MESSAGES","features":[124]},{"name":"WS_PARAMETER_TYPE_NORMAL","features":[124]},{"name":"WS_POLICY","features":[124]},{"name":"WS_POLICY_CONSTRAINTS","features":[124]},{"name":"WS_POLICY_EXTENSION","features":[124]},{"name":"WS_POLICY_EXTENSION_TYPE","features":[124]},{"name":"WS_POLICY_PROPERTIES","features":[124]},{"name":"WS_POLICY_PROPERTY","features":[124]},{"name":"WS_POLICY_PROPERTY_ID","features":[124]},{"name":"WS_POLICY_PROPERTY_MAX_ALTERNATIVES","features":[124]},{"name":"WS_POLICY_PROPERTY_MAX_DEPTH","features":[124]},{"name":"WS_POLICY_PROPERTY_MAX_EXTENSIONS","features":[124]},{"name":"WS_POLICY_PROPERTY_STATE","features":[124]},{"name":"WS_POLICY_STATE","features":[124]},{"name":"WS_POLICY_STATE_CREATED","features":[124]},{"name":"WS_POLICY_STATE_FAULTED","features":[124]},{"name":"WS_PROTECTION_LEVEL","features":[124]},{"name":"WS_PROTECTION_LEVEL_NONE","features":[124]},{"name":"WS_PROTECTION_LEVEL_SIGN","features":[124]},{"name":"WS_PROTECTION_LEVEL_SIGN_AND_ENCRYPT","features":[124]},{"name":"WS_PROXY_FAULT_LANG_ID","features":[124]},{"name":"WS_PROXY_MESSAGE_CALLBACK","features":[124]},{"name":"WS_PROXY_MESSAGE_CALLBACK_CONTEXT","features":[124]},{"name":"WS_PROXY_PROPERTY","features":[124]},{"name":"WS_PROXY_PROPERTY_CALL_TIMEOUT","features":[124]},{"name":"WS_PROXY_PROPERTY_ID","features":[124]},{"name":"WS_PROXY_PROPERTY_MAX_CALL_POOL_SIZE","features":[124]},{"name":"WS_PROXY_PROPERTY_MAX_CLOSE_TIMEOUT","features":[124]},{"name":"WS_PROXY_PROPERTY_MAX_PENDING_CALLS","features":[124]},{"name":"WS_PROXY_PROPERTY_MESSAGE_PROPERTIES","features":[124]},{"name":"WS_PROXY_PROPERTY_STATE","features":[124]},{"name":"WS_PULL_BYTES_CALLBACK","features":[124]},{"name":"WS_PUSH_BYTES_CALLBACK","features":[124]},{"name":"WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE","features":[124]},{"name":"WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[124]},{"name":"WS_READ_CALLBACK","features":[124]},{"name":"WS_READ_MESSAGE_END_CALLBACK","features":[124]},{"name":"WS_READ_MESSAGE_START_CALLBACK","features":[124]},{"name":"WS_READ_NILLABLE_POINTER","features":[124]},{"name":"WS_READ_NILLABLE_VALUE","features":[124]},{"name":"WS_READ_OPTION","features":[124]},{"name":"WS_READ_OPTIONAL_POINTER","features":[124]},{"name":"WS_READ_REQUIRED_POINTER","features":[124]},{"name":"WS_READ_REQUIRED_VALUE","features":[124]},{"name":"WS_READ_TYPE_CALLBACK","features":[124]},{"name":"WS_RECEIVE_OPTION","features":[124]},{"name":"WS_RECEIVE_OPTIONAL_MESSAGE","features":[124]},{"name":"WS_RECEIVE_REQUIRED_MESSAGE","features":[124]},{"name":"WS_RELATES_TO_HEADER","features":[124]},{"name":"WS_RELAY_HEADER_ATTRIBUTE","features":[124]},{"name":"WS_REPEATING_ANY_ELEMENT_FIELD_MAPPING","features":[124]},{"name":"WS_REPEATING_ELEMENT_CHOICE_FIELD_MAPPING","features":[124]},{"name":"WS_REPEATING_ELEMENT_FIELD_MAPPING","features":[124]},{"name":"WS_REPEATING_HEADER","features":[124]},{"name":"WS_REPEATING_HEADER_OPTION","features":[124]},{"name":"WS_REPLY_MESSAGE","features":[124]},{"name":"WS_REPLY_TO_HEADER","features":[124]},{"name":"WS_REQUEST_MESSAGE","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_ISSUE","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_NEW_CONTEXT","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_RENEW_CONTEXT","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_APPLIES_TO","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_BEARER_KEY_TYPE_VERSION","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_EXISTING_TOKEN","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ID","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_ENTROPY","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_SIZE","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_TYPE","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_TYPE","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_LOCAL_REQUEST_PARAMETERS","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_MESSAGE_PROPERTIES","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_REQUEST_ACTION","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_SECURE_CONVERSATION_VERSION","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_SERVICE_REQUEST_PARAMETERS","features":[124]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_TRUST_VERSION","features":[124]},{"name":"WS_RESET_CHANNEL_CALLBACK","features":[124]},{"name":"WS_RESET_LISTENER_CALLBACK","features":[124]},{"name":"WS_RPC_LITERAL_OPERATION","features":[124]},{"name":"WS_RSA_ENDPOINT_IDENTITY","features":[124]},{"name":"WS_RSA_ENDPOINT_IDENTITY_TYPE","features":[124]},{"name":"WS_SAML_AUTHENTICATOR","features":[124]},{"name":"WS_SAML_AUTHENTICATOR_TYPE","features":[124]},{"name":"WS_SAML_MESSAGE_SECURITY_BINDING","features":[124]},{"name":"WS_SAML_MESSAGE_SECURITY_BINDING_TYPE","features":[124]},{"name":"WS_SECURE_CONVERSATION_VERSION","features":[124]},{"name":"WS_SECURE_CONVERSATION_VERSION_1_3","features":[124]},{"name":"WS_SECURE_CONVERSATION_VERSION_FEBRUARY_2005","features":[124]},{"name":"WS_SECURE_PROTOCOL","features":[124]},{"name":"WS_SECURE_PROTOCOL_SSL2","features":[124]},{"name":"WS_SECURE_PROTOCOL_SSL3","features":[124]},{"name":"WS_SECURE_PROTOCOL_TLS1_0","features":[124]},{"name":"WS_SECURE_PROTOCOL_TLS1_1","features":[124]},{"name":"WS_SECURE_PROTOCOL_TLS1_2","features":[124]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_1_5","features":[124]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_OAEP","features":[124]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_DSA_SHA1","features":[124]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA1","features":[124]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_256","features":[124]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_384","features":[124]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_512","features":[124]},{"name":"WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE","features":[124]},{"name":"WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE_WITH_COMMENTS","features":[124]},{"name":"WS_SECURITY_ALGORITHM_DEFAULT","features":[124]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA1","features":[124]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_256","features":[124]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_384","features":[124]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_512","features":[124]},{"name":"WS_SECURITY_ALGORITHM_ID","features":[124]},{"name":"WS_SECURITY_ALGORITHM_KEY_DERIVATION_P_SHA1","features":[124]},{"name":"WS_SECURITY_ALGORITHM_PROPERTY","features":[124]},{"name":"WS_SECURITY_ALGORITHM_PROPERTY_ID","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_RSA15","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_SHA256","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_SHA256_RSA15","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_RSA15","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_SHA256","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_SHA256_RSA15","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_RSA15","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_SHA256","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_SHA256_RSA15","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA1","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_256","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_384","features":[124]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_512","features":[124]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION","features":[124]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ERRATA_01","features":[124]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ORIGINAL_SCHEMA","features":[124]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ORIGINAL_SPECIFICATION","features":[124]},{"name":"WS_SECURITY_BINDING","features":[124]},{"name":"WS_SECURITY_BINDING_CONSTRAINT","features":[124]},{"name":"WS_SECURITY_BINDING_CONSTRAINT_TYPE","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTIES","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_ALLOWED_IMPERSONATION_LEVEL","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_ALLOW_ANONYMOUS_CLIENTS","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_CERT_FAILURES_TO_IGNORE","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_CONSTRAINT","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_DISABLE_CERT_REVOCATION_CHECK","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_DISALLOWED_SECURE_PROTOCOLS","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_BASIC_REALM","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_DIGEST_DOMAIN","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_DIGEST_REALM","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_SCHEME","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_TARGET","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_ID","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_MESSAGE_PROPERTIES","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_REQUIRE_SERVER_AUTH","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_REQUIRE_SSL_CLIENT_CERT","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURE_CONVERSATION_VERSION","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_KEY_ENTROPY_MODE","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_KEY_SIZE","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_MAX_ACTIVE_CONTEXTS","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_MAX_PENDING_CONTEXTS","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_RENEWAL_INTERVAL","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_ROLLOVER_INTERVAL","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_SUPPORT_RENEW","features":[124]},{"name":"WS_SECURITY_BINDING_PROPERTY_WINDOWS_INTEGRATED_AUTH_PACKAGE","features":[124]},{"name":"WS_SECURITY_BINDING_TYPE","features":[124]},{"name":"WS_SECURITY_CONSTRAINTS","features":[124]},{"name":"WS_SECURITY_CONTEXT","features":[124]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING","features":[124]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[124]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[124]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[124]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[124]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_TYPE","features":[124]},{"name":"WS_SECURITY_CONTEXT_PROPERTY","features":[124]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_ID","features":[124]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_IDENTIFIER","features":[124]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_MESSAGE_SECURITY_WINDOWS_TOKEN","features":[124]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_SAML_ASSERTION","features":[124]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_USERNAME","features":[124]},{"name":"WS_SECURITY_CONTEXT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[124]},{"name":"WS_SECURITY_CONTEXT_SECURITY_BINDING_TEMPLATE","features":[124]},{"name":"WS_SECURITY_DESCRIPTION","features":[124]},{"name":"WS_SECURITY_HEADER_LAYOUT","features":[124]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX","features":[124]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_FIRST","features":[124]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_LAST","features":[124]},{"name":"WS_SECURITY_HEADER_LAYOUT_STRICT","features":[124]},{"name":"WS_SECURITY_HEADER_VERSION","features":[124]},{"name":"WS_SECURITY_HEADER_VERSION_1_0","features":[124]},{"name":"WS_SECURITY_HEADER_VERSION_1_1","features":[124]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE","features":[124]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_CLIENT_ONLY","features":[124]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_COMBINED","features":[124]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_SERVER_ONLY","features":[124]},{"name":"WS_SECURITY_KEY_HANDLE","features":[124]},{"name":"WS_SECURITY_KEY_HANDLE_TYPE","features":[124]},{"name":"WS_SECURITY_KEY_TYPE","features":[124]},{"name":"WS_SECURITY_KEY_TYPE_ASYMMETRIC","features":[124]},{"name":"WS_SECURITY_KEY_TYPE_NONE","features":[124]},{"name":"WS_SECURITY_KEY_TYPE_SYMMETRIC","features":[124]},{"name":"WS_SECURITY_PROPERTIES","features":[124]},{"name":"WS_SECURITY_PROPERTY","features":[124]},{"name":"WS_SECURITY_PROPERTY_ALGORITHM_SUITE","features":[124]},{"name":"WS_SECURITY_PROPERTY_ALGORITHM_SUITE_NAME","features":[124]},{"name":"WS_SECURITY_PROPERTY_CONSTRAINT","features":[124]},{"name":"WS_SECURITY_PROPERTY_EXTENDED_PROTECTION_POLICY","features":[124]},{"name":"WS_SECURITY_PROPERTY_EXTENDED_PROTECTION_SCENARIO","features":[124]},{"name":"WS_SECURITY_PROPERTY_ID","features":[124]},{"name":"WS_SECURITY_PROPERTY_MAX_ALLOWED_CLOCK_SKEW","features":[124]},{"name":"WS_SECURITY_PROPERTY_MAX_ALLOWED_LATENCY","features":[124]},{"name":"WS_SECURITY_PROPERTY_SECURITY_HEADER_LAYOUT","features":[124]},{"name":"WS_SECURITY_PROPERTY_SECURITY_HEADER_VERSION","features":[124]},{"name":"WS_SECURITY_PROPERTY_SERVICE_IDENTITIES","features":[124]},{"name":"WS_SECURITY_PROPERTY_TIMESTAMP_USAGE","features":[124]},{"name":"WS_SECURITY_PROPERTY_TIMESTAMP_VALIDITY_DURATION","features":[124]},{"name":"WS_SECURITY_PROPERTY_TRANSPORT_PROTECTION_LEVEL","features":[124]},{"name":"WS_SECURITY_TIMESTAMP_USAGE","features":[124]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_ALWAYS","features":[124]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_NEVER","features":[124]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_REQUESTS_ONLY","features":[124]},{"name":"WS_SECURITY_TOKEN","features":[124]},{"name":"WS_SECURITY_TOKEN_PROPERTY_ATTACHED_REFERENCE_XML","features":[124]},{"name":"WS_SECURITY_TOKEN_PROPERTY_ID","features":[124]},{"name":"WS_SECURITY_TOKEN_PROPERTY_KEY_TYPE","features":[124]},{"name":"WS_SECURITY_TOKEN_PROPERTY_SERIALIZED_XML","features":[124]},{"name":"WS_SECURITY_TOKEN_PROPERTY_SYMMETRIC_KEY","features":[124]},{"name":"WS_SECURITY_TOKEN_PROPERTY_UNATTACHED_REFERENCE_XML","features":[124]},{"name":"WS_SECURITY_TOKEN_PROPERTY_VALID_FROM_TIME","features":[124]},{"name":"WS_SECURITY_TOKEN_PROPERTY_VALID_TILL_TIME","features":[124]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE","features":[124]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_CERT_THUMBPRINT","features":[124]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_LOCAL_ID","features":[124]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_SAML_ASSERTION_ID","features":[124]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_SECURITY_CONTEXT_ID","features":[124]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_XML_BUFFER","features":[124]},{"name":"WS_SERVICE_ACCEPT_CHANNEL_CALLBACK","features":[124]},{"name":"WS_SERVICE_CANCEL_REASON","features":[124]},{"name":"WS_SERVICE_CHANNEL_FAULTED","features":[124]},{"name":"WS_SERVICE_CLOSE_CHANNEL_CALLBACK","features":[124]},{"name":"WS_SERVICE_CONTRACT","features":[1,124]},{"name":"WS_SERVICE_ENDPOINT","features":[1,124]},{"name":"WS_SERVICE_ENDPOINT_METADATA","features":[1,124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_ACCEPT_CHANNEL_CALLBACK","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_BODY_HEAP_MAX_SIZE","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_BODY_HEAP_TRIM_SIZE","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_CHECK_MUST_UNDERSTAND","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_CLOSE_CHANNEL_CALLBACK","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_ID","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_LISTENER_PROPERTIES","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_ACCEPTING_CHANNELS","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CALL_POOL_SIZE","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CHANNELS","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CHANNEL_POOL_SIZE","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CONCURRENCY","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MESSAGE_PROPERTIES","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA_EXCHANGE_TYPE","features":[124]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA_EXCHANGE_URL_SUFFIX","features":[124]},{"name":"WS_SERVICE_HOST","features":[124]},{"name":"WS_SERVICE_HOST_ABORT","features":[124]},{"name":"WS_SERVICE_HOST_STATE","features":[124]},{"name":"WS_SERVICE_HOST_STATE_CLOSED","features":[124]},{"name":"WS_SERVICE_HOST_STATE_CLOSING","features":[124]},{"name":"WS_SERVICE_HOST_STATE_CREATED","features":[124]},{"name":"WS_SERVICE_HOST_STATE_FAULTED","features":[124]},{"name":"WS_SERVICE_HOST_STATE_OPEN","features":[124]},{"name":"WS_SERVICE_HOST_STATE_OPENING","features":[124]},{"name":"WS_SERVICE_MESSAGE_RECEIVE_CALLBACK","features":[124]},{"name":"WS_SERVICE_METADATA","features":[1,124]},{"name":"WS_SERVICE_METADATA_DOCUMENT","features":[1,124]},{"name":"WS_SERVICE_OPERATION_MESSAGE_NILLABLE_ELEMENT","features":[124]},{"name":"WS_SERVICE_PROPERTY","features":[124]},{"name":"WS_SERVICE_PROPERTY_ACCEPT_CALLBACK","features":[124]},{"name":"WS_SERVICE_PROPERTY_CLOSE_CALLBACK","features":[124]},{"name":"WS_SERVICE_PROPERTY_CLOSE_TIMEOUT","features":[124]},{"name":"WS_SERVICE_PROPERTY_FAULT_DISCLOSURE","features":[124]},{"name":"WS_SERVICE_PROPERTY_FAULT_LANGID","features":[124]},{"name":"WS_SERVICE_PROPERTY_HOST_STATE","features":[124]},{"name":"WS_SERVICE_PROPERTY_HOST_USER_STATE","features":[124]},{"name":"WS_SERVICE_PROPERTY_ID","features":[124]},{"name":"WS_SERVICE_PROPERTY_METADATA","features":[124]},{"name":"WS_SERVICE_PROXY","features":[124]},{"name":"WS_SERVICE_PROXY_STATE","features":[124]},{"name":"WS_SERVICE_PROXY_STATE_CLOSED","features":[124]},{"name":"WS_SERVICE_PROXY_STATE_CLOSING","features":[124]},{"name":"WS_SERVICE_PROXY_STATE_CREATED","features":[124]},{"name":"WS_SERVICE_PROXY_STATE_FAULTED","features":[124]},{"name":"WS_SERVICE_PROXY_STATE_OPEN","features":[124]},{"name":"WS_SERVICE_PROXY_STATE_OPENING","features":[124]},{"name":"WS_SERVICE_SECURITY_CALLBACK","features":[1,124]},{"name":"WS_SERVICE_SECURITY_IDENTITIES","features":[124]},{"name":"WS_SERVICE_STUB_CALLBACK","features":[124]},{"name":"WS_SET_CHANNEL_PROPERTY_CALLBACK","features":[124]},{"name":"WS_SET_LISTENER_PROPERTY_CALLBACK","features":[124]},{"name":"WS_SHORT_CALLBACK","features":[124]},{"name":"WS_SHUTDOWN_SESSION_CHANNEL_CALLBACK","features":[124]},{"name":"WS_SINGLETON_HEADER","features":[124]},{"name":"WS_SOAPUDP_URL","features":[124]},{"name":"WS_SPN_ENDPOINT_IDENTITY","features":[124]},{"name":"WS_SPN_ENDPOINT_IDENTITY_TYPE","features":[124]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING","features":[124]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT","features":[1,124]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT_TYPE","features":[124]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[124]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_TEMPLATE","features":[124]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_TYPE","features":[124]},{"name":"WS_SSPI_TRANSPORT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[124]},{"name":"WS_STREAMED_INPUT_TRANSFER_MODE","features":[124]},{"name":"WS_STREAMED_OUTPUT_TRANSFER_MODE","features":[124]},{"name":"WS_STREAMED_TRANSFER_MODE","features":[124]},{"name":"WS_STRING","features":[124]},{"name":"WS_STRING_DESCRIPTION","features":[124]},{"name":"WS_STRING_TYPE","features":[124]},{"name":"WS_STRING_USERNAME_CREDENTIAL","features":[124]},{"name":"WS_STRING_USERNAME_CREDENTIAL_TYPE","features":[124]},{"name":"WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[124]},{"name":"WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[124]},{"name":"WS_STRUCT_ABSTRACT","features":[124]},{"name":"WS_STRUCT_DESCRIPTION","features":[1,124]},{"name":"WS_STRUCT_IGNORE_TRAILING_ELEMENT_CONTENT","features":[124]},{"name":"WS_STRUCT_IGNORE_UNHANDLED_ATTRIBUTES","features":[124]},{"name":"WS_STRUCT_TYPE","features":[124]},{"name":"WS_SUBJECT_NAME_CERT_CREDENTIAL","features":[124]},{"name":"WS_SUBJECT_NAME_CERT_CREDENTIAL_TYPE","features":[124]},{"name":"WS_SUPPORTING_MESSAGE_SECURITY_USAGE","features":[124]},{"name":"WS_TCP_BINDING_TEMPLATE","features":[124]},{"name":"WS_TCP_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_TCP_CHANNEL_BINDING","features":[124]},{"name":"WS_TCP_POLICY_DESCRIPTION","features":[124]},{"name":"WS_TCP_SSPI_BINDING_TEMPLATE","features":[124]},{"name":"WS_TCP_SSPI_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE","features":[124]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_POLICY_DESCRIPTION","features":[124]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[124]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[124]},{"name":"WS_TCP_SSPI_POLICY_DESCRIPTION","features":[124]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING","features":[124]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_CONSTRAINT","features":[124]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_CONSTRAINT_TYPE","features":[124]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TEMPLATE","features":[124]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TYPE","features":[124]},{"name":"WS_TCP_SSPI_USERNAME_BINDING_TEMPLATE","features":[124]},{"name":"WS_TCP_SSPI_USERNAME_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_TCP_SSPI_USERNAME_POLICY_DESCRIPTION","features":[124]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[124]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[124]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[124]},{"name":"WS_TEXT_FIELD_MAPPING","features":[124]},{"name":"WS_THUMBPRINT_CERT_CREDENTIAL","features":[124]},{"name":"WS_THUMBPRINT_CERT_CREDENTIAL_TYPE","features":[124]},{"name":"WS_TIMESPAN","features":[124]},{"name":"WS_TIMESPAN_DESCRIPTION","features":[124]},{"name":"WS_TIMESPAN_TYPE","features":[124]},{"name":"WS_TIMESPAN_VALUE_TYPE","features":[124]},{"name":"WS_TO_HEADER","features":[124]},{"name":"WS_TRACE_API","features":[124]},{"name":"WS_TRACE_API_ABANDON_MESSAGE","features":[124]},{"name":"WS_TRACE_API_ABORT_CALL","features":[124]},{"name":"WS_TRACE_API_ABORT_CHANNEL","features":[124]},{"name":"WS_TRACE_API_ABORT_LISTENER","features":[124]},{"name":"WS_TRACE_API_ABORT_SERVICE_HOST","features":[124]},{"name":"WS_TRACE_API_ABORT_SERVICE_PROXY","features":[124]},{"name":"WS_TRACE_API_ACCEPT_CHANNEL","features":[124]},{"name":"WS_TRACE_API_ADDRESS_MESSAGE","features":[124]},{"name":"WS_TRACE_API_ADD_CUSTOM_HEADER","features":[124]},{"name":"WS_TRACE_API_ADD_ERROR_STRING","features":[124]},{"name":"WS_TRACE_API_ADD_MAPPED_HEADER","features":[124]},{"name":"WS_TRACE_API_ALLOC","features":[124]},{"name":"WS_TRACE_API_ASYNC_EXECUTE","features":[124]},{"name":"WS_TRACE_API_CALL","features":[124]},{"name":"WS_TRACE_API_CHECK_MUST_UNDERSTAND_HEADERS","features":[124]},{"name":"WS_TRACE_API_CLOSE_CHANNEL","features":[124]},{"name":"WS_TRACE_API_CLOSE_LISTENER","features":[124]},{"name":"WS_TRACE_API_CLOSE_SERVICE_HOST","features":[124]},{"name":"WS_TRACE_API_CLOSE_SERVICE_PROXY","features":[124]},{"name":"WS_TRACE_API_COMBINE_URL","features":[124]},{"name":"WS_TRACE_API_COPY_ERROR","features":[124]},{"name":"WS_TRACE_API_COPY_NODE","features":[124]},{"name":"WS_TRACE_API_CREATE_CHANNEL","features":[124]},{"name":"WS_TRACE_API_CREATE_CHANNEL_FOR_LISTENER","features":[124]},{"name":"WS_TRACE_API_CREATE_ERROR","features":[124]},{"name":"WS_TRACE_API_CREATE_FAULT_FROM_ERROR","features":[124]},{"name":"WS_TRACE_API_CREATE_HEAP","features":[124]},{"name":"WS_TRACE_API_CREATE_LISTENER","features":[124]},{"name":"WS_TRACE_API_CREATE_MESSAGE","features":[124]},{"name":"WS_TRACE_API_CREATE_MESSAGE_FOR_CHANNEL","features":[124]},{"name":"WS_TRACE_API_CREATE_METADATA","features":[124]},{"name":"WS_TRACE_API_CREATE_READER","features":[124]},{"name":"WS_TRACE_API_CREATE_SERVICE_HOST","features":[124]},{"name":"WS_TRACE_API_CREATE_SERVICE_PROXY","features":[124]},{"name":"WS_TRACE_API_CREATE_WRITER","features":[124]},{"name":"WS_TRACE_API_CREATE_XML_BUFFER","features":[124]},{"name":"WS_TRACE_API_CREATE_XML_SECURITY_TOKEN","features":[124]},{"name":"WS_TRACE_API_DATETIME_TO_FILETIME","features":[124]},{"name":"WS_TRACE_API_DECODE_URL","features":[124]},{"name":"WS_TRACE_API_DUMP_MEMORY","features":[124]},{"name":"WS_TRACE_API_ENCODE_URL","features":[124]},{"name":"WS_TRACE_API_END_READER_CANONICALIZATION","features":[124]},{"name":"WS_TRACE_API_END_WRITER_CANONICALIZATION","features":[124]},{"name":"WS_TRACE_API_FILETIME_TO_DATETIME","features":[124]},{"name":"WS_TRACE_API_FILL_BODY","features":[124]},{"name":"WS_TRACE_API_FILL_READER","features":[124]},{"name":"WS_TRACE_API_FIND_ATTRIBUTE","features":[124]},{"name":"WS_TRACE_API_FLUSH_BODY","features":[124]},{"name":"WS_TRACE_API_FLUSH_WRITER","features":[124]},{"name":"WS_TRACE_API_FREE_CHANNEL","features":[124]},{"name":"WS_TRACE_API_FREE_ERROR","features":[124]},{"name":"WS_TRACE_API_FREE_HEAP","features":[124]},{"name":"WS_TRACE_API_FREE_LISTENER","features":[124]},{"name":"WS_TRACE_API_FREE_MESSAGE","features":[124]},{"name":"WS_TRACE_API_FREE_METADATA","features":[124]},{"name":"WS_TRACE_API_FREE_SECURITY_TOKEN","features":[124]},{"name":"WS_TRACE_API_FREE_SERVICE_HOST","features":[124]},{"name":"WS_TRACE_API_FREE_SERVICE_PROXY","features":[124]},{"name":"WS_TRACE_API_FREE_XML_READER","features":[124]},{"name":"WS_TRACE_API_FREE_XML_WRITER","features":[124]},{"name":"WS_TRACE_API_GET_CHANNEL_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_CONTEXT_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_CUSTOM_HEADER","features":[124]},{"name":"WS_TRACE_API_GET_DICTIONARY","features":[124]},{"name":"WS_TRACE_API_GET_ERROR_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_ERROR_STRING","features":[124]},{"name":"WS_TRACE_API_GET_FAULT_ERROR_DETAIL","features":[124]},{"name":"WS_TRACE_API_GET_FAULT_ERROR_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_HEADER","features":[124]},{"name":"WS_TRACE_API_GET_HEADER_ATTRIBUTES","features":[124]},{"name":"WS_TRACE_API_GET_HEAP_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_LISTENER_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_MAPPED_HEADER","features":[124]},{"name":"WS_TRACE_API_GET_MESSAGE_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_METADATA_ENDPOINTS","features":[124]},{"name":"WS_TRACE_API_GET_METADATA_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_MISSING_METADATA_DOCUMENT_ADDRESS","features":[124]},{"name":"WS_TRACE_API_GET_POLICY_ALTERNATIVE_COUNT","features":[124]},{"name":"WS_TRACE_API_GET_POLICY_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_READER_NODE","features":[124]},{"name":"WS_TRACE_API_GET_READER_POSITION","features":[124]},{"name":"WS_TRACE_API_GET_READER_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_SECURITY_CONTEXT_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_SECURITY_TOKEN_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_SERVICE_HOST_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_SERVICE_PROXY_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_WRITER_POSITION","features":[124]},{"name":"WS_TRACE_API_GET_WRITER_PROPERTY","features":[124]},{"name":"WS_TRACE_API_GET_XML_ATTRIBUTE","features":[124]},{"name":"WS_TRACE_API_INITIALIZE_MESSAGE","features":[124]},{"name":"WS_TRACE_API_MARK_HEADER_AS_UNDERSTOOD","features":[124]},{"name":"WS_TRACE_API_MATCH_POLICY_ALTERNATIVE","features":[124]},{"name":"WS_TRACE_API_MOVE_READER","features":[124]},{"name":"WS_TRACE_API_MOVE_WRITER","features":[124]},{"name":"WS_TRACE_API_NAMESPACE_FROM_PREFIX","features":[124]},{"name":"WS_TRACE_API_NONE","features":[124]},{"name":"WS_TRACE_API_OPEN_CHANNEL","features":[124]},{"name":"WS_TRACE_API_OPEN_LISTENER","features":[124]},{"name":"WS_TRACE_API_OPEN_SERVICE_HOST","features":[124]},{"name":"WS_TRACE_API_OPEN_SERVICE_PROXY","features":[124]},{"name":"WS_TRACE_API_PREFIX_FROM_NAMESPACE","features":[124]},{"name":"WS_TRACE_API_PULL_BYTES","features":[124]},{"name":"WS_TRACE_API_PUSH_BYTES","features":[124]},{"name":"WS_TRACE_API_READ_ARRAY","features":[124]},{"name":"WS_TRACE_API_READ_ATTRIBUTE_TYPE","features":[124]},{"name":"WS_TRACE_API_READ_BODY","features":[124]},{"name":"WS_TRACE_API_READ_BYTES","features":[124]},{"name":"WS_TRACE_API_READ_CHARS","features":[124]},{"name":"WS_TRACE_API_READ_CHARS_UTF8","features":[124]},{"name":"WS_TRACE_API_READ_ELEMENT_TYPE","features":[124]},{"name":"WS_TRACE_API_READ_ELEMENT_VALUE","features":[124]},{"name":"WS_TRACE_API_READ_ENDPOINT_ADDRESS_EXTENSION","features":[124]},{"name":"WS_TRACE_API_READ_END_ATTRIBUTE","features":[124]},{"name":"WS_TRACE_API_READ_END_ELEMENT","features":[124]},{"name":"WS_TRACE_API_READ_ENVELOPE_END","features":[124]},{"name":"WS_TRACE_API_READ_ENVELOPE_START","features":[124]},{"name":"WS_TRACE_API_READ_MESSAGE_END","features":[124]},{"name":"WS_TRACE_API_READ_MESSAGE_START","features":[124]},{"name":"WS_TRACE_API_READ_METADATA","features":[124]},{"name":"WS_TRACE_API_READ_NODE","features":[124]},{"name":"WS_TRACE_API_READ_QUALIFIED_NAME","features":[124]},{"name":"WS_TRACE_API_READ_START_ATTRIBUTE","features":[124]},{"name":"WS_TRACE_API_READ_START_ELEMENT","features":[124]},{"name":"WS_TRACE_API_READ_TO_START_ELEMENT","features":[124]},{"name":"WS_TRACE_API_READ_TYPE","features":[124]},{"name":"WS_TRACE_API_READ_XML_BUFFER","features":[124]},{"name":"WS_TRACE_API_READ_XML_BUFFER_FROM_BYTES","features":[124]},{"name":"WS_TRACE_API_RECEIVE_MESSAGE","features":[124]},{"name":"WS_TRACE_API_REMOVE_CUSTOM_HEADER","features":[124]},{"name":"WS_TRACE_API_REMOVE_HEADER","features":[124]},{"name":"WS_TRACE_API_REMOVE_MAPPED_HEADER","features":[124]},{"name":"WS_TRACE_API_REMOVE_NODE","features":[124]},{"name":"WS_TRACE_API_REQUEST_REPLY","features":[124]},{"name":"WS_TRACE_API_REQUEST_SECURITY_TOKEN","features":[124]},{"name":"WS_TRACE_API_RESET_CHANNEL","features":[124]},{"name":"WS_TRACE_API_RESET_ERROR","features":[124]},{"name":"WS_TRACE_API_RESET_HEAP","features":[124]},{"name":"WS_TRACE_API_RESET_LISTENER","features":[124]},{"name":"WS_TRACE_API_RESET_MESSAGE","features":[124]},{"name":"WS_TRACE_API_RESET_METADATA","features":[124]},{"name":"WS_TRACE_API_RESET_SERVICE_HOST","features":[124]},{"name":"WS_TRACE_API_RESET_SERVICE_PROXY","features":[124]},{"name":"WS_TRACE_API_REVOKE_SECURITY_CONTEXT","features":[124]},{"name":"WS_TRACE_API_SEND_FAULT_MESSAGE_FOR_ERROR","features":[124]},{"name":"WS_TRACE_API_SEND_MESSAGE","features":[124]},{"name":"WS_TRACE_API_SEND_REPLY_MESSAGE","features":[124]},{"name":"WS_TRACE_API_SERVICE_REGISTER_FOR_CANCEL","features":[124]},{"name":"WS_TRACE_API_SET_AUTOFAIL","features":[124]},{"name":"WS_TRACE_API_SET_CHANNEL_PROPERTY","features":[124]},{"name":"WS_TRACE_API_SET_ERROR_PROPERTY","features":[124]},{"name":"WS_TRACE_API_SET_FAULT_ERROR_DETAIL","features":[124]},{"name":"WS_TRACE_API_SET_FAULT_ERROR_PROPERTY","features":[124]},{"name":"WS_TRACE_API_SET_HEADER","features":[124]},{"name":"WS_TRACE_API_SET_INPUT","features":[124]},{"name":"WS_TRACE_API_SET_INPUT_TO_BUFFER","features":[124]},{"name":"WS_TRACE_API_SET_LISTENER_PROPERTY","features":[124]},{"name":"WS_TRACE_API_SET_MESSAGE_PROPERTY","features":[124]},{"name":"WS_TRACE_API_SET_OUTPUT","features":[124]},{"name":"WS_TRACE_API_SET_OUTPUT_TO_BUFFER","features":[124]},{"name":"WS_TRACE_API_SET_READER_POSITION","features":[124]},{"name":"WS_TRACE_API_SET_WRITER_POSITION","features":[124]},{"name":"WS_TRACE_API_SHUTDOWN_SESSION_CHANNEL","features":[124]},{"name":"WS_TRACE_API_SKIP_NODE","features":[124]},{"name":"WS_TRACE_API_START_READER_CANONICALIZATION","features":[124]},{"name":"WS_TRACE_API_START_WRITER_CANONICALIZATION","features":[124]},{"name":"WS_TRACE_API_TRIM_XML_WHITESPACE","features":[124]},{"name":"WS_TRACE_API_VERIFY_XML_NCNAME","features":[124]},{"name":"WS_TRACE_API_WRITE_ARRAY","features":[124]},{"name":"WS_TRACE_API_WRITE_ATTRIBUTE_TYPE","features":[124]},{"name":"WS_TRACE_API_WRITE_BODY","features":[124]},{"name":"WS_TRACE_API_WRITE_BYTES","features":[124]},{"name":"WS_TRACE_API_WRITE_CHARS","features":[124]},{"name":"WS_TRACE_API_WRITE_CHARS_UTF8","features":[124]},{"name":"WS_TRACE_API_WRITE_ELEMENT_TYPE","features":[124]},{"name":"WS_TRACE_API_WRITE_END_ATTRIBUTE","features":[124]},{"name":"WS_TRACE_API_WRITE_END_CDATA","features":[124]},{"name":"WS_TRACE_API_WRITE_END_ELEMENT","features":[124]},{"name":"WS_TRACE_API_WRITE_END_START_ELEMENT","features":[124]},{"name":"WS_TRACE_API_WRITE_ENVELOPE_END","features":[124]},{"name":"WS_TRACE_API_WRITE_ENVELOPE_START","features":[124]},{"name":"WS_TRACE_API_WRITE_MESSAGE_END","features":[124]},{"name":"WS_TRACE_API_WRITE_MESSAGE_START","features":[124]},{"name":"WS_TRACE_API_WRITE_NODE","features":[124]},{"name":"WS_TRACE_API_WRITE_QUALIFIED_NAME","features":[124]},{"name":"WS_TRACE_API_WRITE_START_ATTRIBUTE","features":[124]},{"name":"WS_TRACE_API_WRITE_START_CDATA","features":[124]},{"name":"WS_TRACE_API_WRITE_START_ELEMENT","features":[124]},{"name":"WS_TRACE_API_WRITE_TEXT","features":[124]},{"name":"WS_TRACE_API_WRITE_TYPE","features":[124]},{"name":"WS_TRACE_API_WRITE_VALUE","features":[124]},{"name":"WS_TRACE_API_WRITE_XMLNS_ATTRIBUTE","features":[124]},{"name":"WS_TRACE_API_WRITE_XML_BUFFER","features":[124]},{"name":"WS_TRACE_API_WRITE_XML_BUFFER_TO_BYTES","features":[124]},{"name":"WS_TRACE_API_WS_CREATE_SERVICE_HOST_FROM_TEMPLATE","features":[124]},{"name":"WS_TRACE_API_WS_CREATE_SERVICE_PROXY_FROM_TEMPLATE","features":[124]},{"name":"WS_TRACE_API_XML_STRING_EQUALS","features":[124]},{"name":"WS_TRANSFER_MODE","features":[124]},{"name":"WS_TRUST_VERSION","features":[124]},{"name":"WS_TRUST_VERSION_1_3","features":[124]},{"name":"WS_TRUST_VERSION_FEBRUARY_2005","features":[124]},{"name":"WS_TYPE","features":[124]},{"name":"WS_TYPE_ATTRIBUTE_FIELD_MAPPING","features":[124]},{"name":"WS_TYPE_MAPPING","features":[124]},{"name":"WS_UDP_CHANNEL_BINDING","features":[124]},{"name":"WS_UINT16_DESCRIPTION","features":[124]},{"name":"WS_UINT16_TYPE","features":[124]},{"name":"WS_UINT16_VALUE_TYPE","features":[124]},{"name":"WS_UINT32_DESCRIPTION","features":[124]},{"name":"WS_UINT32_TYPE","features":[124]},{"name":"WS_UINT32_VALUE_TYPE","features":[124]},{"name":"WS_UINT64_DESCRIPTION","features":[124]},{"name":"WS_UINT64_TYPE","features":[124]},{"name":"WS_UINT64_VALUE_TYPE","features":[124]},{"name":"WS_UINT8_DESCRIPTION","features":[124]},{"name":"WS_UINT8_TYPE","features":[124]},{"name":"WS_UINT8_VALUE_TYPE","features":[124]},{"name":"WS_UNION_DESCRIPTION","features":[1,124]},{"name":"WS_UNION_FIELD_DESCRIPTION","features":[1,124]},{"name":"WS_UNION_TYPE","features":[124]},{"name":"WS_UNIQUE_ID","features":[124]},{"name":"WS_UNIQUE_ID_DESCRIPTION","features":[124]},{"name":"WS_UNIQUE_ID_TYPE","features":[124]},{"name":"WS_UNKNOWN_ENDPOINT_IDENTITY","features":[124]},{"name":"WS_UNKNOWN_ENDPOINT_IDENTITY_TYPE","features":[124]},{"name":"WS_UPN_ENDPOINT_IDENTITY","features":[124]},{"name":"WS_UPN_ENDPOINT_IDENTITY_TYPE","features":[124]},{"name":"WS_URL","features":[124]},{"name":"WS_URL_FLAGS_ALLOW_HOST_WILDCARDS","features":[124]},{"name":"WS_URL_FLAGS_NO_PATH_COLLAPSE","features":[124]},{"name":"WS_URL_FLAGS_ZERO_TERMINATE","features":[124]},{"name":"WS_URL_HTTPS_SCHEME_TYPE","features":[124]},{"name":"WS_URL_HTTP_SCHEME_TYPE","features":[124]},{"name":"WS_URL_NETPIPE_SCHEME_TYPE","features":[124]},{"name":"WS_URL_NETTCP_SCHEME_TYPE","features":[124]},{"name":"WS_URL_SCHEME_TYPE","features":[124]},{"name":"WS_URL_SOAPUDP_SCHEME_TYPE","features":[124]},{"name":"WS_USERNAME_CREDENTIAL","features":[124]},{"name":"WS_USERNAME_CREDENTIAL_TYPE","features":[124]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING","features":[124]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[124]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[124]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[124]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[124]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_TYPE","features":[124]},{"name":"WS_UTF8_ARRAY_DESCRIPTION","features":[124]},{"name":"WS_UTF8_ARRAY_TYPE","features":[124]},{"name":"WS_VALIDATE_PASSWORD_CALLBACK","features":[124]},{"name":"WS_VALIDATE_SAML_CALLBACK","features":[124]},{"name":"WS_VALUE_TYPE","features":[124]},{"name":"WS_VOID_DESCRIPTION","features":[124]},{"name":"WS_VOID_TYPE","features":[124]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[124]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[124]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE","features":[124]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_KERBEROS","features":[124]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_NTLM","features":[124]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_SPNEGO","features":[124]},{"name":"WS_WRITE_CALLBACK","features":[124]},{"name":"WS_WRITE_MESSAGE_END_CALLBACK","features":[124]},{"name":"WS_WRITE_MESSAGE_START_CALLBACK","features":[124]},{"name":"WS_WRITE_NILLABLE_POINTER","features":[124]},{"name":"WS_WRITE_NILLABLE_VALUE","features":[124]},{"name":"WS_WRITE_OPTION","features":[124]},{"name":"WS_WRITE_REQUIRED_POINTER","features":[124]},{"name":"WS_WRITE_REQUIRED_VALUE","features":[124]},{"name":"WS_WRITE_TYPE_CALLBACK","features":[124]},{"name":"WS_WSZ_DESCRIPTION","features":[124]},{"name":"WS_WSZ_TYPE","features":[124]},{"name":"WS_XML_ATTRIBUTE","features":[1,124]},{"name":"WS_XML_ATTRIBUTE_FIELD_MAPPING","features":[124]},{"name":"WS_XML_BASE64_TEXT","features":[124]},{"name":"WS_XML_BOOL_TEXT","features":[1,124]},{"name":"WS_XML_BUFFER","features":[124]},{"name":"WS_XML_BUFFER_PROPERTY","features":[124]},{"name":"WS_XML_BUFFER_PROPERTY_ID","features":[124]},{"name":"WS_XML_BUFFER_TYPE","features":[124]},{"name":"WS_XML_CANONICALIZATION_ALGORITHM","features":[124]},{"name":"WS_XML_CANONICALIZATION_INCLUSIVE_PREFIXES","features":[1,124]},{"name":"WS_XML_CANONICALIZATION_PROPERTY","features":[124]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_ALGORITHM","features":[124]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_ID","features":[124]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_INCLUSIVE_PREFIXES","features":[124]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_OMITTED_ELEMENT","features":[124]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_OUTPUT_BUFFER_SIZE","features":[124]},{"name":"WS_XML_COMMENT_NODE","features":[1,124]},{"name":"WS_XML_DATETIME_TEXT","features":[124]},{"name":"WS_XML_DECIMAL_TEXT","features":[1,124]},{"name":"WS_XML_DICTIONARY","features":[1,124]},{"name":"WS_XML_DOUBLE_TEXT","features":[124]},{"name":"WS_XML_ELEMENT_NODE","features":[1,124]},{"name":"WS_XML_FLOAT_TEXT","features":[124]},{"name":"WS_XML_GUID_TEXT","features":[124]},{"name":"WS_XML_INT32_TEXT","features":[124]},{"name":"WS_XML_INT64_TEXT","features":[124]},{"name":"WS_XML_LIST_TEXT","features":[124]},{"name":"WS_XML_NODE","features":[124]},{"name":"WS_XML_NODE_POSITION","features":[124]},{"name":"WS_XML_NODE_TYPE","features":[124]},{"name":"WS_XML_NODE_TYPE_BOF","features":[124]},{"name":"WS_XML_NODE_TYPE_CDATA","features":[124]},{"name":"WS_XML_NODE_TYPE_COMMENT","features":[124]},{"name":"WS_XML_NODE_TYPE_ELEMENT","features":[124]},{"name":"WS_XML_NODE_TYPE_END_CDATA","features":[124]},{"name":"WS_XML_NODE_TYPE_END_ELEMENT","features":[124]},{"name":"WS_XML_NODE_TYPE_EOF","features":[124]},{"name":"WS_XML_NODE_TYPE_TEXT","features":[124]},{"name":"WS_XML_QNAME","features":[1,124]},{"name":"WS_XML_QNAME_DESCRIPTION","features":[124]},{"name":"WS_XML_QNAME_TEXT","features":[1,124]},{"name":"WS_XML_QNAME_TYPE","features":[124]},{"name":"WS_XML_READER","features":[124]},{"name":"WS_XML_READER_BINARY_ENCODING","features":[1,124]},{"name":"WS_XML_READER_BUFFER_INPUT","features":[124]},{"name":"WS_XML_READER_ENCODING","features":[124]},{"name":"WS_XML_READER_ENCODING_TYPE","features":[124]},{"name":"WS_XML_READER_ENCODING_TYPE_BINARY","features":[124]},{"name":"WS_XML_READER_ENCODING_TYPE_MTOM","features":[124]},{"name":"WS_XML_READER_ENCODING_TYPE_RAW","features":[124]},{"name":"WS_XML_READER_ENCODING_TYPE_TEXT","features":[124]},{"name":"WS_XML_READER_INPUT","features":[124]},{"name":"WS_XML_READER_INPUT_TYPE","features":[124]},{"name":"WS_XML_READER_INPUT_TYPE_BUFFER","features":[124]},{"name":"WS_XML_READER_INPUT_TYPE_STREAM","features":[124]},{"name":"WS_XML_READER_MTOM_ENCODING","features":[1,124]},{"name":"WS_XML_READER_PROPERTIES","features":[124]},{"name":"WS_XML_READER_PROPERTY","features":[124]},{"name":"WS_XML_READER_PROPERTY_ALLOW_FRAGMENT","features":[124]},{"name":"WS_XML_READER_PROPERTY_ALLOW_INVALID_CHARACTER_REFERENCES","features":[124]},{"name":"WS_XML_READER_PROPERTY_CHARSET","features":[124]},{"name":"WS_XML_READER_PROPERTY_COLUMN","features":[124]},{"name":"WS_XML_READER_PROPERTY_ID","features":[124]},{"name":"WS_XML_READER_PROPERTY_IN_ATTRIBUTE","features":[124]},{"name":"WS_XML_READER_PROPERTY_MAX_ATTRIBUTES","features":[124]},{"name":"WS_XML_READER_PROPERTY_MAX_DEPTH","features":[124]},{"name":"WS_XML_READER_PROPERTY_MAX_MIME_PARTS","features":[124]},{"name":"WS_XML_READER_PROPERTY_MAX_NAMESPACES","features":[124]},{"name":"WS_XML_READER_PROPERTY_READ_DECLARATION","features":[124]},{"name":"WS_XML_READER_PROPERTY_ROW","features":[124]},{"name":"WS_XML_READER_PROPERTY_STREAM_BUFFER_SIZE","features":[124]},{"name":"WS_XML_READER_PROPERTY_STREAM_MAX_MIME_HEADERS_SIZE","features":[124]},{"name":"WS_XML_READER_PROPERTY_STREAM_MAX_ROOT_MIME_PART_SIZE","features":[124]},{"name":"WS_XML_READER_PROPERTY_UTF8_TRIM_SIZE","features":[124]},{"name":"WS_XML_READER_RAW_ENCODING","features":[124]},{"name":"WS_XML_READER_STREAM_INPUT","features":[124]},{"name":"WS_XML_READER_TEXT_ENCODING","features":[124]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY","features":[124]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_ATTACHED_REFERENCE","features":[124]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_ID","features":[124]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_UNATTACHED_REFERENCE","features":[124]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_VALID_FROM_TIME","features":[124]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_VALID_TILL_TIME","features":[124]},{"name":"WS_XML_STRING","features":[1,124]},{"name":"WS_XML_STRING_DESCRIPTION","features":[124]},{"name":"WS_XML_STRING_TYPE","features":[124]},{"name":"WS_XML_TEXT","features":[124]},{"name":"WS_XML_TEXT_NODE","features":[124]},{"name":"WS_XML_TEXT_TYPE","features":[124]},{"name":"WS_XML_TEXT_TYPE_BASE64","features":[124]},{"name":"WS_XML_TEXT_TYPE_BOOL","features":[124]},{"name":"WS_XML_TEXT_TYPE_DATETIME","features":[124]},{"name":"WS_XML_TEXT_TYPE_DECIMAL","features":[124]},{"name":"WS_XML_TEXT_TYPE_DOUBLE","features":[124]},{"name":"WS_XML_TEXT_TYPE_FLOAT","features":[124]},{"name":"WS_XML_TEXT_TYPE_GUID","features":[124]},{"name":"WS_XML_TEXT_TYPE_INT32","features":[124]},{"name":"WS_XML_TEXT_TYPE_INT64","features":[124]},{"name":"WS_XML_TEXT_TYPE_LIST","features":[124]},{"name":"WS_XML_TEXT_TYPE_QNAME","features":[124]},{"name":"WS_XML_TEXT_TYPE_TIMESPAN","features":[124]},{"name":"WS_XML_TEXT_TYPE_UINT64","features":[124]},{"name":"WS_XML_TEXT_TYPE_UNIQUE_ID","features":[124]},{"name":"WS_XML_TEXT_TYPE_UTF16","features":[124]},{"name":"WS_XML_TEXT_TYPE_UTF8","features":[124]},{"name":"WS_XML_TIMESPAN_TEXT","features":[124]},{"name":"WS_XML_TOKEN_MESSAGE_SECURITY_BINDING","features":[124]},{"name":"WS_XML_TOKEN_MESSAGE_SECURITY_BINDING_TYPE","features":[124]},{"name":"WS_XML_UINT64_TEXT","features":[124]},{"name":"WS_XML_UNIQUE_ID_TEXT","features":[124]},{"name":"WS_XML_UTF16_TEXT","features":[124]},{"name":"WS_XML_UTF8_TEXT","features":[1,124]},{"name":"WS_XML_WRITER","features":[124]},{"name":"WS_XML_WRITER_BINARY_ENCODING","features":[1,124]},{"name":"WS_XML_WRITER_BUFFER_OUTPUT","features":[124]},{"name":"WS_XML_WRITER_ENCODING","features":[124]},{"name":"WS_XML_WRITER_ENCODING_TYPE","features":[124]},{"name":"WS_XML_WRITER_ENCODING_TYPE_BINARY","features":[124]},{"name":"WS_XML_WRITER_ENCODING_TYPE_MTOM","features":[124]},{"name":"WS_XML_WRITER_ENCODING_TYPE_RAW","features":[124]},{"name":"WS_XML_WRITER_ENCODING_TYPE_TEXT","features":[124]},{"name":"WS_XML_WRITER_MTOM_ENCODING","features":[1,124]},{"name":"WS_XML_WRITER_OUTPUT","features":[124]},{"name":"WS_XML_WRITER_OUTPUT_TYPE","features":[124]},{"name":"WS_XML_WRITER_OUTPUT_TYPE_BUFFER","features":[124]},{"name":"WS_XML_WRITER_OUTPUT_TYPE_STREAM","features":[124]},{"name":"WS_XML_WRITER_PROPERTIES","features":[124]},{"name":"WS_XML_WRITER_PROPERTY","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_ALLOW_FRAGMENT","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_ALLOW_INVALID_CHARACTER_REFERENCES","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_BUFFERS","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_BUFFER_MAX_SIZE","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_BUFFER_TRIM_SIZE","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_BYTES","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_BYTES_TO_CLOSE","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_BYTES_WRITTEN","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_CHARSET","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_COMPRESS_EMPTY_ELEMENTS","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_EMIT_UNCOMPRESSED_EMPTY_ELEMENTS","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_ID","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_INDENT","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_INITIAL_BUFFER","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_IN_ATTRIBUTE","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_MAX_ATTRIBUTES","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_MAX_DEPTH","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_MAX_MIME_PARTS_BUFFER_SIZE","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_MAX_NAMESPACES","features":[124]},{"name":"WS_XML_WRITER_PROPERTY_WRITE_DECLARATION","features":[124]},{"name":"WS_XML_WRITER_RAW_ENCODING","features":[124]},{"name":"WS_XML_WRITER_STREAM_OUTPUT","features":[124]},{"name":"WS_XML_WRITER_TEXT_ENCODING","features":[124]},{"name":"WebAuthNAuthenticatorGetAssertion","features":[1,124]},{"name":"WebAuthNAuthenticatorMakeCredential","features":[1,124]},{"name":"WebAuthNCancelCurrentOperation","features":[124]},{"name":"WebAuthNDeletePlatformCredential","features":[124]},{"name":"WebAuthNFreeAssertion","features":[124]},{"name":"WebAuthNFreeCredentialAttestation","features":[1,124]},{"name":"WebAuthNFreePlatformCredentialList","features":[1,124]},{"name":"WebAuthNGetApiVersionNumber","features":[124]},{"name":"WebAuthNGetCancellationId","features":[124]},{"name":"WebAuthNGetErrorName","features":[124]},{"name":"WebAuthNGetPlatformCredentialList","features":[1,124]},{"name":"WebAuthNGetW3CExceptionDOMError","features":[124]},{"name":"WebAuthNIsUserVerifyingPlatformAuthenticatorAvailable","features":[1,124]},{"name":"WsAbandonCall","features":[124]},{"name":"WsAbandonMessage","features":[124]},{"name":"WsAbortChannel","features":[124]},{"name":"WsAbortListener","features":[124]},{"name":"WsAbortServiceHost","features":[124]},{"name":"WsAbortServiceProxy","features":[124]},{"name":"WsAcceptChannel","features":[124]},{"name":"WsAddCustomHeader","features":[1,124]},{"name":"WsAddErrorString","features":[124]},{"name":"WsAddMappedHeader","features":[1,124]},{"name":"WsAddressMessage","features":[124]},{"name":"WsAlloc","features":[124]},{"name":"WsAsyncExecute","features":[124]},{"name":"WsCall","features":[1,124]},{"name":"WsCheckMustUnderstandHeaders","features":[124]},{"name":"WsCloseChannel","features":[124]},{"name":"WsCloseListener","features":[124]},{"name":"WsCloseServiceHost","features":[124]},{"name":"WsCloseServiceProxy","features":[124]},{"name":"WsCombineUrl","features":[124]},{"name":"WsCopyError","features":[124]},{"name":"WsCopyNode","features":[124]},{"name":"WsCreateChannel","features":[124]},{"name":"WsCreateChannelForListener","features":[124]},{"name":"WsCreateError","features":[124]},{"name":"WsCreateFaultFromError","features":[1,124]},{"name":"WsCreateHeap","features":[124]},{"name":"WsCreateListener","features":[124]},{"name":"WsCreateMessage","features":[124]},{"name":"WsCreateMessageForChannel","features":[124]},{"name":"WsCreateMetadata","features":[124]},{"name":"WsCreateReader","features":[124]},{"name":"WsCreateServiceEndpointFromTemplate","features":[1,124]},{"name":"WsCreateServiceHost","features":[1,124]},{"name":"WsCreateServiceProxy","features":[124]},{"name":"WsCreateServiceProxyFromTemplate","features":[124]},{"name":"WsCreateWriter","features":[124]},{"name":"WsCreateXmlBuffer","features":[124]},{"name":"WsCreateXmlSecurityToken","features":[124]},{"name":"WsDateTimeToFileTime","features":[1,124]},{"name":"WsDecodeUrl","features":[124]},{"name":"WsEncodeUrl","features":[124]},{"name":"WsEndReaderCanonicalization","features":[124]},{"name":"WsEndWriterCanonicalization","features":[124]},{"name":"WsFileTimeToDateTime","features":[1,124]},{"name":"WsFillBody","features":[124]},{"name":"WsFillReader","features":[124]},{"name":"WsFindAttribute","features":[1,124]},{"name":"WsFlushBody","features":[124]},{"name":"WsFlushWriter","features":[124]},{"name":"WsFreeChannel","features":[124]},{"name":"WsFreeError","features":[124]},{"name":"WsFreeHeap","features":[124]},{"name":"WsFreeListener","features":[124]},{"name":"WsFreeMessage","features":[124]},{"name":"WsFreeMetadata","features":[124]},{"name":"WsFreeReader","features":[124]},{"name":"WsFreeSecurityToken","features":[124]},{"name":"WsFreeServiceHost","features":[124]},{"name":"WsFreeServiceProxy","features":[124]},{"name":"WsFreeWriter","features":[124]},{"name":"WsGetChannelProperty","features":[124]},{"name":"WsGetCustomHeader","features":[1,124]},{"name":"WsGetDictionary","features":[1,124]},{"name":"WsGetErrorProperty","features":[124]},{"name":"WsGetErrorString","features":[124]},{"name":"WsGetFaultErrorDetail","features":[1,124]},{"name":"WsGetFaultErrorProperty","features":[124]},{"name":"WsGetHeader","features":[124]},{"name":"WsGetHeaderAttributes","features":[124]},{"name":"WsGetHeapProperty","features":[124]},{"name":"WsGetListenerProperty","features":[124]},{"name":"WsGetMappedHeader","features":[1,124]},{"name":"WsGetMessageProperty","features":[124]},{"name":"WsGetMetadataEndpoints","features":[1,124]},{"name":"WsGetMetadataProperty","features":[124]},{"name":"WsGetMissingMetadataDocumentAddress","features":[124]},{"name":"WsGetNamespaceFromPrefix","features":[1,124]},{"name":"WsGetOperationContextProperty","features":[124]},{"name":"WsGetPolicyAlternativeCount","features":[124]},{"name":"WsGetPolicyProperty","features":[124]},{"name":"WsGetPrefixFromNamespace","features":[1,124]},{"name":"WsGetReaderNode","features":[124]},{"name":"WsGetReaderPosition","features":[124]},{"name":"WsGetReaderProperty","features":[124]},{"name":"WsGetSecurityContextProperty","features":[124]},{"name":"WsGetSecurityTokenProperty","features":[124]},{"name":"WsGetServiceHostProperty","features":[124]},{"name":"WsGetServiceProxyProperty","features":[124]},{"name":"WsGetWriterPosition","features":[124]},{"name":"WsGetWriterProperty","features":[124]},{"name":"WsGetXmlAttribute","features":[1,124]},{"name":"WsInitializeMessage","features":[124]},{"name":"WsMarkHeaderAsUnderstood","features":[124]},{"name":"WsMatchPolicyAlternative","features":[1,124]},{"name":"WsMoveReader","features":[1,124]},{"name":"WsMoveWriter","features":[1,124]},{"name":"WsOpenChannel","features":[124]},{"name":"WsOpenListener","features":[124]},{"name":"WsOpenServiceHost","features":[124]},{"name":"WsOpenServiceProxy","features":[124]},{"name":"WsPullBytes","features":[124]},{"name":"WsPushBytes","features":[124]},{"name":"WsReadArray","features":[1,124]},{"name":"WsReadAttribute","features":[1,124]},{"name":"WsReadBody","features":[1,124]},{"name":"WsReadBytes","features":[124]},{"name":"WsReadChars","features":[124]},{"name":"WsReadCharsUtf8","features":[124]},{"name":"WsReadElement","features":[1,124]},{"name":"WsReadEndAttribute","features":[124]},{"name":"WsReadEndElement","features":[124]},{"name":"WsReadEndpointAddressExtension","features":[124]},{"name":"WsReadEnvelopeEnd","features":[124]},{"name":"WsReadEnvelopeStart","features":[124]},{"name":"WsReadMessageEnd","features":[124]},{"name":"WsReadMessageStart","features":[124]},{"name":"WsReadMetadata","features":[124]},{"name":"WsReadNode","features":[124]},{"name":"WsReadQualifiedName","features":[1,124]},{"name":"WsReadStartAttribute","features":[124]},{"name":"WsReadStartElement","features":[124]},{"name":"WsReadToStartElement","features":[1,124]},{"name":"WsReadType","features":[124]},{"name":"WsReadValue","features":[124]},{"name":"WsReadXmlBuffer","features":[124]},{"name":"WsReadXmlBufferFromBytes","features":[124]},{"name":"WsReceiveMessage","features":[1,124]},{"name":"WsRegisterOperationForCancel","features":[124]},{"name":"WsRemoveCustomHeader","features":[1,124]},{"name":"WsRemoveHeader","features":[124]},{"name":"WsRemoveMappedHeader","features":[1,124]},{"name":"WsRemoveNode","features":[124]},{"name":"WsRequestReply","features":[1,124]},{"name":"WsRequestSecurityToken","features":[124]},{"name":"WsResetChannel","features":[124]},{"name":"WsResetError","features":[124]},{"name":"WsResetHeap","features":[124]},{"name":"WsResetListener","features":[124]},{"name":"WsResetMessage","features":[124]},{"name":"WsResetMetadata","features":[124]},{"name":"WsResetServiceHost","features":[124]},{"name":"WsResetServiceProxy","features":[124]},{"name":"WsRevokeSecurityContext","features":[124]},{"name":"WsSendFaultMessageForError","features":[124]},{"name":"WsSendMessage","features":[1,124]},{"name":"WsSendReplyMessage","features":[1,124]},{"name":"WsSetChannelProperty","features":[124]},{"name":"WsSetErrorProperty","features":[124]},{"name":"WsSetFaultErrorDetail","features":[1,124]},{"name":"WsSetFaultErrorProperty","features":[124]},{"name":"WsSetHeader","features":[124]},{"name":"WsSetInput","features":[124]},{"name":"WsSetInputToBuffer","features":[124]},{"name":"WsSetListenerProperty","features":[124]},{"name":"WsSetMessageProperty","features":[124]},{"name":"WsSetOutput","features":[124]},{"name":"WsSetOutputToBuffer","features":[124]},{"name":"WsSetReaderPosition","features":[124]},{"name":"WsSetWriterPosition","features":[124]},{"name":"WsShutdownSessionChannel","features":[124]},{"name":"WsSkipNode","features":[124]},{"name":"WsStartReaderCanonicalization","features":[124]},{"name":"WsStartWriterCanonicalization","features":[124]},{"name":"WsTrimXmlWhitespace","features":[124]},{"name":"WsVerifyXmlNCName","features":[124]},{"name":"WsWriteArray","features":[1,124]},{"name":"WsWriteAttribute","features":[1,124]},{"name":"WsWriteBody","features":[1,124]},{"name":"WsWriteBytes","features":[124]},{"name":"WsWriteChars","features":[124]},{"name":"WsWriteCharsUtf8","features":[124]},{"name":"WsWriteElement","features":[1,124]},{"name":"WsWriteEndAttribute","features":[124]},{"name":"WsWriteEndCData","features":[124]},{"name":"WsWriteEndElement","features":[124]},{"name":"WsWriteEndStartElement","features":[124]},{"name":"WsWriteEnvelopeEnd","features":[124]},{"name":"WsWriteEnvelopeStart","features":[124]},{"name":"WsWriteMessageEnd","features":[124]},{"name":"WsWriteMessageStart","features":[124]},{"name":"WsWriteNode","features":[124]},{"name":"WsWriteQualifiedName","features":[1,124]},{"name":"WsWriteStartAttribute","features":[1,124]},{"name":"WsWriteStartCData","features":[124]},{"name":"WsWriteStartElement","features":[1,124]},{"name":"WsWriteText","features":[124]},{"name":"WsWriteType","features":[124]},{"name":"WsWriteValue","features":[124]},{"name":"WsWriteXmlBuffer","features":[124]},{"name":"WsWriteXmlBufferToBytes","features":[124]},{"name":"WsWriteXmlnsAttribute","features":[1,124]},{"name":"WsXmlStringEquals","features":[1,124]}],"488":[{"name":"ACCESS_ALLOWED_ACE","features":[5]},{"name":"ACCESS_ALLOWED_CALLBACK_ACE","features":[5]},{"name":"ACCESS_ALLOWED_CALLBACK_OBJECT_ACE","features":[5]},{"name":"ACCESS_ALLOWED_OBJECT_ACE","features":[5]},{"name":"ACCESS_DENIED_ACE","features":[5]},{"name":"ACCESS_DENIED_CALLBACK_ACE","features":[5]},{"name":"ACCESS_DENIED_CALLBACK_OBJECT_ACE","features":[5]},{"name":"ACCESS_DENIED_OBJECT_ACE","features":[5]},{"name":"ACCESS_REASONS","features":[5]},{"name":"ACE_FLAGS","features":[5]},{"name":"ACE_HEADER","features":[5]},{"name":"ACE_INHERITED_OBJECT_TYPE_PRESENT","features":[5]},{"name":"ACE_OBJECT_TYPE_PRESENT","features":[5]},{"name":"ACE_REVISION","features":[5]},{"name":"ACL","features":[5]},{"name":"ACL_INFORMATION_CLASS","features":[5]},{"name":"ACL_REVISION","features":[5]},{"name":"ACL_REVISION_DS","features":[5]},{"name":"ACL_REVISION_INFORMATION","features":[5]},{"name":"ACL_SIZE_INFORMATION","features":[5]},{"name":"ATTRIBUTE_SECURITY_INFORMATION","features":[5]},{"name":"AUDIT_EVENT_TYPE","features":[5]},{"name":"AccessCheck","features":[1,5]},{"name":"AccessCheckAndAuditAlarmA","features":[1,5]},{"name":"AccessCheckAndAuditAlarmW","features":[1,5]},{"name":"AccessCheckByType","features":[1,5]},{"name":"AccessCheckByTypeAndAuditAlarmA","features":[1,5]},{"name":"AccessCheckByTypeAndAuditAlarmW","features":[1,5]},{"name":"AccessCheckByTypeResultList","features":[1,5]},{"name":"AccessCheckByTypeResultListAndAuditAlarmA","features":[1,5]},{"name":"AccessCheckByTypeResultListAndAuditAlarmByHandleA","features":[1,5]},{"name":"AccessCheckByTypeResultListAndAuditAlarmByHandleW","features":[1,5]},{"name":"AccessCheckByTypeResultListAndAuditAlarmW","features":[1,5]},{"name":"AclRevisionInformation","features":[5]},{"name":"AclSizeInformation","features":[5]},{"name":"AddAccessAllowedAce","features":[1,5]},{"name":"AddAccessAllowedAceEx","features":[1,5]},{"name":"AddAccessAllowedObjectAce","features":[1,5]},{"name":"AddAccessDeniedAce","features":[1,5]},{"name":"AddAccessDeniedAceEx","features":[1,5]},{"name":"AddAccessDeniedObjectAce","features":[1,5]},{"name":"AddAce","features":[1,5]},{"name":"AddAuditAccessAce","features":[1,5]},{"name":"AddAuditAccessAceEx","features":[1,5]},{"name":"AddAuditAccessObjectAce","features":[1,5]},{"name":"AddConditionalAce","features":[1,5]},{"name":"AddMandatoryAce","features":[1,5]},{"name":"AddResourceAttributeAce","features":[1,5]},{"name":"AddScopedPolicyIDAce","features":[1,5]},{"name":"AdjustTokenGroups","features":[1,5]},{"name":"AdjustTokenPrivileges","features":[1,5]},{"name":"AllocateAndInitializeSid","features":[1,5]},{"name":"AllocateLocallyUniqueId","features":[1,5]},{"name":"AreAllAccessesGranted","features":[1,5]},{"name":"AreAnyAccessesGranted","features":[1,5]},{"name":"AuditEventDirectoryServiceAccess","features":[5]},{"name":"AuditEventObjectAccess","features":[5]},{"name":"BACKUP_SECURITY_INFORMATION","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_DISABLED","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_DISABLED_BY_DEFAULT","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_FLAGS","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_MANDATORY","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_NON_INHERITABLE","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_BOOLEAN","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_FQBN","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_INT64","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_OCTET_STRING","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_SID","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_STRING","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_UINT64","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_USE_FOR_DENY_ONLY","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_V1","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_VALUE_CASE_SENSITIVE","features":[5]},{"name":"CLAIM_SECURITY_ATTRIBUTE_VALUE_TYPE","features":[5]},{"name":"CONTAINER_INHERIT_ACE","features":[5]},{"name":"CREATE_RESTRICTED_TOKEN_FLAGS","features":[5]},{"name":"CVT_SECONDS","features":[5]},{"name":"CheckTokenCapability","features":[1,5]},{"name":"CheckTokenMembership","features":[1,5]},{"name":"CheckTokenMembershipEx","features":[1,5]},{"name":"ConvertToAutoInheritPrivateObjectSecurity","features":[1,5]},{"name":"CopySid","features":[1,5]},{"name":"CreatePrivateObjectSecurity","features":[1,5]},{"name":"CreatePrivateObjectSecurityEx","features":[1,5]},{"name":"CreatePrivateObjectSecurityWithMultipleInheritance","features":[1,5]},{"name":"CreateRestrictedToken","features":[1,5]},{"name":"CreateWellKnownSid","features":[1,5]},{"name":"DACL_SECURITY_INFORMATION","features":[5]},{"name":"DISABLE_MAX_PRIVILEGE","features":[5]},{"name":"DeleteAce","features":[1,5]},{"name":"DeriveCapabilitySidsFromName","features":[1,5]},{"name":"DestroyPrivateObjectSecurity","features":[1,5]},{"name":"DuplicateToken","features":[1,5]},{"name":"DuplicateTokenEx","features":[1,5]},{"name":"ENUM_PERIOD","features":[5]},{"name":"ENUM_PERIOD_DAYS","features":[5]},{"name":"ENUM_PERIOD_HOURS","features":[5]},{"name":"ENUM_PERIOD_INVALID","features":[5]},{"name":"ENUM_PERIOD_MINUTES","features":[5]},{"name":"ENUM_PERIOD_MONTHS","features":[5]},{"name":"ENUM_PERIOD_SECONDS","features":[5]},{"name":"ENUM_PERIOD_WEEKS","features":[5]},{"name":"ENUM_PERIOD_YEARS","features":[5]},{"name":"EqualDomainSid","features":[1,5]},{"name":"EqualPrefixSid","features":[1,5]},{"name":"EqualSid","features":[1,5]},{"name":"FAILED_ACCESS_ACE_FLAG","features":[5]},{"name":"FindFirstFreeAce","features":[1,5]},{"name":"FreeSid","features":[5]},{"name":"GENERIC_MAPPING","features":[5]},{"name":"GROUP_SECURITY_INFORMATION","features":[5]},{"name":"GetAce","features":[1,5]},{"name":"GetAclInformation","features":[1,5]},{"name":"GetAppContainerAce","features":[1,5]},{"name":"GetCachedSigningLevel","features":[1,5]},{"name":"GetFileSecurityA","features":[1,5]},{"name":"GetFileSecurityW","features":[1,5]},{"name":"GetKernelObjectSecurity","features":[1,5]},{"name":"GetLengthSid","features":[5]},{"name":"GetPrivateObjectSecurity","features":[1,5]},{"name":"GetSecurityDescriptorControl","features":[1,5]},{"name":"GetSecurityDescriptorDacl","features":[1,5]},{"name":"GetSecurityDescriptorGroup","features":[1,5]},{"name":"GetSecurityDescriptorLength","features":[5]},{"name":"GetSecurityDescriptorOwner","features":[1,5]},{"name":"GetSecurityDescriptorRMControl","features":[5]},{"name":"GetSecurityDescriptorSacl","features":[1,5]},{"name":"GetSidIdentifierAuthority","features":[5]},{"name":"GetSidLengthRequired","features":[5]},{"name":"GetSidSubAuthority","features":[5]},{"name":"GetSidSubAuthorityCount","features":[5]},{"name":"GetTokenInformation","features":[1,5]},{"name":"GetUserObjectSecurity","features":[1,5]},{"name":"GetWindowsAccountDomainSid","features":[1,5]},{"name":"INHERITED_ACE","features":[5]},{"name":"INHERIT_NO_PROPAGATE","features":[5]},{"name":"INHERIT_ONLY","features":[5]},{"name":"INHERIT_ONLY_ACE","features":[5]},{"name":"ImpersonateAnonymousToken","features":[1,5]},{"name":"ImpersonateLoggedOnUser","features":[1,5]},{"name":"ImpersonateSelf","features":[1,5]},{"name":"InitializeAcl","features":[1,5]},{"name":"InitializeSecurityDescriptor","features":[1,5]},{"name":"InitializeSid","features":[1,5]},{"name":"IsTokenRestricted","features":[1,5]},{"name":"IsValidAcl","features":[1,5]},{"name":"IsValidSecurityDescriptor","features":[1,5]},{"name":"IsValidSid","features":[1,5]},{"name":"IsWellKnownSid","features":[1,5]},{"name":"LABEL_SECURITY_INFORMATION","features":[5]},{"name":"LLFILETIME","features":[1,5]},{"name":"LOGON32_LOGON","features":[5]},{"name":"LOGON32_LOGON_BATCH","features":[5]},{"name":"LOGON32_LOGON_INTERACTIVE","features":[5]},{"name":"LOGON32_LOGON_NETWORK","features":[5]},{"name":"LOGON32_LOGON_NETWORK_CLEARTEXT","features":[5]},{"name":"LOGON32_LOGON_NEW_CREDENTIALS","features":[5]},{"name":"LOGON32_LOGON_SERVICE","features":[5]},{"name":"LOGON32_LOGON_UNLOCK","features":[5]},{"name":"LOGON32_PROVIDER","features":[5]},{"name":"LOGON32_PROVIDER_DEFAULT","features":[5]},{"name":"LOGON32_PROVIDER_WINNT40","features":[5]},{"name":"LOGON32_PROVIDER_WINNT50","features":[5]},{"name":"LUA_TOKEN","features":[5]},{"name":"LUID_AND_ATTRIBUTES","features":[1,5]},{"name":"LogonUserA","features":[1,5]},{"name":"LogonUserExA","features":[1,5]},{"name":"LogonUserExW","features":[1,5]},{"name":"LogonUserW","features":[1,5]},{"name":"LookupAccountNameA","features":[1,5]},{"name":"LookupAccountNameW","features":[1,5]},{"name":"LookupAccountSidA","features":[1,5]},{"name":"LookupAccountSidW","features":[1,5]},{"name":"LookupPrivilegeDisplayNameA","features":[1,5]},{"name":"LookupPrivilegeDisplayNameW","features":[1,5]},{"name":"LookupPrivilegeNameA","features":[1,5]},{"name":"LookupPrivilegeNameW","features":[1,5]},{"name":"LookupPrivilegeValueA","features":[1,5]},{"name":"LookupPrivilegeValueW","features":[1,5]},{"name":"MANDATORY_LEVEL","features":[5]},{"name":"MakeAbsoluteSD","features":[1,5]},{"name":"MakeSelfRelativeSD","features":[1,5]},{"name":"MandatoryLevelCount","features":[5]},{"name":"MandatoryLevelHigh","features":[5]},{"name":"MandatoryLevelLow","features":[5]},{"name":"MandatoryLevelMedium","features":[5]},{"name":"MandatoryLevelSecureProcess","features":[5]},{"name":"MandatoryLevelSystem","features":[5]},{"name":"MandatoryLevelUntrusted","features":[5]},{"name":"MapGenericMask","features":[5]},{"name":"MaxTokenInfoClass","features":[5]},{"name":"NCRYPT_DESCRIPTOR_HANDLE","features":[5]},{"name":"NCRYPT_STREAM_HANDLE","features":[5]},{"name":"NO_INHERITANCE","features":[5]},{"name":"NO_PROPAGATE_INHERIT_ACE","features":[5]},{"name":"OBJECT_INHERIT_ACE","features":[5]},{"name":"OBJECT_SECURITY_INFORMATION","features":[5]},{"name":"OBJECT_TYPE_LIST","features":[5]},{"name":"OWNER_SECURITY_INFORMATION","features":[5]},{"name":"ObjectCloseAuditAlarmA","features":[1,5]},{"name":"ObjectCloseAuditAlarmW","features":[1,5]},{"name":"ObjectDeleteAuditAlarmA","features":[1,5]},{"name":"ObjectDeleteAuditAlarmW","features":[1,5]},{"name":"ObjectOpenAuditAlarmA","features":[1,5]},{"name":"ObjectOpenAuditAlarmW","features":[1,5]},{"name":"ObjectPrivilegeAuditAlarmA","features":[1,5]},{"name":"ObjectPrivilegeAuditAlarmW","features":[1,5]},{"name":"PLSA_AP_CALL_PACKAGE_UNTRUSTED","features":[1,5]},{"name":"PRIVILEGE_SET","features":[1,5]},{"name":"PROTECTED_DACL_SECURITY_INFORMATION","features":[5]},{"name":"PROTECTED_SACL_SECURITY_INFORMATION","features":[5]},{"name":"PSECURITY_DESCRIPTOR","features":[5]},{"name":"PSID","features":[5]},{"name":"PrivilegeCheck","features":[1,5]},{"name":"PrivilegedServiceAuditAlarmA","features":[1,5]},{"name":"PrivilegedServiceAuditAlarmW","features":[1,5]},{"name":"QUOTA_LIMITS","features":[5]},{"name":"QuerySecurityAccessMask","features":[5]},{"name":"RevertToSelf","features":[1,5]},{"name":"RtlConvertSidToUnicodeString","features":[1,5]},{"name":"RtlNormalizeSecurityDescriptor","features":[1,5]},{"name":"SACL_SECURITY_INFORMATION","features":[5]},{"name":"SAFER_LEVEL_HANDLE","features":[5]},{"name":"SANDBOX_INERT","features":[5]},{"name":"SCOPE_SECURITY_INFORMATION","features":[5]},{"name":"SECURITY_APP_PACKAGE_AUTHORITY","features":[5]},{"name":"SECURITY_ATTRIBUTES","features":[1,5]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY","features":[5]},{"name":"SECURITY_AUTO_INHERIT_FLAGS","features":[5]},{"name":"SECURITY_CAPABILITIES","features":[5]},{"name":"SECURITY_CREATOR_SID_AUTHORITY","features":[5]},{"name":"SECURITY_DESCRIPTOR","features":[5]},{"name":"SECURITY_DESCRIPTOR_CONTROL","features":[5]},{"name":"SECURITY_DESCRIPTOR_RELATIVE","features":[5]},{"name":"SECURITY_DYNAMIC_TRACKING","features":[1,5]},{"name":"SECURITY_IMPERSONATION_LEVEL","features":[5]},{"name":"SECURITY_LOCAL_SID_AUTHORITY","features":[5]},{"name":"SECURITY_MANDATORY_LABEL_AUTHORITY","features":[5]},{"name":"SECURITY_MAX_SID_SIZE","features":[5]},{"name":"SECURITY_NON_UNIQUE_AUTHORITY","features":[5]},{"name":"SECURITY_NT_AUTHORITY","features":[5]},{"name":"SECURITY_NULL_SID_AUTHORITY","features":[5]},{"name":"SECURITY_PROCESS_TRUST_AUTHORITY","features":[5]},{"name":"SECURITY_QUALITY_OF_SERVICE","features":[1,5]},{"name":"SECURITY_RESOURCE_MANAGER_AUTHORITY","features":[5]},{"name":"SECURITY_SCOPED_POLICY_ID_AUTHORITY","features":[5]},{"name":"SECURITY_STATIC_TRACKING","features":[1,5]},{"name":"SECURITY_WORLD_SID_AUTHORITY","features":[5]},{"name":"SEC_THREAD_START","features":[5]},{"name":"SEF_AVOID_OWNER_CHECK","features":[5]},{"name":"SEF_AVOID_OWNER_RESTRICTION","features":[5]},{"name":"SEF_AVOID_PRIVILEGE_CHECK","features":[5]},{"name":"SEF_DACL_AUTO_INHERIT","features":[5]},{"name":"SEF_DEFAULT_DESCRIPTOR_FOR_OBJECT","features":[5]},{"name":"SEF_DEFAULT_GROUP_FROM_PARENT","features":[5]},{"name":"SEF_DEFAULT_OWNER_FROM_PARENT","features":[5]},{"name":"SEF_MACL_NO_EXECUTE_UP","features":[5]},{"name":"SEF_MACL_NO_READ_UP","features":[5]},{"name":"SEF_MACL_NO_WRITE_UP","features":[5]},{"name":"SEF_SACL_AUTO_INHERIT","features":[5]},{"name":"SE_ACCESS_REPLY","features":[1,5]},{"name":"SE_ACCESS_REQUEST","features":[5]},{"name":"SE_ASSIGNPRIMARYTOKEN_NAME","features":[5]},{"name":"SE_AUDIT_NAME","features":[5]},{"name":"SE_BACKUP_NAME","features":[5]},{"name":"SE_CHANGE_NOTIFY_NAME","features":[5]},{"name":"SE_CREATE_GLOBAL_NAME","features":[5]},{"name":"SE_CREATE_PAGEFILE_NAME","features":[5]},{"name":"SE_CREATE_PERMANENT_NAME","features":[5]},{"name":"SE_CREATE_SYMBOLIC_LINK_NAME","features":[5]},{"name":"SE_CREATE_TOKEN_NAME","features":[5]},{"name":"SE_DACL_AUTO_INHERITED","features":[5]},{"name":"SE_DACL_AUTO_INHERIT_REQ","features":[5]},{"name":"SE_DACL_DEFAULTED","features":[5]},{"name":"SE_DACL_PRESENT","features":[5]},{"name":"SE_DACL_PROTECTED","features":[5]},{"name":"SE_DEBUG_NAME","features":[5]},{"name":"SE_DELEGATE_SESSION_USER_IMPERSONATE_NAME","features":[5]},{"name":"SE_ENABLE_DELEGATION_NAME","features":[5]},{"name":"SE_GROUP_DEFAULTED","features":[5]},{"name":"SE_IMPERSONATE_NAME","features":[5]},{"name":"SE_IMPERSONATION_STATE","features":[1,5]},{"name":"SE_INCREASE_QUOTA_NAME","features":[5]},{"name":"SE_INC_BASE_PRIORITY_NAME","features":[5]},{"name":"SE_INC_WORKING_SET_NAME","features":[5]},{"name":"SE_LOAD_DRIVER_NAME","features":[5]},{"name":"SE_LOCK_MEMORY_NAME","features":[5]},{"name":"SE_MACHINE_ACCOUNT_NAME","features":[5]},{"name":"SE_MANAGE_VOLUME_NAME","features":[5]},{"name":"SE_OWNER_DEFAULTED","features":[5]},{"name":"SE_PRIVILEGE_ENABLED","features":[5]},{"name":"SE_PRIVILEGE_ENABLED_BY_DEFAULT","features":[5]},{"name":"SE_PRIVILEGE_REMOVED","features":[5]},{"name":"SE_PRIVILEGE_USED_FOR_ACCESS","features":[5]},{"name":"SE_PROF_SINGLE_PROCESS_NAME","features":[5]},{"name":"SE_RELABEL_NAME","features":[5]},{"name":"SE_REMOTE_SHUTDOWN_NAME","features":[5]},{"name":"SE_RESTORE_NAME","features":[5]},{"name":"SE_RM_CONTROL_VALID","features":[5]},{"name":"SE_SACL_AUTO_INHERITED","features":[5]},{"name":"SE_SACL_AUTO_INHERIT_REQ","features":[5]},{"name":"SE_SACL_DEFAULTED","features":[5]},{"name":"SE_SACL_PRESENT","features":[5]},{"name":"SE_SACL_PROTECTED","features":[5]},{"name":"SE_SECURITY_DESCRIPTOR","features":[5]},{"name":"SE_SECURITY_NAME","features":[5]},{"name":"SE_SELF_RELATIVE","features":[5]},{"name":"SE_SHUTDOWN_NAME","features":[5]},{"name":"SE_SID","features":[5]},{"name":"SE_SYNC_AGENT_NAME","features":[5]},{"name":"SE_SYSTEMTIME_NAME","features":[5]},{"name":"SE_SYSTEM_ENVIRONMENT_NAME","features":[5]},{"name":"SE_SYSTEM_PROFILE_NAME","features":[5]},{"name":"SE_TAKE_OWNERSHIP_NAME","features":[5]},{"name":"SE_TCB_NAME","features":[5]},{"name":"SE_TIME_ZONE_NAME","features":[5]},{"name":"SE_TRUSTED_CREDMAN_ACCESS_NAME","features":[5]},{"name":"SE_UNDOCK_NAME","features":[5]},{"name":"SE_UNSOLICITED_INPUT_NAME","features":[5]},{"name":"SID","features":[5]},{"name":"SID_AND_ATTRIBUTES","features":[5]},{"name":"SID_AND_ATTRIBUTES_HASH","features":[5]},{"name":"SID_IDENTIFIER_AUTHORITY","features":[5]},{"name":"SID_NAME_USE","features":[5]},{"name":"SIGNING_LEVEL_FILE_CACHE_FLAG_NOT_VALIDATED","features":[5]},{"name":"SIGNING_LEVEL_FILE_CACHE_FLAG_VALIDATE_ONLY","features":[5]},{"name":"SIGNING_LEVEL_MICROSOFT","features":[5]},{"name":"SUB_CONTAINERS_AND_OBJECTS_INHERIT","features":[5]},{"name":"SUB_CONTAINERS_ONLY_INHERIT","features":[5]},{"name":"SUB_OBJECTS_ONLY_INHERIT","features":[5]},{"name":"SUCCESSFUL_ACCESS_ACE_FLAG","features":[5]},{"name":"SYSTEM_ACCESS_FILTER_ACE","features":[5]},{"name":"SYSTEM_ALARM_ACE","features":[5]},{"name":"SYSTEM_ALARM_CALLBACK_ACE","features":[5]},{"name":"SYSTEM_ALARM_CALLBACK_OBJECT_ACE","features":[5]},{"name":"SYSTEM_ALARM_OBJECT_ACE","features":[5]},{"name":"SYSTEM_AUDIT_ACE","features":[5]},{"name":"SYSTEM_AUDIT_CALLBACK_ACE","features":[5]},{"name":"SYSTEM_AUDIT_CALLBACK_OBJECT_ACE","features":[5]},{"name":"SYSTEM_AUDIT_OBJECT_ACE","features":[5]},{"name":"SYSTEM_AUDIT_OBJECT_ACE_FLAGS","features":[5]},{"name":"SYSTEM_MANDATORY_LABEL_ACE","features":[5]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE","features":[5]},{"name":"SYSTEM_RESOURCE_ATTRIBUTE_ACE","features":[5]},{"name":"SYSTEM_SCOPED_POLICY_ID_ACE","features":[5]},{"name":"SecurityAnonymous","features":[5]},{"name":"SecurityDelegation","features":[5]},{"name":"SecurityIdentification","features":[5]},{"name":"SecurityImpersonation","features":[5]},{"name":"SetAclInformation","features":[1,5]},{"name":"SetCachedSigningLevel","features":[1,5]},{"name":"SetFileSecurityA","features":[1,5]},{"name":"SetFileSecurityW","features":[1,5]},{"name":"SetKernelObjectSecurity","features":[1,5]},{"name":"SetPrivateObjectSecurity","features":[1,5]},{"name":"SetPrivateObjectSecurityEx","features":[1,5]},{"name":"SetSecurityAccessMask","features":[5]},{"name":"SetSecurityDescriptorControl","features":[1,5]},{"name":"SetSecurityDescriptorDacl","features":[1,5]},{"name":"SetSecurityDescriptorGroup","features":[1,5]},{"name":"SetSecurityDescriptorOwner","features":[1,5]},{"name":"SetSecurityDescriptorRMControl","features":[5]},{"name":"SetSecurityDescriptorSacl","features":[1,5]},{"name":"SetTokenInformation","features":[1,5]},{"name":"SetUserObjectSecurity","features":[1,5]},{"name":"SidTypeAlias","features":[5]},{"name":"SidTypeComputer","features":[5]},{"name":"SidTypeDeletedAccount","features":[5]},{"name":"SidTypeDomain","features":[5]},{"name":"SidTypeGroup","features":[5]},{"name":"SidTypeInvalid","features":[5]},{"name":"SidTypeLabel","features":[5]},{"name":"SidTypeLogonSession","features":[5]},{"name":"SidTypeUnknown","features":[5]},{"name":"SidTypeUser","features":[5]},{"name":"SidTypeWellKnownGroup","features":[5]},{"name":"TOKEN_ACCESS_INFORMATION","features":[1,5]},{"name":"TOKEN_ACCESS_MASK","features":[5]},{"name":"TOKEN_ACCESS_PSEUDO_HANDLE","features":[5]},{"name":"TOKEN_ACCESS_PSEUDO_HANDLE_WIN8","features":[5]},{"name":"TOKEN_ACCESS_SYSTEM_SECURITY","features":[5]},{"name":"TOKEN_ADJUST_DEFAULT","features":[5]},{"name":"TOKEN_ADJUST_GROUPS","features":[5]},{"name":"TOKEN_ADJUST_PRIVILEGES","features":[5]},{"name":"TOKEN_ADJUST_SESSIONID","features":[5]},{"name":"TOKEN_ALL_ACCESS","features":[5]},{"name":"TOKEN_APPCONTAINER_INFORMATION","features":[5]},{"name":"TOKEN_ASSIGN_PRIMARY","features":[5]},{"name":"TOKEN_AUDIT_POLICY","features":[5]},{"name":"TOKEN_CONTROL","features":[1,5]},{"name":"TOKEN_DEFAULT_DACL","features":[5]},{"name":"TOKEN_DELETE","features":[5]},{"name":"TOKEN_DEVICE_CLAIMS","features":[5]},{"name":"TOKEN_DUPLICATE","features":[5]},{"name":"TOKEN_ELEVATION","features":[5]},{"name":"TOKEN_ELEVATION_TYPE","features":[5]},{"name":"TOKEN_EXECUTE","features":[5]},{"name":"TOKEN_GROUPS","features":[5]},{"name":"TOKEN_GROUPS_AND_PRIVILEGES","features":[1,5]},{"name":"TOKEN_IMPERSONATE","features":[5]},{"name":"TOKEN_INFORMATION_CLASS","features":[5]},{"name":"TOKEN_LINKED_TOKEN","features":[1,5]},{"name":"TOKEN_MANDATORY_LABEL","features":[5]},{"name":"TOKEN_MANDATORY_POLICY","features":[5]},{"name":"TOKEN_MANDATORY_POLICY_ID","features":[5]},{"name":"TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN","features":[5]},{"name":"TOKEN_MANDATORY_POLICY_NO_WRITE_UP","features":[5]},{"name":"TOKEN_MANDATORY_POLICY_OFF","features":[5]},{"name":"TOKEN_MANDATORY_POLICY_VALID_MASK","features":[5]},{"name":"TOKEN_ORIGIN","features":[1,5]},{"name":"TOKEN_OWNER","features":[5]},{"name":"TOKEN_PRIMARY_GROUP","features":[5]},{"name":"TOKEN_PRIVILEGES","features":[1,5]},{"name":"TOKEN_PRIVILEGES_ATTRIBUTES","features":[5]},{"name":"TOKEN_QUERY","features":[5]},{"name":"TOKEN_QUERY_SOURCE","features":[5]},{"name":"TOKEN_READ","features":[5]},{"name":"TOKEN_READ_CONTROL","features":[5]},{"name":"TOKEN_SOURCE","features":[1,5]},{"name":"TOKEN_STATISTICS","features":[1,5]},{"name":"TOKEN_TRUST_CONSTRAINT_MASK","features":[5]},{"name":"TOKEN_TYPE","features":[5]},{"name":"TOKEN_USER","features":[5]},{"name":"TOKEN_USER_CLAIMS","features":[5]},{"name":"TOKEN_WRITE","features":[5]},{"name":"TOKEN_WRITE_DAC","features":[5]},{"name":"TOKEN_WRITE_OWNER","features":[5]},{"name":"TokenAccessInformation","features":[5]},{"name":"TokenAppContainerNumber","features":[5]},{"name":"TokenAppContainerSid","features":[5]},{"name":"TokenAuditPolicy","features":[5]},{"name":"TokenBnoIsolation","features":[5]},{"name":"TokenCapabilities","features":[5]},{"name":"TokenChildProcessFlags","features":[5]},{"name":"TokenDefaultDacl","features":[5]},{"name":"TokenDeviceClaimAttributes","features":[5]},{"name":"TokenDeviceGroups","features":[5]},{"name":"TokenElevation","features":[5]},{"name":"TokenElevationType","features":[5]},{"name":"TokenElevationTypeDefault","features":[5]},{"name":"TokenElevationTypeFull","features":[5]},{"name":"TokenElevationTypeLimited","features":[5]},{"name":"TokenGroups","features":[5]},{"name":"TokenGroupsAndPrivileges","features":[5]},{"name":"TokenHasRestrictions","features":[5]},{"name":"TokenImpersonation","features":[5]},{"name":"TokenImpersonationLevel","features":[5]},{"name":"TokenIntegrityLevel","features":[5]},{"name":"TokenIsAppContainer","features":[5]},{"name":"TokenIsAppSilo","features":[5]},{"name":"TokenIsLessPrivilegedAppContainer","features":[5]},{"name":"TokenIsRestricted","features":[5]},{"name":"TokenIsSandboxed","features":[5]},{"name":"TokenLinkedToken","features":[5]},{"name":"TokenLogonSid","features":[5]},{"name":"TokenMandatoryPolicy","features":[5]},{"name":"TokenOrigin","features":[5]},{"name":"TokenOwner","features":[5]},{"name":"TokenPrimary","features":[5]},{"name":"TokenPrimaryGroup","features":[5]},{"name":"TokenPrivateNameSpace","features":[5]},{"name":"TokenPrivileges","features":[5]},{"name":"TokenProcessTrustLevel","features":[5]},{"name":"TokenRestrictedDeviceClaimAttributes","features":[5]},{"name":"TokenRestrictedDeviceGroups","features":[5]},{"name":"TokenRestrictedSids","features":[5]},{"name":"TokenRestrictedUserClaimAttributes","features":[5]},{"name":"TokenSandBoxInert","features":[5]},{"name":"TokenSecurityAttributes","features":[5]},{"name":"TokenSessionId","features":[5]},{"name":"TokenSessionReference","features":[5]},{"name":"TokenSingletonAttributes","features":[5]},{"name":"TokenSource","features":[5]},{"name":"TokenStatistics","features":[5]},{"name":"TokenType","features":[5]},{"name":"TokenUIAccess","features":[5]},{"name":"TokenUser","features":[5]},{"name":"TokenUserClaimAttributes","features":[5]},{"name":"TokenVirtualizationAllowed","features":[5]},{"name":"TokenVirtualizationEnabled","features":[5]},{"name":"UNPROTECTED_DACL_SECURITY_INFORMATION","features":[5]},{"name":"UNPROTECTED_SACL_SECURITY_INFORMATION","features":[5]},{"name":"WELL_KNOWN_SID_TYPE","features":[5]},{"name":"WRITE_RESTRICTED","features":[5]},{"name":"WinAccountAdministratorSid","features":[5]},{"name":"WinAccountCertAdminsSid","features":[5]},{"name":"WinAccountCloneableControllersSid","features":[5]},{"name":"WinAccountComputersSid","features":[5]},{"name":"WinAccountControllersSid","features":[5]},{"name":"WinAccountDefaultSystemManagedSid","features":[5]},{"name":"WinAccountDomainAdminsSid","features":[5]},{"name":"WinAccountDomainGuestsSid","features":[5]},{"name":"WinAccountDomainUsersSid","features":[5]},{"name":"WinAccountEnterpriseAdminsSid","features":[5]},{"name":"WinAccountEnterpriseKeyAdminsSid","features":[5]},{"name":"WinAccountGuestSid","features":[5]},{"name":"WinAccountKeyAdminsSid","features":[5]},{"name":"WinAccountKrbtgtSid","features":[5]},{"name":"WinAccountPolicyAdminsSid","features":[5]},{"name":"WinAccountProtectedUsersSid","features":[5]},{"name":"WinAccountRasAndIasServersSid","features":[5]},{"name":"WinAccountReadonlyControllersSid","features":[5]},{"name":"WinAccountSchemaAdminsSid","features":[5]},{"name":"WinAnonymousSid","features":[5]},{"name":"WinApplicationPackageAuthoritySid","features":[5]},{"name":"WinAuthenticatedUserSid","features":[5]},{"name":"WinAuthenticationAuthorityAssertedSid","features":[5]},{"name":"WinAuthenticationFreshKeyAuthSid","features":[5]},{"name":"WinAuthenticationKeyPropertyAttestationSid","features":[5]},{"name":"WinAuthenticationKeyPropertyMFASid","features":[5]},{"name":"WinAuthenticationKeyTrustSid","features":[5]},{"name":"WinAuthenticationServiceAssertedSid","features":[5]},{"name":"WinBatchSid","features":[5]},{"name":"WinBuiltinAccessControlAssistanceOperatorsSid","features":[5]},{"name":"WinBuiltinAccountOperatorsSid","features":[5]},{"name":"WinBuiltinAdministratorsSid","features":[5]},{"name":"WinBuiltinAnyPackageSid","features":[5]},{"name":"WinBuiltinAuthorizationAccessSid","features":[5]},{"name":"WinBuiltinBackupOperatorsSid","features":[5]},{"name":"WinBuiltinCertSvcDComAccessGroup","features":[5]},{"name":"WinBuiltinCryptoOperatorsSid","features":[5]},{"name":"WinBuiltinDCOMUsersSid","features":[5]},{"name":"WinBuiltinDefaultSystemManagedGroupSid","features":[5]},{"name":"WinBuiltinDeviceOwnersSid","features":[5]},{"name":"WinBuiltinDomainSid","features":[5]},{"name":"WinBuiltinEventLogReadersGroup","features":[5]},{"name":"WinBuiltinGuestsSid","features":[5]},{"name":"WinBuiltinHyperVAdminsSid","features":[5]},{"name":"WinBuiltinIUsersSid","features":[5]},{"name":"WinBuiltinIncomingForestTrustBuildersSid","features":[5]},{"name":"WinBuiltinNetworkConfigurationOperatorsSid","features":[5]},{"name":"WinBuiltinPerfLoggingUsersSid","features":[5]},{"name":"WinBuiltinPerfMonitoringUsersSid","features":[5]},{"name":"WinBuiltinPowerUsersSid","features":[5]},{"name":"WinBuiltinPreWindows2000CompatibleAccessSid","features":[5]},{"name":"WinBuiltinPrintOperatorsSid","features":[5]},{"name":"WinBuiltinRDSEndpointServersSid","features":[5]},{"name":"WinBuiltinRDSManagementServersSid","features":[5]},{"name":"WinBuiltinRDSRemoteAccessServersSid","features":[5]},{"name":"WinBuiltinRemoteDesktopUsersSid","features":[5]},{"name":"WinBuiltinRemoteManagementUsersSid","features":[5]},{"name":"WinBuiltinReplicatorSid","features":[5]},{"name":"WinBuiltinStorageReplicaAdminsSid","features":[5]},{"name":"WinBuiltinSystemOperatorsSid","features":[5]},{"name":"WinBuiltinTerminalServerLicenseServersSid","features":[5]},{"name":"WinBuiltinUsersSid","features":[5]},{"name":"WinCacheablePrincipalsGroupSid","features":[5]},{"name":"WinCapabilityAppointmentsSid","features":[5]},{"name":"WinCapabilityContactsSid","features":[5]},{"name":"WinCapabilityDocumentsLibrarySid","features":[5]},{"name":"WinCapabilityEnterpriseAuthenticationSid","features":[5]},{"name":"WinCapabilityInternetClientServerSid","features":[5]},{"name":"WinCapabilityInternetClientSid","features":[5]},{"name":"WinCapabilityMusicLibrarySid","features":[5]},{"name":"WinCapabilityPicturesLibrarySid","features":[5]},{"name":"WinCapabilityPrivateNetworkClientServerSid","features":[5]},{"name":"WinCapabilityRemovableStorageSid","features":[5]},{"name":"WinCapabilitySharedUserCertificatesSid","features":[5]},{"name":"WinCapabilityVideosLibrarySid","features":[5]},{"name":"WinConsoleLogonSid","features":[5]},{"name":"WinCreatorGroupServerSid","features":[5]},{"name":"WinCreatorGroupSid","features":[5]},{"name":"WinCreatorOwnerRightsSid","features":[5]},{"name":"WinCreatorOwnerServerSid","features":[5]},{"name":"WinCreatorOwnerSid","features":[5]},{"name":"WinDialupSid","features":[5]},{"name":"WinDigestAuthenticationSid","features":[5]},{"name":"WinEnterpriseControllersSid","features":[5]},{"name":"WinEnterpriseReadonlyControllersSid","features":[5]},{"name":"WinHighLabelSid","features":[5]},{"name":"WinIUserSid","features":[5]},{"name":"WinInteractiveSid","features":[5]},{"name":"WinLocalAccountAndAdministratorSid","features":[5]},{"name":"WinLocalAccountSid","features":[5]},{"name":"WinLocalLogonSid","features":[5]},{"name":"WinLocalServiceSid","features":[5]},{"name":"WinLocalSid","features":[5]},{"name":"WinLocalSystemSid","features":[5]},{"name":"WinLogonIdsSid","features":[5]},{"name":"WinLowLabelSid","features":[5]},{"name":"WinMediumLabelSid","features":[5]},{"name":"WinMediumPlusLabelSid","features":[5]},{"name":"WinNTLMAuthenticationSid","features":[5]},{"name":"WinNetworkServiceSid","features":[5]},{"name":"WinNetworkSid","features":[5]},{"name":"WinNewEnterpriseReadonlyControllersSid","features":[5]},{"name":"WinNonCacheablePrincipalsGroupSid","features":[5]},{"name":"WinNtAuthoritySid","features":[5]},{"name":"WinNullSid","features":[5]},{"name":"WinOtherOrganizationSid","features":[5]},{"name":"WinProxySid","features":[5]},{"name":"WinRemoteLogonIdSid","features":[5]},{"name":"WinRestrictedCodeSid","features":[5]},{"name":"WinSChannelAuthenticationSid","features":[5]},{"name":"WinSelfSid","features":[5]},{"name":"WinServiceSid","features":[5]},{"name":"WinSystemLabelSid","features":[5]},{"name":"WinTerminalServerSid","features":[5]},{"name":"WinThisOrganizationCertificateSid","features":[5]},{"name":"WinThisOrganizationSid","features":[5]},{"name":"WinUntrustedLabelSid","features":[5]},{"name":"WinUserModeDriversSid","features":[5]},{"name":"WinWorldSid","features":[5]},{"name":"WinWriteRestrictedCodeSid","features":[5]},{"name":"cwcFILENAMESUFFIXMAX","features":[5]},{"name":"cwcHRESULTSTRING","features":[5]},{"name":"szLBRACE","features":[5]},{"name":"szLPAREN","features":[5]},{"name":"szRBRACE","features":[5]},{"name":"szRPAREN","features":[5]},{"name":"wszCERTENROLLSHAREPATH","features":[5]},{"name":"wszFCSAPARM_CERTFILENAMESUFFIX","features":[5]},{"name":"wszFCSAPARM_CONFIGDN","features":[5]},{"name":"wszFCSAPARM_CRLDELTAFILENAMESUFFIX","features":[5]},{"name":"wszFCSAPARM_CRLFILENAMESUFFIX","features":[5]},{"name":"wszFCSAPARM_DOMAINDN","features":[5]},{"name":"wszFCSAPARM_DSCACERTATTRIBUTE","features":[5]},{"name":"wszFCSAPARM_DSCRLATTRIBUTE","features":[5]},{"name":"wszFCSAPARM_DSCROSSCERTPAIRATTRIBUTE","features":[5]},{"name":"wszFCSAPARM_DSKRACERTATTRIBUTE","features":[5]},{"name":"wszFCSAPARM_DSUSERCERTATTRIBUTE","features":[5]},{"name":"wszFCSAPARM_SANITIZEDCANAME","features":[5]},{"name":"wszFCSAPARM_SANITIZEDCANAMEHASH","features":[5]},{"name":"wszFCSAPARM_SERVERDNSNAME","features":[5]},{"name":"wszFCSAPARM_SERVERSHORTNAME","features":[5]},{"name":"wszLBRACE","features":[5]},{"name":"wszLPAREN","features":[5]},{"name":"wszRBRACE","features":[5]},{"name":"wszRPAREN","features":[5]}],"489":[{"name":"SAFER_CODE_PROPERTIES_V1","features":[1,125,75]},{"name":"SAFER_CODE_PROPERTIES_V2","features":[1,125,75]},{"name":"SAFER_COMPUTE_TOKEN_FROM_LEVEL_FLAGS","features":[125]},{"name":"SAFER_CRITERIA_APPX_PACKAGE","features":[125]},{"name":"SAFER_CRITERIA_AUTHENTICODE","features":[125]},{"name":"SAFER_CRITERIA_IMAGEHASH","features":[125]},{"name":"SAFER_CRITERIA_IMAGEPATH","features":[125]},{"name":"SAFER_CRITERIA_IMAGEPATH_NT","features":[125]},{"name":"SAFER_CRITERIA_NOSIGNEDHASH","features":[125]},{"name":"SAFER_CRITERIA_URLZONE","features":[125]},{"name":"SAFER_HASH_IDENTIFICATION","features":[1,125,75]},{"name":"SAFER_HASH_IDENTIFICATION2","features":[1,125,75]},{"name":"SAFER_IDENTIFICATION_HEADER","features":[1,125]},{"name":"SAFER_IDENTIFICATION_TYPES","features":[125]},{"name":"SAFER_LEVELID_CONSTRAINED","features":[125]},{"name":"SAFER_LEVELID_DISALLOWED","features":[125]},{"name":"SAFER_LEVELID_FULLYTRUSTED","features":[125]},{"name":"SAFER_LEVELID_NORMALUSER","features":[125]},{"name":"SAFER_LEVELID_UNTRUSTED","features":[125]},{"name":"SAFER_LEVEL_OPEN","features":[125]},{"name":"SAFER_MAX_DESCRIPTION_SIZE","features":[125]},{"name":"SAFER_MAX_FRIENDLYNAME_SIZE","features":[125]},{"name":"SAFER_MAX_HASH_SIZE","features":[125]},{"name":"SAFER_OBJECT_INFO_CLASS","features":[125]},{"name":"SAFER_PATHNAME_IDENTIFICATION","features":[1,125]},{"name":"SAFER_POLICY_BLOCK_CLIENT_UI","features":[125]},{"name":"SAFER_POLICY_HASH_DUPLICATE","features":[125]},{"name":"SAFER_POLICY_INFO_CLASS","features":[125]},{"name":"SAFER_POLICY_JOBID_CONSTRAINED","features":[125]},{"name":"SAFER_POLICY_JOBID_MASK","features":[125]},{"name":"SAFER_POLICY_JOBID_UNTRUSTED","features":[125]},{"name":"SAFER_POLICY_ONLY_AUDIT","features":[125]},{"name":"SAFER_POLICY_ONLY_EXES","features":[125]},{"name":"SAFER_POLICY_SANDBOX_INERT","features":[125]},{"name":"SAFER_POLICY_UIFLAGS_HIDDEN","features":[125]},{"name":"SAFER_POLICY_UIFLAGS_INFORMATION_PROMPT","features":[125]},{"name":"SAFER_POLICY_UIFLAGS_MASK","features":[125]},{"name":"SAFER_POLICY_UIFLAGS_OPTION_PROMPT","features":[125]},{"name":"SAFER_SCOPEID_MACHINE","features":[125]},{"name":"SAFER_SCOPEID_USER","features":[125]},{"name":"SAFER_TOKEN_COMPARE_ONLY","features":[125]},{"name":"SAFER_TOKEN_MAKE_INERT","features":[125]},{"name":"SAFER_TOKEN_NULL_IF_EQUAL","features":[125]},{"name":"SAFER_TOKEN_WANT_FLAGS","features":[125]},{"name":"SAFER_URLZONE_IDENTIFICATION","features":[1,125]},{"name":"SRP_POLICY_APPX","features":[125]},{"name":"SRP_POLICY_DLL","features":[125]},{"name":"SRP_POLICY_EXE","features":[125]},{"name":"SRP_POLICY_MANAGEDINSTALLER","features":[125]},{"name":"SRP_POLICY_MSI","features":[125]},{"name":"SRP_POLICY_NOV2","features":[125]},{"name":"SRP_POLICY_SCRIPT","features":[125]},{"name":"SRP_POLICY_SHELL","features":[125]},{"name":"SRP_POLICY_WLDPCONFIGCI","features":[125]},{"name":"SRP_POLICY_WLDPMSI","features":[125]},{"name":"SRP_POLICY_WLDPSCRIPT","features":[125]},{"name":"SaferCloseLevel","features":[1,125]},{"name":"SaferComputeTokenFromLevel","features":[1,125]},{"name":"SaferCreateLevel","features":[1,125]},{"name":"SaferGetLevelInformation","features":[1,125]},{"name":"SaferGetPolicyInformation","features":[1,125]},{"name":"SaferIdentifyLevel","features":[1,125,75]},{"name":"SaferIdentityDefault","features":[125]},{"name":"SaferIdentityTypeCertificate","features":[125]},{"name":"SaferIdentityTypeImageHash","features":[125]},{"name":"SaferIdentityTypeImageName","features":[125]},{"name":"SaferIdentityTypeUrlZone","features":[125]},{"name":"SaferObjectAllIdentificationGuids","features":[125]},{"name":"SaferObjectBuiltin","features":[125]},{"name":"SaferObjectDefaultOwner","features":[125]},{"name":"SaferObjectDeletedPrivileges","features":[125]},{"name":"SaferObjectDescription","features":[125]},{"name":"SaferObjectDisableMaxPrivilege","features":[125]},{"name":"SaferObjectDisallowed","features":[125]},{"name":"SaferObjectExtendedError","features":[125]},{"name":"SaferObjectFriendlyName","features":[125]},{"name":"SaferObjectInvertDeletedPrivileges","features":[125]},{"name":"SaferObjectLevelId","features":[125]},{"name":"SaferObjectRestrictedSidsAdded","features":[125]},{"name":"SaferObjectRestrictedSidsInverted","features":[125]},{"name":"SaferObjectScopeId","features":[125]},{"name":"SaferObjectSidsToDisable","features":[125]},{"name":"SaferObjectSingleIdentification","features":[125]},{"name":"SaferPolicyAuthenticodeEnabled","features":[125]},{"name":"SaferPolicyDefaultLevel","features":[125]},{"name":"SaferPolicyDefaultLevelFlags","features":[125]},{"name":"SaferPolicyEnableTransparentEnforcement","features":[125]},{"name":"SaferPolicyEvaluateUserScope","features":[125]},{"name":"SaferPolicyLevelList","features":[125]},{"name":"SaferPolicyScopeFlags","features":[125]},{"name":"SaferRecordEventLogEntry","features":[1,125]},{"name":"SaferSetLevelInformation","features":[1,125]},{"name":"SaferSetPolicyInformation","features":[1,125]},{"name":"SaferiIsExecutableFileType","features":[1,125]}],"490":[{"name":"ACCEPT_SECURITY_CONTEXT_FN","features":[24,126]},{"name":"ACCOUNT_ADJUST_PRIVILEGES","features":[24]},{"name":"ACCOUNT_ADJUST_QUOTAS","features":[24]},{"name":"ACCOUNT_ADJUST_SYSTEM_ACCESS","features":[24]},{"name":"ACCOUNT_VIEW","features":[24]},{"name":"ACQUIRE_CREDENTIALS_HANDLE_FN_A","features":[24,126]},{"name":"ACQUIRE_CREDENTIALS_HANDLE_FN_W","features":[24,126]},{"name":"ADD_CREDENTIALS_FN_A","features":[24,126]},{"name":"ADD_CREDENTIALS_FN_W","features":[24,126]},{"name":"APPLY_CONTROL_TOKEN_FN","features":[24,126]},{"name":"ASC_REQ_ALLOCATE_MEMORY","features":[24]},{"name":"ASC_REQ_ALLOW_CONTEXT_REPLAY","features":[24]},{"name":"ASC_REQ_ALLOW_MISSING_BINDINGS","features":[24]},{"name":"ASC_REQ_ALLOW_NON_USER_LOGONS","features":[24]},{"name":"ASC_REQ_ALLOW_NULL_SESSION","features":[24]},{"name":"ASC_REQ_CALL_LEVEL","features":[24]},{"name":"ASC_REQ_CONFIDENTIALITY","features":[24]},{"name":"ASC_REQ_CONNECTION","features":[24]},{"name":"ASC_REQ_DATAGRAM","features":[24]},{"name":"ASC_REQ_DELEGATE","features":[24]},{"name":"ASC_REQ_EXTENDED_ERROR","features":[24]},{"name":"ASC_REQ_FLAGS","features":[24]},{"name":"ASC_REQ_FRAGMENT_SUPPLIED","features":[24]},{"name":"ASC_REQ_FRAGMENT_TO_FIT","features":[24]},{"name":"ASC_REQ_HIGH_FLAGS","features":[24]},{"name":"ASC_REQ_IDENTIFY","features":[24]},{"name":"ASC_REQ_INTEGRITY","features":[24]},{"name":"ASC_REQ_LICENSING","features":[24]},{"name":"ASC_REQ_MESSAGES","features":[24]},{"name":"ASC_REQ_MUTUAL_AUTH","features":[24]},{"name":"ASC_REQ_NO_TOKEN","features":[24]},{"name":"ASC_REQ_PROXY_BINDINGS","features":[24]},{"name":"ASC_REQ_REPLAY_DETECT","features":[24]},{"name":"ASC_REQ_SEQUENCE_DETECT","features":[24]},{"name":"ASC_REQ_SESSION_TICKET","features":[24]},{"name":"ASC_REQ_STREAM","features":[24]},{"name":"ASC_REQ_USE_DCE_STYLE","features":[24]},{"name":"ASC_REQ_USE_SESSION_KEY","features":[24]},{"name":"ASC_RET_ALLOCATED_MEMORY","features":[24]},{"name":"ASC_RET_ALLOW_CONTEXT_REPLAY","features":[24]},{"name":"ASC_RET_ALLOW_NON_USER_LOGONS","features":[24]},{"name":"ASC_RET_CALL_LEVEL","features":[24]},{"name":"ASC_RET_CONFIDENTIALITY","features":[24]},{"name":"ASC_RET_CONNECTION","features":[24]},{"name":"ASC_RET_DATAGRAM","features":[24]},{"name":"ASC_RET_DELEGATE","features":[24]},{"name":"ASC_RET_EXTENDED_ERROR","features":[24]},{"name":"ASC_RET_FRAGMENT_ONLY","features":[24]},{"name":"ASC_RET_IDENTIFY","features":[24]},{"name":"ASC_RET_INTEGRITY","features":[24]},{"name":"ASC_RET_LICENSING","features":[24]},{"name":"ASC_RET_MESSAGES","features":[24]},{"name":"ASC_RET_MUTUAL_AUTH","features":[24]},{"name":"ASC_RET_NO_ADDITIONAL_TOKEN","features":[24]},{"name":"ASC_RET_NO_TOKEN","features":[24]},{"name":"ASC_RET_NULL_SESSION","features":[24]},{"name":"ASC_RET_REPLAY_DETECT","features":[24]},{"name":"ASC_RET_SEQUENCE_DETECT","features":[24]},{"name":"ASC_RET_SESSION_TICKET","features":[24]},{"name":"ASC_RET_STREAM","features":[24]},{"name":"ASC_RET_THIRD_LEG_FAILED","features":[24]},{"name":"ASC_RET_USED_DCE_STYLE","features":[24]},{"name":"ASC_RET_USE_SESSION_KEY","features":[24]},{"name":"AUDIT_ENUMERATE_USERS","features":[24]},{"name":"AUDIT_POLICY_INFORMATION","features":[24]},{"name":"AUDIT_QUERY_MISC_POLICY","features":[24]},{"name":"AUDIT_QUERY_SYSTEM_POLICY","features":[24]},{"name":"AUDIT_QUERY_USER_POLICY","features":[24]},{"name":"AUDIT_SET_MISC_POLICY","features":[24]},{"name":"AUDIT_SET_SYSTEM_POLICY","features":[24]},{"name":"AUDIT_SET_USER_POLICY","features":[24]},{"name":"AUTH_REQ_ALLOW_ENC_TKT_IN_SKEY","features":[24]},{"name":"AUTH_REQ_ALLOW_FORWARDABLE","features":[24]},{"name":"AUTH_REQ_ALLOW_NOADDRESS","features":[24]},{"name":"AUTH_REQ_ALLOW_POSTDATE","features":[24]},{"name":"AUTH_REQ_ALLOW_PROXIABLE","features":[24]},{"name":"AUTH_REQ_ALLOW_RENEWABLE","features":[24]},{"name":"AUTH_REQ_ALLOW_S4U_DELEGATE","features":[24]},{"name":"AUTH_REQ_ALLOW_VALIDATE","features":[24]},{"name":"AUTH_REQ_OK_AS_DELEGATE","features":[24]},{"name":"AUTH_REQ_PREAUTH_REQUIRED","features":[24]},{"name":"AUTH_REQ_TRANSITIVE_TRUST","features":[24]},{"name":"AUTH_REQ_VALIDATE_CLIENT","features":[24]},{"name":"AcceptSecurityContext","features":[24,126]},{"name":"AccountDomainInformation","features":[24]},{"name":"AcquireCredentialsHandleA","features":[24,126]},{"name":"AcquireCredentialsHandleW","features":[24,126]},{"name":"AddCredentialsA","features":[24,126]},{"name":"AddCredentialsW","features":[24,126]},{"name":"AddSecurityPackageA","features":[24]},{"name":"AddSecurityPackageW","features":[24]},{"name":"ApplyControlToken","features":[24,126]},{"name":"AuditCategoryAccountLogon","features":[24]},{"name":"AuditCategoryAccountManagement","features":[24]},{"name":"AuditCategoryDetailedTracking","features":[24]},{"name":"AuditCategoryDirectoryServiceAccess","features":[24]},{"name":"AuditCategoryLogon","features":[24]},{"name":"AuditCategoryObjectAccess","features":[24]},{"name":"AuditCategoryPolicyChange","features":[24]},{"name":"AuditCategoryPrivilegeUse","features":[24]},{"name":"AuditCategorySystem","features":[24]},{"name":"AuditComputeEffectivePolicyBySid","features":[1,24]},{"name":"AuditComputeEffectivePolicyByToken","features":[1,24]},{"name":"AuditEnumerateCategories","features":[1,24]},{"name":"AuditEnumeratePerUserPolicy","features":[1,24]},{"name":"AuditEnumerateSubCategories","features":[1,24]},{"name":"AuditFree","features":[24]},{"name":"AuditLookupCategoryGuidFromCategoryId","features":[1,24]},{"name":"AuditLookupCategoryIdFromCategoryGuid","features":[1,24]},{"name":"AuditLookupCategoryNameA","features":[1,24]},{"name":"AuditLookupCategoryNameW","features":[1,24]},{"name":"AuditLookupSubCategoryNameA","features":[1,24]},{"name":"AuditLookupSubCategoryNameW","features":[1,24]},{"name":"AuditQueryGlobalSaclA","features":[1,24]},{"name":"AuditQueryGlobalSaclW","features":[1,24]},{"name":"AuditQueryPerUserPolicy","features":[1,24]},{"name":"AuditQuerySecurity","features":[1,24]},{"name":"AuditQuerySystemPolicy","features":[1,24]},{"name":"AuditSetGlobalSaclA","features":[1,24]},{"name":"AuditSetGlobalSaclW","features":[1,24]},{"name":"AuditSetPerUserPolicy","features":[1,24]},{"name":"AuditSetSecurity","features":[1,24]},{"name":"AuditSetSystemPolicy","features":[1,24]},{"name":"Audit_AccountLogon","features":[24]},{"name":"Audit_AccountLogon_CredentialValidation","features":[24]},{"name":"Audit_AccountLogon_KerbCredentialValidation","features":[24]},{"name":"Audit_AccountLogon_Kerberos","features":[24]},{"name":"Audit_AccountLogon_Others","features":[24]},{"name":"Audit_AccountManagement","features":[24]},{"name":"Audit_AccountManagement_ApplicationGroup","features":[24]},{"name":"Audit_AccountManagement_ComputerAccount","features":[24]},{"name":"Audit_AccountManagement_DistributionGroup","features":[24]},{"name":"Audit_AccountManagement_Others","features":[24]},{"name":"Audit_AccountManagement_SecurityGroup","features":[24]},{"name":"Audit_AccountManagement_UserAccount","features":[24]},{"name":"Audit_DSAccess_DSAccess","features":[24]},{"name":"Audit_DetailedTracking","features":[24]},{"name":"Audit_DetailedTracking_DpapiActivity","features":[24]},{"name":"Audit_DetailedTracking_PnpActivity","features":[24]},{"name":"Audit_DetailedTracking_ProcessCreation","features":[24]},{"name":"Audit_DetailedTracking_ProcessTermination","features":[24]},{"name":"Audit_DetailedTracking_RpcCall","features":[24]},{"name":"Audit_DetailedTracking_TokenRightAdjusted","features":[24]},{"name":"Audit_DirectoryServiceAccess","features":[24]},{"name":"Audit_DsAccess_AdAuditChanges","features":[24]},{"name":"Audit_Ds_DetailedReplication","features":[24]},{"name":"Audit_Ds_Replication","features":[24]},{"name":"Audit_Logon","features":[24]},{"name":"Audit_Logon_AccountLockout","features":[24]},{"name":"Audit_Logon_Claims","features":[24]},{"name":"Audit_Logon_Groups","features":[24]},{"name":"Audit_Logon_IPSecMainMode","features":[24]},{"name":"Audit_Logon_IPSecQuickMode","features":[24]},{"name":"Audit_Logon_IPSecUserMode","features":[24]},{"name":"Audit_Logon_Logoff","features":[24]},{"name":"Audit_Logon_Logon","features":[24]},{"name":"Audit_Logon_NPS","features":[24]},{"name":"Audit_Logon_Others","features":[24]},{"name":"Audit_Logon_SpecialLogon","features":[24]},{"name":"Audit_ObjectAccess","features":[24]},{"name":"Audit_ObjectAccess_ApplicationGenerated","features":[24]},{"name":"Audit_ObjectAccess_CbacStaging","features":[24]},{"name":"Audit_ObjectAccess_CertificationServices","features":[24]},{"name":"Audit_ObjectAccess_DetailedFileShare","features":[24]},{"name":"Audit_ObjectAccess_FileSystem","features":[24]},{"name":"Audit_ObjectAccess_FirewallConnection","features":[24]},{"name":"Audit_ObjectAccess_FirewallPacketDrops","features":[24]},{"name":"Audit_ObjectAccess_Handle","features":[24]},{"name":"Audit_ObjectAccess_Kernel","features":[24]},{"name":"Audit_ObjectAccess_Other","features":[24]},{"name":"Audit_ObjectAccess_Registry","features":[24]},{"name":"Audit_ObjectAccess_RemovableStorage","features":[24]},{"name":"Audit_ObjectAccess_Sam","features":[24]},{"name":"Audit_ObjectAccess_Share","features":[24]},{"name":"Audit_PolicyChange","features":[24]},{"name":"Audit_PolicyChange_AuditPolicy","features":[24]},{"name":"Audit_PolicyChange_AuthenticationPolicy","features":[24]},{"name":"Audit_PolicyChange_AuthorizationPolicy","features":[24]},{"name":"Audit_PolicyChange_MpsscvRulePolicy","features":[24]},{"name":"Audit_PolicyChange_Others","features":[24]},{"name":"Audit_PolicyChange_WfpIPSecPolicy","features":[24]},{"name":"Audit_PrivilegeUse","features":[24]},{"name":"Audit_PrivilegeUse_NonSensitive","features":[24]},{"name":"Audit_PrivilegeUse_Others","features":[24]},{"name":"Audit_PrivilegeUse_Sensitive","features":[24]},{"name":"Audit_System","features":[24]},{"name":"Audit_System_IPSecDriverEvents","features":[24]},{"name":"Audit_System_Integrity","features":[24]},{"name":"Audit_System_Others","features":[24]},{"name":"Audit_System_SecurityStateChange","features":[24]},{"name":"Audit_System_SecuritySubsystemExtension","features":[24]},{"name":"CENTRAL_ACCESS_POLICY","features":[24]},{"name":"CENTRAL_ACCESS_POLICY_ENTRY","features":[24]},{"name":"CENTRAL_ACCESS_POLICY_OWNER_RIGHTS_PRESENT_FLAG","features":[24]},{"name":"CENTRAL_ACCESS_POLICY_STAGED_FLAG","features":[24]},{"name":"CENTRAL_ACCESS_POLICY_STAGED_OWNER_RIGHTS_PRESENT_FLAG","features":[24]},{"name":"CHANGE_PASSWORD_FN_A","features":[1,24]},{"name":"CHANGE_PASSWORD_FN_W","features":[1,24]},{"name":"CLEAR_BLOCK","features":[24]},{"name":"CLEAR_BLOCK_LENGTH","features":[24]},{"name":"CLOUDAP_NAME","features":[24]},{"name":"CLOUDAP_NAME_W","features":[24]},{"name":"COMPLETE_AUTH_TOKEN_FN","features":[24,126]},{"name":"CREDP_FLAGS_CLEAR_PASSWORD","features":[24]},{"name":"CREDP_FLAGS_DONT_CACHE_TI","features":[24]},{"name":"CREDP_FLAGS_IN_PROCESS","features":[24]},{"name":"CREDP_FLAGS_TRUSTED_CALLER","features":[24]},{"name":"CREDP_FLAGS_USER_ENCRYPTED_PASSWORD","features":[24]},{"name":"CREDP_FLAGS_USE_MIDL_HEAP","features":[24]},{"name":"CREDP_FLAGS_VALIDATE_PROXY_TARGET","features":[24]},{"name":"CRED_FETCH","features":[24]},{"name":"CRED_MARSHALED_TI_SIZE_SIZE","features":[24]},{"name":"CRYPTO_SETTINGS","features":[24]},{"name":"CYPHER_BLOCK_LENGTH","features":[24]},{"name":"CertHashInfo","features":[24]},{"name":"ChangeAccountPasswordA","features":[1,24]},{"name":"ChangeAccountPasswordW","features":[1,24]},{"name":"ClOUDAP_NAME_A","features":[24]},{"name":"CollisionOther","features":[24]},{"name":"CollisionTdo","features":[24]},{"name":"CollisionXref","features":[24]},{"name":"CompleteAuthToken","features":[24,126]},{"name":"CredFetchDPAPI","features":[24]},{"name":"CredFetchDefault","features":[24]},{"name":"CredFetchForced","features":[24]},{"name":"CredFreeCredentialsFn","features":[1,24,126]},{"name":"CredMarshalTargetInfo","features":[1,24,126]},{"name":"CredReadDomainCredentialsFn","features":[1,24,126]},{"name":"CredReadFn","features":[1,24,126]},{"name":"CredUnmarshalTargetInfo","features":[1,24,126]},{"name":"CredWriteFn","features":[1,24,126]},{"name":"CrediUnmarshalandDecodeStringFn","features":[1,24]},{"name":"DECRYPT_MESSAGE_FN","features":[24,126]},{"name":"DEFAULT_TLS_SSP_NAME","features":[24]},{"name":"DEFAULT_TLS_SSP_NAME_A","features":[24]},{"name":"DEFAULT_TLS_SSP_NAME_W","features":[24]},{"name":"DELETE_SECURITY_CONTEXT_FN","features":[24,126]},{"name":"DOMAIN_LOCKOUT_ADMINS","features":[24]},{"name":"DOMAIN_NO_LM_OWF_CHANGE","features":[24]},{"name":"DOMAIN_PASSWORD_COMPLEX","features":[24]},{"name":"DOMAIN_PASSWORD_INFORMATION","features":[24]},{"name":"DOMAIN_PASSWORD_NO_ANON_CHANGE","features":[24]},{"name":"DOMAIN_PASSWORD_NO_CLEAR_CHANGE","features":[24]},{"name":"DOMAIN_PASSWORD_PROPERTIES","features":[24]},{"name":"DOMAIN_PASSWORD_STORE_CLEARTEXT","features":[24]},{"name":"DOMAIN_REFUSE_PASSWORD_CHANGE","features":[24]},{"name":"DS_INET_ADDRESS","features":[24]},{"name":"DS_NETBIOS_ADDRESS","features":[24]},{"name":"DS_UNKNOWN_ADDRESS_TYPE","features":[24]},{"name":"DecryptMessage","features":[24,126]},{"name":"DeleteSecurityContext","features":[24,126]},{"name":"DeleteSecurityPackageA","features":[24]},{"name":"DeleteSecurityPackageW","features":[24]},{"name":"DeprecatedIUMCredKey","features":[24]},{"name":"DnsDomainInformation","features":[24]},{"name":"DomainUserCredKey","features":[24]},{"name":"ENABLE_TLS_CLIENT_EARLY_START","features":[24]},{"name":"ENCRYPTED_CREDENTIALW","features":[1,24,126]},{"name":"ENCRYPT_MESSAGE_FN","features":[24,126]},{"name":"ENUMERATE_SECURITY_PACKAGES_FN_A","features":[24]},{"name":"ENUMERATE_SECURITY_PACKAGES_FN_W","features":[24]},{"name":"EXPORT_SECURITY_CONTEXT_FLAGS","features":[24]},{"name":"EXPORT_SECURITY_CONTEXT_FN","features":[24,126]},{"name":"EXTENDED_NAME_FORMAT","features":[24]},{"name":"E_RM_UNKNOWN_ERROR","features":[24]},{"name":"EncryptMessage","features":[24,126]},{"name":"EnumerateSecurityPackagesA","features":[24]},{"name":"EnumerateSecurityPackagesW","features":[24]},{"name":"ExportSecurityContext","features":[24,126]},{"name":"ExternallySuppliedCredKey","features":[24]},{"name":"FACILITY_SL_ITF","features":[24]},{"name":"FREE_CONTEXT_BUFFER_FN","features":[24]},{"name":"FREE_CREDENTIALS_HANDLE_FN","features":[24,126]},{"name":"ForestTrustBinaryInfo","features":[24]},{"name":"ForestTrustDomainInfo","features":[24]},{"name":"ForestTrustRecordTypeLast","features":[24]},{"name":"ForestTrustScannerInfo","features":[24]},{"name":"ForestTrustTopLevelName","features":[24]},{"name":"ForestTrustTopLevelNameEx","features":[24]},{"name":"FreeContextBuffer","features":[24]},{"name":"FreeCredentialsHandle","features":[24,126]},{"name":"GetComputerObjectNameA","features":[1,24]},{"name":"GetComputerObjectNameW","features":[1,24]},{"name":"GetUserNameExA","features":[1,24]},{"name":"GetUserNameExW","features":[1,24]},{"name":"ICcgDomainAuthCredentials","features":[24]},{"name":"ID_CAP_SLAPI","features":[24]},{"name":"IMPERSONATE_SECURITY_CONTEXT_FN","features":[24,126]},{"name":"IMPORT_SECURITY_CONTEXT_FN_A","features":[24,126]},{"name":"IMPORT_SECURITY_CONTEXT_FN_W","features":[24,126]},{"name":"INITIALIZE_SECURITY_CONTEXT_FN_A","features":[24,126]},{"name":"INITIALIZE_SECURITY_CONTEXT_FN_W","features":[24,126]},{"name":"INIT_SECURITY_INTERFACE_A","features":[1,24,126]},{"name":"INIT_SECURITY_INTERFACE_W","features":[1,24,126]},{"name":"ISC_REQ_ALLOCATE_MEMORY","features":[24]},{"name":"ISC_REQ_CALL_LEVEL","features":[24]},{"name":"ISC_REQ_CONFIDENTIALITY","features":[24]},{"name":"ISC_REQ_CONFIDENTIALITY_ONLY","features":[24]},{"name":"ISC_REQ_CONNECTION","features":[24]},{"name":"ISC_REQ_DATAGRAM","features":[24]},{"name":"ISC_REQ_DEFERRED_CRED_VALIDATION","features":[24]},{"name":"ISC_REQ_DELEGATE","features":[24]},{"name":"ISC_REQ_EXTENDED_ERROR","features":[24]},{"name":"ISC_REQ_FLAGS","features":[24]},{"name":"ISC_REQ_FORWARD_CREDENTIALS","features":[24]},{"name":"ISC_REQ_FRAGMENT_SUPPLIED","features":[24]},{"name":"ISC_REQ_FRAGMENT_TO_FIT","features":[24]},{"name":"ISC_REQ_HIGH_FLAGS","features":[24]},{"name":"ISC_REQ_IDENTIFY","features":[24]},{"name":"ISC_REQ_INTEGRITY","features":[24]},{"name":"ISC_REQ_MANUAL_CRED_VALIDATION","features":[24]},{"name":"ISC_REQ_MESSAGES","features":[24]},{"name":"ISC_REQ_MUTUAL_AUTH","features":[24]},{"name":"ISC_REQ_NO_INTEGRITY","features":[24]},{"name":"ISC_REQ_NO_POST_HANDSHAKE_AUTH","features":[24]},{"name":"ISC_REQ_NULL_SESSION","features":[24]},{"name":"ISC_REQ_PROMPT_FOR_CREDS","features":[24]},{"name":"ISC_REQ_REPLAY_DETECT","features":[24]},{"name":"ISC_REQ_RESERVED1","features":[24]},{"name":"ISC_REQ_SEQUENCE_DETECT","features":[24]},{"name":"ISC_REQ_STREAM","features":[24]},{"name":"ISC_REQ_UNVERIFIED_TARGET_NAME","features":[24]},{"name":"ISC_REQ_USE_DCE_STYLE","features":[24]},{"name":"ISC_REQ_USE_HTTP_STYLE","features":[24]},{"name":"ISC_REQ_USE_SESSION_KEY","features":[24]},{"name":"ISC_REQ_USE_SUPPLIED_CREDS","features":[24]},{"name":"ISC_RET_ALLOCATED_MEMORY","features":[24]},{"name":"ISC_RET_CALL_LEVEL","features":[24]},{"name":"ISC_RET_CONFIDENTIALITY","features":[24]},{"name":"ISC_RET_CONFIDENTIALITY_ONLY","features":[24]},{"name":"ISC_RET_CONNECTION","features":[24]},{"name":"ISC_RET_DATAGRAM","features":[24]},{"name":"ISC_RET_DEFERRED_CRED_VALIDATION","features":[24]},{"name":"ISC_RET_DELEGATE","features":[24]},{"name":"ISC_RET_EXTENDED_ERROR","features":[24]},{"name":"ISC_RET_FORWARD_CREDENTIALS","features":[24]},{"name":"ISC_RET_FRAGMENT_ONLY","features":[24]},{"name":"ISC_RET_IDENTIFY","features":[24]},{"name":"ISC_RET_INTEGRITY","features":[24]},{"name":"ISC_RET_INTERMEDIATE_RETURN","features":[24]},{"name":"ISC_RET_MANUAL_CRED_VALIDATION","features":[24]},{"name":"ISC_RET_MESSAGES","features":[24]},{"name":"ISC_RET_MUTUAL_AUTH","features":[24]},{"name":"ISC_RET_NO_ADDITIONAL_TOKEN","features":[24]},{"name":"ISC_RET_NO_POST_HANDSHAKE_AUTH","features":[24]},{"name":"ISC_RET_NULL_SESSION","features":[24]},{"name":"ISC_RET_REAUTHENTICATION","features":[24]},{"name":"ISC_RET_REPLAY_DETECT","features":[24]},{"name":"ISC_RET_RESERVED1","features":[24]},{"name":"ISC_RET_SEQUENCE_DETECT","features":[24]},{"name":"ISC_RET_STREAM","features":[24]},{"name":"ISC_RET_USED_COLLECTED_CREDS","features":[24]},{"name":"ISC_RET_USED_DCE_STYLE","features":[24]},{"name":"ISC_RET_USED_HTTP_STYLE","features":[24]},{"name":"ISC_RET_USED_SUPPLIED_CREDS","features":[24]},{"name":"ISC_RET_USE_SESSION_KEY","features":[24]},{"name":"ISSP_LEVEL","features":[24]},{"name":"ISSP_MODE","features":[24]},{"name":"ImpersonateSecurityContext","features":[24,126]},{"name":"ImportSecurityContextA","features":[24,126]},{"name":"ImportSecurityContextW","features":[24,126]},{"name":"InitSecurityInterfaceA","features":[1,24,126]},{"name":"InitSecurityInterfaceW","features":[1,24,126]},{"name":"InitializeSecurityContextA","features":[24,126]},{"name":"InitializeSecurityContextW","features":[24,126]},{"name":"InvalidCredKey","features":[24]},{"name":"KDC_PROXY_CACHE_ENTRY_DATA","features":[1,24]},{"name":"KDC_PROXY_SETTINGS_FLAGS_FORCEPROXY","features":[24]},{"name":"KDC_PROXY_SETTINGS_V1","features":[24]},{"name":"KERBEROS_REVISION","features":[24]},{"name":"KERBEROS_VERSION","features":[24]},{"name":"KERB_ADDRESS_TYPE","features":[24]},{"name":"KERB_ADD_BINDING_CACHE_ENTRY_EX_REQUEST","features":[24]},{"name":"KERB_ADD_BINDING_CACHE_ENTRY_REQUEST","features":[24]},{"name":"KERB_ADD_CREDENTIALS_REQUEST","features":[1,24]},{"name":"KERB_ADD_CREDENTIALS_REQUEST_EX","features":[1,24]},{"name":"KERB_AUTH_DATA","features":[24]},{"name":"KERB_BINDING_CACHE_ENTRY_DATA","features":[24]},{"name":"KERB_CERTIFICATE_HASHINFO","features":[24]},{"name":"KERB_CERTIFICATE_INFO","features":[24]},{"name":"KERB_CERTIFICATE_INFO_TYPE","features":[24]},{"name":"KERB_CERTIFICATE_LOGON","features":[24]},{"name":"KERB_CERTIFICATE_LOGON_FLAG_CHECK_DUPLICATES","features":[24]},{"name":"KERB_CERTIFICATE_LOGON_FLAG_USE_CERTIFICATE_INFO","features":[24]},{"name":"KERB_CERTIFICATE_S4U_LOGON","features":[24]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_CHECK_DUPLICATES","features":[24]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[24]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_FAIL_IF_NT_AUTH_POLICY_REQUIRED","features":[24]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_IDENTIFY","features":[24]},{"name":"KERB_CERTIFICATE_UNLOCK_LOGON","features":[1,24]},{"name":"KERB_CHANGEPASSWORD_REQUEST","features":[1,24]},{"name":"KERB_CHECKSUM_CRC32","features":[24]},{"name":"KERB_CHECKSUM_DES_MAC","features":[24]},{"name":"KERB_CHECKSUM_DES_MAC_MD5","features":[24]},{"name":"KERB_CHECKSUM_HMAC_MD5","features":[24]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES128","features":[24]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES128_Ki","features":[24]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES256","features":[24]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES256_Ki","features":[24]},{"name":"KERB_CHECKSUM_KRB_DES_MAC","features":[24]},{"name":"KERB_CHECKSUM_KRB_DES_MAC_K","features":[24]},{"name":"KERB_CHECKSUM_LM","features":[24]},{"name":"KERB_CHECKSUM_MD25","features":[24]},{"name":"KERB_CHECKSUM_MD4","features":[24]},{"name":"KERB_CHECKSUM_MD5","features":[24]},{"name":"KERB_CHECKSUM_MD5_DES","features":[24]},{"name":"KERB_CHECKSUM_MD5_HMAC","features":[24]},{"name":"KERB_CHECKSUM_NONE","features":[24]},{"name":"KERB_CHECKSUM_RC4_MD5","features":[24]},{"name":"KERB_CHECKSUM_REAL_CRC32","features":[24]},{"name":"KERB_CHECKSUM_SHA1","features":[24]},{"name":"KERB_CHECKSUM_SHA1_NEW","features":[24]},{"name":"KERB_CHECKSUM_SHA256","features":[24]},{"name":"KERB_CHECKSUM_SHA384","features":[24]},{"name":"KERB_CHECKSUM_SHA512","features":[24]},{"name":"KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST","features":[1,24]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA","features":[24]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA_V0","features":[24]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA_VERSION","features":[24]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_REQUEST","features":[1,24]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_RESPONSE","features":[24]},{"name":"KERB_CRYPTO_KEY","features":[24]},{"name":"KERB_CRYPTO_KEY32","features":[24]},{"name":"KERB_CRYPTO_KEY_TYPE","features":[24]},{"name":"KERB_DECRYPT_FLAG_DEFAULT_KEY","features":[24]},{"name":"KERB_DECRYPT_REQUEST","features":[1,24]},{"name":"KERB_DECRYPT_RESPONSE","features":[24]},{"name":"KERB_ETYPE_AES128_CTS_HMAC_SHA1_96","features":[24]},{"name":"KERB_ETYPE_AES128_CTS_HMAC_SHA1_96_PLAIN","features":[24]},{"name":"KERB_ETYPE_AES256_CTS_HMAC_SHA1_96","features":[24]},{"name":"KERB_ETYPE_AES256_CTS_HMAC_SHA1_96_PLAIN","features":[24]},{"name":"KERB_ETYPE_DEFAULT","features":[24]},{"name":"KERB_ETYPE_DES3_CBC_MD5","features":[24]},{"name":"KERB_ETYPE_DES3_CBC_SHA1","features":[24]},{"name":"KERB_ETYPE_DES3_CBC_SHA1_KD","features":[24]},{"name":"KERB_ETYPE_DES_CBC_CRC","features":[24]},{"name":"KERB_ETYPE_DES_CBC_MD4","features":[24]},{"name":"KERB_ETYPE_DES_CBC_MD5","features":[24]},{"name":"KERB_ETYPE_DES_CBC_MD5_NT","features":[24]},{"name":"KERB_ETYPE_DES_EDE3_CBC_ENV","features":[24]},{"name":"KERB_ETYPE_DES_PLAIN","features":[24]},{"name":"KERB_ETYPE_DSA_SHA1_CMS","features":[24]},{"name":"KERB_ETYPE_DSA_SIGN","features":[24]},{"name":"KERB_ETYPE_NULL","features":[24]},{"name":"KERB_ETYPE_PKCS7_PUB","features":[24]},{"name":"KERB_ETYPE_RC2_CBC_ENV","features":[24]},{"name":"KERB_ETYPE_RC4_HMAC_NT","features":[24]},{"name":"KERB_ETYPE_RC4_HMAC_NT_EXP","features":[24]},{"name":"KERB_ETYPE_RC4_HMAC_OLD","features":[24]},{"name":"KERB_ETYPE_RC4_HMAC_OLD_EXP","features":[24]},{"name":"KERB_ETYPE_RC4_LM","features":[24]},{"name":"KERB_ETYPE_RC4_MD4","features":[24]},{"name":"KERB_ETYPE_RC4_PLAIN","features":[24]},{"name":"KERB_ETYPE_RC4_PLAIN2","features":[24]},{"name":"KERB_ETYPE_RC4_PLAIN_EXP","features":[24]},{"name":"KERB_ETYPE_RC4_PLAIN_OLD","features":[24]},{"name":"KERB_ETYPE_RC4_PLAIN_OLD_EXP","features":[24]},{"name":"KERB_ETYPE_RC4_SHA","features":[24]},{"name":"KERB_ETYPE_RSA_ENV","features":[24]},{"name":"KERB_ETYPE_RSA_ES_OEAP_ENV","features":[24]},{"name":"KERB_ETYPE_RSA_MD5_CMS","features":[24]},{"name":"KERB_ETYPE_RSA_PRIV","features":[24]},{"name":"KERB_ETYPE_RSA_PUB","features":[24]},{"name":"KERB_ETYPE_RSA_PUB_MD5","features":[24]},{"name":"KERB_ETYPE_RSA_PUB_SHA1","features":[24]},{"name":"KERB_ETYPE_RSA_SHA1_CMS","features":[24]},{"name":"KERB_EXTERNAL_NAME","features":[24]},{"name":"KERB_EXTERNAL_TICKET","features":[24]},{"name":"KERB_INTERACTIVE_LOGON","features":[24]},{"name":"KERB_INTERACTIVE_PROFILE","features":[24]},{"name":"KERB_INTERACTIVE_UNLOCK_LOGON","features":[1,24]},{"name":"KERB_LOGON_FLAG_ALLOW_EXPIRED_TICKET","features":[24]},{"name":"KERB_LOGON_FLAG_REDIRECTED","features":[24]},{"name":"KERB_LOGON_SUBMIT_TYPE","features":[24]},{"name":"KERB_NET_ADDRESS","features":[24]},{"name":"KERB_NET_ADDRESSES","features":[24]},{"name":"KERB_PROFILE_BUFFER_TYPE","features":[24]},{"name":"KERB_PROTOCOL_MESSAGE_TYPE","features":[24]},{"name":"KERB_PURGE_ALL_TICKETS","features":[24]},{"name":"KERB_PURGE_BINDING_CACHE_REQUEST","features":[24]},{"name":"KERB_PURGE_KDC_PROXY_CACHE_REQUEST","features":[1,24]},{"name":"KERB_PURGE_KDC_PROXY_CACHE_RESPONSE","features":[24]},{"name":"KERB_PURGE_TKT_CACHE_EX_REQUEST","features":[1,24]},{"name":"KERB_PURGE_TKT_CACHE_REQUEST","features":[1,24]},{"name":"KERB_QUERY_BINDING_CACHE_REQUEST","features":[24]},{"name":"KERB_QUERY_BINDING_CACHE_RESPONSE","features":[24]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST","features":[24]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_RESPONSE","features":[24]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_RESPONSE_FLAG_DAC_DISABLED","features":[24]},{"name":"KERB_QUERY_KDC_PROXY_CACHE_REQUEST","features":[1,24]},{"name":"KERB_QUERY_KDC_PROXY_CACHE_RESPONSE","features":[1,24]},{"name":"KERB_QUERY_S4U2PROXY_CACHE_REQUEST","features":[1,24]},{"name":"KERB_QUERY_S4U2PROXY_CACHE_RESPONSE","features":[1,24]},{"name":"KERB_QUERY_TKT_CACHE_EX2_RESPONSE","features":[24]},{"name":"KERB_QUERY_TKT_CACHE_EX3_RESPONSE","features":[24]},{"name":"KERB_QUERY_TKT_CACHE_EX_RESPONSE","features":[24]},{"name":"KERB_QUERY_TKT_CACHE_REQUEST","features":[1,24]},{"name":"KERB_QUERY_TKT_CACHE_RESPONSE","features":[24]},{"name":"KERB_REFRESH_POLICY_KDC","features":[24]},{"name":"KERB_REFRESH_POLICY_KERBEROS","features":[24]},{"name":"KERB_REFRESH_POLICY_REQUEST","features":[24]},{"name":"KERB_REFRESH_POLICY_RESPONSE","features":[24]},{"name":"KERB_REFRESH_SCCRED_GETTGT","features":[24]},{"name":"KERB_REFRESH_SCCRED_RELEASE","features":[24]},{"name":"KERB_REFRESH_SCCRED_REQUEST","features":[1,24]},{"name":"KERB_REQUEST_ADD_CREDENTIAL","features":[24]},{"name":"KERB_REQUEST_FLAGS","features":[24]},{"name":"KERB_REQUEST_REMOVE_CREDENTIAL","features":[24]},{"name":"KERB_REQUEST_REPLACE_CREDENTIAL","features":[24]},{"name":"KERB_RETRIEVE_KEY_TAB_REQUEST","features":[24]},{"name":"KERB_RETRIEVE_KEY_TAB_RESPONSE","features":[24]},{"name":"KERB_RETRIEVE_TICKET_AS_KERB_CRED","features":[24]},{"name":"KERB_RETRIEVE_TICKET_CACHE_TICKET","features":[24]},{"name":"KERB_RETRIEVE_TICKET_DEFAULT","features":[24]},{"name":"KERB_RETRIEVE_TICKET_DONT_USE_CACHE","features":[24]},{"name":"KERB_RETRIEVE_TICKET_MAX_LIFETIME","features":[24]},{"name":"KERB_RETRIEVE_TICKET_USE_CACHE_ONLY","features":[24]},{"name":"KERB_RETRIEVE_TICKET_USE_CREDHANDLE","features":[24]},{"name":"KERB_RETRIEVE_TICKET_WITH_SEC_CRED","features":[24]},{"name":"KERB_RETRIEVE_TKT_REQUEST","features":[1,24,126]},{"name":"KERB_RETRIEVE_TKT_RESPONSE","features":[24]},{"name":"KERB_S4U2PROXY_CACHE_ENTRY_INFO","features":[1,24]},{"name":"KERB_S4U2PROXY_CACHE_ENTRY_INFO_FLAG_NEGATIVE","features":[24]},{"name":"KERB_S4U2PROXY_CRED","features":[1,24]},{"name":"KERB_S4U2PROXY_CRED_FLAG_NEGATIVE","features":[24]},{"name":"KERB_S4U_LOGON","features":[24]},{"name":"KERB_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[24]},{"name":"KERB_S4U_LOGON_FLAG_IDENTIFY","features":[24]},{"name":"KERB_SETPASSWORD_EX_REQUEST","features":[1,24,126]},{"name":"KERB_SETPASSWORD_REQUEST","features":[1,24,126]},{"name":"KERB_SETPASS_USE_CREDHANDLE","features":[24]},{"name":"KERB_SETPASS_USE_LOGONID","features":[24]},{"name":"KERB_SMART_CARD_LOGON","features":[24]},{"name":"KERB_SMART_CARD_PROFILE","features":[24]},{"name":"KERB_SMART_CARD_UNLOCK_LOGON","features":[1,24]},{"name":"KERB_SUBMIT_TKT_REQUEST","features":[1,24]},{"name":"KERB_TICKET_CACHE_INFO","features":[24]},{"name":"KERB_TICKET_CACHE_INFO_EX","features":[24]},{"name":"KERB_TICKET_CACHE_INFO_EX2","features":[24]},{"name":"KERB_TICKET_CACHE_INFO_EX3","features":[24]},{"name":"KERB_TICKET_FLAGS","features":[24]},{"name":"KERB_TICKET_FLAGS_cname_in_pa_data","features":[24]},{"name":"KERB_TICKET_FLAGS_enc_pa_rep","features":[24]},{"name":"KERB_TICKET_FLAGS_forwardable","features":[24]},{"name":"KERB_TICKET_FLAGS_forwarded","features":[24]},{"name":"KERB_TICKET_FLAGS_hw_authent","features":[24]},{"name":"KERB_TICKET_FLAGS_initial","features":[24]},{"name":"KERB_TICKET_FLAGS_invalid","features":[24]},{"name":"KERB_TICKET_FLAGS_may_postdate","features":[24]},{"name":"KERB_TICKET_FLAGS_name_canonicalize","features":[24]},{"name":"KERB_TICKET_FLAGS_ok_as_delegate","features":[24]},{"name":"KERB_TICKET_FLAGS_postdated","features":[24]},{"name":"KERB_TICKET_FLAGS_pre_authent","features":[24]},{"name":"KERB_TICKET_FLAGS_proxiable","features":[24]},{"name":"KERB_TICKET_FLAGS_proxy","features":[24]},{"name":"KERB_TICKET_FLAGS_renewable","features":[24]},{"name":"KERB_TICKET_FLAGS_reserved","features":[24]},{"name":"KERB_TICKET_FLAGS_reserved1","features":[24]},{"name":"KERB_TICKET_LOGON","features":[24]},{"name":"KERB_TICKET_PROFILE","features":[24]},{"name":"KERB_TICKET_UNLOCK_LOGON","features":[1,24]},{"name":"KERB_TRANSFER_CRED_CLEANUP_CREDENTIALS","features":[24]},{"name":"KERB_TRANSFER_CRED_REQUEST","features":[1,24]},{"name":"KERB_TRANSFER_CRED_WITH_TICKETS","features":[24]},{"name":"KERB_USE_DEFAULT_TICKET_FLAGS","features":[24]},{"name":"KERB_WRAP_NO_ENCRYPT","features":[24]},{"name":"KERN_CONTEXT_CERT_INFO_V1","features":[24]},{"name":"KRB_ANONYMOUS_STRING","features":[24]},{"name":"KRB_NT_ENTERPRISE_PRINCIPAL","features":[24]},{"name":"KRB_NT_ENT_PRINCIPAL_AND_ID","features":[24]},{"name":"KRB_NT_MS_BRANCH_ID","features":[24]},{"name":"KRB_NT_MS_PRINCIPAL","features":[24]},{"name":"KRB_NT_MS_PRINCIPAL_AND_ID","features":[24]},{"name":"KRB_NT_PRINCIPAL","features":[24]},{"name":"KRB_NT_PRINCIPAL_AND_ID","features":[24]},{"name":"KRB_NT_SRV_HST","features":[24]},{"name":"KRB_NT_SRV_INST","features":[24]},{"name":"KRB_NT_SRV_INST_AND_ID","features":[24]},{"name":"KRB_NT_SRV_XHST","features":[24]},{"name":"KRB_NT_UID","features":[24]},{"name":"KRB_NT_UNKNOWN","features":[24]},{"name":"KRB_NT_WELLKNOWN","features":[24]},{"name":"KRB_NT_X500_PRINCIPAL","features":[24]},{"name":"KRB_WELLKNOWN_STRING","features":[24]},{"name":"KSEC_CONTEXT_TYPE","features":[24]},{"name":"KSEC_LIST_ENTRY","features":[24,8]},{"name":"KSecNonPaged","features":[24]},{"name":"KSecPaged","features":[24]},{"name":"KerbAddBindingCacheEntryExMessage","features":[24]},{"name":"KerbAddBindingCacheEntryMessage","features":[24]},{"name":"KerbAddExtraCredentialsExMessage","features":[24]},{"name":"KerbAddExtraCredentialsMessage","features":[24]},{"name":"KerbCertificateLogon","features":[24]},{"name":"KerbCertificateS4ULogon","features":[24]},{"name":"KerbCertificateUnlockLogon","features":[24]},{"name":"KerbChangeMachinePasswordMessage","features":[24]},{"name":"KerbChangePasswordMessage","features":[24]},{"name":"KerbCleanupMachinePkinitCredsMessage","features":[24]},{"name":"KerbDebugRequestMessage","features":[24]},{"name":"KerbDecryptDataMessage","features":[24]},{"name":"KerbInteractiveLogon","features":[24]},{"name":"KerbInteractiveProfile","features":[24]},{"name":"KerbLuidLogon","features":[24]},{"name":"KerbNoElevationLogon","features":[24]},{"name":"KerbPinKdcMessage","features":[24]},{"name":"KerbPrintCloudKerberosDebugMessage","features":[24]},{"name":"KerbProxyLogon","features":[24]},{"name":"KerbPurgeBindingCacheMessage","features":[24]},{"name":"KerbPurgeKdcProxyCacheMessage","features":[24]},{"name":"KerbPurgeTicketCacheExMessage","features":[24]},{"name":"KerbPurgeTicketCacheMessage","features":[24]},{"name":"KerbQueryBindingCacheMessage","features":[24]},{"name":"KerbQueryDomainExtendedPoliciesMessage","features":[24]},{"name":"KerbQueryKdcProxyCacheMessage","features":[24]},{"name":"KerbQueryS4U2ProxyCacheMessage","features":[24]},{"name":"KerbQuerySupplementalCredentialsMessage","features":[24]},{"name":"KerbQueryTicketCacheEx2Message","features":[24]},{"name":"KerbQueryTicketCacheEx3Message","features":[24]},{"name":"KerbQueryTicketCacheExMessage","features":[24]},{"name":"KerbQueryTicketCacheMessage","features":[24]},{"name":"KerbRefreshPolicyMessage","features":[24]},{"name":"KerbRefreshSmartcardCredentialsMessage","features":[24]},{"name":"KerbRetrieveEncodedTicketMessage","features":[24]},{"name":"KerbRetrieveKeyTabMessage","features":[24]},{"name":"KerbRetrieveTicketMessage","features":[24]},{"name":"KerbS4ULogon","features":[24]},{"name":"KerbSetPasswordExMessage","features":[24]},{"name":"KerbSetPasswordMessage","features":[24]},{"name":"KerbSmartCardLogon","features":[24]},{"name":"KerbSmartCardProfile","features":[24]},{"name":"KerbSmartCardUnlockLogon","features":[24]},{"name":"KerbSubmitTicketMessage","features":[24]},{"name":"KerbTicketLogon","features":[24]},{"name":"KerbTicketProfile","features":[24]},{"name":"KerbTicketUnlockLogon","features":[24]},{"name":"KerbTransferCredentialsMessage","features":[24]},{"name":"KerbUnpinAllKdcsMessage","features":[24]},{"name":"KerbUpdateAddressesMessage","features":[24]},{"name":"KerbVerifyCredentialsMessage","features":[24]},{"name":"KerbVerifyPacMessage","features":[24]},{"name":"KerbWorkstationUnlockLogon","features":[24]},{"name":"KspCompleteTokenFn","features":[1,24]},{"name":"KspDeleteContextFn","features":[1,24]},{"name":"KspGetTokenFn","features":[1,24]},{"name":"KspInitContextFn","features":[1,24]},{"name":"KspInitPackageFn","features":[1,24,8]},{"name":"KspMakeSignatureFn","features":[1,24]},{"name":"KspMapHandleFn","features":[1,24]},{"name":"KspQueryAttributesFn","features":[1,24]},{"name":"KspSealMessageFn","features":[1,24]},{"name":"KspSerializeAuthDataFn","features":[1,24]},{"name":"KspSetPagingModeFn","features":[1,24]},{"name":"KspUnsealMessageFn","features":[1,24]},{"name":"KspVerifySignatureFn","features":[1,24]},{"name":"LCRED_CRED_EXISTS","features":[24]},{"name":"LCRED_STATUS_NOCRED","features":[24]},{"name":"LCRED_STATUS_UNKNOWN_ISSUER","features":[24]},{"name":"LOGON_CACHED_ACCOUNT","features":[24]},{"name":"LOGON_EXTRA_SIDS","features":[24]},{"name":"LOGON_GRACE_LOGON","features":[24]},{"name":"LOGON_GUEST","features":[24]},{"name":"LOGON_HOURS","features":[24]},{"name":"LOGON_LM_V2","features":[24]},{"name":"LOGON_MANAGED_SERVICE","features":[24]},{"name":"LOGON_NOENCRYPTION","features":[24]},{"name":"LOGON_NO_ELEVATION","features":[24]},{"name":"LOGON_NO_OPTIMIZED","features":[24]},{"name":"LOGON_NTLMV2_ENABLED","features":[24]},{"name":"LOGON_NTLM_V2","features":[24]},{"name":"LOGON_NT_V2","features":[24]},{"name":"LOGON_OPTIMIZED","features":[24]},{"name":"LOGON_PKINIT","features":[24]},{"name":"LOGON_PROFILE_PATH_RETURNED","features":[24]},{"name":"LOGON_RESOURCE_GROUPS","features":[24]},{"name":"LOGON_SERVER_TRUST_ACCOUNT","features":[24]},{"name":"LOGON_SUBAUTH_SESSION_KEY","features":[24]},{"name":"LOGON_USED_LM_PASSWORD","features":[24]},{"name":"LOGON_WINLOGON","features":[24]},{"name":"LOOKUP_TRANSLATE_NAMES","features":[24]},{"name":"LOOKUP_VIEW_LOCAL_INFORMATION","features":[24]},{"name":"LSAD_AES_BLOCK_SIZE","features":[24]},{"name":"LSAD_AES_CRYPT_SHA512_HASH_SIZE","features":[24]},{"name":"LSAD_AES_KEY_SIZE","features":[24]},{"name":"LSAD_AES_SALT_SIZE","features":[24]},{"name":"LSASETCAPS_RELOAD_FLAG","features":[24]},{"name":"LSASETCAPS_VALID_FLAG_MASK","features":[24]},{"name":"LSA_ADT_LEGACY_SECURITY_SOURCE_NAME","features":[24]},{"name":"LSA_ADT_SECURITY_SOURCE_NAME","features":[24]},{"name":"LSA_AP_NAME_CALL_PACKAGE","features":[24]},{"name":"LSA_AP_NAME_CALL_PACKAGE_PASSTHROUGH","features":[24]},{"name":"LSA_AP_NAME_CALL_PACKAGE_UNTRUSTED","features":[24]},{"name":"LSA_AP_NAME_INITIALIZE_PACKAGE","features":[24]},{"name":"LSA_AP_NAME_LOGON_TERMINATED","features":[24]},{"name":"LSA_AP_NAME_LOGON_USER","features":[24]},{"name":"LSA_AP_NAME_LOGON_USER_EX","features":[24]},{"name":"LSA_AP_NAME_LOGON_USER_EX2","features":[24]},{"name":"LSA_AP_POST_LOGON_USER","features":[1,24]},{"name":"LSA_AUTH_INFORMATION","features":[24]},{"name":"LSA_AUTH_INFORMATION_AUTH_TYPE","features":[24]},{"name":"LSA_CALL_LICENSE_SERVER","features":[24]},{"name":"LSA_DISPATCH_TABLE","features":[1,24]},{"name":"LSA_ENUMERATION_INFORMATION","features":[24]},{"name":"LSA_FOREST_TRUST_BINARY_DATA","features":[24]},{"name":"LSA_FOREST_TRUST_COLLISION_INFORMATION","features":[24]},{"name":"LSA_FOREST_TRUST_COLLISION_RECORD","features":[24]},{"name":"LSA_FOREST_TRUST_COLLISION_RECORD_TYPE","features":[24]},{"name":"LSA_FOREST_TRUST_DOMAIN_INFO","features":[24]},{"name":"LSA_FOREST_TRUST_INFORMATION","features":[24]},{"name":"LSA_FOREST_TRUST_INFORMATION2","features":[24]},{"name":"LSA_FOREST_TRUST_RECORD","features":[24]},{"name":"LSA_FOREST_TRUST_RECORD2","features":[24]},{"name":"LSA_FOREST_TRUST_RECORD_TYPE","features":[24]},{"name":"LSA_FOREST_TRUST_RECORD_TYPE_UNRECOGNIZED","features":[24]},{"name":"LSA_FOREST_TRUST_SCANNER_INFO","features":[24]},{"name":"LSA_FTRECORD_DISABLED_REASONS","features":[24]},{"name":"LSA_GLOBAL_SECRET_PREFIX","features":[24]},{"name":"LSA_GLOBAL_SECRET_PREFIX_LENGTH","features":[24]},{"name":"LSA_HANDLE","features":[24]},{"name":"LSA_LAST_INTER_LOGON_INFO","features":[24]},{"name":"LSA_LOCAL_SECRET_PREFIX","features":[24]},{"name":"LSA_LOCAL_SECRET_PREFIX_LENGTH","features":[24]},{"name":"LSA_LOOKUP_DISALLOW_CONNECTED_ACCOUNT_INTERNET_SID","features":[24]},{"name":"LSA_LOOKUP_DOMAIN_INFO_CLASS","features":[24]},{"name":"LSA_LOOKUP_ISOLATED_AS_LOCAL","features":[24]},{"name":"LSA_LOOKUP_PREFER_INTERNET_NAMES","features":[24]},{"name":"LSA_MACHINE_SECRET_PREFIX","features":[24]},{"name":"LSA_MAXIMUM_ENUMERATION_LENGTH","features":[24]},{"name":"LSA_MAXIMUM_SID_COUNT","features":[24]},{"name":"LSA_MODE_INDIVIDUAL_ACCOUNTS","features":[24]},{"name":"LSA_MODE_LOG_FULL","features":[24]},{"name":"LSA_MODE_MANDATORY_ACCESS","features":[24]},{"name":"LSA_MODE_PASSWORD_PROTECTED","features":[24]},{"name":"LSA_NB_DISABLED_ADMIN","features":[24]},{"name":"LSA_NB_DISABLED_CONFLICT","features":[24]},{"name":"LSA_OBJECT_ATTRIBUTES","features":[1,24]},{"name":"LSA_QUERY_CLIENT_PRELOGON_SESSION_ID","features":[24]},{"name":"LSA_REFERENCED_DOMAIN_LIST","features":[24]},{"name":"LSA_SCANNER_INFO_ADMIN_ALL_FLAGS","features":[24]},{"name":"LSA_SCANNER_INFO_DISABLE_AUTH_TARGET_VALIDATION","features":[24]},{"name":"LSA_SECPKG_FUNCTION_TABLE","features":[1,24,126,39]},{"name":"LSA_SECRET_MAXIMUM_COUNT","features":[24]},{"name":"LSA_SECRET_MAXIMUM_LENGTH","features":[24]},{"name":"LSA_SID_DISABLED_ADMIN","features":[24]},{"name":"LSA_SID_DISABLED_CONFLICT","features":[24]},{"name":"LSA_STRING","features":[24]},{"name":"LSA_TLN_DISABLED_ADMIN","features":[24]},{"name":"LSA_TLN_DISABLED_CONFLICT","features":[24]},{"name":"LSA_TLN_DISABLED_NEW","features":[24]},{"name":"LSA_TOKEN_INFORMATION_NULL","features":[24]},{"name":"LSA_TOKEN_INFORMATION_TYPE","features":[24]},{"name":"LSA_TOKEN_INFORMATION_V1","features":[1,24]},{"name":"LSA_TOKEN_INFORMATION_V3","features":[1,24]},{"name":"LSA_TRANSLATED_NAME","features":[24]},{"name":"LSA_TRANSLATED_SID","features":[24]},{"name":"LSA_TRANSLATED_SID2","features":[24]},{"name":"LSA_TRUST_INFORMATION","features":[24]},{"name":"LSA_UNICODE_STRING","features":[24]},{"name":"LocalUserCredKey","features":[24]},{"name":"LsaAddAccountRights","features":[1,24]},{"name":"LsaCallAuthenticationPackage","features":[1,24]},{"name":"LsaClose","features":[1,24]},{"name":"LsaConnectUntrusted","features":[1,24]},{"name":"LsaCreateTrustedDomainEx","features":[1,24]},{"name":"LsaDeleteTrustedDomain","features":[1,24]},{"name":"LsaDeregisterLogonProcess","features":[1,24]},{"name":"LsaEnumerateAccountRights","features":[1,24]},{"name":"LsaEnumerateAccountsWithUserRight","features":[1,24]},{"name":"LsaEnumerateLogonSessions","features":[1,24]},{"name":"LsaEnumerateTrustedDomains","features":[1,24]},{"name":"LsaEnumerateTrustedDomainsEx","features":[1,24]},{"name":"LsaFreeMemory","features":[1,24]},{"name":"LsaFreeReturnBuffer","features":[1,24]},{"name":"LsaGetAppliedCAPIDs","features":[1,24]},{"name":"LsaGetLogonSessionData","features":[1,24]},{"name":"LsaLogonUser","features":[1,24]},{"name":"LsaLookupAuthenticationPackage","features":[1,24]},{"name":"LsaLookupNames","features":[1,24]},{"name":"LsaLookupNames2","features":[1,24]},{"name":"LsaLookupSids","features":[1,24]},{"name":"LsaLookupSids2","features":[1,24]},{"name":"LsaNtStatusToWinError","features":[1,24]},{"name":"LsaOpenPolicy","features":[1,24]},{"name":"LsaOpenTrustedDomainByName","features":[1,24]},{"name":"LsaQueryCAPs","features":[1,24]},{"name":"LsaQueryDomainInformationPolicy","features":[1,24]},{"name":"LsaQueryForestTrustInformation","features":[1,24]},{"name":"LsaQueryForestTrustInformation2","features":[1,24]},{"name":"LsaQueryInformationPolicy","features":[1,24]},{"name":"LsaQueryTrustedDomainInfo","features":[1,24]},{"name":"LsaQueryTrustedDomainInfoByName","features":[1,24]},{"name":"LsaRegisterLogonProcess","features":[1,24]},{"name":"LsaRegisterPolicyChangeNotification","features":[1,24]},{"name":"LsaRemoveAccountRights","features":[1,24]},{"name":"LsaRetrievePrivateData","features":[1,24]},{"name":"LsaSetCAPs","features":[1,24]},{"name":"LsaSetDomainInformationPolicy","features":[1,24]},{"name":"LsaSetForestTrustInformation","features":[1,24]},{"name":"LsaSetForestTrustInformation2","features":[1,24]},{"name":"LsaSetInformationPolicy","features":[1,24]},{"name":"LsaSetTrustedDomainInfoByName","features":[1,24]},{"name":"LsaSetTrustedDomainInformation","features":[1,24]},{"name":"LsaStorePrivateData","features":[1,24]},{"name":"LsaTokenInformationNull","features":[24]},{"name":"LsaTokenInformationV1","features":[24]},{"name":"LsaTokenInformationV2","features":[24]},{"name":"LsaTokenInformationV3","features":[24]},{"name":"LsaUnregisterPolicyChangeNotification","features":[1,24]},{"name":"MAKE_SIGNATURE_FN","features":[24,126]},{"name":"MAXIMUM_CAPES_PER_CAP","features":[24]},{"name":"MAX_CRED_SIZE","features":[24]},{"name":"MAX_PROTOCOL_ID_SIZE","features":[24]},{"name":"MAX_RECORDS_IN_FOREST_TRUST_INFO","features":[24]},{"name":"MAX_USER_RECORDS","features":[24]},{"name":"MICROSOFT_KERBEROS_NAME","features":[24]},{"name":"MICROSOFT_KERBEROS_NAME_A","features":[24]},{"name":"MICROSOFT_KERBEROS_NAME_W","features":[24]},{"name":"MSV1_0","features":[24]},{"name":"MSV1_0_ALLOW_FORCE_GUEST","features":[24]},{"name":"MSV1_0_ALLOW_MSVCHAPV2","features":[24]},{"name":"MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT","features":[24]},{"name":"MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT","features":[24]},{"name":"MSV1_0_AVID","features":[24]},{"name":"MSV1_0_AV_FLAG_FORCE_GUEST","features":[24]},{"name":"MSV1_0_AV_FLAG_MIC_HANDSHAKE_MESSAGES","features":[24]},{"name":"MSV1_0_AV_FLAG_UNVERIFIED_TARGET","features":[24]},{"name":"MSV1_0_AV_PAIR","features":[24]},{"name":"MSV1_0_CHALLENGE_LENGTH","features":[24]},{"name":"MSV1_0_CHANGEPASSWORD_REQUEST","features":[1,24]},{"name":"MSV1_0_CHANGEPASSWORD_RESPONSE","features":[1,24]},{"name":"MSV1_0_CHECK_LOGONHOURS_FOR_S4U","features":[24]},{"name":"MSV1_0_CLEARTEXT_PASSWORD_ALLOWED","features":[24]},{"name":"MSV1_0_CLEARTEXT_PASSWORD_SUPPLIED","features":[24]},{"name":"MSV1_0_CREDENTIAL_KEY","features":[24]},{"name":"MSV1_0_CREDENTIAL_KEY_LENGTH","features":[24]},{"name":"MSV1_0_CREDENTIAL_KEY_TYPE","features":[24]},{"name":"MSV1_0_CRED_CREDKEY_PRESENT","features":[24]},{"name":"MSV1_0_CRED_LM_PRESENT","features":[24]},{"name":"MSV1_0_CRED_NT_PRESENT","features":[24]},{"name":"MSV1_0_CRED_REMOVED","features":[24]},{"name":"MSV1_0_CRED_SHA_PRESENT","features":[24]},{"name":"MSV1_0_CRED_VERSION","features":[24]},{"name":"MSV1_0_CRED_VERSION_ARSO","features":[24]},{"name":"MSV1_0_CRED_VERSION_INVALID","features":[24]},{"name":"MSV1_0_CRED_VERSION_IUM","features":[24]},{"name":"MSV1_0_CRED_VERSION_REMOTE","features":[24]},{"name":"MSV1_0_CRED_VERSION_RESERVED_1","features":[24]},{"name":"MSV1_0_CRED_VERSION_V2","features":[24]},{"name":"MSV1_0_CRED_VERSION_V3","features":[24]},{"name":"MSV1_0_DISABLE_PERSONAL_FALLBACK","features":[24]},{"name":"MSV1_0_DONT_TRY_GUEST_ACCOUNT","features":[24]},{"name":"MSV1_0_GUEST_LOGON","features":[24]},{"name":"MSV1_0_INTERACTIVE_LOGON","features":[24]},{"name":"MSV1_0_INTERACTIVE_PROFILE","features":[24]},{"name":"MSV1_0_INTERNET_DOMAIN","features":[24]},{"name":"MSV1_0_IUM_SUPPLEMENTAL_CREDENTIAL","features":[24]},{"name":"MSV1_0_LANMAN_SESSION_KEY_LENGTH","features":[24]},{"name":"MSV1_0_LM20_LOGON","features":[24]},{"name":"MSV1_0_LM20_LOGON_PROFILE","features":[24]},{"name":"MSV1_0_LOGON_SUBMIT_TYPE","features":[24]},{"name":"MSV1_0_MAX_AVL_SIZE","features":[24]},{"name":"MSV1_0_MAX_NTLM3_LIFE","features":[24]},{"name":"MSV1_0_MNS_LOGON","features":[24]},{"name":"MSV1_0_NTLM3_OWF_LENGTH","features":[24]},{"name":"MSV1_0_NTLM3_RESPONSE","features":[24]},{"name":"MSV1_0_NTLM3_RESPONSE_LENGTH","features":[24]},{"name":"MSV1_0_OWF_PASSWORD_LENGTH","features":[24]},{"name":"MSV1_0_PACKAGE_NAME","features":[24]},{"name":"MSV1_0_PACKAGE_NAMEW","features":[24]},{"name":"MSV1_0_PASSTHROUGH_REQUEST","features":[24]},{"name":"MSV1_0_PASSTHROUGH_RESPONSE","features":[24]},{"name":"MSV1_0_PASSTHRU","features":[24]},{"name":"MSV1_0_PROFILE_BUFFER_TYPE","features":[24]},{"name":"MSV1_0_PROTOCOL_MESSAGE_TYPE","features":[24]},{"name":"MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL","features":[24]},{"name":"MSV1_0_RETURN_PASSWORD_EXPIRY","features":[24]},{"name":"MSV1_0_RETURN_PROFILE_PATH","features":[24]},{"name":"MSV1_0_RETURN_USER_PARAMETERS","features":[24]},{"name":"MSV1_0_S4U2SELF","features":[24]},{"name":"MSV1_0_S4U_LOGON","features":[24]},{"name":"MSV1_0_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[24]},{"name":"MSV1_0_SHA_PASSWORD_LENGTH","features":[24]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL","features":[24]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_EX","features":[24]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_IIS","features":[24]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_RAS","features":[24]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_SHIFT","features":[24]},{"name":"MSV1_0_SUBAUTHENTICATION_FLAGS","features":[24]},{"name":"MSV1_0_SUBAUTHENTICATION_KEY","features":[24]},{"name":"MSV1_0_SUBAUTHENTICATION_VALUE","features":[24]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_DISABLED","features":[24]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_EXPIRY","features":[24]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_TYPE","features":[24]},{"name":"MSV1_0_SUBAUTH_LOCKOUT","features":[24]},{"name":"MSV1_0_SUBAUTH_LOGON","features":[24]},{"name":"MSV1_0_SUBAUTH_LOGON_HOURS","features":[24]},{"name":"MSV1_0_SUBAUTH_PASSWORD","features":[24]},{"name":"MSV1_0_SUBAUTH_PASSWORD_EXPIRY","features":[24]},{"name":"MSV1_0_SUBAUTH_REQUEST","features":[24]},{"name":"MSV1_0_SUBAUTH_RESPONSE","features":[24]},{"name":"MSV1_0_SUBAUTH_WORKSTATIONS","features":[24]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL","features":[24]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2","features":[24]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL_V3","features":[24]},{"name":"MSV1_0_TRY_GUEST_ACCOUNT_ONLY","features":[24]},{"name":"MSV1_0_TRY_SPECIFIED_DOMAIN_ONLY","features":[24]},{"name":"MSV1_0_UPDATE_LOGON_STATISTICS","features":[24]},{"name":"MSV1_0_USER_SESSION_KEY_LENGTH","features":[24]},{"name":"MSV1_0_USE_CLIENT_CHALLENGE","features":[24]},{"name":"MSV1_0_USE_DOMAIN_FOR_ROUTING_ONLY","features":[24]},{"name":"MSV1_0_VALIDATION_INFO","features":[1,24,127]},{"name":"MSV1_0_VALIDATION_KICKOFF_TIME","features":[24]},{"name":"MSV1_0_VALIDATION_LOGOFF_TIME","features":[24]},{"name":"MSV1_0_VALIDATION_LOGON_DOMAIN","features":[24]},{"name":"MSV1_0_VALIDATION_LOGON_SERVER","features":[24]},{"name":"MSV1_0_VALIDATION_SESSION_KEY","features":[24]},{"name":"MSV1_0_VALIDATION_USER_FLAGS","features":[24]},{"name":"MSV1_0_VALIDATION_USER_ID","features":[24]},{"name":"MSV_SUBAUTH_LOGON_PARAMETER_CONTROL","features":[24]},{"name":"MSV_SUB_AUTHENTICATION_FILTER","features":[24]},{"name":"MSV_SUPPLEMENTAL_CREDENTIAL_FLAGS","features":[24]},{"name":"MakeSignature","features":[24,126]},{"name":"MsV1_0CacheLogon","features":[24]},{"name":"MsV1_0CacheLookup","features":[24]},{"name":"MsV1_0CacheLookupEx","features":[24]},{"name":"MsV1_0ChangeCachedPassword","features":[24]},{"name":"MsV1_0ChangePassword","features":[24]},{"name":"MsV1_0ClearCachedCredentials","features":[24]},{"name":"MsV1_0ConfigLocalAliases","features":[24]},{"name":"MsV1_0DecryptDpapiMasterKey","features":[24]},{"name":"MsV1_0DeleteTbalSecrets","features":[24]},{"name":"MsV1_0DeriveCredential","features":[24]},{"name":"MsV1_0EnumerateUsers","features":[24]},{"name":"MsV1_0GenericPassthrough","features":[24]},{"name":"MsV1_0GetCredentialKey","features":[24]},{"name":"MsV1_0GetStrongCredentialKey","features":[24]},{"name":"MsV1_0GetUserInfo","features":[24]},{"name":"MsV1_0InteractiveLogon","features":[24]},{"name":"MsV1_0InteractiveProfile","features":[24]},{"name":"MsV1_0Lm20ChallengeRequest","features":[24]},{"name":"MsV1_0Lm20GetChallengeResponse","features":[24]},{"name":"MsV1_0Lm20Logon","features":[24]},{"name":"MsV1_0Lm20LogonProfile","features":[24]},{"name":"MsV1_0LookupToken","features":[24]},{"name":"MsV1_0LuidLogon","features":[24]},{"name":"MsV1_0NetworkLogon","features":[24]},{"name":"MsV1_0NoElevationLogon","features":[24]},{"name":"MsV1_0ProvisionTbal","features":[24]},{"name":"MsV1_0ReLogonUsers","features":[24]},{"name":"MsV1_0S4ULogon","features":[24]},{"name":"MsV1_0SetProcessOption","features":[24]},{"name":"MsV1_0SetThreadOption","features":[24]},{"name":"MsV1_0SmartCardProfile","features":[24]},{"name":"MsV1_0SubAuth","features":[24]},{"name":"MsV1_0SubAuthLogon","features":[24]},{"name":"MsV1_0TransferCred","features":[24]},{"name":"MsV1_0ValidateAuth","features":[24]},{"name":"MsV1_0VirtualLogon","features":[24]},{"name":"MsV1_0WorkstationUnlockLogon","features":[24]},{"name":"MsvAvChannelBindings","features":[24]},{"name":"MsvAvDnsComputerName","features":[24]},{"name":"MsvAvDnsDomainName","features":[24]},{"name":"MsvAvDnsTreeName","features":[24]},{"name":"MsvAvEOL","features":[24]},{"name":"MsvAvFlags","features":[24]},{"name":"MsvAvNbComputerName","features":[24]},{"name":"MsvAvNbDomainName","features":[24]},{"name":"MsvAvRestrictions","features":[24]},{"name":"MsvAvTargetName","features":[24]},{"name":"MsvAvTimestamp","features":[24]},{"name":"NEGOSSP_NAME","features":[24]},{"name":"NEGOSSP_NAME_A","features":[24]},{"name":"NEGOSSP_NAME_W","features":[24]},{"name":"NEGOTIATE_ALLOW_NTLM","features":[24]},{"name":"NEGOTIATE_CALLER_NAME_REQUEST","features":[1,24]},{"name":"NEGOTIATE_CALLER_NAME_RESPONSE","features":[24]},{"name":"NEGOTIATE_MAX_PREFIX","features":[24]},{"name":"NEGOTIATE_MESSAGES","features":[24]},{"name":"NEGOTIATE_NEG_NTLM","features":[24]},{"name":"NEGOTIATE_PACKAGE_PREFIX","features":[24]},{"name":"NEGOTIATE_PACKAGE_PREFIXES","features":[24]},{"name":"NETLOGON_GENERIC_INFO","features":[24]},{"name":"NETLOGON_INTERACTIVE_INFO","features":[24,127]},{"name":"NETLOGON_LOGON_IDENTITY_INFO","features":[24]},{"name":"NETLOGON_LOGON_INFO_CLASS","features":[24]},{"name":"NETLOGON_NETWORK_INFO","features":[24]},{"name":"NETLOGON_SERVICE_INFO","features":[24,127]},{"name":"NGC_DATA_FLAG_IS_CLOUD_TRUST_CRED","features":[24]},{"name":"NGC_DATA_FLAG_IS_SMARTCARD_DATA","features":[24]},{"name":"NGC_DATA_FLAG_KERB_CERTIFICATE_LOGON_FLAG_CHECK_DUPLICATES","features":[24]},{"name":"NGC_DATA_FLAG_KERB_CERTIFICATE_LOGON_FLAG_USE_CERTIFICATE_INFO","features":[24]},{"name":"NOTIFIER_FLAG_NEW_THREAD","features":[24]},{"name":"NOTIFIER_FLAG_ONE_SHOT","features":[24]},{"name":"NOTIFIER_FLAG_SECONDS","features":[24]},{"name":"NOTIFIER_TYPE_HANDLE_WAIT","features":[24]},{"name":"NOTIFIER_TYPE_IMMEDIATE","features":[24]},{"name":"NOTIFIER_TYPE_INTERVAL","features":[24]},{"name":"NOTIFIER_TYPE_NOTIFY_EVENT","features":[24]},{"name":"NOTIFIER_TYPE_STATE_CHANGE","features":[24]},{"name":"NOTIFY_CLASS_DOMAIN_CHANGE","features":[24]},{"name":"NOTIFY_CLASS_PACKAGE_CHANGE","features":[24]},{"name":"NOTIFY_CLASS_REGISTRY_CHANGE","features":[24]},{"name":"NOTIFY_CLASS_ROLE_CHANGE","features":[24]},{"name":"NO_LONG_NAMES","features":[24]},{"name":"NTLMSP_NAME","features":[24]},{"name":"NTLMSP_NAME_A","features":[24]},{"name":"NameCanonical","features":[24]},{"name":"NameCanonicalEx","features":[24]},{"name":"NameDisplay","features":[24]},{"name":"NameDnsDomain","features":[24]},{"name":"NameFullyQualifiedDN","features":[24]},{"name":"NameGivenName","features":[24]},{"name":"NameSamCompatible","features":[24]},{"name":"NameServicePrincipal","features":[24]},{"name":"NameSurname","features":[24]},{"name":"NameUniqueId","features":[24]},{"name":"NameUnknown","features":[24]},{"name":"NameUserPrincipal","features":[24]},{"name":"NegCallPackageMax","features":[24]},{"name":"NegEnumPackagePrefixes","features":[24]},{"name":"NegGetCallerName","features":[24]},{"name":"NegMsgReserved1","features":[24]},{"name":"NegTransferCredentials","features":[24]},{"name":"NetlogonGenericInformation","features":[24]},{"name":"NetlogonInteractiveInformation","features":[24]},{"name":"NetlogonInteractiveTransitiveInformation","features":[24]},{"name":"NetlogonNetworkInformation","features":[24]},{"name":"NetlogonNetworkTransitiveInformation","features":[24]},{"name":"NetlogonServiceInformation","features":[24]},{"name":"NetlogonServiceTransitiveInformation","features":[24]},{"name":"PCT1SP_NAME","features":[24]},{"name":"PCT1SP_NAME_A","features":[24]},{"name":"PCT1SP_NAME_W","features":[24]},{"name":"PER_USER_AUDIT_FAILURE_EXCLUDE","features":[24]},{"name":"PER_USER_AUDIT_FAILURE_INCLUDE","features":[24]},{"name":"PER_USER_AUDIT_NONE","features":[24]},{"name":"PER_USER_AUDIT_SUCCESS_EXCLUDE","features":[24]},{"name":"PER_USER_AUDIT_SUCCESS_INCLUDE","features":[24]},{"name":"PER_USER_POLICY_UNCHANGED","features":[24]},{"name":"PKSEC_CREATE_CONTEXT_LIST","features":[24]},{"name":"PKSEC_DEREFERENCE_LIST_ENTRY","features":[24,8]},{"name":"PKSEC_INSERT_LIST_ENTRY","features":[24,8]},{"name":"PKSEC_LOCATE_PKG_BY_ID","features":[24]},{"name":"PKSEC_REFERENCE_LIST_ENTRY","features":[1,24,8]},{"name":"PKSEC_SERIALIZE_SCHANNEL_AUTH_DATA","features":[1,24]},{"name":"PKSEC_SERIALIZE_WINNT_AUTH_DATA","features":[1,24]},{"name":"PKU2U_CERTIFICATE_S4U_LOGON","features":[24]},{"name":"PKU2U_CERT_BLOB","features":[24]},{"name":"PKU2U_CREDUI_CONTEXT","features":[24]},{"name":"PKU2U_LOGON_SUBMIT_TYPE","features":[24]},{"name":"PKU2U_PACKAGE_NAME","features":[24]},{"name":"PKU2U_PACKAGE_NAME_A","features":[24]},{"name":"PKU2U_PACKAGE_NAME_W","features":[24]},{"name":"PLSA_ADD_CREDENTIAL","features":[1,24]},{"name":"PLSA_ALLOCATE_CLIENT_BUFFER","features":[1,24]},{"name":"PLSA_ALLOCATE_LSA_HEAP","features":[24]},{"name":"PLSA_ALLOCATE_PRIVATE_HEAP","features":[24]},{"name":"PLSA_ALLOCATE_SHARED_MEMORY","features":[24]},{"name":"PLSA_AP_CALL_PACKAGE","features":[1,24]},{"name":"PLSA_AP_CALL_PACKAGE_PASSTHROUGH","features":[1,24]},{"name":"PLSA_AP_INITIALIZE_PACKAGE","features":[1,24]},{"name":"PLSA_AP_LOGON_TERMINATED","features":[1,24]},{"name":"PLSA_AP_LOGON_USER","features":[1,24]},{"name":"PLSA_AP_LOGON_USER_EX","features":[1,24]},{"name":"PLSA_AP_LOGON_USER_EX2","features":[1,24]},{"name":"PLSA_AP_LOGON_USER_EX3","features":[1,24]},{"name":"PLSA_AP_POST_LOGON_USER_SURROGATE","features":[1,24]},{"name":"PLSA_AP_PRE_LOGON_USER_SURROGATE","features":[1,24]},{"name":"PLSA_AUDIT_ACCOUNT_LOGON","features":[1,24]},{"name":"PLSA_AUDIT_LOGON","features":[1,24]},{"name":"PLSA_AUDIT_LOGON_EX","features":[1,24]},{"name":"PLSA_CALLBACK_FUNCTION","features":[1,24]},{"name":"PLSA_CALL_PACKAGE","features":[1,24]},{"name":"PLSA_CALL_PACKAGEEX","features":[1,24]},{"name":"PLSA_CALL_PACKAGE_PASSTHROUGH","features":[1,24]},{"name":"PLSA_CANCEL_NOTIFICATION","features":[1,24]},{"name":"PLSA_CHECK_PROTECTED_USER_BY_TOKEN","features":[1,24]},{"name":"PLSA_CLIENT_CALLBACK","features":[1,24]},{"name":"PLSA_CLOSE_SAM_USER","features":[1,24]},{"name":"PLSA_CONVERT_AUTH_DATA_TO_TOKEN","features":[1,24]},{"name":"PLSA_COPY_FROM_CLIENT_BUFFER","features":[1,24]},{"name":"PLSA_COPY_TO_CLIENT_BUFFER","features":[1,24]},{"name":"PLSA_CRACK_SINGLE_NAME","features":[1,24]},{"name":"PLSA_CREATE_LOGON_SESSION","features":[1,24]},{"name":"PLSA_CREATE_SHARED_MEMORY","features":[24]},{"name":"PLSA_CREATE_THREAD","features":[1,24,39]},{"name":"PLSA_CREATE_TOKEN","features":[1,24]},{"name":"PLSA_CREATE_TOKEN_EX","features":[1,24]},{"name":"PLSA_DELETE_CREDENTIAL","features":[1,24]},{"name":"PLSA_DELETE_LOGON_SESSION","features":[1,24]},{"name":"PLSA_DELETE_SHARED_MEMORY","features":[1,24]},{"name":"PLSA_DUPLICATE_HANDLE","features":[1,24]},{"name":"PLSA_EXPAND_AUTH_DATA_FOR_DOMAIN","features":[1,24]},{"name":"PLSA_FREE_CLIENT_BUFFER","features":[1,24]},{"name":"PLSA_FREE_LSA_HEAP","features":[24]},{"name":"PLSA_FREE_PRIVATE_HEAP","features":[24]},{"name":"PLSA_FREE_SHARED_MEMORY","features":[24]},{"name":"PLSA_GET_APP_MODE_INFO","features":[1,24]},{"name":"PLSA_GET_AUTH_DATA_FOR_USER","features":[1,24]},{"name":"PLSA_GET_CALL_INFO","features":[1,24]},{"name":"PLSA_GET_CLIENT_INFO","features":[1,24]},{"name":"PLSA_GET_CLIENT_INFO_EX","features":[1,24]},{"name":"PLSA_GET_CREDENTIALS","features":[1,24]},{"name":"PLSA_GET_EXTENDED_CALL_FLAGS","features":[1,24]},{"name":"PLSA_GET_SERVICE_ACCOUNT_PASSWORD","features":[1,24]},{"name":"PLSA_GET_USER_AUTH_DATA","features":[1,24]},{"name":"PLSA_GET_USER_CREDENTIALS","features":[1,24]},{"name":"PLSA_IMPERSONATE_CLIENT","features":[1,24]},{"name":"PLSA_LOCATE_PKG_BY_ID","features":[24]},{"name":"PLSA_MAP_BUFFER","features":[1,24]},{"name":"PLSA_OPEN_SAM_USER","features":[1,24]},{"name":"PLSA_OPEN_TOKEN_BY_LOGON_ID","features":[1,24]},{"name":"PLSA_PROTECT_MEMORY","features":[24]},{"name":"PLSA_QUERY_CLIENT_REQUEST","features":[1,24]},{"name":"PLSA_REDIRECTED_LOGON_CALLBACK","features":[1,24]},{"name":"PLSA_REDIRECTED_LOGON_CLEANUP_CALLBACK","features":[1,24]},{"name":"PLSA_REDIRECTED_LOGON_GET_LOGON_CREDS","features":[1,24]},{"name":"PLSA_REDIRECTED_LOGON_GET_SID","features":[1,24]},{"name":"PLSA_REDIRECTED_LOGON_GET_SUPP_CREDS","features":[1,24]},{"name":"PLSA_REDIRECTED_LOGON_INIT","features":[1,24]},{"name":"PLSA_REGISTER_CALLBACK","features":[1,24]},{"name":"PLSA_REGISTER_NOTIFICATION","features":[1,24,39]},{"name":"PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS","features":[1,24]},{"name":"PLSA_SET_APP_MODE_INFO","features":[1,24]},{"name":"PLSA_UNLOAD_PACKAGE","features":[1,24]},{"name":"PLSA_UPDATE_PRIMARY_CREDENTIALS","features":[1,24]},{"name":"POLICY_ACCOUNT_DOMAIN_INFO","features":[24]},{"name":"POLICY_AUDIT_CATEGORIES_INFO","features":[24]},{"name":"POLICY_AUDIT_EVENTS_INFO","features":[1,24]},{"name":"POLICY_AUDIT_EVENT_FAILURE","features":[24]},{"name":"POLICY_AUDIT_EVENT_NONE","features":[24]},{"name":"POLICY_AUDIT_EVENT_SUCCESS","features":[24]},{"name":"POLICY_AUDIT_EVENT_TYPE","features":[24]},{"name":"POLICY_AUDIT_EVENT_UNCHANGED","features":[24]},{"name":"POLICY_AUDIT_FULL_QUERY_INFO","features":[1,24]},{"name":"POLICY_AUDIT_FULL_SET_INFO","features":[1,24]},{"name":"POLICY_AUDIT_LOG_ADMIN","features":[24]},{"name":"POLICY_AUDIT_LOG_INFO","features":[1,24]},{"name":"POLICY_AUDIT_SID_ARRAY","features":[24]},{"name":"POLICY_AUDIT_SUBCATEGORIES_INFO","features":[24]},{"name":"POLICY_CREATE_ACCOUNT","features":[24]},{"name":"POLICY_CREATE_PRIVILEGE","features":[24]},{"name":"POLICY_CREATE_SECRET","features":[24]},{"name":"POLICY_DEFAULT_QUOTA_INFO","features":[24]},{"name":"POLICY_DNS_DOMAIN_INFO","features":[24]},{"name":"POLICY_DOMAIN_EFS_INFO","features":[24]},{"name":"POLICY_DOMAIN_INFORMATION_CLASS","features":[24]},{"name":"POLICY_DOMAIN_KERBEROS_TICKET_INFO","features":[24]},{"name":"POLICY_GET_PRIVATE_INFORMATION","features":[24]},{"name":"POLICY_INFORMATION_CLASS","features":[24]},{"name":"POLICY_KERBEROS_VALIDATE_CLIENT","features":[24]},{"name":"POLICY_LOOKUP_NAMES","features":[24]},{"name":"POLICY_LSA_SERVER_ROLE","features":[24]},{"name":"POLICY_LSA_SERVER_ROLE_INFO","features":[24]},{"name":"POLICY_MACHINE_ACCT_INFO","features":[24]},{"name":"POLICY_MACHINE_ACCT_INFO2","features":[24]},{"name":"POLICY_MODIFICATION_INFO","features":[24]},{"name":"POLICY_NOTIFICATION","features":[24]},{"name":"POLICY_NOTIFICATION_INFORMATION_CLASS","features":[24]},{"name":"POLICY_PD_ACCOUNT_INFO","features":[24]},{"name":"POLICY_PRIMARY_DOMAIN_INFO","features":[24]},{"name":"POLICY_QOS_ALLOW_LOCAL_ROOT_CERT_STORE","features":[24]},{"name":"POLICY_QOS_DHCP_SERVER_ALLOWED","features":[24]},{"name":"POLICY_QOS_INBOUND_CONFIDENTIALITY","features":[24]},{"name":"POLICY_QOS_INBOUND_INTEGRITY","features":[24]},{"name":"POLICY_QOS_OUTBOUND_CONFIDENTIALITY","features":[24]},{"name":"POLICY_QOS_OUTBOUND_INTEGRITY","features":[24]},{"name":"POLICY_QOS_RAS_SERVER_ALLOWED","features":[24]},{"name":"POLICY_QOS_SCHANNEL_REQUIRED","features":[24]},{"name":"POLICY_REPLICA_SOURCE_INFO","features":[24]},{"name":"POLICY_SERVER_ADMIN","features":[24]},{"name":"POLICY_SET_AUDIT_REQUIREMENTS","features":[24]},{"name":"POLICY_SET_DEFAULT_QUOTA_LIMITS","features":[24]},{"name":"POLICY_TRUST_ADMIN","features":[24]},{"name":"POLICY_VIEW_AUDIT_INFORMATION","features":[24]},{"name":"POLICY_VIEW_LOCAL_INFORMATION","features":[24]},{"name":"PRIMARY_CRED_ARSO_LOGON","features":[24]},{"name":"PRIMARY_CRED_AUTH_ID","features":[24]},{"name":"PRIMARY_CRED_CACHED_INTERACTIVE_LOGON","features":[24]},{"name":"PRIMARY_CRED_CACHED_LOGON","features":[24]},{"name":"PRIMARY_CRED_CLEAR_PASSWORD","features":[24]},{"name":"PRIMARY_CRED_DO_NOT_SPLIT","features":[24]},{"name":"PRIMARY_CRED_ENCRYPTED_CREDGUARD_PASSWORD","features":[24]},{"name":"PRIMARY_CRED_ENTERPRISE_INTERNET_USER","features":[24]},{"name":"PRIMARY_CRED_EX","features":[24]},{"name":"PRIMARY_CRED_FOR_PASSWORD_CHANGE","features":[24]},{"name":"PRIMARY_CRED_INTERACTIVE_FIDO_LOGON","features":[24]},{"name":"PRIMARY_CRED_INTERACTIVE_NGC_LOGON","features":[24]},{"name":"PRIMARY_CRED_INTERACTIVE_SMARTCARD_LOGON","features":[24]},{"name":"PRIMARY_CRED_INTERNET_USER","features":[24]},{"name":"PRIMARY_CRED_LOGON_LUA","features":[24]},{"name":"PRIMARY_CRED_LOGON_NO_TCB","features":[24]},{"name":"PRIMARY_CRED_LOGON_PACKAGE_SHIFT","features":[24]},{"name":"PRIMARY_CRED_OWF_PASSWORD","features":[24]},{"name":"PRIMARY_CRED_PACKAGE_MASK","features":[24]},{"name":"PRIMARY_CRED_PACKED_CREDS","features":[24]},{"name":"PRIMARY_CRED_PROTECTED_USER","features":[24]},{"name":"PRIMARY_CRED_REFRESH_NEEDED","features":[24]},{"name":"PRIMARY_CRED_RESTRICTED_TS","features":[24]},{"name":"PRIMARY_CRED_SUPPLEMENTAL","features":[24]},{"name":"PRIMARY_CRED_TRANSFER","features":[24]},{"name":"PRIMARY_CRED_UPDATE","features":[24]},{"name":"PSAM_CREDENTIAL_UPDATE_FREE_ROUTINE","features":[24]},{"name":"PSAM_CREDENTIAL_UPDATE_NOTIFY_ROUTINE","features":[1,24]},{"name":"PSAM_CREDENTIAL_UPDATE_REGISTER_MAPPED_ENTRYPOINTS_ROUTINE","features":[1,24]},{"name":"PSAM_CREDENTIAL_UPDATE_REGISTER_ROUTINE","features":[1,24]},{"name":"PSAM_INIT_NOTIFICATION_ROUTINE","features":[1,24]},{"name":"PSAM_PASSWORD_FILTER_ROUTINE","features":[1,24]},{"name":"PSAM_PASSWORD_NOTIFICATION_ROUTINE","features":[1,24]},{"name":"PctPublicKey","features":[24]},{"name":"Pku2uCertificateS4ULogon","features":[24]},{"name":"PolicyAccountDomainInformation","features":[24]},{"name":"PolicyAuditEventsInformation","features":[24]},{"name":"PolicyAuditFullQueryInformation","features":[24]},{"name":"PolicyAuditFullSetInformation","features":[24]},{"name":"PolicyAuditLogInformation","features":[24]},{"name":"PolicyDefaultQuotaInformation","features":[24]},{"name":"PolicyDnsDomainInformation","features":[24]},{"name":"PolicyDnsDomainInformationInt","features":[24]},{"name":"PolicyDomainEfsInformation","features":[24]},{"name":"PolicyDomainKerberosTicketInformation","features":[24]},{"name":"PolicyLastEntry","features":[24]},{"name":"PolicyLocalAccountDomainInformation","features":[24]},{"name":"PolicyLsaServerRoleInformation","features":[24]},{"name":"PolicyMachineAccountInformation","features":[24]},{"name":"PolicyMachineAccountInformation2","features":[24]},{"name":"PolicyModificationInformation","features":[24]},{"name":"PolicyNotifyAccountDomainInformation","features":[24]},{"name":"PolicyNotifyAuditEventsInformation","features":[24]},{"name":"PolicyNotifyDnsDomainInformation","features":[24]},{"name":"PolicyNotifyDomainEfsInformation","features":[24]},{"name":"PolicyNotifyDomainKerberosTicketInformation","features":[24]},{"name":"PolicyNotifyGlobalSaclInformation","features":[24]},{"name":"PolicyNotifyMachineAccountPasswordInformation","features":[24]},{"name":"PolicyNotifyMax","features":[24]},{"name":"PolicyNotifyServerRoleInformation","features":[24]},{"name":"PolicyPdAccountInformation","features":[24]},{"name":"PolicyPrimaryDomainInformation","features":[24]},{"name":"PolicyReplicaSourceInformation","features":[24]},{"name":"PolicyServerRoleBackup","features":[24]},{"name":"PolicyServerRolePrimary","features":[24]},{"name":"QUERY_CONTEXT_ATTRIBUTES_EX_FN_A","features":[24,126]},{"name":"QUERY_CONTEXT_ATTRIBUTES_EX_FN_W","features":[24,126]},{"name":"QUERY_CONTEXT_ATTRIBUTES_FN_A","features":[24,126]},{"name":"QUERY_CONTEXT_ATTRIBUTES_FN_W","features":[24,126]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_EX_FN_A","features":[24,126]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_EX_FN_W","features":[24,126]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_FN_A","features":[24,126]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_FN_W","features":[24,126]},{"name":"QUERY_SECURITY_CONTEXT_TOKEN_FN","features":[24,126]},{"name":"QUERY_SECURITY_PACKAGE_INFO_FN_A","features":[24]},{"name":"QUERY_SECURITY_PACKAGE_INFO_FN_W","features":[24]},{"name":"QueryContextAttributesA","features":[24,126]},{"name":"QueryContextAttributesExA","features":[24,126]},{"name":"QueryContextAttributesExW","features":[24,126]},{"name":"QueryContextAttributesW","features":[24,126]},{"name":"QueryCredentialsAttributesA","features":[24,126]},{"name":"QueryCredentialsAttributesExA","features":[24,126]},{"name":"QueryCredentialsAttributesExW","features":[24,126]},{"name":"QueryCredentialsAttributesW","features":[24,126]},{"name":"QuerySecurityContextToken","features":[24,126]},{"name":"QuerySecurityPackageInfoA","features":[24]},{"name":"QuerySecurityPackageInfoW","features":[24]},{"name":"RCRED_CRED_EXISTS","features":[24]},{"name":"RCRED_STATUS_NOCRED","features":[24]},{"name":"RCRED_STATUS_UNKNOWN_ISSUER","features":[24]},{"name":"REVERT_SECURITY_CONTEXT_FN","features":[24,126]},{"name":"RTL_ENCRYPT_MEMORY_SIZE","features":[24]},{"name":"RTL_ENCRYPT_OPTION_CROSS_PROCESS","features":[24]},{"name":"RTL_ENCRYPT_OPTION_FOR_SYSTEM","features":[24]},{"name":"RTL_ENCRYPT_OPTION_SAME_LOGON","features":[24]},{"name":"RevertSecurityContext","features":[24,126]},{"name":"RtlDecryptMemory","features":[1,24]},{"name":"RtlEncryptMemory","features":[1,24]},{"name":"RtlGenRandom","features":[1,24]},{"name":"SAM_CREDENTIAL_UPDATE_FREE_ROUTINE","features":[24]},{"name":"SAM_CREDENTIAL_UPDATE_NOTIFY_ROUTINE","features":[24]},{"name":"SAM_CREDENTIAL_UPDATE_REGISTER_MAPPED_ENTRYPOINTS_ROUTINE","features":[24]},{"name":"SAM_CREDENTIAL_UPDATE_REGISTER_ROUTINE","features":[24]},{"name":"SAM_DAYS_PER_WEEK","features":[24]},{"name":"SAM_INIT_NOTIFICATION_ROUTINE","features":[24]},{"name":"SAM_PASSWORD_CHANGE_NOTIFY_ROUTINE","features":[24]},{"name":"SAM_PASSWORD_FILTER_ROUTINE","features":[24]},{"name":"SAM_REGISTER_MAPPING_ELEMENT","features":[1,24]},{"name":"SAM_REGISTER_MAPPING_LIST","features":[1,24]},{"name":"SAM_REGISTER_MAPPING_TABLE","features":[1,24]},{"name":"SASL_AUTHZID_STATE","features":[24]},{"name":"SASL_OPTION_AUTHZ_PROCESSING","features":[24]},{"name":"SASL_OPTION_AUTHZ_STRING","features":[24]},{"name":"SASL_OPTION_RECV_SIZE","features":[24]},{"name":"SASL_OPTION_SEND_SIZE","features":[24]},{"name":"SCHANNEL_ALERT","features":[24]},{"name":"SCHANNEL_ALERT_TOKEN","features":[24]},{"name":"SCHANNEL_ALERT_TOKEN_ALERT_TYPE","features":[24]},{"name":"SCHANNEL_CERT_HASH","features":[24]},{"name":"SCHANNEL_CERT_HASH_STORE","features":[24]},{"name":"SCHANNEL_CLIENT_SIGNATURE","features":[24,75]},{"name":"SCHANNEL_CRED","features":[1,24,75]},{"name":"SCHANNEL_CRED_FLAGS","features":[24]},{"name":"SCHANNEL_CRED_VERSION","features":[24]},{"name":"SCHANNEL_NAME","features":[24]},{"name":"SCHANNEL_NAME_A","features":[24]},{"name":"SCHANNEL_NAME_W","features":[24]},{"name":"SCHANNEL_RENEGOTIATE","features":[24]},{"name":"SCHANNEL_SECRET_PRIVKEY","features":[24]},{"name":"SCHANNEL_SECRET_TYPE_CAPI","features":[24]},{"name":"SCHANNEL_SESSION","features":[24]},{"name":"SCHANNEL_SESSION_TOKEN","features":[24]},{"name":"SCHANNEL_SESSION_TOKEN_FLAGS","features":[24]},{"name":"SCHANNEL_SHUTDOWN","features":[24]},{"name":"SCH_ALLOW_NULL_ENCRYPTION","features":[24]},{"name":"SCH_CRED","features":[24]},{"name":"SCH_CREDENTIALS","features":[1,24,75]},{"name":"SCH_CREDENTIALS_VERSION","features":[24]},{"name":"SCH_CRED_AUTO_CRED_VALIDATION","features":[24]},{"name":"SCH_CRED_CACHE_ONLY_URL_RETRIEVAL","features":[24]},{"name":"SCH_CRED_CACHE_ONLY_URL_RETRIEVAL_ON_CREATE","features":[24]},{"name":"SCH_CRED_CERT_CONTEXT","features":[24]},{"name":"SCH_CRED_DEFERRED_CRED_VALIDATION","features":[24]},{"name":"SCH_CRED_DISABLE_RECONNECTS","features":[24]},{"name":"SCH_CRED_FORMAT_CERT_CONTEXT","features":[24]},{"name":"SCH_CRED_FORMAT_CERT_HASH","features":[24]},{"name":"SCH_CRED_FORMAT_CERT_HASH_STORE","features":[24]},{"name":"SCH_CRED_IGNORE_NO_REVOCATION_CHECK","features":[24]},{"name":"SCH_CRED_IGNORE_REVOCATION_OFFLINE","features":[24]},{"name":"SCH_CRED_MANUAL_CRED_VALIDATION","features":[24]},{"name":"SCH_CRED_MAX_STORE_NAME_SIZE","features":[24]},{"name":"SCH_CRED_MAX_SUPPORTED_ALGS","features":[24]},{"name":"SCH_CRED_MAX_SUPPORTED_ALPN_IDS","features":[24]},{"name":"SCH_CRED_MAX_SUPPORTED_CERTS","features":[24]},{"name":"SCH_CRED_MAX_SUPPORTED_CHAINING_MODES","features":[24]},{"name":"SCH_CRED_MAX_SUPPORTED_CRYPTO_SETTINGS","features":[24]},{"name":"SCH_CRED_MAX_SUPPORTED_PARAMETERS","features":[24]},{"name":"SCH_CRED_MEMORY_STORE_CERT","features":[24]},{"name":"SCH_CRED_NO_DEFAULT_CREDS","features":[24]},{"name":"SCH_CRED_NO_SERVERNAME_CHECK","features":[24]},{"name":"SCH_CRED_NO_SYSTEM_MAPPER","features":[24]},{"name":"SCH_CRED_PUBLIC_CERTCHAIN","features":[24]},{"name":"SCH_CRED_RESTRICTED_ROOTS","features":[24]},{"name":"SCH_CRED_REVOCATION_CHECK_CACHE_ONLY","features":[24]},{"name":"SCH_CRED_REVOCATION_CHECK_CHAIN","features":[24]},{"name":"SCH_CRED_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[24]},{"name":"SCH_CRED_REVOCATION_CHECK_END_CERT","features":[24]},{"name":"SCH_CRED_SECRET_CAPI","features":[24]},{"name":"SCH_CRED_SECRET_PRIVKEY","features":[24]},{"name":"SCH_CRED_SNI_CREDENTIAL","features":[24]},{"name":"SCH_CRED_SNI_ENABLE_OCSP","features":[24]},{"name":"SCH_CRED_USE_DEFAULT_CREDS","features":[24]},{"name":"SCH_CRED_V1","features":[24]},{"name":"SCH_CRED_V2","features":[24]},{"name":"SCH_CRED_V3","features":[24]},{"name":"SCH_CRED_VERSION","features":[24]},{"name":"SCH_CRED_X509_CAPI","features":[24]},{"name":"SCH_CRED_X509_CERTCHAIN","features":[24]},{"name":"SCH_DISABLE_RECONNECTS","features":[24]},{"name":"SCH_EXTENSIONS_OPTIONS_NONE","features":[24]},{"name":"SCH_EXTENSION_DATA","features":[24]},{"name":"SCH_MACHINE_CERT_HASH","features":[24]},{"name":"SCH_MAX_EXT_SUBSCRIPTIONS","features":[24]},{"name":"SCH_NO_RECORD_HEADER","features":[24]},{"name":"SCH_SEND_AUX_RECORD","features":[24]},{"name":"SCH_SEND_ROOT_CERT","features":[24]},{"name":"SCH_USE_DTLS_ONLY","features":[24]},{"name":"SCH_USE_PRESHAREDKEY_ONLY","features":[24]},{"name":"SCH_USE_STRONG_CRYPTO","features":[24]},{"name":"SECBUFFER_ALERT","features":[24]},{"name":"SECBUFFER_APPLICATION_PROTOCOLS","features":[24]},{"name":"SECBUFFER_ATTRMASK","features":[24]},{"name":"SECBUFFER_CERTIFICATE_REQUEST_CONTEXT","features":[24]},{"name":"SECBUFFER_CHANGE_PASS_RESPONSE","features":[24]},{"name":"SECBUFFER_CHANNEL_BINDINGS","features":[24]},{"name":"SECBUFFER_CHANNEL_BINDINGS_RESULT","features":[24]},{"name":"SECBUFFER_DATA","features":[24]},{"name":"SECBUFFER_DTLS_MTU","features":[24]},{"name":"SECBUFFER_EMPTY","features":[24]},{"name":"SECBUFFER_EXTRA","features":[24]},{"name":"SECBUFFER_FLAGS","features":[24]},{"name":"SECBUFFER_KERNEL_MAP","features":[24]},{"name":"SECBUFFER_MECHLIST","features":[24]},{"name":"SECBUFFER_MECHLIST_SIGNATURE","features":[24]},{"name":"SECBUFFER_MISSING","features":[24]},{"name":"SECBUFFER_NEGOTIATION_INFO","features":[24]},{"name":"SECBUFFER_PADDING","features":[24]},{"name":"SECBUFFER_PKG_PARAMS","features":[24]},{"name":"SECBUFFER_PRESHARED_KEY","features":[24]},{"name":"SECBUFFER_PRESHARED_KEY_IDENTITY","features":[24]},{"name":"SECBUFFER_READONLY","features":[24]},{"name":"SECBUFFER_READONLY_WITH_CHECKSUM","features":[24]},{"name":"SECBUFFER_RESERVED","features":[24]},{"name":"SECBUFFER_SEND_GENERIC_TLS_EXTENSION","features":[24]},{"name":"SECBUFFER_SRTP_MASTER_KEY_IDENTIFIER","features":[24]},{"name":"SECBUFFER_SRTP_PROTECTION_PROFILES","features":[24]},{"name":"SECBUFFER_STREAM","features":[24]},{"name":"SECBUFFER_STREAM_HEADER","features":[24]},{"name":"SECBUFFER_STREAM_TRAILER","features":[24]},{"name":"SECBUFFER_SUBSCRIBE_GENERIC_TLS_EXTENSION","features":[24]},{"name":"SECBUFFER_TARGET","features":[24]},{"name":"SECBUFFER_TARGET_HOST","features":[24]},{"name":"SECBUFFER_TOKEN","features":[24]},{"name":"SECBUFFER_TOKEN_BINDING","features":[24]},{"name":"SECBUFFER_TRAFFIC_SECRETS","features":[24]},{"name":"SECBUFFER_UNMAPPED","features":[24]},{"name":"SECBUFFER_VERSION","features":[24]},{"name":"SECPKGCONTEXT_CIPHERINFO_V1","features":[24]},{"name":"SECPKGCONTEXT_CONNECTION_INFO_EX_V1","features":[24]},{"name":"SECPKG_ANSI_ATTRIBUTE","features":[24]},{"name":"SECPKG_APP_MODE_INFO","features":[1,24]},{"name":"SECPKG_ATTR","features":[24]},{"name":"SECPKG_ATTR_ACCESS_TOKEN","features":[24]},{"name":"SECPKG_ATTR_APPLICATION_PROTOCOL","features":[24]},{"name":"SECPKG_ATTR_APP_DATA","features":[24]},{"name":"SECPKG_ATTR_AUTHENTICATION_ID","features":[24]},{"name":"SECPKG_ATTR_AUTHORITY","features":[24]},{"name":"SECPKG_ATTR_CC_POLICY_RESULT","features":[24]},{"name":"SECPKG_ATTR_CERT_CHECK_RESULT","features":[24]},{"name":"SECPKG_ATTR_CERT_CHECK_RESULT_INPROC","features":[24]},{"name":"SECPKG_ATTR_CERT_TRUST_STATUS","features":[24]},{"name":"SECPKG_ATTR_CIPHER_INFO","features":[24]},{"name":"SECPKG_ATTR_CIPHER_STRENGTHS","features":[24]},{"name":"SECPKG_ATTR_CLIENT_CERT_POLICY","features":[24]},{"name":"SECPKG_ATTR_CLIENT_SPECIFIED_TARGET","features":[24]},{"name":"SECPKG_ATTR_CONNECTION_INFO","features":[24]},{"name":"SECPKG_ATTR_CONNECTION_INFO_EX","features":[24]},{"name":"SECPKG_ATTR_CONTEXT_DELETED","features":[24]},{"name":"SECPKG_ATTR_CREDENTIAL_NAME","features":[24]},{"name":"SECPKG_ATTR_CREDS","features":[24]},{"name":"SECPKG_ATTR_CREDS_2","features":[24]},{"name":"SECPKG_ATTR_C_ACCESS_TOKEN","features":[24]},{"name":"SECPKG_ATTR_C_FULL_ACCESS_TOKEN","features":[24]},{"name":"SECPKG_ATTR_DCE_INFO","features":[24]},{"name":"SECPKG_ATTR_DTLS_MTU","features":[24]},{"name":"SECPKG_ATTR_EAP_KEY_BLOCK","features":[24]},{"name":"SECPKG_ATTR_EAP_PRF_INFO","features":[24]},{"name":"SECPKG_ATTR_EARLY_START","features":[24]},{"name":"SECPKG_ATTR_ENDPOINT_BINDINGS","features":[24]},{"name":"SECPKG_ATTR_FLAGS","features":[24]},{"name":"SECPKG_ATTR_ISSUER_LIST","features":[24]},{"name":"SECPKG_ATTR_ISSUER_LIST_EX","features":[24]},{"name":"SECPKG_ATTR_IS_LOOPBACK","features":[24]},{"name":"SECPKG_ATTR_KEYING_MATERIAL","features":[24]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_INFO","features":[24]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_INPROC","features":[24]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_TOKEN_BINDING","features":[24]},{"name":"SECPKG_ATTR_KEY_INFO","features":[24]},{"name":"SECPKG_ATTR_LAST_CLIENT_TOKEN_STATUS","features":[24]},{"name":"SECPKG_ATTR_LCT_STATUS","features":[24]},{"name":"SECPKG_ATTR_LIFESPAN","features":[24]},{"name":"SECPKG_ATTR_LOCAL_CERT_CONTEXT","features":[24]},{"name":"SECPKG_ATTR_LOCAL_CERT_INFO","features":[24]},{"name":"SECPKG_ATTR_LOCAL_CRED","features":[24]},{"name":"SECPKG_ATTR_LOGOFF_TIME","features":[24]},{"name":"SECPKG_ATTR_MAPPED_CRED_ATTR","features":[24]},{"name":"SECPKG_ATTR_NAMES","features":[24]},{"name":"SECPKG_ATTR_NATIVE_NAMES","features":[24]},{"name":"SECPKG_ATTR_NEGOTIATED_TLS_EXTENSIONS","features":[24]},{"name":"SECPKG_ATTR_NEGOTIATION_INFO","features":[24]},{"name":"SECPKG_ATTR_NEGOTIATION_PACKAGE","features":[24]},{"name":"SECPKG_ATTR_NEGO_INFO_FLAG_NO_KERBEROS","features":[24]},{"name":"SECPKG_ATTR_NEGO_INFO_FLAG_NO_NTLM","features":[24]},{"name":"SECPKG_ATTR_NEGO_KEYS","features":[24]},{"name":"SECPKG_ATTR_NEGO_PKG_INFO","features":[24]},{"name":"SECPKG_ATTR_NEGO_STATUS","features":[24]},{"name":"SECPKG_ATTR_PACKAGE_INFO","features":[24]},{"name":"SECPKG_ATTR_PASSWORD_EXPIRY","features":[24]},{"name":"SECPKG_ATTR_PROMPTING_NEEDED","features":[24]},{"name":"SECPKG_ATTR_PROTO_INFO","features":[24]},{"name":"SECPKG_ATTR_REMOTE_CERTIFICATES","features":[24]},{"name":"SECPKG_ATTR_REMOTE_CERT_CHAIN","features":[24]},{"name":"SECPKG_ATTR_REMOTE_CERT_CONTEXT","features":[24]},{"name":"SECPKG_ATTR_REMOTE_CRED","features":[24]},{"name":"SECPKG_ATTR_ROOT_STORE","features":[24]},{"name":"SECPKG_ATTR_SASL_CONTEXT","features":[24]},{"name":"SECPKG_ATTR_SERIALIZED_REMOTE_CERT_CONTEXT","features":[24]},{"name":"SECPKG_ATTR_SERIALIZED_REMOTE_CERT_CONTEXT_INPROC","features":[24]},{"name":"SECPKG_ATTR_SERVER_AUTH_FLAGS","features":[24]},{"name":"SECPKG_ATTR_SESSION_INFO","features":[24]},{"name":"SECPKG_ATTR_SESSION_KEY","features":[24]},{"name":"SECPKG_ATTR_SESSION_TICKET_KEYS","features":[24]},{"name":"SECPKG_ATTR_SIZES","features":[24]},{"name":"SECPKG_ATTR_SRTP_PARAMETERS","features":[24]},{"name":"SECPKG_ATTR_STREAM_SIZES","features":[24]},{"name":"SECPKG_ATTR_SUBJECT_SECURITY_ATTRIBUTES","features":[24]},{"name":"SECPKG_ATTR_SUPPORTED_ALGS","features":[24]},{"name":"SECPKG_ATTR_SUPPORTED_PROTOCOLS","features":[24]},{"name":"SECPKG_ATTR_SUPPORTED_SIGNATURES","features":[24]},{"name":"SECPKG_ATTR_TARGET","features":[24]},{"name":"SECPKG_ATTR_TARGET_INFORMATION","features":[24]},{"name":"SECPKG_ATTR_THUNK_ALL","features":[24]},{"name":"SECPKG_ATTR_TOKEN_BINDING","features":[24]},{"name":"SECPKG_ATTR_UI_INFO","features":[24]},{"name":"SECPKG_ATTR_UNIQUE_BINDINGS","features":[24]},{"name":"SECPKG_ATTR_USER_FLAGS","features":[24]},{"name":"SECPKG_ATTR_USE_NCRYPT","features":[24]},{"name":"SECPKG_ATTR_USE_VALIDATED","features":[24]},{"name":"SECPKG_BYTE_VECTOR","features":[24]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER","features":[24]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER_AUTHCAPABLE","features":[24]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER_UPNCAPABLE","features":[24]},{"name":"SECPKG_CALLFLAGS_FORCE_SUPPLIED","features":[24]},{"name":"SECPKG_CALL_ANSI","features":[24]},{"name":"SECPKG_CALL_ASYNC_UPDATE","features":[24]},{"name":"SECPKG_CALL_BUFFER_MARSHAL","features":[24]},{"name":"SECPKG_CALL_CLEANUP","features":[24]},{"name":"SECPKG_CALL_CLOUDAP_CONNECT","features":[24]},{"name":"SECPKG_CALL_INFO","features":[24]},{"name":"SECPKG_CALL_IN_PROC","features":[24]},{"name":"SECPKG_CALL_IS_TCB","features":[24]},{"name":"SECPKG_CALL_KERNEL_MODE","features":[24]},{"name":"SECPKG_CALL_NEGO","features":[24]},{"name":"SECPKG_CALL_NEGO_EXTENDER","features":[24]},{"name":"SECPKG_CALL_NETWORK_ONLY","features":[24]},{"name":"SECPKG_CALL_PACKAGE_MESSAGE_TYPE","features":[24]},{"name":"SECPKG_CALL_PACKAGE_PIN_DC_REQUEST","features":[24]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST","features":[1,24]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_CLEANUP_CREDENTIALS","features":[24]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_OPTIMISTIC_LOGON","features":[24]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_TO_SSO_SESSION","features":[24]},{"name":"SECPKG_CALL_PACKAGE_UNPIN_ALL_DCS_REQUEST","features":[24]},{"name":"SECPKG_CALL_PROCESS_TERM","features":[24]},{"name":"SECPKG_CALL_RECURSIVE","features":[24]},{"name":"SECPKG_CALL_SYSTEM_PROC","features":[24]},{"name":"SECPKG_CALL_THREAD_TERM","features":[24]},{"name":"SECPKG_CALL_UNLOCK","features":[24]},{"name":"SECPKG_CALL_URGENT","features":[24]},{"name":"SECPKG_CALL_WINLOGON","features":[24]},{"name":"SECPKG_CALL_WOWA32","features":[24]},{"name":"SECPKG_CALL_WOWCLIENT","features":[24]},{"name":"SECPKG_CALL_WOWX86","features":[24]},{"name":"SECPKG_CLIENT_INFO","features":[1,24]},{"name":"SECPKG_CLIENT_INFO_EX","features":[1,24]},{"name":"SECPKG_CLIENT_PROCESS_TERMINATED","features":[24]},{"name":"SECPKG_CLIENT_THREAD_TERMINATED","features":[24]},{"name":"SECPKG_CONTEXT_EXPORT_DELETE_OLD","features":[24]},{"name":"SECPKG_CONTEXT_EXPORT_RESET_NEW","features":[24]},{"name":"SECPKG_CONTEXT_EXPORT_TO_KERNEL","features":[24]},{"name":"SECPKG_CONTEXT_THUNKS","features":[24]},{"name":"SECPKG_CRED","features":[24]},{"name":"SECPKG_CREDENTIAL","features":[1,24]},{"name":"SECPKG_CREDENTIAL_ATTRIBUTE","features":[24]},{"name":"SECPKG_CREDENTIAL_FLAGS_CALLER_HAS_TCB","features":[24]},{"name":"SECPKG_CREDENTIAL_FLAGS_CREDMAN_CRED","features":[24]},{"name":"SECPKG_CREDENTIAL_VERSION","features":[24]},{"name":"SECPKG_CRED_ATTR_CERT","features":[24]},{"name":"SECPKG_CRED_ATTR_KDC_PROXY_SETTINGS","features":[24]},{"name":"SECPKG_CRED_ATTR_NAMES","features":[24]},{"name":"SECPKG_CRED_ATTR_PAC_BYPASS","features":[24]},{"name":"SECPKG_CRED_ATTR_SSI_PROVIDER","features":[24]},{"name":"SECPKG_CRED_AUTOLOGON_RESTRICTED","features":[24]},{"name":"SECPKG_CRED_BOTH","features":[24]},{"name":"SECPKG_CRED_CLASS","features":[24]},{"name":"SECPKG_CRED_DEFAULT","features":[24]},{"name":"SECPKG_CRED_INBOUND","features":[24]},{"name":"SECPKG_CRED_OUTBOUND","features":[24]},{"name":"SECPKG_CRED_PROCESS_POLICY_ONLY","features":[24]},{"name":"SECPKG_CRED_RESERVED","features":[24]},{"name":"SECPKG_DLL_FUNCTIONS","features":[1,24]},{"name":"SECPKG_EVENT_NOTIFY","features":[24]},{"name":"SECPKG_EVENT_PACKAGE_CHANGE","features":[24]},{"name":"SECPKG_EVENT_ROLE_CHANGE","features":[24]},{"name":"SECPKG_EXTENDED_INFORMATION","features":[24]},{"name":"SECPKG_EXTENDED_INFORMATION_CLASS","features":[24]},{"name":"SECPKG_EXTRA_OIDS","features":[24]},{"name":"SECPKG_FLAG_ACCEPT_WIN32_NAME","features":[24]},{"name":"SECPKG_FLAG_APPCONTAINER_CHECKS","features":[24]},{"name":"SECPKG_FLAG_APPCONTAINER_PASSTHROUGH","features":[24]},{"name":"SECPKG_FLAG_APPLY_LOOPBACK","features":[24]},{"name":"SECPKG_FLAG_ASCII_BUFFERS","features":[24]},{"name":"SECPKG_FLAG_CLIENT_ONLY","features":[24]},{"name":"SECPKG_FLAG_CONNECTION","features":[24]},{"name":"SECPKG_FLAG_CREDENTIAL_ISOLATION_ENABLED","features":[24]},{"name":"SECPKG_FLAG_DATAGRAM","features":[24]},{"name":"SECPKG_FLAG_DELEGATION","features":[24]},{"name":"SECPKG_FLAG_EXTENDED_ERROR","features":[24]},{"name":"SECPKG_FLAG_FRAGMENT","features":[24]},{"name":"SECPKG_FLAG_GSS_COMPATIBLE","features":[24]},{"name":"SECPKG_FLAG_IMPERSONATION","features":[24]},{"name":"SECPKG_FLAG_INTEGRITY","features":[24]},{"name":"SECPKG_FLAG_LOGON","features":[24]},{"name":"SECPKG_FLAG_MULTI_REQUIRED","features":[24]},{"name":"SECPKG_FLAG_MUTUAL_AUTH","features":[24]},{"name":"SECPKG_FLAG_NEGOTIABLE","features":[24]},{"name":"SECPKG_FLAG_NEGOTIABLE2","features":[24]},{"name":"SECPKG_FLAG_NEGO_EXTENDER","features":[24]},{"name":"SECPKG_FLAG_PRIVACY","features":[24]},{"name":"SECPKG_FLAG_READONLY_WITH_CHECKSUM","features":[24]},{"name":"SECPKG_FLAG_RESTRICTED_TOKENS","features":[24]},{"name":"SECPKG_FLAG_STREAM","features":[24]},{"name":"SECPKG_FLAG_TOKEN_ONLY","features":[24]},{"name":"SECPKG_FUNCTION_TABLE","features":[1,24,126,39]},{"name":"SECPKG_GSS_INFO","features":[24]},{"name":"SECPKG_ID_NONE","features":[24]},{"name":"SECPKG_INTERFACE_VERSION","features":[24]},{"name":"SECPKG_INTERFACE_VERSION_10","features":[24]},{"name":"SECPKG_INTERFACE_VERSION_11","features":[24]},{"name":"SECPKG_INTERFACE_VERSION_2","features":[24]},{"name":"SECPKG_INTERFACE_VERSION_3","features":[24]},{"name":"SECPKG_INTERFACE_VERSION_4","features":[24]},{"name":"SECPKG_INTERFACE_VERSION_5","features":[24]},{"name":"SECPKG_INTERFACE_VERSION_6","features":[24]},{"name":"SECPKG_INTERFACE_VERSION_7","features":[24]},{"name":"SECPKG_INTERFACE_VERSION_8","features":[24]},{"name":"SECPKG_INTERFACE_VERSION_9","features":[24]},{"name":"SECPKG_KERNEL_FUNCTIONS","features":[1,24,8]},{"name":"SECPKG_KERNEL_FUNCTION_TABLE","features":[1,24,8]},{"name":"SECPKG_LSAMODEINIT_NAME","features":[24]},{"name":"SECPKG_MAX_OID_LENGTH","features":[24]},{"name":"SECPKG_MSVAV_FLAGS_VALID","features":[24]},{"name":"SECPKG_MSVAV_TIMESTAMP_VALID","features":[24]},{"name":"SECPKG_MUTUAL_AUTH_LEVEL","features":[24]},{"name":"SECPKG_NAME_TYPE","features":[24]},{"name":"SECPKG_NEGO2_INFO","features":[24]},{"name":"SECPKG_NEGOTIATION_COMPLETE","features":[24]},{"name":"SECPKG_NEGOTIATION_DIRECT","features":[24]},{"name":"SECPKG_NEGOTIATION_IN_PROGRESS","features":[24]},{"name":"SECPKG_NEGOTIATION_OPTIMISTIC","features":[24]},{"name":"SECPKG_NEGOTIATION_TRY_MULTICRED","features":[24]},{"name":"SECPKG_NTLM_TARGETINFO","features":[1,24]},{"name":"SECPKG_OPTIONS_PERMANENT","features":[24]},{"name":"SECPKG_OPTIONS_TYPE_LSA","features":[24]},{"name":"SECPKG_OPTIONS_TYPE_SSPI","features":[24]},{"name":"SECPKG_OPTIONS_TYPE_UNKNOWN","features":[24]},{"name":"SECPKG_PACKAGE_CHANGE_LOAD","features":[24]},{"name":"SECPKG_PACKAGE_CHANGE_SELECT","features":[24]},{"name":"SECPKG_PACKAGE_CHANGE_TYPE","features":[24]},{"name":"SECPKG_PACKAGE_CHANGE_UNLOAD","features":[24]},{"name":"SECPKG_PARAMETERS","features":[24]},{"name":"SECPKG_POST_LOGON_USER_INFO","features":[1,24]},{"name":"SECPKG_PRIMARY_CRED","features":[1,24]},{"name":"SECPKG_PRIMARY_CRED_EX","features":[1,24]},{"name":"SECPKG_PRIMARY_CRED_EX_FLAGS_EX_DELEGATION_TOKEN","features":[24]},{"name":"SECPKG_REDIRECTED_LOGON_BUFFER","features":[1,24]},{"name":"SECPKG_REDIRECTED_LOGON_GUID_INITIALIZER","features":[24]},{"name":"SECPKG_SERIALIZED_OID","features":[24]},{"name":"SECPKG_SESSIONINFO_TYPE","features":[24]},{"name":"SECPKG_SHORT_VECTOR","features":[24]},{"name":"SECPKG_STATE_CRED_ISOLATION_ENABLED","features":[24]},{"name":"SECPKG_STATE_DOMAIN_CONTROLLER","features":[24]},{"name":"SECPKG_STATE_ENCRYPTION_PERMITTED","features":[24]},{"name":"SECPKG_STATE_RESERVED_1","features":[24]},{"name":"SECPKG_STATE_STANDALONE","features":[24]},{"name":"SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED","features":[24]},{"name":"SECPKG_STATE_WORKSTATION","features":[24]},{"name":"SECPKG_SUPPLEMENTAL_CRED","features":[24]},{"name":"SECPKG_SUPPLEMENTAL_CRED_ARRAY","features":[24]},{"name":"SECPKG_SUPPLIED_CREDENTIAL","features":[24]},{"name":"SECPKG_SURROGATE_LOGON","features":[1,24]},{"name":"SECPKG_SURROGATE_LOGON_ENTRY","features":[24]},{"name":"SECPKG_SURROGATE_LOGON_VERSION_1","features":[24]},{"name":"SECPKG_TARGETINFO","features":[24]},{"name":"SECPKG_UNICODE_ATTRIBUTE","features":[24]},{"name":"SECPKG_USERMODEINIT_NAME","features":[24]},{"name":"SECPKG_USER_FUNCTION_TABLE","features":[1,24]},{"name":"SECPKG_WOW_CLIENT_DLL","features":[24]},{"name":"SECQOP_WRAP_NO_ENCRYPT","features":[24]},{"name":"SECQOP_WRAP_OOB_DATA","features":[24]},{"name":"SECRET_QUERY_VALUE","features":[24]},{"name":"SECRET_SET_VALUE","features":[24]},{"name":"SECURITY_ENTRYPOINT","features":[24]},{"name":"SECURITY_ENTRYPOINT16","features":[24]},{"name":"SECURITY_ENTRYPOINT_ANSI","features":[24]},{"name":"SECURITY_ENTRYPOINT_ANSIA","features":[24]},{"name":"SECURITY_ENTRYPOINT_ANSIW","features":[24]},{"name":"SECURITY_LOGON_SESSION_DATA","features":[1,24]},{"name":"SECURITY_LOGON_TYPE","features":[24]},{"name":"SECURITY_NATIVE_DREP","features":[24]},{"name":"SECURITY_NETWORK_DREP","features":[24]},{"name":"SECURITY_PACKAGE_OPTIONS","features":[24]},{"name":"SECURITY_PACKAGE_OPTIONS_TYPE","features":[24]},{"name":"SECURITY_STRING","features":[24]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION","features":[24]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_2","features":[24]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_3","features":[24]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_4","features":[24]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_5","features":[24]},{"name":"SECURITY_USER_DATA","features":[24]},{"name":"SEC_APPLICATION_PROTOCOLS","features":[24]},{"name":"SEC_APPLICATION_PROTOCOL_LIST","features":[24]},{"name":"SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT","features":[24]},{"name":"SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS","features":[24]},{"name":"SEC_CERTIFICATE_REQUEST_CONTEXT","features":[24]},{"name":"SEC_CHANNEL_BINDINGS","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_AUDIT_BINDINGS","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_EX","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_RESULT","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_ABSENT","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_CLIENT_SUPPORT","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_NOTVALID_MISMATCH","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_NOTVALID_MISSING","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_MATCHED","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_MISSING","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_PROXY","features":[24]},{"name":"SEC_CHANNEL_BINDINGS_VALID_FLAGS","features":[24]},{"name":"SEC_DTLS_MTU","features":[24]},{"name":"SEC_FLAGS","features":[24]},{"name":"SEC_GET_KEY_FN","features":[24]},{"name":"SEC_NEGOTIATION_INFO","features":[24]},{"name":"SEC_PRESHAREDKEY","features":[24]},{"name":"SEC_PRESHAREDKEY_IDENTITY","features":[24]},{"name":"SEC_SRTP_MASTER_KEY_IDENTIFIER","features":[24]},{"name":"SEC_SRTP_PROTECTION_PROFILES","features":[24]},{"name":"SEC_TOKEN_BINDING","features":[24]},{"name":"SEC_TRAFFIC_SECRETS","features":[24]},{"name":"SEC_TRAFFIC_SECRET_TYPE","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY32","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_FOR_SYSTEM","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_SAME_LOGON","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_SAME_PROCESS","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_EX2","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_EX32","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_EXA","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_EXW","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_ID_PROVIDER","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_NULL_DOMAIN","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_NULL_USER","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_PROCESS_ENCRYPTED","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_RESERVED","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_CREDPROV_DO_NOT_LOAD","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_CREDPROV_DO_NOT_SAVE","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_NO_CHECKBOX","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_SAVE_CRED_BY_CALLER","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_SAVE_CRED_CHECKED","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_USE_MASK","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SYSTEM_ENCRYPTED","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SYSTEM_PROTECTED","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_USER_PROTECTED","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_INFO","features":[24,20]},{"name":"SEC_WINNT_AUTH_IDENTITY_MARSHALLED","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_ONLY","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_VERSION","features":[24]},{"name":"SEC_WINNT_AUTH_IDENTITY_VERSION_2","features":[24]},{"name":"SEND_GENERIC_TLS_EXTENSION","features":[24]},{"name":"SESSION_TICKET_INFO_V0","features":[24]},{"name":"SESSION_TICKET_INFO_VERSION","features":[24]},{"name":"SET_CONTEXT_ATTRIBUTES_FN_A","features":[24,126]},{"name":"SET_CONTEXT_ATTRIBUTES_FN_W","features":[24,126]},{"name":"SET_CREDENTIALS_ATTRIBUTES_FN_A","features":[24,126]},{"name":"SET_CREDENTIALS_ATTRIBUTES_FN_W","features":[24,126]},{"name":"SE_ADT_ACCESS_REASON","features":[24]},{"name":"SE_ADT_CLAIMS","features":[24]},{"name":"SE_ADT_OBJECT_ONLY","features":[24]},{"name":"SE_ADT_OBJECT_TYPE","features":[24]},{"name":"SE_ADT_PARAMETERS_SELF_RELATIVE","features":[24]},{"name":"SE_ADT_PARAMETERS_SEND_TO_LSA","features":[24]},{"name":"SE_ADT_PARAMETER_ARRAY","features":[24]},{"name":"SE_ADT_PARAMETER_ARRAY_ENTRY","features":[24]},{"name":"SE_ADT_PARAMETER_ARRAY_EX","features":[24]},{"name":"SE_ADT_PARAMETER_EXTENSIBLE_AUDIT","features":[24]},{"name":"SE_ADT_PARAMETER_GENERIC_AUDIT","features":[24]},{"name":"SE_ADT_PARAMETER_TYPE","features":[24]},{"name":"SE_ADT_PARAMETER_WRITE_SYNCHRONOUS","features":[24]},{"name":"SE_ADT_POLICY_AUDIT_EVENT_TYPE_EX_BEGIN","features":[24]},{"name":"SE_BATCH_LOGON_NAME","features":[24]},{"name":"SE_DENY_BATCH_LOGON_NAME","features":[24]},{"name":"SE_DENY_INTERACTIVE_LOGON_NAME","features":[24]},{"name":"SE_DENY_NETWORK_LOGON_NAME","features":[24]},{"name":"SE_DENY_REMOTE_INTERACTIVE_LOGON_NAME","features":[24]},{"name":"SE_DENY_SERVICE_LOGON_NAME","features":[24]},{"name":"SE_INTERACTIVE_LOGON_NAME","features":[24]},{"name":"SE_MAX_AUDIT_PARAMETERS","features":[24]},{"name":"SE_MAX_GENERIC_AUDIT_PARAMETERS","features":[24]},{"name":"SE_NETWORK_LOGON_NAME","features":[24]},{"name":"SE_REMOTE_INTERACTIVE_LOGON_NAME","features":[24]},{"name":"SE_SERVICE_LOGON_NAME","features":[24]},{"name":"SLAcquireGenuineTicket","features":[24]},{"name":"SLActivateProduct","features":[24]},{"name":"SLClose","features":[24]},{"name":"SLConsumeRight","features":[24]},{"name":"SLDATATYPE","features":[24]},{"name":"SLDepositOfflineConfirmationId","features":[24]},{"name":"SLDepositOfflineConfirmationIdEx","features":[24]},{"name":"SLFireEvent","features":[24]},{"name":"SLGenerateOfflineInstallationId","features":[24]},{"name":"SLGenerateOfflineInstallationIdEx","features":[24]},{"name":"SLGetApplicationInformation","features":[24]},{"name":"SLGetGenuineInformation","features":[24]},{"name":"SLGetInstalledProductKeyIds","features":[24]},{"name":"SLGetLicense","features":[24]},{"name":"SLGetLicenseFileId","features":[24]},{"name":"SLGetLicenseInformation","features":[24]},{"name":"SLGetLicensingStatusInformation","features":[24]},{"name":"SLGetPKeyId","features":[24]},{"name":"SLGetPKeyInformation","features":[24]},{"name":"SLGetPolicyInformation","features":[24]},{"name":"SLGetPolicyInformationDWORD","features":[24]},{"name":"SLGetProductSkuInformation","features":[24]},{"name":"SLGetReferralInformation","features":[24]},{"name":"SLGetSLIDList","features":[24]},{"name":"SLGetServerStatus","features":[24]},{"name":"SLGetServiceInformation","features":[24]},{"name":"SLGetWindowsInformation","features":[24]},{"name":"SLGetWindowsInformationDWORD","features":[24]},{"name":"SLIDTYPE","features":[24]},{"name":"SLInstallLicense","features":[24]},{"name":"SLInstallProofOfPurchase","features":[24]},{"name":"SLIsGenuineLocal","features":[24]},{"name":"SLLICENSINGSTATUS","features":[24]},{"name":"SLOpen","features":[24]},{"name":"SLQueryLicenseValueFromApp","features":[24]},{"name":"SLREFERRALTYPE","features":[24]},{"name":"SLRegisterEvent","features":[1,24]},{"name":"SLSetCurrentProductKey","features":[24]},{"name":"SLSetGenuineInformation","features":[24]},{"name":"SLUninstallLicense","features":[24]},{"name":"SLUninstallProofOfPurchase","features":[24]},{"name":"SLUnregisterEvent","features":[1,24]},{"name":"SL_ACTIVATION_INFO_HEADER","features":[24]},{"name":"SL_ACTIVATION_TYPE","features":[24]},{"name":"SL_ACTIVATION_TYPE_ACTIVE_DIRECTORY","features":[24]},{"name":"SL_ACTIVATION_TYPE_DEFAULT","features":[24]},{"name":"SL_AD_ACTIVATION_INFO","features":[24]},{"name":"SL_CLIENTAPI_ZONE","features":[24]},{"name":"SL_DATA_BINARY","features":[24]},{"name":"SL_DATA_DWORD","features":[24]},{"name":"SL_DATA_MULTI_SZ","features":[24]},{"name":"SL_DATA_NONE","features":[24]},{"name":"SL_DATA_SUM","features":[24]},{"name":"SL_DATA_SZ","features":[24]},{"name":"SL_DEFAULT_MIGRATION_ENCRYPTOR_URI","features":[24]},{"name":"SL_EVENT_LICENSING_STATE_CHANGED","features":[24]},{"name":"SL_EVENT_POLICY_CHANGED","features":[24]},{"name":"SL_EVENT_USER_NOTIFICATION","features":[24]},{"name":"SL_E_ACTIVATION_IN_PROGRESS","features":[24]},{"name":"SL_E_APPLICATION_POLICIES_MISSING","features":[24]},{"name":"SL_E_APPLICATION_POLICIES_NOT_LOADED","features":[24]},{"name":"SL_E_AUTHN_CANT_VERIFY","features":[24]},{"name":"SL_E_AUTHN_CHALLENGE_NOT_SET","features":[24]},{"name":"SL_E_AUTHN_MISMATCHED_KEY","features":[24]},{"name":"SL_E_AUTHN_WRONG_VERSION","features":[24]},{"name":"SL_E_BASE_SKU_NOT_AVAILABLE","features":[24]},{"name":"SL_E_BIOS_KEY","features":[24]},{"name":"SL_E_BLOCKED_PRODUCT_KEY","features":[24]},{"name":"SL_E_CHPA_ACTCONFIG_ID_NOT_FOUND","features":[24]},{"name":"SL_E_CHPA_BINDING_MAPPING_NOT_FOUND","features":[24]},{"name":"SL_E_CHPA_BINDING_NOT_FOUND","features":[24]},{"name":"SL_E_CHPA_BUSINESS_RULE_INPUT_NOT_FOUND","features":[24]},{"name":"SL_E_CHPA_DATABASE_ERROR","features":[24]},{"name":"SL_E_CHPA_DIGITALMARKER_BINDING_NOT_CONFIGURED","features":[24]},{"name":"SL_E_CHPA_DIGITALMARKER_INVALID_BINDING","features":[24]},{"name":"SL_E_CHPA_DMAK_EXTENSION_LIMIT_EXCEEDED","features":[24]},{"name":"SL_E_CHPA_DMAK_LIMIT_EXCEEDED","features":[24]},{"name":"SL_E_CHPA_DYNAMICALLY_BLOCKED_PRODUCT_KEY","features":[24]},{"name":"SL_E_CHPA_FAILED_TO_DELETE_PRODUCTKEY_BINDING","features":[24]},{"name":"SL_E_CHPA_FAILED_TO_DELETE_PRODUCT_KEY_PROPERTY","features":[24]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCTKEY_BINDING","features":[24]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCT_KEY_PROPERTY","features":[24]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCT_KEY_RECORD","features":[24]},{"name":"SL_E_CHPA_FAILED_TO_PROCESS_PRODUCT_KEY_BINDINGS_XML","features":[24]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCTKEY_BINDING","features":[24]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCT_KEY_PROPERTY","features":[24]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCT_KEY_RECORD","features":[24]},{"name":"SL_E_CHPA_GENERAL_ERROR","features":[24]},{"name":"SL_E_CHPA_INVALID_ACTCONFIG_ID","features":[24]},{"name":"SL_E_CHPA_INVALID_ARGUMENT","features":[24]},{"name":"SL_E_CHPA_INVALID_BINDING","features":[24]},{"name":"SL_E_CHPA_INVALID_BINDING_URI","features":[24]},{"name":"SL_E_CHPA_INVALID_PRODUCT_DATA","features":[24]},{"name":"SL_E_CHPA_INVALID_PRODUCT_DATA_ID","features":[24]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY","features":[24]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_CHAR","features":[24]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_FORMAT","features":[24]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_LENGTH","features":[24]},{"name":"SL_E_CHPA_MAXIMUM_UNLOCK_EXCEEDED","features":[24]},{"name":"SL_E_CHPA_MSCH_RESPONSE_NOT_AVAILABLE_VGA","features":[24]},{"name":"SL_E_CHPA_NETWORK_ERROR","features":[24]},{"name":"SL_E_CHPA_NO_RULES_TO_ACTIVATE","features":[24]},{"name":"SL_E_CHPA_NULL_VALUE_FOR_PROPERTY_NAME_OR_ID","features":[24]},{"name":"SL_E_CHPA_OEM_SLP_COA0","features":[24]},{"name":"SL_E_CHPA_OVERRIDE_REQUEST_NOT_FOUND","features":[24]},{"name":"SL_E_CHPA_PRODUCT_KEY_BEING_USED","features":[24]},{"name":"SL_E_CHPA_PRODUCT_KEY_BLOCKED","features":[24]},{"name":"SL_E_CHPA_PRODUCT_KEY_BLOCKED_IPLOCATION","features":[24]},{"name":"SL_E_CHPA_PRODUCT_KEY_OUT_OF_RANGE","features":[24]},{"name":"SL_E_CHPA_REISSUANCE_LIMIT_NOT_FOUND","features":[24]},{"name":"SL_E_CHPA_RESPONSE_NOT_AVAILABLE","features":[24]},{"name":"SL_E_CHPA_SYSTEM_ERROR","features":[24]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_AFTER_END_DATE","features":[24]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_BEFORE_START_DATE","features":[24]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_NOT_AVAILABLE","features":[24]},{"name":"SL_E_CHPA_TIMEBASED_PRODUCT_KEY_NOT_CONFIGURED","features":[24]},{"name":"SL_E_CHPA_UNKNOWN_PRODUCT_KEY_TYPE","features":[24]},{"name":"SL_E_CHPA_UNKNOWN_PROPERTY_ID","features":[24]},{"name":"SL_E_CHPA_UNKNOWN_PROPERTY_NAME","features":[24]},{"name":"SL_E_CHPA_UNSUPPORTED_PRODUCT_KEY","features":[24]},{"name":"SL_E_CIDIID_INVALID_CHECK_DIGITS","features":[24]},{"name":"SL_E_CIDIID_INVALID_DATA","features":[24]},{"name":"SL_E_CIDIID_INVALID_DATA_LENGTH","features":[24]},{"name":"SL_E_CIDIID_INVALID_VERSION","features":[24]},{"name":"SL_E_CIDIID_MISMATCHED","features":[24]},{"name":"SL_E_CIDIID_MISMATCHED_PKEY","features":[24]},{"name":"SL_E_CIDIID_NOT_BOUND","features":[24]},{"name":"SL_E_CIDIID_NOT_DEPOSITED","features":[24]},{"name":"SL_E_CIDIID_VERSION_NOT_SUPPORTED","features":[24]},{"name":"SL_E_DATATYPE_MISMATCHED","features":[24]},{"name":"SL_E_DECRYPTION_LICENSES_NOT_AVAILABLE","features":[24]},{"name":"SL_E_DEPENDENT_PROPERTY_NOT_SET","features":[24]},{"name":"SL_E_DOWNLEVEL_SETUP_KEY","features":[24]},{"name":"SL_E_DUPLICATE_POLICY","features":[24]},{"name":"SL_E_EDITION_MISMATCHED","features":[24]},{"name":"SL_E_ENGINE_DETECTED_EXPLOIT","features":[24]},{"name":"SL_E_EUL_CONSUMPTION_FAILED","features":[24]},{"name":"SL_E_EUL_NOT_AVAILABLE","features":[24]},{"name":"SL_E_EVALUATION_FAILED","features":[24]},{"name":"SL_E_EVENT_ALREADY_REGISTERED","features":[24]},{"name":"SL_E_EVENT_NOT_REGISTERED","features":[24]},{"name":"SL_E_EXTERNAL_SIGNATURE_NOT_FOUND","features":[24]},{"name":"SL_E_GRACE_TIME_EXPIRED","features":[24]},{"name":"SL_E_HEALTH_CHECK_FAILED_MUI_FILES","features":[24]},{"name":"SL_E_HEALTH_CHECK_FAILED_NEUTRAL_FILES","features":[24]},{"name":"SL_E_HWID_CHANGED","features":[24]},{"name":"SL_E_HWID_ERROR","features":[24]},{"name":"SL_E_IA_ID_MISMATCH","features":[24]},{"name":"SL_E_IA_INVALID_VIRTUALIZATION_PLATFORM","features":[24]},{"name":"SL_E_IA_MACHINE_NOT_BOUND","features":[24]},{"name":"SL_E_IA_PARENT_PARTITION_NOT_ACTIVATED","features":[24]},{"name":"SL_E_IA_THROTTLE_LIMIT_EXCEEDED","features":[24]},{"name":"SL_E_INTERNAL_ERROR","features":[24]},{"name":"SL_E_INVALID_AD_DATA","features":[24]},{"name":"SL_E_INVALID_BINDING_BLOB","features":[24]},{"name":"SL_E_INVALID_CLIENT_TOKEN","features":[24]},{"name":"SL_E_INVALID_CONTEXT","features":[24]},{"name":"SL_E_INVALID_CONTEXT_DATA","features":[24]},{"name":"SL_E_INVALID_EVENT_ID","features":[24]},{"name":"SL_E_INVALID_FILE_HASH","features":[24]},{"name":"SL_E_INVALID_GUID","features":[24]},{"name":"SL_E_INVALID_HASH","features":[24]},{"name":"SL_E_INVALID_LICENSE","features":[24]},{"name":"SL_E_INVALID_LICENSE_STATE","features":[24]},{"name":"SL_E_INVALID_LICENSE_STATE_BREACH_GRACE","features":[24]},{"name":"SL_E_INVALID_LICENSE_STATE_BREACH_GRACE_EXPIRED","features":[24]},{"name":"SL_E_INVALID_OEM_OR_VOLUME_BINDING_DATA","features":[24]},{"name":"SL_E_INVALID_OFFLINE_BLOB","features":[24]},{"name":"SL_E_INVALID_OSVERSION_TEMPLATEID","features":[24]},{"name":"SL_E_INVALID_OS_FOR_PRODUCT_KEY","features":[24]},{"name":"SL_E_INVALID_PACKAGE","features":[24]},{"name":"SL_E_INVALID_PACKAGE_VERSION","features":[24]},{"name":"SL_E_INVALID_PKEY","features":[24]},{"name":"SL_E_INVALID_PRODUCT_KEY","features":[24]},{"name":"SL_E_INVALID_PRODUCT_KEY_TYPE","features":[24]},{"name":"SL_E_INVALID_RSDP_COUNT","features":[24]},{"name":"SL_E_INVALID_RULESET_RULE","features":[24]},{"name":"SL_E_INVALID_RUNNING_MODE","features":[24]},{"name":"SL_E_INVALID_TEMPLATE_ID","features":[24]},{"name":"SL_E_INVALID_TOKEN_DATA","features":[24]},{"name":"SL_E_INVALID_USE_OF_ADD_ON_PKEY","features":[24]},{"name":"SL_E_INVALID_XML_BLOB","features":[24]},{"name":"SL_E_IP_LOCATION_FALIED","features":[24]},{"name":"SL_E_ISSUANCE_LICENSE_NOT_INSTALLED","features":[24]},{"name":"SL_E_LICENSE_AUTHORIZATION_FAILED","features":[24]},{"name":"SL_E_LICENSE_DECRYPTION_FAILED","features":[24]},{"name":"SL_E_LICENSE_FILE_NOT_INSTALLED","features":[24]},{"name":"SL_E_LICENSE_INVALID_ADDON_INFO","features":[24]},{"name":"SL_E_LICENSE_MANAGEMENT_DATA_DUPLICATED","features":[24]},{"name":"SL_E_LICENSE_MANAGEMENT_DATA_NOT_FOUND","features":[24]},{"name":"SL_E_LICENSE_NOT_BOUND","features":[24]},{"name":"SL_E_LICENSE_SERVER_URL_NOT_FOUND","features":[24]},{"name":"SL_E_LICENSE_SIGNATURE_VERIFICATION_FAILED","features":[24]},{"name":"SL_E_LUA_ACCESSDENIED","features":[24]},{"name":"SL_E_MISMATCHED_APPID","features":[24]},{"name":"SL_E_MISMATCHED_KEY_TYPES","features":[24]},{"name":"SL_E_MISMATCHED_PID","features":[24]},{"name":"SL_E_MISMATCHED_PKEY_RANGE","features":[24]},{"name":"SL_E_MISMATCHED_PRODUCT_SKU","features":[24]},{"name":"SL_E_MISMATCHED_SECURITY_PROCESSOR","features":[24]},{"name":"SL_E_MISSING_OVERRIDE_ONLY_ATTRIBUTE","features":[24]},{"name":"SL_E_NONGENUINE_GRACE_TIME_EXPIRED","features":[24]},{"name":"SL_E_NONGENUINE_GRACE_TIME_EXPIRED_2","features":[24]},{"name":"SL_E_NON_GENUINE_STATUS_LAST","features":[24]},{"name":"SL_E_NOTIFICATION_BREACH_DETECTED","features":[24]},{"name":"SL_E_NOTIFICATION_GRACE_EXPIRED","features":[24]},{"name":"SL_E_NOTIFICATION_OTHER_REASONS","features":[24]},{"name":"SL_E_NOT_ACTIVATED","features":[24]},{"name":"SL_E_NOT_EVALUATED","features":[24]},{"name":"SL_E_NOT_GENUINE","features":[24]},{"name":"SL_E_NOT_SUPPORTED","features":[24]},{"name":"SL_E_NO_PID_CONFIG_DATA","features":[24]},{"name":"SL_E_NO_PRODUCT_KEY_FOUND","features":[24]},{"name":"SL_E_OEM_KEY_EDITION_MISMATCH","features":[24]},{"name":"SL_E_OFFLINE_GENUINE_BLOB_NOT_FOUND","features":[24]},{"name":"SL_E_OFFLINE_GENUINE_BLOB_REVOKED","features":[24]},{"name":"SL_E_OFFLINE_VALIDATION_BLOB_PARAM_NOT_FOUND","features":[24]},{"name":"SL_E_OPERATION_NOT_ALLOWED","features":[24]},{"name":"SL_E_OUT_OF_TOLERANCE","features":[24]},{"name":"SL_E_PKEY_INTERNAL_ERROR","features":[24]},{"name":"SL_E_PKEY_INVALID_ALGORITHM","features":[24]},{"name":"SL_E_PKEY_INVALID_CONFIG","features":[24]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE1","features":[24]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE2","features":[24]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE3","features":[24]},{"name":"SL_E_PKEY_INVALID_UNIQUEID","features":[24]},{"name":"SL_E_PKEY_INVALID_UPGRADE","features":[24]},{"name":"SL_E_PKEY_NOT_INSTALLED","features":[24]},{"name":"SL_E_PLUGIN_INVALID_MANIFEST","features":[24]},{"name":"SL_E_PLUGIN_NOT_REGISTERED","features":[24]},{"name":"SL_E_POLICY_CACHE_INVALID","features":[24]},{"name":"SL_E_POLICY_OTHERINFO_MISMATCH","features":[24]},{"name":"SL_E_PRODUCT_KEY_INSTALLATION_NOT_ALLOWED","features":[24]},{"name":"SL_E_PRODUCT_SKU_NOT_INSTALLED","features":[24]},{"name":"SL_E_PRODUCT_UNIQUENESS_GROUP_ID_INVALID","features":[24]},{"name":"SL_E_PROXY_KEY_NOT_FOUND","features":[24]},{"name":"SL_E_PROXY_POLICY_NOT_UPDATED","features":[24]},{"name":"SL_E_PUBLISHING_LICENSE_NOT_INSTALLED","features":[24]},{"name":"SL_E_RAC_NOT_AVAILABLE","features":[24]},{"name":"SL_E_RIGHT_NOT_CONSUMED","features":[24]},{"name":"SL_E_RIGHT_NOT_GRANTED","features":[24]},{"name":"SL_E_SECURE_STORE_ID_MISMATCH","features":[24]},{"name":"SL_E_SERVICE_RUNNING","features":[24]},{"name":"SL_E_SERVICE_STOPPING","features":[24]},{"name":"SL_E_SFS_BAD_TOKEN_EXT","features":[24]},{"name":"SL_E_SFS_BAD_TOKEN_NAME","features":[24]},{"name":"SL_E_SFS_DUPLICATE_TOKEN_NAME","features":[24]},{"name":"SL_E_SFS_FILE_READ_ERROR","features":[24]},{"name":"SL_E_SFS_FILE_WRITE_ERROR","features":[24]},{"name":"SL_E_SFS_INVALID_FD_TABLE","features":[24]},{"name":"SL_E_SFS_INVALID_FILE_POSITION","features":[24]},{"name":"SL_E_SFS_INVALID_FS_HEADER","features":[24]},{"name":"SL_E_SFS_INVALID_FS_VERSION","features":[24]},{"name":"SL_E_SFS_INVALID_SYNC","features":[24]},{"name":"SL_E_SFS_INVALID_TOKEN_DATA_HASH","features":[24]},{"name":"SL_E_SFS_INVALID_TOKEN_DESCRIPTOR","features":[24]},{"name":"SL_E_SFS_NO_ACTIVE_TRANSACTION","features":[24]},{"name":"SL_E_SFS_TOKEN_SIZE_MISMATCH","features":[24]},{"name":"SL_E_SLP_BAD_FORMAT","features":[24]},{"name":"SL_E_SLP_INVALID_MARKER_VERSION","features":[24]},{"name":"SL_E_SLP_MISSING_ACPI_SLIC","features":[24]},{"name":"SL_E_SLP_MISSING_SLP_MARKER","features":[24]},{"name":"SL_E_SLP_NOT_SIGNED","features":[24]},{"name":"SL_E_SLP_OEM_CERT_MISSING","features":[24]},{"name":"SL_E_SOFTMOD_EXPLOIT_DETECTED","features":[24]},{"name":"SL_E_SPC_NOT_AVAILABLE","features":[24]},{"name":"SL_E_SRV_AUTHORIZATION_FAILED","features":[24]},{"name":"SL_E_SRV_BUSINESS_TOKEN_ENTRY_NOT_FOUND","features":[24]},{"name":"SL_E_SRV_CLIENT_CLOCK_OUT_OF_SYNC","features":[24]},{"name":"SL_E_SRV_GENERAL_ERROR","features":[24]},{"name":"SL_E_SRV_INVALID_BINDING","features":[24]},{"name":"SL_E_SRV_INVALID_LICENSE_STRUCTURE","features":[24]},{"name":"SL_E_SRV_INVALID_PAYLOAD","features":[24]},{"name":"SL_E_SRV_INVALID_PRODUCT_KEY_LICENSE","features":[24]},{"name":"SL_E_SRV_INVALID_PUBLISH_LICENSE","features":[24]},{"name":"SL_E_SRV_INVALID_RIGHTS_ACCOUNT_LICENSE","features":[24]},{"name":"SL_E_SRV_INVALID_SECURITY_PROCESSOR_LICENSE","features":[24]},{"name":"SL_E_SRV_SERVER_PONG","features":[24]},{"name":"SL_E_STORE_UPGRADE_TOKEN_NOT_AUTHORIZED","features":[24]},{"name":"SL_E_STORE_UPGRADE_TOKEN_NOT_PRS_SIGNED","features":[24]},{"name":"SL_E_STORE_UPGRADE_TOKEN_REQUIRED","features":[24]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_EDITION","features":[24]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_PID","features":[24]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_VERSION","features":[24]},{"name":"SL_E_TAMPER_DETECTED","features":[24]},{"name":"SL_E_TAMPER_RECOVERY_REQUIRES_ACTIVATION","features":[24]},{"name":"SL_E_TKA_CERT_CNG_NOT_AVAILABLE","features":[24]},{"name":"SL_E_TKA_CERT_NOT_FOUND","features":[24]},{"name":"SL_E_TKA_CHALLENGE_EXPIRED","features":[24]},{"name":"SL_E_TKA_CHALLENGE_MISMATCH","features":[24]},{"name":"SL_E_TKA_CRITERIA_MISMATCH","features":[24]},{"name":"SL_E_TKA_FAILED_GRANT_PARSING","features":[24]},{"name":"SL_E_TKA_GRANT_NOT_FOUND","features":[24]},{"name":"SL_E_TKA_INVALID_BLOB","features":[24]},{"name":"SL_E_TKA_INVALID_CERTIFICATE","features":[24]},{"name":"SL_E_TKA_INVALID_CERT_CHAIN","features":[24]},{"name":"SL_E_TKA_INVALID_SKU_ID","features":[24]},{"name":"SL_E_TKA_INVALID_SMARTCARD","features":[24]},{"name":"SL_E_TKA_INVALID_THUMBPRINT","features":[24]},{"name":"SL_E_TKA_SILENT_ACTIVATION_FAILURE","features":[24]},{"name":"SL_E_TKA_SOFT_CERT_DISALLOWED","features":[24]},{"name":"SL_E_TKA_SOFT_CERT_INVALID","features":[24]},{"name":"SL_E_TKA_TAMPERED_CERT_CHAIN","features":[24]},{"name":"SL_E_TKA_THUMBPRINT_CERT_NOT_FOUND","features":[24]},{"name":"SL_E_TKA_TPID_MISMATCH","features":[24]},{"name":"SL_E_TOKEN_STORE_INVALID_STATE","features":[24]},{"name":"SL_E_TOKSTO_ALREADY_INITIALIZED","features":[24]},{"name":"SL_E_TOKSTO_CANT_ACQUIRE_MUTEX","features":[24]},{"name":"SL_E_TOKSTO_CANT_CREATE_FILE","features":[24]},{"name":"SL_E_TOKSTO_CANT_CREATE_MUTEX","features":[24]},{"name":"SL_E_TOKSTO_CANT_PARSE_PROPERTIES","features":[24]},{"name":"SL_E_TOKSTO_CANT_READ_FILE","features":[24]},{"name":"SL_E_TOKSTO_CANT_WRITE_TO_FILE","features":[24]},{"name":"SL_E_TOKSTO_INVALID_FILE","features":[24]},{"name":"SL_E_TOKSTO_NOT_INITIALIZED","features":[24]},{"name":"SL_E_TOKSTO_NO_ID_SET","features":[24]},{"name":"SL_E_TOKSTO_NO_PROPERTIES","features":[24]},{"name":"SL_E_TOKSTO_NO_TOKEN_DATA","features":[24]},{"name":"SL_E_TOKSTO_PROPERTY_NOT_FOUND","features":[24]},{"name":"SL_E_TOKSTO_TOKEN_NOT_FOUND","features":[24]},{"name":"SL_E_USE_LICENSE_NOT_INSTALLED","features":[24]},{"name":"SL_E_VALIDATION_BLOB_PARAM_NOT_FOUND","features":[24]},{"name":"SL_E_VALIDATION_BLOCKED_PRODUCT_KEY","features":[24]},{"name":"SL_E_VALIDATION_INVALID_PRODUCT_KEY","features":[24]},{"name":"SL_E_VALIDITY_PERIOD_EXPIRED","features":[24]},{"name":"SL_E_VALIDITY_TIME_EXPIRED","features":[24]},{"name":"SL_E_VALUE_NOT_FOUND","features":[24]},{"name":"SL_E_VL_AD_AO_NAME_TOO_LONG","features":[24]},{"name":"SL_E_VL_AD_AO_NOT_FOUND","features":[24]},{"name":"SL_E_VL_AD_SCHEMA_VERSION_NOT_SUPPORTED","features":[24]},{"name":"SL_E_VL_BINDING_SERVICE_NOT_ENABLED","features":[24]},{"name":"SL_E_VL_BINDING_SERVICE_UNAVAILABLE","features":[24]},{"name":"SL_E_VL_INFO_PRODUCT_USER_RIGHT","features":[24]},{"name":"SL_E_VL_INVALID_TIMESTAMP","features":[24]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_ID_MISMATCH","features":[24]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_NOT_ACTIVATED","features":[24]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_VM_NOT_SUPPORTED","features":[24]},{"name":"SL_E_VL_MACHINE_NOT_BOUND","features":[24]},{"name":"SL_E_VL_NOT_ENOUGH_COUNT","features":[24]},{"name":"SL_E_VL_NOT_WINDOWS_SLP","features":[24]},{"name":"SL_E_WINDOWS_INVALID_LICENSE_STATE","features":[24]},{"name":"SL_E_WINDOWS_VERSION_MISMATCH","features":[24]},{"name":"SL_GENUINE_STATE","features":[24]},{"name":"SL_GEN_STATE_INVALID_LICENSE","features":[24]},{"name":"SL_GEN_STATE_IS_GENUINE","features":[24]},{"name":"SL_GEN_STATE_LAST","features":[24]},{"name":"SL_GEN_STATE_OFFLINE","features":[24]},{"name":"SL_GEN_STATE_TAMPERED","features":[24]},{"name":"SL_ID_ALL_LICENSES","features":[24]},{"name":"SL_ID_ALL_LICENSE_FILES","features":[24]},{"name":"SL_ID_APPLICATION","features":[24]},{"name":"SL_ID_LAST","features":[24]},{"name":"SL_ID_LICENSE","features":[24]},{"name":"SL_ID_LICENSE_FILE","features":[24]},{"name":"SL_ID_PKEY","features":[24]},{"name":"SL_ID_PRODUCT_SKU","features":[24]},{"name":"SL_ID_STORE_TOKEN","features":[24]},{"name":"SL_INFO_KEY_ACTIVE_PLUGINS","features":[24]},{"name":"SL_INFO_KEY_AUTHOR","features":[24]},{"name":"SL_INFO_KEY_BIOS_OA2_MINOR_VERSION","features":[24]},{"name":"SL_INFO_KEY_BIOS_PKEY","features":[24]},{"name":"SL_INFO_KEY_BIOS_PKEY_DESCRIPTION","features":[24]},{"name":"SL_INFO_KEY_BIOS_PKEY_PKPN","features":[24]},{"name":"SL_INFO_KEY_BIOS_SLIC_STATE","features":[24]},{"name":"SL_INFO_KEY_CHANNEL","features":[24]},{"name":"SL_INFO_KEY_DESCRIPTION","features":[24]},{"name":"SL_INFO_KEY_DIGITAL_PID","features":[24]},{"name":"SL_INFO_KEY_DIGITAL_PID2","features":[24]},{"name":"SL_INFO_KEY_IS_KMS","features":[24]},{"name":"SL_INFO_KEY_IS_PRS","features":[24]},{"name":"SL_INFO_KEY_KMS_CURRENT_COUNT","features":[24]},{"name":"SL_INFO_KEY_KMS_FAILED_REQUESTS","features":[24]},{"name":"SL_INFO_KEY_KMS_LICENSED_REQUESTS","features":[24]},{"name":"SL_INFO_KEY_KMS_NON_GENUINE_GRACE_REQUESTS","features":[24]},{"name":"SL_INFO_KEY_KMS_NOTIFICATION_REQUESTS","features":[24]},{"name":"SL_INFO_KEY_KMS_OOB_GRACE_REQUESTS","features":[24]},{"name":"SL_INFO_KEY_KMS_OOT_GRACE_REQUESTS","features":[24]},{"name":"SL_INFO_KEY_KMS_REQUIRED_CLIENT_COUNT","features":[24]},{"name":"SL_INFO_KEY_KMS_TOTAL_REQUESTS","features":[24]},{"name":"SL_INFO_KEY_KMS_UNLICENSED_REQUESTS","features":[24]},{"name":"SL_INFO_KEY_LICENSE_TYPE","features":[24]},{"name":"SL_INFO_KEY_LICENSOR_URL","features":[24]},{"name":"SL_INFO_KEY_NAME","features":[24]},{"name":"SL_INFO_KEY_PARTIAL_PRODUCT_KEY","features":[24]},{"name":"SL_INFO_KEY_PRODUCT_KEY_ACTIVATION_URL","features":[24]},{"name":"SL_INFO_KEY_PRODUCT_SKU_ID","features":[24]},{"name":"SL_INFO_KEY_RIGHT_ACCOUNT_ACTIVATION_URL","features":[24]},{"name":"SL_INFO_KEY_SECURE_PROCESSOR_ACTIVATION_URL","features":[24]},{"name":"SL_INFO_KEY_SECURE_STORE_ID","features":[24]},{"name":"SL_INFO_KEY_SYSTEM_STATE","features":[24]},{"name":"SL_INFO_KEY_USE_LICENSE_ACTIVATION_URL","features":[24]},{"name":"SL_INFO_KEY_VERSION","features":[24]},{"name":"SL_INTERNAL_ZONE","features":[24]},{"name":"SL_I_NONGENUINE_GRACE_PERIOD","features":[24]},{"name":"SL_I_NONGENUINE_GRACE_PERIOD_2","features":[24]},{"name":"SL_I_OOB_GRACE_PERIOD","features":[24]},{"name":"SL_I_OOT_GRACE_PERIOD","features":[24]},{"name":"SL_I_PERPETUAL_OOB_GRACE_PERIOD","features":[24]},{"name":"SL_I_STORE_BASED_ACTIVATION","features":[24]},{"name":"SL_I_TIMEBASED_EXTENDED_GRACE_PERIOD","features":[24]},{"name":"SL_I_TIMEBASED_VALIDITY_PERIOD","features":[24]},{"name":"SL_LICENSING_STATUS","features":[24]},{"name":"SL_LICENSING_STATUS_IN_GRACE_PERIOD","features":[24]},{"name":"SL_LICENSING_STATUS_LAST","features":[24]},{"name":"SL_LICENSING_STATUS_LICENSED","features":[24]},{"name":"SL_LICENSING_STATUS_NOTIFICATION","features":[24]},{"name":"SL_LICENSING_STATUS_UNLICENSED","features":[24]},{"name":"SL_MDOLLAR_ZONE","features":[24]},{"name":"SL_MSCH_ZONE","features":[24]},{"name":"SL_NONGENUINE_UI_OPTIONS","features":[24]},{"name":"SL_PKEY_DETECT","features":[24]},{"name":"SL_PKEY_MS2005","features":[24]},{"name":"SL_PKEY_MS2009","features":[24]},{"name":"SL_POLICY_EVALUATION_MODE_ENABLED","features":[24]},{"name":"SL_PROP_ACTIVATION_VALIDATION_IN_PROGRESS","features":[24]},{"name":"SL_PROP_BRT_COMMIT","features":[24]},{"name":"SL_PROP_BRT_DATA","features":[24]},{"name":"SL_PROP_GENUINE_RESULT","features":[24]},{"name":"SL_PROP_GET_GENUINE_AUTHZ","features":[24]},{"name":"SL_PROP_GET_GENUINE_SERVER_AUTHZ","features":[24]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_HRESULT","features":[24]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_SERVER_FLAGS","features":[24]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_TIME","features":[24]},{"name":"SL_PROP_NONGENUINE_GRACE_FLAG","features":[24]},{"name":"SL_REARM_REBOOT_REQUIRED","features":[24]},{"name":"SL_REFERRALTYPE_APPID","features":[24]},{"name":"SL_REFERRALTYPE_BEST_MATCH","features":[24]},{"name":"SL_REFERRALTYPE_OVERRIDE_APPID","features":[24]},{"name":"SL_REFERRALTYPE_OVERRIDE_SKUID","features":[24]},{"name":"SL_REFERRALTYPE_SKUID","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_CHECK_DIGITS","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA_LENGTH","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_VERSION","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_DIGITALMARKER_BINDING_NOT_CONFIGURED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_DIGITALMARKER_INVALID_BINDING","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_EXTENSION_LIMIT_EXCEEDED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_LIMIT_EXCEEDED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_OVERRIDE_LIMIT_REACHED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_FREE_OFFER_EXPIRED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_ACTCONFIG_ID","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_ARGUMENT","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_BINDING","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_BINDING_URI","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA_ID","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_FORMAT","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_LENGTH","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_MAXIMUM_UNLOCK_EXCEEDED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_NO_RULES_TO_ACTIVATE","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OEM_SLP_COA0","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DEVICE_BLOCKED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DEVICE_THROTTLED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DONOR_HWID_NO_ENTITLEMENT","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_GENERIC_ERROR","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_GP_DISABLED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_HARDWARE_BLOCKED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_LICENSE_BLOCKED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_LICENSE_THROTTLED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_NOT_ADMIN","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_NO_ASSOCIATION","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_USER_BLOCKED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_OSR_USER_THROTTLED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED_IPLOCATION","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_OUT_OF_RANGE","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_ROT_OVERRIDE_LIMIT_REACHED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_AFTER_END_DATE","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_BEFORE_START_DATE","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_NOT_AVAILABLE","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_PRODUCT_KEY_NOT_CONFIGURED","features":[24]},{"name":"SL_REMAPPING_MDOLLAR_UNSUPPORTED_PRODUCT_KEY","features":[24]},{"name":"SL_REMAPPING_SP_PUB_API_BAD_GET_INFO_QUERY","features":[24]},{"name":"SL_REMAPPING_SP_PUB_API_HANDLE_NOT_COMMITED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_ALGORITHM_TYPE","features":[24]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_HANDLE","features":[24]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_KEY_LENGTH","features":[24]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_LICENSE","features":[24]},{"name":"SL_REMAPPING_SP_PUB_API_NO_AES_PROVIDER","features":[24]},{"name":"SL_REMAPPING_SP_PUB_API_TOO_MANY_LOADED_ENVIRONMENTS","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_HASH_FINALIZED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_BLOCK","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_BLOCKLENGTH","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_CIPHER","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_CIPHERMODE","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_FORMAT","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_KEYLENGTH","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_PADDING","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_SIGNATURE","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_SIGNATURELENGTH","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_KEY_NOT_AVAILABLE","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_KEY_NOT_FOUND","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_NOT_BLOCK_ALIGNED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_ATTRIBUTEID","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_HASHID","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_KEYID","features":[24]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_PROVIDERID","features":[24]},{"name":"SL_REMAPPING_SP_PUB_GENERAL_NOT_INITIALIZED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_IDENTICAL","features":[24]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_POLICY_CHANGED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_TAMPER","features":[24]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_TAMPER_RESTORE_FAILED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_PROXY_SOFT_TAMPER","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TAMPER_MODULE_AUTHENTICATION","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TAMPER_SECURITY_PROCESSOR_PATCHED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TIMER_ALREADY_EXISTS","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TIMER_EXPIRED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TIMER_NAME_SIZE_TOO_BIG","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TIMER_NOT_FOUND","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TIMER_READ_ONLY","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TRUSTED_TIME_OK","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_ACCESS_DENIED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_ATTRIBUTE_NOT_FOUND","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_ATTRIBUTE_READ_ONLY","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_DATA_SIZE_TOO_BIG","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_ALREADY_EXISTS","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_NOT_FOUND","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_SIZE_TOO_BIG","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_READ_ONLY","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_FULL","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_INVALID_HW_BINDING","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_MAX_REARM_REACHED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_NAMESPACE_IN_USE","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_NAMESPACE_NOT_FOUND","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_REARMED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_RECREATED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_BREADCRUMB_GENERATION","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_BREADCRUMB_LOAD_INVALID","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_DATA_BREADCRUMB_MISMATCH","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_DATA_VERSION_MISMATCH","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_INVALID_DATA","features":[24]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_NO_DATA","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_ALREADY_EXISTS","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_DEBUGGER_DETECTED","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_GENERIC_FAILURE","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_INSUFFICIENT_BUFFER","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_INVALIDARG","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_INVALIDDATA","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_INVALID_SPAPI_CALL","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_INVALID_SPAPI_VERSION","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_NO_MORE_DATA","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_PUSHKEY_CONFLICT","features":[24]},{"name":"SL_REMAPPING_SP_STATUS_SYSTEM_TIME_SKEWED","features":[24]},{"name":"SL_SERVER_ZONE","features":[24]},{"name":"SL_SYSTEM_POLICY_INFORMATION","features":[24]},{"name":"SL_SYSTEM_STATE_REBOOT_POLICY_FOUND","features":[24]},{"name":"SL_SYSTEM_STATE_TAMPERED","features":[24]},{"name":"SPP_MIGRATION_GATHER_ACTIVATED_WINDOWS_STATE","features":[24]},{"name":"SPP_MIGRATION_GATHER_ALL","features":[24]},{"name":"SPP_MIGRATION_GATHER_MIGRATABLE_APPS","features":[24]},{"name":"SP_ACCEPT_CREDENTIALS_NAME","features":[24]},{"name":"SP_PROT_ALL","features":[24]},{"name":"SP_PROT_DTLS1_0_CLIENT","features":[24]},{"name":"SP_PROT_DTLS1_0_SERVER","features":[24]},{"name":"SP_PROT_DTLS1_2_CLIENT","features":[24]},{"name":"SP_PROT_DTLS1_2_SERVER","features":[24]},{"name":"SP_PROT_DTLS_CLIENT","features":[24]},{"name":"SP_PROT_DTLS_SERVER","features":[24]},{"name":"SP_PROT_NONE","features":[24]},{"name":"SP_PROT_PCT1_CLIENT","features":[24]},{"name":"SP_PROT_PCT1_SERVER","features":[24]},{"name":"SP_PROT_SSL2_CLIENT","features":[24]},{"name":"SP_PROT_SSL2_SERVER","features":[24]},{"name":"SP_PROT_SSL3_CLIENT","features":[24]},{"name":"SP_PROT_SSL3_SERVER","features":[24]},{"name":"SP_PROT_TLS1_0_CLIENT","features":[24]},{"name":"SP_PROT_TLS1_0_SERVER","features":[24]},{"name":"SP_PROT_TLS1_1_CLIENT","features":[24]},{"name":"SP_PROT_TLS1_1_SERVER","features":[24]},{"name":"SP_PROT_TLS1_2_CLIENT","features":[24]},{"name":"SP_PROT_TLS1_2_SERVER","features":[24]},{"name":"SP_PROT_TLS1_3PLUS_CLIENT","features":[24]},{"name":"SP_PROT_TLS1_3PLUS_SERVER","features":[24]},{"name":"SP_PROT_TLS1_3_CLIENT","features":[24]},{"name":"SP_PROT_TLS1_3_SERVER","features":[24]},{"name":"SP_PROT_TLS1_CLIENT","features":[24]},{"name":"SP_PROT_TLS1_SERVER","features":[24]},{"name":"SP_PROT_UNI_CLIENT","features":[24]},{"name":"SP_PROT_UNI_SERVER","features":[24]},{"name":"SR_SECURITY_DESCRIPTOR","features":[24]},{"name":"SSL2SP_NAME","features":[24]},{"name":"SSL2SP_NAME_A","features":[24]},{"name":"SSL2SP_NAME_W","features":[24]},{"name":"SSL3SP_NAME","features":[24]},{"name":"SSL3SP_NAME_A","features":[24]},{"name":"SSL3SP_NAME_W","features":[24]},{"name":"SSL_CRACK_CERTIFICATE_FN","features":[1,24,75]},{"name":"SSL_CRACK_CERTIFICATE_NAME","features":[24]},{"name":"SSL_CREDENTIAL_CERTIFICATE","features":[24]},{"name":"SSL_EMPTY_CACHE_FN_A","features":[1,24]},{"name":"SSL_EMPTY_CACHE_FN_W","features":[1,24]},{"name":"SSL_FREE_CERTIFICATE_FN","features":[1,24,75]},{"name":"SSL_FREE_CERTIFICATE_NAME","features":[24]},{"name":"SSL_SESSION_DISABLE_RECONNECTS","features":[24]},{"name":"SSL_SESSION_ENABLE_RECONNECTS","features":[24]},{"name":"SSL_SESSION_RECONNECT","features":[24]},{"name":"SSPIPFC_CREDPROV_DO_NOT_LOAD","features":[24]},{"name":"SSPIPFC_CREDPROV_DO_NOT_SAVE","features":[24]},{"name":"SSPIPFC_NO_CHECKBOX","features":[24]},{"name":"SSPIPFC_SAVE_CRED_BY_CALLER","features":[24]},{"name":"SSPIPFC_USE_CREDUIBROKER","features":[24]},{"name":"SUBSCRIBE_GENERIC_TLS_EXTENSION","features":[24]},{"name":"SZ_ALG_MAX_SIZE","features":[24]},{"name":"SaslAcceptSecurityContext","features":[24,126]},{"name":"SaslEnumerateProfilesA","features":[24]},{"name":"SaslEnumerateProfilesW","features":[24]},{"name":"SaslGetContextOption","features":[24,126]},{"name":"SaslGetProfilePackageA","features":[24]},{"name":"SaslGetProfilePackageW","features":[24]},{"name":"SaslIdentifyPackageA","features":[24]},{"name":"SaslIdentifyPackageW","features":[24]},{"name":"SaslInitializeSecurityContextA","features":[24,126]},{"name":"SaslInitializeSecurityContextW","features":[24,126]},{"name":"SaslSetContextOption","features":[24,126]},{"name":"Sasl_AuthZIDForbidden","features":[24]},{"name":"Sasl_AuthZIDProcessed","features":[24]},{"name":"SchGetExtensionsOptions","features":[24]},{"name":"SeAdtParmTypeAccessMask","features":[24]},{"name":"SeAdtParmTypeAccessReason","features":[24]},{"name":"SeAdtParmTypeClaims","features":[24]},{"name":"SeAdtParmTypeDateTime","features":[24]},{"name":"SeAdtParmTypeDuration","features":[24]},{"name":"SeAdtParmTypeFileSpec","features":[24]},{"name":"SeAdtParmTypeGuid","features":[24]},{"name":"SeAdtParmTypeHexInt64","features":[24]},{"name":"SeAdtParmTypeHexUlong","features":[24]},{"name":"SeAdtParmTypeLogonHours","features":[24]},{"name":"SeAdtParmTypeLogonId","features":[24]},{"name":"SeAdtParmTypeLogonIdAsSid","features":[24]},{"name":"SeAdtParmTypeLogonIdEx","features":[24]},{"name":"SeAdtParmTypeLogonIdNoSid","features":[24]},{"name":"SeAdtParmTypeLuid","features":[24]},{"name":"SeAdtParmTypeMessage","features":[24]},{"name":"SeAdtParmTypeMultiSzString","features":[24]},{"name":"SeAdtParmTypeNoLogonId","features":[24]},{"name":"SeAdtParmTypeNoUac","features":[24]},{"name":"SeAdtParmTypeNone","features":[24]},{"name":"SeAdtParmTypeObjectTypes","features":[24]},{"name":"SeAdtParmTypePrivs","features":[24]},{"name":"SeAdtParmTypePtr","features":[24]},{"name":"SeAdtParmTypeResourceAttribute","features":[24]},{"name":"SeAdtParmTypeSD","features":[24]},{"name":"SeAdtParmTypeSid","features":[24]},{"name":"SeAdtParmTypeSidList","features":[24]},{"name":"SeAdtParmTypeSockAddr","features":[24]},{"name":"SeAdtParmTypeSockAddrNoPort","features":[24]},{"name":"SeAdtParmTypeStagingReason","features":[24]},{"name":"SeAdtParmTypeString","features":[24]},{"name":"SeAdtParmTypeStringList","features":[24]},{"name":"SeAdtParmTypeTime","features":[24]},{"name":"SeAdtParmTypeUlong","features":[24]},{"name":"SeAdtParmTypeUlongNoConv","features":[24]},{"name":"SeAdtParmTypeUserAccountControl","features":[24]},{"name":"SecApplicationProtocolNegotiationExt_ALPN","features":[24]},{"name":"SecApplicationProtocolNegotiationExt_NPN","features":[24]},{"name":"SecApplicationProtocolNegotiationExt_None","features":[24]},{"name":"SecApplicationProtocolNegotiationStatus_None","features":[24]},{"name":"SecApplicationProtocolNegotiationStatus_SelectedClientOnly","features":[24]},{"name":"SecApplicationProtocolNegotiationStatus_Success","features":[24]},{"name":"SecBuffer","features":[24]},{"name":"SecBufferDesc","features":[24]},{"name":"SecDelegationType","features":[24]},{"name":"SecDirectory","features":[24]},{"name":"SecFull","features":[24]},{"name":"SecNameAlternateId","features":[24]},{"name":"SecNameDN","features":[24]},{"name":"SecNameFlat","features":[24]},{"name":"SecNameSPN","features":[24]},{"name":"SecNameSamCompatible","features":[24]},{"name":"SecObject","features":[24]},{"name":"SecPkgAttrLastClientTokenMaybe","features":[24]},{"name":"SecPkgAttrLastClientTokenNo","features":[24]},{"name":"SecPkgAttrLastClientTokenYes","features":[24]},{"name":"SecPkgCallPackageMaxMessage","features":[24]},{"name":"SecPkgCallPackageMinMessage","features":[24]},{"name":"SecPkgCallPackagePinDcMessage","features":[24]},{"name":"SecPkgCallPackageTransferCredMessage","features":[24]},{"name":"SecPkgCallPackageUnpinAllDcsMessage","features":[24]},{"name":"SecPkgContext_AccessToken","features":[24]},{"name":"SecPkgContext_ApplicationProtocol","features":[24]},{"name":"SecPkgContext_AuthorityA","features":[24]},{"name":"SecPkgContext_AuthorityW","features":[24]},{"name":"SecPkgContext_AuthzID","features":[24]},{"name":"SecPkgContext_Bindings","features":[24]},{"name":"SecPkgContext_CertInfo","features":[24]},{"name":"SecPkgContext_CertificateValidationResult","features":[24]},{"name":"SecPkgContext_Certificates","features":[24]},{"name":"SecPkgContext_CipherInfo","features":[24]},{"name":"SecPkgContext_ClientCertPolicyResult","features":[24]},{"name":"SecPkgContext_ClientSpecifiedTarget","features":[24]},{"name":"SecPkgContext_ConnectionInfo","features":[24,75]},{"name":"SecPkgContext_ConnectionInfoEx","features":[24]},{"name":"SecPkgContext_CredInfo","features":[24]},{"name":"SecPkgContext_CredentialNameA","features":[24]},{"name":"SecPkgContext_CredentialNameW","features":[24]},{"name":"SecPkgContext_DceInfo","features":[24]},{"name":"SecPkgContext_EapKeyBlock","features":[24]},{"name":"SecPkgContext_EapPrfInfo","features":[24]},{"name":"SecPkgContext_EarlyStart","features":[24]},{"name":"SecPkgContext_Flags","features":[24]},{"name":"SecPkgContext_IssuerListInfoEx","features":[24,75]},{"name":"SecPkgContext_KeyInfoA","features":[24]},{"name":"SecPkgContext_KeyInfoW","features":[24]},{"name":"SecPkgContext_KeyingMaterial","features":[24]},{"name":"SecPkgContext_KeyingMaterialInfo","features":[24]},{"name":"SecPkgContext_KeyingMaterial_Inproc","features":[24]},{"name":"SecPkgContext_LastClientTokenStatus","features":[24]},{"name":"SecPkgContext_Lifespan","features":[24]},{"name":"SecPkgContext_LocalCredentialInfo","features":[24]},{"name":"SecPkgContext_LogoffTime","features":[24]},{"name":"SecPkgContext_MappedCredAttr","features":[24]},{"name":"SecPkgContext_NamesA","features":[24]},{"name":"SecPkgContext_NamesW","features":[24]},{"name":"SecPkgContext_NativeNamesA","features":[24]},{"name":"SecPkgContext_NativeNamesW","features":[24]},{"name":"SecPkgContext_NegoKeys","features":[24]},{"name":"SecPkgContext_NegoPackageInfo","features":[24]},{"name":"SecPkgContext_NegoStatus","features":[24]},{"name":"SecPkgContext_NegotiatedTlsExtensions","features":[24]},{"name":"SecPkgContext_NegotiationInfoA","features":[24]},{"name":"SecPkgContext_NegotiationInfoW","features":[24]},{"name":"SecPkgContext_PackageInfoA","features":[24]},{"name":"SecPkgContext_PackageInfoW","features":[24]},{"name":"SecPkgContext_PasswordExpiry","features":[24]},{"name":"SecPkgContext_ProtoInfoA","features":[24]},{"name":"SecPkgContext_ProtoInfoW","features":[24]},{"name":"SecPkgContext_RemoteCredentialInfo","features":[24]},{"name":"SecPkgContext_SaslContext","features":[24]},{"name":"SecPkgContext_SessionAppData","features":[24]},{"name":"SecPkgContext_SessionInfo","features":[24]},{"name":"SecPkgContext_SessionKey","features":[24]},{"name":"SecPkgContext_Sizes","features":[24]},{"name":"SecPkgContext_SrtpParameters","features":[24]},{"name":"SecPkgContext_StreamSizes","features":[24]},{"name":"SecPkgContext_SubjectAttributes","features":[24]},{"name":"SecPkgContext_SupportedSignatures","features":[24]},{"name":"SecPkgContext_Target","features":[24]},{"name":"SecPkgContext_TargetInformation","features":[24]},{"name":"SecPkgContext_TokenBinding","features":[24]},{"name":"SecPkgContext_UiInfo","features":[1,24]},{"name":"SecPkgContext_UserFlags","features":[24]},{"name":"SecPkgCredClass_Ephemeral","features":[24]},{"name":"SecPkgCredClass_Explicit","features":[24]},{"name":"SecPkgCredClass_None","features":[24]},{"name":"SecPkgCredClass_PersistedGeneric","features":[24]},{"name":"SecPkgCredClass_PersistedSpecific","features":[24]},{"name":"SecPkgCred_CipherStrengths","features":[24]},{"name":"SecPkgCred_ClientCertPolicy","features":[1,24]},{"name":"SecPkgCred_SessionTicketKey","features":[24]},{"name":"SecPkgCred_SessionTicketKeys","features":[24]},{"name":"SecPkgCred_SupportedAlgs","features":[24,75]},{"name":"SecPkgCred_SupportedProtocols","features":[24]},{"name":"SecPkgCredentials_Cert","features":[24]},{"name":"SecPkgCredentials_KdcProxySettingsW","features":[24]},{"name":"SecPkgCredentials_NamesA","features":[24]},{"name":"SecPkgCredentials_NamesW","features":[24]},{"name":"SecPkgCredentials_SSIProviderA","features":[24]},{"name":"SecPkgCredentials_SSIProviderW","features":[24]},{"name":"SecPkgInfoA","features":[24]},{"name":"SecPkgInfoW","features":[24]},{"name":"SecService","features":[24]},{"name":"SecSessionPrimaryCred","features":[24]},{"name":"SecTrafficSecret_Client","features":[24]},{"name":"SecTrafficSecret_None","features":[24]},{"name":"SecTrafficSecret_Server","features":[24]},{"name":"SecTree","features":[24]},{"name":"SecpkgContextThunks","features":[24]},{"name":"SecpkgExtraOids","features":[24]},{"name":"SecpkgGssInfo","features":[24]},{"name":"SecpkgMaxInfo","features":[24]},{"name":"SecpkgMutualAuthLevel","features":[24]},{"name":"SecpkgNego2Info","features":[24]},{"name":"SecpkgWowClientDll","features":[24]},{"name":"SecurityFunctionTableA","features":[1,24,126]},{"name":"SecurityFunctionTableW","features":[1,24,126]},{"name":"SendSAS","features":[1,24]},{"name":"SetContextAttributesA","features":[24,126]},{"name":"SetContextAttributesW","features":[24,126]},{"name":"SetCredentialsAttributesA","features":[24,126]},{"name":"SetCredentialsAttributesW","features":[24,126]},{"name":"SpAcceptCredentialsFn","features":[1,24]},{"name":"SpAcceptLsaModeContextFn","features":[1,24]},{"name":"SpAcquireCredentialsHandleFn","features":[1,24]},{"name":"SpAddCredentialsFn","features":[1,24]},{"name":"SpApplyControlTokenFn","features":[1,24]},{"name":"SpChangeAccountPasswordFn","features":[1,24]},{"name":"SpCompleteAuthTokenFn","features":[1,24]},{"name":"SpDeleteContextFn","features":[1,24]},{"name":"SpDeleteCredentialsFn","features":[1,24]},{"name":"SpExchangeMetaDataFn","features":[1,24]},{"name":"SpExportSecurityContextFn","features":[1,24]},{"name":"SpExtractTargetInfoFn","features":[1,24]},{"name":"SpFormatCredentialsFn","features":[1,24]},{"name":"SpFreeCredentialsHandleFn","features":[1,24]},{"name":"SpGetContextTokenFn","features":[1,24]},{"name":"SpGetCredUIContextFn","features":[1,24]},{"name":"SpGetCredentialsFn","features":[1,24]},{"name":"SpGetExtendedInformationFn","features":[1,24]},{"name":"SpGetInfoFn","features":[1,24]},{"name":"SpGetRemoteCredGuardLogonBufferFn","features":[1,24]},{"name":"SpGetRemoteCredGuardSupplementalCredsFn","features":[1,24]},{"name":"SpGetTbalSupplementalCredsFn","features":[1,24]},{"name":"SpGetUserInfoFn","features":[1,24]},{"name":"SpImportSecurityContextFn","features":[1,24]},{"name":"SpInitLsaModeContextFn","features":[1,24]},{"name":"SpInitUserModeContextFn","features":[1,24]},{"name":"SpInitializeFn","features":[1,24,126,39]},{"name":"SpInstanceInitFn","features":[1,24]},{"name":"SpLsaModeInitializeFn","features":[1,24,126,39]},{"name":"SpMakeSignatureFn","features":[1,24]},{"name":"SpMarshalAttributeDataFn","features":[1,24]},{"name":"SpMarshallSupplementalCredsFn","features":[1,24]},{"name":"SpQueryContextAttributesFn","features":[1,24]},{"name":"SpQueryCredentialsAttributesFn","features":[1,24]},{"name":"SpQueryMetaDataFn","features":[1,24]},{"name":"SpSaveCredentialsFn","features":[1,24]},{"name":"SpSealMessageFn","features":[1,24]},{"name":"SpSetContextAttributesFn","features":[1,24]},{"name":"SpSetCredentialsAttributesFn","features":[1,24]},{"name":"SpSetExtendedInformationFn","features":[1,24]},{"name":"SpShutdownFn","features":[1,24]},{"name":"SpUnsealMessageFn","features":[1,24]},{"name":"SpUpdateCredentialsFn","features":[1,24]},{"name":"SpUserModeInitializeFn","features":[1,24]},{"name":"SpValidateTargetInfoFn","features":[1,24]},{"name":"SpVerifySignatureFn","features":[1,24]},{"name":"SslCrackCertificate","features":[1,24,75]},{"name":"SslDeserializeCertificateStore","features":[1,24,75]},{"name":"SslDeserializeCertificateStoreFn","features":[1,24,75]},{"name":"SslEmptyCacheA","features":[1,24]},{"name":"SslEmptyCacheW","features":[1,24]},{"name":"SslFreeCertificate","features":[1,24,75]},{"name":"SslGenerateRandomBits","features":[24]},{"name":"SslGetExtensions","features":[24]},{"name":"SslGetExtensionsFn","features":[24]},{"name":"SslGetMaximumKeySize","features":[24]},{"name":"SslGetServerIdentity","features":[24]},{"name":"SslGetServerIdentityFn","features":[24]},{"name":"SspiCompareAuthIdentities","features":[1,24]},{"name":"SspiCopyAuthIdentity","features":[24]},{"name":"SspiDecryptAuthIdentity","features":[24]},{"name":"SspiDecryptAuthIdentityEx","features":[24]},{"name":"SspiEncodeAuthIdentityAsStrings","features":[24]},{"name":"SspiEncodeStringsAsAuthIdentity","features":[24]},{"name":"SspiEncryptAuthIdentity","features":[24]},{"name":"SspiEncryptAuthIdentityEx","features":[24]},{"name":"SspiExcludePackage","features":[24]},{"name":"SspiFreeAuthIdentity","features":[24]},{"name":"SspiGetTargetHostName","features":[24]},{"name":"SspiIsAuthIdentityEncrypted","features":[1,24]},{"name":"SspiIsPromptingNeeded","features":[1,24]},{"name":"SspiLocalFree","features":[24]},{"name":"SspiMarshalAuthIdentity","features":[24]},{"name":"SspiPrepareForCredRead","features":[24]},{"name":"SspiPrepareForCredWrite","features":[24]},{"name":"SspiPromptForCredentialsA","features":[24]},{"name":"SspiPromptForCredentialsW","features":[24]},{"name":"SspiSetChannelBindingFlags","features":[24]},{"name":"SspiUnmarshalAuthIdentity","features":[24]},{"name":"SspiValidateAuthIdentity","features":[24]},{"name":"SspiZeroAuthIdentity","features":[24]},{"name":"TLS1SP_NAME","features":[24]},{"name":"TLS1SP_NAME_A","features":[24]},{"name":"TLS1SP_NAME_W","features":[24]},{"name":"TLS1_ALERT_ACCESS_DENIED","features":[24]},{"name":"TLS1_ALERT_BAD_CERTIFICATE","features":[24]},{"name":"TLS1_ALERT_BAD_RECORD_MAC","features":[24]},{"name":"TLS1_ALERT_CERTIFICATE_EXPIRED","features":[24]},{"name":"TLS1_ALERT_CERTIFICATE_REVOKED","features":[24]},{"name":"TLS1_ALERT_CERTIFICATE_UNKNOWN","features":[24]},{"name":"TLS1_ALERT_CLOSE_NOTIFY","features":[24]},{"name":"TLS1_ALERT_DECODE_ERROR","features":[24]},{"name":"TLS1_ALERT_DECOMPRESSION_FAIL","features":[24]},{"name":"TLS1_ALERT_DECRYPTION_FAILED","features":[24]},{"name":"TLS1_ALERT_DECRYPT_ERROR","features":[24]},{"name":"TLS1_ALERT_EXPORT_RESTRICTION","features":[24]},{"name":"TLS1_ALERT_FATAL","features":[24]},{"name":"TLS1_ALERT_HANDSHAKE_FAILURE","features":[24]},{"name":"TLS1_ALERT_ILLEGAL_PARAMETER","features":[24]},{"name":"TLS1_ALERT_INSUFFIENT_SECURITY","features":[24]},{"name":"TLS1_ALERT_INTERNAL_ERROR","features":[24]},{"name":"TLS1_ALERT_NO_APP_PROTOCOL","features":[24]},{"name":"TLS1_ALERT_NO_RENEGOTIATION","features":[24]},{"name":"TLS1_ALERT_PROTOCOL_VERSION","features":[24]},{"name":"TLS1_ALERT_RECORD_OVERFLOW","features":[24]},{"name":"TLS1_ALERT_UNEXPECTED_MESSAGE","features":[24]},{"name":"TLS1_ALERT_UNKNOWN_CA","features":[24]},{"name":"TLS1_ALERT_UNKNOWN_PSK_IDENTITY","features":[24]},{"name":"TLS1_ALERT_UNSUPPORTED_CERT","features":[24]},{"name":"TLS1_ALERT_UNSUPPORTED_EXT","features":[24]},{"name":"TLS1_ALERT_USER_CANCELED","features":[24]},{"name":"TLS1_ALERT_WARNING","features":[24]},{"name":"TLS_EXTENSION_SUBSCRIPTION","features":[24]},{"name":"TLS_PARAMETERS","features":[24]},{"name":"TLS_PARAMS_OPTIONAL","features":[24]},{"name":"TOKENBINDING_EXTENSION_FORMAT","features":[24]},{"name":"TOKENBINDING_EXTENSION_FORMAT_UNDEFINED","features":[24]},{"name":"TOKENBINDING_IDENTIFIER","features":[24]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE","features":[24]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_ANYEXISTING","features":[24]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_ECDSAP256","features":[24]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_RSA2048_PKCS","features":[24]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_RSA2048_PSS","features":[24]},{"name":"TOKENBINDING_KEY_TYPES","features":[24]},{"name":"TOKENBINDING_RESULT_DATA","features":[24]},{"name":"TOKENBINDING_RESULT_LIST","features":[24]},{"name":"TOKENBINDING_TYPE","features":[24]},{"name":"TOKENBINDING_TYPE_PROVIDED","features":[24]},{"name":"TOKENBINDING_TYPE_REFERRED","features":[24]},{"name":"TRUSTED_CONTROLLERS_INFO","features":[24]},{"name":"TRUSTED_DOMAIN_AUTH_INFORMATION","features":[24]},{"name":"TRUSTED_DOMAIN_FULL_INFORMATION","features":[24]},{"name":"TRUSTED_DOMAIN_FULL_INFORMATION2","features":[24]},{"name":"TRUSTED_DOMAIN_INFORMATION_EX","features":[24]},{"name":"TRUSTED_DOMAIN_INFORMATION_EX2","features":[24]},{"name":"TRUSTED_DOMAIN_NAME_INFO","features":[24]},{"name":"TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES","features":[24]},{"name":"TRUSTED_DOMAIN_TRUST_ATTRIBUTES","features":[24]},{"name":"TRUSTED_DOMAIN_TRUST_DIRECTION","features":[24]},{"name":"TRUSTED_DOMAIN_TRUST_TYPE","features":[24]},{"name":"TRUSTED_INFORMATION_CLASS","features":[24]},{"name":"TRUSTED_PASSWORD_INFO","features":[24]},{"name":"TRUSTED_POSIX_OFFSET_INFO","features":[24]},{"name":"TRUSTED_QUERY_AUTH","features":[24]},{"name":"TRUSTED_QUERY_CONTROLLERS","features":[24]},{"name":"TRUSTED_QUERY_DOMAIN_NAME","features":[24]},{"name":"TRUSTED_QUERY_POSIX","features":[24]},{"name":"TRUSTED_SET_AUTH","features":[24]},{"name":"TRUSTED_SET_CONTROLLERS","features":[24]},{"name":"TRUSTED_SET_POSIX","features":[24]},{"name":"TRUST_ATTRIBUTES_USER","features":[24]},{"name":"TRUST_ATTRIBUTES_VALID","features":[24]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION","features":[24]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION_ENABLE_TGT_DELEGATION","features":[24]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION_NO_TGT_DELEGATION","features":[24]},{"name":"TRUST_ATTRIBUTE_DISABLE_AUTH_TARGET_VALIDATION","features":[24]},{"name":"TRUST_ATTRIBUTE_FILTER_SIDS","features":[24]},{"name":"TRUST_ATTRIBUTE_FOREST_TRANSITIVE","features":[24]},{"name":"TRUST_ATTRIBUTE_NON_TRANSITIVE","features":[24]},{"name":"TRUST_ATTRIBUTE_PIM_TRUST","features":[24]},{"name":"TRUST_ATTRIBUTE_QUARANTINED_DOMAIN","features":[24]},{"name":"TRUST_ATTRIBUTE_TREAT_AS_EXTERNAL","features":[24]},{"name":"TRUST_ATTRIBUTE_TREE_PARENT","features":[24]},{"name":"TRUST_ATTRIBUTE_TREE_ROOT","features":[24]},{"name":"TRUST_ATTRIBUTE_TRUST_USES_AES_KEYS","features":[24]},{"name":"TRUST_ATTRIBUTE_TRUST_USES_RC4_ENCRYPTION","features":[24]},{"name":"TRUST_ATTRIBUTE_UPLEVEL_ONLY","features":[24]},{"name":"TRUST_ATTRIBUTE_WITHIN_FOREST","features":[24]},{"name":"TRUST_AUTH_TYPE_CLEAR","features":[24]},{"name":"TRUST_AUTH_TYPE_NONE","features":[24]},{"name":"TRUST_AUTH_TYPE_NT4OWF","features":[24]},{"name":"TRUST_AUTH_TYPE_VERSION","features":[24]},{"name":"TRUST_DIRECTION_BIDIRECTIONAL","features":[24]},{"name":"TRUST_DIRECTION_DISABLED","features":[24]},{"name":"TRUST_DIRECTION_INBOUND","features":[24]},{"name":"TRUST_DIRECTION_OUTBOUND","features":[24]},{"name":"TRUST_TYPE_AAD","features":[24]},{"name":"TRUST_TYPE_DCE","features":[24]},{"name":"TRUST_TYPE_DOWNLEVEL","features":[24]},{"name":"TRUST_TYPE_MIT","features":[24]},{"name":"TRUST_TYPE_UPLEVEL","features":[24]},{"name":"TlsHashAlgorithm_Md5","features":[24]},{"name":"TlsHashAlgorithm_None","features":[24]},{"name":"TlsHashAlgorithm_Sha1","features":[24]},{"name":"TlsHashAlgorithm_Sha224","features":[24]},{"name":"TlsHashAlgorithm_Sha256","features":[24]},{"name":"TlsHashAlgorithm_Sha384","features":[24]},{"name":"TlsHashAlgorithm_Sha512","features":[24]},{"name":"TlsParametersCngAlgUsageCertSig","features":[24]},{"name":"TlsParametersCngAlgUsageCipher","features":[24]},{"name":"TlsParametersCngAlgUsageDigest","features":[24]},{"name":"TlsParametersCngAlgUsageKeyExchange","features":[24]},{"name":"TlsParametersCngAlgUsageSignature","features":[24]},{"name":"TlsSignatureAlgorithm_Anonymous","features":[24]},{"name":"TlsSignatureAlgorithm_Dsa","features":[24]},{"name":"TlsSignatureAlgorithm_Ecdsa","features":[24]},{"name":"TlsSignatureAlgorithm_Rsa","features":[24]},{"name":"TokenBindingDeleteAllBindings","features":[24]},{"name":"TokenBindingDeleteBinding","features":[24]},{"name":"TokenBindingGenerateBinding","features":[24]},{"name":"TokenBindingGenerateID","features":[24]},{"name":"TokenBindingGenerateIDForUri","features":[24]},{"name":"TokenBindingGenerateMessage","features":[24]},{"name":"TokenBindingGetHighestSupportedVersion","features":[24]},{"name":"TokenBindingGetKeyTypesClient","features":[24]},{"name":"TokenBindingGetKeyTypesServer","features":[24]},{"name":"TokenBindingVerifyMessage","features":[24]},{"name":"TranslateNameA","features":[1,24]},{"name":"TranslateNameW","features":[1,24]},{"name":"TrustedControllersInformation","features":[24]},{"name":"TrustedDomainAuthInformation","features":[24]},{"name":"TrustedDomainAuthInformationInternal","features":[24]},{"name":"TrustedDomainAuthInformationInternalAes","features":[24]},{"name":"TrustedDomainFullInformation","features":[24]},{"name":"TrustedDomainFullInformation2Internal","features":[24]},{"name":"TrustedDomainFullInformationInternal","features":[24]},{"name":"TrustedDomainFullInformationInternalAes","features":[24]},{"name":"TrustedDomainInformationBasic","features":[24]},{"name":"TrustedDomainInformationEx","features":[24]},{"name":"TrustedDomainInformationEx2Internal","features":[24]},{"name":"TrustedDomainNameInformation","features":[24]},{"name":"TrustedDomainSupportedEncryptionTypes","features":[24]},{"name":"TrustedPasswordInformation","features":[24]},{"name":"TrustedPosixOffsetInformation","features":[24]},{"name":"UNDERSTANDS_LONG_NAMES","features":[24]},{"name":"UNISP_NAME","features":[24]},{"name":"UNISP_NAME_A","features":[24]},{"name":"UNISP_NAME_W","features":[24]},{"name":"UNISP_RPC_ID","features":[24]},{"name":"USER_ACCOUNT_AUTO_LOCKED","features":[24]},{"name":"USER_ACCOUNT_DISABLED","features":[24]},{"name":"USER_ALL_INFORMATION","features":[1,24]},{"name":"USER_ALL_PARAMETERS","features":[24]},{"name":"USER_DONT_EXPIRE_PASSWORD","features":[24]},{"name":"USER_DONT_REQUIRE_PREAUTH","features":[24]},{"name":"USER_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[24]},{"name":"USER_HOME_DIRECTORY_REQUIRED","features":[24]},{"name":"USER_INTERDOMAIN_TRUST_ACCOUNT","features":[24]},{"name":"USER_MNS_LOGON_ACCOUNT","features":[24]},{"name":"USER_NORMAL_ACCOUNT","features":[24]},{"name":"USER_NOT_DELEGATED","features":[24]},{"name":"USER_NO_AUTH_DATA_REQUIRED","features":[24]},{"name":"USER_PARTIAL_SECRETS_ACCOUNT","features":[24]},{"name":"USER_PASSWORD_EXPIRED","features":[24]},{"name":"USER_PASSWORD_NOT_REQUIRED","features":[24]},{"name":"USER_SERVER_TRUST_ACCOUNT","features":[24]},{"name":"USER_SESSION_KEY","features":[24,127]},{"name":"USER_SMARTCARD_REQUIRED","features":[24]},{"name":"USER_TEMP_DUPLICATE_ACCOUNT","features":[24]},{"name":"USER_TRUSTED_FOR_DELEGATION","features":[24]},{"name":"USER_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[24]},{"name":"USER_USE_AES_KEYS","features":[24]},{"name":"USER_USE_DES_KEY_ONLY","features":[24]},{"name":"USER_WORKSTATION_TRUST_ACCOUNT","features":[24]},{"name":"VERIFY_SIGNATURE_FN","features":[24,126]},{"name":"VerifySignature","features":[24,126]},{"name":"WDIGEST_SP_NAME","features":[24]},{"name":"WDIGEST_SP_NAME_A","features":[24]},{"name":"WDIGEST_SP_NAME_W","features":[24]},{"name":"WINDOWS_SLID","features":[24]},{"name":"X509Certificate","features":[1,24,75]},{"name":"_FACILITY_WINDOWS_STORE","features":[24]},{"name":"_HMAPPER","features":[24]},{"name":"eTlsAlgorithmUsage","features":[24]},{"name":"eTlsHashAlgorithm","features":[24]},{"name":"eTlsSignatureAlgorithm","features":[24]}],"492":[{"name":"ACCCTRL_DEFAULT_PROVIDER","features":[128]},{"name":"ACCCTRL_DEFAULT_PROVIDERA","features":[128]},{"name":"ACCCTRL_DEFAULT_PROVIDERW","features":[128]},{"name":"ACCESS_MODE","features":[128]},{"name":"ACTRL_ACCESSA","features":[128]},{"name":"ACTRL_ACCESSW","features":[128]},{"name":"ACTRL_ACCESS_ALLOWED","features":[128]},{"name":"ACTRL_ACCESS_DENIED","features":[128]},{"name":"ACTRL_ACCESS_ENTRYA","features":[128]},{"name":"ACTRL_ACCESS_ENTRYW","features":[128]},{"name":"ACTRL_ACCESS_ENTRY_ACCESS_FLAGS","features":[128]},{"name":"ACTRL_ACCESS_ENTRY_LISTA","features":[128]},{"name":"ACTRL_ACCESS_ENTRY_LISTW","features":[128]},{"name":"ACTRL_ACCESS_INFOA","features":[128]},{"name":"ACTRL_ACCESS_INFOW","features":[128]},{"name":"ACTRL_ACCESS_NO_OPTIONS","features":[128]},{"name":"ACTRL_ACCESS_PROTECTED","features":[128]},{"name":"ACTRL_ACCESS_SUPPORTS_OBJECT_ENTRIES","features":[128]},{"name":"ACTRL_AUDIT_FAILURE","features":[128]},{"name":"ACTRL_AUDIT_SUCCESS","features":[128]},{"name":"ACTRL_CHANGE_ACCESS","features":[128]},{"name":"ACTRL_CHANGE_OWNER","features":[128]},{"name":"ACTRL_CONTROL_INFOA","features":[128]},{"name":"ACTRL_CONTROL_INFOW","features":[128]},{"name":"ACTRL_DELETE","features":[128]},{"name":"ACTRL_DIR_CREATE_CHILD","features":[128]},{"name":"ACTRL_DIR_CREATE_OBJECT","features":[128]},{"name":"ACTRL_DIR_DELETE_CHILD","features":[128]},{"name":"ACTRL_DIR_LIST","features":[128]},{"name":"ACTRL_DIR_TRAVERSE","features":[128]},{"name":"ACTRL_FILE_APPEND","features":[128]},{"name":"ACTRL_FILE_CREATE_PIPE","features":[128]},{"name":"ACTRL_FILE_EXECUTE","features":[128]},{"name":"ACTRL_FILE_READ","features":[128]},{"name":"ACTRL_FILE_READ_ATTRIB","features":[128]},{"name":"ACTRL_FILE_READ_PROP","features":[128]},{"name":"ACTRL_FILE_WRITE","features":[128]},{"name":"ACTRL_FILE_WRITE_ATTRIB","features":[128]},{"name":"ACTRL_FILE_WRITE_PROP","features":[128]},{"name":"ACTRL_KERNEL_ALERT","features":[128]},{"name":"ACTRL_KERNEL_CONTROL","features":[128]},{"name":"ACTRL_KERNEL_DIMPERSONATE","features":[128]},{"name":"ACTRL_KERNEL_DUP_HANDLE","features":[128]},{"name":"ACTRL_KERNEL_GET_CONTEXT","features":[128]},{"name":"ACTRL_KERNEL_GET_INFO","features":[128]},{"name":"ACTRL_KERNEL_IMPERSONATE","features":[128]},{"name":"ACTRL_KERNEL_PROCESS","features":[128]},{"name":"ACTRL_KERNEL_SET_CONTEXT","features":[128]},{"name":"ACTRL_KERNEL_SET_INFO","features":[128]},{"name":"ACTRL_KERNEL_TERMINATE","features":[128]},{"name":"ACTRL_KERNEL_THREAD","features":[128]},{"name":"ACTRL_KERNEL_TOKEN","features":[128]},{"name":"ACTRL_KERNEL_VM","features":[128]},{"name":"ACTRL_KERNEL_VM_READ","features":[128]},{"name":"ACTRL_KERNEL_VM_WRITE","features":[128]},{"name":"ACTRL_OVERLAPPED","features":[1,128]},{"name":"ACTRL_PERM_1","features":[128]},{"name":"ACTRL_PERM_10","features":[128]},{"name":"ACTRL_PERM_11","features":[128]},{"name":"ACTRL_PERM_12","features":[128]},{"name":"ACTRL_PERM_13","features":[128]},{"name":"ACTRL_PERM_14","features":[128]},{"name":"ACTRL_PERM_15","features":[128]},{"name":"ACTRL_PERM_16","features":[128]},{"name":"ACTRL_PERM_17","features":[128]},{"name":"ACTRL_PERM_18","features":[128]},{"name":"ACTRL_PERM_19","features":[128]},{"name":"ACTRL_PERM_2","features":[128]},{"name":"ACTRL_PERM_20","features":[128]},{"name":"ACTRL_PERM_3","features":[128]},{"name":"ACTRL_PERM_4","features":[128]},{"name":"ACTRL_PERM_5","features":[128]},{"name":"ACTRL_PERM_6","features":[128]},{"name":"ACTRL_PERM_7","features":[128]},{"name":"ACTRL_PERM_8","features":[128]},{"name":"ACTRL_PERM_9","features":[128]},{"name":"ACTRL_PRINT_JADMIN","features":[128]},{"name":"ACTRL_PRINT_PADMIN","features":[128]},{"name":"ACTRL_PRINT_PUSE","features":[128]},{"name":"ACTRL_PRINT_SADMIN","features":[128]},{"name":"ACTRL_PRINT_SLIST","features":[128]},{"name":"ACTRL_PROPERTY_ENTRYA","features":[128]},{"name":"ACTRL_PROPERTY_ENTRYW","features":[128]},{"name":"ACTRL_READ_CONTROL","features":[128]},{"name":"ACTRL_REG_CREATE_CHILD","features":[128]},{"name":"ACTRL_REG_LINK","features":[128]},{"name":"ACTRL_REG_LIST","features":[128]},{"name":"ACTRL_REG_NOTIFY","features":[128]},{"name":"ACTRL_REG_QUERY","features":[128]},{"name":"ACTRL_REG_SET","features":[128]},{"name":"ACTRL_RESERVED","features":[128]},{"name":"ACTRL_STD_RIGHTS_ALL","features":[128]},{"name":"ACTRL_SVC_GET_INFO","features":[128]},{"name":"ACTRL_SVC_INTERROGATE","features":[128]},{"name":"ACTRL_SVC_LIST","features":[128]},{"name":"ACTRL_SVC_PAUSE","features":[128]},{"name":"ACTRL_SVC_SET_INFO","features":[128]},{"name":"ACTRL_SVC_START","features":[128]},{"name":"ACTRL_SVC_STATUS","features":[128]},{"name":"ACTRL_SVC_STOP","features":[128]},{"name":"ACTRL_SVC_UCONTROL","features":[128]},{"name":"ACTRL_SYNCHRONIZE","features":[128]},{"name":"ACTRL_SYSTEM_ACCESS","features":[128]},{"name":"ACTRL_WIN_CLIPBRD","features":[128]},{"name":"ACTRL_WIN_CREATE","features":[128]},{"name":"ACTRL_WIN_EXIT","features":[128]},{"name":"ACTRL_WIN_GLOBAL_ATOMS","features":[128]},{"name":"ACTRL_WIN_LIST","features":[128]},{"name":"ACTRL_WIN_LIST_DESK","features":[128]},{"name":"ACTRL_WIN_READ_ATTRIBS","features":[128]},{"name":"ACTRL_WIN_SCREEN","features":[128]},{"name":"ACTRL_WIN_WRITE_ATTRIBS","features":[128]},{"name":"APF_AuditFailure","features":[128]},{"name":"APF_AuditSuccess","features":[128]},{"name":"APF_ValidFlags","features":[128]},{"name":"APT_Guid","features":[128]},{"name":"APT_Int64","features":[128]},{"name":"APT_IpAddress","features":[128]},{"name":"APT_LogonId","features":[128]},{"name":"APT_LogonIdWithSid","features":[128]},{"name":"APT_Luid","features":[128]},{"name":"APT_None","features":[128]},{"name":"APT_ObjectTypeList","features":[128]},{"name":"APT_Pointer","features":[128]},{"name":"APT_Sid","features":[128]},{"name":"APT_String","features":[128]},{"name":"APT_Time","features":[128]},{"name":"APT_Ulong","features":[128]},{"name":"AP_ParamTypeBits","features":[128]},{"name":"AP_ParamTypeMask","features":[128]},{"name":"AUDIT_IP_ADDRESS","features":[128]},{"name":"AUDIT_OBJECT_TYPE","features":[128]},{"name":"AUDIT_OBJECT_TYPES","features":[128]},{"name":"AUDIT_PARAM","features":[128]},{"name":"AUDIT_PARAMS","features":[128]},{"name":"AUDIT_PARAM_TYPE","features":[128]},{"name":"AUDIT_TYPE_LEGACY","features":[128]},{"name":"AUDIT_TYPE_WMI","features":[128]},{"name":"AUTHZP_WPD_EVENT","features":[128]},{"name":"AUTHZ_ACCESS_CHECK_FLAGS","features":[128]},{"name":"AUTHZ_ACCESS_CHECK_NO_DEEP_COPY_SD","features":[128]},{"name":"AUTHZ_ACCESS_CHECK_RESULTS_HANDLE","features":[128]},{"name":"AUTHZ_ACCESS_REPLY","features":[128]},{"name":"AUTHZ_ACCESS_REQUEST","features":[128]},{"name":"AUTHZ_ALLOW_MULTIPLE_SOURCE_INSTANCES","features":[128]},{"name":"AUTHZ_AUDIT_EVENT_HANDLE","features":[128]},{"name":"AUTHZ_AUDIT_EVENT_INFORMATION_CLASS","features":[128]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_HANDLE","features":[128]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_LEGACY","features":[128]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_OLD","features":[1,128]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_UNION","features":[128]},{"name":"AUTHZ_AUDIT_INSTANCE_INFORMATION","features":[128]},{"name":"AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE","features":[128]},{"name":"AUTHZ_CLIENT_CONTEXT_HANDLE","features":[128]},{"name":"AUTHZ_COMPUTE_PRIVILEGES","features":[128]},{"name":"AUTHZ_CONTEXT_INFORMATION_CLASS","features":[128]},{"name":"AUTHZ_FLAG_ALLOW_MULTIPLE_SOURCE_INSTANCES","features":[128]},{"name":"AUTHZ_GENERATE_FAILURE_AUDIT","features":[128]},{"name":"AUTHZ_GENERATE_RESULTS","features":[128]},{"name":"AUTHZ_GENERATE_SUCCESS_AUDIT","features":[128]},{"name":"AUTHZ_INITIALIZE_OBJECT_ACCESS_AUDIT_EVENT_FLAGS","features":[128]},{"name":"AUTHZ_INIT_INFO","features":[1,128]},{"name":"AUTHZ_INIT_INFO_VERSION_V1","features":[128]},{"name":"AUTHZ_MIGRATED_LEGACY_PUBLISHER","features":[128]},{"name":"AUTHZ_NO_ALLOC_STRINGS","features":[128]},{"name":"AUTHZ_NO_FAILURE_AUDIT","features":[128]},{"name":"AUTHZ_NO_SUCCESS_AUDIT","features":[128]},{"name":"AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET","features":[128]},{"name":"AUTHZ_REQUIRE_S4U_LOGON","features":[128]},{"name":"AUTHZ_RESOURCE_MANAGER_FLAGS","features":[128]},{"name":"AUTHZ_RESOURCE_MANAGER_HANDLE","features":[128]},{"name":"AUTHZ_RM_FLAG_INITIALIZE_UNDER_IMPERSONATION","features":[128]},{"name":"AUTHZ_RM_FLAG_NO_AUDIT","features":[128]},{"name":"AUTHZ_RM_FLAG_NO_CENTRAL_ACCESS_POLICIES","features":[128]},{"name":"AUTHZ_RPC_INIT_INFO_CLIENT","features":[128]},{"name":"AUTHZ_RPC_INIT_INFO_CLIENT_VERSION_V1","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION_VERSION","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_FLAGS","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_NON_INHERITABLE","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_ADD","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_DELETE","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_NONE","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_REPLACE","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_REPLACE_ALL","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_BOOLEAN","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_FQBN","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_INT64","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_INVALID","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_OCTET_STRING","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_SID","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_STRING","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_UINT64","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_V1","features":[128]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_VALUE_CASE_SENSITIVE","features":[128]},{"name":"AUTHZ_SECURITY_EVENT_PROVIDER_HANDLE","features":[128]},{"name":"AUTHZ_SID_OPERATION","features":[128]},{"name":"AUTHZ_SID_OPERATION_ADD","features":[128]},{"name":"AUTHZ_SID_OPERATION_DELETE","features":[128]},{"name":"AUTHZ_SID_OPERATION_NONE","features":[128]},{"name":"AUTHZ_SID_OPERATION_REPLACE","features":[128]},{"name":"AUTHZ_SID_OPERATION_REPLACE_ALL","features":[128]},{"name":"AUTHZ_SKIP_TOKEN_GROUPS","features":[128]},{"name":"AUTHZ_SOURCE_SCHEMA_REGISTRATION","features":[128]},{"name":"AUTHZ_WPD_CATEGORY_FLAG","features":[128]},{"name":"AZ_AZSTORE_DEFAULT_DOMAIN_TIMEOUT","features":[128]},{"name":"AZ_AZSTORE_DEFAULT_MAX_SCRIPT_ENGINES","features":[128]},{"name":"AZ_AZSTORE_DEFAULT_SCRIPT_ENGINE_TIMEOUT","features":[128]},{"name":"AZ_AZSTORE_FLAG_AUDIT_IS_CRITICAL","features":[128]},{"name":"AZ_AZSTORE_FLAG_BATCH_UPDATE","features":[128]},{"name":"AZ_AZSTORE_FLAG_CREATE","features":[128]},{"name":"AZ_AZSTORE_FLAG_MANAGE_ONLY_PASSIVE_SUBMIT","features":[128]},{"name":"AZ_AZSTORE_FLAG_MANAGE_STORE_ONLY","features":[128]},{"name":"AZ_AZSTORE_FORCE_APPLICATION_CLOSE","features":[128]},{"name":"AZ_AZSTORE_MIN_DOMAIN_TIMEOUT","features":[128]},{"name":"AZ_AZSTORE_MIN_SCRIPT_ENGINE_TIMEOUT","features":[128]},{"name":"AZ_AZSTORE_NT6_FUNCTION_LEVEL","features":[128]},{"name":"AZ_CLIENT_CONTEXT_GET_GROUPS_STORE_LEVEL_ONLY","features":[128]},{"name":"AZ_CLIENT_CONTEXT_GET_GROUP_RECURSIVE","features":[128]},{"name":"AZ_CLIENT_CONTEXT_SKIP_GROUP","features":[128]},{"name":"AZ_CLIENT_CONTEXT_SKIP_LDAP_QUERY","features":[128]},{"name":"AZ_GROUPTYPE_BASIC","features":[128]},{"name":"AZ_GROUPTYPE_BIZRULE","features":[128]},{"name":"AZ_GROUPTYPE_LDAP_QUERY","features":[128]},{"name":"AZ_MAX_APPLICATION_DATA_LENGTH","features":[128]},{"name":"AZ_MAX_APPLICATION_NAME_LENGTH","features":[128]},{"name":"AZ_MAX_APPLICATION_VERSION_LENGTH","features":[128]},{"name":"AZ_MAX_BIZRULE_STRING","features":[128]},{"name":"AZ_MAX_DESCRIPTION_LENGTH","features":[128]},{"name":"AZ_MAX_GROUP_BIZRULE_IMPORTED_PATH_LENGTH","features":[128]},{"name":"AZ_MAX_GROUP_BIZRULE_LANGUAGE_LENGTH","features":[128]},{"name":"AZ_MAX_GROUP_BIZRULE_LENGTH","features":[128]},{"name":"AZ_MAX_GROUP_LDAP_QUERY_LENGTH","features":[128]},{"name":"AZ_MAX_GROUP_NAME_LENGTH","features":[128]},{"name":"AZ_MAX_NAME_LENGTH","features":[128]},{"name":"AZ_MAX_OPERATION_NAME_LENGTH","features":[128]},{"name":"AZ_MAX_POLICY_URL_LENGTH","features":[128]},{"name":"AZ_MAX_ROLE_NAME_LENGTH","features":[128]},{"name":"AZ_MAX_SCOPE_NAME_LENGTH","features":[128]},{"name":"AZ_MAX_TASK_BIZRULE_IMPORTED_PATH_LENGTH","features":[128]},{"name":"AZ_MAX_TASK_BIZRULE_LANGUAGE_LENGTH","features":[128]},{"name":"AZ_MAX_TASK_BIZRULE_LENGTH","features":[128]},{"name":"AZ_MAX_TASK_NAME_LENGTH","features":[128]},{"name":"AZ_PROP_APPLICATION_AUTHZ_INTERFACE_CLSID","features":[128]},{"name":"AZ_PROP_APPLICATION_BIZRULE_ENABLED","features":[128]},{"name":"AZ_PROP_APPLICATION_DATA","features":[128]},{"name":"AZ_PROP_APPLICATION_NAME","features":[128]},{"name":"AZ_PROP_APPLICATION_VERSION","features":[128]},{"name":"AZ_PROP_APPLY_STORE_SACL","features":[128]},{"name":"AZ_PROP_AZSTORE_DOMAIN_TIMEOUT","features":[128]},{"name":"AZ_PROP_AZSTORE_MAJOR_VERSION","features":[128]},{"name":"AZ_PROP_AZSTORE_MAX_SCRIPT_ENGINES","features":[128]},{"name":"AZ_PROP_AZSTORE_MINOR_VERSION","features":[128]},{"name":"AZ_PROP_AZSTORE_SCRIPT_ENGINE_TIMEOUT","features":[128]},{"name":"AZ_PROP_AZSTORE_TARGET_MACHINE","features":[128]},{"name":"AZ_PROP_AZTORE_IS_ADAM_INSTANCE","features":[128]},{"name":"AZ_PROP_CHILD_CREATE","features":[128]},{"name":"AZ_PROP_CLIENT_CONTEXT_LDAP_QUERY_DN","features":[128]},{"name":"AZ_PROP_CLIENT_CONTEXT_ROLE_FOR_ACCESS_CHECK","features":[128]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_CANONICAL","features":[128]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DISPLAY","features":[128]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DN","features":[128]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DNS_SAM_COMPAT","features":[128]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_GUID","features":[128]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_SAM_COMPAT","features":[128]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_UPN","features":[128]},{"name":"AZ_PROP_CONSTANTS","features":[128]},{"name":"AZ_PROP_DELEGATED_POLICY_USERS","features":[128]},{"name":"AZ_PROP_DELEGATED_POLICY_USERS_NAME","features":[128]},{"name":"AZ_PROP_DESCRIPTION","features":[128]},{"name":"AZ_PROP_GENERATE_AUDITS","features":[128]},{"name":"AZ_PROP_GROUP_APP_MEMBERS","features":[128]},{"name":"AZ_PROP_GROUP_APP_NON_MEMBERS","features":[128]},{"name":"AZ_PROP_GROUP_BIZRULE","features":[128]},{"name":"AZ_PROP_GROUP_BIZRULE_IMPORTED_PATH","features":[128]},{"name":"AZ_PROP_GROUP_BIZRULE_LANGUAGE","features":[128]},{"name":"AZ_PROP_GROUP_LDAP_QUERY","features":[128]},{"name":"AZ_PROP_GROUP_MEMBERS","features":[128]},{"name":"AZ_PROP_GROUP_MEMBERS_NAME","features":[128]},{"name":"AZ_PROP_GROUP_NON_MEMBERS","features":[128]},{"name":"AZ_PROP_GROUP_NON_MEMBERS_NAME","features":[128]},{"name":"AZ_PROP_GROUP_TYPE","features":[128]},{"name":"AZ_PROP_NAME","features":[128]},{"name":"AZ_PROP_OPERATION_ID","features":[128]},{"name":"AZ_PROP_POLICY_ADMINS","features":[128]},{"name":"AZ_PROP_POLICY_ADMINS_NAME","features":[128]},{"name":"AZ_PROP_POLICY_READERS","features":[128]},{"name":"AZ_PROP_POLICY_READERS_NAME","features":[128]},{"name":"AZ_PROP_ROLE_APP_MEMBERS","features":[128]},{"name":"AZ_PROP_ROLE_MEMBERS","features":[128]},{"name":"AZ_PROP_ROLE_MEMBERS_NAME","features":[128]},{"name":"AZ_PROP_ROLE_OPERATIONS","features":[128]},{"name":"AZ_PROP_ROLE_TASKS","features":[128]},{"name":"AZ_PROP_SCOPE_BIZRULES_WRITABLE","features":[128]},{"name":"AZ_PROP_SCOPE_CAN_BE_DELEGATED","features":[128]},{"name":"AZ_PROP_TASK_BIZRULE","features":[128]},{"name":"AZ_PROP_TASK_BIZRULE_IMPORTED_PATH","features":[128]},{"name":"AZ_PROP_TASK_BIZRULE_LANGUAGE","features":[128]},{"name":"AZ_PROP_TASK_IS_ROLE_DEFINITION","features":[128]},{"name":"AZ_PROP_TASK_OPERATIONS","features":[128]},{"name":"AZ_PROP_TASK_TASKS","features":[128]},{"name":"AZ_PROP_WRITABLE","features":[128]},{"name":"AZ_SUBMIT_FLAG_ABORT","features":[128]},{"name":"AZ_SUBMIT_FLAG_FLUSH","features":[128]},{"name":"AuthzAccessCheck","features":[1,128]},{"name":"AuthzAddSidsToContext","features":[1,128]},{"name":"AuthzAuditEventInfoAdditionalInfo","features":[128]},{"name":"AuthzAuditEventInfoFlags","features":[128]},{"name":"AuthzAuditEventInfoObjectName","features":[128]},{"name":"AuthzAuditEventInfoObjectType","features":[128]},{"name":"AuthzAuditEventInfoOperationType","features":[128]},{"name":"AuthzCachedAccessCheck","features":[1,128]},{"name":"AuthzContextInfoAll","features":[128]},{"name":"AuthzContextInfoAppContainerSid","features":[128]},{"name":"AuthzContextInfoAuthenticationId","features":[128]},{"name":"AuthzContextInfoCapabilitySids","features":[128]},{"name":"AuthzContextInfoDeviceClaims","features":[128]},{"name":"AuthzContextInfoDeviceSids","features":[128]},{"name":"AuthzContextInfoExpirationTime","features":[128]},{"name":"AuthzContextInfoGroupsSids","features":[128]},{"name":"AuthzContextInfoIdentifier","features":[128]},{"name":"AuthzContextInfoPrivileges","features":[128]},{"name":"AuthzContextInfoRestrictedSids","features":[128]},{"name":"AuthzContextInfoSecurityAttributes","features":[128]},{"name":"AuthzContextInfoServerContext","features":[128]},{"name":"AuthzContextInfoSource","features":[128]},{"name":"AuthzContextInfoUserClaims","features":[128]},{"name":"AuthzContextInfoUserSid","features":[128]},{"name":"AuthzEnumerateSecurityEventSources","features":[1,128]},{"name":"AuthzEvaluateSacl","features":[1,128]},{"name":"AuthzFreeAuditEvent","features":[1,128]},{"name":"AuthzFreeCentralAccessPolicyCache","features":[1,128]},{"name":"AuthzFreeContext","features":[1,128]},{"name":"AuthzFreeHandle","features":[1,128]},{"name":"AuthzFreeResourceManager","features":[1,128]},{"name":"AuthzGetInformationFromContext","features":[1,128]},{"name":"AuthzInitializeCompoundContext","features":[1,128]},{"name":"AuthzInitializeContextFromAuthzContext","features":[1,128]},{"name":"AuthzInitializeContextFromSid","features":[1,128]},{"name":"AuthzInitializeContextFromToken","features":[1,128]},{"name":"AuthzInitializeObjectAccessAuditEvent","features":[1,128]},{"name":"AuthzInitializeObjectAccessAuditEvent2","features":[1,128]},{"name":"AuthzInitializeRemoteResourceManager","features":[1,128]},{"name":"AuthzInitializeResourceManager","features":[1,128]},{"name":"AuthzInitializeResourceManagerEx","features":[1,128]},{"name":"AuthzInstallSecurityEventSource","features":[1,128]},{"name":"AuthzModifyClaims","features":[1,128]},{"name":"AuthzModifySecurityAttributes","features":[1,128]},{"name":"AuthzModifySids","features":[1,128]},{"name":"AuthzOpenObjectAudit","features":[1,128]},{"name":"AuthzRegisterCapChangeNotification","features":[1,128,39]},{"name":"AuthzRegisterSecurityEventSource","features":[1,128]},{"name":"AuthzReportSecurityEvent","features":[1,128]},{"name":"AuthzReportSecurityEventFromParams","features":[1,128]},{"name":"AuthzSetAppContainerInformation","features":[1,128]},{"name":"AuthzUninstallSecurityEventSource","features":[1,128]},{"name":"AuthzUnregisterCapChangeNotification","features":[1,128]},{"name":"AuthzUnregisterSecurityEventSource","features":[1,128]},{"name":"AzAuthorizationStore","features":[128]},{"name":"AzBizRuleContext","features":[128]},{"name":"AzPrincipalLocator","features":[128]},{"name":"BuildExplicitAccessWithNameA","features":[128]},{"name":"BuildExplicitAccessWithNameW","features":[128]},{"name":"BuildImpersonateExplicitAccessWithNameA","features":[128]},{"name":"BuildImpersonateExplicitAccessWithNameW","features":[128]},{"name":"BuildImpersonateTrusteeA","features":[128]},{"name":"BuildImpersonateTrusteeW","features":[128]},{"name":"BuildSecurityDescriptorA","features":[1,128]},{"name":"BuildSecurityDescriptorW","features":[1,128]},{"name":"BuildTrusteeWithNameA","features":[128]},{"name":"BuildTrusteeWithNameW","features":[128]},{"name":"BuildTrusteeWithObjectsAndNameA","features":[128]},{"name":"BuildTrusteeWithObjectsAndNameW","features":[128]},{"name":"BuildTrusteeWithObjectsAndSidA","features":[128]},{"name":"BuildTrusteeWithObjectsAndSidW","features":[128]},{"name":"BuildTrusteeWithSidA","features":[128]},{"name":"BuildTrusteeWithSidW","features":[128]},{"name":"ConvertSecurityDescriptorToStringSecurityDescriptorA","features":[1,128]},{"name":"ConvertSecurityDescriptorToStringSecurityDescriptorW","features":[1,128]},{"name":"ConvertSidToStringSidA","features":[1,128]},{"name":"ConvertSidToStringSidW","features":[1,128]},{"name":"ConvertStringSecurityDescriptorToSecurityDescriptorA","features":[1,128]},{"name":"ConvertStringSecurityDescriptorToSecurityDescriptorW","features":[1,128]},{"name":"ConvertStringSidToSidA","features":[1,128]},{"name":"ConvertStringSidToSidW","features":[1,128]},{"name":"DENY_ACCESS","features":[128]},{"name":"EXPLICIT_ACCESS_A","features":[128]},{"name":"EXPLICIT_ACCESS_W","features":[128]},{"name":"FN_OBJECT_MGR_FUNCTS","features":[128]},{"name":"FN_PROGRESS","features":[1,128]},{"name":"FreeInheritedFromArray","features":[1,128]},{"name":"GRANT_ACCESS","features":[128]},{"name":"GetAuditedPermissionsFromAclA","features":[1,128]},{"name":"GetAuditedPermissionsFromAclW","features":[1,128]},{"name":"GetEffectiveRightsFromAclA","features":[1,128]},{"name":"GetEffectiveRightsFromAclW","features":[1,128]},{"name":"GetExplicitEntriesFromAclA","features":[1,128]},{"name":"GetExplicitEntriesFromAclW","features":[1,128]},{"name":"GetInheritanceSourceA","features":[1,128]},{"name":"GetInheritanceSourceW","features":[1,128]},{"name":"GetMultipleTrusteeA","features":[128]},{"name":"GetMultipleTrusteeOperationA","features":[128]},{"name":"GetMultipleTrusteeOperationW","features":[128]},{"name":"GetMultipleTrusteeW","features":[128]},{"name":"GetNamedSecurityInfoA","features":[1,128]},{"name":"GetNamedSecurityInfoW","features":[1,128]},{"name":"GetSecurityInfo","features":[1,128]},{"name":"GetTrusteeFormA","features":[128]},{"name":"GetTrusteeFormW","features":[128]},{"name":"GetTrusteeNameA","features":[128]},{"name":"GetTrusteeNameW","features":[128]},{"name":"GetTrusteeTypeA","features":[128]},{"name":"GetTrusteeTypeW","features":[128]},{"name":"IAzApplication","features":[128]},{"name":"IAzApplication2","features":[128]},{"name":"IAzApplication3","features":[128]},{"name":"IAzApplicationGroup","features":[128]},{"name":"IAzApplicationGroup2","features":[128]},{"name":"IAzApplicationGroups","features":[128]},{"name":"IAzApplications","features":[128]},{"name":"IAzAuthorizationStore","features":[128]},{"name":"IAzAuthorizationStore2","features":[128]},{"name":"IAzAuthorizationStore3","features":[128]},{"name":"IAzBizRuleContext","features":[128]},{"name":"IAzBizRuleInterfaces","features":[128]},{"name":"IAzBizRuleParameters","features":[128]},{"name":"IAzClientContext","features":[128]},{"name":"IAzClientContext2","features":[128]},{"name":"IAzClientContext3","features":[128]},{"name":"IAzNameResolver","features":[128]},{"name":"IAzObjectPicker","features":[128]},{"name":"IAzOperation","features":[128]},{"name":"IAzOperation2","features":[128]},{"name":"IAzOperations","features":[128]},{"name":"IAzPrincipalLocator","features":[128]},{"name":"IAzRole","features":[128]},{"name":"IAzRoleAssignment","features":[128]},{"name":"IAzRoleAssignments","features":[128]},{"name":"IAzRoleDefinition","features":[128]},{"name":"IAzRoleDefinitions","features":[128]},{"name":"IAzRoles","features":[128]},{"name":"IAzScope","features":[128]},{"name":"IAzScope2","features":[128]},{"name":"IAzScopes","features":[128]},{"name":"IAzTask","features":[128]},{"name":"IAzTask2","features":[128]},{"name":"IAzTasks","features":[128]},{"name":"INHERITED_ACCESS_ENTRY","features":[128]},{"name":"INHERITED_FROMA","features":[128]},{"name":"INHERITED_FROMW","features":[128]},{"name":"INHERITED_GRANDPARENT","features":[128]},{"name":"INHERITED_PARENT","features":[128]},{"name":"LookupSecurityDescriptorPartsA","features":[1,128]},{"name":"LookupSecurityDescriptorPartsW","features":[1,128]},{"name":"MULTIPLE_TRUSTEE_OPERATION","features":[128]},{"name":"NOT_USED_ACCESS","features":[128]},{"name":"NO_MULTIPLE_TRUSTEE","features":[128]},{"name":"OBJECTS_AND_NAME_A","features":[128]},{"name":"OBJECTS_AND_NAME_W","features":[128]},{"name":"OBJECTS_AND_SID","features":[128]},{"name":"OLESCRIPT_E_SYNTAX","features":[128]},{"name":"PFN_AUTHZ_COMPUTE_DYNAMIC_GROUPS","features":[1,128]},{"name":"PFN_AUTHZ_DYNAMIC_ACCESS_CHECK","features":[1,128]},{"name":"PFN_AUTHZ_FREE_CENTRAL_ACCESS_POLICY","features":[128]},{"name":"PFN_AUTHZ_FREE_DYNAMIC_GROUPS","features":[128]},{"name":"PFN_AUTHZ_GET_CENTRAL_ACCESS_POLICY","features":[1,128]},{"name":"PROG_INVOKE_SETTING","features":[128]},{"name":"ProgressCancelOperation","features":[128]},{"name":"ProgressInvokeEveryObject","features":[128]},{"name":"ProgressInvokeNever","features":[128]},{"name":"ProgressInvokeOnError","features":[128]},{"name":"ProgressInvokePrePostError","features":[128]},{"name":"ProgressRetryOperation","features":[128]},{"name":"REVOKE_ACCESS","features":[128]},{"name":"SDDL_ACCESS_ALLOWED","features":[128]},{"name":"SDDL_ACCESS_CONTROL_ASSISTANCE_OPS","features":[128]},{"name":"SDDL_ACCESS_DENIED","features":[128]},{"name":"SDDL_ACCESS_FILTER","features":[128]},{"name":"SDDL_ACCOUNT_OPERATORS","features":[128]},{"name":"SDDL_ACE_BEGIN","features":[128]},{"name":"SDDL_ACE_COND_ATTRIBUTE_PREFIX","features":[128]},{"name":"SDDL_ACE_COND_BEGIN","features":[128]},{"name":"SDDL_ACE_COND_BLOB_PREFIX","features":[128]},{"name":"SDDL_ACE_COND_DEVICE_ATTRIBUTE_PREFIX","features":[128]},{"name":"SDDL_ACE_COND_END","features":[128]},{"name":"SDDL_ACE_COND_RESOURCE_ATTRIBUTE_PREFIX","features":[128]},{"name":"SDDL_ACE_COND_SID_PREFIX","features":[128]},{"name":"SDDL_ACE_COND_TOKEN_ATTRIBUTE_PREFIX","features":[128]},{"name":"SDDL_ACE_COND_USER_ATTRIBUTE_PREFIX","features":[128]},{"name":"SDDL_ACE_END","features":[128]},{"name":"SDDL_ALARM","features":[128]},{"name":"SDDL_ALIAS_PREW2KCOMPACC","features":[128]},{"name":"SDDL_ALIAS_SIZE","features":[128]},{"name":"SDDL_ALL_APP_PACKAGES","features":[128]},{"name":"SDDL_ANONYMOUS","features":[128]},{"name":"SDDL_AUDIT","features":[128]},{"name":"SDDL_AUDIT_FAILURE","features":[128]},{"name":"SDDL_AUDIT_SUCCESS","features":[128]},{"name":"SDDL_AUTHENTICATED_USERS","features":[128]},{"name":"SDDL_AUTHORITY_ASSERTED","features":[128]},{"name":"SDDL_AUTO_INHERITED","features":[128]},{"name":"SDDL_AUTO_INHERIT_REQ","features":[128]},{"name":"SDDL_BACKUP_OPERATORS","features":[128]},{"name":"SDDL_BLOB","features":[128]},{"name":"SDDL_BOOLEAN","features":[128]},{"name":"SDDL_BUILTIN_ADMINISTRATORS","features":[128]},{"name":"SDDL_BUILTIN_GUESTS","features":[128]},{"name":"SDDL_BUILTIN_USERS","features":[128]},{"name":"SDDL_CALLBACK_ACCESS_ALLOWED","features":[128]},{"name":"SDDL_CALLBACK_ACCESS_DENIED","features":[128]},{"name":"SDDL_CALLBACK_AUDIT","features":[128]},{"name":"SDDL_CALLBACK_OBJECT_ACCESS_ALLOWED","features":[128]},{"name":"SDDL_CERTSVC_DCOM_ACCESS","features":[128]},{"name":"SDDL_CERT_SERV_ADMINISTRATORS","features":[128]},{"name":"SDDL_CLONEABLE_CONTROLLERS","features":[128]},{"name":"SDDL_CONTAINER_INHERIT","features":[128]},{"name":"SDDL_CONTROL_ACCESS","features":[128]},{"name":"SDDL_CREATE_CHILD","features":[128]},{"name":"SDDL_CREATOR_GROUP","features":[128]},{"name":"SDDL_CREATOR_OWNER","features":[128]},{"name":"SDDL_CRITICAL","features":[128]},{"name":"SDDL_CRYPTO_OPERATORS","features":[128]},{"name":"SDDL_DACL","features":[128]},{"name":"SDDL_DELETE_CHILD","features":[128]},{"name":"SDDL_DELETE_TREE","features":[128]},{"name":"SDDL_DELIMINATOR","features":[128]},{"name":"SDDL_DOMAIN_ADMINISTRATORS","features":[128]},{"name":"SDDL_DOMAIN_COMPUTERS","features":[128]},{"name":"SDDL_DOMAIN_DOMAIN_CONTROLLERS","features":[128]},{"name":"SDDL_DOMAIN_GUESTS","features":[128]},{"name":"SDDL_DOMAIN_USERS","features":[128]},{"name":"SDDL_ENTERPRISE_ADMINS","features":[128]},{"name":"SDDL_ENTERPRISE_DOMAIN_CONTROLLERS","features":[128]},{"name":"SDDL_ENTERPRISE_KEY_ADMINS","features":[128]},{"name":"SDDL_ENTERPRISE_RO_DCs","features":[128]},{"name":"SDDL_EVENT_LOG_READERS","features":[128]},{"name":"SDDL_EVERYONE","features":[128]},{"name":"SDDL_FILE_ALL","features":[128]},{"name":"SDDL_FILE_EXECUTE","features":[128]},{"name":"SDDL_FILE_READ","features":[128]},{"name":"SDDL_FILE_WRITE","features":[128]},{"name":"SDDL_GENERIC_ALL","features":[128]},{"name":"SDDL_GENERIC_EXECUTE","features":[128]},{"name":"SDDL_GENERIC_READ","features":[128]},{"name":"SDDL_GENERIC_WRITE","features":[128]},{"name":"SDDL_GROUP","features":[128]},{"name":"SDDL_GROUP_POLICY_ADMINS","features":[128]},{"name":"SDDL_HYPER_V_ADMINS","features":[128]},{"name":"SDDL_IIS_USERS","features":[128]},{"name":"SDDL_INHERITED","features":[128]},{"name":"SDDL_INHERIT_ONLY","features":[128]},{"name":"SDDL_INT","features":[128]},{"name":"SDDL_INTERACTIVE","features":[128]},{"name":"SDDL_KEY_ADMINS","features":[128]},{"name":"SDDL_KEY_ALL","features":[128]},{"name":"SDDL_KEY_EXECUTE","features":[128]},{"name":"SDDL_KEY_READ","features":[128]},{"name":"SDDL_KEY_WRITE","features":[128]},{"name":"SDDL_LIST_CHILDREN","features":[128]},{"name":"SDDL_LIST_OBJECT","features":[128]},{"name":"SDDL_LOCAL_ADMIN","features":[128]},{"name":"SDDL_LOCAL_GUEST","features":[128]},{"name":"SDDL_LOCAL_SERVICE","features":[128]},{"name":"SDDL_LOCAL_SYSTEM","features":[128]},{"name":"SDDL_MANDATORY_LABEL","features":[128]},{"name":"SDDL_ML_HIGH","features":[128]},{"name":"SDDL_ML_LOW","features":[128]},{"name":"SDDL_ML_MEDIUM","features":[128]},{"name":"SDDL_ML_MEDIUM_PLUS","features":[128]},{"name":"SDDL_ML_SYSTEM","features":[128]},{"name":"SDDL_NETWORK","features":[128]},{"name":"SDDL_NETWORK_CONFIGURATION_OPS","features":[128]},{"name":"SDDL_NETWORK_SERVICE","features":[128]},{"name":"SDDL_NO_EXECUTE_UP","features":[128]},{"name":"SDDL_NO_PROPAGATE","features":[128]},{"name":"SDDL_NO_READ_UP","features":[128]},{"name":"SDDL_NO_WRITE_UP","features":[128]},{"name":"SDDL_NULL_ACL","features":[128]},{"name":"SDDL_OBJECT_ACCESS_ALLOWED","features":[128]},{"name":"SDDL_OBJECT_ACCESS_DENIED","features":[128]},{"name":"SDDL_OBJECT_ALARM","features":[128]},{"name":"SDDL_OBJECT_AUDIT","features":[128]},{"name":"SDDL_OBJECT_INHERIT","features":[128]},{"name":"SDDL_OWNER","features":[128]},{"name":"SDDL_OWNER_RIGHTS","features":[128]},{"name":"SDDL_PERFLOG_USERS","features":[128]},{"name":"SDDL_PERFMON_USERS","features":[128]},{"name":"SDDL_PERSONAL_SELF","features":[128]},{"name":"SDDL_POWER_USERS","features":[128]},{"name":"SDDL_PRINTER_OPERATORS","features":[128]},{"name":"SDDL_PROCESS_TRUST_LABEL","features":[128]},{"name":"SDDL_PROTECTED","features":[128]},{"name":"SDDL_PROTECTED_USERS","features":[128]},{"name":"SDDL_RAS_SERVERS","features":[128]},{"name":"SDDL_RDS_ENDPOINT_SERVERS","features":[128]},{"name":"SDDL_RDS_MANAGEMENT_SERVERS","features":[128]},{"name":"SDDL_RDS_REMOTE_ACCESS_SERVERS","features":[128]},{"name":"SDDL_READ_CONTROL","features":[128]},{"name":"SDDL_READ_PROPERTY","features":[128]},{"name":"SDDL_REMOTE_DESKTOP","features":[128]},{"name":"SDDL_REMOTE_MANAGEMENT_USERS","features":[128]},{"name":"SDDL_REPLICATOR","features":[128]},{"name":"SDDL_RESOURCE_ATTRIBUTE","features":[128]},{"name":"SDDL_RESTRICTED_CODE","features":[128]},{"name":"SDDL_REVISION","features":[128]},{"name":"SDDL_REVISION_1","features":[128]},{"name":"SDDL_SACL","features":[128]},{"name":"SDDL_SCHEMA_ADMINISTRATORS","features":[128]},{"name":"SDDL_SCOPED_POLICY_ID","features":[128]},{"name":"SDDL_SELF_WRITE","features":[128]},{"name":"SDDL_SEPERATOR","features":[128]},{"name":"SDDL_SERVER_OPERATORS","features":[128]},{"name":"SDDL_SERVICE","features":[128]},{"name":"SDDL_SERVICE_ASSERTED","features":[128]},{"name":"SDDL_SID","features":[128]},{"name":"SDDL_SPACE","features":[128]},{"name":"SDDL_STANDARD_DELETE","features":[128]},{"name":"SDDL_TRUST_PROTECTED_FILTER","features":[128]},{"name":"SDDL_UINT","features":[128]},{"name":"SDDL_USER_MODE_DRIVERS","features":[128]},{"name":"SDDL_WRITE_DAC","features":[128]},{"name":"SDDL_WRITE_OWNER","features":[128]},{"name":"SDDL_WRITE_PROPERTY","features":[128]},{"name":"SDDL_WRITE_RESTRICTED_CODE","features":[128]},{"name":"SDDL_WSTRING","features":[128]},{"name":"SET_ACCESS","features":[128]},{"name":"SET_AUDIT_FAILURE","features":[128]},{"name":"SET_AUDIT_SUCCESS","features":[128]},{"name":"SE_DS_OBJECT","features":[128]},{"name":"SE_DS_OBJECT_ALL","features":[128]},{"name":"SE_FILE_OBJECT","features":[128]},{"name":"SE_KERNEL_OBJECT","features":[128]},{"name":"SE_LMSHARE","features":[128]},{"name":"SE_OBJECT_TYPE","features":[128]},{"name":"SE_PRINTER","features":[128]},{"name":"SE_PROVIDER_DEFINED_OBJECT","features":[128]},{"name":"SE_REGISTRY_KEY","features":[128]},{"name":"SE_REGISTRY_WOW64_32KEY","features":[128]},{"name":"SE_REGISTRY_WOW64_64KEY","features":[128]},{"name":"SE_SERVICE","features":[128]},{"name":"SE_UNKNOWN_OBJECT_TYPE","features":[128]},{"name":"SE_WINDOW_OBJECT","features":[128]},{"name":"SE_WMIGUID_OBJECT","features":[128]},{"name":"SetEntriesInAclA","features":[1,128]},{"name":"SetEntriesInAclW","features":[1,128]},{"name":"SetNamedSecurityInfoA","features":[1,128]},{"name":"SetNamedSecurityInfoW","features":[1,128]},{"name":"SetSecurityInfo","features":[1,128]},{"name":"TREE_SEC_INFO","features":[128]},{"name":"TREE_SEC_INFO_RESET","features":[128]},{"name":"TREE_SEC_INFO_RESET_KEEP_EXPLICIT","features":[128]},{"name":"TREE_SEC_INFO_SET","features":[128]},{"name":"TRUSTEE_A","features":[128]},{"name":"TRUSTEE_ACCESSA","features":[128]},{"name":"TRUSTEE_ACCESSW","features":[128]},{"name":"TRUSTEE_ACCESS_ALL","features":[128]},{"name":"TRUSTEE_ACCESS_ALLOWED","features":[128]},{"name":"TRUSTEE_ACCESS_EXPLICIT","features":[128]},{"name":"TRUSTEE_ACCESS_READ","features":[128]},{"name":"TRUSTEE_ACCESS_WRITE","features":[128]},{"name":"TRUSTEE_BAD_FORM","features":[128]},{"name":"TRUSTEE_FORM","features":[128]},{"name":"TRUSTEE_IS_ALIAS","features":[128]},{"name":"TRUSTEE_IS_COMPUTER","features":[128]},{"name":"TRUSTEE_IS_DELETED","features":[128]},{"name":"TRUSTEE_IS_DOMAIN","features":[128]},{"name":"TRUSTEE_IS_GROUP","features":[128]},{"name":"TRUSTEE_IS_IMPERSONATE","features":[128]},{"name":"TRUSTEE_IS_INVALID","features":[128]},{"name":"TRUSTEE_IS_NAME","features":[128]},{"name":"TRUSTEE_IS_OBJECTS_AND_NAME","features":[128]},{"name":"TRUSTEE_IS_OBJECTS_AND_SID","features":[128]},{"name":"TRUSTEE_IS_SID","features":[128]},{"name":"TRUSTEE_IS_UNKNOWN","features":[128]},{"name":"TRUSTEE_IS_USER","features":[128]},{"name":"TRUSTEE_IS_WELL_KNOWN_GROUP","features":[128]},{"name":"TRUSTEE_TYPE","features":[128]},{"name":"TRUSTEE_W","features":[128]},{"name":"TreeResetNamedSecurityInfoA","features":[1,128]},{"name":"TreeResetNamedSecurityInfoW","features":[1,128]},{"name":"TreeSetNamedSecurityInfoA","features":[1,128]},{"name":"TreeSetNamedSecurityInfoW","features":[1,128]},{"name":"_AUTHZ_SS_MAXSIZE","features":[128]}],"495":[{"name":"BINARY_BLOB_CREDENTIAL_INFO","features":[126]},{"name":"BinaryBlobCredential","features":[126]},{"name":"BinaryBlobForSystem","features":[126]},{"name":"CERT_CREDENTIAL_INFO","features":[126]},{"name":"CERT_HASH_LENGTH","features":[126]},{"name":"CREDENTIALA","features":[1,126]},{"name":"CREDENTIALW","features":[1,126]},{"name":"CREDENTIAL_ATTRIBUTEA","features":[126]},{"name":"CREDENTIAL_ATTRIBUTEW","features":[126]},{"name":"CREDENTIAL_TARGET_INFORMATIONA","features":[126]},{"name":"CREDENTIAL_TARGET_INFORMATIONW","features":[126]},{"name":"CREDSPP_SUBMIT_TYPE","features":[126]},{"name":"CREDSSP_CRED","features":[126]},{"name":"CREDSSP_CRED_EX","features":[126]},{"name":"CREDSSP_CRED_EX_VERSION","features":[126]},{"name":"CREDSSP_FLAG_REDIRECT","features":[126]},{"name":"CREDSSP_NAME","features":[126]},{"name":"CREDSSP_SERVER_AUTH_CERTIFICATE","features":[126]},{"name":"CREDSSP_SERVER_AUTH_LOOPBACK","features":[126]},{"name":"CREDSSP_SERVER_AUTH_NEGOTIATE","features":[126]},{"name":"CREDUIWIN_AUTHPACKAGE_ONLY","features":[126]},{"name":"CREDUIWIN_CHECKBOX","features":[126]},{"name":"CREDUIWIN_DOWNLEVEL_HELLO_AS_SMART_CARD","features":[126]},{"name":"CREDUIWIN_ENUMERATE_ADMINS","features":[126]},{"name":"CREDUIWIN_ENUMERATE_CURRENT_USER","features":[126]},{"name":"CREDUIWIN_FLAGS","features":[126]},{"name":"CREDUIWIN_GENERIC","features":[126]},{"name":"CREDUIWIN_IGNORE_CLOUDAUTHORITY_NAME","features":[126]},{"name":"CREDUIWIN_IN_CRED_ONLY","features":[126]},{"name":"CREDUIWIN_PACK_32_WOW","features":[126]},{"name":"CREDUIWIN_PREPROMPTING","features":[126]},{"name":"CREDUIWIN_SECURE_PROMPT","features":[126]},{"name":"CREDUI_FLAGS","features":[126]},{"name":"CREDUI_FLAGS_ALWAYS_SHOW_UI","features":[126]},{"name":"CREDUI_FLAGS_COMPLETE_USERNAME","features":[126]},{"name":"CREDUI_FLAGS_DO_NOT_PERSIST","features":[126]},{"name":"CREDUI_FLAGS_EXCLUDE_CERTIFICATES","features":[126]},{"name":"CREDUI_FLAGS_EXPECT_CONFIRMATION","features":[126]},{"name":"CREDUI_FLAGS_GENERIC_CREDENTIALS","features":[126]},{"name":"CREDUI_FLAGS_INCORRECT_PASSWORD","features":[126]},{"name":"CREDUI_FLAGS_KEEP_USERNAME","features":[126]},{"name":"CREDUI_FLAGS_PASSWORD_ONLY_OK","features":[126]},{"name":"CREDUI_FLAGS_PERSIST","features":[126]},{"name":"CREDUI_FLAGS_REQUEST_ADMINISTRATOR","features":[126]},{"name":"CREDUI_FLAGS_REQUIRE_CERTIFICATE","features":[126]},{"name":"CREDUI_FLAGS_REQUIRE_SMARTCARD","features":[126]},{"name":"CREDUI_FLAGS_SERVER_CREDENTIAL","features":[126]},{"name":"CREDUI_FLAGS_SHOW_SAVE_CHECK_BOX","features":[126]},{"name":"CREDUI_FLAGS_USERNAME_TARGET_CREDENTIALS","features":[126]},{"name":"CREDUI_FLAGS_VALIDATE_USERNAME","features":[126]},{"name":"CREDUI_INFOA","features":[1,13,126]},{"name":"CREDUI_INFOW","features":[1,13,126]},{"name":"CREDUI_MAX_CAPTION_LENGTH","features":[126]},{"name":"CREDUI_MAX_DOMAIN_TARGET_LENGTH","features":[126]},{"name":"CREDUI_MAX_GENERIC_TARGET_LENGTH","features":[126]},{"name":"CREDUI_MAX_MESSAGE_LENGTH","features":[126]},{"name":"CREDUI_MAX_USERNAME_LENGTH","features":[126]},{"name":"CRED_ALLOW_NAME_RESOLUTION","features":[126]},{"name":"CRED_CACHE_TARGET_INFORMATION","features":[126]},{"name":"CRED_ENUMERATE_ALL_CREDENTIALS","features":[126]},{"name":"CRED_ENUMERATE_FLAGS","features":[126]},{"name":"CRED_FLAGS","features":[126]},{"name":"CRED_FLAGS_NGC_CERT","features":[126]},{"name":"CRED_FLAGS_OWF_CRED_BLOB","features":[126]},{"name":"CRED_FLAGS_PASSWORD_FOR_CERT","features":[126]},{"name":"CRED_FLAGS_PROMPT_NOW","features":[126]},{"name":"CRED_FLAGS_REQUIRE_CONFIRMATION","features":[126]},{"name":"CRED_FLAGS_USERNAME_TARGET","features":[126]},{"name":"CRED_FLAGS_VALID_FLAGS","features":[126]},{"name":"CRED_FLAGS_VALID_INPUT_FLAGS","features":[126]},{"name":"CRED_FLAGS_VSM_PROTECTED","features":[126]},{"name":"CRED_FLAGS_WILDCARD_MATCH","features":[126]},{"name":"CRED_LOGON_TYPES_MASK","features":[126]},{"name":"CRED_MARSHAL_TYPE","features":[126]},{"name":"CRED_MAX_ATTRIBUTES","features":[126]},{"name":"CRED_MAX_CREDENTIAL_BLOB_SIZE","features":[126]},{"name":"CRED_MAX_DOMAIN_TARGET_NAME_LENGTH","features":[126]},{"name":"CRED_MAX_GENERIC_TARGET_NAME_LENGTH","features":[126]},{"name":"CRED_MAX_STRING_LENGTH","features":[126]},{"name":"CRED_MAX_TARGETNAME_ATTRIBUTE_LENGTH","features":[126]},{"name":"CRED_MAX_TARGETNAME_NAMESPACE_LENGTH","features":[126]},{"name":"CRED_MAX_USERNAME_LENGTH","features":[126]},{"name":"CRED_MAX_VALUE_SIZE","features":[126]},{"name":"CRED_PACK_FLAGS","features":[126]},{"name":"CRED_PACK_GENERIC_CREDENTIALS","features":[126]},{"name":"CRED_PACK_ID_PROVIDER_CREDENTIALS","features":[126]},{"name":"CRED_PACK_PROTECTED_CREDENTIALS","features":[126]},{"name":"CRED_PACK_WOW_BUFFER","features":[126]},{"name":"CRED_PERSIST","features":[126]},{"name":"CRED_PERSIST_ENTERPRISE","features":[126]},{"name":"CRED_PERSIST_LOCAL_MACHINE","features":[126]},{"name":"CRED_PERSIST_NONE","features":[126]},{"name":"CRED_PERSIST_SESSION","features":[126]},{"name":"CRED_PRESERVE_CREDENTIAL_BLOB","features":[126]},{"name":"CRED_PROTECTION_TYPE","features":[126]},{"name":"CRED_PROTECT_AS_SELF","features":[126]},{"name":"CRED_PROTECT_TO_SYSTEM","features":[126]},{"name":"CRED_SESSION_WILDCARD_NAME","features":[126]},{"name":"CRED_SESSION_WILDCARD_NAME_A","features":[126]},{"name":"CRED_SESSION_WILDCARD_NAME_W","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH_A","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH_W","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE_A","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE_W","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE_A","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE_W","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME_A","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME_W","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT_A","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT_W","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK_A","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK_W","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE_A","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE_W","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE_A","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE_W","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET_A","features":[126]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET_W","features":[126]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE","features":[126]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE_A","features":[126]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE_W","features":[126]},{"name":"CRED_TARGETNAME_LEGACYGENERIC_NAMESPACE_A","features":[126]},{"name":"CRED_TARGETNAME_LEGACYGENERIC_NAMESPACE_W","features":[126]},{"name":"CRED_TI_CREATE_EXPLICIT_CRED","features":[126]},{"name":"CRED_TI_DNSTREE_IS_DFS_SERVER","features":[126]},{"name":"CRED_TI_DOMAIN_FORMAT_UNKNOWN","features":[126]},{"name":"CRED_TI_ONLY_PASSWORD_REQUIRED","features":[126]},{"name":"CRED_TI_SERVER_FORMAT_UNKNOWN","features":[126]},{"name":"CRED_TI_USERNAME_TARGET","features":[126]},{"name":"CRED_TI_VALID_FLAGS","features":[126]},{"name":"CRED_TI_WORKGROUP_MEMBER","features":[126]},{"name":"CRED_TYPE","features":[126]},{"name":"CRED_TYPE_DOMAIN_CERTIFICATE","features":[126]},{"name":"CRED_TYPE_DOMAIN_EXTENDED","features":[126]},{"name":"CRED_TYPE_DOMAIN_PASSWORD","features":[126]},{"name":"CRED_TYPE_DOMAIN_VISIBLE_PASSWORD","features":[126]},{"name":"CRED_TYPE_GENERIC","features":[126]},{"name":"CRED_TYPE_GENERIC_CERTIFICATE","features":[126]},{"name":"CRED_TYPE_MAXIMUM","features":[126]},{"name":"CRED_TYPE_MAXIMUM_EX","features":[126]},{"name":"CRED_UNPROTECT_ALLOW_TO_SYSTEM","features":[126]},{"name":"CRED_UNPROTECT_AS_SELF","features":[126]},{"name":"CertCredential","features":[126]},{"name":"CredDeleteA","features":[1,126]},{"name":"CredDeleteW","features":[1,126]},{"name":"CredEnumerateA","features":[1,126]},{"name":"CredEnumerateW","features":[1,126]},{"name":"CredFindBestCredentialA","features":[1,126]},{"name":"CredFindBestCredentialW","features":[1,126]},{"name":"CredForSystemProtection","features":[126]},{"name":"CredFree","features":[126]},{"name":"CredGetSessionTypes","features":[1,126]},{"name":"CredGetTargetInfoA","features":[1,126]},{"name":"CredGetTargetInfoW","features":[1,126]},{"name":"CredIsMarshaledCredentialA","features":[1,126]},{"name":"CredIsMarshaledCredentialW","features":[1,126]},{"name":"CredIsProtectedA","features":[1,126]},{"name":"CredIsProtectedW","features":[1,126]},{"name":"CredMarshalCredentialA","features":[1,126]},{"name":"CredMarshalCredentialW","features":[1,126]},{"name":"CredPackAuthenticationBufferA","features":[1,126]},{"name":"CredPackAuthenticationBufferW","features":[1,126]},{"name":"CredProtectA","features":[1,126]},{"name":"CredProtectW","features":[1,126]},{"name":"CredReadA","features":[1,126]},{"name":"CredReadDomainCredentialsA","features":[1,126]},{"name":"CredReadDomainCredentialsW","features":[1,126]},{"name":"CredReadW","features":[1,126]},{"name":"CredRenameA","features":[1,126]},{"name":"CredRenameW","features":[1,126]},{"name":"CredTrustedProtection","features":[126]},{"name":"CredUICmdLinePromptForCredentialsA","features":[1,126]},{"name":"CredUICmdLinePromptForCredentialsW","features":[1,126]},{"name":"CredUIConfirmCredentialsA","features":[1,126]},{"name":"CredUIConfirmCredentialsW","features":[1,126]},{"name":"CredUIParseUserNameA","features":[1,126]},{"name":"CredUIParseUserNameW","features":[1,126]},{"name":"CredUIPromptForCredentialsA","features":[1,13,126]},{"name":"CredUIPromptForCredentialsW","features":[1,13,126]},{"name":"CredUIPromptForWindowsCredentialsA","features":[1,13,126]},{"name":"CredUIPromptForWindowsCredentialsW","features":[1,13,126]},{"name":"CredUIReadSSOCredW","features":[126]},{"name":"CredUIStoreSSOCredW","features":[1,126]},{"name":"CredUnPackAuthenticationBufferA","features":[1,126]},{"name":"CredUnPackAuthenticationBufferW","features":[1,126]},{"name":"CredUnmarshalCredentialA","features":[1,126]},{"name":"CredUnmarshalCredentialW","features":[1,126]},{"name":"CredUnprotectA","features":[1,126]},{"name":"CredUnprotectW","features":[1,126]},{"name":"CredUnprotected","features":[126]},{"name":"CredUserProtection","features":[126]},{"name":"CredWriteA","features":[1,126]},{"name":"CredWriteDomainCredentialsA","features":[1,126]},{"name":"CredWriteDomainCredentialsW","features":[1,126]},{"name":"CredWriteW","features":[1,126]},{"name":"CredsspCertificateCreds","features":[126]},{"name":"CredsspCredEx","features":[126]},{"name":"CredsspPasswordCreds","features":[126]},{"name":"CredsspSchannelCreds","features":[126]},{"name":"CredsspSubmitBufferBoth","features":[126]},{"name":"CredsspSubmitBufferBothOld","features":[126]},{"name":"FILE_DEVICE_SMARTCARD","features":[126]},{"name":"GUID_DEVINTERFACE_SMARTCARD_READER","features":[126]},{"name":"GetOpenCardNameA","features":[1,126]},{"name":"GetOpenCardNameW","features":[1,126]},{"name":"KeyCredentialManagerFreeInformation","features":[126]},{"name":"KeyCredentialManagerGetInformation","features":[126]},{"name":"KeyCredentialManagerGetOperationErrorStates","features":[1,126]},{"name":"KeyCredentialManagerInfo","features":[126]},{"name":"KeyCredentialManagerOperationErrorStateCertificateFailure","features":[126]},{"name":"KeyCredentialManagerOperationErrorStateDeviceJoinFailure","features":[126]},{"name":"KeyCredentialManagerOperationErrorStateHardwareFailure","features":[126]},{"name":"KeyCredentialManagerOperationErrorStateNone","features":[126]},{"name":"KeyCredentialManagerOperationErrorStatePinExistsFailure","features":[126]},{"name":"KeyCredentialManagerOperationErrorStatePolicyFailure","features":[126]},{"name":"KeyCredentialManagerOperationErrorStateRemoteSessionFailure","features":[126]},{"name":"KeyCredentialManagerOperationErrorStateTokenFailure","features":[126]},{"name":"KeyCredentialManagerOperationErrorStates","features":[126]},{"name":"KeyCredentialManagerOperationType","features":[126]},{"name":"KeyCredentialManagerPinChange","features":[126]},{"name":"KeyCredentialManagerPinReset","features":[126]},{"name":"KeyCredentialManagerProvisioning","features":[126]},{"name":"KeyCredentialManagerShowUIOperation","features":[1,126]},{"name":"LPOCNCHKPROC","features":[1,126]},{"name":"LPOCNCONNPROCA","features":[126]},{"name":"LPOCNCONNPROCW","features":[126]},{"name":"LPOCNDSCPROC","features":[126]},{"name":"MAXIMUM_ATTR_STRING_LENGTH","features":[126]},{"name":"MAXIMUM_SMARTCARD_READERS","features":[126]},{"name":"OPENCARDNAMEA","features":[1,126]},{"name":"OPENCARDNAMEW","features":[1,126]},{"name":"OPENCARDNAME_EXA","features":[1,126,55]},{"name":"OPENCARDNAME_EXW","features":[1,126,55]},{"name":"OPENCARD_SEARCH_CRITERIAA","features":[1,126]},{"name":"OPENCARD_SEARCH_CRITERIAW","features":[1,126]},{"name":"READER_SEL_REQUEST","features":[126]},{"name":"READER_SEL_REQUEST_MATCH_TYPE","features":[126]},{"name":"READER_SEL_RESPONSE","features":[126]},{"name":"RSR_MATCH_TYPE_ALL_CARDS","features":[126]},{"name":"RSR_MATCH_TYPE_READER_AND_CONTAINER","features":[126]},{"name":"RSR_MATCH_TYPE_SERIAL_NUMBER","features":[126]},{"name":"SCARD_ABSENT","features":[126]},{"name":"SCARD_ALL_READERS","features":[126]},{"name":"SCARD_ATRMASK","features":[126]},{"name":"SCARD_ATR_LENGTH","features":[126]},{"name":"SCARD_AUDIT_CHV_FAILURE","features":[126]},{"name":"SCARD_AUDIT_CHV_SUCCESS","features":[126]},{"name":"SCARD_CLASS_COMMUNICATIONS","features":[126]},{"name":"SCARD_CLASS_ICC_STATE","features":[126]},{"name":"SCARD_CLASS_IFD_PROTOCOL","features":[126]},{"name":"SCARD_CLASS_MECHANICAL","features":[126]},{"name":"SCARD_CLASS_PERF","features":[126]},{"name":"SCARD_CLASS_POWER_MGMT","features":[126]},{"name":"SCARD_CLASS_PROTOCOL","features":[126]},{"name":"SCARD_CLASS_SECURITY","features":[126]},{"name":"SCARD_CLASS_SYSTEM","features":[126]},{"name":"SCARD_CLASS_VENDOR_DEFINED","features":[126]},{"name":"SCARD_CLASS_VENDOR_INFO","features":[126]},{"name":"SCARD_COLD_RESET","features":[126]},{"name":"SCARD_DEFAULT_READERS","features":[126]},{"name":"SCARD_EJECT_CARD","features":[126]},{"name":"SCARD_IO_REQUEST","features":[126]},{"name":"SCARD_LEAVE_CARD","features":[126]},{"name":"SCARD_LOCAL_READERS","features":[126]},{"name":"SCARD_NEGOTIABLE","features":[126]},{"name":"SCARD_POWERED","features":[126]},{"name":"SCARD_POWER_DOWN","features":[126]},{"name":"SCARD_PRESENT","features":[126]},{"name":"SCARD_PROTOCOL_DEFAULT","features":[126]},{"name":"SCARD_PROTOCOL_OPTIMAL","features":[126]},{"name":"SCARD_PROTOCOL_RAW","features":[126]},{"name":"SCARD_PROTOCOL_T0","features":[126]},{"name":"SCARD_PROTOCOL_T1","features":[126]},{"name":"SCARD_PROTOCOL_UNDEFINED","features":[126]},{"name":"SCARD_PROVIDER_CSP","features":[126]},{"name":"SCARD_PROVIDER_KSP","features":[126]},{"name":"SCARD_PROVIDER_PRIMARY","features":[126]},{"name":"SCARD_READERSTATEA","features":[126]},{"name":"SCARD_READERSTATEW","features":[126]},{"name":"SCARD_READER_CONFISCATES","features":[126]},{"name":"SCARD_READER_CONTACTLESS","features":[126]},{"name":"SCARD_READER_EJECTS","features":[126]},{"name":"SCARD_READER_SWALLOWS","features":[126]},{"name":"SCARD_READER_TYPE_EMBEDDEDSE","features":[126]},{"name":"SCARD_READER_TYPE_IDE","features":[126]},{"name":"SCARD_READER_TYPE_KEYBOARD","features":[126]},{"name":"SCARD_READER_TYPE_NFC","features":[126]},{"name":"SCARD_READER_TYPE_NGC","features":[126]},{"name":"SCARD_READER_TYPE_PARALELL","features":[126]},{"name":"SCARD_READER_TYPE_PCMCIA","features":[126]},{"name":"SCARD_READER_TYPE_SCSI","features":[126]},{"name":"SCARD_READER_TYPE_SERIAL","features":[126]},{"name":"SCARD_READER_TYPE_TPM","features":[126]},{"name":"SCARD_READER_TYPE_UICC","features":[126]},{"name":"SCARD_READER_TYPE_USB","features":[126]},{"name":"SCARD_READER_TYPE_VENDOR","features":[126]},{"name":"SCARD_RESET_CARD","features":[126]},{"name":"SCARD_SCOPE","features":[126]},{"name":"SCARD_SCOPE_SYSTEM","features":[126]},{"name":"SCARD_SCOPE_TERMINAL","features":[126]},{"name":"SCARD_SCOPE_USER","features":[126]},{"name":"SCARD_SHARE_DIRECT","features":[126]},{"name":"SCARD_SHARE_EXCLUSIVE","features":[126]},{"name":"SCARD_SHARE_SHARED","features":[126]},{"name":"SCARD_SPECIFIC","features":[126]},{"name":"SCARD_STATE","features":[126]},{"name":"SCARD_STATE_ATRMATCH","features":[126]},{"name":"SCARD_STATE_CHANGED","features":[126]},{"name":"SCARD_STATE_EMPTY","features":[126]},{"name":"SCARD_STATE_EXCLUSIVE","features":[126]},{"name":"SCARD_STATE_IGNORE","features":[126]},{"name":"SCARD_STATE_INUSE","features":[126]},{"name":"SCARD_STATE_MUTE","features":[126]},{"name":"SCARD_STATE_PRESENT","features":[126]},{"name":"SCARD_STATE_UNAVAILABLE","features":[126]},{"name":"SCARD_STATE_UNAWARE","features":[126]},{"name":"SCARD_STATE_UNKNOWN","features":[126]},{"name":"SCARD_STATE_UNPOWERED","features":[126]},{"name":"SCARD_SWALLOWED","features":[126]},{"name":"SCARD_SYSTEM_READERS","features":[126]},{"name":"SCARD_T0_CMD_LENGTH","features":[126]},{"name":"SCARD_T0_COMMAND","features":[126]},{"name":"SCARD_T0_HEADER_LENGTH","features":[126]},{"name":"SCARD_T0_REQUEST","features":[126]},{"name":"SCARD_T1_EPILOGUE_LENGTH","features":[126]},{"name":"SCARD_T1_EPILOGUE_LENGTH_LRC","features":[126]},{"name":"SCARD_T1_MAX_IFS","features":[126]},{"name":"SCARD_T1_PROLOGUE_LENGTH","features":[126]},{"name":"SCARD_T1_REQUEST","features":[126]},{"name":"SCARD_UNKNOWN","features":[126]},{"name":"SCARD_UNPOWER_CARD","features":[126]},{"name":"SCARD_WARM_RESET","features":[126]},{"name":"SCERR_NOCARDNAME","features":[126]},{"name":"SCERR_NOGUIDS","features":[126]},{"name":"SC_DLG_FORCE_UI","features":[126]},{"name":"SC_DLG_MINIMAL_UI","features":[126]},{"name":"SC_DLG_NO_UI","features":[126]},{"name":"SCardAccessStartedEvent","features":[1,126]},{"name":"SCardAddReaderToGroupA","features":[126]},{"name":"SCardAddReaderToGroupW","features":[126]},{"name":"SCardAudit","features":[126]},{"name":"SCardBeginTransaction","features":[126]},{"name":"SCardCancel","features":[126]},{"name":"SCardConnectA","features":[126]},{"name":"SCardConnectW","features":[126]},{"name":"SCardControl","features":[126]},{"name":"SCardDisconnect","features":[126]},{"name":"SCardDlgExtendedError","features":[126]},{"name":"SCardEndTransaction","features":[126]},{"name":"SCardEstablishContext","features":[126]},{"name":"SCardForgetCardTypeA","features":[126]},{"name":"SCardForgetCardTypeW","features":[126]},{"name":"SCardForgetReaderA","features":[126]},{"name":"SCardForgetReaderGroupA","features":[126]},{"name":"SCardForgetReaderGroupW","features":[126]},{"name":"SCardForgetReaderW","features":[126]},{"name":"SCardFreeMemory","features":[126]},{"name":"SCardGetAttrib","features":[126]},{"name":"SCardGetCardTypeProviderNameA","features":[126]},{"name":"SCardGetCardTypeProviderNameW","features":[126]},{"name":"SCardGetDeviceTypeIdA","features":[126]},{"name":"SCardGetDeviceTypeIdW","features":[126]},{"name":"SCardGetProviderIdA","features":[126]},{"name":"SCardGetProviderIdW","features":[126]},{"name":"SCardGetReaderDeviceInstanceIdA","features":[126]},{"name":"SCardGetReaderDeviceInstanceIdW","features":[126]},{"name":"SCardGetReaderIconA","features":[126]},{"name":"SCardGetReaderIconW","features":[126]},{"name":"SCardGetStatusChangeA","features":[126]},{"name":"SCardGetStatusChangeW","features":[126]},{"name":"SCardGetTransmitCount","features":[126]},{"name":"SCardIntroduceCardTypeA","features":[126]},{"name":"SCardIntroduceCardTypeW","features":[126]},{"name":"SCardIntroduceReaderA","features":[126]},{"name":"SCardIntroduceReaderGroupA","features":[126]},{"name":"SCardIntroduceReaderGroupW","features":[126]},{"name":"SCardIntroduceReaderW","features":[126]},{"name":"SCardIsValidContext","features":[126]},{"name":"SCardListCardsA","features":[126]},{"name":"SCardListCardsW","features":[126]},{"name":"SCardListInterfacesA","features":[126]},{"name":"SCardListInterfacesW","features":[126]},{"name":"SCardListReaderGroupsA","features":[126]},{"name":"SCardListReaderGroupsW","features":[126]},{"name":"SCardListReadersA","features":[126]},{"name":"SCardListReadersW","features":[126]},{"name":"SCardListReadersWithDeviceInstanceIdA","features":[126]},{"name":"SCardListReadersWithDeviceInstanceIdW","features":[126]},{"name":"SCardLocateCardsA","features":[126]},{"name":"SCardLocateCardsByATRA","features":[126]},{"name":"SCardLocateCardsByATRW","features":[126]},{"name":"SCardLocateCardsW","features":[126]},{"name":"SCardReadCacheA","features":[126]},{"name":"SCardReadCacheW","features":[126]},{"name":"SCardReconnect","features":[126]},{"name":"SCardReleaseContext","features":[126]},{"name":"SCardReleaseStartedEvent","features":[126]},{"name":"SCardRemoveReaderFromGroupA","features":[126]},{"name":"SCardRemoveReaderFromGroupW","features":[126]},{"name":"SCardSetAttrib","features":[126]},{"name":"SCardSetCardTypeProviderNameA","features":[126]},{"name":"SCardSetCardTypeProviderNameW","features":[126]},{"name":"SCardState","features":[126]},{"name":"SCardStatusA","features":[126]},{"name":"SCardStatusW","features":[126]},{"name":"SCardTransmit","features":[126]},{"name":"SCardUIDlgSelectCardA","features":[1,126,55]},{"name":"SCardUIDlgSelectCardW","features":[1,126,55]},{"name":"SCardWriteCacheA","features":[126]},{"name":"SCardWriteCacheW","features":[126]},{"name":"SECPKG_ALT_ATTR","features":[126]},{"name":"SECPKG_ATTR_C_FULL_IDENT_TOKEN","features":[126]},{"name":"STATUS_ACCOUNT_DISABLED","features":[1,126]},{"name":"STATUS_ACCOUNT_EXPIRED","features":[1,126]},{"name":"STATUS_ACCOUNT_LOCKED_OUT","features":[1,126]},{"name":"STATUS_ACCOUNT_RESTRICTION","features":[1,126]},{"name":"STATUS_AUTHENTICATION_FIREWALL_FAILED","features":[1,126]},{"name":"STATUS_DOWNGRADE_DETECTED","features":[1,126]},{"name":"STATUS_LOGON_FAILURE","features":[1,126]},{"name":"STATUS_LOGON_TYPE_NOT_GRANTED","features":[1,126]},{"name":"STATUS_NO_SUCH_LOGON_SESSION","features":[1,126]},{"name":"STATUS_NO_SUCH_USER","features":[1,126]},{"name":"STATUS_PASSWORD_EXPIRED","features":[1,126]},{"name":"STATUS_PASSWORD_MUST_CHANGE","features":[1,126]},{"name":"STATUS_WRONG_PASSWORD","features":[1,126]},{"name":"SecHandle","features":[126]},{"name":"SecPkgContext_ClientCreds","features":[126]},{"name":"TS_SSP_NAME","features":[126]},{"name":"TS_SSP_NAME_A","features":[126]},{"name":"USERNAME_TARGET_CREDENTIAL_INFO","features":[126]},{"name":"UsernameForPackedCredentials","features":[126]},{"name":"UsernameTargetCredential","features":[126]},{"name":"szOID_TS_KP_TS_SERVER_AUTH","features":[126]}],"496":[{"name":"ALG_CLASS_ALL","features":[75]},{"name":"ALG_CLASS_ANY","features":[75]},{"name":"ALG_CLASS_DATA_ENCRYPT","features":[75]},{"name":"ALG_CLASS_HASH","features":[75]},{"name":"ALG_CLASS_KEY_EXCHANGE","features":[75]},{"name":"ALG_CLASS_MSG_ENCRYPT","features":[75]},{"name":"ALG_CLASS_SIGNATURE","features":[75]},{"name":"ALG_ID","features":[75]},{"name":"ALG_SID_3DES","features":[75]},{"name":"ALG_SID_3DES_112","features":[75]},{"name":"ALG_SID_AES","features":[75]},{"name":"ALG_SID_AES_128","features":[75]},{"name":"ALG_SID_AES_192","features":[75]},{"name":"ALG_SID_AES_256","features":[75]},{"name":"ALG_SID_AGREED_KEY_ANY","features":[75]},{"name":"ALG_SID_ANY","features":[75]},{"name":"ALG_SID_CAST","features":[75]},{"name":"ALG_SID_CYLINK_MEK","features":[75]},{"name":"ALG_SID_DES","features":[75]},{"name":"ALG_SID_DESX","features":[75]},{"name":"ALG_SID_DH_EPHEM","features":[75]},{"name":"ALG_SID_DH_SANDF","features":[75]},{"name":"ALG_SID_DSS_ANY","features":[75]},{"name":"ALG_SID_DSS_DMS","features":[75]},{"name":"ALG_SID_DSS_PKCS","features":[75]},{"name":"ALG_SID_ECDH","features":[75]},{"name":"ALG_SID_ECDH_EPHEM","features":[75]},{"name":"ALG_SID_ECDSA","features":[75]},{"name":"ALG_SID_ECMQV","features":[75]},{"name":"ALG_SID_EXAMPLE","features":[75]},{"name":"ALG_SID_HASH_REPLACE_OWF","features":[75]},{"name":"ALG_SID_HMAC","features":[75]},{"name":"ALG_SID_IDEA","features":[75]},{"name":"ALG_SID_KEA","features":[75]},{"name":"ALG_SID_MAC","features":[75]},{"name":"ALG_SID_MD2","features":[75]},{"name":"ALG_SID_MD4","features":[75]},{"name":"ALG_SID_MD5","features":[75]},{"name":"ALG_SID_PCT1_MASTER","features":[75]},{"name":"ALG_SID_RC2","features":[75]},{"name":"ALG_SID_RC4","features":[75]},{"name":"ALG_SID_RC5","features":[75]},{"name":"ALG_SID_RIPEMD","features":[75]},{"name":"ALG_SID_RIPEMD160","features":[75]},{"name":"ALG_SID_RSA_ANY","features":[75]},{"name":"ALG_SID_RSA_ENTRUST","features":[75]},{"name":"ALG_SID_RSA_MSATWORK","features":[75]},{"name":"ALG_SID_RSA_PGP","features":[75]},{"name":"ALG_SID_RSA_PKCS","features":[75]},{"name":"ALG_SID_SAFERSK128","features":[75]},{"name":"ALG_SID_SAFERSK64","features":[75]},{"name":"ALG_SID_SCHANNEL_ENC_KEY","features":[75]},{"name":"ALG_SID_SCHANNEL_MAC_KEY","features":[75]},{"name":"ALG_SID_SCHANNEL_MASTER_HASH","features":[75]},{"name":"ALG_SID_SEAL","features":[75]},{"name":"ALG_SID_SHA","features":[75]},{"name":"ALG_SID_SHA1","features":[75]},{"name":"ALG_SID_SHA_256","features":[75]},{"name":"ALG_SID_SHA_384","features":[75]},{"name":"ALG_SID_SHA_512","features":[75]},{"name":"ALG_SID_SKIPJACK","features":[75]},{"name":"ALG_SID_SSL2_MASTER","features":[75]},{"name":"ALG_SID_SSL3SHAMD5","features":[75]},{"name":"ALG_SID_SSL3_MASTER","features":[75]},{"name":"ALG_SID_TEK","features":[75]},{"name":"ALG_SID_THIRDPARTY_ANY","features":[75]},{"name":"ALG_SID_TLS1PRF","features":[75]},{"name":"ALG_SID_TLS1_MASTER","features":[75]},{"name":"ALG_TYPE_ANY","features":[75]},{"name":"ALG_TYPE_BLOCK","features":[75]},{"name":"ALG_TYPE_DH","features":[75]},{"name":"ALG_TYPE_DSS","features":[75]},{"name":"ALG_TYPE_ECDH","features":[75]},{"name":"ALG_TYPE_RSA","features":[75]},{"name":"ALG_TYPE_SECURECHANNEL","features":[75]},{"name":"ALG_TYPE_STREAM","features":[75]},{"name":"ALG_TYPE_THIRDPARTY","features":[75]},{"name":"AT_ECDHE_P256","features":[75]},{"name":"AT_ECDHE_P384","features":[75]},{"name":"AT_ECDHE_P521","features":[75]},{"name":"AT_ECDSA_P256","features":[75]},{"name":"AT_ECDSA_P384","features":[75]},{"name":"AT_ECDSA_P521","features":[75]},{"name":"AT_KEYEXCHANGE","features":[75]},{"name":"AT_SIGNATURE","features":[75]},{"name":"AUDIT_CARD_DELETE","features":[75]},{"name":"AUDIT_CARD_IMPORT","features":[75]},{"name":"AUDIT_CARD_WRITTEN","features":[75]},{"name":"AUDIT_SERVICE_IDLE_STOP","features":[75]},{"name":"AUDIT_STORE_DELETE","features":[75]},{"name":"AUDIT_STORE_EXPORT","features":[75]},{"name":"AUDIT_STORE_IMPORT","features":[75]},{"name":"AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA","features":[75]},{"name":"AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[1,75]},{"name":"AUTHENTICODE_TS_EXTRA_CERT_CHAIN_POLICY_PARA","features":[1,75]},{"name":"AUTHTYPE_CLIENT","features":[75]},{"name":"AUTHTYPE_SERVER","features":[75]},{"name":"AdminCreateDeleteDirAc","features":[75]},{"name":"AdminReadWriteAc","features":[75]},{"name":"AdministratorPin","features":[75]},{"name":"AlphaNumericPinType","features":[75]},{"name":"AuthenticationPin","features":[75]},{"name":"BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_CA_FLAG","features":[75]},{"name":"BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_END_ENTITY_FLAG","features":[75]},{"name":"BCRYPTBUFFER_VERSION","features":[75]},{"name":"BCRYPTGENRANDOM_FLAGS","features":[75]},{"name":"BCRYPT_3DES_112_ALGORITHM","features":[75]},{"name":"BCRYPT_3DES_112_CBC_ALG_HANDLE","features":[75]},{"name":"BCRYPT_3DES_112_CFB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_3DES_112_ECB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_3DES_ALGORITHM","features":[75]},{"name":"BCRYPT_3DES_CBC_ALG_HANDLE","features":[75]},{"name":"BCRYPT_3DES_CFB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_3DES_ECB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_AES_ALGORITHM","features":[75]},{"name":"BCRYPT_AES_CBC_ALG_HANDLE","features":[75]},{"name":"BCRYPT_AES_CCM_ALG_HANDLE","features":[75]},{"name":"BCRYPT_AES_CFB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_AES_CMAC_ALGORITHM","features":[75]},{"name":"BCRYPT_AES_CMAC_ALG_HANDLE","features":[75]},{"name":"BCRYPT_AES_ECB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_AES_GCM_ALG_HANDLE","features":[75]},{"name":"BCRYPT_AES_GMAC_ALGORITHM","features":[75]},{"name":"BCRYPT_AES_GMAC_ALG_HANDLE","features":[75]},{"name":"BCRYPT_AES_WRAP_KEY_BLOB","features":[75]},{"name":"BCRYPT_ALGORITHM_IDENTIFIER","features":[75]},{"name":"BCRYPT_ALGORITHM_NAME","features":[75]},{"name":"BCRYPT_ALG_HANDLE","features":[75]},{"name":"BCRYPT_ALG_HANDLE_HMAC_FLAG","features":[75]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_FUNCTION_TABLE","features":[1,75]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[75]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[75]},{"name":"BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO","features":[75]},{"name":"BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_VERSION","features":[75]},{"name":"BCRYPT_AUTH_MODE_CHAIN_CALLS_FLAG","features":[75]},{"name":"BCRYPT_AUTH_MODE_IN_PROGRESS_FLAG","features":[75]},{"name":"BCRYPT_AUTH_TAG_LENGTH","features":[75]},{"name":"BCRYPT_BLOCK_LENGTH","features":[75]},{"name":"BCRYPT_BLOCK_PADDING","features":[75]},{"name":"BCRYPT_BLOCK_SIZE_LIST","features":[75]},{"name":"BCRYPT_BUFFERS_LOCKED_FLAG","features":[75]},{"name":"BCRYPT_CAPI_AES_FLAG","features":[75]},{"name":"BCRYPT_CAPI_KDF_ALGORITHM","features":[75]},{"name":"BCRYPT_CAPI_KDF_ALG_HANDLE","features":[75]},{"name":"BCRYPT_CHACHA20_POLY1305_ALGORITHM","features":[75]},{"name":"BCRYPT_CHACHA20_POLY1305_ALG_HANDLE","features":[75]},{"name":"BCRYPT_CHAINING_MODE","features":[75]},{"name":"BCRYPT_CHAIN_MODE_CBC","features":[75]},{"name":"BCRYPT_CHAIN_MODE_CCM","features":[75]},{"name":"BCRYPT_CHAIN_MODE_CFB","features":[75]},{"name":"BCRYPT_CHAIN_MODE_ECB","features":[75]},{"name":"BCRYPT_CHAIN_MODE_GCM","features":[75]},{"name":"BCRYPT_CHAIN_MODE_NA","features":[75]},{"name":"BCRYPT_CIPHER_FUNCTION_TABLE","features":[1,75]},{"name":"BCRYPT_CIPHER_INTERFACE","features":[75]},{"name":"BCRYPT_CIPHER_OPERATION","features":[75]},{"name":"BCRYPT_COPY_AFTER_PADDING_CHECK_FAILURE_FLAG","features":[75]},{"name":"BCRYPT_DESX_ALGORITHM","features":[75]},{"name":"BCRYPT_DESX_CBC_ALG_HANDLE","features":[75]},{"name":"BCRYPT_DESX_CFB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_DESX_ECB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_DES_ALGORITHM","features":[75]},{"name":"BCRYPT_DES_CBC_ALG_HANDLE","features":[75]},{"name":"BCRYPT_DES_CFB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_DES_ECB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_DH_ALGORITHM","features":[75]},{"name":"BCRYPT_DH_ALG_HANDLE","features":[75]},{"name":"BCRYPT_DH_KEY_BLOB","features":[75]},{"name":"BCRYPT_DH_KEY_BLOB_MAGIC","features":[75]},{"name":"BCRYPT_DH_PARAMETERS","features":[75]},{"name":"BCRYPT_DH_PARAMETERS_MAGIC","features":[75]},{"name":"BCRYPT_DH_PARAMETER_HEADER","features":[75]},{"name":"BCRYPT_DH_PRIVATE_BLOB","features":[75]},{"name":"BCRYPT_DH_PRIVATE_MAGIC","features":[75]},{"name":"BCRYPT_DH_PUBLIC_BLOB","features":[75]},{"name":"BCRYPT_DH_PUBLIC_MAGIC","features":[75]},{"name":"BCRYPT_DSA_ALGORITHM","features":[75]},{"name":"BCRYPT_DSA_ALG_HANDLE","features":[75]},{"name":"BCRYPT_DSA_KEY_BLOB","features":[75]},{"name":"BCRYPT_DSA_KEY_BLOB_V2","features":[75]},{"name":"BCRYPT_DSA_MAGIC","features":[75]},{"name":"BCRYPT_DSA_PARAMETERS","features":[75]},{"name":"BCRYPT_DSA_PARAMETERS_MAGIC","features":[75]},{"name":"BCRYPT_DSA_PARAMETERS_MAGIC_V2","features":[75]},{"name":"BCRYPT_DSA_PARAMETER_HEADER","features":[75]},{"name":"BCRYPT_DSA_PARAMETER_HEADER_V2","features":[75]},{"name":"BCRYPT_DSA_PRIVATE_BLOB","features":[75]},{"name":"BCRYPT_DSA_PRIVATE_MAGIC","features":[75]},{"name":"BCRYPT_DSA_PRIVATE_MAGIC_V2","features":[75]},{"name":"BCRYPT_DSA_PUBLIC_BLOB","features":[75]},{"name":"BCRYPT_DSA_PUBLIC_MAGIC","features":[75]},{"name":"BCRYPT_DSA_PUBLIC_MAGIC_V2","features":[75]},{"name":"BCRYPT_ECCFULLKEY_BLOB","features":[75]},{"name":"BCRYPT_ECCFULLPRIVATE_BLOB","features":[75]},{"name":"BCRYPT_ECCFULLPUBLIC_BLOB","features":[75]},{"name":"BCRYPT_ECCKEY_BLOB","features":[75]},{"name":"BCRYPT_ECCPRIVATE_BLOB","features":[75]},{"name":"BCRYPT_ECCPUBLIC_BLOB","features":[75]},{"name":"BCRYPT_ECC_CURVE_25519","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP160R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP160T1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP192R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP192T1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP224R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP224T1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP256R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP256T1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP320R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP320T1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP384R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP384T1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP512R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP512T1","features":[75]},{"name":"BCRYPT_ECC_CURVE_EC192WAPI","features":[75]},{"name":"BCRYPT_ECC_CURVE_NAME","features":[75]},{"name":"BCRYPT_ECC_CURVE_NAMES","features":[75]},{"name":"BCRYPT_ECC_CURVE_NAME_LIST","features":[75]},{"name":"BCRYPT_ECC_CURVE_NISTP192","features":[75]},{"name":"BCRYPT_ECC_CURVE_NISTP224","features":[75]},{"name":"BCRYPT_ECC_CURVE_NISTP256","features":[75]},{"name":"BCRYPT_ECC_CURVE_NISTP384","features":[75]},{"name":"BCRYPT_ECC_CURVE_NISTP521","features":[75]},{"name":"BCRYPT_ECC_CURVE_NUMSP256T1","features":[75]},{"name":"BCRYPT_ECC_CURVE_NUMSP384T1","features":[75]},{"name":"BCRYPT_ECC_CURVE_NUMSP512T1","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP160K1","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP160R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP160R2","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP192K1","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP192R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP224K1","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP224R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP256K1","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP256R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP384R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_SECP521R1","features":[75]},{"name":"BCRYPT_ECC_CURVE_WTLS12","features":[75]},{"name":"BCRYPT_ECC_CURVE_WTLS7","features":[75]},{"name":"BCRYPT_ECC_CURVE_WTLS9","features":[75]},{"name":"BCRYPT_ECC_CURVE_X962P192V1","features":[75]},{"name":"BCRYPT_ECC_CURVE_X962P192V2","features":[75]},{"name":"BCRYPT_ECC_CURVE_X962P192V3","features":[75]},{"name":"BCRYPT_ECC_CURVE_X962P239V1","features":[75]},{"name":"BCRYPT_ECC_CURVE_X962P239V2","features":[75]},{"name":"BCRYPT_ECC_CURVE_X962P239V3","features":[75]},{"name":"BCRYPT_ECC_CURVE_X962P256V1","features":[75]},{"name":"BCRYPT_ECC_FULLKEY_BLOB_V1","features":[75]},{"name":"BCRYPT_ECC_PARAMETERS","features":[75]},{"name":"BCRYPT_ECC_PARAMETERS_MAGIC","features":[75]},{"name":"BCRYPT_ECC_PARAMETER_HEADER","features":[75]},{"name":"BCRYPT_ECC_PARAMETER_HEADER_V1","features":[75]},{"name":"BCRYPT_ECC_PRIME_MONTGOMERY_CURVE","features":[75]},{"name":"BCRYPT_ECC_PRIME_SHORT_WEIERSTRASS_CURVE","features":[75]},{"name":"BCRYPT_ECC_PRIME_TWISTED_EDWARDS_CURVE","features":[75]},{"name":"BCRYPT_ECDH_ALGORITHM","features":[75]},{"name":"BCRYPT_ECDH_ALG_HANDLE","features":[75]},{"name":"BCRYPT_ECDH_P256_ALGORITHM","features":[75]},{"name":"BCRYPT_ECDH_P256_ALG_HANDLE","features":[75]},{"name":"BCRYPT_ECDH_P384_ALGORITHM","features":[75]},{"name":"BCRYPT_ECDH_P384_ALG_HANDLE","features":[75]},{"name":"BCRYPT_ECDH_P521_ALGORITHM","features":[75]},{"name":"BCRYPT_ECDH_P521_ALG_HANDLE","features":[75]},{"name":"BCRYPT_ECDH_PRIVATE_GENERIC_MAGIC","features":[75]},{"name":"BCRYPT_ECDH_PRIVATE_P256_MAGIC","features":[75]},{"name":"BCRYPT_ECDH_PRIVATE_P384_MAGIC","features":[75]},{"name":"BCRYPT_ECDH_PRIVATE_P521_MAGIC","features":[75]},{"name":"BCRYPT_ECDH_PUBLIC_GENERIC_MAGIC","features":[75]},{"name":"BCRYPT_ECDH_PUBLIC_P256_MAGIC","features":[75]},{"name":"BCRYPT_ECDH_PUBLIC_P384_MAGIC","features":[75]},{"name":"BCRYPT_ECDH_PUBLIC_P521_MAGIC","features":[75]},{"name":"BCRYPT_ECDSA_ALGORITHM","features":[75]},{"name":"BCRYPT_ECDSA_ALG_HANDLE","features":[75]},{"name":"BCRYPT_ECDSA_P256_ALGORITHM","features":[75]},{"name":"BCRYPT_ECDSA_P256_ALG_HANDLE","features":[75]},{"name":"BCRYPT_ECDSA_P384_ALGORITHM","features":[75]},{"name":"BCRYPT_ECDSA_P384_ALG_HANDLE","features":[75]},{"name":"BCRYPT_ECDSA_P521_ALGORITHM","features":[75]},{"name":"BCRYPT_ECDSA_P521_ALG_HANDLE","features":[75]},{"name":"BCRYPT_ECDSA_PRIVATE_GENERIC_MAGIC","features":[75]},{"name":"BCRYPT_ECDSA_PRIVATE_P256_MAGIC","features":[75]},{"name":"BCRYPT_ECDSA_PRIVATE_P384_MAGIC","features":[75]},{"name":"BCRYPT_ECDSA_PRIVATE_P521_MAGIC","features":[75]},{"name":"BCRYPT_ECDSA_PUBLIC_GENERIC_MAGIC","features":[75]},{"name":"BCRYPT_ECDSA_PUBLIC_P256_MAGIC","features":[75]},{"name":"BCRYPT_ECDSA_PUBLIC_P384_MAGIC","features":[75]},{"name":"BCRYPT_ECDSA_PUBLIC_P521_MAGIC","features":[75]},{"name":"BCRYPT_EFFECTIVE_KEY_LENGTH","features":[75]},{"name":"BCRYPT_ENABLE_INCOMPATIBLE_FIPS_CHECKS","features":[75]},{"name":"BCRYPT_EXTENDED_KEYSIZE","features":[75]},{"name":"BCRYPT_FLAGS","features":[75]},{"name":"BCRYPT_GENERATE_IV","features":[75]},{"name":"BCRYPT_GLOBAL_PARAMETERS","features":[75]},{"name":"BCRYPT_HANDLE","features":[75]},{"name":"BCRYPT_HASH_BLOCK_LENGTH","features":[75]},{"name":"BCRYPT_HASH_FUNCTION_TABLE","features":[1,75]},{"name":"BCRYPT_HASH_HANDLE","features":[75]},{"name":"BCRYPT_HASH_INTERFACE","features":[75]},{"name":"BCRYPT_HASH_INTERFACE_MAJORVERSION_2","features":[75]},{"name":"BCRYPT_HASH_LENGTH","features":[75]},{"name":"BCRYPT_HASH_OID_LIST","features":[75]},{"name":"BCRYPT_HASH_OPERATION","features":[75]},{"name":"BCRYPT_HASH_OPERATION_FINISH_HASH","features":[75]},{"name":"BCRYPT_HASH_OPERATION_HASH_DATA","features":[75]},{"name":"BCRYPT_HASH_OPERATION_TYPE","features":[75]},{"name":"BCRYPT_HASH_REUSABLE_FLAG","features":[75]},{"name":"BCRYPT_HKDF_ALGORITHM","features":[75]},{"name":"BCRYPT_HKDF_ALG_HANDLE","features":[75]},{"name":"BCRYPT_HKDF_HASH_ALGORITHM","features":[75]},{"name":"BCRYPT_HKDF_PRK_AND_FINALIZE","features":[75]},{"name":"BCRYPT_HKDF_SALT_AND_FINALIZE","features":[75]},{"name":"BCRYPT_HMAC_MD2_ALG_HANDLE","features":[75]},{"name":"BCRYPT_HMAC_MD4_ALG_HANDLE","features":[75]},{"name":"BCRYPT_HMAC_MD5_ALG_HANDLE","features":[75]},{"name":"BCRYPT_HMAC_SHA1_ALG_HANDLE","features":[75]},{"name":"BCRYPT_HMAC_SHA256_ALG_HANDLE","features":[75]},{"name":"BCRYPT_HMAC_SHA384_ALG_HANDLE","features":[75]},{"name":"BCRYPT_HMAC_SHA512_ALG_HANDLE","features":[75]},{"name":"BCRYPT_INITIALIZATION_VECTOR","features":[75]},{"name":"BCRYPT_INTERFACE","features":[75]},{"name":"BCRYPT_INTERFACE_VERSION","features":[75]},{"name":"BCRYPT_IS_IFX_TPM_WEAK_KEY","features":[75]},{"name":"BCRYPT_IS_KEYED_HASH","features":[75]},{"name":"BCRYPT_IS_REUSABLE_HASH","features":[75]},{"name":"BCRYPT_KDF_HASH","features":[75]},{"name":"BCRYPT_KDF_HKDF","features":[75]},{"name":"BCRYPT_KDF_HMAC","features":[75]},{"name":"BCRYPT_KDF_RAW_SECRET","features":[75]},{"name":"BCRYPT_KDF_SP80056A_CONCAT","features":[75]},{"name":"BCRYPT_KDF_TLS_PRF","features":[75]},{"name":"BCRYPT_KEY_BLOB","features":[75]},{"name":"BCRYPT_KEY_DATA_BLOB","features":[75]},{"name":"BCRYPT_KEY_DATA_BLOB_HEADER","features":[75]},{"name":"BCRYPT_KEY_DATA_BLOB_MAGIC","features":[75]},{"name":"BCRYPT_KEY_DATA_BLOB_VERSION1","features":[75]},{"name":"BCRYPT_KEY_DERIVATION_FUNCTION_TABLE","features":[1,75]},{"name":"BCRYPT_KEY_DERIVATION_INTERFACE","features":[75]},{"name":"BCRYPT_KEY_DERIVATION_OPERATION","features":[75]},{"name":"BCRYPT_KEY_HANDLE","features":[75]},{"name":"BCRYPT_KEY_LENGTH","features":[75]},{"name":"BCRYPT_KEY_LENGTHS","features":[75]},{"name":"BCRYPT_KEY_LENGTHS_STRUCT","features":[75]},{"name":"BCRYPT_KEY_OBJECT_LENGTH","features":[75]},{"name":"BCRYPT_KEY_STRENGTH","features":[75]},{"name":"BCRYPT_KEY_VALIDATION_RANGE","features":[75]},{"name":"BCRYPT_KEY_VALIDATION_RANGE_AND_ORDER","features":[75]},{"name":"BCRYPT_KEY_VALIDATION_REGENERATE","features":[75]},{"name":"BCRYPT_MD2_ALGORITHM","features":[75]},{"name":"BCRYPT_MD2_ALG_HANDLE","features":[75]},{"name":"BCRYPT_MD4_ALGORITHM","features":[75]},{"name":"BCRYPT_MD4_ALG_HANDLE","features":[75]},{"name":"BCRYPT_MD5_ALGORITHM","features":[75]},{"name":"BCRYPT_MD5_ALG_HANDLE","features":[75]},{"name":"BCRYPT_MESSAGE_BLOCK_LENGTH","features":[75]},{"name":"BCRYPT_MULTI_FLAG","features":[75]},{"name":"BCRYPT_MULTI_HASH_OPERATION","features":[75]},{"name":"BCRYPT_MULTI_OBJECT_LENGTH","features":[75]},{"name":"BCRYPT_MULTI_OBJECT_LENGTH_STRUCT","features":[75]},{"name":"BCRYPT_MULTI_OPERATION_TYPE","features":[75]},{"name":"BCRYPT_NO_CURVE_GENERATION_ALG_ID","features":[75]},{"name":"BCRYPT_NO_KEY_VALIDATION","features":[75]},{"name":"BCRYPT_OAEP_PADDING_INFO","features":[75]},{"name":"BCRYPT_OBJECT_ALIGNMENT","features":[75]},{"name":"BCRYPT_OBJECT_LENGTH","features":[75]},{"name":"BCRYPT_OID","features":[75]},{"name":"BCRYPT_OID_LIST","features":[75]},{"name":"BCRYPT_OPAQUE_KEY_BLOB","features":[75]},{"name":"BCRYPT_OPEN_ALGORITHM_PROVIDER_FLAGS","features":[75]},{"name":"BCRYPT_OPERATION","features":[75]},{"name":"BCRYPT_OPERATION_TYPE_HASH","features":[75]},{"name":"BCRYPT_PADDING_SCHEMES","features":[75]},{"name":"BCRYPT_PAD_NONE","features":[75]},{"name":"BCRYPT_PAD_OAEP","features":[75]},{"name":"BCRYPT_PAD_PKCS1","features":[75]},{"name":"BCRYPT_PAD_PKCS1_OPTIONAL_HASH_OID","features":[75]},{"name":"BCRYPT_PAD_PSS","features":[75]},{"name":"BCRYPT_PBKDF2_ALGORITHM","features":[75]},{"name":"BCRYPT_PBKDF2_ALG_HANDLE","features":[75]},{"name":"BCRYPT_PCP_PLATFORM_TYPE_PROPERTY","features":[75]},{"name":"BCRYPT_PCP_PROVIDER_VERSION_PROPERTY","features":[75]},{"name":"BCRYPT_PKCS1_PADDING_INFO","features":[75]},{"name":"BCRYPT_PRIMITIVE_TYPE","features":[75]},{"name":"BCRYPT_PRIVATE_KEY","features":[75]},{"name":"BCRYPT_PRIVATE_KEY_BLOB","features":[75]},{"name":"BCRYPT_PRIVATE_KEY_FLAG","features":[75]},{"name":"BCRYPT_PROVIDER_HANDLE","features":[75]},{"name":"BCRYPT_PROVIDER_NAME","features":[75]},{"name":"BCRYPT_PROV_DISPATCH","features":[75]},{"name":"BCRYPT_PSS_PADDING_INFO","features":[75]},{"name":"BCRYPT_PUBLIC_KEY_BLOB","features":[75]},{"name":"BCRYPT_PUBLIC_KEY_FLAG","features":[75]},{"name":"BCRYPT_PUBLIC_KEY_LENGTH","features":[75]},{"name":"BCRYPT_QUERY_PROVIDER_MODE","features":[75]},{"name":"BCRYPT_RC2_ALGORITHM","features":[75]},{"name":"BCRYPT_RC2_CBC_ALG_HANDLE","features":[75]},{"name":"BCRYPT_RC2_CFB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_RC2_ECB_ALG_HANDLE","features":[75]},{"name":"BCRYPT_RC4_ALGORITHM","features":[75]},{"name":"BCRYPT_RC4_ALG_HANDLE","features":[75]},{"name":"BCRYPT_RESOLVE_PROVIDERS_FLAGS","features":[75]},{"name":"BCRYPT_RNG_ALGORITHM","features":[75]},{"name":"BCRYPT_RNG_ALG_HANDLE","features":[75]},{"name":"BCRYPT_RNG_DUAL_EC_ALGORITHM","features":[75]},{"name":"BCRYPT_RNG_FIPS186_DSA_ALGORITHM","features":[75]},{"name":"BCRYPT_RNG_FUNCTION_TABLE","features":[1,75]},{"name":"BCRYPT_RNG_INTERFACE","features":[75]},{"name":"BCRYPT_RNG_OPERATION","features":[75]},{"name":"BCRYPT_RNG_USE_ENTROPY_IN_BUFFER","features":[75]},{"name":"BCRYPT_RSAFULLPRIVATE_BLOB","features":[75]},{"name":"BCRYPT_RSAFULLPRIVATE_MAGIC","features":[75]},{"name":"BCRYPT_RSAKEY_BLOB","features":[75]},{"name":"BCRYPT_RSAKEY_BLOB_MAGIC","features":[75]},{"name":"BCRYPT_RSAPRIVATE_BLOB","features":[75]},{"name":"BCRYPT_RSAPRIVATE_MAGIC","features":[75]},{"name":"BCRYPT_RSAPUBLIC_BLOB","features":[75]},{"name":"BCRYPT_RSAPUBLIC_MAGIC","features":[75]},{"name":"BCRYPT_RSA_ALGORITHM","features":[75]},{"name":"BCRYPT_RSA_ALG_HANDLE","features":[75]},{"name":"BCRYPT_RSA_SIGN_ALGORITHM","features":[75]},{"name":"BCRYPT_RSA_SIGN_ALG_HANDLE","features":[75]},{"name":"BCRYPT_SECRET_AGREEMENT_FUNCTION_TABLE","features":[1,75]},{"name":"BCRYPT_SECRET_AGREEMENT_INTERFACE","features":[75]},{"name":"BCRYPT_SECRET_AGREEMENT_OPERATION","features":[75]},{"name":"BCRYPT_SECRET_HANDLE","features":[75]},{"name":"BCRYPT_SHA1_ALGORITHM","features":[75]},{"name":"BCRYPT_SHA1_ALG_HANDLE","features":[75]},{"name":"BCRYPT_SHA256_ALGORITHM","features":[75]},{"name":"BCRYPT_SHA256_ALG_HANDLE","features":[75]},{"name":"BCRYPT_SHA384_ALGORITHM","features":[75]},{"name":"BCRYPT_SHA384_ALG_HANDLE","features":[75]},{"name":"BCRYPT_SHA512_ALGORITHM","features":[75]},{"name":"BCRYPT_SHA512_ALG_HANDLE","features":[75]},{"name":"BCRYPT_SIGNATURE_FUNCTION_TABLE","features":[1,75]},{"name":"BCRYPT_SIGNATURE_INTERFACE","features":[75]},{"name":"BCRYPT_SIGNATURE_LENGTH","features":[75]},{"name":"BCRYPT_SIGNATURE_OPERATION","features":[75]},{"name":"BCRYPT_SP800108_CTR_HMAC_ALGORITHM","features":[75]},{"name":"BCRYPT_SP800108_CTR_HMAC_ALG_HANDLE","features":[75]},{"name":"BCRYPT_SP80056A_CONCAT_ALGORITHM","features":[75]},{"name":"BCRYPT_SP80056A_CONCAT_ALG_HANDLE","features":[75]},{"name":"BCRYPT_SUPPORTED_PAD_OAEP","features":[75]},{"name":"BCRYPT_SUPPORTED_PAD_PKCS1_ENC","features":[75]},{"name":"BCRYPT_SUPPORTED_PAD_PKCS1_SIG","features":[75]},{"name":"BCRYPT_SUPPORTED_PAD_PSS","features":[75]},{"name":"BCRYPT_SUPPORTED_PAD_ROUTER","features":[75]},{"name":"BCRYPT_TABLE","features":[75]},{"name":"BCRYPT_TLS1_1_KDF_ALGORITHM","features":[75]},{"name":"BCRYPT_TLS1_1_KDF_ALG_HANDLE","features":[75]},{"name":"BCRYPT_TLS1_2_KDF_ALGORITHM","features":[75]},{"name":"BCRYPT_TLS1_2_KDF_ALG_HANDLE","features":[75]},{"name":"BCRYPT_TLS_CBC_HMAC_VERIFY_FLAG","features":[75]},{"name":"BCRYPT_USE_SYSTEM_PREFERRED_RNG","features":[75]},{"name":"BCRYPT_XTS_AES_ALGORITHM","features":[75]},{"name":"BCRYPT_XTS_AES_ALG_HANDLE","features":[75]},{"name":"BCryptAddContextFunction","features":[1,75]},{"name":"BCryptAddContextFunctionProvider","features":[1,75]},{"name":"BCryptBuffer","features":[75]},{"name":"BCryptBufferDesc","features":[75]},{"name":"BCryptCloseAlgorithmProvider","features":[1,75]},{"name":"BCryptCloseAlgorithmProviderFn","features":[1,75]},{"name":"BCryptConfigureContext","features":[1,75]},{"name":"BCryptConfigureContextFunction","features":[1,75]},{"name":"BCryptCreateContext","features":[1,75]},{"name":"BCryptCreateHash","features":[1,75]},{"name":"BCryptCreateHashFn","features":[1,75]},{"name":"BCryptCreateMultiHash","features":[1,75]},{"name":"BCryptCreateMultiHashFn","features":[1,75]},{"name":"BCryptDecrypt","features":[1,75]},{"name":"BCryptDecryptFn","features":[1,75]},{"name":"BCryptDeleteContext","features":[1,75]},{"name":"BCryptDeriveKey","features":[1,75]},{"name":"BCryptDeriveKeyCapi","features":[1,75]},{"name":"BCryptDeriveKeyCapiFn","features":[1,75]},{"name":"BCryptDeriveKeyFn","features":[1,75]},{"name":"BCryptDeriveKeyPBKDF2","features":[1,75]},{"name":"BCryptDeriveKeyPBKDF2Fn","features":[1,75]},{"name":"BCryptDestroyHash","features":[1,75]},{"name":"BCryptDestroyHashFn","features":[1,75]},{"name":"BCryptDestroyKey","features":[1,75]},{"name":"BCryptDestroyKeyFn","features":[1,75]},{"name":"BCryptDestroySecret","features":[1,75]},{"name":"BCryptDestroySecretFn","features":[1,75]},{"name":"BCryptDuplicateHash","features":[1,75]},{"name":"BCryptDuplicateHashFn","features":[1,75]},{"name":"BCryptDuplicateKey","features":[1,75]},{"name":"BCryptDuplicateKeyFn","features":[1,75]},{"name":"BCryptEncrypt","features":[1,75]},{"name":"BCryptEncryptFn","features":[1,75]},{"name":"BCryptEnumAlgorithms","features":[1,75]},{"name":"BCryptEnumContextFunctionProviders","features":[1,75]},{"name":"BCryptEnumContextFunctions","features":[1,75]},{"name":"BCryptEnumContexts","features":[1,75]},{"name":"BCryptEnumProviders","features":[1,75]},{"name":"BCryptEnumRegisteredProviders","features":[1,75]},{"name":"BCryptExportKey","features":[1,75]},{"name":"BCryptExportKeyFn","features":[1,75]},{"name":"BCryptFinalizeKeyPair","features":[1,75]},{"name":"BCryptFinalizeKeyPairFn","features":[1,75]},{"name":"BCryptFinishHash","features":[1,75]},{"name":"BCryptFinishHashFn","features":[1,75]},{"name":"BCryptFreeBuffer","features":[75]},{"name":"BCryptFreeBufferFn","features":[75]},{"name":"BCryptGenRandom","features":[1,75]},{"name":"BCryptGenRandomFn","features":[1,75]},{"name":"BCryptGenerateKeyPair","features":[1,75]},{"name":"BCryptGenerateKeyPairFn","features":[1,75]},{"name":"BCryptGenerateSymmetricKey","features":[1,75]},{"name":"BCryptGenerateSymmetricKeyFn","features":[1,75]},{"name":"BCryptGetFipsAlgorithmMode","features":[1,75]},{"name":"BCryptGetProperty","features":[1,75]},{"name":"BCryptGetPropertyFn","features":[1,75]},{"name":"BCryptHash","features":[1,75]},{"name":"BCryptHashData","features":[1,75]},{"name":"BCryptHashDataFn","features":[1,75]},{"name":"BCryptImportKey","features":[1,75]},{"name":"BCryptImportKeyFn","features":[1,75]},{"name":"BCryptImportKeyPair","features":[1,75]},{"name":"BCryptImportKeyPairFn","features":[1,75]},{"name":"BCryptKeyDerivation","features":[1,75]},{"name":"BCryptKeyDerivationFn","features":[1,75]},{"name":"BCryptOpenAlgorithmProvider","features":[1,75]},{"name":"BCryptOpenAlgorithmProviderFn","features":[1,75]},{"name":"BCryptProcessMultiOperations","features":[1,75]},{"name":"BCryptProcessMultiOperationsFn","features":[1,75]},{"name":"BCryptQueryContextConfiguration","features":[1,75]},{"name":"BCryptQueryContextFunctionConfiguration","features":[1,75]},{"name":"BCryptQueryContextFunctionProperty","features":[1,75]},{"name":"BCryptQueryProviderRegistration","features":[1,75]},{"name":"BCryptRegisterConfigChangeNotify","features":[1,75]},{"name":"BCryptRegisterProvider","features":[1,75]},{"name":"BCryptRemoveContextFunction","features":[1,75]},{"name":"BCryptRemoveContextFunctionProvider","features":[1,75]},{"name":"BCryptResolveProviders","features":[1,75]},{"name":"BCryptSecretAgreement","features":[1,75]},{"name":"BCryptSecretAgreementFn","features":[1,75]},{"name":"BCryptSetContextFunctionProperty","features":[1,75]},{"name":"BCryptSetProperty","features":[1,75]},{"name":"BCryptSetPropertyFn","features":[1,75]},{"name":"BCryptSignHash","features":[1,75]},{"name":"BCryptSignHashFn","features":[1,75]},{"name":"BCryptUnregisterConfigChangeNotify","features":[1,75]},{"name":"BCryptUnregisterProvider","features":[1,75]},{"name":"BCryptVerifySignature","features":[1,75]},{"name":"BCryptVerifySignatureFn","features":[1,75]},{"name":"CALG_3DES","features":[75]},{"name":"CALG_3DES_112","features":[75]},{"name":"CALG_AES","features":[75]},{"name":"CALG_AES_128","features":[75]},{"name":"CALG_AES_192","features":[75]},{"name":"CALG_AES_256","features":[75]},{"name":"CALG_AGREEDKEY_ANY","features":[75]},{"name":"CALG_CYLINK_MEK","features":[75]},{"name":"CALG_DES","features":[75]},{"name":"CALG_DESX","features":[75]},{"name":"CALG_DH_EPHEM","features":[75]},{"name":"CALG_DH_SF","features":[75]},{"name":"CALG_DSS_SIGN","features":[75]},{"name":"CALG_ECDH","features":[75]},{"name":"CALG_ECDH_EPHEM","features":[75]},{"name":"CALG_ECDSA","features":[75]},{"name":"CALG_ECMQV","features":[75]},{"name":"CALG_HASH_REPLACE_OWF","features":[75]},{"name":"CALG_HMAC","features":[75]},{"name":"CALG_HUGHES_MD5","features":[75]},{"name":"CALG_KEA_KEYX","features":[75]},{"name":"CALG_MAC","features":[75]},{"name":"CALG_MD2","features":[75]},{"name":"CALG_MD4","features":[75]},{"name":"CALG_MD5","features":[75]},{"name":"CALG_NO_SIGN","features":[75]},{"name":"CALG_NULLCIPHER","features":[75]},{"name":"CALG_OID_INFO_CNG_ONLY","features":[75]},{"name":"CALG_OID_INFO_PARAMETERS","features":[75]},{"name":"CALG_PCT1_MASTER","features":[75]},{"name":"CALG_RC2","features":[75]},{"name":"CALG_RC4","features":[75]},{"name":"CALG_RC5","features":[75]},{"name":"CALG_RSA_KEYX","features":[75]},{"name":"CALG_RSA_SIGN","features":[75]},{"name":"CALG_SCHANNEL_ENC_KEY","features":[75]},{"name":"CALG_SCHANNEL_MAC_KEY","features":[75]},{"name":"CALG_SCHANNEL_MASTER_HASH","features":[75]},{"name":"CALG_SEAL","features":[75]},{"name":"CALG_SHA","features":[75]},{"name":"CALG_SHA1","features":[75]},{"name":"CALG_SHA_256","features":[75]},{"name":"CALG_SHA_384","features":[75]},{"name":"CALG_SHA_512","features":[75]},{"name":"CALG_SKIPJACK","features":[75]},{"name":"CALG_SSL2_MASTER","features":[75]},{"name":"CALG_SSL3_MASTER","features":[75]},{"name":"CALG_SSL3_SHAMD5","features":[75]},{"name":"CALG_TEK","features":[75]},{"name":"CALG_THIRDPARTY_CIPHER","features":[75]},{"name":"CALG_THIRDPARTY_HASH","features":[75]},{"name":"CALG_THIRDPARTY_KEY_EXCHANGE","features":[75]},{"name":"CALG_THIRDPARTY_SIGNATURE","features":[75]},{"name":"CALG_TLS1PRF","features":[75]},{"name":"CALG_TLS1_MASTER","features":[75]},{"name":"CARD_3DES_112_ALGORITHM","features":[75]},{"name":"CARD_3DES_ALGORITHM","features":[75]},{"name":"CARD_AES_ALGORITHM","features":[75]},{"name":"CARD_ASYMMETRIC_OPERATION","features":[75]},{"name":"CARD_AUTHENTICATE","features":[75]},{"name":"CARD_AUTHENTICATE_CURRENT_VERSION","features":[75]},{"name":"CARD_AUTHENTICATE_GENERATE_SESSION_PIN","features":[75]},{"name":"CARD_AUTHENTICATE_PIN_CHALLENGE_RESPONSE","features":[75]},{"name":"CARD_AUTHENTICATE_PIN_PIN","features":[75]},{"name":"CARD_AUTHENTICATE_RESPONSE","features":[75]},{"name":"CARD_AUTHENTICATE_RESPONSE_CURRENT_VERSION","features":[75]},{"name":"CARD_AUTHENTICATE_RESPONSE_VERSION_SEVEN","features":[75]},{"name":"CARD_AUTHENTICATE_SESSION_PIN","features":[75]},{"name":"CARD_AUTHENTICATE_VERSION_SEVEN","features":[75]},{"name":"CARD_BUFFER_SIZE_ONLY","features":[75]},{"name":"CARD_CACHE_FILE_CURRENT_VERSION","features":[75]},{"name":"CARD_CACHE_FILE_FORMAT","features":[75]},{"name":"CARD_CAPABILITIES","features":[1,75]},{"name":"CARD_CAPABILITIES_CURRENT_VERSION","features":[75]},{"name":"CARD_CHAIN_MODE_CBC","features":[75]},{"name":"CARD_CHANGE_AUTHENTICATOR","features":[75]},{"name":"CARD_CHANGE_AUTHENTICATOR_CURRENT_VERSION","features":[75]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE","features":[75]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE_CURRENT_VERSION","features":[75]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE_VERSION_SEVEN","features":[75]},{"name":"CARD_CHANGE_AUTHENTICATOR_VERSION_SEVEN","features":[75]},{"name":"CARD_CIPHER_OPERATION","features":[75]},{"name":"CARD_CREATE_CONTAINER_KEY_GEN","features":[75]},{"name":"CARD_CREATE_CONTAINER_KEY_IMPORT","features":[75]},{"name":"CARD_DATA","features":[1,75]},{"name":"CARD_DATA_CURRENT_VERSION","features":[75]},{"name":"CARD_DATA_VALUE_UNKNOWN","features":[75]},{"name":"CARD_DATA_VERSION_FIVE","features":[75]},{"name":"CARD_DATA_VERSION_FOUR","features":[75]},{"name":"CARD_DATA_VERSION_SEVEN","features":[75]},{"name":"CARD_DATA_VERSION_SIX","features":[75]},{"name":"CARD_DERIVE_KEY","features":[75]},{"name":"CARD_DERIVE_KEY_CURRENT_VERSION","features":[75]},{"name":"CARD_DERIVE_KEY_VERSION","features":[75]},{"name":"CARD_DERIVE_KEY_VERSION_TWO","features":[75]},{"name":"CARD_DH_AGREEMENT_INFO","features":[75]},{"name":"CARD_DH_AGREEMENT_INFO_VERSION","features":[75]},{"name":"CARD_DIRECTORY_ACCESS_CONDITION","features":[75]},{"name":"CARD_ENCRYPTED_DATA","features":[75]},{"name":"CARD_FILE_ACCESS_CONDITION","features":[75]},{"name":"CARD_FILE_INFO","features":[75]},{"name":"CARD_FILE_INFO_CURRENT_VERSION","features":[75]},{"name":"CARD_FREE_SPACE_INFO","features":[75]},{"name":"CARD_FREE_SPACE_INFO_CURRENT_VERSION","features":[75]},{"name":"CARD_IMPORT_KEYPAIR","features":[75]},{"name":"CARD_IMPORT_KEYPAIR_CURRENT_VERSION","features":[75]},{"name":"CARD_IMPORT_KEYPAIR_VERSION_SEVEN","features":[75]},{"name":"CARD_KEY_IMPORT_ECC_KEYEST","features":[75]},{"name":"CARD_KEY_IMPORT_PLAIN_TEXT","features":[75]},{"name":"CARD_KEY_IMPORT_RSA_KEYEST","features":[75]},{"name":"CARD_KEY_IMPORT_SHARED_SYMMETRIC","features":[75]},{"name":"CARD_KEY_SIZES","features":[75]},{"name":"CARD_KEY_SIZES_CURRENT_VERSION","features":[75]},{"name":"CARD_PADDING_INFO_PRESENT","features":[75]},{"name":"CARD_PADDING_NONE","features":[75]},{"name":"CARD_PADDING_OAEP","features":[75]},{"name":"CARD_PADDING_PKCS1","features":[75]},{"name":"CARD_PADDING_PSS","features":[75]},{"name":"CARD_PIN_SILENT_CONTEXT","features":[75]},{"name":"CARD_PIN_STRENGTH_PLAINTEXT","features":[75]},{"name":"CARD_PIN_STRENGTH_SESSION_PIN","features":[75]},{"name":"CARD_RETURN_KEY_HANDLE","features":[75]},{"name":"CARD_RSA_DECRYPT_INFO","features":[75]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_CURRENT_VERSION","features":[75]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_VERSION_ONE","features":[75]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_VERSION_TWO","features":[75]},{"name":"CARD_SECURE_KEY_INJECTION_NO_CARD_MODE","features":[75]},{"name":"CARD_SIGNING_INFO","features":[75]},{"name":"CARD_SIGNING_INFO_BASIC_VERSION","features":[75]},{"name":"CARD_SIGNING_INFO_CURRENT_VERSION","features":[75]},{"name":"CASetupProperty","features":[75]},{"name":"CCP_ASSOCIATED_ECDH_KEY","features":[75]},{"name":"CCP_CONTAINER_INFO","features":[75]},{"name":"CCP_PIN_IDENTIFIER","features":[75]},{"name":"CCertSrvSetup","features":[75]},{"name":"CCertSrvSetupKeyInformation","features":[75]},{"name":"CCertificateEnrollmentPolicyServerSetup","features":[75]},{"name":"CCertificateEnrollmentServerSetup","features":[75]},{"name":"CEPSetupProperty","features":[75]},{"name":"CERTIFICATE_CHAIN_BLOB","features":[75]},{"name":"CERT_ACCESS_DESCRIPTION","features":[75]},{"name":"CERT_ACCESS_STATE_GP_SYSTEM_STORE_FLAG","features":[75]},{"name":"CERT_ACCESS_STATE_LM_SYSTEM_STORE_FLAG","features":[75]},{"name":"CERT_ACCESS_STATE_PROP_ID","features":[75]},{"name":"CERT_ACCESS_STATE_SHARED_USER_FLAG","features":[75]},{"name":"CERT_ACCESS_STATE_SYSTEM_STORE_FLAG","features":[75]},{"name":"CERT_ACCESS_STATE_WRITE_PERSIST_FLAG","features":[75]},{"name":"CERT_AIA_URL_RETRIEVED_PROP_ID","features":[75]},{"name":"CERT_ALT_NAME_EDI_PARTY_NAME","features":[75]},{"name":"CERT_ALT_NAME_ENTRY","features":[75]},{"name":"CERT_ALT_NAME_ENTRY_ERR_INDEX_MASK","features":[75]},{"name":"CERT_ALT_NAME_ENTRY_ERR_INDEX_SHIFT","features":[75]},{"name":"CERT_ALT_NAME_INFO","features":[75]},{"name":"CERT_ALT_NAME_VALUE_ERR_INDEX_MASK","features":[75]},{"name":"CERT_ALT_NAME_VALUE_ERR_INDEX_SHIFT","features":[75]},{"name":"CERT_ALT_NAME_X400_ADDRESS","features":[75]},{"name":"CERT_ARCHIVED_KEY_HASH_PROP_ID","features":[75]},{"name":"CERT_ARCHIVED_PROP_ID","features":[75]},{"name":"CERT_AUTHORITY_INFO_ACCESS","features":[75]},{"name":"CERT_AUTHORITY_INFO_ACCESS_PROP_ID","features":[75]},{"name":"CERT_AUTHORITY_KEY_ID2_INFO","features":[75]},{"name":"CERT_AUTHORITY_KEY_ID_INFO","features":[75]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_DISABLE_PARTIAL_CHAIN_LOGGING_FLAG","features":[75]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_DISABLE_UNTRUSTED_ROOT_LOGGING_FLAG","features":[75]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[75]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_FLAGS_VALUE_NAME","features":[75]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[75]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_ROOT_DIR_URL_VALUE_NAME","features":[75]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[75]},{"name":"CERT_AUTH_ROOT_CAB_FILENAME","features":[75]},{"name":"CERT_AUTH_ROOT_CERT_EXT","features":[75]},{"name":"CERT_AUTH_ROOT_CTL_FILENAME","features":[75]},{"name":"CERT_AUTH_ROOT_CTL_FILENAME_A","features":[75]},{"name":"CERT_AUTH_ROOT_SEQ_FILENAME","features":[75]},{"name":"CERT_AUTH_ROOT_SHA256_HASH_PROP_ID","features":[75]},{"name":"CERT_AUTO_ENROLL_PROP_ID","features":[75]},{"name":"CERT_AUTO_ENROLL_RETRY_PROP_ID","features":[75]},{"name":"CERT_AUTO_UPDATE_DISABLE_RANDOM_QUERY_STRING_FLAG","features":[75]},{"name":"CERT_AUTO_UPDATE_ROOT_DIR_URL_VALUE_NAME","features":[75]},{"name":"CERT_AUTO_UPDATE_SYNC_FROM_DIR_URL_VALUE_NAME","features":[75]},{"name":"CERT_BACKED_UP_PROP_ID","features":[75]},{"name":"CERT_BASIC_CONSTRAINTS2_INFO","features":[1,75]},{"name":"CERT_BASIC_CONSTRAINTS_INFO","features":[1,75]},{"name":"CERT_BIOMETRIC_DATA","features":[75]},{"name":"CERT_BIOMETRIC_DATA_TYPE","features":[75]},{"name":"CERT_BIOMETRIC_EXT_INFO","features":[75]},{"name":"CERT_BIOMETRIC_OID_DATA_CHOICE","features":[75]},{"name":"CERT_BIOMETRIC_PICTURE_TYPE","features":[75]},{"name":"CERT_BIOMETRIC_PREDEFINED_DATA_CHOICE","features":[75]},{"name":"CERT_BIOMETRIC_SIGNATURE_TYPE","features":[75]},{"name":"CERT_BUNDLE_CERTIFICATE","features":[75]},{"name":"CERT_BUNDLE_CRL","features":[75]},{"name":"CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG","features":[75]},{"name":"CERT_CA_DISABLE_CRL_PROP_ID","features":[75]},{"name":"CERT_CA_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[75]},{"name":"CERT_CA_SUBJECT_FLAG","features":[75]},{"name":"CERT_CEP_PROP_ID","features":[75]},{"name":"CERT_CHAIN","features":[75]},{"name":"CERT_CHAIN_AUTO_CURRENT_USER","features":[75]},{"name":"CERT_CHAIN_AUTO_FLAGS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_AUTO_FLUSH_DISABLE_FLAG","features":[75]},{"name":"CERT_CHAIN_AUTO_FLUSH_FIRST_DELTA_SECONDS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_AUTO_FLUSH_NEXT_DELTA_SECONDS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_AUTO_HPKP_RULE_INFO","features":[75]},{"name":"CERT_CHAIN_AUTO_IMPERSONATED","features":[75]},{"name":"CERT_CHAIN_AUTO_LOCAL_MACHINE","features":[75]},{"name":"CERT_CHAIN_AUTO_LOG_CREATE_FLAG","features":[75]},{"name":"CERT_CHAIN_AUTO_LOG_FILE_NAME_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_AUTO_LOG_FLUSH_FLAG","features":[75]},{"name":"CERT_CHAIN_AUTO_LOG_FREE_FLAG","features":[75]},{"name":"CERT_CHAIN_AUTO_NETWORK_INFO","features":[75]},{"name":"CERT_CHAIN_AUTO_PINRULE_INFO","features":[75]},{"name":"CERT_CHAIN_AUTO_PROCESS_INFO","features":[75]},{"name":"CERT_CHAIN_AUTO_SERIAL_LOCAL_MACHINE","features":[75]},{"name":"CERT_CHAIN_CACHE_END_CERT","features":[75]},{"name":"CERT_CHAIN_CACHE_ONLY_URL_RETRIEVAL","features":[75]},{"name":"CERT_CHAIN_CACHE_RESYNC_FILETIME_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_CONFIG_REGPATH","features":[75]},{"name":"CERT_CHAIN_CONTEXT","features":[1,75]},{"name":"CERT_CHAIN_CRL_VALIDITY_EXT_PERIOD_HOURS_DEFAULT","features":[75]},{"name":"CERT_CHAIN_CRL_VALIDITY_EXT_PERIOD_HOURS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_CROSS_CERT_DOWNLOAD_INTERVAL_HOURS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_DEFAULT_CONFIG_SUBDIR","features":[75]},{"name":"CERT_CHAIN_DISABLE_AIA","features":[75]},{"name":"CERT_CHAIN_DISABLE_AIA_URL_RETRIEVAL_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_DISABLE_ALL_EKU_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_AUTH_ROOT_AUTO_UPDATE","features":[75]},{"name":"CERT_CHAIN_DISABLE_AUTO_FLUSH_PROCESS_NAME_LIST_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_DISABLE_CA_NAME_CONSTRAINTS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_DISABLE_CODE_SIGNING_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_ECC_PARA_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_FILE_HASH_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_MANDATORY_BASIC_CONSTRAINTS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_DISABLE_MD2_MD4","features":[75]},{"name":"CERT_CHAIN_DISABLE_MOTW_CODE_SIGNING_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_MOTW_FILE_HASH_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_MOTW_TIMESTAMP_HASH_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_MOTW_TIMESTAMP_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_MY_PEER_TRUST","features":[75]},{"name":"CERT_CHAIN_DISABLE_OPT_IN_SERVER_AUTH_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_PASS1_QUALITY_FILTERING","features":[75]},{"name":"CERT_CHAIN_DISABLE_SERIAL_CHAIN_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_DISABLE_SERVER_AUTH_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_SYNC_WITH_SSL_TIME_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_DISABLE_TIMESTAMP_HASH_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_TIMESTAMP_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_DISABLE_UNSUPPORTED_CRITICAL_EXTENSIONS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_ELEMENT","features":[1,75]},{"name":"CERT_CHAIN_ENABLE_ALL_EKU_HYGIENE_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_CACHE_AUTO_UPDATE","features":[75]},{"name":"CERT_CHAIN_ENABLE_CODE_SIGNING_HYGIENE_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_DISALLOWED_CA","features":[75]},{"name":"CERT_CHAIN_ENABLE_MD2_MD4_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_MOTW_CODE_SIGNING_HYGIENE_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_MOTW_TIMESTAMP_HYGIENE_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_ONLY_WEAK_LOGGING_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_PEER_TRUST","features":[75]},{"name":"CERT_CHAIN_ENABLE_SERVER_AUTH_HYGIENE_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_SHARE_STORE","features":[75]},{"name":"CERT_CHAIN_ENABLE_TIMESTAMP_HYGIENE_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_WEAK_LOGGING_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_WEAK_RSA_ROOT_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_WEAK_SETTINGS_FLAG","features":[75]},{"name":"CERT_CHAIN_ENABLE_WEAK_SIGNATURE_FLAGS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_ENGINE_CONFIG","features":[75]},{"name":"CERT_CHAIN_EXCLUSIVE_ENABLE_CA_FLAG","features":[75]},{"name":"CERT_CHAIN_FIND_BY_ISSUER","features":[75]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG","features":[75]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG","features":[75]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG","features":[75]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG","features":[75]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG","features":[75]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG","features":[75]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_PARA","features":[1,75]},{"name":"CERT_CHAIN_HAS_MOTW","features":[75]},{"name":"CERT_CHAIN_MAX_AIA_URL_COUNT_IN_CERT_DEFAULT","features":[75]},{"name":"CERT_CHAIN_MAX_AIA_URL_COUNT_IN_CERT_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_BYTE_COUNT_DEFAULT","features":[75]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_BYTE_COUNT_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_CERT_COUNT_DEFAULT","features":[75]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_CERT_COUNT_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_COUNT_PER_CHAIN_DEFAULT","features":[75]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_COUNT_PER_CHAIN_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_DEFAULT","features":[75]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_DISABLE","features":[75]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_MAX_URL_RETRIEVAL_BYTE_COUNT_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_MIN_PUB_KEY_BIT_LENGTH_DISABLE","features":[75]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_DEFAULT","features":[75]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_DISABLE","features":[75]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_MOTW_IGNORE_AFTER_TIME_WEAK_FLAG","features":[75]},{"name":"CERT_CHAIN_OCSP_VALIDITY_SECONDS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_ONLY_ADDITIONAL_AND_AUTH_ROOT","features":[75]},{"name":"CERT_CHAIN_OPTIONS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_OPTION_DISABLE_AIA_URL_RETRIEVAL","features":[75]},{"name":"CERT_CHAIN_OPTION_ENABLE_SIA_URL_RETRIEVAL","features":[75]},{"name":"CERT_CHAIN_OPT_IN_WEAK_FLAGS","features":[75]},{"name":"CERT_CHAIN_OPT_IN_WEAK_SIGNATURE","features":[75]},{"name":"CERT_CHAIN_PARA","features":[1,75]},{"name":"CERT_CHAIN_POLICY_ALLOW_TESTROOT_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_ALLOW_UNKNOWN_CA_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_AUTHENTICODE","features":[75]},{"name":"CERT_CHAIN_POLICY_AUTHENTICODE_TS","features":[75]},{"name":"CERT_CHAIN_POLICY_BASE","features":[75]},{"name":"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS","features":[75]},{"name":"CERT_CHAIN_POLICY_EV","features":[75]},{"name":"CERT_CHAIN_POLICY_FLAGS","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_ALL_NOT_TIME_VALID_FLAGS","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_ALL_REV_UNKNOWN_FLAGS","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_CA_REV_UNKNOWN_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_CTL_NOT_TIME_VALID_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_CTL_SIGNER_REV_UNKNOWN_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_END_REV_UNKNOWN_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_BASIC_CONSTRAINTS_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_NAME_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_POLICY_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_SUPPORTED_CRITICAL_EXT_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_TIME_NESTED_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_TIME_VALID_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_PEER_TRUST_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_ROOT_REV_UNKNOWN_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_WEAK_SIGNATURE_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG","features":[75]},{"name":"CERT_CHAIN_POLICY_MICROSOFT_ROOT","features":[75]},{"name":"CERT_CHAIN_POLICY_NT_AUTH","features":[75]},{"name":"CERT_CHAIN_POLICY_PARA","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_F12","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_F12_ERROR_LEVEL","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_F12_NONE_CATEGORY","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_F12_ROOT_PROGRAM_CATEGORY","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_F12_SUCCESS_LEVEL","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_F12_WARNING_LEVEL","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_F12_WEAK_CRYPTO_CATEGORY","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_HPKP_HEADER","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MISMATCH_ERROR","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MISMATCH_WARNING","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MITM_ERROR","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MITM_WARNING","features":[75]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_SUCCESS","features":[75]},{"name":"CERT_CHAIN_POLICY_STATUS","features":[75]},{"name":"CERT_CHAIN_POLICY_THIRD_PARTY_ROOT","features":[75]},{"name":"CERT_CHAIN_POLICY_TRUST_TESTROOT_FLAG","features":[75]},{"name":"CERT_CHAIN_RETURN_LOWER_QUALITY_CONTEXTS","features":[75]},{"name":"CERT_CHAIN_REVOCATION_ACCUMULATIVE_TIMEOUT","features":[75]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CACHE_ONLY","features":[75]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CHAIN","features":[75]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[75]},{"name":"CERT_CHAIN_REVOCATION_CHECK_END_CERT","features":[75]},{"name":"CERT_CHAIN_REVOCATION_CHECK_OCSP_CERT","features":[75]},{"name":"CERT_CHAIN_REV_ACCUMULATIVE_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_SERIAL_CHAIN_LOG_FILE_NAME_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_SSL_HANDSHAKE_LOG_FILE_NAME_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_STRONG_SIGN_DISABLE_END_CHECK_FLAG","features":[75]},{"name":"CERT_CHAIN_THREAD_STORE_SYNC","features":[75]},{"name":"CERT_CHAIN_TIMESTAMP_TIME","features":[75]},{"name":"CERT_CHAIN_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_USE_LOCAL_MACHINE_STORE","features":[75]},{"name":"CERT_CHAIN_WEAK_AFTER_TIME_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_ALL_CONFIG_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_FILE_HASH_AFTER_TIME_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_FLAGS_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_HYGIENE_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_MIN_BIT_LENGTH_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_PREFIX_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_RSA_PUB_KEY_TIME_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_SHA256_ALLOW_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_SIGNATURE_LOG_DIR_VALUE_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_THIRD_PARTY_CONFIG_NAME","features":[75]},{"name":"CERT_CHAIN_WEAK_TIMESTAMP_HASH_AFTER_TIME_NAME","features":[75]},{"name":"CERT_CLOSE_STORE_CHECK_FLAG","features":[75]},{"name":"CERT_CLOSE_STORE_FORCE_FLAG","features":[75]},{"name":"CERT_CLR_DELETE_KEY_PROP_ID","features":[75]},{"name":"CERT_COMPARE_ANY","features":[75]},{"name":"CERT_COMPARE_ATTR","features":[75]},{"name":"CERT_COMPARE_CERT_ID","features":[75]},{"name":"CERT_COMPARE_CROSS_CERT_DIST_POINTS","features":[75]},{"name":"CERT_COMPARE_CTL_USAGE","features":[75]},{"name":"CERT_COMPARE_ENHKEY_USAGE","features":[75]},{"name":"CERT_COMPARE_EXISTING","features":[75]},{"name":"CERT_COMPARE_HASH","features":[75]},{"name":"CERT_COMPARE_HASH_STR","features":[75]},{"name":"CERT_COMPARE_HAS_PRIVATE_KEY","features":[75]},{"name":"CERT_COMPARE_ISSUER_OF","features":[75]},{"name":"CERT_COMPARE_KEY_IDENTIFIER","features":[75]},{"name":"CERT_COMPARE_KEY_SPEC","features":[75]},{"name":"CERT_COMPARE_MASK","features":[75]},{"name":"CERT_COMPARE_MD5_HASH","features":[75]},{"name":"CERT_COMPARE_NAME","features":[75]},{"name":"CERT_COMPARE_NAME_STR_A","features":[75]},{"name":"CERT_COMPARE_NAME_STR_W","features":[75]},{"name":"CERT_COMPARE_PROPERTY","features":[75]},{"name":"CERT_COMPARE_PUBKEY_MD5_HASH","features":[75]},{"name":"CERT_COMPARE_PUBLIC_KEY","features":[75]},{"name":"CERT_COMPARE_SHA1_HASH","features":[75]},{"name":"CERT_COMPARE_SHIFT","features":[75]},{"name":"CERT_COMPARE_SIGNATURE_HASH","features":[75]},{"name":"CERT_COMPARE_SUBJECT_CERT","features":[75]},{"name":"CERT_COMPARE_SUBJECT_INFO_ACCESS","features":[75]},{"name":"CERT_CONTEXT","features":[1,75]},{"name":"CERT_CONTEXT_REVOCATION_TYPE","features":[75]},{"name":"CERT_CONTROL_STORE_FLAGS","features":[75]},{"name":"CERT_CREATE_CONTEXT_NOCOPY_FLAG","features":[75]},{"name":"CERT_CREATE_CONTEXT_NO_ENTRY_FLAG","features":[75]},{"name":"CERT_CREATE_CONTEXT_NO_HCRYPTMSG_FLAG","features":[75]},{"name":"CERT_CREATE_CONTEXT_PARA","features":[1,75]},{"name":"CERT_CREATE_CONTEXT_SORTED_FLAG","features":[75]},{"name":"CERT_CREATE_SELFSIGN_FLAGS","features":[75]},{"name":"CERT_CREATE_SELFSIGN_NO_KEY_INFO","features":[75]},{"name":"CERT_CREATE_SELFSIGN_NO_SIGN","features":[75]},{"name":"CERT_CRL_CONTEXT_PAIR","features":[1,75]},{"name":"CERT_CRL_SIGN_KEY_USAGE","features":[75]},{"name":"CERT_CROSS_CERT_DIST_POINTS_PROP_ID","features":[75]},{"name":"CERT_CTL_USAGE_PROP_ID","features":[75]},{"name":"CERT_DATA_ENCIPHERMENT_KEY_USAGE","features":[75]},{"name":"CERT_DATE_STAMP_PROP_ID","features":[75]},{"name":"CERT_DECIPHER_ONLY_KEY_USAGE","features":[75]},{"name":"CERT_DEFAULT_OID_PUBLIC_KEY_SIGN","features":[75]},{"name":"CERT_DEFAULT_OID_PUBLIC_KEY_XCHG","features":[75]},{"name":"CERT_DESCRIPTION_PROP_ID","features":[75]},{"name":"CERT_DH_PARAMETERS","features":[75]},{"name":"CERT_DIGITAL_SIGNATURE_KEY_USAGE","features":[75]},{"name":"CERT_DISABLE_PIN_RULES_AUTO_UPDATE_VALUE_NAME","features":[75]},{"name":"CERT_DISABLE_ROOT_AUTO_UPDATE_VALUE_NAME","features":[75]},{"name":"CERT_DISALLOWED_CA_FILETIME_PROP_ID","features":[75]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[75]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[75]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_LIST_IDENTIFIER","features":[75]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[75]},{"name":"CERT_DISALLOWED_CERT_CAB_FILENAME","features":[75]},{"name":"CERT_DISALLOWED_CERT_CTL_FILENAME","features":[75]},{"name":"CERT_DISALLOWED_CERT_CTL_FILENAME_A","features":[75]},{"name":"CERT_DISALLOWED_ENHKEY_USAGE_PROP_ID","features":[75]},{"name":"CERT_DISALLOWED_FILETIME_PROP_ID","features":[75]},{"name":"CERT_DSS_PARAMETERS","features":[75]},{"name":"CERT_DSS_R_LEN","features":[75]},{"name":"CERT_DSS_S_LEN","features":[75]},{"name":"CERT_ECC_SIGNATURE","features":[75]},{"name":"CERT_EFSBLOB_VALUE_NAME","features":[75]},{"name":"CERT_EFS_PROP_ID","features":[75]},{"name":"CERT_ENABLE_DISALLOWED_CERT_AUTO_UPDATE_VALUE_NAME","features":[75]},{"name":"CERT_ENCIPHER_ONLY_KEY_USAGE","features":[75]},{"name":"CERT_ENCODING_TYPE_MASK","features":[75]},{"name":"CERT_END_ENTITY_SUBJECT_FLAG","features":[75]},{"name":"CERT_ENHKEY_USAGE_PROP_ID","features":[75]},{"name":"CERT_ENROLLMENT_PROP_ID","features":[75]},{"name":"CERT_EXCLUDED_SUBTREE_BIT","features":[75]},{"name":"CERT_EXTENDED_ERROR_INFO_PROP_ID","features":[75]},{"name":"CERT_EXTENSION","features":[1,75]},{"name":"CERT_EXTENSIONS","features":[1,75]},{"name":"CERT_FILE_HASH_USE_TYPE","features":[75]},{"name":"CERT_FILE_STORE_COMMIT_ENABLE_FLAG","features":[75]},{"name":"CERT_FIND_ANY","features":[75]},{"name":"CERT_FIND_CERT_ID","features":[75]},{"name":"CERT_FIND_CHAIN_IN_STORE_FLAGS","features":[75]},{"name":"CERT_FIND_CROSS_CERT_DIST_POINTS","features":[75]},{"name":"CERT_FIND_CTL_USAGE","features":[75]},{"name":"CERT_FIND_ENHKEY_USAGE","features":[75]},{"name":"CERT_FIND_EXISTING","features":[75]},{"name":"CERT_FIND_EXT_ONLY_CTL_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_FLAGS","features":[75]},{"name":"CERT_FIND_HASH","features":[75]},{"name":"CERT_FIND_HASH_STR","features":[75]},{"name":"CERT_FIND_HAS_PRIVATE_KEY","features":[75]},{"name":"CERT_FIND_ISSUER_ATTR","features":[75]},{"name":"CERT_FIND_ISSUER_NAME","features":[75]},{"name":"CERT_FIND_ISSUER_OF","features":[75]},{"name":"CERT_FIND_ISSUER_STR","features":[75]},{"name":"CERT_FIND_ISSUER_STR_A","features":[75]},{"name":"CERT_FIND_ISSUER_STR_W","features":[75]},{"name":"CERT_FIND_KEY_IDENTIFIER","features":[75]},{"name":"CERT_FIND_KEY_SPEC","features":[75]},{"name":"CERT_FIND_MD5_HASH","features":[75]},{"name":"CERT_FIND_NO_CTL_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_NO_ENHKEY_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_OPTIONAL_CTL_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_OR_CTL_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_OR_ENHKEY_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_PROPERTY","features":[75]},{"name":"CERT_FIND_PROP_ONLY_CTL_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_PROP_ONLY_ENHKEY_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_PUBKEY_MD5_HASH","features":[75]},{"name":"CERT_FIND_PUBLIC_KEY","features":[75]},{"name":"CERT_FIND_SHA1_HASH","features":[75]},{"name":"CERT_FIND_SIGNATURE_HASH","features":[75]},{"name":"CERT_FIND_SUBJECT_ATTR","features":[75]},{"name":"CERT_FIND_SUBJECT_CERT","features":[75]},{"name":"CERT_FIND_SUBJECT_INFO_ACCESS","features":[75]},{"name":"CERT_FIND_SUBJECT_NAME","features":[75]},{"name":"CERT_FIND_SUBJECT_STR","features":[75]},{"name":"CERT_FIND_SUBJECT_STR_A","features":[75]},{"name":"CERT_FIND_SUBJECT_STR_W","features":[75]},{"name":"CERT_FIND_TYPE","features":[75]},{"name":"CERT_FIND_VALID_CTL_USAGE_FLAG","features":[75]},{"name":"CERT_FIND_VALID_ENHKEY_USAGE_FLAG","features":[75]},{"name":"CERT_FIRST_RESERVED_PROP_ID","features":[75]},{"name":"CERT_FIRST_USER_PROP_ID","features":[75]},{"name":"CERT_FORTEZZA_DATA_PROP","features":[75]},{"name":"CERT_FORTEZZA_DATA_PROP_ID","features":[75]},{"name":"CERT_FRIENDLY_NAME_PROP_ID","features":[75]},{"name":"CERT_GENERAL_SUBTREE","features":[1,75]},{"name":"CERT_GROUP_POLICY_SYSTEM_STORE_REGPATH","features":[75]},{"name":"CERT_HASHED_URL","features":[75]},{"name":"CERT_HASH_PROP_ID","features":[75]},{"name":"CERT_HCRYPTPROV_OR_NCRYPT_KEY_HANDLE_PROP_ID","features":[75]},{"name":"CERT_HCRYPTPROV_TRANSFER_PROP_ID","features":[75]},{"name":"CERT_ID","features":[75]},{"name":"CERT_ID_ISSUER_SERIAL_NUMBER","features":[75]},{"name":"CERT_ID_KEY_IDENTIFIER","features":[75]},{"name":"CERT_ID_OPTION","features":[75]},{"name":"CERT_ID_SHA1_HASH","features":[75]},{"name":"CERT_IE30_RESERVED_PROP_ID","features":[75]},{"name":"CERT_IE_DIRTY_FLAGS_REGPATH","features":[75]},{"name":"CERT_INFO","features":[1,75]},{"name":"CERT_INFO_EXTENSION_FLAG","features":[75]},{"name":"CERT_INFO_ISSUER_FLAG","features":[75]},{"name":"CERT_INFO_ISSUER_UNIQUE_ID_FLAG","features":[75]},{"name":"CERT_INFO_NOT_AFTER_FLAG","features":[75]},{"name":"CERT_INFO_NOT_BEFORE_FLAG","features":[75]},{"name":"CERT_INFO_SERIAL_NUMBER_FLAG","features":[75]},{"name":"CERT_INFO_SIGNATURE_ALGORITHM_FLAG","features":[75]},{"name":"CERT_INFO_SUBJECT_FLAG","features":[75]},{"name":"CERT_INFO_SUBJECT_PUBLIC_KEY_INFO_FLAG","features":[75]},{"name":"CERT_INFO_SUBJECT_UNIQUE_ID_FLAG","features":[75]},{"name":"CERT_INFO_VERSION_FLAG","features":[75]},{"name":"CERT_ISOLATED_KEY_PROP_ID","features":[75]},{"name":"CERT_ISSUER_CHAIN_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[75]},{"name":"CERT_ISSUER_CHAIN_SIGN_HASH_CNG_ALG_PROP_ID","features":[75]},{"name":"CERT_ISSUER_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[75]},{"name":"CERT_ISSUER_PUB_KEY_BIT_LENGTH_PROP_ID","features":[75]},{"name":"CERT_ISSUER_SERIAL_NUMBER","features":[75]},{"name":"CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[75]},{"name":"CERT_KEYGEN_REQUEST_INFO","features":[75]},{"name":"CERT_KEYGEN_REQUEST_V1","features":[75]},{"name":"CERT_KEY_AGREEMENT_KEY_USAGE","features":[75]},{"name":"CERT_KEY_ATTRIBUTES_INFO","features":[1,75]},{"name":"CERT_KEY_CERT_SIGN_KEY_USAGE","features":[75]},{"name":"CERT_KEY_CLASSIFICATION_PROP_ID","features":[75]},{"name":"CERT_KEY_CONTEXT","features":[75]},{"name":"CERT_KEY_CONTEXT_PROP_ID","features":[75]},{"name":"CERT_KEY_ENCIPHERMENT_KEY_USAGE","features":[75]},{"name":"CERT_KEY_IDENTIFIER_PROP_ID","features":[75]},{"name":"CERT_KEY_PROV_HANDLE_PROP_ID","features":[75]},{"name":"CERT_KEY_PROV_INFO_PROP_ID","features":[75]},{"name":"CERT_KEY_REPAIR_ATTEMPTED_PROP_ID","features":[75]},{"name":"CERT_KEY_SPEC","features":[75]},{"name":"CERT_KEY_SPEC_PROP_ID","features":[75]},{"name":"CERT_KEY_USAGE_RESTRICTION_INFO","features":[75]},{"name":"CERT_LAST_RESERVED_PROP_ID","features":[75]},{"name":"CERT_LAST_USER_PROP_ID","features":[75]},{"name":"CERT_LDAP_STORE_AREC_EXCLUSIVE_FLAG","features":[75]},{"name":"CERT_LDAP_STORE_OPENED_FLAG","features":[75]},{"name":"CERT_LDAP_STORE_OPENED_PARA","features":[75]},{"name":"CERT_LDAP_STORE_SIGN_FLAG","features":[75]},{"name":"CERT_LDAP_STORE_UNBIND_FLAG","features":[75]},{"name":"CERT_LOCAL_MACHINE_SYSTEM_STORE_REGPATH","features":[75]},{"name":"CERT_LOGOTYPE_AUDIO","features":[75]},{"name":"CERT_LOGOTYPE_AUDIO_INFO","features":[75]},{"name":"CERT_LOGOTYPE_BITS_IMAGE_RESOLUTION_CHOICE","features":[75]},{"name":"CERT_LOGOTYPE_CHOICE","features":[75]},{"name":"CERT_LOGOTYPE_COLOR_IMAGE_INFO_CHOICE","features":[75]},{"name":"CERT_LOGOTYPE_DATA","features":[75]},{"name":"CERT_LOGOTYPE_DETAILS","features":[75]},{"name":"CERT_LOGOTYPE_DIRECT_INFO_CHOICE","features":[75]},{"name":"CERT_LOGOTYPE_EXT_INFO","features":[75]},{"name":"CERT_LOGOTYPE_GRAY_SCALE_IMAGE_INFO_CHOICE","features":[75]},{"name":"CERT_LOGOTYPE_IMAGE","features":[75]},{"name":"CERT_LOGOTYPE_IMAGE_INFO","features":[75]},{"name":"CERT_LOGOTYPE_IMAGE_INFO_TYPE","features":[75]},{"name":"CERT_LOGOTYPE_INDIRECT_INFO_CHOICE","features":[75]},{"name":"CERT_LOGOTYPE_INFO","features":[75]},{"name":"CERT_LOGOTYPE_NO_IMAGE_RESOLUTION_CHOICE","features":[75]},{"name":"CERT_LOGOTYPE_OPTION","features":[75]},{"name":"CERT_LOGOTYPE_REFERENCE","features":[75]},{"name":"CERT_LOGOTYPE_TABLE_SIZE_IMAGE_RESOLUTION_CHOICE","features":[75]},{"name":"CERT_MD5_HASH_PROP_ID","features":[75]},{"name":"CERT_NAME_ATTR_TYPE","features":[75]},{"name":"CERT_NAME_CONSTRAINTS_INFO","features":[1,75]},{"name":"CERT_NAME_DISABLE_IE4_UTF8_FLAG","features":[75]},{"name":"CERT_NAME_DNS_TYPE","features":[75]},{"name":"CERT_NAME_EMAIL_TYPE","features":[75]},{"name":"CERT_NAME_FRIENDLY_DISPLAY_TYPE","features":[75]},{"name":"CERT_NAME_INFO","features":[75]},{"name":"CERT_NAME_ISSUER_FLAG","features":[75]},{"name":"CERT_NAME_RDN_TYPE","features":[75]},{"name":"CERT_NAME_SEARCH_ALL_NAMES_FLAG","features":[75]},{"name":"CERT_NAME_SIMPLE_DISPLAY_TYPE","features":[75]},{"name":"CERT_NAME_STR_COMMA_FLAG","features":[75]},{"name":"CERT_NAME_STR_CRLF_FLAG","features":[75]},{"name":"CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG","features":[75]},{"name":"CERT_NAME_STR_DISABLE_UTF8_DIR_STR_FLAG","features":[75]},{"name":"CERT_NAME_STR_ENABLE_PUNYCODE_FLAG","features":[75]},{"name":"CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG","features":[75]},{"name":"CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG","features":[75]},{"name":"CERT_NAME_STR_FORCE_UTF8_DIR_STR_FLAG","features":[75]},{"name":"CERT_NAME_STR_FORWARD_FLAG","features":[75]},{"name":"CERT_NAME_STR_NO_PLUS_FLAG","features":[75]},{"name":"CERT_NAME_STR_NO_QUOTING_FLAG","features":[75]},{"name":"CERT_NAME_STR_REVERSE_FLAG","features":[75]},{"name":"CERT_NAME_STR_SEMICOLON_FLAG","features":[75]},{"name":"CERT_NAME_UPN_TYPE","features":[75]},{"name":"CERT_NAME_URL_TYPE","features":[75]},{"name":"CERT_NAME_VALUE","features":[75]},{"name":"CERT_NCRYPT_KEY_HANDLE_PROP_ID","features":[75]},{"name":"CERT_NCRYPT_KEY_HANDLE_TRANSFER_PROP_ID","features":[75]},{"name":"CERT_NCRYPT_KEY_SPEC","features":[75]},{"name":"CERT_NEW_KEY_PROP_ID","features":[75]},{"name":"CERT_NEXT_UPDATE_LOCATION_PROP_ID","features":[75]},{"name":"CERT_NONCOMPLIANT_ROOT_URL_PROP_ID","features":[75]},{"name":"CERT_NON_REPUDIATION_KEY_USAGE","features":[75]},{"name":"CERT_NOT_BEFORE_ENHKEY_USAGE_PROP_ID","features":[75]},{"name":"CERT_NOT_BEFORE_FILETIME_PROP_ID","features":[75]},{"name":"CERT_NO_AUTO_EXPIRE_CHECK_PROP_ID","features":[75]},{"name":"CERT_NO_EXPIRE_NOTIFICATION_PROP_ID","features":[75]},{"name":"CERT_OCM_SUBCOMPONENTS_LOCAL_MACHINE_REGPATH","features":[75]},{"name":"CERT_OCM_SUBCOMPONENTS_ROOT_AUTO_UPDATE_VALUE_NAME","features":[75]},{"name":"CERT_OCSP_CACHE_PREFIX_PROP_ID","features":[75]},{"name":"CERT_OCSP_MUST_STAPLE_PROP_ID","features":[75]},{"name":"CERT_OCSP_RESPONSE_PROP_ID","features":[75]},{"name":"CERT_OFFLINE_CRL_SIGN_KEY_USAGE","features":[75]},{"name":"CERT_OID_NAME_STR","features":[75]},{"name":"CERT_OPEN_STORE_FLAGS","features":[75]},{"name":"CERT_OR_CRL_BLOB","features":[75]},{"name":"CERT_OR_CRL_BUNDLE","features":[75]},{"name":"CERT_OTHER_LOGOTYPE_INFO","features":[75]},{"name":"CERT_OTHER_NAME","features":[75]},{"name":"CERT_PAIR","features":[75]},{"name":"CERT_PHYSICAL_STORE_ADD_ENABLE_FLAG","features":[75]},{"name":"CERT_PHYSICAL_STORE_AUTH_ROOT_NAME","features":[75]},{"name":"CERT_PHYSICAL_STORE_DEFAULT_NAME","features":[75]},{"name":"CERT_PHYSICAL_STORE_DS_USER_CERTIFICATE_NAME","features":[75]},{"name":"CERT_PHYSICAL_STORE_ENTERPRISE_NAME","features":[75]},{"name":"CERT_PHYSICAL_STORE_GROUP_POLICY_NAME","features":[75]},{"name":"CERT_PHYSICAL_STORE_INFO","features":[75]},{"name":"CERT_PHYSICAL_STORE_INSERT_COMPUTER_NAME_ENABLE_FLAG","features":[75]},{"name":"CERT_PHYSICAL_STORE_LOCAL_MACHINE_GROUP_POLICY_NAME","features":[75]},{"name":"CERT_PHYSICAL_STORE_LOCAL_MACHINE_NAME","features":[75]},{"name":"CERT_PHYSICAL_STORE_OPEN_DISABLE_FLAG","features":[75]},{"name":"CERT_PHYSICAL_STORE_PREDEFINED_ENUM_FLAG","features":[75]},{"name":"CERT_PHYSICAL_STORE_REMOTE_OPEN_DISABLE_FLAG","features":[75]},{"name":"CERT_PHYSICAL_STORE_SMART_CARD_NAME","features":[75]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[75]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[75]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_LIST_IDENTIFIER","features":[75]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[75]},{"name":"CERT_PIN_RULES_CAB_FILENAME","features":[75]},{"name":"CERT_PIN_RULES_CTL_FILENAME","features":[75]},{"name":"CERT_PIN_RULES_CTL_FILENAME_A","features":[75]},{"name":"CERT_PIN_SHA256_HASH_PROP_ID","features":[75]},{"name":"CERT_POLICIES_INFO","features":[75]},{"name":"CERT_POLICY95_QUALIFIER1","features":[75]},{"name":"CERT_POLICY_CONSTRAINTS_INFO","features":[1,75]},{"name":"CERT_POLICY_ID","features":[75]},{"name":"CERT_POLICY_INFO","features":[75]},{"name":"CERT_POLICY_MAPPING","features":[75]},{"name":"CERT_POLICY_MAPPINGS_INFO","features":[75]},{"name":"CERT_POLICY_QUALIFIER_INFO","features":[75]},{"name":"CERT_POLICY_QUALIFIER_NOTICE_REFERENCE","features":[75]},{"name":"CERT_POLICY_QUALIFIER_USER_NOTICE","features":[75]},{"name":"CERT_PRIVATE_KEY_VALIDITY","features":[1,75]},{"name":"CERT_PROT_ROOT_DISABLE_CURRENT_USER_FLAG","features":[75]},{"name":"CERT_PROT_ROOT_DISABLE_LM_AUTH_FLAG","features":[75]},{"name":"CERT_PROT_ROOT_DISABLE_NOT_DEFINED_NAME_CONSTRAINT_FLAG","features":[75]},{"name":"CERT_PROT_ROOT_DISABLE_NT_AUTH_REQUIRED_FLAG","features":[75]},{"name":"CERT_PROT_ROOT_DISABLE_PEER_TRUST","features":[75]},{"name":"CERT_PROT_ROOT_FLAGS_VALUE_NAME","features":[75]},{"name":"CERT_PROT_ROOT_INHIBIT_ADD_AT_INIT_FLAG","features":[75]},{"name":"CERT_PROT_ROOT_INHIBIT_PURGE_LM_FLAG","features":[75]},{"name":"CERT_PROT_ROOT_ONLY_LM_GPT_FLAG","features":[75]},{"name":"CERT_PROT_ROOT_PEER_USAGES_VALUE_NAME","features":[75]},{"name":"CERT_PROT_ROOT_PEER_USAGES_VALUE_NAME_A","features":[75]},{"name":"CERT_PUBKEY_ALG_PARA_PROP_ID","features":[75]},{"name":"CERT_PUBKEY_HASH_RESERVED_PROP_ID","features":[75]},{"name":"CERT_PUBLIC_KEY_INFO","features":[75]},{"name":"CERT_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[75]},{"name":"CERT_PVK_FILE_PROP_ID","features":[75]},{"name":"CERT_QC_STATEMENT","features":[75]},{"name":"CERT_QC_STATEMENTS_EXT_INFO","features":[75]},{"name":"CERT_QUERY_CONTENT_CERT","features":[75]},{"name":"CERT_QUERY_CONTENT_CERT_PAIR","features":[75]},{"name":"CERT_QUERY_CONTENT_CRL","features":[75]},{"name":"CERT_QUERY_CONTENT_CTL","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_ALL","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_ALL_ISSUER_CERT","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_CERT","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_CERT_PAIR","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_CRL","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_CTL","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_PFX","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_PFX_AND_LOAD","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS10","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED_EMBED","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_UNSIGNED","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CERT","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CRL","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CTL","features":[75]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_STORE","features":[75]},{"name":"CERT_QUERY_CONTENT_PFX","features":[75]},{"name":"CERT_QUERY_CONTENT_PFX_AND_LOAD","features":[75]},{"name":"CERT_QUERY_CONTENT_PKCS10","features":[75]},{"name":"CERT_QUERY_CONTENT_PKCS7_SIGNED","features":[75]},{"name":"CERT_QUERY_CONTENT_PKCS7_SIGNED_EMBED","features":[75]},{"name":"CERT_QUERY_CONTENT_PKCS7_UNSIGNED","features":[75]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CERT","features":[75]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CRL","features":[75]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CTL","features":[75]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_STORE","features":[75]},{"name":"CERT_QUERY_CONTENT_TYPE","features":[75]},{"name":"CERT_QUERY_CONTENT_TYPE_FLAGS","features":[75]},{"name":"CERT_QUERY_ENCODING_TYPE","features":[75]},{"name":"CERT_QUERY_FORMAT_ASN_ASCII_HEX_ENCODED","features":[75]},{"name":"CERT_QUERY_FORMAT_BASE64_ENCODED","features":[75]},{"name":"CERT_QUERY_FORMAT_BINARY","features":[75]},{"name":"CERT_QUERY_FORMAT_FLAG_ALL","features":[75]},{"name":"CERT_QUERY_FORMAT_FLAG_ASN_ASCII_HEX_ENCODED","features":[75]},{"name":"CERT_QUERY_FORMAT_FLAG_BASE64_ENCODED","features":[75]},{"name":"CERT_QUERY_FORMAT_FLAG_BINARY","features":[75]},{"name":"CERT_QUERY_FORMAT_TYPE","features":[75]},{"name":"CERT_QUERY_FORMAT_TYPE_FLAGS","features":[75]},{"name":"CERT_QUERY_OBJECT_BLOB","features":[75]},{"name":"CERT_QUERY_OBJECT_FILE","features":[75]},{"name":"CERT_QUERY_OBJECT_TYPE","features":[75]},{"name":"CERT_RDN","features":[75]},{"name":"CERT_RDN_ANY_TYPE","features":[75]},{"name":"CERT_RDN_ATTR","features":[75]},{"name":"CERT_RDN_ATTR_VALUE_TYPE","features":[75]},{"name":"CERT_RDN_BMP_STRING","features":[75]},{"name":"CERT_RDN_DISABLE_CHECK_TYPE_FLAG","features":[75]},{"name":"CERT_RDN_DISABLE_IE4_UTF8_FLAG","features":[75]},{"name":"CERT_RDN_ENABLE_PUNYCODE_FLAG","features":[75]},{"name":"CERT_RDN_ENABLE_T61_UNICODE_FLAG","features":[75]},{"name":"CERT_RDN_ENABLE_UTF8_UNICODE_FLAG","features":[75]},{"name":"CERT_RDN_ENCODED_BLOB","features":[75]},{"name":"CERT_RDN_FLAGS_MASK","features":[75]},{"name":"CERT_RDN_FORCE_UTF8_UNICODE_FLAG","features":[75]},{"name":"CERT_RDN_GENERAL_STRING","features":[75]},{"name":"CERT_RDN_GRAPHIC_STRING","features":[75]},{"name":"CERT_RDN_IA5_STRING","features":[75]},{"name":"CERT_RDN_INT4_STRING","features":[75]},{"name":"CERT_RDN_ISO646_STRING","features":[75]},{"name":"CERT_RDN_NUMERIC_STRING","features":[75]},{"name":"CERT_RDN_OCTET_STRING","features":[75]},{"name":"CERT_RDN_PRINTABLE_STRING","features":[75]},{"name":"CERT_RDN_T61_STRING","features":[75]},{"name":"CERT_RDN_TELETEX_STRING","features":[75]},{"name":"CERT_RDN_TYPE_MASK","features":[75]},{"name":"CERT_RDN_UNICODE_STRING","features":[75]},{"name":"CERT_RDN_UNIVERSAL_STRING","features":[75]},{"name":"CERT_RDN_UTF8_STRING","features":[75]},{"name":"CERT_RDN_VIDEOTEX_STRING","features":[75]},{"name":"CERT_RDN_VISIBLE_STRING","features":[75]},{"name":"CERT_REGISTRY_STORE_CLIENT_GPT_FLAG","features":[75]},{"name":"CERT_REGISTRY_STORE_CLIENT_GPT_PARA","features":[75,54]},{"name":"CERT_REGISTRY_STORE_EXTERNAL_FLAG","features":[75]},{"name":"CERT_REGISTRY_STORE_LM_GPT_FLAG","features":[75]},{"name":"CERT_REGISTRY_STORE_MY_IE_DIRTY_FLAG","features":[75]},{"name":"CERT_REGISTRY_STORE_REMOTE_FLAG","features":[75]},{"name":"CERT_REGISTRY_STORE_ROAMING_FLAG","features":[75]},{"name":"CERT_REGISTRY_STORE_ROAMING_PARA","features":[75,54]},{"name":"CERT_REGISTRY_STORE_SERIALIZED_FLAG","features":[75]},{"name":"CERT_RENEWAL_PROP_ID","features":[75]},{"name":"CERT_REQUEST_INFO","features":[75]},{"name":"CERT_REQUEST_ORIGINATOR_PROP_ID","features":[75]},{"name":"CERT_REQUEST_V1","features":[75]},{"name":"CERT_RETRIEVE_BIOMETRIC_PREDEFINED_BASE_TYPE","features":[75]},{"name":"CERT_RETRIEVE_COMMUNITY_LOGO","features":[75]},{"name":"CERT_RETRIEVE_ISSUER_LOGO","features":[75]},{"name":"CERT_RETRIEVE_SUBJECT_LOGO","features":[75]},{"name":"CERT_RETR_BEHAVIOR_FILE_VALUE_NAME","features":[75]},{"name":"CERT_RETR_BEHAVIOR_INET_AUTH_VALUE_NAME","features":[75]},{"name":"CERT_RETR_BEHAVIOR_INET_STATUS_VALUE_NAME","features":[75]},{"name":"CERT_RETR_BEHAVIOR_LDAP_VALUE_NAME","features":[75]},{"name":"CERT_REVOCATION_CHAIN_PARA","features":[1,75]},{"name":"CERT_REVOCATION_CRL_INFO","features":[1,75]},{"name":"CERT_REVOCATION_INFO","features":[1,75]},{"name":"CERT_REVOCATION_PARA","features":[1,75]},{"name":"CERT_REVOCATION_STATUS","features":[1,75]},{"name":"CERT_REVOCATION_STATUS_REASON","features":[75]},{"name":"CERT_ROOT_PROGRAM_CERT_POLICIES_PROP_ID","features":[75]},{"name":"CERT_ROOT_PROGRAM_CHAIN_POLICIES_PROP_ID","features":[75]},{"name":"CERT_ROOT_PROGRAM_FLAGS","features":[75]},{"name":"CERT_ROOT_PROGRAM_FLAG_ADDRESS","features":[75]},{"name":"CERT_ROOT_PROGRAM_FLAG_LSC","features":[75]},{"name":"CERT_ROOT_PROGRAM_FLAG_ORG","features":[75]},{"name":"CERT_ROOT_PROGRAM_FLAG_OU","features":[75]},{"name":"CERT_ROOT_PROGRAM_FLAG_SUBJECT_LOGO","features":[75]},{"name":"CERT_ROOT_PROGRAM_NAME_CONSTRAINTS_PROP_ID","features":[75]},{"name":"CERT_RSA_PUBLIC_KEY_OBJID","features":[75]},{"name":"CERT_SCARD_PIN_ID_PROP_ID","features":[75]},{"name":"CERT_SCARD_PIN_INFO_PROP_ID","features":[75]},{"name":"CERT_SCEP_CA_CERT_PROP_ID","features":[75]},{"name":"CERT_SCEP_ENCRYPT_HASH_CNG_ALG_PROP_ID","features":[75]},{"name":"CERT_SCEP_FLAGS_PROP_ID","features":[75]},{"name":"CERT_SCEP_GUID_PROP_ID","features":[75]},{"name":"CERT_SCEP_NONCE_PROP_ID","features":[75]},{"name":"CERT_SCEP_RA_ENCRYPTION_CERT_PROP_ID","features":[75]},{"name":"CERT_SCEP_RA_SIGNATURE_CERT_PROP_ID","features":[75]},{"name":"CERT_SCEP_SERVER_CERTS_PROP_ID","features":[75]},{"name":"CERT_SCEP_SIGNER_CERT_PROP_ID","features":[75]},{"name":"CERT_SELECT_ALLOW_DUPLICATES","features":[75]},{"name":"CERT_SELECT_ALLOW_EXPIRED","features":[75]},{"name":"CERT_SELECT_BY_ENHKEY_USAGE","features":[75]},{"name":"CERT_SELECT_BY_EXTENSION","features":[75]},{"name":"CERT_SELECT_BY_FRIENDLYNAME","features":[75]},{"name":"CERT_SELECT_BY_ISSUER_ATTR","features":[75]},{"name":"CERT_SELECT_BY_ISSUER_DISPLAYNAME","features":[75]},{"name":"CERT_SELECT_BY_ISSUER_NAME","features":[75]},{"name":"CERT_SELECT_BY_KEY_USAGE","features":[75]},{"name":"CERT_SELECT_BY_POLICY_OID","features":[75]},{"name":"CERT_SELECT_BY_PROV_NAME","features":[75]},{"name":"CERT_SELECT_BY_PUBLIC_KEY","features":[75]},{"name":"CERT_SELECT_BY_SUBJECT_ATTR","features":[75]},{"name":"CERT_SELECT_BY_SUBJECT_HOST_NAME","features":[75]},{"name":"CERT_SELECT_BY_THUMBPRINT","features":[75]},{"name":"CERT_SELECT_BY_TLS_SIGNATURES","features":[75]},{"name":"CERT_SELECT_CHAIN_PARA","features":[1,75]},{"name":"CERT_SELECT_CRITERIA","features":[75]},{"name":"CERT_SELECT_CRITERIA_TYPE","features":[75]},{"name":"CERT_SELECT_DISALLOW_SELFSIGNED","features":[75]},{"name":"CERT_SELECT_HARDWARE_ONLY","features":[75]},{"name":"CERT_SELECT_HAS_KEY_FOR_KEY_EXCHANGE","features":[75]},{"name":"CERT_SELECT_HAS_KEY_FOR_SIGNATURE","features":[75]},{"name":"CERT_SELECT_HAS_PRIVATE_KEY","features":[75]},{"name":"CERT_SELECT_IGNORE_AUTOSELECT","features":[75]},{"name":"CERT_SELECT_MAX_PARA","features":[75]},{"name":"CERT_SELECT_TRUSTED_ROOT","features":[75]},{"name":"CERT_SEND_AS_TRUSTED_ISSUER_PROP_ID","features":[75]},{"name":"CERT_SERIALIZABLE_KEY_CONTEXT_PROP_ID","features":[75]},{"name":"CERT_SERIAL_CHAIN_PROP_ID","features":[75]},{"name":"CERT_SERVER_OCSP_RESPONSE_ASYNC_FLAG","features":[75]},{"name":"CERT_SERVER_OCSP_RESPONSE_CONTEXT","features":[75]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA","features":[1,75]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA_READ_FLAG","features":[75]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA_WRITE_FLAG","features":[75]},{"name":"CERT_SET_KEY_CONTEXT_PROP_ID","features":[75]},{"name":"CERT_SET_KEY_PROV_HANDLE_PROP_ID","features":[75]},{"name":"CERT_SET_PROPERTY_IGNORE_PERSIST_ERROR_FLAG","features":[75]},{"name":"CERT_SET_PROPERTY_INHIBIT_PERSIST_FLAG","features":[75]},{"name":"CERT_SHA1_HASH_PROP_ID","features":[75]},{"name":"CERT_SHA256_HASH_PROP_ID","features":[75]},{"name":"CERT_SIGNATURE_HASH_PROP_ID","features":[75]},{"name":"CERT_SIGNED_CONTENT_INFO","features":[75]},{"name":"CERT_SIGN_HASH_CNG_ALG_PROP_ID","features":[75]},{"name":"CERT_SIMPLE_CHAIN","features":[1,75]},{"name":"CERT_SIMPLE_NAME_STR","features":[75]},{"name":"CERT_SMART_CARD_DATA_PROP_ID","features":[75]},{"name":"CERT_SMART_CARD_READER_NON_REMOVABLE_PROP_ID","features":[75]},{"name":"CERT_SMART_CARD_READER_PROP_ID","features":[75]},{"name":"CERT_SMART_CARD_ROOT_INFO_PROP_ID","features":[75]},{"name":"CERT_SOURCE_LOCATION_PROP_ID","features":[75]},{"name":"CERT_SOURCE_URL_PROP_ID","features":[75]},{"name":"CERT_SRV_OCSP_RESP_MAX_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[75]},{"name":"CERT_SRV_OCSP_RESP_MAX_SYNC_CERT_FILE_SECONDS_VALUE_NAME","features":[75]},{"name":"CERT_SRV_OCSP_RESP_MIN_AFTER_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[75]},{"name":"CERT_SRV_OCSP_RESP_MIN_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[75]},{"name":"CERT_SRV_OCSP_RESP_MIN_SYNC_CERT_FILE_SECONDS_DEFAULT","features":[75]},{"name":"CERT_SRV_OCSP_RESP_MIN_SYNC_CERT_FILE_SECONDS_VALUE_NAME","features":[75]},{"name":"CERT_SRV_OCSP_RESP_MIN_VALIDITY_SECONDS_VALUE_NAME","features":[75]},{"name":"CERT_SRV_OCSP_RESP_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[75]},{"name":"CERT_STORE_ADD_ALWAYS","features":[75]},{"name":"CERT_STORE_ADD_NEW","features":[75]},{"name":"CERT_STORE_ADD_NEWER","features":[75]},{"name":"CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES","features":[75]},{"name":"CERT_STORE_ADD_REPLACE_EXISTING","features":[75]},{"name":"CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES","features":[75]},{"name":"CERT_STORE_ADD_USE_EXISTING","features":[75]},{"name":"CERT_STORE_BACKUP_RESTORE_FLAG","features":[75]},{"name":"CERT_STORE_BASE_CRL_FLAG","features":[75]},{"name":"CERT_STORE_CERTIFICATE_CONTEXT","features":[75]},{"name":"CERT_STORE_CREATE_NEW_FLAG","features":[75]},{"name":"CERT_STORE_CRL_CONTEXT","features":[75]},{"name":"CERT_STORE_CTL_CONTEXT","features":[75]},{"name":"CERT_STORE_CTRL_AUTO_RESYNC","features":[75]},{"name":"CERT_STORE_CTRL_CANCEL_NOTIFY","features":[75]},{"name":"CERT_STORE_CTRL_COMMIT","features":[75]},{"name":"CERT_STORE_CTRL_COMMIT_CLEAR_FLAG","features":[75]},{"name":"CERT_STORE_CTRL_COMMIT_FORCE_FLAG","features":[75]},{"name":"CERT_STORE_CTRL_INHIBIT_DUPLICATE_HANDLE_FLAG","features":[75]},{"name":"CERT_STORE_CTRL_NOTIFY_CHANGE","features":[75]},{"name":"CERT_STORE_CTRL_RESYNC","features":[75]},{"name":"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG","features":[75]},{"name":"CERT_STORE_DELETE_FLAG","features":[75]},{"name":"CERT_STORE_DELTA_CRL_FLAG","features":[75]},{"name":"CERT_STORE_ENUM_ARCHIVED_FLAG","features":[75]},{"name":"CERT_STORE_LOCALIZED_NAME_PROP_ID","features":[75]},{"name":"CERT_STORE_MANIFOLD_FLAG","features":[75]},{"name":"CERT_STORE_MAXIMUM_ALLOWED_FLAG","features":[75]},{"name":"CERT_STORE_NO_CRL_FLAG","features":[75]},{"name":"CERT_STORE_NO_CRYPT_RELEASE_FLAG","features":[75]},{"name":"CERT_STORE_NO_ISSUER_FLAG","features":[75]},{"name":"CERT_STORE_OPEN_EXISTING_FLAG","features":[75]},{"name":"CERT_STORE_PROV_CLOSE_FUNC","features":[75]},{"name":"CERT_STORE_PROV_COLLECTION","features":[75]},{"name":"CERT_STORE_PROV_CONTROL_FUNC","features":[75]},{"name":"CERT_STORE_PROV_DELETED_FLAG","features":[75]},{"name":"CERT_STORE_PROV_DELETE_CERT_FUNC","features":[75]},{"name":"CERT_STORE_PROV_DELETE_CRL_FUNC","features":[75]},{"name":"CERT_STORE_PROV_DELETE_CTL_FUNC","features":[75]},{"name":"CERT_STORE_PROV_EXTERNAL_FLAG","features":[75]},{"name":"CERT_STORE_PROV_FILE","features":[75]},{"name":"CERT_STORE_PROV_FILENAME","features":[75]},{"name":"CERT_STORE_PROV_FILENAME_A","features":[75]},{"name":"CERT_STORE_PROV_FILENAME_W","features":[75]},{"name":"CERT_STORE_PROV_FIND_CERT_FUNC","features":[75]},{"name":"CERT_STORE_PROV_FIND_CRL_FUNC","features":[75]},{"name":"CERT_STORE_PROV_FIND_CTL_FUNC","features":[75]},{"name":"CERT_STORE_PROV_FIND_INFO","features":[75]},{"name":"CERT_STORE_PROV_FLAGS","features":[75]},{"name":"CERT_STORE_PROV_FREE_FIND_CERT_FUNC","features":[75]},{"name":"CERT_STORE_PROV_FREE_FIND_CRL_FUNC","features":[75]},{"name":"CERT_STORE_PROV_FREE_FIND_CTL_FUNC","features":[75]},{"name":"CERT_STORE_PROV_GET_CERT_PROPERTY_FUNC","features":[75]},{"name":"CERT_STORE_PROV_GET_CRL_PROPERTY_FUNC","features":[75]},{"name":"CERT_STORE_PROV_GET_CTL_PROPERTY_FUNC","features":[75]},{"name":"CERT_STORE_PROV_GP_SYSTEM_STORE_FLAG","features":[75]},{"name":"CERT_STORE_PROV_INFO","features":[75]},{"name":"CERT_STORE_PROV_LDAP","features":[75]},{"name":"CERT_STORE_PROV_LDAP_W","features":[75]},{"name":"CERT_STORE_PROV_LM_SYSTEM_STORE_FLAG","features":[75]},{"name":"CERT_STORE_PROV_MEMORY","features":[75]},{"name":"CERT_STORE_PROV_MSG","features":[75]},{"name":"CERT_STORE_PROV_NO_PERSIST_FLAG","features":[75]},{"name":"CERT_STORE_PROV_PHYSICAL","features":[75]},{"name":"CERT_STORE_PROV_PHYSICAL_W","features":[75]},{"name":"CERT_STORE_PROV_PKCS12","features":[75]},{"name":"CERT_STORE_PROV_PKCS7","features":[75]},{"name":"CERT_STORE_PROV_READ_CERT_FUNC","features":[75]},{"name":"CERT_STORE_PROV_READ_CRL_FUNC","features":[75]},{"name":"CERT_STORE_PROV_READ_CTL_FUNC","features":[75]},{"name":"CERT_STORE_PROV_REG","features":[75]},{"name":"CERT_STORE_PROV_SERIALIZED","features":[75]},{"name":"CERT_STORE_PROV_SET_CERT_PROPERTY_FUNC","features":[75]},{"name":"CERT_STORE_PROV_SET_CRL_PROPERTY_FUNC","features":[75]},{"name":"CERT_STORE_PROV_SET_CTL_PROPERTY_FUNC","features":[75]},{"name":"CERT_STORE_PROV_SHARED_USER_FLAG","features":[75]},{"name":"CERT_STORE_PROV_SMART_CARD","features":[75]},{"name":"CERT_STORE_PROV_SMART_CARD_W","features":[75]},{"name":"CERT_STORE_PROV_SYSTEM","features":[75]},{"name":"CERT_STORE_PROV_SYSTEM_A","features":[75]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY","features":[75]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY_A","features":[75]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY_W","features":[75]},{"name":"CERT_STORE_PROV_SYSTEM_STORE_FLAG","features":[75]},{"name":"CERT_STORE_PROV_SYSTEM_W","features":[75]},{"name":"CERT_STORE_PROV_WRITE_ADD_FLAG","features":[75]},{"name":"CERT_STORE_PROV_WRITE_CERT_FUNC","features":[75]},{"name":"CERT_STORE_PROV_WRITE_CRL_FUNC","features":[75]},{"name":"CERT_STORE_PROV_WRITE_CTL_FUNC","features":[75]},{"name":"CERT_STORE_READONLY_FLAG","features":[75]},{"name":"CERT_STORE_REVOCATION_FLAG","features":[75]},{"name":"CERT_STORE_SAVE_AS","features":[75]},{"name":"CERT_STORE_SAVE_AS_PKCS12","features":[75]},{"name":"CERT_STORE_SAVE_AS_PKCS7","features":[75]},{"name":"CERT_STORE_SAVE_AS_STORE","features":[75]},{"name":"CERT_STORE_SAVE_TO","features":[75]},{"name":"CERT_STORE_SAVE_TO_FILE","features":[75]},{"name":"CERT_STORE_SAVE_TO_FILENAME","features":[75]},{"name":"CERT_STORE_SAVE_TO_FILENAME_A","features":[75]},{"name":"CERT_STORE_SAVE_TO_FILENAME_W","features":[75]},{"name":"CERT_STORE_SAVE_TO_MEMORY","features":[75]},{"name":"CERT_STORE_SET_LOCALIZED_NAME_FLAG","features":[75]},{"name":"CERT_STORE_SHARE_CONTEXT_FLAG","features":[75]},{"name":"CERT_STORE_SHARE_STORE_FLAG","features":[75]},{"name":"CERT_STORE_SIGNATURE_FLAG","features":[75]},{"name":"CERT_STORE_TIME_VALIDITY_FLAG","features":[75]},{"name":"CERT_STORE_UNSAFE_PHYSICAL_FLAG","features":[75]},{"name":"CERT_STORE_UPDATE_KEYID_FLAG","features":[75]},{"name":"CERT_STRING_TYPE","features":[75]},{"name":"CERT_STRONG_SIGN_ECDSA_ALGORITHM","features":[75]},{"name":"CERT_STRONG_SIGN_ENABLE_CRL_CHECK","features":[75]},{"name":"CERT_STRONG_SIGN_ENABLE_OCSP_CHECK","features":[75]},{"name":"CERT_STRONG_SIGN_FLAGS","features":[75]},{"name":"CERT_STRONG_SIGN_OID_INFO_CHOICE","features":[75]},{"name":"CERT_STRONG_SIGN_PARA","features":[75]},{"name":"CERT_STRONG_SIGN_SERIALIZED_INFO","features":[75]},{"name":"CERT_STRONG_SIGN_SERIALIZED_INFO_CHOICE","features":[75]},{"name":"CERT_SUBJECT_DISABLE_CRL_PROP_ID","features":[75]},{"name":"CERT_SUBJECT_INFO_ACCESS_PROP_ID","features":[75]},{"name":"CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[75]},{"name":"CERT_SUBJECT_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[75]},{"name":"CERT_SUBJECT_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[75]},{"name":"CERT_SUBJECT_PUB_KEY_BIT_LENGTH_PROP_ID","features":[75]},{"name":"CERT_SUPPORTED_ALGORITHM_INFO","features":[75]},{"name":"CERT_SYSTEM_STORE_CURRENT_SERVICE_ID","features":[75]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER","features":[75]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY_ID","features":[75]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER_ID","features":[75]},{"name":"CERT_SYSTEM_STORE_DEFER_READ_FLAG","features":[75]},{"name":"CERT_SYSTEM_STORE_FLAGS","features":[75]},{"name":"CERT_SYSTEM_STORE_INFO","features":[75]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE","features":[75]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE_ID","features":[75]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY_ID","features":[75]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_ID","features":[75]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_WCOS_ID","features":[75]},{"name":"CERT_SYSTEM_STORE_LOCATION_MASK","features":[75]},{"name":"CERT_SYSTEM_STORE_LOCATION_SHIFT","features":[75]},{"name":"CERT_SYSTEM_STORE_MASK","features":[75]},{"name":"CERT_SYSTEM_STORE_RELOCATE_FLAG","features":[75]},{"name":"CERT_SYSTEM_STORE_RELOCATE_PARA","features":[75,54]},{"name":"CERT_SYSTEM_STORE_SERVICES_ID","features":[75]},{"name":"CERT_SYSTEM_STORE_UNPROTECTED_FLAG","features":[75]},{"name":"CERT_SYSTEM_STORE_USERS_ID","features":[75]},{"name":"CERT_TEMPLATE_EXT","features":[1,75]},{"name":"CERT_TIMESTAMP_HASH_USE_TYPE","features":[75]},{"name":"CERT_TPM_SPECIFICATION_INFO","features":[75]},{"name":"CERT_TRUST_AUTO_UPDATE_CA_REVOCATION","features":[75]},{"name":"CERT_TRUST_AUTO_UPDATE_END_REVOCATION","features":[75]},{"name":"CERT_TRUST_BEFORE_DISALLOWED_CA_FILETIME","features":[75]},{"name":"CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID","features":[75]},{"name":"CERT_TRUST_CTL_IS_NOT_TIME_VALID","features":[75]},{"name":"CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE","features":[75]},{"name":"CERT_TRUST_HAS_ALLOW_WEAK_SIGNATURE","features":[75]},{"name":"CERT_TRUST_HAS_AUTO_UPDATE_WEAK_SIGNATURE","features":[75]},{"name":"CERT_TRUST_HAS_CRL_VALIDITY_EXTENDED","features":[75]},{"name":"CERT_TRUST_HAS_EXACT_MATCH_ISSUER","features":[75]},{"name":"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT","features":[75]},{"name":"CERT_TRUST_HAS_ISSUANCE_CHAIN_POLICY","features":[75]},{"name":"CERT_TRUST_HAS_KEY_MATCH_ISSUER","features":[75]},{"name":"CERT_TRUST_HAS_NAME_MATCH_ISSUER","features":[75]},{"name":"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT","features":[75]},{"name":"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT","features":[75]},{"name":"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT","features":[75]},{"name":"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT","features":[75]},{"name":"CERT_TRUST_HAS_PREFERRED_ISSUER","features":[75]},{"name":"CERT_TRUST_HAS_VALID_NAME_CONSTRAINTS","features":[75]},{"name":"CERT_TRUST_HAS_WEAK_HYGIENE","features":[75]},{"name":"CERT_TRUST_HAS_WEAK_SIGNATURE","features":[75]},{"name":"CERT_TRUST_INVALID_BASIC_CONSTRAINTS","features":[75]},{"name":"CERT_TRUST_INVALID_EXTENSION","features":[75]},{"name":"CERT_TRUST_INVALID_NAME_CONSTRAINTS","features":[75]},{"name":"CERT_TRUST_INVALID_POLICY_CONSTRAINTS","features":[75]},{"name":"CERT_TRUST_IS_CA_TRUSTED","features":[75]},{"name":"CERT_TRUST_IS_COMPLEX_CHAIN","features":[75]},{"name":"CERT_TRUST_IS_CYCLIC","features":[75]},{"name":"CERT_TRUST_IS_EXPLICIT_DISTRUST","features":[75]},{"name":"CERT_TRUST_IS_FROM_EXCLUSIVE_TRUST_STORE","features":[75]},{"name":"CERT_TRUST_IS_KEY_ROLLOVER","features":[75]},{"name":"CERT_TRUST_IS_NOT_SIGNATURE_VALID","features":[75]},{"name":"CERT_TRUST_IS_NOT_TIME_NESTED","features":[75]},{"name":"CERT_TRUST_IS_NOT_TIME_VALID","features":[75]},{"name":"CERT_TRUST_IS_NOT_VALID_FOR_USAGE","features":[75]},{"name":"CERT_TRUST_IS_OFFLINE_REVOCATION","features":[75]},{"name":"CERT_TRUST_IS_PARTIAL_CHAIN","features":[75]},{"name":"CERT_TRUST_IS_PEER_TRUSTED","features":[75]},{"name":"CERT_TRUST_IS_REVOKED","features":[75]},{"name":"CERT_TRUST_IS_SELF_SIGNED","features":[75]},{"name":"CERT_TRUST_IS_UNTRUSTED_ROOT","features":[75]},{"name":"CERT_TRUST_LIST_INFO","features":[1,75]},{"name":"CERT_TRUST_NO_ERROR","features":[75]},{"name":"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY","features":[75]},{"name":"CERT_TRUST_NO_OCSP_FAILOVER_TO_CRL","features":[75]},{"name":"CERT_TRUST_NO_TIME_CHECK","features":[75]},{"name":"CERT_TRUST_PUB_ALLOW_END_USER_TRUST","features":[75]},{"name":"CERT_TRUST_PUB_ALLOW_ENTERPRISE_ADMIN_TRUST","features":[75]},{"name":"CERT_TRUST_PUB_ALLOW_MACHINE_ADMIN_TRUST","features":[75]},{"name":"CERT_TRUST_PUB_ALLOW_TRUST_MASK","features":[75]},{"name":"CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME","features":[75]},{"name":"CERT_TRUST_PUB_CHECK_PUBLISHER_REV_FLAG","features":[75]},{"name":"CERT_TRUST_PUB_CHECK_TIMESTAMP_REV_FLAG","features":[75]},{"name":"CERT_TRUST_REVOCATION_STATUS_UNKNOWN","features":[75]},{"name":"CERT_TRUST_SSL_HANDSHAKE_OCSP","features":[75]},{"name":"CERT_TRUST_SSL_RECONNECT_OCSP","features":[75]},{"name":"CERT_TRUST_SSL_TIME_VALID","features":[75]},{"name":"CERT_TRUST_SSL_TIME_VALID_OCSP","features":[75]},{"name":"CERT_TRUST_STATUS","features":[75]},{"name":"CERT_UNICODE_ATTR_ERR_INDEX_MASK","features":[75]},{"name":"CERT_UNICODE_ATTR_ERR_INDEX_SHIFT","features":[75]},{"name":"CERT_UNICODE_IS_RDN_ATTRS_FLAG","features":[75]},{"name":"CERT_UNICODE_RDN_ERR_INDEX_MASK","features":[75]},{"name":"CERT_UNICODE_RDN_ERR_INDEX_SHIFT","features":[75]},{"name":"CERT_UNICODE_VALUE_ERR_INDEX_MASK","features":[75]},{"name":"CERT_UNICODE_VALUE_ERR_INDEX_SHIFT","features":[75]},{"name":"CERT_USAGE_MATCH","features":[75]},{"name":"CERT_V1","features":[75]},{"name":"CERT_V2","features":[75]},{"name":"CERT_V3","features":[75]},{"name":"CERT_VERIFY_ALLOW_MORE_USAGE_FLAG","features":[75]},{"name":"CERT_VERIFY_CACHE_ONLY_BASED_REVOCATION","features":[75]},{"name":"CERT_VERIFY_INHIBIT_CTL_UPDATE_FLAG","features":[75]},{"name":"CERT_VERIFY_NO_TIME_CHECK_FLAG","features":[75]},{"name":"CERT_VERIFY_REV_ACCUMULATIVE_TIMEOUT_FLAG","features":[75]},{"name":"CERT_VERIFY_REV_CHAIN_FLAG","features":[75]},{"name":"CERT_VERIFY_REV_NO_OCSP_FAILOVER_TO_CRL_FLAG","features":[75]},{"name":"CERT_VERIFY_REV_SERVER_OCSP_FLAG","features":[75]},{"name":"CERT_VERIFY_REV_SERVER_OCSP_WIRE_ONLY_FLAG","features":[75]},{"name":"CERT_VERIFY_TRUSTED_SIGNERS_FLAG","features":[75]},{"name":"CERT_VERIFY_UPDATED_CTL_FLAG","features":[75]},{"name":"CERT_X500_NAME_STR","features":[75]},{"name":"CERT_X942_DH_PARAMETERS","features":[75]},{"name":"CERT_X942_DH_VALIDATION_PARAMS","features":[75]},{"name":"CERT_XML_NAME_STR","features":[75]},{"name":"CESSetupProperty","features":[75]},{"name":"CKP_BLOCK_LENGTH","features":[75]},{"name":"CKP_CHAINING_MODE","features":[75]},{"name":"CKP_INITIALIZATION_VECTOR","features":[75]},{"name":"CLAIMLIST","features":[75]},{"name":"CLMD_FILE_TAG_CARD_AUTH_CERT","features":[75]},{"name":"CLMD_FILE_TAG_CARD_CAPABILITY_CONTAINER","features":[75]},{"name":"CLMD_FILE_TAG_CHUID","features":[75]},{"name":"CLMD_FILE_TAG_FACIAL_IMAGE","features":[75]},{"name":"CLMD_FILE_TAG_FINGERPRINT","features":[75]},{"name":"CLMD_FILE_TAG_FIRST_RETIRED_KEY_MGMT_KEY","features":[75]},{"name":"CLMD_FILE_TAG_KEY_HISTORY","features":[75]},{"name":"CLMD_FILE_TAG_KEY_MGMT_CERT","features":[75]},{"name":"CLMD_FILE_TAG_LAST_RETIRED_KEY_MGMT_KEY","features":[75]},{"name":"CLMD_FILE_TAG_PIV_AUTH_CERT","features":[75]},{"name":"CLMD_FILE_TAG_PRINTED_INFORMATION","features":[75]},{"name":"CLMD_FILE_TAG_SECURITY_OBJECT","features":[75]},{"name":"CLMD_FILE_TAG_SIG_CERT","features":[75]},{"name":"CLMD_FILE_TAG_UNSIGNED_CHUID","features":[75]},{"name":"CLMD_PIV_CERT_DATA","features":[75]},{"name":"CLMD_PIV_CERT_DATA_CURRENT_VERSION","features":[75]},{"name":"CLMD_PIV_GENERATE_ASYMMETRIC_KEY","features":[75]},{"name":"CLMD_PIV_GENERATE_ASYMMETRIC_KEY_CURRENT_VERSION","features":[75]},{"name":"CLMD_PIV_PUBLIC_KEY_DATA","features":[75]},{"name":"CLMD_PIV_PUBLIC_KEY_DATA_CURRENT_VERSION","features":[75]},{"name":"CMC_ADD_ATTRIBUTES","features":[75]},{"name":"CMC_ADD_ATTRIBUTES_INFO","features":[75]},{"name":"CMC_ADD_EXTENSIONS","features":[75]},{"name":"CMC_ADD_EXTENSIONS_INFO","features":[1,75]},{"name":"CMC_DATA","features":[75]},{"name":"CMC_DATA_INFO","features":[75]},{"name":"CMC_FAIL_BAD_ALG","features":[75]},{"name":"CMC_FAIL_BAD_CERT_ID","features":[75]},{"name":"CMC_FAIL_BAD_IDENTITY","features":[75]},{"name":"CMC_FAIL_BAD_MESSAGE_CHECK","features":[75]},{"name":"CMC_FAIL_BAD_REQUEST","features":[75]},{"name":"CMC_FAIL_BAD_TIME","features":[75]},{"name":"CMC_FAIL_INTERNAL_CA_ERROR","features":[75]},{"name":"CMC_FAIL_MUST_ARCHIVE_KEYS","features":[75]},{"name":"CMC_FAIL_NO_KEY_REUSE","features":[75]},{"name":"CMC_FAIL_POP_FAILED","features":[75]},{"name":"CMC_FAIL_POP_REQUIRED","features":[75]},{"name":"CMC_FAIL_TRY_LATER","features":[75]},{"name":"CMC_FAIL_UNSUPORTED_EXT","features":[75]},{"name":"CMC_OTHER_INFO_FAIL_CHOICE","features":[75]},{"name":"CMC_OTHER_INFO_NO_CHOICE","features":[75]},{"name":"CMC_OTHER_INFO_PEND_CHOICE","features":[75]},{"name":"CMC_PEND_INFO","features":[1,75]},{"name":"CMC_RESPONSE","features":[75]},{"name":"CMC_RESPONSE_INFO","features":[75]},{"name":"CMC_STATUS","features":[75]},{"name":"CMC_STATUS_CONFIRM_REQUIRED","features":[75]},{"name":"CMC_STATUS_FAILED","features":[75]},{"name":"CMC_STATUS_INFO","features":[1,75]},{"name":"CMC_STATUS_NO_SUPPORT","features":[75]},{"name":"CMC_STATUS_PENDING","features":[75]},{"name":"CMC_STATUS_SUCCESS","features":[75]},{"name":"CMC_TAGGED_ATTRIBUTE","features":[75]},{"name":"CMC_TAGGED_CERT_REQUEST","features":[75]},{"name":"CMC_TAGGED_CERT_REQUEST_CHOICE","features":[75]},{"name":"CMC_TAGGED_CONTENT_INFO","features":[75]},{"name":"CMC_TAGGED_OTHER_MSG","features":[75]},{"name":"CMC_TAGGED_REQUEST","features":[75]},{"name":"CMSCEPSetup","features":[75]},{"name":"CMSG_ATTR_CERT_COUNT_PARAM","features":[75]},{"name":"CMSG_ATTR_CERT_PARAM","features":[75]},{"name":"CMSG_AUTHENTICATED_ATTRIBUTES_FLAG","features":[75]},{"name":"CMSG_BARE_CONTENT_FLAG","features":[75]},{"name":"CMSG_BARE_CONTENT_PARAM","features":[75]},{"name":"CMSG_CERT_COUNT_PARAM","features":[75]},{"name":"CMSG_CERT_PARAM","features":[75]},{"name":"CMSG_CMS_ENCAPSULATED_CONTENT_FLAG","features":[75]},{"name":"CMSG_CMS_ENCAPSULATED_CTL_FLAG","features":[75]},{"name":"CMSG_CMS_RECIPIENT_COUNT_PARAM","features":[75]},{"name":"CMSG_CMS_RECIPIENT_ENCRYPTED_KEY_INDEX_PARAM","features":[75]},{"name":"CMSG_CMS_RECIPIENT_INDEX_PARAM","features":[75]},{"name":"CMSG_CMS_RECIPIENT_INFO","features":[1,75]},{"name":"CMSG_CMS_RECIPIENT_INFO_PARAM","features":[75]},{"name":"CMSG_CMS_SIGNER_INFO","features":[75]},{"name":"CMSG_CMS_SIGNER_INFO_PARAM","features":[75]},{"name":"CMSG_CNG_CONTENT_DECRYPT_INFO","features":[75]},{"name":"CMSG_COMPUTED_HASH_PARAM","features":[75]},{"name":"CMSG_CONTENTS_OCTETS_FLAG","features":[75]},{"name":"CMSG_CONTENT_ENCRYPT_FREE_OBJID_FLAG","features":[75]},{"name":"CMSG_CONTENT_ENCRYPT_FREE_PARA_FLAG","features":[75]},{"name":"CMSG_CONTENT_ENCRYPT_INFO","features":[1,75]},{"name":"CMSG_CONTENT_ENCRYPT_PAD_ENCODED_LEN_FLAG","features":[75]},{"name":"CMSG_CONTENT_ENCRYPT_RELEASE_CONTEXT_FLAG","features":[75]},{"name":"CMSG_CONTENT_PARAM","features":[75]},{"name":"CMSG_CRL_COUNT_PARAM","features":[75]},{"name":"CMSG_CRL_PARAM","features":[75]},{"name":"CMSG_CRYPT_RELEASE_CONTEXT_FLAG","features":[75]},{"name":"CMSG_CTRL_ADD_ATTR_CERT","features":[75]},{"name":"CMSG_CTRL_ADD_CERT","features":[75]},{"name":"CMSG_CTRL_ADD_CMS_SIGNER_INFO","features":[75]},{"name":"CMSG_CTRL_ADD_CRL","features":[75]},{"name":"CMSG_CTRL_ADD_SIGNER","features":[75]},{"name":"CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR","features":[75]},{"name":"CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA","features":[75]},{"name":"CMSG_CTRL_DECRYPT","features":[75]},{"name":"CMSG_CTRL_DECRYPT_PARA","features":[75]},{"name":"CMSG_CTRL_DEL_ATTR_CERT","features":[75]},{"name":"CMSG_CTRL_DEL_CERT","features":[75]},{"name":"CMSG_CTRL_DEL_CRL","features":[75]},{"name":"CMSG_CTRL_DEL_SIGNER","features":[75]},{"name":"CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR","features":[75]},{"name":"CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA","features":[75]},{"name":"CMSG_CTRL_ENABLE_STRONG_SIGNATURE","features":[75]},{"name":"CMSG_CTRL_KEY_AGREE_DECRYPT","features":[75]},{"name":"CMSG_CTRL_KEY_AGREE_DECRYPT_PARA","features":[1,75]},{"name":"CMSG_CTRL_KEY_TRANS_DECRYPT","features":[75]},{"name":"CMSG_CTRL_KEY_TRANS_DECRYPT_PARA","features":[75]},{"name":"CMSG_CTRL_MAIL_LIST_DECRYPT","features":[75]},{"name":"CMSG_CTRL_MAIL_LIST_DECRYPT_PARA","features":[1,75]},{"name":"CMSG_CTRL_VERIFY_HASH","features":[75]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE","features":[75]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE_EX","features":[75]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA","features":[75]},{"name":"CMSG_DATA","features":[75]},{"name":"CMSG_DEFAULT_INSTALLABLE_FUNC_OID","features":[75]},{"name":"CMSG_DETACHED_FLAG","features":[75]},{"name":"CMSG_ENCODED_MESSAGE","features":[75]},{"name":"CMSG_ENCODED_SIGNER","features":[75]},{"name":"CMSG_ENCODE_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[75]},{"name":"CMSG_ENCODE_SORTED_CTL_FLAG","features":[75]},{"name":"CMSG_ENCODING_TYPE_MASK","features":[75]},{"name":"CMSG_ENCRYPTED","features":[75]},{"name":"CMSG_ENCRYPTED_DIGEST","features":[75]},{"name":"CMSG_ENCRYPTED_ENCODE_INFO","features":[75]},{"name":"CMSG_ENCRYPT_PARAM","features":[75]},{"name":"CMSG_ENVELOPED","features":[75]},{"name":"CMSG_ENVELOPED_DATA_CMS_VERSION","features":[75]},{"name":"CMSG_ENVELOPED_DATA_PKCS_1_5_VERSION","features":[75]},{"name":"CMSG_ENVELOPED_DATA_V0","features":[75]},{"name":"CMSG_ENVELOPED_DATA_V2","features":[75]},{"name":"CMSG_ENVELOPED_ENCODE_INFO","features":[1,75]},{"name":"CMSG_ENVELOPED_RECIPIENT_V0","features":[75]},{"name":"CMSG_ENVELOPED_RECIPIENT_V2","features":[75]},{"name":"CMSG_ENVELOPED_RECIPIENT_V3","features":[75]},{"name":"CMSG_ENVELOPED_RECIPIENT_V4","features":[75]},{"name":"CMSG_ENVELOPE_ALGORITHM_PARAM","features":[75]},{"name":"CMSG_HASHED","features":[75]},{"name":"CMSG_HASHED_DATA_CMS_VERSION","features":[75]},{"name":"CMSG_HASHED_DATA_PKCS_1_5_VERSION","features":[75]},{"name":"CMSG_HASHED_DATA_V0","features":[75]},{"name":"CMSG_HASHED_DATA_V2","features":[75]},{"name":"CMSG_HASHED_ENCODE_INFO","features":[75]},{"name":"CMSG_HASH_ALGORITHM_PARAM","features":[75]},{"name":"CMSG_HASH_DATA_PARAM","features":[75]},{"name":"CMSG_INDEFINITE_LENGTH","features":[75]},{"name":"CMSG_INNER_CONTENT_TYPE_PARAM","features":[75]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_MATERIAL_FLAG","features":[75]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_OBJID_FLAG","features":[75]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PARA_FLAG","features":[75]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_ALG_FLAG","features":[75]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_BITS_FLAG","features":[75]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_PARA_FLAG","features":[75]},{"name":"CMSG_KEY_AGREE_ENCRYPT_INFO","features":[75]},{"name":"CMSG_KEY_AGREE_EPHEMERAL_KEY_CHOICE","features":[75]},{"name":"CMSG_KEY_AGREE_KEY_ENCRYPT_INFO","features":[75]},{"name":"CMSG_KEY_AGREE_OPTION","features":[75]},{"name":"CMSG_KEY_AGREE_ORIGINATOR","features":[75]},{"name":"CMSG_KEY_AGREE_ORIGINATOR_CERT","features":[75]},{"name":"CMSG_KEY_AGREE_ORIGINATOR_PUBLIC_KEY","features":[75]},{"name":"CMSG_KEY_AGREE_RECIPIENT","features":[75]},{"name":"CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO","features":[1,75]},{"name":"CMSG_KEY_AGREE_RECIPIENT_INFO","features":[1,75]},{"name":"CMSG_KEY_AGREE_STATIC_KEY_CHOICE","features":[75]},{"name":"CMSG_KEY_AGREE_VERSION","features":[75]},{"name":"CMSG_KEY_TRANS_CMS_VERSION","features":[75]},{"name":"CMSG_KEY_TRANS_ENCRYPT_FREE_OBJID_FLAG","features":[75]},{"name":"CMSG_KEY_TRANS_ENCRYPT_FREE_PARA_FLAG","features":[75]},{"name":"CMSG_KEY_TRANS_ENCRYPT_INFO","features":[75]},{"name":"CMSG_KEY_TRANS_PKCS_1_5_VERSION","features":[75]},{"name":"CMSG_KEY_TRANS_RECIPIENT","features":[75]},{"name":"CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO","features":[75]},{"name":"CMSG_KEY_TRANS_RECIPIENT_INFO","features":[75]},{"name":"CMSG_LENGTH_ONLY_FLAG","features":[75]},{"name":"CMSG_MAIL_LIST_ENCRYPT_FREE_OBJID_FLAG","features":[75]},{"name":"CMSG_MAIL_LIST_ENCRYPT_FREE_PARA_FLAG","features":[75]},{"name":"CMSG_MAIL_LIST_ENCRYPT_INFO","features":[75]},{"name":"CMSG_MAIL_LIST_HANDLE_KEY_CHOICE","features":[75]},{"name":"CMSG_MAIL_LIST_RECIPIENT","features":[75]},{"name":"CMSG_MAIL_LIST_RECIPIENT_ENCODE_INFO","features":[1,75]},{"name":"CMSG_MAIL_LIST_RECIPIENT_INFO","features":[1,75]},{"name":"CMSG_MAIL_LIST_VERSION","features":[75]},{"name":"CMSG_MAX_LENGTH_FLAG","features":[75]},{"name":"CMSG_OID_CAPI1_EXPORT_KEY_AGREE_FUNC","features":[75]},{"name":"CMSG_OID_CAPI1_EXPORT_KEY_TRANS_FUNC","features":[75]},{"name":"CMSG_OID_CAPI1_EXPORT_MAIL_LIST_FUNC","features":[75]},{"name":"CMSG_OID_CAPI1_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[75]},{"name":"CMSG_OID_CAPI1_IMPORT_KEY_AGREE_FUNC","features":[75]},{"name":"CMSG_OID_CAPI1_IMPORT_KEY_TRANS_FUNC","features":[75]},{"name":"CMSG_OID_CAPI1_IMPORT_MAIL_LIST_FUNC","features":[75]},{"name":"CMSG_OID_CNG_EXPORT_KEY_AGREE_FUNC","features":[75]},{"name":"CMSG_OID_CNG_EXPORT_KEY_TRANS_FUNC","features":[75]},{"name":"CMSG_OID_CNG_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[75]},{"name":"CMSG_OID_CNG_IMPORT_CONTENT_ENCRYPT_KEY_FUNC","features":[75]},{"name":"CMSG_OID_CNG_IMPORT_KEY_AGREE_FUNC","features":[75]},{"name":"CMSG_OID_CNG_IMPORT_KEY_TRANS_FUNC","features":[75]},{"name":"CMSG_OID_EXPORT_ENCRYPT_KEY_FUNC","features":[75]},{"name":"CMSG_OID_EXPORT_KEY_AGREE_FUNC","features":[75]},{"name":"CMSG_OID_EXPORT_KEY_TRANS_FUNC","features":[75]},{"name":"CMSG_OID_EXPORT_MAIL_LIST_FUNC","features":[75]},{"name":"CMSG_OID_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[75]},{"name":"CMSG_OID_GEN_ENCRYPT_KEY_FUNC","features":[75]},{"name":"CMSG_OID_IMPORT_ENCRYPT_KEY_FUNC","features":[75]},{"name":"CMSG_OID_IMPORT_KEY_AGREE_FUNC","features":[75]},{"name":"CMSG_OID_IMPORT_KEY_TRANS_FUNC","features":[75]},{"name":"CMSG_OID_IMPORT_MAIL_LIST_FUNC","features":[75]},{"name":"CMSG_RC2_AUX_INFO","features":[75]},{"name":"CMSG_RC4_AUX_INFO","features":[75]},{"name":"CMSG_RC4_NO_SALT_FLAG","features":[75]},{"name":"CMSG_RECIPIENT_COUNT_PARAM","features":[75]},{"name":"CMSG_RECIPIENT_ENCODE_INFO","features":[1,75]},{"name":"CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO","features":[1,75]},{"name":"CMSG_RECIPIENT_ENCRYPTED_KEY_INFO","features":[1,75]},{"name":"CMSG_RECIPIENT_INDEX_PARAM","features":[75]},{"name":"CMSG_RECIPIENT_INFO_PARAM","features":[75]},{"name":"CMSG_SIGNED","features":[75]},{"name":"CMSG_SIGNED_AND_ENVELOPED","features":[75]},{"name":"CMSG_SIGNED_AND_ENVELOPED_ENCODE_INFO","features":[1,75]},{"name":"CMSG_SIGNED_DATA_CMS_VERSION","features":[75]},{"name":"CMSG_SIGNED_DATA_NO_SIGN_FLAG","features":[75]},{"name":"CMSG_SIGNED_DATA_PKCS_1_5_VERSION","features":[75]},{"name":"CMSG_SIGNED_DATA_V1","features":[75]},{"name":"CMSG_SIGNED_DATA_V3","features":[75]},{"name":"CMSG_SIGNED_ENCODE_INFO","features":[1,75]},{"name":"CMSG_SIGNER_AUTH_ATTR_PARAM","features":[75]},{"name":"CMSG_SIGNER_CERT_ID_PARAM","features":[75]},{"name":"CMSG_SIGNER_CERT_INFO_PARAM","features":[75]},{"name":"CMSG_SIGNER_COUNT_PARAM","features":[75]},{"name":"CMSG_SIGNER_ENCODE_INFO","features":[1,75]},{"name":"CMSG_SIGNER_HASH_ALGORITHM_PARAM","features":[75]},{"name":"CMSG_SIGNER_INFO","features":[75]},{"name":"CMSG_SIGNER_INFO_CMS_VERSION","features":[75]},{"name":"CMSG_SIGNER_INFO_PARAM","features":[75]},{"name":"CMSG_SIGNER_INFO_PKCS_1_5_VERSION","features":[75]},{"name":"CMSG_SIGNER_INFO_V1","features":[75]},{"name":"CMSG_SIGNER_INFO_V3","features":[75]},{"name":"CMSG_SIGNER_ONLY_FLAG","features":[75]},{"name":"CMSG_SIGNER_UNAUTH_ATTR_PARAM","features":[75]},{"name":"CMSG_SP3_COMPATIBLE_AUX_INFO","features":[75]},{"name":"CMSG_SP3_COMPATIBLE_ENCRYPT_FLAG","features":[75]},{"name":"CMSG_STREAM_INFO","features":[1,75]},{"name":"CMSG_TRUSTED_SIGNER_FLAG","features":[75]},{"name":"CMSG_TYPE_PARAM","features":[75]},{"name":"CMSG_UNPROTECTED_ATTR_PARAM","features":[75]},{"name":"CMSG_USE_SIGNER_INDEX_FLAG","features":[75]},{"name":"CMSG_VERIFY_COUNTER_SIGN_ENABLE_STRONG_FLAG","features":[75]},{"name":"CMSG_VERIFY_SIGNER_CERT","features":[75]},{"name":"CMSG_VERIFY_SIGNER_CHAIN","features":[75]},{"name":"CMSG_VERIFY_SIGNER_NULL","features":[75]},{"name":"CMSG_VERIFY_SIGNER_PUBKEY","features":[75]},{"name":"CMSG_VERSION_PARAM","features":[75]},{"name":"CMS_DH_KEY_INFO","features":[75]},{"name":"CMS_KEY_INFO","features":[75]},{"name":"CMS_SIGNER_INFO","features":[75]},{"name":"CNG_RSA_PRIVATE_KEY_BLOB","features":[75]},{"name":"CNG_RSA_PUBLIC_KEY_BLOB","features":[75]},{"name":"CONTAINER_INFO","features":[75]},{"name":"CONTAINER_INFO_CURRENT_VERSION","features":[75]},{"name":"CONTAINER_MAP_DEFAULT_CONTAINER","features":[75]},{"name":"CONTAINER_MAP_RECORD","features":[75]},{"name":"CONTAINER_MAP_VALID_CONTAINER","features":[75]},{"name":"CONTEXT_OID_CAPI2_ANY","features":[75]},{"name":"CONTEXT_OID_CERTIFICATE","features":[75]},{"name":"CONTEXT_OID_CREATE_OBJECT_CONTEXT_FUNC","features":[75]},{"name":"CONTEXT_OID_CRL","features":[75]},{"name":"CONTEXT_OID_CTL","features":[75]},{"name":"CONTEXT_OID_OCSP_RESP","features":[75]},{"name":"CONTEXT_OID_PKCS7","features":[75]},{"name":"CPS_URLS","features":[75]},{"name":"CP_CACHE_MODE_GLOBAL_CACHE","features":[75]},{"name":"CP_CACHE_MODE_NO_CACHE","features":[75]},{"name":"CP_CACHE_MODE_SESSION_ONLY","features":[75]},{"name":"CP_CARD_AUTHENTICATED_STATE","features":[75]},{"name":"CP_CARD_CACHE_MODE","features":[75]},{"name":"CP_CARD_CAPABILITIES","features":[75]},{"name":"CP_CARD_FREE_SPACE","features":[75]},{"name":"CP_CARD_GUID","features":[75]},{"name":"CP_CARD_KEYSIZES","features":[75]},{"name":"CP_CARD_LIST_PINS","features":[75]},{"name":"CP_CARD_PIN_INFO","features":[75]},{"name":"CP_CARD_PIN_STRENGTH_CHANGE","features":[75]},{"name":"CP_CARD_PIN_STRENGTH_UNBLOCK","features":[75]},{"name":"CP_CARD_PIN_STRENGTH_VERIFY","features":[75]},{"name":"CP_CARD_PIV","features":[75]},{"name":"CP_CARD_READ_ONLY","features":[75]},{"name":"CP_CARD_SERIAL_NO","features":[75]},{"name":"CP_CHAINING_MODES","features":[75]},{"name":"CP_ENUM_ALGORITHMS","features":[75]},{"name":"CP_KEY_IMPORT_SUPPORT","features":[75]},{"name":"CP_PADDING_SCHEMES","features":[75]},{"name":"CP_PARENT_WINDOW","features":[75]},{"name":"CP_PIN_CONTEXT_STRING","features":[75]},{"name":"CP_PIV_CARD_CAPABILITY_CONTAINER","features":[75]},{"name":"CP_PIV_CARD_HOLDER_UNIQUE_IDENTIFIER","features":[75]},{"name":"CP_PIV_CARD_HOLDER_UNSIGNED_UNIQUE_IDENTIFIER","features":[75]},{"name":"CP_PIV_CERTIFICATE","features":[75]},{"name":"CP_PIV_FACIAL_IMAGE","features":[75]},{"name":"CP_PIV_FINGERPRINT","features":[75]},{"name":"CP_PIV_GENERATE_KEY","features":[75]},{"name":"CP_PIV_KEY_HISTORY_OBJECT","features":[75]},{"name":"CP_PIV_PRINTED_INFORMATION","features":[75]},{"name":"CP_PIV_PUBLIC_KEY","features":[75]},{"name":"CP_PIV_SECURITY_OBJECT","features":[75]},{"name":"CP_SUPPORTS_WIN_X509_ENROLLMENT","features":[75]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS","features":[75]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS_A","features":[75]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS_W","features":[75]},{"name":"CRL_CONTEXT","features":[1,75]},{"name":"CRL_DIST_POINT","features":[75]},{"name":"CRL_DIST_POINTS_INFO","features":[75]},{"name":"CRL_DIST_POINT_ERR_CRL_ISSUER_BIT","features":[75]},{"name":"CRL_DIST_POINT_ERR_INDEX_MASK","features":[75]},{"name":"CRL_DIST_POINT_ERR_INDEX_SHIFT","features":[75]},{"name":"CRL_DIST_POINT_FULL_NAME","features":[75]},{"name":"CRL_DIST_POINT_ISSUER_RDN_NAME","features":[75]},{"name":"CRL_DIST_POINT_NAME","features":[75]},{"name":"CRL_DIST_POINT_NO_NAME","features":[75]},{"name":"CRL_ENTRY","features":[1,75]},{"name":"CRL_FIND_ANY","features":[75]},{"name":"CRL_FIND_EXISTING","features":[75]},{"name":"CRL_FIND_ISSUED_BY","features":[75]},{"name":"CRL_FIND_ISSUED_BY_AKI_FLAG","features":[75]},{"name":"CRL_FIND_ISSUED_BY_BASE_FLAG","features":[75]},{"name":"CRL_FIND_ISSUED_BY_DELTA_FLAG","features":[75]},{"name":"CRL_FIND_ISSUED_BY_SIGNATURE_FLAG","features":[75]},{"name":"CRL_FIND_ISSUED_FOR","features":[75]},{"name":"CRL_FIND_ISSUED_FOR_PARA","features":[1,75]},{"name":"CRL_FIND_ISSUED_FOR_SET_STRONG_PROPERTIES_FLAG","features":[75]},{"name":"CRL_INFO","features":[1,75]},{"name":"CRL_ISSUING_DIST_POINT","features":[1,75]},{"name":"CRL_REASON_AA_COMPROMISE","features":[75]},{"name":"CRL_REASON_AA_COMPROMISE_FLAG","features":[75]},{"name":"CRL_REASON_AFFILIATION_CHANGED","features":[75]},{"name":"CRL_REASON_AFFILIATION_CHANGED_FLAG","features":[75]},{"name":"CRL_REASON_CA_COMPROMISE","features":[75]},{"name":"CRL_REASON_CA_COMPROMISE_FLAG","features":[75]},{"name":"CRL_REASON_CERTIFICATE_HOLD","features":[75]},{"name":"CRL_REASON_CERTIFICATE_HOLD_FLAG","features":[75]},{"name":"CRL_REASON_CESSATION_OF_OPERATION","features":[75]},{"name":"CRL_REASON_CESSATION_OF_OPERATION_FLAG","features":[75]},{"name":"CRL_REASON_KEY_COMPROMISE","features":[75]},{"name":"CRL_REASON_KEY_COMPROMISE_FLAG","features":[75]},{"name":"CRL_REASON_PRIVILEGE_WITHDRAWN","features":[75]},{"name":"CRL_REASON_PRIVILEGE_WITHDRAWN_FLAG","features":[75]},{"name":"CRL_REASON_REMOVE_FROM_CRL","features":[75]},{"name":"CRL_REASON_SUPERSEDED","features":[75]},{"name":"CRL_REASON_SUPERSEDED_FLAG","features":[75]},{"name":"CRL_REASON_UNSPECIFIED","features":[75]},{"name":"CRL_REASON_UNUSED_FLAG","features":[75]},{"name":"CRL_REVOCATION_INFO","features":[1,75]},{"name":"CRL_V1","features":[75]},{"name":"CRL_V2","features":[75]},{"name":"CROSS_CERT_DIST_POINTS_INFO","features":[75]},{"name":"CROSS_CERT_DIST_POINT_ERR_INDEX_MASK","features":[75]},{"name":"CROSS_CERT_DIST_POINT_ERR_INDEX_SHIFT","features":[75]},{"name":"CRYPTNET_CACHED_OCSP_SWITCH_TO_CRL_COUNT_DEFAULT","features":[75]},{"name":"CRYPTNET_CACHED_OCSP_SWITCH_TO_CRL_COUNT_VALUE_NAME","features":[75]},{"name":"CRYPTNET_CRL_BEFORE_OCSP_ENABLE","features":[75]},{"name":"CRYPTNET_CRL_PRE_FETCH_DISABLE_INFORMATION_EVENTS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_CRL_PRE_FETCH_LOG_FILE_NAME_VALUE_NAME","features":[75]},{"name":"CRYPTNET_CRL_PRE_FETCH_MAX_AGE_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_CRL_PRE_FETCH_MIN_AFTER_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_CRL_PRE_FETCH_MIN_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_CRL_PRE_FETCH_PROCESS_NAME_LIST_VALUE_NAME","features":[75]},{"name":"CRYPTNET_CRL_PRE_FETCH_PUBLISH_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_CRL_PRE_FETCH_PUBLISH_RANDOM_INTERVAL_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_CRL_PRE_FETCH_TIMEOUT_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_CRL_PRE_FETCH_URL_LIST_VALUE_NAME","features":[75]},{"name":"CRYPTNET_MAX_CACHED_OCSP_PER_CRL_COUNT_DEFAULT","features":[75]},{"name":"CRYPTNET_MAX_CACHED_OCSP_PER_CRL_COUNT_VALUE_NAME","features":[75]},{"name":"CRYPTNET_OCSP_AFTER_CRL_DISABLE","features":[75]},{"name":"CRYPTNET_PRE_FETCH_AFTER_CURRENT_TIME_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_DEFAULT","features":[75]},{"name":"CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_BEFORE_NEXT_UPDATE_PRE_FETCH_DIVISOR_DEFAULT","features":[75]},{"name":"CRYPTNET_PRE_FETCH_BEFORE_NEXT_UPDATE_PRE_FETCH_DIVISOR_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_MAX_AFTER_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_MAX_MAX_AGE_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_MIN_AFTER_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_MIN_BEFORE_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_MIN_MAX_AGE_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_MIN_OCSP_VALIDITY_PERIOD_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_RETRIEVAL_TIMEOUT_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_SCAN_AFTER_TRIGGER_DELAY_SECONDS_DEFAULT","features":[75]},{"name":"CRYPTNET_PRE_FETCH_SCAN_AFTER_TRIGGER_DELAY_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_TRIGGER_DISABLE","features":[75]},{"name":"CRYPTNET_PRE_FETCH_TRIGGER_PERIOD_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_PRE_FETCH_VALIDITY_PERIOD_AFTER_NEXT_UPDATE_PRE_FETCH_DIVISOR_DEFAULT","features":[75]},{"name":"CRYPTNET_PRE_FETCH_VALIDITY_PERIOD_AFTER_NEXT_UPDATE_PRE_FETCH_DIVISOR_VALUE_NAME","features":[75]},{"name":"CRYPTNET_URL_CACHE_DEFAULT_FLUSH","features":[75]},{"name":"CRYPTNET_URL_CACHE_DEFAULT_FLUSH_EXEMPT_SECONDS_VALUE_NAME","features":[75]},{"name":"CRYPTNET_URL_CACHE_DISABLE_FLUSH","features":[75]},{"name":"CRYPTNET_URL_CACHE_FLUSH_INFO","features":[1,75]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_AUTOROOT_CAB","features":[75]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_BLOB","features":[75]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_CRL","features":[75]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_DISALLOWED_CERT_CAB","features":[75]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_INFO","features":[1,75]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_NONE","features":[75]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_OCSP","features":[75]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_PIN_RULES_CAB","features":[75]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_HTTP","features":[75]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_INFO","features":[1,75]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_NONE","features":[75]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_VALIDATED","features":[75]},{"name":"CRYPTPROTECTMEMORY_BLOCK_SIZE","features":[75]},{"name":"CRYPTPROTECTMEMORY_CROSS_PROCESS","features":[75]},{"name":"CRYPTPROTECTMEMORY_SAME_LOGON","features":[75]},{"name":"CRYPTPROTECTMEMORY_SAME_PROCESS","features":[75]},{"name":"CRYPTPROTECT_AUDIT","features":[75]},{"name":"CRYPTPROTECT_CRED_REGENERATE","features":[75]},{"name":"CRYPTPROTECT_CRED_SYNC","features":[75]},{"name":"CRYPTPROTECT_DEFAULT_PROVIDER","features":[75]},{"name":"CRYPTPROTECT_FIRST_RESERVED_FLAGVAL","features":[75]},{"name":"CRYPTPROTECT_LAST_RESERVED_FLAGVAL","features":[75]},{"name":"CRYPTPROTECT_LOCAL_MACHINE","features":[75]},{"name":"CRYPTPROTECT_NO_RECOVERY","features":[75]},{"name":"CRYPTPROTECT_PROMPTSTRUCT","features":[1,75]},{"name":"CRYPTPROTECT_PROMPT_ON_PROTECT","features":[75]},{"name":"CRYPTPROTECT_PROMPT_ON_UNPROTECT","features":[75]},{"name":"CRYPTPROTECT_PROMPT_REQUIRE_STRONG","features":[75]},{"name":"CRYPTPROTECT_PROMPT_RESERVED","features":[75]},{"name":"CRYPTPROTECT_PROMPT_STRONG","features":[75]},{"name":"CRYPTPROTECT_UI_FORBIDDEN","features":[75]},{"name":"CRYPTPROTECT_VERIFY_PROTECTION","features":[75]},{"name":"CRYPT_3DES_KEY_STATE","features":[75]},{"name":"CRYPT_ACCUMULATIVE_TIMEOUT","features":[75]},{"name":"CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG","features":[75]},{"name":"CRYPT_ACQUIRE_CACHE_FLAG","features":[75]},{"name":"CRYPT_ACQUIRE_COMPARE_KEY_FLAG","features":[75]},{"name":"CRYPT_ACQUIRE_FLAGS","features":[75]},{"name":"CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK","features":[75]},{"name":"CRYPT_ACQUIRE_NO_HEALING","features":[75]},{"name":"CRYPT_ACQUIRE_ONLY_NCRYPT_KEY_FLAG","features":[75]},{"name":"CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG","features":[75]},{"name":"CRYPT_ACQUIRE_SILENT_FLAG","features":[75]},{"name":"CRYPT_ACQUIRE_USE_PROV_INFO_FLAG","features":[75]},{"name":"CRYPT_ACQUIRE_WINDOW_HANDLE_FLAG","features":[75]},{"name":"CRYPT_AES_128_KEY_STATE","features":[75]},{"name":"CRYPT_AES_256_KEY_STATE","features":[75]},{"name":"CRYPT_AIA_RETRIEVAL","features":[75]},{"name":"CRYPT_ALGORITHM_IDENTIFIER","features":[75]},{"name":"CRYPT_ALL_FUNCTIONS","features":[75]},{"name":"CRYPT_ALL_PROVIDERS","features":[75]},{"name":"CRYPT_ANY","features":[75]},{"name":"CRYPT_ARCHIVABLE","features":[75]},{"name":"CRYPT_ARCHIVE","features":[75]},{"name":"CRYPT_ASN_ENCODING","features":[75]},{"name":"CRYPT_ASYNC_RETRIEVAL","features":[75]},{"name":"CRYPT_ASYNC_RETRIEVAL_COMPLETION","features":[75]},{"name":"CRYPT_ATTRIBUTE","features":[75]},{"name":"CRYPT_ATTRIBUTES","features":[75]},{"name":"CRYPT_ATTRIBUTE_TYPE_VALUE","features":[75]},{"name":"CRYPT_BIT_BLOB","features":[75]},{"name":"CRYPT_BLOB_ARRAY","features":[75]},{"name":"CRYPT_BLOB_VER3","features":[75]},{"name":"CRYPT_CACHE_ONLY_RETRIEVAL","features":[75]},{"name":"CRYPT_CHECK_FRESHNESS_TIME_VALIDITY","features":[75]},{"name":"CRYPT_CONTENT_INFO","features":[75]},{"name":"CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY","features":[75]},{"name":"CRYPT_CONTEXTS","features":[75]},{"name":"CRYPT_CONTEXT_CONFIG","features":[75]},{"name":"CRYPT_CONTEXT_CONFIG_FLAGS","features":[75]},{"name":"CRYPT_CONTEXT_FUNCTIONS","features":[75]},{"name":"CRYPT_CONTEXT_FUNCTION_CONFIG","features":[75]},{"name":"CRYPT_CONTEXT_FUNCTION_PROVIDERS","features":[75]},{"name":"CRYPT_CREATE_IV","features":[75]},{"name":"CRYPT_CREATE_NEW_FLUSH_ENTRY","features":[75]},{"name":"CRYPT_CREATE_SALT","features":[75]},{"name":"CRYPT_CREDENTIALS","features":[75]},{"name":"CRYPT_CSP_PROVIDER","features":[75]},{"name":"CRYPT_DATA_KEY","features":[75]},{"name":"CRYPT_DECODE_ALLOC_FLAG","features":[75]},{"name":"CRYPT_DECODE_ENABLE_PUNYCODE_FLAG","features":[75]},{"name":"CRYPT_DECODE_ENABLE_UTF8PERCENT_FLAG","features":[75]},{"name":"CRYPT_DECODE_NOCOPY_FLAG","features":[75]},{"name":"CRYPT_DECODE_NO_SIGNATURE_BYTE_REVERSAL_FLAG","features":[75]},{"name":"CRYPT_DECODE_PARA","features":[75]},{"name":"CRYPT_DECODE_SHARE_OID_STRING_FLAG","features":[75]},{"name":"CRYPT_DECODE_TO_BE_SIGNED_FLAG","features":[75]},{"name":"CRYPT_DECRYPT","features":[75]},{"name":"CRYPT_DECRYPT_MESSAGE_PARA","features":[75]},{"name":"CRYPT_DECRYPT_RSA_NO_PADDING_CHECK","features":[75]},{"name":"CRYPT_DEFAULT_CONTAINER_OPTIONAL","features":[75]},{"name":"CRYPT_DEFAULT_CONTEXT","features":[75]},{"name":"CRYPT_DEFAULT_CONTEXT_AUTO_RELEASE_FLAG","features":[75]},{"name":"CRYPT_DEFAULT_CONTEXT_CERT_SIGN_OID","features":[75]},{"name":"CRYPT_DEFAULT_CONTEXT_FLAGS","features":[75]},{"name":"CRYPT_DEFAULT_CONTEXT_MULTI_CERT_SIGN_OID","features":[75]},{"name":"CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA","features":[75]},{"name":"CRYPT_DEFAULT_CONTEXT_PROCESS_FLAG","features":[75]},{"name":"CRYPT_DEFAULT_CONTEXT_TYPE","features":[75]},{"name":"CRYPT_DEFAULT_OID","features":[75]},{"name":"CRYPT_DELETEKEYSET","features":[75]},{"name":"CRYPT_DELETE_DEFAULT","features":[75]},{"name":"CRYPT_DELETE_KEYSET","features":[75]},{"name":"CRYPT_DESTROYKEY","features":[75]},{"name":"CRYPT_DES_KEY_STATE","features":[75]},{"name":"CRYPT_DOMAIN","features":[75]},{"name":"CRYPT_DONT_CACHE_RESULT","features":[75]},{"name":"CRYPT_DONT_CHECK_TIME_VALIDITY","features":[75]},{"name":"CRYPT_DONT_VERIFY_SIGNATURE","features":[75]},{"name":"CRYPT_ECC_CMS_SHARED_INFO","features":[75]},{"name":"CRYPT_ECC_CMS_SHARED_INFO_SUPPPUBINFO_BYTE_LENGTH","features":[75]},{"name":"CRYPT_ECC_PRIVATE_KEY_INFO","features":[75]},{"name":"CRYPT_ECC_PRIVATE_KEY_INFO_v1","features":[75]},{"name":"CRYPT_ENABLE_FILE_RETRIEVAL","features":[75]},{"name":"CRYPT_ENABLE_SSL_REVOCATION_RETRIEVAL","features":[75]},{"name":"CRYPT_ENCODE_ALLOC_FLAG","features":[75]},{"name":"CRYPT_ENCODE_DECODE_NONE","features":[75]},{"name":"CRYPT_ENCODE_ENABLE_PUNYCODE_FLAG","features":[75]},{"name":"CRYPT_ENCODE_ENABLE_UTF8PERCENT_FLAG","features":[75]},{"name":"CRYPT_ENCODE_NO_SIGNATURE_BYTE_REVERSAL_FLAG","features":[75]},{"name":"CRYPT_ENCODE_OBJECT_FLAGS","features":[75]},{"name":"CRYPT_ENCODE_PARA","features":[75]},{"name":"CRYPT_ENCRYPT","features":[75]},{"name":"CRYPT_ENCRYPTED_PRIVATE_KEY_INFO","features":[75]},{"name":"CRYPT_ENCRYPT_ALG_OID_GROUP_ID","features":[75]},{"name":"CRYPT_ENCRYPT_MESSAGE_PARA","features":[75]},{"name":"CRYPT_ENHKEY_USAGE_OID_GROUP_ID","features":[75]},{"name":"CRYPT_ENROLLMENT_NAME_VALUE_PAIR","features":[75]},{"name":"CRYPT_EXCLUSIVE","features":[75]},{"name":"CRYPT_EXPORT","features":[75]},{"name":"CRYPT_EXPORTABLE","features":[75]},{"name":"CRYPT_EXPORT_KEY","features":[75]},{"name":"CRYPT_EXTERNAL_SIGNATURE_LENGTH","features":[75]},{"name":"CRYPT_EXT_OR_ATTR_OID_GROUP_ID","features":[75]},{"name":"CRYPT_FAILED","features":[75]},{"name":"CRYPT_FASTSGC","features":[75]},{"name":"CRYPT_FIND_FLAGS","features":[75]},{"name":"CRYPT_FIND_MACHINE_KEYSET_FLAG","features":[75]},{"name":"CRYPT_FIND_SILENT_KEYSET_FLAG","features":[75]},{"name":"CRYPT_FIND_USER_KEYSET_FLAG","features":[75]},{"name":"CRYPT_FIRST","features":[75]},{"name":"CRYPT_FIRST_ALG_OID_GROUP_ID","features":[75]},{"name":"CRYPT_FLAG_IPSEC","features":[75]},{"name":"CRYPT_FLAG_PCT1","features":[75]},{"name":"CRYPT_FLAG_SIGNING","features":[75]},{"name":"CRYPT_FLAG_SSL2","features":[75]},{"name":"CRYPT_FLAG_SSL3","features":[75]},{"name":"CRYPT_FLAG_TLS1","features":[75]},{"name":"CRYPT_FORCE_KEY_PROTECTION_HIGH","features":[75]},{"name":"CRYPT_FORMAT_COMMA","features":[75]},{"name":"CRYPT_FORMAT_CRLF","features":[75]},{"name":"CRYPT_FORMAT_OID","features":[75]},{"name":"CRYPT_FORMAT_RDN_CRLF","features":[75]},{"name":"CRYPT_FORMAT_RDN_REVERSE","features":[75]},{"name":"CRYPT_FORMAT_RDN_SEMICOLON","features":[75]},{"name":"CRYPT_FORMAT_RDN_UNQUOTE","features":[75]},{"name":"CRYPT_FORMAT_SEMICOLON","features":[75]},{"name":"CRYPT_FORMAT_SIMPLE","features":[75]},{"name":"CRYPT_FORMAT_STR_MULTI_LINE","features":[75]},{"name":"CRYPT_FORMAT_STR_NO_HEX","features":[75]},{"name":"CRYPT_FORMAT_X509","features":[75]},{"name":"CRYPT_GET_INSTALLED_OID_FUNC_FLAG","features":[75]},{"name":"CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO","features":[1,75]},{"name":"CRYPT_GET_URL_FLAGS","features":[75]},{"name":"CRYPT_GET_URL_FROM_AUTH_ATTRIBUTE","features":[75]},{"name":"CRYPT_GET_URL_FROM_EXTENSION","features":[75]},{"name":"CRYPT_GET_URL_FROM_PROPERTY","features":[75]},{"name":"CRYPT_GET_URL_FROM_UNAUTH_ATTRIBUTE","features":[75]},{"name":"CRYPT_HASH_ALG_OID_GROUP_ID","features":[75]},{"name":"CRYPT_HASH_INFO","features":[75]},{"name":"CRYPT_HASH_MESSAGE_PARA","features":[75]},{"name":"CRYPT_HTTP_POST_RETRIEVAL","features":[75]},{"name":"CRYPT_IMAGE_REF","features":[75]},{"name":"CRYPT_IMAGE_REF_FLAGS","features":[75]},{"name":"CRYPT_IMAGE_REG","features":[75]},{"name":"CRYPT_IMPL_HARDWARE","features":[75]},{"name":"CRYPT_IMPL_MIXED","features":[75]},{"name":"CRYPT_IMPL_REMOVABLE","features":[75]},{"name":"CRYPT_IMPL_SOFTWARE","features":[75]},{"name":"CRYPT_IMPL_UNKNOWN","features":[75]},{"name":"CRYPT_IMPORT_KEY","features":[75]},{"name":"CRYPT_IMPORT_PUBLIC_KEY_FLAGS","features":[75]},{"name":"CRYPT_INITIATOR","features":[75]},{"name":"CRYPT_INSTALL_OID_FUNC_BEFORE_FLAG","features":[75]},{"name":"CRYPT_INSTALL_OID_INFO_BEFORE_FLAG","features":[75]},{"name":"CRYPT_INTEGER_BLOB","features":[75]},{"name":"CRYPT_INTERFACE_REG","features":[75]},{"name":"CRYPT_IPSEC_HMAC_KEY","features":[75]},{"name":"CRYPT_KDF_OID_GROUP_ID","features":[75]},{"name":"CRYPT_KEEP_TIME_VALID","features":[75]},{"name":"CRYPT_KEK","features":[75]},{"name":"CRYPT_KEYID_ALLOC_FLAG","features":[75]},{"name":"CRYPT_KEYID_DELETE_FLAG","features":[75]},{"name":"CRYPT_KEYID_MACHINE_FLAG","features":[75]},{"name":"CRYPT_KEYID_SET_NEW_FLAG","features":[75]},{"name":"CRYPT_KEY_FLAGS","features":[75]},{"name":"CRYPT_KEY_PARAM_ID","features":[75]},{"name":"CRYPT_KEY_PROV_INFO","features":[75]},{"name":"CRYPT_KEY_PROV_PARAM","features":[75]},{"name":"CRYPT_KEY_SIGN_MESSAGE_PARA","features":[75]},{"name":"CRYPT_KEY_VERIFY_MESSAGE_PARA","features":[75]},{"name":"CRYPT_KM","features":[75]},{"name":"CRYPT_LAST_ALG_OID_GROUP_ID","features":[75]},{"name":"CRYPT_LAST_OID_GROUP_ID","features":[75]},{"name":"CRYPT_LDAP_AREC_EXCLUSIVE_RETRIEVAL","features":[75]},{"name":"CRYPT_LDAP_INSERT_ENTRY_ATTRIBUTE","features":[75]},{"name":"CRYPT_LDAP_SCOPE_BASE_ONLY_RETRIEVAL","features":[75]},{"name":"CRYPT_LDAP_SIGN_RETRIEVAL","features":[75]},{"name":"CRYPT_LITTLE_ENDIAN","features":[75]},{"name":"CRYPT_LOCAL","features":[75]},{"name":"CRYPT_LOCALIZED_NAME_ENCODING_TYPE","features":[75]},{"name":"CRYPT_LOCALIZED_NAME_OID","features":[75]},{"name":"CRYPT_MAC","features":[75]},{"name":"CRYPT_MACHINE_DEFAULT","features":[75]},{"name":"CRYPT_MACHINE_KEYSET","features":[75]},{"name":"CRYPT_MAC_RESOURCE","features":[75]},{"name":"CRYPT_MAC_RESOURCE_NUMBER","features":[75]},{"name":"CRYPT_MASK_GEN_ALGORITHM","features":[75]},{"name":"CRYPT_MATCH_ANY_ENCODING_TYPE","features":[75]},{"name":"CRYPT_MAX_PROVIDER_ID","features":[75]},{"name":"CRYPT_MESSAGE_BARE_CONTENT_OUT_FLAG","features":[75]},{"name":"CRYPT_MESSAGE_ENCAPSULATED_CONTENT_OUT_FLAG","features":[75]},{"name":"CRYPT_MESSAGE_KEYID_RECIPIENT_FLAG","features":[75]},{"name":"CRYPT_MESSAGE_KEYID_SIGNER_FLAG","features":[75]},{"name":"CRYPT_MESSAGE_SILENT_KEYSET_FLAG","features":[75]},{"name":"CRYPT_MIN_DEPENDENCIES","features":[75]},{"name":"CRYPT_MM","features":[75]},{"name":"CRYPT_MODE_CBC","features":[75]},{"name":"CRYPT_MODE_CBCI","features":[75]},{"name":"CRYPT_MODE_CBCOFM","features":[75]},{"name":"CRYPT_MODE_CBCOFMI","features":[75]},{"name":"CRYPT_MODE_CFB","features":[75]},{"name":"CRYPT_MODE_CFBP","features":[75]},{"name":"CRYPT_MODE_CTS","features":[75]},{"name":"CRYPT_MODE_ECB","features":[75]},{"name":"CRYPT_MODE_OFB","features":[75]},{"name":"CRYPT_MODE_OFBP","features":[75]},{"name":"CRYPT_MSG_TYPE","features":[75]},{"name":"CRYPT_NDR_ENCODING","features":[75]},{"name":"CRYPT_NEWKEYSET","features":[75]},{"name":"CRYPT_NEXT","features":[75]},{"name":"CRYPT_NOHASHOID","features":[75]},{"name":"CRYPT_NOT_MODIFIED_RETRIEVAL","features":[75]},{"name":"CRYPT_NO_AUTH_RETRIEVAL","features":[75]},{"name":"CRYPT_NO_OCSP_FAILOVER_TO_CRL_RETRIEVAL","features":[75]},{"name":"CRYPT_NO_SALT","features":[75]},{"name":"CRYPT_OAEP","features":[75]},{"name":"CRYPT_OBJECT_LOCATOR_FIRST_RESERVED_USER_NAME_TYPE","features":[75]},{"name":"CRYPT_OBJECT_LOCATOR_LAST_RESERVED_NAME_TYPE","features":[75]},{"name":"CRYPT_OBJECT_LOCATOR_LAST_RESERVED_USER_NAME_TYPE","features":[75]},{"name":"CRYPT_OBJECT_LOCATOR_PROVIDER_TABLE","features":[1,75]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_DLL_UNLOAD","features":[75]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_PROCESS_EXIT","features":[75]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_REASON","features":[75]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_SERVICE_STOP","features":[75]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_SYSTEM_SHUTDOWN","features":[75]},{"name":"CRYPT_OBJECT_LOCATOR_SPN_NAME_TYPE","features":[75]},{"name":"CRYPT_OBJID_TABLE","features":[75]},{"name":"CRYPT_OCSP_ONLY_RETRIEVAL","features":[75]},{"name":"CRYPT_OFFLINE_CHECK_RETRIEVAL","features":[75]},{"name":"CRYPT_OID_CREATE_COM_OBJECT_FUNC","features":[75]},{"name":"CRYPT_OID_DECODE_OBJECT_EX_FUNC","features":[75]},{"name":"CRYPT_OID_DECODE_OBJECT_FUNC","features":[75]},{"name":"CRYPT_OID_DISABLE_SEARCH_DS_FLAG","features":[75]},{"name":"CRYPT_OID_ENCODE_OBJECT_EX_FUNC","features":[75]},{"name":"CRYPT_OID_ENCODE_OBJECT_FUNC","features":[75]},{"name":"CRYPT_OID_ENUM_PHYSICAL_STORE_FUNC","features":[75]},{"name":"CRYPT_OID_ENUM_SYSTEM_STORE_FUNC","features":[75]},{"name":"CRYPT_OID_EXPORT_PRIVATE_KEY_INFO_FUNC","features":[75]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[75]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_FROM_BCRYPT_HANDLE_FUNC","features":[75]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_FUNC","features":[75]},{"name":"CRYPT_OID_EXTRACT_ENCODED_SIGNATURE_PARAMETERS_FUNC","features":[75]},{"name":"CRYPT_OID_FIND_LOCALIZED_NAME_FUNC","features":[75]},{"name":"CRYPT_OID_FIND_OID_INFO_FUNC","features":[75]},{"name":"CRYPT_OID_FORMAT_OBJECT_FUNC","features":[75]},{"name":"CRYPT_OID_FUNC_ENTRY","features":[75]},{"name":"CRYPT_OID_IMPORT_PRIVATE_KEY_INFO_FUNC","features":[75]},{"name":"CRYPT_OID_IMPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[75]},{"name":"CRYPT_OID_IMPORT_PUBLIC_KEY_INFO_FUNC","features":[75]},{"name":"CRYPT_OID_INFO","features":[75]},{"name":"CRYPT_OID_INFO_ALGID_KEY","features":[75]},{"name":"CRYPT_OID_INFO_CNG_ALGID_KEY","features":[75]},{"name":"CRYPT_OID_INFO_CNG_SIGN_KEY","features":[75]},{"name":"CRYPT_OID_INFO_ECC_PARAMETERS_ALGORITHM","features":[75]},{"name":"CRYPT_OID_INFO_ECC_WRAP_PARAMETERS_ALGORITHM","features":[75]},{"name":"CRYPT_OID_INFO_HASH_PARAMETERS_ALGORITHM","features":[75]},{"name":"CRYPT_OID_INFO_MGF1_PARAMETERS_ALGORITHM","features":[75]},{"name":"CRYPT_OID_INFO_NAME_KEY","features":[75]},{"name":"CRYPT_OID_INFO_NO_PARAMETERS_ALGORITHM","features":[75]},{"name":"CRYPT_OID_INFO_NO_SIGN_ALGORITHM","features":[75]},{"name":"CRYPT_OID_INFO_OAEP_PARAMETERS_ALGORITHM","features":[75]},{"name":"CRYPT_OID_INFO_OID_GROUP_BIT_LEN_MASK","features":[75]},{"name":"CRYPT_OID_INFO_OID_GROUP_BIT_LEN_SHIFT","features":[75]},{"name":"CRYPT_OID_INFO_OID_KEY","features":[75]},{"name":"CRYPT_OID_INFO_OID_KEY_FLAGS_MASK","features":[75]},{"name":"CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG","features":[75]},{"name":"CRYPT_OID_INFO_PUBKEY_SIGN_KEY_FLAG","features":[75]},{"name":"CRYPT_OID_INFO_SIGN_KEY","features":[75]},{"name":"CRYPT_OID_INHIBIT_SIGNATURE_FORMAT_FLAG","features":[75]},{"name":"CRYPT_OID_NO_NULL_ALGORITHM_PARA_FLAG","features":[75]},{"name":"CRYPT_OID_OPEN_STORE_PROV_FUNC","features":[75]},{"name":"CRYPT_OID_OPEN_SYSTEM_STORE_PROV_FUNC","features":[75]},{"name":"CRYPT_OID_PREFER_CNG_ALGID_FLAG","features":[75]},{"name":"CRYPT_OID_PUBKEY_ENCRYPT_ONLY_FLAG","features":[75]},{"name":"CRYPT_OID_PUBKEY_SIGN_ONLY_FLAG","features":[75]},{"name":"CRYPT_OID_REGISTER_PHYSICAL_STORE_FUNC","features":[75]},{"name":"CRYPT_OID_REGISTER_SYSTEM_STORE_FUNC","features":[75]},{"name":"CRYPT_OID_REGPATH","features":[75]},{"name":"CRYPT_OID_REG_DLL_VALUE_NAME","features":[75]},{"name":"CRYPT_OID_REG_ENCODING_TYPE_PREFIX","features":[75]},{"name":"CRYPT_OID_REG_FLAGS_VALUE_NAME","features":[75]},{"name":"CRYPT_OID_REG_FUNC_NAME_VALUE_NAME","features":[75]},{"name":"CRYPT_OID_REG_FUNC_NAME_VALUE_NAME_A","features":[75]},{"name":"CRYPT_OID_SIGN_AND_ENCODE_HASH_FUNC","features":[75]},{"name":"CRYPT_OID_SYSTEM_STORE_LOCATION_VALUE_NAME","features":[75]},{"name":"CRYPT_OID_UNREGISTER_PHYSICAL_STORE_FUNC","features":[75]},{"name":"CRYPT_OID_UNREGISTER_SYSTEM_STORE_FUNC","features":[75]},{"name":"CRYPT_OID_USE_CURVE_NAME_FOR_ENCODE_FLAG","features":[75]},{"name":"CRYPT_OID_USE_CURVE_PARAMETERS_FOR_ENCODE_FLAG","features":[75]},{"name":"CRYPT_OID_USE_PUBKEY_PARA_FOR_PKCS7_FLAG","features":[75]},{"name":"CRYPT_OID_VERIFY_CERTIFICATE_CHAIN_POLICY_FUNC","features":[75]},{"name":"CRYPT_OID_VERIFY_CTL_USAGE_FUNC","features":[75]},{"name":"CRYPT_OID_VERIFY_ENCODED_SIGNATURE_FUNC","features":[75]},{"name":"CRYPT_OID_VERIFY_REVOCATION_FUNC","features":[75]},{"name":"CRYPT_ONLINE","features":[75]},{"name":"CRYPT_OVERRIDE","features":[75]},{"name":"CRYPT_OVERWRITE","features":[75]},{"name":"CRYPT_OWF_REPL_LM_HASH","features":[75]},{"name":"CRYPT_PARAM_ASYNC_RETRIEVAL_COMPLETION","features":[75]},{"name":"CRYPT_PARAM_CANCEL_ASYNC_RETRIEVAL","features":[75]},{"name":"CRYPT_PASSWORD_CREDENTIALSA","features":[75]},{"name":"CRYPT_PASSWORD_CREDENTIALSW","features":[75]},{"name":"CRYPT_PKCS12_PBE_PARAMS","features":[75]},{"name":"CRYPT_PKCS8_EXPORT_PARAMS","features":[1,75]},{"name":"CRYPT_PKCS8_IMPORT_PARAMS","features":[1,75]},{"name":"CRYPT_POLICY_OID_GROUP_ID","features":[75]},{"name":"CRYPT_PREGEN","features":[75]},{"name":"CRYPT_PRIORITY_BOTTOM","features":[75]},{"name":"CRYPT_PRIORITY_TOP","features":[75]},{"name":"CRYPT_PRIVATE_KEY_INFO","features":[75]},{"name":"CRYPT_PROCESS_ISOLATE","features":[75]},{"name":"CRYPT_PROPERTY_REF","features":[75]},{"name":"CRYPT_PROVIDERS","features":[75]},{"name":"CRYPT_PROVIDER_IOCTL__GET_SCHANNEL_INTERFACE","features":[75]},{"name":"CRYPT_PROVIDER_REF","features":[75]},{"name":"CRYPT_PROVIDER_REFS","features":[75]},{"name":"CRYPT_PROVIDER_REG","features":[75]},{"name":"CRYPT_PROVSTRUC_VERSION_V3","features":[75]},{"name":"CRYPT_PROXY_CACHE_RETRIEVAL","features":[75]},{"name":"CRYPT_PSOURCE_ALGORITHM","features":[75]},{"name":"CRYPT_PSTORE","features":[75]},{"name":"CRYPT_PUBKEY_ALG_OID_GROUP_ID","features":[75]},{"name":"CRYPT_RANDOM_QUERY_STRING_RETRIEVAL","features":[75]},{"name":"CRYPT_RC2_128BIT_VERSION","features":[75]},{"name":"CRYPT_RC2_40BIT_VERSION","features":[75]},{"name":"CRYPT_RC2_56BIT_VERSION","features":[75]},{"name":"CRYPT_RC2_64BIT_VERSION","features":[75]},{"name":"CRYPT_RC2_CBC_PARAMETERS","features":[1,75]},{"name":"CRYPT_RC4_KEY_STATE","features":[75]},{"name":"CRYPT_RDN_ATTR_OID_GROUP_ID","features":[75]},{"name":"CRYPT_READ","features":[75]},{"name":"CRYPT_RECIPIENT","features":[75]},{"name":"CRYPT_REGISTER_FIRST_INDEX","features":[75]},{"name":"CRYPT_REGISTER_LAST_INDEX","features":[75]},{"name":"CRYPT_RETRIEVE_AUX_INFO","features":[1,75]},{"name":"CRYPT_RETRIEVE_MAX_ERROR_CONTENT_LENGTH","features":[75]},{"name":"CRYPT_RETRIEVE_MULTIPLE_OBJECTS","features":[75]},{"name":"CRYPT_RETURN_HWND","features":[1,75]},{"name":"CRYPT_RSAES_OAEP_PARAMETERS","features":[75]},{"name":"CRYPT_RSA_SSA_PSS_PARAMETERS","features":[75]},{"name":"CRYPT_SECRETDIGEST","features":[75]},{"name":"CRYPT_SEC_DESCR","features":[75]},{"name":"CRYPT_SEQUENCE_OF_ANY","features":[75]},{"name":"CRYPT_SERVER","features":[75]},{"name":"CRYPT_SET_HASH_PARAM","features":[75]},{"name":"CRYPT_SET_PROV_PARAM_ID","features":[75]},{"name":"CRYPT_SF","features":[75]},{"name":"CRYPT_SGC","features":[75]},{"name":"CRYPT_SGCKEY","features":[75]},{"name":"CRYPT_SGC_ENUM","features":[75]},{"name":"CRYPT_SIGN_ALG_OID_GROUP_ID","features":[75]},{"name":"CRYPT_SIGN_MESSAGE_PARA","features":[1,75]},{"name":"CRYPT_SIG_RESOURCE","features":[75]},{"name":"CRYPT_SIG_RESOURCE_NUMBER","features":[75]},{"name":"CRYPT_SIG_RESOURCE_VERSION","features":[75]},{"name":"CRYPT_SILENT","features":[75]},{"name":"CRYPT_SMART_CARD_ROOT_INFO","features":[75]},{"name":"CRYPT_SMIME_CAPABILITIES","features":[75]},{"name":"CRYPT_SMIME_CAPABILITY","features":[75]},{"name":"CRYPT_SORTED_CTL_ENCODE_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[75]},{"name":"CRYPT_SSL2_FALLBACK","features":[75]},{"name":"CRYPT_STICKY_CACHE_RETRIEVAL","features":[75]},{"name":"CRYPT_STRING","features":[75]},{"name":"CRYPT_STRING_ANY","features":[75]},{"name":"CRYPT_STRING_BASE64","features":[75]},{"name":"CRYPT_STRING_BASE64HEADER","features":[75]},{"name":"CRYPT_STRING_BASE64REQUESTHEADER","features":[75]},{"name":"CRYPT_STRING_BASE64URI","features":[75]},{"name":"CRYPT_STRING_BASE64X509CRLHEADER","features":[75]},{"name":"CRYPT_STRING_BASE64_ANY","features":[75]},{"name":"CRYPT_STRING_BINARY","features":[75]},{"name":"CRYPT_STRING_ENCODEMASK","features":[75]},{"name":"CRYPT_STRING_HASHDATA","features":[75]},{"name":"CRYPT_STRING_HEX","features":[75]},{"name":"CRYPT_STRING_HEXADDR","features":[75]},{"name":"CRYPT_STRING_HEXASCII","features":[75]},{"name":"CRYPT_STRING_HEXASCIIADDR","features":[75]},{"name":"CRYPT_STRING_HEXRAW","features":[75]},{"name":"CRYPT_STRING_HEX_ANY","features":[75]},{"name":"CRYPT_STRING_NOCR","features":[75]},{"name":"CRYPT_STRING_NOCRLF","features":[75]},{"name":"CRYPT_STRING_PERCENTESCAPE","features":[75]},{"name":"CRYPT_STRING_RESERVED100","features":[75]},{"name":"CRYPT_STRING_RESERVED200","features":[75]},{"name":"CRYPT_STRING_STRICT","features":[75]},{"name":"CRYPT_SUCCEED","features":[75]},{"name":"CRYPT_TEMPLATE_OID_GROUP_ID","features":[75]},{"name":"CRYPT_TIMESTAMP_ACCURACY","features":[75]},{"name":"CRYPT_TIMESTAMP_CONTEXT","features":[1,75]},{"name":"CRYPT_TIMESTAMP_INFO","features":[1,75]},{"name":"CRYPT_TIMESTAMP_PARA","features":[1,75]},{"name":"CRYPT_TIMESTAMP_REQUEST","features":[1,75]},{"name":"CRYPT_TIMESTAMP_RESPONSE","features":[75]},{"name":"CRYPT_TIMESTAMP_RESPONSE_STATUS","features":[75]},{"name":"CRYPT_TIMESTAMP_VERSION","features":[75]},{"name":"CRYPT_TIME_STAMP_REQUEST_INFO","features":[75]},{"name":"CRYPT_TYPE2_FORMAT","features":[75]},{"name":"CRYPT_UI_PROMPT","features":[75]},{"name":"CRYPT_UM","features":[75]},{"name":"CRYPT_UNICODE_NAME_DECODE_DISABLE_IE4_UTF8_FLAG","features":[75]},{"name":"CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG","features":[75]},{"name":"CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG","features":[75]},{"name":"CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG","features":[75]},{"name":"CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG","features":[75]},{"name":"CRYPT_UPDATE_KEY","features":[75]},{"name":"CRYPT_URL_ARRAY","features":[75]},{"name":"CRYPT_URL_INFO","features":[75]},{"name":"CRYPT_USERDATA","features":[75]},{"name":"CRYPT_USER_DEFAULT","features":[75]},{"name":"CRYPT_USER_KEYSET","features":[75]},{"name":"CRYPT_USER_PROTECTED","features":[75]},{"name":"CRYPT_USER_PROTECTED_STRONG","features":[75]},{"name":"CRYPT_VERIFYCONTEXT","features":[75]},{"name":"CRYPT_VERIFY_CERT_FLAGS","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_CHECK_WEAK_HASH_FLAG","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_DISABLE_MD2_MD4_FLAG","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_CHAIN","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_NULL","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_PUBKEY","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_RETURN_STRONG_PROPERTIES_FLAG","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_SET_STRONG_PROPERTIES_FLAG","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_BLOB","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_CERT","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_CRL","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_OCSP_BASIC_SIGNED_RESPONSE","features":[75]},{"name":"CRYPT_VERIFY_CERT_SIGN_WEAK_HASH_INFO","features":[75]},{"name":"CRYPT_VERIFY_CONTEXT_SIGNATURE","features":[75]},{"name":"CRYPT_VERIFY_DATA_HASH","features":[75]},{"name":"CRYPT_VERIFY_IMAGE_A","features":[1,75]},{"name":"CRYPT_VERIFY_IMAGE_W","features":[1,75]},{"name":"CRYPT_VERIFY_MESSAGE_PARA","features":[1,75]},{"name":"CRYPT_VOLATILE","features":[75]},{"name":"CRYPT_WIRE_ONLY_RETRIEVAL","features":[75]},{"name":"CRYPT_WRITE","features":[75]},{"name":"CRYPT_X931_FORMAT","features":[75]},{"name":"CRYPT_X942_COUNTER_BYTE_LENGTH","features":[75]},{"name":"CRYPT_X942_KEY_LENGTH_BYTE_LENGTH","features":[75]},{"name":"CRYPT_X942_OTHER_INFO","features":[75]},{"name":"CRYPT_XML_ALGORITHM","features":[75]},{"name":"CRYPT_XML_ALGORITHM_INFO","features":[75]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_CNG_ALGID","features":[75]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_CNG_SIGN_ALGID","features":[75]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_NAME","features":[75]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_URI","features":[75]},{"name":"CRYPT_XML_BLOB","features":[75]},{"name":"CRYPT_XML_BLOB_MAX","features":[75]},{"name":"CRYPT_XML_CHARSET","features":[75]},{"name":"CRYPT_XML_CHARSET_AUTO","features":[75]},{"name":"CRYPT_XML_CHARSET_UTF16BE","features":[75]},{"name":"CRYPT_XML_CHARSET_UTF16LE","features":[75]},{"name":"CRYPT_XML_CHARSET_UTF8","features":[75]},{"name":"CRYPT_XML_CRYPTOGRAPHIC_INTERFACE","features":[75]},{"name":"CRYPT_XML_DATA_BLOB","features":[75]},{"name":"CRYPT_XML_DATA_PROVIDER","features":[75]},{"name":"CRYPT_XML_DIGEST_REFERENCE_DATA_TRANSFORMED","features":[75]},{"name":"CRYPT_XML_DIGEST_VALUE_MAX","features":[75]},{"name":"CRYPT_XML_DOC_CTXT","features":[75]},{"name":"CRYPT_XML_E_ALGORITHM","features":[75]},{"name":"CRYPT_XML_E_BASE","features":[75]},{"name":"CRYPT_XML_E_ENCODING","features":[75]},{"name":"CRYPT_XML_E_HANDLE","features":[75]},{"name":"CRYPT_XML_E_HASH_FAILED","features":[75]},{"name":"CRYPT_XML_E_INVALID_DIGEST","features":[75]},{"name":"CRYPT_XML_E_INVALID_KEYVALUE","features":[75]},{"name":"CRYPT_XML_E_INVALID_SIGNATURE","features":[75]},{"name":"CRYPT_XML_E_LARGE","features":[75]},{"name":"CRYPT_XML_E_LAST","features":[75]},{"name":"CRYPT_XML_E_NON_UNIQUE_ID","features":[75]},{"name":"CRYPT_XML_E_OPERATION","features":[75]},{"name":"CRYPT_XML_E_SIGNER","features":[75]},{"name":"CRYPT_XML_E_SIGN_FAILED","features":[75]},{"name":"CRYPT_XML_E_TOO_MANY_SIGNATURES","features":[75]},{"name":"CRYPT_XML_E_TOO_MANY_TRANSFORMS","features":[75]},{"name":"CRYPT_XML_E_TRANSFORM","features":[75]},{"name":"CRYPT_XML_E_UNEXPECTED_XML","features":[75]},{"name":"CRYPT_XML_E_UNRESOLVED_REFERENCE","features":[75]},{"name":"CRYPT_XML_E_VERIFY_FAILED","features":[75]},{"name":"CRYPT_XML_FLAGS","features":[75]},{"name":"CRYPT_XML_FLAG_ADD_OBJECT_CREATE_COPY","features":[75]},{"name":"CRYPT_XML_FLAG_ALWAYS_RETURN_ENCODED_OBJECT","features":[75]},{"name":"CRYPT_XML_FLAG_CREATE_REFERENCE_AS_OBJECT","features":[75]},{"name":"CRYPT_XML_FLAG_DISABLE_EXTENSIONS","features":[75]},{"name":"CRYPT_XML_FLAG_ECDSA_DSIG11","features":[75]},{"name":"CRYPT_XML_FLAG_ENFORCE_ID_NAME_FORMAT","features":[75]},{"name":"CRYPT_XML_FLAG_ENFORCE_ID_NCNAME_FORMAT","features":[75]},{"name":"CRYPT_XML_FLAG_NO_SERIALIZE","features":[75]},{"name":"CRYPT_XML_GROUP_ID","features":[75]},{"name":"CRYPT_XML_GROUP_ID_HASH","features":[75]},{"name":"CRYPT_XML_GROUP_ID_SIGN","features":[75]},{"name":"CRYPT_XML_ID_MAX","features":[75]},{"name":"CRYPT_XML_ISSUER_SERIAL","features":[75]},{"name":"CRYPT_XML_KEYINFO_PARAM","features":[75]},{"name":"CRYPT_XML_KEYINFO_SPEC","features":[75]},{"name":"CRYPT_XML_KEYINFO_SPEC_ENCODED","features":[75]},{"name":"CRYPT_XML_KEYINFO_SPEC_NONE","features":[75]},{"name":"CRYPT_XML_KEYINFO_SPEC_PARAM","features":[75]},{"name":"CRYPT_XML_KEYINFO_TYPE","features":[75]},{"name":"CRYPT_XML_KEYINFO_TYPE_CUSTOM","features":[75]},{"name":"CRYPT_XML_KEYINFO_TYPE_KEYNAME","features":[75]},{"name":"CRYPT_XML_KEYINFO_TYPE_KEYVALUE","features":[75]},{"name":"CRYPT_XML_KEYINFO_TYPE_RETRIEVAL","features":[75]},{"name":"CRYPT_XML_KEYINFO_TYPE_X509DATA","features":[75]},{"name":"CRYPT_XML_KEY_DSA_KEY_VALUE","features":[75]},{"name":"CRYPT_XML_KEY_ECDSA_KEY_VALUE","features":[75]},{"name":"CRYPT_XML_KEY_INFO","features":[75]},{"name":"CRYPT_XML_KEY_INFO_ITEM","features":[75]},{"name":"CRYPT_XML_KEY_RSA_KEY_VALUE","features":[75]},{"name":"CRYPT_XML_KEY_VALUE","features":[75]},{"name":"CRYPT_XML_KEY_VALUE_TYPE","features":[75]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_CUSTOM","features":[75]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_DSA","features":[75]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_ECDSA","features":[75]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_RSA","features":[75]},{"name":"CRYPT_XML_OBJECT","features":[75]},{"name":"CRYPT_XML_OBJECTS_MAX","features":[75]},{"name":"CRYPT_XML_PROPERTY","features":[75]},{"name":"CRYPT_XML_PROPERTY_DOC_DECLARATION","features":[75]},{"name":"CRYPT_XML_PROPERTY_ID","features":[75]},{"name":"CRYPT_XML_PROPERTY_MAX_HEAP_SIZE","features":[75]},{"name":"CRYPT_XML_PROPERTY_MAX_SIGNATURES","features":[75]},{"name":"CRYPT_XML_PROPERTY_SIGNATURE_LOCATION","features":[75]},{"name":"CRYPT_XML_PROPERTY_XML_OUTPUT_CHARSET","features":[75]},{"name":"CRYPT_XML_REFERENCE","features":[75]},{"name":"CRYPT_XML_REFERENCES","features":[75]},{"name":"CRYPT_XML_REFERENCES_MAX","features":[75]},{"name":"CRYPT_XML_SIGNATURE","features":[75]},{"name":"CRYPT_XML_SIGNATURES_MAX","features":[75]},{"name":"CRYPT_XML_SIGNATURE_VALUE_MAX","features":[75]},{"name":"CRYPT_XML_SIGNED_INFO","features":[75]},{"name":"CRYPT_XML_SIGN_ADD_KEYVALUE","features":[75]},{"name":"CRYPT_XML_STATUS","features":[75]},{"name":"CRYPT_XML_STATUS_DIGESTING","features":[75]},{"name":"CRYPT_XML_STATUS_DIGEST_VALID","features":[75]},{"name":"CRYPT_XML_STATUS_ERROR_DIGEST_INVALID","features":[75]},{"name":"CRYPT_XML_STATUS_ERROR_KEYINFO_NOT_PARSED","features":[75]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_RESOLVED","features":[75]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_SUPPORTED_ALGORITHM","features":[75]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_SUPPORTED_TRANSFORM","features":[75]},{"name":"CRYPT_XML_STATUS_ERROR_SIGNATURE_INVALID","features":[75]},{"name":"CRYPT_XML_STATUS_ERROR_STATUS","features":[75]},{"name":"CRYPT_XML_STATUS_INFO_STATUS","features":[75]},{"name":"CRYPT_XML_STATUS_INTERNAL_REFERENCE","features":[75]},{"name":"CRYPT_XML_STATUS_KEY_AVAILABLE","features":[75]},{"name":"CRYPT_XML_STATUS_NO_ERROR","features":[75]},{"name":"CRYPT_XML_STATUS_OPENED_TO_ENCODE","features":[75]},{"name":"CRYPT_XML_STATUS_SIGNATURE_VALID","features":[75]},{"name":"CRYPT_XML_TRANSFORM_CHAIN_CONFIG","features":[75]},{"name":"CRYPT_XML_TRANSFORM_FLAGS","features":[75]},{"name":"CRYPT_XML_TRANSFORM_INFO","features":[75]},{"name":"CRYPT_XML_TRANSFORM_MAX","features":[75]},{"name":"CRYPT_XML_TRANSFORM_ON_NODESET","features":[75]},{"name":"CRYPT_XML_TRANSFORM_ON_STREAM","features":[75]},{"name":"CRYPT_XML_TRANSFORM_URI_QUERY_STRING","features":[75]},{"name":"CRYPT_XML_X509DATA","features":[75]},{"name":"CRYPT_XML_X509DATA_ITEM","features":[75]},{"name":"CRYPT_XML_X509DATA_TYPE","features":[75]},{"name":"CRYPT_XML_X509DATA_TYPE_CERTIFICATE","features":[75]},{"name":"CRYPT_XML_X509DATA_TYPE_CRL","features":[75]},{"name":"CRYPT_XML_X509DATA_TYPE_CUSTOM","features":[75]},{"name":"CRYPT_XML_X509DATA_TYPE_ISSUER_SERIAL","features":[75]},{"name":"CRYPT_XML_X509DATA_TYPE_SKI","features":[75]},{"name":"CRYPT_XML_X509DATA_TYPE_SUBJECT_NAME","features":[75]},{"name":"CRYPT_Y_ONLY","features":[75]},{"name":"CSF_AUTHENTICATE","features":[75]},{"name":"CSF_CHANGE_AUTHENTICATOR","features":[75]},{"name":"CSF_IMPORT_KEYPAIR","features":[75]},{"name":"CTL_ANY_SUBJECT_INFO","features":[75]},{"name":"CTL_ANY_SUBJECT_TYPE","features":[75]},{"name":"CTL_CERT_SUBJECT_TYPE","features":[75]},{"name":"CTL_CONTEXT","features":[1,75]},{"name":"CTL_ENTRY","features":[75]},{"name":"CTL_ENTRY_FROM_PROP_CHAIN_FLAG","features":[75]},{"name":"CTL_FIND_ANY","features":[75]},{"name":"CTL_FIND_EXISTING","features":[75]},{"name":"CTL_FIND_MD5_HASH","features":[75]},{"name":"CTL_FIND_NO_LIST_ID_CBDATA","features":[75]},{"name":"CTL_FIND_SAME_USAGE_FLAG","features":[75]},{"name":"CTL_FIND_SHA1_HASH","features":[75]},{"name":"CTL_FIND_SUBJECT","features":[75]},{"name":"CTL_FIND_SUBJECT_PARA","features":[1,75]},{"name":"CTL_FIND_USAGE","features":[75]},{"name":"CTL_FIND_USAGE_PARA","features":[1,75]},{"name":"CTL_INFO","features":[1,75]},{"name":"CTL_USAGE","features":[75]},{"name":"CTL_USAGE_MATCH","features":[75]},{"name":"CTL_V1","features":[75]},{"name":"CTL_VERIFY_USAGE_PARA","features":[75]},{"name":"CTL_VERIFY_USAGE_STATUS","features":[1,75]},{"name":"CUR_BLOB_VERSION","features":[75]},{"name":"CUR_OFFLOAD_VERSION","features":[75]},{"name":"CertAddCRLContextToStore","features":[1,75]},{"name":"CertAddCRLLinkToStore","features":[1,75]},{"name":"CertAddCTLContextToStore","features":[1,75]},{"name":"CertAddCTLLinkToStore","features":[1,75]},{"name":"CertAddCertificateContextToStore","features":[1,75]},{"name":"CertAddCertificateLinkToStore","features":[1,75]},{"name":"CertAddEncodedCRLToStore","features":[1,75]},{"name":"CertAddEncodedCTLToStore","features":[1,75]},{"name":"CertAddEncodedCertificateToStore","features":[1,75]},{"name":"CertAddEncodedCertificateToSystemStoreA","features":[1,75]},{"name":"CertAddEncodedCertificateToSystemStoreW","features":[1,75]},{"name":"CertAddEnhancedKeyUsageIdentifier","features":[1,75]},{"name":"CertAddRefServerOcspResponse","features":[75]},{"name":"CertAddRefServerOcspResponseContext","features":[75]},{"name":"CertAddSerializedElementToStore","features":[1,75]},{"name":"CertAddStoreToCollection","features":[1,75]},{"name":"CertAlgIdToOID","features":[75]},{"name":"CertCloseServerOcspResponse","features":[75]},{"name":"CertCloseStore","features":[1,75]},{"name":"CertCompareCertificate","features":[1,75]},{"name":"CertCompareCertificateName","features":[1,75]},{"name":"CertCompareIntegerBlob","features":[1,75]},{"name":"CertComparePublicKeyInfo","features":[1,75]},{"name":"CertControlStore","features":[1,75]},{"name":"CertCreateCRLContext","features":[1,75]},{"name":"CertCreateCTLContext","features":[1,75]},{"name":"CertCreateCTLEntryFromCertificateContextProperties","features":[1,75]},{"name":"CertCreateCertificateChainEngine","features":[1,75]},{"name":"CertCreateCertificateContext","features":[1,75]},{"name":"CertCreateContext","features":[1,75]},{"name":"CertCreateSelfSignCertificate","features":[1,75]},{"name":"CertDeleteCRLFromStore","features":[1,75]},{"name":"CertDeleteCTLFromStore","features":[1,75]},{"name":"CertDeleteCertificateFromStore","features":[1,75]},{"name":"CertDuplicateCRLContext","features":[1,75]},{"name":"CertDuplicateCTLContext","features":[1,75]},{"name":"CertDuplicateCertificateChain","features":[1,75]},{"name":"CertDuplicateCertificateContext","features":[1,75]},{"name":"CertDuplicateStore","features":[75]},{"name":"CertEnumCRLContextProperties","features":[1,75]},{"name":"CertEnumCRLsInStore","features":[1,75]},{"name":"CertEnumCTLContextProperties","features":[1,75]},{"name":"CertEnumCTLsInStore","features":[1,75]},{"name":"CertEnumCertificateContextProperties","features":[1,75]},{"name":"CertEnumCertificatesInStore","features":[1,75]},{"name":"CertEnumPhysicalStore","features":[1,75]},{"name":"CertEnumSubjectInSortedCTL","features":[1,75]},{"name":"CertEnumSystemStore","features":[1,75]},{"name":"CertEnumSystemStoreLocation","features":[1,75]},{"name":"CertFindAttribute","features":[75]},{"name":"CertFindCRLInStore","features":[1,75]},{"name":"CertFindCTLInStore","features":[1,75]},{"name":"CertFindCertificateInCRL","features":[1,75]},{"name":"CertFindCertificateInStore","features":[1,75]},{"name":"CertFindChainInStore","features":[1,75]},{"name":"CertFindExtension","features":[1,75]},{"name":"CertFindRDNAttr","features":[75]},{"name":"CertFindSubjectInCTL","features":[1,75]},{"name":"CertFindSubjectInSortedCTL","features":[1,75]},{"name":"CertFreeCRLContext","features":[1,75]},{"name":"CertFreeCTLContext","features":[1,75]},{"name":"CertFreeCertificateChain","features":[1,75]},{"name":"CertFreeCertificateChainEngine","features":[75]},{"name":"CertFreeCertificateChainList","features":[1,75]},{"name":"CertFreeCertificateContext","features":[1,75]},{"name":"CertFreeServerOcspResponseContext","features":[75]},{"name":"CertGetCRLContextProperty","features":[1,75]},{"name":"CertGetCRLFromStore","features":[1,75]},{"name":"CertGetCTLContextProperty","features":[1,75]},{"name":"CertGetCertificateChain","features":[1,75]},{"name":"CertGetCertificateContextProperty","features":[1,75]},{"name":"CertGetEnhancedKeyUsage","features":[1,75]},{"name":"CertGetIntendedKeyUsage","features":[1,75]},{"name":"CertGetIssuerCertificateFromStore","features":[1,75]},{"name":"CertGetNameStringA","features":[1,75]},{"name":"CertGetNameStringW","features":[1,75]},{"name":"CertGetPublicKeyLength","features":[75]},{"name":"CertGetServerOcspResponseContext","features":[75]},{"name":"CertGetStoreProperty","features":[1,75]},{"name":"CertGetSubjectCertificateFromStore","features":[1,75]},{"name":"CertGetValidUsages","features":[1,75]},{"name":"CertIsRDNAttrsInCertificateName","features":[1,75]},{"name":"CertIsStrongHashToSign","features":[1,75]},{"name":"CertIsValidCRLForCertificate","features":[1,75]},{"name":"CertIsWeakHash","features":[1,75]},{"name":"CertKeyType","features":[75]},{"name":"CertNameToStrA","features":[75]},{"name":"CertNameToStrW","features":[75]},{"name":"CertOIDToAlgId","features":[75]},{"name":"CertOpenServerOcspResponse","features":[1,75]},{"name":"CertOpenStore","features":[75]},{"name":"CertOpenSystemStoreA","features":[75]},{"name":"CertOpenSystemStoreW","features":[75]},{"name":"CertRDNValueToStrA","features":[75]},{"name":"CertRDNValueToStrW","features":[75]},{"name":"CertRegisterPhysicalStore","features":[1,75]},{"name":"CertRegisterSystemStore","features":[1,75]},{"name":"CertRemoveEnhancedKeyUsageIdentifier","features":[1,75]},{"name":"CertRemoveStoreFromCollection","features":[75]},{"name":"CertResyncCertificateChainEngine","features":[1,75]},{"name":"CertRetrieveLogoOrBiometricInfo","features":[1,75]},{"name":"CertSaveStore","features":[1,75]},{"name":"CertSelectCertificateChains","features":[1,75]},{"name":"CertSerializeCRLStoreElement","features":[1,75]},{"name":"CertSerializeCTLStoreElement","features":[1,75]},{"name":"CertSerializeCertificateStoreElement","features":[1,75]},{"name":"CertSetCRLContextProperty","features":[1,75]},{"name":"CertSetCTLContextProperty","features":[1,75]},{"name":"CertSetCertificateContextPropertiesFromCTLEntry","features":[1,75]},{"name":"CertSetCertificateContextProperty","features":[1,75]},{"name":"CertSetEnhancedKeyUsage","features":[1,75]},{"name":"CertSetStoreProperty","features":[1,75]},{"name":"CertStrToNameA","features":[1,75]},{"name":"CertStrToNameW","features":[1,75]},{"name":"CertUnregisterPhysicalStore","features":[1,75]},{"name":"CertUnregisterSystemStore","features":[1,75]},{"name":"CertVerifyCRLRevocation","features":[1,75]},{"name":"CertVerifyCRLTimeValidity","features":[1,75]},{"name":"CertVerifyCTLUsage","features":[1,75]},{"name":"CertVerifyCertificateChainPolicy","features":[1,75]},{"name":"CertVerifyRevocation","features":[1,75]},{"name":"CertVerifySubjectCertificateContext","features":[1,75]},{"name":"CertVerifyTimeValidity","features":[1,75]},{"name":"CertVerifyValidityNesting","features":[1,75]},{"name":"ChallengeResponsePinType","features":[75]},{"name":"CloseCryptoHandle","features":[75]},{"name":"CryptAcquireCertificatePrivateKey","features":[1,75]},{"name":"CryptAcquireContextA","features":[1,75]},{"name":"CryptAcquireContextW","features":[1,75]},{"name":"CryptBinaryToStringA","features":[1,75]},{"name":"CryptBinaryToStringW","features":[1,75]},{"name":"CryptCloseAsyncHandle","features":[1,75]},{"name":"CryptContextAddRef","features":[1,75]},{"name":"CryptCreateAsyncHandle","features":[1,75]},{"name":"CryptCreateHash","features":[1,75]},{"name":"CryptCreateKeyIdentifierFromCSP","features":[1,75]},{"name":"CryptDecodeMessage","features":[1,75]},{"name":"CryptDecodeObject","features":[1,75]},{"name":"CryptDecodeObjectEx","features":[1,75]},{"name":"CryptDecrypt","features":[1,75]},{"name":"CryptDecryptAndVerifyMessageSignature","features":[1,75]},{"name":"CryptDecryptMessage","features":[1,75]},{"name":"CryptDeriveKey","features":[1,75]},{"name":"CryptDestroyHash","features":[1,75]},{"name":"CryptDestroyKey","features":[1,75]},{"name":"CryptDuplicateHash","features":[1,75]},{"name":"CryptDuplicateKey","features":[1,75]},{"name":"CryptEncodeObject","features":[1,75]},{"name":"CryptEncodeObjectEx","features":[1,75]},{"name":"CryptEncrypt","features":[1,75]},{"name":"CryptEncryptMessage","features":[1,75]},{"name":"CryptEnumKeyIdentifierProperties","features":[1,75]},{"name":"CryptEnumOIDFunction","features":[1,75]},{"name":"CryptEnumOIDInfo","features":[1,75]},{"name":"CryptEnumProviderTypesA","features":[1,75]},{"name":"CryptEnumProviderTypesW","features":[1,75]},{"name":"CryptEnumProvidersA","features":[1,75]},{"name":"CryptEnumProvidersW","features":[1,75]},{"name":"CryptExportKey","features":[1,75]},{"name":"CryptExportPKCS8","features":[1,75]},{"name":"CryptExportPublicKeyInfo","features":[1,75]},{"name":"CryptExportPublicKeyInfoEx","features":[1,75]},{"name":"CryptExportPublicKeyInfoFromBCryptKeyHandle","features":[1,75]},{"name":"CryptFindCertificateKeyProvInfo","features":[1,75]},{"name":"CryptFindLocalizedName","features":[75]},{"name":"CryptFindOIDInfo","features":[75]},{"name":"CryptFormatObject","features":[1,75]},{"name":"CryptFreeOIDFunctionAddress","features":[1,75]},{"name":"CryptGenKey","features":[1,75]},{"name":"CryptGenRandom","features":[1,75]},{"name":"CryptGetAsyncParam","features":[1,75]},{"name":"CryptGetDefaultOIDDllList","features":[1,75]},{"name":"CryptGetDefaultOIDFunctionAddress","features":[1,75]},{"name":"CryptGetDefaultProviderA","features":[1,75]},{"name":"CryptGetDefaultProviderW","features":[1,75]},{"name":"CryptGetHashParam","features":[1,75]},{"name":"CryptGetKeyIdentifierProperty","features":[1,75]},{"name":"CryptGetKeyParam","features":[1,75]},{"name":"CryptGetMessageCertificates","features":[75]},{"name":"CryptGetMessageSignerCount","features":[75]},{"name":"CryptGetOIDFunctionAddress","features":[1,75]},{"name":"CryptGetOIDFunctionValue","features":[1,75]},{"name":"CryptGetObjectUrl","features":[1,75]},{"name":"CryptGetProvParam","features":[1,75]},{"name":"CryptGetUserKey","features":[1,75]},{"name":"CryptHashCertificate","features":[1,75]},{"name":"CryptHashCertificate2","features":[1,75]},{"name":"CryptHashData","features":[1,75]},{"name":"CryptHashMessage","features":[1,75]},{"name":"CryptHashPublicKeyInfo","features":[1,75]},{"name":"CryptHashSessionKey","features":[1,75]},{"name":"CryptHashToBeSigned","features":[1,75]},{"name":"CryptImportKey","features":[1,75]},{"name":"CryptImportPKCS8","features":[1,75]},{"name":"CryptImportPublicKeyInfo","features":[1,75]},{"name":"CryptImportPublicKeyInfoEx","features":[1,75]},{"name":"CryptImportPublicKeyInfoEx2","features":[1,75]},{"name":"CryptInitOIDFunctionSet","features":[75]},{"name":"CryptInstallCancelRetrieval","features":[1,75]},{"name":"CryptInstallDefaultContext","features":[1,75]},{"name":"CryptInstallOIDFunctionAddress","features":[1,75]},{"name":"CryptMemAlloc","features":[75]},{"name":"CryptMemFree","features":[75]},{"name":"CryptMemRealloc","features":[75]},{"name":"CryptMsgCalculateEncodedLength","features":[75]},{"name":"CryptMsgClose","features":[1,75]},{"name":"CryptMsgControl","features":[1,75]},{"name":"CryptMsgCountersign","features":[1,75]},{"name":"CryptMsgCountersignEncoded","features":[1,75]},{"name":"CryptMsgDuplicate","features":[75]},{"name":"CryptMsgEncodeAndSignCTL","features":[1,75]},{"name":"CryptMsgGetAndVerifySigner","features":[1,75]},{"name":"CryptMsgGetParam","features":[1,75]},{"name":"CryptMsgOpenToDecode","features":[1,75]},{"name":"CryptMsgOpenToEncode","features":[1,75]},{"name":"CryptMsgSignCTL","features":[1,75]},{"name":"CryptMsgUpdate","features":[1,75]},{"name":"CryptMsgVerifyCountersignatureEncoded","features":[1,75]},{"name":"CryptMsgVerifyCountersignatureEncodedEx","features":[1,75]},{"name":"CryptProtectData","features":[1,75]},{"name":"CryptProtectMemory","features":[1,75]},{"name":"CryptQueryObject","features":[1,75]},{"name":"CryptRegisterDefaultOIDFunction","features":[1,75]},{"name":"CryptRegisterOIDFunction","features":[1,75]},{"name":"CryptRegisterOIDInfo","features":[1,75]},{"name":"CryptReleaseContext","features":[1,75]},{"name":"CryptRetrieveObjectByUrlA","features":[1,75]},{"name":"CryptRetrieveObjectByUrlW","features":[1,75]},{"name":"CryptRetrieveTimeStamp","features":[1,75]},{"name":"CryptSetAsyncParam","features":[1,75]},{"name":"CryptSetHashParam","features":[1,75]},{"name":"CryptSetKeyIdentifierProperty","features":[1,75]},{"name":"CryptSetKeyParam","features":[1,75]},{"name":"CryptSetOIDFunctionValue","features":[1,75,54]},{"name":"CryptSetProvParam","features":[1,75]},{"name":"CryptSetProviderA","features":[1,75]},{"name":"CryptSetProviderExA","features":[1,75]},{"name":"CryptSetProviderExW","features":[1,75]},{"name":"CryptSetProviderW","features":[1,75]},{"name":"CryptSignAndEncodeCertificate","features":[1,75]},{"name":"CryptSignAndEncryptMessage","features":[1,75]},{"name":"CryptSignCertificate","features":[1,75]},{"name":"CryptSignHashA","features":[1,75]},{"name":"CryptSignHashW","features":[1,75]},{"name":"CryptSignMessage","features":[1,75]},{"name":"CryptSignMessageWithKey","features":[1,75]},{"name":"CryptStringToBinaryA","features":[1,75]},{"name":"CryptStringToBinaryW","features":[1,75]},{"name":"CryptUninstallCancelRetrieval","features":[1,75]},{"name":"CryptUninstallDefaultContext","features":[1,75]},{"name":"CryptUnprotectData","features":[1,75]},{"name":"CryptUnprotectMemory","features":[1,75]},{"name":"CryptUnregisterDefaultOIDFunction","features":[1,75]},{"name":"CryptUnregisterOIDFunction","features":[1,75]},{"name":"CryptUnregisterOIDInfo","features":[1,75]},{"name":"CryptUpdateProtectedState","features":[1,75]},{"name":"CryptVerifyCertificateSignature","features":[1,75]},{"name":"CryptVerifyCertificateSignatureEx","features":[1,75]},{"name":"CryptVerifyDetachedMessageHash","features":[1,75]},{"name":"CryptVerifyDetachedMessageSignature","features":[1,75]},{"name":"CryptVerifyMessageHash","features":[1,75]},{"name":"CryptVerifyMessageSignature","features":[1,75]},{"name":"CryptVerifyMessageSignatureWithKey","features":[1,75]},{"name":"CryptVerifySignatureA","features":[1,75]},{"name":"CryptVerifySignatureW","features":[1,75]},{"name":"CryptVerifyTimeStampSignature","features":[1,75]},{"name":"CryptXmlAddObject","features":[75]},{"name":"CryptXmlClose","features":[75]},{"name":"CryptXmlCreateReference","features":[75]},{"name":"CryptXmlDigestReference","features":[75]},{"name":"CryptXmlDllCloseDigest","features":[75]},{"name":"CryptXmlDllCreateDigest","features":[75]},{"name":"CryptXmlDllCreateKey","features":[75]},{"name":"CryptXmlDllDigestData","features":[75]},{"name":"CryptXmlDllEncodeAlgorithm","features":[75]},{"name":"CryptXmlDllEncodeKeyValue","features":[75]},{"name":"CryptXmlDllFinalizeDigest","features":[75]},{"name":"CryptXmlDllGetAlgorithmInfo","features":[75]},{"name":"CryptXmlDllGetInterface","features":[75]},{"name":"CryptXmlDllSignData","features":[75]},{"name":"CryptXmlDllVerifySignature","features":[75]},{"name":"CryptXmlEncode","features":[75]},{"name":"CryptXmlEnumAlgorithmInfo","features":[1,75]},{"name":"CryptXmlFindAlgorithmInfo","features":[75]},{"name":"CryptXmlGetAlgorithmInfo","features":[75]},{"name":"CryptXmlGetDocContext","features":[75]},{"name":"CryptXmlGetReference","features":[75]},{"name":"CryptXmlGetSignature","features":[75]},{"name":"CryptXmlGetStatus","features":[75]},{"name":"CryptXmlGetTransforms","features":[75]},{"name":"CryptXmlImportPublicKey","features":[75]},{"name":"CryptXmlOpenToDecode","features":[75]},{"name":"CryptXmlOpenToEncode","features":[75]},{"name":"CryptXmlSetHMACSecret","features":[75]},{"name":"CryptXmlSign","features":[75]},{"name":"CryptXmlVerifySignature","features":[75]},{"name":"DSAFIPSVERSION_ENUM","features":[75]},{"name":"DSA_FIPS186_2","features":[75]},{"name":"DSA_FIPS186_3","features":[75]},{"name":"DSA_HASH_ALGORITHM_SHA1","features":[75]},{"name":"DSA_HASH_ALGORITHM_SHA256","features":[75]},{"name":"DSA_HASH_ALGORITHM_SHA512","features":[75]},{"name":"DSSSEED","features":[75]},{"name":"DTLS1_0_PROTOCOL_VERSION","features":[75]},{"name":"DTLS1_2_PROTOCOL_VERSION","features":[75]},{"name":"Decrypt","features":[1,75]},{"name":"DigitalSignaturePin","features":[75]},{"name":"Direction","features":[75]},{"name":"DirectionDecrypt","features":[75]},{"name":"DirectionEncrypt","features":[75]},{"name":"ECC_CMS_SHARED_INFO","features":[75]},{"name":"ECC_CURVE_ALG_ID_ENUM","features":[75]},{"name":"ECC_CURVE_TYPE_ENUM","features":[75]},{"name":"ENDPOINTADDRESS","features":[75]},{"name":"ENDPOINTADDRESS2","features":[75]},{"name":"ENUM_CEPSETUPPROP_AUTHENTICATION","features":[75]},{"name":"ENUM_CEPSETUPPROP_CAINFORMATION","features":[75]},{"name":"ENUM_CEPSETUPPROP_CHALLENGEURL","features":[75]},{"name":"ENUM_CEPSETUPPROP_EXCHANGEKEYINFORMATION","features":[75]},{"name":"ENUM_CEPSETUPPROP_KEYBASED_RENEWAL","features":[75]},{"name":"ENUM_CEPSETUPPROP_MSCEPURL","features":[75]},{"name":"ENUM_CEPSETUPPROP_RANAME_CITY","features":[75]},{"name":"ENUM_CEPSETUPPROP_RANAME_CN","features":[75]},{"name":"ENUM_CEPSETUPPROP_RANAME_COMPANY","features":[75]},{"name":"ENUM_CEPSETUPPROP_RANAME_COUNTRY","features":[75]},{"name":"ENUM_CEPSETUPPROP_RANAME_DEPT","features":[75]},{"name":"ENUM_CEPSETUPPROP_RANAME_EMAIL","features":[75]},{"name":"ENUM_CEPSETUPPROP_RANAME_STATE","features":[75]},{"name":"ENUM_CEPSETUPPROP_SIGNINGKEYINFORMATION","features":[75]},{"name":"ENUM_CEPSETUPPROP_SSLCERTHASH","features":[75]},{"name":"ENUM_CEPSETUPPROP_URL","features":[75]},{"name":"ENUM_CEPSETUPPROP_USECHALLENGE","features":[75]},{"name":"ENUM_CEPSETUPPROP_USELOCALSYSTEM","features":[75]},{"name":"ENUM_CESSETUPPROP_ALLOW_KEYBASED_RENEWAL","features":[75]},{"name":"ENUM_CESSETUPPROP_AUTHENTICATION","features":[75]},{"name":"ENUM_CESSETUPPROP_CACONFIG","features":[75]},{"name":"ENUM_CESSETUPPROP_RENEWALONLY","features":[75]},{"name":"ENUM_CESSETUPPROP_SSLCERTHASH","features":[75]},{"name":"ENUM_CESSETUPPROP_URL","features":[75]},{"name":"ENUM_CESSETUPPROP_USE_IISAPPPOOLIDENTITY","features":[75]},{"name":"ENUM_SETUPPROP_CADSSUFFIX","features":[75]},{"name":"ENUM_SETUPPROP_CAKEYINFORMATION","features":[75]},{"name":"ENUM_SETUPPROP_CANAME","features":[75]},{"name":"ENUM_SETUPPROP_CATYPE","features":[75]},{"name":"ENUM_SETUPPROP_DATABASEDIRECTORY","features":[75]},{"name":"ENUM_SETUPPROP_EXPIRATIONDATE","features":[75]},{"name":"ENUM_SETUPPROP_INTERACTIVE","features":[75]},{"name":"ENUM_SETUPPROP_INVALID","features":[75]},{"name":"ENUM_SETUPPROP_LOGDIRECTORY","features":[75]},{"name":"ENUM_SETUPPROP_PARENTCAMACHINE","features":[75]},{"name":"ENUM_SETUPPROP_PARENTCANAME","features":[75]},{"name":"ENUM_SETUPPROP_PRESERVEDATABASE","features":[75]},{"name":"ENUM_SETUPPROP_REQUESTFILE","features":[75]},{"name":"ENUM_SETUPPROP_SHAREDFOLDER","features":[75]},{"name":"ENUM_SETUPPROP_VALIDITYPERIOD","features":[75]},{"name":"ENUM_SETUPPROP_VALIDITYPERIODUNIT","features":[75]},{"name":"ENUM_SETUPPROP_WEBCAMACHINE","features":[75]},{"name":"ENUM_SETUPPROP_WEBCANAME","features":[75]},{"name":"EV_EXTRA_CERT_CHAIN_POLICY_PARA","features":[75]},{"name":"EV_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[75]},{"name":"EXPORT_PRIVATE_KEYS","features":[75]},{"name":"EXPO_OFFLOAD_FUNC_NAME","features":[75]},{"name":"EXPO_OFFLOAD_REG_VALUE","features":[75]},{"name":"E_ICARD_ARGUMENT","features":[75]},{"name":"E_ICARD_COMMUNICATION","features":[75]},{"name":"E_ICARD_DATA_ACCESS","features":[75]},{"name":"E_ICARD_EXPORT","features":[75]},{"name":"E_ICARD_FAIL","features":[75]},{"name":"E_ICARD_FAILED_REQUIRED_CLAIMS","features":[75]},{"name":"E_ICARD_IDENTITY","features":[75]},{"name":"E_ICARD_IMPORT","features":[75]},{"name":"E_ICARD_INFORMATIONCARD","features":[75]},{"name":"E_ICARD_INVALID_PROOF_KEY","features":[75]},{"name":"E_ICARD_LOGOVALIDATION","features":[75]},{"name":"E_ICARD_MISSING_APPLIESTO","features":[75]},{"name":"E_ICARD_PASSWORDVALIDATION","features":[75]},{"name":"E_ICARD_POLICY","features":[75]},{"name":"E_ICARD_PROCESSDIED","features":[75]},{"name":"E_ICARD_REFRESH_REQUIRED","features":[75]},{"name":"E_ICARD_REQUEST","features":[75]},{"name":"E_ICARD_SERVICE","features":[75]},{"name":"E_ICARD_SERVICEBUSY","features":[75]},{"name":"E_ICARD_SHUTTINGDOWN","features":[75]},{"name":"E_ICARD_STOREKEY","features":[75]},{"name":"E_ICARD_STORE_IMPORT","features":[75]},{"name":"E_ICARD_TOKENCREATION","features":[75]},{"name":"E_ICARD_TRUSTEXCHANGE","features":[75]},{"name":"E_ICARD_UI_INITIALIZATION","features":[75]},{"name":"E_ICARD_UNKNOWN_REFERENCE","features":[75]},{"name":"E_ICARD_UNTRUSTED","features":[75]},{"name":"E_ICARD_USERCANCELLED","features":[75]},{"name":"EmptyPinType","features":[75]},{"name":"Encrypt","features":[1,75]},{"name":"EncryptionPin","features":[75]},{"name":"EveryoneReadAdminWriteAc","features":[75]},{"name":"EveryoneReadUserWriteAc","features":[75]},{"name":"ExternalPinType","features":[75]},{"name":"FindCertsByIssuer","features":[75]},{"name":"FreeToken","features":[1,75]},{"name":"GENERIC_XML_TOKEN","features":[1,75]},{"name":"GenerateDerivedKey","features":[75]},{"name":"GetAsymmetricEncryptionInterface","features":[1,75]},{"name":"GetAsymmetricEncryptionInterfaceFn","features":[1,75]},{"name":"GetBrowserToken","features":[75]},{"name":"GetCipherInterface","features":[1,75]},{"name":"GetCipherInterfaceFn","features":[1,75]},{"name":"GetCryptoTransform","features":[75]},{"name":"GetHashInterface","features":[1,75]},{"name":"GetHashInterfaceFn","features":[1,75]},{"name":"GetKeyDerivationInterface","features":[1,75]},{"name":"GetKeyDerivationInterfaceFn","features":[1,75]},{"name":"GetKeyStorageInterface","features":[1,75]},{"name":"GetKeyStorageInterfaceFn","features":[1,75]},{"name":"GetKeyedHash","features":[75]},{"name":"GetRngInterface","features":[1,75]},{"name":"GetRngInterfaceFn","features":[1,75]},{"name":"GetSChannelInterface","features":[1,75]},{"name":"GetSChannelInterfaceFn","features":[1,75]},{"name":"GetSecretAgreementInterface","features":[1,75]},{"name":"GetSecretAgreementInterfaceFn","features":[1,75]},{"name":"GetSignatureInterface","features":[1,75]},{"name":"GetSignatureInterfaceFn","features":[1,75]},{"name":"GetToken","features":[1,75]},{"name":"HASHALGORITHM_ENUM","features":[75]},{"name":"HCERTCHAINENGINE","features":[75]},{"name":"HCERTSTORE","features":[75]},{"name":"HCERTSTOREPROV","features":[75]},{"name":"HCRYPTASYNC","features":[75]},{"name":"HCRYPTPROV_LEGACY","features":[75]},{"name":"HCRYPTPROV_OR_NCRYPT_KEY_HANDLE","features":[75]},{"name":"HMAC_INFO","features":[75]},{"name":"HP_ALGID","features":[75]},{"name":"HP_HASHSIZE","features":[75]},{"name":"HP_HASHVAL","features":[75]},{"name":"HP_HMAC_INFO","features":[75]},{"name":"HP_TLS1PRF_LABEL","features":[75]},{"name":"HP_TLS1PRF_SEED","features":[75]},{"name":"HTTPSPOLICY_CALLBACK_DATA_AUTH_TYPE","features":[75]},{"name":"HTTPSPolicyCallbackData","features":[75]},{"name":"HandleType","features":[75]},{"name":"HashCore","features":[75]},{"name":"HashFinal","features":[75]},{"name":"ICertSrvSetup","features":[75]},{"name":"ICertSrvSetupKeyInformation","features":[75]},{"name":"ICertSrvSetupKeyInformationCollection","features":[75]},{"name":"ICertificateEnrollmentPolicyServerSetup","features":[75]},{"name":"ICertificateEnrollmentServerSetup","features":[75]},{"name":"IFX_RSA_KEYGEN_VUL_AFFECTED_LEVEL_1","features":[75]},{"name":"IFX_RSA_KEYGEN_VUL_AFFECTED_LEVEL_2","features":[75]},{"name":"IFX_RSA_KEYGEN_VUL_NOT_AFFECTED","features":[75]},{"name":"IMSCEPSetup","features":[75]},{"name":"INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS","features":[75]},{"name":"INFORMATIONCARD_CRYPTO_HANDLE","features":[75]},{"name":"INFORMATIONCARD_HASH_CRYPTO_PARAMETERS","features":[1,75]},{"name":"INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS","features":[75]},{"name":"INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS","features":[1,75]},{"name":"INTERNATIONAL_USAGE","features":[75]},{"name":"ImportInformationCard","features":[75]},{"name":"InFileSignatureResource","features":[75]},{"name":"InvalidAc","features":[75]},{"name":"InvalidDirAc","features":[75]},{"name":"KDF_ALGORITHMID","features":[75]},{"name":"KDF_CONTEXT","features":[75]},{"name":"KDF_GENERIC_PARAMETER","features":[75]},{"name":"KDF_HASH_ALGORITHM","features":[75]},{"name":"KDF_HKDF_INFO","features":[75]},{"name":"KDF_HKDF_SALT","features":[75]},{"name":"KDF_HMAC_KEY","features":[75]},{"name":"KDF_ITERATION_COUNT","features":[75]},{"name":"KDF_KEYBITLENGTH","features":[75]},{"name":"KDF_LABEL","features":[75]},{"name":"KDF_PARTYUINFO","features":[75]},{"name":"KDF_PARTYVINFO","features":[75]},{"name":"KDF_SALT","features":[75]},{"name":"KDF_SECRET_APPEND","features":[75]},{"name":"KDF_SECRET_HANDLE","features":[75]},{"name":"KDF_SECRET_PREPEND","features":[75]},{"name":"KDF_SUPPPRIVINFO","features":[75]},{"name":"KDF_SUPPPUBINFO","features":[75]},{"name":"KDF_TLS_PRF_LABEL","features":[75]},{"name":"KDF_TLS_PRF_PROTOCOL","features":[75]},{"name":"KDF_TLS_PRF_SEED","features":[75]},{"name":"KDF_USE_SECRET_AS_HMAC_KEY_FLAG","features":[75]},{"name":"KEYSTATEBLOB","features":[75]},{"name":"KEY_LENGTH_MASK","features":[75]},{"name":"KEY_TYPE_SUBTYPE","features":[75]},{"name":"KP_ADMIN_PIN","features":[75]},{"name":"KP_ALGID","features":[75]},{"name":"KP_BLOCKLEN","features":[75]},{"name":"KP_CERTIFICATE","features":[75]},{"name":"KP_CLEAR_KEY","features":[75]},{"name":"KP_CLIENT_RANDOM","features":[75]},{"name":"KP_CMS_DH_KEY_INFO","features":[75]},{"name":"KP_CMS_KEY_INFO","features":[75]},{"name":"KP_EFFECTIVE_KEYLEN","features":[75]},{"name":"KP_G","features":[75]},{"name":"KP_GET_USE_COUNT","features":[75]},{"name":"KP_HIGHEST_VERSION","features":[75]},{"name":"KP_INFO","features":[75]},{"name":"KP_IV","features":[75]},{"name":"KP_KEYEXCHANGE_PIN","features":[75]},{"name":"KP_KEYLEN","features":[75]},{"name":"KP_KEYVAL","features":[75]},{"name":"KP_MODE","features":[75]},{"name":"KP_MODE_BITS","features":[75]},{"name":"KP_OAEP_PARAMS","features":[75]},{"name":"KP_P","features":[75]},{"name":"KP_PADDING","features":[75]},{"name":"KP_PERMISSIONS","features":[75]},{"name":"KP_PIN_ID","features":[75]},{"name":"KP_PIN_INFO","features":[75]},{"name":"KP_PRECOMP_MD5","features":[75]},{"name":"KP_PRECOMP_SHA","features":[75]},{"name":"KP_PREHASH","features":[75]},{"name":"KP_PUB_EX_LEN","features":[75]},{"name":"KP_PUB_EX_VAL","features":[75]},{"name":"KP_PUB_PARAMS","features":[75]},{"name":"KP_Q","features":[75]},{"name":"KP_RA","features":[75]},{"name":"KP_RB","features":[75]},{"name":"KP_ROUNDS","features":[75]},{"name":"KP_RP","features":[75]},{"name":"KP_SALT","features":[75]},{"name":"KP_SALT_EX","features":[75]},{"name":"KP_SCHANNEL_ALG","features":[75]},{"name":"KP_SERVER_RANDOM","features":[75]},{"name":"KP_SIGNATURE_PIN","features":[75]},{"name":"KP_VERIFY_PARAMS","features":[75]},{"name":"KP_X","features":[75]},{"name":"KP_Y","features":[75]},{"name":"KeyTypeHardware","features":[75]},{"name":"KeyTypeOther","features":[75]},{"name":"KeyTypePassport","features":[75]},{"name":"KeyTypePassportRemote","features":[75]},{"name":"KeyTypePassportSmartCard","features":[75]},{"name":"KeyTypePhysicalSmartCard","features":[75]},{"name":"KeyTypeSelfSigned","features":[75]},{"name":"KeyTypeSoftware","features":[75]},{"name":"KeyTypeVirtualSmartCard","features":[75]},{"name":"LEGACY_DH_PRIVATE_BLOB","features":[75]},{"name":"LEGACY_DH_PUBLIC_BLOB","features":[75]},{"name":"LEGACY_DSA_PRIVATE_BLOB","features":[75]},{"name":"LEGACY_DSA_PUBLIC_BLOB","features":[75]},{"name":"LEGACY_DSA_V2_PRIVATE_BLOB","features":[75]},{"name":"LEGACY_DSA_V2_PUBLIC_BLOB","features":[75]},{"name":"LEGACY_RSAPRIVATE_BLOB","features":[75]},{"name":"LEGACY_RSAPUBLIC_BLOB","features":[75]},{"name":"MAXUIDLEN","features":[75]},{"name":"MAX_CONTAINER_NAME_LEN","features":[75]},{"name":"MAX_PINS","features":[75]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_CHECK_APPLICATION_ROOT_FLAG","features":[75]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_DISABLE_FLIGHT_ROOT_FLAG","features":[75]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_ENABLE_TEST_ROOT_FLAG","features":[75]},{"name":"MSCEPSetupProperty","features":[75]},{"name":"MSCRYPT_ECC_MAX_CURVE_NAME_LENGTH","features":[75]},{"name":"MSCRYPT_ECC_MAX_OID_LENGTH","features":[75]},{"name":"MS_DEF_DH_SCHANNEL_PROV","features":[75]},{"name":"MS_DEF_DH_SCHANNEL_PROV_A","features":[75]},{"name":"MS_DEF_DH_SCHANNEL_PROV_W","features":[75]},{"name":"MS_DEF_DSS_DH_PROV","features":[75]},{"name":"MS_DEF_DSS_DH_PROV_A","features":[75]},{"name":"MS_DEF_DSS_DH_PROV_W","features":[75]},{"name":"MS_DEF_DSS_PROV","features":[75]},{"name":"MS_DEF_DSS_PROV_A","features":[75]},{"name":"MS_DEF_DSS_PROV_W","features":[75]},{"name":"MS_DEF_PROV","features":[75]},{"name":"MS_DEF_PROV_A","features":[75]},{"name":"MS_DEF_PROV_W","features":[75]},{"name":"MS_DEF_RSA_SCHANNEL_PROV","features":[75]},{"name":"MS_DEF_RSA_SCHANNEL_PROV_A","features":[75]},{"name":"MS_DEF_RSA_SCHANNEL_PROV_W","features":[75]},{"name":"MS_DEF_RSA_SIG_PROV","features":[75]},{"name":"MS_DEF_RSA_SIG_PROV_A","features":[75]},{"name":"MS_DEF_RSA_SIG_PROV_W","features":[75]},{"name":"MS_ENHANCED_PROV","features":[75]},{"name":"MS_ENHANCED_PROV_A","features":[75]},{"name":"MS_ENHANCED_PROV_W","features":[75]},{"name":"MS_ENH_DSS_DH_PROV","features":[75]},{"name":"MS_ENH_DSS_DH_PROV_A","features":[75]},{"name":"MS_ENH_DSS_DH_PROV_W","features":[75]},{"name":"MS_ENH_RSA_AES_PROV","features":[75]},{"name":"MS_ENH_RSA_AES_PROV_A","features":[75]},{"name":"MS_ENH_RSA_AES_PROV_W","features":[75]},{"name":"MS_ENH_RSA_AES_PROV_XP","features":[75]},{"name":"MS_ENH_RSA_AES_PROV_XP_A","features":[75]},{"name":"MS_ENH_RSA_AES_PROV_XP_W","features":[75]},{"name":"MS_KEY_PROTECTION_PROVIDER","features":[75]},{"name":"MS_KEY_STORAGE_PROVIDER","features":[75]},{"name":"MS_NGC_KEY_STORAGE_PROVIDER","features":[75]},{"name":"MS_PLATFORM_CRYPTO_PROVIDER","features":[75]},{"name":"MS_PLATFORM_KEY_STORAGE_PROVIDER","features":[75]},{"name":"MS_PRIMITIVE_PROVIDER","features":[75]},{"name":"MS_SCARD_PROV","features":[75]},{"name":"MS_SCARD_PROV_A","features":[75]},{"name":"MS_SCARD_PROV_W","features":[75]},{"name":"MS_SCHANNEL_PROVIDER","features":[75]},{"name":"MS_SMART_CARD_KEY_STORAGE_PROVIDER","features":[75]},{"name":"MS_STRONG_PROV","features":[75]},{"name":"MS_STRONG_PROV_A","features":[75]},{"name":"MS_STRONG_PROV_W","features":[75]},{"name":"ManageCardSpace","features":[75]},{"name":"NCRYPTBUFFER_ATTESTATIONSTATEMENT_BLOB","features":[75]},{"name":"NCRYPTBUFFER_ATTESTATION_CLAIM_CHALLENGE_REQUIRED","features":[75]},{"name":"NCRYPTBUFFER_ATTESTATION_CLAIM_TYPE","features":[75]},{"name":"NCRYPTBUFFER_CERT_BLOB","features":[75]},{"name":"NCRYPTBUFFER_CLAIM_IDBINDING_NONCE","features":[75]},{"name":"NCRYPTBUFFER_CLAIM_KEYATTESTATION_NONCE","features":[75]},{"name":"NCRYPTBUFFER_DATA","features":[75]},{"name":"NCRYPTBUFFER_ECC_CURVE_NAME","features":[75]},{"name":"NCRYPTBUFFER_ECC_PARAMETERS","features":[75]},{"name":"NCRYPTBUFFER_EMPTY","features":[75]},{"name":"NCRYPTBUFFER_KEY_PROPERTY_FLAGS","features":[75]},{"name":"NCRYPTBUFFER_PKCS_ALG_ID","features":[75]},{"name":"NCRYPTBUFFER_PKCS_ALG_OID","features":[75]},{"name":"NCRYPTBUFFER_PKCS_ALG_PARAM","features":[75]},{"name":"NCRYPTBUFFER_PKCS_ATTRS","features":[75]},{"name":"NCRYPTBUFFER_PKCS_KEY_NAME","features":[75]},{"name":"NCRYPTBUFFER_PKCS_OID","features":[75]},{"name":"NCRYPTBUFFER_PKCS_SECRET","features":[75]},{"name":"NCRYPTBUFFER_PROTECTION_DESCRIPTOR_STRING","features":[75]},{"name":"NCRYPTBUFFER_PROTECTION_FLAGS","features":[75]},{"name":"NCRYPTBUFFER_SSL_CLEAR_KEY","features":[75]},{"name":"NCRYPTBUFFER_SSL_CLIENT_RANDOM","features":[75]},{"name":"NCRYPTBUFFER_SSL_HIGHEST_VERSION","features":[75]},{"name":"NCRYPTBUFFER_SSL_KEY_ARG_DATA","features":[75]},{"name":"NCRYPTBUFFER_SSL_SERVER_RANDOM","features":[75]},{"name":"NCRYPTBUFFER_SSL_SESSION_HASH","features":[75]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_NONCE","features":[75]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_PCR_MASK","features":[75]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_STATIC_CREATE","features":[75]},{"name":"NCRYPTBUFFER_TPM_SEAL_NO_DA_PROTECTION","features":[75]},{"name":"NCRYPTBUFFER_TPM_SEAL_PASSWORD","features":[75]},{"name":"NCRYPTBUFFER_TPM_SEAL_POLICYINFO","features":[75]},{"name":"NCRYPTBUFFER_TPM_SEAL_TICKET","features":[75]},{"name":"NCRYPTBUFFER_VERSION","features":[75]},{"name":"NCRYPTBUFFER_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS","features":[75]},{"name":"NCRYPT_3DES_112_ALGORITHM","features":[75]},{"name":"NCRYPT_3DES_ALGORITHM","features":[75]},{"name":"NCRYPT_AES_ALGORITHM","features":[75]},{"name":"NCRYPT_AES_ALGORITHM_GROUP","features":[75]},{"name":"NCRYPT_ALGORITHM_GROUP_PROPERTY","features":[75]},{"name":"NCRYPT_ALGORITHM_NAME_CLASS","features":[75]},{"name":"NCRYPT_ALGORITHM_PROPERTY","features":[75]},{"name":"NCRYPT_ALLOC_PARA","features":[75]},{"name":"NCRYPT_ALLOW_ALL_USAGES","features":[75]},{"name":"NCRYPT_ALLOW_ARCHIVING_FLAG","features":[75]},{"name":"NCRYPT_ALLOW_DECRYPT_FLAG","features":[75]},{"name":"NCRYPT_ALLOW_EXPORT_FLAG","features":[75]},{"name":"NCRYPT_ALLOW_KEY_AGREEMENT_FLAG","features":[75]},{"name":"NCRYPT_ALLOW_KEY_IMPORT_FLAG","features":[75]},{"name":"NCRYPT_ALLOW_PLAINTEXT_ARCHIVING_FLAG","features":[75]},{"name":"NCRYPT_ALLOW_PLAINTEXT_EXPORT_FLAG","features":[75]},{"name":"NCRYPT_ALLOW_SIGNING_FLAG","features":[75]},{"name":"NCRYPT_ALLOW_SILENT_KEY_ACCESS","features":[75]},{"name":"NCRYPT_ALTERNATE_KEY_STORAGE_LOCATION_PROPERTY","features":[75]},{"name":"NCRYPT_ASSOCIATED_ECDH_KEY","features":[75]},{"name":"NCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[75]},{"name":"NCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[75]},{"name":"NCRYPT_ATTESTATION_FLAG","features":[75]},{"name":"NCRYPT_AUTHORITY_KEY_FLAG","features":[75]},{"name":"NCRYPT_AUTH_TAG_LENGTH","features":[75]},{"name":"NCRYPT_BLOCK_LENGTH_PROPERTY","features":[75]},{"name":"NCRYPT_CAPI_KDF_ALGORITHM","features":[75]},{"name":"NCRYPT_CERTIFICATE_PROPERTY","features":[75]},{"name":"NCRYPT_CHAINING_MODE_PROPERTY","features":[75]},{"name":"NCRYPT_CHANGEPASSWORD_PROPERTY","features":[75]},{"name":"NCRYPT_CIPHER_BLOCK_PADDING_FLAG","features":[75]},{"name":"NCRYPT_CIPHER_KEY_BLOB","features":[75]},{"name":"NCRYPT_CIPHER_KEY_BLOB_MAGIC","features":[75]},{"name":"NCRYPT_CIPHER_NO_PADDING_FLAG","features":[75]},{"name":"NCRYPT_CIPHER_OPERATION","features":[75]},{"name":"NCRYPT_CIPHER_OTHER_PADDING_FLAG","features":[75]},{"name":"NCRYPT_CIPHER_PADDING_INFO","features":[75]},{"name":"NCRYPT_CLAIM_AUTHORITY_AND_SUBJECT","features":[75]},{"name":"NCRYPT_CLAIM_AUTHORITY_ONLY","features":[75]},{"name":"NCRYPT_CLAIM_PLATFORM","features":[75]},{"name":"NCRYPT_CLAIM_SUBJECT_ONLY","features":[75]},{"name":"NCRYPT_CLAIM_UNKNOWN","features":[75]},{"name":"NCRYPT_CLAIM_VSM_KEY_ATTESTATION_STATEMENT","features":[75]},{"name":"NCRYPT_CLAIM_WEB_AUTH_SUBJECT_ONLY","features":[75]},{"name":"NCRYPT_DESCR_DELIMITER_AND","features":[75]},{"name":"NCRYPT_DESCR_DELIMITER_OR","features":[75]},{"name":"NCRYPT_DESCR_EQUAL","features":[75]},{"name":"NCRYPT_DESX_ALGORITHM","features":[75]},{"name":"NCRYPT_DES_ALGORITHM","features":[75]},{"name":"NCRYPT_DES_ALGORITHM_GROUP","features":[75]},{"name":"NCRYPT_DH_ALGORITHM","features":[75]},{"name":"NCRYPT_DH_ALGORITHM_GROUP","features":[75]},{"name":"NCRYPT_DH_PARAMETERS_PROPERTY","features":[75]},{"name":"NCRYPT_DISMISS_UI_TIMEOUT_SEC_PROPERTY","features":[75]},{"name":"NCRYPT_DO_NOT_FINALIZE_FLAG","features":[75]},{"name":"NCRYPT_DSA_ALGORITHM","features":[75]},{"name":"NCRYPT_DSA_ALGORITHM_GROUP","features":[75]},{"name":"NCRYPT_ECC_CURVE_NAME_LIST_PROPERTY","features":[75]},{"name":"NCRYPT_ECC_CURVE_NAME_PROPERTY","features":[75]},{"name":"NCRYPT_ECC_PARAMETERS_PROPERTY","features":[75]},{"name":"NCRYPT_ECDH_ALGORITHM","features":[75]},{"name":"NCRYPT_ECDH_ALGORITHM_GROUP","features":[75]},{"name":"NCRYPT_ECDH_P256_ALGORITHM","features":[75]},{"name":"NCRYPT_ECDH_P384_ALGORITHM","features":[75]},{"name":"NCRYPT_ECDH_P521_ALGORITHM","features":[75]},{"name":"NCRYPT_ECDSA_ALGORITHM","features":[75]},{"name":"NCRYPT_ECDSA_ALGORITHM_GROUP","features":[75]},{"name":"NCRYPT_ECDSA_P256_ALGORITHM","features":[75]},{"name":"NCRYPT_ECDSA_P384_ALGORITHM","features":[75]},{"name":"NCRYPT_ECDSA_P521_ALGORITHM","features":[75]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE","features":[75]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER","features":[75]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER_CURRENT_VERSION","features":[75]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER_V0","features":[75]},{"name":"NCRYPT_EXPORT_LEGACY_FLAG","features":[75]},{"name":"NCRYPT_EXPORT_POLICY_PROPERTY","features":[75]},{"name":"NCRYPT_EXTENDED_ERRORS_FLAG","features":[75]},{"name":"NCRYPT_FLAGS","features":[75]},{"name":"NCRYPT_HANDLE","features":[75]},{"name":"NCRYPT_HASH_HANDLE","features":[75]},{"name":"NCRYPT_HASH_OPERATION","features":[75]},{"name":"NCRYPT_HMAC_SHA256_ALGORITHM","features":[75]},{"name":"NCRYPT_IGNORE_DEVICE_STATE_FLAG","features":[75]},{"name":"NCRYPT_IMPL_HARDWARE_FLAG","features":[75]},{"name":"NCRYPT_IMPL_HARDWARE_RNG_FLAG","features":[75]},{"name":"NCRYPT_IMPL_REMOVABLE_FLAG","features":[75]},{"name":"NCRYPT_IMPL_SOFTWARE_FLAG","features":[75]},{"name":"NCRYPT_IMPL_TYPE_PROPERTY","features":[75]},{"name":"NCRYPT_IMPL_VIRTUAL_ISOLATION_FLAG","features":[75]},{"name":"NCRYPT_INITIALIZATION_VECTOR","features":[75]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES","features":[75]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES_CURRENT_VERSION","features":[75]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES_V0","features":[75]},{"name":"NCRYPT_ISOLATED_KEY_ENVELOPE_BLOB","features":[75]},{"name":"NCRYPT_ISOLATED_KEY_FLAG_CREATED_IN_ISOLATION","features":[75]},{"name":"NCRYPT_ISOLATED_KEY_FLAG_IMPORT_ONLY","features":[75]},{"name":"NCRYPT_KDF_KEY_BLOB","features":[75]},{"name":"NCRYPT_KDF_KEY_BLOB_MAGIC","features":[75]},{"name":"NCRYPT_KDF_SECRET_VALUE","features":[75]},{"name":"NCRYPT_KEY_ACCESS_POLICY_BLOB","features":[75]},{"name":"NCRYPT_KEY_ACCESS_POLICY_PROPERTY","features":[75]},{"name":"NCRYPT_KEY_ACCESS_POLICY_VERSION","features":[75]},{"name":"NCRYPT_KEY_ATTEST_MAGIC","features":[75]},{"name":"NCRYPT_KEY_ATTEST_PADDING_INFO","features":[75]},{"name":"NCRYPT_KEY_BLOB_HEADER","features":[75]},{"name":"NCRYPT_KEY_DERIVATION_GROUP","features":[75]},{"name":"NCRYPT_KEY_DERIVATION_INTERFACE","features":[75]},{"name":"NCRYPT_KEY_DERIVATION_OPERATION","features":[75]},{"name":"NCRYPT_KEY_HANDLE","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_CERTIFICATE","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_LOCAL","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_LOCKEDCREDENTIALS","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_SDDL","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_SID","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_WEBCREDENTIALS","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_CERT_CERTBLOB","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_CERT_HASHID","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_INTERFACE","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_LOGON","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_MACHINE","features":[75]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_USER","features":[75]},{"name":"NCRYPT_KEY_STORAGE_ALGORITHM","features":[75]},{"name":"NCRYPT_KEY_STORAGE_FUNCTION_TABLE","features":[1,75]},{"name":"NCRYPT_KEY_STORAGE_INTERFACE","features":[75]},{"name":"NCRYPT_KEY_TYPE_PROPERTY","features":[75]},{"name":"NCRYPT_KEY_USAGE_PROPERTY","features":[75]},{"name":"NCRYPT_LAST_MODIFIED_PROPERTY","features":[75]},{"name":"NCRYPT_LENGTHS_PROPERTY","features":[75]},{"name":"NCRYPT_LENGTH_PROPERTY","features":[75]},{"name":"NCRYPT_MACHINE_KEY_FLAG","features":[75]},{"name":"NCRYPT_MAX_ALG_ID_LENGTH","features":[75]},{"name":"NCRYPT_MAX_KEY_NAME_LENGTH","features":[75]},{"name":"NCRYPT_MAX_NAME_LENGTH_PROPERTY","features":[75]},{"name":"NCRYPT_MAX_PROPERTY_DATA","features":[75]},{"name":"NCRYPT_MAX_PROPERTY_NAME","features":[75]},{"name":"NCRYPT_MD2_ALGORITHM","features":[75]},{"name":"NCRYPT_MD4_ALGORITHM","features":[75]},{"name":"NCRYPT_MD5_ALGORITHM","features":[75]},{"name":"NCRYPT_NAMED_DESCRIPTOR_FLAG","features":[75]},{"name":"NCRYPT_NAME_PROPERTY","features":[75]},{"name":"NCRYPT_NO_CACHED_PASSWORD","features":[75]},{"name":"NCRYPT_NO_KEY_VALIDATION","features":[75]},{"name":"NCRYPT_NO_PADDING_FLAG","features":[75]},{"name":"NCRYPT_OPAQUETRANSPORT_BLOB","features":[75]},{"name":"NCRYPT_OPERATION","features":[75]},{"name":"NCRYPT_OVERWRITE_KEY_FLAG","features":[75]},{"name":"NCRYPT_PAD_CIPHER_FLAG","features":[75]},{"name":"NCRYPT_PAD_OAEP_FLAG","features":[75]},{"name":"NCRYPT_PAD_PKCS1_FLAG","features":[75]},{"name":"NCRYPT_PAD_PSS_FLAG","features":[75]},{"name":"NCRYPT_PBKDF2_ALGORITHM","features":[75]},{"name":"NCRYPT_PCP_ALTERNATE_KEY_STORAGE_LOCATION_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_CHANGEPASSWORD_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_ECC_EKCERT_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_ECC_EKNVCERT_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_ECC_EKPUB_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_EKCERT_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_EKNVCERT_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_EKPUB_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_ENCRYPTION_KEY","features":[75]},{"name":"NCRYPT_PCP_EXPORT_ALLOWED_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_HMACVERIFICATION_KEY","features":[75]},{"name":"NCRYPT_PCP_HMAC_AUTH_NONCE","features":[75]},{"name":"NCRYPT_PCP_HMAC_AUTH_POLICYINFO","features":[75]},{"name":"NCRYPT_PCP_HMAC_AUTH_POLICYREF","features":[75]},{"name":"NCRYPT_PCP_HMAC_AUTH_SIGNATURE","features":[75]},{"name":"NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO","features":[75]},{"name":"NCRYPT_PCP_HMAC_AUTH_TICKET","features":[75]},{"name":"NCRYPT_PCP_IDENTITY_KEY","features":[75]},{"name":"NCRYPT_PCP_INTERMEDIATE_CA_EKCERT_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_KEYATTESTATION_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_KEY_CREATIONHASH_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_KEY_CREATIONTICKET_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_KEY_USAGE_POLICY_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_MIGRATIONPASSWORD_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_NO_DA_PROTECTION_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PASSWORD_REQUIRED_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PCRTABLE_ALGORITHM_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PCRTABLE_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PLATFORMHANDLE_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRALGID_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRDIGESTLIST_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRDIGEST_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRMASK_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PLATFORM_TYPE_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PROVIDERHANDLE_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PROVIDER_VERSION_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_PSS_SALT_SIZE_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_RAW_POLICYDIGEST_INFO","features":[75]},{"name":"NCRYPT_PCP_RAW_POLICYDIGEST_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_RSA_EKCERT_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_RSA_EKNVCERT_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_RSA_EKPUB_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_RSA_SCHEME_HASH_ALG_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_RSA_SCHEME_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_SESSIONID_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_SIGNATURE_KEY","features":[75]},{"name":"NCRYPT_PCP_SRKPUB_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_STORAGEPARENT_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_STORAGE_KEY","features":[75]},{"name":"NCRYPT_PCP_SYMMETRIC_KEYBITS_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_TPM12_IDACTIVATION_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_TPM12_IDBINDING_DYNAMIC_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_TPM12_IDBINDING_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_TPM2BNAME_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_TPM_FW_VERSION_INFO","features":[75]},{"name":"NCRYPT_PCP_TPM_FW_VERSION_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_TPM_IFX_RSA_KEYGEN_PROHIBITED_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_TPM_IFX_RSA_KEYGEN_VULNERABILITY_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_TPM_MANUFACTURER_ID_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_TPM_VERSION_PROPERTY","features":[75]},{"name":"NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT","features":[75]},{"name":"NCRYPT_PCP_USAGEAUTH_PROPERTY","features":[75]},{"name":"NCRYPT_PERSIST_FLAG","features":[75]},{"name":"NCRYPT_PERSIST_ONLY_FLAG","features":[75]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_IMAGE_PROPERTY","features":[75]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_STATUS_PROPERTY","features":[75]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_TICKET_BYTE_LENGTH","features":[75]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_TICKET_PROPERTY","features":[75]},{"name":"NCRYPT_PIN_CACHE_CLEAR_FOR_CALLING_PROCESS_OPTION","features":[75]},{"name":"NCRYPT_PIN_CACHE_CLEAR_PROPERTY","features":[75]},{"name":"NCRYPT_PIN_CACHE_DISABLE_DPL_FLAG","features":[75]},{"name":"NCRYPT_PIN_CACHE_FLAGS_PROPERTY","features":[75]},{"name":"NCRYPT_PIN_CACHE_FREE_APPLICATION_TICKET_PROPERTY","features":[75]},{"name":"NCRYPT_PIN_CACHE_IS_GESTURE_REQUIRED_PROPERTY","features":[75]},{"name":"NCRYPT_PIN_CACHE_PIN_PROPERTY","features":[75]},{"name":"NCRYPT_PIN_CACHE_REQUIRE_GESTURE_FLAG","features":[75]},{"name":"NCRYPT_PIN_PROMPT_PROPERTY","features":[75]},{"name":"NCRYPT_PIN_PROPERTY","features":[75]},{"name":"NCRYPT_PKCS7_ENVELOPE_BLOB","features":[75]},{"name":"NCRYPT_PKCS8_PRIVATE_KEY_BLOB","features":[75]},{"name":"NCRYPT_PLATFORM_ATTEST_MAGIC","features":[75]},{"name":"NCRYPT_PLATFORM_ATTEST_PADDING_INFO","features":[75]},{"name":"NCRYPT_PREFER_VIRTUAL_ISOLATION_FLAG","features":[75]},{"name":"NCRYPT_PROTECTED_KEY_BLOB","features":[75]},{"name":"NCRYPT_PROTECTED_KEY_BLOB_MAGIC","features":[75]},{"name":"NCRYPT_PROTECTION_INFO_TYPE_DESCRIPTOR_STRING","features":[75]},{"name":"NCRYPT_PROTECT_STREAM_INFO","features":[1,75]},{"name":"NCRYPT_PROTECT_STREAM_INFO_EX","features":[1,75]},{"name":"NCRYPT_PROTECT_TO_LOCAL_SYSTEM","features":[75]},{"name":"NCRYPT_PROVIDER_HANDLE_PROPERTY","features":[75]},{"name":"NCRYPT_PROV_HANDLE","features":[75]},{"name":"NCRYPT_PUBLIC_LENGTH_PROPERTY","features":[75]},{"name":"NCRYPT_RC2_ALGORITHM","features":[75]},{"name":"NCRYPT_RC2_ALGORITHM_GROUP","features":[75]},{"name":"NCRYPT_READER_ICON_PROPERTY","features":[75]},{"name":"NCRYPT_READER_PROPERTY","features":[75]},{"name":"NCRYPT_REGISTER_NOTIFY_FLAG","features":[75]},{"name":"NCRYPT_REQUIRE_KDS_LRPC_BIND_FLAG","features":[75]},{"name":"NCRYPT_ROOT_CERTSTORE_PROPERTY","features":[75]},{"name":"NCRYPT_RSA_ALGORITHM","features":[75]},{"name":"NCRYPT_RSA_ALGORITHM_GROUP","features":[75]},{"name":"NCRYPT_RSA_SIGN_ALGORITHM","features":[75]},{"name":"NCRYPT_SCARD_NGC_KEY_NAME","features":[75]},{"name":"NCRYPT_SCARD_PIN_ID","features":[75]},{"name":"NCRYPT_SCARD_PIN_INFO","features":[75]},{"name":"NCRYPT_SCHANNEL_INTERFACE","features":[75]},{"name":"NCRYPT_SCHANNEL_SIGNATURE_INTERFACE","features":[75]},{"name":"NCRYPT_SEALING_FLAG","features":[75]},{"name":"NCRYPT_SECRET_AGREEMENT_INTERFACE","features":[75]},{"name":"NCRYPT_SECRET_AGREEMENT_OPERATION","features":[75]},{"name":"NCRYPT_SECRET_HANDLE","features":[75]},{"name":"NCRYPT_SECURE_PIN_PROPERTY","features":[75]},{"name":"NCRYPT_SECURITY_DESCR_PROPERTY","features":[75]},{"name":"NCRYPT_SECURITY_DESCR_SUPPORT_PROPERTY","features":[75]},{"name":"NCRYPT_SHA1_ALGORITHM","features":[75]},{"name":"NCRYPT_SHA256_ALGORITHM","features":[75]},{"name":"NCRYPT_SHA384_ALGORITHM","features":[75]},{"name":"NCRYPT_SHA512_ALGORITHM","features":[75]},{"name":"NCRYPT_SIGNATURE_INTERFACE","features":[75]},{"name":"NCRYPT_SIGNATURE_LENGTH_PROPERTY","features":[75]},{"name":"NCRYPT_SIGNATURE_OPERATION","features":[75]},{"name":"NCRYPT_SILENT_FLAG","features":[75]},{"name":"NCRYPT_SMARTCARD_GUID_PROPERTY","features":[75]},{"name":"NCRYPT_SP800108_CTR_HMAC_ALGORITHM","features":[75]},{"name":"NCRYPT_SP80056A_CONCAT_ALGORITHM","features":[75]},{"name":"NCRYPT_SSL_CIPHER_LENGTHS","features":[75]},{"name":"NCRYPT_SSL_CIPHER_LENGTHS_BLOCK_PADDING","features":[75]},{"name":"NCRYPT_SSL_CIPHER_SUITE","features":[75]},{"name":"NCRYPT_SSL_CIPHER_SUITE_EX","features":[75]},{"name":"NCRYPT_SSL_CIPHER_SUITE_EX_VERSION","features":[75]},{"name":"NCRYPT_SSL_CLIENT_FLAG","features":[75]},{"name":"NCRYPT_SSL_EAP_FAST_ID","features":[75]},{"name":"NCRYPT_SSL_EAP_ID","features":[75]},{"name":"NCRYPT_SSL_EAP_PRF_FIELD","features":[75]},{"name":"NCRYPT_SSL_EAP_TTLSV0_CHLNG_ID","features":[75]},{"name":"NCRYPT_SSL_EAP_TTLSV0_ID","features":[75]},{"name":"NCRYPT_SSL_ECC_CURVE","features":[75]},{"name":"NCRYPT_SSL_EXTERNAL_PSK_FLAG","features":[75]},{"name":"NCRYPT_SSL_FUNCTION_TABLE","features":[1,75]},{"name":"NCRYPT_SSL_MAX_NAME_SIZE","features":[75]},{"name":"NCRYPT_SSL_RESUMPTION_PSK_FLAG","features":[75]},{"name":"NCRYPT_SSL_SERVER_FLAG","features":[75]},{"name":"NCRYPT_SSL_SIGN_INCLUDE_HASHOID","features":[75]},{"name":"NCRYPT_SSL_SIGN_USE_PSS_PADDING","features":[75]},{"name":"NCRYPT_SUPPORTED_LENGTHS","features":[75]},{"name":"NCRYPT_TPM12_PROVIDER","features":[75]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB","features":[75]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB_HEADER","features":[75]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB_MAGIC","features":[75]},{"name":"NCRYPT_TPM_PAD_PSS_IGNORE_SALT","features":[75]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT","features":[75]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT_CURRENT_VERSION","features":[75]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT_V0","features":[75]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_HASHSIZE","features":[75]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_MAXIMUM","features":[75]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_UNKNOWN","features":[75]},{"name":"NCRYPT_TREAT_NIST_AS_GENERIC_ECC_FLAG","features":[75]},{"name":"NCRYPT_UI_APPCONTAINER_ACCESS_MEDIUM_FLAG","features":[75]},{"name":"NCRYPT_UI_FINGERPRINT_PROTECTION_FLAG","features":[75]},{"name":"NCRYPT_UI_FORCE_HIGH_PROTECTION_FLAG","features":[75]},{"name":"NCRYPT_UI_POLICY","features":[75]},{"name":"NCRYPT_UI_POLICY_BLOB","features":[75]},{"name":"NCRYPT_UI_POLICY_PROPERTY","features":[75]},{"name":"NCRYPT_UI_PROTECT_KEY_FLAG","features":[75]},{"name":"NCRYPT_UNIQUE_NAME_PROPERTY","features":[75]},{"name":"NCRYPT_UNPROTECT_NO_DECRYPT","features":[75]},{"name":"NCRYPT_UNREGISTER_NOTIFY_FLAG","features":[75]},{"name":"NCRYPT_USER_CERTSTORE_PROPERTY","features":[75]},{"name":"NCRYPT_USE_CONTEXT_PROPERTY","features":[75]},{"name":"NCRYPT_USE_COUNT_ENABLED_PROPERTY","features":[75]},{"name":"NCRYPT_USE_COUNT_PROPERTY","features":[75]},{"name":"NCRYPT_USE_PER_BOOT_KEY_FLAG","features":[75]},{"name":"NCRYPT_USE_PER_BOOT_KEY_PROPERTY","features":[75]},{"name":"NCRYPT_USE_VIRTUAL_ISOLATION_FLAG","features":[75]},{"name":"NCRYPT_USE_VIRTUAL_ISOLATION_PROPERTY","features":[75]},{"name":"NCRYPT_VERSION_PROPERTY","features":[75]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS","features":[75]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS_CURRENT_VERSION","features":[75]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS_V0","features":[75]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT","features":[75]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT_CURRENT_VERSION","features":[75]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT_V0","features":[75]},{"name":"NCRYPT_WINDOW_HANDLE_PROPERTY","features":[75]},{"name":"NCRYPT_WRITE_KEY_TO_LEGACY_STORE_FLAG","features":[75]},{"name":"NCryptAlgorithmName","features":[75]},{"name":"NCryptCloseProtectionDescriptor","features":[75]},{"name":"NCryptCreateClaim","features":[75]},{"name":"NCryptCreateClaimFn","features":[75]},{"name":"NCryptCreatePersistedKey","features":[75]},{"name":"NCryptCreatePersistedKeyFn","features":[75]},{"name":"NCryptCreateProtectionDescriptor","features":[75]},{"name":"NCryptDecrypt","features":[75]},{"name":"NCryptDecryptFn","features":[75]},{"name":"NCryptDeleteKey","features":[75]},{"name":"NCryptDeleteKeyFn","features":[75]},{"name":"NCryptDeriveKey","features":[75]},{"name":"NCryptDeriveKeyFn","features":[75]},{"name":"NCryptEncrypt","features":[75]},{"name":"NCryptEncryptFn","features":[75]},{"name":"NCryptEnumAlgorithms","features":[75]},{"name":"NCryptEnumAlgorithmsFn","features":[75]},{"name":"NCryptEnumKeys","features":[75]},{"name":"NCryptEnumKeysFn","features":[75]},{"name":"NCryptEnumStorageProviders","features":[75]},{"name":"NCryptEnumStorageProvidersFn","features":[75]},{"name":"NCryptExportKey","features":[75]},{"name":"NCryptExportKeyFn","features":[75]},{"name":"NCryptFinalizeKey","features":[75]},{"name":"NCryptFinalizeKeyFn","features":[75]},{"name":"NCryptFreeBuffer","features":[75]},{"name":"NCryptFreeBufferFn","features":[75]},{"name":"NCryptFreeKeyFn","features":[75]},{"name":"NCryptFreeObject","features":[75]},{"name":"NCryptFreeProviderFn","features":[75]},{"name":"NCryptFreeSecretFn","features":[75]},{"name":"NCryptGetKeyPropertyFn","features":[75]},{"name":"NCryptGetProperty","features":[75]},{"name":"NCryptGetProtectionDescriptorInfo","features":[75]},{"name":"NCryptGetProviderPropertyFn","features":[75]},{"name":"NCryptImportKey","features":[75]},{"name":"NCryptImportKeyFn","features":[75]},{"name":"NCryptIsAlgSupported","features":[75]},{"name":"NCryptIsAlgSupportedFn","features":[75]},{"name":"NCryptIsKeyHandle","features":[1,75]},{"name":"NCryptKeyDerivation","features":[75]},{"name":"NCryptKeyDerivationFn","features":[75]},{"name":"NCryptKeyName","features":[75]},{"name":"NCryptNotifyChangeKey","features":[1,75]},{"name":"NCryptNotifyChangeKeyFn","features":[1,75]},{"name":"NCryptOpenKey","features":[75]},{"name":"NCryptOpenKeyFn","features":[75]},{"name":"NCryptOpenStorageProvider","features":[75]},{"name":"NCryptOpenStorageProviderFn","features":[75]},{"name":"NCryptPromptUserFn","features":[75]},{"name":"NCryptProtectSecret","features":[1,75]},{"name":"NCryptProviderName","features":[75]},{"name":"NCryptQueryProtectionDescriptorName","features":[75]},{"name":"NCryptRegisterProtectionDescriptorName","features":[75]},{"name":"NCryptSecretAgreement","features":[75]},{"name":"NCryptSecretAgreementFn","features":[75]},{"name":"NCryptSetKeyPropertyFn","features":[75]},{"name":"NCryptSetProperty","features":[75]},{"name":"NCryptSetProviderPropertyFn","features":[75]},{"name":"NCryptSignHash","features":[75]},{"name":"NCryptSignHashFn","features":[75]},{"name":"NCryptStreamClose","features":[75]},{"name":"NCryptStreamOpenToProtect","features":[1,75]},{"name":"NCryptStreamOpenToUnprotect","features":[1,75]},{"name":"NCryptStreamOpenToUnprotectEx","features":[1,75]},{"name":"NCryptStreamUpdate","features":[1,75]},{"name":"NCryptTranslateHandle","features":[75]},{"name":"NCryptUnprotectSecret","features":[1,75]},{"name":"NCryptVerifyClaim","features":[75]},{"name":"NCryptVerifyClaimFn","features":[75]},{"name":"NCryptVerifySignature","features":[75]},{"name":"NCryptVerifySignatureFn","features":[75]},{"name":"NETSCAPE_SIGN_CA_CERT_TYPE","features":[75]},{"name":"NETSCAPE_SIGN_CERT_TYPE","features":[75]},{"name":"NETSCAPE_SMIME_CA_CERT_TYPE","features":[75]},{"name":"NETSCAPE_SMIME_CERT_TYPE","features":[75]},{"name":"NETSCAPE_SSL_CA_CERT_TYPE","features":[75]},{"name":"NETSCAPE_SSL_CLIENT_AUTH_CERT_TYPE","features":[75]},{"name":"NETSCAPE_SSL_SERVER_AUTH_CERT_TYPE","features":[75]},{"name":"NonRepudiationPin","features":[75]},{"name":"OCSP_BASIC_BY_KEY_RESPONDER_ID","features":[75]},{"name":"OCSP_BASIC_BY_NAME_RESPONDER_ID","features":[75]},{"name":"OCSP_BASIC_GOOD_CERT_STATUS","features":[75]},{"name":"OCSP_BASIC_RESPONSE","features":[75]},{"name":"OCSP_BASIC_RESPONSE_ENTRY","features":[1,75]},{"name":"OCSP_BASIC_RESPONSE_INFO","features":[1,75]},{"name":"OCSP_BASIC_RESPONSE_V1","features":[75]},{"name":"OCSP_BASIC_REVOKED_CERT_STATUS","features":[75]},{"name":"OCSP_BASIC_REVOKED_INFO","features":[1,75]},{"name":"OCSP_BASIC_SIGNED_RESPONSE","features":[75]},{"name":"OCSP_BASIC_SIGNED_RESPONSE_INFO","features":[75]},{"name":"OCSP_BASIC_UNKNOWN_CERT_STATUS","features":[75]},{"name":"OCSP_CERT_ID","features":[75]},{"name":"OCSP_INTERNAL_ERROR_RESPONSE","features":[75]},{"name":"OCSP_MALFORMED_REQUEST_RESPONSE","features":[75]},{"name":"OCSP_REQUEST","features":[75]},{"name":"OCSP_REQUEST_ENTRY","features":[1,75]},{"name":"OCSP_REQUEST_INFO","features":[1,75]},{"name":"OCSP_REQUEST_V1","features":[75]},{"name":"OCSP_RESPONSE","features":[75]},{"name":"OCSP_RESPONSE_INFO","features":[75]},{"name":"OCSP_SIGNATURE_INFO","features":[75]},{"name":"OCSP_SIGNED_REQUEST","features":[75]},{"name":"OCSP_SIGNED_REQUEST_INFO","features":[75]},{"name":"OCSP_SIG_REQUIRED_RESPONSE","features":[75]},{"name":"OCSP_SUCCESSFUL_RESPONSE","features":[75]},{"name":"OCSP_TRY_LATER_RESPONSE","features":[75]},{"name":"OCSP_UNAUTHORIZED_RESPONSE","features":[75]},{"name":"OFFLOAD_PRIVATE_KEY","features":[75]},{"name":"OPAQUEKEYBLOB","features":[75]},{"name":"PCRYPT_DECRYPT_PRIVATE_KEY_FUNC","features":[1,75]},{"name":"PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC","features":[1,75]},{"name":"PCRYPT_RESOLVE_HCRYPTPROV_FUNC","features":[1,75]},{"name":"PFNCryptStreamOutputCallback","features":[1,75]},{"name":"PFNCryptStreamOutputCallbackEx","features":[1,75]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN","features":[1,75]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_EX","features":[1,75]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_EX_WITHFILEHANDLE","features":[1,75]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_WITHFILEHANDLE","features":[1,75]},{"name":"PFN_CANCEL_ASYNC_RETRIEVAL_FUNC","features":[1,75]},{"name":"PFN_CARD_ACQUIRE_CONTEXT","features":[1,75]},{"name":"PFN_CARD_AUTHENTICATE_CHALLENGE","features":[1,75]},{"name":"PFN_CARD_AUTHENTICATE_EX","features":[1,75]},{"name":"PFN_CARD_AUTHENTICATE_PIN","features":[1,75]},{"name":"PFN_CARD_CHANGE_AUTHENTICATOR","features":[1,75]},{"name":"PFN_CARD_CHANGE_AUTHENTICATOR_EX","features":[1,75]},{"name":"PFN_CARD_CONSTRUCT_DH_AGREEMENT","features":[1,75]},{"name":"PFN_CARD_CREATE_CONTAINER","features":[1,75]},{"name":"PFN_CARD_CREATE_CONTAINER_EX","features":[1,75]},{"name":"PFN_CARD_CREATE_DIRECTORY","features":[1,75]},{"name":"PFN_CARD_CREATE_FILE","features":[1,75]},{"name":"PFN_CARD_DEAUTHENTICATE","features":[1,75]},{"name":"PFN_CARD_DEAUTHENTICATE_EX","features":[1,75]},{"name":"PFN_CARD_DELETE_CONTAINER","features":[1,75]},{"name":"PFN_CARD_DELETE_CONTEXT","features":[1,75]},{"name":"PFN_CARD_DELETE_DIRECTORY","features":[1,75]},{"name":"PFN_CARD_DELETE_FILE","features":[1,75]},{"name":"PFN_CARD_DERIVE_KEY","features":[1,75]},{"name":"PFN_CARD_DESTROY_DH_AGREEMENT","features":[1,75]},{"name":"PFN_CARD_DESTROY_KEY","features":[1,75]},{"name":"PFN_CARD_ENUM_FILES","features":[1,75]},{"name":"PFN_CARD_GET_ALGORITHM_PROPERTY","features":[1,75]},{"name":"PFN_CARD_GET_CHALLENGE","features":[1,75]},{"name":"PFN_CARD_GET_CHALLENGE_EX","features":[1,75]},{"name":"PFN_CARD_GET_CONTAINER_INFO","features":[1,75]},{"name":"PFN_CARD_GET_CONTAINER_PROPERTY","features":[1,75]},{"name":"PFN_CARD_GET_FILE_INFO","features":[1,75]},{"name":"PFN_CARD_GET_KEY_PROPERTY","features":[1,75]},{"name":"PFN_CARD_GET_PROPERTY","features":[1,75]},{"name":"PFN_CARD_GET_SHARED_KEY_HANDLE","features":[1,75]},{"name":"PFN_CARD_IMPORT_SESSION_KEY","features":[1,75]},{"name":"PFN_CARD_PROCESS_ENCRYPTED_DATA","features":[1,75]},{"name":"PFN_CARD_QUERY_CAPABILITIES","features":[1,75]},{"name":"PFN_CARD_QUERY_FREE_SPACE","features":[1,75]},{"name":"PFN_CARD_QUERY_KEY_SIZES","features":[1,75]},{"name":"PFN_CARD_READ_FILE","features":[1,75]},{"name":"PFN_CARD_RSA_DECRYPT","features":[1,75]},{"name":"PFN_CARD_SET_CONTAINER_PROPERTY","features":[1,75]},{"name":"PFN_CARD_SET_KEY_PROPERTY","features":[1,75]},{"name":"PFN_CARD_SET_PROPERTY","features":[1,75]},{"name":"PFN_CARD_SIGN_DATA","features":[1,75]},{"name":"PFN_CARD_UNBLOCK_PIN","features":[1,75]},{"name":"PFN_CARD_WRITE_FILE","features":[1,75]},{"name":"PFN_CERT_CHAIN_FIND_BY_ISSUER_CALLBACK","features":[1,75]},{"name":"PFN_CERT_CREATE_CONTEXT_SORT_FUNC","features":[1,75]},{"name":"PFN_CERT_DLL_OPEN_STORE_PROV_FUNC","features":[1,75]},{"name":"PFN_CERT_ENUM_PHYSICAL_STORE","features":[1,75]},{"name":"PFN_CERT_ENUM_SYSTEM_STORE","features":[1,75]},{"name":"PFN_CERT_ENUM_SYSTEM_STORE_LOCATION","features":[1,75]},{"name":"PFN_CERT_IS_WEAK_HASH","features":[1,75]},{"name":"PFN_CERT_SERVER_OCSP_RESPONSE_UPDATE_CALLBACK","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_CLOSE","features":[75]},{"name":"PFN_CERT_STORE_PROV_CONTROL","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_DELETE_CERT","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_DELETE_CRL","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_DELETE_CTL","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_FIND_CERT","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_FIND_CRL","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_FIND_CTL","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CERT","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CRL","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CTL","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_GET_CERT_PROPERTY","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_GET_CRL_PROPERTY","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_GET_CTL_PROPERTY","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_READ_CERT","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_READ_CRL","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_READ_CTL","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_SET_CERT_PROPERTY","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_SET_CRL_PROPERTY","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_SET_CTL_PROPERTY","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_WRITE_CERT","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_WRITE_CRL","features":[1,75]},{"name":"PFN_CERT_STORE_PROV_WRITE_CTL","features":[1,75]},{"name":"PFN_CMSG_ALLOC","features":[75]},{"name":"PFN_CMSG_CNG_IMPORT_CONTENT_ENCRYPT_KEY","features":[1,75]},{"name":"PFN_CMSG_CNG_IMPORT_KEY_AGREE","features":[1,75]},{"name":"PFN_CMSG_CNG_IMPORT_KEY_TRANS","features":[1,75]},{"name":"PFN_CMSG_EXPORT_ENCRYPT_KEY","features":[1,75]},{"name":"PFN_CMSG_EXPORT_KEY_AGREE","features":[1,75]},{"name":"PFN_CMSG_EXPORT_KEY_TRANS","features":[1,75]},{"name":"PFN_CMSG_EXPORT_MAIL_LIST","features":[1,75]},{"name":"PFN_CMSG_FREE","features":[75]},{"name":"PFN_CMSG_GEN_CONTENT_ENCRYPT_KEY","features":[1,75]},{"name":"PFN_CMSG_GEN_ENCRYPT_KEY","features":[1,75]},{"name":"PFN_CMSG_IMPORT_ENCRYPT_KEY","features":[1,75]},{"name":"PFN_CMSG_IMPORT_KEY_AGREE","features":[1,75]},{"name":"PFN_CMSG_IMPORT_KEY_TRANS","features":[1,75]},{"name":"PFN_CMSG_IMPORT_MAIL_LIST","features":[1,75]},{"name":"PFN_CMSG_STREAM_OUTPUT","features":[1,75]},{"name":"PFN_CRYPT_ALLOC","features":[75]},{"name":"PFN_CRYPT_ASYNC_PARAM_FREE_FUNC","features":[75]},{"name":"PFN_CRYPT_ASYNC_RETRIEVAL_COMPLETION_FUNC","features":[75]},{"name":"PFN_CRYPT_CANCEL_RETRIEVAL","features":[1,75]},{"name":"PFN_CRYPT_ENUM_KEYID_PROP","features":[1,75]},{"name":"PFN_CRYPT_ENUM_OID_FUNC","features":[1,75]},{"name":"PFN_CRYPT_ENUM_OID_INFO","features":[1,75]},{"name":"PFN_CRYPT_EXPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[1,75]},{"name":"PFN_CRYPT_EXPORT_PUBLIC_KEY_INFO_FROM_BCRYPT_HANDLE_FUNC","features":[1,75]},{"name":"PFN_CRYPT_EXTRACT_ENCODED_SIGNATURE_PARAMETERS_FUNC","features":[1,75]},{"name":"PFN_CRYPT_FREE","features":[75]},{"name":"PFN_CRYPT_GET_SIGNER_CERTIFICATE","features":[1,75]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FLUSH","features":[1,75]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE","features":[75]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE_IDENTIFIER","features":[75]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE_PASSWORD","features":[75]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_GET","features":[1,75]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_INITIALIZE","features":[1,75]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_RELEASE","features":[75]},{"name":"PFN_CRYPT_SIGN_AND_ENCODE_HASH_FUNC","features":[1,75]},{"name":"PFN_CRYPT_VERIFY_ENCODED_SIGNATURE_FUNC","features":[1,75]},{"name":"PFN_CRYPT_XML_CREATE_TRANSFORM","features":[75]},{"name":"PFN_CRYPT_XML_DATA_PROVIDER_CLOSE","features":[75]},{"name":"PFN_CRYPT_XML_DATA_PROVIDER_READ","features":[75]},{"name":"PFN_CRYPT_XML_ENUM_ALG_INFO","features":[1,75]},{"name":"PFN_CRYPT_XML_WRITE_CALLBACK","features":[75]},{"name":"PFN_CSP_ALLOC","features":[75]},{"name":"PFN_CSP_CACHE_ADD_FILE","features":[75]},{"name":"PFN_CSP_CACHE_DELETE_FILE","features":[75]},{"name":"PFN_CSP_CACHE_LOOKUP_FILE","features":[75]},{"name":"PFN_CSP_FREE","features":[75]},{"name":"PFN_CSP_GET_DH_AGREEMENT","features":[1,75]},{"name":"PFN_CSP_PAD_DATA","features":[75]},{"name":"PFN_CSP_REALLOC","features":[75]},{"name":"PFN_CSP_UNPAD_DATA","features":[75]},{"name":"PFN_EXPORT_PRIV_KEY_FUNC","features":[1,75]},{"name":"PFN_FREE_ENCODED_OBJECT_FUNC","features":[75]},{"name":"PFN_IMPORT_PRIV_KEY_FUNC","features":[1,75]},{"name":"PFN_IMPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[1,75]},{"name":"PFN_MD_ENCRYPT_DATA","features":[1,75]},{"name":"PFN_MD_IMPORT_SESSION_KEY","features":[1,75]},{"name":"PFN_NCRYPT_ALLOC","features":[75]},{"name":"PFN_NCRYPT_FREE","features":[75]},{"name":"PFN_OFFLOAD_MOD_EXPO","features":[1,75]},{"name":"PFXExportCertStore","features":[1,75]},{"name":"PFXExportCertStoreEx","features":[1,75]},{"name":"PFXImportCertStore","features":[75]},{"name":"PFXIsPFXBlob","features":[1,75]},{"name":"PFXVerifyPassword","features":[1,75]},{"name":"PIN_CACHE_POLICY","features":[75]},{"name":"PIN_CACHE_POLICY_CURRENT_VERSION","features":[75]},{"name":"PIN_CACHE_POLICY_TYPE","features":[75]},{"name":"PIN_CHANGE_FLAG_CHANGEPIN","features":[75]},{"name":"PIN_CHANGE_FLAG_UNBLOCK","features":[75]},{"name":"PIN_INFO","features":[75]},{"name":"PIN_INFO_CURRENT_VERSION","features":[75]},{"name":"PIN_INFO_REQUIRE_SECURE_ENTRY","features":[75]},{"name":"PIN_SET_ALL_ROLES","features":[75]},{"name":"PIN_SET_NONE","features":[75]},{"name":"PKCS12_ALLOW_OVERWRITE_KEY","features":[75]},{"name":"PKCS12_ALWAYS_CNG_KSP","features":[75]},{"name":"PKCS12_CONFIG_REGPATH","features":[75]},{"name":"PKCS12_DISABLE_ENCRYPT_CERTIFICATES","features":[75]},{"name":"PKCS12_ENCRYPT_CERTIFICATES","features":[75]},{"name":"PKCS12_ENCRYPT_CERTIFICATES_VALUE_NAME","features":[75]},{"name":"PKCS12_EXPORT_ECC_CURVE_OID","features":[75]},{"name":"PKCS12_EXPORT_ECC_CURVE_PARAMETERS","features":[75]},{"name":"PKCS12_EXPORT_PBES2_PARAMS","features":[75]},{"name":"PKCS12_EXPORT_RESERVED_MASK","features":[75]},{"name":"PKCS12_EXPORT_SILENT","features":[75]},{"name":"PKCS12_IMPORT_RESERVED_MASK","features":[75]},{"name":"PKCS12_IMPORT_SILENT","features":[75]},{"name":"PKCS12_INCLUDE_EXTENDED_PROPERTIES","features":[75]},{"name":"PKCS12_NO_PERSIST_KEY","features":[75]},{"name":"PKCS12_ONLY_CERTIFICATES","features":[75]},{"name":"PKCS12_ONLY_CERTIFICATES_CONTAINER_NAME","features":[75]},{"name":"PKCS12_ONLY_CERTIFICATES_PROVIDER_NAME","features":[75]},{"name":"PKCS12_ONLY_CERTIFICATES_PROVIDER_TYPE","features":[75]},{"name":"PKCS12_ONLY_NOT_ENCRYPTED_CERTIFICATES","features":[75]},{"name":"PKCS12_PBES2_ALG_AES256_SHA256","features":[75]},{"name":"PKCS12_PBES2_EXPORT_PARAMS","features":[75]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA1","features":[75]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA256","features":[75]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA384","features":[75]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA512","features":[75]},{"name":"PKCS12_PREFER_CNG_KSP","features":[75]},{"name":"PKCS12_PROTECT_TO_DOMAIN_SIDS","features":[75]},{"name":"PKCS12_VIRTUAL_ISOLATION_KEY","features":[75]},{"name":"PKCS5_PADDING","features":[75]},{"name":"PKCS7_SIGNER_INFO","features":[75]},{"name":"PKCS_7_ASN_ENCODING","features":[75]},{"name":"PKCS_7_NDR_ENCODING","features":[75]},{"name":"PKCS_ATTRIBUTE","features":[75]},{"name":"PKCS_ATTRIBUTES","features":[75]},{"name":"PKCS_CONTENT_INFO","features":[75]},{"name":"PKCS_CONTENT_INFO_SEQUENCE_OF_ANY","features":[75]},{"name":"PKCS_CTL","features":[75]},{"name":"PKCS_ENCRYPTED_PRIVATE_KEY_INFO","features":[75]},{"name":"PKCS_PRIVATE_KEY_INFO","features":[75]},{"name":"PKCS_RC2_CBC_PARAMETERS","features":[75]},{"name":"PKCS_RSAES_OAEP_PARAMETERS","features":[75]},{"name":"PKCS_RSA_PRIVATE_KEY","features":[75]},{"name":"PKCS_RSA_SSA_PSS_PARAMETERS","features":[75]},{"name":"PKCS_RSA_SSA_PSS_TRAILER_FIELD_BC","features":[75]},{"name":"PKCS_SMIME_CAPABILITIES","features":[75]},{"name":"PKCS_SORTED_CTL","features":[75]},{"name":"PKCS_TIME_REQUEST","features":[75]},{"name":"PKCS_UTC_TIME","features":[75]},{"name":"PLAINTEXTKEYBLOB","features":[75]},{"name":"POLICY_ELEMENT","features":[1,75]},{"name":"PP_ADMIN_PIN","features":[75]},{"name":"PP_APPLI_CERT","features":[75]},{"name":"PP_CERTCHAIN","features":[75]},{"name":"PP_CHANGE_PASSWORD","features":[75]},{"name":"PP_CLIENT_HWND","features":[75]},{"name":"PP_CONTAINER","features":[75]},{"name":"PP_CONTEXT_INFO","features":[75]},{"name":"PP_CRYPT_COUNT_KEY_USE","features":[75]},{"name":"PP_DELETEKEY","features":[75]},{"name":"PP_DISMISS_PIN_UI_SEC","features":[75]},{"name":"PP_ENUMALGS","features":[75]},{"name":"PP_ENUMALGS_EX","features":[75]},{"name":"PP_ENUMCONTAINERS","features":[75]},{"name":"PP_ENUMELECTROOTS","features":[75]},{"name":"PP_ENUMEX_SIGNING_PROT","features":[75]},{"name":"PP_ENUMMANDROOTS","features":[75]},{"name":"PP_IMPTYPE","features":[75]},{"name":"PP_IS_PFX_EPHEMERAL","features":[75]},{"name":"PP_KEYEXCHANGE_ALG","features":[75]},{"name":"PP_KEYEXCHANGE_KEYSIZE","features":[75]},{"name":"PP_KEYEXCHANGE_PIN","features":[75]},{"name":"PP_KEYSET_SEC_DESCR","features":[75]},{"name":"PP_KEYSET_TYPE","features":[75]},{"name":"PP_KEYSPEC","features":[75]},{"name":"PP_KEYSTORAGE","features":[75]},{"name":"PP_KEYX_KEYSIZE_INC","features":[75]},{"name":"PP_KEY_TYPE_SUBTYPE","features":[75]},{"name":"PP_NAME","features":[75]},{"name":"PP_PIN_PROMPT_STRING","features":[75]},{"name":"PP_PROVTYPE","features":[75]},{"name":"PP_ROOT_CERTSTORE","features":[75]},{"name":"PP_SECURE_KEYEXCHANGE_PIN","features":[75]},{"name":"PP_SECURE_SIGNATURE_PIN","features":[75]},{"name":"PP_SESSION_KEYSIZE","features":[75]},{"name":"PP_SGC_INFO","features":[75]},{"name":"PP_SIGNATURE_ALG","features":[75]},{"name":"PP_SIGNATURE_KEYSIZE","features":[75]},{"name":"PP_SIGNATURE_PIN","features":[75]},{"name":"PP_SIG_KEYSIZE_INC","features":[75]},{"name":"PP_SMARTCARD_GUID","features":[75]},{"name":"PP_SMARTCARD_READER","features":[75]},{"name":"PP_SMARTCARD_READER_ICON","features":[75]},{"name":"PP_SYM_KEYSIZE","features":[75]},{"name":"PP_UI_PROMPT","features":[75]},{"name":"PP_UNIQUE_CONTAINER","features":[75]},{"name":"PP_USER_CERTSTORE","features":[75]},{"name":"PP_USE_HARDWARE_RNG","features":[75]},{"name":"PP_VERSION","features":[75]},{"name":"PRIVATEKEYBLOB","features":[75]},{"name":"PRIVKEYVER3","features":[75]},{"name":"PROV_DH_SCHANNEL","features":[75]},{"name":"PROV_DSS","features":[75]},{"name":"PROV_DSS_DH","features":[75]},{"name":"PROV_EC_ECDSA_FULL","features":[75]},{"name":"PROV_EC_ECDSA_SIG","features":[75]},{"name":"PROV_EC_ECNRA_FULL","features":[75]},{"name":"PROV_EC_ECNRA_SIG","features":[75]},{"name":"PROV_ENUMALGS","features":[75]},{"name":"PROV_ENUMALGS_EX","features":[75]},{"name":"PROV_FORTEZZA","features":[75]},{"name":"PROV_INTEL_SEC","features":[75]},{"name":"PROV_MS_EXCHANGE","features":[75]},{"name":"PROV_REPLACE_OWF","features":[75]},{"name":"PROV_RNG","features":[75]},{"name":"PROV_RSA_AES","features":[75]},{"name":"PROV_RSA_FULL","features":[75]},{"name":"PROV_RSA_SCHANNEL","features":[75]},{"name":"PROV_RSA_SIG","features":[75]},{"name":"PROV_SPYRUS_LYNKS","features":[75]},{"name":"PROV_SSL","features":[75]},{"name":"PROV_STT_ACQ","features":[75]},{"name":"PROV_STT_BRND","features":[75]},{"name":"PROV_STT_ISS","features":[75]},{"name":"PROV_STT_MER","features":[75]},{"name":"PROV_STT_ROOT","features":[75]},{"name":"PUBKEY","features":[75]},{"name":"PUBKEYVER3","features":[75]},{"name":"PUBLICKEYBLOB","features":[75]},{"name":"PUBLICKEYBLOBEX","features":[75]},{"name":"PUBLICKEYSTRUC","features":[75]},{"name":"PVK_TYPE_FILE_NAME","features":[75]},{"name":"PVK_TYPE_KEYCONTAINER","features":[75]},{"name":"PaddingMode","features":[75]},{"name":"PinCacheAlwaysPrompt","features":[75]},{"name":"PinCacheNone","features":[75]},{"name":"PinCacheNormal","features":[75]},{"name":"PinCacheTimed","features":[75]},{"name":"PrimaryCardPin","features":[75]},{"name":"ProcessPrng","features":[1,75]},{"name":"RANDOM_PADDING","features":[75]},{"name":"RECIPIENTPOLICY","features":[75]},{"name":"RECIPIENTPOLICY2","features":[75]},{"name":"RECIPIENTPOLICYV1","features":[75]},{"name":"RECIPIENTPOLICYV2","features":[75]},{"name":"REPORT_NOT_ABLE_TO_EXPORT_PRIVATE_KEY","features":[75]},{"name":"REPORT_NO_PRIVATE_KEY","features":[75]},{"name":"REVOCATION_OID_CRL_REVOCATION","features":[75]},{"name":"ROLE_ADMIN","features":[75]},{"name":"ROLE_EVERYONE","features":[75]},{"name":"ROLE_PIN_ALWAYS","features":[75]},{"name":"ROLE_PUK","features":[75]},{"name":"ROLE_USER","features":[75]},{"name":"ROOT_INFO_LUID","features":[75]},{"name":"RSA1024BIT_KEY","features":[75]},{"name":"RSAPUBKEY","features":[75]},{"name":"RSA_CSP_PUBLICKEYBLOB","features":[75]},{"name":"SCARD_PROVIDER_CARD_MODULE","features":[75]},{"name":"SCHANNEL_ALG","features":[75]},{"name":"SCHANNEL_ENC_KEY","features":[75]},{"name":"SCHANNEL_MAC_KEY","features":[75]},{"name":"SCHEME_OID_RETRIEVE_ENCODED_OBJECTW_FUNC","features":[75]},{"name":"SCHEME_OID_RETRIEVE_ENCODED_OBJECT_FUNC","features":[75]},{"name":"SECRET_PURPOSE","features":[75]},{"name":"SECRET_TYPE","features":[75]},{"name":"SIGNATURE_RESOURCE_NUMBER","features":[75]},{"name":"SIGNER_ATTR_AUTHCODE","features":[1,75]},{"name":"SIGNER_AUTHCODE_ATTR","features":[75]},{"name":"SIGNER_BLOB_INFO","features":[75]},{"name":"SIGNER_CERT","features":[1,75]},{"name":"SIGNER_CERT_CHOICE","features":[75]},{"name":"SIGNER_CERT_POLICY","features":[75]},{"name":"SIGNER_CERT_POLICY_CHAIN","features":[75]},{"name":"SIGNER_CERT_POLICY_CHAIN_NO_ROOT","features":[75]},{"name":"SIGNER_CERT_POLICY_SPC","features":[75]},{"name":"SIGNER_CERT_POLICY_STORE","features":[75]},{"name":"SIGNER_CERT_SPC_CHAIN","features":[75]},{"name":"SIGNER_CERT_SPC_FILE","features":[75]},{"name":"SIGNER_CERT_STORE","features":[75]},{"name":"SIGNER_CERT_STORE_INFO","features":[1,75]},{"name":"SIGNER_CONTEXT","features":[75]},{"name":"SIGNER_DIGEST_SIGN_INFO","features":[1,75]},{"name":"SIGNER_DIGEST_SIGN_INFO_V1","features":[1,75]},{"name":"SIGNER_DIGEST_SIGN_INFO_V2","features":[1,75]},{"name":"SIGNER_FILE_INFO","features":[1,75]},{"name":"SIGNER_NO_ATTR","features":[75]},{"name":"SIGNER_PRIVATE_KEY_CHOICE","features":[75]},{"name":"SIGNER_PROVIDER_INFO","features":[75]},{"name":"SIGNER_SIGNATURE_ATTRIBUTE_CHOICE","features":[75]},{"name":"SIGNER_SIGNATURE_INFO","features":[1,75]},{"name":"SIGNER_SIGN_FLAGS","features":[75]},{"name":"SIGNER_SPC_CHAIN_INFO","features":[75]},{"name":"SIGNER_SUBJECT_BLOB","features":[75]},{"name":"SIGNER_SUBJECT_CHOICE","features":[75]},{"name":"SIGNER_SUBJECT_FILE","features":[75]},{"name":"SIGNER_SUBJECT_INFO","features":[1,75]},{"name":"SIGNER_TIMESTAMP_AUTHENTICODE","features":[75]},{"name":"SIGNER_TIMESTAMP_FLAGS","features":[75]},{"name":"SIGNER_TIMESTAMP_RFC3161","features":[75]},{"name":"SIG_APPEND","features":[75]},{"name":"SIMPLEBLOB","features":[75]},{"name":"SITE_PIN_RULES_ALL_SUBDOMAINS_FLAG","features":[75]},{"name":"SORTED_CTL_EXT_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[75]},{"name":"SPC_DIGEST_GENERATE_FLAG","features":[75]},{"name":"SPC_DIGEST_SIGN_EX_FLAG","features":[75]},{"name":"SPC_DIGEST_SIGN_FLAG","features":[75]},{"name":"SPC_EXC_PE_PAGE_HASHES_FLAG","features":[75]},{"name":"SPC_INC_PE_DEBUG_INFO_FLAG","features":[75]},{"name":"SPC_INC_PE_IMPORT_ADDR_TABLE_FLAG","features":[75]},{"name":"SPC_INC_PE_PAGE_HASHES_FLAG","features":[75]},{"name":"SPC_INC_PE_RESOURCES_FLAG","features":[75]},{"name":"SSL2_PROTOCOL_VERSION","features":[75]},{"name":"SSL3_PROTOCOL_VERSION","features":[75]},{"name":"SSL_CK_DES_192_EDE3_CBC_WITH_MD5","features":[75]},{"name":"SSL_CK_DES_64_CBC_WITH_MD5","features":[75]},{"name":"SSL_CK_IDEA_128_CBC_WITH_MD5","features":[75]},{"name":"SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5","features":[75]},{"name":"SSL_CK_RC2_128_CBC_WITH_MD5","features":[75]},{"name":"SSL_CK_RC4_128_EXPORT40_WITH_MD5","features":[75]},{"name":"SSL_CK_RC4_128_WITH_MD5","features":[75]},{"name":"SSL_ECCKEY_BLOB","features":[75]},{"name":"SSL_ECCPUBLIC_BLOB","features":[75]},{"name":"SSL_ECDSA_ALGORITHM","features":[75]},{"name":"SSL_F12_ERROR_TEXT_LENGTH","features":[75]},{"name":"SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[75]},{"name":"SSL_HPKP_HEADER_COUNT","features":[75]},{"name":"SSL_HPKP_HEADER_EXTRA_CERT_CHAIN_POLICY_PARA","features":[75]},{"name":"SSL_HPKP_PKP_HEADER_INDEX","features":[75]},{"name":"SSL_HPKP_PKP_RO_HEADER_INDEX","features":[75]},{"name":"SSL_KEY_PIN_ERROR_TEXT_LENGTH","features":[75]},{"name":"SSL_KEY_PIN_EXTRA_CERT_CHAIN_POLICY_PARA","features":[75]},{"name":"SSL_KEY_PIN_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[75]},{"name":"SSL_KEY_TYPE_PROPERTY","features":[75]},{"name":"SSL_OBJECT_LOCATOR_CERT_VALIDATION_CONFIG_FUNC","features":[75]},{"name":"SSL_OBJECT_LOCATOR_ISSUER_LIST_FUNC","features":[75]},{"name":"SSL_OBJECT_LOCATOR_PFX_FUNC","features":[75]},{"name":"SYMMETRICWRAPKEYBLOB","features":[75]},{"name":"SignError","features":[75]},{"name":"SignHash","features":[75]},{"name":"SignerFreeSignerContext","features":[75]},{"name":"SignerSign","features":[1,75]},{"name":"SignerSignEx","features":[1,75]},{"name":"SignerSignEx2","features":[1,75]},{"name":"SignerSignEx3","features":[1,75]},{"name":"SignerTimeStamp","features":[1,75]},{"name":"SignerTimeStampEx","features":[1,75]},{"name":"SignerTimeStampEx2","features":[1,75]},{"name":"SignerTimeStampEx3","features":[1,75]},{"name":"SslChangeNotify","features":[1,75]},{"name":"SslComputeClientAuthHash","features":[75]},{"name":"SslComputeClientAuthHashFn","features":[75]},{"name":"SslComputeEapKeyBlock","features":[75]},{"name":"SslComputeEapKeyBlockFn","features":[75]},{"name":"SslComputeFinishedHash","features":[75]},{"name":"SslComputeFinishedHashFn","features":[75]},{"name":"SslComputeSessionHash","features":[75]},{"name":"SslComputeSessionHashFn","features":[75]},{"name":"SslCreateClientAuthHash","features":[75]},{"name":"SslCreateClientAuthHashFn","features":[75]},{"name":"SslCreateEphemeralKey","features":[75]},{"name":"SslCreateEphemeralKeyFn","features":[75]},{"name":"SslCreateHandshakeHash","features":[75]},{"name":"SslCreateHandshakeHashFn","features":[75]},{"name":"SslDecrementProviderReferenceCount","features":[75]},{"name":"SslDecryptPacket","features":[75]},{"name":"SslDecryptPacketFn","features":[75]},{"name":"SslDuplicateTranscriptHash","features":[75]},{"name":"SslDuplicateTranscriptHashFn","features":[75]},{"name":"SslEncryptPacket","features":[75]},{"name":"SslEncryptPacketFn","features":[75]},{"name":"SslEnumCipherSuites","features":[75]},{"name":"SslEnumCipherSuitesEx","features":[75]},{"name":"SslEnumCipherSuitesExFn","features":[75]},{"name":"SslEnumCipherSuitesFn","features":[75]},{"name":"SslEnumEccCurves","features":[75]},{"name":"SslEnumEccCurvesFn","features":[75]},{"name":"SslEnumProtocolProviders","features":[75]},{"name":"SslExpandBinderKey","features":[75]},{"name":"SslExpandBinderKeyFn","features":[75]},{"name":"SslExpandExporterMasterKey","features":[75]},{"name":"SslExpandExporterMasterKeyFn","features":[75]},{"name":"SslExpandPreSharedKey","features":[75]},{"name":"SslExpandPreSharedKeyFn","features":[75]},{"name":"SslExpandResumptionMasterKey","features":[75]},{"name":"SslExpandResumptionMasterKeyFn","features":[75]},{"name":"SslExpandTrafficKeys","features":[75]},{"name":"SslExpandTrafficKeysFn","features":[75]},{"name":"SslExpandWriteKey","features":[75]},{"name":"SslExpandWriteKeyFn","features":[75]},{"name":"SslExportKey","features":[75]},{"name":"SslExportKeyFn","features":[75]},{"name":"SslExportKeyingMaterial","features":[75]},{"name":"SslExportKeyingMaterialFn","features":[75]},{"name":"SslExtractEarlyKey","features":[75]},{"name":"SslExtractEarlyKeyFn","features":[75]},{"name":"SslExtractHandshakeKey","features":[75]},{"name":"SslExtractHandshakeKeyFn","features":[75]},{"name":"SslExtractMasterKey","features":[75]},{"name":"SslExtractMasterKeyFn","features":[75]},{"name":"SslFreeBuffer","features":[75]},{"name":"SslFreeBufferFn","features":[75]},{"name":"SslFreeObject","features":[75]},{"name":"SslFreeObjectFn","features":[75]},{"name":"SslGenerateMasterKey","features":[75]},{"name":"SslGenerateMasterKeyFn","features":[75]},{"name":"SslGeneratePreMasterKey","features":[75]},{"name":"SslGeneratePreMasterKeyFn","features":[75]},{"name":"SslGenerateSessionKeys","features":[75]},{"name":"SslGenerateSessionKeysFn","features":[75]},{"name":"SslGetCipherSuitePRFHashAlgorithm","features":[75]},{"name":"SslGetCipherSuitePRFHashAlgorithmFn","features":[75]},{"name":"SslGetKeyProperty","features":[75]},{"name":"SslGetKeyPropertyFn","features":[75]},{"name":"SslGetProviderProperty","features":[75]},{"name":"SslGetProviderPropertyFn","features":[75]},{"name":"SslHashHandshake","features":[75]},{"name":"SslHashHandshakeFn","features":[75]},{"name":"SslImportKey","features":[75]},{"name":"SslImportKeyFn","features":[75]},{"name":"SslImportMasterKey","features":[75]},{"name":"SslImportMasterKeyFn","features":[75]},{"name":"SslIncrementProviderReferenceCount","features":[75]},{"name":"SslInitializeInterfaceFn","features":[1,75]},{"name":"SslLookupCipherLengths","features":[75]},{"name":"SslLookupCipherLengthsFn","features":[75]},{"name":"SslLookupCipherSuiteInfo","features":[75]},{"name":"SslLookupCipherSuiteInfoFn","features":[75]},{"name":"SslOpenPrivateKey","features":[1,75]},{"name":"SslOpenPrivateKeyFn","features":[1,75]},{"name":"SslOpenProvider","features":[75]},{"name":"SslOpenProviderFn","features":[75]},{"name":"SslSignHash","features":[75]},{"name":"SslSignHashFn","features":[75]},{"name":"SslVerifySignature","features":[75]},{"name":"SslVerifySignatureFn","features":[75]},{"name":"SystemPrng","features":[1,75]},{"name":"TIMESTAMP_DONT_HASH_DATA","features":[75]},{"name":"TIMESTAMP_FAILURE_BAD_ALG","features":[75]},{"name":"TIMESTAMP_FAILURE_BAD_FORMAT","features":[75]},{"name":"TIMESTAMP_FAILURE_BAD_REQUEST","features":[75]},{"name":"TIMESTAMP_FAILURE_EXTENSION_NOT_SUPPORTED","features":[75]},{"name":"TIMESTAMP_FAILURE_INFO_NOT_AVAILABLE","features":[75]},{"name":"TIMESTAMP_FAILURE_POLICY_NOT_SUPPORTED","features":[75]},{"name":"TIMESTAMP_FAILURE_SYSTEM_FAILURE","features":[75]},{"name":"TIMESTAMP_FAILURE_TIME_NOT_AVAILABLE","features":[75]},{"name":"TIMESTAMP_INFO","features":[75]},{"name":"TIMESTAMP_NO_AUTH_RETRIEVAL","features":[75]},{"name":"TIMESTAMP_REQUEST","features":[75]},{"name":"TIMESTAMP_RESPONSE","features":[75]},{"name":"TIMESTAMP_STATUS_GRANTED","features":[75]},{"name":"TIMESTAMP_STATUS_GRANTED_WITH_MODS","features":[75]},{"name":"TIMESTAMP_STATUS_REJECTED","features":[75]},{"name":"TIMESTAMP_STATUS_REVOCATION_WARNING","features":[75]},{"name":"TIMESTAMP_STATUS_REVOKED","features":[75]},{"name":"TIMESTAMP_STATUS_WAITING","features":[75]},{"name":"TIMESTAMP_VERIFY_CONTEXT_SIGNATURE","features":[75]},{"name":"TIMESTAMP_VERSION","features":[75]},{"name":"TIME_VALID_OID_FLUSH_CRL","features":[75]},{"name":"TIME_VALID_OID_FLUSH_CRL_FROM_CERT","features":[75]},{"name":"TIME_VALID_OID_FLUSH_CTL","features":[75]},{"name":"TIME_VALID_OID_FLUSH_FRESHEST_CRL_FROM_CERT","features":[75]},{"name":"TIME_VALID_OID_FLUSH_FRESHEST_CRL_FROM_CRL","features":[75]},{"name":"TIME_VALID_OID_FLUSH_OBJECT_FUNC","features":[75]},{"name":"TIME_VALID_OID_GET_CRL","features":[75]},{"name":"TIME_VALID_OID_GET_CRL_FROM_CERT","features":[75]},{"name":"TIME_VALID_OID_GET_CTL","features":[75]},{"name":"TIME_VALID_OID_GET_FRESHEST_CRL_FROM_CERT","features":[75]},{"name":"TIME_VALID_OID_GET_FRESHEST_CRL_FROM_CRL","features":[75]},{"name":"TIME_VALID_OID_GET_OBJECT_FUNC","features":[75]},{"name":"TLS1_0_PROTOCOL_VERSION","features":[75]},{"name":"TLS1_1_PROTOCOL_VERSION","features":[75]},{"name":"TLS1_2_PROTOCOL_VERSION","features":[75]},{"name":"TLS1_3_PROTOCOL_VERSION","features":[75]},{"name":"TLS1_PROTOCOL_VERSION","features":[75]},{"name":"TLS_AES_128_GCM_SHA256","features":[75]},{"name":"TLS_AES_256_GCM_SHA384","features":[75]},{"name":"TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA","features":[75]},{"name":"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA","features":[75]},{"name":"TLS_DHE_DSS_WITH_AES_128_CBC_SHA","features":[75]},{"name":"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256","features":[75]},{"name":"TLS_DHE_DSS_WITH_AES_256_CBC_SHA","features":[75]},{"name":"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256","features":[75]},{"name":"TLS_DHE_DSS_WITH_DES_CBC_SHA","features":[75]},{"name":"TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA","features":[75]},{"name":"TLS_DHE_RSA_WITH_AES_128_CBC_SHA","features":[75]},{"name":"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256","features":[75]},{"name":"TLS_DHE_RSA_WITH_AES_256_CBC_SHA","features":[75]},{"name":"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384","features":[75]},{"name":"TLS_ECC_P256_CURVE_KEY_TYPE","features":[75]},{"name":"TLS_ECC_P384_CURVE_KEY_TYPE","features":[75]},{"name":"TLS_ECC_P521_CURVE_KEY_TYPE","features":[75]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA","features":[75]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256","features":[75]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256","features":[75]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA","features":[75]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384","features":[75]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384","features":[75]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA","features":[75]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256","features":[75]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","features":[75]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA","features":[75]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384","features":[75]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","features":[75]},{"name":"TLS_PSK_EXCHANGE","features":[75]},{"name":"TLS_PSK_WITH_AES_128_CBC_SHA256","features":[75]},{"name":"TLS_PSK_WITH_AES_128_GCM_SHA256","features":[75]},{"name":"TLS_PSK_WITH_AES_256_CBC_SHA384","features":[75]},{"name":"TLS_PSK_WITH_AES_256_GCM_SHA384","features":[75]},{"name":"TLS_PSK_WITH_NULL_SHA256","features":[75]},{"name":"TLS_PSK_WITH_NULL_SHA384","features":[75]},{"name":"TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA","features":[75]},{"name":"TLS_RSA_EXPORT1024_WITH_RC4_56_SHA","features":[75]},{"name":"TLS_RSA_EXPORT_WITH_RC4_40_MD5","features":[75]},{"name":"TLS_RSA_PSK_EXCHANGE","features":[75]},{"name":"TLS_RSA_WITH_3DES_EDE_CBC_SHA","features":[75]},{"name":"TLS_RSA_WITH_AES_128_CBC_SHA","features":[75]},{"name":"TLS_RSA_WITH_AES_128_CBC_SHA256","features":[75]},{"name":"TLS_RSA_WITH_AES_128_GCM_SHA256","features":[75]},{"name":"TLS_RSA_WITH_AES_256_CBC_SHA","features":[75]},{"name":"TLS_RSA_WITH_AES_256_CBC_SHA256","features":[75]},{"name":"TLS_RSA_WITH_AES_256_GCM_SHA384","features":[75]},{"name":"TLS_RSA_WITH_DES_CBC_SHA","features":[75]},{"name":"TLS_RSA_WITH_NULL_MD5","features":[75]},{"name":"TLS_RSA_WITH_NULL_SHA","features":[75]},{"name":"TLS_RSA_WITH_NULL_SHA256","features":[75]},{"name":"TLS_RSA_WITH_RC4_128_MD5","features":[75]},{"name":"TLS_RSA_WITH_RC4_128_SHA","features":[75]},{"name":"TPM_RSA_SRK_SEAL_KEY","features":[75]},{"name":"TransformBlock","features":[75]},{"name":"TransformFinalBlock","features":[75]},{"name":"URL_OID_CERTIFICATE_CRL_DIST_POINT","features":[75]},{"name":"URL_OID_CERTIFICATE_CRL_DIST_POINT_AND_OCSP","features":[75]},{"name":"URL_OID_CERTIFICATE_FRESHEST_CRL","features":[75]},{"name":"URL_OID_CERTIFICATE_ISSUER","features":[75]},{"name":"URL_OID_CERTIFICATE_OCSP","features":[75]},{"name":"URL_OID_CERTIFICATE_OCSP_AND_CRL_DIST_POINT","features":[75]},{"name":"URL_OID_CERTIFICATE_ONLY_OCSP","features":[75]},{"name":"URL_OID_CRL_FRESHEST_CRL","features":[75]},{"name":"URL_OID_CRL_ISSUER","features":[75]},{"name":"URL_OID_CROSS_CERT_DIST_POINT","features":[75]},{"name":"URL_OID_CROSS_CERT_SUBJECT_INFO_ACCESS","features":[75]},{"name":"URL_OID_CTL_ISSUER","features":[75]},{"name":"URL_OID_CTL_NEXT_UPDATE","features":[75]},{"name":"URL_OID_GET_OBJECT_URL_FUNC","features":[75]},{"name":"USAGE_MATCH_TYPE_AND","features":[75]},{"name":"USAGE_MATCH_TYPE_OR","features":[75]},{"name":"UnblockOnlyPin","features":[75]},{"name":"UnknownAc","features":[75]},{"name":"UserCreateDeleteDirAc","features":[75]},{"name":"UserReadWriteAc","features":[75]},{"name":"UserWriteExecuteAc","features":[75]},{"name":"VTableProvStruc","features":[1,75]},{"name":"VTableProvStrucW","features":[1,75]},{"name":"VerifyHash","features":[1,75]},{"name":"X509_ALGORITHM_IDENTIFIER","features":[75]},{"name":"X509_ALTERNATE_NAME","features":[75]},{"name":"X509_ANY_STRING","features":[75]},{"name":"X509_ASN_ENCODING","features":[75]},{"name":"X509_AUTHORITY_INFO_ACCESS","features":[75]},{"name":"X509_AUTHORITY_KEY_ID","features":[75]},{"name":"X509_AUTHORITY_KEY_ID2","features":[75]},{"name":"X509_BASIC_CONSTRAINTS","features":[75]},{"name":"X509_BASIC_CONSTRAINTS2","features":[75]},{"name":"X509_BIOMETRIC_EXT","features":[75]},{"name":"X509_BITS","features":[75]},{"name":"X509_BITS_WITHOUT_TRAILING_ZEROES","features":[75]},{"name":"X509_CERT","features":[75]},{"name":"X509_CERTIFICATE_TEMPLATE","features":[75]},{"name":"X509_CERT_BUNDLE","features":[75]},{"name":"X509_CERT_CRL_TO_BE_SIGNED","features":[75]},{"name":"X509_CERT_PAIR","features":[75]},{"name":"X509_CERT_POLICIES","features":[75]},{"name":"X509_CERT_REQUEST_TO_BE_SIGNED","features":[75]},{"name":"X509_CERT_TO_BE_SIGNED","features":[75]},{"name":"X509_CHOICE_OF_TIME","features":[75]},{"name":"X509_CRL_DIST_POINTS","features":[75]},{"name":"X509_CRL_REASON_CODE","features":[75]},{"name":"X509_CROSS_CERT_DIST_POINTS","features":[75]},{"name":"X509_DH_PARAMETERS","features":[75]},{"name":"X509_DH_PUBLICKEY","features":[75]},{"name":"X509_DSS_PARAMETERS","features":[75]},{"name":"X509_DSS_PUBLICKEY","features":[75]},{"name":"X509_DSS_SIGNATURE","features":[75]},{"name":"X509_ECC_PARAMETERS","features":[75]},{"name":"X509_ECC_PRIVATE_KEY","features":[75]},{"name":"X509_ECC_SIGNATURE","features":[75]},{"name":"X509_ENHANCED_KEY_USAGE","features":[75]},{"name":"X509_ENUMERATED","features":[75]},{"name":"X509_EXTENSIONS","features":[75]},{"name":"X509_INTEGER","features":[75]},{"name":"X509_ISSUING_DIST_POINT","features":[75]},{"name":"X509_KEYGEN_REQUEST_TO_BE_SIGNED","features":[75]},{"name":"X509_KEY_ATTRIBUTES","features":[75]},{"name":"X509_KEY_USAGE","features":[75]},{"name":"X509_KEY_USAGE_RESTRICTION","features":[75]},{"name":"X509_LOGOTYPE_EXT","features":[75]},{"name":"X509_MULTI_BYTE_INTEGER","features":[75]},{"name":"X509_MULTI_BYTE_UINT","features":[75]},{"name":"X509_NAME","features":[75]},{"name":"X509_NAME_CONSTRAINTS","features":[75]},{"name":"X509_NAME_VALUE","features":[75]},{"name":"X509_NDR_ENCODING","features":[75]},{"name":"X509_OBJECT_IDENTIFIER","features":[75]},{"name":"X509_OCTET_STRING","features":[75]},{"name":"X509_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[75]},{"name":"X509_POLICY_CONSTRAINTS","features":[75]},{"name":"X509_POLICY_MAPPINGS","features":[75]},{"name":"X509_PUBLIC_KEY_INFO","features":[75]},{"name":"X509_QC_STATEMENTS_EXT","features":[75]},{"name":"X509_SEQUENCE_OF_ANY","features":[75]},{"name":"X509_SUBJECT_DIR_ATTRS","features":[75]},{"name":"X509_SUBJECT_INFO_ACCESS","features":[75]},{"name":"X509_UNICODE_ANY_STRING","features":[75]},{"name":"X509_UNICODE_NAME","features":[75]},{"name":"X509_UNICODE_NAME_VALUE","features":[75]},{"name":"X942_DH_PARAMETERS","features":[75]},{"name":"X942_OTHER_INFO","features":[75]},{"name":"ZERO_PADDING","features":[75]},{"name":"cPRIV_KEY_CACHE_MAX_ITEMS_DEFAULT","features":[75]},{"name":"cPRIV_KEY_CACHE_PURGE_INTERVAL_SECONDS_DEFAULT","features":[75]},{"name":"dwFORCE_KEY_PROTECTION_DISABLED","features":[75]},{"name":"dwFORCE_KEY_PROTECTION_HIGH","features":[75]},{"name":"dwFORCE_KEY_PROTECTION_USER_SELECT","features":[75]},{"name":"szBASE_CSP_DIR","features":[75]},{"name":"szCACHE_FILE","features":[75]},{"name":"szCARD_IDENTIFIER_FILE","features":[75]},{"name":"szCONTAINER_MAP_FILE","features":[75]},{"name":"szFORCE_KEY_PROTECTION","features":[75]},{"name":"szINTERMEDIATE_CERTS_DIR","features":[75]},{"name":"szKEY_CACHE_ENABLED","features":[75]},{"name":"szKEY_CACHE_SECONDS","features":[75]},{"name":"szKEY_CRYPTOAPI_PRIVATE_KEY_OPTIONS","features":[75]},{"name":"szOIDVerisign_FailInfo","features":[75]},{"name":"szOIDVerisign_MessageType","features":[75]},{"name":"szOIDVerisign_PkiStatus","features":[75]},{"name":"szOIDVerisign_RecipientNonce","features":[75]},{"name":"szOIDVerisign_SenderNonce","features":[75]},{"name":"szOIDVerisign_TransactionID","features":[75]},{"name":"szOID_ANSI_X942","features":[75]},{"name":"szOID_ANSI_X942_DH","features":[75]},{"name":"szOID_ANY_APPLICATION_POLICY","features":[75]},{"name":"szOID_ANY_CERT_POLICY","features":[75]},{"name":"szOID_ANY_ENHANCED_KEY_USAGE","features":[75]},{"name":"szOID_APPLICATION_CERT_POLICIES","features":[75]},{"name":"szOID_APPLICATION_POLICY_CONSTRAINTS","features":[75]},{"name":"szOID_APPLICATION_POLICY_MAPPINGS","features":[75]},{"name":"szOID_ARCHIVED_KEY_ATTR","features":[75]},{"name":"szOID_ARCHIVED_KEY_CERT_HASH","features":[75]},{"name":"szOID_ATTEST_WHQL_CRYPTO","features":[75]},{"name":"szOID_ATTR_PLATFORM_SPECIFICATION","features":[75]},{"name":"szOID_ATTR_SUPPORTED_ALGORITHMS","features":[75]},{"name":"szOID_ATTR_TPM_SECURITY_ASSERTIONS","features":[75]},{"name":"szOID_ATTR_TPM_SPECIFICATION","features":[75]},{"name":"szOID_AUTHORITY_INFO_ACCESS","features":[75]},{"name":"szOID_AUTHORITY_KEY_IDENTIFIER","features":[75]},{"name":"szOID_AUTHORITY_KEY_IDENTIFIER2","features":[75]},{"name":"szOID_AUTHORITY_REVOCATION_LIST","features":[75]},{"name":"szOID_AUTO_ENROLL_CTL_USAGE","features":[75]},{"name":"szOID_BACKGROUND_OTHER_LOGOTYPE","features":[75]},{"name":"szOID_BASIC_CONSTRAINTS","features":[75]},{"name":"szOID_BASIC_CONSTRAINTS2","features":[75]},{"name":"szOID_BIOMETRIC_EXT","features":[75]},{"name":"szOID_BIOMETRIC_SIGNING","features":[75]},{"name":"szOID_BUSINESS_CATEGORY","features":[75]},{"name":"szOID_CA_CERTIFICATE","features":[75]},{"name":"szOID_CERTIFICATE_REVOCATION_LIST","features":[75]},{"name":"szOID_CERTIFICATE_TEMPLATE","features":[75]},{"name":"szOID_CERTSRV_CA_VERSION","features":[75]},{"name":"szOID_CERTSRV_CROSSCA_VERSION","features":[75]},{"name":"szOID_CERTSRV_PREVIOUS_CERT_HASH","features":[75]},{"name":"szOID_CERT_DISALLOWED_CA_FILETIME_PROP_ID","features":[75]},{"name":"szOID_CERT_DISALLOWED_FILETIME_PROP_ID","features":[75]},{"name":"szOID_CERT_EXTENSIONS","features":[75]},{"name":"szOID_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[75]},{"name":"szOID_CERT_KEY_IDENTIFIER_PROP_ID","features":[75]},{"name":"szOID_CERT_MANIFOLD","features":[75]},{"name":"szOID_CERT_MD5_HASH_PROP_ID","features":[75]},{"name":"szOID_CERT_POLICIES","features":[75]},{"name":"szOID_CERT_POLICIES_95","features":[75]},{"name":"szOID_CERT_POLICIES_95_QUALIFIER1","features":[75]},{"name":"szOID_CERT_PROP_ID_PREFIX","features":[75]},{"name":"szOID_CERT_SIGNATURE_HASH_PROP_ID","features":[75]},{"name":"szOID_CERT_STRONG_KEY_OS_1","features":[75]},{"name":"szOID_CERT_STRONG_KEY_OS_CURRENT","features":[75]},{"name":"szOID_CERT_STRONG_KEY_OS_PREFIX","features":[75]},{"name":"szOID_CERT_STRONG_SIGN_OS_1","features":[75]},{"name":"szOID_CERT_STRONG_SIGN_OS_CURRENT","features":[75]},{"name":"szOID_CERT_STRONG_SIGN_OS_PREFIX","features":[75]},{"name":"szOID_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[75]},{"name":"szOID_CMC","features":[75]},{"name":"szOID_CMC_ADD_ATTRIBUTES","features":[75]},{"name":"szOID_CMC_ADD_EXTENSIONS","features":[75]},{"name":"szOID_CMC_DATA_RETURN","features":[75]},{"name":"szOID_CMC_DECRYPTED_POP","features":[75]},{"name":"szOID_CMC_ENCRYPTED_POP","features":[75]},{"name":"szOID_CMC_GET_CERT","features":[75]},{"name":"szOID_CMC_GET_CRL","features":[75]},{"name":"szOID_CMC_IDENTIFICATION","features":[75]},{"name":"szOID_CMC_IDENTITY_PROOF","features":[75]},{"name":"szOID_CMC_ID_CONFIRM_CERT_ACCEPTANCE","features":[75]},{"name":"szOID_CMC_ID_POP_LINK_RANDOM","features":[75]},{"name":"szOID_CMC_ID_POP_LINK_WITNESS","features":[75]},{"name":"szOID_CMC_LRA_POP_WITNESS","features":[75]},{"name":"szOID_CMC_QUERY_PENDING","features":[75]},{"name":"szOID_CMC_RECIPIENT_NONCE","features":[75]},{"name":"szOID_CMC_REG_INFO","features":[75]},{"name":"szOID_CMC_RESPONSE_INFO","features":[75]},{"name":"szOID_CMC_REVOKE_REQUEST","features":[75]},{"name":"szOID_CMC_SENDER_NONCE","features":[75]},{"name":"szOID_CMC_STATUS_INFO","features":[75]},{"name":"szOID_CMC_TRANSACTION_ID","features":[75]},{"name":"szOID_CN_ECDSA_SHA256","features":[75]},{"name":"szOID_COMMON_NAME","features":[75]},{"name":"szOID_COUNTRY_NAME","features":[75]},{"name":"szOID_CRL_DIST_POINTS","features":[75]},{"name":"szOID_CRL_NEXT_PUBLISH","features":[75]},{"name":"szOID_CRL_NUMBER","features":[75]},{"name":"szOID_CRL_REASON_CODE","features":[75]},{"name":"szOID_CRL_SELF_CDP","features":[75]},{"name":"szOID_CRL_VIRTUAL_BASE","features":[75]},{"name":"szOID_CROSS_CERTIFICATE_PAIR","features":[75]},{"name":"szOID_CROSS_CERT_DIST_POINTS","features":[75]},{"name":"szOID_CTL","features":[75]},{"name":"szOID_CT_CERT_SCTLIST","features":[75]},{"name":"szOID_CT_PKI_DATA","features":[75]},{"name":"szOID_CT_PKI_RESPONSE","features":[75]},{"name":"szOID_DELTA_CRL_INDICATOR","features":[75]},{"name":"szOID_DESCRIPTION","features":[75]},{"name":"szOID_DESTINATION_INDICATOR","features":[75]},{"name":"szOID_DEVICE_SERIAL_NUMBER","features":[75]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA1_KDF","features":[75]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA256_KDF","features":[75]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA384_KDF","features":[75]},{"name":"szOID_DISALLOWED_HASH","features":[75]},{"name":"szOID_DISALLOWED_LIST","features":[75]},{"name":"szOID_DN_QUALIFIER","features":[75]},{"name":"szOID_DOMAIN_COMPONENT","features":[75]},{"name":"szOID_DRM","features":[75]},{"name":"szOID_DRM_INDIVIDUALIZATION","features":[75]},{"name":"szOID_DS","features":[75]},{"name":"szOID_DSALG","features":[75]},{"name":"szOID_DSALG_CRPT","features":[75]},{"name":"szOID_DSALG_HASH","features":[75]},{"name":"szOID_DSALG_RSA","features":[75]},{"name":"szOID_DSALG_SIGN","features":[75]},{"name":"szOID_DS_EMAIL_REPLICATION","features":[75]},{"name":"szOID_DYNAMIC_CODE_GEN_SIGNER","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP160R1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP160T1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP192R1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP192T1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP224R1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP224T1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP256R1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP256T1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP320R1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP320T1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP384R1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP384T1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP512R1","features":[75]},{"name":"szOID_ECC_CURVE_BRAINPOOLP512T1","features":[75]},{"name":"szOID_ECC_CURVE_EC192WAPI","features":[75]},{"name":"szOID_ECC_CURVE_NISTP192","features":[75]},{"name":"szOID_ECC_CURVE_NISTP224","features":[75]},{"name":"szOID_ECC_CURVE_NISTP256","features":[75]},{"name":"szOID_ECC_CURVE_NISTP384","features":[75]},{"name":"szOID_ECC_CURVE_NISTP521","features":[75]},{"name":"szOID_ECC_CURVE_P256","features":[75]},{"name":"szOID_ECC_CURVE_P384","features":[75]},{"name":"szOID_ECC_CURVE_P521","features":[75]},{"name":"szOID_ECC_CURVE_SECP160K1","features":[75]},{"name":"szOID_ECC_CURVE_SECP160R1","features":[75]},{"name":"szOID_ECC_CURVE_SECP160R2","features":[75]},{"name":"szOID_ECC_CURVE_SECP192K1","features":[75]},{"name":"szOID_ECC_CURVE_SECP192R1","features":[75]},{"name":"szOID_ECC_CURVE_SECP224K1","features":[75]},{"name":"szOID_ECC_CURVE_SECP224R1","features":[75]},{"name":"szOID_ECC_CURVE_SECP256K1","features":[75]},{"name":"szOID_ECC_CURVE_SECP256R1","features":[75]},{"name":"szOID_ECC_CURVE_SECP384R1","features":[75]},{"name":"szOID_ECC_CURVE_SECP521R1","features":[75]},{"name":"szOID_ECC_CURVE_WTLS12","features":[75]},{"name":"szOID_ECC_CURVE_WTLS7","features":[75]},{"name":"szOID_ECC_CURVE_WTLS9","features":[75]},{"name":"szOID_ECC_CURVE_X962P192V1","features":[75]},{"name":"szOID_ECC_CURVE_X962P192V2","features":[75]},{"name":"szOID_ECC_CURVE_X962P192V3","features":[75]},{"name":"szOID_ECC_CURVE_X962P239V1","features":[75]},{"name":"szOID_ECC_CURVE_X962P239V2","features":[75]},{"name":"szOID_ECC_CURVE_X962P239V3","features":[75]},{"name":"szOID_ECC_CURVE_X962P256V1","features":[75]},{"name":"szOID_ECC_PUBLIC_KEY","features":[75]},{"name":"szOID_ECDSA_SHA1","features":[75]},{"name":"szOID_ECDSA_SHA256","features":[75]},{"name":"szOID_ECDSA_SHA384","features":[75]},{"name":"szOID_ECDSA_SHA512","features":[75]},{"name":"szOID_ECDSA_SPECIFIED","features":[75]},{"name":"szOID_EFS_RECOVERY","features":[75]},{"name":"szOID_EMBEDDED_NT_CRYPTO","features":[75]},{"name":"szOID_ENCLAVE_SIGNING","features":[75]},{"name":"szOID_ENCRYPTED_KEY_HASH","features":[75]},{"name":"szOID_ENHANCED_KEY_USAGE","features":[75]},{"name":"szOID_ENROLLMENT_AGENT","features":[75]},{"name":"szOID_ENROLLMENT_CSP_PROVIDER","features":[75]},{"name":"szOID_ENROLLMENT_NAME_VALUE_PAIR","features":[75]},{"name":"szOID_ENROLL_AIK_INFO","features":[75]},{"name":"szOID_ENROLL_ATTESTATION_CHALLENGE","features":[75]},{"name":"szOID_ENROLL_ATTESTATION_STATEMENT","features":[75]},{"name":"szOID_ENROLL_CAXCHGCERT_HASH","features":[75]},{"name":"szOID_ENROLL_CERTTYPE_EXTENSION","features":[75]},{"name":"szOID_ENROLL_EKPUB_CHALLENGE","features":[75]},{"name":"szOID_ENROLL_EKVERIFYCERT","features":[75]},{"name":"szOID_ENROLL_EKVERIFYCREDS","features":[75]},{"name":"szOID_ENROLL_EKVERIFYKEY","features":[75]},{"name":"szOID_ENROLL_EK_CA_KEYID","features":[75]},{"name":"szOID_ENROLL_EK_INFO","features":[75]},{"name":"szOID_ENROLL_ENCRYPTION_ALGORITHM","features":[75]},{"name":"szOID_ENROLL_KEY_AFFINITY","features":[75]},{"name":"szOID_ENROLL_KSP_NAME","features":[75]},{"name":"szOID_ENROLL_SCEP_CHALLENGE_ANSWER","features":[75]},{"name":"szOID_ENROLL_SCEP_CLIENT_REQUEST","features":[75]},{"name":"szOID_ENROLL_SCEP_ERROR","features":[75]},{"name":"szOID_ENROLL_SCEP_SERVER_MESSAGE","features":[75]},{"name":"szOID_ENROLL_SCEP_SERVER_SECRET","features":[75]},{"name":"szOID_ENROLL_SCEP_SERVER_STATE","features":[75]},{"name":"szOID_ENROLL_SCEP_SIGNER_HASH","features":[75]},{"name":"szOID_ENTERPRISE_OID_ROOT","features":[75]},{"name":"szOID_EV_RDN_COUNTRY","features":[75]},{"name":"szOID_EV_RDN_LOCALE","features":[75]},{"name":"szOID_EV_RDN_STATE_OR_PROVINCE","features":[75]},{"name":"szOID_EV_WHQL_CRYPTO","features":[75]},{"name":"szOID_FACSIMILE_TELEPHONE_NUMBER","features":[75]},{"name":"szOID_FRESHEST_CRL","features":[75]},{"name":"szOID_GIVEN_NAME","features":[75]},{"name":"szOID_HPKP_DOMAIN_NAME_CTL","features":[75]},{"name":"szOID_HPKP_HEADER_VALUE_CTL","features":[75]},{"name":"szOID_INFOSEC","features":[75]},{"name":"szOID_INFOSEC_SuiteAConfidentiality","features":[75]},{"name":"szOID_INFOSEC_SuiteAIntegrity","features":[75]},{"name":"szOID_INFOSEC_SuiteAKMandSig","features":[75]},{"name":"szOID_INFOSEC_SuiteAKeyManagement","features":[75]},{"name":"szOID_INFOSEC_SuiteASignature","features":[75]},{"name":"szOID_INFOSEC_SuiteATokenProtection","features":[75]},{"name":"szOID_INFOSEC_mosaicConfidentiality","features":[75]},{"name":"szOID_INFOSEC_mosaicIntegrity","features":[75]},{"name":"szOID_INFOSEC_mosaicKMandSig","features":[75]},{"name":"szOID_INFOSEC_mosaicKMandUpdSig","features":[75]},{"name":"szOID_INFOSEC_mosaicKeyManagement","features":[75]},{"name":"szOID_INFOSEC_mosaicSignature","features":[75]},{"name":"szOID_INFOSEC_mosaicTokenProtection","features":[75]},{"name":"szOID_INFOSEC_mosaicUpdatedInteg","features":[75]},{"name":"szOID_INFOSEC_mosaicUpdatedSig","features":[75]},{"name":"szOID_INFOSEC_sdnsConfidentiality","features":[75]},{"name":"szOID_INFOSEC_sdnsIntegrity","features":[75]},{"name":"szOID_INFOSEC_sdnsKMandSig","features":[75]},{"name":"szOID_INFOSEC_sdnsKeyManagement","features":[75]},{"name":"szOID_INFOSEC_sdnsSignature","features":[75]},{"name":"szOID_INFOSEC_sdnsTokenProtection","features":[75]},{"name":"szOID_INHIBIT_ANY_POLICY","features":[75]},{"name":"szOID_INITIALS","features":[75]},{"name":"szOID_INTERNATIONALIZED_EMAIL_ADDRESS","features":[75]},{"name":"szOID_INTERNATIONAL_ISDN_NUMBER","features":[75]},{"name":"szOID_IPSEC_KP_IKE_INTERMEDIATE","features":[75]},{"name":"szOID_ISSUED_CERT_HASH","features":[75]},{"name":"szOID_ISSUER_ALT_NAME","features":[75]},{"name":"szOID_ISSUER_ALT_NAME2","features":[75]},{"name":"szOID_ISSUING_DIST_POINT","features":[75]},{"name":"szOID_IUM_SIGNING","features":[75]},{"name":"szOID_KEYID_RDN","features":[75]},{"name":"szOID_KEY_ATTRIBUTES","features":[75]},{"name":"szOID_KEY_USAGE","features":[75]},{"name":"szOID_KEY_USAGE_RESTRICTION","features":[75]},{"name":"szOID_KP_CA_EXCHANGE","features":[75]},{"name":"szOID_KP_CSP_SIGNATURE","features":[75]},{"name":"szOID_KP_CTL_USAGE_SIGNING","features":[75]},{"name":"szOID_KP_DOCUMENT_SIGNING","features":[75]},{"name":"szOID_KP_EFS","features":[75]},{"name":"szOID_KP_FLIGHT_SIGNING","features":[75]},{"name":"szOID_KP_KERNEL_MODE_CODE_SIGNING","features":[75]},{"name":"szOID_KP_KERNEL_MODE_HAL_EXTENSION_SIGNING","features":[75]},{"name":"szOID_KP_KERNEL_MODE_TRUSTED_BOOT_SIGNING","features":[75]},{"name":"szOID_KP_KEY_RECOVERY","features":[75]},{"name":"szOID_KP_KEY_RECOVERY_AGENT","features":[75]},{"name":"szOID_KP_LIFETIME_SIGNING","features":[75]},{"name":"szOID_KP_MOBILE_DEVICE_SOFTWARE","features":[75]},{"name":"szOID_KP_PRIVACY_CA","features":[75]},{"name":"szOID_KP_QUALIFIED_SUBORDINATION","features":[75]},{"name":"szOID_KP_SMARTCARD_LOGON","features":[75]},{"name":"szOID_KP_SMART_DISPLAY","features":[75]},{"name":"szOID_KP_TIME_STAMP_SIGNING","features":[75]},{"name":"szOID_KP_TPM_AIK_CERTIFICATE","features":[75]},{"name":"szOID_KP_TPM_EK_CERTIFICATE","features":[75]},{"name":"szOID_KP_TPM_PLATFORM_CERTIFICATE","features":[75]},{"name":"szOID_LEGACY_POLICY_MAPPINGS","features":[75]},{"name":"szOID_LICENSES","features":[75]},{"name":"szOID_LICENSE_SERVER","features":[75]},{"name":"szOID_LOCALITY_NAME","features":[75]},{"name":"szOID_LOCAL_MACHINE_KEYSET","features":[75]},{"name":"szOID_LOGOTYPE_EXT","features":[75]},{"name":"szOID_LOYALTY_OTHER_LOGOTYPE","features":[75]},{"name":"szOID_MEMBER","features":[75]},{"name":"szOID_MICROSOFT_PUBLISHER_SIGNER","features":[75]},{"name":"szOID_NAME_CONSTRAINTS","features":[75]},{"name":"szOID_NETSCAPE","features":[75]},{"name":"szOID_NETSCAPE_BASE_URL","features":[75]},{"name":"szOID_NETSCAPE_CA_POLICY_URL","features":[75]},{"name":"szOID_NETSCAPE_CA_REVOCATION_URL","features":[75]},{"name":"szOID_NETSCAPE_CERT_EXTENSION","features":[75]},{"name":"szOID_NETSCAPE_CERT_RENEWAL_URL","features":[75]},{"name":"szOID_NETSCAPE_CERT_SEQUENCE","features":[75]},{"name":"szOID_NETSCAPE_CERT_TYPE","features":[75]},{"name":"szOID_NETSCAPE_COMMENT","features":[75]},{"name":"szOID_NETSCAPE_DATA_TYPE","features":[75]},{"name":"szOID_NETSCAPE_REVOCATION_URL","features":[75]},{"name":"szOID_NETSCAPE_SSL_SERVER_NAME","features":[75]},{"name":"szOID_NEXT_UPDATE_LOCATION","features":[75]},{"name":"szOID_NIST_AES128_CBC","features":[75]},{"name":"szOID_NIST_AES128_WRAP","features":[75]},{"name":"szOID_NIST_AES192_CBC","features":[75]},{"name":"szOID_NIST_AES192_WRAP","features":[75]},{"name":"szOID_NIST_AES256_CBC","features":[75]},{"name":"szOID_NIST_AES256_WRAP","features":[75]},{"name":"szOID_NIST_sha256","features":[75]},{"name":"szOID_NIST_sha384","features":[75]},{"name":"szOID_NIST_sha512","features":[75]},{"name":"szOID_NT5_CRYPTO","features":[75]},{"name":"szOID_NTDS_CA_SECURITY_EXT","features":[75]},{"name":"szOID_NTDS_OBJECTSID","features":[75]},{"name":"szOID_NTDS_REPLICATION","features":[75]},{"name":"szOID_NT_PRINCIPAL_NAME","features":[75]},{"name":"szOID_OEM_WHQL_CRYPTO","features":[75]},{"name":"szOID_OIW","features":[75]},{"name":"szOID_OIWDIR","features":[75]},{"name":"szOID_OIWDIR_CRPT","features":[75]},{"name":"szOID_OIWDIR_HASH","features":[75]},{"name":"szOID_OIWDIR_SIGN","features":[75]},{"name":"szOID_OIWDIR_md2","features":[75]},{"name":"szOID_OIWDIR_md2RSA","features":[75]},{"name":"szOID_OIWSEC","features":[75]},{"name":"szOID_OIWSEC_desCBC","features":[75]},{"name":"szOID_OIWSEC_desCFB","features":[75]},{"name":"szOID_OIWSEC_desECB","features":[75]},{"name":"szOID_OIWSEC_desEDE","features":[75]},{"name":"szOID_OIWSEC_desMAC","features":[75]},{"name":"szOID_OIWSEC_desOFB","features":[75]},{"name":"szOID_OIWSEC_dhCommMod","features":[75]},{"name":"szOID_OIWSEC_dsa","features":[75]},{"name":"szOID_OIWSEC_dsaComm","features":[75]},{"name":"szOID_OIWSEC_dsaCommSHA","features":[75]},{"name":"szOID_OIWSEC_dsaCommSHA1","features":[75]},{"name":"szOID_OIWSEC_dsaSHA1","features":[75]},{"name":"szOID_OIWSEC_keyHashSeal","features":[75]},{"name":"szOID_OIWSEC_md2RSASign","features":[75]},{"name":"szOID_OIWSEC_md4RSA","features":[75]},{"name":"szOID_OIWSEC_md4RSA2","features":[75]},{"name":"szOID_OIWSEC_md5RSA","features":[75]},{"name":"szOID_OIWSEC_md5RSASign","features":[75]},{"name":"szOID_OIWSEC_mdc2","features":[75]},{"name":"szOID_OIWSEC_mdc2RSA","features":[75]},{"name":"szOID_OIWSEC_rsaSign","features":[75]},{"name":"szOID_OIWSEC_rsaXchg","features":[75]},{"name":"szOID_OIWSEC_sha","features":[75]},{"name":"szOID_OIWSEC_sha1","features":[75]},{"name":"szOID_OIWSEC_sha1RSASign","features":[75]},{"name":"szOID_OIWSEC_shaDSA","features":[75]},{"name":"szOID_OIWSEC_shaRSA","features":[75]},{"name":"szOID_ORGANIZATIONAL_UNIT_NAME","features":[75]},{"name":"szOID_ORGANIZATION_NAME","features":[75]},{"name":"szOID_OS_VERSION","features":[75]},{"name":"szOID_OWNER","features":[75]},{"name":"szOID_PHYSICAL_DELIVERY_OFFICE_NAME","features":[75]},{"name":"szOID_PIN_RULES_CTL","features":[75]},{"name":"szOID_PIN_RULES_DOMAIN_NAME","features":[75]},{"name":"szOID_PIN_RULES_EXT","features":[75]},{"name":"szOID_PIN_RULES_LOG_END_DATE_EXT","features":[75]},{"name":"szOID_PIN_RULES_SIGNER","features":[75]},{"name":"szOID_PKCS","features":[75]},{"name":"szOID_PKCS_1","features":[75]},{"name":"szOID_PKCS_10","features":[75]},{"name":"szOID_PKCS_12","features":[75]},{"name":"szOID_PKCS_12_EXTENDED_ATTRIBUTES","features":[75]},{"name":"szOID_PKCS_12_FRIENDLY_NAME_ATTR","features":[75]},{"name":"szOID_PKCS_12_KEY_PROVIDER_NAME_ATTR","features":[75]},{"name":"szOID_PKCS_12_LOCAL_KEY_ID","features":[75]},{"name":"szOID_PKCS_12_PROTECTED_PASSWORD_SECRET_BAG_TYPE_ID","features":[75]},{"name":"szOID_PKCS_12_PbeIds","features":[75]},{"name":"szOID_PKCS_12_pbeWithSHA1And128BitRC2","features":[75]},{"name":"szOID_PKCS_12_pbeWithSHA1And128BitRC4","features":[75]},{"name":"szOID_PKCS_12_pbeWithSHA1And2KeyTripleDES","features":[75]},{"name":"szOID_PKCS_12_pbeWithSHA1And3KeyTripleDES","features":[75]},{"name":"szOID_PKCS_12_pbeWithSHA1And40BitRC2","features":[75]},{"name":"szOID_PKCS_12_pbeWithSHA1And40BitRC4","features":[75]},{"name":"szOID_PKCS_2","features":[75]},{"name":"szOID_PKCS_3","features":[75]},{"name":"szOID_PKCS_4","features":[75]},{"name":"szOID_PKCS_5","features":[75]},{"name":"szOID_PKCS_5_PBES2","features":[75]},{"name":"szOID_PKCS_5_PBKDF2","features":[75]},{"name":"szOID_PKCS_6","features":[75]},{"name":"szOID_PKCS_7","features":[75]},{"name":"szOID_PKCS_7_DATA","features":[75]},{"name":"szOID_PKCS_7_DIGESTED","features":[75]},{"name":"szOID_PKCS_7_ENCRYPTED","features":[75]},{"name":"szOID_PKCS_7_ENVELOPED","features":[75]},{"name":"szOID_PKCS_7_SIGNED","features":[75]},{"name":"szOID_PKCS_7_SIGNEDANDENVELOPED","features":[75]},{"name":"szOID_PKCS_8","features":[75]},{"name":"szOID_PKCS_9","features":[75]},{"name":"szOID_PKCS_9_CONTENT_TYPE","features":[75]},{"name":"szOID_PKCS_9_MESSAGE_DIGEST","features":[75]},{"name":"szOID_PKINIT_KP_KDC","features":[75]},{"name":"szOID_PKIX","features":[75]},{"name":"szOID_PKIX_ACC_DESCR","features":[75]},{"name":"szOID_PKIX_CA_ISSUERS","features":[75]},{"name":"szOID_PKIX_CA_REPOSITORY","features":[75]},{"name":"szOID_PKIX_KP","features":[75]},{"name":"szOID_PKIX_KP_CLIENT_AUTH","features":[75]},{"name":"szOID_PKIX_KP_CODE_SIGNING","features":[75]},{"name":"szOID_PKIX_KP_EMAIL_PROTECTION","features":[75]},{"name":"szOID_PKIX_KP_IPSEC_END_SYSTEM","features":[75]},{"name":"szOID_PKIX_KP_IPSEC_TUNNEL","features":[75]},{"name":"szOID_PKIX_KP_IPSEC_USER","features":[75]},{"name":"szOID_PKIX_KP_OCSP_SIGNING","features":[75]},{"name":"szOID_PKIX_KP_SERVER_AUTH","features":[75]},{"name":"szOID_PKIX_KP_TIMESTAMP_SIGNING","features":[75]},{"name":"szOID_PKIX_NO_SIGNATURE","features":[75]},{"name":"szOID_PKIX_OCSP","features":[75]},{"name":"szOID_PKIX_OCSP_BASIC_SIGNED_RESPONSE","features":[75]},{"name":"szOID_PKIX_OCSP_NOCHECK","features":[75]},{"name":"szOID_PKIX_OCSP_NONCE","features":[75]},{"name":"szOID_PKIX_PE","features":[75]},{"name":"szOID_PKIX_POLICY_QUALIFIER_CPS","features":[75]},{"name":"szOID_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[75]},{"name":"szOID_PKIX_TIME_STAMPING","features":[75]},{"name":"szOID_PLATFORM_MANIFEST_BINARY_ID","features":[75]},{"name":"szOID_POLICY_CONSTRAINTS","features":[75]},{"name":"szOID_POLICY_MAPPINGS","features":[75]},{"name":"szOID_POSTAL_ADDRESS","features":[75]},{"name":"szOID_POSTAL_CODE","features":[75]},{"name":"szOID_POST_OFFICE_BOX","features":[75]},{"name":"szOID_PREFERRED_DELIVERY_METHOD","features":[75]},{"name":"szOID_PRESENTATION_ADDRESS","features":[75]},{"name":"szOID_PRIVATEKEY_USAGE_PERIOD","features":[75]},{"name":"szOID_PRODUCT_UPDATE","features":[75]},{"name":"szOID_PROTECTED_PROCESS_LIGHT_SIGNER","features":[75]},{"name":"szOID_PROTECTED_PROCESS_SIGNER","features":[75]},{"name":"szOID_QC_EU_COMPLIANCE","features":[75]},{"name":"szOID_QC_SSCD","features":[75]},{"name":"szOID_QC_STATEMENTS_EXT","features":[75]},{"name":"szOID_RDN_DUMMY_SIGNER","features":[75]},{"name":"szOID_RDN_TCG_PLATFORM_MANUFACTURER","features":[75]},{"name":"szOID_RDN_TCG_PLATFORM_MODEL","features":[75]},{"name":"szOID_RDN_TCG_PLATFORM_VERSION","features":[75]},{"name":"szOID_RDN_TPM_MANUFACTURER","features":[75]},{"name":"szOID_RDN_TPM_MODEL","features":[75]},{"name":"szOID_RDN_TPM_VERSION","features":[75]},{"name":"szOID_REASON_CODE_HOLD","features":[75]},{"name":"szOID_REGISTERED_ADDRESS","features":[75]},{"name":"szOID_REMOVE_CERTIFICATE","features":[75]},{"name":"szOID_RENEWAL_CERTIFICATE","features":[75]},{"name":"szOID_REQUEST_CLIENT_INFO","features":[75]},{"name":"szOID_REQUIRE_CERT_CHAIN_POLICY","features":[75]},{"name":"szOID_REVOKED_LIST_SIGNER","features":[75]},{"name":"szOID_RFC3161_counterSign","features":[75]},{"name":"szOID_RFC3161v21_counterSign","features":[75]},{"name":"szOID_RFC3161v21_thumbprints","features":[75]},{"name":"szOID_ROLE_OCCUPANT","features":[75]},{"name":"szOID_ROOT_LIST_SIGNER","features":[75]},{"name":"szOID_ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION","features":[75]},{"name":"szOID_ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION","features":[75]},{"name":"szOID_ROOT_PROGRAM_FLAGS","features":[75]},{"name":"szOID_ROOT_PROGRAM_NO_OCSP_FAILOVER_TO_CRL","features":[75]},{"name":"szOID_RSA","features":[75]},{"name":"szOID_RSAES_OAEP","features":[75]},{"name":"szOID_RSA_DES_EDE3_CBC","features":[75]},{"name":"szOID_RSA_DH","features":[75]},{"name":"szOID_RSA_ENCRYPT","features":[75]},{"name":"szOID_RSA_HASH","features":[75]},{"name":"szOID_RSA_MD2","features":[75]},{"name":"szOID_RSA_MD2RSA","features":[75]},{"name":"szOID_RSA_MD4","features":[75]},{"name":"szOID_RSA_MD4RSA","features":[75]},{"name":"szOID_RSA_MD5","features":[75]},{"name":"szOID_RSA_MD5RSA","features":[75]},{"name":"szOID_RSA_MGF1","features":[75]},{"name":"szOID_RSA_PSPECIFIED","features":[75]},{"name":"szOID_RSA_RC2CBC","features":[75]},{"name":"szOID_RSA_RC4","features":[75]},{"name":"szOID_RSA_RC5_CBCPad","features":[75]},{"name":"szOID_RSA_RSA","features":[75]},{"name":"szOID_RSA_SETOAEP_RSA","features":[75]},{"name":"szOID_RSA_SHA1RSA","features":[75]},{"name":"szOID_RSA_SHA256RSA","features":[75]},{"name":"szOID_RSA_SHA384RSA","features":[75]},{"name":"szOID_RSA_SHA512RSA","features":[75]},{"name":"szOID_RSA_SMIMECapabilities","features":[75]},{"name":"szOID_RSA_SMIMEalg","features":[75]},{"name":"szOID_RSA_SMIMEalgCMS3DESwrap","features":[75]},{"name":"szOID_RSA_SMIMEalgCMSRC2wrap","features":[75]},{"name":"szOID_RSA_SMIMEalgESDH","features":[75]},{"name":"szOID_RSA_SSA_PSS","features":[75]},{"name":"szOID_RSA_certExtensions","features":[75]},{"name":"szOID_RSA_challengePwd","features":[75]},{"name":"szOID_RSA_contentType","features":[75]},{"name":"szOID_RSA_counterSign","features":[75]},{"name":"szOID_RSA_data","features":[75]},{"name":"szOID_RSA_digestedData","features":[75]},{"name":"szOID_RSA_emailAddr","features":[75]},{"name":"szOID_RSA_encryptedData","features":[75]},{"name":"szOID_RSA_envelopedData","features":[75]},{"name":"szOID_RSA_extCertAttrs","features":[75]},{"name":"szOID_RSA_hashedData","features":[75]},{"name":"szOID_RSA_messageDigest","features":[75]},{"name":"szOID_RSA_preferSignedData","features":[75]},{"name":"szOID_RSA_signEnvData","features":[75]},{"name":"szOID_RSA_signedData","features":[75]},{"name":"szOID_RSA_signingTime","features":[75]},{"name":"szOID_RSA_unstructAddr","features":[75]},{"name":"szOID_RSA_unstructName","features":[75]},{"name":"szOID_SEARCH_GUIDE","features":[75]},{"name":"szOID_SEE_ALSO","features":[75]},{"name":"szOID_SERIALIZED","features":[75]},{"name":"szOID_SERVER_GATED_CRYPTO","features":[75]},{"name":"szOID_SGC_NETSCAPE","features":[75]},{"name":"szOID_SITE_PIN_RULES_FLAGS_ATTR","features":[75]},{"name":"szOID_SITE_PIN_RULES_INDEX_ATTR","features":[75]},{"name":"szOID_SORTED_CTL","features":[75]},{"name":"szOID_STATE_OR_PROVINCE_NAME","features":[75]},{"name":"szOID_STREET_ADDRESS","features":[75]},{"name":"szOID_SUBJECT_ALT_NAME","features":[75]},{"name":"szOID_SUBJECT_ALT_NAME2","features":[75]},{"name":"szOID_SUBJECT_DIR_ATTRS","features":[75]},{"name":"szOID_SUBJECT_INFO_ACCESS","features":[75]},{"name":"szOID_SUBJECT_KEY_IDENTIFIER","features":[75]},{"name":"szOID_SUPPORTED_APPLICATION_CONTEXT","features":[75]},{"name":"szOID_SUR_NAME","features":[75]},{"name":"szOID_SYNC_ROOT_CTL_EXT","features":[75]},{"name":"szOID_TELEPHONE_NUMBER","features":[75]},{"name":"szOID_TELETEXT_TERMINAL_IDENTIFIER","features":[75]},{"name":"szOID_TELEX_NUMBER","features":[75]},{"name":"szOID_TIMESTAMP_TOKEN","features":[75]},{"name":"szOID_TITLE","features":[75]},{"name":"szOID_TLS_FEATURES_EXT","features":[75]},{"name":"szOID_USER_CERTIFICATE","features":[75]},{"name":"szOID_USER_PASSWORD","features":[75]},{"name":"szOID_VERISIGN_BITSTRING_6_13","features":[75]},{"name":"szOID_VERISIGN_ISS_STRONG_CRYPTO","features":[75]},{"name":"szOID_VERISIGN_ONSITE_JURISDICTION_HASH","features":[75]},{"name":"szOID_VERISIGN_PRIVATE_6_9","features":[75]},{"name":"szOID_WHQL_CRYPTO","features":[75]},{"name":"szOID_WINDOWS_KITS_SIGNER","features":[75]},{"name":"szOID_WINDOWS_RT_SIGNER","features":[75]},{"name":"szOID_WINDOWS_SOFTWARE_EXTENSION_SIGNER","features":[75]},{"name":"szOID_WINDOWS_STORE_SIGNER","features":[75]},{"name":"szOID_WINDOWS_TCB_SIGNER","features":[75]},{"name":"szOID_WINDOWS_THIRD_PARTY_COMPONENT_SIGNER","features":[75]},{"name":"szOID_X21_ADDRESS","features":[75]},{"name":"szOID_X957","features":[75]},{"name":"szOID_X957_DSA","features":[75]},{"name":"szOID_X957_SHA1DSA","features":[75]},{"name":"szOID_YESNO_TRUST_ATTR","features":[75]},{"name":"szPRIV_KEY_CACHE_MAX_ITEMS","features":[75]},{"name":"szPRIV_KEY_CACHE_PURGE_INTERVAL_SECONDS","features":[75]},{"name":"szROOT_STORE_FILE","features":[75]},{"name":"szUSER_KEYEXCHANGE_CERT_PREFIX","features":[75]},{"name":"szUSER_KEYEXCHANGE_PRIVATE_KEY_PREFIX","features":[75]},{"name":"szUSER_KEYEXCHANGE_PUBLIC_KEY_PREFIX","features":[75]},{"name":"szUSER_SIGNATURE_CERT_PREFIX","features":[75]},{"name":"szUSER_SIGNATURE_PRIVATE_KEY_PREFIX","features":[75]},{"name":"szUSER_SIGNATURE_PUBLIC_KEY_PREFIX","features":[75]},{"name":"sz_CERT_STORE_PROV_COLLECTION","features":[75]},{"name":"sz_CERT_STORE_PROV_FILENAME","features":[75]},{"name":"sz_CERT_STORE_PROV_FILENAME_W","features":[75]},{"name":"sz_CERT_STORE_PROV_LDAP","features":[75]},{"name":"sz_CERT_STORE_PROV_LDAP_W","features":[75]},{"name":"sz_CERT_STORE_PROV_MEMORY","features":[75]},{"name":"sz_CERT_STORE_PROV_PHYSICAL","features":[75]},{"name":"sz_CERT_STORE_PROV_PHYSICAL_W","features":[75]},{"name":"sz_CERT_STORE_PROV_PKCS12","features":[75]},{"name":"sz_CERT_STORE_PROV_PKCS7","features":[75]},{"name":"sz_CERT_STORE_PROV_SERIALIZED","features":[75]},{"name":"sz_CERT_STORE_PROV_SMART_CARD","features":[75]},{"name":"sz_CERT_STORE_PROV_SMART_CARD_W","features":[75]},{"name":"sz_CERT_STORE_PROV_SYSTEM","features":[75]},{"name":"sz_CERT_STORE_PROV_SYSTEM_REGISTRY","features":[75]},{"name":"sz_CERT_STORE_PROV_SYSTEM_REGISTRY_W","features":[75]},{"name":"sz_CERT_STORE_PROV_SYSTEM_W","features":[75]},{"name":"wszCARD_USER_ADMIN","features":[75]},{"name":"wszCARD_USER_EVERYONE","features":[75]},{"name":"wszCARD_USER_USER","features":[75]},{"name":"wszURI_CANONICALIZATION_C14N","features":[75]},{"name":"wszURI_CANONICALIZATION_C14NC","features":[75]},{"name":"wszURI_CANONICALIZATION_EXSLUSIVE_C14N","features":[75]},{"name":"wszURI_CANONICALIZATION_EXSLUSIVE_C14NC","features":[75]},{"name":"wszURI_NTDS_OBJECTSID_PREFIX","features":[75]},{"name":"wszURI_TRANSFORM_XPATH","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_BASE64","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_DSA_SHA1","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA1","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA256","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA384","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA512","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA1","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA256","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA384","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA512","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA1","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA256","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA384","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA512","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_SHA1","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_SHA256","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_SHA384","features":[75]},{"name":"wszURI_XMLNS_DIGSIG_SHA512","features":[75]},{"name":"wszURI_XMLNS_TRANSFORM_BASE64","features":[75]},{"name":"wszURI_XMLNS_TRANSFORM_ENVELOPED","features":[75]},{"name":"wszXMLNS_DIGSIG","features":[75]},{"name":"wszXMLNS_DIGSIG_Id","features":[75]},{"name":"wszXMLNS_DIGSIG_SignatureProperties","features":[75]}],"497":[{"name":"CATALOG_INFO","features":[129]},{"name":"CRYPTCATATTRIBUTE","features":[129]},{"name":"CRYPTCATATTRIBUTE_FLAGS","features":[129]},{"name":"CRYPTCATCDF","features":[1,129]},{"name":"CRYPTCATMEMBER","features":[1,129,130]},{"name":"CRYPTCATSTORE","features":[1,129]},{"name":"CRYPTCAT_ADDCATALOG_HARDLINK","features":[129]},{"name":"CRYPTCAT_ADDCATALOG_NONE","features":[129]},{"name":"CRYPTCAT_ATTR_AUTHENTICATED","features":[129]},{"name":"CRYPTCAT_ATTR_DATAASCII","features":[129]},{"name":"CRYPTCAT_ATTR_DATABASE64","features":[129]},{"name":"CRYPTCAT_ATTR_DATAREPLACE","features":[129]},{"name":"CRYPTCAT_ATTR_NAMEASCII","features":[129]},{"name":"CRYPTCAT_ATTR_NAMEOBJID","features":[129]},{"name":"CRYPTCAT_ATTR_NO_AUTO_COMPAT_ENTRY","features":[129]},{"name":"CRYPTCAT_ATTR_UNAUTHENTICATED","features":[129]},{"name":"CRYPTCAT_E_AREA_ATTRIBUTE","features":[129]},{"name":"CRYPTCAT_E_AREA_HEADER","features":[129]},{"name":"CRYPTCAT_E_AREA_MEMBER","features":[129]},{"name":"CRYPTCAT_E_CDF_ATTR_TOOFEWVALUES","features":[129]},{"name":"CRYPTCAT_E_CDF_ATTR_TYPECOMBO","features":[129]},{"name":"CRYPTCAT_E_CDF_BAD_GUID_CONV","features":[129]},{"name":"CRYPTCAT_E_CDF_DUPLICATE","features":[129]},{"name":"CRYPTCAT_E_CDF_MEMBER_FILENOTFOUND","features":[129]},{"name":"CRYPTCAT_E_CDF_MEMBER_FILE_PATH","features":[129]},{"name":"CRYPTCAT_E_CDF_MEMBER_INDIRECTDATA","features":[129]},{"name":"CRYPTCAT_E_CDF_TAGNOTFOUND","features":[129]},{"name":"CRYPTCAT_E_CDF_UNSUPPORTED","features":[129]},{"name":"CRYPTCAT_FILEEXT","features":[129]},{"name":"CRYPTCAT_MAX_MEMBERTAG","features":[129]},{"name":"CRYPTCAT_MEMBER_SORTED","features":[129]},{"name":"CRYPTCAT_OPEN_ALWAYS","features":[129]},{"name":"CRYPTCAT_OPEN_CREATENEW","features":[129]},{"name":"CRYPTCAT_OPEN_EXCLUDE_PAGE_HASHES","features":[129]},{"name":"CRYPTCAT_OPEN_EXISTING","features":[129]},{"name":"CRYPTCAT_OPEN_FLAGS","features":[129]},{"name":"CRYPTCAT_OPEN_FLAGS_MASK","features":[129]},{"name":"CRYPTCAT_OPEN_INCLUDE_PAGE_HASHES","features":[129]},{"name":"CRYPTCAT_OPEN_NO_CONTENT_HCRYPTMSG","features":[129]},{"name":"CRYPTCAT_OPEN_SORTED","features":[129]},{"name":"CRYPTCAT_OPEN_VERIFYSIGHASH","features":[129]},{"name":"CRYPTCAT_VERSION","features":[129]},{"name":"CRYPTCAT_VERSION_1","features":[129]},{"name":"CRYPTCAT_VERSION_2","features":[129]},{"name":"CryptCATAdminAcquireContext","features":[1,129]},{"name":"CryptCATAdminAcquireContext2","features":[1,129]},{"name":"CryptCATAdminAddCatalog","features":[129]},{"name":"CryptCATAdminCalcHashFromFileHandle","features":[1,129]},{"name":"CryptCATAdminCalcHashFromFileHandle2","features":[1,129]},{"name":"CryptCATAdminEnumCatalogFromHash","features":[129]},{"name":"CryptCATAdminPauseServiceForBackup","features":[1,129]},{"name":"CryptCATAdminReleaseCatalogContext","features":[1,129]},{"name":"CryptCATAdminReleaseContext","features":[1,129]},{"name":"CryptCATAdminRemoveCatalog","features":[1,129]},{"name":"CryptCATAdminResolveCatalogPath","features":[1,129]},{"name":"CryptCATAllocSortedMemberInfo","features":[1,129,130]},{"name":"CryptCATCDFClose","features":[1,129]},{"name":"CryptCATCDFEnumAttributes","features":[1,129,130]},{"name":"CryptCATCDFEnumAttributesWithCDFTag","features":[1,129,130]},{"name":"CryptCATCDFEnumCatAttributes","features":[1,129]},{"name":"CryptCATCDFEnumMembers","features":[1,129,130]},{"name":"CryptCATCDFEnumMembersByCDFTagEx","features":[1,129,130]},{"name":"CryptCATCDFOpen","features":[1,129]},{"name":"CryptCATCatalogInfoFromContext","features":[1,129]},{"name":"CryptCATClose","features":[1,129]},{"name":"CryptCATEnumerateAttr","features":[1,129,130]},{"name":"CryptCATEnumerateCatAttr","features":[1,129]},{"name":"CryptCATEnumerateMember","features":[1,129,130]},{"name":"CryptCATFreeSortedMemberInfo","features":[1,129,130]},{"name":"CryptCATGetAttrInfo","features":[1,129,130]},{"name":"CryptCATGetCatAttrInfo","features":[1,129]},{"name":"CryptCATGetMemberInfo","features":[1,129,130]},{"name":"CryptCATHandleFromStore","features":[1,129]},{"name":"CryptCATOpen","features":[1,129]},{"name":"CryptCATPersistStore","features":[1,129]},{"name":"CryptCATPutAttrInfo","features":[1,129,130]},{"name":"CryptCATPutCatAttrInfo","features":[1,129]},{"name":"CryptCATPutMemberInfo","features":[1,129,130]},{"name":"CryptCATStoreFromHandle","features":[1,129]},{"name":"IsCatalogFile","features":[1,129]},{"name":"MS_ADDINFO_CATALOGMEMBER","features":[1,129,130]},{"name":"PFN_CDF_PARSE_ERROR_CALLBACK","features":[129]},{"name":"szOID_CATALOG_LIST","features":[129]},{"name":"szOID_CATALOG_LIST_MEMBER","features":[129]},{"name":"szOID_CATALOG_LIST_MEMBER2","features":[129]}],"498":[{"name":"ADDED_CERT_TYPE","features":[131]},{"name":"AlgorithmFlags","features":[131]},{"name":"AlgorithmFlagsNone","features":[131]},{"name":"AlgorithmFlagsWrap","features":[131]},{"name":"AlgorithmOperationFlags","features":[131]},{"name":"AlgorithmType","features":[131]},{"name":"AllowNoOutstandingRequest","features":[131]},{"name":"AllowNone","features":[131]},{"name":"AllowUntrustedCertificate","features":[131]},{"name":"AllowUntrustedRoot","features":[131]},{"name":"AllowedKeySignature","features":[131]},{"name":"AllowedNullSignature","features":[131]},{"name":"AlternativeNameType","features":[131]},{"name":"CAIF_DSENTRY","features":[131]},{"name":"CAIF_LOCAL","features":[131]},{"name":"CAIF_REGISTRY","features":[131]},{"name":"CAIF_REGISTRYPARENT","features":[131]},{"name":"CAIF_SHAREDFOLDERENTRY","features":[131]},{"name":"CAINFO","features":[131]},{"name":"CAPATHLENGTH_INFINITE","features":[131]},{"name":"CAPropCertificate","features":[131]},{"name":"CAPropCertificateTypes","features":[131]},{"name":"CAPropCommonName","features":[131]},{"name":"CAPropDNSName","features":[131]},{"name":"CAPropDescription","features":[131]},{"name":"CAPropDistinguishedName","features":[131]},{"name":"CAPropRenewalOnly","features":[131]},{"name":"CAPropSanitizedName","features":[131]},{"name":"CAPropSanitizedShortName","features":[131]},{"name":"CAPropSecurity","features":[131]},{"name":"CAPropSiteName","features":[131]},{"name":"CAPropWebServers","features":[131]},{"name":"CA_ACCESS_ADMIN","features":[131]},{"name":"CA_ACCESS_AUDITOR","features":[131]},{"name":"CA_ACCESS_ENROLL","features":[131]},{"name":"CA_ACCESS_MASKROLES","features":[131]},{"name":"CA_ACCESS_OFFICER","features":[131]},{"name":"CA_ACCESS_OPERATOR","features":[131]},{"name":"CA_ACCESS_READ","features":[131]},{"name":"CA_CRL_BASE","features":[131]},{"name":"CA_CRL_DELTA","features":[131]},{"name":"CA_CRL_REPUBLISH","features":[131]},{"name":"CA_DISP_ERROR","features":[131]},{"name":"CA_DISP_INCOMPLETE","features":[131]},{"name":"CA_DISP_INVALID","features":[131]},{"name":"CA_DISP_REVOKED","features":[131]},{"name":"CA_DISP_UNDER_SUBMISSION","features":[131]},{"name":"CA_DISP_VALID","features":[131]},{"name":"CAlternativeName","features":[131]},{"name":"CAlternativeNames","features":[131]},{"name":"CBinaryConverter","features":[131]},{"name":"CCLOCKSKEWMINUTESDEFAULT","features":[131]},{"name":"CC_DEFAULTCONFIG","features":[131]},{"name":"CC_FIRSTCONFIG","features":[131]},{"name":"CC_LOCALACTIVECONFIG","features":[131]},{"name":"CC_LOCALCONFIG","features":[131]},{"name":"CC_UIPICKCONFIG","features":[131]},{"name":"CC_UIPICKCONFIGSKIPLOCALCA","features":[131]},{"name":"CCertAdmin","features":[131]},{"name":"CCertConfig","features":[131]},{"name":"CCertEncodeAltName","features":[131]},{"name":"CCertEncodeBitString","features":[131]},{"name":"CCertEncodeCRLDistInfo","features":[131]},{"name":"CCertEncodeDateArray","features":[131]},{"name":"CCertEncodeLongArray","features":[131]},{"name":"CCertEncodeStringArray","features":[131]},{"name":"CCertGetConfig","features":[131]},{"name":"CCertProperties","features":[131]},{"name":"CCertProperty","features":[131]},{"name":"CCertPropertyArchived","features":[131]},{"name":"CCertPropertyArchivedKeyHash","features":[131]},{"name":"CCertPropertyAutoEnroll","features":[131]},{"name":"CCertPropertyBackedUp","features":[131]},{"name":"CCertPropertyDescription","features":[131]},{"name":"CCertPropertyEnrollment","features":[131]},{"name":"CCertPropertyEnrollmentPolicyServer","features":[131]},{"name":"CCertPropertyFriendlyName","features":[131]},{"name":"CCertPropertyKeyProvInfo","features":[131]},{"name":"CCertPropertyRenewal","features":[131]},{"name":"CCertPropertyRequestOriginator","features":[131]},{"name":"CCertPropertySHA1Hash","features":[131]},{"name":"CCertRequest","features":[131]},{"name":"CCertServerExit","features":[131]},{"name":"CCertServerPolicy","features":[131]},{"name":"CCertView","features":[131]},{"name":"CCertificateAttestationChallenge","features":[131]},{"name":"CCertificatePolicies","features":[131]},{"name":"CCertificatePolicy","features":[131]},{"name":"CCryptAttribute","features":[131]},{"name":"CCryptAttributes","features":[131]},{"name":"CCspInformation","features":[131]},{"name":"CCspInformations","features":[131]},{"name":"CCspStatus","features":[131]},{"name":"CDR_EXPIRED","features":[131]},{"name":"CDR_REQUEST_LAST_CHANGED","features":[131]},{"name":"CERTADMIN_GET_ROLES_FLAGS","features":[131]},{"name":"CERTENROLL_INDEX_BASE","features":[131]},{"name":"CERTENROLL_OBJECTID","features":[131]},{"name":"CERTENROLL_PROPERTYID","features":[131]},{"name":"CERTTRANSBLOB","features":[131]},{"name":"CERTVIEWRESTRICTION","features":[131]},{"name":"CERT_ALT_NAME","features":[131]},{"name":"CERT_ALT_NAME_DIRECTORY_NAME","features":[131]},{"name":"CERT_ALT_NAME_DNS_NAME","features":[131]},{"name":"CERT_ALT_NAME_IP_ADDRESS","features":[131]},{"name":"CERT_ALT_NAME_OTHER_NAME","features":[131]},{"name":"CERT_ALT_NAME_REGISTERED_ID","features":[131]},{"name":"CERT_ALT_NAME_RFC822_NAME","features":[131]},{"name":"CERT_ALT_NAME_URL","features":[131]},{"name":"CERT_CREATE_REQUEST_FLAGS","features":[131]},{"name":"CERT_DELETE_ROW_FLAGS","features":[131]},{"name":"CERT_EXIT_EVENT_MASK","features":[131]},{"name":"CERT_GET_CONFIG_FLAGS","features":[131]},{"name":"CERT_IMPORT_FLAGS","features":[131]},{"name":"CERT_PROPERTY_TYPE","features":[131]},{"name":"CERT_REQUEST_OUT_TYPE","features":[131]},{"name":"CERT_VIEW_COLUMN_INDEX","features":[131]},{"name":"CERT_VIEW_SEEK_OPERATOR_FLAGS","features":[131]},{"name":"CEnroll","features":[131]},{"name":"CEnroll2","features":[131]},{"name":"CMM_READONLY","features":[131]},{"name":"CMM_REFRESHONLY","features":[131]},{"name":"CObjectId","features":[131]},{"name":"CObjectIds","features":[131]},{"name":"CPF_BADURL_ERROR","features":[131]},{"name":"CPF_BASE","features":[131]},{"name":"CPF_CASTORE_ERROR","features":[131]},{"name":"CPF_COMPLETE","features":[131]},{"name":"CPF_DELTA","features":[131]},{"name":"CPF_FILE_ERROR","features":[131]},{"name":"CPF_FTP_ERROR","features":[131]},{"name":"CPF_HTTP_ERROR","features":[131]},{"name":"CPF_LDAP_ERROR","features":[131]},{"name":"CPF_MANUAL","features":[131]},{"name":"CPF_POSTPONED_BASE_FILE_ERROR","features":[131]},{"name":"CPF_POSTPONED_BASE_LDAP_ERROR","features":[131]},{"name":"CPF_SHADOW","features":[131]},{"name":"CPF_SIGNATURE_ERROR","features":[131]},{"name":"CPolicyQualifier","features":[131]},{"name":"CPolicyQualifiers","features":[131]},{"name":"CRLF_ALLOW_REQUEST_ATTRIBUTE_SUBJECT","features":[131]},{"name":"CRLF_BUILD_ROOTCA_CRLENTRIES_BASEDONKEY","features":[131]},{"name":"CRLF_CRLNUMBER_CRITICAL","features":[131]},{"name":"CRLF_DELETE_EXPIRED_CRLS","features":[131]},{"name":"CRLF_DELTA_USE_OLDEST_UNEXPIRED_BASE","features":[131]},{"name":"CRLF_DISABLE_CHAIN_VERIFICATION","features":[131]},{"name":"CRLF_DISABLE_RDN_REORDER","features":[131]},{"name":"CRLF_DISABLE_ROOT_CROSS_CERTS","features":[131]},{"name":"CRLF_ENFORCE_ENROLLMENT_AGENT","features":[131]},{"name":"CRLF_IGNORE_CROSS_CERT_TRUST_ERROR","features":[131]},{"name":"CRLF_IGNORE_INVALID_POLICIES","features":[131]},{"name":"CRLF_IGNORE_UNKNOWN_CMC_ATTRIBUTES","features":[131]},{"name":"CRLF_LOG_FULL_RESPONSE","features":[131]},{"name":"CRLF_PRESERVE_EXPIRED_CA_CERTS","features":[131]},{"name":"CRLF_PRESERVE_REVOKED_CA_CERTS","features":[131]},{"name":"CRLF_PUBLISH_EXPIRED_CERT_CRLS","features":[131]},{"name":"CRLF_REBUILD_MODIFIED_SUBJECT_ONLY","features":[131]},{"name":"CRLF_REVCHECK_IGNORE_NOREVCHECK","features":[131]},{"name":"CRLF_REVCHECK_IGNORE_OFFLINE","features":[131]},{"name":"CRLF_SAVE_FAILED_CERTS","features":[131]},{"name":"CRLF_USE_CROSS_CERT_TEMPLATE","features":[131]},{"name":"CRLF_USE_XCHG_CERT_TEMPLATE","features":[131]},{"name":"CRLRevocationReason","features":[131]},{"name":"CRYPT_ENUM_ALL_PROVIDERS","features":[131]},{"name":"CR_DISP","features":[131]},{"name":"CR_DISP_DENIED","features":[131]},{"name":"CR_DISP_ERROR","features":[131]},{"name":"CR_DISP_INCOMPLETE","features":[131]},{"name":"CR_DISP_ISSUED","features":[131]},{"name":"CR_DISP_ISSUED_OUT_OF_BAND","features":[131]},{"name":"CR_DISP_REVOKED","features":[131]},{"name":"CR_DISP_UNDER_SUBMISSION","features":[131]},{"name":"CR_FLG_CACROSSCERT","features":[131]},{"name":"CR_FLG_CAXCHGCERT","features":[131]},{"name":"CR_FLG_CHALLENGEPENDING","features":[131]},{"name":"CR_FLG_CHALLENGESATISFIED","features":[131]},{"name":"CR_FLG_DEFINEDCACERT","features":[131]},{"name":"CR_FLG_ENFORCEUTF8","features":[131]},{"name":"CR_FLG_ENROLLONBEHALFOF","features":[131]},{"name":"CR_FLG_FORCETELETEX","features":[131]},{"name":"CR_FLG_FORCEUTF8","features":[131]},{"name":"CR_FLG_PUBLISHERROR","features":[131]},{"name":"CR_FLG_RENEWAL","features":[131]},{"name":"CR_FLG_SUBJECTUNMODIFIED","features":[131]},{"name":"CR_FLG_TRUSTEKCERT","features":[131]},{"name":"CR_FLG_TRUSTEKKEY","features":[131]},{"name":"CR_FLG_TRUSTONUSE","features":[131]},{"name":"CR_FLG_VALIDENCRYPTEDKEYHASH","features":[131]},{"name":"CR_GEMT_DEFAULT","features":[131]},{"name":"CR_GEMT_HRESULT_STRING","features":[131]},{"name":"CR_GEMT_HTTP_ERROR","features":[131]},{"name":"CR_IN_BASE64","features":[131]},{"name":"CR_IN_BASE64HEADER","features":[131]},{"name":"CR_IN_BINARY","features":[131]},{"name":"CR_IN_CERTIFICATETRANSPARENCY","features":[131]},{"name":"CR_IN_CHALLENGERESPONSE","features":[131]},{"name":"CR_IN_CLIENTIDNONE","features":[131]},{"name":"CR_IN_CMC","features":[131]},{"name":"CR_IN_CONNECTONLY","features":[131]},{"name":"CR_IN_CRLS","features":[131]},{"name":"CR_IN_ENCODEANY","features":[131]},{"name":"CR_IN_ENCODEMASK","features":[131]},{"name":"CR_IN_FORMATANY","features":[131]},{"name":"CR_IN_FORMATMASK","features":[131]},{"name":"CR_IN_FULLRESPONSE","features":[131]},{"name":"CR_IN_HTTP","features":[131]},{"name":"CR_IN_KEYGEN","features":[131]},{"name":"CR_IN_MACHINE","features":[131]},{"name":"CR_IN_PKCS10","features":[131]},{"name":"CR_IN_PKCS7","features":[131]},{"name":"CR_IN_RETURNCHALLENGE","features":[131]},{"name":"CR_IN_ROBO","features":[131]},{"name":"CR_IN_RPC","features":[131]},{"name":"CR_IN_SCEP","features":[131]},{"name":"CR_IN_SCEPPOST","features":[131]},{"name":"CR_IN_SIGNEDCERTIFICATETIMESTAMPLIST","features":[131]},{"name":"CR_OUT_BASE64","features":[131]},{"name":"CR_OUT_BASE64HEADER","features":[131]},{"name":"CR_OUT_BASE64REQUESTHEADER","features":[131]},{"name":"CR_OUT_BASE64X509CRLHEADER","features":[131]},{"name":"CR_OUT_BINARY","features":[131]},{"name":"CR_OUT_CHAIN","features":[131]},{"name":"CR_OUT_CRLS","features":[131]},{"name":"CR_OUT_ENCODEMASK","features":[131]},{"name":"CR_OUT_HEX","features":[131]},{"name":"CR_OUT_HEXADDR","features":[131]},{"name":"CR_OUT_HEXASCII","features":[131]},{"name":"CR_OUT_HEXASCIIADDR","features":[131]},{"name":"CR_OUT_HEXRAW","features":[131]},{"name":"CR_OUT_NOCR","features":[131]},{"name":"CR_OUT_NOCRLF","features":[131]},{"name":"CR_PROP_ADVANCEDSERVER","features":[131]},{"name":"CR_PROP_BASECRL","features":[131]},{"name":"CR_PROP_BASECRLPUBLISHSTATUS","features":[131]},{"name":"CR_PROP_CABACKWARDCROSSCERT","features":[131]},{"name":"CR_PROP_CABACKWARDCROSSCERTSTATE","features":[131]},{"name":"CR_PROP_CACERTSTATE","features":[131]},{"name":"CR_PROP_CACERTSTATUSCODE","features":[131]},{"name":"CR_PROP_CACERTVERSION","features":[131]},{"name":"CR_PROP_CAFORWARDCROSSCERT","features":[131]},{"name":"CR_PROP_CAFORWARDCROSSCERTSTATE","features":[131]},{"name":"CR_PROP_CANAME","features":[131]},{"name":"CR_PROP_CAPROPIDMAX","features":[131]},{"name":"CR_PROP_CASIGCERT","features":[131]},{"name":"CR_PROP_CASIGCERTCHAIN","features":[131]},{"name":"CR_PROP_CASIGCERTCOUNT","features":[131]},{"name":"CR_PROP_CASIGCERTCRLCHAIN","features":[131]},{"name":"CR_PROP_CATYPE","features":[131]},{"name":"CR_PROP_CAXCHGCERT","features":[131]},{"name":"CR_PROP_CAXCHGCERTCHAIN","features":[131]},{"name":"CR_PROP_CAXCHGCERTCOUNT","features":[131]},{"name":"CR_PROP_CAXCHGCERTCRLCHAIN","features":[131]},{"name":"CR_PROP_CERTAIAOCSPURLS","features":[131]},{"name":"CR_PROP_CERTAIAURLS","features":[131]},{"name":"CR_PROP_CERTCDPURLS","features":[131]},{"name":"CR_PROP_CRLSTATE","features":[131]},{"name":"CR_PROP_DELTACRL","features":[131]},{"name":"CR_PROP_DELTACRLPUBLISHSTATUS","features":[131]},{"name":"CR_PROP_DNSNAME","features":[131]},{"name":"CR_PROP_EXITCOUNT","features":[131]},{"name":"CR_PROP_EXITDESCRIPTION","features":[131]},{"name":"CR_PROP_FILEVERSION","features":[131]},{"name":"CR_PROP_KRACERT","features":[131]},{"name":"CR_PROP_KRACERTCOUNT","features":[131]},{"name":"CR_PROP_KRACERTSTATE","features":[131]},{"name":"CR_PROP_KRACERTUSEDCOUNT","features":[131]},{"name":"CR_PROP_LOCALENAME","features":[131]},{"name":"CR_PROP_NONE","features":[131]},{"name":"CR_PROP_PARENTCA","features":[131]},{"name":"CR_PROP_POLICYDESCRIPTION","features":[131]},{"name":"CR_PROP_PRODUCTVERSION","features":[131]},{"name":"CR_PROP_ROLESEPARATIONENABLED","features":[131]},{"name":"CR_PROP_SANITIZEDCANAME","features":[131]},{"name":"CR_PROP_SANITIZEDCASHORTNAME","features":[131]},{"name":"CR_PROP_SCEPMAX","features":[131]},{"name":"CR_PROP_SCEPMIN","features":[131]},{"name":"CR_PROP_SCEPSERVERCAPABILITIES","features":[131]},{"name":"CR_PROP_SCEPSERVERCERTS","features":[131]},{"name":"CR_PROP_SCEPSERVERCERTSCHAIN","features":[131]},{"name":"CR_PROP_SHAREDFOLDER","features":[131]},{"name":"CR_PROP_SUBJECTTEMPLATE_OIDS","features":[131]},{"name":"CR_PROP_TEMPLATES","features":[131]},{"name":"CSBACKUP_DISABLE_INCREMENTAL","features":[131]},{"name":"CSBACKUP_TYPE","features":[131]},{"name":"CSBACKUP_TYPE_FULL","features":[131]},{"name":"CSBACKUP_TYPE_LOGS_ONLY","features":[131]},{"name":"CSBACKUP_TYPE_MASK","features":[131]},{"name":"CSBFT_DATABASE_DIRECTORY","features":[131]},{"name":"CSBFT_DIRECTORY","features":[131]},{"name":"CSBFT_LOG_DIRECTORY","features":[131]},{"name":"CSCONTROL_RESTART","features":[131]},{"name":"CSCONTROL_SHUTDOWN","features":[131]},{"name":"CSCONTROL_SUSPEND","features":[131]},{"name":"CSEDB_RSTMAPW","features":[131]},{"name":"CSRESTORE_TYPE_CATCHUP","features":[131]},{"name":"CSRESTORE_TYPE_FULL","features":[131]},{"name":"CSRESTORE_TYPE_MASK","features":[131]},{"name":"CSRESTORE_TYPE_ONLINE","features":[131]},{"name":"CSURL_ADDTOCERTCDP","features":[131]},{"name":"CSURL_ADDTOCERTOCSP","features":[131]},{"name":"CSURL_ADDTOCRLCDP","features":[131]},{"name":"CSURL_ADDTOFRESHESTCRL","features":[131]},{"name":"CSURL_ADDTOIDP","features":[131]},{"name":"CSURL_PUBLISHRETRY","features":[131]},{"name":"CSURL_SERVERPUBLISH","features":[131]},{"name":"CSURL_SERVERPUBLISHDELTA","features":[131]},{"name":"CSVER_MAJOR","features":[131]},{"name":"CSVER_MAJOR_LONGHORN","features":[131]},{"name":"CSVER_MAJOR_THRESHOLD","features":[131]},{"name":"CSVER_MAJOR_WHISTLER","features":[131]},{"name":"CSVER_MAJOR_WIN2K","features":[131]},{"name":"CSVER_MAJOR_WIN7","features":[131]},{"name":"CSVER_MAJOR_WIN8","features":[131]},{"name":"CSVER_MAJOR_WINBLUE","features":[131]},{"name":"CSVER_MINOR","features":[131]},{"name":"CSVER_MINOR_LONGHORN_BETA1","features":[131]},{"name":"CSVER_MINOR_THRESHOLD","features":[131]},{"name":"CSVER_MINOR_WHISTLER_BETA2","features":[131]},{"name":"CSVER_MINOR_WHISTLER_BETA3","features":[131]},{"name":"CSVER_MINOR_WIN2K","features":[131]},{"name":"CSVER_MINOR_WIN7","features":[131]},{"name":"CSVER_MINOR_WIN8","features":[131]},{"name":"CSVER_MINOR_WINBLUE","features":[131]},{"name":"CSignerCertificate","features":[131]},{"name":"CSmimeCapabilities","features":[131]},{"name":"CSmimeCapability","features":[131]},{"name":"CVIEWAGEMINUTESDEFAULT","features":[131]},{"name":"CVRC_COLUMN","features":[131]},{"name":"CVRC_COLUMN_MASK","features":[131]},{"name":"CVRC_COLUMN_RESULT","features":[131]},{"name":"CVRC_COLUMN_SCHEMA","features":[131]},{"name":"CVRC_COLUMN_VALUE","features":[131]},{"name":"CVRC_TABLE","features":[131]},{"name":"CVRC_TABLE_ATTRIBUTES","features":[131]},{"name":"CVRC_TABLE_CRL","features":[131]},{"name":"CVRC_TABLE_EXTENSIONS","features":[131]},{"name":"CVRC_TABLE_MASK","features":[131]},{"name":"CVRC_TABLE_REQCERT","features":[131]},{"name":"CVRC_TABLE_SHIFT","features":[131]},{"name":"CVR_SEEK_EQ","features":[131]},{"name":"CVR_SEEK_GE","features":[131]},{"name":"CVR_SEEK_GT","features":[131]},{"name":"CVR_SEEK_LE","features":[131]},{"name":"CVR_SEEK_LT","features":[131]},{"name":"CVR_SEEK_MASK","features":[131]},{"name":"CVR_SEEK_NODELTA","features":[131]},{"name":"CVR_SEEK_NONE","features":[131]},{"name":"CVR_SORT_ASCEND","features":[131]},{"name":"CVR_SORT_DESCEND","features":[131]},{"name":"CVR_SORT_NONE","features":[131]},{"name":"CV_COLUMN_ATTRIBUTE_DEFAULT","features":[131]},{"name":"CV_COLUMN_CRL_DEFAULT","features":[131]},{"name":"CV_COLUMN_EXTENSION_DEFAULT","features":[131]},{"name":"CV_COLUMN_LOG_DEFAULT","features":[131]},{"name":"CV_COLUMN_LOG_FAILED_DEFAULT","features":[131]},{"name":"CV_COLUMN_LOG_REVOKED_DEFAULT","features":[131]},{"name":"CV_COLUMN_QUEUE_DEFAULT","features":[131]},{"name":"CV_OUT_BASE64","features":[131]},{"name":"CV_OUT_BASE64HEADER","features":[131]},{"name":"CV_OUT_BASE64REQUESTHEADER","features":[131]},{"name":"CV_OUT_BASE64X509CRLHEADER","features":[131]},{"name":"CV_OUT_BINARY","features":[131]},{"name":"CV_OUT_ENCODEMASK","features":[131]},{"name":"CV_OUT_HEX","features":[131]},{"name":"CV_OUT_HEXADDR","features":[131]},{"name":"CV_OUT_HEXASCII","features":[131]},{"name":"CV_OUT_HEXASCIIADDR","features":[131]},{"name":"CV_OUT_HEXRAW","features":[131]},{"name":"CV_OUT_NOCR","features":[131]},{"name":"CV_OUT_NOCRLF","features":[131]},{"name":"CX500DistinguishedName","features":[131]},{"name":"CX509Attribute","features":[131]},{"name":"CX509AttributeArchiveKey","features":[131]},{"name":"CX509AttributeArchiveKeyHash","features":[131]},{"name":"CX509AttributeClientId","features":[131]},{"name":"CX509AttributeCspProvider","features":[131]},{"name":"CX509AttributeExtensions","features":[131]},{"name":"CX509AttributeOSVersion","features":[131]},{"name":"CX509AttributeRenewalCertificate","features":[131]},{"name":"CX509Attributes","features":[131]},{"name":"CX509CertificateRequestCertificate","features":[131]},{"name":"CX509CertificateRequestCmc","features":[131]},{"name":"CX509CertificateRequestPkcs10","features":[131]},{"name":"CX509CertificateRequestPkcs7","features":[131]},{"name":"CX509CertificateRevocationList","features":[131]},{"name":"CX509CertificateRevocationListEntries","features":[131]},{"name":"CX509CertificateRevocationListEntry","features":[131]},{"name":"CX509CertificateTemplateADWritable","features":[131]},{"name":"CX509EndorsementKey","features":[131]},{"name":"CX509Enrollment","features":[131]},{"name":"CX509EnrollmentHelper","features":[131]},{"name":"CX509EnrollmentPolicyActiveDirectory","features":[131]},{"name":"CX509EnrollmentPolicyWebService","features":[131]},{"name":"CX509EnrollmentWebClassFactory","features":[131]},{"name":"CX509Extension","features":[131]},{"name":"CX509ExtensionAlternativeNames","features":[131]},{"name":"CX509ExtensionAuthorityKeyIdentifier","features":[131]},{"name":"CX509ExtensionBasicConstraints","features":[131]},{"name":"CX509ExtensionCertificatePolicies","features":[131]},{"name":"CX509ExtensionEnhancedKeyUsage","features":[131]},{"name":"CX509ExtensionKeyUsage","features":[131]},{"name":"CX509ExtensionMSApplicationPolicies","features":[131]},{"name":"CX509ExtensionSmimeCapabilities","features":[131]},{"name":"CX509ExtensionSubjectKeyIdentifier","features":[131]},{"name":"CX509ExtensionTemplate","features":[131]},{"name":"CX509ExtensionTemplateName","features":[131]},{"name":"CX509Extensions","features":[131]},{"name":"CX509MachineEnrollmentFactory","features":[131]},{"name":"CX509NameValuePair","features":[131]},{"name":"CX509PolicyServerListManager","features":[131]},{"name":"CX509PolicyServerUrl","features":[131]},{"name":"CX509PrivateKey","features":[131]},{"name":"CX509PublicKey","features":[131]},{"name":"CX509SCEPEnrollment","features":[131]},{"name":"CX509SCEPEnrollmentHelper","features":[131]},{"name":"CertSrvBackupClose","features":[131]},{"name":"CertSrvBackupEnd","features":[131]},{"name":"CertSrvBackupFree","features":[131]},{"name":"CertSrvBackupGetBackupLogsW","features":[131]},{"name":"CertSrvBackupGetDatabaseNamesW","features":[131]},{"name":"CertSrvBackupGetDynamicFileListW","features":[131]},{"name":"CertSrvBackupOpenFileW","features":[131]},{"name":"CertSrvBackupPrepareW","features":[131]},{"name":"CertSrvBackupRead","features":[131]},{"name":"CertSrvBackupTruncateLogs","features":[131]},{"name":"CertSrvIsServerOnlineW","features":[1,131]},{"name":"CertSrvRestoreEnd","features":[131]},{"name":"CertSrvRestoreGetDatabaseLocationsW","features":[131]},{"name":"CertSrvRestorePrepareW","features":[131]},{"name":"CertSrvRestoreRegisterComplete","features":[131]},{"name":"CertSrvRestoreRegisterThroughFile","features":[131]},{"name":"CertSrvRestoreRegisterW","features":[131]},{"name":"CertSrvServerControlW","features":[131]},{"name":"ClientIdAutoEnroll","features":[131]},{"name":"ClientIdAutoEnroll2003","features":[131]},{"name":"ClientIdCertReq","features":[131]},{"name":"ClientIdCertReq2003","features":[131]},{"name":"ClientIdDefaultRequest","features":[131]},{"name":"ClientIdEOBO","features":[131]},{"name":"ClientIdNone","features":[131]},{"name":"ClientIdRequestWizard","features":[131]},{"name":"ClientIdTest","features":[131]},{"name":"ClientIdUserStart","features":[131]},{"name":"ClientIdWinRT","features":[131]},{"name":"ClientIdWizard2003","features":[131]},{"name":"ClientIdXEnroll2003","features":[131]},{"name":"CommitFlagDeleteTemplate","features":[131]},{"name":"CommitFlagSaveTemplateGenerateOID","features":[131]},{"name":"CommitFlagSaveTemplateOverwrite","features":[131]},{"name":"CommitFlagSaveTemplateUseCurrentOID","features":[131]},{"name":"CommitTemplateFlags","features":[131]},{"name":"ContextAdministratorForceMachine","features":[131]},{"name":"ContextMachine","features":[131]},{"name":"ContextNone","features":[131]},{"name":"ContextUser","features":[131]},{"name":"DBFLAGS_CHECKPOINTDEPTH60MB","features":[131]},{"name":"DBFLAGS_CIRCULARLOGGING","features":[131]},{"name":"DBFLAGS_CREATEIFNEEDED","features":[131]},{"name":"DBFLAGS_DISABLESNAPSHOTBACKUP","features":[131]},{"name":"DBFLAGS_ENABLEVOLATILEREQUESTS","features":[131]},{"name":"DBFLAGS_LAZYFLUSH","features":[131]},{"name":"DBFLAGS_LOGBUFFERSHUGE","features":[131]},{"name":"DBFLAGS_LOGBUFFERSLARGE","features":[131]},{"name":"DBFLAGS_LOGFILESIZE16MB","features":[131]},{"name":"DBFLAGS_MAXCACHESIZEX100","features":[131]},{"name":"DBFLAGS_MULTITHREADTRANSACTIONS","features":[131]},{"name":"DBFLAGS_READONLY","features":[131]},{"name":"DBG_CERTSRV","features":[131]},{"name":"DBSESSIONCOUNTDEFAULT","features":[131]},{"name":"DB_DISP_ACTIVE","features":[131]},{"name":"DB_DISP_CA_CERT","features":[131]},{"name":"DB_DISP_CA_CERT_CHAIN","features":[131]},{"name":"DB_DISP_DENIED","features":[131]},{"name":"DB_DISP_ERROR","features":[131]},{"name":"DB_DISP_FOREIGN","features":[131]},{"name":"DB_DISP_ISSUED","features":[131]},{"name":"DB_DISP_KRA_CERT","features":[131]},{"name":"DB_DISP_LOG_FAILED_MIN","features":[131]},{"name":"DB_DISP_LOG_MIN","features":[131]},{"name":"DB_DISP_PENDING","features":[131]},{"name":"DB_DISP_QUEUE_MAX","features":[131]},{"name":"DB_DISP_REVOKED","features":[131]},{"name":"DefaultNone","features":[131]},{"name":"DefaultPolicyServer","features":[131]},{"name":"DelayRetryAction","features":[131]},{"name":"DelayRetryLong","features":[131]},{"name":"DelayRetryNone","features":[131]},{"name":"DelayRetryPastSuccess","features":[131]},{"name":"DelayRetryShort","features":[131]},{"name":"DelayRetrySuccess","features":[131]},{"name":"DelayRetryUnknown","features":[131]},{"name":"DisableGroupPolicyList","features":[131]},{"name":"DisableUserServerList","features":[131]},{"name":"DisplayNo","features":[131]},{"name":"DisplayYes","features":[131]},{"name":"EANR_SUPPRESS_IA5CONVERSION","features":[131]},{"name":"EAN_NAMEOBJECTID","features":[131]},{"name":"EDITF_ADDOLDCERTTYPE","features":[131]},{"name":"EDITF_ADDOLDKEYUSAGE","features":[131]},{"name":"EDITF_ATTRIBUTECA","features":[131]},{"name":"EDITF_ATTRIBUTEEKU","features":[131]},{"name":"EDITF_ATTRIBUTEENDDATE","features":[131]},{"name":"EDITF_ATTRIBUTESUBJECTALTNAME2","features":[131]},{"name":"EDITF_AUDITCERTTEMPLATELOAD","features":[131]},{"name":"EDITF_BASICCONSTRAINTSCA","features":[131]},{"name":"EDITF_BASICCONSTRAINTSCRITICAL","features":[131]},{"name":"EDITF_DISABLEEXTENSIONLIST","features":[131]},{"name":"EDITF_DISABLELDAPPACKAGELIST","features":[131]},{"name":"EDITF_DISABLEOLDOSCNUPN","features":[131]},{"name":"EDITF_EMAILOPTIONAL","features":[131]},{"name":"EDITF_ENABLEAKICRITICAL","features":[131]},{"name":"EDITF_ENABLEAKIISSUERNAME","features":[131]},{"name":"EDITF_ENABLEAKIISSUERSERIAL","features":[131]},{"name":"EDITF_ENABLEAKIKEYID","features":[131]},{"name":"EDITF_ENABLECHASECLIENTDC","features":[131]},{"name":"EDITF_ENABLEDEFAULTSMIME","features":[131]},{"name":"EDITF_ENABLEKEYENCIPHERMENTCACERT","features":[131]},{"name":"EDITF_ENABLELDAPREFERRALS","features":[131]},{"name":"EDITF_ENABLEOCSPREVNOCHECK","features":[131]},{"name":"EDITF_ENABLERENEWONBEHALFOF","features":[131]},{"name":"EDITF_ENABLEREQUESTEXTENSIONS","features":[131]},{"name":"EDITF_ENABLEUPNMAP","features":[131]},{"name":"EDITF_IGNOREREQUESTERGROUP","features":[131]},{"name":"EDITF_REQUESTEXTENSIONLIST","features":[131]},{"name":"EDITF_SERVERUPGRADED","features":[131]},{"name":"ENUMEXT_OBJECTID","features":[131]},{"name":"ENUM_CATYPES","features":[131]},{"name":"ENUM_CERT_COLUMN_VALUE_FLAGS","features":[131]},{"name":"ENUM_ENTERPRISE_ROOTCA","features":[131]},{"name":"ENUM_ENTERPRISE_SUBCA","features":[131]},{"name":"ENUM_STANDALONE_ROOTCA","features":[131]},{"name":"ENUM_STANDALONE_SUBCA","features":[131]},{"name":"ENUM_UNKNOWN_CA","features":[131]},{"name":"EXITEVENT_CERTDENIED","features":[131]},{"name":"EXITEVENT_CERTIMPORTED","features":[131]},{"name":"EXITEVENT_CERTISSUED","features":[131]},{"name":"EXITEVENT_CERTPENDING","features":[131]},{"name":"EXITEVENT_CERTRETRIEVEPENDING","features":[131]},{"name":"EXITEVENT_CERTREVOKED","features":[131]},{"name":"EXITEVENT_CRLISSUED","features":[131]},{"name":"EXITEVENT_INVALID","features":[131]},{"name":"EXITEVENT_SHUTDOWN","features":[131]},{"name":"EXITEVENT_STARTUP","features":[131]},{"name":"EXITPUB_ACTIVEDIRECTORY","features":[131]},{"name":"EXITPUB_DEFAULT_ENTERPRISE","features":[131]},{"name":"EXITPUB_DEFAULT_STANDALONE","features":[131]},{"name":"EXITPUB_FILE","features":[131]},{"name":"EXITPUB_REMOVEOLDCERTS","features":[131]},{"name":"EXTENSION_CRITICAL_FLAG","features":[131]},{"name":"EXTENSION_DELETE_FLAG","features":[131]},{"name":"EXTENSION_DISABLE_FLAG","features":[131]},{"name":"EXTENSION_ORIGIN_ADMIN","features":[131]},{"name":"EXTENSION_ORIGIN_CACERT","features":[131]},{"name":"EXTENSION_ORIGIN_CMC","features":[131]},{"name":"EXTENSION_ORIGIN_IMPORTEDCERT","features":[131]},{"name":"EXTENSION_ORIGIN_MASK","features":[131]},{"name":"EXTENSION_ORIGIN_PKCS7","features":[131]},{"name":"EXTENSION_ORIGIN_POLICY","features":[131]},{"name":"EXTENSION_ORIGIN_RENEWALCERT","features":[131]},{"name":"EXTENSION_ORIGIN_REQUEST","features":[131]},{"name":"EXTENSION_ORIGIN_SERVER","features":[131]},{"name":"EXTENSION_POLICY_MASK","features":[131]},{"name":"EncodingType","features":[131]},{"name":"EnrollDenied","features":[131]},{"name":"EnrollError","features":[131]},{"name":"EnrollPended","features":[131]},{"name":"EnrollPrompt","features":[131]},{"name":"EnrollSkipped","features":[131]},{"name":"EnrollUIDeferredEnrollmentRequired","features":[131]},{"name":"EnrollUnknown","features":[131]},{"name":"Enrolled","features":[131]},{"name":"EnrollmentAddOCSPNoCheck","features":[131]},{"name":"EnrollmentAddTemplateName","features":[131]},{"name":"EnrollmentAllowEnrollOnBehalfOf","features":[131]},{"name":"EnrollmentAutoEnrollment","features":[131]},{"name":"EnrollmentAutoEnrollmentCheckUserDSCertificate","features":[131]},{"name":"EnrollmentCAProperty","features":[131]},{"name":"EnrollmentCertificateIssuancePoliciesFromRequest","features":[131]},{"name":"EnrollmentDisplayStatus","features":[131]},{"name":"EnrollmentDomainAuthenticationNotRequired","features":[131]},{"name":"EnrollmentEnrollStatus","features":[131]},{"name":"EnrollmentIncludeBasicConstraintsForEECerts","features":[131]},{"name":"EnrollmentIncludeSymmetricAlgorithms","features":[131]},{"name":"EnrollmentNoRevocationInfoInCerts","features":[131]},{"name":"EnrollmentPendAllRequests","features":[131]},{"name":"EnrollmentPolicyFlags","features":[131]},{"name":"EnrollmentPolicyServerPropertyFlags","features":[131]},{"name":"EnrollmentPreviousApprovalKeyBasedValidateReenrollment","features":[131]},{"name":"EnrollmentPreviousApprovalValidateReenrollment","features":[131]},{"name":"EnrollmentPublishToDS","features":[131]},{"name":"EnrollmentPublishToKRAContainer","features":[131]},{"name":"EnrollmentRemoveInvalidCertificateFromPersonalStore","features":[131]},{"name":"EnrollmentReuseKeyOnFullSmartCard","features":[131]},{"name":"EnrollmentSelectionStatus","features":[131]},{"name":"EnrollmentSkipAutoRenewal","features":[131]},{"name":"EnrollmentTemplateProperty","features":[131]},{"name":"EnrollmentUserInteractionRequired","features":[131]},{"name":"ExportCAs","features":[131]},{"name":"ExportOIDs","features":[131]},{"name":"ExportTemplates","features":[131]},{"name":"FNCERTSRVBACKUPCLOSE","features":[131]},{"name":"FNCERTSRVBACKUPEND","features":[131]},{"name":"FNCERTSRVBACKUPFREE","features":[131]},{"name":"FNCERTSRVBACKUPGETBACKUPLOGSW","features":[131]},{"name":"FNCERTSRVBACKUPGETDATABASENAMESW","features":[131]},{"name":"FNCERTSRVBACKUPGETDYNAMICFILELISTW","features":[131]},{"name":"FNCERTSRVBACKUPOPENFILEW","features":[131]},{"name":"FNCERTSRVBACKUPPREPAREW","features":[131]},{"name":"FNCERTSRVBACKUPREAD","features":[131]},{"name":"FNCERTSRVBACKUPTRUNCATELOGS","features":[131]},{"name":"FNCERTSRVISSERVERONLINEW","features":[1,131]},{"name":"FNCERTSRVRESTOREEND","features":[131]},{"name":"FNCERTSRVRESTOREGETDATABASELOCATIONSW","features":[131]},{"name":"FNCERTSRVRESTOREPREPAREW","features":[131]},{"name":"FNCERTSRVRESTOREREGISTERCOMPLETE","features":[131]},{"name":"FNCERTSRVRESTOREREGISTERW","features":[131]},{"name":"FNCERTSRVSERVERCONTROLW","features":[131]},{"name":"FNIMPORTPFXTOPROVIDER","features":[1,131]},{"name":"FNIMPORTPFXTOPROVIDERFREEDATA","features":[1,131]},{"name":"FR_PROP_ATTESTATIONCHALLENGE","features":[131]},{"name":"FR_PROP_ATTESTATIONPROVIDERNAME","features":[131]},{"name":"FR_PROP_BODYPARTSTRING","features":[131]},{"name":"FR_PROP_CAEXCHANGECERTIFICATE","features":[131]},{"name":"FR_PROP_CAEXCHANGECERTIFICATECHAIN","features":[131]},{"name":"FR_PROP_CAEXCHANGECERTIFICATECRLCHAIN","features":[131]},{"name":"FR_PROP_CAEXCHANGECERTIFICATEHASH","features":[131]},{"name":"FR_PROP_CLAIMCHALLENGE","features":[131]},{"name":"FR_PROP_ENCRYPTEDKEYHASH","features":[131]},{"name":"FR_PROP_FAILINFO","features":[131]},{"name":"FR_PROP_FULLRESPONSE","features":[131]},{"name":"FR_PROP_FULLRESPONSENOPKCS7","features":[131]},{"name":"FR_PROP_ISSUEDCERTIFICATE","features":[131]},{"name":"FR_PROP_ISSUEDCERTIFICATECHAIN","features":[131]},{"name":"FR_PROP_ISSUEDCERTIFICATECRLCHAIN","features":[131]},{"name":"FR_PROP_ISSUEDCERTIFICATEHASH","features":[131]},{"name":"FR_PROP_NONE","features":[131]},{"name":"FR_PROP_OTHERINFOCHOICE","features":[131]},{"name":"FR_PROP_PENDINFOTIME","features":[131]},{"name":"FR_PROP_PENDINFOTOKEN","features":[131]},{"name":"FR_PROP_STATUS","features":[131]},{"name":"FR_PROP_STATUSINFOCOUNT","features":[131]},{"name":"FR_PROP_STATUSSTRING","features":[131]},{"name":"FULL_RESPONSE_PROPERTY_ID","features":[131]},{"name":"GeneralCA","features":[131]},{"name":"GeneralCrossCA","features":[131]},{"name":"GeneralDefault","features":[131]},{"name":"GeneralDonotPersist","features":[131]},{"name":"GeneralMachineType","features":[131]},{"name":"GeneralModified","features":[131]},{"name":"IAlternativeName","features":[131]},{"name":"IAlternativeNames","features":[131]},{"name":"IBinaryConverter","features":[131]},{"name":"IBinaryConverter2","features":[131]},{"name":"ICEnroll","features":[131]},{"name":"ICEnroll2","features":[131]},{"name":"ICEnroll3","features":[131]},{"name":"ICEnroll4","features":[131]},{"name":"ICF_ALLOWFOREIGN","features":[131]},{"name":"ICF_EXISTINGROW","features":[131]},{"name":"ICertAdmin","features":[131]},{"name":"ICertAdmin2","features":[131]},{"name":"ICertConfig","features":[131]},{"name":"ICertConfig2","features":[131]},{"name":"ICertEncodeAltName","features":[131]},{"name":"ICertEncodeAltName2","features":[131]},{"name":"ICertEncodeBitString","features":[131]},{"name":"ICertEncodeBitString2","features":[131]},{"name":"ICertEncodeCRLDistInfo","features":[131]},{"name":"ICertEncodeCRLDistInfo2","features":[131]},{"name":"ICertEncodeDateArray","features":[131]},{"name":"ICertEncodeDateArray2","features":[131]},{"name":"ICertEncodeLongArray","features":[131]},{"name":"ICertEncodeLongArray2","features":[131]},{"name":"ICertEncodeStringArray","features":[131]},{"name":"ICertEncodeStringArray2","features":[131]},{"name":"ICertExit","features":[131]},{"name":"ICertExit2","features":[131]},{"name":"ICertGetConfig","features":[131]},{"name":"ICertManageModule","features":[131]},{"name":"ICertPolicy","features":[131]},{"name":"ICertPolicy2","features":[131]},{"name":"ICertProperties","features":[131]},{"name":"ICertProperty","features":[131]},{"name":"ICertPropertyArchived","features":[131]},{"name":"ICertPropertyArchivedKeyHash","features":[131]},{"name":"ICertPropertyAutoEnroll","features":[131]},{"name":"ICertPropertyBackedUp","features":[131]},{"name":"ICertPropertyDescription","features":[131]},{"name":"ICertPropertyEnrollment","features":[131]},{"name":"ICertPropertyEnrollmentPolicyServer","features":[131]},{"name":"ICertPropertyFriendlyName","features":[131]},{"name":"ICertPropertyKeyProvInfo","features":[131]},{"name":"ICertPropertyRenewal","features":[131]},{"name":"ICertPropertyRequestOriginator","features":[131]},{"name":"ICertPropertySHA1Hash","features":[131]},{"name":"ICertRequest","features":[131]},{"name":"ICertRequest2","features":[131]},{"name":"ICertRequest3","features":[131]},{"name":"ICertRequestD","features":[131]},{"name":"ICertRequestD2","features":[131]},{"name":"ICertServerExit","features":[131]},{"name":"ICertServerPolicy","features":[131]},{"name":"ICertView","features":[131]},{"name":"ICertView2","features":[131]},{"name":"ICertificateAttestationChallenge","features":[131]},{"name":"ICertificateAttestationChallenge2","features":[131]},{"name":"ICertificatePolicies","features":[131]},{"name":"ICertificatePolicy","features":[131]},{"name":"ICertificationAuthorities","features":[131]},{"name":"ICertificationAuthority","features":[131]},{"name":"ICryptAttribute","features":[131]},{"name":"ICryptAttributes","features":[131]},{"name":"ICspAlgorithm","features":[131]},{"name":"ICspAlgorithms","features":[131]},{"name":"ICspInformation","features":[131]},{"name":"ICspInformations","features":[131]},{"name":"ICspStatus","features":[131]},{"name":"ICspStatuses","features":[131]},{"name":"IEnroll","features":[131]},{"name":"IEnroll2","features":[131]},{"name":"IEnroll4","features":[131]},{"name":"IEnumCERTVIEWATTRIBUTE","features":[131]},{"name":"IEnumCERTVIEWCOLUMN","features":[131]},{"name":"IEnumCERTVIEWEXTENSION","features":[131]},{"name":"IEnumCERTVIEWROW","features":[131]},{"name":"IF_ENABLEADMINASAUDITOR","features":[131]},{"name":"IF_ENABLEEXITKEYRETRIEVAL","features":[131]},{"name":"IF_ENFORCEENCRYPTICERTADMIN","features":[131]},{"name":"IF_ENFORCEENCRYPTICERTREQUEST","features":[131]},{"name":"IF_LOCKICERTREQUEST","features":[131]},{"name":"IF_NOLOCALICERTADMIN","features":[131]},{"name":"IF_NOLOCALICERTADMINBACKUP","features":[131]},{"name":"IF_NOLOCALICERTREQUEST","features":[131]},{"name":"IF_NOREMOTEICERTADMIN","features":[131]},{"name":"IF_NOREMOTEICERTADMINBACKUP","features":[131]},{"name":"IF_NOREMOTEICERTREQUEST","features":[131]},{"name":"IF_NORPCICERTREQUEST","features":[131]},{"name":"IF_NOSNAPSHOTBACKUP","features":[131]},{"name":"IKF_OVERWRITE","features":[131]},{"name":"INDESPolicy","features":[131]},{"name":"IOCSPAdmin","features":[131]},{"name":"IOCSPCAConfiguration","features":[131]},{"name":"IOCSPCAConfigurationCollection","features":[131]},{"name":"IOCSPProperty","features":[131]},{"name":"IOCSPPropertyCollection","features":[131]},{"name":"IObjectId","features":[131]},{"name":"IObjectIds","features":[131]},{"name":"IPolicyQualifier","features":[131]},{"name":"IPolicyQualifiers","features":[131]},{"name":"ISSCERT_DEFAULT_DS","features":[131]},{"name":"ISSCERT_DEFAULT_NODS","features":[131]},{"name":"ISSCERT_ENABLE","features":[131]},{"name":"ISSCERT_FILEURL_OLD","features":[131]},{"name":"ISSCERT_FTPURL_OLD","features":[131]},{"name":"ISSCERT_HTTPURL_OLD","features":[131]},{"name":"ISSCERT_LDAPURL_OLD","features":[131]},{"name":"ISSCERT_URLMASK_OLD","features":[131]},{"name":"ISignerCertificate","features":[131]},{"name":"ISignerCertificates","features":[131]},{"name":"ISmimeCapabilities","features":[131]},{"name":"ISmimeCapability","features":[131]},{"name":"IX500DistinguishedName","features":[131]},{"name":"IX509Attribute","features":[131]},{"name":"IX509AttributeArchiveKey","features":[131]},{"name":"IX509AttributeArchiveKeyHash","features":[131]},{"name":"IX509AttributeClientId","features":[131]},{"name":"IX509AttributeCspProvider","features":[131]},{"name":"IX509AttributeExtensions","features":[131]},{"name":"IX509AttributeOSVersion","features":[131]},{"name":"IX509AttributeRenewalCertificate","features":[131]},{"name":"IX509Attributes","features":[131]},{"name":"IX509CertificateRequest","features":[131]},{"name":"IX509CertificateRequestCertificate","features":[131]},{"name":"IX509CertificateRequestCertificate2","features":[131]},{"name":"IX509CertificateRequestCmc","features":[131]},{"name":"IX509CertificateRequestCmc2","features":[131]},{"name":"IX509CertificateRequestPkcs10","features":[131]},{"name":"IX509CertificateRequestPkcs10V2","features":[131]},{"name":"IX509CertificateRequestPkcs10V3","features":[131]},{"name":"IX509CertificateRequestPkcs10V4","features":[131]},{"name":"IX509CertificateRequestPkcs7","features":[131]},{"name":"IX509CertificateRequestPkcs7V2","features":[131]},{"name":"IX509CertificateRevocationList","features":[131]},{"name":"IX509CertificateRevocationListEntries","features":[131]},{"name":"IX509CertificateRevocationListEntry","features":[131]},{"name":"IX509CertificateTemplate","features":[131]},{"name":"IX509CertificateTemplateWritable","features":[131]},{"name":"IX509CertificateTemplates","features":[131]},{"name":"IX509EndorsementKey","features":[131]},{"name":"IX509Enrollment","features":[131]},{"name":"IX509Enrollment2","features":[131]},{"name":"IX509EnrollmentHelper","features":[131]},{"name":"IX509EnrollmentPolicyServer","features":[131]},{"name":"IX509EnrollmentStatus","features":[131]},{"name":"IX509EnrollmentWebClassFactory","features":[131]},{"name":"IX509Extension","features":[131]},{"name":"IX509ExtensionAlternativeNames","features":[131]},{"name":"IX509ExtensionAuthorityKeyIdentifier","features":[131]},{"name":"IX509ExtensionBasicConstraints","features":[131]},{"name":"IX509ExtensionCertificatePolicies","features":[131]},{"name":"IX509ExtensionEnhancedKeyUsage","features":[131]},{"name":"IX509ExtensionKeyUsage","features":[131]},{"name":"IX509ExtensionMSApplicationPolicies","features":[131]},{"name":"IX509ExtensionSmimeCapabilities","features":[131]},{"name":"IX509ExtensionSubjectKeyIdentifier","features":[131]},{"name":"IX509ExtensionTemplate","features":[131]},{"name":"IX509ExtensionTemplateName","features":[131]},{"name":"IX509Extensions","features":[131]},{"name":"IX509MachineEnrollmentFactory","features":[131]},{"name":"IX509NameValuePair","features":[131]},{"name":"IX509NameValuePairs","features":[131]},{"name":"IX509PolicyServerListManager","features":[131]},{"name":"IX509PolicyServerUrl","features":[131]},{"name":"IX509PrivateKey","features":[131]},{"name":"IX509PrivateKey2","features":[131]},{"name":"IX509PublicKey","features":[131]},{"name":"IX509SCEPEnrollment","features":[131]},{"name":"IX509SCEPEnrollment2","features":[131]},{"name":"IX509SCEPEnrollmentHelper","features":[131]},{"name":"IX509SignatureInformation","features":[131]},{"name":"ImportExportable","features":[131]},{"name":"ImportExportableEncrypted","features":[131]},{"name":"ImportForceOverwrite","features":[131]},{"name":"ImportInstallCertificate","features":[131]},{"name":"ImportInstallChain","features":[131]},{"name":"ImportInstallChainAndRoot","features":[131]},{"name":"ImportMachineContext","features":[131]},{"name":"ImportNoUserProtected","features":[131]},{"name":"ImportNone","features":[131]},{"name":"ImportPFXFlags","features":[131]},{"name":"ImportSaveProperties","features":[131]},{"name":"ImportSilent","features":[131]},{"name":"ImportUserProtected","features":[131]},{"name":"ImportUserProtectedHigh","features":[131]},{"name":"InheritDefault","features":[131]},{"name":"InheritExtensionsFlag","features":[131]},{"name":"InheritKeyMask","features":[131]},{"name":"InheritNewDefaultKey","features":[131]},{"name":"InheritNewSimilarKey","features":[131]},{"name":"InheritNone","features":[131]},{"name":"InheritPrivateKey","features":[131]},{"name":"InheritPublicKey","features":[131]},{"name":"InheritRenewalCertificateFlag","features":[131]},{"name":"InheritReserved80000000","features":[131]},{"name":"InheritSubjectAltNameFlag","features":[131]},{"name":"InheritSubjectFlag","features":[131]},{"name":"InheritTemplateFlag","features":[131]},{"name":"InheritValidityPeriodFlag","features":[131]},{"name":"InnerRequestLevel","features":[131]},{"name":"InstallResponseRestrictionFlags","features":[131]},{"name":"KRAF_DISABLEUSEDEFAULTPROVIDER","features":[131]},{"name":"KRAF_ENABLEARCHIVEALL","features":[131]},{"name":"KRAF_ENABLEFOREIGN","features":[131]},{"name":"KRAF_SAVEBADREQUESTKEY","features":[131]},{"name":"KRA_DISP_EXPIRED","features":[131]},{"name":"KRA_DISP_INVALID","features":[131]},{"name":"KRA_DISP_NOTFOUND","features":[131]},{"name":"KRA_DISP_NOTLOADED","features":[131]},{"name":"KRA_DISP_REVOKED","features":[131]},{"name":"KRA_DISP_UNTRUSTED","features":[131]},{"name":"KRA_DISP_VALID","features":[131]},{"name":"KR_ENABLE_MACHINE","features":[131]},{"name":"KR_ENABLE_USER","features":[131]},{"name":"KeyAttestationClaimType","features":[131]},{"name":"KeyIdentifierHashAlgorithm","features":[131]},{"name":"LDAPF_SIGNDISABLE","features":[131]},{"name":"LDAPF_SSLENABLE","features":[131]},{"name":"LevelInnermost","features":[131]},{"name":"LevelNext","features":[131]},{"name":"LevelSafe","features":[131]},{"name":"LevelUnsafe","features":[131]},{"name":"LoadOptionCacheOnly","features":[131]},{"name":"LoadOptionDefault","features":[131]},{"name":"LoadOptionRegisterForADChanges","features":[131]},{"name":"LoadOptionReload","features":[131]},{"name":"OCSPAdmin","features":[131]},{"name":"OCSPPropertyCollection","features":[131]},{"name":"OCSPRequestFlag","features":[131]},{"name":"OCSPSigningFlag","features":[131]},{"name":"OCSP_RF_REJECT_SIGNED_REQUESTS","features":[131]},{"name":"OCSP_SF_ALLOW_NONCE_EXTENSION","features":[131]},{"name":"OCSP_SF_ALLOW_SIGNINGCERT_AUTOENROLLMENT","features":[131]},{"name":"OCSP_SF_ALLOW_SIGNINGCERT_AUTORENEWAL","features":[131]},{"name":"OCSP_SF_AUTODISCOVER_SIGNINGCERT","features":[131]},{"name":"OCSP_SF_FORCE_SIGNINGCERT_ISSUER_ISCA","features":[131]},{"name":"OCSP_SF_MANUAL_ASSIGN_SIGNINGCERT","features":[131]},{"name":"OCSP_SF_RESPONDER_ID_KEYHASH","features":[131]},{"name":"OCSP_SF_RESPONDER_ID_NAME","features":[131]},{"name":"OCSP_SF_SILENT","features":[131]},{"name":"OCSP_SF_USE_CACERT","features":[131]},{"name":"ObjectIdGroupId","features":[131]},{"name":"ObjectIdPublicKeyFlags","features":[131]},{"name":"PENDING_REQUEST_DESIRED_PROPERTY","features":[131]},{"name":"PFXExportChainNoRoot","features":[131]},{"name":"PFXExportChainWithRoot","features":[131]},{"name":"PFXExportEEOnly","features":[131]},{"name":"PFXExportOptions","features":[131]},{"name":"PROCFLG_ENFORCEGOODKEYS","features":[131]},{"name":"PROCFLG_NONE","features":[131]},{"name":"PROPCALLER_ADMIN","features":[131]},{"name":"PROPCALLER_EXIT","features":[131]},{"name":"PROPCALLER_MASK","features":[131]},{"name":"PROPCALLER_POLICY","features":[131]},{"name":"PROPCALLER_REQUEST","features":[131]},{"name":"PROPCALLER_SERVER","features":[131]},{"name":"PROPFLAGS_INDEXED","features":[131]},{"name":"PROPTYPE_BINARY","features":[131]},{"name":"PROPTYPE_DATE","features":[131]},{"name":"PROPTYPE_LONG","features":[131]},{"name":"PROPTYPE_MASK","features":[131]},{"name":"PROPTYPE_STRING","features":[131]},{"name":"Pkcs10AllowedSignatureTypes","features":[131]},{"name":"PolicyQualifierType","features":[131]},{"name":"PolicyQualifierTypeFlags","features":[131]},{"name":"PolicyQualifierTypeUnknown","features":[131]},{"name":"PolicyQualifierTypeUrl","features":[131]},{"name":"PolicyQualifierTypeUserNotice","features":[131]},{"name":"PolicyServerUrlFlags","features":[131]},{"name":"PolicyServerUrlPropertyID","features":[131]},{"name":"PrivateKeyAttestMask","features":[131]},{"name":"PrivateKeyAttestNone","features":[131]},{"name":"PrivateKeyAttestPreferred","features":[131]},{"name":"PrivateKeyAttestRequired","features":[131]},{"name":"PrivateKeyAttestWithoutPolicy","features":[131]},{"name":"PrivateKeyClientVersionMask","features":[131]},{"name":"PrivateKeyClientVersionShift","features":[131]},{"name":"PrivateKeyEKTrustOnUse","features":[131]},{"name":"PrivateKeyEKValidateCert","features":[131]},{"name":"PrivateKeyEKValidateKey","features":[131]},{"name":"PrivateKeyExportable","features":[131]},{"name":"PrivateKeyHelloKspKey","features":[131]},{"name":"PrivateKeyHelloLogonKey","features":[131]},{"name":"PrivateKeyRequireAlternateSignatureAlgorithm","features":[131]},{"name":"PrivateKeyRequireArchival","features":[131]},{"name":"PrivateKeyRequireSameKeyRenewal","features":[131]},{"name":"PrivateKeyRequireStrongKeyProtection","features":[131]},{"name":"PrivateKeyServerVersionMask","features":[131]},{"name":"PrivateKeyServerVersionShift","features":[131]},{"name":"PrivateKeyUseLegacyProvider","features":[131]},{"name":"PsFriendlyName","features":[131]},{"name":"PsPolicyID","features":[131]},{"name":"PsfAllowUnTrustedCA","features":[131]},{"name":"PsfAutoEnrollmentEnabled","features":[131]},{"name":"PsfLocationGroupPolicy","features":[131]},{"name":"PsfLocationRegistry","features":[131]},{"name":"PsfNone","features":[131]},{"name":"PsfUseClientId","features":[131]},{"name":"PstAcquirePrivateKey","features":[1,131]},{"name":"PstGetCertificateChain","features":[1,24,131]},{"name":"PstGetCertificates","features":[1,131]},{"name":"PstGetTrustAnchors","features":[1,24,131]},{"name":"PstGetTrustAnchorsEx","features":[1,24,131]},{"name":"PstGetUserNameForCertificate","features":[1,131]},{"name":"PstMapCertificate","features":[1,24,131]},{"name":"PstValidate","features":[1,131]},{"name":"REQDISP_DEFAULT_ENTERPRISE","features":[131]},{"name":"REQDISP_DENY","features":[131]},{"name":"REQDISP_ISSUE","features":[131]},{"name":"REQDISP_MASK","features":[131]},{"name":"REQDISP_PENDING","features":[131]},{"name":"REQDISP_PENDINGFIRST","features":[131]},{"name":"REQDISP_USEREQUESTATTRIBUTE","features":[131]},{"name":"REVEXT_ASPENABLE","features":[131]},{"name":"REVEXT_CDPENABLE","features":[131]},{"name":"REVEXT_CDPFILEURL_OLD","features":[131]},{"name":"REVEXT_CDPFTPURL_OLD","features":[131]},{"name":"REVEXT_CDPHTTPURL_OLD","features":[131]},{"name":"REVEXT_CDPLDAPURL_OLD","features":[131]},{"name":"REVEXT_CDPURLMASK_OLD","features":[131]},{"name":"REVEXT_DEFAULT_DS","features":[131]},{"name":"REVEXT_DEFAULT_NODS","features":[131]},{"name":"RequestClientInfoClientId","features":[131]},{"name":"SCEPDispositionFailure","features":[131]},{"name":"SCEPDispositionPending","features":[131]},{"name":"SCEPDispositionPendingChallenge","features":[131]},{"name":"SCEPDispositionSuccess","features":[131]},{"name":"SCEPDispositionUnknown","features":[131]},{"name":"SCEPFailBadAlgorithm","features":[131]},{"name":"SCEPFailBadCertId","features":[131]},{"name":"SCEPFailBadMessageCheck","features":[131]},{"name":"SCEPFailBadRequest","features":[131]},{"name":"SCEPFailBadTime","features":[131]},{"name":"SCEPFailUnknown","features":[131]},{"name":"SCEPMessageCertResponse","features":[131]},{"name":"SCEPMessageClaimChallengeAnswer","features":[131]},{"name":"SCEPMessageGetCRL","features":[131]},{"name":"SCEPMessageGetCert","features":[131]},{"name":"SCEPMessageGetCertInitial","features":[131]},{"name":"SCEPMessagePKCSRequest","features":[131]},{"name":"SCEPMessageUnknown","features":[131]},{"name":"SCEPProcessDefault","features":[131]},{"name":"SCEPProcessSkipCertInstall","features":[131]},{"name":"SETUP_ATTEMPT_VROOT_CREATE","features":[131]},{"name":"SETUP_CLIENT_FLAG","features":[131]},{"name":"SETUP_CREATEDB_FLAG","features":[131]},{"name":"SETUP_DCOM_SECURITY_UPDATED_FLAG","features":[131]},{"name":"SETUP_DENIED_FLAG","features":[131]},{"name":"SETUP_FORCECRL_FLAG","features":[131]},{"name":"SETUP_ONLINE_FLAG","features":[131]},{"name":"SETUP_REQUEST_FLAG","features":[131]},{"name":"SETUP_SECURITY_CHANGED","features":[131]},{"name":"SETUP_SERVER_FLAG","features":[131]},{"name":"SETUP_SERVER_IS_UP_TO_DATE_FLAG","features":[131]},{"name":"SETUP_SERVER_UPGRADED_FLAG","features":[131]},{"name":"SETUP_SUSPEND_FLAG","features":[131]},{"name":"SETUP_UPDATE_CAOBJECT_SVRTYPE","features":[131]},{"name":"SETUP_W2K_SECURITY_NOT_UPGRADED_FLAG","features":[131]},{"name":"SKIHashCapiSha1","features":[131]},{"name":"SKIHashDefault","features":[131]},{"name":"SKIHashHPKP","features":[131]},{"name":"SKIHashSha1","features":[131]},{"name":"SKIHashSha256","features":[131]},{"name":"SelectedNo","features":[131]},{"name":"SelectedYes","features":[131]},{"name":"SubjectAlternativeNameEnrolleeSupplies","features":[131]},{"name":"SubjectAlternativeNameRequireDNS","features":[131]},{"name":"SubjectAlternativeNameRequireDirectoryGUID","features":[131]},{"name":"SubjectAlternativeNameRequireDomainDNS","features":[131]},{"name":"SubjectAlternativeNameRequireEmail","features":[131]},{"name":"SubjectAlternativeNameRequireSPN","features":[131]},{"name":"SubjectAlternativeNameRequireUPN","features":[131]},{"name":"SubjectNameAndAlternativeNameOldCertSupplies","features":[131]},{"name":"SubjectNameEnrolleeSupplies","features":[131]},{"name":"SubjectNameRequireCommonName","features":[131]},{"name":"SubjectNameRequireDNS","features":[131]},{"name":"SubjectNameRequireDirectoryPath","features":[131]},{"name":"SubjectNameRequireEmail","features":[131]},{"name":"TP_MACHINEPOLICY","features":[131]},{"name":"TemplatePropAsymmetricAlgorithm","features":[131]},{"name":"TemplatePropCertificatePolicies","features":[131]},{"name":"TemplatePropCommonName","features":[131]},{"name":"TemplatePropCryptoProviders","features":[131]},{"name":"TemplatePropDescription","features":[131]},{"name":"TemplatePropEKUs","features":[131]},{"name":"TemplatePropEnrollmentFlags","features":[131]},{"name":"TemplatePropExtensions","features":[131]},{"name":"TemplatePropFriendlyName","features":[131]},{"name":"TemplatePropGeneralFlags","features":[131]},{"name":"TemplatePropHashAlgorithm","features":[131]},{"name":"TemplatePropKeySecurityDescriptor","features":[131]},{"name":"TemplatePropKeySpec","features":[131]},{"name":"TemplatePropKeyUsage","features":[131]},{"name":"TemplatePropMajorRevision","features":[131]},{"name":"TemplatePropMinimumKeySize","features":[131]},{"name":"TemplatePropMinorRevision","features":[131]},{"name":"TemplatePropOID","features":[131]},{"name":"TemplatePropPrivateKeyFlags","features":[131]},{"name":"TemplatePropRACertificatePolicies","features":[131]},{"name":"TemplatePropRAEKUs","features":[131]},{"name":"TemplatePropRASignatureCount","features":[131]},{"name":"TemplatePropRenewalPeriod","features":[131]},{"name":"TemplatePropSchemaVersion","features":[131]},{"name":"TemplatePropSecurityDescriptor","features":[131]},{"name":"TemplatePropSubjectNameFlags","features":[131]},{"name":"TemplatePropSupersede","features":[131]},{"name":"TemplatePropSymmetricAlgorithm","features":[131]},{"name":"TemplatePropSymmetricKeyLength","features":[131]},{"name":"TemplatePropV1ApplicationPolicy","features":[131]},{"name":"TemplatePropValidityPeriod","features":[131]},{"name":"TypeAny","features":[131]},{"name":"TypeCertificate","features":[131]},{"name":"TypeCmc","features":[131]},{"name":"TypePkcs10","features":[131]},{"name":"TypePkcs7","features":[131]},{"name":"VR_INSTANT_BAD","features":[131]},{"name":"VR_INSTANT_OK","features":[131]},{"name":"VR_PENDING","features":[131]},{"name":"VerifyAllowUI","features":[131]},{"name":"VerifyNone","features":[131]},{"name":"VerifySilent","features":[131]},{"name":"VerifySmartCardNone","features":[131]},{"name":"VerifySmartCardSilent","features":[131]},{"name":"WebEnrollmentFlags","features":[131]},{"name":"WebSecurityLevel","features":[131]},{"name":"X500NameFlags","features":[131]},{"name":"X509AuthAnonymous","features":[131]},{"name":"X509AuthCertificate","features":[131]},{"name":"X509AuthKerberos","features":[131]},{"name":"X509AuthNone","features":[131]},{"name":"X509AuthUsername","features":[131]},{"name":"X509CertificateEnrollmentContext","features":[131]},{"name":"X509CertificateTemplateEnrollmentFlag","features":[131]},{"name":"X509CertificateTemplateGeneralFlag","features":[131]},{"name":"X509CertificateTemplatePrivateKeyFlag","features":[131]},{"name":"X509CertificateTemplateSubjectNameFlag","features":[131]},{"name":"X509EnrollmentAuthFlags","features":[131]},{"name":"X509EnrollmentPolicyExportFlags","features":[131]},{"name":"X509EnrollmentPolicyLoadOption","features":[131]},{"name":"X509HardwareKeyUsageFlags","features":[131]},{"name":"X509KeyParametersExportType","features":[131]},{"name":"X509KeySpec","features":[131]},{"name":"X509KeyUsageFlags","features":[131]},{"name":"X509PrivateKeyExportFlags","features":[131]},{"name":"X509PrivateKeyProtection","features":[131]},{"name":"X509PrivateKeyUsageFlags","features":[131]},{"name":"X509PrivateKeyVerify","features":[131]},{"name":"X509ProviderType","features":[131]},{"name":"X509RequestInheritOptions","features":[131]},{"name":"X509RequestType","features":[131]},{"name":"X509SCEPDisposition","features":[131]},{"name":"X509SCEPFailInfo","features":[131]},{"name":"X509SCEPMessageType","features":[131]},{"name":"X509SCEPProcessMessageFlags","features":[131]},{"name":"XCN_AT_KEYEXCHANGE","features":[131]},{"name":"XCN_AT_NONE","features":[131]},{"name":"XCN_AT_SIGNATURE","features":[131]},{"name":"XCN_BCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[131]},{"name":"XCN_BCRYPT_CIPHER_INTERFACE","features":[131]},{"name":"XCN_BCRYPT_HASH_INTERFACE","features":[131]},{"name":"XCN_BCRYPT_KEY_DERIVATION_INTERFACE","features":[131]},{"name":"XCN_BCRYPT_RNG_INTERFACE","features":[131]},{"name":"XCN_BCRYPT_SECRET_AGREEMENT_INTERFACE","features":[131]},{"name":"XCN_BCRYPT_SIGNATURE_INTERFACE","features":[131]},{"name":"XCN_BCRYPT_UNKNOWN_INTERFACE","features":[131]},{"name":"XCN_CERT_ACCESS_STATE_PROP_ID","features":[131]},{"name":"XCN_CERT_AIA_URL_RETRIEVED_PROP_ID","features":[131]},{"name":"XCN_CERT_ALT_NAME_DIRECTORY_NAME","features":[131]},{"name":"XCN_CERT_ALT_NAME_DNS_NAME","features":[131]},{"name":"XCN_CERT_ALT_NAME_EDI_PARTY_NAME","features":[131]},{"name":"XCN_CERT_ALT_NAME_GUID","features":[131]},{"name":"XCN_CERT_ALT_NAME_IP_ADDRESS","features":[131]},{"name":"XCN_CERT_ALT_NAME_OTHER_NAME","features":[131]},{"name":"XCN_CERT_ALT_NAME_REGISTERED_ID","features":[131]},{"name":"XCN_CERT_ALT_NAME_RFC822_NAME","features":[131]},{"name":"XCN_CERT_ALT_NAME_UNKNOWN","features":[131]},{"name":"XCN_CERT_ALT_NAME_URL","features":[131]},{"name":"XCN_CERT_ALT_NAME_USER_PRINCIPLE_NAME","features":[131]},{"name":"XCN_CERT_ALT_NAME_X400_ADDRESS","features":[131]},{"name":"XCN_CERT_ARCHIVED_KEY_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_ARCHIVED_PROP_ID","features":[131]},{"name":"XCN_CERT_AUTHORITY_INFO_ACCESS_PROP_ID","features":[131]},{"name":"XCN_CERT_AUTH_ROOT_SHA256_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_AUTO_ENROLL_PROP_ID","features":[131]},{"name":"XCN_CERT_AUTO_ENROLL_RETRY_PROP_ID","features":[131]},{"name":"XCN_CERT_BACKED_UP_PROP_ID","features":[131]},{"name":"XCN_CERT_CA_DISABLE_CRL_PROP_ID","features":[131]},{"name":"XCN_CERT_CA_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[131]},{"name":"XCN_CERT_CEP_PROP_ID","features":[131]},{"name":"XCN_CERT_CERT_NOT_BEFORE_ENHKEY_USAGE_PROP_ID","features":[131]},{"name":"XCN_CERT_CLR_DELETE_KEY_PROP_ID","features":[131]},{"name":"XCN_CERT_CRL_SIGN_KEY_USAGE","features":[131]},{"name":"XCN_CERT_CROSS_CERT_DIST_POINTS_PROP_ID","features":[131]},{"name":"XCN_CERT_CTL_USAGE_PROP_ID","features":[131]},{"name":"XCN_CERT_DATA_ENCIPHERMENT_KEY_USAGE","features":[131]},{"name":"XCN_CERT_DATE_STAMP_PROP_ID","features":[131]},{"name":"XCN_CERT_DECIPHER_ONLY_KEY_USAGE","features":[131]},{"name":"XCN_CERT_DESCRIPTION_PROP_ID","features":[131]},{"name":"XCN_CERT_DIGITAL_SIGNATURE_KEY_USAGE","features":[131]},{"name":"XCN_CERT_DISALLOWED_ENHKEY_USAGE_PROP_ID","features":[131]},{"name":"XCN_CERT_DISALLOWED_FILETIME_PROP_ID","features":[131]},{"name":"XCN_CERT_EFS_PROP_ID","features":[131]},{"name":"XCN_CERT_ENCIPHER_ONLY_KEY_USAGE","features":[131]},{"name":"XCN_CERT_ENHKEY_USAGE_PROP_ID","features":[131]},{"name":"XCN_CERT_ENROLLMENT_PROP_ID","features":[131]},{"name":"XCN_CERT_EXTENDED_ERROR_INFO_PROP_ID","features":[131]},{"name":"XCN_CERT_FIRST_RESERVED_PROP_ID","features":[131]},{"name":"XCN_CERT_FIRST_USER_PROP_ID","features":[131]},{"name":"XCN_CERT_FORTEZZA_DATA_PROP_ID","features":[131]},{"name":"XCN_CERT_FRIENDLY_NAME_PROP_ID","features":[131]},{"name":"XCN_CERT_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_HCRYPTPROV_OR_NCRYPT_KEY_HANDLE_PROP_ID","features":[131]},{"name":"XCN_CERT_HCRYPTPROV_TRANSFER_PROP_ID","features":[131]},{"name":"XCN_CERT_IE30_RESERVED_PROP_ID","features":[131]},{"name":"XCN_CERT_ISOLATED_KEY_PROP_ID","features":[131]},{"name":"XCN_CERT_ISSUER_CHAIN_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[131]},{"name":"XCN_CERT_ISSUER_CHAIN_SIGN_HASH_CNG_ALG_PROP_ID","features":[131]},{"name":"XCN_CERT_ISSUER_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_ISSUER_PUB_KEY_BIT_LENGTH_PROP_ID","features":[131]},{"name":"XCN_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_KEY_AGREEMENT_KEY_USAGE","features":[131]},{"name":"XCN_CERT_KEY_CERT_SIGN_KEY_USAGE","features":[131]},{"name":"XCN_CERT_KEY_CLASSIFICATION_PROP_ID","features":[131]},{"name":"XCN_CERT_KEY_CONTEXT_PROP_ID","features":[131]},{"name":"XCN_CERT_KEY_ENCIPHERMENT_KEY_USAGE","features":[131]},{"name":"XCN_CERT_KEY_IDENTIFIER_PROP_ID","features":[131]},{"name":"XCN_CERT_KEY_PROV_HANDLE_PROP_ID","features":[131]},{"name":"XCN_CERT_KEY_PROV_INFO_PROP_ID","features":[131]},{"name":"XCN_CERT_KEY_REPAIR_ATTEMPTED_PROP_ID","features":[131]},{"name":"XCN_CERT_KEY_SPEC_PROP_ID","features":[131]},{"name":"XCN_CERT_LAST_RESERVED_PROP_ID","features":[131]},{"name":"XCN_CERT_LAST_USER_PROP_ID","features":[131]},{"name":"XCN_CERT_MD5_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_NAME_STR_AMBIGUOUS_SEPARATOR_FLAGS","features":[131]},{"name":"XCN_CERT_NAME_STR_COMMA_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_CRLF_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_DISABLE_UTF8_DIR_STR_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_DS_ESCAPED","features":[131]},{"name":"XCN_CERT_NAME_STR_ENABLE_PUNYCODE_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_FORCE_UTF8_DIR_STR_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_FORWARD_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_NONE","features":[131]},{"name":"XCN_CERT_NAME_STR_NO_PLUS_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_NO_QUOTING_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_REVERSE_FLAG","features":[131]},{"name":"XCN_CERT_NAME_STR_SEMICOLON_FLAG","features":[131]},{"name":"XCN_CERT_NCRYPT_KEY_HANDLE_PROP_ID","features":[131]},{"name":"XCN_CERT_NCRYPT_KEY_HANDLE_TRANSFER_PROP_ID","features":[131]},{"name":"XCN_CERT_NEW_KEY_PROP_ID","features":[131]},{"name":"XCN_CERT_NEXT_UPDATE_LOCATION_PROP_ID","features":[131]},{"name":"XCN_CERT_NONCOMPLIANT_ROOT_URL_PROP_ID","features":[131]},{"name":"XCN_CERT_NON_REPUDIATION_KEY_USAGE","features":[131]},{"name":"XCN_CERT_NOT_BEFORE_FILETIME_PROP_ID","features":[131]},{"name":"XCN_CERT_NO_AUTO_EXPIRE_CHECK_PROP_ID","features":[131]},{"name":"XCN_CERT_NO_EXPIRE_NOTIFICATION_PROP_ID","features":[131]},{"name":"XCN_CERT_NO_KEY_USAGE","features":[131]},{"name":"XCN_CERT_OCSP_CACHE_PREFIX_PROP_ID","features":[131]},{"name":"XCN_CERT_OCSP_RESPONSE_PROP_ID","features":[131]},{"name":"XCN_CERT_OFFLINE_CRL_SIGN_KEY_USAGE","features":[131]},{"name":"XCN_CERT_OID_NAME_STR","features":[131]},{"name":"XCN_CERT_PIN_SHA256_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_PUBKEY_ALG_PARA_PROP_ID","features":[131]},{"name":"XCN_CERT_PUBKEY_HASH_RESERVED_PROP_ID","features":[131]},{"name":"XCN_CERT_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[131]},{"name":"XCN_CERT_PVK_FILE_PROP_ID","features":[131]},{"name":"XCN_CERT_RENEWAL_PROP_ID","features":[131]},{"name":"XCN_CERT_REQUEST_ORIGINATOR_PROP_ID","features":[131]},{"name":"XCN_CERT_ROOT_PROGRAM_CERT_POLICIES_PROP_ID","features":[131]},{"name":"XCN_CERT_ROOT_PROGRAM_CHAIN_POLICIES_PROP_ID","features":[131]},{"name":"XCN_CERT_ROOT_PROGRAM_NAME_CONSTRAINTS_PROP_ID","features":[131]},{"name":"XCN_CERT_SCARD_PIN_ID_PROP_ID","features":[131]},{"name":"XCN_CERT_SCARD_PIN_INFO_PROP_ID","features":[131]},{"name":"XCN_CERT_SCEP_CA_CERT_PROP_ID","features":[131]},{"name":"XCN_CERT_SCEP_ENCRYPT_HASH_CNG_ALG_PROP_ID","features":[131]},{"name":"XCN_CERT_SCEP_FLAGS_PROP_ID","features":[131]},{"name":"XCN_CERT_SCEP_GUID_PROP_ID","features":[131]},{"name":"XCN_CERT_SCEP_NONCE_PROP_ID","features":[131]},{"name":"XCN_CERT_SCEP_RA_ENCRYPTION_CERT_PROP_ID","features":[131]},{"name":"XCN_CERT_SCEP_RA_SIGNATURE_CERT_PROP_ID","features":[131]},{"name":"XCN_CERT_SCEP_SERVER_CERTS_PROP_ID","features":[131]},{"name":"XCN_CERT_SCEP_SIGNER_CERT_PROP_ID","features":[131]},{"name":"XCN_CERT_SEND_AS_TRUSTED_ISSUER_PROP_ID","features":[131]},{"name":"XCN_CERT_SERIALIZABLE_KEY_CONTEXT_PROP_ID","features":[131]},{"name":"XCN_CERT_SERIAL_CHAIN_PROP_ID","features":[131]},{"name":"XCN_CERT_SHA1_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_SHA256_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_SIGNATURE_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_SIGN_HASH_CNG_ALG_PROP_ID","features":[131]},{"name":"XCN_CERT_SIMPLE_NAME_STR","features":[131]},{"name":"XCN_CERT_SMART_CARD_DATA_PROP_ID","features":[131]},{"name":"XCN_CERT_SMART_CARD_READER_NON_REMOVABLE_PROP_ID","features":[131]},{"name":"XCN_CERT_SMART_CARD_READER_PROP_ID","features":[131]},{"name":"XCN_CERT_SMART_CARD_ROOT_INFO_PROP_ID","features":[131]},{"name":"XCN_CERT_SOURCE_LOCATION_PROP_ID","features":[131]},{"name":"XCN_CERT_SOURCE_URL_PROP_ID","features":[131]},{"name":"XCN_CERT_STORE_LOCALIZED_NAME_PROP_ID","features":[131]},{"name":"XCN_CERT_SUBJECT_DISABLE_CRL_PROP_ID","features":[131]},{"name":"XCN_CERT_SUBJECT_INFO_ACCESS_PROP_ID","features":[131]},{"name":"XCN_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_SUBJECT_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[131]},{"name":"XCN_CERT_SUBJECT_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[131]},{"name":"XCN_CERT_SUBJECT_PUB_KEY_BIT_LENGTH_PROP_ID","features":[131]},{"name":"XCN_CERT_X500_NAME_STR","features":[131]},{"name":"XCN_CERT_XML_NAME_STR","features":[131]},{"name":"XCN_CRL_REASON_AA_COMPROMISE","features":[131]},{"name":"XCN_CRL_REASON_AFFILIATION_CHANGED","features":[131]},{"name":"XCN_CRL_REASON_CA_COMPROMISE","features":[131]},{"name":"XCN_CRL_REASON_CERTIFICATE_HOLD","features":[131]},{"name":"XCN_CRL_REASON_CESSATION_OF_OPERATION","features":[131]},{"name":"XCN_CRL_REASON_KEY_COMPROMISE","features":[131]},{"name":"XCN_CRL_REASON_PRIVILEGE_WITHDRAWN","features":[131]},{"name":"XCN_CRL_REASON_REMOVE_FROM_CRL","features":[131]},{"name":"XCN_CRL_REASON_SUPERSEDED","features":[131]},{"name":"XCN_CRL_REASON_UNSPECIFIED","features":[131]},{"name":"XCN_CRYPT_ANY_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_ENCRYPT_ALG_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_ENHKEY_USAGE_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_EXT_OR_ATTR_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_FIRST_ALG_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_GROUP_ID_MASK","features":[131]},{"name":"XCN_CRYPT_HASH_ALG_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_KDF_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_KEY_LENGTH_MASK","features":[131]},{"name":"XCN_CRYPT_LAST_ALG_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_LAST_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_OID_DISABLE_SEARCH_DS_FLAG","features":[131]},{"name":"XCN_CRYPT_OID_INFO_OID_GROUP_BIT_LEN_MASK","features":[131]},{"name":"XCN_CRYPT_OID_INFO_OID_GROUP_BIT_LEN_SHIFT","features":[131]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_ANY","features":[131]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG","features":[131]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_SIGN_KEY_FLAG","features":[131]},{"name":"XCN_CRYPT_OID_PREFER_CNG_ALGID_FLAG","features":[131]},{"name":"XCN_CRYPT_OID_USE_CURVE_NAME_FOR_ENCODE_FLAG","features":[131]},{"name":"XCN_CRYPT_OID_USE_CURVE_NONE","features":[131]},{"name":"XCN_CRYPT_OID_USE_CURVE_PARAMETERS_FOR_ENCODE_FLAG","features":[131]},{"name":"XCN_CRYPT_POLICY_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_PUBKEY_ALG_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_RDN_ATTR_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_SIGN_ALG_OID_GROUP_ID","features":[131]},{"name":"XCN_CRYPT_STRING_ANY","features":[131]},{"name":"XCN_CRYPT_STRING_BASE64","features":[131]},{"name":"XCN_CRYPT_STRING_BASE64HEADER","features":[131]},{"name":"XCN_CRYPT_STRING_BASE64REQUESTHEADER","features":[131]},{"name":"XCN_CRYPT_STRING_BASE64URI","features":[131]},{"name":"XCN_CRYPT_STRING_BASE64X509CRLHEADER","features":[131]},{"name":"XCN_CRYPT_STRING_BASE64_ANY","features":[131]},{"name":"XCN_CRYPT_STRING_BINARY","features":[131]},{"name":"XCN_CRYPT_STRING_CHAIN","features":[131]},{"name":"XCN_CRYPT_STRING_ENCODEMASK","features":[131]},{"name":"XCN_CRYPT_STRING_HASHDATA","features":[131]},{"name":"XCN_CRYPT_STRING_HEX","features":[131]},{"name":"XCN_CRYPT_STRING_HEXADDR","features":[131]},{"name":"XCN_CRYPT_STRING_HEXASCII","features":[131]},{"name":"XCN_CRYPT_STRING_HEXASCIIADDR","features":[131]},{"name":"XCN_CRYPT_STRING_HEXRAW","features":[131]},{"name":"XCN_CRYPT_STRING_HEX_ANY","features":[131]},{"name":"XCN_CRYPT_STRING_NOCR","features":[131]},{"name":"XCN_CRYPT_STRING_NOCRLF","features":[131]},{"name":"XCN_CRYPT_STRING_PERCENTESCAPE","features":[131]},{"name":"XCN_CRYPT_STRING_STRICT","features":[131]},{"name":"XCN_CRYPT_STRING_TEXT","features":[131]},{"name":"XCN_CRYPT_TEMPLATE_OID_GROUP_ID","features":[131]},{"name":"XCN_NCRYPT_ALLOW_ALL_USAGES","features":[131]},{"name":"XCN_NCRYPT_ALLOW_ARCHIVING_FLAG","features":[131]},{"name":"XCN_NCRYPT_ALLOW_DECRYPT_FLAG","features":[131]},{"name":"XCN_NCRYPT_ALLOW_EXPORT_FLAG","features":[131]},{"name":"XCN_NCRYPT_ALLOW_EXPORT_NONE","features":[131]},{"name":"XCN_NCRYPT_ALLOW_KEY_AGREEMENT_FLAG","features":[131]},{"name":"XCN_NCRYPT_ALLOW_KEY_IMPORT_FLAG","features":[131]},{"name":"XCN_NCRYPT_ALLOW_PLAINTEXT_ARCHIVING_FLAG","features":[131]},{"name":"XCN_NCRYPT_ALLOW_PLAINTEXT_EXPORT_FLAG","features":[131]},{"name":"XCN_NCRYPT_ALLOW_SIGNING_FLAG","features":[131]},{"name":"XCN_NCRYPT_ALLOW_USAGES_NONE","features":[131]},{"name":"XCN_NCRYPT_ANY_ASYMMETRIC_OPERATION","features":[131]},{"name":"XCN_NCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[131]},{"name":"XCN_NCRYPT_CIPHER_OPERATION","features":[131]},{"name":"XCN_NCRYPT_CLAIM_AUTHORITY_AND_SUBJECT","features":[131]},{"name":"XCN_NCRYPT_CLAIM_AUTHORITY_ONLY","features":[131]},{"name":"XCN_NCRYPT_CLAIM_NONE","features":[131]},{"name":"XCN_NCRYPT_CLAIM_SUBJECT_ONLY","features":[131]},{"name":"XCN_NCRYPT_CLAIM_UNKNOWN","features":[131]},{"name":"XCN_NCRYPT_EXACT_MATCH_OPERATION","features":[131]},{"name":"XCN_NCRYPT_HASH_OPERATION","features":[131]},{"name":"XCN_NCRYPT_KEY_DERIVATION_OPERATION","features":[131]},{"name":"XCN_NCRYPT_NO_OPERATION","features":[131]},{"name":"XCN_NCRYPT_PCP_ENCRYPTION_KEY","features":[131]},{"name":"XCN_NCRYPT_PCP_GENERIC_KEY","features":[131]},{"name":"XCN_NCRYPT_PCP_IDENTITY_KEY","features":[131]},{"name":"XCN_NCRYPT_PCP_NONE","features":[131]},{"name":"XCN_NCRYPT_PCP_SIGNATURE_KEY","features":[131]},{"name":"XCN_NCRYPT_PCP_STORAGE_KEY","features":[131]},{"name":"XCN_NCRYPT_PREFERENCE_MASK_OPERATION","features":[131]},{"name":"XCN_NCRYPT_PREFER_NON_SIGNATURE_OPERATION","features":[131]},{"name":"XCN_NCRYPT_PREFER_SIGNATURE_ONLY_OPERATION","features":[131]},{"name":"XCN_NCRYPT_RNG_OPERATION","features":[131]},{"name":"XCN_NCRYPT_SECRET_AGREEMENT_OPERATION","features":[131]},{"name":"XCN_NCRYPT_SIGNATURE_OPERATION","features":[131]},{"name":"XCN_NCRYPT_TPM12_PROVIDER","features":[131]},{"name":"XCN_NCRYPT_UI_APPCONTAINER_ACCESS_MEDIUM_FLAG","features":[131]},{"name":"XCN_NCRYPT_UI_FINGERPRINT_PROTECTION_FLAG","features":[131]},{"name":"XCN_NCRYPT_UI_FORCE_HIGH_PROTECTION_FLAG","features":[131]},{"name":"XCN_NCRYPT_UI_NO_PROTECTION_FLAG","features":[131]},{"name":"XCN_NCRYPT_UI_PROTECT_KEY_FLAG","features":[131]},{"name":"XCN_OIDVerisign_FailInfo","features":[131]},{"name":"XCN_OIDVerisign_MessageType","features":[131]},{"name":"XCN_OIDVerisign_PkiStatus","features":[131]},{"name":"XCN_OIDVerisign_RecipientNonce","features":[131]},{"name":"XCN_OIDVerisign_SenderNonce","features":[131]},{"name":"XCN_OIDVerisign_TransactionID","features":[131]},{"name":"XCN_OID_ANSI_X942","features":[131]},{"name":"XCN_OID_ANSI_X942_DH","features":[131]},{"name":"XCN_OID_ANY_APPLICATION_POLICY","features":[131]},{"name":"XCN_OID_ANY_CERT_POLICY","features":[131]},{"name":"XCN_OID_ANY_ENHANCED_KEY_USAGE","features":[131]},{"name":"XCN_OID_APPLICATION_CERT_POLICIES","features":[131]},{"name":"XCN_OID_APPLICATION_POLICY_CONSTRAINTS","features":[131]},{"name":"XCN_OID_APPLICATION_POLICY_MAPPINGS","features":[131]},{"name":"XCN_OID_ARCHIVED_KEY_ATTR","features":[131]},{"name":"XCN_OID_ARCHIVED_KEY_CERT_HASH","features":[131]},{"name":"XCN_OID_ATTR_SUPPORTED_ALGORITHMS","features":[131]},{"name":"XCN_OID_ATTR_TPM_SECURITY_ASSERTIONS","features":[131]},{"name":"XCN_OID_ATTR_TPM_SPECIFICATION","features":[131]},{"name":"XCN_OID_AUTHORITY_INFO_ACCESS","features":[131]},{"name":"XCN_OID_AUTHORITY_KEY_IDENTIFIER","features":[131]},{"name":"XCN_OID_AUTHORITY_KEY_IDENTIFIER2","features":[131]},{"name":"XCN_OID_AUTHORITY_REVOCATION_LIST","features":[131]},{"name":"XCN_OID_AUTO_ENROLL_CTL_USAGE","features":[131]},{"name":"XCN_OID_BACKGROUND_OTHER_LOGOTYPE","features":[131]},{"name":"XCN_OID_BASIC_CONSTRAINTS","features":[131]},{"name":"XCN_OID_BASIC_CONSTRAINTS2","features":[131]},{"name":"XCN_OID_BIOMETRIC_EXT","features":[131]},{"name":"XCN_OID_BUSINESS_CATEGORY","features":[131]},{"name":"XCN_OID_CA_CERTIFICATE","features":[131]},{"name":"XCN_OID_CERTIFICATE_REVOCATION_LIST","features":[131]},{"name":"XCN_OID_CERTIFICATE_TEMPLATE","features":[131]},{"name":"XCN_OID_CERTSRV_CA_VERSION","features":[131]},{"name":"XCN_OID_CERTSRV_CROSSCA_VERSION","features":[131]},{"name":"XCN_OID_CERTSRV_PREVIOUS_CERT_HASH","features":[131]},{"name":"XCN_OID_CERT_DISALLOWED_FILETIME_PROP_ID","features":[131]},{"name":"XCN_OID_CERT_EXTENSIONS","features":[131]},{"name":"XCN_OID_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[131]},{"name":"XCN_OID_CERT_KEY_IDENTIFIER_PROP_ID","features":[131]},{"name":"XCN_OID_CERT_MANIFOLD","features":[131]},{"name":"XCN_OID_CERT_MD5_HASH_PROP_ID","features":[131]},{"name":"XCN_OID_CERT_POLICIES","features":[131]},{"name":"XCN_OID_CERT_POLICIES_95","features":[131]},{"name":"XCN_OID_CERT_POLICIES_95_QUALIFIER1","features":[131]},{"name":"XCN_OID_CERT_PROP_ID_PREFIX","features":[131]},{"name":"XCN_OID_CERT_SIGNATURE_HASH_PROP_ID","features":[131]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_1","features":[131]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_CURRENT","features":[131]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_PREFIX","features":[131]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_1","features":[131]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_CURRENT","features":[131]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_PREFIX","features":[131]},{"name":"XCN_OID_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[131]},{"name":"XCN_OID_CMC","features":[131]},{"name":"XCN_OID_CMC_ADD_ATTRIBUTES","features":[131]},{"name":"XCN_OID_CMC_ADD_EXTENSIONS","features":[131]},{"name":"XCN_OID_CMC_DATA_RETURN","features":[131]},{"name":"XCN_OID_CMC_DECRYPTED_POP","features":[131]},{"name":"XCN_OID_CMC_ENCRYPTED_POP","features":[131]},{"name":"XCN_OID_CMC_GET_CERT","features":[131]},{"name":"XCN_OID_CMC_GET_CRL","features":[131]},{"name":"XCN_OID_CMC_IDENTIFICATION","features":[131]},{"name":"XCN_OID_CMC_IDENTITY_PROOF","features":[131]},{"name":"XCN_OID_CMC_ID_CONFIRM_CERT_ACCEPTANCE","features":[131]},{"name":"XCN_OID_CMC_ID_POP_LINK_RANDOM","features":[131]},{"name":"XCN_OID_CMC_ID_POP_LINK_WITNESS","features":[131]},{"name":"XCN_OID_CMC_LRA_POP_WITNESS","features":[131]},{"name":"XCN_OID_CMC_QUERY_PENDING","features":[131]},{"name":"XCN_OID_CMC_RECIPIENT_NONCE","features":[131]},{"name":"XCN_OID_CMC_REG_INFO","features":[131]},{"name":"XCN_OID_CMC_RESPONSE_INFO","features":[131]},{"name":"XCN_OID_CMC_REVOKE_REQUEST","features":[131]},{"name":"XCN_OID_CMC_SENDER_NONCE","features":[131]},{"name":"XCN_OID_CMC_STATUS_INFO","features":[131]},{"name":"XCN_OID_CMC_TRANSACTION_ID","features":[131]},{"name":"XCN_OID_COMMON_NAME","features":[131]},{"name":"XCN_OID_COUNTRY_NAME","features":[131]},{"name":"XCN_OID_CRL_DIST_POINTS","features":[131]},{"name":"XCN_OID_CRL_NEXT_PUBLISH","features":[131]},{"name":"XCN_OID_CRL_NUMBER","features":[131]},{"name":"XCN_OID_CRL_REASON_CODE","features":[131]},{"name":"XCN_OID_CRL_SELF_CDP","features":[131]},{"name":"XCN_OID_CRL_VIRTUAL_BASE","features":[131]},{"name":"XCN_OID_CROSS_CERTIFICATE_PAIR","features":[131]},{"name":"XCN_OID_CROSS_CERT_DIST_POINTS","features":[131]},{"name":"XCN_OID_CTL","features":[131]},{"name":"XCN_OID_CT_PKI_DATA","features":[131]},{"name":"XCN_OID_CT_PKI_RESPONSE","features":[131]},{"name":"XCN_OID_DELTA_CRL_INDICATOR","features":[131]},{"name":"XCN_OID_DESCRIPTION","features":[131]},{"name":"XCN_OID_DESTINATION_INDICATOR","features":[131]},{"name":"XCN_OID_DEVICE_SERIAL_NUMBER","features":[131]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA1_KDF","features":[131]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA256_KDF","features":[131]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA384_KDF","features":[131]},{"name":"XCN_OID_DISALLOWED_HASH","features":[131]},{"name":"XCN_OID_DISALLOWED_LIST","features":[131]},{"name":"XCN_OID_DN_QUALIFIER","features":[131]},{"name":"XCN_OID_DOMAIN_COMPONENT","features":[131]},{"name":"XCN_OID_DRM","features":[131]},{"name":"XCN_OID_DRM_INDIVIDUALIZATION","features":[131]},{"name":"XCN_OID_DS","features":[131]},{"name":"XCN_OID_DSALG","features":[131]},{"name":"XCN_OID_DSALG_CRPT","features":[131]},{"name":"XCN_OID_DSALG_HASH","features":[131]},{"name":"XCN_OID_DSALG_RSA","features":[131]},{"name":"XCN_OID_DSALG_SIGN","features":[131]},{"name":"XCN_OID_DS_EMAIL_REPLICATION","features":[131]},{"name":"XCN_OID_ECC_CURVE_P256","features":[131]},{"name":"XCN_OID_ECC_CURVE_P384","features":[131]},{"name":"XCN_OID_ECC_CURVE_P521","features":[131]},{"name":"XCN_OID_ECC_PUBLIC_KEY","features":[131]},{"name":"XCN_OID_ECDSA_SHA1","features":[131]},{"name":"XCN_OID_ECDSA_SHA256","features":[131]},{"name":"XCN_OID_ECDSA_SHA384","features":[131]},{"name":"XCN_OID_ECDSA_SHA512","features":[131]},{"name":"XCN_OID_ECDSA_SPECIFIED","features":[131]},{"name":"XCN_OID_EFS_RECOVERY","features":[131]},{"name":"XCN_OID_EMBEDDED_NT_CRYPTO","features":[131]},{"name":"XCN_OID_ENCRYPTED_KEY_HASH","features":[131]},{"name":"XCN_OID_ENHANCED_KEY_USAGE","features":[131]},{"name":"XCN_OID_ENROLLMENT_AGENT","features":[131]},{"name":"XCN_OID_ENROLLMENT_CSP_PROVIDER","features":[131]},{"name":"XCN_OID_ENROLLMENT_NAME_VALUE_PAIR","features":[131]},{"name":"XCN_OID_ENROLL_ATTESTATION_CHALLENGE","features":[131]},{"name":"XCN_OID_ENROLL_ATTESTATION_STATEMENT","features":[131]},{"name":"XCN_OID_ENROLL_CAXCHGCERT_HASH","features":[131]},{"name":"XCN_OID_ENROLL_CERTTYPE_EXTENSION","features":[131]},{"name":"XCN_OID_ENROLL_EKPUB_CHALLENGE","features":[131]},{"name":"XCN_OID_ENROLL_EKVERIFYCERT","features":[131]},{"name":"XCN_OID_ENROLL_EKVERIFYCREDS","features":[131]},{"name":"XCN_OID_ENROLL_EKVERIFYKEY","features":[131]},{"name":"XCN_OID_ENROLL_EK_INFO","features":[131]},{"name":"XCN_OID_ENROLL_ENCRYPTION_ALGORITHM","features":[131]},{"name":"XCN_OID_ENROLL_KSP_NAME","features":[131]},{"name":"XCN_OID_ENROLL_SCEP_ERROR","features":[131]},{"name":"XCN_OID_ENTERPRISE_OID_ROOT","features":[131]},{"name":"XCN_OID_EV_RDN_COUNTRY","features":[131]},{"name":"XCN_OID_EV_RDN_LOCALE","features":[131]},{"name":"XCN_OID_EV_RDN_STATE_OR_PROVINCE","features":[131]},{"name":"XCN_OID_FACSIMILE_TELEPHONE_NUMBER","features":[131]},{"name":"XCN_OID_FRESHEST_CRL","features":[131]},{"name":"XCN_OID_GIVEN_NAME","features":[131]},{"name":"XCN_OID_INFOSEC","features":[131]},{"name":"XCN_OID_INFOSEC_SuiteAConfidentiality","features":[131]},{"name":"XCN_OID_INFOSEC_SuiteAIntegrity","features":[131]},{"name":"XCN_OID_INFOSEC_SuiteAKMandSig","features":[131]},{"name":"XCN_OID_INFOSEC_SuiteAKeyManagement","features":[131]},{"name":"XCN_OID_INFOSEC_SuiteASignature","features":[131]},{"name":"XCN_OID_INFOSEC_SuiteATokenProtection","features":[131]},{"name":"XCN_OID_INFOSEC_mosaicConfidentiality","features":[131]},{"name":"XCN_OID_INFOSEC_mosaicIntegrity","features":[131]},{"name":"XCN_OID_INFOSEC_mosaicKMandSig","features":[131]},{"name":"XCN_OID_INFOSEC_mosaicKMandUpdSig","features":[131]},{"name":"XCN_OID_INFOSEC_mosaicKeyManagement","features":[131]},{"name":"XCN_OID_INFOSEC_mosaicSignature","features":[131]},{"name":"XCN_OID_INFOSEC_mosaicTokenProtection","features":[131]},{"name":"XCN_OID_INFOSEC_mosaicUpdatedInteg","features":[131]},{"name":"XCN_OID_INFOSEC_mosaicUpdatedSig","features":[131]},{"name":"XCN_OID_INFOSEC_sdnsConfidentiality","features":[131]},{"name":"XCN_OID_INFOSEC_sdnsIntegrity","features":[131]},{"name":"XCN_OID_INFOSEC_sdnsKMandSig","features":[131]},{"name":"XCN_OID_INFOSEC_sdnsKeyManagement","features":[131]},{"name":"XCN_OID_INFOSEC_sdnsSignature","features":[131]},{"name":"XCN_OID_INFOSEC_sdnsTokenProtection","features":[131]},{"name":"XCN_OID_INHIBIT_ANY_POLICY","features":[131]},{"name":"XCN_OID_INITIALS","features":[131]},{"name":"XCN_OID_INTERNATIONALIZED_EMAIL_ADDRESS","features":[131]},{"name":"XCN_OID_INTERNATIONAL_ISDN_NUMBER","features":[131]},{"name":"XCN_OID_IPSEC_KP_IKE_INTERMEDIATE","features":[131]},{"name":"XCN_OID_ISSUED_CERT_HASH","features":[131]},{"name":"XCN_OID_ISSUER_ALT_NAME","features":[131]},{"name":"XCN_OID_ISSUER_ALT_NAME2","features":[131]},{"name":"XCN_OID_ISSUING_DIST_POINT","features":[131]},{"name":"XCN_OID_KEYID_RDN","features":[131]},{"name":"XCN_OID_KEY_ATTRIBUTES","features":[131]},{"name":"XCN_OID_KEY_USAGE","features":[131]},{"name":"XCN_OID_KEY_USAGE_RESTRICTION","features":[131]},{"name":"XCN_OID_KP_CA_EXCHANGE","features":[131]},{"name":"XCN_OID_KP_CSP_SIGNATURE","features":[131]},{"name":"XCN_OID_KP_CTL_USAGE_SIGNING","features":[131]},{"name":"XCN_OID_KP_DOCUMENT_SIGNING","features":[131]},{"name":"XCN_OID_KP_EFS","features":[131]},{"name":"XCN_OID_KP_KERNEL_MODE_CODE_SIGNING","features":[131]},{"name":"XCN_OID_KP_KERNEL_MODE_HAL_EXTENSION_SIGNING","features":[131]},{"name":"XCN_OID_KP_KERNEL_MODE_TRUSTED_BOOT_SIGNING","features":[131]},{"name":"XCN_OID_KP_KEY_RECOVERY","features":[131]},{"name":"XCN_OID_KP_KEY_RECOVERY_AGENT","features":[131]},{"name":"XCN_OID_KP_LIFETIME_SIGNING","features":[131]},{"name":"XCN_OID_KP_MOBILE_DEVICE_SOFTWARE","features":[131]},{"name":"XCN_OID_KP_QUALIFIED_SUBORDINATION","features":[131]},{"name":"XCN_OID_KP_SMARTCARD_LOGON","features":[131]},{"name":"XCN_OID_KP_SMART_DISPLAY","features":[131]},{"name":"XCN_OID_KP_TIME_STAMP_SIGNING","features":[131]},{"name":"XCN_OID_KP_TPM_AIK_CERTIFICATE","features":[131]},{"name":"XCN_OID_KP_TPM_EK_CERTIFICATE","features":[131]},{"name":"XCN_OID_KP_TPM_PLATFORM_CERTIFICATE","features":[131]},{"name":"XCN_OID_LEGACY_POLICY_MAPPINGS","features":[131]},{"name":"XCN_OID_LICENSES","features":[131]},{"name":"XCN_OID_LICENSE_SERVER","features":[131]},{"name":"XCN_OID_LOCALITY_NAME","features":[131]},{"name":"XCN_OID_LOCAL_MACHINE_KEYSET","features":[131]},{"name":"XCN_OID_LOGOTYPE_EXT","features":[131]},{"name":"XCN_OID_LOYALTY_OTHER_LOGOTYPE","features":[131]},{"name":"XCN_OID_MEMBER","features":[131]},{"name":"XCN_OID_NAME_CONSTRAINTS","features":[131]},{"name":"XCN_OID_NETSCAPE","features":[131]},{"name":"XCN_OID_NETSCAPE_BASE_URL","features":[131]},{"name":"XCN_OID_NETSCAPE_CA_POLICY_URL","features":[131]},{"name":"XCN_OID_NETSCAPE_CA_REVOCATION_URL","features":[131]},{"name":"XCN_OID_NETSCAPE_CERT_EXTENSION","features":[131]},{"name":"XCN_OID_NETSCAPE_CERT_RENEWAL_URL","features":[131]},{"name":"XCN_OID_NETSCAPE_CERT_SEQUENCE","features":[131]},{"name":"XCN_OID_NETSCAPE_CERT_TYPE","features":[131]},{"name":"XCN_OID_NETSCAPE_COMMENT","features":[131]},{"name":"XCN_OID_NETSCAPE_DATA_TYPE","features":[131]},{"name":"XCN_OID_NETSCAPE_REVOCATION_URL","features":[131]},{"name":"XCN_OID_NETSCAPE_SSL_SERVER_NAME","features":[131]},{"name":"XCN_OID_NEXT_UPDATE_LOCATION","features":[131]},{"name":"XCN_OID_NIST_AES128_CBC","features":[131]},{"name":"XCN_OID_NIST_AES128_WRAP","features":[131]},{"name":"XCN_OID_NIST_AES192_CBC","features":[131]},{"name":"XCN_OID_NIST_AES192_WRAP","features":[131]},{"name":"XCN_OID_NIST_AES256_CBC","features":[131]},{"name":"XCN_OID_NIST_AES256_WRAP","features":[131]},{"name":"XCN_OID_NIST_sha256","features":[131]},{"name":"XCN_OID_NIST_sha384","features":[131]},{"name":"XCN_OID_NIST_sha512","features":[131]},{"name":"XCN_OID_NONE","features":[131]},{"name":"XCN_OID_NT5_CRYPTO","features":[131]},{"name":"XCN_OID_NTDS_REPLICATION","features":[131]},{"name":"XCN_OID_NT_PRINCIPAL_NAME","features":[131]},{"name":"XCN_OID_OEM_WHQL_CRYPTO","features":[131]},{"name":"XCN_OID_OIW","features":[131]},{"name":"XCN_OID_OIWDIR","features":[131]},{"name":"XCN_OID_OIWDIR_CRPT","features":[131]},{"name":"XCN_OID_OIWDIR_HASH","features":[131]},{"name":"XCN_OID_OIWDIR_SIGN","features":[131]},{"name":"XCN_OID_OIWDIR_md2","features":[131]},{"name":"XCN_OID_OIWDIR_md2RSA","features":[131]},{"name":"XCN_OID_OIWSEC","features":[131]},{"name":"XCN_OID_OIWSEC_desCBC","features":[131]},{"name":"XCN_OID_OIWSEC_desCFB","features":[131]},{"name":"XCN_OID_OIWSEC_desECB","features":[131]},{"name":"XCN_OID_OIWSEC_desEDE","features":[131]},{"name":"XCN_OID_OIWSEC_desMAC","features":[131]},{"name":"XCN_OID_OIWSEC_desOFB","features":[131]},{"name":"XCN_OID_OIWSEC_dhCommMod","features":[131]},{"name":"XCN_OID_OIWSEC_dsa","features":[131]},{"name":"XCN_OID_OIWSEC_dsaComm","features":[131]},{"name":"XCN_OID_OIWSEC_dsaCommSHA","features":[131]},{"name":"XCN_OID_OIWSEC_dsaCommSHA1","features":[131]},{"name":"XCN_OID_OIWSEC_dsaSHA1","features":[131]},{"name":"XCN_OID_OIWSEC_keyHashSeal","features":[131]},{"name":"XCN_OID_OIWSEC_md2RSASign","features":[131]},{"name":"XCN_OID_OIWSEC_md4RSA","features":[131]},{"name":"XCN_OID_OIWSEC_md4RSA2","features":[131]},{"name":"XCN_OID_OIWSEC_md5RSA","features":[131]},{"name":"XCN_OID_OIWSEC_md5RSASign","features":[131]},{"name":"XCN_OID_OIWSEC_mdc2","features":[131]},{"name":"XCN_OID_OIWSEC_mdc2RSA","features":[131]},{"name":"XCN_OID_OIWSEC_rsaSign","features":[131]},{"name":"XCN_OID_OIWSEC_rsaXchg","features":[131]},{"name":"XCN_OID_OIWSEC_sha","features":[131]},{"name":"XCN_OID_OIWSEC_sha1","features":[131]},{"name":"XCN_OID_OIWSEC_sha1RSASign","features":[131]},{"name":"XCN_OID_OIWSEC_shaDSA","features":[131]},{"name":"XCN_OID_OIWSEC_shaRSA","features":[131]},{"name":"XCN_OID_ORGANIZATIONAL_UNIT_NAME","features":[131]},{"name":"XCN_OID_ORGANIZATION_NAME","features":[131]},{"name":"XCN_OID_OS_VERSION","features":[131]},{"name":"XCN_OID_OWNER","features":[131]},{"name":"XCN_OID_PHYSICAL_DELIVERY_OFFICE_NAME","features":[131]},{"name":"XCN_OID_PKCS","features":[131]},{"name":"XCN_OID_PKCS_1","features":[131]},{"name":"XCN_OID_PKCS_10","features":[131]},{"name":"XCN_OID_PKCS_12","features":[131]},{"name":"XCN_OID_PKCS_12_EXTENDED_ATTRIBUTES","features":[131]},{"name":"XCN_OID_PKCS_12_FRIENDLY_NAME_ATTR","features":[131]},{"name":"XCN_OID_PKCS_12_KEY_PROVIDER_NAME_ATTR","features":[131]},{"name":"XCN_OID_PKCS_12_LOCAL_KEY_ID","features":[131]},{"name":"XCN_OID_PKCS_12_PROTECTED_PASSWORD_SECRET_BAG_TYPE_ID","features":[131]},{"name":"XCN_OID_PKCS_12_PbeIds","features":[131]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And128BitRC2","features":[131]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And128BitRC4","features":[131]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And2KeyTripleDES","features":[131]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And3KeyTripleDES","features":[131]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And40BitRC2","features":[131]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And40BitRC4","features":[131]},{"name":"XCN_OID_PKCS_2","features":[131]},{"name":"XCN_OID_PKCS_3","features":[131]},{"name":"XCN_OID_PKCS_4","features":[131]},{"name":"XCN_OID_PKCS_5","features":[131]},{"name":"XCN_OID_PKCS_6","features":[131]},{"name":"XCN_OID_PKCS_7","features":[131]},{"name":"XCN_OID_PKCS_7_DATA","features":[131]},{"name":"XCN_OID_PKCS_7_DIGESTED","features":[131]},{"name":"XCN_OID_PKCS_7_ENCRYPTED","features":[131]},{"name":"XCN_OID_PKCS_7_ENVELOPED","features":[131]},{"name":"XCN_OID_PKCS_7_SIGNED","features":[131]},{"name":"XCN_OID_PKCS_7_SIGNEDANDENVELOPED","features":[131]},{"name":"XCN_OID_PKCS_8","features":[131]},{"name":"XCN_OID_PKCS_9","features":[131]},{"name":"XCN_OID_PKCS_9_CONTENT_TYPE","features":[131]},{"name":"XCN_OID_PKCS_9_MESSAGE_DIGEST","features":[131]},{"name":"XCN_OID_PKINIT_KP_KDC","features":[131]},{"name":"XCN_OID_PKIX","features":[131]},{"name":"XCN_OID_PKIX_ACC_DESCR","features":[131]},{"name":"XCN_OID_PKIX_CA_ISSUERS","features":[131]},{"name":"XCN_OID_PKIX_CA_REPOSITORY","features":[131]},{"name":"XCN_OID_PKIX_KP","features":[131]},{"name":"XCN_OID_PKIX_KP_CLIENT_AUTH","features":[131]},{"name":"XCN_OID_PKIX_KP_CODE_SIGNING","features":[131]},{"name":"XCN_OID_PKIX_KP_EMAIL_PROTECTION","features":[131]},{"name":"XCN_OID_PKIX_KP_IPSEC_END_SYSTEM","features":[131]},{"name":"XCN_OID_PKIX_KP_IPSEC_TUNNEL","features":[131]},{"name":"XCN_OID_PKIX_KP_IPSEC_USER","features":[131]},{"name":"XCN_OID_PKIX_KP_OCSP_SIGNING","features":[131]},{"name":"XCN_OID_PKIX_KP_SERVER_AUTH","features":[131]},{"name":"XCN_OID_PKIX_KP_TIMESTAMP_SIGNING","features":[131]},{"name":"XCN_OID_PKIX_NO_SIGNATURE","features":[131]},{"name":"XCN_OID_PKIX_OCSP","features":[131]},{"name":"XCN_OID_PKIX_OCSP_BASIC_SIGNED_RESPONSE","features":[131]},{"name":"XCN_OID_PKIX_OCSP_NOCHECK","features":[131]},{"name":"XCN_OID_PKIX_OCSP_NONCE","features":[131]},{"name":"XCN_OID_PKIX_PE","features":[131]},{"name":"XCN_OID_PKIX_POLICY_QUALIFIER_CPS","features":[131]},{"name":"XCN_OID_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[131]},{"name":"XCN_OID_PKIX_TIME_STAMPING","features":[131]},{"name":"XCN_OID_POLICY_CONSTRAINTS","features":[131]},{"name":"XCN_OID_POLICY_MAPPINGS","features":[131]},{"name":"XCN_OID_POSTAL_ADDRESS","features":[131]},{"name":"XCN_OID_POSTAL_CODE","features":[131]},{"name":"XCN_OID_POST_OFFICE_BOX","features":[131]},{"name":"XCN_OID_PREFERRED_DELIVERY_METHOD","features":[131]},{"name":"XCN_OID_PRESENTATION_ADDRESS","features":[131]},{"name":"XCN_OID_PRIVATEKEY_USAGE_PERIOD","features":[131]},{"name":"XCN_OID_PRODUCT_UPDATE","features":[131]},{"name":"XCN_OID_QC_EU_COMPLIANCE","features":[131]},{"name":"XCN_OID_QC_SSCD","features":[131]},{"name":"XCN_OID_QC_STATEMENTS_EXT","features":[131]},{"name":"XCN_OID_RDN_DUMMY_SIGNER","features":[131]},{"name":"XCN_OID_RDN_TPM_MANUFACTURER","features":[131]},{"name":"XCN_OID_RDN_TPM_MODEL","features":[131]},{"name":"XCN_OID_RDN_TPM_VERSION","features":[131]},{"name":"XCN_OID_REASON_CODE_HOLD","features":[131]},{"name":"XCN_OID_REGISTERED_ADDRESS","features":[131]},{"name":"XCN_OID_REMOVE_CERTIFICATE","features":[131]},{"name":"XCN_OID_RENEWAL_CERTIFICATE","features":[131]},{"name":"XCN_OID_REQUEST_CLIENT_INFO","features":[131]},{"name":"XCN_OID_REQUIRE_CERT_CHAIN_POLICY","features":[131]},{"name":"XCN_OID_REVOKED_LIST_SIGNER","features":[131]},{"name":"XCN_OID_RFC3161_counterSign","features":[131]},{"name":"XCN_OID_ROLE_OCCUPANT","features":[131]},{"name":"XCN_OID_ROOT_LIST_SIGNER","features":[131]},{"name":"XCN_OID_ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION","features":[131]},{"name":"XCN_OID_ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION","features":[131]},{"name":"XCN_OID_ROOT_PROGRAM_FLAGS","features":[131]},{"name":"XCN_OID_ROOT_PROGRAM_NO_OCSP_FAILOVER_TO_CRL","features":[131]},{"name":"XCN_OID_RSA","features":[131]},{"name":"XCN_OID_RSAES_OAEP","features":[131]},{"name":"XCN_OID_RSA_DES_EDE3_CBC","features":[131]},{"name":"XCN_OID_RSA_DH","features":[131]},{"name":"XCN_OID_RSA_ENCRYPT","features":[131]},{"name":"XCN_OID_RSA_HASH","features":[131]},{"name":"XCN_OID_RSA_MD2","features":[131]},{"name":"XCN_OID_RSA_MD2RSA","features":[131]},{"name":"XCN_OID_RSA_MD4","features":[131]},{"name":"XCN_OID_RSA_MD4RSA","features":[131]},{"name":"XCN_OID_RSA_MD5","features":[131]},{"name":"XCN_OID_RSA_MD5RSA","features":[131]},{"name":"XCN_OID_RSA_MGF1","features":[131]},{"name":"XCN_OID_RSA_PSPECIFIED","features":[131]},{"name":"XCN_OID_RSA_RC2CBC","features":[131]},{"name":"XCN_OID_RSA_RC4","features":[131]},{"name":"XCN_OID_RSA_RC5_CBCPad","features":[131]},{"name":"XCN_OID_RSA_RSA","features":[131]},{"name":"XCN_OID_RSA_SETOAEP_RSA","features":[131]},{"name":"XCN_OID_RSA_SHA1RSA","features":[131]},{"name":"XCN_OID_RSA_SHA256RSA","features":[131]},{"name":"XCN_OID_RSA_SHA384RSA","features":[131]},{"name":"XCN_OID_RSA_SHA512RSA","features":[131]},{"name":"XCN_OID_RSA_SMIMECapabilities","features":[131]},{"name":"XCN_OID_RSA_SMIMEalg","features":[131]},{"name":"XCN_OID_RSA_SMIMEalgCMS3DESwrap","features":[131]},{"name":"XCN_OID_RSA_SMIMEalgCMSRC2wrap","features":[131]},{"name":"XCN_OID_RSA_SMIMEalgESDH","features":[131]},{"name":"XCN_OID_RSA_SSA_PSS","features":[131]},{"name":"XCN_OID_RSA_certExtensions","features":[131]},{"name":"XCN_OID_RSA_challengePwd","features":[131]},{"name":"XCN_OID_RSA_contentType","features":[131]},{"name":"XCN_OID_RSA_counterSign","features":[131]},{"name":"XCN_OID_RSA_data","features":[131]},{"name":"XCN_OID_RSA_digestedData","features":[131]},{"name":"XCN_OID_RSA_emailAddr","features":[131]},{"name":"XCN_OID_RSA_encryptedData","features":[131]},{"name":"XCN_OID_RSA_envelopedData","features":[131]},{"name":"XCN_OID_RSA_extCertAttrs","features":[131]},{"name":"XCN_OID_RSA_hashedData","features":[131]},{"name":"XCN_OID_RSA_messageDigest","features":[131]},{"name":"XCN_OID_RSA_preferSignedData","features":[131]},{"name":"XCN_OID_RSA_signEnvData","features":[131]},{"name":"XCN_OID_RSA_signedData","features":[131]},{"name":"XCN_OID_RSA_signingTime","features":[131]},{"name":"XCN_OID_RSA_unstructAddr","features":[131]},{"name":"XCN_OID_RSA_unstructName","features":[131]},{"name":"XCN_OID_SEARCH_GUIDE","features":[131]},{"name":"XCN_OID_SEE_ALSO","features":[131]},{"name":"XCN_OID_SERIALIZED","features":[131]},{"name":"XCN_OID_SERVER_GATED_CRYPTO","features":[131]},{"name":"XCN_OID_SGC_NETSCAPE","features":[131]},{"name":"XCN_OID_SORTED_CTL","features":[131]},{"name":"XCN_OID_STATE_OR_PROVINCE_NAME","features":[131]},{"name":"XCN_OID_STREET_ADDRESS","features":[131]},{"name":"XCN_OID_SUBJECT_ALT_NAME","features":[131]},{"name":"XCN_OID_SUBJECT_ALT_NAME2","features":[131]},{"name":"XCN_OID_SUBJECT_DIR_ATTRS","features":[131]},{"name":"XCN_OID_SUBJECT_INFO_ACCESS","features":[131]},{"name":"XCN_OID_SUBJECT_KEY_IDENTIFIER","features":[131]},{"name":"XCN_OID_SUPPORTED_APPLICATION_CONTEXT","features":[131]},{"name":"XCN_OID_SUR_NAME","features":[131]},{"name":"XCN_OID_TELEPHONE_NUMBER","features":[131]},{"name":"XCN_OID_TELETEXT_TERMINAL_IDENTIFIER","features":[131]},{"name":"XCN_OID_TELEX_NUMBER","features":[131]},{"name":"XCN_OID_TIMESTAMP_TOKEN","features":[131]},{"name":"XCN_OID_TITLE","features":[131]},{"name":"XCN_OID_USER_CERTIFICATE","features":[131]},{"name":"XCN_OID_USER_PASSWORD","features":[131]},{"name":"XCN_OID_VERISIGN_BITSTRING_6_13","features":[131]},{"name":"XCN_OID_VERISIGN_ISS_STRONG_CRYPTO","features":[131]},{"name":"XCN_OID_VERISIGN_ONSITE_JURISDICTION_HASH","features":[131]},{"name":"XCN_OID_VERISIGN_PRIVATE_6_9","features":[131]},{"name":"XCN_OID_WHQL_CRYPTO","features":[131]},{"name":"XCN_OID_X21_ADDRESS","features":[131]},{"name":"XCN_OID_X957","features":[131]},{"name":"XCN_OID_X957_DSA","features":[131]},{"name":"XCN_OID_X957_SHA1DSA","features":[131]},{"name":"XCN_OID_YESNO_TRUST_ATTR","features":[131]},{"name":"XCN_PROPERTYID_NONE","features":[131]},{"name":"XCN_PROV_DH_SCHANNEL","features":[131]},{"name":"XCN_PROV_DSS","features":[131]},{"name":"XCN_PROV_DSS_DH","features":[131]},{"name":"XCN_PROV_EC_ECDSA_FULL","features":[131]},{"name":"XCN_PROV_EC_ECDSA_SIG","features":[131]},{"name":"XCN_PROV_EC_ECNRA_FULL","features":[131]},{"name":"XCN_PROV_EC_ECNRA_SIG","features":[131]},{"name":"XCN_PROV_FORTEZZA","features":[131]},{"name":"XCN_PROV_INTEL_SEC","features":[131]},{"name":"XCN_PROV_MS_EXCHANGE","features":[131]},{"name":"XCN_PROV_NONE","features":[131]},{"name":"XCN_PROV_REPLACE_OWF","features":[131]},{"name":"XCN_PROV_RNG","features":[131]},{"name":"XCN_PROV_RSA_AES","features":[131]},{"name":"XCN_PROV_RSA_FULL","features":[131]},{"name":"XCN_PROV_RSA_SCHANNEL","features":[131]},{"name":"XCN_PROV_RSA_SIG","features":[131]},{"name":"XCN_PROV_SPYRUS_LYNKS","features":[131]},{"name":"XCN_PROV_SSL","features":[131]},{"name":"XECI_AUTOENROLL","features":[131]},{"name":"XECI_CERTREQ","features":[131]},{"name":"XECI_DISABLE","features":[131]},{"name":"XECI_REQWIZARD","features":[131]},{"name":"XECI_XENROLL","features":[131]},{"name":"XECP_STRING_PROPERTY","features":[131]},{"name":"XECR_CMC","features":[131]},{"name":"XECR_PKCS10_V1_5","features":[131]},{"name":"XECR_PKCS10_V2_0","features":[131]},{"name":"XECR_PKCS7","features":[131]},{"name":"XECT_EXTENSION_V1","features":[131]},{"name":"XECT_EXTENSION_V2","features":[131]},{"name":"XEKL_KEYSIZE","features":[131]},{"name":"XEKL_KEYSIZE_DEFAULT","features":[131]},{"name":"XEKL_KEYSIZE_INC","features":[131]},{"name":"XEKL_KEYSIZE_MAX","features":[131]},{"name":"XEKL_KEYSIZE_MIN","features":[131]},{"name":"XEKL_KEYSPEC","features":[131]},{"name":"XEKL_KEYSPEC_KEYX","features":[131]},{"name":"XEKL_KEYSPEC_SIG","features":[131]},{"name":"XEPR_CADNS","features":[131]},{"name":"XEPR_CAFRIENDLYNAME","features":[131]},{"name":"XEPR_CANAME","features":[131]},{"name":"XEPR_DATE","features":[131]},{"name":"XEPR_ENUM_FIRST","features":[131]},{"name":"XEPR_HASH","features":[131]},{"name":"XEPR_REQUESTID","features":[131]},{"name":"XEPR_TEMPLATENAME","features":[131]},{"name":"XEPR_V1TEMPLATENAME","features":[131]},{"name":"XEPR_V2TEMPLATEOID","features":[131]},{"name":"XEPR_VERSION","features":[131]},{"name":"dwCAXCHGOVERLAPPERIODCOUNTDEFAULT","features":[131]},{"name":"dwCAXCHGVALIDITYPERIODCOUNTDEFAULT","features":[131]},{"name":"dwCRLDELTAOVERLAPPERIODCOUNTDEFAULT","features":[131]},{"name":"dwCRLDELTAPERIODCOUNTDEFAULT","features":[131]},{"name":"dwCRLOVERLAPPERIODCOUNTDEFAULT","features":[131]},{"name":"dwCRLPERIODCOUNTDEFAULT","features":[131]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_ENTERPRISE","features":[131]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_ROOT","features":[131]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_STANDALONE","features":[131]},{"name":"szBACKUPANNOTATION","features":[131]},{"name":"szDBBASENAMEPARM","features":[131]},{"name":"szNAMESEPARATORDEFAULT","features":[131]},{"name":"szPROPASNTAG","features":[131]},{"name":"szRESTOREANNOTATION","features":[131]},{"name":"wszAT_EKCERTINF","features":[131]},{"name":"wszAT_TESTROOT","features":[131]},{"name":"wszCAPOLICYFILE","features":[131]},{"name":"wszCERTEXITMODULE_POSTFIX","features":[131]},{"name":"wszCERTIFICATETRANSPARENCYFLAGS","features":[131]},{"name":"wszCERTMANAGE_SUFFIX","features":[131]},{"name":"wszCERTPOLICYMODULE_POSTFIX","features":[131]},{"name":"wszCERT_TYPE","features":[131]},{"name":"wszCERT_TYPE_CLIENT","features":[131]},{"name":"wszCERT_TYPE_CODESIGN","features":[131]},{"name":"wszCERT_TYPE_CUSTOMER","features":[131]},{"name":"wszCERT_TYPE_MERCHANT","features":[131]},{"name":"wszCERT_TYPE_PAYMENT","features":[131]},{"name":"wszCERT_TYPE_SERVER","features":[131]},{"name":"wszCERT_VERSION","features":[131]},{"name":"wszCERT_VERSION_1","features":[131]},{"name":"wszCERT_VERSION_2","features":[131]},{"name":"wszCERT_VERSION_3","features":[131]},{"name":"wszCLASS_CERTADMIN","features":[131]},{"name":"wszCLASS_CERTCONFIG","features":[131]},{"name":"wszCLASS_CERTDBMEM","features":[131]},{"name":"wszCLASS_CERTENCODE","features":[131]},{"name":"wszCLASS_CERTGETCONFIG","features":[131]},{"name":"wszCLASS_CERTREQUEST","features":[131]},{"name":"wszCLASS_CERTSERVEREXIT","features":[131]},{"name":"wszCLASS_CERTSERVERPOLICY","features":[131]},{"name":"wszCLASS_CERTVIEW","features":[131]},{"name":"wszCMM_PROP_COPYRIGHT","features":[131]},{"name":"wszCMM_PROP_DESCRIPTION","features":[131]},{"name":"wszCMM_PROP_DISPLAY_HWND","features":[131]},{"name":"wszCMM_PROP_FILEVER","features":[131]},{"name":"wszCMM_PROP_ISMULTITHREADED","features":[131]},{"name":"wszCMM_PROP_NAME","features":[131]},{"name":"wszCMM_PROP_PRODUCTVER","features":[131]},{"name":"wszCNGENCRYPTIONALGORITHM","features":[131]},{"name":"wszCNGHASHALGORITHM","features":[131]},{"name":"wszCNGPUBLICKEYALGORITHM","features":[131]},{"name":"wszCONFIG_AUTHORITY","features":[131]},{"name":"wszCONFIG_COMMENT","features":[131]},{"name":"wszCONFIG_COMMONNAME","features":[131]},{"name":"wszCONFIG_CONFIG","features":[131]},{"name":"wszCONFIG_COUNTRY","features":[131]},{"name":"wszCONFIG_DESCRIPTION","features":[131]},{"name":"wszCONFIG_EXCHANGECERTIFICATE","features":[131]},{"name":"wszCONFIG_FLAGS","features":[131]},{"name":"wszCONFIG_LOCALITY","features":[131]},{"name":"wszCONFIG_ORGANIZATION","features":[131]},{"name":"wszCONFIG_ORGUNIT","features":[131]},{"name":"wszCONFIG_SANITIZEDNAME","features":[131]},{"name":"wszCONFIG_SANITIZEDSHORTNAME","features":[131]},{"name":"wszCONFIG_SERVER","features":[131]},{"name":"wszCONFIG_SHORTNAME","features":[131]},{"name":"wszCONFIG_SIGNATURECERTIFICATE","features":[131]},{"name":"wszCONFIG_STATE","features":[131]},{"name":"wszCONFIG_WEBENROLLMENTSERVERS","features":[131]},{"name":"wszCRLPUBLISHRETRYCOUNT","features":[131]},{"name":"wszCRTFILENAMEEXT","features":[131]},{"name":"wszDATFILENAMEEXT","features":[131]},{"name":"wszDBBACKUPCERTBACKDAT","features":[131]},{"name":"wszDBBACKUPSUBDIR","features":[131]},{"name":"wszDBFILENAMEEXT","features":[131]},{"name":"wszENCRYPTIONALGORITHM","features":[131]},{"name":"wszENROLLMENTAGENTRIGHTS","features":[131]},{"name":"wszHASHALGORITHM","features":[131]},{"name":"wszINFKEY_ALTERNATESIGNATUREALGORITHM","features":[131]},{"name":"wszINFKEY_ATTESTPRIVATEKEY","features":[131]},{"name":"wszINFKEY_CACAPABILITIES","features":[131]},{"name":"wszINFKEY_CACERTS","features":[131]},{"name":"wszINFKEY_CATHUMBPRINT","features":[131]},{"name":"wszINFKEY_CCDPSYNCDELTATIME","features":[131]},{"name":"wszINFKEY_CHALLENGEPASSWORD","features":[131]},{"name":"wszINFKEY_CONTINUE","features":[131]},{"name":"wszINFKEY_CRITICAL","features":[131]},{"name":"wszINFKEY_CRLDELTAPERIODCOUNT","features":[131]},{"name":"wszINFKEY_CRLDELTAPERIODSTRING","features":[131]},{"name":"wszINFKEY_CRLPERIODCOUNT","features":[131]},{"name":"wszINFKEY_CRLPERIODSTRING","features":[131]},{"name":"wszINFKEY_DIRECTORYNAME","features":[131]},{"name":"wszINFKEY_DNS","features":[131]},{"name":"wszINFKEY_ECCKEYPARAMETERS","features":[131]},{"name":"wszINFKEY_ECCKEYPARAMETERSTYPE","features":[131]},{"name":"wszINFKEY_ECCKEYPARAMETERS_A","features":[131]},{"name":"wszINFKEY_ECCKEYPARAMETERS_B","features":[131]},{"name":"wszINFKEY_ECCKEYPARAMETERS_BASE","features":[131]},{"name":"wszINFKEY_ECCKEYPARAMETERS_COFACTOR","features":[131]},{"name":"wszINFKEY_ECCKEYPARAMETERS_ORDER","features":[131]},{"name":"wszINFKEY_ECCKEYPARAMETERS_P","features":[131]},{"name":"wszINFKEY_ECCKEYPARAMETERS_SEED","features":[131]},{"name":"wszINFKEY_EMAIL","features":[131]},{"name":"wszINFKEY_EMPTY","features":[131]},{"name":"wszINFKEY_ENABLEKEYCOUNTING","features":[131]},{"name":"wszINFKEY_ENCRYPTIONALGORITHM","features":[131]},{"name":"wszINFKEY_ENCRYPTIONLENGTH","features":[131]},{"name":"wszINFKEY_EXCLUDE","features":[131]},{"name":"wszINFKEY_EXPORTABLE","features":[131]},{"name":"wszINFKEY_EXPORTABLEENCRYPTED","features":[131]},{"name":"wszINFKEY_FLAGS","features":[131]},{"name":"wszINFKEY_FORCEUTF8","features":[131]},{"name":"wszINFKEY_FRIENDLYNAME","features":[131]},{"name":"wszINFKEY_HASHALGORITHM","features":[131]},{"name":"wszINFKEY_INCLUDE","features":[131]},{"name":"wszINFKEY_INHIBITPOLICYMAPPING","features":[131]},{"name":"wszINFKEY_IPADDRESS","features":[131]},{"name":"wszINFKEY_KEYALGORITHM","features":[131]},{"name":"wszINFKEY_KEYALGORITHMPARMETERS","features":[131]},{"name":"wszINFKEY_KEYCONTAINER","features":[131]},{"name":"wszINFKEY_KEYLENGTH","features":[131]},{"name":"wszINFKEY_KEYPROTECTION","features":[131]},{"name":"wszINFKEY_KEYUSAGEEXTENSION","features":[131]},{"name":"wszINFKEY_KEYUSAGEPROPERTY","features":[131]},{"name":"wszINFKEY_LEGACYKEYSPEC","features":[131]},{"name":"wszINFKEY_LOADDEFAULTTEMPLATES","features":[131]},{"name":"wszINFKEY_MACHINEKEYSET","features":[131]},{"name":"wszINFKEY_NOTAFTER","features":[131]},{"name":"wszINFKEY_NOTBEFORE","features":[131]},{"name":"wszINFKEY_NOTICE","features":[131]},{"name":"wszINFKEY_OID","features":[131]},{"name":"wszINFKEY_OTHERNAME","features":[131]},{"name":"wszINFKEY_PATHLENGTH","features":[131]},{"name":"wszINFKEY_POLICIES","features":[131]},{"name":"wszINFKEY_PRIVATEKEYARCHIVE","features":[131]},{"name":"wszINFKEY_PROVIDERNAME","features":[131]},{"name":"wszINFKEY_PROVIDERTYPE","features":[131]},{"name":"wszINFKEY_PUBLICKEY","features":[131]},{"name":"wszINFKEY_PUBLICKEYPARAMETERS","features":[131]},{"name":"wszINFKEY_READERNAME","features":[131]},{"name":"wszINFKEY_REGISTEREDID","features":[131]},{"name":"wszINFKEY_RENEWALCERT","features":[131]},{"name":"wszINFKEY_RENEWALKEYLENGTH","features":[131]},{"name":"wszINFKEY_RENEWALVALIDITYPERIODCOUNT","features":[131]},{"name":"wszINFKEY_RENEWALVALIDITYPERIODSTRING","features":[131]},{"name":"wszINFKEY_REQUESTTYPE","features":[131]},{"name":"wszINFKEY_REQUIREEXPLICITPOLICY","features":[131]},{"name":"wszINFKEY_SECURITYDESCRIPTOR","features":[131]},{"name":"wszINFKEY_SERIALNUMBER","features":[131]},{"name":"wszINFKEY_SHOWALLCSPS","features":[131]},{"name":"wszINFKEY_SILENT","features":[131]},{"name":"wszINFKEY_SMIME","features":[131]},{"name":"wszINFKEY_SUBJECT","features":[131]},{"name":"wszINFKEY_SUBJECTNAMEFLAGS","features":[131]},{"name":"wszINFKEY_SUBTREE","features":[131]},{"name":"wszINFKEY_SUPPRESSDEFAULTS","features":[131]},{"name":"wszINFKEY_UICONTEXTMESSAGE","features":[131]},{"name":"wszINFKEY_UPN","features":[131]},{"name":"wszINFKEY_URL","features":[131]},{"name":"wszINFKEY_USEEXISTINGKEY","features":[131]},{"name":"wszINFKEY_USERPROTECTED","features":[131]},{"name":"wszINFKEY_UTF8","features":[131]},{"name":"wszINFKEY_X500NAMEFLAGS","features":[131]},{"name":"wszINFSECTION_AIA","features":[131]},{"name":"wszINFSECTION_APPLICATIONPOLICYCONSTRAINTS","features":[131]},{"name":"wszINFSECTION_APPLICATIONPOLICYMAPPINGS","features":[131]},{"name":"wszINFSECTION_APPLICATIONPOLICYSTATEMENT","features":[131]},{"name":"wszINFSECTION_BASICCONSTRAINTS","features":[131]},{"name":"wszINFSECTION_CAPOLICY","features":[131]},{"name":"wszINFSECTION_CCDP","features":[131]},{"name":"wszINFSECTION_CDP","features":[131]},{"name":"wszINFSECTION_CERTSERVER","features":[131]},{"name":"wszINFSECTION_EKU","features":[131]},{"name":"wszINFSECTION_EXTENSIONS","features":[131]},{"name":"wszINFSECTION_NAMECONSTRAINTS","features":[131]},{"name":"wszINFSECTION_NEWREQUEST","features":[131]},{"name":"wszINFSECTION_POLICYCONSTRAINTS","features":[131]},{"name":"wszINFSECTION_POLICYMAPPINGS","features":[131]},{"name":"wszINFSECTION_POLICYSTATEMENT","features":[131]},{"name":"wszINFSECTION_PROPERTIES","features":[131]},{"name":"wszINFSECTION_REQUESTATTRIBUTES","features":[131]},{"name":"wszINFVALUE_ENDORSEMENTKEY","features":[131]},{"name":"wszINFVALUE_REQUESTTYPE_CERT","features":[131]},{"name":"wszINFVALUE_REQUESTTYPE_CMC","features":[131]},{"name":"wszINFVALUE_REQUESTTYPE_PKCS10","features":[131]},{"name":"wszINFVALUE_REQUESTTYPE_PKCS7","features":[131]},{"name":"wszINFVALUE_REQUESTTYPE_SCEP","features":[131]},{"name":"wszLDAPSESSIONOPTIONVALUE","features":[131]},{"name":"wszLOCALIZEDTIMEPERIODUNITS","features":[131]},{"name":"wszLOGFILENAMEEXT","features":[131]},{"name":"wszLOGPATH","features":[131]},{"name":"wszMACHINEKEYSET","features":[131]},{"name":"wszMICROSOFTCERTMODULE_PREFIX","features":[131]},{"name":"wszNETSCAPEREVOCATIONTYPE","features":[131]},{"name":"wszOCSPCAPROP_CACERTIFICATE","features":[131]},{"name":"wszOCSPCAPROP_CACONFIG","features":[131]},{"name":"wszOCSPCAPROP_CSPNAME","features":[131]},{"name":"wszOCSPCAPROP_ERRORCODE","features":[131]},{"name":"wszOCSPCAPROP_HASHALGORITHMID","features":[131]},{"name":"wszOCSPCAPROP_KEYSPEC","features":[131]},{"name":"wszOCSPCAPROP_LOCALREVOCATIONINFORMATION","features":[131]},{"name":"wszOCSPCAPROP_PROVIDERCLSID","features":[131]},{"name":"wszOCSPCAPROP_PROVIDERPROPERTIES","features":[131]},{"name":"wszOCSPCAPROP_REMINDERDURATION","features":[131]},{"name":"wszOCSPCAPROP_SIGNINGCERTIFICATE","features":[131]},{"name":"wszOCSPCAPROP_SIGNINGCERTIFICATETEMPLATE","features":[131]},{"name":"wszOCSPCAPROP_SIGNINGFLAGS","features":[131]},{"name":"wszOCSPCOMMONPROP_MAXINCOMINGMESSAGESIZE","features":[131]},{"name":"wszOCSPCOMMONPROP_MAXNUMOFREQUESTENTRIES","features":[131]},{"name":"wszOCSPCOMMONPROP_REQFLAGS","features":[131]},{"name":"wszOCSPISAPIPROP_DEBUG","features":[131]},{"name":"wszOCSPISAPIPROP_MAXAGE","features":[131]},{"name":"wszOCSPISAPIPROP_MAXNUMOFCACHEENTRIES","features":[131]},{"name":"wszOCSPISAPIPROP_NUMOFBACKENDCONNECTIONS","features":[131]},{"name":"wszOCSPISAPIPROP_NUMOFTHREADS","features":[131]},{"name":"wszOCSPISAPIPROP_REFRESHRATE","features":[131]},{"name":"wszOCSPISAPIPROP_VIRTUALROOTNAME","features":[131]},{"name":"wszOCSPPROP_ARRAYCONTROLLER","features":[131]},{"name":"wszOCSPPROP_ARRAYMEMBERS","features":[131]},{"name":"wszOCSPPROP_AUDITFILTER","features":[131]},{"name":"wszOCSPPROP_DEBUG","features":[131]},{"name":"wszOCSPPROP_ENROLLPOLLINTERVAL","features":[131]},{"name":"wszOCSPPROP_LOGLEVEL","features":[131]},{"name":"wszOCSPREVPROP_BASECRL","features":[131]},{"name":"wszOCSPREVPROP_BASECRLURLS","features":[131]},{"name":"wszOCSPREVPROP_CRLURLTIMEOUT","features":[131]},{"name":"wszOCSPREVPROP_DELTACRL","features":[131]},{"name":"wszOCSPREVPROP_DELTACRLURLS","features":[131]},{"name":"wszOCSPREVPROP_ERRORCODE","features":[131]},{"name":"wszOCSPREVPROP_REFRESHTIMEOUT","features":[131]},{"name":"wszOCSPREVPROP_SERIALNUMBERSDIRS","features":[131]},{"name":"wszPERIODDAYS","features":[131]},{"name":"wszPERIODHOURS","features":[131]},{"name":"wszPERIODMINUTES","features":[131]},{"name":"wszPERIODMONTHS","features":[131]},{"name":"wszPERIODSECONDS","features":[131]},{"name":"wszPERIODWEEKS","features":[131]},{"name":"wszPERIODYEARS","features":[131]},{"name":"wszPFXFILENAMEEXT","features":[131]},{"name":"wszPROPATTESTATIONCHALLENGE","features":[131]},{"name":"wszPROPATTRIBNAME","features":[131]},{"name":"wszPROPATTRIBREQUESTID","features":[131]},{"name":"wszPROPATTRIBVALUE","features":[131]},{"name":"wszPROPCALLERNAME","features":[131]},{"name":"wszPROPCATYPE","features":[131]},{"name":"wszPROPCERTCLIENTMACHINE","features":[131]},{"name":"wszPROPCERTCOUNT","features":[131]},{"name":"wszPROPCERTIFICATEENROLLMENTFLAGS","features":[131]},{"name":"wszPROPCERTIFICATEGENERALFLAGS","features":[131]},{"name":"wszPROPCERTIFICATEHASH","features":[131]},{"name":"wszPROPCERTIFICATENOTAFTERDATE","features":[131]},{"name":"wszPROPCERTIFICATENOTBEFOREDATE","features":[131]},{"name":"wszPROPCERTIFICATEPRIVATEKEYFLAGS","features":[131]},{"name":"wszPROPCERTIFICATEPUBLICKEYALGORITHM","features":[131]},{"name":"wszPROPCERTIFICATEPUBLICKEYLENGTH","features":[131]},{"name":"wszPROPCERTIFICATERAWPUBLICKEY","features":[131]},{"name":"wszPROPCERTIFICATERAWPUBLICKEYALGORITHMPARAMETERS","features":[131]},{"name":"wszPROPCERTIFICATERAWSMIMECAPABILITIES","features":[131]},{"name":"wszPROPCERTIFICATEREQUESTID","features":[131]},{"name":"wszPROPCERTIFICATESERIALNUMBER","features":[131]},{"name":"wszPROPCERTIFICATESUBJECTKEYIDENTIFIER","features":[131]},{"name":"wszPROPCERTIFICATETEMPLATE","features":[131]},{"name":"wszPROPCERTIFICATETYPE","features":[131]},{"name":"wszPROPCERTIFICATEUPN","features":[131]},{"name":"wszPROPCERTSTATE","features":[131]},{"name":"wszPROPCERTSUFFIX","features":[131]},{"name":"wszPROPCERTTEMPLATE","features":[131]},{"name":"wszPROPCERTTYPE","features":[131]},{"name":"wszPROPCERTUSAGE","features":[131]},{"name":"wszPROPCHALLENGE","features":[131]},{"name":"wszPROPCLIENTBROWSERMACHINE","features":[131]},{"name":"wszPROPCLIENTDCDNS","features":[131]},{"name":"wszPROPCOMMONNAME","features":[131]},{"name":"wszPROPCONFIGDN","features":[131]},{"name":"wszPROPCOUNTRY","features":[131]},{"name":"wszPROPCRITICALTAG","features":[131]},{"name":"wszPROPCRLCOUNT","features":[131]},{"name":"wszPROPCRLEFFECTIVE","features":[131]},{"name":"wszPROPCRLINDEX","features":[131]},{"name":"wszPROPCRLLASTPUBLISHED","features":[131]},{"name":"wszPROPCRLMINBASE","features":[131]},{"name":"wszPROPCRLNAMEID","features":[131]},{"name":"wszPROPCRLNEXTPUBLISH","features":[131]},{"name":"wszPROPCRLNEXTUPDATE","features":[131]},{"name":"wszPROPCRLNUMBER","features":[131]},{"name":"wszPROPCRLPROPAGATIONCOMPLETE","features":[131]},{"name":"wszPROPCRLPUBLISHATTEMPTS","features":[131]},{"name":"wszPROPCRLPUBLISHERROR","features":[131]},{"name":"wszPROPCRLPUBLISHFLAGS","features":[131]},{"name":"wszPROPCRLPUBLISHSTATUSCODE","features":[131]},{"name":"wszPROPCRLRAWCRL","features":[131]},{"name":"wszPROPCRLROWID","features":[131]},{"name":"wszPROPCRLSTATE","features":[131]},{"name":"wszPROPCRLSUFFIX","features":[131]},{"name":"wszPROPCRLTHISPUBLISH","features":[131]},{"name":"wszPROPCRLTHISUPDATE","features":[131]},{"name":"wszPROPCROSSFOREST","features":[131]},{"name":"wszPROPDCNAME","features":[131]},{"name":"wszPROPDECIMALTAG","features":[131]},{"name":"wszPROPDELTACRLSDISABLED","features":[131]},{"name":"wszPROPDEVICESERIALNUMBER","features":[131]},{"name":"wszPROPDISPOSITION","features":[131]},{"name":"wszPROPDISPOSITIONDENY","features":[131]},{"name":"wszPROPDISPOSITIONPENDING","features":[131]},{"name":"wszPROPDISTINGUISHEDNAME","features":[131]},{"name":"wszPROPDN","features":[131]},{"name":"wszPROPDNS","features":[131]},{"name":"wszPROPDOMAINCOMPONENT","features":[131]},{"name":"wszPROPDOMAINDN","features":[131]},{"name":"wszPROPEMAIL","features":[131]},{"name":"wszPROPENDORSEMENTCERTIFICATEHASH","features":[131]},{"name":"wszPROPENDORSEMENTKEYHASH","features":[131]},{"name":"wszPROPEVENTLOGERROR","features":[131]},{"name":"wszPROPEVENTLOGEXHAUSTIVE","features":[131]},{"name":"wszPROPEVENTLOGTERSE","features":[131]},{"name":"wszPROPEVENTLOGVERBOSE","features":[131]},{"name":"wszPROPEVENTLOGWARNING","features":[131]},{"name":"wszPROPEXITCERTFILE","features":[131]},{"name":"wszPROPEXPECTEDCHALLENGE","features":[131]},{"name":"wszPROPEXPIRATIONDATE","features":[131]},{"name":"wszPROPEXTFLAGS","features":[131]},{"name":"wszPROPEXTNAME","features":[131]},{"name":"wszPROPEXTRAWVALUE","features":[131]},{"name":"wszPROPEXTREQUESTID","features":[131]},{"name":"wszPROPFILETAG","features":[131]},{"name":"wszPROPGIVENNAME","features":[131]},{"name":"wszPROPGUID","features":[131]},{"name":"wszPROPHEXTAG","features":[131]},{"name":"wszPROPINITIALS","features":[131]},{"name":"wszPROPIPADDRESS","features":[131]},{"name":"wszPROPKEYARCHIVED","features":[131]},{"name":"wszPROPLOCALITY","features":[131]},{"name":"wszPROPLOGLEVEL","features":[131]},{"name":"wszPROPMACHINEDNSNAME","features":[131]},{"name":"wszPROPMODULEREGLOC","features":[131]},{"name":"wszPROPNAMETYPE","features":[131]},{"name":"wszPROPOCTETTAG","features":[131]},{"name":"wszPROPOFFICER","features":[131]},{"name":"wszPROPOID","features":[131]},{"name":"wszPROPORGANIZATION","features":[131]},{"name":"wszPROPORGUNIT","features":[131]},{"name":"wszPROPPUBLISHEXPIREDCERTINCRL","features":[131]},{"name":"wszPROPRAWCACERTIFICATE","features":[131]},{"name":"wszPROPRAWCERTIFICATE","features":[131]},{"name":"wszPROPRAWCRL","features":[131]},{"name":"wszPROPRAWDELTACRL","features":[131]},{"name":"wszPROPRAWNAME","features":[131]},{"name":"wszPROPRAWPRECERTIFICATE","features":[131]},{"name":"wszPROPREQUESTARCHIVEDKEY","features":[131]},{"name":"wszPROPREQUESTATTRIBUTES","features":[131]},{"name":"wszPROPREQUESTCSPPROVIDER","features":[131]},{"name":"wszPROPREQUESTDISPOSITION","features":[131]},{"name":"wszPROPREQUESTDISPOSITIONMESSAGE","features":[131]},{"name":"wszPROPREQUESTDOT","features":[131]},{"name":"wszPROPREQUESTERCAACCESS","features":[131]},{"name":"wszPROPREQUESTERDN","features":[131]},{"name":"wszPROPREQUESTERNAME","features":[131]},{"name":"wszPROPREQUESTERNAMEFROMOLDCERTIFICATE","features":[131]},{"name":"wszPROPREQUESTERSAMNAME","features":[131]},{"name":"wszPROPREQUESTERUPN","features":[131]},{"name":"wszPROPREQUESTFLAGS","features":[131]},{"name":"wszPROPREQUESTKEYRECOVERYHASHES","features":[131]},{"name":"wszPROPREQUESTMACHINEDNS","features":[131]},{"name":"wszPROPREQUESTOSVERSION","features":[131]},{"name":"wszPROPREQUESTRAWARCHIVEDKEY","features":[131]},{"name":"wszPROPREQUESTRAWOLDCERTIFICATE","features":[131]},{"name":"wszPROPREQUESTRAWREQUEST","features":[131]},{"name":"wszPROPREQUESTREQUESTID","features":[131]},{"name":"wszPROPREQUESTRESOLVEDWHEN","features":[131]},{"name":"wszPROPREQUESTREVOKEDEFFECTIVEWHEN","features":[131]},{"name":"wszPROPREQUESTREVOKEDREASON","features":[131]},{"name":"wszPROPREQUESTREVOKEDWHEN","features":[131]},{"name":"wszPROPREQUESTSTATUSCODE","features":[131]},{"name":"wszPROPREQUESTSUBMITTEDWHEN","features":[131]},{"name":"wszPROPREQUESTTYPE","features":[131]},{"name":"wszPROPSANITIZEDCANAME","features":[131]},{"name":"wszPROPSANITIZEDSHORTNAME","features":[131]},{"name":"wszPROPSEAUDITFILTER","features":[131]},{"name":"wszPROPSEAUDITID","features":[131]},{"name":"wszPROPSERVERUPGRADED","features":[131]},{"name":"wszPROPSESSIONCOUNT","features":[131]},{"name":"wszPROPSIGNERAPPLICATIONPOLICIES","features":[131]},{"name":"wszPROPSIGNERPOLICIES","features":[131]},{"name":"wszPROPSTATE","features":[131]},{"name":"wszPROPSTREETADDRESS","features":[131]},{"name":"wszPROPSUBJECTALTNAME2","features":[131]},{"name":"wszPROPSUBJECTDOT","features":[131]},{"name":"wszPROPSURNAME","features":[131]},{"name":"wszPROPTEMPLATECHANGESEQUENCENUMBER","features":[131]},{"name":"wszPROPTEXTTAG","features":[131]},{"name":"wszPROPTITLE","features":[131]},{"name":"wszPROPUNSTRUCTUREDADDRESS","features":[131]},{"name":"wszPROPUNSTRUCTUREDNAME","features":[131]},{"name":"wszPROPUPN","features":[131]},{"name":"wszPROPURL","features":[131]},{"name":"wszPROPUSEDS","features":[131]},{"name":"wszPROPUSERDN","features":[131]},{"name":"wszPROPUTF8TAG","features":[131]},{"name":"wszPROPVALIDITYPERIODCOUNT","features":[131]},{"name":"wszPROPVALIDITYPERIODSTRING","features":[131]},{"name":"wszPROPVOLATILEMODE","features":[131]},{"name":"wszREGACTIVE","features":[131]},{"name":"wszREGAELOGLEVEL_OLD","features":[131]},{"name":"wszREGAIKCLOUDCAURL","features":[131]},{"name":"wszREGAIKKEYALGORITHM","features":[131]},{"name":"wszREGAIKKEYLENGTH","features":[131]},{"name":"wszREGALLPROVIDERS","features":[131]},{"name":"wszREGALTERNATEPUBLISHDOMAINS","features":[131]},{"name":"wszREGALTERNATESIGNATUREALGORITHM","features":[131]},{"name":"wszREGAUDITFILTER","features":[131]},{"name":"wszREGB2ICERTMANAGEMODULE","features":[131]},{"name":"wszREGBACKUPLOGDIRECTORY","features":[131]},{"name":"wszREGCACERTFILENAME","features":[131]},{"name":"wszREGCACERTHASH","features":[131]},{"name":"wszREGCACERTPUBLICATIONURLS","features":[131]},{"name":"wszREGCADESCRIPTION","features":[131]},{"name":"wszREGCAPATHLENGTH","features":[131]},{"name":"wszREGCASECURITY","features":[131]},{"name":"wszREGCASERIALNUMBER","features":[131]},{"name":"wszREGCASERVERNAME","features":[131]},{"name":"wszREGCATYPE","features":[131]},{"name":"wszREGCAUSEDS","features":[131]},{"name":"wszREGCAXCHGCERTHASH","features":[131]},{"name":"wszREGCAXCHGOVERLAPPERIODCOUNT","features":[131]},{"name":"wszREGCAXCHGOVERLAPPERIODSTRING","features":[131]},{"name":"wszREGCAXCHGVALIDITYPERIODCOUNT","features":[131]},{"name":"wszREGCAXCHGVALIDITYPERIODSTRING","features":[131]},{"name":"wszREGCERTENROLLCOMPATIBLE","features":[131]},{"name":"wszREGCERTIFICATETRANSPARENCYINFOOID","features":[131]},{"name":"wszREGCERTPUBLISHFLAGS","features":[131]},{"name":"wszREGCERTSRVDEBUG","features":[131]},{"name":"wszREGCHECKPOINTFILE","features":[131]},{"name":"wszREGCLOCKSKEWMINUTES","features":[131]},{"name":"wszREGCOMMONNAME","features":[131]},{"name":"wszREGCRLATTEMPTREPUBLISH","features":[131]},{"name":"wszREGCRLDELTANEXTPUBLISH","features":[131]},{"name":"wszREGCRLDELTAOVERLAPPERIODCOUNT","features":[131]},{"name":"wszREGCRLDELTAOVERLAPPERIODSTRING","features":[131]},{"name":"wszREGCRLDELTAPERIODCOUNT","features":[131]},{"name":"wszREGCRLDELTAPERIODSTRING","features":[131]},{"name":"wszREGCRLEDITFLAGS","features":[131]},{"name":"wszREGCRLFLAGS","features":[131]},{"name":"wszREGCRLNEXTPUBLISH","features":[131]},{"name":"wszREGCRLOVERLAPPERIODCOUNT","features":[131]},{"name":"wszREGCRLOVERLAPPERIODSTRING","features":[131]},{"name":"wszREGCRLPATH_OLD","features":[131]},{"name":"wszREGCRLPERIODCOUNT","features":[131]},{"name":"wszREGCRLPERIODSTRING","features":[131]},{"name":"wszREGCRLPUBLICATIONURLS","features":[131]},{"name":"wszREGDATABASERECOVERED","features":[131]},{"name":"wszREGDBDIRECTORY","features":[131]},{"name":"wszREGDBFLAGS","features":[131]},{"name":"wszREGDBLASTFULLBACKUP","features":[131]},{"name":"wszREGDBLASTINCREMENTALBACKUP","features":[131]},{"name":"wszREGDBLASTRECOVERY","features":[131]},{"name":"wszREGDBLOGDIRECTORY","features":[131]},{"name":"wszREGDBMAXREADSESSIONCOUNT","features":[131]},{"name":"wszREGDBSESSIONCOUNT","features":[131]},{"name":"wszREGDBSYSDIRECTORY","features":[131]},{"name":"wszREGDBTEMPDIRECTORY","features":[131]},{"name":"wszREGDEFAULTSMIME","features":[131]},{"name":"wszREGDIRECTORY","features":[131]},{"name":"wszREGDISABLEEXTENSIONLIST","features":[131]},{"name":"wszREGDSCONFIGDN","features":[131]},{"name":"wszREGDSDOMAINDN","features":[131]},{"name":"wszREGEDITFLAGS","features":[131]},{"name":"wszREGEKPUBLISTDIRECTORIES","features":[131]},{"name":"wszREGEKUOIDSFORPUBLISHEXPIREDCERTINCRL","features":[131]},{"name":"wszREGEKUOIDSFORVOLATILEREQUESTS","features":[131]},{"name":"wszREGENABLED","features":[131]},{"name":"wszREGENABLEDEKUFORDEFINEDCACERT","features":[131]},{"name":"wszREGENABLEENROLLEEREQUESTEXTENSIONLIST","features":[131]},{"name":"wszREGENABLEREQUESTEXTENSIONLIST","features":[131]},{"name":"wszREGENFORCEX500NAMELENGTHS","features":[131]},{"name":"wszREGENROLLFLAGS","features":[131]},{"name":"wszREGEXITBODYARG","features":[131]},{"name":"wszREGEXITBODYFORMAT","features":[131]},{"name":"wszREGEXITCRLISSUEDKEY","features":[131]},{"name":"wszREGEXITDENIEDKEY","features":[131]},{"name":"wszREGEXITIMPORTEDKEY","features":[131]},{"name":"wszREGEXITISSUEDKEY","features":[131]},{"name":"wszREGEXITPENDINGKEY","features":[131]},{"name":"wszREGEXITPROPNOTFOUND","features":[131]},{"name":"wszREGEXITREVOKEDKEY","features":[131]},{"name":"wszREGEXITSHUTDOWNKEY","features":[131]},{"name":"wszREGEXITSMTPAUTHENTICATE","features":[131]},{"name":"wszREGEXITSMTPCC","features":[131]},{"name":"wszREGEXITSMTPEVENTFILTER","features":[131]},{"name":"wszREGEXITSMTPFROM","features":[131]},{"name":"wszREGEXITSMTPKEY","features":[131]},{"name":"wszREGEXITSMTPSERVER","features":[131]},{"name":"wszREGEXITSMTPTEMPLATES","features":[131]},{"name":"wszREGEXITSMTPTO","features":[131]},{"name":"wszREGEXITSTARTUPKEY","features":[131]},{"name":"wszREGEXITTITLEARG","features":[131]},{"name":"wszREGEXITTITLEFORMAT","features":[131]},{"name":"wszREGFILEISSUERCERTURL_OLD","features":[131]},{"name":"wszREGFILEREVOCATIONCRLURL_OLD","features":[131]},{"name":"wszREGFORCETELETEX","features":[131]},{"name":"wszREGFTPISSUERCERTURL_OLD","features":[131]},{"name":"wszREGFTPREVOCATIONCRLURL_OLD","features":[131]},{"name":"wszREGHIGHLOGNUMBER","features":[131]},{"name":"wszREGHIGHSERIAL","features":[131]},{"name":"wszREGINTERFACEFLAGS","features":[131]},{"name":"wszREGISSUERCERTURLFLAGS","features":[131]},{"name":"wszREGISSUERCERTURL_OLD","features":[131]},{"name":"wszREGKEYBASE","features":[131]},{"name":"wszREGKEYCERTSVCPATH","features":[131]},{"name":"wszREGKEYCONFIG","features":[131]},{"name":"wszREGKEYCSP","features":[131]},{"name":"wszREGKEYDBPARAMETERS","features":[131]},{"name":"wszREGKEYENCRYPTIONCSP","features":[131]},{"name":"wszREGKEYENROLLMENT","features":[131]},{"name":"wszREGKEYEXITMODULES","features":[131]},{"name":"wszREGKEYGROUPPOLICYENROLLMENT","features":[131]},{"name":"wszREGKEYNOSYSTEMCERTSVCPATH","features":[131]},{"name":"wszREGKEYPOLICYMODULES","features":[131]},{"name":"wszREGKEYREPAIR","features":[131]},{"name":"wszREGKEYRESTOREINPROGRESS","features":[131]},{"name":"wszREGKEYSIZE","features":[131]},{"name":"wszREGKRACERTCOUNT","features":[131]},{"name":"wszREGKRACERTHASH","features":[131]},{"name":"wszREGKRAFLAGS","features":[131]},{"name":"wszREGLDAPFLAGS","features":[131]},{"name":"wszREGLDAPISSUERCERTURL_OLD","features":[131]},{"name":"wszREGLDAPREVOCATIONCRLURL_OLD","features":[131]},{"name":"wszREGLDAPREVOCATIONDNTEMPLATE_OLD","features":[131]},{"name":"wszREGLDAPREVOCATIONDN_OLD","features":[131]},{"name":"wszREGLDAPSESSIONOPTIONS","features":[131]},{"name":"wszREGLOGLEVEL","features":[131]},{"name":"wszREGLOGPATH","features":[131]},{"name":"wszREGLOWLOGNUMBER","features":[131]},{"name":"wszREGMAXINCOMINGALLOCSIZE","features":[131]},{"name":"wszREGMAXINCOMINGMESSAGESIZE","features":[131]},{"name":"wszREGMAXPENDINGREQUESTDAYS","features":[131]},{"name":"wszREGMAXSCTLISTSIZE","features":[131]},{"name":"wszREGNAMESEPARATOR","features":[131]},{"name":"wszREGNETSCAPECERTTYPE","features":[131]},{"name":"wszREGOFFICERRIGHTS","features":[131]},{"name":"wszREGPARENTCAMACHINE","features":[131]},{"name":"wszREGPARENTCANAME","features":[131]},{"name":"wszREGPOLICYFLAGS","features":[131]},{"name":"wszREGPRESERVESCEPDUMMYCERTS","features":[131]},{"name":"wszREGPROCESSINGFLAGS","features":[131]},{"name":"wszREGPROVIDER","features":[131]},{"name":"wszREGPROVIDERTYPE","features":[131]},{"name":"wszREGREQUESTDISPOSITION","features":[131]},{"name":"wszREGREQUESTFILENAME","features":[131]},{"name":"wszREGREQUESTID","features":[131]},{"name":"wszREGREQUESTKEYCONTAINER","features":[131]},{"name":"wszREGREQUESTKEYINDEX","features":[131]},{"name":"wszREGRESTOREMAP","features":[131]},{"name":"wszREGRESTOREMAPCOUNT","features":[131]},{"name":"wszREGRESTORESTATUS","features":[131]},{"name":"wszREGREVOCATIONCRLURL_OLD","features":[131]},{"name":"wszREGREVOCATIONTYPE","features":[131]},{"name":"wszREGREVOCATIONURL","features":[131]},{"name":"wszREGROLESEPARATIONENABLED","features":[131]},{"name":"wszREGSETUPSTATUS","features":[131]},{"name":"wszREGSP4DEFAULTCONFIGURATION","features":[131]},{"name":"wszREGSP4KEYSETNAME","features":[131]},{"name":"wszREGSP4NAMES","features":[131]},{"name":"wszREGSP4QUERIES","features":[131]},{"name":"wszREGSP4SUBJECTNAMESEPARATOR","features":[131]},{"name":"wszREGSUBJECTALTNAME","features":[131]},{"name":"wszREGSUBJECTALTNAME2","features":[131]},{"name":"wszREGSUBJECTTEMPLATE","features":[131]},{"name":"wszREGSYMMETRICKEYSIZE","features":[131]},{"name":"wszREGUNICODE","features":[131]},{"name":"wszREGUPNMAP","features":[131]},{"name":"wszREGUSEDEFINEDCACERTINREQ","features":[131]},{"name":"wszREGVALIDITYPERIODCOUNT","features":[131]},{"name":"wszREGVALIDITYPERIODSTRING","features":[131]},{"name":"wszREGVERIFYFLAGS","features":[131]},{"name":"wszREGVERSION","features":[131]},{"name":"wszREGVIEWAGEMINUTES","features":[131]},{"name":"wszREGVIEWIDLEMINUTES","features":[131]},{"name":"wszREGWEBCLIENTCAMACHINE","features":[131]},{"name":"wszREGWEBCLIENTCANAME","features":[131]},{"name":"wszREGWEBCLIENTCATYPE","features":[131]},{"name":"wszSECUREDATTRIBUTES","features":[131]},{"name":"wszSERVICE_NAME","features":[131]},{"name":"wszzDEFAULTSIGNEDATTRIBUTES","features":[131]}],"499":[{"name":"CryptSIPAddProvider","features":[1,130]},{"name":"CryptSIPCreateIndirectData","features":[1,129,130]},{"name":"CryptSIPGetCaps","features":[1,129,130]},{"name":"CryptSIPGetSealedDigest","features":[1,129,130]},{"name":"CryptSIPGetSignedDataMsg","features":[1,129,130]},{"name":"CryptSIPLoad","features":[1,129,130]},{"name":"CryptSIPPutSignedDataMsg","features":[1,129,130]},{"name":"CryptSIPRemoveProvider","features":[1,130]},{"name":"CryptSIPRemoveSignedDataMsg","features":[1,129,130]},{"name":"CryptSIPRetrieveSubjectGuid","features":[1,130]},{"name":"CryptSIPRetrieveSubjectGuidForCatalogFile","features":[1,130]},{"name":"CryptSIPVerifyIndirectData","features":[1,129,130]},{"name":"MSSIP_ADDINFO_BLOB","features":[130]},{"name":"MSSIP_ADDINFO_CATMEMBER","features":[130]},{"name":"MSSIP_ADDINFO_FLAT","features":[130]},{"name":"MSSIP_ADDINFO_NONE","features":[130]},{"name":"MSSIP_ADDINFO_NONMSSIP","features":[130]},{"name":"MSSIP_FLAGS_MULTI_HASH","features":[130]},{"name":"MSSIP_FLAGS_PROHIBIT_RESIZE_ON_CREATE","features":[130]},{"name":"MSSIP_FLAGS_USE_CATALOG","features":[130]},{"name":"MS_ADDINFO_BLOB","features":[130]},{"name":"MS_ADDINFO_FLAT","features":[130]},{"name":"SIP_ADD_NEWPROVIDER","features":[130]},{"name":"SIP_CAP_FLAG_SEALING","features":[130]},{"name":"SIP_CAP_SET_CUR_VER","features":[130]},{"name":"SIP_CAP_SET_V2","features":[1,130]},{"name":"SIP_CAP_SET_V3","features":[1,130]},{"name":"SIP_CAP_SET_VERSION_2","features":[130]},{"name":"SIP_CAP_SET_VERSION_3","features":[130]},{"name":"SIP_DISPATCH_INFO","features":[1,129,130]},{"name":"SIP_INDIRECT_DATA","features":[130]},{"name":"SIP_MAX_MAGIC_NUMBER","features":[130]},{"name":"SIP_SUBJECTINFO","features":[1,129,130]},{"name":"SPC_MARKER_CHECK_CURRENTLY_SUPPORTED_FLAGS","features":[130]},{"name":"SPC_MARKER_CHECK_SKIP_SIP_INDIRECT_DATA_FLAG","features":[130]},{"name":"SPC_RELAXED_PE_MARKER_CHECK","features":[130]},{"name":"pCryptSIPCreateIndirectData","features":[1,129,130]},{"name":"pCryptSIPGetCaps","features":[1,129,130]},{"name":"pCryptSIPGetSealedDigest","features":[1,129,130]},{"name":"pCryptSIPGetSignedDataMsg","features":[1,129,130]},{"name":"pCryptSIPPutSignedDataMsg","features":[1,129,130]},{"name":"pCryptSIPRemoveSignedDataMsg","features":[1,129,130]},{"name":"pCryptSIPVerifyIndirectData","features":[1,129,130]},{"name":"pfnIsFileSupported","features":[1,130]},{"name":"pfnIsFileSupportedName","features":[1,130]}],"500":[{"name":"ACTION_REVOCATION_DEFAULT_CACHE","features":[132]},{"name":"ACTION_REVOCATION_DEFAULT_ONLINE","features":[132]},{"name":"CERTVIEW_CRYPTUI_LPARAM","features":[132]},{"name":"CERT_CERTIFICATE_ACTION_VERIFY","features":[132]},{"name":"CERT_CREDENTIAL_PROVIDER_ID","features":[132]},{"name":"CERT_DISPWELL_DISTRUST_ADD_CA_CERT","features":[132]},{"name":"CERT_DISPWELL_DISTRUST_ADD_LEAF_CERT","features":[132]},{"name":"CERT_DISPWELL_DISTRUST_CA_CERT","features":[132]},{"name":"CERT_DISPWELL_DISTRUST_LEAF_CERT","features":[132]},{"name":"CERT_DISPWELL_SELECT","features":[132]},{"name":"CERT_DISPWELL_TRUST_ADD_CA_CERT","features":[132]},{"name":"CERT_DISPWELL_TRUST_ADD_LEAF_CERT","features":[132]},{"name":"CERT_DISPWELL_TRUST_CA_CERT","features":[132]},{"name":"CERT_DISPWELL_TRUST_LEAF_CERT","features":[132]},{"name":"CERT_FILTER_DATA","features":[132]},{"name":"CERT_FILTER_EXTENSION_MATCH","features":[132]},{"name":"CERT_FILTER_INCLUDE_V1_CERTS","features":[132]},{"name":"CERT_FILTER_ISSUER_CERTS_ONLY","features":[132]},{"name":"CERT_FILTER_KEY_EXISTS","features":[132]},{"name":"CERT_FILTER_LEAF_CERTS_ONLY","features":[132]},{"name":"CERT_FILTER_OP_EQUALITY","features":[132]},{"name":"CERT_FILTER_OP_EXISTS","features":[132]},{"name":"CERT_FILTER_OP_NOT_EXISTS","features":[132]},{"name":"CERT_FILTER_VALID_SIGNATURE","features":[132]},{"name":"CERT_FILTER_VALID_TIME_RANGE","features":[132]},{"name":"CERT_SELECTUI_INPUT","features":[1,132]},{"name":"CERT_SELECT_STRUCT_A","features":[1,132]},{"name":"CERT_SELECT_STRUCT_FLAGS","features":[132]},{"name":"CERT_SELECT_STRUCT_W","features":[1,132]},{"name":"CERT_TRUST_DO_FULL_SEARCH","features":[132]},{"name":"CERT_TRUST_DO_FULL_TRUST","features":[132]},{"name":"CERT_TRUST_MASK","features":[132]},{"name":"CERT_TRUST_PERMIT_MISSING_CRLS","features":[132]},{"name":"CERT_VALIDITY_AFTER_END","features":[132]},{"name":"CERT_VALIDITY_BEFORE_START","features":[132]},{"name":"CERT_VALIDITY_CERTIFICATE_REVOKED","features":[132]},{"name":"CERT_VALIDITY_CRL_OUT_OF_DATE","features":[132]},{"name":"CERT_VALIDITY_EXPLICITLY_DISTRUSTED","features":[132]},{"name":"CERT_VALIDITY_EXTENDED_USAGE_FAILURE","features":[132]},{"name":"CERT_VALIDITY_ISSUER_DISTRUST","features":[132]},{"name":"CERT_VALIDITY_ISSUER_INVALID","features":[132]},{"name":"CERT_VALIDITY_KEY_USAGE_EXT_FAILURE","features":[132]},{"name":"CERT_VALIDITY_MASK_TRUST","features":[132]},{"name":"CERT_VALIDITY_MASK_VALIDITY","features":[132]},{"name":"CERT_VALIDITY_NAME_CONSTRAINTS_FAILURE","features":[132]},{"name":"CERT_VALIDITY_NO_CRL_FOUND","features":[132]},{"name":"CERT_VALIDITY_NO_ISSUER_CERT_FOUND","features":[132]},{"name":"CERT_VALIDITY_NO_TRUST_DATA","features":[132]},{"name":"CERT_VALIDITY_OTHER_ERROR","features":[132]},{"name":"CERT_VALIDITY_OTHER_EXTENSION_FAILURE","features":[132]},{"name":"CERT_VALIDITY_PERIOD_NESTING_FAILURE","features":[132]},{"name":"CERT_VALIDITY_SIGNATURE_FAILS","features":[132]},{"name":"CERT_VALIDITY_UNKNOWN_CRITICAL_EXTENSION","features":[132]},{"name":"CERT_VERIFY_CERTIFICATE_TRUST","features":[1,132]},{"name":"CERT_VIEWPROPERTIES_STRUCT_A","features":[1,13,132,42,55]},{"name":"CERT_VIEWPROPERTIES_STRUCT_FLAGS","features":[132]},{"name":"CERT_VIEWPROPERTIES_STRUCT_W","features":[1,13,132,42,55]},{"name":"CM_ADD_CERT_STORES","features":[132]},{"name":"CM_ENABLEHOOK","features":[132]},{"name":"CM_ENABLETEMPLATE","features":[132]},{"name":"CM_HIDE_ADVANCEPAGE","features":[132]},{"name":"CM_HIDE_DETAILPAGE","features":[132]},{"name":"CM_HIDE_TRUSTPAGE","features":[132]},{"name":"CM_NO_EDITTRUST","features":[132]},{"name":"CM_NO_NAMECHANGE","features":[132]},{"name":"CM_SHOW_HELP","features":[132]},{"name":"CM_SHOW_HELPICON","features":[132]},{"name":"CM_VIEWFLAGS_MASK","features":[132]},{"name":"CRYPTDLG_ACTION_MASK","features":[132]},{"name":"CRYPTDLG_CACHE_ONLY_URL_RETRIEVAL","features":[132]},{"name":"CRYPTDLG_DISABLE_AIA","features":[132]},{"name":"CRYPTDLG_POLICY_MASK","features":[132]},{"name":"CRYPTDLG_REVOCATION_CACHE","features":[132]},{"name":"CRYPTDLG_REVOCATION_DEFAULT","features":[132]},{"name":"CRYPTDLG_REVOCATION_NONE","features":[132]},{"name":"CRYPTDLG_REVOCATION_ONLINE","features":[132]},{"name":"CRYPTUI_ACCEPT_DECLINE_STYLE","features":[132]},{"name":"CRYPTUI_CACHE_ONLY_URL_RETRIEVAL","features":[132]},{"name":"CRYPTUI_CERT_MGR_PUBLISHER_TAB","features":[132]},{"name":"CRYPTUI_CERT_MGR_SINGLE_TAB_FLAG","features":[132]},{"name":"CRYPTUI_CERT_MGR_STRUCT","features":[1,132]},{"name":"CRYPTUI_CERT_MGR_TAB_MASK","features":[132]},{"name":"CRYPTUI_DISABLE_ADDTOSTORE","features":[132]},{"name":"CRYPTUI_DISABLE_EDITPROPERTIES","features":[132]},{"name":"CRYPTUI_DISABLE_EXPORT","features":[132]},{"name":"CRYPTUI_DISABLE_HTMLLINK","features":[132]},{"name":"CRYPTUI_DISABLE_ISSUERSTATEMENT","features":[132]},{"name":"CRYPTUI_DONT_OPEN_STORES","features":[132]},{"name":"CRYPTUI_ENABLE_ADDTOSTORE","features":[132]},{"name":"CRYPTUI_ENABLE_EDITPROPERTIES","features":[132]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECKING","features":[132]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_CHAIN","features":[132]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[132]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_END_CERT","features":[132]},{"name":"CRYPTUI_HIDE_DETAILPAGE","features":[132]},{"name":"CRYPTUI_HIDE_HIERARCHYPAGE","features":[132]},{"name":"CRYPTUI_IGNORE_UNTRUSTED_ROOT","features":[132]},{"name":"CRYPTUI_INITDIALOG_STRUCT","features":[1,132]},{"name":"CRYPTUI_ONLY_OPEN_ROOT_STORE","features":[132]},{"name":"CRYPTUI_SELECT_EXPIRATION_COLUMN","features":[132]},{"name":"CRYPTUI_SELECT_FRIENDLYNAME_COLUMN","features":[132]},{"name":"CRYPTUI_SELECT_INTENDEDUSE_COLUMN","features":[132]},{"name":"CRYPTUI_SELECT_ISSUEDBY_COLUMN","features":[132]},{"name":"CRYPTUI_SELECT_ISSUEDTO_COLUMN","features":[132]},{"name":"CRYPTUI_SELECT_LOCATION_COLUMN","features":[132]},{"name":"CRYPTUI_VIEWCERTIFICATE_FLAGS","features":[132]},{"name":"CRYPTUI_VIEWCERTIFICATE_STRUCTA","features":[1,13,129,130,132,133,42,55]},{"name":"CRYPTUI_VIEWCERTIFICATE_STRUCTW","features":[1,13,129,130,132,133,42,55]},{"name":"CRYPTUI_WARN_REMOTE_TRUST","features":[132]},{"name":"CRYPTUI_WARN_UNTRUSTED_ROOT","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_ADDITIONAL_CERT_CHOICE","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_CHAIN","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_CHAIN_NO_ROOT","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_NONE","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_BLOB_INFO","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CERT","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CERT_PVK_INFO","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_COMMERCIAL","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_EXCLUDE_PAGE_HASHES","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_EXTENDED_INFO","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INCLUDE_PAGE_HASHES","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INDIVIDUAL","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INFO","features":[1,132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_NONE","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE_INFO","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_OPTION","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_PROV","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SIG_TYPE","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_STORE","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO","features":[1,132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_BLOB","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_FILE","features":[132]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_NONE","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO","features":[1,132]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_CONTEXT","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_STORE","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_STORE_CERTIFICATES_ONLY","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_CRL_CONTEXT","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_CTL_CONTEXT","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_BASE64","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_CRL","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_CTL","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_DER","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_PFX","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_PKCS7","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_SERIALIZED_CERT_STORE","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_INFO","features":[1,132]},{"name":"CRYPTUI_WIZ_EXPORT_NO_DELETE_PRIVATE_KEY","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_PRIVATE_KEY","features":[132]},{"name":"CRYPTUI_WIZ_EXPORT_SUBJECT","features":[132]},{"name":"CRYPTUI_WIZ_FLAGS","features":[132]},{"name":"CRYPTUI_WIZ_IGNORE_NO_UI_FLAG_FOR_CSPS","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CERT","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CRL","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CTL","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_NO_CHANGE_DEST_STORE","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_REMOTE_DEST_STORE","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_SRC_INFO","features":[1,132]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CERT_CONTEXT","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CERT_STORE","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CRL_CONTEXT","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CTL_CONTEXT","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_FILE","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_OPTION","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_TO_CURRENTUSER","features":[132]},{"name":"CRYPTUI_WIZ_IMPORT_TO_LOCALMACHINE","features":[132]},{"name":"CRYPTUI_WIZ_NO_UI","features":[132]},{"name":"CRYPTUI_WIZ_NO_UI_EXCEPT_CSP","features":[132]},{"name":"CRYTPDLG_FLAGS_MASK","features":[132]},{"name":"CSS_ALLOWMULTISELECT","features":[132]},{"name":"CSS_ENABLEHOOK","features":[132]},{"name":"CSS_ENABLETEMPLATE","features":[132]},{"name":"CSS_ENABLETEMPLATEHANDLE","features":[132]},{"name":"CSS_HIDE_PROPERTIES","features":[132]},{"name":"CSS_SELECTCERT_MASK","features":[132]},{"name":"CSS_SHOW_HELP","features":[132]},{"name":"CTL_MODIFY_REQUEST","features":[1,132]},{"name":"CTL_MODIFY_REQUEST_ADD_NOT_TRUSTED","features":[132]},{"name":"CTL_MODIFY_REQUEST_ADD_TRUSTED","features":[132]},{"name":"CTL_MODIFY_REQUEST_OPERATION","features":[132]},{"name":"CTL_MODIFY_REQUEST_REMOVE","features":[132]},{"name":"CertSelectionGetSerializedBlob","features":[1,132]},{"name":"CryptUIDlgCertMgr","features":[1,132]},{"name":"CryptUIDlgSelectCertificateFromStore","features":[1,132]},{"name":"CryptUIDlgViewCertificateA","features":[1,13,129,130,132,133,42,55]},{"name":"CryptUIDlgViewCertificateW","features":[1,13,129,130,132,133,42,55]},{"name":"CryptUIDlgViewContext","features":[1,132]},{"name":"CryptUIWizDigitalSign","features":[1,132]},{"name":"CryptUIWizExport","features":[1,132]},{"name":"CryptUIWizFreeDigitalSignContext","features":[1,132]},{"name":"CryptUIWizImport","features":[1,132]},{"name":"PFNCFILTERPROC","features":[1,132]},{"name":"PFNCMFILTERPROC","features":[1,132]},{"name":"PFNCMHOOKPROC","features":[1,132]},{"name":"PFNTRUSTHELPER","features":[1,132]},{"name":"POLICY_IGNORE_NON_CRITICAL_BC","features":[132]},{"name":"SELCERT_ALGORITHM","features":[132]},{"name":"SELCERT_CERTLIST","features":[132]},{"name":"SELCERT_FINEPRINT","features":[132]},{"name":"SELCERT_ISSUED_TO","features":[132]},{"name":"SELCERT_PROPERTIES","features":[132]},{"name":"SELCERT_SERIAL_NUM","features":[132]},{"name":"SELCERT_THUMBPRINT","features":[132]},{"name":"SELCERT_VALIDITY","features":[132]},{"name":"szCERT_CERTIFICATE_ACTION_VERIFY","features":[132]}],"501":[{"name":"AllUserData","features":[134]},{"name":"CurrentUserData","features":[134]},{"name":"DIAGNOSTIC_DATA_EVENT_BINARY_STATS","features":[134]},{"name":"DIAGNOSTIC_DATA_EVENT_CATEGORY_DESCRIPTION","features":[134]},{"name":"DIAGNOSTIC_DATA_EVENT_PRODUCER_DESCRIPTION","features":[134]},{"name":"DIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION","features":[134]},{"name":"DIAGNOSTIC_DATA_EVENT_TAG_STATS","features":[134]},{"name":"DIAGNOSTIC_DATA_EVENT_TRANSCRIPT_CONFIGURATION","features":[134]},{"name":"DIAGNOSTIC_DATA_GENERAL_STATS","features":[134]},{"name":"DIAGNOSTIC_DATA_RECORD","features":[1,134]},{"name":"DIAGNOSTIC_DATA_SEARCH_CRITERIA","features":[1,134]},{"name":"DIAGNOSTIC_REPORT_DATA","features":[1,134]},{"name":"DIAGNOSTIC_REPORT_PARAMETER","features":[134]},{"name":"DIAGNOSTIC_REPORT_SIGNATURE","features":[134]},{"name":"DdqAccessLevel","features":[134]},{"name":"DdqCancelDiagnosticRecordOperation","features":[134]},{"name":"DdqCloseSession","features":[134]},{"name":"DdqCreateSession","features":[134]},{"name":"DdqExtractDiagnosticReport","features":[134]},{"name":"DdqFreeDiagnosticRecordLocaleTags","features":[134]},{"name":"DdqFreeDiagnosticRecordPage","features":[134]},{"name":"DdqFreeDiagnosticRecordProducerCategories","features":[134]},{"name":"DdqFreeDiagnosticRecordProducers","features":[134]},{"name":"DdqFreeDiagnosticReport","features":[134]},{"name":"DdqGetDiagnosticDataAccessLevelAllowed","features":[134]},{"name":"DdqGetDiagnosticRecordAtIndex","features":[1,134]},{"name":"DdqGetDiagnosticRecordBinaryDistribution","features":[134]},{"name":"DdqGetDiagnosticRecordCategoryAtIndex","features":[134]},{"name":"DdqGetDiagnosticRecordCategoryCount","features":[134]},{"name":"DdqGetDiagnosticRecordCount","features":[134]},{"name":"DdqGetDiagnosticRecordLocaleTagAtIndex","features":[134]},{"name":"DdqGetDiagnosticRecordLocaleTagCount","features":[134]},{"name":"DdqGetDiagnosticRecordLocaleTags","features":[134]},{"name":"DdqGetDiagnosticRecordPage","features":[1,134]},{"name":"DdqGetDiagnosticRecordPayload","features":[134]},{"name":"DdqGetDiagnosticRecordProducerAtIndex","features":[134]},{"name":"DdqGetDiagnosticRecordProducerCategories","features":[134]},{"name":"DdqGetDiagnosticRecordProducerCount","features":[134]},{"name":"DdqGetDiagnosticRecordProducers","features":[134]},{"name":"DdqGetDiagnosticRecordStats","features":[1,134]},{"name":"DdqGetDiagnosticRecordSummary","features":[134]},{"name":"DdqGetDiagnosticRecordTagDistribution","features":[134]},{"name":"DdqGetDiagnosticReport","features":[134]},{"name":"DdqGetDiagnosticReportAtIndex","features":[1,134]},{"name":"DdqGetDiagnosticReportCount","features":[134]},{"name":"DdqGetDiagnosticReportStoreReportCount","features":[134]},{"name":"DdqGetSessionAccessLevel","features":[134]},{"name":"DdqGetTranscriptConfiguration","features":[134]},{"name":"DdqIsDiagnosticRecordSampledIn","features":[1,134]},{"name":"DdqSetTranscriptConfiguration","features":[134]},{"name":"HDIAGNOSTIC_DATA_QUERY_SESSION","features":[134]},{"name":"HDIAGNOSTIC_EVENT_CATEGORY_DESCRIPTION","features":[134]},{"name":"HDIAGNOSTIC_EVENT_PRODUCER_DESCRIPTION","features":[134]},{"name":"HDIAGNOSTIC_EVENT_TAG_DESCRIPTION","features":[134]},{"name":"HDIAGNOSTIC_RECORD","features":[134]},{"name":"HDIAGNOSTIC_REPORT","features":[134]},{"name":"NoData","features":[134]}],"502":[{"name":"DSCreateISecurityInfoObject","features":[1,135]},{"name":"DSCreateISecurityInfoObjectEx","features":[1,135]},{"name":"DSCreateSecurityPage","features":[1,135,42]},{"name":"DSEditSecurity","features":[1,135]},{"name":"DSSI_IS_ROOT","features":[135]},{"name":"DSSI_NO_ACCESS_CHECK","features":[135]},{"name":"DSSI_NO_EDIT_OWNER","features":[135]},{"name":"DSSI_NO_EDIT_SACL","features":[135]},{"name":"DSSI_NO_FILTER","features":[135]},{"name":"DSSI_NO_READONLY_MESSAGE","features":[135]},{"name":"DSSI_READ_ONLY","features":[135]},{"name":"PFNDSCREATEISECINFO","features":[1,135]},{"name":"PFNDSCREATEISECINFOEX","features":[1,135]},{"name":"PFNDSCREATESECPAGE","features":[1,135,42]},{"name":"PFNDSEDITSECURITY","features":[1,135]},{"name":"PFNREADOBJECTSECURITY","features":[1,135]},{"name":"PFNWRITEOBJECTSECURITY","features":[1,135]}],"503":[{"name":"ENTERPRISE_DATA_POLICIES","features":[136]},{"name":"ENTERPRISE_POLICY_ALLOWED","features":[136]},{"name":"ENTERPRISE_POLICY_ENLIGHTENED","features":[136]},{"name":"ENTERPRISE_POLICY_EXEMPT","features":[136]},{"name":"ENTERPRISE_POLICY_NONE","features":[136]},{"name":"FILE_UNPROTECT_OPTIONS","features":[136]},{"name":"HTHREAD_NETWORK_CONTEXT","features":[1,136]},{"name":"IProtectionPolicyManagerInterop","features":[136]},{"name":"IProtectionPolicyManagerInterop2","features":[136]},{"name":"IProtectionPolicyManagerInterop3","features":[136]},{"name":"ProtectFileToEnterpriseIdentity","features":[136]},{"name":"SRPHOSTING_TYPE","features":[136]},{"name":"SRPHOSTING_TYPE_NONE","features":[136]},{"name":"SRPHOSTING_TYPE_WINHTTP","features":[136]},{"name":"SRPHOSTING_TYPE_WININET","features":[136]},{"name":"SRPHOSTING_VERSION","features":[136]},{"name":"SRPHOSTING_VERSION1","features":[136]},{"name":"SrpCloseThreadNetworkContext","features":[1,136]},{"name":"SrpCreateThreadNetworkContext","features":[1,136]},{"name":"SrpDisablePermissiveModeFileEncryption","features":[136]},{"name":"SrpDoesPolicyAllowAppExecution","features":[1,136,137]},{"name":"SrpEnablePermissiveModeFileEncryption","features":[136]},{"name":"SrpGetEnterpriseIds","features":[1,136]},{"name":"SrpGetEnterprisePolicy","features":[1,136]},{"name":"SrpHostingInitialize","features":[136]},{"name":"SrpHostingTerminate","features":[136]},{"name":"SrpIsTokenService","features":[1,136]},{"name":"SrpSetTokenEnterpriseId","features":[1,136]},{"name":"UnprotectFile","features":[136]}],"504":[{"name":"CERTIFICATE_HASH_LENGTH","features":[110]},{"name":"EAPACTION_Authenticate","features":[110]},{"name":"EAPACTION_Done","features":[110]},{"name":"EAPACTION_IndicateIdentity","features":[110]},{"name":"EAPACTION_IndicateTLV","features":[110]},{"name":"EAPACTION_NoAction","features":[110]},{"name":"EAPACTION_Send","features":[110]},{"name":"EAPACTION_SendAndDone","features":[110]},{"name":"EAPACTION_SendWithTimeout","features":[110]},{"name":"EAPACTION_SendWithTimeoutInteractive","features":[110]},{"name":"EAPCODE_Failure","features":[110]},{"name":"EAPCODE_Request","features":[110]},{"name":"EAPCODE_Response","features":[110]},{"name":"EAPCODE_Success","features":[110]},{"name":"EAPHOST_AUTH_INFO","features":[110]},{"name":"EAPHOST_AUTH_STATUS","features":[110]},{"name":"EAPHOST_IDENTITY_UI_PARAMS","features":[110]},{"name":"EAPHOST_INTERACTIVE_UI_PARAMS","features":[110]},{"name":"EAPHOST_METHOD_API_VERSION","features":[110]},{"name":"EAPHOST_PEER_API_VERSION","features":[110]},{"name":"EAP_ATTRIBUTE","features":[110]},{"name":"EAP_ATTRIBUTES","features":[110]},{"name":"EAP_ATTRIBUTE_TYPE","features":[110]},{"name":"EAP_AUTHENTICATOR_METHOD_ROUTINES","features":[110]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT","features":[110]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_BASIC","features":[110]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_INTERACTIVE","features":[110]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_NONE","features":[110]},{"name":"EAP_AUTHENTICATOR_VALUENAME_CONFIGUI","features":[110]},{"name":"EAP_AUTHENTICATOR_VALUENAME_DLL_PATH","features":[110]},{"name":"EAP_AUTHENTICATOR_VALUENAME_FRIENDLY_NAME","features":[110]},{"name":"EAP_AUTHENTICATOR_VALUENAME_PROPERTIES","features":[110]},{"name":"EAP_CERTIFICATE_CREDENTIAL","features":[110]},{"name":"EAP_CONFIG_INPUT_FIELD_ARRAY","features":[110]},{"name":"EAP_CONFIG_INPUT_FIELD_DATA","features":[110]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_DEFAULT","features":[110]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_NON_DISPLAYABLE","features":[110]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_NON_PERSIST","features":[110]},{"name":"EAP_CONFIG_INPUT_FIELD_TYPE","features":[110]},{"name":"EAP_CREDENTIAL_VERSION","features":[110]},{"name":"EAP_CRED_EXPIRY_REQ","features":[110]},{"name":"EAP_EMPTY_CREDENTIAL","features":[110]},{"name":"EAP_ERROR","features":[110]},{"name":"EAP_E_AUTHENTICATION_FAILED","features":[110]},{"name":"EAP_E_CERT_STORE_INACCESSIBLE","features":[110]},{"name":"EAP_E_EAPHOST_EAPQEC_INACCESSIBLE","features":[110]},{"name":"EAP_E_EAPHOST_FIRST","features":[110]},{"name":"EAP_E_EAPHOST_IDENTITY_UNKNOWN","features":[110]},{"name":"EAP_E_EAPHOST_LAST","features":[110]},{"name":"EAP_E_EAPHOST_METHOD_INVALID_PACKET","features":[110]},{"name":"EAP_E_EAPHOST_METHOD_NOT_INSTALLED","features":[110]},{"name":"EAP_E_EAPHOST_METHOD_OPERATION_NOT_SUPPORTED","features":[110]},{"name":"EAP_E_EAPHOST_REMOTE_INVALID_PACKET","features":[110]},{"name":"EAP_E_EAPHOST_THIRDPARTY_METHOD_HOST_RESET","features":[110]},{"name":"EAP_E_EAPHOST_XML_MALFORMED","features":[110]},{"name":"EAP_E_METHOD_CONFIG_DOES_NOT_SUPPORT_SSO","features":[110]},{"name":"EAP_E_NO_SMART_CARD_READER","features":[110]},{"name":"EAP_E_SERVER_CERT_EXPIRED","features":[110]},{"name":"EAP_E_SERVER_CERT_INVALID","features":[110]},{"name":"EAP_E_SERVER_CERT_NOT_FOUND","features":[110]},{"name":"EAP_E_SERVER_CERT_OTHER_ERROR","features":[110]},{"name":"EAP_E_SERVER_CERT_REVOKED","features":[110]},{"name":"EAP_E_SERVER_FIRST","features":[110]},{"name":"EAP_E_SERVER_LAST","features":[110]},{"name":"EAP_E_SERVER_ROOT_CERT_FIRST","features":[110]},{"name":"EAP_E_SERVER_ROOT_CERT_INVALID","features":[110]},{"name":"EAP_E_SERVER_ROOT_CERT_LAST","features":[110]},{"name":"EAP_E_SERVER_ROOT_CERT_NAME_REQUIRED","features":[110]},{"name":"EAP_E_SERVER_ROOT_CERT_NOT_FOUND","features":[110]},{"name":"EAP_E_SIM_NOT_VALID","features":[110]},{"name":"EAP_E_USER_CERT_EXPIRED","features":[110]},{"name":"EAP_E_USER_CERT_INVALID","features":[110]},{"name":"EAP_E_USER_CERT_NOT_FOUND","features":[110]},{"name":"EAP_E_USER_CERT_OTHER_ERROR","features":[110]},{"name":"EAP_E_USER_CERT_REJECTED","features":[110]},{"name":"EAP_E_USER_CERT_REVOKED","features":[110]},{"name":"EAP_E_USER_CREDENTIALS_REJECTED","features":[110]},{"name":"EAP_E_USER_FIRST","features":[110]},{"name":"EAP_E_USER_LAST","features":[110]},{"name":"EAP_E_USER_NAME_PASSWORD_REJECTED","features":[110]},{"name":"EAP_E_USER_ROOT_CERT_EXPIRED","features":[110]},{"name":"EAP_E_USER_ROOT_CERT_FIRST","features":[110]},{"name":"EAP_E_USER_ROOT_CERT_INVALID","features":[110]},{"name":"EAP_E_USER_ROOT_CERT_LAST","features":[110]},{"name":"EAP_E_USER_ROOT_CERT_NOT_FOUND","features":[110]},{"name":"EAP_FLAG_CONFG_READONLY","features":[110]},{"name":"EAP_FLAG_FULL_AUTH","features":[110]},{"name":"EAP_FLAG_GUEST_ACCESS","features":[110]},{"name":"EAP_FLAG_LOGON","features":[110]},{"name":"EAP_FLAG_MACHINE_AUTH","features":[110]},{"name":"EAP_FLAG_NON_INTERACTIVE","features":[110]},{"name":"EAP_FLAG_ONLY_EAP_TLS","features":[110]},{"name":"EAP_FLAG_PREFER_ALT_CREDENTIALS","features":[110]},{"name":"EAP_FLAG_PREVIEW","features":[110]},{"name":"EAP_FLAG_PRE_LOGON","features":[110]},{"name":"EAP_FLAG_RESUME_FROM_HIBERNATE","features":[110]},{"name":"EAP_FLAG_Reserved1","features":[110]},{"name":"EAP_FLAG_Reserved2","features":[110]},{"name":"EAP_FLAG_Reserved3","features":[110]},{"name":"EAP_FLAG_Reserved4","features":[110]},{"name":"EAP_FLAG_Reserved5","features":[110]},{"name":"EAP_FLAG_Reserved6","features":[110]},{"name":"EAP_FLAG_Reserved7","features":[110]},{"name":"EAP_FLAG_Reserved8","features":[110]},{"name":"EAP_FLAG_Reserved9","features":[110]},{"name":"EAP_FLAG_SERVER_VALIDATION_REQUIRED","features":[110]},{"name":"EAP_FLAG_SUPRESS_UI","features":[110]},{"name":"EAP_FLAG_USER_AUTH","features":[110]},{"name":"EAP_FLAG_VPN","features":[110]},{"name":"EAP_GROUP_MASK","features":[110]},{"name":"EAP_INTERACTIVE_UI_DATA","features":[110]},{"name":"EAP_INTERACTIVE_UI_DATA_TYPE","features":[110]},{"name":"EAP_INTERACTIVE_UI_DATA_VERSION","features":[110]},{"name":"EAP_INVALID_PACKET","features":[110]},{"name":"EAP_I_EAPHOST_EAP_NEGOTIATION_FAILED","features":[110]},{"name":"EAP_I_EAPHOST_FIRST","features":[110]},{"name":"EAP_I_EAPHOST_LAST","features":[110]},{"name":"EAP_I_USER_ACCOUNT_OTHER_ERROR","features":[110]},{"name":"EAP_I_USER_FIRST","features":[110]},{"name":"EAP_I_USER_LAST","features":[110]},{"name":"EAP_METHOD_AUTHENTICATOR_CONFIG_IS_IDENTITY_PRIVACY","features":[110]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_ACTION","features":[110]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_AUTHENTICATE","features":[110]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_DISCARD","features":[110]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_HANDLE_IDENTITY","features":[110]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_RESPOND","features":[110]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_RESULT","features":[110]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_SEND","features":[110]},{"name":"EAP_METHOD_AUTHENTICATOR_RESULT","features":[1,110]},{"name":"EAP_METHOD_INFO","features":[110]},{"name":"EAP_METHOD_INFO_ARRAY","features":[110]},{"name":"EAP_METHOD_INFO_ARRAY_EX","features":[110]},{"name":"EAP_METHOD_INFO_EX","features":[110]},{"name":"EAP_METHOD_INVALID_PACKET","features":[110]},{"name":"EAP_METHOD_PROPERTY","features":[1,110]},{"name":"EAP_METHOD_PROPERTY_ARRAY","features":[1,110]},{"name":"EAP_METHOD_PROPERTY_TYPE","features":[110]},{"name":"EAP_METHOD_PROPERTY_VALUE","features":[1,110]},{"name":"EAP_METHOD_PROPERTY_VALUE_BOOL","features":[1,110]},{"name":"EAP_METHOD_PROPERTY_VALUE_DWORD","features":[110]},{"name":"EAP_METHOD_PROPERTY_VALUE_STRING","features":[110]},{"name":"EAP_METHOD_PROPERTY_VALUE_TYPE","features":[110]},{"name":"EAP_METHOD_TYPE","features":[110]},{"name":"EAP_PEER_FLAG_GUEST_ACCESS","features":[110]},{"name":"EAP_PEER_FLAG_HEALTH_STATE_CHANGE","features":[110]},{"name":"EAP_PEER_METHOD_ROUTINES","features":[110]},{"name":"EAP_PEER_VALUENAME_CONFIGUI","features":[110]},{"name":"EAP_PEER_VALUENAME_DLL_PATH","features":[110]},{"name":"EAP_PEER_VALUENAME_FRIENDLY_NAME","features":[110]},{"name":"EAP_PEER_VALUENAME_IDENTITY","features":[110]},{"name":"EAP_PEER_VALUENAME_INTERACTIVEUI","features":[110]},{"name":"EAP_PEER_VALUENAME_INVOKE_NAMEDLG","features":[110]},{"name":"EAP_PEER_VALUENAME_INVOKE_PWDDLG","features":[110]},{"name":"EAP_PEER_VALUENAME_PROPERTIES","features":[110]},{"name":"EAP_PEER_VALUENAME_REQUIRE_CONFIGUI","features":[110]},{"name":"EAP_REGISTRY_LOCATION","features":[110]},{"name":"EAP_SIM_CREDENTIAL","features":[110]},{"name":"EAP_TYPE","features":[110]},{"name":"EAP_UI_DATA_FORMAT","features":[110]},{"name":"EAP_UI_INPUT_FIELD_PROPS_DEFAULT","features":[110]},{"name":"EAP_UI_INPUT_FIELD_PROPS_NON_DISPLAYABLE","features":[110]},{"name":"EAP_UI_INPUT_FIELD_PROPS_NON_PERSIST","features":[110]},{"name":"EAP_UI_INPUT_FIELD_PROPS_READ_ONLY","features":[110]},{"name":"EAP_USERNAME_PASSWORD_CREDENTIAL","features":[110]},{"name":"EAP_VALUENAME_PROPERTIES","features":[110]},{"name":"EAP_WINLOGON_CREDENTIAL","features":[110]},{"name":"EapCertificateCredential","features":[110]},{"name":"EapCode","features":[110]},{"name":"EapCodeFailure","features":[110]},{"name":"EapCodeMaximum","features":[110]},{"name":"EapCodeMinimum","features":[110]},{"name":"EapCodeRequest","features":[110]},{"name":"EapCodeResponse","features":[110]},{"name":"EapCodeSuccess","features":[110]},{"name":"EapConfigInputEdit","features":[110]},{"name":"EapConfigInputNetworkPassword","features":[110]},{"name":"EapConfigInputNetworkUsername","features":[110]},{"name":"EapConfigInputPSK","features":[110]},{"name":"EapConfigInputPassword","features":[110]},{"name":"EapConfigInputPin","features":[110]},{"name":"EapConfigInputUsername","features":[110]},{"name":"EapConfigSmartCardError","features":[110]},{"name":"EapConfigSmartCardUsername","features":[110]},{"name":"EapCredExpiryReq","features":[110]},{"name":"EapCredExpiryResp","features":[110]},{"name":"EapCredLogonReq","features":[110]},{"name":"EapCredLogonResp","features":[110]},{"name":"EapCredReq","features":[110]},{"name":"EapCredResp","features":[110]},{"name":"EapCredential","features":[110]},{"name":"EapCredentialType","features":[110]},{"name":"EapCredentialTypeData","features":[110]},{"name":"EapHostAuthFailed","features":[110]},{"name":"EapHostAuthIdentityExchange","features":[110]},{"name":"EapHostAuthInProgress","features":[110]},{"name":"EapHostAuthNegotiatingType","features":[110]},{"name":"EapHostAuthNotStarted","features":[110]},{"name":"EapHostAuthSucceeded","features":[110]},{"name":"EapHostInvalidSession","features":[110]},{"name":"EapHostNapInfo","features":[110]},{"name":"EapHostPeerAuthParams","features":[110]},{"name":"EapHostPeerAuthStatus","features":[110]},{"name":"EapHostPeerBeginSession","features":[1,110]},{"name":"EapHostPeerClearConnection","features":[110]},{"name":"EapHostPeerConfigBlob2Xml","features":[110]},{"name":"EapHostPeerConfigXml2Blob","features":[110]},{"name":"EapHostPeerCredentialsXml2Blob","features":[110]},{"name":"EapHostPeerEndSession","features":[110]},{"name":"EapHostPeerFreeEapError","features":[110]},{"name":"EapHostPeerFreeErrorMemory","features":[110]},{"name":"EapHostPeerFreeMemory","features":[110]},{"name":"EapHostPeerFreeRuntimeMemory","features":[110]},{"name":"EapHostPeerGetAuthStatus","features":[110]},{"name":"EapHostPeerGetDataToUnplumbCredentials","features":[1,110]},{"name":"EapHostPeerGetEncryptedPassword","features":[110]},{"name":"EapHostPeerGetIdentity","features":[1,110]},{"name":"EapHostPeerGetMethodProperties","features":[1,110]},{"name":"EapHostPeerGetMethods","features":[110]},{"name":"EapHostPeerGetResponseAttributes","features":[110]},{"name":"EapHostPeerGetResult","features":[1,110]},{"name":"EapHostPeerGetSendPacket","features":[110]},{"name":"EapHostPeerGetUIContext","features":[110]},{"name":"EapHostPeerIdentity","features":[110]},{"name":"EapHostPeerIdentityExtendedInfo","features":[110]},{"name":"EapHostPeerInitialize","features":[110]},{"name":"EapHostPeerInvokeConfigUI","features":[1,110]},{"name":"EapHostPeerInvokeIdentityUI","features":[1,110]},{"name":"EapHostPeerInvokeInteractiveUI","features":[1,110]},{"name":"EapHostPeerMethodResult","features":[1,110]},{"name":"EapHostPeerMethodResultAltSuccessReceived","features":[110]},{"name":"EapHostPeerMethodResultFromMethod","features":[110]},{"name":"EapHostPeerMethodResultReason","features":[110]},{"name":"EapHostPeerMethodResultTimeout","features":[110]},{"name":"EapHostPeerProcessReceivedPacket","features":[110]},{"name":"EapHostPeerQueryCredentialInputFields","features":[1,110]},{"name":"EapHostPeerQueryInteractiveUIInputFields","features":[110]},{"name":"EapHostPeerQueryUIBlobFromInteractiveUIInputFields","features":[110]},{"name":"EapHostPeerQueryUserBlobFromCredentialInputFields","features":[1,110]},{"name":"EapHostPeerResponseAction","features":[110]},{"name":"EapHostPeerResponseDiscard","features":[110]},{"name":"EapHostPeerResponseInvokeUi","features":[110]},{"name":"EapHostPeerResponseNone","features":[110]},{"name":"EapHostPeerResponseRespond","features":[110]},{"name":"EapHostPeerResponseResult","features":[110]},{"name":"EapHostPeerResponseSend","features":[110]},{"name":"EapHostPeerResponseStartAuthentication","features":[110]},{"name":"EapHostPeerSetResponseAttributes","features":[110]},{"name":"EapHostPeerSetUIContext","features":[110]},{"name":"EapHostPeerUninitialize","features":[110]},{"name":"EapPacket","features":[110]},{"name":"EapPeerMethodOutput","features":[1,110]},{"name":"EapPeerMethodResponseAction","features":[110]},{"name":"EapPeerMethodResponseActionDiscard","features":[110]},{"name":"EapPeerMethodResponseActionInvokeUI","features":[110]},{"name":"EapPeerMethodResponseActionNone","features":[110]},{"name":"EapPeerMethodResponseActionRespond","features":[110]},{"name":"EapPeerMethodResponseActionResult","features":[110]},{"name":"EapPeerMethodResponseActionSend","features":[110]},{"name":"EapPeerMethodResult","features":[1,75,110]},{"name":"EapPeerMethodResultFailure","features":[110]},{"name":"EapPeerMethodResultReason","features":[110]},{"name":"EapPeerMethodResultSuccess","features":[110]},{"name":"EapPeerMethodResultUnknown","features":[110]},{"name":"EapSimCredential","features":[110]},{"name":"EapUsernamePasswordCredential","features":[110]},{"name":"FACILITY_EAP_MESSAGE","features":[110]},{"name":"GUID_EapHost_Cause_CertStoreInaccessible","features":[110]},{"name":"GUID_EapHost_Cause_EapNegotiationFailed","features":[110]},{"name":"GUID_EapHost_Cause_EapQecInaccessible","features":[110]},{"name":"GUID_EapHost_Cause_Generic_AuthFailure","features":[110]},{"name":"GUID_EapHost_Cause_IdentityUnknown","features":[110]},{"name":"GUID_EapHost_Cause_MethodDLLNotFound","features":[110]},{"name":"GUID_EapHost_Cause_MethodDoesNotSupportOperation","features":[110]},{"name":"GUID_EapHost_Cause_Method_Config_Does_Not_Support_Sso","features":[110]},{"name":"GUID_EapHost_Cause_No_SmartCardReader_Found","features":[110]},{"name":"GUID_EapHost_Cause_Server_CertExpired","features":[110]},{"name":"GUID_EapHost_Cause_Server_CertInvalid","features":[110]},{"name":"GUID_EapHost_Cause_Server_CertNotFound","features":[110]},{"name":"GUID_EapHost_Cause_Server_CertOtherError","features":[110]},{"name":"GUID_EapHost_Cause_Server_CertRevoked","features":[110]},{"name":"GUID_EapHost_Cause_Server_Root_CertNameRequired","features":[110]},{"name":"GUID_EapHost_Cause_Server_Root_CertNotFound","features":[110]},{"name":"GUID_EapHost_Cause_SimNotValid","features":[110]},{"name":"GUID_EapHost_Cause_ThirdPartyMethod_Host_Reset","features":[110]},{"name":"GUID_EapHost_Cause_User_Account_OtherProblem","features":[110]},{"name":"GUID_EapHost_Cause_User_CertExpired","features":[110]},{"name":"GUID_EapHost_Cause_User_CertInvalid","features":[110]},{"name":"GUID_EapHost_Cause_User_CertNotFound","features":[110]},{"name":"GUID_EapHost_Cause_User_CertOtherError","features":[110]},{"name":"GUID_EapHost_Cause_User_CertRejected","features":[110]},{"name":"GUID_EapHost_Cause_User_CertRevoked","features":[110]},{"name":"GUID_EapHost_Cause_User_CredsRejected","features":[110]},{"name":"GUID_EapHost_Cause_User_Root_CertExpired","features":[110]},{"name":"GUID_EapHost_Cause_User_Root_CertInvalid","features":[110]},{"name":"GUID_EapHost_Cause_User_Root_CertNotFound","features":[110]},{"name":"GUID_EapHost_Cause_XmlMalformed","features":[110]},{"name":"GUID_EapHost_Default","features":[110]},{"name":"GUID_EapHost_Help_ObtainingCerts","features":[110]},{"name":"GUID_EapHost_Help_Troubleshooting","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_AuthFailure","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_CertNameAbsent","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_CertStoreInaccessible","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_IdentityUnknown","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_InvalidUserAccount","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_InvalidUserCert","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_MethodNotFound","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_NegotiationFailed","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_NoSmartCardReader","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootCertInvalid","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootCertNotFound","features":[110]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootExpired","features":[110]},{"name":"GUID_EapHost_Repair_ContactSysadmin","features":[110]},{"name":"GUID_EapHost_Repair_Method_Not_Support_Sso","features":[110]},{"name":"GUID_EapHost_Repair_No_ValidSim_Found","features":[110]},{"name":"GUID_EapHost_Repair_RestartNap","features":[110]},{"name":"GUID_EapHost_Repair_Retry_Authentication","features":[110]},{"name":"GUID_EapHost_Repair_Server_ClientSelectServerCert","features":[110]},{"name":"GUID_EapHost_Repair_User_AuthFailure","features":[110]},{"name":"GUID_EapHost_Repair_User_GetNewCert","features":[110]},{"name":"GUID_EapHost_Repair_User_SelectValidCert","features":[110]},{"name":"IAccountingProviderConfig","features":[110]},{"name":"IAuthenticationProviderConfig","features":[110]},{"name":"IEAPProviderConfig","features":[110]},{"name":"IEAPProviderConfig2","features":[110]},{"name":"IEAPProviderConfig3","features":[110]},{"name":"IRouterProtocolConfig","features":[110]},{"name":"ISOLATION_STATE","features":[110]},{"name":"ISOLATION_STATE_IN_PROBATION","features":[110]},{"name":"ISOLATION_STATE_NOT_RESTRICTED","features":[110]},{"name":"ISOLATION_STATE_RESTRICTED_ACCESS","features":[110]},{"name":"ISOLATION_STATE_UNKNOWN","features":[110]},{"name":"LEGACY_IDENTITY_UI_PARAMS","features":[110]},{"name":"LEGACY_INTERACTIVE_UI_PARAMS","features":[110]},{"name":"MAXEAPCODE","features":[110]},{"name":"MAX_EAP_CONFIG_INPUT_FIELD_LENGTH","features":[110]},{"name":"MAX_EAP_CONFIG_INPUT_FIELD_VALUE_LENGTH","features":[110]},{"name":"NCRYPT_PIN_CACHE_PIN_BYTE_LENGTH","features":[110]},{"name":"NgcTicketContext","features":[1,75,110]},{"name":"NotificationHandler","features":[110]},{"name":"PPP_EAP_ACTION","features":[110]},{"name":"PPP_EAP_INFO","features":[110]},{"name":"PPP_EAP_INPUT","features":[1,110]},{"name":"PPP_EAP_OUTPUT","features":[1,75,110]},{"name":"PPP_EAP_PACKET","features":[110]},{"name":"RAS_AUTH_ATTRIBUTE","features":[110]},{"name":"RAS_AUTH_ATTRIBUTE_TYPE","features":[110]},{"name":"RAS_EAP_FLAG_8021X_AUTH","features":[110]},{"name":"RAS_EAP_FLAG_ALTERNATIVE_USER_DB","features":[110]},{"name":"RAS_EAP_FLAG_CONFG_READONLY","features":[110]},{"name":"RAS_EAP_FLAG_FIRST_LINK","features":[110]},{"name":"RAS_EAP_FLAG_GUEST_ACCESS","features":[110]},{"name":"RAS_EAP_FLAG_HOSTED_IN_PEAP","features":[110]},{"name":"RAS_EAP_FLAG_LOGON","features":[110]},{"name":"RAS_EAP_FLAG_MACHINE_AUTH","features":[110]},{"name":"RAS_EAP_FLAG_NON_INTERACTIVE","features":[110]},{"name":"RAS_EAP_FLAG_PEAP_FORCE_FULL_AUTH","features":[110]},{"name":"RAS_EAP_FLAG_PEAP_UPFRONT","features":[110]},{"name":"RAS_EAP_FLAG_PREVIEW","features":[110]},{"name":"RAS_EAP_FLAG_PRE_LOGON","features":[110]},{"name":"RAS_EAP_FLAG_RESERVED","features":[110]},{"name":"RAS_EAP_FLAG_RESUME_FROM_HIBERNATE","features":[110]},{"name":"RAS_EAP_FLAG_ROUTER","features":[110]},{"name":"RAS_EAP_FLAG_SAVE_CREDMAN","features":[110]},{"name":"RAS_EAP_FLAG_SERVER_VALIDATION_REQUIRED","features":[110]},{"name":"RAS_EAP_REGISTRY_LOCATION","features":[110]},{"name":"RAS_EAP_ROLE_AUTHENTICATEE","features":[110]},{"name":"RAS_EAP_ROLE_AUTHENTICATOR","features":[110]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_EAP","features":[110]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_PEAP","features":[110]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_VPN","features":[110]},{"name":"RAS_EAP_VALUENAME_CONFIGUI","features":[110]},{"name":"RAS_EAP_VALUENAME_CONFIG_CLSID","features":[110]},{"name":"RAS_EAP_VALUENAME_DEFAULT_DATA","features":[110]},{"name":"RAS_EAP_VALUENAME_ENCRYPTION","features":[110]},{"name":"RAS_EAP_VALUENAME_FILTER_INNERMETHODS","features":[110]},{"name":"RAS_EAP_VALUENAME_FRIENDLY_NAME","features":[110]},{"name":"RAS_EAP_VALUENAME_IDENTITY","features":[110]},{"name":"RAS_EAP_VALUENAME_INTERACTIVEUI","features":[110]},{"name":"RAS_EAP_VALUENAME_INVOKE_NAMEDLG","features":[110]},{"name":"RAS_EAP_VALUENAME_INVOKE_PWDDLG","features":[110]},{"name":"RAS_EAP_VALUENAME_ISTUNNEL_METHOD","features":[110]},{"name":"RAS_EAP_VALUENAME_PATH","features":[110]},{"name":"RAS_EAP_VALUENAME_PER_POLICY_CONFIG","features":[110]},{"name":"RAS_EAP_VALUENAME_REQUIRE_CONFIGUI","features":[110]},{"name":"RAS_EAP_VALUENAME_ROLES_SUPPORTED","features":[110]},{"name":"RAS_EAP_VALUENAME_STANDALONE_SUPPORTED","features":[110]},{"name":"eapPropCertifiedMethod","features":[110]},{"name":"eapPropChannelBinding","features":[110]},{"name":"eapPropCipherSuiteNegotiation","features":[110]},{"name":"eapPropConfidentiality","features":[110]},{"name":"eapPropCryptoBinding","features":[110]},{"name":"eapPropDictionaryAttackResistance","features":[110]},{"name":"eapPropFastReconnect","features":[110]},{"name":"eapPropFragmentation","features":[110]},{"name":"eapPropHiddenMethod","features":[110]},{"name":"eapPropIdentityPrivacy","features":[110]},{"name":"eapPropIntegrity","features":[110]},{"name":"eapPropKeyDerivation","features":[110]},{"name":"eapPropKeyStrength1024","features":[110]},{"name":"eapPropKeyStrength128","features":[110]},{"name":"eapPropKeyStrength256","features":[110]},{"name":"eapPropKeyStrength512","features":[110]},{"name":"eapPropKeyStrength64","features":[110]},{"name":"eapPropMachineAuth","features":[110]},{"name":"eapPropMethodChaining","features":[110]},{"name":"eapPropMppeEncryption","features":[110]},{"name":"eapPropMutualAuth","features":[110]},{"name":"eapPropNap","features":[110]},{"name":"eapPropReplayProtection","features":[110]},{"name":"eapPropReserved","features":[110]},{"name":"eapPropSessionIndependence","features":[110]},{"name":"eapPropSharedStateEquivalence","features":[110]},{"name":"eapPropStandalone","features":[110]},{"name":"eapPropSupportsConfig","features":[110]},{"name":"eapPropTunnelMethod","features":[110]},{"name":"eapPropUserAuth","features":[110]},{"name":"eatARAPChallengeResponse","features":[110]},{"name":"eatARAPFeatures","features":[110]},{"name":"eatARAPGuestLogon","features":[110]},{"name":"eatARAPPassword","features":[110]},{"name":"eatARAPSecurity","features":[110]},{"name":"eatARAPSecurityData","features":[110]},{"name":"eatARAPZoneAccess","features":[110]},{"name":"eatAcctAuthentic","features":[110]},{"name":"eatAcctDelayTime","features":[110]},{"name":"eatAcctEventTimeStamp","features":[110]},{"name":"eatAcctInputOctets","features":[110]},{"name":"eatAcctInputPackets","features":[110]},{"name":"eatAcctInterimInterval","features":[110]},{"name":"eatAcctLinkCount","features":[110]},{"name":"eatAcctMultiSessionId","features":[110]},{"name":"eatAcctOutputOctets","features":[110]},{"name":"eatAcctOutputPackets","features":[110]},{"name":"eatAcctSessionId","features":[110]},{"name":"eatAcctSessionTime","features":[110]},{"name":"eatAcctStatusType","features":[110]},{"name":"eatAcctTerminateCause","features":[110]},{"name":"eatCallbackId","features":[110]},{"name":"eatCallbackNumber","features":[110]},{"name":"eatCalledStationId","features":[110]},{"name":"eatCallingStationId","features":[110]},{"name":"eatCertificateOID","features":[110]},{"name":"eatCertificateThumbprint","features":[110]},{"name":"eatClass","features":[110]},{"name":"eatClearTextPassword","features":[110]},{"name":"eatConfigurationToken","features":[110]},{"name":"eatConnectInfo","features":[110]},{"name":"eatCredentialsChanged","features":[110]},{"name":"eatEAPConfiguration","features":[110]},{"name":"eatEAPMessage","features":[110]},{"name":"eatEAPTLV","features":[110]},{"name":"eatEMSK","features":[110]},{"name":"eatFastRoamedSession","features":[110]},{"name":"eatFilterId","features":[110]},{"name":"eatFramedAppleTalkLink","features":[110]},{"name":"eatFramedAppleTalkNetwork","features":[110]},{"name":"eatFramedAppleTalkZone","features":[110]},{"name":"eatFramedCompression","features":[110]},{"name":"eatFramedIPAddress","features":[110]},{"name":"eatFramedIPNetmask","features":[110]},{"name":"eatFramedIPXNetwork","features":[110]},{"name":"eatFramedIPv6Pool","features":[110]},{"name":"eatFramedIPv6Prefix","features":[110]},{"name":"eatFramedIPv6Route","features":[110]},{"name":"eatFramedInterfaceId","features":[110]},{"name":"eatFramedMTU","features":[110]},{"name":"eatFramedProtocol","features":[110]},{"name":"eatFramedRoute","features":[110]},{"name":"eatFramedRouting","features":[110]},{"name":"eatIdleTimeout","features":[110]},{"name":"eatInnerEapMethodType","features":[110]},{"name":"eatLoginIPHost","features":[110]},{"name":"eatLoginIPv6Host","features":[110]},{"name":"eatLoginLATGroup","features":[110]},{"name":"eatLoginLATNode","features":[110]},{"name":"eatLoginLATPort","features":[110]},{"name":"eatLoginLATService","features":[110]},{"name":"eatLoginService","features":[110]},{"name":"eatLoginTCPPort","features":[110]},{"name":"eatMD5CHAPChallenge","features":[110]},{"name":"eatMD5CHAPPassword","features":[110]},{"name":"eatMethodId","features":[110]},{"name":"eatMinimum","features":[110]},{"name":"eatNASIPAddress","features":[110]},{"name":"eatNASIPv6Address","features":[110]},{"name":"eatNASIdentifier","features":[110]},{"name":"eatNASPort","features":[110]},{"name":"eatNASPortType","features":[110]},{"name":"eatPEAPEmbeddedEAPTypeId","features":[110]},{"name":"eatPEAPFastRoamedSession","features":[110]},{"name":"eatPasswordRetry","features":[110]},{"name":"eatPeerId","features":[110]},{"name":"eatPortLimit","features":[110]},{"name":"eatPrompt","features":[110]},{"name":"eatProxyState","features":[110]},{"name":"eatQuarantineSoH","features":[110]},{"name":"eatReplyMessage","features":[110]},{"name":"eatReserved","features":[110]},{"name":"eatServerId","features":[110]},{"name":"eatServiceType","features":[110]},{"name":"eatSessionId","features":[110]},{"name":"eatSessionTimeout","features":[110]},{"name":"eatSignature","features":[110]},{"name":"eatState","features":[110]},{"name":"eatTerminationAction","features":[110]},{"name":"eatTunnelClientEndpoint","features":[110]},{"name":"eatTunnelMediumType","features":[110]},{"name":"eatTunnelServerEndpoint","features":[110]},{"name":"eatTunnelType","features":[110]},{"name":"eatUnassigned17","features":[110]},{"name":"eatUnassigned21","features":[110]},{"name":"eatUserName","features":[110]},{"name":"eatUserPassword","features":[110]},{"name":"eatVendorSpecific","features":[110]},{"name":"emptLegacyMethodPropertyFlag","features":[110]},{"name":"emptPropCertifiedMethod","features":[110]},{"name":"emptPropChannelBinding","features":[110]},{"name":"emptPropCipherSuiteNegotiation","features":[110]},{"name":"emptPropConfidentiality","features":[110]},{"name":"emptPropCryptoBinding","features":[110]},{"name":"emptPropDictionaryAttackResistance","features":[110]},{"name":"emptPropFastReconnect","features":[110]},{"name":"emptPropFragmentation","features":[110]},{"name":"emptPropHiddenMethod","features":[110]},{"name":"emptPropIdentityPrivacy","features":[110]},{"name":"emptPropIntegrity","features":[110]},{"name":"emptPropKeyDerivation","features":[110]},{"name":"emptPropKeyStrength1024","features":[110]},{"name":"emptPropKeyStrength128","features":[110]},{"name":"emptPropKeyStrength256","features":[110]},{"name":"emptPropKeyStrength512","features":[110]},{"name":"emptPropKeyStrength64","features":[110]},{"name":"emptPropMachineAuth","features":[110]},{"name":"emptPropMethodChaining","features":[110]},{"name":"emptPropMppeEncryption","features":[110]},{"name":"emptPropMutualAuth","features":[110]},{"name":"emptPropNap","features":[110]},{"name":"emptPropReplayProtection","features":[110]},{"name":"emptPropSessionIndependence","features":[110]},{"name":"emptPropSharedStateEquivalence","features":[110]},{"name":"emptPropStandalone","features":[110]},{"name":"emptPropSupportsConfig","features":[110]},{"name":"emptPropTunnelMethod","features":[110]},{"name":"emptPropUserAuth","features":[110]},{"name":"emptPropVendorSpecific","features":[110]},{"name":"empvtBool","features":[110]},{"name":"empvtDword","features":[110]},{"name":"empvtString","features":[110]},{"name":"raatARAPChallenge","features":[110]},{"name":"raatARAPChallengeResponse","features":[110]},{"name":"raatARAPFeatures","features":[110]},{"name":"raatARAPGuestLogon","features":[110]},{"name":"raatARAPNewPassword","features":[110]},{"name":"raatARAPOldPassword","features":[110]},{"name":"raatARAPPassword","features":[110]},{"name":"raatARAPPasswordChangeReason","features":[110]},{"name":"raatARAPSecurity","features":[110]},{"name":"raatARAPSecurityData","features":[110]},{"name":"raatARAPZoneAccess","features":[110]},{"name":"raatAcctAuthentic","features":[110]},{"name":"raatAcctDelayTime","features":[110]},{"name":"raatAcctEventTimeStamp","features":[110]},{"name":"raatAcctInputOctets","features":[110]},{"name":"raatAcctInputPackets","features":[110]},{"name":"raatAcctInterimInterval","features":[110]},{"name":"raatAcctLinkCount","features":[110]},{"name":"raatAcctMultiSessionId","features":[110]},{"name":"raatAcctOutputOctets","features":[110]},{"name":"raatAcctOutputPackets","features":[110]},{"name":"raatAcctSessionId","features":[110]},{"name":"raatAcctSessionTime","features":[110]},{"name":"raatAcctStatusType","features":[110]},{"name":"raatAcctTerminateCause","features":[110]},{"name":"raatCallbackId","features":[110]},{"name":"raatCallbackNumber","features":[110]},{"name":"raatCalledStationId","features":[110]},{"name":"raatCallingStationId","features":[110]},{"name":"raatCertificateOID","features":[110]},{"name":"raatCertificateThumbprint","features":[110]},{"name":"raatClass","features":[110]},{"name":"raatConfigurationToken","features":[110]},{"name":"raatConnectInfo","features":[110]},{"name":"raatCredentialsChanged","features":[110]},{"name":"raatEAPConfiguration","features":[110]},{"name":"raatEAPMessage","features":[110]},{"name":"raatEAPTLV","features":[110]},{"name":"raatEMSK","features":[110]},{"name":"raatFastRoamedSession","features":[110]},{"name":"raatFilterId","features":[110]},{"name":"raatFramedAppleTalkLink","features":[110]},{"name":"raatFramedAppleTalkNetwork","features":[110]},{"name":"raatFramedAppleTalkZone","features":[110]},{"name":"raatFramedCompression","features":[110]},{"name":"raatFramedIPAddress","features":[110]},{"name":"raatFramedIPNetmask","features":[110]},{"name":"raatFramedIPXNetwork","features":[110]},{"name":"raatFramedIPv6Pool","features":[110]},{"name":"raatFramedIPv6Prefix","features":[110]},{"name":"raatFramedIPv6Route","features":[110]},{"name":"raatFramedInterfaceId","features":[110]},{"name":"raatFramedMTU","features":[110]},{"name":"raatFramedProtocol","features":[110]},{"name":"raatFramedRoute","features":[110]},{"name":"raatFramedRouting","features":[110]},{"name":"raatIdleTimeout","features":[110]},{"name":"raatInnerEAPTypeId","features":[110]},{"name":"raatLoginIPHost","features":[110]},{"name":"raatLoginIPv6Host","features":[110]},{"name":"raatLoginLATGroup","features":[110]},{"name":"raatLoginLATNode","features":[110]},{"name":"raatLoginLATPort","features":[110]},{"name":"raatLoginLATService","features":[110]},{"name":"raatLoginService","features":[110]},{"name":"raatLoginTCPPort","features":[110]},{"name":"raatMD5CHAPChallenge","features":[110]},{"name":"raatMD5CHAPPassword","features":[110]},{"name":"raatMethodId","features":[110]},{"name":"raatMinimum","features":[110]},{"name":"raatNASIPAddress","features":[110]},{"name":"raatNASIPv6Address","features":[110]},{"name":"raatNASIdentifier","features":[110]},{"name":"raatNASPort","features":[110]},{"name":"raatNASPortType","features":[110]},{"name":"raatPEAPEmbeddedEAPTypeId","features":[110]},{"name":"raatPEAPFastRoamedSession","features":[110]},{"name":"raatPasswordRetry","features":[110]},{"name":"raatPeerId","features":[110]},{"name":"raatPortLimit","features":[110]},{"name":"raatPrompt","features":[110]},{"name":"raatProxyState","features":[110]},{"name":"raatReplyMessage","features":[110]},{"name":"raatReserved","features":[110]},{"name":"raatServerId","features":[110]},{"name":"raatServiceType","features":[110]},{"name":"raatSessionId","features":[110]},{"name":"raatSessionTimeout","features":[110]},{"name":"raatSignature","features":[110]},{"name":"raatState","features":[110]},{"name":"raatTerminationAction","features":[110]},{"name":"raatTunnelClientEndpoint","features":[110]},{"name":"raatTunnelMediumType","features":[110]},{"name":"raatTunnelServerEndpoint","features":[110]},{"name":"raatTunnelType","features":[110]},{"name":"raatUnassigned17","features":[110]},{"name":"raatUnassigned21","features":[110]},{"name":"raatUserName","features":[110]},{"name":"raatUserPassword","features":[110]},{"name":"raatVendorSpecific","features":[110]}],"505":[{"name":"CreateAppContainerProfile","features":[138]},{"name":"DeleteAppContainerProfile","features":[138]},{"name":"DeriveAppContainerSidFromAppContainerName","features":[138]},{"name":"DeriveRestrictedAppContainerSidFromAppContainerSidAndRestrictedName","features":[138]},{"name":"GetAppContainerFolderPath","features":[138]},{"name":"GetAppContainerNamedObjectPath","features":[1,138]},{"name":"GetAppContainerRegistryLocation","features":[138,54]},{"name":"IIsolatedAppLauncher","features":[138]},{"name":"IIsolatedProcessLauncher","features":[138]},{"name":"IIsolatedProcessLauncher2","features":[138]},{"name":"IsCrossIsolatedEnvironmentClipboardContent","features":[1,138]},{"name":"IsProcessInIsolatedContainer","features":[1,138]},{"name":"IsProcessInIsolatedWindowsEnvironment","features":[1,138]},{"name":"IsProcessInWDAGContainer","features":[1,138]},{"name":"IsolatedAppLauncher","features":[138]},{"name":"IsolatedAppLauncherTelemetryParameters","features":[1,138]},{"name":"WDAG_CLIPBOARD_TAG","features":[138]}],"506":[{"name":"LicenseKeyAlreadyExists","features":[139]},{"name":"LicenseKeyCorrupted","features":[139]},{"name":"LicenseKeyNotFound","features":[139]},{"name":"LicenseKeyUnprotected","features":[139]},{"name":"LicenseProtectionStatus","features":[139]},{"name":"RegisterLicenseKeyWithExpiration","features":[139]},{"name":"Success","features":[139]},{"name":"ValidateLicenseKeyProtection","features":[1,139]}],"507":[{"name":"ComponentTypeEnforcementClientRp","features":[140]},{"name":"ComponentTypeEnforcementClientSoH","features":[140]},{"name":"CorrelationId","features":[1,140]},{"name":"CountedString","features":[140]},{"name":"ExtendedIsolationState","features":[140]},{"name":"FailureCategory","features":[140]},{"name":"FailureCategoryMapping","features":[1,140]},{"name":"FixupInfo","features":[140]},{"name":"FixupState","features":[140]},{"name":"Ipv4Address","features":[140]},{"name":"Ipv6Address","features":[140]},{"name":"IsolationInfo","features":[1,140]},{"name":"IsolationInfoEx","features":[1,140]},{"name":"IsolationState","features":[140]},{"name":"NapComponentRegistrationInfo","features":[1,140]},{"name":"NapNotifyType","features":[140]},{"name":"NapTracingLevel","features":[140]},{"name":"NetworkSoH","features":[140]},{"name":"PrivateData","features":[140]},{"name":"RemoteConfigurationType","features":[140]},{"name":"ResultCodes","features":[140]},{"name":"SoH","features":[140]},{"name":"SoHAttribute","features":[140]},{"name":"SystemHealthAgentState","features":[140]},{"name":"extendedIsolationStateInfected","features":[140]},{"name":"extendedIsolationStateNoData","features":[140]},{"name":"extendedIsolationStateTransition","features":[140]},{"name":"extendedIsolationStateUnknown","features":[140]},{"name":"failureCategoryClientCommunication","features":[140]},{"name":"failureCategoryClientComponent","features":[140]},{"name":"failureCategoryCount","features":[140]},{"name":"failureCategoryNone","features":[140]},{"name":"failureCategoryOther","features":[140]},{"name":"failureCategoryServerCommunication","features":[140]},{"name":"failureCategoryServerComponent","features":[140]},{"name":"fixupStateCouldNotUpdate","features":[140]},{"name":"fixupStateInProgress","features":[140]},{"name":"fixupStateSuccess","features":[140]},{"name":"freshSoHRequest","features":[140]},{"name":"isolationStateInProbation","features":[140]},{"name":"isolationStateNotRestricted","features":[140]},{"name":"isolationStateRestrictedAccess","features":[140]},{"name":"maxConnectionCountPerEnforcer","features":[140]},{"name":"maxEnforcerCount","features":[140]},{"name":"maxNetworkSoHSize","features":[140]},{"name":"maxPrivateDataSize","features":[140]},{"name":"maxSoHAttributeCount","features":[140]},{"name":"maxSoHAttributeSize","features":[140]},{"name":"maxStringLength","features":[140]},{"name":"maxSystemHealthEntityCount","features":[140]},{"name":"minNetworkSoHSize","features":[140]},{"name":"napNotifyTypeQuarState","features":[140]},{"name":"napNotifyTypeServiceState","features":[140]},{"name":"napNotifyTypeUnknown","features":[140]},{"name":"percentageNotSupported","features":[140]},{"name":"remoteConfigTypeConfigBlob","features":[140]},{"name":"remoteConfigTypeMachine","features":[140]},{"name":"shaFixup","features":[140]},{"name":"tracingLevelAdvanced","features":[140]},{"name":"tracingLevelBasic","features":[140]},{"name":"tracingLevelDebug","features":[140]},{"name":"tracingLevelUndefined","features":[140]}],"509":[{"name":"CAT_MEMBERINFO","features":[133]},{"name":"CAT_MEMBERINFO2","features":[133]},{"name":"CAT_MEMBERINFO2_OBJID","features":[133]},{"name":"CAT_MEMBERINFO2_STRUCT","features":[133]},{"name":"CAT_MEMBERINFO_OBJID","features":[133]},{"name":"CAT_MEMBERINFO_STRUCT","features":[133]},{"name":"CAT_NAMEVALUE","features":[75,133]},{"name":"CAT_NAMEVALUE_OBJID","features":[133]},{"name":"CAT_NAMEVALUE_STRUCT","features":[133]},{"name":"CCPI_RESULT_ALLOW","features":[133]},{"name":"CCPI_RESULT_AUDIT","features":[133]},{"name":"CCPI_RESULT_DENY","features":[133]},{"name":"CERT_CONFIDENCE_AUTHIDEXT","features":[133]},{"name":"CERT_CONFIDENCE_HIGHEST","features":[133]},{"name":"CERT_CONFIDENCE_HYGIENE","features":[133]},{"name":"CERT_CONFIDENCE_SIG","features":[133]},{"name":"CERT_CONFIDENCE_TIME","features":[133]},{"name":"CERT_CONFIDENCE_TIMENEST","features":[133]},{"name":"CONFIG_CI_ACTION_VERIFY","features":[133]},{"name":"CONFIG_CI_PROV_INFO","features":[1,75,133]},{"name":"CONFIG_CI_PROV_INFO_RESULT","features":[1,133]},{"name":"CONFIG_CI_PROV_INFO_RESULT2","features":[1,133]},{"name":"CPD_CHOICE_SIP","features":[133]},{"name":"CPD_RETURN_LOWER_QUALITY_CHAINS","features":[133]},{"name":"CPD_REVOCATION_CHECK_CHAIN","features":[133]},{"name":"CPD_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[133]},{"name":"CPD_REVOCATION_CHECK_END_CERT","features":[133]},{"name":"CPD_REVOCATION_CHECK_NONE","features":[133]},{"name":"CPD_RFC3161v21","features":[133]},{"name":"CPD_UISTATE_MODE_ALLOW","features":[133]},{"name":"CPD_UISTATE_MODE_BLOCK","features":[133]},{"name":"CPD_UISTATE_MODE_MASK","features":[133]},{"name":"CPD_UISTATE_MODE_PROMPT","features":[133]},{"name":"CPD_USE_NT5_CHAIN_FLAG","features":[133]},{"name":"CRYPT_PROVIDER_CERT","features":[1,75,133]},{"name":"CRYPT_PROVIDER_DATA","features":[1,129,130,133]},{"name":"CRYPT_PROVIDER_DEFUSAGE","features":[133]},{"name":"CRYPT_PROVIDER_FUNCTIONS","features":[1,129,130,133]},{"name":"CRYPT_PROVIDER_PRIVDATA","features":[133]},{"name":"CRYPT_PROVIDER_REGDEFUSAGE","features":[133]},{"name":"CRYPT_PROVIDER_SGNR","features":[1,75,133]},{"name":"CRYPT_PROVIDER_SIGSTATE","features":[1,75,133]},{"name":"CRYPT_PROVUI_DATA","features":[133]},{"name":"CRYPT_PROVUI_FUNCS","features":[1,129,130,133]},{"name":"CRYPT_REGISTER_ACTIONID","features":[133]},{"name":"CRYPT_TRUST_REG_ENTRY","features":[133]},{"name":"DRIVER_ACTION_VERIFY","features":[133]},{"name":"DRIVER_CLEANUPPOLICY_FUNCTION","features":[133]},{"name":"DRIVER_FINALPOLPROV_FUNCTION","features":[133]},{"name":"DRIVER_INITPROV_FUNCTION","features":[133]},{"name":"DRIVER_VER_INFO","features":[1,75,133]},{"name":"DRIVER_VER_MAJORMINOR","features":[133]},{"name":"DWACTION_ALLOCANDFILL","features":[133]},{"name":"DWACTION_FREE","features":[133]},{"name":"GENERIC_CHAIN_CERTTRUST_FUNCTION","features":[133]},{"name":"GENERIC_CHAIN_FINALPOLICY_FUNCTION","features":[133]},{"name":"HTTPSPROV_ACTION","features":[133]},{"name":"HTTPS_CERTTRUST_FUNCTION","features":[133]},{"name":"HTTPS_CHKCERT_FUNCTION","features":[133]},{"name":"HTTPS_FINALPOLICY_FUNCTION","features":[133]},{"name":"INTENT_TO_SEAL_ATTRIBUTE","features":[1,133]},{"name":"INTENT_TO_SEAL_ATTRIBUTE_STRUCT","features":[133]},{"name":"OFFICESIGN_ACTION_VERIFY","features":[133]},{"name":"OFFICE_CLEANUPPOLICY_FUNCTION","features":[133]},{"name":"OFFICE_INITPROV_FUNCTION","features":[133]},{"name":"OFFICE_POLICY_PROVIDER_DLL_NAME","features":[133]},{"name":"OpenPersonalTrustDBDialog","features":[1,133]},{"name":"OpenPersonalTrustDBDialogEx","features":[1,133]},{"name":"PFN_ALLOCANDFILLDEFUSAGE","features":[1,133]},{"name":"PFN_CPD_ADD_CERT","features":[1,129,130,133]},{"name":"PFN_CPD_ADD_PRIVDATA","features":[1,129,130,133]},{"name":"PFN_CPD_ADD_SGNR","features":[1,129,130,133]},{"name":"PFN_CPD_ADD_STORE","features":[1,129,130,133]},{"name":"PFN_CPD_MEM_ALLOC","features":[133]},{"name":"PFN_CPD_MEM_FREE","features":[133]},{"name":"PFN_FREEDEFUSAGE","features":[1,133]},{"name":"PFN_PROVIDER_CERTCHKPOLICY_CALL","features":[1,129,130,133]},{"name":"PFN_PROVIDER_CERTTRUST_CALL","features":[1,129,130,133]},{"name":"PFN_PROVIDER_CLEANUP_CALL","features":[1,129,130,133]},{"name":"PFN_PROVIDER_FINALPOLICY_CALL","features":[1,129,130,133]},{"name":"PFN_PROVIDER_INIT_CALL","features":[1,129,130,133]},{"name":"PFN_PROVIDER_OBJTRUST_CALL","features":[1,129,130,133]},{"name":"PFN_PROVIDER_SIGTRUST_CALL","features":[1,129,130,133]},{"name":"PFN_PROVIDER_TESTFINALPOLICY_CALL","features":[1,129,130,133]},{"name":"PFN_PROVUI_CALL","features":[1,129,130,133]},{"name":"PFN_WTD_GENERIC_CHAIN_POLICY_CALLBACK","features":[1,129,130,133]},{"name":"PROVDATA_SIP","features":[1,129,130,133]},{"name":"SEALING_SIGNATURE_ATTRIBUTE","features":[75,133]},{"name":"SEALING_SIGNATURE_ATTRIBUTE_STRUCT","features":[133]},{"name":"SEALING_TIMESTAMP_ATTRIBUTE","features":[75,133]},{"name":"SEALING_TIMESTAMP_ATTRIBUTE_STRUCT","features":[133]},{"name":"SGNR_TYPE_TIMESTAMP","features":[133]},{"name":"SPC_CAB_DATA_OBJID","features":[133]},{"name":"SPC_CAB_DATA_STRUCT","features":[133]},{"name":"SPC_CERT_EXTENSIONS_OBJID","features":[133]},{"name":"SPC_COMMERCIAL_SP_KEY_PURPOSE_OBJID","features":[133]},{"name":"SPC_COMMON_NAME_OBJID","features":[133]},{"name":"SPC_ENCRYPTED_DIGEST_RETRY_COUNT_OBJID","features":[133]},{"name":"SPC_FILE_LINK_CHOICE","features":[133]},{"name":"SPC_FINANCIAL_CRITERIA","features":[1,133]},{"name":"SPC_FINANCIAL_CRITERIA_OBJID","features":[133]},{"name":"SPC_FINANCIAL_CRITERIA_STRUCT","features":[133]},{"name":"SPC_GLUE_RDN_OBJID","features":[133]},{"name":"SPC_IMAGE","features":[75,133]},{"name":"SPC_INDIRECT_DATA_CONTENT","features":[75,133]},{"name":"SPC_INDIRECT_DATA_CONTENT_STRUCT","features":[133]},{"name":"SPC_INDIRECT_DATA_OBJID","features":[133]},{"name":"SPC_INDIVIDUAL_SP_KEY_PURPOSE_OBJID","features":[133]},{"name":"SPC_JAVA_CLASS_DATA_OBJID","features":[133]},{"name":"SPC_JAVA_CLASS_DATA_STRUCT","features":[133]},{"name":"SPC_LINK","features":[75,133]},{"name":"SPC_LINK_OBJID","features":[133]},{"name":"SPC_LINK_STRUCT","features":[133]},{"name":"SPC_MINIMAL_CRITERIA_OBJID","features":[133]},{"name":"SPC_MINIMAL_CRITERIA_STRUCT","features":[133]},{"name":"SPC_MONIKER_LINK_CHOICE","features":[133]},{"name":"SPC_NATURAL_AUTH_PLUGIN_OBJID","features":[133]},{"name":"SPC_PE_IMAGE_DATA","features":[75,133]},{"name":"SPC_PE_IMAGE_DATA_OBJID","features":[133]},{"name":"SPC_PE_IMAGE_DATA_STRUCT","features":[133]},{"name":"SPC_PE_IMAGE_PAGE_HASHES_V1_OBJID","features":[133]},{"name":"SPC_PE_IMAGE_PAGE_HASHES_V2_OBJID","features":[133]},{"name":"SPC_RAW_FILE_DATA_OBJID","features":[133]},{"name":"SPC_RELAXED_PE_MARKER_CHECK_OBJID","features":[133]},{"name":"SPC_SERIALIZED_OBJECT","features":[75,133]},{"name":"SPC_SIGINFO","features":[133]},{"name":"SPC_SIGINFO_OBJID","features":[133]},{"name":"SPC_SIGINFO_STRUCT","features":[133]},{"name":"SPC_SP_AGENCY_INFO","features":[75,133]},{"name":"SPC_SP_AGENCY_INFO_OBJID","features":[133]},{"name":"SPC_SP_AGENCY_INFO_STRUCT","features":[133]},{"name":"SPC_SP_OPUS_INFO","features":[75,133]},{"name":"SPC_SP_OPUS_INFO_OBJID","features":[133]},{"name":"SPC_SP_OPUS_INFO_STRUCT","features":[133]},{"name":"SPC_STATEMENT_TYPE","features":[133]},{"name":"SPC_STATEMENT_TYPE_OBJID","features":[133]},{"name":"SPC_STATEMENT_TYPE_STRUCT","features":[133]},{"name":"SPC_STRUCTURED_STORAGE_DATA_OBJID","features":[133]},{"name":"SPC_TIME_STAMP_REQUEST_OBJID","features":[133]},{"name":"SPC_URL_LINK_CHOICE","features":[133]},{"name":"SPC_UUID_LENGTH","features":[133]},{"name":"SPC_WINDOWS_HELLO_COMPATIBILITY_OBJID","features":[133]},{"name":"SP_CHKCERT_FUNCTION","features":[133]},{"name":"SP_CLEANUPPOLICY_FUNCTION","features":[133]},{"name":"SP_FINALPOLICY_FUNCTION","features":[133]},{"name":"SP_GENERIC_CERT_INIT_FUNCTION","features":[133]},{"name":"SP_INIT_FUNCTION","features":[133]},{"name":"SP_OBJTRUST_FUNCTION","features":[133]},{"name":"SP_POLICY_PROVIDER_DLL_NAME","features":[133]},{"name":"SP_SIGTRUST_FUNCTION","features":[133]},{"name":"SP_TESTDUMPPOLICY_FUNCTION_TEST","features":[133]},{"name":"TRUSTERROR_MAX_STEPS","features":[133]},{"name":"TRUSTERROR_STEP_CATALOGFILE","features":[133]},{"name":"TRUSTERROR_STEP_CERTSTORE","features":[133]},{"name":"TRUSTERROR_STEP_FILEIO","features":[133]},{"name":"TRUSTERROR_STEP_FINAL_CERTCHKPROV","features":[133]},{"name":"TRUSTERROR_STEP_FINAL_CERTPROV","features":[133]},{"name":"TRUSTERROR_STEP_FINAL_INITPROV","features":[133]},{"name":"TRUSTERROR_STEP_FINAL_OBJPROV","features":[133]},{"name":"TRUSTERROR_STEP_FINAL_POLICYPROV","features":[133]},{"name":"TRUSTERROR_STEP_FINAL_SIGPROV","features":[133]},{"name":"TRUSTERROR_STEP_FINAL_UIPROV","features":[133]},{"name":"TRUSTERROR_STEP_FINAL_WVTINIT","features":[133]},{"name":"TRUSTERROR_STEP_MESSAGE","features":[133]},{"name":"TRUSTERROR_STEP_MSG_CERTCHAIN","features":[133]},{"name":"TRUSTERROR_STEP_MSG_COUNTERSIGCERT","features":[133]},{"name":"TRUSTERROR_STEP_MSG_COUNTERSIGINFO","features":[133]},{"name":"TRUSTERROR_STEP_MSG_INNERCNT","features":[133]},{"name":"TRUSTERROR_STEP_MSG_INNERCNTTYPE","features":[133]},{"name":"TRUSTERROR_STEP_MSG_SIGNERCERT","features":[133]},{"name":"TRUSTERROR_STEP_MSG_SIGNERCOUNT","features":[133]},{"name":"TRUSTERROR_STEP_MSG_SIGNERINFO","features":[133]},{"name":"TRUSTERROR_STEP_MSG_STORE","features":[133]},{"name":"TRUSTERROR_STEP_SIP","features":[133]},{"name":"TRUSTERROR_STEP_SIPSUBJINFO","features":[133]},{"name":"TRUSTERROR_STEP_VERIFY_MSGHASH","features":[133]},{"name":"TRUSTERROR_STEP_VERIFY_MSGINDIRECTDATA","features":[133]},{"name":"TRUSTERROR_STEP_WVTPARAMS","features":[133]},{"name":"WINTRUST_ACTION_GENERIC_CERT_VERIFY","features":[133]},{"name":"WINTRUST_ACTION_GENERIC_CHAIN_VERIFY","features":[133]},{"name":"WINTRUST_ACTION_GENERIC_VERIFY_V2","features":[133]},{"name":"WINTRUST_ACTION_TRUSTPROVIDER_TEST","features":[133]},{"name":"WINTRUST_BLOB_INFO","features":[133]},{"name":"WINTRUST_CATALOG_INFO","features":[1,75,133]},{"name":"WINTRUST_CERT_INFO","features":[1,75,133]},{"name":"WINTRUST_CONFIG_REGPATH","features":[133]},{"name":"WINTRUST_DATA","features":[1,75,133]},{"name":"WINTRUST_DATA_PROVIDER_FLAGS","features":[133]},{"name":"WINTRUST_DATA_REVOCATION_CHECKS","features":[133]},{"name":"WINTRUST_DATA_STATE_ACTION","features":[133]},{"name":"WINTRUST_DATA_UICHOICE","features":[133]},{"name":"WINTRUST_DATA_UICONTEXT","features":[133]},{"name":"WINTRUST_DATA_UNION_CHOICE","features":[133]},{"name":"WINTRUST_FILE_INFO","features":[1,133]},{"name":"WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION","features":[133]},{"name":"WINTRUST_MAX_HASH_BYTES_TO_MAP_DEFAULT","features":[133]},{"name":"WINTRUST_MAX_HASH_BYTES_TO_MAP_VALUE_NAME","features":[133]},{"name":"WINTRUST_MAX_HEADER_BYTES_TO_MAP_DEFAULT","features":[133]},{"name":"WINTRUST_MAX_HEADER_BYTES_TO_MAP_VALUE_NAME","features":[133]},{"name":"WINTRUST_POLICY_FLAGS","features":[133]},{"name":"WINTRUST_SGNR_INFO","features":[75,133]},{"name":"WINTRUST_SIGNATURE_SETTINGS","features":[75,133]},{"name":"WINTRUST_SIGNATURE_SETTINGS_FLAGS","features":[133]},{"name":"WIN_CERTIFICATE","features":[133]},{"name":"WIN_CERT_REVISION_1_0","features":[133]},{"name":"WIN_CERT_REVISION_2_0","features":[133]},{"name":"WIN_CERT_TYPE_PKCS_SIGNED_DATA","features":[133]},{"name":"WIN_CERT_TYPE_RESERVED_1","features":[133]},{"name":"WIN_CERT_TYPE_TS_STACK_SIGNED","features":[133]},{"name":"WIN_CERT_TYPE_X509","features":[133]},{"name":"WIN_SPUB_ACTION_NT_ACTIVATE_IMAGE","features":[133]},{"name":"WIN_SPUB_ACTION_PUBLISHED_SOFTWARE","features":[133]},{"name":"WIN_SPUB_ACTION_TRUSTED_PUBLISHER","features":[133]},{"name":"WIN_SPUB_TRUSTED_PUBLISHER_DATA","features":[1,133]},{"name":"WIN_TRUST_ACTDATA_CONTEXT_WITH_SUBJECT","features":[1,133]},{"name":"WIN_TRUST_ACTDATA_SUBJECT_ONLY","features":[133]},{"name":"WIN_TRUST_SUBJECT_FILE","features":[1,133]},{"name":"WIN_TRUST_SUBJECT_FILE_AND_DISPLAY","features":[1,133]},{"name":"WIN_TRUST_SUBJTYPE_CABINET","features":[133]},{"name":"WIN_TRUST_SUBJTYPE_CABINETEX","features":[133]},{"name":"WIN_TRUST_SUBJTYPE_JAVA_CLASS","features":[133]},{"name":"WIN_TRUST_SUBJTYPE_JAVA_CLASSEX","features":[133]},{"name":"WIN_TRUST_SUBJTYPE_OLE_STORAGE","features":[133]},{"name":"WIN_TRUST_SUBJTYPE_PE_IMAGE","features":[133]},{"name":"WIN_TRUST_SUBJTYPE_PE_IMAGEEX","features":[133]},{"name":"WIN_TRUST_SUBJTYPE_RAW_FILE","features":[133]},{"name":"WIN_TRUST_SUBJTYPE_RAW_FILEEX","features":[133]},{"name":"WSS_CERTTRUST_SUPPORT","features":[133]},{"name":"WSS_GET_SECONDARY_SIG_COUNT","features":[133]},{"name":"WSS_INPUT_FLAG_MASK","features":[133]},{"name":"WSS_OBJTRUST_SUPPORT","features":[133]},{"name":"WSS_OUTPUT_FLAG_MASK","features":[133]},{"name":"WSS_OUT_FILE_SUPPORTS_SEAL","features":[133]},{"name":"WSS_OUT_HAS_SEALING_INTENT","features":[133]},{"name":"WSS_OUT_SEALING_STATUS_VERIFIED","features":[133]},{"name":"WSS_SIGTRUST_SUPPORT","features":[133]},{"name":"WSS_VERIFY_SEALING","features":[133]},{"name":"WSS_VERIFY_SPECIFIC","features":[133]},{"name":"WTCI_DONT_OPEN_STORES","features":[133]},{"name":"WTCI_OPEN_ONLY_ROOT","features":[133]},{"name":"WTCI_USE_LOCAL_MACHINE","features":[133]},{"name":"WTD_CACHE_ONLY_URL_RETRIEVAL","features":[133]},{"name":"WTD_CHOICE_BLOB","features":[133]},{"name":"WTD_CHOICE_CATALOG","features":[133]},{"name":"WTD_CHOICE_CERT","features":[133]},{"name":"WTD_CHOICE_FILE","features":[133]},{"name":"WTD_CHOICE_SIGNER","features":[133]},{"name":"WTD_CODE_INTEGRITY_DRIVER_MODE","features":[133]},{"name":"WTD_DISABLE_MD2_MD4","features":[133]},{"name":"WTD_GENERIC_CHAIN_POLICY_CREATE_INFO","features":[1,75,133]},{"name":"WTD_GENERIC_CHAIN_POLICY_DATA","features":[1,129,130,133]},{"name":"WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO","features":[1,75,133]},{"name":"WTD_HASH_ONLY_FLAG","features":[133]},{"name":"WTD_LIFETIME_SIGNING_FLAG","features":[133]},{"name":"WTD_MOTW","features":[133]},{"name":"WTD_NO_IE4_CHAIN_FLAG","features":[133]},{"name":"WTD_NO_POLICY_USAGE_FLAG","features":[133]},{"name":"WTD_PROV_FLAGS_MASK","features":[133]},{"name":"WTD_REVOCATION_CHECK_CHAIN","features":[133]},{"name":"WTD_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[133]},{"name":"WTD_REVOCATION_CHECK_END_CERT","features":[133]},{"name":"WTD_REVOCATION_CHECK_NONE","features":[133]},{"name":"WTD_REVOKE_NONE","features":[133]},{"name":"WTD_REVOKE_WHOLECHAIN","features":[133]},{"name":"WTD_SAFER_FLAG","features":[133]},{"name":"WTD_STATEACTION_AUTO_CACHE","features":[133]},{"name":"WTD_STATEACTION_AUTO_CACHE_FLUSH","features":[133]},{"name":"WTD_STATEACTION_CLOSE","features":[133]},{"name":"WTD_STATEACTION_IGNORE","features":[133]},{"name":"WTD_STATEACTION_VERIFY","features":[133]},{"name":"WTD_UICONTEXT_EXECUTE","features":[133]},{"name":"WTD_UICONTEXT_INSTALL","features":[133]},{"name":"WTD_UI_ALL","features":[133]},{"name":"WTD_UI_NOBAD","features":[133]},{"name":"WTD_UI_NOGOOD","features":[133]},{"name":"WTD_UI_NONE","features":[133]},{"name":"WTD_USE_DEFAULT_OSVER_CHECK","features":[133]},{"name":"WTD_USE_IE4_TRUST_FLAG","features":[133]},{"name":"WTHelperCertCheckValidSignature","features":[1,129,130,133]},{"name":"WTHelperCertIsSelfSigned","features":[1,75,133]},{"name":"WTHelperGetProvCertFromChain","features":[1,75,133]},{"name":"WTHelperGetProvPrivateDataFromChain","features":[1,129,130,133]},{"name":"WTHelperGetProvSignerFromChain","features":[1,129,130,133]},{"name":"WTHelperProvDataFromStateData","features":[1,129,130,133]},{"name":"WTPF_ALLOWONLYPERTRUST","features":[133]},{"name":"WTPF_IGNOREEXPIRATION","features":[133]},{"name":"WTPF_IGNOREREVOCATIONONTS","features":[133]},{"name":"WTPF_IGNOREREVOKATION","features":[133]},{"name":"WTPF_OFFLINEOKNBU_COM","features":[133]},{"name":"WTPF_OFFLINEOKNBU_IND","features":[133]},{"name":"WTPF_OFFLINEOK_COM","features":[133]},{"name":"WTPF_OFFLINEOK_IND","features":[133]},{"name":"WTPF_TESTCANBEVALID","features":[133]},{"name":"WTPF_TRUSTTEST","features":[133]},{"name":"WTPF_VERIFY_V1_OFF","features":[133]},{"name":"WT_ADD_ACTION_ID_RET_RESULT_FLAG","features":[133]},{"name":"WT_CURRENT_VERSION","features":[133]},{"name":"WT_PROVIDER_CERTTRUST_FUNCTION","features":[133]},{"name":"WT_PROVIDER_DLL_NAME","features":[133]},{"name":"WT_TRUSTDBDIALOG_NO_UI_FLAG","features":[133]},{"name":"WT_TRUSTDBDIALOG_ONLY_PUB_TAB_FLAG","features":[133]},{"name":"WT_TRUSTDBDIALOG_WRITE_IEAK_STORE_FLAG","features":[133]},{"name":"WT_TRUSTDBDIALOG_WRITE_LEGACY_REG_FLAG","features":[133]},{"name":"WinVerifyTrust","features":[1,133]},{"name":"WinVerifyTrustEx","features":[1,75,133]},{"name":"WintrustAddActionID","features":[1,133]},{"name":"WintrustAddDefaultForUsage","features":[1,133]},{"name":"WintrustGetDefaultForUsage","features":[1,133]},{"name":"WintrustGetRegPolicyFlags","features":[133]},{"name":"WintrustLoadFunctionPointers","features":[1,129,130,133]},{"name":"WintrustRemoveActionID","features":[1,133]},{"name":"WintrustSetDefaultIncludePEPageHashes","features":[1,133]},{"name":"WintrustSetRegPolicyFlags","features":[1,133]},{"name":"szOID_ENHANCED_HASH","features":[133]},{"name":"szOID_INTENT_TO_SEAL","features":[133]},{"name":"szOID_NESTED_SIGNATURE","features":[133]},{"name":"szOID_PKCS_9_SEQUENCE_NUMBER","features":[133]},{"name":"szOID_SEALING_SIGNATURE","features":[133]},{"name":"szOID_SEALING_TIMESTAMP","features":[133]},{"name":"szOID_TRUSTED_CLIENT_AUTH_CA_LIST","features":[133]},{"name":"szOID_TRUSTED_CODESIGNING_CA_LIST","features":[133]},{"name":"szOID_TRUSTED_SERVER_AUTH_CA_LIST","features":[133]}],"510":[{"name":"PFNMSGECALLBACK","features":[1,141]},{"name":"PWLX_ASSIGN_SHELL_PROTECTION","features":[1,141]},{"name":"PWLX_CHANGE_PASSWORD_NOTIFY","features":[1,141]},{"name":"PWLX_CHANGE_PASSWORD_NOTIFY_EX","features":[1,141]},{"name":"PWLX_CLOSE_USER_DESKTOP","features":[1,141,142]},{"name":"PWLX_CREATE_USER_DESKTOP","features":[1,141,142]},{"name":"PWLX_DIALOG_BOX","features":[1,141,55]},{"name":"PWLX_DIALOG_BOX_INDIRECT","features":[1,141,55]},{"name":"PWLX_DIALOG_BOX_INDIRECT_PARAM","features":[1,141,55]},{"name":"PWLX_DIALOG_BOX_PARAM","features":[1,141,55]},{"name":"PWLX_DISCONNECT","features":[1,141]},{"name":"PWLX_GET_OPTION","features":[1,141]},{"name":"PWLX_GET_SOURCE_DESKTOP","features":[1,141,142]},{"name":"PWLX_MESSAGE_BOX","features":[1,141]},{"name":"PWLX_QUERY_CLIENT_CREDENTIALS","features":[1,141]},{"name":"PWLX_QUERY_CONSOLESWITCH_CREDENTIALS","features":[1,141]},{"name":"PWLX_QUERY_IC_CREDENTIALS","features":[1,141]},{"name":"PWLX_QUERY_TERMINAL_SERVICES_DATA","features":[1,141]},{"name":"PWLX_QUERY_TS_LOGON_CREDENTIALS","features":[1,141]},{"name":"PWLX_SAS_NOTIFY","features":[1,141]},{"name":"PWLX_SET_CONTEXT_POINTER","features":[1,141]},{"name":"PWLX_SET_OPTION","features":[1,141]},{"name":"PWLX_SET_RETURN_DESKTOP","features":[1,141,142]},{"name":"PWLX_SET_TIMEOUT","features":[1,141]},{"name":"PWLX_SWITCH_DESKTOP_TO_USER","features":[1,141]},{"name":"PWLX_SWITCH_DESKTOP_TO_WINLOGON","features":[1,141]},{"name":"PWLX_USE_CTRL_ALT_DEL","features":[1,141]},{"name":"PWLX_WIN31_MIGRATE","features":[1,141]},{"name":"STATUSMSG_OPTION_NOANIMATION","features":[141]},{"name":"STATUSMSG_OPTION_SETFOREGROUND","features":[141]},{"name":"WLX_CLIENT_CREDENTIALS_INFO_V1_0","features":[1,141]},{"name":"WLX_CLIENT_CREDENTIALS_INFO_V2_0","features":[1,141]},{"name":"WLX_CONSOLESWITCHCREDENTIAL_TYPE_V1_0","features":[141]},{"name":"WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0","features":[1,141]},{"name":"WLX_CREATE_INSTANCE_ONLY","features":[141]},{"name":"WLX_CREATE_USER","features":[141]},{"name":"WLX_CREDENTIAL_TYPE_V1_0","features":[141]},{"name":"WLX_CREDENTIAL_TYPE_V2_0","features":[141]},{"name":"WLX_CURRENT_VERSION","features":[141]},{"name":"WLX_DESKTOP","features":[141,142]},{"name":"WLX_DESKTOP_HANDLE","features":[141]},{"name":"WLX_DESKTOP_NAME","features":[141]},{"name":"WLX_DIRECTORY_LENGTH","features":[141]},{"name":"WLX_DISPATCH_VERSION_1_0","features":[1,141,55]},{"name":"WLX_DISPATCH_VERSION_1_1","features":[1,141,142,55]},{"name":"WLX_DISPATCH_VERSION_1_2","features":[1,141,142,55]},{"name":"WLX_DISPATCH_VERSION_1_3","features":[1,141,142,55]},{"name":"WLX_DISPATCH_VERSION_1_4","features":[1,141,142,55]},{"name":"WLX_DLG_INPUT_TIMEOUT","features":[141]},{"name":"WLX_DLG_SAS","features":[141]},{"name":"WLX_DLG_SCREEN_SAVER_TIMEOUT","features":[141]},{"name":"WLX_DLG_USER_LOGOFF","features":[141]},{"name":"WLX_LOGON_OPT_NO_PROFILE","features":[141]},{"name":"WLX_MPR_NOTIFY_INFO","features":[141]},{"name":"WLX_NOTIFICATION_INFO","features":[1,141,142]},{"name":"WLX_OPTION_CONTEXT_POINTER","features":[141]},{"name":"WLX_OPTION_DISPATCH_TABLE_SIZE","features":[141]},{"name":"WLX_OPTION_FORCE_LOGOFF_TIME","features":[141]},{"name":"WLX_OPTION_IGNORE_AUTO_LOGON","features":[141]},{"name":"WLX_OPTION_NO_SWITCH_ON_SAS","features":[141]},{"name":"WLX_OPTION_SMART_CARD_INFO","features":[141]},{"name":"WLX_OPTION_SMART_CARD_PRESENT","features":[141]},{"name":"WLX_OPTION_USE_CTRL_ALT_DEL","features":[141]},{"name":"WLX_OPTION_USE_SMART_CARD","features":[141]},{"name":"WLX_PROFILE_TYPE_V1_0","features":[141]},{"name":"WLX_PROFILE_TYPE_V2_0","features":[141]},{"name":"WLX_PROFILE_V1_0","features":[141]},{"name":"WLX_PROFILE_V2_0","features":[141]},{"name":"WLX_SAS_ACTION_DELAYED_FORCE_LOGOFF","features":[141]},{"name":"WLX_SAS_ACTION_FORCE_LOGOFF","features":[141]},{"name":"WLX_SAS_ACTION_LOCK_WKSTA","features":[141]},{"name":"WLX_SAS_ACTION_LOGOFF","features":[141]},{"name":"WLX_SAS_ACTION_LOGON","features":[141]},{"name":"WLX_SAS_ACTION_NONE","features":[141]},{"name":"WLX_SAS_ACTION_PWD_CHANGED","features":[141]},{"name":"WLX_SAS_ACTION_RECONNECTED","features":[141]},{"name":"WLX_SAS_ACTION_SHUTDOWN","features":[141]},{"name":"WLX_SAS_ACTION_SHUTDOWN_HIBERNATE","features":[141]},{"name":"WLX_SAS_ACTION_SHUTDOWN_POWER_OFF","features":[141]},{"name":"WLX_SAS_ACTION_SHUTDOWN_REBOOT","features":[141]},{"name":"WLX_SAS_ACTION_SHUTDOWN_SLEEP","features":[141]},{"name":"WLX_SAS_ACTION_SHUTDOWN_SLEEP2","features":[141]},{"name":"WLX_SAS_ACTION_SWITCH_CONSOLE","features":[141]},{"name":"WLX_SAS_ACTION_TASKLIST","features":[141]},{"name":"WLX_SAS_ACTION_UNLOCK_WKSTA","features":[141]},{"name":"WLX_SAS_TYPE_AUTHENTICATED","features":[141]},{"name":"WLX_SAS_TYPE_CTRL_ALT_DEL","features":[141]},{"name":"WLX_SAS_TYPE_MAX_MSFT_VALUE","features":[141]},{"name":"WLX_SAS_TYPE_SCRNSVR_ACTIVITY","features":[141]},{"name":"WLX_SAS_TYPE_SCRNSVR_TIMEOUT","features":[141]},{"name":"WLX_SAS_TYPE_SC_FIRST_READER_ARRIVED","features":[141]},{"name":"WLX_SAS_TYPE_SC_INSERT","features":[141]},{"name":"WLX_SAS_TYPE_SC_LAST_READER_REMOVED","features":[141]},{"name":"WLX_SAS_TYPE_SC_REMOVE","features":[141]},{"name":"WLX_SAS_TYPE_SWITCHUSER","features":[141]},{"name":"WLX_SAS_TYPE_TIMEOUT","features":[141]},{"name":"WLX_SAS_TYPE_USER_LOGOFF","features":[141]},{"name":"WLX_SC_NOTIFICATION_INFO","features":[141]},{"name":"WLX_SHUTDOWN_TYPE","features":[141]},{"name":"WLX_TERMINAL_SERVICES_DATA","features":[141]},{"name":"WLX_VERSION_1_0","features":[141]},{"name":"WLX_VERSION_1_1","features":[141]},{"name":"WLX_VERSION_1_2","features":[141]},{"name":"WLX_VERSION_1_3","features":[141]},{"name":"WLX_VERSION_1_4","features":[141]},{"name":"WLX_WM_SAS","features":[141]}],"511":[{"name":"CB_MAX_CABINET_NAME","features":[143]},{"name":"CB_MAX_CAB_PATH","features":[143]},{"name":"CB_MAX_DISK","features":[143]},{"name":"CB_MAX_DISK_NAME","features":[143]},{"name":"CB_MAX_FILENAME","features":[143]},{"name":"CCAB","features":[143]},{"name":"ERF","features":[1,143]},{"name":"FCIAddFile","features":[1,143]},{"name":"FCICreate","features":[1,143]},{"name":"FCIDestroy","features":[1,143]},{"name":"FCIERROR","features":[143]},{"name":"FCIERR_ALLOC_FAIL","features":[143]},{"name":"FCIERR_BAD_COMPR_TYPE","features":[143]},{"name":"FCIERR_CAB_FILE","features":[143]},{"name":"FCIERR_CAB_FORMAT_LIMIT","features":[143]},{"name":"FCIERR_MCI_FAIL","features":[143]},{"name":"FCIERR_NONE","features":[143]},{"name":"FCIERR_OPEN_SRC","features":[143]},{"name":"FCIERR_READ_SRC","features":[143]},{"name":"FCIERR_TEMP_FILE","features":[143]},{"name":"FCIERR_USER_ABORT","features":[143]},{"name":"FCIFlushCabinet","features":[1,143]},{"name":"FCIFlushFolder","features":[1,143]},{"name":"FDICABINETINFO","features":[1,143]},{"name":"FDICREATE_CPU_TYPE","features":[143]},{"name":"FDICopy","features":[1,143]},{"name":"FDICreate","features":[1,143]},{"name":"FDIDECRYPT","features":[1,143]},{"name":"FDIDECRYPTTYPE","features":[143]},{"name":"FDIDestroy","features":[1,143]},{"name":"FDIERROR","features":[143]},{"name":"FDIERROR_ALLOC_FAIL","features":[143]},{"name":"FDIERROR_BAD_COMPR_TYPE","features":[143]},{"name":"FDIERROR_CABINET_NOT_FOUND","features":[143]},{"name":"FDIERROR_CORRUPT_CABINET","features":[143]},{"name":"FDIERROR_EOF","features":[143]},{"name":"FDIERROR_MDI_FAIL","features":[143]},{"name":"FDIERROR_NONE","features":[143]},{"name":"FDIERROR_NOT_A_CABINET","features":[143]},{"name":"FDIERROR_RESERVE_MISMATCH","features":[143]},{"name":"FDIERROR_TARGET_FILE","features":[143]},{"name":"FDIERROR_UNKNOWN_CABINET_VERSION","features":[143]},{"name":"FDIERROR_USER_ABORT","features":[143]},{"name":"FDIERROR_WRONG_CABINET","features":[143]},{"name":"FDIIsCabinet","features":[1,143]},{"name":"FDINOTIFICATION","features":[143]},{"name":"FDINOTIFICATIONTYPE","features":[143]},{"name":"FDISPILLFILE","features":[143]},{"name":"FDISPILLFILE","features":[143]},{"name":"FDITruncateCabinet","features":[1,143]},{"name":"INCLUDED_FCI","features":[143]},{"name":"INCLUDED_FDI","features":[143]},{"name":"INCLUDED_TYPES_FCI_FDI","features":[143]},{"name":"PFNALLOC","features":[143]},{"name":"PFNCLOSE","features":[143]},{"name":"PFNFCIALLOC","features":[143]},{"name":"PFNFCICLOSE","features":[143]},{"name":"PFNFCIDELETE","features":[143]},{"name":"PFNFCIFILEPLACED","features":[1,143]},{"name":"PFNFCIFREE","features":[143]},{"name":"PFNFCIGETNEXTCABINET","features":[1,143]},{"name":"PFNFCIGETOPENINFO","features":[143]},{"name":"PFNFCIGETTEMPFILE","features":[1,143]},{"name":"PFNFCIOPEN","features":[143]},{"name":"PFNFCIREAD","features":[143]},{"name":"PFNFCISEEK","features":[143]},{"name":"PFNFCISTATUS","features":[143]},{"name":"PFNFCIWRITE","features":[143]},{"name":"PFNFDIDECRYPT","features":[1,143]},{"name":"PFNFDINOTIFY","features":[143]},{"name":"PFNFREE","features":[143]},{"name":"PFNOPEN","features":[143]},{"name":"PFNREAD","features":[143]},{"name":"PFNSEEK","features":[143]},{"name":"PFNWRITE","features":[143]},{"name":"_A_EXEC","features":[143]},{"name":"_A_NAME_IS_UTF","features":[143]},{"name":"cpu80286","features":[143]},{"name":"cpu80386","features":[143]},{"name":"cpuUNKNOWN","features":[143]},{"name":"fdidtDECRYPT","features":[143]},{"name":"fdidtNEW_CABINET","features":[143]},{"name":"fdidtNEW_FOLDER","features":[143]},{"name":"fdintCABINET_INFO","features":[143]},{"name":"fdintCLOSE_FILE_INFO","features":[143]},{"name":"fdintCOPY_FILE","features":[143]},{"name":"fdintENUMERATE","features":[143]},{"name":"fdintNEXT_CABINET","features":[143]},{"name":"fdintPARTIAL_FILE","features":[143]},{"name":"statusCabinet","features":[143]},{"name":"statusFile","features":[143]},{"name":"statusFolder","features":[143]},{"name":"tcompBAD","features":[143]},{"name":"tcompLZX_WINDOW_HI","features":[143]},{"name":"tcompLZX_WINDOW_LO","features":[143]},{"name":"tcompMASK_LZX_WINDOW","features":[143]},{"name":"tcompMASK_QUANTUM_LEVEL","features":[143]},{"name":"tcompMASK_QUANTUM_MEM","features":[143]},{"name":"tcompMASK_RESERVED","features":[143]},{"name":"tcompMASK_TYPE","features":[143]},{"name":"tcompQUANTUM_LEVEL_HI","features":[143]},{"name":"tcompQUANTUM_LEVEL_LO","features":[143]},{"name":"tcompQUANTUM_MEM_HI","features":[143]},{"name":"tcompQUANTUM_MEM_LO","features":[143]},{"name":"tcompSHIFT_LZX_WINDOW","features":[143]},{"name":"tcompSHIFT_QUANTUM_LEVEL","features":[143]},{"name":"tcompSHIFT_QUANTUM_MEM","features":[143]},{"name":"tcompTYPE_LZX","features":[143]},{"name":"tcompTYPE_MSZIP","features":[143]},{"name":"tcompTYPE_NONE","features":[143]},{"name":"tcompTYPE_QUANTUM","features":[143]}],"512":[{"name":"CF_CALLBACK","features":[144,145]},{"name":"CF_CALLBACK_CANCEL_FLAGS","features":[144]},{"name":"CF_CALLBACK_CANCEL_FLAG_IO_ABORTED","features":[144]},{"name":"CF_CALLBACK_CANCEL_FLAG_IO_TIMEOUT","features":[144]},{"name":"CF_CALLBACK_CANCEL_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAGS","features":[144]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETED","features":[144]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAGS","features":[144]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_BACKGROUND","features":[144]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_DEHYDRATED","features":[144]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_DEHYDRATE_FLAGS","features":[144]},{"name":"CF_CALLBACK_DEHYDRATE_FLAG_BACKGROUND","features":[144]},{"name":"CF_CALLBACK_DEHYDRATE_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_DEHYDRATION_REASON","features":[144]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_NONE","features":[144]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_INACTIVITY","features":[144]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_LOW_SPACE","features":[144]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_OS_UPGRADE","features":[144]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_USER_MANUAL","features":[144]},{"name":"CF_CALLBACK_DELETE_COMPLETION_FLAGS","features":[144]},{"name":"CF_CALLBACK_DELETE_COMPLETION_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_DELETE_FLAGS","features":[144]},{"name":"CF_CALLBACK_DELETE_FLAG_IS_DIRECTORY","features":[144]},{"name":"CF_CALLBACK_DELETE_FLAG_IS_UNDELETE","features":[144]},{"name":"CF_CALLBACK_DELETE_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_FETCH_DATA_FLAGS","features":[144]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_EXPLICIT_HYDRATION","features":[144]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_RECOVERY","features":[144]},{"name":"CF_CALLBACK_FETCH_PLACEHOLDERS_FLAGS","features":[144]},{"name":"CF_CALLBACK_FETCH_PLACEHOLDERS_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_INFO","features":[144,145]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAGS","features":[144]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNKNOWN","features":[144]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNSUPPORTED","features":[144]},{"name":"CF_CALLBACK_PARAMETERS","features":[144]},{"name":"CF_CALLBACK_REGISTRATION","features":[144,145]},{"name":"CF_CALLBACK_RENAME_COMPLETION_FLAGS","features":[144]},{"name":"CF_CALLBACK_RENAME_COMPLETION_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_RENAME_FLAGS","features":[144]},{"name":"CF_CALLBACK_RENAME_FLAG_IS_DIRECTORY","features":[144]},{"name":"CF_CALLBACK_RENAME_FLAG_NONE","features":[144]},{"name":"CF_CALLBACK_RENAME_FLAG_SOURCE_IN_SCOPE","features":[144]},{"name":"CF_CALLBACK_RENAME_FLAG_TARGET_IN_SCOPE","features":[144]},{"name":"CF_CALLBACK_TYPE","features":[144]},{"name":"CF_CALLBACK_TYPE_CANCEL_FETCH_DATA","features":[144]},{"name":"CF_CALLBACK_TYPE_CANCEL_FETCH_PLACEHOLDERS","features":[144]},{"name":"CF_CALLBACK_TYPE_FETCH_DATA","features":[144]},{"name":"CF_CALLBACK_TYPE_FETCH_PLACEHOLDERS","features":[144]},{"name":"CF_CALLBACK_TYPE_NONE","features":[144]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DEHYDRATE","features":[144]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DEHYDRATE_COMPLETION","features":[144]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DELETE","features":[144]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DELETE_COMPLETION","features":[144]},{"name":"CF_CALLBACK_TYPE_NOTIFY_FILE_CLOSE_COMPLETION","features":[144]},{"name":"CF_CALLBACK_TYPE_NOTIFY_FILE_OPEN_COMPLETION","features":[144]},{"name":"CF_CALLBACK_TYPE_NOTIFY_RENAME","features":[144]},{"name":"CF_CALLBACK_TYPE_NOTIFY_RENAME_COMPLETION","features":[144]},{"name":"CF_CALLBACK_TYPE_VALIDATE_DATA","features":[144]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAGS","features":[144]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAG_EXPLICIT_HYDRATION","features":[144]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAG_NONE","features":[144]},{"name":"CF_CONNECTION_KEY","features":[144]},{"name":"CF_CONNECT_FLAGS","features":[144]},{"name":"CF_CONNECT_FLAG_BLOCK_SELF_IMPLICIT_HYDRATION","features":[144]},{"name":"CF_CONNECT_FLAG_NONE","features":[144]},{"name":"CF_CONNECT_FLAG_REQUIRE_FULL_FILE_PATH","features":[144]},{"name":"CF_CONNECT_FLAG_REQUIRE_PROCESS_INFO","features":[144]},{"name":"CF_CONVERT_FLAGS","features":[144]},{"name":"CF_CONVERT_FLAG_ALWAYS_FULL","features":[144]},{"name":"CF_CONVERT_FLAG_DEHYDRATE","features":[144]},{"name":"CF_CONVERT_FLAG_ENABLE_ON_DEMAND_POPULATION","features":[144]},{"name":"CF_CONVERT_FLAG_FORCE_CONVERT_TO_CLOUD_FILE","features":[144]},{"name":"CF_CONVERT_FLAG_MARK_IN_SYNC","features":[144]},{"name":"CF_CONVERT_FLAG_NONE","features":[144]},{"name":"CF_CREATE_FLAGS","features":[144]},{"name":"CF_CREATE_FLAG_NONE","features":[144]},{"name":"CF_CREATE_FLAG_STOP_ON_ERROR","features":[144]},{"name":"CF_DEHYDRATE_FLAGS","features":[144]},{"name":"CF_DEHYDRATE_FLAG_BACKGROUND","features":[144]},{"name":"CF_DEHYDRATE_FLAG_NONE","features":[144]},{"name":"CF_FILE_RANGE","features":[144]},{"name":"CF_FS_METADATA","features":[144,22]},{"name":"CF_HARDLINK_POLICY","features":[144]},{"name":"CF_HARDLINK_POLICY_ALLOWED","features":[144]},{"name":"CF_HARDLINK_POLICY_NONE","features":[144]},{"name":"CF_HYDRATE_FLAGS","features":[144]},{"name":"CF_HYDRATE_FLAG_NONE","features":[144]},{"name":"CF_HYDRATION_POLICY","features":[144]},{"name":"CF_HYDRATION_POLICY_ALWAYS_FULL","features":[144]},{"name":"CF_HYDRATION_POLICY_FULL","features":[144]},{"name":"CF_HYDRATION_POLICY_MODIFIER","features":[144]},{"name":"CF_HYDRATION_POLICY_MODIFIER_ALLOW_FULL_RESTART_HYDRATION","features":[144]},{"name":"CF_HYDRATION_POLICY_MODIFIER_AUTO_DEHYDRATION_ALLOWED","features":[144]},{"name":"CF_HYDRATION_POLICY_MODIFIER_NONE","features":[144]},{"name":"CF_HYDRATION_POLICY_MODIFIER_STREAMING_ALLOWED","features":[144]},{"name":"CF_HYDRATION_POLICY_MODIFIER_VALIDATION_REQUIRED","features":[144]},{"name":"CF_HYDRATION_POLICY_PARTIAL","features":[144]},{"name":"CF_HYDRATION_POLICY_PRIMARY","features":[144]},{"name":"CF_HYDRATION_POLICY_PROGRESSIVE","features":[144]},{"name":"CF_INSYNC_POLICY","features":[144]},{"name":"CF_INSYNC_POLICY_NONE","features":[144]},{"name":"CF_INSYNC_POLICY_PRESERVE_INSYNC_FOR_SYNC_ENGINE","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_ALL","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_ALL","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_CREATION_TIME","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_HIDDEN_ATTRIBUTE","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_LAST_WRITE_TIME","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_READONLY_ATTRIBUTE","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_SYSTEM_ATTRIBUTE","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_ALL","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_CREATION_TIME","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_HIDDEN_ATTRIBUTE","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_LAST_WRITE_TIME","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_READONLY_ATTRIBUTE","features":[144]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_SYSTEM_ATTRIBUTE","features":[144]},{"name":"CF_IN_SYNC_STATE","features":[144]},{"name":"CF_IN_SYNC_STATE_IN_SYNC","features":[144]},{"name":"CF_IN_SYNC_STATE_NOT_IN_SYNC","features":[144]},{"name":"CF_MAX_PRIORITY_HINT","features":[144]},{"name":"CF_MAX_PROVIDER_NAME_LENGTH","features":[144]},{"name":"CF_MAX_PROVIDER_VERSION_LENGTH","features":[144]},{"name":"CF_OPEN_FILE_FLAGS","features":[144]},{"name":"CF_OPEN_FILE_FLAG_DELETE_ACCESS","features":[144]},{"name":"CF_OPEN_FILE_FLAG_EXCLUSIVE","features":[144]},{"name":"CF_OPEN_FILE_FLAG_FOREGROUND","features":[144]},{"name":"CF_OPEN_FILE_FLAG_NONE","features":[144]},{"name":"CF_OPEN_FILE_FLAG_WRITE_ACCESS","features":[144]},{"name":"CF_OPERATION_ACK_DATA_FLAGS","features":[144]},{"name":"CF_OPERATION_ACK_DATA_FLAG_NONE","features":[144]},{"name":"CF_OPERATION_ACK_DEHYDRATE_FLAGS","features":[144]},{"name":"CF_OPERATION_ACK_DEHYDRATE_FLAG_NONE","features":[144]},{"name":"CF_OPERATION_ACK_DELETE_FLAGS","features":[144]},{"name":"CF_OPERATION_ACK_DELETE_FLAG_NONE","features":[144]},{"name":"CF_OPERATION_ACK_RENAME_FLAGS","features":[144]},{"name":"CF_OPERATION_ACK_RENAME_FLAG_NONE","features":[144]},{"name":"CF_OPERATION_INFO","features":[144,145]},{"name":"CF_OPERATION_PARAMETERS","features":[1,144,22]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAGS","features":[144]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAG_MARK_IN_SYNC","features":[144]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAG_NONE","features":[144]},{"name":"CF_OPERATION_RETRIEVE_DATA_FLAGS","features":[144]},{"name":"CF_OPERATION_RETRIEVE_DATA_FLAG_NONE","features":[144]},{"name":"CF_OPERATION_TRANSFER_DATA_FLAGS","features":[144]},{"name":"CF_OPERATION_TRANSFER_DATA_FLAG_NONE","features":[144]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAGS","features":[144]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[144]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_NONE","features":[144]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_STOP_ON_ERROR","features":[144]},{"name":"CF_OPERATION_TYPE","features":[144]},{"name":"CF_OPERATION_TYPE_ACK_DATA","features":[144]},{"name":"CF_OPERATION_TYPE_ACK_DEHYDRATE","features":[144]},{"name":"CF_OPERATION_TYPE_ACK_DELETE","features":[144]},{"name":"CF_OPERATION_TYPE_ACK_RENAME","features":[144]},{"name":"CF_OPERATION_TYPE_RESTART_HYDRATION","features":[144]},{"name":"CF_OPERATION_TYPE_RETRIEVE_DATA","features":[144]},{"name":"CF_OPERATION_TYPE_TRANSFER_DATA","features":[144]},{"name":"CF_OPERATION_TYPE_TRANSFER_PLACEHOLDERS","features":[144]},{"name":"CF_PIN_STATE","features":[144]},{"name":"CF_PIN_STATE_EXCLUDED","features":[144]},{"name":"CF_PIN_STATE_INHERIT","features":[144]},{"name":"CF_PIN_STATE_PINNED","features":[144]},{"name":"CF_PIN_STATE_UNPINNED","features":[144]},{"name":"CF_PIN_STATE_UNSPECIFIED","features":[144]},{"name":"CF_PLACEHOLDER_BASIC_INFO","features":[144]},{"name":"CF_PLACEHOLDER_CREATE_FLAGS","features":[144]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_ALWAYS_FULL","features":[144]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[144]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_MARK_IN_SYNC","features":[144]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_NONE","features":[144]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_SUPERSEDE","features":[144]},{"name":"CF_PLACEHOLDER_CREATE_INFO","features":[144,22]},{"name":"CF_PLACEHOLDER_INFO_BASIC","features":[144]},{"name":"CF_PLACEHOLDER_INFO_CLASS","features":[144]},{"name":"CF_PLACEHOLDER_INFO_STANDARD","features":[144]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY","features":[144]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_CONVERT_TO_UNRESTRICTED","features":[144]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_CREATE_UNRESTRICTED","features":[144]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_DEFAULT","features":[144]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_UPDATE_UNRESTRICTED","features":[144]},{"name":"CF_PLACEHOLDER_MAX_FILE_IDENTITY_LENGTH","features":[144]},{"name":"CF_PLACEHOLDER_RANGE_INFO_CLASS","features":[144]},{"name":"CF_PLACEHOLDER_RANGE_INFO_MODIFIED","features":[144]},{"name":"CF_PLACEHOLDER_RANGE_INFO_ONDISK","features":[144]},{"name":"CF_PLACEHOLDER_RANGE_INFO_VALIDATED","features":[144]},{"name":"CF_PLACEHOLDER_STANDARD_INFO","features":[144]},{"name":"CF_PLACEHOLDER_STATE","features":[144]},{"name":"CF_PLACEHOLDER_STATE_ESSENTIAL_PROP_PRESENT","features":[144]},{"name":"CF_PLACEHOLDER_STATE_INVALID","features":[144]},{"name":"CF_PLACEHOLDER_STATE_IN_SYNC","features":[144]},{"name":"CF_PLACEHOLDER_STATE_NO_STATES","features":[144]},{"name":"CF_PLACEHOLDER_STATE_PARTIAL","features":[144]},{"name":"CF_PLACEHOLDER_STATE_PARTIALLY_ON_DISK","features":[144]},{"name":"CF_PLACEHOLDER_STATE_PLACEHOLDER","features":[144]},{"name":"CF_PLACEHOLDER_STATE_SYNC_ROOT","features":[144]},{"name":"CF_PLATFORM_INFO","features":[144]},{"name":"CF_POPULATION_POLICY","features":[144]},{"name":"CF_POPULATION_POLICY_ALWAYS_FULL","features":[144]},{"name":"CF_POPULATION_POLICY_FULL","features":[144]},{"name":"CF_POPULATION_POLICY_MODIFIER","features":[144]},{"name":"CF_POPULATION_POLICY_MODIFIER_NONE","features":[144]},{"name":"CF_POPULATION_POLICY_PARTIAL","features":[144]},{"name":"CF_POPULATION_POLICY_PRIMARY","features":[144]},{"name":"CF_PROCESS_INFO","features":[144]},{"name":"CF_PROVIDER_STATUS_CLEAR_FLAGS","features":[144]},{"name":"CF_PROVIDER_STATUS_CONNECTIVITY_LOST","features":[144]},{"name":"CF_PROVIDER_STATUS_DISCONNECTED","features":[144]},{"name":"CF_PROVIDER_STATUS_ERROR","features":[144]},{"name":"CF_PROVIDER_STATUS_IDLE","features":[144]},{"name":"CF_PROVIDER_STATUS_POPULATE_CONTENT","features":[144]},{"name":"CF_PROVIDER_STATUS_POPULATE_METADATA","features":[144]},{"name":"CF_PROVIDER_STATUS_POPULATE_NAMESPACE","features":[144]},{"name":"CF_PROVIDER_STATUS_SYNC_FULL","features":[144]},{"name":"CF_PROVIDER_STATUS_SYNC_INCREMENTAL","features":[144]},{"name":"CF_PROVIDER_STATUS_TERMINATED","features":[144]},{"name":"CF_REGISTER_FLAGS","features":[144]},{"name":"CF_REGISTER_FLAG_DISABLE_ON_DEMAND_POPULATION_ON_ROOT","features":[144]},{"name":"CF_REGISTER_FLAG_MARK_IN_SYNC_ON_ROOT","features":[144]},{"name":"CF_REGISTER_FLAG_NONE","features":[144]},{"name":"CF_REGISTER_FLAG_UPDATE","features":[144]},{"name":"CF_REQUEST_KEY_DEFAULT","features":[144]},{"name":"CF_REVERT_FLAGS","features":[144]},{"name":"CF_REVERT_FLAG_NONE","features":[144]},{"name":"CF_SET_IN_SYNC_FLAGS","features":[144]},{"name":"CF_SET_IN_SYNC_FLAG_NONE","features":[144]},{"name":"CF_SET_PIN_FLAGS","features":[144]},{"name":"CF_SET_PIN_FLAG_NONE","features":[144]},{"name":"CF_SET_PIN_FLAG_RECURSE","features":[144]},{"name":"CF_SET_PIN_FLAG_RECURSE_ONLY","features":[144]},{"name":"CF_SET_PIN_FLAG_RECURSE_STOP_ON_ERROR","features":[144]},{"name":"CF_SYNC_POLICIES","features":[144]},{"name":"CF_SYNC_PROVIDER_STATUS","features":[144]},{"name":"CF_SYNC_REGISTRATION","features":[144]},{"name":"CF_SYNC_ROOT_BASIC_INFO","features":[144]},{"name":"CF_SYNC_ROOT_INFO_BASIC","features":[144]},{"name":"CF_SYNC_ROOT_INFO_CLASS","features":[144]},{"name":"CF_SYNC_ROOT_INFO_PROVIDER","features":[144]},{"name":"CF_SYNC_ROOT_INFO_STANDARD","features":[144]},{"name":"CF_SYNC_ROOT_PROVIDER_INFO","features":[144]},{"name":"CF_SYNC_ROOT_STANDARD_INFO","features":[144]},{"name":"CF_SYNC_STATUS","features":[144]},{"name":"CF_UPDATE_FLAGS","features":[144]},{"name":"CF_UPDATE_FLAG_ALLOW_PARTIAL","features":[144]},{"name":"CF_UPDATE_FLAG_ALWAYS_FULL","features":[144]},{"name":"CF_UPDATE_FLAG_CLEAR_IN_SYNC","features":[144]},{"name":"CF_UPDATE_FLAG_DEHYDRATE","features":[144]},{"name":"CF_UPDATE_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[144]},{"name":"CF_UPDATE_FLAG_ENABLE_ON_DEMAND_POPULATION","features":[144]},{"name":"CF_UPDATE_FLAG_MARK_IN_SYNC","features":[144]},{"name":"CF_UPDATE_FLAG_NONE","features":[144]},{"name":"CF_UPDATE_FLAG_PASSTHROUGH_FS_METADATA","features":[144]},{"name":"CF_UPDATE_FLAG_REMOVE_FILE_IDENTITY","features":[144]},{"name":"CF_UPDATE_FLAG_REMOVE_PROPERTY","features":[144]},{"name":"CF_UPDATE_FLAG_VERIFY_IN_SYNC","features":[144]},{"name":"CfCloseHandle","features":[1,144]},{"name":"CfConnectSyncRoot","features":[144,145]},{"name":"CfConvertToPlaceholder","features":[1,144,7]},{"name":"CfCreatePlaceholders","features":[144,22]},{"name":"CfDehydratePlaceholder","features":[1,144,7]},{"name":"CfDisconnectSyncRoot","features":[144]},{"name":"CfExecute","features":[1,144,22,145]},{"name":"CfGetCorrelationVector","features":[1,144,145]},{"name":"CfGetPlaceholderInfo","features":[1,144]},{"name":"CfGetPlaceholderRangeInfo","features":[1,144]},{"name":"CfGetPlaceholderRangeInfoForHydration","features":[144]},{"name":"CfGetPlaceholderStateFromAttributeTag","features":[144]},{"name":"CfGetPlaceholderStateFromFileInfo","features":[144,22]},{"name":"CfGetPlaceholderStateFromFindData","features":[1,144,22]},{"name":"CfGetPlatformInfo","features":[144]},{"name":"CfGetSyncRootInfoByHandle","features":[1,144]},{"name":"CfGetSyncRootInfoByPath","features":[144]},{"name":"CfGetTransferKey","features":[1,144]},{"name":"CfGetWin32HandleFromProtectedHandle","features":[1,144]},{"name":"CfHydratePlaceholder","features":[1,144,7]},{"name":"CfOpenFileWithOplock","features":[1,144]},{"name":"CfQuerySyncProviderStatus","features":[144]},{"name":"CfReferenceProtectedHandle","features":[1,144]},{"name":"CfRegisterSyncRoot","features":[144]},{"name":"CfReleaseProtectedHandle","features":[1,144]},{"name":"CfReleaseTransferKey","features":[1,144]},{"name":"CfReportProviderProgress","features":[144]},{"name":"CfReportProviderProgress2","features":[144]},{"name":"CfReportSyncStatus","features":[144]},{"name":"CfRevertPlaceholder","features":[1,144,7]},{"name":"CfSetCorrelationVector","features":[1,144,145]},{"name":"CfSetInSyncState","features":[1,144]},{"name":"CfSetPinState","features":[1,144,7]},{"name":"CfUnregisterSyncRoot","features":[144]},{"name":"CfUpdatePlaceholder","features":[1,144,22,7]},{"name":"CfUpdateSyncProviderStatus","features":[144]}],"513":[{"name":"COMPRESSOR_HANDLE","features":[146]},{"name":"COMPRESS_ALGORITHM","features":[146]},{"name":"COMPRESS_ALGORITHM_INVALID","features":[146]},{"name":"COMPRESS_ALGORITHM_LZMS","features":[146]},{"name":"COMPRESS_ALGORITHM_MAX","features":[146]},{"name":"COMPRESS_ALGORITHM_MSZIP","features":[146]},{"name":"COMPRESS_ALGORITHM_NULL","features":[146]},{"name":"COMPRESS_ALGORITHM_XPRESS","features":[146]},{"name":"COMPRESS_ALGORITHM_XPRESS_HUFF","features":[146]},{"name":"COMPRESS_ALLOCATION_ROUTINES","features":[146]},{"name":"COMPRESS_INFORMATION_CLASS","features":[146]},{"name":"COMPRESS_INFORMATION_CLASS_BLOCK_SIZE","features":[146]},{"name":"COMPRESS_INFORMATION_CLASS_INVALID","features":[146]},{"name":"COMPRESS_INFORMATION_CLASS_LEVEL","features":[146]},{"name":"COMPRESS_RAW","features":[146]},{"name":"CloseCompressor","features":[1,146]},{"name":"CloseDecompressor","features":[1,146]},{"name":"Compress","features":[1,146]},{"name":"CreateCompressor","features":[1,146]},{"name":"CreateDecompressor","features":[1,146]},{"name":"DECOMPRESSOR_HANDLE","features":[146]},{"name":"Decompress","features":[1,146]},{"name":"PFN_COMPRESS_ALLOCATE","features":[146]},{"name":"PFN_COMPRESS_FREE","features":[146]},{"name":"QueryCompressorInformation","features":[1,146]},{"name":"QueryDecompressorInformation","features":[1,146]},{"name":"ResetCompressor","features":[1,146]},{"name":"ResetDecompressor","features":[1,146]},{"name":"SetCompressorInformation","features":[1,146]},{"name":"SetDecompressorInformation","features":[1,146]}],"515":[{"name":"DFS_ADD_VOLUME","features":[147]},{"name":"DFS_FORCE_REMOVE","features":[147]},{"name":"DFS_GET_PKT_ENTRY_STATE_ARG","features":[147]},{"name":"DFS_INFO_1","features":[147]},{"name":"DFS_INFO_100","features":[147]},{"name":"DFS_INFO_101","features":[147]},{"name":"DFS_INFO_102","features":[147]},{"name":"DFS_INFO_103","features":[147]},{"name":"DFS_INFO_104","features":[147]},{"name":"DFS_INFO_105","features":[147]},{"name":"DFS_INFO_106","features":[147]},{"name":"DFS_INFO_107","features":[5,147]},{"name":"DFS_INFO_150","features":[5,147]},{"name":"DFS_INFO_1_32","features":[147]},{"name":"DFS_INFO_2","features":[147]},{"name":"DFS_INFO_200","features":[147]},{"name":"DFS_INFO_2_32","features":[147]},{"name":"DFS_INFO_3","features":[147]},{"name":"DFS_INFO_300","features":[147]},{"name":"DFS_INFO_3_32","features":[147]},{"name":"DFS_INFO_4","features":[147]},{"name":"DFS_INFO_4_32","features":[147]},{"name":"DFS_INFO_5","features":[147]},{"name":"DFS_INFO_50","features":[147]},{"name":"DFS_INFO_6","features":[147]},{"name":"DFS_INFO_7","features":[147]},{"name":"DFS_INFO_8","features":[5,147]},{"name":"DFS_INFO_9","features":[5,147]},{"name":"DFS_MOVE_FLAG_REPLACE_IF_EXISTS","features":[147]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN","features":[147]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_COMBINED","features":[147]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_DOMAIN","features":[147]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_SERVER","features":[147]},{"name":"DFS_PROPERTY_FLAG_ABDE","features":[147]},{"name":"DFS_PROPERTY_FLAG_CLUSTER_ENABLED","features":[147]},{"name":"DFS_PROPERTY_FLAG_INSITE_REFERRALS","features":[147]},{"name":"DFS_PROPERTY_FLAG_ROOT_SCALABILITY","features":[147]},{"name":"DFS_PROPERTY_FLAG_SITE_COSTING","features":[147]},{"name":"DFS_PROPERTY_FLAG_TARGET_FAILBACK","features":[147]},{"name":"DFS_RESTORE_VOLUME","features":[147]},{"name":"DFS_SITELIST_INFO","features":[147]},{"name":"DFS_SITENAME_INFO","features":[147]},{"name":"DFS_SITE_PRIMARY","features":[147]},{"name":"DFS_STORAGE_FLAVOR_UNUSED2","features":[147]},{"name":"DFS_STORAGE_INFO","features":[147]},{"name":"DFS_STORAGE_INFO_0_32","features":[147]},{"name":"DFS_STORAGE_INFO_1","features":[147]},{"name":"DFS_STORAGE_STATES","features":[147]},{"name":"DFS_STORAGE_STATE_ACTIVE","features":[147]},{"name":"DFS_STORAGE_STATE_OFFLINE","features":[147]},{"name":"DFS_STORAGE_STATE_ONLINE","features":[147]},{"name":"DFS_SUPPORTED_NAMESPACE_VERSION_INFO","features":[147]},{"name":"DFS_TARGET_PRIORITY","features":[147]},{"name":"DFS_TARGET_PRIORITY_CLASS","features":[147]},{"name":"DFS_VOLUME_FLAVORS","features":[147]},{"name":"DFS_VOLUME_FLAVOR_AD_BLOB","features":[147]},{"name":"DFS_VOLUME_FLAVOR_STANDALONE","features":[147]},{"name":"DFS_VOLUME_FLAVOR_UNUSED1","features":[147]},{"name":"DFS_VOLUME_STATES","features":[147]},{"name":"DFS_VOLUME_STATE_FORCE_SYNC","features":[147]},{"name":"DFS_VOLUME_STATE_INCONSISTENT","features":[147]},{"name":"DFS_VOLUME_STATE_OFFLINE","features":[147]},{"name":"DFS_VOLUME_STATE_OK","features":[147]},{"name":"DFS_VOLUME_STATE_ONLINE","features":[147]},{"name":"DFS_VOLUME_STATE_RESYNCHRONIZE","features":[147]},{"name":"DFS_VOLUME_STATE_STANDBY","features":[147]},{"name":"DfsGlobalHighPriorityClass","features":[147]},{"name":"DfsGlobalLowPriorityClass","features":[147]},{"name":"DfsInvalidPriorityClass","features":[147]},{"name":"DfsSiteCostHighPriorityClass","features":[147]},{"name":"DfsSiteCostLowPriorityClass","features":[147]},{"name":"DfsSiteCostNormalPriorityClass","features":[147]},{"name":"FSCTL_DFS_BASE","features":[147]},{"name":"FSCTL_DFS_GET_PKT_ENTRY_STATE","features":[147]},{"name":"NET_DFS_SETDC_FLAGS","features":[147]},{"name":"NET_DFS_SETDC_INITPKT","features":[147]},{"name":"NET_DFS_SETDC_TIMEOUT","features":[147]},{"name":"NetDfsAdd","features":[147]},{"name":"NetDfsAddFtRoot","features":[147]},{"name":"NetDfsAddRootTarget","features":[147]},{"name":"NetDfsAddStdRoot","features":[147]},{"name":"NetDfsEnum","features":[147]},{"name":"NetDfsGetClientInfo","features":[147]},{"name":"NetDfsGetFtContainerSecurity","features":[5,147]},{"name":"NetDfsGetInfo","features":[147]},{"name":"NetDfsGetSecurity","features":[5,147]},{"name":"NetDfsGetStdContainerSecurity","features":[5,147]},{"name":"NetDfsGetSupportedNamespaceVersion","features":[147]},{"name":"NetDfsMove","features":[147]},{"name":"NetDfsRemove","features":[147]},{"name":"NetDfsRemoveFtRoot","features":[147]},{"name":"NetDfsRemoveFtRootForced","features":[147]},{"name":"NetDfsRemoveRootTarget","features":[147]},{"name":"NetDfsRemoveStdRoot","features":[147]},{"name":"NetDfsSetClientInfo","features":[147]},{"name":"NetDfsSetFtContainerSecurity","features":[5,147]},{"name":"NetDfsSetInfo","features":[147]},{"name":"NetDfsSetSecurity","features":[5,147]},{"name":"NetDfsSetStdContainerSecurity","features":[5,147]}],"517":[{"name":"BackupCancelled","features":[148]},{"name":"BackupInvalidStopReason","features":[148]},{"name":"BackupLimitUserBusyMachineOnAC","features":[148]},{"name":"BackupLimitUserBusyMachineOnDC","features":[148]},{"name":"BackupLimitUserIdleMachineOnDC","features":[148]},{"name":"FHCFG_E_CONFIGURATION_PREVIOUSLY_LOADED","features":[148]},{"name":"FHCFG_E_CONFIG_ALREADY_EXISTS","features":[148]},{"name":"FHCFG_E_CONFIG_FILE_NOT_FOUND","features":[148]},{"name":"FHCFG_E_CORRUPT_CONFIG_FILE","features":[148]},{"name":"FHCFG_E_INVALID_REHYDRATION_STATE","features":[148]},{"name":"FHCFG_E_LEGACY_BACKUP_NOT_FOUND","features":[148]},{"name":"FHCFG_E_LEGACY_BACKUP_USER_EXCLUDED","features":[148]},{"name":"FHCFG_E_LEGACY_TARGET_UNSUPPORTED","features":[148]},{"name":"FHCFG_E_LEGACY_TARGET_VALIDATION_UNSUPPORTED","features":[148]},{"name":"FHCFG_E_NO_VALID_CONFIGURATION_LOADED","features":[148]},{"name":"FHCFG_E_RECOMMENDATION_CHANGE_NOT_ALLOWED","features":[148]},{"name":"FHCFG_E_TARGET_CANNOT_BE_USED","features":[148]},{"name":"FHCFG_E_TARGET_NOT_CONFIGURED","features":[148]},{"name":"FHCFG_E_TARGET_NOT_CONNECTED","features":[148]},{"name":"FHCFG_E_TARGET_NOT_ENOUGH_FREE_SPACE","features":[148]},{"name":"FHCFG_E_TARGET_REHYDRATED_ELSEWHERE","features":[148]},{"name":"FHCFG_E_TARGET_VERIFICATION_FAILED","features":[148]},{"name":"FHSVC_E_BACKUP_BLOCKED","features":[148]},{"name":"FHSVC_E_CONFIG_DISABLED","features":[148]},{"name":"FHSVC_E_CONFIG_DISABLED_GP","features":[148]},{"name":"FHSVC_E_CONFIG_REHYDRATING","features":[148]},{"name":"FHSVC_E_FATAL_CONFIG_ERROR","features":[148]},{"name":"FHSVC_E_NOT_CONFIGURED","features":[148]},{"name":"FH_ACCESS_DENIED","features":[148]},{"name":"FH_BACKUP_STATUS","features":[148]},{"name":"FH_CURRENT_DEFAULT","features":[148]},{"name":"FH_DEVICE_VALIDATION_RESULT","features":[148]},{"name":"FH_DRIVE_FIXED","features":[148]},{"name":"FH_DRIVE_REMOTE","features":[148]},{"name":"FH_DRIVE_REMOVABLE","features":[148]},{"name":"FH_DRIVE_UNKNOWN","features":[148]},{"name":"FH_FOLDER","features":[148]},{"name":"FH_FREQUENCY","features":[148]},{"name":"FH_INVALID_DRIVE_TYPE","features":[148]},{"name":"FH_LIBRARY","features":[148]},{"name":"FH_LOCAL_POLICY_TYPE","features":[148]},{"name":"FH_NAMESPACE_EXISTS","features":[148]},{"name":"FH_PROTECTED_ITEM_CATEGORY","features":[148]},{"name":"FH_READ_ONLY_PERMISSION","features":[148]},{"name":"FH_RETENTION_AGE","features":[148]},{"name":"FH_RETENTION_AGE_BASED","features":[148]},{"name":"FH_RETENTION_DISABLED","features":[148]},{"name":"FH_RETENTION_TYPE","features":[148]},{"name":"FH_RETENTION_TYPES","features":[148]},{"name":"FH_RETENTION_UNLIMITED","features":[148]},{"name":"FH_SERVICE_PIPE_HANDLE","features":[148]},{"name":"FH_STATE_BACKUP_NOT_SUPPORTED","features":[148]},{"name":"FH_STATE_DISABLED_BY_GP","features":[148]},{"name":"FH_STATE_FATAL_CONFIG_ERROR","features":[148]},{"name":"FH_STATE_MIGRATING","features":[148]},{"name":"FH_STATE_NOT_TRACKED","features":[148]},{"name":"FH_STATE_NO_ERROR","features":[148]},{"name":"FH_STATE_OFF","features":[148]},{"name":"FH_STATE_REHYDRATING","features":[148]},{"name":"FH_STATE_RUNNING","features":[148]},{"name":"FH_STATE_STAGING_FULL","features":[148]},{"name":"FH_STATE_TARGET_ABSENT","features":[148]},{"name":"FH_STATE_TARGET_ACCESS_DENIED","features":[148]},{"name":"FH_STATE_TARGET_FS_LIMITATION","features":[148]},{"name":"FH_STATE_TARGET_FULL","features":[148]},{"name":"FH_STATE_TARGET_FULL_RETENTION_MAX","features":[148]},{"name":"FH_STATE_TARGET_LOW_SPACE","features":[148]},{"name":"FH_STATE_TARGET_LOW_SPACE_RETENTION_MAX","features":[148]},{"name":"FH_STATE_TARGET_VOLUME_DIRTY","features":[148]},{"name":"FH_STATE_TOO_MUCH_BEHIND","features":[148]},{"name":"FH_STATUS_DISABLED","features":[148]},{"name":"FH_STATUS_DISABLED_BY_GP","features":[148]},{"name":"FH_STATUS_ENABLED","features":[148]},{"name":"FH_STATUS_REHYDRATING","features":[148]},{"name":"FH_TARGET_DRIVE_TYPE","features":[148]},{"name":"FH_TARGET_DRIVE_TYPES","features":[148]},{"name":"FH_TARGET_NAME","features":[148]},{"name":"FH_TARGET_PART_OF_LIBRARY","features":[148]},{"name":"FH_TARGET_PROPERTY_TYPE","features":[148]},{"name":"FH_TARGET_URL","features":[148]},{"name":"FH_VALID_TARGET","features":[148]},{"name":"FhBackupStopReason","features":[148]},{"name":"FhConfigMgr","features":[148]},{"name":"FhReassociation","features":[148]},{"name":"FhServiceBlockBackup","features":[148]},{"name":"FhServiceClosePipe","features":[148]},{"name":"FhServiceOpenPipe","features":[1,148]},{"name":"FhServiceReloadConfiguration","features":[148]},{"name":"FhServiceStartBackup","features":[1,148]},{"name":"FhServiceStopBackup","features":[1,148]},{"name":"FhServiceUnblockBackup","features":[148]},{"name":"IFhConfigMgr","features":[148]},{"name":"IFhReassociation","features":[148]},{"name":"IFhScopeIterator","features":[148]},{"name":"IFhTarget","features":[148]},{"name":"MAX_BACKUP_STATUS","features":[148]},{"name":"MAX_LOCAL_POLICY","features":[148]},{"name":"MAX_PROTECTED_ITEM_CATEGORY","features":[148]},{"name":"MAX_RETENTION_TYPE","features":[148]},{"name":"MAX_TARGET_PROPERTY","features":[148]},{"name":"MAX_VALIDATION_RESULT","features":[148]}],"519":[{"name":"ACCESS_ALL","features":[22]},{"name":"ACCESS_ATRIB","features":[22]},{"name":"ACCESS_CREATE","features":[22]},{"name":"ACCESS_DELETE","features":[22]},{"name":"ACCESS_EXEC","features":[22]},{"name":"ACCESS_PERM","features":[22]},{"name":"ACCESS_READ","features":[22]},{"name":"ACCESS_WRITE","features":[22]},{"name":"AddLogContainer","features":[1,22]},{"name":"AddLogContainerSet","features":[1,22]},{"name":"AddUsersToEncryptedFile","features":[5,22]},{"name":"AdvanceLogBase","features":[1,22,7]},{"name":"AlignReservedLog","features":[1,22]},{"name":"AllocReservedLog","features":[1,22]},{"name":"AreFileApisANSI","features":[1,22]},{"name":"AreShortNamesEnabled","features":[1,22]},{"name":"BACKUP_ALTERNATE_DATA","features":[22]},{"name":"BACKUP_DATA","features":[22]},{"name":"BACKUP_EA_DATA","features":[22]},{"name":"BACKUP_LINK","features":[22]},{"name":"BACKUP_OBJECT_ID","features":[22]},{"name":"BACKUP_PROPERTY_DATA","features":[22]},{"name":"BACKUP_REPARSE_DATA","features":[22]},{"name":"BACKUP_SECURITY_DATA","features":[22]},{"name":"BACKUP_SPARSE_BLOCK","features":[22]},{"name":"BACKUP_TXFS_DATA","features":[22]},{"name":"BY_HANDLE_FILE_INFORMATION","features":[1,22]},{"name":"BackupRead","features":[1,22]},{"name":"BackupSeek","features":[1,22]},{"name":"BackupWrite","features":[1,22]},{"name":"BuildIoRingCancelRequest","features":[1,22]},{"name":"BuildIoRingFlushFile","features":[1,22]},{"name":"BuildIoRingReadFile","features":[1,22]},{"name":"BuildIoRingRegisterBuffers","features":[22]},{"name":"BuildIoRingRegisterFileHandles","features":[1,22]},{"name":"BuildIoRingWriteFile","features":[1,22]},{"name":"BusType1394","features":[22]},{"name":"BusTypeAta","features":[22]},{"name":"BusTypeAtapi","features":[22]},{"name":"BusTypeFibre","features":[22]},{"name":"BusTypeFileBackedVirtual","features":[22]},{"name":"BusTypeMax","features":[22]},{"name":"BusTypeMaxReserved","features":[22]},{"name":"BusTypeMmc","features":[22]},{"name":"BusTypeNvme","features":[22]},{"name":"BusTypeRAID","features":[22]},{"name":"BusTypeSCM","features":[22]},{"name":"BusTypeSas","features":[22]},{"name":"BusTypeSata","features":[22]},{"name":"BusTypeScsi","features":[22]},{"name":"BusTypeSd","features":[22]},{"name":"BusTypeSpaces","features":[22]},{"name":"BusTypeSsa","features":[22]},{"name":"BusTypeUfs","features":[22]},{"name":"BusTypeUnknown","features":[22]},{"name":"BusTypeUsb","features":[22]},{"name":"BusTypeVirtual","features":[22]},{"name":"BusTypeiScsi","features":[22]},{"name":"CACHE_ACCESS_CHECK","features":[1,5,22]},{"name":"CACHE_DESTROY_CALLBACK","features":[22]},{"name":"CACHE_KEY_COMPARE","features":[22]},{"name":"CACHE_KEY_HASH","features":[22]},{"name":"CACHE_READ_CALLBACK","features":[1,22]},{"name":"CALLBACK_CHUNK_FINISHED","features":[22]},{"name":"CALLBACK_STREAM_SWITCH","features":[22]},{"name":"CLAIMMEDIALABEL","features":[22]},{"name":"CLAIMMEDIALABELEX","features":[22]},{"name":"CLFS_BASELOG_EXTENSION","features":[22]},{"name":"CLFS_BLOCK_ALLOCATION","features":[22]},{"name":"CLFS_BLOCK_DEALLOCATION","features":[22]},{"name":"CLFS_CONTAINER_RELATIVE_PREFIX","features":[22]},{"name":"CLFS_CONTAINER_STREAM_PREFIX","features":[22]},{"name":"CLFS_CONTEXT_MODE","features":[22]},{"name":"CLFS_FLAG","features":[22]},{"name":"CLFS_FLAG_FILTER_INTERMEDIATE_LEVEL","features":[22]},{"name":"CLFS_FLAG_FILTER_TOP_LEVEL","features":[22]},{"name":"CLFS_FLAG_FORCE_APPEND","features":[22]},{"name":"CLFS_FLAG_FORCE_FLUSH","features":[22]},{"name":"CLFS_FLAG_HIDDEN_SYSTEM_LOG","features":[22]},{"name":"CLFS_FLAG_IGNORE_SHARE_ACCESS","features":[22]},{"name":"CLFS_FLAG_MINIFILTER_LEVEL","features":[22]},{"name":"CLFS_FLAG_NON_REENTRANT_FILTER","features":[22]},{"name":"CLFS_FLAG_NO_FLAGS","features":[22]},{"name":"CLFS_FLAG_READ_IN_PROGRESS","features":[22]},{"name":"CLFS_FLAG_REENTRANT_FILE_SYSTEM","features":[22]},{"name":"CLFS_FLAG_REENTRANT_FILTER","features":[22]},{"name":"CLFS_FLAG_USE_RESERVATION","features":[22]},{"name":"CLFS_IOSTATS_CLASS","features":[22]},{"name":"CLFS_LOG_ARCHIVE_MODE","features":[22]},{"name":"CLFS_LOG_NAME_INFORMATION","features":[22]},{"name":"CLFS_MARSHALLING_FLAG_DISABLE_BUFF_INIT","features":[22]},{"name":"CLFS_MARSHALLING_FLAG_NONE","features":[22]},{"name":"CLFS_MAX_CONTAINER_INFO","features":[22]},{"name":"CLFS_MGMT_CLIENT_REGISTRATION_VERSION","features":[22]},{"name":"CLFS_MGMT_NOTIFICATION","features":[22]},{"name":"CLFS_MGMT_NOTIFICATION_TYPE","features":[22]},{"name":"CLFS_MGMT_POLICY","features":[22]},{"name":"CLFS_MGMT_POLICY_TYPE","features":[22]},{"name":"CLFS_MGMT_POLICY_VERSION","features":[22]},{"name":"CLFS_NODE_ID","features":[22]},{"name":"CLFS_PHYSICAL_LSN_INFORMATION","features":[22]},{"name":"CLFS_SCAN_BACKWARD","features":[22]},{"name":"CLFS_SCAN_BUFFERED","features":[22]},{"name":"CLFS_SCAN_CLOSE","features":[22]},{"name":"CLFS_SCAN_FORWARD","features":[22]},{"name":"CLFS_SCAN_INIT","features":[22]},{"name":"CLFS_SCAN_INITIALIZED","features":[22]},{"name":"CLFS_STREAM_ID_INFORMATION","features":[22]},{"name":"CLSID_DiskQuotaControl","features":[22]},{"name":"CLS_ARCHIVE_DESCRIPTOR","features":[22]},{"name":"CLS_CONTAINER_INFORMATION","features":[22]},{"name":"CLS_CONTEXT_MODE","features":[22]},{"name":"CLS_INFORMATION","features":[22]},{"name":"CLS_IOSTATS_CLASS","features":[22]},{"name":"CLS_IO_STATISTICS","features":[22]},{"name":"CLS_IO_STATISTICS_HEADER","features":[22]},{"name":"CLS_LOG_INFORMATION_CLASS","features":[22]},{"name":"CLS_LSN","features":[22]},{"name":"CLS_SCAN_CONTEXT","features":[1,22]},{"name":"CLS_WRITE_ENTRY","features":[22]},{"name":"COMPRESSION_FORMAT","features":[22]},{"name":"COMPRESSION_FORMAT_DEFAULT","features":[22]},{"name":"COMPRESSION_FORMAT_LZNT1","features":[22]},{"name":"COMPRESSION_FORMAT_NONE","features":[22]},{"name":"COMPRESSION_FORMAT_XP10","features":[22]},{"name":"COMPRESSION_FORMAT_XPRESS","features":[22]},{"name":"COMPRESSION_FORMAT_XPRESS_HUFF","features":[22]},{"name":"CONNECTION_INFO_0","features":[22]},{"name":"CONNECTION_INFO_1","features":[22]},{"name":"COPYFILE2_CALLBACK_CHUNK_FINISHED","features":[22]},{"name":"COPYFILE2_CALLBACK_CHUNK_STARTED","features":[22]},{"name":"COPYFILE2_CALLBACK_ERROR","features":[22]},{"name":"COPYFILE2_CALLBACK_MAX","features":[22]},{"name":"COPYFILE2_CALLBACK_NONE","features":[22]},{"name":"COPYFILE2_CALLBACK_POLL_CONTINUE","features":[22]},{"name":"COPYFILE2_CALLBACK_STREAM_FINISHED","features":[22]},{"name":"COPYFILE2_CALLBACK_STREAM_STARTED","features":[22]},{"name":"COPYFILE2_COPY_PHASE","features":[22]},{"name":"COPYFILE2_EXTENDED_PARAMETERS","features":[1,22]},{"name":"COPYFILE2_EXTENDED_PARAMETERS_V2","features":[1,22]},{"name":"COPYFILE2_IO_CYCLE_SIZE_MAX","features":[22]},{"name":"COPYFILE2_IO_CYCLE_SIZE_MIN","features":[22]},{"name":"COPYFILE2_IO_RATE_MIN","features":[22]},{"name":"COPYFILE2_MESSAGE","features":[1,22]},{"name":"COPYFILE2_MESSAGE_ACTION","features":[22]},{"name":"COPYFILE2_MESSAGE_COPY_OFFLOAD","features":[22]},{"name":"COPYFILE2_MESSAGE_TYPE","features":[22]},{"name":"COPYFILE2_PHASE_MAX","features":[22]},{"name":"COPYFILE2_PHASE_NAMEGRAFT_COPY","features":[22]},{"name":"COPYFILE2_PHASE_NONE","features":[22]},{"name":"COPYFILE2_PHASE_PREPARE_DEST","features":[22]},{"name":"COPYFILE2_PHASE_PREPARE_SOURCE","features":[22]},{"name":"COPYFILE2_PHASE_READ_SOURCE","features":[22]},{"name":"COPYFILE2_PHASE_SERVER_COPY","features":[22]},{"name":"COPYFILE2_PHASE_WRITE_DESTINATION","features":[22]},{"name":"COPYFILE2_PROGRESS_CANCEL","features":[22]},{"name":"COPYFILE2_PROGRESS_CONTINUE","features":[22]},{"name":"COPYFILE2_PROGRESS_PAUSE","features":[22]},{"name":"COPYFILE2_PROGRESS_QUIET","features":[22]},{"name":"COPYFILE2_PROGRESS_STOP","features":[22]},{"name":"COPYFILE2_V2_FLAGS","features":[22]},{"name":"COPYFILE_FLAGS","features":[22]},{"name":"COPYPROGRESSROUTINE_PROGRESS","features":[22]},{"name":"COPY_FILE2_V2_DONT_COPY_JUNCTIONS","features":[22]},{"name":"COPY_FILE2_V2_VALID_FLAGS","features":[22]},{"name":"COPY_FILE_ALLOW_DECRYPTED_DESTINATION","features":[22]},{"name":"COPY_FILE_COPY_SYMLINK","features":[22]},{"name":"COPY_FILE_DIRECTORY","features":[22]},{"name":"COPY_FILE_DISABLE_PRE_ALLOCATION","features":[22]},{"name":"COPY_FILE_DONT_REQUEST_DEST_WRITE_DAC","features":[22]},{"name":"COPY_FILE_ENABLE_LOW_FREE_SPACE_MODE","features":[22]},{"name":"COPY_FILE_ENABLE_SPARSE_COPY","features":[22]},{"name":"COPY_FILE_FAIL_IF_EXISTS","features":[22]},{"name":"COPY_FILE_IGNORE_EDP_BLOCK","features":[22]},{"name":"COPY_FILE_IGNORE_SOURCE_ENCRYPTION","features":[22]},{"name":"COPY_FILE_NO_BUFFERING","features":[22]},{"name":"COPY_FILE_NO_OFFLOAD","features":[22]},{"name":"COPY_FILE_OPEN_AND_COPY_REPARSE_POINT","features":[22]},{"name":"COPY_FILE_OPEN_SOURCE_FOR_WRITE","features":[22]},{"name":"COPY_FILE_REQUEST_COMPRESSED_TRAFFIC","features":[22]},{"name":"COPY_FILE_REQUEST_SECURITY_PRIVILEGES","features":[22]},{"name":"COPY_FILE_RESTARTABLE","features":[22]},{"name":"COPY_FILE_RESUME_FROM_PAUSE","features":[22]},{"name":"COPY_FILE_SKIP_ALTERNATE_STREAMS","features":[22]},{"name":"CREATEFILE2_EXTENDED_PARAMETERS","features":[1,5,22]},{"name":"CREATE_ALWAYS","features":[22]},{"name":"CREATE_NEW","features":[22]},{"name":"CREATE_TAPE_PARTITION_METHOD","features":[22]},{"name":"CRM_PROTOCOL_DYNAMIC_MARSHAL_INFO","features":[22]},{"name":"CRM_PROTOCOL_EXPLICIT_MARSHAL_ONLY","features":[22]},{"name":"CRM_PROTOCOL_MAXIMUM_OPTION","features":[22]},{"name":"CSC_CACHE_AUTO_REINT","features":[22]},{"name":"CSC_CACHE_MANUAL_REINT","features":[22]},{"name":"CSC_CACHE_NONE","features":[22]},{"name":"CSC_CACHE_VDO","features":[22]},{"name":"CSC_MASK","features":[22]},{"name":"CSC_MASK_EXT","features":[22]},{"name":"CSV_BLOCK_AND_FILE_CACHE_CALLBACK_VERSION","features":[22]},{"name":"CSV_BLOCK_CACHE_CALLBACK_VERSION","features":[22]},{"name":"CheckNameLegalDOS8Dot3A","features":[1,22]},{"name":"CheckNameLegalDOS8Dot3W","features":[1,22]},{"name":"ClfsClientRecord","features":[22]},{"name":"ClfsContainerActive","features":[22]},{"name":"ClfsContainerActivePendingDelete","features":[22]},{"name":"ClfsContainerInactive","features":[22]},{"name":"ClfsContainerInitializing","features":[22]},{"name":"ClfsContainerPendingArchive","features":[22]},{"name":"ClfsContainerPendingArchiveAndDelete","features":[22]},{"name":"ClfsContextForward","features":[22]},{"name":"ClfsContextNone","features":[22]},{"name":"ClfsContextPrevious","features":[22]},{"name":"ClfsContextUndoNext","features":[22]},{"name":"ClfsDataRecord","features":[22]},{"name":"ClfsIoStatsDefault","features":[22]},{"name":"ClfsIoStatsMax","features":[22]},{"name":"ClfsLogArchiveDisabled","features":[22]},{"name":"ClfsLogArchiveEnabled","features":[22]},{"name":"ClfsLogBasicInformation","features":[22]},{"name":"ClfsLogBasicInformationPhysical","features":[22]},{"name":"ClfsLogPhysicalLsnInformation","features":[22]},{"name":"ClfsLogPhysicalNameInformation","features":[22]},{"name":"ClfsLogStreamIdentifierInformation","features":[22]},{"name":"ClfsLogSystemMarkingInformation","features":[22]},{"name":"ClfsMgmtAdvanceTailNotification","features":[22]},{"name":"ClfsMgmtLogFullHandlerNotification","features":[22]},{"name":"ClfsMgmtLogUnpinnedNotification","features":[22]},{"name":"ClfsMgmtLogWriteNotification","features":[22]},{"name":"ClfsMgmtPolicyAutoGrow","features":[22]},{"name":"ClfsMgmtPolicyAutoShrink","features":[22]},{"name":"ClfsMgmtPolicyGrowthRate","features":[22]},{"name":"ClfsMgmtPolicyInvalid","features":[22]},{"name":"ClfsMgmtPolicyLogTail","features":[22]},{"name":"ClfsMgmtPolicyMaximumSize","features":[22]},{"name":"ClfsMgmtPolicyMinimumSize","features":[22]},{"name":"ClfsMgmtPolicyNewContainerExtension","features":[22]},{"name":"ClfsMgmtPolicyNewContainerPrefix","features":[22]},{"name":"ClfsMgmtPolicyNewContainerSize","features":[22]},{"name":"ClfsMgmtPolicyNewContainerSuffix","features":[22]},{"name":"ClfsNullRecord","features":[22]},{"name":"ClfsRestartRecord","features":[22]},{"name":"CloseAndResetLogFile","features":[1,22]},{"name":"CloseEncryptedFileRaw","features":[22]},{"name":"CloseIoRing","features":[22]},{"name":"ClsContainerActive","features":[22]},{"name":"ClsContainerActivePendingDelete","features":[22]},{"name":"ClsContainerInactive","features":[22]},{"name":"ClsContainerInitializing","features":[22]},{"name":"ClsContainerPendingArchive","features":[22]},{"name":"ClsContainerPendingArchiveAndDelete","features":[22]},{"name":"ClsContextForward","features":[22]},{"name":"ClsContextNone","features":[22]},{"name":"ClsContextPrevious","features":[22]},{"name":"ClsContextUndoNext","features":[22]},{"name":"ClsIoStatsDefault","features":[22]},{"name":"ClsIoStatsMax","features":[22]},{"name":"CommitComplete","features":[1,22]},{"name":"CommitEnlistment","features":[1,22]},{"name":"CommitTransaction","features":[1,22]},{"name":"CommitTransactionAsync","features":[1,22]},{"name":"CompareFileTime","features":[1,22]},{"name":"CopyFile2","features":[1,22]},{"name":"CopyFileA","features":[1,22]},{"name":"CopyFileExA","features":[1,22]},{"name":"CopyFileExW","features":[1,22]},{"name":"CopyFileFromAppW","features":[1,22]},{"name":"CopyFileTransactedA","features":[1,22]},{"name":"CopyFileTransactedW","features":[1,22]},{"name":"CopyFileW","features":[1,22]},{"name":"CopyLZFile","features":[22]},{"name":"CreateDirectoryA","features":[1,5,22]},{"name":"CreateDirectoryExA","features":[1,5,22]},{"name":"CreateDirectoryExW","features":[1,5,22]},{"name":"CreateDirectoryFromAppW","features":[1,5,22]},{"name":"CreateDirectoryTransactedA","features":[1,5,22]},{"name":"CreateDirectoryTransactedW","features":[1,5,22]},{"name":"CreateDirectoryW","features":[1,5,22]},{"name":"CreateEnlistment","features":[1,5,22]},{"name":"CreateFile2","features":[1,5,22]},{"name":"CreateFile2FromAppW","features":[1,5,22]},{"name":"CreateFileA","features":[1,5,22]},{"name":"CreateFileFromAppW","features":[1,5,22]},{"name":"CreateFileTransactedA","features":[1,5,22]},{"name":"CreateFileTransactedW","features":[1,5,22]},{"name":"CreateFileW","features":[1,5,22]},{"name":"CreateHardLinkA","features":[1,5,22]},{"name":"CreateHardLinkTransactedA","features":[1,5,22]},{"name":"CreateHardLinkTransactedW","features":[1,5,22]},{"name":"CreateHardLinkW","features":[1,5,22]},{"name":"CreateIoRing","features":[22]},{"name":"CreateLogContainerScanContext","features":[1,22,7]},{"name":"CreateLogFile","features":[1,5,22]},{"name":"CreateLogMarshallingArea","features":[1,22]},{"name":"CreateResourceManager","features":[1,5,22]},{"name":"CreateSymbolicLinkA","features":[1,22]},{"name":"CreateSymbolicLinkTransactedA","features":[1,22]},{"name":"CreateSymbolicLinkTransactedW","features":[1,22]},{"name":"CreateSymbolicLinkW","features":[1,22]},{"name":"CreateTapePartition","features":[1,22]},{"name":"CreateTransaction","features":[1,5,22]},{"name":"CreateTransactionManager","features":[1,5,22]},{"name":"DDD_EXACT_MATCH_ON_REMOVE","features":[22]},{"name":"DDD_LUID_BROADCAST_DRIVE","features":[22]},{"name":"DDD_NO_BROADCAST_SYSTEM","features":[22]},{"name":"DDD_RAW_TARGET_PATH","features":[22]},{"name":"DDD_REMOVE_DEFINITION","features":[22]},{"name":"DEFINE_DOS_DEVICE_FLAGS","features":[22]},{"name":"DELETE","features":[22]},{"name":"DISKQUOTA_FILESTATE_INCOMPLETE","features":[22]},{"name":"DISKQUOTA_FILESTATE_MASK","features":[22]},{"name":"DISKQUOTA_FILESTATE_REBUILDING","features":[22]},{"name":"DISKQUOTA_LOGFLAG_USER_LIMIT","features":[22]},{"name":"DISKQUOTA_LOGFLAG_USER_THRESHOLD","features":[22]},{"name":"DISKQUOTA_STATE_DISABLED","features":[22]},{"name":"DISKQUOTA_STATE_ENFORCE","features":[22]},{"name":"DISKQUOTA_STATE_MASK","features":[22]},{"name":"DISKQUOTA_STATE_TRACK","features":[22]},{"name":"DISKQUOTA_USERNAME_RESOLVE","features":[22]},{"name":"DISKQUOTA_USERNAME_RESOLVE_ASYNC","features":[22]},{"name":"DISKQUOTA_USERNAME_RESOLVE_NONE","features":[22]},{"name":"DISKQUOTA_USERNAME_RESOLVE_SYNC","features":[22]},{"name":"DISKQUOTA_USER_ACCOUNT_DELETED","features":[22]},{"name":"DISKQUOTA_USER_ACCOUNT_INVALID","features":[22]},{"name":"DISKQUOTA_USER_ACCOUNT_RESOLVED","features":[22]},{"name":"DISKQUOTA_USER_ACCOUNT_UNAVAILABLE","features":[22]},{"name":"DISKQUOTA_USER_ACCOUNT_UNKNOWN","features":[22]},{"name":"DISKQUOTA_USER_ACCOUNT_UNRESOLVED","features":[22]},{"name":"DISKQUOTA_USER_INFORMATION","features":[22]},{"name":"DISK_SPACE_INFORMATION","features":[22]},{"name":"DecryptFileA","features":[1,22]},{"name":"DecryptFileW","features":[1,22]},{"name":"DefineDosDeviceA","features":[1,22]},{"name":"DefineDosDeviceW","features":[1,22]},{"name":"DeleteFileA","features":[1,22]},{"name":"DeleteFileFromAppW","features":[1,22]},{"name":"DeleteFileTransactedA","features":[1,22]},{"name":"DeleteFileTransactedW","features":[1,22]},{"name":"DeleteFileW","features":[1,22]},{"name":"DeleteLogByHandle","features":[1,22]},{"name":"DeleteLogFile","features":[1,22]},{"name":"DeleteLogMarshallingArea","features":[1,22]},{"name":"DeleteVolumeMountPointA","features":[1,22]},{"name":"DeleteVolumeMountPointW","features":[1,22]},{"name":"DeregisterManageableLogClient","features":[1,22]},{"name":"DuplicateEncryptionInfoFile","features":[1,5,22]},{"name":"EA_CONTAINER_NAME","features":[22]},{"name":"EA_CONTAINER_SIZE","features":[22]},{"name":"EFS_CERTIFICATE_BLOB","features":[22]},{"name":"EFS_COMPATIBILITY_INFO","features":[22]},{"name":"EFS_COMPATIBILITY_VERSION_NCRYPT_PROTECTOR","features":[22]},{"name":"EFS_COMPATIBILITY_VERSION_PFILE_PROTECTOR","features":[22]},{"name":"EFS_DECRYPTION_STATUS_INFO","features":[22]},{"name":"EFS_EFS_SUBVER_EFS_CERT","features":[22]},{"name":"EFS_ENCRYPTION_STATUS_INFO","features":[1,22]},{"name":"EFS_HASH_BLOB","features":[22]},{"name":"EFS_KEY_INFO","features":[75,22]},{"name":"EFS_METADATA_ADD_USER","features":[22]},{"name":"EFS_METADATA_GENERAL_OP","features":[22]},{"name":"EFS_METADATA_REMOVE_USER","features":[22]},{"name":"EFS_METADATA_REPLACE_USER","features":[22]},{"name":"EFS_PFILE_SUBVER_APPX","features":[22]},{"name":"EFS_PFILE_SUBVER_RMS","features":[22]},{"name":"EFS_PIN_BLOB","features":[22]},{"name":"EFS_RPC_BLOB","features":[22]},{"name":"EFS_SUBVER_UNKNOWN","features":[22]},{"name":"EFS_VERSION_INFO","features":[22]},{"name":"ENCRYPTED_FILE_METADATA_SIGNATURE","features":[5,22]},{"name":"ENCRYPTION_CERTIFICATE","features":[5,22]},{"name":"ENCRYPTION_CERTIFICATE_HASH","features":[5,22]},{"name":"ENCRYPTION_CERTIFICATE_HASH_LIST","features":[5,22]},{"name":"ENCRYPTION_CERTIFICATE_LIST","features":[5,22]},{"name":"ENCRYPTION_PROTECTOR","features":[5,22]},{"name":"ENCRYPTION_PROTECTOR_LIST","features":[5,22]},{"name":"ENLISTMENT_MAXIMUM_OPTION","features":[22]},{"name":"ENLISTMENT_OBJECT_PATH","features":[22]},{"name":"ENLISTMENT_SUPERIOR","features":[22]},{"name":"ERASE_TAPE_TYPE","features":[22]},{"name":"EncryptFileA","features":[1,22]},{"name":"EncryptFileW","features":[1,22]},{"name":"EncryptionDisable","features":[1,22]},{"name":"EraseTape","features":[1,22]},{"name":"ExtendedFileIdType","features":[22]},{"name":"FCACHE_CREATE_CALLBACK","features":[1,22]},{"name":"FCACHE_RICHCREATE_CALLBACK","features":[1,22]},{"name":"FH_OVERLAPPED","features":[1,22]},{"name":"FILE_ACCESS_RIGHTS","features":[22]},{"name":"FILE_ACTION","features":[22]},{"name":"FILE_ACTION_ADDED","features":[22]},{"name":"FILE_ACTION_MODIFIED","features":[22]},{"name":"FILE_ACTION_REMOVED","features":[22]},{"name":"FILE_ACTION_RENAMED_NEW_NAME","features":[22]},{"name":"FILE_ACTION_RENAMED_OLD_NAME","features":[22]},{"name":"FILE_ADD_FILE","features":[22]},{"name":"FILE_ADD_SUBDIRECTORY","features":[22]},{"name":"FILE_ALIGNMENT_INFO","features":[22]},{"name":"FILE_ALLOCATION_INFO","features":[22]},{"name":"FILE_ALL_ACCESS","features":[22]},{"name":"FILE_APPEND_DATA","features":[22]},{"name":"FILE_ATTRIBUTE_ARCHIVE","features":[22]},{"name":"FILE_ATTRIBUTE_COMPRESSED","features":[22]},{"name":"FILE_ATTRIBUTE_DEVICE","features":[22]},{"name":"FILE_ATTRIBUTE_DIRECTORY","features":[22]},{"name":"FILE_ATTRIBUTE_EA","features":[22]},{"name":"FILE_ATTRIBUTE_ENCRYPTED","features":[22]},{"name":"FILE_ATTRIBUTE_HIDDEN","features":[22]},{"name":"FILE_ATTRIBUTE_INTEGRITY_STREAM","features":[22]},{"name":"FILE_ATTRIBUTE_NORMAL","features":[22]},{"name":"FILE_ATTRIBUTE_NOT_CONTENT_INDEXED","features":[22]},{"name":"FILE_ATTRIBUTE_NO_SCRUB_DATA","features":[22]},{"name":"FILE_ATTRIBUTE_OFFLINE","features":[22]},{"name":"FILE_ATTRIBUTE_PINNED","features":[22]},{"name":"FILE_ATTRIBUTE_READONLY","features":[22]},{"name":"FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS","features":[22]},{"name":"FILE_ATTRIBUTE_RECALL_ON_OPEN","features":[22]},{"name":"FILE_ATTRIBUTE_REPARSE_POINT","features":[22]},{"name":"FILE_ATTRIBUTE_SPARSE_FILE","features":[22]},{"name":"FILE_ATTRIBUTE_SYSTEM","features":[22]},{"name":"FILE_ATTRIBUTE_TAG_INFO","features":[22]},{"name":"FILE_ATTRIBUTE_TEMPORARY","features":[22]},{"name":"FILE_ATTRIBUTE_UNPINNED","features":[22]},{"name":"FILE_ATTRIBUTE_VIRTUAL","features":[22]},{"name":"FILE_BASIC_INFO","features":[22]},{"name":"FILE_BEGIN","features":[22]},{"name":"FILE_CASE_SENSITIVE_INFO","features":[22]},{"name":"FILE_COMPRESSION_INFO","features":[22]},{"name":"FILE_CREATE_PIPE_INSTANCE","features":[22]},{"name":"FILE_CREATION_DISPOSITION","features":[22]},{"name":"FILE_CURRENT","features":[22]},{"name":"FILE_DELETE_CHILD","features":[22]},{"name":"FILE_DEVICE_CD_ROM","features":[22]},{"name":"FILE_DEVICE_DISK","features":[22]},{"name":"FILE_DEVICE_DVD","features":[22]},{"name":"FILE_DEVICE_TAPE","features":[22]},{"name":"FILE_DEVICE_TYPE","features":[22]},{"name":"FILE_DISPOSITION_FLAG_DELETE","features":[22]},{"name":"FILE_DISPOSITION_FLAG_DO_NOT_DELETE","features":[22]},{"name":"FILE_DISPOSITION_FLAG_FORCE_IMAGE_SECTION_CHECK","features":[22]},{"name":"FILE_DISPOSITION_FLAG_IGNORE_READONLY_ATTRIBUTE","features":[22]},{"name":"FILE_DISPOSITION_FLAG_ON_CLOSE","features":[22]},{"name":"FILE_DISPOSITION_FLAG_POSIX_SEMANTICS","features":[22]},{"name":"FILE_DISPOSITION_INFO","features":[1,22]},{"name":"FILE_DISPOSITION_INFO_EX","features":[22]},{"name":"FILE_DISPOSITION_INFO_EX_FLAGS","features":[22]},{"name":"FILE_END","features":[22]},{"name":"FILE_END_OF_FILE_INFO","features":[22]},{"name":"FILE_EXECUTE","features":[22]},{"name":"FILE_EXTENT","features":[22]},{"name":"FILE_FLAGS_AND_ATTRIBUTES","features":[22]},{"name":"FILE_FLAG_BACKUP_SEMANTICS","features":[22]},{"name":"FILE_FLAG_DELETE_ON_CLOSE","features":[22]},{"name":"FILE_FLAG_FIRST_PIPE_INSTANCE","features":[22]},{"name":"FILE_FLAG_NO_BUFFERING","features":[22]},{"name":"FILE_FLAG_OPEN_NO_RECALL","features":[22]},{"name":"FILE_FLAG_OPEN_REPARSE_POINT","features":[22]},{"name":"FILE_FLAG_OVERLAPPED","features":[22]},{"name":"FILE_FLAG_POSIX_SEMANTICS","features":[22]},{"name":"FILE_FLAG_RANDOM_ACCESS","features":[22]},{"name":"FILE_FLAG_SEQUENTIAL_SCAN","features":[22]},{"name":"FILE_FLAG_SESSION_AWARE","features":[22]},{"name":"FILE_FLAG_WRITE_THROUGH","features":[22]},{"name":"FILE_FLUSH_DATA","features":[22]},{"name":"FILE_FLUSH_DEFAULT","features":[22]},{"name":"FILE_FLUSH_MIN_METADATA","features":[22]},{"name":"FILE_FLUSH_MODE","features":[22]},{"name":"FILE_FLUSH_NO_SYNC","features":[22]},{"name":"FILE_FULL_DIR_INFO","features":[22]},{"name":"FILE_GENERIC_EXECUTE","features":[22]},{"name":"FILE_GENERIC_READ","features":[22]},{"name":"FILE_GENERIC_WRITE","features":[22]},{"name":"FILE_ID_128","features":[22]},{"name":"FILE_ID_BOTH_DIR_INFO","features":[22]},{"name":"FILE_ID_DESCRIPTOR","features":[22]},{"name":"FILE_ID_EXTD_DIR_INFO","features":[22]},{"name":"FILE_ID_INFO","features":[22]},{"name":"FILE_ID_TYPE","features":[22]},{"name":"FILE_INFO_2","features":[22]},{"name":"FILE_INFO_3","features":[22]},{"name":"FILE_INFO_BY_HANDLE_CLASS","features":[22]},{"name":"FILE_INFO_FLAGS_PERMISSIONS","features":[22]},{"name":"FILE_IO_PRIORITY_HINT_INFO","features":[22]},{"name":"FILE_LIST_DIRECTORY","features":[22]},{"name":"FILE_NAME_INFO","features":[22]},{"name":"FILE_NAME_NORMALIZED","features":[22]},{"name":"FILE_NAME_OPENED","features":[22]},{"name":"FILE_NOTIFY_CHANGE","features":[22]},{"name":"FILE_NOTIFY_CHANGE_ATTRIBUTES","features":[22]},{"name":"FILE_NOTIFY_CHANGE_CREATION","features":[22]},{"name":"FILE_NOTIFY_CHANGE_DIR_NAME","features":[22]},{"name":"FILE_NOTIFY_CHANGE_FILE_NAME","features":[22]},{"name":"FILE_NOTIFY_CHANGE_LAST_ACCESS","features":[22]},{"name":"FILE_NOTIFY_CHANGE_LAST_WRITE","features":[22]},{"name":"FILE_NOTIFY_CHANGE_SECURITY","features":[22]},{"name":"FILE_NOTIFY_CHANGE_SIZE","features":[22]},{"name":"FILE_NOTIFY_EXTENDED_INFORMATION","features":[22]},{"name":"FILE_NOTIFY_INFORMATION","features":[22]},{"name":"FILE_PROVIDER_COMPRESSION_LZX","features":[22]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS16K","features":[22]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS4K","features":[22]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS8K","features":[22]},{"name":"FILE_READ_ATTRIBUTES","features":[22]},{"name":"FILE_READ_DATA","features":[22]},{"name":"FILE_READ_EA","features":[22]},{"name":"FILE_REMOTE_PROTOCOL_INFO","features":[22]},{"name":"FILE_RENAME_INFO","features":[1,22]},{"name":"FILE_SEGMENT_ELEMENT","features":[22]},{"name":"FILE_SHARE_DELETE","features":[22]},{"name":"FILE_SHARE_MODE","features":[22]},{"name":"FILE_SHARE_NONE","features":[22]},{"name":"FILE_SHARE_READ","features":[22]},{"name":"FILE_SHARE_WRITE","features":[22]},{"name":"FILE_STANDARD_INFO","features":[1,22]},{"name":"FILE_STORAGE_INFO","features":[22]},{"name":"FILE_STREAM_INFO","features":[22]},{"name":"FILE_TRAVERSE","features":[22]},{"name":"FILE_TYPE","features":[22]},{"name":"FILE_TYPE_CHAR","features":[22]},{"name":"FILE_TYPE_DISK","features":[22]},{"name":"FILE_TYPE_PIPE","features":[22]},{"name":"FILE_TYPE_REMOTE","features":[22]},{"name":"FILE_TYPE_UNKNOWN","features":[22]},{"name":"FILE_VER_GET_LOCALISED","features":[22]},{"name":"FILE_VER_GET_NEUTRAL","features":[22]},{"name":"FILE_VER_GET_PREFETCHED","features":[22]},{"name":"FILE_WRITE_ATTRIBUTES","features":[22]},{"name":"FILE_WRITE_DATA","features":[22]},{"name":"FILE_WRITE_EA","features":[22]},{"name":"FILE_WRITE_FLAGS","features":[22]},{"name":"FILE_WRITE_FLAGS_NONE","features":[22]},{"name":"FILE_WRITE_FLAGS_WRITE_THROUGH","features":[22]},{"name":"FINDEX_INFO_LEVELS","features":[22]},{"name":"FINDEX_SEARCH_OPS","features":[22]},{"name":"FIND_FIRST_EX_CASE_SENSITIVE","features":[22]},{"name":"FIND_FIRST_EX_FLAGS","features":[22]},{"name":"FIND_FIRST_EX_LARGE_FETCH","features":[22]},{"name":"FIND_FIRST_EX_ON_DISK_ENTRIES_ONLY","features":[22]},{"name":"FIO_CONTEXT","features":[1,22]},{"name":"FileAlignmentInfo","features":[22]},{"name":"FileAllocationInfo","features":[22]},{"name":"FileAttributeTagInfo","features":[22]},{"name":"FileBasicInfo","features":[22]},{"name":"FileCaseSensitiveInfo","features":[22]},{"name":"FileCompressionInfo","features":[22]},{"name":"FileDispositionInfo","features":[22]},{"name":"FileDispositionInfoEx","features":[22]},{"name":"FileEncryptionStatusA","features":[1,22]},{"name":"FileEncryptionStatusW","features":[1,22]},{"name":"FileEndOfFileInfo","features":[22]},{"name":"FileFullDirectoryInfo","features":[22]},{"name":"FileFullDirectoryRestartInfo","features":[22]},{"name":"FileIdBothDirectoryInfo","features":[22]},{"name":"FileIdBothDirectoryRestartInfo","features":[22]},{"name":"FileIdExtdDirectoryInfo","features":[22]},{"name":"FileIdExtdDirectoryRestartInfo","features":[22]},{"name":"FileIdInfo","features":[22]},{"name":"FileIdType","features":[22]},{"name":"FileIoPriorityHintInfo","features":[22]},{"name":"FileNameInfo","features":[22]},{"name":"FileNormalizedNameInfo","features":[22]},{"name":"FileRemoteProtocolInfo","features":[22]},{"name":"FileRenameInfo","features":[22]},{"name":"FileRenameInfoEx","features":[22]},{"name":"FileStandardInfo","features":[22]},{"name":"FileStorageInfo","features":[22]},{"name":"FileStreamInfo","features":[22]},{"name":"FileTimeToLocalFileTime","features":[1,22]},{"name":"FindClose","features":[1,22]},{"name":"FindCloseChangeNotification","features":[1,22]},{"name":"FindExInfoBasic","features":[22]},{"name":"FindExInfoMaxInfoLevel","features":[22]},{"name":"FindExInfoStandard","features":[22]},{"name":"FindExSearchLimitToDevices","features":[22]},{"name":"FindExSearchLimitToDirectories","features":[22]},{"name":"FindExSearchMaxSearchOp","features":[22]},{"name":"FindExSearchNameMatch","features":[22]},{"name":"FindFirstChangeNotificationA","features":[1,22]},{"name":"FindFirstChangeNotificationW","features":[1,22]},{"name":"FindFirstFileA","features":[1,22]},{"name":"FindFirstFileExA","features":[1,22]},{"name":"FindFirstFileExFromAppW","features":[1,22]},{"name":"FindFirstFileExW","features":[1,22]},{"name":"FindFirstFileNameTransactedW","features":[1,22]},{"name":"FindFirstFileNameW","features":[1,22]},{"name":"FindFirstFileTransactedA","features":[1,22]},{"name":"FindFirstFileTransactedW","features":[1,22]},{"name":"FindFirstFileW","features":[1,22]},{"name":"FindFirstStreamTransactedW","features":[1,22]},{"name":"FindFirstStreamW","features":[1,22]},{"name":"FindFirstVolumeA","features":[1,22]},{"name":"FindFirstVolumeMountPointA","features":[1,22]},{"name":"FindFirstVolumeMountPointW","features":[1,22]},{"name":"FindFirstVolumeW","features":[1,22]},{"name":"FindNextChangeNotification","features":[1,22]},{"name":"FindNextFileA","features":[1,22]},{"name":"FindNextFileNameW","features":[1,22]},{"name":"FindNextFileW","features":[1,22]},{"name":"FindNextStreamW","features":[1,22]},{"name":"FindNextVolumeA","features":[1,22]},{"name":"FindNextVolumeMountPointA","features":[1,22]},{"name":"FindNextVolumeMountPointW","features":[1,22]},{"name":"FindNextVolumeW","features":[1,22]},{"name":"FindStreamInfoMaxInfoLevel","features":[22]},{"name":"FindStreamInfoStandard","features":[22]},{"name":"FindVolumeClose","features":[1,22]},{"name":"FindVolumeMountPointClose","features":[1,22]},{"name":"FlushFileBuffers","features":[1,22]},{"name":"FlushLogBuffers","features":[1,22,7]},{"name":"FlushLogToLsn","features":[1,22,7]},{"name":"FreeEncryptedFileMetadata","features":[22]},{"name":"FreeEncryptionCertificateHashList","features":[5,22]},{"name":"FreeReservedLog","features":[1,22]},{"name":"GETFINALPATHNAMEBYHANDLE_FLAGS","features":[22]},{"name":"GET_FILEEX_INFO_LEVELS","features":[22]},{"name":"GET_FILE_VERSION_INFO_FLAGS","features":[22]},{"name":"GET_TAPE_DRIVE_INFORMATION","features":[22]},{"name":"GET_TAPE_DRIVE_PARAMETERS_OPERATION","features":[22]},{"name":"GET_TAPE_MEDIA_INFORMATION","features":[22]},{"name":"GetBinaryTypeA","features":[1,22]},{"name":"GetBinaryTypeW","features":[1,22]},{"name":"GetCompressedFileSizeA","features":[22]},{"name":"GetCompressedFileSizeTransactedA","features":[1,22]},{"name":"GetCompressedFileSizeTransactedW","features":[1,22]},{"name":"GetCompressedFileSizeW","features":[22]},{"name":"GetCurrentClockTransactionManager","features":[1,22]},{"name":"GetDiskFreeSpaceA","features":[1,22]},{"name":"GetDiskFreeSpaceExA","features":[1,22]},{"name":"GetDiskFreeSpaceExW","features":[1,22]},{"name":"GetDiskFreeSpaceW","features":[1,22]},{"name":"GetDiskSpaceInformationA","features":[22]},{"name":"GetDiskSpaceInformationW","features":[22]},{"name":"GetDriveTypeA","features":[22]},{"name":"GetDriveTypeW","features":[22]},{"name":"GetEncryptedFileMetadata","features":[22]},{"name":"GetEnlistmentId","features":[1,22]},{"name":"GetEnlistmentRecoveryInformation","features":[1,22]},{"name":"GetExpandedNameA","features":[22]},{"name":"GetExpandedNameW","features":[22]},{"name":"GetFileAttributesA","features":[22]},{"name":"GetFileAttributesExA","features":[1,22]},{"name":"GetFileAttributesExFromAppW","features":[1,22]},{"name":"GetFileAttributesExW","features":[1,22]},{"name":"GetFileAttributesTransactedA","features":[1,22]},{"name":"GetFileAttributesTransactedW","features":[1,22]},{"name":"GetFileAttributesW","features":[22]},{"name":"GetFileBandwidthReservation","features":[1,22]},{"name":"GetFileExInfoStandard","features":[22]},{"name":"GetFileExMaxInfoLevel","features":[22]},{"name":"GetFileInformationByHandle","features":[1,22]},{"name":"GetFileInformationByHandleEx","features":[1,22]},{"name":"GetFileSize","features":[1,22]},{"name":"GetFileSizeEx","features":[1,22]},{"name":"GetFileTime","features":[1,22]},{"name":"GetFileType","features":[1,22]},{"name":"GetFileVersionInfoA","features":[1,22]},{"name":"GetFileVersionInfoExA","features":[1,22]},{"name":"GetFileVersionInfoExW","features":[1,22]},{"name":"GetFileVersionInfoSizeA","features":[22]},{"name":"GetFileVersionInfoSizeExA","features":[22]},{"name":"GetFileVersionInfoSizeExW","features":[22]},{"name":"GetFileVersionInfoSizeW","features":[22]},{"name":"GetFileVersionInfoW","features":[1,22]},{"name":"GetFinalPathNameByHandleA","features":[1,22]},{"name":"GetFinalPathNameByHandleW","features":[1,22]},{"name":"GetFullPathNameA","features":[22]},{"name":"GetFullPathNameTransactedA","features":[1,22]},{"name":"GetFullPathNameTransactedW","features":[1,22]},{"name":"GetFullPathNameW","features":[22]},{"name":"GetIoRingInfo","features":[22]},{"name":"GetLogContainerName","features":[1,22]},{"name":"GetLogFileInformation","features":[1,22]},{"name":"GetLogIoStatistics","features":[1,22]},{"name":"GetLogReservationInfo","features":[1,22]},{"name":"GetLogicalDriveStringsA","features":[22]},{"name":"GetLogicalDriveStringsW","features":[22]},{"name":"GetLogicalDrives","features":[22]},{"name":"GetLongPathNameA","features":[22]},{"name":"GetLongPathNameTransactedA","features":[1,22]},{"name":"GetLongPathNameTransactedW","features":[1,22]},{"name":"GetLongPathNameW","features":[22]},{"name":"GetNextLogArchiveExtent","features":[1,22]},{"name":"GetNotificationResourceManager","features":[1,22]},{"name":"GetNotificationResourceManagerAsync","features":[1,22,7]},{"name":"GetShortPathNameA","features":[22]},{"name":"GetShortPathNameW","features":[22]},{"name":"GetTapeParameters","features":[1,22]},{"name":"GetTapePosition","features":[1,22]},{"name":"GetTapeStatus","features":[1,22]},{"name":"GetTempFileNameA","features":[22]},{"name":"GetTempFileNameW","features":[22]},{"name":"GetTempPath2A","features":[22]},{"name":"GetTempPath2W","features":[22]},{"name":"GetTempPathA","features":[22]},{"name":"GetTempPathW","features":[22]},{"name":"GetTransactionId","features":[1,22]},{"name":"GetTransactionInformation","features":[1,22]},{"name":"GetTransactionManagerId","features":[1,22]},{"name":"GetVolumeInformationA","features":[1,22]},{"name":"GetVolumeInformationByHandleW","features":[1,22]},{"name":"GetVolumeInformationW","features":[1,22]},{"name":"GetVolumeNameForVolumeMountPointA","features":[1,22]},{"name":"GetVolumeNameForVolumeMountPointW","features":[1,22]},{"name":"GetVolumePathNameA","features":[1,22]},{"name":"GetVolumePathNameW","features":[1,22]},{"name":"GetVolumePathNamesForVolumeNameA","features":[1,22]},{"name":"GetVolumePathNamesForVolumeNameW","features":[1,22]},{"name":"HIORING","features":[22]},{"name":"HandleLogFull","features":[1,22]},{"name":"IDiskQuotaControl","features":[22]},{"name":"IDiskQuotaEvents","features":[22]},{"name":"IDiskQuotaUser","features":[22]},{"name":"IDiskQuotaUserBatch","features":[22]},{"name":"IEnumDiskQuotaUsers","features":[22]},{"name":"INVALID_FILE_ATTRIBUTES","features":[22]},{"name":"INVALID_FILE_SIZE","features":[22]},{"name":"INVALID_SET_FILE_POINTER","features":[22]},{"name":"IOCTL_VOLUME_ALLOCATE_BC_STREAM","features":[22]},{"name":"IOCTL_VOLUME_BASE","features":[22]},{"name":"IOCTL_VOLUME_BC_VERSION","features":[22]},{"name":"IOCTL_VOLUME_FREE_BC_STREAM","features":[22]},{"name":"IOCTL_VOLUME_GET_BC_PROPERTIES","features":[22]},{"name":"IOCTL_VOLUME_GET_CSVBLOCKCACHE_CALLBACK","features":[22]},{"name":"IOCTL_VOLUME_GET_GPT_ATTRIBUTES","features":[22]},{"name":"IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS","features":[22]},{"name":"IOCTL_VOLUME_IS_CLUSTERED","features":[22]},{"name":"IOCTL_VOLUME_IS_CSV","features":[22]},{"name":"IOCTL_VOLUME_IS_DYNAMIC","features":[22]},{"name":"IOCTL_VOLUME_IS_IO_CAPABLE","features":[22]},{"name":"IOCTL_VOLUME_IS_OFFLINE","features":[22]},{"name":"IOCTL_VOLUME_IS_PARTITION","features":[22]},{"name":"IOCTL_VOLUME_LOGICAL_TO_PHYSICAL","features":[22]},{"name":"IOCTL_VOLUME_OFFLINE","features":[22]},{"name":"IOCTL_VOLUME_ONLINE","features":[22]},{"name":"IOCTL_VOLUME_PHYSICAL_TO_LOGICAL","features":[22]},{"name":"IOCTL_VOLUME_POST_ONLINE","features":[22]},{"name":"IOCTL_VOLUME_PREPARE_FOR_CRITICAL_IO","features":[22]},{"name":"IOCTL_VOLUME_PREPARE_FOR_SHRINK","features":[22]},{"name":"IOCTL_VOLUME_QUERY_ALLOCATION_HINT","features":[22]},{"name":"IOCTL_VOLUME_QUERY_FAILOVER_SET","features":[22]},{"name":"IOCTL_VOLUME_QUERY_MINIMUM_SHRINK_SIZE","features":[22]},{"name":"IOCTL_VOLUME_QUERY_VOLUME_NUMBER","features":[22]},{"name":"IOCTL_VOLUME_READ_PLEX","features":[22]},{"name":"IOCTL_VOLUME_SET_GPT_ATTRIBUTES","features":[22]},{"name":"IOCTL_VOLUME_SUPPORTS_ONLINE_OFFLINE","features":[22]},{"name":"IOCTL_VOLUME_UPDATE_PROPERTIES","features":[22]},{"name":"IORING_BUFFER_INFO","features":[22]},{"name":"IORING_BUFFER_REF","features":[22]},{"name":"IORING_CAPABILITIES","features":[22]},{"name":"IORING_CQE","features":[22]},{"name":"IORING_CREATE_ADVISORY_FLAGS","features":[22]},{"name":"IORING_CREATE_ADVISORY_FLAGS_NONE","features":[22]},{"name":"IORING_CREATE_FLAGS","features":[22]},{"name":"IORING_CREATE_REQUIRED_FLAGS","features":[22]},{"name":"IORING_CREATE_REQUIRED_FLAGS_NONE","features":[22]},{"name":"IORING_FEATURE_FLAGS","features":[22]},{"name":"IORING_FEATURE_FLAGS_NONE","features":[22]},{"name":"IORING_FEATURE_SET_COMPLETION_EVENT","features":[22]},{"name":"IORING_FEATURE_UM_EMULATION","features":[22]},{"name":"IORING_HANDLE_REF","features":[1,22]},{"name":"IORING_INFO","features":[22]},{"name":"IORING_OP_CANCEL","features":[22]},{"name":"IORING_OP_CODE","features":[22]},{"name":"IORING_OP_FLUSH","features":[22]},{"name":"IORING_OP_NOP","features":[22]},{"name":"IORING_OP_READ","features":[22]},{"name":"IORING_OP_REGISTER_BUFFERS","features":[22]},{"name":"IORING_OP_REGISTER_FILES","features":[22]},{"name":"IORING_OP_WRITE","features":[22]},{"name":"IORING_REF_KIND","features":[22]},{"name":"IORING_REF_RAW","features":[22]},{"name":"IORING_REF_REGISTERED","features":[22]},{"name":"IORING_REGISTERED_BUFFER","features":[22]},{"name":"IORING_SQE_FLAGS","features":[22]},{"name":"IORING_VERSION","features":[22]},{"name":"IORING_VERSION_1","features":[22]},{"name":"IORING_VERSION_2","features":[22]},{"name":"IORING_VERSION_3","features":[22]},{"name":"IORING_VERSION_INVALID","features":[22]},{"name":"IOSQE_FLAGS_DRAIN_PRECEDING_OPS","features":[22]},{"name":"IOSQE_FLAGS_NONE","features":[22]},{"name":"InstallLogPolicy","features":[1,22]},{"name":"IoPriorityHintLow","features":[22]},{"name":"IoPriorityHintNormal","features":[22]},{"name":"IoPriorityHintVeryLow","features":[22]},{"name":"IsIoRingOpSupported","features":[1,22]},{"name":"KCRM_MARSHAL_HEADER","features":[22]},{"name":"KCRM_PROTOCOL_BLOB","features":[22]},{"name":"KCRM_TRANSACTION_BLOB","features":[22]},{"name":"KTM_MARSHAL_BLOB_VERSION_MAJOR","features":[22]},{"name":"KTM_MARSHAL_BLOB_VERSION_MINOR","features":[22]},{"name":"LOCKFILE_EXCLUSIVE_LOCK","features":[22]},{"name":"LOCKFILE_FAIL_IMMEDIATELY","features":[22]},{"name":"LOCK_FILE_FLAGS","features":[22]},{"name":"LOG_MANAGEMENT_CALLBACKS","features":[1,22]},{"name":"LOG_POLICY_OVERWRITE","features":[22]},{"name":"LOG_POLICY_PERSIST","features":[22]},{"name":"LPPROGRESS_ROUTINE","features":[1,22]},{"name":"LPPROGRESS_ROUTINE_CALLBACK_REASON","features":[22]},{"name":"LZClose","features":[22]},{"name":"LZCopy","features":[22]},{"name":"LZDone","features":[22]},{"name":"LZERROR_BADINHANDLE","features":[22]},{"name":"LZERROR_BADOUTHANDLE","features":[22]},{"name":"LZERROR_BADVALUE","features":[22]},{"name":"LZERROR_GLOBALLOC","features":[22]},{"name":"LZERROR_GLOBLOCK","features":[22]},{"name":"LZERROR_READ","features":[22]},{"name":"LZERROR_UNKNOWNALG","features":[22]},{"name":"LZERROR_WRITE","features":[22]},{"name":"LZInit","features":[22]},{"name":"LZOPENFILE_STYLE","features":[22]},{"name":"LZOpenFileA","features":[22]},{"name":"LZOpenFileW","features":[22]},{"name":"LZRead","features":[22]},{"name":"LZSeek","features":[22]},{"name":"LZStart","features":[22]},{"name":"LocalFileTimeToFileTime","features":[1,22]},{"name":"LockFile","features":[1,22]},{"name":"LockFileEx","features":[1,22,7]},{"name":"LogTailAdvanceFailure","features":[1,22]},{"name":"LsnBlockOffset","features":[22]},{"name":"LsnContainer","features":[22]},{"name":"LsnCreate","features":[22]},{"name":"LsnEqual","features":[1,22]},{"name":"LsnGreater","features":[1,22]},{"name":"LsnIncrement","features":[22]},{"name":"LsnInvalid","features":[1,22]},{"name":"LsnLess","features":[1,22]},{"name":"LsnNull","features":[1,22]},{"name":"LsnRecordSequence","features":[22]},{"name":"MAXIMUM_REPARSE_DATA_BUFFER_SIZE","features":[22]},{"name":"MAXMEDIALABEL","features":[22]},{"name":"MAX_RESOURCEMANAGER_DESCRIPTION_LENGTH","features":[22]},{"name":"MAX_SID_SIZE","features":[22]},{"name":"MAX_TRANSACTION_DESCRIPTION_LENGTH","features":[22]},{"name":"MOVEFILE_COPY_ALLOWED","features":[22]},{"name":"MOVEFILE_CREATE_HARDLINK","features":[22]},{"name":"MOVEFILE_DELAY_UNTIL_REBOOT","features":[22]},{"name":"MOVEFILE_FAIL_IF_NOT_TRACKABLE","features":[22]},{"name":"MOVEFILE_REPLACE_EXISTING","features":[22]},{"name":"MOVEFILE_WRITE_THROUGH","features":[22]},{"name":"MOVE_FILE_FLAGS","features":[22]},{"name":"MaximumFileIdType","features":[22]},{"name":"MaximumFileInfoByHandleClass","features":[22]},{"name":"MaximumIoPriorityHintType","features":[22]},{"name":"MediaLabelInfo","features":[22]},{"name":"MoveFileA","features":[1,22]},{"name":"MoveFileExA","features":[1,22]},{"name":"MoveFileExW","features":[1,22]},{"name":"MoveFileFromAppW","features":[1,22]},{"name":"MoveFileTransactedA","features":[1,22]},{"name":"MoveFileTransactedW","features":[1,22]},{"name":"MoveFileW","features":[1,22]},{"name":"MoveFileWithProgressA","features":[1,22]},{"name":"MoveFileWithProgressW","features":[1,22]},{"name":"NAME_CACHE_CONTEXT","features":[22]},{"name":"NTMSMLI_MAXAPPDESCR","features":[22]},{"name":"NTMSMLI_MAXIDSIZE","features":[22]},{"name":"NTMSMLI_MAXTYPE","features":[22]},{"name":"NTMS_ALLOCATE_ERROR_IF_UNAVAILABLE","features":[22]},{"name":"NTMS_ALLOCATE_FROMSCRATCH","features":[22]},{"name":"NTMS_ALLOCATE_NEW","features":[22]},{"name":"NTMS_ALLOCATE_NEXT","features":[22]},{"name":"NTMS_ALLOCATION_INFORMATION","features":[22]},{"name":"NTMS_APPLICATIONNAME_LENGTH","features":[22]},{"name":"NTMS_ASYNCOP_MOUNT","features":[22]},{"name":"NTMS_ASYNCSTATE_COMPLETE","features":[22]},{"name":"NTMS_ASYNCSTATE_INPROCESS","features":[22]},{"name":"NTMS_ASYNCSTATE_QUEUED","features":[22]},{"name":"NTMS_ASYNCSTATE_WAIT_OPERATOR","features":[22]},{"name":"NTMS_ASYNCSTATE_WAIT_RESOURCE","features":[22]},{"name":"NTMS_ASYNC_IO","features":[1,22]},{"name":"NTMS_BARCODESTATE_OK","features":[22]},{"name":"NTMS_BARCODESTATE_UNREADABLE","features":[22]},{"name":"NTMS_BARCODE_LENGTH","features":[22]},{"name":"NTMS_CHANGER","features":[22]},{"name":"NTMS_CHANGERINFORMATIONA","features":[22]},{"name":"NTMS_CHANGERINFORMATIONW","features":[22]},{"name":"NTMS_CHANGERTYPEINFORMATIONA","features":[22]},{"name":"NTMS_CHANGERTYPEINFORMATIONW","features":[22]},{"name":"NTMS_CHANGER_TYPE","features":[22]},{"name":"NTMS_COMPUTER","features":[22]},{"name":"NTMS_COMPUTERINFORMATION","features":[22]},{"name":"NTMS_COMPUTERNAME_LENGTH","features":[22]},{"name":"NTMS_CONTROL_ACCESS","features":[22]},{"name":"NTMS_CREATE_NEW","features":[22]},{"name":"NTMS_DEALLOCATE_TOSCRATCH","features":[22]},{"name":"NTMS_DESCRIPTION_LENGTH","features":[22]},{"name":"NTMS_DEVICENAME_LENGTH","features":[22]},{"name":"NTMS_DISMOUNT_DEFERRED","features":[22]},{"name":"NTMS_DISMOUNT_IMMEDIATE","features":[22]},{"name":"NTMS_DOORSTATE_CLOSED","features":[22]},{"name":"NTMS_DOORSTATE_OPEN","features":[22]},{"name":"NTMS_DOORSTATE_UNKNOWN","features":[22]},{"name":"NTMS_DRIVE","features":[22]},{"name":"NTMS_DRIVEINFORMATIONA","features":[1,22]},{"name":"NTMS_DRIVEINFORMATIONW","features":[1,22]},{"name":"NTMS_DRIVESTATE_BEING_CLEANED","features":[22]},{"name":"NTMS_DRIVESTATE_DISMOUNTABLE","features":[22]},{"name":"NTMS_DRIVESTATE_DISMOUNTED","features":[22]},{"name":"NTMS_DRIVESTATE_LOADED","features":[22]},{"name":"NTMS_DRIVESTATE_MOUNTED","features":[22]},{"name":"NTMS_DRIVESTATE_UNLOADED","features":[22]},{"name":"NTMS_DRIVETYPEINFORMATIONA","features":[22]},{"name":"NTMS_DRIVETYPEINFORMATIONW","features":[22]},{"name":"NTMS_DRIVE_TYPE","features":[22]},{"name":"NTMS_EJECT_ASK_USER","features":[22]},{"name":"NTMS_EJECT_FORCE","features":[22]},{"name":"NTMS_EJECT_IMMEDIATE","features":[22]},{"name":"NTMS_EJECT_QUEUE","features":[22]},{"name":"NTMS_EJECT_START","features":[22]},{"name":"NTMS_EJECT_STOP","features":[22]},{"name":"NTMS_ENUM_DEFAULT","features":[22]},{"name":"NTMS_ENUM_ROOTPOOL","features":[22]},{"name":"NTMS_ERROR_ON_DUPLICATE","features":[22]},{"name":"NTMS_EVENT_COMPLETE","features":[22]},{"name":"NTMS_EVENT_SIGNAL","features":[22]},{"name":"NTMS_FILESYSTEM_INFO","features":[22]},{"name":"NTMS_I1_LIBRARYINFORMATION","features":[1,22]},{"name":"NTMS_I1_LIBREQUESTINFORMATIONA","features":[1,22]},{"name":"NTMS_I1_LIBREQUESTINFORMATIONW","features":[1,22]},{"name":"NTMS_I1_MESSAGE_LENGTH","features":[22]},{"name":"NTMS_I1_OBJECTINFORMATIONA","features":[1,22]},{"name":"NTMS_I1_OBJECTINFORMATIONW","features":[1,22]},{"name":"NTMS_I1_OPREQUESTINFORMATIONA","features":[1,22]},{"name":"NTMS_I1_OPREQUESTINFORMATIONW","features":[1,22]},{"name":"NTMS_I1_PARTITIONINFORMATIONA","features":[22]},{"name":"NTMS_I1_PARTITIONINFORMATIONW","features":[22]},{"name":"NTMS_I1_PMIDINFORMATIONA","features":[22]},{"name":"NTMS_I1_PMIDINFORMATIONW","features":[22]},{"name":"NTMS_IEDOOR","features":[22]},{"name":"NTMS_IEDOORINFORMATION","features":[22]},{"name":"NTMS_IEPORT","features":[22]},{"name":"NTMS_IEPORTINFORMATION","features":[22]},{"name":"NTMS_INITIALIZING","features":[22]},{"name":"NTMS_INJECT_RETRACT","features":[22]},{"name":"NTMS_INJECT_START","features":[22]},{"name":"NTMS_INJECT_STARTMANY","features":[22]},{"name":"NTMS_INJECT_STOP","features":[22]},{"name":"NTMS_INVENTORY_DEFAULT","features":[22]},{"name":"NTMS_INVENTORY_FAST","features":[22]},{"name":"NTMS_INVENTORY_MAX","features":[22]},{"name":"NTMS_INVENTORY_NONE","features":[22]},{"name":"NTMS_INVENTORY_OMID","features":[22]},{"name":"NTMS_INVENTORY_SLOT","features":[22]},{"name":"NTMS_INVENTORY_STOP","features":[22]},{"name":"NTMS_LIBRARY","features":[22]},{"name":"NTMS_LIBRARYFLAG_AUTODETECTCHANGE","features":[22]},{"name":"NTMS_LIBRARYFLAG_CLEANERPRESENT","features":[22]},{"name":"NTMS_LIBRARYFLAG_FIXEDOFFLINE","features":[22]},{"name":"NTMS_LIBRARYFLAG_IGNORECLEANERUSESREMAINING","features":[22]},{"name":"NTMS_LIBRARYFLAG_RECOGNIZECLEANERBARCODE","features":[22]},{"name":"NTMS_LIBRARYINFORMATION","features":[1,22]},{"name":"NTMS_LIBRARYTYPE_OFFLINE","features":[22]},{"name":"NTMS_LIBRARYTYPE_ONLINE","features":[22]},{"name":"NTMS_LIBRARYTYPE_STANDALONE","features":[22]},{"name":"NTMS_LIBRARYTYPE_UNKNOWN","features":[22]},{"name":"NTMS_LIBREQFLAGS_NOAUTOPURGE","features":[22]},{"name":"NTMS_LIBREQFLAGS_NOFAILEDPURGE","features":[22]},{"name":"NTMS_LIBREQUEST","features":[22]},{"name":"NTMS_LIBREQUESTINFORMATIONA","features":[1,22]},{"name":"NTMS_LIBREQUESTINFORMATIONW","features":[1,22]},{"name":"NTMS_LMIDINFORMATION","features":[22]},{"name":"NTMS_LM_CANCELLED","features":[22]},{"name":"NTMS_LM_CLASSIFY","features":[22]},{"name":"NTMS_LM_CLEANDRIVE","features":[22]},{"name":"NTMS_LM_DEFERRED","features":[22]},{"name":"NTMS_LM_DEFFERED","features":[22]},{"name":"NTMS_LM_DISABLECHANGER","features":[22]},{"name":"NTMS_LM_DISABLEDRIVE","features":[22]},{"name":"NTMS_LM_DISABLELIBRARY","features":[22]},{"name":"NTMS_LM_DISABLEMEDIA","features":[22]},{"name":"NTMS_LM_DISMOUNT","features":[22]},{"name":"NTMS_LM_DOORACCESS","features":[22]},{"name":"NTMS_LM_EJECT","features":[22]},{"name":"NTMS_LM_EJECTCLEANER","features":[22]},{"name":"NTMS_LM_ENABLECHANGER","features":[22]},{"name":"NTMS_LM_ENABLEDRIVE","features":[22]},{"name":"NTMS_LM_ENABLELIBRARY","features":[22]},{"name":"NTMS_LM_ENABLEMEDIA","features":[22]},{"name":"NTMS_LM_FAILED","features":[22]},{"name":"NTMS_LM_INJECT","features":[22]},{"name":"NTMS_LM_INJECTCLEANER","features":[22]},{"name":"NTMS_LM_INPROCESS","features":[22]},{"name":"NTMS_LM_INVALID","features":[22]},{"name":"NTMS_LM_INVENTORY","features":[22]},{"name":"NTMS_LM_MAXWORKITEM","features":[22]},{"name":"NTMS_LM_MOUNT","features":[22]},{"name":"NTMS_LM_PASSED","features":[22]},{"name":"NTMS_LM_PROCESSOMID","features":[22]},{"name":"NTMS_LM_QUEUED","features":[22]},{"name":"NTMS_LM_RELEASECLEANER","features":[22]},{"name":"NTMS_LM_REMOVE","features":[22]},{"name":"NTMS_LM_RESERVECLEANER","features":[22]},{"name":"NTMS_LM_STOPPED","features":[22]},{"name":"NTMS_LM_UPDATEOMID","features":[22]},{"name":"NTMS_LM_WAITING","features":[22]},{"name":"NTMS_LM_WRITESCRATCH","features":[22]},{"name":"NTMS_LOGICAL_MEDIA","features":[22]},{"name":"NTMS_MAXATTR_LENGTH","features":[22]},{"name":"NTMS_MAXATTR_NAMELEN","features":[22]},{"name":"NTMS_MEDIAPOOLINFORMATION","features":[22]},{"name":"NTMS_MEDIARW_READONLY","features":[22]},{"name":"NTMS_MEDIARW_REWRITABLE","features":[22]},{"name":"NTMS_MEDIARW_UNKNOWN","features":[22]},{"name":"NTMS_MEDIARW_WRITEONCE","features":[22]},{"name":"NTMS_MEDIASTATE_IDLE","features":[22]},{"name":"NTMS_MEDIASTATE_INUSE","features":[22]},{"name":"NTMS_MEDIASTATE_LOADED","features":[22]},{"name":"NTMS_MEDIASTATE_MOUNTED","features":[22]},{"name":"NTMS_MEDIASTATE_OPERROR","features":[22]},{"name":"NTMS_MEDIASTATE_OPREQ","features":[22]},{"name":"NTMS_MEDIASTATE_UNLOADED","features":[22]},{"name":"NTMS_MEDIATYPEINFORMATION","features":[22]},{"name":"NTMS_MEDIA_POOL","features":[22]},{"name":"NTMS_MEDIA_TYPE","features":[22]},{"name":"NTMS_MESSAGE_LENGTH","features":[22]},{"name":"NTMS_MODIFY_ACCESS","features":[22]},{"name":"NTMS_MOUNT_ERROR_IF_OFFLINE","features":[22]},{"name":"NTMS_MOUNT_ERROR_IF_UNAVAILABLE","features":[22]},{"name":"NTMS_MOUNT_ERROR_NOT_AVAILABLE","features":[22]},{"name":"NTMS_MOUNT_ERROR_OFFLINE","features":[22]},{"name":"NTMS_MOUNT_INFORMATION","features":[22]},{"name":"NTMS_MOUNT_NOWAIT","features":[22]},{"name":"NTMS_MOUNT_READ","features":[22]},{"name":"NTMS_MOUNT_SPECIFIC_DRIVE","features":[22]},{"name":"NTMS_MOUNT_WRITE","features":[22]},{"name":"NTMS_NEEDS_SERVICE","features":[22]},{"name":"NTMS_NOTIFICATIONINFORMATION","features":[22]},{"name":"NTMS_NOT_PRESENT","features":[22]},{"name":"NTMS_NUMBER_OF_OBJECT_TYPES","features":[22]},{"name":"NTMS_OBJECT","features":[22]},{"name":"NTMS_OBJECTINFORMATIONA","features":[1,22]},{"name":"NTMS_OBJECTINFORMATIONW","features":[1,22]},{"name":"NTMS_OBJECTNAME_LENGTH","features":[22]},{"name":"NTMS_OBJ_DELETE","features":[22]},{"name":"NTMS_OBJ_INSERT","features":[22]},{"name":"NTMS_OBJ_UPDATE","features":[22]},{"name":"NTMS_OMIDLABELID_LENGTH","features":[22]},{"name":"NTMS_OMIDLABELINFO_LENGTH","features":[22]},{"name":"NTMS_OMIDLABELTYPE_LENGTH","features":[22]},{"name":"NTMS_OMID_TYPE","features":[22]},{"name":"NTMS_OMID_TYPE_FILESYSTEM_INFO","features":[22]},{"name":"NTMS_OMID_TYPE_RAW_LABEL","features":[22]},{"name":"NTMS_OPEN_ALWAYS","features":[22]},{"name":"NTMS_OPEN_EXISTING","features":[22]},{"name":"NTMS_OPREQFLAGS_NOALERTS","features":[22]},{"name":"NTMS_OPREQFLAGS_NOAUTOPURGE","features":[22]},{"name":"NTMS_OPREQFLAGS_NOFAILEDPURGE","features":[22]},{"name":"NTMS_OPREQFLAGS_NOTRAYICON","features":[22]},{"name":"NTMS_OPREQUEST","features":[22]},{"name":"NTMS_OPREQUESTINFORMATIONA","features":[1,22]},{"name":"NTMS_OPREQUESTINFORMATIONW","features":[1,22]},{"name":"NTMS_OPREQ_CLEANER","features":[22]},{"name":"NTMS_OPREQ_DEVICESERVICE","features":[22]},{"name":"NTMS_OPREQ_MESSAGE","features":[22]},{"name":"NTMS_OPREQ_MOVEMEDIA","features":[22]},{"name":"NTMS_OPREQ_NEWMEDIA","features":[22]},{"name":"NTMS_OPREQ_UNKNOWN","features":[22]},{"name":"NTMS_OPSTATE_ACTIVE","features":[22]},{"name":"NTMS_OPSTATE_COMPLETE","features":[22]},{"name":"NTMS_OPSTATE_INPROGRESS","features":[22]},{"name":"NTMS_OPSTATE_REFUSED","features":[22]},{"name":"NTMS_OPSTATE_SUBMITTED","features":[22]},{"name":"NTMS_OPSTATE_UNKNOWN","features":[22]},{"name":"NTMS_PARTITION","features":[22]},{"name":"NTMS_PARTITIONINFORMATIONA","features":[22]},{"name":"NTMS_PARTITIONINFORMATIONW","features":[22]},{"name":"NTMS_PARTSTATE_ALLOCATED","features":[22]},{"name":"NTMS_PARTSTATE_AVAILABLE","features":[22]},{"name":"NTMS_PARTSTATE_COMPLETE","features":[22]},{"name":"NTMS_PARTSTATE_DECOMMISSIONED","features":[22]},{"name":"NTMS_PARTSTATE_FOREIGN","features":[22]},{"name":"NTMS_PARTSTATE_IMPORT","features":[22]},{"name":"NTMS_PARTSTATE_INCOMPATIBLE","features":[22]},{"name":"NTMS_PARTSTATE_RESERVED","features":[22]},{"name":"NTMS_PARTSTATE_UNKNOWN","features":[22]},{"name":"NTMS_PARTSTATE_UNPREPARED","features":[22]},{"name":"NTMS_PHYSICAL_MEDIA","features":[22]},{"name":"NTMS_PMIDINFORMATIONA","features":[22]},{"name":"NTMS_PMIDINFORMATIONW","features":[22]},{"name":"NTMS_POOLHIERARCHY_LENGTH","features":[22]},{"name":"NTMS_POOLPOLICY_KEEPOFFLINEIMPORT","features":[22]},{"name":"NTMS_POOLPOLICY_PURGEOFFLINESCRATCH","features":[22]},{"name":"NTMS_POOLTYPE_APPLICATION","features":[22]},{"name":"NTMS_POOLTYPE_FOREIGN","features":[22]},{"name":"NTMS_POOLTYPE_IMPORT","features":[22]},{"name":"NTMS_POOLTYPE_SCRATCH","features":[22]},{"name":"NTMS_POOLTYPE_UNKNOWN","features":[22]},{"name":"NTMS_PORTCONTENT_EMPTY","features":[22]},{"name":"NTMS_PORTCONTENT_FULL","features":[22]},{"name":"NTMS_PORTCONTENT_UNKNOWN","features":[22]},{"name":"NTMS_PORTPOSITION_EXTENDED","features":[22]},{"name":"NTMS_PORTPOSITION_RETRACTED","features":[22]},{"name":"NTMS_PORTPOSITION_UNKNOWN","features":[22]},{"name":"NTMS_PRIORITY_DEFAULT","features":[22]},{"name":"NTMS_PRIORITY_HIGH","features":[22]},{"name":"NTMS_PRIORITY_HIGHEST","features":[22]},{"name":"NTMS_PRIORITY_LOW","features":[22]},{"name":"NTMS_PRIORITY_LOWEST","features":[22]},{"name":"NTMS_PRIORITY_NORMAL","features":[22]},{"name":"NTMS_PRODUCTNAME_LENGTH","features":[22]},{"name":"NTMS_READY","features":[22]},{"name":"NTMS_REVISION_LENGTH","features":[22]},{"name":"NTMS_SEQUENCE_LENGTH","features":[22]},{"name":"NTMS_SERIALNUMBER_LENGTH","features":[22]},{"name":"NTMS_SESSION_QUERYEXPEDITE","features":[22]},{"name":"NTMS_SLOTSTATE_EMPTY","features":[22]},{"name":"NTMS_SLOTSTATE_FULL","features":[22]},{"name":"NTMS_SLOTSTATE_NEEDSINVENTORY","features":[22]},{"name":"NTMS_SLOTSTATE_NOTPRESENT","features":[22]},{"name":"NTMS_SLOTSTATE_UNKNOWN","features":[22]},{"name":"NTMS_STORAGESLOT","features":[22]},{"name":"NTMS_STORAGESLOTINFORMATION","features":[22]},{"name":"NTMS_UIDEST_ADD","features":[22]},{"name":"NTMS_UIDEST_DELETE","features":[22]},{"name":"NTMS_UIDEST_DELETEALL","features":[22]},{"name":"NTMS_UIOPERATION_MAX","features":[22]},{"name":"NTMS_UITYPE_ERR","features":[22]},{"name":"NTMS_UITYPE_INFO","features":[22]},{"name":"NTMS_UITYPE_INVALID","features":[22]},{"name":"NTMS_UITYPE_MAX","features":[22]},{"name":"NTMS_UITYPE_REQ","features":[22]},{"name":"NTMS_UI_DESTINATION","features":[22]},{"name":"NTMS_UNKNOWN","features":[22]},{"name":"NTMS_UNKNOWN_DRIVE","features":[22]},{"name":"NTMS_USERNAME_LENGTH","features":[22]},{"name":"NTMS_USE_ACCESS","features":[22]},{"name":"NTMS_VENDORNAME_LENGTH","features":[22]},{"name":"NetConnectionEnum","features":[22]},{"name":"NetFileClose","features":[22]},{"name":"NetFileEnum","features":[22]},{"name":"NetFileGetInfo","features":[22]},{"name":"NetServerAliasAdd","features":[22]},{"name":"NetServerAliasDel","features":[22]},{"name":"NetServerAliasEnum","features":[22]},{"name":"NetSessionDel","features":[22]},{"name":"NetSessionEnum","features":[22]},{"name":"NetSessionGetInfo","features":[22]},{"name":"NetShareAdd","features":[22]},{"name":"NetShareCheck","features":[22]},{"name":"NetShareDel","features":[22]},{"name":"NetShareDelEx","features":[22]},{"name":"NetShareDelSticky","features":[22]},{"name":"NetShareEnum","features":[22]},{"name":"NetShareEnumSticky","features":[22]},{"name":"NetShareGetInfo","features":[22]},{"name":"NetShareSetInfo","features":[22]},{"name":"NetStatisticsGet","features":[22]},{"name":"NtmsAccessMask","features":[22]},{"name":"NtmsAllocateOptions","features":[22]},{"name":"NtmsAllocationPolicy","features":[22]},{"name":"NtmsAsyncOperations","features":[22]},{"name":"NtmsAsyncStatus","features":[22]},{"name":"NtmsBarCodeState","features":[22]},{"name":"NtmsCreateNtmsMediaOptions","features":[22]},{"name":"NtmsCreateOptions","features":[22]},{"name":"NtmsDeallocationPolicy","features":[22]},{"name":"NtmsDismountOptions","features":[22]},{"name":"NtmsDoorState","features":[22]},{"name":"NtmsDriveState","features":[22]},{"name":"NtmsDriveType","features":[22]},{"name":"NtmsEjectOperation","features":[22]},{"name":"NtmsEnumerateOption","features":[22]},{"name":"NtmsInjectOperation","features":[22]},{"name":"NtmsInventoryMethod","features":[22]},{"name":"NtmsLibRequestFlags","features":[22]},{"name":"NtmsLibraryFlags","features":[22]},{"name":"NtmsLibraryType","features":[22]},{"name":"NtmsLmOperation","features":[22]},{"name":"NtmsLmState","features":[22]},{"name":"NtmsMediaPoolPolicy","features":[22]},{"name":"NtmsMediaState","features":[22]},{"name":"NtmsMountOptions","features":[22]},{"name":"NtmsMountPriority","features":[22]},{"name":"NtmsNotificationOperations","features":[22]},{"name":"NtmsObjectsTypes","features":[22]},{"name":"NtmsOpRequestFlags","features":[22]},{"name":"NtmsOperationalState","features":[22]},{"name":"NtmsOpreqCommand","features":[22]},{"name":"NtmsOpreqState","features":[22]},{"name":"NtmsPartitionState","features":[22]},{"name":"NtmsPoolType","features":[22]},{"name":"NtmsPortContent","features":[22]},{"name":"NtmsPortPosition","features":[22]},{"name":"NtmsReadWriteCharacteristics","features":[22]},{"name":"NtmsSessionOptions","features":[22]},{"name":"NtmsSlotState","features":[22]},{"name":"NtmsUIOperations","features":[22]},{"name":"NtmsUITypes","features":[22]},{"name":"OFSTRUCT","features":[22]},{"name":"OF_CANCEL","features":[22]},{"name":"OF_CREATE","features":[22]},{"name":"OF_DELETE","features":[22]},{"name":"OF_EXIST","features":[22]},{"name":"OF_PARSE","features":[22]},{"name":"OF_PROMPT","features":[22]},{"name":"OF_READ","features":[22]},{"name":"OF_READWRITE","features":[22]},{"name":"OF_REOPEN","features":[22]},{"name":"OF_SHARE_COMPAT","features":[22]},{"name":"OF_SHARE_DENY_NONE","features":[22]},{"name":"OF_SHARE_DENY_READ","features":[22]},{"name":"OF_SHARE_DENY_WRITE","features":[22]},{"name":"OF_SHARE_EXCLUSIVE","features":[22]},{"name":"OF_VERIFY","features":[22]},{"name":"OF_WRITE","features":[22]},{"name":"OPEN_ALWAYS","features":[22]},{"name":"OPEN_EXISTING","features":[22]},{"name":"ObjectIdType","features":[22]},{"name":"OpenEncryptedFileRawA","features":[22]},{"name":"OpenEncryptedFileRawW","features":[22]},{"name":"OpenEnlistment","features":[1,22]},{"name":"OpenFile","features":[22]},{"name":"OpenFileById","features":[1,5,22]},{"name":"OpenResourceManager","features":[1,22]},{"name":"OpenTransaction","features":[1,22]},{"name":"OpenTransactionManager","features":[1,22]},{"name":"OpenTransactionManagerById","features":[1,22]},{"name":"PARTITION_BASIC_DATA_GUID","features":[22]},{"name":"PARTITION_BSP_GUID","features":[22]},{"name":"PARTITION_CLUSTER_GUID","features":[22]},{"name":"PARTITION_DPP_GUID","features":[22]},{"name":"PARTITION_ENTRY_UNUSED_GUID","features":[22]},{"name":"PARTITION_LDM_DATA_GUID","features":[22]},{"name":"PARTITION_LDM_METADATA_GUID","features":[22]},{"name":"PARTITION_LEGACY_BL_GUID","features":[22]},{"name":"PARTITION_LEGACY_BL_GUID_BACKUP","features":[22]},{"name":"PARTITION_MAIN_OS_GUID","features":[22]},{"name":"PARTITION_MSFT_RECOVERY_GUID","features":[22]},{"name":"PARTITION_MSFT_RESERVED_GUID","features":[22]},{"name":"PARTITION_MSFT_SNAPSHOT_GUID","features":[22]},{"name":"PARTITION_OS_DATA_GUID","features":[22]},{"name":"PARTITION_PATCH_GUID","features":[22]},{"name":"PARTITION_PRE_INSTALLED_GUID","features":[22]},{"name":"PARTITION_SBL_CACHE_HDD_GUID","features":[22]},{"name":"PARTITION_SBL_CACHE_SSD_GUID","features":[22]},{"name":"PARTITION_SBL_CACHE_SSD_RESERVED_GUID","features":[22]},{"name":"PARTITION_SERVICING_FILES_GUID","features":[22]},{"name":"PARTITION_SERVICING_METADATA_GUID","features":[22]},{"name":"PARTITION_SERVICING_RESERVE_GUID","features":[22]},{"name":"PARTITION_SERVICING_STAGING_ROOT_GUID","features":[22]},{"name":"PARTITION_SPACES_DATA_GUID","features":[22]},{"name":"PARTITION_SPACES_GUID","features":[22]},{"name":"PARTITION_SYSTEM_GUID","features":[22]},{"name":"PARTITION_WINDOWS_SYSTEM_GUID","features":[22]},{"name":"PCLFS_COMPLETION_ROUTINE","features":[22]},{"name":"PCOPYFILE2_PROGRESS_ROUTINE","features":[1,22]},{"name":"PERM_FILE_CREATE","features":[22]},{"name":"PERM_FILE_READ","features":[22]},{"name":"PERM_FILE_WRITE","features":[22]},{"name":"PFE_EXPORT_FUNC","features":[22]},{"name":"PFE_IMPORT_FUNC","features":[22]},{"name":"PFN_IO_COMPLETION","features":[1,22]},{"name":"PIPE_ACCESS_DUPLEX","features":[22]},{"name":"PIPE_ACCESS_INBOUND","features":[22]},{"name":"PIPE_ACCESS_OUTBOUND","features":[22]},{"name":"PLOG_FULL_HANDLER_CALLBACK","features":[1,22]},{"name":"PLOG_TAIL_ADVANCE_CALLBACK","features":[1,22]},{"name":"PLOG_UNPINNED_CALLBACK","features":[1,22]},{"name":"PREPARE_TAPE_OPERATION","features":[22]},{"name":"PRIORITY_HINT","features":[22]},{"name":"PROGRESS_CANCEL","features":[22]},{"name":"PROGRESS_CONTINUE","features":[22]},{"name":"PROGRESS_QUIET","features":[22]},{"name":"PROGRESS_STOP","features":[22]},{"name":"PopIoRingCompletion","features":[22]},{"name":"PrePrepareComplete","features":[1,22]},{"name":"PrePrepareEnlistment","features":[1,22]},{"name":"PrepareComplete","features":[1,22]},{"name":"PrepareEnlistment","features":[1,22]},{"name":"PrepareLogArchive","features":[1,22]},{"name":"PrepareTape","features":[1,22]},{"name":"QUIC","features":[22]},{"name":"QueryDosDeviceA","features":[22]},{"name":"QueryDosDeviceW","features":[22]},{"name":"QueryIoRingCapabilities","features":[22]},{"name":"QueryLogPolicy","features":[1,22]},{"name":"QueryRecoveryAgentsOnEncryptedFile","features":[5,22]},{"name":"QueryUsersOnEncryptedFile","features":[5,22]},{"name":"READ_CONTROL","features":[22]},{"name":"READ_DIRECTORY_NOTIFY_INFORMATION_CLASS","features":[22]},{"name":"REPARSE_GUID_DATA_BUFFER","features":[22]},{"name":"REPLACEFILE_IGNORE_ACL_ERRORS","features":[22]},{"name":"REPLACEFILE_IGNORE_MERGE_ERRORS","features":[22]},{"name":"REPLACEFILE_WRITE_THROUGH","features":[22]},{"name":"REPLACE_FILE_FLAGS","features":[22]},{"name":"RESOURCE_MANAGER_COMMUNICATION","features":[22]},{"name":"RESOURCE_MANAGER_MAXIMUM_OPTION","features":[22]},{"name":"RESOURCE_MANAGER_OBJECT_PATH","features":[22]},{"name":"RESOURCE_MANAGER_VOLATILE","features":[22]},{"name":"ReOpenFile","features":[1,22]},{"name":"ReadDirectoryChangesExW","features":[1,22,7]},{"name":"ReadDirectoryChangesW","features":[1,22,7]},{"name":"ReadDirectoryNotifyExtendedInformation","features":[22]},{"name":"ReadDirectoryNotifyFullInformation","features":[22]},{"name":"ReadDirectoryNotifyInformation","features":[22]},{"name":"ReadDirectoryNotifyMaximumInformation","features":[22]},{"name":"ReadEncryptedFileRaw","features":[22]},{"name":"ReadFile","features":[1,22,7]},{"name":"ReadFileEx","features":[1,22,7]},{"name":"ReadFileScatter","features":[1,22,7]},{"name":"ReadLogArchiveMetadata","features":[1,22]},{"name":"ReadLogNotification","features":[1,22,7]},{"name":"ReadLogRecord","features":[1,22,7]},{"name":"ReadLogRestartArea","features":[1,22,7]},{"name":"ReadNextLogRecord","features":[1,22,7]},{"name":"ReadOnlyEnlistment","features":[1,22]},{"name":"ReadPreviousLogRestartArea","features":[1,22,7]},{"name":"RecoverEnlistment","features":[1,22]},{"name":"RecoverResourceManager","features":[1,22]},{"name":"RecoverTransactionManager","features":[1,22]},{"name":"RegisterForLogWriteNotification","features":[1,22]},{"name":"RegisterManageableLogClient","features":[1,22]},{"name":"RemoveDirectoryA","features":[1,22]},{"name":"RemoveDirectoryFromAppW","features":[1,22]},{"name":"RemoveDirectoryTransactedA","features":[1,22]},{"name":"RemoveDirectoryTransactedW","features":[1,22]},{"name":"RemoveDirectoryW","features":[1,22]},{"name":"RemoveLogContainer","features":[1,22]},{"name":"RemoveLogContainerSet","features":[1,22]},{"name":"RemoveLogPolicy","features":[1,22]},{"name":"RemoveUsersFromEncryptedFile","features":[5,22]},{"name":"RenameTransactionManager","features":[1,22]},{"name":"ReplaceFileA","features":[1,22]},{"name":"ReplaceFileFromAppW","features":[1,22]},{"name":"ReplaceFileW","features":[1,22]},{"name":"ReserveAndAppendLog","features":[1,22,7]},{"name":"ReserveAndAppendLogAligned","features":[1,22,7]},{"name":"RollbackComplete","features":[1,22]},{"name":"RollbackEnlistment","features":[1,22]},{"name":"RollbackTransaction","features":[1,22]},{"name":"RollbackTransactionAsync","features":[1,22]},{"name":"RollforwardTransactionManager","features":[1,22]},{"name":"SECURITY_ANONYMOUS","features":[22]},{"name":"SECURITY_CONTEXT_TRACKING","features":[22]},{"name":"SECURITY_DELEGATION","features":[22]},{"name":"SECURITY_EFFECTIVE_ONLY","features":[22]},{"name":"SECURITY_IDENTIFICATION","features":[22]},{"name":"SECURITY_IMPERSONATION","features":[22]},{"name":"SECURITY_SQOS_PRESENT","features":[22]},{"name":"SECURITY_VALID_SQOS_FLAGS","features":[22]},{"name":"SERVER_ALIAS_INFO_0","features":[1,22]},{"name":"SERVER_CERTIFICATE_INFO_0","features":[22]},{"name":"SERVER_CERTIFICATE_TYPE","features":[22]},{"name":"SESI1_NUM_ELEMENTS","features":[22]},{"name":"SESI2_NUM_ELEMENTS","features":[22]},{"name":"SESSION_INFO_0","features":[22]},{"name":"SESSION_INFO_1","features":[22]},{"name":"SESSION_INFO_10","features":[22]},{"name":"SESSION_INFO_2","features":[22]},{"name":"SESSION_INFO_502","features":[22]},{"name":"SESSION_INFO_USER_FLAGS","features":[22]},{"name":"SESS_GUEST","features":[22]},{"name":"SESS_NOENCRYPTION","features":[22]},{"name":"SET_FILE_POINTER_MOVE_METHOD","features":[22]},{"name":"SET_TAPE_DRIVE_INFORMATION","features":[22]},{"name":"SET_TAPE_MEDIA_INFORMATION","features":[22]},{"name":"SHARE_CURRENT_USES_PARMNUM","features":[22]},{"name":"SHARE_FILE_SD_PARMNUM","features":[22]},{"name":"SHARE_INFO_0","features":[22]},{"name":"SHARE_INFO_1","features":[22]},{"name":"SHARE_INFO_1004","features":[22]},{"name":"SHARE_INFO_1005","features":[22]},{"name":"SHARE_INFO_1006","features":[22]},{"name":"SHARE_INFO_1501","features":[5,22]},{"name":"SHARE_INFO_1503","features":[22]},{"name":"SHARE_INFO_2","features":[22]},{"name":"SHARE_INFO_501","features":[22]},{"name":"SHARE_INFO_502","features":[5,22]},{"name":"SHARE_INFO_503","features":[5,22]},{"name":"SHARE_INFO_PERMISSIONS","features":[22]},{"name":"SHARE_MAX_USES_PARMNUM","features":[22]},{"name":"SHARE_NETNAME_PARMNUM","features":[22]},{"name":"SHARE_PASSWD_PARMNUM","features":[22]},{"name":"SHARE_PATH_PARMNUM","features":[22]},{"name":"SHARE_PERMISSIONS_PARMNUM","features":[22]},{"name":"SHARE_QOS_POLICY_PARMNUM","features":[22]},{"name":"SHARE_REMARK_PARMNUM","features":[22]},{"name":"SHARE_SERVER_PARMNUM","features":[22]},{"name":"SHARE_TYPE","features":[22]},{"name":"SHARE_TYPE_PARMNUM","features":[22]},{"name":"SHI1005_FLAGS_ACCESS_BASED_DIRECTORY_ENUM","features":[22]},{"name":"SHI1005_FLAGS_ALLOW_NAMESPACE_CACHING","features":[22]},{"name":"SHI1005_FLAGS_CLUSTER_MANAGED","features":[22]},{"name":"SHI1005_FLAGS_COMPRESS_DATA","features":[22]},{"name":"SHI1005_FLAGS_DFS","features":[22]},{"name":"SHI1005_FLAGS_DFS_ROOT","features":[22]},{"name":"SHI1005_FLAGS_DISABLE_CLIENT_BUFFERING","features":[22]},{"name":"SHI1005_FLAGS_DISABLE_DIRECTORY_HANDLE_LEASING","features":[22]},{"name":"SHI1005_FLAGS_ENABLE_CA","features":[22]},{"name":"SHI1005_FLAGS_ENABLE_HASH","features":[22]},{"name":"SHI1005_FLAGS_ENCRYPT_DATA","features":[22]},{"name":"SHI1005_FLAGS_FORCE_LEVELII_OPLOCK","features":[22]},{"name":"SHI1005_FLAGS_FORCE_SHARED_DELETE","features":[22]},{"name":"SHI1005_FLAGS_IDENTITY_REMOTING","features":[22]},{"name":"SHI1005_FLAGS_ISOLATED_TRANSPORT","features":[22]},{"name":"SHI1005_FLAGS_RESERVED","features":[22]},{"name":"SHI1005_FLAGS_RESTRICT_EXCLUSIVE_OPENS","features":[22]},{"name":"SHI1_NUM_ELEMENTS","features":[22]},{"name":"SHI2_NUM_ELEMENTS","features":[22]},{"name":"SHI_USES_UNLIMITED","features":[22]},{"name":"SPECIFIC_RIGHTS_ALL","features":[22]},{"name":"STANDARD_RIGHTS_ALL","features":[22]},{"name":"STANDARD_RIGHTS_EXECUTE","features":[22]},{"name":"STANDARD_RIGHTS_READ","features":[22]},{"name":"STANDARD_RIGHTS_REQUIRED","features":[22]},{"name":"STANDARD_RIGHTS_WRITE","features":[22]},{"name":"STATSOPT_CLR","features":[22]},{"name":"STAT_SERVER_0","features":[22]},{"name":"STAT_WORKSTATION_0","features":[22]},{"name":"STORAGE_BUS_TYPE","features":[22]},{"name":"STREAM_INFO_LEVELS","features":[22]},{"name":"STYPE_DEVICE","features":[22]},{"name":"STYPE_DISKTREE","features":[22]},{"name":"STYPE_IPC","features":[22]},{"name":"STYPE_MASK","features":[22]},{"name":"STYPE_PRINTQ","features":[22]},{"name":"STYPE_RESERVED1","features":[22]},{"name":"STYPE_RESERVED2","features":[22]},{"name":"STYPE_RESERVED3","features":[22]},{"name":"STYPE_RESERVED4","features":[22]},{"name":"STYPE_RESERVED5","features":[22]},{"name":"STYPE_RESERVED_ALL","features":[22]},{"name":"STYPE_SPECIAL","features":[22]},{"name":"STYPE_TEMPORARY","features":[22]},{"name":"SYMBOLIC_LINK_FLAGS","features":[22]},{"name":"SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE","features":[22]},{"name":"SYMBOLIC_LINK_FLAG_DIRECTORY","features":[22]},{"name":"SYNCHRONIZE","features":[22]},{"name":"ScanLogContainers","features":[1,22]},{"name":"SearchPathA","features":[22]},{"name":"SearchPathW","features":[22]},{"name":"SetEncryptedFileMetadata","features":[5,22]},{"name":"SetEndOfFile","features":[1,22]},{"name":"SetEndOfLog","features":[1,22,7]},{"name":"SetEnlistmentRecoveryInformation","features":[1,22]},{"name":"SetFileApisToANSI","features":[22]},{"name":"SetFileApisToOEM","features":[22]},{"name":"SetFileAttributesA","features":[1,22]},{"name":"SetFileAttributesFromAppW","features":[1,22]},{"name":"SetFileAttributesTransactedA","features":[1,22]},{"name":"SetFileAttributesTransactedW","features":[1,22]},{"name":"SetFileAttributesW","features":[1,22]},{"name":"SetFileBandwidthReservation","features":[1,22]},{"name":"SetFileCompletionNotificationModes","features":[1,22]},{"name":"SetFileInformationByHandle","features":[1,22]},{"name":"SetFileIoOverlappedRange","features":[1,22]},{"name":"SetFilePointer","features":[1,22]},{"name":"SetFilePointerEx","features":[1,22]},{"name":"SetFileShortNameA","features":[1,22]},{"name":"SetFileShortNameW","features":[1,22]},{"name":"SetFileTime","features":[1,22]},{"name":"SetFileValidData","features":[1,22]},{"name":"SetIoRingCompletionEvent","features":[1,22]},{"name":"SetLogArchiveMode","features":[1,22]},{"name":"SetLogArchiveTail","features":[1,22]},{"name":"SetLogFileSizeWithPolicy","features":[1,22]},{"name":"SetResourceManagerCompletionPort","features":[1,22]},{"name":"SetSearchPathMode","features":[1,22]},{"name":"SetTapeParameters","features":[1,22]},{"name":"SetTapePosition","features":[1,22]},{"name":"SetTransactionInformation","features":[1,22]},{"name":"SetUserFileEncryptionKey","features":[5,22]},{"name":"SetUserFileEncryptionKeyEx","features":[5,22]},{"name":"SetVolumeLabelA","features":[1,22]},{"name":"SetVolumeLabelW","features":[1,22]},{"name":"SetVolumeMountPointA","features":[1,22]},{"name":"SetVolumeMountPointW","features":[1,22]},{"name":"SinglePhaseReject","features":[1,22]},{"name":"SubmitIoRing","features":[22]},{"name":"TAPEMARK_TYPE","features":[22]},{"name":"TAPE_ABSOLUTE_BLOCK","features":[22]},{"name":"TAPE_ABSOLUTE_POSITION","features":[22]},{"name":"TAPE_ERASE","features":[1,22]},{"name":"TAPE_ERASE_LONG","features":[22]},{"name":"TAPE_ERASE_SHORT","features":[22]},{"name":"TAPE_FILEMARKS","features":[22]},{"name":"TAPE_FIXED_PARTITIONS","features":[22]},{"name":"TAPE_FORMAT","features":[22]},{"name":"TAPE_GET_POSITION","features":[22]},{"name":"TAPE_INFORMATION_TYPE","features":[22]},{"name":"TAPE_INITIATOR_PARTITIONS","features":[22]},{"name":"TAPE_LOAD","features":[22]},{"name":"TAPE_LOCK","features":[22]},{"name":"TAPE_LOGICAL_BLOCK","features":[22]},{"name":"TAPE_LOGICAL_POSITION","features":[22]},{"name":"TAPE_LONG_FILEMARKS","features":[22]},{"name":"TAPE_POSITION_METHOD","features":[22]},{"name":"TAPE_POSITION_TYPE","features":[22]},{"name":"TAPE_PREPARE","features":[1,22]},{"name":"TAPE_REWIND","features":[22]},{"name":"TAPE_SELECT_PARTITIONS","features":[22]},{"name":"TAPE_SETMARKS","features":[22]},{"name":"TAPE_SET_POSITION","features":[1,22]},{"name":"TAPE_SHORT_FILEMARKS","features":[22]},{"name":"TAPE_SPACE_END_OF_DATA","features":[22]},{"name":"TAPE_SPACE_FILEMARKS","features":[22]},{"name":"TAPE_SPACE_RELATIVE_BLOCKS","features":[22]},{"name":"TAPE_SPACE_SEQUENTIAL_FMKS","features":[22]},{"name":"TAPE_SPACE_SEQUENTIAL_SMKS","features":[22]},{"name":"TAPE_SPACE_SETMARKS","features":[22]},{"name":"TAPE_TENSION","features":[22]},{"name":"TAPE_UNLOAD","features":[22]},{"name":"TAPE_UNLOCK","features":[22]},{"name":"TAPE_WRITE_MARKS","features":[1,22]},{"name":"TRANSACTIONMANAGER_OBJECT_PATH","features":[22]},{"name":"TRANSACTION_DO_NOT_PROMOTE","features":[22]},{"name":"TRANSACTION_MANAGER_COMMIT_DEFAULT","features":[22]},{"name":"TRANSACTION_MANAGER_COMMIT_LOWEST","features":[22]},{"name":"TRANSACTION_MANAGER_COMMIT_SYSTEM_HIVES","features":[22]},{"name":"TRANSACTION_MANAGER_COMMIT_SYSTEM_VOLUME","features":[22]},{"name":"TRANSACTION_MANAGER_CORRUPT_FOR_PROGRESS","features":[22]},{"name":"TRANSACTION_MANAGER_CORRUPT_FOR_RECOVERY","features":[22]},{"name":"TRANSACTION_MANAGER_MAXIMUM_OPTION","features":[22]},{"name":"TRANSACTION_MANAGER_VOLATILE","features":[22]},{"name":"TRANSACTION_MAXIMUM_OPTION","features":[22]},{"name":"TRANSACTION_NOTIFICATION","features":[22]},{"name":"TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT","features":[22]},{"name":"TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT","features":[22]},{"name":"TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT","features":[22]},{"name":"TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT","features":[22]},{"name":"TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT","features":[22]},{"name":"TRANSACTION_NOTIFICATION_TM_ONLINE_FLAG_IS_CLUSTERED","features":[22]},{"name":"TRANSACTION_NOTIFY_COMMIT","features":[22]},{"name":"TRANSACTION_NOTIFY_COMMIT_COMPLETE","features":[22]},{"name":"TRANSACTION_NOTIFY_COMMIT_FINALIZE","features":[22]},{"name":"TRANSACTION_NOTIFY_COMMIT_REQUEST","features":[22]},{"name":"TRANSACTION_NOTIFY_DELEGATE_COMMIT","features":[22]},{"name":"TRANSACTION_NOTIFY_ENLIST_MASK","features":[22]},{"name":"TRANSACTION_NOTIFY_ENLIST_PREPREPARE","features":[22]},{"name":"TRANSACTION_NOTIFY_INDOUBT","features":[22]},{"name":"TRANSACTION_NOTIFY_LAST_RECOVER","features":[22]},{"name":"TRANSACTION_NOTIFY_MARSHAL","features":[22]},{"name":"TRANSACTION_NOTIFY_MASK","features":[22]},{"name":"TRANSACTION_NOTIFY_PREPARE","features":[22]},{"name":"TRANSACTION_NOTIFY_PREPARE_COMPLETE","features":[22]},{"name":"TRANSACTION_NOTIFY_PREPREPARE","features":[22]},{"name":"TRANSACTION_NOTIFY_PREPREPARE_COMPLETE","features":[22]},{"name":"TRANSACTION_NOTIFY_PROMOTE","features":[22]},{"name":"TRANSACTION_NOTIFY_PROMOTE_NEW","features":[22]},{"name":"TRANSACTION_NOTIFY_PROPAGATE_PULL","features":[22]},{"name":"TRANSACTION_NOTIFY_PROPAGATE_PUSH","features":[22]},{"name":"TRANSACTION_NOTIFY_RECOVER","features":[22]},{"name":"TRANSACTION_NOTIFY_RECOVER_QUERY","features":[22]},{"name":"TRANSACTION_NOTIFY_REQUEST_OUTCOME","features":[22]},{"name":"TRANSACTION_NOTIFY_RM_DISCONNECTED","features":[22]},{"name":"TRANSACTION_NOTIFY_ROLLBACK","features":[22]},{"name":"TRANSACTION_NOTIFY_ROLLBACK_COMPLETE","features":[22]},{"name":"TRANSACTION_NOTIFY_SINGLE_PHASE_COMMIT","features":[22]},{"name":"TRANSACTION_NOTIFY_TM_ONLINE","features":[22]},{"name":"TRANSACTION_OBJECT_PATH","features":[22]},{"name":"TRANSACTION_OUTCOME","features":[22]},{"name":"TRUNCATE_EXISTING","features":[22]},{"name":"TXFS_MINIVERSION","features":[22]},{"name":"TXFS_MINIVERSION_COMMITTED_VIEW","features":[22]},{"name":"TXFS_MINIVERSION_DEFAULT_VIEW","features":[22]},{"name":"TXFS_MINIVERSION_DIRTY_VIEW","features":[22]},{"name":"TXF_ID","features":[22]},{"name":"TXF_LOG_RECORD_AFFECTED_FILE","features":[22]},{"name":"TXF_LOG_RECORD_BASE","features":[22]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_ABORT","features":[22]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_COMMIT","features":[22]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_DATA","features":[22]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_PREPARE","features":[22]},{"name":"TXF_LOG_RECORD_TRUNCATE","features":[22]},{"name":"TXF_LOG_RECORD_TYPE","features":[22]},{"name":"TXF_LOG_RECORD_TYPE_AFFECTED_FILE","features":[22]},{"name":"TXF_LOG_RECORD_TYPE_TRUNCATE","features":[22]},{"name":"TXF_LOG_RECORD_TYPE_WRITE","features":[22]},{"name":"TXF_LOG_RECORD_WRITE","features":[22]},{"name":"TerminateLogArchive","features":[1,22]},{"name":"TerminateReadLog","features":[1,22]},{"name":"TransactionOutcomeAborted","features":[22]},{"name":"TransactionOutcomeCommitted","features":[22]},{"name":"TransactionOutcomeUndetermined","features":[22]},{"name":"TruncateLog","features":[1,22,7]},{"name":"TxfGetThreadMiniVersionForCreate","features":[22]},{"name":"TxfLogCreateFileReadContext","features":[1,22]},{"name":"TxfLogCreateRangeReadContext","features":[1,22]},{"name":"TxfLogDestroyReadContext","features":[1,22]},{"name":"TxfLogReadRecords","features":[1,22]},{"name":"TxfLogRecordGetFileName","features":[1,22]},{"name":"TxfLogRecordGetGenericType","features":[1,22]},{"name":"TxfReadMetadataInfo","features":[1,22]},{"name":"TxfSetThreadMiniVersionForCreate","features":[22]},{"name":"UnlockFile","features":[1,22]},{"name":"UnlockFileEx","features":[1,22,7]},{"name":"VER_FIND_FILE_FLAGS","features":[22]},{"name":"VER_FIND_FILE_STATUS","features":[22]},{"name":"VER_INSTALL_FILE_FLAGS","features":[22]},{"name":"VER_INSTALL_FILE_STATUS","features":[22]},{"name":"VFFF_ISSHAREDFILE","features":[22]},{"name":"VFF_BUFFTOOSMALL","features":[22]},{"name":"VFF_CURNEDEST","features":[22]},{"name":"VFF_FILEINUSE","features":[22]},{"name":"VFT2_DRV_COMM","features":[22]},{"name":"VFT2_DRV_DISPLAY","features":[22]},{"name":"VFT2_DRV_INPUTMETHOD","features":[22]},{"name":"VFT2_DRV_INSTALLABLE","features":[22]},{"name":"VFT2_DRV_KEYBOARD","features":[22]},{"name":"VFT2_DRV_LANGUAGE","features":[22]},{"name":"VFT2_DRV_MOUSE","features":[22]},{"name":"VFT2_DRV_NETWORK","features":[22]},{"name":"VFT2_DRV_PRINTER","features":[22]},{"name":"VFT2_DRV_SOUND","features":[22]},{"name":"VFT2_DRV_SYSTEM","features":[22]},{"name":"VFT2_DRV_VERSIONED_PRINTER","features":[22]},{"name":"VFT2_FONT_RASTER","features":[22]},{"name":"VFT2_FONT_TRUETYPE","features":[22]},{"name":"VFT2_FONT_VECTOR","features":[22]},{"name":"VFT2_UNKNOWN","features":[22]},{"name":"VFT_APP","features":[22]},{"name":"VFT_DLL","features":[22]},{"name":"VFT_DRV","features":[22]},{"name":"VFT_FONT","features":[22]},{"name":"VFT_STATIC_LIB","features":[22]},{"name":"VFT_UNKNOWN","features":[22]},{"name":"VFT_VXD","features":[22]},{"name":"VIFF_DONTDELETEOLD","features":[22]},{"name":"VIFF_FORCEINSTALL","features":[22]},{"name":"VIF_ACCESSVIOLATION","features":[22]},{"name":"VIF_BUFFTOOSMALL","features":[22]},{"name":"VIF_CANNOTCREATE","features":[22]},{"name":"VIF_CANNOTDELETE","features":[22]},{"name":"VIF_CANNOTDELETECUR","features":[22]},{"name":"VIF_CANNOTLOADCABINET","features":[22]},{"name":"VIF_CANNOTLOADLZ32","features":[22]},{"name":"VIF_CANNOTREADDST","features":[22]},{"name":"VIF_CANNOTREADSRC","features":[22]},{"name":"VIF_CANNOTRENAME","features":[22]},{"name":"VIF_DIFFCODEPG","features":[22]},{"name":"VIF_DIFFLANG","features":[22]},{"name":"VIF_DIFFTYPE","features":[22]},{"name":"VIF_FILEINUSE","features":[22]},{"name":"VIF_MISMATCH","features":[22]},{"name":"VIF_OUTOFMEMORY","features":[22]},{"name":"VIF_OUTOFSPACE","features":[22]},{"name":"VIF_SHARINGVIOLATION","features":[22]},{"name":"VIF_SRCOLD","features":[22]},{"name":"VIF_TEMPFILE","features":[22]},{"name":"VIF_WRITEPROT","features":[22]},{"name":"VOLUME_ALLOCATE_BC_STREAM_INPUT","features":[1,22]},{"name":"VOLUME_ALLOCATE_BC_STREAM_OUTPUT","features":[22]},{"name":"VOLUME_ALLOCATION_HINT_INPUT","features":[22]},{"name":"VOLUME_ALLOCATION_HINT_OUTPUT","features":[22]},{"name":"VOLUME_CRITICAL_IO","features":[22]},{"name":"VOLUME_FAILOVER_SET","features":[22]},{"name":"VOLUME_GET_BC_PROPERTIES_INPUT","features":[22]},{"name":"VOLUME_GET_BC_PROPERTIES_OUTPUT","features":[22]},{"name":"VOLUME_LOGICAL_OFFSET","features":[22]},{"name":"VOLUME_NAME_DOS","features":[22]},{"name":"VOLUME_NAME_GUID","features":[22]},{"name":"VOLUME_NAME_NONE","features":[22]},{"name":"VOLUME_NAME_NT","features":[22]},{"name":"VOLUME_NUMBER","features":[22]},{"name":"VOLUME_PHYSICAL_OFFSET","features":[22]},{"name":"VOLUME_PHYSICAL_OFFSETS","features":[22]},{"name":"VOLUME_READ_PLEX_INPUT","features":[22]},{"name":"VOLUME_SET_GPT_ATTRIBUTES_INFORMATION","features":[1,22]},{"name":"VOLUME_SHRINK_INFO","features":[22]},{"name":"VOS_DOS","features":[22]},{"name":"VOS_DOS_WINDOWS16","features":[22]},{"name":"VOS_DOS_WINDOWS32","features":[22]},{"name":"VOS_NT","features":[22]},{"name":"VOS_NT_WINDOWS32","features":[22]},{"name":"VOS_OS216","features":[22]},{"name":"VOS_OS216_PM16","features":[22]},{"name":"VOS_OS232","features":[22]},{"name":"VOS_OS232_PM32","features":[22]},{"name":"VOS_UNKNOWN","features":[22]},{"name":"VOS_WINCE","features":[22]},{"name":"VOS__BASE","features":[22]},{"name":"VOS__PM16","features":[22]},{"name":"VOS__PM32","features":[22]},{"name":"VOS__WINDOWS16","features":[22]},{"name":"VOS__WINDOWS32","features":[22]},{"name":"VS_FFI_FILEFLAGSMASK","features":[22]},{"name":"VS_FFI_SIGNATURE","features":[22]},{"name":"VS_FFI_STRUCVERSION","features":[22]},{"name":"VS_FF_DEBUG","features":[22]},{"name":"VS_FF_INFOINFERRED","features":[22]},{"name":"VS_FF_PATCHED","features":[22]},{"name":"VS_FF_PRERELEASE","features":[22]},{"name":"VS_FF_PRIVATEBUILD","features":[22]},{"name":"VS_FF_SPECIALBUILD","features":[22]},{"name":"VS_FIXEDFILEINFO","features":[22]},{"name":"VS_FIXEDFILEINFO_FILE_FLAGS","features":[22]},{"name":"VS_FIXEDFILEINFO_FILE_OS","features":[22]},{"name":"VS_FIXEDFILEINFO_FILE_SUBTYPE","features":[22]},{"name":"VS_FIXEDFILEINFO_FILE_TYPE","features":[22]},{"name":"VS_USER_DEFINED","features":[22]},{"name":"VS_VERSION_INFO","features":[22]},{"name":"ValidateLog","features":[1,5,22]},{"name":"VerFindFileA","features":[22]},{"name":"VerFindFileW","features":[22]},{"name":"VerInstallFileA","features":[22]},{"name":"VerInstallFileW","features":[22]},{"name":"VerLanguageNameA","features":[22]},{"name":"VerLanguageNameW","features":[22]},{"name":"VerQueryValueA","features":[1,22]},{"name":"VerQueryValueW","features":[1,22]},{"name":"WIM_BOOT_NOT_OS_WIM","features":[22]},{"name":"WIM_BOOT_OS_WIM","features":[22]},{"name":"WIM_ENTRY_FLAG_NOT_ACTIVE","features":[22]},{"name":"WIM_ENTRY_FLAG_SUSPENDED","features":[22]},{"name":"WIM_ENTRY_INFO","features":[22]},{"name":"WIM_EXTERNAL_FILE_INFO","features":[22]},{"name":"WIM_EXTERNAL_FILE_INFO_FLAG_NOT_ACTIVE","features":[22]},{"name":"WIM_EXTERNAL_FILE_INFO_FLAG_SUSPENDED","features":[22]},{"name":"WIM_PROVIDER_HASH_SIZE","features":[22]},{"name":"WIN32_FILE_ATTRIBUTE_DATA","features":[1,22]},{"name":"WIN32_FIND_DATAA","features":[1,22]},{"name":"WIN32_FIND_DATAW","features":[1,22]},{"name":"WIN32_FIND_STREAM_DATA","features":[22]},{"name":"WIN32_STREAM_ID","features":[22]},{"name":"WINEFS_SETUSERKEY_SET_CAPABILITIES","features":[22]},{"name":"WIN_STREAM_ID","features":[22]},{"name":"WOF_FILE_COMPRESSION_INFO_V0","features":[22]},{"name":"WOF_FILE_COMPRESSION_INFO_V1","features":[22]},{"name":"WOF_PROVIDER_FILE","features":[22]},{"name":"WOF_PROVIDER_WIM","features":[22]},{"name":"WRITE_DAC","features":[22]},{"name":"WRITE_OWNER","features":[22]},{"name":"WofEnumEntries","features":[1,22]},{"name":"WofEnumEntryProc","features":[1,22]},{"name":"WofEnumFilesProc","features":[1,22]},{"name":"WofFileEnumFiles","features":[1,22]},{"name":"WofGetDriverVersion","features":[1,22]},{"name":"WofIsExternalFile","features":[1,22]},{"name":"WofSetFileDataLocation","features":[1,22]},{"name":"WofShouldCompressBinaries","features":[1,22]},{"name":"WofWimAddEntry","features":[22]},{"name":"WofWimEnumFiles","features":[1,22]},{"name":"WofWimRemoveEntry","features":[22]},{"name":"WofWimSuspendEntry","features":[22]},{"name":"WofWimUpdateEntry","features":[22]},{"name":"Wow64DisableWow64FsRedirection","features":[1,22]},{"name":"Wow64EnableWow64FsRedirection","features":[1,22]},{"name":"Wow64RevertWow64FsRedirection","features":[1,22]},{"name":"WriteEncryptedFileRaw","features":[22]},{"name":"WriteFile","features":[1,22,7]},{"name":"WriteFileEx","features":[1,22,7]},{"name":"WriteFileGather","features":[1,22,7]},{"name":"WriteLogRestartArea","features":[1,22,7]},{"name":"WriteTapemark","features":[1,22]},{"name":"_FT_TYPES_DEFINITION_","features":[22]}],"520":[{"name":"BlockRange","features":[149]},{"name":"BlockRangeList","features":[149]},{"name":"BootOptions","features":[149]},{"name":"CATID_SMTP_DNSRESOLVERRECORDSINK","features":[149]},{"name":"CATID_SMTP_DSN","features":[149]},{"name":"CATID_SMTP_GET_AUX_DOMAIN_INFO_FLAGS","features":[149]},{"name":"CATID_SMTP_LOG","features":[149]},{"name":"CATID_SMTP_MAXMSGSIZE","features":[149]},{"name":"CATID_SMTP_MSGTRACKLOG","features":[149]},{"name":"CATID_SMTP_ON_BEFORE_DATA","features":[149]},{"name":"CATID_SMTP_ON_INBOUND_COMMAND","features":[149]},{"name":"CATID_SMTP_ON_MESSAGE_START","features":[149]},{"name":"CATID_SMTP_ON_PER_RECIPIENT","features":[149]},{"name":"CATID_SMTP_ON_SERVER_RESPONSE","features":[149]},{"name":"CATID_SMTP_ON_SESSION_END","features":[149]},{"name":"CATID_SMTP_ON_SESSION_START","features":[149]},{"name":"CATID_SMTP_STORE_DRIVER","features":[149]},{"name":"CATID_SMTP_TRANSPORT_CATEGORIZE","features":[149]},{"name":"CATID_SMTP_TRANSPORT_POSTCATEGORIZE","features":[149]},{"name":"CATID_SMTP_TRANSPORT_PRECATEGORIZE","features":[149]},{"name":"CATID_SMTP_TRANSPORT_ROUTER","features":[149]},{"name":"CATID_SMTP_TRANSPORT_SUBMISSION","features":[149]},{"name":"CLSID_SmtpCat","features":[149]},{"name":"CloseIMsgSession","features":[149]},{"name":"DDiscFormat2DataEvents","features":[149]},{"name":"DDiscFormat2EraseEvents","features":[149]},{"name":"DDiscFormat2RawCDEvents","features":[149]},{"name":"DDiscFormat2TrackAtOnceEvents","features":[149]},{"name":"DDiscMaster2Events","features":[149]},{"name":"DFileSystemImageEvents","features":[149]},{"name":"DFileSystemImageImportEvents","features":[149]},{"name":"DISC_RECORDER_STATE_FLAGS","features":[149]},{"name":"DISPID_DDISCFORMAT2DATAEVENTS_UPDATE","features":[149]},{"name":"DISPID_DDISCFORMAT2RAWCDEVENTS_UPDATE","features":[149]},{"name":"DISPID_DDISCFORMAT2TAOEVENTS_UPDATE","features":[149]},{"name":"DISPID_DDISCMASTER2EVENTS_DEVICEADDED","features":[149]},{"name":"DISPID_DDISCMASTER2EVENTS_DEVICEREMOVED","features":[149]},{"name":"DISPID_DFILESYSTEMIMAGEEVENTS_UPDATE","features":[149]},{"name":"DISPID_DFILESYSTEMIMAGEIMPORTEVENTS_UPDATEIMPORT","features":[149]},{"name":"DISPID_DWRITEENGINE2EVENTS_UPDATE","features":[149]},{"name":"DISPID_IBLOCKRANGELIST_BLOCKRANGES","features":[149]},{"name":"DISPID_IBLOCKRANGE_ENDLBA","features":[149]},{"name":"DISPID_IBLOCKRANGE_STARTLBA","features":[149]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_CURRENTACTION","features":[149]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ELAPSEDTIME","features":[149]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ESTIMATEDREMAININGTIME","features":[149]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ESTIMATEDTOTALTIME","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_BUFFERUNDERRUNFREEDISABLED","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_CANCELWRITE","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_CLIENTNAME","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTMEDIASTATUS","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTMEDIATYPE","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTROTATIONTYPEISPURECAV","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTWRITESPEED","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_DISABLEDVDCOMPATIBILITYMODE","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_FORCEMEDIATOBECLOSED","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_FORCEOVERWRITE","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_FREESECTORS","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_LASTSECTOROFPREVIOUSSESSION","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_MUTLISESSIONINTERFACES","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_NEXTWRITABLEADDRESS","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_POSTGAPALREADYINIMAGE","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_RECORDER","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_REQUESTEDROTATIONTYPEISPURECAV","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_REQUESTEDWRITESPEED","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_SETWRITESPEED","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_STARTSECTOROFPREVIOUSSESSION","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_SUPPORTEDWRITESPEEDS","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_TOTALSECTORS","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_WRITE","features":[149]},{"name":"DISPID_IDISCFORMAT2DATA_WRITEPROTECTSTATUS","features":[149]},{"name":"DISPID_IDISCFORMAT2ERASEEVENTS_UPDATE","features":[149]},{"name":"DISPID_IDISCFORMAT2ERASE_CLIENTNAME","features":[149]},{"name":"DISPID_IDISCFORMAT2ERASE_ERASEMEDIA","features":[149]},{"name":"DISPID_IDISCFORMAT2ERASE_FULLERASE","features":[149]},{"name":"DISPID_IDISCFORMAT2ERASE_MEDIATYPE","features":[149]},{"name":"DISPID_IDISCFORMAT2ERASE_RECORDER","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_CURRENTACTION","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_CURRENTTRACKNUMBER","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ELAPSEDTIME","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ESTIMATEDREMAININGTIME","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ESTIMATEDTOTALTIME","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_BUFFERUNDERRUNFREEDISABLED","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_CANCELWRITE","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_CLIENTNAME","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTMEDIATYPE","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTROTATIONTYPEISPURECAV","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTWRITESPEED","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_LASTPOSSIBLESTARTOFLEADOUT","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_PREPAREMEDIA","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_RECORDER","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_RELEASEMEDIA","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDDATASECTORTYPE","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDROTATIONTYPEISPURECAV","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDWRITESPEED","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_SETWRITESPEED","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_STARTOFNEXTSESSION","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDDATASECTORTYPES","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDWRITESPEEDS","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_WRITEMEDIA","features":[149]},{"name":"DISPID_IDISCFORMAT2RAWCD_WRITEMEDIAWITHVALIDATION","features":[149]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_CURRENTACTION","features":[149]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_CURRENTTRACKNUMBER","features":[149]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ELAPSEDTIME","features":[149]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ESTIMATEDREMAININGTIME","features":[149]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ESTIMATEDTOTALTIME","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_ADDAUDIOTRACK","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_BUFFERUNDERRUNFREEDISABLED","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_CANCELADDTRACK","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_CLIENTNAME","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTMEDIATYPE","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTROTATIONTYPEISPURECAV","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTWRITESPEED","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_DONOTFINALIZEMEDIA","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_EXPECTEDTABLEOFCONTENTS","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_FINISHMEDIA","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_FREESECTORSONMEDIA","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_NUMBEROFEXISTINGTRACKS","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_PREPAREMEDIA","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_RECORDER","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_REQUESTEDROTATIONTYPEISPURECAV","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_REQUESTEDWRITESPEED","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_SETWRITESPEED","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_SUPPORTEDWRITESPEEDS","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_TOTALSECTORSONMEDIA","features":[149]},{"name":"DISPID_IDISCFORMAT2TAO_USEDSECTORSONMEDIA","features":[149]},{"name":"DISPID_IDISCFORMAT2_MEDIAHEURISTICALLYBLANK","features":[149]},{"name":"DISPID_IDISCFORMAT2_MEDIAPHYSICALLYBLANK","features":[149]},{"name":"DISPID_IDISCFORMAT2_MEDIASUPPORTED","features":[149]},{"name":"DISPID_IDISCFORMAT2_RECORDERSUPPORTED","features":[149]},{"name":"DISPID_IDISCFORMAT2_SUPPORTEDMEDIATYPES","features":[149]},{"name":"DISPID_IDISCRECORDER2_ACQUIREEXCLUSIVEACCESS","features":[149]},{"name":"DISPID_IDISCRECORDER2_ACTIVEDISCRECORDER","features":[149]},{"name":"DISPID_IDISCRECORDER2_CLOSETRAY","features":[149]},{"name":"DISPID_IDISCRECORDER2_CURRENTFEATUREPAGES","features":[149]},{"name":"DISPID_IDISCRECORDER2_CURRENTPROFILES","features":[149]},{"name":"DISPID_IDISCRECORDER2_DEVICECANLOADMEDIA","features":[149]},{"name":"DISPID_IDISCRECORDER2_DISABLEMCN","features":[149]},{"name":"DISPID_IDISCRECORDER2_EJECTMEDIA","features":[149]},{"name":"DISPID_IDISCRECORDER2_ENABLEMCN","features":[149]},{"name":"DISPID_IDISCRECORDER2_EXCLUSIVEACCESSOWNER","features":[149]},{"name":"DISPID_IDISCRECORDER2_INITIALIZEDISCRECORDER","features":[149]},{"name":"DISPID_IDISCRECORDER2_LEGACYDEVICENUMBER","features":[149]},{"name":"DISPID_IDISCRECORDER2_PRODUCTID","features":[149]},{"name":"DISPID_IDISCRECORDER2_PRODUCTREVISION","features":[149]},{"name":"DISPID_IDISCRECORDER2_RELEASEEXCLUSIVEACCESS","features":[149]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDFEATUREPAGES","features":[149]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDMODEPAGES","features":[149]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDPROFILES","features":[149]},{"name":"DISPID_IDISCRECORDER2_VENDORID","features":[149]},{"name":"DISPID_IDISCRECORDER2_VOLUMENAME","features":[149]},{"name":"DISPID_IDISCRECORDER2_VOLUMEPATHNAMES","features":[149]},{"name":"DISPID_IMULTISESSION_FIRSTDATASESSION","features":[149]},{"name":"DISPID_IMULTISESSION_FREESECTORS","features":[149]},{"name":"DISPID_IMULTISESSION_IMPORTRECORDER","features":[149]},{"name":"DISPID_IMULTISESSION_INUSE","features":[149]},{"name":"DISPID_IMULTISESSION_LASTSECTOROFPREVIOUSSESSION","features":[149]},{"name":"DISPID_IMULTISESSION_LASTWRITTENADDRESS","features":[149]},{"name":"DISPID_IMULTISESSION_NEXTWRITABLEADDRESS","features":[149]},{"name":"DISPID_IMULTISESSION_SECTORSONMEDIA","features":[149]},{"name":"DISPID_IMULTISESSION_STARTSECTOROFPREVIOUSSESSION","features":[149]},{"name":"DISPID_IMULTISESSION_SUPPORTEDONCURRENTMEDIA","features":[149]},{"name":"DISPID_IMULTISESSION_WRITEUNITSIZE","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDSPECIALPREGAP","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDSUBCODERWGENERATOR","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDTRACK","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_CREATERESULTIMAGE","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_DISABLEGAPLESSAUDIO","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_EXPECTEDTABLEOFCONTENTS","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_MEDIACATALOGNUMBER","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_NUMBEROFEXISTINGTRACKS","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_RESULTINGIMAGETYPE","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTINGTRACKNUMBER","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTOFLEADOUT","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTOFLEADOUTLIMIT","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_TRACKINFO","features":[149]},{"name":"DISPID_IRAWCDIMAGECREATOR_USEDSECTORSONDISC","features":[149]},{"name":"DISPID_IRAWCDTRACKINFO_AUDIOHASPREEMPHASIS","features":[149]},{"name":"DISPID_IRAWCDTRACKINFO_DIGITALAUDIOCOPYSETTING","features":[149]},{"name":"DISPID_IRAWCDTRACKINFO_ISRC","features":[149]},{"name":"DISPID_IRAWCDTRACKINFO_SECTORCOUNT","features":[149]},{"name":"DISPID_IRAWCDTRACKINFO_SECTORTYPE","features":[149]},{"name":"DISPID_IRAWCDTRACKINFO_STARTINGLBA","features":[149]},{"name":"DISPID_IRAWCDTRACKINFO_TRACKNUMBER","features":[149]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_FREESYSTEMBUFFER","features":[149]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_LASTREADLBA","features":[149]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_LASTWRITTENLBA","features":[149]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_SECTORCOUNT","features":[149]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_STARTLBA","features":[149]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_TOTALDEVICEBUFFER","features":[149]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_TOTALSYSTEMBUFFER","features":[149]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_USEDDEVICEBUFFER","features":[149]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_USEDSYSTEMBUFFER","features":[149]},{"name":"DISPID_IWRITEENGINE2_BYTESPERSECTOR","features":[149]},{"name":"DISPID_IWRITEENGINE2_CANCELWRITE","features":[149]},{"name":"DISPID_IWRITEENGINE2_DISCRECORDER","features":[149]},{"name":"DISPID_IWRITEENGINE2_ENDINGSECTORSPERSECOND","features":[149]},{"name":"DISPID_IWRITEENGINE2_STARTINGSECTORSPERSECOND","features":[149]},{"name":"DISPID_IWRITEENGINE2_USESTREAMINGWRITE12","features":[149]},{"name":"DISPID_IWRITEENGINE2_WRITEINPROGRESS","features":[149]},{"name":"DISPID_IWRITEENGINE2_WRITESECTION","features":[149]},{"name":"DWriteEngine2Events","features":[149]},{"name":"Emulation12MFloppy","features":[149]},{"name":"Emulation144MFloppy","features":[149]},{"name":"Emulation288MFloppy","features":[149]},{"name":"EmulationHardDisk","features":[149]},{"name":"EmulationNone","features":[149]},{"name":"EmulationType","features":[149]},{"name":"EnumFsiItems","features":[149]},{"name":"EnumProgressItems","features":[149]},{"name":"FileSystemImageResult","features":[149]},{"name":"FsiDirectoryItem","features":[149]},{"name":"FsiFileItem","features":[149]},{"name":"FsiFileSystemISO9660","features":[149]},{"name":"FsiFileSystemJoliet","features":[149]},{"name":"FsiFileSystemNone","features":[149]},{"name":"FsiFileSystemUDF","features":[149]},{"name":"FsiFileSystemUnknown","features":[149]},{"name":"FsiFileSystems","features":[149]},{"name":"FsiItemDirectory","features":[149]},{"name":"FsiItemFile","features":[149]},{"name":"FsiItemNotFound","features":[149]},{"name":"FsiItemType","features":[149]},{"name":"FsiNamedStreams","features":[149]},{"name":"FsiStream","features":[149]},{"name":"GUID_SMTPSVC_SOURCE","features":[149]},{"name":"GUID_SMTP_SOURCE_TYPE","features":[149]},{"name":"GetAttribIMsgOnIStg","features":[149,150]},{"name":"IBlockRange","features":[149]},{"name":"IBlockRangeList","features":[149]},{"name":"IBootOptions","features":[149]},{"name":"IBurnVerification","features":[149]},{"name":"IDiscFormat2","features":[149]},{"name":"IDiscFormat2Data","features":[149]},{"name":"IDiscFormat2DataEventArgs","features":[149]},{"name":"IDiscFormat2Erase","features":[149]},{"name":"IDiscFormat2RawCD","features":[149]},{"name":"IDiscFormat2RawCDEventArgs","features":[149]},{"name":"IDiscFormat2TrackAtOnce","features":[149]},{"name":"IDiscFormat2TrackAtOnceEventArgs","features":[149]},{"name":"IDiscMaster","features":[149]},{"name":"IDiscMaster2","features":[149]},{"name":"IDiscMasterProgressEvents","features":[149]},{"name":"IDiscRecorder","features":[149]},{"name":"IDiscRecorder2","features":[149]},{"name":"IDiscRecorder2Ex","features":[149]},{"name":"IEnumDiscMasterFormats","features":[149]},{"name":"IEnumDiscRecorders","features":[149]},{"name":"IEnumFsiItems","features":[149]},{"name":"IEnumProgressItems","features":[149]},{"name":"IFileSystemImage","features":[149]},{"name":"IFileSystemImage2","features":[149]},{"name":"IFileSystemImage3","features":[149]},{"name":"IFileSystemImageResult","features":[149]},{"name":"IFileSystemImageResult2","features":[149]},{"name":"IFsiDirectoryItem","features":[149]},{"name":"IFsiDirectoryItem2","features":[149]},{"name":"IFsiFileItem","features":[149]},{"name":"IFsiFileItem2","features":[149]},{"name":"IFsiItem","features":[149]},{"name":"IFsiNamedStreams","features":[149]},{"name":"IIsoImageManager","features":[149]},{"name":"IJolietDiscMaster","features":[149]},{"name":"IMAPI2FS_BOOT_ENTRY_COUNT_MAX","features":[149]},{"name":"IMAPI2FS_FullVersion_STR","features":[149]},{"name":"IMAPI2FS_FullVersion_WSTR","features":[149]},{"name":"IMAPI2FS_MajorVersion","features":[149]},{"name":"IMAPI2FS_MinorVersion","features":[149]},{"name":"IMAPI2_DEFAULT_COMMAND_TIMEOUT","features":[149]},{"name":"IMAPILib2_MajorVersion","features":[149]},{"name":"IMAPILib2_MinorVersion","features":[149]},{"name":"IMAPI_BURN_VERIFICATION_FULL","features":[149]},{"name":"IMAPI_BURN_VERIFICATION_LEVEL","features":[149]},{"name":"IMAPI_BURN_VERIFICATION_NONE","features":[149]},{"name":"IMAPI_BURN_VERIFICATION_QUICK","features":[149]},{"name":"IMAPI_CD_SECTOR_AUDIO","features":[149]},{"name":"IMAPI_CD_SECTOR_MODE1","features":[149]},{"name":"IMAPI_CD_SECTOR_MODE1RAW","features":[149]},{"name":"IMAPI_CD_SECTOR_MODE2FORM0","features":[149]},{"name":"IMAPI_CD_SECTOR_MODE2FORM0RAW","features":[149]},{"name":"IMAPI_CD_SECTOR_MODE2FORM1","features":[149]},{"name":"IMAPI_CD_SECTOR_MODE2FORM1RAW","features":[149]},{"name":"IMAPI_CD_SECTOR_MODE2FORM2","features":[149]},{"name":"IMAPI_CD_SECTOR_MODE2FORM2RAW","features":[149]},{"name":"IMAPI_CD_SECTOR_MODE_ZERO","features":[149]},{"name":"IMAPI_CD_SECTOR_TYPE","features":[149]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_PERMITTED","features":[149]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_PROHIBITED","features":[149]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_SCMS","features":[149]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_SETTING","features":[149]},{"name":"IMAPI_E_ALREADYOPEN","features":[149]},{"name":"IMAPI_E_BADJOLIETNAME","features":[149]},{"name":"IMAPI_E_BOOTIMAGE_AND_NONBLANK_DISC","features":[149]},{"name":"IMAPI_E_CANNOT_WRITE_TO_MEDIA","features":[149]},{"name":"IMAPI_E_COMPRESSEDSTASH","features":[149]},{"name":"IMAPI_E_DEVICE_INVALIDTYPE","features":[149]},{"name":"IMAPI_E_DEVICE_NOPROPERTIES","features":[149]},{"name":"IMAPI_E_DEVICE_NOTACCESSIBLE","features":[149]},{"name":"IMAPI_E_DEVICE_NOTPRESENT","features":[149]},{"name":"IMAPI_E_DEVICE_STILL_IN_USE","features":[149]},{"name":"IMAPI_E_DISCFULL","features":[149]},{"name":"IMAPI_E_DISCINFO","features":[149]},{"name":"IMAPI_E_ENCRYPTEDSTASH","features":[149]},{"name":"IMAPI_E_FILEACCESS","features":[149]},{"name":"IMAPI_E_FILEEXISTS","features":[149]},{"name":"IMAPI_E_FILESYSTEM","features":[149]},{"name":"IMAPI_E_GENERIC","features":[149]},{"name":"IMAPI_E_INITIALIZE_ENDWRITE","features":[149]},{"name":"IMAPI_E_INITIALIZE_WRITE","features":[149]},{"name":"IMAPI_E_INVALIDIMAGE","features":[149]},{"name":"IMAPI_E_LOSS_OF_STREAMING","features":[149]},{"name":"IMAPI_E_MEDIUM_INVALIDTYPE","features":[149]},{"name":"IMAPI_E_MEDIUM_NOTPRESENT","features":[149]},{"name":"IMAPI_E_NOACTIVEFORMAT","features":[149]},{"name":"IMAPI_E_NOACTIVERECORDER","features":[149]},{"name":"IMAPI_E_NOTENOUGHDISKFORSTASH","features":[149]},{"name":"IMAPI_E_NOTINITIALIZED","features":[149]},{"name":"IMAPI_E_NOTOPENED","features":[149]},{"name":"IMAPI_E_REMOVABLESTASH","features":[149]},{"name":"IMAPI_E_STASHINUSE","features":[149]},{"name":"IMAPI_E_TRACKNOTOPEN","features":[149]},{"name":"IMAPI_E_TRACKOPEN","features":[149]},{"name":"IMAPI_E_TRACK_NOT_BIG_ENOUGH","features":[149]},{"name":"IMAPI_E_USERABORT","features":[149]},{"name":"IMAPI_E_WRONGDISC","features":[149]},{"name":"IMAPI_E_WRONGFORMAT","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_AACS","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_PSEUDO_OVERWRITE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_READ","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_WRITE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CDRW_CAV_WRITE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_ANALOG_PLAY","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_MASTERING","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_MULTIREAD","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_READ","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_RW_MEDIA_WRITE_SUPPORT","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_TRACK_AT_ONCE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CORE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DISC_CONTROL_BLOCKS","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_READ","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_RW_WRITE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_R_WRITE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_CPRM","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_CSS","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_DASH_WRITE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_R","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_RW","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_R_DUAL_LAYER","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_READ","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_EMBEDDED_CHANGER","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_ENHANCED_DEFECT_REPORTING","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_FIRMWARE_INFORMATION","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_FORMATTABLE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HARDWARE_DEFECT_MANAGEMENT","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HD_DVD_READ","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HD_DVD_WRITE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_INCREMENTAL_STREAMING_WRITABLE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_LAYER_JUMP_RECORDING","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_LOGICAL_UNIT_SERIAL_NUMBER","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MEDIA_SERIAL_NUMBER","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MICROCODE_UPDATE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MORPHING","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MRW","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_POWER_MANAGEMENT","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_PROFILE_LIST","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RANDOMLY_READABLE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RANDOMLY_WRITABLE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_REAL_TIME_STREAMING","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_REMOVABLE_MEDIUM","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RESTRICTED_OVERWRITE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RIGID_RESTRICTED_OVERWRITE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_SECTOR_ERASABLE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_SMART","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_TIMEOUT","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_VCPS","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_WRITE_ONCE","features":[149]},{"name":"IMAPI_FEATURE_PAGE_TYPE_WRITE_PROTECT","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_APPENDABLE","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_BLANK","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_DAMAGED","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_ERASE_REQUIRED","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_FINALIZED","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_FINAL_SESSION","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_INFORMATIONAL_MASK","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_NON_EMPTY_SESSION","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_OVERWRITE_ONLY","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_RANDOMLY_WRITABLE","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNKNOWN","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNSUPPORTED_MASK","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNSUPPORTED_MEDIA","features":[149]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_WRITE_PROTECTED","features":[149]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION","features":[149]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_CALIBRATING_POWER","features":[149]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_COMPLETED","features":[149]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_FINALIZATION","features":[149]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_FORMATTING_MEDIA","features":[149]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_INITIALIZING_HARDWARE","features":[149]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_VALIDATING_MEDIA","features":[149]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_VERIFYING","features":[149]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_WRITING_DATA","features":[149]},{"name":"IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE","features":[149]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_COOKED","features":[149]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_RAW","features":[149]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_PQ_ONLY","features":[149]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION","features":[149]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_FINISHING","features":[149]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_PREPARING","features":[149]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_UNKNOWN","features":[149]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_WRITING","features":[149]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION","features":[149]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_FINISHING","features":[149]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_PREPARING","features":[149]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_UNKNOWN","features":[149]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_VERIFYING","features":[149]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_WRITING","features":[149]},{"name":"IMAPI_MEDIA_PHYSICAL_TYPE","features":[149]},{"name":"IMAPI_MEDIA_TYPE_BDR","features":[149]},{"name":"IMAPI_MEDIA_TYPE_BDRE","features":[149]},{"name":"IMAPI_MEDIA_TYPE_BDROM","features":[149]},{"name":"IMAPI_MEDIA_TYPE_CDR","features":[149]},{"name":"IMAPI_MEDIA_TYPE_CDROM","features":[149]},{"name":"IMAPI_MEDIA_TYPE_CDRW","features":[149]},{"name":"IMAPI_MEDIA_TYPE_DISK","features":[149]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHR","features":[149]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHRW","features":[149]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHR_DUALLAYER","features":[149]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSR","features":[149]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSRW","features":[149]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSRW_DUALLAYER","features":[149]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSR_DUALLAYER","features":[149]},{"name":"IMAPI_MEDIA_TYPE_DVDRAM","features":[149]},{"name":"IMAPI_MEDIA_TYPE_DVDROM","features":[149]},{"name":"IMAPI_MEDIA_TYPE_HDDVDR","features":[149]},{"name":"IMAPI_MEDIA_TYPE_HDDVDRAM","features":[149]},{"name":"IMAPI_MEDIA_TYPE_HDDVDROM","features":[149]},{"name":"IMAPI_MEDIA_TYPE_MAX","features":[149]},{"name":"IMAPI_MEDIA_TYPE_UNKNOWN","features":[149]},{"name":"IMAPI_MEDIA_WRITE_PROTECT_STATE","features":[149]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE","features":[149]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_CHANGEABLE_VALUES","features":[149]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_CURRENT_VALUES","features":[149]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_DEFAULT_VALUES","features":[149]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_SAVED_VALUES","features":[149]},{"name":"IMAPI_MODE_PAGE_TYPE","features":[149]},{"name":"IMAPI_MODE_PAGE_TYPE_CACHING","features":[149]},{"name":"IMAPI_MODE_PAGE_TYPE_INFORMATIONAL_EXCEPTIONS","features":[149]},{"name":"IMAPI_MODE_PAGE_TYPE_LEGACY_CAPABILITIES","features":[149]},{"name":"IMAPI_MODE_PAGE_TYPE_MRW","features":[149]},{"name":"IMAPI_MODE_PAGE_TYPE_POWER_CONDITION","features":[149]},{"name":"IMAPI_MODE_PAGE_TYPE_READ_WRITE_ERROR_RECOVERY","features":[149]},{"name":"IMAPI_MODE_PAGE_TYPE_TIMEOUT_AND_PROTECT","features":[149]},{"name":"IMAPI_MODE_PAGE_TYPE_WRITE_PARAMETERS","features":[149]},{"name":"IMAPI_PROFILE_TYPE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_AS_MO","features":[149]},{"name":"IMAPI_PROFILE_TYPE_BD_REWRITABLE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_BD_ROM","features":[149]},{"name":"IMAPI_PROFILE_TYPE_BD_R_RANDOM_RECORDING","features":[149]},{"name":"IMAPI_PROFILE_TYPE_BD_R_SEQUENTIAL","features":[149]},{"name":"IMAPI_PROFILE_TYPE_CDROM","features":[149]},{"name":"IMAPI_PROFILE_TYPE_CD_RECORDABLE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_CD_REWRITABLE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DDCDROM","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DDCD_RECORDABLE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DDCD_REWRITABLE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVDROM","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_RECORDABLE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_REWRITABLE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_RW_SEQUENTIAL","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_R_DUAL_LAYER_JUMP","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_R_DUAL_SEQUENTIAL","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_R","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_RW","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_RW_DUAL","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_R_DUAL","features":[149]},{"name":"IMAPI_PROFILE_TYPE_DVD_RAM","features":[149]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_RAM","features":[149]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_RECORDABLE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_ROM","features":[149]},{"name":"IMAPI_PROFILE_TYPE_INVALID","features":[149]},{"name":"IMAPI_PROFILE_TYPE_MO_ERASABLE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_MO_WRITE_ONCE","features":[149]},{"name":"IMAPI_PROFILE_TYPE_NON_REMOVABLE_DISK","features":[149]},{"name":"IMAPI_PROFILE_TYPE_NON_STANDARD","features":[149]},{"name":"IMAPI_PROFILE_TYPE_REMOVABLE_DISK","features":[149]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE","features":[149]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_LBA","features":[149]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_SESSION","features":[149]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_TRACK","features":[149]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_BD","features":[149]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_CD","features":[149]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_DVD","features":[149]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_HD_DVD","features":[149]},{"name":"IMAPI_SECTOR_SIZE","features":[149]},{"name":"IMAPI_S_BUFFER_TO_SMALL","features":[149]},{"name":"IMAPI_S_PROPERTIESIGNORED","features":[149]},{"name":"IMAPI_WRITEPROTECTED_BY_CARTRIDGE","features":[149]},{"name":"IMAPI_WRITEPROTECTED_BY_DISC_CONTROL_BLOCK","features":[149]},{"name":"IMAPI_WRITEPROTECTED_BY_MEDIA_SPECIFIC_REASON","features":[149]},{"name":"IMAPI_WRITEPROTECTED_BY_SOFTWARE_WRITE_PROTECT","features":[149]},{"name":"IMAPI_WRITEPROTECTED_READ_ONLY_MEDIA","features":[149]},{"name":"IMAPI_WRITEPROTECTED_UNTIL_POWERDOWN","features":[149]},{"name":"IMMPID_CPV_AFTER__","features":[149]},{"name":"IMMPID_CPV_BEFORE__","features":[149]},{"name":"IMMPID_CPV_ENUM","features":[149]},{"name":"IMMPID_CP_START","features":[149]},{"name":"IMMPID_MPV_AFTER__","features":[149]},{"name":"IMMPID_MPV_BEFORE__","features":[149]},{"name":"IMMPID_MPV_ENUM","features":[149]},{"name":"IMMPID_MPV_MESSAGE_CREATION_FLAGS","features":[149]},{"name":"IMMPID_MPV_MESSAGE_OPEN_HANDLES","features":[149]},{"name":"IMMPID_MPV_STORE_DRIVER_HANDLE","features":[149]},{"name":"IMMPID_MPV_TOTAL_OPEN_CONTENT_HANDLES","features":[149]},{"name":"IMMPID_MPV_TOTAL_OPEN_HANDLES","features":[149]},{"name":"IMMPID_MPV_TOTAL_OPEN_PROPERTY_STREAM_HANDLES","features":[149]},{"name":"IMMPID_MP_AFTER__","features":[149]},{"name":"IMMPID_MP_ARRIVAL_FILETIME","features":[149]},{"name":"IMMPID_MP_ARRIVAL_TIME","features":[149]},{"name":"IMMPID_MP_AUTHENTICATED_USER_NAME","features":[149]},{"name":"IMMPID_MP_BEFORE__","features":[149]},{"name":"IMMPID_MP_BINARYMIME_OPTION","features":[149]},{"name":"IMMPID_MP_CHUNKING_OPTION","features":[149]},{"name":"IMMPID_MP_CLIENT_AUTH_TYPE","features":[149]},{"name":"IMMPID_MP_CLIENT_AUTH_USER","features":[149]},{"name":"IMMPID_MP_CONNECTION_IP_ADDRESS","features":[149]},{"name":"IMMPID_MP_CONNECTION_SERVER_IP_ADDRESS","features":[149]},{"name":"IMMPID_MP_CONNECTION_SERVER_PORT","features":[149]},{"name":"IMMPID_MP_CONTENT_FILE_NAME","features":[149]},{"name":"IMMPID_MP_CONTENT_TYPE","features":[149]},{"name":"IMMPID_MP_CRC_GLOBAL","features":[149]},{"name":"IMMPID_MP_CRC_RECIPS","features":[149]},{"name":"IMMPID_MP_DEFERRED_DELIVERY_FILETIME","features":[149]},{"name":"IMMPID_MP_DOMAIN_LIST","features":[149]},{"name":"IMMPID_MP_DSN_ENVID_VALUE","features":[149]},{"name":"IMMPID_MP_DSN_RET_VALUE","features":[149]},{"name":"IMMPID_MP_EIGHTBIT_MIME_OPTION","features":[149]},{"name":"IMMPID_MP_ENCRYPTION_TYPE","features":[149]},{"name":"IMMPID_MP_ENUM","features":[149]},{"name":"IMMPID_MP_ERROR_CODE","features":[149]},{"name":"IMMPID_MP_EXPIRE_DELAY","features":[149]},{"name":"IMMPID_MP_EXPIRE_NDR","features":[149]},{"name":"IMMPID_MP_FOUND_EMBEDDED_CRLF_DOT_CRLF","features":[149]},{"name":"IMMPID_MP_FROM_ADDRESS","features":[149]},{"name":"IMMPID_MP_HELO_DOMAIN","features":[149]},{"name":"IMMPID_MP_HR_CAT_STATUS","features":[149]},{"name":"IMMPID_MP_INBOUND_MAIL_FROM_AUTH","features":[149]},{"name":"IMMPID_MP_LOCAL_EXPIRE_DELAY","features":[149]},{"name":"IMMPID_MP_LOCAL_EXPIRE_NDR","features":[149]},{"name":"IMMPID_MP_MESSAGE_STATUS","features":[149]},{"name":"IMMPID_MP_MSGCLASS","features":[149]},{"name":"IMMPID_MP_MSG_GUID","features":[149]},{"name":"IMMPID_MP_MSG_SIZE_HINT","features":[149]},{"name":"IMMPID_MP_NUM_RECIPIENTS","features":[149]},{"name":"IMMPID_MP_ORIGINAL_ARRIVAL_TIME","features":[149]},{"name":"IMMPID_MP_PICKUP_FILE_NAME","features":[149]},{"name":"IMMPID_MP_RECIPIENT_LIST","features":[149]},{"name":"IMMPID_MP_REMOTE_AUTHENTICATION_TYPE","features":[149]},{"name":"IMMPID_MP_REMOTE_SERVER_DSN_CAPABLE","features":[149]},{"name":"IMMPID_MP_RFC822_BCC_ADDRESS","features":[149]},{"name":"IMMPID_MP_RFC822_CC_ADDRESS","features":[149]},{"name":"IMMPID_MP_RFC822_FROM_ADDRESS","features":[149]},{"name":"IMMPID_MP_RFC822_MSG_ID","features":[149]},{"name":"IMMPID_MP_RFC822_MSG_SUBJECT","features":[149]},{"name":"IMMPID_MP_RFC822_TO_ADDRESS","features":[149]},{"name":"IMMPID_MP_SCANNED_FOR_CRLF_DOT_CRLF","features":[149]},{"name":"IMMPID_MP_SENDER_ADDRESS","features":[149]},{"name":"IMMPID_MP_SENDER_ADDRESS_LEGACY_EX_DN","features":[149]},{"name":"IMMPID_MP_SENDER_ADDRESS_OTHER","features":[149]},{"name":"IMMPID_MP_SENDER_ADDRESS_SMTP","features":[149]},{"name":"IMMPID_MP_SENDER_ADDRESS_X400","features":[149]},{"name":"IMMPID_MP_SENDER_ADDRESS_X500","features":[149]},{"name":"IMMPID_MP_SERVER_NAME","features":[149]},{"name":"IMMPID_MP_SERVER_VERSION","features":[149]},{"name":"IMMPID_MP_SUPERSEDES_MSG_GUID","features":[149]},{"name":"IMMPID_MP_X_PRIORITY","features":[149]},{"name":"IMMPID_NMP_AFTER__","features":[149]},{"name":"IMMPID_NMP_BEFORE__","features":[149]},{"name":"IMMPID_NMP_ENUM","features":[149]},{"name":"IMMPID_NMP_HEADERS","features":[149]},{"name":"IMMPID_NMP_NEWSGROUP_LIST","features":[149]},{"name":"IMMPID_NMP_NNTP_APPROVED_HEADER","features":[149]},{"name":"IMMPID_NMP_NNTP_PROCESSING","features":[149]},{"name":"IMMPID_NMP_POST_TOKEN","features":[149]},{"name":"IMMPID_NMP_PRIMARY_ARTID","features":[149]},{"name":"IMMPID_NMP_PRIMARY_GROUP","features":[149]},{"name":"IMMPID_NMP_SECONDARY_ARTNUM","features":[149]},{"name":"IMMPID_NMP_SECONDARY_GROUPS","features":[149]},{"name":"IMMPID_RPV_AFTER__","features":[149]},{"name":"IMMPID_RPV_BEFORE__","features":[149]},{"name":"IMMPID_RPV_DONT_DELIVER","features":[149]},{"name":"IMMPID_RPV_ENUM","features":[149]},{"name":"IMMPID_RPV_NO_NAME_COLLISIONS","features":[149]},{"name":"IMMPID_RP_ADDRESS","features":[149]},{"name":"IMMPID_RP_ADDRESS_OTHER","features":[149]},{"name":"IMMPID_RP_ADDRESS_SMTP","features":[149]},{"name":"IMMPID_RP_ADDRESS_TYPE","features":[149]},{"name":"IMMPID_RP_ADDRESS_TYPE_SMTP","features":[149]},{"name":"IMMPID_RP_ADDRESS_X400","features":[149]},{"name":"IMMPID_RP_ADDRESS_X500","features":[149]},{"name":"IMMPID_RP_AFTER__","features":[149]},{"name":"IMMPID_RP_BEFORE__","features":[149]},{"name":"IMMPID_RP_DISPLAY_NAME","features":[149]},{"name":"IMMPID_RP_DOMAIN","features":[149]},{"name":"IMMPID_RP_DSN_NOTIFY_INVALID","features":[149]},{"name":"IMMPID_RP_DSN_NOTIFY_SUCCESS","features":[149]},{"name":"IMMPID_RP_DSN_NOTIFY_VALUE","features":[149]},{"name":"IMMPID_RP_DSN_ORCPT_VALUE","features":[149]},{"name":"IMMPID_RP_DSN_PRE_CAT_ADDRESS","features":[149]},{"name":"IMMPID_RP_ENUM","features":[149]},{"name":"IMMPID_RP_ERROR_CODE","features":[149]},{"name":"IMMPID_RP_ERROR_STRING","features":[149]},{"name":"IMMPID_RP_LEGACY_EX_DN","features":[149]},{"name":"IMMPID_RP_MDB_GUID","features":[149]},{"name":"IMMPID_RP_RECIPIENT_FLAGS","features":[149]},{"name":"IMMPID_RP_SMTP_STATUS_STRING","features":[149]},{"name":"IMMPID_RP_USER_GUID","features":[149]},{"name":"IMMP_MPV_STORE_DRIVER_HANDLE","features":[149]},{"name":"IMultisession","features":[149]},{"name":"IMultisessionRandomWrite","features":[149]},{"name":"IMultisessionSequential","features":[149]},{"name":"IMultisessionSequential2","features":[149]},{"name":"IProgressItem","features":[149]},{"name":"IProgressItems","features":[149]},{"name":"IRawCDImageCreator","features":[149]},{"name":"IRawCDImageTrackInfo","features":[149]},{"name":"IRedbookDiscMaster","features":[149]},{"name":"IStreamConcatenate","features":[149]},{"name":"IStreamInterleave","features":[149]},{"name":"IStreamPseudoRandomBased","features":[149]},{"name":"IWriteEngine2","features":[149]},{"name":"IWriteEngine2EventArgs","features":[149]},{"name":"IWriteSpeedDescriptor","features":[149]},{"name":"LPMSGSESS","features":[149]},{"name":"MEDIA_BLANK","features":[149]},{"name":"MEDIA_CDDA_CDROM","features":[149]},{"name":"MEDIA_CD_EXTRA","features":[149]},{"name":"MEDIA_CD_I","features":[149]},{"name":"MEDIA_CD_OTHER","features":[149]},{"name":"MEDIA_CD_ROM_XA","features":[149]},{"name":"MEDIA_FLAGS","features":[149]},{"name":"MEDIA_FORMAT_UNUSABLE_BY_IMAPI","features":[149]},{"name":"MEDIA_RW","features":[149]},{"name":"MEDIA_SPECIAL","features":[149]},{"name":"MEDIA_TYPES","features":[149]},{"name":"MEDIA_WRITABLE","features":[149]},{"name":"MPV_INBOUND_CUTOFF_EXCEEDED","features":[149]},{"name":"MPV_WRITE_CONTENT","features":[149]},{"name":"MP_MSGCLASS_DELIVERY_REPORT","features":[149]},{"name":"MP_MSGCLASS_NONDELIVERY_REPORT","features":[149]},{"name":"MP_MSGCLASS_REPLICATION","features":[149]},{"name":"MP_MSGCLASS_SYSTEM","features":[149]},{"name":"MP_STATUS_ABANDON_DELIVERY","features":[149]},{"name":"MP_STATUS_ABORT_DELIVERY","features":[149]},{"name":"MP_STATUS_BAD_MAIL","features":[149]},{"name":"MP_STATUS_CATEGORIZED","features":[149]},{"name":"MP_STATUS_RETRY","features":[149]},{"name":"MP_STATUS_SUBMITTED","features":[149]},{"name":"MP_STATUS_SUCCESS","features":[149]},{"name":"MSDiscMasterObj","features":[149]},{"name":"MSDiscRecorderObj","features":[149]},{"name":"MSEnumDiscRecordersObj","features":[149]},{"name":"MSGCALLRELEASE","features":[149]},{"name":"MapStorageSCode","features":[149]},{"name":"MsftDiscFormat2Data","features":[149]},{"name":"MsftDiscFormat2Erase","features":[149]},{"name":"MsftDiscFormat2RawCD","features":[149]},{"name":"MsftDiscFormat2TrackAtOnce","features":[149]},{"name":"MsftDiscMaster2","features":[149]},{"name":"MsftDiscRecorder2","features":[149]},{"name":"MsftFileSystemImage","features":[149]},{"name":"MsftIsoImageManager","features":[149]},{"name":"MsftMultisessionRandomWrite","features":[149]},{"name":"MsftMultisessionSequential","features":[149]},{"name":"MsftRawCDImageCreator","features":[149]},{"name":"MsftStreamConcatenate","features":[149]},{"name":"MsftStreamInterleave","features":[149]},{"name":"MsftStreamPrng001","features":[149]},{"name":"MsftStreamZero","features":[149]},{"name":"MsftWriteEngine2","features":[149]},{"name":"MsftWriteSpeedDescriptor","features":[149]},{"name":"NMP_PROCESS_CONTROL","features":[149]},{"name":"NMP_PROCESS_MODERATOR","features":[149]},{"name":"NMP_PROCESS_POST","features":[149]},{"name":"OpenIMsgOnIStg","features":[149,150]},{"name":"OpenIMsgSession","features":[149]},{"name":"PlatformEFI","features":[149]},{"name":"PlatformId","features":[149]},{"name":"PlatformMac","features":[149]},{"name":"PlatformPowerPC","features":[149]},{"name":"PlatformX86","features":[149]},{"name":"ProgressItem","features":[149]},{"name":"ProgressItems","features":[149]},{"name":"RECORDER_BURNING","features":[149]},{"name":"RECORDER_CDR","features":[149]},{"name":"RECORDER_CDRW","features":[149]},{"name":"RECORDER_DOING_NOTHING","features":[149]},{"name":"RECORDER_OPENED","features":[149]},{"name":"RECORDER_TYPES","features":[149]},{"name":"RP_DELIVERED","features":[149]},{"name":"RP_DSN_HANDLED","features":[149]},{"name":"RP_DSN_NOTIFY_DELAY","features":[149]},{"name":"RP_DSN_NOTIFY_FAILURE","features":[149]},{"name":"RP_DSN_NOTIFY_INVALID","features":[149]},{"name":"RP_DSN_NOTIFY_MASK","features":[149]},{"name":"RP_DSN_NOTIFY_NEVER","features":[149]},{"name":"RP_DSN_NOTIFY_SUCCESS","features":[149]},{"name":"RP_DSN_SENT_DELAYED","features":[149]},{"name":"RP_DSN_SENT_DELIVERED","features":[149]},{"name":"RP_DSN_SENT_EXPANDED","features":[149]},{"name":"RP_DSN_SENT_NDR","features":[149]},{"name":"RP_DSN_SENT_RELAYED","features":[149]},{"name":"RP_ENPANDED","features":[149]},{"name":"RP_ERROR_CONTEXT_CAT","features":[149]},{"name":"RP_ERROR_CONTEXT_MTA","features":[149]},{"name":"RP_ERROR_CONTEXT_STORE","features":[149]},{"name":"RP_EXPANDED","features":[149]},{"name":"RP_FAILED","features":[149]},{"name":"RP_GENERAL_FAILURE","features":[149]},{"name":"RP_HANDLED","features":[149]},{"name":"RP_RECIP_FLAGS_RESERVED","features":[149]},{"name":"RP_REMOTE_MTA_NO_DSN","features":[149]},{"name":"RP_UNRESOLVED","features":[149]},{"name":"RP_VOLATILE_FLAGS_MASK","features":[149]},{"name":"SPropAttrArray","features":[149]},{"name":"SZ_PROGID_SMTPCAT","features":[149]},{"name":"SetAttribIMsgOnIStg","features":[149,150]},{"name":"tagIMMPID_CPV_STRUCT","features":[149]},{"name":"tagIMMPID_GUIDLIST_ITEM","features":[149]},{"name":"tagIMMPID_MPV_STRUCT","features":[149]},{"name":"tagIMMPID_MP_STRUCT","features":[149]},{"name":"tagIMMPID_NMP_STRUCT","features":[149]},{"name":"tagIMMPID_RPV_STRUCT","features":[149]},{"name":"tagIMMPID_RP_STRUCT","features":[149]}],"521":[{"name":"BindIFilterFromStorage","features":[151]},{"name":"BindIFilterFromStream","features":[151]},{"name":"CHUNKSTATE","features":[151]},{"name":"CHUNK_BREAKTYPE","features":[151]},{"name":"CHUNK_EOC","features":[151]},{"name":"CHUNK_EOP","features":[151]},{"name":"CHUNK_EOS","features":[151]},{"name":"CHUNK_EOW","features":[151]},{"name":"CHUNK_FILTER_OWNED_VALUE","features":[151]},{"name":"CHUNK_NO_BREAK","features":[151]},{"name":"CHUNK_TEXT","features":[151]},{"name":"CHUNK_VALUE","features":[151]},{"name":"CIADMIN","features":[151]},{"name":"CICAT_ALL_OPENED","features":[151]},{"name":"CICAT_GET_STATE","features":[151]},{"name":"CICAT_NO_QUERY","features":[151]},{"name":"CICAT_READONLY","features":[151]},{"name":"CICAT_STOPPED","features":[151]},{"name":"CICAT_WRITABLE","features":[151]},{"name":"CINULLCATALOG","features":[151]},{"name":"CI_PROVIDER_ALL","features":[151]},{"name":"CI_PROVIDER_INDEXING_SERVICE","features":[151]},{"name":"CI_PROVIDER_MSSEARCH","features":[151]},{"name":"CI_STATE","features":[151]},{"name":"CI_STATE_ANNEALING_MERGE","features":[151]},{"name":"CI_STATE_BATTERY_POLICY","features":[151]},{"name":"CI_STATE_BATTERY_POWER","features":[151]},{"name":"CI_STATE_CONTENT_SCAN_REQUIRED","features":[151]},{"name":"CI_STATE_DELETION_MERGE","features":[151]},{"name":"CI_STATE_HIGH_CPU","features":[151]},{"name":"CI_STATE_HIGH_IO","features":[151]},{"name":"CI_STATE_INDEX_MIGRATION_MERGE","features":[151]},{"name":"CI_STATE_LOW_DISK","features":[151]},{"name":"CI_STATE_LOW_MEMORY","features":[151]},{"name":"CI_STATE_MASTER_MERGE","features":[151]},{"name":"CI_STATE_MASTER_MERGE_PAUSED","features":[151]},{"name":"CI_STATE_READING_USNS","features":[151]},{"name":"CI_STATE_READ_ONLY","features":[151]},{"name":"CI_STATE_RECOVERING","features":[151]},{"name":"CI_STATE_SCANNING","features":[151]},{"name":"CI_STATE_SHADOW_MERGE","features":[151]},{"name":"CI_STATE_STARTING","features":[151]},{"name":"CI_STATE_USER_ACTIVE","features":[151]},{"name":"CI_VERSION_WDS30","features":[151]},{"name":"CI_VERSION_WDS40","features":[151]},{"name":"CI_VERSION_WIN70","features":[151]},{"name":"CLSID_INDEX_SERVER_DSO","features":[151]},{"name":"DBID","features":[151]},{"name":"DBID","features":[151]},{"name":"DBKINDENUM","features":[151]},{"name":"DBKIND_GUID","features":[151]},{"name":"DBKIND_GUID_NAME","features":[151]},{"name":"DBKIND_GUID_PROPID","features":[151]},{"name":"DBKIND_NAME","features":[151]},{"name":"DBKIND_PGUID_NAME","features":[151]},{"name":"DBKIND_PGUID_PROPID","features":[151]},{"name":"DBKIND_PROPID","features":[151]},{"name":"DBPROPSET_CIFRMWRKCORE_EXT","features":[151]},{"name":"DBPROPSET_FSCIFRMWRK_EXT","features":[151]},{"name":"DBPROPSET_MSIDXS_ROWSETEXT","features":[151]},{"name":"DBPROPSET_QUERYEXT","features":[151]},{"name":"DBPROPSET_SESS_QUERYEXT","features":[151]},{"name":"DBPROP_APPLICATION_NAME","features":[151]},{"name":"DBPROP_CATALOGLISTID","features":[151]},{"name":"DBPROP_CI_CATALOG_NAME","features":[151]},{"name":"DBPROP_CI_DEPTHS","features":[151]},{"name":"DBPROP_CI_EXCLUDE_SCOPES","features":[151]},{"name":"DBPROP_CI_INCLUDE_SCOPES","features":[151]},{"name":"DBPROP_CI_PROVIDER","features":[151]},{"name":"DBPROP_CI_QUERY_TYPE","features":[151]},{"name":"DBPROP_CI_SCOPE_FLAGS","features":[151]},{"name":"DBPROP_CI_SECURITY_ID","features":[151]},{"name":"DBPROP_CLIENT_CLSID","features":[151]},{"name":"DBPROP_DEFAULT_EQUALS_BEHAVIOR","features":[151]},{"name":"DBPROP_DEFERCATALOGVERIFICATION","features":[151]},{"name":"DBPROP_DEFERNONINDEXEDTRIMMING","features":[151]},{"name":"DBPROP_DONOTCOMPUTEEXPENSIVEPROPS","features":[151]},{"name":"DBPROP_ENABLEROWSETEVENTS","features":[151]},{"name":"DBPROP_FIRSTROWS","features":[151]},{"name":"DBPROP_FREETEXTANYTERM","features":[151]},{"name":"DBPROP_FREETEXTUSESTEMMING","features":[151]},{"name":"DBPROP_GENERATEPARSETREE","features":[151]},{"name":"DBPROP_GENERICOPTIONS_STRING","features":[151]},{"name":"DBPROP_IGNORENOISEONLYCLAUSES","features":[151]},{"name":"DBPROP_IGNORESBRI","features":[151]},{"name":"DBPROP_MACHINE","features":[151]},{"name":"DBPROP_USECONTENTINDEX","features":[151]},{"name":"DBPROP_USEEXTENDEDDBTYPES","features":[151]},{"name":"DBSETFUNC_ALL","features":[151]},{"name":"DBSETFUNC_DISTINCT","features":[151]},{"name":"DBSETFUNC_NONE","features":[151]},{"name":"FILTERREGION","features":[151]},{"name":"FILTER_E_ACCESS","features":[151]},{"name":"FILTER_E_EMBEDDING_UNAVAILABLE","features":[151]},{"name":"FILTER_E_END_OF_CHUNKS","features":[151]},{"name":"FILTER_E_LINK_UNAVAILABLE","features":[151]},{"name":"FILTER_E_NO_MORE_TEXT","features":[151]},{"name":"FILTER_E_NO_MORE_VALUES","features":[151]},{"name":"FILTER_E_NO_TEXT","features":[151]},{"name":"FILTER_E_NO_VALUES","features":[151]},{"name":"FILTER_E_PASSWORD","features":[151]},{"name":"FILTER_E_UNKNOWNFORMAT","features":[151]},{"name":"FILTER_S_LAST_TEXT","features":[151]},{"name":"FILTER_S_LAST_VALUES","features":[151]},{"name":"FILTER_W_MONIKER_CLIPPED","features":[151]},{"name":"FULLPROPSPEC","features":[151,70]},{"name":"GENERATE_METHOD_EXACT","features":[151]},{"name":"GENERATE_METHOD_INFLECT","features":[151]},{"name":"GENERATE_METHOD_PREFIX","features":[151]},{"name":"IFILTER_FLAGS","features":[151]},{"name":"IFILTER_FLAGS_OLE_PROPERTIES","features":[151]},{"name":"IFILTER_INIT","features":[151]},{"name":"IFILTER_INIT_APPLY_CRAWL_ATTRIBUTES","features":[151]},{"name":"IFILTER_INIT_APPLY_INDEX_ATTRIBUTES","features":[151]},{"name":"IFILTER_INIT_APPLY_OTHER_ATTRIBUTES","features":[151]},{"name":"IFILTER_INIT_CANON_HYPHENS","features":[151]},{"name":"IFILTER_INIT_CANON_PARAGRAPHS","features":[151]},{"name":"IFILTER_INIT_CANON_SPACES","features":[151]},{"name":"IFILTER_INIT_DISABLE_EMBEDDED","features":[151]},{"name":"IFILTER_INIT_EMIT_FORMATTING","features":[151]},{"name":"IFILTER_INIT_FILTER_AGGRESSIVE_BREAK","features":[151]},{"name":"IFILTER_INIT_FILTER_OWNED_VALUE_OK","features":[151]},{"name":"IFILTER_INIT_HARD_LINE_BREAKS","features":[151]},{"name":"IFILTER_INIT_INDEXING_ONLY","features":[151]},{"name":"IFILTER_INIT_SEARCH_LINKS","features":[151]},{"name":"IFilter","features":[151]},{"name":"IPhraseSink","features":[151]},{"name":"LIFF_FORCE_TEXT_FILTER_FALLBACK","features":[151]},{"name":"LIFF_IMPLEMENT_TEXT_FILTER_FALLBACK_POLICY","features":[151]},{"name":"LIFF_LOAD_DEFINED_FILTER","features":[151]},{"name":"LoadIFilter","features":[151]},{"name":"LoadIFilterEx","features":[151]},{"name":"MSIDXSPROP_COMMAND_LOCALE_STRING","features":[151]},{"name":"MSIDXSPROP_MAX_RANK","features":[151]},{"name":"MSIDXSPROP_PARSE_TREE","features":[151]},{"name":"MSIDXSPROP_QUERY_RESTRICTION","features":[151]},{"name":"MSIDXSPROP_RESULTS_FOUND","features":[151]},{"name":"MSIDXSPROP_ROWSETQUERYSTATUS","features":[151]},{"name":"MSIDXSPROP_SAME_SORTORDER_USED","features":[151]},{"name":"MSIDXSPROP_SERVER_NLSVERSION","features":[151]},{"name":"MSIDXSPROP_SERVER_NLSVER_DEFINED","features":[151]},{"name":"MSIDXSPROP_SERVER_VERSION","features":[151]},{"name":"MSIDXSPROP_SERVER_WINVER_MAJOR","features":[151]},{"name":"MSIDXSPROP_SERVER_WINVER_MINOR","features":[151]},{"name":"MSIDXSPROP_WHEREID","features":[151]},{"name":"NOT_AN_ERROR","features":[151]},{"name":"PID_FILENAME","features":[151]},{"name":"PROPID_QUERY_ALL","features":[151]},{"name":"PROPID_QUERY_HITCOUNT","features":[151]},{"name":"PROPID_QUERY_LASTSEENTIME","features":[151]},{"name":"PROPID_QUERY_RANK","features":[151]},{"name":"PROPID_QUERY_RANKVECTOR","features":[151]},{"name":"PROPID_QUERY_UNFILTERED","features":[151]},{"name":"PROPID_QUERY_VIRTUALPATH","features":[151]},{"name":"PROPID_QUERY_WORKID","features":[151]},{"name":"PROPID_STG_CONTENTS","features":[151]},{"name":"PROXIMITY_UNIT_CHAPTER","features":[151]},{"name":"PROXIMITY_UNIT_PARAGRAPH","features":[151]},{"name":"PROXIMITY_UNIT_SENTENCE","features":[151]},{"name":"PROXIMITY_UNIT_WORD","features":[151]},{"name":"PSGUID_FILENAME","features":[151]},{"name":"QUERY_DEEP","features":[151]},{"name":"QUERY_PHYSICAL_PATH","features":[151]},{"name":"QUERY_SHALLOW","features":[151]},{"name":"QUERY_VIRTUAL_PATH","features":[151]},{"name":"SCOPE_FLAG_DEEP","features":[151]},{"name":"SCOPE_FLAG_INCLUDE","features":[151]},{"name":"SCOPE_FLAG_MASK","features":[151]},{"name":"SCOPE_TYPE_MASK","features":[151]},{"name":"SCOPE_TYPE_VPATH","features":[151]},{"name":"SCOPE_TYPE_WINPATH","features":[151]},{"name":"STAT_BUSY","features":[151]},{"name":"STAT_CHUNK","features":[151,70]},{"name":"STAT_COALESCE_COMP_ALL_NOISE","features":[151]},{"name":"STAT_CONTENT_OUT_OF_DATE","features":[151]},{"name":"STAT_CONTENT_QUERY_INCOMPLETE","features":[151]},{"name":"STAT_DONE","features":[151]},{"name":"STAT_ERROR","features":[151]},{"name":"STAT_MISSING_PROP_IN_RELDOC","features":[151]},{"name":"STAT_MISSING_RELDOC","features":[151]},{"name":"STAT_NOISE_WORDS","features":[151]},{"name":"STAT_PARTIAL_SCOPE","features":[151]},{"name":"STAT_REFRESH","features":[151]},{"name":"STAT_REFRESH_INCOMPLETE","features":[151]},{"name":"STAT_RELDOC_ACCESS_DENIED","features":[151]},{"name":"STAT_SHARING_VIOLATION","features":[151]},{"name":"STAT_TIME_LIMIT_EXCEEDED","features":[151]},{"name":"VECTOR_RANK_DICE","features":[151]},{"name":"VECTOR_RANK_INNER","features":[151]},{"name":"VECTOR_RANK_JACCARD","features":[151]},{"name":"VECTOR_RANK_MAX","features":[151]},{"name":"VECTOR_RANK_MIN","features":[151]},{"name":"WORDREP_BREAK_EOC","features":[151]},{"name":"WORDREP_BREAK_EOP","features":[151]},{"name":"WORDREP_BREAK_EOS","features":[151]},{"name":"WORDREP_BREAK_EOW","features":[151]},{"name":"WORDREP_BREAK_TYPE","features":[151]}],"522":[{"name":"FILTER_AGGREGATE_BASIC_INFORMATION","features":[26]},{"name":"FILTER_AGGREGATE_STANDARD_INFORMATION","features":[26]},{"name":"FILTER_FULL_INFORMATION","features":[26]},{"name":"FILTER_INFORMATION_CLASS","features":[26]},{"name":"FILTER_MESSAGE_HEADER","features":[26]},{"name":"FILTER_NAME_MAX_CHARS","features":[26]},{"name":"FILTER_REPLY_HEADER","features":[1,26]},{"name":"FILTER_VOLUME_BASIC_INFORMATION","features":[26]},{"name":"FILTER_VOLUME_INFORMATION_CLASS","features":[26]},{"name":"FILTER_VOLUME_STANDARD_INFORMATION","features":[26]},{"name":"FLTFL_AGGREGATE_INFO_IS_LEGACYFILTER","features":[26]},{"name":"FLTFL_AGGREGATE_INFO_IS_MINIFILTER","features":[26]},{"name":"FLTFL_ASI_IS_LEGACYFILTER","features":[26]},{"name":"FLTFL_ASI_IS_MINIFILTER","features":[26]},{"name":"FLTFL_IASIL_DETACHED_VOLUME","features":[26]},{"name":"FLTFL_IASIM_DETACHED_VOLUME","features":[26]},{"name":"FLTFL_IASI_IS_LEGACYFILTER","features":[26]},{"name":"FLTFL_IASI_IS_MINIFILTER","features":[26]},{"name":"FLTFL_VSI_DETACHED_VOLUME","features":[26]},{"name":"FLT_FILESYSTEM_TYPE","features":[26]},{"name":"FLT_FSTYPE_BSUDF","features":[26]},{"name":"FLT_FSTYPE_CDFS","features":[26]},{"name":"FLT_FSTYPE_CIMFS","features":[26]},{"name":"FLT_FSTYPE_CSVFS","features":[26]},{"name":"FLT_FSTYPE_EXFAT","features":[26]},{"name":"FLT_FSTYPE_FAT","features":[26]},{"name":"FLT_FSTYPE_FS_REC","features":[26]},{"name":"FLT_FSTYPE_GPFS","features":[26]},{"name":"FLT_FSTYPE_INCD","features":[26]},{"name":"FLT_FSTYPE_INCD_FAT","features":[26]},{"name":"FLT_FSTYPE_LANMAN","features":[26]},{"name":"FLT_FSTYPE_MSFS","features":[26]},{"name":"FLT_FSTYPE_MS_NETWARE","features":[26]},{"name":"FLT_FSTYPE_MUP","features":[26]},{"name":"FLT_FSTYPE_NETWARE","features":[26]},{"name":"FLT_FSTYPE_NFS","features":[26]},{"name":"FLT_FSTYPE_NPFS","features":[26]},{"name":"FLT_FSTYPE_NTFS","features":[26]},{"name":"FLT_FSTYPE_OPENAFS","features":[26]},{"name":"FLT_FSTYPE_PSFS","features":[26]},{"name":"FLT_FSTYPE_RAW","features":[26]},{"name":"FLT_FSTYPE_RDPDR","features":[26]},{"name":"FLT_FSTYPE_REFS","features":[26]},{"name":"FLT_FSTYPE_ROXIO_UDF1","features":[26]},{"name":"FLT_FSTYPE_ROXIO_UDF2","features":[26]},{"name":"FLT_FSTYPE_ROXIO_UDF3","features":[26]},{"name":"FLT_FSTYPE_RSFX","features":[26]},{"name":"FLT_FSTYPE_TACIT","features":[26]},{"name":"FLT_FSTYPE_UDFS","features":[26]},{"name":"FLT_FSTYPE_UNKNOWN","features":[26]},{"name":"FLT_FSTYPE_WEBDAV","features":[26]},{"name":"FLT_PORT_FLAG_SYNC_HANDLE","features":[26]},{"name":"FilterAggregateBasicInformation","features":[26]},{"name":"FilterAggregateStandardInformation","features":[26]},{"name":"FilterAttach","features":[26]},{"name":"FilterAttachAtAltitude","features":[26]},{"name":"FilterClose","features":[26]},{"name":"FilterConnectCommunicationPort","features":[1,5,26]},{"name":"FilterCreate","features":[26]},{"name":"FilterDetach","features":[26]},{"name":"FilterFindClose","features":[1,26]},{"name":"FilterFindFirst","features":[1,26]},{"name":"FilterFindNext","features":[1,26]},{"name":"FilterFullInformation","features":[26]},{"name":"FilterGetDosName","features":[26]},{"name":"FilterGetInformation","features":[26]},{"name":"FilterGetMessage","features":[1,26,7]},{"name":"FilterInstanceClose","features":[26]},{"name":"FilterInstanceCreate","features":[26]},{"name":"FilterInstanceFindClose","features":[1,26]},{"name":"FilterInstanceFindFirst","features":[1,26]},{"name":"FilterInstanceFindNext","features":[1,26]},{"name":"FilterInstanceGetInformation","features":[26]},{"name":"FilterLoad","features":[26]},{"name":"FilterReplyMessage","features":[1,26]},{"name":"FilterSendMessage","features":[1,26]},{"name":"FilterUnload","features":[26]},{"name":"FilterVolumeBasicInformation","features":[26]},{"name":"FilterVolumeFindClose","features":[1,26]},{"name":"FilterVolumeFindFirst","features":[1,26]},{"name":"FilterVolumeFindNext","features":[1,26]},{"name":"FilterVolumeInstanceFindClose","features":[1,26]},{"name":"FilterVolumeInstanceFindFirst","features":[1,26]},{"name":"FilterVolumeInstanceFindNext","features":[1,26]},{"name":"FilterVolumeStandardInformation","features":[26]},{"name":"HFILTER","features":[26]},{"name":"HFILTER_INSTANCE","features":[26]},{"name":"INSTANCE_AGGREGATE_STANDARD_INFORMATION","features":[26]},{"name":"INSTANCE_BASIC_INFORMATION","features":[26]},{"name":"INSTANCE_FULL_INFORMATION","features":[26]},{"name":"INSTANCE_INFORMATION_CLASS","features":[26]},{"name":"INSTANCE_NAME_MAX_CHARS","features":[26]},{"name":"INSTANCE_PARTIAL_INFORMATION","features":[26]},{"name":"InstanceAggregateStandardInformation","features":[26]},{"name":"InstanceBasicInformation","features":[26]},{"name":"InstanceFullInformation","features":[26]},{"name":"InstancePartialInformation","features":[26]},{"name":"VOLUME_NAME_MAX_CHARS","features":[26]},{"name":"WNNC_CRED_MANAGER","features":[26]},{"name":"WNNC_NET_10NET","features":[26]},{"name":"WNNC_NET_3IN1","features":[26]},{"name":"WNNC_NET_9P","features":[26]},{"name":"WNNC_NET_9TILES","features":[26]},{"name":"WNNC_NET_APPLETALK","features":[26]},{"name":"WNNC_NET_AS400","features":[26]},{"name":"WNNC_NET_AURISTOR_FS","features":[26]},{"name":"WNNC_NET_AVID","features":[26]},{"name":"WNNC_NET_AVID1","features":[26]},{"name":"WNNC_NET_BMC","features":[26]},{"name":"WNNC_NET_BWNFS","features":[26]},{"name":"WNNC_NET_CLEARCASE","features":[26]},{"name":"WNNC_NET_COGENT","features":[26]},{"name":"WNNC_NET_CSC","features":[26]},{"name":"WNNC_NET_DAV","features":[26]},{"name":"WNNC_NET_DCE","features":[26]},{"name":"WNNC_NET_DECORB","features":[26]},{"name":"WNNC_NET_DFS","features":[26]},{"name":"WNNC_NET_DISTINCT","features":[26]},{"name":"WNNC_NET_DOCUSHARE","features":[26]},{"name":"WNNC_NET_DOCUSPACE","features":[26]},{"name":"WNNC_NET_DRIVEONWEB","features":[26]},{"name":"WNNC_NET_EXIFS","features":[26]},{"name":"WNNC_NET_EXTENDNET","features":[26]},{"name":"WNNC_NET_FARALLON","features":[26]},{"name":"WNNC_NET_FJ_REDIR","features":[26]},{"name":"WNNC_NET_FOXBAT","features":[26]},{"name":"WNNC_NET_FRONTIER","features":[26]},{"name":"WNNC_NET_FTP_NFS","features":[26]},{"name":"WNNC_NET_GOOGLE","features":[26]},{"name":"WNNC_NET_HOB_NFS","features":[26]},{"name":"WNNC_NET_IBMAL","features":[26]},{"name":"WNNC_NET_INTERGRAPH","features":[26]},{"name":"WNNC_NET_KNOWARE","features":[26]},{"name":"WNNC_NET_KWNP","features":[26]},{"name":"WNNC_NET_LANMAN","features":[26]},{"name":"WNNC_NET_LANSTEP","features":[26]},{"name":"WNNC_NET_LANTASTIC","features":[26]},{"name":"WNNC_NET_LIFENET","features":[26]},{"name":"WNNC_NET_LOCK","features":[26]},{"name":"WNNC_NET_LOCUS","features":[26]},{"name":"WNNC_NET_MANGOSOFT","features":[26]},{"name":"WNNC_NET_MASFAX","features":[26]},{"name":"WNNC_NET_MFILES","features":[26]},{"name":"WNNC_NET_MSNET","features":[26]},{"name":"WNNC_NET_MS_NFS","features":[26]},{"name":"WNNC_NET_NDFS","features":[26]},{"name":"WNNC_NET_NETWARE","features":[26]},{"name":"WNNC_NET_OBJECT_DIRE","features":[26]},{"name":"WNNC_NET_OPENAFS","features":[26]},{"name":"WNNC_NET_PATHWORKS","features":[26]},{"name":"WNNC_NET_POWERLAN","features":[26]},{"name":"WNNC_NET_PROTSTOR","features":[26]},{"name":"WNNC_NET_QUINCY","features":[26]},{"name":"WNNC_NET_RDR2SAMPLE","features":[26]},{"name":"WNNC_NET_RIVERFRONT1","features":[26]},{"name":"WNNC_NET_RIVERFRONT2","features":[26]},{"name":"WNNC_NET_RSFX","features":[26]},{"name":"WNNC_NET_SECUREAGENT","features":[26]},{"name":"WNNC_NET_SERNET","features":[26]},{"name":"WNNC_NET_SHIVA","features":[26]},{"name":"WNNC_NET_SMB","features":[26]},{"name":"WNNC_NET_SRT","features":[26]},{"name":"WNNC_NET_STAC","features":[26]},{"name":"WNNC_NET_SUN_PC_NFS","features":[26]},{"name":"WNNC_NET_SYMFONET","features":[26]},{"name":"WNNC_NET_TERMSRV","features":[26]},{"name":"WNNC_NET_TWINS","features":[26]},{"name":"WNNC_NET_VINES","features":[26]},{"name":"WNNC_NET_VMWARE","features":[26]},{"name":"WNNC_NET_YAHOO","features":[26]},{"name":"WNNC_NET_ZENWORKS","features":[26]}],"523":[{"name":"ATA_FLAGS_48BIT_COMMAND","features":[35]},{"name":"ATA_FLAGS_DATA_IN","features":[35]},{"name":"ATA_FLAGS_DATA_OUT","features":[35]},{"name":"ATA_FLAGS_DRDY_REQUIRED","features":[35]},{"name":"ATA_FLAGS_NO_MULTIPLE","features":[35]},{"name":"ATA_FLAGS_USE_DMA","features":[35]},{"name":"ATA_PASS_THROUGH_DIRECT","features":[35]},{"name":"ATA_PASS_THROUGH_DIRECT32","features":[35]},{"name":"ATA_PASS_THROUGH_EX","features":[35]},{"name":"ATA_PASS_THROUGH_EX32","features":[35]},{"name":"AddISNSServerA","features":[35]},{"name":"AddISNSServerW","features":[35]},{"name":"AddIScsiConnectionA","features":[35]},{"name":"AddIScsiConnectionW","features":[35]},{"name":"AddIScsiSendTargetPortalA","features":[35]},{"name":"AddIScsiSendTargetPortalW","features":[35]},{"name":"AddIScsiStaticTargetA","features":[1,35]},{"name":"AddIScsiStaticTargetW","features":[1,35]},{"name":"AddPersistentIScsiDeviceA","features":[35]},{"name":"AddPersistentIScsiDeviceW","features":[35]},{"name":"AddRadiusServerA","features":[35]},{"name":"AddRadiusServerW","features":[35]},{"name":"ClearPersistentIScsiDevices","features":[35]},{"name":"DD_SCSI_DEVICE_NAME","features":[35]},{"name":"DSM_NOTIFICATION_REQUEST_BLOCK","features":[35]},{"name":"DUMP_DRIVER","features":[35]},{"name":"DUMP_DRIVER_EX","features":[35]},{"name":"DUMP_DRIVER_NAME_LENGTH","features":[35]},{"name":"DUMP_EX_FLAG_DRIVER_FULL_PATH_SUPPORT","features":[35]},{"name":"DUMP_EX_FLAG_RESUME_SUPPORT","features":[35]},{"name":"DUMP_EX_FLAG_SUPPORT_64BITMEMORY","features":[35]},{"name":"DUMP_EX_FLAG_SUPPORT_DD_TELEMETRY","features":[35]},{"name":"DUMP_POINTERS","features":[1,35]},{"name":"DUMP_POINTERS_EX","features":[1,35]},{"name":"DUMP_POINTERS_VERSION","features":[35]},{"name":"DUMP_POINTERS_VERSION_1","features":[35]},{"name":"DUMP_POINTERS_VERSION_2","features":[35]},{"name":"DUMP_POINTERS_VERSION_3","features":[35]},{"name":"DUMP_POINTERS_VERSION_4","features":[35]},{"name":"DiscoveryMechanisms","features":[35]},{"name":"FILE_DEVICE_SCSI","features":[35]},{"name":"FIRMWARE_FUNCTION_ACTIVATE","features":[35]},{"name":"FIRMWARE_FUNCTION_DOWNLOAD","features":[35]},{"name":"FIRMWARE_FUNCTION_GET_INFO","features":[35]},{"name":"FIRMWARE_REQUEST_BLOCK","features":[35]},{"name":"FIRMWARE_REQUEST_BLOCK_STRUCTURE_VERSION","features":[35]},{"name":"FIRMWARE_REQUEST_FLAG_CONTROLLER","features":[35]},{"name":"FIRMWARE_REQUEST_FLAG_FIRST_SEGMENT","features":[35]},{"name":"FIRMWARE_REQUEST_FLAG_LAST_SEGMENT","features":[35]},{"name":"FIRMWARE_REQUEST_FLAG_REPLACE_EXISTING_IMAGE","features":[35]},{"name":"FIRMWARE_REQUEST_FLAG_SWITCH_TO_EXISTING_FIRMWARE","features":[35]},{"name":"FIRMWARE_STATUS_COMMAND_ABORT","features":[35]},{"name":"FIRMWARE_STATUS_CONTROLLER_ERROR","features":[35]},{"name":"FIRMWARE_STATUS_DEVICE_ERROR","features":[35]},{"name":"FIRMWARE_STATUS_END_OF_MEDIA","features":[35]},{"name":"FIRMWARE_STATUS_ERROR","features":[35]},{"name":"FIRMWARE_STATUS_ID_NOT_FOUND","features":[35]},{"name":"FIRMWARE_STATUS_ILLEGAL_LENGTH","features":[35]},{"name":"FIRMWARE_STATUS_ILLEGAL_REQUEST","features":[35]},{"name":"FIRMWARE_STATUS_INPUT_BUFFER_TOO_BIG","features":[35]},{"name":"FIRMWARE_STATUS_INTERFACE_CRC_ERROR","features":[35]},{"name":"FIRMWARE_STATUS_INVALID_IMAGE","features":[35]},{"name":"FIRMWARE_STATUS_INVALID_PARAMETER","features":[35]},{"name":"FIRMWARE_STATUS_INVALID_SLOT","features":[35]},{"name":"FIRMWARE_STATUS_MEDIA_CHANGE","features":[35]},{"name":"FIRMWARE_STATUS_MEDIA_CHANGE_REQUEST","features":[35]},{"name":"FIRMWARE_STATUS_OUTPUT_BUFFER_TOO_SMALL","features":[35]},{"name":"FIRMWARE_STATUS_POWER_CYCLE_REQUIRED","features":[35]},{"name":"FIRMWARE_STATUS_SUCCESS","features":[35]},{"name":"FIRMWARE_STATUS_UNCORRECTABLE_DATA_ERROR","features":[35]},{"name":"GetDevicesForIScsiSessionA","features":[35,23]},{"name":"GetDevicesForIScsiSessionW","features":[35,23]},{"name":"GetIScsiIKEInfoA","features":[35]},{"name":"GetIScsiIKEInfoW","features":[35]},{"name":"GetIScsiInitiatorNodeNameA","features":[35]},{"name":"GetIScsiInitiatorNodeNameW","features":[35]},{"name":"GetIScsiSessionListA","features":[35]},{"name":"GetIScsiSessionListEx","features":[1,35]},{"name":"GetIScsiSessionListW","features":[35]},{"name":"GetIScsiTargetInformationA","features":[35]},{"name":"GetIScsiTargetInformationW","features":[35]},{"name":"GetIScsiVersionInformation","features":[35]},{"name":"HYBRID_DEMOTE_BY_SIZE","features":[35]},{"name":"HYBRID_DIRTY_THRESHOLDS","features":[35]},{"name":"HYBRID_FUNCTION_DEMOTE_BY_SIZE","features":[35]},{"name":"HYBRID_FUNCTION_DISABLE_CACHING_MEDIUM","features":[35]},{"name":"HYBRID_FUNCTION_ENABLE_CACHING_MEDIUM","features":[35]},{"name":"HYBRID_FUNCTION_GET_INFO","features":[35]},{"name":"HYBRID_FUNCTION_SET_DIRTY_THRESHOLD","features":[35]},{"name":"HYBRID_INFORMATION","features":[1,35]},{"name":"HYBRID_REQUEST_BLOCK","features":[35]},{"name":"HYBRID_REQUEST_BLOCK_STRUCTURE_VERSION","features":[35]},{"name":"HYBRID_REQUEST_INFO_STRUCTURE_VERSION","features":[35]},{"name":"HYBRID_STATUS_ENABLE_REFCOUNT_HOLD","features":[35]},{"name":"HYBRID_STATUS_ILLEGAL_REQUEST","features":[35]},{"name":"HYBRID_STATUS_INVALID_PARAMETER","features":[35]},{"name":"HYBRID_STATUS_OUTPUT_BUFFER_TOO_SMALL","features":[35]},{"name":"HYBRID_STATUS_SUCCESS","features":[35]},{"name":"IDE_IO_CONTROL","features":[35]},{"name":"ID_FQDN","features":[35]},{"name":"ID_IPV4_ADDR","features":[35]},{"name":"ID_IPV6_ADDR","features":[35]},{"name":"ID_USER_FQDN","features":[35]},{"name":"IKE_AUTHENTICATION_INFORMATION","features":[35]},{"name":"IKE_AUTHENTICATION_METHOD","features":[35]},{"name":"IKE_AUTHENTICATION_PRESHARED_KEY","features":[35]},{"name":"IKE_AUTHENTICATION_PRESHARED_KEY_METHOD","features":[35]},{"name":"IOCTL_ATA_MINIPORT","features":[35]},{"name":"IOCTL_ATA_PASS_THROUGH","features":[35]},{"name":"IOCTL_ATA_PASS_THROUGH_DIRECT","features":[35]},{"name":"IOCTL_IDE_PASS_THROUGH","features":[35]},{"name":"IOCTL_MINIPORT_PROCESS_SERVICE_IRP","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_DSM_GENERAL","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_DSM_NOTIFICATION","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_ENDURANCE_INFO","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_FIRMWARE","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_HYBRDISK","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_PHYSICAL_TOPOLOGY","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_PROTOCOL","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_TEMPERATURE","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_SCSIDISK","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_SET_PROTOCOL","features":[35]},{"name":"IOCTL_MINIPORT_SIGNATURE_SET_TEMPERATURE_THRESHOLD","features":[35]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH","features":[35]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_DIRECT","features":[35]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_DIRECT_EX","features":[35]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_EX","features":[35]},{"name":"IOCTL_SCSI_BASE","features":[35]},{"name":"IOCTL_SCSI_FREE_DUMP_POINTERS","features":[35]},{"name":"IOCTL_SCSI_GET_ADDRESS","features":[35]},{"name":"IOCTL_SCSI_GET_CAPABILITIES","features":[35]},{"name":"IOCTL_SCSI_GET_DUMP_POINTERS","features":[35]},{"name":"IOCTL_SCSI_GET_INQUIRY_DATA","features":[35]},{"name":"IOCTL_SCSI_MINIPORT","features":[35]},{"name":"IOCTL_SCSI_PASS_THROUGH","features":[35]},{"name":"IOCTL_SCSI_PASS_THROUGH_DIRECT","features":[35]},{"name":"IOCTL_SCSI_PASS_THROUGH_DIRECT_EX","features":[35]},{"name":"IOCTL_SCSI_PASS_THROUGH_EX","features":[35]},{"name":"IOCTL_SCSI_RESCAN_BUS","features":[35]},{"name":"IO_SCSI_CAPABILITIES","features":[1,35]},{"name":"ISCSI_AUTH_TYPES","features":[35]},{"name":"ISCSI_CHAP_AUTH_TYPE","features":[35]},{"name":"ISCSI_CONNECTION_INFOA","features":[35]},{"name":"ISCSI_CONNECTION_INFOW","features":[35]},{"name":"ISCSI_CONNECTION_INFO_EX","features":[35]},{"name":"ISCSI_DEVICE_ON_SESSIONA","features":[35,23]},{"name":"ISCSI_DEVICE_ON_SESSIONW","features":[35,23]},{"name":"ISCSI_DIGEST_TYPES","features":[35]},{"name":"ISCSI_DIGEST_TYPE_CRC32C","features":[35]},{"name":"ISCSI_DIGEST_TYPE_NONE","features":[35]},{"name":"ISCSI_LOGIN_FLAG_ALLOW_PORTAL_HOPPING","features":[35]},{"name":"ISCSI_LOGIN_FLAG_MULTIPATH_ENABLED","features":[35]},{"name":"ISCSI_LOGIN_FLAG_REQUIRE_IPSEC","features":[35]},{"name":"ISCSI_LOGIN_FLAG_RESERVED1","features":[35]},{"name":"ISCSI_LOGIN_FLAG_USE_RADIUS_RESPONSE","features":[35]},{"name":"ISCSI_LOGIN_FLAG_USE_RADIUS_VERIFICATION","features":[35]},{"name":"ISCSI_LOGIN_OPTIONS","features":[35]},{"name":"ISCSI_LOGIN_OPTIONS_AUTH_TYPE","features":[35]},{"name":"ISCSI_LOGIN_OPTIONS_DATA_DIGEST","features":[35]},{"name":"ISCSI_LOGIN_OPTIONS_DEFAULT_TIME_2_RETAIN","features":[35]},{"name":"ISCSI_LOGIN_OPTIONS_DEFAULT_TIME_2_WAIT","features":[35]},{"name":"ISCSI_LOGIN_OPTIONS_HEADER_DIGEST","features":[35]},{"name":"ISCSI_LOGIN_OPTIONS_MAXIMUM_CONNECTIONS","features":[35]},{"name":"ISCSI_LOGIN_OPTIONS_PASSWORD","features":[35]},{"name":"ISCSI_LOGIN_OPTIONS_USERNAME","features":[35]},{"name":"ISCSI_LOGIN_OPTIONS_VERSION","features":[35]},{"name":"ISCSI_MUTUAL_CHAP_AUTH_TYPE","features":[35]},{"name":"ISCSI_NO_AUTH_TYPE","features":[35]},{"name":"ISCSI_SECURITY_FLAG_AGGRESSIVE_MODE_ENABLED","features":[35]},{"name":"ISCSI_SECURITY_FLAG_IKE_IPSEC_ENABLED","features":[35]},{"name":"ISCSI_SECURITY_FLAG_MAIN_MODE_ENABLED","features":[35]},{"name":"ISCSI_SECURITY_FLAG_PFS_ENABLED","features":[35]},{"name":"ISCSI_SECURITY_FLAG_TRANSPORT_MODE_PREFERRED","features":[35]},{"name":"ISCSI_SECURITY_FLAG_TUNNEL_MODE_PREFERRED","features":[35]},{"name":"ISCSI_SECURITY_FLAG_VALID","features":[35]},{"name":"ISCSI_SESSION_INFOA","features":[35]},{"name":"ISCSI_SESSION_INFOW","features":[35]},{"name":"ISCSI_SESSION_INFO_EX","features":[1,35]},{"name":"ISCSI_TARGET_FLAG_HIDE_STATIC_TARGET","features":[35]},{"name":"ISCSI_TARGET_FLAG_MERGE_TARGET_INFORMATION","features":[35]},{"name":"ISCSI_TARGET_MAPPINGA","features":[35]},{"name":"ISCSI_TARGET_MAPPINGW","features":[35]},{"name":"ISCSI_TARGET_PORTALA","features":[35]},{"name":"ISCSI_TARGET_PORTALW","features":[35]},{"name":"ISCSI_TARGET_PORTAL_GROUPA","features":[35]},{"name":"ISCSI_TARGET_PORTAL_GROUPW","features":[35]},{"name":"ISCSI_TARGET_PORTAL_INFOA","features":[35]},{"name":"ISCSI_TARGET_PORTAL_INFOW","features":[35]},{"name":"ISCSI_TARGET_PORTAL_INFO_EXA","features":[35]},{"name":"ISCSI_TARGET_PORTAL_INFO_EXW","features":[35]},{"name":"ISCSI_TCP_PROTOCOL_TYPE","features":[35]},{"name":"ISCSI_UNIQUE_SESSION_ID","features":[35]},{"name":"ISCSI_VERSION_INFO","features":[35]},{"name":"InitiatorName","features":[35]},{"name":"LoginIScsiTargetA","features":[1,35]},{"name":"LoginIScsiTargetW","features":[1,35]},{"name":"LoginOptions","features":[35]},{"name":"LogoutIScsiTarget","features":[35]},{"name":"MAX_ISCSI_ALIAS_LEN","features":[35]},{"name":"MAX_ISCSI_DISCOVERY_DOMAIN_LEN","features":[35]},{"name":"MAX_ISCSI_HBANAME_LEN","features":[35]},{"name":"MAX_ISCSI_NAME_LEN","features":[35]},{"name":"MAX_ISCSI_PORTAL_ADDRESS_LEN","features":[35]},{"name":"MAX_ISCSI_PORTAL_ALIAS_LEN","features":[35]},{"name":"MAX_ISCSI_PORTAL_NAME_LEN","features":[35]},{"name":"MAX_ISCSI_TEXT_ADDRESS_LEN","features":[35]},{"name":"MAX_RADIUS_ADDRESS_LEN","features":[35]},{"name":"MINIPORT_DSM_NOTIFICATION_VERSION","features":[35]},{"name":"MINIPORT_DSM_NOTIFICATION_VERSION_1","features":[35]},{"name":"MINIPORT_DSM_NOTIFY_FLAG_BEGIN","features":[35]},{"name":"MINIPORT_DSM_NOTIFY_FLAG_END","features":[35]},{"name":"MINIPORT_DSM_PROFILE_CRASHDUMP_FILE","features":[35]},{"name":"MINIPORT_DSM_PROFILE_HIBERNATION_FILE","features":[35]},{"name":"MINIPORT_DSM_PROFILE_PAGE_FILE","features":[35]},{"name":"MINIPORT_DSM_PROFILE_UNKNOWN","features":[35]},{"name":"MPIO_IOCTL_FLAG_INVOLVE_DSM","features":[35]},{"name":"MPIO_IOCTL_FLAG_USE_PATHID","features":[35]},{"name":"MPIO_IOCTL_FLAG_USE_SCSIADDRESS","features":[35]},{"name":"MPIO_PASS_THROUGH_PATH","features":[35]},{"name":"MPIO_PASS_THROUGH_PATH32","features":[35]},{"name":"MPIO_PASS_THROUGH_PATH32_EX","features":[35]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT","features":[35]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT32","features":[35]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT32_EX","features":[35]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT_EX","features":[35]},{"name":"MPIO_PASS_THROUGH_PATH_EX","features":[35]},{"name":"MP_DEVICE_DATA_SET_RANGE","features":[35]},{"name":"MP_STORAGE_DIAGNOSTIC_LEVEL","features":[35]},{"name":"MP_STORAGE_DIAGNOSTIC_TARGET_TYPE","features":[35]},{"name":"MpStorageDiagnosticLevelDefault","features":[35]},{"name":"MpStorageDiagnosticLevelMax","features":[35]},{"name":"MpStorageDiagnosticTargetTypeHbaFirmware","features":[35]},{"name":"MpStorageDiagnosticTargetTypeMax","features":[35]},{"name":"MpStorageDiagnosticTargetTypeMiniport","features":[35]},{"name":"MpStorageDiagnosticTargetTypeUndefined","features":[35]},{"name":"NRB_FUNCTION_ADD_LBAS_PINNED_SET","features":[35]},{"name":"NRB_FUNCTION_FLUSH_NVCACHE","features":[35]},{"name":"NRB_FUNCTION_NVCACHE_INFO","features":[35]},{"name":"NRB_FUNCTION_NVCACHE_POWER_MODE_RETURN","features":[35]},{"name":"NRB_FUNCTION_NVCACHE_POWER_MODE_SET","features":[35]},{"name":"NRB_FUNCTION_NVSEPARATED_FLUSH","features":[35]},{"name":"NRB_FUNCTION_NVSEPARATED_INFO","features":[35]},{"name":"NRB_FUNCTION_NVSEPARATED_WB_DISABLE","features":[35]},{"name":"NRB_FUNCTION_NVSEPARATED_WB_REVERT_DEFAULT","features":[35]},{"name":"NRB_FUNCTION_PASS_HINT_PAYLOAD","features":[35]},{"name":"NRB_FUNCTION_QUERY_ASCENDER_STATUS","features":[35]},{"name":"NRB_FUNCTION_QUERY_CACHE_MISS","features":[35]},{"name":"NRB_FUNCTION_QUERY_HYBRID_DISK_STATUS","features":[35]},{"name":"NRB_FUNCTION_QUERY_PINNED_SET","features":[35]},{"name":"NRB_FUNCTION_REMOVE_LBAS_PINNED_SET","features":[35]},{"name":"NRB_FUNCTION_SPINDLE_STATUS","features":[35]},{"name":"NRB_ILLEGAL_REQUEST","features":[35]},{"name":"NRB_INPUT_DATA_OVERRUN","features":[35]},{"name":"NRB_INPUT_DATA_UNDERRUN","features":[35]},{"name":"NRB_INVALID_PARAMETER","features":[35]},{"name":"NRB_OUTPUT_DATA_OVERRUN","features":[35]},{"name":"NRB_OUTPUT_DATA_UNDERRUN","features":[35]},{"name":"NRB_SUCCESS","features":[35]},{"name":"NTSCSI_UNICODE_STRING","features":[35]},{"name":"NVCACHE_HINT_PAYLOAD","features":[35]},{"name":"NVCACHE_PRIORITY_LEVEL_DESCRIPTOR","features":[35]},{"name":"NVCACHE_REQUEST_BLOCK","features":[35]},{"name":"NVCACHE_STATUS","features":[35]},{"name":"NVCACHE_TYPE","features":[35]},{"name":"NVSEPWriteCacheTypeNone","features":[35]},{"name":"NVSEPWriteCacheTypeUnknown","features":[35]},{"name":"NVSEPWriteCacheTypeWriteBack","features":[35]},{"name":"NVSEPWriteCacheTypeWriteThrough","features":[35]},{"name":"NV_FEATURE_PARAMETER","features":[35]},{"name":"NV_SEP_CACHE_PARAMETER","features":[35]},{"name":"NV_SEP_CACHE_PARAMETER_VERSION","features":[35]},{"name":"NV_SEP_CACHE_PARAMETER_VERSION_1","features":[35]},{"name":"NV_SEP_WRITE_CACHE_TYPE","features":[35]},{"name":"NvCacheStatusDisabled","features":[35]},{"name":"NvCacheStatusDisabling","features":[35]},{"name":"NvCacheStatusEnabled","features":[35]},{"name":"NvCacheStatusUnknown","features":[35]},{"name":"NvCacheTypeNone","features":[35]},{"name":"NvCacheTypeUnknown","features":[35]},{"name":"NvCacheTypeWriteBack","features":[35]},{"name":"NvCacheTypeWriteThrough","features":[35]},{"name":"PDUMP_DEVICE_POWERON_ROUTINE","features":[35]},{"name":"PERSISTENT_ISCSI_LOGIN_INFOA","features":[1,35]},{"name":"PERSISTENT_ISCSI_LOGIN_INFOW","features":[1,35]},{"name":"PersistentTargetMappings","features":[35]},{"name":"PortalGroups","features":[35]},{"name":"ProtocolType","features":[35]},{"name":"RefreshISNSServerA","features":[35]},{"name":"RefreshISNSServerW","features":[35]},{"name":"RefreshIScsiSendTargetPortalA","features":[35]},{"name":"RefreshIScsiSendTargetPortalW","features":[35]},{"name":"RemoveISNSServerA","features":[35]},{"name":"RemoveISNSServerW","features":[35]},{"name":"RemoveIScsiConnection","features":[35]},{"name":"RemoveIScsiPersistentTargetA","features":[35]},{"name":"RemoveIScsiPersistentTargetW","features":[35]},{"name":"RemoveIScsiSendTargetPortalA","features":[35]},{"name":"RemoveIScsiSendTargetPortalW","features":[35]},{"name":"RemoveIScsiStaticTargetA","features":[35]},{"name":"RemoveIScsiStaticTargetW","features":[35]},{"name":"RemovePersistentIScsiDeviceA","features":[35]},{"name":"RemovePersistentIScsiDeviceW","features":[35]},{"name":"RemoveRadiusServerA","features":[35]},{"name":"RemoveRadiusServerW","features":[35]},{"name":"ReportActiveIScsiTargetMappingsA","features":[35]},{"name":"ReportActiveIScsiTargetMappingsW","features":[35]},{"name":"ReportISNSServerListA","features":[35]},{"name":"ReportISNSServerListW","features":[35]},{"name":"ReportIScsiInitiatorListA","features":[35]},{"name":"ReportIScsiInitiatorListW","features":[35]},{"name":"ReportIScsiPersistentLoginsA","features":[1,35]},{"name":"ReportIScsiPersistentLoginsW","features":[1,35]},{"name":"ReportIScsiSendTargetPortalsA","features":[35]},{"name":"ReportIScsiSendTargetPortalsExA","features":[35]},{"name":"ReportIScsiSendTargetPortalsExW","features":[35]},{"name":"ReportIScsiSendTargetPortalsW","features":[35]},{"name":"ReportIScsiTargetPortalsA","features":[35]},{"name":"ReportIScsiTargetPortalsW","features":[35]},{"name":"ReportIScsiTargetsA","features":[1,35]},{"name":"ReportIScsiTargetsW","features":[1,35]},{"name":"ReportPersistentIScsiDevicesA","features":[35]},{"name":"ReportPersistentIScsiDevicesW","features":[35]},{"name":"ReportRadiusServerListA","features":[35]},{"name":"ReportRadiusServerListW","features":[35]},{"name":"SCSI_ADAPTER_BUS_INFO","features":[35]},{"name":"SCSI_ADDRESS","features":[35]},{"name":"SCSI_BUS_DATA","features":[35]},{"name":"SCSI_INQUIRY_DATA","features":[1,35]},{"name":"SCSI_IOCTL_DATA_BIDIRECTIONAL","features":[35]},{"name":"SCSI_IOCTL_DATA_IN","features":[35]},{"name":"SCSI_IOCTL_DATA_OUT","features":[35]},{"name":"SCSI_IOCTL_DATA_UNSPECIFIED","features":[35]},{"name":"SCSI_LUN_LIST","features":[35]},{"name":"SCSI_PASS_THROUGH","features":[35]},{"name":"SCSI_PASS_THROUGH32","features":[35]},{"name":"SCSI_PASS_THROUGH32_EX","features":[35]},{"name":"SCSI_PASS_THROUGH_DIRECT","features":[35]},{"name":"SCSI_PASS_THROUGH_DIRECT32","features":[35]},{"name":"SCSI_PASS_THROUGH_DIRECT32_EX","features":[35]},{"name":"SCSI_PASS_THROUGH_DIRECT_EX","features":[35]},{"name":"SCSI_PASS_THROUGH_EX","features":[35]},{"name":"SRB_IO_CONTROL","features":[35]},{"name":"STORAGE_DIAGNOSTIC_MP_REQUEST","features":[35]},{"name":"STORAGE_DIAGNOSTIC_STATUS_BUFFER_TOO_SMALL","features":[35]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_PARAMETER","features":[35]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_SIGNATURE","features":[35]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_TARGET_TYPE","features":[35]},{"name":"STORAGE_DIAGNOSTIC_STATUS_MORE_DATA","features":[35]},{"name":"STORAGE_DIAGNOSTIC_STATUS_SUCCESS","features":[35]},{"name":"STORAGE_DIAGNOSTIC_STATUS_UNSUPPORTED_VERSION","features":[35]},{"name":"STORAGE_ENDURANCE_DATA_DESCRIPTOR","features":[35]},{"name":"STORAGE_ENDURANCE_INFO","features":[35]},{"name":"STORAGE_FIRMWARE_ACTIVATE","features":[35]},{"name":"STORAGE_FIRMWARE_ACTIVATE_STRUCTURE_VERSION","features":[35]},{"name":"STORAGE_FIRMWARE_DOWNLOAD","features":[35]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_STRUCTURE_VERSION","features":[35]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_STRUCTURE_VERSION_V2","features":[35]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_V2","features":[35]},{"name":"STORAGE_FIRMWARE_INFO","features":[1,35]},{"name":"STORAGE_FIRMWARE_INFO_INVALID_SLOT","features":[35]},{"name":"STORAGE_FIRMWARE_INFO_STRUCTURE_VERSION","features":[35]},{"name":"STORAGE_FIRMWARE_INFO_STRUCTURE_VERSION_V2","features":[35]},{"name":"STORAGE_FIRMWARE_INFO_V2","features":[1,35]},{"name":"STORAGE_FIRMWARE_SLOT_INFO","features":[1,35]},{"name":"STORAGE_FIRMWARE_SLOT_INFO_V2","features":[1,35]},{"name":"STORAGE_FIRMWARE_SLOT_INFO_V2_REVISION_LENGTH","features":[35]},{"name":"ScsiRawInterfaceGuid","features":[35]},{"name":"SendScsiInquiry","features":[35]},{"name":"SendScsiReadCapacity","features":[35]},{"name":"SendScsiReportLuns","features":[35]},{"name":"SetIScsiGroupPresharedKey","features":[1,35]},{"name":"SetIScsiIKEInfoA","features":[1,35]},{"name":"SetIScsiIKEInfoW","features":[1,35]},{"name":"SetIScsiInitiatorCHAPSharedSecret","features":[35]},{"name":"SetIScsiInitiatorNodeNameA","features":[35]},{"name":"SetIScsiInitiatorNodeNameW","features":[35]},{"name":"SetIScsiInitiatorRADIUSSharedSecret","features":[35]},{"name":"SetIScsiTunnelModeOuterAddressA","features":[1,35]},{"name":"SetIScsiTunnelModeOuterAddressW","features":[1,35]},{"name":"SetupPersistentIScsiDevices","features":[35]},{"name":"SetupPersistentIScsiVolumes","features":[35]},{"name":"TARGETPROTOCOLTYPE","features":[35]},{"name":"TARGET_INFORMATION_CLASS","features":[35]},{"name":"TargetAlias","features":[35]},{"name":"TargetFlags","features":[35]},{"name":"WmiScsiAddressGuid","features":[35]},{"name":"_ADAPTER_OBJECT","features":[35]}],"524":[{"name":"JET_BASE_NAME_LENGTH","features":[152]},{"name":"JET_BKINFO","features":[152]},{"name":"JET_BKLOGTIME","features":[152]},{"name":"JET_CALLBACK","features":[152,153]},{"name":"JET_COLUMNBASE_A","features":[152]},{"name":"JET_COLUMNBASE_W","features":[152]},{"name":"JET_COLUMNCREATE_A","features":[152]},{"name":"JET_COLUMNCREATE_W","features":[152]},{"name":"JET_COLUMNDEF","features":[152]},{"name":"JET_COLUMNLIST","features":[152,153]},{"name":"JET_COMMIT_ID","features":[152]},{"name":"JET_COMMIT_ID","features":[152]},{"name":"JET_CONDITIONALCOLUMN_A","features":[152]},{"name":"JET_CONDITIONALCOLUMN_W","features":[152]},{"name":"JET_CONVERT_A","features":[152]},{"name":"JET_CONVERT_W","features":[152]},{"name":"JET_ColInfoGrbitMinimalInfo","features":[152]},{"name":"JET_ColInfoGrbitNonDerivedColumnsOnly","features":[152]},{"name":"JET_ColInfoGrbitSortByColumnid","features":[152]},{"name":"JET_DBINFOMISC","features":[152]},{"name":"JET_DBINFOMISC2","features":[152]},{"name":"JET_DBINFOMISC3","features":[152]},{"name":"JET_DBINFOMISC4","features":[152]},{"name":"JET_DBINFOUPGRADE","features":[152]},{"name":"JET_DbInfoCollate","features":[152]},{"name":"JET_DbInfoConnect","features":[152]},{"name":"JET_DbInfoCountry","features":[152]},{"name":"JET_DbInfoCp","features":[152]},{"name":"JET_DbInfoDBInUse","features":[152]},{"name":"JET_DbInfoFileType","features":[152]},{"name":"JET_DbInfoFilename","features":[152]},{"name":"JET_DbInfoFilesize","features":[152]},{"name":"JET_DbInfoFilesizeOnDisk","features":[152]},{"name":"JET_DbInfoIsam","features":[152]},{"name":"JET_DbInfoLCID","features":[152]},{"name":"JET_DbInfoLangid","features":[152]},{"name":"JET_DbInfoMisc","features":[152]},{"name":"JET_DbInfoOptions","features":[152]},{"name":"JET_DbInfoPageSize","features":[152]},{"name":"JET_DbInfoSpaceAvailable","features":[152]},{"name":"JET_DbInfoSpaceOwned","features":[152]},{"name":"JET_DbInfoTransactions","features":[152]},{"name":"JET_DbInfoUpgrade","features":[152]},{"name":"JET_DbInfoVersion","features":[152]},{"name":"JET_ENUMCOLUMN","features":[152]},{"name":"JET_ENUMCOLUMNID","features":[152]},{"name":"JET_ENUMCOLUMNVALUE","features":[152]},{"name":"JET_ERRCAT","features":[152]},{"name":"JET_ERRINFOBASIC_W","features":[152]},{"name":"JET_EventLoggingDisable","features":[152]},{"name":"JET_EventLoggingLevelHigh","features":[152]},{"name":"JET_EventLoggingLevelLow","features":[152]},{"name":"JET_EventLoggingLevelMax","features":[152]},{"name":"JET_EventLoggingLevelMedium","features":[152]},{"name":"JET_EventLoggingLevelMin","features":[152]},{"name":"JET_ExceptionFailFast","features":[152]},{"name":"JET_ExceptionMsgBox","features":[152]},{"name":"JET_ExceptionNone","features":[152]},{"name":"JET_INDEXCHECKING","features":[152]},{"name":"JET_INDEXCREATE2_A","features":[152]},{"name":"JET_INDEXCREATE2_W","features":[152]},{"name":"JET_INDEXCREATE3_A","features":[152]},{"name":"JET_INDEXCREATE3_W","features":[152]},{"name":"JET_INDEXCREATE_A","features":[152]},{"name":"JET_INDEXCREATE_W","features":[152]},{"name":"JET_INDEXID","features":[152]},{"name":"JET_INDEXID","features":[152]},{"name":"JET_INDEXLIST","features":[152,153]},{"name":"JET_INDEXRANGE","features":[152,153]},{"name":"JET_INDEX_COLUMN","features":[152]},{"name":"JET_INDEX_RANGE","features":[152]},{"name":"JET_INSTANCE","features":[152]},{"name":"JET_INSTANCE_INFO_A","features":[152,153]},{"name":"JET_INSTANCE_INFO_W","features":[152,153]},{"name":"JET_IOPriorityLow","features":[152]},{"name":"JET_IOPriorityNormal","features":[152]},{"name":"JET_IndexCheckingDeferToOpenTable","features":[152]},{"name":"JET_IndexCheckingMax","features":[152]},{"name":"JET_IndexCheckingOff","features":[152]},{"name":"JET_IndexCheckingOn","features":[152]},{"name":"JET_LGPOS","features":[152]},{"name":"JET_LOGINFO_A","features":[152]},{"name":"JET_LOGINFO_W","features":[152]},{"name":"JET_LOGTIME","features":[152]},{"name":"JET_LS","features":[152]},{"name":"JET_MAX_COMPUTERNAME_LENGTH","features":[152]},{"name":"JET_MoveFirst","features":[152]},{"name":"JET_MoveLast","features":[152]},{"name":"JET_MovePrevious","features":[152]},{"name":"JET_OBJECTINFO","features":[152]},{"name":"JET_OBJECTINFO","features":[152]},{"name":"JET_OBJECTLIST","features":[152,153]},{"name":"JET_OPENTEMPORARYTABLE","features":[152,153]},{"name":"JET_OPENTEMPORARYTABLE2","features":[152,153]},{"name":"JET_OPERATIONCONTEXT","features":[152]},{"name":"JET_OSSNAPID","features":[152]},{"name":"JET_OnlineDefragAll","features":[152]},{"name":"JET_OnlineDefragAllOBSOLETE","features":[152]},{"name":"JET_OnlineDefragDatabases","features":[152]},{"name":"JET_OnlineDefragDisable","features":[152]},{"name":"JET_OnlineDefragSpaceTrees","features":[152]},{"name":"JET_PFNDURABLECOMMITCALLBACK","features":[152]},{"name":"JET_PFNREALLOC","features":[152]},{"name":"JET_PFNSTATUS","features":[152]},{"name":"JET_RECORDLIST","features":[152,153]},{"name":"JET_RECPOS","features":[152]},{"name":"JET_RECPOS2","features":[152]},{"name":"JET_RECPOS2","features":[152]},{"name":"JET_RECSIZE","features":[152]},{"name":"JET_RECSIZE","features":[152]},{"name":"JET_RECSIZE2","features":[152]},{"name":"JET_RECSIZE2","features":[152]},{"name":"JET_RELOP","features":[152]},{"name":"JET_RETINFO","features":[152]},{"name":"JET_RETRIEVECOLUMN","features":[152]},{"name":"JET_RSTINFO_A","features":[152]},{"name":"JET_RSTINFO_W","features":[152]},{"name":"JET_RSTMAP_A","features":[152]},{"name":"JET_RSTMAP_W","features":[152]},{"name":"JET_SESID","features":[152]},{"name":"JET_SETCOLUMN","features":[152]},{"name":"JET_SETINFO","features":[152]},{"name":"JET_SETSYSPARAM_A","features":[152,153]},{"name":"JET_SETSYSPARAM_W","features":[152,153]},{"name":"JET_SIGNATURE","features":[152]},{"name":"JET_SNPROG","features":[152]},{"name":"JET_SPACEHINTS","features":[152]},{"name":"JET_TABLECREATE2_A","features":[152,153]},{"name":"JET_TABLECREATE2_W","features":[152,153]},{"name":"JET_TABLECREATE3_A","features":[152,153]},{"name":"JET_TABLECREATE3_W","features":[152,153]},{"name":"JET_TABLECREATE4_A","features":[152,153]},{"name":"JET_TABLECREATE4_W","features":[152,153]},{"name":"JET_TABLECREATE_A","features":[152,153]},{"name":"JET_TABLECREATE_W","features":[152,153]},{"name":"JET_THREADSTATS","features":[152]},{"name":"JET_THREADSTATS2","features":[152]},{"name":"JET_THREADSTATS2","features":[152]},{"name":"JET_TUPLELIMITS","features":[152]},{"name":"JET_UNICODEINDEX","features":[152]},{"name":"JET_UNICODEINDEX2","features":[152]},{"name":"JET_USERDEFINEDDEFAULT_A","features":[152]},{"name":"JET_USERDEFINEDDEFAULT_W","features":[152]},{"name":"JET_VERSION","features":[152]},{"name":"JET_bitAbortSnapshot","features":[152]},{"name":"JET_bitAllDatabasesSnapshot","features":[152]},{"name":"JET_bitBackupAtomic","features":[152]},{"name":"JET_bitBackupEndAbort","features":[152]},{"name":"JET_bitBackupEndNormal","features":[152]},{"name":"JET_bitBackupIncremental","features":[152]},{"name":"JET_bitBackupSnapshot","features":[152]},{"name":"JET_bitBackupTruncateDone","features":[152]},{"name":"JET_bitBookmarkPermitVirtualCurrency","features":[152]},{"name":"JET_bitCheckUniqueness","features":[152]},{"name":"JET_bitColumnAutoincrement","features":[152]},{"name":"JET_bitColumnCompressed","features":[152]},{"name":"JET_bitColumnDeleteOnZero","features":[152]},{"name":"JET_bitColumnEscrowUpdate","features":[152]},{"name":"JET_bitColumnFinalize","features":[152]},{"name":"JET_bitColumnFixed","features":[152]},{"name":"JET_bitColumnMaybeNull","features":[152]},{"name":"JET_bitColumnMultiValued","features":[152]},{"name":"JET_bitColumnNotNULL","features":[152]},{"name":"JET_bitColumnTTDescending","features":[152]},{"name":"JET_bitColumnTTKey","features":[152]},{"name":"JET_bitColumnTagged","features":[152]},{"name":"JET_bitColumnUnversioned","features":[152]},{"name":"JET_bitColumnUpdatable","features":[152]},{"name":"JET_bitColumnUserDefinedDefault","features":[152]},{"name":"JET_bitColumnVersion","features":[152]},{"name":"JET_bitCommitLazyFlush","features":[152]},{"name":"JET_bitCompactRepair","features":[152]},{"name":"JET_bitCompactStats","features":[152]},{"name":"JET_bitConfigStoreReadControlDefault","features":[152]},{"name":"JET_bitConfigStoreReadControlDisableAll","features":[152]},{"name":"JET_bitConfigStoreReadControlInhibitRead","features":[152]},{"name":"JET_bitContinueAfterThaw","features":[152]},{"name":"JET_bitCopySnapshot","features":[152]},{"name":"JET_bitCreateHintAppendSequential","features":[152]},{"name":"JET_bitCreateHintHotpointSequential","features":[152]},{"name":"JET_bitDbDeleteCorruptIndexes","features":[152]},{"name":"JET_bitDbDeleteUnicodeIndexes","features":[152]},{"name":"JET_bitDbEnableBackgroundMaintenance","features":[152]},{"name":"JET_bitDbExclusive","features":[152]},{"name":"JET_bitDbOverwriteExisting","features":[152]},{"name":"JET_bitDbPurgeCacheOnAttach","features":[152]},{"name":"JET_bitDbReadOnly","features":[152]},{"name":"JET_bitDbRecoveryOff","features":[152]},{"name":"JET_bitDbShadowingOff","features":[152]},{"name":"JET_bitDbUpgrade","features":[152]},{"name":"JET_bitDefragmentAvailSpaceTreesOnly","features":[152]},{"name":"JET_bitDefragmentBTree","features":[152]},{"name":"JET_bitDefragmentBatchStart","features":[152]},{"name":"JET_bitDefragmentBatchStop","features":[152]},{"name":"JET_bitDefragmentNoPartialMerges","features":[152]},{"name":"JET_bitDeleteColumnIgnoreTemplateColumns","features":[152]},{"name":"JET_bitDeleteHintTableSequential","features":[152]},{"name":"JET_bitDumpCacheIncludeCachedPages","features":[152]},{"name":"JET_bitDumpCacheIncludeCorruptedPages","features":[152]},{"name":"JET_bitDumpCacheIncludeDirtyPages","features":[152]},{"name":"JET_bitDumpCacheMaximum","features":[152]},{"name":"JET_bitDumpCacheMinimum","features":[152]},{"name":"JET_bitDumpCacheNoDecommit","features":[152]},{"name":"JET_bitDumpMaximum","features":[152]},{"name":"JET_bitDumpMinimum","features":[152]},{"name":"JET_bitDurableCommitCallbackLogUnavailable","features":[152]},{"name":"JET_bitESE98FileNames","features":[152]},{"name":"JET_bitEightDotThreeSoftCompat","features":[152]},{"name":"JET_bitEnumerateCompressOutput","features":[152]},{"name":"JET_bitEnumerateCopy","features":[152]},{"name":"JET_bitEnumerateIgnoreDefault","features":[152]},{"name":"JET_bitEnumerateIgnoreUserDefinedDefault","features":[152]},{"name":"JET_bitEnumerateInRecordOnly","features":[152]},{"name":"JET_bitEnumeratePresenceOnly","features":[152]},{"name":"JET_bitEnumerateTaggedOnly","features":[152]},{"name":"JET_bitEscrowNoRollback","features":[152]},{"name":"JET_bitExplicitPrepare","features":[152]},{"name":"JET_bitForceDetach","features":[152]},{"name":"JET_bitForceNewLog","features":[152]},{"name":"JET_bitFullColumnEndLimit","features":[152]},{"name":"JET_bitFullColumnStartLimit","features":[152]},{"name":"JET_bitHungIOEvent","features":[152]},{"name":"JET_bitIdleCompact","features":[152]},{"name":"JET_bitIdleFlushBuffers","features":[152]},{"name":"JET_bitIdleStatus","features":[152]},{"name":"JET_bitIncrementalSnapshot","features":[152]},{"name":"JET_bitIndexColumnMustBeNonNull","features":[152]},{"name":"JET_bitIndexColumnMustBeNull","features":[152]},{"name":"JET_bitIndexCrossProduct","features":[152]},{"name":"JET_bitIndexDisallowNull","features":[152]},{"name":"JET_bitIndexDisallowTruncation","features":[152]},{"name":"JET_bitIndexDotNetGuid","features":[152]},{"name":"JET_bitIndexEmpty","features":[152]},{"name":"JET_bitIndexIgnoreAnyNull","features":[152]},{"name":"JET_bitIndexIgnoreFirstNull","features":[152]},{"name":"JET_bitIndexIgnoreNull","features":[152]},{"name":"JET_bitIndexImmutableStructure","features":[152]},{"name":"JET_bitIndexKeyMost","features":[152]},{"name":"JET_bitIndexLazyFlush","features":[152]},{"name":"JET_bitIndexNestedTable","features":[152]},{"name":"JET_bitIndexPrimary","features":[152]},{"name":"JET_bitIndexSortNullsHigh","features":[152]},{"name":"JET_bitIndexTupleLimits","features":[152]},{"name":"JET_bitIndexTuples","features":[152]},{"name":"JET_bitIndexUnicode","features":[152]},{"name":"JET_bitIndexUnique","features":[152]},{"name":"JET_bitIndexUnversioned","features":[152]},{"name":"JET_bitKeepDbAttachedAtEndOfRecovery","features":[152]},{"name":"JET_bitKeyAscending","features":[152]},{"name":"JET_bitKeyDataZeroLength","features":[152]},{"name":"JET_bitKeyDescending","features":[152]},{"name":"JET_bitLSCursor","features":[152]},{"name":"JET_bitLSReset","features":[152]},{"name":"JET_bitLSTable","features":[152]},{"name":"JET_bitLogStreamMustExist","features":[152]},{"name":"JET_bitMoveFirst","features":[152]},{"name":"JET_bitMoveKeyNE","features":[152]},{"name":"JET_bitNewKey","features":[152]},{"name":"JET_bitNoMove","features":[152]},{"name":"JET_bitNormalizedKey","features":[152]},{"name":"JET_bitObjectSystem","features":[152]},{"name":"JET_bitObjectTableDerived","features":[152]},{"name":"JET_bitObjectTableFixedDDL","features":[152]},{"name":"JET_bitObjectTableNoFixedVarColumnsInDerivedTables","features":[152]},{"name":"JET_bitObjectTableTemplate","features":[152]},{"name":"JET_bitPartialColumnEndLimit","features":[152]},{"name":"JET_bitPartialColumnStartLimit","features":[152]},{"name":"JET_bitPrereadBackward","features":[152]},{"name":"JET_bitPrereadFirstPage","features":[152]},{"name":"JET_bitPrereadForward","features":[152]},{"name":"JET_bitPrereadNormalizedKey","features":[152]},{"name":"JET_bitRangeInclusive","features":[152]},{"name":"JET_bitRangeInstantDuration","features":[152]},{"name":"JET_bitRangeRemove","features":[152]},{"name":"JET_bitRangeUpperLimit","features":[152]},{"name":"JET_bitReadLock","features":[152]},{"name":"JET_bitRecordInIndex","features":[152]},{"name":"JET_bitRecordNotInIndex","features":[152]},{"name":"JET_bitRecordSizeInCopyBuffer","features":[152]},{"name":"JET_bitRecordSizeLocal","features":[152]},{"name":"JET_bitRecordSizeRunningTotal","features":[152]},{"name":"JET_bitRecoveryWithoutUndo","features":[152]},{"name":"JET_bitReplayIgnoreLostLogs","features":[152]},{"name":"JET_bitReplayIgnoreMissingDB","features":[152]},{"name":"JET_bitReplayMissingMapEntryDB","features":[152]},{"name":"JET_bitResizeDatabaseOnlyGrow","features":[152]},{"name":"JET_bitResizeDatabaseOnlyShrink","features":[152]},{"name":"JET_bitRetrieveCopy","features":[152]},{"name":"JET_bitRetrieveFromIndex","features":[152]},{"name":"JET_bitRetrieveFromPrimaryBookmark","features":[152]},{"name":"JET_bitRetrieveHintReserve1","features":[152]},{"name":"JET_bitRetrieveHintReserve2","features":[152]},{"name":"JET_bitRetrieveHintReserve3","features":[152]},{"name":"JET_bitRetrieveHintTableScanBackward","features":[152]},{"name":"JET_bitRetrieveHintTableScanForward","features":[152]},{"name":"JET_bitRetrieveIgnoreDefault","features":[152]},{"name":"JET_bitRetrieveNull","features":[152]},{"name":"JET_bitRetrieveTag","features":[152]},{"name":"JET_bitRetrieveTuple","features":[152]},{"name":"JET_bitRollbackAll","features":[152]},{"name":"JET_bitSeekEQ","features":[152]},{"name":"JET_bitSeekGE","features":[152]},{"name":"JET_bitSeekGT","features":[152]},{"name":"JET_bitSeekLE","features":[152]},{"name":"JET_bitSeekLT","features":[152]},{"name":"JET_bitSetAppendLV","features":[152]},{"name":"JET_bitSetCompressed","features":[152]},{"name":"JET_bitSetContiguousLV","features":[152]},{"name":"JET_bitSetIndexRange","features":[152]},{"name":"JET_bitSetIntrinsicLV","features":[152]},{"name":"JET_bitSetOverwriteLV","features":[152]},{"name":"JET_bitSetRevertToDefaultValue","features":[152]},{"name":"JET_bitSetSeparateLV","features":[152]},{"name":"JET_bitSetSizeLV","features":[152]},{"name":"JET_bitSetUncompressed","features":[152]},{"name":"JET_bitSetUniqueMultiValues","features":[152]},{"name":"JET_bitSetUniqueNormalizedMultiValues","features":[152]},{"name":"JET_bitSetZeroLength","features":[152]},{"name":"JET_bitShrinkDatabaseOff","features":[152]},{"name":"JET_bitShrinkDatabaseOn","features":[152]},{"name":"JET_bitShrinkDatabaseRealtime","features":[152]},{"name":"JET_bitShrinkDatabaseTrim","features":[152]},{"name":"JET_bitSpaceHintsUtilizeParentSpace","features":[152]},{"name":"JET_bitStopServiceAll","features":[152]},{"name":"JET_bitStopServiceBackgroundUserTasks","features":[152]},{"name":"JET_bitStopServiceQuiesceCaches","features":[152]},{"name":"JET_bitStopServiceResume","features":[152]},{"name":"JET_bitStrLimit","features":[152]},{"name":"JET_bitSubStrLimit","features":[152]},{"name":"JET_bitTTDotNetGuid","features":[152]},{"name":"JET_bitTTErrorOnDuplicateInsertion","features":[152]},{"name":"JET_bitTTForceMaterialization","features":[152]},{"name":"JET_bitTTForwardOnly","features":[152]},{"name":"JET_bitTTIndexed","features":[152]},{"name":"JET_bitTTIntrinsicLVsOnly","features":[152]},{"name":"JET_bitTTScrollable","features":[152]},{"name":"JET_bitTTSortNullsHigh","features":[152]},{"name":"JET_bitTTUnique","features":[152]},{"name":"JET_bitTTUpdatable","features":[152]},{"name":"JET_bitTableClass1","features":[152]},{"name":"JET_bitTableClass10","features":[152]},{"name":"JET_bitTableClass11","features":[152]},{"name":"JET_bitTableClass12","features":[152]},{"name":"JET_bitTableClass13","features":[152]},{"name":"JET_bitTableClass14","features":[152]},{"name":"JET_bitTableClass15","features":[152]},{"name":"JET_bitTableClass2","features":[152]},{"name":"JET_bitTableClass3","features":[152]},{"name":"JET_bitTableClass4","features":[152]},{"name":"JET_bitTableClass5","features":[152]},{"name":"JET_bitTableClass6","features":[152]},{"name":"JET_bitTableClass7","features":[152]},{"name":"JET_bitTableClass8","features":[152]},{"name":"JET_bitTableClass9","features":[152]},{"name":"JET_bitTableClassMask","features":[152]},{"name":"JET_bitTableClassNone","features":[152]},{"name":"JET_bitTableCreateFixedDDL","features":[152]},{"name":"JET_bitTableCreateImmutableStructure","features":[152]},{"name":"JET_bitTableCreateNoFixedVarColumnsInDerivedTables","features":[152]},{"name":"JET_bitTableCreateTemplateTable","features":[152]},{"name":"JET_bitTableDenyRead","features":[152]},{"name":"JET_bitTableDenyWrite","features":[152]},{"name":"JET_bitTableInfoBookmark","features":[152]},{"name":"JET_bitTableInfoRollback","features":[152]},{"name":"JET_bitTableInfoUpdatable","features":[152]},{"name":"JET_bitTableNoCache","features":[152]},{"name":"JET_bitTableOpportuneRead","features":[152]},{"name":"JET_bitTablePermitDDL","features":[152]},{"name":"JET_bitTablePreread","features":[152]},{"name":"JET_bitTableReadOnly","features":[152]},{"name":"JET_bitTableSequential","features":[152]},{"name":"JET_bitTableUpdatable","features":[152]},{"name":"JET_bitTermAbrupt","features":[152]},{"name":"JET_bitTermComplete","features":[152]},{"name":"JET_bitTermDirty","features":[152]},{"name":"JET_bitTermStopBackup","features":[152]},{"name":"JET_bitTransactionReadOnly","features":[152]},{"name":"JET_bitTruncateLogsAfterRecovery","features":[152]},{"name":"JET_bitUpdateCheckESE97Compatibility","features":[152]},{"name":"JET_bitWaitAllLevel0Commit","features":[152]},{"name":"JET_bitWaitLastLevel0Commit","features":[152]},{"name":"JET_bitWriteLock","features":[152]},{"name":"JET_bitZeroLength","features":[152]},{"name":"JET_cbBookmarkMost","features":[152]},{"name":"JET_cbColumnLVPageOverhead","features":[152]},{"name":"JET_cbColumnMost","features":[152]},{"name":"JET_cbFullNameMost","features":[152]},{"name":"JET_cbKeyMost","features":[152]},{"name":"JET_cbKeyMost2KBytePage","features":[152]},{"name":"JET_cbKeyMost4KBytePage","features":[152]},{"name":"JET_cbKeyMost8KBytePage","features":[152]},{"name":"JET_cbKeyMostMin","features":[152]},{"name":"JET_cbLVColumnMost","features":[152]},{"name":"JET_cbLVDefaultValueMost","features":[152]},{"name":"JET_cbLimitKeyMost","features":[152]},{"name":"JET_cbNameMost","features":[152]},{"name":"JET_cbPrimaryKeyMost","features":[152]},{"name":"JET_cbSecondaryKeyMost","features":[152]},{"name":"JET_cbtypAfterDelete","features":[152]},{"name":"JET_cbtypAfterInsert","features":[152]},{"name":"JET_cbtypAfterReplace","features":[152]},{"name":"JET_cbtypBeforeDelete","features":[152]},{"name":"JET_cbtypBeforeInsert","features":[152]},{"name":"JET_cbtypBeforeReplace","features":[152]},{"name":"JET_cbtypFinalize","features":[152]},{"name":"JET_cbtypFreeCursorLS","features":[152]},{"name":"JET_cbtypFreeTableLS","features":[152]},{"name":"JET_cbtypNull","features":[152]},{"name":"JET_cbtypOnlineDefragCompleted","features":[152]},{"name":"JET_cbtypUserDefinedDefaultValue","features":[152]},{"name":"JET_ccolFixedMost","features":[152]},{"name":"JET_ccolKeyMost","features":[152]},{"name":"JET_ccolMost","features":[152]},{"name":"JET_ccolTaggedMost","features":[152]},{"name":"JET_ccolVarMost","features":[152]},{"name":"JET_coltypBinary","features":[152]},{"name":"JET_coltypBit","features":[152]},{"name":"JET_coltypCurrency","features":[152]},{"name":"JET_coltypDateTime","features":[152]},{"name":"JET_coltypGUID","features":[152]},{"name":"JET_coltypIEEEDouble","features":[152]},{"name":"JET_coltypIEEESingle","features":[152]},{"name":"JET_coltypLong","features":[152]},{"name":"JET_coltypLongBinary","features":[152]},{"name":"JET_coltypLongLong","features":[152]},{"name":"JET_coltypLongText","features":[152]},{"name":"JET_coltypMax","features":[152]},{"name":"JET_coltypNil","features":[152]},{"name":"JET_coltypSLV","features":[152]},{"name":"JET_coltypShort","features":[152]},{"name":"JET_coltypText","features":[152]},{"name":"JET_coltypUnsignedByte","features":[152]},{"name":"JET_coltypUnsignedLong","features":[152]},{"name":"JET_coltypUnsignedLongLong","features":[152]},{"name":"JET_coltypUnsignedShort","features":[152]},{"name":"JET_configDefault","features":[152]},{"name":"JET_configDynamicMediumMemory","features":[152]},{"name":"JET_configHighConcurrencyScaling","features":[152]},{"name":"JET_configLowDiskFootprint","features":[152]},{"name":"JET_configLowMemory","features":[152]},{"name":"JET_configLowPower","features":[152]},{"name":"JET_configMediumDiskFootprint","features":[152]},{"name":"JET_configRemoveQuotas","features":[152]},{"name":"JET_configRunSilent","features":[152]},{"name":"JET_configSSDProfileIO","features":[152]},{"name":"JET_configUnthrottledMemory","features":[152]},{"name":"JET_dbstateBeingConverted","features":[152]},{"name":"JET_dbstateCleanShutdown","features":[152]},{"name":"JET_dbstateDirtyShutdown","features":[152]},{"name":"JET_dbstateForceDetach","features":[152]},{"name":"JET_dbstateJustCreated","features":[152]},{"name":"JET_errAccessDenied","features":[152]},{"name":"JET_errAfterInitialization","features":[152]},{"name":"JET_errAlreadyInitialized","features":[152]},{"name":"JET_errAlreadyPrepared","features":[152]},{"name":"JET_errAttachedDatabaseMismatch","features":[152]},{"name":"JET_errBackupAbortByServer","features":[152]},{"name":"JET_errBackupDirectoryNotEmpty","features":[152]},{"name":"JET_errBackupInProgress","features":[152]},{"name":"JET_errBackupNotAllowedYet","features":[152]},{"name":"JET_errBadBackupDatabaseSize","features":[152]},{"name":"JET_errBadBookmark","features":[152]},{"name":"JET_errBadCheckpointSignature","features":[152]},{"name":"JET_errBadColumnId","features":[152]},{"name":"JET_errBadDbSignature","features":[152]},{"name":"JET_errBadEmptyPage","features":[152]},{"name":"JET_errBadItagSequence","features":[152]},{"name":"JET_errBadLineCount","features":[152]},{"name":"JET_errBadLogSignature","features":[152]},{"name":"JET_errBadLogVersion","features":[152]},{"name":"JET_errBadPageLink","features":[152]},{"name":"JET_errBadParentPageLink","features":[152]},{"name":"JET_errBadPatchPage","features":[152]},{"name":"JET_errBadRestoreTargetInstance","features":[152]},{"name":"JET_errBufferTooSmall","features":[152]},{"name":"JET_errCallbackFailed","features":[152]},{"name":"JET_errCallbackNotResolved","features":[152]},{"name":"JET_errCannotAddFixedVarColumnToDerivedTable","features":[152]},{"name":"JET_errCannotBeTagged","features":[152]},{"name":"JET_errCannotDeleteSystemTable","features":[152]},{"name":"JET_errCannotDeleteTempTable","features":[152]},{"name":"JET_errCannotDeleteTemplateTable","features":[152]},{"name":"JET_errCannotDisableVersioning","features":[152]},{"name":"JET_errCannotIndex","features":[152]},{"name":"JET_errCannotIndexOnEncryptedColumn","features":[152]},{"name":"JET_errCannotLogDuringRecoveryRedo","features":[152]},{"name":"JET_errCannotMaterializeForwardOnlySort","features":[152]},{"name":"JET_errCannotNestDDL","features":[152]},{"name":"JET_errCannotSeparateIntrinsicLV","features":[152]},{"name":"JET_errCatalogCorrupted","features":[152]},{"name":"JET_errCheckpointCorrupt","features":[152]},{"name":"JET_errCheckpointDepthTooDeep","features":[152]},{"name":"JET_errCheckpointFileNotFound","features":[152]},{"name":"JET_errClientRequestToStopJetService","features":[152]},{"name":"JET_errColumnCannotBeCompressed","features":[152]},{"name":"JET_errColumnCannotBeEncrypted","features":[152]},{"name":"JET_errColumnDoesNotFit","features":[152]},{"name":"JET_errColumnDuplicate","features":[152]},{"name":"JET_errColumnInRelationship","features":[152]},{"name":"JET_errColumnInUse","features":[152]},{"name":"JET_errColumnIndexed","features":[152]},{"name":"JET_errColumnLong","features":[152]},{"name":"JET_errColumnNoChunk","features":[152]},{"name":"JET_errColumnNoEncryptionKey","features":[152]},{"name":"JET_errColumnNotFound","features":[152]},{"name":"JET_errColumnNotUpdatable","features":[152]},{"name":"JET_errColumnRedundant","features":[152]},{"name":"JET_errColumnTooBig","features":[152]},{"name":"JET_errCommittedLogFileCorrupt","features":[152]},{"name":"JET_errCommittedLogFilesMissing","features":[152]},{"name":"JET_errConsistentTimeMismatch","features":[152]},{"name":"JET_errContainerNotEmpty","features":[152]},{"name":"JET_errDDLNotInheritable","features":[152]},{"name":"JET_errDataHasChanged","features":[152]},{"name":"JET_errDatabase200Format","features":[152]},{"name":"JET_errDatabase400Format","features":[152]},{"name":"JET_errDatabase500Format","features":[152]},{"name":"JET_errDatabaseAlreadyRunningMaintenance","features":[152]},{"name":"JET_errDatabaseAlreadyUpgraded","features":[152]},{"name":"JET_errDatabaseAttachedForRecovery","features":[152]},{"name":"JET_errDatabaseBufferDependenciesCorrupted","features":[152]},{"name":"JET_errDatabaseCorrupted","features":[152]},{"name":"JET_errDatabaseCorruptedNoRepair","features":[152]},{"name":"JET_errDatabaseDirtyShutdown","features":[152]},{"name":"JET_errDatabaseDuplicate","features":[152]},{"name":"JET_errDatabaseFileReadOnly","features":[152]},{"name":"JET_errDatabaseIdInUse","features":[152]},{"name":"JET_errDatabaseInUse","features":[152]},{"name":"JET_errDatabaseIncompleteUpgrade","features":[152]},{"name":"JET_errDatabaseInconsistent","features":[152]},{"name":"JET_errDatabaseInvalidName","features":[152]},{"name":"JET_errDatabaseInvalidPages","features":[152]},{"name":"JET_errDatabaseInvalidPath","features":[152]},{"name":"JET_errDatabaseLeakInSpace","features":[152]},{"name":"JET_errDatabaseLocked","features":[152]},{"name":"JET_errDatabaseLogSetMismatch","features":[152]},{"name":"JET_errDatabaseNotFound","features":[152]},{"name":"JET_errDatabaseNotReady","features":[152]},{"name":"JET_errDatabasePatchFileMismatch","features":[152]},{"name":"JET_errDatabaseSharingViolation","features":[152]},{"name":"JET_errDatabaseSignInUse","features":[152]},{"name":"JET_errDatabaseStreamingFileMismatch","features":[152]},{"name":"JET_errDatabaseUnavailable","features":[152]},{"name":"JET_errDatabasesNotFromSameSnapshot","features":[152]},{"name":"JET_errDbTimeBeyondMaxRequired","features":[152]},{"name":"JET_errDbTimeCorrupted","features":[152]},{"name":"JET_errDbTimeTooNew","features":[152]},{"name":"JET_errDbTimeTooOld","features":[152]},{"name":"JET_errDecompressionFailed","features":[152]},{"name":"JET_errDecryptionFailed","features":[152]},{"name":"JET_errDefaultValueTooBig","features":[152]},{"name":"JET_errDeleteBackupFileFail","features":[152]},{"name":"JET_errDensityInvalid","features":[152]},{"name":"JET_errDerivedColumnCorruption","features":[152]},{"name":"JET_errDirtyShutdown","features":[152]},{"name":"JET_errDisabledFunctionality","features":[152]},{"name":"JET_errDiskFull","features":[152]},{"name":"JET_errDiskIO","features":[152]},{"name":"JET_errDiskReadVerificationFailure","features":[152]},{"name":"JET_errEncryptionBadItag","features":[152]},{"name":"JET_errEndingRestoreLogTooLow","features":[152]},{"name":"JET_errEngineFormatVersionNoLongerSupportedTooLow","features":[152]},{"name":"JET_errEngineFormatVersionNotYetImplementedTooHigh","features":[152]},{"name":"JET_errEngineFormatVersionParamTooLowForRequestedFeature","features":[152]},{"name":"JET_errEngineFormatVersionSpecifiedTooLowForDatabaseVersion","features":[152]},{"name":"JET_errEngineFormatVersionSpecifiedTooLowForLogVersion","features":[152]},{"name":"JET_errEntryPointNotFound","features":[152]},{"name":"JET_errExclusiveTableLockRequired","features":[152]},{"name":"JET_errExistingLogFileHasBadSignature","features":[152]},{"name":"JET_errExistingLogFileIsNotContiguous","features":[152]},{"name":"JET_errFeatureNotAvailable","features":[152]},{"name":"JET_errFileAccessDenied","features":[152]},{"name":"JET_errFileAlreadyExists","features":[152]},{"name":"JET_errFileClose","features":[152]},{"name":"JET_errFileCompressed","features":[152]},{"name":"JET_errFileIOAbort","features":[152]},{"name":"JET_errFileIOBeyondEOF","features":[152]},{"name":"JET_errFileIOFail","features":[152]},{"name":"JET_errFileIORetry","features":[152]},{"name":"JET_errFileIOSparse","features":[152]},{"name":"JET_errFileInvalidType","features":[152]},{"name":"JET_errFileNotFound","features":[152]},{"name":"JET_errFileSystemCorruption","features":[152]},{"name":"JET_errFilteredMoveNotSupported","features":[152]},{"name":"JET_errFixedDDL","features":[152]},{"name":"JET_errFixedInheritedDDL","features":[152]},{"name":"JET_errFlushMapDatabaseMismatch","features":[152]},{"name":"JET_errFlushMapUnrecoverable","features":[152]},{"name":"JET_errFlushMapVersionUnsupported","features":[152]},{"name":"JET_errForceDetachNotAllowed","features":[152]},{"name":"JET_errGivenLogFileHasBadSignature","features":[152]},{"name":"JET_errGivenLogFileIsNotContiguous","features":[152]},{"name":"JET_errIllegalOperation","features":[152]},{"name":"JET_errInTransaction","features":[152]},{"name":"JET_errIndexBuildCorrupted","features":[152]},{"name":"JET_errIndexCantBuild","features":[152]},{"name":"JET_errIndexDuplicate","features":[152]},{"name":"JET_errIndexHasPrimary","features":[152]},{"name":"JET_errIndexInUse","features":[152]},{"name":"JET_errIndexInvalidDef","features":[152]},{"name":"JET_errIndexMustStay","features":[152]},{"name":"JET_errIndexNotFound","features":[152]},{"name":"JET_errIndexTuplesCannotRetrieveFromIndex","features":[152]},{"name":"JET_errIndexTuplesInvalidLimits","features":[152]},{"name":"JET_errIndexTuplesKeyTooSmall","features":[152]},{"name":"JET_errIndexTuplesNonUniqueOnly","features":[152]},{"name":"JET_errIndexTuplesOneColumnOnly","features":[152]},{"name":"JET_errIndexTuplesSecondaryIndexOnly","features":[152]},{"name":"JET_errIndexTuplesTextBinaryColumnsOnly","features":[152]},{"name":"JET_errIndexTuplesTextColumnsOnly","features":[152]},{"name":"JET_errIndexTuplesTooManyColumns","features":[152]},{"name":"JET_errIndexTuplesVarSegMacNotAllowed","features":[152]},{"name":"JET_errInitInProgress","features":[152]},{"name":"JET_errInstanceNameInUse","features":[152]},{"name":"JET_errInstanceUnavailable","features":[152]},{"name":"JET_errInstanceUnavailableDueToFatalLogDiskFull","features":[152]},{"name":"JET_errInternalError","features":[152]},{"name":"JET_errInvalidBackup","features":[152]},{"name":"JET_errInvalidBackupSequence","features":[152]},{"name":"JET_errInvalidBookmark","features":[152]},{"name":"JET_errInvalidBufferSize","features":[152]},{"name":"JET_errInvalidCodePage","features":[152]},{"name":"JET_errInvalidColumnType","features":[152]},{"name":"JET_errInvalidCountry","features":[152]},{"name":"JET_errInvalidCreateDbVersion","features":[152]},{"name":"JET_errInvalidCreateIndex","features":[152]},{"name":"JET_errInvalidDatabase","features":[152]},{"name":"JET_errInvalidDatabaseId","features":[152]},{"name":"JET_errInvalidDatabaseVersion","features":[152]},{"name":"JET_errInvalidDbparamId","features":[152]},{"name":"JET_errInvalidFilename","features":[152]},{"name":"JET_errInvalidGrbit","features":[152]},{"name":"JET_errInvalidIndexId","features":[152]},{"name":"JET_errInvalidInstance","features":[152]},{"name":"JET_errInvalidLCMapStringFlags","features":[152]},{"name":"JET_errInvalidLVChunkSize","features":[152]},{"name":"JET_errInvalidLanguageId","features":[152]},{"name":"JET_errInvalidLogDirectory","features":[152]},{"name":"JET_errInvalidLogSequence","features":[152]},{"name":"JET_errInvalidLoggedOperation","features":[152]},{"name":"JET_errInvalidName","features":[152]},{"name":"JET_errInvalidObject","features":[152]},{"name":"JET_errInvalidOnSort","features":[152]},{"name":"JET_errInvalidOperation","features":[152]},{"name":"JET_errInvalidParameter","features":[152]},{"name":"JET_errInvalidPath","features":[152]},{"name":"JET_errInvalidPlaceholderColumn","features":[152]},{"name":"JET_errInvalidPreread","features":[152]},{"name":"JET_errInvalidSesid","features":[152]},{"name":"JET_errInvalidSesparamId","features":[152]},{"name":"JET_errInvalidSettings","features":[152]},{"name":"JET_errInvalidSystemPath","features":[152]},{"name":"JET_errInvalidTableId","features":[152]},{"name":"JET_errKeyBoundary","features":[152]},{"name":"JET_errKeyDuplicate","features":[152]},{"name":"JET_errKeyIsMade","features":[152]},{"name":"JET_errKeyNotMade","features":[152]},{"name":"JET_errKeyTooBig","features":[152]},{"name":"JET_errKeyTruncated","features":[152]},{"name":"JET_errLSAlreadySet","features":[152]},{"name":"JET_errLSCallbackNotSpecified","features":[152]},{"name":"JET_errLSNotSet","features":[152]},{"name":"JET_errLVCorrupted","features":[152]},{"name":"JET_errLanguageNotSupported","features":[152]},{"name":"JET_errLinkNotSupported","features":[152]},{"name":"JET_errLogBufferTooSmall","features":[152]},{"name":"JET_errLogCorruptDuringHardRecovery","features":[152]},{"name":"JET_errLogCorruptDuringHardRestore","features":[152]},{"name":"JET_errLogCorrupted","features":[152]},{"name":"JET_errLogDisabledDueToRecoveryFailure","features":[152]},{"name":"JET_errLogDiskFull","features":[152]},{"name":"JET_errLogFileCorrupt","features":[152]},{"name":"JET_errLogFileNotCopied","features":[152]},{"name":"JET_errLogFilePathInUse","features":[152]},{"name":"JET_errLogFileSizeMismatch","features":[152]},{"name":"JET_errLogFileSizeMismatchDatabasesConsistent","features":[152]},{"name":"JET_errLogGenerationMismatch","features":[152]},{"name":"JET_errLogReadVerifyFailure","features":[152]},{"name":"JET_errLogSectorSizeMismatch","features":[152]},{"name":"JET_errLogSectorSizeMismatchDatabasesConsistent","features":[152]},{"name":"JET_errLogSequenceChecksumMismatch","features":[152]},{"name":"JET_errLogSequenceEnd","features":[152]},{"name":"JET_errLogSequenceEndDatabasesConsistent","features":[152]},{"name":"JET_errLogTornWriteDuringHardRecovery","features":[152]},{"name":"JET_errLogTornWriteDuringHardRestore","features":[152]},{"name":"JET_errLogWriteFail","features":[152]},{"name":"JET_errLoggingDisabled","features":[152]},{"name":"JET_errMakeBackupDirectoryFail","features":[152]},{"name":"JET_errMissingCurrentLogFiles","features":[152]},{"name":"JET_errMissingFileToBackup","features":[152]},{"name":"JET_errMissingFullBackup","features":[152]},{"name":"JET_errMissingLogFile","features":[152]},{"name":"JET_errMissingPatchPage","features":[152]},{"name":"JET_errMissingPreviousLogFile","features":[152]},{"name":"JET_errMissingRestoreLogFiles","features":[152]},{"name":"JET_errMultiValuedColumnMustBeTagged","features":[152]},{"name":"JET_errMultiValuedDuplicate","features":[152]},{"name":"JET_errMultiValuedDuplicateAfterTruncation","features":[152]},{"name":"JET_errMultiValuedIndexViolation","features":[152]},{"name":"JET_errMustBeSeparateLongValue","features":[152]},{"name":"JET_errMustDisableLoggingForDbUpgrade","features":[152]},{"name":"JET_errMustRollback","features":[152]},{"name":"JET_errNTSystemCallFailed","features":[152]},{"name":"JET_errNoBackup","features":[152]},{"name":"JET_errNoBackupDirectory","features":[152]},{"name":"JET_errNoCurrentIndex","features":[152]},{"name":"JET_errNoCurrentRecord","features":[152]},{"name":"JET_errNodeCorrupted","features":[152]},{"name":"JET_errNotInTransaction","features":[152]},{"name":"JET_errNotInitialized","features":[152]},{"name":"JET_errNullInvalid","features":[152]},{"name":"JET_errNullKeyDisallowed","features":[152]},{"name":"JET_errOSSnapshotInvalidSequence","features":[152]},{"name":"JET_errOSSnapshotInvalidSnapId","features":[152]},{"name":"JET_errOSSnapshotNotAllowed","features":[152]},{"name":"JET_errOSSnapshotTimeOut","features":[152]},{"name":"JET_errObjectDuplicate","features":[152]},{"name":"JET_errObjectNotFound","features":[152]},{"name":"JET_errOneDatabasePerSession","features":[152]},{"name":"JET_errOutOfAutoincrementValues","features":[152]},{"name":"JET_errOutOfBuffers","features":[152]},{"name":"JET_errOutOfCursors","features":[152]},{"name":"JET_errOutOfDatabaseSpace","features":[152]},{"name":"JET_errOutOfDbtimeValues","features":[152]},{"name":"JET_errOutOfFileHandles","features":[152]},{"name":"JET_errOutOfLongValueIDs","features":[152]},{"name":"JET_errOutOfMemory","features":[152]},{"name":"JET_errOutOfObjectIDs","features":[152]},{"name":"JET_errOutOfSequentialIndexValues","features":[152]},{"name":"JET_errOutOfSessions","features":[152]},{"name":"JET_errOutOfThreads","features":[152]},{"name":"JET_errPageBoundary","features":[152]},{"name":"JET_errPageInitializedMismatch","features":[152]},{"name":"JET_errPageNotInitialized","features":[152]},{"name":"JET_errPageSizeMismatch","features":[152]},{"name":"JET_errPageTagCorrupted","features":[152]},{"name":"JET_errPartiallyAttachedDB","features":[152]},{"name":"JET_errPatchFileMissing","features":[152]},{"name":"JET_errPermissionDenied","features":[152]},{"name":"JET_errPreviousVersion","features":[152]},{"name":"JET_errPrimaryIndexCorrupted","features":[152]},{"name":"JET_errReadLostFlushVerifyFailure","features":[152]},{"name":"JET_errReadPgnoVerifyFailure","features":[152]},{"name":"JET_errReadVerifyFailure","features":[152]},{"name":"JET_errRecordDeleted","features":[152]},{"name":"JET_errRecordFormatConversionFailed","features":[152]},{"name":"JET_errRecordNoCopy","features":[152]},{"name":"JET_errRecordNotDeleted","features":[152]},{"name":"JET_errRecordNotFound","features":[152]},{"name":"JET_errRecordPrimaryChanged","features":[152]},{"name":"JET_errRecordTooBig","features":[152]},{"name":"JET_errRecordTooBigForBackwardCompatibility","features":[152]},{"name":"JET_errRecoveredWithErrors","features":[152]},{"name":"JET_errRecoveredWithoutUndo","features":[152]},{"name":"JET_errRecoveredWithoutUndoDatabasesConsistent","features":[152]},{"name":"JET_errRecoveryVerifyFailure","features":[152]},{"name":"JET_errRedoAbruptEnded","features":[152]},{"name":"JET_errRequiredLogFilesMissing","features":[152]},{"name":"JET_errRestoreInProgress","features":[152]},{"name":"JET_errRestoreOfNonBackupDatabase","features":[152]},{"name":"JET_errRfsFailure","features":[152]},{"name":"JET_errRfsNotArmed","features":[152]},{"name":"JET_errRollbackError","features":[152]},{"name":"JET_errRollbackRequired","features":[152]},{"name":"JET_errRunningInMultiInstanceMode","features":[152]},{"name":"JET_errRunningInOneInstanceMode","features":[152]},{"name":"JET_errSPAvailExtCacheOutOfMemory","features":[152]},{"name":"JET_errSPAvailExtCacheOutOfSync","features":[152]},{"name":"JET_errSPAvailExtCorrupted","features":[152]},{"name":"JET_errSPOwnExtCorrupted","features":[152]},{"name":"JET_errSecondaryIndexCorrupted","features":[152]},{"name":"JET_errSectorSizeNotSupported","features":[152]},{"name":"JET_errSeparatedLongValue","features":[152]},{"name":"JET_errSesidTableIdMismatch","features":[152]},{"name":"JET_errSessionContextAlreadySet","features":[152]},{"name":"JET_errSessionContextNotSetByThisThread","features":[152]},{"name":"JET_errSessionInUse","features":[152]},{"name":"JET_errSessionSharingViolation","features":[152]},{"name":"JET_errSessionWriteConflict","features":[152]},{"name":"JET_errSoftRecoveryOnBackupDatabase","features":[152]},{"name":"JET_errSoftRecoveryOnSnapshot","features":[152]},{"name":"JET_errSpaceHintsInvalid","features":[152]},{"name":"JET_errStartingRestoreLogTooHigh","features":[152]},{"name":"JET_errStreamingDataNotLogged","features":[152]},{"name":"JET_errSuccess","features":[152]},{"name":"JET_errSystemParameterConflict","features":[152]},{"name":"JET_errSystemParamsAlreadySet","features":[152]},{"name":"JET_errSystemPathInUse","features":[152]},{"name":"JET_errTableDuplicate","features":[152]},{"name":"JET_errTableInUse","features":[152]},{"name":"JET_errTableLocked","features":[152]},{"name":"JET_errTableNotEmpty","features":[152]},{"name":"JET_errTaggedNotNULL","features":[152]},{"name":"JET_errTaskDropped","features":[152]},{"name":"JET_errTempFileOpenError","features":[152]},{"name":"JET_errTempPathInUse","features":[152]},{"name":"JET_errTermInProgress","features":[152]},{"name":"JET_errTooManyActiveUsers","features":[152]},{"name":"JET_errTooManyAttachedDatabases","features":[152]},{"name":"JET_errTooManyColumns","features":[152]},{"name":"JET_errTooManyIO","features":[152]},{"name":"JET_errTooManyIndexes","features":[152]},{"name":"JET_errTooManyInstances","features":[152]},{"name":"JET_errTooManyKeys","features":[152]},{"name":"JET_errTooManyMempoolEntries","features":[152]},{"name":"JET_errTooManyOpenDatabases","features":[152]},{"name":"JET_errTooManyOpenIndexes","features":[152]},{"name":"JET_errTooManyOpenTables","features":[152]},{"name":"JET_errTooManyOpenTablesAndCleanupTimedOut","features":[152]},{"name":"JET_errTooManyRecords","features":[152]},{"name":"JET_errTooManySorts","features":[152]},{"name":"JET_errTooManySplits","features":[152]},{"name":"JET_errTransReadOnly","features":[152]},{"name":"JET_errTransTooDeep","features":[152]},{"name":"JET_errTransactionTooLong","features":[152]},{"name":"JET_errTransactionsNotReadyDuringRecovery","features":[152]},{"name":"JET_errUnicodeLanguageValidationFailure","features":[152]},{"name":"JET_errUnicodeNormalizationNotSupported","features":[152]},{"name":"JET_errUnicodeTranslationBufferTooSmall","features":[152]},{"name":"JET_errUnicodeTranslationFail","features":[152]},{"name":"JET_errUnloadableOSFunctionality","features":[152]},{"name":"JET_errUpdateMustVersion","features":[152]},{"name":"JET_errUpdateNotPrepared","features":[152]},{"name":"JET_errVersionStoreEntryTooBig","features":[152]},{"name":"JET_errVersionStoreOutOfMemory","features":[152]},{"name":"JET_errVersionStoreOutOfMemoryAndCleanupTimedOut","features":[152]},{"name":"JET_errWriteConflict","features":[152]},{"name":"JET_errWriteConflictPrimaryIndex","features":[152]},{"name":"JET_errcatApi","features":[152]},{"name":"JET_errcatCorruption","features":[152]},{"name":"JET_errcatData","features":[152]},{"name":"JET_errcatDisk","features":[152]},{"name":"JET_errcatError","features":[152]},{"name":"JET_errcatFatal","features":[152]},{"name":"JET_errcatFragmentation","features":[152]},{"name":"JET_errcatIO","features":[152]},{"name":"JET_errcatInconsistent","features":[152]},{"name":"JET_errcatMax","features":[152]},{"name":"JET_errcatMemory","features":[152]},{"name":"JET_errcatObsolete","features":[152]},{"name":"JET_errcatOperation","features":[152]},{"name":"JET_errcatQuota","features":[152]},{"name":"JET_errcatResource","features":[152]},{"name":"JET_errcatState","features":[152]},{"name":"JET_errcatUnknown","features":[152]},{"name":"JET_errcatUsage","features":[152]},{"name":"JET_filetypeCheckpoint","features":[152]},{"name":"JET_filetypeDatabase","features":[152]},{"name":"JET_filetypeFlushMap","features":[152]},{"name":"JET_filetypeLog","features":[152]},{"name":"JET_filetypeTempDatabase","features":[152]},{"name":"JET_filetypeUnknown","features":[152]},{"name":"JET_objtypNil","features":[152]},{"name":"JET_objtypTable","features":[152]},{"name":"JET_paramAccessDeniedRetryPeriod","features":[152]},{"name":"JET_paramAlternateDatabaseRecoveryPath","features":[152]},{"name":"JET_paramBaseName","features":[152]},{"name":"JET_paramBatchIOBufferMax","features":[152]},{"name":"JET_paramCachePriority","features":[152]},{"name":"JET_paramCacheSize","features":[152]},{"name":"JET_paramCacheSizeMax","features":[152]},{"name":"JET_paramCacheSizeMin","features":[152]},{"name":"JET_paramCachedClosedTables","features":[152]},{"name":"JET_paramCheckFormatWhenOpenFail","features":[152]},{"name":"JET_paramCheckpointDepthMax","features":[152]},{"name":"JET_paramCheckpointIOMax","features":[152]},{"name":"JET_paramCircularLog","features":[152]},{"name":"JET_paramCleanupMismatchedLogFiles","features":[152]},{"name":"JET_paramCommitDefault","features":[152]},{"name":"JET_paramConfigStoreSpec","features":[152]},{"name":"JET_paramConfiguration","features":[152]},{"name":"JET_paramCreatePathIfNotExist","features":[152]},{"name":"JET_paramDatabasePageSize","features":[152]},{"name":"JET_paramDbExtensionSize","features":[152]},{"name":"JET_paramDbScanIntervalMaxSec","features":[152]},{"name":"JET_paramDbScanIntervalMinSec","features":[152]},{"name":"JET_paramDbScanThrottle","features":[152]},{"name":"JET_paramDefragmentSequentialBTrees","features":[152]},{"name":"JET_paramDefragmentSequentialBTreesDensityCheckFrequency","features":[152]},{"name":"JET_paramDeleteOldLogs","features":[152]},{"name":"JET_paramDeleteOutOfRangeLogs","features":[152]},{"name":"JET_paramDisableCallbacks","features":[152]},{"name":"JET_paramDisablePerfmon","features":[152]},{"name":"JET_paramDurableCommitCallback","features":[152]},{"name":"JET_paramEnableAdvanced","features":[152]},{"name":"JET_paramEnableDBScanInRecovery","features":[152]},{"name":"JET_paramEnableDBScanSerialization","features":[152]},{"name":"JET_paramEnableFileCache","features":[152]},{"name":"JET_paramEnableIndexChecking","features":[152]},{"name":"JET_paramEnableIndexCleanup","features":[152]},{"name":"JET_paramEnableOnlineDefrag","features":[152]},{"name":"JET_paramEnablePersistedCallbacks","features":[152]},{"name":"JET_paramEnableRBS","features":[152]},{"name":"JET_paramEnableShrinkDatabase","features":[152]},{"name":"JET_paramEnableSqm","features":[152]},{"name":"JET_paramEnableTempTableVersioning","features":[152]},{"name":"JET_paramEnableViewCache","features":[152]},{"name":"JET_paramErrorToString","features":[152]},{"name":"JET_paramEventLogCache","features":[152]},{"name":"JET_paramEventLoggingLevel","features":[152]},{"name":"JET_paramEventSource","features":[152]},{"name":"JET_paramEventSourceKey","features":[152]},{"name":"JET_paramExceptionAction","features":[152]},{"name":"JET_paramGlobalMinVerPages","features":[152]},{"name":"JET_paramHungIOActions","features":[152]},{"name":"JET_paramHungIOThreshold","features":[152]},{"name":"JET_paramIOPriority","features":[152]},{"name":"JET_paramIOThrottlingTimeQuanta","features":[152]},{"name":"JET_paramIgnoreLogVersion","features":[152]},{"name":"JET_paramIndexTupleIncrement","features":[152]},{"name":"JET_paramIndexTupleStart","features":[152]},{"name":"JET_paramIndexTuplesLengthMax","features":[152]},{"name":"JET_paramIndexTuplesLengthMin","features":[152]},{"name":"JET_paramIndexTuplesToIndexMax","features":[152]},{"name":"JET_paramKeyMost","features":[152]},{"name":"JET_paramLRUKCorrInterval","features":[152]},{"name":"JET_paramLRUKHistoryMax","features":[152]},{"name":"JET_paramLRUKPolicy","features":[152]},{"name":"JET_paramLRUKTimeout","features":[152]},{"name":"JET_paramLRUKTrxCorrInterval","features":[152]},{"name":"JET_paramLVChunkSizeMost","features":[152]},{"name":"JET_paramLegacyFileNames","features":[152]},{"name":"JET_paramLogBuffers","features":[152]},{"name":"JET_paramLogCheckpointPeriod","features":[152]},{"name":"JET_paramLogFileCreateAsynch","features":[152]},{"name":"JET_paramLogFilePath","features":[152]},{"name":"JET_paramLogFileSize","features":[152]},{"name":"JET_paramLogWaitingUserMax","features":[152]},{"name":"JET_paramMaxCoalesceReadGapSize","features":[152]},{"name":"JET_paramMaxCoalesceReadSize","features":[152]},{"name":"JET_paramMaxCoalesceWriteGapSize","features":[152]},{"name":"JET_paramMaxCoalesceWriteSize","features":[152]},{"name":"JET_paramMaxColtyp","features":[152]},{"name":"JET_paramMaxCursors","features":[152]},{"name":"JET_paramMaxInstances","features":[152]},{"name":"JET_paramMaxOpenTables","features":[152]},{"name":"JET_paramMaxSessions","features":[152]},{"name":"JET_paramMaxTemporaryTables","features":[152]},{"name":"JET_paramMaxTransactionSize","features":[152]},{"name":"JET_paramMaxValueInvalid","features":[152]},{"name":"JET_paramMaxVerPages","features":[152]},{"name":"JET_paramMinDataForXpress","features":[152]},{"name":"JET_paramNoInformationEvent","features":[152]},{"name":"JET_paramOSSnapshotTimeout","features":[152]},{"name":"JET_paramOneDatabasePerSession","features":[152]},{"name":"JET_paramOutstandingIOMax","features":[152]},{"name":"JET_paramPageFragment","features":[152]},{"name":"JET_paramPageHintCacheSize","features":[152]},{"name":"JET_paramPageTempDBMin","features":[152]},{"name":"JET_paramPerfmonRefreshInterval","features":[152]},{"name":"JET_paramPreferredMaxOpenTables","features":[152]},{"name":"JET_paramPreferredVerPages","features":[152]},{"name":"JET_paramPrereadIOMax","features":[152]},{"name":"JET_paramProcessFriendlyName","features":[152]},{"name":"JET_paramRBSFilePath","features":[152]},{"name":"JET_paramRecordUpgradeDirtyLevel","features":[152]},{"name":"JET_paramRecovery","features":[152]},{"name":"JET_paramRuntimeCallback","features":[152]},{"name":"JET_paramStartFlushThreshold","features":[152]},{"name":"JET_paramStopFlushThreshold","features":[152]},{"name":"JET_paramSystemPath","features":[152]},{"name":"JET_paramTableClass10Name","features":[152]},{"name":"JET_paramTableClass11Name","features":[152]},{"name":"JET_paramTableClass12Name","features":[152]},{"name":"JET_paramTableClass13Name","features":[152]},{"name":"JET_paramTableClass14Name","features":[152]},{"name":"JET_paramTableClass15Name","features":[152]},{"name":"JET_paramTableClass1Name","features":[152]},{"name":"JET_paramTableClass2Name","features":[152]},{"name":"JET_paramTableClass3Name","features":[152]},{"name":"JET_paramTableClass4Name","features":[152]},{"name":"JET_paramTableClass5Name","features":[152]},{"name":"JET_paramTableClass6Name","features":[152]},{"name":"JET_paramTableClass7Name","features":[152]},{"name":"JET_paramTableClass8Name","features":[152]},{"name":"JET_paramTableClass9Name","features":[152]},{"name":"JET_paramTempPath","features":[152]},{"name":"JET_paramUnicodeIndexDefault","features":[152]},{"name":"JET_paramUseFlushForWriteDurability","features":[152]},{"name":"JET_paramVerPageSize","features":[152]},{"name":"JET_paramVersionStoreTaskQueueMax","features":[152]},{"name":"JET_paramWaitLogFlush","features":[152]},{"name":"JET_paramWaypointLatency","features":[152]},{"name":"JET_paramZeroDatabaseDuringBackup","features":[152]},{"name":"JET_prepCancel","features":[152]},{"name":"JET_prepInsert","features":[152]},{"name":"JET_prepInsertCopy","features":[152]},{"name":"JET_prepInsertCopyDeleteOriginal","features":[152]},{"name":"JET_prepInsertCopyReplaceOriginal","features":[152]},{"name":"JET_prepReplace","features":[152]},{"name":"JET_prepReplaceNoLock","features":[152]},{"name":"JET_relopBitmaskEqualsZero","features":[152]},{"name":"JET_relopBitmaskNotEqualsZero","features":[152]},{"name":"JET_relopEquals","features":[152]},{"name":"JET_relopGreaterThan","features":[152]},{"name":"JET_relopGreaterThanOrEqual","features":[152]},{"name":"JET_relopLessThan","features":[152]},{"name":"JET_relopLessThanOrEqual","features":[152]},{"name":"JET_relopNotEquals","features":[152]},{"name":"JET_relopPrefixEquals","features":[152]},{"name":"JET_sesparamCommitDefault","features":[152]},{"name":"JET_sesparamCorrelationID","features":[152]},{"name":"JET_sesparamMaxValueInvalid","features":[152]},{"name":"JET_sesparamOperationContext","features":[152]},{"name":"JET_sesparamTransactionLevel","features":[152]},{"name":"JET_snpBackup","features":[152]},{"name":"JET_snpCompact","features":[152]},{"name":"JET_snpRepair","features":[152]},{"name":"JET_snpRestore","features":[152]},{"name":"JET_snpScrub","features":[152]},{"name":"JET_snpUpgrade","features":[152]},{"name":"JET_snpUpgradeRecordFormat","features":[152]},{"name":"JET_sntBegin","features":[152]},{"name":"JET_sntComplete","features":[152]},{"name":"JET_sntFail","features":[152]},{"name":"JET_sntProgress","features":[152]},{"name":"JET_sntRequirements","features":[152]},{"name":"JET_sqmDisable","features":[152]},{"name":"JET_sqmEnable","features":[152]},{"name":"JET_sqmFromCEIP","features":[152]},{"name":"JET_wrnBufferTruncated","features":[152]},{"name":"JET_wrnCallbackNotRegistered","features":[152]},{"name":"JET_wrnColumnDefault","features":[152]},{"name":"JET_wrnColumnMaxTruncated","features":[152]},{"name":"JET_wrnColumnMoreTags","features":[152]},{"name":"JET_wrnColumnNotInRecord","features":[152]},{"name":"JET_wrnColumnNotLocal","features":[152]},{"name":"JET_wrnColumnNull","features":[152]},{"name":"JET_wrnColumnPresent","features":[152]},{"name":"JET_wrnColumnReference","features":[152]},{"name":"JET_wrnColumnSetNull","features":[152]},{"name":"JET_wrnColumnSingleValue","features":[152]},{"name":"JET_wrnColumnSkipped","features":[152]},{"name":"JET_wrnColumnTruncated","features":[152]},{"name":"JET_wrnCommittedLogFilesLost","features":[152]},{"name":"JET_wrnCommittedLogFilesRemoved","features":[152]},{"name":"JET_wrnCopyLongValue","features":[152]},{"name":"JET_wrnCorruptIndexDeleted","features":[152]},{"name":"JET_wrnDataHasChanged","features":[152]},{"name":"JET_wrnDatabaseAttached","features":[152]},{"name":"JET_wrnDatabaseRepaired","features":[152]},{"name":"JET_wrnDefragAlreadyRunning","features":[152]},{"name":"JET_wrnDefragNotRunning","features":[152]},{"name":"JET_wrnExistingLogFileHasBadSignature","features":[152]},{"name":"JET_wrnExistingLogFileIsNotContiguous","features":[152]},{"name":"JET_wrnFileOpenReadOnly","features":[152]},{"name":"JET_wrnFinishWithUndo","features":[152]},{"name":"JET_wrnIdleFull","features":[152]},{"name":"JET_wrnKeyChanged","features":[152]},{"name":"JET_wrnNoErrorInfo","features":[152]},{"name":"JET_wrnNoIdleActivity","features":[152]},{"name":"JET_wrnNoWriteLock","features":[152]},{"name":"JET_wrnNyi","features":[152]},{"name":"JET_wrnPrimaryIndexOutOfDate","features":[152]},{"name":"JET_wrnRemainingVersions","features":[152]},{"name":"JET_wrnSecondaryIndexOutOfDate","features":[152]},{"name":"JET_wrnSeekNotEqual","features":[152]},{"name":"JET_wrnSeparateLongValue","features":[152]},{"name":"JET_wrnShrinkNotPossible","features":[152]},{"name":"JET_wrnSkipThisRecord","features":[152]},{"name":"JET_wrnSortOverflow","features":[152]},{"name":"JET_wrnTableEmpty","features":[152]},{"name":"JET_wrnTableInUseBySystem","features":[152]},{"name":"JET_wrnTargetInstanceRunning","features":[152]},{"name":"JET_wrnUniqueKey","features":[152]},{"name":"JET_wszConfigStoreReadControl","features":[152]},{"name":"JET_wszConfigStoreRelPathSysParamDefault","features":[152]},{"name":"JET_wszConfigStoreRelPathSysParamOverride","features":[152]},{"name":"JetAddColumnA","features":[152,153]},{"name":"JetAddColumnW","features":[152,153]},{"name":"JetAttachDatabase2A","features":[152]},{"name":"JetAttachDatabase2W","features":[152]},{"name":"JetAttachDatabaseA","features":[152]},{"name":"JetAttachDatabaseW","features":[152]},{"name":"JetBackupA","features":[152]},{"name":"JetBackupInstanceA","features":[152]},{"name":"JetBackupInstanceW","features":[152]},{"name":"JetBackupW","features":[152]},{"name":"JetBeginExternalBackup","features":[152]},{"name":"JetBeginExternalBackupInstance","features":[152]},{"name":"JetBeginSessionA","features":[152]},{"name":"JetBeginSessionW","features":[152]},{"name":"JetBeginTransaction","features":[152]},{"name":"JetBeginTransaction2","features":[152]},{"name":"JetBeginTransaction3","features":[152]},{"name":"JetCloseDatabase","features":[152]},{"name":"JetCloseFile","features":[152,153]},{"name":"JetCloseFileInstance","features":[152,153]},{"name":"JetCloseTable","features":[152,153]},{"name":"JetCommitTransaction","features":[152]},{"name":"JetCommitTransaction2","features":[152]},{"name":"JetCompactA","features":[152]},{"name":"JetCompactW","features":[152]},{"name":"JetComputeStats","features":[152,153]},{"name":"JetConfigureProcessForCrashDump","features":[152]},{"name":"JetCreateDatabase2A","features":[152]},{"name":"JetCreateDatabase2W","features":[152]},{"name":"JetCreateDatabaseA","features":[152]},{"name":"JetCreateDatabaseW","features":[152]},{"name":"JetCreateIndex2A","features":[152,153]},{"name":"JetCreateIndex2W","features":[152,153]},{"name":"JetCreateIndex3A","features":[152,153]},{"name":"JetCreateIndex3W","features":[152,153]},{"name":"JetCreateIndex4A","features":[152,153]},{"name":"JetCreateIndex4W","features":[152,153]},{"name":"JetCreateIndexA","features":[152,153]},{"name":"JetCreateIndexW","features":[152,153]},{"name":"JetCreateInstance2A","features":[152]},{"name":"JetCreateInstance2W","features":[152]},{"name":"JetCreateInstanceA","features":[152]},{"name":"JetCreateInstanceW","features":[152]},{"name":"JetCreateTableA","features":[152,153]},{"name":"JetCreateTableColumnIndex2A","features":[152,153]},{"name":"JetCreateTableColumnIndex2W","features":[152,153]},{"name":"JetCreateTableColumnIndex3A","features":[152,153]},{"name":"JetCreateTableColumnIndex3W","features":[152,153]},{"name":"JetCreateTableColumnIndex4A","features":[152,153]},{"name":"JetCreateTableColumnIndex4W","features":[152,153]},{"name":"JetCreateTableColumnIndexA","features":[152,153]},{"name":"JetCreateTableColumnIndexW","features":[152,153]},{"name":"JetCreateTableW","features":[152,153]},{"name":"JetDefragment2A","features":[152,153]},{"name":"JetDefragment2W","features":[152,153]},{"name":"JetDefragment3A","features":[152,153]},{"name":"JetDefragment3W","features":[152,153]},{"name":"JetDefragmentA","features":[152]},{"name":"JetDefragmentW","features":[152]},{"name":"JetDelete","features":[152,153]},{"name":"JetDeleteColumn2A","features":[152,153]},{"name":"JetDeleteColumn2W","features":[152,153]},{"name":"JetDeleteColumnA","features":[152,153]},{"name":"JetDeleteColumnW","features":[152,153]},{"name":"JetDeleteIndexA","features":[152,153]},{"name":"JetDeleteIndexW","features":[152,153]},{"name":"JetDeleteTableA","features":[152]},{"name":"JetDeleteTableW","features":[152]},{"name":"JetDetachDatabase2A","features":[152]},{"name":"JetDetachDatabase2W","features":[152]},{"name":"JetDetachDatabaseA","features":[152]},{"name":"JetDetachDatabaseW","features":[152]},{"name":"JetDupCursor","features":[152,153]},{"name":"JetDupSession","features":[152]},{"name":"JetEnableMultiInstanceA","features":[152,153]},{"name":"JetEnableMultiInstanceW","features":[152,153]},{"name":"JetEndExternalBackup","features":[152]},{"name":"JetEndExternalBackupInstance","features":[152]},{"name":"JetEndExternalBackupInstance2","features":[152]},{"name":"JetEndSession","features":[152]},{"name":"JetEnumerateColumns","features":[152,153]},{"name":"JetEscrowUpdate","features":[152,153]},{"name":"JetExternalRestore2A","features":[152]},{"name":"JetExternalRestore2W","features":[152]},{"name":"JetExternalRestoreA","features":[152]},{"name":"JetExternalRestoreW","features":[152]},{"name":"JetFreeBuffer","features":[152]},{"name":"JetGetAttachInfoA","features":[152]},{"name":"JetGetAttachInfoInstanceA","features":[152]},{"name":"JetGetAttachInfoInstanceW","features":[152]},{"name":"JetGetAttachInfoW","features":[152]},{"name":"JetGetBookmark","features":[152,153]},{"name":"JetGetColumnInfoA","features":[152]},{"name":"JetGetColumnInfoW","features":[152]},{"name":"JetGetCurrentIndexA","features":[152,153]},{"name":"JetGetCurrentIndexW","features":[152,153]},{"name":"JetGetCursorInfo","features":[152,153]},{"name":"JetGetDatabaseFileInfoA","features":[152]},{"name":"JetGetDatabaseFileInfoW","features":[152]},{"name":"JetGetDatabaseInfoA","features":[152]},{"name":"JetGetDatabaseInfoW","features":[152]},{"name":"JetGetErrorInfoW","features":[152]},{"name":"JetGetIndexInfoA","features":[152]},{"name":"JetGetIndexInfoW","features":[152]},{"name":"JetGetInstanceInfoA","features":[152,153]},{"name":"JetGetInstanceInfoW","features":[152,153]},{"name":"JetGetInstanceMiscInfo","features":[152]},{"name":"JetGetLS","features":[152,153]},{"name":"JetGetLock","features":[152,153]},{"name":"JetGetLogInfoA","features":[152]},{"name":"JetGetLogInfoInstance2A","features":[152]},{"name":"JetGetLogInfoInstance2W","features":[152]},{"name":"JetGetLogInfoInstanceA","features":[152]},{"name":"JetGetLogInfoInstanceW","features":[152]},{"name":"JetGetLogInfoW","features":[152]},{"name":"JetGetObjectInfoA","features":[152]},{"name":"JetGetObjectInfoW","features":[152]},{"name":"JetGetRecordPosition","features":[152,153]},{"name":"JetGetRecordSize","features":[152,153]},{"name":"JetGetRecordSize2","features":[152,153]},{"name":"JetGetSecondaryIndexBookmark","features":[152,153]},{"name":"JetGetSessionParameter","features":[152]},{"name":"JetGetSystemParameterA","features":[152,153]},{"name":"JetGetSystemParameterW","features":[152,153]},{"name":"JetGetTableColumnInfoA","features":[152,153]},{"name":"JetGetTableColumnInfoW","features":[152,153]},{"name":"JetGetTableIndexInfoA","features":[152,153]},{"name":"JetGetTableIndexInfoW","features":[152,153]},{"name":"JetGetTableInfoA","features":[152,153]},{"name":"JetGetTableInfoW","features":[152,153]},{"name":"JetGetThreadStats","features":[152]},{"name":"JetGetTruncateLogInfoInstanceA","features":[152]},{"name":"JetGetTruncateLogInfoInstanceW","features":[152]},{"name":"JetGetVersion","features":[152]},{"name":"JetGotoBookmark","features":[152,153]},{"name":"JetGotoPosition","features":[152,153]},{"name":"JetGotoSecondaryIndexBookmark","features":[152,153]},{"name":"JetGrowDatabase","features":[152]},{"name":"JetIdle","features":[152]},{"name":"JetIndexRecordCount","features":[152,153]},{"name":"JetInit","features":[152]},{"name":"JetInit2","features":[152]},{"name":"JetInit3A","features":[152]},{"name":"JetInit3W","features":[152]},{"name":"JetIntersectIndexes","features":[152,153]},{"name":"JetMakeKey","features":[152,153]},{"name":"JetMove","features":[152,153]},{"name":"JetOSSnapshotAbort","features":[152]},{"name":"JetOSSnapshotEnd","features":[152]},{"name":"JetOSSnapshotFreezeA","features":[152,153]},{"name":"JetOSSnapshotFreezeW","features":[152,153]},{"name":"JetOSSnapshotGetFreezeInfoA","features":[152,153]},{"name":"JetOSSnapshotGetFreezeInfoW","features":[152,153]},{"name":"JetOSSnapshotPrepare","features":[152]},{"name":"JetOSSnapshotPrepareInstance","features":[152]},{"name":"JetOSSnapshotThaw","features":[152]},{"name":"JetOSSnapshotTruncateLog","features":[152]},{"name":"JetOSSnapshotTruncateLogInstance","features":[152]},{"name":"JetOpenDatabaseA","features":[152]},{"name":"JetOpenDatabaseW","features":[152]},{"name":"JetOpenFileA","features":[152,153]},{"name":"JetOpenFileInstanceA","features":[152,153]},{"name":"JetOpenFileInstanceW","features":[152,153]},{"name":"JetOpenFileW","features":[152,153]},{"name":"JetOpenTableA","features":[152,153]},{"name":"JetOpenTableW","features":[152,153]},{"name":"JetOpenTempTable","features":[152,153]},{"name":"JetOpenTempTable2","features":[152,153]},{"name":"JetOpenTempTable3","features":[152,153]},{"name":"JetOpenTemporaryTable","features":[152,153]},{"name":"JetOpenTemporaryTable2","features":[152,153]},{"name":"JetPrepareUpdate","features":[152,153]},{"name":"JetPrereadIndexRanges","features":[152,153]},{"name":"JetPrereadKeys","features":[152,153]},{"name":"JetReadFile","features":[152,153]},{"name":"JetReadFileInstance","features":[152,153]},{"name":"JetRegisterCallback","features":[152,153]},{"name":"JetRenameColumnA","features":[152,153]},{"name":"JetRenameColumnW","features":[152,153]},{"name":"JetRenameTableA","features":[152]},{"name":"JetRenameTableW","features":[152]},{"name":"JetResetSessionContext","features":[152]},{"name":"JetResetTableSequential","features":[152,153]},{"name":"JetResizeDatabase","features":[152]},{"name":"JetRestore2A","features":[152]},{"name":"JetRestore2W","features":[152]},{"name":"JetRestoreA","features":[152]},{"name":"JetRestoreInstanceA","features":[152]},{"name":"JetRestoreInstanceW","features":[152]},{"name":"JetRestoreW","features":[152]},{"name":"JetRetrieveColumn","features":[152,153]},{"name":"JetRetrieveColumns","features":[152,153]},{"name":"JetRetrieveKey","features":[152,153]},{"name":"JetRollback","features":[152]},{"name":"JetSeek","features":[152,153]},{"name":"JetSetColumn","features":[152,153]},{"name":"JetSetColumnDefaultValueA","features":[152]},{"name":"JetSetColumnDefaultValueW","features":[152]},{"name":"JetSetColumns","features":[152,153]},{"name":"JetSetCurrentIndex2A","features":[152,153]},{"name":"JetSetCurrentIndex2W","features":[152,153]},{"name":"JetSetCurrentIndex3A","features":[152,153]},{"name":"JetSetCurrentIndex3W","features":[152,153]},{"name":"JetSetCurrentIndex4A","features":[152,153]},{"name":"JetSetCurrentIndex4W","features":[152,153]},{"name":"JetSetCurrentIndexA","features":[152,153]},{"name":"JetSetCurrentIndexW","features":[152,153]},{"name":"JetSetCursorFilter","features":[152,153]},{"name":"JetSetDatabaseSizeA","features":[152]},{"name":"JetSetDatabaseSizeW","features":[152]},{"name":"JetSetIndexRange","features":[152,153]},{"name":"JetSetLS","features":[152,153]},{"name":"JetSetSessionContext","features":[152,153]},{"name":"JetSetSessionParameter","features":[152]},{"name":"JetSetSystemParameterA","features":[152,153]},{"name":"JetSetSystemParameterW","features":[152,153]},{"name":"JetSetTableSequential","features":[152,153]},{"name":"JetStopBackup","features":[152]},{"name":"JetStopBackupInstance","features":[152]},{"name":"JetStopService","features":[152]},{"name":"JetStopServiceInstance","features":[152]},{"name":"JetStopServiceInstance2","features":[152]},{"name":"JetTerm","features":[152]},{"name":"JetTerm2","features":[152]},{"name":"JetTruncateLog","features":[152]},{"name":"JetTruncateLogInstance","features":[152]},{"name":"JetUnregisterCallback","features":[152,153]},{"name":"JetUpdate","features":[152,153]},{"name":"JetUpdate2","features":[152,153]},{"name":"cColumnInfoCols","features":[152]},{"name":"cIndexInfoCols","features":[152]},{"name":"cObjectInfoCols","features":[152]},{"name":"wrnBTNotVisibleAccumulated","features":[152]},{"name":"wrnBTNotVisibleRejected","features":[152]}],"525":[{"name":"ACTIVE_LATENCY_CONFIGURATION","features":[154]},{"name":"BUCKET_COUNTER","features":[154]},{"name":"DEBUG_BIT_FIELD","features":[154]},{"name":"DSSD_POWER_STATE_DESCRIPTOR","features":[154]},{"name":"FIRMWARE_ACTIVATION_HISTORY_ENTRY","features":[154]},{"name":"FIRMWARE_ACTIVATION_HISTORY_ENTRY_VERSION_1","features":[154]},{"name":"GUID_MFND_CHILD_CONTROLLER_EVENT_LOG_PAGE","features":[154]},{"name":"GUID_MFND_CHILD_CONTROLLER_EVENT_LOG_PAGEGuid","features":[154]},{"name":"GUID_OCP_DEVICE_DEVICE_CAPABILITIES","features":[154]},{"name":"GUID_OCP_DEVICE_DEVICE_CAPABILITIESGuid","features":[154]},{"name":"GUID_OCP_DEVICE_ERROR_RECOVERY","features":[154]},{"name":"GUID_OCP_DEVICE_ERROR_RECOVERYGuid","features":[154]},{"name":"GUID_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY","features":[154]},{"name":"GUID_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORYGuid","features":[154]},{"name":"GUID_OCP_DEVICE_LATENCY_MONITOR","features":[154]},{"name":"GUID_OCP_DEVICE_LATENCY_MONITORGuid","features":[154]},{"name":"GUID_OCP_DEVICE_SMART_INFORMATION","features":[154]},{"name":"GUID_OCP_DEVICE_SMART_INFORMATIONGuid","features":[154]},{"name":"GUID_OCP_DEVICE_TCG_CONFIGURATION","features":[154]},{"name":"GUID_OCP_DEVICE_TCG_CONFIGURATIONGuid","features":[154]},{"name":"GUID_OCP_DEVICE_TCG_HISTORY","features":[154]},{"name":"GUID_OCP_DEVICE_TCG_HISTORYGuid","features":[154]},{"name":"GUID_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS","features":[154]},{"name":"GUID_OCP_DEVICE_UNSUPPORTED_REQUIREMENTSGuid","features":[154]},{"name":"GUID_WCS_DEVICE_ERROR_RECOVERY","features":[154]},{"name":"GUID_WCS_DEVICE_ERROR_RECOVERYGuid","features":[154]},{"name":"GUID_WCS_DEVICE_SMART_ATTRIBUTES","features":[154]},{"name":"GUID_WCS_DEVICE_SMART_ATTRIBUTESGuid","features":[154]},{"name":"LATENCY_MONITOR_FEATURE_STATUS","features":[154]},{"name":"LATENCY_STAMP","features":[154]},{"name":"LATENCY_STAMP_UNITS","features":[154]},{"name":"MEASURED_LATENCY","features":[154]},{"name":"NVME_ACCESS_FREQUENCIES","features":[154]},{"name":"NVME_ACCESS_FREQUENCY_FR_WRITE_FR_READ","features":[154]},{"name":"NVME_ACCESS_FREQUENCY_FR_WRITE_INFR_READ","features":[154]},{"name":"NVME_ACCESS_FREQUENCY_INFR_WRITE_FR_READ","features":[154]},{"name":"NVME_ACCESS_FREQUENCY_INFR_WRITE_INFR_READ","features":[154]},{"name":"NVME_ACCESS_FREQUENCY_NONE","features":[154]},{"name":"NVME_ACCESS_FREQUENCY_ONE_TIME_READ","features":[154]},{"name":"NVME_ACCESS_FREQUENCY_SPECULATIVE_READ","features":[154]},{"name":"NVME_ACCESS_FREQUENCY_TYPICAL","features":[154]},{"name":"NVME_ACCESS_FREQUENCY_WILL_BE_OVERWRITTEN","features":[154]},{"name":"NVME_ACCESS_LATENCIES","features":[154]},{"name":"NVME_ACCESS_LATENCY_IDLE","features":[154]},{"name":"NVME_ACCESS_LATENCY_LOW","features":[154]},{"name":"NVME_ACCESS_LATENCY_NONE","features":[154]},{"name":"NVME_ACCESS_LATENCY_NORMAL","features":[154]},{"name":"NVME_ACTIVE_NAMESPACE_ID_LIST","features":[154]},{"name":"NVME_ADMIN_COMMANDS","features":[154]},{"name":"NVME_ADMIN_COMMAND_ABORT","features":[154]},{"name":"NVME_ADMIN_COMMAND_ASYNC_EVENT_REQUEST","features":[154]},{"name":"NVME_ADMIN_COMMAND_CREATE_IO_CQ","features":[154]},{"name":"NVME_ADMIN_COMMAND_CREATE_IO_SQ","features":[154]},{"name":"NVME_ADMIN_COMMAND_DELETE_IO_CQ","features":[154]},{"name":"NVME_ADMIN_COMMAND_DELETE_IO_SQ","features":[154]},{"name":"NVME_ADMIN_COMMAND_DEVICE_SELF_TEST","features":[154]},{"name":"NVME_ADMIN_COMMAND_DIRECTIVE_RECEIVE","features":[154]},{"name":"NVME_ADMIN_COMMAND_DIRECTIVE_SEND","features":[154]},{"name":"NVME_ADMIN_COMMAND_DOORBELL_BUFFER_CONFIG","features":[154]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_ACTIVATE","features":[154]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_COMMIT","features":[154]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_IMAGE_DOWNLOAD","features":[154]},{"name":"NVME_ADMIN_COMMAND_FORMAT_NVM","features":[154]},{"name":"NVME_ADMIN_COMMAND_GET_FEATURES","features":[154]},{"name":"NVME_ADMIN_COMMAND_GET_LBA_STATUS","features":[154]},{"name":"NVME_ADMIN_COMMAND_GET_LOG_PAGE","features":[154]},{"name":"NVME_ADMIN_COMMAND_IDENTIFY","features":[154]},{"name":"NVME_ADMIN_COMMAND_NAMESPACE_ATTACHMENT","features":[154]},{"name":"NVME_ADMIN_COMMAND_NAMESPACE_MANAGEMENT","features":[154]},{"name":"NVME_ADMIN_COMMAND_NVME_MI_RECEIVE","features":[154]},{"name":"NVME_ADMIN_COMMAND_NVME_MI_SEND","features":[154]},{"name":"NVME_ADMIN_COMMAND_SANITIZE","features":[154]},{"name":"NVME_ADMIN_COMMAND_SECURITY_RECEIVE","features":[154]},{"name":"NVME_ADMIN_COMMAND_SECURITY_SEND","features":[154]},{"name":"NVME_ADMIN_COMMAND_SET_FEATURES","features":[154]},{"name":"NVME_ADMIN_COMMAND_VIRTUALIZATION_MANAGEMENT","features":[154]},{"name":"NVME_ADMIN_COMPLETION_QUEUE_BASE_ADDRESS","features":[154]},{"name":"NVME_ADMIN_QUEUE_ATTRIBUTES","features":[154]},{"name":"NVME_ADMIN_SUBMISSION_QUEUE_BASE_ADDRESS","features":[154]},{"name":"NVME_AMS_OPTION","features":[154]},{"name":"NVME_AMS_ROUND_ROBIN","features":[154]},{"name":"NVME_AMS_WEIGHTED_ROUND_ROBIN_URGENT","features":[154]},{"name":"NVME_ASYNC_ERROR_DIAG_FAILURE","features":[154]},{"name":"NVME_ASYNC_ERROR_FIRMWARE_IMAGE_LOAD_ERROR","features":[154]},{"name":"NVME_ASYNC_ERROR_INVALID_DOORBELL_WRITE_VALUE","features":[154]},{"name":"NVME_ASYNC_ERROR_INVALID_SUBMISSION_QUEUE","features":[154]},{"name":"NVME_ASYNC_ERROR_PERSISTENT_INTERNAL_DEVICE_ERROR","features":[154]},{"name":"NVME_ASYNC_ERROR_TRANSIENT_INTERNAL_DEVICE_ERROR","features":[154]},{"name":"NVME_ASYNC_EVENT_ERROR_STATUS_CODES","features":[154]},{"name":"NVME_ASYNC_EVENT_HEALTH_STATUS_CODES","features":[154]},{"name":"NVME_ASYNC_EVENT_IO_COMMAND_SET_STATUS_CODES","features":[154]},{"name":"NVME_ASYNC_EVENT_NOTICE_CODES","features":[154]},{"name":"NVME_ASYNC_EVENT_TYPES","features":[154]},{"name":"NVME_ASYNC_EVENT_TYPE_ERROR_STATUS","features":[154]},{"name":"NVME_ASYNC_EVENT_TYPE_HEALTH_STATUS","features":[154]},{"name":"NVME_ASYNC_EVENT_TYPE_IO_COMMAND_SET_STATUS","features":[154]},{"name":"NVME_ASYNC_EVENT_TYPE_NOTICE","features":[154]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC","features":[154]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_CODES","features":[154]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_DEVICE_PANIC","features":[154]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_RESERVED","features":[154]},{"name":"NVME_ASYNC_HEALTH_NVM_SUBSYSTEM_RELIABILITY","features":[154]},{"name":"NVME_ASYNC_HEALTH_SPARE_BELOW_THRESHOLD","features":[154]},{"name":"NVME_ASYNC_HEALTH_TEMPERATURE_THRESHOLD","features":[154]},{"name":"NVME_ASYNC_IO_CMD_SANITIZE_OPERATION_COMPLETED","features":[154]},{"name":"NVME_ASYNC_IO_CMD_SANITIZE_OPERATION_COMPLETED_WITH_UNEXPECTED_DEALLOCATION","features":[154]},{"name":"NVME_ASYNC_IO_CMD_SET_RESERVATION_LOG_PAGE_AVAILABLE","features":[154]},{"name":"NVME_ASYNC_NOTICE_ASYMMETRIC_ACCESS_CHANGE","features":[154]},{"name":"NVME_ASYNC_NOTICE_ENDURANCE_GROUP_EVENT_AGGREGATE_LOG_CHANGE","features":[154]},{"name":"NVME_ASYNC_NOTICE_FIRMWARE_ACTIVATION_STARTING","features":[154]},{"name":"NVME_ASYNC_NOTICE_LBA_STATUS_INFORMATION_ALERT","features":[154]},{"name":"NVME_ASYNC_NOTICE_NAMESPACE_ATTRIBUTE_CHANGED","features":[154]},{"name":"NVME_ASYNC_NOTICE_PREDICTABLE_LATENCY_EVENT_AGGREGATE_LOG_CHANGE","features":[154]},{"name":"NVME_ASYNC_NOTICE_TELEMETRY_LOG_CHANGED","features":[154]},{"name":"NVME_ASYNC_NOTICE_ZONE_DESCRIPTOR_CHANGED","features":[154]},{"name":"NVME_AUTO_POWER_STATE_TRANSITION_ENTRY","features":[154]},{"name":"NVME_CC_SHN_ABRUPT_SHUTDOWN","features":[154]},{"name":"NVME_CC_SHN_NORMAL_SHUTDOWN","features":[154]},{"name":"NVME_CC_SHN_NO_NOTIFICATION","features":[154]},{"name":"NVME_CC_SHN_SHUTDOWN_NOTIFICATIONS","features":[154]},{"name":"NVME_CDW0_FEATURE_ENABLE_IEEE1667_SILO","features":[154]},{"name":"NVME_CDW0_FEATURE_ERROR_INJECTION","features":[154]},{"name":"NVME_CDW0_FEATURE_READONLY_WRITETHROUGH_MODE","features":[154]},{"name":"NVME_CDW0_RESERVATION_PERSISTENCE","features":[154]},{"name":"NVME_CDW10_ABORT","features":[154]},{"name":"NVME_CDW10_CREATE_IO_QUEUE","features":[154]},{"name":"NVME_CDW10_DATASET_MANAGEMENT","features":[154]},{"name":"NVME_CDW10_DIRECTIVE_RECEIVE","features":[154]},{"name":"NVME_CDW10_DIRECTIVE_SEND","features":[154]},{"name":"NVME_CDW10_FIRMWARE_ACTIVATE","features":[154]},{"name":"NVME_CDW10_FIRMWARE_DOWNLOAD","features":[154]},{"name":"NVME_CDW10_FORMAT_NVM","features":[154]},{"name":"NVME_CDW10_GET_FEATURES","features":[154]},{"name":"NVME_CDW10_GET_LOG_PAGE","features":[154]},{"name":"NVME_CDW10_GET_LOG_PAGE_V13","features":[154]},{"name":"NVME_CDW10_IDENTIFY","features":[154]},{"name":"NVME_CDW10_RESERVATION_ACQUIRE","features":[154]},{"name":"NVME_CDW10_RESERVATION_REGISTER","features":[154]},{"name":"NVME_CDW10_RESERVATION_RELEASE","features":[154]},{"name":"NVME_CDW10_RESERVATION_REPORT","features":[154]},{"name":"NVME_CDW10_SANITIZE","features":[154]},{"name":"NVME_CDW10_SECURITY_SEND_RECEIVE","features":[154]},{"name":"NVME_CDW10_SET_FEATURES","features":[154]},{"name":"NVME_CDW10_ZONE_APPEND","features":[154]},{"name":"NVME_CDW10_ZONE_MANAGEMENT_RECEIVE","features":[154]},{"name":"NVME_CDW10_ZONE_MANAGEMENT_SEND","features":[154]},{"name":"NVME_CDW11_CREATE_IO_CQ","features":[154]},{"name":"NVME_CDW11_CREATE_IO_SQ","features":[154]},{"name":"NVME_CDW11_DATASET_MANAGEMENT","features":[154]},{"name":"NVME_CDW11_DIRECTIVE_RECEIVE","features":[154]},{"name":"NVME_CDW11_DIRECTIVE_SEND","features":[154]},{"name":"NVME_CDW11_FEATURES","features":[154]},{"name":"NVME_CDW11_FEATURE_ARBITRATION","features":[154]},{"name":"NVME_CDW11_FEATURE_ASYNC_EVENT_CONFIG","features":[154]},{"name":"NVME_CDW11_FEATURE_AUTO_POWER_STATE_TRANSITION","features":[154]},{"name":"NVME_CDW11_FEATURE_CLEAR_FW_UPDATE_HISTORY","features":[154]},{"name":"NVME_CDW11_FEATURE_CLEAR_PCIE_CORRECTABLE_ERROR_COUNTERS","features":[154]},{"name":"NVME_CDW11_FEATURE_ENABLE_IEEE1667_SILO","features":[154]},{"name":"NVME_CDW11_FEATURE_ERROR_RECOVERY","features":[154]},{"name":"NVME_CDW11_FEATURE_GET_HOST_METADATA","features":[154]},{"name":"NVME_CDW11_FEATURE_HOST_IDENTIFIER","features":[154]},{"name":"NVME_CDW11_FEATURE_HOST_MEMORY_BUFFER","features":[154]},{"name":"NVME_CDW11_FEATURE_INTERRUPT_COALESCING","features":[154]},{"name":"NVME_CDW11_FEATURE_INTERRUPT_VECTOR_CONFIG","features":[154]},{"name":"NVME_CDW11_FEATURE_IO_COMMAND_SET_PROFILE","features":[154]},{"name":"NVME_CDW11_FEATURE_LBA_RANGE_TYPE","features":[154]},{"name":"NVME_CDW11_FEATURE_NON_OPERATIONAL_POWER_STATE","features":[154]},{"name":"NVME_CDW11_FEATURE_NUMBER_OF_QUEUES","features":[154]},{"name":"NVME_CDW11_FEATURE_POWER_MANAGEMENT","features":[154]},{"name":"NVME_CDW11_FEATURE_READONLY_WRITETHROUGH_MODE","features":[154]},{"name":"NVME_CDW11_FEATURE_RESERVATION_NOTIFICATION_MASK","features":[154]},{"name":"NVME_CDW11_FEATURE_RESERVATION_PERSISTENCE","features":[154]},{"name":"NVME_CDW11_FEATURE_SET_HOST_METADATA","features":[154]},{"name":"NVME_CDW11_FEATURE_SUPPORTED_CAPABILITY","features":[154]},{"name":"NVME_CDW11_FEATURE_TEMPERATURE_THRESHOLD","features":[154]},{"name":"NVME_CDW11_FEATURE_VOLATILE_WRITE_CACHE","features":[154]},{"name":"NVME_CDW11_FEATURE_WRITE_ATOMICITY_NORMAL","features":[154]},{"name":"NVME_CDW11_FIRMWARE_DOWNLOAD","features":[154]},{"name":"NVME_CDW11_GET_LOG_PAGE","features":[154]},{"name":"NVME_CDW11_IDENTIFY","features":[154]},{"name":"NVME_CDW11_RESERVATION_REPORT","features":[154]},{"name":"NVME_CDW11_SANITIZE","features":[154]},{"name":"NVME_CDW11_SECURITY_RECEIVE","features":[154]},{"name":"NVME_CDW11_SECURITY_SEND","features":[154]},{"name":"NVME_CDW12_DIRECTIVE_RECEIVE","features":[154]},{"name":"NVME_CDW12_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES","features":[154]},{"name":"NVME_CDW12_DIRECTIVE_SEND","features":[154]},{"name":"NVME_CDW12_DIRECTIVE_SEND_IDENTIFY_ENABLE_DIRECTIVE","features":[154]},{"name":"NVME_CDW12_FEATURES","features":[154]},{"name":"NVME_CDW12_FEATURE_HOST_MEMORY_BUFFER","features":[154]},{"name":"NVME_CDW12_GET_LOG_PAGE","features":[154]},{"name":"NVME_CDW12_READ_WRITE","features":[154]},{"name":"NVME_CDW12_ZONE_APPEND","features":[154]},{"name":"NVME_CDW13_FEATURES","features":[154]},{"name":"NVME_CDW13_FEATURE_HOST_MEMORY_BUFFER","features":[154]},{"name":"NVME_CDW13_GET_LOG_PAGE","features":[154]},{"name":"NVME_CDW13_READ_WRITE","features":[154]},{"name":"NVME_CDW13_ZONE_MANAGEMENT_RECEIVE","features":[154]},{"name":"NVME_CDW13_ZONE_MANAGEMENT_SEND","features":[154]},{"name":"NVME_CDW14_FEATURES","features":[154]},{"name":"NVME_CDW14_FEATURE_HOST_MEMORY_BUFFER","features":[154]},{"name":"NVME_CDW14_GET_LOG_PAGE","features":[154]},{"name":"NVME_CDW15_FEATURES","features":[154]},{"name":"NVME_CDW15_FEATURE_HOST_MEMORY_BUFFER","features":[154]},{"name":"NVME_CDW15_READ_WRITE","features":[154]},{"name":"NVME_CDW15_ZONE_APPEND","features":[154]},{"name":"NVME_CHANGED_NAMESPACE_LIST_LOG","features":[154]},{"name":"NVME_CHANGED_ZONE_LIST_LOG","features":[154]},{"name":"NVME_CMBSZ_SIZE_UNITS","features":[154]},{"name":"NVME_CMBSZ_SIZE_UNITS_16MB","features":[154]},{"name":"NVME_CMBSZ_SIZE_UNITS_1MB","features":[154]},{"name":"NVME_CMBSZ_SIZE_UNITS_256MB","features":[154]},{"name":"NVME_CMBSZ_SIZE_UNITS_4GB","features":[154]},{"name":"NVME_CMBSZ_SIZE_UNITS_4KB","features":[154]},{"name":"NVME_CMBSZ_SIZE_UNITS_64GB","features":[154]},{"name":"NVME_CMBSZ_SIZE_UNITS_64KB","features":[154]},{"name":"NVME_COMMAND","features":[154]},{"name":"NVME_COMMAND_DWORD0","features":[154]},{"name":"NVME_COMMAND_EFFECTS_DATA","features":[154]},{"name":"NVME_COMMAND_EFFECTS_LOG","features":[154]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMITS","features":[154]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_NONE","features":[154]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_SINGLE_PER_CONTROLLER","features":[154]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_SINGLE_PER_NAMESPACE","features":[154]},{"name":"NVME_COMMAND_SET_IDENTIFIERS","features":[154]},{"name":"NVME_COMMAND_SET_KEY_VALUE","features":[154]},{"name":"NVME_COMMAND_SET_NVM","features":[154]},{"name":"NVME_COMMAND_SET_ZONED_NAMESPACE","features":[154]},{"name":"NVME_COMMAND_STATUS","features":[154]},{"name":"NVME_COMPLETION_DW0_ASYNC_EVENT_REQUEST","features":[154]},{"name":"NVME_COMPLETION_DW0_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES","features":[154]},{"name":"NVME_COMPLETION_ENTRY","features":[154]},{"name":"NVME_COMPLETION_QUEUE_HEAD_DOORBELL","features":[154]},{"name":"NVME_CONTEXT_ATTRIBUTES","features":[154]},{"name":"NVME_CONTROLLER_CAPABILITIES","features":[154]},{"name":"NVME_CONTROLLER_CONFIGURATION","features":[154]},{"name":"NVME_CONTROLLER_LIST","features":[154]},{"name":"NVME_CONTROLLER_MEMORY_BUFFER_LOCATION","features":[154]},{"name":"NVME_CONTROLLER_MEMORY_BUFFER_SIZE","features":[154]},{"name":"NVME_CONTROLLER_METADATA_CHIPSET_DRIVER_NAME","features":[154]},{"name":"NVME_CONTROLLER_METADATA_CHIPSET_DRIVER_VERSION","features":[154]},{"name":"NVME_CONTROLLER_METADATA_DISPLAY_DRIVER_NAME","features":[154]},{"name":"NVME_CONTROLLER_METADATA_DISPLAY_DRIVER_VERSION","features":[154]},{"name":"NVME_CONTROLLER_METADATA_ELEMENT_TYPES","features":[154]},{"name":"NVME_CONTROLLER_METADATA_FIRMWARE_VERSION","features":[154]},{"name":"NVME_CONTROLLER_METADATA_HOST_DETERMINED_FAILURE_RECORD","features":[154]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_CONTROLLER_NAME","features":[154]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_FILENAME","features":[154]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_NAME","features":[154]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_VERSION","features":[154]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_NAME_AND_BUILD","features":[154]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_CONTROLLER_NAME","features":[154]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_DRIVER_NAME","features":[154]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_DRIVER_VERSION","features":[154]},{"name":"NVME_CONTROLLER_METADATA_SYSTEM_PROCESSOR_MODEL","features":[154]},{"name":"NVME_CONTROLLER_METADATA_SYSTEM_PRODUCT_NAME","features":[154]},{"name":"NVME_CONTROLLER_REGISTERS","features":[154]},{"name":"NVME_CONTROLLER_STATUS","features":[154]},{"name":"NVME_CSS_ADMIN_COMMAND_SET_ONLY","features":[154]},{"name":"NVME_CSS_ALL_SUPPORTED_IO_COMMAND_SET","features":[154]},{"name":"NVME_CSS_COMMAND_SETS","features":[154]},{"name":"NVME_CSS_NVM_COMMAND_SET","features":[154]},{"name":"NVME_CSTS_SHST_NO_SHUTDOWN","features":[154]},{"name":"NVME_CSTS_SHST_SHUTDOWN_COMPLETED","features":[154]},{"name":"NVME_CSTS_SHST_SHUTDOWN_IN_PROCESS","features":[154]},{"name":"NVME_CSTS_SHST_SHUTDOWN_STATUS","features":[154]},{"name":"NVME_DEVICE_SELF_TEST_LOG","features":[154]},{"name":"NVME_DEVICE_SELF_TEST_RESULT_DATA","features":[154]},{"name":"NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS","features":[154]},{"name":"NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR","features":[154]},{"name":"NVME_DIRECTIVE_RECEIVE_IDENTIFY_OPERATIONS","features":[154]},{"name":"NVME_DIRECTIVE_RECEIVE_IDENTIFY_OPERATION_RETURN_PARAMETERS","features":[154]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATIONS","features":[154]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_ALLOCATE_RESOURCES","features":[154]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_GET_STATUS","features":[154]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_RETURN_PARAMETERS","features":[154]},{"name":"NVME_DIRECTIVE_SEND_IDENTIFY_OPERATIONS","features":[154]},{"name":"NVME_DIRECTIVE_SEND_IDENTIFY_OPERATION_ENABLE_DIRECTIVE","features":[154]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATIONS","features":[154]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_IDENTIFIER","features":[154]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_RESOURCES","features":[154]},{"name":"NVME_DIRECTIVE_STREAMS_GET_STATUS_DATA","features":[154]},{"name":"NVME_DIRECTIVE_STREAMS_RETURN_PARAMETERS","features":[154]},{"name":"NVME_DIRECTIVE_TYPES","features":[154]},{"name":"NVME_DIRECTIVE_TYPE_IDENTIFY","features":[154]},{"name":"NVME_DIRECTIVE_TYPE_STREAMS","features":[154]},{"name":"NVME_ENDURANCE_GROUP_LOG","features":[154]},{"name":"NVME_ERROR_INFO_LOG","features":[154]},{"name":"NVME_ERROR_INJECTION_ENTRY","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPES","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_CPU_CONTROLLER_HANG","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_DRAM_CORRUPTION_CRITICAL","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_DRAM_CORRUPTION_NONCRITICAL","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_HW_MALFUNCTION","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_LOGICAL_FW_ERROR","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_NAND_CORRUPTION","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_NAND_HANG","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_PLP_DEFECT","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_SRAM_CORRUPTION","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_MAX","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_RESERVED0","features":[154]},{"name":"NVME_ERROR_INJECTION_TYPE_RESERVED1","features":[154]},{"name":"NVME_EXTENDED_HOST_IDENTIFIER_SIZE","features":[154]},{"name":"NVME_EXTENDED_REPORT_ZONE_INFO","features":[154]},{"name":"NVME_FEATURES","features":[154]},{"name":"NVME_FEATURE_ARBITRATION","features":[154]},{"name":"NVME_FEATURE_ASYNC_EVENT_CONFIG","features":[154]},{"name":"NVME_FEATURE_AUTONOMOUS_POWER_STATE_TRANSITION","features":[154]},{"name":"NVME_FEATURE_CLEAR_FW_UPDATE_HISTORY","features":[154]},{"name":"NVME_FEATURE_CLEAR_PCIE_CORRECTABLE_ERROR_COUNTERS","features":[154]},{"name":"NVME_FEATURE_CONTROLLER_METADATA","features":[154]},{"name":"NVME_FEATURE_ENABLE_IEEE1667_SILO","features":[154]},{"name":"NVME_FEATURE_ENDURANCE_GROUP_EVENT_CONFIG","features":[154]},{"name":"NVME_FEATURE_ENHANCED_CONTROLLER_METADATA","features":[154]},{"name":"NVME_FEATURE_ERROR_INJECTION","features":[154]},{"name":"NVME_FEATURE_ERROR_RECOVERY","features":[154]},{"name":"NVME_FEATURE_HOST_BEHAVIOR_SUPPORT","features":[154]},{"name":"NVME_FEATURE_HOST_CONTROLLED_THERMAL_MANAGEMENT","features":[154]},{"name":"NVME_FEATURE_HOST_IDENTIFIER_DATA","features":[154]},{"name":"NVME_FEATURE_HOST_MEMORY_BUFFER","features":[154]},{"name":"NVME_FEATURE_HOST_METADATA_DATA","features":[154]},{"name":"NVME_FEATURE_INTERRUPT_COALESCING","features":[154]},{"name":"NVME_FEATURE_INTERRUPT_VECTOR_CONFIG","features":[154]},{"name":"NVME_FEATURE_IO_COMMAND_SET_PROFILE","features":[154]},{"name":"NVME_FEATURE_KEEP_ALIVE","features":[154]},{"name":"NVME_FEATURE_LBA_RANGE_TYPE","features":[154]},{"name":"NVME_FEATURE_LBA_STATUS_INFORMATION_REPORT_INTERVAL","features":[154]},{"name":"NVME_FEATURE_NAMESPACE_METADATA","features":[154]},{"name":"NVME_FEATURE_NONOPERATIONAL_POWER_STATE","features":[154]},{"name":"NVME_FEATURE_NUMBER_OF_QUEUES","features":[154]},{"name":"NVME_FEATURE_NVM_HOST_IDENTIFIER","features":[154]},{"name":"NVME_FEATURE_NVM_NAMESPACE_WRITE_PROTECTION_CONFIG","features":[154]},{"name":"NVME_FEATURE_NVM_RESERVATION_NOTIFICATION_MASK","features":[154]},{"name":"NVME_FEATURE_NVM_RESERVATION_PERSISTANCE","features":[154]},{"name":"NVME_FEATURE_NVM_SOFTWARE_PROGRESS_MARKER","features":[154]},{"name":"NVME_FEATURE_PLP_HEALTH_MONITOR","features":[154]},{"name":"NVME_FEATURE_POWER_MANAGEMENT","features":[154]},{"name":"NVME_FEATURE_PREDICTABLE_LATENCY_MODE_CONFIG","features":[154]},{"name":"NVME_FEATURE_PREDICTABLE_LATENCY_MODE_WINDOW","features":[154]},{"name":"NVME_FEATURE_READONLY_WRITETHROUGH_MODE","features":[154]},{"name":"NVME_FEATURE_READ_RECOVERY_LEVEL_CONFIG","features":[154]},{"name":"NVME_FEATURE_SANITIZE_CONFIG","features":[154]},{"name":"NVME_FEATURE_TEMPERATURE_THRESHOLD","features":[154]},{"name":"NVME_FEATURE_TIMESTAMP","features":[154]},{"name":"NVME_FEATURE_VALUE_CODES","features":[154]},{"name":"NVME_FEATURE_VALUE_CURRENT","features":[154]},{"name":"NVME_FEATURE_VALUE_DEFAULT","features":[154]},{"name":"NVME_FEATURE_VALUE_SAVED","features":[154]},{"name":"NVME_FEATURE_VALUE_SUPPORTED_CAPABILITIES","features":[154]},{"name":"NVME_FEATURE_VOLATILE_WRITE_CACHE","features":[154]},{"name":"NVME_FEATURE_WRITE_ATOMICITY","features":[154]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTIONS","features":[154]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_ACTIVATE","features":[154]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT","features":[154]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT_AND_ACTIVATE","features":[154]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT_AND_ACTIVATE_IMMEDIATE","features":[154]},{"name":"NVME_FIRMWARE_SLOT_INFO_LOG","features":[154]},{"name":"NVME_FUSED_OPERATION_CODES","features":[154]},{"name":"NVME_FUSED_OPERATION_FIRST_CMD","features":[154]},{"name":"NVME_FUSED_OPERATION_NORMAL","features":[154]},{"name":"NVME_FUSED_OPERATION_SECOND_CMD","features":[154]},{"name":"NVME_HEALTH_INFO_LOG","features":[154]},{"name":"NVME_HOST_IDENTIFIER_SIZE","features":[154]},{"name":"NVME_HOST_MEMORY_BUFFER_DESCRIPTOR_ENTRY","features":[154]},{"name":"NVME_HOST_METADATA_ADD_ENTRY_MULTIPLE","features":[154]},{"name":"NVME_HOST_METADATA_ADD_REPLACE_ENTRY","features":[154]},{"name":"NVME_HOST_METADATA_DELETE_ENTRY_MULTIPLE","features":[154]},{"name":"NVME_HOST_METADATA_ELEMENT_ACTIONS","features":[154]},{"name":"NVME_HOST_METADATA_ELEMENT_DESCRIPTOR","features":[154]},{"name":"NVME_IDENTIFIER_TYPE","features":[154]},{"name":"NVME_IDENTIFIER_TYPE_CSI","features":[154]},{"name":"NVME_IDENTIFIER_TYPE_CSI_LENGTH","features":[154]},{"name":"NVME_IDENTIFIER_TYPE_EUI64","features":[154]},{"name":"NVME_IDENTIFIER_TYPE_EUI64_LENGTH","features":[154]},{"name":"NVME_IDENTIFIER_TYPE_LENGTH","features":[154]},{"name":"NVME_IDENTIFIER_TYPE_NGUID","features":[154]},{"name":"NVME_IDENTIFIER_TYPE_NGUID_LENGTH","features":[154]},{"name":"NVME_IDENTIFIER_TYPE_UUID","features":[154]},{"name":"NVME_IDENTIFIER_TYPE_UUID_LENGTH","features":[154]},{"name":"NVME_IDENTIFY_CNS_ACTIVE_NAMESPACES","features":[154]},{"name":"NVME_IDENTIFY_CNS_ACTIVE_NAMESPACE_LIST_IO_COMMAND_SET","features":[154]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE","features":[154]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE_IO_COMMAND_SET","features":[154]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE_LIST","features":[154]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMSPACE_LIST_IO_COMMAND_SET","features":[154]},{"name":"NVME_IDENTIFY_CNS_CODES","features":[154]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER","features":[154]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER_LIST_OF_NSID","features":[154]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER_LIST_OF_NVM_SUBSYSTEM","features":[154]},{"name":"NVME_IDENTIFY_CNS_DESCRIPTOR_NAMESPACE","features":[154]},{"name":"NVME_IDENTIFY_CNS_DESCRIPTOR_NAMESPACE_SIZE","features":[154]},{"name":"NVME_IDENTIFY_CNS_DOMAIN_LIST","features":[154]},{"name":"NVME_IDENTIFY_CNS_ENDURANCE_GROUP_LIST","features":[154]},{"name":"NVME_IDENTIFY_CNS_IO_COMMAND_SET","features":[154]},{"name":"NVME_IDENTIFY_CNS_NAMESPACE_GRANULARITY_LIST","features":[154]},{"name":"NVME_IDENTIFY_CNS_NVM_SET","features":[154]},{"name":"NVME_IDENTIFY_CNS_PRIMARY_CONTROLLER_CAPABILITIES","features":[154]},{"name":"NVME_IDENTIFY_CNS_SECONDARY_CONTROLLER_LIST","features":[154]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[154]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_NAMESPACE","features":[154]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_NAMESPACE_IO_COMMAND_SET","features":[154]},{"name":"NVME_IDENTIFY_CNS_UUID_LIST","features":[154]},{"name":"NVME_IDENTIFY_CONTROLLER_DATA","features":[154]},{"name":"NVME_IDENTIFY_IO_COMMAND_SET","features":[154]},{"name":"NVME_IDENTIFY_NAMESPACE_DATA","features":[154]},{"name":"NVME_IDENTIFY_NAMESPACE_DESCRIPTOR","features":[154]},{"name":"NVME_IDENTIFY_NVM_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[154]},{"name":"NVME_IDENTIFY_SPECIFIC_NAMESPACE_IO_COMMAND_SET","features":[154]},{"name":"NVME_IDENTIFY_ZNS_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[154]},{"name":"NVME_IO_COMMAND_SET_COMBINATION_REJECTED","features":[154]},{"name":"NVME_IO_COMMAND_SET_INVALID","features":[154]},{"name":"NVME_IO_COMMAND_SET_NOT_ENABLED","features":[154]},{"name":"NVME_IO_COMMAND_SET_NOT_SUPPORTED","features":[154]},{"name":"NVME_LBA_FORMAT","features":[154]},{"name":"NVME_LBA_RANGE","features":[154]},{"name":"NVME_LBA_RANGET_TYPE_ENTRY","features":[154]},{"name":"NVME_LBA_RANGE_TYPES","features":[154]},{"name":"NVME_LBA_RANGE_TYPE_CACHE","features":[154]},{"name":"NVME_LBA_RANGE_TYPE_FILESYSTEM","features":[154]},{"name":"NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE","features":[154]},{"name":"NVME_LBA_RANGE_TYPE_RAID","features":[154]},{"name":"NVME_LBA_RANGE_TYPE_RESERVED","features":[154]},{"name":"NVME_LBA_ZONE_FORMAT","features":[154]},{"name":"NVME_LOG_PAGES","features":[154]},{"name":"NVME_LOG_PAGE_ASYMMETRIC_NAMESPACE_ACCESS","features":[154]},{"name":"NVME_LOG_PAGE_CHANGED_NAMESPACE_LIST","features":[154]},{"name":"NVME_LOG_PAGE_CHANGED_ZONE_LIST","features":[154]},{"name":"NVME_LOG_PAGE_COMMAND_EFFECTS","features":[154]},{"name":"NVME_LOG_PAGE_DEVICE_SELF_TEST","features":[154]},{"name":"NVME_LOG_PAGE_ENDURANCE_GROUP_EVENT_AGGREGATE","features":[154]},{"name":"NVME_LOG_PAGE_ENDURANCE_GROUP_INFORMATION","features":[154]},{"name":"NVME_LOG_PAGE_ERROR_INFO","features":[154]},{"name":"NVME_LOG_PAGE_FIRMWARE_SLOT_INFO","features":[154]},{"name":"NVME_LOG_PAGE_HEALTH_INFO","features":[154]},{"name":"NVME_LOG_PAGE_LBA_STATUS_INFORMATION","features":[154]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_CAPABILITIES","features":[154]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_ERROR_RECOVERY","features":[154]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_SMART_INFORMATION","features":[154]},{"name":"NVME_LOG_PAGE_OCP_FIRMWARE_ACTIVATION_HISTORY","features":[154]},{"name":"NVME_LOG_PAGE_OCP_LATENCY_MONITOR","features":[154]},{"name":"NVME_LOG_PAGE_OCP_TCG_CONFIGURATION","features":[154]},{"name":"NVME_LOG_PAGE_OCP_TCG_HISTORY","features":[154]},{"name":"NVME_LOG_PAGE_OCP_UNSUPPORTED_REQUIREMENTS","features":[154]},{"name":"NVME_LOG_PAGE_PERSISTENT_EVENT_LOG","features":[154]},{"name":"NVME_LOG_PAGE_PREDICTABLE_LATENCY_EVENT_AGGREGATE","features":[154]},{"name":"NVME_LOG_PAGE_PREDICTABLE_LATENCY_NVM_SET","features":[154]},{"name":"NVME_LOG_PAGE_RESERVATION_NOTIFICATION","features":[154]},{"name":"NVME_LOG_PAGE_SANITIZE_STATUS","features":[154]},{"name":"NVME_LOG_PAGE_TELEMETRY_CTLR_INITIATED","features":[154]},{"name":"NVME_LOG_PAGE_TELEMETRY_HOST_INITIATED","features":[154]},{"name":"NVME_MAX_HOST_IDENTIFIER_SIZE","features":[154]},{"name":"NVME_MAX_LOG_SIZE","features":[154]},{"name":"NVME_MEDIA_ADDITIONALLY_MODIFIED_AFTER_SANITIZE_NOT_DEFINED","features":[154]},{"name":"NVME_MEDIA_ADDITIONALLY_MOFIDIED_AFTER_SANITIZE","features":[154]},{"name":"NVME_MEDIA_NOT_ADDITIONALLY_MODIFIED_AFTER_SANITIZE","features":[154]},{"name":"NVME_NAMESPACE_ALL","features":[154]},{"name":"NVME_NAMESPACE_METADATA_ELEMENT_TYPES","features":[154]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME","features":[154]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME_QUALIFIER_1","features":[154]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME_QUALIFIER_2","features":[154]},{"name":"NVME_NAMESPACE_METADATA_PREBOOT_NAMESPACE_NAME","features":[154]},{"name":"NVME_NO_DEALLOCATE_MODIFIES_MEDIA_AFTER_SANITIZE","features":[154]},{"name":"NVME_NVM_COMMANDS","features":[154]},{"name":"NVME_NVM_COMMAND_COMPARE","features":[154]},{"name":"NVME_NVM_COMMAND_COPY","features":[154]},{"name":"NVME_NVM_COMMAND_DATASET_MANAGEMENT","features":[154]},{"name":"NVME_NVM_COMMAND_FLUSH","features":[154]},{"name":"NVME_NVM_COMMAND_READ","features":[154]},{"name":"NVME_NVM_COMMAND_RESERVATION_ACQUIRE","features":[154]},{"name":"NVME_NVM_COMMAND_RESERVATION_REGISTER","features":[154]},{"name":"NVME_NVM_COMMAND_RESERVATION_RELEASE","features":[154]},{"name":"NVME_NVM_COMMAND_RESERVATION_REPORT","features":[154]},{"name":"NVME_NVM_COMMAND_VERIFY","features":[154]},{"name":"NVME_NVM_COMMAND_WRITE","features":[154]},{"name":"NVME_NVM_COMMAND_WRITE_UNCORRECTABLE","features":[154]},{"name":"NVME_NVM_COMMAND_WRITE_ZEROES","features":[154]},{"name":"NVME_NVM_COMMAND_ZONE_APPEND","features":[154]},{"name":"NVME_NVM_COMMAND_ZONE_MANAGEMENT_RECEIVE","features":[154]},{"name":"NVME_NVM_COMMAND_ZONE_MANAGEMENT_SEND","features":[154]},{"name":"NVME_NVM_QUEUE_PRIORITIES","features":[154]},{"name":"NVME_NVM_QUEUE_PRIORITY_HIGH","features":[154]},{"name":"NVME_NVM_QUEUE_PRIORITY_LOW","features":[154]},{"name":"NVME_NVM_QUEUE_PRIORITY_MEDIUM","features":[154]},{"name":"NVME_NVM_QUEUE_PRIORITY_URGENT","features":[154]},{"name":"NVME_NVM_SUBSYSTEM_RESET","features":[154]},{"name":"NVME_OCP_DEVICE_CAPABILITIES_LOG","features":[154]},{"name":"NVME_OCP_DEVICE_CAPABILITIES_LOG_VERSION_1","features":[154]},{"name":"NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2","features":[154]},{"name":"NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_VERSION_2","features":[154]},{"name":"NVME_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY_LOG","features":[154]},{"name":"NVME_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY_LOG_VERSION_1","features":[154]},{"name":"NVME_OCP_DEVICE_LATENCY_MONITOR_LOG","features":[154]},{"name":"NVME_OCP_DEVICE_LATENCY_MONITOR_LOG_VERSION_1","features":[154]},{"name":"NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3","features":[154]},{"name":"NVME_OCP_DEVICE_SMART_INFORMATION_LOG_VERSION_3","features":[154]},{"name":"NVME_OCP_DEVICE_TCG_CONFIGURATION_LOG","features":[154]},{"name":"NVME_OCP_DEVICE_TCG_CONFIGURATION_LOG_VERSION_1","features":[154]},{"name":"NVME_OCP_DEVICE_TCG_HISTORY_LOG","features":[154]},{"name":"NVME_OCP_DEVICE_TCG_HISTORY_LOG_VERSION_1","features":[154]},{"name":"NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG","features":[154]},{"name":"NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG_VERSION_1","features":[154]},{"name":"NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER","features":[154]},{"name":"NVME_PERSISTENT_EVENT_LOG_EVENT_TYPES","features":[154]},{"name":"NVME_PERSISTENT_EVENT_LOG_HEADER","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_CHANGE_NAMESPACE","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FIRMWARE_COMMIT","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FORMAT_NVM_COMPLETION","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FORMAT_NVM_START","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_MAX","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_NVM_SUBSYSTEM_HARDWARE_ERROR","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_POWER_ON_OR_RESET","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED0","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED1_BEGIN","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED1_END","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED2_BEGIN","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED2_END","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SANITIZE_COMPLETION","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SANITIZE_START","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SET_FEATURE","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SMART_HEALTH_LOG_SNAPSHOT","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TCG_DEFINED","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TELEMETRY_LOG_CREATED","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_THERMAL_EXCURSION","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TIMESTAMP_CHANGE","features":[154]},{"name":"NVME_PERSISTENT_EVENT_TYPE_VENDOR_SPECIFIC_EVENT","features":[154]},{"name":"NVME_POWER_STATE_DESC","features":[154]},{"name":"NVME_PROTECTION_INFORMATION_NOT_ENABLED","features":[154]},{"name":"NVME_PROTECTION_INFORMATION_TYPE1","features":[154]},{"name":"NVME_PROTECTION_INFORMATION_TYPE2","features":[154]},{"name":"NVME_PROTECTION_INFORMATION_TYPE3","features":[154]},{"name":"NVME_PROTECTION_INFORMATION_TYPES","features":[154]},{"name":"NVME_PRP_ENTRY","features":[154]},{"name":"NVME_REGISTERED_CONTROLLER_DATA","features":[154]},{"name":"NVME_REGISTERED_CONTROLLER_EXTENDED_DATA","features":[154]},{"name":"NVME_REPORT_ZONE_INFO","features":[154]},{"name":"NVME_RESERVATION_ACQUIRE_ACTIONS","features":[154]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_ACQUIRE","features":[154]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_PREEMPT","features":[154]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_PREEMPT_AND_ABORT","features":[154]},{"name":"NVME_RESERVATION_ACQUIRE_DATA_STRUCTURE","features":[154]},{"name":"NVME_RESERVATION_NOTIFICATION_LOG","features":[154]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPES","features":[154]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_EMPTY_LOG_PAGE","features":[154]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_REGISTRATION_PREEMPTED","features":[154]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_REGISTRATION_RELEASED","features":[154]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_RESERVATION_PREEPMPTED","features":[154]},{"name":"NVME_RESERVATION_REGISTER_ACTIONS","features":[154]},{"name":"NVME_RESERVATION_REGISTER_ACTION_REGISTER","features":[154]},{"name":"NVME_RESERVATION_REGISTER_ACTION_REPLACE","features":[154]},{"name":"NVME_RESERVATION_REGISTER_ACTION_UNREGISTER","features":[154]},{"name":"NVME_RESERVATION_REGISTER_DATA_STRUCTURE","features":[154]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_CHANGES","features":[154]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_NO_CHANGE","features":[154]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_RESERVED","features":[154]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_SET_TO_0","features":[154]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_SET_TO_1","features":[154]},{"name":"NVME_RESERVATION_RELEASE_ACTIONS","features":[154]},{"name":"NVME_RESERVATION_RELEASE_ACTION_CLEAR","features":[154]},{"name":"NVME_RESERVATION_RELEASE_ACTION_RELEASE","features":[154]},{"name":"NVME_RESERVATION_RELEASE_DATA_STRUCTURE","features":[154]},{"name":"NVME_RESERVATION_REPORT_STATUS_DATA_STRUCTURE","features":[154]},{"name":"NVME_RESERVATION_REPORT_STATUS_EXTENDED_DATA_STRUCTURE","features":[154]},{"name":"NVME_RESERVATION_REPORT_STATUS_HEADER","features":[154]},{"name":"NVME_RESERVATION_TYPES","features":[154]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS","features":[154]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS_ALL_REGISTRANTS","features":[154]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS_REGISTRANTS_ONLY","features":[154]},{"name":"NVME_RESERVATION_TYPE_RESERVED","features":[154]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE","features":[154]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE_ALL_REGISTRANTS","features":[154]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE_REGISTRANTS_ONLY","features":[154]},{"name":"NVME_SANITIZE_ACTION","features":[154]},{"name":"NVME_SANITIZE_ACTION_EXIT_FAILURE_MODE","features":[154]},{"name":"NVME_SANITIZE_ACTION_RESERVED","features":[154]},{"name":"NVME_SANITIZE_ACTION_START_BLOCK_ERASE_SANITIZE","features":[154]},{"name":"NVME_SANITIZE_ACTION_START_CRYPTO_ERASE_SANITIZE","features":[154]},{"name":"NVME_SANITIZE_ACTION_START_OVERWRITE_SANITIZE","features":[154]},{"name":"NVME_SANITIZE_OPERATION_FAILED","features":[154]},{"name":"NVME_SANITIZE_OPERATION_IN_PROGRESS","features":[154]},{"name":"NVME_SANITIZE_OPERATION_NONE","features":[154]},{"name":"NVME_SANITIZE_OPERATION_STATUS","features":[154]},{"name":"NVME_SANITIZE_OPERATION_SUCCEEDED","features":[154]},{"name":"NVME_SANITIZE_OPERATION_SUCCEEDED_WITH_FORCED_DEALLOCATION","features":[154]},{"name":"NVME_SANITIZE_STATUS","features":[154]},{"name":"NVME_SANITIZE_STATUS_LOG","features":[154]},{"name":"NVME_SCSI_NAME_STRING","features":[154]},{"name":"NVME_SECURE_ERASE_CRYPTOGRAPHIC","features":[154]},{"name":"NVME_SECURE_ERASE_NONE","features":[154]},{"name":"NVME_SECURE_ERASE_SETTINGS","features":[154]},{"name":"NVME_SECURE_ERASE_USER_DATA","features":[154]},{"name":"NVME_SET_ATTRIBUTES_ENTRY","features":[154]},{"name":"NVME_STATE_ZSC","features":[154]},{"name":"NVME_STATE_ZSE","features":[154]},{"name":"NVME_STATE_ZSEO","features":[154]},{"name":"NVME_STATE_ZSF","features":[154]},{"name":"NVME_STATE_ZSIO","features":[154]},{"name":"NVME_STATE_ZSO","features":[154]},{"name":"NVME_STATE_ZSRO","features":[154]},{"name":"NVME_STATUS_ABORT_COMMAND_LIMIT_EXCEEDED","features":[154]},{"name":"NVME_STATUS_ANA_ATTACH_FAILED","features":[154]},{"name":"NVME_STATUS_ASYNC_EVENT_REQUEST_LIMIT_EXCEEDED","features":[154]},{"name":"NVME_STATUS_ATOMIC_WRITE_UNIT_EXCEEDED","features":[154]},{"name":"NVME_STATUS_BOOT_PARTITION_WRITE_PROHIBITED","features":[154]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_FAILED_FUSED_COMMAND","features":[154]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_FAILED_MISSING_COMMAND","features":[154]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_POWER_LOSS_NOTIFICATION","features":[154]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_PREEMPT_ABORT","features":[154]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_SQ_DELETION","features":[154]},{"name":"NVME_STATUS_COMMAND_ABORT_REQUESTED","features":[154]},{"name":"NVME_STATUS_COMMAND_ID_CONFLICT","features":[154]},{"name":"NVME_STATUS_COMMAND_SEQUENCE_ERROR","features":[154]},{"name":"NVME_STATUS_COMMAND_SPECIFIC_CODES","features":[154]},{"name":"NVME_STATUS_COMPLETION_QUEUE_INVALID","features":[154]},{"name":"NVME_STATUS_CONTROLLER_LIST_INVALID","features":[154]},{"name":"NVME_STATUS_DATA_SGL_LENGTH_INVALID","features":[154]},{"name":"NVME_STATUS_DATA_TRANSFER_ERROR","features":[154]},{"name":"NVME_STATUS_DEVICE_SELF_TEST_IN_PROGRESS","features":[154]},{"name":"NVME_STATUS_DIRECTIVE_ID_INVALID","features":[154]},{"name":"NVME_STATUS_DIRECTIVE_TYPE_INVALID","features":[154]},{"name":"NVME_STATUS_FEATURE_ID_NOT_SAVEABLE","features":[154]},{"name":"NVME_STATUS_FEATURE_NOT_CHANGEABLE","features":[154]},{"name":"NVME_STATUS_FEATURE_NOT_NAMESPACE_SPECIFIC","features":[154]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_PROHIBITED","features":[154]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_CONVENTIONAL_RESET","features":[154]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_MAX_TIME_VIOLATION","features":[154]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_NVM_SUBSYSTEM_RESET","features":[154]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_RESET","features":[154]},{"name":"NVME_STATUS_FORMAT_IN_PROGRESS","features":[154]},{"name":"NVME_STATUS_GENERIC_COMMAND_CODES","features":[154]},{"name":"NVME_STATUS_HOST_IDENTIFIER_INCONSISTENT_FORMAT","features":[154]},{"name":"NVME_STATUS_INTERNAL_DEVICE_ERROR","features":[154]},{"name":"NVME_STATUS_INVALID_ANA_GROUP_IDENTIFIER","features":[154]},{"name":"NVME_STATUS_INVALID_COMMAND_OPCODE","features":[154]},{"name":"NVME_STATUS_INVALID_CONTROLLER_IDENTIFIER","features":[154]},{"name":"NVME_STATUS_INVALID_FIELD_IN_COMMAND","features":[154]},{"name":"NVME_STATUS_INVALID_FIRMWARE_IMAGE","features":[154]},{"name":"NVME_STATUS_INVALID_FIRMWARE_SLOT","features":[154]},{"name":"NVME_STATUS_INVALID_FORMAT","features":[154]},{"name":"NVME_STATUS_INVALID_INTERRUPT_VECTOR","features":[154]},{"name":"NVME_STATUS_INVALID_LOG_PAGE","features":[154]},{"name":"NVME_STATUS_INVALID_NAMESPACE_OR_FORMAT","features":[154]},{"name":"NVME_STATUS_INVALID_NUMBER_OF_CONTROLLER_RESOURCES","features":[154]},{"name":"NVME_STATUS_INVALID_NUMBER_OF_SGL_DESCR","features":[154]},{"name":"NVME_STATUS_INVALID_QUEUE_DELETION","features":[154]},{"name":"NVME_STATUS_INVALID_QUEUE_IDENTIFIER","features":[154]},{"name":"NVME_STATUS_INVALID_RESOURCE_IDENTIFIER","features":[154]},{"name":"NVME_STATUS_INVALID_SECONDARY_CONTROLLER_STATE","features":[154]},{"name":"NVME_STATUS_INVALID_SGL_LAST_SEGMENT_DESCR","features":[154]},{"name":"NVME_STATUS_INVALID_USE_OF_CONTROLLER_MEMORY_BUFFER","features":[154]},{"name":"NVME_STATUS_KEEP_ALIVE_TIMEOUT_EXPIRED","features":[154]},{"name":"NVME_STATUS_KEEP_ALIVE_TIMEOUT_INVALID","features":[154]},{"name":"NVME_STATUS_MAX_QUEUE_SIZE_EXCEEDED","features":[154]},{"name":"NVME_STATUS_MEDIA_ERROR_CODES","features":[154]},{"name":"NVME_STATUS_METADATA_SGL_LENGTH_INVALID","features":[154]},{"name":"NVME_STATUS_NAMESPACE_ALREADY_ATTACHED","features":[154]},{"name":"NVME_STATUS_NAMESPACE_IDENTIFIER_UNAVAILABLE","features":[154]},{"name":"NVME_STATUS_NAMESPACE_INSUFFICIENT_CAPACITY","features":[154]},{"name":"NVME_STATUS_NAMESPACE_IS_PRIVATE","features":[154]},{"name":"NVME_STATUS_NAMESPACE_NOT_ATTACHED","features":[154]},{"name":"NVME_STATUS_NAMESPACE_THIN_PROVISIONING_NOT_SUPPORTED","features":[154]},{"name":"NVME_STATUS_NVM_ACCESS_DENIED","features":[154]},{"name":"NVME_STATUS_NVM_ATTEMPTED_WRITE_TO_READ_ONLY_RANGE","features":[154]},{"name":"NVME_STATUS_NVM_CAPACITY_EXCEEDED","features":[154]},{"name":"NVME_STATUS_NVM_COMMAND_SIZE_LIMIT_EXCEEDED","features":[154]},{"name":"NVME_STATUS_NVM_COMPARE_FAILURE","features":[154]},{"name":"NVME_STATUS_NVM_CONFLICTING_ATTRIBUTES","features":[154]},{"name":"NVME_STATUS_NVM_DEALLOCATED_OR_UNWRITTEN_LOGICAL_BLOCK","features":[154]},{"name":"NVME_STATUS_NVM_END_TO_END_APPLICATION_TAG_CHECK_ERROR","features":[154]},{"name":"NVME_STATUS_NVM_END_TO_END_GUARD_CHECK_ERROR","features":[154]},{"name":"NVME_STATUS_NVM_END_TO_END_REFERENCE_TAG_CHECK_ERROR","features":[154]},{"name":"NVME_STATUS_NVM_INVALID_PROTECTION_INFORMATION","features":[154]},{"name":"NVME_STATUS_NVM_LBA_OUT_OF_RANGE","features":[154]},{"name":"NVME_STATUS_NVM_NAMESPACE_NOT_READY","features":[154]},{"name":"NVME_STATUS_NVM_RESERVATION_CONFLICT","features":[154]},{"name":"NVME_STATUS_NVM_UNRECOVERED_READ_ERROR","features":[154]},{"name":"NVME_STATUS_NVM_WRITE_FAULT","features":[154]},{"name":"NVME_STATUS_OPERATION_DENIED","features":[154]},{"name":"NVME_STATUS_OVERLAPPING_RANGE","features":[154]},{"name":"NVME_STATUS_PRP_OFFSET_INVALID","features":[154]},{"name":"NVME_STATUS_RESERVED","features":[154]},{"name":"NVME_STATUS_SANITIZE_FAILED","features":[154]},{"name":"NVME_STATUS_SANITIZE_IN_PROGRESS","features":[154]},{"name":"NVME_STATUS_SANITIZE_PROHIBITED_ON_PERSISTENT_MEMORY","features":[154]},{"name":"NVME_STATUS_SGL_DATA_BLOCK_GRANULARITY_INVALID","features":[154]},{"name":"NVME_STATUS_SGL_DESCR_TYPE_INVALID","features":[154]},{"name":"NVME_STATUS_SGL_OFFSET_INVALID","features":[154]},{"name":"NVME_STATUS_STREAM_RESOURCE_ALLOCATION_FAILED","features":[154]},{"name":"NVME_STATUS_SUCCESS_COMPLETION","features":[154]},{"name":"NVME_STATUS_TYPES","features":[154]},{"name":"NVME_STATUS_TYPE_COMMAND_SPECIFIC","features":[154]},{"name":"NVME_STATUS_TYPE_GENERIC_COMMAND","features":[154]},{"name":"NVME_STATUS_TYPE_MEDIA_ERROR","features":[154]},{"name":"NVME_STATUS_TYPE_VENDOR_SPECIFIC","features":[154]},{"name":"NVME_STATUS_ZONE_BOUNDARY_ERROR","features":[154]},{"name":"NVME_STATUS_ZONE_FULL","features":[154]},{"name":"NVME_STATUS_ZONE_INVALID_FORMAT","features":[154]},{"name":"NVME_STATUS_ZONE_INVALID_STATE_TRANSITION","features":[154]},{"name":"NVME_STATUS_ZONE_INVALID_WRITE","features":[154]},{"name":"NVME_STATUS_ZONE_OFFLINE","features":[154]},{"name":"NVME_STATUS_ZONE_READ_ONLY","features":[154]},{"name":"NVME_STATUS_ZONE_TOO_MANY_ACTIVE","features":[154]},{"name":"NVME_STATUS_ZONE_TOO_MANY_OPEN","features":[154]},{"name":"NVME_STREAMS_GET_STATUS_MAX_IDS","features":[154]},{"name":"NVME_STREAMS_ID_MAX","features":[154]},{"name":"NVME_STREAMS_ID_MIN","features":[154]},{"name":"NVME_SUBMISSION_QUEUE_TAIL_DOORBELL","features":[154]},{"name":"NVME_TELEMETRY_CONTROLLER_INITIATED_LOG","features":[154]},{"name":"NVME_TELEMETRY_DATA_BLOCK_SIZE","features":[154]},{"name":"NVME_TELEMETRY_HOST_INITIATED_LOG","features":[154]},{"name":"NVME_TEMPERATURE_OVER_THRESHOLD","features":[154]},{"name":"NVME_TEMPERATURE_THRESHOLD_TYPES","features":[154]},{"name":"NVME_TEMPERATURE_UNDER_THRESHOLD","features":[154]},{"name":"NVME_VENDOR_LOG_PAGES","features":[154]},{"name":"NVME_VERSION","features":[154]},{"name":"NVME_WCS_DEVICE_CAPABILITIES","features":[154]},{"name":"NVME_WCS_DEVICE_ERROR_RECOVERY_LOG","features":[154]},{"name":"NVME_WCS_DEVICE_ERROR_RECOVERY_LOG_VERSION_1","features":[154]},{"name":"NVME_WCS_DEVICE_RECOVERY_ACTION1","features":[154]},{"name":"NVME_WCS_DEVICE_RECOVERY_ACTION2","features":[154]},{"name":"NVME_WCS_DEVICE_RESET_ACTION","features":[154]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG","features":[154]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG_V2","features":[154]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG_VERSION_2","features":[154]},{"name":"NVME_ZONE_DESCRIPTOR","features":[154]},{"name":"NVME_ZONE_DESCRIPTOR_EXTENSION","features":[154]},{"name":"NVME_ZONE_EXTENDED_REPORT_ZONE_DESC","features":[154]},{"name":"NVME_ZONE_RECEIVE_ACTION","features":[154]},{"name":"NVME_ZONE_RECEIVE_ACTION_SPECIFIC","features":[154]},{"name":"NVME_ZONE_RECEIVE_EXTENDED_REPORT_ZONES","features":[154]},{"name":"NVME_ZONE_RECEIVE_REPORT_ZONES","features":[154]},{"name":"NVME_ZONE_SEND_ACTION","features":[154]},{"name":"NVME_ZONE_SEND_CLOSE","features":[154]},{"name":"NVME_ZONE_SEND_FINISH","features":[154]},{"name":"NVME_ZONE_SEND_OFFLINE","features":[154]},{"name":"NVME_ZONE_SEND_OPEN","features":[154]},{"name":"NVME_ZONE_SEND_RESET","features":[154]},{"name":"NVME_ZONE_SEND_SET_ZONE_DESCRIPTOR","features":[154]},{"name":"NVME_ZRA_ALL_ZONES","features":[154]},{"name":"NVME_ZRA_CLOSED_STATE_ZONES","features":[154]},{"name":"NVME_ZRA_EMPTY_STATE_ZONES","features":[154]},{"name":"NVME_ZRA_EO_STATE_ZONES","features":[154]},{"name":"NVME_ZRA_FULL_STATE_ZONES","features":[154]},{"name":"NVME_ZRA_IO_STATE_ZONES","features":[154]},{"name":"NVME_ZRA_OFFLINE_STATE_ZONES","features":[154]},{"name":"NVME_ZRA_RO_STATE_ZONES","features":[154]},{"name":"NVM_RESERVATION_CAPABILITIES","features":[154]},{"name":"NVM_SET_LIST","features":[154]},{"name":"NVMeDeviceRecovery1Max","features":[154]},{"name":"NVMeDeviceRecovery2Max","features":[154]},{"name":"NVMeDeviceRecoveryControllerReset","features":[154]},{"name":"NVMeDeviceRecoveryDeviceReplacement","features":[154]},{"name":"NVMeDeviceRecoveryFormatNVM","features":[154]},{"name":"NVMeDeviceRecoveryNoAction","features":[154]},{"name":"NVMeDeviceRecoveryPERST","features":[154]},{"name":"NVMeDeviceRecoveryPcieFunctionReset","features":[154]},{"name":"NVMeDeviceRecoveryPcieHotReset","features":[154]},{"name":"NVMeDeviceRecoveryPowerCycle","features":[154]},{"name":"NVMeDeviceRecoverySanitize","features":[154]},{"name":"NVMeDeviceRecoverySubsystemReset","features":[154]},{"name":"NVMeDeviceRecoveryVendorAnalysis","features":[154]},{"name":"NVMeDeviceRecoveryVendorSpecificCommand","features":[154]},{"name":"TCG_ACTIVATE_METHOD_SPECIFIC","features":[154]},{"name":"TCG_ASSIGN_METHOD_SPECIFIC","features":[154]},{"name":"TCG_AUTH_METHOD_SPECIFIC","features":[154]},{"name":"TCG_BLOCKSID_METHOD_SPECIFIC","features":[154]},{"name":"TCG_HISTORY_ENTRY","features":[154]},{"name":"TCG_HISTORY_ENTRY_VERSION_1","features":[154]},{"name":"TCG_REACTIVATE_METHOD_SPECIFIC","features":[154]},{"name":"UNSUPPORTED_REQUIREMENT","features":[154]},{"name":"ZONE_STATE","features":[154]}],"526":[{"name":"IEnumOfflineFilesItems","features":[155]},{"name":"IEnumOfflineFilesSettings","features":[155]},{"name":"IOfflineFilesCache","features":[155]},{"name":"IOfflineFilesCache2","features":[155]},{"name":"IOfflineFilesChangeInfo","features":[155]},{"name":"IOfflineFilesConnectionInfo","features":[155]},{"name":"IOfflineFilesDirectoryItem","features":[155]},{"name":"IOfflineFilesDirtyInfo","features":[155]},{"name":"IOfflineFilesErrorInfo","features":[155]},{"name":"IOfflineFilesEvents","features":[155]},{"name":"IOfflineFilesEvents2","features":[155]},{"name":"IOfflineFilesEvents3","features":[155]},{"name":"IOfflineFilesEvents4","features":[155]},{"name":"IOfflineFilesEventsFilter","features":[155]},{"name":"IOfflineFilesFileItem","features":[155]},{"name":"IOfflineFilesFileSysInfo","features":[155]},{"name":"IOfflineFilesGhostInfo","features":[155]},{"name":"IOfflineFilesItem","features":[155]},{"name":"IOfflineFilesItemContainer","features":[155]},{"name":"IOfflineFilesItemFilter","features":[155]},{"name":"IOfflineFilesPinInfo","features":[155]},{"name":"IOfflineFilesPinInfo2","features":[155]},{"name":"IOfflineFilesProgress","features":[155]},{"name":"IOfflineFilesServerItem","features":[155]},{"name":"IOfflineFilesSetting","features":[155]},{"name":"IOfflineFilesShareInfo","features":[155]},{"name":"IOfflineFilesShareItem","features":[155]},{"name":"IOfflineFilesSimpleProgress","features":[155]},{"name":"IOfflineFilesSuspend","features":[155]},{"name":"IOfflineFilesSuspendInfo","features":[155]},{"name":"IOfflineFilesSyncConflictHandler","features":[155]},{"name":"IOfflineFilesSyncErrorInfo","features":[155]},{"name":"IOfflineFilesSyncErrorItemInfo","features":[155]},{"name":"IOfflineFilesSyncProgress","features":[155]},{"name":"IOfflineFilesTransparentCacheInfo","features":[155]},{"name":"OFFLINEFILES_CACHING_MODE","features":[155]},{"name":"OFFLINEFILES_CACHING_MODE_AUTO_DOC","features":[155]},{"name":"OFFLINEFILES_CACHING_MODE_AUTO_PROGANDDOC","features":[155]},{"name":"OFFLINEFILES_CACHING_MODE_MANUAL","features":[155]},{"name":"OFFLINEFILES_CACHING_MODE_NOCACHING","features":[155]},{"name":"OFFLINEFILES_CACHING_MODE_NONE","features":[155]},{"name":"OFFLINEFILES_CHANGES_LOCAL_ATTRIBUTES","features":[155]},{"name":"OFFLINEFILES_CHANGES_LOCAL_SIZE","features":[155]},{"name":"OFFLINEFILES_CHANGES_LOCAL_TIME","features":[155]},{"name":"OFFLINEFILES_CHANGES_NONE","features":[155]},{"name":"OFFLINEFILES_CHANGES_REMOTE_ATTRIBUTES","features":[155]},{"name":"OFFLINEFILES_CHANGES_REMOTE_SIZE","features":[155]},{"name":"OFFLINEFILES_CHANGES_REMOTE_TIME","features":[155]},{"name":"OFFLINEFILES_COMPARE","features":[155]},{"name":"OFFLINEFILES_COMPARE_EQ","features":[155]},{"name":"OFFLINEFILES_COMPARE_GT","features":[155]},{"name":"OFFLINEFILES_COMPARE_GTE","features":[155]},{"name":"OFFLINEFILES_COMPARE_LT","features":[155]},{"name":"OFFLINEFILES_COMPARE_LTE","features":[155]},{"name":"OFFLINEFILES_COMPARE_NEQ","features":[155]},{"name":"OFFLINEFILES_CONNECT_STATE","features":[155]},{"name":"OFFLINEFILES_CONNECT_STATE_OFFLINE","features":[155]},{"name":"OFFLINEFILES_CONNECT_STATE_ONLINE","features":[155]},{"name":"OFFLINEFILES_CONNECT_STATE_PARTLY_TRANSPARENTLY_CACHED","features":[155]},{"name":"OFFLINEFILES_CONNECT_STATE_TRANSPARENTLY_CACHED","features":[155]},{"name":"OFFLINEFILES_CONNECT_STATE_UNKNOWN","features":[155]},{"name":"OFFLINEFILES_DELETE_FLAG_ADMIN","features":[155]},{"name":"OFFLINEFILES_DELETE_FLAG_DELMODIFIED","features":[155]},{"name":"OFFLINEFILES_DELETE_FLAG_NOAUTOCACHED","features":[155]},{"name":"OFFLINEFILES_DELETE_FLAG_NOPINNED","features":[155]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_ASYNCPROGRESS","features":[155]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_BACKGROUND","features":[155]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_CONSOLE","features":[155]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_INTERACTIVE","features":[155]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_LOWPRIORITY","features":[155]},{"name":"OFFLINEFILES_ENUM_FLAT","features":[155]},{"name":"OFFLINEFILES_ENUM_FLAT_FILESONLY","features":[155]},{"name":"OFFLINEFILES_EVENTS","features":[155]},{"name":"OFFLINEFILES_EVENT_BACKGROUNDSYNCBEGIN","features":[155]},{"name":"OFFLINEFILES_EVENT_BACKGROUNDSYNCEND","features":[155]},{"name":"OFFLINEFILES_EVENT_CACHEEVICTBEGIN","features":[155]},{"name":"OFFLINEFILES_EVENT_CACHEEVICTEND","features":[155]},{"name":"OFFLINEFILES_EVENT_CACHEISCORRUPTED","features":[155]},{"name":"OFFLINEFILES_EVENT_CACHEISFULL","features":[155]},{"name":"OFFLINEFILES_EVENT_CACHEMOVED","features":[155]},{"name":"OFFLINEFILES_EVENT_DATALOST","features":[155]},{"name":"OFFLINEFILES_EVENT_ENABLED","features":[155]},{"name":"OFFLINEFILES_EVENT_ENCRYPTIONCHANGED","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMADDEDTOCACHE","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMAVAILABLEOFFLINE","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMDELETEDFROMCACHE","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMDISCONNECTED","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMMODIFIED","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMNOTAVAILABLEOFFLINE","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMNOTPINNED","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMPINNED","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTBEGIN","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTED","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTEND","features":[155]},{"name":"OFFLINEFILES_EVENT_ITEMRENAMED","features":[155]},{"name":"OFFLINEFILES_EVENT_NETTRANSPORTARRIVED","features":[155]},{"name":"OFFLINEFILES_EVENT_NONETTRANSPORTS","features":[155]},{"name":"OFFLINEFILES_EVENT_PING","features":[155]},{"name":"OFFLINEFILES_EVENT_POLICYCHANGEDETECTED","features":[155]},{"name":"OFFLINEFILES_EVENT_PREFERENCECHANGEDETECTED","features":[155]},{"name":"OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEBEGIN","features":[155]},{"name":"OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEEND","features":[155]},{"name":"OFFLINEFILES_EVENT_PREFETCHFILEBEGIN","features":[155]},{"name":"OFFLINEFILES_EVENT_PREFETCHFILEEND","features":[155]},{"name":"OFFLINEFILES_EVENT_SETTINGSCHANGESAPPLIED","features":[155]},{"name":"OFFLINEFILES_EVENT_SYNCBEGIN","features":[155]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECADDED","features":[155]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECREMOVED","features":[155]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECUPDATED","features":[155]},{"name":"OFFLINEFILES_EVENT_SYNCEND","features":[155]},{"name":"OFFLINEFILES_EVENT_SYNCFILERESULT","features":[155]},{"name":"OFFLINEFILES_EVENT_TRANSPARENTCACHEITEMNOTIFY","features":[155]},{"name":"OFFLINEFILES_ITEM_COPY","features":[155]},{"name":"OFFLINEFILES_ITEM_COPY_LOCAL","features":[155]},{"name":"OFFLINEFILES_ITEM_COPY_ORIGINAL","features":[155]},{"name":"OFFLINEFILES_ITEM_COPY_REMOTE","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_CREATED","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DELETED","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DIRECTORY","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DIRTY","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_FILE","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GHOST","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_ANYACCESS","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_READ","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_WRITE","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED_ATTRIBUTES","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED_DATA","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OFFLINE","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_ONLINE","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_ANYACCESS","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_READ","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_WRITE","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_COMPUTER","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_OTHERS","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_USER","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_SPARSE","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_SUSPENDED","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_ANYACCESS","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_READ","features":[155]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_WRITE","features":[155]},{"name":"OFFLINEFILES_ITEM_QUERY_ADMIN","features":[155]},{"name":"OFFLINEFILES_ITEM_QUERY_ATTEMPT_TRANSITIONONLINE","features":[155]},{"name":"OFFLINEFILES_ITEM_QUERY_CONNECTIONSTATE","features":[155]},{"name":"OFFLINEFILES_ITEM_QUERY_INCLUDETRANSPARENTCACHE","features":[155]},{"name":"OFFLINEFILES_ITEM_QUERY_LOCALDIRTYBYTECOUNT","features":[155]},{"name":"OFFLINEFILES_ITEM_QUERY_REMOTEDIRTYBYTECOUNT","features":[155]},{"name":"OFFLINEFILES_ITEM_QUERY_REMOTEINFO","features":[155]},{"name":"OFFLINEFILES_ITEM_TIME","features":[155]},{"name":"OFFLINEFILES_ITEM_TIME_CREATION","features":[155]},{"name":"OFFLINEFILES_ITEM_TIME_LASTACCESS","features":[155]},{"name":"OFFLINEFILES_ITEM_TIME_LASTWRITE","features":[155]},{"name":"OFFLINEFILES_ITEM_TYPE","features":[155]},{"name":"OFFLINEFILES_ITEM_TYPE_DIRECTORY","features":[155]},{"name":"OFFLINEFILES_ITEM_TYPE_FILE","features":[155]},{"name":"OFFLINEFILES_ITEM_TYPE_SERVER","features":[155]},{"name":"OFFLINEFILES_ITEM_TYPE_SHARE","features":[155]},{"name":"OFFLINEFILES_NUM_EVENTS","features":[155]},{"name":"OFFLINEFILES_OFFLINE_REASON","features":[155]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_ERROR","features":[155]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_FORCED","features":[155]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_SLOW","features":[155]},{"name":"OFFLINEFILES_OFFLINE_REASON_ITEM_SUSPENDED","features":[155]},{"name":"OFFLINEFILES_OFFLINE_REASON_ITEM_VERSION_CONFLICT","features":[155]},{"name":"OFFLINEFILES_OFFLINE_REASON_NOT_APPLICABLE","features":[155]},{"name":"OFFLINEFILES_OFFLINE_REASON_UNKNOWN","features":[155]},{"name":"OFFLINEFILES_OP_ABORT","features":[155]},{"name":"OFFLINEFILES_OP_CONTINUE","features":[155]},{"name":"OFFLINEFILES_OP_RESPONSE","features":[155]},{"name":"OFFLINEFILES_OP_RETRY","features":[155]},{"name":"OFFLINEFILES_PATHFILTER_CHILD","features":[155]},{"name":"OFFLINEFILES_PATHFILTER_DESCENDENT","features":[155]},{"name":"OFFLINEFILES_PATHFILTER_MATCH","features":[155]},{"name":"OFFLINEFILES_PATHFILTER_SELF","features":[155]},{"name":"OFFLINEFILES_PATHFILTER_SELFORCHILD","features":[155]},{"name":"OFFLINEFILES_PATHFILTER_SELFORDESCENDENT","features":[155]},{"name":"OFFLINEFILES_PINLINKTARGETS_ALWAYS","features":[155]},{"name":"OFFLINEFILES_PINLINKTARGETS_EXPLICIT","features":[155]},{"name":"OFFLINEFILES_PINLINKTARGETS_NEVER","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_ASYNCPROGRESS","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_BACKGROUND","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_CONSOLE","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FILL","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORALL","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORREDIR","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORUSER","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORUSER_POLICY","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_INTERACTIVE","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_LOWPRIORITY","features":[155]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_PINLINKTARGETS","features":[155]},{"name":"OFFLINEFILES_SETTING_PinLinkTargets","features":[155]},{"name":"OFFLINEFILES_SETTING_SCOPE_COMPUTER","features":[155]},{"name":"OFFLINEFILES_SETTING_SCOPE_USER","features":[155]},{"name":"OFFLINEFILES_SETTING_VALUE_2DIM_ARRAY_BSTR_BSTR","features":[155]},{"name":"OFFLINEFILES_SETTING_VALUE_2DIM_ARRAY_BSTR_UI4","features":[155]},{"name":"OFFLINEFILES_SETTING_VALUE_BSTR","features":[155]},{"name":"OFFLINEFILES_SETTING_VALUE_BSTR_DBLNULTERM","features":[155]},{"name":"OFFLINEFILES_SETTING_VALUE_TYPE","features":[155]},{"name":"OFFLINEFILES_SETTING_VALUE_UI4","features":[155]},{"name":"OFFLINEFILES_SYNC_CONFLICT_ABORT","features":[155]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE","features":[155]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPALLCHANGES","features":[155]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPLATEST","features":[155]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPLOCAL","features":[155]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPREMOTE","features":[155]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_LOG","features":[155]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_NONE","features":[155]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_NUMCODES","features":[155]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_SKIP","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_DEFAULT","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPLATEST","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPLOCAL","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPREMOTE","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_MASK","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_ASYNCPROGRESS","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_BACKGROUND","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_CONSOLE","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_FILLSPARSE","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_INTERACTIVE","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_LOWPRIORITY","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_NONEWFILESOUT","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORALL","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORREDIR","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORUSER","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORUSER_POLICY","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINLINKTARGETS","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINNEWFILES","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SKIPSUSPENDEDDIRS","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SYNCIN","features":[155]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SYNCOUT","features":[155]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_ATTRIBUTES","features":[155]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_CHANGETIME","features":[155]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_FILESIZE","features":[155]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_NONE","features":[155]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_WRITETIME","features":[155]},{"name":"OFFLINEFILES_SYNC_OPERATION","features":[155]},{"name":"OFFLINEFILES_SYNC_OPERATION_CREATE_COPY_ON_CLIENT","features":[155]},{"name":"OFFLINEFILES_SYNC_OPERATION_CREATE_COPY_ON_SERVER","features":[155]},{"name":"OFFLINEFILES_SYNC_OPERATION_DELETE_CLIENT_COPY","features":[155]},{"name":"OFFLINEFILES_SYNC_OPERATION_DELETE_SERVER_COPY","features":[155]},{"name":"OFFLINEFILES_SYNC_OPERATION_PIN","features":[155]},{"name":"OFFLINEFILES_SYNC_OPERATION_PREPARE","features":[155]},{"name":"OFFLINEFILES_SYNC_OPERATION_SYNC_TO_CLIENT","features":[155]},{"name":"OFFLINEFILES_SYNC_OPERATION_SYNC_TO_SERVER","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_DirChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_DirOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_FileChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_FileOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_ChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_DeletedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_FileChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_FileOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DeletedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DirChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DirOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_FileChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_FileOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_NoServerCopy","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirDeletedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_FileChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_FileOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_NoServerCopy","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirRenamedOnClient","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirRenamedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_DirSparseOnClient","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_ChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DeletedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DirChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DirOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DeletedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DirChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DirOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_FileChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_FileOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_NoServerCopy","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileDeletedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileOnClient_DirOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileOnClient_NoServerCopy","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileRenamedOnClient","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileRenamedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_DirChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_DirOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_FileChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_FileOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_ChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DeletedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DirChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DirOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_LOCAL_KNOWN","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_NUMSTATES","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_DirChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_DirOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_FileChangedOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_FileOnServer","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_REMOTE_KNOWN","features":[155]},{"name":"OFFLINEFILES_SYNC_STATE_Stable","features":[155]},{"name":"OFFLINEFILES_TRANSITION_FLAG_CONSOLE","features":[155]},{"name":"OFFLINEFILES_TRANSITION_FLAG_INTERACTIVE","features":[155]},{"name":"OfflineFilesCache","features":[155]},{"name":"OfflineFilesEnable","features":[1,155]},{"name":"OfflineFilesQueryStatus","features":[1,155]},{"name":"OfflineFilesQueryStatusEx","features":[1,155]},{"name":"OfflineFilesSetting","features":[155]},{"name":"OfflineFilesStart","features":[155]}],"527":[{"name":"OPERATION_END_DISCARD","features":[156]},{"name":"OPERATION_END_PARAMETERS","features":[156]},{"name":"OPERATION_END_PARAMETERS_FLAGS","features":[156]},{"name":"OPERATION_START_FLAGS","features":[156]},{"name":"OPERATION_START_PARAMETERS","features":[156]},{"name":"OPERATION_START_TRACE_CURRENT_THREAD","features":[156]},{"name":"OperationEnd","features":[1,156]},{"name":"OperationStart","features":[1,156]}],"528":[{"name":"APPLICATION_USER_MODEL_ID_MAX_LENGTH","features":[137]},{"name":"APPLICATION_USER_MODEL_ID_MIN_LENGTH","features":[137]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE","features":[137]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_BLOCKMAP","features":[137]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_FIRST","features":[137]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_LAST","features":[137]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_MANIFEST","features":[137]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_SIGNATURE","features":[137]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE","features":[137]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_APPLICATION","features":[137]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_RESOURCE","features":[137]},{"name":"APPX_CAPABILITIES","features":[137]},{"name":"APPX_CAPABILITY_APPOINTMENTS","features":[137]},{"name":"APPX_CAPABILITY_CLASS_ALL","features":[137]},{"name":"APPX_CAPABILITY_CLASS_CUSTOM","features":[137]},{"name":"APPX_CAPABILITY_CLASS_DEFAULT","features":[137]},{"name":"APPX_CAPABILITY_CLASS_GENERAL","features":[137]},{"name":"APPX_CAPABILITY_CLASS_RESTRICTED","features":[137]},{"name":"APPX_CAPABILITY_CLASS_TYPE","features":[137]},{"name":"APPX_CAPABILITY_CLASS_WINDOWS","features":[137]},{"name":"APPX_CAPABILITY_CONTACTS","features":[137]},{"name":"APPX_CAPABILITY_DOCUMENTS_LIBRARY","features":[137]},{"name":"APPX_CAPABILITY_ENTERPRISE_AUTHENTICATION","features":[137]},{"name":"APPX_CAPABILITY_INTERNET_CLIENT","features":[137]},{"name":"APPX_CAPABILITY_INTERNET_CLIENT_SERVER","features":[137]},{"name":"APPX_CAPABILITY_MUSIC_LIBRARY","features":[137]},{"name":"APPX_CAPABILITY_PICTURES_LIBRARY","features":[137]},{"name":"APPX_CAPABILITY_PRIVATE_NETWORK_CLIENT_SERVER","features":[137]},{"name":"APPX_CAPABILITY_REMOVABLE_STORAGE","features":[137]},{"name":"APPX_CAPABILITY_SHARED_USER_CERTIFICATES","features":[137]},{"name":"APPX_CAPABILITY_VIDEOS_LIBRARY","features":[137]},{"name":"APPX_COMPRESSION_OPTION","features":[137]},{"name":"APPX_COMPRESSION_OPTION_FAST","features":[137]},{"name":"APPX_COMPRESSION_OPTION_MAXIMUM","features":[137]},{"name":"APPX_COMPRESSION_OPTION_NONE","features":[137]},{"name":"APPX_COMPRESSION_OPTION_NORMAL","features":[137]},{"name":"APPX_COMPRESSION_OPTION_SUPERFAST","features":[137]},{"name":"APPX_ENCRYPTED_EXEMPTIONS","features":[137]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTIONS","features":[137]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_DIFFUSION","features":[137]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_NONE","features":[137]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_PAGE_HASHING","features":[137]},{"name":"APPX_ENCRYPTED_PACKAGE_SETTINGS","features":[1,137]},{"name":"APPX_ENCRYPTED_PACKAGE_SETTINGS2","features":[137]},{"name":"APPX_FOOTPRINT_FILE_TYPE","features":[137]},{"name":"APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP","features":[137]},{"name":"APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY","features":[137]},{"name":"APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP","features":[137]},{"name":"APPX_FOOTPRINT_FILE_TYPE_MANIFEST","features":[137]},{"name":"APPX_FOOTPRINT_FILE_TYPE_SIGNATURE","features":[137]},{"name":"APPX_KEY_INFO","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE2","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE2_ARM","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE2_ARM64","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE2_NEUTRAL","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE2_UNKNOWN","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X64","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X86","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X86_ON_ARM64","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE_ARM","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE_ARM64","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE_NEUTRAL","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE_X64","features":[137]},{"name":"APPX_PACKAGE_ARCHITECTURE_X86","features":[137]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTIONS","features":[137]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_LOCALIZED","features":[137]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_NONE","features":[137]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_SKIP_VALIDATION","features":[137]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION","features":[137]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION_APPEND_DELTA","features":[137]},{"name":"APPX_PACKAGE_SETTINGS","features":[1,137]},{"name":"APPX_PACKAGE_WRITER_PAYLOAD_STREAM","features":[137]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE","features":[137]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_CHANGE","features":[137]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_DETAILS","features":[137]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_END","features":[137]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_START","features":[137]},{"name":"ActivatePackageVirtualizationContext","features":[137]},{"name":"AddPackageDependency","features":[137]},{"name":"AddPackageDependencyOptions","features":[137]},{"name":"AddPackageDependencyOptions_None","features":[137]},{"name":"AddPackageDependencyOptions_PrependIfRankCollision","features":[137]},{"name":"AppPolicyClrCompat","features":[137]},{"name":"AppPolicyClrCompat_ClassicDesktop","features":[137]},{"name":"AppPolicyClrCompat_Other","features":[137]},{"name":"AppPolicyClrCompat_PackagedDesktop","features":[137]},{"name":"AppPolicyClrCompat_Universal","features":[137]},{"name":"AppPolicyCreateFileAccess","features":[137]},{"name":"AppPolicyCreateFileAccess_Full","features":[137]},{"name":"AppPolicyCreateFileAccess_Limited","features":[137]},{"name":"AppPolicyGetClrCompat","features":[1,137]},{"name":"AppPolicyGetCreateFileAccess","features":[1,137]},{"name":"AppPolicyGetLifecycleManagement","features":[1,137]},{"name":"AppPolicyGetMediaFoundationCodecLoading","features":[1,137]},{"name":"AppPolicyGetProcessTerminationMethod","features":[1,137]},{"name":"AppPolicyGetShowDeveloperDiagnostic","features":[1,137]},{"name":"AppPolicyGetThreadInitializationType","features":[1,137]},{"name":"AppPolicyGetWindowingModel","features":[1,137]},{"name":"AppPolicyLifecycleManagement","features":[137]},{"name":"AppPolicyLifecycleManagement_Managed","features":[137]},{"name":"AppPolicyLifecycleManagement_Unmanaged","features":[137]},{"name":"AppPolicyMediaFoundationCodecLoading","features":[137]},{"name":"AppPolicyMediaFoundationCodecLoading_All","features":[137]},{"name":"AppPolicyMediaFoundationCodecLoading_InboxOnly","features":[137]},{"name":"AppPolicyProcessTerminationMethod","features":[137]},{"name":"AppPolicyProcessTerminationMethod_ExitProcess","features":[137]},{"name":"AppPolicyProcessTerminationMethod_TerminateProcess","features":[137]},{"name":"AppPolicyShowDeveloperDiagnostic","features":[137]},{"name":"AppPolicyShowDeveloperDiagnostic_None","features":[137]},{"name":"AppPolicyShowDeveloperDiagnostic_ShowUI","features":[137]},{"name":"AppPolicyThreadInitializationType","features":[137]},{"name":"AppPolicyThreadInitializationType_InitializeWinRT","features":[137]},{"name":"AppPolicyThreadInitializationType_None","features":[137]},{"name":"AppPolicyWindowingModel","features":[137]},{"name":"AppPolicyWindowingModel_ClassicDesktop","features":[137]},{"name":"AppPolicyWindowingModel_ClassicPhone","features":[137]},{"name":"AppPolicyWindowingModel_None","features":[137]},{"name":"AppPolicyWindowingModel_Universal","features":[137]},{"name":"AppxBundleFactory","features":[137]},{"name":"AppxEncryptionFactory","features":[137]},{"name":"AppxFactory","features":[137]},{"name":"AppxPackageEditor","features":[137]},{"name":"AppxPackagingDiagnosticEventSinkManager","features":[137]},{"name":"CheckIsMSIXPackage","features":[1,137]},{"name":"ClosePackageInfo","features":[1,137]},{"name":"CreatePackageDependencyOptions","features":[137]},{"name":"CreatePackageDependencyOptions_DoNotVerifyDependencyResolution","features":[137]},{"name":"CreatePackageDependencyOptions_None","features":[137]},{"name":"CreatePackageDependencyOptions_ScopeIsSystem","features":[137]},{"name":"CreatePackageVirtualizationContext","features":[137]},{"name":"DX_FEATURE_LEVEL","features":[137]},{"name":"DX_FEATURE_LEVEL_10","features":[137]},{"name":"DX_FEATURE_LEVEL_11","features":[137]},{"name":"DX_FEATURE_LEVEL_9","features":[137]},{"name":"DX_FEATURE_LEVEL_UNSPECIFIED","features":[137]},{"name":"DeactivatePackageVirtualizationContext","features":[137]},{"name":"DeletePackageDependency","features":[137]},{"name":"DuplicatePackageVirtualizationContext","features":[137]},{"name":"FindPackagesByPackageFamily","features":[1,137]},{"name":"FormatApplicationUserModelId","features":[1,137]},{"name":"GetApplicationUserModelId","features":[1,137]},{"name":"GetApplicationUserModelIdFromToken","features":[1,137]},{"name":"GetCurrentApplicationUserModelId","features":[1,137]},{"name":"GetCurrentPackageFamilyName","features":[1,137]},{"name":"GetCurrentPackageFullName","features":[1,137]},{"name":"GetCurrentPackageId","features":[1,137]},{"name":"GetCurrentPackageInfo","features":[1,137]},{"name":"GetCurrentPackageInfo2","features":[1,137]},{"name":"GetCurrentPackageInfo3","features":[137]},{"name":"GetCurrentPackagePath","features":[1,137]},{"name":"GetCurrentPackagePath2","features":[1,137]},{"name":"GetCurrentPackageVirtualizationContext","features":[137]},{"name":"GetIdForPackageDependencyContext","features":[137]},{"name":"GetPackageApplicationIds","features":[1,137]},{"name":"GetPackageFamilyName","features":[1,137]},{"name":"GetPackageFamilyNameFromToken","features":[1,137]},{"name":"GetPackageFullName","features":[1,137]},{"name":"GetPackageFullNameFromToken","features":[1,137]},{"name":"GetPackageGraphRevisionId","features":[137]},{"name":"GetPackageId","features":[1,137]},{"name":"GetPackageInfo","features":[1,137]},{"name":"GetPackageInfo2","features":[1,137]},{"name":"GetPackagePath","features":[1,137]},{"name":"GetPackagePathByFullName","features":[1,137]},{"name":"GetPackagePathByFullName2","features":[1,137]},{"name":"GetPackagesByPackageFamily","features":[1,137]},{"name":"GetProcessesInVirtualizationContext","features":[1,137]},{"name":"GetResolvedPackageFullNameForPackageDependency","features":[137]},{"name":"GetStagedPackageOrigin","features":[1,137]},{"name":"GetStagedPackagePathByFullName","features":[1,137]},{"name":"GetStagedPackagePathByFullName2","features":[1,137]},{"name":"IAppxAppInstallerReader","features":[137]},{"name":"IAppxBlockMapBlock","features":[137]},{"name":"IAppxBlockMapBlocksEnumerator","features":[137]},{"name":"IAppxBlockMapFile","features":[137]},{"name":"IAppxBlockMapFilesEnumerator","features":[137]},{"name":"IAppxBlockMapReader","features":[137]},{"name":"IAppxBundleFactory","features":[137]},{"name":"IAppxBundleFactory2","features":[137]},{"name":"IAppxBundleManifestOptionalBundleInfo","features":[137]},{"name":"IAppxBundleManifestOptionalBundleInfoEnumerator","features":[137]},{"name":"IAppxBundleManifestPackageInfo","features":[137]},{"name":"IAppxBundleManifestPackageInfo2","features":[137]},{"name":"IAppxBundleManifestPackageInfo3","features":[137]},{"name":"IAppxBundleManifestPackageInfo4","features":[137]},{"name":"IAppxBundleManifestPackageInfoEnumerator","features":[137]},{"name":"IAppxBundleManifestReader","features":[137]},{"name":"IAppxBundleManifestReader2","features":[137]},{"name":"IAppxBundleReader","features":[137]},{"name":"IAppxBundleWriter","features":[137]},{"name":"IAppxBundleWriter2","features":[137]},{"name":"IAppxBundleWriter3","features":[137]},{"name":"IAppxBundleWriter4","features":[137]},{"name":"IAppxContentGroup","features":[137]},{"name":"IAppxContentGroupFilesEnumerator","features":[137]},{"name":"IAppxContentGroupMapReader","features":[137]},{"name":"IAppxContentGroupMapWriter","features":[137]},{"name":"IAppxContentGroupsEnumerator","features":[137]},{"name":"IAppxDigestProvider","features":[137]},{"name":"IAppxEncryptedBundleWriter","features":[137]},{"name":"IAppxEncryptedBundleWriter2","features":[137]},{"name":"IAppxEncryptedBundleWriter3","features":[137]},{"name":"IAppxEncryptedPackageWriter","features":[137]},{"name":"IAppxEncryptedPackageWriter2","features":[137]},{"name":"IAppxEncryptionFactory","features":[137]},{"name":"IAppxEncryptionFactory2","features":[137]},{"name":"IAppxEncryptionFactory3","features":[137]},{"name":"IAppxEncryptionFactory4","features":[137]},{"name":"IAppxEncryptionFactory5","features":[137]},{"name":"IAppxFactory","features":[137]},{"name":"IAppxFactory2","features":[137]},{"name":"IAppxFactory3","features":[137]},{"name":"IAppxFile","features":[137]},{"name":"IAppxFilesEnumerator","features":[137]},{"name":"IAppxManifestApplication","features":[137]},{"name":"IAppxManifestApplicationsEnumerator","features":[137]},{"name":"IAppxManifestCapabilitiesEnumerator","features":[137]},{"name":"IAppxManifestDeviceCapabilitiesEnumerator","features":[137]},{"name":"IAppxManifestDriverConstraint","features":[137]},{"name":"IAppxManifestDriverConstraintsEnumerator","features":[137]},{"name":"IAppxManifestDriverDependenciesEnumerator","features":[137]},{"name":"IAppxManifestDriverDependency","features":[137]},{"name":"IAppxManifestHostRuntimeDependenciesEnumerator","features":[137]},{"name":"IAppxManifestHostRuntimeDependency","features":[137]},{"name":"IAppxManifestHostRuntimeDependency2","features":[137]},{"name":"IAppxManifestMainPackageDependenciesEnumerator","features":[137]},{"name":"IAppxManifestMainPackageDependency","features":[137]},{"name":"IAppxManifestOSPackageDependenciesEnumerator","features":[137]},{"name":"IAppxManifestOSPackageDependency","features":[137]},{"name":"IAppxManifestOptionalPackageInfo","features":[137]},{"name":"IAppxManifestPackageDependenciesEnumerator","features":[137]},{"name":"IAppxManifestPackageDependency","features":[137]},{"name":"IAppxManifestPackageDependency2","features":[137]},{"name":"IAppxManifestPackageDependency3","features":[137]},{"name":"IAppxManifestPackageId","features":[137]},{"name":"IAppxManifestPackageId2","features":[137]},{"name":"IAppxManifestProperties","features":[137]},{"name":"IAppxManifestQualifiedResource","features":[137]},{"name":"IAppxManifestQualifiedResourcesEnumerator","features":[137]},{"name":"IAppxManifestReader","features":[137]},{"name":"IAppxManifestReader2","features":[137]},{"name":"IAppxManifestReader3","features":[137]},{"name":"IAppxManifestReader4","features":[137]},{"name":"IAppxManifestReader5","features":[137]},{"name":"IAppxManifestReader6","features":[137]},{"name":"IAppxManifestReader7","features":[137]},{"name":"IAppxManifestResourcesEnumerator","features":[137]},{"name":"IAppxManifestTargetDeviceFamiliesEnumerator","features":[137]},{"name":"IAppxManifestTargetDeviceFamily","features":[137]},{"name":"IAppxPackageEditor","features":[137]},{"name":"IAppxPackageReader","features":[137]},{"name":"IAppxPackageWriter","features":[137]},{"name":"IAppxPackageWriter2","features":[137]},{"name":"IAppxPackageWriter3","features":[137]},{"name":"IAppxPackagingDiagnosticEventSink","features":[137]},{"name":"IAppxPackagingDiagnosticEventSinkManager","features":[137]},{"name":"IAppxSourceContentGroupMapReader","features":[137]},{"name":"OpenPackageInfoByFullName","features":[1,137]},{"name":"OpenPackageInfoByFullNameForUser","features":[1,5,137]},{"name":"PACKAGEDEPENDENCY_CONTEXT","features":[137]},{"name":"PACKAGE_APPLICATIONS_MAX_COUNT","features":[137]},{"name":"PACKAGE_APPLICATIONS_MIN_COUNT","features":[137]},{"name":"PACKAGE_ARCHITECTURE_MAX_LENGTH","features":[137]},{"name":"PACKAGE_ARCHITECTURE_MIN_LENGTH","features":[137]},{"name":"PACKAGE_DEPENDENCY_RANK_DEFAULT","features":[137]},{"name":"PACKAGE_FAMILY_MAX_RESOURCE_PACKAGES","features":[137]},{"name":"PACKAGE_FAMILY_MIN_RESOURCE_PACKAGES","features":[137]},{"name":"PACKAGE_FAMILY_NAME_MAX_LENGTH","features":[137]},{"name":"PACKAGE_FAMILY_NAME_MIN_LENGTH","features":[137]},{"name":"PACKAGE_FILTER_ALL_LOADED","features":[137]},{"name":"PACKAGE_FILTER_BUNDLE","features":[137]},{"name":"PACKAGE_FILTER_DIRECT","features":[137]},{"name":"PACKAGE_FILTER_DYNAMIC","features":[137]},{"name":"PACKAGE_FILTER_HEAD","features":[137]},{"name":"PACKAGE_FILTER_HOSTRUNTIME","features":[137]},{"name":"PACKAGE_FILTER_IS_IN_RELATED_SET","features":[137]},{"name":"PACKAGE_FILTER_OPTIONAL","features":[137]},{"name":"PACKAGE_FILTER_RESOURCE","features":[137]},{"name":"PACKAGE_FILTER_STATIC","features":[137]},{"name":"PACKAGE_FULL_NAME_MAX_LENGTH","features":[137]},{"name":"PACKAGE_FULL_NAME_MIN_LENGTH","features":[137]},{"name":"PACKAGE_GRAPH_MAX_SIZE","features":[137]},{"name":"PACKAGE_GRAPH_MIN_SIZE","features":[137]},{"name":"PACKAGE_ID","features":[137]},{"name":"PACKAGE_ID","features":[137]},{"name":"PACKAGE_INFO","features":[137]},{"name":"PACKAGE_INFO","features":[137]},{"name":"PACKAGE_INFORMATION_BASIC","features":[137]},{"name":"PACKAGE_INFORMATION_FULL","features":[137]},{"name":"PACKAGE_MAX_DEPENDENCIES","features":[137]},{"name":"PACKAGE_MIN_DEPENDENCIES","features":[137]},{"name":"PACKAGE_NAME_MAX_LENGTH","features":[137]},{"name":"PACKAGE_NAME_MIN_LENGTH","features":[137]},{"name":"PACKAGE_PROPERTY_BUNDLE","features":[137]},{"name":"PACKAGE_PROPERTY_DEVELOPMENT_MODE","features":[137]},{"name":"PACKAGE_PROPERTY_DYNAMIC","features":[137]},{"name":"PACKAGE_PROPERTY_FRAMEWORK","features":[137]},{"name":"PACKAGE_PROPERTY_HOSTRUNTIME","features":[137]},{"name":"PACKAGE_PROPERTY_IS_IN_RELATED_SET","features":[137]},{"name":"PACKAGE_PROPERTY_OPTIONAL","features":[137]},{"name":"PACKAGE_PROPERTY_RESOURCE","features":[137]},{"name":"PACKAGE_PROPERTY_STATIC","features":[137]},{"name":"PACKAGE_PUBLISHERID_MAX_LENGTH","features":[137]},{"name":"PACKAGE_PUBLISHERID_MIN_LENGTH","features":[137]},{"name":"PACKAGE_PUBLISHER_MAX_LENGTH","features":[137]},{"name":"PACKAGE_PUBLISHER_MIN_LENGTH","features":[137]},{"name":"PACKAGE_RELATIVE_APPLICATION_ID_MAX_LENGTH","features":[137]},{"name":"PACKAGE_RELATIVE_APPLICATION_ID_MIN_LENGTH","features":[137]},{"name":"PACKAGE_RESOURCEID_MAX_LENGTH","features":[137]},{"name":"PACKAGE_RESOURCEID_MIN_LENGTH","features":[137]},{"name":"PACKAGE_VERSION","features":[137]},{"name":"PACKAGE_VERSION_MAX_LENGTH","features":[137]},{"name":"PACKAGE_VERSION_MIN_LENGTH","features":[137]},{"name":"PACKAGE_VIRTUALIZATION_CONTEXT_HANDLE","features":[137]},{"name":"PackageDependencyLifetimeKind","features":[137]},{"name":"PackageDependencyLifetimeKind_FilePath","features":[137]},{"name":"PackageDependencyLifetimeKind_Process","features":[137]},{"name":"PackageDependencyLifetimeKind_RegistryKey","features":[137]},{"name":"PackageDependencyProcessorArchitectures","features":[137]},{"name":"PackageDependencyProcessorArchitectures_Arm","features":[137]},{"name":"PackageDependencyProcessorArchitectures_Arm64","features":[137]},{"name":"PackageDependencyProcessorArchitectures_Neutral","features":[137]},{"name":"PackageDependencyProcessorArchitectures_None","features":[137]},{"name":"PackageDependencyProcessorArchitectures_X64","features":[137]},{"name":"PackageDependencyProcessorArchitectures_X86","features":[137]},{"name":"PackageDependencyProcessorArchitectures_X86A64","features":[137]},{"name":"PackageFamilyNameFromFullName","features":[1,137]},{"name":"PackageFamilyNameFromId","features":[1,137]},{"name":"PackageFullNameFromId","features":[1,137]},{"name":"PackageIdFromFullName","features":[1,137]},{"name":"PackageInfo3Type","features":[137]},{"name":"PackageInfo3Type_PackageInfoGeneration","features":[137]},{"name":"PackageNameAndPublisherIdFromFamilyName","features":[1,137]},{"name":"PackageOrigin","features":[137]},{"name":"PackageOrigin_DeveloperSigned","features":[137]},{"name":"PackageOrigin_DeveloperUnsigned","features":[137]},{"name":"PackageOrigin_Inbox","features":[137]},{"name":"PackageOrigin_LineOfBusiness","features":[137]},{"name":"PackageOrigin_Store","features":[137]},{"name":"PackageOrigin_Unknown","features":[137]},{"name":"PackageOrigin_Unsigned","features":[137]},{"name":"PackagePathType","features":[137]},{"name":"PackagePathType_Effective","features":[137]},{"name":"PackagePathType_EffectiveExternal","features":[137]},{"name":"PackagePathType_Install","features":[137]},{"name":"PackagePathType_MachineExternal","features":[137]},{"name":"PackagePathType_Mutable","features":[137]},{"name":"PackagePathType_UserExternal","features":[137]},{"name":"ParseApplicationUserModelId","features":[1,137]},{"name":"ReleasePackageVirtualizationContext","features":[137]},{"name":"RemovePackageDependency","features":[137]},{"name":"TryCreatePackageDependency","features":[5,137]},{"name":"VerifyApplicationUserModelId","features":[1,137]},{"name":"VerifyPackageFamilyName","features":[1,137]},{"name":"VerifyPackageFullName","features":[1,137]},{"name":"VerifyPackageId","features":[1,137]},{"name":"VerifyPackageRelativeApplicationId","features":[1,137]},{"name":"_PACKAGE_INFO_REFERENCE","features":[137]}],"530":[{"name":"PRJ_CALLBACKS","features":[1,157]},{"name":"PRJ_CALLBACK_DATA","features":[157]},{"name":"PRJ_CALLBACK_DATA_FLAGS","features":[157]},{"name":"PRJ_CANCEL_COMMAND_CB","features":[157]},{"name":"PRJ_CB_DATA_FLAG_ENUM_RESTART_SCAN","features":[157]},{"name":"PRJ_CB_DATA_FLAG_ENUM_RETURN_SINGLE_ENTRY","features":[157]},{"name":"PRJ_COMPLETE_COMMAND_EXTENDED_PARAMETERS","features":[157]},{"name":"PRJ_COMPLETE_COMMAND_TYPE","features":[157]},{"name":"PRJ_COMPLETE_COMMAND_TYPE_ENUMERATION","features":[157]},{"name":"PRJ_COMPLETE_COMMAND_TYPE_NOTIFICATION","features":[157]},{"name":"PRJ_DIR_ENTRY_BUFFER_HANDLE","features":[157]},{"name":"PRJ_END_DIRECTORY_ENUMERATION_CB","features":[157]},{"name":"PRJ_EXTENDED_INFO","features":[157]},{"name":"PRJ_EXT_INFO_TYPE","features":[157]},{"name":"PRJ_EXT_INFO_TYPE_SYMLINK","features":[157]},{"name":"PRJ_FILE_BASIC_INFO","features":[1,157]},{"name":"PRJ_FILE_STATE","features":[157]},{"name":"PRJ_FILE_STATE_DIRTY_PLACEHOLDER","features":[157]},{"name":"PRJ_FILE_STATE_FULL","features":[157]},{"name":"PRJ_FILE_STATE_HYDRATED_PLACEHOLDER","features":[157]},{"name":"PRJ_FILE_STATE_PLACEHOLDER","features":[157]},{"name":"PRJ_FILE_STATE_TOMBSTONE","features":[157]},{"name":"PRJ_FLAG_NONE","features":[157]},{"name":"PRJ_FLAG_USE_NEGATIVE_PATH_CACHE","features":[157]},{"name":"PRJ_GET_DIRECTORY_ENUMERATION_CB","features":[157]},{"name":"PRJ_GET_FILE_DATA_CB","features":[157]},{"name":"PRJ_GET_PLACEHOLDER_INFO_CB","features":[157]},{"name":"PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT","features":[157]},{"name":"PRJ_NOTIFICATION","features":[157]},{"name":"PRJ_NOTIFICATION_CB","features":[1,157]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_DELETED","features":[157]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_MODIFIED","features":[157]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_NO_MODIFICATION","features":[157]},{"name":"PRJ_NOTIFICATION_FILE_OPENED","features":[157]},{"name":"PRJ_NOTIFICATION_FILE_OVERWRITTEN","features":[157]},{"name":"PRJ_NOTIFICATION_FILE_PRE_CONVERT_TO_FULL","features":[157]},{"name":"PRJ_NOTIFICATION_FILE_RENAMED","features":[157]},{"name":"PRJ_NOTIFICATION_HARDLINK_CREATED","features":[157]},{"name":"PRJ_NOTIFICATION_MAPPING","features":[157]},{"name":"PRJ_NOTIFICATION_NEW_FILE_CREATED","features":[157]},{"name":"PRJ_NOTIFICATION_PARAMETERS","features":[1,157]},{"name":"PRJ_NOTIFICATION_PRE_DELETE","features":[157]},{"name":"PRJ_NOTIFICATION_PRE_RENAME","features":[157]},{"name":"PRJ_NOTIFICATION_PRE_SET_HARDLINK","features":[157]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_FILE_DELETED","features":[157]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_FILE_MODIFIED","features":[157]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_NO_MODIFICATION","features":[157]},{"name":"PRJ_NOTIFY_FILE_OPENED","features":[157]},{"name":"PRJ_NOTIFY_FILE_OVERWRITTEN","features":[157]},{"name":"PRJ_NOTIFY_FILE_PRE_CONVERT_TO_FULL","features":[157]},{"name":"PRJ_NOTIFY_FILE_RENAMED","features":[157]},{"name":"PRJ_NOTIFY_HARDLINK_CREATED","features":[157]},{"name":"PRJ_NOTIFY_NEW_FILE_CREATED","features":[157]},{"name":"PRJ_NOTIFY_NONE","features":[157]},{"name":"PRJ_NOTIFY_PRE_DELETE","features":[157]},{"name":"PRJ_NOTIFY_PRE_RENAME","features":[157]},{"name":"PRJ_NOTIFY_PRE_SET_HARDLINK","features":[157]},{"name":"PRJ_NOTIFY_SUPPRESS_NOTIFICATIONS","features":[157]},{"name":"PRJ_NOTIFY_TYPES","features":[157]},{"name":"PRJ_NOTIFY_USE_EXISTING_MASK","features":[157]},{"name":"PRJ_PLACEHOLDER_ID","features":[157]},{"name":"PRJ_PLACEHOLDER_ID_LENGTH","features":[157]},{"name":"PRJ_PLACEHOLDER_INFO","features":[1,157]},{"name":"PRJ_PLACEHOLDER_VERSION_INFO","features":[157]},{"name":"PRJ_QUERY_FILE_NAME_CB","features":[157]},{"name":"PRJ_STARTVIRTUALIZING_FLAGS","features":[157]},{"name":"PRJ_STARTVIRTUALIZING_OPTIONS","features":[157]},{"name":"PRJ_START_DIRECTORY_ENUMERATION_CB","features":[157]},{"name":"PRJ_UPDATE_ALLOW_DIRTY_DATA","features":[157]},{"name":"PRJ_UPDATE_ALLOW_DIRTY_METADATA","features":[157]},{"name":"PRJ_UPDATE_ALLOW_READ_ONLY","features":[157]},{"name":"PRJ_UPDATE_ALLOW_TOMBSTONE","features":[157]},{"name":"PRJ_UPDATE_FAILURE_CAUSES","features":[157]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_DIRTY_DATA","features":[157]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_DIRTY_METADATA","features":[157]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_NONE","features":[157]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_READ_ONLY","features":[157]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_TOMBSTONE","features":[157]},{"name":"PRJ_UPDATE_MAX_VAL","features":[157]},{"name":"PRJ_UPDATE_NONE","features":[157]},{"name":"PRJ_UPDATE_RESERVED1","features":[157]},{"name":"PRJ_UPDATE_RESERVED2","features":[157]},{"name":"PRJ_UPDATE_TYPES","features":[157]},{"name":"PRJ_VIRTUALIZATION_INSTANCE_INFO","features":[157]},{"name":"PrjAllocateAlignedBuffer","features":[157]},{"name":"PrjClearNegativePathCache","features":[157]},{"name":"PrjCompleteCommand","features":[157]},{"name":"PrjDeleteFile","features":[157]},{"name":"PrjDoesNameContainWildCards","features":[1,157]},{"name":"PrjFileNameCompare","features":[157]},{"name":"PrjFileNameMatch","features":[1,157]},{"name":"PrjFillDirEntryBuffer","features":[1,157]},{"name":"PrjFillDirEntryBuffer2","features":[1,157]},{"name":"PrjFreeAlignedBuffer","features":[157]},{"name":"PrjGetOnDiskFileState","features":[157]},{"name":"PrjGetVirtualizationInstanceInfo","features":[157]},{"name":"PrjMarkDirectoryAsPlaceholder","features":[157]},{"name":"PrjStartVirtualizing","features":[1,157]},{"name":"PrjStopVirtualizing","features":[157]},{"name":"PrjUpdateFileIfNeeded","features":[1,157]},{"name":"PrjWriteFileData","features":[157]},{"name":"PrjWritePlaceholderInfo","features":[1,157]},{"name":"PrjWritePlaceholderInfo2","features":[1,157]}],"531":[{"name":"JET_API_PTR","features":[153]},{"name":"JET_HANDLE","features":[153]},{"name":"JET_TABLEID","features":[153]}],"532":[{"name":"APPLY_SNAPSHOT_VHDSET_FLAG","features":[158]},{"name":"APPLY_SNAPSHOT_VHDSET_FLAG_NONE","features":[158]},{"name":"APPLY_SNAPSHOT_VHDSET_FLAG_WRITEABLE","features":[158]},{"name":"APPLY_SNAPSHOT_VHDSET_PARAMETERS","features":[158]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION","features":[158]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION_1","features":[158]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_AT_BOOT","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_BYPASS_DEFAULT_ENCRYPTION_POLICY","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NON_PNP","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_DRIVE_LETTER","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_LOCAL_HOST","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_SECURITY_DESCRIPTOR","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_PERMANENT_LIFETIME","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_READ_ONLY","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_REGISTER_VOLUME","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_RESTRICTED_RANGE","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_SINGLE_PARTITION","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_PARAMETERS","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_VERSION","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_1","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_2","features":[158]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[158]},{"name":"AddVirtualDiskParent","features":[1,158]},{"name":"ApplySnapshotVhdSet","features":[1,158]},{"name":"AttachVirtualDisk","features":[1,5,158,7]},{"name":"BreakMirrorVirtualDisk","features":[1,158]},{"name":"COMPACT_VIRTUAL_DISK_FLAG","features":[158]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NO_BLOCK_MOVES","features":[158]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NO_ZERO_SCAN","features":[158]},{"name":"COMPACT_VIRTUAL_DISK_PARAMETERS","features":[158]},{"name":"COMPACT_VIRTUAL_DISK_VERSION","features":[158]},{"name":"COMPACT_VIRTUAL_DISK_VERSION_1","features":[158]},{"name":"COMPACT_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_CREATE_BACKING_STORAGE","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_DO_NOT_COPY_METADATA_FROM_PARENT","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_FULL_PHYSICAL_ALLOCATION","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PMEM_COMPATIBLE","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PRESERVE_PARENT_CHANGE_TRACKING_STATE","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PREVENT_WRITES_TO_SOURCE_DISK","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SPARSE_FILE","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SUPPORT_SPARSE_FILES_ANY_FS","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_USE_CHANGE_TRACKING_SOURCE_LIMIT","features":[158]},{"name":"CREATE_VIRTUAL_DISK_FLAG_VHD_SET_USE_ORIGINAL_BACKING_STORAGE","features":[158]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS","features":[158]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS_DEFAULT_BLOCK_SIZE","features":[158]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS_DEFAULT_SECTOR_SIZE","features":[158]},{"name":"CREATE_VIRTUAL_DISK_VERSION","features":[158]},{"name":"CREATE_VIRTUAL_DISK_VERSION_1","features":[158]},{"name":"CREATE_VIRTUAL_DISK_VERSION_2","features":[158]},{"name":"CREATE_VIRTUAL_DISK_VERSION_3","features":[158]},{"name":"CREATE_VIRTUAL_DISK_VERSION_4","features":[158]},{"name":"CREATE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[158]},{"name":"CompactVirtualDisk","features":[1,158,7]},{"name":"CompleteForkVirtualDisk","features":[1,158]},{"name":"CreateVirtualDisk","features":[1,5,158,7]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG","features":[158]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG_NONE","features":[158]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG_PERSIST_RCT","features":[158]},{"name":"DELETE_SNAPSHOT_VHDSET_PARAMETERS","features":[158]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION","features":[158]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION_1","features":[158]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[158]},{"name":"DEPENDENT_DISK_FLAG","features":[158]},{"name":"DEPENDENT_DISK_FLAG_ALWAYS_ALLOW_SPARSE","features":[158]},{"name":"DEPENDENT_DISK_FLAG_FULLY_ALLOCATED","features":[158]},{"name":"DEPENDENT_DISK_FLAG_MULT_BACKING_FILES","features":[158]},{"name":"DEPENDENT_DISK_FLAG_NONE","features":[158]},{"name":"DEPENDENT_DISK_FLAG_NO_DRIVE_LETTER","features":[158]},{"name":"DEPENDENT_DISK_FLAG_NO_HOST_DISK","features":[158]},{"name":"DEPENDENT_DISK_FLAG_PARENT","features":[158]},{"name":"DEPENDENT_DISK_FLAG_PERMANENT_LIFETIME","features":[158]},{"name":"DEPENDENT_DISK_FLAG_READ_ONLY","features":[158]},{"name":"DEPENDENT_DISK_FLAG_REMOTE","features":[158]},{"name":"DEPENDENT_DISK_FLAG_REMOVABLE","features":[158]},{"name":"DEPENDENT_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[158]},{"name":"DEPENDENT_DISK_FLAG_SUPPORT_ENCRYPTED_FILES","features":[158]},{"name":"DEPENDENT_DISK_FLAG_SYSTEM_VOLUME","features":[158]},{"name":"DEPENDENT_DISK_FLAG_SYSTEM_VOLUME_PARENT","features":[158]},{"name":"DETACH_VIRTUAL_DISK_FLAG","features":[158]},{"name":"DETACH_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"DeleteSnapshotVhdSet","features":[1,158]},{"name":"DeleteVirtualDiskMetadata","features":[1,158]},{"name":"DetachVirtualDisk","features":[1,158]},{"name":"EXPAND_VIRTUAL_DISK_FLAG","features":[158]},{"name":"EXPAND_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"EXPAND_VIRTUAL_DISK_FLAG_NOTIFY_CHANGE","features":[158]},{"name":"EXPAND_VIRTUAL_DISK_PARAMETERS","features":[158]},{"name":"EXPAND_VIRTUAL_DISK_VERSION","features":[158]},{"name":"EXPAND_VIRTUAL_DISK_VERSION_1","features":[158]},{"name":"EXPAND_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[158]},{"name":"EnumerateVirtualDiskMetadata","features":[1,158]},{"name":"ExpandVirtualDisk","features":[1,158,7]},{"name":"FORK_VIRTUAL_DISK_FLAG","features":[158]},{"name":"FORK_VIRTUAL_DISK_FLAG_EXISTING_FILE","features":[158]},{"name":"FORK_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"FORK_VIRTUAL_DISK_PARAMETERS","features":[158]},{"name":"FORK_VIRTUAL_DISK_VERSION","features":[158]},{"name":"FORK_VIRTUAL_DISK_VERSION_1","features":[158]},{"name":"FORK_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[158]},{"name":"ForkVirtualDisk","features":[1,158,7]},{"name":"GET_STORAGE_DEPENDENCY_FLAG","features":[158]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_DISK_HANDLE","features":[158]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_HOST_VOLUMES","features":[158]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_NONE","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO","features":[1,158]},{"name":"GET_VIRTUAL_DISK_INFO_CHANGE_TRACKING_STATE","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_FRAGMENTATION","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_IDENTIFIER","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_IS_4K_ALIGNED","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_IS_LOADED","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_IDENTIFIER","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_LOCATION","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_TIMESTAMP","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_PHYSICAL_DISK","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_PROVIDER_SUBTYPE","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_SIZE","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_SMALLEST_SAFE_VIRTUAL_SIZE","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_UNSPECIFIED","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_VERSION","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_VHD_PHYSICAL_SECTOR_SIZE","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_VIRTUAL_DISK_ID","features":[158]},{"name":"GET_VIRTUAL_DISK_INFO_VIRTUAL_STORAGE_TYPE","features":[158]},{"name":"GetAllAttachedVirtualDiskPhysicalPaths","features":[1,158]},{"name":"GetStorageDependencyInformation","features":[1,158]},{"name":"GetVirtualDiskInformation","features":[1,158]},{"name":"GetVirtualDiskMetadata","features":[1,158]},{"name":"GetVirtualDiskOperationProgress","features":[1,158,7]},{"name":"GetVirtualDiskPhysicalPath","features":[1,158]},{"name":"MERGE_VIRTUAL_DISK_DEFAULT_MERGE_DEPTH","features":[158]},{"name":"MERGE_VIRTUAL_DISK_FLAG","features":[158]},{"name":"MERGE_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"MERGE_VIRTUAL_DISK_PARAMETERS","features":[158]},{"name":"MERGE_VIRTUAL_DISK_VERSION","features":[158]},{"name":"MERGE_VIRTUAL_DISK_VERSION_1","features":[158]},{"name":"MERGE_VIRTUAL_DISK_VERSION_2","features":[158]},{"name":"MERGE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[158]},{"name":"MIRROR_VIRTUAL_DISK_FLAG","features":[158]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_ENABLE_SMB_COMPRESSION","features":[158]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_EXISTING_FILE","features":[158]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_IS_LIVE_MIGRATION","features":[158]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_SKIP_MIRROR_ACTIVATION","features":[158]},{"name":"MIRROR_VIRTUAL_DISK_PARAMETERS","features":[158]},{"name":"MIRROR_VIRTUAL_DISK_VERSION","features":[158]},{"name":"MIRROR_VIRTUAL_DISK_VERSION_1","features":[158]},{"name":"MIRROR_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[158]},{"name":"MODIFY_VHDSET_DEFAULT_SNAPSHOT_PATH","features":[158]},{"name":"MODIFY_VHDSET_FLAG","features":[158]},{"name":"MODIFY_VHDSET_FLAG_NONE","features":[158]},{"name":"MODIFY_VHDSET_FLAG_WRITEABLE_SNAPSHOT","features":[158]},{"name":"MODIFY_VHDSET_PARAMETERS","features":[158]},{"name":"MODIFY_VHDSET_REMOVE_SNAPSHOT","features":[158]},{"name":"MODIFY_VHDSET_SNAPSHOT_PATH","features":[158]},{"name":"MODIFY_VHDSET_UNSPECIFIED","features":[158]},{"name":"MODIFY_VHDSET_VERSION","features":[158]},{"name":"MergeVirtualDisk","features":[1,158,7]},{"name":"MirrorVirtualDisk","features":[1,158,7]},{"name":"ModifyVhdSet","features":[1,158]},{"name":"OPEN_VIRTUAL_DISK_FLAG","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_BLANK_FILE","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_BOOT_DRIVE","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_CACHED_IO","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_CUSTOM_DIFF_CHAIN","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_IGNORE_RELATIVE_PARENT_LOCATOR","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NO_PARENTS","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NO_WRITE_HARDENING","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_PARENT_CACHED_IO","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_ENCRYPTED_FILES","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_SPARSE_FILES_ANY_FS","features":[158]},{"name":"OPEN_VIRTUAL_DISK_FLAG_VHDSET_FILE_ONLY","features":[158]},{"name":"OPEN_VIRTUAL_DISK_PARAMETERS","features":[1,158]},{"name":"OPEN_VIRTUAL_DISK_RW_DEPTH_DEFAULT","features":[158]},{"name":"OPEN_VIRTUAL_DISK_VERSION","features":[158]},{"name":"OPEN_VIRTUAL_DISK_VERSION_1","features":[158]},{"name":"OPEN_VIRTUAL_DISK_VERSION_2","features":[158]},{"name":"OPEN_VIRTUAL_DISK_VERSION_3","features":[158]},{"name":"OPEN_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[158]},{"name":"OpenVirtualDisk","features":[1,158]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_FLAG","features":[158]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_RANGE","features":[158]},{"name":"QueryChangesVirtualDisk","features":[1,158]},{"name":"RAW_SCSI_VIRTUAL_DISK_FLAG","features":[158]},{"name":"RAW_SCSI_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"RAW_SCSI_VIRTUAL_DISK_PARAMETERS","features":[1,158]},{"name":"RAW_SCSI_VIRTUAL_DISK_RESPONSE","features":[158]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION","features":[158]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION_1","features":[158]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[158]},{"name":"RESIZE_VIRTUAL_DISK_FLAG","features":[158]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_ALLOW_UNSAFE_VIRTUAL_SIZE","features":[158]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_NONE","features":[158]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_RESIZE_TO_SMALLEST_SAFE_VIRTUAL_SIZE","features":[158]},{"name":"RESIZE_VIRTUAL_DISK_PARAMETERS","features":[158]},{"name":"RESIZE_VIRTUAL_DISK_VERSION","features":[158]},{"name":"RESIZE_VIRTUAL_DISK_VERSION_1","features":[158]},{"name":"RESIZE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[158]},{"name":"RawSCSIVirtualDisk","features":[1,158]},{"name":"ResizeVirtualDisk","features":[1,158,7]},{"name":"SET_VIRTUAL_DISK_INFO","features":[1,158]},{"name":"SET_VIRTUAL_DISK_INFO_CHANGE_TRACKING_STATE","features":[158]},{"name":"SET_VIRTUAL_DISK_INFO_IDENTIFIER","features":[158]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_LOCATOR","features":[158]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_PATH","features":[158]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_PATH_WITH_DEPTH","features":[158]},{"name":"SET_VIRTUAL_DISK_INFO_PHYSICAL_SECTOR_SIZE","features":[158]},{"name":"SET_VIRTUAL_DISK_INFO_UNSPECIFIED","features":[158]},{"name":"SET_VIRTUAL_DISK_INFO_VERSION","features":[158]},{"name":"SET_VIRTUAL_DISK_INFO_VIRTUAL_DISK_ID","features":[158]},{"name":"STORAGE_DEPENDENCY_INFO","features":[158]},{"name":"STORAGE_DEPENDENCY_INFO_TYPE_1","features":[158]},{"name":"STORAGE_DEPENDENCY_INFO_TYPE_2","features":[158]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION","features":[158]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_1","features":[158]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_2","features":[158]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_UNSPECIFIED","features":[158]},{"name":"SetVirtualDiskInformation","features":[1,158]},{"name":"SetVirtualDiskMetadata","features":[1,158]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG","features":[158]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG_NONE","features":[158]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG_WRITEABLE","features":[158]},{"name":"TAKE_SNAPSHOT_VHDSET_PARAMETERS","features":[158]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION","features":[158]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION_1","features":[158]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[158]},{"name":"TakeSnapshotVhdSet","features":[1,158]},{"name":"VIRTUAL_DISK_ACCESS_ALL","features":[158]},{"name":"VIRTUAL_DISK_ACCESS_ATTACH_RO","features":[158]},{"name":"VIRTUAL_DISK_ACCESS_ATTACH_RW","features":[158]},{"name":"VIRTUAL_DISK_ACCESS_CREATE","features":[158]},{"name":"VIRTUAL_DISK_ACCESS_DETACH","features":[158]},{"name":"VIRTUAL_DISK_ACCESS_GET_INFO","features":[158]},{"name":"VIRTUAL_DISK_ACCESS_MASK","features":[158]},{"name":"VIRTUAL_DISK_ACCESS_METAOPS","features":[158]},{"name":"VIRTUAL_DISK_ACCESS_NONE","features":[158]},{"name":"VIRTUAL_DISK_ACCESS_READ","features":[158]},{"name":"VIRTUAL_DISK_ACCESS_WRITABLE","features":[158]},{"name":"VIRTUAL_DISK_MAXIMUM_CHANGE_TRACKING_ID_LENGTH","features":[158]},{"name":"VIRTUAL_DISK_PROGRESS","features":[158]},{"name":"VIRTUAL_STORAGE_TYPE","features":[158]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_ISO","features":[158]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_UNKNOWN","features":[158]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHD","features":[158]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHDSET","features":[158]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHDX","features":[158]},{"name":"VIRTUAL_STORAGE_TYPE_VENDOR_MICROSOFT","features":[158]},{"name":"VIRTUAL_STORAGE_TYPE_VENDOR_UNKNOWN","features":[158]}],"535":[{"name":"ABORTPROC","features":[1,13,82]},{"name":"AbortDoc","features":[13,82]},{"name":"DC_BINNAMES","features":[82]},{"name":"DC_BINS","features":[82]},{"name":"DC_COLLATE","features":[82]},{"name":"DC_COLORDEVICE","features":[82]},{"name":"DC_COPIES","features":[82]},{"name":"DC_DRIVER","features":[82]},{"name":"DC_DUPLEX","features":[82]},{"name":"DC_ENUMRESOLUTIONS","features":[82]},{"name":"DC_EXTRA","features":[82]},{"name":"DC_FIELDS","features":[82]},{"name":"DC_FILEDEPENDENCIES","features":[82]},{"name":"DC_MAXEXTENT","features":[82]},{"name":"DC_MEDIAREADY","features":[82]},{"name":"DC_MEDIATYPENAMES","features":[82]},{"name":"DC_MEDIATYPES","features":[82]},{"name":"DC_MINEXTENT","features":[82]},{"name":"DC_NUP","features":[82]},{"name":"DC_ORIENTATION","features":[82]},{"name":"DC_PAPERNAMES","features":[82]},{"name":"DC_PAPERS","features":[82]},{"name":"DC_PAPERSIZE","features":[82]},{"name":"DC_PERSONALITY","features":[82]},{"name":"DC_PRINTERMEM","features":[82]},{"name":"DC_PRINTRATE","features":[82]},{"name":"DC_PRINTRATEPPM","features":[82]},{"name":"DC_PRINTRATEUNIT","features":[82]},{"name":"DC_SIZE","features":[82]},{"name":"DC_STAPLE","features":[82]},{"name":"DC_TRUETYPE","features":[82]},{"name":"DC_VERSION","features":[82]},{"name":"DOCINFOA","features":[82]},{"name":"DOCINFOW","features":[82]},{"name":"DRAWPATRECT","features":[1,82]},{"name":"DeviceCapabilitiesA","features":[1,13,82]},{"name":"DeviceCapabilitiesW","features":[1,13,82]},{"name":"EndDoc","features":[13,82]},{"name":"EndPage","features":[13,82]},{"name":"Escape","features":[13,82]},{"name":"ExtEscape","features":[13,82]},{"name":"IXpsDocumentPackageTarget","features":[82]},{"name":"IXpsDocumentPackageTarget3D","features":[82]},{"name":"IXpsOMBrush","features":[82]},{"name":"IXpsOMCanvas","features":[82]},{"name":"IXpsOMColorProfileResource","features":[82]},{"name":"IXpsOMColorProfileResourceCollection","features":[82]},{"name":"IXpsOMCoreProperties","features":[82]},{"name":"IXpsOMDashCollection","features":[82]},{"name":"IXpsOMDictionary","features":[82]},{"name":"IXpsOMDocument","features":[82]},{"name":"IXpsOMDocumentCollection","features":[82]},{"name":"IXpsOMDocumentSequence","features":[82]},{"name":"IXpsOMDocumentStructureResource","features":[82]},{"name":"IXpsOMFontResource","features":[82]},{"name":"IXpsOMFontResourceCollection","features":[82]},{"name":"IXpsOMGeometry","features":[82]},{"name":"IXpsOMGeometryFigure","features":[82]},{"name":"IXpsOMGeometryFigureCollection","features":[82]},{"name":"IXpsOMGlyphs","features":[82]},{"name":"IXpsOMGlyphsEditor","features":[82]},{"name":"IXpsOMGradientBrush","features":[82]},{"name":"IXpsOMGradientStop","features":[82]},{"name":"IXpsOMGradientStopCollection","features":[82]},{"name":"IXpsOMImageBrush","features":[82]},{"name":"IXpsOMImageResource","features":[82]},{"name":"IXpsOMImageResourceCollection","features":[82]},{"name":"IXpsOMLinearGradientBrush","features":[82]},{"name":"IXpsOMMatrixTransform","features":[82]},{"name":"IXpsOMNameCollection","features":[82]},{"name":"IXpsOMObjectFactory","features":[82]},{"name":"IXpsOMObjectFactory1","features":[82]},{"name":"IXpsOMPackage","features":[82]},{"name":"IXpsOMPackage1","features":[82]},{"name":"IXpsOMPackageTarget","features":[82]},{"name":"IXpsOMPackageWriter","features":[82]},{"name":"IXpsOMPackageWriter3D","features":[82]},{"name":"IXpsOMPage","features":[82]},{"name":"IXpsOMPage1","features":[82]},{"name":"IXpsOMPageReference","features":[82]},{"name":"IXpsOMPageReferenceCollection","features":[82]},{"name":"IXpsOMPart","features":[82]},{"name":"IXpsOMPartResources","features":[82]},{"name":"IXpsOMPartUriCollection","features":[82]},{"name":"IXpsOMPath","features":[82]},{"name":"IXpsOMPrintTicketResource","features":[82]},{"name":"IXpsOMRadialGradientBrush","features":[82]},{"name":"IXpsOMRemoteDictionaryResource","features":[82]},{"name":"IXpsOMRemoteDictionaryResource1","features":[82]},{"name":"IXpsOMRemoteDictionaryResourceCollection","features":[82]},{"name":"IXpsOMResource","features":[82]},{"name":"IXpsOMShareable","features":[82]},{"name":"IXpsOMSignatureBlockResource","features":[82]},{"name":"IXpsOMSignatureBlockResourceCollection","features":[82]},{"name":"IXpsOMSolidColorBrush","features":[82]},{"name":"IXpsOMStoryFragmentsResource","features":[82]},{"name":"IXpsOMThumbnailGenerator","features":[82]},{"name":"IXpsOMTileBrush","features":[82]},{"name":"IXpsOMVisual","features":[82]},{"name":"IXpsOMVisualBrush","features":[82]},{"name":"IXpsOMVisualCollection","features":[82]},{"name":"IXpsSignature","features":[82]},{"name":"IXpsSignatureBlock","features":[82]},{"name":"IXpsSignatureBlockCollection","features":[82]},{"name":"IXpsSignatureCollection","features":[82]},{"name":"IXpsSignatureManager","features":[82]},{"name":"IXpsSignatureRequest","features":[82]},{"name":"IXpsSignatureRequestCollection","features":[82]},{"name":"IXpsSigningOptions","features":[82]},{"name":"PRINTER_DEVICE_CAPABILITIES","features":[82]},{"name":"PRINT_WINDOW_FLAGS","features":[82]},{"name":"PSFEATURE_CUSTPAPER","features":[82]},{"name":"PSFEATURE_OUTPUT","features":[1,82]},{"name":"PSINJECTDATA","features":[82]},{"name":"PSINJECT_BEGINDEFAULTS","features":[82]},{"name":"PSINJECT_BEGINPAGESETUP","features":[82]},{"name":"PSINJECT_BEGINPROLOG","features":[82]},{"name":"PSINJECT_BEGINSETUP","features":[82]},{"name":"PSINJECT_BEGINSTREAM","features":[82]},{"name":"PSINJECT_BOUNDINGBOX","features":[82]},{"name":"PSINJECT_COMMENTS","features":[82]},{"name":"PSINJECT_DOCNEEDEDRES","features":[82]},{"name":"PSINJECT_DOCSUPPLIEDRES","features":[82]},{"name":"PSINJECT_DOCUMENTPROCESSCOLORS","features":[82]},{"name":"PSINJECT_DOCUMENTPROCESSCOLORSATEND","features":[82]},{"name":"PSINJECT_ENDDEFAULTS","features":[82]},{"name":"PSINJECT_ENDPAGECOMMENTS","features":[82]},{"name":"PSINJECT_ENDPAGESETUP","features":[82]},{"name":"PSINJECT_ENDPROLOG","features":[82]},{"name":"PSINJECT_ENDSETUP","features":[82]},{"name":"PSINJECT_ENDSTREAM","features":[82]},{"name":"PSINJECT_EOF","features":[82]},{"name":"PSINJECT_ORIENTATION","features":[82]},{"name":"PSINJECT_PAGEBBOX","features":[82]},{"name":"PSINJECT_PAGENUMBER","features":[82]},{"name":"PSINJECT_PAGEORDER","features":[82]},{"name":"PSINJECT_PAGES","features":[82]},{"name":"PSINJECT_PAGESATEND","features":[82]},{"name":"PSINJECT_PAGETRAILER","features":[82]},{"name":"PSINJECT_PLATECOLOR","features":[82]},{"name":"PSINJECT_POINT","features":[82]},{"name":"PSINJECT_PSADOBE","features":[82]},{"name":"PSINJECT_SHOWPAGE","features":[82]},{"name":"PSINJECT_TRAILER","features":[82]},{"name":"PSINJECT_VMRESTORE","features":[82]},{"name":"PSINJECT_VMSAVE","features":[82]},{"name":"PW_CLIENTONLY","features":[82]},{"name":"PrintWindow","features":[1,13,82]},{"name":"SetAbortProc","features":[1,13,82]},{"name":"StartDocA","features":[13,82]},{"name":"StartDocW","features":[13,82]},{"name":"StartPage","features":[13,82]},{"name":"XPS_COLOR","features":[82]},{"name":"XPS_COLOR_INTERPOLATION","features":[82]},{"name":"XPS_COLOR_INTERPOLATION_SCRGBLINEAR","features":[82]},{"name":"XPS_COLOR_INTERPOLATION_SRGBLINEAR","features":[82]},{"name":"XPS_COLOR_TYPE","features":[82]},{"name":"XPS_COLOR_TYPE_CONTEXT","features":[82]},{"name":"XPS_COLOR_TYPE_SCRGB","features":[82]},{"name":"XPS_COLOR_TYPE_SRGB","features":[82]},{"name":"XPS_DASH","features":[82]},{"name":"XPS_DASH_CAP","features":[82]},{"name":"XPS_DASH_CAP_FLAT","features":[82]},{"name":"XPS_DASH_CAP_ROUND","features":[82]},{"name":"XPS_DASH_CAP_SQUARE","features":[82]},{"name":"XPS_DASH_CAP_TRIANGLE","features":[82]},{"name":"XPS_DOCUMENT_TYPE","features":[82]},{"name":"XPS_DOCUMENT_TYPE_OPENXPS","features":[82]},{"name":"XPS_DOCUMENT_TYPE_UNSPECIFIED","features":[82]},{"name":"XPS_DOCUMENT_TYPE_XPS","features":[82]},{"name":"XPS_E_ABSOLUTE_REFERENCE","features":[82]},{"name":"XPS_E_ALREADY_OWNED","features":[82]},{"name":"XPS_E_BLEED_BOX_PAGE_DIMENSIONS_NOT_IN_SYNC","features":[82]},{"name":"XPS_E_BOTH_PATHFIGURE_AND_ABBR_SYNTAX_PRESENT","features":[82]},{"name":"XPS_E_BOTH_RESOURCE_AND_SOURCEATTR_PRESENT","features":[82]},{"name":"XPS_E_CARET_OUTSIDE_STRING","features":[82]},{"name":"XPS_E_CARET_OUT_OF_ORDER","features":[82]},{"name":"XPS_E_COLOR_COMPONENT_OUT_OF_RANGE","features":[82]},{"name":"XPS_E_DICTIONARY_ITEM_NAMED","features":[82]},{"name":"XPS_E_DUPLICATE_NAMES","features":[82]},{"name":"XPS_E_DUPLICATE_RESOURCE_KEYS","features":[82]},{"name":"XPS_E_INDEX_OUT_OF_RANGE","features":[82]},{"name":"XPS_E_INVALID_BLEED_BOX","features":[82]},{"name":"XPS_E_INVALID_CONTENT_BOX","features":[82]},{"name":"XPS_E_INVALID_CONTENT_TYPE","features":[82]},{"name":"XPS_E_INVALID_FLOAT","features":[82]},{"name":"XPS_E_INVALID_FONT_URI","features":[82]},{"name":"XPS_E_INVALID_LANGUAGE","features":[82]},{"name":"XPS_E_INVALID_LOOKUP_TYPE","features":[82]},{"name":"XPS_E_INVALID_MARKUP","features":[82]},{"name":"XPS_E_INVALID_NAME","features":[82]},{"name":"XPS_E_INVALID_NUMBER_OF_COLOR_CHANNELS","features":[82]},{"name":"XPS_E_INVALID_NUMBER_OF_POINTS_IN_CURVE_SEGMENTS","features":[82]},{"name":"XPS_E_INVALID_OBFUSCATED_FONT_URI","features":[82]},{"name":"XPS_E_INVALID_PAGE_SIZE","features":[82]},{"name":"XPS_E_INVALID_RESOURCE_KEY","features":[82]},{"name":"XPS_E_INVALID_SIGNATUREBLOCK_MARKUP","features":[82]},{"name":"XPS_E_INVALID_THUMBNAIL_IMAGE_TYPE","features":[82]},{"name":"XPS_E_INVALID_XML_ENCODING","features":[82]},{"name":"XPS_E_MAPPING_OUTSIDE_INDICES","features":[82]},{"name":"XPS_E_MAPPING_OUTSIDE_STRING","features":[82]},{"name":"XPS_E_MAPPING_OUT_OF_ORDER","features":[82]},{"name":"XPS_E_MARKUP_COMPATIBILITY_ELEMENTS","features":[82]},{"name":"XPS_E_MISSING_COLORPROFILE","features":[82]},{"name":"XPS_E_MISSING_DISCARDCONTROL","features":[82]},{"name":"XPS_E_MISSING_DOCUMENT","features":[82]},{"name":"XPS_E_MISSING_DOCUMENTSEQUENCE_RELATIONSHIP","features":[82]},{"name":"XPS_E_MISSING_FONTURI","features":[82]},{"name":"XPS_E_MISSING_GLYPHS","features":[82]},{"name":"XPS_E_MISSING_IMAGE_IN_IMAGEBRUSH","features":[82]},{"name":"XPS_E_MISSING_LOOKUP","features":[82]},{"name":"XPS_E_MISSING_NAME","features":[82]},{"name":"XPS_E_MISSING_PAGE_IN_DOCUMENT","features":[82]},{"name":"XPS_E_MISSING_PAGE_IN_PAGEREFERENCE","features":[82]},{"name":"XPS_E_MISSING_PART_REFERENCE","features":[82]},{"name":"XPS_E_MISSING_PART_STREAM","features":[82]},{"name":"XPS_E_MISSING_REFERRED_DOCUMENT","features":[82]},{"name":"XPS_E_MISSING_REFERRED_PAGE","features":[82]},{"name":"XPS_E_MISSING_RELATIONSHIP_TARGET","features":[82]},{"name":"XPS_E_MISSING_RESOURCE_KEY","features":[82]},{"name":"XPS_E_MISSING_RESOURCE_RELATIONSHIP","features":[82]},{"name":"XPS_E_MISSING_RESTRICTED_FONT_RELATIONSHIP","features":[82]},{"name":"XPS_E_MISSING_SEGMENT_DATA","features":[82]},{"name":"XPS_E_MULTIPLE_DOCUMENTSEQUENCE_RELATIONSHIPS","features":[82]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_DOCUMENT","features":[82]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_DOCUMENTSEQUENCE","features":[82]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_PAGE","features":[82]},{"name":"XPS_E_MULTIPLE_REFERENCES_TO_PART","features":[82]},{"name":"XPS_E_MULTIPLE_RESOURCES","features":[82]},{"name":"XPS_E_MULTIPLE_THUMBNAILS_ON_PACKAGE","features":[82]},{"name":"XPS_E_MULTIPLE_THUMBNAILS_ON_PAGE","features":[82]},{"name":"XPS_E_NEGATIVE_FLOAT","features":[82]},{"name":"XPS_E_NESTED_REMOTE_DICTIONARY","features":[82]},{"name":"XPS_E_NOT_ENOUGH_GRADIENT_STOPS","features":[82]},{"name":"XPS_E_NO_CUSTOM_OBJECTS","features":[82]},{"name":"XPS_E_OBJECT_DETACHED","features":[82]},{"name":"XPS_E_ODD_BIDILEVEL","features":[82]},{"name":"XPS_E_ONE_TO_ONE_MAPPING_EXPECTED","features":[82]},{"name":"XPS_E_PACKAGE_ALREADY_OPENED","features":[82]},{"name":"XPS_E_PACKAGE_NOT_OPENED","features":[82]},{"name":"XPS_E_PACKAGE_WRITER_NOT_CLOSED","features":[82]},{"name":"XPS_E_RELATIONSHIP_EXTERNAL","features":[82]},{"name":"XPS_E_RESOURCE_NOT_OWNED","features":[82]},{"name":"XPS_E_RESTRICTED_FONT_NOT_OBFUSCATED","features":[82]},{"name":"XPS_E_SIGNATUREID_DUP","features":[82]},{"name":"XPS_E_SIGREQUESTID_DUP","features":[82]},{"name":"XPS_E_STRING_TOO_LONG","features":[82]},{"name":"XPS_E_TOO_MANY_INDICES","features":[82]},{"name":"XPS_E_UNAVAILABLE_PACKAGE","features":[82]},{"name":"XPS_E_UNEXPECTED_COLORPROFILE","features":[82]},{"name":"XPS_E_UNEXPECTED_CONTENT_TYPE","features":[82]},{"name":"XPS_E_UNEXPECTED_RELATIONSHIP_TYPE","features":[82]},{"name":"XPS_E_UNEXPECTED_RESTRICTED_FONT_RELATIONSHIP","features":[82]},{"name":"XPS_E_VISUAL_CIRCULAR_REF","features":[82]},{"name":"XPS_E_XKEY_ATTR_PRESENT_OUTSIDE_RES_DICT","features":[82]},{"name":"XPS_FILL_RULE","features":[82]},{"name":"XPS_FILL_RULE_EVENODD","features":[82]},{"name":"XPS_FILL_RULE_NONZERO","features":[82]},{"name":"XPS_FONT_EMBEDDING","features":[82]},{"name":"XPS_FONT_EMBEDDING_NORMAL","features":[82]},{"name":"XPS_FONT_EMBEDDING_OBFUSCATED","features":[82]},{"name":"XPS_FONT_EMBEDDING_RESTRICTED","features":[82]},{"name":"XPS_FONT_EMBEDDING_RESTRICTED_UNOBFUSCATED","features":[82]},{"name":"XPS_GLYPH_INDEX","features":[82]},{"name":"XPS_GLYPH_MAPPING","features":[82]},{"name":"XPS_IMAGE_TYPE","features":[82]},{"name":"XPS_IMAGE_TYPE_JPEG","features":[82]},{"name":"XPS_IMAGE_TYPE_JXR","features":[82]},{"name":"XPS_IMAGE_TYPE_PNG","features":[82]},{"name":"XPS_IMAGE_TYPE_TIFF","features":[82]},{"name":"XPS_IMAGE_TYPE_WDP","features":[82]},{"name":"XPS_INTERLEAVING","features":[82]},{"name":"XPS_INTERLEAVING_OFF","features":[82]},{"name":"XPS_INTERLEAVING_ON","features":[82]},{"name":"XPS_LINE_CAP","features":[82]},{"name":"XPS_LINE_CAP_FLAT","features":[82]},{"name":"XPS_LINE_CAP_ROUND","features":[82]},{"name":"XPS_LINE_CAP_SQUARE","features":[82]},{"name":"XPS_LINE_CAP_TRIANGLE","features":[82]},{"name":"XPS_LINE_JOIN","features":[82]},{"name":"XPS_LINE_JOIN_BEVEL","features":[82]},{"name":"XPS_LINE_JOIN_MITER","features":[82]},{"name":"XPS_LINE_JOIN_ROUND","features":[82]},{"name":"XPS_MATRIX","features":[82]},{"name":"XPS_OBJECT_TYPE","features":[82]},{"name":"XPS_OBJECT_TYPE_CANVAS","features":[82]},{"name":"XPS_OBJECT_TYPE_GEOMETRY","features":[82]},{"name":"XPS_OBJECT_TYPE_GLYPHS","features":[82]},{"name":"XPS_OBJECT_TYPE_IMAGE_BRUSH","features":[82]},{"name":"XPS_OBJECT_TYPE_LINEAR_GRADIENT_BRUSH","features":[82]},{"name":"XPS_OBJECT_TYPE_MATRIX_TRANSFORM","features":[82]},{"name":"XPS_OBJECT_TYPE_PATH","features":[82]},{"name":"XPS_OBJECT_TYPE_RADIAL_GRADIENT_BRUSH","features":[82]},{"name":"XPS_OBJECT_TYPE_SOLID_COLOR_BRUSH","features":[82]},{"name":"XPS_OBJECT_TYPE_VISUAL_BRUSH","features":[82]},{"name":"XPS_POINT","features":[82]},{"name":"XPS_RECT","features":[82]},{"name":"XPS_SEGMENT_STROKE_PATTERN","features":[82]},{"name":"XPS_SEGMENT_STROKE_PATTERN_ALL","features":[82]},{"name":"XPS_SEGMENT_STROKE_PATTERN_MIXED","features":[82]},{"name":"XPS_SEGMENT_STROKE_PATTERN_NONE","features":[82]},{"name":"XPS_SEGMENT_TYPE","features":[82]},{"name":"XPS_SEGMENT_TYPE_ARC_LARGE_CLOCKWISE","features":[82]},{"name":"XPS_SEGMENT_TYPE_ARC_LARGE_COUNTERCLOCKWISE","features":[82]},{"name":"XPS_SEGMENT_TYPE_ARC_SMALL_CLOCKWISE","features":[82]},{"name":"XPS_SEGMENT_TYPE_ARC_SMALL_COUNTERCLOCKWISE","features":[82]},{"name":"XPS_SEGMENT_TYPE_BEZIER","features":[82]},{"name":"XPS_SEGMENT_TYPE_LINE","features":[82]},{"name":"XPS_SEGMENT_TYPE_QUADRATIC_BEZIER","features":[82]},{"name":"XPS_SIGNATURE_STATUS","features":[82]},{"name":"XPS_SIGNATURE_STATUS_BROKEN","features":[82]},{"name":"XPS_SIGNATURE_STATUS_INCOMPLETE","features":[82]},{"name":"XPS_SIGNATURE_STATUS_INCOMPLIANT","features":[82]},{"name":"XPS_SIGNATURE_STATUS_QUESTIONABLE","features":[82]},{"name":"XPS_SIGNATURE_STATUS_VALID","features":[82]},{"name":"XPS_SIGN_FLAGS","features":[82]},{"name":"XPS_SIGN_FLAGS_IGNORE_MARKUP_COMPATIBILITY","features":[82]},{"name":"XPS_SIGN_FLAGS_NONE","features":[82]},{"name":"XPS_SIGN_POLICY","features":[82]},{"name":"XPS_SIGN_POLICY_ALL","features":[82]},{"name":"XPS_SIGN_POLICY_CORE_PROPERTIES","features":[82]},{"name":"XPS_SIGN_POLICY_DISCARD_CONTROL","features":[82]},{"name":"XPS_SIGN_POLICY_NONE","features":[82]},{"name":"XPS_SIGN_POLICY_PRINT_TICKET","features":[82]},{"name":"XPS_SIGN_POLICY_SIGNATURE_RELATIONSHIPS","features":[82]},{"name":"XPS_SIZE","features":[82]},{"name":"XPS_SPREAD_METHOD","features":[82]},{"name":"XPS_SPREAD_METHOD_PAD","features":[82]},{"name":"XPS_SPREAD_METHOD_REFLECT","features":[82]},{"name":"XPS_SPREAD_METHOD_REPEAT","features":[82]},{"name":"XPS_STYLE_SIMULATION","features":[82]},{"name":"XPS_STYLE_SIMULATION_BOLD","features":[82]},{"name":"XPS_STYLE_SIMULATION_BOLDITALIC","features":[82]},{"name":"XPS_STYLE_SIMULATION_ITALIC","features":[82]},{"name":"XPS_STYLE_SIMULATION_NONE","features":[82]},{"name":"XPS_THUMBNAIL_SIZE","features":[82]},{"name":"XPS_THUMBNAIL_SIZE_LARGE","features":[82]},{"name":"XPS_THUMBNAIL_SIZE_MEDIUM","features":[82]},{"name":"XPS_THUMBNAIL_SIZE_SMALL","features":[82]},{"name":"XPS_THUMBNAIL_SIZE_VERYSMALL","features":[82]},{"name":"XPS_TILE_MODE","features":[82]},{"name":"XPS_TILE_MODE_FLIPX","features":[82]},{"name":"XPS_TILE_MODE_FLIPXY","features":[82]},{"name":"XPS_TILE_MODE_FLIPY","features":[82]},{"name":"XPS_TILE_MODE_NONE","features":[82]},{"name":"XPS_TILE_MODE_TILE","features":[82]},{"name":"XpsOMObjectFactory","features":[82]},{"name":"XpsOMThumbnailGenerator","features":[82]},{"name":"XpsSignatureManager","features":[82]}],"537":[{"name":"ADRENTRY","features":[1,150,43]},{"name":"ADRLIST","features":[1,150,43]},{"name":"ADRPARM","features":[1,150,43]},{"name":"BuildDisplayTable","features":[1,150]},{"name":"CALLERRELEASE","features":[150]},{"name":"ChangeIdleRoutine","features":[1,150]},{"name":"CreateIProp","features":[150]},{"name":"CreateTable","features":[150]},{"name":"DTBLBUTTON","features":[150]},{"name":"DTBLCHECKBOX","features":[150]},{"name":"DTBLCOMBOBOX","features":[150]},{"name":"DTBLDDLBX","features":[150]},{"name":"DTBLEDIT","features":[150]},{"name":"DTBLGROUPBOX","features":[150]},{"name":"DTBLLABEL","features":[150]},{"name":"DTBLLBX","features":[150]},{"name":"DTBLMVDDLBX","features":[150]},{"name":"DTBLMVLISTBOX","features":[150]},{"name":"DTBLPAGE","features":[150]},{"name":"DTBLRADIOBUTTON","features":[150]},{"name":"DTCTL","features":[150]},{"name":"DTPAGE","features":[150]},{"name":"DeinitMapiUtil","features":[150]},{"name":"DeregisterIdleRoutine","features":[150]},{"name":"ENTRYID","features":[150]},{"name":"ERROR_NOTIFICATION","features":[150]},{"name":"EXTENDED_NOTIFICATION","features":[150]},{"name":"E_IMAPI_BURN_VERIFICATION_FAILED","features":[150]},{"name":"E_IMAPI_DF2DATA_CLIENT_NAME_IS_NOT_VALID","features":[150]},{"name":"E_IMAPI_DF2DATA_INVALID_MEDIA_STATE","features":[150]},{"name":"E_IMAPI_DF2DATA_MEDIA_IS_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_DF2DATA_MEDIA_NOT_BLANK","features":[150]},{"name":"E_IMAPI_DF2DATA_RECORDER_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_DF2DATA_STREAM_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_DF2DATA_STREAM_TOO_LARGE_FOR_CURRENT_MEDIA","features":[150]},{"name":"E_IMAPI_DF2DATA_WRITE_IN_PROGRESS","features":[150]},{"name":"E_IMAPI_DF2DATA_WRITE_NOT_IN_PROGRESS","features":[150]},{"name":"E_IMAPI_DF2RAW_CLIENT_NAME_IS_NOT_VALID","features":[150]},{"name":"E_IMAPI_DF2RAW_DATA_BLOCK_TYPE_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_BLANK","features":[150]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_PREPARED","features":[150]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_PREPARED","features":[150]},{"name":"E_IMAPI_DF2RAW_NOT_ENOUGH_SPACE","features":[150]},{"name":"E_IMAPI_DF2RAW_NO_RECORDER_SPECIFIED","features":[150]},{"name":"E_IMAPI_DF2RAW_RECORDER_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_DF2RAW_STREAM_LEADIN_TOO_SHORT","features":[150]},{"name":"E_IMAPI_DF2RAW_STREAM_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_DF2RAW_WRITE_IN_PROGRESS","features":[150]},{"name":"E_IMAPI_DF2RAW_WRITE_NOT_IN_PROGRESS","features":[150]},{"name":"E_IMAPI_DF2TAO_CLIENT_NAME_IS_NOT_VALID","features":[150]},{"name":"E_IMAPI_DF2TAO_INVALID_ISRC","features":[150]},{"name":"E_IMAPI_DF2TAO_INVALID_MCN","features":[150]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_BLANK","features":[150]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_PREPARED","features":[150]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_PREPARED","features":[150]},{"name":"E_IMAPI_DF2TAO_NOT_ENOUGH_SPACE","features":[150]},{"name":"E_IMAPI_DF2TAO_NO_RECORDER_SPECIFIED","features":[150]},{"name":"E_IMAPI_DF2TAO_PROPERTY_FOR_BLANK_MEDIA_ONLY","features":[150]},{"name":"E_IMAPI_DF2TAO_RECORDER_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_DF2TAO_STREAM_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_DF2TAO_TABLE_OF_CONTENTS_EMPTY_DISC","features":[150]},{"name":"E_IMAPI_DF2TAO_TRACK_LIMIT_REACHED","features":[150]},{"name":"E_IMAPI_DF2TAO_WRITE_IN_PROGRESS","features":[150]},{"name":"E_IMAPI_DF2TAO_WRITE_NOT_IN_PROGRESS","features":[150]},{"name":"E_IMAPI_ERASE_CLIENT_NAME_IS_NOT_VALID","features":[150]},{"name":"E_IMAPI_ERASE_DISC_INFORMATION_TOO_SMALL","features":[150]},{"name":"E_IMAPI_ERASE_DRIVE_FAILED_ERASE_COMMAND","features":[150]},{"name":"E_IMAPI_ERASE_DRIVE_FAILED_SPINUP_COMMAND","features":[150]},{"name":"E_IMAPI_ERASE_MEDIA_IS_NOT_ERASABLE","features":[150]},{"name":"E_IMAPI_ERASE_MEDIA_IS_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_ERASE_MODE_PAGE_2A_TOO_SMALL","features":[150]},{"name":"E_IMAPI_ERASE_ONLY_ONE_RECORDER_SUPPORTED","features":[150]},{"name":"E_IMAPI_ERASE_RECORDER_IN_USE","features":[150]},{"name":"E_IMAPI_ERASE_RECORDER_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_ERASE_TOOK_LONGER_THAN_ONE_HOUR","features":[150]},{"name":"E_IMAPI_ERASE_UNEXPECTED_DRIVE_RESPONSE_DURING_ERASE","features":[150]},{"name":"E_IMAPI_LOSS_OF_STREAMING","features":[150]},{"name":"E_IMAPI_RAW_IMAGE_INSUFFICIENT_SPACE","features":[150]},{"name":"E_IMAPI_RAW_IMAGE_IS_READ_ONLY","features":[150]},{"name":"E_IMAPI_RAW_IMAGE_NO_TRACKS","features":[150]},{"name":"E_IMAPI_RAW_IMAGE_SECTOR_TYPE_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_RAW_IMAGE_TOO_MANY_TRACKS","features":[150]},{"name":"E_IMAPI_RAW_IMAGE_TOO_MANY_TRACK_INDEXES","features":[150]},{"name":"E_IMAPI_RAW_IMAGE_TRACKS_ALREADY_ADDED","features":[150]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_NOT_FOUND","features":[150]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_OFFSET_ZERO_CANNOT_BE_CLEARED","features":[150]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_TOO_CLOSE_TO_OTHER_INDEX","features":[150]},{"name":"E_IMAPI_RECORDER_CLIENT_NAME_IS_NOT_VALID","features":[150]},{"name":"E_IMAPI_RECORDER_COMMAND_TIMEOUT","features":[150]},{"name":"E_IMAPI_RECORDER_DVD_STRUCTURE_NOT_PRESENT","features":[150]},{"name":"E_IMAPI_RECORDER_FEATURE_IS_NOT_CURRENT","features":[150]},{"name":"E_IMAPI_RECORDER_GET_CONFIGURATION_NOT_SUPPORTED","features":[150]},{"name":"E_IMAPI_RECORDER_INVALID_MODE_PARAMETERS","features":[150]},{"name":"E_IMAPI_RECORDER_INVALID_RESPONSE_FROM_DEVICE","features":[150]},{"name":"E_IMAPI_RECORDER_LOCKED","features":[150]},{"name":"E_IMAPI_RECORDER_MEDIA_BECOMING_READY","features":[150]},{"name":"E_IMAPI_RECORDER_MEDIA_BUSY","features":[150]},{"name":"E_IMAPI_RECORDER_MEDIA_FORMAT_IN_PROGRESS","features":[150]},{"name":"E_IMAPI_RECORDER_MEDIA_INCOMPATIBLE","features":[150]},{"name":"E_IMAPI_RECORDER_MEDIA_NOT_FORMATTED","features":[150]},{"name":"E_IMAPI_RECORDER_MEDIA_NO_MEDIA","features":[150]},{"name":"E_IMAPI_RECORDER_MEDIA_SPEED_MISMATCH","features":[150]},{"name":"E_IMAPI_RECORDER_MEDIA_UPSIDE_DOWN","features":[150]},{"name":"E_IMAPI_RECORDER_MEDIA_WRITE_PROTECTED","features":[150]},{"name":"E_IMAPI_RECORDER_NO_SUCH_FEATURE","features":[150]},{"name":"E_IMAPI_RECORDER_NO_SUCH_MODE_PAGE","features":[150]},{"name":"E_IMAPI_RECORDER_REQUIRED","features":[150]},{"name":"E_IMAPI_REQUEST_CANCELLED","features":[150]},{"name":"E_IMAPI_UNEXPECTED_RESPONSE_FROM_DEVICE","features":[150]},{"name":"EnableIdleRoutine","features":[1,150]},{"name":"FACILITY_IMAPI2","features":[150]},{"name":"FEqualNames","features":[1,150]},{"name":"FLATENTRY","features":[150]},{"name":"FLATENTRYLIST","features":[150]},{"name":"FLATMTSIDLIST","features":[150]},{"name":"FPropCompareProp","features":[1,150,43]},{"name":"FPropContainsProp","features":[1,150,43]},{"name":"FPropExists","features":[1,150]},{"name":"FlagList","features":[150]},{"name":"FreePadrlist","features":[1,150,43]},{"name":"FreeProws","features":[1,150,43]},{"name":"FtAddFt","features":[1,150]},{"name":"FtMulDw","features":[1,150]},{"name":"FtMulDwDw","features":[1,150]},{"name":"FtNegFt","features":[1,150]},{"name":"FtSubFt","features":[1,150]},{"name":"FtgRegisterIdleRoutine","features":[1,150]},{"name":"Gender","features":[150]},{"name":"HrAddColumns","features":[150]},{"name":"HrAddColumnsEx","features":[150]},{"name":"HrAllocAdviseSink","features":[1,150,43]},{"name":"HrDispatchNotifications","features":[150]},{"name":"HrGetOneProp","features":[1,150,43]},{"name":"HrIStorageFromStream","features":[150]},{"name":"HrQueryAllRows","features":[1,150,43]},{"name":"HrSetOneProp","features":[1,150,43]},{"name":"HrThisThreadAdviseSink","features":[150]},{"name":"IABContainer","features":[150]},{"name":"IAddrBook","features":[150]},{"name":"IAttach","features":[150]},{"name":"IDistList","features":[150]},{"name":"IMAPIAdviseSink","features":[150]},{"name":"IMAPIContainer","features":[150]},{"name":"IMAPIControl","features":[150]},{"name":"IMAPIFolder","features":[150]},{"name":"IMAPIProgress","features":[150]},{"name":"IMAPIProp","features":[150]},{"name":"IMAPIStatus","features":[150]},{"name":"IMAPITable","features":[150]},{"name":"IMAPI_E_BAD_MULTISESSION_PARAMETER","features":[150]},{"name":"IMAPI_E_BOOT_EMULATION_IMAGE_SIZE_MISMATCH","features":[150]},{"name":"IMAPI_E_BOOT_IMAGE_DATA","features":[150]},{"name":"IMAPI_E_BOOT_OBJECT_CONFLICT","features":[150]},{"name":"IMAPI_E_DATA_STREAM_CREATE_FAILURE","features":[150]},{"name":"IMAPI_E_DATA_STREAM_INCONSISTENCY","features":[150]},{"name":"IMAPI_E_DATA_STREAM_READ_FAILURE","features":[150]},{"name":"IMAPI_E_DATA_TOO_BIG","features":[150]},{"name":"IMAPI_E_DIRECTORY_READ_FAILURE","features":[150]},{"name":"IMAPI_E_DIR_NOT_EMPTY","features":[150]},{"name":"IMAPI_E_DIR_NOT_FOUND","features":[150]},{"name":"IMAPI_E_DISC_MISMATCH","features":[150]},{"name":"IMAPI_E_DUP_NAME","features":[150]},{"name":"IMAPI_E_EMPTY_DISC","features":[150]},{"name":"IMAPI_E_FILE_NOT_FOUND","features":[150]},{"name":"IMAPI_E_FILE_SYSTEM_CHANGE_NOT_ALLOWED","features":[150]},{"name":"IMAPI_E_FILE_SYSTEM_FEATURE_NOT_SUPPORTED","features":[150]},{"name":"IMAPI_E_FILE_SYSTEM_NOT_EMPTY","features":[150]},{"name":"IMAPI_E_FILE_SYSTEM_NOT_FOUND","features":[150]},{"name":"IMAPI_E_FILE_SYSTEM_READ_CONSISTENCY_ERROR","features":[150]},{"name":"IMAPI_E_FSI_INTERNAL_ERROR","features":[150]},{"name":"IMAPI_E_IMAGEMANAGER_IMAGE_NOT_ALIGNED","features":[150]},{"name":"IMAPI_E_IMAGEMANAGER_IMAGE_TOO_BIG","features":[150]},{"name":"IMAPI_E_IMAGEMANAGER_NO_IMAGE","features":[150]},{"name":"IMAPI_E_IMAGEMANAGER_NO_VALID_VD_FOUND","features":[150]},{"name":"IMAPI_E_IMAGE_SIZE_LIMIT","features":[150]},{"name":"IMAPI_E_IMAGE_TOO_BIG","features":[150]},{"name":"IMAPI_E_IMPORT_MEDIA_NOT_ALLOWED","features":[150]},{"name":"IMAPI_E_IMPORT_READ_FAILURE","features":[150]},{"name":"IMAPI_E_IMPORT_SEEK_FAILURE","features":[150]},{"name":"IMAPI_E_IMPORT_TYPE_COLLISION_DIRECTORY_EXISTS_AS_FILE","features":[150]},{"name":"IMAPI_E_IMPORT_TYPE_COLLISION_FILE_EXISTS_AS_DIRECTORY","features":[150]},{"name":"IMAPI_E_INCOMPATIBLE_MULTISESSION_TYPE","features":[150]},{"name":"IMAPI_E_INCOMPATIBLE_PREVIOUS_SESSION","features":[150]},{"name":"IMAPI_E_INVALID_DATE","features":[150]},{"name":"IMAPI_E_INVALID_PARAM","features":[150]},{"name":"IMAPI_E_INVALID_PATH","features":[150]},{"name":"IMAPI_E_INVALID_VOLUME_NAME","features":[150]},{"name":"IMAPI_E_INVALID_WORKING_DIRECTORY","features":[150]},{"name":"IMAPI_E_ISO9660_LEVELS","features":[150]},{"name":"IMAPI_E_ITEM_NOT_FOUND","features":[150]},{"name":"IMAPI_E_MULTISESSION_NOT_SET","features":[150]},{"name":"IMAPI_E_NOT_DIR","features":[150]},{"name":"IMAPI_E_NOT_FILE","features":[150]},{"name":"IMAPI_E_NOT_IN_FILE_SYSTEM","features":[150]},{"name":"IMAPI_E_NO_COMPATIBLE_MULTISESSION_TYPE","features":[150]},{"name":"IMAPI_E_NO_OUTPUT","features":[150]},{"name":"IMAPI_E_NO_SUPPORTED_FILE_SYSTEM","features":[150]},{"name":"IMAPI_E_NO_UNIQUE_NAME","features":[150]},{"name":"IMAPI_E_PROPERTY_NOT_ACCESSIBLE","features":[150]},{"name":"IMAPI_E_READONLY","features":[150]},{"name":"IMAPI_E_RESTRICTED_NAME_VIOLATION","features":[150]},{"name":"IMAPI_E_STASHFILE_MOVE","features":[150]},{"name":"IMAPI_E_STASHFILE_OPEN_FAILURE","features":[150]},{"name":"IMAPI_E_STASHFILE_READ_FAILURE","features":[150]},{"name":"IMAPI_E_STASHFILE_SEEK_FAILURE","features":[150]},{"name":"IMAPI_E_STASHFILE_WRITE_FAILURE","features":[150]},{"name":"IMAPI_E_TOO_MANY_DIRS","features":[150]},{"name":"IMAPI_E_UDF_NOT_WRITE_COMPATIBLE","features":[150]},{"name":"IMAPI_E_UDF_REVISION_CHANGE_NOT_ALLOWED","features":[150]},{"name":"IMAPI_E_WORKING_DIRECTORY_SPACE","features":[150]},{"name":"IMAPI_S_IMAGE_FEATURE_NOT_SUPPORTED","features":[150]},{"name":"IMailUser","features":[150]},{"name":"IMessage","features":[150]},{"name":"IMsgStore","features":[150]},{"name":"IProfSect","features":[150]},{"name":"IPropData","features":[150]},{"name":"IProviderAdmin","features":[150]},{"name":"ITableData","features":[150]},{"name":"IWABExtInit","features":[150]},{"name":"IWABObject","features":[150]},{"name":"LPALLOCATEBUFFER","features":[150]},{"name":"LPALLOCATEMORE","features":[150]},{"name":"LPCREATECONVERSATIONINDEX","features":[150]},{"name":"LPDISPATCHNOTIFICATIONS","features":[150]},{"name":"LPFNABSDI","features":[1,150]},{"name":"LPFNBUTTON","features":[150]},{"name":"LPFNDISMISS","features":[150]},{"name":"LPFREEBUFFER","features":[150]},{"name":"LPNOTIFCALLBACK","features":[1,150,43]},{"name":"LPOPENSTREAMONFILE","features":[150]},{"name":"LPWABACTIONITEM","features":[150]},{"name":"LPWABALLOCATEBUFFER","features":[150]},{"name":"LPWABALLOCATEMORE","features":[150]},{"name":"LPWABFREEBUFFER","features":[150]},{"name":"LPWABOPEN","features":[1,150]},{"name":"LPWABOPENEX","features":[1,150]},{"name":"LPropCompareProp","features":[1,150,43]},{"name":"LpValFindProp","features":[1,150,43]},{"name":"MAPIDeinitIdle","features":[150]},{"name":"MAPIERROR","features":[150]},{"name":"MAPIGetDefaultMalloc","features":[150]},{"name":"MAPIInitIdle","features":[150]},{"name":"MAPINAMEID","features":[150]},{"name":"MAPIUID","features":[150]},{"name":"MAPI_COMPOUND","features":[150]},{"name":"MAPI_DIM","features":[150]},{"name":"MAPI_ERROR_VERSION","features":[150]},{"name":"MAPI_E_CALL_FAILED","features":[150]},{"name":"MAPI_E_INTERFACE_NOT_SUPPORTED","features":[150]},{"name":"MAPI_E_INVALID_PARAMETER","features":[150]},{"name":"MAPI_E_NOT_ENOUGH_MEMORY","features":[150]},{"name":"MAPI_E_NO_ACCESS","features":[150]},{"name":"MAPI_NOTRECIP","features":[150]},{"name":"MAPI_NOTRESERVED","features":[150]},{"name":"MAPI_NOW","features":[150]},{"name":"MAPI_ONE_OFF_NO_RICH_INFO","features":[150]},{"name":"MAPI_P1","features":[150]},{"name":"MAPI_SHORTTERM","features":[150]},{"name":"MAPI_SUBMITTED","features":[150]},{"name":"MAPI_THISSESSION","features":[150]},{"name":"MAPI_USE_DEFAULT","features":[150]},{"name":"MNID_ID","features":[150]},{"name":"MNID_STRING","features":[150]},{"name":"MTSID","features":[150]},{"name":"MV_FLAG","features":[150]},{"name":"MV_INSTANCE","features":[150]},{"name":"NEWMAIL_NOTIFICATION","features":[150]},{"name":"NOTIFICATION","features":[1,150,43]},{"name":"NOTIFKEY","features":[150]},{"name":"OBJECT_NOTIFICATION","features":[150]},{"name":"OPENSTREAMONFILE","features":[150]},{"name":"OpenStreamOnFile","features":[150]},{"name":"PFNIDLE","features":[1,150]},{"name":"PRIHIGHEST","features":[150]},{"name":"PRILOWEST","features":[150]},{"name":"PRIUSER","features":[150]},{"name":"PROP_ID_INVALID","features":[150]},{"name":"PROP_ID_NULL","features":[150]},{"name":"PROP_ID_SECURE_MAX","features":[150]},{"name":"PROP_ID_SECURE_MIN","features":[150]},{"name":"PpropFindProp","features":[1,150,43]},{"name":"PropCopyMore","features":[1,150,43]},{"name":"RTFSync","features":[1,150]},{"name":"SAndRestriction","features":[1,150,43]},{"name":"SAppTimeArray","features":[150]},{"name":"SBinary","features":[150]},{"name":"SBinaryArray","features":[150]},{"name":"SBitMaskRestriction","features":[150]},{"name":"SCommentRestriction","features":[1,150,43]},{"name":"SComparePropsRestriction","features":[150]},{"name":"SContentRestriction","features":[1,150,43]},{"name":"SCurrencyArray","features":[150,43]},{"name":"SDateTimeArray","features":[1,150]},{"name":"SDoubleArray","features":[150]},{"name":"SERVICE_UI_ALLOWED","features":[150]},{"name":"SERVICE_UI_ALWAYS","features":[150]},{"name":"SExistRestriction","features":[150]},{"name":"SGuidArray","features":[150]},{"name":"SLPSTRArray","features":[150]},{"name":"SLargeIntegerArray","features":[150]},{"name":"SLongArray","features":[150]},{"name":"SNotRestriction","features":[1,150,43]},{"name":"SOrRestriction","features":[1,150,43]},{"name":"SPropProblem","features":[150]},{"name":"SPropProblemArray","features":[150]},{"name":"SPropTagArray","features":[150]},{"name":"SPropValue","features":[1,150,43]},{"name":"SPropertyRestriction","features":[1,150,43]},{"name":"SRealArray","features":[150]},{"name":"SRestriction","features":[1,150,43]},{"name":"SRow","features":[1,150,43]},{"name":"SRowSet","features":[1,150,43]},{"name":"SShortArray","features":[150]},{"name":"SSizeRestriction","features":[150]},{"name":"SSortOrder","features":[150]},{"name":"SSortOrderSet","features":[150]},{"name":"SSubRestriction","features":[1,150,43]},{"name":"STATUS_OBJECT_NOTIFICATION","features":[1,150,43]},{"name":"SWStringArray","features":[150]},{"name":"S_IMAPI_BOTHADJUSTED","features":[150]},{"name":"S_IMAPI_COMMAND_HAS_SENSE_DATA","features":[150]},{"name":"S_IMAPI_RAW_IMAGE_TRACK_INDEX_ALREADY_EXISTS","features":[150]},{"name":"S_IMAPI_ROTATIONADJUSTED","features":[150]},{"name":"S_IMAPI_SPEEDADJUSTED","features":[150]},{"name":"S_IMAPI_WRITE_NOT_IN_PROGRESS","features":[150]},{"name":"ScCopyNotifications","features":[1,150,43]},{"name":"ScCopyProps","features":[1,150,43]},{"name":"ScCountNotifications","features":[1,150,43]},{"name":"ScCountProps","features":[1,150,43]},{"name":"ScCreateConversationIndex","features":[150]},{"name":"ScDupPropset","features":[1,150,43]},{"name":"ScInitMapiUtil","features":[150]},{"name":"ScLocalPathFromUNC","features":[150]},{"name":"ScRelocNotifications","features":[1,150,43]},{"name":"ScRelocProps","features":[1,150,43]},{"name":"ScUNCFromLocalPath","features":[150]},{"name":"SzFindCh","features":[150]},{"name":"SzFindLastCh","features":[150]},{"name":"SzFindSz","features":[150]},{"name":"TABLE_CHANGED","features":[150]},{"name":"TABLE_ERROR","features":[150]},{"name":"TABLE_NOTIFICATION","features":[1,150,43]},{"name":"TABLE_RELOAD","features":[150]},{"name":"TABLE_RESTRICT_DONE","features":[150]},{"name":"TABLE_ROW_ADDED","features":[150]},{"name":"TABLE_ROW_DELETED","features":[150]},{"name":"TABLE_ROW_MODIFIED","features":[150]},{"name":"TABLE_SETCOL_DONE","features":[150]},{"name":"TABLE_SORT_DONE","features":[150]},{"name":"TAD_ALL_ROWS","features":[150]},{"name":"UFromSz","features":[150]},{"name":"UI_CURRENT_PROVIDER_FIRST","features":[150]},{"name":"UI_SERVICE","features":[150]},{"name":"UlAddRef","features":[150]},{"name":"UlPropSize","features":[1,150,43]},{"name":"UlRelease","features":[150]},{"name":"WABEXTDISPLAY","features":[1,150]},{"name":"WABIMPORTPARAM","features":[1,150]},{"name":"WABOBJECT_LDAPURL_RETURN_MAILUSER","features":[150]},{"name":"WABOBJECT_ME_NEW","features":[150]},{"name":"WABOBJECT_ME_NOCREATE","features":[150]},{"name":"WAB_CONTEXT_ADRLIST","features":[150]},{"name":"WAB_DISPLAY_ISNTDS","features":[150]},{"name":"WAB_DISPLAY_LDAPURL","features":[150]},{"name":"WAB_DLL_NAME","features":[150]},{"name":"WAB_DLL_PATH_KEY","features":[150]},{"name":"WAB_ENABLE_PROFILES","features":[150]},{"name":"WAB_IGNORE_PROFILES","features":[150]},{"name":"WAB_LOCAL_CONTAINERS","features":[150]},{"name":"WAB_PARAM","features":[1,150]},{"name":"WAB_PROFILE_CONTENTS","features":[150]},{"name":"WAB_USE_OE_SENDMAIL","features":[150]},{"name":"WAB_VCARD_FILE","features":[150]},{"name":"WAB_VCARD_STREAM","features":[150]},{"name":"WrapCompressedRTFStream","features":[150]},{"name":"WrapStoreEntryID","features":[150]},{"name":"__UPV","features":[1,150,43]},{"name":"cchProfileNameMax","features":[150]},{"name":"cchProfilePassMax","features":[150]},{"name":"fMapiUnicode","features":[150]},{"name":"genderFemale","features":[150]},{"name":"genderMale","features":[150]},{"name":"genderUnspecified","features":[150]},{"name":"hrSuccess","features":[150]},{"name":"szHrDispatchNotifications","features":[150]},{"name":"szMAPINotificationMsg","features":[150]},{"name":"szScCreateConversationIndex","features":[150]}],"538":[{"name":"AMSI_ATTRIBUTE","features":[159]},{"name":"AMSI_ATTRIBUTE_ALL_ADDRESS","features":[159]},{"name":"AMSI_ATTRIBUTE_ALL_SIZE","features":[159]},{"name":"AMSI_ATTRIBUTE_APP_NAME","features":[159]},{"name":"AMSI_ATTRIBUTE_CONTENT_ADDRESS","features":[159]},{"name":"AMSI_ATTRIBUTE_CONTENT_NAME","features":[159]},{"name":"AMSI_ATTRIBUTE_CONTENT_SIZE","features":[159]},{"name":"AMSI_ATTRIBUTE_QUIET","features":[159]},{"name":"AMSI_ATTRIBUTE_REDIRECT_CHAIN_ADDRESS","features":[159]},{"name":"AMSI_ATTRIBUTE_REDIRECT_CHAIN_SIZE","features":[159]},{"name":"AMSI_ATTRIBUTE_SESSION","features":[159]},{"name":"AMSI_RESULT","features":[159]},{"name":"AMSI_RESULT_BLOCKED_BY_ADMIN_END","features":[159]},{"name":"AMSI_RESULT_BLOCKED_BY_ADMIN_START","features":[159]},{"name":"AMSI_RESULT_CLEAN","features":[159]},{"name":"AMSI_RESULT_DETECTED","features":[159]},{"name":"AMSI_RESULT_NOT_DETECTED","features":[159]},{"name":"AMSI_UAC_MSI_ACTION","features":[159]},{"name":"AMSI_UAC_MSI_ACTION_INSTALL","features":[159]},{"name":"AMSI_UAC_MSI_ACTION_MAINTENANCE","features":[159]},{"name":"AMSI_UAC_MSI_ACTION_MAX","features":[159]},{"name":"AMSI_UAC_MSI_ACTION_UNINSTALL","features":[159]},{"name":"AMSI_UAC_MSI_ACTION_UPDATE","features":[159]},{"name":"AMSI_UAC_REQUEST_AX_INFO","features":[159]},{"name":"AMSI_UAC_REQUEST_COM_INFO","features":[159]},{"name":"AMSI_UAC_REQUEST_CONTEXT","features":[1,159]},{"name":"AMSI_UAC_REQUEST_EXE_INFO","features":[159]},{"name":"AMSI_UAC_REQUEST_MSI_INFO","features":[159]},{"name":"AMSI_UAC_REQUEST_PACKAGED_APP_INFO","features":[159]},{"name":"AMSI_UAC_REQUEST_TYPE","features":[159]},{"name":"AMSI_UAC_REQUEST_TYPE_AX","features":[159]},{"name":"AMSI_UAC_REQUEST_TYPE_COM","features":[159]},{"name":"AMSI_UAC_REQUEST_TYPE_EXE","features":[159]},{"name":"AMSI_UAC_REQUEST_TYPE_MAX","features":[159]},{"name":"AMSI_UAC_REQUEST_TYPE_MSI","features":[159]},{"name":"AMSI_UAC_REQUEST_TYPE_PACKAGED_APP","features":[159]},{"name":"AMSI_UAC_TRUST_STATE","features":[159]},{"name":"AMSI_UAC_TRUST_STATE_BLOCKED","features":[159]},{"name":"AMSI_UAC_TRUST_STATE_MAX","features":[159]},{"name":"AMSI_UAC_TRUST_STATE_TRUSTED","features":[159]},{"name":"AMSI_UAC_TRUST_STATE_UNTRUSTED","features":[159]},{"name":"AmsiCloseSession","features":[159]},{"name":"AmsiInitialize","features":[159]},{"name":"AmsiNotifyOperation","features":[159]},{"name":"AmsiOpenSession","features":[159]},{"name":"AmsiScanBuffer","features":[159]},{"name":"AmsiScanString","features":[159]},{"name":"AmsiUninitialize","features":[159]},{"name":"CAntimalware","features":[159]},{"name":"HAMSICONTEXT","features":[159]},{"name":"HAMSISESSION","features":[159]},{"name":"IAmsiStream","features":[159]},{"name":"IAntimalware","features":[159]},{"name":"IAntimalware2","features":[159]},{"name":"IAntimalwareProvider","features":[159]},{"name":"IAntimalwareProvider2","features":[159]},{"name":"IAntimalwareUacProvider","features":[159]},{"name":"InstallELAMCertificateInfo","features":[1,159]}],"539":[{"name":"ACTCTXA","features":[1,160]},{"name":"ACTCTXW","features":[1,160]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE","features":[160]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MAXVERSIONTESTED","features":[160]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MITIGATION","features":[160]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_OS","features":[160]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_UNKNOWN","features":[160]},{"name":"ACTCTX_REQUESTED_RUN_LEVEL","features":[160]},{"name":"ACTCTX_RUN_LEVEL_AS_INVOKER","features":[160]},{"name":"ACTCTX_RUN_LEVEL_HIGHEST_AVAILABLE","features":[160]},{"name":"ACTCTX_RUN_LEVEL_NUMBERS","features":[160]},{"name":"ACTCTX_RUN_LEVEL_REQUIRE_ADMIN","features":[160]},{"name":"ACTCTX_RUN_LEVEL_UNSPECIFIED","features":[160]},{"name":"ACTCTX_SECTION_KEYED_DATA","features":[1,160,36]},{"name":"ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION","features":[160]},{"name":"ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION","features":[160]},{"name":"ACTIVATION_CONTEXT_DETAILED_INFORMATION","features":[160]},{"name":"ACTIVATION_CONTEXT_QUERY_INDEX","features":[160]},{"name":"ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION","features":[160]},{"name":"ADVERTISEFLAGS","features":[160]},{"name":"ADVERTISEFLAGS_MACHINEASSIGN","features":[160]},{"name":"ADVERTISEFLAGS_USERASSIGN","features":[160]},{"name":"APPLY_OPTION_FAIL_IF_CLOSE","features":[160]},{"name":"APPLY_OPTION_FAIL_IF_EXACT","features":[160]},{"name":"APPLY_OPTION_TEST_ONLY","features":[160]},{"name":"APPLY_OPTION_VALID_FLAGS","features":[160]},{"name":"ASM_BINDF_BINPATH_PROBE_ONLY","features":[160]},{"name":"ASM_BINDF_FORCE_CACHE_INSTALL","features":[160]},{"name":"ASM_BINDF_PARENT_ASM_HINT","features":[160]},{"name":"ASM_BINDF_RFS_INTEGRITY_CHECK","features":[160]},{"name":"ASM_BINDF_RFS_MODULE_CHECK","features":[160]},{"name":"ASM_BINDF_SHARED_BINPATH_HINT","features":[160]},{"name":"ASM_BIND_FLAGS","features":[160]},{"name":"ASM_CMPF_ALL","features":[160]},{"name":"ASM_CMPF_BUILD_NUMBER","features":[160]},{"name":"ASM_CMPF_CULTURE","features":[160]},{"name":"ASM_CMPF_CUSTOM","features":[160]},{"name":"ASM_CMPF_DEFAULT","features":[160]},{"name":"ASM_CMPF_MAJOR_VERSION","features":[160]},{"name":"ASM_CMPF_MINOR_VERSION","features":[160]},{"name":"ASM_CMPF_NAME","features":[160]},{"name":"ASM_CMPF_PUBLIC_KEY_TOKEN","features":[160]},{"name":"ASM_CMPF_REVISION_NUMBER","features":[160]},{"name":"ASM_CMP_FLAGS","features":[160]},{"name":"ASM_DISPLAYF_CULTURE","features":[160]},{"name":"ASM_DISPLAYF_CUSTOM","features":[160]},{"name":"ASM_DISPLAYF_LANGUAGEID","features":[160]},{"name":"ASM_DISPLAYF_PROCESSORARCHITECTURE","features":[160]},{"name":"ASM_DISPLAYF_PUBLIC_KEY","features":[160]},{"name":"ASM_DISPLAYF_PUBLIC_KEY_TOKEN","features":[160]},{"name":"ASM_DISPLAYF_VERSION","features":[160]},{"name":"ASM_DISPLAY_FLAGS","features":[160]},{"name":"ASM_NAME","features":[160]},{"name":"ASM_NAME_ALIAS","features":[160]},{"name":"ASM_NAME_BUILD_NUMBER","features":[160]},{"name":"ASM_NAME_CODEBASE_LASTMOD","features":[160]},{"name":"ASM_NAME_CODEBASE_URL","features":[160]},{"name":"ASM_NAME_CULTURE","features":[160]},{"name":"ASM_NAME_CUSTOM","features":[160]},{"name":"ASM_NAME_HASH_ALGID","features":[160]},{"name":"ASM_NAME_HASH_VALUE","features":[160]},{"name":"ASM_NAME_MAJOR_VERSION","features":[160]},{"name":"ASM_NAME_MAX_PARAMS","features":[160]},{"name":"ASM_NAME_MINOR_VERSION","features":[160]},{"name":"ASM_NAME_MVID","features":[160]},{"name":"ASM_NAME_NAME","features":[160]},{"name":"ASM_NAME_NULL_CUSTOM","features":[160]},{"name":"ASM_NAME_NULL_PUBLIC_KEY","features":[160]},{"name":"ASM_NAME_NULL_PUBLIC_KEY_TOKEN","features":[160]},{"name":"ASM_NAME_OSINFO_ARRAY","features":[160]},{"name":"ASM_NAME_PROCESSOR_ID_ARRAY","features":[160]},{"name":"ASM_NAME_PUBLIC_KEY","features":[160]},{"name":"ASM_NAME_PUBLIC_KEY_TOKEN","features":[160]},{"name":"ASM_NAME_REVISION_NUMBER","features":[160]},{"name":"ASSEMBLYINFO_FLAG_INSTALLED","features":[160]},{"name":"ASSEMBLYINFO_FLAG_PAYLOADRESIDENT","features":[160]},{"name":"ASSEMBLY_FILE_DETAILED_INFORMATION","features":[160]},{"name":"ASSEMBLY_INFO","features":[160]},{"name":"ActivateActCtx","features":[1,160]},{"name":"AddRefActCtx","features":[1,160]},{"name":"ApplyDeltaA","features":[1,160]},{"name":"ApplyDeltaB","features":[1,160]},{"name":"ApplyDeltaGetReverseB","features":[1,160]},{"name":"ApplyDeltaProvidedB","features":[1,160]},{"name":"ApplyDeltaW","features":[1,160]},{"name":"ApplyPatchToFileA","features":[1,160]},{"name":"ApplyPatchToFileByBuffers","features":[1,160]},{"name":"ApplyPatchToFileByHandles","features":[1,160]},{"name":"ApplyPatchToFileByHandlesEx","features":[1,160]},{"name":"ApplyPatchToFileExA","features":[1,160]},{"name":"ApplyPatchToFileExW","features":[1,160]},{"name":"ApplyPatchToFileW","features":[1,160]},{"name":"CANOF_PARSE_DISPLAY_NAME","features":[160]},{"name":"CANOF_SET_DEFAULT_VALUES","features":[160]},{"name":"CLSID_EvalCom2","features":[160]},{"name":"CLSID_MsmMerge2","features":[160]},{"name":"COMPATIBILITY_CONTEXT_ELEMENT","features":[160]},{"name":"CREATE_ASM_NAME_OBJ_FLAGS","features":[160]},{"name":"CreateActCtxA","features":[1,160]},{"name":"CreateActCtxW","features":[1,160]},{"name":"CreateDeltaA","features":[1,75,160]},{"name":"CreateDeltaB","features":[1,75,160]},{"name":"CreateDeltaW","features":[1,75,160]},{"name":"CreatePatchFileA","features":[1,160]},{"name":"CreatePatchFileByHandles","features":[1,160]},{"name":"CreatePatchFileByHandlesEx","features":[1,160]},{"name":"CreatePatchFileExA","features":[1,160]},{"name":"CreatePatchFileExW","features":[1,160]},{"name":"CreatePatchFileW","features":[1,160]},{"name":"DEFAULT_DISK_ID","features":[160]},{"name":"DEFAULT_FILE_SEQUENCE_START","features":[160]},{"name":"DEFAULT_MINIMUM_REQUIRED_MSI_VERSION","features":[160]},{"name":"DELTA_HASH","features":[160]},{"name":"DELTA_HEADER_INFO","features":[1,75,160]},{"name":"DELTA_INPUT","features":[1,160]},{"name":"DELTA_MAX_HASH_SIZE","features":[160]},{"name":"DELTA_OUTPUT","features":[160]},{"name":"DeactivateActCtx","features":[1,160]},{"name":"DeltaFree","features":[1,160]},{"name":"DeltaNormalizeProvidedB","features":[1,160]},{"name":"ERROR_PATCH_BIGGER_THAN_COMPRESSED","features":[160]},{"name":"ERROR_PATCH_CORRUPT","features":[160]},{"name":"ERROR_PATCH_DECODE_FAILURE","features":[160]},{"name":"ERROR_PATCH_ENCODE_FAILURE","features":[160]},{"name":"ERROR_PATCH_IMAGEHLP_FAILURE","features":[160]},{"name":"ERROR_PATCH_INVALID_OPTIONS","features":[160]},{"name":"ERROR_PATCH_NEWER_FORMAT","features":[160]},{"name":"ERROR_PATCH_NOT_AVAILABLE","features":[160]},{"name":"ERROR_PATCH_NOT_NECESSARY","features":[160]},{"name":"ERROR_PATCH_RETAIN_RANGES_DIFFER","features":[160]},{"name":"ERROR_PATCH_SAME_FILE","features":[160]},{"name":"ERROR_PATCH_WRONG_FILE","features":[160]},{"name":"ERROR_PCW_BAD_API_PATCHING_SYMBOL_FLAGS","features":[160]},{"name":"ERROR_PCW_BAD_FAMILY_RANGE_NAME","features":[160]},{"name":"ERROR_PCW_BAD_FILE_SEQUENCE_START","features":[160]},{"name":"ERROR_PCW_BAD_GUIDS_TO_REPLACE","features":[160]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_DISKID","features":[160]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_FILESEQSTART","features":[160]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_NAME","features":[160]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_SRC_PROP","features":[160]},{"name":"ERROR_PCW_BAD_MAJOR_VERSION","features":[160]},{"name":"ERROR_PCW_BAD_PATCH_GUID","features":[160]},{"name":"ERROR_PCW_BAD_PRODUCTVERSION_VALIDATION","features":[160]},{"name":"ERROR_PCW_BAD_SEQUENCE","features":[160]},{"name":"ERROR_PCW_BAD_SUPERCEDENCE","features":[160]},{"name":"ERROR_PCW_BAD_TARGET","features":[160]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_NAME","features":[160]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_PRODUCT_CODE","features":[160]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_PRODUCT_VERSION","features":[160]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_UPGRADED","features":[160]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_UPGRADE_CODE","features":[160]},{"name":"ERROR_PCW_BAD_TARGET_PRODUCT_CODE_LIST","features":[160]},{"name":"ERROR_PCW_BAD_TGT_UPD_IMAGES","features":[160]},{"name":"ERROR_PCW_BAD_TRANSFORMSET","features":[160]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_FAMILY","features":[160]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_NAME","features":[160]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_PRODUCT_CODE","features":[160]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_PRODUCT_VERSION","features":[160]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_UPGRADE_CODE","features":[160]},{"name":"ERROR_PCW_BAD_VERSION_STRING","features":[160]},{"name":"ERROR_PCW_BASE","features":[160]},{"name":"ERROR_PCW_CANNOT_CREATE_TABLE","features":[160]},{"name":"ERROR_PCW_CANNOT_RUN_MAKECAB","features":[160]},{"name":"ERROR_PCW_CANNOT_WRITE_DDF","features":[160]},{"name":"ERROR_PCW_CANT_COPY_FILE_TO_TEMP_FOLDER","features":[160]},{"name":"ERROR_PCW_CANT_CREATE_ONE_PATCH_FILE","features":[160]},{"name":"ERROR_PCW_CANT_CREATE_PATCH_FILE","features":[160]},{"name":"ERROR_PCW_CANT_CREATE_SUMMARY_INFO","features":[160]},{"name":"ERROR_PCW_CANT_CREATE_SUMMARY_INFO_POUND","features":[160]},{"name":"ERROR_PCW_CANT_CREATE_TEMP_FOLDER","features":[160]},{"name":"ERROR_PCW_CANT_DELETE_TEMP_FOLDER","features":[160]},{"name":"ERROR_PCW_CANT_GENERATE_SEQUENCEINFO_MAJORUPGD","features":[160]},{"name":"ERROR_PCW_CANT_GENERATE_TRANSFORM","features":[160]},{"name":"ERROR_PCW_CANT_GENERATE_TRANSFORM_POUND","features":[160]},{"name":"ERROR_PCW_CANT_OVERWRITE_PATCH","features":[160]},{"name":"ERROR_PCW_CANT_READ_FILE","features":[160]},{"name":"ERROR_PCW_CREATEFILE_LOG_FAILED","features":[160]},{"name":"ERROR_PCW_DUPLICATE_SEQUENCE_RECORD","features":[160]},{"name":"ERROR_PCW_DUP_IMAGE_FAMILY_NAME","features":[160]},{"name":"ERROR_PCW_DUP_TARGET_IMAGE_NAME","features":[160]},{"name":"ERROR_PCW_DUP_TARGET_IMAGE_PACKCODE","features":[160]},{"name":"ERROR_PCW_DUP_UPGRADED_IMAGE_NAME","features":[160]},{"name":"ERROR_PCW_DUP_UPGRADED_IMAGE_PACKCODE","features":[160]},{"name":"ERROR_PCW_ERROR_WRITING_TO_LOG","features":[160]},{"name":"ERROR_PCW_EXECUTE_VIEW","features":[160]},{"name":"ERROR_PCW_EXTFILE_BAD_FAMILY_FIELD","features":[160]},{"name":"ERROR_PCW_EXTFILE_BAD_IGNORE_LENGTHS","features":[160]},{"name":"ERROR_PCW_EXTFILE_BAD_IGNORE_OFFSETS","features":[160]},{"name":"ERROR_PCW_EXTFILE_BAD_RETAIN_OFFSETS","features":[160]},{"name":"ERROR_PCW_EXTFILE_BLANK_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_EXTFILE_BLANK_PATH_TO_FILE","features":[160]},{"name":"ERROR_PCW_EXTFILE_IGNORE_COUNT_MISMATCH","features":[160]},{"name":"ERROR_PCW_EXTFILE_LONG_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_EXTFILE_LONG_IGNORE_LENGTHS","features":[160]},{"name":"ERROR_PCW_EXTFILE_LONG_IGNORE_OFFSETS","features":[160]},{"name":"ERROR_PCW_EXTFILE_LONG_PATH_TO_FILE","features":[160]},{"name":"ERROR_PCW_EXTFILE_LONG_RETAIN_OFFSETS","features":[160]},{"name":"ERROR_PCW_EXTFILE_MISSING_FILE","features":[160]},{"name":"ERROR_PCW_FAILED_CREATE_TRANSFORM","features":[160]},{"name":"ERROR_PCW_FAILED_EXPAND_PATH","features":[160]},{"name":"ERROR_PCW_FAMILY_RANGE_BAD_RETAIN_LENGTHS","features":[160]},{"name":"ERROR_PCW_FAMILY_RANGE_BAD_RETAIN_OFFSETS","features":[160]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_RETAIN_LENGTHS","features":[160]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_RETAIN_OFFSETS","features":[160]},{"name":"ERROR_PCW_FAMILY_RANGE_COUNT_MISMATCH","features":[160]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_RETAIN_LENGTHS","features":[160]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_RETAIN_OFFSETS","features":[160]},{"name":"ERROR_PCW_FAMILY_RANGE_NAME_TOO_LONG","features":[160]},{"name":"ERROR_PCW_IMAGE_FAMILY_NAME_TOO_LONG","features":[160]},{"name":"ERROR_PCW_IMAGE_PATH_NOT_EXIST","features":[160]},{"name":"ERROR_PCW_INTERNAL_ERROR","features":[160]},{"name":"ERROR_PCW_INVALID_LOG_LEVEL","features":[160]},{"name":"ERROR_PCW_INVALID_MAJOR_VERSION","features":[160]},{"name":"ERROR_PCW_INVALID_PARAMETER","features":[160]},{"name":"ERROR_PCW_INVALID_PATCHMETADATA_PROP","features":[160]},{"name":"ERROR_PCW_INVALID_PATCH_TYPE_SEQUENCING","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_EXTERNALFILES","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_FAMILYFILERANGES","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_IMAGEFAMILIES","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_PATCHSEQUENCE","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_PROPERTIES","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_PROPERTY","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_TARGETFILES_OPTIONALDATA","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_TARGETIMAGES","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDFILESTOIGNORE","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDFILES_OPTIONALDATA","features":[160]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDIMAGES","features":[160]},{"name":"ERROR_PCW_INVALID_RANGE_ELEMENT","features":[160]},{"name":"ERROR_PCW_INVALID_SUPERCEDENCE","features":[160]},{"name":"ERROR_PCW_INVALID_SUPERSEDENCE_VALUE","features":[160]},{"name":"ERROR_PCW_INVALID_UI_LEVEL","features":[160]},{"name":"ERROR_PCW_LAX_VALIDATION_FLAGS","features":[160]},{"name":"ERROR_PCW_MAJOR_UPGD_WITHOUT_SEQUENCING","features":[160]},{"name":"ERROR_PCW_MATCHED_PRODUCT_VERSIONS","features":[160]},{"name":"ERROR_PCW_MISMATCHED_PRODUCT_CODES","features":[160]},{"name":"ERROR_PCW_MISMATCHED_PRODUCT_VERSIONS","features":[160]},{"name":"ERROR_PCW_MISSING_DIRECTORY_TABLE","features":[160]},{"name":"ERROR_PCW_MISSING_PATCHMETADATA","features":[160]},{"name":"ERROR_PCW_MISSING_PATCH_GUID","features":[160]},{"name":"ERROR_PCW_MISSING_PATCH_PATH","features":[160]},{"name":"ERROR_PCW_NO_UPGRADED_IMAGES_TO_PATCH","features":[160]},{"name":"ERROR_PCW_NULL_PATCHFAMILY","features":[160]},{"name":"ERROR_PCW_NULL_SEQUENCE_NUMBER","features":[160]},{"name":"ERROR_PCW_OBSOLETION_WITH_MSI30","features":[160]},{"name":"ERROR_PCW_OBSOLETION_WITH_PATCHSEQUENCE","features":[160]},{"name":"ERROR_PCW_OBSOLETION_WITH_SEQUENCE_DATA","features":[160]},{"name":"ERROR_PCW_OODS_COPYING_MSI","features":[160]},{"name":"ERROR_PCW_OPEN_VIEW","features":[160]},{"name":"ERROR_PCW_OUT_OF_MEMORY","features":[160]},{"name":"ERROR_PCW_PATCHMETADATA_PROP_NOT_SET","features":[160]},{"name":"ERROR_PCW_PCP_BAD_FORMAT","features":[160]},{"name":"ERROR_PCW_PCP_DOESNT_EXIST","features":[160]},{"name":"ERROR_PCW_SEQUENCING_BAD_TARGET","features":[160]},{"name":"ERROR_PCW_TARGET_BAD_PROD_CODE_VAL","features":[160]},{"name":"ERROR_PCW_TARGET_BAD_PROD_VALIDATE","features":[160]},{"name":"ERROR_PCW_TARGET_IMAGE_COMPRESSED","features":[160]},{"name":"ERROR_PCW_TARGET_IMAGE_NAME_TOO_LONG","features":[160]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_EMPTY","features":[160]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_NOT_EXIST","features":[160]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_NOT_MSI","features":[160]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_TOO_LONG","features":[160]},{"name":"ERROR_PCW_TARGET_MISSING_SRC_FILES","features":[160]},{"name":"ERROR_PCW_TARGET_WRONG_PRODUCT_VERSION_COMP","features":[160]},{"name":"ERROR_PCW_TFILEDATA_BAD_IGNORE_LENGTHS","features":[160]},{"name":"ERROR_PCW_TFILEDATA_BAD_IGNORE_OFFSETS","features":[160]},{"name":"ERROR_PCW_TFILEDATA_BAD_RETAIN_OFFSETS","features":[160]},{"name":"ERROR_PCW_TFILEDATA_BAD_TARGET_FIELD","features":[160]},{"name":"ERROR_PCW_TFILEDATA_BLANK_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_TFILEDATA_IGNORE_COUNT_MISMATCH","features":[160]},{"name":"ERROR_PCW_TFILEDATA_LONG_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_TFILEDATA_LONG_IGNORE_LENGTHS","features":[160]},{"name":"ERROR_PCW_TFILEDATA_LONG_IGNORE_OFFSETS","features":[160]},{"name":"ERROR_PCW_TFILEDATA_LONG_RETAIN_OFFSETS","features":[160]},{"name":"ERROR_PCW_TFILEDATA_MISSING_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_UFILEDATA_BAD_UPGRADED_FIELD","features":[160]},{"name":"ERROR_PCW_UFILEDATA_BLANK_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_UFILEDATA_LONG_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_UFILEDATA_MISSING_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_UFILEIGNORE_BAD_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_UFILEIGNORE_BAD_UPGRADED_FIELD","features":[160]},{"name":"ERROR_PCW_UFILEIGNORE_BLANK_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_UFILEIGNORE_LONG_FILE_TABLE_KEY","features":[160]},{"name":"ERROR_PCW_UNKNOWN_ERROR","features":[160]},{"name":"ERROR_PCW_UNKNOWN_INFO","features":[160]},{"name":"ERROR_PCW_UNKNOWN_WARN","features":[160]},{"name":"ERROR_PCW_UPGRADED_IMAGE_COMPRESSED","features":[160]},{"name":"ERROR_PCW_UPGRADED_IMAGE_NAME_TOO_LONG","features":[160]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_NOT_EXIST","features":[160]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_NOT_MSI","features":[160]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_TOO_LONG","features":[160]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_EMPTY","features":[160]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_NOT_EXIST","features":[160]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_NOT_MSI","features":[160]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_TOO_LONG","features":[160]},{"name":"ERROR_PCW_UPGRADED_MISSING_SRC_FILES","features":[160]},{"name":"ERROR_PCW_VIEW_FETCH","features":[160]},{"name":"ERROR_PCW_WRITE_SUMMARY_PROPERTIES","features":[160]},{"name":"ERROR_PCW_WRONG_PATCHMETADATA_STRD_PROP","features":[160]},{"name":"ERROR_ROLLBACK_DISABLED","features":[160]},{"name":"ExtractPatchHeaderToFileA","features":[1,160]},{"name":"ExtractPatchHeaderToFileByHandles","features":[1,160]},{"name":"ExtractPatchHeaderToFileW","features":[1,160]},{"name":"FUSION_INSTALL_REFERENCE","features":[160]},{"name":"FUSION_REFCOUNT_FILEPATH_GUID","features":[160]},{"name":"FUSION_REFCOUNT_OPAQUE_STRING_GUID","features":[160]},{"name":"FUSION_REFCOUNT_UNINSTALL_SUBKEY_GUID","features":[160]},{"name":"FindActCtxSectionGuid","features":[1,160,36]},{"name":"FindActCtxSectionStringA","features":[1,160,36]},{"name":"FindActCtxSectionStringW","features":[1,160,36]},{"name":"GetCurrentActCtx","features":[1,160]},{"name":"GetDeltaInfoA","features":[1,75,160]},{"name":"GetDeltaInfoB","features":[1,75,160]},{"name":"GetDeltaInfoW","features":[1,75,160]},{"name":"GetDeltaSignatureA","features":[1,75,160]},{"name":"GetDeltaSignatureB","features":[1,75,160]},{"name":"GetDeltaSignatureW","features":[1,75,160]},{"name":"GetFilePatchSignatureA","features":[1,160]},{"name":"GetFilePatchSignatureByBuffer","features":[1,160]},{"name":"GetFilePatchSignatureByHandle","features":[1,160]},{"name":"GetFilePatchSignatureW","features":[1,160]},{"name":"IACTIONNAME_ADMIN","features":[160]},{"name":"IACTIONNAME_ADVERTISE","features":[160]},{"name":"IACTIONNAME_COLLECTUSERINFO","features":[160]},{"name":"IACTIONNAME_FIRSTRUN","features":[160]},{"name":"IACTIONNAME_INSTALL","features":[160]},{"name":"IACTIONNAME_SEQUENCE","features":[160]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_ALREADY_INSTALLED","features":[160]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_INSTALLED","features":[160]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_REFRESHED","features":[160]},{"name":"IASSEMBLYCACHEITEM_COMMIT_FLAG_REFRESH","features":[160]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION","features":[160]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_ALREADY_UNINSTALLED","features":[160]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_DELETE_PENDING","features":[160]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_STILL_IN_USE","features":[160]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_UNINSTALLED","features":[160]},{"name":"IAssemblyCache","features":[160]},{"name":"IAssemblyCacheItem","features":[160]},{"name":"IAssemblyName","features":[160]},{"name":"IEnumMsmDependency","features":[160]},{"name":"IEnumMsmError","features":[160]},{"name":"IEnumMsmString","features":[160]},{"name":"IMsmDependencies","features":[160]},{"name":"IMsmDependency","features":[160]},{"name":"IMsmError","features":[160]},{"name":"IMsmErrors","features":[160]},{"name":"IMsmGetFiles","features":[160]},{"name":"IMsmMerge","features":[160]},{"name":"IMsmStrings","features":[160]},{"name":"INFO_BASE","features":[160]},{"name":"INFO_ENTERING_PHASE_I","features":[160]},{"name":"INFO_ENTERING_PHASE_II","features":[160]},{"name":"INFO_ENTERING_PHASE_III","features":[160]},{"name":"INFO_ENTERING_PHASE_IV","features":[160]},{"name":"INFO_ENTERING_PHASE_I_VALIDATION","features":[160]},{"name":"INFO_ENTERING_PHASE_V","features":[160]},{"name":"INFO_GENERATING_METADATA","features":[160]},{"name":"INFO_PASSED_MAIN_CONTROL","features":[160]},{"name":"INFO_PATCHCACHE_FILEINFO_FAILURE","features":[160]},{"name":"INFO_PATCHCACHE_PCI_READFAILURE","features":[160]},{"name":"INFO_PATCHCACHE_PCI_WRITEFAILURE","features":[160]},{"name":"INFO_PCP_PATH","features":[160]},{"name":"INFO_PROPERTY","features":[160]},{"name":"INFO_SET_OPTIONS","features":[160]},{"name":"INFO_SUCCESSFUL_PATCH_CREATION","features":[160]},{"name":"INFO_TEMP_DIR","features":[160]},{"name":"INFO_TEMP_DIR_CLEANUP","features":[160]},{"name":"INFO_USING_USER_MSI_FOR_PATCH_TABLES","features":[160]},{"name":"INSTALLFEATUREATTRIBUTE","features":[160]},{"name":"INSTALLFEATUREATTRIBUTE_DISALLOWADVERTISE","features":[160]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORADVERTISE","features":[160]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORLOCAL","features":[160]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORSOURCE","features":[160]},{"name":"INSTALLFEATUREATTRIBUTE_FOLLOWPARENT","features":[160]},{"name":"INSTALLFEATUREATTRIBUTE_NOUNSUPPORTEDADVERTISE","features":[160]},{"name":"INSTALLLEVEL","features":[160]},{"name":"INSTALLLEVEL_DEFAULT","features":[160]},{"name":"INSTALLLEVEL_MAXIMUM","features":[160]},{"name":"INSTALLLEVEL_MINIMUM","features":[160]},{"name":"INSTALLLOGATTRIBUTES","features":[160]},{"name":"INSTALLLOGATTRIBUTES_APPEND","features":[160]},{"name":"INSTALLLOGATTRIBUTES_FLUSHEACHLINE","features":[160]},{"name":"INSTALLLOGMODE","features":[160]},{"name":"INSTALLLOGMODE_ACTIONDATA","features":[160]},{"name":"INSTALLLOGMODE_ACTIONSTART","features":[160]},{"name":"INSTALLLOGMODE_COMMONDATA","features":[160]},{"name":"INSTALLLOGMODE_ERROR","features":[160]},{"name":"INSTALLLOGMODE_EXTRADEBUG","features":[160]},{"name":"INSTALLLOGMODE_FATALEXIT","features":[160]},{"name":"INSTALLLOGMODE_FILESINUSE","features":[160]},{"name":"INSTALLLOGMODE_INFO","features":[160]},{"name":"INSTALLLOGMODE_INITIALIZE","features":[160]},{"name":"INSTALLLOGMODE_INSTALLEND","features":[160]},{"name":"INSTALLLOGMODE_INSTALLSTART","features":[160]},{"name":"INSTALLLOGMODE_LOGONLYONERROR","features":[160]},{"name":"INSTALLLOGMODE_LOGPERFORMANCE","features":[160]},{"name":"INSTALLLOGMODE_OUTOFDISKSPACE","features":[160]},{"name":"INSTALLLOGMODE_PROGRESS","features":[160]},{"name":"INSTALLLOGMODE_PROPERTYDUMP","features":[160]},{"name":"INSTALLLOGMODE_RESOLVESOURCE","features":[160]},{"name":"INSTALLLOGMODE_RMFILESINUSE","features":[160]},{"name":"INSTALLLOGMODE_SHOWDIALOG","features":[160]},{"name":"INSTALLLOGMODE_TERMINATE","features":[160]},{"name":"INSTALLLOGMODE_USER","features":[160]},{"name":"INSTALLLOGMODE_VERBOSE","features":[160]},{"name":"INSTALLLOGMODE_WARNING","features":[160]},{"name":"INSTALLMESSAGE","features":[160]},{"name":"INSTALLMESSAGE_ACTIONDATA","features":[160]},{"name":"INSTALLMESSAGE_ACTIONSTART","features":[160]},{"name":"INSTALLMESSAGE_COMMONDATA","features":[160]},{"name":"INSTALLMESSAGE_ERROR","features":[160]},{"name":"INSTALLMESSAGE_FATALEXIT","features":[160]},{"name":"INSTALLMESSAGE_FILESINUSE","features":[160]},{"name":"INSTALLMESSAGE_INFO","features":[160]},{"name":"INSTALLMESSAGE_INITIALIZE","features":[160]},{"name":"INSTALLMESSAGE_INSTALLEND","features":[160]},{"name":"INSTALLMESSAGE_INSTALLSTART","features":[160]},{"name":"INSTALLMESSAGE_OUTOFDISKSPACE","features":[160]},{"name":"INSTALLMESSAGE_PERFORMANCE","features":[160]},{"name":"INSTALLMESSAGE_PROGRESS","features":[160]},{"name":"INSTALLMESSAGE_RESOLVESOURCE","features":[160]},{"name":"INSTALLMESSAGE_RMFILESINUSE","features":[160]},{"name":"INSTALLMESSAGE_SHOWDIALOG","features":[160]},{"name":"INSTALLMESSAGE_TERMINATE","features":[160]},{"name":"INSTALLMESSAGE_TYPEMASK","features":[160]},{"name":"INSTALLMESSAGE_USER","features":[160]},{"name":"INSTALLMESSAGE_WARNING","features":[160]},{"name":"INSTALLMODE","features":[160]},{"name":"INSTALLMODE_DEFAULT","features":[160]},{"name":"INSTALLMODE_EXISTING","features":[160]},{"name":"INSTALLMODE_NODETECTION","features":[160]},{"name":"INSTALLMODE_NODETECTION_ANY","features":[160]},{"name":"INSTALLMODE_NOSOURCERESOLUTION","features":[160]},{"name":"INSTALLPROPERTY_ASSIGNMENTTYPE","features":[160]},{"name":"INSTALLPROPERTY_AUTHORIZED_LUA_APP","features":[160]},{"name":"INSTALLPROPERTY_DISKPROMPT","features":[160]},{"name":"INSTALLPROPERTY_DISPLAYNAME","features":[160]},{"name":"INSTALLPROPERTY_HELPLINK","features":[160]},{"name":"INSTALLPROPERTY_HELPTELEPHONE","features":[160]},{"name":"INSTALLPROPERTY_INSTALLDATE","features":[160]},{"name":"INSTALLPROPERTY_INSTALLEDLANGUAGE","features":[160]},{"name":"INSTALLPROPERTY_INSTALLEDPRODUCTNAME","features":[160]},{"name":"INSTALLPROPERTY_INSTALLLOCATION","features":[160]},{"name":"INSTALLPROPERTY_INSTALLSOURCE","features":[160]},{"name":"INSTALLPROPERTY_INSTANCETYPE","features":[160]},{"name":"INSTALLPROPERTY_LANGUAGE","features":[160]},{"name":"INSTALLPROPERTY_LASTUSEDSOURCE","features":[160]},{"name":"INSTALLPROPERTY_LASTUSEDTYPE","features":[160]},{"name":"INSTALLPROPERTY_LOCALPACKAGE","features":[160]},{"name":"INSTALLPROPERTY_LUAENABLED","features":[160]},{"name":"INSTALLPROPERTY_MEDIAPACKAGEPATH","features":[160]},{"name":"INSTALLPROPERTY_MOREINFOURL","features":[160]},{"name":"INSTALLPROPERTY_PACKAGECODE","features":[160]},{"name":"INSTALLPROPERTY_PACKAGENAME","features":[160]},{"name":"INSTALLPROPERTY_PATCHSTATE","features":[160]},{"name":"INSTALLPROPERTY_PATCHTYPE","features":[160]},{"name":"INSTALLPROPERTY_PRODUCTICON","features":[160]},{"name":"INSTALLPROPERTY_PRODUCTID","features":[160]},{"name":"INSTALLPROPERTY_PRODUCTNAME","features":[160]},{"name":"INSTALLPROPERTY_PRODUCTSTATE","features":[160]},{"name":"INSTALLPROPERTY_PUBLISHER","features":[160]},{"name":"INSTALLPROPERTY_REGCOMPANY","features":[160]},{"name":"INSTALLPROPERTY_REGOWNER","features":[160]},{"name":"INSTALLPROPERTY_TRANSFORMS","features":[160]},{"name":"INSTALLPROPERTY_UNINSTALLABLE","features":[160]},{"name":"INSTALLPROPERTY_URLINFOABOUT","features":[160]},{"name":"INSTALLPROPERTY_URLUPDATEINFO","features":[160]},{"name":"INSTALLPROPERTY_VERSION","features":[160]},{"name":"INSTALLPROPERTY_VERSIONMAJOR","features":[160]},{"name":"INSTALLPROPERTY_VERSIONMINOR","features":[160]},{"name":"INSTALLPROPERTY_VERSIONSTRING","features":[160]},{"name":"INSTALLSTATE","features":[160]},{"name":"INSTALLSTATE_ABSENT","features":[160]},{"name":"INSTALLSTATE_ADVERTISED","features":[160]},{"name":"INSTALLSTATE_BADCONFIG","features":[160]},{"name":"INSTALLSTATE_BROKEN","features":[160]},{"name":"INSTALLSTATE_DEFAULT","features":[160]},{"name":"INSTALLSTATE_INCOMPLETE","features":[160]},{"name":"INSTALLSTATE_INVALIDARG","features":[160]},{"name":"INSTALLSTATE_LOCAL","features":[160]},{"name":"INSTALLSTATE_MOREDATA","features":[160]},{"name":"INSTALLSTATE_NOTUSED","features":[160]},{"name":"INSTALLSTATE_REMOVED","features":[160]},{"name":"INSTALLSTATE_SOURCE","features":[160]},{"name":"INSTALLSTATE_SOURCEABSENT","features":[160]},{"name":"INSTALLSTATE_UNKNOWN","features":[160]},{"name":"INSTALLTYPE","features":[160]},{"name":"INSTALLTYPE_DEFAULT","features":[160]},{"name":"INSTALLTYPE_NETWORK_IMAGE","features":[160]},{"name":"INSTALLTYPE_SINGLE_INSTANCE","features":[160]},{"name":"INSTALLUILEVEL","features":[160]},{"name":"INSTALLUILEVEL_BASIC","features":[160]},{"name":"INSTALLUILEVEL_DEFAULT","features":[160]},{"name":"INSTALLUILEVEL_ENDDIALOG","features":[160]},{"name":"INSTALLUILEVEL_FULL","features":[160]},{"name":"INSTALLUILEVEL_HIDECANCEL","features":[160]},{"name":"INSTALLUILEVEL_NOCHANGE","features":[160]},{"name":"INSTALLUILEVEL_NONE","features":[160]},{"name":"INSTALLUILEVEL_PROGRESSONLY","features":[160]},{"name":"INSTALLUILEVEL_REDUCED","features":[160]},{"name":"INSTALLUILEVEL_SOURCERESONLY","features":[160]},{"name":"INSTALLUILEVEL_UACONLY","features":[160]},{"name":"INSTALLUI_HANDLERA","features":[160]},{"name":"INSTALLUI_HANDLERW","features":[160]},{"name":"IPMApplicationInfo","features":[160]},{"name":"IPMApplicationInfoEnumerator","features":[160]},{"name":"IPMBackgroundServiceAgentInfo","features":[160]},{"name":"IPMBackgroundServiceAgentInfoEnumerator","features":[160]},{"name":"IPMBackgroundWorkerInfo","features":[160]},{"name":"IPMBackgroundWorkerInfoEnumerator","features":[160]},{"name":"IPMDeploymentManager","features":[160]},{"name":"IPMEnumerationManager","features":[160]},{"name":"IPMExtensionCachedFileUpdaterInfo","features":[160]},{"name":"IPMExtensionContractInfo","features":[160]},{"name":"IPMExtensionFileExtensionInfo","features":[160]},{"name":"IPMExtensionFileOpenPickerInfo","features":[160]},{"name":"IPMExtensionFileSavePickerInfo","features":[160]},{"name":"IPMExtensionInfo","features":[160]},{"name":"IPMExtensionInfoEnumerator","features":[160]},{"name":"IPMExtensionProtocolInfo","features":[160]},{"name":"IPMExtensionShareTargetInfo","features":[160]},{"name":"IPMLiveTileJobInfo","features":[160]},{"name":"IPMLiveTileJobInfoEnumerator","features":[160]},{"name":"IPMTaskInfo","features":[160]},{"name":"IPMTaskInfoEnumerator","features":[160]},{"name":"IPMTileInfo","features":[160]},{"name":"IPMTileInfoEnumerator","features":[160]},{"name":"IPMTilePropertyEnumerator","features":[160]},{"name":"IPMTilePropertyInfo","features":[160]},{"name":"IPROPNAME_ACTION","features":[160]},{"name":"IPROPNAME_ADMINTOOLS_FOLDER","features":[160]},{"name":"IPROPNAME_ADMINUSER","features":[160]},{"name":"IPROPNAME_ADMIN_PROPERTIES","features":[160]},{"name":"IPROPNAME_AFTERREBOOT","features":[160]},{"name":"IPROPNAME_ALLOWEDPROPERTIES","features":[160]},{"name":"IPROPNAME_ALLUSERS","features":[160]},{"name":"IPROPNAME_APPDATA_FOLDER","features":[160]},{"name":"IPROPNAME_ARM","features":[160]},{"name":"IPROPNAME_ARM64","features":[160]},{"name":"IPROPNAME_ARPAUTHORIZEDCDFPREFIX","features":[160]},{"name":"IPROPNAME_ARPCOMMENTS","features":[160]},{"name":"IPROPNAME_ARPCONTACT","features":[160]},{"name":"IPROPNAME_ARPHELPLINK","features":[160]},{"name":"IPROPNAME_ARPHELPTELEPHONE","features":[160]},{"name":"IPROPNAME_ARPINSTALLLOCATION","features":[160]},{"name":"IPROPNAME_ARPNOMODIFY","features":[160]},{"name":"IPROPNAME_ARPNOREMOVE","features":[160]},{"name":"IPROPNAME_ARPNOREPAIR","features":[160]},{"name":"IPROPNAME_ARPPRODUCTICON","features":[160]},{"name":"IPROPNAME_ARPREADME","features":[160]},{"name":"IPROPNAME_ARPSETTINGSIDENTIFIER","features":[160]},{"name":"IPROPNAME_ARPSHIMFLAGS","features":[160]},{"name":"IPROPNAME_ARPSHIMSERVICEPACKLEVEL","features":[160]},{"name":"IPROPNAME_ARPSHIMVERSIONNT","features":[160]},{"name":"IPROPNAME_ARPSIZE","features":[160]},{"name":"IPROPNAME_ARPSYSTEMCOMPONENT","features":[160]},{"name":"IPROPNAME_ARPURLINFOABOUT","features":[160]},{"name":"IPROPNAME_ARPURLUPDATEINFO","features":[160]},{"name":"IPROPNAME_AVAILABLEFREEREG","features":[160]},{"name":"IPROPNAME_BORDERSIDE","features":[160]},{"name":"IPROPNAME_BORDERTOP","features":[160]},{"name":"IPROPNAME_CAPTIONHEIGHT","features":[160]},{"name":"IPROPNAME_CARRYINGNDP","features":[160]},{"name":"IPROPNAME_CHECKCRCS","features":[160]},{"name":"IPROPNAME_COLORBITS","features":[160]},{"name":"IPROPNAME_COMMONAPPDATA_FOLDER","features":[160]},{"name":"IPROPNAME_COMMONFILES64_FOLDER","features":[160]},{"name":"IPROPNAME_COMMONFILES_FOLDER","features":[160]},{"name":"IPROPNAME_COMPANYNAME","features":[160]},{"name":"IPROPNAME_COMPONENTADDDEFAULT","features":[160]},{"name":"IPROPNAME_COMPONENTADDLOCAL","features":[160]},{"name":"IPROPNAME_COMPONENTADDSOURCE","features":[160]},{"name":"IPROPNAME_COMPUTERNAME","features":[160]},{"name":"IPROPNAME_COSTINGCOMPLETE","features":[160]},{"name":"IPROPNAME_CUSTOMACTIONDATA","features":[160]},{"name":"IPROPNAME_DATE","features":[160]},{"name":"IPROPNAME_DATETIME","features":[160]},{"name":"IPROPNAME_DEFAULTUIFONT","features":[160]},{"name":"IPROPNAME_DESKTOP_FOLDER","features":[160]},{"name":"IPROPNAME_DISABLEADVTSHORTCUTS","features":[160]},{"name":"IPROPNAME_DISABLEROLLBACK","features":[160]},{"name":"IPROPNAME_DISKPROMPT","features":[160]},{"name":"IPROPNAME_ENABLEUSERCONTROL","features":[160]},{"name":"IPROPNAME_ENFORCE_UPGRADE_COMPONENT_RULES","features":[160]},{"name":"IPROPNAME_EXECUTEACTION","features":[160]},{"name":"IPROPNAME_EXECUTEMODE","features":[160]},{"name":"IPROPNAME_FAVORITES_FOLDER","features":[160]},{"name":"IPROPNAME_FEATUREADDDEFAULT","features":[160]},{"name":"IPROPNAME_FEATUREADDLOCAL","features":[160]},{"name":"IPROPNAME_FEATUREADDSOURCE","features":[160]},{"name":"IPROPNAME_FEATUREADVERTISE","features":[160]},{"name":"IPROPNAME_FEATUREREMOVE","features":[160]},{"name":"IPROPNAME_FILEADDDEFAULT","features":[160]},{"name":"IPROPNAME_FILEADDLOCAL","features":[160]},{"name":"IPROPNAME_FILEADDSOURCE","features":[160]},{"name":"IPROPNAME_FONTS_FOLDER","features":[160]},{"name":"IPROPNAME_HIDDEN_PROPERTIES","features":[160]},{"name":"IPROPNAME_HIDECANCEL","features":[160]},{"name":"IPROPNAME_IA64","features":[160]},{"name":"IPROPNAME_INSTALLED","features":[160]},{"name":"IPROPNAME_INSTALLLANGUAGE","features":[160]},{"name":"IPROPNAME_INSTALLLEVEL","features":[160]},{"name":"IPROPNAME_INSTALLPERUSER","features":[160]},{"name":"IPROPNAME_INTEL","features":[160]},{"name":"IPROPNAME_INTEL64","features":[160]},{"name":"IPROPNAME_INTERNALINSTALLEDPERUSER","features":[160]},{"name":"IPROPNAME_ISADMINPACKAGE","features":[160]},{"name":"IPROPNAME_LEFTUNIT","features":[160]},{"name":"IPROPNAME_LIMITUI","features":[160]},{"name":"IPROPNAME_LOCALAPPDATA_FOLDER","features":[160]},{"name":"IPROPNAME_LOGACTION","features":[160]},{"name":"IPROPNAME_LOGONUSER","features":[160]},{"name":"IPROPNAME_MANUFACTURER","features":[160]},{"name":"IPROPNAME_MSIAMD64","features":[160]},{"name":"IPROPNAME_MSIDISABLEEEUI","features":[160]},{"name":"IPROPNAME_MSIDISABLELUAPATCHING","features":[160]},{"name":"IPROPNAME_MSIINSTANCEGUID","features":[160]},{"name":"IPROPNAME_MSILOGFILELOCATION","features":[160]},{"name":"IPROPNAME_MSILOGGINGMODE","features":[160]},{"name":"IPROPNAME_MSINEWINSTANCE","features":[160]},{"name":"IPROPNAME_MSINODISABLEMEDIA","features":[160]},{"name":"IPROPNAME_MSIPACKAGEDOWNLOADLOCALCOPY","features":[160]},{"name":"IPROPNAME_MSIPATCHDOWNLOADLOCALCOPY","features":[160]},{"name":"IPROPNAME_MSIPATCHREMOVE","features":[160]},{"name":"IPROPNAME_MSITABLETPC","features":[160]},{"name":"IPROPNAME_MSIX64","features":[160]},{"name":"IPROPNAME_MSI_FASTINSTALL","features":[160]},{"name":"IPROPNAME_MSI_REBOOT_PENDING","features":[160]},{"name":"IPROPNAME_MSI_RM_CONTROL","features":[160]},{"name":"IPROPNAME_MSI_RM_DISABLE_RESTART","features":[160]},{"name":"IPROPNAME_MSI_RM_SESSION_KEY","features":[160]},{"name":"IPROPNAME_MSI_RM_SHUTDOWN","features":[160]},{"name":"IPROPNAME_MSI_UAC_DEPLOYMENT_COMPLIANT","features":[160]},{"name":"IPROPNAME_MSI_UNINSTALL_SUPERSEDED_COMPONENTS","features":[160]},{"name":"IPROPNAME_MSI_USE_REAL_ADMIN_DETECTION","features":[160]},{"name":"IPROPNAME_MYPICTURES_FOLDER","features":[160]},{"name":"IPROPNAME_NETASSEMBLYSUPPORT","features":[160]},{"name":"IPROPNAME_NETHOOD_FOLDER","features":[160]},{"name":"IPROPNAME_NOCOMPANYNAME","features":[160]},{"name":"IPROPNAME_NOUSERNAME","features":[160]},{"name":"IPROPNAME_NTPRODUCTTYPE","features":[160]},{"name":"IPROPNAME_NTSUITEBACKOFFICE","features":[160]},{"name":"IPROPNAME_NTSUITEDATACENTER","features":[160]},{"name":"IPROPNAME_NTSUITEENTERPRISE","features":[160]},{"name":"IPROPNAME_NTSUITEPERSONAL","features":[160]},{"name":"IPROPNAME_NTSUITESMALLBUSINESS","features":[160]},{"name":"IPROPNAME_NTSUITESMALLBUSINESSRESTRICTED","features":[160]},{"name":"IPROPNAME_NTSUITEWEBSERVER","features":[160]},{"name":"IPROPNAME_OLEADVTSUPPORT","features":[160]},{"name":"IPROPNAME_OUTOFDISKSPACE","features":[160]},{"name":"IPROPNAME_OUTOFNORBDISKSPACE","features":[160]},{"name":"IPROPNAME_PATCH","features":[160]},{"name":"IPROPNAME_PATCHNEWPACKAGECODE","features":[160]},{"name":"IPROPNAME_PATCHNEWSUMMARYCOMMENTS","features":[160]},{"name":"IPROPNAME_PATCHNEWSUMMARYSUBJECT","features":[160]},{"name":"IPROPNAME_PERSONAL_FOLDER","features":[160]},{"name":"IPROPNAME_PHYSICALMEMORY","features":[160]},{"name":"IPROPNAME_PIDKEY","features":[160]},{"name":"IPROPNAME_PIDTEMPLATE","features":[160]},{"name":"IPROPNAME_PRESELECTED","features":[160]},{"name":"IPROPNAME_PRIMARYFOLDER","features":[160]},{"name":"IPROPNAME_PRIMARYFOLDER_PATH","features":[160]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEAVAILABLE","features":[160]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEREMAINING","features":[160]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEREQUIRED","features":[160]},{"name":"IPROPNAME_PRINTHOOD_FOLDER","features":[160]},{"name":"IPROPNAME_PRIVILEGED","features":[160]},{"name":"IPROPNAME_PRODUCTCODE","features":[160]},{"name":"IPROPNAME_PRODUCTID","features":[160]},{"name":"IPROPNAME_PRODUCTLANGUAGE","features":[160]},{"name":"IPROPNAME_PRODUCTNAME","features":[160]},{"name":"IPROPNAME_PRODUCTSTATE","features":[160]},{"name":"IPROPNAME_PRODUCTVERSION","features":[160]},{"name":"IPROPNAME_PROGRAMFILES64_FOLDER","features":[160]},{"name":"IPROPNAME_PROGRAMFILES_FOLDER","features":[160]},{"name":"IPROPNAME_PROGRAMMENU_FOLDER","features":[160]},{"name":"IPROPNAME_PROGRESSONLY","features":[160]},{"name":"IPROPNAME_PROMPTROLLBACKCOST","features":[160]},{"name":"IPROPNAME_REBOOT","features":[160]},{"name":"IPROPNAME_REBOOTPROMPT","features":[160]},{"name":"IPROPNAME_RECENT_FOLDER","features":[160]},{"name":"IPROPNAME_REDIRECTEDDLLSUPPORT","features":[160]},{"name":"IPROPNAME_REINSTALL","features":[160]},{"name":"IPROPNAME_REINSTALLMODE","features":[160]},{"name":"IPROPNAME_REMOTEADMINTS","features":[160]},{"name":"IPROPNAME_REPLACEDINUSEFILES","features":[160]},{"name":"IPROPNAME_RESTRICTEDUSERCONTROL","features":[160]},{"name":"IPROPNAME_RESUME","features":[160]},{"name":"IPROPNAME_ROLLBACKDISABLED","features":[160]},{"name":"IPROPNAME_ROOTDRIVE","features":[160]},{"name":"IPROPNAME_RUNNINGELEVATED","features":[160]},{"name":"IPROPNAME_SCREENX","features":[160]},{"name":"IPROPNAME_SCREENY","features":[160]},{"name":"IPROPNAME_SENDTO_FOLDER","features":[160]},{"name":"IPROPNAME_SEQUENCE","features":[160]},{"name":"IPROPNAME_SERVICEPACKLEVEL","features":[160]},{"name":"IPROPNAME_SERVICEPACKLEVELMINOR","features":[160]},{"name":"IPROPNAME_SHAREDWINDOWS","features":[160]},{"name":"IPROPNAME_SHELLADVTSUPPORT","features":[160]},{"name":"IPROPNAME_SHORTFILENAMES","features":[160]},{"name":"IPROPNAME_SOURCEDIR","features":[160]},{"name":"IPROPNAME_SOURCELIST","features":[160]},{"name":"IPROPNAME_SOURCERESONLY","features":[160]},{"name":"IPROPNAME_STARTMENU_FOLDER","features":[160]},{"name":"IPROPNAME_STARTUP_FOLDER","features":[160]},{"name":"IPROPNAME_SYSTEM16_FOLDER","features":[160]},{"name":"IPROPNAME_SYSTEM64_FOLDER","features":[160]},{"name":"IPROPNAME_SYSTEMLANGUAGEID","features":[160]},{"name":"IPROPNAME_SYSTEM_FOLDER","features":[160]},{"name":"IPROPNAME_TARGETDIR","features":[160]},{"name":"IPROPNAME_TEMPLATE_AMD64","features":[160]},{"name":"IPROPNAME_TEMPLATE_FOLDER","features":[160]},{"name":"IPROPNAME_TEMPLATE_X64","features":[160]},{"name":"IPROPNAME_TEMP_FOLDER","features":[160]},{"name":"IPROPNAME_TERMSERVER","features":[160]},{"name":"IPROPNAME_TEXTHEIGHT","features":[160]},{"name":"IPROPNAME_TEXTHEIGHT_CORRECTION","features":[160]},{"name":"IPROPNAME_TEXTINTERNALLEADING","features":[160]},{"name":"IPROPNAME_TIME","features":[160]},{"name":"IPROPNAME_TRANSFORMS","features":[160]},{"name":"IPROPNAME_TRANSFORMSATSOURCE","features":[160]},{"name":"IPROPNAME_TRANSFORMSSECURE","features":[160]},{"name":"IPROPNAME_TRUEADMINUSER","features":[160]},{"name":"IPROPNAME_TTCSUPPORT","features":[160]},{"name":"IPROPNAME_UACONLY","features":[160]},{"name":"IPROPNAME_UPDATESTARTED","features":[160]},{"name":"IPROPNAME_UPGRADECODE","features":[160]},{"name":"IPROPNAME_USERLANGUAGEID","features":[160]},{"name":"IPROPNAME_USERNAME","features":[160]},{"name":"IPROPNAME_USERSID","features":[160]},{"name":"IPROPNAME_VERSION9X","features":[160]},{"name":"IPROPNAME_VERSIONNT","features":[160]},{"name":"IPROPNAME_VERSIONNT64","features":[160]},{"name":"IPROPNAME_VIRTUALMEMORY","features":[160]},{"name":"IPROPNAME_WIN32ASSEMBLYSUPPORT","features":[160]},{"name":"IPROPNAME_WINDOWSBUILD","features":[160]},{"name":"IPROPNAME_WINDOWS_FOLDER","features":[160]},{"name":"IPROPNAME_WINDOWS_VOLUME","features":[160]},{"name":"IPROPVALUE_EXECUTEMODE_NONE","features":[160]},{"name":"IPROPVALUE_EXECUTEMODE_SCRIPT","features":[160]},{"name":"IPROPVALUE_FEATURE_ALL","features":[160]},{"name":"IPROPVALUE_MSI_RM_CONTROL_DISABLE","features":[160]},{"name":"IPROPVALUE_MSI_RM_CONTROL_DISABLESHUTDOWN","features":[160]},{"name":"IPROPVALUE_RBCOST_FAIL","features":[160]},{"name":"IPROPVALUE_RBCOST_PROMPT","features":[160]},{"name":"IPROPVALUE_RBCOST_SILENT","features":[160]},{"name":"IPROPVALUE__CARRYINGNDP_URTREINSTALL","features":[160]},{"name":"IPROPVALUE__CARRYINGNDP_URTUPGRADE","features":[160]},{"name":"IValidate","features":[160]},{"name":"LIBID_MsmMergeTypeLib","features":[160]},{"name":"LOGALL","features":[160]},{"name":"LOGERR","features":[160]},{"name":"LOGINFO","features":[160]},{"name":"LOGNONE","features":[160]},{"name":"LOGPERFMESSAGES","features":[160]},{"name":"LOGTOKEN_NO_LOG","features":[160]},{"name":"LOGTOKEN_SETUPAPI_APPLOG","features":[160]},{"name":"LOGTOKEN_SETUPAPI_DEVLOG","features":[160]},{"name":"LOGTOKEN_TYPE_MASK","features":[160]},{"name":"LOGTOKEN_UNSPECIFIED","features":[160]},{"name":"LOGWARN","features":[160]},{"name":"LPDISPLAYVAL","features":[1,160]},{"name":"LPEVALCOMCALLBACK","features":[1,160]},{"name":"MAX_FEATURE_CHARS","features":[160]},{"name":"MAX_GUID_CHARS","features":[160]},{"name":"MSIADVERTISEOPTIONFLAGS","features":[160]},{"name":"MSIADVERTISEOPTIONFLAGS_INSTANCE","features":[160]},{"name":"MSIARCHITECTUREFLAGS","features":[160]},{"name":"MSIARCHITECTUREFLAGS_AMD64","features":[160]},{"name":"MSIARCHITECTUREFLAGS_ARM","features":[160]},{"name":"MSIARCHITECTUREFLAGS_IA64","features":[160]},{"name":"MSIARCHITECTUREFLAGS_X86","features":[160]},{"name":"MSIASSEMBLYINFO","features":[160]},{"name":"MSIASSEMBLYINFO_NETASSEMBLY","features":[160]},{"name":"MSIASSEMBLYINFO_WIN32ASSEMBLY","features":[160]},{"name":"MSICODE","features":[160]},{"name":"MSICODE_PATCH","features":[160]},{"name":"MSICODE_PRODUCT","features":[160]},{"name":"MSICOLINFO","features":[160]},{"name":"MSICOLINFO_NAMES","features":[160]},{"name":"MSICOLINFO_TYPES","features":[160]},{"name":"MSICONDITION","features":[160]},{"name":"MSICONDITION_ERROR","features":[160]},{"name":"MSICONDITION_FALSE","features":[160]},{"name":"MSICONDITION_NONE","features":[160]},{"name":"MSICONDITION_TRUE","features":[160]},{"name":"MSICOSTTREE","features":[160]},{"name":"MSICOSTTREE_CHILDREN","features":[160]},{"name":"MSICOSTTREE_PARENTS","features":[160]},{"name":"MSICOSTTREE_RESERVED","features":[160]},{"name":"MSICOSTTREE_SELFONLY","features":[160]},{"name":"MSIDBERROR","features":[160]},{"name":"MSIDBERROR_BADCABINET","features":[160]},{"name":"MSIDBERROR_BADCASE","features":[160]},{"name":"MSIDBERROR_BADCATEGORY","features":[160]},{"name":"MSIDBERROR_BADCONDITION","features":[160]},{"name":"MSIDBERROR_BADCUSTOMSOURCE","features":[160]},{"name":"MSIDBERROR_BADDEFAULTDIR","features":[160]},{"name":"MSIDBERROR_BADFILENAME","features":[160]},{"name":"MSIDBERROR_BADFORMATTED","features":[160]},{"name":"MSIDBERROR_BADGUID","features":[160]},{"name":"MSIDBERROR_BADIDENTIFIER","features":[160]},{"name":"MSIDBERROR_BADKEYTABLE","features":[160]},{"name":"MSIDBERROR_BADLANGUAGE","features":[160]},{"name":"MSIDBERROR_BADLINK","features":[160]},{"name":"MSIDBERROR_BADLOCALIZEATTRIB","features":[160]},{"name":"MSIDBERROR_BADMAXMINVALUES","features":[160]},{"name":"MSIDBERROR_BADPATH","features":[160]},{"name":"MSIDBERROR_BADPROPERTY","features":[160]},{"name":"MSIDBERROR_BADREGPATH","features":[160]},{"name":"MSIDBERROR_BADSHORTCUT","features":[160]},{"name":"MSIDBERROR_BADTEMPLATE","features":[160]},{"name":"MSIDBERROR_BADVERSION","features":[160]},{"name":"MSIDBERROR_BADWILDCARD","features":[160]},{"name":"MSIDBERROR_DUPLICATEKEY","features":[160]},{"name":"MSIDBERROR_FUNCTIONERROR","features":[160]},{"name":"MSIDBERROR_INVALIDARG","features":[160]},{"name":"MSIDBERROR_MISSINGDATA","features":[160]},{"name":"MSIDBERROR_MOREDATA","features":[160]},{"name":"MSIDBERROR_NOERROR","features":[160]},{"name":"MSIDBERROR_NOTINSET","features":[160]},{"name":"MSIDBERROR_OVERFLOW","features":[160]},{"name":"MSIDBERROR_REQUIRED","features":[160]},{"name":"MSIDBERROR_STRINGOVERFLOW","features":[160]},{"name":"MSIDBERROR_UNDERFLOW","features":[160]},{"name":"MSIDBOPEN_CREATE","features":[160]},{"name":"MSIDBOPEN_CREATEDIRECT","features":[160]},{"name":"MSIDBOPEN_DIRECT","features":[160]},{"name":"MSIDBOPEN_PATCHFILE","features":[160]},{"name":"MSIDBOPEN_READONLY","features":[160]},{"name":"MSIDBOPEN_TRANSACT","features":[160]},{"name":"MSIDBSTATE","features":[160]},{"name":"MSIDBSTATE_ERROR","features":[160]},{"name":"MSIDBSTATE_READ","features":[160]},{"name":"MSIDBSTATE_WRITE","features":[160]},{"name":"MSIFILEHASHINFO","features":[160]},{"name":"MSIHANDLE","features":[160]},{"name":"MSIINSTALLCONTEXT","features":[160]},{"name":"MSIINSTALLCONTEXT_ALL","features":[160]},{"name":"MSIINSTALLCONTEXT_ALLUSERMANAGED","features":[160]},{"name":"MSIINSTALLCONTEXT_FIRSTVISIBLE","features":[160]},{"name":"MSIINSTALLCONTEXT_MACHINE","features":[160]},{"name":"MSIINSTALLCONTEXT_NONE","features":[160]},{"name":"MSIINSTALLCONTEXT_USERMANAGED","features":[160]},{"name":"MSIINSTALLCONTEXT_USERUNMANAGED","features":[160]},{"name":"MSIMODIFY","features":[160]},{"name":"MSIMODIFY_ASSIGN","features":[160]},{"name":"MSIMODIFY_DELETE","features":[160]},{"name":"MSIMODIFY_INSERT","features":[160]},{"name":"MSIMODIFY_INSERT_TEMPORARY","features":[160]},{"name":"MSIMODIFY_MERGE","features":[160]},{"name":"MSIMODIFY_REFRESH","features":[160]},{"name":"MSIMODIFY_REPLACE","features":[160]},{"name":"MSIMODIFY_SEEK","features":[160]},{"name":"MSIMODIFY_UPDATE","features":[160]},{"name":"MSIMODIFY_VALIDATE","features":[160]},{"name":"MSIMODIFY_VALIDATE_DELETE","features":[160]},{"name":"MSIMODIFY_VALIDATE_FIELD","features":[160]},{"name":"MSIMODIFY_VALIDATE_NEW","features":[160]},{"name":"MSIOPENPACKAGEFLAGS","features":[160]},{"name":"MSIOPENPACKAGEFLAGS_IGNOREMACHINESTATE","features":[160]},{"name":"MSIPATCHDATATYPE","features":[160]},{"name":"MSIPATCHSEQUENCEINFOA","features":[160]},{"name":"MSIPATCHSEQUENCEINFOW","features":[160]},{"name":"MSIPATCHSTATE","features":[160]},{"name":"MSIPATCHSTATE_ALL","features":[160]},{"name":"MSIPATCHSTATE_APPLIED","features":[160]},{"name":"MSIPATCHSTATE_INVALID","features":[160]},{"name":"MSIPATCHSTATE_OBSOLETED","features":[160]},{"name":"MSIPATCHSTATE_REGISTERED","features":[160]},{"name":"MSIPATCHSTATE_SUPERSEDED","features":[160]},{"name":"MSIPATCH_DATATYPE_PATCHFILE","features":[160]},{"name":"MSIPATCH_DATATYPE_XMLBLOB","features":[160]},{"name":"MSIPATCH_DATATYPE_XMLPATH","features":[160]},{"name":"MSIRUNMODE","features":[160]},{"name":"MSIRUNMODE_ADMIN","features":[160]},{"name":"MSIRUNMODE_ADVERTISE","features":[160]},{"name":"MSIRUNMODE_CABINET","features":[160]},{"name":"MSIRUNMODE_COMMIT","features":[160]},{"name":"MSIRUNMODE_LOGENABLED","features":[160]},{"name":"MSIRUNMODE_MAINTENANCE","features":[160]},{"name":"MSIRUNMODE_OPERATIONS","features":[160]},{"name":"MSIRUNMODE_REBOOTATEND","features":[160]},{"name":"MSIRUNMODE_REBOOTNOW","features":[160]},{"name":"MSIRUNMODE_RESERVED11","features":[160]},{"name":"MSIRUNMODE_RESERVED14","features":[160]},{"name":"MSIRUNMODE_RESERVED15","features":[160]},{"name":"MSIRUNMODE_ROLLBACK","features":[160]},{"name":"MSIRUNMODE_ROLLBACKENABLED","features":[160]},{"name":"MSIRUNMODE_SCHEDULED","features":[160]},{"name":"MSIRUNMODE_SOURCESHORTNAMES","features":[160]},{"name":"MSIRUNMODE_TARGETSHORTNAMES","features":[160]},{"name":"MSIRUNMODE_WINDOWS9X","features":[160]},{"name":"MSIRUNMODE_ZAWENABLED","features":[160]},{"name":"MSISOURCETYPE","features":[160]},{"name":"MSISOURCETYPE_MEDIA","features":[160]},{"name":"MSISOURCETYPE_NETWORK","features":[160]},{"name":"MSISOURCETYPE_UNKNOWN","features":[160]},{"name":"MSISOURCETYPE_URL","features":[160]},{"name":"MSITRANSACTION","features":[160]},{"name":"MSITRANSACTIONSTATE","features":[160]},{"name":"MSITRANSACTIONSTATE_COMMIT","features":[160]},{"name":"MSITRANSACTIONSTATE_ROLLBACK","features":[160]},{"name":"MSITRANSACTION_CHAIN_EMBEDDEDUI","features":[160]},{"name":"MSITRANSACTION_JOIN_EXISTING_EMBEDDEDUI","features":[160]},{"name":"MSITRANSFORM_ERROR","features":[160]},{"name":"MSITRANSFORM_ERROR_ADDEXISTINGROW","features":[160]},{"name":"MSITRANSFORM_ERROR_ADDEXISTINGTABLE","features":[160]},{"name":"MSITRANSFORM_ERROR_CHANGECODEPAGE","features":[160]},{"name":"MSITRANSFORM_ERROR_DELMISSINGROW","features":[160]},{"name":"MSITRANSFORM_ERROR_DELMISSINGTABLE","features":[160]},{"name":"MSITRANSFORM_ERROR_NONE","features":[160]},{"name":"MSITRANSFORM_ERROR_UPDATEMISSINGROW","features":[160]},{"name":"MSITRANSFORM_ERROR_VIEWTRANSFORM","features":[160]},{"name":"MSITRANSFORM_VALIDATE","features":[160]},{"name":"MSITRANSFORM_VALIDATE_LANGUAGE","features":[160]},{"name":"MSITRANSFORM_VALIDATE_MAJORVERSION","features":[160]},{"name":"MSITRANSFORM_VALIDATE_MINORVERSION","features":[160]},{"name":"MSITRANSFORM_VALIDATE_NEWEQUALBASEVERSION","features":[160]},{"name":"MSITRANSFORM_VALIDATE_NEWGREATERBASEVERSION","features":[160]},{"name":"MSITRANSFORM_VALIDATE_NEWGREATEREQUALBASEVERSION","features":[160]},{"name":"MSITRANSFORM_VALIDATE_NEWLESSBASEVERSION","features":[160]},{"name":"MSITRANSFORM_VALIDATE_NEWLESSEQUALBASEVERSION","features":[160]},{"name":"MSITRANSFORM_VALIDATE_PLATFORM","features":[160]},{"name":"MSITRANSFORM_VALIDATE_PRODUCT","features":[160]},{"name":"MSITRANSFORM_VALIDATE_UPDATEVERSION","features":[160]},{"name":"MSITRANSFORM_VALIDATE_UPGRADECODE","features":[160]},{"name":"MSI_INVALID_HASH_IS_FATAL","features":[160]},{"name":"MSI_NULL_INTEGER","features":[160]},{"name":"MsiAdvertiseProductA","features":[160]},{"name":"MsiAdvertiseProductExA","features":[160]},{"name":"MsiAdvertiseProductExW","features":[160]},{"name":"MsiAdvertiseProductW","features":[160]},{"name":"MsiAdvertiseScriptA","features":[1,160,54]},{"name":"MsiAdvertiseScriptW","features":[1,160,54]},{"name":"MsiApplyMultiplePatchesA","features":[160]},{"name":"MsiApplyMultiplePatchesW","features":[160]},{"name":"MsiApplyPatchA","features":[160]},{"name":"MsiApplyPatchW","features":[160]},{"name":"MsiBeginTransactionA","features":[1,160]},{"name":"MsiBeginTransactionW","features":[1,160]},{"name":"MsiCloseAllHandles","features":[160]},{"name":"MsiCloseHandle","features":[160]},{"name":"MsiCollectUserInfoA","features":[160]},{"name":"MsiCollectUserInfoW","features":[160]},{"name":"MsiConfigureFeatureA","features":[160]},{"name":"MsiConfigureFeatureW","features":[160]},{"name":"MsiConfigureProductA","features":[160]},{"name":"MsiConfigureProductExA","features":[160]},{"name":"MsiConfigureProductExW","features":[160]},{"name":"MsiConfigureProductW","features":[160]},{"name":"MsiCreateRecord","features":[160]},{"name":"MsiCreateTransformSummaryInfoA","features":[160]},{"name":"MsiCreateTransformSummaryInfoW","features":[160]},{"name":"MsiDatabaseApplyTransformA","features":[160]},{"name":"MsiDatabaseApplyTransformW","features":[160]},{"name":"MsiDatabaseCommit","features":[160]},{"name":"MsiDatabaseExportA","features":[160]},{"name":"MsiDatabaseExportW","features":[160]},{"name":"MsiDatabaseGenerateTransformA","features":[160]},{"name":"MsiDatabaseGenerateTransformW","features":[160]},{"name":"MsiDatabaseGetPrimaryKeysA","features":[160]},{"name":"MsiDatabaseGetPrimaryKeysW","features":[160]},{"name":"MsiDatabaseImportA","features":[160]},{"name":"MsiDatabaseImportW","features":[160]},{"name":"MsiDatabaseIsTablePersistentA","features":[160]},{"name":"MsiDatabaseIsTablePersistentW","features":[160]},{"name":"MsiDatabaseMergeA","features":[160]},{"name":"MsiDatabaseMergeW","features":[160]},{"name":"MsiDatabaseOpenViewA","features":[160]},{"name":"MsiDatabaseOpenViewW","features":[160]},{"name":"MsiDetermineApplicablePatchesA","features":[160]},{"name":"MsiDetermineApplicablePatchesW","features":[160]},{"name":"MsiDeterminePatchSequenceA","features":[160]},{"name":"MsiDeterminePatchSequenceW","features":[160]},{"name":"MsiDoActionA","features":[160]},{"name":"MsiDoActionW","features":[160]},{"name":"MsiEnableLogA","features":[160]},{"name":"MsiEnableLogW","features":[160]},{"name":"MsiEnableUIPreview","features":[160]},{"name":"MsiEndTransaction","features":[160]},{"name":"MsiEnumClientsA","features":[160]},{"name":"MsiEnumClientsExA","features":[160]},{"name":"MsiEnumClientsExW","features":[160]},{"name":"MsiEnumClientsW","features":[160]},{"name":"MsiEnumComponentCostsA","features":[160]},{"name":"MsiEnumComponentCostsW","features":[160]},{"name":"MsiEnumComponentQualifiersA","features":[160]},{"name":"MsiEnumComponentQualifiersW","features":[160]},{"name":"MsiEnumComponentsA","features":[160]},{"name":"MsiEnumComponentsExA","features":[160]},{"name":"MsiEnumComponentsExW","features":[160]},{"name":"MsiEnumComponentsW","features":[160]},{"name":"MsiEnumFeaturesA","features":[160]},{"name":"MsiEnumFeaturesW","features":[160]},{"name":"MsiEnumPatchesA","features":[160]},{"name":"MsiEnumPatchesExA","features":[160]},{"name":"MsiEnumPatchesExW","features":[160]},{"name":"MsiEnumPatchesW","features":[160]},{"name":"MsiEnumProductsA","features":[160]},{"name":"MsiEnumProductsExA","features":[160]},{"name":"MsiEnumProductsExW","features":[160]},{"name":"MsiEnumProductsW","features":[160]},{"name":"MsiEnumRelatedProductsA","features":[160]},{"name":"MsiEnumRelatedProductsW","features":[160]},{"name":"MsiEvaluateConditionA","features":[160]},{"name":"MsiEvaluateConditionW","features":[160]},{"name":"MsiExtractPatchXMLDataA","features":[160]},{"name":"MsiExtractPatchXMLDataW","features":[160]},{"name":"MsiFormatRecordA","features":[160]},{"name":"MsiFormatRecordW","features":[160]},{"name":"MsiGetActiveDatabase","features":[160]},{"name":"MsiGetComponentPathA","features":[160]},{"name":"MsiGetComponentPathExA","features":[160]},{"name":"MsiGetComponentPathExW","features":[160]},{"name":"MsiGetComponentPathW","features":[160]},{"name":"MsiGetComponentStateA","features":[160]},{"name":"MsiGetComponentStateW","features":[160]},{"name":"MsiGetDatabaseState","features":[160]},{"name":"MsiGetFeatureCostA","features":[160]},{"name":"MsiGetFeatureCostW","features":[160]},{"name":"MsiGetFeatureInfoA","features":[160]},{"name":"MsiGetFeatureInfoW","features":[160]},{"name":"MsiGetFeatureStateA","features":[160]},{"name":"MsiGetFeatureStateW","features":[160]},{"name":"MsiGetFeatureUsageA","features":[160]},{"name":"MsiGetFeatureUsageW","features":[160]},{"name":"MsiGetFeatureValidStatesA","features":[160]},{"name":"MsiGetFeatureValidStatesW","features":[160]},{"name":"MsiGetFileHashA","features":[160]},{"name":"MsiGetFileHashW","features":[160]},{"name":"MsiGetFileSignatureInformationA","features":[1,75,160]},{"name":"MsiGetFileSignatureInformationW","features":[1,75,160]},{"name":"MsiGetFileVersionA","features":[160]},{"name":"MsiGetFileVersionW","features":[160]},{"name":"MsiGetLanguage","features":[160]},{"name":"MsiGetLastErrorRecord","features":[160]},{"name":"MsiGetMode","features":[1,160]},{"name":"MsiGetPatchFileListA","features":[160]},{"name":"MsiGetPatchFileListW","features":[160]},{"name":"MsiGetPatchInfoA","features":[160]},{"name":"MsiGetPatchInfoExA","features":[160]},{"name":"MsiGetPatchInfoExW","features":[160]},{"name":"MsiGetPatchInfoW","features":[160]},{"name":"MsiGetProductCodeA","features":[160]},{"name":"MsiGetProductCodeW","features":[160]},{"name":"MsiGetProductInfoA","features":[160]},{"name":"MsiGetProductInfoExA","features":[160]},{"name":"MsiGetProductInfoExW","features":[160]},{"name":"MsiGetProductInfoFromScriptA","features":[160]},{"name":"MsiGetProductInfoFromScriptW","features":[160]},{"name":"MsiGetProductInfoW","features":[160]},{"name":"MsiGetProductPropertyA","features":[160]},{"name":"MsiGetProductPropertyW","features":[160]},{"name":"MsiGetPropertyA","features":[160]},{"name":"MsiGetPropertyW","features":[160]},{"name":"MsiGetShortcutTargetA","features":[160]},{"name":"MsiGetShortcutTargetW","features":[160]},{"name":"MsiGetSourcePathA","features":[160]},{"name":"MsiGetSourcePathW","features":[160]},{"name":"MsiGetSummaryInformationA","features":[160]},{"name":"MsiGetSummaryInformationW","features":[160]},{"name":"MsiGetTargetPathA","features":[160]},{"name":"MsiGetTargetPathW","features":[160]},{"name":"MsiGetUserInfoA","features":[160]},{"name":"MsiGetUserInfoW","features":[160]},{"name":"MsiInstallMissingComponentA","features":[160]},{"name":"MsiInstallMissingComponentW","features":[160]},{"name":"MsiInstallMissingFileA","features":[160]},{"name":"MsiInstallMissingFileW","features":[160]},{"name":"MsiInstallProductA","features":[160]},{"name":"MsiInstallProductW","features":[160]},{"name":"MsiIsProductElevatedA","features":[1,160]},{"name":"MsiIsProductElevatedW","features":[1,160]},{"name":"MsiJoinTransaction","features":[1,160]},{"name":"MsiLocateComponentA","features":[160]},{"name":"MsiLocateComponentW","features":[160]},{"name":"MsiNotifySidChangeA","features":[160]},{"name":"MsiNotifySidChangeW","features":[160]},{"name":"MsiOpenDatabaseA","features":[160]},{"name":"MsiOpenDatabaseW","features":[160]},{"name":"MsiOpenPackageA","features":[160]},{"name":"MsiOpenPackageExA","features":[160]},{"name":"MsiOpenPackageExW","features":[160]},{"name":"MsiOpenPackageW","features":[160]},{"name":"MsiOpenProductA","features":[160]},{"name":"MsiOpenProductW","features":[160]},{"name":"MsiPreviewBillboardA","features":[160]},{"name":"MsiPreviewBillboardW","features":[160]},{"name":"MsiPreviewDialogA","features":[160]},{"name":"MsiPreviewDialogW","features":[160]},{"name":"MsiProcessAdvertiseScriptA","features":[1,160,54]},{"name":"MsiProcessAdvertiseScriptW","features":[1,160,54]},{"name":"MsiProcessMessage","features":[160]},{"name":"MsiProvideAssemblyA","features":[160]},{"name":"MsiProvideAssemblyW","features":[160]},{"name":"MsiProvideComponentA","features":[160]},{"name":"MsiProvideComponentW","features":[160]},{"name":"MsiProvideQualifiedComponentA","features":[160]},{"name":"MsiProvideQualifiedComponentExA","features":[160]},{"name":"MsiProvideQualifiedComponentExW","features":[160]},{"name":"MsiProvideQualifiedComponentW","features":[160]},{"name":"MsiQueryComponentStateA","features":[160]},{"name":"MsiQueryComponentStateW","features":[160]},{"name":"MsiQueryFeatureStateA","features":[160]},{"name":"MsiQueryFeatureStateExA","features":[160]},{"name":"MsiQueryFeatureStateExW","features":[160]},{"name":"MsiQueryFeatureStateW","features":[160]},{"name":"MsiQueryProductStateA","features":[160]},{"name":"MsiQueryProductStateW","features":[160]},{"name":"MsiRecordClearData","features":[160]},{"name":"MsiRecordDataSize","features":[160]},{"name":"MsiRecordGetFieldCount","features":[160]},{"name":"MsiRecordGetInteger","features":[160]},{"name":"MsiRecordGetStringA","features":[160]},{"name":"MsiRecordGetStringW","features":[160]},{"name":"MsiRecordIsNull","features":[1,160]},{"name":"MsiRecordReadStream","features":[160]},{"name":"MsiRecordSetInteger","features":[160]},{"name":"MsiRecordSetStreamA","features":[160]},{"name":"MsiRecordSetStreamW","features":[160]},{"name":"MsiRecordSetStringA","features":[160]},{"name":"MsiRecordSetStringW","features":[160]},{"name":"MsiReinstallFeatureA","features":[160]},{"name":"MsiReinstallFeatureW","features":[160]},{"name":"MsiReinstallProductA","features":[160]},{"name":"MsiReinstallProductW","features":[160]},{"name":"MsiRemovePatchesA","features":[160]},{"name":"MsiRemovePatchesW","features":[160]},{"name":"MsiSequenceA","features":[160]},{"name":"MsiSequenceW","features":[160]},{"name":"MsiSetComponentStateA","features":[160]},{"name":"MsiSetComponentStateW","features":[160]},{"name":"MsiSetExternalUIA","features":[160]},{"name":"MsiSetExternalUIRecord","features":[160]},{"name":"MsiSetExternalUIW","features":[160]},{"name":"MsiSetFeatureAttributesA","features":[160]},{"name":"MsiSetFeatureAttributesW","features":[160]},{"name":"MsiSetFeatureStateA","features":[160]},{"name":"MsiSetFeatureStateW","features":[160]},{"name":"MsiSetInstallLevel","features":[160]},{"name":"MsiSetInternalUI","features":[1,160]},{"name":"MsiSetMode","features":[1,160]},{"name":"MsiSetPropertyA","features":[160]},{"name":"MsiSetPropertyW","features":[160]},{"name":"MsiSetTargetPathA","features":[160]},{"name":"MsiSetTargetPathW","features":[160]},{"name":"MsiSourceListAddMediaDiskA","features":[160]},{"name":"MsiSourceListAddMediaDiskW","features":[160]},{"name":"MsiSourceListAddSourceA","features":[160]},{"name":"MsiSourceListAddSourceExA","features":[160]},{"name":"MsiSourceListAddSourceExW","features":[160]},{"name":"MsiSourceListAddSourceW","features":[160]},{"name":"MsiSourceListClearAllA","features":[160]},{"name":"MsiSourceListClearAllExA","features":[160]},{"name":"MsiSourceListClearAllExW","features":[160]},{"name":"MsiSourceListClearAllW","features":[160]},{"name":"MsiSourceListClearMediaDiskA","features":[160]},{"name":"MsiSourceListClearMediaDiskW","features":[160]},{"name":"MsiSourceListClearSourceA","features":[160]},{"name":"MsiSourceListClearSourceW","features":[160]},{"name":"MsiSourceListEnumMediaDisksA","features":[160]},{"name":"MsiSourceListEnumMediaDisksW","features":[160]},{"name":"MsiSourceListEnumSourcesA","features":[160]},{"name":"MsiSourceListEnumSourcesW","features":[160]},{"name":"MsiSourceListForceResolutionA","features":[160]},{"name":"MsiSourceListForceResolutionExA","features":[160]},{"name":"MsiSourceListForceResolutionExW","features":[160]},{"name":"MsiSourceListForceResolutionW","features":[160]},{"name":"MsiSourceListGetInfoA","features":[160]},{"name":"MsiSourceListGetInfoW","features":[160]},{"name":"MsiSourceListSetInfoA","features":[160]},{"name":"MsiSourceListSetInfoW","features":[160]},{"name":"MsiSummaryInfoGetPropertyA","features":[1,160]},{"name":"MsiSummaryInfoGetPropertyCount","features":[160]},{"name":"MsiSummaryInfoGetPropertyW","features":[1,160]},{"name":"MsiSummaryInfoPersist","features":[160]},{"name":"MsiSummaryInfoSetPropertyA","features":[1,160]},{"name":"MsiSummaryInfoSetPropertyW","features":[1,160]},{"name":"MsiUseFeatureA","features":[160]},{"name":"MsiUseFeatureExA","features":[160]},{"name":"MsiUseFeatureExW","features":[160]},{"name":"MsiUseFeatureW","features":[160]},{"name":"MsiVerifyDiskSpace","features":[160]},{"name":"MsiVerifyPackageA","features":[160]},{"name":"MsiVerifyPackageW","features":[160]},{"name":"MsiViewClose","features":[160]},{"name":"MsiViewExecute","features":[160]},{"name":"MsiViewFetch","features":[160]},{"name":"MsiViewGetColumnInfo","features":[160]},{"name":"MsiViewGetErrorA","features":[160]},{"name":"MsiViewGetErrorW","features":[160]},{"name":"MsiViewModify","features":[160]},{"name":"MsmMerge","features":[160]},{"name":"NormalizeFileForPatchSignature","features":[1,160]},{"name":"PACKMAN_RUNTIME","features":[160]},{"name":"PACKMAN_RUNTIME_INVALID","features":[160]},{"name":"PACKMAN_RUNTIME_JUPITER","features":[160]},{"name":"PACKMAN_RUNTIME_MODERN_NATIVE","features":[160]},{"name":"PACKMAN_RUNTIME_NATIVE","features":[160]},{"name":"PACKMAN_RUNTIME_SILVERLIGHTMOBILE","features":[160]},{"name":"PACKMAN_RUNTIME_XNA","features":[160]},{"name":"PATCH_IGNORE_RANGE","features":[160]},{"name":"PATCH_INTERLEAVE_MAP","features":[160]},{"name":"PATCH_OLD_FILE_INFO","features":[1,160]},{"name":"PATCH_OLD_FILE_INFO_A","features":[160]},{"name":"PATCH_OLD_FILE_INFO_H","features":[1,160]},{"name":"PATCH_OLD_FILE_INFO_W","features":[160]},{"name":"PATCH_OPTION_DATA","features":[1,160]},{"name":"PATCH_OPTION_FAIL_IF_BIGGER","features":[160]},{"name":"PATCH_OPTION_FAIL_IF_SAME_FILE","features":[160]},{"name":"PATCH_OPTION_INTERLEAVE_FILES","features":[160]},{"name":"PATCH_OPTION_NO_BINDFIX","features":[160]},{"name":"PATCH_OPTION_NO_CHECKSUM","features":[160]},{"name":"PATCH_OPTION_NO_LOCKFIX","features":[160]},{"name":"PATCH_OPTION_NO_REBASE","features":[160]},{"name":"PATCH_OPTION_NO_RESTIMEFIX","features":[160]},{"name":"PATCH_OPTION_NO_TIMESTAMP","features":[160]},{"name":"PATCH_OPTION_RESERVED1","features":[160]},{"name":"PATCH_OPTION_SIGNATURE_MD5","features":[160]},{"name":"PATCH_OPTION_USE_BEST","features":[160]},{"name":"PATCH_OPTION_USE_LZX_A","features":[160]},{"name":"PATCH_OPTION_USE_LZX_B","features":[160]},{"name":"PATCH_OPTION_USE_LZX_BEST","features":[160]},{"name":"PATCH_OPTION_USE_LZX_LARGE","features":[160]},{"name":"PATCH_OPTION_VALID_FLAGS","features":[160]},{"name":"PATCH_RETAIN_RANGE","features":[160]},{"name":"PATCH_SYMBOL_NO_FAILURES","features":[160]},{"name":"PATCH_SYMBOL_NO_IMAGEHLP","features":[160]},{"name":"PATCH_SYMBOL_RESERVED1","features":[160]},{"name":"PATCH_SYMBOL_UNDECORATED_TOO","features":[160]},{"name":"PATCH_TRANSFORM_PE_IRELOC_2","features":[160]},{"name":"PATCH_TRANSFORM_PE_RESOURCE_2","features":[160]},{"name":"PID_APPNAME","features":[160]},{"name":"PID_AUTHOR","features":[160]},{"name":"PID_CHARCOUNT","features":[160]},{"name":"PID_COMMENTS","features":[160]},{"name":"PID_CREATE_DTM","features":[160]},{"name":"PID_EDITTIME","features":[160]},{"name":"PID_KEYWORDS","features":[160]},{"name":"PID_LASTAUTHOR","features":[160]},{"name":"PID_LASTPRINTED","features":[160]},{"name":"PID_LASTSAVE_DTM","features":[160]},{"name":"PID_MSIRESTRICT","features":[160]},{"name":"PID_MSISOURCE","features":[160]},{"name":"PID_MSIVERSION","features":[160]},{"name":"PID_PAGECOUNT","features":[160]},{"name":"PID_REVNUMBER","features":[160]},{"name":"PID_SUBJECT","features":[160]},{"name":"PID_TEMPLATE","features":[160]},{"name":"PID_THUMBNAIL","features":[160]},{"name":"PID_TITLE","features":[160]},{"name":"PID_WORDCOUNT","features":[160]},{"name":"PINSTALLUI_HANDLER_RECORD","features":[160]},{"name":"PMSIHANDLE","features":[160]},{"name":"PMSvc","features":[160]},{"name":"PM_ACTIVATION_POLICY","features":[160]},{"name":"PM_ACTIVATION_POLICY_INVALID","features":[160]},{"name":"PM_ACTIVATION_POLICY_MULTISESSION","features":[160]},{"name":"PM_ACTIVATION_POLICY_REPLACE","features":[160]},{"name":"PM_ACTIVATION_POLICY_REPLACESAMEPARAMS","features":[160]},{"name":"PM_ACTIVATION_POLICY_REPLACE_IGNOREFOREGROUND","features":[160]},{"name":"PM_ACTIVATION_POLICY_RESUME","features":[160]},{"name":"PM_ACTIVATION_POLICY_RESUMESAMEPARAMS","features":[160]},{"name":"PM_ACTIVATION_POLICY_UNKNOWN","features":[160]},{"name":"PM_APPLICATION_HUBTYPE","features":[160]},{"name":"PM_APPLICATION_HUBTYPE_INVALID","features":[160]},{"name":"PM_APPLICATION_HUBTYPE_MUSIC","features":[160]},{"name":"PM_APPLICATION_HUBTYPE_NONMUSIC","features":[160]},{"name":"PM_APPLICATION_INSTALL_DEBUG","features":[160]},{"name":"PM_APPLICATION_INSTALL_ENTERPRISE","features":[160]},{"name":"PM_APPLICATION_INSTALL_INVALID","features":[160]},{"name":"PM_APPLICATION_INSTALL_IN_ROM","features":[160]},{"name":"PM_APPLICATION_INSTALL_NORMAL","features":[160]},{"name":"PM_APPLICATION_INSTALL_PA","features":[160]},{"name":"PM_APPLICATION_INSTALL_TYPE","features":[160]},{"name":"PM_APPLICATION_STATE","features":[160]},{"name":"PM_APPLICATION_STATE_DISABLED_BACKING_UP","features":[160]},{"name":"PM_APPLICATION_STATE_DISABLED_ENTERPRISE","features":[160]},{"name":"PM_APPLICATION_STATE_DISABLED_MDIL_BINDING","features":[160]},{"name":"PM_APPLICATION_STATE_DISABLED_SD_CARD","features":[160]},{"name":"PM_APPLICATION_STATE_INSTALLED","features":[160]},{"name":"PM_APPLICATION_STATE_INSTALLING","features":[160]},{"name":"PM_APPLICATION_STATE_INVALID","features":[160]},{"name":"PM_APPLICATION_STATE_LICENSE_UPDATING","features":[160]},{"name":"PM_APPLICATION_STATE_MAX","features":[160]},{"name":"PM_APPLICATION_STATE_MIN","features":[160]},{"name":"PM_APPLICATION_STATE_MOVING","features":[160]},{"name":"PM_APPLICATION_STATE_UNINSTALLING","features":[160]},{"name":"PM_APPLICATION_STATE_UPDATING","features":[160]},{"name":"PM_APPTASKTYPE","features":[160]},{"name":"PM_APP_FILTER_ALL","features":[160]},{"name":"PM_APP_FILTER_ALL_INCLUDE_MODERN","features":[160]},{"name":"PM_APP_FILTER_FRAMEWORK","features":[160]},{"name":"PM_APP_FILTER_GENRE","features":[160]},{"name":"PM_APP_FILTER_HUBTYPE","features":[160]},{"name":"PM_APP_FILTER_MAX","features":[160]},{"name":"PM_APP_FILTER_NONGAMES","features":[160]},{"name":"PM_APP_FILTER_PINABLEONKIDZONE","features":[160]},{"name":"PM_APP_FILTER_VISIBLE","features":[160]},{"name":"PM_APP_GENRE","features":[160]},{"name":"PM_APP_GENRE_GAMES","features":[160]},{"name":"PM_APP_GENRE_INVALID","features":[160]},{"name":"PM_APP_GENRE_OTHER","features":[160]},{"name":"PM_BSATASKID","features":[160]},{"name":"PM_BWTASKID","features":[160]},{"name":"PM_ENUM_APP_FILTER","features":[160]},{"name":"PM_ENUM_BSA_FILTER","features":[160]},{"name":"PM_ENUM_BSA_FILTER_ALL","features":[160]},{"name":"PM_ENUM_BSA_FILTER_BY_ALL_LAUNCHONBOOT","features":[160]},{"name":"PM_ENUM_BSA_FILTER_BY_PERIODIC","features":[160]},{"name":"PM_ENUM_BSA_FILTER_BY_PRODUCTID","features":[160]},{"name":"PM_ENUM_BSA_FILTER_BY_TASKID","features":[160]},{"name":"PM_ENUM_BSA_FILTER_MAX","features":[160]},{"name":"PM_ENUM_BW_FILTER","features":[160]},{"name":"PM_ENUM_BW_FILTER_BOOTWORKER_ALL","features":[160]},{"name":"PM_ENUM_BW_FILTER_BY_TASKID","features":[160]},{"name":"PM_ENUM_BW_FILTER_MAX","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_APPCONNECT","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_BY_CONSUMER","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_CACHEDFILEUPDATER_ALL","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_FILEOPENPICKER_ALL","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_FILESAVEPICKER_ALL","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_APPLICATION_ALL","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_CONTENTTYPE_ALL","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_FILETYPE_ALL","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_MAX","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_PROTOCOL_ALL","features":[160]},{"name":"PM_ENUM_EXTENSION_FILTER_SHARETARGET_ALL","features":[160]},{"name":"PM_ENUM_FILTER","features":[160]},{"name":"PM_ENUM_TASK_FILTER","features":[160]},{"name":"PM_ENUM_TILE_FILTER","features":[160]},{"name":"PM_EXTENSIONCONSUMER","features":[160]},{"name":"PM_INSTALLINFO","features":[1,160]},{"name":"PM_INVOCATIONINFO","features":[160]},{"name":"PM_LIVETILE_RECURRENCE_TYPE","features":[160]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_INSTANT","features":[160]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_INTERVAL","features":[160]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_MAX","features":[160]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_ONETIME","features":[160]},{"name":"PM_LOGO_SIZE","features":[160]},{"name":"PM_LOGO_SIZE_INVALID","features":[160]},{"name":"PM_LOGO_SIZE_LARGE","features":[160]},{"name":"PM_LOGO_SIZE_MEDIUM","features":[160]},{"name":"PM_LOGO_SIZE_SMALL","features":[160]},{"name":"PM_STARTAPPBLOB","features":[1,160]},{"name":"PM_STARTTILEBLOB","features":[1,160]},{"name":"PM_STARTTILE_TYPE","features":[160]},{"name":"PM_STARTTILE_TYPE_APPLIST","features":[160]},{"name":"PM_STARTTILE_TYPE_APPLISTPRIMARY","features":[160]},{"name":"PM_STARTTILE_TYPE_INVALID","features":[160]},{"name":"PM_STARTTILE_TYPE_PRIMARY","features":[160]},{"name":"PM_STARTTILE_TYPE_SECONDARY","features":[160]},{"name":"PM_TASK_FILTER_APP_ALL","features":[160]},{"name":"PM_TASK_FILTER_APP_TASK_TYPE","features":[160]},{"name":"PM_TASK_FILTER_BGEXECUTION","features":[160]},{"name":"PM_TASK_FILTER_DEHYD_SUPRESSING","features":[160]},{"name":"PM_TASK_FILTER_MAX","features":[160]},{"name":"PM_TASK_FILTER_TASK_TYPE","features":[160]},{"name":"PM_TASK_TRANSITION","features":[160]},{"name":"PM_TASK_TRANSITION_CUSTOM","features":[160]},{"name":"PM_TASK_TRANSITION_DEFAULT","features":[160]},{"name":"PM_TASK_TRANSITION_INVALID","features":[160]},{"name":"PM_TASK_TRANSITION_NONE","features":[160]},{"name":"PM_TASK_TRANSITION_READERBOARD","features":[160]},{"name":"PM_TASK_TRANSITION_SLIDE","features":[160]},{"name":"PM_TASK_TRANSITION_SWIVEL","features":[160]},{"name":"PM_TASK_TRANSITION_TURNSTILE","features":[160]},{"name":"PM_TASK_TYPE","features":[160]},{"name":"PM_TASK_TYPE_BACKGROUNDSERVICEAGENT","features":[160]},{"name":"PM_TASK_TYPE_BACKGROUNDWORKER","features":[160]},{"name":"PM_TASK_TYPE_DEFAULT","features":[160]},{"name":"PM_TASK_TYPE_INVALID","features":[160]},{"name":"PM_TASK_TYPE_NORMAL","features":[160]},{"name":"PM_TASK_TYPE_SETTINGS","features":[160]},{"name":"PM_TILE_FILTER_APPLIST","features":[160]},{"name":"PM_TILE_FILTER_APP_ALL","features":[160]},{"name":"PM_TILE_FILTER_HUBTYPE","features":[160]},{"name":"PM_TILE_FILTER_MAX","features":[160]},{"name":"PM_TILE_FILTER_PINNED","features":[160]},{"name":"PM_TILE_HUBTYPE","features":[160]},{"name":"PM_TILE_HUBTYPE_APPLIST","features":[160]},{"name":"PM_TILE_HUBTYPE_CACHED","features":[160]},{"name":"PM_TILE_HUBTYPE_GAMES","features":[160]},{"name":"PM_TILE_HUBTYPE_INVALID","features":[160]},{"name":"PM_TILE_HUBTYPE_KIDZONE","features":[160]},{"name":"PM_TILE_HUBTYPE_LOCKSCREEN","features":[160]},{"name":"PM_TILE_HUBTYPE_MOSETTINGS","features":[160]},{"name":"PM_TILE_HUBTYPE_MUSIC","features":[160]},{"name":"PM_TILE_HUBTYPE_STARTMENU","features":[160]},{"name":"PM_TILE_SIZE","features":[160]},{"name":"PM_TILE_SIZE_INVALID","features":[160]},{"name":"PM_TILE_SIZE_LARGE","features":[160]},{"name":"PM_TILE_SIZE_MEDIUM","features":[160]},{"name":"PM_TILE_SIZE_SMALL","features":[160]},{"name":"PM_TILE_SIZE_SQUARE310X310","features":[160]},{"name":"PM_TILE_SIZE_TALL150X310","features":[160]},{"name":"PM_UPDATEINFO","features":[160]},{"name":"PM_UPDATEINFO_LEGACY","features":[160]},{"name":"PPATCH_PROGRESS_CALLBACK","features":[1,160]},{"name":"PPATCH_SYMLOAD_CALLBACK","features":[1,160]},{"name":"PROTECTED_FILE_DATA","features":[160]},{"name":"QUERYASMINFO_FLAGS","features":[160]},{"name":"QUERYASMINFO_FLAG_VALIDATE","features":[160]},{"name":"QueryActCtxSettingsW","features":[1,160]},{"name":"QueryActCtxW","features":[1,160]},{"name":"REINSTALLMODE","features":[160]},{"name":"REINSTALLMODE_FILEEQUALVERSION","features":[160]},{"name":"REINSTALLMODE_FILEEXACT","features":[160]},{"name":"REINSTALLMODE_FILEMISSING","features":[160]},{"name":"REINSTALLMODE_FILEOLDERVERSION","features":[160]},{"name":"REINSTALLMODE_FILEREPLACE","features":[160]},{"name":"REINSTALLMODE_FILEVERIFY","features":[160]},{"name":"REINSTALLMODE_MACHINEDATA","features":[160]},{"name":"REINSTALLMODE_PACKAGE","features":[160]},{"name":"REINSTALLMODE_REPAIR","features":[160]},{"name":"REINSTALLMODE_SHORTCUT","features":[160]},{"name":"REINSTALLMODE_USERDATA","features":[160]},{"name":"RESULTTYPES","features":[160]},{"name":"ReleaseActCtx","features":[1,160]},{"name":"SCRIPTFLAGS","features":[160]},{"name":"SCRIPTFLAGS_CACHEINFO","features":[160]},{"name":"SCRIPTFLAGS_MACHINEASSIGN","features":[160]},{"name":"SCRIPTFLAGS_REGDATA","features":[160]},{"name":"SCRIPTFLAGS_REGDATA_APPINFO","features":[160]},{"name":"SCRIPTFLAGS_REGDATA_CLASSINFO","features":[160]},{"name":"SCRIPTFLAGS_REGDATA_CNFGINFO","features":[160]},{"name":"SCRIPTFLAGS_REGDATA_EXTENSIONINFO","features":[160]},{"name":"SCRIPTFLAGS_SHORTCUTS","features":[160]},{"name":"SCRIPTFLAGS_VALIDATE_TRANSFORMS_LIST","features":[160]},{"name":"SFC_DISABLE_ASK","features":[160]},{"name":"SFC_DISABLE_NOPOPUPS","features":[160]},{"name":"SFC_DISABLE_NORMAL","features":[160]},{"name":"SFC_DISABLE_ONCE","features":[160]},{"name":"SFC_DISABLE_SETUP","features":[160]},{"name":"SFC_IDLE_TRIGGER","features":[160]},{"name":"SFC_QUOTA_DEFAULT","features":[160]},{"name":"SFC_SCAN_ALWAYS","features":[160]},{"name":"SFC_SCAN_IMMEDIATE","features":[160]},{"name":"SFC_SCAN_NORMAL","features":[160]},{"name":"SFC_SCAN_ONCE","features":[160]},{"name":"STATUSTYPES","features":[160]},{"name":"STREAM_FORMAT_COMPLIB_MANIFEST","features":[160]},{"name":"STREAM_FORMAT_COMPLIB_MODULE","features":[160]},{"name":"STREAM_FORMAT_WIN32_MANIFEST","features":[160]},{"name":"STREAM_FORMAT_WIN32_MODULE","features":[160]},{"name":"SfcGetNextProtectedFile","features":[1,160]},{"name":"SfcIsFileProtected","features":[1,160]},{"name":"SfcIsKeyProtected","features":[1,160,54]},{"name":"SfpVerifyFile","features":[1,160]},{"name":"TILE_TEMPLATE_AGILESTORE","features":[160]},{"name":"TILE_TEMPLATE_ALL","features":[160]},{"name":"TILE_TEMPLATE_BADGE","features":[160]},{"name":"TILE_TEMPLATE_BLOCK","features":[160]},{"name":"TILE_TEMPLATE_BLOCKANDTEXT01","features":[160]},{"name":"TILE_TEMPLATE_BLOCKANDTEXT02","features":[160]},{"name":"TILE_TEMPLATE_CALENDAR","features":[160]},{"name":"TILE_TEMPLATE_CONTACT","features":[160]},{"name":"TILE_TEMPLATE_CYCLE","features":[160]},{"name":"TILE_TEMPLATE_DEEPLINK","features":[160]},{"name":"TILE_TEMPLATE_DEFAULT","features":[160]},{"name":"TILE_TEMPLATE_FLIP","features":[160]},{"name":"TILE_TEMPLATE_FOLDER","features":[160]},{"name":"TILE_TEMPLATE_GAMES","features":[160]},{"name":"TILE_TEMPLATE_GROUP","features":[160]},{"name":"TILE_TEMPLATE_IMAGE","features":[160]},{"name":"TILE_TEMPLATE_IMAGEANDTEXT01","features":[160]},{"name":"TILE_TEMPLATE_IMAGEANDTEXT02","features":[160]},{"name":"TILE_TEMPLATE_IMAGECOLLECTION","features":[160]},{"name":"TILE_TEMPLATE_INVALID","features":[160]},{"name":"TILE_TEMPLATE_METROCOUNT","features":[160]},{"name":"TILE_TEMPLATE_METROCOUNTQUEUE","features":[160]},{"name":"TILE_TEMPLATE_MUSICVIDEO","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGE01","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGE02","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGE03","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGE04","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGE05","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGE06","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT01","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT02","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT03","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT04","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION01","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION02","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION03","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION04","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION05","features":[160]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION06","features":[160]},{"name":"TILE_TEMPLATE_PEOPLE","features":[160]},{"name":"TILE_TEMPLATE_SEARCH","features":[160]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT01","features":[160]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT02","features":[160]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT03","features":[160]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT04","features":[160]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT05","features":[160]},{"name":"TILE_TEMPLATE_TEXT01","features":[160]},{"name":"TILE_TEMPLATE_TEXT02","features":[160]},{"name":"TILE_TEMPLATE_TEXT03","features":[160]},{"name":"TILE_TEMPLATE_TEXT04","features":[160]},{"name":"TILE_TEMPLATE_TEXT05","features":[160]},{"name":"TILE_TEMPLATE_TEXT06","features":[160]},{"name":"TILE_TEMPLATE_TEXT07","features":[160]},{"name":"TILE_TEMPLATE_TEXT08","features":[160]},{"name":"TILE_TEMPLATE_TEXT09","features":[160]},{"name":"TILE_TEMPLATE_TEXT10","features":[160]},{"name":"TILE_TEMPLATE_TEXT11","features":[160]},{"name":"TILE_TEMPLATE_TILEFLYOUT01","features":[160]},{"name":"TILE_TEMPLATE_TYPE","features":[160]},{"name":"TXTLOG_BACKUP","features":[160]},{"name":"TXTLOG_CMI","features":[160]},{"name":"TXTLOG_COPYFILES","features":[160]},{"name":"TXTLOG_DEPTH_DECR","features":[160]},{"name":"TXTLOG_DEPTH_INCR","features":[160]},{"name":"TXTLOG_DETAILS","features":[160]},{"name":"TXTLOG_DEVINST","features":[160]},{"name":"TXTLOG_DEVMGR","features":[160]},{"name":"TXTLOG_DRIVER_STORE","features":[160]},{"name":"TXTLOG_DRVSETUP","features":[160]},{"name":"TXTLOG_ERROR","features":[160]},{"name":"TXTLOG_FILEQ","features":[160]},{"name":"TXTLOG_FLUSH_FILE","features":[160]},{"name":"TXTLOG_INF","features":[160]},{"name":"TXTLOG_INFDB","features":[160]},{"name":"TXTLOG_INSTALLER","features":[160]},{"name":"TXTLOG_NEWDEV","features":[160]},{"name":"TXTLOG_POLICY","features":[160]},{"name":"TXTLOG_RESERVED_FLAGS","features":[160]},{"name":"TXTLOG_SETUP","features":[160]},{"name":"TXTLOG_SETUPAPI_BITS","features":[160]},{"name":"TXTLOG_SETUPAPI_CMDLINE","features":[160]},{"name":"TXTLOG_SETUPAPI_DEVLOG","features":[160]},{"name":"TXTLOG_SIGVERIF","features":[160]},{"name":"TXTLOG_SUMMARY","features":[160]},{"name":"TXTLOG_SYSTEM_STATE_CHANGE","features":[160]},{"name":"TXTLOG_TAB_1","features":[160]},{"name":"TXTLOG_TIMESTAMP","features":[160]},{"name":"TXTLOG_UI","features":[160]},{"name":"TXTLOG_UMPNPMGR","features":[160]},{"name":"TXTLOG_UTIL","features":[160]},{"name":"TXTLOG_VENDOR","features":[160]},{"name":"TXTLOG_VERBOSE","features":[160]},{"name":"TXTLOG_VERY_VERBOSE","features":[160]},{"name":"TXTLOG_WARNING","features":[160]},{"name":"TestApplyPatchToFileA","features":[1,160]},{"name":"TestApplyPatchToFileByBuffers","features":[1,160]},{"name":"TestApplyPatchToFileByHandles","features":[1,160]},{"name":"TestApplyPatchToFileW","features":[1,160]},{"name":"UIALL","features":[160]},{"name":"UILOGBITS","features":[160]},{"name":"UINONE","features":[160]},{"name":"USERINFOSTATE","features":[160]},{"name":"USERINFOSTATE_ABSENT","features":[160]},{"name":"USERINFOSTATE_INVALIDARG","features":[160]},{"name":"USERINFOSTATE_MOREDATA","features":[160]},{"name":"USERINFOSTATE_PRESENT","features":[160]},{"name":"USERINFOSTATE_UNKNOWN","features":[160]},{"name":"WARN_BAD_MAJOR_VERSION","features":[160]},{"name":"WARN_BASE","features":[160]},{"name":"WARN_EQUAL_FILE_VERSION","features":[160]},{"name":"WARN_FILE_VERSION_DOWNREV","features":[160]},{"name":"WARN_IMPROPER_TRANSFORM_VALIDATION","features":[160]},{"name":"WARN_INVALID_TRANSFORM_VALIDATION","features":[160]},{"name":"WARN_MAJOR_UPGRADE_PATCH","features":[160]},{"name":"WARN_OBSOLETION_WITH_MSI30","features":[160]},{"name":"WARN_OBSOLETION_WITH_PATCHSEQUENCE","features":[160]},{"name":"WARN_OBSOLETION_WITH_SEQUENCE_DATA","features":[160]},{"name":"WARN_PATCHPROPERTYNOTSET","features":[160]},{"name":"WARN_PCW_MISMATCHED_PRODUCT_CODES","features":[160]},{"name":"WARN_PCW_MISMATCHED_PRODUCT_VERSIONS","features":[160]},{"name":"WARN_SEQUENCE_DATA_GENERATION_DISABLED","features":[160]},{"name":"WARN_SEQUENCE_DATA_SUPERSEDENCE_IGNORED","features":[160]},{"name":"ZombifyActCtx","features":[1,160]},{"name":"_WIN32_MSI","features":[160]},{"name":"_WIN32_MSM","features":[160]},{"name":"cchMaxInteger","features":[160]},{"name":"ieError","features":[160]},{"name":"ieInfo","features":[160]},{"name":"ieStatusCancel","features":[160]},{"name":"ieStatusCreateEngine","features":[160]},{"name":"ieStatusFail","features":[160]},{"name":"ieStatusGetCUB","features":[160]},{"name":"ieStatusICECount","features":[160]},{"name":"ieStatusMerge","features":[160]},{"name":"ieStatusRunICE","features":[160]},{"name":"ieStatusShutdown","features":[160]},{"name":"ieStatusStarting","features":[160]},{"name":"ieStatusSuccess","features":[160]},{"name":"ieStatusSummaryInfo","features":[160]},{"name":"ieUnknown","features":[160]},{"name":"ieWarning","features":[160]},{"name":"msidbAssemblyAttributes","features":[160]},{"name":"msidbAssemblyAttributesURT","features":[160]},{"name":"msidbAssemblyAttributesWin32","features":[160]},{"name":"msidbClassAttributes","features":[160]},{"name":"msidbClassAttributesRelativePath","features":[160]},{"name":"msidbComponentAttributes","features":[160]},{"name":"msidbComponentAttributes64bit","features":[160]},{"name":"msidbComponentAttributesDisableRegistryReflection","features":[160]},{"name":"msidbComponentAttributesLocalOnly","features":[160]},{"name":"msidbComponentAttributesNeverOverwrite","features":[160]},{"name":"msidbComponentAttributesODBCDataSource","features":[160]},{"name":"msidbComponentAttributesOptional","features":[160]},{"name":"msidbComponentAttributesPermanent","features":[160]},{"name":"msidbComponentAttributesRegistryKeyPath","features":[160]},{"name":"msidbComponentAttributesShared","features":[160]},{"name":"msidbComponentAttributesSharedDllRefCount","features":[160]},{"name":"msidbComponentAttributesSourceOnly","features":[160]},{"name":"msidbComponentAttributesTransitive","features":[160]},{"name":"msidbComponentAttributesUninstallOnSupersedence","features":[160]},{"name":"msidbControlAttributes","features":[160]},{"name":"msidbControlAttributesBiDi","features":[160]},{"name":"msidbControlAttributesBitmap","features":[160]},{"name":"msidbControlAttributesCDROMVolume","features":[160]},{"name":"msidbControlAttributesComboList","features":[160]},{"name":"msidbControlAttributesElevationShield","features":[160]},{"name":"msidbControlAttributesEnabled","features":[160]},{"name":"msidbControlAttributesFixedSize","features":[160]},{"name":"msidbControlAttributesFixedVolume","features":[160]},{"name":"msidbControlAttributesFloppyVolume","features":[160]},{"name":"msidbControlAttributesFormatSize","features":[160]},{"name":"msidbControlAttributesHasBorder","features":[160]},{"name":"msidbControlAttributesIcon","features":[160]},{"name":"msidbControlAttributesIconSize16","features":[160]},{"name":"msidbControlAttributesIconSize32","features":[160]},{"name":"msidbControlAttributesIconSize48","features":[160]},{"name":"msidbControlAttributesImageHandle","features":[160]},{"name":"msidbControlAttributesIndirect","features":[160]},{"name":"msidbControlAttributesInteger","features":[160]},{"name":"msidbControlAttributesLeftScroll","features":[160]},{"name":"msidbControlAttributesMultiline","features":[160]},{"name":"msidbControlAttributesNoPrefix","features":[160]},{"name":"msidbControlAttributesNoWrap","features":[160]},{"name":"msidbControlAttributesPasswordInput","features":[160]},{"name":"msidbControlAttributesProgress95","features":[160]},{"name":"msidbControlAttributesPushLike","features":[160]},{"name":"msidbControlAttributesRAMDiskVolume","features":[160]},{"name":"msidbControlAttributesRTLRO","features":[160]},{"name":"msidbControlAttributesRemoteVolume","features":[160]},{"name":"msidbControlAttributesRemovableVolume","features":[160]},{"name":"msidbControlAttributesRightAligned","features":[160]},{"name":"msidbControlAttributesSorted","features":[160]},{"name":"msidbControlAttributesSunken","features":[160]},{"name":"msidbControlAttributesTransparent","features":[160]},{"name":"msidbControlAttributesUsersLanguage","features":[160]},{"name":"msidbControlAttributesVisible","features":[160]},{"name":"msidbControlShowRollbackCost","features":[160]},{"name":"msidbCustomActionType","features":[160]},{"name":"msidbCustomActionType64BitScript","features":[160]},{"name":"msidbCustomActionTypeAsync","features":[160]},{"name":"msidbCustomActionTypeBinaryData","features":[160]},{"name":"msidbCustomActionTypeClientRepeat","features":[160]},{"name":"msidbCustomActionTypeCommit","features":[160]},{"name":"msidbCustomActionTypeContinue","features":[160]},{"name":"msidbCustomActionTypeDirectory","features":[160]},{"name":"msidbCustomActionTypeDll","features":[160]},{"name":"msidbCustomActionTypeExe","features":[160]},{"name":"msidbCustomActionTypeFirstSequence","features":[160]},{"name":"msidbCustomActionTypeHideTarget","features":[160]},{"name":"msidbCustomActionTypeInScript","features":[160]},{"name":"msidbCustomActionTypeInstall","features":[160]},{"name":"msidbCustomActionTypeJScript","features":[160]},{"name":"msidbCustomActionTypeNoImpersonate","features":[160]},{"name":"msidbCustomActionTypeOncePerProcess","features":[160]},{"name":"msidbCustomActionTypePatchUninstall","features":[160]},{"name":"msidbCustomActionTypeProperty","features":[160]},{"name":"msidbCustomActionTypeRollback","features":[160]},{"name":"msidbCustomActionTypeSourceFile","features":[160]},{"name":"msidbCustomActionTypeTSAware","features":[160]},{"name":"msidbCustomActionTypeTextData","features":[160]},{"name":"msidbCustomActionTypeVBScript","features":[160]},{"name":"msidbDialogAttributes","features":[160]},{"name":"msidbDialogAttributesBiDi","features":[160]},{"name":"msidbDialogAttributesError","features":[160]},{"name":"msidbDialogAttributesKeepModeless","features":[160]},{"name":"msidbDialogAttributesLeftScroll","features":[160]},{"name":"msidbDialogAttributesMinimize","features":[160]},{"name":"msidbDialogAttributesModal","features":[160]},{"name":"msidbDialogAttributesRTLRO","features":[160]},{"name":"msidbDialogAttributesRightAligned","features":[160]},{"name":"msidbDialogAttributesSysModal","features":[160]},{"name":"msidbDialogAttributesTrackDiskSpace","features":[160]},{"name":"msidbDialogAttributesUseCustomPalette","features":[160]},{"name":"msidbDialogAttributesVisible","features":[160]},{"name":"msidbEmbeddedHandlesBasic","features":[160]},{"name":"msidbEmbeddedUI","features":[160]},{"name":"msidbEmbeddedUIAttributes","features":[160]},{"name":"msidbFeatureAttributes","features":[160]},{"name":"msidbFeatureAttributesDisallowAdvertise","features":[160]},{"name":"msidbFeatureAttributesFavorAdvertise","features":[160]},{"name":"msidbFeatureAttributesFavorLocal","features":[160]},{"name":"msidbFeatureAttributesFavorSource","features":[160]},{"name":"msidbFeatureAttributesFollowParent","features":[160]},{"name":"msidbFeatureAttributesNoUnsupportedAdvertise","features":[160]},{"name":"msidbFeatureAttributesUIDisallowAbsent","features":[160]},{"name":"msidbFileAttributes","features":[160]},{"name":"msidbFileAttributesChecksum","features":[160]},{"name":"msidbFileAttributesCompressed","features":[160]},{"name":"msidbFileAttributesHidden","features":[160]},{"name":"msidbFileAttributesIsolatedComp","features":[160]},{"name":"msidbFileAttributesNoncompressed","features":[160]},{"name":"msidbFileAttributesPatchAdded","features":[160]},{"name":"msidbFileAttributesReadOnly","features":[160]},{"name":"msidbFileAttributesReserved0","features":[160]},{"name":"msidbFileAttributesReserved1","features":[160]},{"name":"msidbFileAttributesReserved2","features":[160]},{"name":"msidbFileAttributesReserved3","features":[160]},{"name":"msidbFileAttributesReserved4","features":[160]},{"name":"msidbFileAttributesSystem","features":[160]},{"name":"msidbFileAttributesVital","features":[160]},{"name":"msidbIniFileAction","features":[160]},{"name":"msidbIniFileActionAddLine","features":[160]},{"name":"msidbIniFileActionAddTag","features":[160]},{"name":"msidbIniFileActionCreateLine","features":[160]},{"name":"msidbIniFileActionRemoveLine","features":[160]},{"name":"msidbIniFileActionRemoveTag","features":[160]},{"name":"msidbLocatorType","features":[160]},{"name":"msidbLocatorType64bit","features":[160]},{"name":"msidbLocatorTypeDirectory","features":[160]},{"name":"msidbLocatorTypeFileName","features":[160]},{"name":"msidbLocatorTypeRawValue","features":[160]},{"name":"msidbMoveFileOptions","features":[160]},{"name":"msidbMoveFileOptionsMove","features":[160]},{"name":"msidbODBCDataSourceRegistration","features":[160]},{"name":"msidbODBCDataSourceRegistrationPerMachine","features":[160]},{"name":"msidbODBCDataSourceRegistrationPerUser","features":[160]},{"name":"msidbPatchAttributes","features":[160]},{"name":"msidbPatchAttributesNonVital","features":[160]},{"name":"msidbRegistryRoot","features":[160]},{"name":"msidbRegistryRootClassesRoot","features":[160]},{"name":"msidbRegistryRootCurrentUser","features":[160]},{"name":"msidbRegistryRootLocalMachine","features":[160]},{"name":"msidbRegistryRootUsers","features":[160]},{"name":"msidbRemoveFileInstallMode","features":[160]},{"name":"msidbRemoveFileInstallModeOnBoth","features":[160]},{"name":"msidbRemoveFileInstallModeOnInstall","features":[160]},{"name":"msidbRemoveFileInstallModeOnRemove","features":[160]},{"name":"msidbServiceConfigEvent","features":[160]},{"name":"msidbServiceConfigEventInstall","features":[160]},{"name":"msidbServiceConfigEventReinstall","features":[160]},{"name":"msidbServiceConfigEventUninstall","features":[160]},{"name":"msidbServiceControlEvent","features":[160]},{"name":"msidbServiceControlEventDelete","features":[160]},{"name":"msidbServiceControlEventStart","features":[160]},{"name":"msidbServiceControlEventStop","features":[160]},{"name":"msidbServiceControlEventUninstallDelete","features":[160]},{"name":"msidbServiceControlEventUninstallStart","features":[160]},{"name":"msidbServiceControlEventUninstallStop","features":[160]},{"name":"msidbServiceInstallErrorControl","features":[160]},{"name":"msidbServiceInstallErrorControlVital","features":[160]},{"name":"msidbSumInfoSourceType","features":[160]},{"name":"msidbSumInfoSourceTypeAdminImage","features":[160]},{"name":"msidbSumInfoSourceTypeCompressed","features":[160]},{"name":"msidbSumInfoSourceTypeLUAPackage","features":[160]},{"name":"msidbSumInfoSourceTypeSFN","features":[160]},{"name":"msidbTextStyleStyleBits","features":[160]},{"name":"msidbTextStyleStyleBitsBold","features":[160]},{"name":"msidbTextStyleStyleBitsItalic","features":[160]},{"name":"msidbTextStyleStyleBitsStrike","features":[160]},{"name":"msidbTextStyleStyleBitsUnderline","features":[160]},{"name":"msidbUpgradeAttributes","features":[160]},{"name":"msidbUpgradeAttributesIgnoreRemoveFailure","features":[160]},{"name":"msidbUpgradeAttributesLanguagesExclusive","features":[160]},{"name":"msidbUpgradeAttributesMigrateFeatures","features":[160]},{"name":"msidbUpgradeAttributesOnlyDetect","features":[160]},{"name":"msidbUpgradeAttributesVersionMaxInclusive","features":[160]},{"name":"msidbUpgradeAttributesVersionMinInclusive","features":[160]},{"name":"msifiFastInstallBits","features":[160]},{"name":"msifiFastInstallLessPrgMsg","features":[160]},{"name":"msifiFastInstallNoSR","features":[160]},{"name":"msifiFastInstallQuickCosting","features":[160]},{"name":"msirbRebootCustomActionReason","features":[160]},{"name":"msirbRebootDeferred","features":[160]},{"name":"msirbRebootForceRebootReason","features":[160]},{"name":"msirbRebootImmediate","features":[160]},{"name":"msirbRebootInUseFilesReason","features":[160]},{"name":"msirbRebootReason","features":[160]},{"name":"msirbRebootScheduleRebootReason","features":[160]},{"name":"msirbRebootType","features":[160]},{"name":"msirbRebootUndeterminedReason","features":[160]},{"name":"msmErrorDirCreate","features":[160]},{"name":"msmErrorExclusion","features":[160]},{"name":"msmErrorFeatureRequired","features":[160]},{"name":"msmErrorFileCreate","features":[160]},{"name":"msmErrorLanguageFailed","features":[160]},{"name":"msmErrorLanguageUnsupported","features":[160]},{"name":"msmErrorResequenceMerge","features":[160]},{"name":"msmErrorTableMerge","features":[160]},{"name":"msmErrorType","features":[160]}],"540":[{"name":"AVRF_BACKTRACE_INFORMATION","features":[161]},{"name":"AVRF_ENUM_RESOURCES_FLAGS_DONT_RESOLVE_TRACES","features":[161]},{"name":"AVRF_ENUM_RESOURCES_FLAGS_SUSPEND","features":[161]},{"name":"AVRF_HANDLEOPERATION_ENUMERATE_CALLBACK","features":[161]},{"name":"AVRF_HANDLE_OPERATION","features":[161]},{"name":"AVRF_HEAPALLOCATION_ENUMERATE_CALLBACK","features":[161]},{"name":"AVRF_HEAP_ALLOCATION","features":[161]},{"name":"AVRF_MAX_TRACES","features":[161]},{"name":"AVRF_RESOURCE_ENUMERATE_CALLBACK","features":[161]},{"name":"AllocationStateBusy","features":[161]},{"name":"AllocationStateFree","features":[161]},{"name":"AllocationStateUnknown","features":[161]},{"name":"AvrfResourceHandleTrace","features":[161]},{"name":"AvrfResourceHeapAllocation","features":[161]},{"name":"AvrfResourceMax","features":[161]},{"name":"HeapEnumerationEverything","features":[161]},{"name":"HeapEnumerationStop","features":[161]},{"name":"HeapFullPageHeap","features":[161]},{"name":"HeapMetadata","features":[161]},{"name":"HeapStateMask","features":[161]},{"name":"OperationDbBADREF","features":[161]},{"name":"OperationDbCLOSE","features":[161]},{"name":"OperationDbOPEN","features":[161]},{"name":"OperationDbUnused","features":[161]},{"name":"VERIFIER_ENUM_RESOURCE_FLAGS","features":[161]},{"name":"VerifierEnumerateResource","features":[1,161]},{"name":"eAvrfResourceTypes","features":[161]},{"name":"eHANDLE_TRACE_OPERATIONS","features":[161]},{"name":"eHeapAllocationState","features":[161]},{"name":"eHeapEnumerationLevel","features":[161]},{"name":"eUserAllocationState","features":[161]}],"542":[{"name":"APPDOMAIN_FORCE_TRIVIAL_WAIT_OPERATIONS","features":[162]},{"name":"APPDOMAIN_SECURITY_DEFAULT","features":[162]},{"name":"APPDOMAIN_SECURITY_FLAGS","features":[162]},{"name":"APPDOMAIN_SECURITY_FORBID_CROSSAD_REVERSE_PINVOKE","features":[162]},{"name":"APPDOMAIN_SECURITY_SANDBOXED","features":[162]},{"name":"AssemblyBindInfo","features":[162]},{"name":"BucketParamLength","features":[162]},{"name":"BucketParameterIndex","features":[162]},{"name":"BucketParameters","features":[1,162]},{"name":"BucketParamsCount","features":[162]},{"name":"CLRCreateInstance","features":[162]},{"name":"CLRCreateInstanceFnPtr","features":[162]},{"name":"CLRRuntimeHost","features":[162]},{"name":"CLR_ASSEMBLY_BUILD_VERSION","features":[162]},{"name":"CLR_ASSEMBLY_IDENTITY_FLAGS_DEFAULT","features":[162]},{"name":"CLR_ASSEMBLY_MAJOR_VERSION","features":[162]},{"name":"CLR_ASSEMBLY_MINOR_VERSION","features":[162]},{"name":"CLR_BUILD_VERSION","features":[162]},{"name":"CLR_DEBUGGING_MANAGED_EVENT_DEBUGGER_LAUNCH","features":[162]},{"name":"CLR_DEBUGGING_MANAGED_EVENT_PENDING","features":[162]},{"name":"CLR_DEBUGGING_PROCESS_FLAGS","features":[162]},{"name":"CLR_DEBUGGING_VERSION","features":[162]},{"name":"CLR_MAJOR_VERSION","features":[162]},{"name":"CLR_MINOR_VERSION","features":[162]},{"name":"CLSID_CLRDebugging","features":[162]},{"name":"CLSID_CLRDebuggingLegacy","features":[162]},{"name":"CLSID_CLRMetaHost","features":[162]},{"name":"CLSID_CLRMetaHostPolicy","features":[162]},{"name":"CLSID_CLRProfiling","features":[162]},{"name":"CLSID_CLRStrongName","features":[162]},{"name":"CLSID_RESOLUTION_DEFAULT","features":[162]},{"name":"CLSID_RESOLUTION_FLAGS","features":[162]},{"name":"CLSID_RESOLUTION_REGISTERED","features":[162]},{"name":"COR_GC_COUNTS","features":[162]},{"name":"COR_GC_MEMORYUSAGE","features":[162]},{"name":"COR_GC_STATS","features":[162]},{"name":"COR_GC_STAT_TYPES","features":[162]},{"name":"COR_GC_THREAD_HAS_PROMOTED_BYTES","features":[162]},{"name":"COR_GC_THREAD_STATS","features":[162]},{"name":"COR_GC_THREAD_STATS_TYPES","features":[162]},{"name":"CallFunctionShim","features":[162]},{"name":"CallbackThreadSetFnPtr","features":[162]},{"name":"CallbackThreadUnsetFnPtr","features":[162]},{"name":"ClrCreateManagedInstance","features":[162]},{"name":"ComCallUnmarshal","features":[162]},{"name":"ComCallUnmarshalV4","features":[162]},{"name":"CorBindToCurrentRuntime","features":[162]},{"name":"CorBindToRuntime","features":[162]},{"name":"CorBindToRuntimeByCfg","features":[162]},{"name":"CorBindToRuntimeEx","features":[162]},{"name":"CorBindToRuntimeHost","features":[162]},{"name":"CorExitProcess","features":[162]},{"name":"CorLaunchApplication","features":[1,162,39]},{"name":"CorMarkThreadInThreadPool","features":[162]},{"name":"CorRuntimeHost","features":[162]},{"name":"CreateDebuggingInterfaceFromVersion","features":[162]},{"name":"CreateInterfaceFnPtr","features":[162]},{"name":"CustomDumpItem","features":[162]},{"name":"DEPRECATED_CLR_API_MESG","features":[162]},{"name":"DUMP_FLAVOR_CriticalCLRState","features":[162]},{"name":"DUMP_FLAVOR_Default","features":[162]},{"name":"DUMP_FLAVOR_Mini","features":[162]},{"name":"DUMP_FLAVOR_NonHeapCLRState","features":[162]},{"name":"DUMP_ITEM_None","features":[162]},{"name":"EApiCategories","features":[162]},{"name":"EBindPolicyLevels","features":[162]},{"name":"ECLRAssemblyIdentityFlags","features":[162]},{"name":"EClrEvent","features":[162]},{"name":"EClrFailure","features":[162]},{"name":"EClrOperation","features":[162]},{"name":"EClrUnhandledException","features":[162]},{"name":"EContextType","features":[162]},{"name":"ECustomDumpFlavor","features":[162]},{"name":"ECustomDumpItemKind","features":[162]},{"name":"EHostApplicationPolicy","features":[162]},{"name":"EHostBindingPolicyModifyFlags","features":[162]},{"name":"EInitializeNewDomainFlags","features":[162]},{"name":"EMemoryAvailable","features":[162]},{"name":"EMemoryCriticalLevel","features":[162]},{"name":"EPolicyAction","features":[162]},{"name":"ESymbolReadingPolicy","features":[162]},{"name":"ETaskType","features":[162]},{"name":"Event_ClrDisabled","features":[162]},{"name":"Event_DomainUnload","features":[162]},{"name":"Event_MDAFired","features":[162]},{"name":"Event_StackOverflow","features":[162]},{"name":"FAIL_AccessViolation","features":[162]},{"name":"FAIL_CodeContract","features":[162]},{"name":"FAIL_CriticalResource","features":[162]},{"name":"FAIL_FatalRuntime","features":[162]},{"name":"FAIL_NonCriticalResource","features":[162]},{"name":"FAIL_OrphanedLock","features":[162]},{"name":"FAIL_StackOverflow","features":[162]},{"name":"FExecuteInAppDomainCallback","features":[162]},{"name":"FLockClrVersionCallback","features":[162]},{"name":"GetCLRIdentityManager","features":[162]},{"name":"GetCORRequiredVersion","features":[162]},{"name":"GetCORSystemDirectory","features":[162]},{"name":"GetCORVersion","features":[162]},{"name":"GetFileVersion","features":[162]},{"name":"GetRealProcAddress","features":[162]},{"name":"GetRequestedRuntimeInfo","features":[162]},{"name":"GetRequestedRuntimeVersion","features":[162]},{"name":"GetRequestedRuntimeVersionForCLSID","features":[162]},{"name":"GetVersionFromProcess","features":[1,162]},{"name":"HOST_APPLICATION_BINDING_POLICY","features":[162]},{"name":"HOST_BINDING_POLICY_MODIFY_CHAIN","features":[162]},{"name":"HOST_BINDING_POLICY_MODIFY_DEFAULT","features":[162]},{"name":"HOST_BINDING_POLICY_MODIFY_MAX","features":[162]},{"name":"HOST_BINDING_POLICY_MODIFY_REMOVE","features":[162]},{"name":"HOST_TYPE","features":[162]},{"name":"HOST_TYPE_APPLAUNCH","features":[162]},{"name":"HOST_TYPE_CORFLAG","features":[162]},{"name":"HOST_TYPE_DEFAULT","features":[162]},{"name":"IActionOnCLREvent","features":[162]},{"name":"IApartmentCallback","features":[162]},{"name":"IAppDomainBinding","features":[162]},{"name":"ICLRAppDomainResourceMonitor","features":[162]},{"name":"ICLRAssemblyIdentityManager","features":[162]},{"name":"ICLRAssemblyReferenceList","features":[162]},{"name":"ICLRControl","features":[162]},{"name":"ICLRDebugManager","features":[162]},{"name":"ICLRDebugging","features":[162]},{"name":"ICLRDebuggingLibraryProvider","features":[162]},{"name":"ICLRDomainManager","features":[162]},{"name":"ICLRErrorReportingManager","features":[162]},{"name":"ICLRGCManager","features":[162]},{"name":"ICLRGCManager2","features":[162]},{"name":"ICLRHostBindingPolicyManager","features":[162]},{"name":"ICLRHostProtectionManager","features":[162]},{"name":"ICLRIoCompletionManager","features":[162]},{"name":"ICLRMemoryNotificationCallback","features":[162]},{"name":"ICLRMetaHost","features":[162]},{"name":"ICLRMetaHostPolicy","features":[162]},{"name":"ICLROnEventManager","features":[162]},{"name":"ICLRPolicyManager","features":[162]},{"name":"ICLRProbingAssemblyEnum","features":[162]},{"name":"ICLRProfiling","features":[162]},{"name":"ICLRReferenceAssemblyEnum","features":[162]},{"name":"ICLRRuntimeHost","features":[162]},{"name":"ICLRRuntimeInfo","features":[162]},{"name":"ICLRStrongName","features":[162]},{"name":"ICLRStrongName2","features":[162]},{"name":"ICLRStrongName3","features":[162]},{"name":"ICLRSyncManager","features":[162]},{"name":"ICLRTask","features":[162]},{"name":"ICLRTask2","features":[162]},{"name":"ICLRTaskManager","features":[162]},{"name":"ICatalogServices","features":[162]},{"name":"ICorConfiguration","features":[162]},{"name":"ICorRuntimeHost","features":[162]},{"name":"ICorThreadpool","features":[162]},{"name":"IDebuggerInfo","features":[162]},{"name":"IDebuggerThreadControl","features":[162]},{"name":"IGCHost","features":[162]},{"name":"IGCHost2","features":[162]},{"name":"IGCHostControl","features":[162]},{"name":"IGCThreadControl","features":[162]},{"name":"IHostAssemblyManager","features":[162]},{"name":"IHostAssemblyStore","features":[162]},{"name":"IHostAutoEvent","features":[162]},{"name":"IHostControl","features":[162]},{"name":"IHostCrst","features":[162]},{"name":"IHostGCManager","features":[162]},{"name":"IHostIoCompletionManager","features":[162]},{"name":"IHostMalloc","features":[162]},{"name":"IHostManualEvent","features":[162]},{"name":"IHostMemoryManager","features":[162]},{"name":"IHostPolicyManager","features":[162]},{"name":"IHostSecurityContext","features":[162]},{"name":"IHostSecurityManager","features":[162]},{"name":"IHostSemaphore","features":[162]},{"name":"IHostSyncManager","features":[162]},{"name":"IHostTask","features":[162]},{"name":"IHostTaskManager","features":[162]},{"name":"IHostThreadpoolManager","features":[162]},{"name":"IManagedObject","features":[162]},{"name":"IObjectHandle","features":[162]},{"name":"ITypeName","features":[162]},{"name":"ITypeNameBuilder","features":[162]},{"name":"ITypeNameFactory","features":[162]},{"name":"InvalidBucketParamIndex","features":[162]},{"name":"LIBID_mscoree","features":[162]},{"name":"LoadLibraryShim","features":[1,162]},{"name":"LoadStringRC","features":[162]},{"name":"LoadStringRCEx","features":[162]},{"name":"LockClrVersion","features":[162]},{"name":"MALLOC_EXECUTABLE","features":[162]},{"name":"MALLOC_THREADSAFE","features":[162]},{"name":"MALLOC_TYPE","features":[162]},{"name":"MDAInfo","features":[162]},{"name":"METAHOST_CONFIG_FLAGS","features":[162]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_FALSE","features":[162]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_MASK","features":[162]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_TRUE","features":[162]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_UNSET","features":[162]},{"name":"METAHOST_POLICY_APPLY_UPGRADE_POLICY","features":[162]},{"name":"METAHOST_POLICY_EMULATE_EXE_LAUNCH","features":[162]},{"name":"METAHOST_POLICY_ENSURE_SKU_SUPPORTED","features":[162]},{"name":"METAHOST_POLICY_FLAGS","features":[162]},{"name":"METAHOST_POLICY_HIGHCOMPAT","features":[162]},{"name":"METAHOST_POLICY_IGNORE_ERROR_MODE","features":[162]},{"name":"METAHOST_POLICY_SHOW_ERROR_DIALOG","features":[162]},{"name":"METAHOST_POLICY_USE_PROCESS_IMAGE_PATH","features":[162]},{"name":"MaxClrEvent","features":[162]},{"name":"MaxClrFailure","features":[162]},{"name":"MaxClrOperation","features":[162]},{"name":"MaxPolicyAction","features":[162]},{"name":"ModuleBindInfo","features":[162]},{"name":"OPR_AppDomainRudeUnload","features":[162]},{"name":"OPR_AppDomainUnload","features":[162]},{"name":"OPR_FinalizerRun","features":[162]},{"name":"OPR_ProcessExit","features":[162]},{"name":"OPR_ThreadAbort","features":[162]},{"name":"OPR_ThreadRudeAbortInCriticalRegion","features":[162]},{"name":"OPR_ThreadRudeAbortInNonCriticalRegion","features":[162]},{"name":"PTLS_CALLBACK_FUNCTION","features":[162]},{"name":"Parameter1","features":[162]},{"name":"Parameter2","features":[162]},{"name":"Parameter3","features":[162]},{"name":"Parameter4","features":[162]},{"name":"Parameter5","features":[162]},{"name":"Parameter6","features":[162]},{"name":"Parameter7","features":[162]},{"name":"Parameter8","features":[162]},{"name":"Parameter9","features":[162]},{"name":"RUNTIME_INFO_DONT_RETURN_DIRECTORY","features":[162]},{"name":"RUNTIME_INFO_DONT_RETURN_VERSION","features":[162]},{"name":"RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG","features":[162]},{"name":"RUNTIME_INFO_FLAGS","features":[162]},{"name":"RUNTIME_INFO_IGNORE_ERROR_MODE","features":[162]},{"name":"RUNTIME_INFO_REQUEST_AMD64","features":[162]},{"name":"RUNTIME_INFO_REQUEST_ARM64","features":[162]},{"name":"RUNTIME_INFO_REQUEST_IA64","features":[162]},{"name":"RUNTIME_INFO_REQUEST_X86","features":[162]},{"name":"RUNTIME_INFO_UPGRADE_VERSION","features":[162]},{"name":"RunDll32ShimW","features":[1,162]},{"name":"RuntimeLoadedCallbackFnPtr","features":[162]},{"name":"SO_ClrEngine","features":[162]},{"name":"SO_Managed","features":[162]},{"name":"SO_Other","features":[162]},{"name":"STARTUP_ALWAYSFLOW_IMPERSONATION","features":[162]},{"name":"STARTUP_ARM","features":[162]},{"name":"STARTUP_CONCURRENT_GC","features":[162]},{"name":"STARTUP_DISABLE_COMMITTHREADSTACK","features":[162]},{"name":"STARTUP_ETW","features":[162]},{"name":"STARTUP_FLAGS","features":[162]},{"name":"STARTUP_HOARD_GC_VM","features":[162]},{"name":"STARTUP_LEGACY_IMPERSONATION","features":[162]},{"name":"STARTUP_LOADER_OPTIMIZATION_MASK","features":[162]},{"name":"STARTUP_LOADER_OPTIMIZATION_MULTI_DOMAIN","features":[162]},{"name":"STARTUP_LOADER_OPTIMIZATION_MULTI_DOMAIN_HOST","features":[162]},{"name":"STARTUP_LOADER_OPTIMIZATION_SINGLE_DOMAIN","features":[162]},{"name":"STARTUP_LOADER_SAFEMODE","features":[162]},{"name":"STARTUP_LOADER_SETPREFERENCE","features":[162]},{"name":"STARTUP_SERVER_GC","features":[162]},{"name":"STARTUP_SINGLE_VERSION_HOSTING_INTERFACE","features":[162]},{"name":"STARTUP_TRIM_GC_COMMIT","features":[162]},{"name":"StackOverflowInfo","features":[1,162,32,8]},{"name":"StackOverflowType","features":[162]},{"name":"TT_ADUNLOAD","features":[162]},{"name":"TT_DEBUGGERHELPER","features":[162]},{"name":"TT_FINALIZER","features":[162]},{"name":"TT_GC","features":[162]},{"name":"TT_THREADPOOL_GATE","features":[162]},{"name":"TT_THREADPOOL_IOCOMPLETION","features":[162]},{"name":"TT_THREADPOOL_TIMER","features":[162]},{"name":"TT_THREADPOOL_WAIT","features":[162]},{"name":"TT_THREADPOOL_WORKER","features":[162]},{"name":"TT_UNKNOWN","features":[162]},{"name":"TT_USER","features":[162]},{"name":"TypeNameFactory","features":[162]},{"name":"WAIT_ALERTABLE","features":[162]},{"name":"WAIT_MSGPUMP","features":[162]},{"name":"WAIT_NOTINDEADLOCK","features":[162]},{"name":"WAIT_OPTION","features":[162]},{"name":"eAbortThread","features":[162]},{"name":"eAll","features":[162]},{"name":"eAppDomainCritical","features":[162]},{"name":"eCurrentContext","features":[162]},{"name":"eDisableRuntime","features":[162]},{"name":"eExitProcess","features":[162]},{"name":"eExternalProcessMgmt","features":[162]},{"name":"eExternalThreading","features":[162]},{"name":"eFastExitProcess","features":[162]},{"name":"eHostDeterminedPolicy","features":[162]},{"name":"eInitializeNewDomainFlags_NoSecurityChanges","features":[162]},{"name":"eInitializeNewDomainFlags_None","features":[162]},{"name":"eMayLeakOnAbort","features":[162]},{"name":"eMemoryAvailableHigh","features":[162]},{"name":"eMemoryAvailableLow","features":[162]},{"name":"eMemoryAvailableNeutral","features":[162]},{"name":"eNoAction","features":[162]},{"name":"eNoChecks","features":[162]},{"name":"ePolicyLevelAdmin","features":[162]},{"name":"ePolicyLevelApp","features":[162]},{"name":"ePolicyLevelHost","features":[162]},{"name":"ePolicyLevelNone","features":[162]},{"name":"ePolicyLevelPublisher","features":[162]},{"name":"ePolicyLevelRetargetable","features":[162]},{"name":"ePolicyPortability","features":[162]},{"name":"ePolicyUnifiedToCLR","features":[162]},{"name":"eProcessCritical","features":[162]},{"name":"eRestrictedContext","features":[162]},{"name":"eRudeAbortThread","features":[162]},{"name":"eRudeExitProcess","features":[162]},{"name":"eRudeUnloadAppDomain","features":[162]},{"name":"eRuntimeDeterminedPolicy","features":[162]},{"name":"eSecurityInfrastructure","features":[162]},{"name":"eSelfAffectingProcessMgmt","features":[162]},{"name":"eSelfAffectingThreading","features":[162]},{"name":"eSharedState","features":[162]},{"name":"eSymbolReadingAlways","features":[162]},{"name":"eSymbolReadingFullTrustOnly","features":[162]},{"name":"eSymbolReadingNever","features":[162]},{"name":"eSynchronization","features":[162]},{"name":"eTaskCritical","features":[162]},{"name":"eThrowException","features":[162]},{"name":"eUI","features":[162]},{"name":"eUnloadAppDomain","features":[162]}],"543":[{"name":"ADVANCED_FEATURE_FLAGS","features":[43]},{"name":"ADVF","features":[43]},{"name":"ADVFCACHE_FORCEBUILTIN","features":[43]},{"name":"ADVFCACHE_NOHANDLER","features":[43]},{"name":"ADVFCACHE_ONSAVE","features":[43]},{"name":"ADVF_DATAONSTOP","features":[43]},{"name":"ADVF_NODATA","features":[43]},{"name":"ADVF_ONLYONCE","features":[43]},{"name":"ADVF_PRIMEFIRST","features":[43]},{"name":"APPIDREGFLAGS_AAA_NO_IMPLICIT_ACTIVATE_AS_IU","features":[43]},{"name":"APPIDREGFLAGS_ACTIVATE_IUSERVER_INDESKTOP","features":[43]},{"name":"APPIDREGFLAGS_ISSUE_ACTIVATION_RPC_AT_IDENTIFY","features":[43]},{"name":"APPIDREGFLAGS_IUSERVER_ACTIVATE_IN_CLIENT_SESSION_ONLY","features":[43]},{"name":"APPIDREGFLAGS_IUSERVER_SELF_SID_IN_LAUNCH_PERMISSION","features":[43]},{"name":"APPIDREGFLAGS_IUSERVER_UNMODIFIED_LOGON_TOKEN","features":[43]},{"name":"APPIDREGFLAGS_RESERVED1","features":[43]},{"name":"APPIDREGFLAGS_RESERVED2","features":[43]},{"name":"APPIDREGFLAGS_RESERVED3","features":[43]},{"name":"APPIDREGFLAGS_RESERVED4","features":[43]},{"name":"APPIDREGFLAGS_RESERVED5","features":[43]},{"name":"APPIDREGFLAGS_RESERVED7","features":[43]},{"name":"APPIDREGFLAGS_RESERVED8","features":[43]},{"name":"APPIDREGFLAGS_RESERVED9","features":[43]},{"name":"APPIDREGFLAGS_SECURE_SERVER_PROCESS_SD_AND_BIND","features":[43]},{"name":"APTTYPE","features":[43]},{"name":"APTTYPEQUALIFIER","features":[43]},{"name":"APTTYPEQUALIFIER_APPLICATION_STA","features":[43]},{"name":"APTTYPEQUALIFIER_IMPLICIT_MTA","features":[43]},{"name":"APTTYPEQUALIFIER_NA_ON_IMPLICIT_MTA","features":[43]},{"name":"APTTYPEQUALIFIER_NA_ON_MAINSTA","features":[43]},{"name":"APTTYPEQUALIFIER_NA_ON_MTA","features":[43]},{"name":"APTTYPEQUALIFIER_NA_ON_STA","features":[43]},{"name":"APTTYPEQUALIFIER_NONE","features":[43]},{"name":"APTTYPEQUALIFIER_RESERVED_1","features":[43]},{"name":"APTTYPE_CURRENT","features":[43]},{"name":"APTTYPE_MAINSTA","features":[43]},{"name":"APTTYPE_MTA","features":[43]},{"name":"APTTYPE_NA","features":[43]},{"name":"APTTYPE_STA","features":[43]},{"name":"ASYNC_MODE_COMPATIBILITY","features":[43]},{"name":"ASYNC_MODE_DEFAULT","features":[43]},{"name":"AUTHENTICATEINFO","features":[43]},{"name":"ApplicationType","features":[43]},{"name":"AsyncIAdviseSink","features":[43]},{"name":"AsyncIAdviseSink2","features":[43]},{"name":"AsyncIMultiQI","features":[43]},{"name":"AsyncIPipeByte","features":[43]},{"name":"AsyncIPipeDouble","features":[43]},{"name":"AsyncIPipeLong","features":[43]},{"name":"AsyncIUnknown","features":[43]},{"name":"BINDINFO","features":[1,13,5,43]},{"name":"BINDINFOF","features":[43]},{"name":"BINDINFOF_URLENCODEDEXTRAINFO","features":[43]},{"name":"BINDINFOF_URLENCODESTGMEDDATA","features":[43]},{"name":"BINDPTR","features":[1,43,163,44]},{"name":"BIND_FLAGS","features":[43]},{"name":"BIND_JUSTTESTEXISTENCE","features":[43]},{"name":"BIND_MAYBOTHERUSER","features":[43]},{"name":"BIND_OPTS","features":[43]},{"name":"BIND_OPTS2","features":[43]},{"name":"BIND_OPTS3","features":[1,43]},{"name":"BLOB","features":[43]},{"name":"BYTE_BLOB","features":[43]},{"name":"BYTE_SIZEDARR","features":[43]},{"name":"BindMoniker","features":[43]},{"name":"CALLCONV","features":[43]},{"name":"CALLTYPE","features":[43]},{"name":"CALLTYPE_ASYNC","features":[43]},{"name":"CALLTYPE_ASYNC_CALLPENDING","features":[43]},{"name":"CALLTYPE_NESTED","features":[43]},{"name":"CALLTYPE_TOPLEVEL","features":[43]},{"name":"CALLTYPE_TOPLEVEL_CALLPENDING","features":[43]},{"name":"CATEGORYINFO","features":[43]},{"name":"CC_CDECL","features":[43]},{"name":"CC_FASTCALL","features":[43]},{"name":"CC_FPFASTCALL","features":[43]},{"name":"CC_MACPASCAL","features":[43]},{"name":"CC_MAX","features":[43]},{"name":"CC_MPWCDECL","features":[43]},{"name":"CC_MPWPASCAL","features":[43]},{"name":"CC_MSCPASCAL","features":[43]},{"name":"CC_PASCAL","features":[43]},{"name":"CC_STDCALL","features":[43]},{"name":"CC_SYSCALL","features":[43]},{"name":"CLSCTX","features":[43]},{"name":"CLSCTX_ACTIVATE_32_BIT_SERVER","features":[43]},{"name":"CLSCTX_ACTIVATE_64_BIT_SERVER","features":[43]},{"name":"CLSCTX_ACTIVATE_AAA_AS_IU","features":[43]},{"name":"CLSCTX_ACTIVATE_ARM32_SERVER","features":[43]},{"name":"CLSCTX_ACTIVATE_X86_SERVER","features":[43]},{"name":"CLSCTX_ALL","features":[43]},{"name":"CLSCTX_ALLOW_LOWER_TRUST_REGISTRATION","features":[43]},{"name":"CLSCTX_APPCONTAINER","features":[43]},{"name":"CLSCTX_DISABLE_AAA","features":[43]},{"name":"CLSCTX_ENABLE_AAA","features":[43]},{"name":"CLSCTX_ENABLE_CLOAKING","features":[43]},{"name":"CLSCTX_ENABLE_CODE_DOWNLOAD","features":[43]},{"name":"CLSCTX_FROM_DEFAULT_CONTEXT","features":[43]},{"name":"CLSCTX_INPROC_HANDLER","features":[43]},{"name":"CLSCTX_INPROC_HANDLER16","features":[43]},{"name":"CLSCTX_INPROC_SERVER","features":[43]},{"name":"CLSCTX_INPROC_SERVER16","features":[43]},{"name":"CLSCTX_LOCAL_SERVER","features":[43]},{"name":"CLSCTX_NO_CODE_DOWNLOAD","features":[43]},{"name":"CLSCTX_NO_CUSTOM_MARSHAL","features":[43]},{"name":"CLSCTX_NO_FAILURE_LOG","features":[43]},{"name":"CLSCTX_PS_DLL","features":[43]},{"name":"CLSCTX_REMOTE_SERVER","features":[43]},{"name":"CLSCTX_RESERVED1","features":[43]},{"name":"CLSCTX_RESERVED2","features":[43]},{"name":"CLSCTX_RESERVED3","features":[43]},{"name":"CLSCTX_RESERVED4","features":[43]},{"name":"CLSCTX_RESERVED5","features":[43]},{"name":"CLSCTX_RESERVED6","features":[43]},{"name":"CLSCTX_SERVER","features":[43]},{"name":"CLSIDFromProgID","features":[43]},{"name":"CLSIDFromProgIDEx","features":[43]},{"name":"CLSIDFromString","features":[43]},{"name":"CLSID_GlobalOptions","features":[43]},{"name":"COAUTHIDENTITY","features":[43]},{"name":"COAUTHINFO","features":[43]},{"name":"COINIT","features":[43]},{"name":"COINITBASE","features":[43]},{"name":"COINITBASE_MULTITHREADED","features":[43]},{"name":"COINIT_APARTMENTTHREADED","features":[43]},{"name":"COINIT_DISABLE_OLE1DDE","features":[43]},{"name":"COINIT_MULTITHREADED","features":[43]},{"name":"COINIT_SPEED_OVER_MEMORY","features":[43]},{"name":"COLE_DEFAULT_AUTHINFO","features":[43]},{"name":"COLE_DEFAULT_PRINCIPAL","features":[43]},{"name":"COMBND_RESERVED1","features":[43]},{"name":"COMBND_RESERVED2","features":[43]},{"name":"COMBND_RESERVED3","features":[43]},{"name":"COMBND_RESERVED4","features":[43]},{"name":"COMBND_RPCTIMEOUT","features":[43]},{"name":"COMBND_SERVER_LOCALITY","features":[43]},{"name":"COMGLB_APPID","features":[43]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE","features":[43]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE_ANY","features":[43]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE_FATAL","features":[43]},{"name":"COMGLB_EXCEPTION_HANDLE","features":[43]},{"name":"COMGLB_EXCEPTION_HANDLING","features":[43]},{"name":"COMGLB_FAST_RUNDOWN","features":[43]},{"name":"COMGLB_PROPERTIES_RESERVED1","features":[43]},{"name":"COMGLB_PROPERTIES_RESERVED2","features":[43]},{"name":"COMGLB_PROPERTIES_RESERVED3","features":[43]},{"name":"COMGLB_RESERVED1","features":[43]},{"name":"COMGLB_RESERVED2","features":[43]},{"name":"COMGLB_RESERVED3","features":[43]},{"name":"COMGLB_RESERVED4","features":[43]},{"name":"COMGLB_RESERVED5","features":[43]},{"name":"COMGLB_RESERVED6","features":[43]},{"name":"COMGLB_RO_SETTINGS","features":[43]},{"name":"COMGLB_RPC_THREADPOOL_SETTING","features":[43]},{"name":"COMGLB_RPC_THREADPOOL_SETTING_DEFAULT_POOL","features":[43]},{"name":"COMGLB_RPC_THREADPOOL_SETTING_PRIVATE_POOL","features":[43]},{"name":"COMGLB_STA_MODALLOOP_REMOVE_TOUCH_MESSAGES","features":[43]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_DONOT_REMOVE_INPUT_MESSAGES","features":[43]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_REMOVE_INPUT_MESSAGES","features":[43]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_REORDER_POINTER_MESSAGES","features":[43]},{"name":"COMGLB_UNMARSHALING_POLICY","features":[43]},{"name":"COMGLB_UNMARSHALING_POLICY_HYBRID","features":[43]},{"name":"COMGLB_UNMARSHALING_POLICY_NORMAL","features":[43]},{"name":"COMGLB_UNMARSHALING_POLICY_STRONG","features":[43]},{"name":"COMSD","features":[43]},{"name":"COM_RIGHTS_ACTIVATE_LOCAL","features":[43]},{"name":"COM_RIGHTS_ACTIVATE_REMOTE","features":[43]},{"name":"COM_RIGHTS_EXECUTE","features":[43]},{"name":"COM_RIGHTS_EXECUTE_LOCAL","features":[43]},{"name":"COM_RIGHTS_EXECUTE_REMOTE","features":[43]},{"name":"COM_RIGHTS_RESERVED1","features":[43]},{"name":"COM_RIGHTS_RESERVED2","features":[43]},{"name":"CONNECTDATA","features":[43]},{"name":"COSERVERINFO","features":[43]},{"name":"COWAIT_ALERTABLE","features":[43]},{"name":"COWAIT_DEFAULT","features":[43]},{"name":"COWAIT_DISPATCH_CALLS","features":[43]},{"name":"COWAIT_DISPATCH_WINDOW_MESSAGES","features":[43]},{"name":"COWAIT_FLAGS","features":[43]},{"name":"COWAIT_INPUTAVAILABLE","features":[43]},{"name":"COWAIT_WAITALL","features":[43]},{"name":"CO_DEVICE_CATALOG_COOKIE","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTES","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_1","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_10","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_11","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_12","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_13","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_14","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_15","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_16","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_17","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_18","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_2","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_3","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_4","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_5","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_6","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_7","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_8","features":[43]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_9","features":[43]},{"name":"CO_MARSHALING_SOURCE_IS_APP_CONTAINER","features":[43]},{"name":"CO_MTA_USAGE_COOKIE","features":[43]},{"name":"CSPLATFORM","features":[43]},{"name":"CUSTDATA","features":[1,43,44]},{"name":"CUSTDATAITEM","features":[1,43,44]},{"name":"CWMO_DEFAULT","features":[43]},{"name":"CWMO_DISPATCH_CALLS","features":[43]},{"name":"CWMO_DISPATCH_WINDOW_MESSAGES","features":[43]},{"name":"CWMO_FLAGS","features":[43]},{"name":"CWMO_MAX_HANDLES","features":[43]},{"name":"CY","features":[43]},{"name":"CoAddRefServerProcess","features":[43]},{"name":"CoAllowSetForegroundWindow","features":[43]},{"name":"CoAllowUnmarshalerCLSID","features":[43]},{"name":"CoBuildVersion","features":[43]},{"name":"CoCancelCall","features":[43]},{"name":"CoCopyProxy","features":[43]},{"name":"CoCreateFreeThreadedMarshaler","features":[43]},{"name":"CoCreateGuid","features":[43]},{"name":"CoCreateInstance","features":[43]},{"name":"CoCreateInstanceEx","features":[43]},{"name":"CoCreateInstanceFromApp","features":[43]},{"name":"CoDecrementMTAUsage","features":[43]},{"name":"CoDisableCallCancellation","features":[43]},{"name":"CoDisconnectContext","features":[43]},{"name":"CoDisconnectObject","features":[43]},{"name":"CoDosDateTimeToFileTime","features":[1,43]},{"name":"CoEnableCallCancellation","features":[43]},{"name":"CoFileTimeNow","features":[1,43]},{"name":"CoFileTimeToDosDateTime","features":[1,43]},{"name":"CoFreeAllLibraries","features":[43]},{"name":"CoFreeLibrary","features":[1,43]},{"name":"CoFreeUnusedLibraries","features":[43]},{"name":"CoFreeUnusedLibrariesEx","features":[43]},{"name":"CoGetApartmentType","features":[43]},{"name":"CoGetCallContext","features":[43]},{"name":"CoGetCallerTID","features":[43]},{"name":"CoGetCancelObject","features":[43]},{"name":"CoGetClassObject","features":[43]},{"name":"CoGetContextToken","features":[43]},{"name":"CoGetCurrentLogicalThreadId","features":[43]},{"name":"CoGetCurrentProcess","features":[43]},{"name":"CoGetMalloc","features":[43]},{"name":"CoGetObject","features":[43]},{"name":"CoGetObjectContext","features":[43]},{"name":"CoGetPSClsid","features":[43]},{"name":"CoGetSystemSecurityPermissions","features":[5,43]},{"name":"CoGetTreatAsClass","features":[43]},{"name":"CoImpersonateClient","features":[43]},{"name":"CoIncrementMTAUsage","features":[43]},{"name":"CoInitialize","features":[43]},{"name":"CoInitializeEx","features":[43]},{"name":"CoInitializeSecurity","features":[5,43]},{"name":"CoInstall","features":[43]},{"name":"CoInvalidateRemoteMachineBindings","features":[43]},{"name":"CoIsHandlerConnected","features":[1,43]},{"name":"CoIsOle1Class","features":[1,43]},{"name":"CoLoadLibrary","features":[1,43]},{"name":"CoLockObjectExternal","features":[1,43]},{"name":"CoQueryAuthenticationServices","features":[43]},{"name":"CoQueryClientBlanket","features":[43]},{"name":"CoQueryProxyBlanket","features":[43]},{"name":"CoRegisterActivationFilter","features":[43]},{"name":"CoRegisterChannelHook","features":[43]},{"name":"CoRegisterClassObject","features":[43]},{"name":"CoRegisterDeviceCatalog","features":[43]},{"name":"CoRegisterInitializeSpy","features":[43]},{"name":"CoRegisterMallocSpy","features":[43]},{"name":"CoRegisterPSClsid","features":[43]},{"name":"CoRegisterSurrogate","features":[43]},{"name":"CoReleaseServerProcess","features":[43]},{"name":"CoResumeClassObjects","features":[43]},{"name":"CoRevertToSelf","features":[43]},{"name":"CoRevokeClassObject","features":[43]},{"name":"CoRevokeDeviceCatalog","features":[43]},{"name":"CoRevokeInitializeSpy","features":[43]},{"name":"CoRevokeMallocSpy","features":[43]},{"name":"CoSetCancelObject","features":[43]},{"name":"CoSetProxyBlanket","features":[43]},{"name":"CoSuspendClassObjects","features":[43]},{"name":"CoSwitchCallContext","features":[43]},{"name":"CoTaskMemAlloc","features":[43]},{"name":"CoTaskMemFree","features":[43]},{"name":"CoTaskMemRealloc","features":[43]},{"name":"CoTestCancel","features":[43]},{"name":"CoTreatAsClass","features":[43]},{"name":"CoUninitialize","features":[43]},{"name":"CoWaitForMultipleHandles","features":[1,43]},{"name":"CoWaitForMultipleObjects","features":[1,43]},{"name":"ComCallData","features":[43]},{"name":"ContextProperty","features":[43]},{"name":"CreateAntiMoniker","features":[43]},{"name":"CreateBindCtx","features":[43]},{"name":"CreateClassMoniker","features":[43]},{"name":"CreateDataAdviseHolder","features":[43]},{"name":"CreateDataCache","features":[43]},{"name":"CreateFileMoniker","features":[43]},{"name":"CreateGenericComposite","features":[43]},{"name":"CreateIUriBuilder","features":[43]},{"name":"CreateItemMoniker","features":[43]},{"name":"CreateObjrefMoniker","features":[43]},{"name":"CreatePointerMoniker","features":[43]},{"name":"CreateStdProgressIndicator","features":[1,43]},{"name":"CreateUri","features":[43]},{"name":"CreateUriFromMultiByteString","features":[43]},{"name":"CreateUriWithFragment","features":[43]},{"name":"DATADIR","features":[43]},{"name":"DATADIR_GET","features":[43]},{"name":"DATADIR_SET","features":[43]},{"name":"DCOMSCM_ACTIVATION_DISALLOW_UNSECURE_CALL","features":[43]},{"name":"DCOMSCM_ACTIVATION_USE_ALL_AUTHNSERVICES","features":[43]},{"name":"DCOMSCM_PING_DISALLOW_UNSECURE_CALL","features":[43]},{"name":"DCOMSCM_PING_USE_MID_AUTHNSERVICE","features":[43]},{"name":"DCOMSCM_RESOLVE_DISALLOW_UNSECURE_CALL","features":[43]},{"name":"DCOMSCM_RESOLVE_USE_ALL_AUTHNSERVICES","features":[43]},{"name":"DCOM_CALL_CANCELED","features":[43]},{"name":"DCOM_CALL_COMPLETE","features":[43]},{"name":"DCOM_CALL_STATE","features":[43]},{"name":"DCOM_NONE","features":[43]},{"name":"DESCKIND","features":[43]},{"name":"DESCKIND_FUNCDESC","features":[43]},{"name":"DESCKIND_IMPLICITAPPOBJ","features":[43]},{"name":"DESCKIND_MAX","features":[43]},{"name":"DESCKIND_NONE","features":[43]},{"name":"DESCKIND_TYPECOMP","features":[43]},{"name":"DESCKIND_VARDESC","features":[43]},{"name":"DISPATCH_FLAGS","features":[43]},{"name":"DISPATCH_METHOD","features":[43]},{"name":"DISPATCH_PROPERTYGET","features":[43]},{"name":"DISPATCH_PROPERTYPUT","features":[43]},{"name":"DISPATCH_PROPERTYPUTREF","features":[43]},{"name":"DISPPARAMS","features":[1,43,44]},{"name":"DMUS_ERRBASE","features":[43]},{"name":"DVASPECT","features":[43]},{"name":"DVASPECT_CONTENT","features":[43]},{"name":"DVASPECT_DOCPRINT","features":[43]},{"name":"DVASPECT_ICON","features":[43]},{"name":"DVASPECT_OPAQUE","features":[43]},{"name":"DVASPECT_THUMBNAIL","features":[43]},{"name":"DVASPECT_TRANSPARENT","features":[43]},{"name":"DVTARGETDEVICE","features":[43]},{"name":"DWORD_BLOB","features":[43]},{"name":"DWORD_SIZEDARR","features":[43]},{"name":"DcomChannelSetHResult","features":[43]},{"name":"ELEMDESC","features":[1,43,163,44]},{"name":"EOAC_ACCESS_CONTROL","features":[43]},{"name":"EOAC_ANY_AUTHORITY","features":[43]},{"name":"EOAC_APPID","features":[43]},{"name":"EOAC_AUTO_IMPERSONATE","features":[43]},{"name":"EOAC_DEFAULT","features":[43]},{"name":"EOAC_DISABLE_AAA","features":[43]},{"name":"EOAC_DYNAMIC","features":[43]},{"name":"EOAC_DYNAMIC_CLOAKING","features":[43]},{"name":"EOAC_MAKE_FULLSIC","features":[43]},{"name":"EOAC_MUTUAL_AUTH","features":[43]},{"name":"EOAC_NONE","features":[43]},{"name":"EOAC_NO_CUSTOM_MARSHAL","features":[43]},{"name":"EOAC_REQUIRE_FULLSIC","features":[43]},{"name":"EOAC_RESERVED1","features":[43]},{"name":"EOAC_SECURE_REFS","features":[43]},{"name":"EOAC_STATIC_CLOAKING","features":[43]},{"name":"EOLE_AUTHENTICATION_CAPABILITIES","features":[43]},{"name":"EXCEPINFO","features":[43]},{"name":"EXTCONN","features":[43]},{"name":"EXTCONN_CALLABLE","features":[43]},{"name":"EXTCONN_STRONG","features":[43]},{"name":"EXTCONN_WEAK","features":[43]},{"name":"FADF_AUTO","features":[43]},{"name":"FADF_BSTR","features":[43]},{"name":"FADF_DISPATCH","features":[43]},{"name":"FADF_EMBEDDED","features":[43]},{"name":"FADF_FIXEDSIZE","features":[43]},{"name":"FADF_HAVEIID","features":[43]},{"name":"FADF_HAVEVARTYPE","features":[43]},{"name":"FADF_RECORD","features":[43]},{"name":"FADF_RESERVED","features":[43]},{"name":"FADF_STATIC","features":[43]},{"name":"FADF_UNKNOWN","features":[43]},{"name":"FADF_VARIANT","features":[43]},{"name":"FLAGGED_BYTE_BLOB","features":[43]},{"name":"FLAGGED_WORD_BLOB","features":[43]},{"name":"FLAG_STGMEDIUM","features":[1,13,43]},{"name":"FORMATETC","features":[43]},{"name":"FUNCDESC","features":[1,43,163,44]},{"name":"FUNCFLAGS","features":[43]},{"name":"FUNCFLAG_FBINDABLE","features":[43]},{"name":"FUNCFLAG_FDEFAULTBIND","features":[43]},{"name":"FUNCFLAG_FDEFAULTCOLLELEM","features":[43]},{"name":"FUNCFLAG_FDISPLAYBIND","features":[43]},{"name":"FUNCFLAG_FHIDDEN","features":[43]},{"name":"FUNCFLAG_FIMMEDIATEBIND","features":[43]},{"name":"FUNCFLAG_FNONBROWSABLE","features":[43]},{"name":"FUNCFLAG_FREPLACEABLE","features":[43]},{"name":"FUNCFLAG_FREQUESTEDIT","features":[43]},{"name":"FUNCFLAG_FRESTRICTED","features":[43]},{"name":"FUNCFLAG_FSOURCE","features":[43]},{"name":"FUNCFLAG_FUIDEFAULT","features":[43]},{"name":"FUNCFLAG_FUSESGETLASTERROR","features":[43]},{"name":"FUNCKIND","features":[43]},{"name":"FUNC_DISPATCH","features":[43]},{"name":"FUNC_NONVIRTUAL","features":[43]},{"name":"FUNC_PUREVIRTUAL","features":[43]},{"name":"FUNC_STATIC","features":[43]},{"name":"FUNC_VIRTUAL","features":[43]},{"name":"ForcedShutdown","features":[43]},{"name":"GDI_OBJECT","features":[13,43,38]},{"name":"GLOBALOPT_EH_VALUES","features":[43]},{"name":"GLOBALOPT_PROPERTIES","features":[43]},{"name":"GLOBALOPT_RO_FLAGS","features":[43]},{"name":"GLOBALOPT_RPCTP_VALUES","features":[43]},{"name":"GLOBALOPT_UNMARSHALING_POLICY_VALUES","features":[43]},{"name":"GetClassFile","features":[43]},{"name":"GetErrorInfo","features":[43]},{"name":"GetRunningObjectTable","features":[43]},{"name":"HYPER_SIZEDARR","features":[43]},{"name":"IActivationFilter","features":[43]},{"name":"IAddrExclusionControl","features":[43]},{"name":"IAddrTrackingControl","features":[43]},{"name":"IAdviseSink","features":[43]},{"name":"IAdviseSink2","features":[43]},{"name":"IAgileObject","features":[43]},{"name":"IAsyncManager","features":[43]},{"name":"IAsyncRpcChannelBuffer","features":[43]},{"name":"IAuthenticate","features":[43]},{"name":"IAuthenticateEx","features":[43]},{"name":"IBindCtx","features":[43]},{"name":"IBindHost","features":[43]},{"name":"IBindStatusCallback","features":[43]},{"name":"IBindStatusCallbackEx","features":[43]},{"name":"IBinding","features":[43]},{"name":"IBlockingLock","features":[43]},{"name":"ICallFactory","features":[43]},{"name":"ICancelMethodCalls","features":[43]},{"name":"ICatInformation","features":[43]},{"name":"ICatRegister","features":[43]},{"name":"IChannelHook","features":[43]},{"name":"IClassActivator","features":[43]},{"name":"IClassFactory","features":[43]},{"name":"IClientSecurity","features":[43]},{"name":"IComThreadingInfo","features":[43]},{"name":"IConnectionPoint","features":[43]},{"name":"IConnectionPointContainer","features":[43]},{"name":"IContext","features":[43]},{"name":"IContextCallback","features":[43]},{"name":"IDLDESC","features":[43]},{"name":"IDLFLAGS","features":[43]},{"name":"IDLFLAG_FIN","features":[43]},{"name":"IDLFLAG_FLCID","features":[43]},{"name":"IDLFLAG_FOUT","features":[43]},{"name":"IDLFLAG_FRETVAL","features":[43]},{"name":"IDLFLAG_NONE","features":[43]},{"name":"IDataAdviseHolder","features":[43]},{"name":"IDataObject","features":[43]},{"name":"IDispatch","features":[43]},{"name":"IEnumCATEGORYINFO","features":[43]},{"name":"IEnumConnectionPoints","features":[43]},{"name":"IEnumConnections","features":[43]},{"name":"IEnumContextProps","features":[43]},{"name":"IEnumFORMATETC","features":[43]},{"name":"IEnumGUID","features":[43]},{"name":"IEnumMoniker","features":[43]},{"name":"IEnumSTATDATA","features":[43]},{"name":"IEnumString","features":[43]},{"name":"IEnumUnknown","features":[43]},{"name":"IErrorInfo","features":[43]},{"name":"IErrorLog","features":[43]},{"name":"IExternalConnection","features":[43]},{"name":"IFastRundown","features":[43]},{"name":"IForegroundTransfer","features":[43]},{"name":"IGlobalInterfaceTable","features":[43]},{"name":"IGlobalOptions","features":[43]},{"name":"IIDFromString","features":[43]},{"name":"IInitializeSpy","features":[43]},{"name":"IInternalUnknown","features":[43]},{"name":"IMPLTYPEFLAGS","features":[43]},{"name":"IMPLTYPEFLAG_FDEFAULT","features":[43]},{"name":"IMPLTYPEFLAG_FDEFAULTVTABLE","features":[43]},{"name":"IMPLTYPEFLAG_FRESTRICTED","features":[43]},{"name":"IMPLTYPEFLAG_FSOURCE","features":[43]},{"name":"IMachineGlobalObjectTable","features":[43]},{"name":"IMalloc","features":[43]},{"name":"IMallocSpy","features":[43]},{"name":"IMoniker","features":[43]},{"name":"IMultiQI","features":[43]},{"name":"INTERFACEINFO","features":[43]},{"name":"INVOKEKIND","features":[43]},{"name":"INVOKE_FUNC","features":[43]},{"name":"INVOKE_PROPERTYGET","features":[43]},{"name":"INVOKE_PROPERTYPUT","features":[43]},{"name":"INVOKE_PROPERTYPUTREF","features":[43]},{"name":"INoMarshal","features":[43]},{"name":"IOplockStorage","features":[43]},{"name":"IPSFactoryBuffer","features":[43]},{"name":"IPersist","features":[43]},{"name":"IPersistFile","features":[43]},{"name":"IPersistMemory","features":[43]},{"name":"IPersistStream","features":[43]},{"name":"IPersistStreamInit","features":[43]},{"name":"IPipeByte","features":[43]},{"name":"IPipeDouble","features":[43]},{"name":"IPipeLong","features":[43]},{"name":"IProcessInitControl","features":[43]},{"name":"IProcessLock","features":[43]},{"name":"IProgressNotify","features":[43]},{"name":"IROTData","features":[43]},{"name":"IReleaseMarshalBuffers","features":[43]},{"name":"IRpcChannelBuffer","features":[43]},{"name":"IRpcChannelBuffer2","features":[43]},{"name":"IRpcChannelBuffer3","features":[43]},{"name":"IRpcHelper","features":[43]},{"name":"IRpcOptions","features":[43]},{"name":"IRpcProxyBuffer","features":[43]},{"name":"IRpcStubBuffer","features":[43]},{"name":"IRpcSyntaxNegotiate","features":[43]},{"name":"IRunnableObject","features":[43]},{"name":"IRunningObjectTable","features":[43]},{"name":"ISequentialStream","features":[43]},{"name":"IServerSecurity","features":[43]},{"name":"IServiceProvider","features":[43]},{"name":"IStdMarshalInfo","features":[43]},{"name":"IStream","features":[43]},{"name":"ISupportAllowLowerTrustActivation","features":[43]},{"name":"ISupportErrorInfo","features":[43]},{"name":"ISurrogate","features":[43]},{"name":"ISurrogateService","features":[43]},{"name":"ISynchronize","features":[43]},{"name":"ISynchronizeContainer","features":[43]},{"name":"ISynchronizeEvent","features":[43]},{"name":"ISynchronizeHandle","features":[43]},{"name":"ISynchronizeMutex","features":[43]},{"name":"ITimeAndNoticeControl","features":[43]},{"name":"ITypeComp","features":[43]},{"name":"ITypeInfo","features":[43]},{"name":"ITypeInfo2","features":[43]},{"name":"ITypeLib","features":[43]},{"name":"ITypeLib2","features":[43]},{"name":"ITypeLibRegistration","features":[43]},{"name":"ITypeLibRegistrationReader","features":[43]},{"name":"IUnknown","features":[43]},{"name":"IUri","features":[43]},{"name":"IUriBuilder","features":[43]},{"name":"IUrlMon","features":[43]},{"name":"IWaitMultiple","features":[43]},{"name":"IdleShutdown","features":[43]},{"name":"LOCKTYPE","features":[43]},{"name":"LOCK_EXCLUSIVE","features":[43]},{"name":"LOCK_ONLYONCE","features":[43]},{"name":"LOCK_WRITE","features":[43]},{"name":"LPEXCEPFINO_DEFERRED_FILLIN","features":[43]},{"name":"LPFNCANUNLOADNOW","features":[43]},{"name":"LPFNGETCLASSOBJECT","features":[43]},{"name":"LibraryApplication","features":[43]},{"name":"MARSHALINTERFACE_MIN","features":[43]},{"name":"MAXLSN","features":[43]},{"name":"MEMCTX","features":[43]},{"name":"MEMCTX_MACSYSTEM","features":[43]},{"name":"MEMCTX_SAME","features":[43]},{"name":"MEMCTX_SHARED","features":[43]},{"name":"MEMCTX_TASK","features":[43]},{"name":"MEMCTX_UNKNOWN","features":[43]},{"name":"MKRREDUCE","features":[43]},{"name":"MKRREDUCE_ALL","features":[43]},{"name":"MKRREDUCE_ONE","features":[43]},{"name":"MKRREDUCE_THROUGHUSER","features":[43]},{"name":"MKRREDUCE_TOUSER","features":[43]},{"name":"MKSYS","features":[43]},{"name":"MKSYS_ANTIMONIKER","features":[43]},{"name":"MKSYS_CLASSMONIKER","features":[43]},{"name":"MKSYS_FILEMONIKER","features":[43]},{"name":"MKSYS_GENERICCOMPOSITE","features":[43]},{"name":"MKSYS_ITEMMONIKER","features":[43]},{"name":"MKSYS_LUAMONIKER","features":[43]},{"name":"MKSYS_NONE","features":[43]},{"name":"MKSYS_OBJREFMONIKER","features":[43]},{"name":"MKSYS_POINTERMONIKER","features":[43]},{"name":"MKSYS_SESSIONMONIKER","features":[43]},{"name":"MSHCTX","features":[43]},{"name":"MSHCTX_CONTAINER","features":[43]},{"name":"MSHCTX_CROSSCTX","features":[43]},{"name":"MSHCTX_DIFFERENTMACHINE","features":[43]},{"name":"MSHCTX_INPROC","features":[43]},{"name":"MSHCTX_LOCAL","features":[43]},{"name":"MSHCTX_NOSHAREDMEM","features":[43]},{"name":"MSHLFLAGS","features":[43]},{"name":"MSHLFLAGS_NOPING","features":[43]},{"name":"MSHLFLAGS_NORMAL","features":[43]},{"name":"MSHLFLAGS_RESERVED1","features":[43]},{"name":"MSHLFLAGS_RESERVED2","features":[43]},{"name":"MSHLFLAGS_RESERVED3","features":[43]},{"name":"MSHLFLAGS_RESERVED4","features":[43]},{"name":"MSHLFLAGS_TABLESTRONG","features":[43]},{"name":"MSHLFLAGS_TABLEWEAK","features":[43]},{"name":"MULTI_QI","features":[43]},{"name":"MachineGlobalObjectTableRegistrationToken","features":[43]},{"name":"MkParseDisplayName","features":[43]},{"name":"MonikerCommonPrefixWith","features":[43]},{"name":"MonikerRelativePathTo","features":[1,43]},{"name":"PENDINGMSG","features":[43]},{"name":"PENDINGMSG_CANCELCALL","features":[43]},{"name":"PENDINGMSG_WAITDEFPROCESS","features":[43]},{"name":"PENDINGMSG_WAITNOPROCESS","features":[43]},{"name":"PENDINGTYPE","features":[43]},{"name":"PENDINGTYPE_NESTED","features":[43]},{"name":"PENDINGTYPE_TOPLEVEL","features":[43]},{"name":"PFNCONTEXTCALL","features":[43]},{"name":"ProgIDFromCLSID","features":[43]},{"name":"QUERYCONTEXT","features":[43]},{"name":"REGCLS","features":[43]},{"name":"REGCLS_AGILE","features":[43]},{"name":"REGCLS_MULTIPLEUSE","features":[43]},{"name":"REGCLS_MULTI_SEPARATE","features":[43]},{"name":"REGCLS_SINGLEUSE","features":[43]},{"name":"REGCLS_SURROGATE","features":[43]},{"name":"REGCLS_SUSPENDED","features":[43]},{"name":"ROTFLAGS_ALLOWANYCLIENT","features":[43]},{"name":"ROTFLAGS_REGISTRATIONKEEPSALIVE","features":[43]},{"name":"ROTREGFLAGS_ALLOWANYCLIENT","features":[43]},{"name":"ROT_FLAGS","features":[43]},{"name":"RPCOLEMESSAGE","features":[43]},{"name":"RPCOPT_PROPERTIES","features":[43]},{"name":"RPCOPT_SERVER_LOCALITY_VALUES","features":[43]},{"name":"RPC_C_AUTHN_LEVEL","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_CALL","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_CONNECT","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_DEFAULT","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_NONE","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_PKT","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_PKT_INTEGRITY","features":[43]},{"name":"RPC_C_AUTHN_LEVEL_PKT_PRIVACY","features":[43]},{"name":"RPC_C_IMP_LEVEL","features":[43]},{"name":"RPC_C_IMP_LEVEL_ANONYMOUS","features":[43]},{"name":"RPC_C_IMP_LEVEL_DEFAULT","features":[43]},{"name":"RPC_C_IMP_LEVEL_DELEGATE","features":[43]},{"name":"RPC_C_IMP_LEVEL_IDENTIFY","features":[43]},{"name":"RPC_C_IMP_LEVEL_IMPERSONATE","features":[43]},{"name":"RemSTGMEDIUM","features":[43]},{"name":"SAFEARRAY","features":[43]},{"name":"SAFEARRAYBOUND","features":[43]},{"name":"SChannelHookCallInfo","features":[43]},{"name":"SD_ACCESSPERMISSIONS","features":[43]},{"name":"SD_ACCESSRESTRICTIONS","features":[43]},{"name":"SD_LAUNCHPERMISSIONS","features":[43]},{"name":"SD_LAUNCHRESTRICTIONS","features":[43]},{"name":"SERVERCALL","features":[43]},{"name":"SERVERCALL_ISHANDLED","features":[43]},{"name":"SERVERCALL_REJECTED","features":[43]},{"name":"SERVERCALL_RETRYLATER","features":[43]},{"name":"SERVER_LOCALITY_MACHINE_LOCAL","features":[43]},{"name":"SERVER_LOCALITY_PROCESS_LOCAL","features":[43]},{"name":"SERVER_LOCALITY_REMOTE","features":[43]},{"name":"SOLE_AUTHENTICATION_INFO","features":[43]},{"name":"SOLE_AUTHENTICATION_LIST","features":[43]},{"name":"SOLE_AUTHENTICATION_SERVICE","features":[43]},{"name":"STATDATA","features":[43]},{"name":"STATFLAG","features":[43]},{"name":"STATFLAG_DEFAULT","features":[43]},{"name":"STATFLAG_NONAME","features":[43]},{"name":"STATFLAG_NOOPEN","features":[43]},{"name":"STATSTG","features":[1,43]},{"name":"STGC","features":[43]},{"name":"STGC_CONSOLIDATE","features":[43]},{"name":"STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE","features":[43]},{"name":"STGC_DEFAULT","features":[43]},{"name":"STGC_ONLYIFCURRENT","features":[43]},{"name":"STGC_OVERWRITE","features":[43]},{"name":"STGM","features":[43]},{"name":"STGMEDIUM","features":[1,13,43]},{"name":"STGM_CONVERT","features":[43]},{"name":"STGM_CREATE","features":[43]},{"name":"STGM_DELETEONRELEASE","features":[43]},{"name":"STGM_DIRECT","features":[43]},{"name":"STGM_DIRECT_SWMR","features":[43]},{"name":"STGM_FAILIFTHERE","features":[43]},{"name":"STGM_NOSCRATCH","features":[43]},{"name":"STGM_NOSNAPSHOT","features":[43]},{"name":"STGM_PRIORITY","features":[43]},{"name":"STGM_READ","features":[43]},{"name":"STGM_READWRITE","features":[43]},{"name":"STGM_SHARE_DENY_NONE","features":[43]},{"name":"STGM_SHARE_DENY_READ","features":[43]},{"name":"STGM_SHARE_DENY_WRITE","features":[43]},{"name":"STGM_SHARE_EXCLUSIVE","features":[43]},{"name":"STGM_SIMPLE","features":[43]},{"name":"STGM_TRANSACTED","features":[43]},{"name":"STGM_WRITE","features":[43]},{"name":"STGTY","features":[43]},{"name":"STGTY_LOCKBYTES","features":[43]},{"name":"STGTY_PROPERTY","features":[43]},{"name":"STGTY_REPEAT","features":[43]},{"name":"STGTY_STORAGE","features":[43]},{"name":"STGTY_STREAM","features":[43]},{"name":"STG_LAYOUT_INTERLEAVED","features":[43]},{"name":"STG_LAYOUT_SEQUENTIAL","features":[43]},{"name":"STG_TOEND","features":[43]},{"name":"STREAM_SEEK","features":[43]},{"name":"STREAM_SEEK_CUR","features":[43]},{"name":"STREAM_SEEK_END","features":[43]},{"name":"STREAM_SEEK_SET","features":[43]},{"name":"SYSKIND","features":[43]},{"name":"SYS_MAC","features":[43]},{"name":"SYS_WIN16","features":[43]},{"name":"SYS_WIN32","features":[43]},{"name":"SYS_WIN64","features":[43]},{"name":"ServerApplication","features":[43]},{"name":"SetErrorInfo","features":[43]},{"name":"ShutdownType","features":[43]},{"name":"StorageLayout","features":[43]},{"name":"StringFromCLSID","features":[43]},{"name":"StringFromGUID2","features":[43]},{"name":"StringFromIID","features":[43]},{"name":"THDTYPE","features":[43]},{"name":"THDTYPE_BLOCKMESSAGES","features":[43]},{"name":"THDTYPE_PROCESSMESSAGES","features":[43]},{"name":"TKIND_ALIAS","features":[43]},{"name":"TKIND_COCLASS","features":[43]},{"name":"TKIND_DISPATCH","features":[43]},{"name":"TKIND_ENUM","features":[43]},{"name":"TKIND_INTERFACE","features":[43]},{"name":"TKIND_MAX","features":[43]},{"name":"TKIND_MODULE","features":[43]},{"name":"TKIND_RECORD","features":[43]},{"name":"TKIND_UNION","features":[43]},{"name":"TLIBATTR","features":[43]},{"name":"TYMED","features":[43]},{"name":"TYMED_ENHMF","features":[43]},{"name":"TYMED_FILE","features":[43]},{"name":"TYMED_GDI","features":[43]},{"name":"TYMED_HGLOBAL","features":[43]},{"name":"TYMED_ISTORAGE","features":[43]},{"name":"TYMED_ISTREAM","features":[43]},{"name":"TYMED_MFPICT","features":[43]},{"name":"TYMED_NULL","features":[43]},{"name":"TYPEATTR","features":[43,163,44]},{"name":"TYPEDESC","features":[43,163,44]},{"name":"TYPEKIND","features":[43]},{"name":"TYSPEC","features":[43]},{"name":"TYSPEC_CLSID","features":[43]},{"name":"TYSPEC_FILEEXT","features":[43]},{"name":"TYSPEC_FILENAME","features":[43]},{"name":"TYSPEC_MIMETYPE","features":[43]},{"name":"TYSPEC_OBJECTID","features":[43]},{"name":"TYSPEC_PACKAGENAME","features":[43]},{"name":"TYSPEC_PROGID","features":[43]},{"name":"URI_CREATE_FLAGS","features":[43]},{"name":"Uri_CREATE_ALLOW_IMPLICIT_FILE_SCHEME","features":[43]},{"name":"Uri_CREATE_ALLOW_IMPLICIT_WILDCARD_SCHEME","features":[43]},{"name":"Uri_CREATE_ALLOW_RELATIVE","features":[43]},{"name":"Uri_CREATE_CANONICALIZE","features":[43]},{"name":"Uri_CREATE_CANONICALIZE_ABSOLUTE","features":[43]},{"name":"Uri_CREATE_CRACK_UNKNOWN_SCHEMES","features":[43]},{"name":"Uri_CREATE_DECODE_EXTRA_INFO","features":[43]},{"name":"Uri_CREATE_FILE_USE_DOS_PATH","features":[43]},{"name":"Uri_CREATE_IE_SETTINGS","features":[43]},{"name":"Uri_CREATE_NOFRAG","features":[43]},{"name":"Uri_CREATE_NORMALIZE_INTL_CHARACTERS","features":[43]},{"name":"Uri_CREATE_NO_CANONICALIZE","features":[43]},{"name":"Uri_CREATE_NO_CRACK_UNKNOWN_SCHEMES","features":[43]},{"name":"Uri_CREATE_NO_DECODE_EXTRA_INFO","features":[43]},{"name":"Uri_CREATE_NO_ENCODE_FORBIDDEN_CHARACTERS","features":[43]},{"name":"Uri_CREATE_NO_IE_SETTINGS","features":[43]},{"name":"Uri_CREATE_NO_PRE_PROCESS_HTML_URI","features":[43]},{"name":"Uri_CREATE_PRE_PROCESS_HTML_URI","features":[43]},{"name":"Uri_PROPERTY","features":[43]},{"name":"Uri_PROPERTY_ABSOLUTE_URI","features":[43]},{"name":"Uri_PROPERTY_AUTHORITY","features":[43]},{"name":"Uri_PROPERTY_DISPLAY_URI","features":[43]},{"name":"Uri_PROPERTY_DOMAIN","features":[43]},{"name":"Uri_PROPERTY_DWORD_LAST","features":[43]},{"name":"Uri_PROPERTY_DWORD_START","features":[43]},{"name":"Uri_PROPERTY_EXTENSION","features":[43]},{"name":"Uri_PROPERTY_FRAGMENT","features":[43]},{"name":"Uri_PROPERTY_HOST","features":[43]},{"name":"Uri_PROPERTY_HOST_TYPE","features":[43]},{"name":"Uri_PROPERTY_PASSWORD","features":[43]},{"name":"Uri_PROPERTY_PATH","features":[43]},{"name":"Uri_PROPERTY_PATH_AND_QUERY","features":[43]},{"name":"Uri_PROPERTY_PORT","features":[43]},{"name":"Uri_PROPERTY_QUERY","features":[43]},{"name":"Uri_PROPERTY_RAW_URI","features":[43]},{"name":"Uri_PROPERTY_SCHEME","features":[43]},{"name":"Uri_PROPERTY_SCHEME_NAME","features":[43]},{"name":"Uri_PROPERTY_STRING_LAST","features":[43]},{"name":"Uri_PROPERTY_STRING_START","features":[43]},{"name":"Uri_PROPERTY_USER_INFO","features":[43]},{"name":"Uri_PROPERTY_USER_NAME","features":[43]},{"name":"Uri_PROPERTY_ZONE","features":[43]},{"name":"VARDESC","features":[1,43,163,44]},{"name":"VARFLAGS","features":[43]},{"name":"VARFLAG_FBINDABLE","features":[43]},{"name":"VARFLAG_FDEFAULTBIND","features":[43]},{"name":"VARFLAG_FDEFAULTCOLLELEM","features":[43]},{"name":"VARFLAG_FDISPLAYBIND","features":[43]},{"name":"VARFLAG_FHIDDEN","features":[43]},{"name":"VARFLAG_FIMMEDIATEBIND","features":[43]},{"name":"VARFLAG_FNONBROWSABLE","features":[43]},{"name":"VARFLAG_FREADONLY","features":[43]},{"name":"VARFLAG_FREPLACEABLE","features":[43]},{"name":"VARFLAG_FREQUESTEDIT","features":[43]},{"name":"VARFLAG_FRESTRICTED","features":[43]},{"name":"VARFLAG_FSOURCE","features":[43]},{"name":"VARFLAG_FUIDEFAULT","features":[43]},{"name":"VARKIND","features":[43]},{"name":"VAR_CONST","features":[43]},{"name":"VAR_DISPATCH","features":[43]},{"name":"VAR_PERINSTANCE","features":[43]},{"name":"VAR_STATIC","features":[43]},{"name":"WORD_BLOB","features":[43]},{"name":"WORD_SIZEDARR","features":[43]},{"name":"uCLSSPEC","features":[43]},{"name":"userFLAG_STGMEDIUM","features":[13,43,38]},{"name":"userSTGMEDIUM","features":[13,43,38]}],"547":[{"name":"BSTR_UserFree","features":[164]},{"name":"BSTR_UserFree64","features":[164]},{"name":"BSTR_UserMarshal","features":[164]},{"name":"BSTR_UserMarshal64","features":[164]},{"name":"BSTR_UserSize","features":[164]},{"name":"BSTR_UserSize64","features":[164]},{"name":"BSTR_UserUnmarshal","features":[164]},{"name":"BSTR_UserUnmarshal64","features":[164]},{"name":"CLIPFORMAT_UserFree","features":[164]},{"name":"CLIPFORMAT_UserFree64","features":[164]},{"name":"CLIPFORMAT_UserMarshal","features":[164]},{"name":"CLIPFORMAT_UserMarshal64","features":[164]},{"name":"CLIPFORMAT_UserSize","features":[164]},{"name":"CLIPFORMAT_UserSize64","features":[164]},{"name":"CLIPFORMAT_UserUnmarshal","features":[164]},{"name":"CLIPFORMAT_UserUnmarshal64","features":[164]},{"name":"CoGetMarshalSizeMax","features":[164]},{"name":"CoGetStandardMarshal","features":[164]},{"name":"CoGetStdMarshalEx","features":[164]},{"name":"CoMarshalHresult","features":[164]},{"name":"CoMarshalInterThreadInterfaceInStream","features":[164]},{"name":"CoMarshalInterface","features":[164]},{"name":"CoReleaseMarshalData","features":[164]},{"name":"CoUnmarshalHresult","features":[164]},{"name":"CoUnmarshalInterface","features":[164]},{"name":"HACCEL_UserFree","features":[164,55]},{"name":"HACCEL_UserFree64","features":[164,55]},{"name":"HACCEL_UserMarshal","features":[164,55]},{"name":"HACCEL_UserMarshal64","features":[164,55]},{"name":"HACCEL_UserSize","features":[164,55]},{"name":"HACCEL_UserSize64","features":[164,55]},{"name":"HACCEL_UserUnmarshal","features":[164,55]},{"name":"HACCEL_UserUnmarshal64","features":[164,55]},{"name":"HBITMAP_UserFree","features":[13,164]},{"name":"HBITMAP_UserFree64","features":[13,164]},{"name":"HBITMAP_UserMarshal","features":[13,164]},{"name":"HBITMAP_UserMarshal64","features":[13,164]},{"name":"HBITMAP_UserSize","features":[13,164]},{"name":"HBITMAP_UserSize64","features":[13,164]},{"name":"HBITMAP_UserUnmarshal","features":[13,164]},{"name":"HBITMAP_UserUnmarshal64","features":[13,164]},{"name":"HDC_UserFree","features":[13,164]},{"name":"HDC_UserFree64","features":[13,164]},{"name":"HDC_UserMarshal","features":[13,164]},{"name":"HDC_UserMarshal64","features":[13,164]},{"name":"HDC_UserSize","features":[13,164]},{"name":"HDC_UserSize64","features":[13,164]},{"name":"HDC_UserUnmarshal","features":[13,164]},{"name":"HDC_UserUnmarshal64","features":[13,164]},{"name":"HGLOBAL_UserFree","features":[1,164]},{"name":"HGLOBAL_UserFree64","features":[1,164]},{"name":"HGLOBAL_UserMarshal","features":[1,164]},{"name":"HGLOBAL_UserMarshal64","features":[1,164]},{"name":"HGLOBAL_UserSize","features":[1,164]},{"name":"HGLOBAL_UserSize64","features":[1,164]},{"name":"HGLOBAL_UserUnmarshal","features":[1,164]},{"name":"HGLOBAL_UserUnmarshal64","features":[1,164]},{"name":"HICON_UserFree","features":[164,55]},{"name":"HICON_UserFree64","features":[164,55]},{"name":"HICON_UserMarshal","features":[164,55]},{"name":"HICON_UserMarshal64","features":[164,55]},{"name":"HICON_UserSize","features":[164,55]},{"name":"HICON_UserSize64","features":[164,55]},{"name":"HICON_UserUnmarshal","features":[164,55]},{"name":"HICON_UserUnmarshal64","features":[164,55]},{"name":"HMENU_UserFree","features":[164,55]},{"name":"HMENU_UserFree64","features":[164,55]},{"name":"HMENU_UserMarshal","features":[164,55]},{"name":"HMENU_UserMarshal64","features":[164,55]},{"name":"HMENU_UserSize","features":[164,55]},{"name":"HMENU_UserSize64","features":[164,55]},{"name":"HMENU_UserUnmarshal","features":[164,55]},{"name":"HMENU_UserUnmarshal64","features":[164,55]},{"name":"HPALETTE_UserFree","features":[13,164]},{"name":"HPALETTE_UserFree64","features":[13,164]},{"name":"HPALETTE_UserMarshal","features":[13,164]},{"name":"HPALETTE_UserMarshal64","features":[13,164]},{"name":"HPALETTE_UserSize","features":[13,164]},{"name":"HPALETTE_UserSize64","features":[13,164]},{"name":"HPALETTE_UserUnmarshal","features":[13,164]},{"name":"HPALETTE_UserUnmarshal64","features":[13,164]},{"name":"HWND_UserFree","features":[1,164]},{"name":"HWND_UserFree64","features":[1,164]},{"name":"HWND_UserMarshal","features":[1,164]},{"name":"HWND_UserMarshal64","features":[1,164]},{"name":"HWND_UserSize","features":[1,164]},{"name":"HWND_UserSize64","features":[1,164]},{"name":"HWND_UserUnmarshal","features":[1,164]},{"name":"HWND_UserUnmarshal64","features":[1,164]},{"name":"IMarshal","features":[164]},{"name":"IMarshal2","features":[164]},{"name":"IMarshalingStream","features":[164]},{"name":"LPSAFEARRAY_UserFree","features":[164]},{"name":"LPSAFEARRAY_UserFree64","features":[164]},{"name":"LPSAFEARRAY_UserMarshal","features":[164]},{"name":"LPSAFEARRAY_UserMarshal64","features":[164]},{"name":"LPSAFEARRAY_UserSize","features":[164]},{"name":"LPSAFEARRAY_UserSize64","features":[164]},{"name":"LPSAFEARRAY_UserUnmarshal","features":[164]},{"name":"LPSAFEARRAY_UserUnmarshal64","features":[164]},{"name":"SMEXF_HANDLER","features":[164]},{"name":"SMEXF_SERVER","features":[164]},{"name":"SNB_UserFree","features":[164]},{"name":"SNB_UserFree64","features":[164]},{"name":"SNB_UserMarshal","features":[164]},{"name":"SNB_UserMarshal64","features":[164]},{"name":"SNB_UserSize","features":[164]},{"name":"SNB_UserSize64","features":[164]},{"name":"SNB_UserUnmarshal","features":[164]},{"name":"SNB_UserUnmarshal64","features":[164]},{"name":"STDMSHLFLAGS","features":[164]},{"name":"STGMEDIUM_UserFree","features":[1,13,164]},{"name":"STGMEDIUM_UserFree64","features":[1,13,164]},{"name":"STGMEDIUM_UserMarshal","features":[1,13,164]},{"name":"STGMEDIUM_UserMarshal64","features":[1,13,164]},{"name":"STGMEDIUM_UserSize","features":[1,13,164]},{"name":"STGMEDIUM_UserSize64","features":[1,13,164]},{"name":"STGMEDIUM_UserUnmarshal","features":[1,13,164]},{"name":"STGMEDIUM_UserUnmarshal64","features":[1,13,164]}],"548":[{"name":"BSTRBLOB","features":[70]},{"name":"CABOOL","features":[1,70]},{"name":"CABSTR","features":[70]},{"name":"CABSTRBLOB","features":[70]},{"name":"CAC","features":[70]},{"name":"CACLIPDATA","features":[70]},{"name":"CACLSID","features":[70]},{"name":"CACY","features":[70]},{"name":"CADATE","features":[70]},{"name":"CADBL","features":[70]},{"name":"CAFILETIME","features":[1,70]},{"name":"CAFLT","features":[70]},{"name":"CAH","features":[70]},{"name":"CAI","features":[70]},{"name":"CAL","features":[70]},{"name":"CALPSTR","features":[70]},{"name":"CALPWSTR","features":[70]},{"name":"CAPROPVARIANT","features":[1,70,44]},{"name":"CASCODE","features":[70]},{"name":"CAUB","features":[70]},{"name":"CAUH","features":[70]},{"name":"CAUI","features":[70]},{"name":"CAUL","features":[70]},{"name":"CCH_MAX_PROPSTG_NAME","features":[70]},{"name":"CLIPDATA","features":[70]},{"name":"CWCSTORAGENAME","features":[70]},{"name":"ClearPropVariantArray","features":[1,70,44]},{"name":"CoGetInstanceFromFile","features":[70]},{"name":"CoGetInstanceFromIStorage","features":[70]},{"name":"CoGetInterfaceAndReleaseStream","features":[70]},{"name":"CreateILockBytesOnHGlobal","features":[1,70]},{"name":"CreateStreamOnHGlobal","features":[1,70]},{"name":"FmtIdToPropStgName","features":[70]},{"name":"FreePropVariantArray","features":[1,70,44]},{"name":"GetConvertStg","features":[70]},{"name":"GetHGlobalFromILockBytes","features":[1,70]},{"name":"GetHGlobalFromStream","features":[1,70]},{"name":"IDirectWriterLock","features":[70]},{"name":"IEnumSTATPROPSETSTG","features":[70]},{"name":"IEnumSTATPROPSTG","features":[70]},{"name":"IEnumSTATSTG","features":[70]},{"name":"IFillLockBytes","features":[70]},{"name":"ILayoutStorage","features":[70]},{"name":"ILockBytes","features":[70]},{"name":"IMemoryAllocator","features":[70]},{"name":"IPersistStorage","features":[70]},{"name":"IPropertyBag","features":[70]},{"name":"IPropertyBag2","features":[70]},{"name":"IPropertySetStorage","features":[70]},{"name":"IPropertyStorage","features":[70]},{"name":"IRootStorage","features":[70]},{"name":"IStorage","features":[70]},{"name":"InitPropVariantFromBooleanVector","features":[1,70,44]},{"name":"InitPropVariantFromBuffer","features":[1,70,44]},{"name":"InitPropVariantFromCLSID","features":[1,70,44]},{"name":"InitPropVariantFromDoubleVector","features":[1,70,44]},{"name":"InitPropVariantFromFileTime","features":[1,70,44]},{"name":"InitPropVariantFromFileTimeVector","features":[1,70,44]},{"name":"InitPropVariantFromGUIDAsString","features":[1,70,44]},{"name":"InitPropVariantFromInt16Vector","features":[1,70,44]},{"name":"InitPropVariantFromInt32Vector","features":[1,70,44]},{"name":"InitPropVariantFromInt64Vector","features":[1,70,44]},{"name":"InitPropVariantFromPropVariantVectorElem","features":[1,70,44]},{"name":"InitPropVariantFromResource","features":[1,70,44]},{"name":"InitPropVariantFromStringAsVector","features":[1,70,44]},{"name":"InitPropVariantFromStringVector","features":[1,70,44]},{"name":"InitPropVariantFromUInt16Vector","features":[1,70,44]},{"name":"InitPropVariantFromUInt32Vector","features":[1,70,44]},{"name":"InitPropVariantFromUInt64Vector","features":[1,70,44]},{"name":"InitPropVariantVectorFromPropVariant","features":[1,70,44]},{"name":"OLESTREAM","features":[70]},{"name":"OLESTREAMVTBL","features":[70]},{"name":"OleConvertIStorageToOLESTREAM","features":[70]},{"name":"OleConvertIStorageToOLESTREAMEx","features":[1,13,70]},{"name":"OleConvertOLESTREAMToIStorage","features":[70]},{"name":"OleConvertOLESTREAMToIStorageEx","features":[1,13,70]},{"name":"PIDDI_THUMBNAIL","features":[70]},{"name":"PIDDSI_BYTECOUNT","features":[70]},{"name":"PIDDSI_CATEGORY","features":[70]},{"name":"PIDDSI_COMPANY","features":[70]},{"name":"PIDDSI_DOCPARTS","features":[70]},{"name":"PIDDSI_HEADINGPAIR","features":[70]},{"name":"PIDDSI_HIDDENCOUNT","features":[70]},{"name":"PIDDSI_LINECOUNT","features":[70]},{"name":"PIDDSI_LINKSDIRTY","features":[70]},{"name":"PIDDSI_MANAGER","features":[70]},{"name":"PIDDSI_MMCLIPCOUNT","features":[70]},{"name":"PIDDSI_NOTECOUNT","features":[70]},{"name":"PIDDSI_PARCOUNT","features":[70]},{"name":"PIDDSI_PRESFORMAT","features":[70]},{"name":"PIDDSI_SCALE","features":[70]},{"name":"PIDDSI_SLIDECOUNT","features":[70]},{"name":"PIDMSI_COPYRIGHT","features":[70]},{"name":"PIDMSI_EDITOR","features":[70]},{"name":"PIDMSI_OWNER","features":[70]},{"name":"PIDMSI_PRODUCTION","features":[70]},{"name":"PIDMSI_PROJECT","features":[70]},{"name":"PIDMSI_RATING","features":[70]},{"name":"PIDMSI_SEQUENCE_NO","features":[70]},{"name":"PIDMSI_SOURCE","features":[70]},{"name":"PIDMSI_STATUS","features":[70]},{"name":"PIDMSI_STATUS_DRAFT","features":[70]},{"name":"PIDMSI_STATUS_EDIT","features":[70]},{"name":"PIDMSI_STATUS_FINAL","features":[70]},{"name":"PIDMSI_STATUS_INPROGRESS","features":[70]},{"name":"PIDMSI_STATUS_NEW","features":[70]},{"name":"PIDMSI_STATUS_NORMAL","features":[70]},{"name":"PIDMSI_STATUS_OTHER","features":[70]},{"name":"PIDMSI_STATUS_PRELIM","features":[70]},{"name":"PIDMSI_STATUS_PROOF","features":[70]},{"name":"PIDMSI_STATUS_REVIEW","features":[70]},{"name":"PIDMSI_STATUS_VALUE","features":[70]},{"name":"PIDMSI_SUPPLIER","features":[70]},{"name":"PIDSI_APPNAME","features":[70]},{"name":"PIDSI_AUTHOR","features":[70]},{"name":"PIDSI_CHARCOUNT","features":[70]},{"name":"PIDSI_COMMENTS","features":[70]},{"name":"PIDSI_CREATE_DTM","features":[70]},{"name":"PIDSI_DOC_SECURITY","features":[70]},{"name":"PIDSI_EDITTIME","features":[70]},{"name":"PIDSI_KEYWORDS","features":[70]},{"name":"PIDSI_LASTAUTHOR","features":[70]},{"name":"PIDSI_LASTPRINTED","features":[70]},{"name":"PIDSI_LASTSAVE_DTM","features":[70]},{"name":"PIDSI_PAGECOUNT","features":[70]},{"name":"PIDSI_REVNUMBER","features":[70]},{"name":"PIDSI_SUBJECT","features":[70]},{"name":"PIDSI_TEMPLATE","features":[70]},{"name":"PIDSI_THUMBNAIL","features":[70]},{"name":"PIDSI_TITLE","features":[70]},{"name":"PIDSI_WORDCOUNT","features":[70]},{"name":"PID_BEHAVIOR","features":[70]},{"name":"PID_CODEPAGE","features":[70]},{"name":"PID_DICTIONARY","features":[70]},{"name":"PID_FIRST_NAME_DEFAULT","features":[70]},{"name":"PID_FIRST_USABLE","features":[70]},{"name":"PID_ILLEGAL","features":[70]},{"name":"PID_LOCALE","features":[70]},{"name":"PID_MAX_READONLY","features":[70]},{"name":"PID_MIN_READONLY","features":[70]},{"name":"PID_MODIFY_TIME","features":[70]},{"name":"PID_SECURITY","features":[70]},{"name":"PROPBAG2","features":[70,44]},{"name":"PROPSETFLAG_ANSI","features":[70]},{"name":"PROPSETFLAG_CASE_SENSITIVE","features":[70]},{"name":"PROPSETFLAG_DEFAULT","features":[70]},{"name":"PROPSETFLAG_NONSIMPLE","features":[70]},{"name":"PROPSETFLAG_UNBUFFERED","features":[70]},{"name":"PROPSETHDR_OSVERSION_UNKNOWN","features":[70]},{"name":"PROPSET_BEHAVIOR_CASE_SENSITIVE","features":[70]},{"name":"PROPSPEC","features":[70]},{"name":"PROPSPEC_KIND","features":[70]},{"name":"PROPVARIANT","features":[1,70,44]},{"name":"PROPVAR_CHANGE_FLAGS","features":[70]},{"name":"PROPVAR_COMPARE_FLAGS","features":[70]},{"name":"PROPVAR_COMPARE_UNIT","features":[70]},{"name":"PRSPEC_INVALID","features":[70]},{"name":"PRSPEC_LPWSTR","features":[70]},{"name":"PRSPEC_PROPID","features":[70]},{"name":"PVCF_DEFAULT","features":[70]},{"name":"PVCF_DIGITSASNUMBERS_CASESENSITIVE","features":[70]},{"name":"PVCF_TREATEMPTYASGREATERTHAN","features":[70]},{"name":"PVCF_USESTRCMP","features":[70]},{"name":"PVCF_USESTRCMPC","features":[70]},{"name":"PVCF_USESTRCMPI","features":[70]},{"name":"PVCF_USESTRCMPIC","features":[70]},{"name":"PVCHF_ALPHABOOL","features":[70]},{"name":"PVCHF_DEFAULT","features":[70]},{"name":"PVCHF_LOCALBOOL","features":[70]},{"name":"PVCHF_NOHEXSTRING","features":[70]},{"name":"PVCHF_NOUSEROVERRIDE","features":[70]},{"name":"PVCHF_NOVALUEPROP","features":[70]},{"name":"PVCU_DAY","features":[70]},{"name":"PVCU_DEFAULT","features":[70]},{"name":"PVCU_HOUR","features":[70]},{"name":"PVCU_MINUTE","features":[70]},{"name":"PVCU_MONTH","features":[70]},{"name":"PVCU_SECOND","features":[70]},{"name":"PVCU_YEAR","features":[70]},{"name":"PropStgNameToFmtId","features":[70]},{"name":"PropVariantChangeType","features":[1,70,44]},{"name":"PropVariantClear","features":[1,70,44]},{"name":"PropVariantCompareEx","features":[1,70,44]},{"name":"PropVariantCopy","features":[1,70,44]},{"name":"PropVariantGetBooleanElem","features":[1,70,44]},{"name":"PropVariantGetDoubleElem","features":[1,70,44]},{"name":"PropVariantGetElementCount","features":[1,70,44]},{"name":"PropVariantGetFileTimeElem","features":[1,70,44]},{"name":"PropVariantGetInt16Elem","features":[1,70,44]},{"name":"PropVariantGetInt32Elem","features":[1,70,44]},{"name":"PropVariantGetInt64Elem","features":[1,70,44]},{"name":"PropVariantGetStringElem","features":[1,70,44]},{"name":"PropVariantGetUInt16Elem","features":[1,70,44]},{"name":"PropVariantGetUInt32Elem","features":[1,70,44]},{"name":"PropVariantGetUInt64Elem","features":[1,70,44]},{"name":"PropVariantToBSTR","features":[1,70,44]},{"name":"PropVariantToBoolean","features":[1,70,44]},{"name":"PropVariantToBooleanVector","features":[1,70,44]},{"name":"PropVariantToBooleanVectorAlloc","features":[1,70,44]},{"name":"PropVariantToBooleanWithDefault","features":[1,70,44]},{"name":"PropVariantToBuffer","features":[1,70,44]},{"name":"PropVariantToDouble","features":[1,70,44]},{"name":"PropVariantToDoubleVector","features":[1,70,44]},{"name":"PropVariantToDoubleVectorAlloc","features":[1,70,44]},{"name":"PropVariantToDoubleWithDefault","features":[1,70,44]},{"name":"PropVariantToFileTime","features":[1,70,44]},{"name":"PropVariantToFileTimeVector","features":[1,70,44]},{"name":"PropVariantToFileTimeVectorAlloc","features":[1,70,44]},{"name":"PropVariantToGUID","features":[1,70,44]},{"name":"PropVariantToInt16","features":[1,70,44]},{"name":"PropVariantToInt16Vector","features":[1,70,44]},{"name":"PropVariantToInt16VectorAlloc","features":[1,70,44]},{"name":"PropVariantToInt16WithDefault","features":[1,70,44]},{"name":"PropVariantToInt32","features":[1,70,44]},{"name":"PropVariantToInt32Vector","features":[1,70,44]},{"name":"PropVariantToInt32VectorAlloc","features":[1,70,44]},{"name":"PropVariantToInt32WithDefault","features":[1,70,44]},{"name":"PropVariantToInt64","features":[1,70,44]},{"name":"PropVariantToInt64Vector","features":[1,70,44]},{"name":"PropVariantToInt64VectorAlloc","features":[1,70,44]},{"name":"PropVariantToInt64WithDefault","features":[1,70,44]},{"name":"PropVariantToString","features":[1,70,44]},{"name":"PropVariantToStringAlloc","features":[1,70,44]},{"name":"PropVariantToStringVector","features":[1,70,44]},{"name":"PropVariantToStringVectorAlloc","features":[1,70,44]},{"name":"PropVariantToStringWithDefault","features":[1,70,44]},{"name":"PropVariantToUInt16","features":[1,70,44]},{"name":"PropVariantToUInt16Vector","features":[1,70,44]},{"name":"PropVariantToUInt16VectorAlloc","features":[1,70,44]},{"name":"PropVariantToUInt16WithDefault","features":[1,70,44]},{"name":"PropVariantToUInt32","features":[1,70,44]},{"name":"PropVariantToUInt32Vector","features":[1,70,44]},{"name":"PropVariantToUInt32VectorAlloc","features":[1,70,44]},{"name":"PropVariantToUInt32WithDefault","features":[1,70,44]},{"name":"PropVariantToUInt64","features":[1,70,44]},{"name":"PropVariantToUInt64Vector","features":[1,70,44]},{"name":"PropVariantToUInt64VectorAlloc","features":[1,70,44]},{"name":"PropVariantToUInt64WithDefault","features":[1,70,44]},{"name":"PropVariantToVariant","features":[1,70,44]},{"name":"PropVariantToWinRTPropertyValue","features":[1,70,44]},{"name":"ReadClassStg","features":[70]},{"name":"ReadClassStm","features":[70]},{"name":"ReadFmtUserTypeStg","features":[70]},{"name":"RemSNB","features":[70]},{"name":"SERIALIZEDPROPERTYVALUE","features":[70]},{"name":"STATPROPSETSTG","features":[1,70]},{"name":"STATPROPSTG","features":[70,44]},{"name":"STGFMT","features":[70]},{"name":"STGFMT_ANY","features":[70]},{"name":"STGFMT_DOCFILE","features":[70]},{"name":"STGFMT_DOCUMENT","features":[70]},{"name":"STGFMT_FILE","features":[70]},{"name":"STGFMT_NATIVE","features":[70]},{"name":"STGFMT_STORAGE","features":[70]},{"name":"STGMOVE","features":[70]},{"name":"STGMOVE_COPY","features":[70]},{"name":"STGMOVE_MOVE","features":[70]},{"name":"STGMOVE_SHALLOWCOPY","features":[70]},{"name":"STGOPTIONS","features":[70]},{"name":"STGOPTIONS_VERSION","features":[70]},{"name":"SetConvertStg","features":[1,70]},{"name":"StgConvertPropertyToVariant","features":[1,70,44]},{"name":"StgConvertVariantToProperty","features":[1,70,44]},{"name":"StgCreateDocfile","features":[70]},{"name":"StgCreateDocfileOnILockBytes","features":[70]},{"name":"StgCreatePropSetStg","features":[70]},{"name":"StgCreatePropStg","features":[70]},{"name":"StgCreateStorageEx","features":[5,70]},{"name":"StgDeserializePropVariant","features":[1,70,44]},{"name":"StgGetIFillLockBytesOnFile","features":[70]},{"name":"StgGetIFillLockBytesOnILockBytes","features":[70]},{"name":"StgIsStorageFile","features":[70]},{"name":"StgIsStorageILockBytes","features":[70]},{"name":"StgOpenAsyncDocfileOnIFillLockBytes","features":[70]},{"name":"StgOpenLayoutDocfile","features":[70]},{"name":"StgOpenPropStg","features":[70]},{"name":"StgOpenStorage","features":[70]},{"name":"StgOpenStorageEx","features":[5,70]},{"name":"StgOpenStorageOnILockBytes","features":[70]},{"name":"StgPropertyLengthAsVariant","features":[70]},{"name":"StgSerializePropVariant","features":[1,70,44]},{"name":"StgSetTimes","features":[1,70]},{"name":"VERSIONEDSTREAM","features":[70]},{"name":"VariantToPropVariant","features":[1,70,44]},{"name":"WinRTPropertyValueToPropVariant","features":[1,70,44]},{"name":"WriteClassStg","features":[70]},{"name":"WriteClassStm","features":[70]},{"name":"WriteFmtUserTypeStg","features":[70]}],"550":[{"name":"AUTHENTICATEF","features":[165]},{"name":"AUTHENTICATEF_BASIC","features":[165]},{"name":"AUTHENTICATEF_HTTP","features":[165]},{"name":"AUTHENTICATEF_PROXY","features":[165]},{"name":"BINDF","features":[165]},{"name":"BINDF2","features":[165]},{"name":"BINDF2_ALLOW_PROXY_CRED_PROMPT","features":[165]},{"name":"BINDF2_DISABLEAUTOCOOKIEHANDLING","features":[165]},{"name":"BINDF2_DISABLEBASICOVERHTTP","features":[165]},{"name":"BINDF2_DISABLE_HTTP_REDIRECT_CACHING","features":[165]},{"name":"BINDF2_DISABLE_HTTP_REDIRECT_XSECURITYID","features":[165]},{"name":"BINDF2_KEEP_CALLBACK_MODULE_LOADED","features":[165]},{"name":"BINDF2_READ_DATA_GREATER_THAN_4GB","features":[165]},{"name":"BINDF2_RESERVED_1","features":[165]},{"name":"BINDF2_RESERVED_10","features":[165]},{"name":"BINDF2_RESERVED_11","features":[165]},{"name":"BINDF2_RESERVED_12","features":[165]},{"name":"BINDF2_RESERVED_13","features":[165]},{"name":"BINDF2_RESERVED_14","features":[165]},{"name":"BINDF2_RESERVED_15","features":[165]},{"name":"BINDF2_RESERVED_16","features":[165]},{"name":"BINDF2_RESERVED_17","features":[165]},{"name":"BINDF2_RESERVED_2","features":[165]},{"name":"BINDF2_RESERVED_3","features":[165]},{"name":"BINDF2_RESERVED_4","features":[165]},{"name":"BINDF2_RESERVED_5","features":[165]},{"name":"BINDF2_RESERVED_6","features":[165]},{"name":"BINDF2_RESERVED_7","features":[165]},{"name":"BINDF2_RESERVED_8","features":[165]},{"name":"BINDF2_RESERVED_9","features":[165]},{"name":"BINDF2_RESERVED_A","features":[165]},{"name":"BINDF2_RESERVED_B","features":[165]},{"name":"BINDF2_RESERVED_C","features":[165]},{"name":"BINDF2_RESERVED_D","features":[165]},{"name":"BINDF2_RESERVED_E","features":[165]},{"name":"BINDF2_RESERVED_F","features":[165]},{"name":"BINDF2_SETDOWNLOADMODE","features":[165]},{"name":"BINDF_ASYNCHRONOUS","features":[165]},{"name":"BINDF_ASYNCSTORAGE","features":[165]},{"name":"BINDF_DIRECT_READ","features":[165]},{"name":"BINDF_ENFORCERESTRICTED","features":[165]},{"name":"BINDF_FORMS_SUBMIT","features":[165]},{"name":"BINDF_FREE_THREADED","features":[165]},{"name":"BINDF_FROMURLMON","features":[165]},{"name":"BINDF_FWD_BACK","features":[165]},{"name":"BINDF_GETCLASSOBJECT","features":[165]},{"name":"BINDF_GETFROMCACHE_IF_NET_FAIL","features":[165]},{"name":"BINDF_GETNEWESTVERSION","features":[165]},{"name":"BINDF_HYPERLINK","features":[165]},{"name":"BINDF_IGNORESECURITYPROBLEM","features":[165]},{"name":"BINDF_NEEDFILE","features":[165]},{"name":"BINDF_NOPROGRESSIVERENDERING","features":[165]},{"name":"BINDF_NOWRITECACHE","features":[165]},{"name":"BINDF_NO_UI","features":[165]},{"name":"BINDF_OFFLINEOPERATION","features":[165]},{"name":"BINDF_PRAGMA_NO_CACHE","features":[165]},{"name":"BINDF_PREFERDEFAULTHANDLER","features":[165]},{"name":"BINDF_PULLDATA","features":[165]},{"name":"BINDF_RESERVED_1","features":[165]},{"name":"BINDF_RESERVED_2","features":[165]},{"name":"BINDF_RESERVED_3","features":[165]},{"name":"BINDF_RESERVED_4","features":[165]},{"name":"BINDF_RESERVED_5","features":[165]},{"name":"BINDF_RESERVED_6","features":[165]},{"name":"BINDF_RESERVED_7","features":[165]},{"name":"BINDF_RESERVED_8","features":[165]},{"name":"BINDF_RESYNCHRONIZE","features":[165]},{"name":"BINDF_SILENTOPERATION","features":[165]},{"name":"BINDHANDLETYPES","features":[165]},{"name":"BINDHANDLETYPES_APPCACHE","features":[165]},{"name":"BINDHANDLETYPES_COUNT","features":[165]},{"name":"BINDHANDLETYPES_DEPENDENCY","features":[165]},{"name":"BINDINFO_OPTIONS","features":[165]},{"name":"BINDINFO_OPTIONS_ALLOWCONNECTDATA","features":[165]},{"name":"BINDINFO_OPTIONS_BINDTOOBJECT","features":[165]},{"name":"BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS","features":[165]},{"name":"BINDINFO_OPTIONS_DISABLE_UTF8","features":[165]},{"name":"BINDINFO_OPTIONS_ENABLE_UTF8","features":[165]},{"name":"BINDINFO_OPTIONS_IGNOREHTTPHTTPSREDIRECTS","features":[165]},{"name":"BINDINFO_OPTIONS_IGNOREMIMETEXTPLAIN","features":[165]},{"name":"BINDINFO_OPTIONS_IGNORE_SSLERRORS_ONCE","features":[165]},{"name":"BINDINFO_OPTIONS_SECURITYOPTOUT","features":[165]},{"name":"BINDINFO_OPTIONS_SHDOCVW_NAVIGATE","features":[165]},{"name":"BINDINFO_OPTIONS_USEBINDSTRINGCREDS","features":[165]},{"name":"BINDINFO_OPTIONS_USE_IE_ENCODING","features":[165]},{"name":"BINDINFO_OPTIONS_WININETFLAG","features":[165]},{"name":"BINDINFO_WPC_DOWNLOADBLOCKED","features":[165]},{"name":"BINDINFO_WPC_LOGGING_ENABLED","features":[165]},{"name":"BINDSTATUS","features":[165]},{"name":"BINDSTATUS_64BIT_PROGRESS","features":[165]},{"name":"BINDSTATUS_ACCEPTRANGES","features":[165]},{"name":"BINDSTATUS_BEGINDOWNLOADCOMPONENTS","features":[165]},{"name":"BINDSTATUS_BEGINDOWNLOADDATA","features":[165]},{"name":"BINDSTATUS_BEGINSYNCOPERATION","features":[165]},{"name":"BINDSTATUS_BEGINUPLOADDATA","features":[165]},{"name":"BINDSTATUS_CACHECONTROL","features":[165]},{"name":"BINDSTATUS_CACHEFILENAMEAVAILABLE","features":[165]},{"name":"BINDSTATUS_CLASSIDAVAILABLE","features":[165]},{"name":"BINDSTATUS_CLASSINSTALLLOCATION","features":[165]},{"name":"BINDSTATUS_CLSIDCANINSTANTIATE","features":[165]},{"name":"BINDSTATUS_COMPACT_POLICY_RECEIVED","features":[165]},{"name":"BINDSTATUS_CONNECTING","features":[165]},{"name":"BINDSTATUS_CONTENTDISPOSITIONATTACH","features":[165]},{"name":"BINDSTATUS_CONTENTDISPOSITIONFILENAME","features":[165]},{"name":"BINDSTATUS_COOKIE_SENT","features":[165]},{"name":"BINDSTATUS_COOKIE_STATE_ACCEPT","features":[165]},{"name":"BINDSTATUS_COOKIE_STATE_DOWNGRADE","features":[165]},{"name":"BINDSTATUS_COOKIE_STATE_LEASH","features":[165]},{"name":"BINDSTATUS_COOKIE_STATE_PROMPT","features":[165]},{"name":"BINDSTATUS_COOKIE_STATE_REJECT","features":[165]},{"name":"BINDSTATUS_COOKIE_STATE_UNKNOWN","features":[165]},{"name":"BINDSTATUS_COOKIE_SUPPRESSED","features":[165]},{"name":"BINDSTATUS_DECODING","features":[165]},{"name":"BINDSTATUS_DIRECTBIND","features":[165]},{"name":"BINDSTATUS_DISPLAYNAMEAVAILABLE","features":[165]},{"name":"BINDSTATUS_DOWNLOADINGDATA","features":[165]},{"name":"BINDSTATUS_ENCODING","features":[165]},{"name":"BINDSTATUS_ENDDOWNLOADCOMPONENTS","features":[165]},{"name":"BINDSTATUS_ENDDOWNLOADDATA","features":[165]},{"name":"BINDSTATUS_ENDSYNCOPERATION","features":[165]},{"name":"BINDSTATUS_ENDUPLOADDATA","features":[165]},{"name":"BINDSTATUS_FILTERREPORTMIMETYPE","features":[165]},{"name":"BINDSTATUS_FINDINGRESOURCE","features":[165]},{"name":"BINDSTATUS_INSTALLINGCOMPONENTS","features":[165]},{"name":"BINDSTATUS_IUNKNOWNAVAILABLE","features":[165]},{"name":"BINDSTATUS_LAST","features":[165]},{"name":"BINDSTATUS_LAST_PRIVATE","features":[165]},{"name":"BINDSTATUS_LOADINGMIMEHANDLER","features":[165]},{"name":"BINDSTATUS_MIMETEXTPLAINMISMATCH","features":[165]},{"name":"BINDSTATUS_MIMETYPEAVAILABLE","features":[165]},{"name":"BINDSTATUS_P3P_HEADER","features":[165]},{"name":"BINDSTATUS_PERSISTENT_COOKIE_RECEIVED","features":[165]},{"name":"BINDSTATUS_POLICY_HREF","features":[165]},{"name":"BINDSTATUS_PROTOCOLCLASSID","features":[165]},{"name":"BINDSTATUS_PROXYDETECTING","features":[165]},{"name":"BINDSTATUS_PUBLISHERAVAILABLE","features":[165]},{"name":"BINDSTATUS_RAWMIMETYPE","features":[165]},{"name":"BINDSTATUS_REDIRECTING","features":[165]},{"name":"BINDSTATUS_RESERVED_0","features":[165]},{"name":"BINDSTATUS_RESERVED_1","features":[165]},{"name":"BINDSTATUS_RESERVED_10","features":[165]},{"name":"BINDSTATUS_RESERVED_11","features":[165]},{"name":"BINDSTATUS_RESERVED_12","features":[165]},{"name":"BINDSTATUS_RESERVED_13","features":[165]},{"name":"BINDSTATUS_RESERVED_14","features":[165]},{"name":"BINDSTATUS_RESERVED_2","features":[165]},{"name":"BINDSTATUS_RESERVED_3","features":[165]},{"name":"BINDSTATUS_RESERVED_4","features":[165]},{"name":"BINDSTATUS_RESERVED_5","features":[165]},{"name":"BINDSTATUS_RESERVED_6","features":[165]},{"name":"BINDSTATUS_RESERVED_7","features":[165]},{"name":"BINDSTATUS_RESERVED_8","features":[165]},{"name":"BINDSTATUS_RESERVED_9","features":[165]},{"name":"BINDSTATUS_RESERVED_A","features":[165]},{"name":"BINDSTATUS_RESERVED_B","features":[165]},{"name":"BINDSTATUS_RESERVED_C","features":[165]},{"name":"BINDSTATUS_RESERVED_D","features":[165]},{"name":"BINDSTATUS_RESERVED_E","features":[165]},{"name":"BINDSTATUS_RESERVED_F","features":[165]},{"name":"BINDSTATUS_SENDINGREQUEST","features":[165]},{"name":"BINDSTATUS_SERVER_MIMETYPEAVAILABLE","features":[165]},{"name":"BINDSTATUS_SESSION_COOKIES_ALLOWED","features":[165]},{"name":"BINDSTATUS_SESSION_COOKIE_RECEIVED","features":[165]},{"name":"BINDSTATUS_SNIFFED_CLASSIDAVAILABLE","features":[165]},{"name":"BINDSTATUS_SSLUX_NAVBLOCKED","features":[165]},{"name":"BINDSTATUS_UPLOADINGDATA","features":[165]},{"name":"BINDSTATUS_USINGCACHEDCOPY","features":[165]},{"name":"BINDSTATUS_VERIFIEDMIMETYPEAVAILABLE","features":[165]},{"name":"BINDSTRING","features":[165]},{"name":"BINDSTRING_ACCEPT_ENCODINGS","features":[165]},{"name":"BINDSTRING_ACCEPT_MIMES","features":[165]},{"name":"BINDSTRING_DOC_URL","features":[165]},{"name":"BINDSTRING_DOWNLOADPATH","features":[165]},{"name":"BINDSTRING_ENTERPRISE_ID","features":[165]},{"name":"BINDSTRING_EXTRA_URL","features":[165]},{"name":"BINDSTRING_FLAG_BIND_TO_OBJECT","features":[165]},{"name":"BINDSTRING_HEADERS","features":[165]},{"name":"BINDSTRING_IID","features":[165]},{"name":"BINDSTRING_INITIAL_FILENAME","features":[165]},{"name":"BINDSTRING_LANGUAGE","features":[165]},{"name":"BINDSTRING_OS","features":[165]},{"name":"BINDSTRING_PASSWORD","features":[165]},{"name":"BINDSTRING_POST_COOKIE","features":[165]},{"name":"BINDSTRING_POST_DATA_MIME","features":[165]},{"name":"BINDSTRING_PROXY_PASSWORD","features":[165]},{"name":"BINDSTRING_PROXY_USERNAME","features":[165]},{"name":"BINDSTRING_PTR_BIND_CONTEXT","features":[165]},{"name":"BINDSTRING_ROOTDOC_URL","features":[165]},{"name":"BINDSTRING_SAMESITE_COOKIE_LEVEL","features":[165]},{"name":"BINDSTRING_UA_COLOR","features":[165]},{"name":"BINDSTRING_UA_PIXELS","features":[165]},{"name":"BINDSTRING_URL","features":[165]},{"name":"BINDSTRING_USERNAME","features":[165]},{"name":"BINDSTRING_USER_AGENT","features":[165]},{"name":"BINDSTRING_XDR_ORIGIN","features":[165]},{"name":"BINDVERB","features":[165]},{"name":"BINDVERB_CUSTOM","features":[165]},{"name":"BINDVERB_GET","features":[165]},{"name":"BINDVERB_POST","features":[165]},{"name":"BINDVERB_PUT","features":[165]},{"name":"BINDVERB_RESERVED1","features":[165]},{"name":"BSCF","features":[165]},{"name":"BSCF_64BITLENGTHDOWNLOAD","features":[165]},{"name":"BSCF_AVAILABLEDATASIZEUNKNOWN","features":[165]},{"name":"BSCF_DATAFULLYAVAILABLE","features":[165]},{"name":"BSCF_FIRSTDATANOTIFICATION","features":[165]},{"name":"BSCF_INTERMEDIATEDATANOTIFICATION","features":[165]},{"name":"BSCF_LASTDATANOTIFICATION","features":[165]},{"name":"BSCF_SKIPDRAINDATAFORFILEURLS","features":[165]},{"name":"CF_NULL","features":[165]},{"name":"CIP_ACCESS_DENIED","features":[165]},{"name":"CIP_DISK_FULL","features":[165]},{"name":"CIP_EXE_SELF_REGISTERATION_TIMEOUT","features":[165]},{"name":"CIP_NAME_CONFLICT","features":[165]},{"name":"CIP_NEED_REBOOT","features":[165]},{"name":"CIP_NEED_REBOOT_UI_PERMISSION","features":[165]},{"name":"CIP_NEWER_VERSION_EXISTS","features":[165]},{"name":"CIP_OLDER_VERSION_EXISTS","features":[165]},{"name":"CIP_STATUS","features":[165]},{"name":"CIP_TRUST_VERIFICATION_COMPONENT_MISSING","features":[165]},{"name":"CIP_UNSAFE_TO_ABORT","features":[165]},{"name":"CLASSIDPROP","features":[165]},{"name":"CODEBASEHOLD","features":[165]},{"name":"CONFIRMSAFETY","features":[165]},{"name":"CONFIRMSAFETYACTION_LOADOBJECT","features":[165]},{"name":"CoGetClassObjectFromURL","features":[165]},{"name":"CoInternetCombineIUri","features":[165]},{"name":"CoInternetCombineUrl","features":[165]},{"name":"CoInternetCombineUrlEx","features":[165]},{"name":"CoInternetCompareUrl","features":[165]},{"name":"CoInternetCreateSecurityManager","features":[165]},{"name":"CoInternetCreateZoneManager","features":[165]},{"name":"CoInternetGetProtocolFlags","features":[165]},{"name":"CoInternetGetSecurityUrl","features":[165]},{"name":"CoInternetGetSecurityUrlEx","features":[165]},{"name":"CoInternetGetSession","features":[165]},{"name":"CoInternetIsFeatureEnabled","features":[165]},{"name":"CoInternetIsFeatureEnabledForIUri","features":[165]},{"name":"CoInternetIsFeatureEnabledForUrl","features":[165]},{"name":"CoInternetIsFeatureZoneElevationEnabled","features":[165]},{"name":"CoInternetParseIUri","features":[165]},{"name":"CoInternetParseUrl","features":[165]},{"name":"CoInternetQueryInfo","features":[165]},{"name":"CoInternetSetFeatureEnabled","features":[1,165]},{"name":"CompareSecurityIds","features":[165]},{"name":"CompatFlagsFromClsid","features":[165]},{"name":"CopyBindInfo","features":[1,13,5,165]},{"name":"CopyStgMedium","features":[1,13,165]},{"name":"CreateAsyncBindCtx","features":[165]},{"name":"CreateAsyncBindCtxEx","features":[165]},{"name":"CreateFormatEnumerator","features":[165]},{"name":"CreateURLMoniker","features":[165]},{"name":"CreateURLMonikerEx","features":[165]},{"name":"CreateURLMonikerEx2","features":[165]},{"name":"DATAINFO","features":[165]},{"name":"E_PENDING","features":[165]},{"name":"FEATURE_ADDON_MANAGEMENT","features":[165]},{"name":"FEATURE_BEHAVIORS","features":[165]},{"name":"FEATURE_BLOCK_INPUT_PROMPTS","features":[165]},{"name":"FEATURE_DISABLE_LEGACY_COMPRESSION","features":[165]},{"name":"FEATURE_DISABLE_MK_PROTOCOL","features":[165]},{"name":"FEATURE_DISABLE_NAVIGATION_SOUNDS","features":[165]},{"name":"FEATURE_DISABLE_TELNET_PROTOCOL","features":[165]},{"name":"FEATURE_ENTRY_COUNT","features":[165]},{"name":"FEATURE_FEEDS","features":[165]},{"name":"FEATURE_FORCE_ADDR_AND_STATUS","features":[165]},{"name":"FEATURE_GET_URL_DOM_FILEPATH_UNENCODED","features":[165]},{"name":"FEATURE_HTTP_USERNAME_PASSWORD_DISABLE","features":[165]},{"name":"FEATURE_LOCALMACHINE_LOCKDOWN","features":[165]},{"name":"FEATURE_MIME_HANDLING","features":[165]},{"name":"FEATURE_MIME_SNIFFING","features":[165]},{"name":"FEATURE_OBJECT_CACHING","features":[165]},{"name":"FEATURE_PROTOCOL_LOCKDOWN","features":[165]},{"name":"FEATURE_RESTRICT_ACTIVEXINSTALL","features":[165]},{"name":"FEATURE_RESTRICT_FILEDOWNLOAD","features":[165]},{"name":"FEATURE_SAFE_BINDTOOBJECT","features":[165]},{"name":"FEATURE_SECURITYBAND","features":[165]},{"name":"FEATURE_SSLUX","features":[165]},{"name":"FEATURE_TABBED_BROWSING","features":[165]},{"name":"FEATURE_UNC_SAVEDFILECHECK","features":[165]},{"name":"FEATURE_VALIDATE_NAVIGATE_URL","features":[165]},{"name":"FEATURE_WEBOC_POPUPMANAGEMENT","features":[165]},{"name":"FEATURE_WINDOW_RESTRICTIONS","features":[165]},{"name":"FEATURE_XMLHTTP","features":[165]},{"name":"FEATURE_ZONE_ELEVATION","features":[165]},{"name":"FIEF_FLAG_FORCE_JITUI","features":[165]},{"name":"FIEF_FLAG_PEEK","features":[165]},{"name":"FIEF_FLAG_RESERVED_0","features":[165]},{"name":"FIEF_FLAG_SKIP_INSTALLED_VERSION_CHECK","features":[165]},{"name":"FMFD_DEFAULT","features":[165]},{"name":"FMFD_ENABLEMIMESNIFFING","features":[165]},{"name":"FMFD_IGNOREMIMETEXTPLAIN","features":[165]},{"name":"FMFD_RESERVED_1","features":[165]},{"name":"FMFD_RESERVED_2","features":[165]},{"name":"FMFD_RESPECTTEXTPLAIN","features":[165]},{"name":"FMFD_RETURNUPDATEDIMGMIMES","features":[165]},{"name":"FMFD_SERVERMIME","features":[165]},{"name":"FMFD_URLASFILENAME","features":[165]},{"name":"FaultInIEFeature","features":[1,165]},{"name":"FindMediaType","features":[165]},{"name":"FindMediaTypeClass","features":[165]},{"name":"FindMimeFromData","features":[165]},{"name":"GET_FEATURE_FROM_PROCESS","features":[165]},{"name":"GET_FEATURE_FROM_REGISTRY","features":[165]},{"name":"GET_FEATURE_FROM_THREAD","features":[165]},{"name":"GET_FEATURE_FROM_THREAD_INTERNET","features":[165]},{"name":"GET_FEATURE_FROM_THREAD_INTRANET","features":[165]},{"name":"GET_FEATURE_FROM_THREAD_LOCALMACHINE","features":[165]},{"name":"GET_FEATURE_FROM_THREAD_RESTRICTED","features":[165]},{"name":"GET_FEATURE_FROM_THREAD_TRUSTED","features":[165]},{"name":"GetClassFileOrMime","features":[165]},{"name":"GetClassURL","features":[165]},{"name":"GetComponentIDFromCLSSPEC","features":[165]},{"name":"GetSoftwareUpdateInfo","features":[165]},{"name":"HIT_LOGGING_INFO","features":[1,165]},{"name":"HlinkGoBack","features":[165]},{"name":"HlinkGoForward","features":[165]},{"name":"HlinkNavigateMoniker","features":[165]},{"name":"HlinkNavigateString","features":[165]},{"name":"HlinkSimpleNavigateToMoniker","features":[165]},{"name":"HlinkSimpleNavigateToString","features":[165]},{"name":"IBindCallbackRedirect","features":[165]},{"name":"IBindHttpSecurity","features":[165]},{"name":"IBindProtocol","features":[165]},{"name":"ICatalogFileInfo","features":[165]},{"name":"ICodeInstall","features":[165]},{"name":"IDataFilter","features":[165]},{"name":"IEGetUserPrivateNamespaceName","features":[165]},{"name":"IEInstallScope","features":[165]},{"name":"IEObjectType","features":[165]},{"name":"IE_EPM_OBJECT_EVENT","features":[165]},{"name":"IE_EPM_OBJECT_FILE","features":[165]},{"name":"IE_EPM_OBJECT_MUTEX","features":[165]},{"name":"IE_EPM_OBJECT_NAMED_PIPE","features":[165]},{"name":"IE_EPM_OBJECT_REGISTRY","features":[165]},{"name":"IE_EPM_OBJECT_SEMAPHORE","features":[165]},{"name":"IE_EPM_OBJECT_SHARED_MEMORY","features":[165]},{"name":"IE_EPM_OBJECT_WAITABLE_TIMER","features":[165]},{"name":"IEncodingFilterFactory","features":[165]},{"name":"IGetBindHandle","features":[165]},{"name":"IHttpNegotiate","features":[165]},{"name":"IHttpNegotiate2","features":[165]},{"name":"IHttpNegotiate3","features":[165]},{"name":"IHttpSecurity","features":[165]},{"name":"IInternet","features":[165]},{"name":"IInternetBindInfo","features":[165]},{"name":"IInternetBindInfoEx","features":[165]},{"name":"IInternetHostSecurityManager","features":[165]},{"name":"IInternetPriority","features":[165]},{"name":"IInternetProtocol","features":[165]},{"name":"IInternetProtocolEx","features":[165]},{"name":"IInternetProtocolInfo","features":[165]},{"name":"IInternetProtocolRoot","features":[165]},{"name":"IInternetProtocolSink","features":[165]},{"name":"IInternetProtocolSinkStackable","features":[165]},{"name":"IInternetSecurityManager","features":[165]},{"name":"IInternetSecurityManagerEx","features":[165]},{"name":"IInternetSecurityManagerEx2","features":[165]},{"name":"IInternetSecurityMgrSite","features":[165]},{"name":"IInternetSession","features":[165]},{"name":"IInternetThreadSwitch","features":[165]},{"name":"IInternetZoneManager","features":[165]},{"name":"IInternetZoneManagerEx","features":[165]},{"name":"IInternetZoneManagerEx2","features":[165]},{"name":"IMonikerProp","features":[165]},{"name":"INET_E_AUTHENTICATION_REQUIRED","features":[165]},{"name":"INET_E_BLOCKED_ENHANCEDPROTECTEDMODE","features":[165]},{"name":"INET_E_BLOCKED_PLUGGABLE_PROTOCOL","features":[165]},{"name":"INET_E_BLOCKED_REDIRECT_XSECURITYID","features":[165]},{"name":"INET_E_CANNOT_CONNECT","features":[165]},{"name":"INET_E_CANNOT_INSTANTIATE_OBJECT","features":[165]},{"name":"INET_E_CANNOT_LOAD_DATA","features":[165]},{"name":"INET_E_CANNOT_LOCK_REQUEST","features":[165]},{"name":"INET_E_CANNOT_REPLACE_SFP_FILE","features":[165]},{"name":"INET_E_CODE_DOWNLOAD_DECLINED","features":[165]},{"name":"INET_E_CODE_INSTALL_BLOCKED_ARM","features":[165]},{"name":"INET_E_CODE_INSTALL_BLOCKED_BITNESS","features":[165]},{"name":"INET_E_CODE_INSTALL_BLOCKED_BY_HASH_POLICY","features":[165]},{"name":"INET_E_CODE_INSTALL_BLOCKED_IMMERSIVE","features":[165]},{"name":"INET_E_CODE_INSTALL_SUPPRESSED","features":[165]},{"name":"INET_E_CONNECTION_TIMEOUT","features":[165]},{"name":"INET_E_DATA_NOT_AVAILABLE","features":[165]},{"name":"INET_E_DEFAULT_ACTION","features":[165]},{"name":"INET_E_DOMINJECTIONVALIDATION","features":[165]},{"name":"INET_E_DOWNLOAD_BLOCKED_BY_CSP","features":[165]},{"name":"INET_E_DOWNLOAD_BLOCKED_BY_INPRIVATE","features":[165]},{"name":"INET_E_DOWNLOAD_FAILURE","features":[165]},{"name":"INET_E_ERROR_FIRST","features":[165]},{"name":"INET_E_ERROR_LAST","features":[165]},{"name":"INET_E_FORBIDFRAMING","features":[165]},{"name":"INET_E_HSTS_CERTIFICATE_ERROR","features":[165]},{"name":"INET_E_INVALID_CERTIFICATE","features":[165]},{"name":"INET_E_INVALID_REQUEST","features":[165]},{"name":"INET_E_INVALID_URL","features":[165]},{"name":"INET_E_NO_SESSION","features":[165]},{"name":"INET_E_NO_VALID_MEDIA","features":[165]},{"name":"INET_E_OBJECT_NOT_FOUND","features":[165]},{"name":"INET_E_QUERYOPTION_UNKNOWN","features":[165]},{"name":"INET_E_REDIRECTING","features":[165]},{"name":"INET_E_REDIRECT_FAILED","features":[165]},{"name":"INET_E_REDIRECT_TO_DIR","features":[165]},{"name":"INET_E_RESERVED_1","features":[165]},{"name":"INET_E_RESERVED_2","features":[165]},{"name":"INET_E_RESERVED_3","features":[165]},{"name":"INET_E_RESERVED_4","features":[165]},{"name":"INET_E_RESERVED_5","features":[165]},{"name":"INET_E_RESOURCE_NOT_FOUND","features":[165]},{"name":"INET_E_RESULT_DISPATCHED","features":[165]},{"name":"INET_E_SECURITY_PROBLEM","features":[165]},{"name":"INET_E_TERMINATED_BIND","features":[165]},{"name":"INET_E_UNKNOWN_PROTOCOL","features":[165]},{"name":"INET_E_USE_DEFAULT_PROTOCOLHANDLER","features":[165]},{"name":"INET_E_USE_DEFAULT_SETTING","features":[165]},{"name":"INET_E_USE_EXTEND_BINDING","features":[165]},{"name":"INET_E_VTAB_SWITCH_FORCE_ENGINE","features":[165]},{"name":"INET_ZONE_MANAGER_CONSTANTS","features":[165]},{"name":"INTERNETFEATURELIST","features":[165]},{"name":"IPersistMoniker","features":[165]},{"name":"ISoftDistExt","features":[165]},{"name":"IUriBuilderFactory","features":[165]},{"name":"IUriContainer","features":[165]},{"name":"IWinInetCacheHints","features":[165]},{"name":"IWinInetCacheHints2","features":[165]},{"name":"IWinInetFileStream","features":[165]},{"name":"IWinInetHttpInfo","features":[165]},{"name":"IWinInetHttpTimeouts","features":[165]},{"name":"IWinInetInfo","features":[165]},{"name":"IWindowForBindingUI","features":[165]},{"name":"IWrappedProtocol","features":[165]},{"name":"IZoneIdentifier","features":[165]},{"name":"IZoneIdentifier2","features":[165]},{"name":"IsAsyncMoniker","features":[165]},{"name":"IsLoggingEnabledA","features":[1,165]},{"name":"IsLoggingEnabledW","features":[1,165]},{"name":"IsValidURL","features":[165]},{"name":"MAX_SIZE_SECURITY_ID","features":[165]},{"name":"MAX_ZONE_DESCRIPTION","features":[165]},{"name":"MAX_ZONE_PATH","features":[165]},{"name":"MIMETYPEPROP","features":[165]},{"name":"MKSYS_URLMONIKER","features":[165]},{"name":"MK_S_ASYNCHRONOUS","features":[165]},{"name":"MONIKERPROPERTY","features":[165]},{"name":"MUTZ_ACCEPT_WILDCARD_SCHEME","features":[165]},{"name":"MUTZ_DONT_UNESCAPE","features":[165]},{"name":"MUTZ_DONT_USE_CACHE","features":[165]},{"name":"MUTZ_ENFORCERESTRICTED","features":[165]},{"name":"MUTZ_FORCE_INTRANET_FLAGS","features":[165]},{"name":"MUTZ_IGNORE_ZONE_MAPPINGS","features":[165]},{"name":"MUTZ_ISFILE","features":[165]},{"name":"MUTZ_NOSAVEDFILECHECK","features":[165]},{"name":"MUTZ_REQUIRESAVEDFILECHECK","features":[165]},{"name":"MUTZ_RESERVED","features":[165]},{"name":"MkParseDisplayNameEx","features":[165]},{"name":"OIBDG_APARTMENTTHREADED","features":[165]},{"name":"OIBDG_DATAONLY","features":[165]},{"name":"OIBDG_FLAGS","features":[165]},{"name":"ObtainUserAgentString","features":[165]},{"name":"PARSEACTION","features":[165]},{"name":"PARSE_ANCHOR","features":[165]},{"name":"PARSE_CANONICALIZE","features":[165]},{"name":"PARSE_DECODE_IS_ESCAPE","features":[165]},{"name":"PARSE_DOCUMENT","features":[165]},{"name":"PARSE_DOMAIN","features":[165]},{"name":"PARSE_ENCODE_IS_UNESCAPE","features":[165]},{"name":"PARSE_ESCAPE","features":[165]},{"name":"PARSE_FRIENDLY","features":[165]},{"name":"PARSE_LOCATION","features":[165]},{"name":"PARSE_MIME","features":[165]},{"name":"PARSE_PATH_FROM_URL","features":[165]},{"name":"PARSE_ROOTDOCUMENT","features":[165]},{"name":"PARSE_SCHEMA","features":[165]},{"name":"PARSE_SECURITY_DOMAIN","features":[165]},{"name":"PARSE_SECURITY_URL","features":[165]},{"name":"PARSE_SERVER","features":[165]},{"name":"PARSE_SITE","features":[165]},{"name":"PARSE_UNESCAPE","features":[165]},{"name":"PARSE_URL_FROM_PATH","features":[165]},{"name":"PD_FORCE_SWITCH","features":[165]},{"name":"PI_APARTMENTTHREADED","features":[165]},{"name":"PI_CLASSINSTALL","features":[165]},{"name":"PI_CLSIDLOOKUP","features":[165]},{"name":"PI_DATAPROGRESS","features":[165]},{"name":"PI_FILTER_MODE","features":[165]},{"name":"PI_FLAGS","features":[165]},{"name":"PI_FORCE_ASYNC","features":[165]},{"name":"PI_LOADAPPDIRECT","features":[165]},{"name":"PI_MIMEVERIFICATION","features":[165]},{"name":"PI_NOMIMEHANDLER","features":[165]},{"name":"PI_PARSE_URL","features":[165]},{"name":"PI_PASSONBINDCTX","features":[165]},{"name":"PI_PREFERDEFAULTHANDLER","features":[165]},{"name":"PI_SYNCHRONOUS","features":[165]},{"name":"PI_USE_WORKERTHREAD","features":[165]},{"name":"POPUPLEVELPROP","features":[165]},{"name":"PROTOCOLDATA","features":[165]},{"name":"PROTOCOLFILTERDATA","features":[165]},{"name":"PROTOCOLFLAG_NO_PICS_CHECK","features":[165]},{"name":"PROTOCOL_ARGUMENT","features":[165]},{"name":"PSUACTION","features":[165]},{"name":"PSU_DEFAULT","features":[165]},{"name":"PSU_SECURITY_URL_ONLY","features":[165]},{"name":"PUAF","features":[165]},{"name":"PUAFOUT","features":[165]},{"name":"PUAFOUT_DEFAULT","features":[165]},{"name":"PUAFOUT_ISLOCKZONEPOLICY","features":[165]},{"name":"PUAF_ACCEPT_WILDCARD_SCHEME","features":[165]},{"name":"PUAF_CHECK_TIFS","features":[165]},{"name":"PUAF_DEFAULT","features":[165]},{"name":"PUAF_DEFAULTZONEPOL","features":[165]},{"name":"PUAF_DONTCHECKBOXINDIALOG","features":[165]},{"name":"PUAF_DONT_USE_CACHE","features":[165]},{"name":"PUAF_DRAGPROTOCOLCHECK","features":[165]},{"name":"PUAF_ENFORCERESTRICTED","features":[165]},{"name":"PUAF_FORCEUI_FOREGROUND","features":[165]},{"name":"PUAF_ISFILE","features":[165]},{"name":"PUAF_LMZ_LOCKED","features":[165]},{"name":"PUAF_LMZ_UNLOCKED","features":[165]},{"name":"PUAF_NOSAVEDFILECHECK","features":[165]},{"name":"PUAF_NOUI","features":[165]},{"name":"PUAF_NOUIIFLOCKED","features":[165]},{"name":"PUAF_NPL_USE_LOCKED_IF_RESTRICTED","features":[165]},{"name":"PUAF_REQUIRESAVEDFILECHECK","features":[165]},{"name":"PUAF_RESERVED1","features":[165]},{"name":"PUAF_RESERVED2","features":[165]},{"name":"PUAF_TRUSTED","features":[165]},{"name":"PUAF_WARN_IF_DENIED","features":[165]},{"name":"QUERYOPTION","features":[165]},{"name":"QUERY_CAN_NAVIGATE","features":[165]},{"name":"QUERY_CONTENT_ENCODING","features":[165]},{"name":"QUERY_CONTENT_TYPE","features":[165]},{"name":"QUERY_EXPIRATION_DATE","features":[165]},{"name":"QUERY_IS_CACHED","features":[165]},{"name":"QUERY_IS_CACHED_AND_USABLE_OFFLINE","features":[165]},{"name":"QUERY_IS_CACHED_OR_MAPPED","features":[165]},{"name":"QUERY_IS_INSTALLEDENTRY","features":[165]},{"name":"QUERY_IS_SAFE","features":[165]},{"name":"QUERY_IS_SECURE","features":[165]},{"name":"QUERY_RECOMBINE","features":[165]},{"name":"QUERY_REFRESH","features":[165]},{"name":"QUERY_TIME_OF_LAST_CHANGE","features":[165]},{"name":"QUERY_USES_CACHE","features":[165]},{"name":"QUERY_USES_HISTORYFOLDER","features":[165]},{"name":"QUERY_USES_NETWORK","features":[165]},{"name":"REMSECURITY_ATTRIBUTES","features":[1,165]},{"name":"RegisterBindStatusCallback","features":[165]},{"name":"RegisterFormatEnumerator","features":[165]},{"name":"RegisterMediaTypeClass","features":[165]},{"name":"RegisterMediaTypes","features":[165]},{"name":"ReleaseBindInfo","features":[1,13,5,165]},{"name":"RemBINDINFO","features":[1,165]},{"name":"RemFORMATETC","features":[165]},{"name":"RevokeBindStatusCallback","features":[165]},{"name":"RevokeFormatEnumerator","features":[165]},{"name":"SECURITY_IE_STATE_GREEN","features":[165]},{"name":"SECURITY_IE_STATE_RED","features":[165]},{"name":"SET_FEATURE_IN_REGISTRY","features":[165]},{"name":"SET_FEATURE_ON_PROCESS","features":[165]},{"name":"SET_FEATURE_ON_THREAD","features":[165]},{"name":"SET_FEATURE_ON_THREAD_INTERNET","features":[165]},{"name":"SET_FEATURE_ON_THREAD_INTRANET","features":[165]},{"name":"SET_FEATURE_ON_THREAD_LOCALMACHINE","features":[165]},{"name":"SET_FEATURE_ON_THREAD_RESTRICTED","features":[165]},{"name":"SET_FEATURE_ON_THREAD_TRUSTED","features":[165]},{"name":"SOFTDISTINFO","features":[165]},{"name":"SOFTDIST_ADSTATE_AVAILABLE","features":[165]},{"name":"SOFTDIST_ADSTATE_DOWNLOADED","features":[165]},{"name":"SOFTDIST_ADSTATE_INSTALLED","features":[165]},{"name":"SOFTDIST_ADSTATE_NONE","features":[165]},{"name":"SOFTDIST_FLAG_DELETE_SUBSCRIPTION","features":[165]},{"name":"SOFTDIST_FLAG_USAGE_AUTOINSTALL","features":[165]},{"name":"SOFTDIST_FLAG_USAGE_EMAIL","features":[165]},{"name":"SOFTDIST_FLAG_USAGE_PRECACHE","features":[165]},{"name":"SZM_CREATE","features":[165]},{"name":"SZM_DELETE","features":[165]},{"name":"SZM_FLAGS","features":[165]},{"name":"S_ASYNCHRONOUS","features":[165]},{"name":"SetAccessForIEAppContainer","features":[1,165]},{"name":"SetSoftwareUpdateAdvertisementState","features":[165]},{"name":"StartParam","features":[165]},{"name":"TRUSTEDDOWNLOADPROP","features":[165]},{"name":"UAS_EXACTLEGACY","features":[165]},{"name":"URLACTION_ACTIVEX_ALLOW_TDC","features":[165]},{"name":"URLACTION_ACTIVEX_CONFIRM_NOOBJECTSAFETY","features":[165]},{"name":"URLACTION_ACTIVEX_CURR_MAX","features":[165]},{"name":"URLACTION_ACTIVEX_DYNSRC_VIDEO_AND_ANIMATION","features":[165]},{"name":"URLACTION_ACTIVEX_MAX","features":[165]},{"name":"URLACTION_ACTIVEX_MIN","features":[165]},{"name":"URLACTION_ACTIVEX_NO_WEBOC_SCRIPT","features":[165]},{"name":"URLACTION_ACTIVEX_OVERRIDE_DATA_SAFETY","features":[165]},{"name":"URLACTION_ACTIVEX_OVERRIDE_DOMAINLIST","features":[165]},{"name":"URLACTION_ACTIVEX_OVERRIDE_OBJECT_SAFETY","features":[165]},{"name":"URLACTION_ACTIVEX_OVERRIDE_OPTIN","features":[165]},{"name":"URLACTION_ACTIVEX_OVERRIDE_REPURPOSEDETECTION","features":[165]},{"name":"URLACTION_ACTIVEX_OVERRIDE_SCRIPT_SAFETY","features":[165]},{"name":"URLACTION_ACTIVEX_RUN","features":[165]},{"name":"URLACTION_ACTIVEX_SCRIPTLET_RUN","features":[165]},{"name":"URLACTION_ACTIVEX_TREATASUNTRUSTED","features":[165]},{"name":"URLACTION_ALLOW_ACTIVEX_FILTERING","features":[165]},{"name":"URLACTION_ALLOW_ANTIMALWARE_SCANNING_OF_ACTIVEX","features":[165]},{"name":"URLACTION_ALLOW_APEVALUATION","features":[165]},{"name":"URLACTION_ALLOW_AUDIO_VIDEO","features":[165]},{"name":"URLACTION_ALLOW_AUDIO_VIDEO_PLUGINS","features":[165]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_APPCACHE_MANIFEST","features":[165]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_DROP_ACROSS_WINDOWS","features":[165]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_DROP_WITHIN_WINDOW","features":[165]},{"name":"URLACTION_ALLOW_CSS_EXPRESSIONS","features":[165]},{"name":"URLACTION_ALLOW_JSCRIPT_IE","features":[165]},{"name":"URLACTION_ALLOW_RENDER_LEGACY_DXTFILTERS","features":[165]},{"name":"URLACTION_ALLOW_RESTRICTEDPROTOCOLS","features":[165]},{"name":"URLACTION_ALLOW_STRUCTURED_STORAGE_SNIFFING","features":[165]},{"name":"URLACTION_ALLOW_VBSCRIPT_IE","features":[165]},{"name":"URLACTION_ALLOW_XDOMAIN_SUBFRAME_RESIZE","features":[165]},{"name":"URLACTION_ALLOW_XHR_EVALUATION","features":[165]},{"name":"URLACTION_ALLOW_ZONE_ELEVATION_OPT_OUT_ADDITION","features":[165]},{"name":"URLACTION_ALLOW_ZONE_ELEVATION_VIA_OPT_OUT","features":[165]},{"name":"URLACTION_AUTHENTICATE_CLIENT","features":[165]},{"name":"URLACTION_AUTOMATIC_ACTIVEX_UI","features":[165]},{"name":"URLACTION_AUTOMATIC_DOWNLOAD_UI","features":[165]},{"name":"URLACTION_AUTOMATIC_DOWNLOAD_UI_MIN","features":[165]},{"name":"URLACTION_BEHAVIOR_MIN","features":[165]},{"name":"URLACTION_BEHAVIOR_RUN","features":[165]},{"name":"URLACTION_CHANNEL_SOFTDIST_MAX","features":[165]},{"name":"URLACTION_CHANNEL_SOFTDIST_MIN","features":[165]},{"name":"URLACTION_CHANNEL_SOFTDIST_PERMISSIONS","features":[165]},{"name":"URLACTION_CLIENT_CERT_PROMPT","features":[165]},{"name":"URLACTION_COOKIES","features":[165]},{"name":"URLACTION_COOKIES_ENABLED","features":[165]},{"name":"URLACTION_COOKIES_SESSION","features":[165]},{"name":"URLACTION_COOKIES_SESSION_THIRD_PARTY","features":[165]},{"name":"URLACTION_COOKIES_THIRD_PARTY","features":[165]},{"name":"URLACTION_CREDENTIALS_USE","features":[165]},{"name":"URLACTION_CROSS_DOMAIN_DATA","features":[165]},{"name":"URLACTION_DOTNET_USERCONTROLS","features":[165]},{"name":"URLACTION_DOWNLOAD_CURR_MAX","features":[165]},{"name":"URLACTION_DOWNLOAD_MAX","features":[165]},{"name":"URLACTION_DOWNLOAD_MIN","features":[165]},{"name":"URLACTION_DOWNLOAD_SIGNED_ACTIVEX","features":[165]},{"name":"URLACTION_DOWNLOAD_UNSIGNED_ACTIVEX","features":[165]},{"name":"URLACTION_FEATURE_BLOCK_INPUT_PROMPTS","features":[165]},{"name":"URLACTION_FEATURE_CROSSDOMAIN_FOCUS_CHANGE","features":[165]},{"name":"URLACTION_FEATURE_DATA_BINDING","features":[165]},{"name":"URLACTION_FEATURE_FORCE_ADDR_AND_STATUS","features":[165]},{"name":"URLACTION_FEATURE_MIME_SNIFFING","features":[165]},{"name":"URLACTION_FEATURE_MIN","features":[165]},{"name":"URLACTION_FEATURE_SCRIPT_STATUS_BAR","features":[165]},{"name":"URLACTION_FEATURE_WINDOW_RESTRICTIONS","features":[165]},{"name":"URLACTION_FEATURE_ZONE_ELEVATION","features":[165]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_CANVAS","features":[165]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_TEXTTRACK","features":[165]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_WEBWORKER","features":[165]},{"name":"URLACTION_HTML_ALLOW_INDEXEDDB","features":[165]},{"name":"URLACTION_HTML_ALLOW_INJECTED_DYNAMIC_HTML","features":[165]},{"name":"URLACTION_HTML_ALLOW_WINDOW_CLOSE","features":[165]},{"name":"URLACTION_HTML_FONT_DOWNLOAD","features":[165]},{"name":"URLACTION_HTML_INCLUDE_FILE_PATH","features":[165]},{"name":"URLACTION_HTML_JAVA_RUN","features":[165]},{"name":"URLACTION_HTML_MAX","features":[165]},{"name":"URLACTION_HTML_META_REFRESH","features":[165]},{"name":"URLACTION_HTML_MIN","features":[165]},{"name":"URLACTION_HTML_MIXED_CONTENT","features":[165]},{"name":"URLACTION_HTML_REQUIRE_UTF8_DOCUMENT_CODEPAGE","features":[165]},{"name":"URLACTION_HTML_SUBFRAME_NAVIGATE","features":[165]},{"name":"URLACTION_HTML_SUBMIT_FORMS","features":[165]},{"name":"URLACTION_HTML_SUBMIT_FORMS_FROM","features":[165]},{"name":"URLACTION_HTML_SUBMIT_FORMS_TO","features":[165]},{"name":"URLACTION_HTML_USERDATA_SAVE","features":[165]},{"name":"URLACTION_INFODELIVERY_CURR_MAX","features":[165]},{"name":"URLACTION_INFODELIVERY_MAX","features":[165]},{"name":"URLACTION_INFODELIVERY_MIN","features":[165]},{"name":"URLACTION_INFODELIVERY_NO_ADDING_CHANNELS","features":[165]},{"name":"URLACTION_INFODELIVERY_NO_ADDING_SUBSCRIPTIONS","features":[165]},{"name":"URLACTION_INFODELIVERY_NO_CHANNEL_LOGGING","features":[165]},{"name":"URLACTION_INFODELIVERY_NO_EDITING_CHANNELS","features":[165]},{"name":"URLACTION_INFODELIVERY_NO_EDITING_SUBSCRIPTIONS","features":[165]},{"name":"URLACTION_INFODELIVERY_NO_REMOVING_CHANNELS","features":[165]},{"name":"URLACTION_INFODELIVERY_NO_REMOVING_SUBSCRIPTIONS","features":[165]},{"name":"URLACTION_INPRIVATE_BLOCKING","features":[165]},{"name":"URLACTION_JAVA_CURR_MAX","features":[165]},{"name":"URLACTION_JAVA_MAX","features":[165]},{"name":"URLACTION_JAVA_MIN","features":[165]},{"name":"URLACTION_JAVA_PERMISSIONS","features":[165]},{"name":"URLACTION_LOOSE_XAML","features":[165]},{"name":"URLACTION_LOWRIGHTS","features":[165]},{"name":"URLACTION_MIN","features":[165]},{"name":"URLACTION_NETWORK_CURR_MAX","features":[165]},{"name":"URLACTION_NETWORK_MAX","features":[165]},{"name":"URLACTION_NETWORK_MIN","features":[165]},{"name":"URLACTION_PLUGGABLE_PROTOCOL_XHR","features":[165]},{"name":"URLACTION_SCRIPT_CURR_MAX","features":[165]},{"name":"URLACTION_SCRIPT_JAVA_USE","features":[165]},{"name":"URLACTION_SCRIPT_MAX","features":[165]},{"name":"URLACTION_SCRIPT_MIN","features":[165]},{"name":"URLACTION_SCRIPT_NAVIGATE","features":[165]},{"name":"URLACTION_SCRIPT_OVERRIDE_SAFETY","features":[165]},{"name":"URLACTION_SCRIPT_PASTE","features":[165]},{"name":"URLACTION_SCRIPT_RUN","features":[165]},{"name":"URLACTION_SCRIPT_SAFE_ACTIVEX","features":[165]},{"name":"URLACTION_SCRIPT_XSSFILTER","features":[165]},{"name":"URLACTION_SHELL_ALLOW_CROSS_SITE_SHARE","features":[165]},{"name":"URLACTION_SHELL_CURR_MAX","features":[165]},{"name":"URLACTION_SHELL_ENHANCED_DRAGDROP_SECURITY","features":[165]},{"name":"URLACTION_SHELL_EXECUTE_HIGHRISK","features":[165]},{"name":"URLACTION_SHELL_EXECUTE_LOWRISK","features":[165]},{"name":"URLACTION_SHELL_EXECUTE_MODRISK","features":[165]},{"name":"URLACTION_SHELL_EXTENSIONSECURITY","features":[165]},{"name":"URLACTION_SHELL_FILE_DOWNLOAD","features":[165]},{"name":"URLACTION_SHELL_INSTALL_DTITEMS","features":[165]},{"name":"URLACTION_SHELL_MAX","features":[165]},{"name":"URLACTION_SHELL_MIN","features":[165]},{"name":"URLACTION_SHELL_MOVE_OR_COPY","features":[165]},{"name":"URLACTION_SHELL_POPUPMGR","features":[165]},{"name":"URLACTION_SHELL_PREVIEW","features":[165]},{"name":"URLACTION_SHELL_REMOTEQUERY","features":[165]},{"name":"URLACTION_SHELL_RTF_OBJECTS_LOAD","features":[165]},{"name":"URLACTION_SHELL_SECURE_DRAGSOURCE","features":[165]},{"name":"URLACTION_SHELL_SHARE","features":[165]},{"name":"URLACTION_SHELL_SHELLEXECUTE","features":[165]},{"name":"URLACTION_SHELL_TOCTOU_RISK","features":[165]},{"name":"URLACTION_SHELL_VERB","features":[165]},{"name":"URLACTION_SHELL_WEBVIEW_VERB","features":[165]},{"name":"URLACTION_WINDOWS_BROWSER_APPLICATIONS","features":[165]},{"name":"URLACTION_WINFX_SETUP","features":[165]},{"name":"URLACTION_XPS_DOCUMENTS","features":[165]},{"name":"URLDownloadToCacheFileA","features":[165]},{"name":"URLDownloadToCacheFileW","features":[165]},{"name":"URLDownloadToFileA","features":[165]},{"name":"URLDownloadToFileW","features":[165]},{"name":"URLMON_OPTION_URL_ENCODING","features":[165]},{"name":"URLMON_OPTION_USERAGENT","features":[165]},{"name":"URLMON_OPTION_USERAGENT_REFRESH","features":[165]},{"name":"URLMON_OPTION_USE_BINDSTRINGCREDS","features":[165]},{"name":"URLMON_OPTION_USE_BROWSERAPPSDOCUMENTS","features":[165]},{"name":"URLOSTRM_GETNEWESTVERSION","features":[165]},{"name":"URLOSTRM_USECACHEDCOPY","features":[165]},{"name":"URLOSTRM_USECACHEDCOPY_ONLY","features":[165]},{"name":"URLOpenBlockingStreamA","features":[165]},{"name":"URLOpenBlockingStreamW","features":[165]},{"name":"URLOpenPullStreamA","features":[165]},{"name":"URLOpenPullStreamW","features":[165]},{"name":"URLOpenStreamA","features":[165]},{"name":"URLOpenStreamW","features":[165]},{"name":"URLPOLICY_ACTIVEX_CHECK_LIST","features":[165]},{"name":"URLPOLICY_ALLOW","features":[165]},{"name":"URLPOLICY_AUTHENTICATE_CHALLENGE_RESPONSE","features":[165]},{"name":"URLPOLICY_AUTHENTICATE_CLEARTEXT_OK","features":[165]},{"name":"URLPOLICY_AUTHENTICATE_MUTUAL_ONLY","features":[165]},{"name":"URLPOLICY_BEHAVIOR_CHECK_LIST","features":[165]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_AUTOINSTALL","features":[165]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_PRECACHE","features":[165]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_PROHIBIT","features":[165]},{"name":"URLPOLICY_CREDENTIALS_ANONYMOUS_ONLY","features":[165]},{"name":"URLPOLICY_CREDENTIALS_CONDITIONAL_PROMPT","features":[165]},{"name":"URLPOLICY_CREDENTIALS_MUST_PROMPT_USER","features":[165]},{"name":"URLPOLICY_CREDENTIALS_SILENT_LOGON_OK","features":[165]},{"name":"URLPOLICY_DISALLOW","features":[165]},{"name":"URLPOLICY_DONTCHECKDLGBOX","features":[165]},{"name":"URLPOLICY_JAVA_CUSTOM","features":[165]},{"name":"URLPOLICY_JAVA_HIGH","features":[165]},{"name":"URLPOLICY_JAVA_LOW","features":[165]},{"name":"URLPOLICY_JAVA_MEDIUM","features":[165]},{"name":"URLPOLICY_JAVA_PROHIBIT","features":[165]},{"name":"URLPOLICY_LOG_ON_ALLOW","features":[165]},{"name":"URLPOLICY_LOG_ON_DISALLOW","features":[165]},{"name":"URLPOLICY_MASK_PERMISSIONS","features":[165]},{"name":"URLPOLICY_NOTIFY_ON_ALLOW","features":[165]},{"name":"URLPOLICY_NOTIFY_ON_DISALLOW","features":[165]},{"name":"URLPOLICY_QUERY","features":[165]},{"name":"URLTEMPLATE","features":[165]},{"name":"URLTEMPLATE_CUSTOM","features":[165]},{"name":"URLTEMPLATE_HIGH","features":[165]},{"name":"URLTEMPLATE_LOW","features":[165]},{"name":"URLTEMPLATE_MEDHIGH","features":[165]},{"name":"URLTEMPLATE_MEDIUM","features":[165]},{"name":"URLTEMPLATE_MEDLOW","features":[165]},{"name":"URLTEMPLATE_PREDEFINED_MAX","features":[165]},{"name":"URLTEMPLATE_PREDEFINED_MIN","features":[165]},{"name":"URLZONE","features":[165]},{"name":"URLZONEREG","features":[165]},{"name":"URLZONEREG_DEFAULT","features":[165]},{"name":"URLZONEREG_HKCU","features":[165]},{"name":"URLZONEREG_HKLM","features":[165]},{"name":"URLZONE_ESC_FLAG","features":[165]},{"name":"URLZONE_INTERNET","features":[165]},{"name":"URLZONE_INTRANET","features":[165]},{"name":"URLZONE_INVALID","features":[165]},{"name":"URLZONE_LOCAL_MACHINE","features":[165]},{"name":"URLZONE_PREDEFINED_MAX","features":[165]},{"name":"URLZONE_PREDEFINED_MIN","features":[165]},{"name":"URLZONE_TRUSTED","features":[165]},{"name":"URLZONE_UNTRUSTED","features":[165]},{"name":"URLZONE_USER_MAX","features":[165]},{"name":"URLZONE_USER_MIN","features":[165]},{"name":"URL_ENCODING","features":[165]},{"name":"URL_ENCODING_DISABLE_UTF8","features":[165]},{"name":"URL_ENCODING_ENABLE_UTF8","features":[165]},{"name":"URL_ENCODING_NONE","features":[165]},{"name":"URL_MK_LEGACY","features":[165]},{"name":"URL_MK_NO_CANONICALIZE","features":[165]},{"name":"URL_MK_UNIFORM","features":[165]},{"name":"USE_SRC_URL","features":[165]},{"name":"UriBuilder_USE_ORIGINAL_FLAGS","features":[165]},{"name":"Uri_DISPLAY_IDN_HOST","features":[165]},{"name":"Uri_DISPLAY_NO_FRAGMENT","features":[165]},{"name":"Uri_DISPLAY_NO_PUNYCODE","features":[165]},{"name":"Uri_ENCODING_HOST_IS_IDN","features":[165]},{"name":"Uri_ENCODING_HOST_IS_PERCENT_ENCODED_CP","features":[165]},{"name":"Uri_ENCODING_HOST_IS_PERCENT_ENCODED_UTF8","features":[165]},{"name":"Uri_ENCODING_QUERY_AND_FRAGMENT_IS_CP","features":[165]},{"name":"Uri_ENCODING_QUERY_AND_FRAGMENT_IS_PERCENT_ENCODED_UTF8","features":[165]},{"name":"Uri_ENCODING_USER_INFO_AND_PATH_IS_CP","features":[165]},{"name":"Uri_ENCODING_USER_INFO_AND_PATH_IS_PERCENT_ENCODED_UTF8","features":[165]},{"name":"Uri_HOST_DNS","features":[165]},{"name":"Uri_HOST_IDN","features":[165]},{"name":"Uri_HOST_IPV4","features":[165]},{"name":"Uri_HOST_IPV6","features":[165]},{"name":"Uri_HOST_TYPE","features":[165]},{"name":"Uri_HOST_UNKNOWN","features":[165]},{"name":"Uri_PUNYCODE_IDN_HOST","features":[165]},{"name":"UrlMkGetSessionOption","features":[165]},{"name":"UrlMkSetSessionOption","features":[165]},{"name":"WININETINFO_OPTION_LOCK_HANDLE","features":[165]},{"name":"WriteHitLogging","features":[1,165]},{"name":"ZAFLAGS","features":[165]},{"name":"ZAFLAGS_ADD_SITES","features":[165]},{"name":"ZAFLAGS_CUSTOM_EDIT","features":[165]},{"name":"ZAFLAGS_DETECT_INTRANET","features":[165]},{"name":"ZAFLAGS_INCLUDE_INTRANET_SITES","features":[165]},{"name":"ZAFLAGS_INCLUDE_PROXY_OVERRIDE","features":[165]},{"name":"ZAFLAGS_NO_CACHE","features":[165]},{"name":"ZAFLAGS_NO_UI","features":[165]},{"name":"ZAFLAGS_REQUIRE_VERIFICATION","features":[165]},{"name":"ZAFLAGS_SUPPORTS_VERIFICATION","features":[165]},{"name":"ZAFLAGS_UNC_AS_INTRANET","features":[165]},{"name":"ZAFLAGS_USE_LOCKED_ZONES","features":[165]},{"name":"ZAFLAGS_VERIFY_TEMPLATE_SETTINGS","features":[165]},{"name":"ZONEATTRIBUTES","features":[165]}],"551":[{"name":"APPDATA","features":[166]},{"name":"APPSTATISTICS","features":[166]},{"name":"APPTYPE_LIBRARY","features":[166]},{"name":"APPTYPE_SERVER","features":[166]},{"name":"APPTYPE_SWC","features":[166]},{"name":"APPTYPE_UNKNOWN","features":[166]},{"name":"AppDomainHelper","features":[166]},{"name":"ApplicationProcessRecycleInfo","features":[1,166]},{"name":"ApplicationProcessStatistics","features":[166]},{"name":"ApplicationProcessSummary","features":[1,166]},{"name":"ApplicationSummary","features":[166]},{"name":"AutoSvcs_Error_Constants","features":[166]},{"name":"ByotServerEx","features":[166]},{"name":"CLSIDDATA","features":[166]},{"name":"CLSIDDATA2","features":[166]},{"name":"COMAdmin32BitComponent","features":[166]},{"name":"COMAdmin64BitComponent","features":[166]},{"name":"COMAdminAccessChecksApplicationComponentLevel","features":[166]},{"name":"COMAdminAccessChecksApplicationLevel","features":[166]},{"name":"COMAdminAccessChecksLevelOptions","features":[166]},{"name":"COMAdminActivationInproc","features":[166]},{"name":"COMAdminActivationLocal","features":[166]},{"name":"COMAdminActivationOptions","features":[166]},{"name":"COMAdminApplicationExportOptions","features":[166]},{"name":"COMAdminApplicationInstallOptions","features":[166]},{"name":"COMAdminAuthenticationCall","features":[166]},{"name":"COMAdminAuthenticationCapabilitiesDynamicCloaking","features":[166]},{"name":"COMAdminAuthenticationCapabilitiesNone","features":[166]},{"name":"COMAdminAuthenticationCapabilitiesOptions","features":[166]},{"name":"COMAdminAuthenticationCapabilitiesSecureReference","features":[166]},{"name":"COMAdminAuthenticationCapabilitiesStaticCloaking","features":[166]},{"name":"COMAdminAuthenticationConnect","features":[166]},{"name":"COMAdminAuthenticationDefault","features":[166]},{"name":"COMAdminAuthenticationIntegrity","features":[166]},{"name":"COMAdminAuthenticationLevelOptions","features":[166]},{"name":"COMAdminAuthenticationNone","features":[166]},{"name":"COMAdminAuthenticationPacket","features":[166]},{"name":"COMAdminAuthenticationPrivacy","features":[166]},{"name":"COMAdminCatalog","features":[166]},{"name":"COMAdminCatalogCollection","features":[166]},{"name":"COMAdminCatalogObject","features":[166]},{"name":"COMAdminCompFlagAlreadyInstalled","features":[166]},{"name":"COMAdminCompFlagCOMPlusPropertiesFound","features":[166]},{"name":"COMAdminCompFlagInterfacesFound","features":[166]},{"name":"COMAdminCompFlagNotInApplication","features":[166]},{"name":"COMAdminCompFlagProxyFound","features":[166]},{"name":"COMAdminCompFlagTypeInfoFound","features":[166]},{"name":"COMAdminComponentFlags","features":[166]},{"name":"COMAdminComponentType","features":[166]},{"name":"COMAdminErrAlreadyInstalled","features":[166]},{"name":"COMAdminErrAppDirNotFound","features":[166]},{"name":"COMAdminErrAppFileReadFail","features":[166]},{"name":"COMAdminErrAppFileVersion","features":[166]},{"name":"COMAdminErrAppFileWriteFail","features":[166]},{"name":"COMAdminErrAppNotRunning","features":[166]},{"name":"COMAdminErrApplicationExists","features":[166]},{"name":"COMAdminErrApplidMatchesClsid","features":[166]},{"name":"COMAdminErrAuthenticationLevel","features":[166]},{"name":"COMAdminErrBadPath","features":[166]},{"name":"COMAdminErrBadRegistryLibID","features":[166]},{"name":"COMAdminErrBadRegistryProgID","features":[166]},{"name":"COMAdminErrBasePartitionOnly","features":[166]},{"name":"COMAdminErrCLSIDOrIIDMismatch","features":[166]},{"name":"COMAdminErrCanNotExportAppProxy","features":[166]},{"name":"COMAdminErrCanNotExportSystemApp","features":[166]},{"name":"COMAdminErrCanNotStartApp","features":[166]},{"name":"COMAdminErrCanNotSubscribeToComponent","features":[166]},{"name":"COMAdminErrCannotCopyEventClass","features":[166]},{"name":"COMAdminErrCantCopyFile","features":[166]},{"name":"COMAdminErrCantRecycleLibraryApps","features":[166]},{"name":"COMAdminErrCantRecycleServiceApps","features":[166]},{"name":"COMAdminErrCatBitnessMismatch","features":[166]},{"name":"COMAdminErrCatPauseResumeNotSupported","features":[166]},{"name":"COMAdminErrCatServerFault","features":[166]},{"name":"COMAdminErrCatUnacceptableBitness","features":[166]},{"name":"COMAdminErrCatWrongAppBitnessBitness","features":[166]},{"name":"COMAdminErrCoReqCompInstalled","features":[166]},{"name":"COMAdminErrCompFileBadTLB","features":[166]},{"name":"COMAdminErrCompFileClassNotAvail","features":[166]},{"name":"COMAdminErrCompFileDoesNotExist","features":[166]},{"name":"COMAdminErrCompFileGetClassObj","features":[166]},{"name":"COMAdminErrCompFileLoadDLLFail","features":[166]},{"name":"COMAdminErrCompFileNoRegistrar","features":[166]},{"name":"COMAdminErrCompFileNotInstallable","features":[166]},{"name":"COMAdminErrCompMoveBadDest","features":[166]},{"name":"COMAdminErrCompMoveDest","features":[166]},{"name":"COMAdminErrCompMoveLocked","features":[166]},{"name":"COMAdminErrCompMovePrivate","features":[166]},{"name":"COMAdminErrCompMoveSource","features":[166]},{"name":"COMAdminErrComponentExists","features":[166]},{"name":"COMAdminErrDllLoadFailed","features":[166]},{"name":"COMAdminErrDllRegisterServer","features":[166]},{"name":"COMAdminErrDuplicatePartitionName","features":[166]},{"name":"COMAdminErrEventClassCannotBeSubscriber","features":[166]},{"name":"COMAdminErrImportedComponentsNotAllowed","features":[166]},{"name":"COMAdminErrInvalidPartition","features":[166]},{"name":"COMAdminErrInvalidUserids","features":[166]},{"name":"COMAdminErrKeyMissing","features":[166]},{"name":"COMAdminErrLibAppProxyIncompatible","features":[166]},{"name":"COMAdminErrMigSchemaNotFound","features":[166]},{"name":"COMAdminErrMigVersionNotSupported","features":[166]},{"name":"COMAdminErrNoRegistryCLSID","features":[166]},{"name":"COMAdminErrNoServerShare","features":[166]},{"name":"COMAdminErrNoUser","features":[166]},{"name":"COMAdminErrNotChangeable","features":[166]},{"name":"COMAdminErrNotDeletable","features":[166]},{"name":"COMAdminErrNotInRegistry","features":[166]},{"name":"COMAdminErrObjectDoesNotExist","features":[166]},{"name":"COMAdminErrObjectErrors","features":[166]},{"name":"COMAdminErrObjectExists","features":[166]},{"name":"COMAdminErrObjectInvalid","features":[166]},{"name":"COMAdminErrObjectNotPoolable","features":[166]},{"name":"COMAdminErrObjectParentMissing","features":[166]},{"name":"COMAdminErrPartitionInUse","features":[166]},{"name":"COMAdminErrPartitionMsiOnly","features":[166]},{"name":"COMAdminErrPausedProcessMayNotBeRecycled","features":[166]},{"name":"COMAdminErrProcessAlreadyRecycled","features":[166]},{"name":"COMAdminErrPropertyOverflow","features":[166]},{"name":"COMAdminErrPropertySaveFailed","features":[166]},{"name":"COMAdminErrQueuingServiceNotAvailable","features":[166]},{"name":"COMAdminErrRegFileCorrupt","features":[166]},{"name":"COMAdminErrRegdbAlreadyRunning","features":[166]},{"name":"COMAdminErrRegdbNotInitialized","features":[166]},{"name":"COMAdminErrRegdbNotOpen","features":[166]},{"name":"COMAdminErrRegdbSystemErr","features":[166]},{"name":"COMAdminErrRegisterTLB","features":[166]},{"name":"COMAdminErrRegistrarFailed","features":[166]},{"name":"COMAdminErrRemoteInterface","features":[166]},{"name":"COMAdminErrRequiresDifferentPlatform","features":[166]},{"name":"COMAdminErrRoleDoesNotExist","features":[166]},{"name":"COMAdminErrRoleExists","features":[166]},{"name":"COMAdminErrServiceNotInstalled","features":[166]},{"name":"COMAdminErrSession","features":[166]},{"name":"COMAdminErrStartAppDisabled","features":[166]},{"name":"COMAdminErrStartAppNeedsComponents","features":[166]},{"name":"COMAdminErrSystemApp","features":[166]},{"name":"COMAdminErrUserPasswdNotValid","features":[166]},{"name":"COMAdminErrorCodes","features":[166]},{"name":"COMAdminExportApplicationProxy","features":[166]},{"name":"COMAdminExportForceOverwriteOfFiles","features":[166]},{"name":"COMAdminExportIn10Format","features":[166]},{"name":"COMAdminExportNoUsers","features":[166]},{"name":"COMAdminExportUsers","features":[166]},{"name":"COMAdminFileFlagAlreadyInstalled","features":[166]},{"name":"COMAdminFileFlagBadTLB","features":[166]},{"name":"COMAdminFileFlagCOM","features":[166]},{"name":"COMAdminFileFlagClassNotAvailable","features":[166]},{"name":"COMAdminFileFlagContainsComp","features":[166]},{"name":"COMAdminFileFlagContainsPS","features":[166]},{"name":"COMAdminFileFlagContainsTLB","features":[166]},{"name":"COMAdminFileFlagDLLRegsvrFailed","features":[166]},{"name":"COMAdminFileFlagDoesNotExist","features":[166]},{"name":"COMAdminFileFlagError","features":[166]},{"name":"COMAdminFileFlagGetClassObjFailed","features":[166]},{"name":"COMAdminFileFlagLoadable","features":[166]},{"name":"COMAdminFileFlagNoRegistrar","features":[166]},{"name":"COMAdminFileFlagRegTLBFailed","features":[166]},{"name":"COMAdminFileFlagRegistrar","features":[166]},{"name":"COMAdminFileFlagRegistrarFailed","features":[166]},{"name":"COMAdminFileFlagSelfReg","features":[166]},{"name":"COMAdminFileFlagSelfUnReg","features":[166]},{"name":"COMAdminFileFlagUnloadableDLL","features":[166]},{"name":"COMAdminFileFlags","features":[166]},{"name":"COMAdminImpersonationAnonymous","features":[166]},{"name":"COMAdminImpersonationDelegate","features":[166]},{"name":"COMAdminImpersonationIdentify","features":[166]},{"name":"COMAdminImpersonationImpersonate","features":[166]},{"name":"COMAdminImpersonationLevelOptions","features":[166]},{"name":"COMAdminInUse","features":[166]},{"name":"COMAdminInUseByCatalog","features":[166]},{"name":"COMAdminInUseByRegistryClsid","features":[166]},{"name":"COMAdminInUseByRegistryProxyStub","features":[166]},{"name":"COMAdminInUseByRegistryTypeLib","features":[166]},{"name":"COMAdminInUseByRegistryUnknown","features":[166]},{"name":"COMAdminInstallForceOverwriteOfFiles","features":[166]},{"name":"COMAdminInstallNoUsers","features":[166]},{"name":"COMAdminInstallUsers","features":[166]},{"name":"COMAdminNotInUse","features":[166]},{"name":"COMAdminOS","features":[166]},{"name":"COMAdminOSNotInitialized","features":[166]},{"name":"COMAdminOSUnknown","features":[166]},{"name":"COMAdminOSWindows2000","features":[166]},{"name":"COMAdminOSWindows2000AdvancedServer","features":[166]},{"name":"COMAdminOSWindows2000Unknown","features":[166]},{"name":"COMAdminOSWindows3_1","features":[166]},{"name":"COMAdminOSWindows7DatacenterServer","features":[166]},{"name":"COMAdminOSWindows7EnterpriseServer","features":[166]},{"name":"COMAdminOSWindows7Personal","features":[166]},{"name":"COMAdminOSWindows7Professional","features":[166]},{"name":"COMAdminOSWindows7StandardServer","features":[166]},{"name":"COMAdminOSWindows7WebServer","features":[166]},{"name":"COMAdminOSWindows8DatacenterServer","features":[166]},{"name":"COMAdminOSWindows8EnterpriseServer","features":[166]},{"name":"COMAdminOSWindows8Personal","features":[166]},{"name":"COMAdminOSWindows8Professional","features":[166]},{"name":"COMAdminOSWindows8StandardServer","features":[166]},{"name":"COMAdminOSWindows8WebServer","features":[166]},{"name":"COMAdminOSWindows9x","features":[166]},{"name":"COMAdminOSWindowsBlueDatacenterServer","features":[166]},{"name":"COMAdminOSWindowsBlueEnterpriseServer","features":[166]},{"name":"COMAdminOSWindowsBluePersonal","features":[166]},{"name":"COMAdminOSWindowsBlueProfessional","features":[166]},{"name":"COMAdminOSWindowsBlueStandardServer","features":[166]},{"name":"COMAdminOSWindowsBlueWebServer","features":[166]},{"name":"COMAdminOSWindowsLonghornDatacenterServer","features":[166]},{"name":"COMAdminOSWindowsLonghornEnterpriseServer","features":[166]},{"name":"COMAdminOSWindowsLonghornPersonal","features":[166]},{"name":"COMAdminOSWindowsLonghornProfessional","features":[166]},{"name":"COMAdminOSWindowsLonghornStandardServer","features":[166]},{"name":"COMAdminOSWindowsLonghornWebServer","features":[166]},{"name":"COMAdminOSWindowsNETDatacenterServer","features":[166]},{"name":"COMAdminOSWindowsNETEnterpriseServer","features":[166]},{"name":"COMAdminOSWindowsNETStandardServer","features":[166]},{"name":"COMAdminOSWindowsNETWebServer","features":[166]},{"name":"COMAdminOSWindowsXPPersonal","features":[166]},{"name":"COMAdminOSWindowsXPProfessional","features":[166]},{"name":"COMAdminQCMessageAuthenticateOff","features":[166]},{"name":"COMAdminQCMessageAuthenticateOn","features":[166]},{"name":"COMAdminQCMessageAuthenticateOptions","features":[166]},{"name":"COMAdminQCMessageAuthenticateSecureApps","features":[166]},{"name":"COMAdminServiceContinuePending","features":[166]},{"name":"COMAdminServiceLoadBalanceRouter","features":[166]},{"name":"COMAdminServiceOptions","features":[166]},{"name":"COMAdminServicePausePending","features":[166]},{"name":"COMAdminServicePaused","features":[166]},{"name":"COMAdminServiceRunning","features":[166]},{"name":"COMAdminServiceStartPending","features":[166]},{"name":"COMAdminServiceStatusOptions","features":[166]},{"name":"COMAdminServiceStopPending","features":[166]},{"name":"COMAdminServiceStopped","features":[166]},{"name":"COMAdminServiceUnknownState","features":[166]},{"name":"COMAdminSynchronizationIgnored","features":[166]},{"name":"COMAdminSynchronizationNone","features":[166]},{"name":"COMAdminSynchronizationOptions","features":[166]},{"name":"COMAdminSynchronizationRequired","features":[166]},{"name":"COMAdminSynchronizationRequiresNew","features":[166]},{"name":"COMAdminSynchronizationSupported","features":[166]},{"name":"COMAdminThreadingModelApartment","features":[166]},{"name":"COMAdminThreadingModelBoth","features":[166]},{"name":"COMAdminThreadingModelFree","features":[166]},{"name":"COMAdminThreadingModelMain","features":[166]},{"name":"COMAdminThreadingModelNeutral","features":[166]},{"name":"COMAdminThreadingModelNotSpecified","features":[166]},{"name":"COMAdminThreadingModels","features":[166]},{"name":"COMAdminTransactionIgnored","features":[166]},{"name":"COMAdminTransactionNone","features":[166]},{"name":"COMAdminTransactionOptions","features":[166]},{"name":"COMAdminTransactionRequired","features":[166]},{"name":"COMAdminTransactionRequiresNew","features":[166]},{"name":"COMAdminTransactionSupported","features":[166]},{"name":"COMAdminTxIsolationLevelAny","features":[166]},{"name":"COMAdminTxIsolationLevelOptions","features":[166]},{"name":"COMAdminTxIsolationLevelReadCommitted","features":[166]},{"name":"COMAdminTxIsolationLevelReadUnCommitted","features":[166]},{"name":"COMAdminTxIsolationLevelRepeatableRead","features":[166]},{"name":"COMAdminTxIsolationLevelSerializable","features":[166]},{"name":"COMEvents","features":[166]},{"name":"COMPLUS_APPTYPE","features":[166]},{"name":"COMSVCSEVENTINFO","features":[166]},{"name":"CRMClerk","features":[166]},{"name":"CRMFLAGS","features":[166]},{"name":"CRMFLAG_FORGETTARGET","features":[166]},{"name":"CRMFLAG_REPLAYINPROGRESS","features":[166]},{"name":"CRMFLAG_WRITTENDURINGABORT","features":[166]},{"name":"CRMFLAG_WRITTENDURINGCOMMIT","features":[166]},{"name":"CRMFLAG_WRITTENDURINGPREPARE","features":[166]},{"name":"CRMFLAG_WRITTENDURINGRECOVERY","features":[166]},{"name":"CRMFLAG_WRITTENDURINGREPLAY","features":[166]},{"name":"CRMREGFLAGS","features":[166]},{"name":"CRMREGFLAG_ABORTPHASE","features":[166]},{"name":"CRMREGFLAG_ALLPHASES","features":[166]},{"name":"CRMREGFLAG_COMMITPHASE","features":[166]},{"name":"CRMREGFLAG_FAILIFINDOUBTSREMAIN","features":[166]},{"name":"CRMREGFLAG_PREPAREPHASE","features":[166]},{"name":"CRMRecoveryClerk","features":[166]},{"name":"CRR_ACTIVATION_LIMIT","features":[166]},{"name":"CRR_CALL_LIMIT","features":[166]},{"name":"CRR_LIFETIME_LIMIT","features":[166]},{"name":"CRR_MEMORY_LIMIT","features":[166]},{"name":"CRR_NO_REASON_SUPPLIED","features":[166]},{"name":"CRR_RECYCLED_FROM_UI","features":[166]},{"name":"CSC_BindToPoolThread","features":[166]},{"name":"CSC_Binding","features":[166]},{"name":"CSC_COMTIIntrinsicsConfig","features":[166]},{"name":"CSC_CreateTransactionIfNecessary","features":[166]},{"name":"CSC_DontUseTracker","features":[166]},{"name":"CSC_IISIntrinsicsConfig","features":[166]},{"name":"CSC_IfContainerIsSynchronized","features":[166]},{"name":"CSC_IfContainerIsTransactional","features":[166]},{"name":"CSC_Ignore","features":[166]},{"name":"CSC_Inherit","features":[166]},{"name":"CSC_InheritCOMTIIntrinsics","features":[166]},{"name":"CSC_InheritIISIntrinsics","features":[166]},{"name":"CSC_InheritPartition","features":[166]},{"name":"CSC_InheritSxs","features":[166]},{"name":"CSC_InheritanceConfig","features":[166]},{"name":"CSC_MTAThreadPool","features":[166]},{"name":"CSC_NewPartition","features":[166]},{"name":"CSC_NewSxs","features":[166]},{"name":"CSC_NewSynchronization","features":[166]},{"name":"CSC_NewSynchronizationIfNecessary","features":[166]},{"name":"CSC_NewTransaction","features":[166]},{"name":"CSC_NoBinding","features":[166]},{"name":"CSC_NoCOMTIIntrinsics","features":[166]},{"name":"CSC_NoIISIntrinsics","features":[166]},{"name":"CSC_NoPartition","features":[166]},{"name":"CSC_NoSxs","features":[166]},{"name":"CSC_NoSynchronization","features":[166]},{"name":"CSC_NoTransaction","features":[166]},{"name":"CSC_PartitionConfig","features":[166]},{"name":"CSC_STAThreadPool","features":[166]},{"name":"CSC_SxsConfig","features":[166]},{"name":"CSC_SynchronizationConfig","features":[166]},{"name":"CSC_ThreadPool","features":[166]},{"name":"CSC_ThreadPoolInherit","features":[166]},{"name":"CSC_ThreadPoolNone","features":[166]},{"name":"CSC_TrackerConfig","features":[166]},{"name":"CSC_TransactionConfig","features":[166]},{"name":"CSC_UseTracker","features":[166]},{"name":"CServiceConfig","features":[166]},{"name":"ClrAssemblyLocator","features":[166]},{"name":"CoCreateActivity","features":[166]},{"name":"CoEnterServiceDomain","features":[166]},{"name":"CoGetDefaultContext","features":[43,166]},{"name":"CoLeaveServiceDomain","features":[166]},{"name":"CoMTSLocator","features":[166]},{"name":"ComServiceEvents","features":[166]},{"name":"ComSystemAppEventData","features":[166]},{"name":"ComponentHangMonitorInfo","features":[1,166]},{"name":"ComponentStatistics","features":[166]},{"name":"ComponentSummary","features":[166]},{"name":"ContextInfo","features":[166]},{"name":"ContextInfo2","features":[166]},{"name":"CrmLogRecordRead","features":[43,166]},{"name":"CrmTransactionState","features":[166]},{"name":"DATA_NOT_AVAILABLE","features":[166]},{"name":"DUMPTYPE","features":[166]},{"name":"DUMPTYPE_FULL","features":[166]},{"name":"DUMPTYPE_MINI","features":[166]},{"name":"DUMPTYPE_NONE","features":[166]},{"name":"DispenserManager","features":[166]},{"name":"Dummy30040732","features":[166]},{"name":"EventServer","features":[166]},{"name":"GATD_INCLUDE_APPLICATION_NAME","features":[166]},{"name":"GATD_INCLUDE_CLASS_NAME","features":[166]},{"name":"GATD_INCLUDE_LIBRARY_APPS","features":[166]},{"name":"GATD_INCLUDE_PROCESS_EXE_NAME","features":[166]},{"name":"GATD_INCLUDE_SWC","features":[166]},{"name":"GUID_STRING_SIZE","features":[166]},{"name":"GetAppTrackerDataFlags","features":[166]},{"name":"GetDispenserManager","features":[166]},{"name":"GetManagedExtensions","features":[166]},{"name":"GetSecurityCallContextAppObject","features":[166]},{"name":"HANG_INFO","features":[1,166]},{"name":"IAppDomainHelper","features":[166]},{"name":"IAssemblyLocator","features":[166]},{"name":"IAsyncErrorNotify","features":[166]},{"name":"ICOMAdminCatalog","features":[166]},{"name":"ICOMAdminCatalog2","features":[166]},{"name":"ICOMLBArguments","features":[166]},{"name":"ICatalogCollection","features":[166]},{"name":"ICatalogObject","features":[166]},{"name":"ICheckSxsConfig","features":[166]},{"name":"IComActivityEvents","features":[166]},{"name":"IComApp2Events","features":[166]},{"name":"IComAppEvents","features":[166]},{"name":"IComCRMEvents","features":[166]},{"name":"IComExceptionEvents","features":[166]},{"name":"IComIdentityEvents","features":[166]},{"name":"IComInstance2Events","features":[166]},{"name":"IComInstanceEvents","features":[166]},{"name":"IComLTxEvents","features":[166]},{"name":"IComMethod2Events","features":[166]},{"name":"IComMethodEvents","features":[166]},{"name":"IComMtaThreadPoolKnobs","features":[166]},{"name":"IComObjectConstruction2Events","features":[166]},{"name":"IComObjectConstructionEvents","features":[166]},{"name":"IComObjectEvents","features":[166]},{"name":"IComObjectPool2Events","features":[166]},{"name":"IComObjectPoolEvents","features":[166]},{"name":"IComObjectPoolEvents2","features":[166]},{"name":"IComQCEvents","features":[166]},{"name":"IComResourceEvents","features":[166]},{"name":"IComSecurityEvents","features":[166]},{"name":"IComStaThreadPoolKnobs","features":[166]},{"name":"IComStaThreadPoolKnobs2","features":[166]},{"name":"IComThreadEvents","features":[166]},{"name":"IComTrackingInfoCollection","features":[166]},{"name":"IComTrackingInfoEvents","features":[166]},{"name":"IComTrackingInfoObject","features":[166]},{"name":"IComTrackingInfoProperties","features":[166]},{"name":"IComTransaction2Events","features":[166]},{"name":"IComTransactionEvents","features":[166]},{"name":"IComUserEvent","features":[166]},{"name":"IContextProperties","features":[166]},{"name":"IContextSecurityPerimeter","features":[166]},{"name":"IContextState","features":[166]},{"name":"ICreateWithLocalTransaction","features":[166]},{"name":"ICreateWithTipTransactionEx","features":[166]},{"name":"ICreateWithTransactionEx","features":[166]},{"name":"ICrmCompensator","features":[166]},{"name":"ICrmCompensatorVariants","features":[166]},{"name":"ICrmFormatLogRecords","features":[166]},{"name":"ICrmLogControl","features":[166]},{"name":"ICrmMonitor","features":[166]},{"name":"ICrmMonitorClerks","features":[166]},{"name":"ICrmMonitorLogRecords","features":[166]},{"name":"IDispenserDriver","features":[166]},{"name":"IDispenserManager","features":[166]},{"name":"IEnumNames","features":[166]},{"name":"IEventServerTrace","features":[166]},{"name":"IGetAppTrackerData","features":[166]},{"name":"IGetContextProperties","features":[166]},{"name":"IGetSecurityCallContext","features":[166]},{"name":"IHolder","features":[166]},{"name":"ILBEvents","features":[166]},{"name":"IMTSActivity","features":[166]},{"name":"IMTSCall","features":[166]},{"name":"IMTSLocator","features":[166]},{"name":"IManagedActivationEvents","features":[166]},{"name":"IManagedObjectInfo","features":[166]},{"name":"IManagedPoolAction","features":[166]},{"name":"IManagedPooledObj","features":[166]},{"name":"IMessageMover","features":[166]},{"name":"IMtsEventInfo","features":[166]},{"name":"IMtsEvents","features":[166]},{"name":"IMtsGrp","features":[166]},{"name":"IObjPool","features":[166]},{"name":"IObjectConstruct","features":[166]},{"name":"IObjectConstructString","features":[166]},{"name":"IObjectContext","features":[166]},{"name":"IObjectContextActivity","features":[166]},{"name":"IObjectContextInfo","features":[166]},{"name":"IObjectContextInfo2","features":[166]},{"name":"IObjectContextTip","features":[166]},{"name":"IObjectControl","features":[166]},{"name":"IPlaybackControl","features":[166]},{"name":"IPoolManager","features":[166]},{"name":"IProcessInitializer","features":[166]},{"name":"ISecurityCallContext","features":[166]},{"name":"ISecurityCallersColl","features":[166]},{"name":"ISecurityIdentityColl","features":[166]},{"name":"ISecurityProperty","features":[166]},{"name":"ISelectCOMLBServer","features":[166]},{"name":"ISendMethodEvents","features":[166]},{"name":"IServiceActivity","features":[166]},{"name":"IServiceCall","features":[166]},{"name":"IServiceComTIIntrinsicsConfig","features":[166]},{"name":"IServiceIISIntrinsicsConfig","features":[166]},{"name":"IServiceInheritanceConfig","features":[166]},{"name":"IServicePartitionConfig","features":[166]},{"name":"IServicePool","features":[166]},{"name":"IServicePoolConfig","features":[166]},{"name":"IServiceSxsConfig","features":[166]},{"name":"IServiceSynchronizationConfig","features":[166]},{"name":"IServiceSysTxnConfig","features":[166]},{"name":"IServiceThreadPoolConfig","features":[166]},{"name":"IServiceTrackerConfig","features":[166]},{"name":"IServiceTransactionConfig","features":[166]},{"name":"IServiceTransactionConfigBase","features":[166]},{"name":"ISharedProperty","features":[166]},{"name":"ISharedPropertyGroup","features":[166]},{"name":"ISharedPropertyGroupManager","features":[166]},{"name":"ISystemAppEventData","features":[166]},{"name":"IThreadPoolKnobs","features":[166]},{"name":"ITransactionContext","features":[166]},{"name":"ITransactionContextEx","features":[166]},{"name":"ITransactionProperty","features":[166]},{"name":"ITransactionProxy","features":[166]},{"name":"ITransactionResourcePool","features":[166]},{"name":"ITransactionStatus","features":[166]},{"name":"ITxProxyHolder","features":[166]},{"name":"LBEvents","features":[166]},{"name":"LockMethod","features":[166]},{"name":"LockModes","features":[166]},{"name":"LockSetGet","features":[166]},{"name":"MTSCreateActivity","features":[166]},{"name":"MTXDM_E_ENLISTRESOURCEFAILED","features":[166]},{"name":"MessageMover","features":[166]},{"name":"MtsGrp","features":[166]},{"name":"ObjectContext","features":[166]},{"name":"ObjectControl","features":[166]},{"name":"PoolMgr","features":[166]},{"name":"Process","features":[166]},{"name":"RECYCLE_INFO","features":[166]},{"name":"RecycleSurrogate","features":[166]},{"name":"ReleaseModes","features":[166]},{"name":"SafeRef","features":[166]},{"name":"SecurityCallContext","features":[166]},{"name":"SecurityCallers","features":[166]},{"name":"SecurityIdentity","features":[166]},{"name":"SecurityProperty","features":[166]},{"name":"ServicePool","features":[166]},{"name":"ServicePoolConfig","features":[166]},{"name":"SharedProperty","features":[166]},{"name":"SharedPropertyGroup","features":[166]},{"name":"SharedPropertyGroupManager","features":[166]},{"name":"Standard","features":[166]},{"name":"TRACKER_INIT_EVENT","features":[166]},{"name":"TRACKER_STARTSTOP_EVENT","features":[166]},{"name":"TRACKING_COLL_TYPE","features":[166]},{"name":"TRKCOLL_APPLICATIONS","features":[166]},{"name":"TRKCOLL_COMPONENTS","features":[166]},{"name":"TRKCOLL_PROCESSES","features":[166]},{"name":"TrackerServer","features":[166]},{"name":"TransactionContext","features":[166]},{"name":"TransactionContextEx","features":[166]},{"name":"TransactionVote","features":[166]},{"name":"TxAbort","features":[166]},{"name":"TxCommit","features":[166]},{"name":"TxState_Aborted","features":[166]},{"name":"TxState_Active","features":[166]},{"name":"TxState_Committed","features":[166]},{"name":"TxState_Indoubt","features":[166]},{"name":"comQCErrApplicationNotQueued","features":[166]},{"name":"comQCErrNoQueueableInterfaces","features":[166]},{"name":"comQCErrQueueTransactMismatch","features":[166]},{"name":"comQCErrQueuingServiceNotAvailable","features":[166]},{"name":"comqcErrBadMarshaledObject","features":[166]},{"name":"comqcErrInvalidMessage","features":[166]},{"name":"comqcErrMarshaledObjSameTxn","features":[166]},{"name":"comqcErrMsgNotAuthenticated","features":[166]},{"name":"comqcErrMsmqConnectorUsed","features":[166]},{"name":"comqcErrMsmqServiceUnavailable","features":[166]},{"name":"comqcErrMsmqSidUnavailable","features":[166]},{"name":"comqcErrOutParam","features":[166]},{"name":"comqcErrPSLoad","features":[166]},{"name":"comqcErrRecorderMarshalled","features":[166]},{"name":"comqcErrRecorderNotTrusted","features":[166]},{"name":"comqcErrWrongMsgExtension","features":[166]},{"name":"mtsErrCtxAborted","features":[166]},{"name":"mtsErrCtxAborting","features":[166]},{"name":"mtsErrCtxNoContext","features":[166]},{"name":"mtsErrCtxNoSecurity","features":[166]},{"name":"mtsErrCtxNotRegistered","features":[166]},{"name":"mtsErrCtxOldReference","features":[166]},{"name":"mtsErrCtxRoleNotFound","features":[166]},{"name":"mtsErrCtxSynchTimeout","features":[166]},{"name":"mtsErrCtxTMNotAvailable","features":[166]},{"name":"mtsErrCtxWrongThread","features":[166]}],"552":[{"name":"ALTNUMPAD_BIT","features":[58]},{"name":"ATTACH_PARENT_PROCESS","features":[58]},{"name":"AddConsoleAliasA","features":[1,58]},{"name":"AddConsoleAliasW","features":[1,58]},{"name":"AllocConsole","features":[1,58]},{"name":"AttachConsole","features":[1,58]},{"name":"BACKGROUND_BLUE","features":[58]},{"name":"BACKGROUND_GREEN","features":[58]},{"name":"BACKGROUND_INTENSITY","features":[58]},{"name":"BACKGROUND_RED","features":[58]},{"name":"CAPSLOCK_ON","features":[58]},{"name":"CHAR_INFO","features":[58]},{"name":"COMMON_LVB_GRID_HORIZONTAL","features":[58]},{"name":"COMMON_LVB_GRID_LVERTICAL","features":[58]},{"name":"COMMON_LVB_GRID_RVERTICAL","features":[58]},{"name":"COMMON_LVB_LEADING_BYTE","features":[58]},{"name":"COMMON_LVB_REVERSE_VIDEO","features":[58]},{"name":"COMMON_LVB_SBCSDBCS","features":[58]},{"name":"COMMON_LVB_TRAILING_BYTE","features":[58]},{"name":"COMMON_LVB_UNDERSCORE","features":[58]},{"name":"CONSOLECONTROL","features":[58]},{"name":"CONSOLEENDTASK","features":[1,58]},{"name":"CONSOLESETFOREGROUND","features":[1,58]},{"name":"CONSOLEWINDOWOWNER","features":[1,58]},{"name":"CONSOLE_CARET_INFO","features":[1,58]},{"name":"CONSOLE_CHARACTER_ATTRIBUTES","features":[58]},{"name":"CONSOLE_CURSOR_INFO","features":[1,58]},{"name":"CONSOLE_FONT_INFO","features":[58]},{"name":"CONSOLE_FONT_INFOEX","features":[58]},{"name":"CONSOLE_FULLSCREEN","features":[58]},{"name":"CONSOLE_FULLSCREEN_HARDWARE","features":[58]},{"name":"CONSOLE_FULLSCREEN_MODE","features":[58]},{"name":"CONSOLE_HISTORY_INFO","features":[58]},{"name":"CONSOLE_MODE","features":[58]},{"name":"CONSOLE_MOUSE_DOWN","features":[58]},{"name":"CONSOLE_MOUSE_SELECTION","features":[58]},{"name":"CONSOLE_NO_SELECTION","features":[58]},{"name":"CONSOLE_PROCESS_INFO","features":[58]},{"name":"CONSOLE_READCONSOLE_CONTROL","features":[58]},{"name":"CONSOLE_SCREEN_BUFFER_INFO","features":[58]},{"name":"CONSOLE_SCREEN_BUFFER_INFOEX","features":[1,58]},{"name":"CONSOLE_SELECTION_INFO","features":[58]},{"name":"CONSOLE_SELECTION_IN_PROGRESS","features":[58]},{"name":"CONSOLE_SELECTION_NOT_EMPTY","features":[58]},{"name":"CONSOLE_TEXTMODE_BUFFER","features":[58]},{"name":"CONSOLE_WINDOWED_MODE","features":[58]},{"name":"COORD","features":[58]},{"name":"CTRL_BREAK_EVENT","features":[58]},{"name":"CTRL_CLOSE_EVENT","features":[58]},{"name":"CTRL_C_EVENT","features":[58]},{"name":"CTRL_LOGOFF_EVENT","features":[58]},{"name":"CTRL_SHUTDOWN_EVENT","features":[58]},{"name":"ClosePseudoConsole","features":[58]},{"name":"ConsoleControl","features":[1,58]},{"name":"ConsoleEndTask","features":[58]},{"name":"ConsoleNotifyConsoleApplication","features":[58]},{"name":"ConsoleSetCaretInfo","features":[58]},{"name":"ConsoleSetForeground","features":[58]},{"name":"ConsoleSetWindowOwner","features":[58]},{"name":"CreateConsoleScreenBuffer","features":[1,5,58]},{"name":"CreatePseudoConsole","features":[1,58]},{"name":"DISABLE_NEWLINE_AUTO_RETURN","features":[58]},{"name":"DOUBLE_CLICK","features":[58]},{"name":"ENABLE_AUTO_POSITION","features":[58]},{"name":"ENABLE_ECHO_INPUT","features":[58]},{"name":"ENABLE_EXTENDED_FLAGS","features":[58]},{"name":"ENABLE_INSERT_MODE","features":[58]},{"name":"ENABLE_LINE_INPUT","features":[58]},{"name":"ENABLE_LVB_GRID_WORLDWIDE","features":[58]},{"name":"ENABLE_MOUSE_INPUT","features":[58]},{"name":"ENABLE_PROCESSED_INPUT","features":[58]},{"name":"ENABLE_PROCESSED_OUTPUT","features":[58]},{"name":"ENABLE_QUICK_EDIT_MODE","features":[58]},{"name":"ENABLE_VIRTUAL_TERMINAL_INPUT","features":[58]},{"name":"ENABLE_VIRTUAL_TERMINAL_PROCESSING","features":[58]},{"name":"ENABLE_WINDOW_INPUT","features":[58]},{"name":"ENABLE_WRAP_AT_EOL_OUTPUT","features":[58]},{"name":"ENHANCED_KEY","features":[58]},{"name":"ExpungeConsoleCommandHistoryA","features":[58]},{"name":"ExpungeConsoleCommandHistoryW","features":[58]},{"name":"FOCUS_EVENT","features":[58]},{"name":"FOCUS_EVENT_RECORD","features":[1,58]},{"name":"FOREGROUND_BLUE","features":[58]},{"name":"FOREGROUND_GREEN","features":[58]},{"name":"FOREGROUND_INTENSITY","features":[58]},{"name":"FOREGROUND_RED","features":[58]},{"name":"FROM_LEFT_1ST_BUTTON_PRESSED","features":[58]},{"name":"FROM_LEFT_2ND_BUTTON_PRESSED","features":[58]},{"name":"FROM_LEFT_3RD_BUTTON_PRESSED","features":[58]},{"name":"FROM_LEFT_4TH_BUTTON_PRESSED","features":[58]},{"name":"FillConsoleOutputAttribute","features":[1,58]},{"name":"FillConsoleOutputCharacterA","features":[1,58]},{"name":"FillConsoleOutputCharacterW","features":[1,58]},{"name":"FlushConsoleInputBuffer","features":[1,58]},{"name":"FreeConsole","features":[1,58]},{"name":"GenerateConsoleCtrlEvent","features":[1,58]},{"name":"GetConsoleAliasA","features":[58]},{"name":"GetConsoleAliasExesA","features":[58]},{"name":"GetConsoleAliasExesLengthA","features":[58]},{"name":"GetConsoleAliasExesLengthW","features":[58]},{"name":"GetConsoleAliasExesW","features":[58]},{"name":"GetConsoleAliasW","features":[58]},{"name":"GetConsoleAliasesA","features":[58]},{"name":"GetConsoleAliasesLengthA","features":[58]},{"name":"GetConsoleAliasesLengthW","features":[58]},{"name":"GetConsoleAliasesW","features":[58]},{"name":"GetConsoleCP","features":[58]},{"name":"GetConsoleCommandHistoryA","features":[58]},{"name":"GetConsoleCommandHistoryLengthA","features":[58]},{"name":"GetConsoleCommandHistoryLengthW","features":[58]},{"name":"GetConsoleCommandHistoryW","features":[58]},{"name":"GetConsoleCursorInfo","features":[1,58]},{"name":"GetConsoleDisplayMode","features":[1,58]},{"name":"GetConsoleFontSize","features":[1,58]},{"name":"GetConsoleHistoryInfo","features":[1,58]},{"name":"GetConsoleMode","features":[1,58]},{"name":"GetConsoleOriginalTitleA","features":[58]},{"name":"GetConsoleOriginalTitleW","features":[58]},{"name":"GetConsoleOutputCP","features":[58]},{"name":"GetConsoleProcessList","features":[58]},{"name":"GetConsoleScreenBufferInfo","features":[1,58]},{"name":"GetConsoleScreenBufferInfoEx","features":[1,58]},{"name":"GetConsoleSelectionInfo","features":[1,58]},{"name":"GetConsoleTitleA","features":[58]},{"name":"GetConsoleTitleW","features":[58]},{"name":"GetConsoleWindow","features":[1,58]},{"name":"GetCurrentConsoleFont","features":[1,58]},{"name":"GetCurrentConsoleFontEx","features":[1,58]},{"name":"GetLargestConsoleWindowSize","features":[1,58]},{"name":"GetNumberOfConsoleInputEvents","features":[1,58]},{"name":"GetNumberOfConsoleMouseButtons","features":[1,58]},{"name":"GetStdHandle","features":[1,58]},{"name":"HISTORY_NO_DUP_FLAG","features":[58]},{"name":"HPCON","features":[58]},{"name":"INPUT_RECORD","features":[1,58]},{"name":"KEY_EVENT","features":[58]},{"name":"KEY_EVENT_RECORD","features":[1,58]},{"name":"LEFT_ALT_PRESSED","features":[58]},{"name":"LEFT_CTRL_PRESSED","features":[58]},{"name":"MENU_EVENT","features":[58]},{"name":"MENU_EVENT_RECORD","features":[58]},{"name":"MOUSE_EVENT","features":[58]},{"name":"MOUSE_EVENT_RECORD","features":[58]},{"name":"MOUSE_HWHEELED","features":[58]},{"name":"MOUSE_MOVED","features":[58]},{"name":"MOUSE_WHEELED","features":[58]},{"name":"NLS_ALPHANUMERIC","features":[58]},{"name":"NLS_DBCSCHAR","features":[58]},{"name":"NLS_HIRAGANA","features":[58]},{"name":"NLS_IME_CONVERSION","features":[58]},{"name":"NLS_IME_DISABLE","features":[58]},{"name":"NLS_KATAKANA","features":[58]},{"name":"NLS_ROMAN","features":[58]},{"name":"NUMLOCK_ON","features":[58]},{"name":"PHANDLER_ROUTINE","features":[1,58]},{"name":"PSEUDOCONSOLE_INHERIT_CURSOR","features":[58]},{"name":"PeekConsoleInputA","features":[1,58]},{"name":"PeekConsoleInputW","features":[1,58]},{"name":"RIGHTMOST_BUTTON_PRESSED","features":[58]},{"name":"RIGHT_ALT_PRESSED","features":[58]},{"name":"RIGHT_CTRL_PRESSED","features":[58]},{"name":"ReadConsoleA","features":[1,58]},{"name":"ReadConsoleInputA","features":[1,58]},{"name":"ReadConsoleInputW","features":[1,58]},{"name":"ReadConsoleOutputA","features":[1,58]},{"name":"ReadConsoleOutputAttribute","features":[1,58]},{"name":"ReadConsoleOutputCharacterA","features":[1,58]},{"name":"ReadConsoleOutputCharacterW","features":[1,58]},{"name":"ReadConsoleOutputW","features":[1,58]},{"name":"ReadConsoleW","features":[1,58]},{"name":"Reserved1","features":[58]},{"name":"Reserved2","features":[58]},{"name":"Reserved3","features":[58]},{"name":"ResizePseudoConsole","features":[58]},{"name":"SCROLLLOCK_ON","features":[58]},{"name":"SHIFT_PRESSED","features":[58]},{"name":"SMALL_RECT","features":[58]},{"name":"STD_ERROR_HANDLE","features":[58]},{"name":"STD_HANDLE","features":[58]},{"name":"STD_INPUT_HANDLE","features":[58]},{"name":"STD_OUTPUT_HANDLE","features":[58]},{"name":"ScrollConsoleScreenBufferA","features":[1,58]},{"name":"ScrollConsoleScreenBufferW","features":[1,58]},{"name":"SetConsoleActiveScreenBuffer","features":[1,58]},{"name":"SetConsoleCP","features":[1,58]},{"name":"SetConsoleCtrlHandler","features":[1,58]},{"name":"SetConsoleCursorInfo","features":[1,58]},{"name":"SetConsoleCursorPosition","features":[1,58]},{"name":"SetConsoleDisplayMode","features":[1,58]},{"name":"SetConsoleHistoryInfo","features":[1,58]},{"name":"SetConsoleMode","features":[1,58]},{"name":"SetConsoleNumberOfCommandsA","features":[1,58]},{"name":"SetConsoleNumberOfCommandsW","features":[1,58]},{"name":"SetConsoleOutputCP","features":[1,58]},{"name":"SetConsoleScreenBufferInfoEx","features":[1,58]},{"name":"SetConsoleScreenBufferSize","features":[1,58]},{"name":"SetConsoleTextAttribute","features":[1,58]},{"name":"SetConsoleTitleA","features":[1,58]},{"name":"SetConsoleTitleW","features":[1,58]},{"name":"SetConsoleWindowInfo","features":[1,58]},{"name":"SetCurrentConsoleFontEx","features":[1,58]},{"name":"SetStdHandle","features":[1,58]},{"name":"SetStdHandleEx","features":[1,58]},{"name":"WINDOW_BUFFER_SIZE_EVENT","features":[58]},{"name":"WINDOW_BUFFER_SIZE_RECORD","features":[58]},{"name":"WriteConsoleA","features":[1,58]},{"name":"WriteConsoleInputA","features":[1,58]},{"name":"WriteConsoleInputW","features":[1,58]},{"name":"WriteConsoleOutputA","features":[1,58]},{"name":"WriteConsoleOutputAttribute","features":[1,58]},{"name":"WriteConsoleOutputCharacterA","features":[1,58]},{"name":"WriteConsoleOutputCharacterW","features":[1,58]},{"name":"WriteConsoleOutputW","features":[1,58]},{"name":"WriteConsoleW","features":[1,58]}],"554":[{"name":"CORRELATION_VECTOR","features":[145]},{"name":"RTL_CORRELATION_VECTOR_STRING_LENGTH","features":[145]},{"name":"RTL_CORRELATION_VECTOR_V1_LENGTH","features":[145]},{"name":"RTL_CORRELATION_VECTOR_V1_PREFIX_LENGTH","features":[145]},{"name":"RTL_CORRELATION_VECTOR_V2_LENGTH","features":[145]},{"name":"RTL_CORRELATION_VECTOR_V2_PREFIX_LENGTH","features":[145]},{"name":"RtlExtendCorrelationVector","features":[145]},{"name":"RtlIncrementCorrelationVector","features":[145]},{"name":"RtlInitializeCorrelationVector","features":[145]},{"name":"RtlValidateCorrelationVector","features":[145]}],"555":[{"name":"APPCLASS_MASK","features":[167]},{"name":"APPCLASS_MONITOR","features":[167]},{"name":"APPCLASS_STANDARD","features":[167]},{"name":"APPCMD_CLIENTONLY","features":[167]},{"name":"APPCMD_FILTERINITS","features":[167]},{"name":"APPCMD_MASK","features":[167]},{"name":"AddAtomA","features":[167]},{"name":"AddAtomW","features":[167]},{"name":"AddClipboardFormatListener","features":[1,167]},{"name":"CADV_LATEACK","features":[167]},{"name":"CBF_FAIL_ADVISES","features":[167]},{"name":"CBF_FAIL_ALLSVRXACTIONS","features":[167]},{"name":"CBF_FAIL_CONNECTIONS","features":[167]},{"name":"CBF_FAIL_EXECUTES","features":[167]},{"name":"CBF_FAIL_POKES","features":[167]},{"name":"CBF_FAIL_REQUESTS","features":[167]},{"name":"CBF_FAIL_SELFCONNECTIONS","features":[167]},{"name":"CBF_SKIP_ALLNOTIFICATIONS","features":[167]},{"name":"CBF_SKIP_CONNECT_CONFIRMS","features":[167]},{"name":"CBF_SKIP_DISCONNECTS","features":[167]},{"name":"CBF_SKIP_REGISTRATIONS","features":[167]},{"name":"CBF_SKIP_UNREGISTRATIONS","features":[167]},{"name":"CONVCONTEXT","features":[1,5,167]},{"name":"CONVINFO","features":[1,5,167]},{"name":"CONVINFO_CONVERSATION_STATE","features":[167]},{"name":"CONVINFO_STATUS","features":[167]},{"name":"COPYDATASTRUCT","features":[167]},{"name":"CP_WINANSI","features":[167]},{"name":"CP_WINNEUTRAL","features":[167]},{"name":"CP_WINUNICODE","features":[167]},{"name":"ChangeClipboardChain","features":[1,167]},{"name":"CloseClipboard","features":[1,167]},{"name":"CountClipboardFormats","features":[167]},{"name":"DDEACK","features":[167]},{"name":"DDEADVISE","features":[167]},{"name":"DDEDATA","features":[167]},{"name":"DDELN","features":[167]},{"name":"DDEML_MSG_HOOK_DATA","features":[167]},{"name":"DDEPOKE","features":[167]},{"name":"DDEUP","features":[167]},{"name":"DDE_CLIENT_TRANSACTION_TYPE","features":[167]},{"name":"DDE_ENABLE_CALLBACK_CMD","features":[167]},{"name":"DDE_FACK","features":[167]},{"name":"DDE_FACKREQ","features":[167]},{"name":"DDE_FAPPSTATUS","features":[167]},{"name":"DDE_FBUSY","features":[167]},{"name":"DDE_FDEFERUPD","features":[167]},{"name":"DDE_FNOTPROCESSED","features":[167]},{"name":"DDE_FRELEASE","features":[167]},{"name":"DDE_FREQUESTED","features":[167]},{"name":"DDE_INITIALIZE_COMMAND","features":[167]},{"name":"DDE_NAME_SERVICE_CMD","features":[167]},{"name":"DMLERR_ADVACKTIMEOUT","features":[167]},{"name":"DMLERR_BUSY","features":[167]},{"name":"DMLERR_DATAACKTIMEOUT","features":[167]},{"name":"DMLERR_DLL_NOT_INITIALIZED","features":[167]},{"name":"DMLERR_DLL_USAGE","features":[167]},{"name":"DMLERR_EXECACKTIMEOUT","features":[167]},{"name":"DMLERR_FIRST","features":[167]},{"name":"DMLERR_INVALIDPARAMETER","features":[167]},{"name":"DMLERR_LAST","features":[167]},{"name":"DMLERR_LOW_MEMORY","features":[167]},{"name":"DMLERR_MEMORY_ERROR","features":[167]},{"name":"DMLERR_NOTPROCESSED","features":[167]},{"name":"DMLERR_NO_CONV_ESTABLISHED","features":[167]},{"name":"DMLERR_NO_ERROR","features":[167]},{"name":"DMLERR_POKEACKTIMEOUT","features":[167]},{"name":"DMLERR_POSTMSG_FAILED","features":[167]},{"name":"DMLERR_REENTRANCY","features":[167]},{"name":"DMLERR_SERVER_DIED","features":[167]},{"name":"DMLERR_SYS_ERROR","features":[167]},{"name":"DMLERR_UNADVACKTIMEOUT","features":[167]},{"name":"DMLERR_UNFOUND_QUEUE_ID","features":[167]},{"name":"DNS_FILTEROFF","features":[167]},{"name":"DNS_FILTERON","features":[167]},{"name":"DNS_REGISTER","features":[167]},{"name":"DNS_UNREGISTER","features":[167]},{"name":"DdeAbandonTransaction","features":[1,167]},{"name":"DdeAccessData","features":[167]},{"name":"DdeAddData","features":[167]},{"name":"DdeClientTransaction","features":[167]},{"name":"DdeCmpStringHandles","features":[167]},{"name":"DdeConnect","features":[1,5,167]},{"name":"DdeConnectList","features":[1,5,167]},{"name":"DdeCreateDataHandle","features":[167]},{"name":"DdeCreateStringHandleA","features":[167]},{"name":"DdeCreateStringHandleW","features":[167]},{"name":"DdeDisconnect","features":[1,167]},{"name":"DdeDisconnectList","features":[1,167]},{"name":"DdeEnableCallback","features":[1,167]},{"name":"DdeFreeDataHandle","features":[1,167]},{"name":"DdeFreeStringHandle","features":[1,167]},{"name":"DdeGetData","features":[167]},{"name":"DdeGetLastError","features":[167]},{"name":"DdeImpersonateClient","features":[1,167]},{"name":"DdeInitializeA","features":[167]},{"name":"DdeInitializeW","features":[167]},{"name":"DdeKeepStringHandle","features":[1,167]},{"name":"DdeNameService","features":[167]},{"name":"DdePostAdvise","features":[1,167]},{"name":"DdeQueryConvInfo","features":[1,5,167]},{"name":"DdeQueryNextServer","features":[167]},{"name":"DdeQueryStringA","features":[167]},{"name":"DdeQueryStringW","features":[167]},{"name":"DdeReconnect","features":[167]},{"name":"DdeSetQualityOfService","features":[1,5,167]},{"name":"DdeSetUserHandle","features":[1,167]},{"name":"DdeUnaccessData","features":[1,167]},{"name":"DdeUninitialize","features":[1,167]},{"name":"DeleteAtom","features":[167]},{"name":"EC_DISABLE","features":[167]},{"name":"EC_ENABLEALL","features":[167]},{"name":"EC_ENABLEONE","features":[167]},{"name":"EC_QUERYWAITING","features":[167]},{"name":"EmptyClipboard","features":[1,167]},{"name":"EnumClipboardFormats","features":[167]},{"name":"FindAtomA","features":[167]},{"name":"FindAtomW","features":[167]},{"name":"FreeDDElParam","features":[1,167]},{"name":"GetAtomNameA","features":[167]},{"name":"GetAtomNameW","features":[167]},{"name":"GetClipboardData","features":[1,167]},{"name":"GetClipboardFormatNameA","features":[167]},{"name":"GetClipboardFormatNameW","features":[167]},{"name":"GetClipboardOwner","features":[1,167]},{"name":"GetClipboardSequenceNumber","features":[167]},{"name":"GetClipboardViewer","features":[1,167]},{"name":"GetOpenClipboardWindow","features":[1,167]},{"name":"GetPriorityClipboardFormat","features":[167]},{"name":"GetUpdatedClipboardFormats","features":[1,167]},{"name":"GlobalAddAtomA","features":[167]},{"name":"GlobalAddAtomExA","features":[167]},{"name":"GlobalAddAtomExW","features":[167]},{"name":"GlobalAddAtomW","features":[167]},{"name":"GlobalDeleteAtom","features":[167]},{"name":"GlobalFindAtomA","features":[167]},{"name":"GlobalFindAtomW","features":[167]},{"name":"GlobalGetAtomNameA","features":[167]},{"name":"GlobalGetAtomNameW","features":[167]},{"name":"HCONV","features":[167]},{"name":"HCONVLIST","features":[167]},{"name":"HDATA_APPOWNED","features":[167]},{"name":"HDDEDATA","features":[167]},{"name":"HSZ","features":[167]},{"name":"HSZPAIR","features":[167]},{"name":"ImpersonateDdeClientWindow","features":[1,167]},{"name":"InitAtomTable","features":[1,167]},{"name":"IsClipboardFormatAvailable","features":[1,167]},{"name":"MAX_MONITORS","features":[167]},{"name":"METAFILEPICT","features":[13,167]},{"name":"MF_CALLBACKS","features":[167]},{"name":"MF_CONV","features":[167]},{"name":"MF_ERRORS","features":[167]},{"name":"MF_HSZ_INFO","features":[167]},{"name":"MF_LINKS","features":[167]},{"name":"MF_MASK","features":[167]},{"name":"MF_POSTMSGS","features":[167]},{"name":"MF_SENDMSGS","features":[167]},{"name":"MH_CLEANUP","features":[167]},{"name":"MH_CREATE","features":[167]},{"name":"MH_DELETE","features":[167]},{"name":"MH_KEEP","features":[167]},{"name":"MONCBSTRUCT","features":[1,5,167]},{"name":"MONCONVSTRUCT","features":[1,167]},{"name":"MONERRSTRUCT","features":[1,167]},{"name":"MONHSZSTRUCTA","features":[1,167]},{"name":"MONHSZSTRUCTW","features":[1,167]},{"name":"MONLINKSTRUCT","features":[1,167]},{"name":"MONMSGSTRUCT","features":[1,167]},{"name":"MSGF_DDEMGR","features":[167]},{"name":"OpenClipboard","features":[1,167]},{"name":"PFNCALLBACK","features":[167]},{"name":"PackDDElParam","features":[1,167]},{"name":"QID_SYNC","features":[167]},{"name":"RegisterClipboardFormatA","features":[167]},{"name":"RegisterClipboardFormatW","features":[167]},{"name":"RemoveClipboardFormatListener","features":[1,167]},{"name":"ReuseDDElParam","features":[1,167]},{"name":"ST_ADVISE","features":[167]},{"name":"ST_BLOCKED","features":[167]},{"name":"ST_BLOCKNEXT","features":[167]},{"name":"ST_CLIENT","features":[167]},{"name":"ST_CONNECTED","features":[167]},{"name":"ST_INLIST","features":[167]},{"name":"ST_ISLOCAL","features":[167]},{"name":"ST_ISSELF","features":[167]},{"name":"ST_TERMINATED","features":[167]},{"name":"SZDDESYS_ITEM_FORMATS","features":[167]},{"name":"SZDDESYS_ITEM_HELP","features":[167]},{"name":"SZDDESYS_ITEM_RTNMSG","features":[167]},{"name":"SZDDESYS_ITEM_STATUS","features":[167]},{"name":"SZDDESYS_ITEM_SYSITEMS","features":[167]},{"name":"SZDDESYS_ITEM_TOPICS","features":[167]},{"name":"SZDDESYS_TOPIC","features":[167]},{"name":"SZDDE_ITEM_ITEMLIST","features":[167]},{"name":"SetClipboardData","features":[1,167]},{"name":"SetClipboardViewer","features":[1,167]},{"name":"SetWinMetaFileBits","features":[13,167]},{"name":"TIMEOUT_ASYNC","features":[167]},{"name":"UnpackDDElParam","features":[1,167]},{"name":"WM_DDE_ACK","features":[167]},{"name":"WM_DDE_ADVISE","features":[167]},{"name":"WM_DDE_DATA","features":[167]},{"name":"WM_DDE_EXECUTE","features":[167]},{"name":"WM_DDE_FIRST","features":[167]},{"name":"WM_DDE_INITIATE","features":[167]},{"name":"WM_DDE_LAST","features":[167]},{"name":"WM_DDE_POKE","features":[167]},{"name":"WM_DDE_REQUEST","features":[167]},{"name":"WM_DDE_TERMINATE","features":[167]},{"name":"WM_DDE_UNADVISE","features":[167]},{"name":"XCLASS_BOOL","features":[167]},{"name":"XCLASS_DATA","features":[167]},{"name":"XCLASS_FLAGS","features":[167]},{"name":"XCLASS_MASK","features":[167]},{"name":"XCLASS_NOTIFICATION","features":[167]},{"name":"XST_ADVACKRCVD","features":[167]},{"name":"XST_ADVDATAACKRCVD","features":[167]},{"name":"XST_ADVDATASENT","features":[167]},{"name":"XST_ADVSENT","features":[167]},{"name":"XST_CONNECTED","features":[167]},{"name":"XST_DATARCVD","features":[167]},{"name":"XST_EXECACKRCVD","features":[167]},{"name":"XST_EXECSENT","features":[167]},{"name":"XST_INCOMPLETE","features":[167]},{"name":"XST_INIT1","features":[167]},{"name":"XST_INIT2","features":[167]},{"name":"XST_NULL","features":[167]},{"name":"XST_POKEACKRCVD","features":[167]},{"name":"XST_POKESENT","features":[167]},{"name":"XST_REQSENT","features":[167]},{"name":"XST_UNADVACKRCVD","features":[167]},{"name":"XST_UNADVSENT","features":[167]},{"name":"XTYPF_ACKREQ","features":[167]},{"name":"XTYPF_NOBLOCK","features":[167]},{"name":"XTYPF_NODATA","features":[167]},{"name":"XTYP_ADVDATA","features":[167]},{"name":"XTYP_ADVREQ","features":[167]},{"name":"XTYP_ADVSTART","features":[167]},{"name":"XTYP_ADVSTOP","features":[167]},{"name":"XTYP_CONNECT","features":[167]},{"name":"XTYP_CONNECT_CONFIRM","features":[167]},{"name":"XTYP_DISCONNECT","features":[167]},{"name":"XTYP_EXECUTE","features":[167]},{"name":"XTYP_MASK","features":[167]},{"name":"XTYP_MONITOR","features":[167]},{"name":"XTYP_POKE","features":[167]},{"name":"XTYP_REGISTER","features":[167]},{"name":"XTYP_REQUEST","features":[167]},{"name":"XTYP_SHIFT","features":[167]},{"name":"XTYP_UNREGISTER","features":[167]},{"name":"XTYP_WILDCONNECT","features":[167]},{"name":"XTYP_XACT_COMPLETE","features":[167]}],"556":[{"name":"CPU_ARCHITECTURE","features":[168]},{"name":"CPU_ARCHITECTURE_AMD64","features":[168]},{"name":"CPU_ARCHITECTURE_IA64","features":[168]},{"name":"CPU_ARCHITECTURE_INTEL","features":[168]},{"name":"EVT_WDSMCS_E_CP_CALLBACKS_NOT_REG","features":[168]},{"name":"EVT_WDSMCS_E_CP_CLOSE_INSTANCE_FAILED","features":[168]},{"name":"EVT_WDSMCS_E_CP_DLL_LOAD_FAILED","features":[168]},{"name":"EVT_WDSMCS_E_CP_DLL_LOAD_FAILED_CRITICAL","features":[168]},{"name":"EVT_WDSMCS_E_CP_INCOMPATIBLE_SERVER_VERSION","features":[168]},{"name":"EVT_WDSMCS_E_CP_INIT_FUNC_FAILED","features":[168]},{"name":"EVT_WDSMCS_E_CP_INIT_FUNC_MISSING","features":[168]},{"name":"EVT_WDSMCS_E_CP_MEMORY_LEAK","features":[168]},{"name":"EVT_WDSMCS_E_CP_OPEN_CONTENT_FAILED","features":[168]},{"name":"EVT_WDSMCS_E_CP_OPEN_INSTANCE_FAILED","features":[168]},{"name":"EVT_WDSMCS_E_CP_SHUTDOWN_FUNC_FAILED","features":[168]},{"name":"EVT_WDSMCS_E_DUPLICATE_MULTICAST_ADDR","features":[168]},{"name":"EVT_WDSMCS_E_NON_WDS_DUPLICATE_MULTICAST_ADDR","features":[168]},{"name":"EVT_WDSMCS_E_NSREG_CONTENT_PROVIDER_NOT_REG","features":[168]},{"name":"EVT_WDSMCS_E_NSREG_FAILURE","features":[168]},{"name":"EVT_WDSMCS_E_NSREG_NAMESPACE_EXISTS","features":[168]},{"name":"EVT_WDSMCS_E_NSREG_START_TIME_IN_PAST","features":[168]},{"name":"EVT_WDSMCS_E_PARAMETERS_READ_FAILED","features":[168]},{"name":"EVT_WDSMCS_S_PARAMETERS_READ","features":[168]},{"name":"EVT_WDSMCS_W_CP_DLL_LOAD_FAILED_NOT_CRITICAL","features":[168]},{"name":"FACILITY_WDSMCCLIENT","features":[168]},{"name":"FACILITY_WDSMCSERVER","features":[168]},{"name":"FACILITY_WDSTPTMGMT","features":[168]},{"name":"IWdsTransportCacheable","features":[168]},{"name":"IWdsTransportClient","features":[168]},{"name":"IWdsTransportCollection","features":[168]},{"name":"IWdsTransportConfigurationManager","features":[168]},{"name":"IWdsTransportConfigurationManager2","features":[168]},{"name":"IWdsTransportContent","features":[168]},{"name":"IWdsTransportContentProvider","features":[168]},{"name":"IWdsTransportDiagnosticsPolicy","features":[168]},{"name":"IWdsTransportManager","features":[168]},{"name":"IWdsTransportMulticastSessionPolicy","features":[168]},{"name":"IWdsTransportNamespace","features":[168]},{"name":"IWdsTransportNamespaceAutoCast","features":[168]},{"name":"IWdsTransportNamespaceManager","features":[168]},{"name":"IWdsTransportNamespaceScheduledCast","features":[168]},{"name":"IWdsTransportNamespaceScheduledCastAutoStart","features":[168]},{"name":"IWdsTransportNamespaceScheduledCastManualStart","features":[168]},{"name":"IWdsTransportServer","features":[168]},{"name":"IWdsTransportServer2","features":[168]},{"name":"IWdsTransportServicePolicy","features":[168]},{"name":"IWdsTransportServicePolicy2","features":[168]},{"name":"IWdsTransportSession","features":[168]},{"name":"IWdsTransportSetupManager","features":[168]},{"name":"IWdsTransportSetupManager2","features":[168]},{"name":"IWdsTransportTftpClient","features":[168]},{"name":"IWdsTransportTftpManager","features":[168]},{"name":"MC_SERVER_CURRENT_VERSION","features":[168]},{"name":"PFN_WDS_CLI_CALLBACK_MESSAGE_ID","features":[168]},{"name":"PFN_WdsCliCallback","features":[1,168]},{"name":"PFN_WdsCliTraceFunction","features":[168]},{"name":"PFN_WdsTransportClientReceiveContents","features":[1,168]},{"name":"PFN_WdsTransportClientReceiveMetadata","features":[1,168]},{"name":"PFN_WdsTransportClientSessionComplete","features":[1,168]},{"name":"PFN_WdsTransportClientSessionNegotiate","features":[1,168]},{"name":"PFN_WdsTransportClientSessionStart","features":[1,168]},{"name":"PFN_WdsTransportClientSessionStartEx","features":[1,168]},{"name":"PXE_ADDRESS","features":[168]},{"name":"PXE_ADDR_BROADCAST","features":[168]},{"name":"PXE_ADDR_USE_ADDR","features":[168]},{"name":"PXE_ADDR_USE_DHCP_RULES","features":[168]},{"name":"PXE_ADDR_USE_PORT","features":[168]},{"name":"PXE_BA_CUSTOM","features":[168]},{"name":"PXE_BA_IGNORE","features":[168]},{"name":"PXE_BA_NBP","features":[168]},{"name":"PXE_BA_REJECTED","features":[168]},{"name":"PXE_CALLBACK_MAX","features":[168]},{"name":"PXE_CALLBACK_RECV_REQUEST","features":[168]},{"name":"PXE_CALLBACK_SERVICE_CONTROL","features":[168]},{"name":"PXE_CALLBACK_SHUTDOWN","features":[168]},{"name":"PXE_DHCPV6_CLIENT_PORT","features":[168]},{"name":"PXE_DHCPV6_MESSAGE","features":[168]},{"name":"PXE_DHCPV6_MESSAGE_HEADER","features":[168]},{"name":"PXE_DHCPV6_NESTED_RELAY_MESSAGE","features":[168]},{"name":"PXE_DHCPV6_OPTION","features":[168]},{"name":"PXE_DHCPV6_RELAY_HOP_COUNT_LIMIT","features":[168]},{"name":"PXE_DHCPV6_RELAY_MESSAGE","features":[168]},{"name":"PXE_DHCPV6_SERVER_PORT","features":[168]},{"name":"PXE_DHCP_CLIENT_PORT","features":[168]},{"name":"PXE_DHCP_FILE_SIZE","features":[168]},{"name":"PXE_DHCP_HWAADR_SIZE","features":[168]},{"name":"PXE_DHCP_MAGIC_COOKIE_SIZE","features":[168]},{"name":"PXE_DHCP_MESSAGE","features":[168]},{"name":"PXE_DHCP_OPTION","features":[168]},{"name":"PXE_DHCP_SERVER_PORT","features":[168]},{"name":"PXE_DHCP_SERVER_SIZE","features":[168]},{"name":"PXE_GSI_SERVER_DUID","features":[168]},{"name":"PXE_GSI_TRACE_ENABLED","features":[168]},{"name":"PXE_MAX_ADDRESS","features":[168]},{"name":"PXE_PROVIDER","features":[1,168]},{"name":"PXE_PROV_ATTR_FILTER","features":[168]},{"name":"PXE_PROV_ATTR_FILTER_IPV6","features":[168]},{"name":"PXE_PROV_ATTR_IPV6_CAPABLE","features":[168]},{"name":"PXE_PROV_FILTER_ALL","features":[168]},{"name":"PXE_PROV_FILTER_DHCP_ONLY","features":[168]},{"name":"PXE_PROV_FILTER_PXE_ONLY","features":[168]},{"name":"PXE_REG_INDEX_BOTTOM","features":[168]},{"name":"PXE_REG_INDEX_TOP","features":[168]},{"name":"PXE_SERVER_PORT","features":[168]},{"name":"PXE_TRACE_ERROR","features":[168]},{"name":"PXE_TRACE_FATAL","features":[168]},{"name":"PXE_TRACE_INFO","features":[168]},{"name":"PXE_TRACE_VERBOSE","features":[168]},{"name":"PXE_TRACE_WARNING","features":[168]},{"name":"PxeAsyncRecvDone","features":[1,168]},{"name":"PxeDhcpAppendOption","features":[168]},{"name":"PxeDhcpAppendOptionRaw","features":[168]},{"name":"PxeDhcpGetOptionValue","features":[168]},{"name":"PxeDhcpGetVendorOptionValue","features":[168]},{"name":"PxeDhcpInitialize","features":[168]},{"name":"PxeDhcpIsValid","features":[1,168]},{"name":"PxeDhcpv6AppendOption","features":[168]},{"name":"PxeDhcpv6AppendOptionRaw","features":[168]},{"name":"PxeDhcpv6CreateRelayRepl","features":[168]},{"name":"PxeDhcpv6GetOptionValue","features":[168]},{"name":"PxeDhcpv6GetVendorOptionValue","features":[168]},{"name":"PxeDhcpv6Initialize","features":[168]},{"name":"PxeDhcpv6IsValid","features":[1,168]},{"name":"PxeDhcpv6ParseRelayForw","features":[168]},{"name":"PxeGetServerInfo","features":[168]},{"name":"PxeGetServerInfoEx","features":[168]},{"name":"PxePacketAllocate","features":[1,168]},{"name":"PxePacketFree","features":[1,168]},{"name":"PxeProviderEnumClose","features":[1,168]},{"name":"PxeProviderEnumFirst","features":[1,168]},{"name":"PxeProviderEnumNext","features":[1,168]},{"name":"PxeProviderFreeInfo","features":[1,168]},{"name":"PxeProviderQueryIndex","features":[168]},{"name":"PxeProviderRegister","features":[1,168,54]},{"name":"PxeProviderSetAttribute","features":[1,168]},{"name":"PxeProviderUnRegister","features":[168]},{"name":"PxeRegisterCallback","features":[1,168]},{"name":"PxeSendReply","features":[1,168]},{"name":"PxeTrace","features":[1,168]},{"name":"PxeTraceV","features":[1,168]},{"name":"TRANSPORTCLIENT_CALLBACK_ID","features":[168]},{"name":"TRANSPORTCLIENT_SESSION_INFO","features":[168]},{"name":"TRANSPORTPROVIDER_CALLBACK_ID","features":[168]},{"name":"TRANSPORTPROVIDER_CURRENT_VERSION","features":[168]},{"name":"WDSBP_OPTVAL_ACTION_ABORT","features":[168]},{"name":"WDSBP_OPTVAL_ACTION_APPROVAL","features":[168]},{"name":"WDSBP_OPTVAL_ACTION_REFERRAL","features":[168]},{"name":"WDSBP_OPTVAL_NBP_VER_7","features":[168]},{"name":"WDSBP_OPTVAL_NBP_VER_8","features":[168]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_NOPROMPT","features":[168]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_OPTIN","features":[168]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_OPTOUT","features":[168]},{"name":"WDSBP_OPT_TYPE_BYTE","features":[168]},{"name":"WDSBP_OPT_TYPE_IP4","features":[168]},{"name":"WDSBP_OPT_TYPE_IP6","features":[168]},{"name":"WDSBP_OPT_TYPE_NONE","features":[168]},{"name":"WDSBP_OPT_TYPE_STR","features":[168]},{"name":"WDSBP_OPT_TYPE_ULONG","features":[168]},{"name":"WDSBP_OPT_TYPE_USHORT","features":[168]},{"name":"WDSBP_OPT_TYPE_WSTR","features":[168]},{"name":"WDSBP_PK_TYPE_BCD","features":[168]},{"name":"WDSBP_PK_TYPE_DHCP","features":[168]},{"name":"WDSBP_PK_TYPE_DHCPV6","features":[168]},{"name":"WDSBP_PK_TYPE_WDSNBP","features":[168]},{"name":"WDSMCCLIENT_CATEGORY","features":[168]},{"name":"WDSMCSERVER_CATEGORY","features":[168]},{"name":"WDSMCS_E_CLIENT_DOESNOT_SUPPORT_SECURITY_MODE","features":[168]},{"name":"WDSMCS_E_CLIENT_NOT_FOUND","features":[168]},{"name":"WDSMCS_E_CONTENT_NOT_FOUND","features":[168]},{"name":"WDSMCS_E_CONTENT_PROVIDER_NOT_FOUND","features":[168]},{"name":"WDSMCS_E_INCOMPATIBLE_VERSION","features":[168]},{"name":"WDSMCS_E_NAMESPACE_ALREADY_EXISTS","features":[168]},{"name":"WDSMCS_E_NAMESPACE_ALREADY_STARTED","features":[168]},{"name":"WDSMCS_E_NAMESPACE_NOT_FOUND","features":[168]},{"name":"WDSMCS_E_NAMESPACE_SHUTDOWN_IN_PROGRESS","features":[168]},{"name":"WDSMCS_E_NS_START_FAILED_NO_CLIENTS","features":[168]},{"name":"WDSMCS_E_PACKET_HAS_SECURITY","features":[168]},{"name":"WDSMCS_E_PACKET_NOT_CHECKSUMED","features":[168]},{"name":"WDSMCS_E_PACKET_NOT_HASHED","features":[168]},{"name":"WDSMCS_E_PACKET_NOT_SIGNED","features":[168]},{"name":"WDSMCS_E_REQCALLBACKS_NOT_REG","features":[168]},{"name":"WDSMCS_E_SESSION_SHUTDOWN_IN_PROGRESS","features":[168]},{"name":"WDSMCS_E_START_TIME_IN_PAST","features":[168]},{"name":"WDSTPC_E_ALREADY_COMPLETED","features":[168]},{"name":"WDSTPC_E_ALREADY_IN_LOWEST_SESSION","features":[168]},{"name":"WDSTPC_E_ALREADY_IN_PROGRESS","features":[168]},{"name":"WDSTPC_E_CALLBACKS_NOT_REG","features":[168]},{"name":"WDSTPC_E_CLIENT_DEMOTE_NOT_SUPPORTED","features":[168]},{"name":"WDSTPC_E_KICKED_FAIL","features":[168]},{"name":"WDSTPC_E_KICKED_FALLBACK","features":[168]},{"name":"WDSTPC_E_KICKED_POLICY_NOT_MET","features":[168]},{"name":"WDSTPC_E_KICKED_UNKNOWN","features":[168]},{"name":"WDSTPC_E_MULTISTREAM_NOT_ENABLED","features":[168]},{"name":"WDSTPC_E_NOT_INITIALIZED","features":[168]},{"name":"WDSTPC_E_NO_IP4_INTERFACE","features":[168]},{"name":"WDSTPC_E_UNKNOWN_ERROR","features":[168]},{"name":"WDSTPTC_E_WIM_APPLY_REQUIRES_REFERENCE_IMAGE","features":[168]},{"name":"WDSTPTMGMT_CATEGORY","features":[168]},{"name":"WDSTPTMGMT_E_CANNOT_REFRESH_DIRTY_OBJECT","features":[168]},{"name":"WDSTPTMGMT_E_CANNOT_REINITIALIZE_OBJECT","features":[168]},{"name":"WDSTPTMGMT_E_CONTENT_PROVIDER_ALREADY_REGISTERED","features":[168]},{"name":"WDSTPTMGMT_E_CONTENT_PROVIDER_NOT_REGISTERED","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_AUTO_DISCONNECT_THRESHOLD","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_CLASS","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_CONTENT_PROVIDER_NAME","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_DIAGNOSTICS_COMPONENTS","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_IPV4_MULTICAST_ADDRESS","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS_SOURCE","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_IP_ADDRESS","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_MULTISTREAM_STREAM_COUNT","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_DATA","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_NAME","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_START_PARAMETERS","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_START_TIME","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_OPERATION","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_PROPERTY","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_SERVICE_IP_ADDRESS_RANGE","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_SERVICE_PORT_RANGE","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_SLOW_CLIENT_HANDLING_TYPE","features":[168]},{"name":"WDSTPTMGMT_E_INVALID_TFTP_MAX_BLOCKSIZE","features":[168]},{"name":"WDSTPTMGMT_E_IPV6_NOT_SUPPORTED","features":[168]},{"name":"WDSTPTMGMT_E_MULTICAST_SESSION_POLICY_NOT_SUPPORTED","features":[168]},{"name":"WDSTPTMGMT_E_NAMESPACE_ALREADY_REGISTERED","features":[168]},{"name":"WDSTPTMGMT_E_NAMESPACE_NOT_ON_SERVER","features":[168]},{"name":"WDSTPTMGMT_E_NAMESPACE_NOT_REGISTERED","features":[168]},{"name":"WDSTPTMGMT_E_NAMESPACE_READ_ONLY","features":[168]},{"name":"WDSTPTMGMT_E_NAMESPACE_REMOVED_FROM_SERVER","features":[168]},{"name":"WDSTPTMGMT_E_NETWORK_PROFILES_NOT_SUPPORTED","features":[168]},{"name":"WDSTPTMGMT_E_TFTP_MAX_BLOCKSIZE_NOT_SUPPORTED","features":[168]},{"name":"WDSTPTMGMT_E_TFTP_VAR_WINDOW_NOT_SUPPORTED","features":[168]},{"name":"WDSTPTMGMT_E_TRANSPORT_SERVER_ROLE_NOT_CONFIGURED","features":[168]},{"name":"WDSTPTMGMT_E_TRANSPORT_SERVER_UNAVAILABLE","features":[168]},{"name":"WDSTPTMGMT_E_UDP_PORT_POLICY_NOT_SUPPORTED","features":[168]},{"name":"WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS","features":[168]},{"name":"WDSTRANSPORT_DISCONNECT_TYPE","features":[168]},{"name":"WDSTRANSPORT_FEATURE_FLAGS","features":[168]},{"name":"WDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE","features":[168]},{"name":"WDSTRANSPORT_IP_ADDRESS_TYPE","features":[168]},{"name":"WDSTRANSPORT_NAMESPACE_TYPE","features":[168]},{"name":"WDSTRANSPORT_NETWORK_PROFILE_TYPE","features":[168]},{"name":"WDSTRANSPORT_PROTOCOL_FLAGS","features":[168]},{"name":"WDSTRANSPORT_RESOURCE_UTILIZATION_UNKNOWN","features":[168]},{"name":"WDSTRANSPORT_SERVICE_NOTIFICATION","features":[168]},{"name":"WDSTRANSPORT_SLOW_CLIENT_HANDLING_TYPE","features":[168]},{"name":"WDSTRANSPORT_TFTP_CAPABILITY","features":[168]},{"name":"WDSTRANSPORT_UDP_PORT_POLICY","features":[168]},{"name":"WDS_CLI_CRED","features":[168]},{"name":"WDS_CLI_FIRMWARE_BIOS","features":[168]},{"name":"WDS_CLI_FIRMWARE_EFI","features":[168]},{"name":"WDS_CLI_FIRMWARE_TYPE","features":[168]},{"name":"WDS_CLI_FIRMWARE_UNKNOWN","features":[168]},{"name":"WDS_CLI_IMAGE_PARAM_SPARSE_FILE","features":[168]},{"name":"WDS_CLI_IMAGE_PARAM_SUPPORTED_FIRMWARES","features":[168]},{"name":"WDS_CLI_IMAGE_PARAM_TYPE","features":[168]},{"name":"WDS_CLI_IMAGE_PARAM_UNKNOWN","features":[168]},{"name":"WDS_CLI_IMAGE_TYPE","features":[168]},{"name":"WDS_CLI_IMAGE_TYPE_UNKNOWN","features":[168]},{"name":"WDS_CLI_IMAGE_TYPE_VHD","features":[168]},{"name":"WDS_CLI_IMAGE_TYPE_VHDX","features":[168]},{"name":"WDS_CLI_IMAGE_TYPE_WIM","features":[168]},{"name":"WDS_CLI_MSG_COMPLETE","features":[168]},{"name":"WDS_CLI_MSG_PROGRESS","features":[168]},{"name":"WDS_CLI_MSG_START","features":[168]},{"name":"WDS_CLI_MSG_TEXT","features":[168]},{"name":"WDS_CLI_NO_SPARSE_FILE","features":[168]},{"name":"WDS_CLI_TRANSFER_ASYNCHRONOUS","features":[168]},{"name":"WDS_LOG_LEVEL_DISABLED","features":[168]},{"name":"WDS_LOG_LEVEL_ERROR","features":[168]},{"name":"WDS_LOG_LEVEL_INFO","features":[168]},{"name":"WDS_LOG_LEVEL_WARNING","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_FINISHED","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_FINISHED_2","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_STARTED","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_STARTED_2","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_DOMAINJOINERROR","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_DOMAINJOINERROR_2","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_DRIVER_PACKAGE_NOT_ACCESSIBLE","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_ERROR","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_FINISHED","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_GENERIC_MESSAGE","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED2","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED3","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_MAX_CODE","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_END","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_FAILURE","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_START","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_POST_ACTIONS_END","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_POST_ACTIONS_START","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_STARTED","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_DOWNGRADE","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_END","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_START","features":[168]},{"name":"WDS_LOG_TYPE_CLIENT_UNATTEND_MODE","features":[168]},{"name":"WDS_MC_TRACE_ERROR","features":[168]},{"name":"WDS_MC_TRACE_FATAL","features":[168]},{"name":"WDS_MC_TRACE_INFO","features":[168]},{"name":"WDS_MC_TRACE_VERBOSE","features":[168]},{"name":"WDS_MC_TRACE_WARNING","features":[168]},{"name":"WDS_TRANSPORTCLIENT_AUTH","features":[168]},{"name":"WDS_TRANSPORTCLIENT_CALLBACKS","features":[1,168]},{"name":"WDS_TRANSPORTCLIENT_CURRENT_API_VERSION","features":[168]},{"name":"WDS_TRANSPORTCLIENT_MAX_CALLBACKS","features":[168]},{"name":"WDS_TRANSPORTCLIENT_NO_AUTH","features":[168]},{"name":"WDS_TRANSPORTCLIENT_NO_CACHE","features":[168]},{"name":"WDS_TRANSPORTCLIENT_PROTOCOL_MULTICAST","features":[168]},{"name":"WDS_TRANSPORTCLIENT_RECEIVE_CONTENTS","features":[168]},{"name":"WDS_TRANSPORTCLIENT_RECEIVE_METADATA","features":[168]},{"name":"WDS_TRANSPORTCLIENT_REQUEST","features":[168]},{"name":"WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL","features":[168]},{"name":"WDS_TRANSPORTCLIENT_SESSION_COMPLETE","features":[168]},{"name":"WDS_TRANSPORTCLIENT_SESSION_NEGOTIATE","features":[168]},{"name":"WDS_TRANSPORTCLIENT_SESSION_START","features":[168]},{"name":"WDS_TRANSPORTCLIENT_SESSION_STARTEX","features":[168]},{"name":"WDS_TRANSPORTCLIENT_STATUS_FAILURE","features":[168]},{"name":"WDS_TRANSPORTCLIENT_STATUS_IN_PROGRESS","features":[168]},{"name":"WDS_TRANSPORTCLIENT_STATUS_SUCCESS","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_CLOSE_CONTENT","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_CLOSE_INSTANCE","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_COMPARE_CONTENT","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_CREATE_INSTANCE","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_DUMP_STATE","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_GET_CONTENT_METADATA","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_GET_CONTENT_SIZE","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_INIT_PARAMS","features":[1,168,54]},{"name":"WDS_TRANSPORTPROVIDER_MAX_CALLBACKS","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_OPEN_CONTENT","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_READ_CONTENT","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_REFRESH_SETTINGS","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_SETTINGS","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_SHUTDOWN","features":[168]},{"name":"WDS_TRANSPORTPROVIDER_USER_ACCESS_CHECK","features":[168]},{"name":"WdsBpAddOption","features":[1,168]},{"name":"WdsBpCloseHandle","features":[1,168]},{"name":"WdsBpGetOptionBuffer","features":[1,168]},{"name":"WdsBpInitialize","features":[1,168]},{"name":"WdsBpParseInitialize","features":[1,168]},{"name":"WdsBpParseInitializev6","features":[1,168]},{"name":"WdsBpQueryOption","features":[1,168]},{"name":"WdsCliAuthorizeSession","features":[1,168]},{"name":"WdsCliCancelTransfer","features":[1,168]},{"name":"WdsCliClose","features":[1,168]},{"name":"WdsCliCreateSession","features":[1,168]},{"name":"WdsCliFindFirstImage","features":[1,168]},{"name":"WdsCliFindNextImage","features":[1,168]},{"name":"WdsCliFlagEnumFilterFirmware","features":[168]},{"name":"WdsCliFlagEnumFilterVersion","features":[168]},{"name":"WdsCliFreeStringArray","features":[168]},{"name":"WdsCliGetDriverQueryXml","features":[168]},{"name":"WdsCliGetEnumerationFlags","features":[1,168]},{"name":"WdsCliGetImageArchitecture","features":[1,168]},{"name":"WdsCliGetImageDescription","features":[1,168]},{"name":"WdsCliGetImageFiles","features":[1,168]},{"name":"WdsCliGetImageGroup","features":[1,168]},{"name":"WdsCliGetImageHalName","features":[1,168]},{"name":"WdsCliGetImageHandleFromFindHandle","features":[1,168]},{"name":"WdsCliGetImageHandleFromTransferHandle","features":[1,168]},{"name":"WdsCliGetImageIndex","features":[1,168]},{"name":"WdsCliGetImageLanguage","features":[1,168]},{"name":"WdsCliGetImageLanguages","features":[1,168]},{"name":"WdsCliGetImageLastModifiedTime","features":[1,168]},{"name":"WdsCliGetImageName","features":[1,168]},{"name":"WdsCliGetImageNamespace","features":[1,168]},{"name":"WdsCliGetImageParameter","features":[1,168]},{"name":"WdsCliGetImagePath","features":[1,168]},{"name":"WdsCliGetImageSize","features":[1,168]},{"name":"WdsCliGetImageType","features":[1,168]},{"name":"WdsCliGetImageVersion","features":[1,168]},{"name":"WdsCliGetTransferSize","features":[1,168]},{"name":"WdsCliInitializeLog","features":[1,168]},{"name":"WdsCliLog","features":[1,168]},{"name":"WdsCliObtainDriverPackages","features":[1,168]},{"name":"WdsCliObtainDriverPackagesEx","features":[1,168]},{"name":"WdsCliRegisterTrace","features":[168]},{"name":"WdsCliSetTransferBufferSize","features":[168]},{"name":"WdsCliTransferFile","features":[1,168]},{"name":"WdsCliTransferImage","features":[1,168]},{"name":"WdsCliWaitForTransfer","features":[1,168]},{"name":"WdsTptDiagnosticsComponentImageServer","features":[168]},{"name":"WdsTptDiagnosticsComponentMulticast","features":[168]},{"name":"WdsTptDiagnosticsComponentPxe","features":[168]},{"name":"WdsTptDiagnosticsComponentTftp","features":[168]},{"name":"WdsTptDisconnectAbort","features":[168]},{"name":"WdsTptDisconnectFallback","features":[168]},{"name":"WdsTptDisconnectUnknown","features":[168]},{"name":"WdsTptFeatureAdminPack","features":[168]},{"name":"WdsTptFeatureDeploymentServer","features":[168]},{"name":"WdsTptFeatureTransportServer","features":[168]},{"name":"WdsTptIpAddressIpv4","features":[168]},{"name":"WdsTptIpAddressIpv6","features":[168]},{"name":"WdsTptIpAddressSourceDhcp","features":[168]},{"name":"WdsTptIpAddressSourceRange","features":[168]},{"name":"WdsTptIpAddressSourceUnknown","features":[168]},{"name":"WdsTptIpAddressUnknown","features":[168]},{"name":"WdsTptNamespaceTypeAutoCast","features":[168]},{"name":"WdsTptNamespaceTypeScheduledCastAutoStart","features":[168]},{"name":"WdsTptNamespaceTypeScheduledCastManualStart","features":[168]},{"name":"WdsTptNamespaceTypeUnknown","features":[168]},{"name":"WdsTptNetworkProfile100Mbps","features":[168]},{"name":"WdsTptNetworkProfile10Mbps","features":[168]},{"name":"WdsTptNetworkProfile1Gbps","features":[168]},{"name":"WdsTptNetworkProfileCustom","features":[168]},{"name":"WdsTptNetworkProfileUnknown","features":[168]},{"name":"WdsTptProtocolMulticast","features":[168]},{"name":"WdsTptProtocolUnicast","features":[168]},{"name":"WdsTptServiceNotifyReadSettings","features":[168]},{"name":"WdsTptServiceNotifyUnknown","features":[168]},{"name":"WdsTptSlowClientHandlingAutoDisconnect","features":[168]},{"name":"WdsTptSlowClientHandlingMultistream","features":[168]},{"name":"WdsTptSlowClientHandlingNone","features":[168]},{"name":"WdsTptSlowClientHandlingUnknown","features":[168]},{"name":"WdsTptTftpCapMaximumBlockSize","features":[168]},{"name":"WdsTptTftpCapVariableWindow","features":[168]},{"name":"WdsTptUdpPortPolicyDynamic","features":[168]},{"name":"WdsTptUdpPortPolicyFixed","features":[168]},{"name":"WdsTransportCacheable","features":[168]},{"name":"WdsTransportClient","features":[168]},{"name":"WdsTransportClientAddRefBuffer","features":[168]},{"name":"WdsTransportClientCancelSession","features":[1,168]},{"name":"WdsTransportClientCancelSessionEx","features":[1,168]},{"name":"WdsTransportClientCloseSession","features":[1,168]},{"name":"WdsTransportClientCompleteReceive","features":[1,168]},{"name":"WdsTransportClientInitialize","features":[168]},{"name":"WdsTransportClientInitializeSession","features":[1,168]},{"name":"WdsTransportClientQueryStatus","features":[1,168]},{"name":"WdsTransportClientRegisterCallback","features":[1,168]},{"name":"WdsTransportClientReleaseBuffer","features":[168]},{"name":"WdsTransportClientShutdown","features":[168]},{"name":"WdsTransportClientStartSession","features":[1,168]},{"name":"WdsTransportClientWaitForCompletion","features":[1,168]},{"name":"WdsTransportCollection","features":[168]},{"name":"WdsTransportConfigurationManager","features":[168]},{"name":"WdsTransportContent","features":[168]},{"name":"WdsTransportContentProvider","features":[168]},{"name":"WdsTransportDiagnosticsPolicy","features":[168]},{"name":"WdsTransportManager","features":[168]},{"name":"WdsTransportMulticastSessionPolicy","features":[168]},{"name":"WdsTransportNamespace","features":[168]},{"name":"WdsTransportNamespaceAutoCast","features":[168]},{"name":"WdsTransportNamespaceManager","features":[168]},{"name":"WdsTransportNamespaceScheduledCast","features":[168]},{"name":"WdsTransportNamespaceScheduledCastAutoStart","features":[168]},{"name":"WdsTransportNamespaceScheduledCastManualStart","features":[168]},{"name":"WdsTransportServer","features":[168]},{"name":"WdsTransportServerAllocateBuffer","features":[1,168]},{"name":"WdsTransportServerCompleteRead","features":[1,168]},{"name":"WdsTransportServerFreeBuffer","features":[1,168]},{"name":"WdsTransportServerRegisterCallback","features":[1,168]},{"name":"WdsTransportServerTrace","features":[1,168]},{"name":"WdsTransportServerTraceV","features":[1,168]},{"name":"WdsTransportServicePolicy","features":[168]},{"name":"WdsTransportSession","features":[168]},{"name":"WdsTransportSetupManager","features":[168]},{"name":"WdsTransportTftpClient","features":[168]},{"name":"WdsTransportTftpManager","features":[168]}],"558":[{"name":"AcquireDeveloperLicense","features":[1,169]},{"name":"CheckDeveloperLicense","features":[1,169]},{"name":"RemoveDeveloperLicense","features":[1,169]}],"559":[{"name":"CeipIsOptedIn","features":[1,170]}],"561":[{"name":"ABNORMAL_RESET_DETECTED","features":[32]},{"name":"ACPI_BIOS_ERROR","features":[32]},{"name":"ACPI_BIOS_FATAL_ERROR","features":[32]},{"name":"ACPI_DRIVER_INTERNAL","features":[32]},{"name":"ACPI_FIRMWARE_WATCHDOG_TIMEOUT","features":[32]},{"name":"ACTIVE_EX_WORKER_THREAD_TERMINATION","features":[32]},{"name":"ADDRESS","features":[32]},{"name":"ADDRESS64","features":[32]},{"name":"ADDRESS_MODE","features":[32]},{"name":"AER_BRIDGE_DESCRIPTOR_FLAGS","features":[32]},{"name":"AER_ENDPOINT_DESCRIPTOR_FLAGS","features":[32]},{"name":"AER_ROOTPORT_DESCRIPTOR_FLAGS","features":[32]},{"name":"AGP_GART_CORRUPTION","features":[32]},{"name":"AGP_ILLEGALLY_REPROGRAMMED","features":[32]},{"name":"AGP_INTERNAL","features":[32]},{"name":"AGP_INVALID_ACCESS","features":[32]},{"name":"APC_CALLBACK_DATA","features":[32,8]},{"name":"APC_INDEX_MISMATCH","features":[32]},{"name":"API_VERSION","features":[32]},{"name":"API_VERSION_NUMBER","features":[32]},{"name":"APP_TAGGING_INITIALIZATION_FAILED","features":[32]},{"name":"ARM64_NT_CONTEXT","features":[32]},{"name":"ARM64_NT_NEON128","features":[32]},{"name":"ASSIGN_DRIVE_LETTERS_FAILED","features":[32]},{"name":"ATDISK_DRIVER_INTERNAL","features":[32]},{"name":"ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY","features":[32]},{"name":"ATTEMPTED_SWITCH_FROM_DPC","features":[32]},{"name":"ATTEMPTED_WRITE_TO_CM_PROTECTED_STORAGE","features":[32]},{"name":"ATTEMPTED_WRITE_TO_READONLY_MEMORY","features":[32]},{"name":"AUDIT_FAILURE","features":[32]},{"name":"AZURE_DEVICE_FW_DUMP","features":[32]},{"name":"AddVectoredContinueHandler","features":[1,32,8]},{"name":"AddVectoredExceptionHandler","features":[1,32,8]},{"name":"AddrMode1616","features":[32]},{"name":"AddrMode1632","features":[32]},{"name":"AddrModeFlat","features":[32]},{"name":"AddrModeReal","features":[32]},{"name":"BAD_EXHANDLE","features":[32]},{"name":"BAD_OBJECT_HEADER","features":[32]},{"name":"BAD_POOL_CALLER","features":[32]},{"name":"BAD_POOL_HEADER","features":[32]},{"name":"BAD_SYSTEM_CONFIG_INFO","features":[32]},{"name":"BC_BLUETOOTH_VERIFIER_FAULT","features":[32]},{"name":"BC_BTHMINI_VERIFIER_FAULT","features":[32]},{"name":"BGI_DETECTED_VIOLATION","features":[32]},{"name":"BIND_ALL_IMAGES","features":[32]},{"name":"BIND_CACHE_IMPORT_DLLS","features":[32]},{"name":"BIND_NO_BOUND_IMPORTS","features":[32]},{"name":"BIND_NO_UPDATE","features":[32]},{"name":"BIND_REPORT_64BIT_VA","features":[32]},{"name":"BITLOCKER_FATAL_ERROR","features":[32]},{"name":"BLUETOOTH_ERROR_RECOVERY_LIVEDUMP","features":[32]},{"name":"BOOTING_IN_SAFEMODE_DSREPAIR","features":[32]},{"name":"BOOTING_IN_SAFEMODE_MINIMAL","features":[32]},{"name":"BOOTING_IN_SAFEMODE_NETWORK","features":[32]},{"name":"BOOTLOG_ENABLED","features":[32]},{"name":"BOOTLOG_LOADED","features":[32]},{"name":"BOOTLOG_NOT_LOADED","features":[32]},{"name":"BOOTPROC_INITIALIZATION_FAILED","features":[32]},{"name":"BOUND_IMAGE_UNSUPPORTED","features":[32]},{"name":"BREAKAWAY_CABLE_TRANSITION","features":[32]},{"name":"BUGCHECK_CONTEXT_MODIFIER","features":[32]},{"name":"BUGCHECK_ERROR","features":[32]},{"name":"BUGCODE_ID_DRIVER","features":[32]},{"name":"BUGCODE_MBBADAPTER_DRIVER","features":[32]},{"name":"BUGCODE_NDIS_DRIVER","features":[32]},{"name":"BUGCODE_NDIS_DRIVER_LIVE_DUMP","features":[32]},{"name":"BUGCODE_NETADAPTER_DRIVER","features":[32]},{"name":"BUGCODE_USB3_DRIVER","features":[32]},{"name":"BUGCODE_USB_DRIVER","features":[32]},{"name":"BUGCODE_WIFIADAPTER_DRIVER","features":[32]},{"name":"Beep","features":[1,32]},{"name":"BindExpandFileHeaders","features":[32]},{"name":"BindForwarder","features":[32]},{"name":"BindForwarder32","features":[32]},{"name":"BindForwarder64","features":[32]},{"name":"BindForwarderNOT","features":[32]},{"name":"BindForwarderNOT32","features":[32]},{"name":"BindForwarderNOT64","features":[32]},{"name":"BindImage","features":[1,32]},{"name":"BindImageComplete","features":[32]},{"name":"BindImageEx","features":[1,32]},{"name":"BindImageModified","features":[32]},{"name":"BindImportModule","features":[32]},{"name":"BindImportModuleFailed","features":[32]},{"name":"BindImportProcedure","features":[32]},{"name":"BindImportProcedure32","features":[32]},{"name":"BindImportProcedure64","features":[32]},{"name":"BindImportProcedureFailed","features":[32]},{"name":"BindMismatchedSymbols","features":[32]},{"name":"BindNoRoomInImage","features":[32]},{"name":"BindOutOfMemory","features":[32]},{"name":"BindRvaToVaFailed","features":[32]},{"name":"BindSymbolsNotUpdated","features":[32]},{"name":"CACHE_INITIALIZATION_FAILED","features":[32]},{"name":"CACHE_MANAGER","features":[32]},{"name":"CALL_HAS_NOT_RETURNED_WATCHDOG_TIMEOUT_LIVEDUMP","features":[32]},{"name":"CANCEL_STATE_IN_COMPLETED_IRP","features":[32]},{"name":"CANNOT_WRITE_CONFIGURATION","features":[32]},{"name":"CBA_CHECK_ARM_MACHINE_THUMB_TYPE_OVERRIDE","features":[32]},{"name":"CBA_CHECK_ENGOPT_DISALLOW_NETWORK_PATHS","features":[32]},{"name":"CBA_DEBUG_INFO","features":[32]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_CANCEL","features":[32]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_COMPLETE","features":[32]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_FAILURE","features":[32]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_PARTIAL","features":[32]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_START","features":[32]},{"name":"CBA_DUPLICATE_SYMBOL","features":[32]},{"name":"CBA_ENGINE_PRESENT","features":[32]},{"name":"CBA_EVENT","features":[32]},{"name":"CBA_MAP_JIT_SYMBOL","features":[32]},{"name":"CBA_READ_MEMORY","features":[32]},{"name":"CBA_SET_OPTIONS","features":[32]},{"name":"CBA_SRCSRV_EVENT","features":[32]},{"name":"CBA_SRCSRV_INFO","features":[32]},{"name":"CBA_SYMBOLS_UNLOADED","features":[32]},{"name":"CBA_UPDATE_STATUS_BAR","features":[32]},{"name":"CBA_XML_LOG","features":[32]},{"name":"CDFS_FILE_SYSTEM","features":[32]},{"name":"CERT_PE_IMAGE_DIGEST_ALL_IMPORT_INFO","features":[32]},{"name":"CERT_PE_IMAGE_DIGEST_DEBUG_INFO","features":[32]},{"name":"CERT_PE_IMAGE_DIGEST_NON_PE_INFO","features":[32]},{"name":"CERT_PE_IMAGE_DIGEST_RESOURCES","features":[32]},{"name":"CERT_SECTION_TYPE_ANY","features":[32]},{"name":"CHECKSUM_MAPVIEW_FAILURE","features":[32]},{"name":"CHECKSUM_MAP_FAILURE","features":[32]},{"name":"CHECKSUM_OPEN_FAILURE","features":[32]},{"name":"CHECKSUM_SUCCESS","features":[32]},{"name":"CHECKSUM_UNICODE_FAILURE","features":[32]},{"name":"CHIPSET_DETECTED_ERROR","features":[32]},{"name":"CID_HANDLE_CREATION","features":[32]},{"name":"CID_HANDLE_DELETION","features":[32]},{"name":"CLOCK_WATCHDOG_TIMEOUT","features":[32]},{"name":"CLUSTER_CLUSPORT_STATUS_IO_TIMEOUT_LIVEDUMP","features":[32]},{"name":"CLUSTER_CSVFS_LIVEDUMP","features":[32]},{"name":"CLUSTER_CSV_CLUSSVC_DISCONNECT_WATCHDOG","features":[32]},{"name":"CLUSTER_CSV_CLUSTER_WATCHDOG_LIVEDUMP","features":[32]},{"name":"CLUSTER_CSV_SNAPSHOT_DEVICE_INFO_TIMEOUT_LIVEDUMP","features":[32]},{"name":"CLUSTER_CSV_STATE_TRANSITION_INTERVAL_TIMEOUT_LIVEDUMP","features":[32]},{"name":"CLUSTER_CSV_STATE_TRANSITION_TIMEOUT_LIVEDUMP","features":[32]},{"name":"CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP","features":[32]},{"name":"CLUSTER_CSV_VOLUME_ARRIVAL_LIVEDUMP","features":[32]},{"name":"CLUSTER_CSV_VOLUME_REMOVAL_LIVEDUMP","features":[32]},{"name":"CLUSTER_RESOURCE_CALL_TIMEOUT_LIVEDUMP","features":[32]},{"name":"CLUSTER_SVHDX_LIVEDUMP","features":[32]},{"name":"CNSS_FILE_SYSTEM_FILTER","features":[32]},{"name":"CONFIG_INITIALIZATION_FAILED","features":[32]},{"name":"CONFIG_LIST_FAILED","features":[32]},{"name":"CONNECTED_STANDBY_WATCHDOG_TIMEOUT_LIVEDUMP","features":[32]},{"name":"CONTEXT","features":[32,8]},{"name":"CONTEXT","features":[32,8]},{"name":"CONTEXT","features":[32,8]},{"name":"CONTEXT_ALL_AMD64","features":[32]},{"name":"CONTEXT_ALL_ARM","features":[32]},{"name":"CONTEXT_ALL_ARM64","features":[32]},{"name":"CONTEXT_ALL_X86","features":[32]},{"name":"CONTEXT_AMD64","features":[32]},{"name":"CONTEXT_ARM","features":[32]},{"name":"CONTEXT_ARM64","features":[32]},{"name":"CONTEXT_CONTROL_AMD64","features":[32]},{"name":"CONTEXT_CONTROL_ARM","features":[32]},{"name":"CONTEXT_CONTROL_ARM64","features":[32]},{"name":"CONTEXT_CONTROL_X86","features":[32]},{"name":"CONTEXT_DEBUG_REGISTERS_AMD64","features":[32]},{"name":"CONTEXT_DEBUG_REGISTERS_ARM","features":[32]},{"name":"CONTEXT_DEBUG_REGISTERS_ARM64","features":[32]},{"name":"CONTEXT_DEBUG_REGISTERS_X86","features":[32]},{"name":"CONTEXT_EXCEPTION_ACTIVE_AMD64","features":[32]},{"name":"CONTEXT_EXCEPTION_ACTIVE_ARM","features":[32]},{"name":"CONTEXT_EXCEPTION_ACTIVE_ARM64","features":[32]},{"name":"CONTEXT_EXCEPTION_ACTIVE_X86","features":[32]},{"name":"CONTEXT_EXCEPTION_REPORTING_AMD64","features":[32]},{"name":"CONTEXT_EXCEPTION_REPORTING_ARM","features":[32]},{"name":"CONTEXT_EXCEPTION_REPORTING_ARM64","features":[32]},{"name":"CONTEXT_EXCEPTION_REPORTING_X86","features":[32]},{"name":"CONTEXT_EXCEPTION_REQUEST_AMD64","features":[32]},{"name":"CONTEXT_EXCEPTION_REQUEST_ARM","features":[32]},{"name":"CONTEXT_EXCEPTION_REQUEST_ARM64","features":[32]},{"name":"CONTEXT_EXCEPTION_REQUEST_X86","features":[32]},{"name":"CONTEXT_EXTENDED_REGISTERS_X86","features":[32]},{"name":"CONTEXT_FLAGS","features":[32]},{"name":"CONTEXT_FLOATING_POINT_AMD64","features":[32]},{"name":"CONTEXT_FLOATING_POINT_ARM","features":[32]},{"name":"CONTEXT_FLOATING_POINT_ARM64","features":[32]},{"name":"CONTEXT_FLOATING_POINT_X86","features":[32]},{"name":"CONTEXT_FULL_AMD64","features":[32]},{"name":"CONTEXT_FULL_ARM","features":[32]},{"name":"CONTEXT_FULL_ARM64","features":[32]},{"name":"CONTEXT_FULL_X86","features":[32]},{"name":"CONTEXT_INTEGER_AMD64","features":[32]},{"name":"CONTEXT_INTEGER_ARM","features":[32]},{"name":"CONTEXT_INTEGER_ARM64","features":[32]},{"name":"CONTEXT_INTEGER_X86","features":[32]},{"name":"CONTEXT_KERNEL_CET_AMD64","features":[32]},{"name":"CONTEXT_KERNEL_DEBUGGER_AMD64","features":[32]},{"name":"CONTEXT_RET_TO_GUEST_ARM64","features":[32]},{"name":"CONTEXT_SEGMENTS_AMD64","features":[32]},{"name":"CONTEXT_SEGMENTS_X86","features":[32]},{"name":"CONTEXT_SERVICE_ACTIVE_AMD64","features":[32]},{"name":"CONTEXT_SERVICE_ACTIVE_ARM","features":[32]},{"name":"CONTEXT_SERVICE_ACTIVE_ARM64","features":[32]},{"name":"CONTEXT_SERVICE_ACTIVE_X86","features":[32]},{"name":"CONTEXT_UNWOUND_TO_CALL_AMD64","features":[32]},{"name":"CONTEXT_UNWOUND_TO_CALL_ARM","features":[32]},{"name":"CONTEXT_UNWOUND_TO_CALL_ARM64","features":[32]},{"name":"CONTEXT_X18_ARM64","features":[32]},{"name":"CONTEXT_X86","features":[32]},{"name":"CONTEXT_XSTATE_AMD64","features":[32]},{"name":"CONTEXT_XSTATE_X86","features":[32]},{"name":"COREMSGCALL_INTERNAL_ERROR","features":[32]},{"name":"COREMSG_INTERNAL_ERROR","features":[32]},{"name":"CORRUPT_ACCESS_TOKEN","features":[32]},{"name":"CPU_INFORMATION","features":[32]},{"name":"CRASHDUMP_WATCHDOG_TIMEOUT","features":[32]},{"name":"CREATE_DELETE_LOCK_NOT_LOCKED","features":[32]},{"name":"CREATE_PROCESS_DEBUG_EVENT","features":[32]},{"name":"CREATE_PROCESS_DEBUG_INFO","features":[1,32,39]},{"name":"CREATE_THREAD_DEBUG_EVENT","features":[32]},{"name":"CREATE_THREAD_DEBUG_INFO","features":[1,32,39]},{"name":"CRITICAL_INITIALIZATION_FAILURE","features":[32]},{"name":"CRITICAL_OBJECT_TERMINATION","features":[32]},{"name":"CRITICAL_PROCESS_DIED","features":[32]},{"name":"CRITICAL_SERVICE_FAILED","features":[32]},{"name":"CRITICAL_STRUCTURE_CORRUPTION","features":[32]},{"name":"CRYPTO_LIBRARY_INTERNAL_ERROR","features":[32]},{"name":"CRYPTO_SELF_TEST_FAILURE","features":[32]},{"name":"CancelCallback","features":[32]},{"name":"CheckRemoteDebuggerPresent","features":[1,32]},{"name":"CheckSumMappedFile","features":[32,34]},{"name":"CheckSumMappedFile","features":[32,34]},{"name":"CloseThreadWaitChainSession","features":[32]},{"name":"CommentStreamA","features":[32]},{"name":"CommentStreamW","features":[32]},{"name":"ContinueDebugEvent","features":[1,32]},{"name":"CopyContext","features":[1,32,8]},{"name":"DAM_WATCHDOG_TIMEOUT","features":[32]},{"name":"DATA_BUS_ERROR","features":[32]},{"name":"DATA_COHERENCY_EXCEPTION","features":[32]},{"name":"DBGHELP_DATA_REPORT_STRUCT","features":[32]},{"name":"DBGPROP_ATTRIB_ACCESS_FINAL","features":[32]},{"name":"DBGPROP_ATTRIB_ACCESS_PRIVATE","features":[32]},{"name":"DBGPROP_ATTRIB_ACCESS_PROTECTED","features":[32]},{"name":"DBGPROP_ATTRIB_ACCESS_PUBLIC","features":[32]},{"name":"DBGPROP_ATTRIB_FLAGS","features":[32]},{"name":"DBGPROP_ATTRIB_FRAME_INCATCHBLOCK","features":[32]},{"name":"DBGPROP_ATTRIB_FRAME_INFINALLYBLOCK","features":[32]},{"name":"DBGPROP_ATTRIB_FRAME_INTRYBLOCK","features":[32]},{"name":"DBGPROP_ATTRIB_HAS_EXTENDED_ATTRIBS","features":[32]},{"name":"DBGPROP_ATTRIB_NO_ATTRIB","features":[32]},{"name":"DBGPROP_ATTRIB_STORAGE_FIELD","features":[32]},{"name":"DBGPROP_ATTRIB_STORAGE_GLOBAL","features":[32]},{"name":"DBGPROP_ATTRIB_STORAGE_STATIC","features":[32]},{"name":"DBGPROP_ATTRIB_STORAGE_VIRTUAL","features":[32]},{"name":"DBGPROP_ATTRIB_TYPE_IS_CONSTANT","features":[32]},{"name":"DBGPROP_ATTRIB_TYPE_IS_SYNCHRONIZED","features":[32]},{"name":"DBGPROP_ATTRIB_TYPE_IS_VOLATILE","features":[32]},{"name":"DBGPROP_ATTRIB_VALUE_IS_EVENT","features":[32]},{"name":"DBGPROP_ATTRIB_VALUE_IS_EXPANDABLE","features":[32]},{"name":"DBGPROP_ATTRIB_VALUE_IS_FAKE","features":[32]},{"name":"DBGPROP_ATTRIB_VALUE_IS_INVALID","features":[32]},{"name":"DBGPROP_ATTRIB_VALUE_IS_METHOD","features":[32]},{"name":"DBGPROP_ATTRIB_VALUE_IS_RAW_STRING","features":[32]},{"name":"DBGPROP_ATTRIB_VALUE_IS_RETURN_VALUE","features":[32]},{"name":"DBGPROP_ATTRIB_VALUE_PENDING_MUTATION","features":[32]},{"name":"DBGPROP_ATTRIB_VALUE_READONLY","features":[32]},{"name":"DBGPROP_INFO","features":[32]},{"name":"DBGPROP_INFO_ATTRIBUTES","features":[32]},{"name":"DBGPROP_INFO_AUTOEXPAND","features":[32]},{"name":"DBGPROP_INFO_BEAUTIFY","features":[32]},{"name":"DBGPROP_INFO_CALLTOSTRING","features":[32]},{"name":"DBGPROP_INFO_DEBUGPROP","features":[32]},{"name":"DBGPROP_INFO_FULLNAME","features":[32]},{"name":"DBGPROP_INFO_NAME","features":[32]},{"name":"DBGPROP_INFO_TYPE","features":[32]},{"name":"DBGPROP_INFO_VALUE","features":[32]},{"name":"DBHHEADER_CVMISC","features":[32]},{"name":"DBHHEADER_DEBUGDIRS","features":[32]},{"name":"DBHHEADER_PDBGUID","features":[32]},{"name":"DEBUG_EVENT","features":[1,32,39]},{"name":"DEBUG_EVENT_CODE","features":[32]},{"name":"DEREF_UNKNOWN_LOGON_SESSION","features":[32]},{"name":"DEVICE_DIAGNOSTIC_LOG_LIVEDUMP","features":[32]},{"name":"DEVICE_QUEUE_NOT_BUSY","features":[32]},{"name":"DEVICE_REFERENCE_COUNT_NOT_ZERO","features":[32]},{"name":"DFSC_FILE_SYSTEM","features":[32]},{"name":"DFS_FILE_SYSTEM","features":[32]},{"name":"DIGEST_FUNCTION","features":[1,32]},{"name":"DIRECTED_FX_TRANSITION_LIVEDUMP","features":[32]},{"name":"DIRTY_MAPPED_PAGES_CONGESTION","features":[32]},{"name":"DIRTY_NOWRITE_PAGES_CONGESTION","features":[32]},{"name":"DISORDERLY_SHUTDOWN","features":[32]},{"name":"DISPATCHER_CONTEXT","features":[1,32,8]},{"name":"DISPATCHER_CONTEXT","features":[1,32,8]},{"name":"DMA_COMMON_BUFFER_VECTOR_ERROR","features":[32]},{"name":"DMP_CONTEXT_RECORD_SIZE_32","features":[32]},{"name":"DMP_CONTEXT_RECORD_SIZE_64","features":[32]},{"name":"DMP_HEADER_COMMENT_SIZE","features":[32]},{"name":"DMP_PHYSICAL_MEMORY_BLOCK_SIZE_32","features":[32]},{"name":"DMP_PHYSICAL_MEMORY_BLOCK_SIZE_64","features":[32]},{"name":"DMP_RESERVED_0_SIZE_32","features":[32]},{"name":"DMP_RESERVED_0_SIZE_64","features":[32]},{"name":"DMP_RESERVED_2_SIZE_32","features":[32]},{"name":"DMP_RESERVED_3_SIZE_32","features":[32]},{"name":"DPC_WATCHDOG_TIMEOUT","features":[32]},{"name":"DPC_WATCHDOG_VIOLATION","features":[32]},{"name":"DRIPS_SW_HW_DIVERGENCE_LIVEDUMP","features":[32]},{"name":"DRIVER_CAUGHT_MODIFYING_FREED_POOL","features":[32]},{"name":"DRIVER_CORRUPTED_EXPOOL","features":[32]},{"name":"DRIVER_CORRUPTED_MMPOOL","features":[32]},{"name":"DRIVER_CORRUPTED_SYSPTES","features":[32]},{"name":"DRIVER_INVALID_CRUNTIME_PARAMETER","features":[32]},{"name":"DRIVER_INVALID_STACK_ACCESS","features":[32]},{"name":"DRIVER_IRQL_NOT_LESS_OR_EQUAL","features":[32]},{"name":"DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS","features":[32]},{"name":"DRIVER_OVERRAN_STACK_BUFFER","features":[32]},{"name":"DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION","features":[32]},{"name":"DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION_M","features":[32]},{"name":"DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL","features":[32]},{"name":"DRIVER_PNP_WATCHDOG","features":[32]},{"name":"DRIVER_PORTION_MUST_BE_NONPAGED","features":[32]},{"name":"DRIVER_POWER_STATE_FAILURE","features":[32]},{"name":"DRIVER_RETURNED_HOLDING_CANCEL_LOCK","features":[32]},{"name":"DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN","features":[32]},{"name":"DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS","features":[32]},{"name":"DRIVER_UNMAPPING_INVALID_VIEW","features":[32]},{"name":"DRIVER_USED_EXCESSIVE_PTES","features":[32]},{"name":"DRIVER_VERIFIER_DETECTED_VIOLATION","features":[32]},{"name":"DRIVER_VERIFIER_DETECTED_VIOLATION_LIVEDUMP","features":[32]},{"name":"DRIVER_VERIFIER_DMA_VIOLATION","features":[32]},{"name":"DRIVER_VERIFIER_IOMANAGER_VIOLATION","features":[32]},{"name":"DRIVER_VERIFIER_TRACKING_LIVE_DUMP","features":[32]},{"name":"DRIVER_VIOLATION","features":[32]},{"name":"DRIVE_EXTENDER","features":[32]},{"name":"DSLFLAG_MISMATCHED_DBG","features":[32]},{"name":"DSLFLAG_MISMATCHED_PDB","features":[32]},{"name":"DUMP_FILE_ATTRIBUTES","features":[32]},{"name":"DUMP_HEADER32","features":[1,32]},{"name":"DUMP_HEADER64","features":[1,32]},{"name":"DUMP_SUMMARY_VALID_CURRENT_USER_VA","features":[32]},{"name":"DUMP_SUMMARY_VALID_KERNEL_VA","features":[32]},{"name":"DUMP_TYPE","features":[32]},{"name":"DUMP_TYPE_AUTOMATIC","features":[32]},{"name":"DUMP_TYPE_BITMAP_FULL","features":[32]},{"name":"DUMP_TYPE_BITMAP_KERNEL","features":[32]},{"name":"DUMP_TYPE_FULL","features":[32]},{"name":"DUMP_TYPE_HEADER","features":[32]},{"name":"DUMP_TYPE_INVALID","features":[32]},{"name":"DUMP_TYPE_SUMMARY","features":[32]},{"name":"DUMP_TYPE_TRIAGE","features":[32]},{"name":"DUMP_TYPE_UNKNOWN","features":[32]},{"name":"DYNAMIC_ADD_PROCESSOR_MISMATCH","features":[32]},{"name":"DbgHelpCreateUserDump","features":[1,32]},{"name":"DbgHelpCreateUserDumpW","features":[1,32]},{"name":"DebugActiveProcess","features":[1,32]},{"name":"DebugActiveProcessStop","features":[1,32]},{"name":"DebugBreak","features":[32]},{"name":"DebugBreakProcess","features":[1,32]},{"name":"DebugPropertyInfo","features":[32]},{"name":"DebugSetProcessKillOnExit","features":[1,32]},{"name":"DecodePointer","features":[32]},{"name":"DecodeRemotePointer","features":[1,32]},{"name":"DecodeSystemPointer","features":[32]},{"name":"EFS_FATAL_ERROR","features":[32]},{"name":"ELAM_DRIVER_DETECTED_FATAL_ERROR","features":[32]},{"name":"EMPTY_THREAD_REAPER_LIST","features":[32]},{"name":"EM_INITIALIZATION_ERROR","features":[32]},{"name":"END_OF_NT_EVALUATION_PERIOD","features":[32]},{"name":"ERESOURCE_INVALID_RELEASE","features":[32]},{"name":"ERRATA_WORKAROUND_UNSUCCESSFUL","features":[32]},{"name":"ERROR_IMAGE_NOT_STRIPPED","features":[32]},{"name":"ERROR_NO_DBG_POINTER","features":[32]},{"name":"ERROR_NO_PDB_POINTER","features":[32]},{"name":"ESLFLAG_FULLPATH","features":[32]},{"name":"ESLFLAG_INLINE_SITE","features":[32]},{"name":"ESLFLAG_NEAREST","features":[32]},{"name":"ESLFLAG_NEXT","features":[32]},{"name":"ESLFLAG_PREV","features":[32]},{"name":"EVENT_SRCSPEW","features":[32]},{"name":"EVENT_SRCSPEW_END","features":[32]},{"name":"EVENT_SRCSPEW_START","features":[32]},{"name":"EVENT_TRACING_FATAL_ERROR","features":[32]},{"name":"EXCEPTION_CONTINUE_EXECUTION","features":[32]},{"name":"EXCEPTION_CONTINUE_SEARCH","features":[32]},{"name":"EXCEPTION_DEBUG_EVENT","features":[32]},{"name":"EXCEPTION_DEBUG_INFO","features":[1,32]},{"name":"EXCEPTION_EXECUTE_HANDLER","features":[32]},{"name":"EXCEPTION_ON_INVALID_STACK","features":[32]},{"name":"EXCEPTION_POINTERS","features":[1,32,8]},{"name":"EXCEPTION_RECORD","features":[1,32]},{"name":"EXCEPTION_RECORD32","features":[1,32]},{"name":"EXCEPTION_RECORD64","features":[1,32]},{"name":"EXCEPTION_SCOPE_INVALID","features":[32]},{"name":"EXFAT_FILE_SYSTEM","features":[32]},{"name":"EXIT_PROCESS_DEBUG_EVENT","features":[32]},{"name":"EXIT_PROCESS_DEBUG_INFO","features":[32]},{"name":"EXIT_THREAD_DEBUG_EVENT","features":[32]},{"name":"EXIT_THREAD_DEBUG_INFO","features":[32]},{"name":"EXRESOURCE_TIMEOUT_LIVEDUMP","features":[32]},{"name":"EXT_OUTPUT_VER","features":[32]},{"name":"EX_PROP_INFO_DEBUGEXTPROP","features":[32]},{"name":"EX_PROP_INFO_FLAGS","features":[32]},{"name":"EX_PROP_INFO_ID","features":[32]},{"name":"EX_PROP_INFO_LOCKBYTES","features":[32]},{"name":"EX_PROP_INFO_NTYPE","features":[32]},{"name":"EX_PROP_INFO_NVALUE","features":[32]},{"name":"EncodePointer","features":[32]},{"name":"EncodeRemotePointer","features":[1,32]},{"name":"EncodeSystemPointer","features":[32]},{"name":"EnumDirTree","features":[1,32]},{"name":"EnumDirTreeW","features":[1,32]},{"name":"EnumerateLoadedModules","features":[1,32]},{"name":"EnumerateLoadedModules64","features":[1,32]},{"name":"EnumerateLoadedModulesEx","features":[1,32]},{"name":"EnumerateLoadedModulesExW","features":[1,32]},{"name":"EnumerateLoadedModulesW64","features":[1,32]},{"name":"ExceptionStream","features":[32]},{"name":"ExtendedDebugPropertyInfo","features":[1,43,32,44]},{"name":"FACILITY_AAF","features":[32]},{"name":"FACILITY_ACCELERATOR","features":[32]},{"name":"FACILITY_ACS","features":[32]},{"name":"FACILITY_ACTION_QUEUE","features":[32]},{"name":"FACILITY_AUDCLNT","features":[32]},{"name":"FACILITY_AUDIO","features":[32]},{"name":"FACILITY_AUDIOSTREAMING","features":[32]},{"name":"FACILITY_BACKGROUNDCOPY","features":[32]},{"name":"FACILITY_BCD","features":[32]},{"name":"FACILITY_BLB","features":[32]},{"name":"FACILITY_BLBUI","features":[32]},{"name":"FACILITY_BLB_CLI","features":[32]},{"name":"FACILITY_BLUETOOTH_ATT","features":[32]},{"name":"FACILITY_CERT","features":[32]},{"name":"FACILITY_CMI","features":[32]},{"name":"FACILITY_CODE","features":[32]},{"name":"FACILITY_COMPLUS","features":[32]},{"name":"FACILITY_CONFIGURATION","features":[32]},{"name":"FACILITY_CONTROL","features":[32]},{"name":"FACILITY_DAF","features":[32]},{"name":"FACILITY_DEBUGGERS","features":[32]},{"name":"FACILITY_DEFRAG","features":[32]},{"name":"FACILITY_DELIVERY_OPTIMIZATION","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_BINLSVC","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_CONTENT_PROVIDER","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_DRIVER_PROVISIONING","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_IMAGING","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MANAGEMENT","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MULTICAST_CLIENT","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MULTICAST_SERVER","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_PXE","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_SERVER","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_TFTP","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_TRANSPORT_MANAGEMENT","features":[32]},{"name":"FACILITY_DEPLOYMENT_SERVICES_UTIL","features":[32]},{"name":"FACILITY_DEVICE_UPDATE_AGENT","features":[32]},{"name":"FACILITY_DIRECT2D","features":[32]},{"name":"FACILITY_DIRECT3D10","features":[32]},{"name":"FACILITY_DIRECT3D11","features":[32]},{"name":"FACILITY_DIRECT3D11_DEBUG","features":[32]},{"name":"FACILITY_DIRECT3D12","features":[32]},{"name":"FACILITY_DIRECT3D12_DEBUG","features":[32]},{"name":"FACILITY_DIRECTMUSIC","features":[32]},{"name":"FACILITY_DIRECTORYSERVICE","features":[32]},{"name":"FACILITY_DISPATCH","features":[32]},{"name":"FACILITY_DLS","features":[32]},{"name":"FACILITY_DMSERVER","features":[32]},{"name":"FACILITY_DPLAY","features":[32]},{"name":"FACILITY_DRVSERVICING","features":[32]},{"name":"FACILITY_DXCORE","features":[32]},{"name":"FACILITY_DXGI","features":[32]},{"name":"FACILITY_DXGI_DDI","features":[32]},{"name":"FACILITY_EAP","features":[32]},{"name":"FACILITY_EAS","features":[32]},{"name":"FACILITY_FVE","features":[32]},{"name":"FACILITY_FWP","features":[32]},{"name":"FACILITY_GAME","features":[32]},{"name":"FACILITY_GRAPHICS","features":[32]},{"name":"FACILITY_HSP_SERVICES","features":[32]},{"name":"FACILITY_HSP_SOFTWARE","features":[32]},{"name":"FACILITY_HTTP","features":[32]},{"name":"FACILITY_INPUT","features":[32]},{"name":"FACILITY_INTERNET","features":[32]},{"name":"FACILITY_IORING","features":[32]},{"name":"FACILITY_ITF","features":[32]},{"name":"FACILITY_JSCRIPT","features":[32]},{"name":"FACILITY_LEAP","features":[32]},{"name":"FACILITY_LINGUISTIC_SERVICES","features":[32]},{"name":"FACILITY_MBN","features":[32]},{"name":"FACILITY_MEDIASERVER","features":[32]},{"name":"FACILITY_METADIRECTORY","features":[32]},{"name":"FACILITY_MOBILE","features":[32]},{"name":"FACILITY_MSMQ","features":[32]},{"name":"FACILITY_NAP","features":[32]},{"name":"FACILITY_NDIS","features":[32]},{"name":"FACILITY_NT_BIT","features":[32]},{"name":"FACILITY_NULL","features":[32]},{"name":"FACILITY_OCP_UPDATE_AGENT","features":[32]},{"name":"FACILITY_ONLINE_ID","features":[32]},{"name":"FACILITY_OPC","features":[32]},{"name":"FACILITY_P2P","features":[32]},{"name":"FACILITY_P2P_INT","features":[32]},{"name":"FACILITY_PARSE","features":[32]},{"name":"FACILITY_PIDGENX","features":[32]},{"name":"FACILITY_PIX","features":[32]},{"name":"FACILITY_PLA","features":[32]},{"name":"FACILITY_POWERSHELL","features":[32]},{"name":"FACILITY_PRESENTATION","features":[32]},{"name":"FACILITY_QUIC","features":[32]},{"name":"FACILITY_RAS","features":[32]},{"name":"FACILITY_RESTORE","features":[32]},{"name":"FACILITY_RPC","features":[32]},{"name":"FACILITY_SCARD","features":[32]},{"name":"FACILITY_SCRIPT","features":[32]},{"name":"FACILITY_SDIAG","features":[32]},{"name":"FACILITY_SECURITY","features":[32]},{"name":"FACILITY_SERVICE_FABRIC","features":[32]},{"name":"FACILITY_SETUPAPI","features":[32]},{"name":"FACILITY_SHELL","features":[32]},{"name":"FACILITY_SOS","features":[32]},{"name":"FACILITY_SPP","features":[32]},{"name":"FACILITY_SQLITE","features":[32]},{"name":"FACILITY_SSPI","features":[32]},{"name":"FACILITY_STATEREPOSITORY","features":[32]},{"name":"FACILITY_STATE_MANAGEMENT","features":[32]},{"name":"FACILITY_STORAGE","features":[32]},{"name":"FACILITY_SXS","features":[32]},{"name":"FACILITY_SYNCENGINE","features":[32]},{"name":"FACILITY_TIERING","features":[32]},{"name":"FACILITY_TPM_SERVICES","features":[32]},{"name":"FACILITY_TPM_SOFTWARE","features":[32]},{"name":"FACILITY_TTD","features":[32]},{"name":"FACILITY_UI","features":[32]},{"name":"FACILITY_UMI","features":[32]},{"name":"FACILITY_URT","features":[32]},{"name":"FACILITY_USERMODE_COMMONLOG","features":[32]},{"name":"FACILITY_USERMODE_FILTER_MANAGER","features":[32]},{"name":"FACILITY_USERMODE_HNS","features":[32]},{"name":"FACILITY_USERMODE_HYPERVISOR","features":[32]},{"name":"FACILITY_USERMODE_LICENSING","features":[32]},{"name":"FACILITY_USERMODE_SDBUS","features":[32]},{"name":"FACILITY_USERMODE_SPACES","features":[32]},{"name":"FACILITY_USERMODE_VHD","features":[32]},{"name":"FACILITY_USERMODE_VIRTUALIZATION","features":[32]},{"name":"FACILITY_USERMODE_VOLMGR","features":[32]},{"name":"FACILITY_USERMODE_VOLSNAP","features":[32]},{"name":"FACILITY_USER_MODE_SECURITY_CORE","features":[32]},{"name":"FACILITY_USN","features":[32]},{"name":"FACILITY_UTC","features":[32]},{"name":"FACILITY_VISUALCPP","features":[32]},{"name":"FACILITY_WEB","features":[32]},{"name":"FACILITY_WEBSERVICES","features":[32]},{"name":"FACILITY_WEB_SOCKET","features":[32]},{"name":"FACILITY_WEP","features":[32]},{"name":"FACILITY_WER","features":[32]},{"name":"FACILITY_WIA","features":[32]},{"name":"FACILITY_WIN32","features":[32]},{"name":"FACILITY_WINCODEC_DWRITE_DWM","features":[32]},{"name":"FACILITY_WINDOWS","features":[32]},{"name":"FACILITY_WINDOWSUPDATE","features":[32]},{"name":"FACILITY_WINDOWS_CE","features":[32]},{"name":"FACILITY_WINDOWS_DEFENDER","features":[32]},{"name":"FACILITY_WINDOWS_SETUP","features":[32]},{"name":"FACILITY_WINDOWS_STORE","features":[32]},{"name":"FACILITY_WINML","features":[32]},{"name":"FACILITY_WINPE","features":[32]},{"name":"FACILITY_WINRM","features":[32]},{"name":"FACILITY_WMAAECMA","features":[32]},{"name":"FACILITY_WPN","features":[32]},{"name":"FACILITY_WSBAPP","features":[32]},{"name":"FACILITY_WSB_ONLINE","features":[32]},{"name":"FACILITY_XAML","features":[32]},{"name":"FACILITY_XBOX","features":[32]},{"name":"FACILITY_XPS","features":[32]},{"name":"FAST_ERESOURCE_PRECONDITION_VIOLATION","features":[32]},{"name":"FATAL_ABNORMAL_RESET_ERROR","features":[32]},{"name":"FATAL_UNHANDLED_HARD_ERROR","features":[32]},{"name":"FAT_FILE_SYSTEM","features":[32]},{"name":"FAULTY_HARDWARE_CORRUPTED_PAGE","features":[32]},{"name":"FILE_INITIALIZATION_FAILED","features":[32]},{"name":"FILE_SYSTEM","features":[32]},{"name":"FLAG_ENGINE_PRESENT","features":[32]},{"name":"FLAG_ENGOPT_DISALLOW_NETWORK_PATHS","features":[32]},{"name":"FLAG_OVERRIDE_ARM_MACHINE_TYPE","features":[32]},{"name":"FLOPPY_INTERNAL_ERROR","features":[32]},{"name":"FLTMGR_FILE_SYSTEM","features":[32]},{"name":"FORMAT_MESSAGE_ALLOCATE_BUFFER","features":[32]},{"name":"FORMAT_MESSAGE_ARGUMENT_ARRAY","features":[32]},{"name":"FORMAT_MESSAGE_FROM_HMODULE","features":[32]},{"name":"FORMAT_MESSAGE_FROM_STRING","features":[32]},{"name":"FORMAT_MESSAGE_FROM_SYSTEM","features":[32]},{"name":"FORMAT_MESSAGE_IGNORE_INSERTS","features":[32]},{"name":"FORMAT_MESSAGE_OPTIONS","features":[32]},{"name":"FPO_DATA","features":[32]},{"name":"FP_EMULATION_ERROR","features":[32]},{"name":"FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION","features":[32]},{"name":"FatalAppExitA","features":[32]},{"name":"FatalAppExitW","features":[32]},{"name":"FatalExit","features":[32]},{"name":"FindDebugInfoFile","features":[1,32]},{"name":"FindDebugInfoFileEx","features":[1,32]},{"name":"FindDebugInfoFileExW","features":[1,32]},{"name":"FindExecutableImage","features":[1,32]},{"name":"FindExecutableImageEx","features":[1,32]},{"name":"FindExecutableImageExW","features":[1,32]},{"name":"FindFileInPath","features":[1,32]},{"name":"FindFileInSearchPath","features":[1,32]},{"name":"FlushInstructionCache","features":[1,32]},{"name":"FormatMessageA","features":[32]},{"name":"FormatMessageW","features":[32]},{"name":"FunctionTableStream","features":[32]},{"name":"GPIO_CONTROLLER_DRIVER_ERROR","features":[32]},{"name":"GetEnabledXStateFeatures","features":[32]},{"name":"GetErrorMode","features":[32]},{"name":"GetImageConfigInformation","features":[1,32,8,34]},{"name":"GetImageConfigInformation","features":[1,32,8,34]},{"name":"GetImageUnusedHeaderBytes","features":[1,32,8,34]},{"name":"GetSymLoadError","features":[32]},{"name":"GetThreadContext","features":[1,32,8]},{"name":"GetThreadErrorMode","features":[32]},{"name":"GetThreadSelectorEntry","features":[1,32]},{"name":"GetThreadWaitChain","features":[1,32]},{"name":"GetTimestampForLoadedLibrary","features":[1,32]},{"name":"GetXStateFeaturesMask","features":[1,32,8]},{"name":"HAL1_INITIALIZATION_FAILED","features":[32]},{"name":"HAL_BLOCKED_PROCESSOR_INTERNAL_ERROR","features":[32]},{"name":"HAL_ILLEGAL_IOMMU_PAGE_FAULT","features":[32]},{"name":"HAL_INITIALIZATION_FAILED","features":[32]},{"name":"HAL_IOMMU_INTERNAL_ERROR","features":[32]},{"name":"HAL_MEMORY_ALLOCATION","features":[32]},{"name":"HANDLE_ERROR_ON_CRITICAL_THREAD","features":[32]},{"name":"HANDLE_LIVE_DUMP","features":[32]},{"name":"HARDWARE_INTERRUPT_STORM","features":[32]},{"name":"HARDWARE_PROFILE_DOCKED_STRING","features":[32]},{"name":"HARDWARE_PROFILE_UNDOCKED_STRING","features":[32]},{"name":"HARDWARE_PROFILE_UNKNOWN_STRING","features":[32]},{"name":"HARDWARE_WATCHDOG_TIMEOUT","features":[32]},{"name":"HTTP_DRIVER_CORRUPTED","features":[32]},{"name":"HYPERGUARD_INITIALIZATION_FAILURE","features":[32]},{"name":"HYPERGUARD_VIOLATION","features":[32]},{"name":"HYPERVISOR_ERROR","features":[32]},{"name":"HandleDataStream","features":[32]},{"name":"HandleOperationListStream","features":[32]},{"name":"IDebugExtendedProperty","features":[32]},{"name":"IDebugProperty","features":[32]},{"name":"IDebugPropertyEnumType_All","features":[32]},{"name":"IDebugPropertyEnumType_Arguments","features":[32]},{"name":"IDebugPropertyEnumType_Locals","features":[32]},{"name":"IDebugPropertyEnumType_LocalsPlusArgs","features":[32]},{"name":"IDebugPropertyEnumType_Registers","features":[32]},{"name":"IEnumDebugExtendedPropertyInfo","features":[32]},{"name":"IEnumDebugPropertyInfo","features":[32]},{"name":"ILLEGAL_ATS_INITIALIZATION","features":[32]},{"name":"ILLEGAL_IOMMU_PAGE_FAULT","features":[32]},{"name":"IMAGEHLP_CBA_EVENT","features":[32]},{"name":"IMAGEHLP_CBA_EVENTW","features":[32]},{"name":"IMAGEHLP_CBA_EVENT_SEVERITY","features":[32]},{"name":"IMAGEHLP_CBA_READ_MEMORY","features":[32]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOAD","features":[1,32]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOAD64","features":[1,32]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOADW64","features":[1,32]},{"name":"IMAGEHLP_DUPLICATE_SYMBOL","features":[32]},{"name":"IMAGEHLP_DUPLICATE_SYMBOL64","features":[32]},{"name":"IMAGEHLP_EXTENDED_OPTIONS","features":[32]},{"name":"IMAGEHLP_GET_TYPE_INFO_CHILDREN","features":[32]},{"name":"IMAGEHLP_GET_TYPE_INFO_FLAGS","features":[32]},{"name":"IMAGEHLP_GET_TYPE_INFO_PARAMS","features":[32]},{"name":"IMAGEHLP_GET_TYPE_INFO_UNCACHED","features":[32]},{"name":"IMAGEHLP_HD_TYPE","features":[32]},{"name":"IMAGEHLP_JIT_SYMBOLMAP","features":[32]},{"name":"IMAGEHLP_LINE","features":[32]},{"name":"IMAGEHLP_LINE64","features":[32]},{"name":"IMAGEHLP_LINEW","features":[32]},{"name":"IMAGEHLP_LINEW64","features":[32]},{"name":"IMAGEHLP_MODULE","features":[32]},{"name":"IMAGEHLP_MODULE64","features":[1,32]},{"name":"IMAGEHLP_MODULE64_EX","features":[1,32]},{"name":"IMAGEHLP_MODULEW","features":[32]},{"name":"IMAGEHLP_MODULEW64","features":[1,32]},{"name":"IMAGEHLP_MODULEW64_EX","features":[1,32]},{"name":"IMAGEHLP_MODULE_REGION_ADDITIONAL","features":[32]},{"name":"IMAGEHLP_MODULE_REGION_ALL","features":[32]},{"name":"IMAGEHLP_MODULE_REGION_DLLBASE","features":[32]},{"name":"IMAGEHLP_MODULE_REGION_DLLRANGE","features":[32]},{"name":"IMAGEHLP_MODULE_REGION_JIT","features":[32]},{"name":"IMAGEHLP_RMAP_BIG_ENDIAN","features":[32]},{"name":"IMAGEHLP_RMAP_FIXUP_ARM64X","features":[32]},{"name":"IMAGEHLP_RMAP_FIXUP_IMAGEBASE","features":[32]},{"name":"IMAGEHLP_RMAP_IGNORE_MISCOMPARE","features":[32]},{"name":"IMAGEHLP_RMAP_LOAD_RW_DATA_SECTIONS","features":[32]},{"name":"IMAGEHLP_RMAP_MAPPED_FLAT","features":[32]},{"name":"IMAGEHLP_RMAP_OMIT_SHARED_RW_DATA_SECTIONS","features":[32]},{"name":"IMAGEHLP_SF_TYPE","features":[32]},{"name":"IMAGEHLP_STACK_FRAME","features":[1,32]},{"name":"IMAGEHLP_STATUS_REASON","features":[32]},{"name":"IMAGEHLP_SYMBOL","features":[32]},{"name":"IMAGEHLP_SYMBOL64","features":[32]},{"name":"IMAGEHLP_SYMBOL64_PACKAGE","features":[32]},{"name":"IMAGEHLP_SYMBOLW","features":[32]},{"name":"IMAGEHLP_SYMBOLW64","features":[32]},{"name":"IMAGEHLP_SYMBOLW64_PACKAGE","features":[32]},{"name":"IMAGEHLP_SYMBOLW_PACKAGE","features":[32]},{"name":"IMAGEHLP_SYMBOL_FUNCTION","features":[32]},{"name":"IMAGEHLP_SYMBOL_INFO_CONSTANT","features":[32]},{"name":"IMAGEHLP_SYMBOL_INFO_FRAMERELATIVE","features":[32]},{"name":"IMAGEHLP_SYMBOL_INFO_LOCAL","features":[32]},{"name":"IMAGEHLP_SYMBOL_INFO_PARAMETER","features":[32]},{"name":"IMAGEHLP_SYMBOL_INFO_REGISTER","features":[32]},{"name":"IMAGEHLP_SYMBOL_INFO_REGRELATIVE","features":[32]},{"name":"IMAGEHLP_SYMBOL_INFO_TLSRELATIVE","features":[32]},{"name":"IMAGEHLP_SYMBOL_INFO_VALUEPRESENT","features":[32]},{"name":"IMAGEHLP_SYMBOL_PACKAGE","features":[32]},{"name":"IMAGEHLP_SYMBOL_SRC","features":[32]},{"name":"IMAGEHLP_SYMBOL_THUNK","features":[32]},{"name":"IMAGEHLP_SYMBOL_TYPE_INFO","features":[32]},{"name":"IMAGEHLP_SYMBOL_TYPE_INFO_MAX","features":[32]},{"name":"IMAGEHLP_SYMBOL_VIRTUAL","features":[32]},{"name":"IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY","features":[32]},{"name":"IMAGE_COFF_SYMBOLS_HEADER","features":[32]},{"name":"IMAGE_COR20_HEADER","features":[32]},{"name":"IMAGE_DATA_DIRECTORY","features":[32]},{"name":"IMAGE_DEBUG_DIRECTORY","features":[32]},{"name":"IMAGE_DEBUG_INFORMATION","features":[1,32,8]},{"name":"IMAGE_DEBUG_TYPE","features":[32]},{"name":"IMAGE_DEBUG_TYPE_BORLAND","features":[32]},{"name":"IMAGE_DEBUG_TYPE_CODEVIEW","features":[32]},{"name":"IMAGE_DEBUG_TYPE_COFF","features":[32]},{"name":"IMAGE_DEBUG_TYPE_EXCEPTION","features":[32]},{"name":"IMAGE_DEBUG_TYPE_FIXUP","features":[32]},{"name":"IMAGE_DEBUG_TYPE_FPO","features":[32]},{"name":"IMAGE_DEBUG_TYPE_MISC","features":[32]},{"name":"IMAGE_DEBUG_TYPE_UNKNOWN","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_BASERELOC","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_DEBUG","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_EXCEPTION","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_EXPORT","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_GLOBALPTR","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_IAT","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_IMPORT","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_RESOURCE","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_SECURITY","features":[32]},{"name":"IMAGE_DIRECTORY_ENTRY_TLS","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_APPCONTAINER","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT_STRICT_MODE","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_DYNAMIC_APIS_ALLOW_IN_PROC","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_RESERVED_1","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_RESERVED_2","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_SET_CONTEXT_IP_VALIDATION_RELAXED_MODE","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_GUARD_CF","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_BIND","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_SEH","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_NX_COMPAT","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE","features":[32]},{"name":"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER","features":[32]},{"name":"IMAGE_DLL_CHARACTERISTICS","features":[32]},{"name":"IMAGE_FILE_32BIT_MACHINE","features":[32]},{"name":"IMAGE_FILE_32BIT_MACHINE2","features":[32]},{"name":"IMAGE_FILE_AGGRESIVE_WS_TRIM","features":[32]},{"name":"IMAGE_FILE_AGGRESIVE_WS_TRIM2","features":[32]},{"name":"IMAGE_FILE_BYTES_REVERSED_HI","features":[32]},{"name":"IMAGE_FILE_BYTES_REVERSED_HI_2","features":[32]},{"name":"IMAGE_FILE_BYTES_REVERSED_LO","features":[32]},{"name":"IMAGE_FILE_BYTES_REVERSED_LO2","features":[32]},{"name":"IMAGE_FILE_CHARACTERISTICS","features":[32]},{"name":"IMAGE_FILE_CHARACTERISTICS2","features":[32]},{"name":"IMAGE_FILE_DEBUG_STRIPPED","features":[32]},{"name":"IMAGE_FILE_DEBUG_STRIPPED2","features":[32]},{"name":"IMAGE_FILE_DLL","features":[32]},{"name":"IMAGE_FILE_DLL_2","features":[32]},{"name":"IMAGE_FILE_EXECUTABLE_IMAGE","features":[32]},{"name":"IMAGE_FILE_EXECUTABLE_IMAGE2","features":[32]},{"name":"IMAGE_FILE_HEADER","features":[32,34]},{"name":"IMAGE_FILE_LARGE_ADDRESS_AWARE","features":[32]},{"name":"IMAGE_FILE_LARGE_ADDRESS_AWARE2","features":[32]},{"name":"IMAGE_FILE_LINE_NUMS_STRIPPED","features":[32]},{"name":"IMAGE_FILE_LINE_NUMS_STRIPPED2","features":[32]},{"name":"IMAGE_FILE_LOCAL_SYMS_STRIPPED","features":[32]},{"name":"IMAGE_FILE_LOCAL_SYMS_STRIPPED2","features":[32]},{"name":"IMAGE_FILE_NET_RUN_FROM_SWAP","features":[32]},{"name":"IMAGE_FILE_NET_RUN_FROM_SWAP2","features":[32]},{"name":"IMAGE_FILE_RELOCS_STRIPPED","features":[32]},{"name":"IMAGE_FILE_RELOCS_STRIPPED2","features":[32]},{"name":"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP","features":[32]},{"name":"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP2","features":[32]},{"name":"IMAGE_FILE_SYSTEM","features":[32]},{"name":"IMAGE_FILE_SYSTEM_2","features":[32]},{"name":"IMAGE_FILE_UP_SYSTEM_ONLY","features":[32]},{"name":"IMAGE_FILE_UP_SYSTEM_ONLY_2","features":[32]},{"name":"IMAGE_FUNCTION_ENTRY","features":[32]},{"name":"IMAGE_FUNCTION_ENTRY64","features":[32]},{"name":"IMAGE_LOAD_CONFIG_CODE_INTEGRITY","features":[32]},{"name":"IMAGE_LOAD_CONFIG_DIRECTORY32","features":[32]},{"name":"IMAGE_LOAD_CONFIG_DIRECTORY64","features":[32]},{"name":"IMAGE_NT_HEADERS32","features":[32,34]},{"name":"IMAGE_NT_HEADERS64","features":[32,34]},{"name":"IMAGE_NT_OPTIONAL_HDR32_MAGIC","features":[32]},{"name":"IMAGE_NT_OPTIONAL_HDR64_MAGIC","features":[32]},{"name":"IMAGE_NT_OPTIONAL_HDR_MAGIC","features":[32]},{"name":"IMAGE_OPTIONAL_HEADER32","features":[32]},{"name":"IMAGE_OPTIONAL_HEADER64","features":[32]},{"name":"IMAGE_OPTIONAL_HEADER_MAGIC","features":[32]},{"name":"IMAGE_ROM_HEADERS","features":[32,34]},{"name":"IMAGE_ROM_OPTIONAL_HDR_MAGIC","features":[32]},{"name":"IMAGE_ROM_OPTIONAL_HEADER","features":[32]},{"name":"IMAGE_RUNTIME_FUNCTION_ENTRY","features":[32]},{"name":"IMAGE_SCN_ALIGN_1024BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_128BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_16BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_1BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_2048BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_256BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_2BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_32BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_4096BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_4BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_512BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_64BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_8192BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_8BYTES","features":[32]},{"name":"IMAGE_SCN_ALIGN_MASK","features":[32]},{"name":"IMAGE_SCN_CNT_CODE","features":[32]},{"name":"IMAGE_SCN_CNT_INITIALIZED_DATA","features":[32]},{"name":"IMAGE_SCN_CNT_UNINITIALIZED_DATA","features":[32]},{"name":"IMAGE_SCN_GPREL","features":[32]},{"name":"IMAGE_SCN_LNK_COMDAT","features":[32]},{"name":"IMAGE_SCN_LNK_INFO","features":[32]},{"name":"IMAGE_SCN_LNK_NRELOC_OVFL","features":[32]},{"name":"IMAGE_SCN_LNK_OTHER","features":[32]},{"name":"IMAGE_SCN_LNK_REMOVE","features":[32]},{"name":"IMAGE_SCN_MEM_16BIT","features":[32]},{"name":"IMAGE_SCN_MEM_DISCARDABLE","features":[32]},{"name":"IMAGE_SCN_MEM_EXECUTE","features":[32]},{"name":"IMAGE_SCN_MEM_FARDATA","features":[32]},{"name":"IMAGE_SCN_MEM_LOCKED","features":[32]},{"name":"IMAGE_SCN_MEM_NOT_CACHED","features":[32]},{"name":"IMAGE_SCN_MEM_NOT_PAGED","features":[32]},{"name":"IMAGE_SCN_MEM_PRELOAD","features":[32]},{"name":"IMAGE_SCN_MEM_PURGEABLE","features":[32]},{"name":"IMAGE_SCN_MEM_READ","features":[32]},{"name":"IMAGE_SCN_MEM_SHARED","features":[32]},{"name":"IMAGE_SCN_MEM_WRITE","features":[32]},{"name":"IMAGE_SCN_NO_DEFER_SPEC_EXC","features":[32]},{"name":"IMAGE_SCN_SCALE_INDEX","features":[32]},{"name":"IMAGE_SCN_TYPE_NO_PAD","features":[32]},{"name":"IMAGE_SECTION_CHARACTERISTICS","features":[32]},{"name":"IMAGE_SECTION_HEADER","features":[32]},{"name":"IMAGE_SUBSYSTEM","features":[32]},{"name":"IMAGE_SUBSYSTEM_EFI_APPLICATION","features":[32]},{"name":"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER","features":[32]},{"name":"IMAGE_SUBSYSTEM_EFI_ROM","features":[32]},{"name":"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER","features":[32]},{"name":"IMAGE_SUBSYSTEM_NATIVE","features":[32]},{"name":"IMAGE_SUBSYSTEM_NATIVE_WINDOWS","features":[32]},{"name":"IMAGE_SUBSYSTEM_OS2_CUI","features":[32]},{"name":"IMAGE_SUBSYSTEM_POSIX_CUI","features":[32]},{"name":"IMAGE_SUBSYSTEM_UNKNOWN","features":[32]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION","features":[32]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI","features":[32]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_CUI","features":[32]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_GUI","features":[32]},{"name":"IMAGE_SUBSYSTEM_XBOX","features":[32]},{"name":"IMAGE_SUBSYSTEM_XBOX_CODE_CATALOG","features":[32]},{"name":"IMPERSONATING_WORKER_THREAD","features":[32]},{"name":"INACCESSIBLE_BOOT_DEVICE","features":[32]},{"name":"INCONSISTENT_IRP","features":[32]},{"name":"INLINE_FRAME_CONTEXT_IGNORE","features":[32]},{"name":"INLINE_FRAME_CONTEXT_INIT","features":[32]},{"name":"INSTALL_MORE_MEMORY","features":[32]},{"name":"INSTRUCTION_BUS_ERROR","features":[32]},{"name":"INSTRUCTION_COHERENCY_EXCEPTION","features":[32]},{"name":"INSUFFICIENT_SYSTEM_MAP_REGS","features":[32]},{"name":"INTERFACESAFE_FOR_UNTRUSTED_CALLER","features":[32]},{"name":"INTERFACESAFE_FOR_UNTRUSTED_DATA","features":[32]},{"name":"INTERFACE_USES_DISPEX","features":[32]},{"name":"INTERFACE_USES_SECURITY_MANAGER","features":[32]},{"name":"INTERNAL_POWER_ERROR","features":[32]},{"name":"INTERRUPT_EXCEPTION_NOT_HANDLED","features":[32]},{"name":"INTERRUPT_UNWIND_ATTEMPTED","features":[32]},{"name":"INVALID_AFFINITY_SET","features":[32]},{"name":"INVALID_ALTERNATE_SYSTEM_CALL_HANDLER_REGISTRATION","features":[32]},{"name":"INVALID_CALLBACK_STACK_ADDRESS","features":[32]},{"name":"INVALID_CANCEL_OF_FILE_OPEN","features":[32]},{"name":"INVALID_DATA_ACCESS_TRAP","features":[32]},{"name":"INVALID_DRIVER_HANDLE","features":[32]},{"name":"INVALID_EXTENDED_PROCESSOR_STATE","features":[32]},{"name":"INVALID_FLOATING_POINT_STATE","features":[32]},{"name":"INVALID_HIBERNATED_STATE","features":[32]},{"name":"INVALID_IO_BOOST_STATE","features":[32]},{"name":"INVALID_KERNEL_HANDLE","features":[32]},{"name":"INVALID_KERNEL_STACK_ADDRESS","features":[32]},{"name":"INVALID_MDL_RANGE","features":[32]},{"name":"INVALID_PROCESS_ATTACH_ATTEMPT","features":[32]},{"name":"INVALID_PROCESS_DETACH_ATTEMPT","features":[32]},{"name":"INVALID_PUSH_LOCK_FLAGS","features":[32]},{"name":"INVALID_REGION_OR_SEGMENT","features":[32]},{"name":"INVALID_RUNDOWN_PROTECTION_FLAGS","features":[32]},{"name":"INVALID_SILO_DETACH","features":[32]},{"name":"INVALID_SLOT_ALLOCATOR_FLAGS","features":[32]},{"name":"INVALID_SOFTWARE_INTERRUPT","features":[32]},{"name":"INVALID_THREAD_AFFINITY_STATE","features":[32]},{"name":"INVALID_WORK_QUEUE_ITEM","features":[32]},{"name":"IO1_INITIALIZATION_FAILED","features":[32]},{"name":"IOCTL_IPMI_INTERNAL_RECORD_SEL_EVENT","features":[32]},{"name":"IORING","features":[32]},{"name":"IO_OBJECT_INVALID","features":[32]},{"name":"IO_THREADPOOL_DEADLOCK_LIVEDUMP","features":[32]},{"name":"IObjectSafety","features":[32]},{"name":"IPI_WATCHDOG_TIMEOUT","features":[32]},{"name":"IPMI_IOCTL_INDEX","features":[32]},{"name":"IPMI_OS_SEL_RECORD","features":[32]},{"name":"IPMI_OS_SEL_RECORD_MASK","features":[32]},{"name":"IPMI_OS_SEL_RECORD_TYPE","features":[32]},{"name":"IPMI_OS_SEL_RECORD_VERSION","features":[32]},{"name":"IPMI_OS_SEL_RECORD_VERSION_1","features":[32]},{"name":"IPerPropertyBrowsing2","features":[32]},{"name":"IRQL_GT_ZERO_AT_SYSTEM_SERVICE","features":[32]},{"name":"IRQL_NOT_DISPATCH_LEVEL","features":[32]},{"name":"IRQL_NOT_GREATER_OR_EQUAL","features":[32]},{"name":"IRQL_NOT_LESS_OR_EQUAL","features":[32]},{"name":"IRQL_UNEXPECTED_VALUE","features":[32]},{"name":"ImageAddCertificate","features":[1,133,32]},{"name":"ImageDirectoryEntryToData","features":[1,32]},{"name":"ImageDirectoryEntryToDataEx","features":[1,32]},{"name":"ImageEnumerateCertificates","features":[1,32]},{"name":"ImageGetCertificateData","features":[1,133,32]},{"name":"ImageGetCertificateHeader","features":[1,133,32]},{"name":"ImageGetDigestStream","features":[1,32]},{"name":"ImageLoad","features":[1,32,8,34]},{"name":"ImageNtHeader","features":[32,34]},{"name":"ImageNtHeader","features":[32,34]},{"name":"ImageRemoveCertificate","features":[1,32]},{"name":"ImageRvaToSection","features":[32,34]},{"name":"ImageRvaToSection","features":[32,34]},{"name":"ImageRvaToVa","features":[32,34]},{"name":"ImageRvaToVa","features":[32,34]},{"name":"ImageUnload","features":[1,32,8,34]},{"name":"ImagehlpApiVersion","features":[32]},{"name":"ImagehlpApiVersionEx","features":[32]},{"name":"IncludeModuleCallback","features":[32]},{"name":"IncludeThreadCallback","features":[32]},{"name":"IncludeVmRegionCallback","features":[32]},{"name":"InitializeContext","features":[1,32,8]},{"name":"InitializeContext2","features":[1,32,8]},{"name":"IoFinishCallback","features":[32]},{"name":"IoStartCallback","features":[32]},{"name":"IoWriteAllCallback","features":[32]},{"name":"IpmiOsSelRecordTypeBugcheckData","features":[32]},{"name":"IpmiOsSelRecordTypeBugcheckRecovery","features":[32]},{"name":"IpmiOsSelRecordTypeDriver","features":[32]},{"name":"IpmiOsSelRecordTypeMax","features":[32]},{"name":"IpmiOsSelRecordTypeOther","features":[32]},{"name":"IpmiOsSelRecordTypeRaw","features":[32]},{"name":"IpmiOsSelRecordTypeWhea","features":[32]},{"name":"IpmiOsSelRecordTypeWheaErrorNmi","features":[32]},{"name":"IpmiOsSelRecordTypeWheaErrorOther","features":[32]},{"name":"IpmiOsSelRecordTypeWheaErrorPci","features":[32]},{"name":"IpmiOsSelRecordTypeWheaErrorXpfMca","features":[32]},{"name":"IptTraceStream","features":[32]},{"name":"IsDebuggerPresent","features":[1,32]},{"name":"IsProcessSnapshotCallback","features":[32]},{"name":"JavaScriptDataStream","features":[32]},{"name":"KASAN_ENLIGHTENMENT_VIOLATION","features":[32]},{"name":"KASAN_ILLEGAL_ACCESS","features":[32]},{"name":"KDHELP","features":[32]},{"name":"KDHELP64","features":[32]},{"name":"KERNEL_APC_PENDING_DURING_EXIT","features":[32]},{"name":"KERNEL_AUTO_BOOST_INVALID_LOCK_RELEASE","features":[32]},{"name":"KERNEL_AUTO_BOOST_LOCK_ACQUISITION_WITH_RAISED_IRQL","features":[32]},{"name":"KERNEL_CFG_INIT_FAILURE","features":[32]},{"name":"KERNEL_DATA_INPAGE_ERROR","features":[32]},{"name":"KERNEL_EXPAND_STACK_ACTIVE","features":[32]},{"name":"KERNEL_LOCK_ENTRY_LEAKED_ON_THREAD_TERMINATION","features":[32]},{"name":"KERNEL_MODE_EXCEPTION_NOT_HANDLED","features":[32]},{"name":"KERNEL_MODE_EXCEPTION_NOT_HANDLED_M","features":[32]},{"name":"KERNEL_MODE_HEAP_CORRUPTION","features":[32]},{"name":"KERNEL_PARTITION_REFERENCE_VIOLATION","features":[32]},{"name":"KERNEL_SECURITY_CHECK_FAILURE","features":[32]},{"name":"KERNEL_STACK_INPAGE_ERROR","features":[32]},{"name":"KERNEL_STACK_LOCKED_AT_EXIT","features":[32]},{"name":"KERNEL_STORAGE_SLOT_IN_USE","features":[32]},{"name":"KERNEL_THREAD_PRIORITY_FLOOR_VIOLATION","features":[32]},{"name":"KERNEL_WMI_INTERNAL","features":[32]},{"name":"KMODE_EXCEPTION_NOT_HANDLED","features":[32]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[32]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[32]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[32]},{"name":"KernelMinidumpStatusCallback","features":[32]},{"name":"LAST_CHANCE_CALLED_FROM_KMODE","features":[32]},{"name":"LDT_ENTRY","features":[32]},{"name":"LIVE_SYSTEM_DUMP","features":[32]},{"name":"LM_SERVER_INTERNAL_ERROR","features":[32]},{"name":"LOADED_IMAGE","features":[1,32,8,34]},{"name":"LOADED_IMAGE","features":[1,32,8,34]},{"name":"LOADER_BLOCK_MISMATCH","features":[32]},{"name":"LOADER_ROLLBACK_DETECTED","features":[32]},{"name":"LOAD_DLL_DEBUG_EVENT","features":[32]},{"name":"LOAD_DLL_DEBUG_INFO","features":[1,32]},{"name":"LOCKED_PAGES_TRACKER_CORRUPTION","features":[32]},{"name":"LPCALL_BACK_USER_INTERRUPT_ROUTINE","features":[32]},{"name":"LPC_INITIALIZATION_FAILED","features":[32]},{"name":"LPTOP_LEVEL_EXCEPTION_FILTER","features":[1,32,8]},{"name":"LastReservedStream","features":[32]},{"name":"LocateXStateFeature","features":[32,8]},{"name":"M128A","features":[32]},{"name":"MACHINE_CHECK_EXCEPTION","features":[32]},{"name":"MAILSLOT_FILE_SYSTEM","features":[32]},{"name":"MANUALLY_INITIATED_BLACKSCREEN_HOTKEY_LIVE_DUMP","features":[32]},{"name":"MANUALLY_INITIATED_CRASH","features":[32]},{"name":"MANUALLY_INITIATED_CRASH1","features":[32]},{"name":"MANUALLY_INITIATED_POWER_BUTTON_HOLD","features":[32]},{"name":"MANUALLY_INITIATED_POWER_BUTTON_HOLD_LIVE_DUMP","features":[32]},{"name":"MAXIMUM_WAIT_OBJECTS_EXCEEDED","features":[32]},{"name":"MAX_SYM_NAME","features":[32]},{"name":"MBR_CHECKSUM_MISMATCH","features":[32]},{"name":"MDL_CACHE","features":[32]},{"name":"MEMORY1_INITIALIZATION_FAILED","features":[32]},{"name":"MEMORY_IMAGE_CORRUPT","features":[32]},{"name":"MEMORY_MANAGEMENT","features":[32]},{"name":"MICROCODE_REVISION_MISMATCH","features":[32]},{"name":"MINIDUMP_CALLBACK_INFORMATION","features":[1,22,32,8,21]},{"name":"MINIDUMP_CALLBACK_INFORMATION","features":[1,22,32,8,21]},{"name":"MINIDUMP_CALLBACK_INPUT","features":[1,22,32,8]},{"name":"MINIDUMP_CALLBACK_OUTPUT","features":[1,32,21]},{"name":"MINIDUMP_CALLBACK_ROUTINE","features":[1,22,32,8,21]},{"name":"MINIDUMP_CALLBACK_TYPE","features":[32]},{"name":"MINIDUMP_DIRECTORY","features":[32]},{"name":"MINIDUMP_EXCEPTION","features":[32]},{"name":"MINIDUMP_EXCEPTION_INFORMATION","features":[1,32,8]},{"name":"MINIDUMP_EXCEPTION_INFORMATION","features":[1,32,8]},{"name":"MINIDUMP_EXCEPTION_INFORMATION64","features":[1,32]},{"name":"MINIDUMP_EXCEPTION_STREAM","features":[32]},{"name":"MINIDUMP_FUNCTION_TABLE_DESCRIPTOR","features":[32]},{"name":"MINIDUMP_FUNCTION_TABLE_STREAM","features":[32]},{"name":"MINIDUMP_HANDLE_DATA_STREAM","features":[32]},{"name":"MINIDUMP_HANDLE_DESCRIPTOR","features":[32]},{"name":"MINIDUMP_HANDLE_DESCRIPTOR_2","features":[32]},{"name":"MINIDUMP_HANDLE_OBJECT_INFORMATION","features":[32]},{"name":"MINIDUMP_HANDLE_OBJECT_INFORMATION_TYPE","features":[32]},{"name":"MINIDUMP_HANDLE_OPERATION_LIST","features":[32]},{"name":"MINIDUMP_HEADER","features":[32]},{"name":"MINIDUMP_INCLUDE_MODULE_CALLBACK","features":[32]},{"name":"MINIDUMP_INCLUDE_THREAD_CALLBACK","features":[32]},{"name":"MINIDUMP_IO_CALLBACK","features":[1,32]},{"name":"MINIDUMP_LOCATION_DESCRIPTOR","features":[32]},{"name":"MINIDUMP_LOCATION_DESCRIPTOR64","features":[32]},{"name":"MINIDUMP_MEMORY64_LIST","features":[32]},{"name":"MINIDUMP_MEMORY_DESCRIPTOR","features":[32]},{"name":"MINIDUMP_MEMORY_DESCRIPTOR64","features":[32]},{"name":"MINIDUMP_MEMORY_INFO","features":[32,21]},{"name":"MINIDUMP_MEMORY_INFO_LIST","features":[32]},{"name":"MINIDUMP_MEMORY_LIST","features":[32]},{"name":"MINIDUMP_MISC1_PROCESSOR_POWER_INFO","features":[32]},{"name":"MINIDUMP_MISC1_PROCESS_ID","features":[32]},{"name":"MINIDUMP_MISC1_PROCESS_TIMES","features":[32]},{"name":"MINIDUMP_MISC3_PROCESS_EXECUTE_FLAGS","features":[32]},{"name":"MINIDUMP_MISC3_PROCESS_INTEGRITY","features":[32]},{"name":"MINIDUMP_MISC3_PROTECTED_PROCESS","features":[32]},{"name":"MINIDUMP_MISC3_TIMEZONE","features":[32]},{"name":"MINIDUMP_MISC4_BUILDSTRING","features":[32]},{"name":"MINIDUMP_MISC5_PROCESS_COOKIE","features":[32]},{"name":"MINIDUMP_MISC_INFO","features":[32]},{"name":"MINIDUMP_MISC_INFO_2","features":[32]},{"name":"MINIDUMP_MISC_INFO_3","features":[1,32,171]},{"name":"MINIDUMP_MISC_INFO_4","features":[1,32,171]},{"name":"MINIDUMP_MISC_INFO_5","features":[1,32,171]},{"name":"MINIDUMP_MISC_INFO_FLAGS","features":[32]},{"name":"MINIDUMP_MODULE","features":[22,32]},{"name":"MINIDUMP_MODULE_CALLBACK","features":[22,32]},{"name":"MINIDUMP_MODULE_LIST","features":[22,32]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS","features":[32]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_1","features":[32]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_2","features":[32]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_EX","features":[32]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_EX2","features":[32]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_JOB","features":[32]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_VIRTUALSIZE","features":[32]},{"name":"MINIDUMP_READ_MEMORY_FAILURE_CALLBACK","features":[32]},{"name":"MINIDUMP_SECONDARY_FLAGS","features":[32]},{"name":"MINIDUMP_STREAM_TYPE","features":[32]},{"name":"MINIDUMP_STRING","features":[32]},{"name":"MINIDUMP_SYSMEMINFO1_BASICPERF","features":[32]},{"name":"MINIDUMP_SYSMEMINFO1_FILECACHE_TRANSITIONREPURPOSECOUNT_FLAGS","features":[32]},{"name":"MINIDUMP_SYSMEMINFO1_PERF_CCTOTALDIRTYPAGES_CCDIRTYPAGETHRESHOLD","features":[32]},{"name":"MINIDUMP_SYSMEMINFO1_PERF_RESIDENTAVAILABLEPAGES_SHAREDCOMMITPAGES","features":[32]},{"name":"MINIDUMP_SYSTEM_BASIC_INFORMATION","features":[32]},{"name":"MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION","features":[32]},{"name":"MINIDUMP_SYSTEM_FILECACHE_INFORMATION","features":[32]},{"name":"MINIDUMP_SYSTEM_INFO","features":[32,34]},{"name":"MINIDUMP_SYSTEM_MEMORY_INFO_1","features":[32]},{"name":"MINIDUMP_SYSTEM_PERFORMANCE_INFORMATION","features":[32]},{"name":"MINIDUMP_THREAD","features":[32]},{"name":"MINIDUMP_THREAD_CALLBACK","features":[1,32,8]},{"name":"MINIDUMP_THREAD_CALLBACK","features":[1,32,8]},{"name":"MINIDUMP_THREAD_EX","features":[32]},{"name":"MINIDUMP_THREAD_EX_CALLBACK","features":[1,32,8]},{"name":"MINIDUMP_THREAD_EX_CALLBACK","features":[1,32,8]},{"name":"MINIDUMP_THREAD_EX_LIST","features":[32]},{"name":"MINIDUMP_THREAD_INFO","features":[32]},{"name":"MINIDUMP_THREAD_INFO_DUMP_FLAGS","features":[32]},{"name":"MINIDUMP_THREAD_INFO_ERROR_THREAD","features":[32]},{"name":"MINIDUMP_THREAD_INFO_EXITED_THREAD","features":[32]},{"name":"MINIDUMP_THREAD_INFO_INVALID_CONTEXT","features":[32]},{"name":"MINIDUMP_THREAD_INFO_INVALID_INFO","features":[32]},{"name":"MINIDUMP_THREAD_INFO_INVALID_TEB","features":[32]},{"name":"MINIDUMP_THREAD_INFO_LIST","features":[32]},{"name":"MINIDUMP_THREAD_INFO_WRITING_THREAD","features":[32]},{"name":"MINIDUMP_THREAD_LIST","features":[32]},{"name":"MINIDUMP_THREAD_NAME","features":[32]},{"name":"MINIDUMP_THREAD_NAME_LIST","features":[32]},{"name":"MINIDUMP_TOKEN_INFO_HEADER","features":[32]},{"name":"MINIDUMP_TOKEN_INFO_LIST","features":[32]},{"name":"MINIDUMP_TYPE","features":[32]},{"name":"MINIDUMP_UNLOADED_MODULE","features":[32]},{"name":"MINIDUMP_UNLOADED_MODULE_LIST","features":[32]},{"name":"MINIDUMP_USER_RECORD","features":[32]},{"name":"MINIDUMP_USER_STREAM","features":[32]},{"name":"MINIDUMP_USER_STREAM","features":[32]},{"name":"MINIDUMP_USER_STREAM_INFORMATION","features":[32]},{"name":"MINIDUMP_USER_STREAM_INFORMATION","features":[32]},{"name":"MINIDUMP_VERSION","features":[32]},{"name":"MINIDUMP_VM_POST_READ_CALLBACK","features":[32]},{"name":"MINIDUMP_VM_PRE_READ_CALLBACK","features":[32]},{"name":"MINIDUMP_VM_QUERY_CALLBACK","features":[32]},{"name":"MISALIGNED_POINTER_PARAMETER","features":[32]},{"name":"MISMATCHED_HAL","features":[32]},{"name":"MODLOAD_CVMISC","features":[32]},{"name":"MODLOAD_DATA","features":[32]},{"name":"MODLOAD_DATA_TYPE","features":[32]},{"name":"MODLOAD_PDBGUID_PDBAGE","features":[32]},{"name":"MODULE_TYPE_INFO","features":[32]},{"name":"MODULE_WRITE_FLAGS","features":[32]},{"name":"MPSDRV_QUERY_USER","features":[32]},{"name":"MSRPC_STATE_VIOLATION","features":[32]},{"name":"MSSECCORE_ASSERTION_FAILURE","features":[32]},{"name":"MUI_NO_VALID_SYSTEM_LANGUAGE","features":[32]},{"name":"MULTIPLE_IRP_COMPLETE_REQUESTS","features":[32]},{"name":"MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED","features":[32]},{"name":"MUP_FILE_SYSTEM","features":[32]},{"name":"MUST_SUCCEED_POOL_EMPTY","features":[32]},{"name":"MUTEX_ALREADY_OWNED","features":[32]},{"name":"MUTEX_LEVEL_NUMBER_VIOLATION","features":[32]},{"name":"MakeSureDirectoryPathExists","features":[1,32]},{"name":"MapAndLoad","features":[1,32,8,34]},{"name":"MapFileAndCheckSumA","features":[32]},{"name":"MapFileAndCheckSumW","features":[32]},{"name":"Memory64ListStream","features":[32]},{"name":"MemoryCallback","features":[32]},{"name":"MemoryInfoListStream","features":[32]},{"name":"MemoryListStream","features":[32]},{"name":"MessageBeep","features":[1,32,55]},{"name":"MiniDumpFilterMemory","features":[32]},{"name":"MiniDumpFilterModulePaths","features":[32]},{"name":"MiniDumpFilterTriage","features":[32]},{"name":"MiniDumpFilterWriteCombinedMemory","features":[32]},{"name":"MiniDumpIgnoreInaccessibleMemory","features":[32]},{"name":"MiniDumpNormal","features":[32]},{"name":"MiniDumpReadDumpStream","features":[1,32]},{"name":"MiniDumpScanInaccessiblePartialPages","features":[32]},{"name":"MiniDumpScanMemory","features":[32]},{"name":"MiniDumpValidTypeFlags","features":[32]},{"name":"MiniDumpWithAvxXStateContext","features":[32]},{"name":"MiniDumpWithCodeSegs","features":[32]},{"name":"MiniDumpWithDataSegs","features":[32]},{"name":"MiniDumpWithFullAuxiliaryState","features":[32]},{"name":"MiniDumpWithFullMemory","features":[32]},{"name":"MiniDumpWithFullMemoryInfo","features":[32]},{"name":"MiniDumpWithHandleData","features":[32]},{"name":"MiniDumpWithIndirectlyReferencedMemory","features":[32]},{"name":"MiniDumpWithIptTrace","features":[32]},{"name":"MiniDumpWithModuleHeaders","features":[32]},{"name":"MiniDumpWithPrivateReadWriteMemory","features":[32]},{"name":"MiniDumpWithPrivateWriteCopyMemory","features":[32]},{"name":"MiniDumpWithProcessThreadData","features":[32]},{"name":"MiniDumpWithThreadInfo","features":[32]},{"name":"MiniDumpWithTokenInformation","features":[32]},{"name":"MiniDumpWithUnloadedModules","features":[32]},{"name":"MiniDumpWithoutAuxiliaryState","features":[32]},{"name":"MiniDumpWithoutOptionalData","features":[32]},{"name":"MiniDumpWriteDump","features":[1,22,32,8,21]},{"name":"MiniEventInformation1","features":[32]},{"name":"MiniHandleObjectInformationNone","features":[32]},{"name":"MiniHandleObjectInformationTypeMax","features":[32]},{"name":"MiniMutantInformation1","features":[32]},{"name":"MiniMutantInformation2","features":[32]},{"name":"MiniProcessInformation1","features":[32]},{"name":"MiniProcessInformation2","features":[32]},{"name":"MiniSecondaryValidFlags","features":[32]},{"name":"MiniSecondaryWithoutPowerInfo","features":[32]},{"name":"MiniSectionInformation1","features":[32]},{"name":"MiniSemaphoreInformation1","features":[32]},{"name":"MiniThreadInformation1","features":[32]},{"name":"MiscInfoStream","features":[32]},{"name":"ModuleCallback","features":[32]},{"name":"ModuleListStream","features":[32]},{"name":"ModuleReferencedByMemory","features":[32]},{"name":"ModuleWriteCodeSegs","features":[32]},{"name":"ModuleWriteCvRecord","features":[32]},{"name":"ModuleWriteDataSeg","features":[32]},{"name":"ModuleWriteMiscRecord","features":[32]},{"name":"ModuleWriteModule","features":[32]},{"name":"ModuleWriteTlsData","features":[32]},{"name":"NDIS_INTERNAL_ERROR","features":[32]},{"name":"NDIS_NET_BUFFER_LIST_INFO_ILLEGALLY_TRANSFERRED","features":[32]},{"name":"NETIO_INVALID_POOL_CALLER","features":[32]},{"name":"NETWORK_BOOT_DUPLICATE_ADDRESS","features":[32]},{"name":"NETWORK_BOOT_INITIALIZATION_FAILED","features":[32]},{"name":"NMI_HARDWARE_FAILURE","features":[32]},{"name":"NMR_INVALID_STATE","features":[32]},{"name":"NO_BOOT_DEVICE","features":[32]},{"name":"NO_EXCEPTION_HANDLING_SUPPORT","features":[32]},{"name":"NO_MORE_IRP_STACK_LOCATIONS","features":[32]},{"name":"NO_MORE_SYSTEM_PTES","features":[32]},{"name":"NO_PAGES_AVAILABLE","features":[32]},{"name":"NO_SPIN_LOCK_AVAILABLE","features":[32]},{"name":"NO_SUCH_PARTITION","features":[32]},{"name":"NO_USER_MODE_CONTEXT","features":[32]},{"name":"NPFS_FILE_SYSTEM","features":[32]},{"name":"NTFS_FILE_SYSTEM","features":[32]},{"name":"NTHV_GUEST_ERROR","features":[32]},{"name":"NUM_SSRVOPTS","features":[32]},{"name":"NumSymTypes","features":[32]},{"name":"OBJECT1_INITIALIZATION_FAILED","features":[32]},{"name":"OBJECT_ATTRIB_ACCESS_FINAL","features":[32]},{"name":"OBJECT_ATTRIB_ACCESS_PRIVATE","features":[32]},{"name":"OBJECT_ATTRIB_ACCESS_PROTECTED","features":[32]},{"name":"OBJECT_ATTRIB_ACCESS_PUBLIC","features":[32]},{"name":"OBJECT_ATTRIB_FLAGS","features":[32]},{"name":"OBJECT_ATTRIB_HAS_EXTENDED_ATTRIBS","features":[32]},{"name":"OBJECT_ATTRIB_IS_CLASS","features":[32]},{"name":"OBJECT_ATTRIB_IS_FUNCTION","features":[32]},{"name":"OBJECT_ATTRIB_IS_INHERITED","features":[32]},{"name":"OBJECT_ATTRIB_IS_INTERFACE","features":[32]},{"name":"OBJECT_ATTRIB_IS_MACRO","features":[32]},{"name":"OBJECT_ATTRIB_IS_PROPERTY","features":[32]},{"name":"OBJECT_ATTRIB_IS_TYPE","features":[32]},{"name":"OBJECT_ATTRIB_IS_VARIABLE","features":[32]},{"name":"OBJECT_ATTRIB_NO_ATTRIB","features":[32]},{"name":"OBJECT_ATTRIB_NO_NAME","features":[32]},{"name":"OBJECT_ATTRIB_NO_TYPE","features":[32]},{"name":"OBJECT_ATTRIB_NO_VALUE","features":[32]},{"name":"OBJECT_ATTRIB_OBJECT_IS_EXPANDABLE","features":[32]},{"name":"OBJECT_ATTRIB_SLOT_IS_CATEGORY","features":[32]},{"name":"OBJECT_ATTRIB_STORAGE_FIELD","features":[32]},{"name":"OBJECT_ATTRIB_STORAGE_GLOBAL","features":[32]},{"name":"OBJECT_ATTRIB_STORAGE_STATIC","features":[32]},{"name":"OBJECT_ATTRIB_STORAGE_VIRTUAL","features":[32]},{"name":"OBJECT_ATTRIB_TYPE_HAS_CODE","features":[32]},{"name":"OBJECT_ATTRIB_TYPE_IS_CONSTANT","features":[32]},{"name":"OBJECT_ATTRIB_TYPE_IS_EXPANDABLE","features":[32]},{"name":"OBJECT_ATTRIB_TYPE_IS_OBJECT","features":[32]},{"name":"OBJECT_ATTRIB_TYPE_IS_SYNCHRONIZED","features":[32]},{"name":"OBJECT_ATTRIB_TYPE_IS_VOLATILE","features":[32]},{"name":"OBJECT_ATTRIB_VALUE_HAS_CODE","features":[32]},{"name":"OBJECT_ATTRIB_VALUE_IS_CUSTOM","features":[32]},{"name":"OBJECT_ATTRIB_VALUE_IS_ENUM","features":[32]},{"name":"OBJECT_ATTRIB_VALUE_IS_INVALID","features":[32]},{"name":"OBJECT_ATTRIB_VALUE_IS_OBJECT","features":[32]},{"name":"OBJECT_ATTRIB_VALUE_READONLY","features":[32]},{"name":"OBJECT_INITIALIZATION_FAILED","features":[32]},{"name":"OFS_FILE_SYSTEM","features":[32]},{"name":"OMAP","features":[32]},{"name":"OPEN_THREAD_WAIT_CHAIN_SESSION_FLAGS","features":[32]},{"name":"OS_DATA_TAMPERING","features":[32]},{"name":"OUTPUT_DEBUG_STRING_EVENT","features":[32]},{"name":"OUTPUT_DEBUG_STRING_INFO","features":[32]},{"name":"OpenThreadWaitChainSession","features":[1,32]},{"name":"OutputDebugStringA","features":[32]},{"name":"OutputDebugStringW","features":[32]},{"name":"PAGE_FAULT_BEYOND_END_OF_ALLOCATION","features":[32]},{"name":"PAGE_FAULT_IN_FREED_SPECIAL_POOL","features":[32]},{"name":"PAGE_FAULT_IN_NONPAGED_AREA","features":[32]},{"name":"PAGE_FAULT_IN_NONPAGED_AREA_M","features":[32]},{"name":"PAGE_FAULT_WITH_INTERRUPTS_OFF","features":[32]},{"name":"PAGE_NOT_ZERO","features":[32]},{"name":"PANIC_STACK_SWITCH","features":[32]},{"name":"PASSIVE_INTERRUPT_ERROR","features":[32]},{"name":"PCI_BUS_DRIVER_INTERNAL","features":[32]},{"name":"PCI_CONFIG_SPACE_ACCESS_FAILURE","features":[32]},{"name":"PCI_VERIFIER_DETECTED_VIOLATION","features":[32]},{"name":"PCOGETACTIVATIONSTATE","features":[32]},{"name":"PCOGETCALLSTATE","features":[32]},{"name":"PDBGHELP_CREATE_USER_DUMP_CALLBACK","features":[1,32]},{"name":"PDC_LOCK_WATCHDOG_LIVEDUMP","features":[32]},{"name":"PDC_PRIVILEGE_CHECK_LIVEDUMP","features":[32]},{"name":"PDC_UNEXPECTED_REVOCATION_LIVEDUMP","features":[32]},{"name":"PDC_WATCHDOG_TIMEOUT","features":[32]},{"name":"PDC_WATCHDOG_TIMEOUT_LIVEDUMP","features":[32]},{"name":"PENUMDIRTREE_CALLBACK","features":[1,32]},{"name":"PENUMDIRTREE_CALLBACKW","features":[1,32]},{"name":"PENUMLOADED_MODULES_CALLBACK","features":[1,32]},{"name":"PENUMLOADED_MODULES_CALLBACK64","features":[1,32]},{"name":"PENUMLOADED_MODULES_CALLBACKW64","features":[1,32]},{"name":"PENUMSOURCEFILETOKENSCALLBACK","features":[1,32]},{"name":"PFINDFILEINPATHCALLBACK","features":[1,32]},{"name":"PFINDFILEINPATHCALLBACKW","features":[1,32]},{"name":"PFIND_DEBUG_FILE_CALLBACK","features":[1,32]},{"name":"PFIND_DEBUG_FILE_CALLBACKW","features":[1,32]},{"name":"PFIND_EXE_FILE_CALLBACK","features":[1,32]},{"name":"PFIND_EXE_FILE_CALLBACKW","features":[1,32]},{"name":"PFN_LIST_CORRUPT","features":[32]},{"name":"PFN_REFERENCE_COUNT","features":[32]},{"name":"PFN_SHARE_COUNT","features":[32]},{"name":"PFUNCTION_TABLE_ACCESS_ROUTINE","features":[1,32]},{"name":"PFUNCTION_TABLE_ACCESS_ROUTINE64","features":[1,32]},{"name":"PF_DETECTED_CORRUPTION","features":[32]},{"name":"PGET_MODULE_BASE_ROUTINE","features":[1,32]},{"name":"PGET_MODULE_BASE_ROUTINE64","features":[1,32]},{"name":"PGET_RUNTIME_FUNCTION_CALLBACK","features":[32]},{"name":"PGET_RUNTIME_FUNCTION_CALLBACK","features":[32]},{"name":"PGET_TARGET_ATTRIBUTE_VALUE64","features":[1,32]},{"name":"PHASE0_EXCEPTION","features":[32]},{"name":"PHASE0_INITIALIZATION_FAILED","features":[32]},{"name":"PHASE1_INITIALIZATION_FAILED","features":[32]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR32","features":[32]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR64","features":[32]},{"name":"PHYSICAL_MEMORY_RUN32","features":[32]},{"name":"PHYSICAL_MEMORY_RUN64","features":[32]},{"name":"PIMAGEHLP_STATUS_ROUTINE","features":[1,32]},{"name":"PIMAGEHLP_STATUS_ROUTINE32","features":[1,32]},{"name":"PIMAGEHLP_STATUS_ROUTINE64","features":[1,32]},{"name":"PINBALL_FILE_SYSTEM","features":[32]},{"name":"PNP_DETECTED_FATAL_ERROR","features":[32]},{"name":"PNP_INTERNAL_ERROR","features":[32]},{"name":"POOL_CORRUPTION_IN_FILE_AREA","features":[32]},{"name":"PORT_DRIVER_INTERNAL","features":[32]},{"name":"POWER_FAILURE_SIMULATE","features":[32]},{"name":"PP0_INITIALIZATION_FAILED","features":[32]},{"name":"PP1_INITIALIZATION_FAILED","features":[32]},{"name":"PREAD_PROCESS_MEMORY_ROUTINE","features":[1,32]},{"name":"PREAD_PROCESS_MEMORY_ROUTINE64","features":[1,32]},{"name":"PREVIOUS_FATAL_ABNORMAL_RESET_ERROR","features":[32]},{"name":"PROCESS1_INITIALIZATION_FAILED","features":[32]},{"name":"PROCESSOR_DRIVER_INTERNAL","features":[32]},{"name":"PROCESSOR_START_TIMEOUT","features":[32]},{"name":"PROCESS_HAS_LOCKED_PAGES","features":[32]},{"name":"PROCESS_INITIALIZATION_FAILED","features":[32]},{"name":"PROFILER_CONFIGURATION_ILLEGAL","features":[32]},{"name":"PROP_INFO_ATTRIBUTES","features":[32]},{"name":"PROP_INFO_AUTOEXPAND","features":[32]},{"name":"PROP_INFO_DEBUGPROP","features":[32]},{"name":"PROP_INFO_FLAGS","features":[32]},{"name":"PROP_INFO_FULLNAME","features":[32]},{"name":"PROP_INFO_NAME","features":[32]},{"name":"PROP_INFO_TYPE","features":[32]},{"name":"PROP_INFO_VALUE","features":[32]},{"name":"PSYMBOLSERVERBYINDEXPROC","features":[1,32]},{"name":"PSYMBOLSERVERBYINDEXPROCA","features":[1,32]},{"name":"PSYMBOLSERVERBYINDEXPROCW","features":[1,32]},{"name":"PSYMBOLSERVERCALLBACKPROC","features":[1,32]},{"name":"PSYMBOLSERVERCLOSEPROC","features":[1,32]},{"name":"PSYMBOLSERVERDELTANAME","features":[1,32]},{"name":"PSYMBOLSERVERDELTANAMEW","features":[1,32]},{"name":"PSYMBOLSERVERGETINDEXSTRING","features":[1,32]},{"name":"PSYMBOLSERVERGETINDEXSTRINGW","features":[1,32]},{"name":"PSYMBOLSERVERGETOPTIONDATAPROC","features":[1,32]},{"name":"PSYMBOLSERVERGETOPTIONSPROC","features":[32]},{"name":"PSYMBOLSERVERGETSUPPLEMENT","features":[1,32]},{"name":"PSYMBOLSERVERGETSUPPLEMENTW","features":[1,32]},{"name":"PSYMBOLSERVERGETVERSION","features":[1,32]},{"name":"PSYMBOLSERVERISSTORE","features":[1,32]},{"name":"PSYMBOLSERVERISSTOREW","features":[1,32]},{"name":"PSYMBOLSERVERMESSAGEPROC","features":[1,32]},{"name":"PSYMBOLSERVEROPENPROC","features":[1,32]},{"name":"PSYMBOLSERVERPINGPROC","features":[1,32]},{"name":"PSYMBOLSERVERPINGPROCA","features":[1,32]},{"name":"PSYMBOLSERVERPINGPROCW","features":[1,32]},{"name":"PSYMBOLSERVERPINGPROCWEX","features":[1,32]},{"name":"PSYMBOLSERVERPROC","features":[1,32]},{"name":"PSYMBOLSERVERPROCA","features":[1,32]},{"name":"PSYMBOLSERVERPROCW","features":[1,32]},{"name":"PSYMBOLSERVERSETHTTPAUTHHEADER","features":[1,32]},{"name":"PSYMBOLSERVERSETOPTIONSPROC","features":[1,32]},{"name":"PSYMBOLSERVERSETOPTIONSWPROC","features":[1,32]},{"name":"PSYMBOLSERVERSTOREFILE","features":[1,32]},{"name":"PSYMBOLSERVERSTOREFILEW","features":[1,32]},{"name":"PSYMBOLSERVERSTORESUPPLEMENT","features":[1,32]},{"name":"PSYMBOLSERVERSTORESUPPLEMENTW","features":[1,32]},{"name":"PSYMBOLSERVERVERSION","features":[32]},{"name":"PSYMBOLSERVERWEXPROC","features":[1,32]},{"name":"PSYMBOL_FUNCENTRY_CALLBACK","features":[1,32]},{"name":"PSYMBOL_FUNCENTRY_CALLBACK64","features":[1,32]},{"name":"PSYMBOL_REGISTERED_CALLBACK","features":[1,32]},{"name":"PSYMBOL_REGISTERED_CALLBACK64","features":[1,32]},{"name":"PSYM_ENUMERATESYMBOLS_CALLBACK","features":[1,32]},{"name":"PSYM_ENUMERATESYMBOLS_CALLBACKW","features":[1,32]},{"name":"PSYM_ENUMLINES_CALLBACK","features":[1,32]},{"name":"PSYM_ENUMLINES_CALLBACKW","features":[1,32]},{"name":"PSYM_ENUMMODULES_CALLBACK","features":[1,32]},{"name":"PSYM_ENUMMODULES_CALLBACK64","features":[1,32]},{"name":"PSYM_ENUMMODULES_CALLBACKW64","features":[1,32]},{"name":"PSYM_ENUMPROCESSES_CALLBACK","features":[1,32]},{"name":"PSYM_ENUMSOURCEFILES_CALLBACK","features":[1,32]},{"name":"PSYM_ENUMSOURCEFILES_CALLBACKW","features":[1,32]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK","features":[1,32]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK64","features":[1,32]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK64W","features":[1,32]},{"name":"PSYM_ENUMSYMBOLS_CALLBACKW","features":[1,32]},{"name":"PTRANSLATE_ADDRESS_ROUTINE","features":[1,32]},{"name":"PTRANSLATE_ADDRESS_ROUTINE64","features":[1,32]},{"name":"PVECTORED_EXCEPTION_HANDLER","features":[1,32,8]},{"name":"PWAITCHAINCALLBACK","features":[1,32]},{"name":"ProcessVmCountersStream","features":[32]},{"name":"QUOTA_UNDERFLOW","features":[32]},{"name":"RAMDISK_BOOT_INITIALIZATION_FAILED","features":[32]},{"name":"RDR_FILE_SYSTEM","features":[32]},{"name":"RECOM_DRIVER","features":[32]},{"name":"RECURSIVE_MACHINE_CHECK","features":[32]},{"name":"RECURSIVE_NMI","features":[32]},{"name":"REFERENCE_BY_POINTER","features":[32]},{"name":"REFMON_INITIALIZATION_FAILED","features":[32]},{"name":"REFS_FILE_SYSTEM","features":[32]},{"name":"REF_UNKNOWN_LOGON_SESSION","features":[32]},{"name":"REGISTRY_CALLBACK_DRIVER_EXCEPTION","features":[32]},{"name":"REGISTRY_ERROR","features":[32]},{"name":"REGISTRY_FILTER_DRIVER_EXCEPTION","features":[32]},{"name":"REGISTRY_LIVE_DUMP","features":[32]},{"name":"RESERVE_QUEUE_OVERFLOW","features":[32]},{"name":"RESOURCE_NOT_OWNED","features":[32]},{"name":"RESOURCE_OWNER_POINTER_INVALID","features":[32]},{"name":"RESTORE_LAST_ERROR_NAME","features":[32]},{"name":"RESTORE_LAST_ERROR_NAME_A","features":[32]},{"name":"RESTORE_LAST_ERROR_NAME_W","features":[32]},{"name":"RIP_EVENT","features":[32]},{"name":"RIP_INFO","features":[32]},{"name":"RIP_INFO_TYPE","features":[32]},{"name":"RTL_VIRTUAL_UNWIND_HANDLER_TYPE","features":[32]},{"name":"RaiseException","features":[32]},{"name":"RaiseFailFastException","features":[1,32,8]},{"name":"RangeMapAddPeImageSections","features":[1,32]},{"name":"RangeMapCreate","features":[32]},{"name":"RangeMapFree","features":[32]},{"name":"RangeMapRead","features":[1,32]},{"name":"RangeMapRemove","features":[1,32]},{"name":"RangeMapWrite","features":[1,32]},{"name":"ReBaseImage","features":[1,32]},{"name":"ReBaseImage64","features":[1,32]},{"name":"ReadMemoryFailureCallback","features":[32]},{"name":"ReadProcessMemory","features":[1,32]},{"name":"RegisterWaitChainCOMCallback","features":[32]},{"name":"RemoveInvalidModuleList","features":[1,32]},{"name":"RemoveMemoryCallback","features":[32]},{"name":"RemoveVectoredContinueHandler","features":[32]},{"name":"RemoveVectoredExceptionHandler","features":[32]},{"name":"ReportSymbolLoadSummary","features":[1,32]},{"name":"ReservedStream0","features":[32]},{"name":"ReservedStream1","features":[32]},{"name":"RtlAddFunctionTable","features":[1,32]},{"name":"RtlAddFunctionTable","features":[1,32]},{"name":"RtlAddGrowableFunctionTable","features":[32]},{"name":"RtlAddGrowableFunctionTable","features":[32]},{"name":"RtlCaptureContext","features":[32,8]},{"name":"RtlCaptureContext2","features":[32,8]},{"name":"RtlCaptureStackBackTrace","features":[32]},{"name":"RtlDeleteFunctionTable","features":[1,32]},{"name":"RtlDeleteFunctionTable","features":[1,32]},{"name":"RtlDeleteGrowableFunctionTable","features":[32]},{"name":"RtlGrowFunctionTable","features":[32]},{"name":"RtlInstallFunctionTableCallback","features":[1,32]},{"name":"RtlInstallFunctionTableCallback","features":[1,32]},{"name":"RtlLookupFunctionEntry","features":[32]},{"name":"RtlLookupFunctionEntry","features":[32]},{"name":"RtlPcToFileHeader","features":[32]},{"name":"RtlRaiseException","features":[1,32]},{"name":"RtlRestoreContext","features":[1,32,8]},{"name":"RtlUnwind","features":[1,32]},{"name":"RtlUnwindEx","features":[1,32,8]},{"name":"RtlVirtualUnwind","features":[1,32,8]},{"name":"RtlVirtualUnwind","features":[1,32,8]},{"name":"SAVER_ACCOUNTPROVSVCINITFAILURE","features":[32]},{"name":"SAVER_APPBARDISMISSAL","features":[32]},{"name":"SAVER_APPLISTUNREACHABLE","features":[32]},{"name":"SAVER_AUDIODRIVERHANG","features":[32]},{"name":"SAVER_AUXILIARYFULLDUMP","features":[32]},{"name":"SAVER_BATTERYPULLOUT","features":[32]},{"name":"SAVER_BLANKSCREEN","features":[32]},{"name":"SAVER_CALLDISMISSAL","features":[32]},{"name":"SAVER_CAPTURESERVICE","features":[32]},{"name":"SAVER_CHROMEPROCESSCRASH","features":[32]},{"name":"SAVER_DEVICEUPDATEUNSPECIFIED","features":[32]},{"name":"SAVER_GRAPHICS","features":[32]},{"name":"SAVER_INPUT","features":[32]},{"name":"SAVER_MEDIACORETESTHANG","features":[32]},{"name":"SAVER_MTBFCOMMANDHANG","features":[32]},{"name":"SAVER_MTBFCOMMANDTIMEOUT","features":[32]},{"name":"SAVER_MTBFIOERROR","features":[32]},{"name":"SAVER_MTBFPASSBUGCHECK","features":[32]},{"name":"SAVER_NAVIGATIONMODEL","features":[32]},{"name":"SAVER_NAVSERVERTIMEOUT","features":[32]},{"name":"SAVER_NONRESPONSIVEPROCESS","features":[32]},{"name":"SAVER_NOTIFICATIONDISMISSAL","features":[32]},{"name":"SAVER_OUTOFMEMORY","features":[32]},{"name":"SAVER_RENDERMOBILEUIOOM","features":[32]},{"name":"SAVER_RENDERTHREADHANG","features":[32]},{"name":"SAVER_REPORTNOTIFICATIONFAILURE","features":[32]},{"name":"SAVER_RESOURCEMANAGEMENT","features":[32]},{"name":"SAVER_RILADAPTATIONCRASH","features":[32]},{"name":"SAVER_RPCFAILURE","features":[32]},{"name":"SAVER_SICKAPPLICATION","features":[32]},{"name":"SAVER_SPEECHDISMISSAL","features":[32]},{"name":"SAVER_STARTNOTVISIBLE","features":[32]},{"name":"SAVER_UNEXPECTEDSHUTDOWN","features":[32]},{"name":"SAVER_UNSPECIFIED","features":[32]},{"name":"SAVER_WAITFORSHELLREADY","features":[32]},{"name":"SAVER_WATCHDOG","features":[32]},{"name":"SCSI_DISK_DRIVER_INTERNAL","features":[32]},{"name":"SCSI_VERIFIER_DETECTED_VIOLATION","features":[32]},{"name":"SDBUS_INTERNAL_ERROR","features":[32]},{"name":"SECURE_BOOT_VIOLATION","features":[32]},{"name":"SECURE_FAULT_UNHANDLED","features":[32]},{"name":"SECURE_KERNEL_ERROR","features":[32]},{"name":"SECURE_PCI_CONFIG_SPACE_ACCESS_VIOLATION","features":[32]},{"name":"SECURITY1_INITIALIZATION_FAILED","features":[32]},{"name":"SECURITY_INITIALIZATION_FAILED","features":[32]},{"name":"SECURITY_SYSTEM","features":[32]},{"name":"SEM_ALL_ERRORS","features":[32]},{"name":"SEM_FAILCRITICALERRORS","features":[32]},{"name":"SEM_NOALIGNMENTFAULTEXCEPT","features":[32]},{"name":"SEM_NOGPFAULTERRORBOX","features":[32]},{"name":"SEM_NOOPENFILEERRORBOX","features":[32]},{"name":"SERIAL_DRIVER_INTERNAL","features":[32]},{"name":"SESSION1_INITIALIZATION_FAILED","features":[32]},{"name":"SESSION_HAS_VALID_POOL_ON_EXIT","features":[32]},{"name":"SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT","features":[32]},{"name":"SESSION_HAS_VALID_VIEWS_ON_EXIT","features":[32]},{"name":"SETUP_FAILURE","features":[32]},{"name":"SET_ENV_VAR_FAILED","features":[32]},{"name":"SET_OF_INVALID_CONTEXT","features":[32]},{"name":"SHARED_RESOURCE_CONV_ERROR","features":[32]},{"name":"SILO_CORRUPT","features":[32]},{"name":"SLE_ERROR","features":[32]},{"name":"SLE_MINORERROR","features":[32]},{"name":"SLE_WARNING","features":[32]},{"name":"SLMFLAG_ALT_INDEX","features":[32]},{"name":"SLMFLAG_NONE","features":[32]},{"name":"SLMFLAG_NO_SYMBOLS","features":[32]},{"name":"SLMFLAG_VIRTUAL","features":[32]},{"name":"SMB_REDIRECTOR_LIVEDUMP","features":[32]},{"name":"SMB_SERVER_LIVEDUMP","features":[32]},{"name":"SOC_CRITICAL_DEVICE_REMOVED","features":[32]},{"name":"SOC_SUBSYSTEM_FAILURE","features":[32]},{"name":"SOC_SUBSYSTEM_FAILURE_LIVEDUMP","features":[32]},{"name":"SOFT_RESTART_FATAL_ERROR","features":[32]},{"name":"SOURCEFILE","features":[32]},{"name":"SOURCEFILEW","features":[32]},{"name":"SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION","features":[32]},{"name":"SPIN_LOCK_ALREADY_OWNED","features":[32]},{"name":"SPIN_LOCK_INIT_FAILURE","features":[32]},{"name":"SPIN_LOCK_NOT_OWNED","features":[32]},{"name":"SPLITSYM_EXTRACT_ALL","features":[32]},{"name":"SPLITSYM_REMOVE_PRIVATE","features":[32]},{"name":"SPLITSYM_SYMBOLPATH_IS_SRC","features":[32]},{"name":"SRCCODEINFO","features":[32]},{"name":"SRCCODEINFOW","features":[32]},{"name":"SSRVACTION_CHECKSUMSTATUS","features":[32]},{"name":"SSRVACTION_EVENT","features":[32]},{"name":"SSRVACTION_EVENTW","features":[32]},{"name":"SSRVACTION_HTTPSTATUS","features":[32]},{"name":"SSRVACTION_QUERYCANCEL","features":[32]},{"name":"SSRVACTION_SIZE","features":[32]},{"name":"SSRVACTION_TRACE","features":[32]},{"name":"SSRVACTION_XMLOUTPUT","features":[32]},{"name":"SSRVOPT_CALLBACK","features":[32]},{"name":"SSRVOPT_CALLBACKW","features":[32]},{"name":"SSRVOPT_DISABLE_PING_HOST","features":[32]},{"name":"SSRVOPT_DISABLE_TIMEOUT","features":[32]},{"name":"SSRVOPT_DONT_UNCOMPRESS","features":[32]},{"name":"SSRVOPT_DOWNSTREAM_STORE","features":[32]},{"name":"SSRVOPT_DWORD","features":[32]},{"name":"SSRVOPT_DWORDPTR","features":[32]},{"name":"SSRVOPT_ENABLE_COMM_MSG","features":[32]},{"name":"SSRVOPT_FAVOR_COMPRESSED","features":[32]},{"name":"SSRVOPT_FLAT_DEFAULT_STORE","features":[32]},{"name":"SSRVOPT_GETPATH","features":[32]},{"name":"SSRVOPT_GUIDPTR","features":[32]},{"name":"SSRVOPT_MAX","features":[32]},{"name":"SSRVOPT_MESSAGE","features":[32]},{"name":"SSRVOPT_NOCOPY","features":[32]},{"name":"SSRVOPT_OLDGUIDPTR","features":[32]},{"name":"SSRVOPT_OVERWRITE","features":[32]},{"name":"SSRVOPT_PARAMTYPE","features":[32]},{"name":"SSRVOPT_PARENTWIN","features":[32]},{"name":"SSRVOPT_PROXY","features":[32]},{"name":"SSRVOPT_PROXYW","features":[32]},{"name":"SSRVOPT_RESETTOU","features":[32]},{"name":"SSRVOPT_RETRY_APP_HANG","features":[32]},{"name":"SSRVOPT_SECURE","features":[32]},{"name":"SSRVOPT_SERVICE","features":[32]},{"name":"SSRVOPT_SETCONTEXT","features":[32]},{"name":"SSRVOPT_STRING","features":[32]},{"name":"SSRVOPT_TRACE","features":[32]},{"name":"SSRVOPT_UNATTENDED","features":[32]},{"name":"SSRVOPT_URI_FILTER","features":[32]},{"name":"SSRVOPT_URI_TIERS","features":[32]},{"name":"SSRVOPT_WINHTTP","features":[32]},{"name":"SSRVOPT_WININET","features":[32]},{"name":"SSRVURI_ALL","features":[32]},{"name":"SSRVURI_COMPRESSED","features":[32]},{"name":"SSRVURI_FILEPTR","features":[32]},{"name":"SSRVURI_HTTP_COMPRESSED","features":[32]},{"name":"SSRVURI_HTTP_FILEPTR","features":[32]},{"name":"SSRVURI_HTTP_MASK","features":[32]},{"name":"SSRVURI_HTTP_NORMAL","features":[32]},{"name":"SSRVURI_NORMAL","features":[32]},{"name":"SSRVURI_UNC_COMPRESSED","features":[32]},{"name":"SSRVURI_UNC_FILEPTR","features":[32]},{"name":"SSRVURI_UNC_MASK","features":[32]},{"name":"SSRVURI_UNC_NORMAL","features":[32]},{"name":"STACKFRAME","features":[1,32]},{"name":"STACKFRAME64","features":[1,32]},{"name":"STACKFRAME_EX","features":[1,32]},{"name":"STORAGE_DEVICE_ABNORMALITY_DETECTED","features":[32]},{"name":"STORAGE_MINIPORT_ERROR","features":[32]},{"name":"STORE_DATA_STRUCTURE_CORRUPTION","features":[32]},{"name":"STREAMS_INTERNAL_ERROR","features":[32]},{"name":"SYMADDSOURCESTREAM","features":[1,32]},{"name":"SYMADDSOURCESTREAMA","features":[1,32]},{"name":"SYMBOLIC_INITIALIZATION_FAILED","features":[32]},{"name":"SYMBOL_INFO","features":[32]},{"name":"SYMBOL_INFOW","features":[32]},{"name":"SYMBOL_INFO_FLAGS","features":[32]},{"name":"SYMBOL_INFO_PACKAGE","features":[32]},{"name":"SYMBOL_INFO_PACKAGEW","features":[32]},{"name":"SYMENUM_OPTIONS_DEFAULT","features":[32]},{"name":"SYMENUM_OPTIONS_INLINE","features":[32]},{"name":"SYMFLAG_CLR_TOKEN","features":[32]},{"name":"SYMFLAG_CONSTANT","features":[32]},{"name":"SYMFLAG_EXPORT","features":[32]},{"name":"SYMFLAG_FIXUP_ARM64X","features":[32]},{"name":"SYMFLAG_FORWARDER","features":[32]},{"name":"SYMFLAG_FRAMEREL","features":[32]},{"name":"SYMFLAG_FUNCTION","features":[32]},{"name":"SYMFLAG_FUNC_NO_RETURN","features":[32]},{"name":"SYMFLAG_GLOBAL","features":[32]},{"name":"SYMFLAG_ILREL","features":[32]},{"name":"SYMFLAG_LOCAL","features":[32]},{"name":"SYMFLAG_METADATA","features":[32]},{"name":"SYMFLAG_NULL","features":[32]},{"name":"SYMFLAG_PARAMETER","features":[32]},{"name":"SYMFLAG_PUBLIC_CODE","features":[32]},{"name":"SYMFLAG_REGISTER","features":[32]},{"name":"SYMFLAG_REGREL","features":[32]},{"name":"SYMFLAG_REGREL_ALIASINDIR","features":[32]},{"name":"SYMFLAG_RESET","features":[32]},{"name":"SYMFLAG_SLOT","features":[32]},{"name":"SYMFLAG_SYNTHETIC_ZEROBASE","features":[32]},{"name":"SYMFLAG_THUNK","features":[32]},{"name":"SYMFLAG_TLSREL","features":[32]},{"name":"SYMFLAG_VALUEPRESENT","features":[32]},{"name":"SYMFLAG_VIRTUAL","features":[32]},{"name":"SYMF_CONSTANT","features":[32]},{"name":"SYMF_EXPORT","features":[32]},{"name":"SYMF_FORWARDER","features":[32]},{"name":"SYMF_FRAMEREL","features":[32]},{"name":"SYMF_FUNCTION","features":[32]},{"name":"SYMF_LOCAL","features":[32]},{"name":"SYMF_OMAP_GENERATED","features":[32]},{"name":"SYMF_OMAP_MODIFIED","features":[32]},{"name":"SYMF_PARAMETER","features":[32]},{"name":"SYMF_REGISTER","features":[32]},{"name":"SYMF_REGREL","features":[32]},{"name":"SYMF_THUNK","features":[32]},{"name":"SYMF_TLSREL","features":[32]},{"name":"SYMF_VIRTUAL","features":[32]},{"name":"SYMOPT_ALLOW_ABSOLUTE_SYMBOLS","features":[32]},{"name":"SYMOPT_ALLOW_ZERO_ADDRESS","features":[32]},{"name":"SYMOPT_AUTO_PUBLICS","features":[32]},{"name":"SYMOPT_CASE_INSENSITIVE","features":[32]},{"name":"SYMOPT_DEBUG","features":[32]},{"name":"SYMOPT_DEFERRED_LOADS","features":[32]},{"name":"SYMOPT_DISABLE_FAST_SYMBOLS","features":[32]},{"name":"SYMOPT_DISABLE_SRVSTAR_ON_STARTUP","features":[32]},{"name":"SYMOPT_DISABLE_SYMSRV_AUTODETECT","features":[32]},{"name":"SYMOPT_DISABLE_SYMSRV_TIMEOUT","features":[32]},{"name":"SYMOPT_EXACT_SYMBOLS","features":[32]},{"name":"SYMOPT_EX_DISABLEACCESSTIMEUPDATE","features":[32]},{"name":"SYMOPT_EX_LASTVALIDDEBUGDIRECTORY","features":[32]},{"name":"SYMOPT_EX_MAX","features":[32]},{"name":"SYMOPT_EX_NEVERLOADSYMBOLS","features":[32]},{"name":"SYMOPT_EX_NOIMPLICITPATTERNSEARCH","features":[32]},{"name":"SYMOPT_FAIL_CRITICAL_ERRORS","features":[32]},{"name":"SYMOPT_FAVOR_COMPRESSED","features":[32]},{"name":"SYMOPT_FLAT_DIRECTORY","features":[32]},{"name":"SYMOPT_IGNORE_CVREC","features":[32]},{"name":"SYMOPT_IGNORE_IMAGEDIR","features":[32]},{"name":"SYMOPT_IGNORE_NT_SYMPATH","features":[32]},{"name":"SYMOPT_INCLUDE_32BIT_MODULES","features":[32]},{"name":"SYMOPT_LOAD_ANYTHING","features":[32]},{"name":"SYMOPT_LOAD_LINES","features":[32]},{"name":"SYMOPT_NO_CPP","features":[32]},{"name":"SYMOPT_NO_IMAGE_SEARCH","features":[32]},{"name":"SYMOPT_NO_PROMPTS","features":[32]},{"name":"SYMOPT_NO_PUBLICS","features":[32]},{"name":"SYMOPT_NO_UNQUALIFIED_LOADS","features":[32]},{"name":"SYMOPT_OMAP_FIND_NEAREST","features":[32]},{"name":"SYMOPT_OVERWRITE","features":[32]},{"name":"SYMOPT_PUBLICS_ONLY","features":[32]},{"name":"SYMOPT_READONLY_CACHE","features":[32]},{"name":"SYMOPT_SECURE","features":[32]},{"name":"SYMOPT_SYMPATH_LAST","features":[32]},{"name":"SYMOPT_UNDNAME","features":[32]},{"name":"SYMSEARCH_ALLITEMS","features":[32]},{"name":"SYMSEARCH_GLOBALSONLY","features":[32]},{"name":"SYMSEARCH_MASKOBJS","features":[32]},{"name":"SYMSEARCH_RECURSE","features":[32]},{"name":"SYMSRV_EXTENDED_OUTPUT_DATA","features":[32]},{"name":"SYMSRV_INDEX_INFO","features":[1,32]},{"name":"SYMSRV_INDEX_INFOW","features":[1,32]},{"name":"SYMSRV_VERSION","features":[32]},{"name":"SYMSTOREOPT_ALT_INDEX","features":[32]},{"name":"SYMSTOREOPT_COMPRESS","features":[32]},{"name":"SYMSTOREOPT_OVERWRITE","features":[32]},{"name":"SYMSTOREOPT_PASS_IF_EXISTS","features":[32]},{"name":"SYMSTOREOPT_POINTER","features":[32]},{"name":"SYMSTOREOPT_RETURNINDEX","features":[32]},{"name":"SYMSTOREOPT_UNICODE","features":[32]},{"name":"SYM_FIND_ID_OPTION","features":[32]},{"name":"SYM_INLINE_COMP_DIFFERENT","features":[32]},{"name":"SYM_INLINE_COMP_ERROR","features":[32]},{"name":"SYM_INLINE_COMP_IDENTICAL","features":[32]},{"name":"SYM_INLINE_COMP_STEPIN","features":[32]},{"name":"SYM_INLINE_COMP_STEPOUT","features":[32]},{"name":"SYM_INLINE_COMP_STEPOVER","features":[32]},{"name":"SYM_LOAD_FLAGS","features":[32]},{"name":"SYM_SRV_STORE_FILE_FLAGS","features":[32]},{"name":"SYM_STKWALK_DEFAULT","features":[32]},{"name":"SYM_STKWALK_FORCE_FRAMEPTR","features":[32]},{"name":"SYM_STKWALK_ZEROEXTEND_PTRS","features":[32]},{"name":"SYM_TYPE","features":[32]},{"name":"SYNTHETIC_EXCEPTION_UNHANDLED","features":[32]},{"name":"SYNTHETIC_WATCHDOG_TIMEOUT","features":[32]},{"name":"SYSTEM_EXIT_OWNED_MUTEX","features":[32]},{"name":"SYSTEM_IMAGE_BAD_SIGNATURE","features":[32]},{"name":"SYSTEM_LICENSE_VIOLATION","features":[32]},{"name":"SYSTEM_PTE_MISUSE","features":[32]},{"name":"SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD","features":[32]},{"name":"SYSTEM_SERVICE_EXCEPTION","features":[32]},{"name":"SYSTEM_THREAD_EXCEPTION_NOT_HANDLED","features":[32]},{"name":"SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M","features":[32]},{"name":"SYSTEM_UNWIND_PREVIOUS_USER","features":[32]},{"name":"SearchTreeForFile","features":[1,32]},{"name":"SearchTreeForFileW","features":[1,32]},{"name":"SecondaryFlagsCallback","features":[32]},{"name":"SetCheckUserInterruptShared","features":[32]},{"name":"SetErrorMode","features":[32]},{"name":"SetImageConfigInformation","features":[1,32,8,34]},{"name":"SetImageConfigInformation","features":[1,32,8,34]},{"name":"SetSymLoadError","features":[32]},{"name":"SetThreadContext","features":[1,32,8]},{"name":"SetThreadErrorMode","features":[1,32]},{"name":"SetUnhandledExceptionFilter","features":[1,32,8]},{"name":"SetXStateFeaturesMask","features":[1,32,8]},{"name":"StackWalk","features":[1,32]},{"name":"StackWalk2","features":[1,32]},{"name":"StackWalk64","features":[1,32]},{"name":"StackWalkEx","features":[1,32]},{"name":"SymAddSourceStream","features":[1,32]},{"name":"SymAddSourceStreamA","features":[1,32]},{"name":"SymAddSourceStreamW","features":[1,32]},{"name":"SymAddSymbol","features":[1,32]},{"name":"SymAddSymbolW","features":[1,32]},{"name":"SymAddrIncludeInlineTrace","features":[1,32]},{"name":"SymCleanup","features":[1,32]},{"name":"SymCoff","features":[32]},{"name":"SymCompareInlineTrace","features":[1,32]},{"name":"SymCv","features":[32]},{"name":"SymDeferred","features":[32]},{"name":"SymDeleteSymbol","features":[1,32]},{"name":"SymDeleteSymbolW","features":[1,32]},{"name":"SymDia","features":[32]},{"name":"SymEnumLines","features":[1,32]},{"name":"SymEnumLinesW","features":[1,32]},{"name":"SymEnumProcesses","features":[1,32]},{"name":"SymEnumSourceFileTokens","features":[1,32]},{"name":"SymEnumSourceFiles","features":[1,32]},{"name":"SymEnumSourceFilesW","features":[1,32]},{"name":"SymEnumSourceLines","features":[1,32]},{"name":"SymEnumSourceLinesW","features":[1,32]},{"name":"SymEnumSym","features":[1,32]},{"name":"SymEnumSymbols","features":[1,32]},{"name":"SymEnumSymbolsEx","features":[1,32]},{"name":"SymEnumSymbolsExW","features":[1,32]},{"name":"SymEnumSymbolsForAddr","features":[1,32]},{"name":"SymEnumSymbolsForAddrW","features":[1,32]},{"name":"SymEnumSymbolsW","features":[1,32]},{"name":"SymEnumTypes","features":[1,32]},{"name":"SymEnumTypesByName","features":[1,32]},{"name":"SymEnumTypesByNameW","features":[1,32]},{"name":"SymEnumTypesW","features":[1,32]},{"name":"SymEnumerateModules","features":[1,32]},{"name":"SymEnumerateModules64","features":[1,32]},{"name":"SymEnumerateModulesW64","features":[1,32]},{"name":"SymEnumerateSymbols","features":[1,32]},{"name":"SymEnumerateSymbols64","features":[1,32]},{"name":"SymEnumerateSymbolsW","features":[1,32]},{"name":"SymEnumerateSymbolsW64","features":[1,32]},{"name":"SymExport","features":[32]},{"name":"SymFindDebugInfoFile","features":[1,32]},{"name":"SymFindDebugInfoFileW","features":[1,32]},{"name":"SymFindExecutableImage","features":[1,32]},{"name":"SymFindExecutableImageW","features":[1,32]},{"name":"SymFindFileInPath","features":[1,32]},{"name":"SymFindFileInPathW","features":[1,32]},{"name":"SymFromAddr","features":[1,32]},{"name":"SymFromAddrW","features":[1,32]},{"name":"SymFromIndex","features":[1,32]},{"name":"SymFromIndexW","features":[1,32]},{"name":"SymFromInlineContext","features":[1,32]},{"name":"SymFromInlineContextW","features":[1,32]},{"name":"SymFromName","features":[1,32]},{"name":"SymFromNameW","features":[1,32]},{"name":"SymFromToken","features":[1,32]},{"name":"SymFromTokenW","features":[1,32]},{"name":"SymFunctionTableAccess","features":[1,32]},{"name":"SymFunctionTableAccess64","features":[1,32]},{"name":"SymFunctionTableAccess64AccessRoutines","features":[1,32]},{"name":"SymGetExtendedOption","features":[1,32]},{"name":"SymGetFileLineOffsets64","features":[1,32]},{"name":"SymGetHomeDirectory","features":[32]},{"name":"SymGetHomeDirectoryW","features":[32]},{"name":"SymGetLineFromAddr","features":[1,32]},{"name":"SymGetLineFromAddr64","features":[1,32]},{"name":"SymGetLineFromAddrW64","features":[1,32]},{"name":"SymGetLineFromInlineContext","features":[1,32]},{"name":"SymGetLineFromInlineContextW","features":[1,32]},{"name":"SymGetLineFromName","features":[1,32]},{"name":"SymGetLineFromName64","features":[1,32]},{"name":"SymGetLineFromNameW64","features":[1,32]},{"name":"SymGetLineNext","features":[1,32]},{"name":"SymGetLineNext64","features":[1,32]},{"name":"SymGetLineNextW64","features":[1,32]},{"name":"SymGetLinePrev","features":[1,32]},{"name":"SymGetLinePrev64","features":[1,32]},{"name":"SymGetLinePrevW64","features":[1,32]},{"name":"SymGetModuleBase","features":[1,32]},{"name":"SymGetModuleBase64","features":[1,32]},{"name":"SymGetModuleInfo","features":[1,32]},{"name":"SymGetModuleInfo64","features":[1,32]},{"name":"SymGetModuleInfoW","features":[1,32]},{"name":"SymGetModuleInfoW64","features":[1,32]},{"name":"SymGetOmaps","features":[1,32]},{"name":"SymGetOptions","features":[32]},{"name":"SymGetScope","features":[1,32]},{"name":"SymGetScopeW","features":[1,32]},{"name":"SymGetSearchPath","features":[1,32]},{"name":"SymGetSearchPathW","features":[1,32]},{"name":"SymGetSourceFile","features":[1,32]},{"name":"SymGetSourceFileChecksum","features":[1,32]},{"name":"SymGetSourceFileChecksumW","features":[1,32]},{"name":"SymGetSourceFileFromToken","features":[1,32]},{"name":"SymGetSourceFileFromTokenByTokenName","features":[1,32]},{"name":"SymGetSourceFileFromTokenByTokenNameW","features":[1,32]},{"name":"SymGetSourceFileFromTokenW","features":[1,32]},{"name":"SymGetSourceFileToken","features":[1,32]},{"name":"SymGetSourceFileTokenByTokenName","features":[1,32]},{"name":"SymGetSourceFileTokenByTokenNameW","features":[1,32]},{"name":"SymGetSourceFileTokenW","features":[1,32]},{"name":"SymGetSourceFileW","features":[1,32]},{"name":"SymGetSourceVarFromToken","features":[1,32]},{"name":"SymGetSourceVarFromTokenW","features":[1,32]},{"name":"SymGetSymFromAddr","features":[1,32]},{"name":"SymGetSymFromAddr64","features":[1,32]},{"name":"SymGetSymFromName","features":[1,32]},{"name":"SymGetSymFromName64","features":[1,32]},{"name":"SymGetSymNext","features":[1,32]},{"name":"SymGetSymNext64","features":[1,32]},{"name":"SymGetSymPrev","features":[1,32]},{"name":"SymGetSymPrev64","features":[1,32]},{"name":"SymGetSymbolFile","features":[1,32]},{"name":"SymGetSymbolFileW","features":[1,32]},{"name":"SymGetTypeFromName","features":[1,32]},{"name":"SymGetTypeFromNameW","features":[1,32]},{"name":"SymGetTypeInfo","features":[1,32]},{"name":"SymGetTypeInfoEx","features":[1,32]},{"name":"SymGetUnwindInfo","features":[1,32]},{"name":"SymInitialize","features":[1,32]},{"name":"SymInitializeW","features":[1,32]},{"name":"SymLoadModule","features":[1,32]},{"name":"SymLoadModule64","features":[1,32]},{"name":"SymLoadModuleEx","features":[1,32]},{"name":"SymLoadModuleExW","features":[1,32]},{"name":"SymMatchFileName","features":[1,32]},{"name":"SymMatchFileNameW","features":[1,32]},{"name":"SymMatchString","features":[1,32]},{"name":"SymMatchStringA","features":[1,32]},{"name":"SymMatchStringW","features":[1,32]},{"name":"SymNext","features":[1,32]},{"name":"SymNextW","features":[1,32]},{"name":"SymNone","features":[32]},{"name":"SymPdb","features":[32]},{"name":"SymPrev","features":[1,32]},{"name":"SymPrevW","features":[1,32]},{"name":"SymQueryInlineTrace","features":[1,32]},{"name":"SymRefreshModuleList","features":[1,32]},{"name":"SymRegisterCallback","features":[1,32]},{"name":"SymRegisterCallback64","features":[1,32]},{"name":"SymRegisterCallbackW64","features":[1,32]},{"name":"SymRegisterFunctionEntryCallback","features":[1,32]},{"name":"SymRegisterFunctionEntryCallback64","features":[1,32]},{"name":"SymSearch","features":[1,32]},{"name":"SymSearchW","features":[1,32]},{"name":"SymSetContext","features":[1,32]},{"name":"SymSetExtendedOption","features":[1,32]},{"name":"SymSetHomeDirectory","features":[1,32]},{"name":"SymSetHomeDirectoryW","features":[1,32]},{"name":"SymSetOptions","features":[32]},{"name":"SymSetParentWindow","features":[1,32]},{"name":"SymSetScopeFromAddr","features":[1,32]},{"name":"SymSetScopeFromIndex","features":[1,32]},{"name":"SymSetScopeFromInlineContext","features":[1,32]},{"name":"SymSetSearchPath","features":[1,32]},{"name":"SymSetSearchPathW","features":[1,32]},{"name":"SymSrvDeltaName","features":[1,32]},{"name":"SymSrvDeltaNameW","features":[1,32]},{"name":"SymSrvGetFileIndexInfo","features":[1,32]},{"name":"SymSrvGetFileIndexInfoW","features":[1,32]},{"name":"SymSrvGetFileIndexString","features":[1,32]},{"name":"SymSrvGetFileIndexStringW","features":[1,32]},{"name":"SymSrvGetFileIndexes","features":[1,32]},{"name":"SymSrvGetFileIndexesW","features":[1,32]},{"name":"SymSrvGetSupplement","features":[1,32]},{"name":"SymSrvGetSupplementW","features":[1,32]},{"name":"SymSrvIsStore","features":[1,32]},{"name":"SymSrvIsStoreW","features":[1,32]},{"name":"SymSrvStoreFile","features":[1,32]},{"name":"SymSrvStoreFileW","features":[1,32]},{"name":"SymSrvStoreSupplement","features":[1,32]},{"name":"SymSrvStoreSupplementW","features":[1,32]},{"name":"SymSym","features":[32]},{"name":"SymUnDName","features":[1,32]},{"name":"SymUnDName64","features":[1,32]},{"name":"SymUnloadModule","features":[1,32]},{"name":"SymUnloadModule64","features":[1,32]},{"name":"SymVirtual","features":[32]},{"name":"SystemInfoStream","features":[32]},{"name":"SystemMemoryInfoStream","features":[32]},{"name":"TARGET_ATTRIBUTE_PACMASK","features":[32]},{"name":"TARGET_MDL_TOO_SMALL","features":[32]},{"name":"TCPIP_AOAC_NIC_ACTIVE_REFERENCE_LEAK","features":[32]},{"name":"TELEMETRY_ASSERTS_LIVEDUMP","features":[32]},{"name":"TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE","features":[32]},{"name":"THIRD_PARTY_FILE_SYSTEM_FAILURE","features":[32]},{"name":"THREAD_ERROR_MODE","features":[32]},{"name":"THREAD_NOT_MUTEX_OWNER","features":[32]},{"name":"THREAD_STUCK_IN_DEVICE_DRIVER","features":[32]},{"name":"THREAD_STUCK_IN_DEVICE_DRIVER_M","features":[32]},{"name":"THREAD_TERMINATE_HELD_MUTEX","features":[32]},{"name":"THREAD_WRITE_FLAGS","features":[32]},{"name":"TIMER_OR_DPC_INVALID","features":[32]},{"name":"TI_FINDCHILDREN","features":[32]},{"name":"TI_FINDCHILDREN_PARAMS","features":[32]},{"name":"TI_GET_ADDRESS","features":[32]},{"name":"TI_GET_ADDRESSOFFSET","features":[32]},{"name":"TI_GET_ARRAYINDEXTYPEID","features":[32]},{"name":"TI_GET_BASETYPE","features":[32]},{"name":"TI_GET_BITPOSITION","features":[32]},{"name":"TI_GET_CALLING_CONVENTION","features":[32]},{"name":"TI_GET_CHILDRENCOUNT","features":[32]},{"name":"TI_GET_CLASSPARENTID","features":[32]},{"name":"TI_GET_COUNT","features":[32]},{"name":"TI_GET_DATAKIND","features":[32]},{"name":"TI_GET_INDIRECTVIRTUALBASECLASS","features":[32]},{"name":"TI_GET_IS_REFERENCE","features":[32]},{"name":"TI_GET_LENGTH","features":[32]},{"name":"TI_GET_LEXICALPARENT","features":[32]},{"name":"TI_GET_NESTED","features":[32]},{"name":"TI_GET_OBJECTPOINTERTYPE","features":[32]},{"name":"TI_GET_OFFSET","features":[32]},{"name":"TI_GET_SYMINDEX","features":[32]},{"name":"TI_GET_SYMNAME","features":[32]},{"name":"TI_GET_SYMTAG","features":[32]},{"name":"TI_GET_THISADJUST","features":[32]},{"name":"TI_GET_TYPE","features":[32]},{"name":"TI_GET_TYPEID","features":[32]},{"name":"TI_GET_UDTKIND","features":[32]},{"name":"TI_GET_VALUE","features":[32]},{"name":"TI_GET_VIRTUALBASECLASS","features":[32]},{"name":"TI_GET_VIRTUALBASEDISPINDEX","features":[32]},{"name":"TI_GET_VIRTUALBASEOFFSET","features":[32]},{"name":"TI_GET_VIRTUALBASEPOINTEROFFSET","features":[32]},{"name":"TI_GET_VIRTUALBASETABLETYPE","features":[32]},{"name":"TI_GET_VIRTUALTABLESHAPEID","features":[32]},{"name":"TI_GTIEX_REQS_VALID","features":[32]},{"name":"TI_IS_CLOSE_EQUIV_TO","features":[32]},{"name":"TI_IS_EQUIV_TO","features":[32]},{"name":"TOO_MANY_RECURSIVE_FAULTS","features":[32]},{"name":"TRAP_CAUSE_UNKNOWN","features":[32]},{"name":"TTM_FATAL_ERROR","features":[32]},{"name":"TTM_WATCHDOG_TIMEOUT","features":[32]},{"name":"TerminateProcessOnMemoryExhaustion","features":[32]},{"name":"ThreadCallback","features":[32]},{"name":"ThreadExCallback","features":[32]},{"name":"ThreadExListStream","features":[32]},{"name":"ThreadInfoListStream","features":[32]},{"name":"ThreadListStream","features":[32]},{"name":"ThreadNamesStream","features":[32]},{"name":"ThreadWriteBackingStore","features":[32]},{"name":"ThreadWriteContext","features":[32]},{"name":"ThreadWriteInstructionWindow","features":[32]},{"name":"ThreadWriteStack","features":[32]},{"name":"ThreadWriteThread","features":[32]},{"name":"ThreadWriteThreadData","features":[32]},{"name":"ThreadWriteThreadInfo","features":[32]},{"name":"TokenStream","features":[32]},{"name":"TouchFileTimes","features":[1,32]},{"name":"UCMUCSI_FAILURE","features":[32]},{"name":"UCMUCSI_LIVEDUMP","features":[32]},{"name":"UDFS_FILE_SYSTEM","features":[32]},{"name":"UFX_LIVEDUMP","features":[32]},{"name":"UNDNAME_32_BIT_DECODE","features":[32]},{"name":"UNDNAME_COMPLETE","features":[32]},{"name":"UNDNAME_NAME_ONLY","features":[32]},{"name":"UNDNAME_NO_ACCESS_SPECIFIERS","features":[32]},{"name":"UNDNAME_NO_ALLOCATION_LANGUAGE","features":[32]},{"name":"UNDNAME_NO_ALLOCATION_MODEL","features":[32]},{"name":"UNDNAME_NO_ARGUMENTS","features":[32]},{"name":"UNDNAME_NO_CV_THISTYPE","features":[32]},{"name":"UNDNAME_NO_FUNCTION_RETURNS","features":[32]},{"name":"UNDNAME_NO_LEADING_UNDERSCORES","features":[32]},{"name":"UNDNAME_NO_MEMBER_TYPE","features":[32]},{"name":"UNDNAME_NO_MS_KEYWORDS","features":[32]},{"name":"UNDNAME_NO_MS_THISTYPE","features":[32]},{"name":"UNDNAME_NO_RETURN_UDT_MODEL","features":[32]},{"name":"UNDNAME_NO_SPECIAL_SYMS","features":[32]},{"name":"UNDNAME_NO_THISTYPE","features":[32]},{"name":"UNDNAME_NO_THROW_SIGNATURES","features":[32]},{"name":"UNEXPECTED_INITIALIZATION_CALL","features":[32]},{"name":"UNEXPECTED_KERNEL_MODE_TRAP","features":[32]},{"name":"UNEXPECTED_KERNEL_MODE_TRAP_M","features":[32]},{"name":"UNEXPECTED_STORE_EXCEPTION","features":[32]},{"name":"UNLOAD_DLL_DEBUG_EVENT","features":[32]},{"name":"UNLOAD_DLL_DEBUG_INFO","features":[32]},{"name":"UNMOUNTABLE_BOOT_VOLUME","features":[32]},{"name":"UNSUPPORTED_INSTRUCTION_MODE","features":[32]},{"name":"UNSUPPORTED_PROCESSOR","features":[32]},{"name":"UNWIND_HISTORY_TABLE","features":[32]},{"name":"UNWIND_HISTORY_TABLE_ENTRY","features":[32]},{"name":"UNWIND_HISTORY_TABLE_ENTRY","features":[32]},{"name":"UNWIND_ON_INVALID_STACK","features":[32]},{"name":"UNW_FLAG_CHAININFO","features":[32]},{"name":"UNW_FLAG_EHANDLER","features":[32]},{"name":"UNW_FLAG_NHANDLER","features":[32]},{"name":"UNW_FLAG_UHANDLER","features":[32]},{"name":"UP_DRIVER_ON_MP_SYSTEM","features":[32]},{"name":"USB4_HARDWARE_VIOLATION","features":[32]},{"name":"USB_DRIPS_BLOCKER_SURPRISE_REMOVAL_LIVEDUMP","features":[32]},{"name":"USER_MODE_HEALTH_MONITOR","features":[32]},{"name":"USER_MODE_HEALTH_MONITOR_LIVEDUMP","features":[32]},{"name":"UnDecorateSymbolName","features":[32]},{"name":"UnDecorateSymbolNameW","features":[32]},{"name":"UnMapAndLoad","features":[1,32,8,34]},{"name":"UnhandledExceptionFilter","features":[1,32,8]},{"name":"UnloadedModuleListStream","features":[32]},{"name":"UnusedStream","features":[32]},{"name":"UpdateDebugInfoFile","features":[1,32,34]},{"name":"UpdateDebugInfoFileEx","features":[1,32,34]},{"name":"VER_PLATFORM","features":[32]},{"name":"VER_PLATFORM_WIN32_NT","features":[32]},{"name":"VER_PLATFORM_WIN32_WINDOWS","features":[32]},{"name":"VER_PLATFORM_WIN32s","features":[32]},{"name":"VHD_BOOT_HOST_VOLUME_NOT_ENOUGH_SPACE","features":[32]},{"name":"VHD_BOOT_INITIALIZATION_FAILED","features":[32]},{"name":"VIDEO_DRIVER_DEBUG_REPORT_REQUEST","features":[32]},{"name":"VIDEO_DRIVER_INIT_FAILURE","features":[32]},{"name":"VIDEO_DWMINIT_TIMEOUT_FALLBACK_BDD","features":[32]},{"name":"VIDEO_DXGKRNL_BLACK_SCREEN_LIVEDUMP","features":[32]},{"name":"VIDEO_DXGKRNL_FATAL_ERROR","features":[32]},{"name":"VIDEO_DXGKRNL_LIVEDUMP","features":[32]},{"name":"VIDEO_DXGKRNL_SYSMM_FATAL_ERROR","features":[32]},{"name":"VIDEO_ENGINE_TIMEOUT_DETECTED","features":[32]},{"name":"VIDEO_MEMORY_MANAGEMENT_INTERNAL","features":[32]},{"name":"VIDEO_MINIPORT_BLACK_SCREEN_LIVEDUMP","features":[32]},{"name":"VIDEO_MINIPORT_FAILED_LIVEDUMP","features":[32]},{"name":"VIDEO_SCHEDULER_INTERNAL_ERROR","features":[32]},{"name":"VIDEO_SHADOW_DRIVER_FATAL_ERROR","features":[32]},{"name":"VIDEO_TDR_APPLICATION_BLOCKED","features":[32]},{"name":"VIDEO_TDR_FAILURE","features":[32]},{"name":"VIDEO_TDR_TIMEOUT_DETECTED","features":[32]},{"name":"VMBUS_LIVEDUMP","features":[32]},{"name":"VOLMGRX_INTERNAL_ERROR","features":[32]},{"name":"VOLSNAP_OVERLAPPED_TABLE_ACCESS","features":[32]},{"name":"VSL_INITIALIZATION_FAILED","features":[32]},{"name":"VmPostReadCallback","features":[32]},{"name":"VmPreReadCallback","features":[32]},{"name":"VmQueryCallback","features":[32]},{"name":"VmStartCallback","features":[32]},{"name":"WAITCHAIN_NODE_INFO","features":[1,32]},{"name":"WAIT_CHAIN_THREAD_OPTIONS","features":[32]},{"name":"WCT_ASYNC_OPEN_FLAG","features":[32]},{"name":"WCT_MAX_NODE_COUNT","features":[32]},{"name":"WCT_NETWORK_IO_FLAG","features":[32]},{"name":"WCT_OBJECT_STATUS","features":[32]},{"name":"WCT_OBJECT_TYPE","features":[32]},{"name":"WCT_OBJNAME_LENGTH","features":[32]},{"name":"WCT_OUT_OF_PROC_COM_FLAG","features":[32]},{"name":"WCT_OUT_OF_PROC_CS_FLAG","features":[32]},{"name":"WCT_OUT_OF_PROC_FLAG","features":[32]},{"name":"WDF_VIOLATION","features":[32]},{"name":"WFP_INVALID_OPERATION","features":[32]},{"name":"WHEA_AER_BRIDGE_DESCRIPTOR","features":[1,32]},{"name":"WHEA_AER_ENDPOINT_DESCRIPTOR","features":[1,32]},{"name":"WHEA_AER_ROOTPORT_DESCRIPTOR","features":[1,32]},{"name":"WHEA_BAD_PAGE_LIST_LOCATION","features":[32]},{"name":"WHEA_BAD_PAGE_LIST_MAX_SIZE","features":[32]},{"name":"WHEA_CMCI_THRESHOLD_COUNT","features":[32]},{"name":"WHEA_CMCI_THRESHOLD_POLL_COUNT","features":[32]},{"name":"WHEA_CMCI_THRESHOLD_TIME","features":[32]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_MAX","features":[32]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_MIN","features":[32]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_V1","features":[32]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_MAX","features":[32]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_MIN","features":[32]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_V1","features":[32]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_V2","features":[32]},{"name":"WHEA_DEVICE_DRIVER_DESCRIPTOR","features":[1,32]},{"name":"WHEA_DISABLE_DUMMY_WRITE","features":[32]},{"name":"WHEA_DISABLE_OFFLINE","features":[32]},{"name":"WHEA_DRIVER_BUFFER_SET","features":[32]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DD","features":[1,32]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER","features":[1,32]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER_V1","features":[1,32]},{"name":"WHEA_ERROR_SOURCE_CORRECT_DEVICE_DRIVER","features":[1,32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR","features":[1,32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERBRIDGE","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERENDPOINT","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERROOTPORT","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_GENERIC","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_GENERIC_V2","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFCMC","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFCPE","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFMCA","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFCMC","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFMCE","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFNMI","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_VERSION_10","features":[32]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_VERSION_11","features":[32]},{"name":"WHEA_ERROR_SOURCE_FLAG_DEFAULTSOURCE","features":[32]},{"name":"WHEA_ERROR_SOURCE_FLAG_FIRMWAREFIRST","features":[32]},{"name":"WHEA_ERROR_SOURCE_FLAG_GHES_ASSIST","features":[32]},{"name":"WHEA_ERROR_SOURCE_FLAG_GLOBAL","features":[32]},{"name":"WHEA_ERROR_SOURCE_INITIALIZE_DEVICE_DRIVER","features":[1,32]},{"name":"WHEA_ERROR_SOURCE_INVALID_RELATED_SOURCE","features":[32]},{"name":"WHEA_ERROR_SOURCE_STATE","features":[32]},{"name":"WHEA_ERROR_SOURCE_TYPE","features":[32]},{"name":"WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER","features":[32]},{"name":"WHEA_GENERIC_ERROR_DESCRIPTOR","features":[32]},{"name":"WHEA_GENERIC_ERROR_DESCRIPTOR_V2","features":[32]},{"name":"WHEA_INTERNAL_ERROR","features":[32]},{"name":"WHEA_IPF_CMC_DESCRIPTOR","features":[32]},{"name":"WHEA_IPF_CPE_DESCRIPTOR","features":[32]},{"name":"WHEA_IPF_MCA_DESCRIPTOR","features":[32]},{"name":"WHEA_MAX_MC_BANKS","features":[32]},{"name":"WHEA_MEM_PERSISTOFFLINE","features":[32]},{"name":"WHEA_MEM_PFA_DISABLE","features":[32]},{"name":"WHEA_MEM_PFA_PAGECOUNT","features":[32]},{"name":"WHEA_MEM_PFA_THRESHOLD","features":[32]},{"name":"WHEA_MEM_PFA_TIMEOUT","features":[32]},{"name":"WHEA_NOTIFICATION_DESCRIPTOR","features":[32]},{"name":"WHEA_NOTIFICATION_FLAGS","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_ARMV8_SEA","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_ARMV8_SEI","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_CMCI","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_EXTERNALINTERRUPT","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_EXTERNALINTERRUPT_GSIV","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_GPIO_SIGNAL","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_LOCALINTERRUPT","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_MCE","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_NMI","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_POLLED","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_SCI","features":[32]},{"name":"WHEA_NOTIFICATION_TYPE_SDEI","features":[32]},{"name":"WHEA_NOTIFY_ALL_OFFLINES","features":[32]},{"name":"WHEA_PCI_SLOT_NUMBER","features":[32]},{"name":"WHEA_PENDING_PAGE_LIST_SZ","features":[32]},{"name":"WHEA_RESTORE_CMCI_ATTEMPTS","features":[32]},{"name":"WHEA_RESTORE_CMCI_ENABLED","features":[32]},{"name":"WHEA_RESTORE_CMCI_ERR_LIMIT","features":[32]},{"name":"WHEA_ROW_FAIL_CHECK_ENABLE","features":[32]},{"name":"WHEA_ROW_FAIL_CHECK_EXTENT","features":[32]},{"name":"WHEA_ROW_FAIL_CHECK_THRESHOLD","features":[32]},{"name":"WHEA_UNCORRECTABLE_ERROR","features":[32]},{"name":"WHEA_XPF_CMC_DESCRIPTOR","features":[1,32]},{"name":"WHEA_XPF_MCE_DESCRIPTOR","features":[1,32]},{"name":"WHEA_XPF_MC_BANK_DESCRIPTOR","features":[1,32]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_AMD64MCA","features":[32]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_IA32MCA","features":[32]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_Intel64MCA","features":[32]},{"name":"WHEA_XPF_NMI_DESCRIPTOR","features":[1,32]},{"name":"WIN32K_ATOMIC_CHECK_FAILURE","features":[32]},{"name":"WIN32K_CALLOUT_WATCHDOG_BUGCHECK","features":[32]},{"name":"WIN32K_CALLOUT_WATCHDOG_LIVEDUMP","features":[32]},{"name":"WIN32K_CRITICAL_FAILURE","features":[32]},{"name":"WIN32K_CRITICAL_FAILURE_LIVEDUMP","features":[32]},{"name":"WIN32K_HANDLE_MANAGER","features":[32]},{"name":"WIN32K_INIT_OR_RIT_FAILURE","features":[32]},{"name":"WIN32K_POWER_WATCHDOG_TIMEOUT","features":[32]},{"name":"WIN32K_SECURITY_FAILURE","features":[32]},{"name":"WINDOWS_NT_BANNER","features":[32]},{"name":"WINDOWS_NT_CSD_STRING","features":[32]},{"name":"WINDOWS_NT_INFO_STRING","features":[32]},{"name":"WINDOWS_NT_INFO_STRING_PLURAL","features":[32]},{"name":"WINDOWS_NT_MP_STRING","features":[32]},{"name":"WINDOWS_NT_RC_STRING","features":[32]},{"name":"WINLOGON_FATAL_ERROR","features":[32]},{"name":"WINSOCK_DETECTED_HUNG_CLOSESOCKET_LIVEDUMP","features":[32]},{"name":"WORKER_INVALID","features":[32]},{"name":"WORKER_THREAD_INVALID_STATE","features":[32]},{"name":"WORKER_THREAD_RETURNED_AT_BAD_IRQL","features":[32]},{"name":"WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO","features":[32]},{"name":"WORKER_THREAD_RETURNED_WITH_BAD_IO_PRIORITY","features":[32]},{"name":"WORKER_THREAD_RETURNED_WITH_BAD_PAGING_IO_PRIORITY","features":[32]},{"name":"WORKER_THREAD_RETURNED_WITH_NON_DEFAULT_WORKLOAD_CLASS","features":[32]},{"name":"WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE","features":[32]},{"name":"WORKER_THREAD_TEST_CONDITION","features":[32]},{"name":"WOW64_CONTEXT","features":[32]},{"name":"WOW64_CONTEXT_ALL","features":[32]},{"name":"WOW64_CONTEXT_CONTROL","features":[32]},{"name":"WOW64_CONTEXT_DEBUG_REGISTERS","features":[32]},{"name":"WOW64_CONTEXT_EXCEPTION_ACTIVE","features":[32]},{"name":"WOW64_CONTEXT_EXCEPTION_REPORTING","features":[32]},{"name":"WOW64_CONTEXT_EXCEPTION_REQUEST","features":[32]},{"name":"WOW64_CONTEXT_EXTENDED_REGISTERS","features":[32]},{"name":"WOW64_CONTEXT_FLAGS","features":[32]},{"name":"WOW64_CONTEXT_FLOATING_POINT","features":[32]},{"name":"WOW64_CONTEXT_FULL","features":[32]},{"name":"WOW64_CONTEXT_INTEGER","features":[32]},{"name":"WOW64_CONTEXT_SEGMENTS","features":[32]},{"name":"WOW64_CONTEXT_SERVICE_ACTIVE","features":[32]},{"name":"WOW64_CONTEXT_X86","features":[32]},{"name":"WOW64_CONTEXT_XSTATE","features":[32]},{"name":"WOW64_DESCRIPTOR_TABLE_ENTRY","features":[32]},{"name":"WOW64_FLOATING_SAVE_AREA","features":[32]},{"name":"WOW64_LDT_ENTRY","features":[32]},{"name":"WOW64_MAXIMUM_SUPPORTED_EXTENSION","features":[32]},{"name":"WOW64_SIZE_OF_80387_REGISTERS","features":[32]},{"name":"WVR_LIVEDUMP_APP_IO_TIMEOUT","features":[32]},{"name":"WVR_LIVEDUMP_CRITICAL_ERROR","features":[32]},{"name":"WVR_LIVEDUMP_MANUALLY_INITIATED","features":[32]},{"name":"WVR_LIVEDUMP_RECOVERY_IOCONTEXT_TIMEOUT","features":[32]},{"name":"WVR_LIVEDUMP_REPLICATION_IOCONTEXT_TIMEOUT","features":[32]},{"name":"WVR_LIVEDUMP_STATE_FAILURE","features":[32]},{"name":"WVR_LIVEDUMP_STATE_TRANSITION_TIMEOUT","features":[32]},{"name":"WaitForDebugEvent","features":[1,32,39]},{"name":"WaitForDebugEventEx","features":[1,32,39]},{"name":"WctAlpcType","features":[32]},{"name":"WctComActivationType","features":[32]},{"name":"WctComType","features":[32]},{"name":"WctCriticalSectionType","features":[32]},{"name":"WctMaxType","features":[32]},{"name":"WctMutexType","features":[32]},{"name":"WctProcessWaitType","features":[32]},{"name":"WctSendMessageType","features":[32]},{"name":"WctSmbIoType","features":[32]},{"name":"WctSocketIoType","features":[32]},{"name":"WctStatusAbandoned","features":[32]},{"name":"WctStatusBlocked","features":[32]},{"name":"WctStatusError","features":[32]},{"name":"WctStatusMax","features":[32]},{"name":"WctStatusNoAccess","features":[32]},{"name":"WctStatusNotOwned","features":[32]},{"name":"WctStatusOwned","features":[32]},{"name":"WctStatusPidOnly","features":[32]},{"name":"WctStatusPidOnlyRpcss","features":[32]},{"name":"WctStatusRunning","features":[32]},{"name":"WctStatusUnknown","features":[32]},{"name":"WctThreadType","features":[32]},{"name":"WctThreadWaitType","features":[32]},{"name":"WctUnknownType","features":[32]},{"name":"WheaErrSrcStateRemovePending","features":[32]},{"name":"WheaErrSrcStateRemoved","features":[32]},{"name":"WheaErrSrcStateStarted","features":[32]},{"name":"WheaErrSrcStateStopped","features":[32]},{"name":"WheaErrSrcTypeBMC","features":[32]},{"name":"WheaErrSrcTypeBOOT","features":[32]},{"name":"WheaErrSrcTypeCMC","features":[32]},{"name":"WheaErrSrcTypeCPE","features":[32]},{"name":"WheaErrSrcTypeDeviceDriver","features":[32]},{"name":"WheaErrSrcTypeGeneric","features":[32]},{"name":"WheaErrSrcTypeGenericV2","features":[32]},{"name":"WheaErrSrcTypeINIT","features":[32]},{"name":"WheaErrSrcTypeIPFCMC","features":[32]},{"name":"WheaErrSrcTypeIPFCPE","features":[32]},{"name":"WheaErrSrcTypeIPFMCA","features":[32]},{"name":"WheaErrSrcTypeMCE","features":[32]},{"name":"WheaErrSrcTypeMax","features":[32]},{"name":"WheaErrSrcTypeNMI","features":[32]},{"name":"WheaErrSrcTypePCIe","features":[32]},{"name":"WheaErrSrcTypePMEM","features":[32]},{"name":"WheaErrSrcTypeSCIGeneric","features":[32]},{"name":"WheaErrSrcTypeSCIGenericV2","features":[32]},{"name":"WheaErrSrcTypeSea","features":[32]},{"name":"WheaErrSrcTypeSei","features":[32]},{"name":"Wow64GetThreadContext","features":[1,32]},{"name":"Wow64GetThreadSelectorEntry","features":[1,32]},{"name":"Wow64SetThreadContext","features":[1,32]},{"name":"WriteKernelMinidumpCallback","features":[32]},{"name":"WriteProcessMemory","features":[1,32]},{"name":"XBOX_360_SYSTEM_CRASH","features":[32]},{"name":"XBOX_360_SYSTEM_CRASH_RESERVED","features":[32]},{"name":"XBOX_CORRUPTED_IMAGE","features":[32]},{"name":"XBOX_CORRUPTED_IMAGE_BASE","features":[32]},{"name":"XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW","features":[32]},{"name":"XBOX_MANUALLY_INITIATED_CRASH","features":[32]},{"name":"XBOX_SECURITY_FAILUE","features":[32]},{"name":"XBOX_SHUTDOWN_WATCHDOG_TIMEOUT","features":[32]},{"name":"XBOX_VMCTRL_CS_TIMEOUT","features":[32]},{"name":"XBOX_XDS_WATCHDOG_TIMEOUT","features":[32]},{"name":"XNS_INTERNAL_ERROR","features":[32]},{"name":"XPF_MCE_FLAGS","features":[32]},{"name":"XPF_MC_BANK_FLAGS","features":[32]},{"name":"XSAVE_AREA","features":[32]},{"name":"XSAVE_AREA_HEADER","features":[32]},{"name":"XSAVE_FORMAT","features":[32]},{"name":"XSAVE_FORMAT","features":[32]},{"name":"XSTATE_CONFIGURATION","features":[32]},{"name":"XSTATE_CONFIG_FEATURE_MSC_INFO","features":[32]},{"name":"XSTATE_CONTEXT","features":[32]},{"name":"XSTATE_CONTEXT","features":[32]},{"name":"XSTATE_FEATURE","features":[32]},{"name":"ceStreamBucketParameters","features":[32]},{"name":"ceStreamDiagnosisList","features":[32]},{"name":"ceStreamException","features":[32]},{"name":"ceStreamMemoryPhysicalList","features":[32]},{"name":"ceStreamMemoryVirtualList","features":[32]},{"name":"ceStreamModuleList","features":[32]},{"name":"ceStreamNull","features":[32]},{"name":"ceStreamProcessList","features":[32]},{"name":"ceStreamProcessModuleMap","features":[32]},{"name":"ceStreamSystemInfo","features":[32]},{"name":"ceStreamThreadCallStackList","features":[32]},{"name":"ceStreamThreadContextList","features":[32]},{"name":"ceStreamThreadList","features":[32]},{"name":"hdBase","features":[32]},{"name":"hdMax","features":[32]},{"name":"hdSrc","features":[32]},{"name":"hdSym","features":[32]},{"name":"sevAttn","features":[32]},{"name":"sevFatal","features":[32]},{"name":"sevInfo","features":[32]},{"name":"sevMax","features":[32]},{"name":"sevProblem","features":[32]},{"name":"sfDbg","features":[32]},{"name":"sfImage","features":[32]},{"name":"sfMax","features":[32]},{"name":"sfMpd","features":[32]},{"name":"sfPdb","features":[32]}],"563":[{"name":"ADDRESS_TYPE_INDEX_NOT_FOUND","features":[172]},{"name":"Ambiguous","features":[172]},{"name":"ArrayDimension","features":[172]},{"name":"BUSDATA","features":[172]},{"name":"CANNOT_ALLOCATE_MEMORY","features":[172]},{"name":"CKCL_DATA","features":[172]},{"name":"CKCL_LISTHEAD","features":[1,172]},{"name":"CLSID_DebugFailureAnalysisBasic","features":[172]},{"name":"CLSID_DebugFailureAnalysisKernel","features":[172]},{"name":"CLSID_DebugFailureAnalysisTarget","features":[172]},{"name":"CLSID_DebugFailureAnalysisUser","features":[172]},{"name":"CLSID_DebugFailureAnalysisWinCE","features":[172]},{"name":"CLSID_DebugFailureAnalysisXBox360","features":[172]},{"name":"CPU_INFO","features":[172]},{"name":"CPU_INFO_v1","features":[172]},{"name":"CPU_INFO_v2","features":[172]},{"name":"CROSS_PLATFORM_MAXIMUM_PROCESSORS","features":[172]},{"name":"CURRENT_KD_SECONDARY_VERSION","features":[172]},{"name":"CallingConventionCDecl","features":[172]},{"name":"CallingConventionFastCall","features":[172]},{"name":"CallingConventionKind","features":[172]},{"name":"CallingConventionStdCall","features":[172]},{"name":"CallingConventionSysCall","features":[172]},{"name":"CallingConventionThisCall","features":[172]},{"name":"CallingConventionUnknown","features":[172]},{"name":"CreateDataModelManager","features":[172]},{"name":"DBGKD_DEBUG_DATA_HEADER32","features":[172,8]},{"name":"DBGKD_DEBUG_DATA_HEADER64","features":[172,8]},{"name":"DBGKD_GET_VERSION32","features":[172]},{"name":"DBGKD_GET_VERSION64","features":[172]},{"name":"DBGKD_MAJOR_BIG","features":[172]},{"name":"DBGKD_MAJOR_CE","features":[172]},{"name":"DBGKD_MAJOR_COUNT","features":[172]},{"name":"DBGKD_MAJOR_EFI","features":[172]},{"name":"DBGKD_MAJOR_EXDI","features":[172]},{"name":"DBGKD_MAJOR_HYPERVISOR","features":[172]},{"name":"DBGKD_MAJOR_MIDORI","features":[172]},{"name":"DBGKD_MAJOR_NT","features":[172]},{"name":"DBGKD_MAJOR_NTBD","features":[172]},{"name":"DBGKD_MAJOR_SINGULARITY","features":[172]},{"name":"DBGKD_MAJOR_TNT","features":[172]},{"name":"DBGKD_MAJOR_TYPES","features":[172]},{"name":"DBGKD_MAJOR_XBOX","features":[172]},{"name":"DBGKD_SIMULATION_EXDI","features":[172]},{"name":"DBGKD_SIMULATION_NONE","features":[172]},{"name":"DBGKD_VERS_FLAG_DATA","features":[172]},{"name":"DBGKD_VERS_FLAG_HAL_IN_NTOS","features":[172]},{"name":"DBGKD_VERS_FLAG_HSS","features":[172]},{"name":"DBGKD_VERS_FLAG_MP","features":[172]},{"name":"DBGKD_VERS_FLAG_NOMM","features":[172]},{"name":"DBGKD_VERS_FLAG_PARTITIONS","features":[172]},{"name":"DBGKD_VERS_FLAG_PTR64","features":[172]},{"name":"DBG_DUMP_ADDRESS_AT_END","features":[172]},{"name":"DBG_DUMP_ADDRESS_OF_FIELD","features":[172]},{"name":"DBG_DUMP_ARRAY","features":[172]},{"name":"DBG_DUMP_BLOCK_RECURSE","features":[172]},{"name":"DBG_DUMP_CALL_FOR_EACH","features":[172]},{"name":"DBG_DUMP_COMPACT_OUT","features":[172]},{"name":"DBG_DUMP_COPY_TYPE_DATA","features":[172]},{"name":"DBG_DUMP_FIELD_ARRAY","features":[172]},{"name":"DBG_DUMP_FIELD_CALL_BEFORE_PRINT","features":[172]},{"name":"DBG_DUMP_FIELD_COPY_FIELD_DATA","features":[172]},{"name":"DBG_DUMP_FIELD_DEFAULT_STRING","features":[172]},{"name":"DBG_DUMP_FIELD_FULL_NAME","features":[172]},{"name":"DBG_DUMP_FIELD_GUID_STRING","features":[172]},{"name":"DBG_DUMP_FIELD_MULTI_STRING","features":[172]},{"name":"DBG_DUMP_FIELD_NO_CALLBACK_REQ","features":[172]},{"name":"DBG_DUMP_FIELD_NO_PRINT","features":[172]},{"name":"DBG_DUMP_FIELD_RECUR_ON_THIS","features":[172]},{"name":"DBG_DUMP_FIELD_RETURN_ADDRESS","features":[172]},{"name":"DBG_DUMP_FIELD_SIZE_IN_BITS","features":[172]},{"name":"DBG_DUMP_FIELD_UTF32_STRING","features":[172]},{"name":"DBG_DUMP_FIELD_WCHAR_STRING","features":[172]},{"name":"DBG_DUMP_FUNCTION_FORMAT","features":[172]},{"name":"DBG_DUMP_GET_SIZE_ONLY","features":[172]},{"name":"DBG_DUMP_LIST","features":[172]},{"name":"DBG_DUMP_MATCH_SIZE","features":[172]},{"name":"DBG_DUMP_NO_INDENT","features":[172]},{"name":"DBG_DUMP_NO_OFFSET","features":[172]},{"name":"DBG_DUMP_NO_PRINT","features":[172]},{"name":"DBG_DUMP_READ_PHYSICAL","features":[172]},{"name":"DBG_DUMP_VERBOSE","features":[172]},{"name":"DBG_FRAME_DEFAULT","features":[172]},{"name":"DBG_FRAME_IGNORE_INLINE","features":[172]},{"name":"DBG_RETURN_SUBTYPES","features":[172]},{"name":"DBG_RETURN_TYPE","features":[172]},{"name":"DBG_RETURN_TYPE_VALUES","features":[172]},{"name":"DBG_THREAD_ATTRIBUTES","features":[172]},{"name":"DEBUG_ADDSYNTHMOD_DEFAULT","features":[172]},{"name":"DEBUG_ADDSYNTHMOD_ZEROBASE","features":[172]},{"name":"DEBUG_ADDSYNTHSYM_DEFAULT","features":[172]},{"name":"DEBUG_ANALYSIS_PROCESSOR_INFO","features":[172]},{"name":"DEBUG_ANY_ID","features":[172]},{"name":"DEBUG_ASMOPT_DEFAULT","features":[172]},{"name":"DEBUG_ASMOPT_IGNORE_OUTPUT_WIDTH","features":[172]},{"name":"DEBUG_ASMOPT_NO_CODE_BYTES","features":[172]},{"name":"DEBUG_ASMOPT_SOURCE_LINE_NUMBER","features":[172]},{"name":"DEBUG_ASMOPT_VERBOSE","features":[172]},{"name":"DEBUG_ATTACH_DEFAULT","features":[172]},{"name":"DEBUG_ATTACH_EXDI_DRIVER","features":[172]},{"name":"DEBUG_ATTACH_EXISTING","features":[172]},{"name":"DEBUG_ATTACH_INSTALL_DRIVER","features":[172]},{"name":"DEBUG_ATTACH_INVASIVE_NO_INITIAL_BREAK","features":[172]},{"name":"DEBUG_ATTACH_INVASIVE_RESUME_PROCESS","features":[172]},{"name":"DEBUG_ATTACH_KERNEL_CONNECTION","features":[172]},{"name":"DEBUG_ATTACH_LOCAL_KERNEL","features":[172]},{"name":"DEBUG_ATTACH_NONINVASIVE","features":[172]},{"name":"DEBUG_ATTACH_NONINVASIVE_ALLOW_PARTIAL","features":[172]},{"name":"DEBUG_ATTACH_NONINVASIVE_NO_SUSPEND","features":[172]},{"name":"DEBUG_BREAKPOINT_ADDER_ONLY","features":[172]},{"name":"DEBUG_BREAKPOINT_CODE","features":[172]},{"name":"DEBUG_BREAKPOINT_DATA","features":[172]},{"name":"DEBUG_BREAKPOINT_DEFERRED","features":[172]},{"name":"DEBUG_BREAKPOINT_ENABLED","features":[172]},{"name":"DEBUG_BREAKPOINT_GO_ONLY","features":[172]},{"name":"DEBUG_BREAKPOINT_INLINE","features":[172]},{"name":"DEBUG_BREAKPOINT_ONE_SHOT","features":[172]},{"name":"DEBUG_BREAKPOINT_PARAMETERS","features":[172]},{"name":"DEBUG_BREAKPOINT_TIME","features":[172]},{"name":"DEBUG_BREAK_EXECUTE","features":[172]},{"name":"DEBUG_BREAK_IO","features":[172]},{"name":"DEBUG_BREAK_READ","features":[172]},{"name":"DEBUG_BREAK_WRITE","features":[172]},{"name":"DEBUG_CACHED_SYMBOL_INFO","features":[172]},{"name":"DEBUG_CDS_ALL","features":[172]},{"name":"DEBUG_CDS_DATA","features":[172]},{"name":"DEBUG_CDS_REFRESH","features":[172]},{"name":"DEBUG_CDS_REFRESH_ADDBREAKPOINT","features":[172]},{"name":"DEBUG_CDS_REFRESH_EVALUATE","features":[172]},{"name":"DEBUG_CDS_REFRESH_EXECUTE","features":[172]},{"name":"DEBUG_CDS_REFRESH_EXECUTECOMMANDFILE","features":[172]},{"name":"DEBUG_CDS_REFRESH_INLINESTEP","features":[172]},{"name":"DEBUG_CDS_REFRESH_INLINESTEP_PSEUDO","features":[172]},{"name":"DEBUG_CDS_REFRESH_REMOVEBREAKPOINT","features":[172]},{"name":"DEBUG_CDS_REFRESH_SETSCOPE","features":[172]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFRAMEBYINDEX","features":[172]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFROMJITDEBUGINFO","features":[172]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFROMSTOREDEVENT","features":[172]},{"name":"DEBUG_CDS_REFRESH_SETVALUE","features":[172]},{"name":"DEBUG_CDS_REFRESH_SETVALUE2","features":[172]},{"name":"DEBUG_CDS_REFRESH_WRITEPHYSICAL","features":[172]},{"name":"DEBUG_CDS_REFRESH_WRITEPHYSICAL2","features":[172]},{"name":"DEBUG_CDS_REFRESH_WRITEVIRTUAL","features":[172]},{"name":"DEBUG_CDS_REFRESH_WRITEVIRTUALUNCACHED","features":[172]},{"name":"DEBUG_CDS_REGISTERS","features":[172]},{"name":"DEBUG_CES_ALL","features":[172]},{"name":"DEBUG_CES_ASSEMBLY_OPTIONS","features":[172]},{"name":"DEBUG_CES_BREAKPOINTS","features":[172]},{"name":"DEBUG_CES_CODE_LEVEL","features":[172]},{"name":"DEBUG_CES_CURRENT_THREAD","features":[172]},{"name":"DEBUG_CES_EFFECTIVE_PROCESSOR","features":[172]},{"name":"DEBUG_CES_ENGINE_OPTIONS","features":[172]},{"name":"DEBUG_CES_EVENT_FILTERS","features":[172]},{"name":"DEBUG_CES_EXECUTION_STATUS","features":[172]},{"name":"DEBUG_CES_EXPRESSION_SYNTAX","features":[172]},{"name":"DEBUG_CES_EXTENSIONS","features":[172]},{"name":"DEBUG_CES_LOG_FILE","features":[172]},{"name":"DEBUG_CES_PROCESS_OPTIONS","features":[172]},{"name":"DEBUG_CES_RADIX","features":[172]},{"name":"DEBUG_CES_SYSTEMS","features":[172]},{"name":"DEBUG_CES_TEXT_REPLACEMENTS","features":[172]},{"name":"DEBUG_CLASS_IMAGE_FILE","features":[172]},{"name":"DEBUG_CLASS_KERNEL","features":[172]},{"name":"DEBUG_CLASS_UNINITIALIZED","features":[172]},{"name":"DEBUG_CLASS_USER_WINDOWS","features":[172]},{"name":"DEBUG_CLIENT_CDB","features":[172]},{"name":"DEBUG_CLIENT_CONTEXT","features":[172]},{"name":"DEBUG_CLIENT_KD","features":[172]},{"name":"DEBUG_CLIENT_NTKD","features":[172]},{"name":"DEBUG_CLIENT_NTSD","features":[172]},{"name":"DEBUG_CLIENT_UNKNOWN","features":[172]},{"name":"DEBUG_CLIENT_VSINT","features":[172]},{"name":"DEBUG_CLIENT_WINDBG","features":[172]},{"name":"DEBUG_CLIENT_WINIDE","features":[172]},{"name":"DEBUG_CMDEX_ADD_EVENT_STRING","features":[172]},{"name":"DEBUG_CMDEX_INVALID","features":[172]},{"name":"DEBUG_CMDEX_RESET_EVENT_STRINGS","features":[172]},{"name":"DEBUG_COMMAND_EXCEPTION_ID","features":[172]},{"name":"DEBUG_CONNECT_SESSION_DEFAULT","features":[172]},{"name":"DEBUG_CONNECT_SESSION_NO_ANNOUNCE","features":[172]},{"name":"DEBUG_CONNECT_SESSION_NO_VERSION","features":[172]},{"name":"DEBUG_CPU_MICROCODE_VERSION","features":[172]},{"name":"DEBUG_CPU_SPEED_INFO","features":[172]},{"name":"DEBUG_CREATE_PROCESS_OPTIONS","features":[172]},{"name":"DEBUG_CSS_ALL","features":[172]},{"name":"DEBUG_CSS_COLLAPSE_CHILDREN","features":[172]},{"name":"DEBUG_CSS_LOADS","features":[172]},{"name":"DEBUG_CSS_PATHS","features":[172]},{"name":"DEBUG_CSS_SCOPE","features":[172]},{"name":"DEBUG_CSS_SYMBOL_OPTIONS","features":[172]},{"name":"DEBUG_CSS_TYPE_OPTIONS","features":[172]},{"name":"DEBUG_CSS_UNLOADS","features":[172]},{"name":"DEBUG_CURRENT_DEFAULT","features":[172]},{"name":"DEBUG_CURRENT_DISASM","features":[172]},{"name":"DEBUG_CURRENT_REGISTERS","features":[172]},{"name":"DEBUG_CURRENT_SOURCE_LINE","features":[172]},{"name":"DEBUG_CURRENT_SYMBOL","features":[172]},{"name":"DEBUG_DATA_BASE_TRANSLATION_VIRTUAL_OFFSET","features":[172]},{"name":"DEBUG_DATA_BreakpointWithStatusAddr","features":[172]},{"name":"DEBUG_DATA_CmNtCSDVersionAddr","features":[172]},{"name":"DEBUG_DATA_DumpAttributes","features":[172]},{"name":"DEBUG_DATA_DumpFormatVersion","features":[172]},{"name":"DEBUG_DATA_DumpMmStorage","features":[172]},{"name":"DEBUG_DATA_DumpPowerState","features":[172]},{"name":"DEBUG_DATA_DumpWriterStatus","features":[172]},{"name":"DEBUG_DATA_DumpWriterVersion","features":[172]},{"name":"DEBUG_DATA_EtwpDebuggerData","features":[172]},{"name":"DEBUG_DATA_ExpNumberOfPagedPoolsAddr","features":[172]},{"name":"DEBUG_DATA_ExpPagedPoolDescriptorAddr","features":[172]},{"name":"DEBUG_DATA_ExpSystemResourcesListAddr","features":[172]},{"name":"DEBUG_DATA_IopErrorLogListHeadAddr","features":[172]},{"name":"DEBUG_DATA_KPCR_OFFSET","features":[172]},{"name":"DEBUG_DATA_KPRCB_OFFSET","features":[172]},{"name":"DEBUG_DATA_KTHREAD_OFFSET","features":[172]},{"name":"DEBUG_DATA_KdPrintBufferSizeAddr","features":[172]},{"name":"DEBUG_DATA_KdPrintCircularBufferAddr","features":[172]},{"name":"DEBUG_DATA_KdPrintCircularBufferEndAddr","features":[172]},{"name":"DEBUG_DATA_KdPrintCircularBufferPtrAddr","features":[172]},{"name":"DEBUG_DATA_KdPrintRolloverCountAddr","features":[172]},{"name":"DEBUG_DATA_KdPrintWritePointerAddr","features":[172]},{"name":"DEBUG_DATA_KeBugCheckCallbackListHeadAddr","features":[172]},{"name":"DEBUG_DATA_KeTimeIncrementAddr","features":[172]},{"name":"DEBUG_DATA_KeUserCallbackDispatcherAddr","features":[172]},{"name":"DEBUG_DATA_KernBase","features":[172]},{"name":"DEBUG_DATA_KernelVerifierAddr","features":[172]},{"name":"DEBUG_DATA_KiBugcheckDataAddr","features":[172]},{"name":"DEBUG_DATA_KiCallUserModeAddr","features":[172]},{"name":"DEBUG_DATA_KiNormalSystemCall","features":[172]},{"name":"DEBUG_DATA_KiProcessorBlockAddr","features":[172]},{"name":"DEBUG_DATA_MmAllocatedNonPagedPoolAddr","features":[172]},{"name":"DEBUG_DATA_MmAvailablePagesAddr","features":[172]},{"name":"DEBUG_DATA_MmBadPagesDetected","features":[172]},{"name":"DEBUG_DATA_MmDriverCommitAddr","features":[172]},{"name":"DEBUG_DATA_MmExtendedCommitAddr","features":[172]},{"name":"DEBUG_DATA_MmFreePageListHeadAddr","features":[172]},{"name":"DEBUG_DATA_MmHighestPhysicalPageAddr","features":[172]},{"name":"DEBUG_DATA_MmHighestUserAddressAddr","features":[172]},{"name":"DEBUG_DATA_MmLastUnloadedDriverAddr","features":[172]},{"name":"DEBUG_DATA_MmLoadedUserImageListAddr","features":[172]},{"name":"DEBUG_DATA_MmLowestPhysicalPageAddr","features":[172]},{"name":"DEBUG_DATA_MmMaximumNonPagedPoolInBytesAddr","features":[172]},{"name":"DEBUG_DATA_MmModifiedNoWritePageListHeadAddr","features":[172]},{"name":"DEBUG_DATA_MmModifiedPageListHeadAddr","features":[172]},{"name":"DEBUG_DATA_MmNonPagedPoolEndAddr","features":[172]},{"name":"DEBUG_DATA_MmNonPagedPoolStartAddr","features":[172]},{"name":"DEBUG_DATA_MmNonPagedSystemStartAddr","features":[172]},{"name":"DEBUG_DATA_MmNumberOfPagingFilesAddr","features":[172]},{"name":"DEBUG_DATA_MmNumberOfPhysicalPagesAddr","features":[172]},{"name":"DEBUG_DATA_MmPageSize","features":[172]},{"name":"DEBUG_DATA_MmPagedPoolCommitAddr","features":[172]},{"name":"DEBUG_DATA_MmPagedPoolEndAddr","features":[172]},{"name":"DEBUG_DATA_MmPagedPoolInformationAddr","features":[172]},{"name":"DEBUG_DATA_MmPagedPoolStartAddr","features":[172]},{"name":"DEBUG_DATA_MmPeakCommitmentAddr","features":[172]},{"name":"DEBUG_DATA_MmPfnDatabaseAddr","features":[172]},{"name":"DEBUG_DATA_MmPhysicalMemoryBlockAddr","features":[172]},{"name":"DEBUG_DATA_MmProcessCommitAddr","features":[172]},{"name":"DEBUG_DATA_MmResidentAvailablePagesAddr","features":[172]},{"name":"DEBUG_DATA_MmSessionBase","features":[172]},{"name":"DEBUG_DATA_MmSessionSize","features":[172]},{"name":"DEBUG_DATA_MmSharedCommitAddr","features":[172]},{"name":"DEBUG_DATA_MmSizeOfPagedPoolInBytesAddr","features":[172]},{"name":"DEBUG_DATA_MmSpecialPoolTagAddr","features":[172]},{"name":"DEBUG_DATA_MmStandbyPageListHeadAddr","features":[172]},{"name":"DEBUG_DATA_MmSubsectionBaseAddr","features":[172]},{"name":"DEBUG_DATA_MmSystemCacheEndAddr","features":[172]},{"name":"DEBUG_DATA_MmSystemCacheStartAddr","features":[172]},{"name":"DEBUG_DATA_MmSystemCacheWsAddr","features":[172]},{"name":"DEBUG_DATA_MmSystemParentTablePage","features":[172]},{"name":"DEBUG_DATA_MmSystemPtesEndAddr","features":[172]},{"name":"DEBUG_DATA_MmSystemPtesStartAddr","features":[172]},{"name":"DEBUG_DATA_MmSystemRangeStartAddr","features":[172]},{"name":"DEBUG_DATA_MmTotalCommitLimitAddr","features":[172]},{"name":"DEBUG_DATA_MmTotalCommitLimitMaximumAddr","features":[172]},{"name":"DEBUG_DATA_MmTotalCommittedPagesAddr","features":[172]},{"name":"DEBUG_DATA_MmTriageActionTakenAddr","features":[172]},{"name":"DEBUG_DATA_MmUnloadedDriversAddr","features":[172]},{"name":"DEBUG_DATA_MmUserProbeAddressAddr","features":[172]},{"name":"DEBUG_DATA_MmVerifierDataAddr","features":[172]},{"name":"DEBUG_DATA_MmVirtualTranslationBase","features":[172]},{"name":"DEBUG_DATA_MmZeroedPageListHeadAddr","features":[172]},{"name":"DEBUG_DATA_NonPagedPoolDescriptorAddr","features":[172]},{"name":"DEBUG_DATA_NtBuildLabAddr","features":[172]},{"name":"DEBUG_DATA_ObpRootDirectoryObjectAddr","features":[172]},{"name":"DEBUG_DATA_ObpTypeObjectTypeAddr","features":[172]},{"name":"DEBUG_DATA_OffsetEprocessDirectoryTableBase","features":[172]},{"name":"DEBUG_DATA_OffsetEprocessParentCID","features":[172]},{"name":"DEBUG_DATA_OffsetEprocessPeb","features":[172]},{"name":"DEBUG_DATA_OffsetKThreadApcProcess","features":[172]},{"name":"DEBUG_DATA_OffsetKThreadBStore","features":[172]},{"name":"DEBUG_DATA_OffsetKThreadBStoreLimit","features":[172]},{"name":"DEBUG_DATA_OffsetKThreadInitialStack","features":[172]},{"name":"DEBUG_DATA_OffsetKThreadKernelStack","features":[172]},{"name":"DEBUG_DATA_OffsetKThreadNextProcessor","features":[172]},{"name":"DEBUG_DATA_OffsetKThreadState","features":[172]},{"name":"DEBUG_DATA_OffsetKThreadTeb","features":[172]},{"name":"DEBUG_DATA_OffsetPrcbCpuType","features":[172]},{"name":"DEBUG_DATA_OffsetPrcbCurrentThread","features":[172]},{"name":"DEBUG_DATA_OffsetPrcbDpcRoutine","features":[172]},{"name":"DEBUG_DATA_OffsetPrcbMhz","features":[172]},{"name":"DEBUG_DATA_OffsetPrcbNumber","features":[172]},{"name":"DEBUG_DATA_OffsetPrcbProcessorState","features":[172]},{"name":"DEBUG_DATA_OffsetPrcbVendorString","features":[172]},{"name":"DEBUG_DATA_PROCESSOR_IDENTIFICATION","features":[172]},{"name":"DEBUG_DATA_PROCESSOR_SPEED","features":[172]},{"name":"DEBUG_DATA_PaeEnabled","features":[172]},{"name":"DEBUG_DATA_PagingLevels","features":[172]},{"name":"DEBUG_DATA_PoolTrackTableAddr","features":[172]},{"name":"DEBUG_DATA_ProductType","features":[172]},{"name":"DEBUG_DATA_PsActiveProcessHeadAddr","features":[172]},{"name":"DEBUG_DATA_PsLoadedModuleListAddr","features":[172]},{"name":"DEBUG_DATA_PspCidTableAddr","features":[172]},{"name":"DEBUG_DATA_PteBase","features":[172]},{"name":"DEBUG_DATA_SPACE_BUS_DATA","features":[172]},{"name":"DEBUG_DATA_SPACE_CONTROL","features":[172]},{"name":"DEBUG_DATA_SPACE_COUNT","features":[172]},{"name":"DEBUG_DATA_SPACE_DEBUGGER_DATA","features":[172]},{"name":"DEBUG_DATA_SPACE_IO","features":[172]},{"name":"DEBUG_DATA_SPACE_MSR","features":[172]},{"name":"DEBUG_DATA_SPACE_PHYSICAL","features":[172]},{"name":"DEBUG_DATA_SPACE_VIRTUAL","features":[172]},{"name":"DEBUG_DATA_SavedContextAddr","features":[172]},{"name":"DEBUG_DATA_SharedUserData","features":[172]},{"name":"DEBUG_DATA_SizeEProcess","features":[172]},{"name":"DEBUG_DATA_SizeEThread","features":[172]},{"name":"DEBUG_DATA_SizePrcb","features":[172]},{"name":"DEBUG_DATA_SuiteMask","features":[172]},{"name":"DEBUG_DECODE_ERROR","features":[1,172]},{"name":"DEBUG_DEVICE_OBJECT_INFO","features":[1,172]},{"name":"DEBUG_DISASM_EFFECTIVE_ADDRESS","features":[172]},{"name":"DEBUG_DISASM_MATCHING_SYMBOLS","features":[172]},{"name":"DEBUG_DISASM_SOURCE_FILE_NAME","features":[172]},{"name":"DEBUG_DISASM_SOURCE_LINE_NUMBER","features":[172]},{"name":"DEBUG_DRIVER_OBJECT_INFO","features":[172]},{"name":"DEBUG_DUMP_ACTIVE","features":[172]},{"name":"DEBUG_DUMP_DEFAULT","features":[172]},{"name":"DEBUG_DUMP_FILE_BASE","features":[172]},{"name":"DEBUG_DUMP_FILE_LOAD_FAILED_INDEX","features":[172]},{"name":"DEBUG_DUMP_FILE_ORIGINAL_CAB_INDEX","features":[172]},{"name":"DEBUG_DUMP_FILE_PAGE_FILE_DUMP","features":[172]},{"name":"DEBUG_DUMP_FULL","features":[172]},{"name":"DEBUG_DUMP_IMAGE_FILE","features":[172]},{"name":"DEBUG_DUMP_SMALL","features":[172]},{"name":"DEBUG_DUMP_TRACE_LOG","features":[172]},{"name":"DEBUG_DUMP_WINDOWS_CE","features":[172]},{"name":"DEBUG_ECREATE_PROCESS_DEFAULT","features":[172]},{"name":"DEBUG_ECREATE_PROCESS_INHERIT_HANDLES","features":[172]},{"name":"DEBUG_ECREATE_PROCESS_USE_IMPLICIT_COMMAND_LINE","features":[172]},{"name":"DEBUG_ECREATE_PROCESS_USE_VERIFIER_FLAGS","features":[172]},{"name":"DEBUG_EINDEX_FROM_CURRENT","features":[172]},{"name":"DEBUG_EINDEX_FROM_END","features":[172]},{"name":"DEBUG_EINDEX_FROM_START","features":[172]},{"name":"DEBUG_EINDEX_NAME","features":[172]},{"name":"DEBUG_END_ACTIVE_DETACH","features":[172]},{"name":"DEBUG_END_ACTIVE_TERMINATE","features":[172]},{"name":"DEBUG_END_DISCONNECT","features":[172]},{"name":"DEBUG_END_PASSIVE","features":[172]},{"name":"DEBUG_END_REENTRANT","features":[172]},{"name":"DEBUG_ENGOPT_ALL","features":[172]},{"name":"DEBUG_ENGOPT_ALLOW_NETWORK_PATHS","features":[172]},{"name":"DEBUG_ENGOPT_ALLOW_READ_ONLY_BREAKPOINTS","features":[172]},{"name":"DEBUG_ENGOPT_DEBUGGING_SENSITIVE_DATA","features":[172]},{"name":"DEBUG_ENGOPT_DISABLESQM","features":[172]},{"name":"DEBUG_ENGOPT_DISABLE_EXECUTION_COMMANDS","features":[172]},{"name":"DEBUG_ENGOPT_DISABLE_MANAGED_SUPPORT","features":[172]},{"name":"DEBUG_ENGOPT_DISABLE_MODULE_SYMBOL_LOAD","features":[172]},{"name":"DEBUG_ENGOPT_DISABLE_STEPLINES_OPTIONS","features":[172]},{"name":"DEBUG_ENGOPT_DISALLOW_IMAGE_FILE_MAPPING","features":[172]},{"name":"DEBUG_ENGOPT_DISALLOW_NETWORK_PATHS","features":[172]},{"name":"DEBUG_ENGOPT_DISALLOW_SHELL_COMMANDS","features":[172]},{"name":"DEBUG_ENGOPT_FAIL_INCOMPLETE_INFORMATION","features":[172]},{"name":"DEBUG_ENGOPT_FINAL_BREAK","features":[172]},{"name":"DEBUG_ENGOPT_IGNORE_DBGHELP_VERSION","features":[172]},{"name":"DEBUG_ENGOPT_IGNORE_EXTENSION_VERSIONS","features":[172]},{"name":"DEBUG_ENGOPT_IGNORE_LOADER_EXCEPTIONS","features":[172]},{"name":"DEBUG_ENGOPT_INITIAL_BREAK","features":[172]},{"name":"DEBUG_ENGOPT_INITIAL_MODULE_BREAK","features":[172]},{"name":"DEBUG_ENGOPT_KD_QUIET_MODE","features":[172]},{"name":"DEBUG_ENGOPT_NO_EXECUTE_REPEAT","features":[172]},{"name":"DEBUG_ENGOPT_PREFER_DML","features":[172]},{"name":"DEBUG_ENGOPT_PREFER_TRACE_FILES","features":[172]},{"name":"DEBUG_ENGOPT_RESOLVE_SHADOWED_VARIABLES","features":[172]},{"name":"DEBUG_ENGOPT_SYNCHRONIZE_BREAKPOINTS","features":[172]},{"name":"DEBUG_EVENT_BREAKPOINT","features":[172]},{"name":"DEBUG_EVENT_CHANGE_DEBUGGEE_STATE","features":[172]},{"name":"DEBUG_EVENT_CHANGE_ENGINE_STATE","features":[172]},{"name":"DEBUG_EVENT_CHANGE_SYMBOL_STATE","features":[172]},{"name":"DEBUG_EVENT_CONTEXT","features":[172]},{"name":"DEBUG_EVENT_CREATE_PROCESS","features":[172]},{"name":"DEBUG_EVENT_CREATE_THREAD","features":[172]},{"name":"DEBUG_EVENT_EXCEPTION","features":[172]},{"name":"DEBUG_EVENT_EXIT_PROCESS","features":[172]},{"name":"DEBUG_EVENT_EXIT_THREAD","features":[172]},{"name":"DEBUG_EVENT_LOAD_MODULE","features":[172]},{"name":"DEBUG_EVENT_SERVICE_EXCEPTION","features":[172]},{"name":"DEBUG_EVENT_SESSION_STATUS","features":[172]},{"name":"DEBUG_EVENT_SYSTEM_ERROR","features":[172]},{"name":"DEBUG_EVENT_UNLOAD_MODULE","features":[172]},{"name":"DEBUG_EXCEPTION_FILTER_PARAMETERS","features":[172]},{"name":"DEBUG_EXECUTE_DEFAULT","features":[172]},{"name":"DEBUG_EXECUTE_ECHO","features":[172]},{"name":"DEBUG_EXECUTE_EVENT","features":[172]},{"name":"DEBUG_EXECUTE_EXTENSION","features":[172]},{"name":"DEBUG_EXECUTE_HOTKEY","features":[172]},{"name":"DEBUG_EXECUTE_INTERNAL","features":[172]},{"name":"DEBUG_EXECUTE_MENU","features":[172]},{"name":"DEBUG_EXECUTE_NOT_LOGGED","features":[172]},{"name":"DEBUG_EXECUTE_NO_REPEAT","features":[172]},{"name":"DEBUG_EXECUTE_SCRIPT","features":[172]},{"name":"DEBUG_EXECUTE_TOOLBAR","features":[172]},{"name":"DEBUG_EXECUTE_USER_CLICKED","features":[172]},{"name":"DEBUG_EXECUTE_USER_TYPED","features":[172]},{"name":"DEBUG_EXEC_FLAGS_NONBLOCK","features":[172]},{"name":"DEBUG_EXPR_CPLUSPLUS","features":[172]},{"name":"DEBUG_EXPR_MASM","features":[172]},{"name":"DEBUG_EXTENSION_AT_ENGINE","features":[172]},{"name":"DEBUG_EXTINIT_HAS_COMMAND_HELP","features":[172]},{"name":"DEBUG_EXT_PVALUE_DEFAULT","features":[172]},{"name":"DEBUG_EXT_PVTYPE_IS_POINTER","features":[172]},{"name":"DEBUG_EXT_PVTYPE_IS_VALUE","features":[172]},{"name":"DEBUG_EXT_QVALUE_DEFAULT","features":[172]},{"name":"DEBUG_FAILURE_TYPE","features":[172]},{"name":"DEBUG_FA_ENTRY_ANSI_STRING","features":[172]},{"name":"DEBUG_FA_ENTRY_ANSI_STRINGs","features":[172]},{"name":"DEBUG_FA_ENTRY_ARRAY","features":[172]},{"name":"DEBUG_FA_ENTRY_EXTENSION_CMD","features":[172]},{"name":"DEBUG_FA_ENTRY_INSTRUCTION_OFFSET","features":[172]},{"name":"DEBUG_FA_ENTRY_NO_TYPE","features":[172]},{"name":"DEBUG_FA_ENTRY_POINTER","features":[172]},{"name":"DEBUG_FA_ENTRY_STRUCTURED_DATA","features":[172]},{"name":"DEBUG_FA_ENTRY_ULONG","features":[172]},{"name":"DEBUG_FA_ENTRY_ULONG64","features":[172]},{"name":"DEBUG_FA_ENTRY_UNICODE_STRING","features":[172]},{"name":"DEBUG_FILTER_BREAK","features":[172]},{"name":"DEBUG_FILTER_CREATE_PROCESS","features":[172]},{"name":"DEBUG_FILTER_CREATE_THREAD","features":[172]},{"name":"DEBUG_FILTER_DEBUGGEE_OUTPUT","features":[172]},{"name":"DEBUG_FILTER_EXIT_PROCESS","features":[172]},{"name":"DEBUG_FILTER_EXIT_THREAD","features":[172]},{"name":"DEBUG_FILTER_GO_HANDLED","features":[172]},{"name":"DEBUG_FILTER_GO_NOT_HANDLED","features":[172]},{"name":"DEBUG_FILTER_IGNORE","features":[172]},{"name":"DEBUG_FILTER_INITIAL_BREAKPOINT","features":[172]},{"name":"DEBUG_FILTER_INITIAL_MODULE_LOAD","features":[172]},{"name":"DEBUG_FILTER_LOAD_MODULE","features":[172]},{"name":"DEBUG_FILTER_OUTPUT","features":[172]},{"name":"DEBUG_FILTER_REMOVE","features":[172]},{"name":"DEBUG_FILTER_SECOND_CHANCE_BREAK","features":[172]},{"name":"DEBUG_FILTER_SYSTEM_ERROR","features":[172]},{"name":"DEBUG_FILTER_UNLOAD_MODULE","features":[172]},{"name":"DEBUG_FIND_SOURCE_BEST_MATCH","features":[172]},{"name":"DEBUG_FIND_SOURCE_DEFAULT","features":[172]},{"name":"DEBUG_FIND_SOURCE_FULL_PATH","features":[172]},{"name":"DEBUG_FIND_SOURCE_NO_SRCSRV","features":[172]},{"name":"DEBUG_FIND_SOURCE_TOKEN_LOOKUP","features":[172]},{"name":"DEBUG_FIND_SOURCE_WITH_CHECKSUM","features":[172]},{"name":"DEBUG_FIND_SOURCE_WITH_CHECKSUM_STRICT","features":[172]},{"name":"DEBUG_FLR_ACPI","features":[172]},{"name":"DEBUG_FLR_ACPI_BLACKBOX","features":[172]},{"name":"DEBUG_FLR_ACPI_EXTENSION","features":[172]},{"name":"DEBUG_FLR_ACPI_OBJECT","features":[172]},{"name":"DEBUG_FLR_ACPI_RESCONFLICT","features":[172]},{"name":"DEBUG_FLR_ADDITIONAL_DEBUGTEXT","features":[172]},{"name":"DEBUG_FLR_ADDITIONAL_XML","features":[172]},{"name":"DEBUG_FLR_ADD_PROCESS_IN_BUCKET","features":[172]},{"name":"DEBUG_FLR_ALUREON","features":[172]},{"name":"DEBUG_FLR_ANALYSIS_REPROCESS","features":[172]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_ELAPSED_TIME","features":[172]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_HOST","features":[172]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_TIME","features":[172]},{"name":"DEBUG_FLR_ANALYSIS_VERSION","features":[172]},{"name":"DEBUG_FLR_ANALYZABLE_POOL_CORRUPTION","features":[172]},{"name":"DEBUG_FLR_APPKILL","features":[172]},{"name":"DEBUG_FLR_APPLICATION_VERIFIER_LOADED","features":[172]},{"name":"DEBUG_FLR_APPS_NOT_TERMINATED","features":[172]},{"name":"DEBUG_FLR_APPVERIFERFLAGS","features":[172]},{"name":"DEBUG_FLR_ARM_WRITE_AV_CAVEAT","features":[172]},{"name":"DEBUG_FLR_ASSERT_DATA","features":[172]},{"name":"DEBUG_FLR_ASSERT_FILE","features":[172]},{"name":"DEBUG_FLR_ASSERT_INSTRUCTION","features":[172]},{"name":"DEBUG_FLR_BADPAGES_DETECTED","features":[172]},{"name":"DEBUG_FLR_BAD_HANDLE","features":[172]},{"name":"DEBUG_FLR_BAD_MEMORY_REFERENCE","features":[172]},{"name":"DEBUG_FLR_BAD_OBJECT_REFERENCE","features":[172]},{"name":"DEBUG_FLR_BAD_STACK","features":[172]},{"name":"DEBUG_FLR_BLOCKED_THREAD0","features":[172]},{"name":"DEBUG_FLR_BLOCKED_THREAD1","features":[172]},{"name":"DEBUG_FLR_BLOCKED_THREAD2","features":[172]},{"name":"DEBUG_FLR_BLOCKING_PROCESSID","features":[172]},{"name":"DEBUG_FLR_BLOCKING_THREAD","features":[172]},{"name":"DEBUG_FLR_BOOST_FOLLOWUP_TO_SPECIFIC","features":[172]},{"name":"DEBUG_FLR_BOOTSTAT","features":[172]},{"name":"DEBUG_FLR_BOOTSTAT_BLACKBOX","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_CHECKSUM","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_FLAVOR_STR","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_FUNCTION_STR","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_FUNC_OFFSET","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_IMAGE_STR","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_MODULE_STR","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_MODVER_STR","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_OFFSET","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_PREFIX_STR","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_PRIVATE","features":[172]},{"name":"DEBUG_FLR_BUCKET_ID_TIMEDATESTAMP","features":[172]},{"name":"DEBUG_FLR_BUGCHECKING_DRIVER","features":[172]},{"name":"DEBUG_FLR_BUGCHECKING_DRIVER_IDTAG","features":[172]},{"name":"DEBUG_FLR_BUGCHECK_CODE","features":[172]},{"name":"DEBUG_FLR_BUGCHECK_DESC","features":[172]},{"name":"DEBUG_FLR_BUGCHECK_P1","features":[172]},{"name":"DEBUG_FLR_BUGCHECK_P2","features":[172]},{"name":"DEBUG_FLR_BUGCHECK_P3","features":[172]},{"name":"DEBUG_FLR_BUGCHECK_P4","features":[172]},{"name":"DEBUG_FLR_BUGCHECK_SPECIFIER","features":[172]},{"name":"DEBUG_FLR_BUGCHECK_STR","features":[172]},{"name":"DEBUG_FLR_BUILDNAME_IN_BUCKET","features":[172]},{"name":"DEBUG_FLR_BUILDOSVER_STR_deprecated","features":[172]},{"name":"DEBUG_FLR_BUILD_OS_FULL_VERSION_STRING","features":[172]},{"name":"DEBUG_FLR_BUILD_VERSION_STRING","features":[172]},{"name":"DEBUG_FLR_CANCELLATION_NOT_SUPPORTED","features":[172]},{"name":"DEBUG_FLR_CHKIMG_EXTENSION","features":[172]},{"name":"DEBUG_FLR_CHPE_PROCESS","features":[172]},{"name":"DEBUG_FLR_CLIENT_DRIVER","features":[172]},{"name":"DEBUG_FLR_COLLECT_DATA_FOR_BUCKET","features":[172]},{"name":"DEBUG_FLR_COMPUTER_NAME","features":[172]},{"name":"DEBUG_FLR_CONTEXT","features":[172]},{"name":"DEBUG_FLR_CONTEXT_COMMAND","features":[172]},{"name":"DEBUG_FLR_CONTEXT_FLAGS","features":[172]},{"name":"DEBUG_FLR_CONTEXT_FOLLOWUP_INDEX","features":[172]},{"name":"DEBUG_FLR_CONTEXT_ID","features":[172]},{"name":"DEBUG_FLR_CONTEXT_METADATA","features":[172]},{"name":"DEBUG_FLR_CONTEXT_ORDER","features":[172]},{"name":"DEBUG_FLR_CONTEXT_RESTORE_COMMAND","features":[172]},{"name":"DEBUG_FLR_CONTEXT_SYSTEM","features":[172]},{"name":"DEBUG_FLR_CORRUPTING_POOL_ADDRESS","features":[172]},{"name":"DEBUG_FLR_CORRUPTING_POOL_TAG","features":[172]},{"name":"DEBUG_FLR_CORRUPT_MODULE_LIST","features":[172]},{"name":"DEBUG_FLR_CORRUPT_SERVICE_TABLE","features":[172]},{"name":"DEBUG_FLR_COVERAGE_BUILD","features":[172]},{"name":"DEBUG_FLR_CPU_COUNT","features":[172]},{"name":"DEBUG_FLR_CPU_FAMILY","features":[172]},{"name":"DEBUG_FLR_CPU_MICROCODE_VERSION","features":[172]},{"name":"DEBUG_FLR_CPU_MICROCODE_ZERO_INTEL","features":[172]},{"name":"DEBUG_FLR_CPU_MODEL","features":[172]},{"name":"DEBUG_FLR_CPU_OVERCLOCKED","features":[172]},{"name":"DEBUG_FLR_CPU_SPEED","features":[172]},{"name":"DEBUG_FLR_CPU_STEPPING","features":[172]},{"name":"DEBUG_FLR_CPU_VENDOR","features":[172]},{"name":"DEBUG_FLR_CRITICAL_PROCESS","features":[172]},{"name":"DEBUG_FLR_CRITICAL_PROCESS_REPORTGUID","features":[172]},{"name":"DEBUG_FLR_CRITICAL_SECTION","features":[172]},{"name":"DEBUG_FLR_CURRENT_IRQL","features":[172]},{"name":"DEBUG_FLR_CUSTOMER_CRASH_COUNT","features":[172]},{"name":"DEBUG_FLR_CUSTOMREPORTTAG","features":[172]},{"name":"DEBUG_FLR_CUSTOM_ANALYSIS_TAG_MAX","features":[172]},{"name":"DEBUG_FLR_CUSTOM_ANALYSIS_TAG_MIN","features":[172]},{"name":"DEBUG_FLR_CUSTOM_COMMAND","features":[172]},{"name":"DEBUG_FLR_CUSTOM_COMMAND_OUTPUT","features":[172]},{"name":"DEBUG_FLR_DEADLOCK_INPROC","features":[172]},{"name":"DEBUG_FLR_DEADLOCK_XPROC","features":[172]},{"name":"DEBUG_FLR_DEBUG_ANALYSIS","features":[172]},{"name":"DEBUG_FLR_DEFAULT_BUCKET_ID","features":[172]},{"name":"DEBUG_FLR_DEFAULT_SOLUTION_ID","features":[172]},{"name":"DEBUG_FLR_DERIVED_WAIT_CHAIN","features":[172]},{"name":"DEBUG_FLR_DESKTOP_HEAP_MISSING","features":[172]},{"name":"DEBUG_FLR_DETOURED_IMAGE","features":[172]},{"name":"DEBUG_FLR_DEVICE_NODE","features":[172]},{"name":"DEBUG_FLR_DEVICE_OBJECT","features":[172]},{"name":"DEBUG_FLR_DISKIO_READ_FAILURE","features":[172]},{"name":"DEBUG_FLR_DISKIO_WRITE_FAILURE","features":[172]},{"name":"DEBUG_FLR_DISKSEC_ISSUEDESCSTRING_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_MFGID_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_MODEL_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_ORGID_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_DATASIZE_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_OFFSET_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_TOTSIZE_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_DATASIZE_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_OFFSET_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_TOTSIZE_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_REASON_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISKSEC_TOTALSIZE_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_DISK_HARDWARE_ERROR","features":[172]},{"name":"DEBUG_FLR_DPC_RUNTIME","features":[172]},{"name":"DEBUG_FLR_DPC_STACK_BASE","features":[172]},{"name":"DEBUG_FLR_DPC_TIMELIMIT","features":[172]},{"name":"DEBUG_FLR_DPC_TIMEOUT_TYPE","features":[172]},{"name":"DEBUG_FLR_DRIVER_HARDWAREID","features":[172]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_DEVICE_ID","features":[172]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_DEVICE_NAME","features":[172]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_ID_BUS_TYPE","features":[172]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_REV_ID","features":[172]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_SUBSYS_ID","features":[172]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_SUBVENDOR_NAME","features":[172]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_VENDOR_ID","features":[172]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_VENDOR_NAME","features":[172]},{"name":"DEBUG_FLR_DRIVER_OBJECT","features":[172]},{"name":"DEBUG_FLR_DRIVER_VERIFIER_IO_VIOLATION_TYPE","features":[172]},{"name":"DEBUG_FLR_DRIVER_XML_DESCRIPTION","features":[172]},{"name":"DEBUG_FLR_DRIVER_XML_MANUFACTURER","features":[172]},{"name":"DEBUG_FLR_DRIVER_XML_PRODUCTNAME","features":[172]},{"name":"DEBUG_FLR_DRIVER_XML_VERSION","features":[172]},{"name":"DEBUG_FLR_DRVPOWERSTATE_SUBCODE","features":[172]},{"name":"DEBUG_FLR_DUMPSTREAM_COMMENTA","features":[172]},{"name":"DEBUG_FLR_DUMPSTREAM_COMMENTW","features":[172]},{"name":"DEBUG_FLR_DUMP_CLASS","features":[172]},{"name":"DEBUG_FLR_DUMP_FILE_ATTRIBUTES","features":[172]},{"name":"DEBUG_FLR_DUMP_FLAGS","features":[172]},{"name":"DEBUG_FLR_DUMP_QUALIFIER","features":[172]},{"name":"DEBUG_FLR_DUMP_TYPE","features":[172]},{"name":"DEBUG_FLR_END_MESSAGE","features":[172]},{"name":"DEBUG_FLR_ERESOURCE_ADDRESS","features":[172]},{"name":"DEBUG_FLR_EVENT_CODE_DATA_MISMATCH","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_CODE","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_CODE_STR","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_CODE_STR_deprecated","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_CONTEXT_RECURSION","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_DOESNOT_MATCH_CODE","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_MODULE_INFO","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER1","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER2","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER3","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER4","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_RECORD","features":[172]},{"name":"DEBUG_FLR_EXCEPTION_STR","features":[172]},{"name":"DEBUG_FLR_EXECUTE_ADDRESS","features":[172]},{"name":"DEBUG_FLR_FAILED_INSTRUCTION_ADDRESS","features":[172]},{"name":"DEBUG_FLR_FAILURE_ANALYSIS_SOURCE","features":[172]},{"name":"DEBUG_FLR_FAILURE_BUCKET_ID","features":[172]},{"name":"DEBUG_FLR_FAILURE_DISPLAY_NAME","features":[172]},{"name":"DEBUG_FLR_FAILURE_EXCEPTION_CODE","features":[172]},{"name":"DEBUG_FLR_FAILURE_FUNCTION_NAME","features":[172]},{"name":"DEBUG_FLR_FAILURE_ID_HASH","features":[172]},{"name":"DEBUG_FLR_FAILURE_ID_HASH_STRING","features":[172]},{"name":"DEBUG_FLR_FAILURE_ID_REPORT_LINK","features":[172]},{"name":"DEBUG_FLR_FAILURE_IMAGE_NAME","features":[172]},{"name":"DEBUG_FLR_FAILURE_LIST","features":[172]},{"name":"DEBUG_FLR_FAILURE_MODULE_NAME","features":[172]},{"name":"DEBUG_FLR_FAILURE_PROBLEM_CLASS","features":[172]},{"name":"DEBUG_FLR_FAILURE_SYMBOL_NAME","features":[172]},{"name":"DEBUG_FLR_FAULTING_INSTR_CODE","features":[172]},{"name":"DEBUG_FLR_FAULTING_IP","features":[172]},{"name":"DEBUG_FLR_FAULTING_LOCAL_VARIABLE_NAME","features":[172]},{"name":"DEBUG_FLR_FAULTING_MODULE","features":[172]},{"name":"DEBUG_FLR_FAULTING_SERVICE_NAME","features":[172]},{"name":"DEBUG_FLR_FAULTING_SOURCE_CODE","features":[172]},{"name":"DEBUG_FLR_FAULTING_SOURCE_COMMIT_ID","features":[172]},{"name":"DEBUG_FLR_FAULTING_SOURCE_CONTROL_TYPE","features":[172]},{"name":"DEBUG_FLR_FAULTING_SOURCE_FILE","features":[172]},{"name":"DEBUG_FLR_FAULTING_SOURCE_LINE","features":[172]},{"name":"DEBUG_FLR_FAULTING_SOURCE_LINE_NUMBER","features":[172]},{"name":"DEBUG_FLR_FAULTING_SOURCE_PROJECT","features":[172]},{"name":"DEBUG_FLR_FAULTING_SOURCE_REPO_ID","features":[172]},{"name":"DEBUG_FLR_FAULTING_SOURCE_REPO_URL","features":[172]},{"name":"DEBUG_FLR_FAULTING_SOURCE_SRV_COMMAND","features":[172]},{"name":"DEBUG_FLR_FAULTING_THREAD","features":[172]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_M","features":[172]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_MF","features":[172]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_MFO","features":[172]},{"name":"DEBUG_FLR_FA_ADHOC_ANALYSIS_ITEMS","features":[172]},{"name":"DEBUG_FLR_FA_PERF_DATA","features":[172]},{"name":"DEBUG_FLR_FA_PERF_ELAPSED_MS","features":[172]},{"name":"DEBUG_FLR_FA_PERF_ITEM","features":[172]},{"name":"DEBUG_FLR_FA_PERF_ITEM_NAME","features":[172]},{"name":"DEBUG_FLR_FA_PERF_ITERATIONS","features":[172]},{"name":"DEBUG_FLR_FEATURE_PATH","features":[172]},{"name":"DEBUG_FLR_FILESYSTEMS_NTFS","features":[172]},{"name":"DEBUG_FLR_FILESYSTEMS_NTFS_BLACKBOX","features":[172]},{"name":"DEBUG_FLR_FILESYSTEMS_REFS","features":[172]},{"name":"DEBUG_FLR_FILESYSTEMS_REFS_BLACKBOX","features":[172]},{"name":"DEBUG_FLR_FILE_ID","features":[172]},{"name":"DEBUG_FLR_FILE_IN_CAB","features":[172]},{"name":"DEBUG_FLR_FILE_LINE","features":[172]},{"name":"DEBUG_FLR_FIXED_IN_OSVERSION","features":[172]},{"name":"DEBUG_FLR_FOLLOWUP_BEFORE_RETRACER","features":[172]},{"name":"DEBUG_FLR_FOLLOWUP_BUCKET_ID","features":[172]},{"name":"DEBUG_FLR_FOLLOWUP_CONTEXT","features":[172]},{"name":"DEBUG_FLR_FOLLOWUP_DRIVER_ONLY","features":[172]},{"name":"DEBUG_FLR_FOLLOWUP_IP","features":[172]},{"name":"DEBUG_FLR_FOLLOWUP_NAME","features":[172]},{"name":"DEBUG_FLR_FRAME_ONE_INVALID","features":[172]},{"name":"DEBUG_FLR_FRAME_SOURCE_FILE_NAME","features":[172]},{"name":"DEBUG_FLR_FRAME_SOURCE_FILE_PATH","features":[172]},{"name":"DEBUG_FLR_FRAME_SOURCE_LINE_NUMBER","features":[172]},{"name":"DEBUG_FLR_FREED_POOL_TAG","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_ANALYSIS_TEXT","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_COOKIES_MATCH_EXH","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_COOKIE","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_EBP","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_EBPESP","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_FALSE_POSITIVE","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_FRAME_COOKIE","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_FRAME_COOKIE_COMPLEMENT","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_FUNCTION","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED_FRAMEID","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED_THREADID","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_MEMORY_READ_ERROR","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_MISSING_ESTABLISHER_FRAME","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_MODULE_COOKIE","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_NOT_UP2DATE","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_OFF_BY_ONE_OVERRUN","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_OVERRUN_LOCAL","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_OVERRUN_LOCAL_NAME","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_POSITIVELY_CORRUPTED_EBPESP","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_POSITIVE_BUFFER_OVERFLOW","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_PROBABLY_NOT_USING_GS","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_RA_SMASHED","features":[172]},{"name":"DEBUG_FLR_GSFAILURE_UP2DATE_UNKNOWN","features":[172]},{"name":"DEBUG_FLR_HANDLE_VALUE","features":[172]},{"name":"DEBUG_FLR_HANG","features":[172]},{"name":"DEBUG_FLR_HANG_DATA_NEEDED","features":[172]},{"name":"DEBUG_FLR_HANG_REPORT_THREAD_IS_IDLE","features":[172]},{"name":"DEBUG_FLR_HARDWARE_BUCKET_TAG","features":[172]},{"name":"DEBUG_FLR_HARDWARE_ERROR","features":[172]},{"name":"DEBUG_FLR_HIGH_NONPAGED_POOL_USAGE","features":[172]},{"name":"DEBUG_FLR_HIGH_PAGED_POOL_USAGE","features":[172]},{"name":"DEBUG_FLR_HIGH_PROCESS_COMMIT","features":[172]},{"name":"DEBUG_FLR_HIGH_SERVICE_COMMIT","features":[172]},{"name":"DEBUG_FLR_HIGH_SHARED_COMMIT_USAGE","features":[172]},{"name":"DEBUG_FLR_HOLDINFO","features":[172]},{"name":"DEBUG_FLR_HOLDINFO_ACTIVE_HOLD_COUNT","features":[172]},{"name":"DEBUG_FLR_HOLDINFO_ALWAYS_HOLD","features":[172]},{"name":"DEBUG_FLR_HOLDINFO_ALWAYS_IGNORE","features":[172]},{"name":"DEBUG_FLR_HOLDINFO_HISTORIC_HOLD_COUNT","features":[172]},{"name":"DEBUG_FLR_HOLDINFO_LAST_SEEN_HOLD_DATE","features":[172]},{"name":"DEBUG_FLR_HOLDINFO_MANUAL_HOLD","features":[172]},{"name":"DEBUG_FLR_HOLDINFO_MAX_HOLD_LIMIT","features":[172]},{"name":"DEBUG_FLR_HOLDINFO_NOTIFICATION_ALIASES","features":[172]},{"name":"DEBUG_FLR_HOLDINFO_RECOMMEND_HOLD","features":[172]},{"name":"DEBUG_FLR_HOLDINFO_TENET_SOCRE","features":[172]},{"name":"DEBUG_FLR_IGNORE_BUCKET_ID_OFFSET","features":[172]},{"name":"DEBUG_FLR_IGNORE_LARGE_MODULE_CORRUPTION","features":[172]},{"name":"DEBUG_FLR_IGNORE_MODULE_HARDWARE_ID","features":[172]},{"name":"DEBUG_FLR_IMAGE_CLASS","features":[172]},{"name":"DEBUG_FLR_IMAGE_NAME","features":[172]},{"name":"DEBUG_FLR_IMAGE_TIMESTAMP","features":[172]},{"name":"DEBUG_FLR_IMAGE_VERSION","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_CLIFAULT","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_FREE_BLOCK","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_MODULE_NOT_IN_LIST","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_PAGED_CODE","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_RESERVED_BLOCK","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_UNLOADED_MODULE","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_VM_MAPPED_MODULE","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_MISALIGNED","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_NOT_IN_STREAM","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_ON_HEAP","features":[172]},{"name":"DEBUG_FLR_INSTR_POINTER_ON_STACK","features":[172]},{"name":"DEBUG_FLR_INSTR_SESSION_POOL_TAG","features":[172]},{"name":"DEBUG_FLR_INTEL_CPU_BIOS_UPGRADE_NEEDED","features":[172]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_CONTINUABLE","features":[172]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_HITCOUNT","features":[172]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_STATUS_TEXT","features":[172]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_URL","features":[172]},{"name":"DEBUG_FLR_INTERNAL_RAID_BUG","features":[172]},{"name":"DEBUG_FLR_INTERNAL_RAID_BUG_DATABASE_STRING","features":[172]},{"name":"DEBUG_FLR_INTERNAL_RESPONSE","features":[172]},{"name":"DEBUG_FLR_INTERNAL_SOLUTION_TEXT","features":[172]},{"name":"DEBUG_FLR_INVALID","features":[172]},{"name":"DEBUG_FLR_INVALID_DPC_FOUND","features":[172]},{"name":"DEBUG_FLR_INVALID_HEAP_ADDRESS","features":[172]},{"name":"DEBUG_FLR_INVALID_KERNEL_CONTEXT","features":[172]},{"name":"DEBUG_FLR_INVALID_OPCODE","features":[172]},{"name":"DEBUG_FLR_INVALID_PFN","features":[172]},{"name":"DEBUG_FLR_INVALID_USEREVENT","features":[172]},{"name":"DEBUG_FLR_INVALID_USER_CONTEXT","features":[172]},{"name":"DEBUG_FLR_IOCONTROL_CODE","features":[172]},{"name":"DEBUG_FLR_IOSB_ADDRESS","features":[172]},{"name":"DEBUG_FLR_IO_ERROR_CODE","features":[172]},{"name":"DEBUG_FLR_IRP_ADDRESS","features":[172]},{"name":"DEBUG_FLR_IRP_CANCEL_ROUTINE","features":[172]},{"name":"DEBUG_FLR_IRP_MAJOR_FN","features":[172]},{"name":"DEBUG_FLR_IRP_MINOR_FN","features":[172]},{"name":"DEBUG_FLR_KERNEL","features":[172]},{"name":"DEBUG_FLR_KERNEL_LOG_PROCESS_NAME","features":[172]},{"name":"DEBUG_FLR_KERNEL_LOG_STATUS","features":[172]},{"name":"DEBUG_FLR_KERNEL_VERIFIER_ENABLED","features":[172]},{"name":"DEBUG_FLR_KEYVALUE_ANALYSIS","features":[172]},{"name":"DEBUG_FLR_KEY_VALUES_STRING","features":[172]},{"name":"DEBUG_FLR_KEY_VALUES_VARIANT","features":[172]},{"name":"DEBUG_FLR_KM_MODULE_LIST","features":[172]},{"name":"DEBUG_FLR_LARGE_TICK_INCREMENT","features":[172]},{"name":"DEBUG_FLR_LAST_CONTROL_TRANSFER","features":[172]},{"name":"DEBUG_FLR_LCIE_ISO_AVAILABLE","features":[172]},{"name":"DEBUG_FLR_LEAKED_SESSION_POOL_TAG","features":[172]},{"name":"DEBUG_FLR_LEGACY_PAGE_TABLE_ACCESS","features":[172]},{"name":"DEBUG_FLR_LIVE_KERNEL_DUMP","features":[172]},{"name":"DEBUG_FLR_LOADERLOCK_BLOCKED_API","features":[172]},{"name":"DEBUG_FLR_LOADERLOCK_IN_WAIT_CHAIN","features":[172]},{"name":"DEBUG_FLR_LOADERLOCK_OWNER_API","features":[172]},{"name":"DEBUG_FLR_LOP_STACKHASH","features":[172]},{"name":"DEBUG_FLR_LOW_SYSTEM_COMMIT","features":[172]},{"name":"DEBUG_FLR_MACHINE_INFO_SHA1_HASH","features":[172]},{"name":"DEBUG_FLR_MANAGED_ANALYSIS_PROVIDER","features":[172]},{"name":"DEBUG_FLR_MANAGED_BITNESS_MISMATCH","features":[172]},{"name":"DEBUG_FLR_MANAGED_CODE","features":[172]},{"name":"DEBUG_FLR_MANAGED_ENGINE_MODULE","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_ADDRESS","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CALLSTACK","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CMD","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CONTEXT_MESSAGE","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_HRESULT","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_ADDRESS","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_CALLSTACK","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_HRESULT","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_MESSAGE","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_TYPE","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_MESSAGE","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_MESSAGE_deprecated","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_ADDRESS","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_CALLSTACK","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_HRESULT","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_MESSAGE","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_TYPE","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_OBJECT","features":[172]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_TYPE","features":[172]},{"name":"DEBUG_FLR_MANAGED_FRAME_CHAIN_CORRUPTION","features":[172]},{"name":"DEBUG_FLR_MANAGED_HRESULT_STRING","features":[172]},{"name":"DEBUG_FLR_MANAGED_KERNEL_DEBUGGER","features":[172]},{"name":"DEBUG_FLR_MANAGED_OBJECT","features":[172]},{"name":"DEBUG_FLR_MANAGED_OBJECT_NAME","features":[172]},{"name":"DEBUG_FLR_MANAGED_STACK_COMMAND","features":[172]},{"name":"DEBUG_FLR_MANAGED_STACK_STRING","features":[172]},{"name":"DEBUG_FLR_MANAGED_THREAD_CMD_CALLSTACK","features":[172]},{"name":"DEBUG_FLR_MANAGED_THREAD_CMD_STACKOBJECTS","features":[172]},{"name":"DEBUG_FLR_MANAGED_THREAD_ID","features":[172]},{"name":"DEBUG_FLR_MANUAL_BREAKIN","features":[172]},{"name":"DEBUG_FLR_MARKER_BUCKET","features":[172]},{"name":"DEBUG_FLR_MARKER_FILE","features":[172]},{"name":"DEBUG_FLR_MARKER_MODULE_FILE","features":[172]},{"name":"DEBUG_FLR_MASK_ALL","features":[172]},{"name":"DEBUG_FLR_MEMDIAG_LASTRUN_STATUS","features":[172]},{"name":"DEBUG_FLR_MEMDIAG_LASTRUN_TIME","features":[172]},{"name":"DEBUG_FLR_MEMORY_ANALYSIS","features":[172]},{"name":"DEBUG_FLR_MEMORY_CORRUPTION_SIGNATURE","features":[172]},{"name":"DEBUG_FLR_MEMORY_CORRUPTOR","features":[172]},{"name":"DEBUG_FLR_MILCORE_BREAK","features":[172]},{"name":"DEBUG_FLR_MINUTES_SINCE_LAST_EVENT","features":[172]},{"name":"DEBUG_FLR_MINUTES_SINCE_LAST_EVENT_OF_THIS_TYPE","features":[172]},{"name":"DEBUG_FLR_MISSING_CLR_SYMBOL","features":[172]},{"name":"DEBUG_FLR_MISSING_IMPORTANT_SYMBOL","features":[172]},{"name":"DEBUG_FLR_MM_INTERNAL_CODE","features":[172]},{"name":"DEBUG_FLR_MODLIST_SHA1_HASH","features":[172]},{"name":"DEBUG_FLR_MODLIST_TSCHKSUM_SHA1_HASH","features":[172]},{"name":"DEBUG_FLR_MODLIST_UNLOADED_SHA1_HASH","features":[172]},{"name":"DEBUG_FLR_MODULE_BUCKET_ID","features":[172]},{"name":"DEBUG_FLR_MODULE_LIST","features":[172]},{"name":"DEBUG_FLR_MODULE_NAME","features":[172]},{"name":"DEBUG_FLR_MODULE_PRODUCTNAME","features":[172]},{"name":"DEBUG_FLR_MOD_SPECIFIC_DATA_ONLY","features":[172]},{"name":"DEBUG_FLR_NO_ARCH_IN_BUCKET","features":[172]},{"name":"DEBUG_FLR_NO_BUGCHECK_IN_BUCKET","features":[172]},{"name":"DEBUG_FLR_NO_IMAGE_IN_BUCKET","features":[172]},{"name":"DEBUG_FLR_NO_IMAGE_TIMESTAMP_IN_BUCKET","features":[172]},{"name":"DEBUG_FLR_NTGLOBALFLAG","features":[172]},{"name":"DEBUG_FLR_ON_DPC_STACK","features":[172]},{"name":"DEBUG_FLR_ORIGINAL_CAB_NAME","features":[172]},{"name":"DEBUG_FLR_OSBUILD_deprecated","features":[172]},{"name":"DEBUG_FLR_OS_BRANCH","features":[172]},{"name":"DEBUG_FLR_OS_BUILD","features":[172]},{"name":"DEBUG_FLR_OS_BUILD_LAYERS_XML","features":[172]},{"name":"DEBUG_FLR_OS_BUILD_STRING","features":[172]},{"name":"DEBUG_FLR_OS_BUILD_TIMESTAMP_ISO","features":[172]},{"name":"DEBUG_FLR_OS_BUILD_TIMESTAMP_LAB","features":[172]},{"name":"DEBUG_FLR_OS_FLAVOR","features":[172]},{"name":"DEBUG_FLR_OS_LOCALE","features":[172]},{"name":"DEBUG_FLR_OS_LOCALE_LCID","features":[172]},{"name":"DEBUG_FLR_OS_MAJOR","features":[172]},{"name":"DEBUG_FLR_OS_MINOR","features":[172]},{"name":"DEBUG_FLR_OS_NAME","features":[172]},{"name":"DEBUG_FLR_OS_NAME_EDITION","features":[172]},{"name":"DEBUG_FLR_OS_PLATFORM_ARCH","features":[172]},{"name":"DEBUG_FLR_OS_PLATFORM_ID","features":[172]},{"name":"DEBUG_FLR_OS_PRODUCT_TYPE","features":[172]},{"name":"DEBUG_FLR_OS_REVISION","features":[172]},{"name":"DEBUG_FLR_OS_SERVICEPACK","features":[172]},{"name":"DEBUG_FLR_OS_SERVICEPACK_deprecated","features":[172]},{"name":"DEBUG_FLR_OS_SKU","features":[172]},{"name":"DEBUG_FLR_OS_SUITE_MASK","features":[172]},{"name":"DEBUG_FLR_OS_VERSION","features":[172]},{"name":"DEBUG_FLR_OS_VERSION_deprecated","features":[172]},{"name":"DEBUG_FLR_OVERLAPPED_MODULE","features":[172]},{"name":"DEBUG_FLR_OVERLAPPED_UNLOADED_MODULE","features":[172]},{"name":"DEBUG_FLR_PAGE_HASH_ERRORS","features":[172]},{"name":"DEBUG_FLR_PARAM_TYPE","features":[172]},{"name":"DEBUG_FLR_PG_MISMATCH","features":[172]},{"name":"DEBUG_FLR_PHONE_APPID","features":[172]},{"name":"DEBUG_FLR_PHONE_APPVERSION","features":[172]},{"name":"DEBUG_FLR_PHONE_BOOTLOADERVERSION","features":[172]},{"name":"DEBUG_FLR_PHONE_BUILDBRANCH","features":[172]},{"name":"DEBUG_FLR_PHONE_BUILDER","features":[172]},{"name":"DEBUG_FLR_PHONE_BUILDNUMBER","features":[172]},{"name":"DEBUG_FLR_PHONE_BUILDTIMESTAMP","features":[172]},{"name":"DEBUG_FLR_PHONE_FIRMWAREREVISION","features":[172]},{"name":"DEBUG_FLR_PHONE_HARDWAREREVISION","features":[172]},{"name":"DEBUG_FLR_PHONE_LCID","features":[172]},{"name":"DEBUG_FLR_PHONE_MCCMNC","features":[172]},{"name":"DEBUG_FLR_PHONE_OPERATOR","features":[172]},{"name":"DEBUG_FLR_PHONE_QFE","features":[172]},{"name":"DEBUG_FLR_PHONE_RADIOHARDWAREREVISION","features":[172]},{"name":"DEBUG_FLR_PHONE_RADIOSOFTWAREREVISION","features":[172]},{"name":"DEBUG_FLR_PHONE_RAM","features":[172]},{"name":"DEBUG_FLR_PHONE_REPORTGUID","features":[172]},{"name":"DEBUG_FLR_PHONE_REPORTTIMESTAMP","features":[172]},{"name":"DEBUG_FLR_PHONE_ROMVERSION","features":[172]},{"name":"DEBUG_FLR_PHONE_SKUID","features":[172]},{"name":"DEBUG_FLR_PHONE_SOCVERSION","features":[172]},{"name":"DEBUG_FLR_PHONE_SOURCE","features":[172]},{"name":"DEBUG_FLR_PHONE_SOURCEEXTERNAL","features":[172]},{"name":"DEBUG_FLR_PHONE_UIF_APPID","features":[172]},{"name":"DEBUG_FLR_PHONE_UIF_APPNAME","features":[172]},{"name":"DEBUG_FLR_PHONE_UIF_CATEGORY","features":[172]},{"name":"DEBUG_FLR_PHONE_UIF_COMMENT","features":[172]},{"name":"DEBUG_FLR_PHONE_UIF_ORIGIN","features":[172]},{"name":"DEBUG_FLR_PHONE_USERALIAS","features":[172]},{"name":"DEBUG_FLR_PHONE_VERSIONMAJOR","features":[172]},{"name":"DEBUG_FLR_PHONE_VERSIONMINOR","features":[172]},{"name":"DEBUG_FLR_PLATFORM_BUCKET_STRING","features":[172]},{"name":"DEBUG_FLR_PNP","features":[172]},{"name":"DEBUG_FLR_PNP_BLACKBOX","features":[172]},{"name":"DEBUG_FLR_PNP_IRP_ADDRESS","features":[172]},{"name":"DEBUG_FLR_PNP_IRP_ADDRESS_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_PNP_TRIAGE_DATA","features":[172]},{"name":"DEBUG_FLR_PNP_TRIAGE_DATA_DEPRECATED","features":[172]},{"name":"DEBUG_FLR_POISONED_TB","features":[172]},{"name":"DEBUG_FLR_POOL_ADDRESS","features":[172]},{"name":"DEBUG_FLR_POOL_CORRUPTOR","features":[172]},{"name":"DEBUG_FLR_POSSIBLE_INVALID_CONTROL_TRANSFER","features":[172]},{"name":"DEBUG_FLR_POSSIBLE_STACK_OVERFLOW","features":[172]},{"name":"DEBUG_FLR_POWERREQUEST_ADDRESS","features":[172]},{"name":"DEBUG_FLR_PO_BLACKBOX","features":[172]},{"name":"DEBUG_FLR_PREVIOUS_IRQL","features":[172]},{"name":"DEBUG_FLR_PREVIOUS_MODE","features":[172]},{"name":"DEBUG_FLR_PRIMARY_PROBLEM_CLASS","features":[172]},{"name":"DEBUG_FLR_PRIMARY_PROBLEM_CLASS_DATA","features":[172]},{"name":"DEBUG_FLR_PROBLEM_CLASSES","features":[172]},{"name":"DEBUG_FLR_PROBLEM_CODE_PATH_HASH","features":[172]},{"name":"DEBUG_FLR_PROCESSES_ANALYSIS","features":[172]},{"name":"DEBUG_FLR_PROCESSOR_ID","features":[172]},{"name":"DEBUG_FLR_PROCESSOR_INFO","features":[172]},{"name":"DEBUG_FLR_PROCESS_BAM_CURRENT_THROTTLED","features":[172]},{"name":"DEBUG_FLR_PROCESS_BAM_PREVIOUS_THROTTLED","features":[172]},{"name":"DEBUG_FLR_PROCESS_INFO","features":[172]},{"name":"DEBUG_FLR_PROCESS_NAME","features":[172]},{"name":"DEBUG_FLR_PROCESS_OBJECT","features":[172]},{"name":"DEBUG_FLR_PROCESS_PRODUCTNAME","features":[172]},{"name":"DEBUG_FLR_RAISED_IRQL_USER_FAULT","features":[172]},{"name":"DEBUG_FLR_READ_ADDRESS","features":[172]},{"name":"DEBUG_FLR_RECURRING_STACK","features":[172]},{"name":"DEBUG_FLR_REGISTRYTXT_SOURCE","features":[172]},{"name":"DEBUG_FLR_REGISTRYTXT_STRESS_ID","features":[172]},{"name":"DEBUG_FLR_REGISTRY_DATA","features":[172]},{"name":"DEBUG_FLR_REPORT_INFO_CREATION_TIME","features":[172]},{"name":"DEBUG_FLR_REPORT_INFO_GUID","features":[172]},{"name":"DEBUG_FLR_REPORT_INFO_SOURCE","features":[172]},{"name":"DEBUG_FLR_REQUESTED_IRQL","features":[172]},{"name":"DEBUG_FLR_RESERVED","features":[172]},{"name":"DEBUG_FLR_RESOURCE_CALL_TYPE","features":[172]},{"name":"DEBUG_FLR_RESOURCE_CALL_TYPE_STR","features":[172]},{"name":"DEBUG_FLR_SCM","features":[172]},{"name":"DEBUG_FLR_SCM_BLACKBOX","features":[172]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY","features":[172]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_CONTROLCODE","features":[172]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_SERVICENAME","features":[172]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_STARTTIME","features":[172]},{"name":"DEBUG_FLR_SEARCH_HANG","features":[172]},{"name":"DEBUG_FLR_SECURITY_COOKIES","features":[172]},{"name":"DEBUG_FLR_SERVICE","features":[172]},{"name":"DEBUG_FLR_SERVICETABLE_MODIFIED","features":[172]},{"name":"DEBUG_FLR_SERVICE_ANALYSIS","features":[172]},{"name":"DEBUG_FLR_SERVICE_DEPENDONGROUP","features":[172]},{"name":"DEBUG_FLR_SERVICE_DEPENDONSERVICE","features":[172]},{"name":"DEBUG_FLR_SERVICE_DESCRIPTION","features":[172]},{"name":"DEBUG_FLR_SERVICE_DISPLAYNAME","features":[172]},{"name":"DEBUG_FLR_SERVICE_GROUP","features":[172]},{"name":"DEBUG_FLR_SERVICE_NAME","features":[172]},{"name":"DEBUG_FLR_SHOW_ERRORLOG","features":[172]},{"name":"DEBUG_FLR_SHOW_LCIE_ISO_DATA","features":[172]},{"name":"DEBUG_FLR_SIMULTANEOUS_TELSVC_INSTANCES","features":[172]},{"name":"DEBUG_FLR_SIMULTANEOUS_TELWP_INSTANCES","features":[172]},{"name":"DEBUG_FLR_SINGLE_BIT_ERROR","features":[172]},{"name":"DEBUG_FLR_SINGLE_BIT_PFN_PAGE_ERROR","features":[172]},{"name":"DEBUG_FLR_SKIP_CORRUPT_MODULE_DETECTION","features":[172]},{"name":"DEBUG_FLR_SKIP_MODULE_SPECIFIC_BUCKET_INFO","features":[172]},{"name":"DEBUG_FLR_SKIP_STACK_ANALYSIS","features":[172]},{"name":"DEBUG_FLR_SM_BUFFER_HASH","features":[172]},{"name":"DEBUG_FLR_SM_COMPRESSION_FORMAT","features":[172]},{"name":"DEBUG_FLR_SM_ONEBIT_SOLUTION_COUNT","features":[172]},{"name":"DEBUG_FLR_SM_SOURCE_OFFSET","features":[172]},{"name":"DEBUG_FLR_SM_SOURCE_PFN1","features":[172]},{"name":"DEBUG_FLR_SM_SOURCE_PFN2","features":[172]},{"name":"DEBUG_FLR_SM_SOURCE_SIZE","features":[172]},{"name":"DEBUG_FLR_SM_TARGET_PFN","features":[172]},{"name":"DEBUG_FLR_SOLUTION_ID","features":[172]},{"name":"DEBUG_FLR_SOLUTION_TYPE","features":[172]},{"name":"DEBUG_FLR_SPECIAL_POOL_CORRUPTION_TYPE","features":[172]},{"name":"DEBUG_FLR_STACK","features":[172]},{"name":"DEBUG_FLR_STACKHASH_ANALYSIS","features":[172]},{"name":"DEBUG_FLR_STACKUSAGE_FUNCTION","features":[172]},{"name":"DEBUG_FLR_STACKUSAGE_FUNCTION_SIZE","features":[172]},{"name":"DEBUG_FLR_STACKUSAGE_IMAGE","features":[172]},{"name":"DEBUG_FLR_STACKUSAGE_IMAGE_SIZE","features":[172]},{"name":"DEBUG_FLR_STACKUSAGE_RECURSION_COUNT","features":[172]},{"name":"DEBUG_FLR_STACK_COMMAND","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME","features":[172]},{"name":"DEBUG_FLR_STACK_FRAMES","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME_FLAGS","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME_FUNCTION","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME_IMAGE","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME_INSTRUCTION","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME_MODULE","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME_MODULE_BASE","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME_NUMBER","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME_SRC","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME_SYMBOL","features":[172]},{"name":"DEBUG_FLR_STACK_FRAME_SYMBOL_OFFSET","features":[172]},{"name":"DEBUG_FLR_STACK_OVERFLOW","features":[172]},{"name":"DEBUG_FLR_STACK_POINTER_ERROR","features":[172]},{"name":"DEBUG_FLR_STACK_POINTER_MISALIGNED","features":[172]},{"name":"DEBUG_FLR_STACK_POINTER_ONEBIT_ERROR","features":[172]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_M","features":[172]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_MF","features":[172]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_MFO","features":[172]},{"name":"DEBUG_FLR_STACK_TEXT","features":[172]},{"name":"DEBUG_FLR_STATUS_CODE","features":[172]},{"name":"DEBUG_FLR_STORAGE","features":[172]},{"name":"DEBUG_FLR_STORAGE_BLACKBOX","features":[172]},{"name":"DEBUG_FLR_STORAGE_ISSUEDESCSTRING","features":[172]},{"name":"DEBUG_FLR_STORAGE_MFGID","features":[172]},{"name":"DEBUG_FLR_STORAGE_MODEL","features":[172]},{"name":"DEBUG_FLR_STORAGE_ORGID","features":[172]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_DATASIZE","features":[172]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_OFFSET","features":[172]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_TOTSIZE","features":[172]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_DATASIZE","features":[172]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_OFFSET","features":[172]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_TOTSIZE","features":[172]},{"name":"DEBUG_FLR_STORAGE_REASON","features":[172]},{"name":"DEBUG_FLR_STORAGE_TOTALSIZE","features":[172]},{"name":"DEBUG_FLR_STORE_DEVELOPER_NAME","features":[172]},{"name":"DEBUG_FLR_STORE_IS_MICROSOFT_PRODUCT","features":[172]},{"name":"DEBUG_FLR_STORE_LEGACY_PARENT_PRODUCT_ID","features":[172]},{"name":"DEBUG_FLR_STORE_LEGACY_WINDOWS_PHONE_PRODUCT_ID","features":[172]},{"name":"DEBUG_FLR_STORE_LEGACY_WINDOWS_STORE_PRODUCT_ID","features":[172]},{"name":"DEBUG_FLR_STORE_LEGACY_XBOX_360_PRODUCT_ID","features":[172]},{"name":"DEBUG_FLR_STORE_LEGACY_XBOX_ONE_PRODUCT_ID","features":[172]},{"name":"DEBUG_FLR_STORE_PACKAGE_FAMILY_NAME","features":[172]},{"name":"DEBUG_FLR_STORE_PACKAGE_IDENTITY_NAME","features":[172]},{"name":"DEBUG_FLR_STORE_PREFERRED_SKU_ID","features":[172]},{"name":"DEBUG_FLR_STORE_PRIMARY_PARENT_PRODUCT_ID","features":[172]},{"name":"DEBUG_FLR_STORE_PRODUCT_DESCRIPTION","features":[172]},{"name":"DEBUG_FLR_STORE_PRODUCT_DISPLAY_NAME","features":[172]},{"name":"DEBUG_FLR_STORE_PRODUCT_EXTENDED_NAME","features":[172]},{"name":"DEBUG_FLR_STORE_PRODUCT_ID","features":[172]},{"name":"DEBUG_FLR_STORE_PUBLISHER_CERTIFICATE_NAME","features":[172]},{"name":"DEBUG_FLR_STORE_PUBLISHER_ID","features":[172]},{"name":"DEBUG_FLR_STORE_PUBLISHER_NAME","features":[172]},{"name":"DEBUG_FLR_STORE_URL_APP","features":[172]},{"name":"DEBUG_FLR_STORE_URL_APPHEALTH","features":[172]},{"name":"DEBUG_FLR_STORE_XBOX_TITLE_ID","features":[172]},{"name":"DEBUG_FLR_STREAM_ANALYSIS","features":[172]},{"name":"DEBUG_FLR_SUSPECT_CODE_PATH_HASH","features":[172]},{"name":"DEBUG_FLR_SVCHOST","features":[172]},{"name":"DEBUG_FLR_SVCHOST_GROUP","features":[172]},{"name":"DEBUG_FLR_SVCHOST_IMAGEPATH","features":[172]},{"name":"DEBUG_FLR_SVCHOST_SERVICEDLL","features":[172]},{"name":"DEBUG_FLR_SWITCH_PROCESS_CONTEXT","features":[172]},{"name":"DEBUG_FLR_SYMBOL_FROM_RAW_STACK_ADDRESS","features":[172]},{"name":"DEBUG_FLR_SYMBOL_NAME","features":[172]},{"name":"DEBUG_FLR_SYMBOL_ON_RAW_STACK","features":[172]},{"name":"DEBUG_FLR_SYMBOL_ROUTINE_NAME","features":[172]},{"name":"DEBUG_FLR_SYMBOL_STACK_INDEX","features":[172]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_MANUFACTURER","features":[172]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_PRODUCT","features":[172]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_VERSION","features":[172]},{"name":"DEBUG_FLR_SYSINFO_BIOS_DATE","features":[172]},{"name":"DEBUG_FLR_SYSINFO_BIOS_VENDOR","features":[172]},{"name":"DEBUG_FLR_SYSINFO_BIOS_VERSION","features":[172]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_MANUFACTURER","features":[172]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_PRODUCT","features":[172]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_SKU","features":[172]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_VERSION","features":[172]},{"name":"DEBUG_FLR_SYSTEM_LOCALE_deprecated","features":[172]},{"name":"DEBUG_FLR_SYSXML_CHECKSUM","features":[172]},{"name":"DEBUG_FLR_SYSXML_LOCALEID","features":[172]},{"name":"DEBUG_FLR_TARGET_MODE","features":[172]},{"name":"DEBUG_FLR_TARGET_TIME","features":[172]},{"name":"DEBUG_FLR_TESTRESULTGUID","features":[172]},{"name":"DEBUG_FLR_TESTRESULTSERVER","features":[172]},{"name":"DEBUG_FLR_THREADPOOL_WAITER","features":[172]},{"name":"DEBUG_FLR_THREAD_ATTRIBUTES","features":[172]},{"name":"DEBUG_FLR_TIMELINE_ANALYSIS","features":[172]},{"name":"DEBUG_FLR_TIMELINE_TIMES","features":[172]},{"name":"DEBUG_FLR_TRAP_FRAME","features":[172]},{"name":"DEBUG_FLR_TRAP_FRAME_RECURSION","features":[172]},{"name":"DEBUG_FLR_TRIAGER_OS_BUILD_NAME","features":[172]},{"name":"DEBUG_FLR_TSS","features":[172]},{"name":"DEBUG_FLR_TWO_BIT_ERROR","features":[172]},{"name":"DEBUG_FLR_ULS_SCRIPT_EXCEPTION","features":[172]},{"name":"DEBUG_FLR_UNALIGNED_STACK_POINTER","features":[172]},{"name":"DEBUG_FLR_UNKNOWN","features":[172]},{"name":"DEBUG_FLR_UNKNOWN_MODULE","features":[172]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_FOLLOWUP_NAME","features":[172]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_PROBLEM_CLASS","features":[172]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_PROBLEM_CLASS_DATA","features":[172]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_STACK","features":[172]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_SYMBOL_NAME","features":[172]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_THREAD","features":[172]},{"name":"DEBUG_FLR_UNUSED001","features":[172]},{"name":"DEBUG_FLR_URLS","features":[172]},{"name":"DEBUG_FLR_URLS_DISCOVERED","features":[172]},{"name":"DEBUG_FLR_URL_ENTRY","features":[172]},{"name":"DEBUG_FLR_URL_LCIE_ENTRY","features":[172]},{"name":"DEBUG_FLR_URL_URLMON_ENTRY","features":[172]},{"name":"DEBUG_FLR_URL_XMLHTTPREQ_SYNC_ENTRY","features":[172]},{"name":"DEBUG_FLR_USBPORT_OCADATA","features":[172]},{"name":"DEBUG_FLR_USER","features":[172]},{"name":"DEBUG_FLR_USERBREAK_PEB_PAGEDOUT","features":[172]},{"name":"DEBUG_FLR_USERMODE_DATA","features":[172]},{"name":"DEBUG_FLR_USER_GLOBAL_ATTRIBUTES","features":[172]},{"name":"DEBUG_FLR_USER_LCID","features":[172]},{"name":"DEBUG_FLR_USER_LCID_STR","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_EVENTTYPE","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_INDEX","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P0","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P1","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P2","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P3","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P4","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P5","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P6","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P7","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_REPORTCREATIONTIME","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_REPORTGUID","features":[172]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_STRING","features":[172]},{"name":"DEBUG_FLR_USER_NAME","features":[172]},{"name":"DEBUG_FLR_USER_PROBLEM_CLASSES","features":[172]},{"name":"DEBUG_FLR_USER_THREAD_ATTRIBUTES","features":[172]},{"name":"DEBUG_FLR_USE_DEFAULT_CONTEXT","features":[172]},{"name":"DEBUG_FLR_VERIFIER_DRIVER_ENTRY","features":[172]},{"name":"DEBUG_FLR_VERIFIER_FOUND_DEADLOCK","features":[172]},{"name":"DEBUG_FLR_VERIFIER_STOP","features":[172]},{"name":"DEBUG_FLR_VIDEO_TDR_CONTEXT","features":[172]},{"name":"DEBUG_FLR_VIRTUAL_MACHINE","features":[172]},{"name":"DEBUG_FLR_WAIT_CHAIN_COMMAND","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_00","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_01","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_02","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_03","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_04","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_05","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_06","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_07","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_08","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_09","features":[172]},{"name":"DEBUG_FLR_WATSON_GENERIC_EVENT_NAME","features":[172]},{"name":"DEBUG_FLR_WATSON_IBUCKET","features":[172]},{"name":"DEBUG_FLR_WATSON_IBUCKETTABLE_S1_RESP","features":[172]},{"name":"DEBUG_FLR_WATSON_IBUCKET_S1_RESP","features":[172]},{"name":"DEBUG_FLR_WATSON_MODULE","features":[172]},{"name":"DEBUG_FLR_WATSON_MODULE_OFFSET","features":[172]},{"name":"DEBUG_FLR_WATSON_MODULE_TIMESTAMP","features":[172]},{"name":"DEBUG_FLR_WATSON_MODULE_VERSION","features":[172]},{"name":"DEBUG_FLR_WATSON_PROCESS_TIMESTAMP","features":[172]},{"name":"DEBUG_FLR_WATSON_PROCESS_VERSION","features":[172]},{"name":"DEBUG_FLR_WCT_XML_AVAILABLE","features":[172]},{"name":"DEBUG_FLR_WERCOLLECTION_DEFAULTCOLLECTION_FAILURE","features":[172]},{"name":"DEBUG_FLR_WERCOLLECTION_MINIDUMP_WRITE_FAILURE","features":[172]},{"name":"DEBUG_FLR_WERCOLLECTION_PROCESSHEAPDUMP_REQUEST_FAILURE","features":[172]},{"name":"DEBUG_FLR_WERCOLLECTION_PROCESSTERMINATED","features":[172]},{"name":"DEBUG_FLR_WER_DATA_COLLECTION_INFO","features":[172]},{"name":"DEBUG_FLR_WER_MACHINE_ID","features":[172]},{"name":"DEBUG_FLR_WHEA_ERROR_RECORD","features":[172]},{"name":"DEBUG_FLR_WINLOGON_BLACKBOX","features":[172]},{"name":"DEBUG_FLR_WMI_QUERY_DATA","features":[172]},{"name":"DEBUG_FLR_WORKER_ROUTINE","features":[172]},{"name":"DEBUG_FLR_WORK_ITEM","features":[172]},{"name":"DEBUG_FLR_WORK_QUEUE_ITEM","features":[172]},{"name":"DEBUG_FLR_WQL_EVENTLOG_INFO","features":[172]},{"name":"DEBUG_FLR_WQL_EVENT_COUNT","features":[172]},{"name":"DEBUG_FLR_WRITE_ADDRESS","features":[172]},{"name":"DEBUG_FLR_WRONG_SYMBOLS","features":[172]},{"name":"DEBUG_FLR_WRONG_SYMBOLS_SIZE","features":[172]},{"name":"DEBUG_FLR_WRONG_SYMBOLS_TIMESTAMP","features":[172]},{"name":"DEBUG_FLR_XBOX_LIVE_ENVIRONMENT","features":[172]},{"name":"DEBUG_FLR_XBOX_SYSTEM_CRASHTIME","features":[172]},{"name":"DEBUG_FLR_XBOX_SYSTEM_UPTIME","features":[172]},{"name":"DEBUG_FLR_XCS_PATH","features":[172]},{"name":"DEBUG_FLR_XDV_HELP_LINK","features":[172]},{"name":"DEBUG_FLR_XDV_RULE_INFO","features":[172]},{"name":"DEBUG_FLR_XDV_STATE_VARIABLE","features":[172]},{"name":"DEBUG_FLR_XDV_VIOLATED_CONDITION","features":[172]},{"name":"DEBUG_FLR_XHCI_FIRMWARE_VERSION","features":[172]},{"name":"DEBUG_FLR_XML_APPLICATION_NAME","features":[172]},{"name":"DEBUG_FLR_XML_ATTRIBUTE","features":[172]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_D1VALUE","features":[172]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_D2VALUE","features":[172]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_DOVALUE","features":[172]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_FRAME_NUMBER","features":[172]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_LIST","features":[172]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_NAME","features":[172]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_THREAD_INDEX","features":[172]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_VALUE","features":[172]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_VALUE_TYPE","features":[172]},{"name":"DEBUG_FLR_XML_ENCODED_OFFSETS","features":[172]},{"name":"DEBUG_FLR_XML_EVENTTYPE","features":[172]},{"name":"DEBUG_FLR_XML_GLOBALATTRIBUTE_LIST","features":[172]},{"name":"DEBUG_FLR_XML_MODERN_ASYNC_REQUEST_OUTSTANDING","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_BASE","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_CHECKSUM","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_COMPANY_NAME","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_DRIVER_GROUP","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FILE_DESCRIPTION","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FILE_FLAGS","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FIXED_FILE_VER","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FIXED_PROD_VER","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_IMAGE_NAME","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_IMAGE_PATH","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_INDEX","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_INTERNAL_NAME","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_NAME","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_ON_STACK","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_ORIG_FILE_NAME","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_PRODUCT_NAME","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SIZE","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_STRING_FILE_VER","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_STRING_PROD_VER","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMBOL_TYPE","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_DETAIL","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_ERROR","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_SEC","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_STATUS","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_DETAIL","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_ERROR","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_SEC","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_STATUS","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_TIMESTAMP","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_INFO_UNLOADED","features":[172]},{"name":"DEBUG_FLR_XML_MODULE_LIST","features":[172]},{"name":"DEBUG_FLR_XML_PACKAGE_MONIKER","features":[172]},{"name":"DEBUG_FLR_XML_PACKAGE_NAME","features":[172]},{"name":"DEBUG_FLR_XML_PACKAGE_RELATIVE_APPLICATION_ID","features":[172]},{"name":"DEBUG_FLR_XML_PACKAGE_VERSION","features":[172]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS","features":[172]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_FRAME_NUMBER","features":[172]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_LIST","features":[172]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_NAME","features":[172]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_THREAD_INDEX","features":[172]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_VALUE","features":[172]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_VALUE_TYPE","features":[172]},{"name":"DEBUG_FLR_XML_STACK_FRAME_TRIAGE_STATUS","features":[172]},{"name":"DEBUG_FLR_XML_SYSTEMINFO","features":[172]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMANUFACTURER","features":[172]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMARKER","features":[172]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMODEL","features":[172]},{"name":"DEBUG_FLR_XPROC_DUMP_AVAILABLE","features":[172]},{"name":"DEBUG_FLR_XPROC_HANG","features":[172]},{"name":"DEBUG_FLR_ZEROED_STACK","features":[172]},{"name":"DEBUG_FORMAT_CAB_SECONDARY_ALL_IMAGES","features":[172]},{"name":"DEBUG_FORMAT_CAB_SECONDARY_FILES","features":[172]},{"name":"DEBUG_FORMAT_DEFAULT","features":[172]},{"name":"DEBUG_FORMAT_NO_OVERWRITE","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_ADD_AVX_XSTATE_CONTEXT","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_CODE_SEGMENTS","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_DATA_SEGMENTS","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_MEMORY","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_PATHS","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_TRIAGE","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_AUXILIARY_STATE","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_MEMORY","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_MEMORY_INFO","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_HANDLE_DATA","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_IGNORE_INACCESSIBLE_MEM","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_INDIRECT_MEMORY","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_IPT_TRACE","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_MODULE_HEADERS","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_NO_AUXILIARY_STATE","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_NO_OPTIONAL_DATA","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_PRIVATE_READ_WRITE_MEMORY","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_PROCESS_THREAD_DATA","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_SCAN_PARTIAL_PAGES","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_THREAD_INFO","features":[172]},{"name":"DEBUG_FORMAT_USER_SMALL_UNLOADED_MODULES","features":[172]},{"name":"DEBUG_FORMAT_WRITE_CAB","features":[172]},{"name":"DEBUG_FRAME_DEFAULT","features":[172]},{"name":"DEBUG_FRAME_IGNORE_INLINE","features":[172]},{"name":"DEBUG_GETFNENT_DEFAULT","features":[172]},{"name":"DEBUG_GETFNENT_RAW_ENTRY_ONLY","features":[172]},{"name":"DEBUG_GETMOD_DEFAULT","features":[172]},{"name":"DEBUG_GETMOD_NO_LOADED_MODULES","features":[172]},{"name":"DEBUG_GETMOD_NO_UNLOADED_MODULES","features":[172]},{"name":"DEBUG_GET_PROC_DEFAULT","features":[172]},{"name":"DEBUG_GET_PROC_FULL_MATCH","features":[172]},{"name":"DEBUG_GET_PROC_ONLY_MATCH","features":[172]},{"name":"DEBUG_GET_PROC_SERVICE_NAME","features":[172]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IN","features":[172]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_DOT_COMMAND","features":[172]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_EXTENSION_COMMAND","features":[172]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_SYMBOL","features":[172]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_DOT_COMMANDS","features":[172]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_EXTENSION_COMMANDS","features":[172]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_SYMBOLS","features":[172]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_OUT","features":[172]},{"name":"DEBUG_GSEL_ALLOW_HIGHER","features":[172]},{"name":"DEBUG_GSEL_ALLOW_LOWER","features":[172]},{"name":"DEBUG_GSEL_DEFAULT","features":[172]},{"name":"DEBUG_GSEL_INLINE_CALLSITE","features":[172]},{"name":"DEBUG_GSEL_NEAREST_ONLY","features":[172]},{"name":"DEBUG_GSEL_NO_SYMBOL_LOADS","features":[172]},{"name":"DEBUG_HANDLE_DATA_BASIC","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_ALL_HANDLE_OPERATIONS","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_BASIC","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_HANDLE_COUNT","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_EVENT_1","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_MUTANT_1","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_MUTANT_2","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_PROCESS_1","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_PROCESS_2","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_SECTION_1","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_SEMAPHORE_1","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_THREAD_1","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_OBJECT_NAME","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_OBJECT_NAME_WIDE","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_PER_HANDLE_OPERATIONS","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_TYPE_NAME","features":[172]},{"name":"DEBUG_HANDLE_DATA_TYPE_TYPE_NAME_WIDE","features":[172]},{"name":"DEBUG_INTERRUPT_ACTIVE","features":[172]},{"name":"DEBUG_INTERRUPT_EXIT","features":[172]},{"name":"DEBUG_INTERRUPT_PASSIVE","features":[172]},{"name":"DEBUG_IOUTPUT_ADDR_TRANSLATE","features":[172]},{"name":"DEBUG_IOUTPUT_BREAKPOINT","features":[172]},{"name":"DEBUG_IOUTPUT_EVENT","features":[172]},{"name":"DEBUG_IOUTPUT_KD_PROTOCOL","features":[172]},{"name":"DEBUG_IOUTPUT_REMOTING","features":[172]},{"name":"DEBUG_IRP_INFO","features":[172]},{"name":"DEBUG_IRP_STACK_INFO","features":[172]},{"name":"DEBUG_KERNEL_ACTIVE_DUMP","features":[172]},{"name":"DEBUG_KERNEL_CONNECTION","features":[172]},{"name":"DEBUG_KERNEL_DUMP","features":[172]},{"name":"DEBUG_KERNEL_EXDI_DRIVER","features":[172]},{"name":"DEBUG_KERNEL_FULL_DUMP","features":[172]},{"name":"DEBUG_KERNEL_IDNA","features":[172]},{"name":"DEBUG_KERNEL_INSTALL_DRIVER","features":[172]},{"name":"DEBUG_KERNEL_LOCAL","features":[172]},{"name":"DEBUG_KERNEL_REPT","features":[172]},{"name":"DEBUG_KERNEL_SMALL_DUMP","features":[172]},{"name":"DEBUG_KERNEL_TRACE_LOG","features":[172]},{"name":"DEBUG_KNOWN_STRUCT_GET_NAMES","features":[172]},{"name":"DEBUG_KNOWN_STRUCT_GET_SINGLE_LINE_OUTPUT","features":[172]},{"name":"DEBUG_KNOWN_STRUCT_SUPPRESS_TYPE_NAME","features":[172]},{"name":"DEBUG_LAST_EVENT_INFO_BREAKPOINT","features":[172]},{"name":"DEBUG_LAST_EVENT_INFO_EXCEPTION","features":[1,172]},{"name":"DEBUG_LAST_EVENT_INFO_EXIT_PROCESS","features":[172]},{"name":"DEBUG_LAST_EVENT_INFO_EXIT_THREAD","features":[172]},{"name":"DEBUG_LAST_EVENT_INFO_LOAD_MODULE","features":[172]},{"name":"DEBUG_LAST_EVENT_INFO_SERVICE_EXCEPTION","features":[172]},{"name":"DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR","features":[172]},{"name":"DEBUG_LAST_EVENT_INFO_UNLOAD_MODULE","features":[172]},{"name":"DEBUG_LEVEL_ASSEMBLY","features":[172]},{"name":"DEBUG_LEVEL_SOURCE","features":[172]},{"name":"DEBUG_LIVE_USER_NON_INVASIVE","features":[172]},{"name":"DEBUG_LOG_APPEND","features":[172]},{"name":"DEBUG_LOG_DEFAULT","features":[172]},{"name":"DEBUG_LOG_DML","features":[172]},{"name":"DEBUG_LOG_UNICODE","features":[172]},{"name":"DEBUG_MANAGED_ALLOWED","features":[172]},{"name":"DEBUG_MANAGED_DISABLED","features":[172]},{"name":"DEBUG_MANAGED_DLL_LOADED","features":[172]},{"name":"DEBUG_MANRESET_DEFAULT","features":[172]},{"name":"DEBUG_MANRESET_LOAD_DLL","features":[172]},{"name":"DEBUG_MANSTR_LOADED_SUPPORT_DLL","features":[172]},{"name":"DEBUG_MANSTR_LOAD_STATUS","features":[172]},{"name":"DEBUG_MANSTR_NONE","features":[172]},{"name":"DEBUG_MODNAME_IMAGE","features":[172]},{"name":"DEBUG_MODNAME_LOADED_IMAGE","features":[172]},{"name":"DEBUG_MODNAME_MAPPED_IMAGE","features":[172]},{"name":"DEBUG_MODNAME_MODULE","features":[172]},{"name":"DEBUG_MODNAME_SYMBOL_FILE","features":[172]},{"name":"DEBUG_MODULE_AND_ID","features":[172]},{"name":"DEBUG_MODULE_EXE_MODULE","features":[172]},{"name":"DEBUG_MODULE_EXPLICIT","features":[172]},{"name":"DEBUG_MODULE_LOADED","features":[172]},{"name":"DEBUG_MODULE_PARAMETERS","features":[172]},{"name":"DEBUG_MODULE_SECONDARY","features":[172]},{"name":"DEBUG_MODULE_SYM_BAD_CHECKSUM","features":[172]},{"name":"DEBUG_MODULE_SYNTHETIC","features":[172]},{"name":"DEBUG_MODULE_UNLOADED","features":[172]},{"name":"DEBUG_MODULE_USER_MODE","features":[172]},{"name":"DEBUG_NOTIFY_SESSION_ACCESSIBLE","features":[172]},{"name":"DEBUG_NOTIFY_SESSION_ACTIVE","features":[172]},{"name":"DEBUG_NOTIFY_SESSION_INACCESSIBLE","features":[172]},{"name":"DEBUG_NOTIFY_SESSION_INACTIVE","features":[172]},{"name":"DEBUG_OFFSET_REGION","features":[172]},{"name":"DEBUG_OFFSINFO_VIRTUAL_SOURCE","features":[172]},{"name":"DEBUG_OUTCBF_COMBINED_EXPLICIT_FLUSH","features":[172]},{"name":"DEBUG_OUTCBF_DML_HAS_SPECIAL_CHARACTERS","features":[172]},{"name":"DEBUG_OUTCBF_DML_HAS_TAGS","features":[172]},{"name":"DEBUG_OUTCBI_ANY_FORMAT","features":[172]},{"name":"DEBUG_OUTCBI_DML","features":[172]},{"name":"DEBUG_OUTCBI_EXPLICIT_FLUSH","features":[172]},{"name":"DEBUG_OUTCBI_TEXT","features":[172]},{"name":"DEBUG_OUTCB_DML","features":[172]},{"name":"DEBUG_OUTCB_EXPLICIT_FLUSH","features":[172]},{"name":"DEBUG_OUTCB_TEXT","features":[172]},{"name":"DEBUG_OUTCTL_ALL_CLIENTS","features":[172]},{"name":"DEBUG_OUTCTL_ALL_OTHER_CLIENTS","features":[172]},{"name":"DEBUG_OUTCTL_AMBIENT","features":[172]},{"name":"DEBUG_OUTCTL_AMBIENT_DML","features":[172]},{"name":"DEBUG_OUTCTL_AMBIENT_TEXT","features":[172]},{"name":"DEBUG_OUTCTL_DML","features":[172]},{"name":"DEBUG_OUTCTL_IGNORE","features":[172]},{"name":"DEBUG_OUTCTL_LOG_ONLY","features":[172]},{"name":"DEBUG_OUTCTL_NOT_LOGGED","features":[172]},{"name":"DEBUG_OUTCTL_OVERRIDE_MASK","features":[172]},{"name":"DEBUG_OUTCTL_SEND_MASK","features":[172]},{"name":"DEBUG_OUTCTL_THIS_CLIENT","features":[172]},{"name":"DEBUG_OUTPUT_DEBUGGEE","features":[172]},{"name":"DEBUG_OUTPUT_DEBUGGEE_PROMPT","features":[172]},{"name":"DEBUG_OUTPUT_ERROR","features":[172]},{"name":"DEBUG_OUTPUT_EXTENSION_WARNING","features":[172]},{"name":"DEBUG_OUTPUT_IDENTITY_DEFAULT","features":[172]},{"name":"DEBUG_OUTPUT_NAME_END","features":[172]},{"name":"DEBUG_OUTPUT_NAME_END_T","features":[172]},{"name":"DEBUG_OUTPUT_NAME_END_WIDE","features":[172]},{"name":"DEBUG_OUTPUT_NORMAL","features":[172]},{"name":"DEBUG_OUTPUT_OFFSET_END","features":[172]},{"name":"DEBUG_OUTPUT_OFFSET_END_T","features":[172]},{"name":"DEBUG_OUTPUT_OFFSET_END_WIDE","features":[172]},{"name":"DEBUG_OUTPUT_PROMPT","features":[172]},{"name":"DEBUG_OUTPUT_PROMPT_REGISTERS","features":[172]},{"name":"DEBUG_OUTPUT_STATUS","features":[172]},{"name":"DEBUG_OUTPUT_SYMBOLS","features":[172]},{"name":"DEBUG_OUTPUT_SYMBOLS_DEFAULT","features":[172]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_NAMES","features":[172]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_OFFSETS","features":[172]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_TYPES","features":[172]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_VALUES","features":[172]},{"name":"DEBUG_OUTPUT_TYPE_END","features":[172]},{"name":"DEBUG_OUTPUT_TYPE_END_T","features":[172]},{"name":"DEBUG_OUTPUT_TYPE_END_WIDE","features":[172]},{"name":"DEBUG_OUTPUT_VALUE_END","features":[172]},{"name":"DEBUG_OUTPUT_VALUE_END_T","features":[172]},{"name":"DEBUG_OUTPUT_VALUE_END_WIDE","features":[172]},{"name":"DEBUG_OUTPUT_VERBOSE","features":[172]},{"name":"DEBUG_OUTPUT_WARNING","features":[172]},{"name":"DEBUG_OUTPUT_XML","features":[172]},{"name":"DEBUG_OUTSYM_ALLOW_DISPLACEMENT","features":[172]},{"name":"DEBUG_OUTSYM_DEFAULT","features":[172]},{"name":"DEBUG_OUTSYM_FORCE_OFFSET","features":[172]},{"name":"DEBUG_OUTSYM_SOURCE_LINE","features":[172]},{"name":"DEBUG_OUTTYPE_ADDRESS_AT_END","features":[172]},{"name":"DEBUG_OUTTYPE_ADDRESS_OF_FIELD","features":[172]},{"name":"DEBUG_OUTTYPE_BLOCK_RECURSE","features":[172]},{"name":"DEBUG_OUTTYPE_COMPACT_OUTPUT","features":[172]},{"name":"DEBUG_OUTTYPE_DEFAULT","features":[172]},{"name":"DEBUG_OUTTYPE_NO_INDENT","features":[172]},{"name":"DEBUG_OUTTYPE_NO_OFFSET","features":[172]},{"name":"DEBUG_OUTTYPE_VERBOSE","features":[172]},{"name":"DEBUG_OUT_TEXT_REPL_DEFAULT","features":[172]},{"name":"DEBUG_PHYSICAL_CACHED","features":[172]},{"name":"DEBUG_PHYSICAL_DEFAULT","features":[172]},{"name":"DEBUG_PHYSICAL_UNCACHED","features":[172]},{"name":"DEBUG_PHYSICAL_WRITE_COMBINED","features":[172]},{"name":"DEBUG_PNP_TRIAGE_INFO","features":[172]},{"name":"DEBUG_POOLTAG_DESCRIPTION","features":[172]},{"name":"DEBUG_POOL_DATA","features":[172]},{"name":"DEBUG_POOL_REGION","features":[172]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ALL","features":[172]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ALPHA","features":[172]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_AMD64","features":[172]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ARM","features":[172]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ARM64","features":[172]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_IA64","features":[172]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_X86","features":[172]},{"name":"DEBUG_PROCESS_DETACH_ON_EXIT","features":[172]},{"name":"DEBUG_PROCESS_ONLY_THIS_PROCESS","features":[172]},{"name":"DEBUG_PROC_DESC_DEFAULT","features":[172]},{"name":"DEBUG_PROC_DESC_NO_COMMAND_LINE","features":[172]},{"name":"DEBUG_PROC_DESC_NO_MTS_PACKAGES","features":[172]},{"name":"DEBUG_PROC_DESC_NO_PATHS","features":[172]},{"name":"DEBUG_PROC_DESC_NO_SERVICES","features":[172]},{"name":"DEBUG_PROC_DESC_NO_SESSION_ID","features":[172]},{"name":"DEBUG_PROC_DESC_NO_USER_NAME","features":[172]},{"name":"DEBUG_PROC_DESC_WITH_ARCHITECTURE","features":[172]},{"name":"DEBUG_PROC_DESC_WITH_PACKAGEFAMILY","features":[172]},{"name":"DEBUG_READ_USER_MINIDUMP_STREAM","features":[172]},{"name":"DEBUG_REGISTERS_ALL","features":[172]},{"name":"DEBUG_REGISTERS_DEFAULT","features":[172]},{"name":"DEBUG_REGISTERS_FLOAT","features":[172]},{"name":"DEBUG_REGISTERS_INT32","features":[172]},{"name":"DEBUG_REGISTERS_INT64","features":[172]},{"name":"DEBUG_REGISTER_DESCRIPTION","features":[172]},{"name":"DEBUG_REGISTER_SUB_REGISTER","features":[172]},{"name":"DEBUG_REGSRC_DEBUGGEE","features":[172]},{"name":"DEBUG_REGSRC_EXPLICIT","features":[172]},{"name":"DEBUG_REGSRC_FRAME","features":[172]},{"name":"DEBUG_REQUEST_ADD_CACHED_SYMBOL_INFO","features":[172]},{"name":"DEBUG_REQUEST_CLOSE_TOKEN","features":[172]},{"name":"DEBUG_REQUEST_CURRENT_OUTPUT_CALLBACKS_ARE_DML_AWARE","features":[172]},{"name":"DEBUG_REQUEST_DUPLICATE_TOKEN","features":[172]},{"name":"DEBUG_REQUEST_EXT_TYPED_DATA_ANSI","features":[172]},{"name":"DEBUG_REQUEST_GET_ADDITIONAL_CREATE_OPTIONS","features":[172]},{"name":"DEBUG_REQUEST_GET_CACHED_SYMBOL_INFO","features":[172]},{"name":"DEBUG_REQUEST_GET_CAPTURED_EVENT_CODE_OFFSET","features":[172]},{"name":"DEBUG_REQUEST_GET_DUMP_HEADER","features":[172]},{"name":"DEBUG_REQUEST_GET_EXTENSION_SEARCH_PATH_WIDE","features":[172]},{"name":"DEBUG_REQUEST_GET_IMAGE_ARCHITECTURE","features":[172]},{"name":"DEBUG_REQUEST_GET_INSTRUMENTATION_VERSION","features":[172]},{"name":"DEBUG_REQUEST_GET_MODULE_ARCHITECTURE","features":[172]},{"name":"DEBUG_REQUEST_GET_OFFSET_UNWIND_INFORMATION","features":[172]},{"name":"DEBUG_REQUEST_GET_TEXT_COMPLETIONS_ANSI","features":[172]},{"name":"DEBUG_REQUEST_GET_TEXT_COMPLETIONS_WIDE","features":[172]},{"name":"DEBUG_REQUEST_GET_WIN32_MAJOR_MINOR_VERSIONS","features":[172]},{"name":"DEBUG_REQUEST_INLINE_QUERY","features":[172]},{"name":"DEBUG_REQUEST_MIDORI","features":[172]},{"name":"DEBUG_REQUEST_MISC_INFORMATION","features":[172]},{"name":"DEBUG_REQUEST_OPEN_PROCESS_TOKEN","features":[172]},{"name":"DEBUG_REQUEST_OPEN_THREAD_TOKEN","features":[172]},{"name":"DEBUG_REQUEST_PROCESS_DESCRIPTORS","features":[172]},{"name":"DEBUG_REQUEST_QUERY_INFO_TOKEN","features":[172]},{"name":"DEBUG_REQUEST_READ_CAPTURED_EVENT_CODE_STREAM","features":[172]},{"name":"DEBUG_REQUEST_READ_USER_MINIDUMP_STREAM","features":[172]},{"name":"DEBUG_REQUEST_REMOVE_CACHED_SYMBOL_INFO","features":[172]},{"name":"DEBUG_REQUEST_RESUME_THREAD","features":[172]},{"name":"DEBUG_REQUEST_SET_ADDITIONAL_CREATE_OPTIONS","features":[172]},{"name":"DEBUG_REQUEST_SET_DUMP_HEADER","features":[172]},{"name":"DEBUG_REQUEST_SET_LOCAL_IMPLICIT_COMMAND_LINE","features":[172]},{"name":"DEBUG_REQUEST_SOURCE_PATH_HAS_SOURCE_SERVER","features":[172]},{"name":"DEBUG_REQUEST_TARGET_CAN_DETACH","features":[172]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_CONTEXT","features":[172]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_RECORD","features":[172]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_THREAD","features":[172]},{"name":"DEBUG_REQUEST_TL_INSTRUMENTATION_AWARE","features":[172]},{"name":"DEBUG_REQUEST_WOW_MODULE","features":[172]},{"name":"DEBUG_REQUEST_WOW_PROCESS","features":[172]},{"name":"DEBUG_SCOPE_GROUP_ALL","features":[172]},{"name":"DEBUG_SCOPE_GROUP_ARGUMENTS","features":[172]},{"name":"DEBUG_SCOPE_GROUP_BY_DATAMODEL","features":[172]},{"name":"DEBUG_SCOPE_GROUP_LOCALS","features":[172]},{"name":"DEBUG_SERVERS_ALL","features":[172]},{"name":"DEBUG_SERVERS_DEBUGGER","features":[172]},{"name":"DEBUG_SERVERS_PROCESS","features":[172]},{"name":"DEBUG_SESSION_ACTIVE","features":[172]},{"name":"DEBUG_SESSION_END","features":[172]},{"name":"DEBUG_SESSION_END_SESSION_ACTIVE_DETACH","features":[172]},{"name":"DEBUG_SESSION_END_SESSION_ACTIVE_TERMINATE","features":[172]},{"name":"DEBUG_SESSION_END_SESSION_PASSIVE","features":[172]},{"name":"DEBUG_SESSION_FAILURE","features":[172]},{"name":"DEBUG_SESSION_HIBERNATE","features":[172]},{"name":"DEBUG_SESSION_REBOOT","features":[172]},{"name":"DEBUG_SMBIOS_INFO","features":[172]},{"name":"DEBUG_SOURCE_IS_STATEMENT","features":[172]},{"name":"DEBUG_SPECIFIC_FILTER_PARAMETERS","features":[172]},{"name":"DEBUG_SRCFILE_SYMBOL_CHECKSUMINFO","features":[172]},{"name":"DEBUG_SRCFILE_SYMBOL_TOKEN","features":[172]},{"name":"DEBUG_SRCFILE_SYMBOL_TOKEN_SOURCE_COMMAND_WIDE","features":[172]},{"name":"DEBUG_STACK_ARGUMENTS","features":[172]},{"name":"DEBUG_STACK_COLUMN_NAMES","features":[172]},{"name":"DEBUG_STACK_DML","features":[172]},{"name":"DEBUG_STACK_FRAME","features":[1,172]},{"name":"DEBUG_STACK_FRAME_ADDRESSES","features":[172]},{"name":"DEBUG_STACK_FRAME_ADDRESSES_RA_ONLY","features":[172]},{"name":"DEBUG_STACK_FRAME_ARCH","features":[172]},{"name":"DEBUG_STACK_FRAME_EX","features":[1,172]},{"name":"DEBUG_STACK_FRAME_MEMORY_USAGE","features":[172]},{"name":"DEBUG_STACK_FRAME_NUMBERS","features":[172]},{"name":"DEBUG_STACK_FRAME_OFFSETS","features":[172]},{"name":"DEBUG_STACK_FUNCTION_INFO","features":[172]},{"name":"DEBUG_STACK_NONVOLATILE_REGISTERS","features":[172]},{"name":"DEBUG_STACK_PARAMETERS","features":[172]},{"name":"DEBUG_STACK_PARAMETERS_NEWLINE","features":[172]},{"name":"DEBUG_STACK_PROVIDER","features":[172]},{"name":"DEBUG_STACK_SOURCE_LINE","features":[172]},{"name":"DEBUG_STATUS_BREAK","features":[172]},{"name":"DEBUG_STATUS_GO","features":[172]},{"name":"DEBUG_STATUS_GO_HANDLED","features":[172]},{"name":"DEBUG_STATUS_GO_NOT_HANDLED","features":[172]},{"name":"DEBUG_STATUS_IGNORE_EVENT","features":[172]},{"name":"DEBUG_STATUS_INSIDE_WAIT","features":[172]},{"name":"DEBUG_STATUS_MASK","features":[172]},{"name":"DEBUG_STATUS_NO_CHANGE","features":[172]},{"name":"DEBUG_STATUS_NO_DEBUGGEE","features":[172]},{"name":"DEBUG_STATUS_OUT_OF_SYNC","features":[172]},{"name":"DEBUG_STATUS_RESTART_REQUESTED","features":[172]},{"name":"DEBUG_STATUS_REVERSE_GO","features":[172]},{"name":"DEBUG_STATUS_REVERSE_STEP_BRANCH","features":[172]},{"name":"DEBUG_STATUS_REVERSE_STEP_INTO","features":[172]},{"name":"DEBUG_STATUS_REVERSE_STEP_OVER","features":[172]},{"name":"DEBUG_STATUS_STEP_BRANCH","features":[172]},{"name":"DEBUG_STATUS_STEP_INTO","features":[172]},{"name":"DEBUG_STATUS_STEP_OVER","features":[172]},{"name":"DEBUG_STATUS_TIMEOUT","features":[172]},{"name":"DEBUG_STATUS_WAIT_INPUT","features":[172]},{"name":"DEBUG_STATUS_WAIT_TIMEOUT","features":[172]},{"name":"DEBUG_SYMBOL_ENTRY","features":[172]},{"name":"DEBUG_SYMBOL_EXPANDED","features":[172]},{"name":"DEBUG_SYMBOL_EXPANSION_LEVEL_MASK","features":[172]},{"name":"DEBUG_SYMBOL_IS_ARGUMENT","features":[172]},{"name":"DEBUG_SYMBOL_IS_ARRAY","features":[172]},{"name":"DEBUG_SYMBOL_IS_FLOAT","features":[172]},{"name":"DEBUG_SYMBOL_IS_LOCAL","features":[172]},{"name":"DEBUG_SYMBOL_PARAMETERS","features":[172]},{"name":"DEBUG_SYMBOL_READ_ONLY","features":[172]},{"name":"DEBUG_SYMBOL_SOURCE_ENTRY","features":[172]},{"name":"DEBUG_SYMENT_IS_CODE","features":[172]},{"name":"DEBUG_SYMENT_IS_DATA","features":[172]},{"name":"DEBUG_SYMENT_IS_LOCAL","features":[172]},{"name":"DEBUG_SYMENT_IS_MANAGED","features":[172]},{"name":"DEBUG_SYMENT_IS_PARAMETER","features":[172]},{"name":"DEBUG_SYMENT_IS_SYNTHETIC","features":[172]},{"name":"DEBUG_SYMINFO_BREAKPOINT_SOURCE_LINE","features":[172]},{"name":"DEBUG_SYMINFO_GET_MODULE_SYMBOL_NAMES_AND_OFFSETS","features":[172]},{"name":"DEBUG_SYMINFO_GET_SYMBOL_NAME_BY_OFFSET_AND_TAG_WIDE","features":[172]},{"name":"DEBUG_SYMINFO_IMAGEHLP_MODULEW64","features":[172]},{"name":"DEBUG_SYMTYPE_CODEVIEW","features":[172]},{"name":"DEBUG_SYMTYPE_COFF","features":[172]},{"name":"DEBUG_SYMTYPE_DEFERRED","features":[172]},{"name":"DEBUG_SYMTYPE_DIA","features":[172]},{"name":"DEBUG_SYMTYPE_EXPORT","features":[172]},{"name":"DEBUG_SYMTYPE_NONE","features":[172]},{"name":"DEBUG_SYMTYPE_PDB","features":[172]},{"name":"DEBUG_SYMTYPE_SYM","features":[172]},{"name":"DEBUG_SYSOBJINFO_CURRENT_PROCESS_COOKIE","features":[172]},{"name":"DEBUG_SYSOBJINFO_THREAD_BASIC_INFORMATION","features":[172]},{"name":"DEBUG_SYSOBJINFO_THREAD_NAME_WIDE","features":[172]},{"name":"DEBUG_SYSVERSTR_BUILD","features":[172]},{"name":"DEBUG_SYSVERSTR_SERVICE_PACK","features":[172]},{"name":"DEBUG_TBINFO_AFFINITY","features":[172]},{"name":"DEBUG_TBINFO_ALL","features":[172]},{"name":"DEBUG_TBINFO_EXIT_STATUS","features":[172]},{"name":"DEBUG_TBINFO_PRIORITY","features":[172]},{"name":"DEBUG_TBINFO_PRIORITY_CLASS","features":[172]},{"name":"DEBUG_TBINFO_START_OFFSET","features":[172]},{"name":"DEBUG_TBINFO_TIMES","features":[172]},{"name":"DEBUG_THREAD_BASIC_INFORMATION","features":[172]},{"name":"DEBUG_TRIAGE_FOLLOWUP_INFO","features":[172]},{"name":"DEBUG_TRIAGE_FOLLOWUP_INFO_2","features":[172]},{"name":"DEBUG_TYPED_DATA","features":[172]},{"name":"DEBUG_TYPED_DATA_IS_IN_MEMORY","features":[172]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_CACHED","features":[172]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_DEFAULT","features":[172]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_MEMORY","features":[172]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_UNCACHED","features":[172]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_WRITE_COMBINED","features":[172]},{"name":"DEBUG_TYPEOPTS_FORCERADIX_OUTPUT","features":[172]},{"name":"DEBUG_TYPEOPTS_LONGSTATUS_DISPLAY","features":[172]},{"name":"DEBUG_TYPEOPTS_MATCH_MAXSIZE","features":[172]},{"name":"DEBUG_TYPEOPTS_UNICODE_DISPLAY","features":[172]},{"name":"DEBUG_USER_WINDOWS_DUMP","features":[172]},{"name":"DEBUG_USER_WINDOWS_DUMP_WINDOWS_CE","features":[172]},{"name":"DEBUG_USER_WINDOWS_IDNA","features":[172]},{"name":"DEBUG_USER_WINDOWS_PROCESS","features":[172]},{"name":"DEBUG_USER_WINDOWS_PROCESS_SERVER","features":[172]},{"name":"DEBUG_USER_WINDOWS_REPT","features":[172]},{"name":"DEBUG_USER_WINDOWS_SMALL_DUMP","features":[172]},{"name":"DEBUG_VALUE","features":[1,172]},{"name":"DEBUG_VALUE_FLOAT128","features":[172]},{"name":"DEBUG_VALUE_FLOAT32","features":[172]},{"name":"DEBUG_VALUE_FLOAT64","features":[172]},{"name":"DEBUG_VALUE_FLOAT80","features":[172]},{"name":"DEBUG_VALUE_FLOAT82","features":[172]},{"name":"DEBUG_VALUE_INT16","features":[172]},{"name":"DEBUG_VALUE_INT32","features":[172]},{"name":"DEBUG_VALUE_INT64","features":[172]},{"name":"DEBUG_VALUE_INT8","features":[172]},{"name":"DEBUG_VALUE_INVALID","features":[172]},{"name":"DEBUG_VALUE_TYPES","features":[172]},{"name":"DEBUG_VALUE_VECTOR128","features":[172]},{"name":"DEBUG_VALUE_VECTOR64","features":[172]},{"name":"DEBUG_VSEARCH_DEFAULT","features":[172]},{"name":"DEBUG_VSEARCH_WRITABLE_ONLY","features":[172]},{"name":"DEBUG_VSOURCE_DEBUGGEE","features":[172]},{"name":"DEBUG_VSOURCE_DUMP_WITHOUT_MEMINFO","features":[172]},{"name":"DEBUG_VSOURCE_INVALID","features":[172]},{"name":"DEBUG_VSOURCE_MAPPED_IMAGE","features":[172]},{"name":"DEBUG_WAIT_DEFAULT","features":[172]},{"name":"DISK_READ_0_BYTES","features":[172]},{"name":"DISK_WRITE","features":[172]},{"name":"DUMP_HANDLE_FLAG_CID_TABLE","features":[172]},{"name":"DUMP_HANDLE_FLAG_KERNEL_TABLE","features":[172]},{"name":"DUMP_HANDLE_FLAG_PRINT_FREE_ENTRY","features":[172]},{"name":"DUMP_HANDLE_FLAG_PRINT_OBJECT","features":[172]},{"name":"DbgPoolRegionMax","features":[172]},{"name":"DbgPoolRegionNonPaged","features":[172]},{"name":"DbgPoolRegionNonPagedExpansion","features":[172]},{"name":"DbgPoolRegionPaged","features":[172]},{"name":"DbgPoolRegionSessionPaged","features":[172]},{"name":"DbgPoolRegionSpecial","features":[172]},{"name":"DbgPoolRegionUnknown","features":[172]},{"name":"DebugBaseEventCallbacks","features":[172]},{"name":"DebugBaseEventCallbacksWide","features":[172]},{"name":"DebugConnect","features":[172]},{"name":"DebugConnectWide","features":[172]},{"name":"DebugCreate","features":[172]},{"name":"DebugCreateEx","features":[172]},{"name":"ENTRY_CALLBACK","features":[172]},{"name":"ERROR_DBG_CANCELLED","features":[172]},{"name":"ERROR_DBG_TIMEOUT","features":[172]},{"name":"EXIT_ON_CONTROLC","features":[172]},{"name":"EXIT_STATUS","features":[172]},{"name":"EXTDLL_DATA_QUERY_BUILD_BINDIR","features":[172]},{"name":"EXTDLL_DATA_QUERY_BUILD_BINDIR_SYMSRV","features":[172]},{"name":"EXTDLL_DATA_QUERY_BUILD_SYMDIR","features":[172]},{"name":"EXTDLL_DATA_QUERY_BUILD_SYMDIR_SYMSRV","features":[172]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64BINDIR","features":[172]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64BINDIR_SYMSRV","features":[172]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64SYMDIR","features":[172]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64SYMDIR_SYMSRV","features":[172]},{"name":"EXTDLL_ITERATERTLBALANCEDNODES","features":[172]},{"name":"EXTDLL_QUERYDATABYTAG","features":[172]},{"name":"EXTDLL_QUERYDATABYTAGEX","features":[172]},{"name":"EXTSTACKTRACE","features":[172]},{"name":"EXTSTACKTRACE32","features":[172]},{"name":"EXTSTACKTRACE64","features":[172]},{"name":"EXTS_JOB_PROCESS_CALLBACK","features":[1,172]},{"name":"EXTS_TABLE_ENTRY_CALLBACK","features":[1,172]},{"name":"EXT_ANALYSIS_PLUGIN","features":[172]},{"name":"EXT_ANALYZER","features":[172]},{"name":"EXT_ANALYZER_FLAG_ID","features":[172]},{"name":"EXT_ANALYZER_FLAG_MOD","features":[172]},{"name":"EXT_API_VERSION","features":[172]},{"name":"EXT_API_VERSION_NUMBER","features":[172]},{"name":"EXT_API_VERSION_NUMBER32","features":[172]},{"name":"EXT_API_VERSION_NUMBER64","features":[172]},{"name":"EXT_CAB_XML_DATA","features":[172]},{"name":"EXT_DECODE_ERROR","features":[1,172]},{"name":"EXT_FIND_FILE","features":[1,172]},{"name":"EXT_FIND_FILE_ALLOW_GIVEN_PATH","features":[172]},{"name":"EXT_GET_DEBUG_FAILURE_ANALYSIS","features":[172]},{"name":"EXT_GET_ENVIRONMENT_VARIABLE","features":[172]},{"name":"EXT_GET_FAILURE_ANALYSIS","features":[172]},{"name":"EXT_GET_FA_ENTRIES_DATA","features":[172]},{"name":"EXT_GET_HANDLE_TRACE","features":[172]},{"name":"EXT_MATCH_PATTERN_A","features":[172]},{"name":"EXT_RELOAD_TRIAGER","features":[172]},{"name":"EXT_TARGET_INFO","features":[172]},{"name":"EXT_TDF_PHYSICAL_CACHED","features":[172]},{"name":"EXT_TDF_PHYSICAL_DEFAULT","features":[172]},{"name":"EXT_TDF_PHYSICAL_MEMORY","features":[172]},{"name":"EXT_TDF_PHYSICAL_UNCACHED","features":[172]},{"name":"EXT_TDF_PHYSICAL_WRITE_COMBINED","features":[172]},{"name":"EXT_TDOP","features":[172]},{"name":"EXT_TDOP_COPY","features":[172]},{"name":"EXT_TDOP_COUNT","features":[172]},{"name":"EXT_TDOP_EVALUATE","features":[172]},{"name":"EXT_TDOP_GET_ARRAY_ELEMENT","features":[172]},{"name":"EXT_TDOP_GET_DEREFERENCE","features":[172]},{"name":"EXT_TDOP_GET_FIELD","features":[172]},{"name":"EXT_TDOP_GET_FIELD_OFFSET","features":[172]},{"name":"EXT_TDOP_GET_POINTER_TO","features":[172]},{"name":"EXT_TDOP_GET_TYPE_NAME","features":[172]},{"name":"EXT_TDOP_GET_TYPE_SIZE","features":[172]},{"name":"EXT_TDOP_HAS_FIELD","features":[172]},{"name":"EXT_TDOP_OUTPUT_FULL_VALUE","features":[172]},{"name":"EXT_TDOP_OUTPUT_SIMPLE_VALUE","features":[172]},{"name":"EXT_TDOP_OUTPUT_TYPE_DEFINITION","features":[172]},{"name":"EXT_TDOP_OUTPUT_TYPE_NAME","features":[172]},{"name":"EXT_TDOP_RELEASE","features":[172]},{"name":"EXT_TDOP_SET_FROM_EXPR","features":[172]},{"name":"EXT_TDOP_SET_FROM_TYPE_ID_AND_U64","features":[172]},{"name":"EXT_TDOP_SET_FROM_U64_EXPR","features":[172]},{"name":"EXT_TDOP_SET_PTR_FROM_TYPE_ID_AND_U64","features":[172]},{"name":"EXT_TRIAGE_FOLLOWUP","features":[172]},{"name":"EXT_TYPED_DATA","features":[172]},{"name":"EXT_XML_DATA","features":[172]},{"name":"ErrorClass","features":[172]},{"name":"ErrorClassError","features":[172]},{"name":"ErrorClassWarning","features":[172]},{"name":"FAILURE_ANALYSIS_ASSUME_HANG","features":[172]},{"name":"FAILURE_ANALYSIS_AUTOBUG_PROCESSING","features":[172]},{"name":"FAILURE_ANALYSIS_AUTOSET_SYMPATH","features":[172]},{"name":"FAILURE_ANALYSIS_CALLSTACK_XML","features":[172]},{"name":"FAILURE_ANALYSIS_CALLSTACK_XML_FULL_SOURCE_INFO","features":[172]},{"name":"FAILURE_ANALYSIS_CREATE_INSTANCE","features":[172]},{"name":"FAILURE_ANALYSIS_EXCEPTION_AS_HANG","features":[172]},{"name":"FAILURE_ANALYSIS_HEAP_CORRUPTION_BLAME_FUNCTION","features":[172]},{"name":"FAILURE_ANALYSIS_IGNORE_BREAKIN","features":[172]},{"name":"FAILURE_ANALYSIS_LIVE_DEBUG_HOLD_CHECK","features":[172]},{"name":"FAILURE_ANALYSIS_MODULE_INFO_XML","features":[172]},{"name":"FAILURE_ANALYSIS_MULTI_TARGET","features":[172]},{"name":"FAILURE_ANALYSIS_NO_DB_LOOKUP","features":[172]},{"name":"FAILURE_ANALYSIS_NO_IMAGE_CORRUPTION","features":[172]},{"name":"FAILURE_ANALYSIS_PERMIT_HEAP_ACCESS_VIOLATIONS","features":[172]},{"name":"FAILURE_ANALYSIS_REGISTRY_DATA","features":[172]},{"name":"FAILURE_ANALYSIS_SET_FAILURE_CONTEXT","features":[172]},{"name":"FAILURE_ANALYSIS_SHOW_SOURCE","features":[172]},{"name":"FAILURE_ANALYSIS_SHOW_WCT_STACKS","features":[172]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES","features":[172]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES_ALL","features":[172]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES_FRAMES","features":[172]},{"name":"FAILURE_ANALYSIS_VERBOSE","features":[172]},{"name":"FAILURE_ANALYSIS_WMI_QUERY_DATA","features":[172]},{"name":"FAILURE_ANALYSIS_XML_FILE_OUTPUT","features":[172]},{"name":"FAILURE_ANALYSIS_XML_OUTPUT","features":[172]},{"name":"FAILURE_ANALYSIS_XSD_VERIFY","features":[172]},{"name":"FAILURE_ANALYSIS_XSLT_FILE_INPUT","features":[172]},{"name":"FAILURE_ANALYSIS_XSLT_FILE_OUTPUT","features":[172]},{"name":"FA_ENTRY","features":[172]},{"name":"FA_ENTRY_TYPE","features":[172]},{"name":"FA_EXTENSION_PLUGIN_PHASE","features":[172]},{"name":"FA_PLUGIN_INITIALIZATION","features":[172]},{"name":"FA_PLUGIN_POST_BUCKETING","features":[172]},{"name":"FA_PLUGIN_PRE_BUCKETING","features":[172]},{"name":"FA_PLUGIN_STACK_ANALYSIS","features":[172]},{"name":"FIELDS_DID_NOT_MATCH","features":[172]},{"name":"FIELD_INFO","features":[172]},{"name":"FormatBSTRString","features":[172]},{"name":"FormatEnumNameOnly","features":[172]},{"name":"FormatEscapedStringWithQuote","features":[172]},{"name":"FormatHString","features":[172]},{"name":"FormatNone","features":[172]},{"name":"FormatQuotedHString","features":[172]},{"name":"FormatQuotedString","features":[172]},{"name":"FormatQuotedUTF32String","features":[172]},{"name":"FormatQuotedUTF8String","features":[172]},{"name":"FormatQuotedUnicodeString","features":[172]},{"name":"FormatRaw","features":[172]},{"name":"FormatSingleCharacter","features":[172]},{"name":"FormatString","features":[172]},{"name":"FormatUTF32String","features":[172]},{"name":"FormatUTF8String","features":[172]},{"name":"FormatUnicodeString","features":[172]},{"name":"GET_CONTEXT_EX","features":[172]},{"name":"GET_CURRENT_PROCESS_ADDRESS","features":[172]},{"name":"GET_CURRENT_THREAD_ADDRESS","features":[172]},{"name":"GET_EXPRESSION_EX","features":[172]},{"name":"GET_INPUT_LINE","features":[172]},{"name":"GET_PEB_ADDRESS","features":[172]},{"name":"GET_SET_SYMPATH","features":[172]},{"name":"GET_TEB_ADDRESS","features":[172]},{"name":"ICodeAddressConcept","features":[172]},{"name":"IComparableConcept","features":[172]},{"name":"IDataModelConcept","features":[172]},{"name":"IDataModelManager","features":[172]},{"name":"IDataModelManager2","features":[172]},{"name":"IDataModelNameBinder","features":[172]},{"name":"IDataModelScript","features":[172]},{"name":"IDataModelScriptClient","features":[172]},{"name":"IDataModelScriptDebug","features":[172]},{"name":"IDataModelScriptDebug2","features":[172]},{"name":"IDataModelScriptDebugBreakpoint","features":[172]},{"name":"IDataModelScriptDebugBreakpointEnumerator","features":[172]},{"name":"IDataModelScriptDebugClient","features":[172]},{"name":"IDataModelScriptDebugStack","features":[172]},{"name":"IDataModelScriptDebugStackFrame","features":[172]},{"name":"IDataModelScriptDebugVariableSetEnumerator","features":[172]},{"name":"IDataModelScriptHostContext","features":[172]},{"name":"IDataModelScriptManager","features":[172]},{"name":"IDataModelScriptProvider","features":[172]},{"name":"IDataModelScriptProviderEnumerator","features":[172]},{"name":"IDataModelScriptTemplate","features":[172]},{"name":"IDataModelScriptTemplateEnumerator","features":[172]},{"name":"IDebugAdvanced","features":[172]},{"name":"IDebugAdvanced2","features":[172]},{"name":"IDebugAdvanced3","features":[172]},{"name":"IDebugAdvanced4","features":[172]},{"name":"IDebugBreakpoint","features":[172]},{"name":"IDebugBreakpoint2","features":[172]},{"name":"IDebugBreakpoint3","features":[172]},{"name":"IDebugClient","features":[172]},{"name":"IDebugClient2","features":[172]},{"name":"IDebugClient3","features":[172]},{"name":"IDebugClient4","features":[172]},{"name":"IDebugClient5","features":[172]},{"name":"IDebugClient6","features":[172]},{"name":"IDebugClient7","features":[172]},{"name":"IDebugClient8","features":[172]},{"name":"IDebugControl","features":[172]},{"name":"IDebugControl2","features":[172]},{"name":"IDebugControl3","features":[172]},{"name":"IDebugControl4","features":[172]},{"name":"IDebugControl5","features":[172]},{"name":"IDebugControl6","features":[172]},{"name":"IDebugControl7","features":[172]},{"name":"IDebugDataSpaces","features":[172]},{"name":"IDebugDataSpaces2","features":[172]},{"name":"IDebugDataSpaces3","features":[172]},{"name":"IDebugDataSpaces4","features":[172]},{"name":"IDebugEventCallbacks","features":[172]},{"name":"IDebugEventCallbacksWide","features":[172]},{"name":"IDebugEventContextCallbacks","features":[172]},{"name":"IDebugFAEntryTags","features":[172]},{"name":"IDebugFailureAnalysis","features":[172]},{"name":"IDebugFailureAnalysis2","features":[172]},{"name":"IDebugFailureAnalysis3","features":[172]},{"name":"IDebugHost","features":[172]},{"name":"IDebugHostBaseClass","features":[172]},{"name":"IDebugHostConstant","features":[172]},{"name":"IDebugHostContext","features":[172]},{"name":"IDebugHostData","features":[172]},{"name":"IDebugHostErrorSink","features":[172]},{"name":"IDebugHostEvaluator","features":[172]},{"name":"IDebugHostEvaluator2","features":[172]},{"name":"IDebugHostExtensibility","features":[172]},{"name":"IDebugHostField","features":[172]},{"name":"IDebugHostMemory","features":[172]},{"name":"IDebugHostMemory2","features":[172]},{"name":"IDebugHostModule","features":[172]},{"name":"IDebugHostModule2","features":[172]},{"name":"IDebugHostModuleSignature","features":[172]},{"name":"IDebugHostPublic","features":[172]},{"name":"IDebugHostScriptHost","features":[172]},{"name":"IDebugHostStatus","features":[172]},{"name":"IDebugHostSymbol","features":[172]},{"name":"IDebugHostSymbol2","features":[172]},{"name":"IDebugHostSymbolEnumerator","features":[172]},{"name":"IDebugHostSymbols","features":[172]},{"name":"IDebugHostType","features":[172]},{"name":"IDebugHostType2","features":[172]},{"name":"IDebugHostTypeSignature","features":[172]},{"name":"IDebugInputCallbacks","features":[172]},{"name":"IDebugOutputCallbacks","features":[172]},{"name":"IDebugOutputCallbacks2","features":[172]},{"name":"IDebugOutputCallbacksWide","features":[172]},{"name":"IDebugOutputStream","features":[172]},{"name":"IDebugPlmClient","features":[172]},{"name":"IDebugPlmClient2","features":[172]},{"name":"IDebugPlmClient3","features":[172]},{"name":"IDebugRegisters","features":[172]},{"name":"IDebugRegisters2","features":[172]},{"name":"IDebugSymbolGroup","features":[172]},{"name":"IDebugSymbolGroup2","features":[172]},{"name":"IDebugSymbols","features":[172]},{"name":"IDebugSymbols2","features":[172]},{"name":"IDebugSymbols3","features":[172]},{"name":"IDebugSymbols4","features":[172]},{"name":"IDebugSymbols5","features":[172]},{"name":"IDebugSystemObjects","features":[172]},{"name":"IDebugSystemObjects2","features":[172]},{"name":"IDebugSystemObjects3","features":[172]},{"name":"IDebugSystemObjects4","features":[172]},{"name":"IDynamicConceptProviderConcept","features":[172]},{"name":"IDynamicKeyProviderConcept","features":[172]},{"name":"IEquatableConcept","features":[172]},{"name":"IG_DISASSEMBLE_BUFFER","features":[172]},{"name":"IG_DUMP_SYMBOL_INFO","features":[172]},{"name":"IG_FIND_FILE","features":[172]},{"name":"IG_GET_ANY_MODULE_IN_RANGE","features":[172]},{"name":"IG_GET_BUS_DATA","features":[172]},{"name":"IG_GET_CACHE_SIZE","features":[172]},{"name":"IG_GET_CLR_DATA_INTERFACE","features":[172]},{"name":"IG_GET_CONTEXT_EX","features":[172]},{"name":"IG_GET_CURRENT_PROCESS","features":[172]},{"name":"IG_GET_CURRENT_PROCESS_HANDLE","features":[172]},{"name":"IG_GET_CURRENT_THREAD","features":[172]},{"name":"IG_GET_DEBUGGER_DATA","features":[172]},{"name":"IG_GET_EXCEPTION_RECORD","features":[172]},{"name":"IG_GET_EXPRESSION_EX","features":[172]},{"name":"IG_GET_INPUT_LINE","features":[172]},{"name":"IG_GET_KERNEL_VERSION","features":[172]},{"name":"IG_GET_PEB_ADDRESS","features":[172]},{"name":"IG_GET_SET_SYMPATH","features":[172]},{"name":"IG_GET_TEB_ADDRESS","features":[172]},{"name":"IG_GET_THREAD_OS_INFO","features":[172]},{"name":"IG_GET_TYPE_SIZE","features":[172]},{"name":"IG_IS_PTR64","features":[172]},{"name":"IG_KD_CONTEXT","features":[172]},{"name":"IG_KSTACK_HELP","features":[172]},{"name":"IG_LOWMEM_CHECK","features":[172]},{"name":"IG_MATCH_PATTERN_A","features":[172]},{"name":"IG_OBSOLETE_PLACEHOLDER_36","features":[172]},{"name":"IG_PHYSICAL_TO_VIRTUAL","features":[172]},{"name":"IG_POINTER_SEARCH_PHYSICAL","features":[172]},{"name":"IG_QUERY_TARGET_INTERFACE","features":[172]},{"name":"IG_READ_CONTROL_SPACE","features":[172]},{"name":"IG_READ_IO_SPACE","features":[172]},{"name":"IG_READ_IO_SPACE_EX","features":[172]},{"name":"IG_READ_MSR","features":[172]},{"name":"IG_READ_PHYSICAL","features":[172]},{"name":"IG_READ_PHYSICAL_WITH_FLAGS","features":[172]},{"name":"IG_RELOAD_SYMBOLS","features":[172]},{"name":"IG_SEARCH_MEMORY","features":[172]},{"name":"IG_SET_BUS_DATA","features":[172]},{"name":"IG_SET_THREAD","features":[172]},{"name":"IG_TRANSLATE_VIRTUAL_TO_PHYSICAL","features":[172]},{"name":"IG_TYPED_DATA","features":[172]},{"name":"IG_TYPED_DATA_OBSOLETE","features":[172]},{"name":"IG_VIRTUAL_TO_PHYSICAL","features":[172]},{"name":"IG_WRITE_CONTROL_SPACE","features":[172]},{"name":"IG_WRITE_IO_SPACE","features":[172]},{"name":"IG_WRITE_IO_SPACE_EX","features":[172]},{"name":"IG_WRITE_MSR","features":[172]},{"name":"IG_WRITE_PHYSICAL","features":[172]},{"name":"IG_WRITE_PHYSICAL_WITH_FLAGS","features":[172]},{"name":"IHostDataModelAccess","features":[172]},{"name":"IIndexableConcept","features":[172]},{"name":"IIterableConcept","features":[172]},{"name":"IKeyEnumerator","features":[172]},{"name":"IKeyStore","features":[172]},{"name":"IModelIterator","features":[172]},{"name":"IModelKeyReference","features":[172]},{"name":"IModelKeyReference2","features":[172]},{"name":"IModelMethod","features":[172]},{"name":"IModelObject","features":[172]},{"name":"IModelPropertyAccessor","features":[172]},{"name":"INCORRECT_VERSION_INFO","features":[172]},{"name":"INLINE_FRAME_CONTEXT","features":[172]},{"name":"INSUFFICIENT_SPACE_TO_COPY","features":[172]},{"name":"IOSPACE","features":[172]},{"name":"IOSPACE32","features":[172]},{"name":"IOSPACE64","features":[172]},{"name":"IOSPACE_EX","features":[172]},{"name":"IOSPACE_EX32","features":[172]},{"name":"IOSPACE_EX64","features":[172]},{"name":"IPreferredRuntimeTypeConcept","features":[172]},{"name":"IRawEnumerator","features":[172]},{"name":"IStringDisplayableConcept","features":[172]},{"name":"Identical","features":[172]},{"name":"IntrinsicBool","features":[172]},{"name":"IntrinsicChar","features":[172]},{"name":"IntrinsicChar16","features":[172]},{"name":"IntrinsicChar32","features":[172]},{"name":"IntrinsicFloat","features":[172]},{"name":"IntrinsicHRESULT","features":[172]},{"name":"IntrinsicInt","features":[172]},{"name":"IntrinsicKind","features":[172]},{"name":"IntrinsicLong","features":[172]},{"name":"IntrinsicUInt","features":[172]},{"name":"IntrinsicULong","features":[172]},{"name":"IntrinsicVoid","features":[172]},{"name":"IntrinsicWChar","features":[172]},{"name":"KDDEBUGGER_DATA32","features":[172,8]},{"name":"KDDEBUGGER_DATA64","features":[172,8]},{"name":"KDEXTS_LOCK_CALLBACKROUTINE","features":[1,172]},{"name":"KDEXTS_LOCK_CALLBACKROUTINE_DEFINED","features":[172]},{"name":"KDEXTS_LOCK_INFO","features":[1,172]},{"name":"KDEXTS_PTE_INFO","features":[172]},{"name":"KDEXT_DUMP_HANDLE_CALLBACK","features":[1,172]},{"name":"KDEXT_FILELOCK_OWNER","features":[172]},{"name":"KDEXT_HANDLE_INFORMATION","features":[1,172]},{"name":"KDEXT_PROCESS_FIND_PARAMS","features":[172]},{"name":"KDEXT_THREAD_FIND_PARAMS","features":[172]},{"name":"KD_SECONDARY_VERSION_AMD64_CONTEXT","features":[172]},{"name":"KD_SECONDARY_VERSION_AMD64_OBSOLETE_CONTEXT_1","features":[172]},{"name":"KD_SECONDARY_VERSION_AMD64_OBSOLETE_CONTEXT_2","features":[172]},{"name":"KD_SECONDARY_VERSION_DEFAULT","features":[172]},{"name":"LanguageAssembly","features":[172]},{"name":"LanguageC","features":[172]},{"name":"LanguageCPP","features":[172]},{"name":"LanguageKind","features":[172]},{"name":"LanguageUnknown","features":[172]},{"name":"LessSpecific","features":[172]},{"name":"Location","features":[172]},{"name":"LocationConstant","features":[172]},{"name":"LocationKind","features":[172]},{"name":"LocationMember","features":[172]},{"name":"LocationNone","features":[172]},{"name":"LocationStatic","features":[172]},{"name":"MAX_STACK_IN_BYTES","features":[172]},{"name":"MEMORY_READ_ERROR","features":[172]},{"name":"MODULE_ORDERS_LOADTIME","features":[172]},{"name":"MODULE_ORDERS_MASK","features":[172]},{"name":"MODULE_ORDERS_MODULENAME","features":[172]},{"name":"ModelObjectKind","features":[172]},{"name":"MoreSpecific","features":[172]},{"name":"NO_TYPE","features":[172]},{"name":"NT_STATUS_CODE","features":[172]},{"name":"NULL_FIELD_NAME","features":[172]},{"name":"NULL_SYM_DUMP_PARAM","features":[172]},{"name":"OS_INFO","features":[172]},{"name":"OS_INFO_v1","features":[172]},{"name":"OS_TYPE","features":[172]},{"name":"ObjectContext","features":[172]},{"name":"ObjectError","features":[172]},{"name":"ObjectIntrinsic","features":[172]},{"name":"ObjectKeyReference","features":[172]},{"name":"ObjectMethod","features":[172]},{"name":"ObjectNoValue","features":[172]},{"name":"ObjectPropertyAccessor","features":[172]},{"name":"ObjectSynthetic","features":[172]},{"name":"ObjectTargetObject","features":[172]},{"name":"ObjectTargetObjectReference","features":[172]},{"name":"PDEBUG_EXTENSION_CALL","features":[172]},{"name":"PDEBUG_EXTENSION_CANUNLOAD","features":[172]},{"name":"PDEBUG_EXTENSION_INITIALIZE","features":[172]},{"name":"PDEBUG_EXTENSION_KNOWN_STRUCT","features":[172]},{"name":"PDEBUG_EXTENSION_KNOWN_STRUCT_EX","features":[172]},{"name":"PDEBUG_EXTENSION_NOTIFY","features":[172]},{"name":"PDEBUG_EXTENSION_PROVIDE_VALUE","features":[172]},{"name":"PDEBUG_EXTENSION_QUERY_VALUE_NAMES","features":[172]},{"name":"PDEBUG_EXTENSION_UNINITIALIZE","features":[172]},{"name":"PDEBUG_EXTENSION_UNLOAD","features":[172]},{"name":"PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION","features":[172]},{"name":"PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION","features":[172]},{"name":"PDEBUG_STACK_PROVIDER_FREESTACKSYMFRAMES","features":[1,172]},{"name":"PDEBUG_STACK_PROVIDER_RECONSTRUCTSTACK","features":[1,172]},{"name":"PENUMERATE_HANDLES","features":[1,172]},{"name":"PENUMERATE_HASH_TABLE","features":[1,172]},{"name":"PENUMERATE_JOB_PROCESSES","features":[1,172]},{"name":"PENUMERATE_SYSTEM_LOCKS","features":[1,172]},{"name":"PFIND_FILELOCK_OWNERINFO","features":[172]},{"name":"PFIND_MATCHING_PROCESS","features":[172]},{"name":"PFIND_MATCHING_THREAD","features":[172]},{"name":"PGET_CPU_MICROCODE_VERSION","features":[172]},{"name":"PGET_CPU_PSPEED_INFO","features":[172]},{"name":"PGET_DEVICE_OBJECT_INFO","features":[1,172]},{"name":"PGET_DRIVER_OBJECT_INFO","features":[172]},{"name":"PGET_FULL_IMAGE_NAME","features":[172]},{"name":"PGET_IRP_INFO","features":[172]},{"name":"PGET_PNP_TRIAGE_INFO","features":[172]},{"name":"PGET_POOL_DATA","features":[172]},{"name":"PGET_POOL_REGION","features":[172]},{"name":"PGET_POOL_TAG_DESCRIPTION","features":[172]},{"name":"PGET_PROCESS_COMMIT","features":[172]},{"name":"PGET_SMBIOS_INFO","features":[172]},{"name":"PHYSICAL","features":[172]},{"name":"PHYSICAL_TO_VIRTUAL","features":[172]},{"name":"PHYSICAL_WITH_FLAGS","features":[172]},{"name":"PHYS_FLAG_CACHED","features":[172]},{"name":"PHYS_FLAG_DEFAULT","features":[172]},{"name":"PHYS_FLAG_UNCACHED","features":[172]},{"name":"PHYS_FLAG_WRITE_COMBINED","features":[172]},{"name":"PKDEXTS_GET_PTE_INFO","features":[172]},{"name":"POINTER_SEARCH_PHYSICAL","features":[172]},{"name":"PROCESSORINFO","features":[172]},{"name":"PROCESS_COMMIT_USAGE","features":[172]},{"name":"PROCESS_END","features":[172]},{"name":"PROCESS_NAME_ENTRY","features":[172]},{"name":"PSYM_DUMP_FIELD_CALLBACK","features":[172]},{"name":"PTR_SEARCH_NO_SYMBOL_CHECK","features":[172]},{"name":"PTR_SEARCH_PHYS_ALL_HITS","features":[172]},{"name":"PTR_SEARCH_PHYS_PTE","features":[172]},{"name":"PTR_SEARCH_PHYS_RANGE_CHECK_ONLY","features":[172]},{"name":"PTR_SEARCH_PHYS_SIZE_SHIFT","features":[172]},{"name":"PWINDBG_CHECK_CONTROL_C","features":[172]},{"name":"PWINDBG_CHECK_VERSION","features":[172]},{"name":"PWINDBG_DISASM","features":[172]},{"name":"PWINDBG_DISASM32","features":[172]},{"name":"PWINDBG_DISASM64","features":[172]},{"name":"PWINDBG_EXTENSION_API_VERSION","features":[172]},{"name":"PWINDBG_EXTENSION_DLL_INIT","features":[172,8]},{"name":"PWINDBG_EXTENSION_DLL_INIT32","features":[172,8]},{"name":"PWINDBG_EXTENSION_DLL_INIT64","features":[172,8]},{"name":"PWINDBG_EXTENSION_ROUTINE","features":[1,172]},{"name":"PWINDBG_EXTENSION_ROUTINE32","features":[1,172]},{"name":"PWINDBG_EXTENSION_ROUTINE64","features":[1,172]},{"name":"PWINDBG_GET_EXPRESSION","features":[172]},{"name":"PWINDBG_GET_EXPRESSION32","features":[172]},{"name":"PWINDBG_GET_EXPRESSION64","features":[172]},{"name":"PWINDBG_GET_SYMBOL","features":[172]},{"name":"PWINDBG_GET_SYMBOL32","features":[172]},{"name":"PWINDBG_GET_SYMBOL64","features":[172]},{"name":"PWINDBG_GET_THREAD_CONTEXT_ROUTINE","features":[172,8]},{"name":"PWINDBG_IOCTL_ROUTINE","features":[172]},{"name":"PWINDBG_OLDKD_EXTENSION_ROUTINE","features":[172]},{"name":"PWINDBG_OLDKD_READ_PHYSICAL_MEMORY","features":[172]},{"name":"PWINDBG_OLDKD_WRITE_PHYSICAL_MEMORY","features":[172]},{"name":"PWINDBG_OLD_EXTENSION_ROUTINE","features":[172,8]},{"name":"PWINDBG_OUTPUT_ROUTINE","features":[172]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE","features":[172]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE32","features":[172]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE64","features":[172]},{"name":"PWINDBG_SET_THREAD_CONTEXT_ROUTINE","features":[172,8]},{"name":"PWINDBG_STACKTRACE_ROUTINE","features":[172]},{"name":"PWINDBG_STACKTRACE_ROUTINE32","features":[172]},{"name":"PWINDBG_STACKTRACE_ROUTINE64","features":[172]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE","features":[172]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE32","features":[172]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE64","features":[172]},{"name":"PointerCXHat","features":[172]},{"name":"PointerKind","features":[172]},{"name":"PointerManagedReference","features":[172]},{"name":"PointerRValueReference","features":[172]},{"name":"PointerReference","features":[172]},{"name":"PointerStandard","features":[172]},{"name":"PreferredFormat","features":[172]},{"name":"READCONTROLSPACE","features":[172]},{"name":"READCONTROLSPACE32","features":[172]},{"name":"READCONTROLSPACE64","features":[172]},{"name":"READ_WRITE_MSR","features":[172]},{"name":"RawSearchFlags","features":[172]},{"name":"RawSearchNoBases","features":[172]},{"name":"RawSearchNone","features":[172]},{"name":"SEARCHMEMORY","features":[172]},{"name":"STACK_FRAME_TYPE_IGNORE","features":[172]},{"name":"STACK_FRAME_TYPE_INIT","features":[172]},{"name":"STACK_FRAME_TYPE_INLINE","features":[172]},{"name":"STACK_FRAME_TYPE_RA","features":[172]},{"name":"STACK_FRAME_TYPE_STACK","features":[172]},{"name":"STACK_SRC_INFO","features":[172]},{"name":"STACK_SYM_FRAME_INFO","features":[1,172]},{"name":"SYMBOL_INFO_EX","features":[172]},{"name":"SYMBOL_TYPE_INDEX_NOT_FOUND","features":[172]},{"name":"SYMBOL_TYPE_INFO_NOT_FOUND","features":[172]},{"name":"SYM_DUMP_PARAM","features":[172]},{"name":"ScriptChangeKind","features":[172]},{"name":"ScriptDebugAsyncBreak","features":[172]},{"name":"ScriptDebugBreak","features":[172]},{"name":"ScriptDebugBreakpoint","features":[172]},{"name":"ScriptDebugEvent","features":[172]},{"name":"ScriptDebugEventFilter","features":[172]},{"name":"ScriptDebugEventFilterAbort","features":[172]},{"name":"ScriptDebugEventFilterEntry","features":[172]},{"name":"ScriptDebugEventFilterException","features":[172]},{"name":"ScriptDebugEventFilterUnhandledException","features":[172]},{"name":"ScriptDebugEventInformation","features":[172]},{"name":"ScriptDebugException","features":[172]},{"name":"ScriptDebugExecuting","features":[172]},{"name":"ScriptDebugNoDebugger","features":[172]},{"name":"ScriptDebugNotExecuting","features":[172]},{"name":"ScriptDebugPosition","features":[172]},{"name":"ScriptDebugState","features":[172]},{"name":"ScriptDebugStep","features":[172]},{"name":"ScriptExecutionKind","features":[172]},{"name":"ScriptExecutionNormal","features":[172]},{"name":"ScriptExecutionStepIn","features":[172]},{"name":"ScriptExecutionStepOut","features":[172]},{"name":"ScriptExecutionStepOver","features":[172]},{"name":"ScriptRename","features":[172]},{"name":"SignatureComparison","features":[172]},{"name":"Symbol","features":[172]},{"name":"SymbolBaseClass","features":[172]},{"name":"SymbolConstant","features":[172]},{"name":"SymbolData","features":[172]},{"name":"SymbolField","features":[172]},{"name":"SymbolFunction","features":[172]},{"name":"SymbolKind","features":[172]},{"name":"SymbolModule","features":[172]},{"name":"SymbolPublic","features":[172]},{"name":"SymbolSearchCaseInsensitive","features":[172]},{"name":"SymbolSearchCompletion","features":[172]},{"name":"SymbolSearchNone","features":[172]},{"name":"SymbolSearchOptions","features":[172]},{"name":"SymbolType","features":[172]},{"name":"TANALYZE_RETURN","features":[172]},{"name":"TARGET_DEBUG_INFO","features":[172]},{"name":"TARGET_DEBUG_INFO_v1","features":[172]},{"name":"TARGET_DEBUG_INFO_v2","features":[172]},{"name":"TRANSLATE_VIRTUAL_TO_PHYSICAL","features":[172]},{"name":"TRIAGE_FOLLOWUP_DEFAULT","features":[172]},{"name":"TRIAGE_FOLLOWUP_FAIL","features":[172]},{"name":"TRIAGE_FOLLOWUP_IGNORE","features":[172]},{"name":"TRIAGE_FOLLOWUP_SUCCESS","features":[172]},{"name":"TypeArray","features":[172]},{"name":"TypeEnum","features":[172]},{"name":"TypeExtendedArray","features":[172]},{"name":"TypeFunction","features":[172]},{"name":"TypeIntrinsic","features":[172]},{"name":"TypeKind","features":[172]},{"name":"TypeMemberPointer","features":[172]},{"name":"TypePointer","features":[172]},{"name":"TypeTypedef","features":[172]},{"name":"TypeUDT","features":[172]},{"name":"UNAVAILABLE_ERROR","features":[172]},{"name":"Unrelated","features":[172]},{"name":"VIRTUAL_TO_PHYSICAL","features":[172]},{"name":"VarArgsCStyle","features":[172]},{"name":"VarArgsKind","features":[172]},{"name":"VarArgsNone","features":[172]},{"name":"WDBGEXTS_ADDRESS_DEFAULT","features":[172]},{"name":"WDBGEXTS_ADDRESS_RESERVED0","features":[172]},{"name":"WDBGEXTS_ADDRESS_SEG16","features":[172]},{"name":"WDBGEXTS_ADDRESS_SEG32","features":[172]},{"name":"WDBGEXTS_CLR_DATA_INTERFACE","features":[172]},{"name":"WDBGEXTS_DISASSEMBLE_BUFFER","features":[172]},{"name":"WDBGEXTS_MODULE_IN_RANGE","features":[172]},{"name":"WDBGEXTS_QUERY_INTERFACE","features":[172]},{"name":"WDBGEXTS_THREAD_OS_INFO","features":[172]},{"name":"WINDBG_EXTENSION_APIS","features":[172,8]},{"name":"WINDBG_EXTENSION_APIS32","features":[172,8]},{"name":"WINDBG_EXTENSION_APIS64","features":[172,8]},{"name":"WINDBG_OLDKD_EXTENSION_APIS","features":[172]},{"name":"WINDBG_OLD_EXTENSION_APIS","features":[172]},{"name":"WIN_95","features":[172]},{"name":"WIN_98","features":[172]},{"name":"WIN_ME","features":[172]},{"name":"WIN_NT4","features":[172]},{"name":"WIN_NT5","features":[172]},{"name":"WIN_NT5_1","features":[172]},{"name":"WIN_NT5_2","features":[172]},{"name":"WIN_NT6_0","features":[172]},{"name":"WIN_NT6_1","features":[172]},{"name":"WIN_UNDEFINED","features":[172]},{"name":"XML_DRIVER_NODE_INFO","features":[172]},{"name":"_EXTSAPI_VER_","features":[172]},{"name":"fnDebugFailureAnalysisCreateInstance","features":[172]}],"565":[{"name":"ALPCGuid","features":[33]},{"name":"CLASSIC_EVENT_ID","features":[33]},{"name":"CLSID_TraceRelogger","features":[33]},{"name":"CONTROLTRACE_HANDLE","features":[33]},{"name":"CTraceRelogger","features":[33]},{"name":"CloseTrace","features":[1,33]},{"name":"ControlTraceA","features":[1,33]},{"name":"ControlTraceW","features":[1,33]},{"name":"CreateTraceInstanceId","features":[1,33]},{"name":"CveEventWrite","features":[33]},{"name":"DECODING_SOURCE","features":[33]},{"name":"DIAG_LOGGER_NAMEA","features":[33]},{"name":"DIAG_LOGGER_NAMEW","features":[33]},{"name":"DecodingSourceMax","features":[33]},{"name":"DecodingSourceTlg","features":[33]},{"name":"DecodingSourceWPP","features":[33]},{"name":"DecodingSourceWbem","features":[33]},{"name":"DecodingSourceXMLFile","features":[33]},{"name":"DefaultTraceSecurityGuid","features":[33]},{"name":"DiskIoGuid","features":[33]},{"name":"ENABLECALLBACK_ENABLED_STATE","features":[33]},{"name":"ENABLE_TRACE_PARAMETERS","features":[33]},{"name":"ENABLE_TRACE_PARAMETERS_V1","features":[33]},{"name":"ENABLE_TRACE_PARAMETERS_VERSION","features":[33]},{"name":"ENABLE_TRACE_PARAMETERS_VERSION_2","features":[33]},{"name":"ETW_ASCIICHAR_TYPE_VALUE","features":[33]},{"name":"ETW_ASCIISTRING_TYPE_VALUE","features":[33]},{"name":"ETW_BOOLEAN_TYPE_VALUE","features":[33]},{"name":"ETW_BOOL_TYPE_VALUE","features":[33]},{"name":"ETW_BUFFER_CALLBACK_INFORMATION","features":[1,33,171]},{"name":"ETW_BUFFER_CONTEXT","features":[33]},{"name":"ETW_BUFFER_HEADER","features":[33]},{"name":"ETW_BYTE_TYPE_VALUE","features":[33]},{"name":"ETW_CHAR_TYPE_VALUE","features":[33]},{"name":"ETW_COMPRESSION_RESUMPTION_MODE","features":[33]},{"name":"ETW_COUNTED_ANSISTRING_TYPE_VALUE","features":[33]},{"name":"ETW_COUNTED_STRING_TYPE_VALUE","features":[33]},{"name":"ETW_DATETIME_TYPE_VALUE","features":[33]},{"name":"ETW_DECIMAL_TYPE_VALUE","features":[33]},{"name":"ETW_DOUBLE_TYPE_VALUE","features":[33]},{"name":"ETW_GUID_TYPE_VALUE","features":[33]},{"name":"ETW_HIDDEN_TYPE_VALUE","features":[33]},{"name":"ETW_INT16_TYPE_VALUE","features":[33]},{"name":"ETW_INT32_TYPE_VALUE","features":[33]},{"name":"ETW_INT64_TYPE_VALUE","features":[33]},{"name":"ETW_NON_NULL_TERMINATED_STRING_TYPE_VALUE","features":[33]},{"name":"ETW_NULL_TYPE_VALUE","features":[33]},{"name":"ETW_OBJECT_TYPE_VALUE","features":[33]},{"name":"ETW_OPEN_TRACE_OPTIONS","features":[1,33,171]},{"name":"ETW_PMC_COUNTER_OWNER","features":[33]},{"name":"ETW_PMC_COUNTER_OWNERSHIP_STATUS","features":[33]},{"name":"ETW_PMC_COUNTER_OWNER_TYPE","features":[33]},{"name":"ETW_PMC_SESSION_INFO","features":[33]},{"name":"ETW_POINTER_TYPE_VALUE","features":[33]},{"name":"ETW_PROCESS_HANDLE_INFO_TYPE","features":[33]},{"name":"ETW_PROCESS_TRACE_MODES","features":[33]},{"name":"ETW_PROCESS_TRACE_MODE_NONE","features":[33]},{"name":"ETW_PROCESS_TRACE_MODE_RAW_TIMESTAMP","features":[33]},{"name":"ETW_PROVIDER_TRAIT_TYPE","features":[33]},{"name":"ETW_PTVECTOR_TYPE_VALUE","features":[33]},{"name":"ETW_REDUCED_ANSISTRING_TYPE_VALUE","features":[33]},{"name":"ETW_REDUCED_STRING_TYPE_VALUE","features":[33]},{"name":"ETW_REFRENCE_TYPE_VALUE","features":[33]},{"name":"ETW_REVERSED_COUNTED_ANSISTRING_TYPE_VALUE","features":[33]},{"name":"ETW_REVERSED_COUNTED_STRING_TYPE_VALUE","features":[33]},{"name":"ETW_SBYTE_TYPE_VALUE","features":[33]},{"name":"ETW_SID_TYPE_VALUE","features":[33]},{"name":"ETW_SINGLE_TYPE_VALUE","features":[33]},{"name":"ETW_SIZET_TYPE_VALUE","features":[33]},{"name":"ETW_STRING_TYPE_VALUE","features":[33]},{"name":"ETW_TRACE_PARTITION_INFORMATION","features":[33]},{"name":"ETW_TRACE_PARTITION_INFORMATION_V2","features":[33]},{"name":"ETW_UINT16_TYPE_VALUE","features":[33]},{"name":"ETW_UINT32_TYPE_VALUE","features":[33]},{"name":"ETW_UINT64_TYPE_VALUE","features":[33]},{"name":"ETW_VARIANT_TYPE_VALUE","features":[33]},{"name":"ETW_WMITIME_TYPE_VALUE","features":[33]},{"name":"EVENTMAP_ENTRY_VALUETYPE_STRING","features":[33]},{"name":"EVENTMAP_ENTRY_VALUETYPE_ULONG","features":[33]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_BITMAP","features":[33]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_PATTERNMAP","features":[33]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_VALUEMAP","features":[33]},{"name":"EVENTMAP_INFO_FLAG_WBEM_BITMAP","features":[33]},{"name":"EVENTMAP_INFO_FLAG_WBEM_FLAG","features":[33]},{"name":"EVENTMAP_INFO_FLAG_WBEM_NO_MAP","features":[33]},{"name":"EVENTMAP_INFO_FLAG_WBEM_VALUEMAP","features":[33]},{"name":"EVENTSECURITYOPERATION","features":[33]},{"name":"EVENT_ACTIVITY_CTRL_CREATE_ID","features":[33]},{"name":"EVENT_ACTIVITY_CTRL_CREATE_SET_ID","features":[33]},{"name":"EVENT_ACTIVITY_CTRL_GET_ID","features":[33]},{"name":"EVENT_ACTIVITY_CTRL_GET_SET_ID","features":[33]},{"name":"EVENT_ACTIVITY_CTRL_SET_ID","features":[33]},{"name":"EVENT_CONTROL_CODE_CAPTURE_STATE","features":[33]},{"name":"EVENT_CONTROL_CODE_DISABLE_PROVIDER","features":[33]},{"name":"EVENT_CONTROL_CODE_ENABLE_PROVIDER","features":[33]},{"name":"EVENT_DATA_DESCRIPTOR","features":[33]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_EVENT_METADATA","features":[33]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_NONE","features":[33]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_PROVIDER_METADATA","features":[33]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_TIMESTAMP_OVERRIDE","features":[33]},{"name":"EVENT_DESCRIPTOR","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_ENABLE_KEYWORD_0","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_ENABLE_SILOS","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_EVENT_KEY","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_EXCLUDE_INPRIVATE","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_IGNORE_KEYWORD_0","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_PROCESS_START_KEY","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_PROVIDER_GROUP","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_PSM_KEY","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_SID","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_SOURCE_CONTAINER_TRACKING","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_STACK_TRACE","features":[33]},{"name":"EVENT_ENABLE_PROPERTY_TS_ID","features":[33]},{"name":"EVENT_EXTENDED_ITEM_EVENT_KEY","features":[33]},{"name":"EVENT_EXTENDED_ITEM_INSTANCE","features":[33]},{"name":"EVENT_EXTENDED_ITEM_PEBS_INDEX","features":[33]},{"name":"EVENT_EXTENDED_ITEM_PMC_COUNTERS","features":[33]},{"name":"EVENT_EXTENDED_ITEM_PROCESS_START_KEY","features":[33]},{"name":"EVENT_EXTENDED_ITEM_RELATED_ACTIVITYID","features":[33]},{"name":"EVENT_EXTENDED_ITEM_STACK_KEY32","features":[33]},{"name":"EVENT_EXTENDED_ITEM_STACK_KEY64","features":[33]},{"name":"EVENT_EXTENDED_ITEM_STACK_TRACE32","features":[33]},{"name":"EVENT_EXTENDED_ITEM_STACK_TRACE64","features":[33]},{"name":"EVENT_EXTENDED_ITEM_TS_ID","features":[33]},{"name":"EVENT_FIELD_TYPE","features":[33]},{"name":"EVENT_FILTER_DESCRIPTOR","features":[33]},{"name":"EVENT_FILTER_EVENT_ID","features":[1,33]},{"name":"EVENT_FILTER_EVENT_NAME","features":[1,33]},{"name":"EVENT_FILTER_HEADER","features":[33]},{"name":"EVENT_FILTER_LEVEL_KW","features":[1,33]},{"name":"EVENT_FILTER_TYPE_CONTAINER","features":[33]},{"name":"EVENT_FILTER_TYPE_EVENT_ID","features":[33]},{"name":"EVENT_FILTER_TYPE_EVENT_NAME","features":[33]},{"name":"EVENT_FILTER_TYPE_EXECUTABLE_NAME","features":[33]},{"name":"EVENT_FILTER_TYPE_NONE","features":[33]},{"name":"EVENT_FILTER_TYPE_PACKAGE_APP_ID","features":[33]},{"name":"EVENT_FILTER_TYPE_PACKAGE_ID","features":[33]},{"name":"EVENT_FILTER_TYPE_PAYLOAD","features":[33]},{"name":"EVENT_FILTER_TYPE_PID","features":[33]},{"name":"EVENT_FILTER_TYPE_SCHEMATIZED","features":[33]},{"name":"EVENT_FILTER_TYPE_STACKWALK","features":[33]},{"name":"EVENT_FILTER_TYPE_STACKWALK_LEVEL_KW","features":[33]},{"name":"EVENT_FILTER_TYPE_STACKWALK_NAME","features":[33]},{"name":"EVENT_FILTER_TYPE_SYSTEM_FLAGS","features":[33]},{"name":"EVENT_FILTER_TYPE_TRACEHANDLE","features":[33]},{"name":"EVENT_HEADER","features":[33]},{"name":"EVENT_HEADER_EXTENDED_DATA_ITEM","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_CONTAINER_ID","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_CONTROL_GUID","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_EVENT_KEY","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_EVENT_SCHEMA_TL","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_INSTANCE_INFO","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_MAX","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_PEBS_INDEX","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_PMC_COUNTERS","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_PROCESS_START_KEY","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_PROV_TRAITS","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_PSM_KEY","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_QPC_DELTA","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_RELATED_ACTIVITYID","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_SID","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_KEY32","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_KEY64","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_TRACE32","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_TRACE64","features":[33]},{"name":"EVENT_HEADER_EXT_TYPE_TS_ID","features":[33]},{"name":"EVENT_HEADER_FLAG_32_BIT_HEADER","features":[33]},{"name":"EVENT_HEADER_FLAG_64_BIT_HEADER","features":[33]},{"name":"EVENT_HEADER_FLAG_CLASSIC_HEADER","features":[33]},{"name":"EVENT_HEADER_FLAG_DECODE_GUID","features":[33]},{"name":"EVENT_HEADER_FLAG_EXTENDED_INFO","features":[33]},{"name":"EVENT_HEADER_FLAG_NO_CPUTIME","features":[33]},{"name":"EVENT_HEADER_FLAG_PRIVATE_SESSION","features":[33]},{"name":"EVENT_HEADER_FLAG_PROCESSOR_INDEX","features":[33]},{"name":"EVENT_HEADER_FLAG_STRING_ONLY","features":[33]},{"name":"EVENT_HEADER_FLAG_TRACE_MESSAGE","features":[33]},{"name":"EVENT_HEADER_PROPERTY_FORWARDED_XML","features":[33]},{"name":"EVENT_HEADER_PROPERTY_LEGACY_EVENTLOG","features":[33]},{"name":"EVENT_HEADER_PROPERTY_RELOGGABLE","features":[33]},{"name":"EVENT_HEADER_PROPERTY_XML","features":[33]},{"name":"EVENT_INFO_CLASS","features":[33]},{"name":"EVENT_INSTANCE_HEADER","features":[33]},{"name":"EVENT_INSTANCE_INFO","features":[1,33]},{"name":"EVENT_LOGGER_NAME","features":[33]},{"name":"EVENT_LOGGER_NAMEA","features":[33]},{"name":"EVENT_LOGGER_NAMEW","features":[33]},{"name":"EVENT_MAP_ENTRY","features":[33]},{"name":"EVENT_MAP_INFO","features":[33]},{"name":"EVENT_MAX_LEVEL","features":[33]},{"name":"EVENT_MIN_LEVEL","features":[33]},{"name":"EVENT_PROPERTY_INFO","features":[33]},{"name":"EVENT_RECORD","features":[33]},{"name":"EVENT_TRACE","features":[33]},{"name":"EVENT_TRACE_ADDTO_TRIAGE_DUMP","features":[33]},{"name":"EVENT_TRACE_ADD_HEADER_MODE","features":[33]},{"name":"EVENT_TRACE_BUFFERING_MODE","features":[33]},{"name":"EVENT_TRACE_COMPRESSED_MODE","features":[33]},{"name":"EVENT_TRACE_CONTROL","features":[33]},{"name":"EVENT_TRACE_CONTROL_CONVERT_TO_REALTIME","features":[33]},{"name":"EVENT_TRACE_CONTROL_FLUSH","features":[33]},{"name":"EVENT_TRACE_CONTROL_INCREMENT_FILE","features":[33]},{"name":"EVENT_TRACE_CONTROL_QUERY","features":[33]},{"name":"EVENT_TRACE_CONTROL_STOP","features":[33]},{"name":"EVENT_TRACE_CONTROL_UPDATE","features":[33]},{"name":"EVENT_TRACE_DELAY_OPEN_FILE_MODE","features":[33]},{"name":"EVENT_TRACE_FILE_MODE_APPEND","features":[33]},{"name":"EVENT_TRACE_FILE_MODE_CIRCULAR","features":[33]},{"name":"EVENT_TRACE_FILE_MODE_NEWFILE","features":[33]},{"name":"EVENT_TRACE_FILE_MODE_NONE","features":[33]},{"name":"EVENT_TRACE_FILE_MODE_PREALLOCATE","features":[33]},{"name":"EVENT_TRACE_FILE_MODE_SEQUENTIAL","features":[33]},{"name":"EVENT_TRACE_FLAG","features":[33]},{"name":"EVENT_TRACE_FLAG_ALPC","features":[33]},{"name":"EVENT_TRACE_FLAG_CSWITCH","features":[33]},{"name":"EVENT_TRACE_FLAG_DBGPRINT","features":[33]},{"name":"EVENT_TRACE_FLAG_DEBUG_EVENTS","features":[33]},{"name":"EVENT_TRACE_FLAG_DISK_FILE_IO","features":[33]},{"name":"EVENT_TRACE_FLAG_DISK_IO","features":[33]},{"name":"EVENT_TRACE_FLAG_DISK_IO_INIT","features":[33]},{"name":"EVENT_TRACE_FLAG_DISPATCHER","features":[33]},{"name":"EVENT_TRACE_FLAG_DPC","features":[33]},{"name":"EVENT_TRACE_FLAG_DRIVER","features":[33]},{"name":"EVENT_TRACE_FLAG_ENABLE_RESERVE","features":[33]},{"name":"EVENT_TRACE_FLAG_EXTENSION","features":[33]},{"name":"EVENT_TRACE_FLAG_FILE_IO","features":[33]},{"name":"EVENT_TRACE_FLAG_FILE_IO_INIT","features":[33]},{"name":"EVENT_TRACE_FLAG_FORWARD_WMI","features":[33]},{"name":"EVENT_TRACE_FLAG_IMAGE_LOAD","features":[33]},{"name":"EVENT_TRACE_FLAG_INTERRUPT","features":[33]},{"name":"EVENT_TRACE_FLAG_JOB","features":[33]},{"name":"EVENT_TRACE_FLAG_MEMORY_HARD_FAULTS","features":[33]},{"name":"EVENT_TRACE_FLAG_MEMORY_PAGE_FAULTS","features":[33]},{"name":"EVENT_TRACE_FLAG_NETWORK_TCPIP","features":[33]},{"name":"EVENT_TRACE_FLAG_NO_SYSCONFIG","features":[33]},{"name":"EVENT_TRACE_FLAG_PROCESS","features":[33]},{"name":"EVENT_TRACE_FLAG_PROCESS_COUNTERS","features":[33]},{"name":"EVENT_TRACE_FLAG_PROFILE","features":[33]},{"name":"EVENT_TRACE_FLAG_REGISTRY","features":[33]},{"name":"EVENT_TRACE_FLAG_SPLIT_IO","features":[33]},{"name":"EVENT_TRACE_FLAG_SYSTEMCALL","features":[33]},{"name":"EVENT_TRACE_FLAG_THREAD","features":[33]},{"name":"EVENT_TRACE_FLAG_VAMAP","features":[33]},{"name":"EVENT_TRACE_FLAG_VIRTUAL_ALLOC","features":[33]},{"name":"EVENT_TRACE_HEADER","features":[33]},{"name":"EVENT_TRACE_INDEPENDENT_SESSION_MODE","features":[33]},{"name":"EVENT_TRACE_LOGFILEA","features":[1,33,171]},{"name":"EVENT_TRACE_LOGFILEW","features":[1,33,171]},{"name":"EVENT_TRACE_MODE_RESERVED","features":[33]},{"name":"EVENT_TRACE_NONSTOPPABLE_MODE","features":[33]},{"name":"EVENT_TRACE_NO_PER_PROCESSOR_BUFFERING","features":[33]},{"name":"EVENT_TRACE_PERSIST_ON_HYBRID_SHUTDOWN","features":[33]},{"name":"EVENT_TRACE_PRIVATE_IN_PROC","features":[33]},{"name":"EVENT_TRACE_PRIVATE_LOGGER_MODE","features":[33]},{"name":"EVENT_TRACE_PROPERTIES","features":[1,33]},{"name":"EVENT_TRACE_PROPERTIES_V2","features":[1,33]},{"name":"EVENT_TRACE_REAL_TIME_MODE","features":[33]},{"name":"EVENT_TRACE_RELOG_MODE","features":[33]},{"name":"EVENT_TRACE_SECURE_MODE","features":[33]},{"name":"EVENT_TRACE_STOP_ON_HYBRID_SHUTDOWN","features":[33]},{"name":"EVENT_TRACE_SYSTEM_LOGGER_MODE","features":[33]},{"name":"EVENT_TRACE_TYPE_ACCEPT","features":[33]},{"name":"EVENT_TRACE_TYPE_ACKDUP","features":[33]},{"name":"EVENT_TRACE_TYPE_ACKFULL","features":[33]},{"name":"EVENT_TRACE_TYPE_ACKPART","features":[33]},{"name":"EVENT_TRACE_TYPE_CHECKPOINT","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_BOOT","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_CI_INFO","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_CPU","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_DEFRAG","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_DEVICEFAMILY","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_DPI","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_FLIGHTID","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_IDECHANNEL","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_IRQ","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_LOGICALDISK","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_MACHINEID","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_MOBILEPLATFORM","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_NETINFO","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_NIC","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_NUMANODE","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_OPTICALMEDIA","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_PHYSICALDISK","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_PHYSICALDISK_EX","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_PLATFORM","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_PNP","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_POWER","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSOR","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSORGROUP","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSORNUMBER","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_SERVICES","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_VIDEO","features":[33]},{"name":"EVENT_TRACE_TYPE_CONFIG_VIRTUALIZATION","features":[33]},{"name":"EVENT_TRACE_TYPE_CONNECT","features":[33]},{"name":"EVENT_TRACE_TYPE_CONNFAIL","features":[33]},{"name":"EVENT_TRACE_TYPE_COPY_ARP","features":[33]},{"name":"EVENT_TRACE_TYPE_COPY_TCP","features":[33]},{"name":"EVENT_TRACE_TYPE_DBGID_RSDS","features":[33]},{"name":"EVENT_TRACE_TYPE_DC_END","features":[33]},{"name":"EVENT_TRACE_TYPE_DC_START","features":[33]},{"name":"EVENT_TRACE_TYPE_DEQUEUE","features":[33]},{"name":"EVENT_TRACE_TYPE_DISCONNECT","features":[33]},{"name":"EVENT_TRACE_TYPE_END","features":[33]},{"name":"EVENT_TRACE_TYPE_EXTENSION","features":[33]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_COMPLETION","features":[33]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_FAILURE","features":[33]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_INIT","features":[33]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_COMPLETION","features":[33]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_FAILURE","features":[33]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_INIT","features":[33]},{"name":"EVENT_TRACE_TYPE_GUIDMAP","features":[33]},{"name":"EVENT_TRACE_TYPE_INFO","features":[33]},{"name":"EVENT_TRACE_TYPE_IO_FLUSH","features":[33]},{"name":"EVENT_TRACE_TYPE_IO_FLUSH_INIT","features":[33]},{"name":"EVENT_TRACE_TYPE_IO_READ","features":[33]},{"name":"EVENT_TRACE_TYPE_IO_READ_INIT","features":[33]},{"name":"EVENT_TRACE_TYPE_IO_REDIRECTED_INIT","features":[33]},{"name":"EVENT_TRACE_TYPE_IO_WRITE","features":[33]},{"name":"EVENT_TRACE_TYPE_IO_WRITE_INIT","features":[33]},{"name":"EVENT_TRACE_TYPE_LOAD","features":[33]},{"name":"EVENT_TRACE_TYPE_MM_AV","features":[33]},{"name":"EVENT_TRACE_TYPE_MM_COW","features":[33]},{"name":"EVENT_TRACE_TYPE_MM_DZF","features":[33]},{"name":"EVENT_TRACE_TYPE_MM_GPF","features":[33]},{"name":"EVENT_TRACE_TYPE_MM_HPF","features":[33]},{"name":"EVENT_TRACE_TYPE_MM_TF","features":[33]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_FLUSH","features":[33]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_FLUSH_INIT","features":[33]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_READ","features":[33]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_READ_INIT","features":[33]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_WRITE","features":[33]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_WRITE_INIT","features":[33]},{"name":"EVENT_TRACE_TYPE_RECEIVE","features":[33]},{"name":"EVENT_TRACE_TYPE_RECONNECT","features":[33]},{"name":"EVENT_TRACE_TYPE_REGCLOSE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGCOMMIT","features":[33]},{"name":"EVENT_TRACE_TYPE_REGCREATE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGDELETE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGDELETEVALUE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGENUMERATEKEY","features":[33]},{"name":"EVENT_TRACE_TYPE_REGENUMERATEVALUEKEY","features":[33]},{"name":"EVENT_TRACE_TYPE_REGFLUSH","features":[33]},{"name":"EVENT_TRACE_TYPE_REGKCBCREATE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGKCBDELETE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGKCBRUNDOWNBEGIN","features":[33]},{"name":"EVENT_TRACE_TYPE_REGKCBRUNDOWNEND","features":[33]},{"name":"EVENT_TRACE_TYPE_REGMOUNTHIVE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGOPEN","features":[33]},{"name":"EVENT_TRACE_TYPE_REGPREPARE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGQUERY","features":[33]},{"name":"EVENT_TRACE_TYPE_REGQUERYMULTIPLEVALUE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGQUERYSECURITY","features":[33]},{"name":"EVENT_TRACE_TYPE_REGQUERYVALUE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGROLLBACK","features":[33]},{"name":"EVENT_TRACE_TYPE_REGSETINFORMATION","features":[33]},{"name":"EVENT_TRACE_TYPE_REGSETSECURITY","features":[33]},{"name":"EVENT_TRACE_TYPE_REGSETVALUE","features":[33]},{"name":"EVENT_TRACE_TYPE_REGVIRTUALIZE","features":[33]},{"name":"EVENT_TRACE_TYPE_REPLY","features":[33]},{"name":"EVENT_TRACE_TYPE_RESUME","features":[33]},{"name":"EVENT_TRACE_TYPE_RETRANSMIT","features":[33]},{"name":"EVENT_TRACE_TYPE_SECURITY","features":[33]},{"name":"EVENT_TRACE_TYPE_SEND","features":[33]},{"name":"EVENT_TRACE_TYPE_SIDINFO","features":[33]},{"name":"EVENT_TRACE_TYPE_START","features":[33]},{"name":"EVENT_TRACE_TYPE_STOP","features":[33]},{"name":"EVENT_TRACE_TYPE_SUSPEND","features":[33]},{"name":"EVENT_TRACE_TYPE_TERMINATE","features":[33]},{"name":"EVENT_TRACE_TYPE_WINEVT_RECEIVE","features":[33]},{"name":"EVENT_TRACE_TYPE_WINEVT_SEND","features":[33]},{"name":"EVENT_TRACE_USE_GLOBAL_SEQUENCE","features":[33]},{"name":"EVENT_TRACE_USE_KBYTES_FOR_SIZE","features":[33]},{"name":"EVENT_TRACE_USE_LOCAL_SEQUENCE","features":[33]},{"name":"EVENT_TRACE_USE_NOCPUTIME","features":[33]},{"name":"EVENT_TRACE_USE_PAGED_MEMORY","features":[33]},{"name":"EVENT_TRACE_USE_PROCTIME","features":[33]},{"name":"EVENT_WRITE_FLAG_INPRIVATE","features":[33]},{"name":"EVENT_WRITE_FLAG_NO_FAULTING","features":[33]},{"name":"EnableTrace","features":[1,33]},{"name":"EnableTraceEx","features":[1,33]},{"name":"EnableTraceEx2","features":[1,33]},{"name":"EnumerateTraceGuids","features":[1,33]},{"name":"EnumerateTraceGuidsEx","features":[1,33]},{"name":"EtwCompressionModeNoDisable","features":[33]},{"name":"EtwCompressionModeNoRestart","features":[33]},{"name":"EtwCompressionModeRestart","features":[33]},{"name":"EtwPmcOwnerFree","features":[33]},{"name":"EtwPmcOwnerTagged","features":[33]},{"name":"EtwPmcOwnerTaggedWithSource","features":[33]},{"name":"EtwPmcOwnerUntagged","features":[33]},{"name":"EtwProviderTraitDecodeGuid","features":[33]},{"name":"EtwProviderTraitTypeGroup","features":[33]},{"name":"EtwProviderTraitTypeMax","features":[33]},{"name":"EtwQueryLastDroppedTimes","features":[33]},{"name":"EtwQueryLogFileHeader","features":[33]},{"name":"EtwQueryPartitionInformation","features":[33]},{"name":"EtwQueryPartitionInformationV2","features":[33]},{"name":"EtwQueryProcessHandleInfoMax","features":[33]},{"name":"EventAccessControl","features":[1,5,33]},{"name":"EventAccessQuery","features":[5,33]},{"name":"EventAccessRemove","features":[33]},{"name":"EventActivityIdControl","features":[33]},{"name":"EventChannelInformation","features":[33]},{"name":"EventEnabled","features":[1,33]},{"name":"EventInformationMax","features":[33]},{"name":"EventKeywordInformation","features":[33]},{"name":"EventLevelInformation","features":[33]},{"name":"EventOpcodeInformation","features":[33]},{"name":"EventProviderBinaryTrackInfo","features":[33]},{"name":"EventProviderEnabled","features":[1,33]},{"name":"EventProviderSetReserved1","features":[33]},{"name":"EventProviderSetTraits","features":[33]},{"name":"EventProviderUseDescriptorType","features":[33]},{"name":"EventRegister","features":[33]},{"name":"EventSecurityAddDACL","features":[33]},{"name":"EventSecurityAddSACL","features":[33]},{"name":"EventSecurityMax","features":[33]},{"name":"EventSecuritySetDACL","features":[33]},{"name":"EventSecuritySetSACL","features":[33]},{"name":"EventSetInformation","features":[33]},{"name":"EventTaskInformation","features":[33]},{"name":"EventTraceConfigGuid","features":[33]},{"name":"EventTraceGuid","features":[33]},{"name":"EventUnregister","features":[33]},{"name":"EventWrite","features":[33]},{"name":"EventWriteEx","features":[33]},{"name":"EventWriteString","features":[33]},{"name":"EventWriteTransfer","features":[33]},{"name":"FileIoGuid","features":[33]},{"name":"FlushTraceA","features":[1,33]},{"name":"FlushTraceW","features":[1,33]},{"name":"GLOBAL_LOGGER_NAME","features":[33]},{"name":"GLOBAL_LOGGER_NAMEA","features":[33]},{"name":"GLOBAL_LOGGER_NAMEW","features":[33]},{"name":"GetTraceEnableFlags","features":[33]},{"name":"GetTraceEnableLevel","features":[33]},{"name":"GetTraceLoggerHandle","features":[33]},{"name":"ITraceEvent","features":[33]},{"name":"ITraceEventCallback","features":[33]},{"name":"ITraceRelogger","features":[33]},{"name":"ImageLoadGuid","features":[33]},{"name":"KERNEL_LOGGER_NAME","features":[33]},{"name":"KERNEL_LOGGER_NAMEA","features":[33]},{"name":"KERNEL_LOGGER_NAMEW","features":[33]},{"name":"MAP_FLAGS","features":[33]},{"name":"MAP_VALUETYPE","features":[33]},{"name":"MAX_EVENT_DATA_DESCRIPTORS","features":[33]},{"name":"MAX_EVENT_FILTERS_COUNT","features":[33]},{"name":"MAX_EVENT_FILTER_DATA_SIZE","features":[33]},{"name":"MAX_EVENT_FILTER_EVENT_ID_COUNT","features":[33]},{"name":"MAX_EVENT_FILTER_EVENT_NAME_SIZE","features":[33]},{"name":"MAX_EVENT_FILTER_PAYLOAD_SIZE","features":[33]},{"name":"MAX_EVENT_FILTER_PID_COUNT","features":[33]},{"name":"MAX_MOF_FIELDS","features":[33]},{"name":"MAX_PAYLOAD_PREDICATES","features":[33]},{"name":"MOF_FIELD","features":[33]},{"name":"MaxEventInfo","features":[33]},{"name":"MaxTraceSetInfoClass","features":[33]},{"name":"OFFSETINSTANCEDATAANDLENGTH","features":[33]},{"name":"OpenTraceA","features":[1,33,171]},{"name":"OpenTraceFromBufferStream","features":[1,33,171]},{"name":"OpenTraceFromFile","features":[1,33,171]},{"name":"OpenTraceFromRealTimeLogger","features":[1,33,171]},{"name":"OpenTraceFromRealTimeLoggerWithAllocationOptions","features":[1,33,171]},{"name":"OpenTraceW","features":[1,33,171]},{"name":"PAYLOADFIELD_BETWEEN","features":[33]},{"name":"PAYLOADFIELD_CONTAINS","features":[33]},{"name":"PAYLOADFIELD_DOESNTCONTAIN","features":[33]},{"name":"PAYLOADFIELD_EQ","features":[33]},{"name":"PAYLOADFIELD_GE","features":[33]},{"name":"PAYLOADFIELD_GT","features":[33]},{"name":"PAYLOADFIELD_INVALID","features":[33]},{"name":"PAYLOADFIELD_IS","features":[33]},{"name":"PAYLOADFIELD_ISNOT","features":[33]},{"name":"PAYLOADFIELD_LE","features":[33]},{"name":"PAYLOADFIELD_LT","features":[33]},{"name":"PAYLOADFIELD_MODULO","features":[33]},{"name":"PAYLOADFIELD_NE","features":[33]},{"name":"PAYLOADFIELD_NOTBETWEEN","features":[33]},{"name":"PAYLOAD_FILTER_PREDICATE","features":[33]},{"name":"PAYLOAD_OPERATOR","features":[33]},{"name":"PENABLECALLBACK","features":[33]},{"name":"PETW_BUFFER_CALLBACK","features":[1,33,171]},{"name":"PETW_BUFFER_COMPLETION_CALLBACK","features":[33]},{"name":"PEVENT_CALLBACK","features":[33]},{"name":"PEVENT_RECORD_CALLBACK","features":[33]},{"name":"PEVENT_TRACE_BUFFER_CALLBACKA","features":[1,33,171]},{"name":"PEVENT_TRACE_BUFFER_CALLBACKW","features":[1,33,171]},{"name":"PROCESSTRACE_HANDLE","features":[33]},{"name":"PROCESS_TRACE_MODE_EVENT_RECORD","features":[33]},{"name":"PROCESS_TRACE_MODE_RAW_TIMESTAMP","features":[33]},{"name":"PROCESS_TRACE_MODE_REAL_TIME","features":[33]},{"name":"PROFILE_SOURCE_INFO","features":[33]},{"name":"PROPERTY_DATA_DESCRIPTOR","features":[33]},{"name":"PROPERTY_FLAGS","features":[33]},{"name":"PROVIDER_ENUMERATION_INFO","features":[33]},{"name":"PROVIDER_EVENT_INFO","features":[33]},{"name":"PROVIDER_FIELD_INFO","features":[33]},{"name":"PROVIDER_FIELD_INFOARRAY","features":[33]},{"name":"PROVIDER_FILTER_INFO","features":[33]},{"name":"PageFaultGuid","features":[33]},{"name":"PerfInfoGuid","features":[33]},{"name":"PrivateLoggerNotificationGuid","features":[33]},{"name":"ProcessGuid","features":[33]},{"name":"ProcessTrace","features":[1,33]},{"name":"ProcessTraceAddBufferToBufferStream","features":[33]},{"name":"ProcessTraceBufferDecrementReference","features":[33]},{"name":"ProcessTraceBufferIncrementReference","features":[33]},{"name":"PropertyHasCustomSchema","features":[33]},{"name":"PropertyHasTags","features":[33]},{"name":"PropertyParamCount","features":[33]},{"name":"PropertyParamFixedCount","features":[33]},{"name":"PropertyParamFixedLength","features":[33]},{"name":"PropertyParamLength","features":[33]},{"name":"PropertyStruct","features":[33]},{"name":"PropertyWBEMXmlFragment","features":[33]},{"name":"QueryAllTracesA","features":[1,33]},{"name":"QueryAllTracesW","features":[1,33]},{"name":"QueryTraceA","features":[1,33]},{"name":"QueryTraceProcessingHandle","features":[1,33]},{"name":"QueryTraceW","features":[1,33]},{"name":"REGHANDLE","features":[33]},{"name":"RELOGSTREAM_HANDLE","features":[33]},{"name":"RegisterTraceGuidsA","features":[1,33]},{"name":"RegisterTraceGuidsW","features":[1,33]},{"name":"RegistryGuid","features":[33]},{"name":"RemoveTraceCallback","features":[1,33]},{"name":"SYSTEM_ALPC_KW_GENERAL","features":[33]},{"name":"SYSTEM_CONFIG_KW_GRAPHICS","features":[33]},{"name":"SYSTEM_CONFIG_KW_NETWORK","features":[33]},{"name":"SYSTEM_CONFIG_KW_OPTICAL","features":[33]},{"name":"SYSTEM_CONFIG_KW_PNP","features":[33]},{"name":"SYSTEM_CONFIG_KW_SERVICES","features":[33]},{"name":"SYSTEM_CONFIG_KW_STORAGE","features":[33]},{"name":"SYSTEM_CONFIG_KW_SYSTEM","features":[33]},{"name":"SYSTEM_CPU_KW_CACHE_FLUSH","features":[33]},{"name":"SYSTEM_CPU_KW_CONFIG","features":[33]},{"name":"SYSTEM_CPU_KW_SPEC_CONTROL","features":[33]},{"name":"SYSTEM_EVENT_TYPE","features":[33]},{"name":"SYSTEM_HYPERVISOR_KW_CALLOUTS","features":[33]},{"name":"SYSTEM_HYPERVISOR_KW_PROFILE","features":[33]},{"name":"SYSTEM_HYPERVISOR_KW_VTL_CHANGE","features":[33]},{"name":"SYSTEM_INTERRUPT_KW_CLOCK_INTERRUPT","features":[33]},{"name":"SYSTEM_INTERRUPT_KW_DPC","features":[33]},{"name":"SYSTEM_INTERRUPT_KW_DPC_QUEUE","features":[33]},{"name":"SYSTEM_INTERRUPT_KW_GENERAL","features":[33]},{"name":"SYSTEM_INTERRUPT_KW_IPI","features":[33]},{"name":"SYSTEM_INTERRUPT_KW_WDF_DPC","features":[33]},{"name":"SYSTEM_INTERRUPT_KW_WDF_INTERRUPT","features":[33]},{"name":"SYSTEM_IOFILTER_KW_FAILURE","features":[33]},{"name":"SYSTEM_IOFILTER_KW_FASTIO","features":[33]},{"name":"SYSTEM_IOFILTER_KW_GENERAL","features":[33]},{"name":"SYSTEM_IOFILTER_KW_INIT","features":[33]},{"name":"SYSTEM_IO_KW_CC","features":[33]},{"name":"SYSTEM_IO_KW_DISK","features":[33]},{"name":"SYSTEM_IO_KW_DISK_INIT","features":[33]},{"name":"SYSTEM_IO_KW_DRIVERS","features":[33]},{"name":"SYSTEM_IO_KW_FILE","features":[33]},{"name":"SYSTEM_IO_KW_FILENAME","features":[33]},{"name":"SYSTEM_IO_KW_NETWORK","features":[33]},{"name":"SYSTEM_IO_KW_OPTICAL","features":[33]},{"name":"SYSTEM_IO_KW_OPTICAL_INIT","features":[33]},{"name":"SYSTEM_IO_KW_SPLIT","features":[33]},{"name":"SYSTEM_LOCK_KW_SPINLOCK","features":[33]},{"name":"SYSTEM_LOCK_KW_SPINLOCK_COUNTERS","features":[33]},{"name":"SYSTEM_LOCK_KW_SYNC_OBJECTS","features":[33]},{"name":"SYSTEM_MEMORY_KW_ALL_FAULTS","features":[33]},{"name":"SYSTEM_MEMORY_KW_CONTMEM_GEN","features":[33]},{"name":"SYSTEM_MEMORY_KW_FOOTPRINT","features":[33]},{"name":"SYSTEM_MEMORY_KW_GENERAL","features":[33]},{"name":"SYSTEM_MEMORY_KW_HARD_FAULTS","features":[33]},{"name":"SYSTEM_MEMORY_KW_HEAP","features":[33]},{"name":"SYSTEM_MEMORY_KW_MEMINFO","features":[33]},{"name":"SYSTEM_MEMORY_KW_MEMINFO_WS","features":[33]},{"name":"SYSTEM_MEMORY_KW_NONTRADEABLE","features":[33]},{"name":"SYSTEM_MEMORY_KW_PFSECTION","features":[33]},{"name":"SYSTEM_MEMORY_KW_POOL","features":[33]},{"name":"SYSTEM_MEMORY_KW_REFSET","features":[33]},{"name":"SYSTEM_MEMORY_KW_SESSION","features":[33]},{"name":"SYSTEM_MEMORY_KW_VAMAP","features":[33]},{"name":"SYSTEM_MEMORY_KW_VIRTUAL_ALLOC","features":[33]},{"name":"SYSTEM_MEMORY_KW_WS","features":[33]},{"name":"SYSTEM_MEMORY_POOL_FILTER_ID","features":[33]},{"name":"SYSTEM_OBJECT_KW_GENERAL","features":[33]},{"name":"SYSTEM_OBJECT_KW_HANDLE","features":[33]},{"name":"SYSTEM_POWER_KW_GENERAL","features":[33]},{"name":"SYSTEM_POWER_KW_HIBER_RUNDOWN","features":[33]},{"name":"SYSTEM_POWER_KW_IDLE_SELECTION","features":[33]},{"name":"SYSTEM_POWER_KW_PPM_EXIT_LATENCY","features":[33]},{"name":"SYSTEM_POWER_KW_PROCESSOR_IDLE","features":[33]},{"name":"SYSTEM_PROCESS_KW_DBGPRINT","features":[33]},{"name":"SYSTEM_PROCESS_KW_DEBUG_EVENTS","features":[33]},{"name":"SYSTEM_PROCESS_KW_FREEZE","features":[33]},{"name":"SYSTEM_PROCESS_KW_GENERAL","features":[33]},{"name":"SYSTEM_PROCESS_KW_INSWAP","features":[33]},{"name":"SYSTEM_PROCESS_KW_JOB","features":[33]},{"name":"SYSTEM_PROCESS_KW_LOADER","features":[33]},{"name":"SYSTEM_PROCESS_KW_PERF_COUNTER","features":[33]},{"name":"SYSTEM_PROCESS_KW_THREAD","features":[33]},{"name":"SYSTEM_PROCESS_KW_WAKE_COUNTER","features":[33]},{"name":"SYSTEM_PROCESS_KW_WAKE_DROP","features":[33]},{"name":"SYSTEM_PROCESS_KW_WAKE_EVENT","features":[33]},{"name":"SYSTEM_PROCESS_KW_WORKER_THREAD","features":[33]},{"name":"SYSTEM_PROFILE_KW_GENERAL","features":[33]},{"name":"SYSTEM_PROFILE_KW_PMC_PROFILE","features":[33]},{"name":"SYSTEM_REGISTRY_KW_GENERAL","features":[33]},{"name":"SYSTEM_REGISTRY_KW_HIVE","features":[33]},{"name":"SYSTEM_REGISTRY_KW_NOTIFICATION","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_AFFINITY","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_ANTI_STARVATION","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_COMPACT_CSWITCH","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_CONTEXT_SWITCH","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_DISPATCHER","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_IDEAL_PROCESSOR","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_KERNEL_QUEUE","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_LOAD_BALANCER","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_PRIORITY","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_SHOULD_YIELD","features":[33]},{"name":"SYSTEM_SCHEDULER_KW_XSCHEDULER","features":[33]},{"name":"SYSTEM_SYSCALL_KW_GENERAL","features":[33]},{"name":"SYSTEM_TIMER_KW_CLOCK_TIMER","features":[33]},{"name":"SYSTEM_TIMER_KW_GENERAL","features":[33]},{"name":"SetTraceCallback","features":[1,33]},{"name":"SplitIoGuid","features":[33]},{"name":"StartTraceA","features":[1,33]},{"name":"StartTraceW","features":[1,33]},{"name":"StopTraceA","features":[1,33]},{"name":"StopTraceW","features":[1,33]},{"name":"SystemAlpcProviderGuid","features":[33]},{"name":"SystemConfigProviderGuid","features":[33]},{"name":"SystemCpuProviderGuid","features":[33]},{"name":"SystemHypervisorProviderGuid","features":[33]},{"name":"SystemInterruptProviderGuid","features":[33]},{"name":"SystemIoFilterProviderGuid","features":[33]},{"name":"SystemIoProviderGuid","features":[33]},{"name":"SystemLockProviderGuid","features":[33]},{"name":"SystemMemoryProviderGuid","features":[33]},{"name":"SystemObjectProviderGuid","features":[33]},{"name":"SystemPowerProviderGuid","features":[33]},{"name":"SystemProcessProviderGuid","features":[33]},{"name":"SystemProfileProviderGuid","features":[33]},{"name":"SystemRegistryProviderGuid","features":[33]},{"name":"SystemSchedulerProviderGuid","features":[33]},{"name":"SystemSyscallProviderGuid","features":[33]},{"name":"SystemTimerProviderGuid","features":[33]},{"name":"SystemTraceControlGuid","features":[33]},{"name":"TDH_CONTEXT","features":[33]},{"name":"TDH_CONTEXT_MAXIMUM","features":[33]},{"name":"TDH_CONTEXT_PDB_PATH","features":[33]},{"name":"TDH_CONTEXT_POINTERSIZE","features":[33]},{"name":"TDH_CONTEXT_TYPE","features":[33]},{"name":"TDH_CONTEXT_WPP_GMT","features":[33]},{"name":"TDH_CONTEXT_WPP_TMFFILE","features":[33]},{"name":"TDH_CONTEXT_WPP_TMFSEARCHPATH","features":[33]},{"name":"TDH_HANDLE","features":[33]},{"name":"TDH_INTYPE_ANSICHAR","features":[33]},{"name":"TDH_INTYPE_ANSISTRING","features":[33]},{"name":"TDH_INTYPE_BINARY","features":[33]},{"name":"TDH_INTYPE_BOOLEAN","features":[33]},{"name":"TDH_INTYPE_COUNTEDANSISTRING","features":[33]},{"name":"TDH_INTYPE_COUNTEDSTRING","features":[33]},{"name":"TDH_INTYPE_DOUBLE","features":[33]},{"name":"TDH_INTYPE_FILETIME","features":[33]},{"name":"TDH_INTYPE_FLOAT","features":[33]},{"name":"TDH_INTYPE_GUID","features":[33]},{"name":"TDH_INTYPE_HEXDUMP","features":[33]},{"name":"TDH_INTYPE_HEXINT32","features":[33]},{"name":"TDH_INTYPE_HEXINT64","features":[33]},{"name":"TDH_INTYPE_INT16","features":[33]},{"name":"TDH_INTYPE_INT32","features":[33]},{"name":"TDH_INTYPE_INT64","features":[33]},{"name":"TDH_INTYPE_INT8","features":[33]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDANSISTRING","features":[33]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDBINARY","features":[33]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDSTRING","features":[33]},{"name":"TDH_INTYPE_NONNULLTERMINATEDANSISTRING","features":[33]},{"name":"TDH_INTYPE_NONNULLTERMINATEDSTRING","features":[33]},{"name":"TDH_INTYPE_NULL","features":[33]},{"name":"TDH_INTYPE_POINTER","features":[33]},{"name":"TDH_INTYPE_RESERVED24","features":[33]},{"name":"TDH_INTYPE_REVERSEDCOUNTEDANSISTRING","features":[33]},{"name":"TDH_INTYPE_REVERSEDCOUNTEDSTRING","features":[33]},{"name":"TDH_INTYPE_SID","features":[33]},{"name":"TDH_INTYPE_SIZET","features":[33]},{"name":"TDH_INTYPE_SYSTEMTIME","features":[33]},{"name":"TDH_INTYPE_UINT16","features":[33]},{"name":"TDH_INTYPE_UINT32","features":[33]},{"name":"TDH_INTYPE_UINT64","features":[33]},{"name":"TDH_INTYPE_UINT8","features":[33]},{"name":"TDH_INTYPE_UNICODECHAR","features":[33]},{"name":"TDH_INTYPE_UNICODESTRING","features":[33]},{"name":"TDH_INTYPE_WBEMSID","features":[33]},{"name":"TDH_OUTTYPE_BOOLEAN","features":[33]},{"name":"TDH_OUTTYPE_BYTE","features":[33]},{"name":"TDH_OUTTYPE_CIMDATETIME","features":[33]},{"name":"TDH_OUTTYPE_CODE_POINTER","features":[33]},{"name":"TDH_OUTTYPE_CULTURE_INSENSITIVE_DATETIME","features":[33]},{"name":"TDH_OUTTYPE_DATETIME","features":[33]},{"name":"TDH_OUTTYPE_DATETIME_UTC","features":[33]},{"name":"TDH_OUTTYPE_DOUBLE","features":[33]},{"name":"TDH_OUTTYPE_ERRORCODE","features":[33]},{"name":"TDH_OUTTYPE_ETWTIME","features":[33]},{"name":"TDH_OUTTYPE_FLOAT","features":[33]},{"name":"TDH_OUTTYPE_GUID","features":[33]},{"name":"TDH_OUTTYPE_HEXBINARY","features":[33]},{"name":"TDH_OUTTYPE_HEXINT16","features":[33]},{"name":"TDH_OUTTYPE_HEXINT32","features":[33]},{"name":"TDH_OUTTYPE_HEXINT64","features":[33]},{"name":"TDH_OUTTYPE_HEXINT8","features":[33]},{"name":"TDH_OUTTYPE_HRESULT","features":[33]},{"name":"TDH_OUTTYPE_INT","features":[33]},{"name":"TDH_OUTTYPE_IPV4","features":[33]},{"name":"TDH_OUTTYPE_IPV6","features":[33]},{"name":"TDH_OUTTYPE_JSON","features":[33]},{"name":"TDH_OUTTYPE_LONG","features":[33]},{"name":"TDH_OUTTYPE_NOPRINT","features":[33]},{"name":"TDH_OUTTYPE_NTSTATUS","features":[33]},{"name":"TDH_OUTTYPE_NULL","features":[33]},{"name":"TDH_OUTTYPE_PID","features":[33]},{"name":"TDH_OUTTYPE_PKCS7_WITH_TYPE_INFO","features":[33]},{"name":"TDH_OUTTYPE_PORT","features":[33]},{"name":"TDH_OUTTYPE_REDUCEDSTRING","features":[33]},{"name":"TDH_OUTTYPE_SHORT","features":[33]},{"name":"TDH_OUTTYPE_SOCKETADDRESS","features":[33]},{"name":"TDH_OUTTYPE_STRING","features":[33]},{"name":"TDH_OUTTYPE_TID","features":[33]},{"name":"TDH_OUTTYPE_UNSIGNEDBYTE","features":[33]},{"name":"TDH_OUTTYPE_UNSIGNEDINT","features":[33]},{"name":"TDH_OUTTYPE_UNSIGNEDLONG","features":[33]},{"name":"TDH_OUTTYPE_UNSIGNEDSHORT","features":[33]},{"name":"TDH_OUTTYPE_UTF8","features":[33]},{"name":"TDH_OUTTYPE_WIN32ERROR","features":[33]},{"name":"TDH_OUTTYPE_XML","features":[33]},{"name":"TEMPLATE_CONTROL_GUID","features":[33]},{"name":"TEMPLATE_EVENT_DATA","features":[33]},{"name":"TEMPLATE_FLAGS","features":[33]},{"name":"TEMPLATE_USER_DATA","features":[33]},{"name":"TRACELOG_ACCESS_KERNEL_LOGGER","features":[33]},{"name":"TRACELOG_ACCESS_REALTIME","features":[33]},{"name":"TRACELOG_CREATE_INPROC","features":[33]},{"name":"TRACELOG_CREATE_ONDISK","features":[33]},{"name":"TRACELOG_CREATE_REALTIME","features":[33]},{"name":"TRACELOG_GUID_ENABLE","features":[33]},{"name":"TRACELOG_JOIN_GROUP","features":[33]},{"name":"TRACELOG_LOG_EVENT","features":[33]},{"name":"TRACELOG_REGISTER_GUIDS","features":[33]},{"name":"TRACE_ENABLE_INFO","features":[33]},{"name":"TRACE_EVENT_INFO","features":[33]},{"name":"TRACE_GUID_INFO","features":[33]},{"name":"TRACE_GUID_PROPERTIES","features":[1,33]},{"name":"TRACE_GUID_REGISTRATION","features":[1,33]},{"name":"TRACE_HEADER_FLAG_LOG_WNODE","features":[33]},{"name":"TRACE_HEADER_FLAG_TRACED_GUID","features":[33]},{"name":"TRACE_HEADER_FLAG_USE_GUID_PTR","features":[33]},{"name":"TRACE_HEADER_FLAG_USE_MOF_PTR","features":[33]},{"name":"TRACE_HEADER_FLAG_USE_TIMESTAMP","features":[33]},{"name":"TRACE_LEVEL_CRITICAL","features":[33]},{"name":"TRACE_LEVEL_ERROR","features":[33]},{"name":"TRACE_LEVEL_FATAL","features":[33]},{"name":"TRACE_LEVEL_INFORMATION","features":[33]},{"name":"TRACE_LEVEL_NONE","features":[33]},{"name":"TRACE_LEVEL_RESERVED6","features":[33]},{"name":"TRACE_LEVEL_RESERVED7","features":[33]},{"name":"TRACE_LEVEL_RESERVED8","features":[33]},{"name":"TRACE_LEVEL_RESERVED9","features":[33]},{"name":"TRACE_LEVEL_VERBOSE","features":[33]},{"name":"TRACE_LEVEL_WARNING","features":[33]},{"name":"TRACE_LOGFILE_HEADER","features":[1,33,171]},{"name":"TRACE_LOGFILE_HEADER32","features":[1,33,171]},{"name":"TRACE_LOGFILE_HEADER64","features":[1,33,171]},{"name":"TRACE_MESSAGE_COMPONENTID","features":[33]},{"name":"TRACE_MESSAGE_FLAGS","features":[33]},{"name":"TRACE_MESSAGE_FLAG_MASK","features":[33]},{"name":"TRACE_MESSAGE_GUID","features":[33]},{"name":"TRACE_MESSAGE_PERFORMANCE_TIMESTAMP","features":[33]},{"name":"TRACE_MESSAGE_POINTER32","features":[33]},{"name":"TRACE_MESSAGE_POINTER64","features":[33]},{"name":"TRACE_MESSAGE_SEQUENCE","features":[33]},{"name":"TRACE_MESSAGE_SYSTEMINFO","features":[33]},{"name":"TRACE_MESSAGE_TIMESTAMP","features":[33]},{"name":"TRACE_PERIODIC_CAPTURE_STATE_INFO","features":[33]},{"name":"TRACE_PROFILE_INTERVAL","features":[33]},{"name":"TRACE_PROVIDER_FLAG_LEGACY","features":[33]},{"name":"TRACE_PROVIDER_FLAG_PRE_ENABLE","features":[33]},{"name":"TRACE_PROVIDER_INFO","features":[33]},{"name":"TRACE_PROVIDER_INSTANCE_INFO","features":[33]},{"name":"TRACE_QUERY_INFO_CLASS","features":[33]},{"name":"TRACE_STACK_CACHING_INFO","features":[1,33]},{"name":"TRACE_VERSION_INFO","features":[33]},{"name":"TcpIpGuid","features":[33]},{"name":"TdhAggregatePayloadFilters","features":[1,33]},{"name":"TdhCleanupPayloadEventFilterDescriptor","features":[33]},{"name":"TdhCloseDecodingHandle","features":[33]},{"name":"TdhCreatePayloadFilter","features":[1,33]},{"name":"TdhDeletePayloadFilter","features":[33]},{"name":"TdhEnumerateManifestProviderEvents","features":[33]},{"name":"TdhEnumerateProviderFieldInformation","features":[33]},{"name":"TdhEnumerateProviderFilters","features":[33]},{"name":"TdhEnumerateProviders","features":[33]},{"name":"TdhEnumerateProvidersForDecodingSource","features":[33]},{"name":"TdhFormatProperty","features":[33]},{"name":"TdhGetDecodingParameter","features":[33]},{"name":"TdhGetEventInformation","features":[33]},{"name":"TdhGetEventMapInformation","features":[33]},{"name":"TdhGetManifestEventInformation","features":[33]},{"name":"TdhGetProperty","features":[33]},{"name":"TdhGetPropertySize","features":[33]},{"name":"TdhGetWppMessage","features":[33]},{"name":"TdhGetWppProperty","features":[33]},{"name":"TdhLoadManifest","features":[33]},{"name":"TdhLoadManifestFromBinary","features":[33]},{"name":"TdhLoadManifestFromMemory","features":[33]},{"name":"TdhOpenDecodingHandle","features":[33]},{"name":"TdhQueryProviderFieldInformation","features":[33]},{"name":"TdhSetDecodingParameter","features":[33]},{"name":"TdhUnloadManifest","features":[33]},{"name":"TdhUnloadManifestFromMemory","features":[33]},{"name":"ThreadGuid","features":[33]},{"name":"TraceDisallowListQuery","features":[33]},{"name":"TraceEvent","features":[1,33]},{"name":"TraceEventInstance","features":[1,33]},{"name":"TraceGroupQueryInfo","features":[33]},{"name":"TraceGroupQueryList","features":[33]},{"name":"TraceGuidQueryInfo","features":[33]},{"name":"TraceGuidQueryList","features":[33]},{"name":"TraceGuidQueryProcess","features":[33]},{"name":"TraceInfoReserved15","features":[33]},{"name":"TraceLbrConfigurationInfo","features":[33]},{"name":"TraceLbrEventListInfo","features":[33]},{"name":"TraceMaxLoggersQuery","features":[33]},{"name":"TraceMaxPmcCounterQuery","features":[33]},{"name":"TraceMessage","features":[1,33]},{"name":"TraceMessageVa","features":[1,33]},{"name":"TracePeriodicCaptureStateInfo","features":[33]},{"name":"TracePeriodicCaptureStateListInfo","features":[33]},{"name":"TracePmcCounterListInfo","features":[33]},{"name":"TracePmcCounterOwners","features":[33]},{"name":"TracePmcEventListInfo","features":[33]},{"name":"TracePmcSessionInformation","features":[33]},{"name":"TraceProfileSourceConfigInfo","features":[33]},{"name":"TraceProfileSourceListInfo","features":[33]},{"name":"TraceProviderBinaryTracking","features":[33]},{"name":"TraceQueryInformation","features":[1,33]},{"name":"TraceSampledProfileIntervalInfo","features":[33]},{"name":"TraceSetDisallowList","features":[33]},{"name":"TraceSetInformation","features":[1,33]},{"name":"TraceStackCachingInfo","features":[33]},{"name":"TraceStackTracingInfo","features":[33]},{"name":"TraceStreamCount","features":[33]},{"name":"TraceSystemTraceEnableFlagsInfo","features":[33]},{"name":"TraceUnifiedStackCachingInfo","features":[33]},{"name":"TraceVersionInfo","features":[33]},{"name":"UdpIpGuid","features":[33]},{"name":"UnregisterTraceGuids","features":[33]},{"name":"UpdateTraceA","features":[1,33]},{"name":"UpdateTraceW","features":[1,33]},{"name":"WMIDPREQUEST","features":[33]},{"name":"WMIDPREQUESTCODE","features":[33]},{"name":"WMIGUID_EXECUTE","features":[33]},{"name":"WMIGUID_NOTIFICATION","features":[33]},{"name":"WMIGUID_QUERY","features":[33]},{"name":"WMIGUID_READ_DESCRIPTION","features":[33]},{"name":"WMIGUID_SET","features":[33]},{"name":"WMIREGGUIDW","features":[33]},{"name":"WMIREGINFOW","features":[33]},{"name":"WMIREG_FLAG_EVENT_ONLY_GUID","features":[33]},{"name":"WMIREG_FLAG_EXPENSIVE","features":[33]},{"name":"WMIREG_FLAG_INSTANCE_BASENAME","features":[33]},{"name":"WMIREG_FLAG_INSTANCE_LIST","features":[33]},{"name":"WMIREG_FLAG_INSTANCE_PDO","features":[33]},{"name":"WMIREG_FLAG_REMOVE_GUID","features":[33]},{"name":"WMIREG_FLAG_RESERVED1","features":[33]},{"name":"WMIREG_FLAG_RESERVED2","features":[33]},{"name":"WMIREG_FLAG_TRACED_GUID","features":[33]},{"name":"WMIREG_FLAG_TRACE_CONTROL_GUID","features":[33]},{"name":"WMI_CAPTURE_STATE","features":[33]},{"name":"WMI_DISABLE_COLLECTION","features":[33]},{"name":"WMI_DISABLE_EVENTS","features":[33]},{"name":"WMI_ENABLE_COLLECTION","features":[33]},{"name":"WMI_ENABLE_EVENTS","features":[33]},{"name":"WMI_EXECUTE_METHOD","features":[33]},{"name":"WMI_GET_ALL_DATA","features":[33]},{"name":"WMI_GET_SINGLE_INSTANCE","features":[33]},{"name":"WMI_GLOBAL_LOGGER_ID","features":[33]},{"name":"WMI_GUIDTYPE_DATA","features":[33]},{"name":"WMI_GUIDTYPE_EVENT","features":[33]},{"name":"WMI_GUIDTYPE_TRACE","features":[33]},{"name":"WMI_GUIDTYPE_TRACECONTROL","features":[33]},{"name":"WMI_REGINFO","features":[33]},{"name":"WMI_SET_SINGLE_INSTANCE","features":[33]},{"name":"WMI_SET_SINGLE_ITEM","features":[33]},{"name":"WNODE_ALL_DATA","features":[1,33]},{"name":"WNODE_EVENT_ITEM","features":[1,33]},{"name":"WNODE_EVENT_REFERENCE","features":[1,33]},{"name":"WNODE_FLAG_ALL_DATA","features":[33]},{"name":"WNODE_FLAG_ANSI_INSTANCENAMES","features":[33]},{"name":"WNODE_FLAG_EVENT_ITEM","features":[33]},{"name":"WNODE_FLAG_EVENT_REFERENCE","features":[33]},{"name":"WNODE_FLAG_FIXED_INSTANCE_SIZE","features":[33]},{"name":"WNODE_FLAG_INSTANCES_SAME","features":[33]},{"name":"WNODE_FLAG_INTERNAL","features":[33]},{"name":"WNODE_FLAG_LOG_WNODE","features":[33]},{"name":"WNODE_FLAG_METHOD_ITEM","features":[33]},{"name":"WNODE_FLAG_NO_HEADER","features":[33]},{"name":"WNODE_FLAG_PDO_INSTANCE_NAMES","features":[33]},{"name":"WNODE_FLAG_PERSIST_EVENT","features":[33]},{"name":"WNODE_FLAG_SEND_DATA_BLOCK","features":[33]},{"name":"WNODE_FLAG_SEVERITY_MASK","features":[33]},{"name":"WNODE_FLAG_SINGLE_INSTANCE","features":[33]},{"name":"WNODE_FLAG_SINGLE_ITEM","features":[33]},{"name":"WNODE_FLAG_STATIC_INSTANCE_NAMES","features":[33]},{"name":"WNODE_FLAG_TOO_SMALL","features":[33]},{"name":"WNODE_FLAG_TRACED_GUID","features":[33]},{"name":"WNODE_FLAG_USE_GUID_PTR","features":[33]},{"name":"WNODE_FLAG_USE_MOF_PTR","features":[33]},{"name":"WNODE_FLAG_USE_TIMESTAMP","features":[33]},{"name":"WNODE_FLAG_VERSIONED_PROPERTIES","features":[33]},{"name":"WNODE_HEADER","features":[1,33]},{"name":"WNODE_METHOD_ITEM","features":[1,33]},{"name":"WNODE_SINGLE_INSTANCE","features":[1,33]},{"name":"WNODE_SINGLE_ITEM","features":[1,33]},{"name":"WNODE_TOO_SMALL","features":[1,33]},{"name":"_TDH_IN_TYPE","features":[33]},{"name":"_TDH_OUT_TYPE","features":[33]}],"566":[{"name":"HPSS","features":[173]},{"name":"HPSSWALK","features":[173]},{"name":"PSS_ALLOCATOR","features":[173]},{"name":"PSS_AUXILIARY_PAGES_INFORMATION","features":[173]},{"name":"PSS_AUXILIARY_PAGE_ENTRY","features":[1,173,21]},{"name":"PSS_CAPTURE_FLAGS","features":[173]},{"name":"PSS_CAPTURE_HANDLES","features":[173]},{"name":"PSS_CAPTURE_HANDLE_BASIC_INFORMATION","features":[173]},{"name":"PSS_CAPTURE_HANDLE_NAME_INFORMATION","features":[173]},{"name":"PSS_CAPTURE_HANDLE_TRACE","features":[173]},{"name":"PSS_CAPTURE_HANDLE_TYPE_SPECIFIC_INFORMATION","features":[173]},{"name":"PSS_CAPTURE_IPT_TRACE","features":[173]},{"name":"PSS_CAPTURE_NONE","features":[173]},{"name":"PSS_CAPTURE_RESERVED_00000002","features":[173]},{"name":"PSS_CAPTURE_RESERVED_00000400","features":[173]},{"name":"PSS_CAPTURE_RESERVED_00004000","features":[173]},{"name":"PSS_CAPTURE_THREADS","features":[173]},{"name":"PSS_CAPTURE_THREAD_CONTEXT","features":[173]},{"name":"PSS_CAPTURE_THREAD_CONTEXT_EXTENDED","features":[173]},{"name":"PSS_CAPTURE_VA_CLONE","features":[173]},{"name":"PSS_CAPTURE_VA_SPACE","features":[173]},{"name":"PSS_CAPTURE_VA_SPACE_SECTION_INFORMATION","features":[173]},{"name":"PSS_CREATE_BREAKAWAY","features":[173]},{"name":"PSS_CREATE_BREAKAWAY_OPTIONAL","features":[173]},{"name":"PSS_CREATE_FORCE_BREAKAWAY","features":[173]},{"name":"PSS_CREATE_MEASURE_PERFORMANCE","features":[173]},{"name":"PSS_CREATE_RELEASE_SECTION","features":[173]},{"name":"PSS_CREATE_USE_VM_ALLOCATIONS","features":[173]},{"name":"PSS_DUPLICATE_CLOSE_SOURCE","features":[173]},{"name":"PSS_DUPLICATE_FLAGS","features":[173]},{"name":"PSS_DUPLICATE_NONE","features":[173]},{"name":"PSS_HANDLE_ENTRY","features":[1,173]},{"name":"PSS_HANDLE_FLAGS","features":[173]},{"name":"PSS_HANDLE_HAVE_BASIC_INFORMATION","features":[173]},{"name":"PSS_HANDLE_HAVE_NAME","features":[173]},{"name":"PSS_HANDLE_HAVE_TYPE","features":[173]},{"name":"PSS_HANDLE_HAVE_TYPE_SPECIFIC_INFORMATION","features":[173]},{"name":"PSS_HANDLE_INFORMATION","features":[173]},{"name":"PSS_HANDLE_NONE","features":[173]},{"name":"PSS_HANDLE_TRACE_INFORMATION","features":[1,173]},{"name":"PSS_OBJECT_TYPE","features":[173]},{"name":"PSS_OBJECT_TYPE_EVENT","features":[173]},{"name":"PSS_OBJECT_TYPE_MUTANT","features":[173]},{"name":"PSS_OBJECT_TYPE_PROCESS","features":[173]},{"name":"PSS_OBJECT_TYPE_SECTION","features":[173]},{"name":"PSS_OBJECT_TYPE_SEMAPHORE","features":[173]},{"name":"PSS_OBJECT_TYPE_THREAD","features":[173]},{"name":"PSS_OBJECT_TYPE_UNKNOWN","features":[173]},{"name":"PSS_PERFORMANCE_COUNTERS","features":[173]},{"name":"PSS_PERF_RESOLUTION","features":[173]},{"name":"PSS_PROCESS_FLAGS","features":[173]},{"name":"PSS_PROCESS_FLAGS_FROZEN","features":[173]},{"name":"PSS_PROCESS_FLAGS_NONE","features":[173]},{"name":"PSS_PROCESS_FLAGS_PROTECTED","features":[173]},{"name":"PSS_PROCESS_FLAGS_RESERVED_03","features":[173]},{"name":"PSS_PROCESS_FLAGS_RESERVED_04","features":[173]},{"name":"PSS_PROCESS_FLAGS_WOW64","features":[173]},{"name":"PSS_PROCESS_INFORMATION","features":[1,173]},{"name":"PSS_QUERY_AUXILIARY_PAGES_INFORMATION","features":[173]},{"name":"PSS_QUERY_HANDLE_INFORMATION","features":[173]},{"name":"PSS_QUERY_HANDLE_TRACE_INFORMATION","features":[173]},{"name":"PSS_QUERY_INFORMATION_CLASS","features":[173]},{"name":"PSS_QUERY_PERFORMANCE_COUNTERS","features":[173]},{"name":"PSS_QUERY_PROCESS_INFORMATION","features":[173]},{"name":"PSS_QUERY_THREAD_INFORMATION","features":[173]},{"name":"PSS_QUERY_VA_CLONE_INFORMATION","features":[173]},{"name":"PSS_QUERY_VA_SPACE_INFORMATION","features":[173]},{"name":"PSS_THREAD_ENTRY","features":[1,32,173,8]},{"name":"PSS_THREAD_FLAGS","features":[173]},{"name":"PSS_THREAD_FLAGS_NONE","features":[173]},{"name":"PSS_THREAD_FLAGS_TERMINATED","features":[173]},{"name":"PSS_THREAD_INFORMATION","features":[173]},{"name":"PSS_VA_CLONE_INFORMATION","features":[1,173]},{"name":"PSS_VA_SPACE_ENTRY","features":[173]},{"name":"PSS_VA_SPACE_INFORMATION","features":[173]},{"name":"PSS_WALK_AUXILIARY_PAGES","features":[173]},{"name":"PSS_WALK_HANDLES","features":[173]},{"name":"PSS_WALK_INFORMATION_CLASS","features":[173]},{"name":"PSS_WALK_THREADS","features":[173]},{"name":"PSS_WALK_VA_SPACE","features":[173]},{"name":"PssCaptureSnapshot","features":[1,173]},{"name":"PssDuplicateSnapshot","features":[1,173]},{"name":"PssFreeSnapshot","features":[1,173]},{"name":"PssQuerySnapshot","features":[173]},{"name":"PssWalkMarkerCreate","features":[173]},{"name":"PssWalkMarkerFree","features":[173]},{"name":"PssWalkMarkerGetPosition","features":[173]},{"name":"PssWalkMarkerSeekToBeginning","features":[173]},{"name":"PssWalkMarkerSetPosition","features":[173]},{"name":"PssWalkSnapshot","features":[173]}],"567":[{"name":"CREATE_TOOLHELP_SNAPSHOT_FLAGS","features":[174]},{"name":"CreateToolhelp32Snapshot","features":[1,174]},{"name":"HEAPENTRY32","features":[1,174]},{"name":"HEAPENTRY32_FLAGS","features":[174]},{"name":"HEAPLIST32","features":[174]},{"name":"HF32_DEFAULT","features":[174]},{"name":"HF32_SHARED","features":[174]},{"name":"Heap32First","features":[1,174]},{"name":"Heap32ListFirst","features":[1,174]},{"name":"Heap32ListNext","features":[1,174]},{"name":"Heap32Next","features":[1,174]},{"name":"LF32_FIXED","features":[174]},{"name":"LF32_FREE","features":[174]},{"name":"LF32_MOVEABLE","features":[174]},{"name":"MAX_MODULE_NAME32","features":[174]},{"name":"MODULEENTRY32","features":[1,174]},{"name":"MODULEENTRY32W","features":[1,174]},{"name":"Module32First","features":[1,174]},{"name":"Module32FirstW","features":[1,174]},{"name":"Module32Next","features":[1,174]},{"name":"Module32NextW","features":[1,174]},{"name":"PROCESSENTRY32","features":[174]},{"name":"PROCESSENTRY32W","features":[174]},{"name":"Process32First","features":[1,174]},{"name":"Process32FirstW","features":[1,174]},{"name":"Process32Next","features":[1,174]},{"name":"Process32NextW","features":[1,174]},{"name":"TH32CS_INHERIT","features":[174]},{"name":"TH32CS_SNAPALL","features":[174]},{"name":"TH32CS_SNAPHEAPLIST","features":[174]},{"name":"TH32CS_SNAPMODULE","features":[174]},{"name":"TH32CS_SNAPMODULE32","features":[174]},{"name":"TH32CS_SNAPPROCESS","features":[174]},{"name":"TH32CS_SNAPTHREAD","features":[174]},{"name":"THREADENTRY32","features":[174]},{"name":"Thread32First","features":[1,174]},{"name":"Thread32Next","features":[1,174]},{"name":"Toolhelp32ReadProcessMemory","features":[1,174]}],"568":[{"name":"MSG_category_Devices","features":[175]},{"name":"MSG_category_Disk","features":[175]},{"name":"MSG_category_Network","features":[175]},{"name":"MSG_category_Printers","features":[175]},{"name":"MSG_category_Services","features":[175]},{"name":"MSG_category_Shell","features":[175]},{"name":"MSG_category_SystemEvent","features":[175]},{"name":"MSG_channel_Application","features":[175]},{"name":"MSG_channel_ProviderMetadata","features":[175]},{"name":"MSG_channel_Security","features":[175]},{"name":"MSG_channel_System","features":[175]},{"name":"MSG_channel_TraceClassic","features":[175]},{"name":"MSG_channel_TraceLogging","features":[175]},{"name":"MSG_keyword_AnyKeyword","features":[175]},{"name":"MSG_keyword_AuditFailure","features":[175]},{"name":"MSG_keyword_AuditSuccess","features":[175]},{"name":"MSG_keyword_Classic","features":[175]},{"name":"MSG_keyword_CorrelationHint","features":[175]},{"name":"MSG_keyword_ResponseTime","features":[175]},{"name":"MSG_keyword_SQM","features":[175]},{"name":"MSG_keyword_WDIDiag","features":[175]},{"name":"MSG_level_Critical","features":[175]},{"name":"MSG_level_Error","features":[175]},{"name":"MSG_level_Informational","features":[175]},{"name":"MSG_level_LogAlways","features":[175]},{"name":"MSG_level_Verbose","features":[175]},{"name":"MSG_level_Warning","features":[175]},{"name":"MSG_opcode_DCStart","features":[175]},{"name":"MSG_opcode_DCStop","features":[175]},{"name":"MSG_opcode_Extension","features":[175]},{"name":"MSG_opcode_Info","features":[175]},{"name":"MSG_opcode_Receive","features":[175]},{"name":"MSG_opcode_Reply","features":[175]},{"name":"MSG_opcode_Resume","features":[175]},{"name":"MSG_opcode_Send","features":[175]},{"name":"MSG_opcode_Start","features":[175]},{"name":"MSG_opcode_Stop","features":[175]},{"name":"MSG_opcode_Suspend","features":[175]},{"name":"MSG_task_None","features":[175]},{"name":"WINEVENT_CHANNEL_CLASSIC_TRACE","features":[175]},{"name":"WINEVENT_CHANNEL_GLOBAL_APPLICATION","features":[175]},{"name":"WINEVENT_CHANNEL_GLOBAL_SECURITY","features":[175]},{"name":"WINEVENT_CHANNEL_GLOBAL_SYSTEM","features":[175]},{"name":"WINEVENT_CHANNEL_PROVIDERMETADATA","features":[175]},{"name":"WINEVENT_CHANNEL_TRACELOGGING","features":[175]},{"name":"WINEVENT_KEYWORD_AUDIT_FAILURE","features":[175]},{"name":"WINEVENT_KEYWORD_AUDIT_SUCCESS","features":[175]},{"name":"WINEVENT_KEYWORD_CORRELATION_HINT","features":[175]},{"name":"WINEVENT_KEYWORD_EVENTLOG_CLASSIC","features":[175]},{"name":"WINEVENT_KEYWORD_RESERVED_49","features":[175]},{"name":"WINEVENT_KEYWORD_RESERVED_56","features":[175]},{"name":"WINEVENT_KEYWORD_RESERVED_57","features":[175]},{"name":"WINEVENT_KEYWORD_RESERVED_58","features":[175]},{"name":"WINEVENT_KEYWORD_RESERVED_59","features":[175]},{"name":"WINEVENT_KEYWORD_RESERVED_60","features":[175]},{"name":"WINEVENT_KEYWORD_RESERVED_61","features":[175]},{"name":"WINEVENT_KEYWORD_RESERVED_62","features":[175]},{"name":"WINEVENT_KEYWORD_RESERVED_63","features":[175]},{"name":"WINEVENT_KEYWORD_RESPONSE_TIME","features":[175]},{"name":"WINEVENT_KEYWORD_SQM","features":[175]},{"name":"WINEVENT_KEYWORD_WDI_DIAG","features":[175]},{"name":"WINEVENT_LEVEL_CRITICAL","features":[175]},{"name":"WINEVENT_LEVEL_ERROR","features":[175]},{"name":"WINEVENT_LEVEL_INFO","features":[175]},{"name":"WINEVENT_LEVEL_LOG_ALWAYS","features":[175]},{"name":"WINEVENT_LEVEL_RESERVED_10","features":[175]},{"name":"WINEVENT_LEVEL_RESERVED_11","features":[175]},{"name":"WINEVENT_LEVEL_RESERVED_12","features":[175]},{"name":"WINEVENT_LEVEL_RESERVED_13","features":[175]},{"name":"WINEVENT_LEVEL_RESERVED_14","features":[175]},{"name":"WINEVENT_LEVEL_RESERVED_15","features":[175]},{"name":"WINEVENT_LEVEL_RESERVED_6","features":[175]},{"name":"WINEVENT_LEVEL_RESERVED_7","features":[175]},{"name":"WINEVENT_LEVEL_RESERVED_8","features":[175]},{"name":"WINEVENT_LEVEL_RESERVED_9","features":[175]},{"name":"WINEVENT_LEVEL_VERBOSE","features":[175]},{"name":"WINEVENT_LEVEL_WARNING","features":[175]},{"name":"WINEVENT_OPCODE_DC_START","features":[175]},{"name":"WINEVENT_OPCODE_DC_STOP","features":[175]},{"name":"WINEVENT_OPCODE_EXTENSION","features":[175]},{"name":"WINEVENT_OPCODE_INFO","features":[175]},{"name":"WINEVENT_OPCODE_RECEIVE","features":[175]},{"name":"WINEVENT_OPCODE_REPLY","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_241","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_242","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_243","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_244","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_245","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_246","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_247","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_248","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_249","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_250","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_251","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_252","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_253","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_254","features":[175]},{"name":"WINEVENT_OPCODE_RESERVED_255","features":[175]},{"name":"WINEVENT_OPCODE_RESUME","features":[175]},{"name":"WINEVENT_OPCODE_SEND","features":[175]},{"name":"WINEVENT_OPCODE_START","features":[175]},{"name":"WINEVENT_OPCODE_STOP","features":[175]},{"name":"WINEVENT_OPCODE_SUSPEND","features":[175]},{"name":"WINEVENT_TASK_NONE","features":[175]},{"name":"WINEVT_KEYWORD_ANY","features":[175]}],"569":[{"name":"APPLICATIONTYPE","features":[176]},{"name":"AUTHENTICATION_LEVEL","features":[176]},{"name":"BOID","features":[176]},{"name":"CLSID_MSDtcTransaction","features":[176]},{"name":"CLSID_MSDtcTransactionManager","features":[176]},{"name":"CLUSTERRESOURCE_APPLICATIONTYPE","features":[176]},{"name":"DTCINITIATEDRECOVERYWORK","features":[176]},{"name":"DTCINITIATEDRECOVERYWORK_CHECKLUSTATUS","features":[176]},{"name":"DTCINITIATEDRECOVERYWORK_TMDOWN","features":[176]},{"name":"DTCINITIATEDRECOVERYWORK_TRANS","features":[176]},{"name":"DTCINSTALL_E_CLIENT_ALREADY_INSTALLED","features":[176]},{"name":"DTCINSTALL_E_SERVER_ALREADY_INSTALLED","features":[176]},{"name":"DTCLUCOMPARESTATE","features":[176]},{"name":"DTCLUCOMPARESTATESCONFIRMATION","features":[176]},{"name":"DTCLUCOMPARESTATESCONFIRMATION_CONFIRM","features":[176]},{"name":"DTCLUCOMPARESTATESCONFIRMATION_PROTOCOL","features":[176]},{"name":"DTCLUCOMPARESTATESERROR","features":[176]},{"name":"DTCLUCOMPARESTATESERROR_PROTOCOL","features":[176]},{"name":"DTCLUCOMPARESTATESRESPONSE","features":[176]},{"name":"DTCLUCOMPARESTATESRESPONSE_OK","features":[176]},{"name":"DTCLUCOMPARESTATESRESPONSE_PROTOCOL","features":[176]},{"name":"DTCLUCOMPARESTATE_COMMITTED","features":[176]},{"name":"DTCLUCOMPARESTATE_HEURISTICCOMMITTED","features":[176]},{"name":"DTCLUCOMPARESTATE_HEURISTICMIXED","features":[176]},{"name":"DTCLUCOMPARESTATE_HEURISTICRESET","features":[176]},{"name":"DTCLUCOMPARESTATE_INDOUBT","features":[176]},{"name":"DTCLUCOMPARESTATE_RESET","features":[176]},{"name":"DTCLUXLN","features":[176]},{"name":"DTCLUXLNCONFIRMATION","features":[176]},{"name":"DTCLUXLNCONFIRMATION_COLDWARMMISMATCH","features":[176]},{"name":"DTCLUXLNCONFIRMATION_CONFIRM","features":[176]},{"name":"DTCLUXLNCONFIRMATION_LOGNAMEMISMATCH","features":[176]},{"name":"DTCLUXLNCONFIRMATION_OBSOLETE","features":[176]},{"name":"DTCLUXLNERROR","features":[176]},{"name":"DTCLUXLNERROR_COLDWARMMISMATCH","features":[176]},{"name":"DTCLUXLNERROR_LOGNAMEMISMATCH","features":[176]},{"name":"DTCLUXLNERROR_PROTOCOL","features":[176]},{"name":"DTCLUXLNRESPONSE","features":[176]},{"name":"DTCLUXLNRESPONSE_COLDWARMMISMATCH","features":[176]},{"name":"DTCLUXLNRESPONSE_LOGNAMEMISMATCH","features":[176]},{"name":"DTCLUXLNRESPONSE_OK_SENDCONFIRMATION","features":[176]},{"name":"DTCLUXLNRESPONSE_OK_SENDOURXLNBACK","features":[176]},{"name":"DTCLUXLN_COLD","features":[176]},{"name":"DTCLUXLN_WARM","features":[176]},{"name":"DTC_GET_TRANSACTION_MANAGER","features":[176]},{"name":"DTC_GET_TRANSACTION_MANAGER_EX_A","features":[176]},{"name":"DTC_GET_TRANSACTION_MANAGER_EX_W","features":[176]},{"name":"DTC_INSTALL_CLIENT","features":[176]},{"name":"DTC_INSTALL_OVERWRITE_CLIENT","features":[176]},{"name":"DTC_INSTALL_OVERWRITE_SERVER","features":[176]},{"name":"DTC_STATUS_","features":[176]},{"name":"DTC_STATUS_CONTINUING","features":[176]},{"name":"DTC_STATUS_E_CANTCONTROL","features":[176]},{"name":"DTC_STATUS_FAILED","features":[176]},{"name":"DTC_STATUS_PAUSED","features":[176]},{"name":"DTC_STATUS_PAUSING","features":[176]},{"name":"DTC_STATUS_STARTED","features":[176]},{"name":"DTC_STATUS_STARTING","features":[176]},{"name":"DTC_STATUS_STOPPED","features":[176]},{"name":"DTC_STATUS_STOPPING","features":[176]},{"name":"DTC_STATUS_UNKNOWN","features":[176]},{"name":"DtcGetTransactionManager","features":[176]},{"name":"DtcGetTransactionManagerC","features":[176]},{"name":"DtcGetTransactionManagerExA","features":[176]},{"name":"DtcGetTransactionManagerExW","features":[176]},{"name":"IDtcLuConfigure","features":[176]},{"name":"IDtcLuRecovery","features":[176]},{"name":"IDtcLuRecoveryFactory","features":[176]},{"name":"IDtcLuRecoveryInitiatedByDtc","features":[176]},{"name":"IDtcLuRecoveryInitiatedByDtcStatusWork","features":[176]},{"name":"IDtcLuRecoveryInitiatedByDtcTransWork","features":[176]},{"name":"IDtcLuRecoveryInitiatedByLu","features":[176]},{"name":"IDtcLuRecoveryInitiatedByLuWork","features":[176]},{"name":"IDtcLuRmEnlistment","features":[176]},{"name":"IDtcLuRmEnlistmentFactory","features":[176]},{"name":"IDtcLuRmEnlistmentSink","features":[176]},{"name":"IDtcLuSubordinateDtc","features":[176]},{"name":"IDtcLuSubordinateDtcFactory","features":[176]},{"name":"IDtcLuSubordinateDtcSink","features":[176]},{"name":"IDtcNetworkAccessConfig","features":[176]},{"name":"IDtcNetworkAccessConfig2","features":[176]},{"name":"IDtcNetworkAccessConfig3","features":[176]},{"name":"IDtcToXaHelper","features":[176]},{"name":"IDtcToXaHelperFactory","features":[176]},{"name":"IDtcToXaHelperSinglePipe","features":[176]},{"name":"IDtcToXaMapper","features":[176]},{"name":"IGetDispenser","features":[176]},{"name":"IKernelTransaction","features":[176]},{"name":"ILastResourceManager","features":[176]},{"name":"INCOMING_AUTHENTICATION_REQUIRED","features":[176]},{"name":"IPrepareInfo","features":[176]},{"name":"IPrepareInfo2","features":[176]},{"name":"IRMHelper","features":[176]},{"name":"IResourceManager","features":[176]},{"name":"IResourceManager2","features":[176]},{"name":"IResourceManagerFactory","features":[176]},{"name":"IResourceManagerFactory2","features":[176]},{"name":"IResourceManagerRejoinable","features":[176]},{"name":"IResourceManagerSink","features":[176]},{"name":"ISOFLAG","features":[176]},{"name":"ISOFLAG_OPTIMISTIC","features":[176]},{"name":"ISOFLAG_READONLY","features":[176]},{"name":"ISOFLAG_RETAIN_ABORT","features":[176]},{"name":"ISOFLAG_RETAIN_ABORT_DC","features":[176]},{"name":"ISOFLAG_RETAIN_ABORT_NO","features":[176]},{"name":"ISOFLAG_RETAIN_BOTH","features":[176]},{"name":"ISOFLAG_RETAIN_COMMIT","features":[176]},{"name":"ISOFLAG_RETAIN_COMMIT_DC","features":[176]},{"name":"ISOFLAG_RETAIN_COMMIT_NO","features":[176]},{"name":"ISOFLAG_RETAIN_DONTCARE","features":[176]},{"name":"ISOFLAG_RETAIN_NONE","features":[176]},{"name":"ISOLATIONLEVEL","features":[176]},{"name":"ISOLATIONLEVEL_BROWSE","features":[176]},{"name":"ISOLATIONLEVEL_CHAOS","features":[176]},{"name":"ISOLATIONLEVEL_CURSORSTABILITY","features":[176]},{"name":"ISOLATIONLEVEL_ISOLATED","features":[176]},{"name":"ISOLATIONLEVEL_READCOMMITTED","features":[176]},{"name":"ISOLATIONLEVEL_READUNCOMMITTED","features":[176]},{"name":"ISOLATIONLEVEL_REPEATABLEREAD","features":[176]},{"name":"ISOLATIONLEVEL_SERIALIZABLE","features":[176]},{"name":"ISOLATIONLEVEL_UNSPECIFIED","features":[176]},{"name":"ITipHelper","features":[176]},{"name":"ITipPullSink","features":[176]},{"name":"ITipTransaction","features":[176]},{"name":"ITmNodeName","features":[176]},{"name":"ITransaction","features":[176]},{"name":"ITransaction2","features":[176]},{"name":"ITransactionCloner","features":[176]},{"name":"ITransactionDispenser","features":[176]},{"name":"ITransactionEnlistmentAsync","features":[176]},{"name":"ITransactionExport","features":[176]},{"name":"ITransactionExportFactory","features":[176]},{"name":"ITransactionImport","features":[176]},{"name":"ITransactionImportWhereabouts","features":[176]},{"name":"ITransactionLastEnlistmentAsync","features":[176]},{"name":"ITransactionLastResourceAsync","features":[176]},{"name":"ITransactionOptions","features":[176]},{"name":"ITransactionOutcomeEvents","features":[176]},{"name":"ITransactionPhase0EnlistmentAsync","features":[176]},{"name":"ITransactionPhase0Factory","features":[176]},{"name":"ITransactionPhase0NotifyAsync","features":[176]},{"name":"ITransactionReceiver","features":[176]},{"name":"ITransactionReceiverFactory","features":[176]},{"name":"ITransactionResource","features":[176]},{"name":"ITransactionResourceAsync","features":[176]},{"name":"ITransactionTransmitter","features":[176]},{"name":"ITransactionTransmitterFactory","features":[176]},{"name":"ITransactionVoterBallotAsync2","features":[176]},{"name":"ITransactionVoterFactory2","features":[176]},{"name":"ITransactionVoterNotifyAsync2","features":[176]},{"name":"IXAConfig","features":[176]},{"name":"IXAObtainRMInfo","features":[176]},{"name":"IXATransLookup","features":[176]},{"name":"IXATransLookup2","features":[176]},{"name":"LOCAL_APPLICATIONTYPE","features":[176]},{"name":"MAXBQUALSIZE","features":[176]},{"name":"MAXGTRIDSIZE","features":[176]},{"name":"MAXINFOSIZE","features":[176]},{"name":"MAX_TRAN_DESC","features":[176]},{"name":"MUTUAL_AUTHENTICATION_REQUIRED","features":[176]},{"name":"NO_AUTHENTICATION_REQUIRED","features":[176]},{"name":"OLE_TM_CONFIG_PARAMS_V1","features":[176]},{"name":"OLE_TM_CONFIG_PARAMS_V2","features":[176]},{"name":"OLE_TM_CONFIG_VERSION_1","features":[176]},{"name":"OLE_TM_CONFIG_VERSION_2","features":[176]},{"name":"OLE_TM_FLAG_INTERNAL_TO_TM","features":[176]},{"name":"OLE_TM_FLAG_NOAGILERECOVERY","features":[176]},{"name":"OLE_TM_FLAG_NODEMANDSTART","features":[176]},{"name":"OLE_TM_FLAG_NONE","features":[176]},{"name":"OLE_TM_FLAG_QUERY_SERVICE_LOCKSTATUS","features":[176]},{"name":"PROXY_CONFIG_PARAMS","features":[176]},{"name":"RMNAMESZ","features":[176]},{"name":"TMASYNC","features":[176]},{"name":"TMENDRSCAN","features":[176]},{"name":"TMER_INVAL","features":[176]},{"name":"TMER_PROTO","features":[176]},{"name":"TMER_TMERR","features":[176]},{"name":"TMFAIL","features":[176]},{"name":"TMJOIN","features":[176]},{"name":"TMMIGRATE","features":[176]},{"name":"TMMULTIPLE","features":[176]},{"name":"TMNOFLAGS","features":[176]},{"name":"TMNOMIGRATE","features":[176]},{"name":"TMNOWAIT","features":[176]},{"name":"TMONEPHASE","features":[176]},{"name":"TMREGISTER","features":[176]},{"name":"TMRESUME","features":[176]},{"name":"TMSTARTRSCAN","features":[176]},{"name":"TMSUCCESS","features":[176]},{"name":"TMSUSPEND","features":[176]},{"name":"TMUSEASYNC","features":[176]},{"name":"TM_JOIN","features":[176]},{"name":"TM_OK","features":[176]},{"name":"TM_RESUME","features":[176]},{"name":"TX_MISC_CONSTANTS","features":[176]},{"name":"XACTCONST","features":[176]},{"name":"XACTCONST_TIMEOUTINFINITE","features":[176]},{"name":"XACTHEURISTIC","features":[176]},{"name":"XACTHEURISTIC_ABORT","features":[176]},{"name":"XACTHEURISTIC_COMMIT","features":[176]},{"name":"XACTHEURISTIC_DAMAGE","features":[176]},{"name":"XACTHEURISTIC_DANGER","features":[176]},{"name":"XACTOPT","features":[176]},{"name":"XACTRM","features":[176]},{"name":"XACTRM_NOREADONLYPREPARES","features":[176]},{"name":"XACTRM_OPTIMISTICLASTWINS","features":[176]},{"name":"XACTSTAT","features":[176]},{"name":"XACTSTATS","features":[1,176]},{"name":"XACTSTAT_ABORTED","features":[176]},{"name":"XACTSTAT_ABORTING","features":[176]},{"name":"XACTSTAT_ALL","features":[176]},{"name":"XACTSTAT_CLOSED","features":[176]},{"name":"XACTSTAT_COMMITRETAINING","features":[176]},{"name":"XACTSTAT_COMMITTED","features":[176]},{"name":"XACTSTAT_COMMITTING","features":[176]},{"name":"XACTSTAT_FORCED_ABORT","features":[176]},{"name":"XACTSTAT_FORCED_COMMIT","features":[176]},{"name":"XACTSTAT_HEURISTIC_ABORT","features":[176]},{"name":"XACTSTAT_HEURISTIC_COMMIT","features":[176]},{"name":"XACTSTAT_HEURISTIC_DAMAGE","features":[176]},{"name":"XACTSTAT_HEURISTIC_DANGER","features":[176]},{"name":"XACTSTAT_INDOUBT","features":[176]},{"name":"XACTSTAT_NONE","features":[176]},{"name":"XACTSTAT_NOTPREPARED","features":[176]},{"name":"XACTSTAT_OPEN","features":[176]},{"name":"XACTSTAT_OPENNORMAL","features":[176]},{"name":"XACTSTAT_OPENREFUSED","features":[176]},{"name":"XACTSTAT_PREPARED","features":[176]},{"name":"XACTSTAT_PREPARERETAINED","features":[176]},{"name":"XACTSTAT_PREPARERETAINING","features":[176]},{"name":"XACTSTAT_PREPARING","features":[176]},{"name":"XACTTC","features":[176]},{"name":"XACTTC_ASYNC","features":[176]},{"name":"XACTTC_ASYNC_PHASEONE","features":[176]},{"name":"XACTTC_NONE","features":[176]},{"name":"XACTTC_SYNC","features":[176]},{"name":"XACTTC_SYNC_PHASEONE","features":[176]},{"name":"XACTTC_SYNC_PHASETWO","features":[176]},{"name":"XACTTRANSINFO","features":[176]},{"name":"XACT_DTC_CONSTANTS","features":[176]},{"name":"XACT_E_CONNECTION_REQUEST_DENIED","features":[176]},{"name":"XACT_E_DUPLICATE_GUID","features":[176]},{"name":"XACT_E_DUPLICATE_LU","features":[176]},{"name":"XACT_E_DUPLICATE_TRANSID","features":[176]},{"name":"XACT_E_LRMRECOVERYALREADYDONE","features":[176]},{"name":"XACT_E_LU_BUSY","features":[176]},{"name":"XACT_E_LU_DOWN","features":[176]},{"name":"XACT_E_LU_NOT_CONNECTED","features":[176]},{"name":"XACT_E_LU_NOT_FOUND","features":[176]},{"name":"XACT_E_LU_NO_RECOVERY_PROCESS","features":[176]},{"name":"XACT_E_LU_RECOVERING","features":[176]},{"name":"XACT_E_LU_RECOVERY_MISMATCH","features":[176]},{"name":"XACT_E_NOLASTRESOURCEINTERFACE","features":[176]},{"name":"XACT_E_NOTSINGLEPHASE","features":[176]},{"name":"XACT_E_PROTOCOL","features":[176]},{"name":"XACT_E_RECOVERYALREADYDONE","features":[176]},{"name":"XACT_E_RECOVERY_FAILED","features":[176]},{"name":"XACT_E_RM_FAILURE","features":[176]},{"name":"XACT_E_RM_UNAVAILABLE","features":[176]},{"name":"XACT_E_TOOMANY_ENLISTMENTS","features":[176]},{"name":"XACT_OK_NONOTIFY","features":[176]},{"name":"XACT_S_NONOTIFY","features":[176]},{"name":"XAER_ASYNC","features":[176]},{"name":"XAER_DUPID","features":[176]},{"name":"XAER_INVAL","features":[176]},{"name":"XAER_NOTA","features":[176]},{"name":"XAER_OUTSIDE","features":[176]},{"name":"XAER_PROTO","features":[176]},{"name":"XAER_RMERR","features":[176]},{"name":"XAER_RMFAIL","features":[176]},{"name":"XA_CLOSE_EPT","features":[176]},{"name":"XA_COMMIT_EPT","features":[176]},{"name":"XA_COMPLETE_EPT","features":[176]},{"name":"XA_END_EPT","features":[176]},{"name":"XA_FMTID_DTC","features":[176]},{"name":"XA_FMTID_DTC_VER1","features":[176]},{"name":"XA_FORGET_EPT","features":[176]},{"name":"XA_HEURCOM","features":[176]},{"name":"XA_HEURHAZ","features":[176]},{"name":"XA_HEURMIX","features":[176]},{"name":"XA_HEURRB","features":[176]},{"name":"XA_NOMIGRATE","features":[176]},{"name":"XA_OK","features":[176]},{"name":"XA_OPEN_EPT","features":[176]},{"name":"XA_PREPARE_EPT","features":[176]},{"name":"XA_RBBASE","features":[176]},{"name":"XA_RBCOMMFAIL","features":[176]},{"name":"XA_RBDEADLOCK","features":[176]},{"name":"XA_RBEND","features":[176]},{"name":"XA_RBINTEGRITY","features":[176]},{"name":"XA_RBOTHER","features":[176]},{"name":"XA_RBPROTO","features":[176]},{"name":"XA_RBROLLBACK","features":[176]},{"name":"XA_RBTIMEOUT","features":[176]},{"name":"XA_RBTRANSIENT","features":[176]},{"name":"XA_RDONLY","features":[176]},{"name":"XA_RECOVER_EPT","features":[176]},{"name":"XA_RETRY","features":[176]},{"name":"XA_ROLLBACK_EPT","features":[176]},{"name":"XA_START_EPT","features":[176]},{"name":"XA_SWITCH_F_DTC","features":[176]},{"name":"XID","features":[176]},{"name":"XIDDATASIZE","features":[176]},{"name":"dwUSER_MS_SQLSERVER","features":[176]},{"name":"xa_switch_t","features":[176]}],"570":[{"name":"CallEnclave","features":[1,177]},{"name":"CreateEnclave","features":[1,177]},{"name":"CreateEnvironmentBlock","features":[1,177]},{"name":"DeleteEnclave","features":[1,177]},{"name":"DestroyEnvironmentBlock","features":[1,177]},{"name":"ENCLAVE_FLAG_DYNAMIC_DEBUG_ACTIVE","features":[177]},{"name":"ENCLAVE_FLAG_DYNAMIC_DEBUG_ENABLED","features":[177]},{"name":"ENCLAVE_FLAG_FULL_DEBUG_ENABLED","features":[177]},{"name":"ENCLAVE_IDENTITY","features":[177]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_EXACT_CODE","features":[177]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_INVALID","features":[177]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_AUTHOR","features":[177]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_FAMILY","features":[177]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_IMAGE","features":[177]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_PRIMARY_CODE","features":[177]},{"name":"ENCLAVE_INFORMATION","features":[177]},{"name":"ENCLAVE_REPORT_DATA_LENGTH","features":[177]},{"name":"ENCLAVE_RUNTIME_POLICY_ALLOW_DYNAMIC_DEBUG","features":[177]},{"name":"ENCLAVE_RUNTIME_POLICY_ALLOW_FULL_DEBUG","features":[177]},{"name":"ENCLAVE_SEALING_IDENTITY_POLICY","features":[177]},{"name":"ENCLAVE_UNSEAL_FLAG_STALE_KEY","features":[177]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_DEBUG_KEY","features":[177]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_FAMILY_ID","features":[177]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_IMAGE_ID","features":[177]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_MEASUREMENT","features":[177]},{"name":"ENCLAVE_VBS_BASIC_KEY_REQUEST","features":[177]},{"name":"EnclaveGetAttestationReport","features":[177]},{"name":"EnclaveGetEnclaveInformation","features":[177]},{"name":"EnclaveSealData","features":[177]},{"name":"EnclaveUnsealData","features":[177]},{"name":"EnclaveVerifyAttestationReport","features":[177]},{"name":"ExpandEnvironmentStringsA","features":[177]},{"name":"ExpandEnvironmentStringsForUserA","features":[1,177]},{"name":"ExpandEnvironmentStringsForUserW","features":[1,177]},{"name":"ExpandEnvironmentStringsW","features":[177]},{"name":"FreeEnvironmentStringsA","features":[1,177]},{"name":"FreeEnvironmentStringsW","features":[1,177]},{"name":"GetCommandLineA","features":[177]},{"name":"GetCommandLineW","features":[177]},{"name":"GetCurrentDirectoryA","features":[177]},{"name":"GetCurrentDirectoryW","features":[177]},{"name":"GetEnvironmentStrings","features":[177]},{"name":"GetEnvironmentStringsW","features":[177]},{"name":"GetEnvironmentVariableA","features":[177]},{"name":"GetEnvironmentVariableW","features":[177]},{"name":"InitializeEnclave","features":[1,177]},{"name":"IsEnclaveTypeSupported","features":[1,177]},{"name":"LoadEnclaveData","features":[1,177]},{"name":"LoadEnclaveImageA","features":[1,177]},{"name":"LoadEnclaveImageW","features":[1,177]},{"name":"NeedCurrentDirectoryForExePathA","features":[1,177]},{"name":"NeedCurrentDirectoryForExePathW","features":[1,177]},{"name":"SetCurrentDirectoryA","features":[1,177]},{"name":"SetCurrentDirectoryW","features":[1,177]},{"name":"SetEnvironmentStringsW","features":[1,177]},{"name":"SetEnvironmentVariableA","features":[1,177]},{"name":"SetEnvironmentVariableW","features":[1,177]},{"name":"TerminateEnclave","features":[1,177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_COMMIT_PAGES","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_CREATE_THREAD","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_CREATE_THREAD","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_DECOMMIT_PAGES","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_KEY","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_RANDOM_DATA","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_REPORT","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GET_ENCLAVE_INFORMATION","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_INTERRUPT_THREAD","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_INTERRUPT_THREAD","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_PROTECT_PAGES","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_ENCLAVE","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_EXCEPTION","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_EXCEPTION","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_TERMINATE_THREAD","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_TERMINATE_THREAD","features":[177]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_VERIFY_REPORT","features":[177]},{"name":"VBS_BASIC_ENCLAVE_EXCEPTION_AMD64","features":[177]},{"name":"VBS_BASIC_ENCLAVE_SYSCALL_PAGE","features":[177]},{"name":"VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR32","features":[177]},{"name":"VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64","features":[177]},{"name":"VBS_ENCLAVE_REPORT","features":[177]},{"name":"VBS_ENCLAVE_REPORT_MODULE","features":[177]},{"name":"VBS_ENCLAVE_REPORT_PKG_HEADER","features":[177]},{"name":"VBS_ENCLAVE_REPORT_PKG_HEADER_VERSION_CURRENT","features":[177]},{"name":"VBS_ENCLAVE_REPORT_SIGNATURE_SCHEME_SHA256_RSA_PSS_SHA256","features":[177]},{"name":"VBS_ENCLAVE_REPORT_VARDATA_HEADER","features":[177]},{"name":"VBS_ENCLAVE_REPORT_VERSION_CURRENT","features":[177]},{"name":"VBS_ENCLAVE_VARDATA_INVALID","features":[177]},{"name":"VBS_ENCLAVE_VARDATA_MODULE","features":[177]}],"571":[{"name":"APPCRASH_EVENT","features":[178]},{"name":"AddERExcludedApplicationA","features":[1,178]},{"name":"AddERExcludedApplicationW","features":[1,178]},{"name":"EFaultRepRetVal","features":[178]},{"name":"E_STORE_INVALID","features":[178]},{"name":"E_STORE_MACHINE_ARCHIVE","features":[178]},{"name":"E_STORE_MACHINE_QUEUE","features":[178]},{"name":"E_STORE_USER_ARCHIVE","features":[178]},{"name":"E_STORE_USER_QUEUE","features":[178]},{"name":"HREPORT","features":[178]},{"name":"HREPORTSTORE","features":[178]},{"name":"PACKAGED_APPCRASH_EVENT","features":[178]},{"name":"PFN_WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH","features":[1,32,178,8]},{"name":"PFN_WER_RUNTIME_EXCEPTION_EVENT","features":[1,32,178,8]},{"name":"PFN_WER_RUNTIME_EXCEPTION_EVENT_SIGNATURE","features":[1,32,178,8]},{"name":"REPORT_STORE_TYPES","features":[178]},{"name":"ReportFault","features":[1,32,178,8]},{"name":"WER_CONSENT","features":[178]},{"name":"WER_DUMP_AUXILIARY","features":[178]},{"name":"WER_DUMP_CUSTOM_OPTIONS","features":[1,178]},{"name":"WER_DUMP_CUSTOM_OPTIONS_V2","features":[1,178]},{"name":"WER_DUMP_CUSTOM_OPTIONS_V3","features":[1,178]},{"name":"WER_DUMP_MASK_START","features":[178]},{"name":"WER_DUMP_NOHEAP_ONQUEUE","features":[178]},{"name":"WER_DUMP_TYPE","features":[178]},{"name":"WER_EXCEPTION_INFORMATION","features":[1,32,178,8]},{"name":"WER_FAULT_REPORTING","features":[178]},{"name":"WER_FAULT_REPORTING_ALWAYS_SHOW_UI","features":[178]},{"name":"WER_FAULT_REPORTING_CRITICAL","features":[178]},{"name":"WER_FAULT_REPORTING_DISABLE_SNAPSHOT_CRASH","features":[178]},{"name":"WER_FAULT_REPORTING_DISABLE_SNAPSHOT_HANG","features":[178]},{"name":"WER_FAULT_REPORTING_DURABLE","features":[178]},{"name":"WER_FAULT_REPORTING_FLAG_DISABLE_THREAD_SUSPENSION","features":[178]},{"name":"WER_FAULT_REPORTING_FLAG_NOHEAP","features":[178]},{"name":"WER_FAULT_REPORTING_FLAG_NO_HEAP_ON_QUEUE","features":[178]},{"name":"WER_FAULT_REPORTING_FLAG_QUEUE","features":[178]},{"name":"WER_FAULT_REPORTING_FLAG_QUEUE_UPLOAD","features":[178]},{"name":"WER_FAULT_REPORTING_NO_UI","features":[178]},{"name":"WER_FILE","features":[178]},{"name":"WER_FILE_ANONYMOUS_DATA","features":[178]},{"name":"WER_FILE_COMPRESSED","features":[178]},{"name":"WER_FILE_DELETE_WHEN_DONE","features":[178]},{"name":"WER_FILE_TYPE","features":[178]},{"name":"WER_MAX_APPLICATION_NAME_LENGTH","features":[178]},{"name":"WER_MAX_BUCKET_ID_STRING_LENGTH","features":[178]},{"name":"WER_MAX_DESCRIPTION_LENGTH","features":[178]},{"name":"WER_MAX_EVENT_NAME_LENGTH","features":[178]},{"name":"WER_MAX_FRIENDLY_EVENT_NAME_LENGTH","features":[178]},{"name":"WER_MAX_LOCAL_DUMP_SUBPATH_LENGTH","features":[178]},{"name":"WER_MAX_PARAM_COUNT","features":[178]},{"name":"WER_MAX_PARAM_LENGTH","features":[178]},{"name":"WER_MAX_PREFERRED_MODULES","features":[178]},{"name":"WER_MAX_PREFERRED_MODULES_BUFFER","features":[178]},{"name":"WER_MAX_REGISTERED_DUMPCOLLECTION","features":[178]},{"name":"WER_MAX_REGISTERED_ENTRIES","features":[178]},{"name":"WER_MAX_REGISTERED_METADATA","features":[178]},{"name":"WER_MAX_REGISTERED_RUNTIME_EXCEPTION_MODULES","features":[178]},{"name":"WER_MAX_SIGNATURE_NAME_LENGTH","features":[178]},{"name":"WER_MAX_TOTAL_PARAM_LENGTH","features":[178]},{"name":"WER_METADATA_KEY_MAX_LENGTH","features":[178]},{"name":"WER_METADATA_VALUE_MAX_LENGTH","features":[178]},{"name":"WER_P0","features":[178]},{"name":"WER_P1","features":[178]},{"name":"WER_P2","features":[178]},{"name":"WER_P3","features":[178]},{"name":"WER_P4","features":[178]},{"name":"WER_P5","features":[178]},{"name":"WER_P6","features":[178]},{"name":"WER_P7","features":[178]},{"name":"WER_P8","features":[178]},{"name":"WER_P9","features":[178]},{"name":"WER_REGISTER_FILE_TYPE","features":[178]},{"name":"WER_REPORT_INFORMATION","features":[1,178]},{"name":"WER_REPORT_INFORMATION_V3","features":[1,178]},{"name":"WER_REPORT_INFORMATION_V4","features":[1,178]},{"name":"WER_REPORT_INFORMATION_V5","features":[1,178]},{"name":"WER_REPORT_METADATA_V1","features":[1,178]},{"name":"WER_REPORT_METADATA_V2","features":[1,178]},{"name":"WER_REPORT_METADATA_V3","features":[1,178]},{"name":"WER_REPORT_PARAMETER","features":[178]},{"name":"WER_REPORT_SIGNATURE","features":[178]},{"name":"WER_REPORT_TYPE","features":[178]},{"name":"WER_REPORT_UI","features":[178]},{"name":"WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH","features":[178]},{"name":"WER_RUNTIME_EXCEPTION_EVENT_FUNCTION","features":[178]},{"name":"WER_RUNTIME_EXCEPTION_EVENT_SIGNATURE_FUNCTION","features":[178]},{"name":"WER_RUNTIME_EXCEPTION_INFORMATION","features":[1,32,178,8]},{"name":"WER_SUBMIT_ADD_REGISTERED_DATA","features":[178]},{"name":"WER_SUBMIT_ARCHIVE_PARAMETERS_ONLY","features":[178]},{"name":"WER_SUBMIT_BYPASS_DATA_THROTTLING","features":[178]},{"name":"WER_SUBMIT_BYPASS_NETWORK_COST_THROTTLING","features":[178]},{"name":"WER_SUBMIT_BYPASS_POWER_THROTTLING","features":[178]},{"name":"WER_SUBMIT_FLAGS","features":[178]},{"name":"WER_SUBMIT_HONOR_RECOVERY","features":[178]},{"name":"WER_SUBMIT_HONOR_RESTART","features":[178]},{"name":"WER_SUBMIT_NO_ARCHIVE","features":[178]},{"name":"WER_SUBMIT_NO_CLOSE_UI","features":[178]},{"name":"WER_SUBMIT_NO_QUEUE","features":[178]},{"name":"WER_SUBMIT_OUTOFPROCESS","features":[178]},{"name":"WER_SUBMIT_OUTOFPROCESS_ASYNC","features":[178]},{"name":"WER_SUBMIT_QUEUE","features":[178]},{"name":"WER_SUBMIT_REPORT_MACHINE_ID","features":[178]},{"name":"WER_SUBMIT_RESULT","features":[178]},{"name":"WER_SUBMIT_SHOW_DEBUG","features":[178]},{"name":"WER_SUBMIT_START_MINIMIZED","features":[178]},{"name":"WerAddExcludedApplication","features":[1,178]},{"name":"WerConsentAlwaysPrompt","features":[178]},{"name":"WerConsentApproved","features":[178]},{"name":"WerConsentDenied","features":[178]},{"name":"WerConsentMax","features":[178]},{"name":"WerConsentNotAsked","features":[178]},{"name":"WerCustomAction","features":[178]},{"name":"WerDisabled","features":[178]},{"name":"WerDisabledQueue","features":[178]},{"name":"WerDumpTypeHeapDump","features":[178]},{"name":"WerDumpTypeMax","features":[178]},{"name":"WerDumpTypeMicroDump","features":[178]},{"name":"WerDumpTypeMiniDump","features":[178]},{"name":"WerDumpTypeNone","features":[178]},{"name":"WerDumpTypeTriageDump","features":[178]},{"name":"WerFileTypeAuxiliaryDump","features":[178]},{"name":"WerFileTypeCustomDump","features":[178]},{"name":"WerFileTypeEtlTrace","features":[178]},{"name":"WerFileTypeHeapdump","features":[178]},{"name":"WerFileTypeMax","features":[178]},{"name":"WerFileTypeMicrodump","features":[178]},{"name":"WerFileTypeMinidump","features":[178]},{"name":"WerFileTypeOther","features":[178]},{"name":"WerFileTypeTriagedump","features":[178]},{"name":"WerFileTypeUserDocument","features":[178]},{"name":"WerFreeString","features":[178]},{"name":"WerGetFlags","features":[1,178]},{"name":"WerRegFileTypeMax","features":[178]},{"name":"WerRegFileTypeOther","features":[178]},{"name":"WerRegFileTypeUserDocument","features":[178]},{"name":"WerRegisterAdditionalProcess","features":[178]},{"name":"WerRegisterAppLocalDump","features":[178]},{"name":"WerRegisterCustomMetadata","features":[178]},{"name":"WerRegisterExcludedMemoryBlock","features":[178]},{"name":"WerRegisterFile","features":[178]},{"name":"WerRegisterMemoryBlock","features":[178]},{"name":"WerRegisterRuntimeExceptionModule","features":[178]},{"name":"WerRemoveExcludedApplication","features":[1,178]},{"name":"WerReportAddDump","features":[1,32,178,8]},{"name":"WerReportAddFile","features":[178]},{"name":"WerReportApplicationCrash","features":[178]},{"name":"WerReportApplicationHang","features":[178]},{"name":"WerReportAsync","features":[178]},{"name":"WerReportCancelled","features":[178]},{"name":"WerReportCloseHandle","features":[178]},{"name":"WerReportCreate","features":[1,178]},{"name":"WerReportCritical","features":[178]},{"name":"WerReportDebug","features":[178]},{"name":"WerReportFailed","features":[178]},{"name":"WerReportHang","features":[1,178]},{"name":"WerReportInvalid","features":[178]},{"name":"WerReportKernel","features":[178]},{"name":"WerReportNonCritical","features":[178]},{"name":"WerReportQueued","features":[178]},{"name":"WerReportSetParameter","features":[178]},{"name":"WerReportSetUIOption","features":[178]},{"name":"WerReportSubmit","features":[178]},{"name":"WerReportUploaded","features":[178]},{"name":"WerReportUploadedCab","features":[178]},{"name":"WerSetFlags","features":[178]},{"name":"WerStorageLocationNotFound","features":[178]},{"name":"WerStoreClose","features":[178]},{"name":"WerStoreGetFirstReportKey","features":[178]},{"name":"WerStoreGetNextReportKey","features":[178]},{"name":"WerStoreGetReportCount","features":[178]},{"name":"WerStoreGetSizeOnDisk","features":[178]},{"name":"WerStoreOpen","features":[178]},{"name":"WerStorePurge","features":[178]},{"name":"WerStoreQueryReportMetadataV1","features":[1,178]},{"name":"WerStoreQueryReportMetadataV2","features":[1,178]},{"name":"WerStoreQueryReportMetadataV3","features":[1,178]},{"name":"WerStoreUploadReport","features":[178]},{"name":"WerSubmitResultMax","features":[178]},{"name":"WerThrottled","features":[178]},{"name":"WerUIAdditionalDataDlgHeader","features":[178]},{"name":"WerUICloseDlgBody","features":[178]},{"name":"WerUICloseDlgButtonText","features":[178]},{"name":"WerUICloseDlgHeader","features":[178]},{"name":"WerUICloseText","features":[178]},{"name":"WerUIConsentDlgBody","features":[178]},{"name":"WerUIConsentDlgHeader","features":[178]},{"name":"WerUIIconFilePath","features":[178]},{"name":"WerUIMax","features":[178]},{"name":"WerUIOfflineSolutionCheckText","features":[178]},{"name":"WerUIOnlineSolutionCheckText","features":[178]},{"name":"WerUnregisterAdditionalProcess","features":[178]},{"name":"WerUnregisterAppLocalDump","features":[178]},{"name":"WerUnregisterCustomMetadata","features":[178]},{"name":"WerUnregisterExcludedMemoryBlock","features":[178]},{"name":"WerUnregisterFile","features":[178]},{"name":"WerUnregisterMemoryBlock","features":[178]},{"name":"WerUnregisterRuntimeExceptionModule","features":[178]},{"name":"frrvErr","features":[178]},{"name":"frrvErrAnotherInstance","features":[178]},{"name":"frrvErrDoubleFault","features":[178]},{"name":"frrvErrNoDW","features":[178]},{"name":"frrvErrNoMemory","features":[178]},{"name":"frrvErrTimeout","features":[178]},{"name":"frrvLaunchDebugger","features":[178]},{"name":"frrvOk","features":[178]},{"name":"frrvOkHeadless","features":[178]},{"name":"frrvOkManifest","features":[178]},{"name":"frrvOkQueued","features":[178]},{"name":"pfn_ADDEREXCLUDEDAPPLICATIONA","features":[178]},{"name":"pfn_ADDEREXCLUDEDAPPLICATIONW","features":[178]},{"name":"pfn_REPORTFAULT","features":[1,32,178,8]}],"572":[{"name":"EC_CREATE_NEW","features":[179]},{"name":"EC_OPEN_ALWAYS","features":[179]},{"name":"EC_OPEN_EXISTING","features":[179]},{"name":"EC_READ_ACCESS","features":[179]},{"name":"EC_SUBSCRIPTION_CONFIGURATION_MODE","features":[179]},{"name":"EC_SUBSCRIPTION_CONTENT_FORMAT","features":[179]},{"name":"EC_SUBSCRIPTION_CREDENTIALS_TYPE","features":[179]},{"name":"EC_SUBSCRIPTION_DELIVERY_MODE","features":[179]},{"name":"EC_SUBSCRIPTION_PROPERTY_ID","features":[179]},{"name":"EC_SUBSCRIPTION_RUNTIME_STATUS_ACTIVE_STATUS","features":[179]},{"name":"EC_SUBSCRIPTION_RUNTIME_STATUS_INFO_ID","features":[179]},{"name":"EC_SUBSCRIPTION_TYPE","features":[179]},{"name":"EC_VARIANT","features":[1,179]},{"name":"EC_VARIANT_TYPE","features":[179]},{"name":"EC_VARIANT_TYPE_ARRAY","features":[179]},{"name":"EC_VARIANT_TYPE_MASK","features":[179]},{"name":"EC_WRITE_ACCESS","features":[179]},{"name":"EcClose","features":[1,179]},{"name":"EcConfigurationModeCustom","features":[179]},{"name":"EcConfigurationModeMinBandwidth","features":[179]},{"name":"EcConfigurationModeMinLatency","features":[179]},{"name":"EcConfigurationModeNormal","features":[179]},{"name":"EcContentFormatEvents","features":[179]},{"name":"EcContentFormatRenderedText","features":[179]},{"name":"EcDeleteSubscription","features":[1,179]},{"name":"EcDeliveryModePull","features":[179]},{"name":"EcDeliveryModePush","features":[179]},{"name":"EcEnumNextSubscription","features":[1,179]},{"name":"EcGetObjectArrayProperty","features":[1,179]},{"name":"EcGetObjectArraySize","features":[1,179]},{"name":"EcGetSubscriptionProperty","features":[1,179]},{"name":"EcGetSubscriptionRunTimeStatus","features":[1,179]},{"name":"EcInsertObjectArrayElement","features":[1,179]},{"name":"EcOpenSubscription","features":[179]},{"name":"EcOpenSubscriptionEnum","features":[179]},{"name":"EcRemoveObjectArrayElement","features":[1,179]},{"name":"EcRetrySubscription","features":[1,179]},{"name":"EcRuntimeStatusActiveStatusActive","features":[179]},{"name":"EcRuntimeStatusActiveStatusDisabled","features":[179]},{"name":"EcRuntimeStatusActiveStatusInactive","features":[179]},{"name":"EcRuntimeStatusActiveStatusTrying","features":[179]},{"name":"EcSaveSubscription","features":[1,179]},{"name":"EcSetObjectArrayProperty","features":[1,179]},{"name":"EcSetSubscriptionProperty","features":[1,179]},{"name":"EcSubscriptionAllowedIssuerCAs","features":[179]},{"name":"EcSubscriptionAllowedSourceDomainComputers","features":[179]},{"name":"EcSubscriptionAllowedSubjects","features":[179]},{"name":"EcSubscriptionCommonPassword","features":[179]},{"name":"EcSubscriptionCommonUserName","features":[179]},{"name":"EcSubscriptionConfigurationMode","features":[179]},{"name":"EcSubscriptionContentFormat","features":[179]},{"name":"EcSubscriptionCredBasic","features":[179]},{"name":"EcSubscriptionCredDefault","features":[179]},{"name":"EcSubscriptionCredDigest","features":[179]},{"name":"EcSubscriptionCredLocalMachine","features":[179]},{"name":"EcSubscriptionCredNegotiate","features":[179]},{"name":"EcSubscriptionCredentialsType","features":[179]},{"name":"EcSubscriptionDeliveryMaxItems","features":[179]},{"name":"EcSubscriptionDeliveryMaxLatencyTime","features":[179]},{"name":"EcSubscriptionDeliveryMode","features":[179]},{"name":"EcSubscriptionDeniedSubjects","features":[179]},{"name":"EcSubscriptionDescription","features":[179]},{"name":"EcSubscriptionDialect","features":[179]},{"name":"EcSubscriptionEnabled","features":[179]},{"name":"EcSubscriptionEventSourceAddress","features":[179]},{"name":"EcSubscriptionEventSourceEnabled","features":[179]},{"name":"EcSubscriptionEventSourcePassword","features":[179]},{"name":"EcSubscriptionEventSourceUserName","features":[179]},{"name":"EcSubscriptionEventSources","features":[179]},{"name":"EcSubscriptionExpires","features":[179]},{"name":"EcSubscriptionHeartbeatInterval","features":[179]},{"name":"EcSubscriptionHostName","features":[179]},{"name":"EcSubscriptionLocale","features":[179]},{"name":"EcSubscriptionLogFile","features":[179]},{"name":"EcSubscriptionPropertyIdEND","features":[179]},{"name":"EcSubscriptionPublisherName","features":[179]},{"name":"EcSubscriptionQuery","features":[179]},{"name":"EcSubscriptionReadExistingEvents","features":[179]},{"name":"EcSubscriptionRunTimeStatusActive","features":[179]},{"name":"EcSubscriptionRunTimeStatusEventSources","features":[179]},{"name":"EcSubscriptionRunTimeStatusInfoIdEND","features":[179]},{"name":"EcSubscriptionRunTimeStatusLastError","features":[179]},{"name":"EcSubscriptionRunTimeStatusLastErrorMessage","features":[179]},{"name":"EcSubscriptionRunTimeStatusLastErrorTime","features":[179]},{"name":"EcSubscriptionRunTimeStatusLastHeartbeatTime","features":[179]},{"name":"EcSubscriptionRunTimeStatusNextRetryTime","features":[179]},{"name":"EcSubscriptionTransportName","features":[179]},{"name":"EcSubscriptionTransportPort","features":[179]},{"name":"EcSubscriptionType","features":[179]},{"name":"EcSubscriptionTypeCollectorInitiated","features":[179]},{"name":"EcSubscriptionTypeSourceInitiated","features":[179]},{"name":"EcSubscriptionURI","features":[179]},{"name":"EcVarObjectArrayPropertyHandle","features":[179]},{"name":"EcVarTypeBoolean","features":[179]},{"name":"EcVarTypeDateTime","features":[179]},{"name":"EcVarTypeNull","features":[179]},{"name":"EcVarTypeString","features":[179]},{"name":"EcVarTypeUInt32","features":[179]}],"573":[{"name":"BackupEventLogA","features":[1,180]},{"name":"BackupEventLogW","features":[1,180]},{"name":"ClearEventLogA","features":[1,180]},{"name":"ClearEventLogW","features":[1,180]},{"name":"CloseEventLog","features":[1,180]},{"name":"DeregisterEventSource","features":[1,180]},{"name":"EVENTLOGRECORD","features":[180]},{"name":"EVENTLOG_AUDIT_FAILURE","features":[180]},{"name":"EVENTLOG_AUDIT_SUCCESS","features":[180]},{"name":"EVENTLOG_ERROR_TYPE","features":[180]},{"name":"EVENTLOG_FULL_INFORMATION","features":[180]},{"name":"EVENTLOG_INFORMATION_TYPE","features":[180]},{"name":"EVENTLOG_SEEK_READ","features":[180]},{"name":"EVENTLOG_SEQUENTIAL_READ","features":[180]},{"name":"EVENTLOG_SUCCESS","features":[180]},{"name":"EVENTLOG_WARNING_TYPE","features":[180]},{"name":"EVENTSFORLOGFILE","features":[180]},{"name":"EVT_ALL_ACCESS","features":[180]},{"name":"EVT_CHANNEL_CLOCK_TYPE","features":[180]},{"name":"EVT_CHANNEL_CONFIG_PROPERTY_ID","features":[180]},{"name":"EVT_CHANNEL_ISOLATION_TYPE","features":[180]},{"name":"EVT_CHANNEL_REFERENCE_FLAGS","features":[180]},{"name":"EVT_CHANNEL_SID_TYPE","features":[180]},{"name":"EVT_CHANNEL_TYPE","features":[180]},{"name":"EVT_CLEAR_ACCESS","features":[180]},{"name":"EVT_EVENT_METADATA_PROPERTY_ID","features":[180]},{"name":"EVT_EVENT_PROPERTY_ID","features":[180]},{"name":"EVT_EXPORTLOG_FLAGS","features":[180]},{"name":"EVT_FORMAT_MESSAGE_FLAGS","features":[180]},{"name":"EVT_HANDLE","features":[180]},{"name":"EVT_LOGIN_CLASS","features":[180]},{"name":"EVT_LOG_PROPERTY_ID","features":[180]},{"name":"EVT_OPEN_LOG_FLAGS","features":[180]},{"name":"EVT_PUBLISHER_METADATA_PROPERTY_ID","features":[180]},{"name":"EVT_QUERY_FLAGS","features":[180]},{"name":"EVT_QUERY_PROPERTY_ID","features":[180]},{"name":"EVT_READ_ACCESS","features":[180]},{"name":"EVT_RENDER_CONTEXT_FLAGS","features":[180]},{"name":"EVT_RENDER_FLAGS","features":[180]},{"name":"EVT_RPC_LOGIN","features":[180]},{"name":"EVT_RPC_LOGIN_FLAGS","features":[180]},{"name":"EVT_SEEK_FLAGS","features":[180]},{"name":"EVT_SUBSCRIBE_CALLBACK","features":[180]},{"name":"EVT_SUBSCRIBE_FLAGS","features":[180]},{"name":"EVT_SUBSCRIBE_NOTIFY_ACTION","features":[180]},{"name":"EVT_SYSTEM_PROPERTY_ID","features":[180]},{"name":"EVT_VARIANT","features":[1,5,180]},{"name":"EVT_VARIANT_TYPE","features":[180]},{"name":"EVT_VARIANT_TYPE_ARRAY","features":[180]},{"name":"EVT_VARIANT_TYPE_MASK","features":[180]},{"name":"EVT_WRITE_ACCESS","features":[180]},{"name":"EventMetadataEventChannel","features":[180]},{"name":"EventMetadataEventID","features":[180]},{"name":"EventMetadataEventKeyword","features":[180]},{"name":"EventMetadataEventLevel","features":[180]},{"name":"EventMetadataEventMessageID","features":[180]},{"name":"EventMetadataEventOpcode","features":[180]},{"name":"EventMetadataEventTask","features":[180]},{"name":"EventMetadataEventTemplate","features":[180]},{"name":"EventMetadataEventVersion","features":[180]},{"name":"EvtArchiveExportedLog","features":[1,180]},{"name":"EvtCancel","features":[1,180]},{"name":"EvtChannelClockTypeQPC","features":[180]},{"name":"EvtChannelClockTypeSystemTime","features":[180]},{"name":"EvtChannelConfigAccess","features":[180]},{"name":"EvtChannelConfigClassicEventlog","features":[180]},{"name":"EvtChannelConfigEnabled","features":[180]},{"name":"EvtChannelConfigIsolation","features":[180]},{"name":"EvtChannelConfigOwningPublisher","features":[180]},{"name":"EvtChannelConfigPropertyIdEND","features":[180]},{"name":"EvtChannelConfigType","features":[180]},{"name":"EvtChannelIsolationTypeApplication","features":[180]},{"name":"EvtChannelIsolationTypeCustom","features":[180]},{"name":"EvtChannelIsolationTypeSystem","features":[180]},{"name":"EvtChannelLoggingConfigAutoBackup","features":[180]},{"name":"EvtChannelLoggingConfigLogFilePath","features":[180]},{"name":"EvtChannelLoggingConfigMaxSize","features":[180]},{"name":"EvtChannelLoggingConfigRetention","features":[180]},{"name":"EvtChannelPublisherList","features":[180]},{"name":"EvtChannelPublishingConfigBufferSize","features":[180]},{"name":"EvtChannelPublishingConfigClockType","features":[180]},{"name":"EvtChannelPublishingConfigControlGuid","features":[180]},{"name":"EvtChannelPublishingConfigFileMax","features":[180]},{"name":"EvtChannelPublishingConfigKeywords","features":[180]},{"name":"EvtChannelPublishingConfigLatency","features":[180]},{"name":"EvtChannelPublishingConfigLevel","features":[180]},{"name":"EvtChannelPublishingConfigMaxBuffers","features":[180]},{"name":"EvtChannelPublishingConfigMinBuffers","features":[180]},{"name":"EvtChannelPublishingConfigSidType","features":[180]},{"name":"EvtChannelReferenceImported","features":[180]},{"name":"EvtChannelSidTypeNone","features":[180]},{"name":"EvtChannelSidTypePublishing","features":[180]},{"name":"EvtChannelTypeAdmin","features":[180]},{"name":"EvtChannelTypeAnalytic","features":[180]},{"name":"EvtChannelTypeDebug","features":[180]},{"name":"EvtChannelTypeOperational","features":[180]},{"name":"EvtClearLog","features":[1,180]},{"name":"EvtClose","features":[1,180]},{"name":"EvtCreateBookmark","features":[180]},{"name":"EvtCreateRenderContext","features":[180]},{"name":"EvtEventMetadataPropertyIdEND","features":[180]},{"name":"EvtEventPath","features":[180]},{"name":"EvtEventPropertyIdEND","features":[180]},{"name":"EvtEventQueryIDs","features":[180]},{"name":"EvtExportLog","features":[1,180]},{"name":"EvtExportLogChannelPath","features":[180]},{"name":"EvtExportLogFilePath","features":[180]},{"name":"EvtExportLogOverwrite","features":[180]},{"name":"EvtExportLogTolerateQueryErrors","features":[180]},{"name":"EvtFormatMessage","features":[1,5,180]},{"name":"EvtFormatMessageChannel","features":[180]},{"name":"EvtFormatMessageEvent","features":[180]},{"name":"EvtFormatMessageId","features":[180]},{"name":"EvtFormatMessageKeyword","features":[180]},{"name":"EvtFormatMessageLevel","features":[180]},{"name":"EvtFormatMessageOpcode","features":[180]},{"name":"EvtFormatMessageProvider","features":[180]},{"name":"EvtFormatMessageTask","features":[180]},{"name":"EvtFormatMessageXml","features":[180]},{"name":"EvtGetChannelConfigProperty","features":[1,5,180]},{"name":"EvtGetEventInfo","features":[1,5,180]},{"name":"EvtGetEventMetadataProperty","features":[1,5,180]},{"name":"EvtGetExtendedStatus","features":[180]},{"name":"EvtGetLogInfo","features":[1,5,180]},{"name":"EvtGetObjectArrayProperty","features":[1,5,180]},{"name":"EvtGetObjectArraySize","features":[1,180]},{"name":"EvtGetPublisherMetadataProperty","features":[1,5,180]},{"name":"EvtGetQueryInfo","features":[1,5,180]},{"name":"EvtLogAttributes","features":[180]},{"name":"EvtLogCreationTime","features":[180]},{"name":"EvtLogFileSize","features":[180]},{"name":"EvtLogFull","features":[180]},{"name":"EvtLogLastAccessTime","features":[180]},{"name":"EvtLogLastWriteTime","features":[180]},{"name":"EvtLogNumberOfLogRecords","features":[180]},{"name":"EvtLogOldestRecordNumber","features":[180]},{"name":"EvtNext","features":[1,180]},{"name":"EvtNextChannelPath","features":[1,180]},{"name":"EvtNextEventMetadata","features":[180]},{"name":"EvtNextPublisherId","features":[1,180]},{"name":"EvtOpenChannelConfig","features":[180]},{"name":"EvtOpenChannelEnum","features":[180]},{"name":"EvtOpenChannelPath","features":[180]},{"name":"EvtOpenEventMetadataEnum","features":[180]},{"name":"EvtOpenFilePath","features":[180]},{"name":"EvtOpenLog","features":[180]},{"name":"EvtOpenPublisherEnum","features":[180]},{"name":"EvtOpenPublisherMetadata","features":[180]},{"name":"EvtOpenSession","features":[180]},{"name":"EvtPublisherMetadataChannelReferenceFlags","features":[180]},{"name":"EvtPublisherMetadataChannelReferenceID","features":[180]},{"name":"EvtPublisherMetadataChannelReferenceIndex","features":[180]},{"name":"EvtPublisherMetadataChannelReferenceMessageID","features":[180]},{"name":"EvtPublisherMetadataChannelReferencePath","features":[180]},{"name":"EvtPublisherMetadataChannelReferences","features":[180]},{"name":"EvtPublisherMetadataHelpLink","features":[180]},{"name":"EvtPublisherMetadataKeywordMessageID","features":[180]},{"name":"EvtPublisherMetadataKeywordName","features":[180]},{"name":"EvtPublisherMetadataKeywordValue","features":[180]},{"name":"EvtPublisherMetadataKeywords","features":[180]},{"name":"EvtPublisherMetadataLevelMessageID","features":[180]},{"name":"EvtPublisherMetadataLevelName","features":[180]},{"name":"EvtPublisherMetadataLevelValue","features":[180]},{"name":"EvtPublisherMetadataLevels","features":[180]},{"name":"EvtPublisherMetadataMessageFilePath","features":[180]},{"name":"EvtPublisherMetadataOpcodeMessageID","features":[180]},{"name":"EvtPublisherMetadataOpcodeName","features":[180]},{"name":"EvtPublisherMetadataOpcodeValue","features":[180]},{"name":"EvtPublisherMetadataOpcodes","features":[180]},{"name":"EvtPublisherMetadataParameterFilePath","features":[180]},{"name":"EvtPublisherMetadataPropertyIdEND","features":[180]},{"name":"EvtPublisherMetadataPublisherGuid","features":[180]},{"name":"EvtPublisherMetadataPublisherMessageID","features":[180]},{"name":"EvtPublisherMetadataResourceFilePath","features":[180]},{"name":"EvtPublisherMetadataTaskEventGuid","features":[180]},{"name":"EvtPublisherMetadataTaskMessageID","features":[180]},{"name":"EvtPublisherMetadataTaskName","features":[180]},{"name":"EvtPublisherMetadataTaskValue","features":[180]},{"name":"EvtPublisherMetadataTasks","features":[180]},{"name":"EvtQuery","features":[180]},{"name":"EvtQueryChannelPath","features":[180]},{"name":"EvtQueryFilePath","features":[180]},{"name":"EvtQueryForwardDirection","features":[180]},{"name":"EvtQueryNames","features":[180]},{"name":"EvtQueryPropertyIdEND","features":[180]},{"name":"EvtQueryReverseDirection","features":[180]},{"name":"EvtQueryStatuses","features":[180]},{"name":"EvtQueryTolerateQueryErrors","features":[180]},{"name":"EvtRender","features":[1,180]},{"name":"EvtRenderBookmark","features":[180]},{"name":"EvtRenderContextSystem","features":[180]},{"name":"EvtRenderContextUser","features":[180]},{"name":"EvtRenderContextValues","features":[180]},{"name":"EvtRenderEventValues","features":[180]},{"name":"EvtRenderEventXml","features":[180]},{"name":"EvtRpcLogin","features":[180]},{"name":"EvtRpcLoginAuthDefault","features":[180]},{"name":"EvtRpcLoginAuthKerberos","features":[180]},{"name":"EvtRpcLoginAuthNTLM","features":[180]},{"name":"EvtRpcLoginAuthNegotiate","features":[180]},{"name":"EvtSaveChannelConfig","features":[1,180]},{"name":"EvtSeek","features":[1,180]},{"name":"EvtSeekOriginMask","features":[180]},{"name":"EvtSeekRelativeToBookmark","features":[180]},{"name":"EvtSeekRelativeToCurrent","features":[180]},{"name":"EvtSeekRelativeToFirst","features":[180]},{"name":"EvtSeekRelativeToLast","features":[180]},{"name":"EvtSeekStrict","features":[180]},{"name":"EvtSetChannelConfigProperty","features":[1,5,180]},{"name":"EvtSubscribe","features":[1,180]},{"name":"EvtSubscribeActionDeliver","features":[180]},{"name":"EvtSubscribeActionError","features":[180]},{"name":"EvtSubscribeOriginMask","features":[180]},{"name":"EvtSubscribeStartAfterBookmark","features":[180]},{"name":"EvtSubscribeStartAtOldestRecord","features":[180]},{"name":"EvtSubscribeStrict","features":[180]},{"name":"EvtSubscribeToFutureEvents","features":[180]},{"name":"EvtSubscribeTolerateQueryErrors","features":[180]},{"name":"EvtSystemActivityID","features":[180]},{"name":"EvtSystemChannel","features":[180]},{"name":"EvtSystemComputer","features":[180]},{"name":"EvtSystemEventID","features":[180]},{"name":"EvtSystemEventRecordId","features":[180]},{"name":"EvtSystemKeywords","features":[180]},{"name":"EvtSystemLevel","features":[180]},{"name":"EvtSystemOpcode","features":[180]},{"name":"EvtSystemProcessID","features":[180]},{"name":"EvtSystemPropertyIdEND","features":[180]},{"name":"EvtSystemProviderGuid","features":[180]},{"name":"EvtSystemProviderName","features":[180]},{"name":"EvtSystemQualifiers","features":[180]},{"name":"EvtSystemRelatedActivityID","features":[180]},{"name":"EvtSystemTask","features":[180]},{"name":"EvtSystemThreadID","features":[180]},{"name":"EvtSystemTimeCreated","features":[180]},{"name":"EvtSystemUserID","features":[180]},{"name":"EvtSystemVersion","features":[180]},{"name":"EvtUpdateBookmark","features":[1,180]},{"name":"EvtVarTypeAnsiString","features":[180]},{"name":"EvtVarTypeBinary","features":[180]},{"name":"EvtVarTypeBoolean","features":[180]},{"name":"EvtVarTypeByte","features":[180]},{"name":"EvtVarTypeDouble","features":[180]},{"name":"EvtVarTypeEvtHandle","features":[180]},{"name":"EvtVarTypeEvtXml","features":[180]},{"name":"EvtVarTypeFileTime","features":[180]},{"name":"EvtVarTypeGuid","features":[180]},{"name":"EvtVarTypeHexInt32","features":[180]},{"name":"EvtVarTypeHexInt64","features":[180]},{"name":"EvtVarTypeInt16","features":[180]},{"name":"EvtVarTypeInt32","features":[180]},{"name":"EvtVarTypeInt64","features":[180]},{"name":"EvtVarTypeNull","features":[180]},{"name":"EvtVarTypeSByte","features":[180]},{"name":"EvtVarTypeSid","features":[180]},{"name":"EvtVarTypeSingle","features":[180]},{"name":"EvtVarTypeSizeT","features":[180]},{"name":"EvtVarTypeString","features":[180]},{"name":"EvtVarTypeSysTime","features":[180]},{"name":"EvtVarTypeUInt16","features":[180]},{"name":"EvtVarTypeUInt32","features":[180]},{"name":"EvtVarTypeUInt64","features":[180]},{"name":"GetEventLogInformation","features":[1,180]},{"name":"GetNumberOfEventLogRecords","features":[1,180]},{"name":"GetOldestEventLogRecord","features":[1,180]},{"name":"NotifyChangeEventLog","features":[1,180]},{"name":"OpenBackupEventLogA","features":[1,180]},{"name":"OpenBackupEventLogW","features":[1,180]},{"name":"OpenEventLogA","features":[1,180]},{"name":"OpenEventLogW","features":[1,180]},{"name":"READ_EVENT_LOG_READ_FLAGS","features":[180]},{"name":"REPORT_EVENT_TYPE","features":[180]},{"name":"ReadEventLogA","features":[1,180]},{"name":"ReadEventLogW","features":[1,180]},{"name":"RegisterEventSourceA","features":[1,180]},{"name":"RegisterEventSourceW","features":[1,180]},{"name":"ReportEventA","features":[1,5,180]},{"name":"ReportEventW","features":[1,5,180]}],"574":[{"name":"CONNECTION_AOL","features":[181]},{"name":"CONNECTION_LAN","features":[181]},{"name":"CONNECTION_WAN","features":[181]},{"name":"ISensLogon","features":[181]},{"name":"ISensLogon2","features":[181]},{"name":"ISensNetwork","features":[181]},{"name":"ISensOnNow","features":[181]},{"name":"IsDestinationReachableA","features":[1,181]},{"name":"IsDestinationReachableW","features":[1,181]},{"name":"IsNetworkAlive","features":[1,181]},{"name":"NETWORK_ALIVE_AOL","features":[181]},{"name":"NETWORK_ALIVE_INTERNET","features":[181]},{"name":"NETWORK_ALIVE_LAN","features":[181]},{"name":"NETWORK_ALIVE_WAN","features":[181]},{"name":"QOCINFO","features":[181]},{"name":"SENS","features":[181]},{"name":"SENSGUID_EVENTCLASS_LOGON","features":[181]},{"name":"SENSGUID_EVENTCLASS_LOGON2","features":[181]},{"name":"SENSGUID_EVENTCLASS_NETWORK","features":[181]},{"name":"SENSGUID_EVENTCLASS_ONNOW","features":[181]},{"name":"SENSGUID_PUBLISHER","features":[181]},{"name":"SENSGUID_SUBSCRIBER_LCE","features":[181]},{"name":"SENSGUID_SUBSCRIBER_WININET","features":[181]},{"name":"SENS_CONNECTION_TYPE","features":[181]},{"name":"SENS_QOCINFO","features":[181]}],"575":[{"name":"ABSENT","features":[182]},{"name":"ADMXCOMMENTS_EXTENSION_GUID","features":[182]},{"name":"APPNAME","features":[182]},{"name":"APPSTATE","features":[182]},{"name":"ASSIGNED","features":[182]},{"name":"BrowseForGPO","features":[1,182]},{"name":"CLSID_GPESnapIn","features":[182]},{"name":"CLSID_GroupPolicyObject","features":[182]},{"name":"CLSID_RSOPSnapIn","features":[182]},{"name":"COMCLASS","features":[182]},{"name":"CommandLineFromMsiDescriptor","features":[182]},{"name":"CreateGPOLink","features":[1,182]},{"name":"DeleteAllGPOLinks","features":[182]},{"name":"DeleteGPOLink","features":[182]},{"name":"EnterCriticalPolicySection","features":[1,182]},{"name":"ExportRSoPData","features":[182]},{"name":"FILEEXT","features":[182]},{"name":"FLAG_ASSUME_COMP_WQLFILTER_TRUE","features":[182]},{"name":"FLAG_ASSUME_SLOW_LINK","features":[182]},{"name":"FLAG_ASSUME_USER_WQLFILTER_TRUE","features":[182]},{"name":"FLAG_FORCE_CREATENAMESPACE","features":[182]},{"name":"FLAG_LOOPBACK_MERGE","features":[182]},{"name":"FLAG_LOOPBACK_REPLACE","features":[182]},{"name":"FLAG_NO_COMPUTER","features":[182]},{"name":"FLAG_NO_CSE_INVOKE","features":[182]},{"name":"FLAG_NO_GPO_FILTER","features":[182]},{"name":"FLAG_NO_USER","features":[182]},{"name":"FLAG_PLANNING_MODE","features":[182]},{"name":"FreeGPOListA","features":[1,182]},{"name":"FreeGPOListW","features":[1,182]},{"name":"GPC_BLOCK_POLICY","features":[182]},{"name":"GPHintDomain","features":[182]},{"name":"GPHintMachine","features":[182]},{"name":"GPHintOrganizationalUnit","features":[182]},{"name":"GPHintSite","features":[182]},{"name":"GPHintUnknown","features":[182]},{"name":"GPLinkDomain","features":[182]},{"name":"GPLinkMachine","features":[182]},{"name":"GPLinkOrganizationalUnit","features":[182]},{"name":"GPLinkSite","features":[182]},{"name":"GPLinkUnknown","features":[182]},{"name":"GPM","features":[182]},{"name":"GPMAsyncCancel","features":[182]},{"name":"GPMBackup","features":[182]},{"name":"GPMBackupCollection","features":[182]},{"name":"GPMBackupDir","features":[182]},{"name":"GPMBackupDirEx","features":[182]},{"name":"GPMBackupType","features":[182]},{"name":"GPMCSECollection","features":[182]},{"name":"GPMClientSideExtension","features":[182]},{"name":"GPMConstants","features":[182]},{"name":"GPMDestinationOption","features":[182]},{"name":"GPMDomain","features":[182]},{"name":"GPMEntryType","features":[182]},{"name":"GPMGPO","features":[182]},{"name":"GPMGPOCollection","features":[182]},{"name":"GPMGPOLink","features":[182]},{"name":"GPMGPOLinksCollection","features":[182]},{"name":"GPMMapEntry","features":[182]},{"name":"GPMMapEntryCollection","features":[182]},{"name":"GPMMigrationTable","features":[182]},{"name":"GPMPermission","features":[182]},{"name":"GPMPermissionType","features":[182]},{"name":"GPMRSOP","features":[182]},{"name":"GPMRSOPMode","features":[182]},{"name":"GPMReportType","features":[182]},{"name":"GPMReportingOptions","features":[182]},{"name":"GPMResult","features":[182]},{"name":"GPMSOM","features":[182]},{"name":"GPMSOMCollection","features":[182]},{"name":"GPMSOMType","features":[182]},{"name":"GPMSearchCriteria","features":[182]},{"name":"GPMSearchOperation","features":[182]},{"name":"GPMSearchProperty","features":[182]},{"name":"GPMSecurityInfo","features":[182]},{"name":"GPMSitesContainer","features":[182]},{"name":"GPMStarterGPOBackup","features":[182]},{"name":"GPMStarterGPOBackupCollection","features":[182]},{"name":"GPMStarterGPOCollection","features":[182]},{"name":"GPMStarterGPOType","features":[182]},{"name":"GPMStatusMessage","features":[182]},{"name":"GPMStatusMsgCollection","features":[182]},{"name":"GPMTemplate","features":[182]},{"name":"GPMTrustee","features":[182]},{"name":"GPMWMIFilter","features":[182]},{"name":"GPMWMIFilterCollection","features":[182]},{"name":"GPM_DONOTUSE_W2KDC","features":[182]},{"name":"GPM_DONOT_VALIDATEDC","features":[182]},{"name":"GPM_MIGRATIONTABLE_ONLY","features":[182]},{"name":"GPM_PROCESS_SECURITY","features":[182]},{"name":"GPM_USE_ANYDC","features":[182]},{"name":"GPM_USE_PDC","features":[182]},{"name":"GPOBROWSEINFO","features":[1,182]},{"name":"GPOTypeDS","features":[182]},{"name":"GPOTypeLocal","features":[182]},{"name":"GPOTypeLocalGroup","features":[182]},{"name":"GPOTypeLocalUser","features":[182]},{"name":"GPOTypeRemote","features":[182]},{"name":"GPO_BROWSE_DISABLENEW","features":[182]},{"name":"GPO_BROWSE_INITTOALL","features":[182]},{"name":"GPO_BROWSE_NOCOMPUTERS","features":[182]},{"name":"GPO_BROWSE_NODSGPOS","features":[182]},{"name":"GPO_BROWSE_NOUSERGPOS","features":[182]},{"name":"GPO_BROWSE_OPENBUTTON","features":[182]},{"name":"GPO_BROWSE_SENDAPPLYONEDIT","features":[182]},{"name":"GPO_FLAG_DISABLE","features":[182]},{"name":"GPO_FLAG_FORCE","features":[182]},{"name":"GPO_INFO_FLAG_ASYNC_FOREGROUND","features":[182]},{"name":"GPO_INFO_FLAG_BACKGROUND","features":[182]},{"name":"GPO_INFO_FLAG_FORCED_REFRESH","features":[182]},{"name":"GPO_INFO_FLAG_LINKTRANSITION","features":[182]},{"name":"GPO_INFO_FLAG_LOGRSOP_TRANSITION","features":[182]},{"name":"GPO_INFO_FLAG_MACHINE","features":[182]},{"name":"GPO_INFO_FLAG_NOCHANGES","features":[182]},{"name":"GPO_INFO_FLAG_SAFEMODE_BOOT","features":[182]},{"name":"GPO_INFO_FLAG_SLOWLINK","features":[182]},{"name":"GPO_INFO_FLAG_VERBOSE","features":[182]},{"name":"GPO_LINK","features":[182]},{"name":"GPO_LIST_FLAG_MACHINE","features":[182]},{"name":"GPO_LIST_FLAG_NO_SECURITYFILTERS","features":[182]},{"name":"GPO_LIST_FLAG_NO_WMIFILTERS","features":[182]},{"name":"GPO_LIST_FLAG_SITEONLY","features":[182]},{"name":"GPO_OPEN_FLAGS","features":[182]},{"name":"GPO_OPEN_LOAD_REGISTRY","features":[182]},{"name":"GPO_OPEN_READ_ONLY","features":[182]},{"name":"GPO_OPTIONS","features":[182]},{"name":"GPO_OPTION_DISABLE_MACHINE","features":[182]},{"name":"GPO_OPTION_DISABLE_USER","features":[182]},{"name":"GPO_SECTION","features":[182]},{"name":"GPO_SECTION_MACHINE","features":[182]},{"name":"GPO_SECTION_ROOT","features":[182]},{"name":"GPO_SECTION_USER","features":[182]},{"name":"GP_DLLNAME","features":[182]},{"name":"GP_ENABLEASYNCHRONOUSPROCESSING","features":[182]},{"name":"GP_MAXNOGPOLISTCHANGESINTERVAL","features":[182]},{"name":"GP_NOBACKGROUNDPOLICY","features":[182]},{"name":"GP_NOGPOLISTCHANGES","features":[182]},{"name":"GP_NOMACHINEPOLICY","features":[182]},{"name":"GP_NOSLOWLINK","features":[182]},{"name":"GP_NOTIFYLINKTRANSITION","features":[182]},{"name":"GP_NOUSERPOLICY","features":[182]},{"name":"GP_PERUSERLOCALSETTINGS","features":[182]},{"name":"GP_PROCESSGROUPPOLICY","features":[182]},{"name":"GP_REQUIRESSUCCESSFULREGISTRY","features":[182]},{"name":"GROUP_POLICY_HINT_TYPE","features":[182]},{"name":"GROUP_POLICY_OBJECTA","features":[1,182]},{"name":"GROUP_POLICY_OBJECTW","features":[1,182]},{"name":"GROUP_POLICY_OBJECT_TYPE","features":[182]},{"name":"GROUP_POLICY_TRIGGER_EVENT_PROVIDER_GUID","features":[182]},{"name":"GenerateGPNotification","features":[1,182]},{"name":"GetAppliedGPOListA","features":[1,5,182]},{"name":"GetAppliedGPOListW","features":[1,5,182]},{"name":"GetGPOListA","features":[1,182]},{"name":"GetGPOListW","features":[1,182]},{"name":"GetLocalManagedApplicationData","features":[182]},{"name":"GetLocalManagedApplications","features":[1,182]},{"name":"GetManagedApplicationCategories","features":[182,116]},{"name":"GetManagedApplications","features":[1,182]},{"name":"IGPEInformation","features":[182]},{"name":"IGPM","features":[182]},{"name":"IGPM2","features":[182]},{"name":"IGPMAsyncCancel","features":[182]},{"name":"IGPMAsyncProgress","features":[182]},{"name":"IGPMBackup","features":[182]},{"name":"IGPMBackupCollection","features":[182]},{"name":"IGPMBackupDir","features":[182]},{"name":"IGPMBackupDirEx","features":[182]},{"name":"IGPMCSECollection","features":[182]},{"name":"IGPMClientSideExtension","features":[182]},{"name":"IGPMConstants","features":[182]},{"name":"IGPMConstants2","features":[182]},{"name":"IGPMDomain","features":[182]},{"name":"IGPMDomain2","features":[182]},{"name":"IGPMDomain3","features":[182]},{"name":"IGPMGPO","features":[182]},{"name":"IGPMGPO2","features":[182]},{"name":"IGPMGPO3","features":[182]},{"name":"IGPMGPOCollection","features":[182]},{"name":"IGPMGPOLink","features":[182]},{"name":"IGPMGPOLinksCollection","features":[182]},{"name":"IGPMMapEntry","features":[182]},{"name":"IGPMMapEntryCollection","features":[182]},{"name":"IGPMMigrationTable","features":[182]},{"name":"IGPMPermission","features":[182]},{"name":"IGPMRSOP","features":[182]},{"name":"IGPMResult","features":[182]},{"name":"IGPMSOM","features":[182]},{"name":"IGPMSOMCollection","features":[182]},{"name":"IGPMSearchCriteria","features":[182]},{"name":"IGPMSecurityInfo","features":[182]},{"name":"IGPMSitesContainer","features":[182]},{"name":"IGPMStarterGPO","features":[182]},{"name":"IGPMStarterGPOBackup","features":[182]},{"name":"IGPMStarterGPOBackupCollection","features":[182]},{"name":"IGPMStarterGPOCollection","features":[182]},{"name":"IGPMStatusMessage","features":[182]},{"name":"IGPMStatusMsgCollection","features":[182]},{"name":"IGPMTrustee","features":[182]},{"name":"IGPMWMIFilter","features":[182]},{"name":"IGPMWMIFilterCollection","features":[182]},{"name":"IGroupPolicyObject","features":[182]},{"name":"INSTALLDATA","features":[182]},{"name":"INSTALLSPEC","features":[182]},{"name":"INSTALLSPECTYPE","features":[182]},{"name":"IRSOPInformation","features":[182]},{"name":"ImportRSoPData","features":[182]},{"name":"InstallApplication","features":[182]},{"name":"LOCALMANAGEDAPPLICATION","features":[182]},{"name":"LOCALSTATE_ASSIGNED","features":[182]},{"name":"LOCALSTATE_ORPHANED","features":[182]},{"name":"LOCALSTATE_POLICYREMOVE_ORPHAN","features":[182]},{"name":"LOCALSTATE_POLICYREMOVE_UNINSTALL","features":[182]},{"name":"LOCALSTATE_PUBLISHED","features":[182]},{"name":"LOCALSTATE_UNINSTALLED","features":[182]},{"name":"LOCALSTATE_UNINSTALL_UNMANAGED","features":[182]},{"name":"LeaveCriticalPolicySection","features":[1,182]},{"name":"MACHINE_POLICY_PRESENT_TRIGGER_GUID","features":[182]},{"name":"MANAGEDAPPLICATION","features":[1,182]},{"name":"MANAGED_APPS_FROMCATEGORY","features":[182]},{"name":"MANAGED_APPS_INFOLEVEL_DEFAULT","features":[182]},{"name":"MANAGED_APPS_USERAPPLICATIONS","features":[182]},{"name":"MANAGED_APPTYPE_SETUPEXE","features":[182]},{"name":"MANAGED_APPTYPE_UNSUPPORTED","features":[182]},{"name":"MANAGED_APPTYPE_WINDOWSINSTALLER","features":[182]},{"name":"NODEID_Machine","features":[182]},{"name":"NODEID_MachineSWSettings","features":[182]},{"name":"NODEID_RSOPMachine","features":[182]},{"name":"NODEID_RSOPMachineSWSettings","features":[182]},{"name":"NODEID_RSOPUser","features":[182]},{"name":"NODEID_RSOPUserSWSettings","features":[182]},{"name":"NODEID_User","features":[182]},{"name":"NODEID_UserSWSettings","features":[182]},{"name":"PFNGENERATEGROUPPOLICY","features":[1,43,182]},{"name":"PFNPROCESSGROUPPOLICY","features":[1,182,54]},{"name":"PFNPROCESSGROUPPOLICYEX","features":[1,182,54]},{"name":"PFNSTATUSMESSAGECALLBACK","features":[1,182]},{"name":"PI_APPLYPOLICY","features":[182]},{"name":"PI_NOUI","features":[182]},{"name":"POLICYSETTINGSTATUSINFO","features":[1,182]},{"name":"PROGID","features":[182]},{"name":"PT_MANDATORY","features":[182]},{"name":"PT_ROAMING","features":[182]},{"name":"PT_ROAMING_PREEXISTING","features":[182]},{"name":"PT_TEMPORARY","features":[182]},{"name":"PUBLISHED","features":[182]},{"name":"ProcessGroupPolicyCompleted","features":[182]},{"name":"ProcessGroupPolicyCompletedEx","features":[182]},{"name":"REGISTRY_EXTENSION_GUID","features":[182]},{"name":"RP_FORCE","features":[182]},{"name":"RP_SYNC","features":[182]},{"name":"RSOPApplied","features":[182]},{"name":"RSOPFailed","features":[182]},{"name":"RSOPIgnored","features":[182]},{"name":"RSOPSubsettingFailed","features":[182]},{"name":"RSOPUnspecified","features":[182]},{"name":"RSOP_COMPUTER_ACCESS_DENIED","features":[182]},{"name":"RSOP_INFO_FLAG_DIAGNOSTIC_MODE","features":[182]},{"name":"RSOP_NO_COMPUTER","features":[182]},{"name":"RSOP_NO_USER","features":[182]},{"name":"RSOP_PLANNING_ASSUME_COMP_WQLFILTER_TRUE","features":[182]},{"name":"RSOP_PLANNING_ASSUME_LOOPBACK_MERGE","features":[182]},{"name":"RSOP_PLANNING_ASSUME_LOOPBACK_REPLACE","features":[182]},{"name":"RSOP_PLANNING_ASSUME_SLOW_LINK","features":[182]},{"name":"RSOP_PLANNING_ASSUME_USER_WQLFILTER_TRUE","features":[182]},{"name":"RSOP_TARGET","features":[1,43,182]},{"name":"RSOP_TEMPNAMESPACE_EXISTS","features":[182]},{"name":"RSOP_USER_ACCESS_DENIED","features":[182]},{"name":"RefreshPolicy","features":[1,182]},{"name":"RefreshPolicyEx","features":[1,182]},{"name":"RegisterGPNotification","features":[1,182]},{"name":"RsopAccessCheckByType","features":[1,5,182]},{"name":"RsopFileAccessCheck","features":[1,182]},{"name":"RsopResetPolicySettingStatus","features":[182]},{"name":"RsopSetPolicySettingStatus","features":[1,182]},{"name":"SETTINGSTATUS","features":[182]},{"name":"USER_POLICY_PRESENT_TRIGGER_GUID","features":[182]},{"name":"UninstallApplication","features":[182]},{"name":"UnregisterGPNotification","features":[1,182]},{"name":"backupMostRecent","features":[182]},{"name":"gpoComputerExtensions","features":[182]},{"name":"gpoDisplayName","features":[182]},{"name":"gpoDomain","features":[182]},{"name":"gpoEffectivePermissions","features":[182]},{"name":"gpoID","features":[182]},{"name":"gpoPermissions","features":[182]},{"name":"gpoUserExtensions","features":[182]},{"name":"gpoWMIFilter","features":[182]},{"name":"opContains","features":[182]},{"name":"opDestinationByRelativeName","features":[182]},{"name":"opDestinationNone","features":[182]},{"name":"opDestinationSameAsSource","features":[182]},{"name":"opDestinationSet","features":[182]},{"name":"opEquals","features":[182]},{"name":"opNotContains","features":[182]},{"name":"opNotEquals","features":[182]},{"name":"opReportComments","features":[182]},{"name":"opReportLegacy","features":[182]},{"name":"permGPOApply","features":[182]},{"name":"permGPOCustom","features":[182]},{"name":"permGPOEdit","features":[182]},{"name":"permGPOEditSecurityAndDelete","features":[182]},{"name":"permGPORead","features":[182]},{"name":"permSOMGPOCreate","features":[182]},{"name":"permSOMLink","features":[182]},{"name":"permSOMLogging","features":[182]},{"name":"permSOMPlanning","features":[182]},{"name":"permSOMStarterGPOCreate","features":[182]},{"name":"permSOMWMICreate","features":[182]},{"name":"permSOMWMIFullControl","features":[182]},{"name":"permStarterGPOCustom","features":[182]},{"name":"permStarterGPOEdit","features":[182]},{"name":"permStarterGPOFullControl","features":[182]},{"name":"permStarterGPORead","features":[182]},{"name":"permWMIFilterCustom","features":[182]},{"name":"permWMIFilterEdit","features":[182]},{"name":"permWMIFilterFullControl","features":[182]},{"name":"repClientHealthRefreshXML","features":[182]},{"name":"repClientHealthXML","features":[182]},{"name":"repHTML","features":[182]},{"name":"repInfraRefreshXML","features":[182]},{"name":"repInfraXML","features":[182]},{"name":"repXML","features":[182]},{"name":"rsopLogging","features":[182]},{"name":"rsopPlanning","features":[182]},{"name":"rsopUnknown","features":[182]},{"name":"somDomain","features":[182]},{"name":"somLinks","features":[182]},{"name":"somOU","features":[182]},{"name":"somSite","features":[182]},{"name":"starterGPODisplayName","features":[182]},{"name":"starterGPODomain","features":[182]},{"name":"starterGPOEffectivePermissions","features":[182]},{"name":"starterGPOID","features":[182]},{"name":"starterGPOPermissions","features":[182]},{"name":"typeComputer","features":[182]},{"name":"typeCustom","features":[182]},{"name":"typeGPO","features":[182]},{"name":"typeGlobalGroup","features":[182]},{"name":"typeLocalGroup","features":[182]},{"name":"typeStarterGPO","features":[182]},{"name":"typeSystem","features":[182]},{"name":"typeUNCPath","features":[182]},{"name":"typeUniversalGroup","features":[182]},{"name":"typeUnknown","features":[182]},{"name":"typeUser","features":[182]}],"576":[{"name":"HCS_CALLBACK","features":[183]}],"577":[{"name":"HCN_NOTIFICATIONS","features":[184]},{"name":"HCN_NOTIFICATION_CALLBACK","features":[184]},{"name":"HCN_PORT_ACCESS","features":[184]},{"name":"HCN_PORT_ACCESS_EXCLUSIVE","features":[184]},{"name":"HCN_PORT_ACCESS_SHARED","features":[184]},{"name":"HCN_PORT_PROTOCOL","features":[184]},{"name":"HCN_PORT_PROTOCOL_BOTH","features":[184]},{"name":"HCN_PORT_PROTOCOL_TCP","features":[184]},{"name":"HCN_PORT_PROTOCOL_UDP","features":[184]},{"name":"HCN_PORT_RANGE_ENTRY","features":[184]},{"name":"HCN_PORT_RANGE_RESERVATION","features":[184]},{"name":"HcnCloseEndpoint","features":[184]},{"name":"HcnCloseGuestNetworkService","features":[184]},{"name":"HcnCloseLoadBalancer","features":[184]},{"name":"HcnCloseNamespace","features":[184]},{"name":"HcnCloseNetwork","features":[184]},{"name":"HcnCreateEndpoint","features":[184]},{"name":"HcnCreateGuestNetworkService","features":[184]},{"name":"HcnCreateLoadBalancer","features":[184]},{"name":"HcnCreateNamespace","features":[184]},{"name":"HcnCreateNetwork","features":[184]},{"name":"HcnDeleteEndpoint","features":[184]},{"name":"HcnDeleteGuestNetworkService","features":[184]},{"name":"HcnDeleteLoadBalancer","features":[184]},{"name":"HcnDeleteNamespace","features":[184]},{"name":"HcnDeleteNetwork","features":[184]},{"name":"HcnEnumerateEndpoints","features":[184]},{"name":"HcnEnumerateGuestNetworkPortReservations","features":[184]},{"name":"HcnEnumerateLoadBalancers","features":[184]},{"name":"HcnEnumerateNamespaces","features":[184]},{"name":"HcnEnumerateNetworks","features":[184]},{"name":"HcnFreeGuestNetworkPortReservations","features":[184]},{"name":"HcnModifyEndpoint","features":[184]},{"name":"HcnModifyGuestNetworkService","features":[184]},{"name":"HcnModifyLoadBalancer","features":[184]},{"name":"HcnModifyNamespace","features":[184]},{"name":"HcnModifyNetwork","features":[184]},{"name":"HcnNotificationFlagsReserved","features":[184]},{"name":"HcnNotificationGuestNetworkServiceCreate","features":[184]},{"name":"HcnNotificationGuestNetworkServiceDelete","features":[184]},{"name":"HcnNotificationGuestNetworkServiceInterfaceStateChanged","features":[184]},{"name":"HcnNotificationGuestNetworkServiceStateChanged","features":[184]},{"name":"HcnNotificationInvalid","features":[184]},{"name":"HcnNotificationNamespaceCreate","features":[184]},{"name":"HcnNotificationNamespaceDelete","features":[184]},{"name":"HcnNotificationNetworkCreate","features":[184]},{"name":"HcnNotificationNetworkDelete","features":[184]},{"name":"HcnNotificationNetworkEndpointAttached","features":[184]},{"name":"HcnNotificationNetworkEndpointDetached","features":[184]},{"name":"HcnNotificationNetworkPreCreate","features":[184]},{"name":"HcnNotificationNetworkPreDelete","features":[184]},{"name":"HcnNotificationServiceDisconnect","features":[184]},{"name":"HcnOpenEndpoint","features":[184]},{"name":"HcnOpenLoadBalancer","features":[184]},{"name":"HcnOpenNamespace","features":[184]},{"name":"HcnOpenNetwork","features":[184]},{"name":"HcnQueryEndpointAddresses","features":[184]},{"name":"HcnQueryEndpointProperties","features":[184]},{"name":"HcnQueryEndpointStats","features":[184]},{"name":"HcnQueryLoadBalancerProperties","features":[184]},{"name":"HcnQueryNamespaceProperties","features":[184]},{"name":"HcnQueryNetworkProperties","features":[184]},{"name":"HcnRegisterGuestNetworkServiceCallback","features":[184]},{"name":"HcnRegisterServiceCallback","features":[184]},{"name":"HcnReleaseGuestNetworkServicePortReservationHandle","features":[1,184]},{"name":"HcnReserveGuestNetworkServicePort","features":[1,184]},{"name":"HcnReserveGuestNetworkServicePortRange","features":[1,184]},{"name":"HcnUnregisterGuestNetworkServiceCallback","features":[184]},{"name":"HcnUnregisterServiceCallback","features":[184]}],"578":[{"name":"HCS_CREATE_OPTIONS","features":[185]},{"name":"HCS_CREATE_OPTIONS_1","features":[1,5,185]},{"name":"HCS_EVENT","features":[185]},{"name":"HCS_EVENT_CALLBACK","features":[185]},{"name":"HCS_EVENT_OPTIONS","features":[185]},{"name":"HCS_EVENT_TYPE","features":[185]},{"name":"HCS_NOTIFICATIONS","features":[185]},{"name":"HCS_NOTIFICATION_CALLBACK","features":[185]},{"name":"HCS_NOTIFICATION_FLAGS","features":[185]},{"name":"HCS_OPERATION","features":[185]},{"name":"HCS_OPERATION_COMPLETION","features":[185]},{"name":"HCS_OPERATION_OPTIONS","features":[185]},{"name":"HCS_OPERATION_TYPE","features":[185]},{"name":"HCS_PROCESS","features":[185]},{"name":"HCS_PROCESS_INFORMATION","features":[1,185]},{"name":"HCS_RESOURCE_TYPE","features":[185]},{"name":"HCS_SYSTEM","features":[185]},{"name":"HcsAddResourceToOperation","features":[1,185]},{"name":"HcsAttachLayerStorageFilter","features":[185]},{"name":"HcsCancelOperation","features":[185]},{"name":"HcsCloseComputeSystem","features":[185]},{"name":"HcsCloseOperation","features":[185]},{"name":"HcsCloseProcess","features":[185]},{"name":"HcsCrashComputeSystem","features":[185]},{"name":"HcsCreateComputeSystem","features":[5,185]},{"name":"HcsCreateComputeSystemInNamespace","features":[185]},{"name":"HcsCreateEmptyGuestStateFile","features":[185]},{"name":"HcsCreateEmptyRuntimeStateFile","features":[185]},{"name":"HcsCreateOperation","features":[185]},{"name":"HcsCreateOperationWithNotifications","features":[185]},{"name":"HcsCreateOptions_1","features":[185]},{"name":"HcsCreateProcess","features":[5,185]},{"name":"HcsDestroyLayer","features":[185]},{"name":"HcsDetachLayerStorageFilter","features":[185]},{"name":"HcsEnumerateComputeSystems","features":[185]},{"name":"HcsEnumerateComputeSystemsInNamespace","features":[185]},{"name":"HcsEventGroupOperationInfo","features":[185]},{"name":"HcsEventGroupVmLifecycle","features":[185]},{"name":"HcsEventInvalid","features":[185]},{"name":"HcsEventOperationCallback","features":[185]},{"name":"HcsEventOptionEnableOperationCallbacks","features":[185]},{"name":"HcsEventOptionEnableVmLifecycle","features":[185]},{"name":"HcsEventOptionNone","features":[185]},{"name":"HcsEventProcessExited","features":[185]},{"name":"HcsEventServiceDisconnect","features":[185]},{"name":"HcsEventSystemCrashInitiated","features":[185]},{"name":"HcsEventSystemCrashReport","features":[185]},{"name":"HcsEventSystemExited","features":[185]},{"name":"HcsEventSystemGuestConnectionClosed","features":[185]},{"name":"HcsEventSystemRdpEnhancedModeStateChanged","features":[185]},{"name":"HcsEventSystemSiloJobCreated","features":[185]},{"name":"HcsExportLayer","features":[185]},{"name":"HcsExportLegacyWritableLayer","features":[185]},{"name":"HcsFormatWritableLayerVhd","features":[1,185]},{"name":"HcsGetComputeSystemFromOperation","features":[185]},{"name":"HcsGetComputeSystemProperties","features":[185]},{"name":"HcsGetLayerVhdMountPath","features":[1,185]},{"name":"HcsGetOperationContext","features":[185]},{"name":"HcsGetOperationId","features":[185]},{"name":"HcsGetOperationResult","features":[185]},{"name":"HcsGetOperationResultAndProcessInfo","features":[1,185]},{"name":"HcsGetOperationType","features":[185]},{"name":"HcsGetProcessFromOperation","features":[185]},{"name":"HcsGetProcessInfo","features":[185]},{"name":"HcsGetProcessProperties","features":[185]},{"name":"HcsGetProcessorCompatibilityFromSavedState","features":[185]},{"name":"HcsGetServiceProperties","features":[185]},{"name":"HcsGrantVmAccess","features":[185]},{"name":"HcsGrantVmGroupAccess","features":[185]},{"name":"HcsImportLayer","features":[185]},{"name":"HcsInitializeLegacyWritableLayer","features":[185]},{"name":"HcsInitializeWritableLayer","features":[185]},{"name":"HcsModifyComputeSystem","features":[1,185]},{"name":"HcsModifyProcess","features":[185]},{"name":"HcsModifyServiceSettings","features":[185]},{"name":"HcsNotificationFlagFailure","features":[185]},{"name":"HcsNotificationFlagSuccess","features":[185]},{"name":"HcsNotificationFlagsReserved","features":[185]},{"name":"HcsNotificationInvalid","features":[185]},{"name":"HcsNotificationOperationProgressUpdate","features":[185]},{"name":"HcsNotificationProcessExited","features":[185]},{"name":"HcsNotificationServiceDisconnect","features":[185]},{"name":"HcsNotificationSystemCrashInitiated","features":[185]},{"name":"HcsNotificationSystemCrashReport","features":[185]},{"name":"HcsNotificationSystemCreateCompleted","features":[185]},{"name":"HcsNotificationSystemExited","features":[185]},{"name":"HcsNotificationSystemGetPropertiesCompleted","features":[185]},{"name":"HcsNotificationSystemGuestConnectionClosed","features":[185]},{"name":"HcsNotificationSystemModifyCompleted","features":[185]},{"name":"HcsNotificationSystemOperationCompletion","features":[185]},{"name":"HcsNotificationSystemPassThru","features":[185]},{"name":"HcsNotificationSystemPauseCompleted","features":[185]},{"name":"HcsNotificationSystemRdpEnhancedModeStateChanged","features":[185]},{"name":"HcsNotificationSystemResumeCompleted","features":[185]},{"name":"HcsNotificationSystemSaveCompleted","features":[185]},{"name":"HcsNotificationSystemShutdownCompleted","features":[185]},{"name":"HcsNotificationSystemShutdownFailed","features":[185]},{"name":"HcsNotificationSystemSiloJobCreated","features":[185]},{"name":"HcsNotificationSystemStartCompleted","features":[185]},{"name":"HcsOpenComputeSystem","features":[185]},{"name":"HcsOpenComputeSystemInNamespace","features":[185]},{"name":"HcsOpenProcess","features":[185]},{"name":"HcsOperationOptionNone","features":[185]},{"name":"HcsOperationOptionProgressUpdate","features":[185]},{"name":"HcsOperationTypeCrash","features":[185]},{"name":"HcsOperationTypeCreate","features":[185]},{"name":"HcsOperationTypeCreateProcess","features":[185]},{"name":"HcsOperationTypeEnumerate","features":[185]},{"name":"HcsOperationTypeGetProcessInfo","features":[185]},{"name":"HcsOperationTypeGetProcessProperties","features":[185]},{"name":"HcsOperationTypeGetProperties","features":[185]},{"name":"HcsOperationTypeModify","features":[185]},{"name":"HcsOperationTypeModifyProcess","features":[185]},{"name":"HcsOperationTypeNone","features":[185]},{"name":"HcsOperationTypePause","features":[185]},{"name":"HcsOperationTypeResume","features":[185]},{"name":"HcsOperationTypeSave","features":[185]},{"name":"HcsOperationTypeShutdown","features":[185]},{"name":"HcsOperationTypeSignalProcess","features":[185]},{"name":"HcsOperationTypeStart","features":[185]},{"name":"HcsOperationTypeTerminate","features":[185]},{"name":"HcsPauseComputeSystem","features":[185]},{"name":"HcsResourceTypeFile","features":[185]},{"name":"HcsResourceTypeJob","features":[185]},{"name":"HcsResourceTypeNone","features":[185]},{"name":"HcsResumeComputeSystem","features":[185]},{"name":"HcsRevokeVmAccess","features":[185]},{"name":"HcsRevokeVmGroupAccess","features":[185]},{"name":"HcsSaveComputeSystem","features":[185]},{"name":"HcsSetComputeSystemCallback","features":[185]},{"name":"HcsSetOperationCallback","features":[185]},{"name":"HcsSetOperationContext","features":[185]},{"name":"HcsSetProcessCallback","features":[185]},{"name":"HcsSetupBaseOSLayer","features":[1,185]},{"name":"HcsSetupBaseOSVolume","features":[185]},{"name":"HcsShutDownComputeSystem","features":[185]},{"name":"HcsSignalProcess","features":[185]},{"name":"HcsStartComputeSystem","features":[185]},{"name":"HcsSubmitWerReport","features":[185]},{"name":"HcsTerminateComputeSystem","features":[185]},{"name":"HcsTerminateProcess","features":[185]},{"name":"HcsWaitForComputeSystemExit","features":[185]},{"name":"HcsWaitForOperationResult","features":[185]},{"name":"HcsWaitForOperationResultAndProcessInfo","features":[1,185]},{"name":"HcsWaitForProcessExit","features":[185]}],"579":[{"name":"ARM64_RegisterActlrEl1","features":[186]},{"name":"ARM64_RegisterAmairEl1","features":[186]},{"name":"ARM64_RegisterCntkctlEl1","features":[186]},{"name":"ARM64_RegisterCntvCtlEl0","features":[186]},{"name":"ARM64_RegisterCntvCvalEl0","features":[186]},{"name":"ARM64_RegisterContextIdrEl1","features":[186]},{"name":"ARM64_RegisterCpacrEl1","features":[186]},{"name":"ARM64_RegisterCpsr","features":[186]},{"name":"ARM64_RegisterCsselrEl1","features":[186]},{"name":"ARM64_RegisterElrEl1","features":[186]},{"name":"ARM64_RegisterEsrEl1","features":[186]},{"name":"ARM64_RegisterFarEl1","features":[186]},{"name":"ARM64_RegisterFpControl","features":[186]},{"name":"ARM64_RegisterFpStatus","features":[186]},{"name":"ARM64_RegisterMairEl1","features":[186]},{"name":"ARM64_RegisterMax","features":[186]},{"name":"ARM64_RegisterParEl1","features":[186]},{"name":"ARM64_RegisterPc","features":[186]},{"name":"ARM64_RegisterQ0","features":[186]},{"name":"ARM64_RegisterQ1","features":[186]},{"name":"ARM64_RegisterQ10","features":[186]},{"name":"ARM64_RegisterQ11","features":[186]},{"name":"ARM64_RegisterQ12","features":[186]},{"name":"ARM64_RegisterQ13","features":[186]},{"name":"ARM64_RegisterQ14","features":[186]},{"name":"ARM64_RegisterQ15","features":[186]},{"name":"ARM64_RegisterQ16","features":[186]},{"name":"ARM64_RegisterQ17","features":[186]},{"name":"ARM64_RegisterQ18","features":[186]},{"name":"ARM64_RegisterQ19","features":[186]},{"name":"ARM64_RegisterQ2","features":[186]},{"name":"ARM64_RegisterQ20","features":[186]},{"name":"ARM64_RegisterQ21","features":[186]},{"name":"ARM64_RegisterQ22","features":[186]},{"name":"ARM64_RegisterQ23","features":[186]},{"name":"ARM64_RegisterQ24","features":[186]},{"name":"ARM64_RegisterQ25","features":[186]},{"name":"ARM64_RegisterQ26","features":[186]},{"name":"ARM64_RegisterQ27","features":[186]},{"name":"ARM64_RegisterQ28","features":[186]},{"name":"ARM64_RegisterQ29","features":[186]},{"name":"ARM64_RegisterQ3","features":[186]},{"name":"ARM64_RegisterQ30","features":[186]},{"name":"ARM64_RegisterQ31","features":[186]},{"name":"ARM64_RegisterQ4","features":[186]},{"name":"ARM64_RegisterQ5","features":[186]},{"name":"ARM64_RegisterQ6","features":[186]},{"name":"ARM64_RegisterQ7","features":[186]},{"name":"ARM64_RegisterQ8","features":[186]},{"name":"ARM64_RegisterQ9","features":[186]},{"name":"ARM64_RegisterSctlrEl1","features":[186]},{"name":"ARM64_RegisterSpEl0","features":[186]},{"name":"ARM64_RegisterSpEl1","features":[186]},{"name":"ARM64_RegisterSpsrEl1","features":[186]},{"name":"ARM64_RegisterTcrEl1","features":[186]},{"name":"ARM64_RegisterTpidrEl0","features":[186]},{"name":"ARM64_RegisterTpidrEl1","features":[186]},{"name":"ARM64_RegisterTpidrroEl0","features":[186]},{"name":"ARM64_RegisterTtbr0El1","features":[186]},{"name":"ARM64_RegisterTtbr1El1","features":[186]},{"name":"ARM64_RegisterVbarEl1","features":[186]},{"name":"ARM64_RegisterX0","features":[186]},{"name":"ARM64_RegisterX1","features":[186]},{"name":"ARM64_RegisterX10","features":[186]},{"name":"ARM64_RegisterX11","features":[186]},{"name":"ARM64_RegisterX12","features":[186]},{"name":"ARM64_RegisterX13","features":[186]},{"name":"ARM64_RegisterX14","features":[186]},{"name":"ARM64_RegisterX15","features":[186]},{"name":"ARM64_RegisterX16","features":[186]},{"name":"ARM64_RegisterX17","features":[186]},{"name":"ARM64_RegisterX18","features":[186]},{"name":"ARM64_RegisterX19","features":[186]},{"name":"ARM64_RegisterX2","features":[186]},{"name":"ARM64_RegisterX20","features":[186]},{"name":"ARM64_RegisterX21","features":[186]},{"name":"ARM64_RegisterX22","features":[186]},{"name":"ARM64_RegisterX23","features":[186]},{"name":"ARM64_RegisterX24","features":[186]},{"name":"ARM64_RegisterX25","features":[186]},{"name":"ARM64_RegisterX26","features":[186]},{"name":"ARM64_RegisterX27","features":[186]},{"name":"ARM64_RegisterX28","features":[186]},{"name":"ARM64_RegisterX3","features":[186]},{"name":"ARM64_RegisterX4","features":[186]},{"name":"ARM64_RegisterX5","features":[186]},{"name":"ARM64_RegisterX6","features":[186]},{"name":"ARM64_RegisterX7","features":[186]},{"name":"ARM64_RegisterX8","features":[186]},{"name":"ARM64_RegisterX9","features":[186]},{"name":"ARM64_RegisterXFp","features":[186]},{"name":"ARM64_RegisterXLr","features":[186]},{"name":"ApplyGuestMemoryFix","features":[186]},{"name":"ApplyPendingSavedStateFileReplayLog","features":[186]},{"name":"Arch_Armv8","features":[186]},{"name":"Arch_Unknown","features":[186]},{"name":"Arch_x64","features":[186]},{"name":"Arch_x86","features":[186]},{"name":"CallStackUnwind","features":[186]},{"name":"DOS_IMAGE_INFO","features":[186]},{"name":"FOUND_IMAGE_CALLBACK","features":[1,186]},{"name":"FindSavedStateSymbolFieldInType","features":[1,186]},{"name":"ForceActiveVirtualTrustLevel","features":[186]},{"name":"ForceArchitecture","features":[186]},{"name":"ForceNestedHostMode","features":[1,186]},{"name":"ForcePagingMode","features":[186]},{"name":"GPA_MEMORY_CHUNK","features":[186]},{"name":"GUEST_OS_INFO","features":[186]},{"name":"GUEST_OS_MICROSOFT_IDS","features":[186]},{"name":"GUEST_OS_OPENSOURCE_IDS","features":[186]},{"name":"GUEST_OS_VENDOR","features":[186]},{"name":"GUEST_SYMBOLS_PROVIDER_DEBUG_INFO_CALLBACK","features":[186]},{"name":"GUID_DEVINTERFACE_VM_GENCOUNTER","features":[186]},{"name":"GetActiveVirtualTrustLevel","features":[186]},{"name":"GetArchitecture","features":[186]},{"name":"GetEnabledVirtualTrustLevels","features":[186]},{"name":"GetGuestEnabledVirtualTrustLevels","features":[186]},{"name":"GetGuestOsInfo","features":[186]},{"name":"GetGuestPhysicalMemoryChunks","features":[186]},{"name":"GetGuestRawSavedMemorySize","features":[186]},{"name":"GetMemoryBlockCacheLimit","features":[186]},{"name":"GetNestedVirtualizationMode","features":[1,186]},{"name":"GetPagingMode","features":[186]},{"name":"GetRegisterValue","features":[186]},{"name":"GetSavedStateSymbolFieldInfo","features":[186]},{"name":"GetSavedStateSymbolProviderHandle","features":[1,186]},{"name":"GetSavedStateSymbolTypeSize","features":[186]},{"name":"GetVpCount","features":[186]},{"name":"GuestOsMicrosoftMSDOS","features":[186]},{"name":"GuestOsMicrosoftUndefined","features":[186]},{"name":"GuestOsMicrosoftWindows3x","features":[186]},{"name":"GuestOsMicrosoftWindows9x","features":[186]},{"name":"GuestOsMicrosoftWindowsCE","features":[186]},{"name":"GuestOsMicrosoftWindowsNT","features":[186]},{"name":"GuestOsOpenSourceFreeBSD","features":[186]},{"name":"GuestOsOpenSourceIllumos","features":[186]},{"name":"GuestOsOpenSourceLinux","features":[186]},{"name":"GuestOsOpenSourceUndefined","features":[186]},{"name":"GuestOsOpenSourceXen","features":[186]},{"name":"GuestOsVendorHPE","features":[186]},{"name":"GuestOsVendorLANCOM","features":[186]},{"name":"GuestOsVendorMicrosoft","features":[186]},{"name":"GuestOsVendorUndefined","features":[186]},{"name":"GuestPhysicalAddressToRawSavedMemoryOffset","features":[186]},{"name":"GuestVirtualAddressToPhysicalAddress","features":[186]},{"name":"HDV_DEVICE_HOST_FLAGS","features":[186]},{"name":"HDV_DEVICE_TYPE","features":[186]},{"name":"HDV_DOORBELL_FLAGS","features":[186]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_ANY_VALUE","features":[186]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_ANY","features":[186]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_BYTE","features":[186]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_DWORD","features":[186]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_QWORD","features":[186]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_WORD","features":[186]},{"name":"HDV_MMIO_MAPPING_FLAGS","features":[186]},{"name":"HDV_PCI_BAR0","features":[186]},{"name":"HDV_PCI_BAR1","features":[186]},{"name":"HDV_PCI_BAR2","features":[186]},{"name":"HDV_PCI_BAR3","features":[186]},{"name":"HDV_PCI_BAR4","features":[186]},{"name":"HDV_PCI_BAR5","features":[186]},{"name":"HDV_PCI_BAR_COUNT","features":[186]},{"name":"HDV_PCI_BAR_SELECTOR","features":[186]},{"name":"HDV_PCI_DEVICE_GET_DETAILS","features":[186]},{"name":"HDV_PCI_DEVICE_INITIALIZE","features":[186]},{"name":"HDV_PCI_DEVICE_INTERFACE","features":[186]},{"name":"HDV_PCI_DEVICE_SET_CONFIGURATION","features":[186]},{"name":"HDV_PCI_DEVICE_START","features":[186]},{"name":"HDV_PCI_DEVICE_STOP","features":[186]},{"name":"HDV_PCI_DEVICE_TEARDOWN","features":[186]},{"name":"HDV_PCI_INTERFACE_VERSION","features":[186]},{"name":"HDV_PCI_PNP_ID","features":[186]},{"name":"HDV_PCI_READ_CONFIG_SPACE","features":[186]},{"name":"HDV_PCI_READ_INTERCEPTED_MEMORY","features":[186]},{"name":"HDV_PCI_WRITE_CONFIG_SPACE","features":[186]},{"name":"HDV_PCI_WRITE_INTERCEPTED_MEMORY","features":[186]},{"name":"HVSOCKET_ADDRESS_FLAG_PASSTHRU","features":[186]},{"name":"HVSOCKET_ADDRESS_INFO","features":[186]},{"name":"HVSOCKET_CONNECTED_SUSPEND","features":[186]},{"name":"HVSOCKET_CONNECT_TIMEOUT","features":[186]},{"name":"HVSOCKET_CONNECT_TIMEOUT_MAX","features":[186]},{"name":"HVSOCKET_HIGH_VTL","features":[186]},{"name":"HV_GUID_BROADCAST","features":[186]},{"name":"HV_GUID_CHILDREN","features":[186]},{"name":"HV_GUID_LOOPBACK","features":[186]},{"name":"HV_GUID_PARENT","features":[186]},{"name":"HV_GUID_SILOHOST","features":[186]},{"name":"HV_GUID_VSOCK_TEMPLATE","features":[186]},{"name":"HV_GUID_ZERO","features":[186]},{"name":"HV_PROTOCOL_RAW","features":[186]},{"name":"HdvCreateDeviceInstance","features":[186]},{"name":"HdvCreateGuestMemoryAperture","features":[1,186]},{"name":"HdvCreateSectionBackedMmioRange","features":[1,186]},{"name":"HdvDeliverGuestInterrupt","features":[186]},{"name":"HdvDestroyGuestMemoryAperture","features":[186]},{"name":"HdvDestroySectionBackedMmioRange","features":[186]},{"name":"HdvDeviceHostFlagInitializeComSecurity","features":[186]},{"name":"HdvDeviceHostFlagNone","features":[186]},{"name":"HdvDeviceTypePCI","features":[186]},{"name":"HdvDeviceTypeUndefined","features":[186]},{"name":"HdvInitializeDeviceHost","features":[185,186]},{"name":"HdvInitializeDeviceHostEx","features":[185,186]},{"name":"HdvMmioMappingFlagExecutable","features":[186]},{"name":"HdvMmioMappingFlagNone","features":[186]},{"name":"HdvMmioMappingFlagWriteable","features":[186]},{"name":"HdvPciDeviceInterfaceVersion1","features":[186]},{"name":"HdvPciDeviceInterfaceVersionInvalid","features":[186]},{"name":"HdvReadGuestMemory","features":[186]},{"name":"HdvRegisterDoorbell","features":[1,186]},{"name":"HdvTeardownDeviceHost","features":[186]},{"name":"HdvUnregisterDoorbell","features":[186]},{"name":"HdvWriteGuestMemory","features":[186]},{"name":"IOCTL_VMGENCOUNTER_READ","features":[186]},{"name":"InKernelSpace","features":[1,186]},{"name":"IsActiveVirtualTrustLevelEnabled","features":[1,186]},{"name":"IsNestedVirtualizationEnabled","features":[1,186]},{"name":"LoadSavedStateFile","features":[186]},{"name":"LoadSavedStateFiles","features":[186]},{"name":"LoadSavedStateModuleSymbols","features":[186]},{"name":"LoadSavedStateModuleSymbolsEx","features":[186]},{"name":"LoadSavedStateSymbolProvider","features":[1,186]},{"name":"LocateSavedStateFiles","features":[186]},{"name":"MODULE_INFO","features":[186]},{"name":"PAGING_MODE","features":[186]},{"name":"Paging_32Bit","features":[186]},{"name":"Paging_Armv8","features":[186]},{"name":"Paging_Invalid","features":[186]},{"name":"Paging_Long","features":[186]},{"name":"Paging_NonPaged","features":[186]},{"name":"Paging_Pae","features":[186]},{"name":"ProcessorVendor_Amd","features":[186]},{"name":"ProcessorVendor_Arm","features":[186]},{"name":"ProcessorVendor_Hygon","features":[186]},{"name":"ProcessorVendor_Intel","features":[186]},{"name":"ProcessorVendor_Unknown","features":[186]},{"name":"REGISTER_ID","features":[186]},{"name":"ReadGuestPhysicalAddress","features":[186]},{"name":"ReadGuestRawSavedMemory","features":[186]},{"name":"ReadSavedStateGlobalVariable","features":[186]},{"name":"ReleaseSavedStateFiles","features":[186]},{"name":"ReleaseSavedStateSymbolProvider","features":[186]},{"name":"ResolveSavedStateGlobalVariableAddress","features":[186]},{"name":"SOCKADDR_HV","features":[16,186]},{"name":"ScanMemoryForDosImages","features":[1,186]},{"name":"SetMemoryBlockCacheLimit","features":[186]},{"name":"SetSavedStateSymbolProviderDebugInfoCallback","features":[186]},{"name":"VIRTUAL_PROCESSOR_ARCH","features":[186]},{"name":"VIRTUAL_PROCESSOR_REGISTER","features":[186]},{"name":"VIRTUAL_PROCESSOR_VENDOR","features":[186]},{"name":"VM_GENCOUNTER","features":[186]},{"name":"VM_GENCOUNTER_SYMBOLIC_LINK_NAME","features":[186]},{"name":"WHV_ACCESS_GPA_CONTROLS","features":[186]},{"name":"WHV_ADVISE_GPA_RANGE","features":[186]},{"name":"WHV_ADVISE_GPA_RANGE_CODE","features":[186]},{"name":"WHV_ADVISE_GPA_RANGE_POPULATE","features":[186]},{"name":"WHV_ADVISE_GPA_RANGE_POPULATE_FLAGS","features":[186]},{"name":"WHV_ALLOCATE_VPCI_RESOURCE_FLAGS","features":[186]},{"name":"WHV_ANY_VP","features":[186]},{"name":"WHV_CACHE_TYPE","features":[186]},{"name":"WHV_CAPABILITY","features":[1,186]},{"name":"WHV_CAPABILITY_CODE","features":[186]},{"name":"WHV_CAPABILITY_FEATURES","features":[186]},{"name":"WHV_CAPABILITY_PROCESSOR_FREQUENCY_CAP","features":[186]},{"name":"WHV_CPUID_OUTPUT","features":[186]},{"name":"WHV_CREATE_VPCI_DEVICE_FLAGS","features":[186]},{"name":"WHV_DOORBELL_MATCH_DATA","features":[186]},{"name":"WHV_EMULATOR_CALLBACKS","features":[186]},{"name":"WHV_EMULATOR_GET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK","features":[186]},{"name":"WHV_EMULATOR_IO_ACCESS_INFO","features":[186]},{"name":"WHV_EMULATOR_IO_PORT_CALLBACK","features":[186]},{"name":"WHV_EMULATOR_MEMORY_ACCESS_INFO","features":[186]},{"name":"WHV_EMULATOR_MEMORY_CALLBACK","features":[186]},{"name":"WHV_EMULATOR_SET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK","features":[186]},{"name":"WHV_EMULATOR_STATUS","features":[186]},{"name":"WHV_EMULATOR_TRANSLATE_GVA_PAGE_CALLBACK","features":[186]},{"name":"WHV_EXCEPTION_TYPE","features":[186]},{"name":"WHV_EXTENDED_VM_EXITS","features":[186]},{"name":"WHV_HYPERCALL_CONTEXT","features":[186]},{"name":"WHV_HYPERCALL_CONTEXT_MAX_XMM_REGISTERS","features":[186]},{"name":"WHV_INTERNAL_ACTIVITY_REGISTER","features":[186]},{"name":"WHV_INTERRUPT_CONTROL","features":[186]},{"name":"WHV_INTERRUPT_DESTINATION_MODE","features":[186]},{"name":"WHV_INTERRUPT_TRIGGER_MODE","features":[186]},{"name":"WHV_INTERRUPT_TYPE","features":[186]},{"name":"WHV_MAP_GPA_RANGE_FLAGS","features":[186]},{"name":"WHV_MAX_DEVICE_ID_SIZE_IN_CHARS","features":[186]},{"name":"WHV_MEMORY_ACCESS_CONTEXT","features":[186]},{"name":"WHV_MEMORY_ACCESS_INFO","features":[186]},{"name":"WHV_MEMORY_ACCESS_TYPE","features":[186]},{"name":"WHV_MEMORY_RANGE_ENTRY","features":[186]},{"name":"WHV_MSR_ACTION","features":[186]},{"name":"WHV_MSR_ACTION_ENTRY","features":[186]},{"name":"WHV_NOTIFICATION_PORT_PARAMETERS","features":[186]},{"name":"WHV_NOTIFICATION_PORT_PROPERTY_CODE","features":[186]},{"name":"WHV_NOTIFICATION_PORT_TYPE","features":[186]},{"name":"WHV_PARTITION_COUNTER_SET","features":[186]},{"name":"WHV_PARTITION_HANDLE","features":[186]},{"name":"WHV_PARTITION_MEMORY_COUNTERS","features":[186]},{"name":"WHV_PARTITION_PROPERTY","features":[1,186]},{"name":"WHV_PARTITION_PROPERTY_CODE","features":[186]},{"name":"WHV_PROCESSOR_APIC_COUNTERS","features":[186]},{"name":"WHV_PROCESSOR_COUNTER_SET","features":[186]},{"name":"WHV_PROCESSOR_EVENT_COUNTERS","features":[186]},{"name":"WHV_PROCESSOR_FEATURES","features":[186]},{"name":"WHV_PROCESSOR_FEATURES1","features":[186]},{"name":"WHV_PROCESSOR_FEATURES_BANKS","features":[186]},{"name":"WHV_PROCESSOR_FEATURES_BANKS_COUNT","features":[186]},{"name":"WHV_PROCESSOR_INTERCEPT_COUNTER","features":[186]},{"name":"WHV_PROCESSOR_INTERCEPT_COUNTERS","features":[186]},{"name":"WHV_PROCESSOR_PERFMON_FEATURES","features":[186]},{"name":"WHV_PROCESSOR_RUNTIME_COUNTERS","features":[186]},{"name":"WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS","features":[186]},{"name":"WHV_PROCESSOR_VENDOR","features":[186]},{"name":"WHV_PROCESSOR_XSAVE_FEATURES","features":[186]},{"name":"WHV_READ_WRITE_GPA_RANGE_MAX_SIZE","features":[186]},{"name":"WHV_REGISTER_NAME","features":[186]},{"name":"WHV_REGISTER_VALUE","features":[186]},{"name":"WHV_RUN_VP_CANCELED_CONTEXT","features":[186]},{"name":"WHV_RUN_VP_CANCEL_REASON","features":[186]},{"name":"WHV_RUN_VP_EXIT_CONTEXT","features":[186]},{"name":"WHV_RUN_VP_EXIT_REASON","features":[186]},{"name":"WHV_SCHEDULER_FEATURES","features":[186]},{"name":"WHV_SRIOV_RESOURCE_DESCRIPTOR","features":[1,186]},{"name":"WHV_SYNIC_EVENT_PARAMETERS","features":[186]},{"name":"WHV_SYNIC_MESSAGE_SIZE","features":[186]},{"name":"WHV_SYNIC_SINT_DELIVERABLE_CONTEXT","features":[186]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES","features":[186]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKS","features":[186]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKS_COUNT","features":[186]},{"name":"WHV_TRANSLATE_GVA_FLAGS","features":[186]},{"name":"WHV_TRANSLATE_GVA_RESULT","features":[186]},{"name":"WHV_TRANSLATE_GVA_RESULT_CODE","features":[186]},{"name":"WHV_TRIGGER_PARAMETERS","features":[186]},{"name":"WHV_TRIGGER_TYPE","features":[186]},{"name":"WHV_UINT128","features":[186]},{"name":"WHV_VIRTUAL_PROCESSOR_PROPERTY","features":[186]},{"name":"WHV_VIRTUAL_PROCESSOR_PROPERTY_CODE","features":[186]},{"name":"WHV_VIRTUAL_PROCESSOR_STATE_TYPE","features":[186]},{"name":"WHV_VPCI_DEVICE_NOTIFICATION","features":[186]},{"name":"WHV_VPCI_DEVICE_NOTIFICATION_TYPE","features":[186]},{"name":"WHV_VPCI_DEVICE_PROPERTY_CODE","features":[186]},{"name":"WHV_VPCI_DEVICE_REGISTER","features":[186]},{"name":"WHV_VPCI_DEVICE_REGISTER_SPACE","features":[186]},{"name":"WHV_VPCI_HARDWARE_IDS","features":[186]},{"name":"WHV_VPCI_INTERRUPT_TARGET","features":[186]},{"name":"WHV_VPCI_INTERRUPT_TARGET_FLAGS","features":[186]},{"name":"WHV_VPCI_MMIO_MAPPING","features":[186]},{"name":"WHV_VPCI_MMIO_RANGE_FLAGS","features":[186]},{"name":"WHV_VPCI_PROBED_BARS","features":[186]},{"name":"WHV_VPCI_TYPE0_BAR_COUNT","features":[186]},{"name":"WHV_VP_EXCEPTION_CONTEXT","features":[186]},{"name":"WHV_VP_EXCEPTION_INFO","features":[186]},{"name":"WHV_VP_EXIT_CONTEXT","features":[186]},{"name":"WHV_X64_APIC_EOI_CONTEXT","features":[186]},{"name":"WHV_X64_APIC_INIT_SIPI_CONTEXT","features":[186]},{"name":"WHV_X64_APIC_SMI_CONTEXT","features":[186]},{"name":"WHV_X64_APIC_WRITE_CONTEXT","features":[186]},{"name":"WHV_X64_APIC_WRITE_TYPE","features":[186]},{"name":"WHV_X64_CPUID_ACCESS_CONTEXT","features":[186]},{"name":"WHV_X64_CPUID_RESULT","features":[186]},{"name":"WHV_X64_CPUID_RESULT2","features":[186]},{"name":"WHV_X64_CPUID_RESULT2_FLAGS","features":[186]},{"name":"WHV_X64_DELIVERABILITY_NOTIFICATIONS_REGISTER","features":[186]},{"name":"WHV_X64_FP_CONTROL_STATUS_REGISTER","features":[186]},{"name":"WHV_X64_FP_REGISTER","features":[186]},{"name":"WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT","features":[186]},{"name":"WHV_X64_INTERRUPT_STATE_REGISTER","features":[186]},{"name":"WHV_X64_IO_PORT_ACCESS_CONTEXT","features":[186]},{"name":"WHV_X64_IO_PORT_ACCESS_INFO","features":[186]},{"name":"WHV_X64_LOCAL_APIC_EMULATION_MODE","features":[186]},{"name":"WHV_X64_MSR_ACCESS_CONTEXT","features":[186]},{"name":"WHV_X64_MSR_ACCESS_INFO","features":[186]},{"name":"WHV_X64_MSR_EXIT_BITMAP","features":[186]},{"name":"WHV_X64_PENDING_DEBUG_EXCEPTION","features":[186]},{"name":"WHV_X64_PENDING_EVENT_TYPE","features":[186]},{"name":"WHV_X64_PENDING_EXCEPTION_EVENT","features":[186]},{"name":"WHV_X64_PENDING_EXT_INT_EVENT","features":[186]},{"name":"WHV_X64_PENDING_INTERRUPTION_REGISTER","features":[186]},{"name":"WHV_X64_PENDING_INTERRUPTION_TYPE","features":[186]},{"name":"WHV_X64_RDTSC_CONTEXT","features":[186]},{"name":"WHV_X64_RDTSC_INFO","features":[186]},{"name":"WHV_X64_SEGMENT_REGISTER","features":[186]},{"name":"WHV_X64_TABLE_REGISTER","features":[186]},{"name":"WHV_X64_UNSUPPORTED_FEATURE_CODE","features":[186]},{"name":"WHV_X64_UNSUPPORTED_FEATURE_CONTEXT","features":[186]},{"name":"WHV_X64_VP_EXECUTION_STATE","features":[186]},{"name":"WHV_X64_XMM_CONTROL_STATUS_REGISTER","features":[186]},{"name":"WHvAcceptPartitionMigration","features":[1,186]},{"name":"WHvAdviseGpaRange","features":[186]},{"name":"WHvAdviseGpaRangeCodePin","features":[186]},{"name":"WHvAdviseGpaRangeCodePopulate","features":[186]},{"name":"WHvAdviseGpaRangeCodeUnpin","features":[186]},{"name":"WHvAllocateVpciResource","features":[1,186]},{"name":"WHvAllocateVpciResourceFlagAllowDirectP2P","features":[186]},{"name":"WHvAllocateVpciResourceFlagNone","features":[186]},{"name":"WHvCacheTypeUncached","features":[186]},{"name":"WHvCacheTypeWriteBack","features":[186]},{"name":"WHvCacheTypeWriteCombining","features":[186]},{"name":"WHvCacheTypeWriteThrough","features":[186]},{"name":"WHvCancelPartitionMigration","features":[186]},{"name":"WHvCancelRunVirtualProcessor","features":[186]},{"name":"WHvCapabilityCodeExceptionExitBitmap","features":[186]},{"name":"WHvCapabilityCodeExtendedVmExits","features":[186]},{"name":"WHvCapabilityCodeFeatures","features":[186]},{"name":"WHvCapabilityCodeGpaRangePopulateFlags","features":[186]},{"name":"WHvCapabilityCodeHypervisorPresent","features":[186]},{"name":"WHvCapabilityCodeInterruptClockFrequency","features":[186]},{"name":"WHvCapabilityCodeProcessorClFlushSize","features":[186]},{"name":"WHvCapabilityCodeProcessorClockFrequency","features":[186]},{"name":"WHvCapabilityCodeProcessorFeatures","features":[186]},{"name":"WHvCapabilityCodeProcessorFeaturesBanks","features":[186]},{"name":"WHvCapabilityCodeProcessorFrequencyCap","features":[186]},{"name":"WHvCapabilityCodeProcessorPerfmonFeatures","features":[186]},{"name":"WHvCapabilityCodeProcessorVendor","features":[186]},{"name":"WHvCapabilityCodeProcessorXsaveFeatures","features":[186]},{"name":"WHvCapabilityCodeSchedulerFeatures","features":[186]},{"name":"WHvCapabilityCodeSyntheticProcessorFeaturesBanks","features":[186]},{"name":"WHvCapabilityCodeX64MsrExitBitmap","features":[186]},{"name":"WHvCompletePartitionMigration","features":[186]},{"name":"WHvCreateNotificationPort","features":[1,186]},{"name":"WHvCreatePartition","features":[186]},{"name":"WHvCreateTrigger","features":[1,186]},{"name":"WHvCreateVirtualProcessor","features":[186]},{"name":"WHvCreateVirtualProcessor2","features":[186]},{"name":"WHvCreateVpciDevice","features":[1,186]},{"name":"WHvCreateVpciDeviceFlagNone","features":[186]},{"name":"WHvCreateVpciDeviceFlagPhysicallyBacked","features":[186]},{"name":"WHvCreateVpciDeviceFlagUseLogicalInterrupts","features":[186]},{"name":"WHvDeleteNotificationPort","features":[186]},{"name":"WHvDeletePartition","features":[186]},{"name":"WHvDeleteTrigger","features":[186]},{"name":"WHvDeleteVirtualProcessor","features":[186]},{"name":"WHvDeleteVpciDevice","features":[186]},{"name":"WHvEmulatorCreateEmulator","features":[186]},{"name":"WHvEmulatorDestroyEmulator","features":[186]},{"name":"WHvEmulatorTryIoEmulation","features":[186]},{"name":"WHvEmulatorTryMmioEmulation","features":[186]},{"name":"WHvGetCapability","features":[186]},{"name":"WHvGetInterruptTargetVpSet","features":[186]},{"name":"WHvGetPartitionCounters","features":[186]},{"name":"WHvGetPartitionProperty","features":[186]},{"name":"WHvGetVirtualProcessorCounters","features":[186]},{"name":"WHvGetVirtualProcessorCpuidOutput","features":[186]},{"name":"WHvGetVirtualProcessorInterruptControllerState","features":[186]},{"name":"WHvGetVirtualProcessorInterruptControllerState2","features":[186]},{"name":"WHvGetVirtualProcessorRegisters","features":[186]},{"name":"WHvGetVirtualProcessorState","features":[186]},{"name":"WHvGetVirtualProcessorXsaveState","features":[186]},{"name":"WHvGetVpciDeviceInterruptTarget","features":[186]},{"name":"WHvGetVpciDeviceNotification","features":[186]},{"name":"WHvGetVpciDeviceProperty","features":[186]},{"name":"WHvMapGpaRange","features":[186]},{"name":"WHvMapGpaRange2","features":[1,186]},{"name":"WHvMapGpaRangeFlagExecute","features":[186]},{"name":"WHvMapGpaRangeFlagNone","features":[186]},{"name":"WHvMapGpaRangeFlagRead","features":[186]},{"name":"WHvMapGpaRangeFlagTrackDirtyPages","features":[186]},{"name":"WHvMapGpaRangeFlagWrite","features":[186]},{"name":"WHvMapVpciDeviceInterrupt","features":[186]},{"name":"WHvMapVpciDeviceMmioRanges","features":[186]},{"name":"WHvMemoryAccessExecute","features":[186]},{"name":"WHvMemoryAccessRead","features":[186]},{"name":"WHvMemoryAccessWrite","features":[186]},{"name":"WHvMsrActionArchitectureDefault","features":[186]},{"name":"WHvMsrActionExit","features":[186]},{"name":"WHvMsrActionIgnoreWriteReadZero","features":[186]},{"name":"WHvNotificationPortPropertyPreferredTargetDuration","features":[186]},{"name":"WHvNotificationPortPropertyPreferredTargetVp","features":[186]},{"name":"WHvNotificationPortTypeDoorbell","features":[186]},{"name":"WHvNotificationPortTypeEvent","features":[186]},{"name":"WHvPartitionCounterSetMemory","features":[186]},{"name":"WHvPartitionPropertyCodeAllowDeviceAssignment","features":[186]},{"name":"WHvPartitionPropertyCodeApicRemoteReadSupport","features":[186]},{"name":"WHvPartitionPropertyCodeCpuCap","features":[186]},{"name":"WHvPartitionPropertyCodeCpuGroupId","features":[186]},{"name":"WHvPartitionPropertyCodeCpuReserve","features":[186]},{"name":"WHvPartitionPropertyCodeCpuWeight","features":[186]},{"name":"WHvPartitionPropertyCodeCpuidExitList","features":[186]},{"name":"WHvPartitionPropertyCodeCpuidResultList","features":[186]},{"name":"WHvPartitionPropertyCodeCpuidResultList2","features":[186]},{"name":"WHvPartitionPropertyCodeDisableSmt","features":[186]},{"name":"WHvPartitionPropertyCodeExceptionExitBitmap","features":[186]},{"name":"WHvPartitionPropertyCodeExtendedVmExits","features":[186]},{"name":"WHvPartitionPropertyCodeInterruptClockFrequency","features":[186]},{"name":"WHvPartitionPropertyCodeLocalApicEmulationMode","features":[186]},{"name":"WHvPartitionPropertyCodeMsrActionList","features":[186]},{"name":"WHvPartitionPropertyCodeNestedVirtualization","features":[186]},{"name":"WHvPartitionPropertyCodePrimaryNumaNode","features":[186]},{"name":"WHvPartitionPropertyCodeProcessorClFlushSize","features":[186]},{"name":"WHvPartitionPropertyCodeProcessorClockFrequency","features":[186]},{"name":"WHvPartitionPropertyCodeProcessorCount","features":[186]},{"name":"WHvPartitionPropertyCodeProcessorFeatures","features":[186]},{"name":"WHvPartitionPropertyCodeProcessorFeaturesBanks","features":[186]},{"name":"WHvPartitionPropertyCodeProcessorFrequencyCap","features":[186]},{"name":"WHvPartitionPropertyCodeProcessorPerfmonFeatures","features":[186]},{"name":"WHvPartitionPropertyCodeProcessorXsaveFeatures","features":[186]},{"name":"WHvPartitionPropertyCodeReferenceTime","features":[186]},{"name":"WHvPartitionPropertyCodeSeparateSecurityDomain","features":[186]},{"name":"WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks","features":[186]},{"name":"WHvPartitionPropertyCodeUnimplementedMsrAction","features":[186]},{"name":"WHvPartitionPropertyCodeX64MsrExitBitmap","features":[186]},{"name":"WHvPostVirtualProcessorSynicMessage","features":[186]},{"name":"WHvProcessorCounterSetApic","features":[186]},{"name":"WHvProcessorCounterSetEvents","features":[186]},{"name":"WHvProcessorCounterSetIntercepts","features":[186]},{"name":"WHvProcessorCounterSetRuntime","features":[186]},{"name":"WHvProcessorCounterSetSyntheticFeatures","features":[186]},{"name":"WHvProcessorVendorAmd","features":[186]},{"name":"WHvProcessorVendorHygon","features":[186]},{"name":"WHvProcessorVendorIntel","features":[186]},{"name":"WHvQueryGpaRangeDirtyBitmap","features":[186]},{"name":"WHvReadGpaRange","features":[186]},{"name":"WHvReadVpciDeviceRegister","features":[186]},{"name":"WHvRegisterEom","features":[186]},{"name":"WHvRegisterGuestOsId","features":[186]},{"name":"WHvRegisterInternalActivityState","features":[186]},{"name":"WHvRegisterInterruptState","features":[186]},{"name":"WHvRegisterPartitionDoorbellEvent","features":[1,186]},{"name":"WHvRegisterPendingEvent","features":[186]},{"name":"WHvRegisterPendingInterruption","features":[186]},{"name":"WHvRegisterReferenceTsc","features":[186]},{"name":"WHvRegisterReferenceTscSequence","features":[186]},{"name":"WHvRegisterScontrol","features":[186]},{"name":"WHvRegisterSiefp","features":[186]},{"name":"WHvRegisterSimp","features":[186]},{"name":"WHvRegisterSint0","features":[186]},{"name":"WHvRegisterSint1","features":[186]},{"name":"WHvRegisterSint10","features":[186]},{"name":"WHvRegisterSint11","features":[186]},{"name":"WHvRegisterSint12","features":[186]},{"name":"WHvRegisterSint13","features":[186]},{"name":"WHvRegisterSint14","features":[186]},{"name":"WHvRegisterSint15","features":[186]},{"name":"WHvRegisterSint2","features":[186]},{"name":"WHvRegisterSint3","features":[186]},{"name":"WHvRegisterSint4","features":[186]},{"name":"WHvRegisterSint5","features":[186]},{"name":"WHvRegisterSint6","features":[186]},{"name":"WHvRegisterSint7","features":[186]},{"name":"WHvRegisterSint8","features":[186]},{"name":"WHvRegisterSint9","features":[186]},{"name":"WHvRegisterSversion","features":[186]},{"name":"WHvRegisterVpAssistPage","features":[186]},{"name":"WHvRegisterVpRuntime","features":[186]},{"name":"WHvRequestInterrupt","features":[186]},{"name":"WHvRequestVpciDeviceInterrupt","features":[186]},{"name":"WHvResetPartition","features":[186]},{"name":"WHvResumePartitionTime","features":[186]},{"name":"WHvRetargetVpciDeviceInterrupt","features":[186]},{"name":"WHvRunVirtualProcessor","features":[186]},{"name":"WHvRunVpCancelReasonUser","features":[186]},{"name":"WHvRunVpExitReasonCanceled","features":[186]},{"name":"WHvRunVpExitReasonException","features":[186]},{"name":"WHvRunVpExitReasonHypercall","features":[186]},{"name":"WHvRunVpExitReasonInvalidVpRegisterValue","features":[186]},{"name":"WHvRunVpExitReasonMemoryAccess","features":[186]},{"name":"WHvRunVpExitReasonNone","features":[186]},{"name":"WHvRunVpExitReasonSynicSintDeliverable","features":[186]},{"name":"WHvRunVpExitReasonUnrecoverableException","features":[186]},{"name":"WHvRunVpExitReasonUnsupportedFeature","features":[186]},{"name":"WHvRunVpExitReasonX64ApicEoi","features":[186]},{"name":"WHvRunVpExitReasonX64ApicInitSipiTrap","features":[186]},{"name":"WHvRunVpExitReasonX64ApicSmiTrap","features":[186]},{"name":"WHvRunVpExitReasonX64ApicWriteTrap","features":[186]},{"name":"WHvRunVpExitReasonX64Cpuid","features":[186]},{"name":"WHvRunVpExitReasonX64Halt","features":[186]},{"name":"WHvRunVpExitReasonX64InterruptWindow","features":[186]},{"name":"WHvRunVpExitReasonX64IoPortAccess","features":[186]},{"name":"WHvRunVpExitReasonX64MsrAccess","features":[186]},{"name":"WHvRunVpExitReasonX64Rdtsc","features":[186]},{"name":"WHvSetNotificationPortProperty","features":[186]},{"name":"WHvSetPartitionProperty","features":[186]},{"name":"WHvSetVirtualProcessorInterruptControllerState","features":[186]},{"name":"WHvSetVirtualProcessorInterruptControllerState2","features":[186]},{"name":"WHvSetVirtualProcessorRegisters","features":[186]},{"name":"WHvSetVirtualProcessorState","features":[186]},{"name":"WHvSetVirtualProcessorXsaveState","features":[186]},{"name":"WHvSetVpciDevicePowerState","features":[186,9]},{"name":"WHvSetupPartition","features":[186]},{"name":"WHvSignalVirtualProcessorSynicEvent","features":[1,186]},{"name":"WHvStartPartitionMigration","features":[1,186]},{"name":"WHvSuspendPartitionTime","features":[186]},{"name":"WHvTranslateGva","features":[186]},{"name":"WHvTranslateGvaFlagEnforceSmap","features":[186]},{"name":"WHvTranslateGvaFlagNone","features":[186]},{"name":"WHvTranslateGvaFlagOverrideSmap","features":[186]},{"name":"WHvTranslateGvaFlagPrivilegeExempt","features":[186]},{"name":"WHvTranslateGvaFlagSetPageTableBits","features":[186]},{"name":"WHvTranslateGvaFlagValidateExecute","features":[186]},{"name":"WHvTranslateGvaFlagValidateRead","features":[186]},{"name":"WHvTranslateGvaFlagValidateWrite","features":[186]},{"name":"WHvTranslateGvaResultGpaIllegalOverlayAccess","features":[186]},{"name":"WHvTranslateGvaResultGpaNoReadAccess","features":[186]},{"name":"WHvTranslateGvaResultGpaNoWriteAccess","features":[186]},{"name":"WHvTranslateGvaResultGpaUnmapped","features":[186]},{"name":"WHvTranslateGvaResultIntercept","features":[186]},{"name":"WHvTranslateGvaResultInvalidPageTableFlags","features":[186]},{"name":"WHvTranslateGvaResultPageNotPresent","features":[186]},{"name":"WHvTranslateGvaResultPrivilegeViolation","features":[186]},{"name":"WHvTranslateGvaResultSuccess","features":[186]},{"name":"WHvTriggerTypeDeviceInterrupt","features":[186]},{"name":"WHvTriggerTypeInterrupt","features":[186]},{"name":"WHvTriggerTypeSynicEvent","features":[186]},{"name":"WHvUnmapGpaRange","features":[186]},{"name":"WHvUnmapVpciDeviceInterrupt","features":[186]},{"name":"WHvUnmapVpciDeviceMmioRanges","features":[186]},{"name":"WHvUnregisterPartitionDoorbellEvent","features":[186]},{"name":"WHvUnsupportedFeatureIntercept","features":[186]},{"name":"WHvUnsupportedFeatureTaskSwitchTss","features":[186]},{"name":"WHvUpdateTriggerParameters","features":[186]},{"name":"WHvVirtualProcessorPropertyCodeNumaNode","features":[186]},{"name":"WHvVirtualProcessorStateTypeInterruptControllerState2","features":[186]},{"name":"WHvVirtualProcessorStateTypeSynicEventFlagPage","features":[186]},{"name":"WHvVirtualProcessorStateTypeSynicMessagePage","features":[186]},{"name":"WHvVirtualProcessorStateTypeSynicTimerState","features":[186]},{"name":"WHvVirtualProcessorStateTypeXsaveState","features":[186]},{"name":"WHvVpciBar0","features":[186]},{"name":"WHvVpciBar1","features":[186]},{"name":"WHvVpciBar2","features":[186]},{"name":"WHvVpciBar3","features":[186]},{"name":"WHvVpciBar4","features":[186]},{"name":"WHvVpciBar5","features":[186]},{"name":"WHvVpciConfigSpace","features":[186]},{"name":"WHvVpciDeviceNotificationMmioRemapping","features":[186]},{"name":"WHvVpciDeviceNotificationSurpriseRemoval","features":[186]},{"name":"WHvVpciDeviceNotificationUndefined","features":[186]},{"name":"WHvVpciDevicePropertyCodeHardwareIDs","features":[186]},{"name":"WHvVpciDevicePropertyCodeProbedBARs","features":[186]},{"name":"WHvVpciDevicePropertyCodeUndefined","features":[186]},{"name":"WHvVpciInterruptTargetFlagMulticast","features":[186]},{"name":"WHvVpciInterruptTargetFlagNone","features":[186]},{"name":"WHvVpciMmioRangeFlagReadAccess","features":[186]},{"name":"WHvVpciMmioRangeFlagWriteAccess","features":[186]},{"name":"WHvWriteGpaRange","features":[186]},{"name":"WHvWriteVpciDeviceRegister","features":[186]},{"name":"WHvX64ApicWriteTypeDfr","features":[186]},{"name":"WHvX64ApicWriteTypeLdr","features":[186]},{"name":"WHvX64ApicWriteTypeLint0","features":[186]},{"name":"WHvX64ApicWriteTypeLint1","features":[186]},{"name":"WHvX64ApicWriteTypeSvr","features":[186]},{"name":"WHvX64CpuidResult2FlagSubleafSpecific","features":[186]},{"name":"WHvX64CpuidResult2FlagVpSpecific","features":[186]},{"name":"WHvX64ExceptionTypeAlignmentCheckFault","features":[186]},{"name":"WHvX64ExceptionTypeBoundRangeFault","features":[186]},{"name":"WHvX64ExceptionTypeBreakpointTrap","features":[186]},{"name":"WHvX64ExceptionTypeDebugTrapOrFault","features":[186]},{"name":"WHvX64ExceptionTypeDeviceNotAvailableFault","features":[186]},{"name":"WHvX64ExceptionTypeDivideErrorFault","features":[186]},{"name":"WHvX64ExceptionTypeDoubleFaultAbort","features":[186]},{"name":"WHvX64ExceptionTypeFloatingPointErrorFault","features":[186]},{"name":"WHvX64ExceptionTypeGeneralProtectionFault","features":[186]},{"name":"WHvX64ExceptionTypeInvalidOpcodeFault","features":[186]},{"name":"WHvX64ExceptionTypeInvalidTaskStateSegmentFault","features":[186]},{"name":"WHvX64ExceptionTypeMachineCheckAbort","features":[186]},{"name":"WHvX64ExceptionTypeOverflowTrap","features":[186]},{"name":"WHvX64ExceptionTypePageFault","features":[186]},{"name":"WHvX64ExceptionTypeSegmentNotPresentFault","features":[186]},{"name":"WHvX64ExceptionTypeSimdFloatingPointFault","features":[186]},{"name":"WHvX64ExceptionTypeStackFault","features":[186]},{"name":"WHvX64InterruptDestinationModeLogical","features":[186]},{"name":"WHvX64InterruptDestinationModePhysical","features":[186]},{"name":"WHvX64InterruptTriggerModeEdge","features":[186]},{"name":"WHvX64InterruptTriggerModeLevel","features":[186]},{"name":"WHvX64InterruptTypeFixed","features":[186]},{"name":"WHvX64InterruptTypeInit","features":[186]},{"name":"WHvX64InterruptTypeLocalInt1","features":[186]},{"name":"WHvX64InterruptTypeLowestPriority","features":[186]},{"name":"WHvX64InterruptTypeNmi","features":[186]},{"name":"WHvX64InterruptTypeSipi","features":[186]},{"name":"WHvX64LocalApicEmulationModeNone","features":[186]},{"name":"WHvX64LocalApicEmulationModeX2Apic","features":[186]},{"name":"WHvX64LocalApicEmulationModeXApic","features":[186]},{"name":"WHvX64PendingEventException","features":[186]},{"name":"WHvX64PendingEventExtInt","features":[186]},{"name":"WHvX64PendingException","features":[186]},{"name":"WHvX64PendingInterrupt","features":[186]},{"name":"WHvX64PendingNmi","features":[186]},{"name":"WHvX64RegisterACount","features":[186]},{"name":"WHvX64RegisterApicBase","features":[186]},{"name":"WHvX64RegisterApicCurrentCount","features":[186]},{"name":"WHvX64RegisterApicDivide","features":[186]},{"name":"WHvX64RegisterApicEoi","features":[186]},{"name":"WHvX64RegisterApicEse","features":[186]},{"name":"WHvX64RegisterApicIcr","features":[186]},{"name":"WHvX64RegisterApicId","features":[186]},{"name":"WHvX64RegisterApicInitCount","features":[186]},{"name":"WHvX64RegisterApicIrr0","features":[186]},{"name":"WHvX64RegisterApicIrr1","features":[186]},{"name":"WHvX64RegisterApicIrr2","features":[186]},{"name":"WHvX64RegisterApicIrr3","features":[186]},{"name":"WHvX64RegisterApicIrr4","features":[186]},{"name":"WHvX64RegisterApicIrr5","features":[186]},{"name":"WHvX64RegisterApicIrr6","features":[186]},{"name":"WHvX64RegisterApicIrr7","features":[186]},{"name":"WHvX64RegisterApicIsr0","features":[186]},{"name":"WHvX64RegisterApicIsr1","features":[186]},{"name":"WHvX64RegisterApicIsr2","features":[186]},{"name":"WHvX64RegisterApicIsr3","features":[186]},{"name":"WHvX64RegisterApicIsr4","features":[186]},{"name":"WHvX64RegisterApicIsr5","features":[186]},{"name":"WHvX64RegisterApicIsr6","features":[186]},{"name":"WHvX64RegisterApicIsr7","features":[186]},{"name":"WHvX64RegisterApicLdr","features":[186]},{"name":"WHvX64RegisterApicLvtError","features":[186]},{"name":"WHvX64RegisterApicLvtLint0","features":[186]},{"name":"WHvX64RegisterApicLvtLint1","features":[186]},{"name":"WHvX64RegisterApicLvtPerfmon","features":[186]},{"name":"WHvX64RegisterApicLvtThermal","features":[186]},{"name":"WHvX64RegisterApicLvtTimer","features":[186]},{"name":"WHvX64RegisterApicPpr","features":[186]},{"name":"WHvX64RegisterApicSelfIpi","features":[186]},{"name":"WHvX64RegisterApicSpurious","features":[186]},{"name":"WHvX64RegisterApicTmr0","features":[186]},{"name":"WHvX64RegisterApicTmr1","features":[186]},{"name":"WHvX64RegisterApicTmr2","features":[186]},{"name":"WHvX64RegisterApicTmr3","features":[186]},{"name":"WHvX64RegisterApicTmr4","features":[186]},{"name":"WHvX64RegisterApicTmr5","features":[186]},{"name":"WHvX64RegisterApicTmr6","features":[186]},{"name":"WHvX64RegisterApicTmr7","features":[186]},{"name":"WHvX64RegisterApicTpr","features":[186]},{"name":"WHvX64RegisterApicVersion","features":[186]},{"name":"WHvX64RegisterBndcfgs","features":[186]},{"name":"WHvX64RegisterCr0","features":[186]},{"name":"WHvX64RegisterCr2","features":[186]},{"name":"WHvX64RegisterCr3","features":[186]},{"name":"WHvX64RegisterCr4","features":[186]},{"name":"WHvX64RegisterCr8","features":[186]},{"name":"WHvX64RegisterCs","features":[186]},{"name":"WHvX64RegisterCstar","features":[186]},{"name":"WHvX64RegisterDeliverabilityNotifications","features":[186]},{"name":"WHvX64RegisterDr0","features":[186]},{"name":"WHvX64RegisterDr1","features":[186]},{"name":"WHvX64RegisterDr2","features":[186]},{"name":"WHvX64RegisterDr3","features":[186]},{"name":"WHvX64RegisterDr6","features":[186]},{"name":"WHvX64RegisterDr7","features":[186]},{"name":"WHvX64RegisterDs","features":[186]},{"name":"WHvX64RegisterEfer","features":[186]},{"name":"WHvX64RegisterEs","features":[186]},{"name":"WHvX64RegisterFpControlStatus","features":[186]},{"name":"WHvX64RegisterFpMmx0","features":[186]},{"name":"WHvX64RegisterFpMmx1","features":[186]},{"name":"WHvX64RegisterFpMmx2","features":[186]},{"name":"WHvX64RegisterFpMmx3","features":[186]},{"name":"WHvX64RegisterFpMmx4","features":[186]},{"name":"WHvX64RegisterFpMmx5","features":[186]},{"name":"WHvX64RegisterFpMmx6","features":[186]},{"name":"WHvX64RegisterFpMmx7","features":[186]},{"name":"WHvX64RegisterFs","features":[186]},{"name":"WHvX64RegisterGdtr","features":[186]},{"name":"WHvX64RegisterGs","features":[186]},{"name":"WHvX64RegisterHypercall","features":[186]},{"name":"WHvX64RegisterIdtr","features":[186]},{"name":"WHvX64RegisterInitialApicId","features":[186]},{"name":"WHvX64RegisterInterruptSspTableAddr","features":[186]},{"name":"WHvX64RegisterKernelGsBase","features":[186]},{"name":"WHvX64RegisterLdtr","features":[186]},{"name":"WHvX64RegisterLstar","features":[186]},{"name":"WHvX64RegisterMCount","features":[186]},{"name":"WHvX64RegisterMsrMtrrCap","features":[186]},{"name":"WHvX64RegisterMsrMtrrDefType","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix16k80000","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix16kA0000","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix4kC0000","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix4kC8000","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix4kD0000","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix4kD8000","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix4kE0000","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix4kE8000","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix4kF0000","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix4kF8000","features":[186]},{"name":"WHvX64RegisterMsrMtrrFix64k00000","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBase0","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBase1","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBase2","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBase3","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBase4","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBase5","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBase6","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBase7","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBase8","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBase9","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBaseA","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBaseB","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBaseC","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBaseD","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBaseE","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysBaseF","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMask0","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMask1","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMask2","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMask3","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMask4","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMask5","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMask6","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMask7","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMask8","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMask9","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMaskA","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMaskB","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMaskC","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMaskD","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMaskE","features":[186]},{"name":"WHvX64RegisterMsrMtrrPhysMaskF","features":[186]},{"name":"WHvX64RegisterPat","features":[186]},{"name":"WHvX64RegisterPendingDebugException","features":[186]},{"name":"WHvX64RegisterPl0Ssp","features":[186]},{"name":"WHvX64RegisterPl1Ssp","features":[186]},{"name":"WHvX64RegisterPl2Ssp","features":[186]},{"name":"WHvX64RegisterPl3Ssp","features":[186]},{"name":"WHvX64RegisterPredCmd","features":[186]},{"name":"WHvX64RegisterR10","features":[186]},{"name":"WHvX64RegisterR11","features":[186]},{"name":"WHvX64RegisterR12","features":[186]},{"name":"WHvX64RegisterR13","features":[186]},{"name":"WHvX64RegisterR14","features":[186]},{"name":"WHvX64RegisterR15","features":[186]},{"name":"WHvX64RegisterR8","features":[186]},{"name":"WHvX64RegisterR9","features":[186]},{"name":"WHvX64RegisterRax","features":[186]},{"name":"WHvX64RegisterRbp","features":[186]},{"name":"WHvX64RegisterRbx","features":[186]},{"name":"WHvX64RegisterRcx","features":[186]},{"name":"WHvX64RegisterRdi","features":[186]},{"name":"WHvX64RegisterRdx","features":[186]},{"name":"WHvX64RegisterRflags","features":[186]},{"name":"WHvX64RegisterRip","features":[186]},{"name":"WHvX64RegisterRsi","features":[186]},{"name":"WHvX64RegisterRsp","features":[186]},{"name":"WHvX64RegisterSCet","features":[186]},{"name":"WHvX64RegisterSfmask","features":[186]},{"name":"WHvX64RegisterSpecCtrl","features":[186]},{"name":"WHvX64RegisterSs","features":[186]},{"name":"WHvX64RegisterSsp","features":[186]},{"name":"WHvX64RegisterStar","features":[186]},{"name":"WHvX64RegisterSysenterCs","features":[186]},{"name":"WHvX64RegisterSysenterEip","features":[186]},{"name":"WHvX64RegisterSysenterEsp","features":[186]},{"name":"WHvX64RegisterTr","features":[186]},{"name":"WHvX64RegisterTsc","features":[186]},{"name":"WHvX64RegisterTscAdjust","features":[186]},{"name":"WHvX64RegisterTscAux","features":[186]},{"name":"WHvX64RegisterTscDeadline","features":[186]},{"name":"WHvX64RegisterTscVirtualOffset","features":[186]},{"name":"WHvX64RegisterTsxCtrl","features":[186]},{"name":"WHvX64RegisterUCet","features":[186]},{"name":"WHvX64RegisterUmwaitControl","features":[186]},{"name":"WHvX64RegisterVirtualCr0","features":[186]},{"name":"WHvX64RegisterVirtualCr3","features":[186]},{"name":"WHvX64RegisterVirtualCr4","features":[186]},{"name":"WHvX64RegisterVirtualCr8","features":[186]},{"name":"WHvX64RegisterXCr0","features":[186]},{"name":"WHvX64RegisterXfd","features":[186]},{"name":"WHvX64RegisterXfdErr","features":[186]},{"name":"WHvX64RegisterXmm0","features":[186]},{"name":"WHvX64RegisterXmm1","features":[186]},{"name":"WHvX64RegisterXmm10","features":[186]},{"name":"WHvX64RegisterXmm11","features":[186]},{"name":"WHvX64RegisterXmm12","features":[186]},{"name":"WHvX64RegisterXmm13","features":[186]},{"name":"WHvX64RegisterXmm14","features":[186]},{"name":"WHvX64RegisterXmm15","features":[186]},{"name":"WHvX64RegisterXmm2","features":[186]},{"name":"WHvX64RegisterXmm3","features":[186]},{"name":"WHvX64RegisterXmm4","features":[186]},{"name":"WHvX64RegisterXmm5","features":[186]},{"name":"WHvX64RegisterXmm6","features":[186]},{"name":"WHvX64RegisterXmm7","features":[186]},{"name":"WHvX64RegisterXmm8","features":[186]},{"name":"WHvX64RegisterXmm9","features":[186]},{"name":"WHvX64RegisterXmmControlStatus","features":[186]},{"name":"WHvX64RegisterXss","features":[186]},{"name":"X64_RegisterCr0","features":[186]},{"name":"X64_RegisterCr2","features":[186]},{"name":"X64_RegisterCr3","features":[186]},{"name":"X64_RegisterCr4","features":[186]},{"name":"X64_RegisterCr8","features":[186]},{"name":"X64_RegisterCs","features":[186]},{"name":"X64_RegisterDr0","features":[186]},{"name":"X64_RegisterDr1","features":[186]},{"name":"X64_RegisterDr2","features":[186]},{"name":"X64_RegisterDr3","features":[186]},{"name":"X64_RegisterDr6","features":[186]},{"name":"X64_RegisterDr7","features":[186]},{"name":"X64_RegisterDs","features":[186]},{"name":"X64_RegisterEfer","features":[186]},{"name":"X64_RegisterEs","features":[186]},{"name":"X64_RegisterFpControlStatus","features":[186]},{"name":"X64_RegisterFpMmx0","features":[186]},{"name":"X64_RegisterFpMmx1","features":[186]},{"name":"X64_RegisterFpMmx2","features":[186]},{"name":"X64_RegisterFpMmx3","features":[186]},{"name":"X64_RegisterFpMmx4","features":[186]},{"name":"X64_RegisterFpMmx5","features":[186]},{"name":"X64_RegisterFpMmx6","features":[186]},{"name":"X64_RegisterFpMmx7","features":[186]},{"name":"X64_RegisterFs","features":[186]},{"name":"X64_RegisterGdtr","features":[186]},{"name":"X64_RegisterGs","features":[186]},{"name":"X64_RegisterIdtr","features":[186]},{"name":"X64_RegisterLdtr","features":[186]},{"name":"X64_RegisterMax","features":[186]},{"name":"X64_RegisterR10","features":[186]},{"name":"X64_RegisterR11","features":[186]},{"name":"X64_RegisterR12","features":[186]},{"name":"X64_RegisterR13","features":[186]},{"name":"X64_RegisterR14","features":[186]},{"name":"X64_RegisterR15","features":[186]},{"name":"X64_RegisterR8","features":[186]},{"name":"X64_RegisterR9","features":[186]},{"name":"X64_RegisterRFlags","features":[186]},{"name":"X64_RegisterRax","features":[186]},{"name":"X64_RegisterRbp","features":[186]},{"name":"X64_RegisterRbx","features":[186]},{"name":"X64_RegisterRcx","features":[186]},{"name":"X64_RegisterRdi","features":[186]},{"name":"X64_RegisterRdx","features":[186]},{"name":"X64_RegisterRip","features":[186]},{"name":"X64_RegisterRsi","features":[186]},{"name":"X64_RegisterRsp","features":[186]},{"name":"X64_RegisterSs","features":[186]},{"name":"X64_RegisterTr","features":[186]},{"name":"X64_RegisterXmm0","features":[186]},{"name":"X64_RegisterXmm1","features":[186]},{"name":"X64_RegisterXmm10","features":[186]},{"name":"X64_RegisterXmm11","features":[186]},{"name":"X64_RegisterXmm12","features":[186]},{"name":"X64_RegisterXmm13","features":[186]},{"name":"X64_RegisterXmm14","features":[186]},{"name":"X64_RegisterXmm15","features":[186]},{"name":"X64_RegisterXmm2","features":[186]},{"name":"X64_RegisterXmm3","features":[186]},{"name":"X64_RegisterXmm4","features":[186]},{"name":"X64_RegisterXmm5","features":[186]},{"name":"X64_RegisterXmm6","features":[186]},{"name":"X64_RegisterXmm7","features":[186]},{"name":"X64_RegisterXmm8","features":[186]},{"name":"X64_RegisterXmm9","features":[186]},{"name":"X64_RegisterXmmControlStatus","features":[186]}],"580":[{"name":"BindIoCompletionCallback","features":[1,7]},{"name":"CancelIo","features":[1,7]},{"name":"CancelIoEx","features":[1,7]},{"name":"CancelSynchronousIo","features":[1,7]},{"name":"CreateIoCompletionPort","features":[1,7]},{"name":"DeviceIoControl","features":[1,7]},{"name":"GetOverlappedResult","features":[1,7]},{"name":"GetOverlappedResultEx","features":[1,7]},{"name":"GetQueuedCompletionStatus","features":[1,7]},{"name":"GetQueuedCompletionStatusEx","features":[1,7]},{"name":"IO_STATUS_BLOCK","features":[1,7]},{"name":"LPOVERLAPPED_COMPLETION_ROUTINE","features":[1,7]},{"name":"OVERLAPPED","features":[1,7]},{"name":"OVERLAPPED_ENTRY","features":[1,7]},{"name":"PIO_APC_ROUTINE","features":[1,7]},{"name":"PostQueuedCompletionStatus","features":[1,7]}],"581":[{"name":"ADMINDATA_MAX_NAME_LEN","features":[187]},{"name":"ALL_METADATA","features":[187]},{"name":"APPCTR_MD_ID_BEGIN_RESERVED","features":[187]},{"name":"APPCTR_MD_ID_END_RESERVED","features":[187]},{"name":"APPSTATUS_NOTDEFINED","features":[187]},{"name":"APPSTATUS_RUNNING","features":[187]},{"name":"APPSTATUS_STOPPED","features":[187]},{"name":"ASP_MD_ID_BEGIN_RESERVED","features":[187]},{"name":"ASP_MD_ID_END_RESERVED","features":[187]},{"name":"ASP_MD_SERVER_BASE","features":[187]},{"name":"ASP_MD_UT_APP","features":[187]},{"name":"AsyncIFtpAuthenticationProvider","features":[187]},{"name":"AsyncIFtpAuthorizationProvider","features":[187]},{"name":"AsyncIFtpHomeDirectoryProvider","features":[187]},{"name":"AsyncIFtpLogProvider","features":[187]},{"name":"AsyncIFtpPostprocessProvider","features":[187]},{"name":"AsyncIFtpPreprocessProvider","features":[187]},{"name":"AsyncIFtpRoleProvider","features":[187]},{"name":"AsyncIMSAdminBaseSinkW","features":[187]},{"name":"BINARY_METADATA","features":[187]},{"name":"CERT_CONTEXT_EX","features":[1,75,187]},{"name":"CLSID_IImgCtx","features":[187]},{"name":"CLSID_IisServiceControl","features":[187]},{"name":"CLSID_MSAdminBase_W","features":[187]},{"name":"CLSID_Request","features":[187]},{"name":"CLSID_Response","features":[187]},{"name":"CLSID_ScriptingContext","features":[187]},{"name":"CLSID_Server","features":[187]},{"name":"CLSID_Session","features":[187]},{"name":"CLSID_WamAdmin","features":[187]},{"name":"CONFIGURATION_ENTRY","features":[187]},{"name":"DISPID_HTTPREQUEST_ABORT","features":[187]},{"name":"DISPID_HTTPREQUEST_BASE","features":[187]},{"name":"DISPID_HTTPREQUEST_GETALLRESPONSEHEADERS","features":[187]},{"name":"DISPID_HTTPREQUEST_GETRESPONSEHEADER","features":[187]},{"name":"DISPID_HTTPREQUEST_OPEN","features":[187]},{"name":"DISPID_HTTPREQUEST_OPTION","features":[187]},{"name":"DISPID_HTTPREQUEST_RESPONSEBODY","features":[187]},{"name":"DISPID_HTTPREQUEST_RESPONSESTREAM","features":[187]},{"name":"DISPID_HTTPREQUEST_RESPONSETEXT","features":[187]},{"name":"DISPID_HTTPREQUEST_SEND","features":[187]},{"name":"DISPID_HTTPREQUEST_SETAUTOLOGONPOLICY","features":[187]},{"name":"DISPID_HTTPREQUEST_SETCLIENTCERTIFICATE","features":[187]},{"name":"DISPID_HTTPREQUEST_SETCREDENTIALS","features":[187]},{"name":"DISPID_HTTPREQUEST_SETPROXY","features":[187]},{"name":"DISPID_HTTPREQUEST_SETREQUESTHEADER","features":[187]},{"name":"DISPID_HTTPREQUEST_SETTIMEOUTS","features":[187]},{"name":"DISPID_HTTPREQUEST_STATUS","features":[187]},{"name":"DISPID_HTTPREQUEST_STATUSTEXT","features":[187]},{"name":"DISPID_HTTPREQUEST_WAITFORRESPONSE","features":[187]},{"name":"DWN_COLORMODE","features":[187]},{"name":"DWN_DOWNLOADONLY","features":[187]},{"name":"DWN_FORCEDITHER","features":[187]},{"name":"DWN_MIRRORIMAGE","features":[187]},{"name":"DWN_RAWIMAGE","features":[187]},{"name":"DWORD_METADATA","features":[187]},{"name":"EXPANDSZ_METADATA","features":[187]},{"name":"EXTENSION_CONTROL_BLOCK","features":[1,187]},{"name":"FP_MD_ID_BEGIN_RESERVED","features":[187]},{"name":"FP_MD_ID_END_RESERVED","features":[187]},{"name":"FTP_ACCESS","features":[187]},{"name":"FTP_ACCESS_NONE","features":[187]},{"name":"FTP_ACCESS_READ","features":[187]},{"name":"FTP_ACCESS_READ_WRITE","features":[187]},{"name":"FTP_ACCESS_WRITE","features":[187]},{"name":"FTP_PROCESS_CLOSE_SESSION","features":[187]},{"name":"FTP_PROCESS_CONTINUE","features":[187]},{"name":"FTP_PROCESS_REJECT_COMMAND","features":[187]},{"name":"FTP_PROCESS_STATUS","features":[187]},{"name":"FTP_PROCESS_TERMINATE_SESSION","features":[187]},{"name":"FtpProvider","features":[187]},{"name":"GUID_IIS_ALL_TRACE_PROVIDERS","features":[187]},{"name":"GUID_IIS_ASPNET_TRACE_PROVIDER","features":[187]},{"name":"GUID_IIS_ASP_TRACE_TRACE_PROVIDER","features":[187]},{"name":"GUID_IIS_ISAPI_TRACE_PROVIDER","features":[187]},{"name":"GUID_IIS_WWW_GLOBAL_TRACE_PROVIDER","features":[187]},{"name":"GUID_IIS_WWW_SERVER_TRACE_PROVIDER","features":[187]},{"name":"GUID_IIS_WWW_SERVER_V2_TRACE_PROVIDER","features":[187]},{"name":"GetExtensionVersion","features":[1,187]},{"name":"GetFilterVersion","features":[1,187]},{"name":"HCONN","features":[187]},{"name":"HSE_APPEND_LOG_PARAMETER","features":[187]},{"name":"HSE_APP_FLAG_IN_PROCESS","features":[187]},{"name":"HSE_APP_FLAG_ISOLATED_OOP","features":[187]},{"name":"HSE_APP_FLAG_POOLED_OOP","features":[187]},{"name":"HSE_CUSTOM_ERROR_INFO","features":[1,187]},{"name":"HSE_EXEC_UNICODE_URL_INFO","features":[1,187]},{"name":"HSE_EXEC_UNICODE_URL_USER_INFO","features":[1,187]},{"name":"HSE_EXEC_URL_DISABLE_CUSTOM_ERROR","features":[187]},{"name":"HSE_EXEC_URL_ENTITY_INFO","features":[187]},{"name":"HSE_EXEC_URL_HTTP_CACHE_ELIGIBLE","features":[187]},{"name":"HSE_EXEC_URL_IGNORE_CURRENT_INTERCEPTOR","features":[187]},{"name":"HSE_EXEC_URL_IGNORE_VALIDATION_AND_RANGE","features":[187]},{"name":"HSE_EXEC_URL_INFO","features":[1,187]},{"name":"HSE_EXEC_URL_NO_HEADERS","features":[187]},{"name":"HSE_EXEC_URL_SSI_CMD","features":[187]},{"name":"HSE_EXEC_URL_STATUS","features":[187]},{"name":"HSE_EXEC_URL_USER_INFO","features":[1,187]},{"name":"HSE_IO_ASYNC","features":[187]},{"name":"HSE_IO_CACHE_RESPONSE","features":[187]},{"name":"HSE_IO_DISCONNECT_AFTER_SEND","features":[187]},{"name":"HSE_IO_FINAL_SEND","features":[187]},{"name":"HSE_IO_NODELAY","features":[187]},{"name":"HSE_IO_SEND_HEADERS","features":[187]},{"name":"HSE_IO_SYNC","features":[187]},{"name":"HSE_IO_TRY_SKIP_CUSTOM_ERRORS","features":[187]},{"name":"HSE_LOG_BUFFER_LEN","features":[187]},{"name":"HSE_MAX_EXT_DLL_NAME_LEN","features":[187]},{"name":"HSE_REQ_ABORTIVE_CLOSE","features":[187]},{"name":"HSE_REQ_ASYNC_READ_CLIENT","features":[187]},{"name":"HSE_REQ_BASE","features":[187]},{"name":"HSE_REQ_CANCEL_IO","features":[187]},{"name":"HSE_REQ_CLOSE_CONNECTION","features":[187]},{"name":"HSE_REQ_DONE_WITH_SESSION","features":[187]},{"name":"HSE_REQ_END_RESERVED","features":[187]},{"name":"HSE_REQ_EXEC_UNICODE_URL","features":[187]},{"name":"HSE_REQ_EXEC_URL","features":[187]},{"name":"HSE_REQ_GET_ANONYMOUS_TOKEN","features":[187]},{"name":"HSE_REQ_GET_CACHE_INVALIDATION_CALLBACK","features":[187]},{"name":"HSE_REQ_GET_CERT_INFO_EX","features":[187]},{"name":"HSE_REQ_GET_CHANNEL_BINDING_TOKEN","features":[187]},{"name":"HSE_REQ_GET_CONFIG_OBJECT","features":[187]},{"name":"HSE_REQ_GET_EXEC_URL_STATUS","features":[187]},{"name":"HSE_REQ_GET_IMPERSONATION_TOKEN","features":[187]},{"name":"HSE_REQ_GET_PROTOCOL_MANAGER_CUSTOM_INTERFACE_CALLBACK","features":[187]},{"name":"HSE_REQ_GET_SSPI_INFO","features":[187]},{"name":"HSE_REQ_GET_TRACE_INFO","features":[187]},{"name":"HSE_REQ_GET_TRACE_INFO_EX","features":[187]},{"name":"HSE_REQ_GET_UNICODE_ANONYMOUS_TOKEN","features":[187]},{"name":"HSE_REQ_GET_WORKER_PROCESS_SETTINGS","features":[187]},{"name":"HSE_REQ_IO_COMPLETION","features":[187]},{"name":"HSE_REQ_IS_CONNECTED","features":[187]},{"name":"HSE_REQ_IS_IN_PROCESS","features":[187]},{"name":"HSE_REQ_IS_KEEP_CONN","features":[187]},{"name":"HSE_REQ_MAP_UNICODE_URL_TO_PATH","features":[187]},{"name":"HSE_REQ_MAP_UNICODE_URL_TO_PATH_EX","features":[187]},{"name":"HSE_REQ_MAP_URL_TO_PATH","features":[187]},{"name":"HSE_REQ_MAP_URL_TO_PATH_EX","features":[187]},{"name":"HSE_REQ_NORMALIZE_URL","features":[187]},{"name":"HSE_REQ_RAISE_TRACE_EVENT","features":[187]},{"name":"HSE_REQ_REFRESH_ISAPI_ACL","features":[187]},{"name":"HSE_REQ_REPORT_UNHEALTHY","features":[187]},{"name":"HSE_REQ_SEND_CUSTOM_ERROR","features":[187]},{"name":"HSE_REQ_SEND_RESPONSE_HEADER","features":[187]},{"name":"HSE_REQ_SEND_RESPONSE_HEADER_EX","features":[187]},{"name":"HSE_REQ_SEND_URL","features":[187]},{"name":"HSE_REQ_SEND_URL_REDIRECT_RESP","features":[187]},{"name":"HSE_REQ_SET_FLUSH_FLAG","features":[187]},{"name":"HSE_REQ_TRANSMIT_FILE","features":[187]},{"name":"HSE_REQ_VECTOR_SEND","features":[187]},{"name":"HSE_RESPONSE_VECTOR","features":[187]},{"name":"HSE_SEND_HEADER_EX_INFO","features":[1,187]},{"name":"HSE_STATUS_ERROR","features":[187]},{"name":"HSE_STATUS_PENDING","features":[187]},{"name":"HSE_STATUS_SUCCESS","features":[187]},{"name":"HSE_STATUS_SUCCESS_AND_KEEP_CONN","features":[187]},{"name":"HSE_TERM_ADVISORY_UNLOAD","features":[187]},{"name":"HSE_TERM_MUST_UNLOAD","features":[187]},{"name":"HSE_TF_INFO","features":[1,187]},{"name":"HSE_TRACE_INFO","features":[1,187]},{"name":"HSE_UNICODE_URL_MAPEX_INFO","features":[187]},{"name":"HSE_URL_FLAGS_DONT_CACHE","features":[187]},{"name":"HSE_URL_FLAGS_EXECUTE","features":[187]},{"name":"HSE_URL_FLAGS_MAP_CERT","features":[187]},{"name":"HSE_URL_FLAGS_MASK","features":[187]},{"name":"HSE_URL_FLAGS_NEGO_CERT","features":[187]},{"name":"HSE_URL_FLAGS_READ","features":[187]},{"name":"HSE_URL_FLAGS_REQUIRE_CERT","features":[187]},{"name":"HSE_URL_FLAGS_SCRIPT","features":[187]},{"name":"HSE_URL_FLAGS_SSL","features":[187]},{"name":"HSE_URL_FLAGS_SSL128","features":[187]},{"name":"HSE_URL_FLAGS_WRITE","features":[187]},{"name":"HSE_URL_MAPEX_INFO","features":[187]},{"name":"HSE_VECTOR_ELEMENT","features":[187]},{"name":"HSE_VECTOR_ELEMENT_TYPE_FILE_HANDLE","features":[187]},{"name":"HSE_VECTOR_ELEMENT_TYPE_MEMORY_BUFFER","features":[187]},{"name":"HSE_VERSION_INFO","features":[187]},{"name":"HSE_VERSION_MAJOR","features":[187]},{"name":"HSE_VERSION_MINOR","features":[187]},{"name":"HTTP_FILTER_ACCESS_DENIED","features":[187]},{"name":"HTTP_FILTER_AUTHENT","features":[187]},{"name":"HTTP_FILTER_AUTH_COMPLETE_INFO","features":[1,187]},{"name":"HTTP_FILTER_CONTEXT","features":[1,187]},{"name":"HTTP_FILTER_LOG","features":[187]},{"name":"HTTP_FILTER_PREPROC_HEADERS","features":[187]},{"name":"HTTP_FILTER_RAW_DATA","features":[187]},{"name":"HTTP_FILTER_URL_MAP","features":[187]},{"name":"HTTP_FILTER_URL_MAP_EX","features":[187]},{"name":"HTTP_FILTER_VERSION","features":[187]},{"name":"HTTP_TRACE_CONFIGURATION","features":[1,187]},{"name":"HTTP_TRACE_EVENT","features":[187]},{"name":"HTTP_TRACE_EVENT_FLAG_STATIC_DESCRIPTIVE_FIELDS","features":[187]},{"name":"HTTP_TRACE_EVENT_ITEM","features":[187]},{"name":"HTTP_TRACE_LEVEL_END","features":[187]},{"name":"HTTP_TRACE_LEVEL_START","features":[187]},{"name":"HTTP_TRACE_TYPE","features":[187]},{"name":"HTTP_TRACE_TYPE_BOOL","features":[187]},{"name":"HTTP_TRACE_TYPE_BYTE","features":[187]},{"name":"HTTP_TRACE_TYPE_CHAR","features":[187]},{"name":"HTTP_TRACE_TYPE_LONG","features":[187]},{"name":"HTTP_TRACE_TYPE_LONGLONG","features":[187]},{"name":"HTTP_TRACE_TYPE_LPCGUID","features":[187]},{"name":"HTTP_TRACE_TYPE_LPCSTR","features":[187]},{"name":"HTTP_TRACE_TYPE_LPCWSTR","features":[187]},{"name":"HTTP_TRACE_TYPE_SHORT","features":[187]},{"name":"HTTP_TRACE_TYPE_ULONG","features":[187]},{"name":"HTTP_TRACE_TYPE_ULONGLONG","features":[187]},{"name":"HTTP_TRACE_TYPE_USHORT","features":[187]},{"name":"HttpExtensionProc","features":[1,187]},{"name":"HttpFilterProc","features":[1,187]},{"name":"IADMEXT","features":[187]},{"name":"IFtpAuthenticationProvider","features":[187]},{"name":"IFtpAuthorizationProvider","features":[187]},{"name":"IFtpHomeDirectoryProvider","features":[187]},{"name":"IFtpLogProvider","features":[187]},{"name":"IFtpPostprocessProvider","features":[187]},{"name":"IFtpPreprocessProvider","features":[187]},{"name":"IFtpProviderConstruct","features":[187]},{"name":"IFtpRoleProvider","features":[187]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEY","features":[187]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEYA","features":[187]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEYW","features":[187]},{"name":"IISADMIN_EXTENSIONS_REG_KEY","features":[187]},{"name":"IISADMIN_EXTENSIONS_REG_KEYA","features":[187]},{"name":"IISADMIN_EXTENSIONS_REG_KEYW","features":[187]},{"name":"IIS_CLASS_CERTMAPPER","features":[187]},{"name":"IIS_CLASS_CERTMAPPER_W","features":[187]},{"name":"IIS_CLASS_COMPRESS_SCHEME","features":[187]},{"name":"IIS_CLASS_COMPRESS_SCHEMES","features":[187]},{"name":"IIS_CLASS_COMPRESS_SCHEMES_W","features":[187]},{"name":"IIS_CLASS_COMPRESS_SCHEME_W","features":[187]},{"name":"IIS_CLASS_COMPUTER","features":[187]},{"name":"IIS_CLASS_COMPUTER_W","features":[187]},{"name":"IIS_CLASS_FILTER","features":[187]},{"name":"IIS_CLASS_FILTERS","features":[187]},{"name":"IIS_CLASS_FILTERS_W","features":[187]},{"name":"IIS_CLASS_FILTER_W","features":[187]},{"name":"IIS_CLASS_FTP_INFO","features":[187]},{"name":"IIS_CLASS_FTP_INFO_W","features":[187]},{"name":"IIS_CLASS_FTP_SERVER","features":[187]},{"name":"IIS_CLASS_FTP_SERVER_W","features":[187]},{"name":"IIS_CLASS_FTP_SERVICE","features":[187]},{"name":"IIS_CLASS_FTP_SERVICE_W","features":[187]},{"name":"IIS_CLASS_FTP_VDIR","features":[187]},{"name":"IIS_CLASS_FTP_VDIR_W","features":[187]},{"name":"IIS_CLASS_LOG_MODULE","features":[187]},{"name":"IIS_CLASS_LOG_MODULES","features":[187]},{"name":"IIS_CLASS_LOG_MODULES_W","features":[187]},{"name":"IIS_CLASS_LOG_MODULE_W","features":[187]},{"name":"IIS_CLASS_MIMEMAP","features":[187]},{"name":"IIS_CLASS_MIMEMAP_W","features":[187]},{"name":"IIS_CLASS_WEB_DIR","features":[187]},{"name":"IIS_CLASS_WEB_DIR_W","features":[187]},{"name":"IIS_CLASS_WEB_FILE","features":[187]},{"name":"IIS_CLASS_WEB_FILE_W","features":[187]},{"name":"IIS_CLASS_WEB_INFO","features":[187]},{"name":"IIS_CLASS_WEB_INFO_W","features":[187]},{"name":"IIS_CLASS_WEB_SERVER","features":[187]},{"name":"IIS_CLASS_WEB_SERVER_W","features":[187]},{"name":"IIS_CLASS_WEB_SERVICE","features":[187]},{"name":"IIS_CLASS_WEB_SERVICE_W","features":[187]},{"name":"IIS_CLASS_WEB_VDIR","features":[187]},{"name":"IIS_CLASS_WEB_VDIR_W","features":[187]},{"name":"IIS_MD_ADSI_METAID_BEGIN","features":[187]},{"name":"IIS_MD_ADSI_SCHEMA_PATH_A","features":[187]},{"name":"IIS_MD_ADSI_SCHEMA_PATH_W","features":[187]},{"name":"IIS_MD_APPPOOL_BASE","features":[187]},{"name":"IIS_MD_APP_BASE","features":[187]},{"name":"IIS_MD_FILE_PROP_BASE","features":[187]},{"name":"IIS_MD_FTP_BASE","features":[187]},{"name":"IIS_MD_GLOBAL_BASE","features":[187]},{"name":"IIS_MD_HTTP_BASE","features":[187]},{"name":"IIS_MD_ID_BEGIN_RESERVED","features":[187]},{"name":"IIS_MD_ID_END_RESERVED","features":[187]},{"name":"IIS_MD_INSTANCE_ROOT","features":[187]},{"name":"IIS_MD_ISAPI_FILTERS","features":[187]},{"name":"IIS_MD_LOCAL_MACHINE_PATH","features":[187]},{"name":"IIS_MD_LOGCUSTOM_BASE","features":[187]},{"name":"IIS_MD_LOGCUSTOM_LAST","features":[187]},{"name":"IIS_MD_LOG_BASE","features":[187]},{"name":"IIS_MD_LOG_LAST","features":[187]},{"name":"IIS_MD_SERVER_BASE","features":[187]},{"name":"IIS_MD_SSL_BASE","features":[187]},{"name":"IIS_MD_SVC_INFO_PATH","features":[187]},{"name":"IIS_MD_UT_END_RESERVED","features":[187]},{"name":"IIS_MD_UT_FILE","features":[187]},{"name":"IIS_MD_UT_SERVER","features":[187]},{"name":"IIS_MD_UT_WAM","features":[187]},{"name":"IIS_MD_VR_BASE","features":[187]},{"name":"IIS_WEBSOCKET","features":[187]},{"name":"IIS_WEBSOCKET_SERVER_VARIABLE","features":[187]},{"name":"IMAP_MD_ID_BEGIN_RESERVED","features":[187]},{"name":"IMAP_MD_ID_END_RESERVED","features":[187]},{"name":"IMGANIM_ANIMATED","features":[187]},{"name":"IMGANIM_MASK","features":[187]},{"name":"IMGBITS_MASK","features":[187]},{"name":"IMGBITS_NONE","features":[187]},{"name":"IMGBITS_PARTIAL","features":[187]},{"name":"IMGBITS_TOTAL","features":[187]},{"name":"IMGCHG_ANIMATE","features":[187]},{"name":"IMGCHG_COMPLETE","features":[187]},{"name":"IMGCHG_MASK","features":[187]},{"name":"IMGCHG_SIZE","features":[187]},{"name":"IMGCHG_VIEW","features":[187]},{"name":"IMGLOAD_COMPLETE","features":[187]},{"name":"IMGLOAD_ERROR","features":[187]},{"name":"IMGLOAD_LOADING","features":[187]},{"name":"IMGLOAD_MASK","features":[187]},{"name":"IMGLOAD_NOTLOADED","features":[187]},{"name":"IMGLOAD_STOPPED","features":[187]},{"name":"IMGTRANS_MASK","features":[187]},{"name":"IMGTRANS_OPAQUE","features":[187]},{"name":"IMSAdminBase2W","features":[187]},{"name":"IMSAdminBase3W","features":[187]},{"name":"IMSAdminBaseSinkW","features":[187]},{"name":"IMSAdminBaseW","features":[187]},{"name":"IMSImpExpHelpW","features":[187]},{"name":"INVALID_END_METADATA","features":[187]},{"name":"LIBID_ASPTypeLibrary","features":[187]},{"name":"LIBID_IISRSTALib","features":[187]},{"name":"LIBID_WAMREGLib","features":[187]},{"name":"LOGGING_PARAMETERS","features":[187]},{"name":"MB_DONT_IMPERSONATE","features":[187]},{"name":"MD_ACCESS_EXECUTE","features":[187]},{"name":"MD_ACCESS_MAP_CERT","features":[187]},{"name":"MD_ACCESS_MASK","features":[187]},{"name":"MD_ACCESS_NEGO_CERT","features":[187]},{"name":"MD_ACCESS_NO_PHYSICAL_DIR","features":[187]},{"name":"MD_ACCESS_NO_REMOTE_EXECUTE","features":[187]},{"name":"MD_ACCESS_NO_REMOTE_READ","features":[187]},{"name":"MD_ACCESS_NO_REMOTE_SCRIPT","features":[187]},{"name":"MD_ACCESS_NO_REMOTE_WRITE","features":[187]},{"name":"MD_ACCESS_PERM","features":[187]},{"name":"MD_ACCESS_READ","features":[187]},{"name":"MD_ACCESS_REQUIRE_CERT","features":[187]},{"name":"MD_ACCESS_SCRIPT","features":[187]},{"name":"MD_ACCESS_SOURCE","features":[187]},{"name":"MD_ACCESS_SSL","features":[187]},{"name":"MD_ACCESS_SSL128","features":[187]},{"name":"MD_ACCESS_WRITE","features":[187]},{"name":"MD_ACR_ENUM_KEYS","features":[187]},{"name":"MD_ACR_READ","features":[187]},{"name":"MD_ACR_RESTRICTED_WRITE","features":[187]},{"name":"MD_ACR_UNSECURE_PROPS_READ","features":[187]},{"name":"MD_ACR_WRITE","features":[187]},{"name":"MD_ACR_WRITE_DAC","features":[187]},{"name":"MD_ADMIN_ACL","features":[187]},{"name":"MD_ADMIN_INSTANCE","features":[187]},{"name":"MD_ADV_CACHE_TTL","features":[187]},{"name":"MD_ADV_NOTIFY_PWD_EXP_IN_DAYS","features":[187]},{"name":"MD_AD_CONNECTIONS_PASSWORD","features":[187]},{"name":"MD_AD_CONNECTIONS_USERNAME","features":[187]},{"name":"MD_ALLOW_ANONYMOUS","features":[187]},{"name":"MD_ALLOW_KEEPALIVES","features":[187]},{"name":"MD_ALLOW_PATH_INFO_FOR_SCRIPT_MAPPINGS","features":[187]},{"name":"MD_ALLOW_REPLACE_ON_RENAME","features":[187]},{"name":"MD_ANONYMOUS_ONLY","features":[187]},{"name":"MD_ANONYMOUS_PWD","features":[187]},{"name":"MD_ANONYMOUS_USER_NAME","features":[187]},{"name":"MD_ANONYMOUS_USE_SUBAUTH","features":[187]},{"name":"MD_APPPOOL_32_BIT_APP_ON_WIN64","features":[187]},{"name":"MD_APPPOOL_ALLOW_TRANSIENT_REGISTRATION","features":[187]},{"name":"MD_APPPOOL_APPPOOL_ID","features":[187]},{"name":"MD_APPPOOL_AUTO_SHUTDOWN_EXE","features":[187]},{"name":"MD_APPPOOL_AUTO_SHUTDOWN_PARAMS","features":[187]},{"name":"MD_APPPOOL_AUTO_START","features":[187]},{"name":"MD_APPPOOL_COMMAND","features":[187]},{"name":"MD_APPPOOL_COMMAND_START","features":[187]},{"name":"MD_APPPOOL_COMMAND_STOP","features":[187]},{"name":"MD_APPPOOL_DISALLOW_OVERLAPPING_ROTATION","features":[187]},{"name":"MD_APPPOOL_DISALLOW_ROTATION_ON_CONFIG_CHANGE","features":[187]},{"name":"MD_APPPOOL_EMULATION_ON_WINARM64","features":[187]},{"name":"MD_APPPOOL_IDENTITY_TYPE","features":[187]},{"name":"MD_APPPOOL_IDENTITY_TYPE_LOCALSERVICE","features":[187]},{"name":"MD_APPPOOL_IDENTITY_TYPE_LOCALSYSTEM","features":[187]},{"name":"MD_APPPOOL_IDENTITY_TYPE_NETWORKSERVICE","features":[187]},{"name":"MD_APPPOOL_IDENTITY_TYPE_SPECIFICUSER","features":[187]},{"name":"MD_APPPOOL_IDLE_TIMEOUT","features":[187]},{"name":"MD_APPPOOL_MANAGED_PIPELINE_MODE","features":[187]},{"name":"MD_APPPOOL_MANAGED_RUNTIME_VERSION","features":[187]},{"name":"MD_APPPOOL_MAX_PROCESS_COUNT","features":[187]},{"name":"MD_APPPOOL_ORPHAN_ACTION_EXE","features":[187]},{"name":"MD_APPPOOL_ORPHAN_ACTION_PARAMS","features":[187]},{"name":"MD_APPPOOL_ORPHAN_PROCESSES_FOR_DEBUGGING","features":[187]},{"name":"MD_APPPOOL_PERIODIC_RESTART_CONNECTIONS","features":[187]},{"name":"MD_APPPOOL_PERIODIC_RESTART_MEMORY","features":[187]},{"name":"MD_APPPOOL_PERIODIC_RESTART_PRIVATE_MEMORY","features":[187]},{"name":"MD_APPPOOL_PERIODIC_RESTART_REQUEST_COUNT","features":[187]},{"name":"MD_APPPOOL_PERIODIC_RESTART_SCHEDULE","features":[187]},{"name":"MD_APPPOOL_PERIODIC_RESTART_TIME","features":[187]},{"name":"MD_APPPOOL_PINGING_ENABLED","features":[187]},{"name":"MD_APPPOOL_PING_INTERVAL","features":[187]},{"name":"MD_APPPOOL_PING_RESPONSE_TIMELIMIT","features":[187]},{"name":"MD_APPPOOL_RAPID_FAIL_PROTECTION_ENABLED","features":[187]},{"name":"MD_APPPOOL_SHUTDOWN_TIMELIMIT","features":[187]},{"name":"MD_APPPOOL_SMP_AFFINITIZED","features":[187]},{"name":"MD_APPPOOL_SMP_AFFINITIZED_PROCESSOR_MASK","features":[187]},{"name":"MD_APPPOOL_STARTUP_TIMELIMIT","features":[187]},{"name":"MD_APPPOOL_STATE","features":[187]},{"name":"MD_APPPOOL_STATE_STARTED","features":[187]},{"name":"MD_APPPOOL_STATE_STARTING","features":[187]},{"name":"MD_APPPOOL_STATE_STOPPED","features":[187]},{"name":"MD_APPPOOL_STATE_STOPPING","features":[187]},{"name":"MD_APPPOOL_UL_APPPOOL_QUEUE_LENGTH","features":[187]},{"name":"MD_APP_ALLOW_TRANSIENT_REGISTRATION","features":[187]},{"name":"MD_APP_APPPOOL_ID","features":[187]},{"name":"MD_APP_AUTO_START","features":[187]},{"name":"MD_APP_DEPENDENCIES","features":[187]},{"name":"MD_APP_FRIENDLY_NAME","features":[187]},{"name":"MD_APP_ISOLATED","features":[187]},{"name":"MD_APP_OOP_RECOVER_LIMIT","features":[187]},{"name":"MD_APP_PACKAGE_ID","features":[187]},{"name":"MD_APP_PACKAGE_NAME","features":[187]},{"name":"MD_APP_PERIODIC_RESTART_REQUESTS","features":[187]},{"name":"MD_APP_PERIODIC_RESTART_SCHEDULE","features":[187]},{"name":"MD_APP_PERIODIC_RESTART_TIME","features":[187]},{"name":"MD_APP_POOL_LOG_EVENT_ON_PROCESSMODEL","features":[187]},{"name":"MD_APP_POOL_LOG_EVENT_ON_RECYCLE","features":[187]},{"name":"MD_APP_POOL_PROCESSMODEL_IDLE_TIMEOUT","features":[187]},{"name":"MD_APP_POOL_RECYCLE_CONFIG_CHANGE","features":[187]},{"name":"MD_APP_POOL_RECYCLE_ISAPI_UNHEALTHY","features":[187]},{"name":"MD_APP_POOL_RECYCLE_MEMORY","features":[187]},{"name":"MD_APP_POOL_RECYCLE_ON_DEMAND","features":[187]},{"name":"MD_APP_POOL_RECYCLE_PRIVATE_MEMORY","features":[187]},{"name":"MD_APP_POOL_RECYCLE_REQUESTS","features":[187]},{"name":"MD_APP_POOL_RECYCLE_SCHEDULE","features":[187]},{"name":"MD_APP_POOL_RECYCLE_TIME","features":[187]},{"name":"MD_APP_ROOT","features":[187]},{"name":"MD_APP_SHUTDOWN_TIME_LIMIT","features":[187]},{"name":"MD_APP_TRACE_URL_LIST","features":[187]},{"name":"MD_APP_WAM_CLSID","features":[187]},{"name":"MD_ASP_ALLOWOUTOFPROCCMPNTS","features":[187]},{"name":"MD_ASP_ALLOWOUTOFPROCCOMPONENTS","features":[187]},{"name":"MD_ASP_ALLOWSESSIONSTATE","features":[187]},{"name":"MD_ASP_BUFFERINGON","features":[187]},{"name":"MD_ASP_BUFFER_LIMIT","features":[187]},{"name":"MD_ASP_CALCLINENUMBER","features":[187]},{"name":"MD_ASP_CODEPAGE","features":[187]},{"name":"MD_ASP_DISKTEMPLATECACHEDIRECTORY","features":[187]},{"name":"MD_ASP_ENABLEAPPLICATIONRESTART","features":[187]},{"name":"MD_ASP_ENABLEASPHTMLFALLBACK","features":[187]},{"name":"MD_ASP_ENABLECHUNKEDENCODING","features":[187]},{"name":"MD_ASP_ENABLECLIENTDEBUG","features":[187]},{"name":"MD_ASP_ENABLEPARENTPATHS","features":[187]},{"name":"MD_ASP_ENABLESERVERDEBUG","features":[187]},{"name":"MD_ASP_ENABLETYPELIBCACHE","features":[187]},{"name":"MD_ASP_ERRORSTONTLOG","features":[187]},{"name":"MD_ASP_EXCEPTIONCATCHENABLE","features":[187]},{"name":"MD_ASP_EXECUTEINMTA","features":[187]},{"name":"MD_ASP_ID_LAST","features":[187]},{"name":"MD_ASP_KEEPSESSIONIDSECURE","features":[187]},{"name":"MD_ASP_LCID","features":[187]},{"name":"MD_ASP_LOGERRORREQUESTS","features":[187]},{"name":"MD_ASP_MAXDISKTEMPLATECACHEFILES","features":[187]},{"name":"MD_ASP_MAXREQUESTENTITY","features":[187]},{"name":"MD_ASP_MAX_REQUEST_ENTITY_ALLOWED","features":[187]},{"name":"MD_ASP_MEMFREEFACTOR","features":[187]},{"name":"MD_ASP_MINUSEDBLOCKS","features":[187]},{"name":"MD_ASP_PROCESSORTHREADMAX","features":[187]},{"name":"MD_ASP_QUEUECONNECTIONTESTTIME","features":[187]},{"name":"MD_ASP_QUEUETIMEOUT","features":[187]},{"name":"MD_ASP_REQEUSTQUEUEMAX","features":[187]},{"name":"MD_ASP_RUN_ONEND_ANON","features":[187]},{"name":"MD_ASP_SCRIPTENGINECACHEMAX","features":[187]},{"name":"MD_ASP_SCRIPTERRORMESSAGE","features":[187]},{"name":"MD_ASP_SCRIPTERRORSSENTTOBROWSER","features":[187]},{"name":"MD_ASP_SCRIPTFILECACHESIZE","features":[187]},{"name":"MD_ASP_SCRIPTLANGUAGE","features":[187]},{"name":"MD_ASP_SCRIPTLANGUAGELIST","features":[187]},{"name":"MD_ASP_SCRIPTTIMEOUT","features":[187]},{"name":"MD_ASP_SERVICE_ENABLE_SXS","features":[187]},{"name":"MD_ASP_SERVICE_ENABLE_TRACKER","features":[187]},{"name":"MD_ASP_SERVICE_FLAGS","features":[187]},{"name":"MD_ASP_SERVICE_FLAG_FUSION","features":[187]},{"name":"MD_ASP_SERVICE_FLAG_PARTITIONS","features":[187]},{"name":"MD_ASP_SERVICE_FLAG_TRACKER","features":[187]},{"name":"MD_ASP_SERVICE_PARTITION_ID","features":[187]},{"name":"MD_ASP_SERVICE_SXS_NAME","features":[187]},{"name":"MD_ASP_SERVICE_USE_PARTITION","features":[187]},{"name":"MD_ASP_SESSIONMAX","features":[187]},{"name":"MD_ASP_SESSIONTIMEOUT","features":[187]},{"name":"MD_ASP_THREADGATEENABLED","features":[187]},{"name":"MD_ASP_THREADGATELOADHIGH","features":[187]},{"name":"MD_ASP_THREADGATELOADLOW","features":[187]},{"name":"MD_ASP_THREADGATESLEEPDELAY","features":[187]},{"name":"MD_ASP_THREADGATESLEEPMAX","features":[187]},{"name":"MD_ASP_THREADGATETIMESLICE","features":[187]},{"name":"MD_ASP_TRACKTHREADINGMODEL","features":[187]},{"name":"MD_AUTHORIZATION","features":[187]},{"name":"MD_AUTHORIZATION_PERSISTENCE","features":[187]},{"name":"MD_AUTH_ADVNOTIFY_DISABLE","features":[187]},{"name":"MD_AUTH_ANONYMOUS","features":[187]},{"name":"MD_AUTH_BASIC","features":[187]},{"name":"MD_AUTH_CHANGE_DISABLE","features":[187]},{"name":"MD_AUTH_CHANGE_FLAGS","features":[187]},{"name":"MD_AUTH_CHANGE_UNSECURE","features":[187]},{"name":"MD_AUTH_CHANGE_URL","features":[187]},{"name":"MD_AUTH_EXPIRED_UNSECUREURL","features":[187]},{"name":"MD_AUTH_EXPIRED_URL","features":[187]},{"name":"MD_AUTH_MD5","features":[187]},{"name":"MD_AUTH_NT","features":[187]},{"name":"MD_AUTH_PASSPORT","features":[187]},{"name":"MD_AUTH_SINGLEREQUEST","features":[187]},{"name":"MD_AUTH_SINGLEREQUESTALWAYSIFPROXY","features":[187]},{"name":"MD_AUTH_SINGLEREQUESTIFPROXY","features":[187]},{"name":"MD_BACKUP_FORCE_BACKUP","features":[187]},{"name":"MD_BACKUP_HIGHEST_VERSION","features":[187]},{"name":"MD_BACKUP_MAX_LEN","features":[187]},{"name":"MD_BACKUP_MAX_VERSION","features":[187]},{"name":"MD_BACKUP_NEXT_VERSION","features":[187]},{"name":"MD_BACKUP_OVERWRITE","features":[187]},{"name":"MD_BACKUP_SAVE_FIRST","features":[187]},{"name":"MD_BANNER_MESSAGE","features":[187]},{"name":"MD_BINDINGS","features":[187]},{"name":"MD_CACHE_EXTENSIONS","features":[187]},{"name":"MD_CAL_AUTH_RESERVE_TIMEOUT","features":[187]},{"name":"MD_CAL_SSL_RESERVE_TIMEOUT","features":[187]},{"name":"MD_CAL_VC_PER_CONNECT","features":[187]},{"name":"MD_CAL_W3_ERROR","features":[187]},{"name":"MD_CC_MAX_AGE","features":[187]},{"name":"MD_CC_NO_CACHE","features":[187]},{"name":"MD_CC_OTHER","features":[187]},{"name":"MD_CENTRAL_W3C_LOGGING_ENABLED","features":[187]},{"name":"MD_CERT_CACHE_RETRIEVAL_ONLY","features":[187]},{"name":"MD_CERT_CHECK_REVOCATION_FRESHNESS_TIME","features":[187]},{"name":"MD_CERT_NO_REVOC_CHECK","features":[187]},{"name":"MD_CERT_NO_USAGE_CHECK","features":[187]},{"name":"MD_CGI_RESTRICTION_LIST","features":[187]},{"name":"MD_CHANGE_OBJECT_W","features":[187]},{"name":"MD_CHANGE_TYPE_ADD_OBJECT","features":[187]},{"name":"MD_CHANGE_TYPE_DELETE_DATA","features":[187]},{"name":"MD_CHANGE_TYPE_DELETE_OBJECT","features":[187]},{"name":"MD_CHANGE_TYPE_RENAME_OBJECT","features":[187]},{"name":"MD_CHANGE_TYPE_RESTORE","features":[187]},{"name":"MD_CHANGE_TYPE_SET_DATA","features":[187]},{"name":"MD_COMMENTS","features":[187]},{"name":"MD_CONNECTION_TIMEOUT","features":[187]},{"name":"MD_CPU_ACTION","features":[187]},{"name":"MD_CPU_APP_ENABLED","features":[187]},{"name":"MD_CPU_CGI_ENABLED","features":[187]},{"name":"MD_CPU_CGI_LIMIT","features":[187]},{"name":"MD_CPU_DISABLE_ALL_LOGGING","features":[187]},{"name":"MD_CPU_ENABLE_ACTIVE_PROCS","features":[187]},{"name":"MD_CPU_ENABLE_ALL_PROC_LOGGING","features":[187]},{"name":"MD_CPU_ENABLE_APP_LOGGING","features":[187]},{"name":"MD_CPU_ENABLE_CGI_LOGGING","features":[187]},{"name":"MD_CPU_ENABLE_EVENT","features":[187]},{"name":"MD_CPU_ENABLE_KERNEL_TIME","features":[187]},{"name":"MD_CPU_ENABLE_LOGGING","features":[187]},{"name":"MD_CPU_ENABLE_PAGE_FAULTS","features":[187]},{"name":"MD_CPU_ENABLE_PROC_TYPE","features":[187]},{"name":"MD_CPU_ENABLE_TERMINATED_PROCS","features":[187]},{"name":"MD_CPU_ENABLE_TOTAL_PROCS","features":[187]},{"name":"MD_CPU_ENABLE_USER_TIME","features":[187]},{"name":"MD_CPU_KILL_W3WP","features":[187]},{"name":"MD_CPU_LIMIT","features":[187]},{"name":"MD_CPU_LIMITS_ENABLED","features":[187]},{"name":"MD_CPU_LIMIT_LOGEVENT","features":[187]},{"name":"MD_CPU_LIMIT_PAUSE","features":[187]},{"name":"MD_CPU_LIMIT_PRIORITY","features":[187]},{"name":"MD_CPU_LIMIT_PROCSTOP","features":[187]},{"name":"MD_CPU_LOGGING_INTERVAL","features":[187]},{"name":"MD_CPU_LOGGING_MASK","features":[187]},{"name":"MD_CPU_LOGGING_OPTIONS","features":[187]},{"name":"MD_CPU_NO_ACTION","features":[187]},{"name":"MD_CPU_RESET_INTERVAL","features":[187]},{"name":"MD_CPU_THROTTLE","features":[187]},{"name":"MD_CPU_TRACE","features":[187]},{"name":"MD_CREATE_PROCESS_AS_USER","features":[187]},{"name":"MD_CREATE_PROC_NEW_CONSOLE","features":[187]},{"name":"MD_CUSTOM_DEPLOYMENT_DATA","features":[187]},{"name":"MD_CUSTOM_ERROR","features":[187]},{"name":"MD_CUSTOM_ERROR_DESC","features":[187]},{"name":"MD_DEFAULT_BACKUP_LOCATION","features":[187]},{"name":"MD_DEFAULT_LOAD_FILE","features":[187]},{"name":"MD_DEFAULT_LOGON_DOMAIN","features":[187]},{"name":"MD_DEMAND_START_THRESHOLD","features":[187]},{"name":"MD_DIRBROW_ENABLED","features":[187]},{"name":"MD_DIRBROW_LOADDEFAULT","features":[187]},{"name":"MD_DIRBROW_LONG_DATE","features":[187]},{"name":"MD_DIRBROW_SHOW_DATE","features":[187]},{"name":"MD_DIRBROW_SHOW_EXTENSION","features":[187]},{"name":"MD_DIRBROW_SHOW_SIZE","features":[187]},{"name":"MD_DIRBROW_SHOW_TIME","features":[187]},{"name":"MD_DIRECTORY_BROWSING","features":[187]},{"name":"MD_DISABLE_SOCKET_POOLING","features":[187]},{"name":"MD_DONT_LOG","features":[187]},{"name":"MD_DOWNLEVEL_ADMIN_INSTANCE","features":[187]},{"name":"MD_DO_REVERSE_DNS","features":[187]},{"name":"MD_ENABLEDPROTOCOLS","features":[187]},{"name":"MD_ENABLE_URL_AUTHORIZATION","features":[187]},{"name":"MD_ERROR_CANNOT_REMOVE_SECURE_ATTRIBUTE","features":[187]},{"name":"MD_ERROR_DATA_NOT_FOUND","features":[187]},{"name":"MD_ERROR_IISAO_INVALID_SCHEMA","features":[187]},{"name":"MD_ERROR_INVALID_VERSION","features":[187]},{"name":"MD_ERROR_NOT_INITIALIZED","features":[187]},{"name":"MD_ERROR_NO_SESSION_KEY","features":[187]},{"name":"MD_ERROR_READ_METABASE_FILE","features":[187]},{"name":"MD_ERROR_SECURE_CHANNEL_FAILURE","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_CONTENT_LENGTH","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_DEPTH","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_DESTINATION","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_IF","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_LOCK_TOKEN","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_OVERWRITE","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_REQUEST_BODY","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_TIMEOUT","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_TRANSLATE","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_WEBSOCKET_REQUEST","features":[187]},{"name":"MD_ERROR_SUB400_INVALID_XFF_HEADER","features":[187]},{"name":"MD_ERROR_SUB401_APPLICATION","features":[187]},{"name":"MD_ERROR_SUB401_FILTER","features":[187]},{"name":"MD_ERROR_SUB401_LOGON","features":[187]},{"name":"MD_ERROR_SUB401_LOGON_ACL","features":[187]},{"name":"MD_ERROR_SUB401_LOGON_CONFIG","features":[187]},{"name":"MD_ERROR_SUB401_URLAUTH_POLICY","features":[187]},{"name":"MD_ERROR_SUB403_ADDR_REJECT","features":[187]},{"name":"MD_ERROR_SUB403_APPPOOL_DENIED","features":[187]},{"name":"MD_ERROR_SUB403_CAL_EXCEEDED","features":[187]},{"name":"MD_ERROR_SUB403_CERT_BAD","features":[187]},{"name":"MD_ERROR_SUB403_CERT_REQUIRED","features":[187]},{"name":"MD_ERROR_SUB403_CERT_REVOKED","features":[187]},{"name":"MD_ERROR_SUB403_CERT_TIME_INVALID","features":[187]},{"name":"MD_ERROR_SUB403_DIR_LIST_DENIED","features":[187]},{"name":"MD_ERROR_SUB403_EXECUTE_ACCESS_DENIED","features":[187]},{"name":"MD_ERROR_SUB403_INFINITE_DEPTH_DENIED","features":[187]},{"name":"MD_ERROR_SUB403_INSUFFICIENT_PRIVILEGE_FOR_CGI","features":[187]},{"name":"MD_ERROR_SUB403_INVALID_CNFG","features":[187]},{"name":"MD_ERROR_SUB403_LOCK_TOKEN_REQUIRED","features":[187]},{"name":"MD_ERROR_SUB403_MAPPER_DENY_ACCESS","features":[187]},{"name":"MD_ERROR_SUB403_PASSPORT_LOGIN_FAILURE","features":[187]},{"name":"MD_ERROR_SUB403_PWD_CHANGE","features":[187]},{"name":"MD_ERROR_SUB403_READ_ACCESS_DENIED","features":[187]},{"name":"MD_ERROR_SUB403_SITE_ACCESS_DENIED","features":[187]},{"name":"MD_ERROR_SUB403_SOURCE_ACCESS_DENIED","features":[187]},{"name":"MD_ERROR_SUB403_SSL128_REQUIRED","features":[187]},{"name":"MD_ERROR_SUB403_SSL_REQUIRED","features":[187]},{"name":"MD_ERROR_SUB403_TOO_MANY_USERS","features":[187]},{"name":"MD_ERROR_SUB403_VALIDATION_FAILURE","features":[187]},{"name":"MD_ERROR_SUB403_WRITE_ACCESS_DENIED","features":[187]},{"name":"MD_ERROR_SUB404_DENIED_BY_FILTERING_RULE","features":[187]},{"name":"MD_ERROR_SUB404_DENIED_BY_MIMEMAP","features":[187]},{"name":"MD_ERROR_SUB404_DENIED_BY_POLICY","features":[187]},{"name":"MD_ERROR_SUB404_FILE_ATTRIBUTE_HIDDEN","features":[187]},{"name":"MD_ERROR_SUB404_FILE_EXTENSION_DENIED","features":[187]},{"name":"MD_ERROR_SUB404_HIDDEN_SEGMENT","features":[187]},{"name":"MD_ERROR_SUB404_NO_HANDLER","features":[187]},{"name":"MD_ERROR_SUB404_PRECONDITIONED_HANDLER","features":[187]},{"name":"MD_ERROR_SUB404_QUERY_STRING_SEQUENCE_DENIED","features":[187]},{"name":"MD_ERROR_SUB404_QUERY_STRING_TOO_LONG","features":[187]},{"name":"MD_ERROR_SUB404_SITE_NOT_FOUND","features":[187]},{"name":"MD_ERROR_SUB404_STATICFILE_DAV","features":[187]},{"name":"MD_ERROR_SUB404_TOO_MANY_URL_SEGMENTS","features":[187]},{"name":"MD_ERROR_SUB404_URL_DOUBLE_ESCAPED","features":[187]},{"name":"MD_ERROR_SUB404_URL_HAS_HIGH_BIT_CHARS","features":[187]},{"name":"MD_ERROR_SUB404_URL_SEQUENCE_DENIED","features":[187]},{"name":"MD_ERROR_SUB404_URL_TOO_LONG","features":[187]},{"name":"MD_ERROR_SUB404_VERB_DENIED","features":[187]},{"name":"MD_ERROR_SUB413_CONTENT_LENGTH_TOO_LARGE","features":[187]},{"name":"MD_ERROR_SUB423_LOCK_TOKEN_SUBMITTED","features":[187]},{"name":"MD_ERROR_SUB423_NO_CONFLICTING_LOCK","features":[187]},{"name":"MD_ERROR_SUB500_ASPNET_HANDLERS","features":[187]},{"name":"MD_ERROR_SUB500_ASPNET_IMPERSONATION","features":[187]},{"name":"MD_ERROR_SUB500_ASPNET_MODULES","features":[187]},{"name":"MD_ERROR_SUB500_BAD_METADATA","features":[187]},{"name":"MD_ERROR_SUB500_HANDLERS_MODULE","features":[187]},{"name":"MD_ERROR_SUB500_UNC_ACCESS","features":[187]},{"name":"MD_ERROR_SUB500_URLAUTH_NO_SCOPE","features":[187]},{"name":"MD_ERROR_SUB500_URLAUTH_NO_STORE","features":[187]},{"name":"MD_ERROR_SUB500_URLAUTH_STORE_ERROR","features":[187]},{"name":"MD_ERROR_SUB502_ARR_CONNECTION_ERROR","features":[187]},{"name":"MD_ERROR_SUB502_ARR_NO_SERVER","features":[187]},{"name":"MD_ERROR_SUB502_PREMATURE_EXIT","features":[187]},{"name":"MD_ERROR_SUB502_TIMEOUT","features":[187]},{"name":"MD_ERROR_SUB503_APP_CONCURRENT","features":[187]},{"name":"MD_ERROR_SUB503_ASPNET_QUEUE_FULL","features":[187]},{"name":"MD_ERROR_SUB503_CONNECTION_LIMIT","features":[187]},{"name":"MD_ERROR_SUB503_CPU_LIMIT","features":[187]},{"name":"MD_ERROR_SUB503_FASTCGI_QUEUE_FULL","features":[187]},{"name":"MD_EXIT_MESSAGE","features":[187]},{"name":"MD_EXPORT_INHERITED","features":[187]},{"name":"MD_EXPORT_NODE_ONLY","features":[187]},{"name":"MD_EXTLOG_BYTES_RECV","features":[187]},{"name":"MD_EXTLOG_BYTES_SENT","features":[187]},{"name":"MD_EXTLOG_CLIENT_IP","features":[187]},{"name":"MD_EXTLOG_COMPUTER_NAME","features":[187]},{"name":"MD_EXTLOG_COOKIE","features":[187]},{"name":"MD_EXTLOG_DATE","features":[187]},{"name":"MD_EXTLOG_HOST","features":[187]},{"name":"MD_EXTLOG_HTTP_STATUS","features":[187]},{"name":"MD_EXTLOG_HTTP_SUB_STATUS","features":[187]},{"name":"MD_EXTLOG_METHOD","features":[187]},{"name":"MD_EXTLOG_PROTOCOL_VERSION","features":[187]},{"name":"MD_EXTLOG_REFERER","features":[187]},{"name":"MD_EXTLOG_SERVER_IP","features":[187]},{"name":"MD_EXTLOG_SERVER_PORT","features":[187]},{"name":"MD_EXTLOG_SITE_NAME","features":[187]},{"name":"MD_EXTLOG_TIME","features":[187]},{"name":"MD_EXTLOG_TIME_TAKEN","features":[187]},{"name":"MD_EXTLOG_URI_QUERY","features":[187]},{"name":"MD_EXTLOG_URI_STEM","features":[187]},{"name":"MD_EXTLOG_USERNAME","features":[187]},{"name":"MD_EXTLOG_USER_AGENT","features":[187]},{"name":"MD_EXTLOG_WIN32_STATUS","features":[187]},{"name":"MD_FILTER_DESCRIPTION","features":[187]},{"name":"MD_FILTER_ENABLED","features":[187]},{"name":"MD_FILTER_ENABLE_CACHE","features":[187]},{"name":"MD_FILTER_FLAGS","features":[187]},{"name":"MD_FILTER_IMAGE_PATH","features":[187]},{"name":"MD_FILTER_LOAD_ORDER","features":[187]},{"name":"MD_FILTER_STATE","features":[187]},{"name":"MD_FILTER_STATE_LOADED","features":[187]},{"name":"MD_FILTER_STATE_UNLOADED","features":[187]},{"name":"MD_FOOTER_DOCUMENT","features":[187]},{"name":"MD_FOOTER_ENABLED","features":[187]},{"name":"MD_FRONTPAGE_WEB","features":[187]},{"name":"MD_FTPS_128_BITS","features":[187]},{"name":"MD_FTPS_ALLOW_CCC","features":[187]},{"name":"MD_FTPS_SECURE_ANONYMOUS","features":[187]},{"name":"MD_FTPS_SECURE_CONTROL_CHANNEL","features":[187]},{"name":"MD_FTPS_SECURE_DATA_CHANNEL","features":[187]},{"name":"MD_FTP_KEEP_PARTIAL_UPLOADS","features":[187]},{"name":"MD_FTP_LOG_IN_UTF_8","features":[187]},{"name":"MD_FTP_PASV_RESPONSE_IP","features":[187]},{"name":"MD_FTP_UTF8_FILE_NAMES","features":[187]},{"name":"MD_GLOBAL_BINARY_LOGGING_ENABLED","features":[187]},{"name":"MD_GLOBAL_BINSCHEMATIMESTAMP","features":[187]},{"name":"MD_GLOBAL_CHANGE_NUMBER","features":[187]},{"name":"MD_GLOBAL_EDIT_WHILE_RUNNING_MAJOR_VERSION_NUMBER","features":[187]},{"name":"MD_GLOBAL_EDIT_WHILE_RUNNING_MINOR_VERSION_NUMBER","features":[187]},{"name":"MD_GLOBAL_LOG_IN_UTF_8","features":[187]},{"name":"MD_GLOBAL_SESSIONKEY","features":[187]},{"name":"MD_GLOBAL_STANDARD_APP_MODE_ENABLED","features":[187]},{"name":"MD_GLOBAL_XMLSCHEMATIMESTAMP","features":[187]},{"name":"MD_GREETING_MESSAGE","features":[187]},{"name":"MD_HC_CACHE_CONTROL_HEADER","features":[187]},{"name":"MD_HC_COMPRESSION_BUFFER_SIZE","features":[187]},{"name":"MD_HC_COMPRESSION_DIRECTORY","features":[187]},{"name":"MD_HC_COMPRESSION_DLL","features":[187]},{"name":"MD_HC_CREATE_FLAGS","features":[187]},{"name":"MD_HC_DO_DISK_SPACE_LIMITING","features":[187]},{"name":"MD_HC_DO_DYNAMIC_COMPRESSION","features":[187]},{"name":"MD_HC_DO_NAMESPACE_DYNAMIC_COMPRESSION","features":[187]},{"name":"MD_HC_DO_NAMESPACE_STATIC_COMPRESSION","features":[187]},{"name":"MD_HC_DO_ON_DEMAND_COMPRESSION","features":[187]},{"name":"MD_HC_DO_STATIC_COMPRESSION","features":[187]},{"name":"MD_HC_DYNAMIC_COMPRESSION_LEVEL","features":[187]},{"name":"MD_HC_EXPIRES_HEADER","features":[187]},{"name":"MD_HC_FILES_DELETED_PER_DISK_FREE","features":[187]},{"name":"MD_HC_FILE_EXTENSIONS","features":[187]},{"name":"MD_HC_IO_BUFFER_SIZE","features":[187]},{"name":"MD_HC_MAX_DISK_SPACE_USAGE","features":[187]},{"name":"MD_HC_MAX_QUEUE_LENGTH","features":[187]},{"name":"MD_HC_MIME_TYPE","features":[187]},{"name":"MD_HC_MIN_FILE_SIZE_FOR_COMP","features":[187]},{"name":"MD_HC_NO_COMPRESSION_FOR_HTTP_10","features":[187]},{"name":"MD_HC_NO_COMPRESSION_FOR_PROXIES","features":[187]},{"name":"MD_HC_NO_COMPRESSION_FOR_RANGE","features":[187]},{"name":"MD_HC_ON_DEMAND_COMP_LEVEL","features":[187]},{"name":"MD_HC_PRIORITY","features":[187]},{"name":"MD_HC_SCRIPT_FILE_EXTENSIONS","features":[187]},{"name":"MD_HC_SEND_CACHE_HEADERS","features":[187]},{"name":"MD_HEADER_WAIT_TIMEOUT","features":[187]},{"name":"MD_HISTORY_LATEST","features":[187]},{"name":"MD_HTTPERRORS_EXISTING_RESPONSE","features":[187]},{"name":"MD_HTTP_CUSTOM","features":[187]},{"name":"MD_HTTP_EXPIRES","features":[187]},{"name":"MD_HTTP_FORWARDER_CUSTOM","features":[187]},{"name":"MD_HTTP_PICS","features":[187]},{"name":"MD_HTTP_REDIRECT","features":[187]},{"name":"MD_IISADMIN_EXTENSIONS","features":[187]},{"name":"MD_IMPORT_INHERITED","features":[187]},{"name":"MD_IMPORT_MERGE","features":[187]},{"name":"MD_IMPORT_NODE_ONLY","features":[187]},{"name":"MD_INSERT_PATH_STRING","features":[187]},{"name":"MD_INSERT_PATH_STRINGA","features":[187]},{"name":"MD_IN_PROCESS_ISAPI_APPS","features":[187]},{"name":"MD_IP_SEC","features":[187]},{"name":"MD_ISAPI_RESTRICTION_LIST","features":[187]},{"name":"MD_IS_CONTENT_INDEXED","features":[187]},{"name":"MD_KEY_TYPE","features":[187]},{"name":"MD_LEVELS_TO_SCAN","features":[187]},{"name":"MD_LOAD_BALANCER_CAPABILITIES","features":[187]},{"name":"MD_LOAD_BALANCER_CAPABILITIES_BASIC","features":[187]},{"name":"MD_LOAD_BALANCER_CAPABILITIES_SOPHISTICATED","features":[187]},{"name":"MD_LOCATION","features":[187]},{"name":"MD_LOGCUSTOM_DATATYPE_DOUBLE","features":[187]},{"name":"MD_LOGCUSTOM_DATATYPE_FLOAT","features":[187]},{"name":"MD_LOGCUSTOM_DATATYPE_INT","features":[187]},{"name":"MD_LOGCUSTOM_DATATYPE_LONG","features":[187]},{"name":"MD_LOGCUSTOM_DATATYPE_LPSTR","features":[187]},{"name":"MD_LOGCUSTOM_DATATYPE_LPWSTR","features":[187]},{"name":"MD_LOGCUSTOM_DATATYPE_UINT","features":[187]},{"name":"MD_LOGCUSTOM_DATATYPE_ULONG","features":[187]},{"name":"MD_LOGCUSTOM_PROPERTY_DATATYPE","features":[187]},{"name":"MD_LOGCUSTOM_PROPERTY_HEADER","features":[187]},{"name":"MD_LOGCUSTOM_PROPERTY_ID","features":[187]},{"name":"MD_LOGCUSTOM_PROPERTY_MASK","features":[187]},{"name":"MD_LOGCUSTOM_PROPERTY_NAME","features":[187]},{"name":"MD_LOGCUSTOM_PROPERTY_NODE_ID","features":[187]},{"name":"MD_LOGCUSTOM_SERVICES_STRING","features":[187]},{"name":"MD_LOGEXT_FIELD_MASK","features":[187]},{"name":"MD_LOGEXT_FIELD_MASK2","features":[187]},{"name":"MD_LOGFILE_DIRECTORY","features":[187]},{"name":"MD_LOGFILE_LOCALTIME_ROLLOVER","features":[187]},{"name":"MD_LOGFILE_PERIOD","features":[187]},{"name":"MD_LOGFILE_PERIOD_DAILY","features":[187]},{"name":"MD_LOGFILE_PERIOD_HOURLY","features":[187]},{"name":"MD_LOGFILE_PERIOD_MAXSIZE","features":[187]},{"name":"MD_LOGFILE_PERIOD_MONTHLY","features":[187]},{"name":"MD_LOGFILE_PERIOD_NONE","features":[187]},{"name":"MD_LOGFILE_PERIOD_WEEKLY","features":[187]},{"name":"MD_LOGFILE_TRUNCATE_SIZE","features":[187]},{"name":"MD_LOGON_BATCH","features":[187]},{"name":"MD_LOGON_INTERACTIVE","features":[187]},{"name":"MD_LOGON_METHOD","features":[187]},{"name":"MD_LOGON_NETWORK","features":[187]},{"name":"MD_LOGON_NETWORK_CLEARTEXT","features":[187]},{"name":"MD_LOGSQL_DATA_SOURCES","features":[187]},{"name":"MD_LOGSQL_PASSWORD","features":[187]},{"name":"MD_LOGSQL_TABLE_NAME","features":[187]},{"name":"MD_LOGSQL_USER_NAME","features":[187]},{"name":"MD_LOG_ANONYMOUS","features":[187]},{"name":"MD_LOG_NONANONYMOUS","features":[187]},{"name":"MD_LOG_PLUGINS_AVAILABLE","features":[187]},{"name":"MD_LOG_PLUGIN_MOD_ID","features":[187]},{"name":"MD_LOG_PLUGIN_ORDER","features":[187]},{"name":"MD_LOG_PLUGIN_UI_ID","features":[187]},{"name":"MD_LOG_TYPE","features":[187]},{"name":"MD_LOG_TYPE_DISABLED","features":[187]},{"name":"MD_LOG_TYPE_ENABLED","features":[187]},{"name":"MD_LOG_UNUSED1","features":[187]},{"name":"MD_MAX_BANDWIDTH","features":[187]},{"name":"MD_MAX_BANDWIDTH_BLOCKED","features":[187]},{"name":"MD_MAX_CHANGE_ENTRIES","features":[187]},{"name":"MD_MAX_CLIENTS_MESSAGE","features":[187]},{"name":"MD_MAX_CONNECTIONS","features":[187]},{"name":"MD_MAX_ENDPOINT_CONNECTIONS","features":[187]},{"name":"MD_MAX_ERROR_FILES","features":[187]},{"name":"MD_MAX_GLOBAL_BANDWIDTH","features":[187]},{"name":"MD_MAX_GLOBAL_CONNECTIONS","features":[187]},{"name":"MD_MAX_REQUEST_ENTITY_ALLOWED","features":[187]},{"name":"MD_MD_SERVER_SS_AUTH_MAPPING","features":[187]},{"name":"MD_METADATA_ID_REGISTRATION","features":[187]},{"name":"MD_MIME_MAP","features":[187]},{"name":"MD_MIN_FILE_BYTES_PER_SEC","features":[187]},{"name":"MD_MSDOS_DIR_OUTPUT","features":[187]},{"name":"MD_NETLOGON_WKS_DNS","features":[187]},{"name":"MD_NETLOGON_WKS_IP","features":[187]},{"name":"MD_NETLOGON_WKS_NONE","features":[187]},{"name":"MD_NET_LOGON_WKS","features":[187]},{"name":"MD_NOTIFEXAUTH_NTLMSSL","features":[187]},{"name":"MD_NOTIFY_ACCESS_DENIED","features":[187]},{"name":"MD_NOTIFY_AUTHENTICATION","features":[187]},{"name":"MD_NOTIFY_AUTH_COMPLETE","features":[187]},{"name":"MD_NOTIFY_END_OF_NET_SESSION","features":[187]},{"name":"MD_NOTIFY_END_OF_REQUEST","features":[187]},{"name":"MD_NOTIFY_LOG","features":[187]},{"name":"MD_NOTIFY_NONSECURE_PORT","features":[187]},{"name":"MD_NOTIFY_ORDER_DEFAULT","features":[187]},{"name":"MD_NOTIFY_ORDER_HIGH","features":[187]},{"name":"MD_NOTIFY_ORDER_LOW","features":[187]},{"name":"MD_NOTIFY_ORDER_MEDIUM","features":[187]},{"name":"MD_NOTIFY_PREPROC_HEADERS","features":[187]},{"name":"MD_NOTIFY_READ_RAW_DATA","features":[187]},{"name":"MD_NOTIFY_SECURE_PORT","features":[187]},{"name":"MD_NOTIFY_SEND_RAW_DATA","features":[187]},{"name":"MD_NOTIFY_SEND_RESPONSE","features":[187]},{"name":"MD_NOTIFY_URL_MAP","features":[187]},{"name":"MD_NOT_DELETABLE","features":[187]},{"name":"MD_NTAUTHENTICATION_PROVIDERS","features":[187]},{"name":"MD_PASSIVE_PORT_RANGE","features":[187]},{"name":"MD_PASSPORT_NEED_MAPPING","features":[187]},{"name":"MD_PASSPORT_NO_MAPPING","features":[187]},{"name":"MD_PASSPORT_REQUIRE_AD_MAPPING","features":[187]},{"name":"MD_PASSPORT_TRY_MAPPING","features":[187]},{"name":"MD_POOL_IDC_TIMEOUT","features":[187]},{"name":"MD_PROCESS_NTCR_IF_LOGGED_ON","features":[187]},{"name":"MD_PUT_READ_SIZE","features":[187]},{"name":"MD_RAPID_FAIL_PROTECTION_INTERVAL","features":[187]},{"name":"MD_RAPID_FAIL_PROTECTION_MAX_CRASHES","features":[187]},{"name":"MD_REALM","features":[187]},{"name":"MD_REDIRECT_HEADERS","features":[187]},{"name":"MD_RESTRICTION_LIST_CUSTOM_DESC","features":[187]},{"name":"MD_ROOT_ENABLE_EDIT_WHILE_RUNNING","features":[187]},{"name":"MD_ROOT_ENABLE_HISTORY","features":[187]},{"name":"MD_ROOT_MAX_HISTORY_FILES","features":[187]},{"name":"MD_SCHEMA_METAID","features":[187]},{"name":"MD_SCRIPTMAPFLAG_ALLOWED_ON_READ_DIR","features":[187]},{"name":"MD_SCRIPTMAPFLAG_CHECK_PATH_INFO","features":[187]},{"name":"MD_SCRIPTMAPFLAG_SCRIPT","features":[187]},{"name":"MD_SCRIPT_MAPS","features":[187]},{"name":"MD_SCRIPT_TIMEOUT","features":[187]},{"name":"MD_SECURE_BINDINGS","features":[187]},{"name":"MD_SECURITY_SETUP_REQUIRED","features":[187]},{"name":"MD_SERVER_AUTOSTART","features":[187]},{"name":"MD_SERVER_BINDINGS","features":[187]},{"name":"MD_SERVER_COMMAND","features":[187]},{"name":"MD_SERVER_COMMAND_CONTINUE","features":[187]},{"name":"MD_SERVER_COMMAND_PAUSE","features":[187]},{"name":"MD_SERVER_COMMAND_START","features":[187]},{"name":"MD_SERVER_COMMAND_STOP","features":[187]},{"name":"MD_SERVER_COMMENT","features":[187]},{"name":"MD_SERVER_CONFIGURATION_INFO","features":[187]},{"name":"MD_SERVER_CONFIG_ALLOW_ENCRYPT","features":[187]},{"name":"MD_SERVER_CONFIG_AUTO_PW_SYNC","features":[187]},{"name":"MD_SERVER_CONFIG_SSL_128","features":[187]},{"name":"MD_SERVER_CONFIG_SSL_40","features":[187]},{"name":"MD_SERVER_LISTEN_BACKLOG","features":[187]},{"name":"MD_SERVER_LISTEN_TIMEOUT","features":[187]},{"name":"MD_SERVER_SIZE","features":[187]},{"name":"MD_SERVER_SIZE_LARGE","features":[187]},{"name":"MD_SERVER_SIZE_MEDIUM","features":[187]},{"name":"MD_SERVER_SIZE_SMALL","features":[187]},{"name":"MD_SERVER_STATE","features":[187]},{"name":"MD_SERVER_STATE_CONTINUING","features":[187]},{"name":"MD_SERVER_STATE_PAUSED","features":[187]},{"name":"MD_SERVER_STATE_PAUSING","features":[187]},{"name":"MD_SERVER_STATE_STARTED","features":[187]},{"name":"MD_SERVER_STATE_STARTING","features":[187]},{"name":"MD_SERVER_STATE_STOPPED","features":[187]},{"name":"MD_SERVER_STATE_STOPPING","features":[187]},{"name":"MD_SET_HOST_NAME","features":[187]},{"name":"MD_SHOW_4_DIGIT_YEAR","features":[187]},{"name":"MD_SSI_EXEC_DISABLED","features":[187]},{"name":"MD_SSL_ACCESS_PERM","features":[187]},{"name":"MD_SSL_ALWAYS_NEGO_CLIENT_CERT","features":[187]},{"name":"MD_SSL_KEY_PASSWORD","features":[187]},{"name":"MD_SSL_KEY_REQUEST","features":[187]},{"name":"MD_SSL_PRIVATE_KEY","features":[187]},{"name":"MD_SSL_PUBLIC_KEY","features":[187]},{"name":"MD_SSL_USE_DS_MAPPER","features":[187]},{"name":"MD_STOP_LISTENING","features":[187]},{"name":"MD_SUPPRESS_DEFAULT_BANNER","features":[187]},{"name":"MD_UPLOAD_READAHEAD_SIZE","features":[187]},{"name":"MD_URL_AUTHORIZATION_IMPERSONATION_LEVEL","features":[187]},{"name":"MD_URL_AUTHORIZATION_SCOPE_NAME","features":[187]},{"name":"MD_URL_AUTHORIZATION_STORE_NAME","features":[187]},{"name":"MD_USER_ISOLATION","features":[187]},{"name":"MD_USER_ISOLATION_AD","features":[187]},{"name":"MD_USER_ISOLATION_BASIC","features":[187]},{"name":"MD_USER_ISOLATION_LAST","features":[187]},{"name":"MD_USER_ISOLATION_NONE","features":[187]},{"name":"MD_USE_DIGEST_SSP","features":[187]},{"name":"MD_USE_HOST_NAME","features":[187]},{"name":"MD_VR_IGNORE_TRANSLATE","features":[187]},{"name":"MD_VR_NO_CACHE","features":[187]},{"name":"MD_VR_PASSTHROUGH","features":[187]},{"name":"MD_VR_PASSWORD","features":[187]},{"name":"MD_VR_PATH","features":[187]},{"name":"MD_VR_USERNAME","features":[187]},{"name":"MD_WAM_PWD","features":[187]},{"name":"MD_WAM_USER_NAME","features":[187]},{"name":"MD_WARNING_DUP_NAME","features":[187]},{"name":"MD_WARNING_INVALID_DATA","features":[187]},{"name":"MD_WARNING_PATH_NOT_FOUND","features":[187]},{"name":"MD_WARNING_PATH_NOT_INSERTED","features":[187]},{"name":"MD_WARNING_SAVE_FAILED","features":[187]},{"name":"MD_WEBDAV_MAX_ATTRIBUTES_PER_ELEMENT","features":[187]},{"name":"MD_WEB_SVC_EXT_RESTRICTION_LIST","features":[187]},{"name":"MD_WIN32_ERROR","features":[187]},{"name":"METADATATYPES","features":[187]},{"name":"METADATA_DONT_EXPAND","features":[187]},{"name":"METADATA_GETALL_INTERNAL_RECORD","features":[187]},{"name":"METADATA_GETALL_RECORD","features":[187]},{"name":"METADATA_HANDLE_INFO","features":[187]},{"name":"METADATA_INHERIT","features":[187]},{"name":"METADATA_INSERT_PATH","features":[187]},{"name":"METADATA_ISINHERITED","features":[187]},{"name":"METADATA_LOCAL_MACHINE_ONLY","features":[187]},{"name":"METADATA_MASTER_ROOT_HANDLE","features":[187]},{"name":"METADATA_MAX_NAME_LEN","features":[187]},{"name":"METADATA_NON_SECURE_ONLY","features":[187]},{"name":"METADATA_NO_ATTRIBUTES","features":[187]},{"name":"METADATA_PARTIAL_PATH","features":[187]},{"name":"METADATA_PERMISSION_READ","features":[187]},{"name":"METADATA_PERMISSION_WRITE","features":[187]},{"name":"METADATA_RECORD","features":[187]},{"name":"METADATA_REFERENCE","features":[187]},{"name":"METADATA_SECURE","features":[187]},{"name":"METADATA_VOLATILE","features":[187]},{"name":"MSCS_MD_ID_BEGIN_RESERVED","features":[187]},{"name":"MSCS_MD_ID_END_RESERVED","features":[187]},{"name":"MULTISZ_METADATA","features":[187]},{"name":"NNTP_MD_ID_BEGIN_RESERVED","features":[187]},{"name":"NNTP_MD_ID_END_RESERVED","features":[187]},{"name":"PFN_GETEXTENSIONVERSION","features":[1,187]},{"name":"PFN_HSE_CACHE_INVALIDATION_CALLBACK","features":[187]},{"name":"PFN_HSE_GET_PROTOCOL_MANAGER_CUSTOM_INTERFACE_CALLBACK","features":[187]},{"name":"PFN_HSE_IO_COMPLETION","features":[1,187]},{"name":"PFN_HTTPEXTENSIONPROC","features":[1,187]},{"name":"PFN_IIS_GETSERVERVARIABLE","features":[1,187]},{"name":"PFN_IIS_READCLIENT","features":[1,187]},{"name":"PFN_IIS_SERVERSUPPORTFUNCTION","features":[1,187]},{"name":"PFN_IIS_WRITECLIENT","features":[1,187]},{"name":"PFN_TERMINATEEXTENSION","features":[1,187]},{"name":"PFN_WEB_CORE_ACTIVATE","features":[187]},{"name":"PFN_WEB_CORE_SET_METADATA_DLL_ENTRY","features":[187]},{"name":"PFN_WEB_CORE_SHUTDOWN","features":[187]},{"name":"POP3_MD_ID_BEGIN_RESERVED","features":[187]},{"name":"POP3_MD_ID_END_RESERVED","features":[187]},{"name":"POST_PROCESS_PARAMETERS","features":[1,187]},{"name":"PRE_PROCESS_PARAMETERS","features":[1,187]},{"name":"SF_DENIED_APPLICATION","features":[187]},{"name":"SF_DENIED_BY_CONFIG","features":[187]},{"name":"SF_DENIED_FILTER","features":[187]},{"name":"SF_DENIED_LOGON","features":[187]},{"name":"SF_DENIED_RESOURCE","features":[187]},{"name":"SF_MAX_AUTH_TYPE","features":[187]},{"name":"SF_MAX_FILTER_DESC_LEN","features":[187]},{"name":"SF_MAX_PASSWORD","features":[187]},{"name":"SF_MAX_USERNAME","features":[187]},{"name":"SF_NOTIFY_ACCESS_DENIED","features":[187]},{"name":"SF_NOTIFY_AUTHENTICATION","features":[187]},{"name":"SF_NOTIFY_AUTH_COMPLETE","features":[187]},{"name":"SF_NOTIFY_END_OF_NET_SESSION","features":[187]},{"name":"SF_NOTIFY_END_OF_REQUEST","features":[187]},{"name":"SF_NOTIFY_LOG","features":[187]},{"name":"SF_NOTIFY_NONSECURE_PORT","features":[187]},{"name":"SF_NOTIFY_ORDER_DEFAULT","features":[187]},{"name":"SF_NOTIFY_ORDER_HIGH","features":[187]},{"name":"SF_NOTIFY_ORDER_LOW","features":[187]},{"name":"SF_NOTIFY_ORDER_MEDIUM","features":[187]},{"name":"SF_NOTIFY_PREPROC_HEADERS","features":[187]},{"name":"SF_NOTIFY_READ_RAW_DATA","features":[187]},{"name":"SF_NOTIFY_SECURE_PORT","features":[187]},{"name":"SF_NOTIFY_SEND_RAW_DATA","features":[187]},{"name":"SF_NOTIFY_SEND_RESPONSE","features":[187]},{"name":"SF_NOTIFY_URL_MAP","features":[187]},{"name":"SF_PROPERTY_IIS","features":[187]},{"name":"SF_PROPERTY_INSTANCE_NUM_ID","features":[187]},{"name":"SF_PROPERTY_SSL_CTXT","features":[187]},{"name":"SF_REQ_ADD_HEADERS_ON_DENIAL","features":[187]},{"name":"SF_REQ_DISABLE_NOTIFICATIONS","features":[187]},{"name":"SF_REQ_GET_CONNID","features":[187]},{"name":"SF_REQ_GET_PROPERTY","features":[187]},{"name":"SF_REQ_NORMALIZE_URL","features":[187]},{"name":"SF_REQ_SEND_RESPONSE_HEADER","features":[187]},{"name":"SF_REQ_SET_CERTIFICATE_INFO","features":[187]},{"name":"SF_REQ_SET_NEXT_READ_SIZE","features":[187]},{"name":"SF_REQ_SET_PROXY_INFO","features":[187]},{"name":"SF_REQ_TYPE","features":[187]},{"name":"SF_STATUS_REQ_ERROR","features":[187]},{"name":"SF_STATUS_REQ_FINISHED","features":[187]},{"name":"SF_STATUS_REQ_FINISHED_KEEP_CONN","features":[187]},{"name":"SF_STATUS_REQ_HANDLED_NOTIFICATION","features":[187]},{"name":"SF_STATUS_REQ_NEXT_NOTIFICATION","features":[187]},{"name":"SF_STATUS_REQ_READ_NEXT","features":[187]},{"name":"SF_STATUS_TYPE","features":[187]},{"name":"SMTP_MD_ID_BEGIN_RESERVED","features":[187]},{"name":"SMTP_MD_ID_END_RESERVED","features":[187]},{"name":"STRING_METADATA","features":[187]},{"name":"USER_MD_ID_BASE_RESERVED","features":[187]},{"name":"WAM_MD_ID_BEGIN_RESERVED","features":[187]},{"name":"WAM_MD_ID_END_RESERVED","features":[187]},{"name":"WAM_MD_SERVER_BASE","features":[187]},{"name":"WEBDAV_MD_SERVER_BASE","features":[187]},{"name":"WEB_CORE_ACTIVATE_DLL_ENTRY","features":[187]},{"name":"WEB_CORE_DLL_NAME","features":[187]},{"name":"WEB_CORE_SET_METADATA_DLL_ENTRY","features":[187]},{"name":"WEB_CORE_SHUTDOWN_DLL_ENTRY","features":[187]}],"582":[{"name":"ABL_5_WO","features":[23]},{"name":"ADR_1","features":[23]},{"name":"ADR_2","features":[23]},{"name":"AIT1_8mm","features":[23]},{"name":"AIT_8mm","features":[23]},{"name":"AME_8mm","features":[23]},{"name":"ASSERT_ALTERNATE","features":[23]},{"name":"ASSERT_PRIMARY","features":[23]},{"name":"ASYNC_DUPLICATE_EXTENTS_STATUS","features":[23]},{"name":"ATAPI_ID_CMD","features":[23]},{"name":"AVATAR_F2","features":[23]},{"name":"AllElements","features":[23]},{"name":"AtaDataTypeIdentify","features":[23]},{"name":"AtaDataTypeLogPage","features":[23]},{"name":"AtaDataTypeUnknown","features":[23]},{"name":"BIN_COUNT","features":[23]},{"name":"BIN_RANGE","features":[23]},{"name":"BIN_RESULTS","features":[23]},{"name":"BIN_TYPES","features":[23]},{"name":"BOOT_AREA_INFO","features":[23]},{"name":"BULK_SECURITY_TEST_DATA","features":[23]},{"name":"CAP_ATAPI_ID_CMD","features":[23]},{"name":"CAP_ATA_ID_CMD","features":[23]},{"name":"CAP_SMART_CMD","features":[23]},{"name":"CDB_SIZE","features":[23]},{"name":"CD_R","features":[23]},{"name":"CD_ROM","features":[23]},{"name":"CD_RW","features":[23]},{"name":"CHANGER_BAR_CODE_SCANNER_INSTALLED","features":[23]},{"name":"CHANGER_CARTRIDGE_MAGAZINE","features":[23]},{"name":"CHANGER_CLEANER_ACCESS_NOT_VALID","features":[23]},{"name":"CHANGER_CLEANER_AUTODISMOUNT","features":[23]},{"name":"CHANGER_CLEANER_OPS_NOT_SUPPORTED","features":[23]},{"name":"CHANGER_CLEANER_SLOT","features":[23]},{"name":"CHANGER_CLOSE_IEPORT","features":[23]},{"name":"CHANGER_DEVICE_PROBLEM_TYPE","features":[23]},{"name":"CHANGER_DEVICE_REINITIALIZE_CAPABLE","features":[23]},{"name":"CHANGER_DRIVE_CLEANING_REQUIRED","features":[23]},{"name":"CHANGER_DRIVE_EMPTY_ON_DOOR_ACCESS","features":[23]},{"name":"CHANGER_ELEMENT","features":[23]},{"name":"CHANGER_ELEMENT_LIST","features":[23]},{"name":"CHANGER_ELEMENT_STATUS","features":[23]},{"name":"CHANGER_ELEMENT_STATUS_EX","features":[23]},{"name":"CHANGER_ELEMENT_STATUS_FLAGS","features":[23]},{"name":"CHANGER_EXCHANGE_MEDIA","features":[23]},{"name":"CHANGER_EXCHANGE_MEDIUM","features":[1,23]},{"name":"CHANGER_FEATURES","features":[23]},{"name":"CHANGER_IEPORT_USER_CONTROL_CLOSE","features":[23]},{"name":"CHANGER_IEPORT_USER_CONTROL_OPEN","features":[23]},{"name":"CHANGER_INITIALIZE_ELEMENT_STATUS","features":[1,23]},{"name":"CHANGER_INIT_ELEM_STAT_WITH_RANGE","features":[23]},{"name":"CHANGER_KEYPAD_ENABLE_DISABLE","features":[23]},{"name":"CHANGER_LOCK_UNLOCK","features":[23]},{"name":"CHANGER_MEDIUM_FLIP","features":[23]},{"name":"CHANGER_MOVE_EXTENDS_IEPORT","features":[23]},{"name":"CHANGER_MOVE_MEDIUM","features":[1,23]},{"name":"CHANGER_MOVE_RETRACTS_IEPORT","features":[23]},{"name":"CHANGER_OPEN_IEPORT","features":[23]},{"name":"CHANGER_POSITION_TO_ELEMENT","features":[23]},{"name":"CHANGER_PREDISMOUNT_ALIGN_TO_DRIVE","features":[23]},{"name":"CHANGER_PREDISMOUNT_ALIGN_TO_SLOT","features":[23]},{"name":"CHANGER_PREDISMOUNT_EJECT_REQUIRED","features":[23]},{"name":"CHANGER_PREMOUNT_EJECT_REQUIRED","features":[23]},{"name":"CHANGER_PRODUCT_DATA","features":[23]},{"name":"CHANGER_READ_ELEMENT_STATUS","features":[1,23]},{"name":"CHANGER_REPORT_IEPORT_STATE","features":[23]},{"name":"CHANGER_RESERVED_BIT","features":[23]},{"name":"CHANGER_RTN_MEDIA_TO_ORIGINAL_ADDR","features":[23]},{"name":"CHANGER_SEND_VOLUME_TAG_INFORMATION","features":[23]},{"name":"CHANGER_SERIAL_NUMBER_VALID","features":[23]},{"name":"CHANGER_SET_ACCESS","features":[23]},{"name":"CHANGER_SET_POSITION","features":[1,23]},{"name":"CHANGER_SLOTS_USE_TRAYS","features":[23]},{"name":"CHANGER_STATUS_NON_VOLATILE","features":[23]},{"name":"CHANGER_STORAGE_DRIVE","features":[23]},{"name":"CHANGER_STORAGE_IEPORT","features":[23]},{"name":"CHANGER_STORAGE_SLOT","features":[23]},{"name":"CHANGER_STORAGE_TRANSPORT","features":[23]},{"name":"CHANGER_TO_DRIVE","features":[23]},{"name":"CHANGER_TO_IEPORT","features":[23]},{"name":"CHANGER_TO_SLOT","features":[23]},{"name":"CHANGER_TO_TRANSPORT","features":[23]},{"name":"CHANGER_TRUE_EXCHANGE_CAPABLE","features":[23]},{"name":"CHANGER_VOLUME_ASSERT","features":[23]},{"name":"CHANGER_VOLUME_IDENTIFICATION","features":[23]},{"name":"CHANGER_VOLUME_REPLACE","features":[23]},{"name":"CHANGER_VOLUME_SEARCH","features":[23]},{"name":"CHANGER_VOLUME_UNDEFINE","features":[23]},{"name":"CHECKSUM_TYPE_CRC32","features":[23]},{"name":"CHECKSUM_TYPE_CRC64","features":[23]},{"name":"CHECKSUM_TYPE_ECC","features":[23]},{"name":"CHECKSUM_TYPE_FIRST_UNUSED_TYPE","features":[23]},{"name":"CHECKSUM_TYPE_NONE","features":[23]},{"name":"CHECKSUM_TYPE_SHA256","features":[23]},{"name":"CLASS_MEDIA_CHANGE_CONTEXT","features":[23]},{"name":"CLEANER_CARTRIDGE","features":[23]},{"name":"CLUSTER_RANGE","features":[23]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_DO_NOT_MAP_NAME","features":[23]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_EXCEPTION_ROOT","features":[23]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_ROOT","features":[23]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_TARGET_ROOT","features":[23]},{"name":"CONTAINER_ROOT_INFO_FLAG_LAYER_ROOT","features":[23]},{"name":"CONTAINER_ROOT_INFO_FLAG_SCRATCH_ROOT","features":[23]},{"name":"CONTAINER_ROOT_INFO_FLAG_UNION_LAYER_ROOT","features":[23]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_EXCEPTION_ROOT","features":[23]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_ROOT","features":[23]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_TARGET_ROOT","features":[23]},{"name":"CONTAINER_ROOT_INFO_INPUT","features":[23]},{"name":"CONTAINER_ROOT_INFO_OUTPUT","features":[23]},{"name":"CONTAINER_ROOT_INFO_VALID_FLAGS","features":[23]},{"name":"CONTAINER_VOLUME_STATE","features":[23]},{"name":"CONTAINER_VOLUME_STATE_HOSTING_CONTAINER","features":[23]},{"name":"COPYFILE_SIS_FLAGS","features":[23]},{"name":"COPYFILE_SIS_LINK","features":[23]},{"name":"COPYFILE_SIS_REPLACE","features":[23]},{"name":"CREATE_DISK","features":[23]},{"name":"CREATE_DISK_GPT","features":[23]},{"name":"CREATE_DISK_MBR","features":[23]},{"name":"CREATE_USN_JOURNAL_DATA","features":[23]},{"name":"CSVFS_DISK_CONNECTIVITY","features":[23]},{"name":"CSV_CONTROL_OP","features":[23]},{"name":"CSV_CONTROL_PARAM","features":[23]},{"name":"CSV_INVALID_DEVICE_NUMBER","features":[23]},{"name":"CSV_IS_OWNED_BY_CSVFS","features":[1,23]},{"name":"CSV_MGMTLOCK_CHECK_VOLUME_REDIRECTED","features":[23]},{"name":"CSV_MGMT_LOCK","features":[23]},{"name":"CSV_NAMESPACE_INFO","features":[23]},{"name":"CSV_QUERY_FILE_REVISION","features":[23]},{"name":"CSV_QUERY_FILE_REVISION_FILE_ID_128","features":[22,23]},{"name":"CSV_QUERY_MDS_PATH","features":[23]},{"name":"CSV_QUERY_MDS_PATH_FLAG_CSV_DIRECT_IO_ENABLED","features":[23]},{"name":"CSV_QUERY_MDS_PATH_FLAG_SMB_BYPASS_CSV_ENABLED","features":[23]},{"name":"CSV_QUERY_MDS_PATH_FLAG_STORAGE_ON_THIS_NODE_IS_CONNECTED","features":[23]},{"name":"CSV_QUERY_MDS_PATH_V2","features":[23]},{"name":"CSV_QUERY_MDS_PATH_V2_VERSION_1","features":[23]},{"name":"CSV_QUERY_REDIRECT_STATE","features":[1,23]},{"name":"CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT","features":[23]},{"name":"CSV_QUERY_VOLUME_ID","features":[23]},{"name":"CSV_QUERY_VOLUME_REDIRECT_STATE","features":[1,23]},{"name":"CSV_SET_VOLUME_ID","features":[23]},{"name":"CYGNET_12_WO","features":[23]},{"name":"ChangerDoor","features":[23]},{"name":"ChangerDrive","features":[23]},{"name":"ChangerIEPort","features":[23]},{"name":"ChangerKeypad","features":[23]},{"name":"ChangerMaxElement","features":[23]},{"name":"ChangerSlot","features":[23]},{"name":"ChangerTransport","features":[23]},{"name":"CsvControlDisableCaching","features":[23]},{"name":"CsvControlEnableCaching","features":[23]},{"name":"CsvControlEnableUSNRangeModificationTracking","features":[23]},{"name":"CsvControlGetCsvFsMdsPathV2","features":[23]},{"name":"CsvControlMarkHandleLocalVolumeMount","features":[23]},{"name":"CsvControlQueryFileRevision","features":[23]},{"name":"CsvControlQueryFileRevisionFileId128","features":[23]},{"name":"CsvControlQueryMdsPath","features":[23]},{"name":"CsvControlQueryMdsPathNoPause","features":[23]},{"name":"CsvControlQueryRedirectState","features":[23]},{"name":"CsvControlQueryVolumeId","features":[23]},{"name":"CsvControlQueryVolumeRedirectState","features":[23]},{"name":"CsvControlSetVolumeId","features":[23]},{"name":"CsvControlStartForceDFO","features":[23]},{"name":"CsvControlStartRedirectFile","features":[23]},{"name":"CsvControlStopForceDFO","features":[23]},{"name":"CsvControlStopRedirectFile","features":[23]},{"name":"CsvControlUnmarkHandleLocalVolumeMount","features":[23]},{"name":"CsvFsDiskConnectivityAllNodes","features":[23]},{"name":"CsvFsDiskConnectivityMdsNodeOnly","features":[23]},{"name":"CsvFsDiskConnectivityNone","features":[23]},{"name":"CsvFsDiskConnectivitySubsetOfNodes","features":[23]},{"name":"DAX_ALLOC_ALIGNMENT_FLAG_FALLBACK_SPECIFIED","features":[23]},{"name":"DAX_ALLOC_ALIGNMENT_FLAG_MANDATORY","features":[23]},{"name":"DDS_4mm","features":[23]},{"name":"DDUMP_FLAG_DATA_READ_FROM_DEVICE","features":[23]},{"name":"DECRYPTION_STATUS_BUFFER","features":[1,23]},{"name":"DELETE_USN_JOURNAL_DATA","features":[23]},{"name":"DETECTION_TYPE","features":[23]},{"name":"DEVICEDUMP_CAP_PRIVATE_SECTION","features":[23]},{"name":"DEVICEDUMP_CAP_RESTRICTED_SECTION","features":[23]},{"name":"DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE","features":[23]},{"name":"DEVICEDUMP_MAX_IDSTRING","features":[23]},{"name":"DEVICEDUMP_PRIVATE_SUBSECTION","features":[23]},{"name":"DEVICEDUMP_PUBLIC_SUBSECTION","features":[23]},{"name":"DEVICEDUMP_RESTRICTED_SUBSECTION","features":[23]},{"name":"DEVICEDUMP_SECTION_HEADER","features":[23]},{"name":"DEVICEDUMP_STORAGEDEVICE_DATA","features":[23]},{"name":"DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP","features":[23]},{"name":"DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD","features":[23]},{"name":"DEVICEDUMP_STRUCTURE_VERSION","features":[23]},{"name":"DEVICEDUMP_STRUCTURE_VERSION_V1","features":[23]},{"name":"DEVICEDUMP_SUBSECTION_POINTER","features":[23]},{"name":"DEVICE_COPY_OFFLOAD_DESCRIPTOR","features":[23]},{"name":"DEVICE_DATA_SET_LBP_STATE_PARAMETERS","features":[23]},{"name":"DEVICE_DATA_SET_LBP_STATE_PARAMETERS_VERSION_V1","features":[23]},{"name":"DEVICE_DATA_SET_LB_PROVISIONING_STATE","features":[23]},{"name":"DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2","features":[23]},{"name":"DEVICE_DATA_SET_RANGE","features":[23]},{"name":"DEVICE_DATA_SET_REPAIR_OUTPUT","features":[23]},{"name":"DEVICE_DATA_SET_REPAIR_PARAMETERS","features":[23]},{"name":"DEVICE_DATA_SET_SCRUB_EX_OUTPUT","features":[23]},{"name":"DEVICE_DATA_SET_SCRUB_OUTPUT","features":[23]},{"name":"DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT","features":[23]},{"name":"DEVICE_DSM_CONVERSION_OUTPUT","features":[23]},{"name":"DEVICE_DSM_DEFINITION","features":[1,23]},{"name":"DEVICE_DSM_FLAG_ALLOCATION_CONSOLIDATEABLE_ONLY","features":[23]},{"name":"DEVICE_DSM_FLAG_ENTIRE_DATA_SET_RANGE","features":[23]},{"name":"DEVICE_DSM_FLAG_PHYSICAL_ADDRESSES_OMIT_TOTAL_RANGES","features":[23]},{"name":"DEVICE_DSM_FLAG_REPAIR_INPUT_TOPOLOGY_ID_PRESENT","features":[23]},{"name":"DEVICE_DSM_FLAG_REPAIR_OUTPUT_PARITY_EXTENT","features":[23]},{"name":"DEVICE_DSM_FLAG_SCRUB_OUTPUT_PARITY_EXTENT","features":[23]},{"name":"DEVICE_DSM_FLAG_SCRUB_SKIP_IN_SYNC","features":[23]},{"name":"DEVICE_DSM_FLAG_TRIM_BYPASS_RZAT","features":[23]},{"name":"DEVICE_DSM_FLAG_TRIM_NOT_FS_ALLOCATED","features":[23]},{"name":"DEVICE_DSM_FREE_SPACE_OUTPUT","features":[23]},{"name":"DEVICE_DSM_LOST_QUERY_OUTPUT","features":[23]},{"name":"DEVICE_DSM_LOST_QUERY_PARAMETERS","features":[23]},{"name":"DEVICE_DSM_NOTIFICATION_PARAMETERS","features":[23]},{"name":"DEVICE_DSM_NOTIFY_FLAG_BEGIN","features":[23]},{"name":"DEVICE_DSM_NOTIFY_FLAG_END","features":[23]},{"name":"DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS","features":[23]},{"name":"DEVICE_DSM_OFFLOAD_READ_PARAMETERS","features":[23]},{"name":"DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS","features":[23]},{"name":"DEVICE_DSM_PARAMETERS_V1","features":[23]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT","features":[23]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT_V1","features":[23]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT_VERSION_V1","features":[23]},{"name":"DEVICE_DSM_RANGE_ERROR_INFO","features":[23]},{"name":"DEVICE_DSM_RANGE_ERROR_INFO_VERSION_V1","features":[23]},{"name":"DEVICE_DSM_RANGE_ERROR_OUTPUT_V1","features":[23]},{"name":"DEVICE_DSM_REPORT_ZONES_DATA","features":[1,23]},{"name":"DEVICE_DSM_REPORT_ZONES_PARAMETERS","features":[23]},{"name":"DEVICE_DSM_TIERING_QUERY_INPUT","features":[23]},{"name":"DEVICE_DSM_TIERING_QUERY_OUTPUT","features":[23]},{"name":"DEVICE_INTERNAL_STATUS_DATA","features":[23]},{"name":"DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE","features":[23]},{"name":"DEVICE_INTERNAL_STATUS_DATA_SET","features":[23]},{"name":"DEVICE_LB_PROVISIONING_DESCRIPTOR","features":[23]},{"name":"DEVICE_LOCATION","features":[23]},{"name":"DEVICE_MANAGE_DATA_SET_ATTRIBUTES","features":[23]},{"name":"DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT","features":[23]},{"name":"DEVICE_MEDIA_INFO","features":[22,23]},{"name":"DEVICE_POWER_DESCRIPTOR","features":[1,23]},{"name":"DEVICE_SEEK_PENALTY_DESCRIPTOR","features":[1,23]},{"name":"DEVICE_STORAGE_ADDRESS_RANGE","features":[23]},{"name":"DEVICE_STORAGE_NO_ERRORS","features":[23]},{"name":"DEVICE_STORAGE_RANGE_ATTRIBUTES","features":[23]},{"name":"DEVICE_TRIM_DESCRIPTOR","features":[1,23]},{"name":"DEVICE_WRITE_AGGREGATION_DESCRIPTOR","features":[1,23]},{"name":"DEVPKEY_Storage_Disk_Number","features":[1,23]},{"name":"DEVPKEY_Storage_Gpt_Name","features":[1,23]},{"name":"DEVPKEY_Storage_Gpt_Type","features":[1,23]},{"name":"DEVPKEY_Storage_Mbr_Type","features":[1,23]},{"name":"DEVPKEY_Storage_Partition_Number","features":[1,23]},{"name":"DEVPKEY_Storage_Portable","features":[1,23]},{"name":"DEVPKEY_Storage_Removable_Media","features":[1,23]},{"name":"DEVPKEY_Storage_System_Critical","features":[1,23]},{"name":"DISABLE_SMART","features":[23]},{"name":"DISK_ATTRIBUTE_OFFLINE","features":[23]},{"name":"DISK_ATTRIBUTE_READ_ONLY","features":[23]},{"name":"DISK_BINNING","features":[23]},{"name":"DISK_CACHE_INFORMATION","features":[1,23]},{"name":"DISK_CACHE_RETENTION_PRIORITY","features":[23]},{"name":"DISK_CONTROLLER_NUMBER","features":[23]},{"name":"DISK_DETECTION_INFO","features":[23]},{"name":"DISK_EXTENT","features":[23]},{"name":"DISK_EX_INT13_INFO","features":[23]},{"name":"DISK_GEOMETRY","features":[23]},{"name":"DISK_GEOMETRY_EX","features":[23]},{"name":"DISK_GROW_PARTITION","features":[23]},{"name":"DISK_HISTOGRAM","features":[23]},{"name":"DISK_INT13_INFO","features":[23]},{"name":"DISK_LOGGING","features":[23]},{"name":"DISK_LOGGING_DUMP","features":[23]},{"name":"DISK_LOGGING_START","features":[23]},{"name":"DISK_LOGGING_STOP","features":[23]},{"name":"DISK_PARTITION_INFO","features":[23]},{"name":"DISK_PERFORMANCE","features":[23]},{"name":"DISK_RECORD","features":[1,23]},{"name":"DLT","features":[23]},{"name":"DMI","features":[23]},{"name":"DRIVERSTATUS","features":[23]},{"name":"DRIVE_LAYOUT_INFORMATION","features":[1,23]},{"name":"DRIVE_LAYOUT_INFORMATION_EX","features":[1,23]},{"name":"DRIVE_LAYOUT_INFORMATION_GPT","features":[23]},{"name":"DRIVE_LAYOUT_INFORMATION_MBR","features":[23]},{"name":"DST_L","features":[23]},{"name":"DST_M","features":[23]},{"name":"DST_S","features":[23]},{"name":"DUPLICATE_EXTENTS_DATA","features":[1,23]},{"name":"DUPLICATE_EXTENTS_DATA32","features":[23]},{"name":"DUPLICATE_EXTENTS_DATA_EX","features":[1,23]},{"name":"DUPLICATE_EXTENTS_DATA_EX32","features":[23]},{"name":"DUPLICATE_EXTENTS_DATA_EX_ASYNC","features":[23]},{"name":"DUPLICATE_EXTENTS_DATA_EX_SOURCE_ATOMIC","features":[23]},{"name":"DUPLICATE_EXTENTS_STATE","features":[23]},{"name":"DVD_R","features":[23]},{"name":"DVD_RAM","features":[23]},{"name":"DVD_ROM","features":[23]},{"name":"DVD_RW","features":[23]},{"name":"DV_6mm","features":[23]},{"name":"DetectExInt13","features":[23]},{"name":"DetectInt13","features":[23]},{"name":"DetectNone","features":[23]},{"name":"DeviceCurrentInternalStatusData","features":[23]},{"name":"DeviceCurrentInternalStatusDataHeader","features":[23]},{"name":"DeviceDsmActionFlag_NonDestructive","features":[23]},{"name":"DeviceInternalStatusDataRequestTypeUndefined","features":[23]},{"name":"DeviceProblemCHMError","features":[23]},{"name":"DeviceProblemCHMMoveError","features":[23]},{"name":"DeviceProblemCHMZeroError","features":[23]},{"name":"DeviceProblemCalibrationError","features":[23]},{"name":"DeviceProblemCartridgeEjectError","features":[23]},{"name":"DeviceProblemCartridgeInsertError","features":[23]},{"name":"DeviceProblemDoorOpen","features":[23]},{"name":"DeviceProblemDriveError","features":[23]},{"name":"DeviceProblemGripperError","features":[23]},{"name":"DeviceProblemHardware","features":[23]},{"name":"DeviceProblemNone","features":[23]},{"name":"DeviceProblemPositionError","features":[23]},{"name":"DeviceProblemSensorError","features":[23]},{"name":"DeviceProblemTargetFailure","features":[23]},{"name":"DeviceSavedInternalStatusData","features":[23]},{"name":"DeviceSavedInternalStatusDataHeader","features":[23]},{"name":"DeviceStatusDataSet1","features":[23]},{"name":"DeviceStatusDataSet2","features":[23]},{"name":"DeviceStatusDataSet3","features":[23]},{"name":"DeviceStatusDataSet4","features":[23]},{"name":"DeviceStatusDataSetMax","features":[23]},{"name":"DeviceStatusDataSetUndefined","features":[23]},{"name":"DiskHealthHealthy","features":[23]},{"name":"DiskHealthMax","features":[23]},{"name":"DiskHealthUnhealthy","features":[23]},{"name":"DiskHealthUnknown","features":[23]},{"name":"DiskHealthWarning","features":[23]},{"name":"DiskOpReasonBackgroundOperation","features":[23]},{"name":"DiskOpReasonComponent","features":[23]},{"name":"DiskOpReasonConfiguration","features":[23]},{"name":"DiskOpReasonDataPersistenceLossImminent","features":[23]},{"name":"DiskOpReasonDeviceController","features":[23]},{"name":"DiskOpReasonDisabledByPlatform","features":[23]},{"name":"DiskOpReasonEnergySource","features":[23]},{"name":"DiskOpReasonHealthCheck","features":[23]},{"name":"DiskOpReasonInvalidFirmware","features":[23]},{"name":"DiskOpReasonIo","features":[23]},{"name":"DiskOpReasonLostData","features":[23]},{"name":"DiskOpReasonLostDataPersistence","features":[23]},{"name":"DiskOpReasonLostWritePersistence","features":[23]},{"name":"DiskOpReasonMax","features":[23]},{"name":"DiskOpReasonMedia","features":[23]},{"name":"DiskOpReasonMediaController","features":[23]},{"name":"DiskOpReasonNVDIMM_N","features":[23]},{"name":"DiskOpReasonScsiSenseCode","features":[23]},{"name":"DiskOpReasonThresholdExceeded","features":[23]},{"name":"DiskOpReasonUnknown","features":[23]},{"name":"DiskOpReasonWritePersistenceLossImminent","features":[23]},{"name":"DiskOpStatusHardwareError","features":[23]},{"name":"DiskOpStatusInService","features":[23]},{"name":"DiskOpStatusMissing","features":[23]},{"name":"DiskOpStatusNone","features":[23]},{"name":"DiskOpStatusNotUsable","features":[23]},{"name":"DiskOpStatusOk","features":[23]},{"name":"DiskOpStatusPredictingFailure","features":[23]},{"name":"DiskOpStatusTransientError","features":[23]},{"name":"DiskOpStatusUnknown","features":[23]},{"name":"EFS_TRACKED_OFFSET_HEADER_FLAG","features":[23]},{"name":"ELEMENT_STATUS_ACCESS","features":[23]},{"name":"ELEMENT_STATUS_AVOLTAG","features":[23]},{"name":"ELEMENT_STATUS_EXCEPT","features":[23]},{"name":"ELEMENT_STATUS_EXENAB","features":[23]},{"name":"ELEMENT_STATUS_FULL","features":[23]},{"name":"ELEMENT_STATUS_ID_VALID","features":[23]},{"name":"ELEMENT_STATUS_IMPEXP","features":[23]},{"name":"ELEMENT_STATUS_INENAB","features":[23]},{"name":"ELEMENT_STATUS_INVERT","features":[23]},{"name":"ELEMENT_STATUS_LUN_VALID","features":[23]},{"name":"ELEMENT_STATUS_NOT_BUS","features":[23]},{"name":"ELEMENT_STATUS_PRODUCT_DATA","features":[23]},{"name":"ELEMENT_STATUS_PVOLTAG","features":[23]},{"name":"ELEMENT_STATUS_SVALID","features":[23]},{"name":"ELEMENT_TYPE","features":[23]},{"name":"ENABLE_DISABLE_AUTOSAVE","features":[23]},{"name":"ENABLE_DISABLE_AUTO_OFFLINE","features":[23]},{"name":"ENABLE_SMART","features":[23]},{"name":"ENCRYPTED_DATA_INFO","features":[23]},{"name":"ENCRYPTED_DATA_INFO_SPARSE_FILE","features":[23]},{"name":"ENCRYPTION_BUFFER","features":[23]},{"name":"ENCRYPTION_FORMAT_DEFAULT","features":[23]},{"name":"ENCRYPTION_KEY_CTRL_INPUT","features":[23]},{"name":"ERROR_DRIVE_NOT_INSTALLED","features":[23]},{"name":"ERROR_HISTORY_DIRECTORY_ENTRY_DEFAULT_COUNT","features":[23]},{"name":"ERROR_INIT_STATUS_NEEDED","features":[23]},{"name":"ERROR_LABEL_QUESTIONABLE","features":[23]},{"name":"ERROR_LABEL_UNREADABLE","features":[23]},{"name":"ERROR_SLOT_NOT_PRESENT","features":[23]},{"name":"ERROR_TRAY_MALFUNCTION","features":[23]},{"name":"ERROR_UNHANDLED_ERROR","features":[23]},{"name":"EXECUTE_OFFLINE_DIAGS","features":[23]},{"name":"EXFAT_STATISTICS","features":[23]},{"name":"EXTENDED_ENCRYPTED_DATA_INFO","features":[23]},{"name":"EXTEND_IEPORT","features":[23]},{"name":"EqualPriority","features":[23]},{"name":"F3_120M_512","features":[23]},{"name":"F3_128Mb_512","features":[23]},{"name":"F3_1Pt23_1024","features":[23]},{"name":"F3_1Pt2_512","features":[23]},{"name":"F3_1Pt44_512","features":[23]},{"name":"F3_200Mb_512","features":[23]},{"name":"F3_20Pt8_512","features":[23]},{"name":"F3_230Mb_512","features":[23]},{"name":"F3_240M_512","features":[23]},{"name":"F3_2Pt88_512","features":[23]},{"name":"F3_32M_512","features":[23]},{"name":"F3_640_512","features":[23]},{"name":"F3_720_512","features":[23]},{"name":"F5_160_512","features":[23]},{"name":"F5_180_512","features":[23]},{"name":"F5_1Pt23_1024","features":[23]},{"name":"F5_1Pt2_512","features":[23]},{"name":"F5_320_1024","features":[23]},{"name":"F5_320_512","features":[23]},{"name":"F5_360_512","features":[23]},{"name":"F5_640_512","features":[23]},{"name":"F5_720_512","features":[23]},{"name":"F8_256_128","features":[23]},{"name":"FAT_STATISTICS","features":[23]},{"name":"FILESYSTEM_STATISTICS","features":[23]},{"name":"FILESYSTEM_STATISTICS_EX","features":[23]},{"name":"FILESYSTEM_STATISTICS_TYPE","features":[23]},{"name":"FILESYSTEM_STATISTICS_TYPE_EXFAT","features":[23]},{"name":"FILESYSTEM_STATISTICS_TYPE_FAT","features":[23]},{"name":"FILESYSTEM_STATISTICS_TYPE_NTFS","features":[23]},{"name":"FILESYSTEM_STATISTICS_TYPE_REFS","features":[23]},{"name":"FILE_ALLOCATED_RANGE_BUFFER","features":[23]},{"name":"FILE_ANY_ACCESS","features":[23]},{"name":"FILE_CLEAR_ENCRYPTION","features":[23]},{"name":"FILE_DESIRED_STORAGE_CLASS_INFORMATION","features":[23]},{"name":"FILE_DEVICE_8042_PORT","features":[23]},{"name":"FILE_DEVICE_ACPI","features":[23]},{"name":"FILE_DEVICE_BATTERY","features":[23]},{"name":"FILE_DEVICE_BEEP","features":[23]},{"name":"FILE_DEVICE_BIOMETRIC","features":[23]},{"name":"FILE_DEVICE_BLUETOOTH","features":[23]},{"name":"FILE_DEVICE_BUS_EXTENDER","features":[23]},{"name":"FILE_DEVICE_CD_ROM_FILE_SYSTEM","features":[23]},{"name":"FILE_DEVICE_CHANGER","features":[23]},{"name":"FILE_DEVICE_CONSOLE","features":[23]},{"name":"FILE_DEVICE_CONTROLLER","features":[23]},{"name":"FILE_DEVICE_CRYPT_PROVIDER","features":[23]},{"name":"FILE_DEVICE_DATALINK","features":[23]},{"name":"FILE_DEVICE_DEVAPI","features":[23]},{"name":"FILE_DEVICE_DFS","features":[23]},{"name":"FILE_DEVICE_DFS_FILE_SYSTEM","features":[23]},{"name":"FILE_DEVICE_DFS_VOLUME","features":[23]},{"name":"FILE_DEVICE_DISK_FILE_SYSTEM","features":[23]},{"name":"FILE_DEVICE_EHSTOR","features":[23]},{"name":"FILE_DEVICE_EVENT_COLLECTOR","features":[23]},{"name":"FILE_DEVICE_FILE_SYSTEM","features":[23]},{"name":"FILE_DEVICE_FIPS","features":[23]},{"name":"FILE_DEVICE_FULLSCREEN_VIDEO","features":[23]},{"name":"FILE_DEVICE_GPIO","features":[23]},{"name":"FILE_DEVICE_HOLOGRAPHIC","features":[23]},{"name":"FILE_DEVICE_INFINIBAND","features":[23]},{"name":"FILE_DEVICE_INPORT_PORT","features":[23]},{"name":"FILE_DEVICE_KEYBOARD","features":[23]},{"name":"FILE_DEVICE_KS","features":[23]},{"name":"FILE_DEVICE_KSEC","features":[23]},{"name":"FILE_DEVICE_MAILSLOT","features":[23]},{"name":"FILE_DEVICE_MASS_STORAGE","features":[23]},{"name":"FILE_DEVICE_MIDI_IN","features":[23]},{"name":"FILE_DEVICE_MIDI_OUT","features":[23]},{"name":"FILE_DEVICE_MODEM","features":[23]},{"name":"FILE_DEVICE_MOUSE","features":[23]},{"name":"FILE_DEVICE_MT_COMPOSITE","features":[23]},{"name":"FILE_DEVICE_MT_TRANSPORT","features":[23]},{"name":"FILE_DEVICE_MULTI_UNC_PROVIDER","features":[23]},{"name":"FILE_DEVICE_NAMED_PIPE","features":[23]},{"name":"FILE_DEVICE_NETWORK","features":[23]},{"name":"FILE_DEVICE_NETWORK_BROWSER","features":[23]},{"name":"FILE_DEVICE_NETWORK_FILE_SYSTEM","features":[23]},{"name":"FILE_DEVICE_NETWORK_REDIRECTOR","features":[23]},{"name":"FILE_DEVICE_NFP","features":[23]},{"name":"FILE_DEVICE_NULL","features":[23]},{"name":"FILE_DEVICE_NVDIMM","features":[23]},{"name":"FILE_DEVICE_PARALLEL_PORT","features":[23]},{"name":"FILE_DEVICE_PERSISTENT_MEMORY","features":[23]},{"name":"FILE_DEVICE_PHYSICAL_NETCARD","features":[23]},{"name":"FILE_DEVICE_PMI","features":[23]},{"name":"FILE_DEVICE_POINT_OF_SERVICE","features":[23]},{"name":"FILE_DEVICE_PRINTER","features":[23]},{"name":"FILE_DEVICE_PRM","features":[23]},{"name":"FILE_DEVICE_SCANNER","features":[23]},{"name":"FILE_DEVICE_SCREEN","features":[23]},{"name":"FILE_DEVICE_SDFXHCI","features":[23]},{"name":"FILE_DEVICE_SERENUM","features":[23]},{"name":"FILE_DEVICE_SERIAL_MOUSE_PORT","features":[23]},{"name":"FILE_DEVICE_SERIAL_PORT","features":[23]},{"name":"FILE_DEVICE_SMB","features":[23]},{"name":"FILE_DEVICE_SOUND","features":[23]},{"name":"FILE_DEVICE_SOUNDWIRE","features":[23]},{"name":"FILE_DEVICE_STORAGE_REPLICATION","features":[23]},{"name":"FILE_DEVICE_STREAMS","features":[23]},{"name":"FILE_DEVICE_SYSENV","features":[23]},{"name":"FILE_DEVICE_TAPE_FILE_SYSTEM","features":[23]},{"name":"FILE_DEVICE_TERMSRV","features":[23]},{"name":"FILE_DEVICE_TRANSPORT","features":[23]},{"name":"FILE_DEVICE_TRUST_ENV","features":[23]},{"name":"FILE_DEVICE_UCM","features":[23]},{"name":"FILE_DEVICE_UCMTCPCI","features":[23]},{"name":"FILE_DEVICE_UCMUCSI","features":[23]},{"name":"FILE_DEVICE_UNKNOWN","features":[23]},{"name":"FILE_DEVICE_USB4","features":[23]},{"name":"FILE_DEVICE_USBEX","features":[23]},{"name":"FILE_DEVICE_VDM","features":[23]},{"name":"FILE_DEVICE_VIDEO","features":[23]},{"name":"FILE_DEVICE_VIRTUAL_BLOCK","features":[23]},{"name":"FILE_DEVICE_VIRTUAL_DISK","features":[23]},{"name":"FILE_DEVICE_VMBUS","features":[23]},{"name":"FILE_DEVICE_WAVE_IN","features":[23]},{"name":"FILE_DEVICE_WAVE_OUT","features":[23]},{"name":"FILE_DEVICE_WPD","features":[23]},{"name":"FILE_FS_PERSISTENT_VOLUME_INFORMATION","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_NON_RESIDENT","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_NOT_FOUND","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_TOO_SMALL","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_CLUSTERS_ALREADY_IN_USE","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_DENY_DEFRAG","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_IS_BASE_RECORD","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_BASE_RECORD","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_EXIST","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_IN_USE","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_ORPHAN","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_REUSED","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_INDEX_ENTRY_MISMATCH","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_ARRAY_LENGTH_COUNT","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_LCN","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_ORPHAN_RECOVERY_NAME","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_PARENT","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_RUN_LENGTH","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_VCN","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_LCN_NOT_EXIST","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_MULTIPLE_FILE_NAME_ATTRIBUTES","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_NAME_CONFLICT","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_NOTHING_WRONG","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_NOT_IMPLEMENTED","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_ORPHAN","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_ORPHAN_GENERATED","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_OUT_OF_GENERIC_NAMES","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_OUT_OF_RESOURCE","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_BASE_RECORD","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_EXIST","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_INDEX","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_IN_USE","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_REUSED","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_POTENTIAL_CROSSLINK","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_PREVIOUS_PARENT_STILL_VALID","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_RECURSIVELY_CORRUPTED","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_REPAIRED","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_REPAIR_DISABLED","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_SID_MISMATCH","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_SID_VALID","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_STALE_INFORMATION","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_SYSTEM_FILE","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_UNABLE_TO_REPAIR","features":[23]},{"name":"FILE_INITIATE_REPAIR_HINT1_VALID_INDEX_ENTRY","features":[23]},{"name":"FILE_INITIATE_REPAIR_OUTPUT_BUFFER","features":[23]},{"name":"FILE_LAYOUT_ENTRY","features":[23]},{"name":"FILE_LAYOUT_INFO_ENTRY","features":[23]},{"name":"FILE_LAYOUT_NAME_ENTRY","features":[23]},{"name":"FILE_LAYOUT_NAME_ENTRY_DOS","features":[23]},{"name":"FILE_LAYOUT_NAME_ENTRY_PRIMARY","features":[23]},{"name":"FILE_LEVEL_TRIM","features":[23]},{"name":"FILE_LEVEL_TRIM_OUTPUT","features":[23]},{"name":"FILE_LEVEL_TRIM_RANGE","features":[23]},{"name":"FILE_MAKE_COMPATIBLE_BUFFER","features":[1,23]},{"name":"FILE_OBJECTID_BUFFER","features":[23]},{"name":"FILE_PREFETCH","features":[23]},{"name":"FILE_PREFETCH_EX","features":[23]},{"name":"FILE_PREFETCH_TYPE_FOR_CREATE","features":[23]},{"name":"FILE_PREFETCH_TYPE_FOR_CREATE_EX","features":[23]},{"name":"FILE_PREFETCH_TYPE_FOR_DIRENUM","features":[23]},{"name":"FILE_PREFETCH_TYPE_FOR_DIRENUM_EX","features":[23]},{"name":"FILE_PREFETCH_TYPE_MAX","features":[23]},{"name":"FILE_PROVIDER_COMPRESSION_MAXIMUM","features":[23]},{"name":"FILE_PROVIDER_CURRENT_VERSION","features":[23]},{"name":"FILE_PROVIDER_EXTERNAL_INFO_V0","features":[23]},{"name":"FILE_PROVIDER_EXTERNAL_INFO_V1","features":[23]},{"name":"FILE_PROVIDER_FLAG_COMPRESS_ON_WRITE","features":[23]},{"name":"FILE_PROVIDER_SINGLE_FILE","features":[23]},{"name":"FILE_QUERY_ON_DISK_VOL_INFO_BUFFER","features":[23]},{"name":"FILE_QUERY_SPARING_BUFFER","features":[1,23]},{"name":"FILE_READ_ACCESS","features":[23]},{"name":"FILE_REFERENCE_RANGE","features":[23]},{"name":"FILE_REGION_INFO","features":[23]},{"name":"FILE_REGION_INPUT","features":[23]},{"name":"FILE_REGION_OUTPUT","features":[23]},{"name":"FILE_REGION_USAGE_HUGE_PAGE_ALIGNMENT","features":[23]},{"name":"FILE_REGION_USAGE_LARGE_PAGE_ALIGNMENT","features":[23]},{"name":"FILE_REGION_USAGE_OTHER_PAGE_ALIGNMENT","features":[23]},{"name":"FILE_REGION_USAGE_QUERY_ALIGNMENT","features":[23]},{"name":"FILE_REGION_USAGE_VALID_CACHED_DATA","features":[23]},{"name":"FILE_REGION_USAGE_VALID_NONCACHED_DATA","features":[23]},{"name":"FILE_SET_DEFECT_MGMT_BUFFER","features":[1,23]},{"name":"FILE_SET_ENCRYPTION","features":[23]},{"name":"FILE_SET_SPARSE_BUFFER","features":[1,23]},{"name":"FILE_SPECIAL_ACCESS","features":[23]},{"name":"FILE_STORAGE_TIER","features":[23]},{"name":"FILE_STORAGE_TIER_CLASS","features":[23]},{"name":"FILE_STORAGE_TIER_DESCRIPTION_LENGTH","features":[23]},{"name":"FILE_STORAGE_TIER_FLAGS","features":[23]},{"name":"FILE_STORAGE_TIER_FLAG_NO_SEEK_PENALTY","features":[23]},{"name":"FILE_STORAGE_TIER_FLAG_PARITY","features":[23]},{"name":"FILE_STORAGE_TIER_FLAG_READ_CACHE","features":[23]},{"name":"FILE_STORAGE_TIER_FLAG_SMR","features":[23]},{"name":"FILE_STORAGE_TIER_FLAG_WRITE_BACK_CACHE","features":[23]},{"name":"FILE_STORAGE_TIER_MEDIA_TYPE","features":[23]},{"name":"FILE_STORAGE_TIER_NAME_LENGTH","features":[23]},{"name":"FILE_STORAGE_TIER_REGION","features":[23]},{"name":"FILE_SYSTEM_RECOGNITION_INFORMATION","features":[23]},{"name":"FILE_TYPE_NOTIFICATION_FLAG_USAGE_BEGIN","features":[23]},{"name":"FILE_TYPE_NOTIFICATION_FLAG_USAGE_END","features":[23]},{"name":"FILE_TYPE_NOTIFICATION_GUID_CRASHDUMP_FILE","features":[23]},{"name":"FILE_TYPE_NOTIFICATION_GUID_HIBERNATION_FILE","features":[23]},{"name":"FILE_TYPE_NOTIFICATION_GUID_PAGE_FILE","features":[23]},{"name":"FILE_TYPE_NOTIFICATION_INPUT","features":[23]},{"name":"FILE_WRITE_ACCESS","features":[23]},{"name":"FILE_ZERO_DATA_INFORMATION","features":[23]},{"name":"FILE_ZERO_DATA_INFORMATION_EX","features":[23]},{"name":"FILE_ZERO_DATA_INFORMATION_FLAG_PRESERVE_CACHED_DATA","features":[23]},{"name":"FIND_BY_SID_DATA","features":[5,23]},{"name":"FIND_BY_SID_OUTPUT","features":[23]},{"name":"FLAG_USN_TRACK_MODIFIED_RANGES_ENABLE","features":[23]},{"name":"FORMAT_EX_PARAMETERS","features":[23]},{"name":"FORMAT_PARAMETERS","features":[23]},{"name":"FSBPIO_INFL_None","features":[23]},{"name":"FSBPIO_INFL_SKIP_STORAGE_STACK_QUERY","features":[23]},{"name":"FSBPIO_OUTFL_COMPATIBLE_STORAGE_DRIVER","features":[23]},{"name":"FSBPIO_OUTFL_FILTER_ATTACH_BLOCKED","features":[23]},{"name":"FSBPIO_OUTFL_None","features":[23]},{"name":"FSBPIO_OUTFL_STREAM_BYPASS_PAUSED","features":[23]},{"name":"FSBPIO_OUTFL_VOLUME_STACK_BYPASS_PAUSED","features":[23]},{"name":"FSCTL_ADD_OVERLAY","features":[23]},{"name":"FSCTL_ADVANCE_FILE_ID","features":[23]},{"name":"FSCTL_ALLOW_EXTENDED_DASD_IO","features":[23]},{"name":"FSCTL_CLEAN_VOLUME_METADATA","features":[23]},{"name":"FSCTL_CLEAR_ALL_LCN_WEAK_REFERENCES","features":[23]},{"name":"FSCTL_CLEAR_LCN_WEAK_REFERENCE","features":[23]},{"name":"FSCTL_CORRUPTION_HANDLING","features":[23]},{"name":"FSCTL_CREATE_LCN_WEAK_REFERENCE","features":[23]},{"name":"FSCTL_CREATE_OR_GET_OBJECT_ID","features":[23]},{"name":"FSCTL_CREATE_USN_JOURNAL","features":[23]},{"name":"FSCTL_CSC_INTERNAL","features":[23]},{"name":"FSCTL_CSV_CONTROL","features":[23]},{"name":"FSCTL_CSV_GET_VOLUME_NAME_FOR_VOLUME_MOUNT_POINT","features":[23]},{"name":"FSCTL_CSV_GET_VOLUME_PATH_NAME","features":[23]},{"name":"FSCTL_CSV_GET_VOLUME_PATH_NAMES_FOR_VOLUME_NAME","features":[23]},{"name":"FSCTL_CSV_H_BREAKING_SYNC_TUNNEL_REQUEST","features":[23]},{"name":"FSCTL_CSV_INTERNAL","features":[23]},{"name":"FSCTL_CSV_MGMT_LOCK","features":[23]},{"name":"FSCTL_CSV_QUERY_DOWN_LEVEL_FILE_SYSTEM_CHARACTERISTICS","features":[23]},{"name":"FSCTL_CSV_QUERY_VETO_FILE_DIRECT_IO","features":[23]},{"name":"FSCTL_CSV_SYNC_TUNNEL_REQUEST","features":[23]},{"name":"FSCTL_CSV_TUNNEL_REQUEST","features":[23]},{"name":"FSCTL_DELETE_CORRUPTED_REFS_CONTAINER","features":[23]},{"name":"FSCTL_DELETE_EXTERNAL_BACKING","features":[23]},{"name":"FSCTL_DELETE_OBJECT_ID","features":[23]},{"name":"FSCTL_DELETE_REPARSE_POINT","features":[23]},{"name":"FSCTL_DELETE_USN_JOURNAL","features":[23]},{"name":"FSCTL_DFSR_SET_GHOST_HANDLE_STATE","features":[23]},{"name":"FSCTL_DISABLE_LOCAL_BUFFERING","features":[23]},{"name":"FSCTL_DISMOUNT_VOLUME","features":[23]},{"name":"FSCTL_DUPLICATE_CLUSTER","features":[23]},{"name":"FSCTL_DUPLICATE_EXTENTS_TO_FILE","features":[23]},{"name":"FSCTL_DUPLICATE_EXTENTS_TO_FILE_EX","features":[23]},{"name":"FSCTL_ENABLE_PER_IO_FLAGS","features":[23]},{"name":"FSCTL_ENABLE_UPGRADE","features":[23]},{"name":"FSCTL_ENCRYPTION_FSCTL_IO","features":[23]},{"name":"FSCTL_ENCRYPTION_KEY_CONTROL","features":[23]},{"name":"FSCTL_ENUM_EXTERNAL_BACKING","features":[23]},{"name":"FSCTL_ENUM_OVERLAY","features":[23]},{"name":"FSCTL_ENUM_USN_DATA","features":[23]},{"name":"FSCTL_EXTEND_VOLUME","features":[23]},{"name":"FSCTL_FILESYSTEM_GET_STATISTICS","features":[23]},{"name":"FSCTL_FILESYSTEM_GET_STATISTICS_EX","features":[23]},{"name":"FSCTL_FILE_LEVEL_TRIM","features":[23]},{"name":"FSCTL_FILE_PREFETCH","features":[23]},{"name":"FSCTL_FILE_TYPE_NOTIFICATION","features":[23]},{"name":"FSCTL_FIND_FILES_BY_SID","features":[23]},{"name":"FSCTL_GET_BOOT_AREA_INFO","features":[23]},{"name":"FSCTL_GET_COMPRESSION","features":[23]},{"name":"FSCTL_GET_EXTERNAL_BACKING","features":[23]},{"name":"FSCTL_GET_FILTER_FILE_IDENTIFIER","features":[23]},{"name":"FSCTL_GET_INTEGRITY_INFORMATION","features":[23]},{"name":"FSCTL_GET_INTEGRITY_INFORMATION_BUFFER","features":[23]},{"name":"FSCTL_GET_NTFS_FILE_RECORD","features":[23]},{"name":"FSCTL_GET_NTFS_VOLUME_DATA","features":[23]},{"name":"FSCTL_GET_OBJECT_ID","features":[23]},{"name":"FSCTL_GET_REFS_VOLUME_DATA","features":[23]},{"name":"FSCTL_GET_REPAIR","features":[23]},{"name":"FSCTL_GET_REPARSE_POINT","features":[23]},{"name":"FSCTL_GET_RETRIEVAL_POINTERS","features":[23]},{"name":"FSCTL_GET_RETRIEVAL_POINTERS_AND_REFCOUNT","features":[23]},{"name":"FSCTL_GET_RETRIEVAL_POINTER_BASE","features":[23]},{"name":"FSCTL_GET_RETRIEVAL_POINTER_COUNT","features":[23]},{"name":"FSCTL_GET_VOLUME_BITMAP","features":[23]},{"name":"FSCTL_GET_WOF_VERSION","features":[23]},{"name":"FSCTL_GHOST_FILE_EXTENTS","features":[23]},{"name":"FSCTL_HCS_ASYNC_TUNNEL_REQUEST","features":[23]},{"name":"FSCTL_HCS_SYNC_NO_WRITE_TUNNEL_REQUEST","features":[23]},{"name":"FSCTL_HCS_SYNC_TUNNEL_REQUEST","features":[23]},{"name":"FSCTL_INITIATE_FILE_METADATA_OPTIMIZATION","features":[23]},{"name":"FSCTL_INITIATE_REPAIR","features":[23]},{"name":"FSCTL_INTEGRITY_FLAG_CHECKSUM_ENFORCEMENT_OFF","features":[23]},{"name":"FSCTL_INVALIDATE_VOLUMES","features":[23]},{"name":"FSCTL_IS_CSV_FILE","features":[23]},{"name":"FSCTL_IS_FILE_ON_CSV_VOLUME","features":[23]},{"name":"FSCTL_IS_PATHNAME_VALID","features":[23]},{"name":"FSCTL_IS_VOLUME_DIRTY","features":[23]},{"name":"FSCTL_IS_VOLUME_MOUNTED","features":[23]},{"name":"FSCTL_IS_VOLUME_OWNED_BYCSVFS","features":[23]},{"name":"FSCTL_LMR_QUERY_INFO","features":[23]},{"name":"FSCTL_LOCK_VOLUME","features":[23]},{"name":"FSCTL_LOOKUP_STREAM_FROM_CLUSTER","features":[23]},{"name":"FSCTL_MAKE_MEDIA_COMPATIBLE","features":[23]},{"name":"FSCTL_MANAGE_BYPASS_IO","features":[23]},{"name":"FSCTL_MARK_AS_SYSTEM_HIVE","features":[23]},{"name":"FSCTL_MARK_HANDLE","features":[23]},{"name":"FSCTL_MARK_VOLUME_DIRTY","features":[23]},{"name":"FSCTL_MOVE_FILE","features":[23]},{"name":"FSCTL_NOTIFY_DATA_CHANGE","features":[23]},{"name":"FSCTL_NOTIFY_STORAGE_SPACE_ALLOCATION","features":[23]},{"name":"FSCTL_OFFLOAD_READ","features":[23]},{"name":"FSCTL_OFFLOAD_READ_INPUT","features":[23]},{"name":"FSCTL_OFFLOAD_READ_OUTPUT","features":[23]},{"name":"FSCTL_OFFLOAD_WRITE","features":[23]},{"name":"FSCTL_OFFLOAD_WRITE_INPUT","features":[23]},{"name":"FSCTL_OFFLOAD_WRITE_OUTPUT","features":[23]},{"name":"FSCTL_OPBATCH_ACK_CLOSE_PENDING","features":[23]},{"name":"FSCTL_OPLOCK_BREAK_ACKNOWLEDGE","features":[23]},{"name":"FSCTL_OPLOCK_BREAK_ACK_NO_2","features":[23]},{"name":"FSCTL_OPLOCK_BREAK_NOTIFY","features":[23]},{"name":"FSCTL_QUERY_ALLOCATED_RANGES","features":[23]},{"name":"FSCTL_QUERY_ASYNC_DUPLICATE_EXTENTS_STATUS","features":[23]},{"name":"FSCTL_QUERY_BAD_RANGES","features":[23]},{"name":"FSCTL_QUERY_DEPENDENT_VOLUME","features":[23]},{"name":"FSCTL_QUERY_DIRECT_ACCESS_EXTENTS","features":[23]},{"name":"FSCTL_QUERY_DIRECT_IMAGE_ORIGINAL_BASE","features":[23]},{"name":"FSCTL_QUERY_EXTENT_READ_CACHE_INFO","features":[23]},{"name":"FSCTL_QUERY_FAT_BPB","features":[23]},{"name":"FSCTL_QUERY_FAT_BPB_BUFFER","features":[23]},{"name":"FSCTL_QUERY_FILE_LAYOUT","features":[23]},{"name":"FSCTL_QUERY_FILE_METADATA_OPTIMIZATION","features":[23]},{"name":"FSCTL_QUERY_FILE_REGIONS","features":[23]},{"name":"FSCTL_QUERY_FILE_SYSTEM_RECOGNITION","features":[23]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS","features":[23]},{"name":"FSCTL_QUERY_LCN_WEAK_REFERENCE","features":[23]},{"name":"FSCTL_QUERY_ON_DISK_VOLUME_INFO","features":[23]},{"name":"FSCTL_QUERY_PAGEFILE_ENCRYPTION","features":[23]},{"name":"FSCTL_QUERY_PERSISTENT_VOLUME_STATE","features":[23]},{"name":"FSCTL_QUERY_REFS_SMR_VOLUME_INFO","features":[23]},{"name":"FSCTL_QUERY_REFS_VOLUME_COUNTER_INFO","features":[23]},{"name":"FSCTL_QUERY_REGION_INFO","features":[23]},{"name":"FSCTL_QUERY_REGION_INFO_INPUT","features":[23]},{"name":"FSCTL_QUERY_REGION_INFO_OUTPUT","features":[23]},{"name":"FSCTL_QUERY_RETRIEVAL_POINTERS","features":[23]},{"name":"FSCTL_QUERY_SHARED_VIRTUAL_DISK_SUPPORT","features":[23]},{"name":"FSCTL_QUERY_SPARING_INFO","features":[23]},{"name":"FSCTL_QUERY_STORAGE_CLASSES","features":[23]},{"name":"FSCTL_QUERY_STORAGE_CLASSES_OUTPUT","features":[23]},{"name":"FSCTL_QUERY_USN_JOURNAL","features":[23]},{"name":"FSCTL_QUERY_VOLUME_CONTAINER_STATE","features":[23]},{"name":"FSCTL_QUERY_VOLUME_NUMA_INFO","features":[23]},{"name":"FSCTL_READ_FILE_USN_DATA","features":[23]},{"name":"FSCTL_READ_FROM_PLEX","features":[23]},{"name":"FSCTL_READ_RAW_ENCRYPTED","features":[23]},{"name":"FSCTL_READ_UNPRIVILEGED_USN_JOURNAL","features":[23]},{"name":"FSCTL_READ_USN_JOURNAL","features":[23]},{"name":"FSCTL_REARRANGE_FILE","features":[23]},{"name":"FSCTL_RECALL_FILE","features":[23]},{"name":"FSCTL_REFS_CHECKPOINT_VOLUME","features":[23]},{"name":"FSCTL_REFS_DEALLOCATE_RANGES","features":[23]},{"name":"FSCTL_REFS_DEALLOCATE_RANGES_EX","features":[23]},{"name":"FSCTL_REFS_QUERY_VOLUME_COMPRESSION_INFO","features":[23]},{"name":"FSCTL_REFS_QUERY_VOLUME_DEDUP_INFO","features":[23]},{"name":"FSCTL_REFS_QUERY_VOLUME_IO_METRICS_INFO","features":[23]},{"name":"FSCTL_REFS_QUERY_VOLUME_TOTAL_SHARED_LCNS","features":[23]},{"name":"FSCTL_REFS_SET_VOLUME_COMPRESSION_INFO","features":[23]},{"name":"FSCTL_REFS_SET_VOLUME_DEDUP_INFO","features":[23]},{"name":"FSCTL_REFS_SET_VOLUME_IO_METRICS_INFO","features":[23]},{"name":"FSCTL_REFS_STREAM_SNAPSHOT_MANAGEMENT","features":[23]},{"name":"FSCTL_REMOVE_OVERLAY","features":[23]},{"name":"FSCTL_REPAIR_COPIES","features":[23]},{"name":"FSCTL_REQUEST_BATCH_OPLOCK","features":[23]},{"name":"FSCTL_REQUEST_FILTER_OPLOCK","features":[23]},{"name":"FSCTL_REQUEST_OPLOCK","features":[23]},{"name":"FSCTL_REQUEST_OPLOCK_LEVEL_1","features":[23]},{"name":"FSCTL_REQUEST_OPLOCK_LEVEL_2","features":[23]},{"name":"FSCTL_RESET_VOLUME_ALLOCATION_HINTS","features":[23]},{"name":"FSCTL_RKF_INTERNAL","features":[23]},{"name":"FSCTL_SCRUB_DATA","features":[23]},{"name":"FSCTL_SCRUB_UNDISCOVERABLE_ID","features":[23]},{"name":"FSCTL_SD_GLOBAL_CHANGE","features":[23]},{"name":"FSCTL_SECURITY_ID_CHECK","features":[23]},{"name":"FSCTL_SET_BOOTLOADER_ACCESSED","features":[23]},{"name":"FSCTL_SET_CACHED_RUNS_STATE","features":[23]},{"name":"FSCTL_SET_COMPRESSION","features":[23]},{"name":"FSCTL_SET_DAX_ALLOC_ALIGNMENT_HINT","features":[23]},{"name":"FSCTL_SET_DEFECT_MANAGEMENT","features":[23]},{"name":"FSCTL_SET_ENCRYPTION","features":[23]},{"name":"FSCTL_SET_EXTERNAL_BACKING","features":[23]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION","features":[23]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_BUFFER","features":[23]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX","features":[23]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_EX","features":[23]},{"name":"FSCTL_SET_LAYER_ROOT","features":[23]},{"name":"FSCTL_SET_OBJECT_ID","features":[23]},{"name":"FSCTL_SET_OBJECT_ID_EXTENDED","features":[23]},{"name":"FSCTL_SET_PERSISTENT_VOLUME_STATE","features":[23]},{"name":"FSCTL_SET_PURGE_FAILURE_MODE","features":[23]},{"name":"FSCTL_SET_REFS_FILE_STRICTLY_SEQUENTIAL","features":[23]},{"name":"FSCTL_SET_REFS_SMR_VOLUME_GC_PARAMETERS","features":[23]},{"name":"FSCTL_SET_REPAIR","features":[23]},{"name":"FSCTL_SET_REPARSE_POINT","features":[23]},{"name":"FSCTL_SET_REPARSE_POINT_EX","features":[23]},{"name":"FSCTL_SET_SHORT_NAME_BEHAVIOR","features":[23]},{"name":"FSCTL_SET_SPARSE","features":[23]},{"name":"FSCTL_SET_VOLUME_COMPRESSION_STATE","features":[23]},{"name":"FSCTL_SET_ZERO_DATA","features":[23]},{"name":"FSCTL_SET_ZERO_ON_DEALLOCATION","features":[23]},{"name":"FSCTL_SHRINK_VOLUME","features":[23]},{"name":"FSCTL_SHUFFLE_FILE","features":[23]},{"name":"FSCTL_SIS_COPYFILE","features":[23]},{"name":"FSCTL_SIS_LINK_FILES","features":[23]},{"name":"FSCTL_SMB_SHARE_FLUSH_AND_PURGE","features":[23]},{"name":"FSCTL_SPARSE_OVERALLOCATE","features":[23]},{"name":"FSCTL_SSDI_STORAGE_REQUEST","features":[23]},{"name":"FSCTL_START_VIRTUALIZATION_INSTANCE","features":[23]},{"name":"FSCTL_START_VIRTUALIZATION_INSTANCE_EX","features":[23]},{"name":"FSCTL_STORAGE_QOS_CONTROL","features":[23]},{"name":"FSCTL_STREAMS_ASSOCIATE_ID","features":[23]},{"name":"FSCTL_STREAMS_QUERY_ID","features":[23]},{"name":"FSCTL_STREAMS_QUERY_PARAMETERS","features":[23]},{"name":"FSCTL_SUSPEND_OVERLAY","features":[23]},{"name":"FSCTL_SVHDX_ASYNC_TUNNEL_REQUEST","features":[23]},{"name":"FSCTL_SVHDX_SET_INITIATOR_INFORMATION","features":[23]},{"name":"FSCTL_SVHDX_SYNC_TUNNEL_REQUEST","features":[23]},{"name":"FSCTL_TXFS_CREATE_MINIVERSION","features":[23]},{"name":"FSCTL_TXFS_CREATE_SECONDARY_RM","features":[23]},{"name":"FSCTL_TXFS_GET_METADATA_INFO","features":[23]},{"name":"FSCTL_TXFS_GET_TRANSACTED_VERSION","features":[23]},{"name":"FSCTL_TXFS_LIST_TRANSACTIONS","features":[23]},{"name":"FSCTL_TXFS_LIST_TRANSACTION_LOCKED_FILES","features":[23]},{"name":"FSCTL_TXFS_MODIFY_RM","features":[23]},{"name":"FSCTL_TXFS_QUERY_RM_INFORMATION","features":[23]},{"name":"FSCTL_TXFS_READ_BACKUP_INFORMATION","features":[23]},{"name":"FSCTL_TXFS_READ_BACKUP_INFORMATION2","features":[23]},{"name":"FSCTL_TXFS_ROLLFORWARD_REDO","features":[23]},{"name":"FSCTL_TXFS_ROLLFORWARD_UNDO","features":[23]},{"name":"FSCTL_TXFS_SAVEPOINT_INFORMATION","features":[23]},{"name":"FSCTL_TXFS_SHUTDOWN_RM","features":[23]},{"name":"FSCTL_TXFS_START_RM","features":[23]},{"name":"FSCTL_TXFS_TRANSACTION_ACTIVE","features":[23]},{"name":"FSCTL_TXFS_WRITE_BACKUP_INFORMATION","features":[23]},{"name":"FSCTL_TXFS_WRITE_BACKUP_INFORMATION2","features":[23]},{"name":"FSCTL_UNLOCK_VOLUME","features":[23]},{"name":"FSCTL_UNMAP_SPACE","features":[23]},{"name":"FSCTL_UPDATE_OVERLAY","features":[23]},{"name":"FSCTL_UPGRADE_VOLUME","features":[23]},{"name":"FSCTL_USN_TRACK_MODIFIED_RANGES","features":[23]},{"name":"FSCTL_VIRTUAL_STORAGE_PASSTHROUGH","features":[23]},{"name":"FSCTL_VIRTUAL_STORAGE_QUERY_PROPERTY","features":[23]},{"name":"FSCTL_VIRTUAL_STORAGE_SET_BEHAVIOR","features":[23]},{"name":"FSCTL_WAIT_FOR_REPAIR","features":[23]},{"name":"FSCTL_WRITE_RAW_ENCRYPTED","features":[23]},{"name":"FSCTL_WRITE_USN_CLOSE_RECORD","features":[23]},{"name":"FSCTL_WRITE_USN_REASON","features":[23]},{"name":"FS_BPIO_INFLAGS","features":[23]},{"name":"FS_BPIO_INFO","features":[23]},{"name":"FS_BPIO_INPUT","features":[23]},{"name":"FS_BPIO_OPERATIONS","features":[23]},{"name":"FS_BPIO_OP_DISABLE","features":[23]},{"name":"FS_BPIO_OP_ENABLE","features":[23]},{"name":"FS_BPIO_OP_GET_INFO","features":[23]},{"name":"FS_BPIO_OP_MAX_OPERATION","features":[23]},{"name":"FS_BPIO_OP_QUERY","features":[23]},{"name":"FS_BPIO_OP_STREAM_PAUSE","features":[23]},{"name":"FS_BPIO_OP_STREAM_RESUME","features":[23]},{"name":"FS_BPIO_OP_VOLUME_STACK_PAUSE","features":[23]},{"name":"FS_BPIO_OP_VOLUME_STACK_RESUME","features":[23]},{"name":"FS_BPIO_OUTFLAGS","features":[23]},{"name":"FS_BPIO_OUTPUT","features":[23]},{"name":"FS_BPIO_RESULTS","features":[23]},{"name":"FW_ISSUEID_NO_ISSUE","features":[23]},{"name":"FW_ISSUEID_UNKNOWN","features":[23]},{"name":"FileSnapStateInactive","features":[23]},{"name":"FileSnapStateSource","features":[23]},{"name":"FileSnapStateTarget","features":[23]},{"name":"FileStorageTierClassCapacity","features":[23]},{"name":"FileStorageTierClassMax","features":[23]},{"name":"FileStorageTierClassPerformance","features":[23]},{"name":"FileStorageTierClassUnspecified","features":[23]},{"name":"FileStorageTierMediaTypeDisk","features":[23]},{"name":"FileStorageTierMediaTypeMax","features":[23]},{"name":"FileStorageTierMediaTypeScm","features":[23]},{"name":"FileStorageTierMediaTypeSsd","features":[23]},{"name":"FileStorageTierMediaTypeUnspecified","features":[23]},{"name":"FixedMedia","features":[23]},{"name":"FormFactor1_8","features":[23]},{"name":"FormFactor1_8Less","features":[23]},{"name":"FormFactor2_5","features":[23]},{"name":"FormFactor3_5","features":[23]},{"name":"FormFactorDimm","features":[23]},{"name":"FormFactorEmbedded","features":[23]},{"name":"FormFactorM_2","features":[23]},{"name":"FormFactorMemoryCard","features":[23]},{"name":"FormFactorPCIeBoard","features":[23]},{"name":"FormFactorUnknown","features":[23]},{"name":"FormFactormSata","features":[23]},{"name":"GETVERSIONINPARAMS","features":[23]},{"name":"GET_CHANGER_PARAMETERS","features":[23]},{"name":"GET_CHANGER_PARAMETERS_FEATURES1","features":[23]},{"name":"GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST","features":[23]},{"name":"GET_DISK_ATTRIBUTES","features":[23]},{"name":"GET_FILTER_FILE_IDENTIFIER_INPUT","features":[23]},{"name":"GET_FILTER_FILE_IDENTIFIER_OUTPUT","features":[23]},{"name":"GET_LENGTH_INFORMATION","features":[23]},{"name":"GET_MEDIA_TYPES","features":[22,23]},{"name":"GET_VOLUME_BITMAP_FLAG_MASK_METADATA","features":[23]},{"name":"GPT_ATTRIBUTES","features":[23]},{"name":"GPT_ATTRIBUTE_LEGACY_BIOS_BOOTABLE","features":[23]},{"name":"GPT_ATTRIBUTE_NO_BLOCK_IO_PROTOCOL","features":[23]},{"name":"GPT_ATTRIBUTE_PLATFORM_REQUIRED","features":[23]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_DAX","features":[23]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_HIDDEN","features":[23]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER","features":[23]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_OFFLINE","features":[23]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_READ_ONLY","features":[23]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_SERVICE","features":[23]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_SHADOW_COPY","features":[23]},{"name":"GPT_SPACES_ATTRIBUTE_NO_METADATA","features":[23]},{"name":"GP_LOG_PAGE_DESCRIPTOR","features":[23]},{"name":"GUID_DEVICEDUMP_DRIVER_STORAGE_PORT","features":[23]},{"name":"GUID_DEVICEDUMP_STORAGE_DEVICE","features":[23]},{"name":"GUID_DEVINTERFACE_CDCHANGER","features":[23]},{"name":"GUID_DEVINTERFACE_CDROM","features":[23]},{"name":"GUID_DEVINTERFACE_COMPORT","features":[23]},{"name":"GUID_DEVINTERFACE_DISK","features":[23]},{"name":"GUID_DEVINTERFACE_FLOPPY","features":[23]},{"name":"GUID_DEVINTERFACE_HIDDEN_VOLUME","features":[23]},{"name":"GUID_DEVINTERFACE_MEDIUMCHANGER","features":[23]},{"name":"GUID_DEVINTERFACE_PARTITION","features":[23]},{"name":"GUID_DEVINTERFACE_SCM_PHYSICAL_DEVICE","features":[23]},{"name":"GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR","features":[23]},{"name":"GUID_DEVINTERFACE_SERVICE_VOLUME","features":[23]},{"name":"GUID_DEVINTERFACE_SES","features":[23]},{"name":"GUID_DEVINTERFACE_STORAGEPORT","features":[23]},{"name":"GUID_DEVINTERFACE_TAPE","features":[23]},{"name":"GUID_DEVINTERFACE_UNIFIED_ACCESS_RPMB","features":[23]},{"name":"GUID_DEVINTERFACE_VMLUN","features":[23]},{"name":"GUID_DEVINTERFACE_VOLUME","features":[23]},{"name":"GUID_DEVINTERFACE_WRITEONCEDISK","features":[23]},{"name":"GUID_DEVINTERFACE_ZNSDISK","features":[23]},{"name":"GUID_SCM_PD_HEALTH_NOTIFICATION","features":[23]},{"name":"GUID_SCM_PD_PASSTHROUGH_INVDIMM","features":[23]},{"name":"HISTOGRAM_BUCKET","features":[23]},{"name":"HIST_NO_OF_BUCKETS","features":[23]},{"name":"HITACHI_12_WO","features":[23]},{"name":"HealthStatusDisabled","features":[23]},{"name":"HealthStatusFailed","features":[23]},{"name":"HealthStatusNormal","features":[23]},{"name":"HealthStatusThrottled","features":[23]},{"name":"HealthStatusUnknown","features":[23]},{"name":"HealthStatusWarning","features":[23]},{"name":"IBM_3480","features":[23]},{"name":"IBM_3490E","features":[23]},{"name":"IBM_Magstar_3590","features":[23]},{"name":"IBM_Magstar_MP","features":[23]},{"name":"IDENTIFY_BUFFER_SIZE","features":[23]},{"name":"IDEREGS","features":[23]},{"name":"ID_CMD","features":[23]},{"name":"IOCTL_CHANGER_BASE","features":[23]},{"name":"IOCTL_CHANGER_EXCHANGE_MEDIUM","features":[23]},{"name":"IOCTL_CHANGER_GET_ELEMENT_STATUS","features":[23]},{"name":"IOCTL_CHANGER_GET_PARAMETERS","features":[23]},{"name":"IOCTL_CHANGER_GET_PRODUCT_DATA","features":[23]},{"name":"IOCTL_CHANGER_GET_STATUS","features":[23]},{"name":"IOCTL_CHANGER_INITIALIZE_ELEMENT_STATUS","features":[23]},{"name":"IOCTL_CHANGER_MOVE_MEDIUM","features":[23]},{"name":"IOCTL_CHANGER_QUERY_VOLUME_TAGS","features":[23]},{"name":"IOCTL_CHANGER_REINITIALIZE_TRANSPORT","features":[23]},{"name":"IOCTL_CHANGER_SET_ACCESS","features":[23]},{"name":"IOCTL_CHANGER_SET_POSITION","features":[23]},{"name":"IOCTL_DISK_BASE","features":[23]},{"name":"IOCTL_DISK_CHECK_VERIFY","features":[23]},{"name":"IOCTL_DISK_CONTROLLER_NUMBER","features":[23]},{"name":"IOCTL_DISK_CREATE_DISK","features":[23]},{"name":"IOCTL_DISK_DELETE_DRIVE_LAYOUT","features":[23]},{"name":"IOCTL_DISK_EJECT_MEDIA","features":[23]},{"name":"IOCTL_DISK_FIND_NEW_DEVICES","features":[23]},{"name":"IOCTL_DISK_FORMAT_DRIVE","features":[23]},{"name":"IOCTL_DISK_FORMAT_TRACKS","features":[23]},{"name":"IOCTL_DISK_FORMAT_TRACKS_EX","features":[23]},{"name":"IOCTL_DISK_GET_CACHE_INFORMATION","features":[23]},{"name":"IOCTL_DISK_GET_DISK_ATTRIBUTES","features":[23]},{"name":"IOCTL_DISK_GET_DRIVE_GEOMETRY","features":[23]},{"name":"IOCTL_DISK_GET_DRIVE_GEOMETRY_EX","features":[23]},{"name":"IOCTL_DISK_GET_DRIVE_LAYOUT","features":[23]},{"name":"IOCTL_DISK_GET_DRIVE_LAYOUT_EX","features":[23]},{"name":"IOCTL_DISK_GET_LENGTH_INFO","features":[23]},{"name":"IOCTL_DISK_GET_MEDIA_TYPES","features":[23]},{"name":"IOCTL_DISK_GET_PARTITION_INFO","features":[23]},{"name":"IOCTL_DISK_GET_PARTITION_INFO_EX","features":[23]},{"name":"IOCTL_DISK_GET_WRITE_CACHE_STATE","features":[23]},{"name":"IOCTL_DISK_GROW_PARTITION","features":[23]},{"name":"IOCTL_DISK_HISTOGRAM_DATA","features":[23]},{"name":"IOCTL_DISK_HISTOGRAM_RESET","features":[23]},{"name":"IOCTL_DISK_HISTOGRAM_STRUCTURE","features":[23]},{"name":"IOCTL_DISK_IS_WRITABLE","features":[23]},{"name":"IOCTL_DISK_LOAD_MEDIA","features":[23]},{"name":"IOCTL_DISK_LOGGING","features":[23]},{"name":"IOCTL_DISK_MEDIA_REMOVAL","features":[23]},{"name":"IOCTL_DISK_PERFORMANCE","features":[23]},{"name":"IOCTL_DISK_PERFORMANCE_OFF","features":[23]},{"name":"IOCTL_DISK_REASSIGN_BLOCKS","features":[23]},{"name":"IOCTL_DISK_REASSIGN_BLOCKS_EX","features":[23]},{"name":"IOCTL_DISK_RELEASE","features":[23]},{"name":"IOCTL_DISK_REQUEST_DATA","features":[23]},{"name":"IOCTL_DISK_REQUEST_STRUCTURE","features":[23]},{"name":"IOCTL_DISK_RESERVE","features":[23]},{"name":"IOCTL_DISK_RESET_SNAPSHOT_INFO","features":[23]},{"name":"IOCTL_DISK_SENSE_DEVICE","features":[23]},{"name":"IOCTL_DISK_SET_CACHE_INFORMATION","features":[23]},{"name":"IOCTL_DISK_SET_DISK_ATTRIBUTES","features":[23]},{"name":"IOCTL_DISK_SET_DRIVE_LAYOUT","features":[23]},{"name":"IOCTL_DISK_SET_DRIVE_LAYOUT_EX","features":[23]},{"name":"IOCTL_DISK_SET_PARTITION_INFO","features":[23]},{"name":"IOCTL_DISK_SET_PARTITION_INFO_EX","features":[23]},{"name":"IOCTL_DISK_UPDATE_DRIVE_SIZE","features":[23]},{"name":"IOCTL_DISK_UPDATE_PROPERTIES","features":[23]},{"name":"IOCTL_DISK_VERIFY","features":[23]},{"name":"IOCTL_SCMBUS_BASE","features":[23]},{"name":"IOCTL_SCMBUS_DEVICE_FUNCTION_BASE","features":[23]},{"name":"IOCTL_SCM_BUS_GET_LOGICAL_DEVICES","features":[23]},{"name":"IOCTL_SCM_BUS_GET_PHYSICAL_DEVICES","features":[23]},{"name":"IOCTL_SCM_BUS_GET_REGIONS","features":[23]},{"name":"IOCTL_SCM_BUS_QUERY_PROPERTY","features":[23]},{"name":"IOCTL_SCM_BUS_REFRESH_NAMESPACE","features":[23]},{"name":"IOCTL_SCM_BUS_RUNTIME_FW_ACTIVATE","features":[23]},{"name":"IOCTL_SCM_BUS_SET_PROPERTY","features":[23]},{"name":"IOCTL_SCM_LD_GET_INTERLEAVE_SET","features":[23]},{"name":"IOCTL_SCM_LOGICAL_DEVICE_FUNCTION_BASE","features":[23]},{"name":"IOCTL_SCM_PD_FIRMWARE_ACTIVATE","features":[23]},{"name":"IOCTL_SCM_PD_FIRMWARE_DOWNLOAD","features":[23]},{"name":"IOCTL_SCM_PD_PASSTHROUGH","features":[23]},{"name":"IOCTL_SCM_PD_QUERY_PROPERTY","features":[23]},{"name":"IOCTL_SCM_PD_REINITIALIZE_MEDIA","features":[23]},{"name":"IOCTL_SCM_PD_SET_PROPERTY","features":[23]},{"name":"IOCTL_SCM_PD_UPDATE_MANAGEMENT_STATUS","features":[23]},{"name":"IOCTL_SCM_PHYSICAL_DEVICE_FUNCTION_BASE","features":[23]},{"name":"IOCTL_SERENUM_EXPOSE_HARDWARE","features":[23]},{"name":"IOCTL_SERENUM_GET_PORT_NAME","features":[23]},{"name":"IOCTL_SERENUM_PORT_DESC","features":[23]},{"name":"IOCTL_SERENUM_REMOVE_HARDWARE","features":[23]},{"name":"IOCTL_SERIAL_LSRMST_INSERT","features":[23]},{"name":"IOCTL_STORAGE_ALLOCATE_BC_STREAM","features":[23]},{"name":"IOCTL_STORAGE_ATTRIBUTE_MANAGEMENT","features":[23]},{"name":"IOCTL_STORAGE_BASE","features":[23]},{"name":"IOCTL_STORAGE_BC_VERSION","features":[23]},{"name":"IOCTL_STORAGE_BREAK_RESERVATION","features":[23]},{"name":"IOCTL_STORAGE_CHECK_PRIORITY_HINT_SUPPORT","features":[23]},{"name":"IOCTL_STORAGE_CHECK_VERIFY","features":[23]},{"name":"IOCTL_STORAGE_CHECK_VERIFY2","features":[23]},{"name":"IOCTL_STORAGE_DEVICE_POWER_CAP","features":[23]},{"name":"IOCTL_STORAGE_DEVICE_TELEMETRY_NOTIFY","features":[23]},{"name":"IOCTL_STORAGE_DEVICE_TELEMETRY_QUERY_CAPS","features":[23]},{"name":"IOCTL_STORAGE_DIAGNOSTIC","features":[23]},{"name":"IOCTL_STORAGE_EJECTION_CONTROL","features":[23]},{"name":"IOCTL_STORAGE_EJECT_MEDIA","features":[23]},{"name":"IOCTL_STORAGE_ENABLE_IDLE_POWER","features":[23]},{"name":"IOCTL_STORAGE_EVENT_NOTIFICATION","features":[23]},{"name":"IOCTL_STORAGE_FAILURE_PREDICTION_CONFIG","features":[23]},{"name":"IOCTL_STORAGE_FIND_NEW_DEVICES","features":[23]},{"name":"IOCTL_STORAGE_FIRMWARE_ACTIVATE","features":[23]},{"name":"IOCTL_STORAGE_FIRMWARE_DOWNLOAD","features":[23]},{"name":"IOCTL_STORAGE_FIRMWARE_GET_INFO","features":[23]},{"name":"IOCTL_STORAGE_FREE_BC_STREAM","features":[23]},{"name":"IOCTL_STORAGE_GET_BC_PROPERTIES","features":[23]},{"name":"IOCTL_STORAGE_GET_COUNTERS","features":[23]},{"name":"IOCTL_STORAGE_GET_DEVICE_INTERNAL_LOG","features":[23]},{"name":"IOCTL_STORAGE_GET_DEVICE_NUMBER","features":[23]},{"name":"IOCTL_STORAGE_GET_DEVICE_NUMBER_EX","features":[23]},{"name":"IOCTL_STORAGE_GET_DEVICE_TELEMETRY","features":[23]},{"name":"IOCTL_STORAGE_GET_DEVICE_TELEMETRY_RAW","features":[23]},{"name":"IOCTL_STORAGE_GET_HOTPLUG_INFO","features":[23]},{"name":"IOCTL_STORAGE_GET_IDLE_POWERUP_REASON","features":[23]},{"name":"IOCTL_STORAGE_GET_LB_PROVISIONING_MAP_RESOURCES","features":[23]},{"name":"IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER","features":[23]},{"name":"IOCTL_STORAGE_GET_MEDIA_TYPES","features":[23]},{"name":"IOCTL_STORAGE_GET_MEDIA_TYPES_EX","features":[23]},{"name":"IOCTL_STORAGE_GET_PHYSICAL_ELEMENT_STATUS","features":[23]},{"name":"IOCTL_STORAGE_LOAD_MEDIA","features":[23]},{"name":"IOCTL_STORAGE_LOAD_MEDIA2","features":[23]},{"name":"IOCTL_STORAGE_MANAGE_BYPASS_IO","features":[23]},{"name":"IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES","features":[23]},{"name":"IOCTL_STORAGE_MCN_CONTROL","features":[23]},{"name":"IOCTL_STORAGE_MEDIA_REMOVAL","features":[23]},{"name":"IOCTL_STORAGE_PERSISTENT_RESERVE_IN","features":[23]},{"name":"IOCTL_STORAGE_PERSISTENT_RESERVE_OUT","features":[23]},{"name":"IOCTL_STORAGE_POWER_ACTIVE","features":[23]},{"name":"IOCTL_STORAGE_POWER_IDLE","features":[23]},{"name":"IOCTL_STORAGE_PREDICT_FAILURE","features":[23]},{"name":"IOCTL_STORAGE_PROTOCOL_COMMAND","features":[23]},{"name":"IOCTL_STORAGE_QUERY_PROPERTY","features":[23]},{"name":"IOCTL_STORAGE_READ_CAPACITY","features":[23]},{"name":"IOCTL_STORAGE_REINITIALIZE_MEDIA","features":[23]},{"name":"IOCTL_STORAGE_RELEASE","features":[23]},{"name":"IOCTL_STORAGE_REMOVE_ELEMENT_AND_TRUNCATE","features":[23]},{"name":"IOCTL_STORAGE_RESERVE","features":[23]},{"name":"IOCTL_STORAGE_RESET_BUS","features":[23]},{"name":"IOCTL_STORAGE_RESET_DEVICE","features":[23]},{"name":"IOCTL_STORAGE_RPMB_COMMAND","features":[23]},{"name":"IOCTL_STORAGE_SET_HOTPLUG_INFO","features":[23]},{"name":"IOCTL_STORAGE_SET_PROPERTY","features":[23]},{"name":"IOCTL_STORAGE_SET_TEMPERATURE_THRESHOLD","features":[23]},{"name":"IOCTL_STORAGE_START_DATA_INTEGRITY_CHECK","features":[23]},{"name":"IOCTL_STORAGE_STOP_DATA_INTEGRITY_CHECK","features":[23]},{"name":"IOMEGA_JAZ","features":[23]},{"name":"IOMEGA_ZIP","features":[23]},{"name":"IO_IRP_EXT_TRACK_OFFSET_HEADER","features":[23]},{"name":"KODAK_14_WO","features":[23]},{"name":"KeepPrefetchedData","features":[23]},{"name":"KeepReadData","features":[23]},{"name":"LMRQuerySessionInfo","features":[23]},{"name":"LMR_QUERY_INFO_CLASS","features":[23]},{"name":"LMR_QUERY_INFO_PARAM","features":[23]},{"name":"LMR_QUERY_SESSION_INFO","features":[23]},{"name":"LOCK_ELEMENT","features":[23]},{"name":"LOCK_UNLOCK_DOOR","features":[23]},{"name":"LOCK_UNLOCK_IEPORT","features":[23]},{"name":"LOCK_UNLOCK_KEYPAD","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_DATA","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_INDEX","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_MASK","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_SYSTEM","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_DENY_DEFRAG_SET","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_FS_SYSTEM_FILE","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_PAGE_FILE","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_TXF_SYSTEM_FILE","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_INPUT","features":[23]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_OUTPUT","features":[23]},{"name":"LTO_Accelis","features":[23]},{"name":"LTO_Ultrium","features":[23]},{"name":"MARK_HANDLE_CLOUD_SYNC","features":[23]},{"name":"MARK_HANDLE_DISABLE_FILE_METADATA_OPTIMIZATION","features":[23]},{"name":"MARK_HANDLE_ENABLE_CPU_CACHE","features":[23]},{"name":"MARK_HANDLE_ENABLE_USN_SOURCE_ON_PAGING_IO","features":[23]},{"name":"MARK_HANDLE_FILTER_METADATA","features":[23]},{"name":"MARK_HANDLE_INFO","features":[1,23]},{"name":"MARK_HANDLE_INFO32","features":[23]},{"name":"MARK_HANDLE_NOT_READ_COPY","features":[23]},{"name":"MARK_HANDLE_NOT_REALTIME","features":[23]},{"name":"MARK_HANDLE_NOT_TXF_SYSTEM_LOG","features":[23]},{"name":"MARK_HANDLE_PROTECT_CLUSTERS","features":[23]},{"name":"MARK_HANDLE_READ_COPY","features":[23]},{"name":"MARK_HANDLE_REALTIME","features":[23]},{"name":"MARK_HANDLE_RETURN_PURGE_FAILURE","features":[23]},{"name":"MARK_HANDLE_SKIP_COHERENCY_SYNC_DISALLOW_WRITES","features":[23]},{"name":"MARK_HANDLE_SUPPRESS_VOLUME_OPEN_FLUSH","features":[23]},{"name":"MARK_HANDLE_TXF_SYSTEM_LOG","features":[23]},{"name":"MAXIMUM_ENCRYPTION_VALUE","features":[23]},{"name":"MAX_FW_BUCKET_ID_LENGTH","features":[23]},{"name":"MAX_INTERFACE_CODES","features":[23]},{"name":"MAX_VOLUME_ID_SIZE","features":[23]},{"name":"MAX_VOLUME_TEMPLATE_SIZE","features":[23]},{"name":"MEDIA_CURRENTLY_MOUNTED","features":[23]},{"name":"MEDIA_ERASEABLE","features":[23]},{"name":"MEDIA_READ_ONLY","features":[23]},{"name":"MEDIA_READ_WRITE","features":[23]},{"name":"MEDIA_TYPE","features":[23]},{"name":"MEDIA_WRITE_ONCE","features":[23]},{"name":"MEDIA_WRITE_PROTECTED","features":[23]},{"name":"METHOD_BUFFERED","features":[23]},{"name":"METHOD_DIRECT_FROM_HARDWARE","features":[23]},{"name":"METHOD_DIRECT_TO_HARDWARE","features":[23]},{"name":"METHOD_IN_DIRECT","features":[23]},{"name":"METHOD_NEITHER","features":[23]},{"name":"METHOD_OUT_DIRECT","features":[23]},{"name":"MFT_ENUM_DATA_V0","features":[23]},{"name":"MFT_ENUM_DATA_V1","features":[23]},{"name":"MOVE_FILE_DATA","features":[1,23]},{"name":"MOVE_FILE_DATA32","features":[23]},{"name":"MOVE_FILE_RECORD_DATA","features":[1,23]},{"name":"MO_3_RW","features":[23]},{"name":"MO_5_LIMDOW","features":[23]},{"name":"MO_5_RW","features":[23]},{"name":"MO_5_WO","features":[23]},{"name":"MO_NFR_525","features":[23]},{"name":"MP2_8mm","features":[23]},{"name":"MP_8mm","features":[23]},{"name":"MiniQic","features":[23]},{"name":"NCTP","features":[23]},{"name":"NIKON_12_RW","features":[23]},{"name":"NTFS_EXTENDED_VOLUME_DATA","features":[23]},{"name":"NTFS_FILE_RECORD_INPUT_BUFFER","features":[23]},{"name":"NTFS_FILE_RECORD_OUTPUT_BUFFER","features":[23]},{"name":"NTFS_STATISTICS","features":[23]},{"name":"NTFS_STATISTICS_EX","features":[23]},{"name":"NTFS_VOLUME_DATA_BUFFER","features":[23]},{"name":"NVMeDataTypeFeature","features":[23]},{"name":"NVMeDataTypeIdentify","features":[23]},{"name":"NVMeDataTypeLogPage","features":[23]},{"name":"NVMeDataTypeUnknown","features":[23]},{"name":"OBSOLETE_DISK_GET_WRITE_CACHE_STATE","features":[23]},{"name":"OBSOLETE_IOCTL_STORAGE_RESET_BUS","features":[23]},{"name":"OBSOLETE_IOCTL_STORAGE_RESET_DEVICE","features":[23]},{"name":"OFFLOAD_READ_FLAG_ALL_ZERO_BEYOND_CURRENT_RANGE","features":[23]},{"name":"OPLOCK_LEVEL_CACHE_HANDLE","features":[23]},{"name":"OPLOCK_LEVEL_CACHE_READ","features":[23]},{"name":"OPLOCK_LEVEL_CACHE_WRITE","features":[23]},{"name":"PARTIITON_OS_DATA","features":[23]},{"name":"PARTITION_BSP","features":[23]},{"name":"PARTITION_DM","features":[23]},{"name":"PARTITION_DPP","features":[23]},{"name":"PARTITION_ENTRY_UNUSED","features":[23]},{"name":"PARTITION_EXTENDED","features":[23]},{"name":"PARTITION_EZDRIVE","features":[23]},{"name":"PARTITION_FAT32","features":[23]},{"name":"PARTITION_FAT32_XINT13","features":[23]},{"name":"PARTITION_FAT_12","features":[23]},{"name":"PARTITION_FAT_16","features":[23]},{"name":"PARTITION_GPT","features":[23]},{"name":"PARTITION_HUGE","features":[23]},{"name":"PARTITION_IFS","features":[23]},{"name":"PARTITION_INFORMATION","features":[1,23]},{"name":"PARTITION_INFORMATION_EX","features":[1,23]},{"name":"PARTITION_INFORMATION_GPT","features":[23]},{"name":"PARTITION_INFORMATION_MBR","features":[1,23]},{"name":"PARTITION_LDM","features":[23]},{"name":"PARTITION_MAIN_OS","features":[23]},{"name":"PARTITION_MSFT_RECOVERY","features":[23]},{"name":"PARTITION_NTFT","features":[23]},{"name":"PARTITION_OS2BOOTMGR","features":[23]},{"name":"PARTITION_PREP","features":[23]},{"name":"PARTITION_PRE_INSTALLED","features":[23]},{"name":"PARTITION_SPACES","features":[23]},{"name":"PARTITION_SPACES_DATA","features":[23]},{"name":"PARTITION_STYLE","features":[23]},{"name":"PARTITION_STYLE_GPT","features":[23]},{"name":"PARTITION_STYLE_MBR","features":[23]},{"name":"PARTITION_STYLE_RAW","features":[23]},{"name":"PARTITION_SYSTEM","features":[23]},{"name":"PARTITION_UNIX","features":[23]},{"name":"PARTITION_WINDOWS_SYSTEM","features":[23]},{"name":"PARTITION_XENIX_1","features":[23]},{"name":"PARTITION_XENIX_2","features":[23]},{"name":"PARTITION_XINT13","features":[23]},{"name":"PARTITION_XINT13_EXTENDED","features":[23]},{"name":"PATHNAME_BUFFER","features":[23]},{"name":"PC_5_RW","features":[23]},{"name":"PC_5_WO","features":[23]},{"name":"PD_5_RW","features":[23]},{"name":"PERF_BIN","features":[23]},{"name":"PERSISTENT_RESERVE_COMMAND","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_BACKED_BY_WIM","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_CHKDSK_RAN_ONCE","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_CONTAINS_BACKING_WIM","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_DAX_FORMATTED","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_DEV_VOLUME","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_GLOBAL_METADATA_NO_SEEK_PENALTY","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_LOCAL_METADATA_NO_SEEK_PENALTY","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_MODIFIED_BY_CHKDSK","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_NO_HEAT_GATHERING","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_NO_WRITE_AUTO_TIERING","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_REALLOCATE_ALL_DATA_WRITES","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_SHORT_NAME_CREATION_DISABLED","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_TRUSTED_VOLUME","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_TXF_DISABLED","features":[23]},{"name":"PERSISTENT_VOLUME_STATE_VOLUME_SCRUB_DISABLED","features":[23]},{"name":"PHILIPS_12_WO","features":[23]},{"name":"PHYSICAL_ELEMENT_STATUS","features":[23]},{"name":"PHYSICAL_ELEMENT_STATUS_DESCRIPTOR","features":[23]},{"name":"PHYSICAL_ELEMENT_STATUS_REQUEST","features":[23]},{"name":"PINNACLE_APEX_5_RW","features":[23]},{"name":"PIO_IRP_EXT_PROCESS_TRACKED_OFFSET_CALLBACK","features":[23]},{"name":"PLEX_READ_DATA_REQUEST","features":[23]},{"name":"PREVENT_MEDIA_REMOVAL","features":[1,23]},{"name":"PRODUCT_ID_LENGTH","features":[23]},{"name":"PROJFS_PROTOCOL_VERSION","features":[23]},{"name":"PropertyExistsQuery","features":[23]},{"name":"PropertyExistsSet","features":[23]},{"name":"PropertyMaskQuery","features":[23]},{"name":"PropertyQueryMaxDefined","features":[23]},{"name":"PropertySetMaxDefined","features":[23]},{"name":"PropertyStandardQuery","features":[23]},{"name":"PropertyStandardSet","features":[23]},{"name":"ProtocolTypeAta","features":[23]},{"name":"ProtocolTypeMaxReserved","features":[23]},{"name":"ProtocolTypeNvme","features":[23]},{"name":"ProtocolTypeProprietary","features":[23]},{"name":"ProtocolTypeScsi","features":[23]},{"name":"ProtocolTypeSd","features":[23]},{"name":"ProtocolTypeUfs","features":[23]},{"name":"ProtocolTypeUnknown","features":[23]},{"name":"QIC","features":[23]},{"name":"QUERY_BAD_RANGES_INPUT","features":[23]},{"name":"QUERY_BAD_RANGES_INPUT_RANGE","features":[23]},{"name":"QUERY_BAD_RANGES_OUTPUT","features":[23]},{"name":"QUERY_BAD_RANGES_OUTPUT_RANGE","features":[23]},{"name":"QUERY_DEPENDENT_VOLUME_REQUEST_FLAG_GUEST_VOLUMES","features":[23]},{"name":"QUERY_DEPENDENT_VOLUME_REQUEST_FLAG_HOST_VOLUMES","features":[23]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE","features":[23]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_CLUSTERS","features":[23]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_FILEID","features":[23]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_NONE","features":[23]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_STORAGE_RESERVE_ID","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_EXTENTS","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_EXTRA_INFO","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_FILES_WITH_DSC_ATTRIBUTE","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_FULL_PATH_IN_NAMES","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_NAMES","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_ONLY_FILES_WITH_SPECIFIC_ATTRIBUTES","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAMS","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAMS_WITH_NO_CLUSTERS_ALLOCATED","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_DATA_ATTRIBUTE","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_DSC_ATTRIBUTE","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_EA_ATTRIBUTE","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_EFS_ATTRIBUTE","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_REPARSE_ATTRIBUTE","features":[23]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_TXF_ATTRIBUTE","features":[23]},{"name":"QUERY_FILE_LAYOUT_INPUT","features":[23]},{"name":"QUERY_FILE_LAYOUT_NUM_FILTER_TYPES","features":[23]},{"name":"QUERY_FILE_LAYOUT_OUTPUT","features":[23]},{"name":"QUERY_FILE_LAYOUT_REPARSE_DATA_INVALID","features":[23]},{"name":"QUERY_FILE_LAYOUT_REPARSE_TAG_INVALID","features":[23]},{"name":"QUERY_FILE_LAYOUT_RESTART","features":[23]},{"name":"QUERY_FILE_LAYOUT_SINGLE_INSTANCED","features":[23]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_MEASURE_READ","features":[23]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_MEASURE_WRITE","features":[23]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_NO_DEFRAG_VOLUME","features":[23]},{"name":"READ_ATTRIBUTES","features":[23]},{"name":"READ_ATTRIBUTE_BUFFER_SIZE","features":[23]},{"name":"READ_COMPRESSION_INFO_VALID","features":[23]},{"name":"READ_COPY_NUMBER_BYPASS_CACHE_FLAG","features":[23]},{"name":"READ_COPY_NUMBER_KEY","features":[23]},{"name":"READ_ELEMENT_ADDRESS_INFO","features":[23]},{"name":"READ_FILE_USN_DATA","features":[23]},{"name":"READ_THRESHOLDS","features":[23]},{"name":"READ_THRESHOLD_BUFFER_SIZE","features":[23]},{"name":"READ_USN_JOURNAL_DATA_V0","features":[23]},{"name":"READ_USN_JOURNAL_DATA_V1","features":[23]},{"name":"REASSIGN_BLOCKS","features":[23]},{"name":"REASSIGN_BLOCKS_EX","features":[23]},{"name":"RECOVERED_READS_VALID","features":[23]},{"name":"RECOVERED_WRITES_VALID","features":[23]},{"name":"REFS_SMR_VOLUME_GC_ACTION","features":[23]},{"name":"REFS_SMR_VOLUME_GC_METHOD","features":[23]},{"name":"REFS_SMR_VOLUME_GC_PARAMETERS","features":[23]},{"name":"REFS_SMR_VOLUME_GC_PARAMETERS_VERSION_V1","features":[23]},{"name":"REFS_SMR_VOLUME_GC_STATE","features":[23]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT","features":[23]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT_VERSION_V0","features":[23]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT_VERSION_V1","features":[23]},{"name":"REFS_VOLUME_DATA_BUFFER","features":[23]},{"name":"REMOVE_ELEMENT_AND_TRUNCATE_REQUEST","features":[23]},{"name":"REPAIR_COPIES_INPUT","features":[23]},{"name":"REPAIR_COPIES_OUTPUT","features":[23]},{"name":"REPLACE_ALTERNATE","features":[23]},{"name":"REPLACE_PRIMARY","features":[23]},{"name":"REQUEST_OPLOCK_CURRENT_VERSION","features":[23]},{"name":"REQUEST_OPLOCK_INPUT_BUFFER","features":[23]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_ACK","features":[23]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_COMPLETE_ACK_ON_CLOSE","features":[23]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_REQUEST","features":[23]},{"name":"REQUEST_OPLOCK_OUTPUT_BUFFER","features":[23]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_ACK_REQUIRED","features":[23]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_MODES_PROVIDED","features":[23]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_WRITABLE_SECTION_PRESENT","features":[23]},{"name":"REQUEST_RAW_ENCRYPTED_DATA","features":[23]},{"name":"RETRACT_IEPORT","features":[23]},{"name":"RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER","features":[23]},{"name":"RETRIEVAL_POINTERS_BUFFER","features":[23]},{"name":"RETRIEVAL_POINTER_BASE","features":[23]},{"name":"RETRIEVAL_POINTER_COUNT","features":[23]},{"name":"RETURN_SMART_STATUS","features":[23]},{"name":"REVISION_LENGTH","features":[23]},{"name":"RemovableMedia","features":[23]},{"name":"RequestLocation","features":[23]},{"name":"RequestSize","features":[23]},{"name":"SAIT","features":[23]},{"name":"SAVE_ATTRIBUTE_VALUES","features":[23]},{"name":"SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO","features":[23]},{"name":"SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO","features":[23]},{"name":"SCM_BUS_DEDICATED_MEMORY_STATE","features":[1,23]},{"name":"SCM_BUS_FIRMWARE_ACTIVATION_STATE","features":[23]},{"name":"SCM_BUS_PROPERTY_ID","features":[23]},{"name":"SCM_BUS_PROPERTY_QUERY","features":[23]},{"name":"SCM_BUS_PROPERTY_SET","features":[23]},{"name":"SCM_BUS_QUERY_TYPE","features":[23]},{"name":"SCM_BUS_RUNTIME_FW_ACTIVATION_INFO","features":[1,23]},{"name":"SCM_BUS_SET_TYPE","features":[23]},{"name":"SCM_INTERLEAVED_PD_INFO","features":[23]},{"name":"SCM_LD_INTERLEAVE_SET_INFO","features":[23]},{"name":"SCM_LOGICAL_DEVICES","features":[23]},{"name":"SCM_LOGICAL_DEVICE_INSTANCE","features":[23]},{"name":"SCM_MAX_SYMLINK_LEN_IN_CHARS","features":[23]},{"name":"SCM_PD_DESCRIPTOR_HEADER","features":[23]},{"name":"SCM_PD_DEVICE_HANDLE","features":[23]},{"name":"SCM_PD_DEVICE_INFO","features":[23]},{"name":"SCM_PD_DEVICE_SPECIFIC_INFO","features":[23]},{"name":"SCM_PD_DEVICE_SPECIFIC_PROPERTY","features":[23]},{"name":"SCM_PD_FIRMWARE_ACTIVATE","features":[23]},{"name":"SCM_PD_FIRMWARE_ACTIVATION_STATE","features":[23]},{"name":"SCM_PD_FIRMWARE_DOWNLOAD","features":[23]},{"name":"SCM_PD_FIRMWARE_INFO","features":[23]},{"name":"SCM_PD_FIRMWARE_LAST_DOWNLOAD","features":[23]},{"name":"SCM_PD_FIRMWARE_REVISION_LENGTH_BYTES","features":[23]},{"name":"SCM_PD_FIRMWARE_SLOT_INFO","features":[23]},{"name":"SCM_PD_FRU_ID_STRING","features":[23]},{"name":"SCM_PD_HEALTH_NOTIFICATION_DATA","features":[23]},{"name":"SCM_PD_HEALTH_STATUS","features":[23]},{"name":"SCM_PD_LAST_FW_ACTIVATION_STATUS","features":[23]},{"name":"SCM_PD_LOCATION_STRING","features":[23]},{"name":"SCM_PD_MANAGEMENT_STATUS","features":[23]},{"name":"SCM_PD_MAX_OPERATIONAL_STATUS","features":[23]},{"name":"SCM_PD_MEDIA_REINITIALIZATION_STATUS","features":[23]},{"name":"SCM_PD_OPERATIONAL_STATUS","features":[23]},{"name":"SCM_PD_OPERATIONAL_STATUS_REASON","features":[23]},{"name":"SCM_PD_PASSTHROUGH_INPUT","features":[23]},{"name":"SCM_PD_PASSTHROUGH_INVDIMM_INPUT","features":[23]},{"name":"SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT","features":[23]},{"name":"SCM_PD_PASSTHROUGH_OUTPUT","features":[23]},{"name":"SCM_PD_PROPERTY_ID","features":[23]},{"name":"SCM_PD_PROPERTY_NAME_LENGTH_IN_CHARS","features":[23]},{"name":"SCM_PD_PROPERTY_QUERY","features":[23]},{"name":"SCM_PD_PROPERTY_SET","features":[23]},{"name":"SCM_PD_QUERY_TYPE","features":[23]},{"name":"SCM_PD_REINITIALIZE_MEDIA_INPUT","features":[23]},{"name":"SCM_PD_REINITIALIZE_MEDIA_OUTPUT","features":[23]},{"name":"SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE","features":[1,23]},{"name":"SCM_PD_RUNTIME_FW_ACTIVATION_INFO","features":[23]},{"name":"SCM_PD_SET_TYPE","features":[23]},{"name":"SCM_PHYSICAL_DEVICES","features":[23]},{"name":"SCM_PHYSICAL_DEVICE_INSTANCE","features":[23]},{"name":"SCM_REGION","features":[23]},{"name":"SCM_REGIONS","features":[23]},{"name":"SCM_REGION_FLAG","features":[23]},{"name":"SD_CHANGE_MACHINE_SID_INPUT","features":[23]},{"name":"SD_CHANGE_MACHINE_SID_OUTPUT","features":[23]},{"name":"SD_ENUM_SDS_ENTRY","features":[23]},{"name":"SD_ENUM_SDS_INPUT","features":[23]},{"name":"SD_ENUM_SDS_OUTPUT","features":[23]},{"name":"SD_GLOBAL_CHANGE_INPUT","features":[23]},{"name":"SD_GLOBAL_CHANGE_OUTPUT","features":[23]},{"name":"SD_GLOBAL_CHANGE_TYPE_ENUM_SDS","features":[23]},{"name":"SD_GLOBAL_CHANGE_TYPE_MACHINE_SID","features":[23]},{"name":"SD_GLOBAL_CHANGE_TYPE_QUERY_STATS","features":[23]},{"name":"SD_QUERY_STATS_INPUT","features":[23]},{"name":"SD_QUERY_STATS_OUTPUT","features":[23]},{"name":"SEARCH_ALL","features":[23]},{"name":"SEARCH_ALL_NO_SEQ","features":[23]},{"name":"SEARCH_ALTERNATE","features":[23]},{"name":"SEARCH_ALT_NO_SEQ","features":[23]},{"name":"SEARCH_PRIMARY","features":[23]},{"name":"SEARCH_PRI_NO_SEQ","features":[23]},{"name":"SENDCMDINPARAMS","features":[23]},{"name":"SENDCMDOUTPARAMS","features":[23]},{"name":"SERIAL_IOC_FCR_DMA_MODE","features":[23]},{"name":"SERIAL_IOC_FCR_FIFO_ENABLE","features":[23]},{"name":"SERIAL_IOC_FCR_RCVR_RESET","features":[23]},{"name":"SERIAL_IOC_FCR_RCVR_TRIGGER_LSB","features":[23]},{"name":"SERIAL_IOC_FCR_RCVR_TRIGGER_MSB","features":[23]},{"name":"SERIAL_IOC_FCR_RES1","features":[23]},{"name":"SERIAL_IOC_FCR_RES2","features":[23]},{"name":"SERIAL_IOC_FCR_XMIT_RESET","features":[23]},{"name":"SERIAL_IOC_MCR_DTR","features":[23]},{"name":"SERIAL_IOC_MCR_LOOP","features":[23]},{"name":"SERIAL_IOC_MCR_OUT1","features":[23]},{"name":"SERIAL_IOC_MCR_OUT2","features":[23]},{"name":"SERIAL_IOC_MCR_RTS","features":[23]},{"name":"SERIAL_NUMBER_LENGTH","features":[23]},{"name":"SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT","features":[23]},{"name":"SET_DISK_ATTRIBUTES","features":[1,23]},{"name":"SET_PARTITION_INFORMATION","features":[23]},{"name":"SET_PARTITION_INFORMATION_EX","features":[23]},{"name":"SET_PURGE_FAILURE_MODE_DISABLED","features":[23]},{"name":"SET_PURGE_FAILURE_MODE_ENABLED","features":[23]},{"name":"SET_PURGE_FAILURE_MODE_INPUT","features":[23]},{"name":"SET_REPAIR_DISABLED_AND_BUGCHECK_ON_CORRUPT","features":[23]},{"name":"SET_REPAIR_ENABLED","features":[23]},{"name":"SET_REPAIR_VALID_MASK","features":[23]},{"name":"SET_REPAIR_WARN_ABOUT_DATA_LOSS","features":[23]},{"name":"SHRINK_VOLUME_INFORMATION","features":[23]},{"name":"SHRINK_VOLUME_REQUEST_TYPES","features":[23]},{"name":"SI_COPYFILE","features":[23]},{"name":"SMART_ABORT_OFFLINE_SELFTEST","features":[23]},{"name":"SMART_CMD","features":[23]},{"name":"SMART_CYL_HI","features":[23]},{"name":"SMART_CYL_LOW","features":[23]},{"name":"SMART_ERROR_NO_MEM","features":[23]},{"name":"SMART_EXTENDED_SELFTEST_CAPTIVE","features":[23]},{"name":"SMART_EXTENDED_SELFTEST_OFFLINE","features":[23]},{"name":"SMART_GET_VERSION","features":[23]},{"name":"SMART_IDE_ERROR","features":[23]},{"name":"SMART_INVALID_BUFFER","features":[23]},{"name":"SMART_INVALID_COMMAND","features":[23]},{"name":"SMART_INVALID_DRIVE","features":[23]},{"name":"SMART_INVALID_FLAG","features":[23]},{"name":"SMART_INVALID_IOCTL","features":[23]},{"name":"SMART_INVALID_REGISTER","features":[23]},{"name":"SMART_LOG_SECTOR_SIZE","features":[23]},{"name":"SMART_NOT_SUPPORTED","features":[23]},{"name":"SMART_NO_ERROR","features":[23]},{"name":"SMART_NO_IDE_DEVICE","features":[23]},{"name":"SMART_OFFLINE_ROUTINE_OFFLINE","features":[23]},{"name":"SMART_RCV_DRIVE_DATA","features":[23]},{"name":"SMART_RCV_DRIVE_DATA_EX","features":[23]},{"name":"SMART_READ_LOG","features":[23]},{"name":"SMART_SEND_DRIVE_COMMAND","features":[23]},{"name":"SMART_SHORT_SELFTEST_CAPTIVE","features":[23]},{"name":"SMART_SHORT_SELFTEST_OFFLINE","features":[23]},{"name":"SMART_WRITE_LOG","features":[23]},{"name":"SMB_SHARE_FLUSH_AND_PURGE_INPUT","features":[23]},{"name":"SMB_SHARE_FLUSH_AND_PURGE_OUTPUT","features":[23]},{"name":"SONY_12_WO","features":[23]},{"name":"SONY_D2","features":[23]},{"name":"SONY_DTF","features":[23]},{"name":"SPACES_TRACKED_OFFSET_HEADER_FLAG","features":[23]},{"name":"SRB_TYPE_SCSI_REQUEST_BLOCK","features":[23]},{"name":"SRB_TYPE_STORAGE_REQUEST_BLOCK","features":[23]},{"name":"STARTING_LCN_INPUT_BUFFER","features":[23]},{"name":"STARTING_LCN_INPUT_BUFFER_EX","features":[23]},{"name":"STARTING_VCN_INPUT_BUFFER","features":[23]},{"name":"STK_9840","features":[23]},{"name":"STK_9940","features":[23]},{"name":"STK_DATA_D3","features":[23]},{"name":"STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR","features":[23]},{"name":"STORAGE_ADAPTER_DESCRIPTOR","features":[1,23]},{"name":"STORAGE_ADAPTER_SERIAL_NUMBER","features":[23]},{"name":"STORAGE_ADAPTER_SERIAL_NUMBER_V1_MAX_LENGTH","features":[23]},{"name":"STORAGE_ADDRESS_TYPE_BTL8","features":[23]},{"name":"STORAGE_ALLOCATE_BC_STREAM_INPUT","features":[1,23]},{"name":"STORAGE_ALLOCATE_BC_STREAM_OUTPUT","features":[23]},{"name":"STORAGE_ASSOCIATION_TYPE","features":[23]},{"name":"STORAGE_ATTRIBUTE_ASYNC_EVENT_NOTIFICATION","features":[23]},{"name":"STORAGE_ATTRIBUTE_BLOCK_IO","features":[23]},{"name":"STORAGE_ATTRIBUTE_BYTE_ADDRESSABLE_IO","features":[23]},{"name":"STORAGE_ATTRIBUTE_DYNAMIC_PERSISTENCE","features":[23]},{"name":"STORAGE_ATTRIBUTE_MGMT","features":[23]},{"name":"STORAGE_ATTRIBUTE_MGMT_ACTION","features":[23]},{"name":"STORAGE_ATTRIBUTE_PERF_SIZE_INDEPENDENT","features":[23]},{"name":"STORAGE_ATTRIBUTE_VOLATILE","features":[23]},{"name":"STORAGE_BREAK_RESERVATION_REQUEST","features":[23]},{"name":"STORAGE_BUS_RESET_REQUEST","features":[23]},{"name":"STORAGE_COMPONENT_HEALTH_STATUS","features":[23]},{"name":"STORAGE_COMPONENT_ROLE_CACHE","features":[23]},{"name":"STORAGE_COMPONENT_ROLE_DATA","features":[23]},{"name":"STORAGE_COMPONENT_ROLE_TIERING","features":[23]},{"name":"STORAGE_COUNTER","features":[23]},{"name":"STORAGE_COUNTERS","features":[23]},{"name":"STORAGE_COUNTER_TYPE","features":[23]},{"name":"STORAGE_CRASH_TELEMETRY_REGKEY","features":[23]},{"name":"STORAGE_CRYPTO_ALGORITHM_ID","features":[23]},{"name":"STORAGE_CRYPTO_CAPABILITY","features":[23]},{"name":"STORAGE_CRYPTO_CAPABILITY_VERSION_1","features":[23]},{"name":"STORAGE_CRYPTO_DESCRIPTOR","features":[23]},{"name":"STORAGE_CRYPTO_DESCRIPTOR_VERSION_1","features":[23]},{"name":"STORAGE_CRYPTO_KEY_SIZE","features":[23]},{"name":"STORAGE_DESCRIPTOR_HEADER","features":[23]},{"name":"STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR","features":[23]},{"name":"STORAGE_DEVICE_DESCRIPTOR","features":[1,22,23]},{"name":"STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR","features":[23]},{"name":"STORAGE_DEVICE_FLAGS_PAGE_83_DEVICEGUID","features":[23]},{"name":"STORAGE_DEVICE_FLAGS_RANDOM_DEVICEGUID_REASON_CONFLICT","features":[23]},{"name":"STORAGE_DEVICE_FLAGS_RANDOM_DEVICEGUID_REASON_NOHWID","features":[23]},{"name":"STORAGE_DEVICE_FORM_FACTOR","features":[23]},{"name":"STORAGE_DEVICE_ID_DESCRIPTOR","features":[23]},{"name":"STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR","features":[23]},{"name":"STORAGE_DEVICE_LED_STATE_DESCRIPTOR","features":[23]},{"name":"STORAGE_DEVICE_LOCATION_DESCRIPTOR","features":[23]},{"name":"STORAGE_DEVICE_MANAGEMENT_STATUS","features":[23]},{"name":"STORAGE_DEVICE_MAX_OPERATIONAL_STATUS","features":[23]},{"name":"STORAGE_DEVICE_NUMA_NODE_UNKNOWN","features":[23]},{"name":"STORAGE_DEVICE_NUMA_PROPERTY","features":[23]},{"name":"STORAGE_DEVICE_NUMBER","features":[23]},{"name":"STORAGE_DEVICE_NUMBERS","features":[23]},{"name":"STORAGE_DEVICE_NUMBER_EX","features":[23]},{"name":"STORAGE_DEVICE_POWER_CAP","features":[23]},{"name":"STORAGE_DEVICE_POWER_CAP_UNITS","features":[23]},{"name":"STORAGE_DEVICE_POWER_CAP_VERSION_V1","features":[23]},{"name":"STORAGE_DEVICE_RESILIENCY_DESCRIPTOR","features":[23]},{"name":"STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY","features":[1,23]},{"name":"STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2","features":[1,23]},{"name":"STORAGE_DEVICE_TELEMETRY_REGKEY","features":[23]},{"name":"STORAGE_DEVICE_TIERING_DESCRIPTOR","features":[23]},{"name":"STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT","features":[23]},{"name":"STORAGE_DIAGNOSTIC_DATA","features":[23]},{"name":"STORAGE_DIAGNOSTIC_FLAG_ADAPTER_REQUEST","features":[23]},{"name":"STORAGE_DIAGNOSTIC_LEVEL","features":[23]},{"name":"STORAGE_DIAGNOSTIC_REQUEST","features":[23]},{"name":"STORAGE_DIAGNOSTIC_TARGET_TYPE","features":[23]},{"name":"STORAGE_DISK_HEALTH_STATUS","features":[23]},{"name":"STORAGE_DISK_OPERATIONAL_STATUS","features":[23]},{"name":"STORAGE_ENCRYPTION_TYPE","features":[23]},{"name":"STORAGE_EVENT_DEVICE_OPERATION","features":[23]},{"name":"STORAGE_EVENT_DEVICE_STATUS","features":[23]},{"name":"STORAGE_EVENT_MEDIA_STATUS","features":[23]},{"name":"STORAGE_EVENT_NOTIFICATION","features":[23]},{"name":"STORAGE_EVENT_NOTIFICATION_VERSION_V1","features":[23]},{"name":"STORAGE_FAILURE_PREDICTION_CONFIG","features":[1,23]},{"name":"STORAGE_FAILURE_PREDICTION_CONFIG_V1","features":[23]},{"name":"STORAGE_FRU_ID_DESCRIPTOR","features":[23]},{"name":"STORAGE_GET_BC_PROPERTIES_OUTPUT","features":[23]},{"name":"STORAGE_HOTPLUG_INFO","features":[1,23]},{"name":"STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR","features":[23]},{"name":"STORAGE_HW_ENDURANCE_INFO","features":[23]},{"name":"STORAGE_HW_FIRMWARE_ACTIVATE","features":[23]},{"name":"STORAGE_HW_FIRMWARE_DOWNLOAD","features":[23]},{"name":"STORAGE_HW_FIRMWARE_DOWNLOAD_V2","features":[23]},{"name":"STORAGE_HW_FIRMWARE_INFO","features":[1,23]},{"name":"STORAGE_HW_FIRMWARE_INFO_QUERY","features":[23]},{"name":"STORAGE_HW_FIRMWARE_INVALID_SLOT","features":[23]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_CONTROLLER","features":[23]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_FIRST_SEGMENT","features":[23]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_LAST_SEGMENT","features":[23]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_REPLACE_EXISTING_IMAGE","features":[23]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_SWITCH_TO_EXISTING_FIRMWARE","features":[23]},{"name":"STORAGE_HW_FIRMWARE_REVISION_LENGTH","features":[23]},{"name":"STORAGE_HW_FIRMWARE_SLOT_INFO","features":[23]},{"name":"STORAGE_IDENTIFIER","features":[23]},{"name":"STORAGE_IDENTIFIER_CODE_SET","features":[23]},{"name":"STORAGE_IDENTIFIER_TYPE","features":[23]},{"name":"STORAGE_IDLE_POWER","features":[23]},{"name":"STORAGE_IDLE_POWERUP_REASON","features":[23]},{"name":"STORAGE_IDLE_POWERUP_REASON_VERSION_V1","features":[23]},{"name":"STORAGE_ID_NAA_FORMAT","features":[23]},{"name":"STORAGE_LB_PROVISIONING_MAP_RESOURCES","features":[23]},{"name":"STORAGE_MEDIA_SERIAL_NUMBER_DATA","features":[23]},{"name":"STORAGE_MEDIA_TYPE","features":[23]},{"name":"STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR","features":[23]},{"name":"STORAGE_MINIPORT_DESCRIPTOR","features":[1,23]},{"name":"STORAGE_OFFLOAD_MAX_TOKEN_LENGTH","features":[23]},{"name":"STORAGE_OFFLOAD_READ_OUTPUT","features":[23]},{"name":"STORAGE_OFFLOAD_READ_RANGE_TRUNCATED","features":[23]},{"name":"STORAGE_OFFLOAD_TOKEN","features":[23]},{"name":"STORAGE_OFFLOAD_TOKEN_ID_LENGTH","features":[23]},{"name":"STORAGE_OFFLOAD_TOKEN_INVALID","features":[23]},{"name":"STORAGE_OFFLOAD_TOKEN_TYPE_ZERO_DATA","features":[23]},{"name":"STORAGE_OFFLOAD_WRITE_OUTPUT","features":[23]},{"name":"STORAGE_OFFLOAD_WRITE_RANGE_TRUNCATED","features":[23]},{"name":"STORAGE_OPERATIONAL_REASON","features":[23]},{"name":"STORAGE_OPERATIONAL_STATUS_REASON","features":[23]},{"name":"STORAGE_PHYSICAL_ADAPTER_DATA","features":[1,23]},{"name":"STORAGE_PHYSICAL_DEVICE_DATA","features":[23]},{"name":"STORAGE_PHYSICAL_NODE_DATA","features":[23]},{"name":"STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR","features":[23]},{"name":"STORAGE_PORT_CODE_SET","features":[23]},{"name":"STORAGE_POWERUP_REASON_TYPE","features":[23]},{"name":"STORAGE_PREDICT_FAILURE","features":[23]},{"name":"STORAGE_PRIORITY_HINT_SUPPORT","features":[23]},{"name":"STORAGE_PRIORITY_HINT_SUPPORTED","features":[23]},{"name":"STORAGE_PROPERTY_ID","features":[23]},{"name":"STORAGE_PROPERTY_QUERY","features":[23]},{"name":"STORAGE_PROPERTY_SET","features":[23]},{"name":"STORAGE_PROTOCOL_ATA_DATA_TYPE","features":[23]},{"name":"STORAGE_PROTOCOL_COMMAND","features":[23]},{"name":"STORAGE_PROTOCOL_COMMAND_FLAG_ADAPTER_REQUEST","features":[23]},{"name":"STORAGE_PROTOCOL_COMMAND_LENGTH_NVME","features":[23]},{"name":"STORAGE_PROTOCOL_DATA_DESCRIPTOR","features":[23]},{"name":"STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT","features":[23]},{"name":"STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE","features":[23]},{"name":"STORAGE_PROTOCOL_NVME_DATA_TYPE","features":[23]},{"name":"STORAGE_PROTOCOL_SPECIFIC_DATA","features":[23]},{"name":"STORAGE_PROTOCOL_SPECIFIC_DATA_EXT","features":[23]},{"name":"STORAGE_PROTOCOL_SPECIFIC_NVME_ADMIN_COMMAND","features":[23]},{"name":"STORAGE_PROTOCOL_SPECIFIC_NVME_NVM_COMMAND","features":[23]},{"name":"STORAGE_PROTOCOL_STATUS_BUSY","features":[23]},{"name":"STORAGE_PROTOCOL_STATUS_DATA_OVERRUN","features":[23]},{"name":"STORAGE_PROTOCOL_STATUS_ERROR","features":[23]},{"name":"STORAGE_PROTOCOL_STATUS_INSUFFICIENT_RESOURCES","features":[23]},{"name":"STORAGE_PROTOCOL_STATUS_INVALID_REQUEST","features":[23]},{"name":"STORAGE_PROTOCOL_STATUS_NOT_SUPPORTED","features":[23]},{"name":"STORAGE_PROTOCOL_STATUS_NO_DEVICE","features":[23]},{"name":"STORAGE_PROTOCOL_STATUS_PENDING","features":[23]},{"name":"STORAGE_PROTOCOL_STATUS_SUCCESS","features":[23]},{"name":"STORAGE_PROTOCOL_STATUS_THROTTLED_REQUEST","features":[23]},{"name":"STORAGE_PROTOCOL_STRUCTURE_VERSION","features":[23]},{"name":"STORAGE_PROTOCOL_TYPE","features":[23]},{"name":"STORAGE_PROTOCOL_UFS_DATA_TYPE","features":[23]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY","features":[158,23]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY","features":[158,23]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST","features":[23]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE","features":[158,23]},{"name":"STORAGE_QUERY_TYPE","features":[23]},{"name":"STORAGE_READ_CAPACITY","features":[23]},{"name":"STORAGE_REINITIALIZE_MEDIA","features":[23]},{"name":"STORAGE_RESERVE_ID","features":[23]},{"name":"STORAGE_RPMB_COMMAND_TYPE","features":[23]},{"name":"STORAGE_RPMB_DATA_FRAME","features":[23]},{"name":"STORAGE_RPMB_DESCRIPTOR","features":[23]},{"name":"STORAGE_RPMB_DESCRIPTOR_VERSION_1","features":[23]},{"name":"STORAGE_RPMB_FRAME_TYPE","features":[23]},{"name":"STORAGE_RPMB_MINIMUM_RELIABLE_WRITE_SIZE","features":[23]},{"name":"STORAGE_SANITIZE_METHOD","features":[23]},{"name":"STORAGE_SET_TYPE","features":[23]},{"name":"STORAGE_SPEC_VERSION","features":[23]},{"name":"STORAGE_SUPPORTED_FEATURES_BYPASS_IO","features":[23]},{"name":"STORAGE_SUPPORTED_FEATURES_MASK","features":[23]},{"name":"STORAGE_TEMPERATURE_DATA_DESCRIPTOR","features":[1,23]},{"name":"STORAGE_TEMPERATURE_INFO","features":[1,23]},{"name":"STORAGE_TEMPERATURE_THRESHOLD","features":[1,23]},{"name":"STORAGE_TEMPERATURE_THRESHOLD_FLAG_ADAPTER_REQUEST","features":[23]},{"name":"STORAGE_TEMPERATURE_VALUE_NOT_REPORTED","features":[23]},{"name":"STORAGE_TIER","features":[23]},{"name":"STORAGE_TIER_CLASS","features":[23]},{"name":"STORAGE_TIER_DESCRIPTION_LENGTH","features":[23]},{"name":"STORAGE_TIER_FLAG_NO_SEEK_PENALTY","features":[23]},{"name":"STORAGE_TIER_FLAG_PARITY","features":[23]},{"name":"STORAGE_TIER_FLAG_READ_CACHE","features":[23]},{"name":"STORAGE_TIER_FLAG_SMR","features":[23]},{"name":"STORAGE_TIER_FLAG_WRITE_BACK_CACHE","features":[23]},{"name":"STORAGE_TIER_MEDIA_TYPE","features":[23]},{"name":"STORAGE_TIER_NAME_LENGTH","features":[23]},{"name":"STORAGE_TIER_REGION","features":[23]},{"name":"STORAGE_WRITE_CACHE_PROPERTY","features":[1,23]},{"name":"STORAGE_ZONED_DEVICE_DESCRIPTOR","features":[1,23]},{"name":"STORAGE_ZONED_DEVICE_TYPES","features":[23]},{"name":"STORAGE_ZONES_ATTRIBUTES","features":[23]},{"name":"STORAGE_ZONE_CONDITION","features":[23]},{"name":"STORAGE_ZONE_DESCRIPTOR","features":[1,23]},{"name":"STORAGE_ZONE_GROUP","features":[23]},{"name":"STORAGE_ZONE_TYPES","features":[23]},{"name":"STORATTRIBUTE_MANAGEMENT_STATE","features":[23]},{"name":"STORATTRIBUTE_NONE","features":[23]},{"name":"STREAMS_ASSOCIATE_ID_CLEAR","features":[23]},{"name":"STREAMS_ASSOCIATE_ID_INPUT_BUFFER","features":[23]},{"name":"STREAMS_ASSOCIATE_ID_SET","features":[23]},{"name":"STREAMS_INVALID_ID","features":[23]},{"name":"STREAMS_MAX_ID","features":[23]},{"name":"STREAMS_QUERY_ID_OUTPUT_BUFFER","features":[23]},{"name":"STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER","features":[23]},{"name":"STREAM_CLEAR_ENCRYPTION","features":[23]},{"name":"STREAM_EXTENT_ENTRY","features":[23]},{"name":"STREAM_EXTENT_ENTRY_ALL_EXTENTS","features":[23]},{"name":"STREAM_EXTENT_ENTRY_AS_RETRIEVAL_POINTERS","features":[23]},{"name":"STREAM_INFORMATION_ENTRY","features":[23]},{"name":"STREAM_LAYOUT_ENTRY","features":[23]},{"name":"STREAM_LAYOUT_ENTRY_HAS_INFORMATION","features":[23]},{"name":"STREAM_LAYOUT_ENTRY_IMMOVABLE","features":[23]},{"name":"STREAM_LAYOUT_ENTRY_NO_CLUSTERS_ALLOCATED","features":[23]},{"name":"STREAM_LAYOUT_ENTRY_PINNED","features":[23]},{"name":"STREAM_LAYOUT_ENTRY_RESIDENT","features":[23]},{"name":"STREAM_SET_ENCRYPTION","features":[23]},{"name":"SYQUEST_EZ135","features":[23]},{"name":"SYQUEST_EZFLYER","features":[23]},{"name":"SYQUEST_SYJET","features":[23]},{"name":"ScmBusFirmwareActivationState_Armed","features":[23]},{"name":"ScmBusFirmwareActivationState_Busy","features":[23]},{"name":"ScmBusFirmwareActivationState_Idle","features":[23]},{"name":"ScmBusProperty_DedicatedMemoryInfo","features":[23]},{"name":"ScmBusProperty_DedicatedMemoryState","features":[23]},{"name":"ScmBusProperty_Max","features":[23]},{"name":"ScmBusProperty_RuntimeFwActivationInfo","features":[23]},{"name":"ScmBusQuery_Descriptor","features":[23]},{"name":"ScmBusQuery_IsSupported","features":[23]},{"name":"ScmBusQuery_Max","features":[23]},{"name":"ScmBusSet_Descriptor","features":[23]},{"name":"ScmBusSet_IsSupported","features":[23]},{"name":"ScmBusSet_Max","features":[23]},{"name":"ScmPdFirmwareActivationState_Armed","features":[23]},{"name":"ScmPdFirmwareActivationState_Busy","features":[23]},{"name":"ScmPdFirmwareActivationState_Idle","features":[23]},{"name":"ScmPdLastFwActivaitonStatus_ActivationInProgress","features":[23]},{"name":"ScmPdLastFwActivaitonStatus_FwUnsupported","features":[23]},{"name":"ScmPdLastFwActivaitonStatus_Retry","features":[23]},{"name":"ScmPdLastFwActivaitonStatus_UnknownError","features":[23]},{"name":"ScmPdLastFwActivationStatus_ColdRebootRequired","features":[23]},{"name":"ScmPdLastFwActivationStatus_FwNotFound","features":[23]},{"name":"ScmPdLastFwActivationStatus_None","features":[23]},{"name":"ScmPdLastFwActivationStatus_Success","features":[23]},{"name":"ScmPhysicalDeviceHealth_Healthy","features":[23]},{"name":"ScmPhysicalDeviceHealth_Max","features":[23]},{"name":"ScmPhysicalDeviceHealth_Unhealthy","features":[23]},{"name":"ScmPhysicalDeviceHealth_Unknown","features":[23]},{"name":"ScmPhysicalDeviceHealth_Warning","features":[23]},{"name":"ScmPhysicalDeviceOpReason_BackgroundOperation","features":[23]},{"name":"ScmPhysicalDeviceOpReason_Component","features":[23]},{"name":"ScmPhysicalDeviceOpReason_Configuration","features":[23]},{"name":"ScmPhysicalDeviceOpReason_DataPersistenceLossImminent","features":[23]},{"name":"ScmPhysicalDeviceOpReason_DeviceController","features":[23]},{"name":"ScmPhysicalDeviceOpReason_DisabledByPlatform","features":[23]},{"name":"ScmPhysicalDeviceOpReason_EnergySource","features":[23]},{"name":"ScmPhysicalDeviceOpReason_ExcessiveTemperature","features":[23]},{"name":"ScmPhysicalDeviceOpReason_FatalError","features":[23]},{"name":"ScmPhysicalDeviceOpReason_HealthCheck","features":[23]},{"name":"ScmPhysicalDeviceOpReason_InternalFailure","features":[23]},{"name":"ScmPhysicalDeviceOpReason_InvalidFirmware","features":[23]},{"name":"ScmPhysicalDeviceOpReason_LostData","features":[23]},{"name":"ScmPhysicalDeviceOpReason_LostDataPersistence","features":[23]},{"name":"ScmPhysicalDeviceOpReason_LostWritePersistence","features":[23]},{"name":"ScmPhysicalDeviceOpReason_Max","features":[23]},{"name":"ScmPhysicalDeviceOpReason_Media","features":[23]},{"name":"ScmPhysicalDeviceOpReason_MediaController","features":[23]},{"name":"ScmPhysicalDeviceOpReason_MediaRemainingSpareBlock","features":[23]},{"name":"ScmPhysicalDeviceOpReason_PerformanceDegradation","features":[23]},{"name":"ScmPhysicalDeviceOpReason_PermanentError","features":[23]},{"name":"ScmPhysicalDeviceOpReason_ThresholdExceeded","features":[23]},{"name":"ScmPhysicalDeviceOpReason_Unknown","features":[23]},{"name":"ScmPhysicalDeviceOpReason_WritePersistenceLossImminent","features":[23]},{"name":"ScmPhysicalDeviceOpStatus_HardwareError","features":[23]},{"name":"ScmPhysicalDeviceOpStatus_InService","features":[23]},{"name":"ScmPhysicalDeviceOpStatus_Max","features":[23]},{"name":"ScmPhysicalDeviceOpStatus_Missing","features":[23]},{"name":"ScmPhysicalDeviceOpStatus_NotUsable","features":[23]},{"name":"ScmPhysicalDeviceOpStatus_Ok","features":[23]},{"name":"ScmPhysicalDeviceOpStatus_PredictingFailure","features":[23]},{"name":"ScmPhysicalDeviceOpStatus_TransientError","features":[23]},{"name":"ScmPhysicalDeviceOpStatus_Unknown","features":[23]},{"name":"ScmPhysicalDeviceProperty_DeviceHandle","features":[23]},{"name":"ScmPhysicalDeviceProperty_DeviceInfo","features":[23]},{"name":"ScmPhysicalDeviceProperty_DeviceSpecificInfo","features":[23]},{"name":"ScmPhysicalDeviceProperty_FirmwareInfo","features":[23]},{"name":"ScmPhysicalDeviceProperty_FruIdString","features":[23]},{"name":"ScmPhysicalDeviceProperty_LocationString","features":[23]},{"name":"ScmPhysicalDeviceProperty_ManagementStatus","features":[23]},{"name":"ScmPhysicalDeviceProperty_Max","features":[23]},{"name":"ScmPhysicalDeviceProperty_RuntimeFwActivationArmState","features":[23]},{"name":"ScmPhysicalDeviceProperty_RuntimeFwActivationInfo","features":[23]},{"name":"ScmPhysicalDeviceQuery_Descriptor","features":[23]},{"name":"ScmPhysicalDeviceQuery_IsSupported","features":[23]},{"name":"ScmPhysicalDeviceQuery_Max","features":[23]},{"name":"ScmPhysicalDeviceReinit_ColdBootNeeded","features":[23]},{"name":"ScmPhysicalDeviceReinit_Max","features":[23]},{"name":"ScmPhysicalDeviceReinit_RebootNeeded","features":[23]},{"name":"ScmPhysicalDeviceReinit_Success","features":[23]},{"name":"ScmPhysicalDeviceSet_Descriptor","features":[23]},{"name":"ScmPhysicalDeviceSet_IsSupported","features":[23]},{"name":"ScmPhysicalDeviceSet_Max","features":[23]},{"name":"ScmRegionFlagLabel","features":[23]},{"name":"ScmRegionFlagNone","features":[23]},{"name":"ShrinkAbort","features":[23]},{"name":"ShrinkCommit","features":[23]},{"name":"ShrinkPrepare","features":[23]},{"name":"SmrGcActionPause","features":[23]},{"name":"SmrGcActionStart","features":[23]},{"name":"SmrGcActionStartFullSpeed","features":[23]},{"name":"SmrGcActionStop","features":[23]},{"name":"SmrGcMethodCompaction","features":[23]},{"name":"SmrGcMethodCompression","features":[23]},{"name":"SmrGcMethodRotation","features":[23]},{"name":"SmrGcStateActive","features":[23]},{"name":"SmrGcStateActiveFullSpeed","features":[23]},{"name":"SmrGcStateInactive","features":[23]},{"name":"SmrGcStatePaused","features":[23]},{"name":"StorAttributeMgmt_ClearAttribute","features":[23]},{"name":"StorAttributeMgmt_ResetAttribute","features":[23]},{"name":"StorAttributeMgmt_SetAttribute","features":[23]},{"name":"StorRpmbAuthenticatedDeviceConfigRead","features":[23]},{"name":"StorRpmbAuthenticatedDeviceConfigWrite","features":[23]},{"name":"StorRpmbAuthenticatedRead","features":[23]},{"name":"StorRpmbAuthenticatedWrite","features":[23]},{"name":"StorRpmbProgramAuthKey","features":[23]},{"name":"StorRpmbQueryWriteCounter","features":[23]},{"name":"StorRpmbReadResultRequest","features":[23]},{"name":"StorageAccessAlignmentProperty","features":[23]},{"name":"StorageAdapterCryptoProperty","features":[23]},{"name":"StorageAdapterPhysicalTopologyProperty","features":[23]},{"name":"StorageAdapterProperty","features":[23]},{"name":"StorageAdapterProtocolSpecificProperty","features":[23]},{"name":"StorageAdapterRpmbProperty","features":[23]},{"name":"StorageAdapterSerialNumberProperty","features":[23]},{"name":"StorageAdapterTemperatureProperty","features":[23]},{"name":"StorageCounterTypeFlushLatency100NSMax","features":[23]},{"name":"StorageCounterTypeLoadUnloadCycleCount","features":[23]},{"name":"StorageCounterTypeLoadUnloadCycleCountMax","features":[23]},{"name":"StorageCounterTypeManufactureDate","features":[23]},{"name":"StorageCounterTypeMax","features":[23]},{"name":"StorageCounterTypePowerOnHours","features":[23]},{"name":"StorageCounterTypeReadErrorsCorrected","features":[23]},{"name":"StorageCounterTypeReadErrorsTotal","features":[23]},{"name":"StorageCounterTypeReadErrorsUncorrected","features":[23]},{"name":"StorageCounterTypeReadLatency100NSMax","features":[23]},{"name":"StorageCounterTypeStartStopCycleCount","features":[23]},{"name":"StorageCounterTypeStartStopCycleCountMax","features":[23]},{"name":"StorageCounterTypeTemperatureCelsius","features":[23]},{"name":"StorageCounterTypeTemperatureCelsiusMax","features":[23]},{"name":"StorageCounterTypeUnknown","features":[23]},{"name":"StorageCounterTypeWearPercentage","features":[23]},{"name":"StorageCounterTypeWearPercentageMax","features":[23]},{"name":"StorageCounterTypeWearPercentageWarning","features":[23]},{"name":"StorageCounterTypeWriteErrorsCorrected","features":[23]},{"name":"StorageCounterTypeWriteErrorsTotal","features":[23]},{"name":"StorageCounterTypeWriteErrorsUncorrected","features":[23]},{"name":"StorageCounterTypeWriteLatency100NSMax","features":[23]},{"name":"StorageCryptoAlgorithmAESECB","features":[23]},{"name":"StorageCryptoAlgorithmBitlockerAESCBC","features":[23]},{"name":"StorageCryptoAlgorithmESSIVAESCBC","features":[23]},{"name":"StorageCryptoAlgorithmMax","features":[23]},{"name":"StorageCryptoAlgorithmUnknown","features":[23]},{"name":"StorageCryptoAlgorithmXTSAES","features":[23]},{"name":"StorageCryptoKeySize128Bits","features":[23]},{"name":"StorageCryptoKeySize192Bits","features":[23]},{"name":"StorageCryptoKeySize256Bits","features":[23]},{"name":"StorageCryptoKeySize512Bits","features":[23]},{"name":"StorageCryptoKeySizeUnknown","features":[23]},{"name":"StorageDeviceAttributesProperty","features":[23]},{"name":"StorageDeviceCopyOffloadProperty","features":[23]},{"name":"StorageDeviceDeviceTelemetryProperty","features":[23]},{"name":"StorageDeviceEnduranceProperty","features":[23]},{"name":"StorageDeviceIdProperty","features":[23]},{"name":"StorageDeviceIoCapabilityProperty","features":[23]},{"name":"StorageDeviceLBProvisioningProperty","features":[23]},{"name":"StorageDeviceLedStateProperty","features":[23]},{"name":"StorageDeviceLocationProperty","features":[23]},{"name":"StorageDeviceManagementStatus","features":[23]},{"name":"StorageDeviceMediumProductType","features":[23]},{"name":"StorageDeviceNumaProperty","features":[23]},{"name":"StorageDevicePhysicalTopologyProperty","features":[23]},{"name":"StorageDevicePowerCapUnitsMilliwatts","features":[23]},{"name":"StorageDevicePowerCapUnitsPercent","features":[23]},{"name":"StorageDevicePowerProperty","features":[23]},{"name":"StorageDeviceProperty","features":[23]},{"name":"StorageDeviceProtocolSpecificProperty","features":[23]},{"name":"StorageDeviceResiliencyProperty","features":[23]},{"name":"StorageDeviceSeekPenaltyProperty","features":[23]},{"name":"StorageDeviceSelfEncryptionProperty","features":[23]},{"name":"StorageDeviceTemperatureProperty","features":[23]},{"name":"StorageDeviceTrimProperty","features":[23]},{"name":"StorageDeviceUniqueIdProperty","features":[23]},{"name":"StorageDeviceUnsafeShutdownCount","features":[23]},{"name":"StorageDeviceWriteAggregationProperty","features":[23]},{"name":"StorageDeviceWriteCacheProperty","features":[23]},{"name":"StorageDeviceZonedDeviceProperty","features":[23]},{"name":"StorageDiagnosticLevelDefault","features":[23]},{"name":"StorageDiagnosticLevelMax","features":[23]},{"name":"StorageDiagnosticTargetTypeHbaFirmware","features":[23]},{"name":"StorageDiagnosticTargetTypeMax","features":[23]},{"name":"StorageDiagnosticTargetTypeMiniport","features":[23]},{"name":"StorageDiagnosticTargetTypePort","features":[23]},{"name":"StorageDiagnosticTargetTypeUndefined","features":[23]},{"name":"StorageEncryptionTypeEDrive","features":[23]},{"name":"StorageEncryptionTypeTcgOpal","features":[23]},{"name":"StorageEncryptionTypeUnknown","features":[23]},{"name":"StorageFruIdProperty","features":[23]},{"name":"StorageIdAssocDevice","features":[23]},{"name":"StorageIdAssocPort","features":[23]},{"name":"StorageIdAssocTarget","features":[23]},{"name":"StorageIdCodeSetAscii","features":[23]},{"name":"StorageIdCodeSetBinary","features":[23]},{"name":"StorageIdCodeSetReserved","features":[23]},{"name":"StorageIdCodeSetUtf8","features":[23]},{"name":"StorageIdNAAFormatIEEEERegisteredExtended","features":[23]},{"name":"StorageIdNAAFormatIEEEExtended","features":[23]},{"name":"StorageIdNAAFormatIEEERegistered","features":[23]},{"name":"StorageIdTypeEUI64","features":[23]},{"name":"StorageIdTypeFCPHName","features":[23]},{"name":"StorageIdTypeLogicalUnitGroup","features":[23]},{"name":"StorageIdTypeMD5LogicalUnitIdentifier","features":[23]},{"name":"StorageIdTypePortRelative","features":[23]},{"name":"StorageIdTypeScsiNameString","features":[23]},{"name":"StorageIdTypeTargetPortGroup","features":[23]},{"name":"StorageIdTypeVendorId","features":[23]},{"name":"StorageIdTypeVendorSpecific","features":[23]},{"name":"StorageMiniportProperty","features":[23]},{"name":"StoragePortCodeSetATAport","features":[23]},{"name":"StoragePortCodeSetReserved","features":[23]},{"name":"StoragePortCodeSetSBP2port","features":[23]},{"name":"StoragePortCodeSetSCSIport","features":[23]},{"name":"StoragePortCodeSetSDport","features":[23]},{"name":"StoragePortCodeSetSpaceport","features":[23]},{"name":"StoragePortCodeSetStorport","features":[23]},{"name":"StoragePortCodeSetUSBport","features":[23]},{"name":"StoragePowerupDeviceAttention","features":[23]},{"name":"StoragePowerupIO","features":[23]},{"name":"StoragePowerupUnknown","features":[23]},{"name":"StorageReserveIdHard","features":[23]},{"name":"StorageReserveIdMax","features":[23]},{"name":"StorageReserveIdNone","features":[23]},{"name":"StorageReserveIdSoft","features":[23]},{"name":"StorageReserveIdUpdateScratch","features":[23]},{"name":"StorageRpmbFrameTypeMax","features":[23]},{"name":"StorageRpmbFrameTypeStandard","features":[23]},{"name":"StorageRpmbFrameTypeUnknown","features":[23]},{"name":"StorageSanitizeMethodBlockErase","features":[23]},{"name":"StorageSanitizeMethodCryptoErase","features":[23]},{"name":"StorageSanitizeMethodDefault","features":[23]},{"name":"StorageTierClassCapacity","features":[23]},{"name":"StorageTierClassMax","features":[23]},{"name":"StorageTierClassPerformance","features":[23]},{"name":"StorageTierClassUnspecified","features":[23]},{"name":"StorageTierMediaTypeDisk","features":[23]},{"name":"StorageTierMediaTypeMax","features":[23]},{"name":"StorageTierMediaTypeScm","features":[23]},{"name":"StorageTierMediaTypeSsd","features":[23]},{"name":"StorageTierMediaTypeUnspecified","features":[23]},{"name":"TAPE_GET_STATISTICS","features":[23]},{"name":"TAPE_RESET_STATISTICS","features":[23]},{"name":"TAPE_RETURN_ENV_INFO","features":[23]},{"name":"TAPE_RETURN_STATISTICS","features":[23]},{"name":"TAPE_STATISTICS","features":[23]},{"name":"TCCollectionApplicationRequested","features":[23]},{"name":"TCCollectionBugCheck","features":[23]},{"name":"TCCollectionDeviceRequested","features":[23]},{"name":"TC_DEVICEDUMP_SUBSECTION_DESC_LENGTH","features":[23]},{"name":"TC_PUBLIC_DATA_TYPE_ATAGP","features":[23]},{"name":"TC_PUBLIC_DATA_TYPE_ATASMART","features":[23]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_GPLOG","features":[23]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_GPLOG_MAX","features":[23]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_SMART","features":[23]},{"name":"TELEMETRY_COMMAND_SIZE","features":[23]},{"name":"TXFS_CREATE_MINIVERSION_INFO","features":[23]},{"name":"TXFS_GET_METADATA_INFO_OUT","features":[23]},{"name":"TXFS_GET_TRANSACTED_VERSION","features":[23]},{"name":"TXFS_LIST_TRANSACTIONS","features":[23]},{"name":"TXFS_LIST_TRANSACTIONS_ENTRY","features":[23]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES","features":[23]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY","features":[23]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY_FLAG_CREATED","features":[23]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY_FLAG_DELETED","features":[23]},{"name":"TXFS_LOGGING_MODE_FULL","features":[23]},{"name":"TXFS_LOGGING_MODE_SIMPLE","features":[23]},{"name":"TXFS_MODIFY_RM","features":[23]},{"name":"TXFS_QUERY_RM_INFORMATION","features":[23]},{"name":"TXFS_READ_BACKUP_INFORMATION_OUT","features":[23]},{"name":"TXFS_RMF_LAGS","features":[23]},{"name":"TXFS_RM_FLAG_DO_NOT_RESET_RM_AT_NEXT_START","features":[23]},{"name":"TXFS_RM_FLAG_ENFORCE_MINIMUM_SIZE","features":[23]},{"name":"TXFS_RM_FLAG_GROW_LOG","features":[23]},{"name":"TXFS_RM_FLAG_LOGGING_MODE","features":[23]},{"name":"TXFS_RM_FLAG_LOG_AUTO_SHRINK_PERCENTAGE","features":[23]},{"name":"TXFS_RM_FLAG_LOG_CONTAINER_COUNT_MAX","features":[23]},{"name":"TXFS_RM_FLAG_LOG_CONTAINER_COUNT_MIN","features":[23]},{"name":"TXFS_RM_FLAG_LOG_GROWTH_INCREMENT_NUM_CONTAINERS","features":[23]},{"name":"TXFS_RM_FLAG_LOG_GROWTH_INCREMENT_PERCENT","features":[23]},{"name":"TXFS_RM_FLAG_LOG_NO_CONTAINER_COUNT_MAX","features":[23]},{"name":"TXFS_RM_FLAG_LOG_NO_CONTAINER_COUNT_MIN","features":[23]},{"name":"TXFS_RM_FLAG_PREFER_AVAILABILITY","features":[23]},{"name":"TXFS_RM_FLAG_PREFER_CONSISTENCY","features":[23]},{"name":"TXFS_RM_FLAG_PRESERVE_CHANGES","features":[23]},{"name":"TXFS_RM_FLAG_RENAME_RM","features":[23]},{"name":"TXFS_RM_FLAG_RESET_RM_AT_NEXT_START","features":[23]},{"name":"TXFS_RM_FLAG_SHRINK_LOG","features":[23]},{"name":"TXFS_RM_STATE_ACTIVE","features":[23]},{"name":"TXFS_RM_STATE_NOT_STARTED","features":[23]},{"name":"TXFS_RM_STATE_SHUTTING_DOWN","features":[23]},{"name":"TXFS_RM_STATE_STARTING","features":[23]},{"name":"TXFS_ROLLFORWARD_REDO_FLAG_USE_LAST_REDO_LSN","features":[23]},{"name":"TXFS_ROLLFORWARD_REDO_FLAG_USE_LAST_VIRTUAL_CLOCK","features":[23]},{"name":"TXFS_ROLLFORWARD_REDO_INFORMATION","features":[23]},{"name":"TXFS_SAVEPOINT_CLEAR","features":[23]},{"name":"TXFS_SAVEPOINT_CLEAR_ALL","features":[23]},{"name":"TXFS_SAVEPOINT_INFORMATION","features":[1,23]},{"name":"TXFS_SAVEPOINT_ROLLBACK","features":[23]},{"name":"TXFS_SAVEPOINT_SET","features":[23]},{"name":"TXFS_START_RM_FLAG_LOGGING_MODE","features":[23]},{"name":"TXFS_START_RM_FLAG_LOG_AUTO_SHRINK_PERCENTAGE","features":[23]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_COUNT_MAX","features":[23]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_COUNT_MIN","features":[23]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_SIZE","features":[23]},{"name":"TXFS_START_RM_FLAG_LOG_GROWTH_INCREMENT_NUM_CONTAINERS","features":[23]},{"name":"TXFS_START_RM_FLAG_LOG_GROWTH_INCREMENT_PERCENT","features":[23]},{"name":"TXFS_START_RM_FLAG_LOG_NO_CONTAINER_COUNT_MAX","features":[23]},{"name":"TXFS_START_RM_FLAG_LOG_NO_CONTAINER_COUNT_MIN","features":[23]},{"name":"TXFS_START_RM_FLAG_PREFER_AVAILABILITY","features":[23]},{"name":"TXFS_START_RM_FLAG_PREFER_CONSISTENCY","features":[23]},{"name":"TXFS_START_RM_FLAG_PRESERVE_CHANGES","features":[23]},{"name":"TXFS_START_RM_FLAG_RECOVER_BEST_EFFORT","features":[23]},{"name":"TXFS_START_RM_INFORMATION","features":[23]},{"name":"TXFS_TRANSACTED_VERSION_NONTRANSACTED","features":[23]},{"name":"TXFS_TRANSACTED_VERSION_UNCOMMITTED","features":[23]},{"name":"TXFS_TRANSACTION_ACTIVE_INFO","features":[1,23]},{"name":"TXFS_TRANSACTION_STATE_ACTIVE","features":[23]},{"name":"TXFS_TRANSACTION_STATE_NONE","features":[23]},{"name":"TXFS_TRANSACTION_STATE_NOTACTIVE","features":[23]},{"name":"TXFS_TRANSACTION_STATE_PREPARED","features":[23]},{"name":"TXFS_WRITE_BACKUP_INFORMATION","features":[23]},{"name":"Travan","features":[23]},{"name":"UNDEFINE_ALTERNATE","features":[23]},{"name":"UNDEFINE_PRIMARY","features":[23]},{"name":"UNLOCK_ELEMENT","features":[23]},{"name":"UNRECOVERED_READS_VALID","features":[23]},{"name":"UNRECOVERED_WRITES_VALID","features":[23]},{"name":"USN_DELETE_FLAGS","features":[23]},{"name":"USN_DELETE_FLAG_DELETE","features":[23]},{"name":"USN_DELETE_FLAG_NOTIFY","features":[23]},{"name":"USN_DELETE_VALID_FLAGS","features":[23]},{"name":"USN_JOURNAL_DATA_V0","features":[23]},{"name":"USN_JOURNAL_DATA_V1","features":[23]},{"name":"USN_JOURNAL_DATA_V2","features":[23]},{"name":"USN_PAGE_SIZE","features":[23]},{"name":"USN_RANGE_TRACK_OUTPUT","features":[23]},{"name":"USN_REASON_BASIC_INFO_CHANGE","features":[23]},{"name":"USN_REASON_CLOSE","features":[23]},{"name":"USN_REASON_COMPRESSION_CHANGE","features":[23]},{"name":"USN_REASON_DATA_EXTEND","features":[23]},{"name":"USN_REASON_DATA_OVERWRITE","features":[23]},{"name":"USN_REASON_DATA_TRUNCATION","features":[23]},{"name":"USN_REASON_DESIRED_STORAGE_CLASS_CHANGE","features":[23]},{"name":"USN_REASON_EA_CHANGE","features":[23]},{"name":"USN_REASON_ENCRYPTION_CHANGE","features":[23]},{"name":"USN_REASON_FILE_CREATE","features":[23]},{"name":"USN_REASON_FILE_DELETE","features":[23]},{"name":"USN_REASON_HARD_LINK_CHANGE","features":[23]},{"name":"USN_REASON_INDEXABLE_CHANGE","features":[23]},{"name":"USN_REASON_INTEGRITY_CHANGE","features":[23]},{"name":"USN_REASON_NAMED_DATA_EXTEND","features":[23]},{"name":"USN_REASON_NAMED_DATA_OVERWRITE","features":[23]},{"name":"USN_REASON_NAMED_DATA_TRUNCATION","features":[23]},{"name":"USN_REASON_OBJECT_ID_CHANGE","features":[23]},{"name":"USN_REASON_RENAME_NEW_NAME","features":[23]},{"name":"USN_REASON_RENAME_OLD_NAME","features":[23]},{"name":"USN_REASON_REPARSE_POINT_CHANGE","features":[23]},{"name":"USN_REASON_SECURITY_CHANGE","features":[23]},{"name":"USN_REASON_STREAM_CHANGE","features":[23]},{"name":"USN_REASON_TRANSACTED_CHANGE","features":[23]},{"name":"USN_RECORD_COMMON_HEADER","features":[23]},{"name":"USN_RECORD_EXTENT","features":[23]},{"name":"USN_RECORD_UNION","features":[22,23]},{"name":"USN_RECORD_V2","features":[23]},{"name":"USN_RECORD_V3","features":[22,23]},{"name":"USN_RECORD_V4","features":[22,23]},{"name":"USN_SOURCE_AUXILIARY_DATA","features":[23]},{"name":"USN_SOURCE_CLIENT_REPLICATION_MANAGEMENT","features":[23]},{"name":"USN_SOURCE_DATA_MANAGEMENT","features":[23]},{"name":"USN_SOURCE_INFO_ID","features":[23]},{"name":"USN_SOURCE_REPLICATION_MANAGEMENT","features":[23]},{"name":"USN_TRACK_MODIFIED_RANGES","features":[23]},{"name":"UfsDataTypeMax","features":[23]},{"name":"UfsDataTypeQueryAttribute","features":[23]},{"name":"UfsDataTypeQueryDescriptor","features":[23]},{"name":"UfsDataTypeQueryDmeAttribute","features":[23]},{"name":"UfsDataTypeQueryDmePeerAttribute","features":[23]},{"name":"UfsDataTypeQueryFlag","features":[23]},{"name":"UfsDataTypeUnknown","features":[23]},{"name":"Unknown","features":[23]},{"name":"VALID_NTFT","features":[23]},{"name":"VENDOR_ID_LENGTH","features":[23]},{"name":"VERIFY_INFORMATION","features":[23]},{"name":"VIRTUALIZATION_INSTANCE_INFO_INPUT","features":[23]},{"name":"VIRTUALIZATION_INSTANCE_INFO_INPUT_EX","features":[23]},{"name":"VIRTUALIZATION_INSTANCE_INFO_OUTPUT","features":[23]},{"name":"VIRTUAL_STORAGE_BEHAVIOR_CODE","features":[23]},{"name":"VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT","features":[23]},{"name":"VOLUME_BITMAP_BUFFER","features":[23]},{"name":"VOLUME_DISK_EXTENTS","features":[23]},{"name":"VOLUME_GET_GPT_ATTRIBUTES_INFORMATION","features":[23]},{"name":"VOLUME_IS_DIRTY","features":[23]},{"name":"VOLUME_SESSION_OPEN","features":[23]},{"name":"VOLUME_UPGRADE_SCHEDULED","features":[23]},{"name":"VXATape","features":[23]},{"name":"VXATape_1","features":[23]},{"name":"VXATape_2","features":[23]},{"name":"VirtualStorageBehaviorCacheWriteBack","features":[23]},{"name":"VirtualStorageBehaviorCacheWriteThrough","features":[23]},{"name":"VirtualStorageBehaviorRestartIoProcessing","features":[23]},{"name":"VirtualStorageBehaviorStopIoProcessing","features":[23]},{"name":"VirtualStorageBehaviorUndefined","features":[23]},{"name":"WIM_PROVIDER_ADD_OVERLAY_INPUT","features":[23]},{"name":"WIM_PROVIDER_CURRENT_VERSION","features":[23]},{"name":"WIM_PROVIDER_EXTERNAL_FLAG_NOT_ACTIVE","features":[23]},{"name":"WIM_PROVIDER_EXTERNAL_FLAG_SUSPENDED","features":[23]},{"name":"WIM_PROVIDER_EXTERNAL_INFO","features":[23]},{"name":"WIM_PROVIDER_OVERLAY_ENTRY","features":[23]},{"name":"WIM_PROVIDER_REMOVE_OVERLAY_INPUT","features":[23]},{"name":"WIM_PROVIDER_SUSPEND_OVERLAY_INPUT","features":[23]},{"name":"WIM_PROVIDER_UPDATE_OVERLAY_INPUT","features":[23]},{"name":"WMI_DISK_GEOMETRY_GUID","features":[23]},{"name":"WOF_CURRENT_VERSION","features":[23]},{"name":"WOF_EXTERNAL_FILE_ID","features":[22,23]},{"name":"WOF_EXTERNAL_INFO","features":[23]},{"name":"WOF_PROVIDER_CLOUD","features":[23]},{"name":"WOF_VERSION_INFO","features":[23]},{"name":"WRITE_CACHE_CHANGE","features":[23]},{"name":"WRITE_CACHE_ENABLE","features":[23]},{"name":"WRITE_CACHE_TYPE","features":[23]},{"name":"WRITE_COMPRESSION_INFO_VALID","features":[23]},{"name":"WRITE_THROUGH","features":[23]},{"name":"WRITE_USN_REASON_INPUT","features":[23]},{"name":"WriteCacheChangeUnknown","features":[23]},{"name":"WriteCacheChangeable","features":[23]},{"name":"WriteCacheDisabled","features":[23]},{"name":"WriteCacheEnableUnknown","features":[23]},{"name":"WriteCacheEnabled","features":[23]},{"name":"WriteCacheNotChangeable","features":[23]},{"name":"WriteCacheTypeNone","features":[23]},{"name":"WriteCacheTypeUnknown","features":[23]},{"name":"WriteCacheTypeWriteBack","features":[23]},{"name":"WriteCacheTypeWriteThrough","features":[23]},{"name":"WriteThroughNotSupported","features":[23]},{"name":"WriteThroughSupported","features":[23]},{"name":"WriteThroughUnknown","features":[23]},{"name":"ZoneConditionClosed","features":[23]},{"name":"ZoneConditionConventional","features":[23]},{"name":"ZoneConditionEmpty","features":[23]},{"name":"ZoneConditionExplicitlyOpened","features":[23]},{"name":"ZoneConditionFull","features":[23]},{"name":"ZoneConditionImplicitlyOpened","features":[23]},{"name":"ZoneConditionOffline","features":[23]},{"name":"ZoneConditionReadOnly","features":[23]},{"name":"ZoneTypeConventional","features":[23]},{"name":"ZoneTypeMax","features":[23]},{"name":"ZoneTypeSequentialWritePreferred","features":[23]},{"name":"ZoneTypeSequentialWriteRequired","features":[23]},{"name":"ZoneTypeUnknown","features":[23]},{"name":"ZonedDeviceTypeDeviceManaged","features":[23]},{"name":"ZonedDeviceTypeHostAware","features":[23]},{"name":"ZonedDeviceTypeHostManaged","features":[23]},{"name":"ZonedDeviceTypeUnknown","features":[23]},{"name":"ZonesAttributeTypeAndLengthMayDifferent","features":[23]},{"name":"ZonesAttributeTypeMayDifferentLengthSame","features":[23]},{"name":"ZonesAttributeTypeSameLastZoneLengthDifferent","features":[23]},{"name":"ZonesAttributeTypeSameLengthSame","features":[23]}],"583":[{"name":"AssignProcessToJobObject","features":[1,188]},{"name":"CreateJobObjectA","features":[1,5,188]},{"name":"CreateJobObjectW","features":[1,5,188]},{"name":"CreateJobSet","features":[1,188]},{"name":"FreeMemoryJobObject","features":[188]},{"name":"IsProcessInJob","features":[1,188]},{"name":"JOBOBJECTINFOCLASS","features":[188]},{"name":"JOBOBJECT_ASSOCIATE_COMPLETION_PORT","features":[1,188]},{"name":"JOBOBJECT_BASIC_ACCOUNTING_INFORMATION","features":[188]},{"name":"JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION","features":[188,39]},{"name":"JOBOBJECT_BASIC_LIMIT_INFORMATION","features":[188]},{"name":"JOBOBJECT_BASIC_PROCESS_ID_LIST","features":[188]},{"name":"JOBOBJECT_BASIC_UI_RESTRICTIONS","features":[188]},{"name":"JOBOBJECT_CPU_RATE_CONTROL_INFORMATION","features":[188]},{"name":"JOBOBJECT_END_OF_JOB_TIME_INFORMATION","features":[188]},{"name":"JOBOBJECT_EXTENDED_LIMIT_INFORMATION","features":[188,39]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_DISABLE","features":[188]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_ENABLE","features":[188]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_FLAGS","features":[188]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_VALID_FLAGS","features":[188]},{"name":"JOBOBJECT_IO_ATTRIBUTION_INFORMATION","features":[188]},{"name":"JOBOBJECT_IO_ATTRIBUTION_STATS","features":[188]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION","features":[188]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V1","features":[188]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2","features":[188]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3","features":[188]},{"name":"JOBOBJECT_JOBSET_INFORMATION","features":[188]},{"name":"JOBOBJECT_LIMIT_VIOLATION_INFORMATION","features":[188]},{"name":"JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2","features":[188]},{"name":"JOBOBJECT_NET_RATE_CONTROL_INFORMATION","features":[188]},{"name":"JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION","features":[188]},{"name":"JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2","features":[188]},{"name":"JOBOBJECT_RATE_CONTROL_TOLERANCE","features":[188]},{"name":"JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL","features":[188]},{"name":"JOBOBJECT_SECURITY_LIMIT_INFORMATION","features":[1,5,188]},{"name":"JOB_OBJECT_BASIC_LIMIT_VALID_FLAGS","features":[188]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL","features":[188]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_ENABLE","features":[188]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_HARD_CAP","features":[188]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_MIN_MAX_RATE","features":[188]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_NOTIFY","features":[188]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_VALID_FLAGS","features":[188]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_WEIGHT_BASED","features":[188]},{"name":"JOB_OBJECT_EXTENDED_LIMIT_VALID_FLAGS","features":[188]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_ENABLE","features":[188]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FLAGS","features":[188]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ALL","features":[188]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ON_SOFT_CAP","features":[188]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_STANDALONE_VOLUME","features":[188]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_VALID_FLAGS","features":[188]},{"name":"JOB_OBJECT_LIMIT","features":[188]},{"name":"JOB_OBJECT_LIMIT_ACTIVE_PROCESS","features":[188]},{"name":"JOB_OBJECT_LIMIT_AFFINITY","features":[188]},{"name":"JOB_OBJECT_LIMIT_BREAKAWAY_OK","features":[188]},{"name":"JOB_OBJECT_LIMIT_CPU_RATE_CONTROL","features":[188]},{"name":"JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION","features":[188]},{"name":"JOB_OBJECT_LIMIT_IO_RATE_CONTROL","features":[188]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY","features":[188]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY_HIGH","features":[188]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY_LOW","features":[188]},{"name":"JOB_OBJECT_LIMIT_JOB_READ_BYTES","features":[188]},{"name":"JOB_OBJECT_LIMIT_JOB_TIME","features":[188]},{"name":"JOB_OBJECT_LIMIT_JOB_WRITE_BYTES","features":[188]},{"name":"JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE","features":[188]},{"name":"JOB_OBJECT_LIMIT_NET_RATE_CONTROL","features":[188]},{"name":"JOB_OBJECT_LIMIT_PRESERVE_JOB_TIME","features":[188]},{"name":"JOB_OBJECT_LIMIT_PRIORITY_CLASS","features":[188]},{"name":"JOB_OBJECT_LIMIT_PROCESS_MEMORY","features":[188]},{"name":"JOB_OBJECT_LIMIT_PROCESS_TIME","features":[188]},{"name":"JOB_OBJECT_LIMIT_RATE_CONTROL","features":[188]},{"name":"JOB_OBJECT_LIMIT_SCHEDULING_CLASS","features":[188]},{"name":"JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK","features":[188]},{"name":"JOB_OBJECT_LIMIT_SUBSET_AFFINITY","features":[188]},{"name":"JOB_OBJECT_LIMIT_VALID_FLAGS","features":[188]},{"name":"JOB_OBJECT_LIMIT_WORKINGSET","features":[188]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_DSCP_TAG","features":[188]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_ENABLE","features":[188]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_FLAGS","features":[188]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_MAX_BANDWIDTH","features":[188]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_VALID_FLAGS","features":[188]},{"name":"JOB_OBJECT_NOTIFICATION_LIMIT_VALID_FLAGS","features":[188]},{"name":"JOB_OBJECT_POST_AT_END_OF_JOB","features":[188]},{"name":"JOB_OBJECT_SECURITY","features":[188]},{"name":"JOB_OBJECT_SECURITY_FILTER_TOKENS","features":[188]},{"name":"JOB_OBJECT_SECURITY_NO_ADMIN","features":[188]},{"name":"JOB_OBJECT_SECURITY_ONLY_TOKEN","features":[188]},{"name":"JOB_OBJECT_SECURITY_RESTRICTED_TOKEN","features":[188]},{"name":"JOB_OBJECT_SECURITY_VALID_FLAGS","features":[188]},{"name":"JOB_OBJECT_TERMINATE_AT_END_ACTION","features":[188]},{"name":"JOB_OBJECT_TERMINATE_AT_END_OF_JOB","features":[188]},{"name":"JOB_OBJECT_UILIMIT","features":[188]},{"name":"JOB_OBJECT_UILIMIT_DESKTOP","features":[188]},{"name":"JOB_OBJECT_UILIMIT_DISPLAYSETTINGS","features":[188]},{"name":"JOB_OBJECT_UILIMIT_EXITWINDOWS","features":[188]},{"name":"JOB_OBJECT_UILIMIT_GLOBALATOMS","features":[188]},{"name":"JOB_OBJECT_UILIMIT_HANDLES","features":[188]},{"name":"JOB_OBJECT_UILIMIT_NONE","features":[188]},{"name":"JOB_OBJECT_UILIMIT_READCLIPBOARD","features":[188]},{"name":"JOB_OBJECT_UILIMIT_SYSTEMPARAMETERS","features":[188]},{"name":"JOB_OBJECT_UILIMIT_WRITECLIPBOARD","features":[188]},{"name":"JOB_SET_ARRAY","features":[1,188]},{"name":"JobObjectAssociateCompletionPortInformation","features":[188]},{"name":"JobObjectBasicAccountingInformation","features":[188]},{"name":"JobObjectBasicAndIoAccountingInformation","features":[188]},{"name":"JobObjectBasicLimitInformation","features":[188]},{"name":"JobObjectBasicProcessIdList","features":[188]},{"name":"JobObjectBasicUIRestrictions","features":[188]},{"name":"JobObjectCompletionCounter","features":[188]},{"name":"JobObjectCompletionFilter","features":[188]},{"name":"JobObjectCpuRateControlInformation","features":[188]},{"name":"JobObjectCreateSilo","features":[188]},{"name":"JobObjectEndOfJobTimeInformation","features":[188]},{"name":"JobObjectExtendedLimitInformation","features":[188]},{"name":"JobObjectGroupInformation","features":[188]},{"name":"JobObjectGroupInformationEx","features":[188]},{"name":"JobObjectJobSetInformation","features":[188]},{"name":"JobObjectLimitViolationInformation","features":[188]},{"name":"JobObjectLimitViolationInformation2","features":[188]},{"name":"JobObjectNetRateControlInformation","features":[188]},{"name":"JobObjectNotificationLimitInformation","features":[188]},{"name":"JobObjectNotificationLimitInformation2","features":[188]},{"name":"JobObjectReserved10Information","features":[188]},{"name":"JobObjectReserved11Information","features":[188]},{"name":"JobObjectReserved12Information","features":[188]},{"name":"JobObjectReserved13Information","features":[188]},{"name":"JobObjectReserved14Information","features":[188]},{"name":"JobObjectReserved15Information","features":[188]},{"name":"JobObjectReserved16Information","features":[188]},{"name":"JobObjectReserved17Information","features":[188]},{"name":"JobObjectReserved18Information","features":[188]},{"name":"JobObjectReserved19Information","features":[188]},{"name":"JobObjectReserved1Information","features":[188]},{"name":"JobObjectReserved20Information","features":[188]},{"name":"JobObjectReserved21Information","features":[188]},{"name":"JobObjectReserved22Information","features":[188]},{"name":"JobObjectReserved23Information","features":[188]},{"name":"JobObjectReserved24Information","features":[188]},{"name":"JobObjectReserved25Information","features":[188]},{"name":"JobObjectReserved26Information","features":[188]},{"name":"JobObjectReserved27Information","features":[188]},{"name":"JobObjectReserved2Information","features":[188]},{"name":"JobObjectReserved3Information","features":[188]},{"name":"JobObjectReserved4Information","features":[188]},{"name":"JobObjectReserved5Information","features":[188]},{"name":"JobObjectReserved6Information","features":[188]},{"name":"JobObjectReserved7Information","features":[188]},{"name":"JobObjectReserved8Information","features":[188]},{"name":"JobObjectReserved9Information","features":[188]},{"name":"JobObjectSecurityLimitInformation","features":[188]},{"name":"JobObjectSiloBasicInformation","features":[188]},{"name":"MaxJobObjectInfoClass","features":[188]},{"name":"OpenJobObjectA","features":[1,188]},{"name":"OpenJobObjectW","features":[1,188]},{"name":"QueryInformationJobObject","features":[1,188]},{"name":"QueryIoRateControlInformationJobObject","features":[1,188]},{"name":"SetInformationJobObject","features":[1,188]},{"name":"SetIoRateControlInformationJobObject","features":[1,188]},{"name":"TerminateJobObject","features":[1,188]},{"name":"ToleranceHigh","features":[188]},{"name":"ToleranceIntervalLong","features":[188]},{"name":"ToleranceIntervalMedium","features":[188]},{"name":"ToleranceIntervalShort","features":[188]},{"name":"ToleranceLow","features":[188]},{"name":"ToleranceMedium","features":[188]},{"name":"UserHandleGrantAccess","features":[1,188]}],"584":[{"name":"JS_SOURCE_CONTEXT_NONE","features":[189]},{"name":"JsAddRef","features":[189]},{"name":"JsArray","features":[189]},{"name":"JsBackgroundWorkItemCallback","features":[189]},{"name":"JsBeforeCollectCallback","features":[189]},{"name":"JsBoolToBoolean","features":[189]},{"name":"JsBoolean","features":[189]},{"name":"JsBooleanToBool","features":[189]},{"name":"JsCallFunction","features":[189]},{"name":"JsCollectGarbage","features":[189]},{"name":"JsConstructObject","features":[189]},{"name":"JsConvertValueToBoolean","features":[189]},{"name":"JsConvertValueToNumber","features":[189]},{"name":"JsConvertValueToObject","features":[189]},{"name":"JsConvertValueToString","features":[189]},{"name":"JsCreateArray","features":[189]},{"name":"JsCreateContext","features":[189]},{"name":"JsCreateContext","features":[189]},{"name":"JsCreateError","features":[189]},{"name":"JsCreateExternalObject","features":[189]},{"name":"JsCreateFunction","features":[189]},{"name":"JsCreateObject","features":[189]},{"name":"JsCreateRangeError","features":[189]},{"name":"JsCreateReferenceError","features":[189]},{"name":"JsCreateRuntime","features":[189]},{"name":"JsCreateSyntaxError","features":[189]},{"name":"JsCreateTypeError","features":[189]},{"name":"JsCreateURIError","features":[189]},{"name":"JsDefineProperty","features":[189]},{"name":"JsDeleteIndexedProperty","features":[189]},{"name":"JsDeleteProperty","features":[189]},{"name":"JsDisableRuntimeExecution","features":[189]},{"name":"JsDisposeRuntime","features":[189]},{"name":"JsDoubleToNumber","features":[189]},{"name":"JsEnableRuntimeExecution","features":[189]},{"name":"JsEnumerateHeap","features":[189]},{"name":"JsEquals","features":[189]},{"name":"JsError","features":[189]},{"name":"JsErrorAlreadyDebuggingContext","features":[189]},{"name":"JsErrorAlreadyProfilingContext","features":[189]},{"name":"JsErrorArgumentNotObject","features":[189]},{"name":"JsErrorBadSerializedScript","features":[189]},{"name":"JsErrorCannotDisableExecution","features":[189]},{"name":"JsErrorCannotSerializeDebugScript","features":[189]},{"name":"JsErrorCategoryEngine","features":[189]},{"name":"JsErrorCategoryFatal","features":[189]},{"name":"JsErrorCategoryScript","features":[189]},{"name":"JsErrorCategoryUsage","features":[189]},{"name":"JsErrorCode","features":[189]},{"name":"JsErrorFatal","features":[189]},{"name":"JsErrorHeapEnumInProgress","features":[189]},{"name":"JsErrorIdleNotEnabled","features":[189]},{"name":"JsErrorInDisabledState","features":[189]},{"name":"JsErrorInExceptionState","features":[189]},{"name":"JsErrorInProfileCallback","features":[189]},{"name":"JsErrorInThreadServiceCallback","features":[189]},{"name":"JsErrorInvalidArgument","features":[189]},{"name":"JsErrorNoCurrentContext","features":[189]},{"name":"JsErrorNotImplemented","features":[189]},{"name":"JsErrorNullArgument","features":[189]},{"name":"JsErrorOutOfMemory","features":[189]},{"name":"JsErrorRuntimeInUse","features":[189]},{"name":"JsErrorScriptCompile","features":[189]},{"name":"JsErrorScriptEvalDisabled","features":[189]},{"name":"JsErrorScriptException","features":[189]},{"name":"JsErrorScriptTerminated","features":[189]},{"name":"JsErrorWrongThread","features":[189]},{"name":"JsFinalizeCallback","features":[189]},{"name":"JsFunction","features":[189]},{"name":"JsGetAndClearException","features":[189]},{"name":"JsGetCurrentContext","features":[189]},{"name":"JsGetExtensionAllowed","features":[189]},{"name":"JsGetExternalData","features":[189]},{"name":"JsGetFalseValue","features":[189]},{"name":"JsGetGlobalObject","features":[189]},{"name":"JsGetIndexedProperty","features":[189]},{"name":"JsGetNullValue","features":[189]},{"name":"JsGetOwnPropertyDescriptor","features":[189]},{"name":"JsGetOwnPropertyNames","features":[189]},{"name":"JsGetProperty","features":[189]},{"name":"JsGetPropertyIdFromName","features":[189]},{"name":"JsGetPropertyNameFromId","features":[189]},{"name":"JsGetPrototype","features":[189]},{"name":"JsGetRuntime","features":[189]},{"name":"JsGetRuntimeMemoryLimit","features":[189]},{"name":"JsGetRuntimeMemoryUsage","features":[189]},{"name":"JsGetStringLength","features":[189]},{"name":"JsGetTrueValue","features":[189]},{"name":"JsGetUndefinedValue","features":[189]},{"name":"JsGetValueType","features":[189]},{"name":"JsHasException","features":[189]},{"name":"JsHasExternalData","features":[189]},{"name":"JsHasIndexedProperty","features":[189]},{"name":"JsHasProperty","features":[189]},{"name":"JsIdle","features":[189]},{"name":"JsIntToNumber","features":[189]},{"name":"JsIsEnumeratingHeap","features":[189]},{"name":"JsIsRuntimeExecutionDisabled","features":[189]},{"name":"JsMemoryAllocate","features":[189]},{"name":"JsMemoryAllocationCallback","features":[189]},{"name":"JsMemoryEventType","features":[189]},{"name":"JsMemoryFailure","features":[189]},{"name":"JsMemoryFree","features":[189]},{"name":"JsNativeFunction","features":[189]},{"name":"JsNoError","features":[189]},{"name":"JsNull","features":[189]},{"name":"JsNumber","features":[189]},{"name":"JsNumberToDouble","features":[189]},{"name":"JsObject","features":[189]},{"name":"JsParseScript","features":[189]},{"name":"JsParseSerializedScript","features":[189]},{"name":"JsPointerToString","features":[189]},{"name":"JsPreventExtension","features":[189]},{"name":"JsRelease","features":[189]},{"name":"JsRunScript","features":[189]},{"name":"JsRunSerializedScript","features":[189]},{"name":"JsRuntimeAttributeAllowScriptInterrupt","features":[189]},{"name":"JsRuntimeAttributeDisableBackgroundWork","features":[189]},{"name":"JsRuntimeAttributeDisableEval","features":[189]},{"name":"JsRuntimeAttributeDisableNativeCodeGeneration","features":[189]},{"name":"JsRuntimeAttributeEnableIdleProcessing","features":[189]},{"name":"JsRuntimeAttributeNone","features":[189]},{"name":"JsRuntimeAttributes","features":[189]},{"name":"JsRuntimeVersion","features":[189]},{"name":"JsRuntimeVersion10","features":[189]},{"name":"JsRuntimeVersion11","features":[189]},{"name":"JsRuntimeVersionEdge","features":[189]},{"name":"JsSerializeScript","features":[189]},{"name":"JsSetCurrentContext","features":[189]},{"name":"JsSetException","features":[189]},{"name":"JsSetExternalData","features":[189]},{"name":"JsSetIndexedProperty","features":[189]},{"name":"JsSetProperty","features":[189]},{"name":"JsSetPrototype","features":[189]},{"name":"JsSetRuntimeBeforeCollectCallback","features":[189]},{"name":"JsSetRuntimeMemoryAllocationCallback","features":[189]},{"name":"JsSetRuntimeMemoryLimit","features":[189]},{"name":"JsStartDebugging","features":[189]},{"name":"JsStartDebugging","features":[189]},{"name":"JsStartProfiling","features":[190,189]},{"name":"JsStopProfiling","features":[189]},{"name":"JsStrictEquals","features":[189]},{"name":"JsString","features":[189]},{"name":"JsStringToPointer","features":[189]},{"name":"JsThreadServiceCallback","features":[189]},{"name":"JsUndefined","features":[189]},{"name":"JsValueToVariant","features":[1,43,189,44]},{"name":"JsValueType","features":[189]},{"name":"JsVariantToValue","features":[1,43,189,44]}],"585":[{"name":"BackOffice","features":[8]},{"name":"Blade","features":[8]},{"name":"COMPARTMENT_ID","features":[8]},{"name":"CSTRING","features":[8]},{"name":"CommunicationServer","features":[8]},{"name":"ComputeServer","features":[8]},{"name":"DEFAULT_COMPARTMENT_ID","features":[8]},{"name":"DataCenter","features":[8]},{"name":"EVENT_TYPE","features":[8]},{"name":"EXCEPTION_DISPOSITION","features":[8]},{"name":"EXCEPTION_REGISTRATION_RECORD","features":[1,32,8]},{"name":"EXCEPTION_ROUTINE","features":[1,32,8]},{"name":"EmbeddedNT","features":[8]},{"name":"EmbeddedRestricted","features":[8]},{"name":"Enterprise","features":[8]},{"name":"ExceptionCollidedUnwind","features":[8]},{"name":"ExceptionContinueExecution","features":[8]},{"name":"ExceptionContinueSearch","features":[8]},{"name":"ExceptionNestedException","features":[8]},{"name":"FLOATING_SAVE_AREA","features":[8]},{"name":"FLOATING_SAVE_AREA","features":[8]},{"name":"LIST_ENTRY","features":[8]},{"name":"LIST_ENTRY32","features":[8]},{"name":"LIST_ENTRY64","features":[8]},{"name":"MAXUCHAR","features":[8]},{"name":"MAXULONG","features":[8]},{"name":"MAXUSHORT","features":[8]},{"name":"MaxSuiteType","features":[8]},{"name":"MultiUserTS","features":[8]},{"name":"NT_PRODUCT_TYPE","features":[8]},{"name":"NT_TIB","features":[1,32,8]},{"name":"NULL64","features":[8]},{"name":"NotificationEvent","features":[8]},{"name":"NotificationTimer","features":[8]},{"name":"NtProductLanManNt","features":[8]},{"name":"NtProductServer","features":[8]},{"name":"NtProductWinNt","features":[8]},{"name":"OBJECTID","features":[8]},{"name":"OBJ_HANDLE_TAGBITS","features":[8]},{"name":"PROCESSOR_NUMBER","features":[8]},{"name":"Personal","features":[8]},{"name":"PhoneNT","features":[8]},{"name":"QUAD","features":[8]},{"name":"RTL_BALANCED_NODE","features":[8]},{"name":"RTL_BALANCED_NODE_RESERVED_PARENT_MASK","features":[8]},{"name":"RtlFirstEntrySList","features":[8]},{"name":"RtlInitializeSListHead","features":[8]},{"name":"RtlInterlockedFlushSList","features":[8]},{"name":"RtlInterlockedPopEntrySList","features":[8]},{"name":"RtlInterlockedPushEntrySList","features":[8]},{"name":"RtlInterlockedPushListSListEx","features":[8]},{"name":"RtlQueryDepthSList","features":[8]},{"name":"SINGLE_LIST_ENTRY","features":[8]},{"name":"SINGLE_LIST_ENTRY32","features":[8]},{"name":"SLIST_ENTRY","features":[8]},{"name":"SLIST_HEADER","features":[8]},{"name":"SLIST_HEADER","features":[8]},{"name":"SLIST_HEADER","features":[8]},{"name":"STRING","features":[8]},{"name":"STRING32","features":[8]},{"name":"STRING64","features":[8]},{"name":"SUITE_TYPE","features":[8]},{"name":"SecurityAppliance","features":[8]},{"name":"SingleUserTS","features":[8]},{"name":"SmallBusiness","features":[8]},{"name":"SmallBusinessRestricted","features":[8]},{"name":"StorageServer","features":[8]},{"name":"SynchronizationEvent","features":[8]},{"name":"SynchronizationTimer","features":[8]},{"name":"TIMER_TYPE","features":[8]},{"name":"TerminalServer","features":[8]},{"name":"UNSPECIFIED_COMPARTMENT_ID","features":[8]},{"name":"WAIT_TYPE","features":[8]},{"name":"WHServer","features":[8]},{"name":"WNF_STATE_NAME","features":[8]},{"name":"WaitAll","features":[8]},{"name":"WaitAny","features":[8]},{"name":"WaitDequeue","features":[8]},{"name":"WaitDpc","features":[8]},{"name":"WaitNotification","features":[8]}],"586":[{"name":"AddDllDirectory","features":[191]},{"name":"BeginUpdateResourceA","features":[1,191]},{"name":"BeginUpdateResourceW","features":[1,191]},{"name":"CURRENT_IMPORT_REDIRECTION_VERSION","features":[191]},{"name":"DONT_RESOLVE_DLL_REFERENCES","features":[191]},{"name":"DisableThreadLibraryCalls","features":[1,191]},{"name":"ENUMRESLANGPROCA","features":[1,191]},{"name":"ENUMRESLANGPROCW","features":[1,191]},{"name":"ENUMRESNAMEPROCA","features":[1,191]},{"name":"ENUMRESNAMEPROCW","features":[1,191]},{"name":"ENUMRESTYPEPROCA","features":[1,191]},{"name":"ENUMRESTYPEPROCW","features":[1,191]},{"name":"ENUMUILANG","features":[191]},{"name":"EndUpdateResourceA","features":[1,191]},{"name":"EndUpdateResourceW","features":[1,191]},{"name":"EnumResourceLanguagesA","features":[1,191]},{"name":"EnumResourceLanguagesExA","features":[1,191]},{"name":"EnumResourceLanguagesExW","features":[1,191]},{"name":"EnumResourceLanguagesW","features":[1,191]},{"name":"EnumResourceNamesA","features":[1,191]},{"name":"EnumResourceNamesExA","features":[1,191]},{"name":"EnumResourceNamesExW","features":[1,191]},{"name":"EnumResourceNamesW","features":[1,191]},{"name":"EnumResourceTypesA","features":[1,191]},{"name":"EnumResourceTypesExA","features":[1,191]},{"name":"EnumResourceTypesExW","features":[1,191]},{"name":"EnumResourceTypesW","features":[1,191]},{"name":"FIND_RESOURCE_DIRECTORY_LANGUAGES","features":[191]},{"name":"FIND_RESOURCE_DIRECTORY_NAMES","features":[191]},{"name":"FIND_RESOURCE_DIRECTORY_TYPES","features":[191]},{"name":"FindResourceA","features":[1,191]},{"name":"FindResourceExA","features":[1,191]},{"name":"FindResourceExW","features":[1,191]},{"name":"FindResourceW","features":[1,191]},{"name":"FreeLibraryAndExitThread","features":[1,191]},{"name":"FreeResource","features":[1,191]},{"name":"GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS","features":[191]},{"name":"GET_MODULE_HANDLE_EX_FLAG_PIN","features":[191]},{"name":"GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT","features":[191]},{"name":"GetDllDirectoryA","features":[191]},{"name":"GetDllDirectoryW","features":[191]},{"name":"GetModuleFileNameA","features":[1,191]},{"name":"GetModuleFileNameW","features":[1,191]},{"name":"GetModuleHandleA","features":[1,191]},{"name":"GetModuleHandleExA","features":[1,191]},{"name":"GetModuleHandleExW","features":[1,191]},{"name":"GetModuleHandleW","features":[1,191]},{"name":"GetProcAddress","features":[1,191]},{"name":"LOAD_IGNORE_CODE_AUTHZ_LEVEL","features":[191]},{"name":"LOAD_LIBRARY_AS_DATAFILE","features":[191]},{"name":"LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE","features":[191]},{"name":"LOAD_LIBRARY_AS_IMAGE_RESOURCE","features":[191]},{"name":"LOAD_LIBRARY_FLAGS","features":[191]},{"name":"LOAD_LIBRARY_OS_INTEGRITY_CONTINUITY","features":[191]},{"name":"LOAD_LIBRARY_REQUIRE_SIGNED_TARGET","features":[191]},{"name":"LOAD_LIBRARY_SAFE_CURRENT_DIRS","features":[191]},{"name":"LOAD_LIBRARY_SEARCH_APPLICATION_DIR","features":[191]},{"name":"LOAD_LIBRARY_SEARCH_DEFAULT_DIRS","features":[191]},{"name":"LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR","features":[191]},{"name":"LOAD_LIBRARY_SEARCH_SYSTEM32","features":[191]},{"name":"LOAD_LIBRARY_SEARCH_SYSTEM32_NO_FORWARDER","features":[191]},{"name":"LOAD_LIBRARY_SEARCH_USER_DIRS","features":[191]},{"name":"LOAD_WITH_ALTERED_SEARCH_PATH","features":[191]},{"name":"LoadLibraryA","features":[1,191]},{"name":"LoadLibraryExA","features":[1,191]},{"name":"LoadLibraryExW","features":[1,191]},{"name":"LoadLibraryW","features":[1,191]},{"name":"LoadModule","features":[191]},{"name":"LoadPackagedLibrary","features":[1,191]},{"name":"LoadResource","features":[1,191]},{"name":"LockResource","features":[1,191]},{"name":"PGET_MODULE_HANDLE_EXA","features":[1,191]},{"name":"PGET_MODULE_HANDLE_EXW","features":[1,191]},{"name":"QueryOptionalDelayLoadedAPI","features":[1,191]},{"name":"REDIRECTION_DESCRIPTOR","features":[191]},{"name":"REDIRECTION_FUNCTION_DESCRIPTOR","features":[191]},{"name":"RESOURCE_ENUM_LN","features":[191]},{"name":"RESOURCE_ENUM_MODULE_EXACT","features":[191]},{"name":"RESOURCE_ENUM_MUI","features":[191]},{"name":"RESOURCE_ENUM_MUI_SYSTEM","features":[191]},{"name":"RESOURCE_ENUM_VALIDATE","features":[191]},{"name":"RemoveDllDirectory","features":[1,191]},{"name":"SUPPORT_LANG_NUMBER","features":[191]},{"name":"SetDefaultDllDirectories","features":[1,191]},{"name":"SetDllDirectoryA","features":[1,191]},{"name":"SetDllDirectoryW","features":[1,191]},{"name":"SizeofResource","features":[1,191]},{"name":"UpdateResourceA","features":[1,191]},{"name":"UpdateResourceW","features":[1,191]}],"587":[{"name":"CreateMailslotA","features":[1,5,192]},{"name":"CreateMailslotW","features":[1,5,192]},{"name":"GetMailslotInfo","features":[1,192]},{"name":"SetMailslotInfo","features":[1,192]}],"588":[{"name":"LPMAPIADDRESS","features":[193]},{"name":"LPMAPIDELETEMAIL","features":[193]},{"name":"LPMAPIDETAILS","features":[193]},{"name":"LPMAPIFINDNEXT","features":[193]},{"name":"LPMAPIFREEBUFFER","features":[193]},{"name":"LPMAPILOGOFF","features":[193]},{"name":"LPMAPILOGON","features":[193]},{"name":"LPMAPIREADMAIL","features":[193]},{"name":"LPMAPIRESOLVENAME","features":[193]},{"name":"LPMAPISAVEMAIL","features":[193]},{"name":"LPMAPISENDDOCUMENTS","features":[193]},{"name":"LPMAPISENDMAIL","features":[193]},{"name":"LPMAPISENDMAILW","features":[193]},{"name":"MAPIFreeBuffer","features":[193]},{"name":"MAPI_AB_NOMODIFY","features":[193]},{"name":"MAPI_BCC","features":[193]},{"name":"MAPI_BODY_AS_FILE","features":[193]},{"name":"MAPI_CC","features":[193]},{"name":"MAPI_DIALOG","features":[193]},{"name":"MAPI_ENVELOPE_ONLY","features":[193]},{"name":"MAPI_EXTENDED","features":[193]},{"name":"MAPI_E_ACCESS_DENIED","features":[193]},{"name":"MAPI_E_AMBIGUOUS_RECIPIENT","features":[193]},{"name":"MAPI_E_AMBIG_RECIP","features":[193]},{"name":"MAPI_E_ATTACHMENT_NOT_FOUND","features":[193]},{"name":"MAPI_E_ATTACHMENT_OPEN_FAILURE","features":[193]},{"name":"MAPI_E_ATTACHMENT_TOO_LARGE","features":[193]},{"name":"MAPI_E_ATTACHMENT_WRITE_FAILURE","features":[193]},{"name":"MAPI_E_BAD_RECIPTYPE","features":[193]},{"name":"MAPI_E_DISK_FULL","features":[193]},{"name":"MAPI_E_FAILURE","features":[193]},{"name":"MAPI_E_INSUFFICIENT_MEMORY","features":[193]},{"name":"MAPI_E_INVALID_EDITFIELDS","features":[193]},{"name":"MAPI_E_INVALID_MESSAGE","features":[193]},{"name":"MAPI_E_INVALID_RECIPS","features":[193]},{"name":"MAPI_E_INVALID_SESSION","features":[193]},{"name":"MAPI_E_LOGIN_FAILURE","features":[193]},{"name":"MAPI_E_LOGON_FAILURE","features":[193]},{"name":"MAPI_E_MESSAGE_IN_USE","features":[193]},{"name":"MAPI_E_NETWORK_FAILURE","features":[193]},{"name":"MAPI_E_NOT_SUPPORTED","features":[193]},{"name":"MAPI_E_NO_MESSAGES","features":[193]},{"name":"MAPI_E_TEXT_TOO_LARGE","features":[193]},{"name":"MAPI_E_TOO_MANY_FILES","features":[193]},{"name":"MAPI_E_TOO_MANY_RECIPIENTS","features":[193]},{"name":"MAPI_E_TOO_MANY_SESSIONS","features":[193]},{"name":"MAPI_E_TYPE_NOT_SUPPORTED","features":[193]},{"name":"MAPI_E_UNICODE_NOT_SUPPORTED","features":[193]},{"name":"MAPI_E_UNKNOWN_RECIPIENT","features":[193]},{"name":"MAPI_E_USER_ABORT","features":[193]},{"name":"MAPI_FORCE_DOWNLOAD","features":[193]},{"name":"MAPI_FORCE_UNICODE","features":[193]},{"name":"MAPI_GUARANTEE_FIFO","features":[193]},{"name":"MAPI_LOGON_UI","features":[193]},{"name":"MAPI_LONG_MSGID","features":[193]},{"name":"MAPI_NEW_SESSION","features":[193]},{"name":"MAPI_OLE","features":[193]},{"name":"MAPI_OLE_STATIC","features":[193]},{"name":"MAPI_ORIG","features":[193]},{"name":"MAPI_PASSWORD_UI","features":[193]},{"name":"MAPI_PEEK","features":[193]},{"name":"MAPI_RECEIPT_REQUESTED","features":[193]},{"name":"MAPI_SENT","features":[193]},{"name":"MAPI_SUPPRESS_ATTACH","features":[193]},{"name":"MAPI_TO","features":[193]},{"name":"MAPI_UNREAD","features":[193]},{"name":"MAPI_UNREAD_ONLY","features":[193]},{"name":"MAPI_USER_ABORT","features":[193]},{"name":"MapiFileDesc","features":[193]},{"name":"MapiFileDescW","features":[193]},{"name":"MapiFileTagExt","features":[193]},{"name":"MapiMessage","features":[193]},{"name":"MapiMessageW","features":[193]},{"name":"MapiRecipDesc","features":[193]},{"name":"MapiRecipDescW","features":[193]},{"name":"SUCCESS_SUCCESS","features":[193]}],"589":[{"name":"AddSecureMemoryCacheCallback","features":[1,21]},{"name":"AllocateUserPhysicalPages","features":[1,21]},{"name":"AllocateUserPhysicalPages2","features":[1,21]},{"name":"AllocateUserPhysicalPagesNuma","features":[1,21]},{"name":"AtlThunkData_t","features":[21]},{"name":"CFG_CALL_TARGET_INFO","features":[21]},{"name":"CreateFileMapping2","features":[1,5,21]},{"name":"CreateFileMappingA","features":[1,5,21]},{"name":"CreateFileMappingFromApp","features":[1,5,21]},{"name":"CreateFileMappingNumaA","features":[1,5,21]},{"name":"CreateFileMappingNumaW","features":[1,5,21]},{"name":"CreateFileMappingW","features":[1,5,21]},{"name":"CreateMemoryResourceNotification","features":[1,21]},{"name":"DiscardVirtualMemory","features":[21]},{"name":"FILE_CACHE_MAX_HARD_DISABLE","features":[21]},{"name":"FILE_CACHE_MAX_HARD_ENABLE","features":[21]},{"name":"FILE_CACHE_MIN_HARD_DISABLE","features":[21]},{"name":"FILE_CACHE_MIN_HARD_ENABLE","features":[21]},{"name":"FILE_MAP","features":[21]},{"name":"FILE_MAP_ALL_ACCESS","features":[21]},{"name":"FILE_MAP_COPY","features":[21]},{"name":"FILE_MAP_EXECUTE","features":[21]},{"name":"FILE_MAP_LARGE_PAGES","features":[21]},{"name":"FILE_MAP_READ","features":[21]},{"name":"FILE_MAP_RESERVE","features":[21]},{"name":"FILE_MAP_TARGETS_INVALID","features":[21]},{"name":"FILE_MAP_WRITE","features":[21]},{"name":"FlushViewOfFile","features":[1,21]},{"name":"FreeUserPhysicalPages","features":[1,21]},{"name":"GHND","features":[21]},{"name":"GLOBAL_ALLOC_FLAGS","features":[21]},{"name":"GMEM_FIXED","features":[21]},{"name":"GMEM_MOVEABLE","features":[21]},{"name":"GMEM_ZEROINIT","features":[21]},{"name":"GPTR","features":[21]},{"name":"GetLargePageMinimum","features":[21]},{"name":"GetMemoryErrorHandlingCapabilities","features":[1,21]},{"name":"GetProcessHeap","features":[1,21]},{"name":"GetProcessHeaps","features":[1,21]},{"name":"GetProcessWorkingSetSizeEx","features":[1,21]},{"name":"GetSystemFileCacheSize","features":[1,21]},{"name":"GetWriteWatch","features":[21]},{"name":"GlobalAlloc","features":[1,21]},{"name":"GlobalFlags","features":[1,21]},{"name":"GlobalHandle","features":[1,21]},{"name":"GlobalLock","features":[1,21]},{"name":"GlobalReAlloc","features":[1,21]},{"name":"GlobalSize","features":[1,21]},{"name":"GlobalUnlock","features":[1,21]},{"name":"HEAP_CREATE_ALIGN_16","features":[21]},{"name":"HEAP_CREATE_ENABLE_EXECUTE","features":[21]},{"name":"HEAP_CREATE_ENABLE_TRACING","features":[21]},{"name":"HEAP_CREATE_HARDENED","features":[21]},{"name":"HEAP_CREATE_SEGMENT_HEAP","features":[21]},{"name":"HEAP_DISABLE_COALESCE_ON_FREE","features":[21]},{"name":"HEAP_FLAGS","features":[21]},{"name":"HEAP_FREE_CHECKING_ENABLED","features":[21]},{"name":"HEAP_GENERATE_EXCEPTIONS","features":[21]},{"name":"HEAP_GROWABLE","features":[21]},{"name":"HEAP_INFORMATION_CLASS","features":[21]},{"name":"HEAP_MAXIMUM_TAG","features":[21]},{"name":"HEAP_NONE","features":[21]},{"name":"HEAP_NO_SERIALIZE","features":[21]},{"name":"HEAP_PSEUDO_TAG_FLAG","features":[21]},{"name":"HEAP_REALLOC_IN_PLACE_ONLY","features":[21]},{"name":"HEAP_SUMMARY","features":[21]},{"name":"HEAP_TAG_SHIFT","features":[21]},{"name":"HEAP_TAIL_CHECKING_ENABLED","features":[21]},{"name":"HEAP_ZERO_MEMORY","features":[21]},{"name":"HeapAlloc","features":[1,21]},{"name":"HeapCompact","features":[1,21]},{"name":"HeapCompatibilityInformation","features":[21]},{"name":"HeapCreate","features":[1,21]},{"name":"HeapDestroy","features":[1,21]},{"name":"HeapEnableTerminationOnCorruption","features":[21]},{"name":"HeapFree","features":[1,21]},{"name":"HeapLock","features":[1,21]},{"name":"HeapOptimizeResources","features":[21]},{"name":"HeapQueryInformation","features":[1,21]},{"name":"HeapReAlloc","features":[1,21]},{"name":"HeapSetInformation","features":[1,21]},{"name":"HeapSize","features":[1,21]},{"name":"HeapSummary","features":[1,21]},{"name":"HeapTag","features":[21]},{"name":"HeapUnlock","features":[1,21]},{"name":"HeapValidate","features":[1,21]},{"name":"HeapWalk","features":[1,21]},{"name":"HighMemoryResourceNotification","features":[21]},{"name":"IsBadCodePtr","features":[1,21]},{"name":"IsBadReadPtr","features":[1,21]},{"name":"IsBadStringPtrA","features":[1,21]},{"name":"IsBadStringPtrW","features":[1,21]},{"name":"IsBadWritePtr","features":[1,21]},{"name":"LHND","features":[21]},{"name":"LMEM_FIXED","features":[21]},{"name":"LMEM_MOVEABLE","features":[21]},{"name":"LMEM_ZEROINIT","features":[21]},{"name":"LOCAL_ALLOC_FLAGS","features":[21]},{"name":"LPTR","features":[21]},{"name":"LocalAlloc","features":[1,21]},{"name":"LocalFlags","features":[1,21]},{"name":"LocalHandle","features":[1,21]},{"name":"LocalLock","features":[1,21]},{"name":"LocalReAlloc","features":[1,21]},{"name":"LocalSize","features":[1,21]},{"name":"LocalUnlock","features":[1,21]},{"name":"LowMemoryResourceNotification","features":[21]},{"name":"MEHC_PATROL_SCRUBBER_PRESENT","features":[21]},{"name":"MEMORY_BASIC_INFORMATION","features":[21]},{"name":"MEMORY_BASIC_INFORMATION","features":[21]},{"name":"MEMORY_BASIC_INFORMATION32","features":[21]},{"name":"MEMORY_BASIC_INFORMATION64","features":[21]},{"name":"MEMORY_MAPPED_VIEW_ADDRESS","features":[21]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE","features":[21]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION","features":[21]},{"name":"MEMORY_RESOURCE_NOTIFICATION_TYPE","features":[21]},{"name":"MEM_ADDRESS_REQUIREMENTS","features":[21]},{"name":"MEM_COMMIT","features":[21]},{"name":"MEM_DECOMMIT","features":[21]},{"name":"MEM_DEDICATED_ATTRIBUTE_TYPE","features":[21]},{"name":"MEM_EXTENDED_PARAMETER","features":[1,21]},{"name":"MEM_EXTENDED_PARAMETER_TYPE","features":[21]},{"name":"MEM_FREE","features":[21]},{"name":"MEM_IMAGE","features":[21]},{"name":"MEM_LARGE_PAGES","features":[21]},{"name":"MEM_MAPPED","features":[21]},{"name":"MEM_PRESERVE_PLACEHOLDER","features":[21]},{"name":"MEM_PRIVATE","features":[21]},{"name":"MEM_RELEASE","features":[21]},{"name":"MEM_REPLACE_PLACEHOLDER","features":[21]},{"name":"MEM_RESERVE","features":[21]},{"name":"MEM_RESERVE_PLACEHOLDER","features":[21]},{"name":"MEM_RESET","features":[21]},{"name":"MEM_RESET_UNDO","features":[21]},{"name":"MEM_SECTION_EXTENDED_PARAMETER_TYPE","features":[21]},{"name":"MEM_UNMAP_NONE","features":[21]},{"name":"MEM_UNMAP_WITH_TRANSIENT_BOOST","features":[21]},{"name":"MapUserPhysicalPages","features":[1,21]},{"name":"MapUserPhysicalPagesScatter","features":[1,21]},{"name":"MapViewOfFile","features":[1,21]},{"name":"MapViewOfFile3","features":[1,21]},{"name":"MapViewOfFile3FromApp","features":[1,21]},{"name":"MapViewOfFileEx","features":[1,21]},{"name":"MapViewOfFileExNuma","features":[1,21]},{"name":"MapViewOfFileFromApp","features":[1,21]},{"name":"MapViewOfFileNuma2","features":[1,21]},{"name":"MemDedicatedAttributeMax","features":[21]},{"name":"MemDedicatedAttributeReadBandwidth","features":[21]},{"name":"MemDedicatedAttributeReadLatency","features":[21]},{"name":"MemDedicatedAttributeWriteBandwidth","features":[21]},{"name":"MemDedicatedAttributeWriteLatency","features":[21]},{"name":"MemExtendedParameterAddressRequirements","features":[21]},{"name":"MemExtendedParameterAttributeFlags","features":[21]},{"name":"MemExtendedParameterImageMachine","features":[21]},{"name":"MemExtendedParameterInvalidType","features":[21]},{"name":"MemExtendedParameterMax","features":[21]},{"name":"MemExtendedParameterNumaNode","features":[21]},{"name":"MemExtendedParameterPartitionHandle","features":[21]},{"name":"MemExtendedParameterUserPhysicalHandle","features":[21]},{"name":"MemSectionExtendedParameterInvalidType","features":[21]},{"name":"MemSectionExtendedParameterMax","features":[21]},{"name":"MemSectionExtendedParameterNumaNode","features":[21]},{"name":"MemSectionExtendedParameterSigningLevel","features":[21]},{"name":"MemSectionExtendedParameterUserPhysicalFlags","features":[21]},{"name":"MemoryPartitionDedicatedMemoryInfo","features":[21]},{"name":"MemoryPartitionInfo","features":[21]},{"name":"MemoryRegionInfo","features":[21]},{"name":"NONZEROLHND","features":[21]},{"name":"NONZEROLPTR","features":[21]},{"name":"OFFER_PRIORITY","features":[21]},{"name":"OfferVirtualMemory","features":[21]},{"name":"OpenDedicatedMemoryPartition","features":[1,21]},{"name":"OpenFileMappingA","features":[1,21]},{"name":"OpenFileMappingFromApp","features":[1,21]},{"name":"OpenFileMappingW","features":[1,21]},{"name":"PAGE_ENCLAVE_DECOMMIT","features":[21]},{"name":"PAGE_ENCLAVE_MASK","features":[21]},{"name":"PAGE_ENCLAVE_SS_FIRST","features":[21]},{"name":"PAGE_ENCLAVE_SS_REST","features":[21]},{"name":"PAGE_ENCLAVE_THREAD_CONTROL","features":[21]},{"name":"PAGE_ENCLAVE_UNVALIDATED","features":[21]},{"name":"PAGE_EXECUTE","features":[21]},{"name":"PAGE_EXECUTE_READ","features":[21]},{"name":"PAGE_EXECUTE_READWRITE","features":[21]},{"name":"PAGE_EXECUTE_WRITECOPY","features":[21]},{"name":"PAGE_GRAPHICS_COHERENT","features":[21]},{"name":"PAGE_GRAPHICS_EXECUTE","features":[21]},{"name":"PAGE_GRAPHICS_EXECUTE_READ","features":[21]},{"name":"PAGE_GRAPHICS_EXECUTE_READWRITE","features":[21]},{"name":"PAGE_GRAPHICS_NOACCESS","features":[21]},{"name":"PAGE_GRAPHICS_NOCACHE","features":[21]},{"name":"PAGE_GRAPHICS_READONLY","features":[21]},{"name":"PAGE_GRAPHICS_READWRITE","features":[21]},{"name":"PAGE_GUARD","features":[21]},{"name":"PAGE_NOACCESS","features":[21]},{"name":"PAGE_NOCACHE","features":[21]},{"name":"PAGE_PROTECTION_FLAGS","features":[21]},{"name":"PAGE_READONLY","features":[21]},{"name":"PAGE_READWRITE","features":[21]},{"name":"PAGE_REVERT_TO_FILE_MAP","features":[21]},{"name":"PAGE_TARGETS_INVALID","features":[21]},{"name":"PAGE_TARGETS_NO_UPDATE","features":[21]},{"name":"PAGE_TYPE","features":[21]},{"name":"PAGE_WRITECOMBINE","features":[21]},{"name":"PAGE_WRITECOPY","features":[21]},{"name":"PBAD_MEMORY_CALLBACK_ROUTINE","features":[21]},{"name":"PROCESS_HEAP_ENTRY","features":[1,21]},{"name":"PSECURE_MEMORY_CACHE_CALLBACK","features":[1,21]},{"name":"PrefetchVirtualMemory","features":[1,21]},{"name":"QUOTA_LIMITS_HARDWS_MAX_DISABLE","features":[21]},{"name":"QUOTA_LIMITS_HARDWS_MAX_ENABLE","features":[21]},{"name":"QUOTA_LIMITS_HARDWS_MIN_DISABLE","features":[21]},{"name":"QUOTA_LIMITS_HARDWS_MIN_ENABLE","features":[21]},{"name":"QueryMemoryResourceNotification","features":[1,21]},{"name":"QueryPartitionInformation","features":[1,21]},{"name":"QueryVirtualMemoryInformation","features":[1,21]},{"name":"ReclaimVirtualMemory","features":[21]},{"name":"RegisterBadMemoryNotification","features":[21]},{"name":"RemoveSecureMemoryCacheCallback","features":[1,21]},{"name":"ResetWriteWatch","features":[21]},{"name":"RtlCompareMemory","features":[21]},{"name":"RtlCrc32","features":[21]},{"name":"RtlCrc64","features":[21]},{"name":"RtlIsZeroMemory","features":[1,21]},{"name":"SECTION_ALL_ACCESS","features":[21]},{"name":"SECTION_EXTEND_SIZE","features":[21]},{"name":"SECTION_FLAGS","features":[21]},{"name":"SECTION_MAP_EXECUTE","features":[21]},{"name":"SECTION_MAP_EXECUTE_EXPLICIT","features":[21]},{"name":"SECTION_MAP_READ","features":[21]},{"name":"SECTION_MAP_WRITE","features":[21]},{"name":"SECTION_QUERY","features":[21]},{"name":"SEC_64K_PAGES","features":[21]},{"name":"SEC_COMMIT","features":[21]},{"name":"SEC_FILE","features":[21]},{"name":"SEC_IMAGE","features":[21]},{"name":"SEC_IMAGE_NO_EXECUTE","features":[21]},{"name":"SEC_LARGE_PAGES","features":[21]},{"name":"SEC_NOCACHE","features":[21]},{"name":"SEC_PARTITION_OWNER_HANDLE","features":[21]},{"name":"SEC_PROTECTED_IMAGE","features":[21]},{"name":"SEC_RESERVE","features":[21]},{"name":"SEC_WRITECOMBINE","features":[21]},{"name":"SETPROCESSWORKINGSETSIZEEX_FLAGS","features":[21]},{"name":"SetProcessValidCallTargets","features":[1,21]},{"name":"SetProcessValidCallTargetsForMappedView","features":[1,21]},{"name":"SetProcessWorkingSetSizeEx","features":[1,21]},{"name":"SetSystemFileCacheSize","features":[1,21]},{"name":"UNMAP_VIEW_OF_FILE_FLAGS","features":[21]},{"name":"UnmapViewOfFile","features":[1,21]},{"name":"UnmapViewOfFile2","features":[1,21]},{"name":"UnmapViewOfFileEx","features":[1,21]},{"name":"UnregisterBadMemoryNotification","features":[1,21]},{"name":"VIRTUAL_ALLOCATION_TYPE","features":[21]},{"name":"VIRTUAL_FREE_TYPE","features":[21]},{"name":"VirtualAlloc","features":[21]},{"name":"VirtualAlloc2","features":[1,21]},{"name":"VirtualAlloc2FromApp","features":[1,21]},{"name":"VirtualAllocEx","features":[1,21]},{"name":"VirtualAllocExNuma","features":[1,21]},{"name":"VirtualAllocFromApp","features":[21]},{"name":"VirtualFree","features":[1,21]},{"name":"VirtualFreeEx","features":[1,21]},{"name":"VirtualLock","features":[1,21]},{"name":"VirtualProtect","features":[1,21]},{"name":"VirtualProtectEx","features":[1,21]},{"name":"VirtualProtectFromApp","features":[1,21]},{"name":"VirtualQuery","features":[21]},{"name":"VirtualQueryEx","features":[1,21]},{"name":"VirtualUnlock","features":[1,21]},{"name":"VirtualUnlockEx","features":[1,21]},{"name":"VmOfferPriorityBelowNormal","features":[21]},{"name":"VmOfferPriorityLow","features":[21]},{"name":"VmOfferPriorityNormal","features":[21]},{"name":"VmOfferPriorityVeryLow","features":[21]},{"name":"WIN32_MEMORY_INFORMATION_CLASS","features":[21]},{"name":"WIN32_MEMORY_PARTITION_INFORMATION","features":[21]},{"name":"WIN32_MEMORY_PARTITION_INFORMATION_CLASS","features":[21]},{"name":"WIN32_MEMORY_RANGE_ENTRY","features":[21]},{"name":"WIN32_MEMORY_REGION_INFORMATION","features":[21]}],"590":[{"name":"NV_MEMORY_RANGE","features":[194]},{"name":"RtlDrainNonVolatileFlush","features":[194]},{"name":"RtlFillNonVolatileMemory","features":[194]},{"name":"RtlFlushNonVolatileMemory","features":[194]},{"name":"RtlFlushNonVolatileMemoryRanges","features":[194]},{"name":"RtlFreeNonVolatileToken","features":[194]},{"name":"RtlGetNonVolatileToken","features":[194]},{"name":"RtlWriteNonVolatileMemory","features":[194]}],"591":[{"name":"DEFAULT_M_ACKNOWLEDGE","features":[195]},{"name":"DEFAULT_M_APPSPECIFIC","features":[195]},{"name":"DEFAULT_M_AUTH_LEVEL","features":[195]},{"name":"DEFAULT_M_DELIVERY","features":[195]},{"name":"DEFAULT_M_JOURNAL","features":[195]},{"name":"DEFAULT_M_LOOKUPID","features":[195]},{"name":"DEFAULT_M_PRIORITY","features":[195]},{"name":"DEFAULT_M_PRIV_LEVEL","features":[195]},{"name":"DEFAULT_M_SENDERID_TYPE","features":[195]},{"name":"DEFAULT_Q_AUTHENTICATE","features":[195]},{"name":"DEFAULT_Q_BASEPRIORITY","features":[195]},{"name":"DEFAULT_Q_JOURNAL","features":[195]},{"name":"DEFAULT_Q_JOURNAL_QUOTA","features":[195]},{"name":"DEFAULT_Q_PRIV_LEVEL","features":[195]},{"name":"DEFAULT_Q_QUOTA","features":[195]},{"name":"DEFAULT_Q_TRANSACTION","features":[195]},{"name":"FOREIGN_STATUS","features":[195]},{"name":"IMSMQApplication","features":[195]},{"name":"IMSMQApplication2","features":[195]},{"name":"IMSMQApplication3","features":[195]},{"name":"IMSMQCollection","features":[195]},{"name":"IMSMQCoordinatedTransactionDispenser","features":[195]},{"name":"IMSMQCoordinatedTransactionDispenser2","features":[195]},{"name":"IMSMQCoordinatedTransactionDispenser3","features":[195]},{"name":"IMSMQDestination","features":[195]},{"name":"IMSMQEvent","features":[195]},{"name":"IMSMQEvent2","features":[195]},{"name":"IMSMQEvent3","features":[195]},{"name":"IMSMQManagement","features":[195]},{"name":"IMSMQMessage","features":[195]},{"name":"IMSMQMessage2","features":[195]},{"name":"IMSMQMessage3","features":[195]},{"name":"IMSMQMessage4","features":[195]},{"name":"IMSMQOutgoingQueueManagement","features":[195]},{"name":"IMSMQPrivateDestination","features":[195]},{"name":"IMSMQPrivateEvent","features":[195]},{"name":"IMSMQQuery","features":[195]},{"name":"IMSMQQuery2","features":[195]},{"name":"IMSMQQuery3","features":[195]},{"name":"IMSMQQuery4","features":[195]},{"name":"IMSMQQueue","features":[195]},{"name":"IMSMQQueue2","features":[195]},{"name":"IMSMQQueue3","features":[195]},{"name":"IMSMQQueue4","features":[195]},{"name":"IMSMQQueueInfo","features":[195]},{"name":"IMSMQQueueInfo2","features":[195]},{"name":"IMSMQQueueInfo3","features":[195]},{"name":"IMSMQQueueInfo4","features":[195]},{"name":"IMSMQQueueInfos","features":[195]},{"name":"IMSMQQueueInfos2","features":[195]},{"name":"IMSMQQueueInfos3","features":[195]},{"name":"IMSMQQueueInfos4","features":[195]},{"name":"IMSMQQueueManagement","features":[195]},{"name":"IMSMQTransaction","features":[195]},{"name":"IMSMQTransaction2","features":[195]},{"name":"IMSMQTransaction3","features":[195]},{"name":"IMSMQTransactionDispenser","features":[195]},{"name":"IMSMQTransactionDispenser2","features":[195]},{"name":"IMSMQTransactionDispenser3","features":[195]},{"name":"LONG_LIVED","features":[195]},{"name":"MACHINE_ACTION_CONNECT","features":[195]},{"name":"MACHINE_ACTION_DISCONNECT","features":[195]},{"name":"MACHINE_ACTION_TIDY","features":[195]},{"name":"MGMT_QUEUE_CORRECT_TYPE","features":[195]},{"name":"MGMT_QUEUE_FOREIGN_TYPE","features":[195]},{"name":"MGMT_QUEUE_INCORRECT_TYPE","features":[195]},{"name":"MGMT_QUEUE_LOCAL_LOCATION","features":[195]},{"name":"MGMT_QUEUE_NOT_FOREIGN_TYPE","features":[195]},{"name":"MGMT_QUEUE_NOT_TRANSACTIONAL_TYPE","features":[195]},{"name":"MGMT_QUEUE_REMOTE_LOCATION","features":[195]},{"name":"MGMT_QUEUE_STATE_CONNECTED","features":[195]},{"name":"MGMT_QUEUE_STATE_DISCONNECTED","features":[195]},{"name":"MGMT_QUEUE_STATE_DISCONNECTING","features":[195]},{"name":"MGMT_QUEUE_STATE_LOCAL","features":[195]},{"name":"MGMT_QUEUE_STATE_LOCKED","features":[195]},{"name":"MGMT_QUEUE_STATE_NEED_VALIDATE","features":[195]},{"name":"MGMT_QUEUE_STATE_NONACTIVE","features":[195]},{"name":"MGMT_QUEUE_STATE_ONHOLD","features":[195]},{"name":"MGMT_QUEUE_STATE_WAITING","features":[195]},{"name":"MGMT_QUEUE_TRANSACTIONAL_TYPE","features":[195]},{"name":"MGMT_QUEUE_TYPE_CONNECTOR","features":[195]},{"name":"MGMT_QUEUE_TYPE_MACHINE","features":[195]},{"name":"MGMT_QUEUE_TYPE_MULTICAST","features":[195]},{"name":"MGMT_QUEUE_TYPE_PRIVATE","features":[195]},{"name":"MGMT_QUEUE_TYPE_PUBLIC","features":[195]},{"name":"MGMT_QUEUE_UNKNOWN_TYPE","features":[195]},{"name":"MO_MACHINE_TOKEN","features":[195]},{"name":"MO_QUEUE_TOKEN","features":[195]},{"name":"MQACCESS","features":[195]},{"name":"MQADsPathToFormatName","features":[195]},{"name":"MQAUTHENTICATE","features":[195]},{"name":"MQBeginTransaction","features":[195]},{"name":"MQCALG","features":[195]},{"name":"MQCERT_REGISTER","features":[195]},{"name":"MQCERT_REGISTER_ALWAYS","features":[195]},{"name":"MQCERT_REGISTER_IF_NOT_EXIST","features":[195]},{"name":"MQCOLUMNSET","features":[195]},{"name":"MQCONN_BIND_SOCKET_FAILURE","features":[195]},{"name":"MQCONN_CONNECT_SOCKET_FAILURE","features":[195]},{"name":"MQCONN_CREATE_SOCKET_FAILURE","features":[195]},{"name":"MQCONN_ESTABLISH_PACKET_RECEIVED","features":[195]},{"name":"MQCONN_INVALID_SERVER_CERT","features":[195]},{"name":"MQCONN_LIMIT_REACHED","features":[195]},{"name":"MQCONN_NAME_RESOLUTION_FAILURE","features":[195]},{"name":"MQCONN_NOFAILURE","features":[195]},{"name":"MQCONN_NOT_READY","features":[195]},{"name":"MQCONN_OUT_OF_MEMORY","features":[195]},{"name":"MQCONN_PING_FAILURE","features":[195]},{"name":"MQCONN_READY","features":[195]},{"name":"MQCONN_REFUSED_BY_OTHER_SIDE","features":[195]},{"name":"MQCONN_ROUTING_FAILURE","features":[195]},{"name":"MQCONN_SEND_FAILURE","features":[195]},{"name":"MQCONN_TCP_NOT_ENABLED","features":[195]},{"name":"MQCONN_UNKNOWN_FAILURE","features":[195]},{"name":"MQCloseCursor","features":[1,195]},{"name":"MQCloseQueue","features":[195]},{"name":"MQConnectionState","features":[195]},{"name":"MQCreateCursor","features":[1,195]},{"name":"MQCreateQueue","features":[1,5,70,195,44]},{"name":"MQDEFAULT","features":[195]},{"name":"MQDeleteQueue","features":[195]},{"name":"MQERROR","features":[195]},{"name":"MQFreeMemory","features":[195]},{"name":"MQFreeSecurityContext","features":[1,195]},{"name":"MQGetMachineProperties","features":[1,70,195,44]},{"name":"MQGetOverlappedResult","features":[1,7,195]},{"name":"MQGetPrivateComputerInformation","features":[1,70,195,44]},{"name":"MQGetQueueProperties","features":[1,70,195,44]},{"name":"MQGetQueueSecurity","features":[5,195]},{"name":"MQGetSecurityContext","features":[1,195]},{"name":"MQGetSecurityContextEx","features":[1,195]},{"name":"MQHandleToFormatName","features":[195]},{"name":"MQInstanceToFormatName","features":[195]},{"name":"MQJOURNAL","features":[195]},{"name":"MQLocateBegin","features":[1,70,195,44]},{"name":"MQLocateEnd","features":[1,195]},{"name":"MQLocateNext","features":[1,70,195,44]},{"name":"MQMAX","features":[195]},{"name":"MQMGMTPROPS","features":[1,70,195,44]},{"name":"MQMSGACKNOWLEDGEMENT","features":[195]},{"name":"MQMSGAUTHENTICATION","features":[195]},{"name":"MQMSGAUTHLEVEL","features":[195]},{"name":"MQMSGCLASS","features":[195]},{"name":"MQMSGCURSOR","features":[195]},{"name":"MQMSGDELIVERY","features":[195]},{"name":"MQMSGIDSIZE","features":[195]},{"name":"MQMSGJOURNAL","features":[195]},{"name":"MQMSGMAX","features":[195]},{"name":"MQMSGPRIVLEVEL","features":[195]},{"name":"MQMSGPROPS","features":[1,70,195,44]},{"name":"MQMSGSENDERIDTYPE","features":[195]},{"name":"MQMSGTRACE","features":[195]},{"name":"MQMSG_ACKNOWLEDGMENT_FULL_REACH_QUEUE","features":[195]},{"name":"MQMSG_ACKNOWLEDGMENT_FULL_RECEIVE","features":[195]},{"name":"MQMSG_ACKNOWLEDGMENT_NACK_REACH_QUEUE","features":[195]},{"name":"MQMSG_ACKNOWLEDGMENT_NACK_RECEIVE","features":[195]},{"name":"MQMSG_ACKNOWLEDGMENT_NEG_ARRIVAL","features":[195]},{"name":"MQMSG_ACKNOWLEDGMENT_NEG_RECEIVE","features":[195]},{"name":"MQMSG_ACKNOWLEDGMENT_NONE","features":[195]},{"name":"MQMSG_ACKNOWLEDGMENT_POS_ARRIVAL","features":[195]},{"name":"MQMSG_ACKNOWLEDGMENT_POS_RECEIVE","features":[195]},{"name":"MQMSG_AUTHENTICATED_QM_MESSAGE","features":[195]},{"name":"MQMSG_AUTHENTICATED_SIG10","features":[195]},{"name":"MQMSG_AUTHENTICATED_SIG20","features":[195]},{"name":"MQMSG_AUTHENTICATED_SIG30","features":[195]},{"name":"MQMSG_AUTHENTICATED_SIGXML","features":[195]},{"name":"MQMSG_AUTHENTICATION_NOT_REQUESTED","features":[195]},{"name":"MQMSG_AUTHENTICATION_REQUESTED","features":[195]},{"name":"MQMSG_AUTHENTICATION_REQUESTED_EX","features":[195]},{"name":"MQMSG_AUTH_LEVEL_ALWAYS","features":[195]},{"name":"MQMSG_AUTH_LEVEL_MSMQ10","features":[195]},{"name":"MQMSG_AUTH_LEVEL_MSMQ20","features":[195]},{"name":"MQMSG_AUTH_LEVEL_NONE","features":[195]},{"name":"MQMSG_AUTH_LEVEL_SIG10","features":[195]},{"name":"MQMSG_AUTH_LEVEL_SIG20","features":[195]},{"name":"MQMSG_AUTH_LEVEL_SIG30","features":[195]},{"name":"MQMSG_CALG_DES","features":[195]},{"name":"MQMSG_CALG_DSS_SIGN","features":[195]},{"name":"MQMSG_CALG_MAC","features":[195]},{"name":"MQMSG_CALG_MD2","features":[195]},{"name":"MQMSG_CALG_MD4","features":[195]},{"name":"MQMSG_CALG_MD5","features":[195]},{"name":"MQMSG_CALG_RC2","features":[195]},{"name":"MQMSG_CALG_RC4","features":[195]},{"name":"MQMSG_CALG_RSA_KEYX","features":[195]},{"name":"MQMSG_CALG_RSA_SIGN","features":[195]},{"name":"MQMSG_CALG_SEAL","features":[195]},{"name":"MQMSG_CALG_SHA","features":[195]},{"name":"MQMSG_CALG_SHA1","features":[195]},{"name":"MQMSG_CLASS_ACK_REACH_QUEUE","features":[195]},{"name":"MQMSG_CLASS_ACK_RECEIVE","features":[195]},{"name":"MQMSG_CLASS_NACK_ACCESS_DENIED","features":[195]},{"name":"MQMSG_CLASS_NACK_BAD_DST_Q","features":[195]},{"name":"MQMSG_CLASS_NACK_BAD_ENCRYPTION","features":[195]},{"name":"MQMSG_CLASS_NACK_BAD_SIGNATURE","features":[195]},{"name":"MQMSG_CLASS_NACK_COULD_NOT_ENCRYPT","features":[195]},{"name":"MQMSG_CLASS_NACK_HOP_COUNT_EXCEEDED","features":[195]},{"name":"MQMSG_CLASS_NACK_NOT_TRANSACTIONAL_MSG","features":[195]},{"name":"MQMSG_CLASS_NACK_NOT_TRANSACTIONAL_Q","features":[195]},{"name":"MQMSG_CLASS_NACK_PURGED","features":[195]},{"name":"MQMSG_CLASS_NACK_Q_DELETED","features":[195]},{"name":"MQMSG_CLASS_NACK_Q_EXCEED_QUOTA","features":[195]},{"name":"MQMSG_CLASS_NACK_Q_PURGED","features":[195]},{"name":"MQMSG_CLASS_NACK_REACH_QUEUE_TIMEOUT","features":[195]},{"name":"MQMSG_CLASS_NACK_RECEIVE_TIMEOUT","features":[195]},{"name":"MQMSG_CLASS_NACK_RECEIVE_TIMEOUT_AT_SENDER","features":[195]},{"name":"MQMSG_CLASS_NACK_SOURCE_COMPUTER_GUID_CHANGED","features":[195]},{"name":"MQMSG_CLASS_NACK_UNSUPPORTED_CRYPTO_PROVIDER","features":[195]},{"name":"MQMSG_CLASS_NORMAL","features":[195]},{"name":"MQMSG_CLASS_REPORT","features":[195]},{"name":"MQMSG_CORRELATIONID_SIZE","features":[195]},{"name":"MQMSG_CURRENT","features":[195]},{"name":"MQMSG_DEADLETTER","features":[195]},{"name":"MQMSG_DELIVERY_EXPRESS","features":[195]},{"name":"MQMSG_DELIVERY_RECOVERABLE","features":[195]},{"name":"MQMSG_FIRST","features":[195]},{"name":"MQMSG_FIRST_IN_XACT","features":[195]},{"name":"MQMSG_JOURNAL","features":[195]},{"name":"MQMSG_JOURNAL_NONE","features":[195]},{"name":"MQMSG_LAST_IN_XACT","features":[195]},{"name":"MQMSG_MSGID_SIZE","features":[195]},{"name":"MQMSG_NEXT","features":[195]},{"name":"MQMSG_NOT_FIRST_IN_XACT","features":[195]},{"name":"MQMSG_NOT_LAST_IN_XACT","features":[195]},{"name":"MQMSG_PRIV_LEVEL_BODY_AES","features":[195]},{"name":"MQMSG_PRIV_LEVEL_BODY_BASE","features":[195]},{"name":"MQMSG_PRIV_LEVEL_BODY_ENHANCED","features":[195]},{"name":"MQMSG_PRIV_LEVEL_NONE","features":[195]},{"name":"MQMSG_SENDERID_TYPE_NONE","features":[195]},{"name":"MQMSG_SENDERID_TYPE_SID","features":[195]},{"name":"MQMSG_SEND_ROUTE_TO_REPORT_QUEUE","features":[195]},{"name":"MQMSG_TRACE_NONE","features":[195]},{"name":"MQMSG_XACTID_SIZE","features":[195]},{"name":"MQMarkMessageRejected","features":[1,195]},{"name":"MQMgmtAction","features":[195]},{"name":"MQMgmtGetInfo","features":[1,70,195,44]},{"name":"MQMoveMessage","features":[195]},{"name":"MQOpenQueue","features":[195]},{"name":"MQPRIORITY","features":[195]},{"name":"MQPRIVATEPROPS","features":[1,70,195,44]},{"name":"MQPRIVLEVEL","features":[195]},{"name":"MQPROPERTYRESTRICTION","features":[1,70,195,44]},{"name":"MQPathNameToFormatName","features":[195]},{"name":"MQPurgeQueue","features":[195]},{"name":"MQQMPROPS","features":[1,70,195,44]},{"name":"MQQUEUEACCESSMASK","features":[195]},{"name":"MQQUEUEPROPS","features":[1,70,195,44]},{"name":"MQRESTRICTION","features":[1,70,195,44]},{"name":"MQReceiveMessage","features":[1,70,7,195,44]},{"name":"MQReceiveMessageByLookupId","features":[1,70,7,195,44]},{"name":"MQRegisterCertificate","features":[195]},{"name":"MQSEC_CHANGE_QUEUE_PERMISSIONS","features":[195]},{"name":"MQSEC_DELETE_JOURNAL_MESSAGE","features":[195]},{"name":"MQSEC_DELETE_MESSAGE","features":[195]},{"name":"MQSEC_DELETE_QUEUE","features":[195]},{"name":"MQSEC_GET_QUEUE_PERMISSIONS","features":[195]},{"name":"MQSEC_GET_QUEUE_PROPERTIES","features":[195]},{"name":"MQSEC_PEEK_MESSAGE","features":[195]},{"name":"MQSEC_QUEUE_GENERIC_ALL","features":[195]},{"name":"MQSEC_QUEUE_GENERIC_EXECUTE","features":[195]},{"name":"MQSEC_QUEUE_GENERIC_READ","features":[195]},{"name":"MQSEC_QUEUE_GENERIC_WRITE","features":[195]},{"name":"MQSEC_RECEIVE_JOURNAL_MESSAGE","features":[195]},{"name":"MQSEC_RECEIVE_MESSAGE","features":[195]},{"name":"MQSEC_SET_QUEUE_PROPERTIES","features":[195]},{"name":"MQSEC_TAKE_QUEUE_OWNERSHIP","features":[195]},{"name":"MQSEC_WRITE_MESSAGE","features":[195]},{"name":"MQSHARE","features":[195]},{"name":"MQSORTKEY","features":[195]},{"name":"MQSORTSET","features":[195]},{"name":"MQSendMessage","features":[1,70,195,44]},{"name":"MQSetQueueProperties","features":[1,70,195,44]},{"name":"MQSetQueueSecurity","features":[5,195]},{"name":"MQTRANSACTION","features":[195]},{"name":"MQTRANSACTIONAL","features":[195]},{"name":"MQWARNING","features":[195]},{"name":"MQ_ACTION_PEEK_CURRENT","features":[195]},{"name":"MQ_ACTION_PEEK_NEXT","features":[195]},{"name":"MQ_ACTION_RECEIVE","features":[195]},{"name":"MQ_ADMIN_ACCESS","features":[195]},{"name":"MQ_AUTHENTICATE","features":[195]},{"name":"MQ_AUTHENTICATE_NONE","features":[195]},{"name":"MQ_CORRUPTED_QUEUE_WAS_DELETED","features":[195]},{"name":"MQ_DENY_NONE","features":[195]},{"name":"MQ_DENY_RECEIVE_SHARE","features":[195]},{"name":"MQ_ERROR","features":[195]},{"name":"MQ_ERROR_ACCESS_DENIED","features":[195]},{"name":"MQ_ERROR_BAD_SECURITY_CONTEXT","features":[195]},{"name":"MQ_ERROR_BAD_XML_FORMAT","features":[195]},{"name":"MQ_ERROR_BUFFER_OVERFLOW","features":[195]},{"name":"MQ_ERROR_CANNOT_CREATE_CERT_STORE","features":[195]},{"name":"MQ_ERROR_CANNOT_CREATE_HASH_EX","features":[195]},{"name":"MQ_ERROR_CANNOT_CREATE_ON_GC","features":[195]},{"name":"MQ_ERROR_CANNOT_CREATE_PSC_OBJECTS","features":[195]},{"name":"MQ_ERROR_CANNOT_DELETE_PSC_OBJECTS","features":[195]},{"name":"MQ_ERROR_CANNOT_GET_DN","features":[195]},{"name":"MQ_ERROR_CANNOT_GRANT_ADD_GUID","features":[195]},{"name":"MQ_ERROR_CANNOT_HASH_DATA_EX","features":[195]},{"name":"MQ_ERROR_CANNOT_IMPERSONATE_CLIENT","features":[195]},{"name":"MQ_ERROR_CANNOT_JOIN_DOMAIN","features":[195]},{"name":"MQ_ERROR_CANNOT_LOAD_MQAD","features":[195]},{"name":"MQ_ERROR_CANNOT_LOAD_MQDSSRV","features":[195]},{"name":"MQ_ERROR_CANNOT_LOAD_MSMQOCM","features":[195]},{"name":"MQ_ERROR_CANNOT_OPEN_CERT_STORE","features":[195]},{"name":"MQ_ERROR_CANNOT_SET_CRYPTO_SEC_DESCR","features":[195]},{"name":"MQ_ERROR_CANNOT_SIGN_DATA_EX","features":[195]},{"name":"MQ_ERROR_CANNOT_UPDATE_PSC_OBJECTS","features":[195]},{"name":"MQ_ERROR_CANT_CREATE_CERT_STORE","features":[195]},{"name":"MQ_ERROR_CANT_OPEN_CERT_STORE","features":[195]},{"name":"MQ_ERROR_CANT_RESOLVE_SITES","features":[195]},{"name":"MQ_ERROR_CERTIFICATE_NOT_PROVIDED","features":[195]},{"name":"MQ_ERROR_COMPUTER_DOES_NOT_SUPPORT_ENCRYPTION","features":[195]},{"name":"MQ_ERROR_CORRUPTED_INTERNAL_CERTIFICATE","features":[195]},{"name":"MQ_ERROR_CORRUPTED_PERSONAL_CERT_STORE","features":[195]},{"name":"MQ_ERROR_CORRUPTED_SECURITY_DATA","features":[195]},{"name":"MQ_ERROR_COULD_NOT_GET_ACCOUNT_INFO","features":[195]},{"name":"MQ_ERROR_COULD_NOT_GET_USER_SID","features":[195]},{"name":"MQ_ERROR_DELETE_CN_IN_USE","features":[195]},{"name":"MQ_ERROR_DEPEND_WKS_LICENSE_OVERFLOW","features":[195]},{"name":"MQ_ERROR_DS_BIND_ROOT_FOREST","features":[195]},{"name":"MQ_ERROR_DS_ERROR","features":[195]},{"name":"MQ_ERROR_DS_IS_FULL","features":[195]},{"name":"MQ_ERROR_DS_LOCAL_USER","features":[195]},{"name":"MQ_ERROR_DTC_CONNECT","features":[195]},{"name":"MQ_ERROR_ENCRYPTION_PROVIDER_NOT_SUPPORTED","features":[195]},{"name":"MQ_ERROR_FAIL_VERIFY_SIGNATURE_EX","features":[195]},{"name":"MQ_ERROR_FORMATNAME_BUFFER_TOO_SMALL","features":[195]},{"name":"MQ_ERROR_GC_NEEDED","features":[195]},{"name":"MQ_ERROR_GUID_NOT_MATCHING","features":[195]},{"name":"MQ_ERROR_ILLEGAL_CONTEXT","features":[195]},{"name":"MQ_ERROR_ILLEGAL_CURSOR_ACTION","features":[195]},{"name":"MQ_ERROR_ILLEGAL_ENTERPRISE_OPERATION","features":[195]},{"name":"MQ_ERROR_ILLEGAL_FORMATNAME","features":[195]},{"name":"MQ_ERROR_ILLEGAL_MQCOLUMNS","features":[195]},{"name":"MQ_ERROR_ILLEGAL_MQPRIVATEPROPS","features":[195]},{"name":"MQ_ERROR_ILLEGAL_MQQMPROPS","features":[195]},{"name":"MQ_ERROR_ILLEGAL_MQQUEUEPROPS","features":[195]},{"name":"MQ_ERROR_ILLEGAL_OPERATION","features":[195]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_SIZE","features":[195]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_VALUE","features":[195]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_VT","features":[195]},{"name":"MQ_ERROR_ILLEGAL_PROPID","features":[195]},{"name":"MQ_ERROR_ILLEGAL_QUEUE_PATHNAME","features":[195]},{"name":"MQ_ERROR_ILLEGAL_RELATION","features":[195]},{"name":"MQ_ERROR_ILLEGAL_RESTRICTION_PROPID","features":[195]},{"name":"MQ_ERROR_ILLEGAL_SECURITY_DESCRIPTOR","features":[195]},{"name":"MQ_ERROR_ILLEGAL_SORT","features":[195]},{"name":"MQ_ERROR_ILLEGAL_SORT_PROPID","features":[195]},{"name":"MQ_ERROR_ILLEGAL_USER","features":[195]},{"name":"MQ_ERROR_INSUFFICIENT_PROPERTIES","features":[195]},{"name":"MQ_ERROR_INSUFFICIENT_RESOURCES","features":[195]},{"name":"MQ_ERROR_INTERNAL_USER_CERT_EXIST","features":[195]},{"name":"MQ_ERROR_INVALID_CERTIFICATE","features":[195]},{"name":"MQ_ERROR_INVALID_HANDLE","features":[195]},{"name":"MQ_ERROR_INVALID_OWNER","features":[195]},{"name":"MQ_ERROR_INVALID_PARAMETER","features":[195]},{"name":"MQ_ERROR_IO_TIMEOUT","features":[195]},{"name":"MQ_ERROR_LABEL_BUFFER_TOO_SMALL","features":[195]},{"name":"MQ_ERROR_LABEL_TOO_LONG","features":[195]},{"name":"MQ_ERROR_MACHINE_EXISTS","features":[195]},{"name":"MQ_ERROR_MACHINE_NOT_FOUND","features":[195]},{"name":"MQ_ERROR_MESSAGE_ALREADY_RECEIVED","features":[195]},{"name":"MQ_ERROR_MESSAGE_LOCKED_UNDER_TRANSACTION","features":[195]},{"name":"MQ_ERROR_MESSAGE_NOT_AUTHENTICATED","features":[195]},{"name":"MQ_ERROR_MESSAGE_NOT_FOUND","features":[195]},{"name":"MQ_ERROR_MESSAGE_STORAGE_FAILED","features":[195]},{"name":"MQ_ERROR_MISSING_CONNECTOR_TYPE","features":[195]},{"name":"MQ_ERROR_MQIS_READONLY_MODE","features":[195]},{"name":"MQ_ERROR_MQIS_SERVER_EMPTY","features":[195]},{"name":"MQ_ERROR_MULTI_SORT_KEYS","features":[195]},{"name":"MQ_ERROR_NOT_A_CORRECT_OBJECT_CLASS","features":[195]},{"name":"MQ_ERROR_NOT_SUPPORTED_BY_DEPENDENT_CLIENTS","features":[195]},{"name":"MQ_ERROR_NO_DS","features":[195]},{"name":"MQ_ERROR_NO_ENTRY_POINT_MSMQOCM","features":[195]},{"name":"MQ_ERROR_NO_GC_IN_DOMAIN","features":[195]},{"name":"MQ_ERROR_NO_INTERNAL_USER_CERT","features":[195]},{"name":"MQ_ERROR_NO_MQUSER_OU","features":[195]},{"name":"MQ_ERROR_NO_MSMQ_SERVERS_ON_DC","features":[195]},{"name":"MQ_ERROR_NO_MSMQ_SERVERS_ON_GC","features":[195]},{"name":"MQ_ERROR_NO_RESPONSE_FROM_OBJECT_SERVER","features":[195]},{"name":"MQ_ERROR_OBJECT_SERVER_NOT_AVAILABLE","features":[195]},{"name":"MQ_ERROR_OPERATION_CANCELLED","features":[195]},{"name":"MQ_ERROR_OPERATION_NOT_SUPPORTED_BY_REMOTE_COMPUTER","features":[195]},{"name":"MQ_ERROR_PRIVILEGE_NOT_HELD","features":[195]},{"name":"MQ_ERROR_PROPERTIES_CONFLICT","features":[195]},{"name":"MQ_ERROR_PROPERTY","features":[195]},{"name":"MQ_ERROR_PROPERTY_NOTALLOWED","features":[195]},{"name":"MQ_ERROR_PROV_NAME_BUFFER_TOO_SMALL","features":[195]},{"name":"MQ_ERROR_PUBLIC_KEY_DOES_NOT_EXIST","features":[195]},{"name":"MQ_ERROR_PUBLIC_KEY_NOT_FOUND","features":[195]},{"name":"MQ_ERROR_QUEUE_DELETED","features":[195]},{"name":"MQ_ERROR_QUEUE_EXISTS","features":[195]},{"name":"MQ_ERROR_QUEUE_NOT_ACTIVE","features":[195]},{"name":"MQ_ERROR_QUEUE_NOT_AVAILABLE","features":[195]},{"name":"MQ_ERROR_QUEUE_NOT_FOUND","features":[195]},{"name":"MQ_ERROR_Q_ADS_PROPERTY_NOT_SUPPORTED","features":[195]},{"name":"MQ_ERROR_Q_DNS_PROPERTY_NOT_SUPPORTED","features":[195]},{"name":"MQ_ERROR_REMOTE_MACHINE_NOT_AVAILABLE","features":[195]},{"name":"MQ_ERROR_RESOLVE_ADDRESS","features":[195]},{"name":"MQ_ERROR_RESULT_BUFFER_TOO_SMALL","features":[195]},{"name":"MQ_ERROR_SECURITY_DESCRIPTOR_TOO_SMALL","features":[195]},{"name":"MQ_ERROR_SENDERID_BUFFER_TOO_SMALL","features":[195]},{"name":"MQ_ERROR_SENDER_CERT_BUFFER_TOO_SMALL","features":[195]},{"name":"MQ_ERROR_SERVICE_NOT_AVAILABLE","features":[195]},{"name":"MQ_ERROR_SHARING_VIOLATION","features":[195]},{"name":"MQ_ERROR_SIGNATURE_BUFFER_TOO_SMALL","features":[195]},{"name":"MQ_ERROR_STALE_HANDLE","features":[195]},{"name":"MQ_ERROR_SYMM_KEY_BUFFER_TOO_SMALL","features":[195]},{"name":"MQ_ERROR_TOO_MANY_PROPERTIES","features":[195]},{"name":"MQ_ERROR_TRANSACTION_ENLIST","features":[195]},{"name":"MQ_ERROR_TRANSACTION_IMPORT","features":[195]},{"name":"MQ_ERROR_TRANSACTION_SEQUENCE","features":[195]},{"name":"MQ_ERROR_TRANSACTION_USAGE","features":[195]},{"name":"MQ_ERROR_UNINITIALIZED_OBJECT","features":[195]},{"name":"MQ_ERROR_UNSUPPORTED_ACCESS_MODE","features":[195]},{"name":"MQ_ERROR_UNSUPPORTED_CLASS","features":[195]},{"name":"MQ_ERROR_UNSUPPORTED_FORMATNAME_OPERATION","features":[195]},{"name":"MQ_ERROR_UNSUPPORTED_OPERATION","features":[195]},{"name":"MQ_ERROR_USER_BUFFER_TOO_SMALL","features":[195]},{"name":"MQ_ERROR_WKS_CANT_SERVE_CLIENT","features":[195]},{"name":"MQ_ERROR_WRITE_NOT_ALLOWED","features":[195]},{"name":"MQ_INFORMATION_DUPLICATE_PROPERTY","features":[195]},{"name":"MQ_INFORMATION_FORMATNAME_BUFFER_TOO_SMALL","features":[195]},{"name":"MQ_INFORMATION_ILLEGAL_PROPERTY","features":[195]},{"name":"MQ_INFORMATION_INTERNAL_USER_CERT_EXIST","features":[195]},{"name":"MQ_INFORMATION_OPERATION_PENDING","features":[195]},{"name":"MQ_INFORMATION_OWNER_IGNORED","features":[195]},{"name":"MQ_INFORMATION_PROPERTY","features":[195]},{"name":"MQ_INFORMATION_PROPERTY_IGNORED","features":[195]},{"name":"MQ_INFORMATION_UNSUPPORTED_PROPERTY","features":[195]},{"name":"MQ_JOURNAL","features":[195]},{"name":"MQ_JOURNAL_NONE","features":[195]},{"name":"MQ_LOOKUP_PEEK_CURRENT","features":[195]},{"name":"MQ_LOOKUP_PEEK_FIRST","features":[195]},{"name":"MQ_LOOKUP_PEEK_LAST","features":[195]},{"name":"MQ_LOOKUP_PEEK_NEXT","features":[195]},{"name":"MQ_LOOKUP_PEEK_PREV","features":[195]},{"name":"MQ_LOOKUP_RECEIVE_ALLOW_PEEK","features":[195]},{"name":"MQ_LOOKUP_RECEIVE_CURRENT","features":[195]},{"name":"MQ_LOOKUP_RECEIVE_FIRST","features":[195]},{"name":"MQ_LOOKUP_RECEIVE_LAST","features":[195]},{"name":"MQ_LOOKUP_RECEIVE_NEXT","features":[195]},{"name":"MQ_LOOKUP_RECEIVE_PREV","features":[195]},{"name":"MQ_MAX_MSG_LABEL_LEN","features":[195]},{"name":"MQ_MAX_PRIORITY","features":[195]},{"name":"MQ_MAX_Q_LABEL_LEN","features":[195]},{"name":"MQ_MAX_Q_NAME_LEN","features":[195]},{"name":"MQ_MIN_PRIORITY","features":[195]},{"name":"MQ_MOVE_ACCESS","features":[195]},{"name":"MQ_MTS_TRANSACTION","features":[195]},{"name":"MQ_NO_TRANSACTION","features":[195]},{"name":"MQ_OK","features":[195]},{"name":"MQ_PEEK_ACCESS","features":[195]},{"name":"MQ_PRIV_LEVEL_BODY","features":[195]},{"name":"MQ_PRIV_LEVEL_NONE","features":[195]},{"name":"MQ_PRIV_LEVEL_OPTIONAL","features":[195]},{"name":"MQ_QTYPE_REPORT","features":[195]},{"name":"MQ_QTYPE_TEST","features":[195]},{"name":"MQ_QUEUE_STATE_CONNECTED","features":[195]},{"name":"MQ_QUEUE_STATE_DISCONNECTED","features":[195]},{"name":"MQ_QUEUE_STATE_DISCONNECTING","features":[195]},{"name":"MQ_QUEUE_STATE_LOCAL_CONNECTION","features":[195]},{"name":"MQ_QUEUE_STATE_LOCKED","features":[195]},{"name":"MQ_QUEUE_STATE_NEEDVALIDATE","features":[195]},{"name":"MQ_QUEUE_STATE_NONACTIVE","features":[195]},{"name":"MQ_QUEUE_STATE_ONHOLD","features":[195]},{"name":"MQ_QUEUE_STATE_WAITING","features":[195]},{"name":"MQ_RECEIVE_ACCESS","features":[195]},{"name":"MQ_SEND_ACCESS","features":[195]},{"name":"MQ_SINGLE_MESSAGE","features":[195]},{"name":"MQ_STATUS_FOREIGN","features":[195]},{"name":"MQ_STATUS_NOT_FOREIGN","features":[195]},{"name":"MQ_STATUS_UNKNOWN","features":[195]},{"name":"MQ_TRANSACTIONAL","features":[195]},{"name":"MQ_TRANSACTIONAL_NONE","features":[195]},{"name":"MQ_TYPE_CONNECTOR","features":[195]},{"name":"MQ_TYPE_MACHINE","features":[195]},{"name":"MQ_TYPE_MULTICAST","features":[195]},{"name":"MQ_TYPE_PRIVATE","features":[195]},{"name":"MQ_TYPE_PUBLIC","features":[195]},{"name":"MQ_XACT_STATUS_NOT_XACT","features":[195]},{"name":"MQ_XACT_STATUS_UNKNOWN","features":[195]},{"name":"MQ_XACT_STATUS_XACT","features":[195]},{"name":"MQ_XA_TRANSACTION","features":[195]},{"name":"MSMQApplication","features":[195]},{"name":"MSMQCollection","features":[195]},{"name":"MSMQCoordinatedTransactionDispenser","features":[195]},{"name":"MSMQDestination","features":[195]},{"name":"MSMQEvent","features":[195]},{"name":"MSMQManagement","features":[195]},{"name":"MSMQMessage","features":[195]},{"name":"MSMQOutgoingQueueManagement","features":[195]},{"name":"MSMQQuery","features":[195]},{"name":"MSMQQueue","features":[195]},{"name":"MSMQQueueInfo","features":[195]},{"name":"MSMQQueueInfos","features":[195]},{"name":"MSMQQueueManagement","features":[195]},{"name":"MSMQTransaction","features":[195]},{"name":"MSMQTransactionDispenser","features":[195]},{"name":"MSMQ_CONNECTED","features":[195]},{"name":"MSMQ_DISCONNECTED","features":[195]},{"name":"PMQRECEIVECALLBACK","features":[1,70,7,195,44]},{"name":"PREQ","features":[195]},{"name":"PRGE","features":[195]},{"name":"PRGT","features":[195]},{"name":"PRLE","features":[195]},{"name":"PRLT","features":[195]},{"name":"PRNE","features":[195]},{"name":"PROPID_MGMT_MSMQ_ACTIVEQUEUES","features":[195]},{"name":"PROPID_MGMT_MSMQ_BASE","features":[195]},{"name":"PROPID_MGMT_MSMQ_BYTES_IN_ALL_QUEUES","features":[195]},{"name":"PROPID_MGMT_MSMQ_CONNECTED","features":[195]},{"name":"PROPID_MGMT_MSMQ_DSSERVER","features":[195]},{"name":"PROPID_MGMT_MSMQ_PRIVATEQ","features":[195]},{"name":"PROPID_MGMT_MSMQ_TYPE","features":[195]},{"name":"PROPID_MGMT_QUEUE_BASE","features":[195]},{"name":"PROPID_MGMT_QUEUE_BYTES_IN_JOURNAL","features":[195]},{"name":"PROPID_MGMT_QUEUE_BYTES_IN_QUEUE","features":[195]},{"name":"PROPID_MGMT_QUEUE_CONNECTION_HISTORY","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_FIRST_NON_ACK","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK_COUNT","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK_TIME","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_NON_ACK","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_NEXT_SEQ","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_NO_ACK_COUNT","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_NO_READ_COUNT","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_COUNT","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_INTERVAL","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_TIME","features":[195]},{"name":"PROPID_MGMT_QUEUE_EOD_SOURCE_INFO","features":[195]},{"name":"PROPID_MGMT_QUEUE_FOREIGN","features":[195]},{"name":"PROPID_MGMT_QUEUE_FORMATNAME","features":[195]},{"name":"PROPID_MGMT_QUEUE_JOURNAL_MESSAGE_COUNT","features":[195]},{"name":"PROPID_MGMT_QUEUE_JOURNAL_USED_QUOTA","features":[195]},{"name":"PROPID_MGMT_QUEUE_LOCATION","features":[195]},{"name":"PROPID_MGMT_QUEUE_MESSAGE_COUNT","features":[195]},{"name":"PROPID_MGMT_QUEUE_NEXTHOPS","features":[195]},{"name":"PROPID_MGMT_QUEUE_PATHNAME","features":[195]},{"name":"PROPID_MGMT_QUEUE_STATE","features":[195]},{"name":"PROPID_MGMT_QUEUE_SUBQUEUE_COUNT","features":[195]},{"name":"PROPID_MGMT_QUEUE_SUBQUEUE_NAMES","features":[195]},{"name":"PROPID_MGMT_QUEUE_TYPE","features":[195]},{"name":"PROPID_MGMT_QUEUE_USED_QUOTA","features":[195]},{"name":"PROPID_MGMT_QUEUE_XACT","features":[195]},{"name":"PROPID_M_ABORT_COUNT","features":[195]},{"name":"PROPID_M_ACKNOWLEDGE","features":[195]},{"name":"PROPID_M_ADMIN_QUEUE","features":[195]},{"name":"PROPID_M_ADMIN_QUEUE_LEN","features":[195]},{"name":"PROPID_M_APPSPECIFIC","features":[195]},{"name":"PROPID_M_ARRIVEDTIME","features":[195]},{"name":"PROPID_M_AUTHENTICATED","features":[195]},{"name":"PROPID_M_AUTHENTICATED_EX","features":[195]},{"name":"PROPID_M_AUTH_LEVEL","features":[195]},{"name":"PROPID_M_BASE","features":[195]},{"name":"PROPID_M_BODY","features":[195]},{"name":"PROPID_M_BODY_SIZE","features":[195]},{"name":"PROPID_M_BODY_TYPE","features":[195]},{"name":"PROPID_M_CLASS","features":[195]},{"name":"PROPID_M_COMPOUND_MESSAGE","features":[195]},{"name":"PROPID_M_COMPOUND_MESSAGE_SIZE","features":[195]},{"name":"PROPID_M_CONNECTOR_TYPE","features":[195]},{"name":"PROPID_M_CORRELATIONID","features":[195]},{"name":"PROPID_M_CORRELATIONID_SIZE","features":[195]},{"name":"PROPID_M_DEADLETTER_QUEUE","features":[195]},{"name":"PROPID_M_DEADLETTER_QUEUE_LEN","features":[195]},{"name":"PROPID_M_DELIVERY","features":[195]},{"name":"PROPID_M_DEST_FORMAT_NAME","features":[195]},{"name":"PROPID_M_DEST_FORMAT_NAME_LEN","features":[195]},{"name":"PROPID_M_DEST_QUEUE","features":[195]},{"name":"PROPID_M_DEST_QUEUE_LEN","features":[195]},{"name":"PROPID_M_DEST_SYMM_KEY","features":[195]},{"name":"PROPID_M_DEST_SYMM_KEY_LEN","features":[195]},{"name":"PROPID_M_ENCRYPTION_ALG","features":[195]},{"name":"PROPID_M_EXTENSION","features":[195]},{"name":"PROPID_M_EXTENSION_LEN","features":[195]},{"name":"PROPID_M_FIRST_IN_XACT","features":[195]},{"name":"PROPID_M_HASH_ALG","features":[195]},{"name":"PROPID_M_JOURNAL","features":[195]},{"name":"PROPID_M_LABEL","features":[195]},{"name":"PROPID_M_LABEL_LEN","features":[195]},{"name":"PROPID_M_LAST_IN_XACT","features":[195]},{"name":"PROPID_M_LAST_MOVE_TIME","features":[195]},{"name":"PROPID_M_LOOKUPID","features":[195]},{"name":"PROPID_M_MOVE_COUNT","features":[195]},{"name":"PROPID_M_MSGID","features":[195]},{"name":"PROPID_M_MSGID_SIZE","features":[195]},{"name":"PROPID_M_PRIORITY","features":[195]},{"name":"PROPID_M_PRIV_LEVEL","features":[195]},{"name":"PROPID_M_PROV_NAME","features":[195]},{"name":"PROPID_M_PROV_NAME_LEN","features":[195]},{"name":"PROPID_M_PROV_TYPE","features":[195]},{"name":"PROPID_M_RESP_FORMAT_NAME","features":[195]},{"name":"PROPID_M_RESP_FORMAT_NAME_LEN","features":[195]},{"name":"PROPID_M_RESP_QUEUE","features":[195]},{"name":"PROPID_M_RESP_QUEUE_LEN","features":[195]},{"name":"PROPID_M_SECURITY_CONTEXT","features":[195]},{"name":"PROPID_M_SENDERID","features":[195]},{"name":"PROPID_M_SENDERID_LEN","features":[195]},{"name":"PROPID_M_SENDERID_TYPE","features":[195]},{"name":"PROPID_M_SENDER_CERT","features":[195]},{"name":"PROPID_M_SENDER_CERT_LEN","features":[195]},{"name":"PROPID_M_SENTTIME","features":[195]},{"name":"PROPID_M_SIGNATURE","features":[195]},{"name":"PROPID_M_SIGNATURE_LEN","features":[195]},{"name":"PROPID_M_SOAP_BODY","features":[195]},{"name":"PROPID_M_SOAP_ENVELOPE","features":[195]},{"name":"PROPID_M_SOAP_ENVELOPE_LEN","features":[195]},{"name":"PROPID_M_SOAP_HEADER","features":[195]},{"name":"PROPID_M_SRC_MACHINE_ID","features":[195]},{"name":"PROPID_M_TIME_TO_BE_RECEIVED","features":[195]},{"name":"PROPID_M_TIME_TO_REACH_QUEUE","features":[195]},{"name":"PROPID_M_TRACE","features":[195]},{"name":"PROPID_M_VERSION","features":[195]},{"name":"PROPID_M_XACTID","features":[195]},{"name":"PROPID_M_XACTID_SIZE","features":[195]},{"name":"PROPID_M_XACT_STATUS_QUEUE","features":[195]},{"name":"PROPID_M_XACT_STATUS_QUEUE_LEN","features":[195]},{"name":"PROPID_PC_BASE","features":[195]},{"name":"PROPID_PC_DS_ENABLED","features":[195]},{"name":"PROPID_PC_VERSION","features":[195]},{"name":"PROPID_QM_BASE","features":[195]},{"name":"PROPID_QM_CONNECTION","features":[195]},{"name":"PROPID_QM_ENCRYPTION_PK","features":[195]},{"name":"PROPID_QM_ENCRYPTION_PK_AES","features":[195]},{"name":"PROPID_QM_ENCRYPTION_PK_BASE","features":[195]},{"name":"PROPID_QM_ENCRYPTION_PK_ENHANCED","features":[195]},{"name":"PROPID_QM_MACHINE_ID","features":[195]},{"name":"PROPID_QM_PATHNAME","features":[195]},{"name":"PROPID_QM_PATHNAME_DNS","features":[195]},{"name":"PROPID_QM_SITE_ID","features":[195]},{"name":"PROPID_Q_ADS_PATH","features":[195]},{"name":"PROPID_Q_AUTHENTICATE","features":[195]},{"name":"PROPID_Q_BASE","features":[195]},{"name":"PROPID_Q_BASEPRIORITY","features":[195]},{"name":"PROPID_Q_CREATE_TIME","features":[195]},{"name":"PROPID_Q_INSTANCE","features":[195]},{"name":"PROPID_Q_JOURNAL","features":[195]},{"name":"PROPID_Q_JOURNAL_QUOTA","features":[195]},{"name":"PROPID_Q_LABEL","features":[195]},{"name":"PROPID_Q_MODIFY_TIME","features":[195]},{"name":"PROPID_Q_MULTICAST_ADDRESS","features":[195]},{"name":"PROPID_Q_PATHNAME","features":[195]},{"name":"PROPID_Q_PATHNAME_DNS","features":[195]},{"name":"PROPID_Q_PRIV_LEVEL","features":[195]},{"name":"PROPID_Q_QUOTA","features":[195]},{"name":"PROPID_Q_TRANSACTION","features":[195]},{"name":"PROPID_Q_TYPE","features":[195]},{"name":"QUERY_SORTASCEND","features":[195]},{"name":"QUERY_SORTDESCEND","features":[195]},{"name":"QUEUE_ACTION_EOD_RESEND","features":[195]},{"name":"QUEUE_ACTION_PAUSE","features":[195]},{"name":"QUEUE_ACTION_RESUME","features":[195]},{"name":"QUEUE_STATE","features":[195]},{"name":"QUEUE_TYPE","features":[195]},{"name":"RELOPS","features":[195]},{"name":"REL_EQ","features":[195]},{"name":"REL_GE","features":[195]},{"name":"REL_GT","features":[195]},{"name":"REL_LE","features":[195]},{"name":"REL_LT","features":[195]},{"name":"REL_NEQ","features":[195]},{"name":"REL_NOP","features":[195]},{"name":"SEQUENCE_INFO","features":[195]},{"name":"XACT_STATUS","features":[195]},{"name":"_DMSMQEventEvents","features":[195]}],"592":[{"name":"PERCEPTIONFIELD_StateStream_TimeStamps","features":[196]},{"name":"PERCEPTION_PAYLOAD_FIELD","features":[196]},{"name":"PERCEPTION_STATE_STREAM_TIMESTAMPS","features":[196]}],"594":[{"name":"ACTIVATEFLAGS","features":[163]},{"name":"ACTIVATE_WINDOWLESS","features":[163]},{"name":"ACTIVEOBJECT_FLAGS","features":[163]},{"name":"ACTIVEOBJECT_STRONG","features":[163]},{"name":"ACTIVEOBJECT_WEAK","features":[163]},{"name":"ARRAYDESC","features":[43,163,44]},{"name":"BINDSPEED","features":[163]},{"name":"BINDSPEED_IMMEDIATE","features":[163]},{"name":"BINDSPEED_INDEFINITE","features":[163]},{"name":"BINDSPEED_MODERATE","features":[163]},{"name":"BUSY_DIALOG_FLAGS","features":[163]},{"name":"BZ_DISABLECANCELBUTTON","features":[163]},{"name":"BZ_DISABLERETRYBUTTON","features":[163]},{"name":"BZ_DISABLESWITCHTOBUTTON","features":[163]},{"name":"BZ_NOTRESPONDINGDIALOG","features":[163]},{"name":"BstrFromVector","features":[43,163]},{"name":"CADWORD","features":[163]},{"name":"CALPOLESTR","features":[163]},{"name":"CAUUID","features":[163]},{"name":"CF_BITMAP","features":[163]},{"name":"CF_CONVERTONLY","features":[163]},{"name":"CF_DIB","features":[163]},{"name":"CF_DIBV5","features":[163]},{"name":"CF_DIF","features":[163]},{"name":"CF_DISABLEACTIVATEAS","features":[163]},{"name":"CF_DISABLEDISPLAYASICON","features":[163]},{"name":"CF_DSPBITMAP","features":[163]},{"name":"CF_DSPENHMETAFILE","features":[163]},{"name":"CF_DSPMETAFILEPICT","features":[163]},{"name":"CF_DSPTEXT","features":[163]},{"name":"CF_ENHMETAFILE","features":[163]},{"name":"CF_GDIOBJFIRST","features":[163]},{"name":"CF_GDIOBJLAST","features":[163]},{"name":"CF_HDROP","features":[163]},{"name":"CF_HIDECHANGEICON","features":[163]},{"name":"CF_LOCALE","features":[163]},{"name":"CF_MAX","features":[163]},{"name":"CF_METAFILEPICT","features":[163]},{"name":"CF_OEMTEXT","features":[163]},{"name":"CF_OWNERDISPLAY","features":[163]},{"name":"CF_PALETTE","features":[163]},{"name":"CF_PENDATA","features":[163]},{"name":"CF_PRIVATEFIRST","features":[163]},{"name":"CF_PRIVATELAST","features":[163]},{"name":"CF_RIFF","features":[163]},{"name":"CF_SELECTACTIVATEAS","features":[163]},{"name":"CF_SELECTCONVERTTO","features":[163]},{"name":"CF_SETACTIVATEDEFAULT","features":[163]},{"name":"CF_SETCONVERTDEFAULT","features":[163]},{"name":"CF_SHOWHELPBUTTON","features":[163]},{"name":"CF_SYLK","features":[163]},{"name":"CF_TEXT","features":[163]},{"name":"CF_TIFF","features":[163]},{"name":"CF_UNICODETEXT","features":[163]},{"name":"CF_WAVE","features":[163]},{"name":"CHANGEKIND","features":[163]},{"name":"CHANGEKIND_ADDMEMBER","features":[163]},{"name":"CHANGEKIND_CHANGEFAILED","features":[163]},{"name":"CHANGEKIND_DELETEMEMBER","features":[163]},{"name":"CHANGEKIND_GENERAL","features":[163]},{"name":"CHANGEKIND_INVALIDATE","features":[163]},{"name":"CHANGEKIND_MAX","features":[163]},{"name":"CHANGEKIND_SETDOCUMENTATION","features":[163]},{"name":"CHANGEKIND_SETNAMES","features":[163]},{"name":"CHANGE_ICON_FLAGS","features":[163]},{"name":"CHANGE_SOURCE_FLAGS","features":[163]},{"name":"CIF_SELECTCURRENT","features":[163]},{"name":"CIF_SELECTDEFAULT","features":[163]},{"name":"CIF_SELECTFROMFILE","features":[163]},{"name":"CIF_SHOWHELP","features":[163]},{"name":"CIF_USEICONEXE","features":[163]},{"name":"CLEANLOCALSTORAGE","features":[163]},{"name":"CLIPBOARD_FORMAT","features":[163]},{"name":"CLSID_CColorPropPage","features":[163]},{"name":"CLSID_CFontPropPage","features":[163]},{"name":"CLSID_CPicturePropPage","features":[163]},{"name":"CLSID_ConvertVBX","features":[163]},{"name":"CLSID_PersistPropset","features":[163]},{"name":"CLSID_StdFont","features":[163]},{"name":"CLSID_StdPicture","features":[163]},{"name":"CONNECT_E_ADVISELIMIT","features":[163]},{"name":"CONNECT_E_CANNOTCONNECT","features":[163]},{"name":"CONNECT_E_FIRST","features":[163]},{"name":"CONNECT_E_LAST","features":[163]},{"name":"CONNECT_E_NOCONNECTION","features":[163]},{"name":"CONNECT_E_OVERRIDDEN","features":[163]},{"name":"CONNECT_S_FIRST","features":[163]},{"name":"CONNECT_S_LAST","features":[163]},{"name":"CONTROLINFO","features":[163,55]},{"name":"CSF_EXPLORER","features":[163]},{"name":"CSF_ONLYGETSOURCE","features":[163]},{"name":"CSF_SHOWHELP","features":[163]},{"name":"CSF_VALIDSOURCE","features":[163]},{"name":"CTL_E_ILLEGALFUNCTIONCALL","features":[163]},{"name":"CTRLINFO","features":[163]},{"name":"CTRLINFO_EATS_ESCAPE","features":[163]},{"name":"CTRLINFO_EATS_RETURN","features":[163]},{"name":"ClearCustData","features":[1,43,163,44]},{"name":"CreateDispTypeInfo","features":[43,163,44]},{"name":"CreateErrorInfo","features":[163]},{"name":"CreateOleAdviseHolder","features":[163]},{"name":"CreateStdDispatch","features":[163]},{"name":"CreateTypeLib","features":[43,163]},{"name":"CreateTypeLib2","features":[43,163]},{"name":"DD_DEFDRAGDELAY","features":[163]},{"name":"DD_DEFDRAGMINDIST","features":[163]},{"name":"DD_DEFSCROLLDELAY","features":[163]},{"name":"DD_DEFSCROLLINSET","features":[163]},{"name":"DD_DEFSCROLLINTERVAL","features":[163]},{"name":"DISCARDCACHE","features":[163]},{"name":"DISCARDCACHE_NOSAVE","features":[163]},{"name":"DISCARDCACHE_SAVEIFDIRTY","features":[163]},{"name":"DISPATCH_CONSTRUCT","features":[163]},{"name":"DISPID_ABOUTBOX","features":[163]},{"name":"DISPID_ACCELERATOR","features":[163]},{"name":"DISPID_ADDITEM","features":[163]},{"name":"DISPID_AMBIENT_APPEARANCE","features":[163]},{"name":"DISPID_AMBIENT_AUTOCLIP","features":[163]},{"name":"DISPID_AMBIENT_BACKCOLOR","features":[163]},{"name":"DISPID_AMBIENT_CHARSET","features":[163]},{"name":"DISPID_AMBIENT_CODEPAGE","features":[163]},{"name":"DISPID_AMBIENT_DISPLAYASDEFAULT","features":[163]},{"name":"DISPID_AMBIENT_DISPLAYNAME","features":[163]},{"name":"DISPID_AMBIENT_FONT","features":[163]},{"name":"DISPID_AMBIENT_FORECOLOR","features":[163]},{"name":"DISPID_AMBIENT_LOCALEID","features":[163]},{"name":"DISPID_AMBIENT_MESSAGEREFLECT","features":[163]},{"name":"DISPID_AMBIENT_PALETTE","features":[163]},{"name":"DISPID_AMBIENT_RIGHTTOLEFT","features":[163]},{"name":"DISPID_AMBIENT_SCALEUNITS","features":[163]},{"name":"DISPID_AMBIENT_SHOWGRABHANDLES","features":[163]},{"name":"DISPID_AMBIENT_SHOWHATCHING","features":[163]},{"name":"DISPID_AMBIENT_SUPPORTSMNEMONICS","features":[163]},{"name":"DISPID_AMBIENT_TEXTALIGN","features":[163]},{"name":"DISPID_AMBIENT_TOPTOBOTTOM","features":[163]},{"name":"DISPID_AMBIENT_TRANSFERPRIORITY","features":[163]},{"name":"DISPID_AMBIENT_UIDEAD","features":[163]},{"name":"DISPID_AMBIENT_USERMODE","features":[163]},{"name":"DISPID_APPEARANCE","features":[163]},{"name":"DISPID_AUTOSIZE","features":[163]},{"name":"DISPID_BACKCOLOR","features":[163]},{"name":"DISPID_BACKSTYLE","features":[163]},{"name":"DISPID_BORDERCOLOR","features":[163]},{"name":"DISPID_BORDERSTYLE","features":[163]},{"name":"DISPID_BORDERVISIBLE","features":[163]},{"name":"DISPID_BORDERWIDTH","features":[163]},{"name":"DISPID_CAPTION","features":[163]},{"name":"DISPID_CLEAR","features":[163]},{"name":"DISPID_CLICK","features":[163]},{"name":"DISPID_CLICK_VALUE","features":[163]},{"name":"DISPID_COLLECT","features":[163]},{"name":"DISPID_COLUMN","features":[163]},{"name":"DISPID_CONSTRUCTOR","features":[163]},{"name":"DISPID_DBLCLICK","features":[163]},{"name":"DISPID_DESTRUCTOR","features":[163]},{"name":"DISPID_DISPLAYSTYLE","features":[163]},{"name":"DISPID_DOCLICK","features":[163]},{"name":"DISPID_DRAWMODE","features":[163]},{"name":"DISPID_DRAWSTYLE","features":[163]},{"name":"DISPID_DRAWWIDTH","features":[163]},{"name":"DISPID_Delete","features":[163]},{"name":"DISPID_ENABLED","features":[163]},{"name":"DISPID_ENTERKEYBEHAVIOR","features":[163]},{"name":"DISPID_ERROREVENT","features":[163]},{"name":"DISPID_EVALUATE","features":[163]},{"name":"DISPID_FILLCOLOR","features":[163]},{"name":"DISPID_FILLSTYLE","features":[163]},{"name":"DISPID_FONT","features":[163]},{"name":"DISPID_FONT_BOLD","features":[163]},{"name":"DISPID_FONT_CHANGED","features":[163]},{"name":"DISPID_FONT_CHARSET","features":[163]},{"name":"DISPID_FONT_ITALIC","features":[163]},{"name":"DISPID_FONT_NAME","features":[163]},{"name":"DISPID_FONT_SIZE","features":[163]},{"name":"DISPID_FONT_STRIKE","features":[163]},{"name":"DISPID_FONT_UNDER","features":[163]},{"name":"DISPID_FONT_WEIGHT","features":[163]},{"name":"DISPID_FORECOLOR","features":[163]},{"name":"DISPID_GROUPNAME","features":[163]},{"name":"DISPID_HWND","features":[163]},{"name":"DISPID_IMEMODE","features":[163]},{"name":"DISPID_KEYDOWN","features":[163]},{"name":"DISPID_KEYPRESS","features":[163]},{"name":"DISPID_KEYUP","features":[163]},{"name":"DISPID_LIST","features":[163]},{"name":"DISPID_LISTCOUNT","features":[163]},{"name":"DISPID_LISTINDEX","features":[163]},{"name":"DISPID_MAXLENGTH","features":[163]},{"name":"DISPID_MOUSEDOWN","features":[163]},{"name":"DISPID_MOUSEICON","features":[163]},{"name":"DISPID_MOUSEMOVE","features":[163]},{"name":"DISPID_MOUSEPOINTER","features":[163]},{"name":"DISPID_MOUSEUP","features":[163]},{"name":"DISPID_MULTILINE","features":[163]},{"name":"DISPID_MULTISELECT","features":[163]},{"name":"DISPID_NEWENUM","features":[163]},{"name":"DISPID_NUMBEROFCOLUMNS","features":[163]},{"name":"DISPID_NUMBEROFROWS","features":[163]},{"name":"DISPID_Name","features":[163]},{"name":"DISPID_Object","features":[163]},{"name":"DISPID_PASSWORDCHAR","features":[163]},{"name":"DISPID_PICTURE","features":[163]},{"name":"DISPID_PICT_HANDLE","features":[163]},{"name":"DISPID_PICT_HEIGHT","features":[163]},{"name":"DISPID_PICT_HPAL","features":[163]},{"name":"DISPID_PICT_RENDER","features":[163]},{"name":"DISPID_PICT_TYPE","features":[163]},{"name":"DISPID_PICT_WIDTH","features":[163]},{"name":"DISPID_PROPERTYPUT","features":[163]},{"name":"DISPID_Parent","features":[163]},{"name":"DISPID_READYSTATE","features":[163]},{"name":"DISPID_READYSTATECHANGE","features":[163]},{"name":"DISPID_REFRESH","features":[163]},{"name":"DISPID_REMOVEITEM","features":[163]},{"name":"DISPID_RIGHTTOLEFT","features":[163]},{"name":"DISPID_SCROLLBARS","features":[163]},{"name":"DISPID_SELECTED","features":[163]},{"name":"DISPID_SELLENGTH","features":[163]},{"name":"DISPID_SELSTART","features":[163]},{"name":"DISPID_SELTEXT","features":[163]},{"name":"DISPID_STARTENUM","features":[163]},{"name":"DISPID_TABKEYBEHAVIOR","features":[163]},{"name":"DISPID_TABSTOP","features":[163]},{"name":"DISPID_TEXT","features":[163]},{"name":"DISPID_THIS","features":[163]},{"name":"DISPID_TOPTOBOTTOM","features":[163]},{"name":"DISPID_UNKNOWN","features":[163]},{"name":"DISPID_VALID","features":[163]},{"name":"DISPID_VALUE","features":[163]},{"name":"DISPID_WORDWRAP","features":[163]},{"name":"DOCMISC","features":[163]},{"name":"DOCMISC_CANCREATEMULTIPLEVIEWS","features":[163]},{"name":"DOCMISC_CANTOPENEDIT","features":[163]},{"name":"DOCMISC_NOFILESUPPORT","features":[163]},{"name":"DOCMISC_SUPPORTCOMPLEXRECTANGLES","features":[163]},{"name":"DROPEFFECT","features":[163]},{"name":"DROPEFFECT_COPY","features":[163]},{"name":"DROPEFFECT_LINK","features":[163]},{"name":"DROPEFFECT_MOVE","features":[163]},{"name":"DROPEFFECT_NONE","features":[163]},{"name":"DROPEFFECT_SCROLL","features":[163]},{"name":"DVASPECTINFO","features":[163]},{"name":"DVASPECTINFOFLAG","features":[163]},{"name":"DVASPECTINFOFLAG_CANOPTIMIZE","features":[163]},{"name":"DVEXTENTINFO","features":[1,163]},{"name":"DVEXTENTMODE","features":[163]},{"name":"DVEXTENT_CONTENT","features":[163]},{"name":"DVEXTENT_INTEGRAL","features":[163]},{"name":"DispCallFunc","features":[1,43,163,44]},{"name":"DispGetIDsOfNames","features":[163]},{"name":"DispGetParam","features":[1,43,163,44]},{"name":"DispInvoke","features":[1,43,163,44]},{"name":"DoDragDrop","features":[163]},{"name":"EDIT_LINKS_FLAGS","features":[163]},{"name":"ELF_DISABLECANCELLINK","features":[163]},{"name":"ELF_DISABLECHANGESOURCE","features":[163]},{"name":"ELF_DISABLEOPENSOURCE","features":[163]},{"name":"ELF_DISABLEUPDATENOW","features":[163]},{"name":"ELF_SHOWHELP","features":[163]},{"name":"EMBDHLP_CREATENOW","features":[163]},{"name":"EMBDHLP_DELAYCREATE","features":[163]},{"name":"EMBDHLP_FLAGS","features":[163]},{"name":"EMBDHLP_INPROC_HANDLER","features":[163]},{"name":"EMBDHLP_INPROC_SERVER","features":[163]},{"name":"ENUM_CONTROLS_WHICH_FLAGS","features":[163]},{"name":"FDEX_PROP_FLAGS","features":[163]},{"name":"FONTDESC","features":[1,43,163]},{"name":"GCW_WCH_SIBLING","features":[163]},{"name":"GC_WCH_ALL","features":[163]},{"name":"GC_WCH_CONTAINED","features":[163]},{"name":"GC_WCH_CONTAINER","features":[163]},{"name":"GC_WCH_FONLYAFTER","features":[163]},{"name":"GC_WCH_FONLYBEFORE","features":[163]},{"name":"GC_WCH_FREVERSEDIR","features":[163]},{"name":"GC_WCH_FSELECTED","features":[163]},{"name":"GC_WCH_SIBLING","features":[163]},{"name":"GUIDKIND","features":[163]},{"name":"GUIDKIND_DEFAULT_SOURCE_DISP_IID","features":[163]},{"name":"GUID_CHECKVALUEEXCLUSIVE","features":[163]},{"name":"GUID_COLOR","features":[163]},{"name":"GUID_FONTBOLD","features":[163]},{"name":"GUID_FONTITALIC","features":[163]},{"name":"GUID_FONTNAME","features":[163]},{"name":"GUID_FONTSIZE","features":[163]},{"name":"GUID_FONTSTRIKETHROUGH","features":[163]},{"name":"GUID_FONTUNDERSCORE","features":[163]},{"name":"GUID_HANDLE","features":[163]},{"name":"GUID_HIMETRIC","features":[163]},{"name":"GUID_OPTIONVALUEEXCLUSIVE","features":[163]},{"name":"GUID_TRISTATE","features":[163]},{"name":"GUID_XPOS","features":[163]},{"name":"GUID_XPOSPIXEL","features":[163]},{"name":"GUID_XSIZE","features":[163]},{"name":"GUID_XSIZEPIXEL","features":[163]},{"name":"GUID_YPOS","features":[163]},{"name":"GUID_YPOSPIXEL","features":[163]},{"name":"GUID_YSIZE","features":[163]},{"name":"GUID_YSIZEPIXEL","features":[163]},{"name":"GetActiveObject","features":[163]},{"name":"GetAltMonthNames","features":[163]},{"name":"GetRecordInfoFromGuids","features":[163]},{"name":"GetRecordInfoFromTypeInfo","features":[163]},{"name":"HITRESULT","features":[163]},{"name":"HITRESULT_CLOSE","features":[163]},{"name":"HITRESULT_HIT","features":[163]},{"name":"HITRESULT_OUTSIDE","features":[163]},{"name":"HITRESULT_TRANSPARENT","features":[163]},{"name":"HRGN_UserFree","features":[13,163]},{"name":"HRGN_UserFree64","features":[13,163]},{"name":"HRGN_UserMarshal","features":[13,163]},{"name":"HRGN_UserMarshal64","features":[13,163]},{"name":"HRGN_UserSize","features":[13,163]},{"name":"HRGN_UserSize64","features":[13,163]},{"name":"HRGN_UserUnmarshal","features":[13,163]},{"name":"HRGN_UserUnmarshal64","features":[13,163]},{"name":"IAdviseSinkEx","features":[163]},{"name":"ICanHandleException","features":[163]},{"name":"IClassFactory2","features":[163]},{"name":"IContinue","features":[163]},{"name":"IContinueCallback","features":[163]},{"name":"ICreateErrorInfo","features":[163]},{"name":"ICreateTypeInfo","features":[163]},{"name":"ICreateTypeInfo2","features":[163]},{"name":"ICreateTypeLib","features":[163]},{"name":"ICreateTypeLib2","features":[163]},{"name":"IDC_BZ_ICON","features":[163]},{"name":"IDC_BZ_MESSAGE1","features":[163]},{"name":"IDC_BZ_RETRY","features":[163]},{"name":"IDC_BZ_SWITCHTO","features":[163]},{"name":"IDC_CI_BROWSE","features":[163]},{"name":"IDC_CI_CURRENT","features":[163]},{"name":"IDC_CI_CURRENTICON","features":[163]},{"name":"IDC_CI_DEFAULT","features":[163]},{"name":"IDC_CI_DEFAULTICON","features":[163]},{"name":"IDC_CI_FROMFILE","features":[163]},{"name":"IDC_CI_FROMFILEEDIT","features":[163]},{"name":"IDC_CI_GROUP","features":[163]},{"name":"IDC_CI_ICONDISPLAY","features":[163]},{"name":"IDC_CI_ICONLIST","features":[163]},{"name":"IDC_CI_LABEL","features":[163]},{"name":"IDC_CI_LABELEDIT","features":[163]},{"name":"IDC_CV_ACTIVATEAS","features":[163]},{"name":"IDC_CV_ACTIVATELIST","features":[163]},{"name":"IDC_CV_CHANGEICON","features":[163]},{"name":"IDC_CV_CONVERTLIST","features":[163]},{"name":"IDC_CV_CONVERTTO","features":[163]},{"name":"IDC_CV_DISPLAYASICON","features":[163]},{"name":"IDC_CV_ICONDISPLAY","features":[163]},{"name":"IDC_CV_OBJECTTYPE","features":[163]},{"name":"IDC_CV_RESULTTEXT","features":[163]},{"name":"IDC_EL_AUTOMATIC","features":[163]},{"name":"IDC_EL_CANCELLINK","features":[163]},{"name":"IDC_EL_CHANGESOURCE","features":[163]},{"name":"IDC_EL_COL1","features":[163]},{"name":"IDC_EL_COL2","features":[163]},{"name":"IDC_EL_COL3","features":[163]},{"name":"IDC_EL_LINKSLISTBOX","features":[163]},{"name":"IDC_EL_LINKSOURCE","features":[163]},{"name":"IDC_EL_LINKTYPE","features":[163]},{"name":"IDC_EL_MANUAL","features":[163]},{"name":"IDC_EL_OPENSOURCE","features":[163]},{"name":"IDC_EL_UPDATENOW","features":[163]},{"name":"IDC_GP_CONVERT","features":[163]},{"name":"IDC_GP_OBJECTICON","features":[163]},{"name":"IDC_GP_OBJECTLOCATION","features":[163]},{"name":"IDC_GP_OBJECTNAME","features":[163]},{"name":"IDC_GP_OBJECTSIZE","features":[163]},{"name":"IDC_GP_OBJECTTYPE","features":[163]},{"name":"IDC_IO_ADDCONTROL","features":[163]},{"name":"IDC_IO_CHANGEICON","features":[163]},{"name":"IDC_IO_CONTROLTYPELIST","features":[163]},{"name":"IDC_IO_CREATEFROMFILE","features":[163]},{"name":"IDC_IO_CREATENEW","features":[163]},{"name":"IDC_IO_DISPLAYASICON","features":[163]},{"name":"IDC_IO_FILE","features":[163]},{"name":"IDC_IO_FILEDISPLAY","features":[163]},{"name":"IDC_IO_FILETEXT","features":[163]},{"name":"IDC_IO_FILETYPE","features":[163]},{"name":"IDC_IO_ICONDISPLAY","features":[163]},{"name":"IDC_IO_INSERTCONTROL","features":[163]},{"name":"IDC_IO_LINKFILE","features":[163]},{"name":"IDC_IO_OBJECTTYPELIST","features":[163]},{"name":"IDC_IO_OBJECTTYPETEXT","features":[163]},{"name":"IDC_IO_RESULTIMAGE","features":[163]},{"name":"IDC_IO_RESULTTEXT","features":[163]},{"name":"IDC_LP_AUTOMATIC","features":[163]},{"name":"IDC_LP_BREAKLINK","features":[163]},{"name":"IDC_LP_CHANGESOURCE","features":[163]},{"name":"IDC_LP_DATE","features":[163]},{"name":"IDC_LP_LINKSOURCE","features":[163]},{"name":"IDC_LP_MANUAL","features":[163]},{"name":"IDC_LP_OPENSOURCE","features":[163]},{"name":"IDC_LP_TIME","features":[163]},{"name":"IDC_LP_UPDATENOW","features":[163]},{"name":"IDC_OLEUIHELP","features":[163]},{"name":"IDC_PS_CHANGEICON","features":[163]},{"name":"IDC_PS_DISPLAYASICON","features":[163]},{"name":"IDC_PS_DISPLAYLIST","features":[163]},{"name":"IDC_PS_ICONDISPLAY","features":[163]},{"name":"IDC_PS_PASTE","features":[163]},{"name":"IDC_PS_PASTELINK","features":[163]},{"name":"IDC_PS_PASTELINKLIST","features":[163]},{"name":"IDC_PS_PASTELIST","features":[163]},{"name":"IDC_PS_RESULTIMAGE","features":[163]},{"name":"IDC_PS_RESULTTEXT","features":[163]},{"name":"IDC_PS_SOURCETEXT","features":[163]},{"name":"IDC_PU_CONVERT","features":[163]},{"name":"IDC_PU_ICON","features":[163]},{"name":"IDC_PU_LINKS","features":[163]},{"name":"IDC_PU_TEXT","features":[163]},{"name":"IDC_UL_METER","features":[163]},{"name":"IDC_UL_PERCENT","features":[163]},{"name":"IDC_UL_PROGRESS","features":[163]},{"name":"IDC_UL_STOP","features":[163]},{"name":"IDC_VP_ASICON","features":[163]},{"name":"IDC_VP_CHANGEICON","features":[163]},{"name":"IDC_VP_EDITABLE","features":[163]},{"name":"IDC_VP_ICONDISPLAY","features":[163]},{"name":"IDC_VP_PERCENT","features":[163]},{"name":"IDC_VP_RELATIVE","features":[163]},{"name":"IDC_VP_RESULTIMAGE","features":[163]},{"name":"IDC_VP_SCALETXT","features":[163]},{"name":"IDC_VP_SPIN","features":[163]},{"name":"IDD_BUSY","features":[163]},{"name":"IDD_CANNOTUPDATELINK","features":[163]},{"name":"IDD_CHANGEICON","features":[163]},{"name":"IDD_CHANGEICONBROWSE","features":[163]},{"name":"IDD_CHANGESOURCE","features":[163]},{"name":"IDD_CHANGESOURCE4","features":[163]},{"name":"IDD_CONVERT","features":[163]},{"name":"IDD_CONVERT4","features":[163]},{"name":"IDD_CONVERTONLY","features":[163]},{"name":"IDD_CONVERTONLY4","features":[163]},{"name":"IDD_EDITLINKS","features":[163]},{"name":"IDD_EDITLINKS4","features":[163]},{"name":"IDD_GNRLPROPS","features":[163]},{"name":"IDD_GNRLPROPS4","features":[163]},{"name":"IDD_INSERTFILEBROWSE","features":[163]},{"name":"IDD_INSERTOBJECT","features":[163]},{"name":"IDD_LINKPROPS","features":[163]},{"name":"IDD_LINKPROPS4","features":[163]},{"name":"IDD_LINKSOURCEUNAVAILABLE","features":[163]},{"name":"IDD_LINKTYPECHANGED","features":[163]},{"name":"IDD_LINKTYPECHANGEDA","features":[163]},{"name":"IDD_LINKTYPECHANGEDW","features":[163]},{"name":"IDD_OUTOFMEMORY","features":[163]},{"name":"IDD_PASTESPECIAL","features":[163]},{"name":"IDD_PASTESPECIAL4","features":[163]},{"name":"IDD_SERVERNOTFOUND","features":[163]},{"name":"IDD_SERVERNOTREG","features":[163]},{"name":"IDD_SERVERNOTREGA","features":[163]},{"name":"IDD_SERVERNOTREGW","features":[163]},{"name":"IDD_UPDATELINKS","features":[163]},{"name":"IDD_VIEWPROPS","features":[163]},{"name":"ID_BROWSE_ADDCONTROL","features":[163]},{"name":"ID_BROWSE_CHANGEICON","features":[163]},{"name":"ID_BROWSE_CHANGESOURCE","features":[163]},{"name":"ID_BROWSE_INSERTFILE","features":[163]},{"name":"ID_DEFAULTINST","features":[163]},{"name":"IDispError","features":[163]},{"name":"IDispatchEx","features":[163]},{"name":"IDropSource","features":[163]},{"name":"IDropSourceNotify","features":[163]},{"name":"IDropTarget","features":[163]},{"name":"IEnterpriseDropTarget","features":[163]},{"name":"IEnumOLEVERB","features":[163]},{"name":"IEnumOleDocumentViews","features":[163]},{"name":"IEnumOleUndoUnits","features":[163]},{"name":"IEnumVARIANT","features":[163]},{"name":"IFont","features":[163]},{"name":"IFontDisp","features":[163]},{"name":"IFontEventsDisp","features":[163]},{"name":"IGNOREMIME","features":[163]},{"name":"IGNOREMIME_PROMPT","features":[163]},{"name":"IGNOREMIME_TEXT","features":[163]},{"name":"IGetOleObject","features":[163]},{"name":"IGetVBAObject","features":[163]},{"name":"INSERT_OBJECT_FLAGS","features":[163]},{"name":"INSTALL_SCOPE_INVALID","features":[163]},{"name":"INSTALL_SCOPE_MACHINE","features":[163]},{"name":"INSTALL_SCOPE_USER","features":[163]},{"name":"INTERFACEDATA","features":[43,163,44]},{"name":"IOF_CHECKDISPLAYASICON","features":[163]},{"name":"IOF_CHECKLINK","features":[163]},{"name":"IOF_CREATEFILEOBJECT","features":[163]},{"name":"IOF_CREATELINKOBJECT","features":[163]},{"name":"IOF_CREATENEWOBJECT","features":[163]},{"name":"IOF_DISABLEDISPLAYASICON","features":[163]},{"name":"IOF_DISABLELINK","features":[163]},{"name":"IOF_HIDECHANGEICON","features":[163]},{"name":"IOF_SELECTCREATECONTROL","features":[163]},{"name":"IOF_SELECTCREATEFROMFILE","features":[163]},{"name":"IOF_SELECTCREATENEW","features":[163]},{"name":"IOF_SHOWHELP","features":[163]},{"name":"IOF_SHOWINSERTCONTROL","features":[163]},{"name":"IOF_VERIFYSERVERSEXIST","features":[163]},{"name":"IObjectIdentity","features":[163]},{"name":"IObjectWithSite","features":[163]},{"name":"IOleAdviseHolder","features":[163]},{"name":"IOleCache","features":[163]},{"name":"IOleCache2","features":[163]},{"name":"IOleCacheControl","features":[163]},{"name":"IOleClientSite","features":[163]},{"name":"IOleCommandTarget","features":[163]},{"name":"IOleContainer","features":[163]},{"name":"IOleControl","features":[163]},{"name":"IOleControlSite","features":[163]},{"name":"IOleDocument","features":[163]},{"name":"IOleDocumentSite","features":[163]},{"name":"IOleDocumentView","features":[163]},{"name":"IOleInPlaceActiveObject","features":[163]},{"name":"IOleInPlaceFrame","features":[163]},{"name":"IOleInPlaceObject","features":[163]},{"name":"IOleInPlaceObjectWindowless","features":[163]},{"name":"IOleInPlaceSite","features":[163]},{"name":"IOleInPlaceSiteEx","features":[163]},{"name":"IOleInPlaceSiteWindowless","features":[163]},{"name":"IOleInPlaceUIWindow","features":[163]},{"name":"IOleItemContainer","features":[163]},{"name":"IOleLink","features":[163]},{"name":"IOleObject","features":[163]},{"name":"IOleParentUndoUnit","features":[163]},{"name":"IOleUILinkContainerA","features":[163]},{"name":"IOleUILinkContainerW","features":[163]},{"name":"IOleUILinkInfoA","features":[163]},{"name":"IOleUILinkInfoW","features":[163]},{"name":"IOleUIObjInfoA","features":[163]},{"name":"IOleUIObjInfoW","features":[163]},{"name":"IOleUndoManager","features":[163]},{"name":"IOleUndoUnit","features":[163]},{"name":"IOleWindow","features":[163]},{"name":"IParseDisplayName","features":[163]},{"name":"IPerPropertyBrowsing","features":[163]},{"name":"IPersistPropertyBag","features":[163]},{"name":"IPersistPropertyBag2","features":[163]},{"name":"IPicture","features":[163]},{"name":"IPicture2","features":[163]},{"name":"IPictureDisp","features":[163]},{"name":"IPointerInactive","features":[163]},{"name":"IPrint","features":[163]},{"name":"IPropertyNotifySink","features":[163]},{"name":"IPropertyPage","features":[163]},{"name":"IPropertyPage2","features":[163]},{"name":"IPropertyPageSite","features":[163]},{"name":"IProtectFocus","features":[163]},{"name":"IProtectedModeMenuServices","features":[163]},{"name":"IProvideClassInfo","features":[163]},{"name":"IProvideClassInfo2","features":[163]},{"name":"IProvideMultipleClassInfo","features":[163]},{"name":"IProvideRuntimeContext","features":[163]},{"name":"IQuickActivate","features":[163]},{"name":"IRecordInfo","features":[163]},{"name":"ISimpleFrameSite","features":[163]},{"name":"ISpecifyPropertyPages","features":[163]},{"name":"ITypeChangeEvents","features":[163]},{"name":"ITypeFactory","features":[163]},{"name":"ITypeMarshal","features":[163]},{"name":"IVBFormat","features":[163]},{"name":"IVBGetControl","features":[163]},{"name":"IVariantChangeType","features":[163]},{"name":"IViewObject","features":[163]},{"name":"IViewObject2","features":[163]},{"name":"IViewObjectEx","features":[163]},{"name":"IZoomEvents","features":[163]},{"name":"IsAccelerator","features":[1,163,55]},{"name":"KEYMODIFIERS","features":[163]},{"name":"KEYMOD_ALT","features":[163]},{"name":"KEYMOD_CONTROL","features":[163]},{"name":"KEYMOD_SHIFT","features":[163]},{"name":"LHashValOfNameSys","features":[43,163]},{"name":"LHashValOfNameSysA","features":[43,163]},{"name":"LIBFLAGS","features":[163]},{"name":"LIBFLAG_FCONTROL","features":[163]},{"name":"LIBFLAG_FHASDISKIMAGE","features":[163]},{"name":"LIBFLAG_FHIDDEN","features":[163]},{"name":"LIBFLAG_FRESTRICTED","features":[163]},{"name":"LICINFO","features":[1,163]},{"name":"LOAD_PICTURE_FLAGS","features":[163]},{"name":"LOAD_TLB_AS_32BIT","features":[163]},{"name":"LOAD_TLB_AS_64BIT","features":[163]},{"name":"LOCALE_USE_NLS","features":[163]},{"name":"LPFNOLEUIHOOK","features":[1,163]},{"name":"LP_COLOR","features":[163]},{"name":"LP_DEFAULT","features":[163]},{"name":"LP_MONOCHROME","features":[163]},{"name":"LP_VGACOLOR","features":[163]},{"name":"LoadRegTypeLib","features":[163]},{"name":"LoadTypeLib","features":[163]},{"name":"LoadTypeLibEx","features":[163]},{"name":"MEDIAPLAYBACK_PAUSE","features":[163]},{"name":"MEDIAPLAYBACK_PAUSE_AND_SUSPEND","features":[163]},{"name":"MEDIAPLAYBACK_RESUME","features":[163]},{"name":"MEDIAPLAYBACK_RESUME_FROM_SUSPEND","features":[163]},{"name":"MEDIAPLAYBACK_STATE","features":[163]},{"name":"MEMBERID_NIL","features":[163]},{"name":"METHODDATA","features":[43,163,44]},{"name":"MK_ALT","features":[163]},{"name":"MSOCMDERR_E_CANCELED","features":[163]},{"name":"MSOCMDERR_E_DISABLED","features":[163]},{"name":"MSOCMDERR_E_FIRST","features":[163]},{"name":"MSOCMDERR_E_NOHELP","features":[163]},{"name":"MSOCMDERR_E_NOTSUPPORTED","features":[163]},{"name":"MSOCMDERR_E_UNKNOWNGROUP","features":[163]},{"name":"MULTICLASSINFO_FLAGS","features":[163]},{"name":"MULTICLASSINFO_GETIIDPRIMARY","features":[163]},{"name":"MULTICLASSINFO_GETIIDSOURCE","features":[163]},{"name":"MULTICLASSINFO_GETNUMRESERVEDDISPIDS","features":[163]},{"name":"MULTICLASSINFO_GETTYPEINFO","features":[163]},{"name":"NUMPARSE","features":[163]},{"name":"NUMPARSE_FLAGS","features":[163]},{"name":"NUMPRS_CURRENCY","features":[163]},{"name":"NUMPRS_DECIMAL","features":[163]},{"name":"NUMPRS_EXPONENT","features":[163]},{"name":"NUMPRS_HEX_OCT","features":[163]},{"name":"NUMPRS_INEXACT","features":[163]},{"name":"NUMPRS_LEADING_MINUS","features":[163]},{"name":"NUMPRS_LEADING_PLUS","features":[163]},{"name":"NUMPRS_LEADING_WHITE","features":[163]},{"name":"NUMPRS_NEG","features":[163]},{"name":"NUMPRS_PARENS","features":[163]},{"name":"NUMPRS_STD","features":[163]},{"name":"NUMPRS_THOUSANDS","features":[163]},{"name":"NUMPRS_TRAILING_MINUS","features":[163]},{"name":"NUMPRS_TRAILING_PLUS","features":[163]},{"name":"NUMPRS_TRAILING_WHITE","features":[163]},{"name":"NUMPRS_USE_ALL","features":[163]},{"name":"OBJECTDESCRIPTOR","features":[1,163]},{"name":"OBJECT_PROPERTIES_FLAGS","features":[163]},{"name":"OCM__BASE","features":[163]},{"name":"OCPFIPARAMS","features":[1,163]},{"name":"OF_GET","features":[163]},{"name":"OF_HANDLER","features":[163]},{"name":"OF_SET","features":[163]},{"name":"OLECLOSE","features":[163]},{"name":"OLECLOSE_NOSAVE","features":[163]},{"name":"OLECLOSE_PROMPTSAVE","features":[163]},{"name":"OLECLOSE_SAVEIFDIRTY","features":[163]},{"name":"OLECMD","features":[163]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_CLSID","features":[163]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_DISPLAYNAME","features":[163]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_INSTALLSCOPE","features":[163]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_PUBLISHER","features":[163]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_SOURCEURL","features":[163]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_HWND","features":[163]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_X","features":[163]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_Y","features":[163]},{"name":"OLECMDERR_E_CANCELED","features":[163]},{"name":"OLECMDERR_E_DISABLED","features":[163]},{"name":"OLECMDERR_E_FIRST","features":[163]},{"name":"OLECMDERR_E_NOHELP","features":[163]},{"name":"OLECMDERR_E_NOTSUPPORTED","features":[163]},{"name":"OLECMDERR_E_UNKNOWNGROUP","features":[163]},{"name":"OLECMDEXECOPT","features":[163]},{"name":"OLECMDEXECOPT_DODEFAULT","features":[163]},{"name":"OLECMDEXECOPT_DONTPROMPTUSER","features":[163]},{"name":"OLECMDEXECOPT_PROMPTUSER","features":[163]},{"name":"OLECMDEXECOPT_SHOWHELP","features":[163]},{"name":"OLECMDF","features":[163]},{"name":"OLECMDF_DEFHIDEONCTXTMENU","features":[163]},{"name":"OLECMDF_ENABLED","features":[163]},{"name":"OLECMDF_INVISIBLE","features":[163]},{"name":"OLECMDF_LATCHED","features":[163]},{"name":"OLECMDF_NINCHED","features":[163]},{"name":"OLECMDF_SUPPORTED","features":[163]},{"name":"OLECMDID","features":[163]},{"name":"OLECMDIDF_BROWSERSTATE_BLOCKEDVERSION","features":[163]},{"name":"OLECMDIDF_BROWSERSTATE_DESKTOPHTMLDIALOG","features":[163]},{"name":"OLECMDIDF_BROWSERSTATE_EXTENSIONSOFF","features":[163]},{"name":"OLECMDIDF_BROWSERSTATE_IESECURITY","features":[163]},{"name":"OLECMDIDF_BROWSERSTATE_PROTECTEDMODE_OFF","features":[163]},{"name":"OLECMDIDF_BROWSERSTATE_REQUIRESACTIVEX","features":[163]},{"name":"OLECMDIDF_BROWSERSTATE_RESET","features":[163]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOLAYOUT","features":[163]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOPERSIST","features":[163]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOTRANSIENT","features":[163]},{"name":"OLECMDIDF_OPTICAL_ZOOM_RELOADFORNEWTAB","features":[163]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXDISALLOW","features":[163]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXINSTALL","features":[163]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXTRUSTFAIL","features":[163]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUNSAFE","features":[163]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUSERAPPROVAL","features":[163]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUSERDISABLE","features":[163]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEX_EPM_INCOMPATIBLE","features":[163]},{"name":"OLECMDIDF_PAGEACTION_EXTENSION_COMPAT_BLOCKED","features":[163]},{"name":"OLECMDIDF_PAGEACTION_FILEDOWNLOAD","features":[163]},{"name":"OLECMDIDF_PAGEACTION_GENERIC_STATE","features":[163]},{"name":"OLECMDIDF_PAGEACTION_INTRANETZONEREQUEST","features":[163]},{"name":"OLECMDIDF_PAGEACTION_INVALID_CERT","features":[163]},{"name":"OLECMDIDF_PAGEACTION_LOCALMACHINE","features":[163]},{"name":"OLECMDIDF_PAGEACTION_MIMETEXTPLAIN","features":[163]},{"name":"OLECMDIDF_PAGEACTION_MIXEDCONTENT","features":[163]},{"name":"OLECMDIDF_PAGEACTION_NORESETACTIVEX","features":[163]},{"name":"OLECMDIDF_PAGEACTION_POPUPALLOWED","features":[163]},{"name":"OLECMDIDF_PAGEACTION_POPUPWINDOW","features":[163]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNDENY","features":[163]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNINTERNET","features":[163]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNINTRANET","features":[163]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNLOCALMACHINE","features":[163]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNRESTRICTED","features":[163]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNTRUSTED","features":[163]},{"name":"OLECMDIDF_PAGEACTION_RESET","features":[163]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE","features":[163]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE_ACTIVEXINSTALL","features":[163]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE_ACTIVEXUSERAPPROVAL","features":[163]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTPROMPT","features":[163]},{"name":"OLECMDIDF_PAGEACTION_SPOOFABLEIDNHOST","features":[163]},{"name":"OLECMDIDF_PAGEACTION_WPCBLOCKED","features":[163]},{"name":"OLECMDIDF_PAGEACTION_WPCBLOCKED_ACTIVEX","features":[163]},{"name":"OLECMDIDF_PAGEACTION_XSSFILTERED","features":[163]},{"name":"OLECMDIDF_REFRESH_CLEARUSERINPUT","features":[163]},{"name":"OLECMDIDF_REFRESH_COMPLETELY","features":[163]},{"name":"OLECMDIDF_REFRESH_CONTINUE","features":[163]},{"name":"OLECMDIDF_REFRESH_IFEXPIRED","features":[163]},{"name":"OLECMDIDF_REFRESH_LEVELMASK","features":[163]},{"name":"OLECMDIDF_REFRESH_NORMAL","features":[163]},{"name":"OLECMDIDF_REFRESH_NO_CACHE","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_ACTIVEXINSTALL","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_ALLOW_VERSION","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_FILEDOWNLOAD","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_INVALID_CERT","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_LOCALMACHINE","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_MIXEDCONTENT","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_POPUPWINDOW","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNINTERNET","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNINTRANET","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNLOCALMACHINE","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNRESTRICTED","features":[163]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNTRUSTED","features":[163]},{"name":"OLECMDIDF_REFRESH_PROMPTIFOFFLINE","features":[163]},{"name":"OLECMDIDF_REFRESH_RELOAD","features":[163]},{"name":"OLECMDIDF_REFRESH_SKIPBEFOREUNLOADEVENT","features":[163]},{"name":"OLECMDIDF_REFRESH_THROUGHSCRIPT","features":[163]},{"name":"OLECMDIDF_VIEWPORTMODE_EXCLUDE_VISUAL_BOTTOM","features":[163]},{"name":"OLECMDIDF_VIEWPORTMODE_EXCLUDE_VISUAL_BOTTOM_VALID","features":[163]},{"name":"OLECMDIDF_VIEWPORTMODE_FIXED_LAYOUT_WIDTH","features":[163]},{"name":"OLECMDIDF_VIEWPORTMODE_FIXED_LAYOUT_WIDTH_VALID","features":[163]},{"name":"OLECMDIDF_WINDOWSTATE_ENABLED","features":[163]},{"name":"OLECMDIDF_WINDOWSTATE_ENABLED_VALID","features":[163]},{"name":"OLECMDIDF_WINDOWSTATE_USERVISIBLE","features":[163]},{"name":"OLECMDIDF_WINDOWSTATE_USERVISIBLE_VALID","features":[163]},{"name":"OLECMDID_ACTIVEXINSTALLSCOPE","features":[163]},{"name":"OLECMDID_ADDTRAVELENTRY","features":[163]},{"name":"OLECMDID_ALLOWUILESSSAVEAS","features":[163]},{"name":"OLECMDID_BROWSERSTATEFLAG","features":[163]},{"name":"OLECMDID_CLEARSELECTION","features":[163]},{"name":"OLECMDID_CLOSE","features":[163]},{"name":"OLECMDID_COPY","features":[163]},{"name":"OLECMDID_CUT","features":[163]},{"name":"OLECMDID_DELETE","features":[163]},{"name":"OLECMDID_DONTDOWNLOADCSS","features":[163]},{"name":"OLECMDID_ENABLE_INTERACTION","features":[163]},{"name":"OLECMDID_ENABLE_VISIBILITY","features":[163]},{"name":"OLECMDID_EXITFULLSCREEN","features":[163]},{"name":"OLECMDID_FIND","features":[163]},{"name":"OLECMDID_FOCUSVIEWCONTROLS","features":[163]},{"name":"OLECMDID_FOCUSVIEWCONTROLSQUERY","features":[163]},{"name":"OLECMDID_GETPRINTTEMPLATE","features":[163]},{"name":"OLECMDID_GETUSERSCALABLE","features":[163]},{"name":"OLECMDID_GETZOOMRANGE","features":[163]},{"name":"OLECMDID_HIDETOOLBARS","features":[163]},{"name":"OLECMDID_HTTPEQUIV","features":[163]},{"name":"OLECMDID_HTTPEQUIV_DONE","features":[163]},{"name":"OLECMDID_LAYOUT_VIEWPORT_WIDTH","features":[163]},{"name":"OLECMDID_MEDIA_PLAYBACK","features":[163]},{"name":"OLECMDID_NEW","features":[163]},{"name":"OLECMDID_ONBEFOREUNLOAD","features":[163]},{"name":"OLECMDID_ONTOOLBARACTIVATED","features":[163]},{"name":"OLECMDID_ONUNLOAD","features":[163]},{"name":"OLECMDID_OPEN","features":[163]},{"name":"OLECMDID_OPTICAL_GETZOOMRANGE","features":[163]},{"name":"OLECMDID_OPTICAL_ZOOM","features":[163]},{"name":"OLECMDID_OPTICAL_ZOOMFLAG","features":[163]},{"name":"OLECMDID_PAGEACTIONBLOCKED","features":[163]},{"name":"OLECMDID_PAGEACTIONFLAG","features":[163]},{"name":"OLECMDID_PAGEACTIONUIQUERY","features":[163]},{"name":"OLECMDID_PAGEAVAILABLE","features":[163]},{"name":"OLECMDID_PAGESETUP","features":[163]},{"name":"OLECMDID_PASTE","features":[163]},{"name":"OLECMDID_PASTESPECIAL","features":[163]},{"name":"OLECMDID_POPSTATEEVENT","features":[163]},{"name":"OLECMDID_PREREFRESH","features":[163]},{"name":"OLECMDID_PRINT","features":[163]},{"name":"OLECMDID_PRINT2","features":[163]},{"name":"OLECMDID_PRINTPREVIEW","features":[163]},{"name":"OLECMDID_PRINTPREVIEW2","features":[163]},{"name":"OLECMDID_PROPERTIES","features":[163]},{"name":"OLECMDID_PROPERTYBAG2","features":[163]},{"name":"OLECMDID_REDO","features":[163]},{"name":"OLECMDID_REFRESH","features":[163]},{"name":"OLECMDID_REFRESHFLAG","features":[163]},{"name":"OLECMDID_SAVE","features":[163]},{"name":"OLECMDID_SAVEAS","features":[163]},{"name":"OLECMDID_SAVECOPYAS","features":[163]},{"name":"OLECMDID_SCROLLCOMPLETE","features":[163]},{"name":"OLECMDID_SELECTALL","features":[163]},{"name":"OLECMDID_SETDOWNLOADSTATE","features":[163]},{"name":"OLECMDID_SETFAVICON","features":[163]},{"name":"OLECMDID_SETPRINTTEMPLATE","features":[163]},{"name":"OLECMDID_SETPROGRESSMAX","features":[163]},{"name":"OLECMDID_SETPROGRESSPOS","features":[163]},{"name":"OLECMDID_SETPROGRESSTEXT","features":[163]},{"name":"OLECMDID_SETTITLE","features":[163]},{"name":"OLECMDID_SET_HOST_FULLSCREENMODE","features":[163]},{"name":"OLECMDID_SHOWFIND","features":[163]},{"name":"OLECMDID_SHOWMESSAGE","features":[163]},{"name":"OLECMDID_SHOWMESSAGE_BLOCKABLE","features":[163]},{"name":"OLECMDID_SHOWPAGEACTIONMENU","features":[163]},{"name":"OLECMDID_SHOWPAGESETUP","features":[163]},{"name":"OLECMDID_SHOWPRINT","features":[163]},{"name":"OLECMDID_SHOWSCRIPTERROR","features":[163]},{"name":"OLECMDID_SHOWTASKDLG","features":[163]},{"name":"OLECMDID_SHOWTASKDLG_BLOCKABLE","features":[163]},{"name":"OLECMDID_SPELL","features":[163]},{"name":"OLECMDID_STOP","features":[163]},{"name":"OLECMDID_STOPDOWNLOAD","features":[163]},{"name":"OLECMDID_UNDO","features":[163]},{"name":"OLECMDID_UPDATEBACKFORWARDSTATE","features":[163]},{"name":"OLECMDID_UPDATECOMMANDS","features":[163]},{"name":"OLECMDID_UPDATEPAGESTATUS","features":[163]},{"name":"OLECMDID_UPDATETRAVELENTRY","features":[163]},{"name":"OLECMDID_UPDATETRAVELENTRY_DATARECOVERY","features":[163]},{"name":"OLECMDID_UPDATE_CARET","features":[163]},{"name":"OLECMDID_USER_OPTICAL_ZOOM","features":[163]},{"name":"OLECMDID_VIEWPORT_MODE","features":[163]},{"name":"OLECMDID_VIEWPORT_MODE_FLAG","features":[163]},{"name":"OLECMDID_VISUAL_VIEWPORT_EXCLUDE_BOTTOM","features":[163]},{"name":"OLECMDID_WINDOWSTATECHANGED","features":[163]},{"name":"OLECMDID_WINDOWSTATE_FLAG","features":[163]},{"name":"OLECMDID_ZOOM","features":[163]},{"name":"OLECMDTEXT","features":[163]},{"name":"OLECMDTEXTF","features":[163]},{"name":"OLECMDTEXTF_NAME","features":[163]},{"name":"OLECMDTEXTF_NONE","features":[163]},{"name":"OLECMDTEXTF_STATUS","features":[163]},{"name":"OLECMD_TASKDLGID_ONBEFOREUNLOAD","features":[163]},{"name":"OLECONTF","features":[163]},{"name":"OLECONTF_EMBEDDINGS","features":[163]},{"name":"OLECONTF_LINKS","features":[163]},{"name":"OLECONTF_ONLYIFRUNNING","features":[163]},{"name":"OLECONTF_ONLYUSER","features":[163]},{"name":"OLECONTF_OTHERS","features":[163]},{"name":"OLECREATE","features":[163]},{"name":"OLECREATE_LEAVERUNNING","features":[163]},{"name":"OLECREATE_ZERO","features":[163]},{"name":"OLEDCFLAGS","features":[163]},{"name":"OLEDC_NODRAW","features":[163]},{"name":"OLEDC_OFFSCREEN","features":[163]},{"name":"OLEDC_PAINTBKGND","features":[163]},{"name":"OLEGETMONIKER","features":[163]},{"name":"OLEGETMONIKER_FORCEASSIGN","features":[163]},{"name":"OLEGETMONIKER_ONLYIFTHERE","features":[163]},{"name":"OLEGETMONIKER_TEMPFORUSER","features":[163]},{"name":"OLEGETMONIKER_UNASSIGN","features":[163]},{"name":"OLEINPLACEFRAMEINFO","features":[1,163,55]},{"name":"OLEIVERB","features":[163]},{"name":"OLEIVERB_DISCARDUNDOSTATE","features":[163]},{"name":"OLEIVERB_HIDE","features":[163]},{"name":"OLEIVERB_INPLACEACTIVATE","features":[163]},{"name":"OLEIVERB_OPEN","features":[163]},{"name":"OLEIVERB_PRIMARY","features":[163]},{"name":"OLEIVERB_PROPERTIES","features":[163]},{"name":"OLEIVERB_SHOW","features":[163]},{"name":"OLEIVERB_UIACTIVATE","features":[163]},{"name":"OLELINKBIND","features":[163]},{"name":"OLELINKBIND_EVENIFCLASSDIFF","features":[163]},{"name":"OLEMENUGROUPWIDTHS","features":[163]},{"name":"OLEMISC","features":[163]},{"name":"OLEMISC_ACTIVATEWHENVISIBLE","features":[163]},{"name":"OLEMISC_ACTSLIKEBUTTON","features":[163]},{"name":"OLEMISC_ACTSLIKELABEL","features":[163]},{"name":"OLEMISC_ALIGNABLE","features":[163]},{"name":"OLEMISC_ALWAYSRUN","features":[163]},{"name":"OLEMISC_CANLINKBYOLE1","features":[163]},{"name":"OLEMISC_CANTLINKINSIDE","features":[163]},{"name":"OLEMISC_IGNOREACTIVATEWHENVISIBLE","features":[163]},{"name":"OLEMISC_IMEMODE","features":[163]},{"name":"OLEMISC_INSERTNOTREPLACE","features":[163]},{"name":"OLEMISC_INSIDEOUT","features":[163]},{"name":"OLEMISC_INVISIBLEATRUNTIME","features":[163]},{"name":"OLEMISC_ISLINKOBJECT","features":[163]},{"name":"OLEMISC_NOUIACTIVATE","features":[163]},{"name":"OLEMISC_ONLYICONIC","features":[163]},{"name":"OLEMISC_RECOMPOSEONRESIZE","features":[163]},{"name":"OLEMISC_RENDERINGISDEVICEINDEPENDENT","features":[163]},{"name":"OLEMISC_SETCLIENTSITEFIRST","features":[163]},{"name":"OLEMISC_SIMPLEFRAME","features":[163]},{"name":"OLEMISC_STATIC","features":[163]},{"name":"OLEMISC_SUPPORTSMULTILEVELUNDO","features":[163]},{"name":"OLEMISC_WANTSTOMENUMERGE","features":[163]},{"name":"OLERENDER","features":[163]},{"name":"OLERENDER_ASIS","features":[163]},{"name":"OLERENDER_DRAW","features":[163]},{"name":"OLERENDER_FORMAT","features":[163]},{"name":"OLERENDER_NONE","features":[163]},{"name":"OLESTDDELIM","features":[163]},{"name":"OLESTREAMQUERYCONVERTOLELINKCALLBACK","features":[163]},{"name":"OLESTREAM_CONVERSION_DEFAULT","features":[163]},{"name":"OLESTREAM_CONVERSION_DISABLEOLELINK","features":[163]},{"name":"OLEUIBUSYA","features":[1,85,163]},{"name":"OLEUIBUSYW","features":[1,85,163]},{"name":"OLEUICHANGEICONA","features":[1,163]},{"name":"OLEUICHANGEICONW","features":[1,163]},{"name":"OLEUICHANGESOURCEA","features":[1,163,91]},{"name":"OLEUICHANGESOURCEW","features":[1,163,91]},{"name":"OLEUICONVERTA","features":[1,163]},{"name":"OLEUICONVERTW","features":[1,163]},{"name":"OLEUIEDITLINKSA","features":[1,163]},{"name":"OLEUIEDITLINKSW","features":[1,163]},{"name":"OLEUIGNRLPROPSA","features":[1,13,163,42,55]},{"name":"OLEUIGNRLPROPSW","features":[1,13,163,42,55]},{"name":"OLEUIINSERTOBJECTA","features":[1,43,163]},{"name":"OLEUIINSERTOBJECTW","features":[1,43,163]},{"name":"OLEUILINKPROPSA","features":[1,13,163,42,55]},{"name":"OLEUILINKPROPSW","features":[1,13,163,42,55]},{"name":"OLEUIOBJECTPROPSA","features":[1,13,163,42,55]},{"name":"OLEUIOBJECTPROPSW","features":[1,13,163,42,55]},{"name":"OLEUIPASTEENTRYA","features":[43,163]},{"name":"OLEUIPASTEENTRYW","features":[43,163]},{"name":"OLEUIPASTEFLAG","features":[163]},{"name":"OLEUIPASTESPECIALA","features":[1,43,163]},{"name":"OLEUIPASTESPECIALW","features":[1,43,163]},{"name":"OLEUIPASTE_ENABLEICON","features":[163]},{"name":"OLEUIPASTE_LINKANYTYPE","features":[163]},{"name":"OLEUIPASTE_LINKTYPE1","features":[163]},{"name":"OLEUIPASTE_LINKTYPE2","features":[163]},{"name":"OLEUIPASTE_LINKTYPE3","features":[163]},{"name":"OLEUIPASTE_LINKTYPE4","features":[163]},{"name":"OLEUIPASTE_LINKTYPE5","features":[163]},{"name":"OLEUIPASTE_LINKTYPE6","features":[163]},{"name":"OLEUIPASTE_LINKTYPE7","features":[163]},{"name":"OLEUIPASTE_LINKTYPE8","features":[163]},{"name":"OLEUIPASTE_PASTE","features":[163]},{"name":"OLEUIPASTE_PASTEONLY","features":[163]},{"name":"OLEUIVIEWPROPSA","features":[1,13,163,42,55]},{"name":"OLEUIVIEWPROPSW","features":[1,13,163,42,55]},{"name":"OLEUI_BZERR_HTASKINVALID","features":[163]},{"name":"OLEUI_BZ_CALLUNBLOCKED","features":[163]},{"name":"OLEUI_BZ_RETRYSELECTED","features":[163]},{"name":"OLEUI_BZ_SWITCHTOSELECTED","features":[163]},{"name":"OLEUI_CANCEL","features":[163]},{"name":"OLEUI_CIERR_MUSTHAVECLSID","features":[163]},{"name":"OLEUI_CIERR_MUSTHAVECURRENTMETAFILE","features":[163]},{"name":"OLEUI_CIERR_SZICONEXEINVALID","features":[163]},{"name":"OLEUI_CSERR_FROMNOTNULL","features":[163]},{"name":"OLEUI_CSERR_LINKCNTRINVALID","features":[163]},{"name":"OLEUI_CSERR_LINKCNTRNULL","features":[163]},{"name":"OLEUI_CSERR_SOURCEINVALID","features":[163]},{"name":"OLEUI_CSERR_SOURCENULL","features":[163]},{"name":"OLEUI_CSERR_SOURCEPARSEERROR","features":[163]},{"name":"OLEUI_CSERR_SOURCEPARSERROR","features":[163]},{"name":"OLEUI_CSERR_TONOTNULL","features":[163]},{"name":"OLEUI_CTERR_CBFORMATINVALID","features":[163]},{"name":"OLEUI_CTERR_CLASSIDINVALID","features":[163]},{"name":"OLEUI_CTERR_DVASPECTINVALID","features":[163]},{"name":"OLEUI_CTERR_HMETAPICTINVALID","features":[163]},{"name":"OLEUI_CTERR_STRINGINVALID","features":[163]},{"name":"OLEUI_ELERR_LINKCNTRINVALID","features":[163]},{"name":"OLEUI_ELERR_LINKCNTRNULL","features":[163]},{"name":"OLEUI_ERR_CBSTRUCTINCORRECT","features":[163]},{"name":"OLEUI_ERR_DIALOGFAILURE","features":[163]},{"name":"OLEUI_ERR_FINDTEMPLATEFAILURE","features":[163]},{"name":"OLEUI_ERR_GLOBALMEMALLOC","features":[163]},{"name":"OLEUI_ERR_HINSTANCEINVALID","features":[163]},{"name":"OLEUI_ERR_HRESOURCEINVALID","features":[163]},{"name":"OLEUI_ERR_HWNDOWNERINVALID","features":[163]},{"name":"OLEUI_ERR_LOADSTRING","features":[163]},{"name":"OLEUI_ERR_LOADTEMPLATEFAILURE","features":[163]},{"name":"OLEUI_ERR_LOCALMEMALLOC","features":[163]},{"name":"OLEUI_ERR_LPFNHOOKINVALID","features":[163]},{"name":"OLEUI_ERR_LPSZCAPTIONINVALID","features":[163]},{"name":"OLEUI_ERR_LPSZTEMPLATEINVALID","features":[163]},{"name":"OLEUI_ERR_OLEMEMALLOC","features":[163]},{"name":"OLEUI_ERR_STANDARDMAX","features":[163]},{"name":"OLEUI_ERR_STANDARDMIN","features":[163]},{"name":"OLEUI_ERR_STRUCTUREINVALID","features":[163]},{"name":"OLEUI_ERR_STRUCTURENULL","features":[163]},{"name":"OLEUI_FALSE","features":[163]},{"name":"OLEUI_GPERR_CBFORMATINVALID","features":[163]},{"name":"OLEUI_GPERR_CLASSIDINVALID","features":[163]},{"name":"OLEUI_GPERR_LPCLSIDEXCLUDEINVALID","features":[163]},{"name":"OLEUI_GPERR_STRINGINVALID","features":[163]},{"name":"OLEUI_IOERR_ARRLINKTYPESINVALID","features":[163]},{"name":"OLEUI_IOERR_ARRPASTEENTRIESINVALID","features":[163]},{"name":"OLEUI_IOERR_CCHFILEINVALID","features":[163]},{"name":"OLEUI_IOERR_HICONINVALID","features":[163]},{"name":"OLEUI_IOERR_LPCLSIDEXCLUDEINVALID","features":[163]},{"name":"OLEUI_IOERR_LPFORMATETCINVALID","features":[163]},{"name":"OLEUI_IOERR_LPIOLECLIENTSITEINVALID","features":[163]},{"name":"OLEUI_IOERR_LPISTORAGEINVALID","features":[163]},{"name":"OLEUI_IOERR_LPSZFILEINVALID","features":[163]},{"name":"OLEUI_IOERR_LPSZLABELINVALID","features":[163]},{"name":"OLEUI_IOERR_PPVOBJINVALID","features":[163]},{"name":"OLEUI_IOERR_SCODEHASERROR","features":[163]},{"name":"OLEUI_IOERR_SRCDATAOBJECTINVALID","features":[163]},{"name":"OLEUI_LPERR_LINKCNTRINVALID","features":[163]},{"name":"OLEUI_LPERR_LINKCNTRNULL","features":[163]},{"name":"OLEUI_OK","features":[163]},{"name":"OLEUI_OPERR_DLGPROCNOTNULL","features":[163]},{"name":"OLEUI_OPERR_INVALIDPAGES","features":[163]},{"name":"OLEUI_OPERR_LINKINFOINVALID","features":[163]},{"name":"OLEUI_OPERR_LPARAMNOTZERO","features":[163]},{"name":"OLEUI_OPERR_NOTSUPPORTED","features":[163]},{"name":"OLEUI_OPERR_OBJINFOINVALID","features":[163]},{"name":"OLEUI_OPERR_PAGESINCORRECT","features":[163]},{"name":"OLEUI_OPERR_PROPERTYSHEET","features":[163]},{"name":"OLEUI_OPERR_PROPSHEETINVALID","features":[163]},{"name":"OLEUI_OPERR_PROPSHEETNULL","features":[163]},{"name":"OLEUI_OPERR_PROPSINVALID","features":[163]},{"name":"OLEUI_OPERR_SUBPROPINVALID","features":[163]},{"name":"OLEUI_OPERR_SUBPROPNULL","features":[163]},{"name":"OLEUI_OPERR_SUPPROP","features":[163]},{"name":"OLEUI_PSERR_CLIPBOARDCHANGED","features":[163]},{"name":"OLEUI_PSERR_GETCLIPBOARDFAILED","features":[163]},{"name":"OLEUI_QUERY_GETCLASSID","features":[163]},{"name":"OLEUI_QUERY_LINKBROKEN","features":[163]},{"name":"OLEUI_SUCCESS","features":[163]},{"name":"OLEUI_VPERR_DVASPECTINVALID","features":[163]},{"name":"OLEUI_VPERR_METAPICTINVALID","features":[163]},{"name":"OLEUPDATE","features":[163]},{"name":"OLEUPDATE_ALWAYS","features":[163]},{"name":"OLEUPDATE_ONCALL","features":[163]},{"name":"OLEVERB","features":[163,55]},{"name":"OLEVERBATTRIB","features":[163]},{"name":"OLEVERBATTRIB_NEVERDIRTIES","features":[163]},{"name":"OLEVERBATTRIB_ONCONTAINERMENU","features":[163]},{"name":"OLEVERB_PRIMARY","features":[163]},{"name":"OLEWHICHMK","features":[163]},{"name":"OLEWHICHMK_CONTAINER","features":[163]},{"name":"OLEWHICHMK_OBJFULL","features":[163]},{"name":"OLEWHICHMK_OBJREL","features":[163]},{"name":"OLE_HANDLE","features":[163]},{"name":"OLE_TRISTATE","features":[163]},{"name":"OPF_DISABLECONVERT","features":[163]},{"name":"OPF_NOFILLDEFAULT","features":[163]},{"name":"OPF_OBJECTISLINK","features":[163]},{"name":"OPF_SHOWHELP","features":[163]},{"name":"OT_EMBEDDED","features":[163]},{"name":"OT_LINK","features":[163]},{"name":"OT_STATIC","features":[163]},{"name":"OaBuildVersion","features":[163]},{"name":"OaEnablePerUserTLibRegistration","features":[163]},{"name":"OleBuildVersion","features":[163]},{"name":"OleConvertOLESTREAMToIStorage2","features":[70,163]},{"name":"OleConvertOLESTREAMToIStorageEx2","features":[1,13,70,163]},{"name":"OleCreate","features":[43,163]},{"name":"OleCreateDefaultHandler","features":[163]},{"name":"OleCreateEmbeddingHelper","features":[163]},{"name":"OleCreateEx","features":[43,163]},{"name":"OleCreateFontIndirect","features":[1,43,163]},{"name":"OleCreateFromData","features":[43,163]},{"name":"OleCreateFromDataEx","features":[43,163]},{"name":"OleCreateFromFile","features":[43,163]},{"name":"OleCreateFromFileEx","features":[43,163]},{"name":"OleCreateLink","features":[43,163]},{"name":"OleCreateLinkEx","features":[43,163]},{"name":"OleCreateLinkFromData","features":[43,163]},{"name":"OleCreateLinkFromDataEx","features":[43,163]},{"name":"OleCreateLinkToFile","features":[43,163]},{"name":"OleCreateLinkToFileEx","features":[43,163]},{"name":"OleCreateMenuDescriptor","features":[163,55]},{"name":"OleCreatePictureIndirect","features":[1,13,163,55]},{"name":"OleCreatePropertyFrame","features":[1,163]},{"name":"OleCreatePropertyFrameIndirect","features":[1,163]},{"name":"OleCreateStaticFromData","features":[43,163]},{"name":"OleDestroyMenuDescriptor","features":[163]},{"name":"OleDoAutoConvert","features":[163]},{"name":"OleDraw","features":[1,13,163]},{"name":"OleDuplicateData","features":[1,21,163]},{"name":"OleFlushClipboard","features":[163]},{"name":"OleGetAutoConvert","features":[163]},{"name":"OleGetClipboard","features":[163]},{"name":"OleGetClipboardWithEnterpriseInfo","features":[163]},{"name":"OleGetIconOfClass","features":[1,163]},{"name":"OleGetIconOfFile","features":[1,163]},{"name":"OleIconToCursor","features":[1,163,55]},{"name":"OleInitialize","features":[163]},{"name":"OleIsCurrentClipboard","features":[163]},{"name":"OleIsRunning","features":[1,163]},{"name":"OleLoad","features":[163]},{"name":"OleLoadFromStream","features":[163]},{"name":"OleLoadPicture","features":[1,163]},{"name":"OleLoadPictureEx","features":[1,163]},{"name":"OleLoadPictureFile","features":[1,43,163,44]},{"name":"OleLoadPictureFileEx","features":[1,43,163,44]},{"name":"OleLoadPicturePath","features":[163]},{"name":"OleLockRunning","features":[1,163]},{"name":"OleMetafilePictFromIconAndLabel","features":[1,163,55]},{"name":"OleNoteObjectVisible","features":[1,163]},{"name":"OleQueryCreateFromData","features":[163]},{"name":"OleQueryLinkFromData","features":[163]},{"name":"OleRegEnumFormatEtc","features":[163]},{"name":"OleRegEnumVerbs","features":[163]},{"name":"OleRegGetMiscStatus","features":[163]},{"name":"OleRegGetUserType","features":[163]},{"name":"OleRun","features":[163]},{"name":"OleSave","features":[1,163]},{"name":"OleSavePictureFile","features":[163]},{"name":"OleSaveToStream","features":[163]},{"name":"OleSetAutoConvert","features":[163]},{"name":"OleSetClipboard","features":[163]},{"name":"OleSetContainedObject","features":[1,163]},{"name":"OleSetMenuDescriptor","features":[1,163]},{"name":"OleTranslateAccelerator","features":[1,163,55]},{"name":"OleTranslateColor","features":[1,13,163]},{"name":"OleUIAddVerbMenuA","features":[1,163,55]},{"name":"OleUIAddVerbMenuW","features":[1,163,55]},{"name":"OleUIBusyA","features":[1,85,163]},{"name":"OleUIBusyW","features":[1,85,163]},{"name":"OleUICanConvertOrActivateAs","features":[1,163]},{"name":"OleUIChangeIconA","features":[1,163]},{"name":"OleUIChangeIconW","features":[1,163]},{"name":"OleUIChangeSourceA","features":[1,163,91]},{"name":"OleUIChangeSourceW","features":[1,163,91]},{"name":"OleUIConvertA","features":[1,163]},{"name":"OleUIConvertW","features":[1,163]},{"name":"OleUIEditLinksA","features":[1,163]},{"name":"OleUIEditLinksW","features":[1,163]},{"name":"OleUIInsertObjectA","features":[1,43,163]},{"name":"OleUIInsertObjectW","features":[1,43,163]},{"name":"OleUIObjectPropertiesA","features":[1,13,163,42,55]},{"name":"OleUIObjectPropertiesW","features":[1,13,163,42,55]},{"name":"OleUIPasteSpecialA","features":[1,43,163]},{"name":"OleUIPasteSpecialW","features":[1,43,163]},{"name":"OleUIPromptUserA","features":[1,163]},{"name":"OleUIPromptUserW","features":[1,163]},{"name":"OleUIUpdateLinksA","features":[1,163]},{"name":"OleUIUpdateLinksW","features":[1,163]},{"name":"OleUninitialize","features":[163]},{"name":"PAGEACTION_UI","features":[163]},{"name":"PAGEACTION_UI_DEFAULT","features":[163]},{"name":"PAGEACTION_UI_MODAL","features":[163]},{"name":"PAGEACTION_UI_MODELESS","features":[163]},{"name":"PAGEACTION_UI_SILENT","features":[163]},{"name":"PAGERANGE","features":[163]},{"name":"PAGESET","features":[1,163]},{"name":"PARAMDATA","features":[163,44]},{"name":"PARAMDESC","features":[1,43,163,44]},{"name":"PARAMDESCEX","features":[1,43,163,44]},{"name":"PARAMFLAGS","features":[163]},{"name":"PARAMFLAG_FHASCUSTDATA","features":[163]},{"name":"PARAMFLAG_FHASDEFAULT","features":[163]},{"name":"PARAMFLAG_FIN","features":[163]},{"name":"PARAMFLAG_FLCID","features":[163]},{"name":"PARAMFLAG_FOPT","features":[163]},{"name":"PARAMFLAG_FOUT","features":[163]},{"name":"PARAMFLAG_FRETVAL","features":[163]},{"name":"PARAMFLAG_NONE","features":[163]},{"name":"PASTE_SPECIAL_FLAGS","features":[163]},{"name":"PERPROP_E_FIRST","features":[163]},{"name":"PERPROP_E_LAST","features":[163]},{"name":"PERPROP_E_NOPAGEAVAILABLE","features":[163]},{"name":"PERPROP_S_FIRST","features":[163]},{"name":"PERPROP_S_LAST","features":[163]},{"name":"PICTDESC","features":[13,163,55]},{"name":"PICTUREATTRIBUTES","features":[163]},{"name":"PICTURE_SCALABLE","features":[163]},{"name":"PICTURE_TRANSPARENT","features":[163]},{"name":"PICTYPE","features":[163]},{"name":"PICTYPE_BITMAP","features":[163]},{"name":"PICTYPE_ENHMETAFILE","features":[163]},{"name":"PICTYPE_ICON","features":[163]},{"name":"PICTYPE_METAFILE","features":[163]},{"name":"PICTYPE_NONE","features":[163]},{"name":"PICTYPE_UNINITIALIZED","features":[163]},{"name":"POINTERINACTIVE","features":[163]},{"name":"POINTERINACTIVE_ACTIVATEONDRAG","features":[163]},{"name":"POINTERINACTIVE_ACTIVATEONENTRY","features":[163]},{"name":"POINTERINACTIVE_DEACTIVATEONLEAVE","features":[163]},{"name":"POINTF","features":[163]},{"name":"PRINTFLAG","features":[163]},{"name":"PRINTFLAG_DONTACTUALLYPRINT","features":[163]},{"name":"PRINTFLAG_FORCEPROPERTIES","features":[163]},{"name":"PRINTFLAG_MAYBOTHERUSER","features":[163]},{"name":"PRINTFLAG_PRINTTOFILE","features":[163]},{"name":"PRINTFLAG_PROMPTUSER","features":[163]},{"name":"PRINTFLAG_RECOMPOSETODEVICE","features":[163]},{"name":"PRINTFLAG_USERMAYCHANGEPRINTER","features":[163]},{"name":"PROPBAG2_TYPE","features":[163]},{"name":"PROPBAG2_TYPE_DATA","features":[163]},{"name":"PROPBAG2_TYPE_MONIKER","features":[163]},{"name":"PROPBAG2_TYPE_OBJECT","features":[163]},{"name":"PROPBAG2_TYPE_STORAGE","features":[163]},{"name":"PROPBAG2_TYPE_STREAM","features":[163]},{"name":"PROPBAG2_TYPE_UNDEFINED","features":[163]},{"name":"PROPBAG2_TYPE_URL","features":[163]},{"name":"PROPPAGEINFO","features":[1,163]},{"name":"PROPPAGESTATUS","features":[163]},{"name":"PROPPAGESTATUS_CLEAN","features":[163]},{"name":"PROPPAGESTATUS_DIRTY","features":[163]},{"name":"PROPPAGESTATUS_VALIDATE","features":[163]},{"name":"PROP_HWND_CHGICONDLG","features":[163]},{"name":"PSF_CHECKDISPLAYASICON","features":[163]},{"name":"PSF_DISABLEDISPLAYASICON","features":[163]},{"name":"PSF_HIDECHANGEICON","features":[163]},{"name":"PSF_NOREFRESHDATAOBJECT","features":[163]},{"name":"PSF_SELECTPASTE","features":[163]},{"name":"PSF_SELECTPASTELINK","features":[163]},{"name":"PSF_SHOWHELP","features":[163]},{"name":"PSF_STAYONCLIPBOARDCHANGE","features":[163]},{"name":"PS_MAXLINKTYPES","features":[163]},{"name":"QACONTAINER","features":[13,163]},{"name":"QACONTAINERFLAGS","features":[163]},{"name":"QACONTAINER_AUTOCLIP","features":[163]},{"name":"QACONTAINER_DISPLAYASDEFAULT","features":[163]},{"name":"QACONTAINER_MESSAGEREFLECT","features":[163]},{"name":"QACONTAINER_SHOWGRABHANDLES","features":[163]},{"name":"QACONTAINER_SHOWHATCHING","features":[163]},{"name":"QACONTAINER_SUPPORTSMNEMONICS","features":[163]},{"name":"QACONTAINER_UIDEAD","features":[163]},{"name":"QACONTAINER_USERMODE","features":[163]},{"name":"QACONTROL","features":[163]},{"name":"QueryPathOfRegTypeLib","features":[163]},{"name":"READYSTATE","features":[163]},{"name":"READYSTATE_COMPLETE","features":[163]},{"name":"READYSTATE_INTERACTIVE","features":[163]},{"name":"READYSTATE_LOADED","features":[163]},{"name":"READYSTATE_LOADING","features":[163]},{"name":"READYSTATE_UNINITIALIZED","features":[163]},{"name":"REGKIND","features":[163]},{"name":"REGKIND_DEFAULT","features":[163]},{"name":"REGKIND_NONE","features":[163]},{"name":"REGKIND_REGISTER","features":[163]},{"name":"RegisterActiveObject","features":[163]},{"name":"RegisterDragDrop","features":[1,163]},{"name":"RegisterTypeLib","features":[163]},{"name":"RegisterTypeLibForUser","features":[163]},{"name":"ReleaseStgMedium","features":[1,13,43,163]},{"name":"RevokeActiveObject","features":[163]},{"name":"RevokeDragDrop","features":[1,163]},{"name":"SAFEARRAYUNION","features":[1,43,163]},{"name":"SAFEARR_BRECORD","features":[163]},{"name":"SAFEARR_BSTR","features":[43,163]},{"name":"SAFEARR_DISPATCH","features":[163]},{"name":"SAFEARR_HAVEIID","features":[163]},{"name":"SAFEARR_UNKNOWN","features":[163]},{"name":"SAFEARR_VARIANT","features":[1,43,163]},{"name":"SELFREG_E_CLASS","features":[163]},{"name":"SELFREG_E_FIRST","features":[163]},{"name":"SELFREG_E_LAST","features":[163]},{"name":"SELFREG_E_TYPELIB","features":[163]},{"name":"SELFREG_S_FIRST","features":[163]},{"name":"SELFREG_S_LAST","features":[163]},{"name":"SF_BSTR","features":[163]},{"name":"SF_DISPATCH","features":[163]},{"name":"SF_ERROR","features":[163]},{"name":"SF_HAVEIID","features":[163]},{"name":"SF_I1","features":[163]},{"name":"SF_I2","features":[163]},{"name":"SF_I4","features":[163]},{"name":"SF_I8","features":[163]},{"name":"SF_RECORD","features":[163]},{"name":"SF_TYPE","features":[163]},{"name":"SF_UNKNOWN","features":[163]},{"name":"SF_VARIANT","features":[163]},{"name":"SID_GetCaller","features":[163]},{"name":"SID_ProvideRuntimeContext","features":[163]},{"name":"SID_VariantConversion","features":[163]},{"name":"STDOLE2_LCID","features":[163]},{"name":"STDOLE2_MAJORVERNUM","features":[163]},{"name":"STDOLE2_MINORVERNUM","features":[163]},{"name":"STDOLE_LCID","features":[163]},{"name":"STDOLE_MAJORVERNUM","features":[163]},{"name":"STDOLE_MINORVERNUM","features":[163]},{"name":"STDOLE_TLB","features":[163]},{"name":"STDTYPE_TLB","features":[163]},{"name":"SZOLEUI_MSG_ADDCONTROL","features":[163]},{"name":"SZOLEUI_MSG_BROWSE","features":[163]},{"name":"SZOLEUI_MSG_BROWSE_OFN","features":[163]},{"name":"SZOLEUI_MSG_CHANGEICON","features":[163]},{"name":"SZOLEUI_MSG_CHANGESOURCE","features":[163]},{"name":"SZOLEUI_MSG_CLOSEBUSYDIALOG","features":[163]},{"name":"SZOLEUI_MSG_CONVERT","features":[163]},{"name":"SZOLEUI_MSG_ENDDIALOG","features":[163]},{"name":"SZOLEUI_MSG_HELP","features":[163]},{"name":"SafeArrayAccessData","features":[43,163]},{"name":"SafeArrayAddRef","features":[43,163]},{"name":"SafeArrayAllocData","features":[43,163]},{"name":"SafeArrayAllocDescriptor","features":[43,163]},{"name":"SafeArrayAllocDescriptorEx","features":[43,163,44]},{"name":"SafeArrayCopy","features":[43,163]},{"name":"SafeArrayCopyData","features":[43,163]},{"name":"SafeArrayCreate","features":[43,163,44]},{"name":"SafeArrayCreateEx","features":[43,163,44]},{"name":"SafeArrayCreateVector","features":[43,163,44]},{"name":"SafeArrayCreateVectorEx","features":[43,163,44]},{"name":"SafeArrayDestroy","features":[43,163]},{"name":"SafeArrayDestroyData","features":[43,163]},{"name":"SafeArrayDestroyDescriptor","features":[43,163]},{"name":"SafeArrayGetDim","features":[43,163]},{"name":"SafeArrayGetElement","features":[43,163]},{"name":"SafeArrayGetElemsize","features":[43,163]},{"name":"SafeArrayGetIID","features":[43,163]},{"name":"SafeArrayGetLBound","features":[43,163]},{"name":"SafeArrayGetRecordInfo","features":[43,163]},{"name":"SafeArrayGetUBound","features":[43,163]},{"name":"SafeArrayGetVartype","features":[43,163,44]},{"name":"SafeArrayLock","features":[43,163]},{"name":"SafeArrayPtrOfIndex","features":[43,163]},{"name":"SafeArrayPutElement","features":[43,163]},{"name":"SafeArrayRedim","features":[43,163]},{"name":"SafeArrayReleaseData","features":[163]},{"name":"SafeArrayReleaseDescriptor","features":[43,163]},{"name":"SafeArraySetIID","features":[43,163]},{"name":"SafeArraySetRecordInfo","features":[43,163]},{"name":"SafeArrayUnaccessData","features":[43,163]},{"name":"SafeArrayUnlock","features":[43,163]},{"name":"TIFLAGS_EXTENDDISPATCHONLY","features":[163]},{"name":"TYPEFLAGS","features":[163]},{"name":"TYPEFLAG_FAGGREGATABLE","features":[163]},{"name":"TYPEFLAG_FAPPOBJECT","features":[163]},{"name":"TYPEFLAG_FCANCREATE","features":[163]},{"name":"TYPEFLAG_FCONTROL","features":[163]},{"name":"TYPEFLAG_FDISPATCHABLE","features":[163]},{"name":"TYPEFLAG_FDUAL","features":[163]},{"name":"TYPEFLAG_FHIDDEN","features":[163]},{"name":"TYPEFLAG_FLICENSED","features":[163]},{"name":"TYPEFLAG_FNONEXTENSIBLE","features":[163]},{"name":"TYPEFLAG_FOLEAUTOMATION","features":[163]},{"name":"TYPEFLAG_FPREDECLID","features":[163]},{"name":"TYPEFLAG_FPROXY","features":[163]},{"name":"TYPEFLAG_FREPLACEABLE","features":[163]},{"name":"TYPEFLAG_FRESTRICTED","features":[163]},{"name":"TYPEFLAG_FREVERSEBIND","features":[163]},{"name":"UASFLAGS","features":[163]},{"name":"UAS_BLOCKED","features":[163]},{"name":"UAS_MASK","features":[163]},{"name":"UAS_NOPARENTENABLE","features":[163]},{"name":"UAS_NORMAL","features":[163]},{"name":"UDATE","features":[1,163]},{"name":"UI_CONVERT_FLAGS","features":[163]},{"name":"UPDFCACHE_ALL","features":[163]},{"name":"UPDFCACHE_ALLBUTNODATACACHE","features":[163]},{"name":"UPDFCACHE_FLAGS","features":[163]},{"name":"UPDFCACHE_IFBLANK","features":[163]},{"name":"UPDFCACHE_IFBLANKORONSAVECACHE","features":[163]},{"name":"UPDFCACHE_NODATACACHE","features":[163]},{"name":"UPDFCACHE_NORMALCACHE","features":[163]},{"name":"UPDFCACHE_ONLYIFBLANK","features":[163]},{"name":"UPDFCACHE_ONSAVECACHE","features":[163]},{"name":"UPDFCACHE_ONSTOPCACHE","features":[163]},{"name":"USERCLASSTYPE","features":[163]},{"name":"USERCLASSTYPE_APPNAME","features":[163]},{"name":"USERCLASSTYPE_FULL","features":[163]},{"name":"USERCLASSTYPE_SHORT","features":[163]},{"name":"UnRegisterTypeLib","features":[43,163]},{"name":"UnRegisterTypeLibForUser","features":[43,163]},{"name":"VARCMP","features":[163]},{"name":"VARCMP_EQ","features":[163]},{"name":"VARCMP_GT","features":[163]},{"name":"VARCMP_LT","features":[163]},{"name":"VARCMP_NULL","features":[163]},{"name":"VARFORMAT_FIRST_DAY","features":[163]},{"name":"VARFORMAT_FIRST_DAY_FRIDAY","features":[163]},{"name":"VARFORMAT_FIRST_DAY_MONDAY","features":[163]},{"name":"VARFORMAT_FIRST_DAY_SATURDAY","features":[163]},{"name":"VARFORMAT_FIRST_DAY_SUNDAY","features":[163]},{"name":"VARFORMAT_FIRST_DAY_SYSTEMDEFAULT","features":[163]},{"name":"VARFORMAT_FIRST_DAY_THURSDAY","features":[163]},{"name":"VARFORMAT_FIRST_DAY_TUESDAY","features":[163]},{"name":"VARFORMAT_FIRST_DAY_WEDNESDAY","features":[163]},{"name":"VARFORMAT_FIRST_WEEK","features":[163]},{"name":"VARFORMAT_FIRST_WEEK_CONTAINS_JANUARY_FIRST","features":[163]},{"name":"VARFORMAT_FIRST_WEEK_HAS_SEVEN_DAYS","features":[163]},{"name":"VARFORMAT_FIRST_WEEK_LARGER_HALF_IN_CURRENT_YEAR","features":[163]},{"name":"VARFORMAT_FIRST_WEEK_SYSTEMDEFAULT","features":[163]},{"name":"VARFORMAT_GROUP","features":[163]},{"name":"VARFORMAT_GROUP_NOTTHOUSANDS","features":[163]},{"name":"VARFORMAT_GROUP_SYSTEMDEFAULT","features":[163]},{"name":"VARFORMAT_GROUP_THOUSANDS","features":[163]},{"name":"VARFORMAT_LEADING_DIGIT","features":[163]},{"name":"VARFORMAT_LEADING_DIGIT_INCLUDED","features":[163]},{"name":"VARFORMAT_LEADING_DIGIT_NOTINCLUDED","features":[163]},{"name":"VARFORMAT_LEADING_DIGIT_SYSTEMDEFAULT","features":[163]},{"name":"VARFORMAT_NAMED_FORMAT","features":[163]},{"name":"VARFORMAT_NAMED_FORMAT_GENERALDATE","features":[163]},{"name":"VARFORMAT_NAMED_FORMAT_LONGDATE","features":[163]},{"name":"VARFORMAT_NAMED_FORMAT_LONGTIME","features":[163]},{"name":"VARFORMAT_NAMED_FORMAT_SHORTDATE","features":[163]},{"name":"VARFORMAT_NAMED_FORMAT_SHORTTIME","features":[163]},{"name":"VARFORMAT_PARENTHESES","features":[163]},{"name":"VARFORMAT_PARENTHESES_NOTUSED","features":[163]},{"name":"VARFORMAT_PARENTHESES_SYSTEMDEFAULT","features":[163]},{"name":"VARFORMAT_PARENTHESES_USED","features":[163]},{"name":"VAR_CALENDAR_GREGORIAN","features":[163]},{"name":"VAR_CALENDAR_HIJRI","features":[163]},{"name":"VAR_CALENDAR_THAI","features":[163]},{"name":"VAR_DATEVALUEONLY","features":[163]},{"name":"VAR_FORMAT_NOSUBSTITUTE","features":[163]},{"name":"VAR_FOURDIGITYEARS","features":[163]},{"name":"VAR_LOCALBOOL","features":[163]},{"name":"VAR_TIMEVALUEONLY","features":[163]},{"name":"VAR_VALIDDATE","features":[163]},{"name":"VIEWSTATUS","features":[163]},{"name":"VIEWSTATUS_3DSURFACE","features":[163]},{"name":"VIEWSTATUS_DVASPECTOPAQUE","features":[163]},{"name":"VIEWSTATUS_DVASPECTTRANSPARENT","features":[163]},{"name":"VIEWSTATUS_OPAQUE","features":[163]},{"name":"VIEWSTATUS_SOLIDBKGND","features":[163]},{"name":"VIEWSTATUS_SURFACE","features":[163]},{"name":"VIEW_OBJECT_PROPERTIES_FLAGS","features":[163]},{"name":"VPF_DISABLERELATIVE","features":[163]},{"name":"VPF_DISABLESCALE","features":[163]},{"name":"VPF_SELECTRELATIVE","features":[163]},{"name":"VTDATEGRE_MAX","features":[163]},{"name":"VTDATEGRE_MIN","features":[163]},{"name":"VT_BLOB_PROPSET","features":[163]},{"name":"VT_STORED_PROPSET","features":[163]},{"name":"VT_STREAMED_PROPSET","features":[163]},{"name":"VT_VERBOSE_ENUM","features":[163]},{"name":"VarAbs","features":[1,43,163,44]},{"name":"VarAdd","features":[1,43,163,44]},{"name":"VarAnd","features":[1,43,163,44]},{"name":"VarBoolFromCy","features":[1,43,163]},{"name":"VarBoolFromDate","features":[1,163]},{"name":"VarBoolFromDec","features":[1,163]},{"name":"VarBoolFromDisp","features":[1,163]},{"name":"VarBoolFromI1","features":[1,163]},{"name":"VarBoolFromI2","features":[1,163]},{"name":"VarBoolFromI4","features":[1,163]},{"name":"VarBoolFromI8","features":[1,163]},{"name":"VarBoolFromR4","features":[1,163]},{"name":"VarBoolFromR8","features":[1,163]},{"name":"VarBoolFromStr","features":[1,163]},{"name":"VarBoolFromUI1","features":[1,163]},{"name":"VarBoolFromUI2","features":[1,163]},{"name":"VarBoolFromUI4","features":[1,163]},{"name":"VarBoolFromUI8","features":[1,163]},{"name":"VarBstrCat","features":[163]},{"name":"VarBstrCmp","features":[163]},{"name":"VarBstrFromBool","features":[1,163]},{"name":"VarBstrFromCy","features":[43,163]},{"name":"VarBstrFromDate","features":[163]},{"name":"VarBstrFromDec","features":[1,163]},{"name":"VarBstrFromDisp","features":[163]},{"name":"VarBstrFromI1","features":[163]},{"name":"VarBstrFromI2","features":[163]},{"name":"VarBstrFromI4","features":[163]},{"name":"VarBstrFromI8","features":[163]},{"name":"VarBstrFromR4","features":[163]},{"name":"VarBstrFromR8","features":[163]},{"name":"VarBstrFromUI1","features":[163]},{"name":"VarBstrFromUI2","features":[163]},{"name":"VarBstrFromUI4","features":[163]},{"name":"VarBstrFromUI8","features":[163]},{"name":"VarCat","features":[1,43,163,44]},{"name":"VarCmp","features":[1,43,163,44]},{"name":"VarCyAbs","features":[43,163]},{"name":"VarCyAdd","features":[43,163]},{"name":"VarCyCmp","features":[43,163]},{"name":"VarCyCmpR8","features":[43,163]},{"name":"VarCyFix","features":[43,163]},{"name":"VarCyFromBool","features":[1,43,163]},{"name":"VarCyFromDate","features":[43,163]},{"name":"VarCyFromDec","features":[1,43,163]},{"name":"VarCyFromDisp","features":[43,163]},{"name":"VarCyFromI1","features":[43,163]},{"name":"VarCyFromI2","features":[43,163]},{"name":"VarCyFromI4","features":[43,163]},{"name":"VarCyFromI8","features":[43,163]},{"name":"VarCyFromR4","features":[43,163]},{"name":"VarCyFromR8","features":[43,163]},{"name":"VarCyFromStr","features":[43,163]},{"name":"VarCyFromUI1","features":[43,163]},{"name":"VarCyFromUI2","features":[43,163]},{"name":"VarCyFromUI4","features":[43,163]},{"name":"VarCyFromUI8","features":[43,163]},{"name":"VarCyInt","features":[43,163]},{"name":"VarCyMul","features":[43,163]},{"name":"VarCyMulI4","features":[43,163]},{"name":"VarCyMulI8","features":[43,163]},{"name":"VarCyNeg","features":[43,163]},{"name":"VarCyRound","features":[43,163]},{"name":"VarCySub","features":[43,163]},{"name":"VarDateFromBool","features":[1,163]},{"name":"VarDateFromCy","features":[43,163]},{"name":"VarDateFromDec","features":[1,163]},{"name":"VarDateFromDisp","features":[163]},{"name":"VarDateFromI1","features":[163]},{"name":"VarDateFromI2","features":[163]},{"name":"VarDateFromI4","features":[163]},{"name":"VarDateFromI8","features":[163]},{"name":"VarDateFromR4","features":[163]},{"name":"VarDateFromR8","features":[163]},{"name":"VarDateFromStr","features":[163]},{"name":"VarDateFromUI1","features":[163]},{"name":"VarDateFromUI2","features":[163]},{"name":"VarDateFromUI4","features":[163]},{"name":"VarDateFromUI8","features":[163]},{"name":"VarDateFromUdate","features":[1,163]},{"name":"VarDateFromUdateEx","features":[1,163]},{"name":"VarDecAbs","features":[1,163]},{"name":"VarDecAdd","features":[1,163]},{"name":"VarDecCmp","features":[1,163]},{"name":"VarDecCmpR8","features":[1,163]},{"name":"VarDecDiv","features":[1,163]},{"name":"VarDecFix","features":[1,163]},{"name":"VarDecFromBool","features":[1,163]},{"name":"VarDecFromCy","features":[1,43,163]},{"name":"VarDecFromDate","features":[1,163]},{"name":"VarDecFromDisp","features":[1,163]},{"name":"VarDecFromI1","features":[1,163]},{"name":"VarDecFromI2","features":[1,163]},{"name":"VarDecFromI4","features":[1,163]},{"name":"VarDecFromI8","features":[1,163]},{"name":"VarDecFromR4","features":[1,163]},{"name":"VarDecFromR8","features":[1,163]},{"name":"VarDecFromStr","features":[1,163]},{"name":"VarDecFromUI1","features":[1,163]},{"name":"VarDecFromUI2","features":[1,163]},{"name":"VarDecFromUI4","features":[1,163]},{"name":"VarDecFromUI8","features":[1,163]},{"name":"VarDecInt","features":[1,163]},{"name":"VarDecMul","features":[1,163]},{"name":"VarDecNeg","features":[1,163]},{"name":"VarDecRound","features":[1,163]},{"name":"VarDecSub","features":[1,163]},{"name":"VarDiv","features":[1,43,163,44]},{"name":"VarEqv","features":[1,43,163,44]},{"name":"VarFix","features":[1,43,163,44]},{"name":"VarFormat","features":[1,43,163,44]},{"name":"VarFormatCurrency","features":[1,43,163,44]},{"name":"VarFormatDateTime","features":[1,43,163,44]},{"name":"VarFormatFromTokens","features":[1,43,163,44]},{"name":"VarFormatNumber","features":[1,43,163,44]},{"name":"VarFormatPercent","features":[1,43,163,44]},{"name":"VarI1FromBool","features":[1,163]},{"name":"VarI1FromCy","features":[43,163]},{"name":"VarI1FromDate","features":[163]},{"name":"VarI1FromDec","features":[1,163]},{"name":"VarI1FromDisp","features":[163]},{"name":"VarI1FromI2","features":[163]},{"name":"VarI1FromI4","features":[163]},{"name":"VarI1FromI8","features":[163]},{"name":"VarI1FromR4","features":[163]},{"name":"VarI1FromR8","features":[163]},{"name":"VarI1FromStr","features":[163]},{"name":"VarI1FromUI1","features":[163]},{"name":"VarI1FromUI2","features":[163]},{"name":"VarI1FromUI4","features":[163]},{"name":"VarI1FromUI8","features":[163]},{"name":"VarI2FromBool","features":[1,163]},{"name":"VarI2FromCy","features":[43,163]},{"name":"VarI2FromDate","features":[163]},{"name":"VarI2FromDec","features":[1,163]},{"name":"VarI2FromDisp","features":[163]},{"name":"VarI2FromI1","features":[163]},{"name":"VarI2FromI4","features":[163]},{"name":"VarI2FromI8","features":[163]},{"name":"VarI2FromR4","features":[163]},{"name":"VarI2FromR8","features":[163]},{"name":"VarI2FromStr","features":[163]},{"name":"VarI2FromUI1","features":[163]},{"name":"VarI2FromUI2","features":[163]},{"name":"VarI2FromUI4","features":[163]},{"name":"VarI2FromUI8","features":[163]},{"name":"VarI4FromBool","features":[1,163]},{"name":"VarI4FromCy","features":[43,163]},{"name":"VarI4FromDate","features":[163]},{"name":"VarI4FromDec","features":[1,163]},{"name":"VarI4FromDisp","features":[163]},{"name":"VarI4FromI1","features":[163]},{"name":"VarI4FromI2","features":[163]},{"name":"VarI4FromI8","features":[163]},{"name":"VarI4FromR4","features":[163]},{"name":"VarI4FromR8","features":[163]},{"name":"VarI4FromStr","features":[163]},{"name":"VarI4FromUI1","features":[163]},{"name":"VarI4FromUI2","features":[163]},{"name":"VarI4FromUI4","features":[163]},{"name":"VarI4FromUI8","features":[163]},{"name":"VarI8FromBool","features":[1,163]},{"name":"VarI8FromCy","features":[43,163]},{"name":"VarI8FromDate","features":[163]},{"name":"VarI8FromDec","features":[1,163]},{"name":"VarI8FromDisp","features":[163]},{"name":"VarI8FromI1","features":[163]},{"name":"VarI8FromI2","features":[163]},{"name":"VarI8FromR4","features":[163]},{"name":"VarI8FromR8","features":[163]},{"name":"VarI8FromStr","features":[163]},{"name":"VarI8FromUI1","features":[163]},{"name":"VarI8FromUI2","features":[163]},{"name":"VarI8FromUI4","features":[163]},{"name":"VarI8FromUI8","features":[163]},{"name":"VarIdiv","features":[1,43,163,44]},{"name":"VarImp","features":[1,43,163,44]},{"name":"VarInt","features":[1,43,163,44]},{"name":"VarMod","features":[1,43,163,44]},{"name":"VarMonthName","features":[163]},{"name":"VarMul","features":[1,43,163,44]},{"name":"VarNeg","features":[1,43,163,44]},{"name":"VarNot","features":[1,43,163,44]},{"name":"VarNumFromParseNum","features":[1,43,163,44]},{"name":"VarOr","features":[1,43,163,44]},{"name":"VarParseNumFromStr","features":[163]},{"name":"VarPow","features":[1,43,163,44]},{"name":"VarR4CmpR8","features":[163]},{"name":"VarR4FromBool","features":[1,163]},{"name":"VarR4FromCy","features":[43,163]},{"name":"VarR4FromDate","features":[163]},{"name":"VarR4FromDec","features":[1,163]},{"name":"VarR4FromDisp","features":[163]},{"name":"VarR4FromI1","features":[163]},{"name":"VarR4FromI2","features":[163]},{"name":"VarR4FromI4","features":[163]},{"name":"VarR4FromI8","features":[163]},{"name":"VarR4FromR8","features":[163]},{"name":"VarR4FromStr","features":[163]},{"name":"VarR4FromUI1","features":[163]},{"name":"VarR4FromUI2","features":[163]},{"name":"VarR4FromUI4","features":[163]},{"name":"VarR4FromUI8","features":[163]},{"name":"VarR8FromBool","features":[1,163]},{"name":"VarR8FromCy","features":[43,163]},{"name":"VarR8FromDate","features":[163]},{"name":"VarR8FromDec","features":[1,163]},{"name":"VarR8FromDisp","features":[163]},{"name":"VarR8FromI1","features":[163]},{"name":"VarR8FromI2","features":[163]},{"name":"VarR8FromI4","features":[163]},{"name":"VarR8FromI8","features":[163]},{"name":"VarR8FromR4","features":[163]},{"name":"VarR8FromStr","features":[163]},{"name":"VarR8FromUI1","features":[163]},{"name":"VarR8FromUI2","features":[163]},{"name":"VarR8FromUI4","features":[163]},{"name":"VarR8FromUI8","features":[163]},{"name":"VarR8Pow","features":[163]},{"name":"VarR8Round","features":[163]},{"name":"VarRound","features":[1,43,163,44]},{"name":"VarSub","features":[1,43,163,44]},{"name":"VarTokenizeFormatString","features":[163]},{"name":"VarUI1FromBool","features":[1,163]},{"name":"VarUI1FromCy","features":[43,163]},{"name":"VarUI1FromDate","features":[163]},{"name":"VarUI1FromDec","features":[1,163]},{"name":"VarUI1FromDisp","features":[163]},{"name":"VarUI1FromI1","features":[163]},{"name":"VarUI1FromI2","features":[163]},{"name":"VarUI1FromI4","features":[163]},{"name":"VarUI1FromI8","features":[163]},{"name":"VarUI1FromR4","features":[163]},{"name":"VarUI1FromR8","features":[163]},{"name":"VarUI1FromStr","features":[163]},{"name":"VarUI1FromUI2","features":[163]},{"name":"VarUI1FromUI4","features":[163]},{"name":"VarUI1FromUI8","features":[163]},{"name":"VarUI2FromBool","features":[1,163]},{"name":"VarUI2FromCy","features":[43,163]},{"name":"VarUI2FromDate","features":[163]},{"name":"VarUI2FromDec","features":[1,163]},{"name":"VarUI2FromDisp","features":[163]},{"name":"VarUI2FromI1","features":[163]},{"name":"VarUI2FromI2","features":[163]},{"name":"VarUI2FromI4","features":[163]},{"name":"VarUI2FromI8","features":[163]},{"name":"VarUI2FromR4","features":[163]},{"name":"VarUI2FromR8","features":[163]},{"name":"VarUI2FromStr","features":[163]},{"name":"VarUI2FromUI1","features":[163]},{"name":"VarUI2FromUI4","features":[163]},{"name":"VarUI2FromUI8","features":[163]},{"name":"VarUI4FromBool","features":[1,163]},{"name":"VarUI4FromCy","features":[43,163]},{"name":"VarUI4FromDate","features":[163]},{"name":"VarUI4FromDec","features":[1,163]},{"name":"VarUI4FromDisp","features":[163]},{"name":"VarUI4FromI1","features":[163]},{"name":"VarUI4FromI2","features":[163]},{"name":"VarUI4FromI4","features":[163]},{"name":"VarUI4FromI8","features":[163]},{"name":"VarUI4FromR4","features":[163]},{"name":"VarUI4FromR8","features":[163]},{"name":"VarUI4FromStr","features":[163]},{"name":"VarUI4FromUI1","features":[163]},{"name":"VarUI4FromUI2","features":[163]},{"name":"VarUI4FromUI8","features":[163]},{"name":"VarUI8FromBool","features":[1,163]},{"name":"VarUI8FromCy","features":[43,163]},{"name":"VarUI8FromDate","features":[163]},{"name":"VarUI8FromDec","features":[1,163]},{"name":"VarUI8FromDisp","features":[163]},{"name":"VarUI8FromI1","features":[163]},{"name":"VarUI8FromI2","features":[163]},{"name":"VarUI8FromI8","features":[163]},{"name":"VarUI8FromR4","features":[163]},{"name":"VarUI8FromR8","features":[163]},{"name":"VarUI8FromStr","features":[163]},{"name":"VarUI8FromUI1","features":[163]},{"name":"VarUI8FromUI2","features":[163]},{"name":"VarUI8FromUI4","features":[163]},{"name":"VarUdateFromDate","features":[1,163]},{"name":"VarWeekdayName","features":[163]},{"name":"VarXor","features":[1,43,163,44]},{"name":"VectorFromBstr","features":[43,163]},{"name":"WIN32","features":[163]},{"name":"WPCSETTING","features":[163]},{"name":"WPCSETTING_FILEDOWNLOAD_BLOCKED","features":[163]},{"name":"WPCSETTING_LOGGING_ENABLED","features":[163]},{"name":"XFORMCOORDS","features":[163]},{"name":"XFORMCOORDS_CONTAINERTOHIMETRIC","features":[163]},{"name":"XFORMCOORDS_EVENTCOMPAT","features":[163]},{"name":"XFORMCOORDS_HIMETRICTOCONTAINER","features":[163]},{"name":"XFORMCOORDS_POSITION","features":[163]},{"name":"XFORMCOORDS_SIZE","features":[163]},{"name":"_wireBRECORD","features":[163]},{"name":"_wireSAFEARRAY","features":[1,43,163]},{"name":"_wireVARIANT","features":[1,43,163]},{"name":"fdexEnumAll","features":[163]},{"name":"fdexEnumDefault","features":[163]},{"name":"fdexNameCaseInsensitive","features":[163]},{"name":"fdexNameCaseSensitive","features":[163]},{"name":"fdexNameEnsure","features":[163]},{"name":"fdexNameImplicit","features":[163]},{"name":"fdexNameInternal","features":[163]},{"name":"fdexNameNoDynamicProperties","features":[163]},{"name":"fdexPropCanCall","features":[163]},{"name":"fdexPropCanConstruct","features":[163]},{"name":"fdexPropCanGet","features":[163]},{"name":"fdexPropCanPut","features":[163]},{"name":"fdexPropCanPutRef","features":[163]},{"name":"fdexPropCanSourceEvents","features":[163]},{"name":"fdexPropCannotCall","features":[163]},{"name":"fdexPropCannotConstruct","features":[163]},{"name":"fdexPropCannotGet","features":[163]},{"name":"fdexPropCannotPut","features":[163]},{"name":"fdexPropCannotPutRef","features":[163]},{"name":"fdexPropCannotSourceEvents","features":[163]},{"name":"fdexPropDynamicType","features":[163]},{"name":"fdexPropNoSideEffects","features":[163]},{"name":"triChecked","features":[163]},{"name":"triGray","features":[163]},{"name":"triUnchecked","features":[163]}],"596":[{"name":"CYPHER_BLOCK","features":[127]},{"name":"ENCRYPTED_LM_OWF_PASSWORD","features":[127]},{"name":"LM_OWF_PASSWORD","features":[127]},{"name":"MSChapSrvChangePassword","features":[1,127]},{"name":"MSChapSrvChangePassword2","features":[1,127]},{"name":"SAMPR_ENCRYPTED_USER_PASSWORD","features":[127]}],"597":[{"name":"AppearPropPage","features":[197]},{"name":"AutoPathFormat","features":[197]},{"name":"BackupPerfRegistryToFileW","features":[197]},{"name":"BootTraceSession","features":[197]},{"name":"BootTraceSessionCollection","features":[197]},{"name":"ClockType","features":[197]},{"name":"CommitMode","features":[197]},{"name":"CounterItem","features":[197]},{"name":"CounterItem2","features":[197]},{"name":"CounterPathCallBack","features":[197]},{"name":"CounterPropPage","features":[197]},{"name":"Counters","features":[197]},{"name":"DATA_SOURCE_REGISTRY","features":[197]},{"name":"DATA_SOURCE_WBEM","features":[197]},{"name":"DICounterItem","features":[197]},{"name":"DIID_DICounterItem","features":[197]},{"name":"DIID_DILogFileItem","features":[197]},{"name":"DIID_DISystemMonitor","features":[197]},{"name":"DIID_DISystemMonitorEvents","features":[197]},{"name":"DIID_DISystemMonitorInternal","features":[197]},{"name":"DILogFileItem","features":[197]},{"name":"DISystemMonitor","features":[197]},{"name":"DISystemMonitorEvents","features":[197]},{"name":"DISystemMonitorInternal","features":[197]},{"name":"DataCollectorSet","features":[197]},{"name":"DataCollectorSetCollection","features":[197]},{"name":"DataCollectorSetStatus","features":[197]},{"name":"DataCollectorType","features":[197]},{"name":"DataManagerSteps","features":[197]},{"name":"DataSourceTypeConstants","features":[197]},{"name":"DisplayTypeConstants","features":[197]},{"name":"FileFormat","features":[197]},{"name":"FolderActionSteps","features":[197]},{"name":"GeneralPropPage","features":[197]},{"name":"GraphPropPage","features":[197]},{"name":"H_WBEM_DATASOURCE","features":[197]},{"name":"IAlertDataCollector","features":[197]},{"name":"IApiTracingDataCollector","features":[197]},{"name":"IConfigurationDataCollector","features":[197]},{"name":"ICounterItem","features":[197]},{"name":"ICounterItem2","features":[197]},{"name":"ICounters","features":[197]},{"name":"IDataCollector","features":[197]},{"name":"IDataCollectorCollection","features":[197]},{"name":"IDataCollectorSet","features":[197]},{"name":"IDataCollectorSetCollection","features":[197]},{"name":"IDataManager","features":[197]},{"name":"IFolderAction","features":[197]},{"name":"IFolderActionCollection","features":[197]},{"name":"ILogFileItem","features":[197]},{"name":"ILogFiles","features":[197]},{"name":"IPerformanceCounterDataCollector","features":[197]},{"name":"ISchedule","features":[197]},{"name":"IScheduleCollection","features":[197]},{"name":"ISystemMonitor","features":[197]},{"name":"ISystemMonitor2","features":[197]},{"name":"ISystemMonitorEvents","features":[197]},{"name":"ITraceDataCollector","features":[197]},{"name":"ITraceDataProvider","features":[197]},{"name":"ITraceDataProviderCollection","features":[197]},{"name":"IValueMap","features":[197]},{"name":"IValueMapItem","features":[197]},{"name":"InstallPerfDllA","features":[197]},{"name":"InstallPerfDllW","features":[197]},{"name":"LIBID_SystemMonitor","features":[197]},{"name":"LegacyDataCollectorSet","features":[197]},{"name":"LegacyDataCollectorSetCollection","features":[197]},{"name":"LegacyTraceSession","features":[197]},{"name":"LegacyTraceSessionCollection","features":[197]},{"name":"LoadPerfCounterTextStringsA","features":[1,197]},{"name":"LoadPerfCounterTextStringsW","features":[1,197]},{"name":"LogFileItem","features":[197]},{"name":"LogFiles","features":[197]},{"name":"MAX_COUNTER_PATH","features":[197]},{"name":"MAX_PERF_OBJECTS_IN_QUERY_FUNCTION","features":[197]},{"name":"PDH_ACCESS_DENIED","features":[197]},{"name":"PDH_ASYNC_QUERY_TIMEOUT","features":[197]},{"name":"PDH_BINARY_LOG_CORRUPT","features":[197]},{"name":"PDH_BROWSE_DLG_CONFIG_A","features":[1,197]},{"name":"PDH_BROWSE_DLG_CONFIG_HA","features":[1,197]},{"name":"PDH_BROWSE_DLG_CONFIG_HW","features":[1,197]},{"name":"PDH_BROWSE_DLG_CONFIG_W","features":[1,197]},{"name":"PDH_CALC_NEGATIVE_DENOMINATOR","features":[197]},{"name":"PDH_CALC_NEGATIVE_TIMEBASE","features":[197]},{"name":"PDH_CALC_NEGATIVE_VALUE","features":[197]},{"name":"PDH_CANNOT_CONNECT_MACHINE","features":[197]},{"name":"PDH_CANNOT_CONNECT_WMI_SERVER","features":[197]},{"name":"PDH_CANNOT_READ_NAME_STRINGS","features":[197]},{"name":"PDH_CANNOT_SET_DEFAULT_REALTIME_DATASOURCE","features":[197]},{"name":"PDH_COUNTER_ALREADY_IN_QUERY","features":[197]},{"name":"PDH_COUNTER_INFO_A","features":[197]},{"name":"PDH_COUNTER_INFO_W","features":[197]},{"name":"PDH_COUNTER_PATH_ELEMENTS_A","features":[197]},{"name":"PDH_COUNTER_PATH_ELEMENTS_W","features":[197]},{"name":"PDH_CSTATUS_BAD_COUNTERNAME","features":[197]},{"name":"PDH_CSTATUS_INVALID_DATA","features":[197]},{"name":"PDH_CSTATUS_ITEM_NOT_VALIDATED","features":[197]},{"name":"PDH_CSTATUS_NEW_DATA","features":[197]},{"name":"PDH_CSTATUS_NO_COUNTER","features":[197]},{"name":"PDH_CSTATUS_NO_COUNTERNAME","features":[197]},{"name":"PDH_CSTATUS_NO_INSTANCE","features":[197]},{"name":"PDH_CSTATUS_NO_MACHINE","features":[197]},{"name":"PDH_CSTATUS_NO_OBJECT","features":[197]},{"name":"PDH_CSTATUS_VALID_DATA","features":[197]},{"name":"PDH_CVERSION_WIN50","features":[197]},{"name":"PDH_DATA_ITEM_PATH_ELEMENTS_A","features":[197]},{"name":"PDH_DATA_ITEM_PATH_ELEMENTS_W","features":[197]},{"name":"PDH_DATA_SOURCE_IS_LOG_FILE","features":[197]},{"name":"PDH_DATA_SOURCE_IS_REAL_TIME","features":[197]},{"name":"PDH_DIALOG_CANCELLED","features":[197]},{"name":"PDH_DLL_VERSION","features":[197]},{"name":"PDH_END_OF_LOG_FILE","features":[197]},{"name":"PDH_ENTRY_NOT_IN_LOG_FILE","features":[197]},{"name":"PDH_FILE_ALREADY_EXISTS","features":[197]},{"name":"PDH_FILE_NOT_FOUND","features":[197]},{"name":"PDH_FLAGS_FILE_BROWSER_ONLY","features":[197]},{"name":"PDH_FLAGS_NONE","features":[197]},{"name":"PDH_FMT","features":[197]},{"name":"PDH_FMT_COUNTERVALUE","features":[197]},{"name":"PDH_FMT_COUNTERVALUE_ITEM_A","features":[197]},{"name":"PDH_FMT_COUNTERVALUE_ITEM_W","features":[197]},{"name":"PDH_FMT_DOUBLE","features":[197]},{"name":"PDH_FMT_LARGE","features":[197]},{"name":"PDH_FMT_LONG","features":[197]},{"name":"PDH_FUNCTION_NOT_FOUND","features":[197]},{"name":"PDH_HCOUNTER","features":[197]},{"name":"PDH_HLOG","features":[197]},{"name":"PDH_HQUERY","features":[197]},{"name":"PDH_INCORRECT_APPEND_TIME","features":[197]},{"name":"PDH_INSUFFICIENT_BUFFER","features":[197]},{"name":"PDH_INVALID_ARGUMENT","features":[197]},{"name":"PDH_INVALID_BUFFER","features":[197]},{"name":"PDH_INVALID_DATA","features":[197]},{"name":"PDH_INVALID_DATASOURCE","features":[197]},{"name":"PDH_INVALID_HANDLE","features":[197]},{"name":"PDH_INVALID_INSTANCE","features":[197]},{"name":"PDH_INVALID_PATH","features":[197]},{"name":"PDH_INVALID_SQLDB","features":[197]},{"name":"PDH_INVALID_SQL_LOG_FORMAT","features":[197]},{"name":"PDH_LOG","features":[197]},{"name":"PDH_LOGSVC_NOT_OPENED","features":[197]},{"name":"PDH_LOGSVC_QUERY_NOT_FOUND","features":[197]},{"name":"PDH_LOG_FILE_CREATE_ERROR","features":[197]},{"name":"PDH_LOG_FILE_OPEN_ERROR","features":[197]},{"name":"PDH_LOG_FILE_TOO_SMALL","features":[197]},{"name":"PDH_LOG_READ_ACCESS","features":[197]},{"name":"PDH_LOG_SAMPLE_TOO_SMALL","features":[197]},{"name":"PDH_LOG_SERVICE_QUERY_INFO_A","features":[1,197]},{"name":"PDH_LOG_SERVICE_QUERY_INFO_W","features":[1,197]},{"name":"PDH_LOG_TYPE","features":[197]},{"name":"PDH_LOG_TYPE_BINARY","features":[197]},{"name":"PDH_LOG_TYPE_CSV","features":[197]},{"name":"PDH_LOG_TYPE_NOT_FOUND","features":[197]},{"name":"PDH_LOG_TYPE_PERFMON","features":[197]},{"name":"PDH_LOG_TYPE_RETIRED_BIN","features":[197]},{"name":"PDH_LOG_TYPE_SQL","features":[197]},{"name":"PDH_LOG_TYPE_TRACE_GENERIC","features":[197]},{"name":"PDH_LOG_TYPE_TRACE_KERNEL","features":[197]},{"name":"PDH_LOG_TYPE_TSV","features":[197]},{"name":"PDH_LOG_TYPE_UNDEFINED","features":[197]},{"name":"PDH_LOG_UPDATE_ACCESS","features":[197]},{"name":"PDH_LOG_WRITE_ACCESS","features":[197]},{"name":"PDH_MAX_COUNTER_NAME","features":[197]},{"name":"PDH_MAX_COUNTER_PATH","features":[197]},{"name":"PDH_MAX_DATASOURCE_PATH","features":[197]},{"name":"PDH_MAX_INSTANCE_NAME","features":[197]},{"name":"PDH_MAX_SCALE","features":[197]},{"name":"PDH_MEMORY_ALLOCATION_FAILURE","features":[197]},{"name":"PDH_MIN_SCALE","features":[197]},{"name":"PDH_MORE_DATA","features":[197]},{"name":"PDH_NOEXPANDCOUNTERS","features":[197]},{"name":"PDH_NOEXPANDINSTANCES","features":[197]},{"name":"PDH_NOT_IMPLEMENTED","features":[197]},{"name":"PDH_NO_COUNTERS","features":[197]},{"name":"PDH_NO_DATA","features":[197]},{"name":"PDH_NO_DIALOG_DATA","features":[197]},{"name":"PDH_NO_MORE_DATA","features":[197]},{"name":"PDH_OS_EARLIER_VERSION","features":[197]},{"name":"PDH_OS_LATER_VERSION","features":[197]},{"name":"PDH_PATH_FLAGS","features":[197]},{"name":"PDH_PATH_WBEM_INPUT","features":[197]},{"name":"PDH_PATH_WBEM_NONE","features":[197]},{"name":"PDH_PATH_WBEM_RESULT","features":[197]},{"name":"PDH_PLA_COLLECTION_ALREADY_RUNNING","features":[197]},{"name":"PDH_PLA_COLLECTION_NOT_FOUND","features":[197]},{"name":"PDH_PLA_ERROR_ALREADY_EXISTS","features":[197]},{"name":"PDH_PLA_ERROR_FILEPATH","features":[197]},{"name":"PDH_PLA_ERROR_NAME_TOO_LONG","features":[197]},{"name":"PDH_PLA_ERROR_NOSTART","features":[197]},{"name":"PDH_PLA_ERROR_SCHEDULE_ELAPSED","features":[197]},{"name":"PDH_PLA_ERROR_SCHEDULE_OVERLAP","features":[197]},{"name":"PDH_PLA_ERROR_TYPE_MISMATCH","features":[197]},{"name":"PDH_PLA_SERVICE_ERROR","features":[197]},{"name":"PDH_PLA_VALIDATION_ERROR","features":[197]},{"name":"PDH_PLA_VALIDATION_WARNING","features":[197]},{"name":"PDH_QUERY_PERF_DATA_TIMEOUT","features":[197]},{"name":"PDH_RAW_COUNTER","features":[1,197]},{"name":"PDH_RAW_COUNTER_ITEM_A","features":[1,197]},{"name":"PDH_RAW_COUNTER_ITEM_W","features":[1,197]},{"name":"PDH_RAW_LOG_RECORD","features":[197]},{"name":"PDH_REFRESHCOUNTERS","features":[197]},{"name":"PDH_RETRY","features":[197]},{"name":"PDH_SELECT_DATA_SOURCE_FLAGS","features":[197]},{"name":"PDH_SQL_ALLOCCON_FAILED","features":[197]},{"name":"PDH_SQL_ALLOC_FAILED","features":[197]},{"name":"PDH_SQL_ALTER_DETAIL_FAILED","features":[197]},{"name":"PDH_SQL_BIND_FAILED","features":[197]},{"name":"PDH_SQL_CONNECT_FAILED","features":[197]},{"name":"PDH_SQL_EXEC_DIRECT_FAILED","features":[197]},{"name":"PDH_SQL_FETCH_FAILED","features":[197]},{"name":"PDH_SQL_MORE_RESULTS_FAILED","features":[197]},{"name":"PDH_SQL_ROWCOUNT_FAILED","features":[197]},{"name":"PDH_STATISTICS","features":[197]},{"name":"PDH_STRING_NOT_FOUND","features":[197]},{"name":"PDH_TIME_INFO","features":[197]},{"name":"PDH_UNABLE_MAP_NAME_FILES","features":[197]},{"name":"PDH_UNABLE_READ_LOG_HEADER","features":[197]},{"name":"PDH_UNKNOWN_LOGSVC_COMMAND","features":[197]},{"name":"PDH_UNKNOWN_LOG_FORMAT","features":[197]},{"name":"PDH_UNMATCHED_APPEND_COUNTER","features":[197]},{"name":"PDH_VERSION","features":[197]},{"name":"PDH_WBEM_ERROR","features":[197]},{"name":"PERFLIBREQUEST","features":[197]},{"name":"PERF_ADD_COUNTER","features":[197]},{"name":"PERF_AGGREGATE_AVG","features":[197]},{"name":"PERF_AGGREGATE_INSTANCE","features":[197]},{"name":"PERF_AGGREGATE_MAX","features":[197]},{"name":"PERF_AGGREGATE_MIN","features":[197]},{"name":"PERF_AGGREGATE_TOTAL","features":[197]},{"name":"PERF_AGGREGATE_UNDEFINED","features":[197]},{"name":"PERF_ATTRIB_BY_REFERENCE","features":[197]},{"name":"PERF_ATTRIB_DISPLAY_AS_HEX","features":[197]},{"name":"PERF_ATTRIB_DISPLAY_AS_REAL","features":[197]},{"name":"PERF_ATTRIB_NO_DISPLAYABLE","features":[197]},{"name":"PERF_ATTRIB_NO_GROUP_SEPARATOR","features":[197]},{"name":"PERF_COLLECT_END","features":[197]},{"name":"PERF_COLLECT_START","features":[197]},{"name":"PERF_COUNTERSET","features":[197]},{"name":"PERF_COUNTERSET_FLAG_AGGREGATE","features":[197]},{"name":"PERF_COUNTERSET_FLAG_HISTORY","features":[197]},{"name":"PERF_COUNTERSET_FLAG_INSTANCE","features":[197]},{"name":"PERF_COUNTERSET_FLAG_MULTIPLE","features":[197]},{"name":"PERF_COUNTERSET_INFO","features":[197]},{"name":"PERF_COUNTERSET_INSTANCE","features":[197]},{"name":"PERF_COUNTERSET_MULTI_INSTANCES","features":[197]},{"name":"PERF_COUNTERSET_REG_INFO","features":[197]},{"name":"PERF_COUNTERSET_SINGLE_AGGREGATE","features":[197]},{"name":"PERF_COUNTERSET_SINGLE_INSTANCE","features":[197]},{"name":"PERF_COUNTER_AGGREGATE_FUNC","features":[197]},{"name":"PERF_COUNTER_BASE","features":[197]},{"name":"PERF_COUNTER_BLOCK","features":[197]},{"name":"PERF_COUNTER_DATA","features":[197]},{"name":"PERF_COUNTER_DEFINITION","features":[197]},{"name":"PERF_COUNTER_DEFINITION","features":[197]},{"name":"PERF_COUNTER_ELAPSED","features":[197]},{"name":"PERF_COUNTER_FRACTION","features":[197]},{"name":"PERF_COUNTER_HEADER","features":[197]},{"name":"PERF_COUNTER_HISTOGRAM","features":[197]},{"name":"PERF_COUNTER_HISTOGRAM_TYPE","features":[197]},{"name":"PERF_COUNTER_IDENTIFIER","features":[197]},{"name":"PERF_COUNTER_IDENTITY","features":[197]},{"name":"PERF_COUNTER_INFO","features":[197]},{"name":"PERF_COUNTER_PRECISION","features":[197]},{"name":"PERF_COUNTER_QUEUELEN","features":[197]},{"name":"PERF_COUNTER_RATE","features":[197]},{"name":"PERF_COUNTER_REG_INFO","features":[197]},{"name":"PERF_COUNTER_VALUE","features":[197]},{"name":"PERF_DATA_BLOCK","features":[1,197]},{"name":"PERF_DATA_HEADER","features":[1,197]},{"name":"PERF_DATA_REVISION","features":[197]},{"name":"PERF_DATA_VERSION","features":[197]},{"name":"PERF_DELTA_BASE","features":[197]},{"name":"PERF_DELTA_COUNTER","features":[197]},{"name":"PERF_DETAIL","features":[197]},{"name":"PERF_DETAIL_ADVANCED","features":[197]},{"name":"PERF_DETAIL_EXPERT","features":[197]},{"name":"PERF_DETAIL_NOVICE","features":[197]},{"name":"PERF_DETAIL_WIZARD","features":[197]},{"name":"PERF_DISPLAY_NOSHOW","features":[197]},{"name":"PERF_DISPLAY_NO_SUFFIX","features":[197]},{"name":"PERF_DISPLAY_PERCENT","features":[197]},{"name":"PERF_DISPLAY_PER_SEC","features":[197]},{"name":"PERF_DISPLAY_SECONDS","features":[197]},{"name":"PERF_ENUM_INSTANCES","features":[197]},{"name":"PERF_ERROR_RETURN","features":[197]},{"name":"PERF_FILTER","features":[197]},{"name":"PERF_INSTANCE_DEFINITION","features":[197]},{"name":"PERF_INSTANCE_HEADER","features":[197]},{"name":"PERF_INVERSE_COUNTER","features":[197]},{"name":"PERF_MAX_INSTANCE_NAME","features":[197]},{"name":"PERF_MEM_ALLOC","features":[197]},{"name":"PERF_MEM_FREE","features":[197]},{"name":"PERF_METADATA_MULTIPLE_INSTANCES","features":[197]},{"name":"PERF_METADATA_NO_INSTANCES","features":[197]},{"name":"PERF_MULTIPLE_COUNTERS","features":[197]},{"name":"PERF_MULTIPLE_INSTANCES","features":[197]},{"name":"PERF_MULTI_COUNTER","features":[197]},{"name":"PERF_MULTI_COUNTERS","features":[197]},{"name":"PERF_MULTI_INSTANCES","features":[197]},{"name":"PERF_NO_INSTANCES","features":[197]},{"name":"PERF_NO_UNIQUE_ID","features":[197]},{"name":"PERF_NUMBER_DECIMAL","features":[197]},{"name":"PERF_NUMBER_DEC_1000","features":[197]},{"name":"PERF_NUMBER_HEX","features":[197]},{"name":"PERF_OBJECT_TIMER","features":[197]},{"name":"PERF_OBJECT_TYPE","features":[197]},{"name":"PERF_OBJECT_TYPE","features":[197]},{"name":"PERF_PROVIDER_CONTEXT","features":[197]},{"name":"PERF_PROVIDER_DRIVER","features":[197]},{"name":"PERF_PROVIDER_KERNEL_MODE","features":[197]},{"name":"PERF_PROVIDER_USER_MODE","features":[197]},{"name":"PERF_REG_COUNTERSET_ENGLISH_NAME","features":[197]},{"name":"PERF_REG_COUNTERSET_HELP_STRING","features":[197]},{"name":"PERF_REG_COUNTERSET_NAME_STRING","features":[197]},{"name":"PERF_REG_COUNTERSET_STRUCT","features":[197]},{"name":"PERF_REG_COUNTER_ENGLISH_NAMES","features":[197]},{"name":"PERF_REG_COUNTER_HELP_STRINGS","features":[197]},{"name":"PERF_REG_COUNTER_NAME_STRINGS","features":[197]},{"name":"PERF_REG_COUNTER_STRUCT","features":[197]},{"name":"PERF_REG_PROVIDER_GUID","features":[197]},{"name":"PERF_REG_PROVIDER_NAME","features":[197]},{"name":"PERF_REMOVE_COUNTER","features":[197]},{"name":"PERF_SINGLE_COUNTER","features":[197]},{"name":"PERF_SIZE_DWORD","features":[197]},{"name":"PERF_SIZE_LARGE","features":[197]},{"name":"PERF_SIZE_VARIABLE_LEN","features":[197]},{"name":"PERF_SIZE_ZERO","features":[197]},{"name":"PERF_STRING_BUFFER_HEADER","features":[197]},{"name":"PERF_STRING_COUNTER_HEADER","features":[197]},{"name":"PERF_TEXT_ASCII","features":[197]},{"name":"PERF_TEXT_UNICODE","features":[197]},{"name":"PERF_TIMER_100NS","features":[197]},{"name":"PERF_TIMER_TICK","features":[197]},{"name":"PERF_TYPE_COUNTER","features":[197]},{"name":"PERF_TYPE_NUMBER","features":[197]},{"name":"PERF_TYPE_TEXT","features":[197]},{"name":"PERF_TYPE_ZERO","features":[197]},{"name":"PERF_WILDCARD_COUNTER","features":[197]},{"name":"PERF_WILDCARD_INSTANCE","features":[197]},{"name":"PLAL_ALERT_CMD_LINE_A_NAME","features":[197]},{"name":"PLAL_ALERT_CMD_LINE_C_NAME","features":[197]},{"name":"PLAL_ALERT_CMD_LINE_D_TIME","features":[197]},{"name":"PLAL_ALERT_CMD_LINE_L_VAL","features":[197]},{"name":"PLAL_ALERT_CMD_LINE_MASK","features":[197]},{"name":"PLAL_ALERT_CMD_LINE_M_VAL","features":[197]},{"name":"PLAL_ALERT_CMD_LINE_SINGLE","features":[197]},{"name":"PLAL_ALERT_CMD_LINE_U_TEXT","features":[197]},{"name":"PLA_CABEXTRACT_CALLBACK","features":[197]},{"name":"PLA_CAPABILITY_AUTOLOGGER","features":[197]},{"name":"PLA_CAPABILITY_LEGACY_SESSION","features":[197]},{"name":"PLA_CAPABILITY_LEGACY_SVC","features":[197]},{"name":"PLA_CAPABILITY_LOCAL","features":[197]},{"name":"PLA_CAPABILITY_V1_SESSION","features":[197]},{"name":"PLA_CAPABILITY_V1_SVC","features":[197]},{"name":"PLA_CAPABILITY_V1_SYSTEM","features":[197]},{"name":"PM_CLOSE_PROC","features":[197]},{"name":"PM_COLLECT_PROC","features":[197]},{"name":"PM_OPEN_PROC","features":[197]},{"name":"PdhAddCounterA","features":[197]},{"name":"PdhAddCounterW","features":[197]},{"name":"PdhAddEnglishCounterA","features":[197]},{"name":"PdhAddEnglishCounterW","features":[197]},{"name":"PdhBindInputDataSourceA","features":[197]},{"name":"PdhBindInputDataSourceW","features":[197]},{"name":"PdhBrowseCountersA","features":[1,197]},{"name":"PdhBrowseCountersHA","features":[1,197]},{"name":"PdhBrowseCountersHW","features":[1,197]},{"name":"PdhBrowseCountersW","features":[1,197]},{"name":"PdhCalculateCounterFromRawValue","features":[1,197]},{"name":"PdhCloseLog","features":[197]},{"name":"PdhCloseQuery","features":[197]},{"name":"PdhCollectQueryData","features":[197]},{"name":"PdhCollectQueryDataEx","features":[1,197]},{"name":"PdhCollectQueryDataWithTime","features":[197]},{"name":"PdhComputeCounterStatistics","features":[1,197]},{"name":"PdhConnectMachineA","features":[197]},{"name":"PdhConnectMachineW","features":[197]},{"name":"PdhCreateSQLTablesA","features":[197]},{"name":"PdhCreateSQLTablesW","features":[197]},{"name":"PdhEnumLogSetNamesA","features":[197]},{"name":"PdhEnumLogSetNamesW","features":[197]},{"name":"PdhEnumMachinesA","features":[197]},{"name":"PdhEnumMachinesHA","features":[197]},{"name":"PdhEnumMachinesHW","features":[197]},{"name":"PdhEnumMachinesW","features":[197]},{"name":"PdhEnumObjectItemsA","features":[197]},{"name":"PdhEnumObjectItemsHA","features":[197]},{"name":"PdhEnumObjectItemsHW","features":[197]},{"name":"PdhEnumObjectItemsW","features":[197]},{"name":"PdhEnumObjectsA","features":[1,197]},{"name":"PdhEnumObjectsHA","features":[1,197]},{"name":"PdhEnumObjectsHW","features":[1,197]},{"name":"PdhEnumObjectsW","features":[1,197]},{"name":"PdhExpandCounterPathA","features":[197]},{"name":"PdhExpandCounterPathW","features":[197]},{"name":"PdhExpandWildCardPathA","features":[197]},{"name":"PdhExpandWildCardPathHA","features":[197]},{"name":"PdhExpandWildCardPathHW","features":[197]},{"name":"PdhExpandWildCardPathW","features":[197]},{"name":"PdhFormatFromRawValue","features":[1,197]},{"name":"PdhGetCounterInfoA","features":[1,197]},{"name":"PdhGetCounterInfoW","features":[1,197]},{"name":"PdhGetCounterTimeBase","features":[197]},{"name":"PdhGetDataSourceTimeRangeA","features":[197]},{"name":"PdhGetDataSourceTimeRangeH","features":[197]},{"name":"PdhGetDataSourceTimeRangeW","features":[197]},{"name":"PdhGetDefaultPerfCounterA","features":[197]},{"name":"PdhGetDefaultPerfCounterHA","features":[197]},{"name":"PdhGetDefaultPerfCounterHW","features":[197]},{"name":"PdhGetDefaultPerfCounterW","features":[197]},{"name":"PdhGetDefaultPerfObjectA","features":[197]},{"name":"PdhGetDefaultPerfObjectHA","features":[197]},{"name":"PdhGetDefaultPerfObjectHW","features":[197]},{"name":"PdhGetDefaultPerfObjectW","features":[197]},{"name":"PdhGetDllVersion","features":[197]},{"name":"PdhGetFormattedCounterArrayA","features":[197]},{"name":"PdhGetFormattedCounterArrayW","features":[197]},{"name":"PdhGetFormattedCounterValue","features":[197]},{"name":"PdhGetLogFileSize","features":[197]},{"name":"PdhGetLogSetGUID","features":[197]},{"name":"PdhGetRawCounterArrayA","features":[1,197]},{"name":"PdhGetRawCounterArrayW","features":[1,197]},{"name":"PdhGetRawCounterValue","features":[1,197]},{"name":"PdhIsRealTimeQuery","features":[1,197]},{"name":"PdhLookupPerfIndexByNameA","features":[197]},{"name":"PdhLookupPerfIndexByNameW","features":[197]},{"name":"PdhLookupPerfNameByIndexA","features":[197]},{"name":"PdhLookupPerfNameByIndexW","features":[197]},{"name":"PdhMakeCounterPathA","features":[197]},{"name":"PdhMakeCounterPathW","features":[197]},{"name":"PdhOpenLogA","features":[197]},{"name":"PdhOpenLogW","features":[197]},{"name":"PdhOpenQueryA","features":[197]},{"name":"PdhOpenQueryH","features":[197]},{"name":"PdhOpenQueryW","features":[197]},{"name":"PdhParseCounterPathA","features":[197]},{"name":"PdhParseCounterPathW","features":[197]},{"name":"PdhParseInstanceNameA","features":[197]},{"name":"PdhParseInstanceNameW","features":[197]},{"name":"PdhReadRawLogRecord","features":[1,197]},{"name":"PdhRemoveCounter","features":[197]},{"name":"PdhSelectDataSourceA","features":[1,197]},{"name":"PdhSelectDataSourceW","features":[1,197]},{"name":"PdhSetCounterScaleFactor","features":[197]},{"name":"PdhSetDefaultRealTimeDataSource","features":[197]},{"name":"PdhSetLogSetRunID","features":[197]},{"name":"PdhSetQueryTimeRange","features":[197]},{"name":"PdhUpdateLogA","features":[197]},{"name":"PdhUpdateLogFileCatalog","features":[197]},{"name":"PdhUpdateLogW","features":[197]},{"name":"PdhValidatePathA","features":[197]},{"name":"PdhValidatePathExA","features":[197]},{"name":"PdhValidatePathExW","features":[197]},{"name":"PdhValidatePathW","features":[197]},{"name":"PdhVerifySQLDBA","features":[197]},{"name":"PdhVerifySQLDBW","features":[197]},{"name":"PerfAddCounters","features":[1,197]},{"name":"PerfCloseQueryHandle","features":[1,197]},{"name":"PerfCounterDataType","features":[197]},{"name":"PerfCreateInstance","features":[1,197]},{"name":"PerfDecrementULongCounterValue","features":[1,197]},{"name":"PerfDecrementULongLongCounterValue","features":[1,197]},{"name":"PerfDeleteCounters","features":[1,197]},{"name":"PerfDeleteInstance","features":[1,197]},{"name":"PerfEnumerateCounterSet","features":[197]},{"name":"PerfEnumerateCounterSetInstances","features":[197]},{"name":"PerfIncrementULongCounterValue","features":[1,197]},{"name":"PerfIncrementULongLongCounterValue","features":[1,197]},{"name":"PerfOpenQueryHandle","features":[1,197]},{"name":"PerfQueryCounterData","features":[1,197]},{"name":"PerfQueryCounterInfo","features":[1,197]},{"name":"PerfQueryCounterSetRegistrationInfo","features":[197]},{"name":"PerfQueryInstance","features":[1,197]},{"name":"PerfRegInfoType","features":[197]},{"name":"PerfSetCounterRefValue","features":[1,197]},{"name":"PerfSetCounterSetInfo","features":[1,197]},{"name":"PerfSetULongCounterValue","features":[1,197]},{"name":"PerfSetULongLongCounterValue","features":[1,197]},{"name":"PerfStartProvider","features":[1,197]},{"name":"PerfStartProviderEx","features":[1,197]},{"name":"PerfStopProvider","features":[1,197]},{"name":"QueryPerformanceCounter","features":[1,197]},{"name":"QueryPerformanceFrequency","features":[1,197]},{"name":"REAL_TIME_DATA_SOURCE_ID_FLAGS","features":[197]},{"name":"ReportValueTypeConstants","features":[197]},{"name":"ResourcePolicy","features":[197]},{"name":"RestorePerfRegistryFromFileW","features":[197]},{"name":"S_PDH","features":[197]},{"name":"ServerDataCollectorSet","features":[197]},{"name":"ServerDataCollectorSetCollection","features":[197]},{"name":"SetServiceAsTrustedA","features":[197]},{"name":"SetServiceAsTrustedW","features":[197]},{"name":"SourcePropPage","features":[197]},{"name":"StreamMode","features":[197]},{"name":"SysmonBatchReason","features":[197]},{"name":"SysmonDataType","features":[197]},{"name":"SysmonFileType","features":[197]},{"name":"SystemDataCollectorSet","features":[197]},{"name":"SystemDataCollectorSetCollection","features":[197]},{"name":"SystemMonitor","features":[197]},{"name":"SystemMonitor2","features":[197]},{"name":"TraceDataProvider","features":[197]},{"name":"TraceDataProviderCollection","features":[197]},{"name":"TraceSession","features":[197]},{"name":"TraceSessionCollection","features":[197]},{"name":"UnloadPerfCounterTextStringsA","features":[1,197]},{"name":"UnloadPerfCounterTextStringsW","features":[1,197]},{"name":"UpdatePerfNameFilesA","features":[197]},{"name":"UpdatePerfNameFilesW","features":[197]},{"name":"ValueMapType","features":[197]},{"name":"WINPERF_LOG_DEBUG","features":[197]},{"name":"WINPERF_LOG_NONE","features":[197]},{"name":"WINPERF_LOG_USER","features":[197]},{"name":"WINPERF_LOG_VERBOSE","features":[197]},{"name":"WeekDays","features":[197]},{"name":"_ICounterItemUnion","features":[197]},{"name":"_ISystemMonitorUnion","features":[197]},{"name":"plaAlert","features":[197]},{"name":"plaApiTrace","features":[197]},{"name":"plaBinary","features":[197]},{"name":"plaBoth","features":[197]},{"name":"plaBuffering","features":[197]},{"name":"plaCommaSeparated","features":[197]},{"name":"plaCompiling","features":[197]},{"name":"plaComputer","features":[197]},{"name":"plaConfiguration","features":[197]},{"name":"plaCreateCab","features":[197]},{"name":"plaCreateHtml","features":[197]},{"name":"plaCreateNew","features":[197]},{"name":"plaCreateOrModify","features":[197]},{"name":"plaCreateReport","features":[197]},{"name":"plaCycle","features":[197]},{"name":"plaDeleteCab","features":[197]},{"name":"plaDeleteData","features":[197]},{"name":"plaDeleteLargest","features":[197]},{"name":"plaDeleteOldest","features":[197]},{"name":"plaDeleteReport","features":[197]},{"name":"plaEveryday","features":[197]},{"name":"plaFile","features":[197]},{"name":"plaFlag","features":[197]},{"name":"plaFlagArray","features":[197]},{"name":"plaFlushTrace","features":[197]},{"name":"plaFolderActions","features":[197]},{"name":"plaFriday","features":[197]},{"name":"plaIndex","features":[197]},{"name":"plaModify","features":[197]},{"name":"plaMonday","features":[197]},{"name":"plaMonthDayHour","features":[197]},{"name":"plaMonthDayHourMinute","features":[197]},{"name":"plaNone","features":[197]},{"name":"plaPattern","features":[197]},{"name":"plaPending","features":[197]},{"name":"plaPerformance","features":[197]},{"name":"plaPerformanceCounter","features":[197]},{"name":"plaRealTime","features":[197]},{"name":"plaResourceFreeing","features":[197]},{"name":"plaRunOnce","features":[197]},{"name":"plaRunRules","features":[197]},{"name":"plaRunning","features":[197]},{"name":"plaSaturday","features":[197]},{"name":"plaSendCab","features":[197]},{"name":"plaSerialNumber","features":[197]},{"name":"plaSql","features":[197]},{"name":"plaStopped","features":[197]},{"name":"plaSunday","features":[197]},{"name":"plaSystem","features":[197]},{"name":"plaTabSeparated","features":[197]},{"name":"plaThursday","features":[197]},{"name":"plaTimeStamp","features":[197]},{"name":"plaTrace","features":[197]},{"name":"plaTuesday","features":[197]},{"name":"plaUndefined","features":[197]},{"name":"plaUpdateRunningInstance","features":[197]},{"name":"plaValidateOnly","features":[197]},{"name":"plaValidation","features":[197]},{"name":"plaWednesday","features":[197]},{"name":"plaYearDayOfYear","features":[197]},{"name":"plaYearMonth","features":[197]},{"name":"plaYearMonthDay","features":[197]},{"name":"plaYearMonthDayHour","features":[197]},{"name":"sysmonAverage","features":[197]},{"name":"sysmonBatchAddCounters","features":[197]},{"name":"sysmonBatchAddFiles","features":[197]},{"name":"sysmonBatchAddFilesAutoCounters","features":[197]},{"name":"sysmonBatchNone","features":[197]},{"name":"sysmonChartArea","features":[197]},{"name":"sysmonChartStackedArea","features":[197]},{"name":"sysmonCurrentActivity","features":[197]},{"name":"sysmonCurrentValue","features":[197]},{"name":"sysmonDataAvg","features":[197]},{"name":"sysmonDataCount","features":[197]},{"name":"sysmonDataMax","features":[197]},{"name":"sysmonDataMin","features":[197]},{"name":"sysmonDataTime","features":[197]},{"name":"sysmonDefaultValue","features":[197]},{"name":"sysmonFileBlg","features":[197]},{"name":"sysmonFileCsv","features":[197]},{"name":"sysmonFileGif","features":[197]},{"name":"sysmonFileHtml","features":[197]},{"name":"sysmonFileReport","features":[197]},{"name":"sysmonFileRetiredBlg","features":[197]},{"name":"sysmonFileTsv","features":[197]},{"name":"sysmonHistogram","features":[197]},{"name":"sysmonLineGraph","features":[197]},{"name":"sysmonLogFiles","features":[197]},{"name":"sysmonMaximum","features":[197]},{"name":"sysmonMinimum","features":[197]},{"name":"sysmonNullDataSource","features":[197]},{"name":"sysmonReport","features":[197]},{"name":"sysmonSqlLog","features":[197]}],"598":[{"name":"DisableThreadProfiling","features":[1,198]},{"name":"EnableThreadProfiling","features":[1,198]},{"name":"HARDWARE_COUNTER_DATA","features":[198]},{"name":"HARDWARE_COUNTER_TYPE","features":[198]},{"name":"MaxHardwareCounterType","features":[198]},{"name":"PERFORMANCE_DATA","features":[198]},{"name":"PMCCounter","features":[198]},{"name":"QueryThreadProfiling","features":[1,198]},{"name":"ReadThreadProfilingData","features":[1,198]}],"599":[{"name":"CallNamedPipeA","features":[1,199]},{"name":"CallNamedPipeW","features":[1,199]},{"name":"ConnectNamedPipe","features":[1,7,199]},{"name":"CreateNamedPipeA","features":[1,5,22,199]},{"name":"CreateNamedPipeW","features":[1,5,22,199]},{"name":"CreatePipe","features":[1,5,199]},{"name":"DisconnectNamedPipe","features":[1,199]},{"name":"GetNamedPipeClientComputerNameA","features":[1,199]},{"name":"GetNamedPipeClientComputerNameW","features":[1,199]},{"name":"GetNamedPipeClientProcessId","features":[1,199]},{"name":"GetNamedPipeClientSessionId","features":[1,199]},{"name":"GetNamedPipeHandleStateA","features":[1,199]},{"name":"GetNamedPipeHandleStateW","features":[1,199]},{"name":"GetNamedPipeInfo","features":[1,199]},{"name":"GetNamedPipeServerProcessId","features":[1,199]},{"name":"GetNamedPipeServerSessionId","features":[1,199]},{"name":"ImpersonateNamedPipeClient","features":[1,199]},{"name":"NAMED_PIPE_MODE","features":[199]},{"name":"NMPWAIT_NOWAIT","features":[199]},{"name":"NMPWAIT_USE_DEFAULT_WAIT","features":[199]},{"name":"NMPWAIT_WAIT_FOREVER","features":[199]},{"name":"PIPE_ACCEPT_REMOTE_CLIENTS","features":[199]},{"name":"PIPE_CLIENT_END","features":[199]},{"name":"PIPE_NOWAIT","features":[199]},{"name":"PIPE_READMODE_BYTE","features":[199]},{"name":"PIPE_READMODE_MESSAGE","features":[199]},{"name":"PIPE_REJECT_REMOTE_CLIENTS","features":[199]},{"name":"PIPE_SERVER_END","features":[199]},{"name":"PIPE_TYPE_BYTE","features":[199]},{"name":"PIPE_TYPE_MESSAGE","features":[199]},{"name":"PIPE_UNLIMITED_INSTANCES","features":[199]},{"name":"PIPE_WAIT","features":[199]},{"name":"PeekNamedPipe","features":[1,199]},{"name":"SetNamedPipeHandleState","features":[1,199]},{"name":"TransactNamedPipe","features":[1,7,199]},{"name":"WaitNamedPipeA","features":[1,199]},{"name":"WaitNamedPipeW","features":[1,199]}],"600":[{"name":"ACCESS_ACTIVE_OVERLAY_SCHEME","features":[9]},{"name":"ACCESS_ACTIVE_SCHEME","features":[9]},{"name":"ACCESS_AC_POWER_SETTING_INDEX","features":[9]},{"name":"ACCESS_AC_POWER_SETTING_MAX","features":[9]},{"name":"ACCESS_AC_POWER_SETTING_MIN","features":[9]},{"name":"ACCESS_ATTRIBUTES","features":[9]},{"name":"ACCESS_CREATE_SCHEME","features":[9]},{"name":"ACCESS_DC_POWER_SETTING_INDEX","features":[9]},{"name":"ACCESS_DC_POWER_SETTING_MAX","features":[9]},{"name":"ACCESS_DC_POWER_SETTING_MIN","features":[9]},{"name":"ACCESS_DEFAULT_AC_POWER_SETTING","features":[9]},{"name":"ACCESS_DEFAULT_DC_POWER_SETTING","features":[9]},{"name":"ACCESS_DEFAULT_SECURITY_DESCRIPTOR","features":[9]},{"name":"ACCESS_DESCRIPTION","features":[9]},{"name":"ACCESS_FRIENDLY_NAME","features":[9]},{"name":"ACCESS_ICON_RESOURCE","features":[9]},{"name":"ACCESS_INDIVIDUAL_SETTING","features":[9]},{"name":"ACCESS_OVERLAY_SCHEME","features":[9]},{"name":"ACCESS_POSSIBLE_POWER_SETTING","features":[9]},{"name":"ACCESS_POSSIBLE_POWER_SETTING_DESCRIPTION","features":[9]},{"name":"ACCESS_POSSIBLE_POWER_SETTING_FRIENDLY_NAME","features":[9]},{"name":"ACCESS_POSSIBLE_VALUE_INCREMENT","features":[9]},{"name":"ACCESS_POSSIBLE_VALUE_MAX","features":[9]},{"name":"ACCESS_POSSIBLE_VALUE_MIN","features":[9]},{"name":"ACCESS_POSSIBLE_VALUE_UNITS","features":[9]},{"name":"ACCESS_PROFILE","features":[9]},{"name":"ACCESS_SCHEME","features":[9]},{"name":"ACCESS_SUBGROUP","features":[9]},{"name":"ACPI_REAL_TIME","features":[9]},{"name":"ACPI_TIME_ADJUST_DAYLIGHT","features":[9]},{"name":"ACPI_TIME_AND_ALARM_CAPABILITIES","features":[1,9]},{"name":"ACPI_TIME_IN_DAYLIGHT","features":[9]},{"name":"ACPI_TIME_RESOLUTION","features":[9]},{"name":"ACPI_TIME_ZONE_UNKNOWN","features":[9]},{"name":"ACTIVE_COOLING","features":[9]},{"name":"ADMINISTRATOR_POWER_POLICY","features":[9]},{"name":"ALTITUDE_GROUP_POLICY","features":[9]},{"name":"ALTITUDE_INTERNAL_OVERRIDE","features":[9]},{"name":"ALTITUDE_OEM_CUSTOMIZATION","features":[9]},{"name":"ALTITUDE_OS_DEFAULT","features":[9]},{"name":"ALTITUDE_PROVISIONING","features":[9]},{"name":"ALTITUDE_RUNTIME_OVERRIDE","features":[9]},{"name":"ALTITUDE_USER","features":[9]},{"name":"AcpiTimeResolutionMax","features":[9]},{"name":"AcpiTimeResolutionMilliseconds","features":[9]},{"name":"AcpiTimeResolutionSeconds","features":[9]},{"name":"AdministratorPowerPolicy","features":[9]},{"name":"BATTERY_CAPACITY_RELATIVE","features":[9]},{"name":"BATTERY_CHARGER_STATUS","features":[9]},{"name":"BATTERY_CHARGING","features":[9]},{"name":"BATTERY_CHARGING_SOURCE","features":[9]},{"name":"BATTERY_CHARGING_SOURCE_INFORMATION","features":[1,9]},{"name":"BATTERY_CHARGING_SOURCE_TYPE","features":[9]},{"name":"BATTERY_CLASS_MAJOR_VERSION","features":[9]},{"name":"BATTERY_CLASS_MINOR_VERSION","features":[9]},{"name":"BATTERY_CLASS_MINOR_VERSION_1","features":[9]},{"name":"BATTERY_CRITICAL","features":[9]},{"name":"BATTERY_CYCLE_COUNT_WMI_GUID","features":[9]},{"name":"BATTERY_DISCHARGING","features":[9]},{"name":"BATTERY_FULL_CHARGED_CAPACITY_WMI_GUID","features":[9]},{"name":"BATTERY_INFORMATION","features":[9]},{"name":"BATTERY_IS_SHORT_TERM","features":[9]},{"name":"BATTERY_MANUFACTURE_DATE","features":[9]},{"name":"BATTERY_MINIPORT_UPDATE_DATA_VER_1","features":[9]},{"name":"BATTERY_MINIPORT_UPDATE_DATA_VER_2","features":[9]},{"name":"BATTERY_POWER_ON_LINE","features":[9]},{"name":"BATTERY_QUERY_INFORMATION","features":[9]},{"name":"BATTERY_QUERY_INFORMATION_LEVEL","features":[9]},{"name":"BATTERY_REPORTING_SCALE","features":[9]},{"name":"BATTERY_RUNTIME_WMI_GUID","features":[9]},{"name":"BATTERY_SEALED","features":[9]},{"name":"BATTERY_SET_CHARGER_ID_SUPPORTED","features":[9]},{"name":"BATTERY_SET_CHARGE_SUPPORTED","features":[9]},{"name":"BATTERY_SET_CHARGINGSOURCE_SUPPORTED","features":[9]},{"name":"BATTERY_SET_DISCHARGE_SUPPORTED","features":[9]},{"name":"BATTERY_SET_INFORMATION","features":[9]},{"name":"BATTERY_SET_INFORMATION_LEVEL","features":[9]},{"name":"BATTERY_STATIC_DATA_WMI_GUID","features":[9]},{"name":"BATTERY_STATUS","features":[9]},{"name":"BATTERY_STATUS_CHANGE_WMI_GUID","features":[9]},{"name":"BATTERY_STATUS_WMI_GUID","features":[9]},{"name":"BATTERY_SYSTEM_BATTERY","features":[9]},{"name":"BATTERY_TAG_CHANGE_WMI_GUID","features":[9]},{"name":"BATTERY_TAG_INVALID","features":[9]},{"name":"BATTERY_TEMPERATURE_WMI_GUID","features":[9]},{"name":"BATTERY_UNKNOWN_CAPACITY","features":[9]},{"name":"BATTERY_UNKNOWN_CURRENT","features":[9]},{"name":"BATTERY_UNKNOWN_RATE","features":[9]},{"name":"BATTERY_UNKNOWN_TIME","features":[9]},{"name":"BATTERY_UNKNOWN_VOLTAGE","features":[9]},{"name":"BATTERY_USB_CHARGER_STATUS","features":[9]},{"name":"BATTERY_USB_CHARGER_STATUS_FN_DEFAULT_USB","features":[9]},{"name":"BATTERY_USB_CHARGER_STATUS_UCM_PD","features":[9]},{"name":"BATTERY_WAIT_STATUS","features":[9]},{"name":"BatteryCharge","features":[9]},{"name":"BatteryChargerId","features":[9]},{"name":"BatteryChargerStatus","features":[9]},{"name":"BatteryChargingSource","features":[9]},{"name":"BatteryChargingSourceType_AC","features":[9]},{"name":"BatteryChargingSourceType_Max","features":[9]},{"name":"BatteryChargingSourceType_USB","features":[9]},{"name":"BatteryChargingSourceType_Wireless","features":[9]},{"name":"BatteryCriticalBias","features":[9]},{"name":"BatteryDeviceName","features":[9]},{"name":"BatteryDeviceState","features":[9]},{"name":"BatteryDischarge","features":[9]},{"name":"BatteryEstimatedTime","features":[9]},{"name":"BatteryGranularityInformation","features":[9]},{"name":"BatteryInformation","features":[9]},{"name":"BatteryManufactureDate","features":[9]},{"name":"BatteryManufactureName","features":[9]},{"name":"BatterySerialNumber","features":[9]},{"name":"BatteryTemperature","features":[9]},{"name":"BatteryUniqueID","features":[9]},{"name":"BlackBoxRecorderDirectAccessBuffer","features":[9]},{"name":"CM_POWER_DATA","features":[9]},{"name":"CallNtPowerInformation","features":[1,9]},{"name":"CanUserWritePwrScheme","features":[1,9]},{"name":"CsDeviceNotification","features":[9]},{"name":"DEVICEPOWER_AND_OPERATION","features":[9]},{"name":"DEVICEPOWER_CLEAR_WAKEENABLED","features":[9]},{"name":"DEVICEPOWER_FILTER_DEVICES_PRESENT","features":[9]},{"name":"DEVICEPOWER_FILTER_HARDWARE","features":[9]},{"name":"DEVICEPOWER_FILTER_ON_NAME","features":[9]},{"name":"DEVICEPOWER_FILTER_WAKEENABLED","features":[9]},{"name":"DEVICEPOWER_FILTER_WAKEPROGRAMMABLE","features":[9]},{"name":"DEVICEPOWER_HARDWAREID","features":[9]},{"name":"DEVICEPOWER_SET_WAKEENABLED","features":[9]},{"name":"DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS","features":[9]},{"name":"DEVICE_POWER_CAPABILITIES","features":[9]},{"name":"DEVICE_POWER_STATE","features":[9]},{"name":"DeletePwrScheme","features":[1,9]},{"name":"DevicePowerClose","features":[1,9]},{"name":"DevicePowerEnumDevices","features":[1,9]},{"name":"DevicePowerOpen","features":[1,9]},{"name":"DevicePowerSetDeviceState","features":[9]},{"name":"DisplayBurst","features":[9]},{"name":"EFFECTIVE_POWER_MODE","features":[9]},{"name":"EFFECTIVE_POWER_MODE_CALLBACK","features":[9]},{"name":"EFFECTIVE_POWER_MODE_V1","features":[9]},{"name":"EFFECTIVE_POWER_MODE_V2","features":[9]},{"name":"EMI_CHANNEL_MEASUREMENT_DATA","features":[9]},{"name":"EMI_CHANNEL_V2","features":[9]},{"name":"EMI_MEASUREMENT_DATA_V2","features":[9]},{"name":"EMI_MEASUREMENT_UNIT","features":[9]},{"name":"EMI_METADATA_SIZE","features":[9]},{"name":"EMI_METADATA_V1","features":[9]},{"name":"EMI_METADATA_V2","features":[9]},{"name":"EMI_NAME_MAX","features":[9]},{"name":"EMI_VERSION","features":[9]},{"name":"EMI_VERSION_V1","features":[9]},{"name":"EMI_VERSION_V2","features":[9]},{"name":"ES_AWAYMODE_REQUIRED","features":[9]},{"name":"ES_CONTINUOUS","features":[9]},{"name":"ES_DISPLAY_REQUIRED","features":[9]},{"name":"ES_SYSTEM_REQUIRED","features":[9]},{"name":"ES_USER_PRESENT","features":[9]},{"name":"EXECUTION_STATE","features":[9]},{"name":"EffectivePowerModeBalanced","features":[9]},{"name":"EffectivePowerModeBatterySaver","features":[9]},{"name":"EffectivePowerModeBetterBattery","features":[9]},{"name":"EffectivePowerModeGameMode","features":[9]},{"name":"EffectivePowerModeHighPerformance","features":[9]},{"name":"EffectivePowerModeMaxPerformance","features":[9]},{"name":"EffectivePowerModeMixedReality","features":[9]},{"name":"EmiMeasurementUnitPicowattHours","features":[9]},{"name":"EnableMultiBatteryDisplay","features":[9]},{"name":"EnablePasswordLogon","features":[9]},{"name":"EnableSysTrayBatteryMeter","features":[9]},{"name":"EnableVideoDimDisplay","features":[9]},{"name":"EnableWakeOnRing","features":[9]},{"name":"EnergyTrackerCreate","features":[9]},{"name":"EnergyTrackerQuery","features":[9]},{"name":"EnumPwrSchemes","features":[1,9]},{"name":"ExitLatencySamplingPercentage","features":[9]},{"name":"FirmwareTableInformationRegistered","features":[9]},{"name":"GLOBAL_MACHINE_POWER_POLICY","features":[9]},{"name":"GLOBAL_POWER_POLICY","features":[1,9]},{"name":"GLOBAL_USER_POWER_POLICY","features":[1,9]},{"name":"GUID_CLASS_INPUT","features":[9]},{"name":"GUID_DEVICE_ACPI_TIME","features":[9]},{"name":"GUID_DEVICE_APPLICATIONLAUNCH_BUTTON","features":[9]},{"name":"GUID_DEVICE_BATTERY","features":[9]},{"name":"GUID_DEVICE_ENERGY_METER","features":[9]},{"name":"GUID_DEVICE_FAN","features":[9]},{"name":"GUID_DEVICE_LID","features":[9]},{"name":"GUID_DEVICE_MEMORY","features":[9]},{"name":"GUID_DEVICE_MESSAGE_INDICATOR","features":[9]},{"name":"GUID_DEVICE_PROCESSOR","features":[9]},{"name":"GUID_DEVICE_SYS_BUTTON","features":[9]},{"name":"GUID_DEVICE_THERMAL_ZONE","features":[9]},{"name":"GUID_DEVINTERFACE_THERMAL_COOLING","features":[9]},{"name":"GUID_DEVINTERFACE_THERMAL_MANAGER","features":[9]},{"name":"GetActivePwrScheme","features":[1,9]},{"name":"GetCurrentPowerPolicies","features":[1,9]},{"name":"GetDevicePowerState","features":[1,9]},{"name":"GetPowerRequestList","features":[9]},{"name":"GetPowerSettingValue","features":[9]},{"name":"GetPwrCapabilities","features":[1,9]},{"name":"GetPwrDiskSpindownRange","features":[1,9]},{"name":"GetSystemPowerStatus","features":[1,9]},{"name":"GroupPark","features":[9]},{"name":"HPOWERNOTIFY","features":[9]},{"name":"IOCTL_ACPI_GET_REAL_TIME","features":[9]},{"name":"IOCTL_ACPI_SET_REAL_TIME","features":[9]},{"name":"IOCTL_BATTERY_CHARGING_SOURCE_CHANGE","features":[9]},{"name":"IOCTL_BATTERY_QUERY_INFORMATION","features":[9]},{"name":"IOCTL_BATTERY_QUERY_STATUS","features":[9]},{"name":"IOCTL_BATTERY_QUERY_TAG","features":[9]},{"name":"IOCTL_BATTERY_SET_INFORMATION","features":[9]},{"name":"IOCTL_EMI_GET_MEASUREMENT","features":[9]},{"name":"IOCTL_EMI_GET_METADATA","features":[9]},{"name":"IOCTL_EMI_GET_METADATA_SIZE","features":[9]},{"name":"IOCTL_EMI_GET_VERSION","features":[9]},{"name":"IOCTL_GET_ACPI_TIME_AND_ALARM_CAPABILITIES","features":[9]},{"name":"IOCTL_GET_PROCESSOR_OBJ_INFO","features":[9]},{"name":"IOCTL_GET_SYS_BUTTON_CAPS","features":[9]},{"name":"IOCTL_GET_SYS_BUTTON_EVENT","features":[9]},{"name":"IOCTL_GET_WAKE_ALARM_POLICY","features":[9]},{"name":"IOCTL_GET_WAKE_ALARM_SYSTEM_POWERSTATE","features":[9]},{"name":"IOCTL_GET_WAKE_ALARM_VALUE","features":[9]},{"name":"IOCTL_NOTIFY_SWITCH_EVENT","features":[9]},{"name":"IOCTL_QUERY_LID","features":[9]},{"name":"IOCTL_RUN_ACTIVE_COOLING_METHOD","features":[9]},{"name":"IOCTL_SET_SYS_MESSAGE_INDICATOR","features":[9]},{"name":"IOCTL_SET_WAKE_ALARM_POLICY","features":[9]},{"name":"IOCTL_SET_WAKE_ALARM_VALUE","features":[9]},{"name":"IOCTL_THERMAL_QUERY_INFORMATION","features":[9]},{"name":"IOCTL_THERMAL_READ_POLICY","features":[9]},{"name":"IOCTL_THERMAL_READ_TEMPERATURE","features":[9]},{"name":"IOCTL_THERMAL_SET_COOLING_POLICY","features":[9]},{"name":"IOCTL_THERMAL_SET_PASSIVE_LIMIT","features":[9]},{"name":"IdleResiliency","features":[9]},{"name":"IsAdminOverrideActive","features":[1,9]},{"name":"IsPwrHibernateAllowed","features":[1,9]},{"name":"IsPwrShutdownAllowed","features":[1,9]},{"name":"IsPwrSuspendAllowed","features":[1,9]},{"name":"IsSystemResumeAutomatic","features":[1,9]},{"name":"LATENCY_TIME","features":[9]},{"name":"LT_DONT_CARE","features":[9]},{"name":"LT_LOWEST_LATENCY","features":[9]},{"name":"LastResumePerformance","features":[9]},{"name":"LastSleepTime","features":[9]},{"name":"LastWakeTime","features":[9]},{"name":"LogicalProcessorIdling","features":[9]},{"name":"MACHINE_POWER_POLICY","features":[9]},{"name":"MACHINE_PROCESSOR_POWER_POLICY","features":[9]},{"name":"MAX_ACTIVE_COOLING_LEVELS","features":[9]},{"name":"MAX_BATTERY_STRING_SIZE","features":[9]},{"name":"MonitorCapabilities","features":[9]},{"name":"MonitorInvocation","features":[9]},{"name":"MonitorRequestReasonAcDcDisplayBurst","features":[9]},{"name":"MonitorRequestReasonAcDcDisplayBurstSuppressed","features":[9]},{"name":"MonitorRequestReasonBatteryCountChange","features":[9]},{"name":"MonitorRequestReasonBatteryCountChangeSuppressed","features":[9]},{"name":"MonitorRequestReasonBatteryPreCritical","features":[9]},{"name":"MonitorRequestReasonBuiltinPanel","features":[9]},{"name":"MonitorRequestReasonDP","features":[9]},{"name":"MonitorRequestReasonDim","features":[9]},{"name":"MonitorRequestReasonDirectedDrips","features":[9]},{"name":"MonitorRequestReasonDisplayRequiredUnDim","features":[9]},{"name":"MonitorRequestReasonFullWake","features":[9]},{"name":"MonitorRequestReasonGracePeriod","features":[9]},{"name":"MonitorRequestReasonIdleTimeout","features":[9]},{"name":"MonitorRequestReasonLid","features":[9]},{"name":"MonitorRequestReasonMax","features":[9]},{"name":"MonitorRequestReasonNearProximity","features":[9]},{"name":"MonitorRequestReasonPdcSignal","features":[9]},{"name":"MonitorRequestReasonPdcSignalFingerprint","features":[9]},{"name":"MonitorRequestReasonPdcSignalHeyCortana","features":[9]},{"name":"MonitorRequestReasonPdcSignalHolographicShell","features":[9]},{"name":"MonitorRequestReasonPdcSignalSensorsHumanPresence","features":[9]},{"name":"MonitorRequestReasonPdcSignalWindowsMobilePwrNotif","features":[9]},{"name":"MonitorRequestReasonPdcSignalWindowsMobileShell","features":[9]},{"name":"MonitorRequestReasonPnP","features":[9]},{"name":"MonitorRequestReasonPoSetSystemState","features":[9]},{"name":"MonitorRequestReasonPolicyChange","features":[9]},{"name":"MonitorRequestReasonPowerButton","features":[9]},{"name":"MonitorRequestReasonRemoteConnection","features":[9]},{"name":"MonitorRequestReasonResumeModernStandby","features":[9]},{"name":"MonitorRequestReasonResumePdc","features":[9]},{"name":"MonitorRequestReasonResumeS4","features":[9]},{"name":"MonitorRequestReasonScMonitorpower","features":[9]},{"name":"MonitorRequestReasonScreenOffRequest","features":[9]},{"name":"MonitorRequestReasonSessionUnlock","features":[9]},{"name":"MonitorRequestReasonSetThreadExecutionState","features":[9]},{"name":"MonitorRequestReasonSleepButton","features":[9]},{"name":"MonitorRequestReasonSxTransition","features":[9]},{"name":"MonitorRequestReasonSystemIdle","features":[9]},{"name":"MonitorRequestReasonSystemStateEntered","features":[9]},{"name":"MonitorRequestReasonTerminal","features":[9]},{"name":"MonitorRequestReasonTerminalInit","features":[9]},{"name":"MonitorRequestReasonThermalStandby","features":[9]},{"name":"MonitorRequestReasonUnknown","features":[9]},{"name":"MonitorRequestReasonUserDisplayBurst","features":[9]},{"name":"MonitorRequestReasonUserInput","features":[9]},{"name":"MonitorRequestReasonUserInputAccelerometer","features":[9]},{"name":"MonitorRequestReasonUserInputHid","features":[9]},{"name":"MonitorRequestReasonUserInputInitialization","features":[9]},{"name":"MonitorRequestReasonUserInputKeyboard","features":[9]},{"name":"MonitorRequestReasonUserInputMouse","features":[9]},{"name":"MonitorRequestReasonUserInputPen","features":[9]},{"name":"MonitorRequestReasonUserInputPoUserPresent","features":[9]},{"name":"MonitorRequestReasonUserInputSessionSwitch","features":[9]},{"name":"MonitorRequestReasonUserInputTouch","features":[9]},{"name":"MonitorRequestReasonUserInputTouchpad","features":[9]},{"name":"MonitorRequestReasonWinrt","features":[9]},{"name":"MonitorRequestTypeOff","features":[9]},{"name":"MonitorRequestTypeOnAndPresent","features":[9]},{"name":"MonitorRequestTypeToggleOn","features":[9]},{"name":"NotifyUserModeLegacyPowerEvent","features":[9]},{"name":"NotifyUserPowerSetting","features":[9]},{"name":"PASSIVE_COOLING","features":[9]},{"name":"PDCAP_D0_SUPPORTED","features":[9]},{"name":"PDCAP_D1_SUPPORTED","features":[9]},{"name":"PDCAP_D2_SUPPORTED","features":[9]},{"name":"PDCAP_D3_SUPPORTED","features":[9]},{"name":"PDCAP_S0_SUPPORTED","features":[9]},{"name":"PDCAP_S1_SUPPORTED","features":[9]},{"name":"PDCAP_S2_SUPPORTED","features":[9]},{"name":"PDCAP_S3_SUPPORTED","features":[9]},{"name":"PDCAP_S4_SUPPORTED","features":[9]},{"name":"PDCAP_S5_SUPPORTED","features":[9]},{"name":"PDCAP_WAKE_FROM_D0_SUPPORTED","features":[9]},{"name":"PDCAP_WAKE_FROM_D1_SUPPORTED","features":[9]},{"name":"PDCAP_WAKE_FROM_D2_SUPPORTED","features":[9]},{"name":"PDCAP_WAKE_FROM_D3_SUPPORTED","features":[9]},{"name":"PDCAP_WAKE_FROM_S0_SUPPORTED","features":[9]},{"name":"PDCAP_WAKE_FROM_S1_SUPPORTED","features":[9]},{"name":"PDCAP_WAKE_FROM_S2_SUPPORTED","features":[9]},{"name":"PDCAP_WAKE_FROM_S3_SUPPORTED","features":[9]},{"name":"PDCAP_WARM_EJECT_SUPPORTED","features":[9]},{"name":"PDEVICE_NOTIFY_CALLBACK_ROUTINE","features":[9]},{"name":"POWERBROADCAST_SETTING","features":[9]},{"name":"POWER_ACTION","features":[9]},{"name":"POWER_ACTION_POLICY","features":[9]},{"name":"POWER_ACTION_POLICY_EVENT_CODE","features":[9]},{"name":"POWER_ATTRIBUTE_HIDE","features":[9]},{"name":"POWER_ATTRIBUTE_SHOW_AOAC","features":[9]},{"name":"POWER_COOLING_MODE","features":[9]},{"name":"POWER_DATA_ACCESSOR","features":[9]},{"name":"POWER_FORCE_TRIGGER_RESET","features":[9]},{"name":"POWER_IDLE_RESILIENCY","features":[9]},{"name":"POWER_INFORMATION_LEVEL","features":[9]},{"name":"POWER_LEVEL_USER_NOTIFY_EXEC","features":[9]},{"name":"POWER_LEVEL_USER_NOTIFY_SOUND","features":[9]},{"name":"POWER_LEVEL_USER_NOTIFY_TEXT","features":[9]},{"name":"POWER_MONITOR_INVOCATION","features":[1,9]},{"name":"POWER_MONITOR_REQUEST_REASON","features":[9]},{"name":"POWER_MONITOR_REQUEST_TYPE","features":[9]},{"name":"POWER_PLATFORM_INFORMATION","features":[1,9]},{"name":"POWER_PLATFORM_ROLE","features":[9]},{"name":"POWER_PLATFORM_ROLE_V1","features":[9]},{"name":"POWER_PLATFORM_ROLE_V2","features":[9]},{"name":"POWER_PLATFORM_ROLE_VERSION","features":[9]},{"name":"POWER_POLICY","features":[1,9]},{"name":"POWER_REQUEST_TYPE","features":[9]},{"name":"POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES","features":[1,9]},{"name":"POWER_SESSION_CONNECT","features":[1,9]},{"name":"POWER_SESSION_RIT_STATE","features":[1,9]},{"name":"POWER_SESSION_TIMEOUTS","features":[9]},{"name":"POWER_SESSION_WINLOGON","features":[1,9]},{"name":"POWER_SETTING_ALTITUDE","features":[9]},{"name":"POWER_USER_NOTIFY_BUTTON","features":[9]},{"name":"POWER_USER_NOTIFY_SHUTDOWN","features":[9]},{"name":"POWER_USER_PRESENCE","features":[9]},{"name":"POWER_USER_PRESENCE_TYPE","features":[9]},{"name":"PO_TZ_ACTIVE","features":[9]},{"name":"PO_TZ_INVALID_MODE","features":[9]},{"name":"PO_TZ_PASSIVE","features":[9]},{"name":"PPM_FIRMWARE_ACPI1C2","features":[9]},{"name":"PPM_FIRMWARE_ACPI1C3","features":[9]},{"name":"PPM_FIRMWARE_ACPI1TSTATES","features":[9]},{"name":"PPM_FIRMWARE_CPC","features":[9]},{"name":"PPM_FIRMWARE_CSD","features":[9]},{"name":"PPM_FIRMWARE_CST","features":[9]},{"name":"PPM_FIRMWARE_LPI","features":[9]},{"name":"PPM_FIRMWARE_OSC","features":[9]},{"name":"PPM_FIRMWARE_PCCH","features":[9]},{"name":"PPM_FIRMWARE_PCCP","features":[9]},{"name":"PPM_FIRMWARE_PCT","features":[9]},{"name":"PPM_FIRMWARE_PDC","features":[9]},{"name":"PPM_FIRMWARE_PPC","features":[9]},{"name":"PPM_FIRMWARE_PSD","features":[9]},{"name":"PPM_FIRMWARE_PSS","features":[9]},{"name":"PPM_FIRMWARE_PTC","features":[9]},{"name":"PPM_FIRMWARE_TPC","features":[9]},{"name":"PPM_FIRMWARE_TSD","features":[9]},{"name":"PPM_FIRMWARE_TSS","features":[9]},{"name":"PPM_FIRMWARE_XPSS","features":[9]},{"name":"PPM_IDLESTATES_DATA_GUID","features":[9]},{"name":"PPM_IDLESTATE_CHANGE_GUID","features":[9]},{"name":"PPM_IDLESTATE_EVENT","features":[9]},{"name":"PPM_IDLE_ACCOUNTING","features":[9]},{"name":"PPM_IDLE_ACCOUNTING_EX","features":[9]},{"name":"PPM_IDLE_ACCOUNTING_EX_GUID","features":[9]},{"name":"PPM_IDLE_ACCOUNTING_GUID","features":[9]},{"name":"PPM_IDLE_IMPLEMENTATION_CSTATES","features":[9]},{"name":"PPM_IDLE_IMPLEMENTATION_LPISTATES","features":[9]},{"name":"PPM_IDLE_IMPLEMENTATION_MICROPEP","features":[9]},{"name":"PPM_IDLE_IMPLEMENTATION_NONE","features":[9]},{"name":"PPM_IDLE_IMPLEMENTATION_PEP","features":[9]},{"name":"PPM_IDLE_STATE_ACCOUNTING","features":[9]},{"name":"PPM_IDLE_STATE_ACCOUNTING_EX","features":[9]},{"name":"PPM_IDLE_STATE_BUCKET_EX","features":[9]},{"name":"PPM_PERFMON_PERFSTATE_GUID","features":[9]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_CPPC","features":[9]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_NONE","features":[9]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PCCV1","features":[9]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PEP","features":[9]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PSTATES","features":[9]},{"name":"PPM_PERFSTATES_DATA_GUID","features":[9]},{"name":"PPM_PERFSTATE_CHANGE_GUID","features":[9]},{"name":"PPM_PERFSTATE_DOMAIN_CHANGE_GUID","features":[9]},{"name":"PPM_PERFSTATE_DOMAIN_EVENT","features":[9]},{"name":"PPM_PERFSTATE_EVENT","features":[9]},{"name":"PPM_THERMALCHANGE_EVENT","features":[9]},{"name":"PPM_THERMALCONSTRAINT_GUID","features":[9]},{"name":"PPM_THERMAL_POLICY_CHANGE_GUID","features":[9]},{"name":"PPM_THERMAL_POLICY_EVENT","features":[9]},{"name":"PPM_WMI_IDLE_STATE","features":[9]},{"name":"PPM_WMI_IDLE_STATES","features":[9]},{"name":"PPM_WMI_IDLE_STATES_EX","features":[9]},{"name":"PPM_WMI_LEGACY_PERFSTATE","features":[9]},{"name":"PPM_WMI_PERF_STATE","features":[9]},{"name":"PPM_WMI_PERF_STATES","features":[9]},{"name":"PPM_WMI_PERF_STATES_EX","features":[9]},{"name":"PROCESSOR_NUMBER_PKEY","features":[1,9]},{"name":"PROCESSOR_OBJECT_INFO","features":[9]},{"name":"PROCESSOR_OBJECT_INFO_EX","features":[9]},{"name":"PROCESSOR_POWER_INFORMATION","features":[9]},{"name":"PROCESSOR_POWER_POLICY","features":[9]},{"name":"PROCESSOR_POWER_POLICY_INFO","features":[9]},{"name":"PWRSCHEMESENUMPROC","features":[1,9]},{"name":"PWRSCHEMESENUMPROC_V1","features":[1,9]},{"name":"PdcInvocation","features":[9]},{"name":"PhysicalPowerButtonPress","features":[9]},{"name":"PlatformIdleStates","features":[9]},{"name":"PlatformIdleVeto","features":[9]},{"name":"PlatformInformation","features":[9]},{"name":"PlatformRole","features":[9]},{"name":"PlatformRoleAppliancePC","features":[9]},{"name":"PlatformRoleDesktop","features":[9]},{"name":"PlatformRoleEnterpriseServer","features":[9]},{"name":"PlatformRoleMaximum","features":[9]},{"name":"PlatformRoleMobile","features":[9]},{"name":"PlatformRolePerformanceServer","features":[9]},{"name":"PlatformRoleSOHOServer","features":[9]},{"name":"PlatformRoleSlate","features":[9]},{"name":"PlatformRoleUnspecified","features":[9]},{"name":"PlatformRoleWorkstation","features":[9]},{"name":"PlmPowerRequestCreate","features":[9]},{"name":"PoAc","features":[9]},{"name":"PoConditionMaximum","features":[9]},{"name":"PoDc","features":[9]},{"name":"PoHot","features":[9]},{"name":"PowerActionDisplayOff","features":[9]},{"name":"PowerActionHibernate","features":[9]},{"name":"PowerActionNone","features":[9]},{"name":"PowerActionReserved","features":[9]},{"name":"PowerActionShutdown","features":[9]},{"name":"PowerActionShutdownOff","features":[9]},{"name":"PowerActionShutdownReset","features":[9]},{"name":"PowerActionSleep","features":[9]},{"name":"PowerActionWarmEject","features":[9]},{"name":"PowerCanRestoreIndividualDefaultPowerScheme","features":[1,9]},{"name":"PowerClearRequest","features":[1,9]},{"name":"PowerCreatePossibleSetting","features":[1,9,54]},{"name":"PowerCreateRequest","features":[1,9,39]},{"name":"PowerCreateSetting","features":[1,9,54]},{"name":"PowerDeleteScheme","features":[1,9,54]},{"name":"PowerDeterminePlatformRole","features":[9]},{"name":"PowerDeterminePlatformRoleEx","features":[9]},{"name":"PowerDeviceD0","features":[9]},{"name":"PowerDeviceD1","features":[9]},{"name":"PowerDeviceD2","features":[9]},{"name":"PowerDeviceD3","features":[9]},{"name":"PowerDeviceMaximum","features":[9]},{"name":"PowerDeviceUnspecified","features":[9]},{"name":"PowerDuplicateScheme","features":[1,9,54]},{"name":"PowerEnumerate","features":[1,9,54]},{"name":"PowerGetActiveScheme","features":[1,9,54]},{"name":"PowerImportPowerScheme","features":[1,9,54]},{"name":"PowerInformationInternal","features":[9]},{"name":"PowerInformationLevelMaximum","features":[9]},{"name":"PowerInformationLevelUnused0","features":[9]},{"name":"PowerIsSettingRangeDefined","features":[1,9]},{"name":"PowerOpenSystemPowerKey","features":[1,9,54]},{"name":"PowerOpenUserPowerKey","features":[1,9,54]},{"name":"PowerReadACDefaultIndex","features":[9,54]},{"name":"PowerReadACValue","features":[1,9,54]},{"name":"PowerReadACValueIndex","features":[1,9,54]},{"name":"PowerReadDCDefaultIndex","features":[9,54]},{"name":"PowerReadDCValue","features":[1,9,54]},{"name":"PowerReadDCValueIndex","features":[9,54]},{"name":"PowerReadDescription","features":[1,9,54]},{"name":"PowerReadFriendlyName","features":[1,9,54]},{"name":"PowerReadIconResourceSpecifier","features":[1,9,54]},{"name":"PowerReadPossibleDescription","features":[1,9,54]},{"name":"PowerReadPossibleFriendlyName","features":[1,9,54]},{"name":"PowerReadPossibleValue","features":[1,9,54]},{"name":"PowerReadSettingAttributes","features":[9]},{"name":"PowerReadValueIncrement","features":[1,9,54]},{"name":"PowerReadValueMax","features":[1,9,54]},{"name":"PowerReadValueMin","features":[1,9,54]},{"name":"PowerReadValueUnitsSpecifier","features":[1,9,54]},{"name":"PowerRegisterForEffectivePowerModeNotifications","features":[9]},{"name":"PowerRegisterSuspendResumeNotification","features":[1,9,55]},{"name":"PowerRemovePowerSetting","features":[1,9]},{"name":"PowerReplaceDefaultPowerSchemes","features":[9]},{"name":"PowerReportThermalEvent","features":[1,9]},{"name":"PowerRequestAction","features":[9]},{"name":"PowerRequestActionInternal","features":[9]},{"name":"PowerRequestAwayModeRequired","features":[9]},{"name":"PowerRequestCreate","features":[9]},{"name":"PowerRequestDisplayRequired","features":[9]},{"name":"PowerRequestExecutionRequired","features":[9]},{"name":"PowerRequestSystemRequired","features":[9]},{"name":"PowerRestoreDefaultPowerSchemes","features":[1,9]},{"name":"PowerRestoreIndividualDefaultPowerScheme","features":[1,9]},{"name":"PowerSetActiveScheme","features":[1,9,54]},{"name":"PowerSetRequest","features":[1,9]},{"name":"PowerSettingAccessCheck","features":[1,9]},{"name":"PowerSettingAccessCheckEx","features":[1,9,54]},{"name":"PowerSettingNotificationName","features":[9]},{"name":"PowerSettingRegisterNotification","features":[1,9,55]},{"name":"PowerSettingUnregisterNotification","features":[1,9]},{"name":"PowerShutdownNotification","features":[9]},{"name":"PowerSystemHibernate","features":[9]},{"name":"PowerSystemMaximum","features":[9]},{"name":"PowerSystemShutdown","features":[9]},{"name":"PowerSystemSleeping1","features":[9]},{"name":"PowerSystemSleeping2","features":[9]},{"name":"PowerSystemSleeping3","features":[9]},{"name":"PowerSystemUnspecified","features":[9]},{"name":"PowerSystemWorking","features":[9]},{"name":"PowerUnregisterFromEffectivePowerModeNotifications","features":[9]},{"name":"PowerUnregisterSuspendResumeNotification","features":[1,9]},{"name":"PowerUserInactive","features":[9]},{"name":"PowerUserInvalid","features":[9]},{"name":"PowerUserMaximum","features":[9]},{"name":"PowerUserNotPresent","features":[9]},{"name":"PowerUserPresent","features":[9]},{"name":"PowerWriteACDefaultIndex","features":[9,54]},{"name":"PowerWriteACValueIndex","features":[1,9,54]},{"name":"PowerWriteDCDefaultIndex","features":[9,54]},{"name":"PowerWriteDCValueIndex","features":[9,54]},{"name":"PowerWriteDescription","features":[1,9,54]},{"name":"PowerWriteFriendlyName","features":[1,9,54]},{"name":"PowerWriteIconResourceSpecifier","features":[1,9,54]},{"name":"PowerWritePossibleDescription","features":[1,9,54]},{"name":"PowerWritePossibleFriendlyName","features":[1,9,54]},{"name":"PowerWritePossibleValue","features":[1,9,54]},{"name":"PowerWriteSettingAttributes","features":[1,9]},{"name":"PowerWriteValueIncrement","features":[1,9,54]},{"name":"PowerWriteValueMax","features":[1,9,54]},{"name":"PowerWriteValueMin","features":[1,9,54]},{"name":"PowerWriteValueUnitsSpecifier","features":[1,9,54]},{"name":"ProcessorCap","features":[9]},{"name":"ProcessorIdleDomains","features":[9]},{"name":"ProcessorIdleStates","features":[9]},{"name":"ProcessorIdleStatesHv","features":[9]},{"name":"ProcessorIdleVeto","features":[9]},{"name":"ProcessorInformation","features":[9]},{"name":"ProcessorInformationEx","features":[9]},{"name":"ProcessorLoad","features":[9]},{"name":"ProcessorPerfCapHv","features":[9]},{"name":"ProcessorPerfStates","features":[9]},{"name":"ProcessorPerfStatesHv","features":[9]},{"name":"ProcessorPowerPolicyAc","features":[9]},{"name":"ProcessorPowerPolicyCurrent","features":[9]},{"name":"ProcessorPowerPolicyDc","features":[9]},{"name":"ProcessorSetIdle","features":[9]},{"name":"ProcessorStateHandler","features":[9]},{"name":"ProcessorStateHandler2","features":[9]},{"name":"QueryPotentialDripsConstraint","features":[9]},{"name":"RESUME_PERFORMANCE","features":[9]},{"name":"ReadGlobalPwrPolicy","features":[1,9]},{"name":"ReadProcessorPwrScheme","features":[1,9]},{"name":"ReadPwrScheme","features":[1,9]},{"name":"RegisterPowerSettingNotification","features":[1,9,55]},{"name":"RegisterSpmPowerSettings","features":[9]},{"name":"RegisterSuspendResumeNotification","features":[1,9,55]},{"name":"RequestWakeupLatency","features":[1,9]},{"name":"SET_POWER_SETTING_VALUE","features":[9]},{"name":"SYSTEM_BATTERY_STATE","features":[1,9]},{"name":"SYSTEM_POWER_CAPABILITIES","features":[1,9]},{"name":"SYSTEM_POWER_CONDITION","features":[9]},{"name":"SYSTEM_POWER_INFORMATION","features":[9]},{"name":"SYSTEM_POWER_LEVEL","features":[1,9]},{"name":"SYSTEM_POWER_POLICY","features":[1,9]},{"name":"SYSTEM_POWER_STATE","features":[9]},{"name":"SYSTEM_POWER_STATUS","features":[9]},{"name":"SYS_BUTTON_LID","features":[9]},{"name":"SYS_BUTTON_LID_CHANGED","features":[9]},{"name":"SYS_BUTTON_LID_CLOSED","features":[9]},{"name":"SYS_BUTTON_LID_INITIAL","features":[9]},{"name":"SYS_BUTTON_LID_OPEN","features":[9]},{"name":"SYS_BUTTON_LID_STATE_MASK","features":[9]},{"name":"SYS_BUTTON_POWER","features":[9]},{"name":"SYS_BUTTON_SLEEP","features":[9]},{"name":"SYS_BUTTON_WAKE","features":[9]},{"name":"ScreenOff","features":[9]},{"name":"SendSuspendResumeNotification","features":[9]},{"name":"SessionAllowExternalDmaDevices","features":[9]},{"name":"SessionConnectNotification","features":[9]},{"name":"SessionDisplayState","features":[9]},{"name":"SessionLockState","features":[9]},{"name":"SessionPowerCleanup","features":[9]},{"name":"SessionPowerInit","features":[9]},{"name":"SessionRITState","features":[9]},{"name":"SetActivePwrScheme","features":[1,9]},{"name":"SetPowerSettingValue","features":[9]},{"name":"SetShutdownSelectedTime","features":[9]},{"name":"SetSuspendState","features":[1,9]},{"name":"SetSystemPowerState","features":[1,9]},{"name":"SetThreadExecutionState","features":[9]},{"name":"SuspendResumeInvocation","features":[9]},{"name":"SystemBatteryState","features":[9]},{"name":"SystemBatteryStatePrecise","features":[9]},{"name":"SystemExecutionState","features":[9]},{"name":"SystemHiberFileInformation","features":[9]},{"name":"SystemHiberFileSize","features":[9]},{"name":"SystemHiberFileType","features":[9]},{"name":"SystemHiberbootState","features":[9]},{"name":"SystemMonitorHiberBootPowerOff","features":[9]},{"name":"SystemPowerCapabilities","features":[9]},{"name":"SystemPowerInformation","features":[9]},{"name":"SystemPowerLoggingEntry","features":[9]},{"name":"SystemPowerPolicyAc","features":[9]},{"name":"SystemPowerPolicyCurrent","features":[9]},{"name":"SystemPowerPolicyDc","features":[9]},{"name":"SystemPowerStateHandler","features":[9]},{"name":"SystemPowerStateLogging","features":[9]},{"name":"SystemPowerStateNotifyHandler","features":[9]},{"name":"SystemReserveHiberFile","features":[9]},{"name":"SystemVideoState","features":[9]},{"name":"SystemWakeSource","features":[9]},{"name":"THERMAL_COOLING_INTERFACE_VERSION","features":[9]},{"name":"THERMAL_DEVICE_INTERFACE_VERSION","features":[9]},{"name":"THERMAL_EVENT","features":[9]},{"name":"THERMAL_EVENT_VERSION","features":[9]},{"name":"THERMAL_INFORMATION","features":[9]},{"name":"THERMAL_POLICY","features":[1,9]},{"name":"THERMAL_POLICY_VERSION_1","features":[9]},{"name":"THERMAL_POLICY_VERSION_2","features":[9]},{"name":"THERMAL_WAIT_READ","features":[9]},{"name":"TZ_ACTIVATION_REASON_CURRENT","features":[9]},{"name":"TZ_ACTIVATION_REASON_THERMAL","features":[9]},{"name":"ThermalEvent","features":[9]},{"name":"ThermalStandby","features":[9]},{"name":"TraceApplicationPowerMessage","features":[9]},{"name":"TraceApplicationPowerMessageEnd","features":[9]},{"name":"TraceServicePowerMessage","features":[9]},{"name":"UNKNOWN_CAPACITY","features":[9]},{"name":"UNKNOWN_CURRENT","features":[9]},{"name":"UNKNOWN_RATE","features":[9]},{"name":"UNKNOWN_VOLTAGE","features":[9]},{"name":"USB_CHARGER_PORT","features":[9]},{"name":"USER_ACTIVITY_PRESENCE","features":[9]},{"name":"USER_POWER_POLICY","features":[1,9]},{"name":"UnregisterPowerSettingNotification","features":[1,9]},{"name":"UnregisterSuspendResumeNotification","features":[1,9]},{"name":"UpdateBlackBoxRecorder","features":[9]},{"name":"UsbChargerPort_Legacy","features":[9]},{"name":"UsbChargerPort_Max","features":[9]},{"name":"UsbChargerPort_TypeC","features":[9]},{"name":"UserNotPresent","features":[9]},{"name":"UserPresence","features":[9]},{"name":"UserPresent","features":[9]},{"name":"UserUnknown","features":[9]},{"name":"ValidatePowerPolicies","features":[1,9]},{"name":"VerifyProcessorPowerPolicyAc","features":[9]},{"name":"VerifyProcessorPowerPolicyDc","features":[9]},{"name":"VerifySystemPolicyAc","features":[9]},{"name":"VerifySystemPolicyDc","features":[9]},{"name":"WAKE_ALARM_INFORMATION","features":[9]},{"name":"WakeTimerList","features":[9]},{"name":"WriteGlobalPwrPolicy","features":[1,9]},{"name":"WriteProcessorPwrScheme","features":[1,9]},{"name":"WritePwrScheme","features":[1,9]}],"601":[{"name":"ENUM_PAGE_FILE_INFORMATION","features":[200]},{"name":"ENUM_PROCESS_MODULES_EX_FLAGS","features":[200]},{"name":"EmptyWorkingSet","features":[1,200]},{"name":"EnumDeviceDrivers","features":[1,200]},{"name":"EnumPageFilesA","features":[1,200]},{"name":"EnumPageFilesW","features":[1,200]},{"name":"EnumProcessModules","features":[1,200]},{"name":"EnumProcessModulesEx","features":[1,200]},{"name":"EnumProcesses","features":[1,200]},{"name":"GetDeviceDriverBaseNameA","features":[200]},{"name":"GetDeviceDriverBaseNameW","features":[200]},{"name":"GetDeviceDriverFileNameA","features":[200]},{"name":"GetDeviceDriverFileNameW","features":[200]},{"name":"GetMappedFileNameA","features":[1,200]},{"name":"GetMappedFileNameW","features":[1,200]},{"name":"GetModuleBaseNameA","features":[1,200]},{"name":"GetModuleBaseNameW","features":[1,200]},{"name":"GetModuleFileNameExA","features":[1,200]},{"name":"GetModuleFileNameExW","features":[1,200]},{"name":"GetModuleInformation","features":[1,200]},{"name":"GetPerformanceInfo","features":[1,200]},{"name":"GetProcessImageFileNameA","features":[1,200]},{"name":"GetProcessImageFileNameW","features":[1,200]},{"name":"GetProcessMemoryInfo","features":[1,200]},{"name":"GetWsChanges","features":[1,200]},{"name":"GetWsChangesEx","features":[1,200]},{"name":"InitializeProcessForWsWatch","features":[1,200]},{"name":"K32EmptyWorkingSet","features":[1,200]},{"name":"K32EnumDeviceDrivers","features":[1,200]},{"name":"K32EnumPageFilesA","features":[1,200]},{"name":"K32EnumPageFilesW","features":[1,200]},{"name":"K32EnumProcessModules","features":[1,200]},{"name":"K32EnumProcessModulesEx","features":[1,200]},{"name":"K32EnumProcesses","features":[1,200]},{"name":"K32GetDeviceDriverBaseNameA","features":[200]},{"name":"K32GetDeviceDriverBaseNameW","features":[200]},{"name":"K32GetDeviceDriverFileNameA","features":[200]},{"name":"K32GetDeviceDriverFileNameW","features":[200]},{"name":"K32GetMappedFileNameA","features":[1,200]},{"name":"K32GetMappedFileNameW","features":[1,200]},{"name":"K32GetModuleBaseNameA","features":[1,200]},{"name":"K32GetModuleBaseNameW","features":[1,200]},{"name":"K32GetModuleFileNameExA","features":[1,200]},{"name":"K32GetModuleFileNameExW","features":[1,200]},{"name":"K32GetModuleInformation","features":[1,200]},{"name":"K32GetPerformanceInfo","features":[1,200]},{"name":"K32GetProcessImageFileNameA","features":[1,200]},{"name":"K32GetProcessImageFileNameW","features":[1,200]},{"name":"K32GetProcessMemoryInfo","features":[1,200]},{"name":"K32GetWsChanges","features":[1,200]},{"name":"K32GetWsChangesEx","features":[1,200]},{"name":"K32InitializeProcessForWsWatch","features":[1,200]},{"name":"K32QueryWorkingSet","features":[1,200]},{"name":"K32QueryWorkingSetEx","features":[1,200]},{"name":"LIST_MODULES_32BIT","features":[200]},{"name":"LIST_MODULES_64BIT","features":[200]},{"name":"LIST_MODULES_ALL","features":[200]},{"name":"LIST_MODULES_DEFAULT","features":[200]},{"name":"MODULEINFO","features":[200]},{"name":"PENUM_PAGE_FILE_CALLBACKA","features":[1,200]},{"name":"PENUM_PAGE_FILE_CALLBACKW","features":[1,200]},{"name":"PERFORMANCE_INFORMATION","features":[200]},{"name":"PROCESS_MEMORY_COUNTERS","features":[200]},{"name":"PROCESS_MEMORY_COUNTERS_EX","features":[200]},{"name":"PROCESS_MEMORY_COUNTERS_EX2","features":[200]},{"name":"PSAPI_VERSION","features":[200]},{"name":"PSAPI_WORKING_SET_BLOCK","features":[200]},{"name":"PSAPI_WORKING_SET_EX_BLOCK","features":[200]},{"name":"PSAPI_WORKING_SET_EX_INFORMATION","features":[200]},{"name":"PSAPI_WORKING_SET_INFORMATION","features":[200]},{"name":"PSAPI_WS_WATCH_INFORMATION","features":[200]},{"name":"PSAPI_WS_WATCH_INFORMATION_EX","features":[200]},{"name":"QueryWorkingSet","features":[1,200]},{"name":"QueryWorkingSetEx","features":[1,200]}],"603":[{"name":"ApplicationRecoveryFinished","features":[1,201]},{"name":"ApplicationRecoveryInProgress","features":[1,201]},{"name":"GetApplicationRecoveryCallback","features":[1,201,36]},{"name":"GetApplicationRestartSettings","features":[1,201]},{"name":"REGISTER_APPLICATION_RESTART_FLAGS","features":[201]},{"name":"RESTART_NO_CRASH","features":[201]},{"name":"RESTART_NO_HANG","features":[201]},{"name":"RESTART_NO_PATCH","features":[201]},{"name":"RESTART_NO_REBOOT","features":[201]},{"name":"RegisterApplicationRecoveryCallback","features":[201,36]},{"name":"RegisterApplicationRestart","features":[201]},{"name":"UnregisterApplicationRecoveryCallback","features":[201]},{"name":"UnregisterApplicationRestart","features":[201]}],"604":[{"name":"AGP_FLAG_NO_1X_RATE","features":[54]},{"name":"AGP_FLAG_NO_2X_RATE","features":[54]},{"name":"AGP_FLAG_NO_4X_RATE","features":[54]},{"name":"AGP_FLAG_NO_8X_RATE","features":[54]},{"name":"AGP_FLAG_NO_FW_ENABLE","features":[54]},{"name":"AGP_FLAG_NO_SBA_ENABLE","features":[54]},{"name":"AGP_FLAG_REVERSE_INITIALIZATION","features":[54]},{"name":"AGP_FLAG_SPECIAL_RESERVE","features":[54]},{"name":"AGP_FLAG_SPECIAL_TARGET","features":[54]},{"name":"APMMENUSUSPEND_DISABLED","features":[54]},{"name":"APMMENUSUSPEND_ENABLED","features":[54]},{"name":"APMMENUSUSPEND_NOCHANGE","features":[54]},{"name":"APMMENUSUSPEND_UNDOCKED","features":[54]},{"name":"APMTIMEOUT_DISABLED","features":[54]},{"name":"BIF_RAWDEVICENEEDSDRIVER","features":[54]},{"name":"BIF_SHOWSIMILARDRIVERS","features":[54]},{"name":"CSCONFIGFLAG_BITS","features":[54]},{"name":"CSCONFIGFLAG_DISABLED","features":[54]},{"name":"CSCONFIGFLAG_DO_NOT_CREATE","features":[54]},{"name":"CSCONFIGFLAG_DO_NOT_START","features":[54]},{"name":"DMSTATEFLAG_APPLYTOALL","features":[54]},{"name":"DOSOPTF_ALWAYSUSE","features":[54]},{"name":"DOSOPTF_DEFAULT","features":[54]},{"name":"DOSOPTF_INDOSSTART","features":[54]},{"name":"DOSOPTF_MULTIPLE","features":[54]},{"name":"DOSOPTF_NEEDSETUP","features":[54]},{"name":"DOSOPTF_PROVIDESUMB","features":[54]},{"name":"DOSOPTF_SUPPORTED","features":[54]},{"name":"DOSOPTF_USESPMODE","features":[54]},{"name":"DOSOPTGF_DEFCLEAN","features":[54]},{"name":"DRIVERSIGN_BLOCKING","features":[54]},{"name":"DRIVERSIGN_NONE","features":[54]},{"name":"DRIVERSIGN_WARNING","features":[54]},{"name":"DSKTLSYSTEMTIME","features":[54]},{"name":"DTRESULTFIX","features":[54]},{"name":"DTRESULTOK","features":[54]},{"name":"DTRESULTPART","features":[54]},{"name":"DTRESULTPROB","features":[54]},{"name":"EISAFLAG_NO_IO_MERGE","features":[54]},{"name":"EISAFLAG_SLOT_IO_FIRST","features":[54]},{"name":"EISA_NO_MAX_FUNCTION","features":[54]},{"name":"GetRegistryValueWithFallbackW","features":[1,54]},{"name":"HKEY","features":[54]},{"name":"HKEY_CLASSES_ROOT","features":[54]},{"name":"HKEY_CURRENT_CONFIG","features":[54]},{"name":"HKEY_CURRENT_USER","features":[54]},{"name":"HKEY_CURRENT_USER_LOCAL_SETTINGS","features":[54]},{"name":"HKEY_DYN_DATA","features":[54]},{"name":"HKEY_LOCAL_MACHINE","features":[54]},{"name":"HKEY_PERFORMANCE_DATA","features":[54]},{"name":"HKEY_PERFORMANCE_NLSTEXT","features":[54]},{"name":"HKEY_PERFORMANCE_TEXT","features":[54]},{"name":"HKEY_USERS","features":[54]},{"name":"IT_COMPACT","features":[54]},{"name":"IT_CUSTOM","features":[54]},{"name":"IT_PORTABLE","features":[54]},{"name":"IT_TYPICAL","features":[54]},{"name":"KEY_ALL_ACCESS","features":[54]},{"name":"KEY_CREATE_LINK","features":[54]},{"name":"KEY_CREATE_SUB_KEY","features":[54]},{"name":"KEY_ENUMERATE_SUB_KEYS","features":[54]},{"name":"KEY_EXECUTE","features":[54]},{"name":"KEY_NOTIFY","features":[54]},{"name":"KEY_QUERY_VALUE","features":[54]},{"name":"KEY_READ","features":[54]},{"name":"KEY_SET_VALUE","features":[54]},{"name":"KEY_WOW64_32KEY","features":[54]},{"name":"KEY_WOW64_64KEY","features":[54]},{"name":"KEY_WOW64_RES","features":[54]},{"name":"KEY_WRITE","features":[54]},{"name":"LASTGOOD_OPERATION","features":[54]},{"name":"LASTGOOD_OPERATION_DELETE","features":[54]},{"name":"LASTGOOD_OPERATION_NOPOSTPROC","features":[54]},{"name":"MF_FLAGS_CREATE_BUT_NO_SHOW_DISABLED","features":[54]},{"name":"MF_FLAGS_EVEN_IF_NO_RESOURCE","features":[54]},{"name":"MF_FLAGS_FILL_IN_UNKNOWN_RESOURCE","features":[54]},{"name":"MF_FLAGS_NO_CREATE_IF_NO_RESOURCE","features":[54]},{"name":"NUM_EISA_RANGES","features":[54]},{"name":"NUM_RESOURCE_MAP","features":[54]},{"name":"PCIC_DEFAULT_IRQMASK","features":[54]},{"name":"PCIC_DEFAULT_NUMSOCKETS","features":[54]},{"name":"PCI_OPTIONS_USE_BIOS","features":[54]},{"name":"PCI_OPTIONS_USE_IRQ_STEERING","features":[54]},{"name":"PCMCIA_DEF_MEMBEGIN","features":[54]},{"name":"PCMCIA_DEF_MEMEND","features":[54]},{"name":"PCMCIA_DEF_MEMLEN","features":[54]},{"name":"PCMCIA_DEF_MIN_REGION","features":[54]},{"name":"PCMCIA_OPT_AUTOMEM","features":[54]},{"name":"PCMCIA_OPT_HAVE_SOCKET","features":[54]},{"name":"PCMCIA_OPT_NO_APMREMOVE","features":[54]},{"name":"PCMCIA_OPT_NO_AUDIO","features":[54]},{"name":"PCMCIA_OPT_NO_SOUND","features":[54]},{"name":"PIR_OPTION_DEFAULT","features":[54]},{"name":"PIR_OPTION_ENABLED","features":[54]},{"name":"PIR_OPTION_MSSPEC","features":[54]},{"name":"PIR_OPTION_REALMODE","features":[54]},{"name":"PIR_OPTION_REGISTRY","features":[54]},{"name":"PIR_STATUS_DISABLED","features":[54]},{"name":"PIR_STATUS_ENABLED","features":[54]},{"name":"PIR_STATUS_ERROR","features":[54]},{"name":"PIR_STATUS_MAX","features":[54]},{"name":"PIR_STATUS_MINIPORT_COMPATIBLE","features":[54]},{"name":"PIR_STATUS_MINIPORT_ERROR","features":[54]},{"name":"PIR_STATUS_MINIPORT_INVALID","features":[54]},{"name":"PIR_STATUS_MINIPORT_MAX","features":[54]},{"name":"PIR_STATUS_MINIPORT_NOKEY","features":[54]},{"name":"PIR_STATUS_MINIPORT_NONE","features":[54]},{"name":"PIR_STATUS_MINIPORT_NORMAL","features":[54]},{"name":"PIR_STATUS_MINIPORT_OVERRIDE","features":[54]},{"name":"PIR_STATUS_MINIPORT_SUCCESS","features":[54]},{"name":"PIR_STATUS_TABLE_BAD","features":[54]},{"name":"PIR_STATUS_TABLE_ERROR","features":[54]},{"name":"PIR_STATUS_TABLE_MAX","features":[54]},{"name":"PIR_STATUS_TABLE_MSSPEC","features":[54]},{"name":"PIR_STATUS_TABLE_NONE","features":[54]},{"name":"PIR_STATUS_TABLE_REALMODE","features":[54]},{"name":"PIR_STATUS_TABLE_REGISTRY","features":[54]},{"name":"PIR_STATUS_TABLE_SUCCESS","features":[54]},{"name":"PQUERYHANDLER","features":[54]},{"name":"PROVIDER_KEEPS_VALUE_LENGTH","features":[54]},{"name":"PVALUEA","features":[54]},{"name":"PVALUEW","features":[54]},{"name":"REGDF_CONFLICTDMA","features":[54]},{"name":"REGDF_CONFLICTIO","features":[54]},{"name":"REGDF_CONFLICTIRQ","features":[54]},{"name":"REGDF_CONFLICTMEM","features":[54]},{"name":"REGDF_GENFORCEDCONFIG","features":[54]},{"name":"REGDF_MAPIRQ2TO9","features":[54]},{"name":"REGDF_NEEDFULLCONFIG","features":[54]},{"name":"REGDF_NODETCONFIG","features":[54]},{"name":"REGDF_NOTDETDMA","features":[54]},{"name":"REGDF_NOTDETIO","features":[54]},{"name":"REGDF_NOTDETIRQ","features":[54]},{"name":"REGDF_NOTDETMEM","features":[54]},{"name":"REGDF_NOTVERIFIED","features":[54]},{"name":"REGSTR_DATA_NETOS_IPX","features":[54]},{"name":"REGSTR_DATA_NETOS_NDIS","features":[54]},{"name":"REGSTR_DATA_NETOS_ODI","features":[54]},{"name":"REGSTR_DEFAULT_INSTANCE","features":[54]},{"name":"REGSTR_KEY_ACPIENUM","features":[54]},{"name":"REGSTR_KEY_APM","features":[54]},{"name":"REGSTR_KEY_BIOSENUM","features":[54]},{"name":"REGSTR_KEY_CLASS","features":[54]},{"name":"REGSTR_KEY_CONFIG","features":[54]},{"name":"REGSTR_KEY_CONTROL","features":[54]},{"name":"REGSTR_KEY_CRASHES","features":[54]},{"name":"REGSTR_KEY_CURRENT","features":[54]},{"name":"REGSTR_KEY_CURRENT_ENV","features":[54]},{"name":"REGSTR_KEY_DANGERS","features":[54]},{"name":"REGSTR_KEY_DEFAULT","features":[54]},{"name":"REGSTR_KEY_DETMODVARS","features":[54]},{"name":"REGSTR_KEY_DEVICEPARAMETERS","features":[54]},{"name":"REGSTR_KEY_DEVICE_PROPERTIES","features":[54]},{"name":"REGSTR_KEY_DISPLAY_CLASS","features":[54]},{"name":"REGSTR_KEY_DOSOPTCDROM","features":[54]},{"name":"REGSTR_KEY_DOSOPTMOUSE","features":[54]},{"name":"REGSTR_KEY_DRIVERPARAMETERS","features":[54]},{"name":"REGSTR_KEY_DRIVERS","features":[54]},{"name":"REGSTR_KEY_EBDAUTOEXECBATKEYBOARD","features":[54]},{"name":"REGSTR_KEY_EBDAUTOEXECBATLOCAL","features":[54]},{"name":"REGSTR_KEY_EBDCONFIGSYSKEYBOARD","features":[54]},{"name":"REGSTR_KEY_EBDCONFIGSYSLOCAL","features":[54]},{"name":"REGSTR_KEY_EBDFILESKEYBOARD","features":[54]},{"name":"REGSTR_KEY_EBDFILESLOCAL","features":[54]},{"name":"REGSTR_KEY_EISAENUM","features":[54]},{"name":"REGSTR_KEY_ENUM","features":[54]},{"name":"REGSTR_KEY_EXPLORER","features":[54]},{"name":"REGSTR_KEY_FILTERS","features":[54]},{"name":"REGSTR_KEY_INIUPDATE","features":[54]},{"name":"REGSTR_KEY_ISAENUM","features":[54]},{"name":"REGSTR_KEY_JOYCURR","features":[54]},{"name":"REGSTR_KEY_JOYSETTINGS","features":[54]},{"name":"REGSTR_KEY_KEYBOARD_CLASS","features":[54]},{"name":"REGSTR_KEY_KNOWNDOCKINGSTATES","features":[54]},{"name":"REGSTR_KEY_LOGCONFIG","features":[54]},{"name":"REGSTR_KEY_LOGON","features":[54]},{"name":"REGSTR_KEY_LOWER_FILTER_LEVEL_DEFAULT","features":[54]},{"name":"REGSTR_KEY_MEDIA_CLASS","features":[54]},{"name":"REGSTR_KEY_MODEM_CLASS","features":[54]},{"name":"REGSTR_KEY_MODES","features":[54]},{"name":"REGSTR_KEY_MONITOR_CLASS","features":[54]},{"name":"REGSTR_KEY_MOUSE_CLASS","features":[54]},{"name":"REGSTR_KEY_NDISINFO","features":[54]},{"name":"REGSTR_KEY_NETWORK","features":[54]},{"name":"REGSTR_KEY_NETWORKPROVIDER","features":[54]},{"name":"REGSTR_KEY_NETWORK_PERSISTENT","features":[54]},{"name":"REGSTR_KEY_NETWORK_RECENT","features":[54]},{"name":"REGSTR_KEY_OVERRIDE","features":[54]},{"name":"REGSTR_KEY_PCIENUM","features":[54]},{"name":"REGSTR_KEY_PCMCIA","features":[54]},{"name":"REGSTR_KEY_PCMCIAENUM","features":[54]},{"name":"REGSTR_KEY_PCMCIA_CLASS","features":[54]},{"name":"REGSTR_KEY_PCMTD","features":[54]},{"name":"REGSTR_KEY_PCUNKNOWN","features":[54]},{"name":"REGSTR_KEY_POL_COMPUTERS","features":[54]},{"name":"REGSTR_KEY_POL_DEFAULT","features":[54]},{"name":"REGSTR_KEY_POL_USERGROUPDATA","features":[54]},{"name":"REGSTR_KEY_POL_USERGROUPS","features":[54]},{"name":"REGSTR_KEY_POL_USERS","features":[54]},{"name":"REGSTR_KEY_PORTS_CLASS","features":[54]},{"name":"REGSTR_KEY_PRINTERS","features":[54]},{"name":"REGSTR_KEY_PRINT_PROC","features":[54]},{"name":"REGSTR_KEY_ROOTENUM","features":[54]},{"name":"REGSTR_KEY_RUNHISTORY","features":[54]},{"name":"REGSTR_KEY_SCSI_CLASS","features":[54]},{"name":"REGSTR_KEY_SETUP","features":[54]},{"name":"REGSTR_KEY_SHARES","features":[54]},{"name":"REGSTR_KEY_SYSTEM","features":[54]},{"name":"REGSTR_KEY_SYSTEMBOARD","features":[54]},{"name":"REGSTR_KEY_UPPER_FILTER_LEVEL_DEFAULT","features":[54]},{"name":"REGSTR_KEY_USER","features":[54]},{"name":"REGSTR_KEY_VPOWERDENUM","features":[54]},{"name":"REGSTR_KEY_WINOLDAPP","features":[54]},{"name":"REGSTR_MACHTYPE_ATT_PC","features":[54]},{"name":"REGSTR_MACHTYPE_HP_VECTRA","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPC","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPCAT","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPCCONV","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPCJR","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPCXT","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPCXT_286","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS1","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_25","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_30","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_30_286","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_50","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_50Z","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_55SX","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_60","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_65SX","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_70","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_70_80","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_80","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_90","features":[54]},{"name":"REGSTR_MACHTYPE_IBMPS2_P70","features":[54]},{"name":"REGSTR_MACHTYPE_PHOENIX_PCAT","features":[54]},{"name":"REGSTR_MACHTYPE_UNKNOWN","features":[54]},{"name":"REGSTR_MACHTYPE_ZENITH_PC","features":[54]},{"name":"REGSTR_MAX_VALUE_LENGTH","features":[54]},{"name":"REGSTR_PATH_ADDRARB","features":[54]},{"name":"REGSTR_PATH_AEDEBUG","features":[54]},{"name":"REGSTR_PATH_APPEARANCE","features":[54]},{"name":"REGSTR_PATH_APPPATCH","features":[54]},{"name":"REGSTR_PATH_APPPATHS","features":[54]},{"name":"REGSTR_PATH_BIOSINFO","features":[54]},{"name":"REGSTR_PATH_BUSINFORMATION","features":[54]},{"name":"REGSTR_PATH_CDFS","features":[54]},{"name":"REGSTR_PATH_CHECKBADAPPS","features":[54]},{"name":"REGSTR_PATH_CHECKBADAPPS400","features":[54]},{"name":"REGSTR_PATH_CHECKDISK","features":[54]},{"name":"REGSTR_PATH_CHECKDISKSET","features":[54]},{"name":"REGSTR_PATH_CHECKDISKUDRVS","features":[54]},{"name":"REGSTR_PATH_CHECKVERDLLS","features":[54]},{"name":"REGSTR_PATH_CHILD_PREFIX","features":[54]},{"name":"REGSTR_PATH_CHKLASTCHECK","features":[54]},{"name":"REGSTR_PATH_CHKLASTSURFAN","features":[54]},{"name":"REGSTR_PATH_CLASS","features":[54]},{"name":"REGSTR_PATH_CLASS_NT","features":[54]},{"name":"REGSTR_PATH_CODEPAGE","features":[54]},{"name":"REGSTR_PATH_CODEVICEINSTALLERS","features":[54]},{"name":"REGSTR_PATH_COLORS","features":[54]},{"name":"REGSTR_PATH_COMPUTRNAME","features":[54]},{"name":"REGSTR_PATH_CONTROLPANEL","features":[54]},{"name":"REGSTR_PATH_CONTROLSFOLDER","features":[54]},{"name":"REGSTR_PATH_CRITICALDEVICEDATABASE","features":[54]},{"name":"REGSTR_PATH_CURRENTCONTROLSET","features":[54]},{"name":"REGSTR_PATH_CURRENT_CONTROL_SET","features":[54]},{"name":"REGSTR_PATH_CURSORS","features":[54]},{"name":"REGSTR_PATH_CVNETWORK","features":[54]},{"name":"REGSTR_PATH_DESKTOP","features":[54]},{"name":"REGSTR_PATH_DETECT","features":[54]},{"name":"REGSTR_PATH_DEVICEINSTALLER","features":[54]},{"name":"REGSTR_PATH_DEVICE_CLASSES","features":[54]},{"name":"REGSTR_PATH_DIFX","features":[54]},{"name":"REGSTR_PATH_DISPLAYSETTINGS","features":[54]},{"name":"REGSTR_PATH_DMAARB","features":[54]},{"name":"REGSTR_PATH_DRIVERSIGN","features":[54]},{"name":"REGSTR_PATH_DRIVERSIGN_POLICY","features":[54]},{"name":"REGSTR_PATH_ENUM","features":[54]},{"name":"REGSTR_PATH_ENVIRONMENTS","features":[54]},{"name":"REGSTR_PATH_EVENTLABELS","features":[54]},{"name":"REGSTR_PATH_EXPLORER","features":[54]},{"name":"REGSTR_PATH_FAULT","features":[54]},{"name":"REGSTR_PATH_FILESYSTEM","features":[54]},{"name":"REGSTR_PATH_FILESYSTEM_NOVOLTRACK","features":[54]},{"name":"REGSTR_PATH_FLOATINGPOINTPROCESSOR","features":[54]},{"name":"REGSTR_PATH_FLOATINGPOINTPROCESSOR0","features":[54]},{"name":"REGSTR_PATH_FONTS","features":[54]},{"name":"REGSTR_PATH_GRPCONV","features":[54]},{"name":"REGSTR_PATH_HACKINIFILE","features":[54]},{"name":"REGSTR_PATH_HWPROFILES","features":[54]},{"name":"REGSTR_PATH_HWPROFILESCURRENT","features":[54]},{"name":"REGSTR_PATH_ICONS","features":[54]},{"name":"REGSTR_PATH_IDCONFIGDB","features":[54]},{"name":"REGSTR_PATH_INSTALLEDFILES","features":[54]},{"name":"REGSTR_PATH_IOARB","features":[54]},{"name":"REGSTR_PATH_IOS","features":[54]},{"name":"REGSTR_PATH_IRQARB","features":[54]},{"name":"REGSTR_PATH_KEYBOARD","features":[54]},{"name":"REGSTR_PATH_KNOWN16DLLS","features":[54]},{"name":"REGSTR_PATH_KNOWNDLLS","features":[54]},{"name":"REGSTR_PATH_KNOWNVXDS","features":[54]},{"name":"REGSTR_PATH_LASTBACKUP","features":[54]},{"name":"REGSTR_PATH_LASTCHECK","features":[54]},{"name":"REGSTR_PATH_LASTGOOD","features":[54]},{"name":"REGSTR_PATH_LASTGOODTMP","features":[54]},{"name":"REGSTR_PATH_LASTOPTIMIZE","features":[54]},{"name":"REGSTR_PATH_LOOKSCHEMES","features":[54]},{"name":"REGSTR_PATH_METRICS","features":[54]},{"name":"REGSTR_PATH_MONITORS","features":[54]},{"name":"REGSTR_PATH_MOUSE","features":[54]},{"name":"REGSTR_PATH_MSDOSOPTS","features":[54]},{"name":"REGSTR_PATH_MULTIMEDIA_AUDIO","features":[54]},{"name":"REGSTR_PATH_MULTI_FUNCTION","features":[54]},{"name":"REGSTR_PATH_NCPSERVER","features":[54]},{"name":"REGSTR_PATH_NETEQUIV","features":[54]},{"name":"REGSTR_PATH_NETWORK_USERSETTINGS","features":[54]},{"name":"REGSTR_PATH_NEWDOSBOX","features":[54]},{"name":"REGSTR_PATH_NONDRIVERSIGN","features":[54]},{"name":"REGSTR_PATH_NONDRIVERSIGN_POLICY","features":[54]},{"name":"REGSTR_PATH_NOSUGGMSDOS","features":[54]},{"name":"REGSTR_PATH_NT_CURRENTVERSION","features":[54]},{"name":"REGSTR_PATH_NWREDIR","features":[54]},{"name":"REGSTR_PATH_PCIIR","features":[54]},{"name":"REGSTR_PATH_PER_HW_ID_STORAGE","features":[54]},{"name":"REGSTR_PATH_PIFCONVERT","features":[54]},{"name":"REGSTR_PATH_POLICIES","features":[54]},{"name":"REGSTR_PATH_PRINT","features":[54]},{"name":"REGSTR_PATH_PRINTERS","features":[54]},{"name":"REGSTR_PATH_PROPERTYSYSTEM","features":[54]},{"name":"REGSTR_PATH_PROVIDERS","features":[54]},{"name":"REGSTR_PATH_PWDPROVIDER","features":[54]},{"name":"REGSTR_PATH_REALMODENET","features":[54]},{"name":"REGSTR_PATH_REINSTALL","features":[54]},{"name":"REGSTR_PATH_RELIABILITY","features":[54]},{"name":"REGSTR_PATH_RELIABILITY_POLICY","features":[54]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_REPORTSNAPSHOT","features":[54]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_SHUTDOWNREASONUI","features":[54]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_SNAPSHOT","features":[54]},{"name":"REGSTR_PATH_ROOT","features":[54]},{"name":"REGSTR_PATH_RUN","features":[54]},{"name":"REGSTR_PATH_RUNONCE","features":[54]},{"name":"REGSTR_PATH_RUNONCEEX","features":[54]},{"name":"REGSTR_PATH_RUNSERVICES","features":[54]},{"name":"REGSTR_PATH_RUNSERVICESONCE","features":[54]},{"name":"REGSTR_PATH_SCHEMES","features":[54]},{"name":"REGSTR_PATH_SCREENSAVE","features":[54]},{"name":"REGSTR_PATH_SERVICES","features":[54]},{"name":"REGSTR_PATH_SETUP","features":[54]},{"name":"REGSTR_PATH_SHUTDOWN","features":[54]},{"name":"REGSTR_PATH_SOUND","features":[54]},{"name":"REGSTR_PATH_SYSTEMENUM","features":[54]},{"name":"REGSTR_PATH_SYSTRAY","features":[54]},{"name":"REGSTR_PATH_TIMEZONE","features":[54]},{"name":"REGSTR_PATH_UNINSTALL","features":[54]},{"name":"REGSTR_PATH_UPDATE","features":[54]},{"name":"REGSTR_PATH_VCOMM","features":[54]},{"name":"REGSTR_PATH_VMM","features":[54]},{"name":"REGSTR_PATH_VMM32FILES","features":[54]},{"name":"REGSTR_PATH_VNETSUP","features":[54]},{"name":"REGSTR_PATH_VOLUMECACHE","features":[54]},{"name":"REGSTR_PATH_VPOWERD","features":[54]},{"name":"REGSTR_PATH_VXD","features":[54]},{"name":"REGSTR_PATH_WARNVERDLLS","features":[54]},{"name":"REGSTR_PATH_WINBOOT","features":[54]},{"name":"REGSTR_PATH_WINDOWSAPPLETS","features":[54]},{"name":"REGSTR_PATH_WINLOGON","features":[54]},{"name":"REGSTR_PATH_WMI_SECURITY","features":[54]},{"name":"REGSTR_PCI_DUAL_IDE","features":[54]},{"name":"REGSTR_PCI_OPTIONS","features":[54]},{"name":"REGSTR_VALUE_DEFAULTLOC","features":[54]},{"name":"REGSTR_VALUE_ENABLE","features":[54]},{"name":"REGSTR_VALUE_LOWPOWERACTIVE","features":[54]},{"name":"REGSTR_VALUE_LOWPOWERTIMEOUT","features":[54]},{"name":"REGSTR_VALUE_NETPATH","features":[54]},{"name":"REGSTR_VALUE_POWEROFFACTIVE","features":[54]},{"name":"REGSTR_VALUE_POWEROFFTIMEOUT","features":[54]},{"name":"REGSTR_VALUE_SCRPASSWORD","features":[54]},{"name":"REGSTR_VALUE_USESCRPASSWORD","features":[54]},{"name":"REGSTR_VALUE_VERBOSE","features":[54]},{"name":"REGSTR_VAL_ACDRIVESPINDOWN","features":[54]},{"name":"REGSTR_VAL_ACSPINDOWNPREVIOUS","features":[54]},{"name":"REGSTR_VAL_ACTIVESERVICE","features":[54]},{"name":"REGSTR_VAL_ADDRESS","features":[54]},{"name":"REGSTR_VAL_AEDEBUG_AUTO","features":[54]},{"name":"REGSTR_VAL_AEDEBUG_DEBUGGER","features":[54]},{"name":"REGSTR_VAL_ALPHANUMPWDS","features":[54]},{"name":"REGSTR_VAL_APISUPPORT","features":[54]},{"name":"REGSTR_VAL_APMACTIMEOUT","features":[54]},{"name":"REGSTR_VAL_APMBATTIMEOUT","features":[54]},{"name":"REGSTR_VAL_APMBIOSVER","features":[54]},{"name":"REGSTR_VAL_APMFLAGS","features":[54]},{"name":"REGSTR_VAL_APMMENUSUSPEND","features":[54]},{"name":"REGSTR_VAL_APMSHUTDOWNPOWER","features":[54]},{"name":"REGSTR_VAL_APPINSTPATH","features":[54]},{"name":"REGSTR_VAL_ASKFORCONFIG","features":[54]},{"name":"REGSTR_VAL_ASKFORCONFIGFUNC","features":[54]},{"name":"REGSTR_VAL_ASYNCFILECOMMIT","features":[54]},{"name":"REGSTR_VAL_AUDIO_BITMAP","features":[54]},{"name":"REGSTR_VAL_AUDIO_ICON","features":[54]},{"name":"REGSTR_VAL_AUTHENT_AGENT","features":[54]},{"name":"REGSTR_VAL_AUTOEXEC","features":[54]},{"name":"REGSTR_VAL_AUTOINSNOTE","features":[54]},{"name":"REGSTR_VAL_AUTOLOGON","features":[54]},{"name":"REGSTR_VAL_AUTOMOUNT","features":[54]},{"name":"REGSTR_VAL_AUTOSTART","features":[54]},{"name":"REGSTR_VAL_BASICPROPERTIES","features":[54]},{"name":"REGSTR_VAL_BASICPROPERTIES_32","features":[54]},{"name":"REGSTR_VAL_BATDRIVESPINDOWN","features":[54]},{"name":"REGSTR_VAL_BATSPINDOWNPREVIOUS","features":[54]},{"name":"REGSTR_VAL_BEHAVIOR_ON_FAILED_VERIFY","features":[54]},{"name":"REGSTR_VAL_BIOSDATE","features":[54]},{"name":"REGSTR_VAL_BIOSNAME","features":[54]},{"name":"REGSTR_VAL_BIOSVERSION","features":[54]},{"name":"REGSTR_VAL_BITSPERPIXEL","features":[54]},{"name":"REGSTR_VAL_BOOTCONFIG","features":[54]},{"name":"REGSTR_VAL_BOOTCOUNT","features":[54]},{"name":"REGSTR_VAL_BOOTDIR","features":[54]},{"name":"REGSTR_VAL_BPP","features":[54]},{"name":"REGSTR_VAL_BT","features":[54]},{"name":"REGSTR_VAL_BUFFAGETIMEOUT","features":[54]},{"name":"REGSTR_VAL_BUFFIDLETIMEOUT","features":[54]},{"name":"REGSTR_VAL_BUSTYPE","features":[54]},{"name":"REGSTR_VAL_CAPABILITIES","features":[54]},{"name":"REGSTR_VAL_CARDSPECIFIC","features":[54]},{"name":"REGSTR_VAL_CDCACHESIZE","features":[54]},{"name":"REGSTR_VAL_CDCOMPATNAMES","features":[54]},{"name":"REGSTR_VAL_CDEXTERRORS","features":[54]},{"name":"REGSTR_VAL_CDNOREADAHEAD","features":[54]},{"name":"REGSTR_VAL_CDPREFETCH","features":[54]},{"name":"REGSTR_VAL_CDPREFETCHTAIL","features":[54]},{"name":"REGSTR_VAL_CDRAWCACHE","features":[54]},{"name":"REGSTR_VAL_CDROM","features":[54]},{"name":"REGSTR_VAL_CDROMCLASSNAME","features":[54]},{"name":"REGSTR_VAL_CDSHOWVERSIONS","features":[54]},{"name":"REGSTR_VAL_CDSVDSENSE","features":[54]},{"name":"REGSTR_VAL_CHECKSUM","features":[54]},{"name":"REGSTR_VAL_CLASS","features":[54]},{"name":"REGSTR_VAL_CLASSDESC","features":[54]},{"name":"REGSTR_VAL_CLASSGUID","features":[54]},{"name":"REGSTR_VAL_CMDRIVFLAGS","features":[54]},{"name":"REGSTR_VAL_CMENUMFLAGS","features":[54]},{"name":"REGSTR_VAL_COINSTALLERS_32","features":[54]},{"name":"REGSTR_VAL_COMINFO","features":[54]},{"name":"REGSTR_VAL_COMMENT","features":[54]},{"name":"REGSTR_VAL_COMPATIBLEIDS","features":[54]},{"name":"REGSTR_VAL_COMPRESSIONMETHOD","features":[54]},{"name":"REGSTR_VAL_COMPRESSIONTHRESHOLD","features":[54]},{"name":"REGSTR_VAL_COMPUTERNAME","features":[54]},{"name":"REGSTR_VAL_COMPUTRNAME","features":[54]},{"name":"REGSTR_VAL_COMVERIFYBASE","features":[54]},{"name":"REGSTR_VAL_CONFIG","features":[54]},{"name":"REGSTR_VAL_CONFIGFLAGS","features":[54]},{"name":"REGSTR_VAL_CONFIGMG","features":[54]},{"name":"REGSTR_VAL_CONFIGSYS","features":[54]},{"name":"REGSTR_VAL_CONNECTION_TYPE","features":[54]},{"name":"REGSTR_VAL_CONTAINERID","features":[54]},{"name":"REGSTR_VAL_CONTIGFILEALLOC","features":[54]},{"name":"REGSTR_VAL_CONVMEM","features":[54]},{"name":"REGSTR_VAL_CPU","features":[54]},{"name":"REGSTR_VAL_CRASHFUNCS","features":[54]},{"name":"REGSTR_VAL_CSCONFIGFLAGS","features":[54]},{"name":"REGSTR_VAL_CURCONFIG","features":[54]},{"name":"REGSTR_VAL_CURDRVLET","features":[54]},{"name":"REGSTR_VAL_CURRENTCONFIG","features":[54]},{"name":"REGSTR_VAL_CURRENT_BUILD","features":[54]},{"name":"REGSTR_VAL_CURRENT_CSDVERSION","features":[54]},{"name":"REGSTR_VAL_CURRENT_TYPE","features":[54]},{"name":"REGSTR_VAL_CURRENT_USER","features":[54]},{"name":"REGSTR_VAL_CURRENT_VERSION","features":[54]},{"name":"REGSTR_VAL_CUSTOMCOLORS","features":[54]},{"name":"REGSTR_VAL_CUSTOM_PROPERTY_CACHE_DATE","features":[54]},{"name":"REGSTR_VAL_CUSTOM_PROPERTY_HW_ID_KEY","features":[54]},{"name":"REGSTR_VAL_DEFAULT","features":[54]},{"name":"REGSTR_VAL_DETCONFIG","features":[54]},{"name":"REGSTR_VAL_DETECT","features":[54]},{"name":"REGSTR_VAL_DETECTFUNC","features":[54]},{"name":"REGSTR_VAL_DETFLAGS","features":[54]},{"name":"REGSTR_VAL_DETFUNC","features":[54]},{"name":"REGSTR_VAL_DEVDESC","features":[54]},{"name":"REGSTR_VAL_DEVICEDRIVER","features":[54]},{"name":"REGSTR_VAL_DEVICEPATH","features":[54]},{"name":"REGSTR_VAL_DEVICE_CHARACTERISTICS","features":[54]},{"name":"REGSTR_VAL_DEVICE_EXCLUSIVE","features":[54]},{"name":"REGSTR_VAL_DEVICE_INSTANCE","features":[54]},{"name":"REGSTR_VAL_DEVICE_SECURITY_DESCRIPTOR","features":[54]},{"name":"REGSTR_VAL_DEVICE_TYPE","features":[54]},{"name":"REGSTR_VAL_DEVLOADER","features":[54]},{"name":"REGSTR_VAL_DEVTYPE","features":[54]},{"name":"REGSTR_VAL_DIRECTHOST","features":[54]},{"name":"REGSTR_VAL_DIRTYSHUTDOWN","features":[54]},{"name":"REGSTR_VAL_DIRTYSHUTDOWNTIME","features":[54]},{"name":"REGSTR_VAL_DISABLECOUNT","features":[54]},{"name":"REGSTR_VAL_DISABLEPWDCACHING","features":[54]},{"name":"REGSTR_VAL_DISABLEREGTOOLS","features":[54]},{"name":"REGSTR_VAL_DISCONNECT","features":[54]},{"name":"REGSTR_VAL_DISK","features":[54]},{"name":"REGSTR_VAL_DISKCLASSNAME","features":[54]},{"name":"REGSTR_VAL_DISPCPL_NOAPPEARANCEPAGE","features":[54]},{"name":"REGSTR_VAL_DISPCPL_NOBACKGROUNDPAGE","features":[54]},{"name":"REGSTR_VAL_DISPCPL_NODISPCPL","features":[54]},{"name":"REGSTR_VAL_DISPCPL_NOSCRSAVPAGE","features":[54]},{"name":"REGSTR_VAL_DISPCPL_NOSETTINGSPAGE","features":[54]},{"name":"REGSTR_VAL_DISPLAY","features":[54]},{"name":"REGSTR_VAL_DISPLAYFLAGS","features":[54]},{"name":"REGSTR_VAL_DOCKED","features":[54]},{"name":"REGSTR_VAL_DOCKSTATE","features":[54]},{"name":"REGSTR_VAL_DOES_POLLING","features":[54]},{"name":"REGSTR_VAL_DONTLOADIFCONFLICT","features":[54]},{"name":"REGSTR_VAL_DONTUSEMEM","features":[54]},{"name":"REGSTR_VAL_DOSCP","features":[54]},{"name":"REGSTR_VAL_DOSOPTFLAGS","features":[54]},{"name":"REGSTR_VAL_DOSOPTGLOBALFLAGS","features":[54]},{"name":"REGSTR_VAL_DOSOPTTIP","features":[54]},{"name":"REGSTR_VAL_DOSPAGER","features":[54]},{"name":"REGSTR_VAL_DOS_SPOOL_MASK","features":[54]},{"name":"REGSTR_VAL_DOUBLEBUFFER","features":[54]},{"name":"REGSTR_VAL_DPI","features":[54]},{"name":"REGSTR_VAL_DPILOGICALX","features":[54]},{"name":"REGSTR_VAL_DPILOGICALY","features":[54]},{"name":"REGSTR_VAL_DPIPHYSICALX","features":[54]},{"name":"REGSTR_VAL_DPIPHYSICALY","features":[54]},{"name":"REGSTR_VAL_DPMS","features":[54]},{"name":"REGSTR_VAL_DRIVER","features":[54]},{"name":"REGSTR_VAL_DRIVERCACHEPATH","features":[54]},{"name":"REGSTR_VAL_DRIVERDATE","features":[54]},{"name":"REGSTR_VAL_DRIVERDATEDATA","features":[54]},{"name":"REGSTR_VAL_DRIVERVERSION","features":[54]},{"name":"REGSTR_VAL_DRIVESPINDOWN","features":[54]},{"name":"REGSTR_VAL_DRIVEWRITEBEHIND","features":[54]},{"name":"REGSTR_VAL_DRIVE_SPINDOWN","features":[54]},{"name":"REGSTR_VAL_DRV","features":[54]},{"name":"REGSTR_VAL_DRVDESC","features":[54]},{"name":"REGSTR_VAL_DYNAMIC","features":[54]},{"name":"REGSTR_VAL_EISA_FLAGS","features":[54]},{"name":"REGSTR_VAL_EISA_FUNCTIONS","features":[54]},{"name":"REGSTR_VAL_EISA_FUNCTIONS_MASK","features":[54]},{"name":"REGSTR_VAL_EISA_RANGES","features":[54]},{"name":"REGSTR_VAL_EISA_SIMULATE_INT15","features":[54]},{"name":"REGSTR_VAL_EJECT_PRIORITY","features":[54]},{"name":"REGSTR_VAL_ENABLEINTS","features":[54]},{"name":"REGSTR_VAL_ENUMERATOR","features":[54]},{"name":"REGSTR_VAL_ENUMPROPPAGES","features":[54]},{"name":"REGSTR_VAL_ENUMPROPPAGES_32","features":[54]},{"name":"REGSTR_VAL_ESDI","features":[54]},{"name":"REGSTR_VAL_EXISTS","features":[54]},{"name":"REGSTR_VAL_EXTMEM","features":[54]},{"name":"REGSTR_VAL_FAULT_LOGFILE","features":[54]},{"name":"REGSTR_VAL_FIFODEPTH","features":[54]},{"name":"REGSTR_VAL_FILESHARING","features":[54]},{"name":"REGSTR_VAL_FIRSTINSTALLDATETIME","features":[54]},{"name":"REGSTR_VAL_FIRSTNETDRIVE","features":[54]},{"name":"REGSTR_VAL_FLOP","features":[54]},{"name":"REGSTR_VAL_FLOPPY","features":[54]},{"name":"REGSTR_VAL_FONTSIZE","features":[54]},{"name":"REGSTR_VAL_FORCECL","features":[54]},{"name":"REGSTR_VAL_FORCEDCONFIG","features":[54]},{"name":"REGSTR_VAL_FORCEFIFO","features":[54]},{"name":"REGSTR_VAL_FORCELOAD","features":[54]},{"name":"REGSTR_VAL_FORCEPMIO","features":[54]},{"name":"REGSTR_VAL_FORCEREBOOT","features":[54]},{"name":"REGSTR_VAL_FORCERMIO","features":[54]},{"name":"REGSTR_VAL_FREESPACERATIO","features":[54]},{"name":"REGSTR_VAL_FRIENDLYNAME","features":[54]},{"name":"REGSTR_VAL_FSFILTERCLASS","features":[54]},{"name":"REGSTR_VAL_FULLTRACE","features":[54]},{"name":"REGSTR_VAL_FUNCDESC","features":[54]},{"name":"REGSTR_VAL_GAPTIME","features":[54]},{"name":"REGSTR_VAL_GRB","features":[54]},{"name":"REGSTR_VAL_HARDWAREID","features":[54]},{"name":"REGSTR_VAL_HIDESHAREPWDS","features":[54]},{"name":"REGSTR_VAL_HRES","features":[54]},{"name":"REGSTR_VAL_HWDETECT","features":[54]},{"name":"REGSTR_VAL_HWMECHANISM","features":[54]},{"name":"REGSTR_VAL_HWREV","features":[54]},{"name":"REGSTR_VAL_ID","features":[54]},{"name":"REGSTR_VAL_IDE_FORCE_SERIALIZE","features":[54]},{"name":"REGSTR_VAL_IDE_NO_SERIALIZE","features":[54]},{"name":"REGSTR_VAL_INFNAME","features":[54]},{"name":"REGSTR_VAL_INFPATH","features":[54]},{"name":"REGSTR_VAL_INFSECTION","features":[54]},{"name":"REGSTR_VAL_INFSECTIONEXT","features":[54]},{"name":"REGSTR_VAL_INHIBITRESULTS","features":[54]},{"name":"REGSTR_VAL_INSICON","features":[54]},{"name":"REGSTR_VAL_INSTALLER","features":[54]},{"name":"REGSTR_VAL_INSTALLER_32","features":[54]},{"name":"REGSTR_VAL_INSTALLTYPE","features":[54]},{"name":"REGSTR_VAL_INT13","features":[54]},{"name":"REGSTR_VAL_ISAPNP","features":[54]},{"name":"REGSTR_VAL_ISAPNP_RDP_OVERRIDE","features":[54]},{"name":"REGSTR_VAL_JOYCALLOUT","features":[54]},{"name":"REGSTR_VAL_JOYNCONFIG","features":[54]},{"name":"REGSTR_VAL_JOYNOEMCALLOUT","features":[54]},{"name":"REGSTR_VAL_JOYNOEMNAME","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL1","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL10","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL11","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL12","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL2","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL3","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL4","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL5","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL6","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL7","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL8","features":[54]},{"name":"REGSTR_VAL_JOYOEMCAL9","features":[54]},{"name":"REGSTR_VAL_JOYOEMCALCAP","features":[54]},{"name":"REGSTR_VAL_JOYOEMCALLOUT","features":[54]},{"name":"REGSTR_VAL_JOYOEMCALWINCAP","features":[54]},{"name":"REGSTR_VAL_JOYOEMDATA","features":[54]},{"name":"REGSTR_VAL_JOYOEMNAME","features":[54]},{"name":"REGSTR_VAL_JOYOEMPOVLABEL","features":[54]},{"name":"REGSTR_VAL_JOYOEMRLABEL","features":[54]},{"name":"REGSTR_VAL_JOYOEMTESTBUTTONCAP","features":[54]},{"name":"REGSTR_VAL_JOYOEMTESTBUTTONDESC","features":[54]},{"name":"REGSTR_VAL_JOYOEMTESTMOVECAP","features":[54]},{"name":"REGSTR_VAL_JOYOEMTESTMOVEDESC","features":[54]},{"name":"REGSTR_VAL_JOYOEMTESTWINCAP","features":[54]},{"name":"REGSTR_VAL_JOYOEMULABEL","features":[54]},{"name":"REGSTR_VAL_JOYOEMVLABEL","features":[54]},{"name":"REGSTR_VAL_JOYOEMXYLABEL","features":[54]},{"name":"REGSTR_VAL_JOYOEMZLABEL","features":[54]},{"name":"REGSTR_VAL_JOYUSERVALUES","features":[54]},{"name":"REGSTR_VAL_LASTALIVEBT","features":[54]},{"name":"REGSTR_VAL_LASTALIVEINTERVAL","features":[54]},{"name":"REGSTR_VAL_LASTALIVEPMPOLICY","features":[54]},{"name":"REGSTR_VAL_LASTALIVESTAMP","features":[54]},{"name":"REGSTR_VAL_LASTALIVESTAMPFORCED","features":[54]},{"name":"REGSTR_VAL_LASTALIVESTAMPINTERVAL","features":[54]},{"name":"REGSTR_VAL_LASTALIVESTAMPPOLICYINTERVAL","features":[54]},{"name":"REGSTR_VAL_LASTALIVEUPTIME","features":[54]},{"name":"REGSTR_VAL_LASTBOOTPMDRVS","features":[54]},{"name":"REGSTR_VAL_LASTCOMPUTERNAME","features":[54]},{"name":"REGSTR_VAL_LASTPCIBUSNUM","features":[54]},{"name":"REGSTR_VAL_LAST_UPDATE_TIME","features":[54]},{"name":"REGSTR_VAL_LEGALNOTICECAPTION","features":[54]},{"name":"REGSTR_VAL_LEGALNOTICETEXT","features":[54]},{"name":"REGSTR_VAL_LICENSINGINFO","features":[54]},{"name":"REGSTR_VAL_LINKED","features":[54]},{"name":"REGSTR_VAL_LOADHI","features":[54]},{"name":"REGSTR_VAL_LOADRMDRIVERS","features":[54]},{"name":"REGSTR_VAL_LOCATION_INFORMATION","features":[54]},{"name":"REGSTR_VAL_LOCATION_INFORMATION_OVERRIDE","features":[54]},{"name":"REGSTR_VAL_LOWERFILTERS","features":[54]},{"name":"REGSTR_VAL_LOWER_FILTER_DEFAULT_LEVEL","features":[54]},{"name":"REGSTR_VAL_LOWER_FILTER_LEVELS","features":[54]},{"name":"REGSTR_VAL_MACHINETYPE","features":[54]},{"name":"REGSTR_VAL_MANUFACTURER","features":[54]},{"name":"REGSTR_VAL_MAP","features":[54]},{"name":"REGSTR_VAL_MATCHINGDEVID","features":[54]},{"name":"REGSTR_VAL_MAXCONNECTIONS","features":[54]},{"name":"REGSTR_VAL_MAXLIP","features":[54]},{"name":"REGSTR_VAL_MAXRES","features":[54]},{"name":"REGSTR_VAL_MAXRETRY","features":[54]},{"name":"REGSTR_VAL_MAX_HCID_LEN","features":[54]},{"name":"REGSTR_VAL_MEDIA","features":[54]},{"name":"REGSTR_VAL_MFG","features":[54]},{"name":"REGSTR_VAL_MF_FLAGS","features":[54]},{"name":"REGSTR_VAL_MINIPORT_STAT","features":[54]},{"name":"REGSTR_VAL_MINPWDLEN","features":[54]},{"name":"REGSTR_VAL_MINRETRY","features":[54]},{"name":"REGSTR_VAL_MODE","features":[54]},{"name":"REGSTR_VAL_MODEL","features":[54]},{"name":"REGSTR_VAL_MSDOSMODE","features":[54]},{"name":"REGSTR_VAL_MSDOSMODEDISCARD","features":[54]},{"name":"REGSTR_VAL_MUSTBEVALIDATED","features":[54]},{"name":"REGSTR_VAL_NAMECACHECOUNT","features":[54]},{"name":"REGSTR_VAL_NAMENUMERICTAIL","features":[54]},{"name":"REGSTR_VAL_NCP_BROWSEMASTER","features":[54]},{"name":"REGSTR_VAL_NCP_USEPEERBROWSING","features":[54]},{"name":"REGSTR_VAL_NCP_USESAP","features":[54]},{"name":"REGSTR_VAL_NDP","features":[54]},{"name":"REGSTR_VAL_NETCARD","features":[54]},{"name":"REGSTR_VAL_NETCLEAN","features":[54]},{"name":"REGSTR_VAL_NETOSTYPE","features":[54]},{"name":"REGSTR_VAL_NETSETUP_DISABLE","features":[54]},{"name":"REGSTR_VAL_NETSETUP_NOCONFIGPAGE","features":[54]},{"name":"REGSTR_VAL_NETSETUP_NOIDPAGE","features":[54]},{"name":"REGSTR_VAL_NETSETUP_NOSECURITYPAGE","features":[54]},{"name":"REGSTR_VAL_NOCMOSORFDPT","features":[54]},{"name":"REGSTR_VAL_NODISPLAYCLASS","features":[54]},{"name":"REGSTR_VAL_NOENTIRENETWORK","features":[54]},{"name":"REGSTR_VAL_NOFILESHARING","features":[54]},{"name":"REGSTR_VAL_NOFILESHARINGCTRL","features":[54]},{"name":"REGSTR_VAL_NOIDE","features":[54]},{"name":"REGSTR_VAL_NOINSTALLCLASS","features":[54]},{"name":"REGSTR_VAL_NONSTANDARD_ATAPI","features":[54]},{"name":"REGSTR_VAL_NOPRINTSHARING","features":[54]},{"name":"REGSTR_VAL_NOPRINTSHARINGCTRL","features":[54]},{"name":"REGSTR_VAL_NOUSECLASS","features":[54]},{"name":"REGSTR_VAL_NOWORKGROUPCONTENTS","features":[54]},{"name":"REGSTR_VAL_OLDMSDOSVER","features":[54]},{"name":"REGSTR_VAL_OLDWINDIR","features":[54]},{"name":"REGSTR_VAL_OPTIMIZESFN","features":[54]},{"name":"REGSTR_VAL_OPTIONS","features":[54]},{"name":"REGSTR_VAL_OPTORDER","features":[54]},{"name":"REGSTR_VAL_P1284MDL","features":[54]},{"name":"REGSTR_VAL_P1284MFG","features":[54]},{"name":"REGSTR_VAL_PATHCACHECOUNT","features":[54]},{"name":"REGSTR_VAL_PCCARD_POWER","features":[54]},{"name":"REGSTR_VAL_PCI","features":[54]},{"name":"REGSTR_VAL_PCIBIOSVER","features":[54]},{"name":"REGSTR_VAL_PCICIRQMAP","features":[54]},{"name":"REGSTR_VAL_PCICOPTIONS","features":[54]},{"name":"REGSTR_VAL_PCMCIA_ALLOC","features":[54]},{"name":"REGSTR_VAL_PCMCIA_ATAD","features":[54]},{"name":"REGSTR_VAL_PCMCIA_MEM","features":[54]},{"name":"REGSTR_VAL_PCMCIA_OPT","features":[54]},{"name":"REGSTR_VAL_PCMCIA_SIZ","features":[54]},{"name":"REGSTR_VAL_PCMTDRIVER","features":[54]},{"name":"REGSTR_VAL_PCSSDRIVER","features":[54]},{"name":"REGSTR_VAL_PHYSICALDEVICEOBJECT","features":[54]},{"name":"REGSTR_VAL_PMODE_INT13","features":[54]},{"name":"REGSTR_VAL_PNPBIOSVER","features":[54]},{"name":"REGSTR_VAL_PNPSTRUCOFFSET","features":[54]},{"name":"REGSTR_VAL_POLICY","features":[54]},{"name":"REGSTR_VAL_POLLING","features":[54]},{"name":"REGSTR_VAL_PORTNAME","features":[54]},{"name":"REGSTR_VAL_PORTSUBCLASS","features":[54]},{"name":"REGSTR_VAL_PREFREDIR","features":[54]},{"name":"REGSTR_VAL_PRESERVECASE","features":[54]},{"name":"REGSTR_VAL_PRESERVELONGNAMES","features":[54]},{"name":"REGSTR_VAL_PRINTERS_HIDETABS","features":[54]},{"name":"REGSTR_VAL_PRINTERS_MASK","features":[54]},{"name":"REGSTR_VAL_PRINTERS_NOADD","features":[54]},{"name":"REGSTR_VAL_PRINTERS_NODELETE","features":[54]},{"name":"REGSTR_VAL_PRINTSHARING","features":[54]},{"name":"REGSTR_VAL_PRIORITY","features":[54]},{"name":"REGSTR_VAL_PRIVATE","features":[54]},{"name":"REGSTR_VAL_PRIVATEFUNC","features":[54]},{"name":"REGSTR_VAL_PRIVATEPROBLEM","features":[54]},{"name":"REGSTR_VAL_PRODUCTID","features":[54]},{"name":"REGSTR_VAL_PRODUCTTYPE","features":[54]},{"name":"REGSTR_VAL_PROFILEFLAGS","features":[54]},{"name":"REGSTR_VAL_PROPERTIES","features":[54]},{"name":"REGSTR_VAL_PROTINIPATH","features":[54]},{"name":"REGSTR_VAL_PROVIDER_NAME","features":[54]},{"name":"REGSTR_VAL_PWDEXPIRATION","features":[54]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEORDER","features":[54]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEPWD","features":[54]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEPWDHWND","features":[54]},{"name":"REGSTR_VAL_PWDPROVIDER_DESC","features":[54]},{"name":"REGSTR_VAL_PWDPROVIDER_GETPWDSTATUS","features":[54]},{"name":"REGSTR_VAL_PWDPROVIDER_ISNP","features":[54]},{"name":"REGSTR_VAL_PWDPROVIDER_PATH","features":[54]},{"name":"REGSTR_VAL_RDINTTHRESHOLD","features":[54]},{"name":"REGSTR_VAL_READAHEADTHRESHOLD","features":[54]},{"name":"REGSTR_VAL_READCACHING","features":[54]},{"name":"REGSTR_VAL_REALNETSTART","features":[54]},{"name":"REGSTR_VAL_REASONCODE","features":[54]},{"name":"REGSTR_VAL_REFRESHRATE","features":[54]},{"name":"REGSTR_VAL_REGITEMDELETEMESSAGE","features":[54]},{"name":"REGSTR_VAL_REGORGANIZATION","features":[54]},{"name":"REGSTR_VAL_REGOWNER","features":[54]},{"name":"REGSTR_VAL_REINSTALL_DEVICEINSTANCEIDS","features":[54]},{"name":"REGSTR_VAL_REINSTALL_DISPLAYNAME","features":[54]},{"name":"REGSTR_VAL_REINSTALL_STRING","features":[54]},{"name":"REGSTR_VAL_REMOTE_PATH","features":[54]},{"name":"REGSTR_VAL_REMOVABLE","features":[54]},{"name":"REGSTR_VAL_REMOVAL_POLICY","features":[54]},{"name":"REGSTR_VAL_REMOVEROMOKAY","features":[54]},{"name":"REGSTR_VAL_REMOVEROMOKAYFUNC","features":[54]},{"name":"REGSTR_VAL_RESERVED_DEVNODE","features":[54]},{"name":"REGSTR_VAL_RESOLUTION","features":[54]},{"name":"REGSTR_VAL_RESOURCES","features":[54]},{"name":"REGSTR_VAL_RESOURCE_MAP","features":[54]},{"name":"REGSTR_VAL_RESOURCE_PICKER_EXCEPTIONS","features":[54]},{"name":"REGSTR_VAL_RESOURCE_PICKER_TAGS","features":[54]},{"name":"REGSTR_VAL_RESTRICTRUN","features":[54]},{"name":"REGSTR_VAL_RESUMERESET","features":[54]},{"name":"REGSTR_VAL_REVISION","features":[54]},{"name":"REGSTR_VAL_REVLEVEL","features":[54]},{"name":"REGSTR_VAL_ROOT_DEVNODE","features":[54]},{"name":"REGSTR_VAL_RUNLOGINSCRIPT","features":[54]},{"name":"REGSTR_VAL_SCANNER","features":[54]},{"name":"REGSTR_VAL_SCAN_ONLY_FIRST","features":[54]},{"name":"REGSTR_VAL_SCSI","features":[54]},{"name":"REGSTR_VAL_SCSILUN","features":[54]},{"name":"REGSTR_VAL_SCSITID","features":[54]},{"name":"REGSTR_VAL_SEARCHMODE","features":[54]},{"name":"REGSTR_VAL_SEARCHOPTIONS","features":[54]},{"name":"REGSTR_VAL_SECCPL_NOADMINPAGE","features":[54]},{"name":"REGSTR_VAL_SECCPL_NOPROFILEPAGE","features":[54]},{"name":"REGSTR_VAL_SECCPL_NOPWDPAGE","features":[54]},{"name":"REGSTR_VAL_SECCPL_NOSECCPL","features":[54]},{"name":"REGSTR_VAL_SERVICE","features":[54]},{"name":"REGSTR_VAL_SETUPFLAGS","features":[54]},{"name":"REGSTR_VAL_SETUPMACHINETYPE","features":[54]},{"name":"REGSTR_VAL_SETUPN","features":[54]},{"name":"REGSTR_VAL_SETUPNPATH","features":[54]},{"name":"REGSTR_VAL_SETUPPROGRAMRAN","features":[54]},{"name":"REGSTR_VAL_SHARES_FLAGS","features":[54]},{"name":"REGSTR_VAL_SHARES_PATH","features":[54]},{"name":"REGSTR_VAL_SHARES_REMARK","features":[54]},{"name":"REGSTR_VAL_SHARES_RO_PASS","features":[54]},{"name":"REGSTR_VAL_SHARES_RW_PASS","features":[54]},{"name":"REGSTR_VAL_SHARES_TYPE","features":[54]},{"name":"REGSTR_VAL_SHARE_IRQ","features":[54]},{"name":"REGSTR_VAL_SHELLVERSION","features":[54]},{"name":"REGSTR_VAL_SHOWDOTS","features":[54]},{"name":"REGSTR_VAL_SHOWREASONUI","features":[54]},{"name":"REGSTR_VAL_SHUTDOWNREASON","features":[54]},{"name":"REGSTR_VAL_SHUTDOWNREASON_CODE","features":[54]},{"name":"REGSTR_VAL_SHUTDOWNREASON_COMMENT","features":[54]},{"name":"REGSTR_VAL_SHUTDOWNREASON_PROCESS","features":[54]},{"name":"REGSTR_VAL_SHUTDOWNREASON_USERNAME","features":[54]},{"name":"REGSTR_VAL_SHUTDOWN_FLAGS","features":[54]},{"name":"REGSTR_VAL_SHUTDOWN_IGNORE_PREDEFINED","features":[54]},{"name":"REGSTR_VAL_SHUTDOWN_STATE_SNAPSHOT","features":[54]},{"name":"REGSTR_VAL_SILENTINSTALL","features":[54]},{"name":"REGSTR_VAL_SLSUPPORT","features":[54]},{"name":"REGSTR_VAL_SOFTCOMPATMODE","features":[54]},{"name":"REGSTR_VAL_SRCPATH","features":[54]},{"name":"REGSTR_VAL_SRVNAMECACHE","features":[54]},{"name":"REGSTR_VAL_SRVNAMECACHECOUNT","features":[54]},{"name":"REGSTR_VAL_SRVNAMECACHENETPROV","features":[54]},{"name":"REGSTR_VAL_START_ON_BOOT","features":[54]},{"name":"REGSTR_VAL_STAT","features":[54]},{"name":"REGSTR_VAL_STATICDRIVE","features":[54]},{"name":"REGSTR_VAL_STATICVXD","features":[54]},{"name":"REGSTR_VAL_STDDOSOPTION","features":[54]},{"name":"REGSTR_VAL_SUBMODEL","features":[54]},{"name":"REGSTR_VAL_SUPPORTBURST","features":[54]},{"name":"REGSTR_VAL_SUPPORTLFN","features":[54]},{"name":"REGSTR_VAL_SUPPORTTUNNELLING","features":[54]},{"name":"REGSTR_VAL_SYMBOLIC_LINK","features":[54]},{"name":"REGSTR_VAL_SYNCDATAXFER","features":[54]},{"name":"REGSTR_VAL_SYSDM","features":[54]},{"name":"REGSTR_VAL_SYSDMFUNC","features":[54]},{"name":"REGSTR_VAL_SYSTEMCPL_NOCONFIGPAGE","features":[54]},{"name":"REGSTR_VAL_SYSTEMCPL_NODEVMGRPAGE","features":[54]},{"name":"REGSTR_VAL_SYSTEMCPL_NOFILESYSPAGE","features":[54]},{"name":"REGSTR_VAL_SYSTEMCPL_NOVIRTMEMPAGE","features":[54]},{"name":"REGSTR_VAL_SYSTEMROOT","features":[54]},{"name":"REGSTR_VAL_SYSTRAYBATFLAGS","features":[54]},{"name":"REGSTR_VAL_SYSTRAYPCCARDFLAGS","features":[54]},{"name":"REGSTR_VAL_SYSTRAYSVCS","features":[54]},{"name":"REGSTR_VAL_TABLE_STAT","features":[54]},{"name":"REGSTR_VAL_TAPE","features":[54]},{"name":"REGSTR_VAL_TRANSITION","features":[54]},{"name":"REGSTR_VAL_TRANSPORT","features":[54]},{"name":"REGSTR_VAL_TZACTBIAS","features":[54]},{"name":"REGSTR_VAL_TZBIAS","features":[54]},{"name":"REGSTR_VAL_TZDLTBIAS","features":[54]},{"name":"REGSTR_VAL_TZDLTFLAG","features":[54]},{"name":"REGSTR_VAL_TZDLTNAME","features":[54]},{"name":"REGSTR_VAL_TZDLTSTART","features":[54]},{"name":"REGSTR_VAL_TZNOAUTOTIME","features":[54]},{"name":"REGSTR_VAL_TZNOCHANGEEND","features":[54]},{"name":"REGSTR_VAL_TZNOCHANGESTART","features":[54]},{"name":"REGSTR_VAL_TZSTDBIAS","features":[54]},{"name":"REGSTR_VAL_TZSTDNAME","features":[54]},{"name":"REGSTR_VAL_TZSTDSTART","features":[54]},{"name":"REGSTR_VAL_UI_NUMBER","features":[54]},{"name":"REGSTR_VAL_UI_NUMBER_DESC_FORMAT","features":[54]},{"name":"REGSTR_VAL_UNDOCK_WITHOUT_LOGON","features":[54]},{"name":"REGSTR_VAL_UNINSTALLER_COMMANDLINE","features":[54]},{"name":"REGSTR_VAL_UNINSTALLER_DISPLAYNAME","features":[54]},{"name":"REGSTR_VAL_UPGRADE","features":[54]},{"name":"REGSTR_VAL_UPPERFILTERS","features":[54]},{"name":"REGSTR_VAL_UPPER_FILTER_DEFAULT_LEVEL","features":[54]},{"name":"REGSTR_VAL_UPPER_FILTER_LEVELS","features":[54]},{"name":"REGSTR_VAL_USERSETTINGS","features":[54]},{"name":"REGSTR_VAL_USER_NAME","features":[54]},{"name":"REGSTR_VAL_USRDRVLET","features":[54]},{"name":"REGSTR_VAL_VDD","features":[54]},{"name":"REGSTR_VAL_VER","features":[54]},{"name":"REGSTR_VAL_VERIFYKEY","features":[54]},{"name":"REGSTR_VAL_VIRTUALHDIRQ","features":[54]},{"name":"REGSTR_VAL_VOLIDLETIMEOUT","features":[54]},{"name":"REGSTR_VAL_VPOWERDFLAGS","features":[54]},{"name":"REGSTR_VAL_VRES","features":[54]},{"name":"REGSTR_VAL_VXDGROUPS","features":[54]},{"name":"REGSTR_VAL_WAITFORUNDOCK","features":[54]},{"name":"REGSTR_VAL_WAITFORUNDOCKFUNC","features":[54]},{"name":"REGSTR_VAL_WIN31FILESYSTEM","features":[54]},{"name":"REGSTR_VAL_WIN31PROVIDER","features":[54]},{"name":"REGSTR_VAL_WINBOOTDIR","features":[54]},{"name":"REGSTR_VAL_WINCP","features":[54]},{"name":"REGSTR_VAL_WINDIR","features":[54]},{"name":"REGSTR_VAL_WINOLDAPP_DISABLED","features":[54]},{"name":"REGSTR_VAL_WINOLDAPP_NOREALMODE","features":[54]},{"name":"REGSTR_VAL_WORKGROUP","features":[54]},{"name":"REGSTR_VAL_WRAPPER","features":[54]},{"name":"REGSTR_VAL_WRINTTHRESHOLD","features":[54]},{"name":"REGSTR_VAL_WRKGRP_FORCEMAPPING","features":[54]},{"name":"REGSTR_VAL_WRKGRP_REQUIRED","features":[54]},{"name":"REG_BINARY","features":[54]},{"name":"REG_CREATED_NEW_KEY","features":[54]},{"name":"REG_CREATE_KEY_DISPOSITION","features":[54]},{"name":"REG_DWORD","features":[54]},{"name":"REG_DWORD_BIG_ENDIAN","features":[54]},{"name":"REG_DWORD_LITTLE_ENDIAN","features":[54]},{"name":"REG_EXPAND_SZ","features":[54]},{"name":"REG_FORCE_RESTORE","features":[54]},{"name":"REG_FULL_RESOURCE_DESCRIPTOR","features":[54]},{"name":"REG_KEY_INSTDEV","features":[54]},{"name":"REG_LATEST_FORMAT","features":[54]},{"name":"REG_LINK","features":[54]},{"name":"REG_MUI_STRING_TRUNCATE","features":[54]},{"name":"REG_MULTI_SZ","features":[54]},{"name":"REG_NONE","features":[54]},{"name":"REG_NOTIFY_CHANGE_ATTRIBUTES","features":[54]},{"name":"REG_NOTIFY_CHANGE_LAST_SET","features":[54]},{"name":"REG_NOTIFY_CHANGE_NAME","features":[54]},{"name":"REG_NOTIFY_CHANGE_SECURITY","features":[54]},{"name":"REG_NOTIFY_FILTER","features":[54]},{"name":"REG_NOTIFY_THREAD_AGNOSTIC","features":[54]},{"name":"REG_NO_COMPRESSION","features":[54]},{"name":"REG_OPENED_EXISTING_KEY","features":[54]},{"name":"REG_OPEN_CREATE_OPTIONS","features":[54]},{"name":"REG_OPTION_BACKUP_RESTORE","features":[54]},{"name":"REG_OPTION_CREATE_LINK","features":[54]},{"name":"REG_OPTION_DONT_VIRTUALIZE","features":[54]},{"name":"REG_OPTION_NON_VOLATILE","features":[54]},{"name":"REG_OPTION_OPEN_LINK","features":[54]},{"name":"REG_OPTION_RESERVED","features":[54]},{"name":"REG_OPTION_VOLATILE","features":[54]},{"name":"REG_PROCESS_APPKEY","features":[54]},{"name":"REG_PROVIDER","features":[54]},{"name":"REG_QWORD","features":[54]},{"name":"REG_QWORD_LITTLE_ENDIAN","features":[54]},{"name":"REG_RESOURCE_LIST","features":[54]},{"name":"REG_RESOURCE_REQUIREMENTS_LIST","features":[54]},{"name":"REG_RESTORE_KEY_FLAGS","features":[54]},{"name":"REG_ROUTINE_FLAGS","features":[54]},{"name":"REG_SAM_FLAGS","features":[54]},{"name":"REG_SAVE_FORMAT","features":[54]},{"name":"REG_SECURE_CONNECTION","features":[54]},{"name":"REG_STANDARD_FORMAT","features":[54]},{"name":"REG_SZ","features":[54]},{"name":"REG_USE_CURRENT_SECURITY_CONTEXT","features":[54]},{"name":"REG_VALUE_TYPE","features":[54]},{"name":"REG_WHOLE_HIVE_VOLATILE","features":[54]},{"name":"RRF_NOEXPAND","features":[54]},{"name":"RRF_RT_ANY","features":[54]},{"name":"RRF_RT_DWORD","features":[54]},{"name":"RRF_RT_QWORD","features":[54]},{"name":"RRF_RT_REG_BINARY","features":[54]},{"name":"RRF_RT_REG_DWORD","features":[54]},{"name":"RRF_RT_REG_EXPAND_SZ","features":[54]},{"name":"RRF_RT_REG_MULTI_SZ","features":[54]},{"name":"RRF_RT_REG_NONE","features":[54]},{"name":"RRF_RT_REG_QWORD","features":[54]},{"name":"RRF_RT_REG_SZ","features":[54]},{"name":"RRF_SUBKEY_WOW6432KEY","features":[54]},{"name":"RRF_SUBKEY_WOW6464KEY","features":[54]},{"name":"RRF_WOW64_MASK","features":[54]},{"name":"RRF_ZEROONFAILURE","features":[54]},{"name":"RegCloseKey","features":[1,54]},{"name":"RegConnectRegistryA","features":[1,54]},{"name":"RegConnectRegistryExA","features":[54]},{"name":"RegConnectRegistryExW","features":[54]},{"name":"RegConnectRegistryW","features":[1,54]},{"name":"RegCopyTreeA","features":[1,54]},{"name":"RegCopyTreeW","features":[1,54]},{"name":"RegCreateKeyA","features":[1,54]},{"name":"RegCreateKeyExA","features":[1,5,54]},{"name":"RegCreateKeyExW","features":[1,5,54]},{"name":"RegCreateKeyTransactedA","features":[1,5,54]},{"name":"RegCreateKeyTransactedW","features":[1,5,54]},{"name":"RegCreateKeyW","features":[1,54]},{"name":"RegDeleteKeyA","features":[1,54]},{"name":"RegDeleteKeyExA","features":[1,54]},{"name":"RegDeleteKeyExW","features":[1,54]},{"name":"RegDeleteKeyTransactedA","features":[1,54]},{"name":"RegDeleteKeyTransactedW","features":[1,54]},{"name":"RegDeleteKeyValueA","features":[1,54]},{"name":"RegDeleteKeyValueW","features":[1,54]},{"name":"RegDeleteKeyW","features":[1,54]},{"name":"RegDeleteTreeA","features":[1,54]},{"name":"RegDeleteTreeW","features":[1,54]},{"name":"RegDeleteValueA","features":[1,54]},{"name":"RegDeleteValueW","features":[1,54]},{"name":"RegDisablePredefinedCache","features":[1,54]},{"name":"RegDisablePredefinedCacheEx","features":[1,54]},{"name":"RegDisableReflectionKey","features":[1,54]},{"name":"RegEnableReflectionKey","features":[1,54]},{"name":"RegEnumKeyA","features":[1,54]},{"name":"RegEnumKeyExA","features":[1,54]},{"name":"RegEnumKeyExW","features":[1,54]},{"name":"RegEnumKeyW","features":[1,54]},{"name":"RegEnumValueA","features":[1,54]},{"name":"RegEnumValueW","features":[1,54]},{"name":"RegFlushKey","features":[1,54]},{"name":"RegGetKeySecurity","features":[1,5,54]},{"name":"RegGetValueA","features":[1,54]},{"name":"RegGetValueW","features":[1,54]},{"name":"RegLoadAppKeyA","features":[1,54]},{"name":"RegLoadAppKeyW","features":[1,54]},{"name":"RegLoadKeyA","features":[1,54]},{"name":"RegLoadKeyW","features":[1,54]},{"name":"RegLoadMUIStringA","features":[1,54]},{"name":"RegLoadMUIStringW","features":[1,54]},{"name":"RegNotifyChangeKeyValue","features":[1,54]},{"name":"RegOpenCurrentUser","features":[1,54]},{"name":"RegOpenKeyA","features":[1,54]},{"name":"RegOpenKeyExA","features":[1,54]},{"name":"RegOpenKeyExW","features":[1,54]},{"name":"RegOpenKeyTransactedA","features":[1,54]},{"name":"RegOpenKeyTransactedW","features":[1,54]},{"name":"RegOpenKeyW","features":[1,54]},{"name":"RegOpenUserClassesRoot","features":[1,54]},{"name":"RegOverridePredefKey","features":[1,54]},{"name":"RegQueryInfoKeyA","features":[1,54]},{"name":"RegQueryInfoKeyW","features":[1,54]},{"name":"RegQueryMultipleValuesA","features":[1,54]},{"name":"RegQueryMultipleValuesW","features":[1,54]},{"name":"RegQueryReflectionKey","features":[1,54]},{"name":"RegQueryValueA","features":[1,54]},{"name":"RegQueryValueExA","features":[1,54]},{"name":"RegQueryValueExW","features":[1,54]},{"name":"RegQueryValueW","features":[1,54]},{"name":"RegRenameKey","features":[1,54]},{"name":"RegReplaceKeyA","features":[1,54]},{"name":"RegReplaceKeyW","features":[1,54]},{"name":"RegRestoreKeyA","features":[1,54]},{"name":"RegRestoreKeyW","features":[1,54]},{"name":"RegSaveKeyA","features":[1,5,54]},{"name":"RegSaveKeyExA","features":[1,5,54]},{"name":"RegSaveKeyExW","features":[1,5,54]},{"name":"RegSaveKeyW","features":[1,5,54]},{"name":"RegSetKeySecurity","features":[1,5,54]},{"name":"RegSetKeyValueA","features":[1,54]},{"name":"RegSetKeyValueW","features":[1,54]},{"name":"RegSetValueA","features":[1,54]},{"name":"RegSetValueExA","features":[1,54]},{"name":"RegSetValueExW","features":[1,54]},{"name":"RegSetValueW","features":[1,54]},{"name":"RegUnLoadKeyA","features":[1,54]},{"name":"RegUnLoadKeyW","features":[1,54]},{"name":"SUF_BATCHINF","features":[54]},{"name":"SUF_CLEAN","features":[54]},{"name":"SUF_EXPRESS","features":[54]},{"name":"SUF_FIRSTTIME","features":[54]},{"name":"SUF_INSETUP","features":[54]},{"name":"SUF_NETHDBOOT","features":[54]},{"name":"SUF_NETRPLBOOT","features":[54]},{"name":"SUF_NETSETUP","features":[54]},{"name":"SUF_SBSCOPYOK","features":[54]},{"name":"VALENTA","features":[54]},{"name":"VALENTW","features":[54]},{"name":"VPDF_DISABLEPWRMGMT","features":[54]},{"name":"VPDF_DISABLEPWRSTATUSPOLL","features":[54]},{"name":"VPDF_DISABLERINGRESUME","features":[54]},{"name":"VPDF_FORCEAPM10MODE","features":[54]},{"name":"VPDF_SHOWMULTIBATT","features":[54]},{"name":"VPDF_SKIPINTELSLCHECK","features":[54]},{"name":"val_context","features":[54]}],"606":[{"name":"AAAccountingData","features":[111]},{"name":"AAAccountingDataType","features":[111]},{"name":"AAAuthSchemes","features":[111]},{"name":"AATrustClassID","features":[111]},{"name":"AA_AUTH_ANY","features":[111]},{"name":"AA_AUTH_BASIC","features":[111]},{"name":"AA_AUTH_CONID","features":[111]},{"name":"AA_AUTH_COOKIE","features":[111]},{"name":"AA_AUTH_DIGEST","features":[111]},{"name":"AA_AUTH_LOGGEDONCREDENTIALS","features":[111]},{"name":"AA_AUTH_MAX","features":[111]},{"name":"AA_AUTH_MIN","features":[111]},{"name":"AA_AUTH_NEGOTIATE","features":[111]},{"name":"AA_AUTH_NTLM","features":[111]},{"name":"AA_AUTH_ORGID","features":[111]},{"name":"AA_AUTH_SC","features":[111]},{"name":"AA_AUTH_SSPI_NTLM","features":[111]},{"name":"AA_MAIN_SESSION_CLOSED","features":[111]},{"name":"AA_MAIN_SESSION_CREATION","features":[111]},{"name":"AA_SUB_SESSION_CLOSED","features":[111]},{"name":"AA_SUB_SESSION_CREATION","features":[111]},{"name":"AA_TRUSTEDUSER_TRUSTEDCLIENT","features":[111]},{"name":"AA_TRUSTEDUSER_UNTRUSTEDCLIENT","features":[111]},{"name":"AA_UNTRUSTED","features":[111]},{"name":"ACQUIRE_TARGET_LOCK_TIMEOUT","features":[111]},{"name":"ADsTSUserEx","features":[111]},{"name":"AE_CURRENT_POSITION","features":[111]},{"name":"AE_POSITION_FLAGS","features":[111]},{"name":"AllowOnlySDRServers","features":[111]},{"name":"BITMAP_RENDERER_STATISTICS","features":[111]},{"name":"CHANNEL_BUFFER_SIZE","features":[111]},{"name":"CHANNEL_CHUNK_LENGTH","features":[111]},{"name":"CHANNEL_DEF","features":[111]},{"name":"CHANNEL_ENTRY_POINTS","features":[111]},{"name":"CHANNEL_EVENT_CONNECTED","features":[111]},{"name":"CHANNEL_EVENT_DATA_RECEIVED","features":[111]},{"name":"CHANNEL_EVENT_DISCONNECTED","features":[111]},{"name":"CHANNEL_EVENT_INITIALIZED","features":[111]},{"name":"CHANNEL_EVENT_TERMINATED","features":[111]},{"name":"CHANNEL_EVENT_V1_CONNECTED","features":[111]},{"name":"CHANNEL_EVENT_WRITE_CANCELLED","features":[111]},{"name":"CHANNEL_EVENT_WRITE_COMPLETE","features":[111]},{"name":"CHANNEL_FLAG_FAIL","features":[111]},{"name":"CHANNEL_FLAG_FIRST","features":[111]},{"name":"CHANNEL_FLAG_LAST","features":[111]},{"name":"CHANNEL_FLAG_MIDDLE","features":[111]},{"name":"CHANNEL_MAX_COUNT","features":[111]},{"name":"CHANNEL_NAME_LEN","features":[111]},{"name":"CHANNEL_OPTION_COMPRESS","features":[111]},{"name":"CHANNEL_OPTION_COMPRESS_RDP","features":[111]},{"name":"CHANNEL_OPTION_ENCRYPT_CS","features":[111]},{"name":"CHANNEL_OPTION_ENCRYPT_RDP","features":[111]},{"name":"CHANNEL_OPTION_ENCRYPT_SC","features":[111]},{"name":"CHANNEL_OPTION_INITIALIZED","features":[111]},{"name":"CHANNEL_OPTION_PRI_HIGH","features":[111]},{"name":"CHANNEL_OPTION_PRI_LOW","features":[111]},{"name":"CHANNEL_OPTION_PRI_MED","features":[111]},{"name":"CHANNEL_OPTION_REMOTE_CONTROL_PERSISTENT","features":[111]},{"name":"CHANNEL_OPTION_SHOW_PROTOCOL","features":[111]},{"name":"CHANNEL_PDU_HEADER","features":[111]},{"name":"CHANNEL_RC_ALREADY_CONNECTED","features":[111]},{"name":"CHANNEL_RC_ALREADY_INITIALIZED","features":[111]},{"name":"CHANNEL_RC_ALREADY_OPEN","features":[111]},{"name":"CHANNEL_RC_BAD_CHANNEL","features":[111]},{"name":"CHANNEL_RC_BAD_CHANNEL_HANDLE","features":[111]},{"name":"CHANNEL_RC_BAD_INIT_HANDLE","features":[111]},{"name":"CHANNEL_RC_BAD_PROC","features":[111]},{"name":"CHANNEL_RC_INITIALIZATION_ERROR","features":[111]},{"name":"CHANNEL_RC_INVALID_INSTANCE","features":[111]},{"name":"CHANNEL_RC_NOT_CONNECTED","features":[111]},{"name":"CHANNEL_RC_NOT_INITIALIZED","features":[111]},{"name":"CHANNEL_RC_NOT_IN_VIRTUALCHANNELENTRY","features":[111]},{"name":"CHANNEL_RC_NOT_OPEN","features":[111]},{"name":"CHANNEL_RC_NO_BUFFER","features":[111]},{"name":"CHANNEL_RC_NO_MEMORY","features":[111]},{"name":"CHANNEL_RC_NULL_DATA","features":[111]},{"name":"CHANNEL_RC_OK","features":[111]},{"name":"CHANNEL_RC_TOO_MANY_CHANNELS","features":[111]},{"name":"CHANNEL_RC_UNKNOWN_CHANNEL_NAME","features":[111]},{"name":"CHANNEL_RC_UNSUPPORTED_VERSION","features":[111]},{"name":"CHANNEL_RC_ZERO_LENGTH","features":[111]},{"name":"CLIENTADDRESS_LENGTH","features":[111]},{"name":"CLIENTNAME_LENGTH","features":[111]},{"name":"CLIENT_DISPLAY","features":[111]},{"name":"CLIENT_MESSAGE_CONNECTION_ERROR","features":[111]},{"name":"CLIENT_MESSAGE_CONNECTION_INVALID","features":[111]},{"name":"CLIENT_MESSAGE_CONNECTION_STATUS","features":[111]},{"name":"CLIENT_MESSAGE_TYPE","features":[111]},{"name":"CONNECTION_CHANGE_NOTIFICATION","features":[111]},{"name":"CONNECTION_PROPERTY_CURSOR_BLINK_DISABLED","features":[111]},{"name":"CONNECTION_PROPERTY_IDLE_TIME_WARNING","features":[111]},{"name":"CONNECTION_REQUEST_CANCELLED","features":[111]},{"name":"CONNECTION_REQUEST_FAILED","features":[111]},{"name":"CONNECTION_REQUEST_INVALID","features":[111]},{"name":"CONNECTION_REQUEST_LB_COMPLETED","features":[111]},{"name":"CONNECTION_REQUEST_ORCH_COMPLETED","features":[111]},{"name":"CONNECTION_REQUEST_PENDING","features":[111]},{"name":"CONNECTION_REQUEST_QUERY_PL_COMPLETED","features":[111]},{"name":"CONNECTION_REQUEST_SUCCEEDED","features":[111]},{"name":"CONNECTION_REQUEST_TIMEDOUT","features":[111]},{"name":"ClipboardRedirectionDisabled","features":[111]},{"name":"DISPID_AX_ADMINMESSAGERECEIVED","features":[111]},{"name":"DISPID_AX_AUTORECONNECTED","features":[111]},{"name":"DISPID_AX_AUTORECONNECTING","features":[111]},{"name":"DISPID_AX_CONNECTED","features":[111]},{"name":"DISPID_AX_CONNECTING","features":[111]},{"name":"DISPID_AX_DIALOGDISMISSED","features":[111]},{"name":"DISPID_AX_DIALOGDISPLAYING","features":[111]},{"name":"DISPID_AX_DISCONNECTED","features":[111]},{"name":"DISPID_AX_KEYCOMBINATIONPRESSED","features":[111]},{"name":"DISPID_AX_LOGINCOMPLETED","features":[111]},{"name":"DISPID_AX_NETWORKSTATUSCHANGED","features":[111]},{"name":"DISPID_AX_REMOTEDESKTOPSIZECHANGED","features":[111]},{"name":"DISPID_AX_STATUSCHANGED","features":[111]},{"name":"DISPID_AX_TOUCHPOINTERCURSORMOVED","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_APPLY_SETTINGS","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_ATTACH_EVENT","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_CONNECT","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DELETE_SAVED_CREDENTIALS","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DETACH_EVENT","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DISCONNECT","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_EXECUTE_REMOTE_ACTION","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_GET_RDPPROPERTY","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_GET_SNAPSHOT","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RECONNECT","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RESUME_SCREEN_UPDATES","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RETRIEVE_SETTINGS","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_SET_RDPPROPERTY","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_SUSPEND_SCREEN_UPDATES","features":[111]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_UPDATE_SESSION_DISPLAYSETTINGS","features":[111]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_ACTIONS","features":[111]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_SETTINGS","features":[111]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_ENABLED","features":[111]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_EVENTSENABLED","features":[111]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_POINTERSPEED","features":[111]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCH_POINTER","features":[111]},{"name":"DOMAIN_LENGTH","features":[111]},{"name":"DisableAllRedirections","features":[111]},{"name":"DriveRedirectionDisabled","features":[111]},{"name":"EnableAllRedirections","features":[111]},{"name":"FARM","features":[111]},{"name":"FORCE_REJOIN","features":[111]},{"name":"FORCE_REJOIN_IN_CLUSTERMODE","features":[111]},{"name":"IADsTSUserEx","features":[111]},{"name":"IAudioDeviceEndpoint","features":[111]},{"name":"IAudioEndpoint","features":[111]},{"name":"IAudioEndpointControl","features":[111]},{"name":"IAudioEndpointRT","features":[111]},{"name":"IAudioInputEndpointRT","features":[111]},{"name":"IAudioOutputEndpointRT","features":[111]},{"name":"IRemoteDesktopClient","features":[111]},{"name":"IRemoteDesktopClientActions","features":[111]},{"name":"IRemoteDesktopClientSettings","features":[111]},{"name":"IRemoteDesktopClientTouchPointer","features":[111]},{"name":"IRemoteSystemAdditionalInfoProvider","features":[111]},{"name":"ITSGAccountingEngine","features":[111]},{"name":"ITSGAuthenticateUserSink","features":[111]},{"name":"ITSGAuthenticationEngine","features":[111]},{"name":"ITSGAuthorizeConnectionSink","features":[111]},{"name":"ITSGAuthorizeResourceSink","features":[111]},{"name":"ITSGPolicyEngine","features":[111]},{"name":"ITsSbBaseNotifySink","features":[111]},{"name":"ITsSbClientConnection","features":[111]},{"name":"ITsSbClientConnectionPropertySet","features":[111]},{"name":"ITsSbEnvironment","features":[111]},{"name":"ITsSbEnvironmentPropertySet","features":[111]},{"name":"ITsSbFilterPluginStore","features":[111]},{"name":"ITsSbGenericNotifySink","features":[111]},{"name":"ITsSbGlobalStore","features":[111]},{"name":"ITsSbLoadBalanceResult","features":[111]},{"name":"ITsSbLoadBalancing","features":[111]},{"name":"ITsSbLoadBalancingNotifySink","features":[111]},{"name":"ITsSbOrchestration","features":[111]},{"name":"ITsSbOrchestrationNotifySink","features":[111]},{"name":"ITsSbPlacement","features":[111]},{"name":"ITsSbPlacementNotifySink","features":[111]},{"name":"ITsSbPlugin","features":[111]},{"name":"ITsSbPluginNotifySink","features":[111]},{"name":"ITsSbPluginPropertySet","features":[111]},{"name":"ITsSbPropertySet","features":[111]},{"name":"ITsSbProvider","features":[111]},{"name":"ITsSbProvisioning","features":[111]},{"name":"ITsSbProvisioningPluginNotifySink","features":[111]},{"name":"ITsSbResourceNotification","features":[111]},{"name":"ITsSbResourceNotificationEx","features":[111]},{"name":"ITsSbResourcePlugin","features":[111]},{"name":"ITsSbResourcePluginStore","features":[111]},{"name":"ITsSbServiceNotification","features":[111]},{"name":"ITsSbSession","features":[111]},{"name":"ITsSbTarget","features":[111]},{"name":"ITsSbTargetPropertySet","features":[111]},{"name":"ITsSbTaskInfo","features":[111]},{"name":"ITsSbTaskPlugin","features":[111]},{"name":"ITsSbTaskPluginNotifySink","features":[111]},{"name":"IWRdsEnhancedFastReconnectArbitrator","features":[111]},{"name":"IWRdsGraphicsChannel","features":[111]},{"name":"IWRdsGraphicsChannelEvents","features":[111]},{"name":"IWRdsGraphicsChannelManager","features":[111]},{"name":"IWRdsProtocolConnection","features":[111]},{"name":"IWRdsProtocolConnectionCallback","features":[111]},{"name":"IWRdsProtocolConnectionSettings","features":[111]},{"name":"IWRdsProtocolLicenseConnection","features":[111]},{"name":"IWRdsProtocolListener","features":[111]},{"name":"IWRdsProtocolListenerCallback","features":[111]},{"name":"IWRdsProtocolLogonErrorRedirector","features":[111]},{"name":"IWRdsProtocolManager","features":[111]},{"name":"IWRdsProtocolSettings","features":[111]},{"name":"IWRdsProtocolShadowCallback","features":[111]},{"name":"IWRdsProtocolShadowConnection","features":[111]},{"name":"IWRdsWddmIddProps","features":[111]},{"name":"IWRdsWddmIddProps1","features":[111]},{"name":"IWTSBitmapRenderService","features":[111]},{"name":"IWTSBitmapRenderer","features":[111]},{"name":"IWTSBitmapRendererCallback","features":[111]},{"name":"IWTSListener","features":[111]},{"name":"IWTSListenerCallback","features":[111]},{"name":"IWTSPlugin","features":[111]},{"name":"IWTSPluginServiceProvider","features":[111]},{"name":"IWTSProtocolConnection","features":[111]},{"name":"IWTSProtocolConnectionCallback","features":[111]},{"name":"IWTSProtocolLicenseConnection","features":[111]},{"name":"IWTSProtocolListener","features":[111]},{"name":"IWTSProtocolListenerCallback","features":[111]},{"name":"IWTSProtocolLogonErrorRedirector","features":[111]},{"name":"IWTSProtocolManager","features":[111]},{"name":"IWTSProtocolShadowCallback","features":[111]},{"name":"IWTSProtocolShadowConnection","features":[111]},{"name":"IWTSSBPlugin","features":[111]},{"name":"IWTSVirtualChannel","features":[111]},{"name":"IWTSVirtualChannelCallback","features":[111]},{"name":"IWTSVirtualChannelManager","features":[111]},{"name":"IWorkspace","features":[111]},{"name":"IWorkspace2","features":[111]},{"name":"IWorkspace3","features":[111]},{"name":"IWorkspaceClientExt","features":[111]},{"name":"IWorkspaceRegistration","features":[111]},{"name":"IWorkspaceRegistration2","features":[111]},{"name":"IWorkspaceReportMessage","features":[111]},{"name":"IWorkspaceResTypeRegistry","features":[111]},{"name":"IWorkspaceScriptable","features":[111]},{"name":"IWorkspaceScriptable2","features":[111]},{"name":"IWorkspaceScriptable3","features":[111]},{"name":"ItsPubPlugin","features":[111]},{"name":"ItsPubPlugin2","features":[111]},{"name":"KEEP_EXISTING_SESSIONS","features":[111]},{"name":"KeyCombinationDown","features":[111]},{"name":"KeyCombinationHome","features":[111]},{"name":"KeyCombinationLeft","features":[111]},{"name":"KeyCombinationRight","features":[111]},{"name":"KeyCombinationScroll","features":[111]},{"name":"KeyCombinationType","features":[111]},{"name":"KeyCombinationUp","features":[111]},{"name":"LOAD_BALANCING_PLUGIN","features":[111]},{"name":"MAX_DATE_TIME_LENGTH","features":[111]},{"name":"MAX_ELAPSED_TIME_LENGTH","features":[111]},{"name":"MAX_POLICY_ATTRIBUTES","features":[111]},{"name":"MaxAppName_Len","features":[111]},{"name":"MaxDomainName_Len","features":[111]},{"name":"MaxFQDN_Len","features":[111]},{"name":"MaxFarm_Len","features":[111]},{"name":"MaxNetBiosName_Len","features":[111]},{"name":"MaxNumOfExposed_IPs","features":[111]},{"name":"MaxUserName_Len","features":[111]},{"name":"NONFARM","features":[111]},{"name":"NOTIFY_FOR_ALL_SESSIONS","features":[111]},{"name":"NOTIFY_FOR_THIS_SESSION","features":[111]},{"name":"ORCHESTRATION_PLUGIN","features":[111]},{"name":"OWNER_MS_TS_PLUGIN","features":[111]},{"name":"OWNER_MS_VM_PLUGIN","features":[111]},{"name":"OWNER_UNKNOWN","features":[111]},{"name":"PCHANNEL_INIT_EVENT_FN","features":[111]},{"name":"PCHANNEL_OPEN_EVENT_FN","features":[111]},{"name":"PLACEMENT_PLUGIN","features":[111]},{"name":"PLUGIN_CAPABILITY_EXTERNAL_REDIRECTION","features":[111]},{"name":"PLUGIN_TYPE","features":[111]},{"name":"POLICY_PLUGIN","features":[111]},{"name":"POSITION_CONTINUOUS","features":[111]},{"name":"POSITION_DISCONTINUOUS","features":[111]},{"name":"POSITION_INVALID","features":[111]},{"name":"POSITION_QPC_ERROR","features":[111]},{"name":"PRODUCTINFO_COMPANYNAME_LENGTH","features":[111]},{"name":"PRODUCTINFO_PRODUCTID_LENGTH","features":[111]},{"name":"PRODUCT_INFOA","features":[111]},{"name":"PRODUCT_INFOW","features":[111]},{"name":"PROPERTY_DYNAMIC_TIME_ZONE_INFORMATION","features":[111]},{"name":"PROPERTY_TYPE_ENABLE_UNIVERSAL_APPS_FOR_CUSTOM_SHELL","features":[111]},{"name":"PROPERTY_TYPE_GET_FAST_RECONNECT","features":[111]},{"name":"PROPERTY_TYPE_GET_FAST_RECONNECT_USER_SID","features":[111]},{"name":"PROVISIONING_PLUGIN","features":[111]},{"name":"PVIRTUALCHANNELCLOSE","features":[111]},{"name":"PVIRTUALCHANNELENTRY","features":[1,111]},{"name":"PVIRTUALCHANNELINIT","features":[111]},{"name":"PVIRTUALCHANNELOPEN","features":[111]},{"name":"PVIRTUALCHANNELWRITE","features":[111]},{"name":"PasswordEncodingType","features":[111]},{"name":"PasswordEncodingUTF16BE","features":[111]},{"name":"PasswordEncodingUTF16LE","features":[111]},{"name":"PasswordEncodingUTF8","features":[111]},{"name":"PnpRedirectionDisabled","features":[111]},{"name":"PolicyAttributeType","features":[111]},{"name":"PortRedirectionDisabled","features":[111]},{"name":"PrinterRedirectionDisabled","features":[111]},{"name":"ProcessIdToSessionId","features":[1,111]},{"name":"RDCLIENT_BITMAP_RENDER_SERVICE","features":[111]},{"name":"RDV_TASK_STATUS","features":[111]},{"name":"RDV_TASK_STATUS_APPLYING","features":[111]},{"name":"RDV_TASK_STATUS_DOWNLOADING","features":[111]},{"name":"RDV_TASK_STATUS_FAILED","features":[111]},{"name":"RDV_TASK_STATUS_REBOOTED","features":[111]},{"name":"RDV_TASK_STATUS_REBOOTING","features":[111]},{"name":"RDV_TASK_STATUS_SEARCHING","features":[111]},{"name":"RDV_TASK_STATUS_SUCCESS","features":[111]},{"name":"RDV_TASK_STATUS_TIMEOUT","features":[111]},{"name":"RDV_TASK_STATUS_UNKNOWN","features":[111]},{"name":"RD_FARM_AUTO_PERSONAL_RDSH","features":[111]},{"name":"RD_FARM_AUTO_PERSONAL_VM","features":[111]},{"name":"RD_FARM_MANUAL_PERSONAL_RDSH","features":[111]},{"name":"RD_FARM_MANUAL_PERSONAL_VM","features":[111]},{"name":"RD_FARM_RDSH","features":[111]},{"name":"RD_FARM_TEMP_VM","features":[111]},{"name":"RD_FARM_TYPE","features":[111]},{"name":"RD_FARM_TYPE_UNKNOWN","features":[111]},{"name":"REMOTECONTROL_KBDALT_HOTKEY","features":[111]},{"name":"REMOTECONTROL_KBDCTRL_HOTKEY","features":[111]},{"name":"REMOTECONTROL_KBDSHIFT_HOTKEY","features":[111]},{"name":"RENDER_HINT_CLEAR","features":[111]},{"name":"RENDER_HINT_MAPPEDWINDOW","features":[111]},{"name":"RENDER_HINT_VIDEO","features":[111]},{"name":"RESERVED_FOR_LEGACY","features":[111]},{"name":"RESOURCE_PLUGIN","features":[111]},{"name":"RFX_CLIENT_ID_LENGTH","features":[111]},{"name":"RFX_GFX_MAX_SUPPORTED_MONITORS","features":[111]},{"name":"RFX_GFX_MONITOR_INFO","features":[1,111]},{"name":"RFX_GFX_MSG_CLIENT_DESKTOP_INFO_REQUEST","features":[111]},{"name":"RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE","features":[1,111]},{"name":"RFX_GFX_MSG_DESKTOP_CONFIG_CHANGE_CONFIRM","features":[111]},{"name":"RFX_GFX_MSG_DESKTOP_CONFIG_CHANGE_NOTIFY","features":[111]},{"name":"RFX_GFX_MSG_DESKTOP_INPUT_RESET","features":[111]},{"name":"RFX_GFX_MSG_DESKTOP_RESEND_REQUEST","features":[111]},{"name":"RFX_GFX_MSG_DISCONNECT_NOTIFY","features":[111]},{"name":"RFX_GFX_MSG_HEADER","features":[111]},{"name":"RFX_GFX_MSG_PREFIX","features":[111]},{"name":"RFX_GFX_MSG_PREFIX_MASK","features":[111]},{"name":"RFX_GFX_MSG_RDP_DATA","features":[111]},{"name":"RFX_GFX_RECT","features":[111]},{"name":"RFX_RDP_MSG_PREFIX","features":[111]},{"name":"RemoteActionAppSwitch","features":[111]},{"name":"RemoteActionAppbar","features":[111]},{"name":"RemoteActionCharms","features":[111]},{"name":"RemoteActionSnap","features":[111]},{"name":"RemoteActionStartScreen","features":[111]},{"name":"RemoteActionType","features":[111]},{"name":"SB_SYNCH_CONFLICT_MAX_WRITE_ATTEMPTS","features":[111]},{"name":"SESSION_TIMEOUT_ACTION_DISCONNECT","features":[111]},{"name":"SESSION_TIMEOUT_ACTION_SILENT_REAUTH","features":[111]},{"name":"SESSION_TIMEOUT_ACTION_TYPE","features":[111]},{"name":"SINGLE_SESSION","features":[111]},{"name":"STATE_ACTIVE","features":[111]},{"name":"STATE_CONNECTED","features":[111]},{"name":"STATE_CONNECTQUERY","features":[111]},{"name":"STATE_DISCONNECTED","features":[111]},{"name":"STATE_DOWN","features":[111]},{"name":"STATE_IDLE","features":[111]},{"name":"STATE_INIT","features":[111]},{"name":"STATE_INVALID","features":[111]},{"name":"STATE_LISTEN","features":[111]},{"name":"STATE_MAX","features":[111]},{"name":"STATE_RESET","features":[111]},{"name":"STATE_SHADOW","features":[111]},{"name":"SnapshotEncodingDataUri","features":[111]},{"name":"SnapshotEncodingType","features":[111]},{"name":"SnapshotFormatBmp","features":[111]},{"name":"SnapshotFormatJpeg","features":[111]},{"name":"SnapshotFormatPng","features":[111]},{"name":"SnapshotFormatType","features":[111]},{"name":"TARGET_CHANGE_TYPE","features":[111]},{"name":"TARGET_CHANGE_UNSPEC","features":[111]},{"name":"TARGET_CHECKED_OUT","features":[111]},{"name":"TARGET_DOWN","features":[111]},{"name":"TARGET_EXTERNALIP_CHANGED","features":[111]},{"name":"TARGET_FARM_MEMBERSHIP_CHANGED","features":[111]},{"name":"TARGET_HIBERNATED","features":[111]},{"name":"TARGET_IDLE","features":[111]},{"name":"TARGET_INITIALIZING","features":[111]},{"name":"TARGET_INTERNALIP_CHANGED","features":[111]},{"name":"TARGET_INUSE","features":[111]},{"name":"TARGET_INVALID","features":[111]},{"name":"TARGET_JOINED","features":[111]},{"name":"TARGET_MAXSTATE","features":[111]},{"name":"TARGET_OWNER","features":[111]},{"name":"TARGET_PATCH_COMPLETED","features":[111]},{"name":"TARGET_PATCH_FAILED","features":[111]},{"name":"TARGET_PATCH_IN_PROGRESS","features":[111]},{"name":"TARGET_PATCH_NOT_STARTED","features":[111]},{"name":"TARGET_PATCH_STATE","features":[111]},{"name":"TARGET_PATCH_STATE_CHANGED","features":[111]},{"name":"TARGET_PATCH_UNKNOWN","features":[111]},{"name":"TARGET_PENDING","features":[111]},{"name":"TARGET_REMOVED","features":[111]},{"name":"TARGET_RUNNING","features":[111]},{"name":"TARGET_STARTING","features":[111]},{"name":"TARGET_STATE","features":[111]},{"name":"TARGET_STATE_CHANGED","features":[111]},{"name":"TARGET_STOPPED","features":[111]},{"name":"TARGET_STOPPING","features":[111]},{"name":"TARGET_TYPE","features":[111]},{"name":"TARGET_UNKNOWN","features":[111]},{"name":"TASK_PLUGIN","features":[111]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_EXISTING","features":[111]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_NEW","features":[111]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_TYPE","features":[111]},{"name":"TSPUB_PLUGIN_PD_QUERY_EXISTING","features":[111]},{"name":"TSPUB_PLUGIN_PD_QUERY_OR_CREATE","features":[111]},{"name":"TSPUB_PLUGIN_PD_RESOLUTION_TYPE","features":[111]},{"name":"TSSB_NOTIFICATION_TYPE","features":[111]},{"name":"TSSB_NOTIFY_CONNECTION_REQUEST_CHANGE","features":[111]},{"name":"TSSB_NOTIFY_INVALID","features":[111]},{"name":"TSSB_NOTIFY_SESSION_CHANGE","features":[111]},{"name":"TSSB_NOTIFY_TARGET_CHANGE","features":[111]},{"name":"TSSD_ADDR_IPv4","features":[111]},{"name":"TSSD_ADDR_IPv6","features":[111]},{"name":"TSSD_ADDR_UNDEFINED","features":[111]},{"name":"TSSD_AddrV46Type","features":[111]},{"name":"TSSD_ConnectionPoint","features":[111]},{"name":"TSSESSION_STATE","features":[111]},{"name":"TSUserExInterfaces","features":[111]},{"name":"TS_SB_SORT_BY","features":[111]},{"name":"TS_SB_SORT_BY_NAME","features":[111]},{"name":"TS_SB_SORT_BY_NONE","features":[111]},{"name":"TS_SB_SORT_BY_PROP","features":[111]},{"name":"TS_VC_LISTENER_STATIC_CHANNEL","features":[111]},{"name":"UNKNOWN","features":[111]},{"name":"UNKNOWN_PLUGIN","features":[111]},{"name":"USERNAME_LENGTH","features":[111]},{"name":"VALIDATIONINFORMATION_HARDWAREID_LENGTH","features":[111]},{"name":"VALIDATIONINFORMATION_LICENSE_LENGTH","features":[111]},{"name":"VIRTUAL_CHANNEL_VERSION_WIN2000","features":[111]},{"name":"VM_HOST_NOTIFY_STATUS","features":[111]},{"name":"VM_HOST_STATUS_INIT_COMPLETE","features":[111]},{"name":"VM_HOST_STATUS_INIT_FAILED","features":[111]},{"name":"VM_HOST_STATUS_INIT_IN_PROGRESS","features":[111]},{"name":"VM_HOST_STATUS_INIT_PENDING","features":[111]},{"name":"VM_NOTIFY_ENTRY","features":[111]},{"name":"VM_NOTIFY_INFO","features":[111]},{"name":"VM_NOTIFY_STATUS","features":[111]},{"name":"VM_NOTIFY_STATUS_CANCELED","features":[111]},{"name":"VM_NOTIFY_STATUS_COMPLETE","features":[111]},{"name":"VM_NOTIFY_STATUS_FAILED","features":[111]},{"name":"VM_NOTIFY_STATUS_IN_PROGRESS","features":[111]},{"name":"VM_NOTIFY_STATUS_PENDING","features":[111]},{"name":"VM_PATCH_INFO","features":[111]},{"name":"WINSTATIONNAME_LENGTH","features":[111]},{"name":"WKS_FLAG_CLEAR_CREDS_ON_LAST_RESOURCE","features":[111]},{"name":"WKS_FLAG_CREDS_AUTHENTICATED","features":[111]},{"name":"WKS_FLAG_PASSWORD_ENCRYPTED","features":[111]},{"name":"WRDS_CLIENTADDRESS_LENGTH","features":[111]},{"name":"WRDS_CLIENTNAME_LENGTH","features":[111]},{"name":"WRDS_CLIENT_PRODUCT_ID_LENGTH","features":[111]},{"name":"WRDS_CONNECTION_SETTING","features":[1,111]},{"name":"WRDS_CONNECTION_SETTINGS","features":[1,111]},{"name":"WRDS_CONNECTION_SETTINGS_1","features":[1,111]},{"name":"WRDS_CONNECTION_SETTING_LEVEL","features":[111]},{"name":"WRDS_CONNECTION_SETTING_LEVEL_1","features":[111]},{"name":"WRDS_CONNECTION_SETTING_LEVEL_INVALID","features":[111]},{"name":"WRDS_DEVICE_NAME_LENGTH","features":[111]},{"name":"WRDS_DIRECTORY_LENGTH","features":[111]},{"name":"WRDS_DOMAIN_LENGTH","features":[111]},{"name":"WRDS_DRIVER_NAME_LENGTH","features":[111]},{"name":"WRDS_DYNAMIC_TIME_ZONE_INFORMATION","features":[111]},{"name":"WRDS_IMEFILENAME_LENGTH","features":[111]},{"name":"WRDS_INITIALPROGRAM_LENGTH","features":[111]},{"name":"WRDS_KEY_EXCHANGE_ALG_DH","features":[111]},{"name":"WRDS_KEY_EXCHANGE_ALG_RSA","features":[111]},{"name":"WRDS_LICENSE_PREAMBLE_VERSION","features":[111]},{"name":"WRDS_LICENSE_PROTOCOL_VERSION","features":[111]},{"name":"WRDS_LISTENER_SETTING","features":[111]},{"name":"WRDS_LISTENER_SETTINGS","features":[111]},{"name":"WRDS_LISTENER_SETTINGS_1","features":[111]},{"name":"WRDS_LISTENER_SETTING_LEVEL","features":[111]},{"name":"WRDS_LISTENER_SETTING_LEVEL_1","features":[111]},{"name":"WRDS_LISTENER_SETTING_LEVEL_INVALID","features":[111]},{"name":"WRDS_MAX_CACHE_RESERVED","features":[111]},{"name":"WRDS_MAX_COUNTERS","features":[111]},{"name":"WRDS_MAX_DISPLAY_IOCTL_DATA","features":[111]},{"name":"WRDS_MAX_PROTOCOL_CACHE","features":[111]},{"name":"WRDS_MAX_RESERVED","features":[111]},{"name":"WRDS_PASSWORD_LENGTH","features":[111]},{"name":"WRDS_PERF_DISABLE_CURSORSETTINGS","features":[111]},{"name":"WRDS_PERF_DISABLE_CURSOR_SHADOW","features":[111]},{"name":"WRDS_PERF_DISABLE_FULLWINDOWDRAG","features":[111]},{"name":"WRDS_PERF_DISABLE_MENUANIMATIONS","features":[111]},{"name":"WRDS_PERF_DISABLE_NOTHING","features":[111]},{"name":"WRDS_PERF_DISABLE_THEMING","features":[111]},{"name":"WRDS_PERF_DISABLE_WALLPAPER","features":[111]},{"name":"WRDS_PERF_ENABLE_DESKTOP_COMPOSITION","features":[111]},{"name":"WRDS_PERF_ENABLE_ENHANCED_GRAPHICS","features":[111]},{"name":"WRDS_PERF_ENABLE_FONT_SMOOTHING","features":[111]},{"name":"WRDS_PROTOCOL_NAME_LENGTH","features":[111]},{"name":"WRDS_SERVICE_ID_GRAPHICS_GUID","features":[111]},{"name":"WRDS_SETTING","features":[1,111]},{"name":"WRDS_SETTINGS","features":[1,111]},{"name":"WRDS_SETTINGS_1","features":[1,111]},{"name":"WRDS_SETTING_LEVEL","features":[111]},{"name":"WRDS_SETTING_LEVEL_1","features":[111]},{"name":"WRDS_SETTING_LEVEL_INVALID","features":[111]},{"name":"WRDS_SETTING_STATUS","features":[111]},{"name":"WRDS_SETTING_STATUS_DISABLED","features":[111]},{"name":"WRDS_SETTING_STATUS_ENABLED","features":[111]},{"name":"WRDS_SETTING_STATUS_NOTAPPLICABLE","features":[111]},{"name":"WRDS_SETTING_STATUS_NOTCONFIGURED","features":[111]},{"name":"WRDS_SETTING_TYPE","features":[111]},{"name":"WRDS_SETTING_TYPE_INVALID","features":[111]},{"name":"WRDS_SETTING_TYPE_MACHINE","features":[111]},{"name":"WRDS_SETTING_TYPE_SAM","features":[111]},{"name":"WRDS_SETTING_TYPE_USER","features":[111]},{"name":"WRDS_USERNAME_LENGTH","features":[111]},{"name":"WRDS_VALUE_TYPE_BINARY","features":[111]},{"name":"WRDS_VALUE_TYPE_GUID","features":[111]},{"name":"WRDS_VALUE_TYPE_STRING","features":[111]},{"name":"WRDS_VALUE_TYPE_ULONG","features":[111]},{"name":"WRdsGraphicsChannelType","features":[111]},{"name":"WRdsGraphicsChannelType_BestEffortDelivery","features":[111]},{"name":"WRdsGraphicsChannelType_GuaranteedDelivery","features":[111]},{"name":"WRdsGraphicsChannels_LossyChannelMaxMessageSize","features":[111]},{"name":"WTSActive","features":[111]},{"name":"WTSApplicationName","features":[111]},{"name":"WTSCLIENTA","features":[111]},{"name":"WTSCLIENTW","features":[111]},{"name":"WTSCONFIGINFOA","features":[111]},{"name":"WTSCONFIGINFOW","features":[111]},{"name":"WTSClientAddress","features":[111]},{"name":"WTSClientBuildNumber","features":[111]},{"name":"WTSClientDirectory","features":[111]},{"name":"WTSClientDisplay","features":[111]},{"name":"WTSClientHardwareId","features":[111]},{"name":"WTSClientInfo","features":[111]},{"name":"WTSClientName","features":[111]},{"name":"WTSClientProductId","features":[111]},{"name":"WTSClientProtocolType","features":[111]},{"name":"WTSCloseServer","features":[1,111]},{"name":"WTSConfigInfo","features":[111]},{"name":"WTSConnectQuery","features":[111]},{"name":"WTSConnectSessionA","features":[1,111]},{"name":"WTSConnectSessionW","features":[1,111]},{"name":"WTSConnectState","features":[111]},{"name":"WTSConnected","features":[111]},{"name":"WTSCreateListenerA","features":[1,111]},{"name":"WTSCreateListenerW","features":[1,111]},{"name":"WTSDisconnectSession","features":[1,111]},{"name":"WTSDisconnected","features":[111]},{"name":"WTSDomainName","features":[111]},{"name":"WTSDown","features":[111]},{"name":"WTSEnableChildSessions","features":[1,111]},{"name":"WTSEnumerateListenersA","features":[1,111]},{"name":"WTSEnumerateListenersW","features":[1,111]},{"name":"WTSEnumerateProcessesA","features":[1,5,111]},{"name":"WTSEnumerateProcessesExA","features":[1,111]},{"name":"WTSEnumerateProcessesExW","features":[1,111]},{"name":"WTSEnumerateProcessesW","features":[1,5,111]},{"name":"WTSEnumerateServersA","features":[1,111]},{"name":"WTSEnumerateServersW","features":[1,111]},{"name":"WTSEnumerateSessionsA","features":[1,111]},{"name":"WTSEnumerateSessionsExA","features":[1,111]},{"name":"WTSEnumerateSessionsExW","features":[1,111]},{"name":"WTSEnumerateSessionsW","features":[1,111]},{"name":"WTSFreeMemory","features":[111]},{"name":"WTSFreeMemoryExA","features":[1,111]},{"name":"WTSFreeMemoryExW","features":[1,111]},{"name":"WTSGetActiveConsoleSessionId","features":[111]},{"name":"WTSGetChildSessionId","features":[1,111]},{"name":"WTSGetListenerSecurityA","features":[1,5,111]},{"name":"WTSGetListenerSecurityW","features":[1,5,111]},{"name":"WTSINFOA","features":[111]},{"name":"WTSINFOEXA","features":[111]},{"name":"WTSINFOEXW","features":[111]},{"name":"WTSINFOEX_LEVEL1_A","features":[111]},{"name":"WTSINFOEX_LEVEL1_W","features":[111]},{"name":"WTSINFOEX_LEVEL_A","features":[111]},{"name":"WTSINFOEX_LEVEL_W","features":[111]},{"name":"WTSINFOW","features":[111]},{"name":"WTSIdle","features":[111]},{"name":"WTSIdleTime","features":[111]},{"name":"WTSIncomingBytes","features":[111]},{"name":"WTSIncomingFrames","features":[111]},{"name":"WTSInit","features":[111]},{"name":"WTSInitialProgram","features":[111]},{"name":"WTSIsChildSessionsEnabled","features":[1,111]},{"name":"WTSIsRemoteSession","features":[111]},{"name":"WTSLISTENERCONFIGA","features":[111]},{"name":"WTSLISTENERCONFIGW","features":[111]},{"name":"WTSListen","features":[111]},{"name":"WTSLogoffSession","features":[1,111]},{"name":"WTSLogonTime","features":[111]},{"name":"WTSOEMId","features":[111]},{"name":"WTSOpenServerA","features":[1,111]},{"name":"WTSOpenServerExA","features":[1,111]},{"name":"WTSOpenServerExW","features":[1,111]},{"name":"WTSOpenServerW","features":[1,111]},{"name":"WTSOutgoingBytes","features":[111]},{"name":"WTSOutgoingFrames","features":[111]},{"name":"WTSQueryListenerConfigA","features":[1,111]},{"name":"WTSQueryListenerConfigW","features":[1,111]},{"name":"WTSQuerySessionInformationA","features":[1,111]},{"name":"WTSQuerySessionInformationW","features":[1,111]},{"name":"WTSQueryUserConfigA","features":[1,111]},{"name":"WTSQueryUserConfigW","features":[1,111]},{"name":"WTSQueryUserToken","features":[1,111]},{"name":"WTSRegisterSessionNotification","features":[1,111]},{"name":"WTSRegisterSessionNotificationEx","features":[1,111]},{"name":"WTSReset","features":[111]},{"name":"WTSSBX_ADDRESS_FAMILY","features":[111]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_INET","features":[111]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_INET6","features":[111]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_IPX","features":[111]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_NETBIOS","features":[111]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_UNSPEC","features":[111]},{"name":"WTSSBX_IP_ADDRESS","features":[111]},{"name":"WTSSBX_MACHINE_CONNECT_INFO","features":[111]},{"name":"WTSSBX_MACHINE_DRAIN","features":[111]},{"name":"WTSSBX_MACHINE_DRAIN_OFF","features":[111]},{"name":"WTSSBX_MACHINE_DRAIN_ON","features":[111]},{"name":"WTSSBX_MACHINE_DRAIN_UNSPEC","features":[111]},{"name":"WTSSBX_MACHINE_INFO","features":[111]},{"name":"WTSSBX_MACHINE_SESSION_MODE","features":[111]},{"name":"WTSSBX_MACHINE_SESSION_MODE_MULTIPLE","features":[111]},{"name":"WTSSBX_MACHINE_SESSION_MODE_SINGLE","features":[111]},{"name":"WTSSBX_MACHINE_SESSION_MODE_UNSPEC","features":[111]},{"name":"WTSSBX_MACHINE_STATE","features":[111]},{"name":"WTSSBX_MACHINE_STATE_READY","features":[111]},{"name":"WTSSBX_MACHINE_STATE_SYNCHRONIZING","features":[111]},{"name":"WTSSBX_MACHINE_STATE_UNSPEC","features":[111]},{"name":"WTSSBX_NOTIFICATION_ADDED","features":[111]},{"name":"WTSSBX_NOTIFICATION_CHANGED","features":[111]},{"name":"WTSSBX_NOTIFICATION_REMOVED","features":[111]},{"name":"WTSSBX_NOTIFICATION_RESYNC","features":[111]},{"name":"WTSSBX_NOTIFICATION_TYPE","features":[111]},{"name":"WTSSBX_SESSION_INFO","features":[1,111]},{"name":"WTSSBX_SESSION_STATE","features":[111]},{"name":"WTSSBX_SESSION_STATE_ACTIVE","features":[111]},{"name":"WTSSBX_SESSION_STATE_DISCONNECTED","features":[111]},{"name":"WTSSBX_SESSION_STATE_UNSPEC","features":[111]},{"name":"WTSSESSION_NOTIFICATION","features":[111]},{"name":"WTSSendMessageA","features":[1,111,55]},{"name":"WTSSendMessageW","features":[1,111,55]},{"name":"WTSSessionAddressV4","features":[111]},{"name":"WTSSessionId","features":[111]},{"name":"WTSSessionInfo","features":[111]},{"name":"WTSSessionInfoEx","features":[111]},{"name":"WTSSetListenerSecurityA","features":[1,5,111]},{"name":"WTSSetListenerSecurityW","features":[1,5,111]},{"name":"WTSSetRenderHint","features":[1,111]},{"name":"WTSSetUserConfigA","features":[1,111]},{"name":"WTSSetUserConfigW","features":[1,111]},{"name":"WTSShadow","features":[111]},{"name":"WTSShutdownSystem","features":[1,111]},{"name":"WTSStartRemoteControlSessionA","features":[1,111]},{"name":"WTSStartRemoteControlSessionW","features":[1,111]},{"name":"WTSStopRemoteControlSession","features":[1,111]},{"name":"WTSTerminateProcess","features":[1,111]},{"name":"WTSTypeProcessInfoLevel0","features":[111]},{"name":"WTSTypeProcessInfoLevel1","features":[111]},{"name":"WTSTypeSessionInfoLevel1","features":[111]},{"name":"WTSUSERCONFIGA","features":[111]},{"name":"WTSUSERCONFIGW","features":[111]},{"name":"WTSUnRegisterSessionNotification","features":[1,111]},{"name":"WTSUnRegisterSessionNotificationEx","features":[1,111]},{"name":"WTSUserConfigBrokenTimeoutSettings","features":[111]},{"name":"WTSUserConfigInitialProgram","features":[111]},{"name":"WTSUserConfigModemCallbackPhoneNumber","features":[111]},{"name":"WTSUserConfigModemCallbackSettings","features":[111]},{"name":"WTSUserConfigReconnectSettings","features":[111]},{"name":"WTSUserConfigShadowingSettings","features":[111]},{"name":"WTSUserConfigSourceSAM","features":[111]},{"name":"WTSUserConfigTerminalServerHomeDir","features":[111]},{"name":"WTSUserConfigTerminalServerHomeDirDrive","features":[111]},{"name":"WTSUserConfigTerminalServerProfilePath","features":[111]},{"name":"WTSUserConfigTimeoutSettingsConnections","features":[111]},{"name":"WTSUserConfigTimeoutSettingsDisconnections","features":[111]},{"name":"WTSUserConfigTimeoutSettingsIdle","features":[111]},{"name":"WTSUserConfigUser","features":[111]},{"name":"WTSUserConfigWorkingDirectory","features":[111]},{"name":"WTSUserConfigfAllowLogonTerminalServer","features":[111]},{"name":"WTSUserConfigfDeviceClientDefaultPrinter","features":[111]},{"name":"WTSUserConfigfDeviceClientDrives","features":[111]},{"name":"WTSUserConfigfDeviceClientPrinters","features":[111]},{"name":"WTSUserConfigfInheritInitialProgram","features":[111]},{"name":"WTSUserConfigfTerminalServerRemoteHomeDir","features":[111]},{"name":"WTSUserName","features":[111]},{"name":"WTSValidationInfo","features":[111]},{"name":"WTSVirtualChannelClose","features":[1,111]},{"name":"WTSVirtualChannelOpen","features":[1,111]},{"name":"WTSVirtualChannelOpenEx","features":[1,111]},{"name":"WTSVirtualChannelPurgeInput","features":[1,111]},{"name":"WTSVirtualChannelPurgeOutput","features":[1,111]},{"name":"WTSVirtualChannelQuery","features":[1,111]},{"name":"WTSVirtualChannelRead","features":[1,111]},{"name":"WTSVirtualChannelWrite","features":[1,111]},{"name":"WTSVirtualClientData","features":[111]},{"name":"WTSVirtualFileHandle","features":[111]},{"name":"WTSWaitSystemEvent","features":[1,111]},{"name":"WTSWinStationName","features":[111]},{"name":"WTSWorkingDirectory","features":[111]},{"name":"WTS_CACHE_STATS","features":[111]},{"name":"WTS_CACHE_STATS_UN","features":[111]},{"name":"WTS_CERT_TYPE","features":[111]},{"name":"WTS_CERT_TYPE_INVALID","features":[111]},{"name":"WTS_CERT_TYPE_PROPRIETORY","features":[111]},{"name":"WTS_CERT_TYPE_X509","features":[111]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC","features":[111]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_NO_COMPRESS","features":[111]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_HIGH","features":[111]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_LOW","features":[111]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_MED","features":[111]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_REAL","features":[111]},{"name":"WTS_CLIENTADDRESS_LENGTH","features":[111]},{"name":"WTS_CLIENTNAME_LENGTH","features":[111]},{"name":"WTS_CLIENT_ADDRESS","features":[111]},{"name":"WTS_CLIENT_DATA","features":[1,111]},{"name":"WTS_CLIENT_DISPLAY","features":[111]},{"name":"WTS_CLIENT_PRODUCT_ID_LENGTH","features":[111]},{"name":"WTS_COMMENT_LENGTH","features":[111]},{"name":"WTS_CONFIG_CLASS","features":[111]},{"name":"WTS_CONFIG_SOURCE","features":[111]},{"name":"WTS_CONNECTSTATE_CLASS","features":[111]},{"name":"WTS_CURRENT_SERVER","features":[1,111]},{"name":"WTS_CURRENT_SERVER_HANDLE","features":[1,111]},{"name":"WTS_CURRENT_SERVER_NAME","features":[111]},{"name":"WTS_CURRENT_SESSION","features":[111]},{"name":"WTS_DEVICE_NAME_LENGTH","features":[111]},{"name":"WTS_DIRECTORY_LENGTH","features":[111]},{"name":"WTS_DISPLAY_IOCTL","features":[111]},{"name":"WTS_DOMAIN_LENGTH","features":[111]},{"name":"WTS_DRAIN_IN_DRAIN","features":[111]},{"name":"WTS_DRAIN_NOT_IN_DRAIN","features":[111]},{"name":"WTS_DRAIN_STATE_NONE","features":[111]},{"name":"WTS_DRIVER_NAME_LENGTH","features":[111]},{"name":"WTS_DRIVE_LENGTH","features":[111]},{"name":"WTS_EVENT_ALL","features":[111]},{"name":"WTS_EVENT_CONNECT","features":[111]},{"name":"WTS_EVENT_CREATE","features":[111]},{"name":"WTS_EVENT_DELETE","features":[111]},{"name":"WTS_EVENT_DISCONNECT","features":[111]},{"name":"WTS_EVENT_FLUSH","features":[111]},{"name":"WTS_EVENT_LICENSE","features":[111]},{"name":"WTS_EVENT_LOGOFF","features":[111]},{"name":"WTS_EVENT_LOGON","features":[111]},{"name":"WTS_EVENT_NONE","features":[111]},{"name":"WTS_EVENT_RENAME","features":[111]},{"name":"WTS_EVENT_STATECHANGE","features":[111]},{"name":"WTS_IMEFILENAME_LENGTH","features":[111]},{"name":"WTS_INFO_CLASS","features":[111]},{"name":"WTS_INITIALPROGRAM_LENGTH","features":[111]},{"name":"WTS_KEY_EXCHANGE_ALG_DH","features":[111]},{"name":"WTS_KEY_EXCHANGE_ALG_RSA","features":[111]},{"name":"WTS_LICENSE_CAPABILITIES","features":[1,111]},{"name":"WTS_LICENSE_PREAMBLE_VERSION","features":[111]},{"name":"WTS_LICENSE_PROTOCOL_VERSION","features":[111]},{"name":"WTS_LISTENER_CREATE","features":[111]},{"name":"WTS_LISTENER_NAME_LENGTH","features":[111]},{"name":"WTS_LISTENER_UPDATE","features":[111]},{"name":"WTS_LOGON_ERROR_REDIRECTOR_RESPONSE","features":[111]},{"name":"WTS_LOGON_ERR_HANDLED_DONT_SHOW","features":[111]},{"name":"WTS_LOGON_ERR_HANDLED_DONT_SHOW_START_OVER","features":[111]},{"name":"WTS_LOGON_ERR_HANDLED_SHOW","features":[111]},{"name":"WTS_LOGON_ERR_INVALID","features":[111]},{"name":"WTS_LOGON_ERR_NOT_HANDLED","features":[111]},{"name":"WTS_MAX_CACHE_RESERVED","features":[111]},{"name":"WTS_MAX_COUNTERS","features":[111]},{"name":"WTS_MAX_DISPLAY_IOCTL_DATA","features":[111]},{"name":"WTS_MAX_PROTOCOL_CACHE","features":[111]},{"name":"WTS_MAX_RESERVED","features":[111]},{"name":"WTS_PASSWORD_LENGTH","features":[111]},{"name":"WTS_PERF_DISABLE_CURSORSETTINGS","features":[111]},{"name":"WTS_PERF_DISABLE_CURSOR_SHADOW","features":[111]},{"name":"WTS_PERF_DISABLE_FULLWINDOWDRAG","features":[111]},{"name":"WTS_PERF_DISABLE_MENUANIMATIONS","features":[111]},{"name":"WTS_PERF_DISABLE_NOTHING","features":[111]},{"name":"WTS_PERF_DISABLE_THEMING","features":[111]},{"name":"WTS_PERF_DISABLE_WALLPAPER","features":[111]},{"name":"WTS_PERF_ENABLE_DESKTOP_COMPOSITION","features":[111]},{"name":"WTS_PERF_ENABLE_ENHANCED_GRAPHICS","features":[111]},{"name":"WTS_PERF_ENABLE_FONT_SMOOTHING","features":[111]},{"name":"WTS_POLICY_DATA","features":[1,111]},{"name":"WTS_PROCESS_INFOA","features":[5,111]},{"name":"WTS_PROCESS_INFOW","features":[5,111]},{"name":"WTS_PROCESS_INFO_EXA","features":[5,111]},{"name":"WTS_PROCESS_INFO_EXW","features":[5,111]},{"name":"WTS_PROCESS_INFO_LEVEL_0","features":[111]},{"name":"WTS_PROCESS_INFO_LEVEL_1","features":[111]},{"name":"WTS_PROPERTY_DEFAULT_CONFIG","features":[111]},{"name":"WTS_PROPERTY_VALUE","features":[111]},{"name":"WTS_PROTOCOL_CACHE","features":[111]},{"name":"WTS_PROTOCOL_COUNTERS","features":[111]},{"name":"WTS_PROTOCOL_NAME_LENGTH","features":[111]},{"name":"WTS_PROTOCOL_STATUS","features":[111]},{"name":"WTS_PROTOCOL_TYPE_CONSOLE","features":[111]},{"name":"WTS_PROTOCOL_TYPE_ICA","features":[111]},{"name":"WTS_PROTOCOL_TYPE_RDP","features":[111]},{"name":"WTS_QUERY_ALLOWED_INITIAL_APP","features":[111]},{"name":"WTS_QUERY_AUDIOENUM_DLL","features":[111]},{"name":"WTS_QUERY_LOGON_SCREEN_SIZE","features":[111]},{"name":"WTS_QUERY_MF_FORMAT_SUPPORT","features":[111]},{"name":"WTS_RCM_DRAIN_STATE","features":[111]},{"name":"WTS_RCM_SERVICE_STATE","features":[111]},{"name":"WTS_SECURITY_ALL_ACCESS","features":[111]},{"name":"WTS_SECURITY_CONNECT","features":[111]},{"name":"WTS_SECURITY_CURRENT_GUEST_ACCESS","features":[111]},{"name":"WTS_SECURITY_CURRENT_USER_ACCESS","features":[111]},{"name":"WTS_SECURITY_DISCONNECT","features":[111]},{"name":"WTS_SECURITY_FLAGS","features":[111]},{"name":"WTS_SECURITY_GUEST_ACCESS","features":[111]},{"name":"WTS_SECURITY_LOGOFF","features":[111]},{"name":"WTS_SECURITY_LOGON","features":[111]},{"name":"WTS_SECURITY_MESSAGE","features":[111]},{"name":"WTS_SECURITY_QUERY_INFORMATION","features":[111]},{"name":"WTS_SECURITY_REMOTE_CONTROL","features":[111]},{"name":"WTS_SECURITY_RESET","features":[111]},{"name":"WTS_SECURITY_SET_INFORMATION","features":[111]},{"name":"WTS_SECURITY_USER_ACCESS","features":[111]},{"name":"WTS_SECURITY_VIRTUAL_CHANNELS","features":[111]},{"name":"WTS_SERVER_INFOA","features":[111]},{"name":"WTS_SERVER_INFOW","features":[111]},{"name":"WTS_SERVICE_NONE","features":[111]},{"name":"WTS_SERVICE_START","features":[111]},{"name":"WTS_SERVICE_STATE","features":[111]},{"name":"WTS_SERVICE_STOP","features":[111]},{"name":"WTS_SESSIONSTATE_LOCK","features":[111]},{"name":"WTS_SESSIONSTATE_UNKNOWN","features":[111]},{"name":"WTS_SESSIONSTATE_UNLOCK","features":[111]},{"name":"WTS_SESSION_ADDRESS","features":[111]},{"name":"WTS_SESSION_ID","features":[111]},{"name":"WTS_SESSION_INFOA","features":[111]},{"name":"WTS_SESSION_INFOW","features":[111]},{"name":"WTS_SESSION_INFO_1A","features":[111]},{"name":"WTS_SESSION_INFO_1W","features":[111]},{"name":"WTS_SMALL_RECT","features":[111]},{"name":"WTS_SOCKADDR","features":[111]},{"name":"WTS_SYSTEMTIME","features":[111]},{"name":"WTS_TIME_ZONE_INFORMATION","features":[111]},{"name":"WTS_TYPE_CLASS","features":[111]},{"name":"WTS_USERNAME_LENGTH","features":[111]},{"name":"WTS_USER_CREDENTIAL","features":[111]},{"name":"WTS_USER_DATA","features":[111]},{"name":"WTS_VALIDATION_INFORMATIONA","features":[111]},{"name":"WTS_VALIDATION_INFORMATIONW","features":[111]},{"name":"WTS_VALUE_TYPE_BINARY","features":[111]},{"name":"WTS_VALUE_TYPE_GUID","features":[111]},{"name":"WTS_VALUE_TYPE_STRING","features":[111]},{"name":"WTS_VALUE_TYPE_ULONG","features":[111]},{"name":"WTS_VIRTUAL_CLASS","features":[111]},{"name":"WTS_WSD_FASTREBOOT","features":[111]},{"name":"WTS_WSD_LOGOFF","features":[111]},{"name":"WTS_WSD_POWEROFF","features":[111]},{"name":"WTS_WSD_REBOOT","features":[111]},{"name":"WTS_WSD_SHUTDOWN","features":[111]},{"name":"Workspace","features":[111]},{"name":"_ITSWkspEvents","features":[111]},{"name":"pluginResource","features":[111]},{"name":"pluginResource2","features":[111]},{"name":"pluginResource2FileAssociation","features":[111]}],"607":[{"name":"ERROR_REDIRECT_LOCATION_INVALID","features":[202]},{"name":"ERROR_REDIRECT_LOCATION_TOO_LONG","features":[202]},{"name":"ERROR_SERVICE_CBT_HARDENING_INVALID","features":[202]},{"name":"ERROR_WINRS_CLIENT_CLOSERECEIVEHANDLE_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_CLOSESENDHANDLE_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_CLOSESHELL_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_CREATESHELL_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_FREECREATESHELLRESULT_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_FREEPULLRESULT_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_FREERUNCOMMANDRESULT_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_GET_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_INVALID_FLAG","features":[202]},{"name":"ERROR_WINRS_CLIENT_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_PULL_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_PUSH_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_RECEIVE_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_RUNCOMMAND_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_SEND_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CLIENT_SIGNAL_NULL_PARAM","features":[202]},{"name":"ERROR_WINRS_CODE_PAGE_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WINRS_CONNECT_RESPONSE_BAD_BODY","features":[202]},{"name":"ERROR_WINRS_IDLETIMEOUT_OUTOFBOUNDS","features":[202]},{"name":"ERROR_WINRS_RECEIVE_IN_PROGRESS","features":[202]},{"name":"ERROR_WINRS_RECEIVE_NO_RESPONSE_DATA","features":[202]},{"name":"ERROR_WINRS_SHELLCOMMAND_CLIENTID_NOT_VALID","features":[202]},{"name":"ERROR_WINRS_SHELLCOMMAND_CLIENTID_RESOURCE_CONFLICT","features":[202]},{"name":"ERROR_WINRS_SHELLCOMMAND_DISCONNECT_OPERATION_NOT_VALID","features":[202]},{"name":"ERROR_WINRS_SHELLCOMMAND_RECONNECT_OPERATION_NOT_VALID","features":[202]},{"name":"ERROR_WINRS_SHELL_CLIENTID_NOT_VALID","features":[202]},{"name":"ERROR_WINRS_SHELL_CLIENTID_RESOURCE_CONFLICT","features":[202]},{"name":"ERROR_WINRS_SHELL_CLIENTSESSIONID_MISMATCH","features":[202]},{"name":"ERROR_WINRS_SHELL_CONNECTED_TO_DIFFERENT_CLIENT","features":[202]},{"name":"ERROR_WINRS_SHELL_DISCONNECTED","features":[202]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_OPERATION_NOT_GRACEFUL","features":[202]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_OPERATION_NOT_VALID","features":[202]},{"name":"ERROR_WINRS_SHELL_RECONNECT_OPERATION_NOT_VALID","features":[202]},{"name":"ERROR_WINRS_SHELL_URI_INVALID","features":[202]},{"name":"ERROR_WSMAN_ACK_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_ACTION_MISMATCH","features":[202]},{"name":"ERROR_WSMAN_ACTION_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_ADDOBJECT_MISSING_EPR","features":[202]},{"name":"ERROR_WSMAN_ADDOBJECT_MISSING_OBJECT","features":[202]},{"name":"ERROR_WSMAN_ALREADY_EXISTS","features":[202]},{"name":"ERROR_WSMAN_AMBIGUOUS_SELECTORS","features":[202]},{"name":"ERROR_WSMAN_AUTHENTICATION_INVALID_FLAG","features":[202]},{"name":"ERROR_WSMAN_AUTHORIZATION_MODE_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_BAD_METHOD","features":[202]},{"name":"ERROR_WSMAN_BATCHSIZE_TOO_SMALL","features":[202]},{"name":"ERROR_WSMAN_BATCH_COMPLETE","features":[202]},{"name":"ERROR_WSMAN_BOOKMARKS_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_BOOKMARK_EXPIRED","features":[202]},{"name":"ERROR_WSMAN_CANNOT_CHANGE_KEYS","features":[202]},{"name":"ERROR_WSMAN_CANNOT_DECRYPT","features":[202]},{"name":"ERROR_WSMAN_CANNOT_PROCESS_FILTER","features":[202]},{"name":"ERROR_WSMAN_CANNOT_USE_ALLOW_NEGOTIATE_IMPLICIT_CREDENTIALS_FOR_HTTP","features":[202]},{"name":"ERROR_WSMAN_CANNOT_USE_CERTIFICATES_FOR_HTTP","features":[202]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_CREDSSP","features":[202]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_HTTP","features":[202]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_KERBEROS","features":[202]},{"name":"ERROR_WSMAN_CERTMAPPING_CONFIGLIMIT_EXCEEDED","features":[202]},{"name":"ERROR_WSMAN_CERTMAPPING_CREDENTIAL_MANAGEMENT_FAILIED","features":[202]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDISSUERKEY","features":[202]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDSUBJECTKEY","features":[202]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDUSERCREDENTIALS","features":[202]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDBLANK","features":[202]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDTOOLONG","features":[202]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDUSERTUPLE","features":[202]},{"name":"ERROR_WSMAN_CERT_INVALID_USAGE","features":[202]},{"name":"ERROR_WSMAN_CERT_INVALID_USAGE_CLIENT","features":[202]},{"name":"ERROR_WSMAN_CERT_MISSING_AUTH_FLAG","features":[202]},{"name":"ERROR_WSMAN_CERT_MULTIPLE_CREDENTIALS_FLAG","features":[202]},{"name":"ERROR_WSMAN_CERT_NOT_FOUND","features":[202]},{"name":"ERROR_WSMAN_CERT_THUMBPRINT_BLANK","features":[202]},{"name":"ERROR_WSMAN_CERT_THUMBPRINT_NOT_BLANK","features":[202]},{"name":"ERROR_WSMAN_CHARACTER_SET","features":[202]},{"name":"ERROR_WSMAN_CLIENT_ALLOWFRESHCREDENTIALS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_ALLOWFRESHCREDENTIALS_NTLMONLY","features":[202]},{"name":"ERROR_WSMAN_CLIENT_BASIC_AUTHENTICATION_DISABLED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_BATCH_ITEMS_TOO_SMALL","features":[202]},{"name":"ERROR_WSMAN_CLIENT_BLANK_ACTION_URI","features":[202]},{"name":"ERROR_WSMAN_CLIENT_BLANK_INPUT_XML","features":[202]},{"name":"ERROR_WSMAN_CLIENT_BLANK_URI","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CERTIFICATES_AUTHENTICATION_DISABLED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CERT_NEEDED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNKNOWN_LOCATION","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNKNOWN_TYPE","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNNEEDED_CREDS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNNEEDED_USERNAME","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CLOSECOMMAND_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CLOSESHELL_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_COMPRESSION_INVALID_OPTION","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CONNECTCOMMAND_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CONNECTSHELL_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CONSTRUCTERROR_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CREATESESSION_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CREATESHELL_NAME_INVALID","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CREATESHELL_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FLAG_NEEDED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FOR_DEFAULT_AUTHENTICATION","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FOR_PROXY_AUTHENTICATION","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_NEEDED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_CREDSSP_AUTHENTICATION_DISABLED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_DECODEOBJECT_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_DELIVERENDSUBSCRIPTION_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_DELIVEREVENTS_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_DIGEST_AUTHENTICATION_DISABLED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_DISABLE_LOOPBACK_WITH_EXPLICIT_CREDENTIALS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_DISCONNECTSHELL_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_ENCODEOBJECT_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATE_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORADDEVENT_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORADDOBJECT_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORNEXTOBJECT_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_ENUM_RECEIVED_TOO_MANY_ITEMS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_GETBOOKMARK_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_GETERRORMESSAGE_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_DWORD_INVALID_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_DWORD_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_INVALID_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_STRING_INVALID_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INITIALIZE_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CERT","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CERT_DNS_OR_UPN","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CLOSE_COMMAND_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CLOSE_SHELL_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CREATE_SHELL_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DEINIT_APPLICATION_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DELIVERY_RETRY","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DISABLE_LOOPBACK","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DISCONNECT_SHELL_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_GETERRORMESSAGE_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_INIT_APPLICATION_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_LANGUAGE_CODE","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_LOCALE","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RECEIVE_SHELL_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RESOURCE_LOCATOR","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RUNCOMMAND_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SEND_SHELL_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SEND_SHELL_PARAMETER","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SHELL_COMMAND_PAIR","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SIGNAL_SHELL_FLAG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_INVALID_UI_LANGUAGE","features":[202]},{"name":"ERROR_WSMAN_CLIENT_KERBEROS_AUTHENTICATION_DISABLED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_LOCAL_INVALID_CONNECTION_OPTIONS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_LOCAL_INVALID_CREDS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_MAX_CHARS_TOO_SMALL","features":[202]},{"name":"ERROR_WSMAN_CLIENT_MISSING_EXPIRATION","features":[202]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_AUTH_FLAGS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_DELIVERY_MODES","features":[202]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_ENUM_MODE_FLAGS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_ENVELOPE_POLICIES","features":[202]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_PROXY_AUTH_FLAGS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_NEGOTIATE_AUTHENTICATION_DISABLED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_NO_HANDLE","features":[202]},{"name":"ERROR_WSMAN_CLIENT_NO_SOURCES","features":[202]},{"name":"ERROR_WSMAN_CLIENT_NULL_ISSUERS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_NULL_PUBLISHERS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_NULL_RESULT_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_PULL_INVALID_FLAGS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_PUSH_HOST_TOO_LONG","features":[202]},{"name":"ERROR_WSMAN_CLIENT_PUSH_UNSUPPORTED_TRANSPORT","features":[202]},{"name":"ERROR_WSMAN_CLIENT_RECEIVE_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_RECONNECTSHELLCOMMAND_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_RECONNECTSHELL_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_RUNCOMMAND_NOTCOMPLETED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_RUNCOMMAND_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_SEND_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_SESSION_UNUSABLE","features":[202]},{"name":"ERROR_WSMAN_CLIENT_SETSESSIONOPTION_INVALID_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_SETSESSIONOPTION_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_SIGNAL_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_SPN_WRONG_AUTH","features":[202]},{"name":"ERROR_WSMAN_CLIENT_SUBSCRIBE_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_CLIENT_UNENCRYPTED_DISABLED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_UNENCRYPTED_HTTP_ONLY","features":[202]},{"name":"ERROR_WSMAN_CLIENT_UNKNOWN_EXPIRATION_TYPE","features":[202]},{"name":"ERROR_WSMAN_CLIENT_USERNAME_AND_PASSWORD_NEEDED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_USERNAME_PASSWORD_NEEDED","features":[202]},{"name":"ERROR_WSMAN_CLIENT_WORKGROUP_NO_KERBEROS","features":[202]},{"name":"ERROR_WSMAN_CLIENT_ZERO_HEARTBEAT","features":[202]},{"name":"ERROR_WSMAN_COMMAND_ALREADY_CLOSED","features":[202]},{"name":"ERROR_WSMAN_COMMAND_TERMINATED","features":[202]},{"name":"ERROR_WSMAN_CONCURRENCY","features":[202]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_CERTMAPPING_KEYS","features":[202]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_GPO_CONTROLLED_SETTING","features":[202]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_MUTUAL","features":[202]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_SHARE_SSL_CONFIG","features":[202]},{"name":"ERROR_WSMAN_CONFIG_CERT_CN_DOES_NOT_MATCH_HOSTNAME","features":[202]},{"name":"ERROR_WSMAN_CONFIG_CORRUPTED","features":[202]},{"name":"ERROR_WSMAN_CONFIG_GROUP_POLICY_CHANGE_NOTIFICATION_SUBSCRIPTION_FAILED","features":[202]},{"name":"ERROR_WSMAN_CONFIG_HOSTNAME_CHANGE_WITHOUT_CERT","features":[202]},{"name":"ERROR_WSMAN_CONFIG_PORT_INVALID","features":[202]},{"name":"ERROR_WSMAN_CONFIG_READONLY_PROPERTY","features":[202]},{"name":"ERROR_WSMAN_CONFIG_SHELLURI_INVALID_OPERATION_ON_KEY","features":[202]},{"name":"ERROR_WSMAN_CONFIG_SHELLURI_INVALID_PROCESSPATH","features":[202]},{"name":"ERROR_WSMAN_CONFIG_SHELL_URI_CMDSHELLURI_NOTPERMITTED","features":[202]},{"name":"ERROR_WSMAN_CONFIG_SHELL_URI_INVALID","features":[202]},{"name":"ERROR_WSMAN_CONFIG_THUMBPRINT_SHOULD_BE_EMPTY","features":[202]},{"name":"ERROR_WSMAN_CONNECTIONSTR_INVALID","features":[202]},{"name":"ERROR_WSMAN_CONNECTOR_GET","features":[202]},{"name":"ERROR_WSMAN_CREATESHELL_NULL_ENVIRONMENT_VARIABLE_NAME","features":[202]},{"name":"ERROR_WSMAN_CREATESHELL_NULL_STREAMID","features":[202]},{"name":"ERROR_WSMAN_CREATESHELL_RUNAS_FAILED","features":[202]},{"name":"ERROR_WSMAN_CREATE_RESPONSE_NO_EPR","features":[202]},{"name":"ERROR_WSMAN_CREDSSP_USERNAME_PASSWORD_NEEDED","features":[202]},{"name":"ERROR_WSMAN_CREDS_PASSED_WITH_NO_AUTH_FLAG","features":[202]},{"name":"ERROR_WSMAN_CUSTOMREMOTESHELL_DEPRECATED","features":[202]},{"name":"ERROR_WSMAN_DEFAULTAUTH_IPADDRESS","features":[202]},{"name":"ERROR_WSMAN_DELIVERY_REFUSED","features":[202]},{"name":"ERROR_WSMAN_DELIVERY_RETRIES_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_DELIVER_IN_PROGRESS","features":[202]},{"name":"ERROR_WSMAN_DEPRECATED_CONFIG_SETTING","features":[202]},{"name":"ERROR_WSMAN_DESERIALIZE_CLASS","features":[202]},{"name":"ERROR_WSMAN_DESTINATION_INVALID","features":[202]},{"name":"ERROR_WSMAN_DESTINATION_UNREACHABLE","features":[202]},{"name":"ERROR_WSMAN_DIFFERENT_AUTHZ_TOKEN","features":[202]},{"name":"ERROR_WSMAN_DIFFERENT_CIM_SELECTOR","features":[202]},{"name":"ERROR_WSMAN_DUPLICATE_SELECTORS","features":[202]},{"name":"ERROR_WSMAN_ENCODING_LIMIT","features":[202]},{"name":"ERROR_WSMAN_ENCODING_TYPE","features":[202]},{"name":"ERROR_WSMAN_ENDPOINT_UNAVAILABLE","features":[202]},{"name":"ERROR_WSMAN_ENDPOINT_UNAVAILABLE_INVALID_VALUE","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_CANNOT_PROCESS_FILTER","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_FILTERING_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_FILTER_DIALECT_REQUESTED_UNAVAILABLE","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_INVALID_ENUMERATION_CONTEXT","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_INVALID_EXPIRATION_TIME","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_SHELLCOMAMNDS_FILTER_EXPECTED","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_SHELLCOMMANDS_EPRS_NOTSUPPORTED","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_TIMED_OUT","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_UNABLE_TO_RENEW","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_UNSUPPORTED_EXPIRATION_TIME","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_UNSUPPORTED_EXPIRATION_TYPE","features":[202]},{"name":"ERROR_WSMAN_ENUMERATE_WMI_INVALID_KEY","features":[202]},{"name":"ERROR_WSMAN_ENUMERATION_CLOSED","features":[202]},{"name":"ERROR_WSMAN_ENUMERATION_INITIALIZING","features":[202]},{"name":"ERROR_WSMAN_ENUMERATION_INVALID","features":[202]},{"name":"ERROR_WSMAN_ENUMERATION_MODE_UNSUPPORTED","features":[202]},{"name":"ERROR_WSMAN_ENVELOPE_TOO_LARGE","features":[202]},{"name":"ERROR_WSMAN_EPR_NESTING_EXCEEDED","features":[202]},{"name":"ERROR_WSMAN_EVENTING_CONCURRENT_CLIENT_RECEIVE","features":[202]},{"name":"ERROR_WSMAN_EVENTING_DELIVERYFAILED_FROMSOURCE","features":[202]},{"name":"ERROR_WSMAN_EVENTING_DELIVERY_MODE_REQUESTED_INVALID","features":[202]},{"name":"ERROR_WSMAN_EVENTING_DELIVERY_MODE_REQUESTED_UNAVAILABLE","features":[202]},{"name":"ERROR_WSMAN_EVENTING_FAST_SENDER","features":[202]},{"name":"ERROR_WSMAN_EVENTING_FILTERING_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_EVENTING_FILTERING_REQUESTED_UNAVAILABLE","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INCOMPATIBLE_BATCHPARAMS_AND_DELIVERYMODE","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INSECURE_PUSHSUBSCRIPTION_CONNECTION","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INVALID_ENCODING_IN_DELIVERY","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INVALID_ENDTO_ADDRESSS","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INVALID_EVENTSOURCE","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INVALID_EXPIRATION_TIME","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INVALID_HEARTBEAT","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INVALID_INCOMING_EVENT_PACKET_HEADER","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INVALID_LOCALE_IN_DELIVERY","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INVALID_MESSAGE","features":[202]},{"name":"ERROR_WSMAN_EVENTING_INVALID_NOTIFYTO_ADDRESSS","features":[202]},{"name":"ERROR_WSMAN_EVENTING_LOOPBACK_TESTFAILED","features":[202]},{"name":"ERROR_WSMAN_EVENTING_MISSING_LOCALE_IN_DELIVERY","features":[202]},{"name":"ERROR_WSMAN_EVENTING_MISSING_NOTIFYTO","features":[202]},{"name":"ERROR_WSMAN_EVENTING_MISSING_NOTIFYTO_ADDRESSS","features":[202]},{"name":"ERROR_WSMAN_EVENTING_NOMATCHING_LISTENER","features":[202]},{"name":"ERROR_WSMAN_EVENTING_NONDOMAINJOINED_COLLECTOR","features":[202]},{"name":"ERROR_WSMAN_EVENTING_NONDOMAINJOINED_PUBLISHER","features":[202]},{"name":"ERROR_WSMAN_EVENTING_PUSH_SUBSCRIPTION_NOACTIVATE_EVENTSOURCE","features":[202]},{"name":"ERROR_WSMAN_EVENTING_SOURCE_UNABLE_TO_PROCESS","features":[202]},{"name":"ERROR_WSMAN_EVENTING_SUBSCRIPTIONCLOSED_BYREMOTESERVICE","features":[202]},{"name":"ERROR_WSMAN_EVENTING_SUBSCRIPTION_CANCELLED_BYSOURCE","features":[202]},{"name":"ERROR_WSMAN_EVENTING_UNABLE_TO_RENEW","features":[202]},{"name":"ERROR_WSMAN_EVENTING_UNSUPPORTED_EXPIRATION_TYPE","features":[202]},{"name":"ERROR_WSMAN_EXPIRATION_TIME_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_EXPLICIT_CREDENTIALS_REQUIRED","features":[202]},{"name":"ERROR_WSMAN_FAILED_AUTHENTICATION","features":[202]},{"name":"ERROR_WSMAN_FEATURE_DEPRECATED","features":[202]},{"name":"ERROR_WSMAN_FILE_NOT_PRESENT","features":[202]},{"name":"ERROR_WSMAN_FILTERING_REQUIRED","features":[202]},{"name":"ERROR_WSMAN_FILTERING_REQUIRED_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_FORMAT_MISMATCH_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_FORMAT_SECURITY_TOKEN_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_FRAGMENT_DIALECT_REQUESTED_UNAVAILABLE","features":[202]},{"name":"ERROR_WSMAN_FRAGMENT_TRANSFER_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_GETCLASS","features":[202]},{"name":"ERROR_WSMAN_HEARTBEATS_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_HTML_ERROR","features":[202]},{"name":"ERROR_WSMAN_HTTP_CONTENT_TYPE_MISSMATCH_RESPONSE_DATA","features":[202]},{"name":"ERROR_WSMAN_HTTP_INVALID_CONTENT_TYPE_IN_RESPONSE_DATA","features":[202]},{"name":"ERROR_WSMAN_HTTP_NOT_FOUND_STATUS","features":[202]},{"name":"ERROR_WSMAN_HTTP_NO_RESPONSE_DATA","features":[202]},{"name":"ERROR_WSMAN_HTTP_REQUEST_TOO_LARGE_STATUS","features":[202]},{"name":"ERROR_WSMAN_HTTP_SERVICE_UNAVAILABLE_STATUS","features":[202]},{"name":"ERROR_WSMAN_HTTP_STATUS_BAD_REQUEST","features":[202]},{"name":"ERROR_WSMAN_HTTP_STATUS_SERVER_ERROR","features":[202]},{"name":"ERROR_WSMAN_IISCONFIGURATION_READ_FAILED","features":[202]},{"name":"ERROR_WSMAN_INCOMPATIBLE_EPR","features":[202]},{"name":"ERROR_WSMAN_INEXISTENT_MAC_ADDRESS","features":[202]},{"name":"ERROR_WSMAN_INSECURE_ADDRESS_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_INSUFFCIENT_SELECTORS","features":[202]},{"name":"ERROR_WSMAN_INSUFFICIENT_METADATA_FOR_BASIC","features":[202]},{"name":"ERROR_WSMAN_INVALID_ACTIONURI","features":[202]},{"name":"ERROR_WSMAN_INVALID_BATCH_PARAMETER","features":[202]},{"name":"ERROR_WSMAN_INVALID_BATCH_SETTINGS_PARAMETER","features":[202]},{"name":"ERROR_WSMAN_INVALID_BOOKMARK","features":[202]},{"name":"ERROR_WSMAN_INVALID_CHARACTERS_IN_RESPONSE","features":[202]},{"name":"ERROR_WSMAN_INVALID_CONFIGSDDL_URL","features":[202]},{"name":"ERROR_WSMAN_INVALID_CONNECTIONRETRY","features":[202]},{"name":"ERROR_WSMAN_INVALID_FILEPATH","features":[202]},{"name":"ERROR_WSMAN_INVALID_FILTER_XML","features":[202]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_DIALECT","features":[202]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_PATH","features":[202]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_PATH_BLANK","features":[202]},{"name":"ERROR_WSMAN_INVALID_HEADER","features":[202]},{"name":"ERROR_WSMAN_INVALID_HOSTNAME_PATTERN","features":[202]},{"name":"ERROR_WSMAN_INVALID_IPFILTER","features":[202]},{"name":"ERROR_WSMAN_INVALID_KEY","features":[202]},{"name":"ERROR_WSMAN_INVALID_LITERAL_URI","features":[202]},{"name":"ERROR_WSMAN_INVALID_MESSAGE_INFORMATION_HEADER","features":[202]},{"name":"ERROR_WSMAN_INVALID_OPTIONS","features":[202]},{"name":"ERROR_WSMAN_INVALID_OPTIONSET","features":[202]},{"name":"ERROR_WSMAN_INVALID_OPTION_NO_PROXY_SERVER","features":[202]},{"name":"ERROR_WSMAN_INVALID_PARAMETER","features":[202]},{"name":"ERROR_WSMAN_INVALID_PARAMETER_NAME","features":[202]},{"name":"ERROR_WSMAN_INVALID_PROPOSED_ID","features":[202]},{"name":"ERROR_WSMAN_INVALID_PROVIDER_RESPONSE","features":[202]},{"name":"ERROR_WSMAN_INVALID_PUBLISHERS_TYPE","features":[202]},{"name":"ERROR_WSMAN_INVALID_REDIRECT_ERROR","features":[202]},{"name":"ERROR_WSMAN_INVALID_REPRESENTATION","features":[202]},{"name":"ERROR_WSMAN_INVALID_RESOURCE_URI","features":[202]},{"name":"ERROR_WSMAN_INVALID_RESUMPTION_CONTEXT","features":[202]},{"name":"ERROR_WSMAN_INVALID_SECURITY_DESCRIPTOR","features":[202]},{"name":"ERROR_WSMAN_INVALID_SELECTORS","features":[202]},{"name":"ERROR_WSMAN_INVALID_SELECTOR_NAME","features":[202]},{"name":"ERROR_WSMAN_INVALID_SELECTOR_VALUE","features":[202]},{"name":"ERROR_WSMAN_INVALID_SOAP_BODY","features":[202]},{"name":"ERROR_WSMAN_INVALID_SUBSCRIBE_OBJECT","features":[202]},{"name":"ERROR_WSMAN_INVALID_SUBSCRIPTION_MANAGER","features":[202]},{"name":"ERROR_WSMAN_INVALID_SYSTEM","features":[202]},{"name":"ERROR_WSMAN_INVALID_TARGET_RESOURCEURI","features":[202]},{"name":"ERROR_WSMAN_INVALID_TARGET_SELECTORS","features":[202]},{"name":"ERROR_WSMAN_INVALID_TARGET_SYSTEM","features":[202]},{"name":"ERROR_WSMAN_INVALID_TIMEOUT_HEADER","features":[202]},{"name":"ERROR_WSMAN_INVALID_URI","features":[202]},{"name":"ERROR_WSMAN_INVALID_URI_WMI_ENUM_WQL","features":[202]},{"name":"ERROR_WSMAN_INVALID_URI_WMI_SINGLETON","features":[202]},{"name":"ERROR_WSMAN_INVALID_USESSL_PARAM","features":[202]},{"name":"ERROR_WSMAN_INVALID_XML","features":[202]},{"name":"ERROR_WSMAN_INVALID_XML_FRAGMENT","features":[202]},{"name":"ERROR_WSMAN_INVALID_XML_MISSING_VALUES","features":[202]},{"name":"ERROR_WSMAN_INVALID_XML_NAMESPACE","features":[202]},{"name":"ERROR_WSMAN_INVALID_XML_RUNAS_DISABLED","features":[202]},{"name":"ERROR_WSMAN_INVALID_XML_VALUES","features":[202]},{"name":"ERROR_WSMAN_KERBEROS_IPADDRESS","features":[202]},{"name":"ERROR_WSMAN_LISTENER_ADDRESS_INVALID","features":[202]},{"name":"ERROR_WSMAN_LOCALE_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_MACHINE_OPTION_REQUIRED","features":[202]},{"name":"ERROR_WSMAN_MAXENVELOPE_POLICY_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_MAXENVELOPE_SIZE_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_MAXITEMS_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_MAXTIME_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_MAX_ELEMENTS_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_MAX_ENVELOPE_SIZE","features":[202]},{"name":"ERROR_WSMAN_MAX_ENVELOPE_SIZE_EXCEEDED","features":[202]},{"name":"ERROR_WSMAN_MESSAGE_INFORMATION_HEADER_REQUIRED","features":[202]},{"name":"ERROR_WSMAN_METADATA_REDIRECT","features":[202]},{"name":"ERROR_WSMAN_MIN_ENVELOPE_SIZE","features":[202]},{"name":"ERROR_WSMAN_MISSING_CLASSNAME","features":[202]},{"name":"ERROR_WSMAN_MISSING_FRAGMENT_PATH","features":[202]},{"name":"ERROR_WSMAN_MULTIPLE_CREDENTIALS","features":[202]},{"name":"ERROR_WSMAN_MUSTUNDERSTAND_ON_LOCALE_UNSUPPORTED","features":[202]},{"name":"ERROR_WSMAN_MUTUAL_AUTH_FAILED","features":[202]},{"name":"ERROR_WSMAN_NAME_NOT_RESOLVED","features":[202]},{"name":"ERROR_WSMAN_NETWORK_TIMEDOUT","features":[202]},{"name":"ERROR_WSMAN_NEW_DESERIALIZER","features":[202]},{"name":"ERROR_WSMAN_NEW_SESSION","features":[202]},{"name":"ERROR_WSMAN_NON_PULL_SUBSCRIPTION_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_NO_ACK","features":[202]},{"name":"ERROR_WSMAN_NO_CERTMAPPING_OPERATION_FOR_LOCAL_SESSION","features":[202]},{"name":"ERROR_WSMAN_NO_COMMANDID","features":[202]},{"name":"ERROR_WSMAN_NO_COMMAND_RESPONSE","features":[202]},{"name":"ERROR_WSMAN_NO_DHCP_ADDRESSES","features":[202]},{"name":"ERROR_WSMAN_NO_IDENTIFY_FOR_LOCAL_SESSION","features":[202]},{"name":"ERROR_WSMAN_NO_PUSH_SUBSCRIPTION_FOR_LOCAL_SESSION","features":[202]},{"name":"ERROR_WSMAN_NO_RECEIVE_RESPONSE","features":[202]},{"name":"ERROR_WSMAN_NO_UNICAST_ADDRESSES","features":[202]},{"name":"ERROR_WSMAN_NULL_KEY","features":[202]},{"name":"ERROR_WSMAN_OBJECTONLY_INVALID","features":[202]},{"name":"ERROR_WSMAN_OPERATION_TIMEDOUT","features":[202]},{"name":"ERROR_WSMAN_OPERATION_TIMEOUT_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_OPTIONS_INVALID_NAME","features":[202]},{"name":"ERROR_WSMAN_OPTIONS_INVALID_VALUE","features":[202]},{"name":"ERROR_WSMAN_OPTIONS_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_OPTION_LIMIT","features":[202]},{"name":"ERROR_WSMAN_PARAMETER_TYPE_MISMATCH","features":[202]},{"name":"ERROR_WSMAN_PLUGIN_CONFIGURATION_CORRUPTED","features":[202]},{"name":"ERROR_WSMAN_PLUGIN_FAILED","features":[202]},{"name":"ERROR_WSMAN_POLICY_CANNOT_COMPLY","features":[202]},{"name":"ERROR_WSMAN_POLICY_CORRUPTED","features":[202]},{"name":"ERROR_WSMAN_POLICY_TOO_COMPLEX","features":[202]},{"name":"ERROR_WSMAN_POLYMORPHISM_MODE_UNSUPPORTED","features":[202]},{"name":"ERROR_WSMAN_PORT_INVALID","features":[202]},{"name":"ERROR_WSMAN_PROVIDER_FAILURE","features":[202]},{"name":"ERROR_WSMAN_PROVIDER_LOAD_FAILED","features":[202]},{"name":"ERROR_WSMAN_PROVSYS_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_PROXY_ACCESS_TYPE","features":[202]},{"name":"ERROR_WSMAN_PROXY_AUTHENTICATION_INVALID_FLAG","features":[202]},{"name":"ERROR_WSMAN_PUBLIC_FIREWALL_PROFILE_ACTIVE","features":[202]},{"name":"ERROR_WSMAN_PULL_IN_PROGRESS","features":[202]},{"name":"ERROR_WSMAN_PULL_PARAMS_NOT_SAME_AS_ENUM","features":[202]},{"name":"ERROR_WSMAN_PUSHSUBSCRIPTION_INVALIDUSERACCOUNT","features":[202]},{"name":"ERROR_WSMAN_PUSH_SUBSCRIPTION_CONFIG_INVALID","features":[202]},{"name":"ERROR_WSMAN_QUICK_CONFIG_FAILED_CERT_REQUIRED","features":[202]},{"name":"ERROR_WSMAN_QUICK_CONFIG_FIREWALL_EXCEPTIONS_DISALLOWED","features":[202]},{"name":"ERROR_WSMAN_QUICK_CONFIG_LOCAL_POLICY_CHANGE_DISALLOWED","features":[202]},{"name":"ERROR_WSMAN_QUOTA_LIMIT","features":[202]},{"name":"ERROR_WSMAN_QUOTA_MAX_COMMANDS_PER_SHELL_PPQ","features":[202]},{"name":"ERROR_WSMAN_QUOTA_MAX_OPERATIONS","features":[202]},{"name":"ERROR_WSMAN_QUOTA_MAX_OPERATIONS_USER_PPQ","features":[202]},{"name":"ERROR_WSMAN_QUOTA_MAX_PLUGINOPERATIONS_PPQ","features":[202]},{"name":"ERROR_WSMAN_QUOTA_MAX_PLUGINSHELLS_PPQ","features":[202]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLS","features":[202]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLS_PPQ","features":[202]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLUSERS","features":[202]},{"name":"ERROR_WSMAN_QUOTA_MAX_USERS_PPQ","features":[202]},{"name":"ERROR_WSMAN_QUOTA_MIN_REQUIREMENT_NOT_AVAILABLE_PPQ","features":[202]},{"name":"ERROR_WSMAN_QUOTA_SYSTEM","features":[202]},{"name":"ERROR_WSMAN_QUOTA_USER","features":[202]},{"name":"ERROR_WSMAN_REDIRECT_LOCATION_NOT_AVAILABLE","features":[202]},{"name":"ERROR_WSMAN_REDIRECT_REQUESTED","features":[202]},{"name":"ERROR_WSMAN_REMOTESHELLS_NOT_ALLOWED","features":[202]},{"name":"ERROR_WSMAN_REMOTE_CIMPATH_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_REMOTE_CONNECTION_NOT_ALLOWED","features":[202]},{"name":"ERROR_WSMAN_RENAME_FAILURE","features":[202]},{"name":"ERROR_WSMAN_REQUEST_INIT_ERROR","features":[202]},{"name":"ERROR_WSMAN_REQUEST_NOT_SUPPORTED_AT_SERVICE","features":[202]},{"name":"ERROR_WSMAN_RESOURCE_NOT_FOUND","features":[202]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_ENUMERATION_CONTEXT","features":[202]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_MESSAGE_INFORMATION_HEADER","features":[202]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_SOAP_FAULT","features":[202]},{"name":"ERROR_WSMAN_RESPONSE_NO_RESULTS","features":[202]},{"name":"ERROR_WSMAN_RESPONSE_NO_SOAP_HEADER_BODY","features":[202]},{"name":"ERROR_WSMAN_RESPONSE_NO_XML_FRAGMENT_WRAPPER","features":[202]},{"name":"ERROR_WSMAN_RESUMPTION_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_RESUMPTION_TYPE_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_RUNASUSER_MANAGEDACCOUNT_LOGON_FAILED","features":[202]},{"name":"ERROR_WSMAN_RUNAS_INVALIDUSERCREDENTIALS","features":[202]},{"name":"ERROR_WSMAN_RUNSHELLCOMMAND_NULL_ARGUMENT","features":[202]},{"name":"ERROR_WSMAN_SCHEMA_VALIDATION_ERROR","features":[202]},{"name":"ERROR_WSMAN_SECURITY_UNMAPPED","features":[202]},{"name":"ERROR_WSMAN_SELECTOR_LIMIT","features":[202]},{"name":"ERROR_WSMAN_SELECTOR_TYPEMISMATCH","features":[202]},{"name":"ERROR_WSMAN_SEMANTICCALLBACK_TIMEDOUT","features":[202]},{"name":"ERROR_WSMAN_SENDHEARBEAT_EMPTY_ENUMERATOR","features":[202]},{"name":"ERROR_WSMAN_SENDSHELLINPUT_INVALID_STREAMID_INDEX","features":[202]},{"name":"ERROR_WSMAN_SERVER_DESTINATION_LOCALHOST","features":[202]},{"name":"ERROR_WSMAN_SERVER_ENVELOPE_LIMIT","features":[202]},{"name":"ERROR_WSMAN_SERVER_NONPULLSUBSCRIBE_NULL_PARAM","features":[202]},{"name":"ERROR_WSMAN_SERVER_NOT_TRUSTED","features":[202]},{"name":"ERROR_WSMAN_SERVICE_REMOTE_ACCESS_DISABLED","features":[202]},{"name":"ERROR_WSMAN_SERVICE_STREAM_DISCONNECTED","features":[202]},{"name":"ERROR_WSMAN_SESSION_ALREADY_CLOSED","features":[202]},{"name":"ERROR_WSMAN_SHELL_ALREADY_CLOSED","features":[202]},{"name":"ERROR_WSMAN_SHELL_INVALID_COMMAND_HANDLE","features":[202]},{"name":"ERROR_WSMAN_SHELL_INVALID_DESIRED_STREAMS","features":[202]},{"name":"ERROR_WSMAN_SHELL_INVALID_INPUT_STREAM","features":[202]},{"name":"ERROR_WSMAN_SHELL_INVALID_SHELL_HANDLE","features":[202]},{"name":"ERROR_WSMAN_SHELL_NOT_INITIALIZED","features":[202]},{"name":"ERROR_WSMAN_SHELL_SYNCHRONOUS_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_SOAP_DATA_ENCODING_UNKNOWN","features":[202]},{"name":"ERROR_WSMAN_SOAP_FAULT_MUST_UNDERSTAND","features":[202]},{"name":"ERROR_WSMAN_SOAP_VERSION_MISMATCH","features":[202]},{"name":"ERROR_WSMAN_SSL_CONNECTION_ABORTED","features":[202]},{"name":"ERROR_WSMAN_SUBSCRIBE_WMI_INVALID_KEY","features":[202]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLIENT_DID_NOT_CALL_WITHIN_HEARTBEAT","features":[202]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLOSED","features":[202]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLOSE_IN_PROGRESS","features":[202]},{"name":"ERROR_WSMAN_SUBSCRIPTION_LISTENER_NOLONGERVALID","features":[202]},{"name":"ERROR_WSMAN_SUBSCRIPTION_NO_HEARTBEAT","features":[202]},{"name":"ERROR_WSMAN_SYSTEM_NOT_FOUND","features":[202]},{"name":"ERROR_WSMAN_TARGET_ALREADY_EXISTS","features":[202]},{"name":"ERROR_WSMAN_TRANSPORT_NOT_SUPPORTED","features":[202]},{"name":"ERROR_WSMAN_UNEXPECTED_SELECTORS","features":[202]},{"name":"ERROR_WSMAN_UNKNOWN_HTTP_STATUS_RETURNED","features":[202]},{"name":"ERROR_WSMAN_UNREPORTABLE_SUCCESS","features":[202]},{"name":"ERROR_WSMAN_UNSUPPORTED_ADDRESSING_MODE","features":[202]},{"name":"ERROR_WSMAN_UNSUPPORTED_ENCODING","features":[202]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE","features":[202]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE_IDENTIFY","features":[202]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE_OPTIONS","features":[202]},{"name":"ERROR_WSMAN_UNSUPPORTED_HTTP_STATUS_REDIRECT","features":[202]},{"name":"ERROR_WSMAN_UNSUPPORTED_MEDIA","features":[202]},{"name":"ERROR_WSMAN_UNSUPPORTED_OCTETTYPE","features":[202]},{"name":"ERROR_WSMAN_UNSUPPORTED_TIMEOUT","features":[202]},{"name":"ERROR_WSMAN_UNSUPPORTED_TYPE","features":[202]},{"name":"ERROR_WSMAN_URISECURITY_INVALIDURIKEY","features":[202]},{"name":"ERROR_WSMAN_URI_LIMIT","features":[202]},{"name":"ERROR_WSMAN_URI_NON_DMTF_CLASS","features":[202]},{"name":"ERROR_WSMAN_URI_QUERY_STRING_SYNTAX_ERROR","features":[202]},{"name":"ERROR_WSMAN_URI_SECURITY_URI","features":[202]},{"name":"ERROR_WSMAN_URI_WRONG_DMTF_VERSION","features":[202]},{"name":"ERROR_WSMAN_VIRTUALACCOUNT_NOTSUPPORTED","features":[202]},{"name":"ERROR_WSMAN_VIRTUALACCOUNT_NOTSUPPORTED_DOWNLEVEL","features":[202]},{"name":"ERROR_WSMAN_WHITESPACE","features":[202]},{"name":"ERROR_WSMAN_WMI_CANNOT_CONNECT_ACCESS_DENIED","features":[202]},{"name":"ERROR_WSMAN_WMI_INVALID_VALUE","features":[202]},{"name":"ERROR_WSMAN_WMI_MAX_NESTED","features":[202]},{"name":"ERROR_WSMAN_WMI_PROVIDER_ACCESS_DENIED","features":[202]},{"name":"ERROR_WSMAN_WMI_PROVIDER_INVALID_PARAMETER","features":[202]},{"name":"ERROR_WSMAN_WMI_PROVIDER_NOT_CAPABLE","features":[202]},{"name":"ERROR_WSMAN_WMI_SVC_ACCESS_DENIED","features":[202]},{"name":"ERROR_WSMAN_WRONG_METADATA","features":[202]},{"name":"IWSMan","features":[202]},{"name":"IWSManConnectionOptions","features":[202]},{"name":"IWSManConnectionOptionsEx","features":[202]},{"name":"IWSManConnectionOptionsEx2","features":[202]},{"name":"IWSManEnumerator","features":[202]},{"name":"IWSManEx","features":[202]},{"name":"IWSManEx2","features":[202]},{"name":"IWSManEx3","features":[202]},{"name":"IWSManInternal","features":[202]},{"name":"IWSManResourceLocator","features":[202]},{"name":"IWSManResourceLocatorInternal","features":[202]},{"name":"IWSManSession","features":[202]},{"name":"WSMAN_API_HANDLE","features":[202]},{"name":"WSMAN_AUTHENTICATION_CREDENTIALS","features":[202]},{"name":"WSMAN_AUTHZ_QUOTA","features":[202]},{"name":"WSMAN_CERTIFICATE_DETAILS","features":[202]},{"name":"WSMAN_CMDSHELL_OPTION_CODEPAGE","features":[202]},{"name":"WSMAN_CMDSHELL_OPTION_CONSOLEMODE_STDIN","features":[202]},{"name":"WSMAN_CMDSHELL_OPTION_SKIP_CMD_SHELL","features":[202]},{"name":"WSMAN_COMMAND_ARG_SET","features":[202]},{"name":"WSMAN_COMMAND_HANDLE","features":[202]},{"name":"WSMAN_CONNECT_DATA","features":[202]},{"name":"WSMAN_CREATE_SHELL_DATA","features":[202]},{"name":"WSMAN_DATA","features":[202]},{"name":"WSMAN_DATA_BINARY","features":[202]},{"name":"WSMAN_DATA_NONE","features":[202]},{"name":"WSMAN_DATA_TEXT","features":[202]},{"name":"WSMAN_DATA_TYPE_BINARY","features":[202]},{"name":"WSMAN_DATA_TYPE_DWORD","features":[202]},{"name":"WSMAN_DATA_TYPE_TEXT","features":[202]},{"name":"WSMAN_DEFAULT_TIMEOUT_MS","features":[202]},{"name":"WSMAN_ENVIRONMENT_VARIABLE","features":[202]},{"name":"WSMAN_ENVIRONMENT_VARIABLE_SET","features":[202]},{"name":"WSMAN_ERROR","features":[202]},{"name":"WSMAN_FILTER","features":[202]},{"name":"WSMAN_FLAG_AUTH_BASIC","features":[202]},{"name":"WSMAN_FLAG_AUTH_CLIENT_CERTIFICATE","features":[202]},{"name":"WSMAN_FLAG_AUTH_CREDSSP","features":[202]},{"name":"WSMAN_FLAG_AUTH_DIGEST","features":[202]},{"name":"WSMAN_FLAG_AUTH_KERBEROS","features":[202]},{"name":"WSMAN_FLAG_AUTH_NEGOTIATE","features":[202]},{"name":"WSMAN_FLAG_CALLBACK_END_OF_OPERATION","features":[202]},{"name":"WSMAN_FLAG_CALLBACK_END_OF_STREAM","features":[202]},{"name":"WSMAN_FLAG_CALLBACK_NETWORK_FAILURE_DETECTED","features":[202]},{"name":"WSMAN_FLAG_CALLBACK_RECEIVE_DELAY_STREAM_REQUEST_PROCESSED","features":[202]},{"name":"WSMAN_FLAG_CALLBACK_RECONNECTED_AFTER_NETWORK_FAILURE","features":[202]},{"name":"WSMAN_FLAG_CALLBACK_RETRYING_AFTER_NETWORK_FAILURE","features":[202]},{"name":"WSMAN_FLAG_CALLBACK_RETRY_ABORTED_DUE_TO_INTERNAL_ERROR","features":[202]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_AUTODISCONNECTED","features":[202]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_AUTODISCONNECTING","features":[202]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_SUPPORTS_DISCONNECT","features":[202]},{"name":"WSMAN_FLAG_DEFAULT_AUTHENTICATION","features":[202]},{"name":"WSMAN_FLAG_DELETE_SERVER_SESSION","features":[202]},{"name":"WSMAN_FLAG_NO_AUTHENTICATION","features":[202]},{"name":"WSMAN_FLAG_NO_COMPRESSION","features":[202]},{"name":"WSMAN_FLAG_RECEIVE_DELAY_OUTPUT_STREAM","features":[202]},{"name":"WSMAN_FLAG_RECEIVE_FLUSH","features":[202]},{"name":"WSMAN_FLAG_RECEIVE_RESULT_DATA_BOUNDARY","features":[202]},{"name":"WSMAN_FLAG_RECEIVE_RESULT_NO_MORE_DATA","features":[202]},{"name":"WSMAN_FLAG_REQUESTED_API_VERSION_1_0","features":[202]},{"name":"WSMAN_FLAG_REQUESTED_API_VERSION_1_1","features":[202]},{"name":"WSMAN_FLAG_SEND_NO_MORE_DATA","features":[202]},{"name":"WSMAN_FLAG_SERVER_BUFFERING_MODE_BLOCK","features":[202]},{"name":"WSMAN_FLAG_SERVER_BUFFERING_MODE_DROP","features":[202]},{"name":"WSMAN_FRAGMENT","features":[202]},{"name":"WSMAN_KEY","features":[202]},{"name":"WSMAN_OPERATION_HANDLE","features":[202]},{"name":"WSMAN_OPERATION_INFO","features":[1,202]},{"name":"WSMAN_OPERATION_INFOEX","features":[1,202]},{"name":"WSMAN_OPERATION_INFOV1","features":[202]},{"name":"WSMAN_OPERATION_INFOV2","features":[202]},{"name":"WSMAN_OPTION","features":[1,202]},{"name":"WSMAN_OPTION_ALLOW_NEGOTIATE_IMPLICIT_CREDENTIALS","features":[202]},{"name":"WSMAN_OPTION_DEFAULT_OPERATION_TIMEOUTMS","features":[202]},{"name":"WSMAN_OPTION_ENABLE_SPN_SERVER_PORT","features":[202]},{"name":"WSMAN_OPTION_LOCALE","features":[202]},{"name":"WSMAN_OPTION_MACHINE_ID","features":[202]},{"name":"WSMAN_OPTION_MAX_ENVELOPE_SIZE_KB","features":[202]},{"name":"WSMAN_OPTION_MAX_RETRY_TIME","features":[202]},{"name":"WSMAN_OPTION_PROXY_AUTO_DETECT","features":[202]},{"name":"WSMAN_OPTION_PROXY_IE_PROXY_CONFIG","features":[202]},{"name":"WSMAN_OPTION_PROXY_NO_PROXY_SERVER","features":[202]},{"name":"WSMAN_OPTION_PROXY_WINHTTP_PROXY_CONFIG","features":[202]},{"name":"WSMAN_OPTION_REDIRECT_LOCATION","features":[202]},{"name":"WSMAN_OPTION_SET","features":[1,202]},{"name":"WSMAN_OPTION_SETEX","features":[1,202]},{"name":"WSMAN_OPTION_SHELL_MAX_DATA_SIZE_PER_MESSAGE_KB","features":[202]},{"name":"WSMAN_OPTION_SKIP_CA_CHECK","features":[202]},{"name":"WSMAN_OPTION_SKIP_CN_CHECK","features":[202]},{"name":"WSMAN_OPTION_SKIP_REVOCATION_CHECK","features":[202]},{"name":"WSMAN_OPTION_TIMEOUTMS_CLOSE_SHELL","features":[202]},{"name":"WSMAN_OPTION_TIMEOUTMS_CREATE_SHELL","features":[202]},{"name":"WSMAN_OPTION_TIMEOUTMS_RECEIVE_SHELL_OUTPUT","features":[202]},{"name":"WSMAN_OPTION_TIMEOUTMS_RUN_SHELL_COMMAND","features":[202]},{"name":"WSMAN_OPTION_TIMEOUTMS_SEND_SHELL_INPUT","features":[202]},{"name":"WSMAN_OPTION_TIMEOUTMS_SIGNAL_SHELL","features":[202]},{"name":"WSMAN_OPTION_UI_LANGUAGE","features":[202]},{"name":"WSMAN_OPTION_UNENCRYPTED_MESSAGES","features":[202]},{"name":"WSMAN_OPTION_USE_INTEARACTIVE_TOKEN","features":[202]},{"name":"WSMAN_OPTION_USE_SSL","features":[202]},{"name":"WSMAN_OPTION_UTF16","features":[202]},{"name":"WSMAN_PLUGIN_AUTHORIZE_OPERATION","features":[1,202]},{"name":"WSMAN_PLUGIN_AUTHORIZE_QUERY_QUOTA","features":[1,202]},{"name":"WSMAN_PLUGIN_AUTHORIZE_RELEASE_CONTEXT","features":[202]},{"name":"WSMAN_PLUGIN_AUTHORIZE_USER","features":[1,202]},{"name":"WSMAN_PLUGIN_COMMAND","features":[1,202]},{"name":"WSMAN_PLUGIN_CONNECT","features":[1,202]},{"name":"WSMAN_PLUGIN_PARAMS_AUTORESTART","features":[202]},{"name":"WSMAN_PLUGIN_PARAMS_GET_REQUESTED_DATA_LOCALE","features":[202]},{"name":"WSMAN_PLUGIN_PARAMS_GET_REQUESTED_LOCALE","features":[202]},{"name":"WSMAN_PLUGIN_PARAMS_HOSTIDLETIMEOUTSECONDS","features":[202]},{"name":"WSMAN_PLUGIN_PARAMS_LARGEST_RESULT_SIZE","features":[202]},{"name":"WSMAN_PLUGIN_PARAMS_MAX_ENVELOPE_SIZE","features":[202]},{"name":"WSMAN_PLUGIN_PARAMS_NAME","features":[202]},{"name":"WSMAN_PLUGIN_PARAMS_REMAINING_RESULT_SIZE","features":[202]},{"name":"WSMAN_PLUGIN_PARAMS_RUNAS_USER","features":[202]},{"name":"WSMAN_PLUGIN_PARAMS_SHAREDHOST","features":[202]},{"name":"WSMAN_PLUGIN_PARAMS_TIMEOUT","features":[202]},{"name":"WSMAN_PLUGIN_RECEIVE","features":[1,202]},{"name":"WSMAN_PLUGIN_RELEASE_COMMAND_CONTEXT","features":[202]},{"name":"WSMAN_PLUGIN_RELEASE_SHELL_CONTEXT","features":[202]},{"name":"WSMAN_PLUGIN_REQUEST","features":[1,202]},{"name":"WSMAN_PLUGIN_SEND","features":[1,202]},{"name":"WSMAN_PLUGIN_SHELL","features":[1,202]},{"name":"WSMAN_PLUGIN_SHUTDOWN","features":[202]},{"name":"WSMAN_PLUGIN_SHUTDOWN_IDLETIMEOUT_ELAPSED","features":[202]},{"name":"WSMAN_PLUGIN_SHUTDOWN_IISHOST","features":[202]},{"name":"WSMAN_PLUGIN_SHUTDOWN_SERVICE","features":[202]},{"name":"WSMAN_PLUGIN_SHUTDOWN_SYSTEM","features":[202]},{"name":"WSMAN_PLUGIN_SIGNAL","features":[1,202]},{"name":"WSMAN_PLUGIN_STARTUP","features":[202]},{"name":"WSMAN_PLUGIN_STARTUP_AUTORESTARTED_CRASH","features":[202]},{"name":"WSMAN_PLUGIN_STARTUP_AUTORESTARTED_REBOOT","features":[202]},{"name":"WSMAN_PLUGIN_STARTUP_REQUEST_RECEIVED","features":[202]},{"name":"WSMAN_PROXY_INFO","features":[202]},{"name":"WSMAN_RECEIVE_DATA_RESULT","features":[202]},{"name":"WSMAN_RESPONSE_DATA","features":[202]},{"name":"WSMAN_SELECTOR_SET","features":[202]},{"name":"WSMAN_SENDER_DETAILS","features":[1,202]},{"name":"WSMAN_SESSION_HANDLE","features":[202]},{"name":"WSMAN_SHELL_ASYNC","features":[202]},{"name":"WSMAN_SHELL_COMPLETION_FUNCTION","features":[202]},{"name":"WSMAN_SHELL_DISCONNECT_INFO","features":[202]},{"name":"WSMAN_SHELL_HANDLE","features":[202]},{"name":"WSMAN_SHELL_NS","features":[202]},{"name":"WSMAN_SHELL_OPTION_NOPROFILE","features":[202]},{"name":"WSMAN_SHELL_STARTUP_INFO_V10","features":[202]},{"name":"WSMAN_SHELL_STARTUP_INFO_V11","features":[202]},{"name":"WSMAN_STREAM_ID_SET","features":[202]},{"name":"WSMAN_STREAM_ID_STDERR","features":[202]},{"name":"WSMAN_STREAM_ID_STDIN","features":[202]},{"name":"WSMAN_STREAM_ID_STDOUT","features":[202]},{"name":"WSMAN_USERNAME_PASSWORD_CREDS","features":[202]},{"name":"WSMan","features":[202]},{"name":"WSManAuthenticationFlags","features":[202]},{"name":"WSManCallbackFlags","features":[202]},{"name":"WSManCloseCommand","features":[202]},{"name":"WSManCloseOperation","features":[202]},{"name":"WSManCloseSession","features":[202]},{"name":"WSManCloseShell","features":[202]},{"name":"WSManConnectShell","features":[1,202]},{"name":"WSManConnectShellCommand","features":[1,202]},{"name":"WSManCreateSession","features":[202]},{"name":"WSManCreateShell","features":[1,202]},{"name":"WSManCreateShellEx","features":[1,202]},{"name":"WSManDataType","features":[202]},{"name":"WSManDeinitialize","features":[202]},{"name":"WSManDisconnectShell","features":[202]},{"name":"WSManEnumFlags","features":[202]},{"name":"WSManFlagAllowNegotiateImplicitCredentials","features":[202]},{"name":"WSManFlagAssociatedInstance","features":[202]},{"name":"WSManFlagAssociationInstance","features":[202]},{"name":"WSManFlagCredUsernamePassword","features":[202]},{"name":"WSManFlagEnableSPNServerPort","features":[202]},{"name":"WSManFlagHierarchyDeep","features":[202]},{"name":"WSManFlagHierarchyDeepBasePropsOnly","features":[202]},{"name":"WSManFlagHierarchyShallow","features":[202]},{"name":"WSManFlagNoEncryption","features":[202]},{"name":"WSManFlagNonXmlText","features":[202]},{"name":"WSManFlagProxyAuthenticationUseBasic","features":[202]},{"name":"WSManFlagProxyAuthenticationUseDigest","features":[202]},{"name":"WSManFlagProxyAuthenticationUseNegotiate","features":[202]},{"name":"WSManFlagReturnEPR","features":[202]},{"name":"WSManFlagReturnObject","features":[202]},{"name":"WSManFlagReturnObjectAndEPR","features":[202]},{"name":"WSManFlagSkipCACheck","features":[202]},{"name":"WSManFlagSkipCNCheck","features":[202]},{"name":"WSManFlagSkipRevocationCheck","features":[202]},{"name":"WSManFlagUTF16","features":[202]},{"name":"WSManFlagUTF8","features":[202]},{"name":"WSManFlagUseBasic","features":[202]},{"name":"WSManFlagUseClientCertificate","features":[202]},{"name":"WSManFlagUseCredSsp","features":[202]},{"name":"WSManFlagUseDigest","features":[202]},{"name":"WSManFlagUseKerberos","features":[202]},{"name":"WSManFlagUseNegotiate","features":[202]},{"name":"WSManFlagUseNoAuthentication","features":[202]},{"name":"WSManFlagUseSsl","features":[202]},{"name":"WSManGetErrorMessage","features":[202]},{"name":"WSManGetSessionOptionAsDword","features":[202]},{"name":"WSManGetSessionOptionAsString","features":[202]},{"name":"WSManInitialize","features":[202]},{"name":"WSManInternal","features":[202]},{"name":"WSManPluginAuthzOperationComplete","features":[1,202]},{"name":"WSManPluginAuthzQueryQuotaComplete","features":[1,202]},{"name":"WSManPluginAuthzUserComplete","features":[1,202]},{"name":"WSManPluginFreeRequestDetails","features":[1,202]},{"name":"WSManPluginGetConfiguration","features":[202]},{"name":"WSManPluginGetOperationParameters","features":[1,202]},{"name":"WSManPluginOperationComplete","features":[1,202]},{"name":"WSManPluginReceiveResult","features":[1,202]},{"name":"WSManPluginReportCompletion","features":[202]},{"name":"WSManPluginReportContext","features":[1,202]},{"name":"WSManProxyAccessType","features":[202]},{"name":"WSManProxyAccessTypeFlags","features":[202]},{"name":"WSManProxyAuthenticationFlags","features":[202]},{"name":"WSManProxyAutoDetect","features":[202]},{"name":"WSManProxyIEConfig","features":[202]},{"name":"WSManProxyNoProxyServer","features":[202]},{"name":"WSManProxyWinHttpConfig","features":[202]},{"name":"WSManReceiveShellOutput","features":[202]},{"name":"WSManReconnectShell","features":[202]},{"name":"WSManReconnectShellCommand","features":[202]},{"name":"WSManRunShellCommand","features":[1,202]},{"name":"WSManRunShellCommandEx","features":[1,202]},{"name":"WSManSendShellInput","features":[1,202]},{"name":"WSManSessionFlags","features":[202]},{"name":"WSManSessionOption","features":[202]},{"name":"WSManSetSessionOption","features":[202]},{"name":"WSManShellFlag","features":[202]},{"name":"WSManSignalShell","features":[202]}],"608":[{"name":"CCH_RM_MAX_APP_NAME","features":[203]},{"name":"CCH_RM_MAX_SVC_NAME","features":[203]},{"name":"CCH_RM_SESSION_KEY","features":[203]},{"name":"RM_APP_STATUS","features":[203]},{"name":"RM_APP_TYPE","features":[203]},{"name":"RM_FILTER_ACTION","features":[203]},{"name":"RM_FILTER_INFO","features":[1,203]},{"name":"RM_FILTER_TRIGGER","features":[203]},{"name":"RM_INVALID_PROCESS","features":[203]},{"name":"RM_INVALID_TS_SESSION","features":[203]},{"name":"RM_PROCESS_INFO","features":[1,203]},{"name":"RM_REBOOT_REASON","features":[203]},{"name":"RM_SHUTDOWN_TYPE","features":[203]},{"name":"RM_UNIQUE_PROCESS","features":[1,203]},{"name":"RM_WRITE_STATUS_CALLBACK","features":[203]},{"name":"RmAddFilter","features":[1,203]},{"name":"RmCancelCurrentTask","features":[1,203]},{"name":"RmConsole","features":[203]},{"name":"RmCritical","features":[203]},{"name":"RmEndSession","features":[1,203]},{"name":"RmExplorer","features":[203]},{"name":"RmFilterTriggerFile","features":[203]},{"name":"RmFilterTriggerInvalid","features":[203]},{"name":"RmFilterTriggerProcess","features":[203]},{"name":"RmFilterTriggerService","features":[203]},{"name":"RmForceShutdown","features":[203]},{"name":"RmGetFilterList","features":[1,203]},{"name":"RmGetList","features":[1,203]},{"name":"RmInvalidFilterAction","features":[203]},{"name":"RmJoinSession","features":[1,203]},{"name":"RmMainWindow","features":[203]},{"name":"RmNoRestart","features":[203]},{"name":"RmNoShutdown","features":[203]},{"name":"RmOtherWindow","features":[203]},{"name":"RmRebootReasonCriticalProcess","features":[203]},{"name":"RmRebootReasonCriticalService","features":[203]},{"name":"RmRebootReasonDetectedSelf","features":[203]},{"name":"RmRebootReasonNone","features":[203]},{"name":"RmRebootReasonPermissionDenied","features":[203]},{"name":"RmRebootReasonSessionMismatch","features":[203]},{"name":"RmRegisterResources","features":[1,203]},{"name":"RmRemoveFilter","features":[1,203]},{"name":"RmRestart","features":[1,203]},{"name":"RmService","features":[203]},{"name":"RmShutdown","features":[1,203]},{"name":"RmShutdownOnlyRegistered","features":[203]},{"name":"RmStartSession","features":[1,203]},{"name":"RmStatusErrorOnRestart","features":[203]},{"name":"RmStatusErrorOnStop","features":[203]},{"name":"RmStatusRestartMasked","features":[203]},{"name":"RmStatusRestarted","features":[203]},{"name":"RmStatusRunning","features":[203]},{"name":"RmStatusShutdownMasked","features":[203]},{"name":"RmStatusStopped","features":[203]},{"name":"RmStatusStoppedOther","features":[203]},{"name":"RmStatusUnknown","features":[203]},{"name":"RmUnknownApp","features":[203]}],"609":[{"name":"ACCESSIBILITY_SETTING","features":[204]},{"name":"APPLICATION_INSTALL","features":[204]},{"name":"APPLICATION_RUN","features":[204]},{"name":"APPLICATION_UNINSTALL","features":[204]},{"name":"BACKUP","features":[204]},{"name":"BACKUP_RECOVERY","features":[204]},{"name":"BEGIN_NESTED_SYSTEM_CHANGE","features":[204]},{"name":"BEGIN_NESTED_SYSTEM_CHANGE_NORP","features":[204]},{"name":"BEGIN_SYSTEM_CHANGE","features":[204]},{"name":"CANCELLED_OPERATION","features":[204]},{"name":"CHECKPOINT","features":[204]},{"name":"CRITICAL_UPDATE","features":[204]},{"name":"DESKTOP_SETTING","features":[204]},{"name":"DEVICE_DRIVER_INSTALL","features":[204]},{"name":"END_NESTED_SYSTEM_CHANGE","features":[204]},{"name":"END_SYSTEM_CHANGE","features":[204]},{"name":"FIRSTRUN","features":[204]},{"name":"MANUAL_CHECKPOINT","features":[204]},{"name":"MAX_DESC","features":[204]},{"name":"MAX_DESC_W","features":[204]},{"name":"MAX_EVENT","features":[204]},{"name":"MAX_RPT","features":[204]},{"name":"MIN_EVENT","features":[204]},{"name":"MIN_RPT","features":[204]},{"name":"MODIFY_SETTINGS","features":[204]},{"name":"OE_SETTING","features":[204]},{"name":"RESTORE","features":[204]},{"name":"RESTOREPOINTINFOA","features":[204]},{"name":"RESTOREPOINTINFOEX","features":[1,204]},{"name":"RESTOREPOINTINFOW","features":[204]},{"name":"RESTOREPOINTINFO_EVENT_TYPE","features":[204]},{"name":"RESTOREPOINTINFO_TYPE","features":[204]},{"name":"SRRemoveRestorePoint","features":[204]},{"name":"SRSetRestorePointA","features":[1,204]},{"name":"SRSetRestorePointW","features":[1,204]},{"name":"STATEMGRSTATUS","features":[1,204]},{"name":"WINDOWS_BOOT","features":[204]},{"name":"WINDOWS_SHUTDOWN","features":[204]},{"name":"WINDOWS_UPDATE","features":[204]}],"610":[{"name":"ARRAY_INFO","features":[20]},{"name":"BinaryParam","features":[20]},{"name":"CLIENT_CALL_RETURN","features":[20]},{"name":"COMM_FAULT_OFFSETS","features":[20]},{"name":"CS_TAG_GETTING_ROUTINE","features":[20]},{"name":"CS_TYPE_FROM_NETCS_ROUTINE","features":[20]},{"name":"CS_TYPE_LOCAL_SIZE_ROUTINE","features":[20]},{"name":"CS_TYPE_NET_SIZE_ROUTINE","features":[20]},{"name":"CS_TYPE_TO_NETCS_ROUTINE","features":[20]},{"name":"DCE_C_ERROR_STRING_LEN","features":[20]},{"name":"DceErrorInqTextA","features":[20]},{"name":"DceErrorInqTextW","features":[20]},{"name":"EEInfoGCCOM","features":[20]},{"name":"EEInfoGCFRS","features":[20]},{"name":"EEInfoNextRecordsMissing","features":[20]},{"name":"EEInfoPreviousRecordsMissing","features":[20]},{"name":"EEInfoUseFileTime","features":[20]},{"name":"EPT_S_CANT_CREATE","features":[20]},{"name":"EPT_S_CANT_PERFORM_OP","features":[20]},{"name":"EPT_S_INVALID_ENTRY","features":[20]},{"name":"EPT_S_NOT_REGISTERED","features":[20]},{"name":"EXPR_EVAL","features":[20]},{"name":"EXPR_TOKEN","features":[20]},{"name":"ExtendedErrorParamTypes","features":[20]},{"name":"FC_EXPR_CONST32","features":[20]},{"name":"FC_EXPR_CONST64","features":[20]},{"name":"FC_EXPR_END","features":[20]},{"name":"FC_EXPR_ILLEGAL","features":[20]},{"name":"FC_EXPR_NOOP","features":[20]},{"name":"FC_EXPR_OPER","features":[20]},{"name":"FC_EXPR_START","features":[20]},{"name":"FC_EXPR_VAR","features":[20]},{"name":"FULL_PTR_XLAT_TABLES","features":[20]},{"name":"GENERIC_BINDING_INFO","features":[20]},{"name":"GENERIC_BINDING_ROUTINE","features":[20]},{"name":"GENERIC_BINDING_ROUTINE_PAIR","features":[20]},{"name":"GENERIC_UNBIND_ROUTINE","features":[20]},{"name":"GROUP_NAME_SYNTAX","features":[20]},{"name":"IDL_CS_CONVERT","features":[20]},{"name":"IDL_CS_IN_PLACE_CONVERT","features":[20]},{"name":"IDL_CS_NEW_BUFFER_CONVERT","features":[20]},{"name":"IDL_CS_NO_CONVERT","features":[20]},{"name":"INVALID_FRAGMENT_ID","features":[20]},{"name":"IUnknown_AddRef_Proxy","features":[20]},{"name":"IUnknown_QueryInterface_Proxy","features":[20]},{"name":"IUnknown_Release_Proxy","features":[20]},{"name":"I_RpcAllocate","features":[20]},{"name":"I_RpcAsyncAbortCall","features":[1,7,20]},{"name":"I_RpcAsyncSetHandle","features":[1,7,20]},{"name":"I_RpcBindingCopy","features":[20]},{"name":"I_RpcBindingCreateNP","features":[20]},{"name":"I_RpcBindingHandleToAsyncHandle","features":[20]},{"name":"I_RpcBindingInqClientTokenAttributes","features":[1,20]},{"name":"I_RpcBindingInqDynamicEndpointA","features":[20]},{"name":"I_RpcBindingInqDynamicEndpointW","features":[20]},{"name":"I_RpcBindingInqLocalClientPID","features":[20]},{"name":"I_RpcBindingInqMarshalledTargetInfo","features":[20]},{"name":"I_RpcBindingInqSecurityContext","features":[20]},{"name":"I_RpcBindingInqSecurityContextKeyInfo","features":[20]},{"name":"I_RpcBindingInqTransportType","features":[20]},{"name":"I_RpcBindingInqWireIdForSnego","features":[20]},{"name":"I_RpcBindingIsClientLocal","features":[20]},{"name":"I_RpcBindingIsServerLocal","features":[20]},{"name":"I_RpcBindingSetPrivateOption","features":[20]},{"name":"I_RpcBindingToStaticStringBindingW","features":[20]},{"name":"I_RpcClearMutex","features":[20]},{"name":"I_RpcDeleteMutex","features":[20]},{"name":"I_RpcExceptionFilter","features":[20]},{"name":"I_RpcFree","features":[20]},{"name":"I_RpcFreeBuffer","features":[20]},{"name":"I_RpcFreeCalloutStateFn","features":[20]},{"name":"I_RpcFreePipeBuffer","features":[20]},{"name":"I_RpcGetBuffer","features":[20]},{"name":"I_RpcGetBufferWithObject","features":[20]},{"name":"I_RpcGetCurrentCallHandle","features":[20]},{"name":"I_RpcGetDefaultSD","features":[20]},{"name":"I_RpcGetExtendedError","features":[20]},{"name":"I_RpcIfInqTransferSyntaxes","features":[20]},{"name":"I_RpcMapWin32Status","features":[20]},{"name":"I_RpcMgmtEnableDedicatedThreadPool","features":[20]},{"name":"I_RpcNegotiateTransferSyntax","features":[20]},{"name":"I_RpcNsBindingSetEntryNameA","features":[20]},{"name":"I_RpcNsBindingSetEntryNameW","features":[20]},{"name":"I_RpcNsGetBuffer","features":[20]},{"name":"I_RpcNsInterfaceExported","features":[20]},{"name":"I_RpcNsInterfaceUnexported","features":[20]},{"name":"I_RpcNsRaiseException","features":[20]},{"name":"I_RpcNsSendReceive","features":[20]},{"name":"I_RpcOpenClientProcess","features":[20]},{"name":"I_RpcPauseExecution","features":[20]},{"name":"I_RpcPerformCalloutFn","features":[20]},{"name":"I_RpcProxyCallbackInterface","features":[20]},{"name":"I_RpcProxyFilterIfFn","features":[20]},{"name":"I_RpcProxyGetClientAddressFn","features":[20]},{"name":"I_RpcProxyGetClientSessionAndResourceUUID","features":[20]},{"name":"I_RpcProxyGetConnectionTimeoutFn","features":[20]},{"name":"I_RpcProxyIsValidMachineFn","features":[20]},{"name":"I_RpcProxyUpdatePerfCounterBackendServerFn","features":[20]},{"name":"I_RpcProxyUpdatePerfCounterFn","features":[20]},{"name":"I_RpcReBindBuffer","features":[20]},{"name":"I_RpcReallocPipeBuffer","features":[20]},{"name":"I_RpcReceive","features":[20]},{"name":"I_RpcRecordCalloutFailure","features":[20]},{"name":"I_RpcRequestMutex","features":[20]},{"name":"I_RpcSend","features":[20]},{"name":"I_RpcSendReceive","features":[20]},{"name":"I_RpcServerCheckClientRestriction","features":[20]},{"name":"I_RpcServerDisableExceptionFilter","features":[20]},{"name":"I_RpcServerGetAssociationID","features":[20]},{"name":"I_RpcServerInqAddressChangeFn","features":[20]},{"name":"I_RpcServerInqLocalConnAddress","features":[20]},{"name":"I_RpcServerInqRemoteConnAddress","features":[20]},{"name":"I_RpcServerInqTransportType","features":[20]},{"name":"I_RpcServerRegisterForwardFunction","features":[20]},{"name":"I_RpcServerSetAddressChangeFn","features":[20]},{"name":"I_RpcServerStartService","features":[20]},{"name":"I_RpcServerSubscribeForDisconnectNotification","features":[20]},{"name":"I_RpcServerSubscribeForDisconnectNotification2","features":[20]},{"name":"I_RpcServerUnsubscribeForDisconnectNotification","features":[20]},{"name":"I_RpcServerUseProtseq2A","features":[20]},{"name":"I_RpcServerUseProtseq2W","features":[20]},{"name":"I_RpcServerUseProtseqEp2A","features":[20]},{"name":"I_RpcServerUseProtseqEp2W","features":[20]},{"name":"I_RpcSessionStrictContextHandle","features":[20]},{"name":"I_RpcSsDontSerializeContext","features":[20]},{"name":"I_RpcSystemHandleTypeSpecificWork","features":[20]},{"name":"I_RpcTurnOnEEInfoPropagation","features":[20]},{"name":"I_UuidCreate","features":[20]},{"name":"LRPC_SYSTEM_HANDLE_MARSHAL_DIRECTION","features":[20]},{"name":"MALLOC_FREE_STRUCT","features":[20]},{"name":"MES_DECODE","features":[20]},{"name":"MES_DYNAMIC_BUFFER_HANDLE","features":[20]},{"name":"MES_ENCODE","features":[20]},{"name":"MES_ENCODE_NDR64","features":[20]},{"name":"MES_FIXED_BUFFER_HANDLE","features":[20]},{"name":"MES_INCREMENTAL_HANDLE","features":[20]},{"name":"MIDL_ES_ALLOC","features":[20]},{"name":"MIDL_ES_CODE","features":[20]},{"name":"MIDL_ES_HANDLE_STYLE","features":[20]},{"name":"MIDL_ES_READ","features":[20]},{"name":"MIDL_ES_WRITE","features":[20]},{"name":"MIDL_FORMAT_STRING","features":[20]},{"name":"MIDL_INTERCEPTION_INFO","features":[20]},{"name":"MIDL_INTERFACE_METHOD_PROPERTIES","features":[20]},{"name":"MIDL_METHOD_PROPERTY","features":[20]},{"name":"MIDL_METHOD_PROPERTY_MAP","features":[20]},{"name":"MIDL_SERVER_INFO","features":[20]},{"name":"MIDL_STUBLESS_PROXY_INFO","features":[20]},{"name":"MIDL_STUB_DESC","features":[20]},{"name":"MIDL_STUB_MESSAGE","features":[20]},{"name":"MIDL_SYNTAX_INFO","features":[20]},{"name":"MIDL_TYPE_PICKLING_INFO","features":[20]},{"name":"MIDL_WINRT_TYPE_SERIALIZATION_INFO","features":[20]},{"name":"MIDL_WINRT_TYPE_SERIALIZATION_INFO_CURRENT_VERSION","features":[20]},{"name":"MarshalDirectionMarshal","features":[20]},{"name":"MarshalDirectionUnmarshal","features":[20]},{"name":"MaxNumberOfEEInfoParams","features":[20]},{"name":"MesBufferHandleReset","features":[20]},{"name":"MesDecodeBufferHandleCreate","features":[20]},{"name":"MesDecodeIncrementalHandleCreate","features":[20]},{"name":"MesEncodeDynBufferHandleCreate","features":[20]},{"name":"MesEncodeFixedBufferHandleCreate","features":[20]},{"name":"MesEncodeIncrementalHandleCreate","features":[20]},{"name":"MesHandleFree","features":[20]},{"name":"MesIncrementalHandleReset","features":[20]},{"name":"MesInqProcEncodingId","features":[20]},{"name":"MidlInterceptionInfoVersionOne","features":[20]},{"name":"MidlWinrtTypeSerializationInfoVersionOne","features":[20]},{"name":"NDR64_ARRAY_ELEMENT_INFO","features":[20]},{"name":"NDR64_ARRAY_FLAGS","features":[20]},{"name":"NDR64_BINDINGS","features":[20]},{"name":"NDR64_BIND_AND_NOTIFY_EXTENSION","features":[20]},{"name":"NDR64_BIND_CONTEXT","features":[20]},{"name":"NDR64_BIND_GENERIC","features":[20]},{"name":"NDR64_BIND_PRIMITIVE","features":[20]},{"name":"NDR64_BOGUS_ARRAY_HEADER_FORMAT","features":[20]},{"name":"NDR64_BOGUS_STRUCTURE_HEADER_FORMAT","features":[20]},{"name":"NDR64_BUFFER_ALIGN_FORMAT","features":[20]},{"name":"NDR64_CONFORMANT_STRING_FORMAT","features":[20]},{"name":"NDR64_CONF_ARRAY_HEADER_FORMAT","features":[20]},{"name":"NDR64_CONF_BOGUS_STRUCTURE_HEADER_FORMAT","features":[20]},{"name":"NDR64_CONF_STRUCTURE_HEADER_FORMAT","features":[20]},{"name":"NDR64_CONF_VAR_ARRAY_HEADER_FORMAT","features":[20]},{"name":"NDR64_CONF_VAR_BOGUS_ARRAY_HEADER_FORMAT","features":[20]},{"name":"NDR64_CONSTANT_IID_FORMAT","features":[20]},{"name":"NDR64_CONTEXT_HANDLE_FLAGS","features":[20]},{"name":"NDR64_CONTEXT_HANDLE_FORMAT","features":[20]},{"name":"NDR64_EMBEDDED_COMPLEX_FORMAT","features":[20]},{"name":"NDR64_ENCAPSULATED_UNION","features":[20]},{"name":"NDR64_EXPR_CONST32","features":[20]},{"name":"NDR64_EXPR_CONST64","features":[20]},{"name":"NDR64_EXPR_NOOP","features":[20]},{"name":"NDR64_EXPR_OPERATOR","features":[20]},{"name":"NDR64_EXPR_VAR","features":[20]},{"name":"NDR64_FC_AUTO_HANDLE","features":[20]},{"name":"NDR64_FC_BIND_GENERIC","features":[20]},{"name":"NDR64_FC_BIND_PRIMITIVE","features":[20]},{"name":"NDR64_FC_CALLBACK_HANDLE","features":[20]},{"name":"NDR64_FC_EXPLICIT_HANDLE","features":[20]},{"name":"NDR64_FC_NO_HANDLE","features":[20]},{"name":"NDR64_FIXED_REPEAT_FORMAT","features":[20]},{"name":"NDR64_FIX_ARRAY_HEADER_FORMAT","features":[20]},{"name":"NDR64_IID_FLAGS","features":[20]},{"name":"NDR64_IID_FORMAT","features":[20]},{"name":"NDR64_MEMPAD_FORMAT","features":[20]},{"name":"NDR64_NON_CONFORMANT_STRING_FORMAT","features":[20]},{"name":"NDR64_NON_ENCAPSULATED_UNION","features":[20]},{"name":"NDR64_NO_REPEAT_FORMAT","features":[20]},{"name":"NDR64_PARAM_FLAGS","features":[20]},{"name":"NDR64_PARAM_FORMAT","features":[20]},{"name":"NDR64_PIPE_FLAGS","features":[20]},{"name":"NDR64_PIPE_FORMAT","features":[20]},{"name":"NDR64_POINTER_FORMAT","features":[20]},{"name":"NDR64_POINTER_INSTANCE_HEADER_FORMAT","features":[20]},{"name":"NDR64_POINTER_REPEAT_FLAGS","features":[20]},{"name":"NDR64_PROC_FLAGS","features":[20]},{"name":"NDR64_PROC_FORMAT","features":[20]},{"name":"NDR64_RANGED_STRING_FORMAT","features":[20]},{"name":"NDR64_RANGE_FORMAT","features":[20]},{"name":"NDR64_RANGE_PIPE_FORMAT","features":[20]},{"name":"NDR64_REPEAT_FORMAT","features":[20]},{"name":"NDR64_RPC_FLAGS","features":[20]},{"name":"NDR64_SIMPLE_MEMBER_FORMAT","features":[20]},{"name":"NDR64_SIMPLE_REGION_FORMAT","features":[20]},{"name":"NDR64_SIZED_CONFORMANT_STRING_FORMAT","features":[20]},{"name":"NDR64_STRING_FLAGS","features":[20]},{"name":"NDR64_STRING_HEADER_FORMAT","features":[20]},{"name":"NDR64_STRUCTURE_FLAGS","features":[20]},{"name":"NDR64_STRUCTURE_HEADER_FORMAT","features":[20]},{"name":"NDR64_SYSTEM_HANDLE_FORMAT","features":[20]},{"name":"NDR64_TRANSMIT_AS_FLAGS","features":[20]},{"name":"NDR64_TRANSMIT_AS_FORMAT","features":[20]},{"name":"NDR64_TYPE_STRICT_CONTEXT_HANDLE","features":[20]},{"name":"NDR64_UNION_ARM","features":[20]},{"name":"NDR64_UNION_ARM_SELECTOR","features":[20]},{"name":"NDR64_USER_MARSHAL_FLAGS","features":[20]},{"name":"NDR64_USER_MARSHAL_FORMAT","features":[20]},{"name":"NDR64_VAR_ARRAY_HEADER_FORMAT","features":[20]},{"name":"NDRCContextBinding","features":[20]},{"name":"NDRCContextMarshall","features":[20]},{"name":"NDRCContextUnmarshall","features":[20]},{"name":"NDRSContextMarshall","features":[20]},{"name":"NDRSContextMarshall2","features":[20]},{"name":"NDRSContextMarshallEx","features":[20]},{"name":"NDRSContextUnmarshall","features":[20]},{"name":"NDRSContextUnmarshall2","features":[20]},{"name":"NDRSContextUnmarshallEx","features":[20]},{"name":"NDR_ALLOC_ALL_NODES_CONTEXT","features":[20]},{"name":"NDR_CS_ROUTINES","features":[20]},{"name":"NDR_CS_SIZE_CONVERT_ROUTINES","features":[20]},{"name":"NDR_CUSTOM_OR_DEFAULT_ALLOCATOR","features":[20]},{"name":"NDR_DEFAULT_ALLOCATOR","features":[20]},{"name":"NDR_EXPR_DESC","features":[20]},{"name":"NDR_NOTIFY2_ROUTINE","features":[20]},{"name":"NDR_NOTIFY_ROUTINE","features":[20]},{"name":"NDR_POINTER_QUEUE_STATE","features":[20]},{"name":"NDR_RUNDOWN","features":[20]},{"name":"NDR_SCONTEXT","features":[20]},{"name":"NDR_USER_MARSHAL_INFO","features":[20]},{"name":"NDR_USER_MARSHAL_INFO_LEVEL1","features":[20]},{"name":"NT351_INTERFACE_SIZE","features":[20]},{"name":"Ndr64AsyncClientCall","features":[20]},{"name":"Ndr64AsyncServerCall64","features":[20]},{"name":"Ndr64AsyncServerCallAll","features":[20]},{"name":"Ndr64DcomAsyncClientCall","features":[20]},{"name":"Ndr64DcomAsyncStubCall","features":[20]},{"name":"NdrAllocate","features":[20]},{"name":"NdrAsyncClientCall","features":[20]},{"name":"NdrAsyncServerCall","features":[20]},{"name":"NdrByteCountPointerBufferSize","features":[20]},{"name":"NdrByteCountPointerFree","features":[20]},{"name":"NdrByteCountPointerMarshall","features":[20]},{"name":"NdrByteCountPointerUnmarshall","features":[20]},{"name":"NdrClearOutParameters","features":[20]},{"name":"NdrClientCall2","features":[20]},{"name":"NdrClientCall3","features":[20]},{"name":"NdrClientContextMarshall","features":[20]},{"name":"NdrClientContextUnmarshall","features":[20]},{"name":"NdrClientInitialize","features":[20]},{"name":"NdrClientInitializeNew","features":[20]},{"name":"NdrComplexArrayBufferSize","features":[20]},{"name":"NdrComplexArrayFree","features":[20]},{"name":"NdrComplexArrayMarshall","features":[20]},{"name":"NdrComplexArrayMemorySize","features":[20]},{"name":"NdrComplexArrayUnmarshall","features":[20]},{"name":"NdrComplexStructBufferSize","features":[20]},{"name":"NdrComplexStructFree","features":[20]},{"name":"NdrComplexStructMarshall","features":[20]},{"name":"NdrComplexStructMemorySize","features":[20]},{"name":"NdrComplexStructUnmarshall","features":[20]},{"name":"NdrConformantArrayBufferSize","features":[20]},{"name":"NdrConformantArrayFree","features":[20]},{"name":"NdrConformantArrayMarshall","features":[20]},{"name":"NdrConformantArrayMemorySize","features":[20]},{"name":"NdrConformantArrayUnmarshall","features":[20]},{"name":"NdrConformantStringBufferSize","features":[20]},{"name":"NdrConformantStringMarshall","features":[20]},{"name":"NdrConformantStringMemorySize","features":[20]},{"name":"NdrConformantStringUnmarshall","features":[20]},{"name":"NdrConformantStructBufferSize","features":[20]},{"name":"NdrConformantStructFree","features":[20]},{"name":"NdrConformantStructMarshall","features":[20]},{"name":"NdrConformantStructMemorySize","features":[20]},{"name":"NdrConformantStructUnmarshall","features":[20]},{"name":"NdrConformantVaryingArrayBufferSize","features":[20]},{"name":"NdrConformantVaryingArrayFree","features":[20]},{"name":"NdrConformantVaryingArrayMarshall","features":[20]},{"name":"NdrConformantVaryingArrayMemorySize","features":[20]},{"name":"NdrConformantVaryingArrayUnmarshall","features":[20]},{"name":"NdrConformantVaryingStructBufferSize","features":[20]},{"name":"NdrConformantVaryingStructFree","features":[20]},{"name":"NdrConformantVaryingStructMarshall","features":[20]},{"name":"NdrConformantVaryingStructMemorySize","features":[20]},{"name":"NdrConformantVaryingStructUnmarshall","features":[20]},{"name":"NdrContextHandleInitialize","features":[20]},{"name":"NdrContextHandleSize","features":[20]},{"name":"NdrConvert","features":[20]},{"name":"NdrConvert2","features":[20]},{"name":"NdrCorrelationFree","features":[20]},{"name":"NdrCorrelationInitialize","features":[20]},{"name":"NdrCorrelationPass","features":[20]},{"name":"NdrCreateServerInterfaceFromStub","features":[20]},{"name":"NdrDcomAsyncClientCall","features":[20]},{"name":"NdrDcomAsyncStubCall","features":[20]},{"name":"NdrEncapsulatedUnionBufferSize","features":[20]},{"name":"NdrEncapsulatedUnionFree","features":[20]},{"name":"NdrEncapsulatedUnionMarshall","features":[20]},{"name":"NdrEncapsulatedUnionMemorySize","features":[20]},{"name":"NdrEncapsulatedUnionUnmarshall","features":[20]},{"name":"NdrFixedArrayBufferSize","features":[20]},{"name":"NdrFixedArrayFree","features":[20]},{"name":"NdrFixedArrayMarshall","features":[20]},{"name":"NdrFixedArrayMemorySize","features":[20]},{"name":"NdrFixedArrayUnmarshall","features":[20]},{"name":"NdrFreeBuffer","features":[20]},{"name":"NdrFullPointerXlatFree","features":[20]},{"name":"NdrFullPointerXlatInit","features":[20]},{"name":"NdrGetBuffer","features":[20]},{"name":"NdrGetDcomProtocolVersion","features":[20]},{"name":"NdrGetUserMarshalInfo","features":[20]},{"name":"NdrInterfacePointerBufferSize","features":[20]},{"name":"NdrInterfacePointerFree","features":[20]},{"name":"NdrInterfacePointerMarshall","features":[20]},{"name":"NdrInterfacePointerMemorySize","features":[20]},{"name":"NdrInterfacePointerUnmarshall","features":[20]},{"name":"NdrMapCommAndFaultStatus","features":[20]},{"name":"NdrMesProcEncodeDecode","features":[20]},{"name":"NdrMesProcEncodeDecode2","features":[20]},{"name":"NdrMesProcEncodeDecode3","features":[20]},{"name":"NdrMesSimpleTypeAlignSize","features":[20]},{"name":"NdrMesSimpleTypeAlignSizeAll","features":[20]},{"name":"NdrMesSimpleTypeDecode","features":[20]},{"name":"NdrMesSimpleTypeDecodeAll","features":[20]},{"name":"NdrMesSimpleTypeEncode","features":[20]},{"name":"NdrMesSimpleTypeEncodeAll","features":[20]},{"name":"NdrMesTypeAlignSize","features":[20]},{"name":"NdrMesTypeAlignSize2","features":[20]},{"name":"NdrMesTypeAlignSize3","features":[20]},{"name":"NdrMesTypeDecode","features":[20]},{"name":"NdrMesTypeDecode2","features":[20]},{"name":"NdrMesTypeDecode3","features":[20]},{"name":"NdrMesTypeEncode","features":[20]},{"name":"NdrMesTypeEncode2","features":[20]},{"name":"NdrMesTypeEncode3","features":[20]},{"name":"NdrMesTypeFree2","features":[20]},{"name":"NdrMesTypeFree3","features":[20]},{"name":"NdrNonConformantStringBufferSize","features":[20]},{"name":"NdrNonConformantStringMarshall","features":[20]},{"name":"NdrNonConformantStringMemorySize","features":[20]},{"name":"NdrNonConformantStringUnmarshall","features":[20]},{"name":"NdrNonEncapsulatedUnionBufferSize","features":[20]},{"name":"NdrNonEncapsulatedUnionFree","features":[20]},{"name":"NdrNonEncapsulatedUnionMarshall","features":[20]},{"name":"NdrNonEncapsulatedUnionMemorySize","features":[20]},{"name":"NdrNonEncapsulatedUnionUnmarshall","features":[20]},{"name":"NdrNsGetBuffer","features":[20]},{"name":"NdrNsSendReceive","features":[20]},{"name":"NdrOleAllocate","features":[20]},{"name":"NdrOleFree","features":[20]},{"name":"NdrPartialIgnoreClientBufferSize","features":[20]},{"name":"NdrPartialIgnoreClientMarshall","features":[20]},{"name":"NdrPartialIgnoreServerInitialize","features":[20]},{"name":"NdrPartialIgnoreServerUnmarshall","features":[20]},{"name":"NdrPointerBufferSize","features":[20]},{"name":"NdrPointerFree","features":[20]},{"name":"NdrPointerMarshall","features":[20]},{"name":"NdrPointerMemorySize","features":[20]},{"name":"NdrPointerUnmarshall","features":[20]},{"name":"NdrRangeUnmarshall","features":[20]},{"name":"NdrRpcSmClientAllocate","features":[20]},{"name":"NdrRpcSmClientFree","features":[20]},{"name":"NdrRpcSmSetClientToOsf","features":[20]},{"name":"NdrRpcSsDefaultAllocate","features":[20]},{"name":"NdrRpcSsDefaultFree","features":[20]},{"name":"NdrRpcSsDisableAllocate","features":[20]},{"name":"NdrRpcSsEnableAllocate","features":[20]},{"name":"NdrSendReceive","features":[20]},{"name":"NdrServerCall2","features":[20]},{"name":"NdrServerCallAll","features":[20]},{"name":"NdrServerCallNdr64","features":[20]},{"name":"NdrServerContextMarshall","features":[20]},{"name":"NdrServerContextNewMarshall","features":[20]},{"name":"NdrServerContextNewUnmarshall","features":[20]},{"name":"NdrServerContextUnmarshall","features":[20]},{"name":"NdrServerInitialize","features":[20]},{"name":"NdrServerInitializeMarshall","features":[20]},{"name":"NdrServerInitializeNew","features":[20]},{"name":"NdrServerInitializePartial","features":[20]},{"name":"NdrServerInitializeUnmarshall","features":[20]},{"name":"NdrSimpleStructBufferSize","features":[20]},{"name":"NdrSimpleStructFree","features":[20]},{"name":"NdrSimpleStructMarshall","features":[20]},{"name":"NdrSimpleStructMemorySize","features":[20]},{"name":"NdrSimpleStructUnmarshall","features":[20]},{"name":"NdrSimpleTypeMarshall","features":[20]},{"name":"NdrSimpleTypeUnmarshall","features":[20]},{"name":"NdrStubCall2","features":[20]},{"name":"NdrStubCall3","features":[20]},{"name":"NdrUserMarshalBufferSize","features":[20]},{"name":"NdrUserMarshalFree","features":[20]},{"name":"NdrUserMarshalMarshall","features":[20]},{"name":"NdrUserMarshalMemorySize","features":[20]},{"name":"NdrUserMarshalSimpleTypeConvert","features":[20]},{"name":"NdrUserMarshalUnmarshall","features":[20]},{"name":"NdrVaryingArrayBufferSize","features":[20]},{"name":"NdrVaryingArrayFree","features":[20]},{"name":"NdrVaryingArrayMarshall","features":[20]},{"name":"NdrVaryingArrayMemorySize","features":[20]},{"name":"NdrVaryingArrayUnmarshall","features":[20]},{"name":"NdrXmitOrRepAsBufferSize","features":[20]},{"name":"NdrXmitOrRepAsFree","features":[20]},{"name":"NdrXmitOrRepAsMarshall","features":[20]},{"name":"NdrXmitOrRepAsMemorySize","features":[20]},{"name":"NdrXmitOrRepAsUnmarshall","features":[20]},{"name":"PFN_RPCNOTIFICATION_ROUTINE","features":[1,7,20]},{"name":"PFN_RPC_ALLOCATE","features":[20]},{"name":"PFN_RPC_FREE","features":[20]},{"name":"PNDR_ASYNC_MESSAGE","features":[20]},{"name":"PNDR_CORRELATION_INFO","features":[20]},{"name":"PROTOCOL_ADDRESS_CHANGE","features":[20]},{"name":"PROTOCOL_LOADED","features":[20]},{"name":"PROTOCOL_NOT_LOADED","features":[20]},{"name":"PROXY_CALCSIZE","features":[20]},{"name":"PROXY_GETBUFFER","features":[20]},{"name":"PROXY_MARSHAL","features":[20]},{"name":"PROXY_PHASE","features":[20]},{"name":"PROXY_SENDRECEIVE","features":[20]},{"name":"PROXY_UNMARSHAL","features":[20]},{"name":"PRPC_RUNDOWN","features":[20]},{"name":"RDR_CALLOUT_STATE","features":[20]},{"name":"RPCFLG_ACCESSIBILITY_BIT1","features":[20]},{"name":"RPCFLG_ACCESSIBILITY_BIT2","features":[20]},{"name":"RPCFLG_ACCESS_LOCAL","features":[20]},{"name":"RPCFLG_ASYNCHRONOUS","features":[20]},{"name":"RPCFLG_AUTO_COMPLETE","features":[20]},{"name":"RPCFLG_HAS_CALLBACK","features":[20]},{"name":"RPCFLG_HAS_GUARANTEE","features":[20]},{"name":"RPCFLG_HAS_MULTI_SYNTAXES","features":[20]},{"name":"RPCFLG_INPUT_SYNCHRONOUS","features":[20]},{"name":"RPCFLG_LOCAL_CALL","features":[20]},{"name":"RPCFLG_MESSAGE","features":[20]},{"name":"RPCFLG_NDR64_CONTAINS_ARM_LAYOUT","features":[20]},{"name":"RPCFLG_NON_NDR","features":[20]},{"name":"RPCFLG_SENDER_WAITING_FOR_REPLY","features":[20]},{"name":"RPCFLG_WINRT_REMOTE_ASYNC","features":[20]},{"name":"RPCHTTP_RS_ACCESS_1","features":[20]},{"name":"RPCHTTP_RS_ACCESS_2","features":[20]},{"name":"RPCHTTP_RS_INTERFACE","features":[20]},{"name":"RPCHTTP_RS_REDIRECT","features":[20]},{"name":"RPCHTTP_RS_SESSION","features":[20]},{"name":"RPCLT_PDU_FILTER_FUNC","features":[20]},{"name":"RPC_ADDRESS_CHANGE_FN","features":[20]},{"name":"RPC_ADDRESS_CHANGE_TYPE","features":[20]},{"name":"RPC_ASYNC_EVENT","features":[20]},{"name":"RPC_ASYNC_NOTIFICATION_INFO","features":[1,7,20]},{"name":"RPC_ASYNC_STATE","features":[1,7,20]},{"name":"RPC_AUTH_KEY_RETRIEVAL_FN","features":[20]},{"name":"RPC_BHO_DONTLINGER","features":[20]},{"name":"RPC_BHO_EXCLUSIVE_AND_GUARANTEED","features":[20]},{"name":"RPC_BHO_NONCAUSAL","features":[20]},{"name":"RPC_BHT_OBJECT_UUID_VALID","features":[20]},{"name":"RPC_BINDING_HANDLE_OPTIONS_FLAGS","features":[20]},{"name":"RPC_BINDING_HANDLE_OPTIONS_V1","features":[20]},{"name":"RPC_BINDING_HANDLE_SECURITY_V1_A","features":[43,20]},{"name":"RPC_BINDING_HANDLE_SECURITY_V1_W","features":[43,20]},{"name":"RPC_BINDING_HANDLE_TEMPLATE_V1_A","features":[20]},{"name":"RPC_BINDING_HANDLE_TEMPLATE_V1_W","features":[20]},{"name":"RPC_BINDING_VECTOR","features":[20]},{"name":"RPC_BLOCKING_FN","features":[20]},{"name":"RPC_BUFFER_ASYNC","features":[20]},{"name":"RPC_BUFFER_COMPLETE","features":[20]},{"name":"RPC_BUFFER_EXTRA","features":[20]},{"name":"RPC_BUFFER_NONOTIFY","features":[20]},{"name":"RPC_BUFFER_PARTIAL","features":[20]},{"name":"RPC_CALL_ATTRIBUTES_V1_A","features":[1,20]},{"name":"RPC_CALL_ATTRIBUTES_V1_W","features":[1,20]},{"name":"RPC_CALL_ATTRIBUTES_V2_A","features":[1,20]},{"name":"RPC_CALL_ATTRIBUTES_V2_W","features":[1,20]},{"name":"RPC_CALL_ATTRIBUTES_V3_A","features":[1,20]},{"name":"RPC_CALL_ATTRIBUTES_V3_W","features":[1,20]},{"name":"RPC_CALL_ATTRIBUTES_VERSION","features":[20]},{"name":"RPC_CALL_LOCAL_ADDRESS_V1","features":[20]},{"name":"RPC_CALL_STATUS_CANCELLED","features":[20]},{"name":"RPC_CALL_STATUS_DISCONNECTED","features":[20]},{"name":"RPC_CLIENT_ALLOC","features":[20]},{"name":"RPC_CLIENT_FREE","features":[20]},{"name":"RPC_CLIENT_INFORMATION1","features":[20]},{"name":"RPC_CLIENT_INTERFACE","features":[20]},{"name":"RPC_CONTEXT_HANDLE_DEFAULT_FLAGS","features":[20]},{"name":"RPC_CONTEXT_HANDLE_DONT_SERIALIZE","features":[20]},{"name":"RPC_CONTEXT_HANDLE_FLAGS","features":[20]},{"name":"RPC_CONTEXT_HANDLE_SERIALIZE","features":[20]},{"name":"RPC_C_AUTHN_CLOUD_AP","features":[20]},{"name":"RPC_C_AUTHN_DCE_PRIVATE","features":[20]},{"name":"RPC_C_AUTHN_DCE_PUBLIC","features":[20]},{"name":"RPC_C_AUTHN_DEC_PUBLIC","features":[20]},{"name":"RPC_C_AUTHN_DEFAULT","features":[20]},{"name":"RPC_C_AUTHN_DIGEST","features":[20]},{"name":"RPC_C_AUTHN_DPA","features":[20]},{"name":"RPC_C_AUTHN_GSS_KERBEROS","features":[20]},{"name":"RPC_C_AUTHN_GSS_NEGOTIATE","features":[20]},{"name":"RPC_C_AUTHN_GSS_SCHANNEL","features":[20]},{"name":"RPC_C_AUTHN_INFO_NONE","features":[20]},{"name":"RPC_C_AUTHN_INFO_TYPE","features":[20]},{"name":"RPC_C_AUTHN_INFO_TYPE_HTTP","features":[20]},{"name":"RPC_C_AUTHN_KERNEL","features":[20]},{"name":"RPC_C_AUTHN_LIVEXP_SSP","features":[20]},{"name":"RPC_C_AUTHN_LIVE_SSP","features":[20]},{"name":"RPC_C_AUTHN_MQ","features":[20]},{"name":"RPC_C_AUTHN_MSN","features":[20]},{"name":"RPC_C_AUTHN_MSONLINE","features":[20]},{"name":"RPC_C_AUTHN_NEGO_EXTENDER","features":[20]},{"name":"RPC_C_AUTHN_NONE","features":[20]},{"name":"RPC_C_AUTHN_PKU2U","features":[20]},{"name":"RPC_C_AUTHN_WINNT","features":[20]},{"name":"RPC_C_AUTHZ_DCE","features":[20]},{"name":"RPC_C_AUTHZ_DEFAULT","features":[20]},{"name":"RPC_C_AUTHZ_NAME","features":[20]},{"name":"RPC_C_AUTHZ_NONE","features":[20]},{"name":"RPC_C_BINDING_DEFAULT_TIMEOUT","features":[20]},{"name":"RPC_C_BINDING_INFINITE_TIMEOUT","features":[20]},{"name":"RPC_C_BINDING_MAX_TIMEOUT","features":[20]},{"name":"RPC_C_BINDING_MIN_TIMEOUT","features":[20]},{"name":"RPC_C_BIND_TO_ALL_NICS","features":[20]},{"name":"RPC_C_CANCEL_INFINITE_TIMEOUT","features":[20]},{"name":"RPC_C_DONT_FAIL","features":[20]},{"name":"RPC_C_EP_ALL_ELTS","features":[20]},{"name":"RPC_C_EP_MATCH_BY_BOTH","features":[20]},{"name":"RPC_C_EP_MATCH_BY_IF","features":[20]},{"name":"RPC_C_EP_MATCH_BY_OBJ","features":[20]},{"name":"RPC_C_FULL_CERT_CHAIN","features":[20]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_BASIC","features":[20]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_CERT","features":[20]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_DIGEST","features":[20]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_NEGOTIATE","features":[20]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_NTLM","features":[20]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_PASSPORT","features":[20]},{"name":"RPC_C_HTTP_AUTHN_TARGET","features":[20]},{"name":"RPC_C_HTTP_AUTHN_TARGET_PROXY","features":[20]},{"name":"RPC_C_HTTP_AUTHN_TARGET_SERVER","features":[20]},{"name":"RPC_C_HTTP_FLAGS","features":[20]},{"name":"RPC_C_HTTP_FLAG_ENABLE_CERT_REVOCATION_CHECK","features":[20]},{"name":"RPC_C_HTTP_FLAG_IGNORE_CERT_CN_INVALID","features":[20]},{"name":"RPC_C_HTTP_FLAG_USE_FIRST_AUTH_SCHEME","features":[20]},{"name":"RPC_C_HTTP_FLAG_USE_SSL","features":[20]},{"name":"RPC_C_LISTEN_MAX_CALLS_DEFAULT","features":[20]},{"name":"RPC_C_MGMT_INQ_IF_IDS","features":[20]},{"name":"RPC_C_MGMT_INQ_PRINC_NAME","features":[20]},{"name":"RPC_C_MGMT_INQ_STATS","features":[20]},{"name":"RPC_C_MGMT_IS_SERVER_LISTEN","features":[20]},{"name":"RPC_C_MGMT_STOP_SERVER_LISTEN","features":[20]},{"name":"RPC_C_MQ_AUTHN_LEVEL_NONE","features":[20]},{"name":"RPC_C_MQ_AUTHN_LEVEL_PKT_INTEGRITY","features":[20]},{"name":"RPC_C_MQ_AUTHN_LEVEL_PKT_PRIVACY","features":[20]},{"name":"RPC_C_MQ_CLEAR_ON_OPEN","features":[20]},{"name":"RPC_C_MQ_EXPRESS","features":[20]},{"name":"RPC_C_MQ_JOURNAL_ALWAYS","features":[20]},{"name":"RPC_C_MQ_JOURNAL_DEADLETTER","features":[20]},{"name":"RPC_C_MQ_JOURNAL_NONE","features":[20]},{"name":"RPC_C_MQ_PERMANENT","features":[20]},{"name":"RPC_C_MQ_RECOVERABLE","features":[20]},{"name":"RPC_C_MQ_TEMPORARY","features":[20]},{"name":"RPC_C_MQ_USE_EXISTING_SECURITY","features":[20]},{"name":"RPC_C_NOTIFY_ON_SEND_COMPLETE","features":[20]},{"name":"RPC_C_NS_DEFAULT_EXP_AGE","features":[20]},{"name":"RPC_C_NS_SYNTAX_DCE","features":[20]},{"name":"RPC_C_NS_SYNTAX_DEFAULT","features":[20]},{"name":"RPC_C_OPT_ASYNC_BLOCK","features":[20]},{"name":"RPC_C_OPT_BINDING_NONCAUSAL","features":[20]},{"name":"RPC_C_OPT_CALL_TIMEOUT","features":[20]},{"name":"RPC_C_OPT_COOKIE_AUTH","features":[20]},{"name":"RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR","features":[20]},{"name":"RPC_C_OPT_DONT_LINGER","features":[20]},{"name":"RPC_C_OPT_MAX_OPTIONS","features":[20]},{"name":"RPC_C_OPT_MQ_ACKNOWLEDGE","features":[20]},{"name":"RPC_C_OPT_MQ_AUTHN_LEVEL","features":[20]},{"name":"RPC_C_OPT_MQ_AUTHN_SERVICE","features":[20]},{"name":"RPC_C_OPT_MQ_DELIVERY","features":[20]},{"name":"RPC_C_OPT_MQ_JOURNAL","features":[20]},{"name":"RPC_C_OPT_MQ_PRIORITY","features":[20]},{"name":"RPC_C_OPT_MQ_TIME_TO_BE_RECEIVED","features":[20]},{"name":"RPC_C_OPT_MQ_TIME_TO_REACH_QUEUE","features":[20]},{"name":"RPC_C_OPT_OPTIMIZE_TIME","features":[20]},{"name":"RPC_C_OPT_PRIVATE_BREAK_ON_SUSPEND","features":[20]},{"name":"RPC_C_OPT_PRIVATE_DO_NOT_DISTURB","features":[20]},{"name":"RPC_C_OPT_PRIVATE_SUPPRESS_WAKE","features":[20]},{"name":"RPC_C_OPT_RESOURCE_TYPE_UUID","features":[20]},{"name":"RPC_C_OPT_SECURITY_CALLBACK","features":[20]},{"name":"RPC_C_OPT_SESSION_ID","features":[20]},{"name":"RPC_C_OPT_TRANS_SEND_BUFFER_SIZE","features":[20]},{"name":"RPC_C_OPT_TRUST_PEER","features":[20]},{"name":"RPC_C_OPT_UNIQUE_BINDING","features":[20]},{"name":"RPC_C_PARM_BUFFER_LENGTH","features":[20]},{"name":"RPC_C_PARM_MAX_PACKET_LENGTH","features":[20]},{"name":"RPC_C_PROFILE_ALL_ELT","features":[20]},{"name":"RPC_C_PROFILE_ALL_ELTS","features":[20]},{"name":"RPC_C_PROFILE_DEFAULT_ELT","features":[20]},{"name":"RPC_C_PROFILE_MATCH_BY_BOTH","features":[20]},{"name":"RPC_C_PROFILE_MATCH_BY_IF","features":[20]},{"name":"RPC_C_PROFILE_MATCH_BY_MBR","features":[20]},{"name":"RPC_C_PROTSEQ_MAX_REQS_DEFAULT","features":[20]},{"name":"RPC_C_QOS_CAPABILITIES","features":[20]},{"name":"RPC_C_QOS_CAPABILITIES_ANY_AUTHORITY","features":[20]},{"name":"RPC_C_QOS_CAPABILITIES_DEFAULT","features":[20]},{"name":"RPC_C_QOS_CAPABILITIES_IGNORE_DELEGATE_FAILURE","features":[20]},{"name":"RPC_C_QOS_CAPABILITIES_LOCAL_MA_HINT","features":[20]},{"name":"RPC_C_QOS_CAPABILITIES_MAKE_FULLSIC","features":[20]},{"name":"RPC_C_QOS_CAPABILITIES_MUTUAL_AUTH","features":[20]},{"name":"RPC_C_QOS_CAPABILITIES_SCHANNEL_FULL_AUTH_IDENTITY","features":[20]},{"name":"RPC_C_QOS_IDENTITY","features":[20]},{"name":"RPC_C_QOS_IDENTITY_DYNAMIC","features":[20]},{"name":"RPC_C_QOS_IDENTITY_STATIC","features":[20]},{"name":"RPC_C_RPCHTTP_USE_LOAD_BALANCE","features":[20]},{"name":"RPC_C_SECURITY_QOS_VERSION","features":[20]},{"name":"RPC_C_SECURITY_QOS_VERSION_1","features":[20]},{"name":"RPC_C_SECURITY_QOS_VERSION_2","features":[20]},{"name":"RPC_C_SECURITY_QOS_VERSION_3","features":[20]},{"name":"RPC_C_SECURITY_QOS_VERSION_4","features":[20]},{"name":"RPC_C_SECURITY_QOS_VERSION_5","features":[20]},{"name":"RPC_C_STATS_CALLS_IN","features":[20]},{"name":"RPC_C_STATS_CALLS_OUT","features":[20]},{"name":"RPC_C_STATS_PKTS_IN","features":[20]},{"name":"RPC_C_STATS_PKTS_OUT","features":[20]},{"name":"RPC_C_TRY_ENFORCE_MAX_CALLS","features":[20]},{"name":"RPC_C_USE_INTERNET_PORT","features":[20]},{"name":"RPC_C_USE_INTRANET_PORT","features":[20]},{"name":"RPC_C_VERS_ALL","features":[20]},{"name":"RPC_C_VERS_COMPATIBLE","features":[20]},{"name":"RPC_C_VERS_EXACT","features":[20]},{"name":"RPC_C_VERS_MAJOR_ONLY","features":[20]},{"name":"RPC_C_VERS_UPTO","features":[20]},{"name":"RPC_DISPATCH_FUNCTION","features":[20]},{"name":"RPC_DISPATCH_TABLE","features":[20]},{"name":"RPC_EEINFO_VERSION","features":[20]},{"name":"RPC_EE_INFO_PARAM","features":[20]},{"name":"RPC_ENDPOINT_TEMPLATEA","features":[20]},{"name":"RPC_ENDPOINT_TEMPLATEW","features":[20]},{"name":"RPC_ERROR_ENUM_HANDLE","features":[20]},{"name":"RPC_EXTENDED_ERROR_INFO","features":[1,20]},{"name":"RPC_FLAGS_VALID_BIT","features":[20]},{"name":"RPC_FORWARD_FUNCTION","features":[20]},{"name":"RPC_FW_IF_FLAG_DCOM","features":[20]},{"name":"RPC_HTTP_PROXY_FREE_STRING","features":[20]},{"name":"RPC_HTTP_REDIRECTOR_STAGE","features":[20]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_A","features":[20]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A","features":[20]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V2_W","features":[20]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V3_A","features":[20]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W","features":[20]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_W","features":[20]},{"name":"RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH","features":[20]},{"name":"RPC_IF_ALLOW_LOCAL_ONLY","features":[20]},{"name":"RPC_IF_ALLOW_SECURE_ONLY","features":[20]},{"name":"RPC_IF_ALLOW_UNKNOWN_AUTHORITY","features":[20]},{"name":"RPC_IF_ASYNC_CALLBACK","features":[20]},{"name":"RPC_IF_AUTOLISTEN","features":[20]},{"name":"RPC_IF_CALLBACK_FN","features":[20]},{"name":"RPC_IF_ID","features":[20]},{"name":"RPC_IF_ID_VECTOR","features":[20]},{"name":"RPC_IF_OLE","features":[20]},{"name":"RPC_IF_SEC_CACHE_PER_PROC","features":[20]},{"name":"RPC_IF_SEC_NO_CACHE","features":[20]},{"name":"RPC_IMPORT_CONTEXT_P","features":[20]},{"name":"RPC_INTERFACE_GROUP_IDLE_CALLBACK_FN","features":[20]},{"name":"RPC_INTERFACE_HAS_PIPES","features":[20]},{"name":"RPC_INTERFACE_TEMPLATEA","features":[20]},{"name":"RPC_INTERFACE_TEMPLATEW","features":[20]},{"name":"RPC_MESSAGE","features":[20]},{"name":"RPC_MGMT_AUTHORIZATION_FN","features":[20]},{"name":"RPC_NCA_FLAGS_BROADCAST","features":[20]},{"name":"RPC_NCA_FLAGS_DEFAULT","features":[20]},{"name":"RPC_NCA_FLAGS_IDEMPOTENT","features":[20]},{"name":"RPC_NCA_FLAGS_MAYBE","features":[20]},{"name":"RPC_NEW_HTTP_PROXY_CHANNEL","features":[20]},{"name":"RPC_NOTIFICATIONS","features":[20]},{"name":"RPC_NOTIFICATION_TYPES","features":[20]},{"name":"RPC_OBJECT_INQ_FN","features":[20]},{"name":"RPC_POLICY","features":[20]},{"name":"RPC_PROTSEQ_ENDPOINT","features":[20]},{"name":"RPC_PROTSEQ_HTTP","features":[20]},{"name":"RPC_PROTSEQ_LRPC","features":[20]},{"name":"RPC_PROTSEQ_NMP","features":[20]},{"name":"RPC_PROTSEQ_TCP","features":[20]},{"name":"RPC_PROTSEQ_VECTORA","features":[20]},{"name":"RPC_PROTSEQ_VECTORW","features":[20]},{"name":"RPC_PROXY_CONNECTION_TYPE_IN_PROXY","features":[20]},{"name":"RPC_PROXY_CONNECTION_TYPE_OUT_PROXY","features":[20]},{"name":"RPC_P_ADDR_FORMAT_TCP_IPV4","features":[20]},{"name":"RPC_P_ADDR_FORMAT_TCP_IPV6","features":[20]},{"name":"RPC_QUERY_CALL_LOCAL_ADDRESS","features":[20]},{"name":"RPC_QUERY_CLIENT_ID","features":[20]},{"name":"RPC_QUERY_CLIENT_PID","features":[20]},{"name":"RPC_QUERY_CLIENT_PRINCIPAL_NAME","features":[20]},{"name":"RPC_QUERY_IS_CLIENT_LOCAL","features":[20]},{"name":"RPC_QUERY_NO_AUTH_REQUIRED","features":[20]},{"name":"RPC_QUERY_SERVER_PRINCIPAL_NAME","features":[20]},{"name":"RPC_SECURITY_CALLBACK_FN","features":[20]},{"name":"RPC_SECURITY_QOS","features":[43,20]},{"name":"RPC_SECURITY_QOS_V2_A","features":[43,20]},{"name":"RPC_SECURITY_QOS_V2_W","features":[43,20]},{"name":"RPC_SECURITY_QOS_V3_A","features":[43,20]},{"name":"RPC_SECURITY_QOS_V3_W","features":[43,20]},{"name":"RPC_SECURITY_QOS_V4_A","features":[43,20]},{"name":"RPC_SECURITY_QOS_V4_W","features":[43,20]},{"name":"RPC_SECURITY_QOS_V5_A","features":[43,20]},{"name":"RPC_SECURITY_QOS_V5_W","features":[43,20]},{"name":"RPC_SEC_CONTEXT_KEY_INFO","features":[20]},{"name":"RPC_SERVER_INTERFACE","features":[20]},{"name":"RPC_SETFILTER_FUNC","features":[20]},{"name":"RPC_STATS_VECTOR","features":[20]},{"name":"RPC_STATUS","features":[20]},{"name":"RPC_SYNTAX_IDENTIFIER","features":[20]},{"name":"RPC_SYSTEM_HANDLE_FREE_ALL","features":[20]},{"name":"RPC_SYSTEM_HANDLE_FREE_ERROR_ON_CLOSE","features":[20]},{"name":"RPC_SYSTEM_HANDLE_FREE_RETRIEVED","features":[20]},{"name":"RPC_SYSTEM_HANDLE_FREE_UNRETRIEVED","features":[20]},{"name":"RPC_S_ACCESS_DENIED","features":[20]},{"name":"RPC_S_ADDRESS_ERROR","features":[20]},{"name":"RPC_S_ALREADY_LISTENING","features":[20]},{"name":"RPC_S_ALREADY_REGISTERED","features":[20]},{"name":"RPC_S_ASYNC_CALL_PENDING","features":[20]},{"name":"RPC_S_BINDING_HAS_NO_AUTH","features":[20]},{"name":"RPC_S_BINDING_INCOMPLETE","features":[20]},{"name":"RPC_S_BUFFER_TOO_SMALL","features":[20]},{"name":"RPC_S_CALL_CANCELLED","features":[20]},{"name":"RPC_S_CALL_FAILED","features":[20]},{"name":"RPC_S_CALL_FAILED_DNE","features":[20]},{"name":"RPC_S_CALL_IN_PROGRESS","features":[20]},{"name":"RPC_S_CANNOT_SUPPORT","features":[20]},{"name":"RPC_S_CANT_CREATE_ENDPOINT","features":[20]},{"name":"RPC_S_COMM_FAILURE","features":[20]},{"name":"RPC_S_COOKIE_AUTH_FAILED","features":[20]},{"name":"RPC_S_DO_NOT_DISTURB","features":[20]},{"name":"RPC_S_DUPLICATE_ENDPOINT","features":[20]},{"name":"RPC_S_ENTRY_ALREADY_EXISTS","features":[20]},{"name":"RPC_S_ENTRY_NOT_FOUND","features":[20]},{"name":"RPC_S_ENTRY_TYPE_MISMATCH","features":[20]},{"name":"RPC_S_FP_DIV_ZERO","features":[20]},{"name":"RPC_S_FP_OVERFLOW","features":[20]},{"name":"RPC_S_FP_UNDERFLOW","features":[20]},{"name":"RPC_S_GROUP_MEMBER_NOT_FOUND","features":[20]},{"name":"RPC_S_GRP_ELT_NOT_ADDED","features":[20]},{"name":"RPC_S_GRP_ELT_NOT_REMOVED","features":[20]},{"name":"RPC_S_INCOMPLETE_NAME","features":[20]},{"name":"RPC_S_INTERFACE_NOT_EXPORTED","features":[20]},{"name":"RPC_S_INTERFACE_NOT_FOUND","features":[20]},{"name":"RPC_S_INTERNAL_ERROR","features":[20]},{"name":"RPC_S_INVALID_ARG","features":[20]},{"name":"RPC_S_INVALID_ASYNC_CALL","features":[20]},{"name":"RPC_S_INVALID_ASYNC_HANDLE","features":[20]},{"name":"RPC_S_INVALID_AUTH_IDENTITY","features":[20]},{"name":"RPC_S_INVALID_BINDING","features":[20]},{"name":"RPC_S_INVALID_BOUND","features":[20]},{"name":"RPC_S_INVALID_ENDPOINT_FORMAT","features":[20]},{"name":"RPC_S_INVALID_LEVEL","features":[20]},{"name":"RPC_S_INVALID_NAF_ID","features":[20]},{"name":"RPC_S_INVALID_NAME_SYNTAX","features":[20]},{"name":"RPC_S_INVALID_NETWORK_OPTIONS","features":[20]},{"name":"RPC_S_INVALID_NET_ADDR","features":[20]},{"name":"RPC_S_INVALID_OBJECT","features":[20]},{"name":"RPC_S_INVALID_RPC_PROTSEQ","features":[20]},{"name":"RPC_S_INVALID_SECURITY_DESC","features":[20]},{"name":"RPC_S_INVALID_STRING_BINDING","features":[20]},{"name":"RPC_S_INVALID_STRING_UUID","features":[20]},{"name":"RPC_S_INVALID_TAG","features":[20]},{"name":"RPC_S_INVALID_TIMEOUT","features":[20]},{"name":"RPC_S_INVALID_VERS_OPTION","features":[20]},{"name":"RPC_S_MAX_CALLS_TOO_SMALL","features":[20]},{"name":"RPC_S_NAME_SERVICE_UNAVAILABLE","features":[20]},{"name":"RPC_S_NOTHING_TO_EXPORT","features":[20]},{"name":"RPC_S_NOT_ALL_OBJS_EXPORTED","features":[20]},{"name":"RPC_S_NOT_ALL_OBJS_UNEXPORTED","features":[20]},{"name":"RPC_S_NOT_CANCELLED","features":[20]},{"name":"RPC_S_NOT_ENOUGH_QUOTA","features":[20]},{"name":"RPC_S_NOT_LISTENING","features":[20]},{"name":"RPC_S_NOT_RPC_ERROR","features":[20]},{"name":"RPC_S_NO_BINDINGS","features":[20]},{"name":"RPC_S_NO_CALL_ACTIVE","features":[20]},{"name":"RPC_S_NO_CONTEXT_AVAILABLE","features":[20]},{"name":"RPC_S_NO_ENDPOINT_FOUND","features":[20]},{"name":"RPC_S_NO_ENTRY_NAME","features":[20]},{"name":"RPC_S_NO_INTERFACES","features":[20]},{"name":"RPC_S_NO_MORE_BINDINGS","features":[20]},{"name":"RPC_S_NO_MORE_MEMBERS","features":[20]},{"name":"RPC_S_NO_PRINC_NAME","features":[20]},{"name":"RPC_S_NO_PROTSEQS","features":[20]},{"name":"RPC_S_NO_PROTSEQS_REGISTERED","features":[20]},{"name":"RPC_S_OBJECT_NOT_FOUND","features":[20]},{"name":"RPC_S_OK","features":[20]},{"name":"RPC_S_OUT_OF_MEMORY","features":[20]},{"name":"RPC_S_OUT_OF_RESOURCES","features":[20]},{"name":"RPC_S_OUT_OF_THREADS","features":[20]},{"name":"RPC_S_PRF_ELT_NOT_ADDED","features":[20]},{"name":"RPC_S_PRF_ELT_NOT_REMOVED","features":[20]},{"name":"RPC_S_PROCNUM_OUT_OF_RANGE","features":[20]},{"name":"RPC_S_PROFILE_NOT_ADDED","features":[20]},{"name":"RPC_S_PROTOCOL_ERROR","features":[20]},{"name":"RPC_S_PROTSEQ_NOT_FOUND","features":[20]},{"name":"RPC_S_PROTSEQ_NOT_SUPPORTED","features":[20]},{"name":"RPC_S_PROXY_ACCESS_DENIED","features":[20]},{"name":"RPC_S_RUNTIME_UNINITIALIZED","features":[20]},{"name":"RPC_S_SEC_PKG_ERROR","features":[20]},{"name":"RPC_S_SEND_INCOMPLETE","features":[20]},{"name":"RPC_S_SERVER_OUT_OF_MEMORY","features":[20]},{"name":"RPC_S_SERVER_TOO_BUSY","features":[20]},{"name":"RPC_S_SERVER_UNAVAILABLE","features":[20]},{"name":"RPC_S_STRING_TOO_LONG","features":[20]},{"name":"RPC_S_SYSTEM_HANDLE_COUNT_EXCEEDED","features":[20]},{"name":"RPC_S_SYSTEM_HANDLE_TYPE_MISMATCH","features":[20]},{"name":"RPC_S_TIMEOUT","features":[20]},{"name":"RPC_S_TYPE_ALREADY_REGISTERED","features":[20]},{"name":"RPC_S_UNKNOWN_AUTHN_LEVEL","features":[20]},{"name":"RPC_S_UNKNOWN_AUTHN_SERVICE","features":[20]},{"name":"RPC_S_UNKNOWN_AUTHN_TYPE","features":[20]},{"name":"RPC_S_UNKNOWN_AUTHZ_SERVICE","features":[20]},{"name":"RPC_S_UNKNOWN_IF","features":[20]},{"name":"RPC_S_UNKNOWN_MGR_TYPE","features":[20]},{"name":"RPC_S_UNKNOWN_PRINCIPAL","features":[20]},{"name":"RPC_S_UNSUPPORTED_AUTHN_LEVEL","features":[20]},{"name":"RPC_S_UNSUPPORTED_NAME_SYNTAX","features":[20]},{"name":"RPC_S_UNSUPPORTED_TRANS_SYN","features":[20]},{"name":"RPC_S_UNSUPPORTED_TYPE","features":[20]},{"name":"RPC_S_UUID_LOCAL_ONLY","features":[20]},{"name":"RPC_S_UUID_NO_ADDRESS","features":[20]},{"name":"RPC_S_WRONG_KIND_OF_BINDING","features":[20]},{"name":"RPC_S_ZERO_DIVIDE","features":[20]},{"name":"RPC_TRANSFER_SYNTAX","features":[20]},{"name":"RPC_TYPE_DISCONNECT_EVENT_CONTEXT_HANDLE","features":[20]},{"name":"RPC_TYPE_STRICT_CONTEXT_HANDLE","features":[20]},{"name":"RPC_VERSION","features":[20]},{"name":"RpcAsyncAbortCall","features":[1,7,20]},{"name":"RpcAsyncCancelCall","features":[1,7,20]},{"name":"RpcAsyncCompleteCall","features":[1,7,20]},{"name":"RpcAsyncGetCallStatus","features":[1,7,20]},{"name":"RpcAsyncInitializeHandle","features":[1,7,20]},{"name":"RpcAsyncRegisterInfo","features":[1,7,20]},{"name":"RpcAttemptedLbsDecisions","features":[20]},{"name":"RpcAttemptedLbsMessages","features":[20]},{"name":"RpcBackEndConnectionAttempts","features":[20]},{"name":"RpcBackEndConnectionFailed","features":[20]},{"name":"RpcBindingBind","features":[1,7,20]},{"name":"RpcBindingCopy","features":[20]},{"name":"RpcBindingCreateA","features":[43,20]},{"name":"RpcBindingCreateW","features":[43,20]},{"name":"RpcBindingFree","features":[20]},{"name":"RpcBindingFromStringBindingA","features":[20]},{"name":"RpcBindingFromStringBindingW","features":[20]},{"name":"RpcBindingInqAuthClientA","features":[20]},{"name":"RpcBindingInqAuthClientExA","features":[20]},{"name":"RpcBindingInqAuthClientExW","features":[20]},{"name":"RpcBindingInqAuthClientW","features":[20]},{"name":"RpcBindingInqAuthInfoA","features":[20]},{"name":"RpcBindingInqAuthInfoExA","features":[43,20]},{"name":"RpcBindingInqAuthInfoExW","features":[43,20]},{"name":"RpcBindingInqAuthInfoW","features":[20]},{"name":"RpcBindingInqMaxCalls","features":[20]},{"name":"RpcBindingInqObject","features":[20]},{"name":"RpcBindingInqOption","features":[20]},{"name":"RpcBindingReset","features":[20]},{"name":"RpcBindingServerFromClient","features":[20]},{"name":"RpcBindingSetAuthInfoA","features":[20]},{"name":"RpcBindingSetAuthInfoExA","features":[43,20]},{"name":"RpcBindingSetAuthInfoExW","features":[43,20]},{"name":"RpcBindingSetAuthInfoW","features":[20]},{"name":"RpcBindingSetObject","features":[20]},{"name":"RpcBindingSetOption","features":[20]},{"name":"RpcBindingToStringBindingA","features":[20]},{"name":"RpcBindingToStringBindingW","features":[20]},{"name":"RpcBindingUnbind","features":[20]},{"name":"RpcBindingVectorFree","features":[20]},{"name":"RpcCallClientLocality","features":[20]},{"name":"RpcCallComplete","features":[20]},{"name":"RpcCallType","features":[20]},{"name":"RpcCancelThread","features":[20]},{"name":"RpcCancelThreadEx","features":[20]},{"name":"RpcCertGeneratePrincipalNameA","features":[1,75,20]},{"name":"RpcCertGeneratePrincipalNameW","features":[1,75,20]},{"name":"RpcClientCancel","features":[20]},{"name":"RpcClientDisconnect","features":[20]},{"name":"RpcCurrentUniqueUser","features":[20]},{"name":"RpcEpRegisterA","features":[20]},{"name":"RpcEpRegisterNoReplaceA","features":[20]},{"name":"RpcEpRegisterNoReplaceW","features":[20]},{"name":"RpcEpRegisterW","features":[20]},{"name":"RpcEpResolveBinding","features":[20]},{"name":"RpcEpUnregister","features":[20]},{"name":"RpcErrorAddRecord","features":[1,20]},{"name":"RpcErrorClearInformation","features":[20]},{"name":"RpcErrorEndEnumeration","features":[20]},{"name":"RpcErrorGetNextRecord","features":[1,20]},{"name":"RpcErrorGetNumberOfRecords","features":[20]},{"name":"RpcErrorLoadErrorInfo","features":[20]},{"name":"RpcErrorResetEnumeration","features":[20]},{"name":"RpcErrorSaveErrorInfo","features":[20]},{"name":"RpcErrorStartEnumeration","features":[20]},{"name":"RpcExceptionFilter","features":[20]},{"name":"RpcFailedLbsDecisions","features":[20]},{"name":"RpcFailedLbsMessages","features":[20]},{"name":"RpcFreeAuthorizationContext","features":[20]},{"name":"RpcGetAuthorizationContextForClient","features":[1,20]},{"name":"RpcIfIdVectorFree","features":[20]},{"name":"RpcIfInqId","features":[20]},{"name":"RpcImpersonateClient","features":[20]},{"name":"RpcImpersonateClient2","features":[20]},{"name":"RpcImpersonateClientContainer","features":[20]},{"name":"RpcIncomingBandwidth","features":[20]},{"name":"RpcIncomingConnections","features":[20]},{"name":"RpcLastCounter","features":[20]},{"name":"RpcLocalAddressFormat","features":[20]},{"name":"RpcMgmtEnableIdleCleanup","features":[20]},{"name":"RpcMgmtEpEltInqBegin","features":[20]},{"name":"RpcMgmtEpEltInqDone","features":[20]},{"name":"RpcMgmtEpEltInqNextA","features":[20]},{"name":"RpcMgmtEpEltInqNextW","features":[20]},{"name":"RpcMgmtEpUnregister","features":[20]},{"name":"RpcMgmtInqComTimeout","features":[20]},{"name":"RpcMgmtInqDefaultProtectLevel","features":[20]},{"name":"RpcMgmtInqIfIds","features":[20]},{"name":"RpcMgmtInqServerPrincNameA","features":[20]},{"name":"RpcMgmtInqServerPrincNameW","features":[20]},{"name":"RpcMgmtInqStats","features":[20]},{"name":"RpcMgmtIsServerListening","features":[20]},{"name":"RpcMgmtSetAuthorizationFn","features":[20]},{"name":"RpcMgmtSetCancelTimeout","features":[20]},{"name":"RpcMgmtSetComTimeout","features":[20]},{"name":"RpcMgmtSetServerStackSize","features":[20]},{"name":"RpcMgmtStatsVectorFree","features":[20]},{"name":"RpcMgmtStopServerListening","features":[20]},{"name":"RpcMgmtWaitServerListen","features":[20]},{"name":"RpcNetworkInqProtseqsA","features":[20]},{"name":"RpcNetworkInqProtseqsW","features":[20]},{"name":"RpcNetworkIsProtseqValidA","features":[20]},{"name":"RpcNetworkIsProtseqValidW","features":[20]},{"name":"RpcNotificationCallCancel","features":[20]},{"name":"RpcNotificationCallNone","features":[20]},{"name":"RpcNotificationClientDisconnect","features":[20]},{"name":"RpcNotificationTypeApc","features":[20]},{"name":"RpcNotificationTypeCallback","features":[20]},{"name":"RpcNotificationTypeEvent","features":[20]},{"name":"RpcNotificationTypeHwnd","features":[20]},{"name":"RpcNotificationTypeIoc","features":[20]},{"name":"RpcNotificationTypeNone","features":[20]},{"name":"RpcNsBindingExportA","features":[20]},{"name":"RpcNsBindingExportPnPA","features":[20]},{"name":"RpcNsBindingExportPnPW","features":[20]},{"name":"RpcNsBindingExportW","features":[20]},{"name":"RpcNsBindingImportBeginA","features":[20]},{"name":"RpcNsBindingImportBeginW","features":[20]},{"name":"RpcNsBindingImportDone","features":[20]},{"name":"RpcNsBindingImportNext","features":[20]},{"name":"RpcNsBindingInqEntryNameA","features":[20]},{"name":"RpcNsBindingInqEntryNameW","features":[20]},{"name":"RpcNsBindingLookupBeginA","features":[20]},{"name":"RpcNsBindingLookupBeginW","features":[20]},{"name":"RpcNsBindingLookupDone","features":[20]},{"name":"RpcNsBindingLookupNext","features":[20]},{"name":"RpcNsBindingSelect","features":[20]},{"name":"RpcNsBindingUnexportA","features":[20]},{"name":"RpcNsBindingUnexportPnPA","features":[20]},{"name":"RpcNsBindingUnexportPnPW","features":[20]},{"name":"RpcNsBindingUnexportW","features":[20]},{"name":"RpcNsEntryExpandNameA","features":[20]},{"name":"RpcNsEntryExpandNameW","features":[20]},{"name":"RpcNsEntryObjectInqBeginA","features":[20]},{"name":"RpcNsEntryObjectInqBeginW","features":[20]},{"name":"RpcNsEntryObjectInqDone","features":[20]},{"name":"RpcNsEntryObjectInqNext","features":[20]},{"name":"RpcNsGroupDeleteA","features":[20]},{"name":"RpcNsGroupDeleteW","features":[20]},{"name":"RpcNsGroupMbrAddA","features":[20]},{"name":"RpcNsGroupMbrAddW","features":[20]},{"name":"RpcNsGroupMbrInqBeginA","features":[20]},{"name":"RpcNsGroupMbrInqBeginW","features":[20]},{"name":"RpcNsGroupMbrInqDone","features":[20]},{"name":"RpcNsGroupMbrInqNextA","features":[20]},{"name":"RpcNsGroupMbrInqNextW","features":[20]},{"name":"RpcNsGroupMbrRemoveA","features":[20]},{"name":"RpcNsGroupMbrRemoveW","features":[20]},{"name":"RpcNsMgmtBindingUnexportA","features":[20]},{"name":"RpcNsMgmtBindingUnexportW","features":[20]},{"name":"RpcNsMgmtEntryCreateA","features":[20]},{"name":"RpcNsMgmtEntryCreateW","features":[20]},{"name":"RpcNsMgmtEntryDeleteA","features":[20]},{"name":"RpcNsMgmtEntryDeleteW","features":[20]},{"name":"RpcNsMgmtEntryInqIfIdsA","features":[20]},{"name":"RpcNsMgmtEntryInqIfIdsW","features":[20]},{"name":"RpcNsMgmtHandleSetExpAge","features":[20]},{"name":"RpcNsMgmtInqExpAge","features":[20]},{"name":"RpcNsMgmtSetExpAge","features":[20]},{"name":"RpcNsProfileDeleteA","features":[20]},{"name":"RpcNsProfileDeleteW","features":[20]},{"name":"RpcNsProfileEltAddA","features":[20]},{"name":"RpcNsProfileEltAddW","features":[20]},{"name":"RpcNsProfileEltInqBeginA","features":[20]},{"name":"RpcNsProfileEltInqBeginW","features":[20]},{"name":"RpcNsProfileEltInqDone","features":[20]},{"name":"RpcNsProfileEltInqNextA","features":[20]},{"name":"RpcNsProfileEltInqNextW","features":[20]},{"name":"RpcNsProfileEltRemoveA","features":[20]},{"name":"RpcNsProfileEltRemoveW","features":[20]},{"name":"RpcObjectInqType","features":[20]},{"name":"RpcObjectSetInqFn","features":[20]},{"name":"RpcObjectSetType","features":[20]},{"name":"RpcOutgoingBandwidth","features":[20]},{"name":"RpcPerfCounters","features":[20]},{"name":"RpcProtseqVectorFreeA","features":[20]},{"name":"RpcProtseqVectorFreeW","features":[20]},{"name":"RpcRaiseException","features":[20]},{"name":"RpcReceiveComplete","features":[20]},{"name":"RpcRequestsPerSecond","features":[20]},{"name":"RpcRevertContainerImpersonation","features":[20]},{"name":"RpcRevertToSelf","features":[20]},{"name":"RpcRevertToSelfEx","features":[20]},{"name":"RpcSendComplete","features":[20]},{"name":"RpcServerCompleteSecurityCallback","features":[20]},{"name":"RpcServerInqBindingHandle","features":[20]},{"name":"RpcServerInqBindings","features":[20]},{"name":"RpcServerInqBindingsEx","features":[20]},{"name":"RpcServerInqCallAttributesA","features":[20]},{"name":"RpcServerInqCallAttributesW","features":[20]},{"name":"RpcServerInqDefaultPrincNameA","features":[20]},{"name":"RpcServerInqDefaultPrincNameW","features":[20]},{"name":"RpcServerInqIf","features":[20]},{"name":"RpcServerInterfaceGroupActivate","features":[20]},{"name":"RpcServerInterfaceGroupClose","features":[20]},{"name":"RpcServerInterfaceGroupCreateA","features":[20]},{"name":"RpcServerInterfaceGroupCreateW","features":[20]},{"name":"RpcServerInterfaceGroupDeactivate","features":[20]},{"name":"RpcServerInterfaceGroupInqBindings","features":[20]},{"name":"RpcServerListen","features":[20]},{"name":"RpcServerRegisterAuthInfoA","features":[20]},{"name":"RpcServerRegisterAuthInfoW","features":[20]},{"name":"RpcServerRegisterIf","features":[20]},{"name":"RpcServerRegisterIf2","features":[20]},{"name":"RpcServerRegisterIf3","features":[20]},{"name":"RpcServerRegisterIfEx","features":[20]},{"name":"RpcServerSubscribeForNotification","features":[1,7,20]},{"name":"RpcServerTestCancel","features":[20]},{"name":"RpcServerUnregisterIf","features":[20]},{"name":"RpcServerUnregisterIfEx","features":[20]},{"name":"RpcServerUnsubscribeForNotification","features":[20]},{"name":"RpcServerUseAllProtseqs","features":[20]},{"name":"RpcServerUseAllProtseqsEx","features":[20]},{"name":"RpcServerUseAllProtseqsIf","features":[20]},{"name":"RpcServerUseAllProtseqsIfEx","features":[20]},{"name":"RpcServerUseProtseqA","features":[20]},{"name":"RpcServerUseProtseqEpA","features":[20]},{"name":"RpcServerUseProtseqEpExA","features":[20]},{"name":"RpcServerUseProtseqEpExW","features":[20]},{"name":"RpcServerUseProtseqEpW","features":[20]},{"name":"RpcServerUseProtseqExA","features":[20]},{"name":"RpcServerUseProtseqExW","features":[20]},{"name":"RpcServerUseProtseqIfA","features":[20]},{"name":"RpcServerUseProtseqIfExA","features":[20]},{"name":"RpcServerUseProtseqIfExW","features":[20]},{"name":"RpcServerUseProtseqIfW","features":[20]},{"name":"RpcServerUseProtseqW","features":[20]},{"name":"RpcServerYield","features":[20]},{"name":"RpcSmAllocate","features":[20]},{"name":"RpcSmClientFree","features":[20]},{"name":"RpcSmDestroyClientContext","features":[20]},{"name":"RpcSmDisableAllocate","features":[20]},{"name":"RpcSmEnableAllocate","features":[20]},{"name":"RpcSmFree","features":[20]},{"name":"RpcSmGetThreadHandle","features":[20]},{"name":"RpcSmSetClientAllocFree","features":[20]},{"name":"RpcSmSetThreadHandle","features":[20]},{"name":"RpcSmSwapClientAllocFree","features":[20]},{"name":"RpcSsAllocate","features":[20]},{"name":"RpcSsContextLockExclusive","features":[20]},{"name":"RpcSsContextLockShared","features":[20]},{"name":"RpcSsDestroyClientContext","features":[20]},{"name":"RpcSsDisableAllocate","features":[20]},{"name":"RpcSsDontSerializeContext","features":[20]},{"name":"RpcSsEnableAllocate","features":[20]},{"name":"RpcSsFree","features":[20]},{"name":"RpcSsGetContextBinding","features":[20]},{"name":"RpcSsGetThreadHandle","features":[20]},{"name":"RpcSsSetClientAllocFree","features":[20]},{"name":"RpcSsSetThreadHandle","features":[20]},{"name":"RpcSsSwapClientAllocFree","features":[20]},{"name":"RpcStringBindingComposeA","features":[20]},{"name":"RpcStringBindingComposeW","features":[20]},{"name":"RpcStringBindingParseA","features":[20]},{"name":"RpcStringBindingParseW","features":[20]},{"name":"RpcStringFreeA","features":[20]},{"name":"RpcStringFreeW","features":[20]},{"name":"RpcTestCancel","features":[20]},{"name":"RpcUserFree","features":[20]},{"name":"SCONTEXT_QUEUE","features":[20]},{"name":"SEC_WINNT_AUTH_IDENTITY","features":[20]},{"name":"SEC_WINNT_AUTH_IDENTITY_A","features":[20]},{"name":"SEC_WINNT_AUTH_IDENTITY_ANSI","features":[20]},{"name":"SEC_WINNT_AUTH_IDENTITY_UNICODE","features":[20]},{"name":"SEC_WINNT_AUTH_IDENTITY_W","features":[20]},{"name":"SERVER_ROUTINE","features":[20]},{"name":"STUB_CALL_SERVER","features":[20]},{"name":"STUB_CALL_SERVER_NO_HRESULT","features":[20]},{"name":"STUB_MARSHAL","features":[20]},{"name":"STUB_PHASE","features":[20]},{"name":"STUB_THUNK","features":[20]},{"name":"STUB_UNMARSHAL","features":[20]},{"name":"SYSTEM_HANDLE_COMPOSITION_OBJECT","features":[20]},{"name":"SYSTEM_HANDLE_EVENT","features":[20]},{"name":"SYSTEM_HANDLE_FILE","features":[20]},{"name":"SYSTEM_HANDLE_INVALID","features":[20]},{"name":"SYSTEM_HANDLE_JOB","features":[20]},{"name":"SYSTEM_HANDLE_MAX","features":[20]},{"name":"SYSTEM_HANDLE_MUTEX","features":[20]},{"name":"SYSTEM_HANDLE_PIPE","features":[20]},{"name":"SYSTEM_HANDLE_PROCESS","features":[20]},{"name":"SYSTEM_HANDLE_REG_KEY","features":[20]},{"name":"SYSTEM_HANDLE_SECTION","features":[20]},{"name":"SYSTEM_HANDLE_SEMAPHORE","features":[20]},{"name":"SYSTEM_HANDLE_SOCKET","features":[20]},{"name":"SYSTEM_HANDLE_THREAD","features":[20]},{"name":"SYSTEM_HANDLE_TOKEN","features":[20]},{"name":"TARGET_IS_NT100_OR_LATER","features":[20]},{"name":"TARGET_IS_NT1012_OR_LATER","features":[20]},{"name":"TARGET_IS_NT102_OR_LATER","features":[20]},{"name":"TARGET_IS_NT351_OR_WIN95_OR_LATER","features":[20]},{"name":"TARGET_IS_NT40_OR_LATER","features":[20]},{"name":"TARGET_IS_NT50_OR_LATER","features":[20]},{"name":"TARGET_IS_NT51_OR_LATER","features":[20]},{"name":"TARGET_IS_NT60_OR_LATER","features":[20]},{"name":"TARGET_IS_NT61_OR_LATER","features":[20]},{"name":"TARGET_IS_NT62_OR_LATER","features":[20]},{"name":"TARGET_IS_NT63_OR_LATER","features":[20]},{"name":"TRANSPORT_TYPE_CN","features":[20]},{"name":"TRANSPORT_TYPE_DG","features":[20]},{"name":"TRANSPORT_TYPE_LPC","features":[20]},{"name":"TRANSPORT_TYPE_WMSG","features":[20]},{"name":"USER_CALL_IS_ASYNC","features":[20]},{"name":"USER_CALL_NEW_CORRELATION_DESC","features":[20]},{"name":"USER_MARSHAL_CB","features":[20]},{"name":"USER_MARSHAL_CB_BUFFER_SIZE","features":[20]},{"name":"USER_MARSHAL_CB_FREE","features":[20]},{"name":"USER_MARSHAL_CB_MARSHALL","features":[20]},{"name":"USER_MARSHAL_CB_TYPE","features":[20]},{"name":"USER_MARSHAL_CB_UNMARSHALL","features":[20]},{"name":"USER_MARSHAL_FC_BYTE","features":[20]},{"name":"USER_MARSHAL_FC_CHAR","features":[20]},{"name":"USER_MARSHAL_FC_DOUBLE","features":[20]},{"name":"USER_MARSHAL_FC_FLOAT","features":[20]},{"name":"USER_MARSHAL_FC_HYPER","features":[20]},{"name":"USER_MARSHAL_FC_LONG","features":[20]},{"name":"USER_MARSHAL_FC_SHORT","features":[20]},{"name":"USER_MARSHAL_FC_SMALL","features":[20]},{"name":"USER_MARSHAL_FC_ULONG","features":[20]},{"name":"USER_MARSHAL_FC_USHORT","features":[20]},{"name":"USER_MARSHAL_FC_USMALL","features":[20]},{"name":"USER_MARSHAL_FC_WCHAR","features":[20]},{"name":"USER_MARSHAL_FREEING_ROUTINE","features":[20]},{"name":"USER_MARSHAL_MARSHALLING_ROUTINE","features":[20]},{"name":"USER_MARSHAL_ROUTINE_QUADRUPLE","features":[20]},{"name":"USER_MARSHAL_SIZING_ROUTINE","features":[20]},{"name":"USER_MARSHAL_UNMARSHALLING_ROUTINE","features":[20]},{"name":"UUID_VECTOR","features":[20]},{"name":"UuidCompare","features":[20]},{"name":"UuidCreate","features":[20]},{"name":"UuidCreateNil","features":[20]},{"name":"UuidCreateSequential","features":[20]},{"name":"UuidEqual","features":[20]},{"name":"UuidFromStringA","features":[20]},{"name":"UuidFromStringW","features":[20]},{"name":"UuidHash","features":[20]},{"name":"UuidIsNil","features":[20]},{"name":"UuidToStringA","features":[20]},{"name":"UuidToStringW","features":[20]},{"name":"XLAT_CLIENT","features":[20]},{"name":"XLAT_SERVER","features":[20]},{"name":"XLAT_SIDE","features":[20]},{"name":"XMIT_HELPER_ROUTINE","features":[20]},{"name":"XMIT_ROUTINE_QUINTUPLE","features":[20]},{"name":"_NDR_PROC_CONTEXT","features":[20]},{"name":"__RPCPROXY_H_VERSION__","features":[20]},{"name":"cbNDRContext","features":[20]},{"name":"eeptAnsiString","features":[20]},{"name":"eeptBinary","features":[20]},{"name":"eeptLongVal","features":[20]},{"name":"eeptNone","features":[20]},{"name":"eeptPointerVal","features":[20]},{"name":"eeptShortVal","features":[20]},{"name":"eeptUnicodeString","features":[20]},{"name":"rcclClientUnknownLocality","features":[20]},{"name":"rcclInvalid","features":[20]},{"name":"rcclLocal","features":[20]},{"name":"rcclRemote","features":[20]},{"name":"rctGuaranteed","features":[20]},{"name":"rctInvalid","features":[20]},{"name":"rctNormal","features":[20]},{"name":"rctTraining","features":[20]},{"name":"rlafIPv4","features":[20]},{"name":"rlafIPv6","features":[20]},{"name":"rlafInvalid","features":[20]},{"name":"system_handle_t","features":[20]}],"611":[{"name":"ACCESS_MASKENUM","features":[205]},{"name":"AUTHENTICATION_INFO","features":[205]},{"name":"AUTH_TYPE","features":[205]},{"name":"BCP6xFILEFMT","features":[205]},{"name":"BCPABORT","features":[205]},{"name":"BCPBATCH","features":[205]},{"name":"BCPFILECP","features":[205]},{"name":"BCPFILECP_ACP","features":[205]},{"name":"BCPFILECP_OEMCP","features":[205]},{"name":"BCPFILECP_RAW","features":[205]},{"name":"BCPFILEFMT","features":[205]},{"name":"BCPFIRST","features":[205]},{"name":"BCPHINTS","features":[205]},{"name":"BCPHINTSA","features":[205]},{"name":"BCPHINTSW","features":[205]},{"name":"BCPKEEPIDENTITY","features":[205]},{"name":"BCPKEEPNULLS","features":[205]},{"name":"BCPLAST","features":[205]},{"name":"BCPMAXERRS","features":[205]},{"name":"BCPODBC","features":[205]},{"name":"BCPTEXTFILE","features":[205]},{"name":"BCPUNICODEFILE","features":[205]},{"name":"BCP_FMT_COLLATION","features":[205]},{"name":"BCP_FMT_COLLATION_ID","features":[205]},{"name":"BCP_FMT_DATA_LEN","features":[205]},{"name":"BCP_FMT_INDICATOR_LEN","features":[205]},{"name":"BCP_FMT_SERVER_COL","features":[205]},{"name":"BCP_FMT_TERMINATOR","features":[205]},{"name":"BCP_FMT_TYPE","features":[205]},{"name":"BIO_BINDER","features":[205]},{"name":"BMK_DURABILITY_INTRANSACTION","features":[205]},{"name":"BMK_DURABILITY_REORGANIZATION","features":[205]},{"name":"BMK_DURABILITY_ROWSET","features":[205]},{"name":"BMK_DURABILITY_XTRANSACTION","features":[205]},{"name":"BUCKETCATEGORIZE","features":[205]},{"name":"BUCKET_EXPONENTIAL","features":[205]},{"name":"BUCKET_LINEAR","features":[205]},{"name":"CASE_REQUIREMENT","features":[205]},{"name":"CASE_REQUIREMENT_ANY","features":[205]},{"name":"CASE_REQUIREMENT_UPPER_IF_AQS","features":[205]},{"name":"CATALOG_PAUSED_REASON_DELAYED_RECOVERY","features":[205]},{"name":"CATALOG_PAUSED_REASON_EXTERNAL","features":[205]},{"name":"CATALOG_PAUSED_REASON_HIGH_CPU","features":[205]},{"name":"CATALOG_PAUSED_REASON_HIGH_IO","features":[205]},{"name":"CATALOG_PAUSED_REASON_HIGH_NTF_RATE","features":[205]},{"name":"CATALOG_PAUSED_REASON_LOW_BATTERY","features":[205]},{"name":"CATALOG_PAUSED_REASON_LOW_DISK","features":[205]},{"name":"CATALOG_PAUSED_REASON_LOW_MEMORY","features":[205]},{"name":"CATALOG_PAUSED_REASON_NONE","features":[205]},{"name":"CATALOG_PAUSED_REASON_UPGRADING","features":[205]},{"name":"CATALOG_PAUSED_REASON_USER_ACTIVE","features":[205]},{"name":"CATALOG_STATUS_FULL_CRAWL","features":[205]},{"name":"CATALOG_STATUS_IDLE","features":[205]},{"name":"CATALOG_STATUS_INCREMENTAL_CRAWL","features":[205]},{"name":"CATALOG_STATUS_PAUSED","features":[205]},{"name":"CATALOG_STATUS_PROCESSING_NOTIFICATIONS","features":[205]},{"name":"CATALOG_STATUS_RECOVERING","features":[205]},{"name":"CATALOG_STATUS_SHUTTING_DOWN","features":[205]},{"name":"CATEGORIZATION","features":[1,151,70,205,44]},{"name":"CATEGORIZATIONSET","features":[1,151,70,205,44]},{"name":"CATEGORIZE_BUCKETS","features":[205]},{"name":"CATEGORIZE_CLUSTER","features":[205]},{"name":"CATEGORIZE_RANGE","features":[205]},{"name":"CATEGORIZE_UNIQUE","features":[205]},{"name":"CATEGORY_COLLATOR","features":[205]},{"name":"CATEGORY_GATHERER","features":[205]},{"name":"CATEGORY_INDEXER","features":[205]},{"name":"CATEGORY_SEARCH","features":[205]},{"name":"CDBBMKDISPIDS","features":[205]},{"name":"CDBCOLDISPIDS","features":[205]},{"name":"CDBSELFDISPIDS","features":[205]},{"name":"CERT_E_NOT_FOUND_OR_NO_PERMISSSION","features":[205]},{"name":"CHANNEL_AGENT_DYNAMIC_SCHEDULE","features":[205]},{"name":"CHANNEL_AGENT_FLAGS","features":[205]},{"name":"CHANNEL_AGENT_PRECACHE_ALL","features":[205]},{"name":"CHANNEL_AGENT_PRECACHE_SCRNSAVER","features":[205]},{"name":"CHANNEL_AGENT_PRECACHE_SOME","features":[205]},{"name":"CI_E_CORRUPT_FWIDX","features":[205]},{"name":"CI_E_DIACRITIC_SETTINGS_DIFFER","features":[205]},{"name":"CI_E_INCONSISTENT_TRANSACTION","features":[205]},{"name":"CI_E_INVALID_CATALOG_LIST_VERSION","features":[205]},{"name":"CI_E_MULTIPLE_PROTECTED_USERS_UNSUPPORTED","features":[205]},{"name":"CI_E_NO_AUXMETADATA","features":[205]},{"name":"CI_E_NO_CATALOG_MANAGER","features":[205]},{"name":"CI_E_NO_PROTECTED_USER","features":[205]},{"name":"CI_E_PROTECTED_CATALOG_NON_INTERACTIVE_USER","features":[205]},{"name":"CI_E_PROTECTED_CATALOG_NOT_AVAILABLE","features":[205]},{"name":"CI_E_PROTECTED_CATALOG_SID_MISMATCH","features":[205]},{"name":"CI_S_CATALOG_RESET","features":[205]},{"name":"CI_S_CLIENT_REQUESTED_ABORT","features":[205]},{"name":"CI_S_NEW_AUXMETADATA","features":[205]},{"name":"CI_S_RETRY_DOCUMENT","features":[205]},{"name":"CLSID_CISimpleCommandCreator","features":[205]},{"name":"CLSID_DataShapeProvider","features":[205]},{"name":"CLSID_MSDASQL","features":[205]},{"name":"CLSID_MSDASQL_ENUMERATOR","features":[205]},{"name":"CLSID_MSPersist","features":[205]},{"name":"CLSID_SQLOLEDB","features":[205]},{"name":"CLSID_SQLOLEDB_ENUMERATOR","features":[205]},{"name":"CLSID_SQLOLEDB_ERROR","features":[205]},{"name":"CLUSIONREASON_DEFAULT","features":[205]},{"name":"CLUSIONREASON_GROUPPOLICY","features":[205]},{"name":"CLUSIONREASON_UNKNOWNSCOPE","features":[205]},{"name":"CLUSIONREASON_USER","features":[205]},{"name":"CLUSION_REASON","features":[205]},{"name":"CMDLINE_E_ALREADY_INIT","features":[205]},{"name":"CMDLINE_E_NOT_INIT","features":[205]},{"name":"CMDLINE_E_NUM_PARAMS","features":[205]},{"name":"CMDLINE_E_PARAM_SIZE","features":[205]},{"name":"CMDLINE_E_PAREN","features":[205]},{"name":"CMDLINE_E_UNEXPECTED","features":[205]},{"name":"CM_E_CONNECTIONTIMEOUT","features":[205]},{"name":"CM_E_DATASOURCENOTAVAILABLE","features":[205]},{"name":"CM_E_INSUFFICIENTBUFFER","features":[205]},{"name":"CM_E_INVALIDDATASOURCE","features":[205]},{"name":"CM_E_NOQUERYCONNECTIONS","features":[205]},{"name":"CM_E_REGISTRY","features":[205]},{"name":"CM_E_SERVERNOTFOUND","features":[205]},{"name":"CM_E_TIMEOUT","features":[205]},{"name":"CM_E_TOOMANYDATASERVERS","features":[205]},{"name":"CM_E_TOOMANYDATASOURCES","features":[205]},{"name":"CM_S_NODATASERVERS","features":[205]},{"name":"COLL_E_BADRESULT","features":[205]},{"name":"COLL_E_BADSEQUENCE","features":[205]},{"name":"COLL_E_BUFFERTOOSMALL","features":[205]},{"name":"COLL_E_DUPLICATEDBID","features":[205]},{"name":"COLL_E_INCOMPATIBLECOLUMNS","features":[205]},{"name":"COLL_E_MAXCONNEXCEEDED","features":[205]},{"name":"COLL_E_NODEFAULTCATALOG","features":[205]},{"name":"COLL_E_NOMOREDATA","features":[205]},{"name":"COLL_E_NOSORTCOLUMN","features":[205]},{"name":"COLL_E_TOOMANYMERGECOLUMNS","features":[205]},{"name":"COLUMNSET","features":[151,70,205]},{"name":"CONDITION_CREATION_DEFAULT","features":[205]},{"name":"CONDITION_CREATION_NONE","features":[205]},{"name":"CONDITION_CREATION_OPTIONS","features":[205]},{"name":"CONDITION_CREATION_SIMPLIFY","features":[205]},{"name":"CONDITION_CREATION_USE_CONTENT_LOCALE","features":[205]},{"name":"CONDITION_CREATION_VECTOR_AND","features":[205]},{"name":"CONDITION_CREATION_VECTOR_LEAF","features":[205]},{"name":"CONDITION_CREATION_VECTOR_OR","features":[205]},{"name":"CONTENTRESTRICTION","features":[151,70,205]},{"name":"CONTENT_SOURCE_E_CONTENT_CLASS_READ","features":[205]},{"name":"CONTENT_SOURCE_E_CONTENT_SOURCE_COLUMN_TYPE","features":[205]},{"name":"CONTENT_SOURCE_E_NULL_CONTENT_CLASS_BSTR","features":[205]},{"name":"CONTENT_SOURCE_E_NULL_URI","features":[205]},{"name":"CONTENT_SOURCE_E_OUT_OF_RANGE","features":[205]},{"name":"CONTENT_SOURCE_E_PROPERTY_MAPPING_BAD_VECTOR_SIZE","features":[205]},{"name":"CONTENT_SOURCE_E_PROPERTY_MAPPING_READ","features":[205]},{"name":"CONTENT_SOURCE_E_UNEXPECTED_EXCEPTION","features":[205]},{"name":"CONTENT_SOURCE_E_UNEXPECTED_NULL_POINTER","features":[205]},{"name":"CQUERYDISPIDS","features":[205]},{"name":"CQUERYMETADISPIDS","features":[205]},{"name":"CQUERYPROPERTY","features":[205]},{"name":"CREATESUBSCRIPTIONFLAGS","features":[205]},{"name":"CREATESUBS_ADDTOFAVORITES","features":[205]},{"name":"CREATESUBS_FROMFAVORITES","features":[205]},{"name":"CREATESUBS_NOSAVE","features":[205]},{"name":"CREATESUBS_NOUI","features":[205]},{"name":"CREATESUBS_SOFTWAREUPDATE","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_ASSERTIONS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_CATALOGS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_CHARACTER_SETS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_CHECK_CONSTRAINTS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_CHECK_CONSTRAINTS_BY_TABLE","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_COLLATIONS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMNS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMN_DOMAIN_USAGE","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMN_PRIVILEGES","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_CONSTRAINT_COLUMN_USAGE","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_CONSTRAINT_TABLE_USAGE","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_FOREIGN_KEYS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_INDEXES","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_KEY_COLUMN_USAGE","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_LINKEDSERVERS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_OBJECTS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_OBJECT_ACTIONS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_PRIMARY_KEYS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURES","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURE_COLUMNS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURE_PARAMETERS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_PROVIDER_TYPES","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_REFERENTIAL_CONSTRAINTS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_SCHEMATA","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_SQL_LANGUAGES","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_STATISTICS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLES","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLES_INFO","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_CONSTRAINTS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_PRIVILEGES","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_STATISTICS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_TRANSLATIONS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_TRUSTEE","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_USAGE_PRIVILEGES","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEWS","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEW_COLUMN_USAGE","features":[205]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEW_TABLE_USAGE","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_ACTIONS","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_COMMANDS","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_CUBES","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_DIMENSIONS","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_FUNCTIONS","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_HIERARCHIES","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_LEVELS","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_MEASURES","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_MEMBERS","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_PROPERTIES","features":[205]},{"name":"CRESTRICTIONS_MDSCHEMA_SETS","features":[205]},{"name":"CSTORAGEPROPERTY","features":[205]},{"name":"CSearchLanguageSupport","features":[205]},{"name":"CSearchManager","features":[205]},{"name":"CSearchRoot","features":[205]},{"name":"CSearchScopeRule","features":[205]},{"name":"CatalogPausedReason","features":[205]},{"name":"CatalogStatus","features":[205]},{"name":"CompoundCondition","features":[205]},{"name":"ConditionFactory","features":[205]},{"name":"DATE_STRUCT","features":[205]},{"name":"DBACCESSORFLAGSENUM","features":[205]},{"name":"DBACCESSOR_INHERITED","features":[205]},{"name":"DBACCESSOR_INVALID","features":[205]},{"name":"DBACCESSOR_OPTIMIZED","features":[205]},{"name":"DBACCESSOR_PARAMETERDATA","features":[205]},{"name":"DBACCESSOR_PASSBYREF","features":[205]},{"name":"DBACCESSOR_ROWDATA","features":[205]},{"name":"DBASYNCHOPENUM","features":[205]},{"name":"DBASYNCHOP_OPEN","features":[205]},{"name":"DBASYNCHPHASEENUM","features":[205]},{"name":"DBASYNCHPHASE_CANCELED","features":[205]},{"name":"DBASYNCHPHASE_COMPLETE","features":[205]},{"name":"DBASYNCHPHASE_INITIALIZATION","features":[205]},{"name":"DBASYNCHPHASE_POPULATION","features":[205]},{"name":"DBBINDEXT","features":[205]},{"name":"DBBINDEXT","features":[205]},{"name":"DBBINDFLAGENUM","features":[205]},{"name":"DBBINDFLAG_HTML","features":[205]},{"name":"DBBINDING","features":[205]},{"name":"DBBINDING","features":[205]},{"name":"DBBINDSTATUSENUM","features":[205]},{"name":"DBBINDSTATUS_BADBINDINFO","features":[205]},{"name":"DBBINDSTATUS_BADORDINAL","features":[205]},{"name":"DBBINDSTATUS_BADSTORAGEFLAGS","features":[205]},{"name":"DBBINDSTATUS_MULTIPLESTORAGE","features":[205]},{"name":"DBBINDSTATUS_NOINTERFACE","features":[205]},{"name":"DBBINDSTATUS_OK","features":[205]},{"name":"DBBINDSTATUS_UNSUPPORTEDCONVERSION","features":[205]},{"name":"DBBINDURLFLAGENUM","features":[205]},{"name":"DBBINDURLFLAG_ASYNCHRONOUS","features":[205]},{"name":"DBBINDURLFLAG_COLLECTION","features":[205]},{"name":"DBBINDURLFLAG_DELAYFETCHCOLUMNS","features":[205]},{"name":"DBBINDURLFLAG_DELAYFETCHSTREAM","features":[205]},{"name":"DBBINDURLFLAG_ISSTRUCTUREDDOCUMENT","features":[205]},{"name":"DBBINDURLFLAG_OPENIFEXISTS","features":[205]},{"name":"DBBINDURLFLAG_OUTPUT","features":[205]},{"name":"DBBINDURLFLAG_OVERWRITE","features":[205]},{"name":"DBBINDURLFLAG_READ","features":[205]},{"name":"DBBINDURLFLAG_READWRITE","features":[205]},{"name":"DBBINDURLFLAG_RECURSIVE","features":[205]},{"name":"DBBINDURLFLAG_SHARE_DENY_NONE","features":[205]},{"name":"DBBINDURLFLAG_SHARE_DENY_READ","features":[205]},{"name":"DBBINDURLFLAG_SHARE_DENY_WRITE","features":[205]},{"name":"DBBINDURLFLAG_SHARE_EXCLUSIVE","features":[205]},{"name":"DBBINDURLFLAG_WAITFORINIT","features":[205]},{"name":"DBBINDURLFLAG_WRITE","features":[205]},{"name":"DBBINDURLSTATUSENUM","features":[205]},{"name":"DBBINDURLSTATUS_S_DENYNOTSUPPORTED","features":[205]},{"name":"DBBINDURLSTATUS_S_DENYTYPENOTSUPPORTED","features":[205]},{"name":"DBBINDURLSTATUS_S_OK","features":[205]},{"name":"DBBINDURLSTATUS_S_REDIRECTED","features":[205]},{"name":"DBBMKGUID","features":[205]},{"name":"DBBMK_FIRST","features":[205]},{"name":"DBBMK_INVALID","features":[205]},{"name":"DBBMK_LAST","features":[205]},{"name":"DBBOOKMARK","features":[205]},{"name":"DBCIDGUID","features":[205]},{"name":"DBCOLUMNACCESS","features":[151,205]},{"name":"DBCOLUMNACCESS","features":[151,205]},{"name":"DBCOLUMNDESC","features":[1,151,43,205,44]},{"name":"DBCOLUMNDESC","features":[1,151,43,205,44]},{"name":"DBCOLUMNDESCFLAGSENUM","features":[205]},{"name":"DBCOLUMNDESCFLAGS_CLSID","features":[205]},{"name":"DBCOLUMNDESCFLAGS_COLSIZE","features":[205]},{"name":"DBCOLUMNDESCFLAGS_DBCID","features":[205]},{"name":"DBCOLUMNDESCFLAGS_ITYPEINFO","features":[205]},{"name":"DBCOLUMNDESCFLAGS_PRECISION","features":[205]},{"name":"DBCOLUMNDESCFLAGS_PROPERTIES","features":[205]},{"name":"DBCOLUMNDESCFLAGS_SCALE","features":[205]},{"name":"DBCOLUMNDESCFLAGS_TYPENAME","features":[205]},{"name":"DBCOLUMNDESCFLAGS_WTYPE","features":[205]},{"name":"DBCOLUMNFLAGS15ENUM","features":[205]},{"name":"DBCOLUMNFLAGSDEPRECATED","features":[205]},{"name":"DBCOLUMNFLAGSENUM","features":[205]},{"name":"DBCOLUMNFLAGSENUM20","features":[205]},{"name":"DBCOLUMNFLAGSENUM21","features":[205]},{"name":"DBCOLUMNFLAGSENUM26","features":[205]},{"name":"DBCOLUMNFLAGS_CACHEDEFERRED","features":[205]},{"name":"DBCOLUMNFLAGS_ISBOOKMARK","features":[205]},{"name":"DBCOLUMNFLAGS_ISCHAPTER","features":[205]},{"name":"DBCOLUMNFLAGS_ISCOLLECTION","features":[205]},{"name":"DBCOLUMNFLAGS_ISDEFAULTSTREAM","features":[205]},{"name":"DBCOLUMNFLAGS_ISFIXEDLENGTH","features":[205]},{"name":"DBCOLUMNFLAGS_ISLONG","features":[205]},{"name":"DBCOLUMNFLAGS_ISNULLABLE","features":[205]},{"name":"DBCOLUMNFLAGS_ISROW","features":[205]},{"name":"DBCOLUMNFLAGS_ISROWID","features":[205]},{"name":"DBCOLUMNFLAGS_ISROWSET","features":[205]},{"name":"DBCOLUMNFLAGS_ISROWURL","features":[205]},{"name":"DBCOLUMNFLAGS_ISROWVER","features":[205]},{"name":"DBCOLUMNFLAGS_ISSTREAM","features":[205]},{"name":"DBCOLUMNFLAGS_KEYCOLUMN","features":[205]},{"name":"DBCOLUMNFLAGS_MAYBENULL","features":[205]},{"name":"DBCOLUMNFLAGS_MAYDEFER","features":[205]},{"name":"DBCOLUMNFLAGS_RESERVED","features":[205]},{"name":"DBCOLUMNFLAGS_ROWSPECIFICCOLUMN","features":[205]},{"name":"DBCOLUMNFLAGS_SCALEISNEGATIVE","features":[205]},{"name":"DBCOLUMNFLAGS_WRITE","features":[205]},{"name":"DBCOLUMNFLAGS_WRITEUNKNOWN","features":[205]},{"name":"DBCOLUMNINFO","features":[151,205]},{"name":"DBCOLUMNINFO","features":[151,205]},{"name":"DBCOMMANDPERSISTFLAGENUM","features":[205]},{"name":"DBCOMMANDPERSISTFLAGENUM21","features":[205]},{"name":"DBCOMMANDPERSISTFLAG_DEFAULT","features":[205]},{"name":"DBCOMMANDPERSISTFLAG_NOSAVE","features":[205]},{"name":"DBCOMMANDPERSISTFLAG_PERSISTPROCEDURE","features":[205]},{"name":"DBCOMMANDPERSISTFLAG_PERSISTVIEW","features":[205]},{"name":"DBCOMPAREENUM","features":[205]},{"name":"DBCOMPAREOPSENUM","features":[205]},{"name":"DBCOMPAREOPSENUM20","features":[205]},{"name":"DBCOMPAREOPS_BEGINSWITH","features":[205]},{"name":"DBCOMPAREOPS_CASEINSENSITIVE","features":[205]},{"name":"DBCOMPAREOPS_CASESENSITIVE","features":[205]},{"name":"DBCOMPAREOPS_CONTAINS","features":[205]},{"name":"DBCOMPAREOPS_EQ","features":[205]},{"name":"DBCOMPAREOPS_GE","features":[205]},{"name":"DBCOMPAREOPS_GT","features":[205]},{"name":"DBCOMPAREOPS_IGNORE","features":[205]},{"name":"DBCOMPAREOPS_LE","features":[205]},{"name":"DBCOMPAREOPS_LT","features":[205]},{"name":"DBCOMPAREOPS_NE","features":[205]},{"name":"DBCOMPAREOPS_NOTBEGINSWITH","features":[205]},{"name":"DBCOMPAREOPS_NOTCONTAINS","features":[205]},{"name":"DBCOMPARE_EQ","features":[205]},{"name":"DBCOMPARE_GT","features":[205]},{"name":"DBCOMPARE_LT","features":[205]},{"name":"DBCOMPARE_NE","features":[205]},{"name":"DBCOMPARE_NOTCOMPARABLE","features":[205]},{"name":"DBCOMPUTEMODE_COMPUTED","features":[205]},{"name":"DBCOMPUTEMODE_DYNAMIC","features":[205]},{"name":"DBCOMPUTEMODE_NOTCOMPUTED","features":[205]},{"name":"DBCONSTRAINTDESC","features":[1,151,43,205,44]},{"name":"DBCONSTRAINTDESC","features":[1,151,43,205,44]},{"name":"DBCONSTRAINTTYPEENUM","features":[205]},{"name":"DBCONSTRAINTTYPE_CHECK","features":[205]},{"name":"DBCONSTRAINTTYPE_FOREIGNKEY","features":[205]},{"name":"DBCONSTRAINTTYPE_PRIMARYKEY","features":[205]},{"name":"DBCONSTRAINTTYPE_UNIQUE","features":[205]},{"name":"DBCONVERTFLAGSENUM","features":[205]},{"name":"DBCONVERTFLAGSENUM20","features":[205]},{"name":"DBCONVERTFLAGS_COLUMN","features":[205]},{"name":"DBCONVERTFLAGS_FROMVARIANT","features":[205]},{"name":"DBCONVERTFLAGS_ISFIXEDLENGTH","features":[205]},{"name":"DBCONVERTFLAGS_ISLONG","features":[205]},{"name":"DBCONVERTFLAGS_PARAMETER","features":[205]},{"name":"DBCOPYFLAGSENUM","features":[205]},{"name":"DBCOPY_ALLOW_EMULATION","features":[205]},{"name":"DBCOPY_ASYNC","features":[205]},{"name":"DBCOPY_ATOMIC","features":[205]},{"name":"DBCOPY_NON_RECURSIVE","features":[205]},{"name":"DBCOPY_REPLACE_EXISTING","features":[205]},{"name":"DBCOST","features":[205]},{"name":"DBCOST","features":[205]},{"name":"DBCOSTUNITENUM","features":[205]},{"name":"DBDATACONVERTENUM","features":[205]},{"name":"DBDATACONVERT_DECIMALSCALE","features":[205]},{"name":"DBDATACONVERT_DEFAULT","features":[205]},{"name":"DBDATACONVERT_DSTISFIXEDLENGTH","features":[205]},{"name":"DBDATACONVERT_LENGTHFROMNTS","features":[205]},{"name":"DBDATACONVERT_SETDATABEHAVIOR","features":[205]},{"name":"DBDATE","features":[205]},{"name":"DBDATETIM4","features":[205]},{"name":"DBDATETIME","features":[205]},{"name":"DBDEFERRABILITYENUM","features":[205]},{"name":"DBDEFERRABILITY_DEFERRABLE","features":[205]},{"name":"DBDEFERRABILITY_DEFERRED","features":[205]},{"name":"DBDELETEFLAGSENUM","features":[205]},{"name":"DBDELETE_ASYNC","features":[205]},{"name":"DBDELETE_ATOMIC","features":[205]},{"name":"DBEVENTPHASEENUM","features":[205]},{"name":"DBEVENTPHASE_ABOUTTODO","features":[205]},{"name":"DBEVENTPHASE_DIDEVENT","features":[205]},{"name":"DBEVENTPHASE_FAILEDTODO","features":[205]},{"name":"DBEVENTPHASE_OKTODO","features":[205]},{"name":"DBEVENTPHASE_SYNCHAFTER","features":[205]},{"name":"DBEXECLIMITSENUM","features":[205]},{"name":"DBEXECLIMITS_ABORT","features":[205]},{"name":"DBEXECLIMITS_STOP","features":[205]},{"name":"DBEXECLIMITS_SUSPEND","features":[205]},{"name":"DBFAILUREINFO","features":[205]},{"name":"DBFAILUREINFO","features":[205]},{"name":"DBGUID_MSSQLXML","features":[205]},{"name":"DBGUID_ROWDEFAULTSTREAM","features":[205]},{"name":"DBGUID_ROWURL","features":[205]},{"name":"DBGUID_XPATH","features":[205]},{"name":"DBIMPLICITSESSION","features":[205]},{"name":"DBIMPLICITSESSION","features":[205]},{"name":"DBINDEXCOLUMNDESC","features":[151,205]},{"name":"DBINDEXCOLUMNDESC","features":[151,205]},{"name":"DBINDEX_COL_ORDERENUM","features":[205]},{"name":"DBINDEX_COL_ORDER_ASC","features":[205]},{"name":"DBINDEX_COL_ORDER_DESC","features":[205]},{"name":"DBLITERALENUM","features":[205]},{"name":"DBLITERALENUM20","features":[205]},{"name":"DBLITERALENUM21","features":[205]},{"name":"DBLITERALINFO","features":[1,205]},{"name":"DBLITERALINFO","features":[1,205]},{"name":"DBLITERAL_BINARY_LITERAL","features":[205]},{"name":"DBLITERAL_CATALOG_NAME","features":[205]},{"name":"DBLITERAL_CATALOG_SEPARATOR","features":[205]},{"name":"DBLITERAL_CHAR_LITERAL","features":[205]},{"name":"DBLITERAL_COLUMN_ALIAS","features":[205]},{"name":"DBLITERAL_COLUMN_NAME","features":[205]},{"name":"DBLITERAL_CORRELATION_NAME","features":[205]},{"name":"DBLITERAL_CUBE_NAME","features":[205]},{"name":"DBLITERAL_CURSOR_NAME","features":[205]},{"name":"DBLITERAL_DIMENSION_NAME","features":[205]},{"name":"DBLITERAL_ESCAPE_PERCENT","features":[205]},{"name":"DBLITERAL_ESCAPE_PERCENT_SUFFIX","features":[205]},{"name":"DBLITERAL_ESCAPE_UNDERSCORE","features":[205]},{"name":"DBLITERAL_ESCAPE_UNDERSCORE_SUFFIX","features":[205]},{"name":"DBLITERAL_HIERARCHY_NAME","features":[205]},{"name":"DBLITERAL_INDEX_NAME","features":[205]},{"name":"DBLITERAL_INVALID","features":[205]},{"name":"DBLITERAL_LEVEL_NAME","features":[205]},{"name":"DBLITERAL_LIKE_PERCENT","features":[205]},{"name":"DBLITERAL_LIKE_UNDERSCORE","features":[205]},{"name":"DBLITERAL_MEMBER_NAME","features":[205]},{"name":"DBLITERAL_PROCEDURE_NAME","features":[205]},{"name":"DBLITERAL_PROPERTY_NAME","features":[205]},{"name":"DBLITERAL_QUOTE","features":[205]},{"name":"DBLITERAL_QUOTE_SUFFIX","features":[205]},{"name":"DBLITERAL_SCHEMA_NAME","features":[205]},{"name":"DBLITERAL_SCHEMA_SEPARATOR","features":[205]},{"name":"DBLITERAL_TABLE_NAME","features":[205]},{"name":"DBLITERAL_TEXT_COMMAND","features":[205]},{"name":"DBLITERAL_USER_NAME","features":[205]},{"name":"DBLITERAL_VIEW_NAME","features":[205]},{"name":"DBMATCHTYPEENUM","features":[205]},{"name":"DBMATCHTYPE_FULL","features":[205]},{"name":"DBMATCHTYPE_NONE","features":[205]},{"name":"DBMATCHTYPE_PARTIAL","features":[205]},{"name":"DBMAXCHAR","features":[205]},{"name":"DBMEMOWNERENUM","features":[205]},{"name":"DBMEMOWNER_CLIENTOWNED","features":[205]},{"name":"DBMEMOWNER_PROVIDEROWNED","features":[205]},{"name":"DBMONEY","features":[205]},{"name":"DBMOVEFLAGSENUM","features":[205]},{"name":"DBMOVE_ALLOW_EMULATION","features":[205]},{"name":"DBMOVE_ASYNC","features":[205]},{"name":"DBMOVE_ATOMIC","features":[205]},{"name":"DBMOVE_DONT_UPDATE_LINKS","features":[205]},{"name":"DBMOVE_REPLACE_EXISTING","features":[205]},{"name":"DBOBJECT","features":[205]},{"name":"DBOBJECT","features":[205]},{"name":"DBPARAMBINDINFO","features":[205]},{"name":"DBPARAMBINDINFO","features":[205]},{"name":"DBPARAMFLAGSENUM","features":[205]},{"name":"DBPARAMFLAGSENUM20","features":[205]},{"name":"DBPARAMFLAGS_ISINPUT","features":[205]},{"name":"DBPARAMFLAGS_ISLONG","features":[205]},{"name":"DBPARAMFLAGS_ISNULLABLE","features":[205]},{"name":"DBPARAMFLAGS_ISOUTPUT","features":[205]},{"name":"DBPARAMFLAGS_ISSIGNED","features":[205]},{"name":"DBPARAMFLAGS_SCALEISNEGATIVE","features":[205]},{"name":"DBPARAMINFO","features":[205]},{"name":"DBPARAMINFO","features":[205]},{"name":"DBPARAMIOENUM","features":[205]},{"name":"DBPARAMIO_INPUT","features":[205]},{"name":"DBPARAMIO_NOTPARAM","features":[205]},{"name":"DBPARAMIO_OUTPUT","features":[205]},{"name":"DBPARAMS","features":[205]},{"name":"DBPARAMS","features":[205]},{"name":"DBPARAMTYPE_INPUT","features":[205]},{"name":"DBPARAMTYPE_INPUTOUTPUT","features":[205]},{"name":"DBPARAMTYPE_OUTPUT","features":[205]},{"name":"DBPARAMTYPE_RETURNVALUE","features":[205]},{"name":"DBPARTENUM","features":[205]},{"name":"DBPART_INVALID","features":[205]},{"name":"DBPART_LENGTH","features":[205]},{"name":"DBPART_STATUS","features":[205]},{"name":"DBPART_VALUE","features":[205]},{"name":"DBPENDINGSTATUSENUM","features":[205]},{"name":"DBPENDINGSTATUS_CHANGED","features":[205]},{"name":"DBPENDINGSTATUS_DELETED","features":[205]},{"name":"DBPENDINGSTATUS_INVALIDROW","features":[205]},{"name":"DBPENDINGSTATUS_NEW","features":[205]},{"name":"DBPENDINGSTATUS_UNCHANGED","features":[205]},{"name":"DBPOSITIONFLAGSENUM","features":[205]},{"name":"DBPOSITION_BOF","features":[205]},{"name":"DBPOSITION_EOF","features":[205]},{"name":"DBPOSITION_NOROW","features":[205]},{"name":"DBPOSITION_OK","features":[205]},{"name":"DBPROMPTOPTIONSENUM","features":[205]},{"name":"DBPROMPTOPTIONS_BROWSEONLY","features":[205]},{"name":"DBPROMPTOPTIONS_DISABLESAVEPASSWORD","features":[205]},{"name":"DBPROMPTOPTIONS_DISABLE_PROVIDER_SELECTION","features":[205]},{"name":"DBPROMPTOPTIONS_NONE","features":[205]},{"name":"DBPROMPTOPTIONS_PROPERTYSHEET","features":[205]},{"name":"DBPROMPTOPTIONS_WIZARDSHEET","features":[205]},{"name":"DBPROMPT_COMPLETE","features":[205]},{"name":"DBPROMPT_COMPLETEREQUIRED","features":[205]},{"name":"DBPROMPT_NOPROMPT","features":[205]},{"name":"DBPROMPT_PROMPT","features":[205]},{"name":"DBPROP","features":[1,151,43,205,44]},{"name":"DBPROP","features":[1,151,43,205,44]},{"name":"DBPROPENUM","features":[205]},{"name":"DBPROPENUM15","features":[205]},{"name":"DBPROPENUM20","features":[205]},{"name":"DBPROPENUM21","features":[205]},{"name":"DBPROPENUM25","features":[205]},{"name":"DBPROPENUM25_DEPRECATED","features":[205]},{"name":"DBPROPENUM26","features":[205]},{"name":"DBPROPENUMDEPRECATED","features":[205]},{"name":"DBPROPFLAGSENUM","features":[205]},{"name":"DBPROPFLAGSENUM21","features":[205]},{"name":"DBPROPFLAGSENUM25","features":[205]},{"name":"DBPROPFLAGSENUM26","features":[205]},{"name":"DBPROPFLAGS_COLUMN","features":[205]},{"name":"DBPROPFLAGS_COLUMNOK","features":[205]},{"name":"DBPROPFLAGS_DATASOURCE","features":[205]},{"name":"DBPROPFLAGS_DATASOURCECREATE","features":[205]},{"name":"DBPROPFLAGS_DATASOURCEINFO","features":[205]},{"name":"DBPROPFLAGS_DBINIT","features":[205]},{"name":"DBPROPFLAGS_INDEX","features":[205]},{"name":"DBPROPFLAGS_NOTSUPPORTED","features":[205]},{"name":"DBPROPFLAGS_PERSIST","features":[205]},{"name":"DBPROPFLAGS_READ","features":[205]},{"name":"DBPROPFLAGS_REQUIRED","features":[205]},{"name":"DBPROPFLAGS_ROWSET","features":[205]},{"name":"DBPROPFLAGS_SESSION","features":[205]},{"name":"DBPROPFLAGS_STREAM","features":[205]},{"name":"DBPROPFLAGS_TABLE","features":[205]},{"name":"DBPROPFLAGS_TRUSTEE","features":[205]},{"name":"DBPROPFLAGS_VIEW","features":[205]},{"name":"DBPROPFLAGS_WRITE","features":[205]},{"name":"DBPROPIDSET","features":[205]},{"name":"DBPROPIDSET","features":[205]},{"name":"DBPROPINFO","features":[1,43,205,44]},{"name":"DBPROPINFO","features":[1,43,205,44]},{"name":"DBPROPINFOSET","features":[1,43,205,44]},{"name":"DBPROPINFOSET","features":[1,43,205,44]},{"name":"DBPROPOPTIONSENUM","features":[205]},{"name":"DBPROPOPTIONS_OPTIONAL","features":[205]},{"name":"DBPROPOPTIONS_REQUIRED","features":[205]},{"name":"DBPROPOPTIONS_SETIFCHEAP","features":[205]},{"name":"DBPROPSET","features":[1,151,43,205,44]},{"name":"DBPROPSET","features":[1,151,43,205,44]},{"name":"DBPROPSET_MSDAORA8_ROWSET","features":[205]},{"name":"DBPROPSET_MSDAORA_ROWSET","features":[205]},{"name":"DBPROPSET_MSDSDBINIT","features":[205]},{"name":"DBPROPSET_MSDSSESSION","features":[205]},{"name":"DBPROPSET_PERSIST","features":[205]},{"name":"DBPROPSET_PROVIDERCONNATTR","features":[205]},{"name":"DBPROPSET_PROVIDERDATASOURCEINFO","features":[205]},{"name":"DBPROPSET_PROVIDERDBINIT","features":[205]},{"name":"DBPROPSET_PROVIDERROWSET","features":[205]},{"name":"DBPROPSET_PROVIDERSTMTATTR","features":[205]},{"name":"DBPROPSET_SQLSERVERCOLUMN","features":[205]},{"name":"DBPROPSET_SQLSERVERDATASOURCE","features":[205]},{"name":"DBPROPSET_SQLSERVERDATASOURCEINFO","features":[205]},{"name":"DBPROPSET_SQLSERVERDBINIT","features":[205]},{"name":"DBPROPSET_SQLSERVERROWSET","features":[205]},{"name":"DBPROPSET_SQLSERVERSESSION","features":[205]},{"name":"DBPROPSET_SQLSERVERSTREAM","features":[205]},{"name":"DBPROPSTATUSENUM","features":[205]},{"name":"DBPROPSTATUSENUM21","features":[205]},{"name":"DBPROPSTATUS_BADCOLUMN","features":[205]},{"name":"DBPROPSTATUS_BADOPTION","features":[205]},{"name":"DBPROPSTATUS_BADVALUE","features":[205]},{"name":"DBPROPSTATUS_CONFLICTING","features":[205]},{"name":"DBPROPSTATUS_NOTALLSETTABLE","features":[205]},{"name":"DBPROPSTATUS_NOTAVAILABLE","features":[205]},{"name":"DBPROPSTATUS_NOTSET","features":[205]},{"name":"DBPROPSTATUS_NOTSETTABLE","features":[205]},{"name":"DBPROPSTATUS_NOTSUPPORTED","features":[205]},{"name":"DBPROPSTATUS_OK","features":[205]},{"name":"DBPROPVAL_AO_RANDOM","features":[205]},{"name":"DBPROPVAL_AO_SEQUENTIAL","features":[205]},{"name":"DBPROPVAL_AO_SEQUENTIALSTORAGEOBJECTS","features":[205]},{"name":"DBPROPVAL_ASYNCH_BACKGROUNDPOPULATION","features":[205]},{"name":"DBPROPVAL_ASYNCH_INITIALIZE","features":[205]},{"name":"DBPROPVAL_ASYNCH_POPULATEONDEMAND","features":[205]},{"name":"DBPROPVAL_ASYNCH_PREPOPULATE","features":[205]},{"name":"DBPROPVAL_ASYNCH_RANDOMPOPULATION","features":[205]},{"name":"DBPROPVAL_ASYNCH_SEQUENTIALPOPULATION","features":[205]},{"name":"DBPROPVAL_BD_INTRANSACTION","features":[205]},{"name":"DBPROPVAL_BD_REORGANIZATION","features":[205]},{"name":"DBPROPVAL_BD_ROWSET","features":[205]},{"name":"DBPROPVAL_BD_XTRANSACTION","features":[205]},{"name":"DBPROPVAL_BI_CROSSROWSET","features":[205]},{"name":"DBPROPVAL_BMK_KEY","features":[205]},{"name":"DBPROPVAL_BMK_NUMERIC","features":[205]},{"name":"DBPROPVAL_BO_NOINDEXUPDATE","features":[205]},{"name":"DBPROPVAL_BO_NOLOG","features":[205]},{"name":"DBPROPVAL_BO_REFINTEGRITY","features":[205]},{"name":"DBPROPVAL_CB_DELETE","features":[205]},{"name":"DBPROPVAL_CB_NON_NULL","features":[205]},{"name":"DBPROPVAL_CB_NULL","features":[205]},{"name":"DBPROPVAL_CB_PRESERVE","features":[205]},{"name":"DBPROPVAL_CD_NOTNULL","features":[205]},{"name":"DBPROPVAL_CL_END","features":[205]},{"name":"DBPROPVAL_CL_START","features":[205]},{"name":"DBPROPVAL_CM_TRANSACTIONS","features":[205]},{"name":"DBPROPVAL_CO_BEGINSWITH","features":[205]},{"name":"DBPROPVAL_CO_CASEINSENSITIVE","features":[205]},{"name":"DBPROPVAL_CO_CASESENSITIVE","features":[205]},{"name":"DBPROPVAL_CO_CONTAINS","features":[205]},{"name":"DBPROPVAL_CO_EQUALITY","features":[205]},{"name":"DBPROPVAL_CO_STRING","features":[205]},{"name":"DBPROPVAL_CS_COMMUNICATIONFAILURE","features":[205]},{"name":"DBPROPVAL_CS_INITIALIZED","features":[205]},{"name":"DBPROPVAL_CS_UNINITIALIZED","features":[205]},{"name":"DBPROPVAL_CU_DML_STATEMENTS","features":[205]},{"name":"DBPROPVAL_CU_INDEX_DEFINITION","features":[205]},{"name":"DBPROPVAL_CU_PRIVILEGE_DEFINITION","features":[205]},{"name":"DBPROPVAL_CU_TABLE_DEFINITION","features":[205]},{"name":"DBPROPVAL_DF_INITIALLY_DEFERRED","features":[205]},{"name":"DBPROPVAL_DF_INITIALLY_IMMEDIATE","features":[205]},{"name":"DBPROPVAL_DF_NOT_DEFERRABLE","features":[205]},{"name":"DBPROPVAL_DST_DOCSOURCE","features":[205]},{"name":"DBPROPVAL_DST_MDP","features":[205]},{"name":"DBPROPVAL_DST_TDP","features":[205]},{"name":"DBPROPVAL_DST_TDPANDMDP","features":[205]},{"name":"DBPROPVAL_FU_CATALOG","features":[205]},{"name":"DBPROPVAL_FU_COLUMN","features":[205]},{"name":"DBPROPVAL_FU_NOT_SUPPORTED","features":[205]},{"name":"DBPROPVAL_FU_TABLE","features":[205]},{"name":"DBPROPVAL_GB_COLLATE","features":[205]},{"name":"DBPROPVAL_GB_CONTAINS_SELECT","features":[205]},{"name":"DBPROPVAL_GB_EQUALS_SELECT","features":[205]},{"name":"DBPROPVAL_GB_NOT_SUPPORTED","features":[205]},{"name":"DBPROPVAL_GB_NO_RELATION","features":[205]},{"name":"DBPROPVAL_GU_NOTSUPPORTED","features":[205]},{"name":"DBPROPVAL_GU_SUFFIX","features":[205]},{"name":"DBPROPVAL_HT_DIFFERENT_CATALOGS","features":[205]},{"name":"DBPROPVAL_HT_DIFFERENT_PROVIDERS","features":[205]},{"name":"DBPROPVAL_IC_LOWER","features":[205]},{"name":"DBPROPVAL_IC_MIXED","features":[205]},{"name":"DBPROPVAL_IC_SENSITIVE","features":[205]},{"name":"DBPROPVAL_IC_UPPER","features":[205]},{"name":"DBPROPVAL_IN_ALLOWNULL","features":[205]},{"name":"DBPROPVAL_IN_DISALLOWNULL","features":[205]},{"name":"DBPROPVAL_IN_IGNOREANYNULL","features":[205]},{"name":"DBPROPVAL_IN_IGNORENULL","features":[205]},{"name":"DBPROPVAL_IT_BTREE","features":[205]},{"name":"DBPROPVAL_IT_CONTENT","features":[205]},{"name":"DBPROPVAL_IT_HASH","features":[205]},{"name":"DBPROPVAL_IT_OTHER","features":[205]},{"name":"DBPROPVAL_LM_INTENT","features":[205]},{"name":"DBPROPVAL_LM_NONE","features":[205]},{"name":"DBPROPVAL_LM_READ","features":[205]},{"name":"DBPROPVAL_LM_RITE","features":[205]},{"name":"DBPROPVAL_LM_SINGLEROW","features":[205]},{"name":"DBPROPVAL_MR_CONCURRENT","features":[205]},{"name":"DBPROPVAL_MR_NOTSUPPORTED","features":[205]},{"name":"DBPROPVAL_MR_SUPPORTED","features":[205]},{"name":"DBPROPVAL_NC_END","features":[205]},{"name":"DBPROPVAL_NC_HIGH","features":[205]},{"name":"DBPROPVAL_NC_LOW","features":[205]},{"name":"DBPROPVAL_NC_START","features":[205]},{"name":"DBPROPVAL_NP_ABOUTTODO","features":[205]},{"name":"DBPROPVAL_NP_DIDEVENT","features":[205]},{"name":"DBPROPVAL_NP_FAILEDTODO","features":[205]},{"name":"DBPROPVAL_NP_OKTODO","features":[205]},{"name":"DBPROPVAL_NP_SYNCHAFTER","features":[205]},{"name":"DBPROPVAL_NT_MULTIPLEROWS","features":[205]},{"name":"DBPROPVAL_NT_SINGLEROW","features":[205]},{"name":"DBPROPVAL_OA_ATEXECUTE","features":[205]},{"name":"DBPROPVAL_OA_ATROWRELEASE","features":[205]},{"name":"DBPROPVAL_OA_NOTSUPPORTED","features":[205]},{"name":"DBPROPVAL_OO_BLOB","features":[205]},{"name":"DBPROPVAL_OO_DIRECTBIND","features":[205]},{"name":"DBPROPVAL_OO_IPERSIST","features":[205]},{"name":"DBPROPVAL_OO_ROWOBJECT","features":[205]},{"name":"DBPROPVAL_OO_SCOPED","features":[205]},{"name":"DBPROPVAL_OO_SINGLETON","features":[205]},{"name":"DBPROPVAL_OP_EQUAL","features":[205]},{"name":"DBPROPVAL_OP_RELATIVE","features":[205]},{"name":"DBPROPVAL_OP_STRING","features":[205]},{"name":"DBPROPVAL_ORS_HISTOGRAM","features":[205]},{"name":"DBPROPVAL_ORS_INDEX","features":[205]},{"name":"DBPROPVAL_ORS_INTEGRATEDINDEX","features":[205]},{"name":"DBPROPVAL_ORS_STOREDPROC","features":[205]},{"name":"DBPROPVAL_ORS_TABLE","features":[205]},{"name":"DBPROPVAL_OS_AGR_AFTERSESSION","features":[205]},{"name":"DBPROPVAL_OS_CLIENTCURSOR","features":[205]},{"name":"DBPROPVAL_OS_DISABLEALL","features":[205]},{"name":"DBPROPVAL_OS_ENABLEALL","features":[205]},{"name":"DBPROPVAL_OS_RESOURCEPOOLING","features":[205]},{"name":"DBPROPVAL_OS_TXNENLISTMENT","features":[205]},{"name":"DBPROPVAL_PERSIST_ADTG","features":[205]},{"name":"DBPROPVAL_PERSIST_XML","features":[205]},{"name":"DBPROPVAL_PT_GUID","features":[205]},{"name":"DBPROPVAL_PT_GUID_NAME","features":[205]},{"name":"DBPROPVAL_PT_GUID_PROPID","features":[205]},{"name":"DBPROPVAL_PT_NAME","features":[205]},{"name":"DBPROPVAL_PT_PGUID_NAME","features":[205]},{"name":"DBPROPVAL_PT_PGUID_PROPID","features":[205]},{"name":"DBPROPVAL_PT_PROPID","features":[205]},{"name":"DBPROPVAL_RD_RESETALL","features":[205]},{"name":"DBPROPVAL_RT_APTMTTHREAD","features":[205]},{"name":"DBPROPVAL_RT_FREETHREAD","features":[205]},{"name":"DBPROPVAL_RT_SINGLETHREAD","features":[205]},{"name":"DBPROPVAL_SQL_ANSI89_IEF","features":[205]},{"name":"DBPROPVAL_SQL_ANSI92_ENTRY","features":[205]},{"name":"DBPROPVAL_SQL_ANSI92_FULL","features":[205]},{"name":"DBPROPVAL_SQL_ANSI92_INTERMEDIATE","features":[205]},{"name":"DBPROPVAL_SQL_ESCAPECLAUSES","features":[205]},{"name":"DBPROPVAL_SQL_FIPS_TRANSITIONAL","features":[205]},{"name":"DBPROPVAL_SQL_NONE","features":[205]},{"name":"DBPROPVAL_SQL_ODBC_CORE","features":[205]},{"name":"DBPROPVAL_SQL_ODBC_EXTENDED","features":[205]},{"name":"DBPROPVAL_SQL_ODBC_MINIMUM","features":[205]},{"name":"DBPROPVAL_SQL_SUBMINIMUM","features":[205]},{"name":"DBPROPVAL_SQ_COMPARISON","features":[205]},{"name":"DBPROPVAL_SQ_CORRELATEDSUBQUERIES","features":[205]},{"name":"DBPROPVAL_SQ_EXISTS","features":[205]},{"name":"DBPROPVAL_SQ_IN","features":[205]},{"name":"DBPROPVAL_SQ_QUANTIFIED","features":[205]},{"name":"DBPROPVAL_SQ_TABLE","features":[205]},{"name":"DBPROPVAL_SS_ILOCKBYTES","features":[205]},{"name":"DBPROPVAL_SS_ISEQUENTIALSTREAM","features":[205]},{"name":"DBPROPVAL_SS_ISTORAGE","features":[205]},{"name":"DBPROPVAL_SS_ISTREAM","features":[205]},{"name":"DBPROPVAL_STGM_CONVERT","features":[205]},{"name":"DBPROPVAL_STGM_DELETEONRELEASE","features":[205]},{"name":"DBPROPVAL_STGM_DIRECT","features":[205]},{"name":"DBPROPVAL_STGM_FAILIFTHERE","features":[205]},{"name":"DBPROPVAL_STGM_PRIORITY","features":[205]},{"name":"DBPROPVAL_STGM_TRANSACTED","features":[205]},{"name":"DBPROPVAL_SU_DML_STATEMENTS","features":[205]},{"name":"DBPROPVAL_SU_INDEX_DEFINITION","features":[205]},{"name":"DBPROPVAL_SU_PRIVILEGE_DEFINITION","features":[205]},{"name":"DBPROPVAL_SU_TABLE_DEFINITION","features":[205]},{"name":"DBPROPVAL_TC_ALL","features":[205]},{"name":"DBPROPVAL_TC_DDL_COMMIT","features":[205]},{"name":"DBPROPVAL_TC_DDL_IGNORE","features":[205]},{"name":"DBPROPVAL_TC_DDL_LOCK","features":[205]},{"name":"DBPROPVAL_TC_DML","features":[205]},{"name":"DBPROPVAL_TC_NONE","features":[205]},{"name":"DBPROPVAL_TI_BROWSE","features":[205]},{"name":"DBPROPVAL_TI_CHAOS","features":[205]},{"name":"DBPROPVAL_TI_CURSORSTABILITY","features":[205]},{"name":"DBPROPVAL_TI_ISOLATED","features":[205]},{"name":"DBPROPVAL_TI_READCOMMITTED","features":[205]},{"name":"DBPROPVAL_TI_READUNCOMMITTED","features":[205]},{"name":"DBPROPVAL_TI_REPEATABLEREAD","features":[205]},{"name":"DBPROPVAL_TI_SERIALIZABLE","features":[205]},{"name":"DBPROPVAL_TR_ABORT","features":[205]},{"name":"DBPROPVAL_TR_ABORT_DC","features":[205]},{"name":"DBPROPVAL_TR_ABORT_NO","features":[205]},{"name":"DBPROPVAL_TR_BOTH","features":[205]},{"name":"DBPROPVAL_TR_COMMIT","features":[205]},{"name":"DBPROPVAL_TR_COMMIT_DC","features":[205]},{"name":"DBPROPVAL_TR_COMMIT_NO","features":[205]},{"name":"DBPROPVAL_TR_DONTCARE","features":[205]},{"name":"DBPROPVAL_TR_NONE","features":[205]},{"name":"DBPROPVAL_TR_OPTIMISTIC","features":[205]},{"name":"DBPROPVAL_TS_CARDINALITY","features":[205]},{"name":"DBPROPVAL_TS_HISTOGRAM","features":[205]},{"name":"DBPROPVAL_UP_CHANGE","features":[205]},{"name":"DBPROPVAL_UP_DELETE","features":[205]},{"name":"DBPROPVAL_UP_INSERT","features":[205]},{"name":"DBPROP_ABORTPRESERVE","features":[205]},{"name":"DBPROP_ACCESSORDER","features":[205]},{"name":"DBPROP_ACTIVESESSIONS","features":[205]},{"name":"DBPROP_ALTERCOLUMN","features":[205]},{"name":"DBPROP_APPENDONLY","features":[205]},{"name":"DBPROP_ASYNCTXNABORT","features":[205]},{"name":"DBPROP_ASYNCTXNCOMMIT","features":[205]},{"name":"DBPROP_AUTH_CACHE_AUTHINFO","features":[205]},{"name":"DBPROP_AUTH_ENCRYPT_PASSWORD","features":[205]},{"name":"DBPROP_AUTH_INTEGRATED","features":[205]},{"name":"DBPROP_AUTH_MASK_PASSWORD","features":[205]},{"name":"DBPROP_AUTH_PASSWORD","features":[205]},{"name":"DBPROP_AUTH_PERSIST_ENCRYPTED","features":[205]},{"name":"DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO","features":[205]},{"name":"DBPROP_AUTH_USERID","features":[205]},{"name":"DBPROP_BLOCKINGSTORAGEOBJECTS","features":[205]},{"name":"DBPROP_BOOKMARKINFO","features":[205]},{"name":"DBPROP_BOOKMARKS","features":[205]},{"name":"DBPROP_BOOKMARKSKIPPED","features":[205]},{"name":"DBPROP_BOOKMARKTYPE","features":[205]},{"name":"DBPROP_BYREFACCESSORS","features":[205]},{"name":"DBPROP_CACHEDEFERRED","features":[205]},{"name":"DBPROP_CANFETCHBACKWARDS","features":[205]},{"name":"DBPROP_CANHOLDROWS","features":[205]},{"name":"DBPROP_CANSCROLLBACKWARDS","features":[205]},{"name":"DBPROP_CATALOGLOCATION","features":[205]},{"name":"DBPROP_CATALOGTERM","features":[205]},{"name":"DBPROP_CATALOGUSAGE","features":[205]},{"name":"DBPROP_CHANGEINSERTEDROWS","features":[205]},{"name":"DBPROP_CLIENTCURSOR","features":[205]},{"name":"DBPROP_COLUMNDEFINITION","features":[205]},{"name":"DBPROP_COLUMNLCID","features":[205]},{"name":"DBPROP_COLUMNRESTRICT","features":[205]},{"name":"DBPROP_COL_AUTOINCREMENT","features":[205]},{"name":"DBPROP_COL_DEFAULT","features":[205]},{"name":"DBPROP_COL_DESCRIPTION","features":[205]},{"name":"DBPROP_COL_FIXEDLENGTH","features":[205]},{"name":"DBPROP_COL_INCREMENT","features":[205]},{"name":"DBPROP_COL_ISLONG","features":[205]},{"name":"DBPROP_COL_NULLABLE","features":[205]},{"name":"DBPROP_COL_PRIMARYKEY","features":[205]},{"name":"DBPROP_COL_SEED","features":[205]},{"name":"DBPROP_COL_UNIQUE","features":[205]},{"name":"DBPROP_COMMANDTIMEOUT","features":[205]},{"name":"DBPROP_COMMITPRESERVE","features":[205]},{"name":"DBPROP_COMSERVICES","features":[205]},{"name":"DBPROP_CONCATNULLBEHAVIOR","features":[205]},{"name":"DBPROP_CONNECTIONSTATUS","features":[205]},{"name":"DBPROP_CURRENTCATALOG","features":[205]},{"name":"DBPROP_DATASOURCENAME","features":[205]},{"name":"DBPROP_DATASOURCEREADONLY","features":[205]},{"name":"DBPROP_DATASOURCE_TYPE","features":[205]},{"name":"DBPROP_DBMSNAME","features":[205]},{"name":"DBPROP_DBMSVER","features":[205]},{"name":"DBPROP_DEFERRED","features":[205]},{"name":"DBPROP_DELAYSTORAGEOBJECTS","features":[205]},{"name":"DBPROP_DSOTHREADMODEL","features":[205]},{"name":"DBPROP_FILTERCOMPAREOPS","features":[205]},{"name":"DBPROP_FILTEROPS","features":[205]},{"name":"DBPROP_FINDCOMPAREOPS","features":[205]},{"name":"DBPROP_GENERATEURL","features":[205]},{"name":"DBPROP_GROUPBY","features":[205]},{"name":"DBPROP_HCHAPTER","features":[205]},{"name":"DBPROP_HETEROGENEOUSTABLES","features":[205]},{"name":"DBPROP_HIDDENCOLUMNS","features":[205]},{"name":"DBPROP_IAccessor","features":[205]},{"name":"DBPROP_IBindResource","features":[205]},{"name":"DBPROP_IChapteredRowset","features":[205]},{"name":"DBPROP_IColumnsInfo","features":[205]},{"name":"DBPROP_IColumnsInfo2","features":[205]},{"name":"DBPROP_IColumnsRowset","features":[205]},{"name":"DBPROP_ICommandCost","features":[205]},{"name":"DBPROP_ICommandTree","features":[205]},{"name":"DBPROP_ICommandValidate","features":[205]},{"name":"DBPROP_IConnectionPointContainer","features":[205]},{"name":"DBPROP_IConvertType","features":[205]},{"name":"DBPROP_ICreateRow","features":[205]},{"name":"DBPROP_IDBAsynchStatus","features":[205]},{"name":"DBPROP_IDBBinderProperties","features":[205]},{"name":"DBPROP_IDBSchemaCommand","features":[205]},{"name":"DBPROP_IDENTIFIERCASE","features":[205]},{"name":"DBPROP_IGetRow","features":[205]},{"name":"DBPROP_IGetSession","features":[205]},{"name":"DBPROP_IGetSourceRow","features":[205]},{"name":"DBPROP_ILockBytes","features":[205]},{"name":"DBPROP_IMMOBILEROWS","features":[205]},{"name":"DBPROP_IMultipleResults","features":[205]},{"name":"DBPROP_INDEX_AUTOUPDATE","features":[205]},{"name":"DBPROP_INDEX_CLUSTERED","features":[205]},{"name":"DBPROP_INDEX_FILLFACTOR","features":[205]},{"name":"DBPROP_INDEX_INITIALSIZE","features":[205]},{"name":"DBPROP_INDEX_NULLCOLLATION","features":[205]},{"name":"DBPROP_INDEX_NULLS","features":[205]},{"name":"DBPROP_INDEX_PRIMARYKEY","features":[205]},{"name":"DBPROP_INDEX_SORTBOOKMARKS","features":[205]},{"name":"DBPROP_INDEX_TEMPINDEX","features":[205]},{"name":"DBPROP_INDEX_TYPE","features":[205]},{"name":"DBPROP_INDEX_UNIQUE","features":[205]},{"name":"DBPROP_INIT_ASYNCH","features":[205]},{"name":"DBPROP_INIT_BINDFLAGS","features":[205]},{"name":"DBPROP_INIT_CATALOG","features":[205]},{"name":"DBPROP_INIT_DATASOURCE","features":[205]},{"name":"DBPROP_INIT_GENERALTIMEOUT","features":[205]},{"name":"DBPROP_INIT_HWND","features":[205]},{"name":"DBPROP_INIT_IMPERSONATION_LEVEL","features":[205]},{"name":"DBPROP_INIT_LCID","features":[205]},{"name":"DBPROP_INIT_LOCATION","features":[205]},{"name":"DBPROP_INIT_LOCKOWNER","features":[205]},{"name":"DBPROP_INIT_MODE","features":[205]},{"name":"DBPROP_INIT_OLEDBSERVICES","features":[205]},{"name":"DBPROP_INIT_PROMPT","features":[205]},{"name":"DBPROP_INIT_PROTECTION_LEVEL","features":[205]},{"name":"DBPROP_INIT_PROVIDERSTRING","features":[205]},{"name":"DBPROP_INIT_TIMEOUT","features":[205]},{"name":"DBPROP_INTERLEAVEDROWS","features":[205]},{"name":"DBPROP_IParentRowset","features":[205]},{"name":"DBPROP_IProvideMoniker","features":[205]},{"name":"DBPROP_IQuery","features":[205]},{"name":"DBPROP_IReadData","features":[205]},{"name":"DBPROP_IRegisterProvider","features":[205]},{"name":"DBPROP_IRow","features":[205]},{"name":"DBPROP_IRowChange","features":[205]},{"name":"DBPROP_IRowSchemaChange","features":[205]},{"name":"DBPROP_IRowset","features":[205]},{"name":"DBPROP_IRowsetAsynch","features":[205]},{"name":"DBPROP_IRowsetBookmark","features":[205]},{"name":"DBPROP_IRowsetChange","features":[205]},{"name":"DBPROP_IRowsetCopyRows","features":[205]},{"name":"DBPROP_IRowsetCurrentIndex","features":[205]},{"name":"DBPROP_IRowsetExactScroll","features":[205]},{"name":"DBPROP_IRowsetFind","features":[205]},{"name":"DBPROP_IRowsetIdentity","features":[205]},{"name":"DBPROP_IRowsetIndex","features":[205]},{"name":"DBPROP_IRowsetInfo","features":[205]},{"name":"DBPROP_IRowsetKeys","features":[205]},{"name":"DBPROP_IRowsetLocate","features":[205]},{"name":"DBPROP_IRowsetNewRowAfter","features":[205]},{"name":"DBPROP_IRowsetNextRowset","features":[205]},{"name":"DBPROP_IRowsetRefresh","features":[205]},{"name":"DBPROP_IRowsetResynch","features":[205]},{"name":"DBPROP_IRowsetScroll","features":[205]},{"name":"DBPROP_IRowsetUpdate","features":[205]},{"name":"DBPROP_IRowsetView","features":[205]},{"name":"DBPROP_IRowsetWatchAll","features":[205]},{"name":"DBPROP_IRowsetWatchNotify","features":[205]},{"name":"DBPROP_IRowsetWatchRegion","features":[205]},{"name":"DBPROP_IRowsetWithParameters","features":[205]},{"name":"DBPROP_IScopedOperations","features":[205]},{"name":"DBPROP_ISequentialStream","features":[205]},{"name":"DBPROP_IStorage","features":[205]},{"name":"DBPROP_IStream","features":[205]},{"name":"DBPROP_ISupportErrorInfo","features":[205]},{"name":"DBPROP_IViewChapter","features":[205]},{"name":"DBPROP_IViewFilter","features":[205]},{"name":"DBPROP_IViewRowset","features":[205]},{"name":"DBPROP_IViewSort","features":[205]},{"name":"DBPROP_LITERALBOOKMARKS","features":[205]},{"name":"DBPROP_LITERALIDENTITY","features":[205]},{"name":"DBPROP_LOCKMODE","features":[205]},{"name":"DBPROP_MAINTAINPROPS","features":[205]},{"name":"DBPROP_MARSHALLABLE","features":[205]},{"name":"DBPROP_MAXINDEXSIZE","features":[205]},{"name":"DBPROP_MAXOPENCHAPTERS","features":[205]},{"name":"DBPROP_MAXOPENROWS","features":[205]},{"name":"DBPROP_MAXORSINFILTER","features":[205]},{"name":"DBPROP_MAXPENDINGROWS","features":[205]},{"name":"DBPROP_MAXROWS","features":[205]},{"name":"DBPROP_MAXROWSIZE","features":[205]},{"name":"DBPROP_MAXROWSIZEINCLUDESBLOB","features":[205]},{"name":"DBPROP_MAXSORTCOLUMNS","features":[205]},{"name":"DBPROP_MAXTABLESINSELECT","features":[205]},{"name":"DBPROP_MAYWRITECOLUMN","features":[205]},{"name":"DBPROP_MEMORYUSAGE","features":[205]},{"name":"DBPROP_MSDAORA8_DETERMINEKEYCOLUMNS","features":[205]},{"name":"DBPROP_MSDAORA_DETERMINEKEYCOLUMNS","features":[205]},{"name":"DBPROP_MSDS_DBINIT_DATAPROVIDER","features":[205]},{"name":"DBPROP_MSDS_SESS_UNIQUENAMES","features":[205]},{"name":"DBPROP_MULTIPLECONNECTIONS","features":[205]},{"name":"DBPROP_MULTIPLEPARAMSETS","features":[205]},{"name":"DBPROP_MULTIPLERESULTS","features":[205]},{"name":"DBPROP_MULTIPLESTORAGEOBJECTS","features":[205]},{"name":"DBPROP_MULTITABLEUPDATE","features":[205]},{"name":"DBPROP_NOTIFICATIONGRANULARITY","features":[205]},{"name":"DBPROP_NOTIFICATIONPHASES","features":[205]},{"name":"DBPROP_NOTIFYCOLUMNSET","features":[205]},{"name":"DBPROP_NOTIFYROWDELETE","features":[205]},{"name":"DBPROP_NOTIFYROWFIRSTCHANGE","features":[205]},{"name":"DBPROP_NOTIFYROWINSERT","features":[205]},{"name":"DBPROP_NOTIFYROWRESYNCH","features":[205]},{"name":"DBPROP_NOTIFYROWSETCHANGED","features":[205]},{"name":"DBPROP_NOTIFYROWSETFETCHPOSITIONCHANGE","features":[205]},{"name":"DBPROP_NOTIFYROWSETRELEASE","features":[205]},{"name":"DBPROP_NOTIFYROWUNDOCHANGE","features":[205]},{"name":"DBPROP_NOTIFYROWUNDODELETE","features":[205]},{"name":"DBPROP_NOTIFYROWUNDOINSERT","features":[205]},{"name":"DBPROP_NOTIFYROWUPDATE","features":[205]},{"name":"DBPROP_NULLCOLLATION","features":[205]},{"name":"DBPROP_OLEOBJECTS","features":[205]},{"name":"DBPROP_OPENROWSETSUPPORT","features":[205]},{"name":"DBPROP_ORDERBYCOLUMNSINSELECT","features":[205]},{"name":"DBPROP_ORDEREDBOOKMARKS","features":[205]},{"name":"DBPROP_OTHERINSERT","features":[205]},{"name":"DBPROP_OTHERUPDATEDELETE","features":[205]},{"name":"DBPROP_OUTPUTENCODING","features":[205]},{"name":"DBPROP_OUTPUTPARAMETERAVAILABILITY","features":[205]},{"name":"DBPROP_OUTPUTSTREAM","features":[205]},{"name":"DBPROP_OWNINSERT","features":[205]},{"name":"DBPROP_OWNUPDATEDELETE","features":[205]},{"name":"DBPROP_PERSISTENTIDTYPE","features":[205]},{"name":"DBPROP_PREPAREABORTBEHAVIOR","features":[205]},{"name":"DBPROP_PREPARECOMMITBEHAVIOR","features":[205]},{"name":"DBPROP_PROCEDURETERM","features":[205]},{"name":"DBPROP_PROVIDERFRIENDLYNAME","features":[205]},{"name":"DBPROP_PROVIDERMEMORY","features":[205]},{"name":"DBPROP_PROVIDERNAME","features":[205]},{"name":"DBPROP_PROVIDEROLEDBVER","features":[205]},{"name":"DBPROP_PROVIDERVER","features":[205]},{"name":"DBPROP_PersistFormat","features":[205]},{"name":"DBPROP_PersistSchema","features":[205]},{"name":"DBPROP_QUICKRESTART","features":[205]},{"name":"DBPROP_QUOTEDIDENTIFIERCASE","features":[205]},{"name":"DBPROP_REENTRANTEVENTS","features":[205]},{"name":"DBPROP_REMOVEDELETED","features":[205]},{"name":"DBPROP_REPORTMULTIPLECHANGES","features":[205]},{"name":"DBPROP_RESETDATASOURCE","features":[205]},{"name":"DBPROP_RETURNPENDINGINSERTS","features":[205]},{"name":"DBPROP_ROWRESTRICT","features":[205]},{"name":"DBPROP_ROWSETCONVERSIONSONCOMMAND","features":[205]},{"name":"DBPROP_ROWSET_ASYNCH","features":[205]},{"name":"DBPROP_ROWTHREADMODEL","features":[205]},{"name":"DBPROP_ROW_BULKOPS","features":[205]},{"name":"DBPROP_SCHEMATERM","features":[205]},{"name":"DBPROP_SCHEMAUSAGE","features":[205]},{"name":"DBPROP_SERVERCURSOR","features":[205]},{"name":"DBPROP_SERVERDATAONINSERT","features":[205]},{"name":"DBPROP_SERVERNAME","features":[205]},{"name":"DBPROP_SESS_AUTOCOMMITISOLEVELS","features":[205]},{"name":"DBPROP_SKIPROWCOUNTRESULTS","features":[205]},{"name":"DBPROP_SORTONINDEX","features":[205]},{"name":"DBPROP_SQLSUPPORT","features":[205]},{"name":"DBPROP_STORAGEFLAGS","features":[205]},{"name":"DBPROP_STRONGIDENTITY","features":[205]},{"name":"DBPROP_STRUCTUREDSTORAGE","features":[205]},{"name":"DBPROP_SUBQUERIES","features":[205]},{"name":"DBPROP_SUPPORTEDTXNDDL","features":[205]},{"name":"DBPROP_SUPPORTEDTXNISOLEVELS","features":[205]},{"name":"DBPROP_SUPPORTEDTXNISORETAIN","features":[205]},{"name":"DBPROP_TABLESTATISTICS","features":[205]},{"name":"DBPROP_TABLETERM","features":[205]},{"name":"DBPROP_TBL_TEMPTABLE","features":[205]},{"name":"DBPROP_TRANSACTEDOBJECT","features":[205]},{"name":"DBPROP_TRUSTEE_AUTHENTICATION","features":[205]},{"name":"DBPROP_TRUSTEE_NEWAUTHENTICATION","features":[205]},{"name":"DBPROP_TRUSTEE_USERNAME","features":[205]},{"name":"DBPROP_UNIQUEROWS","features":[205]},{"name":"DBPROP_UPDATABILITY","features":[205]},{"name":"DBPROP_USERNAME","features":[205]},{"name":"DBPROP_Unicode","features":[205]},{"name":"DBQUERYGUID","features":[205]},{"name":"DBRANGEENUM","features":[205]},{"name":"DBRANGEENUM20","features":[205]},{"name":"DBRANGE_EXCLUDENULLS","features":[205]},{"name":"DBRANGE_EXCLUSIVEEND","features":[205]},{"name":"DBRANGE_EXCLUSIVESTART","features":[205]},{"name":"DBRANGE_INCLUSIVEEND","features":[205]},{"name":"DBRANGE_INCLUSIVESTART","features":[205]},{"name":"DBRANGE_MATCH","features":[205]},{"name":"DBRANGE_MATCH_N_MASK","features":[205]},{"name":"DBRANGE_MATCH_N_SHIFT","features":[205]},{"name":"DBRANGE_PREFIX","features":[205]},{"name":"DBREASONENUM","features":[205]},{"name":"DBREASONENUM15","features":[205]},{"name":"DBREASONENUM25","features":[205]},{"name":"DBREASON_COLUMN_RECALCULATED","features":[205]},{"name":"DBREASON_COLUMN_SET","features":[205]},{"name":"DBREASON_ROWPOSITION_CHANGED","features":[205]},{"name":"DBREASON_ROWPOSITION_CHAPTERCHANGED","features":[205]},{"name":"DBREASON_ROWPOSITION_CLEARED","features":[205]},{"name":"DBREASON_ROWSET_CHANGED","features":[205]},{"name":"DBREASON_ROWSET_FETCHPOSITIONCHANGE","features":[205]},{"name":"DBREASON_ROWSET_POPULATIONCOMPLETE","features":[205]},{"name":"DBREASON_ROWSET_POPULATIONSTOPPED","features":[205]},{"name":"DBREASON_ROWSET_RELEASE","features":[205]},{"name":"DBREASON_ROWSET_ROWSADDED","features":[205]},{"name":"DBREASON_ROW_ACTIVATE","features":[205]},{"name":"DBREASON_ROW_ASYNCHINSERT","features":[205]},{"name":"DBREASON_ROW_DELETE","features":[205]},{"name":"DBREASON_ROW_FIRSTCHANGE","features":[205]},{"name":"DBREASON_ROW_INSERT","features":[205]},{"name":"DBREASON_ROW_RELEASE","features":[205]},{"name":"DBREASON_ROW_RESYNCH","features":[205]},{"name":"DBREASON_ROW_UNDOCHANGE","features":[205]},{"name":"DBREASON_ROW_UNDODELETE","features":[205]},{"name":"DBREASON_ROW_UNDOINSERT","features":[205]},{"name":"DBREASON_ROW_UPDATE","features":[205]},{"name":"DBRESOURCEKINDENUM","features":[205]},{"name":"DBRESOURCE_CPU","features":[205]},{"name":"DBRESOURCE_DISK","features":[205]},{"name":"DBRESOURCE_INVALID","features":[205]},{"name":"DBRESOURCE_MEMORY","features":[205]},{"name":"DBRESOURCE_NETWORK","features":[205]},{"name":"DBRESOURCE_OTHER","features":[205]},{"name":"DBRESOURCE_RESPONSE","features":[205]},{"name":"DBRESOURCE_ROWS","features":[205]},{"name":"DBRESOURCE_TOTAL","features":[205]},{"name":"DBRESULTFLAGENUM","features":[205]},{"name":"DBRESULTFLAG_DEFAULT","features":[205]},{"name":"DBRESULTFLAG_ROW","features":[205]},{"name":"DBRESULTFLAG_ROWSET","features":[205]},{"name":"DBROWCHANGEKINDENUM","features":[205]},{"name":"DBROWCHANGEKIND_COUNT","features":[205]},{"name":"DBROWCHANGEKIND_DELETE","features":[205]},{"name":"DBROWCHANGEKIND_INSERT","features":[205]},{"name":"DBROWCHANGEKIND_UPDATE","features":[205]},{"name":"DBROWSTATUSENUM","features":[205]},{"name":"DBROWSTATUSENUM20","features":[205]},{"name":"DBROWSTATUS_E_CANCELED","features":[205]},{"name":"DBROWSTATUS_E_CANTRELEASE","features":[205]},{"name":"DBROWSTATUS_E_CONCURRENCYVIOLATION","features":[205]},{"name":"DBROWSTATUS_E_DELETED","features":[205]},{"name":"DBROWSTATUS_E_FAIL","features":[205]},{"name":"DBROWSTATUS_E_INTEGRITYVIOLATION","features":[205]},{"name":"DBROWSTATUS_E_INVALID","features":[205]},{"name":"DBROWSTATUS_E_LIMITREACHED","features":[205]},{"name":"DBROWSTATUS_E_MAXPENDCHANGESEXCEEDED","features":[205]},{"name":"DBROWSTATUS_E_NEWLYINSERTED","features":[205]},{"name":"DBROWSTATUS_E_OBJECTOPEN","features":[205]},{"name":"DBROWSTATUS_E_OUTOFMEMORY","features":[205]},{"name":"DBROWSTATUS_E_PENDINGINSERT","features":[205]},{"name":"DBROWSTATUS_E_PERMISSIONDENIED","features":[205]},{"name":"DBROWSTATUS_E_SCHEMAVIOLATION","features":[205]},{"name":"DBROWSTATUS_S_MULTIPLECHANGES","features":[205]},{"name":"DBROWSTATUS_S_NOCHANGE","features":[205]},{"name":"DBROWSTATUS_S_OK","features":[205]},{"name":"DBROWSTATUS_S_PENDINGCHANGES","features":[205]},{"name":"DBROWWATCHCHANGE","features":[205]},{"name":"DBROWWATCHCHANGE","features":[205]},{"name":"DBSCHEMA_LINKEDSERVERS","features":[205]},{"name":"DBSEEKENUM","features":[205]},{"name":"DBSEEK_AFTER","features":[205]},{"name":"DBSEEK_AFTEREQ","features":[205]},{"name":"DBSEEK_BEFORE","features":[205]},{"name":"DBSEEK_BEFOREEQ","features":[205]},{"name":"DBSEEK_FIRSTEQ","features":[205]},{"name":"DBSEEK_INVALID","features":[205]},{"name":"DBSEEK_LASTEQ","features":[205]},{"name":"DBSELFGUID","features":[205]},{"name":"DBSORTENUM","features":[205]},{"name":"DBSORT_ASCENDING","features":[205]},{"name":"DBSORT_DESCENDING","features":[205]},{"name":"DBSOURCETYPEENUM","features":[205]},{"name":"DBSOURCETYPEENUM20","features":[205]},{"name":"DBSOURCETYPEENUM25","features":[205]},{"name":"DBSOURCETYPE_BINDER","features":[205]},{"name":"DBSOURCETYPE_DATASOURCE","features":[205]},{"name":"DBSOURCETYPE_DATASOURCE_MDP","features":[205]},{"name":"DBSOURCETYPE_DATASOURCE_TDP","features":[205]},{"name":"DBSOURCETYPE_ENUMERATOR","features":[205]},{"name":"DBSTATUSENUM","features":[205]},{"name":"DBSTATUSENUM20","features":[205]},{"name":"DBSTATUSENUM21","features":[205]},{"name":"DBSTATUSENUM25","features":[205]},{"name":"DBSTATUSENUM26","features":[205]},{"name":"DBSTATUS_E_BADACCESSOR","features":[205]},{"name":"DBSTATUS_E_BADSTATUS","features":[205]},{"name":"DBSTATUS_E_CANCELED","features":[205]},{"name":"DBSTATUS_E_CANNOTCOMPLETE","features":[205]},{"name":"DBSTATUS_E_CANTCONVERTVALUE","features":[205]},{"name":"DBSTATUS_E_CANTCREATE","features":[205]},{"name":"DBSTATUS_E_DATAOVERFLOW","features":[205]},{"name":"DBSTATUS_E_DOESNOTEXIST","features":[205]},{"name":"DBSTATUS_E_INTEGRITYVIOLATION","features":[205]},{"name":"DBSTATUS_E_INVALIDURL","features":[205]},{"name":"DBSTATUS_E_NOTCOLLECTION","features":[205]},{"name":"DBSTATUS_E_OUTOFSPACE","features":[205]},{"name":"DBSTATUS_E_PERMISSIONDENIED","features":[205]},{"name":"DBSTATUS_E_READONLY","features":[205]},{"name":"DBSTATUS_E_RESOURCEEXISTS","features":[205]},{"name":"DBSTATUS_E_RESOURCELOCKED","features":[205]},{"name":"DBSTATUS_E_RESOURCEOUTOFSCOPE","features":[205]},{"name":"DBSTATUS_E_SCHEMAVIOLATION","features":[205]},{"name":"DBSTATUS_E_SIGNMISMATCH","features":[205]},{"name":"DBSTATUS_E_UNAVAILABLE","features":[205]},{"name":"DBSTATUS_E_VOLUMENOTFOUND","features":[205]},{"name":"DBSTATUS_S_ALREADYEXISTS","features":[205]},{"name":"DBSTATUS_S_CANNOTDELETESOURCE","features":[205]},{"name":"DBSTATUS_S_DEFAULT","features":[205]},{"name":"DBSTATUS_S_IGNORE","features":[205]},{"name":"DBSTATUS_S_ISNULL","features":[205]},{"name":"DBSTATUS_S_OK","features":[205]},{"name":"DBSTATUS_S_ROWSETCOLUMN","features":[205]},{"name":"DBSTATUS_S_TRUNCATED","features":[205]},{"name":"DBSTAT_COLUMN_CARDINALITY","features":[205]},{"name":"DBSTAT_HISTOGRAM","features":[205]},{"name":"DBSTAT_TUPLE_CARDINALITY","features":[205]},{"name":"DBTABLESTATISTICSTYPE26","features":[205]},{"name":"DBTIME","features":[205]},{"name":"DBTIMESTAMP","features":[205]},{"name":"DBTIMESTAMP","features":[205]},{"name":"DBTYPEENUM","features":[205]},{"name":"DBTYPEENUM15","features":[205]},{"name":"DBTYPEENUM20","features":[205]},{"name":"DBTYPE_ARRAY","features":[205]},{"name":"DBTYPE_BOOL","features":[205]},{"name":"DBTYPE_BSTR","features":[205]},{"name":"DBTYPE_BYREF","features":[205]},{"name":"DBTYPE_BYTES","features":[205]},{"name":"DBTYPE_CY","features":[205]},{"name":"DBTYPE_DATE","features":[205]},{"name":"DBTYPE_DBDATE","features":[205]},{"name":"DBTYPE_DBTIME","features":[205]},{"name":"DBTYPE_DBTIMESTAMP","features":[205]},{"name":"DBTYPE_DECIMAL","features":[205]},{"name":"DBTYPE_EMPTY","features":[205]},{"name":"DBTYPE_ERROR","features":[205]},{"name":"DBTYPE_FILETIME","features":[205]},{"name":"DBTYPE_GUID","features":[205]},{"name":"DBTYPE_HCHAPTER","features":[205]},{"name":"DBTYPE_I1","features":[205]},{"name":"DBTYPE_I2","features":[205]},{"name":"DBTYPE_I4","features":[205]},{"name":"DBTYPE_I8","features":[205]},{"name":"DBTYPE_IDISPATCH","features":[205]},{"name":"DBTYPE_IUNKNOWN","features":[205]},{"name":"DBTYPE_NULL","features":[205]},{"name":"DBTYPE_NUMERIC","features":[205]},{"name":"DBTYPE_PROPVARIANT","features":[205]},{"name":"DBTYPE_R4","features":[205]},{"name":"DBTYPE_R8","features":[205]},{"name":"DBTYPE_RESERVED","features":[205]},{"name":"DBTYPE_SQLVARIANT","features":[205]},{"name":"DBTYPE_STR","features":[205]},{"name":"DBTYPE_UDT","features":[205]},{"name":"DBTYPE_UI1","features":[205]},{"name":"DBTYPE_UI2","features":[205]},{"name":"DBTYPE_UI4","features":[205]},{"name":"DBTYPE_UI8","features":[205]},{"name":"DBTYPE_VARIANT","features":[205]},{"name":"DBTYPE_VARNUMERIC","features":[205]},{"name":"DBTYPE_VECTOR","features":[205]},{"name":"DBTYPE_WSTR","features":[205]},{"name":"DBUNIT_BYTE","features":[205]},{"name":"DBUNIT_GIGA_BYTE","features":[205]},{"name":"DBUNIT_HOUR","features":[205]},{"name":"DBUNIT_INVALID","features":[205]},{"name":"DBUNIT_KILO_BYTE","features":[205]},{"name":"DBUNIT_MAXIMUM","features":[205]},{"name":"DBUNIT_MEGA_BYTE","features":[205]},{"name":"DBUNIT_MICRO_SECOND","features":[205]},{"name":"DBUNIT_MILLI_SECOND","features":[205]},{"name":"DBUNIT_MINIMUM","features":[205]},{"name":"DBUNIT_MINUTE","features":[205]},{"name":"DBUNIT_NUM_LOCKS","features":[205]},{"name":"DBUNIT_NUM_MSGS","features":[205]},{"name":"DBUNIT_NUM_ROWS","features":[205]},{"name":"DBUNIT_OTHER","features":[205]},{"name":"DBUNIT_PERCENT","features":[205]},{"name":"DBUNIT_SECOND","features":[205]},{"name":"DBUNIT_WEIGHT","features":[205]},{"name":"DBUPDELRULEENUM","features":[205]},{"name":"DBUPDELRULE_CASCADE","features":[205]},{"name":"DBUPDELRULE_NOACTION","features":[205]},{"name":"DBUPDELRULE_SETDEFAULT","features":[205]},{"name":"DBUPDELRULE_SETNULL","features":[205]},{"name":"DBVARYBIN","features":[205]},{"name":"DBVARYCHAR","features":[205]},{"name":"DBVECTOR","features":[205]},{"name":"DBVECTOR","features":[205]},{"name":"DBWATCHMODEENUM","features":[205]},{"name":"DBWATCHMODE_ALL","features":[205]},{"name":"DBWATCHMODE_COUNT","features":[205]},{"name":"DBWATCHMODE_EXTEND","features":[205]},{"name":"DBWATCHMODE_MOVE","features":[205]},{"name":"DBWATCHNOTIFYENUM","features":[205]},{"name":"DBWATCHNOTIFY_QUERYDONE","features":[205]},{"name":"DBWATCHNOTIFY_QUERYREEXECUTED","features":[205]},{"name":"DBWATCHNOTIFY_ROWSCHANGED","features":[205]},{"name":"DB_ALL_EXCEPT_LIKE","features":[205]},{"name":"DB_BINDFLAGS_COLLECTION","features":[205]},{"name":"DB_BINDFLAGS_DELAYFETCHCOLUMNS","features":[205]},{"name":"DB_BINDFLAGS_DELAYFETCHSTREAM","features":[205]},{"name":"DB_BINDFLAGS_ISSTRUCTUREDDOCUMENT","features":[205]},{"name":"DB_BINDFLAGS_OPENIFEXISTS","features":[205]},{"name":"DB_BINDFLAGS_OUTPUT","features":[205]},{"name":"DB_BINDFLAGS_OVERWRITE","features":[205]},{"name":"DB_BINDFLAGS_RECURSIVE","features":[205]},{"name":"DB_COLLATION_ASC","features":[205]},{"name":"DB_COLLATION_DESC","features":[205]},{"name":"DB_COUNTUNAVAILABLE","features":[205]},{"name":"DB_E_ABORTLIMITREACHED","features":[205]},{"name":"DB_E_ALREADYINITIALIZED","features":[205]},{"name":"DB_E_ALTERRESTRICTED","features":[205]},{"name":"DB_E_ASYNCNOTSUPPORTED","features":[205]},{"name":"DB_E_BADACCESSORFLAGS","features":[205]},{"name":"DB_E_BADACCESSORHANDLE","features":[205]},{"name":"DB_E_BADACCESSORTYPE","features":[205]},{"name":"DB_E_BADBINDINFO","features":[205]},{"name":"DB_E_BADBOOKMARK","features":[205]},{"name":"DB_E_BADCHAPTER","features":[205]},{"name":"DB_E_BADCOLUMNID","features":[205]},{"name":"DB_E_BADCOMMANDFLAGS","features":[205]},{"name":"DB_E_BADCOMMANDID","features":[205]},{"name":"DB_E_BADCOMPAREOP","features":[205]},{"name":"DB_E_BADCONSTRAINTFORM","features":[205]},{"name":"DB_E_BADCONSTRAINTID","features":[205]},{"name":"DB_E_BADCONSTRAINTTYPE","features":[205]},{"name":"DB_E_BADCONVERTFLAG","features":[205]},{"name":"DB_E_BADCOPY","features":[205]},{"name":"DB_E_BADDEFERRABILITY","features":[205]},{"name":"DB_E_BADDYNAMICERRORID","features":[205]},{"name":"DB_E_BADHRESULT","features":[205]},{"name":"DB_E_BADID","features":[205]},{"name":"DB_E_BADINDEXID","features":[205]},{"name":"DB_E_BADINITSTRING","features":[205]},{"name":"DB_E_BADLOCKMODE","features":[205]},{"name":"DB_E_BADLOOKUPID","features":[205]},{"name":"DB_E_BADMATCHTYPE","features":[205]},{"name":"DB_E_BADORDINAL","features":[205]},{"name":"DB_E_BADPARAMETERNAME","features":[205]},{"name":"DB_E_BADPRECISION","features":[205]},{"name":"DB_E_BADPROPERTYVALUE","features":[205]},{"name":"DB_E_BADRATIO","features":[205]},{"name":"DB_E_BADRECORDNUM","features":[205]},{"name":"DB_E_BADREGIONHANDLE","features":[205]},{"name":"DB_E_BADROWHANDLE","features":[205]},{"name":"DB_E_BADSCALE","features":[205]},{"name":"DB_E_BADSOURCEHANDLE","features":[205]},{"name":"DB_E_BADSTARTPOSITION","features":[205]},{"name":"DB_E_BADSTATUSVALUE","features":[205]},{"name":"DB_E_BADSTORAGEFLAG","features":[205]},{"name":"DB_E_BADSTORAGEFLAGS","features":[205]},{"name":"DB_E_BADTABLEID","features":[205]},{"name":"DB_E_BADTYPE","features":[205]},{"name":"DB_E_BADTYPENAME","features":[205]},{"name":"DB_E_BADUPDATEDELETERULE","features":[205]},{"name":"DB_E_BADVALUES","features":[205]},{"name":"DB_E_BOGUS","features":[205]},{"name":"DB_E_BOOKMARKSKIPPED","features":[205]},{"name":"DB_E_BYREFACCESSORNOTSUPPORTED","features":[205]},{"name":"DB_E_CANCELED","features":[205]},{"name":"DB_E_CANNOTCONNECT","features":[205]},{"name":"DB_E_CANNOTFREE","features":[205]},{"name":"DB_E_CANNOTRESTART","features":[205]},{"name":"DB_E_CANTCANCEL","features":[205]},{"name":"DB_E_CANTCONVERTVALUE","features":[205]},{"name":"DB_E_CANTFETCHBACKWARDS","features":[205]},{"name":"DB_E_CANTFILTER","features":[205]},{"name":"DB_E_CANTORDER","features":[205]},{"name":"DB_E_CANTSCROLLBACKWARDS","features":[205]},{"name":"DB_E_CANTTRANSLATE","features":[205]},{"name":"DB_E_CHAPTERNOTRELEASED","features":[205]},{"name":"DB_E_COLUMNUNAVAILABLE","features":[205]},{"name":"DB_E_COMMANDNOTPERSISTED","features":[205]},{"name":"DB_E_CONCURRENCYVIOLATION","features":[205]},{"name":"DB_E_COSTLIMIT","features":[205]},{"name":"DB_E_DATAOVERFLOW","features":[205]},{"name":"DB_E_DELETEDROW","features":[205]},{"name":"DB_E_DIALECTNOTSUPPORTED","features":[205]},{"name":"DB_E_DROPRESTRICTED","features":[205]},{"name":"DB_E_DUPLICATECOLUMNID","features":[205]},{"name":"DB_E_DUPLICATECONSTRAINTID","features":[205]},{"name":"DB_E_DUPLICATEDATASOURCE","features":[205]},{"name":"DB_E_DUPLICATEID","features":[205]},{"name":"DB_E_DUPLICATEINDEXID","features":[205]},{"name":"DB_E_DUPLICATETABLEID","features":[205]},{"name":"DB_E_ERRORSINCOMMAND","features":[205]},{"name":"DB_E_ERRORSOCCURRED","features":[205]},{"name":"DB_E_GOALREJECTED","features":[205]},{"name":"DB_E_INDEXINUSE","features":[205]},{"name":"DB_E_INTEGRITYVIOLATION","features":[205]},{"name":"DB_E_INVALID","features":[205]},{"name":"DB_E_INVALIDTRANSITION","features":[205]},{"name":"DB_E_LIMITREJECTED","features":[205]},{"name":"DB_E_MAXPENDCHANGESEXCEEDED","features":[205]},{"name":"DB_E_MISMATCHEDPROVIDER","features":[205]},{"name":"DB_E_MULTIPLESTATEMENTS","features":[205]},{"name":"DB_E_MULTIPLESTORAGE","features":[205]},{"name":"DB_E_NEWLYINSERTED","features":[205]},{"name":"DB_E_NOAGGREGATION","features":[205]},{"name":"DB_E_NOCOLUMN","features":[205]},{"name":"DB_E_NOCOMMAND","features":[205]},{"name":"DB_E_NOCONSTRAINT","features":[205]},{"name":"DB_E_NOINDEX","features":[205]},{"name":"DB_E_NOLOCALE","features":[205]},{"name":"DB_E_NONCONTIGUOUSRANGE","features":[205]},{"name":"DB_E_NOPROVIDERSREGISTERED","features":[205]},{"name":"DB_E_NOQUERY","features":[205]},{"name":"DB_E_NOSOURCEOBJECT","features":[205]},{"name":"DB_E_NOSTATISTIC","features":[205]},{"name":"DB_E_NOTABLE","features":[205]},{"name":"DB_E_NOTAREFERENCECOLUMN","features":[205]},{"name":"DB_E_NOTASUBREGION","features":[205]},{"name":"DB_E_NOTCOLLECTION","features":[205]},{"name":"DB_E_NOTFOUND","features":[205]},{"name":"DB_E_NOTPREPARED","features":[205]},{"name":"DB_E_NOTREENTRANT","features":[205]},{"name":"DB_E_NOTSUPPORTED","features":[205]},{"name":"DB_E_NULLACCESSORNOTSUPPORTED","features":[205]},{"name":"DB_E_OBJECTCREATIONLIMITREACHED","features":[205]},{"name":"DB_E_OBJECTMISMATCH","features":[205]},{"name":"DB_E_OBJECTOPEN","features":[205]},{"name":"DB_E_OUTOFSPACE","features":[205]},{"name":"DB_E_PARAMNOTOPTIONAL","features":[205]},{"name":"DB_E_PARAMUNAVAILABLE","features":[205]},{"name":"DB_E_PENDINGCHANGES","features":[205]},{"name":"DB_E_PENDINGINSERT","features":[205]},{"name":"DB_E_READONLY","features":[205]},{"name":"DB_E_READONLYACCESSOR","features":[205]},{"name":"DB_E_RESOURCEEXISTS","features":[205]},{"name":"DB_E_RESOURCELOCKED","features":[205]},{"name":"DB_E_RESOURCENOTSUPPORTED","features":[205]},{"name":"DB_E_RESOURCEOUTOFSCOPE","features":[205]},{"name":"DB_E_ROWLIMITEXCEEDED","features":[205]},{"name":"DB_E_ROWSETINCOMMAND","features":[205]},{"name":"DB_E_ROWSNOTRELEASED","features":[205]},{"name":"DB_E_SCHEMAVIOLATION","features":[205]},{"name":"DB_E_TABLEINUSE","features":[205]},{"name":"DB_E_TIMEOUT","features":[205]},{"name":"DB_E_UNSUPPORTEDCONVERSION","features":[205]},{"name":"DB_E_WRITEONLYACCESSOR","features":[205]},{"name":"DB_IMP_LEVEL_ANONYMOUS","features":[205]},{"name":"DB_IMP_LEVEL_DELEGATE","features":[205]},{"name":"DB_IMP_LEVEL_IDENTIFY","features":[205]},{"name":"DB_IMP_LEVEL_IMPERSONATE","features":[205]},{"name":"DB_IN","features":[205]},{"name":"DB_INVALID_HACCESSOR","features":[205]},{"name":"DB_INVALID_HCHAPTER","features":[205]},{"name":"DB_LIKE_ONLY","features":[205]},{"name":"DB_LOCAL_EXCLUSIVE","features":[205]},{"name":"DB_LOCAL_SHARED","features":[205]},{"name":"DB_MODE_READ","features":[205]},{"name":"DB_MODE_READWRITE","features":[205]},{"name":"DB_MODE_SHARE_DENY_NONE","features":[205]},{"name":"DB_MODE_SHARE_DENY_READ","features":[205]},{"name":"DB_MODE_SHARE_DENY_WRITE","features":[205]},{"name":"DB_MODE_SHARE_EXCLUSIVE","features":[205]},{"name":"DB_MODE_WRITE","features":[205]},{"name":"DB_NULLGUID","features":[205]},{"name":"DB_NULL_HACCESSOR","features":[205]},{"name":"DB_NULL_HCHAPTER","features":[205]},{"name":"DB_NULL_HROW","features":[205]},{"name":"DB_NUMERIC","features":[205]},{"name":"DB_OUT","features":[205]},{"name":"DB_PROT_LEVEL_CALL","features":[205]},{"name":"DB_PROT_LEVEL_CONNECT","features":[205]},{"name":"DB_PROT_LEVEL_NONE","features":[205]},{"name":"DB_PROT_LEVEL_PKT","features":[205]},{"name":"DB_PROT_LEVEL_PKT_INTEGRITY","features":[205]},{"name":"DB_PROT_LEVEL_PKT_PRIVACY","features":[205]},{"name":"DB_PT_FUNCTION","features":[205]},{"name":"DB_PT_PROCEDURE","features":[205]},{"name":"DB_PT_UNKNOWN","features":[205]},{"name":"DB_REMOTE","features":[205]},{"name":"DB_SEARCHABLE","features":[205]},{"name":"DB_SEC_E_AUTH_FAILED","features":[205]},{"name":"DB_SEC_E_PERMISSIONDENIED","features":[205]},{"name":"DB_SEC_E_SAFEMODE_DENIED","features":[205]},{"name":"DB_S_ASYNCHRONOUS","features":[205]},{"name":"DB_S_BADROWHANDLE","features":[205]},{"name":"DB_S_BOOKMARKSKIPPED","features":[205]},{"name":"DB_S_BUFFERFULL","features":[205]},{"name":"DB_S_CANTRELEASE","features":[205]},{"name":"DB_S_COLUMNSCHANGED","features":[205]},{"name":"DB_S_COLUMNTYPEMISMATCH","features":[205]},{"name":"DB_S_COMMANDREEXECUTED","features":[205]},{"name":"DB_S_DELETEDROW","features":[205]},{"name":"DB_S_DIALECTIGNORED","features":[205]},{"name":"DB_S_ENDOFROWSET","features":[205]},{"name":"DB_S_ERRORSOCCURRED","features":[205]},{"name":"DB_S_ERRORSRETURNED","features":[205]},{"name":"DB_S_GOALCHANGED","features":[205]},{"name":"DB_S_LOCKUPGRADED","features":[205]},{"name":"DB_S_MULTIPLECHANGES","features":[205]},{"name":"DB_S_NONEXTROWSET","features":[205]},{"name":"DB_S_NORESULT","features":[205]},{"name":"DB_S_NOROWSPECIFICCOLUMNS","features":[205]},{"name":"DB_S_NOTSINGLETON","features":[205]},{"name":"DB_S_PARAMUNAVAILABLE","features":[205]},{"name":"DB_S_PROPERTIESCHANGED","features":[205]},{"name":"DB_S_ROWLIMITEXCEEDED","features":[205]},{"name":"DB_S_STOPLIMITREACHED","features":[205]},{"name":"DB_S_TOOMANYCHANGES","features":[205]},{"name":"DB_S_TYPEINFOOVERRIDDEN","features":[205]},{"name":"DB_S_UNWANTEDOPERATION","features":[205]},{"name":"DB_S_UNWANTEDPHASE","features":[205]},{"name":"DB_S_UNWANTEDREASON","features":[205]},{"name":"DB_UNSEARCHABLE","features":[205]},{"name":"DB_VARNUMERIC","features":[205]},{"name":"DCINFO","features":[1,43,205,44]},{"name":"DCINFOTYPEENUM","features":[205]},{"name":"DCINFOTYPE_VERSION","features":[205]},{"name":"DELIVERY_AGENT_FLAGS","features":[205]},{"name":"DELIVERY_AGENT_FLAG_NO_BROADCAST","features":[205]},{"name":"DELIVERY_AGENT_FLAG_NO_RESTRICTIONS","features":[205]},{"name":"DELIVERY_AGENT_FLAG_SILENT_DIAL","features":[205]},{"name":"DISPID_QUERY_ALL","features":[205]},{"name":"DISPID_QUERY_HITCOUNT","features":[205]},{"name":"DISPID_QUERY_LASTSEENTIME","features":[205]},{"name":"DISPID_QUERY_METADATA_PROPDISPID","features":[205]},{"name":"DISPID_QUERY_METADATA_PROPGUID","features":[205]},{"name":"DISPID_QUERY_METADATA_PROPMODIFIABLE","features":[205]},{"name":"DISPID_QUERY_METADATA_PROPNAME","features":[205]},{"name":"DISPID_QUERY_METADATA_STORELEVEL","features":[205]},{"name":"DISPID_QUERY_METADATA_VROOTAUTOMATIC","features":[205]},{"name":"DISPID_QUERY_METADATA_VROOTMANUAL","features":[205]},{"name":"DISPID_QUERY_METADATA_VROOTUSED","features":[205]},{"name":"DISPID_QUERY_RANK","features":[205]},{"name":"DISPID_QUERY_RANKVECTOR","features":[205]},{"name":"DISPID_QUERY_REVNAME","features":[205]},{"name":"DISPID_QUERY_UNFILTERED","features":[205]},{"name":"DISPID_QUERY_VIRTUALPATH","features":[205]},{"name":"DISPID_QUERY_WORKID","features":[205]},{"name":"DS_E_ALREADYDISABLED","features":[205]},{"name":"DS_E_ALREADYENABLED","features":[205]},{"name":"DS_E_BADREQUEST","features":[205]},{"name":"DS_E_BADRESULT","features":[205]},{"name":"DS_E_BADSEQUENCE","features":[205]},{"name":"DS_E_BUFFERTOOSMALL","features":[205]},{"name":"DS_E_CANNOTREMOVECONCURRENT","features":[205]},{"name":"DS_E_CANNOTWRITEREGISTRY","features":[205]},{"name":"DS_E_CONFIGBAD","features":[205]},{"name":"DS_E_CONFIGNOTRIGHTTYPE","features":[205]},{"name":"DS_E_DATANOTPRESENT","features":[205]},{"name":"DS_E_DATASOURCENOTAVAILABLE","features":[205]},{"name":"DS_E_DATASOURCENOTDISABLED","features":[205]},{"name":"DS_E_DUPLICATEID","features":[205]},{"name":"DS_E_INDEXDIRECTORY","features":[205]},{"name":"DS_E_INVALIDCATALOGNAME","features":[205]},{"name":"DS_E_INVALIDDATASOURCE","features":[205]},{"name":"DS_E_INVALIDTAGDB","features":[205]},{"name":"DS_E_MESSAGETOOLONG","features":[205]},{"name":"DS_E_MISSINGCATALOG","features":[205]},{"name":"DS_E_NOMOREDATA","features":[205]},{"name":"DS_E_PARAMOUTOFRANGE","features":[205]},{"name":"DS_E_PROPVERSIONMISMATCH","features":[205]},{"name":"DS_E_PROTOCOLVERSION","features":[205]},{"name":"DS_E_QUERYCANCELED","features":[205]},{"name":"DS_E_QUERYHUNG","features":[205]},{"name":"DS_E_REGISTRY","features":[205]},{"name":"DS_E_SEARCHCATNAMECOLLISION","features":[205]},{"name":"DS_E_SERVERCAPACITY","features":[205]},{"name":"DS_E_SERVERERROR","features":[205]},{"name":"DS_E_SETSTATUSINPROGRESS","features":[205]},{"name":"DS_E_TOOMANYDATASOURCES","features":[205]},{"name":"DS_E_UNKNOWNPARAM","features":[205]},{"name":"DS_E_UNKNOWNREQUEST","features":[205]},{"name":"DS_E_VALUETOOLARGE","features":[205]},{"name":"DataLinks","features":[205]},{"name":"DataSource","features":[205]},{"name":"DataSourceListener","features":[205]},{"name":"DataSourceObject","features":[205]},{"name":"EBindInfoOptions","features":[205]},{"name":"ERRORINFO","features":[205]},{"name":"ERRORINFO","features":[205]},{"name":"ERROR_FTE","features":[205]},{"name":"ERROR_FTE_CB","features":[205]},{"name":"ERROR_FTE_FD","features":[205]},{"name":"ERROR_SOURCE_CMDLINE","features":[205]},{"name":"ERROR_SOURCE_COLLATOR","features":[205]},{"name":"ERROR_SOURCE_CONNMGR","features":[205]},{"name":"ERROR_SOURCE_CONTENT_SOURCE","features":[205]},{"name":"ERROR_SOURCE_DATASOURCE","features":[205]},{"name":"ERROR_SOURCE_DAV","features":[205]},{"name":"ERROR_SOURCE_EXSTOREPH","features":[205]},{"name":"ERROR_SOURCE_FLTRDMN","features":[205]},{"name":"ERROR_SOURCE_GATHERER","features":[205]},{"name":"ERROR_SOURCE_INDEXER","features":[205]},{"name":"ERROR_SOURCE_MSS","features":[205]},{"name":"ERROR_SOURCE_NETWORKING","features":[205]},{"name":"ERROR_SOURCE_NLADMIN","features":[205]},{"name":"ERROR_SOURCE_NOTESPH","features":[205]},{"name":"ERROR_SOURCE_OLEDB_BINDER","features":[205]},{"name":"ERROR_SOURCE_PEOPLE_IMPORT","features":[205]},{"name":"ERROR_SOURCE_PROTHNDLR","features":[205]},{"name":"ERROR_SOURCE_QUERY","features":[205]},{"name":"ERROR_SOURCE_REMOTE_EXSTOREPH","features":[205]},{"name":"ERROR_SOURCE_SCHEMA","features":[205]},{"name":"ERROR_SOURCE_SCRIPTPI","features":[205]},{"name":"ERROR_SOURCE_SECURITY","features":[205]},{"name":"ERROR_SOURCE_SETUP","features":[205]},{"name":"ERROR_SOURCE_SRCH_SCHEMA_CACHE","features":[205]},{"name":"ERROR_SOURCE_XML","features":[205]},{"name":"EVENT_AUDIENCECOMPUTATION_CANNOTSTART","features":[205]},{"name":"EVENT_AUTOCAT_CANT_CREATE_FILE_SHARE","features":[205]},{"name":"EVENT_AUTOCAT_PERFMON","features":[205]},{"name":"EVENT_CONFIG_ERROR","features":[205]},{"name":"EVENT_CONFIG_SYNTAX","features":[205]},{"name":"EVENT_CRAWL_SCHEDULED","features":[205]},{"name":"EVENT_DETAILED_FILTERPOOL_ADD_FAILED","features":[205]},{"name":"EVENT_DSS_NOT_ENABLED","features":[205]},{"name":"EVENT_ENUMERATE_SESSIONS_FAILED","features":[205]},{"name":"EVENT_EXCEPTION","features":[205]},{"name":"EVENT_FAILED_CREATE_GATHERER_LOG","features":[205]},{"name":"EVENT_FAILED_INITIALIZE_CRAWL","features":[205]},{"name":"EVENT_FILTERPOOL_ADD_FAILED","features":[205]},{"name":"EVENT_FILTERPOOL_DELETE_FAILED","features":[205]},{"name":"EVENT_FILTER_HOST_FORCE_TERMINATE","features":[205]},{"name":"EVENT_FILTER_HOST_NOT_INITIALIZED","features":[205]},{"name":"EVENT_FILTER_HOST_NOT_TERMINATED","features":[205]},{"name":"EVENT_GATHERER_DATASOURCE","features":[205]},{"name":"EVENT_GATHERER_PERFMON","features":[205]},{"name":"EVENT_GATHERSVC_PERFMON","features":[205]},{"name":"EVENT_GATHER_ADVISE_FAILED","features":[205]},{"name":"EVENT_GATHER_APP_INIT_FAILED","features":[205]},{"name":"EVENT_GATHER_AUTODESCENCODE_INVALID","features":[205]},{"name":"EVENT_GATHER_AUTODESCLEN_ADJUSTED","features":[205]},{"name":"EVENT_GATHER_BACKUPAPP_COMPLETE","features":[205]},{"name":"EVENT_GATHER_BACKUPAPP_ERROR","features":[205]},{"name":"EVENT_GATHER_CANT_CREATE_DOCID","features":[205]},{"name":"EVENT_GATHER_CANT_DELETE_DOCID","features":[205]},{"name":"EVENT_GATHER_CHECKPOINT_CORRUPT","features":[205]},{"name":"EVENT_GATHER_CHECKPOINT_FAILED","features":[205]},{"name":"EVENT_GATHER_CHECKPOINT_FILE_MISSING","features":[205]},{"name":"EVENT_GATHER_CRAWL_IN_PROGRESS","features":[205]},{"name":"EVENT_GATHER_CRAWL_NOT_STARTED","features":[205]},{"name":"EVENT_GATHER_CRAWL_SEED_ERROR","features":[205]},{"name":"EVENT_GATHER_CRAWL_SEED_FAILED","features":[205]},{"name":"EVENT_GATHER_CRAWL_SEED_FAILED_INIT","features":[205]},{"name":"EVENT_GATHER_CRITICAL_ERROR","features":[205]},{"name":"EVENT_GATHER_DAEMON_TERMINATED","features":[205]},{"name":"EVENT_GATHER_DELETING_HISTORY_ITEMS","features":[205]},{"name":"EVENT_GATHER_DIRTY_STARTUP","features":[205]},{"name":"EVENT_GATHER_DISK_FULL","features":[205]},{"name":"EVENT_GATHER_END_ADAPTIVE","features":[205]},{"name":"EVENT_GATHER_END_CRAWL","features":[205]},{"name":"EVENT_GATHER_END_INCREMENTAL","features":[205]},{"name":"EVENT_GATHER_EXCEPTION","features":[205]},{"name":"EVENT_GATHER_FLUSH_FAILED","features":[205]},{"name":"EVENT_GATHER_FROM_NOT_SET","features":[205]},{"name":"EVENT_GATHER_HISTORY_CORRUPTION_DETECTED","features":[205]},{"name":"EVENT_GATHER_INPLACE_INDEX_REBUILD","features":[205]},{"name":"EVENT_GATHER_INTERNAL","features":[205]},{"name":"EVENT_GATHER_INVALID_NETWORK_ACCESS_ACCOUNT","features":[205]},{"name":"EVENT_GATHER_LOCK_FAILED","features":[205]},{"name":"EVENT_GATHER_NO_CRAWL_SEEDS","features":[205]},{"name":"EVENT_GATHER_NO_SCHEMA","features":[205]},{"name":"EVENT_GATHER_OBJ_INIT_FAILED","features":[205]},{"name":"EVENT_GATHER_PLUGINMGR_INIT_FAILED","features":[205]},{"name":"EVENT_GATHER_PLUGIN_INIT_FAILED","features":[205]},{"name":"EVENT_GATHER_PROTOCOLHANDLER_INIT_FAILED","features":[205]},{"name":"EVENT_GATHER_PROTOCOLHANDLER_LOAD_FAILED","features":[205]},{"name":"EVENT_GATHER_READ_CHECKPOINT_FAILED","features":[205]},{"name":"EVENT_GATHER_RECOVERY_FAILURE","features":[205]},{"name":"EVENT_GATHER_REG_MISSING","features":[205]},{"name":"EVENT_GATHER_RESET_START","features":[205]},{"name":"EVENT_GATHER_RESTOREAPP_COMPLETE","features":[205]},{"name":"EVENT_GATHER_RESTOREAPP_ERROR","features":[205]},{"name":"EVENT_GATHER_RESTORE_CHECKPOINT_FAILED","features":[205]},{"name":"EVENT_GATHER_RESTORE_COMPLETE","features":[205]},{"name":"EVENT_GATHER_RESTORE_ERROR","features":[205]},{"name":"EVENT_GATHER_RESUME","features":[205]},{"name":"EVENT_GATHER_SAVE_FAILED","features":[205]},{"name":"EVENT_GATHER_SERVICE_INIT","features":[205]},{"name":"EVENT_GATHER_START_CRAWL","features":[205]},{"name":"EVENT_GATHER_START_CRAWL_IF_RESET","features":[205]},{"name":"EVENT_GATHER_START_PAUSE","features":[205]},{"name":"EVENT_GATHER_STOP_START","features":[205]},{"name":"EVENT_GATHER_SYSTEM_LCID_CHANGED","features":[205]},{"name":"EVENT_GATHER_THROTTLE","features":[205]},{"name":"EVENT_GATHER_TRANSACTION_FAIL","features":[205]},{"name":"EVENT_HASHMAP_INSERT","features":[205]},{"name":"EVENT_HASHMAP_UPDATE","features":[205]},{"name":"EVENT_INDEXER_ADD_DSS_DISCONNECT","features":[205]},{"name":"EVENT_INDEXER_ADD_DSS_FAILED","features":[205]},{"name":"EVENT_INDEXER_ADD_DSS_SUCCEEDED","features":[205]},{"name":"EVENT_INDEXER_BUILD_ENDED","features":[205]},{"name":"EVENT_INDEXER_BUILD_FAILED","features":[205]},{"name":"EVENT_INDEXER_BUILD_START","features":[205]},{"name":"EVENT_INDEXER_CI_LOAD_ERROR","features":[205]},{"name":"EVENT_INDEXER_DSS_ALREADY_ADDED","features":[205]},{"name":"EVENT_INDEXER_DSS_CONTACT_FAILED","features":[205]},{"name":"EVENT_INDEXER_DSS_UNABLE_TO_REMOVE","features":[205]},{"name":"EVENT_INDEXER_FAIL_TO_CREATE_PER_USER_CATALOG","features":[205]},{"name":"EVENT_INDEXER_FAIL_TO_SET_MAX_JETINSTANCE","features":[205]},{"name":"EVENT_INDEXER_FAIL_TO_UNLOAD_PER_USER_CATALOG","features":[205]},{"name":"EVENT_INDEXER_INIT_ERROR","features":[205]},{"name":"EVENT_INDEXER_INVALID_DIRECTORY","features":[205]},{"name":"EVENT_INDEXER_LOAD_FAIL","features":[205]},{"name":"EVENT_INDEXER_MISSING_APP_DIRECTORY","features":[205]},{"name":"EVENT_INDEXER_NEW_PROJECT","features":[205]},{"name":"EVENT_INDEXER_NO_SEARCH_SERVERS","features":[205]},{"name":"EVENT_INDEXER_OUT_OF_DATABASE_INSTANCE","features":[205]},{"name":"EVENT_INDEXER_PAUSED_FOR_DISKFULL","features":[205]},{"name":"EVENT_INDEXER_PERFMON","features":[205]},{"name":"EVENT_INDEXER_PROPSTORE_INIT_FAILED","features":[205]},{"name":"EVENT_INDEXER_PROP_ABORTED","features":[205]},{"name":"EVENT_INDEXER_PROP_COMMITTED","features":[205]},{"name":"EVENT_INDEXER_PROP_COMMIT_FAILED","features":[205]},{"name":"EVENT_INDEXER_PROP_ERROR","features":[205]},{"name":"EVENT_INDEXER_PROP_STARTED","features":[205]},{"name":"EVENT_INDEXER_PROP_STATE_CORRUPT","features":[205]},{"name":"EVENT_INDEXER_PROP_STOPPED","features":[205]},{"name":"EVENT_INDEXER_PROP_SUCCEEDED","features":[205]},{"name":"EVENT_INDEXER_REG_ERROR","features":[205]},{"name":"EVENT_INDEXER_REG_MISSING","features":[205]},{"name":"EVENT_INDEXER_REMOVED_PROJECT","features":[205]},{"name":"EVENT_INDEXER_REMOVE_DSS_FAILED","features":[205]},{"name":"EVENT_INDEXER_REMOVE_DSS_SUCCEEDED","features":[205]},{"name":"EVENT_INDEXER_RESET_FOR_CORRUPTION","features":[205]},{"name":"EVENT_INDEXER_SCHEMA_COPY_ERROR","features":[205]},{"name":"EVENT_INDEXER_SHUTDOWN","features":[205]},{"name":"EVENT_INDEXER_STARTED","features":[205]},{"name":"EVENT_INDEXER_VERIFY_PROP_ACCOUNT","features":[205]},{"name":"EVENT_LEARN_COMPILE_FAILED","features":[205]},{"name":"EVENT_LEARN_CREATE_DB_FAILED","features":[205]},{"name":"EVENT_LEARN_PROPAGATION_COPY_FAILED","features":[205]},{"name":"EVENT_LEARN_PROPAGATION_FAILED","features":[205]},{"name":"EVENT_LOCAL_GROUPS_CACHE_FLUSHED","features":[205]},{"name":"EVENT_LOCAL_GROUP_NOT_EXPANDED","features":[205]},{"name":"EVENT_NOTIFICATION_FAILURE","features":[205]},{"name":"EVENT_NOTIFICATION_FAILURE_SCOPE_EXCEEDED_LOGGING","features":[205]},{"name":"EVENT_NOTIFICATION_RESTORED","features":[205]},{"name":"EVENT_NOTIFICATION_RESTORED_SCOPE_EXCEEDED_LOGGING","features":[205]},{"name":"EVENT_NOTIFICATION_THREAD_EXIT_FAILED","features":[205]},{"name":"EVENT_OUTOFMEMORY","features":[205]},{"name":"EVENT_PERF_COUNTERS_ALREADY_EXISTS","features":[205]},{"name":"EVENT_PERF_COUNTERS_NOT_LOADED","features":[205]},{"name":"EVENT_PERF_COUNTERS_REGISTRY_TROUBLE","features":[205]},{"name":"EVENT_PROTOCOL_HOST_FORCE_TERMINATE","features":[205]},{"name":"EVENT_REG_VERSION","features":[205]},{"name":"EVENT_SSSEARCH_CREATE_PATH_RULES_FAILED","features":[205]},{"name":"EVENT_SSSEARCH_CSM_SAVE_FAILED","features":[205]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_FAILED","features":[205]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_ROLLBACK_ERRORS","features":[205]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_SUCCEEDED","features":[205]},{"name":"EVENT_SSSEARCH_DROPPED_EVENTS","features":[205]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_FAILED","features":[205]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_STARTED","features":[205]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_SUCCEEDED","features":[205]},{"name":"EVENT_SSSEARCH_SETUP_FAILED","features":[205]},{"name":"EVENT_SSSEARCH_SETUP_SUCCEEDED","features":[205]},{"name":"EVENT_SSSEARCH_STARTED","features":[205]},{"name":"EVENT_SSSEARCH_STARTING_SETUP","features":[205]},{"name":"EVENT_SSSEARCH_STOPPED","features":[205]},{"name":"EVENT_STS_INIT_SECURITY_FAILED","features":[205]},{"name":"EVENT_SYSTEM_EXCEPTION","features":[205]},{"name":"EVENT_TRANSACTION_READ","features":[205]},{"name":"EVENT_TRANSLOG_APPEND","features":[205]},{"name":"EVENT_TRANSLOG_CREATE","features":[205]},{"name":"EVENT_TRANSLOG_CREATE_TRX","features":[205]},{"name":"EVENT_TRANSLOG_UPDATE","features":[205]},{"name":"EVENT_UNPRIVILEGED_SERVICE_ACCOUNT","features":[205]},{"name":"EVENT_USING_DIFFERENT_WORD_BREAKER","features":[205]},{"name":"EVENT_WARNING_CANNOT_UPGRADE_NOISE_FILE","features":[205]},{"name":"EVENT_WARNING_CANNOT_UPGRADE_NOISE_FILES","features":[205]},{"name":"EVENT_WBREAKER_NOT_LOADED","features":[205]},{"name":"EVENT_WIN32_ERROR","features":[205]},{"name":"EXCI_E_ACCESS_DENIED","features":[205]},{"name":"EXCI_E_BADCONFIG_OR_ACCESSDENIED","features":[205]},{"name":"EXCI_E_INVALID_ACCOUNT_INFO","features":[205]},{"name":"EXCI_E_INVALID_EXCHANGE_SERVER","features":[205]},{"name":"EXCI_E_INVALID_SERVER_CONFIG","features":[205]},{"name":"EXCI_E_NOT_ADMIN_OR_WRONG_SITE","features":[205]},{"name":"EXCI_E_NO_CONFIG","features":[205]},{"name":"EXCI_E_NO_MAPI","features":[205]},{"name":"EXCI_E_WRONG_SERVER_OR_ACCT","features":[205]},{"name":"EXSTOREPH_E_UNEXPECTED","features":[205]},{"name":"EX_ANY","features":[205]},{"name":"EX_CMDFATAL","features":[205]},{"name":"EX_CONTROL","features":[205]},{"name":"EX_DBCORRUPT","features":[205]},{"name":"EX_DBFATAL","features":[205]},{"name":"EX_DEADLOCK","features":[205]},{"name":"EX_HARDWARE","features":[205]},{"name":"EX_INFO","features":[205]},{"name":"EX_INTOK","features":[205]},{"name":"EX_LIMIT","features":[205]},{"name":"EX_MAXISEVERITY","features":[205]},{"name":"EX_MISSING","features":[205]},{"name":"EX_PERMIT","features":[205]},{"name":"EX_RESOURCE","features":[205]},{"name":"EX_SYNTAX","features":[205]},{"name":"EX_TABCORRUPT","features":[205]},{"name":"EX_TYPE","features":[205]},{"name":"EX_USER","features":[205]},{"name":"FAIL","features":[205]},{"name":"FF_INDEXCOMPLEXURLS","features":[205]},{"name":"FF_SUPPRESSINDEXING","features":[205]},{"name":"FILTERED_DATA_SOURCES","features":[205]},{"name":"FLTRDMN_E_CANNOT_DECRYPT_PASSWORD","features":[205]},{"name":"FLTRDMN_E_ENCRYPTED_DOCUMENT","features":[205]},{"name":"FLTRDMN_E_FILTER_INIT_FAILED","features":[205]},{"name":"FLTRDMN_E_QI_FILTER_FAILED","features":[205]},{"name":"FLTRDMN_E_UNEXPECTED","features":[205]},{"name":"FOLLOW_FLAGS","features":[205]},{"name":"FTE_E_ADMIN_BLOB_CORRUPT","features":[205]},{"name":"FTE_E_AFFINITY_MASK","features":[205]},{"name":"FTE_E_ALREADY_INITIALIZED","features":[205]},{"name":"FTE_E_ANOTHER_STATUS_CHANGE_IS_ALREADY_ACTIVE","features":[205]},{"name":"FTE_E_BATCH_ABORTED","features":[205]},{"name":"FTE_E_CATALOG_ALREADY_EXISTS","features":[205]},{"name":"FTE_E_CATALOG_DOES_NOT_EXIST","features":[205]},{"name":"FTE_E_CB_CBID_OUT_OF_BOUND","features":[205]},{"name":"FTE_E_CB_NOT_ENOUGH_AVAIL_PHY_MEM","features":[205]},{"name":"FTE_E_CB_NOT_ENOUGH_OCC_BUFFER","features":[205]},{"name":"FTE_E_CB_OUT_OF_MEMORY","features":[205]},{"name":"FTE_E_COM_SIGNATURE_VALIDATION","features":[205]},{"name":"FTE_E_CORRUPT_GATHERER_HASH_MAP","features":[205]},{"name":"FTE_E_CORRUPT_PROPERTY_STORE","features":[205]},{"name":"FTE_E_CORRUPT_WORDLIST","features":[205]},{"name":"FTE_E_DATATYPE_MISALIGNMENT","features":[205]},{"name":"FTE_E_DEPENDENT_TRAN_FAILED_TO_PERSIST","features":[205]},{"name":"FTE_E_DOC_TOO_HUGE","features":[205]},{"name":"FTE_E_DUPLICATE_OBJECT","features":[205]},{"name":"FTE_E_ERROR_WRITING_REGISTRY","features":[205]},{"name":"FTE_E_EXCEEDED_MAX_PLUGINS","features":[205]},{"name":"FTE_E_FAILED_TO_CREATE_ACCESSOR","features":[205]},{"name":"FTE_E_FAILURE_TO_POST_SETCOMPLETION_STATUS","features":[205]},{"name":"FTE_E_FD_DID_NOT_CONNECT","features":[205]},{"name":"FTE_E_FD_DOC_TIMEOUT","features":[205]},{"name":"FTE_E_FD_DOC_UNEXPECTED_EXIT","features":[205]},{"name":"FTE_E_FD_FAILED_TO_LOAD_IFILTER","features":[205]},{"name":"FTE_E_FD_FILTER_CAUSED_SHARING_VIOLATION","features":[205]},{"name":"FTE_E_FD_IDLE","features":[205]},{"name":"FTE_E_FD_IFILTER_INIT_FAILED","features":[205]},{"name":"FTE_E_FD_NOISE_NO_IPERSISTSTREAM_ON_TEXT_FILTER","features":[205]},{"name":"FTE_E_FD_NOISE_NO_TEXT_FILTER","features":[205]},{"name":"FTE_E_FD_NOISE_TEXT_FILTER_INIT_FAILED","features":[205]},{"name":"FTE_E_FD_NOISE_TEXT_FILTER_LOAD_FAILED","features":[205]},{"name":"FTE_E_FD_NO_IPERSIST_INTERFACE","features":[205]},{"name":"FTE_E_FD_OCCURRENCE_OVERFLOW","features":[205]},{"name":"FTE_E_FD_OWNERSHIP_OBSOLETE","features":[205]},{"name":"FTE_E_FD_SHUTDOWN","features":[205]},{"name":"FTE_E_FD_TIMEOUT","features":[205]},{"name":"FTE_E_FD_UNEXPECTED_EXIT","features":[205]},{"name":"FTE_E_FD_UNRESPONSIVE","features":[205]},{"name":"FTE_E_FD_USED_TOO_MUCH_MEMORY","features":[205]},{"name":"FTE_E_FILTER_SINGLE_THREADED","features":[205]},{"name":"FTE_E_HIGH_MEMORY_PRESSURE","features":[205]},{"name":"FTE_E_INVALID_CODEPAGE","features":[205]},{"name":"FTE_E_INVALID_DOCID","features":[205]},{"name":"FTE_E_INVALID_ISOLATE_ERROR_BATCH","features":[205]},{"name":"FTE_E_INVALID_PROG_ID","features":[205]},{"name":"FTE_E_INVALID_PROJECT_ID","features":[205]},{"name":"FTE_E_INVALID_PROPERTY","features":[205]},{"name":"FTE_E_INVALID_TYPE","features":[205]},{"name":"FTE_E_KEY_NOT_CACHED","features":[205]},{"name":"FTE_E_LIBRARY_NOT_LOADED","features":[205]},{"name":"FTE_E_NOT_PROCESSED_DUE_TO_PREVIOUS_ERRORS","features":[205]},{"name":"FTE_E_NO_MORE_PROPERTIES","features":[205]},{"name":"FTE_E_NO_PLUGINS","features":[205]},{"name":"FTE_E_NO_PROPERTY_STORE","features":[205]},{"name":"FTE_E_OUT_OF_RANGE","features":[205]},{"name":"FTE_E_PATH_TOO_LONG","features":[205]},{"name":"FTE_E_PAUSE_EXTERNAL","features":[205]},{"name":"FTE_E_PERFMON_FULL","features":[205]},{"name":"FTE_E_PERF_NOT_LOADED","features":[205]},{"name":"FTE_E_PIPE_DATA_CORRUPTED","features":[205]},{"name":"FTE_E_PIPE_NOT_CONNECTED","features":[205]},{"name":"FTE_E_PROGID_REQUIRED","features":[205]},{"name":"FTE_E_PROJECT_NOT_INITALIZED","features":[205]},{"name":"FTE_E_PROJECT_SHUTDOWN","features":[205]},{"name":"FTE_E_PROPERTY_STORE_WORKID_NOTVALID","features":[205]},{"name":"FTE_E_READONLY_CATALOG","features":[205]},{"name":"FTE_E_REDUNDANT_TRAN_FAILURE","features":[205]},{"name":"FTE_E_REJECTED_DUE_TO_PROJECT_STATUS","features":[205]},{"name":"FTE_E_RESOURCE_SHUTDOWN","features":[205]},{"name":"FTE_E_RETRY_HUGE_DOC","features":[205]},{"name":"FTE_E_RETRY_SINGLE_DOC_PER_BATCH","features":[205]},{"name":"FTE_E_SECRET_NOT_FOUND","features":[205]},{"name":"FTE_E_SERIAL_STREAM_CORRUPT","features":[205]},{"name":"FTE_E_STACK_CORRUPTED","features":[205]},{"name":"FTE_E_STATIC_THREAD_INVALID_ARGUMENTS","features":[205]},{"name":"FTE_E_UNEXPECTED_EXIT","features":[205]},{"name":"FTE_E_UNKNOWN_FD_TYPE","features":[205]},{"name":"FTE_E_UNKNOWN_PLUGIN","features":[205]},{"name":"FTE_E_UPGRADE_INTERFACE_ALREADY_INSTANTIATED","features":[205]},{"name":"FTE_E_UPGRADE_INTERFACE_ALREADY_SHUTDOWN","features":[205]},{"name":"FTE_E_URB_TOO_BIG","features":[205]},{"name":"FTE_INVALID_ADMIN_CLIENT","features":[205]},{"name":"FTE_S_BEYOND_QUOTA","features":[205]},{"name":"FTE_S_CATALOG_BLOB_MISMATCHED","features":[205]},{"name":"FTE_S_PROPERTY_RESET","features":[205]},{"name":"FTE_S_PROPERTY_STORE_END_OF_ENUMERATION","features":[205]},{"name":"FTE_S_READONLY_CATALOG","features":[205]},{"name":"FTE_S_REDUNDANT","features":[205]},{"name":"FTE_S_RESOURCES_STARTING_TO_GET_LOW","features":[205]},{"name":"FTE_S_RESUME","features":[205]},{"name":"FTE_S_STATUS_CHANGE_REQUEST","features":[205]},{"name":"FTE_S_TRY_TO_FLUSH","features":[205]},{"name":"FilterRegistration","features":[205]},{"name":"GENERATE_METHOD_PREFIXMATCH","features":[205]},{"name":"GENERATE_METHOD_STEMMED","features":[205]},{"name":"GHTR_E_INSUFFICIENT_DISK_SPACE","features":[205]},{"name":"GHTR_E_LOCAL_SERVER_UNAVAILABLE","features":[205]},{"name":"GTHR_E_ADDLINKS_FAILED_WILL_RETRY_PARENT","features":[205]},{"name":"GTHR_E_APPLICATION_NOT_FOUND","features":[205]},{"name":"GTHR_E_AUTOCAT_UNEXPECTED","features":[205]},{"name":"GTHR_E_BACKUP_VALIDATION_FAIL","features":[205]},{"name":"GTHR_E_BAD_FILTER_DAEMON","features":[205]},{"name":"GTHR_E_BAD_FILTER_HOST","features":[205]},{"name":"GTHR_E_CANNOT_ENABLE_CHECKPOINT","features":[205]},{"name":"GTHR_E_CANNOT_REMOVE_PLUGINMGR","features":[205]},{"name":"GTHR_E_CONFIG_DUP_EXTENSION","features":[205]},{"name":"GTHR_E_CONFIG_DUP_PROJECT","features":[205]},{"name":"GTHR_E_CONTENT_ID_CONFLICT","features":[205]},{"name":"GTHR_E_DIRMON_NOT_INITIALZED","features":[205]},{"name":"GTHR_E_DUPLICATE_OBJECT","features":[205]},{"name":"GTHR_E_DUPLICATE_PROJECT","features":[205]},{"name":"GTHR_E_DUPLICATE_URL","features":[205]},{"name":"GTHR_E_DUP_PROPERTY_MAPPING","features":[205]},{"name":"GTHR_E_EMPTY_DACL","features":[205]},{"name":"GTHR_E_ERROR_INITIALIZING_PERFMON","features":[205]},{"name":"GTHR_E_ERROR_OBJECT_NOT_FOUND","features":[205]},{"name":"GTHR_E_ERROR_WRITING_REGISTRY","features":[205]},{"name":"GTHR_E_FILTERPOOL_NOTFOUND","features":[205]},{"name":"GTHR_E_FILTER_FAULT","features":[205]},{"name":"GTHR_E_FILTER_INIT","features":[205]},{"name":"GTHR_E_FILTER_INTERRUPTED","features":[205]},{"name":"GTHR_E_FILTER_INVALID_MESSAGE","features":[205]},{"name":"GTHR_E_FILTER_NOT_FOUND","features":[205]},{"name":"GTHR_E_FILTER_NO_CODEPAGE","features":[205]},{"name":"GTHR_E_FILTER_NO_MORE_THREADS","features":[205]},{"name":"GTHR_E_FILTER_PROCESS_TERMINATED","features":[205]},{"name":"GTHR_E_FILTER_PROCESS_TERMINATED_QUOTA","features":[205]},{"name":"GTHR_E_FILTER_SINGLE_THREADED","features":[205]},{"name":"GTHR_E_FOLDER_CRAWLED_BY_ANOTHER_WORKSPACE","features":[205]},{"name":"GTHR_E_FORCE_NOTIFICATION_RESET","features":[205]},{"name":"GTHR_E_FROM_NOT_SPECIFIED","features":[205]},{"name":"GTHR_E_IE_OFFLINE","features":[205]},{"name":"GTHR_E_INSUFFICIENT_EXAMPLE_CATEGORIES","features":[205]},{"name":"GTHR_E_INSUFFICIENT_EXAMPLE_DOCUMENTS","features":[205]},{"name":"GTHR_E_INSUFFICIENT_FEATURE_TERMS","features":[205]},{"name":"GTHR_E_INVALIDFUNCTION","features":[205]},{"name":"GTHR_E_INVALID_ACCOUNT","features":[205]},{"name":"GTHR_E_INVALID_ACCOUNT_SYNTAX","features":[205]},{"name":"GTHR_E_INVALID_APPLICATION_NAME","features":[205]},{"name":"GTHR_E_INVALID_CALL_FROM_WBREAKER","features":[205]},{"name":"GTHR_E_INVALID_DIRECTORY","features":[205]},{"name":"GTHR_E_INVALID_EXTENSION","features":[205]},{"name":"GTHR_E_INVALID_GROW_FACTOR","features":[205]},{"name":"GTHR_E_INVALID_HOST_NAME","features":[205]},{"name":"GTHR_E_INVALID_LOG_FILE_NAME","features":[205]},{"name":"GTHR_E_INVALID_MAPPING","features":[205]},{"name":"GTHR_E_INVALID_PATH","features":[205]},{"name":"GTHR_E_INVALID_PATH_EXPRESSION","features":[205]},{"name":"GTHR_E_INVALID_PATH_SPEC","features":[205]},{"name":"GTHR_E_INVALID_PROJECT_NAME","features":[205]},{"name":"GTHR_E_INVALID_PROXY_PORT","features":[205]},{"name":"GTHR_E_INVALID_RESOURCE_ID","features":[205]},{"name":"GTHR_E_INVALID_RETRIES","features":[205]},{"name":"GTHR_E_INVALID_START_ADDRESS","features":[205]},{"name":"GTHR_E_INVALID_START_PAGE","features":[205]},{"name":"GTHR_E_INVALID_START_PAGE_HOST","features":[205]},{"name":"GTHR_E_INVALID_START_PAGE_PATH","features":[205]},{"name":"GTHR_E_INVALID_STREAM_LOGS_COUNT","features":[205]},{"name":"GTHR_E_INVALID_TIME_OUT","features":[205]},{"name":"GTHR_E_JET_BACKUP_ERROR","features":[205]},{"name":"GTHR_E_JET_RESTORE_ERROR","features":[205]},{"name":"GTHR_E_LOCAL_GROUPS_EXPANSION_INTERNAL_ERROR","features":[205]},{"name":"GTHR_E_NAME_TOO_LONG","features":[205]},{"name":"GTHR_E_NESTED_HIERARCHICAL_START_ADDRESSES","features":[205]},{"name":"GTHR_E_NOFILTERSINK","features":[205]},{"name":"GTHR_E_NON_FIXED_DRIVE","features":[205]},{"name":"GTHR_E_NOTIFICATION_FILE_SHARE_INFO_NOT_AVAILABLE","features":[205]},{"name":"GTHR_E_NOTIFICATION_LOCAL_PATH_MUST_USE_FIXED_DRIVE","features":[205]},{"name":"GTHR_E_NOTIFICATION_START_ADDRESS_INVALID","features":[205]},{"name":"GTHR_E_NOTIFICATION_START_PAGE","features":[205]},{"name":"GTHR_E_NOTIFICATION_TYPE_NOT_SUPPORTED","features":[205]},{"name":"GTHR_E_NOTIF_ACCESS_TOKEN_UPDATED","features":[205]},{"name":"GTHR_E_NOTIF_BEING_REMOVED","features":[205]},{"name":"GTHR_E_NOTIF_EXCESSIVE_THROUGHPUT","features":[205]},{"name":"GTHR_E_NO_IDENTITY","features":[205]},{"name":"GTHR_E_NO_PRTCLHNLR","features":[205]},{"name":"GTHR_E_NTF_CLIENT_NOT_SUBSCRIBED","features":[205]},{"name":"GTHR_E_OBJECT_NOT_VALID","features":[205]},{"name":"GTHR_E_OUT_OF_DOC_ID","features":[205]},{"name":"GTHR_E_PIPE_NOT_CONNECTTED","features":[205]},{"name":"GTHR_E_PLUGIN_NOT_REGISTERED","features":[205]},{"name":"GTHR_E_PROJECT_NOT_INITIALIZED","features":[205]},{"name":"GTHR_E_PROPERTIES_EXCEEDED","features":[205]},{"name":"GTHR_E_PROPERTY_LIST_NOT_INITIALIZED","features":[205]},{"name":"GTHR_E_PROXY_NAME","features":[205]},{"name":"GTHR_E_PRT_HNDLR_PROGID_MISSING","features":[205]},{"name":"GTHR_E_RECOVERABLE_EXOLEDB_ERROR","features":[205]},{"name":"GTHR_E_RETRY","features":[205]},{"name":"GTHR_E_SCHEMA_ERRORS_OCCURRED","features":[205]},{"name":"GTHR_E_SCOPES_EXCEEDED","features":[205]},{"name":"GTHR_E_SECRET_NOT_FOUND","features":[205]},{"name":"GTHR_E_SERVER_UNAVAILABLE","features":[205]},{"name":"GTHR_E_SHUTTING_DOWN","features":[205]},{"name":"GTHR_E_SINGLE_THREADED_EMBEDDING","features":[205]},{"name":"GTHR_E_TIMEOUT","features":[205]},{"name":"GTHR_E_TOO_MANY_PLUGINS","features":[205]},{"name":"GTHR_E_UNABLE_TO_READ_EXCHANGE_STORE","features":[205]},{"name":"GTHR_E_UNABLE_TO_READ_REGISTRY","features":[205]},{"name":"GTHR_E_UNKNOWN_PROTOCOL","features":[205]},{"name":"GTHR_E_UNSUPPORTED_PROPERTY_TYPE","features":[205]},{"name":"GTHR_E_URL_EXCLUDED","features":[205]},{"name":"GTHR_E_URL_UNIDENTIFIED","features":[205]},{"name":"GTHR_E_USER_AGENT_NOT_SPECIFIED","features":[205]},{"name":"GTHR_E_VALUE_NOT_AVAILABLE","features":[205]},{"name":"GTHR_S_BAD_FILE_LINK","features":[205]},{"name":"GTHR_S_CANNOT_FILTER","features":[205]},{"name":"GTHR_S_CANNOT_WORDBREAK","features":[205]},{"name":"GTHR_S_CONFIG_HAS_ACCOUNTS","features":[205]},{"name":"GTHR_S_CRAWL_ADAPTIVE","features":[205]},{"name":"GTHR_S_CRAWL_FULL","features":[205]},{"name":"GTHR_S_CRAWL_INCREMENTAL","features":[205]},{"name":"GTHR_S_CRAWL_SCHEDULED","features":[205]},{"name":"GTHR_S_END_PROCESS_LOOP_NOTIFY_QUEUE","features":[205]},{"name":"GTHR_S_END_STD_CHUNKS","features":[205]},{"name":"GTHR_S_MODIFIED_PARTS","features":[205]},{"name":"GTHR_S_NOT_ALL_PARTS","features":[205]},{"name":"GTHR_S_NO_CRAWL_SEEDS","features":[205]},{"name":"GTHR_S_NO_INDEX","features":[205]},{"name":"GTHR_S_OFFICE_CHILD","features":[205]},{"name":"GTHR_S_PAUSE_REASON_BACKOFF","features":[205]},{"name":"GTHR_S_PAUSE_REASON_EXTERNAL","features":[205]},{"name":"GTHR_S_PAUSE_REASON_PROFILE_IMPORT","features":[205]},{"name":"GTHR_S_PAUSE_REASON_UPGRADING","features":[205]},{"name":"GTHR_S_PROB_NOT_MODIFIED","features":[205]},{"name":"GTHR_S_START_FILTER_FROM_BODY","features":[205]},{"name":"GTHR_S_START_FILTER_FROM_PROTOCOL","features":[205]},{"name":"GTHR_S_STATUS_CHANGE_IGNORED","features":[205]},{"name":"GTHR_S_STATUS_END_CRAWL","features":[205]},{"name":"GTHR_S_STATUS_PAUSE","features":[205]},{"name":"GTHR_S_STATUS_RESET","features":[205]},{"name":"GTHR_S_STATUS_RESUME","features":[205]},{"name":"GTHR_S_STATUS_START","features":[205]},{"name":"GTHR_S_STATUS_STOP","features":[205]},{"name":"GTHR_S_STATUS_THROTTLE","features":[205]},{"name":"GTHR_S_TRANSACTION_IGNORED","features":[205]},{"name":"GTHR_S_USE_MIME_FILTER","features":[205]},{"name":"HACCESSOR","features":[205]},{"name":"HITRANGE","features":[205]},{"name":"IAccessor","features":[205]},{"name":"IAlterIndex","features":[205]},{"name":"IAlterTable","features":[205]},{"name":"IBindResource","features":[205]},{"name":"IChapteredRowset","features":[205]},{"name":"IColumnMapper","features":[205]},{"name":"IColumnMapperCreator","features":[205]},{"name":"IColumnsInfo","features":[205]},{"name":"IColumnsInfo2","features":[205]},{"name":"IColumnsRowset","features":[205]},{"name":"ICommand","features":[205]},{"name":"ICommandCost","features":[205]},{"name":"ICommandPersist","features":[205]},{"name":"ICommandPrepare","features":[205]},{"name":"ICommandProperties","features":[205]},{"name":"ICommandStream","features":[205]},{"name":"ICommandText","features":[205]},{"name":"ICommandValidate","features":[205]},{"name":"ICommandWithParameters","features":[205]},{"name":"ICondition","features":[205]},{"name":"ICondition2","features":[205]},{"name":"IConditionFactory","features":[205]},{"name":"IConditionFactory2","features":[205]},{"name":"IConditionGenerator","features":[205]},{"name":"IConvertType","features":[205]},{"name":"ICreateRow","features":[205]},{"name":"IDBAsynchNotify","features":[205]},{"name":"IDBAsynchStatus","features":[205]},{"name":"IDBBinderProperties","features":[205]},{"name":"IDBCreateCommand","features":[205]},{"name":"IDBCreateSession","features":[205]},{"name":"IDBDataSourceAdmin","features":[205]},{"name":"IDBInfo","features":[205]},{"name":"IDBInitialize","features":[205]},{"name":"IDBPromptInitialize","features":[205]},{"name":"IDBProperties","features":[205]},{"name":"IDBSchemaCommand","features":[205]},{"name":"IDBSchemaRowset","features":[205]},{"name":"IDCInfo","features":[205]},{"name":"IDENTIFIER_SDK_ERROR","features":[205]},{"name":"IDENTIFIER_SDK_MASK","features":[205]},{"name":"IDS_MON_BUILTIN_PROPERTY","features":[205]},{"name":"IDS_MON_BUILTIN_VIEW","features":[205]},{"name":"IDS_MON_CANNOT_CAST","features":[205]},{"name":"IDS_MON_CANNOT_CONVERT","features":[205]},{"name":"IDS_MON_COLUMN_NOT_DEFINED","features":[205]},{"name":"IDS_MON_DATE_OUT_OF_RANGE","features":[205]},{"name":"IDS_MON_DEFAULT_ERROR","features":[205]},{"name":"IDS_MON_ILLEGAL_PASSTHROUGH","features":[205]},{"name":"IDS_MON_INVALIDSELECT_COALESCE","features":[205]},{"name":"IDS_MON_INVALID_CATALOG","features":[205]},{"name":"IDS_MON_INVALID_IN_GROUP_CLAUSE","features":[205]},{"name":"IDS_MON_MATCH_STRING","features":[205]},{"name":"IDS_MON_NOT_COLUMN_OF_VIEW","features":[205]},{"name":"IDS_MON_ORDINAL_OUT_OF_RANGE","features":[205]},{"name":"IDS_MON_OR_NOT","features":[205]},{"name":"IDS_MON_OUT_OF_MEMORY","features":[205]},{"name":"IDS_MON_OUT_OF_RANGE","features":[205]},{"name":"IDS_MON_PARSE_ERR_1_PARAM","features":[205]},{"name":"IDS_MON_PARSE_ERR_2_PARAM","features":[205]},{"name":"IDS_MON_PROPERTY_NAME_IN_VIEW","features":[205]},{"name":"IDS_MON_RELATIVE_INTERVAL","features":[205]},{"name":"IDS_MON_SELECT_STAR","features":[205]},{"name":"IDS_MON_SEMI_COLON","features":[205]},{"name":"IDS_MON_VIEW_ALREADY_DEFINED","features":[205]},{"name":"IDS_MON_VIEW_NOT_DEFINED","features":[205]},{"name":"IDS_MON_WEIGHT_OUT_OF_RANGE","features":[205]},{"name":"IDX_E_BUILD_IN_PROGRESS","features":[205]},{"name":"IDX_E_CATALOG_DISMOUNTED","features":[205]},{"name":"IDX_E_CORRUPT_INDEX","features":[205]},{"name":"IDX_E_DISKFULL","features":[205]},{"name":"IDX_E_DOCUMENT_ABORTED","features":[205]},{"name":"IDX_E_DSS_NOT_CONNECTED","features":[205]},{"name":"IDX_E_IDXLSTFILE_CORRUPT","features":[205]},{"name":"IDX_E_INVALIDTAG","features":[205]},{"name":"IDX_E_INVALID_INDEX","features":[205]},{"name":"IDX_E_METAFILE_CORRUPT","features":[205]},{"name":"IDX_E_NOISELIST_NOTFOUND","features":[205]},{"name":"IDX_E_NOT_LOADED","features":[205]},{"name":"IDX_E_OBJECT_NOT_FOUND","features":[205]},{"name":"IDX_E_PROPSTORE_INIT_FAILED","features":[205]},{"name":"IDX_E_PROP_MAJOR_VERSION_MISMATCH","features":[205]},{"name":"IDX_E_PROP_MINOR_VERSION_MISMATCH","features":[205]},{"name":"IDX_E_PROP_STATE_CORRUPT","features":[205]},{"name":"IDX_E_PROP_STOPPED","features":[205]},{"name":"IDX_E_REGISTRY_ENTRY","features":[205]},{"name":"IDX_E_SEARCH_SERVER_ALREADY_EXISTS","features":[205]},{"name":"IDX_E_SEARCH_SERVER_NOT_FOUND","features":[205]},{"name":"IDX_E_STEMMER_NOTFOUND","features":[205]},{"name":"IDX_E_TOO_MANY_SEARCH_SERVERS","features":[205]},{"name":"IDX_E_USE_APPGLOBAL_PROPTABLE","features":[205]},{"name":"IDX_E_USE_DEFAULT_CONTENTCLASS","features":[205]},{"name":"IDX_E_WB_NOTFOUND","features":[205]},{"name":"IDX_S_DSS_NOT_AVAILABLE","features":[205]},{"name":"IDX_S_NO_BUILD_IN_PROGRESS","features":[205]},{"name":"IDX_S_SEARCH_SERVER_ALREADY_EXISTS","features":[205]},{"name":"IDX_S_SEARCH_SERVER_DOES_NOT_EXIST","features":[205]},{"name":"IDataConvert","features":[205]},{"name":"IDataInitialize","features":[205]},{"name":"IDataSourceLocator","features":[205]},{"name":"IEntity","features":[205]},{"name":"IEnumItemProperties","features":[205]},{"name":"IEnumSearchRoots","features":[205]},{"name":"IEnumSearchScopeRules","features":[205]},{"name":"IEnumSubscription","features":[205]},{"name":"IErrorLookup","features":[205]},{"name":"IErrorRecords","features":[205]},{"name":"IGetDataSource","features":[205]},{"name":"IGetRow","features":[205]},{"name":"IGetSession","features":[205]},{"name":"IGetSourceRow","features":[205]},{"name":"IIndexDefinition","features":[205]},{"name":"IInterval","features":[205]},{"name":"ILK_EXPLICIT_EXCLUDED","features":[205]},{"name":"ILK_EXPLICIT_INCLUDED","features":[205]},{"name":"ILK_NEGATIVE_INFINITY","features":[205]},{"name":"ILK_POSITIVE_INFINITY","features":[205]},{"name":"ILoadFilter","features":[205]},{"name":"ILoadFilterWithPrivateComActivation","features":[205]},{"name":"IMDDataset","features":[205]},{"name":"IMDFind","features":[205]},{"name":"IMDRangeRowset","features":[205]},{"name":"IMetaData","features":[205]},{"name":"IMultipleResults","features":[205]},{"name":"INCREMENTAL_ACCESS_INFO","features":[1,205]},{"name":"INET_E_AGENT_CACHE_SIZE_EXCEEDED","features":[205]},{"name":"INET_E_AGENT_CONNECTION_FAILED","features":[205]},{"name":"INET_E_AGENT_EXCEEDING_CACHE_SIZE","features":[205]},{"name":"INET_E_AGENT_MAX_SIZE_EXCEEDED","features":[205]},{"name":"INET_E_SCHEDULED_EXCLUDE_RANGE","features":[205]},{"name":"INET_E_SCHEDULED_UPDATES_DISABLED","features":[205]},{"name":"INET_E_SCHEDULED_UPDATES_RESTRICTED","features":[205]},{"name":"INET_E_SCHEDULED_UPDATE_INTERVAL","features":[205]},{"name":"INET_S_AGENT_INCREASED_CACHE_SIZE","features":[205]},{"name":"INET_S_AGENT_PART_FAIL","features":[205]},{"name":"INTERVAL_LIMIT_KIND","features":[205]},{"name":"INamedEntity","features":[205]},{"name":"INamedEntityCollector","features":[205]},{"name":"IObjectAccessControl","features":[205]},{"name":"IOpLockStatus","features":[205]},{"name":"IOpenRowset","features":[205]},{"name":"IParentRowset","features":[205]},{"name":"IProtocolHandlerSite","features":[205]},{"name":"IProvideMoniker","features":[205]},{"name":"IQueryParser","features":[205]},{"name":"IQueryParserManager","features":[205]},{"name":"IQuerySolution","features":[205]},{"name":"IReadData","features":[205]},{"name":"IRegisterProvider","features":[205]},{"name":"IRelationship","features":[205]},{"name":"IRichChunk","features":[205]},{"name":"IRow","features":[205]},{"name":"IRowChange","features":[205]},{"name":"IRowPosition","features":[205]},{"name":"IRowPositionChange","features":[205]},{"name":"IRowSchemaChange","features":[205]},{"name":"IRowset","features":[205]},{"name":"IRowsetAsynch","features":[205]},{"name":"IRowsetBookmark","features":[205]},{"name":"IRowsetChange","features":[205]},{"name":"IRowsetChangeExtInfo","features":[205]},{"name":"IRowsetChapterMember","features":[205]},{"name":"IRowsetCopyRows","features":[205]},{"name":"IRowsetCurrentIndex","features":[205]},{"name":"IRowsetEvents","features":[205]},{"name":"IRowsetExactScroll","features":[205]},{"name":"IRowsetFastLoad","features":[205]},{"name":"IRowsetFind","features":[205]},{"name":"IRowsetIdentity","features":[205]},{"name":"IRowsetIndex","features":[205]},{"name":"IRowsetInfo","features":[205]},{"name":"IRowsetKeys","features":[205]},{"name":"IRowsetLocate","features":[205]},{"name":"IRowsetNewRowAfter","features":[205]},{"name":"IRowsetNextRowset","features":[205]},{"name":"IRowsetNotify","features":[205]},{"name":"IRowsetPrioritization","features":[205]},{"name":"IRowsetQueryStatus","features":[205]},{"name":"IRowsetRefresh","features":[205]},{"name":"IRowsetResynch","features":[205]},{"name":"IRowsetScroll","features":[205]},{"name":"IRowsetUpdate","features":[205]},{"name":"IRowsetView","features":[205]},{"name":"IRowsetWatchAll","features":[205]},{"name":"IRowsetWatchNotify","features":[205]},{"name":"IRowsetWatchRegion","features":[205]},{"name":"IRowsetWithParameters","features":[205]},{"name":"ISQLErrorInfo","features":[205]},{"name":"ISQLGetDiagField","features":[205]},{"name":"ISQLRequestDiagFields","features":[205]},{"name":"ISQLServerErrorInfo","features":[205]},{"name":"ISchemaLocalizerSupport","features":[205]},{"name":"ISchemaLock","features":[205]},{"name":"ISchemaProvider","features":[205]},{"name":"IScopedOperations","features":[205]},{"name":"ISearchCatalogManager","features":[205]},{"name":"ISearchCatalogManager2","features":[205]},{"name":"ISearchCrawlScopeManager","features":[205]},{"name":"ISearchCrawlScopeManager2","features":[205]},{"name":"ISearchItemsChangedSink","features":[205]},{"name":"ISearchLanguageSupport","features":[205]},{"name":"ISearchManager","features":[205]},{"name":"ISearchManager2","features":[205]},{"name":"ISearchNotifyInlineSite","features":[205]},{"name":"ISearchPersistentItemsChangedSink","features":[205]},{"name":"ISearchProtocol","features":[205]},{"name":"ISearchProtocol2","features":[205]},{"name":"ISearchProtocolThreadContext","features":[205]},{"name":"ISearchQueryHelper","features":[205]},{"name":"ISearchQueryHits","features":[205]},{"name":"ISearchRoot","features":[205]},{"name":"ISearchScopeRule","features":[205]},{"name":"ISearchViewChangedSink","features":[205]},{"name":"ISecurityInfo","features":[205]},{"name":"IService","features":[205]},{"name":"ISessionProperties","features":[205]},{"name":"ISimpleCommandCreator","features":[205]},{"name":"ISourcesRowset","features":[205]},{"name":"IStemmer","features":[205]},{"name":"ISubscriptionItem","features":[205]},{"name":"ISubscriptionMgr","features":[205]},{"name":"ISubscriptionMgr2","features":[205]},{"name":"ITEMPROP","features":[1,43,205,44]},{"name":"ITEM_INFO","features":[205]},{"name":"ITableCreation","features":[205]},{"name":"ITableDefinition","features":[205]},{"name":"ITableDefinitionWithConstraints","features":[205]},{"name":"ITableRename","features":[205]},{"name":"ITokenCollection","features":[205]},{"name":"ITransactionJoin","features":[205]},{"name":"ITransactionLocal","features":[205]},{"name":"ITransactionObject","features":[205]},{"name":"ITrusteeAdmin","features":[205]},{"name":"ITrusteeGroupAdmin","features":[205]},{"name":"IUMS","features":[205]},{"name":"IUMSInitialize","features":[205]},{"name":"IUrlAccessor","features":[205]},{"name":"IUrlAccessor2","features":[205]},{"name":"IUrlAccessor3","features":[205]},{"name":"IUrlAccessor4","features":[205]},{"name":"IViewChapter","features":[205]},{"name":"IViewFilter","features":[205]},{"name":"IViewRowset","features":[205]},{"name":"IViewSort","features":[205]},{"name":"IWordBreaker","features":[205]},{"name":"IWordFormSink","features":[205]},{"name":"IWordSink","features":[205]},{"name":"Interval","features":[205]},{"name":"JET_GET_PROP_STORE_ERROR","features":[205]},{"name":"JET_INIT_ERROR","features":[205]},{"name":"JET_MULTIINSTANCE_DISABLED","features":[205]},{"name":"JET_NEW_PROP_STORE_ERROR","features":[205]},{"name":"JPS_E_CATALOG_DECSRIPTION_MISSING","features":[205]},{"name":"JPS_E_INSUFFICIENT_DATABASE_RESOURCES","features":[205]},{"name":"JPS_E_INSUFFICIENT_DATABASE_SESSIONS","features":[205]},{"name":"JPS_E_INSUFFICIENT_VERSION_STORAGE","features":[205]},{"name":"JPS_E_JET_ERR","features":[205]},{"name":"JPS_E_MISSING_INFORMATION","features":[205]},{"name":"JPS_E_PROPAGATION_CORRUPTION","features":[205]},{"name":"JPS_E_PROPAGATION_FILE","features":[205]},{"name":"JPS_E_PROPAGATION_VERSION_MISMATCH","features":[205]},{"name":"JPS_E_SCHEMA_ERROR","features":[205]},{"name":"JPS_E_SHARING_VIOLATION","features":[205]},{"name":"JPS_S_DUPLICATE_DOC_DETECTED","features":[205]},{"name":"KAGGETDIAG","features":[1,43,205,44]},{"name":"KAGPROPVAL_CONCUR_LOCK","features":[205]},{"name":"KAGPROPVAL_CONCUR_READ_ONLY","features":[205]},{"name":"KAGPROPVAL_CONCUR_ROWVER","features":[205]},{"name":"KAGPROPVAL_CONCUR_VALUES","features":[205]},{"name":"KAGPROP_ACCESSIBLEPROCEDURES","features":[205]},{"name":"KAGPROP_ACCESSIBLETABLES","features":[205]},{"name":"KAGPROP_ACTIVESTATEMENTS","features":[205]},{"name":"KAGPROP_AUTH_SERVERINTEGRATED","features":[205]},{"name":"KAGPROP_AUTH_TRUSTEDCONNECTION","features":[205]},{"name":"KAGPROP_BLOBSONFOCURSOR","features":[205]},{"name":"KAGPROP_CONCURRENCY","features":[205]},{"name":"KAGPROP_CURSOR","features":[205]},{"name":"KAGPROP_DRIVERNAME","features":[205]},{"name":"KAGPROP_DRIVERODBCVER","features":[205]},{"name":"KAGPROP_DRIVERVER","features":[205]},{"name":"KAGPROP_FILEUSAGE","features":[205]},{"name":"KAGPROP_FORCENOPARAMETERREBIND","features":[205]},{"name":"KAGPROP_FORCENOPREPARE","features":[205]},{"name":"KAGPROP_FORCENOREEXECUTE","features":[205]},{"name":"KAGPROP_FORCESSFIREHOSEMODE","features":[205]},{"name":"KAGPROP_INCLUDENONEXACT","features":[205]},{"name":"KAGPROP_IRowsetChangeExtInfo","features":[205]},{"name":"KAGPROP_LIKEESCAPECLAUSE","features":[205]},{"name":"KAGPROP_MARSHALLABLE","features":[205]},{"name":"KAGPROP_MAXCOLUMNSINGROUPBY","features":[205]},{"name":"KAGPROP_MAXCOLUMNSININDEX","features":[205]},{"name":"KAGPROP_MAXCOLUMNSINORDERBY","features":[205]},{"name":"KAGPROP_MAXCOLUMNSINSELECT","features":[205]},{"name":"KAGPROP_MAXCOLUMNSINTABLE","features":[205]},{"name":"KAGPROP_NUMERICFUNCTIONS","features":[205]},{"name":"KAGPROP_ODBCSQLCONFORMANCE","features":[205]},{"name":"KAGPROP_ODBCSQLOPTIEF","features":[205]},{"name":"KAGPROP_OJCAPABILITY","features":[205]},{"name":"KAGPROP_OUTERJOINS","features":[205]},{"name":"KAGPROP_POSITIONONNEWROW","features":[205]},{"name":"KAGPROP_PROCEDURES","features":[205]},{"name":"KAGPROP_QUERYBASEDUPDATES","features":[205]},{"name":"KAGPROP_SPECIALCHARACTERS","features":[205]},{"name":"KAGPROP_STRINGFUNCTIONS","features":[205]},{"name":"KAGPROP_SYSTEMFUNCTIONS","features":[205]},{"name":"KAGPROP_TIMEDATEFUNCTIONS","features":[205]},{"name":"KAGREQDIAG","features":[205,44]},{"name":"KAGREQDIAGFLAGSENUM","features":[205]},{"name":"KAGREQDIAGFLAGS_HEADER","features":[205]},{"name":"KAGREQDIAGFLAGS_RECORD","features":[205]},{"name":"LOCKMODEENUM","features":[205]},{"name":"LOCKMODE_EXCLUSIVE","features":[205]},{"name":"LOCKMODE_INVALID","features":[205]},{"name":"LOCKMODE_SHARED","features":[205]},{"name":"LeafCondition","features":[205]},{"name":"MAXNAME","features":[205]},{"name":"MAXNUMERICLEN","features":[205]},{"name":"MAXUSEVERITY","features":[205]},{"name":"MAX_QUERY_RANK","features":[205]},{"name":"MDAXISINFO","features":[205]},{"name":"MDAXISINFO","features":[205]},{"name":"MDAXIS_CHAPTERS","features":[205]},{"name":"MDAXIS_COLUMNS","features":[205]},{"name":"MDAXIS_PAGES","features":[205]},{"name":"MDAXIS_ROWS","features":[205]},{"name":"MDAXIS_SECTIONS","features":[205]},{"name":"MDAXIS_SLICERS","features":[205]},{"name":"MDDISPINFO_DRILLED_DOWN","features":[205]},{"name":"MDDISPINFO_PARENT_SAME_AS_PREV","features":[205]},{"name":"MDFF_BOLD","features":[205]},{"name":"MDFF_ITALIC","features":[205]},{"name":"MDFF_STRIKEOUT","features":[205]},{"name":"MDFF_UNDERLINE","features":[205]},{"name":"MDLEVEL_TYPE_ALL","features":[205]},{"name":"MDLEVEL_TYPE_CALCULATED","features":[205]},{"name":"MDLEVEL_TYPE_REGULAR","features":[205]},{"name":"MDLEVEL_TYPE_RESERVED1","features":[205]},{"name":"MDLEVEL_TYPE_TIME","features":[205]},{"name":"MDLEVEL_TYPE_TIME_DAYS","features":[205]},{"name":"MDLEVEL_TYPE_TIME_HALF_YEAR","features":[205]},{"name":"MDLEVEL_TYPE_TIME_HOURS","features":[205]},{"name":"MDLEVEL_TYPE_TIME_MINUTES","features":[205]},{"name":"MDLEVEL_TYPE_TIME_MONTHS","features":[205]},{"name":"MDLEVEL_TYPE_TIME_QUARTERS","features":[205]},{"name":"MDLEVEL_TYPE_TIME_SECONDS","features":[205]},{"name":"MDLEVEL_TYPE_TIME_UNDEFINED","features":[205]},{"name":"MDLEVEL_TYPE_TIME_WEEKS","features":[205]},{"name":"MDLEVEL_TYPE_TIME_YEARS","features":[205]},{"name":"MDLEVEL_TYPE_UNKNOWN","features":[205]},{"name":"MDMEASURE_AGGR_AVG","features":[205]},{"name":"MDMEASURE_AGGR_CALCULATED","features":[205]},{"name":"MDMEASURE_AGGR_COUNT","features":[205]},{"name":"MDMEASURE_AGGR_MAX","features":[205]},{"name":"MDMEASURE_AGGR_MIN","features":[205]},{"name":"MDMEASURE_AGGR_STD","features":[205]},{"name":"MDMEASURE_AGGR_SUM","features":[205]},{"name":"MDMEASURE_AGGR_UNKNOWN","features":[205]},{"name":"MDMEASURE_AGGR_VAR","features":[205]},{"name":"MDMEMBER_TYPE_ALL","features":[205]},{"name":"MDMEMBER_TYPE_FORMULA","features":[205]},{"name":"MDMEMBER_TYPE_MEASURE","features":[205]},{"name":"MDMEMBER_TYPE_REGULAR","features":[205]},{"name":"MDMEMBER_TYPE_RESERVE1","features":[205]},{"name":"MDMEMBER_TYPE_RESERVE2","features":[205]},{"name":"MDMEMBER_TYPE_RESERVE3","features":[205]},{"name":"MDMEMBER_TYPE_RESERVE4","features":[205]},{"name":"MDMEMBER_TYPE_UNKNOWN","features":[205]},{"name":"MDPROPVAL_AU_UNCHANGED","features":[205]},{"name":"MDPROPVAL_AU_UNKNOWN","features":[205]},{"name":"MDPROPVAL_AU_UNSUPPORTED","features":[205]},{"name":"MDPROPVAL_FS_FULL_SUPPORT","features":[205]},{"name":"MDPROPVAL_FS_GENERATED_COLUMN","features":[205]},{"name":"MDPROPVAL_FS_GENERATED_DIMENSION","features":[205]},{"name":"MDPROPVAL_FS_NO_SUPPORT","features":[205]},{"name":"MDPROPVAL_MC_SEARCHEDCASE","features":[205]},{"name":"MDPROPVAL_MC_SINGLECASE","features":[205]},{"name":"MDPROPVAL_MD_AFTER","features":[205]},{"name":"MDPROPVAL_MD_BEFORE","features":[205]},{"name":"MDPROPVAL_MD_SELF","features":[205]},{"name":"MDPROPVAL_MF_CREATE_CALCMEMBERS","features":[205]},{"name":"MDPROPVAL_MF_CREATE_NAMEDSETS","features":[205]},{"name":"MDPROPVAL_MF_SCOPE_GLOBAL","features":[205]},{"name":"MDPROPVAL_MF_SCOPE_SESSION","features":[205]},{"name":"MDPROPVAL_MF_WITH_CALCMEMBERS","features":[205]},{"name":"MDPROPVAL_MF_WITH_NAMEDSETS","features":[205]},{"name":"MDPROPVAL_MJC_IMPLICITCUBE","features":[205]},{"name":"MDPROPVAL_MJC_MULTICUBES","features":[205]},{"name":"MDPROPVAL_MJC_SINGLECUBE","features":[205]},{"name":"MDPROPVAL_MMF_CLOSINGPERIOD","features":[205]},{"name":"MDPROPVAL_MMF_COUSIN","features":[205]},{"name":"MDPROPVAL_MMF_OPENINGPERIOD","features":[205]},{"name":"MDPROPVAL_MMF_PARALLELPERIOD","features":[205]},{"name":"MDPROPVAL_MNF_AGGREGATE","features":[205]},{"name":"MDPROPVAL_MNF_CORRELATION","features":[205]},{"name":"MDPROPVAL_MNF_COVARIANCE","features":[205]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVEL","features":[205]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVELBOTTOM","features":[205]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVELTOP","features":[205]},{"name":"MDPROPVAL_MNF_DRILLDOWNMEMBERBOTTOM","features":[205]},{"name":"MDPROPVAL_MNF_DRILLDOWNMEMBERTOP","features":[205]},{"name":"MDPROPVAL_MNF_DRILLUPLEVEL","features":[205]},{"name":"MDPROPVAL_MNF_DRILLUPMEMBER","features":[205]},{"name":"MDPROPVAL_MNF_LINREG2","features":[205]},{"name":"MDPROPVAL_MNF_LINREGPOINT","features":[205]},{"name":"MDPROPVAL_MNF_LINREGSLOPE","features":[205]},{"name":"MDPROPVAL_MNF_LINREGVARIANCE","features":[205]},{"name":"MDPROPVAL_MNF_MEDIAN","features":[205]},{"name":"MDPROPVAL_MNF_RANK","features":[205]},{"name":"MDPROPVAL_MNF_STDDEV","features":[205]},{"name":"MDPROPVAL_MNF_VAR","features":[205]},{"name":"MDPROPVAL_MOQ_CATALOG_CUBE","features":[205]},{"name":"MDPROPVAL_MOQ_CUBE_DIM","features":[205]},{"name":"MDPROPVAL_MOQ_DATASOURCE_CUBE","features":[205]},{"name":"MDPROPVAL_MOQ_DIMHIER_LEVEL","features":[205]},{"name":"MDPROPVAL_MOQ_DIMHIER_MEMBER","features":[205]},{"name":"MDPROPVAL_MOQ_DIM_HIER","features":[205]},{"name":"MDPROPVAL_MOQ_LEVEL_MEMBER","features":[205]},{"name":"MDPROPVAL_MOQ_MEMBER_MEMBER","features":[205]},{"name":"MDPROPVAL_MOQ_OUTERREFERENCE","features":[205]},{"name":"MDPROPVAL_MOQ_SCHEMA_CUBE","features":[205]},{"name":"MDPROPVAL_MSC_GREATERTHAN","features":[205]},{"name":"MDPROPVAL_MSC_GREATERTHANEQUAL","features":[205]},{"name":"MDPROPVAL_MSC_LESSTHAN","features":[205]},{"name":"MDPROPVAL_MSC_LESSTHANEQUAL","features":[205]},{"name":"MDPROPVAL_MSF_BOTTOMPERCENT","features":[205]},{"name":"MDPROPVAL_MSF_BOTTOMSUM","features":[205]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVEL","features":[205]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVELBOTTOM","features":[205]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVELTOP","features":[205]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBBER","features":[205]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBERBOTTOM","features":[205]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBERTOP","features":[205]},{"name":"MDPROPVAL_MSF_DRILLUPLEVEL","features":[205]},{"name":"MDPROPVAL_MSF_DRILLUPMEMBER","features":[205]},{"name":"MDPROPVAL_MSF_LASTPERIODS","features":[205]},{"name":"MDPROPVAL_MSF_MTD","features":[205]},{"name":"MDPROPVAL_MSF_PERIODSTODATE","features":[205]},{"name":"MDPROPVAL_MSF_QTD","features":[205]},{"name":"MDPROPVAL_MSF_TOGGLEDRILLSTATE","features":[205]},{"name":"MDPROPVAL_MSF_TOPPERCENT","features":[205]},{"name":"MDPROPVAL_MSF_TOPSUM","features":[205]},{"name":"MDPROPVAL_MSF_WTD","features":[205]},{"name":"MDPROPVAL_MSF_YTD","features":[205]},{"name":"MDPROPVAL_MS_MULTIPLETUPLES","features":[205]},{"name":"MDPROPVAL_MS_SINGLETUPLE","features":[205]},{"name":"MDPROPVAL_NL_NAMEDLEVELS","features":[205]},{"name":"MDPROPVAL_NL_NUMBEREDLEVELS","features":[205]},{"name":"MDPROPVAL_NL_SCHEMAONLY","features":[205]},{"name":"MDPROPVAL_NME_ALLDIMENSIONS","features":[205]},{"name":"MDPROPVAL_NME_MEASURESONLY","features":[205]},{"name":"MDPROPVAL_RR_NORANGEROWSET","features":[205]},{"name":"MDPROPVAL_RR_READONLY","features":[205]},{"name":"MDPROPVAL_RR_UPDATE","features":[205]},{"name":"MDPROPVAL_VISUAL_MODE_DEFAULT","features":[205]},{"name":"MDPROPVAL_VISUAL_MODE_VISUAL","features":[205]},{"name":"MDPROPVAL_VISUAL_MODE_VISUAL_OFF","features":[205]},{"name":"MDPROP_AGGREGATECELL_UPDATE","features":[205]},{"name":"MDPROP_AXES","features":[205]},{"name":"MDPROP_CELL","features":[205]},{"name":"MDPROP_FLATTENING_SUPPORT","features":[205]},{"name":"MDPROP_MDX_AGGREGATECELL_UPDATE","features":[205]},{"name":"MDPROP_MDX_CASESUPPORT","features":[205]},{"name":"MDPROP_MDX_CUBEQUALIFICATION","features":[205]},{"name":"MDPROP_MDX_DESCFLAGS","features":[205]},{"name":"MDPROP_MDX_FORMULAS","features":[205]},{"name":"MDPROP_MDX_JOINCUBES","features":[205]},{"name":"MDPROP_MDX_MEMBER_FUNCTIONS","features":[205]},{"name":"MDPROP_MDX_NONMEASURE_EXPRESSIONS","features":[205]},{"name":"MDPROP_MDX_NUMERIC_FUNCTIONS","features":[205]},{"name":"MDPROP_MDX_OBJQUALIFICATION","features":[205]},{"name":"MDPROP_MDX_OUTERREFERENCE","features":[205]},{"name":"MDPROP_MDX_QUERYBYPROPERTY","features":[205]},{"name":"MDPROP_MDX_SET_FUNCTIONS","features":[205]},{"name":"MDPROP_MDX_SLICER","features":[205]},{"name":"MDPROP_MDX_STRING_COMPOP","features":[205]},{"name":"MDPROP_MEMBER","features":[205]},{"name":"MDPROP_NAMED_LEVELS","features":[205]},{"name":"MDPROP_RANGEROWSET","features":[205]},{"name":"MDPROP_VISUALMODE","features":[205]},{"name":"MDSTATUS_S_CELLEMPTY","features":[205]},{"name":"MDTREEOP_ANCESTORS","features":[205]},{"name":"MDTREEOP_CHILDREN","features":[205]},{"name":"MDTREEOP_DESCENDANTS","features":[205]},{"name":"MDTREEOP_PARENT","features":[205]},{"name":"MDTREEOP_SELF","features":[205]},{"name":"MDTREEOP_SIBLINGS","features":[205]},{"name":"MD_DIMTYPE_MEASURE","features":[205]},{"name":"MD_DIMTYPE_OTHER","features":[205]},{"name":"MD_DIMTYPE_TIME","features":[205]},{"name":"MD_DIMTYPE_UNKNOWN","features":[205]},{"name":"MD_E_BADCOORDINATE","features":[205]},{"name":"MD_E_BADTUPLE","features":[205]},{"name":"MD_E_INVALIDAXIS","features":[205]},{"name":"MD_E_INVALIDCELLRANGE","features":[205]},{"name":"MINFATALERR","features":[205]},{"name":"MIN_USER_DATATYPE","features":[205]},{"name":"MSDAINITIALIZE","features":[205]},{"name":"MSDAORA","features":[205]},{"name":"MSDAORA8","features":[205]},{"name":"MSDAORA8_ERROR","features":[205]},{"name":"MSDAORA_ERROR","features":[205]},{"name":"MSDSDBINITPROPENUM","features":[205]},{"name":"MSDSSESSIONPROPENUM","features":[205]},{"name":"MSG_CI_CORRUPT_INDEX_COMPONENT","features":[205]},{"name":"MSG_CI_CREATE_SEVER_ITEM_FAILED","features":[205]},{"name":"MSG_CI_MASTER_MERGE_ABORTED","features":[205]},{"name":"MSG_CI_MASTER_MERGE_ABORTED_LOW_DISK","features":[205]},{"name":"MSG_CI_MASTER_MERGE_CANT_RESTART","features":[205]},{"name":"MSG_CI_MASTER_MERGE_CANT_START","features":[205]},{"name":"MSG_CI_MASTER_MERGE_COMPLETED","features":[205]},{"name":"MSG_CI_MASTER_MERGE_REASON_EXPECTED_DOCS","features":[205]},{"name":"MSG_CI_MASTER_MERGE_REASON_EXTERNAL","features":[205]},{"name":"MSG_CI_MASTER_MERGE_REASON_INDEX_LIMIT","features":[205]},{"name":"MSG_CI_MASTER_MERGE_REASON_NUMBER","features":[205]},{"name":"MSG_CI_MASTER_MERGE_RESTARTED","features":[205]},{"name":"MSG_CI_MASTER_MERGE_STARTED","features":[205]},{"name":"MSG_TEST_MESSAGE","features":[205]},{"name":"MSS_E_APPALREADYEXISTS","features":[205]},{"name":"MSS_E_APPNOTFOUND","features":[205]},{"name":"MSS_E_CATALOGALREADYEXISTS","features":[205]},{"name":"MSS_E_CATALOGNOTFOUND","features":[205]},{"name":"MSS_E_CATALOGSTOPPING","features":[205]},{"name":"MSS_E_INVALIDAPPNAME","features":[205]},{"name":"MSS_E_UNICODEFILEHEADERMISSING","features":[205]},{"name":"MS_PERSIST_PROGID","features":[205]},{"name":"NAMED_ENTITY_CERTAINTY","features":[205]},{"name":"NATLANGUAGERESTRICTION","features":[151,70,205]},{"name":"NEC_HIGH","features":[205]},{"name":"NEC_LOW","features":[205]},{"name":"NEC_MEDIUM","features":[205]},{"name":"NET_E_DISCONNECTED","features":[205]},{"name":"NET_E_GENERAL","features":[205]},{"name":"NET_E_INVALIDPARAMS","features":[205]},{"name":"NET_E_OPERATIONINPROGRESS","features":[205]},{"name":"NLADMIN_E_BUILD_CATALOG_NOT_INITIALIZED","features":[205]},{"name":"NLADMIN_E_DUPLICATE_CATALOG","features":[205]},{"name":"NLADMIN_E_FAILED_TO_GIVE_ACCOUNT_PRIVILEGE","features":[205]},{"name":"NLADMIN_S_NOT_ALL_BUILD_CATALOGS_INITIALIZED","features":[205]},{"name":"NODERESTRICTION","features":[1,151,70,205,44]},{"name":"NOTESPH_E_ATTACHMENTS","features":[205]},{"name":"NOTESPH_E_DB_ACCESS_DENIED","features":[205]},{"name":"NOTESPH_E_FAIL","features":[205]},{"name":"NOTESPH_E_ITEM_NOT_FOUND","features":[205]},{"name":"NOTESPH_E_NOTESSETUP_ID_MAPPING_ERROR","features":[205]},{"name":"NOTESPH_E_NO_NTID","features":[205]},{"name":"NOTESPH_E_SERVER_CONFIG","features":[205]},{"name":"NOTESPH_E_UNEXPECTED_STATE","features":[205]},{"name":"NOTESPH_E_UNSUPPORTED_CONTENT_FIELD_TYPE","features":[205]},{"name":"NOTESPH_S_IGNORE_ID","features":[205]},{"name":"NOTESPH_S_LISTKNOWNFIELDS","features":[205]},{"name":"NOTRESTRICTION","features":[1,151,70,205,44]},{"name":"NOT_N_PARSE_ERROR","features":[205]},{"name":"NegationCondition","features":[205]},{"name":"OCC_INVALID","features":[205]},{"name":"ODBCGetTryWaitValue","features":[205]},{"name":"ODBCSetTryWaitValue","features":[1,205]},{"name":"ODBCVER","features":[205]},{"name":"ODBC_ADD_DSN","features":[205]},{"name":"ODBC_ADD_SYS_DSN","features":[205]},{"name":"ODBC_BOTH_DSN","features":[205]},{"name":"ODBC_CONFIG_DRIVER","features":[205]},{"name":"ODBC_CONFIG_DRIVER_MAX","features":[205]},{"name":"ODBC_CONFIG_DSN","features":[205]},{"name":"ODBC_CONFIG_SYS_DSN","features":[205]},{"name":"ODBC_ERROR_COMPONENT_NOT_FOUND","features":[205]},{"name":"ODBC_ERROR_CREATE_DSN_FAILED","features":[205]},{"name":"ODBC_ERROR_GENERAL_ERR","features":[205]},{"name":"ODBC_ERROR_INVALID_BUFF_LEN","features":[205]},{"name":"ODBC_ERROR_INVALID_DSN","features":[205]},{"name":"ODBC_ERROR_INVALID_HWND","features":[205]},{"name":"ODBC_ERROR_INVALID_INF","features":[205]},{"name":"ODBC_ERROR_INVALID_KEYWORD_VALUE","features":[205]},{"name":"ODBC_ERROR_INVALID_LOG_FILE","features":[205]},{"name":"ODBC_ERROR_INVALID_NAME","features":[205]},{"name":"ODBC_ERROR_INVALID_PARAM_SEQUENCE","features":[205]},{"name":"ODBC_ERROR_INVALID_PATH","features":[205]},{"name":"ODBC_ERROR_INVALID_REQUEST_TYPE","features":[205]},{"name":"ODBC_ERROR_INVALID_STR","features":[205]},{"name":"ODBC_ERROR_LOAD_LIB_FAILED","features":[205]},{"name":"ODBC_ERROR_MAX","features":[205]},{"name":"ODBC_ERROR_NOTRANINFO","features":[205]},{"name":"ODBC_ERROR_OUTPUT_STRING_TRUNCATED","features":[205]},{"name":"ODBC_ERROR_OUT_OF_MEM","features":[205]},{"name":"ODBC_ERROR_REMOVE_DSN_FAILED","features":[205]},{"name":"ODBC_ERROR_REQUEST_FAILED","features":[205]},{"name":"ODBC_ERROR_USAGE_UPDATE_FAILED","features":[205]},{"name":"ODBC_ERROR_USER_CANCELED","features":[205]},{"name":"ODBC_ERROR_WRITING_SYSINFO_FAILED","features":[205]},{"name":"ODBC_INSTALL_COMPLETE","features":[205]},{"name":"ODBC_INSTALL_DRIVER","features":[205]},{"name":"ODBC_INSTALL_INQUIRY","features":[205]},{"name":"ODBC_REMOVE_DEFAULT_DSN","features":[205]},{"name":"ODBC_REMOVE_DRIVER","features":[205]},{"name":"ODBC_REMOVE_DSN","features":[205]},{"name":"ODBC_REMOVE_SYS_DSN","features":[205]},{"name":"ODBC_SYSTEM_DSN","features":[205]},{"name":"ODBC_USER_DSN","features":[205]},{"name":"ODBC_VS_ARGS","features":[205]},{"name":"ODBC_VS_FLAG_RETCODE","features":[205]},{"name":"ODBC_VS_FLAG_STOP","features":[205]},{"name":"ODBC_VS_FLAG_UNICODE_ARG","features":[205]},{"name":"ODBC_VS_FLAG_UNICODE_COR","features":[205]},{"name":"OLEDBSimpleProvider","features":[205]},{"name":"OLEDBSimpleProviderListener","features":[205]},{"name":"OLEDBVER","features":[205]},{"name":"OLEDB_BINDER_CUSTOM_ERROR","features":[205]},{"name":"OSPCOMP","features":[205]},{"name":"OSPCOMP_DEFAULT","features":[205]},{"name":"OSPCOMP_EQ","features":[205]},{"name":"OSPCOMP_GE","features":[205]},{"name":"OSPCOMP_GT","features":[205]},{"name":"OSPCOMP_LE","features":[205]},{"name":"OSPCOMP_LT","features":[205]},{"name":"OSPCOMP_NE","features":[205]},{"name":"OSPFIND","features":[205]},{"name":"OSPFIND_CASESENSITIVE","features":[205]},{"name":"OSPFIND_DEFAULT","features":[205]},{"name":"OSPFIND_UP","features":[205]},{"name":"OSPFIND_UPCASESENSITIVE","features":[205]},{"name":"OSPFORMAT","features":[205]},{"name":"OSPFORMAT_DEFAULT","features":[205]},{"name":"OSPFORMAT_FORMATTED","features":[205]},{"name":"OSPFORMAT_HTML","features":[205]},{"name":"OSPFORMAT_RAW","features":[205]},{"name":"OSPRW","features":[205]},{"name":"OSPRW_DEFAULT","features":[205]},{"name":"OSPRW_MIXED","features":[205]},{"name":"OSPRW_READONLY","features":[205]},{"name":"OSPRW_READWRITE","features":[205]},{"name":"OSPXFER","features":[205]},{"name":"OSPXFER_ABORT","features":[205]},{"name":"OSPXFER_COMPLETE","features":[205]},{"name":"OSPXFER_ERROR","features":[205]},{"name":"OSP_IndexLabel","features":[205]},{"name":"PDPO","features":[205]},{"name":"PEOPLE_IMPORT_E_CANONICALURL_TOOLONG","features":[205]},{"name":"PEOPLE_IMPORT_E_DATATYPENOTSUPPORTED","features":[205]},{"name":"PEOPLE_IMPORT_E_DBCONNFAIL","features":[205]},{"name":"PEOPLE_IMPORT_E_DC_NOT_AVAILABLE","features":[205]},{"name":"PEOPLE_IMPORT_E_DIRSYNC_NOTREFRESHED","features":[205]},{"name":"PEOPLE_IMPORT_E_DIRSYNC_ZERO_COOKIE","features":[205]},{"name":"PEOPLE_IMPORT_E_DOMAIN_DISCOVER_FAILED","features":[205]},{"name":"PEOPLE_IMPORT_E_DOMAIN_REMOVED","features":[205]},{"name":"PEOPLE_IMPORT_E_ENUM_ACCESSDENIED","features":[205]},{"name":"PEOPLE_IMPORT_E_FAILTOGETDSDEF","features":[205]},{"name":"PEOPLE_IMPORT_E_FAILTOGETDSMAPPING","features":[205]},{"name":"PEOPLE_IMPORT_E_FAILTOGETLCID","features":[205]},{"name":"PEOPLE_IMPORT_E_LDAPPATH_TOOLONG","features":[205]},{"name":"PEOPLE_IMPORT_E_NOCASTINGSUPPORTED","features":[205]},{"name":"PEOPLE_IMPORT_E_UPDATE_DIRSYNC_COOKIE","features":[205]},{"name":"PEOPLE_IMPORT_E_USERNAME_NOTRESOLVED","features":[205]},{"name":"PEOPLE_IMPORT_NODSDEFINED","features":[205]},{"name":"PEOPLE_IMPORT_NOMAPPINGDEFINED","features":[205]},{"name":"PERM_ALL","features":[205]},{"name":"PERM_CREATE","features":[205]},{"name":"PERM_DELETE","features":[205]},{"name":"PERM_DROP","features":[205]},{"name":"PERM_EXCLUSIVE","features":[205]},{"name":"PERM_EXECUTE","features":[205]},{"name":"PERM_INSERT","features":[205]},{"name":"PERM_MAXIMUM_ALLOWED","features":[205]},{"name":"PERM_READ","features":[205]},{"name":"PERM_READCONTROL","features":[205]},{"name":"PERM_READDESIGN","features":[205]},{"name":"PERM_REFERENCE","features":[205]},{"name":"PERM_UPDATE","features":[205]},{"name":"PERM_WITHGRANT","features":[205]},{"name":"PERM_WRITEDESIGN","features":[205]},{"name":"PERM_WRITEOWNER","features":[205]},{"name":"PERM_WRITEPERMISSIONS","features":[205]},{"name":"PFNFILLTEXTBUFFER","features":[205]},{"name":"PRAll","features":[205]},{"name":"PRAllBits","features":[205]},{"name":"PRAny","features":[205]},{"name":"PRIORITIZE_FLAGS","features":[205]},{"name":"PRIORITIZE_FLAG_IGNOREFAILURECOUNT","features":[205]},{"name":"PRIORITIZE_FLAG_RETRYFAILEDITEMS","features":[205]},{"name":"PRIORITY_LEVEL","features":[205]},{"name":"PRIORITY_LEVEL_DEFAULT","features":[205]},{"name":"PRIORITY_LEVEL_FOREGROUND","features":[205]},{"name":"PRIORITY_LEVEL_HIGH","features":[205]},{"name":"PRIORITY_LEVEL_LOW","features":[205]},{"name":"PROGID_MSPersist_Version_W","features":[205]},{"name":"PROGID_MSPersist_W","features":[205]},{"name":"PROPERTYRESTRICTION","features":[1,151,70,205,44]},{"name":"PROPID_DBBMK_BOOKMARK","features":[205]},{"name":"PROPID_DBBMK_CHAPTER","features":[205]},{"name":"PROPID_DBSELF_SELF","features":[205]},{"name":"PROXY_ACCESS","features":[205]},{"name":"PROXY_ACCESS_DIRECT","features":[205]},{"name":"PROXY_ACCESS_PRECONFIG","features":[205]},{"name":"PROXY_ACCESS_PROXY","features":[205]},{"name":"PROXY_INFO","features":[1,205]},{"name":"PRRE","features":[205]},{"name":"PRSomeBits","features":[205]},{"name":"PRTH_E_ACCESS_DENIED","features":[205]},{"name":"PRTH_E_ACL_IS_READ_NONE","features":[205]},{"name":"PRTH_E_ACL_TOO_BIG","features":[205]},{"name":"PRTH_E_BAD_REQUEST","features":[205]},{"name":"PRTH_E_CANT_TRANSFORM_DENIED_ACE","features":[205]},{"name":"PRTH_E_CANT_TRANSFORM_EXTERNAL_ACL","features":[205]},{"name":"PRTH_E_COMM_ERROR","features":[205]},{"name":"PRTH_E_DATABASE_OPEN_ERROR","features":[205]},{"name":"PRTH_E_HTTPS_CERTIFICATE_ERROR","features":[205]},{"name":"PRTH_E_HTTPS_REQUIRE_CERTIFICATE","features":[205]},{"name":"PRTH_E_HTTP_CANNOT_CONNECT","features":[205]},{"name":"PRTH_E_INIT_FAILED","features":[205]},{"name":"PRTH_E_INTERNAL_ERROR","features":[205]},{"name":"PRTH_E_LOAD_FAILED","features":[205]},{"name":"PRTH_E_MIME_EXCLUDED","features":[205]},{"name":"PRTH_E_NOT_REDIRECTED","features":[205]},{"name":"PRTH_E_NO_PROPERTY","features":[205]},{"name":"PRTH_E_OBJ_NOT_FOUND","features":[205]},{"name":"PRTH_E_OPLOCK_BROKEN","features":[205]},{"name":"PRTH_E_REQUEST_ERROR","features":[205]},{"name":"PRTH_E_RETRY","features":[205]},{"name":"PRTH_E_SERVER_ERROR","features":[205]},{"name":"PRTH_E_TRUNCATED","features":[205]},{"name":"PRTH_E_VOLUME_MOUNT_POINT","features":[205]},{"name":"PRTH_E_WININET","features":[205]},{"name":"PRTH_S_ACL_IS_READ_EVERYONE","features":[205]},{"name":"PRTH_S_MAX_DOWNLOAD","features":[205]},{"name":"PRTH_S_MAX_GROWTH","features":[205]},{"name":"PRTH_S_NOT_ALL_PARTS","features":[205]},{"name":"PRTH_S_NOT_MODIFIED","features":[205]},{"name":"PRTH_S_TRY_IMPERSONATING","features":[205]},{"name":"PRTH_S_USE_ROSEBUD","features":[205]},{"name":"PSGUID_CHARACTERIZATION","features":[205]},{"name":"PSGUID_QUERY_METADATA","features":[205]},{"name":"PSGUID_STORAGE","features":[205]},{"name":"PWPROP_OSPVALUE","features":[205]},{"name":"QPMO_APPEND_LCID_TO_LOCALIZED_PATH","features":[205]},{"name":"QPMO_LOCALIZED_SCHEMA_BINARY_PATH","features":[205]},{"name":"QPMO_LOCALIZER_SUPPORT","features":[205]},{"name":"QPMO_PRELOCALIZED_SCHEMA_BINARY_PATH","features":[205]},{"name":"QPMO_SCHEMA_BINARY_NAME","features":[205]},{"name":"QPMO_UNLOCALIZED_SCHEMA_BINARY_PATH","features":[205]},{"name":"QRY_E_COLUMNNOTSEARCHABLE","features":[205]},{"name":"QRY_E_COLUMNNOTSORTABLE","features":[205]},{"name":"QRY_E_ENGINEFAILED","features":[205]},{"name":"QRY_E_INFIXWILDCARD","features":[205]},{"name":"QRY_E_INVALIDCATALOG","features":[205]},{"name":"QRY_E_INVALIDCOLUMN","features":[205]},{"name":"QRY_E_INVALIDINTERVAL","features":[205]},{"name":"QRY_E_INVALIDPATH","features":[205]},{"name":"QRY_E_INVALIDSCOPES","features":[205]},{"name":"QRY_E_LMNOTINITIALIZED","features":[205]},{"name":"QRY_E_NOCOLUMNS","features":[205]},{"name":"QRY_E_NODATASOURCES","features":[205]},{"name":"QRY_E_NOLOGMANAGER","features":[205]},{"name":"QRY_E_NULLQUERY","features":[205]},{"name":"QRY_E_PREFIXWILDCARD","features":[205]},{"name":"QRY_E_QUERYCORRUPT","features":[205]},{"name":"QRY_E_QUERYSYNTAX","features":[205]},{"name":"QRY_E_SCOPECARDINALIDY","features":[205]},{"name":"QRY_E_SEARCHTOOBIG","features":[205]},{"name":"QRY_E_STARTHITTOBIG","features":[205]},{"name":"QRY_E_TIMEOUT","features":[205]},{"name":"QRY_E_TOOMANYCOLUMNS","features":[205]},{"name":"QRY_E_TOOMANYDATABASES","features":[205]},{"name":"QRY_E_TOOMANYQUERYTERMS","features":[205]},{"name":"QRY_E_TYPEMISMATCH","features":[205]},{"name":"QRY_E_UNEXPECTED","features":[205]},{"name":"QRY_E_UNHANDLEDTYPE","features":[205]},{"name":"QRY_E_WILDCARDPREFIXLENGTH","features":[205]},{"name":"QRY_S_INEXACTRESULTS","features":[205]},{"name":"QRY_S_NOROWSFOUND","features":[205]},{"name":"QRY_S_TERMIGNORED","features":[205]},{"name":"QUERY_E_AGGREGATE_NOT_SUPPORTED","features":[205]},{"name":"QUERY_E_ALLNOISE_AND_NO_RELDOC","features":[205]},{"name":"QUERY_E_ALLNOISE_AND_NO_RELPROP","features":[205]},{"name":"QUERY_E_DUPLICATE_RANGE_NAME","features":[205]},{"name":"QUERY_E_INCORRECT_VERSION","features":[205]},{"name":"QUERY_E_INVALIDCOALESCE","features":[205]},{"name":"QUERY_E_INVALIDSCOPE_COALESCE","features":[205]},{"name":"QUERY_E_INVALIDSORT_COALESCE","features":[205]},{"name":"QUERY_E_INVALID_DOCUMENT_IDENTIFIER","features":[205]},{"name":"QUERY_E_NO_RELDOC","features":[205]},{"name":"QUERY_E_NO_RELPROP","features":[205]},{"name":"QUERY_E_RELDOC_SYNTAX_NOT_SUPPORTED","features":[205]},{"name":"QUERY_E_REPEATED_RELDOC","features":[205]},{"name":"QUERY_E_TOP_LEVEL_IN_GROUP","features":[205]},{"name":"QUERY_E_UPGRADEINPROGRESS","features":[205]},{"name":"QUERY_PARSER_MANAGER_OPTION","features":[205]},{"name":"QUERY_SORTDEFAULT","features":[205]},{"name":"QUERY_SORTXASCEND","features":[205]},{"name":"QUERY_SORTXDESCEND","features":[205]},{"name":"QUERY_VALIDBITS","features":[205]},{"name":"QueryParser","features":[205]},{"name":"QueryParserManager","features":[205]},{"name":"RANGECATEGORIZE","features":[1,70,205,44]},{"name":"RESTRICTION","features":[1,151,70,205,44]},{"name":"REXSPH_E_DUPLICATE_PROPERTY","features":[205]},{"name":"REXSPH_E_INVALID_CALL","features":[205]},{"name":"REXSPH_E_MULTIPLE_REDIRECT","features":[205]},{"name":"REXSPH_E_NO_PROPERTY_ON_ROW","features":[205]},{"name":"REXSPH_E_REDIRECT_ON_SECURITY_UPDATE","features":[205]},{"name":"REXSPH_E_TYPE_MISMATCH_ON_READ","features":[205]},{"name":"REXSPH_E_UNEXPECTED_DATA_STATUS","features":[205]},{"name":"REXSPH_E_UNEXPECTED_FILTER_STATE","features":[205]},{"name":"REXSPH_E_UNKNOWN_DATA_TYPE","features":[205]},{"name":"REXSPH_S_REDIRECTED","features":[205]},{"name":"RMTPACK","features":[1,70,205,44]},{"name":"RMTPACK","features":[1,70,205,44]},{"name":"ROWSETEVENT_ITEMSTATE","features":[205]},{"name":"ROWSETEVENT_ITEMSTATE_INROWSET","features":[205]},{"name":"ROWSETEVENT_ITEMSTATE_NOTINROWSET","features":[205]},{"name":"ROWSETEVENT_ITEMSTATE_UNKNOWN","features":[205]},{"name":"ROWSETEVENT_TYPE","features":[205]},{"name":"ROWSETEVENT_TYPE_DATAEXPIRED","features":[205]},{"name":"ROWSETEVENT_TYPE_FOREGROUNDLOST","features":[205]},{"name":"ROWSETEVENT_TYPE_SCOPESTATISTICS","features":[205]},{"name":"RS_COMPLETED","features":[205]},{"name":"RS_MAYBOTHERUSER","features":[205]},{"name":"RS_READY","features":[205]},{"name":"RS_SUSPENDED","features":[205]},{"name":"RS_SUSPENDONIDLE","features":[205]},{"name":"RS_UPDATING","features":[205]},{"name":"RTAnd","features":[205]},{"name":"RTContent","features":[205]},{"name":"RTNatLanguage","features":[205]},{"name":"RTNone","features":[205]},{"name":"RTNot","features":[205]},{"name":"RTOr","features":[205]},{"name":"RTProperty","features":[205]},{"name":"RTProximity","features":[205]},{"name":"RTVector","features":[205]},{"name":"RootBinder","features":[205]},{"name":"SCHEMA_E_ADDSTOPWORDS","features":[205]},{"name":"SCHEMA_E_BADATTRIBUTE","features":[205]},{"name":"SCHEMA_E_BADCOLUMNNAME","features":[205]},{"name":"SCHEMA_E_BADFILENAME","features":[205]},{"name":"SCHEMA_E_BADPROPPID","features":[205]},{"name":"SCHEMA_E_BADPROPSPEC","features":[205]},{"name":"SCHEMA_E_CANNOTCREATEFILE","features":[205]},{"name":"SCHEMA_E_CANNOTCREATENOISEWORDFILE","features":[205]},{"name":"SCHEMA_E_CANNOTWRITEFILE","features":[205]},{"name":"SCHEMA_E_DUPLICATENOISE","features":[205]},{"name":"SCHEMA_E_EMPTYFILE","features":[205]},{"name":"SCHEMA_E_FILECHANGED","features":[205]},{"name":"SCHEMA_E_FILENOTFOUND","features":[205]},{"name":"SCHEMA_E_INVALIDDATATYPE","features":[205]},{"name":"SCHEMA_E_INVALIDFILETYPE","features":[205]},{"name":"SCHEMA_E_INVALIDVALUE","features":[205]},{"name":"SCHEMA_E_LOAD_SPECIAL","features":[205]},{"name":"SCHEMA_E_NAMEEXISTS","features":[205]},{"name":"SCHEMA_E_NESTEDTAG","features":[205]},{"name":"SCHEMA_E_NOMORECOLUMNS","features":[205]},{"name":"SCHEMA_E_PROPEXISTS","features":[205]},{"name":"SCHEMA_E_UNEXPECTEDTAG","features":[205]},{"name":"SCHEMA_E_VERSIONMISMATCH","features":[205]},{"name":"SCRIPTPI_E_ALREADY_COMPLETED","features":[205]},{"name":"SCRIPTPI_E_CANNOT_ALTER_CHUNK","features":[205]},{"name":"SCRIPTPI_E_CHUNK_NOT_TEXT","features":[205]},{"name":"SCRIPTPI_E_CHUNK_NOT_VALUE","features":[205]},{"name":"SCRIPTPI_E_PID_NOT_NAME","features":[205]},{"name":"SCRIPTPI_E_PID_NOT_NUMERIC","features":[205]},{"name":"SEARCH_ADVANCED_QUERY_SYNTAX","features":[205]},{"name":"SEARCH_CHANGE_ADD","features":[205]},{"name":"SEARCH_CHANGE_DELETE","features":[205]},{"name":"SEARCH_CHANGE_MODIFY","features":[205]},{"name":"SEARCH_CHANGE_MOVE_RENAME","features":[205]},{"name":"SEARCH_CHANGE_SEMANTICS_DIRECTORY","features":[205]},{"name":"SEARCH_CHANGE_SEMANTICS_SHALLOW","features":[205]},{"name":"SEARCH_CHANGE_SEMANTICS_UPDATE_SECURITY","features":[205]},{"name":"SEARCH_COLUMN_PROPERTIES","features":[1,70,205,44]},{"name":"SEARCH_HIGH_PRIORITY","features":[205]},{"name":"SEARCH_INDEXING_PHASE","features":[205]},{"name":"SEARCH_INDEXING_PHASE_GATHERER","features":[205]},{"name":"SEARCH_INDEXING_PHASE_PERSISTED","features":[205]},{"name":"SEARCH_INDEXING_PHASE_QUERYABLE","features":[205]},{"name":"SEARCH_ITEM_CHANGE","features":[43,205]},{"name":"SEARCH_ITEM_INDEXING_STATUS","features":[205]},{"name":"SEARCH_ITEM_PERSISTENT_CHANGE","features":[205]},{"name":"SEARCH_KIND_OF_CHANGE","features":[205]},{"name":"SEARCH_NATURAL_QUERY_SYNTAX","features":[205]},{"name":"SEARCH_NORMAL_PRIORITY","features":[205]},{"name":"SEARCH_NOTIFICATION_PRIORITY","features":[205]},{"name":"SEARCH_NO_QUERY_SYNTAX","features":[205]},{"name":"SEARCH_QUERY_SYNTAX","features":[205]},{"name":"SEARCH_TERM_EXPANSION","features":[205]},{"name":"SEARCH_TERM_NO_EXPANSION","features":[205]},{"name":"SEARCH_TERM_PREFIX_ALL","features":[205]},{"name":"SEARCH_TERM_STEM_ALL","features":[205]},{"name":"SEC_E_ACCESSDENIED","features":[205]},{"name":"SEC_E_BADTRUSTEEID","features":[205]},{"name":"SEC_E_INITFAILED","features":[205]},{"name":"SEC_E_INVALIDACCESSENTRY","features":[205]},{"name":"SEC_E_INVALIDACCESSENTRYLIST","features":[205]},{"name":"SEC_E_INVALIDCONTEXT","features":[205]},{"name":"SEC_E_INVALIDOBJECT","features":[205]},{"name":"SEC_E_INVALIDOWNER","features":[205]},{"name":"SEC_E_NOMEMBERSHIPSUPPORT","features":[205]},{"name":"SEC_E_NOOWNER","features":[205]},{"name":"SEC_E_NOTINITIALIZED","features":[205]},{"name":"SEC_E_NOTRUSTEEID","features":[205]},{"name":"SEC_E_PERMISSIONDENIED","features":[205]},{"name":"SEC_OBJECT","features":[151,205]},{"name":"SEC_OBJECT","features":[151,205]},{"name":"SEC_OBJECT_ELEMENT","features":[151,205]},{"name":"SEC_OBJECT_ELEMENT","features":[151,205]},{"name":"SI_TEMPORARY","features":[205]},{"name":"SORTKEY","features":[151,70,205]},{"name":"SORTSET","features":[151,70,205]},{"name":"SPS_WS_ERROR","features":[205]},{"name":"SQLAOPANY","features":[205]},{"name":"SQLAOPAVG","features":[205]},{"name":"SQLAOPCNT","features":[205]},{"name":"SQLAOPMAX","features":[205]},{"name":"SQLAOPMIN","features":[205]},{"name":"SQLAOPNOOP","features":[205]},{"name":"SQLAOPSTDEV","features":[205]},{"name":"SQLAOPSTDEVP","features":[205]},{"name":"SQLAOPSUM","features":[205]},{"name":"SQLAOPVAR","features":[205]},{"name":"SQLAOPVARP","features":[205]},{"name":"SQLAllocConnect","features":[205]},{"name":"SQLAllocEnv","features":[205]},{"name":"SQLAllocHandle","features":[205]},{"name":"SQLAllocHandleStd","features":[205]},{"name":"SQLAllocStmt","features":[205]},{"name":"SQLBIGBINARY","features":[205]},{"name":"SQLBIGCHAR","features":[205]},{"name":"SQLBIGVARBINARY","features":[205]},{"name":"SQLBIGVARCHAR","features":[205]},{"name":"SQLBINARY","features":[205]},{"name":"SQLBIT","features":[205]},{"name":"SQLBITN","features":[205]},{"name":"SQLBindCol","features":[205]},{"name":"SQLBindCol","features":[205]},{"name":"SQLBindParam","features":[205]},{"name":"SQLBindParam","features":[205]},{"name":"SQLBindParameter","features":[205]},{"name":"SQLBindParameter","features":[205]},{"name":"SQLBrowseConnect","features":[205]},{"name":"SQLBrowseConnectA","features":[205]},{"name":"SQLBrowseConnectW","features":[205]},{"name":"SQLBulkOperations","features":[205]},{"name":"SQLCHARACTER","features":[205]},{"name":"SQLCancel","features":[205]},{"name":"SQLCancelHandle","features":[205]},{"name":"SQLCloseCursor","features":[205]},{"name":"SQLCloseEnumServers","features":[1,205]},{"name":"SQLColAttribute","features":[205]},{"name":"SQLColAttribute","features":[205]},{"name":"SQLColAttributeA","features":[205]},{"name":"SQLColAttributeA","features":[205]},{"name":"SQLColAttributeW","features":[205]},{"name":"SQLColAttributeW","features":[205]},{"name":"SQLColAttributes","features":[205]},{"name":"SQLColAttributes","features":[205]},{"name":"SQLColAttributesA","features":[205]},{"name":"SQLColAttributesA","features":[205]},{"name":"SQLColAttributesW","features":[205]},{"name":"SQLColAttributesW","features":[205]},{"name":"SQLColumnPrivileges","features":[205]},{"name":"SQLColumnPrivilegesA","features":[205]},{"name":"SQLColumnPrivilegesW","features":[205]},{"name":"SQLColumns","features":[205]},{"name":"SQLColumnsA","features":[205]},{"name":"SQLColumnsW","features":[205]},{"name":"SQLCompleteAsync","features":[205]},{"name":"SQLConnect","features":[205]},{"name":"SQLConnectA","features":[205]},{"name":"SQLConnectW","features":[205]},{"name":"SQLCopyDesc","features":[205]},{"name":"SQLDATETIM4","features":[205]},{"name":"SQLDATETIME","features":[205]},{"name":"SQLDATETIMN","features":[205]},{"name":"SQLDECIMAL","features":[205]},{"name":"SQLDECIMALN","features":[205]},{"name":"SQLDataSources","features":[205]},{"name":"SQLDataSourcesA","features":[205]},{"name":"SQLDataSourcesW","features":[205]},{"name":"SQLDescribeCol","features":[205]},{"name":"SQLDescribeCol","features":[205]},{"name":"SQLDescribeColA","features":[205]},{"name":"SQLDescribeColA","features":[205]},{"name":"SQLDescribeColW","features":[205]},{"name":"SQLDescribeColW","features":[205]},{"name":"SQLDescribeParam","features":[205]},{"name":"SQLDescribeParam","features":[205]},{"name":"SQLDisconnect","features":[205]},{"name":"SQLDriverConnect","features":[205]},{"name":"SQLDriverConnectA","features":[205]},{"name":"SQLDriverConnectW","features":[205]},{"name":"SQLDrivers","features":[205]},{"name":"SQLDriversA","features":[205]},{"name":"SQLDriversW","features":[205]},{"name":"SQLEndTran","features":[205]},{"name":"SQLError","features":[205]},{"name":"SQLErrorA","features":[205]},{"name":"SQLErrorW","features":[205]},{"name":"SQLExecDirect","features":[205]},{"name":"SQLExecDirectA","features":[205]},{"name":"SQLExecDirectW","features":[205]},{"name":"SQLExecute","features":[205]},{"name":"SQLExtendedFetch","features":[205]},{"name":"SQLExtendedFetch","features":[205]},{"name":"SQLFLT4","features":[205]},{"name":"SQLFLT8","features":[205]},{"name":"SQLFLTN","features":[205]},{"name":"SQLFetch","features":[205]},{"name":"SQLFetchScroll","features":[205]},{"name":"SQLFetchScroll","features":[205]},{"name":"SQLForeignKeys","features":[205]},{"name":"SQLForeignKeysA","features":[205]},{"name":"SQLForeignKeysW","features":[205]},{"name":"SQLFreeConnect","features":[205]},{"name":"SQLFreeEnv","features":[205]},{"name":"SQLFreeHandle","features":[205]},{"name":"SQLFreeStmt","features":[205]},{"name":"SQLGetConnectAttr","features":[205]},{"name":"SQLGetConnectAttrA","features":[205]},{"name":"SQLGetConnectAttrW","features":[205]},{"name":"SQLGetConnectOption","features":[205]},{"name":"SQLGetConnectOptionA","features":[205]},{"name":"SQLGetConnectOptionW","features":[205]},{"name":"SQLGetCursorName","features":[205]},{"name":"SQLGetCursorNameA","features":[205]},{"name":"SQLGetCursorNameW","features":[205]},{"name":"SQLGetData","features":[205]},{"name":"SQLGetData","features":[205]},{"name":"SQLGetDescField","features":[205]},{"name":"SQLGetDescFieldA","features":[205]},{"name":"SQLGetDescFieldW","features":[205]},{"name":"SQLGetDescRec","features":[205]},{"name":"SQLGetDescRec","features":[205]},{"name":"SQLGetDescRecA","features":[205]},{"name":"SQLGetDescRecA","features":[205]},{"name":"SQLGetDescRecW","features":[205]},{"name":"SQLGetDescRecW","features":[205]},{"name":"SQLGetDiagField","features":[205]},{"name":"SQLGetDiagFieldA","features":[205]},{"name":"SQLGetDiagFieldW","features":[205]},{"name":"SQLGetDiagRec","features":[205]},{"name":"SQLGetDiagRecA","features":[205]},{"name":"SQLGetDiagRecW","features":[205]},{"name":"SQLGetEnvAttr","features":[205]},{"name":"SQLGetFunctions","features":[205]},{"name":"SQLGetInfo","features":[205]},{"name":"SQLGetInfoA","features":[205]},{"name":"SQLGetInfoW","features":[205]},{"name":"SQLGetNextEnumeration","features":[1,205]},{"name":"SQLGetStmtAttr","features":[205]},{"name":"SQLGetStmtAttrA","features":[205]},{"name":"SQLGetStmtAttrW","features":[205]},{"name":"SQLGetStmtOption","features":[205]},{"name":"SQLGetTypeInfo","features":[205]},{"name":"SQLGetTypeInfoA","features":[205]},{"name":"SQLGetTypeInfoW","features":[205]},{"name":"SQLIMAGE","features":[205]},{"name":"SQLINT1","features":[205]},{"name":"SQLINT2","features":[205]},{"name":"SQLINT4","features":[205]},{"name":"SQLINT8","features":[205]},{"name":"SQLINTERVAL","features":[205]},{"name":"SQLINTN","features":[205]},{"name":"SQLInitEnumServers","features":[1,205]},{"name":"SQLLinkedCatalogsA","features":[205]},{"name":"SQLLinkedCatalogsW","features":[205]},{"name":"SQLLinkedServers","features":[205]},{"name":"SQLMONEY","features":[205]},{"name":"SQLMONEY4","features":[205]},{"name":"SQLMONEYN","features":[205]},{"name":"SQLMoreResults","features":[205]},{"name":"SQLNCHAR","features":[205]},{"name":"SQLNTEXT","features":[205]},{"name":"SQLNUMERIC","features":[205]},{"name":"SQLNUMERICN","features":[205]},{"name":"SQLNVARCHAR","features":[205]},{"name":"SQLNativeSql","features":[205]},{"name":"SQLNativeSqlA","features":[205]},{"name":"SQLNativeSqlW","features":[205]},{"name":"SQLNumParams","features":[205]},{"name":"SQLNumResultCols","features":[205]},{"name":"SQLPERF","features":[205]},{"name":"SQLParamData","features":[205]},{"name":"SQLParamOptions","features":[205]},{"name":"SQLParamOptions","features":[205]},{"name":"SQLPrepare","features":[205]},{"name":"SQLPrepareA","features":[205]},{"name":"SQLPrepareW","features":[205]},{"name":"SQLPrimaryKeys","features":[205]},{"name":"SQLPrimaryKeysA","features":[205]},{"name":"SQLPrimaryKeysW","features":[205]},{"name":"SQLProcedureColumns","features":[205]},{"name":"SQLProcedureColumnsA","features":[205]},{"name":"SQLProcedureColumnsW","features":[205]},{"name":"SQLProcedures","features":[205]},{"name":"SQLProceduresA","features":[205]},{"name":"SQLProceduresW","features":[205]},{"name":"SQLPutData","features":[205]},{"name":"SQLPutData","features":[205]},{"name":"SQLRowCount","features":[205]},{"name":"SQLRowCount","features":[205]},{"name":"SQLSetConnectAttr","features":[205]},{"name":"SQLSetConnectAttrA","features":[205]},{"name":"SQLSetConnectAttrW","features":[205]},{"name":"SQLSetConnectOption","features":[205]},{"name":"SQLSetConnectOption","features":[205]},{"name":"SQLSetConnectOptionA","features":[205]},{"name":"SQLSetConnectOptionA","features":[205]},{"name":"SQLSetConnectOptionW","features":[205]},{"name":"SQLSetConnectOptionW","features":[205]},{"name":"SQLSetCursorName","features":[205]},{"name":"SQLSetCursorNameA","features":[205]},{"name":"SQLSetCursorNameW","features":[205]},{"name":"SQLSetDescField","features":[205]},{"name":"SQLSetDescFieldW","features":[205]},{"name":"SQLSetDescRec","features":[205]},{"name":"SQLSetDescRec","features":[205]},{"name":"SQLSetEnvAttr","features":[205]},{"name":"SQLSetParam","features":[205]},{"name":"SQLSetParam","features":[205]},{"name":"SQLSetPos","features":[205]},{"name":"SQLSetPos","features":[205]},{"name":"SQLSetScrollOptions","features":[205]},{"name":"SQLSetScrollOptions","features":[205]},{"name":"SQLSetStmtAttr","features":[205]},{"name":"SQLSetStmtAttrW","features":[205]},{"name":"SQLSetStmtOption","features":[205]},{"name":"SQLSetStmtOption","features":[205]},{"name":"SQLSpecialColumns","features":[205]},{"name":"SQLSpecialColumnsA","features":[205]},{"name":"SQLSpecialColumnsW","features":[205]},{"name":"SQLStatistics","features":[205]},{"name":"SQLStatisticsA","features":[205]},{"name":"SQLStatisticsW","features":[205]},{"name":"SQLTEXT","features":[205]},{"name":"SQLTablePrivileges","features":[205]},{"name":"SQLTablePrivilegesA","features":[205]},{"name":"SQLTablePrivilegesW","features":[205]},{"name":"SQLTables","features":[205]},{"name":"SQLTablesA","features":[205]},{"name":"SQLTablesW","features":[205]},{"name":"SQLTransact","features":[205]},{"name":"SQLUNIQUEID","features":[205]},{"name":"SQLVARBINARY","features":[205]},{"name":"SQLVARCHAR","features":[205]},{"name":"SQLVARENUM","features":[205]},{"name":"SQLVARIANT","features":[205]},{"name":"SQL_AA_FALSE","features":[205]},{"name":"SQL_AA_TRUE","features":[205]},{"name":"SQL_ACCESSIBLE_PROCEDURES","features":[205]},{"name":"SQL_ACCESSIBLE_TABLES","features":[205]},{"name":"SQL_ACCESS_MODE","features":[205]},{"name":"SQL_ACTIVE_CONNECTIONS","features":[205]},{"name":"SQL_ACTIVE_ENVIRONMENTS","features":[205]},{"name":"SQL_ACTIVE_STATEMENTS","features":[205]},{"name":"SQL_ADD","features":[205]},{"name":"SQL_AD_ADD_CONSTRAINT_DEFERRABLE","features":[205]},{"name":"SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED","features":[205]},{"name":"SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE","features":[205]},{"name":"SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE","features":[205]},{"name":"SQL_AD_ADD_DOMAIN_CONSTRAINT","features":[205]},{"name":"SQL_AD_ADD_DOMAIN_DEFAULT","features":[205]},{"name":"SQL_AD_CONSTRAINT_NAME_DEFINITION","features":[205]},{"name":"SQL_AD_DEFAULT","features":[205]},{"name":"SQL_AD_DROP_DOMAIN_CONSTRAINT","features":[205]},{"name":"SQL_AD_DROP_DOMAIN_DEFAULT","features":[205]},{"name":"SQL_AD_OFF","features":[205]},{"name":"SQL_AD_ON","features":[205]},{"name":"SQL_AF_ALL","features":[205]},{"name":"SQL_AF_AVG","features":[205]},{"name":"SQL_AF_COUNT","features":[205]},{"name":"SQL_AF_DISTINCT","features":[205]},{"name":"SQL_AF_MAX","features":[205]},{"name":"SQL_AF_MIN","features":[205]},{"name":"SQL_AF_SUM","features":[205]},{"name":"SQL_AGGREGATE_FUNCTIONS","features":[205]},{"name":"SQL_ALL_CATALOGS","features":[205]},{"name":"SQL_ALL_EXCEPT_LIKE","features":[205]},{"name":"SQL_ALL_SCHEMAS","features":[205]},{"name":"SQL_ALL_TABLE_TYPES","features":[205]},{"name":"SQL_ALL_TYPES","features":[205]},{"name":"SQL_ALTER_DOMAIN","features":[205]},{"name":"SQL_ALTER_TABLE","features":[205]},{"name":"SQL_AM_CONNECTION","features":[205]},{"name":"SQL_AM_NONE","features":[205]},{"name":"SQL_AM_STATEMENT","features":[205]},{"name":"SQL_AO_DEFAULT","features":[205]},{"name":"SQL_AO_OFF","features":[205]},{"name":"SQL_AO_ON","features":[205]},{"name":"SQL_APD_TYPE","features":[205]},{"name":"SQL_API_ALL_FUNCTIONS","features":[205]},{"name":"SQL_API_LOADBYORDINAL","features":[205]},{"name":"SQL_API_ODBC3_ALL_FUNCTIONS","features":[205]},{"name":"SQL_API_ODBC3_ALL_FUNCTIONS_SIZE","features":[205]},{"name":"SQL_API_SQLALLOCCONNECT","features":[205]},{"name":"SQL_API_SQLALLOCENV","features":[205]},{"name":"SQL_API_SQLALLOCHANDLE","features":[205]},{"name":"SQL_API_SQLALLOCHANDLESTD","features":[205]},{"name":"SQL_API_SQLALLOCSTMT","features":[205]},{"name":"SQL_API_SQLBINDCOL","features":[205]},{"name":"SQL_API_SQLBINDPARAM","features":[205]},{"name":"SQL_API_SQLBINDPARAMETER","features":[205]},{"name":"SQL_API_SQLBROWSECONNECT","features":[205]},{"name":"SQL_API_SQLBULKOPERATIONS","features":[205]},{"name":"SQL_API_SQLCANCEL","features":[205]},{"name":"SQL_API_SQLCANCELHANDLE","features":[205]},{"name":"SQL_API_SQLCLOSECURSOR","features":[205]},{"name":"SQL_API_SQLCOLATTRIBUTE","features":[205]},{"name":"SQL_API_SQLCOLATTRIBUTES","features":[205]},{"name":"SQL_API_SQLCOLUMNPRIVILEGES","features":[205]},{"name":"SQL_API_SQLCOLUMNS","features":[205]},{"name":"SQL_API_SQLCOMPLETEASYNC","features":[205]},{"name":"SQL_API_SQLCONNECT","features":[205]},{"name":"SQL_API_SQLCOPYDESC","features":[205]},{"name":"SQL_API_SQLDATASOURCES","features":[205]},{"name":"SQL_API_SQLDESCRIBECOL","features":[205]},{"name":"SQL_API_SQLDESCRIBEPARAM","features":[205]},{"name":"SQL_API_SQLDISCONNECT","features":[205]},{"name":"SQL_API_SQLDRIVERCONNECT","features":[205]},{"name":"SQL_API_SQLDRIVERS","features":[205]},{"name":"SQL_API_SQLENDTRAN","features":[205]},{"name":"SQL_API_SQLERROR","features":[205]},{"name":"SQL_API_SQLEXECDIRECT","features":[205]},{"name":"SQL_API_SQLEXECUTE","features":[205]},{"name":"SQL_API_SQLEXTENDEDFETCH","features":[205]},{"name":"SQL_API_SQLFETCH","features":[205]},{"name":"SQL_API_SQLFETCHSCROLL","features":[205]},{"name":"SQL_API_SQLFOREIGNKEYS","features":[205]},{"name":"SQL_API_SQLFREECONNECT","features":[205]},{"name":"SQL_API_SQLFREEENV","features":[205]},{"name":"SQL_API_SQLFREEHANDLE","features":[205]},{"name":"SQL_API_SQLFREESTMT","features":[205]},{"name":"SQL_API_SQLGETCONNECTATTR","features":[205]},{"name":"SQL_API_SQLGETCONNECTOPTION","features":[205]},{"name":"SQL_API_SQLGETCURSORNAME","features":[205]},{"name":"SQL_API_SQLGETDATA","features":[205]},{"name":"SQL_API_SQLGETDESCFIELD","features":[205]},{"name":"SQL_API_SQLGETDESCREC","features":[205]},{"name":"SQL_API_SQLGETDIAGFIELD","features":[205]},{"name":"SQL_API_SQLGETDIAGREC","features":[205]},{"name":"SQL_API_SQLGETENVATTR","features":[205]},{"name":"SQL_API_SQLGETFUNCTIONS","features":[205]},{"name":"SQL_API_SQLGETINFO","features":[205]},{"name":"SQL_API_SQLGETSTMTATTR","features":[205]},{"name":"SQL_API_SQLGETSTMTOPTION","features":[205]},{"name":"SQL_API_SQLGETTYPEINFO","features":[205]},{"name":"SQL_API_SQLMORERESULTS","features":[205]},{"name":"SQL_API_SQLNATIVESQL","features":[205]},{"name":"SQL_API_SQLNUMPARAMS","features":[205]},{"name":"SQL_API_SQLNUMRESULTCOLS","features":[205]},{"name":"SQL_API_SQLPARAMDATA","features":[205]},{"name":"SQL_API_SQLPARAMOPTIONS","features":[205]},{"name":"SQL_API_SQLPREPARE","features":[205]},{"name":"SQL_API_SQLPRIMARYKEYS","features":[205]},{"name":"SQL_API_SQLPRIVATEDRIVERS","features":[205]},{"name":"SQL_API_SQLPROCEDURECOLUMNS","features":[205]},{"name":"SQL_API_SQLPROCEDURES","features":[205]},{"name":"SQL_API_SQLPUTDATA","features":[205]},{"name":"SQL_API_SQLROWCOUNT","features":[205]},{"name":"SQL_API_SQLSETCONNECTATTR","features":[205]},{"name":"SQL_API_SQLSETCONNECTOPTION","features":[205]},{"name":"SQL_API_SQLSETCURSORNAME","features":[205]},{"name":"SQL_API_SQLSETDESCFIELD","features":[205]},{"name":"SQL_API_SQLSETDESCREC","features":[205]},{"name":"SQL_API_SQLSETENVATTR","features":[205]},{"name":"SQL_API_SQLSETPARAM","features":[205]},{"name":"SQL_API_SQLSETPOS","features":[205]},{"name":"SQL_API_SQLSETSCROLLOPTIONS","features":[205]},{"name":"SQL_API_SQLSETSTMTATTR","features":[205]},{"name":"SQL_API_SQLSETSTMTOPTION","features":[205]},{"name":"SQL_API_SQLSPECIALCOLUMNS","features":[205]},{"name":"SQL_API_SQLSTATISTICS","features":[205]},{"name":"SQL_API_SQLTABLEPRIVILEGES","features":[205]},{"name":"SQL_API_SQLTABLES","features":[205]},{"name":"SQL_API_SQLTRANSACT","features":[205]},{"name":"SQL_ARD_TYPE","features":[205]},{"name":"SQL_ASYNC_DBC_CAPABLE","features":[205]},{"name":"SQL_ASYNC_DBC_ENABLE_DEFAULT","features":[205]},{"name":"SQL_ASYNC_DBC_ENABLE_OFF","features":[205]},{"name":"SQL_ASYNC_DBC_ENABLE_ON","features":[205]},{"name":"SQL_ASYNC_DBC_FUNCTIONS","features":[205]},{"name":"SQL_ASYNC_DBC_NOT_CAPABLE","features":[205]},{"name":"SQL_ASYNC_ENABLE","features":[205]},{"name":"SQL_ASYNC_ENABLE_DEFAULT","features":[205]},{"name":"SQL_ASYNC_ENABLE_OFF","features":[205]},{"name":"SQL_ASYNC_ENABLE_ON","features":[205]},{"name":"SQL_ASYNC_MODE","features":[205]},{"name":"SQL_ASYNC_NOTIFICATION","features":[205]},{"name":"SQL_ASYNC_NOTIFICATION_CALLBACK","features":[1,205]},{"name":"SQL_ASYNC_NOTIFICATION_CAPABLE","features":[205]},{"name":"SQL_ASYNC_NOTIFICATION_NOT_CAPABLE","features":[205]},{"name":"SQL_ATTR_ACCESS_MODE","features":[205]},{"name":"SQL_ATTR_ANSI_APP","features":[205]},{"name":"SQL_ATTR_APPLICATION_KEY","features":[205]},{"name":"SQL_ATTR_APP_PARAM_DESC","features":[205]},{"name":"SQL_ATTR_APP_ROW_DESC","features":[205]},{"name":"SQL_ATTR_ASYNC_DBC_EVENT","features":[205]},{"name":"SQL_ATTR_ASYNC_DBC_FUNCTIONS_ENABLE","features":[205]},{"name":"SQL_ATTR_ASYNC_DBC_NOTIFICATION_CALLBACK","features":[205]},{"name":"SQL_ATTR_ASYNC_DBC_NOTIFICATION_CONTEXT","features":[205]},{"name":"SQL_ATTR_ASYNC_ENABLE","features":[205]},{"name":"SQL_ATTR_ASYNC_STMT_EVENT","features":[205]},{"name":"SQL_ATTR_ASYNC_STMT_NOTIFICATION_CALLBACK","features":[205]},{"name":"SQL_ATTR_ASYNC_STMT_NOTIFICATION_CONTEXT","features":[205]},{"name":"SQL_ATTR_AUTOCOMMIT","features":[205]},{"name":"SQL_ATTR_AUTO_IPD","features":[205]},{"name":"SQL_ATTR_CONCURRENCY","features":[205]},{"name":"SQL_ATTR_CONNECTION_DEAD","features":[205]},{"name":"SQL_ATTR_CONNECTION_POOLING","features":[205]},{"name":"SQL_ATTR_CONNECTION_TIMEOUT","features":[205]},{"name":"SQL_ATTR_CP_MATCH","features":[205]},{"name":"SQL_ATTR_CURRENT_CATALOG","features":[205]},{"name":"SQL_ATTR_CURSOR_SCROLLABLE","features":[205]},{"name":"SQL_ATTR_CURSOR_SENSITIVITY","features":[205]},{"name":"SQL_ATTR_CURSOR_TYPE","features":[205]},{"name":"SQL_ATTR_DBC_INFO_TOKEN","features":[205]},{"name":"SQL_ATTR_DISCONNECT_BEHAVIOR","features":[205]},{"name":"SQL_ATTR_ENABLE_AUTO_IPD","features":[205]},{"name":"SQL_ATTR_ENLIST_IN_DTC","features":[205]},{"name":"SQL_ATTR_ENLIST_IN_XA","features":[205]},{"name":"SQL_ATTR_FETCH_BOOKMARK_PTR","features":[205]},{"name":"SQL_ATTR_IMP_PARAM_DESC","features":[205]},{"name":"SQL_ATTR_IMP_ROW_DESC","features":[205]},{"name":"SQL_ATTR_KEYSET_SIZE","features":[205]},{"name":"SQL_ATTR_LOGIN_TIMEOUT","features":[205]},{"name":"SQL_ATTR_MAX_LENGTH","features":[205]},{"name":"SQL_ATTR_MAX_ROWS","features":[205]},{"name":"SQL_ATTR_METADATA_ID","features":[205]},{"name":"SQL_ATTR_NOSCAN","features":[205]},{"name":"SQL_ATTR_ODBC_CURSORS","features":[205]},{"name":"SQL_ATTR_ODBC_VERSION","features":[205]},{"name":"SQL_ATTR_OUTPUT_NTS","features":[205]},{"name":"SQL_ATTR_PACKET_SIZE","features":[205]},{"name":"SQL_ATTR_PARAMSET_SIZE","features":[205]},{"name":"SQL_ATTR_PARAMS_PROCESSED_PTR","features":[205]},{"name":"SQL_ATTR_PARAM_BIND_OFFSET_PTR","features":[205]},{"name":"SQL_ATTR_PARAM_BIND_TYPE","features":[205]},{"name":"SQL_ATTR_PARAM_OPERATION_PTR","features":[205]},{"name":"SQL_ATTR_PARAM_STATUS_PTR","features":[205]},{"name":"SQL_ATTR_QUERY_TIMEOUT","features":[205]},{"name":"SQL_ATTR_QUIET_MODE","features":[205]},{"name":"SQL_ATTR_READONLY","features":[205]},{"name":"SQL_ATTR_READWRITE_UNKNOWN","features":[205]},{"name":"SQL_ATTR_RESET_CONNECTION","features":[205]},{"name":"SQL_ATTR_RETRIEVE_DATA","features":[205]},{"name":"SQL_ATTR_ROWS_FETCHED_PTR","features":[205]},{"name":"SQL_ATTR_ROW_ARRAY_SIZE","features":[205]},{"name":"SQL_ATTR_ROW_BIND_OFFSET_PTR","features":[205]},{"name":"SQL_ATTR_ROW_BIND_TYPE","features":[205]},{"name":"SQL_ATTR_ROW_NUMBER","features":[205]},{"name":"SQL_ATTR_ROW_OPERATION_PTR","features":[205]},{"name":"SQL_ATTR_ROW_STATUS_PTR","features":[205]},{"name":"SQL_ATTR_SIMULATE_CURSOR","features":[205]},{"name":"SQL_ATTR_TRACE","features":[205]},{"name":"SQL_ATTR_TRACEFILE","features":[205]},{"name":"SQL_ATTR_TRANSLATE_LIB","features":[205]},{"name":"SQL_ATTR_TRANSLATE_OPTION","features":[205]},{"name":"SQL_ATTR_TXN_ISOLATION","features":[205]},{"name":"SQL_ATTR_USE_BOOKMARKS","features":[205]},{"name":"SQL_ATTR_WRITE","features":[205]},{"name":"SQL_AT_ADD_COLUMN","features":[205]},{"name":"SQL_AT_ADD_COLUMN_COLLATION","features":[205]},{"name":"SQL_AT_ADD_COLUMN_DEFAULT","features":[205]},{"name":"SQL_AT_ADD_COLUMN_SINGLE","features":[205]},{"name":"SQL_AT_ADD_CONSTRAINT","features":[205]},{"name":"SQL_AT_ADD_TABLE_CONSTRAINT","features":[205]},{"name":"SQL_AT_CONSTRAINT_DEFERRABLE","features":[205]},{"name":"SQL_AT_CONSTRAINT_INITIALLY_DEFERRED","features":[205]},{"name":"SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE","features":[205]},{"name":"SQL_AT_CONSTRAINT_NAME_DEFINITION","features":[205]},{"name":"SQL_AT_CONSTRAINT_NON_DEFERRABLE","features":[205]},{"name":"SQL_AT_DROP_COLUMN","features":[205]},{"name":"SQL_AT_DROP_COLUMN_CASCADE","features":[205]},{"name":"SQL_AT_DROP_COLUMN_DEFAULT","features":[205]},{"name":"SQL_AT_DROP_COLUMN_RESTRICT","features":[205]},{"name":"SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE","features":[205]},{"name":"SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT","features":[205]},{"name":"SQL_AT_SET_COLUMN_DEFAULT","features":[205]},{"name":"SQL_AUTOCOMMIT","features":[205]},{"name":"SQL_AUTOCOMMIT_DEFAULT","features":[205]},{"name":"SQL_AUTOCOMMIT_OFF","features":[205]},{"name":"SQL_AUTOCOMMIT_ON","features":[205]},{"name":"SQL_BATCH_ROW_COUNT","features":[205]},{"name":"SQL_BATCH_SUPPORT","features":[205]},{"name":"SQL_BCP_DEFAULT","features":[205]},{"name":"SQL_BCP_OFF","features":[205]},{"name":"SQL_BCP_ON","features":[205]},{"name":"SQL_BEST_ROWID","features":[205]},{"name":"SQL_BIGINT","features":[205]},{"name":"SQL_BINARY","features":[205]},{"name":"SQL_BIND_BY_COLUMN","features":[205]},{"name":"SQL_BIND_TYPE","features":[205]},{"name":"SQL_BIND_TYPE_DEFAULT","features":[205]},{"name":"SQL_BIT","features":[205]},{"name":"SQL_BOOKMARK_PERSISTENCE","features":[205]},{"name":"SQL_BP_CLOSE","features":[205]},{"name":"SQL_BP_DELETE","features":[205]},{"name":"SQL_BP_DROP","features":[205]},{"name":"SQL_BP_OTHER_HSTMT","features":[205]},{"name":"SQL_BP_SCROLL","features":[205]},{"name":"SQL_BP_TRANSACTION","features":[205]},{"name":"SQL_BP_UPDATE","features":[205]},{"name":"SQL_BRC_EXPLICIT","features":[205]},{"name":"SQL_BRC_PROCEDURES","features":[205]},{"name":"SQL_BRC_ROLLED_UP","features":[205]},{"name":"SQL_BS_ROW_COUNT_EXPLICIT","features":[205]},{"name":"SQL_BS_ROW_COUNT_PROC","features":[205]},{"name":"SQL_BS_SELECT_EXPLICIT","features":[205]},{"name":"SQL_BS_SELECT_PROC","features":[205]},{"name":"SQL_CA1_ABSOLUTE","features":[205]},{"name":"SQL_CA1_BOOKMARK","features":[205]},{"name":"SQL_CA1_BULK_ADD","features":[205]},{"name":"SQL_CA1_BULK_DELETE_BY_BOOKMARK","features":[205]},{"name":"SQL_CA1_BULK_FETCH_BY_BOOKMARK","features":[205]},{"name":"SQL_CA1_BULK_UPDATE_BY_BOOKMARK","features":[205]},{"name":"SQL_CA1_LOCK_EXCLUSIVE","features":[205]},{"name":"SQL_CA1_LOCK_NO_CHANGE","features":[205]},{"name":"SQL_CA1_LOCK_UNLOCK","features":[205]},{"name":"SQL_CA1_NEXT","features":[205]},{"name":"SQL_CA1_POSITIONED_DELETE","features":[205]},{"name":"SQL_CA1_POSITIONED_UPDATE","features":[205]},{"name":"SQL_CA1_POS_DELETE","features":[205]},{"name":"SQL_CA1_POS_POSITION","features":[205]},{"name":"SQL_CA1_POS_REFRESH","features":[205]},{"name":"SQL_CA1_POS_UPDATE","features":[205]},{"name":"SQL_CA1_RELATIVE","features":[205]},{"name":"SQL_CA1_SELECT_FOR_UPDATE","features":[205]},{"name":"SQL_CA2_CRC_APPROXIMATE","features":[205]},{"name":"SQL_CA2_CRC_EXACT","features":[205]},{"name":"SQL_CA2_LOCK_CONCURRENCY","features":[205]},{"name":"SQL_CA2_MAX_ROWS_CATALOG","features":[205]},{"name":"SQL_CA2_MAX_ROWS_DELETE","features":[205]},{"name":"SQL_CA2_MAX_ROWS_INSERT","features":[205]},{"name":"SQL_CA2_MAX_ROWS_SELECT","features":[205]},{"name":"SQL_CA2_MAX_ROWS_UPDATE","features":[205]},{"name":"SQL_CA2_OPT_ROWVER_CONCURRENCY","features":[205]},{"name":"SQL_CA2_OPT_VALUES_CONCURRENCY","features":[205]},{"name":"SQL_CA2_READ_ONLY_CONCURRENCY","features":[205]},{"name":"SQL_CA2_SENSITIVITY_ADDITIONS","features":[205]},{"name":"SQL_CA2_SENSITIVITY_DELETIONS","features":[205]},{"name":"SQL_CA2_SENSITIVITY_UPDATES","features":[205]},{"name":"SQL_CA2_SIMULATE_NON_UNIQUE","features":[205]},{"name":"SQL_CA2_SIMULATE_TRY_UNIQUE","features":[205]},{"name":"SQL_CA2_SIMULATE_UNIQUE","features":[205]},{"name":"SQL_CACHE_DATA_NO","features":[205]},{"name":"SQL_CACHE_DATA_YES","features":[205]},{"name":"SQL_CASCADE","features":[205]},{"name":"SQL_CATALOG_LOCATION","features":[205]},{"name":"SQL_CATALOG_NAME","features":[205]},{"name":"SQL_CATALOG_NAME_SEPARATOR","features":[205]},{"name":"SQL_CATALOG_TERM","features":[205]},{"name":"SQL_CATALOG_USAGE","features":[205]},{"name":"SQL_CA_CONSTRAINT_DEFERRABLE","features":[205]},{"name":"SQL_CA_CONSTRAINT_INITIALLY_DEFERRED","features":[205]},{"name":"SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE","features":[205]},{"name":"SQL_CA_CONSTRAINT_NON_DEFERRABLE","features":[205]},{"name":"SQL_CA_CREATE_ASSERTION","features":[205]},{"name":"SQL_CA_SS_BASE","features":[205]},{"name":"SQL_CA_SS_COLUMN_COLLATION","features":[205]},{"name":"SQL_CA_SS_COLUMN_HIDDEN","features":[205]},{"name":"SQL_CA_SS_COLUMN_ID","features":[205]},{"name":"SQL_CA_SS_COLUMN_KEY","features":[205]},{"name":"SQL_CA_SS_COLUMN_OP","features":[205]},{"name":"SQL_CA_SS_COLUMN_ORDER","features":[205]},{"name":"SQL_CA_SS_COLUMN_SIZE","features":[205]},{"name":"SQL_CA_SS_COLUMN_SSTYPE","features":[205]},{"name":"SQL_CA_SS_COLUMN_UTYPE","features":[205]},{"name":"SQL_CA_SS_COLUMN_VARYLEN","features":[205]},{"name":"SQL_CA_SS_COMPUTE_BYLIST","features":[205]},{"name":"SQL_CA_SS_COMPUTE_ID","features":[205]},{"name":"SQL_CA_SS_MAX_USED","features":[205]},{"name":"SQL_CA_SS_NUM_COMPUTES","features":[205]},{"name":"SQL_CA_SS_NUM_ORDERS","features":[205]},{"name":"SQL_CA_SS_VARIANT_SERVER_TYPE","features":[205]},{"name":"SQL_CA_SS_VARIANT_SQL_TYPE","features":[205]},{"name":"SQL_CA_SS_VARIANT_TYPE","features":[205]},{"name":"SQL_CB_CLOSE","features":[205]},{"name":"SQL_CB_DELETE","features":[205]},{"name":"SQL_CB_NON_NULL","features":[205]},{"name":"SQL_CB_NULL","features":[205]},{"name":"SQL_CB_PRESERVE","features":[205]},{"name":"SQL_CCOL_CREATE_COLLATION","features":[205]},{"name":"SQL_CCS_COLLATE_CLAUSE","features":[205]},{"name":"SQL_CCS_CREATE_CHARACTER_SET","features":[205]},{"name":"SQL_CCS_LIMITED_COLLATION","features":[205]},{"name":"SQL_CC_CLOSE","features":[205]},{"name":"SQL_CC_DELETE","features":[205]},{"name":"SQL_CC_PRESERVE","features":[205]},{"name":"SQL_CDO_COLLATION","features":[205]},{"name":"SQL_CDO_CONSTRAINT","features":[205]},{"name":"SQL_CDO_CONSTRAINT_DEFERRABLE","features":[205]},{"name":"SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED","features":[205]},{"name":"SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE","features":[205]},{"name":"SQL_CDO_CONSTRAINT_NAME_DEFINITION","features":[205]},{"name":"SQL_CDO_CONSTRAINT_NON_DEFERRABLE","features":[205]},{"name":"SQL_CDO_CREATE_DOMAIN","features":[205]},{"name":"SQL_CDO_DEFAULT","features":[205]},{"name":"SQL_CD_FALSE","features":[205]},{"name":"SQL_CD_TRUE","features":[205]},{"name":"SQL_CHAR","features":[205]},{"name":"SQL_CLOSE","features":[205]},{"name":"SQL_CL_END","features":[205]},{"name":"SQL_CL_START","features":[205]},{"name":"SQL_CN_ANY","features":[205]},{"name":"SQL_CN_DEFAULT","features":[205]},{"name":"SQL_CN_DIFFERENT","features":[205]},{"name":"SQL_CN_NONE","features":[205]},{"name":"SQL_CN_OFF","features":[205]},{"name":"SQL_CN_ON","features":[205]},{"name":"SQL_CODE_DATE","features":[205]},{"name":"SQL_CODE_DAY","features":[205]},{"name":"SQL_CODE_DAY_TO_HOUR","features":[205]},{"name":"SQL_CODE_DAY_TO_MINUTE","features":[205]},{"name":"SQL_CODE_DAY_TO_SECOND","features":[205]},{"name":"SQL_CODE_HOUR","features":[205]},{"name":"SQL_CODE_HOUR_TO_MINUTE","features":[205]},{"name":"SQL_CODE_HOUR_TO_SECOND","features":[205]},{"name":"SQL_CODE_MINUTE","features":[205]},{"name":"SQL_CODE_MINUTE_TO_SECOND","features":[205]},{"name":"SQL_CODE_MONTH","features":[205]},{"name":"SQL_CODE_SECOND","features":[205]},{"name":"SQL_CODE_TIME","features":[205]},{"name":"SQL_CODE_TIMESTAMP","features":[205]},{"name":"SQL_CODE_YEAR","features":[205]},{"name":"SQL_CODE_YEAR_TO_MONTH","features":[205]},{"name":"SQL_COLATT_OPT_MAX","features":[205]},{"name":"SQL_COLATT_OPT_MIN","features":[205]},{"name":"SQL_COLLATION_SEQ","features":[205]},{"name":"SQL_COLUMN_ALIAS","features":[205]},{"name":"SQL_COLUMN_AUTO_INCREMENT","features":[205]},{"name":"SQL_COLUMN_CASE_SENSITIVE","features":[205]},{"name":"SQL_COLUMN_COUNT","features":[205]},{"name":"SQL_COLUMN_DISPLAY_SIZE","features":[205]},{"name":"SQL_COLUMN_DRIVER_START","features":[205]},{"name":"SQL_COLUMN_IGNORE","features":[205]},{"name":"SQL_COLUMN_LABEL","features":[205]},{"name":"SQL_COLUMN_LENGTH","features":[205]},{"name":"SQL_COLUMN_MONEY","features":[205]},{"name":"SQL_COLUMN_NAME","features":[205]},{"name":"SQL_COLUMN_NULLABLE","features":[205]},{"name":"SQL_COLUMN_NUMBER_UNKNOWN","features":[205]},{"name":"SQL_COLUMN_OWNER_NAME","features":[205]},{"name":"SQL_COLUMN_PRECISION","features":[205]},{"name":"SQL_COLUMN_QUALIFIER_NAME","features":[205]},{"name":"SQL_COLUMN_SCALE","features":[205]},{"name":"SQL_COLUMN_SEARCHABLE","features":[205]},{"name":"SQL_COLUMN_TABLE_NAME","features":[205]},{"name":"SQL_COLUMN_TYPE","features":[205]},{"name":"SQL_COLUMN_TYPE_NAME","features":[205]},{"name":"SQL_COLUMN_UNSIGNED","features":[205]},{"name":"SQL_COLUMN_UPDATABLE","features":[205]},{"name":"SQL_COMMIT","features":[205]},{"name":"SQL_CONCAT_NULL_BEHAVIOR","features":[205]},{"name":"SQL_CONCURRENCY","features":[205]},{"name":"SQL_CONCUR_DEFAULT","features":[205]},{"name":"SQL_CONCUR_LOCK","features":[205]},{"name":"SQL_CONCUR_READ_ONLY","features":[205]},{"name":"SQL_CONCUR_ROWVER","features":[205]},{"name":"SQL_CONCUR_TIMESTAMP","features":[205]},{"name":"SQL_CONCUR_VALUES","features":[205]},{"name":"SQL_CONNECT_OPT_DRVR_START","features":[205]},{"name":"SQL_CONN_OPT_MAX","features":[205]},{"name":"SQL_CONN_OPT_MIN","features":[205]},{"name":"SQL_CONN_POOL_RATING_BEST","features":[205]},{"name":"SQL_CONN_POOL_RATING_GOOD_ENOUGH","features":[205]},{"name":"SQL_CONN_POOL_RATING_USELESS","features":[205]},{"name":"SQL_CONVERT_BIGINT","features":[205]},{"name":"SQL_CONVERT_BINARY","features":[205]},{"name":"SQL_CONVERT_BIT","features":[205]},{"name":"SQL_CONVERT_CHAR","features":[205]},{"name":"SQL_CONVERT_DATE","features":[205]},{"name":"SQL_CONVERT_DECIMAL","features":[205]},{"name":"SQL_CONVERT_DOUBLE","features":[205]},{"name":"SQL_CONVERT_FLOAT","features":[205]},{"name":"SQL_CONVERT_FUNCTIONS","features":[205]},{"name":"SQL_CONVERT_GUID","features":[205]},{"name":"SQL_CONVERT_INTEGER","features":[205]},{"name":"SQL_CONVERT_INTERVAL_DAY_TIME","features":[205]},{"name":"SQL_CONVERT_INTERVAL_YEAR_MONTH","features":[205]},{"name":"SQL_CONVERT_LONGVARBINARY","features":[205]},{"name":"SQL_CONVERT_LONGVARCHAR","features":[205]},{"name":"SQL_CONVERT_NUMERIC","features":[205]},{"name":"SQL_CONVERT_REAL","features":[205]},{"name":"SQL_CONVERT_SMALLINT","features":[205]},{"name":"SQL_CONVERT_TIME","features":[205]},{"name":"SQL_CONVERT_TIMESTAMP","features":[205]},{"name":"SQL_CONVERT_TINYINT","features":[205]},{"name":"SQL_CONVERT_VARBINARY","features":[205]},{"name":"SQL_CONVERT_VARCHAR","features":[205]},{"name":"SQL_CONVERT_WCHAR","features":[205]},{"name":"SQL_CONVERT_WLONGVARCHAR","features":[205]},{"name":"SQL_CONVERT_WVARCHAR","features":[205]},{"name":"SQL_COPT_SS_ANSI_NPW","features":[205]},{"name":"SQL_COPT_SS_ANSI_OEM","features":[205]},{"name":"SQL_COPT_SS_ATTACHDBFILENAME","features":[205]},{"name":"SQL_COPT_SS_BASE","features":[205]},{"name":"SQL_COPT_SS_BASE_EX","features":[205]},{"name":"SQL_COPT_SS_BCP","features":[205]},{"name":"SQL_COPT_SS_BROWSE_CACHE_DATA","features":[205]},{"name":"SQL_COPT_SS_BROWSE_CONNECT","features":[205]},{"name":"SQL_COPT_SS_BROWSE_SERVER","features":[205]},{"name":"SQL_COPT_SS_CONCAT_NULL","features":[205]},{"name":"SQL_COPT_SS_CONNECTION_DEAD","features":[205]},{"name":"SQL_COPT_SS_ENCRYPT","features":[205]},{"name":"SQL_COPT_SS_EX_MAX_USED","features":[205]},{"name":"SQL_COPT_SS_FALLBACK_CONNECT","features":[205]},{"name":"SQL_COPT_SS_INTEGRATED_SECURITY","features":[205]},{"name":"SQL_COPT_SS_MAX_USED","features":[205]},{"name":"SQL_COPT_SS_PERF_DATA","features":[205]},{"name":"SQL_COPT_SS_PERF_DATA_LOG","features":[205]},{"name":"SQL_COPT_SS_PERF_DATA_LOG_NOW","features":[205]},{"name":"SQL_COPT_SS_PERF_QUERY","features":[205]},{"name":"SQL_COPT_SS_PERF_QUERY_INTERVAL","features":[205]},{"name":"SQL_COPT_SS_PERF_QUERY_LOG","features":[205]},{"name":"SQL_COPT_SS_PRESERVE_CURSORS","features":[205]},{"name":"SQL_COPT_SS_QUOTED_IDENT","features":[205]},{"name":"SQL_COPT_SS_REMOTE_PWD","features":[205]},{"name":"SQL_COPT_SS_RESET_CONNECTION","features":[205]},{"name":"SQL_COPT_SS_TRANSLATE","features":[205]},{"name":"SQL_COPT_SS_USER_DATA","features":[205]},{"name":"SQL_COPT_SS_USE_PROC_FOR_PREP","features":[205]},{"name":"SQL_COPT_SS_WARN_ON_CP_ERROR","features":[205]},{"name":"SQL_CORRELATION_NAME","features":[205]},{"name":"SQL_CO_AF","features":[205]},{"name":"SQL_CO_DEFAULT","features":[205]},{"name":"SQL_CO_FFO","features":[205]},{"name":"SQL_CO_FIREHOSE_AF","features":[205]},{"name":"SQL_CO_OFF","features":[205]},{"name":"SQL_CP_DEFAULT","features":[205]},{"name":"SQL_CP_DRIVER_AWARE","features":[205]},{"name":"SQL_CP_MATCH_DEFAULT","features":[205]},{"name":"SQL_CP_OFF","features":[205]},{"name":"SQL_CP_ONE_PER_DRIVER","features":[205]},{"name":"SQL_CP_ONE_PER_HENV","features":[205]},{"name":"SQL_CP_RELAXED_MATCH","features":[205]},{"name":"SQL_CP_STRICT_MATCH","features":[205]},{"name":"SQL_CREATE_ASSERTION","features":[205]},{"name":"SQL_CREATE_CHARACTER_SET","features":[205]},{"name":"SQL_CREATE_COLLATION","features":[205]},{"name":"SQL_CREATE_DOMAIN","features":[205]},{"name":"SQL_CREATE_SCHEMA","features":[205]},{"name":"SQL_CREATE_TABLE","features":[205]},{"name":"SQL_CREATE_TRANSLATION","features":[205]},{"name":"SQL_CREATE_VIEW","features":[205]},{"name":"SQL_CR_CLOSE","features":[205]},{"name":"SQL_CR_DELETE","features":[205]},{"name":"SQL_CR_PRESERVE","features":[205]},{"name":"SQL_CS_AUTHORIZATION","features":[205]},{"name":"SQL_CS_CREATE_SCHEMA","features":[205]},{"name":"SQL_CS_DEFAULT_CHARACTER_SET","features":[205]},{"name":"SQL_CTR_CREATE_TRANSLATION","features":[205]},{"name":"SQL_CT_COLUMN_COLLATION","features":[205]},{"name":"SQL_CT_COLUMN_CONSTRAINT","features":[205]},{"name":"SQL_CT_COLUMN_DEFAULT","features":[205]},{"name":"SQL_CT_COMMIT_DELETE","features":[205]},{"name":"SQL_CT_COMMIT_PRESERVE","features":[205]},{"name":"SQL_CT_CONSTRAINT_DEFERRABLE","features":[205]},{"name":"SQL_CT_CONSTRAINT_INITIALLY_DEFERRED","features":[205]},{"name":"SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE","features":[205]},{"name":"SQL_CT_CONSTRAINT_NAME_DEFINITION","features":[205]},{"name":"SQL_CT_CONSTRAINT_NON_DEFERRABLE","features":[205]},{"name":"SQL_CT_CREATE_TABLE","features":[205]},{"name":"SQL_CT_GLOBAL_TEMPORARY","features":[205]},{"name":"SQL_CT_LOCAL_TEMPORARY","features":[205]},{"name":"SQL_CT_TABLE_CONSTRAINT","features":[205]},{"name":"SQL_CURRENT_QUALIFIER","features":[205]},{"name":"SQL_CURSOR_COMMIT_BEHAVIOR","features":[205]},{"name":"SQL_CURSOR_DYNAMIC","features":[205]},{"name":"SQL_CURSOR_FAST_FORWARD_ONLY","features":[205]},{"name":"SQL_CURSOR_FORWARD_ONLY","features":[205]},{"name":"SQL_CURSOR_KEYSET_DRIVEN","features":[205]},{"name":"SQL_CURSOR_ROLLBACK_BEHAVIOR","features":[205]},{"name":"SQL_CURSOR_SENSITIVITY","features":[205]},{"name":"SQL_CURSOR_STATIC","features":[205]},{"name":"SQL_CURSOR_TYPE","features":[205]},{"name":"SQL_CURSOR_TYPE_DEFAULT","features":[205]},{"name":"SQL_CUR_DEFAULT","features":[205]},{"name":"SQL_CUR_USE_DRIVER","features":[205]},{"name":"SQL_CUR_USE_IF_NEEDED","features":[205]},{"name":"SQL_CUR_USE_ODBC","features":[205]},{"name":"SQL_CU_DML_STATEMENTS","features":[205]},{"name":"SQL_CU_INDEX_DEFINITION","features":[205]},{"name":"SQL_CU_PRIVILEGE_DEFINITION","features":[205]},{"name":"SQL_CU_PROCEDURE_INVOCATION","features":[205]},{"name":"SQL_CU_TABLE_DEFINITION","features":[205]},{"name":"SQL_CVT_BIGINT","features":[205]},{"name":"SQL_CVT_BINARY","features":[205]},{"name":"SQL_CVT_BIT","features":[205]},{"name":"SQL_CVT_CHAR","features":[205]},{"name":"SQL_CVT_DATE","features":[205]},{"name":"SQL_CVT_DECIMAL","features":[205]},{"name":"SQL_CVT_DOUBLE","features":[205]},{"name":"SQL_CVT_FLOAT","features":[205]},{"name":"SQL_CVT_GUID","features":[205]},{"name":"SQL_CVT_INTEGER","features":[205]},{"name":"SQL_CVT_INTERVAL_DAY_TIME","features":[205]},{"name":"SQL_CVT_INTERVAL_YEAR_MONTH","features":[205]},{"name":"SQL_CVT_LONGVARBINARY","features":[205]},{"name":"SQL_CVT_LONGVARCHAR","features":[205]},{"name":"SQL_CVT_NUMERIC","features":[205]},{"name":"SQL_CVT_REAL","features":[205]},{"name":"SQL_CVT_SMALLINT","features":[205]},{"name":"SQL_CVT_TIME","features":[205]},{"name":"SQL_CVT_TIMESTAMP","features":[205]},{"name":"SQL_CVT_TINYINT","features":[205]},{"name":"SQL_CVT_VARBINARY","features":[205]},{"name":"SQL_CVT_VARCHAR","features":[205]},{"name":"SQL_CVT_WCHAR","features":[205]},{"name":"SQL_CVT_WLONGVARCHAR","features":[205]},{"name":"SQL_CVT_WVARCHAR","features":[205]},{"name":"SQL_CV_CASCADED","features":[205]},{"name":"SQL_CV_CHECK_OPTION","features":[205]},{"name":"SQL_CV_CREATE_VIEW","features":[205]},{"name":"SQL_CV_LOCAL","features":[205]},{"name":"SQL_C_BINARY","features":[205]},{"name":"SQL_C_BIT","features":[205]},{"name":"SQL_C_CHAR","features":[205]},{"name":"SQL_C_DATE","features":[205]},{"name":"SQL_C_DEFAULT","features":[205]},{"name":"SQL_C_DOUBLE","features":[205]},{"name":"SQL_C_FLOAT","features":[205]},{"name":"SQL_C_GUID","features":[205]},{"name":"SQL_C_INTERVAL_DAY","features":[205]},{"name":"SQL_C_INTERVAL_DAY_TO_HOUR","features":[205]},{"name":"SQL_C_INTERVAL_DAY_TO_MINUTE","features":[205]},{"name":"SQL_C_INTERVAL_DAY_TO_SECOND","features":[205]},{"name":"SQL_C_INTERVAL_HOUR","features":[205]},{"name":"SQL_C_INTERVAL_HOUR_TO_MINUTE","features":[205]},{"name":"SQL_C_INTERVAL_HOUR_TO_SECOND","features":[205]},{"name":"SQL_C_INTERVAL_MINUTE","features":[205]},{"name":"SQL_C_INTERVAL_MINUTE_TO_SECOND","features":[205]},{"name":"SQL_C_INTERVAL_MONTH","features":[205]},{"name":"SQL_C_INTERVAL_SECOND","features":[205]},{"name":"SQL_C_INTERVAL_YEAR","features":[205]},{"name":"SQL_C_INTERVAL_YEAR_TO_MONTH","features":[205]},{"name":"SQL_C_LONG","features":[205]},{"name":"SQL_C_NUMERIC","features":[205]},{"name":"SQL_C_SHORT","features":[205]},{"name":"SQL_C_TCHAR","features":[205]},{"name":"SQL_C_TIME","features":[205]},{"name":"SQL_C_TIMESTAMP","features":[205]},{"name":"SQL_C_TINYINT","features":[205]},{"name":"SQL_C_TYPE_DATE","features":[205]},{"name":"SQL_C_TYPE_TIME","features":[205]},{"name":"SQL_C_TYPE_TIMESTAMP","features":[205]},{"name":"SQL_C_VARBOOKMARK","features":[205]},{"name":"SQL_C_WCHAR","features":[205]},{"name":"SQL_DATABASE_NAME","features":[205]},{"name":"SQL_DATA_AT_EXEC","features":[205]},{"name":"SQL_DATA_SOURCE_NAME","features":[205]},{"name":"SQL_DATA_SOURCE_READ_ONLY","features":[205]},{"name":"SQL_DATE","features":[205]},{"name":"SQL_DATETIME","features":[205]},{"name":"SQL_DATETIME_LITERALS","features":[205]},{"name":"SQL_DATE_LEN","features":[205]},{"name":"SQL_DAY","features":[205]},{"name":"SQL_DAY_SECOND_STRUCT","features":[205]},{"name":"SQL_DAY_TO_HOUR","features":[205]},{"name":"SQL_DAY_TO_MINUTE","features":[205]},{"name":"SQL_DAY_TO_SECOND","features":[205]},{"name":"SQL_DA_DROP_ASSERTION","features":[205]},{"name":"SQL_DBMS_NAME","features":[205]},{"name":"SQL_DBMS_VER","features":[205]},{"name":"SQL_DB_DEFAULT","features":[205]},{"name":"SQL_DB_DISCONNECT","features":[205]},{"name":"SQL_DB_RETURN_TO_POOL","features":[205]},{"name":"SQL_DCS_DROP_CHARACTER_SET","features":[205]},{"name":"SQL_DC_DROP_COLLATION","features":[205]},{"name":"SQL_DDL_INDEX","features":[205]},{"name":"SQL_DD_CASCADE","features":[205]},{"name":"SQL_DD_DROP_DOMAIN","features":[205]},{"name":"SQL_DD_RESTRICT","features":[205]},{"name":"SQL_DECIMAL","features":[205]},{"name":"SQL_DEFAULT","features":[205]},{"name":"SQL_DEFAULT_PARAM","features":[205]},{"name":"SQL_DEFAULT_TXN_ISOLATION","features":[205]},{"name":"SQL_DELETE","features":[205]},{"name":"SQL_DELETE_BY_BOOKMARK","features":[205]},{"name":"SQL_DESCRIBE_PARAMETER","features":[205]},{"name":"SQL_DESC_ALLOC_AUTO","features":[205]},{"name":"SQL_DESC_ALLOC_TYPE","features":[205]},{"name":"SQL_DESC_ALLOC_USER","features":[205]},{"name":"SQL_DESC_ARRAY_SIZE","features":[205]},{"name":"SQL_DESC_ARRAY_STATUS_PTR","features":[205]},{"name":"SQL_DESC_BASE_COLUMN_NAME","features":[205]},{"name":"SQL_DESC_BASE_TABLE_NAME","features":[205]},{"name":"SQL_DESC_BIND_OFFSET_PTR","features":[205]},{"name":"SQL_DESC_BIND_TYPE","features":[205]},{"name":"SQL_DESC_COUNT","features":[205]},{"name":"SQL_DESC_DATA_PTR","features":[205]},{"name":"SQL_DESC_DATETIME_INTERVAL_CODE","features":[205]},{"name":"SQL_DESC_DATETIME_INTERVAL_PRECISION","features":[205]},{"name":"SQL_DESC_INDICATOR_PTR","features":[205]},{"name":"SQL_DESC_LENGTH","features":[205]},{"name":"SQL_DESC_LITERAL_PREFIX","features":[205]},{"name":"SQL_DESC_LITERAL_SUFFIX","features":[205]},{"name":"SQL_DESC_LOCAL_TYPE_NAME","features":[205]},{"name":"SQL_DESC_MAXIMUM_SCALE","features":[205]},{"name":"SQL_DESC_MINIMUM_SCALE","features":[205]},{"name":"SQL_DESC_NAME","features":[205]},{"name":"SQL_DESC_NULLABLE","features":[205]},{"name":"SQL_DESC_NUM_PREC_RADIX","features":[205]},{"name":"SQL_DESC_OCTET_LENGTH","features":[205]},{"name":"SQL_DESC_OCTET_LENGTH_PTR","features":[205]},{"name":"SQL_DESC_PARAMETER_TYPE","features":[205]},{"name":"SQL_DESC_PRECISION","features":[205]},{"name":"SQL_DESC_ROWS_PROCESSED_PTR","features":[205]},{"name":"SQL_DESC_ROWVER","features":[205]},{"name":"SQL_DESC_SCALE","features":[205]},{"name":"SQL_DESC_TYPE","features":[205]},{"name":"SQL_DESC_UNNAMED","features":[205]},{"name":"SQL_DIAG_ALTER_DOMAIN","features":[205]},{"name":"SQL_DIAG_ALTER_TABLE","features":[205]},{"name":"SQL_DIAG_CALL","features":[205]},{"name":"SQL_DIAG_CLASS_ORIGIN","features":[205]},{"name":"SQL_DIAG_COLUMN_NUMBER","features":[205]},{"name":"SQL_DIAG_CONNECTION_NAME","features":[205]},{"name":"SQL_DIAG_CREATE_ASSERTION","features":[205]},{"name":"SQL_DIAG_CREATE_CHARACTER_SET","features":[205]},{"name":"SQL_DIAG_CREATE_COLLATION","features":[205]},{"name":"SQL_DIAG_CREATE_DOMAIN","features":[205]},{"name":"SQL_DIAG_CREATE_INDEX","features":[205]},{"name":"SQL_DIAG_CREATE_SCHEMA","features":[205]},{"name":"SQL_DIAG_CREATE_TABLE","features":[205]},{"name":"SQL_DIAG_CREATE_TRANSLATION","features":[205]},{"name":"SQL_DIAG_CREATE_VIEW","features":[205]},{"name":"SQL_DIAG_CURSOR_ROW_COUNT","features":[205]},{"name":"SQL_DIAG_DELETE_WHERE","features":[205]},{"name":"SQL_DIAG_DFC_SS_ALTER_DATABASE","features":[205]},{"name":"SQL_DIAG_DFC_SS_BASE","features":[205]},{"name":"SQL_DIAG_DFC_SS_CHECKPOINT","features":[205]},{"name":"SQL_DIAG_DFC_SS_CONDITION","features":[205]},{"name":"SQL_DIAG_DFC_SS_CREATE_DATABASE","features":[205]},{"name":"SQL_DIAG_DFC_SS_CREATE_DEFAULT","features":[205]},{"name":"SQL_DIAG_DFC_SS_CREATE_PROCEDURE","features":[205]},{"name":"SQL_DIAG_DFC_SS_CREATE_RULE","features":[205]},{"name":"SQL_DIAG_DFC_SS_CREATE_TRIGGER","features":[205]},{"name":"SQL_DIAG_DFC_SS_CURSOR_CLOSE","features":[205]},{"name":"SQL_DIAG_DFC_SS_CURSOR_DECLARE","features":[205]},{"name":"SQL_DIAG_DFC_SS_CURSOR_FETCH","features":[205]},{"name":"SQL_DIAG_DFC_SS_CURSOR_OPEN","features":[205]},{"name":"SQL_DIAG_DFC_SS_DBCC","features":[205]},{"name":"SQL_DIAG_DFC_SS_DEALLOCATE_CURSOR","features":[205]},{"name":"SQL_DIAG_DFC_SS_DENY","features":[205]},{"name":"SQL_DIAG_DFC_SS_DISK","features":[205]},{"name":"SQL_DIAG_DFC_SS_DROP_DATABASE","features":[205]},{"name":"SQL_DIAG_DFC_SS_DROP_DEFAULT","features":[205]},{"name":"SQL_DIAG_DFC_SS_DROP_PROCEDURE","features":[205]},{"name":"SQL_DIAG_DFC_SS_DROP_RULE","features":[205]},{"name":"SQL_DIAG_DFC_SS_DROP_TRIGGER","features":[205]},{"name":"SQL_DIAG_DFC_SS_DUMP_DATABASE","features":[205]},{"name":"SQL_DIAG_DFC_SS_DUMP_TABLE","features":[205]},{"name":"SQL_DIAG_DFC_SS_DUMP_TRANSACTION","features":[205]},{"name":"SQL_DIAG_DFC_SS_GOTO","features":[205]},{"name":"SQL_DIAG_DFC_SS_INSERT_BULK","features":[205]},{"name":"SQL_DIAG_DFC_SS_KILL","features":[205]},{"name":"SQL_DIAG_DFC_SS_LOAD_DATABASE","features":[205]},{"name":"SQL_DIAG_DFC_SS_LOAD_HEADERONLY","features":[205]},{"name":"SQL_DIAG_DFC_SS_LOAD_TABLE","features":[205]},{"name":"SQL_DIAG_DFC_SS_LOAD_TRANSACTION","features":[205]},{"name":"SQL_DIAG_DFC_SS_PRINT","features":[205]},{"name":"SQL_DIAG_DFC_SS_RAISERROR","features":[205]},{"name":"SQL_DIAG_DFC_SS_READTEXT","features":[205]},{"name":"SQL_DIAG_DFC_SS_RECONFIGURE","features":[205]},{"name":"SQL_DIAG_DFC_SS_RETURN","features":[205]},{"name":"SQL_DIAG_DFC_SS_SELECT_INTO","features":[205]},{"name":"SQL_DIAG_DFC_SS_SET","features":[205]},{"name":"SQL_DIAG_DFC_SS_SETUSER","features":[205]},{"name":"SQL_DIAG_DFC_SS_SET_IDENTITY_INSERT","features":[205]},{"name":"SQL_DIAG_DFC_SS_SET_ROW_COUNT","features":[205]},{"name":"SQL_DIAG_DFC_SS_SET_STATISTICS","features":[205]},{"name":"SQL_DIAG_DFC_SS_SET_TEXTSIZE","features":[205]},{"name":"SQL_DIAG_DFC_SS_SET_XCTLVL","features":[205]},{"name":"SQL_DIAG_DFC_SS_SHUTDOWN","features":[205]},{"name":"SQL_DIAG_DFC_SS_TRANS_BEGIN","features":[205]},{"name":"SQL_DIAG_DFC_SS_TRANS_COMMIT","features":[205]},{"name":"SQL_DIAG_DFC_SS_TRANS_PREPARE","features":[205]},{"name":"SQL_DIAG_DFC_SS_TRANS_ROLLBACK","features":[205]},{"name":"SQL_DIAG_DFC_SS_TRANS_SAVE","features":[205]},{"name":"SQL_DIAG_DFC_SS_TRUNCATE_TABLE","features":[205]},{"name":"SQL_DIAG_DFC_SS_UPDATETEXT","features":[205]},{"name":"SQL_DIAG_DFC_SS_UPDATE_STATISTICS","features":[205]},{"name":"SQL_DIAG_DFC_SS_USE","features":[205]},{"name":"SQL_DIAG_DFC_SS_WAITFOR","features":[205]},{"name":"SQL_DIAG_DFC_SS_WRITETEXT","features":[205]},{"name":"SQL_DIAG_DROP_ASSERTION","features":[205]},{"name":"SQL_DIAG_DROP_CHARACTER_SET","features":[205]},{"name":"SQL_DIAG_DROP_COLLATION","features":[205]},{"name":"SQL_DIAG_DROP_DOMAIN","features":[205]},{"name":"SQL_DIAG_DROP_INDEX","features":[205]},{"name":"SQL_DIAG_DROP_SCHEMA","features":[205]},{"name":"SQL_DIAG_DROP_TABLE","features":[205]},{"name":"SQL_DIAG_DROP_TRANSLATION","features":[205]},{"name":"SQL_DIAG_DROP_VIEW","features":[205]},{"name":"SQL_DIAG_DYNAMIC_DELETE_CURSOR","features":[205]},{"name":"SQL_DIAG_DYNAMIC_FUNCTION","features":[205]},{"name":"SQL_DIAG_DYNAMIC_FUNCTION_CODE","features":[205]},{"name":"SQL_DIAG_DYNAMIC_UPDATE_CURSOR","features":[205]},{"name":"SQL_DIAG_GRANT","features":[205]},{"name":"SQL_DIAG_INSERT","features":[205]},{"name":"SQL_DIAG_MESSAGE_TEXT","features":[205]},{"name":"SQL_DIAG_NATIVE","features":[205]},{"name":"SQL_DIAG_NUMBER","features":[205]},{"name":"SQL_DIAG_RETURNCODE","features":[205]},{"name":"SQL_DIAG_REVOKE","features":[205]},{"name":"SQL_DIAG_ROW_COUNT","features":[205]},{"name":"SQL_DIAG_ROW_NUMBER","features":[205]},{"name":"SQL_DIAG_SELECT_CURSOR","features":[205]},{"name":"SQL_DIAG_SERVER_NAME","features":[205]},{"name":"SQL_DIAG_SQLSTATE","features":[205]},{"name":"SQL_DIAG_SS_BASE","features":[205]},{"name":"SQL_DIAG_SS_LINE","features":[205]},{"name":"SQL_DIAG_SS_MSGSTATE","features":[205]},{"name":"SQL_DIAG_SS_PROCNAME","features":[205]},{"name":"SQL_DIAG_SS_SEVERITY","features":[205]},{"name":"SQL_DIAG_SS_SRVNAME","features":[205]},{"name":"SQL_DIAG_SUBCLASS_ORIGIN","features":[205]},{"name":"SQL_DIAG_UNKNOWN_STATEMENT","features":[205]},{"name":"SQL_DIAG_UPDATE_WHERE","features":[205]},{"name":"SQL_DI_CREATE_INDEX","features":[205]},{"name":"SQL_DI_DROP_INDEX","features":[205]},{"name":"SQL_DL_SQL92_DATE","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_DAY","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_MINUTE","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_MONTH","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_SECOND","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_YEAR","features":[205]},{"name":"SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH","features":[205]},{"name":"SQL_DL_SQL92_TIME","features":[205]},{"name":"SQL_DL_SQL92_TIMESTAMP","features":[205]},{"name":"SQL_DM_VER","features":[205]},{"name":"SQL_DOUBLE","features":[205]},{"name":"SQL_DP_OFF","features":[205]},{"name":"SQL_DP_ON","features":[205]},{"name":"SQL_DRIVER_AWARE_POOLING_CAPABLE","features":[205]},{"name":"SQL_DRIVER_AWARE_POOLING_NOT_CAPABLE","features":[205]},{"name":"SQL_DRIVER_AWARE_POOLING_SUPPORTED","features":[205]},{"name":"SQL_DRIVER_COMPLETE","features":[205]},{"name":"SQL_DRIVER_COMPLETE_REQUIRED","features":[205]},{"name":"SQL_DRIVER_CONN_ATTR_BASE","features":[205]},{"name":"SQL_DRIVER_C_TYPE_BASE","features":[205]},{"name":"SQL_DRIVER_DESC_FIELD_BASE","features":[205]},{"name":"SQL_DRIVER_DIAG_FIELD_BASE","features":[205]},{"name":"SQL_DRIVER_HDBC","features":[205]},{"name":"SQL_DRIVER_HDESC","features":[205]},{"name":"SQL_DRIVER_HENV","features":[205]},{"name":"SQL_DRIVER_HLIB","features":[205]},{"name":"SQL_DRIVER_HSTMT","features":[205]},{"name":"SQL_DRIVER_INFO_TYPE_BASE","features":[205]},{"name":"SQL_DRIVER_NAME","features":[205]},{"name":"SQL_DRIVER_NOPROMPT","features":[205]},{"name":"SQL_DRIVER_ODBC_VER","features":[205]},{"name":"SQL_DRIVER_PROMPT","features":[205]},{"name":"SQL_DRIVER_SQL_TYPE_BASE","features":[205]},{"name":"SQL_DRIVER_STMT_ATTR_BASE","features":[205]},{"name":"SQL_DRIVER_VER","features":[205]},{"name":"SQL_DROP","features":[205]},{"name":"SQL_DROP_ASSERTION","features":[205]},{"name":"SQL_DROP_CHARACTER_SET","features":[205]},{"name":"SQL_DROP_COLLATION","features":[205]},{"name":"SQL_DROP_DOMAIN","features":[205]},{"name":"SQL_DROP_SCHEMA","features":[205]},{"name":"SQL_DROP_TABLE","features":[205]},{"name":"SQL_DROP_TRANSLATION","features":[205]},{"name":"SQL_DROP_VIEW","features":[205]},{"name":"SQL_DS_CASCADE","features":[205]},{"name":"SQL_DS_DROP_SCHEMA","features":[205]},{"name":"SQL_DS_RESTRICT","features":[205]},{"name":"SQL_DTC_DONE","features":[205]},{"name":"SQL_DTC_ENLIST_EXPENSIVE","features":[205]},{"name":"SQL_DTC_TRANSITION_COST","features":[205]},{"name":"SQL_DTC_UNENLIST_EXPENSIVE","features":[205]},{"name":"SQL_DTR_DROP_TRANSLATION","features":[205]},{"name":"SQL_DT_CASCADE","features":[205]},{"name":"SQL_DT_DROP_TABLE","features":[205]},{"name":"SQL_DT_RESTRICT","features":[205]},{"name":"SQL_DV_CASCADE","features":[205]},{"name":"SQL_DV_DROP_VIEW","features":[205]},{"name":"SQL_DV_RESTRICT","features":[205]},{"name":"SQL_DYNAMIC_CURSOR_ATTRIBUTES1","features":[205]},{"name":"SQL_DYNAMIC_CURSOR_ATTRIBUTES2","features":[205]},{"name":"SQL_ENSURE","features":[205]},{"name":"SQL_ENTIRE_ROWSET","features":[205]},{"name":"SQL_EN_OFF","features":[205]},{"name":"SQL_EN_ON","features":[205]},{"name":"SQL_ERROR","features":[205]},{"name":"SQL_EXPRESSIONS_IN_ORDERBY","features":[205]},{"name":"SQL_EXT_API_LAST","features":[205]},{"name":"SQL_EXT_API_START","features":[205]},{"name":"SQL_FALSE","features":[205]},{"name":"SQL_FAST_CONNECT","features":[205]},{"name":"SQL_FB_DEFAULT","features":[205]},{"name":"SQL_FB_OFF","features":[205]},{"name":"SQL_FB_ON","features":[205]},{"name":"SQL_FC_DEFAULT","features":[205]},{"name":"SQL_FC_OFF","features":[205]},{"name":"SQL_FC_ON","features":[205]},{"name":"SQL_FD_FETCH_ABSOLUTE","features":[205]},{"name":"SQL_FD_FETCH_BOOKMARK","features":[205]},{"name":"SQL_FD_FETCH_FIRST","features":[205]},{"name":"SQL_FD_FETCH_LAST","features":[205]},{"name":"SQL_FD_FETCH_NEXT","features":[205]},{"name":"SQL_FD_FETCH_PREV","features":[205]},{"name":"SQL_FD_FETCH_PRIOR","features":[205]},{"name":"SQL_FD_FETCH_RELATIVE","features":[205]},{"name":"SQL_FD_FETCH_RESUME","features":[205]},{"name":"SQL_FETCH_ABSOLUTE","features":[205]},{"name":"SQL_FETCH_BOOKMARK","features":[205]},{"name":"SQL_FETCH_BY_BOOKMARK","features":[205]},{"name":"SQL_FETCH_DIRECTION","features":[205]},{"name":"SQL_FETCH_FIRST","features":[205]},{"name":"SQL_FETCH_FIRST_SYSTEM","features":[205]},{"name":"SQL_FETCH_FIRST_USER","features":[205]},{"name":"SQL_FETCH_LAST","features":[205]},{"name":"SQL_FETCH_NEXT","features":[205]},{"name":"SQL_FETCH_PREV","features":[205]},{"name":"SQL_FETCH_PRIOR","features":[205]},{"name":"SQL_FETCH_RELATIVE","features":[205]},{"name":"SQL_FETCH_RESUME","features":[205]},{"name":"SQL_FILE_CATALOG","features":[205]},{"name":"SQL_FILE_NOT_SUPPORTED","features":[205]},{"name":"SQL_FILE_QUALIFIER","features":[205]},{"name":"SQL_FILE_TABLE","features":[205]},{"name":"SQL_FILE_USAGE","features":[205]},{"name":"SQL_FLOAT","features":[205]},{"name":"SQL_FN_CVT_CAST","features":[205]},{"name":"SQL_FN_CVT_CONVERT","features":[205]},{"name":"SQL_FN_NUM_ABS","features":[205]},{"name":"SQL_FN_NUM_ACOS","features":[205]},{"name":"SQL_FN_NUM_ASIN","features":[205]},{"name":"SQL_FN_NUM_ATAN","features":[205]},{"name":"SQL_FN_NUM_ATAN2","features":[205]},{"name":"SQL_FN_NUM_CEILING","features":[205]},{"name":"SQL_FN_NUM_COS","features":[205]},{"name":"SQL_FN_NUM_COT","features":[205]},{"name":"SQL_FN_NUM_DEGREES","features":[205]},{"name":"SQL_FN_NUM_EXP","features":[205]},{"name":"SQL_FN_NUM_FLOOR","features":[205]},{"name":"SQL_FN_NUM_LOG","features":[205]},{"name":"SQL_FN_NUM_LOG10","features":[205]},{"name":"SQL_FN_NUM_MOD","features":[205]},{"name":"SQL_FN_NUM_PI","features":[205]},{"name":"SQL_FN_NUM_POWER","features":[205]},{"name":"SQL_FN_NUM_RADIANS","features":[205]},{"name":"SQL_FN_NUM_RAND","features":[205]},{"name":"SQL_FN_NUM_ROUND","features":[205]},{"name":"SQL_FN_NUM_SIGN","features":[205]},{"name":"SQL_FN_NUM_SIN","features":[205]},{"name":"SQL_FN_NUM_SQRT","features":[205]},{"name":"SQL_FN_NUM_TAN","features":[205]},{"name":"SQL_FN_NUM_TRUNCATE","features":[205]},{"name":"SQL_FN_STR_ASCII","features":[205]},{"name":"SQL_FN_STR_BIT_LENGTH","features":[205]},{"name":"SQL_FN_STR_CHAR","features":[205]},{"name":"SQL_FN_STR_CHARACTER_LENGTH","features":[205]},{"name":"SQL_FN_STR_CHAR_LENGTH","features":[205]},{"name":"SQL_FN_STR_CONCAT","features":[205]},{"name":"SQL_FN_STR_DIFFERENCE","features":[205]},{"name":"SQL_FN_STR_INSERT","features":[205]},{"name":"SQL_FN_STR_LCASE","features":[205]},{"name":"SQL_FN_STR_LEFT","features":[205]},{"name":"SQL_FN_STR_LENGTH","features":[205]},{"name":"SQL_FN_STR_LOCATE","features":[205]},{"name":"SQL_FN_STR_LOCATE_2","features":[205]},{"name":"SQL_FN_STR_LTRIM","features":[205]},{"name":"SQL_FN_STR_OCTET_LENGTH","features":[205]},{"name":"SQL_FN_STR_POSITION","features":[205]},{"name":"SQL_FN_STR_REPEAT","features":[205]},{"name":"SQL_FN_STR_REPLACE","features":[205]},{"name":"SQL_FN_STR_RIGHT","features":[205]},{"name":"SQL_FN_STR_RTRIM","features":[205]},{"name":"SQL_FN_STR_SOUNDEX","features":[205]},{"name":"SQL_FN_STR_SPACE","features":[205]},{"name":"SQL_FN_STR_SUBSTRING","features":[205]},{"name":"SQL_FN_STR_UCASE","features":[205]},{"name":"SQL_FN_SYS_DBNAME","features":[205]},{"name":"SQL_FN_SYS_IFNULL","features":[205]},{"name":"SQL_FN_SYS_USERNAME","features":[205]},{"name":"SQL_FN_TD_CURDATE","features":[205]},{"name":"SQL_FN_TD_CURRENT_DATE","features":[205]},{"name":"SQL_FN_TD_CURRENT_TIME","features":[205]},{"name":"SQL_FN_TD_CURRENT_TIMESTAMP","features":[205]},{"name":"SQL_FN_TD_CURTIME","features":[205]},{"name":"SQL_FN_TD_DAYNAME","features":[205]},{"name":"SQL_FN_TD_DAYOFMONTH","features":[205]},{"name":"SQL_FN_TD_DAYOFWEEK","features":[205]},{"name":"SQL_FN_TD_DAYOFYEAR","features":[205]},{"name":"SQL_FN_TD_EXTRACT","features":[205]},{"name":"SQL_FN_TD_HOUR","features":[205]},{"name":"SQL_FN_TD_MINUTE","features":[205]},{"name":"SQL_FN_TD_MONTH","features":[205]},{"name":"SQL_FN_TD_MONTHNAME","features":[205]},{"name":"SQL_FN_TD_NOW","features":[205]},{"name":"SQL_FN_TD_QUARTER","features":[205]},{"name":"SQL_FN_TD_SECOND","features":[205]},{"name":"SQL_FN_TD_TIMESTAMPADD","features":[205]},{"name":"SQL_FN_TD_TIMESTAMPDIFF","features":[205]},{"name":"SQL_FN_TD_WEEK","features":[205]},{"name":"SQL_FN_TD_YEAR","features":[205]},{"name":"SQL_FN_TSI_DAY","features":[205]},{"name":"SQL_FN_TSI_FRAC_SECOND","features":[205]},{"name":"SQL_FN_TSI_HOUR","features":[205]},{"name":"SQL_FN_TSI_MINUTE","features":[205]},{"name":"SQL_FN_TSI_MONTH","features":[205]},{"name":"SQL_FN_TSI_QUARTER","features":[205]},{"name":"SQL_FN_TSI_SECOND","features":[205]},{"name":"SQL_FN_TSI_WEEK","features":[205]},{"name":"SQL_FN_TSI_YEAR","features":[205]},{"name":"SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1","features":[205]},{"name":"SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2","features":[205]},{"name":"SQL_GB_COLLATE","features":[205]},{"name":"SQL_GB_GROUP_BY_CONTAINS_SELECT","features":[205]},{"name":"SQL_GB_GROUP_BY_EQUALS_SELECT","features":[205]},{"name":"SQL_GB_NOT_SUPPORTED","features":[205]},{"name":"SQL_GB_NO_RELATION","features":[205]},{"name":"SQL_GD_ANY_COLUMN","features":[205]},{"name":"SQL_GD_ANY_ORDER","features":[205]},{"name":"SQL_GD_BLOCK","features":[205]},{"name":"SQL_GD_BOUND","features":[205]},{"name":"SQL_GD_OUTPUT_PARAMS","features":[205]},{"name":"SQL_GETDATA_EXTENSIONS","features":[205]},{"name":"SQL_GET_BOOKMARK","features":[205]},{"name":"SQL_GROUP_BY","features":[205]},{"name":"SQL_GUID","features":[205]},{"name":"SQL_HANDLE_DBC","features":[205]},{"name":"SQL_HANDLE_DBC_INFO_TOKEN","features":[205]},{"name":"SQL_HANDLE_DESC","features":[205]},{"name":"SQL_HANDLE_ENV","features":[205]},{"name":"SQL_HANDLE_SENV","features":[205]},{"name":"SQL_HANDLE_STMT","features":[205]},{"name":"SQL_HC_DEFAULT","features":[205]},{"name":"SQL_HC_OFF","features":[205]},{"name":"SQL_HC_ON","features":[205]},{"name":"SQL_HOUR","features":[205]},{"name":"SQL_HOUR_TO_MINUTE","features":[205]},{"name":"SQL_HOUR_TO_SECOND","features":[205]},{"name":"SQL_IC_LOWER","features":[205]},{"name":"SQL_IC_MIXED","features":[205]},{"name":"SQL_IC_SENSITIVE","features":[205]},{"name":"SQL_IC_UPPER","features":[205]},{"name":"SQL_IDENTIFIER_CASE","features":[205]},{"name":"SQL_IDENTIFIER_QUOTE_CHAR","features":[205]},{"name":"SQL_IGNORE","features":[205]},{"name":"SQL_IK_ASC","features":[205]},{"name":"SQL_IK_DESC","features":[205]},{"name":"SQL_IK_NONE","features":[205]},{"name":"SQL_INDEX_ALL","features":[205]},{"name":"SQL_INDEX_CLUSTERED","features":[205]},{"name":"SQL_INDEX_HASHED","features":[205]},{"name":"SQL_INDEX_KEYWORDS","features":[205]},{"name":"SQL_INDEX_OTHER","features":[205]},{"name":"SQL_INDEX_UNIQUE","features":[205]},{"name":"SQL_INFO_DRIVER_START","features":[205]},{"name":"SQL_INFO_FIRST","features":[205]},{"name":"SQL_INFO_LAST","features":[205]},{"name":"SQL_INFO_SCHEMA_VIEWS","features":[205]},{"name":"SQL_INFO_SS_FIRST","features":[205]},{"name":"SQL_INFO_SS_MAX_USED","features":[205]},{"name":"SQL_INFO_SS_NETLIB_NAME","features":[205]},{"name":"SQL_INFO_SS_NETLIB_NAMEA","features":[205]},{"name":"SQL_INFO_SS_NETLIB_NAMEW","features":[205]},{"name":"SQL_INITIALLY_DEFERRED","features":[205]},{"name":"SQL_INITIALLY_IMMEDIATE","features":[205]},{"name":"SQL_INSENSITIVE","features":[205]},{"name":"SQL_INSERT_STATEMENT","features":[205]},{"name":"SQL_INTEGER","features":[205]},{"name":"SQL_INTEGRATED_SECURITY","features":[205]},{"name":"SQL_INTEGRITY","features":[205]},{"name":"SQL_INTERVAL","features":[205]},{"name":"SQL_INTERVAL_DAY","features":[205]},{"name":"SQL_INTERVAL_DAY_TO_HOUR","features":[205]},{"name":"SQL_INTERVAL_DAY_TO_MINUTE","features":[205]},{"name":"SQL_INTERVAL_DAY_TO_SECOND","features":[205]},{"name":"SQL_INTERVAL_HOUR","features":[205]},{"name":"SQL_INTERVAL_HOUR_TO_MINUTE","features":[205]},{"name":"SQL_INTERVAL_HOUR_TO_SECOND","features":[205]},{"name":"SQL_INTERVAL_MINUTE","features":[205]},{"name":"SQL_INTERVAL_MINUTE_TO_SECOND","features":[205]},{"name":"SQL_INTERVAL_MONTH","features":[205]},{"name":"SQL_INTERVAL_SECOND","features":[205]},{"name":"SQL_INTERVAL_STRUCT","features":[205]},{"name":"SQL_INTERVAL_YEAR","features":[205]},{"name":"SQL_INTERVAL_YEAR_TO_MONTH","features":[205]},{"name":"SQL_INVALID_HANDLE","features":[205]},{"name":"SQL_ISV_ASSERTIONS","features":[205]},{"name":"SQL_ISV_CHARACTER_SETS","features":[205]},{"name":"SQL_ISV_CHECK_CONSTRAINTS","features":[205]},{"name":"SQL_ISV_COLLATIONS","features":[205]},{"name":"SQL_ISV_COLUMNS","features":[205]},{"name":"SQL_ISV_COLUMN_DOMAIN_USAGE","features":[205]},{"name":"SQL_ISV_COLUMN_PRIVILEGES","features":[205]},{"name":"SQL_ISV_CONSTRAINT_COLUMN_USAGE","features":[205]},{"name":"SQL_ISV_CONSTRAINT_TABLE_USAGE","features":[205]},{"name":"SQL_ISV_DOMAINS","features":[205]},{"name":"SQL_ISV_DOMAIN_CONSTRAINTS","features":[205]},{"name":"SQL_ISV_KEY_COLUMN_USAGE","features":[205]},{"name":"SQL_ISV_REFERENTIAL_CONSTRAINTS","features":[205]},{"name":"SQL_ISV_SCHEMATA","features":[205]},{"name":"SQL_ISV_SQL_LANGUAGES","features":[205]},{"name":"SQL_ISV_TABLES","features":[205]},{"name":"SQL_ISV_TABLE_CONSTRAINTS","features":[205]},{"name":"SQL_ISV_TABLE_PRIVILEGES","features":[205]},{"name":"SQL_ISV_TRANSLATIONS","features":[205]},{"name":"SQL_ISV_USAGE_PRIVILEGES","features":[205]},{"name":"SQL_ISV_VIEWS","features":[205]},{"name":"SQL_ISV_VIEW_COLUMN_USAGE","features":[205]},{"name":"SQL_ISV_VIEW_TABLE_USAGE","features":[205]},{"name":"SQL_IS_DAY","features":[205]},{"name":"SQL_IS_DAY_TO_HOUR","features":[205]},{"name":"SQL_IS_DAY_TO_MINUTE","features":[205]},{"name":"SQL_IS_DAY_TO_SECOND","features":[205]},{"name":"SQL_IS_DEFAULT","features":[205]},{"name":"SQL_IS_HOUR","features":[205]},{"name":"SQL_IS_HOUR_TO_MINUTE","features":[205]},{"name":"SQL_IS_HOUR_TO_SECOND","features":[205]},{"name":"SQL_IS_INSERT_LITERALS","features":[205]},{"name":"SQL_IS_INSERT_SEARCHED","features":[205]},{"name":"SQL_IS_INTEGER","features":[205]},{"name":"SQL_IS_MINUTE","features":[205]},{"name":"SQL_IS_MINUTE_TO_SECOND","features":[205]},{"name":"SQL_IS_MONTH","features":[205]},{"name":"SQL_IS_OFF","features":[205]},{"name":"SQL_IS_ON","features":[205]},{"name":"SQL_IS_POINTER","features":[205]},{"name":"SQL_IS_SECOND","features":[205]},{"name":"SQL_IS_SELECT_INTO","features":[205]},{"name":"SQL_IS_SMALLINT","features":[205]},{"name":"SQL_IS_UINTEGER","features":[205]},{"name":"SQL_IS_USMALLINT","features":[205]},{"name":"SQL_IS_YEAR","features":[205]},{"name":"SQL_IS_YEAR_TO_MONTH","features":[205]},{"name":"SQL_KEYSET_CURSOR_ATTRIBUTES1","features":[205]},{"name":"SQL_KEYSET_CURSOR_ATTRIBUTES2","features":[205]},{"name":"SQL_KEYSET_SIZE","features":[205]},{"name":"SQL_KEYSET_SIZE_DEFAULT","features":[205]},{"name":"SQL_KEYWORDS","features":[205]},{"name":"SQL_LCK_EXCLUSIVE","features":[205]},{"name":"SQL_LCK_NO_CHANGE","features":[205]},{"name":"SQL_LCK_UNLOCK","features":[205]},{"name":"SQL_LEN_BINARY_ATTR_OFFSET","features":[205]},{"name":"SQL_LEN_DATA_AT_EXEC_OFFSET","features":[205]},{"name":"SQL_LIKE_ESCAPE_CLAUSE","features":[205]},{"name":"SQL_LIKE_ONLY","features":[205]},{"name":"SQL_LOCK_EXCLUSIVE","features":[205]},{"name":"SQL_LOCK_NO_CHANGE","features":[205]},{"name":"SQL_LOCK_TYPES","features":[205]},{"name":"SQL_LOCK_UNLOCK","features":[205]},{"name":"SQL_LOGIN_TIMEOUT","features":[205]},{"name":"SQL_LOGIN_TIMEOUT_DEFAULT","features":[205]},{"name":"SQL_LONGVARBINARY","features":[205]},{"name":"SQL_LONGVARCHAR","features":[205]},{"name":"SQL_MAXIMUM_CATALOG_NAME_LENGTH","features":[205]},{"name":"SQL_MAXIMUM_COLUMNS_IN_GROUP_BY","features":[205]},{"name":"SQL_MAXIMUM_COLUMNS_IN_INDEX","features":[205]},{"name":"SQL_MAXIMUM_COLUMNS_IN_ORDER_BY","features":[205]},{"name":"SQL_MAXIMUM_COLUMNS_IN_SELECT","features":[205]},{"name":"SQL_MAXIMUM_COLUMN_NAME_LENGTH","features":[205]},{"name":"SQL_MAXIMUM_CONCURRENT_ACTIVITIES","features":[205]},{"name":"SQL_MAXIMUM_CURSOR_NAME_LENGTH","features":[205]},{"name":"SQL_MAXIMUM_DRIVER_CONNECTIONS","features":[205]},{"name":"SQL_MAXIMUM_IDENTIFIER_LENGTH","features":[205]},{"name":"SQL_MAXIMUM_INDEX_SIZE","features":[205]},{"name":"SQL_MAXIMUM_ROW_SIZE","features":[205]},{"name":"SQL_MAXIMUM_SCHEMA_NAME_LENGTH","features":[205]},{"name":"SQL_MAXIMUM_STATEMENT_LENGTH","features":[205]},{"name":"SQL_MAXIMUM_TABLES_IN_SELECT","features":[205]},{"name":"SQL_MAXIMUM_USER_NAME_LENGTH","features":[205]},{"name":"SQL_MAX_ASYNC_CONCURRENT_STATEMENTS","features":[205]},{"name":"SQL_MAX_BINARY_LITERAL_LEN","features":[205]},{"name":"SQL_MAX_CATALOG_NAME_LEN","features":[205]},{"name":"SQL_MAX_CHAR_LITERAL_LEN","features":[205]},{"name":"SQL_MAX_COLUMNS_IN_GROUP_BY","features":[205]},{"name":"SQL_MAX_COLUMNS_IN_INDEX","features":[205]},{"name":"SQL_MAX_COLUMNS_IN_ORDER_BY","features":[205]},{"name":"SQL_MAX_COLUMNS_IN_SELECT","features":[205]},{"name":"SQL_MAX_COLUMNS_IN_TABLE","features":[205]},{"name":"SQL_MAX_COLUMN_NAME_LEN","features":[205]},{"name":"SQL_MAX_CONCURRENT_ACTIVITIES","features":[205]},{"name":"SQL_MAX_CURSOR_NAME_LEN","features":[205]},{"name":"SQL_MAX_DRIVER_CONNECTIONS","features":[205]},{"name":"SQL_MAX_DSN_LENGTH","features":[205]},{"name":"SQL_MAX_IDENTIFIER_LEN","features":[205]},{"name":"SQL_MAX_INDEX_SIZE","features":[205]},{"name":"SQL_MAX_LENGTH","features":[205]},{"name":"SQL_MAX_LENGTH_DEFAULT","features":[205]},{"name":"SQL_MAX_MESSAGE_LENGTH","features":[205]},{"name":"SQL_MAX_NUMERIC_LEN","features":[205]},{"name":"SQL_MAX_OPTION_STRING_LENGTH","features":[205]},{"name":"SQL_MAX_OWNER_NAME_LEN","features":[205]},{"name":"SQL_MAX_PROCEDURE_NAME_LEN","features":[205]},{"name":"SQL_MAX_QUALIFIER_NAME_LEN","features":[205]},{"name":"SQL_MAX_ROWS","features":[205]},{"name":"SQL_MAX_ROWS_DEFAULT","features":[205]},{"name":"SQL_MAX_ROW_SIZE","features":[205]},{"name":"SQL_MAX_ROW_SIZE_INCLUDES_LONG","features":[205]},{"name":"SQL_MAX_SCHEMA_NAME_LEN","features":[205]},{"name":"SQL_MAX_SQLSERVERNAME","features":[205]},{"name":"SQL_MAX_STATEMENT_LEN","features":[205]},{"name":"SQL_MAX_TABLES_IN_SELECT","features":[205]},{"name":"SQL_MAX_TABLE_NAME_LEN","features":[205]},{"name":"SQL_MAX_USER_NAME_LEN","features":[205]},{"name":"SQL_MINUTE","features":[205]},{"name":"SQL_MINUTE_TO_SECOND","features":[205]},{"name":"SQL_MODE_DEFAULT","features":[205]},{"name":"SQL_MODE_READ_ONLY","features":[205]},{"name":"SQL_MODE_READ_WRITE","features":[205]},{"name":"SQL_MONTH","features":[205]},{"name":"SQL_MORE_INFO_NO","features":[205]},{"name":"SQL_MORE_INFO_YES","features":[205]},{"name":"SQL_MULTIPLE_ACTIVE_TXN","features":[205]},{"name":"SQL_MULT_RESULT_SETS","features":[205]},{"name":"SQL_NAMED","features":[205]},{"name":"SQL_NB_DEFAULT","features":[205]},{"name":"SQL_NB_OFF","features":[205]},{"name":"SQL_NB_ON","features":[205]},{"name":"SQL_NC_END","features":[205]},{"name":"SQL_NC_HIGH","features":[205]},{"name":"SQL_NC_LOW","features":[205]},{"name":"SQL_NC_OFF","features":[205]},{"name":"SQL_NC_ON","features":[205]},{"name":"SQL_NC_START","features":[205]},{"name":"SQL_NEED_DATA","features":[205]},{"name":"SQL_NEED_LONG_DATA_LEN","features":[205]},{"name":"SQL_NNC_NON_NULL","features":[205]},{"name":"SQL_NNC_NULL","features":[205]},{"name":"SQL_NONSCROLLABLE","features":[205]},{"name":"SQL_NON_NULLABLE_COLUMNS","features":[205]},{"name":"SQL_NOSCAN","features":[205]},{"name":"SQL_NOSCAN_DEFAULT","features":[205]},{"name":"SQL_NOSCAN_OFF","features":[205]},{"name":"SQL_NOSCAN_ON","features":[205]},{"name":"SQL_NOT_DEFERRABLE","features":[205]},{"name":"SQL_NO_ACTION","features":[205]},{"name":"SQL_NO_COLUMN_NUMBER","features":[205]},{"name":"SQL_NO_DATA","features":[205]},{"name":"SQL_NO_DATA_FOUND","features":[205]},{"name":"SQL_NO_NULLS","features":[205]},{"name":"SQL_NO_ROW_NUMBER","features":[205]},{"name":"SQL_NO_TOTAL","features":[205]},{"name":"SQL_NTS","features":[205]},{"name":"SQL_NTSL","features":[205]},{"name":"SQL_NULLABLE","features":[205]},{"name":"SQL_NULLABLE_UNKNOWN","features":[205]},{"name":"SQL_NULL_COLLATION","features":[205]},{"name":"SQL_NULL_DATA","features":[205]},{"name":"SQL_NULL_HANDLE","features":[205]},{"name":"SQL_NULL_HDBC","features":[205]},{"name":"SQL_NULL_HDESC","features":[205]},{"name":"SQL_NULL_HENV","features":[205]},{"name":"SQL_NULL_HSTMT","features":[205]},{"name":"SQL_NUMERIC","features":[205]},{"name":"SQL_NUMERIC_FUNCTIONS","features":[205]},{"name":"SQL_NUMERIC_STRUCT","features":[205]},{"name":"SQL_NUM_FUNCTIONS","features":[205]},{"name":"SQL_OAC_LEVEL1","features":[205]},{"name":"SQL_OAC_LEVEL2","features":[205]},{"name":"SQL_OAC_NONE","features":[205]},{"name":"SQL_ODBC_API_CONFORMANCE","features":[205]},{"name":"SQL_ODBC_CURSORS","features":[205]},{"name":"SQL_ODBC_INTERFACE_CONFORMANCE","features":[205]},{"name":"SQL_ODBC_KEYWORDS","features":[205]},{"name":"SQL_ODBC_SAG_CLI_CONFORMANCE","features":[205]},{"name":"SQL_ODBC_SQL_CONFORMANCE","features":[205]},{"name":"SQL_ODBC_SQL_OPT_IEF","features":[205]},{"name":"SQL_ODBC_VER","features":[205]},{"name":"SQL_OIC_CORE","features":[205]},{"name":"SQL_OIC_LEVEL1","features":[205]},{"name":"SQL_OIC_LEVEL2","features":[205]},{"name":"SQL_OJ_ALL_COMPARISON_OPS","features":[205]},{"name":"SQL_OJ_CAPABILITIES","features":[205]},{"name":"SQL_OJ_FULL","features":[205]},{"name":"SQL_OJ_INNER","features":[205]},{"name":"SQL_OJ_LEFT","features":[205]},{"name":"SQL_OJ_NESTED","features":[205]},{"name":"SQL_OJ_NOT_ORDERED","features":[205]},{"name":"SQL_OJ_RIGHT","features":[205]},{"name":"SQL_OPT_TRACE","features":[205]},{"name":"SQL_OPT_TRACEFILE","features":[205]},{"name":"SQL_OPT_TRACE_DEFAULT","features":[205]},{"name":"SQL_OPT_TRACE_FILE_DEFAULT","features":[205]},{"name":"SQL_OPT_TRACE_OFF","features":[205]},{"name":"SQL_OPT_TRACE_ON","features":[205]},{"name":"SQL_ORDER_BY_COLUMNS_IN_SELECT","features":[205]},{"name":"SQL_OSCC_COMPLIANT","features":[205]},{"name":"SQL_OSCC_NOT_COMPLIANT","features":[205]},{"name":"SQL_OSC_CORE","features":[205]},{"name":"SQL_OSC_EXTENDED","features":[205]},{"name":"SQL_OSC_MINIMUM","features":[205]},{"name":"SQL_OUTER_JOINS","features":[205]},{"name":"SQL_OUTER_JOIN_CAPABILITIES","features":[205]},{"name":"SQL_OU_DML_STATEMENTS","features":[205]},{"name":"SQL_OU_INDEX_DEFINITION","features":[205]},{"name":"SQL_OU_PRIVILEGE_DEFINITION","features":[205]},{"name":"SQL_OU_PROCEDURE_INVOCATION","features":[205]},{"name":"SQL_OU_TABLE_DEFINITION","features":[205]},{"name":"SQL_OV_ODBC2","features":[205]},{"name":"SQL_OV_ODBC3","features":[205]},{"name":"SQL_OV_ODBC3_80","features":[205]},{"name":"SQL_OWNER_TERM","features":[205]},{"name":"SQL_OWNER_USAGE","features":[205]},{"name":"SQL_PACKET_SIZE","features":[205]},{"name":"SQL_PARAM_ARRAY_ROW_COUNTS","features":[205]},{"name":"SQL_PARAM_ARRAY_SELECTS","features":[205]},{"name":"SQL_PARAM_BIND_BY_COLUMN","features":[205]},{"name":"SQL_PARAM_BIND_TYPE_DEFAULT","features":[205]},{"name":"SQL_PARAM_DATA_AVAILABLE","features":[205]},{"name":"SQL_PARAM_DIAG_UNAVAILABLE","features":[205]},{"name":"SQL_PARAM_ERROR","features":[205]},{"name":"SQL_PARAM_IGNORE","features":[205]},{"name":"SQL_PARAM_INPUT","features":[205]},{"name":"SQL_PARAM_INPUT_OUTPUT","features":[205]},{"name":"SQL_PARAM_INPUT_OUTPUT_STREAM","features":[205]},{"name":"SQL_PARAM_OUTPUT","features":[205]},{"name":"SQL_PARAM_OUTPUT_STREAM","features":[205]},{"name":"SQL_PARAM_PROCEED","features":[205]},{"name":"SQL_PARAM_SUCCESS","features":[205]},{"name":"SQL_PARAM_SUCCESS_WITH_INFO","features":[205]},{"name":"SQL_PARAM_TYPE_UNKNOWN","features":[205]},{"name":"SQL_PARAM_UNUSED","features":[205]},{"name":"SQL_PARC_BATCH","features":[205]},{"name":"SQL_PARC_NO_BATCH","features":[205]},{"name":"SQL_PAS_BATCH","features":[205]},{"name":"SQL_PAS_NO_BATCH","features":[205]},{"name":"SQL_PAS_NO_SELECT","features":[205]},{"name":"SQL_PC_DEFAULT","features":[205]},{"name":"SQL_PC_NON_PSEUDO","features":[205]},{"name":"SQL_PC_NOT_PSEUDO","features":[205]},{"name":"SQL_PC_OFF","features":[205]},{"name":"SQL_PC_ON","features":[205]},{"name":"SQL_PC_PSEUDO","features":[205]},{"name":"SQL_PC_UNKNOWN","features":[205]},{"name":"SQL_PERF_START","features":[205]},{"name":"SQL_PERF_STOP","features":[205]},{"name":"SQL_POSITION","features":[205]},{"name":"SQL_POSITIONED_STATEMENTS","features":[205]},{"name":"SQL_POS_ADD","features":[205]},{"name":"SQL_POS_DELETE","features":[205]},{"name":"SQL_POS_OPERATIONS","features":[205]},{"name":"SQL_POS_POSITION","features":[205]},{"name":"SQL_POS_REFRESH","features":[205]},{"name":"SQL_POS_UPDATE","features":[205]},{"name":"SQL_PRED_BASIC","features":[205]},{"name":"SQL_PRED_CHAR","features":[205]},{"name":"SQL_PRED_NONE","features":[205]},{"name":"SQL_PRED_SEARCHABLE","features":[205]},{"name":"SQL_PRESERVE_CURSORS","features":[205]},{"name":"SQL_PROCEDURES","features":[205]},{"name":"SQL_PROCEDURE_TERM","features":[205]},{"name":"SQL_PS_POSITIONED_DELETE","features":[205]},{"name":"SQL_PS_POSITIONED_UPDATE","features":[205]},{"name":"SQL_PS_SELECT_FOR_UPDATE","features":[205]},{"name":"SQL_PT_FUNCTION","features":[205]},{"name":"SQL_PT_PROCEDURE","features":[205]},{"name":"SQL_PT_UNKNOWN","features":[205]},{"name":"SQL_QI_DEFAULT","features":[205]},{"name":"SQL_QI_OFF","features":[205]},{"name":"SQL_QI_ON","features":[205]},{"name":"SQL_QL_END","features":[205]},{"name":"SQL_QL_START","features":[205]},{"name":"SQL_QUALIFIER_LOCATION","features":[205]},{"name":"SQL_QUALIFIER_NAME_SEPARATOR","features":[205]},{"name":"SQL_QUALIFIER_TERM","features":[205]},{"name":"SQL_QUALIFIER_USAGE","features":[205]},{"name":"SQL_QUERY_TIMEOUT","features":[205]},{"name":"SQL_QUERY_TIMEOUT_DEFAULT","features":[205]},{"name":"SQL_QUICK","features":[205]},{"name":"SQL_QUIET_MODE","features":[205]},{"name":"SQL_QUOTED_IDENTIFIER_CASE","features":[205]},{"name":"SQL_QU_DML_STATEMENTS","features":[205]},{"name":"SQL_QU_INDEX_DEFINITION","features":[205]},{"name":"SQL_QU_PRIVILEGE_DEFINITION","features":[205]},{"name":"SQL_QU_PROCEDURE_INVOCATION","features":[205]},{"name":"SQL_QU_TABLE_DEFINITION","features":[205]},{"name":"SQL_RD_DEFAULT","features":[205]},{"name":"SQL_RD_OFF","features":[205]},{"name":"SQL_RD_ON","features":[205]},{"name":"SQL_REAL","features":[205]},{"name":"SQL_REFRESH","features":[205]},{"name":"SQL_REMOTE_PWD","features":[205]},{"name":"SQL_RESET_CONNECTION_YES","features":[205]},{"name":"SQL_RESET_PARAMS","features":[205]},{"name":"SQL_RESET_YES","features":[205]},{"name":"SQL_RESTRICT","features":[205]},{"name":"SQL_RESULT_COL","features":[205]},{"name":"SQL_RETRIEVE_DATA","features":[205]},{"name":"SQL_RETURN_VALUE","features":[205]},{"name":"SQL_RE_DEFAULT","features":[205]},{"name":"SQL_RE_OFF","features":[205]},{"name":"SQL_RE_ON","features":[205]},{"name":"SQL_ROLLBACK","features":[205]},{"name":"SQL_ROWSET_SIZE","features":[205]},{"name":"SQL_ROWSET_SIZE_DEFAULT","features":[205]},{"name":"SQL_ROWVER","features":[205]},{"name":"SQL_ROW_ADDED","features":[205]},{"name":"SQL_ROW_DELETED","features":[205]},{"name":"SQL_ROW_ERROR","features":[205]},{"name":"SQL_ROW_IDENTIFIER","features":[205]},{"name":"SQL_ROW_IGNORE","features":[205]},{"name":"SQL_ROW_NOROW","features":[205]},{"name":"SQL_ROW_NUMBER","features":[205]},{"name":"SQL_ROW_NUMBER_UNKNOWN","features":[205]},{"name":"SQL_ROW_PROCEED","features":[205]},{"name":"SQL_ROW_SUCCESS","features":[205]},{"name":"SQL_ROW_SUCCESS_WITH_INFO","features":[205]},{"name":"SQL_ROW_UPDATED","features":[205]},{"name":"SQL_ROW_UPDATES","features":[205]},{"name":"SQL_SCCO_LOCK","features":[205]},{"name":"SQL_SCCO_OPT_ROWVER","features":[205]},{"name":"SQL_SCCO_OPT_TIMESTAMP","features":[205]},{"name":"SQL_SCCO_OPT_VALUES","features":[205]},{"name":"SQL_SCCO_READ_ONLY","features":[205]},{"name":"SQL_SCC_ISO92_CLI","features":[205]},{"name":"SQL_SCC_XOPEN_CLI_VERSION1","features":[205]},{"name":"SQL_SCHEMA_TERM","features":[205]},{"name":"SQL_SCHEMA_USAGE","features":[205]},{"name":"SQL_SCOPE_CURROW","features":[205]},{"name":"SQL_SCOPE_SESSION","features":[205]},{"name":"SQL_SCOPE_TRANSACTION","features":[205]},{"name":"SQL_SCROLLABLE","features":[205]},{"name":"SQL_SCROLL_CONCURRENCY","features":[205]},{"name":"SQL_SCROLL_DYNAMIC","features":[205]},{"name":"SQL_SCROLL_FORWARD_ONLY","features":[205]},{"name":"SQL_SCROLL_KEYSET_DRIVEN","features":[205]},{"name":"SQL_SCROLL_OPTIONS","features":[205]},{"name":"SQL_SCROLL_STATIC","features":[205]},{"name":"SQL_SC_FIPS127_2_TRANSITIONAL","features":[205]},{"name":"SQL_SC_NON_UNIQUE","features":[205]},{"name":"SQL_SC_SQL92_ENTRY","features":[205]},{"name":"SQL_SC_SQL92_FULL","features":[205]},{"name":"SQL_SC_SQL92_INTERMEDIATE","features":[205]},{"name":"SQL_SC_TRY_UNIQUE","features":[205]},{"name":"SQL_SC_UNIQUE","features":[205]},{"name":"SQL_SDF_CURRENT_DATE","features":[205]},{"name":"SQL_SDF_CURRENT_TIME","features":[205]},{"name":"SQL_SDF_CURRENT_TIMESTAMP","features":[205]},{"name":"SQL_SEARCHABLE","features":[205]},{"name":"SQL_SEARCH_PATTERN_ESCAPE","features":[205]},{"name":"SQL_SECOND","features":[205]},{"name":"SQL_SENSITIVE","features":[205]},{"name":"SQL_SERVER_NAME","features":[205]},{"name":"SQL_SETPARAM_VALUE_MAX","features":[205]},{"name":"SQL_SETPOS_MAX_LOCK_VALUE","features":[205]},{"name":"SQL_SETPOS_MAX_OPTION_VALUE","features":[205]},{"name":"SQL_SET_DEFAULT","features":[205]},{"name":"SQL_SET_NULL","features":[205]},{"name":"SQL_SFKD_CASCADE","features":[205]},{"name":"SQL_SFKD_NO_ACTION","features":[205]},{"name":"SQL_SFKD_SET_DEFAULT","features":[205]},{"name":"SQL_SFKD_SET_NULL","features":[205]},{"name":"SQL_SFKU_CASCADE","features":[205]},{"name":"SQL_SFKU_NO_ACTION","features":[205]},{"name":"SQL_SFKU_SET_DEFAULT","features":[205]},{"name":"SQL_SFKU_SET_NULL","features":[205]},{"name":"SQL_SG_DELETE_TABLE","features":[205]},{"name":"SQL_SG_INSERT_COLUMN","features":[205]},{"name":"SQL_SG_INSERT_TABLE","features":[205]},{"name":"SQL_SG_REFERENCES_COLUMN","features":[205]},{"name":"SQL_SG_REFERENCES_TABLE","features":[205]},{"name":"SQL_SG_SELECT_TABLE","features":[205]},{"name":"SQL_SG_UPDATE_COLUMN","features":[205]},{"name":"SQL_SG_UPDATE_TABLE","features":[205]},{"name":"SQL_SG_USAGE_ON_CHARACTER_SET","features":[205]},{"name":"SQL_SG_USAGE_ON_COLLATION","features":[205]},{"name":"SQL_SG_USAGE_ON_DOMAIN","features":[205]},{"name":"SQL_SG_USAGE_ON_TRANSLATION","features":[205]},{"name":"SQL_SG_WITH_GRANT_OPTION","features":[205]},{"name":"SQL_SIGNED_OFFSET","features":[205]},{"name":"SQL_SIMULATE_CURSOR","features":[205]},{"name":"SQL_SMALLINT","features":[205]},{"name":"SQL_SNVF_BIT_LENGTH","features":[205]},{"name":"SQL_SNVF_CHARACTER_LENGTH","features":[205]},{"name":"SQL_SNVF_CHAR_LENGTH","features":[205]},{"name":"SQL_SNVF_EXTRACT","features":[205]},{"name":"SQL_SNVF_OCTET_LENGTH","features":[205]},{"name":"SQL_SNVF_POSITION","features":[205]},{"name":"SQL_SOPT_SS_BASE","features":[205]},{"name":"SQL_SOPT_SS_CURRENT_COMMAND","features":[205]},{"name":"SQL_SOPT_SS_CURSOR_OPTIONS","features":[205]},{"name":"SQL_SOPT_SS_DEFER_PREPARE","features":[205]},{"name":"SQL_SOPT_SS_HIDDEN_COLUMNS","features":[205]},{"name":"SQL_SOPT_SS_MAX_USED","features":[205]},{"name":"SQL_SOPT_SS_NOBROWSETABLE","features":[205]},{"name":"SQL_SOPT_SS_NOCOUNT_STATUS","features":[205]},{"name":"SQL_SOPT_SS_REGIONALIZE","features":[205]},{"name":"SQL_SOPT_SS_TEXTPTR_LOGGING","features":[205]},{"name":"SQL_SO_DYNAMIC","features":[205]},{"name":"SQL_SO_FORWARD_ONLY","features":[205]},{"name":"SQL_SO_KEYSET_DRIVEN","features":[205]},{"name":"SQL_SO_MIXED","features":[205]},{"name":"SQL_SO_STATIC","features":[205]},{"name":"SQL_SPECIAL_CHARACTERS","features":[205]},{"name":"SQL_SPEC_MAJOR","features":[205]},{"name":"SQL_SPEC_MINOR","features":[205]},{"name":"SQL_SPEC_STRING","features":[205]},{"name":"SQL_SP_BETWEEN","features":[205]},{"name":"SQL_SP_COMPARISON","features":[205]},{"name":"SQL_SP_EXISTS","features":[205]},{"name":"SQL_SP_IN","features":[205]},{"name":"SQL_SP_ISNOTNULL","features":[205]},{"name":"SQL_SP_ISNULL","features":[205]},{"name":"SQL_SP_LIKE","features":[205]},{"name":"SQL_SP_MATCH_FULL","features":[205]},{"name":"SQL_SP_MATCH_PARTIAL","features":[205]},{"name":"SQL_SP_MATCH_UNIQUE_FULL","features":[205]},{"name":"SQL_SP_MATCH_UNIQUE_PARTIAL","features":[205]},{"name":"SQL_SP_OVERLAPS","features":[205]},{"name":"SQL_SP_QUANTIFIED_COMPARISON","features":[205]},{"name":"SQL_SP_UNIQUE","features":[205]},{"name":"SQL_SQL92_DATETIME_FUNCTIONS","features":[205]},{"name":"SQL_SQL92_FOREIGN_KEY_DELETE_RULE","features":[205]},{"name":"SQL_SQL92_FOREIGN_KEY_UPDATE_RULE","features":[205]},{"name":"SQL_SQL92_GRANT","features":[205]},{"name":"SQL_SQL92_NUMERIC_VALUE_FUNCTIONS","features":[205]},{"name":"SQL_SQL92_PREDICATES","features":[205]},{"name":"SQL_SQL92_RELATIONAL_JOIN_OPERATORS","features":[205]},{"name":"SQL_SQL92_REVOKE","features":[205]},{"name":"SQL_SQL92_ROW_VALUE_CONSTRUCTOR","features":[205]},{"name":"SQL_SQL92_STRING_FUNCTIONS","features":[205]},{"name":"SQL_SQL92_VALUE_EXPRESSIONS","features":[205]},{"name":"SQL_SQLSTATE_SIZE","features":[205]},{"name":"SQL_SQLSTATE_SIZEW","features":[205]},{"name":"SQL_SQL_CONFORMANCE","features":[205]},{"name":"SQL_SQ_COMPARISON","features":[205]},{"name":"SQL_SQ_CORRELATED_SUBQUERIES","features":[205]},{"name":"SQL_SQ_EXISTS","features":[205]},{"name":"SQL_SQ_IN","features":[205]},{"name":"SQL_SQ_QUANTIFIED","features":[205]},{"name":"SQL_SRJO_CORRESPONDING_CLAUSE","features":[205]},{"name":"SQL_SRJO_CROSS_JOIN","features":[205]},{"name":"SQL_SRJO_EXCEPT_JOIN","features":[205]},{"name":"SQL_SRJO_FULL_OUTER_JOIN","features":[205]},{"name":"SQL_SRJO_INNER_JOIN","features":[205]},{"name":"SQL_SRJO_INTERSECT_JOIN","features":[205]},{"name":"SQL_SRJO_LEFT_OUTER_JOIN","features":[205]},{"name":"SQL_SRJO_NATURAL_JOIN","features":[205]},{"name":"SQL_SRJO_RIGHT_OUTER_JOIN","features":[205]},{"name":"SQL_SRJO_UNION_JOIN","features":[205]},{"name":"SQL_SRVC_DEFAULT","features":[205]},{"name":"SQL_SRVC_NULL","features":[205]},{"name":"SQL_SRVC_ROW_SUBQUERY","features":[205]},{"name":"SQL_SRVC_VALUE_EXPRESSION","features":[205]},{"name":"SQL_SR_CASCADE","features":[205]},{"name":"SQL_SR_DELETE_TABLE","features":[205]},{"name":"SQL_SR_GRANT_OPTION_FOR","features":[205]},{"name":"SQL_SR_INSERT_COLUMN","features":[205]},{"name":"SQL_SR_INSERT_TABLE","features":[205]},{"name":"SQL_SR_REFERENCES_COLUMN","features":[205]},{"name":"SQL_SR_REFERENCES_TABLE","features":[205]},{"name":"SQL_SR_RESTRICT","features":[205]},{"name":"SQL_SR_SELECT_TABLE","features":[205]},{"name":"SQL_SR_UPDATE_COLUMN","features":[205]},{"name":"SQL_SR_UPDATE_TABLE","features":[205]},{"name":"SQL_SR_USAGE_ON_CHARACTER_SET","features":[205]},{"name":"SQL_SR_USAGE_ON_COLLATION","features":[205]},{"name":"SQL_SR_USAGE_ON_DOMAIN","features":[205]},{"name":"SQL_SR_USAGE_ON_TRANSLATION","features":[205]},{"name":"SQL_SSF_CONVERT","features":[205]},{"name":"SQL_SSF_LOWER","features":[205]},{"name":"SQL_SSF_SUBSTRING","features":[205]},{"name":"SQL_SSF_TRANSLATE","features":[205]},{"name":"SQL_SSF_TRIM_BOTH","features":[205]},{"name":"SQL_SSF_TRIM_LEADING","features":[205]},{"name":"SQL_SSF_TRIM_TRAILING","features":[205]},{"name":"SQL_SSF_UPPER","features":[205]},{"name":"SQL_SS_ADDITIONS","features":[205]},{"name":"SQL_SS_DELETIONS","features":[205]},{"name":"SQL_SS_DL_DEFAULT","features":[205]},{"name":"SQL_SS_QI_DEFAULT","features":[205]},{"name":"SQL_SS_QL_DEFAULT","features":[205]},{"name":"SQL_SS_UPDATES","features":[205]},{"name":"SQL_SS_VARIANT","features":[205]},{"name":"SQL_STANDARD_CLI_CONFORMANCE","features":[205]},{"name":"SQL_STATIC_CURSOR_ATTRIBUTES1","features":[205]},{"name":"SQL_STATIC_CURSOR_ATTRIBUTES2","features":[205]},{"name":"SQL_STATIC_SENSITIVITY","features":[205]},{"name":"SQL_STILL_EXECUTING","features":[205]},{"name":"SQL_STMT_OPT_MAX","features":[205]},{"name":"SQL_STMT_OPT_MIN","features":[205]},{"name":"SQL_STRING_FUNCTIONS","features":[205]},{"name":"SQL_SUBQUERIES","features":[205]},{"name":"SQL_SUCCESS","features":[205]},{"name":"SQL_SUCCESS_WITH_INFO","features":[205]},{"name":"SQL_SU_DML_STATEMENTS","features":[205]},{"name":"SQL_SU_INDEX_DEFINITION","features":[205]},{"name":"SQL_SU_PRIVILEGE_DEFINITION","features":[205]},{"name":"SQL_SU_PROCEDURE_INVOCATION","features":[205]},{"name":"SQL_SU_TABLE_DEFINITION","features":[205]},{"name":"SQL_SVE_CASE","features":[205]},{"name":"SQL_SVE_CAST","features":[205]},{"name":"SQL_SVE_COALESCE","features":[205]},{"name":"SQL_SVE_NULLIF","features":[205]},{"name":"SQL_SYSTEM_FUNCTIONS","features":[205]},{"name":"SQL_TABLE_STAT","features":[205]},{"name":"SQL_TABLE_TERM","features":[205]},{"name":"SQL_TC_ALL","features":[205]},{"name":"SQL_TC_DDL_COMMIT","features":[205]},{"name":"SQL_TC_DDL_IGNORE","features":[205]},{"name":"SQL_TC_DML","features":[205]},{"name":"SQL_TC_NONE","features":[205]},{"name":"SQL_TEXTPTR_LOGGING","features":[205]},{"name":"SQL_TIME","features":[205]},{"name":"SQL_TIMEDATE_ADD_INTERVALS","features":[205]},{"name":"SQL_TIMEDATE_DIFF_INTERVALS","features":[205]},{"name":"SQL_TIMEDATE_FUNCTIONS","features":[205]},{"name":"SQL_TIMESTAMP","features":[205]},{"name":"SQL_TIMESTAMP_LEN","features":[205]},{"name":"SQL_TIME_LEN","features":[205]},{"name":"SQL_TINYINT","features":[205]},{"name":"SQL_TL_DEFAULT","features":[205]},{"name":"SQL_TL_OFF","features":[205]},{"name":"SQL_TL_ON","features":[205]},{"name":"SQL_TRANSACTION_CAPABLE","features":[205]},{"name":"SQL_TRANSACTION_ISOLATION_OPTION","features":[205]},{"name":"SQL_TRANSACTION_READ_COMMITTED","features":[205]},{"name":"SQL_TRANSACTION_READ_UNCOMMITTED","features":[205]},{"name":"SQL_TRANSACTION_REPEATABLE_READ","features":[205]},{"name":"SQL_TRANSACTION_SERIALIZABLE","features":[205]},{"name":"SQL_TRANSLATE_DLL","features":[205]},{"name":"SQL_TRANSLATE_OPTION","features":[205]},{"name":"SQL_TRUE","features":[205]},{"name":"SQL_TXN_CAPABLE","features":[205]},{"name":"SQL_TXN_ISOLATION","features":[205]},{"name":"SQL_TXN_ISOLATION_OPTION","features":[205]},{"name":"SQL_TXN_READ_COMMITTED","features":[205]},{"name":"SQL_TXN_READ_UNCOMMITTED","features":[205]},{"name":"SQL_TXN_REPEATABLE_READ","features":[205]},{"name":"SQL_TXN_SERIALIZABLE","features":[205]},{"name":"SQL_TXN_VERSIONING","features":[205]},{"name":"SQL_TYPE_DATE","features":[205]},{"name":"SQL_TYPE_DRIVER_END","features":[205]},{"name":"SQL_TYPE_DRIVER_START","features":[205]},{"name":"SQL_TYPE_MAX","features":[205]},{"name":"SQL_TYPE_MIN","features":[205]},{"name":"SQL_TYPE_NULL","features":[205]},{"name":"SQL_TYPE_TIME","features":[205]},{"name":"SQL_TYPE_TIMESTAMP","features":[205]},{"name":"SQL_UB_DEFAULT","features":[205]},{"name":"SQL_UB_FIXED","features":[205]},{"name":"SQL_UB_OFF","features":[205]},{"name":"SQL_UB_ON","features":[205]},{"name":"SQL_UB_VARIABLE","features":[205]},{"name":"SQL_UNBIND","features":[205]},{"name":"SQL_UNICODE","features":[205]},{"name":"SQL_UNICODE_CHAR","features":[205]},{"name":"SQL_UNICODE_LONGVARCHAR","features":[205]},{"name":"SQL_UNICODE_VARCHAR","features":[205]},{"name":"SQL_UNION","features":[205]},{"name":"SQL_UNION_STATEMENT","features":[205]},{"name":"SQL_UNKNOWN_TYPE","features":[205]},{"name":"SQL_UNNAMED","features":[205]},{"name":"SQL_UNSEARCHABLE","features":[205]},{"name":"SQL_UNSIGNED_OFFSET","features":[205]},{"name":"SQL_UNSPECIFIED","features":[205]},{"name":"SQL_UPDATE","features":[205]},{"name":"SQL_UPDATE_BY_BOOKMARK","features":[205]},{"name":"SQL_UP_DEFAULT","features":[205]},{"name":"SQL_UP_OFF","features":[205]},{"name":"SQL_UP_ON","features":[205]},{"name":"SQL_UP_ON_DROP","features":[205]},{"name":"SQL_USER_NAME","features":[205]},{"name":"SQL_USE_BOOKMARKS","features":[205]},{"name":"SQL_USE_PROCEDURE_FOR_PREPARE","features":[205]},{"name":"SQL_US_UNION","features":[205]},{"name":"SQL_US_UNION_ALL","features":[205]},{"name":"SQL_U_UNION","features":[205]},{"name":"SQL_U_UNION_ALL","features":[205]},{"name":"SQL_VARBINARY","features":[205]},{"name":"SQL_VARCHAR","features":[205]},{"name":"SQL_VARLEN_DATA","features":[205]},{"name":"SQL_WARN_NO","features":[205]},{"name":"SQL_WARN_YES","features":[205]},{"name":"SQL_WCHAR","features":[205]},{"name":"SQL_WLONGVARCHAR","features":[205]},{"name":"SQL_WVARCHAR","features":[205]},{"name":"SQL_XL_DEFAULT","features":[205]},{"name":"SQL_XL_OFF","features":[205]},{"name":"SQL_XL_ON","features":[205]},{"name":"SQL_XOPEN_CLI_YEAR","features":[205]},{"name":"SQL_YEAR","features":[205]},{"name":"SQL_YEAR_MONTH_STRUCT","features":[205]},{"name":"SQL_YEAR_TO_MONTH","features":[205]},{"name":"SQLudtBINARY","features":[205]},{"name":"SQLudtBIT","features":[205]},{"name":"SQLudtBITN","features":[205]},{"name":"SQLudtCHAR","features":[205]},{"name":"SQLudtDATETIM4","features":[205]},{"name":"SQLudtDATETIME","features":[205]},{"name":"SQLudtDATETIMN","features":[205]},{"name":"SQLudtDECML","features":[205]},{"name":"SQLudtDECMLN","features":[205]},{"name":"SQLudtFLT4","features":[205]},{"name":"SQLudtFLT8","features":[205]},{"name":"SQLudtFLTN","features":[205]},{"name":"SQLudtIMAGE","features":[205]},{"name":"SQLudtINT1","features":[205]},{"name":"SQLudtINT2","features":[205]},{"name":"SQLudtINT4","features":[205]},{"name":"SQLudtINTN","features":[205]},{"name":"SQLudtMONEY","features":[205]},{"name":"SQLudtMONEY4","features":[205]},{"name":"SQLudtMONEYN","features":[205]},{"name":"SQLudtNUM","features":[205]},{"name":"SQLudtNUMN","features":[205]},{"name":"SQLudtSYSNAME","features":[205]},{"name":"SQLudtTEXT","features":[205]},{"name":"SQLudtTIMESTAMP","features":[205]},{"name":"SQLudtUNIQUEIDENTIFIER","features":[205]},{"name":"SQLudtVARBINARY","features":[205]},{"name":"SQLudtVARCHAR","features":[205]},{"name":"SQMO_DEFAULT_PROPERTY","features":[205]},{"name":"SQMO_GENERATOR_FOR_TYPE","features":[205]},{"name":"SQMO_MAP_PROPERTY","features":[205]},{"name":"SQMO_VIRTUAL_PROPERTY","features":[205]},{"name":"SQPE_EXTRA_CLOSING_PARENTHESIS","features":[205]},{"name":"SQPE_EXTRA_OPENING_PARENTHESIS","features":[205]},{"name":"SQPE_IGNORED_CONNECTOR","features":[205]},{"name":"SQPE_IGNORED_KEYWORD","features":[205]},{"name":"SQPE_IGNORED_MODIFIER","features":[205]},{"name":"SQPE_NONE","features":[205]},{"name":"SQPE_UNHANDLED","features":[205]},{"name":"SQRO_ADD_ROBUST_ITEM_NAME","features":[205]},{"name":"SQRO_ADD_VALUE_TYPE_FOR_PLAIN_VALUES","features":[205]},{"name":"SQRO_ALWAYS_ONE_INTERVAL","features":[205]},{"name":"SQRO_DEFAULT","features":[205]},{"name":"SQRO_DONT_MAP_RELATIONS","features":[205]},{"name":"SQRO_DONT_REMOVE_UNRESTRICTED_KEYWORDS","features":[205]},{"name":"SQRO_DONT_RESOLVE_DATETIME","features":[205]},{"name":"SQRO_DONT_RESOLVE_RANGES","features":[205]},{"name":"SQRO_DONT_SIMPLIFY_CONDITION_TREES","features":[205]},{"name":"SQRO_DONT_SPLIT_WORDS","features":[205]},{"name":"SQRO_IGNORE_PHRASE_ORDER","features":[205]},{"name":"SQSO_AUTOMATIC_WILDCARD","features":[205]},{"name":"SQSO_CONNECTOR_CASE","features":[205]},{"name":"SQSO_IMPLICIT_CONNECTOR","features":[205]},{"name":"SQSO_LANGUAGE_KEYWORDS","features":[205]},{"name":"SQSO_LOCALE_WORD_BREAKING","features":[205]},{"name":"SQSO_NATURAL_SYNTAX","features":[205]},{"name":"SQSO_SCHEMA","features":[205]},{"name":"SQSO_SYNTAX","features":[205]},{"name":"SQSO_TIME_ZONE","features":[205]},{"name":"SQSO_TRACE_LEVEL","features":[205]},{"name":"SQSO_WORD_BREAKER","features":[205]},{"name":"SQS_ADVANCED_QUERY_SYNTAX","features":[205]},{"name":"SQS_NATURAL_QUERY_SYNTAX","features":[205]},{"name":"SQS_NO_SYNTAX","features":[205]},{"name":"SRCH_SCHEMA_CACHE_E_UNEXPECTED","features":[205]},{"name":"SSERRORINFO","features":[205]},{"name":"SSPROPVAL_COMMANDTYPE_BULKLOAD","features":[205]},{"name":"SSPROPVAL_COMMANDTYPE_REGULAR","features":[205]},{"name":"SSPROPVAL_USEPROCFORPREP_OFF","features":[205]},{"name":"SSPROPVAL_USEPROCFORPREP_ON","features":[205]},{"name":"SSPROPVAL_USEPROCFORPREP_ON_DROP","features":[205]},{"name":"SSPROP_ALLOWNATIVEVARIANT","features":[205]},{"name":"SSPROP_AUTH_REPL_SERVER_NAME","features":[205]},{"name":"SSPROP_CHARACTERSET","features":[205]},{"name":"SSPROP_COLUMNLEVELCOLLATION","features":[205]},{"name":"SSPROP_COL_COLLATIONNAME","features":[205]},{"name":"SSPROP_CURRENTCOLLATION","features":[205]},{"name":"SSPROP_CURSORAUTOFETCH","features":[205]},{"name":"SSPROP_DEFERPREPARE","features":[205]},{"name":"SSPROP_ENABLEFASTLOAD","features":[205]},{"name":"SSPROP_FASTLOADKEEPIDENTITY","features":[205]},{"name":"SSPROP_FASTLOADKEEPNULLS","features":[205]},{"name":"SSPROP_FASTLOADOPTIONS","features":[205]},{"name":"SSPROP_INIT_APPNAME","features":[205]},{"name":"SSPROP_INIT_AUTOTRANSLATE","features":[205]},{"name":"SSPROP_INIT_CURRENTLANGUAGE","features":[205]},{"name":"SSPROP_INIT_ENCRYPT","features":[205]},{"name":"SSPROP_INIT_FILENAME","features":[205]},{"name":"SSPROP_INIT_NETWORKADDRESS","features":[205]},{"name":"SSPROP_INIT_NETWORKLIBRARY","features":[205]},{"name":"SSPROP_INIT_PACKETSIZE","features":[205]},{"name":"SSPROP_INIT_TAGCOLUMNCOLLATION","features":[205]},{"name":"SSPROP_INIT_USEPROCFORPREP","features":[205]},{"name":"SSPROP_INIT_WSID","features":[205]},{"name":"SSPROP_IRowsetFastLoad","features":[205]},{"name":"SSPROP_MAXBLOBLENGTH","features":[205]},{"name":"SSPROP_QUOTEDCATALOGNAMES","features":[205]},{"name":"SSPROP_SORTORDER","features":[205]},{"name":"SSPROP_SQLXMLXPROGID","features":[205]},{"name":"SSPROP_STREAM_BASEPATH","features":[205]},{"name":"SSPROP_STREAM_COMMANDTYPE","features":[205]},{"name":"SSPROP_STREAM_CONTENTTYPE","features":[205]},{"name":"SSPROP_STREAM_FLAGS","features":[205]},{"name":"SSPROP_STREAM_MAPPINGSCHEMA","features":[205]},{"name":"SSPROP_STREAM_XMLROOT","features":[205]},{"name":"SSPROP_STREAM_XSL","features":[205]},{"name":"SSPROP_UNICODECOMPARISONSTYLE","features":[205]},{"name":"SSPROP_UNICODELCID","features":[205]},{"name":"SSVARIANT","features":[1,43,205]},{"name":"STD_BOOKMARKLENGTH","features":[205]},{"name":"STGM_COLLECTION","features":[205]},{"name":"STGM_OPEN","features":[205]},{"name":"STGM_OUTPUT","features":[205]},{"name":"STGM_RECURSIVE","features":[205]},{"name":"STGM_STRICTOPEN","features":[205]},{"name":"STREAM_FLAGS_DISALLOW_ABSOLUTE_PATH","features":[205]},{"name":"STREAM_FLAGS_DISALLOW_QUERY","features":[205]},{"name":"STREAM_FLAGS_DISALLOW_UPDATEGRAMS","features":[205]},{"name":"STREAM_FLAGS_DISALLOW_URL","features":[205]},{"name":"STREAM_FLAGS_DONTCACHEMAPPINGSCHEMA","features":[205]},{"name":"STREAM_FLAGS_DONTCACHETEMPLATE","features":[205]},{"name":"STREAM_FLAGS_DONTCACHEXSL","features":[205]},{"name":"STREAM_FLAGS_RESERVED","features":[205]},{"name":"STRUCTURED_QUERY_MULTIOPTION","features":[205]},{"name":"STRUCTURED_QUERY_PARSE_ERROR","features":[205]},{"name":"STRUCTURED_QUERY_RESOLVE_OPTION","features":[205]},{"name":"STRUCTURED_QUERY_SINGLE_OPTION","features":[205]},{"name":"STRUCTURED_QUERY_SYNTAX","features":[205]},{"name":"STS_ABORTXMLPARSE","features":[205]},{"name":"STS_WS_ERROR","features":[205]},{"name":"SUBSCRIPTIONINFO","features":[1,205]},{"name":"SUBSCRIPTIONINFOFLAGS","features":[205]},{"name":"SUBSCRIPTIONITEMINFO","features":[205]},{"name":"SUBSCRIPTIONSCHEDULE","features":[205]},{"name":"SUBSCRIPTIONTYPE","features":[205]},{"name":"SUBSINFO_ALLFLAGS","features":[205]},{"name":"SUBSINFO_CHANGESONLY","features":[205]},{"name":"SUBSINFO_CHANNELFLAGS","features":[205]},{"name":"SUBSINFO_FRIENDLYNAME","features":[205]},{"name":"SUBSINFO_GLEAM","features":[205]},{"name":"SUBSINFO_MAILNOT","features":[205]},{"name":"SUBSINFO_MAXSIZEKB","features":[205]},{"name":"SUBSINFO_NEEDPASSWORD","features":[205]},{"name":"SUBSINFO_PASSWORD","features":[205]},{"name":"SUBSINFO_RECURSE","features":[205]},{"name":"SUBSINFO_SCHEDULE","features":[205]},{"name":"SUBSINFO_TASKFLAGS","features":[205]},{"name":"SUBSINFO_TYPE","features":[205]},{"name":"SUBSINFO_USER","features":[205]},{"name":"SUBSINFO_WEBCRAWL","features":[205]},{"name":"SUBSMGRENUM_MASK","features":[205]},{"name":"SUBSMGRENUM_TEMP","features":[205]},{"name":"SUBSMGRUPDATE_MASK","features":[205]},{"name":"SUBSMGRUPDATE_MINIMIZE","features":[205]},{"name":"SUBSSCHED_AUTO","features":[205]},{"name":"SUBSSCHED_CUSTOM","features":[205]},{"name":"SUBSSCHED_DAILY","features":[205]},{"name":"SUBSSCHED_MANUAL","features":[205]},{"name":"SUBSSCHED_WEEKLY","features":[205]},{"name":"SUBSTYPE_CHANNEL","features":[205]},{"name":"SUBSTYPE_DESKTOPCHANNEL","features":[205]},{"name":"SUBSTYPE_DESKTOPURL","features":[205]},{"name":"SUBSTYPE_EXTERNAL","features":[205]},{"name":"SUBSTYPE_URL","features":[205]},{"name":"SUCCEED","features":[205]},{"name":"SUCCEED_ABORT","features":[205]},{"name":"SUCCEED_ASYNC","features":[205]},{"name":"SubscriptionMgr","features":[205]},{"name":"TEXT_SOURCE","features":[205]},{"name":"TIMEOUT_INFO","features":[205]},{"name":"TIMESTAMP_STRUCT","features":[205]},{"name":"TIME_STRUCT","features":[205]},{"name":"TRACE_ON","features":[205]},{"name":"TRACE_VERSION","features":[205]},{"name":"TRACE_VS_EVENT_ON","features":[205]},{"name":"VECTORRESTRICTION","features":[1,151,70,205,44]},{"name":"VT_SS_BINARY","features":[205]},{"name":"VT_SS_BIT","features":[205]},{"name":"VT_SS_DATETIME","features":[205]},{"name":"VT_SS_DECIMAL","features":[205]},{"name":"VT_SS_EMPTY","features":[205]},{"name":"VT_SS_GUID","features":[205]},{"name":"VT_SS_I2","features":[205]},{"name":"VT_SS_I4","features":[205]},{"name":"VT_SS_I8","features":[205]},{"name":"VT_SS_MONEY","features":[205]},{"name":"VT_SS_NULL","features":[205]},{"name":"VT_SS_NUMERIC","features":[205]},{"name":"VT_SS_R4","features":[205]},{"name":"VT_SS_R8","features":[205]},{"name":"VT_SS_SMALLDATETIME","features":[205]},{"name":"VT_SS_SMALLMONEY","features":[205]},{"name":"VT_SS_STRING","features":[205]},{"name":"VT_SS_UI1","features":[205]},{"name":"VT_SS_UNKNOWN","features":[205]},{"name":"VT_SS_VARBINARY","features":[205]},{"name":"VT_SS_VARSTRING","features":[205]},{"name":"VT_SS_WSTRING","features":[205]},{"name":"VT_SS_WVARSTRING","features":[205]},{"name":"WEBCRAWL_DONT_MAKE_STICKY","features":[205]},{"name":"WEBCRAWL_GET_BGSOUNDS","features":[205]},{"name":"WEBCRAWL_GET_CONTROLS","features":[205]},{"name":"WEBCRAWL_GET_IMAGES","features":[205]},{"name":"WEBCRAWL_GET_VIDEOS","features":[205]},{"name":"WEBCRAWL_IGNORE_ROBOTSTXT","features":[205]},{"name":"WEBCRAWL_LINKS_ELSEWHERE","features":[205]},{"name":"WEBCRAWL_ONLY_LINKS_TO_HTML","features":[205]},{"name":"WEBCRAWL_RECURSEFLAGS","features":[205]},{"name":"XML_E_BADSXQL","features":[205]},{"name":"XML_E_NODEFAULTNS","features":[205]},{"name":"_MAPI_E_ACCOUNT_DISABLED","features":[205]},{"name":"_MAPI_E_BAD_CHARWIDTH","features":[205]},{"name":"_MAPI_E_BAD_COLUMN","features":[205]},{"name":"_MAPI_E_BUSY","features":[205]},{"name":"_MAPI_E_COMPUTED","features":[205]},{"name":"_MAPI_E_CORRUPT_DATA","features":[205]},{"name":"_MAPI_E_DISK_ERROR","features":[205]},{"name":"_MAPI_E_END_OF_SESSION","features":[205]},{"name":"_MAPI_E_EXTENDED_ERROR","features":[205]},{"name":"_MAPI_E_FAILONEPROVIDER","features":[205]},{"name":"_MAPI_E_INVALID_ACCESS_TIME","features":[205]},{"name":"_MAPI_E_INVALID_ENTRYID","features":[205]},{"name":"_MAPI_E_INVALID_OBJECT","features":[205]},{"name":"_MAPI_E_INVALID_WORKSTATION_ACCOUNT","features":[205]},{"name":"_MAPI_E_LOGON_FAILED","features":[205]},{"name":"_MAPI_E_MISSING_REQUIRED_COLUMN","features":[205]},{"name":"_MAPI_E_NETWORK_ERROR","features":[205]},{"name":"_MAPI_E_NOT_ENOUGH_DISK","features":[205]},{"name":"_MAPI_E_NOT_ENOUGH_RESOURCES","features":[205]},{"name":"_MAPI_E_NOT_FOUND","features":[205]},{"name":"_MAPI_E_NO_SUPPORT","features":[205]},{"name":"_MAPI_E_OBJECT_CHANGED","features":[205]},{"name":"_MAPI_E_OBJECT_DELETED","features":[205]},{"name":"_MAPI_E_PASSWORD_CHANGE_REQUIRED","features":[205]},{"name":"_MAPI_E_PASSWORD_EXPIRED","features":[205]},{"name":"_MAPI_E_SESSION_LIMIT","features":[205]},{"name":"_MAPI_E_STRING_TOO_LONG","features":[205]},{"name":"_MAPI_E_TOO_COMPLEX","features":[205]},{"name":"_MAPI_E_UNABLE_TO_ABORT","features":[205]},{"name":"_MAPI_E_UNCONFIGURED","features":[205]},{"name":"_MAPI_E_UNKNOWN_CPID","features":[205]},{"name":"_MAPI_E_UNKNOWN_ENTRYID","features":[205]},{"name":"_MAPI_E_UNKNOWN_FLAGS","features":[205]},{"name":"_MAPI_E_UNKNOWN_LCID","features":[205]},{"name":"_MAPI_E_USER_CANCEL","features":[205]},{"name":"_MAPI_E_VERSION","features":[205]},{"name":"_MAPI_W_NO_SERVICE","features":[205]},{"name":"bcp_batch","features":[205]},{"name":"bcp_bind","features":[205]},{"name":"bcp_colfmt","features":[205]},{"name":"bcp_collen","features":[205]},{"name":"bcp_colptr","features":[205]},{"name":"bcp_columns","features":[205]},{"name":"bcp_control","features":[205]},{"name":"bcp_done","features":[205]},{"name":"bcp_exec","features":[205]},{"name":"bcp_getcolfmt","features":[205]},{"name":"bcp_initA","features":[205]},{"name":"bcp_initW","features":[205]},{"name":"bcp_moretext","features":[205]},{"name":"bcp_readfmtA","features":[205]},{"name":"bcp_readfmtW","features":[205]},{"name":"bcp_sendrow","features":[205]},{"name":"bcp_setcolfmt","features":[205]},{"name":"bcp_writefmtA","features":[205]},{"name":"bcp_writefmtW","features":[205]},{"name":"dbprtypeA","features":[205]},{"name":"dbprtypeW","features":[205]},{"name":"eAUTH_TYPE_ANONYMOUS","features":[205]},{"name":"eAUTH_TYPE_BASIC","features":[205]},{"name":"eAUTH_TYPE_NTLM","features":[205]}],"612":[{"name":"CONDITION_OPERATION","features":[206]},{"name":"CONDITION_TYPE","features":[206]},{"name":"COP_APPLICATION_SPECIFIC","features":[206]},{"name":"COP_DOSWILDCARDS","features":[206]},{"name":"COP_EQUAL","features":[206]},{"name":"COP_GREATERTHAN","features":[206]},{"name":"COP_GREATERTHANOREQUAL","features":[206]},{"name":"COP_IMPLICIT","features":[206]},{"name":"COP_LESSTHAN","features":[206]},{"name":"COP_LESSTHANOREQUAL","features":[206]},{"name":"COP_NOTEQUAL","features":[206]},{"name":"COP_VALUE_CONTAINS","features":[206]},{"name":"COP_VALUE_ENDSWITH","features":[206]},{"name":"COP_VALUE_NOTCONTAINS","features":[206]},{"name":"COP_VALUE_STARTSWITH","features":[206]},{"name":"COP_WORD_EQUAL","features":[206]},{"name":"COP_WORD_STARTSWITH","features":[206]},{"name":"CT_AND_CONDITION","features":[206]},{"name":"CT_LEAF_CONDITION","features":[206]},{"name":"CT_NOT_CONDITION","features":[206]},{"name":"CT_OR_CONDITION","features":[206]}],"613":[{"name":"IWSCDefaultProduct","features":[207]},{"name":"IWSCProductList","features":[207]},{"name":"IWscProduct","features":[207]},{"name":"IWscProduct2","features":[207]},{"name":"IWscProduct3","features":[207]},{"name":"SECURITY_PRODUCT_TYPE","features":[207]},{"name":"SECURITY_PRODUCT_TYPE_ANTISPYWARE","features":[207]},{"name":"SECURITY_PRODUCT_TYPE_ANTIVIRUS","features":[207]},{"name":"SECURITY_PRODUCT_TYPE_FIREWALL","features":[207]},{"name":"WSCDefaultProduct","features":[207]},{"name":"WSCProductList","features":[207]},{"name":"WSC_SECURITY_PRODUCT_OUT_OF_DATE","features":[207]},{"name":"WSC_SECURITY_PRODUCT_STATE","features":[207]},{"name":"WSC_SECURITY_PRODUCT_STATE_EXPIRED","features":[207]},{"name":"WSC_SECURITY_PRODUCT_STATE_OFF","features":[207]},{"name":"WSC_SECURITY_PRODUCT_STATE_ON","features":[207]},{"name":"WSC_SECURITY_PRODUCT_STATE_SNOOZED","features":[207]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS","features":[207]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_ACTION_NEEDED","features":[207]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_ACTION_RECOMMENDED","features":[207]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_NOT_SET","features":[207]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_NO_ACTION","features":[207]},{"name":"WSC_SECURITY_PRODUCT_UP_TO_DATE","features":[207]},{"name":"WSC_SECURITY_PROVIDER","features":[207]},{"name":"WSC_SECURITY_PROVIDER_ALL","features":[207]},{"name":"WSC_SECURITY_PROVIDER_ANTISPYWARE","features":[207]},{"name":"WSC_SECURITY_PROVIDER_ANTIVIRUS","features":[207]},{"name":"WSC_SECURITY_PROVIDER_AUTOUPDATE_SETTINGS","features":[207]},{"name":"WSC_SECURITY_PROVIDER_FIREWALL","features":[207]},{"name":"WSC_SECURITY_PROVIDER_HEALTH","features":[207]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_GOOD","features":[207]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_NOTMONITORED","features":[207]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_POOR","features":[207]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_SNOOZE","features":[207]},{"name":"WSC_SECURITY_PROVIDER_INTERNET_SETTINGS","features":[207]},{"name":"WSC_SECURITY_PROVIDER_NONE","features":[207]},{"name":"WSC_SECURITY_PROVIDER_SERVICE","features":[207]},{"name":"WSC_SECURITY_PROVIDER_USER_ACCOUNT_CONTROL","features":[207]},{"name":"WSC_SECURITY_SIGNATURE_STATUS","features":[207]},{"name":"WscGetAntiMalwareUri","features":[207]},{"name":"WscGetSecurityProviderHealth","features":[207]},{"name":"WscQueryAntiMalwareUri","features":[207]},{"name":"WscRegisterForChanges","features":[1,207,39]},{"name":"WscRegisterForUserNotifications","features":[207]},{"name":"WscUnRegisterChanges","features":[1,207]}],"615":[{"name":"CUSTOM_SYSTEM_STATE_CHANGE_EVENT_GUID","features":[118]},{"name":"ChangeServiceConfig2A","features":[1,118]},{"name":"ChangeServiceConfig2W","features":[1,118]},{"name":"ChangeServiceConfigA","features":[1,118]},{"name":"ChangeServiceConfigW","features":[1,118]},{"name":"CloseServiceHandle","features":[1,118]},{"name":"ControlService","features":[1,118]},{"name":"ControlServiceExA","features":[1,118]},{"name":"ControlServiceExW","features":[1,118]},{"name":"CreateServiceA","features":[118]},{"name":"CreateServiceW","features":[118]},{"name":"DOMAIN_JOIN_GUID","features":[118]},{"name":"DOMAIN_LEAVE_GUID","features":[118]},{"name":"DeleteService","features":[1,118]},{"name":"ENUM_SERVICE_STATE","features":[118]},{"name":"ENUM_SERVICE_STATUSA","features":[118]},{"name":"ENUM_SERVICE_STATUSW","features":[118]},{"name":"ENUM_SERVICE_STATUS_PROCESSA","features":[118]},{"name":"ENUM_SERVICE_STATUS_PROCESSW","features":[118]},{"name":"ENUM_SERVICE_TYPE","features":[118]},{"name":"EnumDependentServicesA","features":[1,118]},{"name":"EnumDependentServicesW","features":[1,118]},{"name":"EnumServicesStatusA","features":[1,118]},{"name":"EnumServicesStatusExA","features":[1,118]},{"name":"EnumServicesStatusExW","features":[1,118]},{"name":"EnumServicesStatusW","features":[1,118]},{"name":"FIREWALL_PORT_CLOSE_GUID","features":[118]},{"name":"FIREWALL_PORT_OPEN_GUID","features":[118]},{"name":"GetServiceDirectory","features":[118]},{"name":"GetServiceDisplayNameA","features":[1,118]},{"name":"GetServiceDisplayNameW","features":[1,118]},{"name":"GetServiceKeyNameA","features":[1,118]},{"name":"GetServiceKeyNameW","features":[1,118]},{"name":"GetServiceRegistryStateKey","features":[54,118]},{"name":"GetSharedServiceDirectory","features":[118]},{"name":"GetSharedServiceRegistryStateKey","features":[54,118]},{"name":"HANDLER_FUNCTION","features":[118]},{"name":"HANDLER_FUNCTION_EX","features":[118]},{"name":"LPHANDLER_FUNCTION","features":[118]},{"name":"LPHANDLER_FUNCTION_EX","features":[118]},{"name":"LPSERVICE_MAIN_FUNCTIONA","features":[118]},{"name":"LPSERVICE_MAIN_FUNCTIONW","features":[118]},{"name":"LockServiceDatabase","features":[118]},{"name":"MACHINE_POLICY_PRESENT_GUID","features":[118]},{"name":"MaxServiceRegistryStateType","features":[118]},{"name":"NAMED_PIPE_EVENT_GUID","features":[118]},{"name":"NETWORK_MANAGER_FIRST_IP_ADDRESS_ARRIVAL_GUID","features":[118]},{"name":"NETWORK_MANAGER_LAST_IP_ADDRESS_REMOVAL_GUID","features":[118]},{"name":"NotifyBootConfigStatus","features":[1,118]},{"name":"NotifyServiceStatusChangeA","features":[118]},{"name":"NotifyServiceStatusChangeW","features":[118]},{"name":"OpenSCManagerA","features":[118]},{"name":"OpenSCManagerW","features":[118]},{"name":"OpenServiceA","features":[118]},{"name":"OpenServiceW","features":[118]},{"name":"PFN_SC_NOTIFY_CALLBACK","features":[118]},{"name":"PSC_NOTIFICATION_CALLBACK","features":[118]},{"name":"PSC_NOTIFICATION_REGISTRATION","features":[118]},{"name":"QUERY_SERVICE_CONFIGA","features":[118]},{"name":"QUERY_SERVICE_CONFIGW","features":[118]},{"name":"QUERY_SERVICE_LOCK_STATUSA","features":[118]},{"name":"QUERY_SERVICE_LOCK_STATUSW","features":[118]},{"name":"QueryServiceConfig2A","features":[1,118]},{"name":"QueryServiceConfig2W","features":[1,118]},{"name":"QueryServiceConfigA","features":[1,118]},{"name":"QueryServiceConfigW","features":[1,118]},{"name":"QueryServiceDynamicInformation","features":[1,118]},{"name":"QueryServiceLockStatusA","features":[1,118]},{"name":"QueryServiceLockStatusW","features":[1,118]},{"name":"QueryServiceObjectSecurity","features":[1,5,118]},{"name":"QueryServiceStatus","features":[1,118]},{"name":"QueryServiceStatusEx","features":[1,118]},{"name":"RPC_INTERFACE_EVENT_GUID","features":[118]},{"name":"RegisterServiceCtrlHandlerA","features":[118]},{"name":"RegisterServiceCtrlHandlerExA","features":[118]},{"name":"RegisterServiceCtrlHandlerExW","features":[118]},{"name":"RegisterServiceCtrlHandlerW","features":[118]},{"name":"SC_ACTION","features":[118]},{"name":"SC_ACTION_NONE","features":[118]},{"name":"SC_ACTION_OWN_RESTART","features":[118]},{"name":"SC_ACTION_REBOOT","features":[118]},{"name":"SC_ACTION_RESTART","features":[118]},{"name":"SC_ACTION_RUN_COMMAND","features":[118]},{"name":"SC_ACTION_TYPE","features":[118]},{"name":"SC_AGGREGATE_STORAGE_KEY","features":[118]},{"name":"SC_ENUM_PROCESS_INFO","features":[118]},{"name":"SC_ENUM_TYPE","features":[118]},{"name":"SC_EVENT_DATABASE_CHANGE","features":[118]},{"name":"SC_EVENT_PROPERTY_CHANGE","features":[118]},{"name":"SC_EVENT_STATUS_CHANGE","features":[118]},{"name":"SC_EVENT_TYPE","features":[118]},{"name":"SC_HANDLE","features":[118]},{"name":"SC_MANAGER_ALL_ACCESS","features":[118]},{"name":"SC_MANAGER_CONNECT","features":[118]},{"name":"SC_MANAGER_CREATE_SERVICE","features":[118]},{"name":"SC_MANAGER_ENUMERATE_SERVICE","features":[118]},{"name":"SC_MANAGER_LOCK","features":[118]},{"name":"SC_MANAGER_MODIFY_BOOT_CONFIG","features":[118]},{"name":"SC_MANAGER_QUERY_LOCK_STATUS","features":[118]},{"name":"SC_STATUS_PROCESS_INFO","features":[118]},{"name":"SC_STATUS_TYPE","features":[118]},{"name":"SERVICES_ACTIVE_DATABASE","features":[118]},{"name":"SERVICES_ACTIVE_DATABASEA","features":[118]},{"name":"SERVICES_ACTIVE_DATABASEW","features":[118]},{"name":"SERVICES_FAILED_DATABASE","features":[118]},{"name":"SERVICES_FAILED_DATABASEA","features":[118]},{"name":"SERVICES_FAILED_DATABASEW","features":[118]},{"name":"SERVICE_ACCEPT_HARDWAREPROFILECHANGE","features":[118]},{"name":"SERVICE_ACCEPT_LOWRESOURCES","features":[118]},{"name":"SERVICE_ACCEPT_NETBINDCHANGE","features":[118]},{"name":"SERVICE_ACCEPT_PARAMCHANGE","features":[118]},{"name":"SERVICE_ACCEPT_PAUSE_CONTINUE","features":[118]},{"name":"SERVICE_ACCEPT_POWEREVENT","features":[118]},{"name":"SERVICE_ACCEPT_PRESHUTDOWN","features":[118]},{"name":"SERVICE_ACCEPT_SESSIONCHANGE","features":[118]},{"name":"SERVICE_ACCEPT_SHUTDOWN","features":[118]},{"name":"SERVICE_ACCEPT_STOP","features":[118]},{"name":"SERVICE_ACCEPT_SYSTEMLOWRESOURCES","features":[118]},{"name":"SERVICE_ACCEPT_TIMECHANGE","features":[118]},{"name":"SERVICE_ACCEPT_TRIGGEREVENT","features":[118]},{"name":"SERVICE_ACCEPT_USER_LOGOFF","features":[118]},{"name":"SERVICE_ACTIVE","features":[118]},{"name":"SERVICE_ADAPTER","features":[118]},{"name":"SERVICE_ALL_ACCESS","features":[118]},{"name":"SERVICE_AUTO_START","features":[118]},{"name":"SERVICE_BOOT_START","features":[118]},{"name":"SERVICE_CHANGE_CONFIG","features":[118]},{"name":"SERVICE_CONFIG","features":[118]},{"name":"SERVICE_CONFIG_DELAYED_AUTO_START_INFO","features":[118]},{"name":"SERVICE_CONFIG_DESCRIPTION","features":[118]},{"name":"SERVICE_CONFIG_FAILURE_ACTIONS","features":[118]},{"name":"SERVICE_CONFIG_FAILURE_ACTIONS_FLAG","features":[118]},{"name":"SERVICE_CONFIG_LAUNCH_PROTECTED","features":[118]},{"name":"SERVICE_CONFIG_PREFERRED_NODE","features":[118]},{"name":"SERVICE_CONFIG_PRESHUTDOWN_INFO","features":[118]},{"name":"SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO","features":[118]},{"name":"SERVICE_CONFIG_SERVICE_SID_INFO","features":[118]},{"name":"SERVICE_CONFIG_TRIGGER_INFO","features":[118]},{"name":"SERVICE_CONTINUE_PENDING","features":[118]},{"name":"SERVICE_CONTROL_CONTINUE","features":[118]},{"name":"SERVICE_CONTROL_DEVICEEVENT","features":[118]},{"name":"SERVICE_CONTROL_HARDWAREPROFILECHANGE","features":[118]},{"name":"SERVICE_CONTROL_INTERROGATE","features":[118]},{"name":"SERVICE_CONTROL_LOWRESOURCES","features":[118]},{"name":"SERVICE_CONTROL_NETBINDADD","features":[118]},{"name":"SERVICE_CONTROL_NETBINDDISABLE","features":[118]},{"name":"SERVICE_CONTROL_NETBINDENABLE","features":[118]},{"name":"SERVICE_CONTROL_NETBINDREMOVE","features":[118]},{"name":"SERVICE_CONTROL_PARAMCHANGE","features":[118]},{"name":"SERVICE_CONTROL_PAUSE","features":[118]},{"name":"SERVICE_CONTROL_POWEREVENT","features":[118]},{"name":"SERVICE_CONTROL_PRESHUTDOWN","features":[118]},{"name":"SERVICE_CONTROL_SESSIONCHANGE","features":[118]},{"name":"SERVICE_CONTROL_SHUTDOWN","features":[118]},{"name":"SERVICE_CONTROL_STATUS_REASON_INFO","features":[118]},{"name":"SERVICE_CONTROL_STATUS_REASON_PARAMSA","features":[118]},{"name":"SERVICE_CONTROL_STATUS_REASON_PARAMSW","features":[118]},{"name":"SERVICE_CONTROL_STOP","features":[118]},{"name":"SERVICE_CONTROL_SYSTEMLOWRESOURCES","features":[118]},{"name":"SERVICE_CONTROL_TIMECHANGE","features":[118]},{"name":"SERVICE_CONTROL_TRIGGEREVENT","features":[118]},{"name":"SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM","features":[118]},{"name":"SERVICE_DELAYED_AUTO_START_INFO","features":[1,118]},{"name":"SERVICE_DEMAND_START","features":[118]},{"name":"SERVICE_DESCRIPTIONA","features":[118]},{"name":"SERVICE_DESCRIPTIONW","features":[118]},{"name":"SERVICE_DIRECTORY_TYPE","features":[118]},{"name":"SERVICE_DISABLED","features":[118]},{"name":"SERVICE_DRIVER","features":[118]},{"name":"SERVICE_DYNAMIC_INFORMATION_LEVEL_START_REASON","features":[118]},{"name":"SERVICE_ENUMERATE_DEPENDENTS","features":[118]},{"name":"SERVICE_ERROR","features":[118]},{"name":"SERVICE_ERROR_CRITICAL","features":[118]},{"name":"SERVICE_ERROR_IGNORE","features":[118]},{"name":"SERVICE_ERROR_NORMAL","features":[118]},{"name":"SERVICE_ERROR_SEVERE","features":[118]},{"name":"SERVICE_FAILURE_ACTIONSA","features":[118]},{"name":"SERVICE_FAILURE_ACTIONSW","features":[118]},{"name":"SERVICE_FAILURE_ACTIONS_FLAG","features":[1,118]},{"name":"SERVICE_FILE_SYSTEM_DRIVER","features":[118]},{"name":"SERVICE_INACTIVE","features":[118]},{"name":"SERVICE_INTERROGATE","features":[118]},{"name":"SERVICE_KERNEL_DRIVER","features":[118]},{"name":"SERVICE_LAUNCH_PROTECTED_ANTIMALWARE_LIGHT","features":[118]},{"name":"SERVICE_LAUNCH_PROTECTED_INFO","features":[118]},{"name":"SERVICE_LAUNCH_PROTECTED_NONE","features":[118]},{"name":"SERVICE_LAUNCH_PROTECTED_WINDOWS","features":[118]},{"name":"SERVICE_LAUNCH_PROTECTED_WINDOWS_LIGHT","features":[118]},{"name":"SERVICE_MAIN_FUNCTIONA","features":[118]},{"name":"SERVICE_MAIN_FUNCTIONW","features":[118]},{"name":"SERVICE_NOTIFY","features":[118]},{"name":"SERVICE_NOTIFY_1","features":[118]},{"name":"SERVICE_NOTIFY_2A","features":[118]},{"name":"SERVICE_NOTIFY_2W","features":[118]},{"name":"SERVICE_NOTIFY_CONTINUE_PENDING","features":[118]},{"name":"SERVICE_NOTIFY_CREATED","features":[118]},{"name":"SERVICE_NOTIFY_DELETED","features":[118]},{"name":"SERVICE_NOTIFY_DELETE_PENDING","features":[118]},{"name":"SERVICE_NOTIFY_PAUSED","features":[118]},{"name":"SERVICE_NOTIFY_PAUSE_PENDING","features":[118]},{"name":"SERVICE_NOTIFY_RUNNING","features":[118]},{"name":"SERVICE_NOTIFY_START_PENDING","features":[118]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE","features":[118]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE_1","features":[118]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE_2","features":[118]},{"name":"SERVICE_NOTIFY_STOPPED","features":[118]},{"name":"SERVICE_NOTIFY_STOP_PENDING","features":[118]},{"name":"SERVICE_NO_CHANGE","features":[118]},{"name":"SERVICE_PAUSED","features":[118]},{"name":"SERVICE_PAUSE_CONTINUE","features":[118]},{"name":"SERVICE_PAUSE_PENDING","features":[118]},{"name":"SERVICE_PREFERRED_NODE_INFO","features":[1,118]},{"name":"SERVICE_PRESHUTDOWN_INFO","features":[118]},{"name":"SERVICE_QUERY_CONFIG","features":[118]},{"name":"SERVICE_QUERY_STATUS","features":[118]},{"name":"SERVICE_RECOGNIZER_DRIVER","features":[118]},{"name":"SERVICE_REGISTRY_STATE_TYPE","features":[118]},{"name":"SERVICE_REQUIRED_PRIVILEGES_INFOA","features":[118]},{"name":"SERVICE_REQUIRED_PRIVILEGES_INFOW","features":[118]},{"name":"SERVICE_RUNNING","features":[118]},{"name":"SERVICE_RUNS_IN_NON_SYSTEM_OR_NOT_RUNNING","features":[118]},{"name":"SERVICE_RUNS_IN_PROCESS","features":[118]},{"name":"SERVICE_RUNS_IN_SYSTEM_PROCESS","features":[118]},{"name":"SERVICE_SHARED_DIRECTORY_TYPE","features":[118]},{"name":"SERVICE_SHARED_REGISTRY_STATE_TYPE","features":[118]},{"name":"SERVICE_SID_INFO","features":[118]},{"name":"SERVICE_SID_TYPE_NONE","features":[118]},{"name":"SERVICE_SID_TYPE_UNRESTRICTED","features":[118]},{"name":"SERVICE_START","features":[118]},{"name":"SERVICE_START_PENDING","features":[118]},{"name":"SERVICE_START_REASON","features":[118]},{"name":"SERVICE_START_REASON_AUTO","features":[118]},{"name":"SERVICE_START_REASON_DELAYEDAUTO","features":[118]},{"name":"SERVICE_START_REASON_DEMAND","features":[118]},{"name":"SERVICE_START_REASON_RESTART_ON_FAILURE","features":[118]},{"name":"SERVICE_START_REASON_TRIGGER","features":[118]},{"name":"SERVICE_START_TYPE","features":[118]},{"name":"SERVICE_STATE_ALL","features":[118]},{"name":"SERVICE_STATUS","features":[118]},{"name":"SERVICE_STATUS_CURRENT_STATE","features":[118]},{"name":"SERVICE_STATUS_HANDLE","features":[118]},{"name":"SERVICE_STATUS_PROCESS","features":[118]},{"name":"SERVICE_STOP","features":[118]},{"name":"SERVICE_STOPPED","features":[118]},{"name":"SERVICE_STOP_PENDING","features":[118]},{"name":"SERVICE_STOP_REASON_FLAG_CUSTOM","features":[118]},{"name":"SERVICE_STOP_REASON_FLAG_MAX","features":[118]},{"name":"SERVICE_STOP_REASON_FLAG_MIN","features":[118]},{"name":"SERVICE_STOP_REASON_FLAG_PLANNED","features":[118]},{"name":"SERVICE_STOP_REASON_FLAG_UNPLANNED","features":[118]},{"name":"SERVICE_STOP_REASON_MAJOR_APPLICATION","features":[118]},{"name":"SERVICE_STOP_REASON_MAJOR_HARDWARE","features":[118]},{"name":"SERVICE_STOP_REASON_MAJOR_MAX","features":[118]},{"name":"SERVICE_STOP_REASON_MAJOR_MAX_CUSTOM","features":[118]},{"name":"SERVICE_STOP_REASON_MAJOR_MIN","features":[118]},{"name":"SERVICE_STOP_REASON_MAJOR_MIN_CUSTOM","features":[118]},{"name":"SERVICE_STOP_REASON_MAJOR_NONE","features":[118]},{"name":"SERVICE_STOP_REASON_MAJOR_OPERATINGSYSTEM","features":[118]},{"name":"SERVICE_STOP_REASON_MAJOR_OTHER","features":[118]},{"name":"SERVICE_STOP_REASON_MAJOR_SOFTWARE","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_DISK","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_ENVIRONMENT","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_HARDWARE_DRIVER","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_HUNG","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_INSTALLATION","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_MAINTENANCE","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_MAX","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_MAX_CUSTOM","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_MEMOTYLIMIT","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_MIN","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_MIN_CUSTOM","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_MMC","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_NETWORKCARD","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_NETWORK_CONNECTIVITY","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_NONE","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_OTHER","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_OTHERDRIVER","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_RECONFIG","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITY","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITYFIX","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITYFIX_UNINSTALL","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_SERVICEPACK","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_SERVICEPACK_UNINSTALL","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_SOFTWARE_UPDATE","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_SOFTWARE_UPDATE_UNINSTALL","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_UNSTABLE","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_UPGRADE","features":[118]},{"name":"SERVICE_STOP_REASON_MINOR_WMI","features":[118]},{"name":"SERVICE_SYSTEM_START","features":[118]},{"name":"SERVICE_TABLE_ENTRYA","features":[118]},{"name":"SERVICE_TABLE_ENTRYW","features":[118]},{"name":"SERVICE_TIMECHANGE_INFO","features":[118]},{"name":"SERVICE_TRIGGER","features":[118]},{"name":"SERVICE_TRIGGER_ACTION","features":[118]},{"name":"SERVICE_TRIGGER_ACTION_SERVICE_START","features":[118]},{"name":"SERVICE_TRIGGER_ACTION_SERVICE_STOP","features":[118]},{"name":"SERVICE_TRIGGER_CUSTOM_STATE_ID","features":[118]},{"name":"SERVICE_TRIGGER_DATA_TYPE_BINARY","features":[118]},{"name":"SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ALL","features":[118]},{"name":"SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ANY","features":[118]},{"name":"SERVICE_TRIGGER_DATA_TYPE_LEVEL","features":[118]},{"name":"SERVICE_TRIGGER_DATA_TYPE_STRING","features":[118]},{"name":"SERVICE_TRIGGER_INFO","features":[118]},{"name":"SERVICE_TRIGGER_SPECIFIC_DATA_ITEM","features":[118]},{"name":"SERVICE_TRIGGER_SPECIFIC_DATA_ITEM_DATA_TYPE","features":[118]},{"name":"SERVICE_TRIGGER_STARTED_ARGUMENT","features":[118]},{"name":"SERVICE_TRIGGER_TYPE","features":[118]},{"name":"SERVICE_TRIGGER_TYPE_AGGREGATE","features":[118]},{"name":"SERVICE_TRIGGER_TYPE_CUSTOM","features":[118]},{"name":"SERVICE_TRIGGER_TYPE_CUSTOM_SYSTEM_STATE_CHANGE","features":[118]},{"name":"SERVICE_TRIGGER_TYPE_DEVICE_INTERFACE_ARRIVAL","features":[118]},{"name":"SERVICE_TRIGGER_TYPE_DOMAIN_JOIN","features":[118]},{"name":"SERVICE_TRIGGER_TYPE_FIREWALL_PORT_EVENT","features":[118]},{"name":"SERVICE_TRIGGER_TYPE_GROUP_POLICY","features":[118]},{"name":"SERVICE_TRIGGER_TYPE_IP_ADDRESS_AVAILABILITY","features":[118]},{"name":"SERVICE_TRIGGER_TYPE_NETWORK_ENDPOINT","features":[118]},{"name":"SERVICE_USER_DEFINED_CONTROL","features":[118]},{"name":"SERVICE_USER_OWN_PROCESS","features":[118]},{"name":"SERVICE_USER_SHARE_PROCESS","features":[118]},{"name":"SERVICE_WIN32","features":[118]},{"name":"SERVICE_WIN32_OWN_PROCESS","features":[118]},{"name":"SERVICE_WIN32_SHARE_PROCESS","features":[118]},{"name":"ServiceDirectoryPersistentState","features":[118]},{"name":"ServiceDirectoryTypeMax","features":[118]},{"name":"ServiceRegistryStateParameters","features":[118]},{"name":"ServiceRegistryStatePersistent","features":[118]},{"name":"ServiceSharedDirectoryPersistentState","features":[118]},{"name":"ServiceSharedRegistryPersistentState","features":[118]},{"name":"SetServiceBits","features":[1,118]},{"name":"SetServiceObjectSecurity","features":[1,5,118]},{"name":"SetServiceStatus","features":[1,118]},{"name":"StartServiceA","features":[1,118]},{"name":"StartServiceCtrlDispatcherA","features":[1,118]},{"name":"StartServiceCtrlDispatcherW","features":[1,118]},{"name":"StartServiceW","features":[1,118]},{"name":"SubscribeServiceChangeNotifications","features":[118]},{"name":"USER_POLICY_PRESENT_GUID","features":[118]},{"name":"UnlockServiceDatabase","features":[1,118]},{"name":"UnsubscribeServiceChangeNotifications","features":[118]},{"name":"WaitServiceState","features":[1,118]}],"617":[{"name":"OOBEComplete","features":[1,208]},{"name":"OOBE_COMPLETED_CALLBACK","features":[208]},{"name":"RegisterWaitUntilOOBECompleted","features":[1,208]},{"name":"UnregisterWaitUntilOOBECompleted","features":[1,208]}],"618":[{"name":"AbortSystemShutdownA","features":[1,209]},{"name":"AbortSystemShutdownW","features":[1,209]},{"name":"CheckForHiberboot","features":[1,209]},{"name":"EWX_ARSO","features":[209]},{"name":"EWX_BOOTOPTIONS","features":[209]},{"name":"EWX_CHECK_SAFE_FOR_SERVER","features":[209]},{"name":"EWX_FORCE","features":[209]},{"name":"EWX_FORCEIFHUNG","features":[209]},{"name":"EWX_HYBRID_SHUTDOWN","features":[209]},{"name":"EWX_LOGOFF","features":[209]},{"name":"EWX_POWEROFF","features":[209]},{"name":"EWX_QUICKRESOLVE","features":[209]},{"name":"EWX_REBOOT","features":[209]},{"name":"EWX_RESTARTAPPS","features":[209]},{"name":"EWX_SHUTDOWN","features":[209]},{"name":"EWX_SYSTEM_INITIATED","features":[209]},{"name":"EXIT_WINDOWS_FLAGS","features":[209]},{"name":"ExitWindowsEx","features":[1,209]},{"name":"InitiateShutdownA","features":[209]},{"name":"InitiateShutdownW","features":[209]},{"name":"InitiateSystemShutdownA","features":[1,209]},{"name":"InitiateSystemShutdownExA","features":[1,209]},{"name":"InitiateSystemShutdownExW","features":[1,209]},{"name":"InitiateSystemShutdownW","features":[1,209]},{"name":"LockWorkStation","features":[1,209]},{"name":"MAX_NUM_REASONS","features":[209]},{"name":"MAX_REASON_BUGID_LEN","features":[209]},{"name":"MAX_REASON_COMMENT_LEN","features":[209]},{"name":"MAX_REASON_DESC_LEN","features":[209]},{"name":"MAX_REASON_NAME_LEN","features":[209]},{"name":"POLICY_SHOWREASONUI_ALWAYS","features":[209]},{"name":"POLICY_SHOWREASONUI_NEVER","features":[209]},{"name":"POLICY_SHOWREASONUI_SERVERONLY","features":[209]},{"name":"POLICY_SHOWREASONUI_WORKSTATIONONLY","features":[209]},{"name":"SHTDN_REASON_FLAG_CLEAN_UI","features":[209]},{"name":"SHTDN_REASON_FLAG_COMMENT_REQUIRED","features":[209]},{"name":"SHTDN_REASON_FLAG_DIRTY_PROBLEM_ID_REQUIRED","features":[209]},{"name":"SHTDN_REASON_FLAG_DIRTY_UI","features":[209]},{"name":"SHTDN_REASON_FLAG_MOBILE_UI_RESERVED","features":[209]},{"name":"SHTDN_REASON_FLAG_PLANNED","features":[209]},{"name":"SHTDN_REASON_FLAG_USER_DEFINED","features":[209]},{"name":"SHTDN_REASON_LEGACY_API","features":[209]},{"name":"SHTDN_REASON_MAJOR_APPLICATION","features":[209]},{"name":"SHTDN_REASON_MAJOR_HARDWARE","features":[209]},{"name":"SHTDN_REASON_MAJOR_LEGACY_API","features":[209]},{"name":"SHTDN_REASON_MAJOR_NONE","features":[209]},{"name":"SHTDN_REASON_MAJOR_OPERATINGSYSTEM","features":[209]},{"name":"SHTDN_REASON_MAJOR_OTHER","features":[209]},{"name":"SHTDN_REASON_MAJOR_POWER","features":[209]},{"name":"SHTDN_REASON_MAJOR_SOFTWARE","features":[209]},{"name":"SHTDN_REASON_MAJOR_SYSTEM","features":[209]},{"name":"SHTDN_REASON_MINOR_BLUESCREEN","features":[209]},{"name":"SHTDN_REASON_MINOR_CORDUNPLUGGED","features":[209]},{"name":"SHTDN_REASON_MINOR_DC_DEMOTION","features":[209]},{"name":"SHTDN_REASON_MINOR_DC_PROMOTION","features":[209]},{"name":"SHTDN_REASON_MINOR_DISK","features":[209]},{"name":"SHTDN_REASON_MINOR_ENVIRONMENT","features":[209]},{"name":"SHTDN_REASON_MINOR_HARDWARE_DRIVER","features":[209]},{"name":"SHTDN_REASON_MINOR_HOTFIX","features":[209]},{"name":"SHTDN_REASON_MINOR_HOTFIX_UNINSTALL","features":[209]},{"name":"SHTDN_REASON_MINOR_HUNG","features":[209]},{"name":"SHTDN_REASON_MINOR_INSTALLATION","features":[209]},{"name":"SHTDN_REASON_MINOR_MAINTENANCE","features":[209]},{"name":"SHTDN_REASON_MINOR_MMC","features":[209]},{"name":"SHTDN_REASON_MINOR_NETWORKCARD","features":[209]},{"name":"SHTDN_REASON_MINOR_NETWORK_CONNECTIVITY","features":[209]},{"name":"SHTDN_REASON_MINOR_NONE","features":[209]},{"name":"SHTDN_REASON_MINOR_OTHER","features":[209]},{"name":"SHTDN_REASON_MINOR_OTHERDRIVER","features":[209]},{"name":"SHTDN_REASON_MINOR_POWER_SUPPLY","features":[209]},{"name":"SHTDN_REASON_MINOR_PROCESSOR","features":[209]},{"name":"SHTDN_REASON_MINOR_RECONFIG","features":[209]},{"name":"SHTDN_REASON_MINOR_SECURITY","features":[209]},{"name":"SHTDN_REASON_MINOR_SECURITYFIX","features":[209]},{"name":"SHTDN_REASON_MINOR_SECURITYFIX_UNINSTALL","features":[209]},{"name":"SHTDN_REASON_MINOR_SERVICEPACK","features":[209]},{"name":"SHTDN_REASON_MINOR_SERVICEPACK_UNINSTALL","features":[209]},{"name":"SHTDN_REASON_MINOR_SYSTEMRESTORE","features":[209]},{"name":"SHTDN_REASON_MINOR_TERMSRV","features":[209]},{"name":"SHTDN_REASON_MINOR_UNSTABLE","features":[209]},{"name":"SHTDN_REASON_MINOR_UPGRADE","features":[209]},{"name":"SHTDN_REASON_MINOR_WMI","features":[209]},{"name":"SHTDN_REASON_NONE","features":[209]},{"name":"SHTDN_REASON_UNKNOWN","features":[209]},{"name":"SHTDN_REASON_VALID_BIT_MASK","features":[209]},{"name":"SHUTDOWN_ARSO","features":[209]},{"name":"SHUTDOWN_CHECK_SAFE_FOR_SERVER","features":[209]},{"name":"SHUTDOWN_FLAGS","features":[209]},{"name":"SHUTDOWN_FORCE_OTHERS","features":[209]},{"name":"SHUTDOWN_FORCE_SELF","features":[209]},{"name":"SHUTDOWN_GRACE_OVERRIDE","features":[209]},{"name":"SHUTDOWN_HYBRID","features":[209]},{"name":"SHUTDOWN_INSTALL_UPDATES","features":[209]},{"name":"SHUTDOWN_MOBILE_UI","features":[209]},{"name":"SHUTDOWN_NOREBOOT","features":[209]},{"name":"SHUTDOWN_POWEROFF","features":[209]},{"name":"SHUTDOWN_REASON","features":[209]},{"name":"SHUTDOWN_RESTART","features":[209]},{"name":"SHUTDOWN_RESTARTAPPS","features":[209]},{"name":"SHUTDOWN_RESTART_BOOTOPTIONS","features":[209]},{"name":"SHUTDOWN_SKIP_SVC_PRESHUTDOWN","features":[209]},{"name":"SHUTDOWN_SOFT_REBOOT","features":[209]},{"name":"SHUTDOWN_SYSTEM_INITIATED","features":[209]},{"name":"SHUTDOWN_TYPE_LEN","features":[209]},{"name":"SHUTDOWN_VAIL_CONTAINER","features":[209]},{"name":"SNAPSHOT_POLICY_ALWAYS","features":[209]},{"name":"SNAPSHOT_POLICY_NEVER","features":[209]},{"name":"SNAPSHOT_POLICY_UNPLANNED","features":[209]},{"name":"ShutdownBlockReasonCreate","features":[1,209]},{"name":"ShutdownBlockReasonDestroy","features":[1,209]},{"name":"ShutdownBlockReasonQuery","features":[1,209]}],"620":[{"name":"BROADCAST_SYSTEM_MESSAGE_FLAGS","features":[142]},{"name":"BROADCAST_SYSTEM_MESSAGE_INFO","features":[142]},{"name":"BSF_ALLOWSFW","features":[142]},{"name":"BSF_FLUSHDISK","features":[142]},{"name":"BSF_FORCEIFHUNG","features":[142]},{"name":"BSF_IGNORECURRENTTASK","features":[142]},{"name":"BSF_LUID","features":[142]},{"name":"BSF_NOHANG","features":[142]},{"name":"BSF_NOTIMEOUTIFNOTHUNG","features":[142]},{"name":"BSF_POSTMESSAGE","features":[142]},{"name":"BSF_QUERY","features":[142]},{"name":"BSF_RETURNHDESK","features":[142]},{"name":"BSF_SENDNOTIFYMESSAGE","features":[142]},{"name":"BSMINFO","features":[1,142]},{"name":"BSM_ALLCOMPONENTS","features":[142]},{"name":"BSM_ALLDESKTOPS","features":[142]},{"name":"BSM_APPLICATIONS","features":[142]},{"name":"BroadcastSystemMessageA","features":[1,142]},{"name":"BroadcastSystemMessageExA","features":[1,142]},{"name":"BroadcastSystemMessageExW","features":[1,142]},{"name":"BroadcastSystemMessageW","features":[1,142]},{"name":"CloseDesktop","features":[1,142]},{"name":"CloseWindowStation","features":[1,142]},{"name":"CreateDesktopA","features":[1,13,5,142]},{"name":"CreateDesktopExA","features":[1,13,5,142]},{"name":"CreateDesktopExW","features":[1,13,5,142]},{"name":"CreateDesktopW","features":[1,13,5,142]},{"name":"CreateWindowStationA","features":[1,5,142]},{"name":"CreateWindowStationW","features":[1,5,142]},{"name":"DESKTOPENUMPROCA","features":[1,142]},{"name":"DESKTOPENUMPROCW","features":[1,142]},{"name":"DESKTOP_ACCESS_FLAGS","features":[142]},{"name":"DESKTOP_CONTROL_FLAGS","features":[142]},{"name":"DESKTOP_CREATEMENU","features":[142]},{"name":"DESKTOP_CREATEWINDOW","features":[142]},{"name":"DESKTOP_DELETE","features":[142]},{"name":"DESKTOP_ENUMERATE","features":[142]},{"name":"DESKTOP_HOOKCONTROL","features":[142]},{"name":"DESKTOP_JOURNALPLAYBACK","features":[142]},{"name":"DESKTOP_JOURNALRECORD","features":[142]},{"name":"DESKTOP_READOBJECTS","features":[142]},{"name":"DESKTOP_READ_CONTROL","features":[142]},{"name":"DESKTOP_SWITCHDESKTOP","features":[142]},{"name":"DESKTOP_SYNCHRONIZE","features":[142]},{"name":"DESKTOP_WRITEOBJECTS","features":[142]},{"name":"DESKTOP_WRITE_DAC","features":[142]},{"name":"DESKTOP_WRITE_OWNER","features":[142]},{"name":"DF_ALLOWOTHERACCOUNTHOOK","features":[142]},{"name":"EnumDesktopWindows","features":[1,142,55]},{"name":"EnumDesktopsA","features":[1,142]},{"name":"EnumDesktopsW","features":[1,142]},{"name":"EnumWindowStationsA","features":[1,142]},{"name":"EnumWindowStationsW","features":[1,142]},{"name":"GetProcessWindowStation","features":[142]},{"name":"GetThreadDesktop","features":[142]},{"name":"GetUserObjectInformationA","features":[1,142]},{"name":"GetUserObjectInformationW","features":[1,142]},{"name":"HDESK","features":[142]},{"name":"HWINSTA","features":[142]},{"name":"OpenDesktopA","features":[1,142]},{"name":"OpenDesktopW","features":[1,142]},{"name":"OpenInputDesktop","features":[1,142]},{"name":"OpenWindowStationA","features":[1,142]},{"name":"OpenWindowStationW","features":[1,142]},{"name":"SetProcessWindowStation","features":[1,142]},{"name":"SetThreadDesktop","features":[1,142]},{"name":"SetUserObjectInformationA","features":[1,142]},{"name":"SetUserObjectInformationW","features":[1,142]},{"name":"SwitchDesktop","features":[1,142]},{"name":"UOI_FLAGS","features":[142]},{"name":"UOI_HEAPSIZE","features":[142]},{"name":"UOI_IO","features":[142]},{"name":"UOI_NAME","features":[142]},{"name":"UOI_TYPE","features":[142]},{"name":"UOI_USER_SID","features":[142]},{"name":"USEROBJECTFLAGS","features":[1,142]},{"name":"USER_OBJECT_INFORMATION_INDEX","features":[142]},{"name":"WINSTAENUMPROCA","features":[1,142]},{"name":"WINSTAENUMPROCW","features":[1,142]}],"621":[{"name":"WSL_DISTRIBUTION_FLAGS","features":[210]},{"name":"WSL_DISTRIBUTION_FLAGS_APPEND_NT_PATH","features":[210]},{"name":"WSL_DISTRIBUTION_FLAGS_ENABLE_DRIVE_MOUNTING","features":[210]},{"name":"WSL_DISTRIBUTION_FLAGS_ENABLE_INTEROP","features":[210]},{"name":"WSL_DISTRIBUTION_FLAGS_NONE","features":[210]},{"name":"WslConfigureDistribution","features":[210]},{"name":"WslGetDistributionConfiguration","features":[210]},{"name":"WslIsDistributionRegistered","features":[1,210]},{"name":"WslLaunch","features":[1,210]},{"name":"WslLaunchInteractive","features":[1,210]},{"name":"WslRegisterDistribution","features":[210]},{"name":"WslUnregisterDistribution","features":[210]}],"622":[{"name":"ACPI","features":[34]},{"name":"CACHE_DESCRIPTOR","features":[34]},{"name":"CACHE_RELATIONSHIP","features":[34]},{"name":"COMPUTER_NAME_FORMAT","features":[34]},{"name":"CPU_SET_INFORMATION_TYPE","features":[34]},{"name":"CacheData","features":[34]},{"name":"CacheInstruction","features":[34]},{"name":"CacheTrace","features":[34]},{"name":"CacheUnified","features":[34]},{"name":"ComputerNameDnsDomain","features":[34]},{"name":"ComputerNameDnsFullyQualified","features":[34]},{"name":"ComputerNameDnsHostname","features":[34]},{"name":"ComputerNameMax","features":[34]},{"name":"ComputerNameNetBIOS","features":[34]},{"name":"ComputerNamePhysicalDnsDomain","features":[34]},{"name":"ComputerNamePhysicalDnsFullyQualified","features":[34]},{"name":"ComputerNamePhysicalDnsHostname","features":[34]},{"name":"ComputerNamePhysicalNetBIOS","features":[34]},{"name":"CpuSetInformation","features":[34]},{"name":"DEPPolicyAlwaysOff","features":[34]},{"name":"DEPPolicyAlwaysOn","features":[34]},{"name":"DEPPolicyOptIn","features":[34]},{"name":"DEPPolicyOptOut","features":[34]},{"name":"DEPTotalPolicyCount","features":[34]},{"name":"DEP_SYSTEM_POLICY_TYPE","features":[34]},{"name":"DEVELOPER_DRIVE_ENABLEMENT_STATE","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_ALLINONE","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_BANKING","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_BUILDING_AUTOMATION","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_CONVERTIBLE","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_DESKTOP","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_DETACHABLE","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_DIGITAL_SIGNAGE","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_GAMING","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_HMD","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_HOME_AUTOMATION","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRIAL_AUTOMATION","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_HANDHELD","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_OTHER","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_TABLET","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_KIOSK","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_LARGESCREEN","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_MAKER_BOARD","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_MAX","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_MEDICAL","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_NETWORKING","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_NOTEBOOK","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_PHONE","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_POINT_OF_SERVICE","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_PRINTING","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_PUCK","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_STICKPC","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_TABLET","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_THIN_CLIENT","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_TOY","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_UNKNOWN","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_VENDING","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_S","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_X","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_X_DEVKIT","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_01","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_02","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_03","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_04","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_05","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_06","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_07","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_08","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_09","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_S","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_X","features":[34]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_X_DEVKIT","features":[34]},{"name":"DEVICEFAMILYINFOENUM","features":[34]},{"name":"DEVICEFAMILYINFOENUM_7067329","features":[34]},{"name":"DEVICEFAMILYINFOENUM_8828080","features":[34]},{"name":"DEVICEFAMILYINFOENUM_DESKTOP","features":[34]},{"name":"DEVICEFAMILYINFOENUM_HOLOGRAPHIC","features":[34]},{"name":"DEVICEFAMILYINFOENUM_IOT","features":[34]},{"name":"DEVICEFAMILYINFOENUM_IOT_HEADLESS","features":[34]},{"name":"DEVICEFAMILYINFOENUM_MAX","features":[34]},{"name":"DEVICEFAMILYINFOENUM_MOBILE","features":[34]},{"name":"DEVICEFAMILYINFOENUM_SERVER","features":[34]},{"name":"DEVICEFAMILYINFOENUM_SERVER_NANO","features":[34]},{"name":"DEVICEFAMILYINFOENUM_TEAM","features":[34]},{"name":"DEVICEFAMILYINFOENUM_UAP","features":[34]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_8X","features":[34]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_CORE","features":[34]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_CORE_HEADLESS","features":[34]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_PHONE_8X","features":[34]},{"name":"DEVICEFAMILYINFOENUM_XBOX","features":[34]},{"name":"DEVICEFAMILYINFOENUM_XBOXERA","features":[34]},{"name":"DEVICEFAMILYINFOENUM_XBOXSRA","features":[34]},{"name":"DeveloperDriveDisabledByGroupPolicy","features":[34]},{"name":"DeveloperDriveDisabledBySystemPolicy","features":[34]},{"name":"DeveloperDriveEnabled","features":[34]},{"name":"DeveloperDriveEnablementStateError","features":[34]},{"name":"DnsHostnameToComputerNameExW","features":[1,34]},{"name":"EnumSystemFirmwareTables","features":[34]},{"name":"FIRM","features":[34]},{"name":"FIRMWARE_TABLE_PROVIDER","features":[34]},{"name":"FIRMWARE_TYPE","features":[34]},{"name":"FirmwareTypeBios","features":[34]},{"name":"FirmwareTypeMax","features":[34]},{"name":"FirmwareTypeUefi","features":[34]},{"name":"FirmwareTypeUnknown","features":[34]},{"name":"GROUP_AFFINITY","features":[34]},{"name":"GROUP_RELATIONSHIP","features":[34]},{"name":"GetComputerNameExA","features":[1,34]},{"name":"GetComputerNameExW","features":[1,34]},{"name":"GetDeveloperDriveEnablementState","features":[34]},{"name":"GetFirmwareType","features":[1,34]},{"name":"GetIntegratedDisplaySize","features":[34]},{"name":"GetLocalTime","features":[1,34]},{"name":"GetLogicalProcessorInformation","features":[1,34]},{"name":"GetLogicalProcessorInformationEx","features":[1,34]},{"name":"GetNativeSystemInfo","features":[34]},{"name":"GetOsManufacturingMode","features":[1,34]},{"name":"GetOsSafeBootMode","features":[1,34]},{"name":"GetPhysicallyInstalledSystemMemory","features":[1,34]},{"name":"GetProcessorSystemCycleTime","features":[1,34]},{"name":"GetProductInfo","features":[1,34]},{"name":"GetSystemCpuSetInformation","features":[1,34]},{"name":"GetSystemDEPPolicy","features":[34]},{"name":"GetSystemDirectoryA","features":[34]},{"name":"GetSystemDirectoryW","features":[34]},{"name":"GetSystemFirmwareTable","features":[34]},{"name":"GetSystemInfo","features":[34]},{"name":"GetSystemLeapSecondInformation","features":[1,34]},{"name":"GetSystemTime","features":[1,34]},{"name":"GetSystemTimeAdjustment","features":[1,34]},{"name":"GetSystemTimeAdjustmentPrecise","features":[1,34]},{"name":"GetSystemTimeAsFileTime","features":[1,34]},{"name":"GetSystemTimePreciseAsFileTime","features":[1,34]},{"name":"GetSystemWindowsDirectoryA","features":[34]},{"name":"GetSystemWindowsDirectoryW","features":[34]},{"name":"GetSystemWow64Directory2A","features":[34]},{"name":"GetSystemWow64Directory2W","features":[34]},{"name":"GetSystemWow64DirectoryA","features":[34]},{"name":"GetSystemWow64DirectoryW","features":[34]},{"name":"GetTickCount","features":[34]},{"name":"GetTickCount64","features":[34]},{"name":"GetVersion","features":[34]},{"name":"GetVersionExA","features":[1,34]},{"name":"GetVersionExW","features":[1,34]},{"name":"GetWindowsDirectoryA","features":[34]},{"name":"GetWindowsDirectoryW","features":[34]},{"name":"GlobalDataIdConsoleSharedDataFlags","features":[34]},{"name":"GlobalDataIdCyclesPerYield","features":[34]},{"name":"GlobalDataIdImageNumberHigh","features":[34]},{"name":"GlobalDataIdImageNumberLow","features":[34]},{"name":"GlobalDataIdInterruptTime","features":[34]},{"name":"GlobalDataIdKdDebuggerEnabled","features":[34]},{"name":"GlobalDataIdLastSystemRITEventTickCount","features":[34]},{"name":"GlobalDataIdNtMajorVersion","features":[34]},{"name":"GlobalDataIdNtMinorVersion","features":[34]},{"name":"GlobalDataIdNtSystemRootDrive","features":[34]},{"name":"GlobalDataIdQpcBias","features":[34]},{"name":"GlobalDataIdQpcBypassEnabled","features":[34]},{"name":"GlobalDataIdQpcData","features":[34]},{"name":"GlobalDataIdQpcShift","features":[34]},{"name":"GlobalDataIdRngSeedVersion","features":[34]},{"name":"GlobalDataIdSafeBootMode","features":[34]},{"name":"GlobalDataIdSystemExpirationDate","features":[34]},{"name":"GlobalDataIdTimeZoneBias","features":[34]},{"name":"GlobalDataIdTimeZoneId","features":[34]},{"name":"GlobalDataIdUnknown","features":[34]},{"name":"GlobalMemoryStatus","features":[34]},{"name":"GlobalMemoryStatusEx","features":[1,34]},{"name":"IMAGE_FILE_MACHINE","features":[34]},{"name":"IMAGE_FILE_MACHINE_ALPHA","features":[34]},{"name":"IMAGE_FILE_MACHINE_ALPHA64","features":[34]},{"name":"IMAGE_FILE_MACHINE_AM33","features":[34]},{"name":"IMAGE_FILE_MACHINE_AMD64","features":[34]},{"name":"IMAGE_FILE_MACHINE_ARM","features":[34]},{"name":"IMAGE_FILE_MACHINE_ARM64","features":[34]},{"name":"IMAGE_FILE_MACHINE_ARMNT","features":[34]},{"name":"IMAGE_FILE_MACHINE_AXP64","features":[34]},{"name":"IMAGE_FILE_MACHINE_CEE","features":[34]},{"name":"IMAGE_FILE_MACHINE_CEF","features":[34]},{"name":"IMAGE_FILE_MACHINE_EBC","features":[34]},{"name":"IMAGE_FILE_MACHINE_I386","features":[34]},{"name":"IMAGE_FILE_MACHINE_IA64","features":[34]},{"name":"IMAGE_FILE_MACHINE_M32R","features":[34]},{"name":"IMAGE_FILE_MACHINE_MIPS16","features":[34]},{"name":"IMAGE_FILE_MACHINE_MIPSFPU","features":[34]},{"name":"IMAGE_FILE_MACHINE_MIPSFPU16","features":[34]},{"name":"IMAGE_FILE_MACHINE_POWERPC","features":[34]},{"name":"IMAGE_FILE_MACHINE_POWERPCFP","features":[34]},{"name":"IMAGE_FILE_MACHINE_R10000","features":[34]},{"name":"IMAGE_FILE_MACHINE_R3000","features":[34]},{"name":"IMAGE_FILE_MACHINE_R4000","features":[34]},{"name":"IMAGE_FILE_MACHINE_SH3","features":[34]},{"name":"IMAGE_FILE_MACHINE_SH3DSP","features":[34]},{"name":"IMAGE_FILE_MACHINE_SH3E","features":[34]},{"name":"IMAGE_FILE_MACHINE_SH4","features":[34]},{"name":"IMAGE_FILE_MACHINE_SH5","features":[34]},{"name":"IMAGE_FILE_MACHINE_TARGET_HOST","features":[34]},{"name":"IMAGE_FILE_MACHINE_THUMB","features":[34]},{"name":"IMAGE_FILE_MACHINE_TRICORE","features":[34]},{"name":"IMAGE_FILE_MACHINE_UNKNOWN","features":[34]},{"name":"IMAGE_FILE_MACHINE_WCEMIPSV2","features":[34]},{"name":"IsUserCetAvailableInEnvironment","features":[1,34]},{"name":"IsWow64GuestMachineSupported","features":[1,34]},{"name":"LOGICAL_PROCESSOR_RELATIONSHIP","features":[34]},{"name":"MEMORYSTATUS","features":[34]},{"name":"MEMORYSTATUSEX","features":[34]},{"name":"NTDDI_LONGHORN","features":[34]},{"name":"NTDDI_VERSION","features":[34]},{"name":"NTDDI_VISTA","features":[34]},{"name":"NTDDI_VISTASP1","features":[34]},{"name":"NTDDI_VISTASP2","features":[34]},{"name":"NTDDI_VISTASP3","features":[34]},{"name":"NTDDI_VISTASP4","features":[34]},{"name":"NTDDI_WIN10","features":[34]},{"name":"NTDDI_WIN10_19H1","features":[34]},{"name":"NTDDI_WIN10_CO","features":[34]},{"name":"NTDDI_WIN10_FE","features":[34]},{"name":"NTDDI_WIN10_MN","features":[34]},{"name":"NTDDI_WIN10_NI","features":[34]},{"name":"NTDDI_WIN10_RS1","features":[34]},{"name":"NTDDI_WIN10_RS2","features":[34]},{"name":"NTDDI_WIN10_RS3","features":[34]},{"name":"NTDDI_WIN10_RS4","features":[34]},{"name":"NTDDI_WIN10_RS5","features":[34]},{"name":"NTDDI_WIN10_TH2","features":[34]},{"name":"NTDDI_WIN10_VB","features":[34]},{"name":"NTDDI_WIN2K","features":[34]},{"name":"NTDDI_WIN2KSP1","features":[34]},{"name":"NTDDI_WIN2KSP2","features":[34]},{"name":"NTDDI_WIN2KSP3","features":[34]},{"name":"NTDDI_WIN2KSP4","features":[34]},{"name":"NTDDI_WIN4","features":[34]},{"name":"NTDDI_WIN6","features":[34]},{"name":"NTDDI_WIN6SP1","features":[34]},{"name":"NTDDI_WIN6SP2","features":[34]},{"name":"NTDDI_WIN6SP3","features":[34]},{"name":"NTDDI_WIN6SP4","features":[34]},{"name":"NTDDI_WIN7","features":[34]},{"name":"NTDDI_WIN8","features":[34]},{"name":"NTDDI_WINBLUE","features":[34]},{"name":"NTDDI_WINTHRESHOLD","features":[34]},{"name":"NTDDI_WINXP","features":[34]},{"name":"NTDDI_WINXPSP1","features":[34]},{"name":"NTDDI_WINXPSP2","features":[34]},{"name":"NTDDI_WINXPSP3","features":[34]},{"name":"NTDDI_WINXPSP4","features":[34]},{"name":"NTDDI_WS03","features":[34]},{"name":"NTDDI_WS03SP1","features":[34]},{"name":"NTDDI_WS03SP2","features":[34]},{"name":"NTDDI_WS03SP3","features":[34]},{"name":"NTDDI_WS03SP4","features":[34]},{"name":"NTDDI_WS08","features":[34]},{"name":"NTDDI_WS08SP2","features":[34]},{"name":"NTDDI_WS08SP3","features":[34]},{"name":"NTDDI_WS08SP4","features":[34]},{"name":"NUMA_NODE_RELATIONSHIP","features":[34]},{"name":"OSVERSIONINFOA","features":[34]},{"name":"OSVERSIONINFOEXA","features":[34]},{"name":"OSVERSIONINFOEXW","features":[34]},{"name":"OSVERSIONINFOW","features":[34]},{"name":"OSVERSION_MASK","features":[34]},{"name":"OS_DEPLOYEMENT_STATE_VALUES","features":[34]},{"name":"OS_DEPLOYMENT_COMPACT","features":[34]},{"name":"OS_DEPLOYMENT_STANDARD","features":[34]},{"name":"OS_PRODUCT_TYPE","features":[34]},{"name":"PGET_SYSTEM_WOW64_DIRECTORY_A","features":[34]},{"name":"PGET_SYSTEM_WOW64_DIRECTORY_W","features":[34]},{"name":"PROCESSOR_ARCHITECTURE","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_ALPHA","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_ALPHA64","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_AMD64","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_ARM","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_ARM32_ON_WIN64","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_ARM64","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_IA32_ON_ARM64","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_IA32_ON_WIN64","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_IA64","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_INTEL","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_MIPS","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_MSIL","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_NEUTRAL","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_PPC","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_SHX","features":[34]},{"name":"PROCESSOR_ARCHITECTURE_UNKNOWN","features":[34]},{"name":"PROCESSOR_CACHE_TYPE","features":[34]},{"name":"PROCESSOR_GROUP_INFO","features":[34]},{"name":"PROCESSOR_RELATIONSHIP","features":[34]},{"name":"PRODUCT_BUSINESS","features":[34]},{"name":"PRODUCT_BUSINESS_N","features":[34]},{"name":"PRODUCT_CLUSTER_SERVER","features":[34]},{"name":"PRODUCT_CLUSTER_SERVER_V","features":[34]},{"name":"PRODUCT_CORE","features":[34]},{"name":"PRODUCT_CORE_COUNTRYSPECIFIC","features":[34]},{"name":"PRODUCT_CORE_N","features":[34]},{"name":"PRODUCT_CORE_SINGLELANGUAGE","features":[34]},{"name":"PRODUCT_DATACENTER_A_SERVER_CORE","features":[34]},{"name":"PRODUCT_DATACENTER_EVALUATION_SERVER","features":[34]},{"name":"PRODUCT_DATACENTER_SERVER","features":[34]},{"name":"PRODUCT_DATACENTER_SERVER_CORE","features":[34]},{"name":"PRODUCT_DATACENTER_SERVER_CORE_V","features":[34]},{"name":"PRODUCT_DATACENTER_SERVER_V","features":[34]},{"name":"PRODUCT_EDUCATION","features":[34]},{"name":"PRODUCT_EDUCATION_N","features":[34]},{"name":"PRODUCT_ENTERPRISE","features":[34]},{"name":"PRODUCT_ENTERPRISE_E","features":[34]},{"name":"PRODUCT_ENTERPRISE_EVALUATION","features":[34]},{"name":"PRODUCT_ENTERPRISE_N","features":[34]},{"name":"PRODUCT_ENTERPRISE_N_EVALUATION","features":[34]},{"name":"PRODUCT_ENTERPRISE_S","features":[34]},{"name":"PRODUCT_ENTERPRISE_SERVER","features":[34]},{"name":"PRODUCT_ENTERPRISE_SERVER_CORE","features":[34]},{"name":"PRODUCT_ENTERPRISE_SERVER_CORE_V","features":[34]},{"name":"PRODUCT_ENTERPRISE_SERVER_IA64","features":[34]},{"name":"PRODUCT_ENTERPRISE_SERVER_V","features":[34]},{"name":"PRODUCT_ENTERPRISE_S_EVALUATION","features":[34]},{"name":"PRODUCT_ENTERPRISE_S_N","features":[34]},{"name":"PRODUCT_ENTERPRISE_S_N_EVALUATION","features":[34]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_ADDL","features":[34]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_ADDLSVC","features":[34]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_MGMT","features":[34]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_MGMTSVC","features":[34]},{"name":"PRODUCT_HOME_BASIC","features":[34]},{"name":"PRODUCT_HOME_BASIC_E","features":[34]},{"name":"PRODUCT_HOME_BASIC_N","features":[34]},{"name":"PRODUCT_HOME_PREMIUM","features":[34]},{"name":"PRODUCT_HOME_PREMIUM_E","features":[34]},{"name":"PRODUCT_HOME_PREMIUM_N","features":[34]},{"name":"PRODUCT_HOME_PREMIUM_SERVER","features":[34]},{"name":"PRODUCT_HOME_SERVER","features":[34]},{"name":"PRODUCT_HYPERV","features":[34]},{"name":"PRODUCT_IOTUAP","features":[34]},{"name":"PRODUCT_IOTUAPCOMMERCIAL","features":[34]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_MANAGEMENT","features":[34]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_MESSAGING","features":[34]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_SECURITY","features":[34]},{"name":"PRODUCT_MOBILE_CORE","features":[34]},{"name":"PRODUCT_MOBILE_ENTERPRISE","features":[34]},{"name":"PRODUCT_MULTIPOINT_PREMIUM_SERVER","features":[34]},{"name":"PRODUCT_MULTIPOINT_STANDARD_SERVER","features":[34]},{"name":"PRODUCT_PROFESSIONAL","features":[34]},{"name":"PRODUCT_PROFESSIONAL_E","features":[34]},{"name":"PRODUCT_PROFESSIONAL_N","features":[34]},{"name":"PRODUCT_PROFESSIONAL_WMC","features":[34]},{"name":"PRODUCT_PRO_WORKSTATION","features":[34]},{"name":"PRODUCT_PRO_WORKSTATION_N","features":[34]},{"name":"PRODUCT_SB_SOLUTION_SERVER","features":[34]},{"name":"PRODUCT_SB_SOLUTION_SERVER_EM","features":[34]},{"name":"PRODUCT_SERVER_FOR_SB_SOLUTIONS","features":[34]},{"name":"PRODUCT_SERVER_FOR_SB_SOLUTIONS_EM","features":[34]},{"name":"PRODUCT_SERVER_FOR_SMALLBUSINESS","features":[34]},{"name":"PRODUCT_SERVER_FOR_SMALLBUSINESS_V","features":[34]},{"name":"PRODUCT_SERVER_FOUNDATION","features":[34]},{"name":"PRODUCT_SMALLBUSINESS_SERVER","features":[34]},{"name":"PRODUCT_SMALLBUSINESS_SERVER_PREMIUM","features":[34]},{"name":"PRODUCT_SMALLBUSINESS_SERVER_PREMIUM_CORE","features":[34]},{"name":"PRODUCT_SOLUTION_EMBEDDEDSERVER","features":[34]},{"name":"PRODUCT_STANDARD_A_SERVER_CORE","features":[34]},{"name":"PRODUCT_STANDARD_EVALUATION_SERVER","features":[34]},{"name":"PRODUCT_STANDARD_SERVER","features":[34]},{"name":"PRODUCT_STANDARD_SERVER_CORE_","features":[34]},{"name":"PRODUCT_STANDARD_SERVER_CORE_V","features":[34]},{"name":"PRODUCT_STANDARD_SERVER_SOLUTIONS","features":[34]},{"name":"PRODUCT_STANDARD_SERVER_SOLUTIONS_CORE","features":[34]},{"name":"PRODUCT_STANDARD_SERVER_V","features":[34]},{"name":"PRODUCT_STARTER","features":[34]},{"name":"PRODUCT_STARTER_E","features":[34]},{"name":"PRODUCT_STARTER_N","features":[34]},{"name":"PRODUCT_STORAGE_ENTERPRISE_SERVER","features":[34]},{"name":"PRODUCT_STORAGE_ENTERPRISE_SERVER_CORE","features":[34]},{"name":"PRODUCT_STORAGE_EXPRESS_SERVER","features":[34]},{"name":"PRODUCT_STORAGE_EXPRESS_SERVER_CORE","features":[34]},{"name":"PRODUCT_STORAGE_STANDARD_EVALUATION_SERVER","features":[34]},{"name":"PRODUCT_STORAGE_STANDARD_SERVER","features":[34]},{"name":"PRODUCT_STORAGE_STANDARD_SERVER_CORE","features":[34]},{"name":"PRODUCT_STORAGE_WORKGROUP_EVALUATION_SERVER","features":[34]},{"name":"PRODUCT_STORAGE_WORKGROUP_SERVER","features":[34]},{"name":"PRODUCT_STORAGE_WORKGROUP_SERVER_CORE","features":[34]},{"name":"PRODUCT_ULTIMATE","features":[34]},{"name":"PRODUCT_ULTIMATE_E","features":[34]},{"name":"PRODUCT_ULTIMATE_N","features":[34]},{"name":"PRODUCT_UNDEFINED","features":[34]},{"name":"PRODUCT_WEB_SERVER","features":[34]},{"name":"PRODUCT_WEB_SERVER_CORE","features":[34]},{"name":"RSMB","features":[34]},{"name":"RTL_SYSTEM_GLOBAL_DATA_ID","features":[34]},{"name":"RelationAll","features":[34]},{"name":"RelationCache","features":[34]},{"name":"RelationGroup","features":[34]},{"name":"RelationNumaNode","features":[34]},{"name":"RelationNumaNodeEx","features":[34]},{"name":"RelationProcessorCore","features":[34]},{"name":"RelationProcessorDie","features":[34]},{"name":"RelationProcessorModule","features":[34]},{"name":"RelationProcessorPackage","features":[34]},{"name":"RtlConvertDeviceFamilyInfoToString","features":[34]},{"name":"RtlGetDeviceFamilyInfoEnum","features":[34]},{"name":"RtlGetProductInfo","features":[1,34]},{"name":"RtlGetSystemGlobalData","features":[34]},{"name":"RtlOsDeploymentState","features":[34]},{"name":"RtlSwitchedVVI","features":[34]},{"name":"SCEX2_ALT_NETBIOS_NAME","features":[34]},{"name":"SPVERSION_MASK","features":[34]},{"name":"SUBVERSION_MASK","features":[34]},{"name":"SYSTEM_CPU_SET_INFORMATION","features":[34]},{"name":"SYSTEM_CPU_SET_INFORMATION_ALLOCATED","features":[34]},{"name":"SYSTEM_CPU_SET_INFORMATION_ALLOCATED_TO_TARGET_PROCESS","features":[34]},{"name":"SYSTEM_CPU_SET_INFORMATION_PARKED","features":[34]},{"name":"SYSTEM_CPU_SET_INFORMATION_REALTIME","features":[34]},{"name":"SYSTEM_INFO","features":[34]},{"name":"SYSTEM_LOGICAL_PROCESSOR_INFORMATION","features":[34]},{"name":"SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX","features":[34]},{"name":"SYSTEM_POOL_ZEROING_INFORMATION","features":[1,34]},{"name":"SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION","features":[34]},{"name":"SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION","features":[34]},{"name":"SetComputerNameA","features":[1,34]},{"name":"SetComputerNameEx2W","features":[1,34]},{"name":"SetComputerNameExA","features":[1,34]},{"name":"SetComputerNameExW","features":[1,34]},{"name":"SetComputerNameW","features":[1,34]},{"name":"SetLocalTime","features":[1,34]},{"name":"SetSystemTime","features":[1,34]},{"name":"SetSystemTimeAdjustment","features":[1,34]},{"name":"SetSystemTimeAdjustmentPrecise","features":[1,34]},{"name":"USER_CET_ENVIRONMENT","features":[34]},{"name":"USER_CET_ENVIRONMENT_SGX2_ENCLAVE","features":[34]},{"name":"USER_CET_ENVIRONMENT_VBS_BASIC_ENCLAVE","features":[34]},{"name":"USER_CET_ENVIRONMENT_VBS_ENCLAVE","features":[34]},{"name":"USER_CET_ENVIRONMENT_WIN32_PROCESS","features":[34]},{"name":"VER_BUILDNUMBER","features":[34]},{"name":"VER_FLAGS","features":[34]},{"name":"VER_MAJORVERSION","features":[34]},{"name":"VER_MINORVERSION","features":[34]},{"name":"VER_PLATFORMID","features":[34]},{"name":"VER_PRODUCT_TYPE","features":[34]},{"name":"VER_SERVICEPACKMAJOR","features":[34]},{"name":"VER_SERVICEPACKMINOR","features":[34]},{"name":"VER_SUITENAME","features":[34]},{"name":"VerSetConditionMask","features":[34]},{"name":"VerifyVersionInfoA","features":[1,34]},{"name":"VerifyVersionInfoW","features":[1,34]},{"name":"WDK_NTDDI_VERSION","features":[34]},{"name":"_WIN32_IE_IE100","features":[34]},{"name":"_WIN32_IE_IE110","features":[34]},{"name":"_WIN32_IE_IE20","features":[34]},{"name":"_WIN32_IE_IE30","features":[34]},{"name":"_WIN32_IE_IE302","features":[34]},{"name":"_WIN32_IE_IE40","features":[34]},{"name":"_WIN32_IE_IE401","features":[34]},{"name":"_WIN32_IE_IE50","features":[34]},{"name":"_WIN32_IE_IE501","features":[34]},{"name":"_WIN32_IE_IE55","features":[34]},{"name":"_WIN32_IE_IE60","features":[34]},{"name":"_WIN32_IE_IE60SP1","features":[34]},{"name":"_WIN32_IE_IE60SP2","features":[34]},{"name":"_WIN32_IE_IE70","features":[34]},{"name":"_WIN32_IE_IE80","features":[34]},{"name":"_WIN32_IE_IE90","features":[34]},{"name":"_WIN32_IE_LONGHORN","features":[34]},{"name":"_WIN32_IE_NT4","features":[34]},{"name":"_WIN32_IE_NT4SP1","features":[34]},{"name":"_WIN32_IE_NT4SP2","features":[34]},{"name":"_WIN32_IE_NT4SP3","features":[34]},{"name":"_WIN32_IE_NT4SP4","features":[34]},{"name":"_WIN32_IE_NT4SP5","features":[34]},{"name":"_WIN32_IE_NT4SP6","features":[34]},{"name":"_WIN32_IE_WIN10","features":[34]},{"name":"_WIN32_IE_WIN2K","features":[34]},{"name":"_WIN32_IE_WIN2KSP1","features":[34]},{"name":"_WIN32_IE_WIN2KSP2","features":[34]},{"name":"_WIN32_IE_WIN2KSP3","features":[34]},{"name":"_WIN32_IE_WIN2KSP4","features":[34]},{"name":"_WIN32_IE_WIN6","features":[34]},{"name":"_WIN32_IE_WIN7","features":[34]},{"name":"_WIN32_IE_WIN8","features":[34]},{"name":"_WIN32_IE_WIN98","features":[34]},{"name":"_WIN32_IE_WIN98SE","features":[34]},{"name":"_WIN32_IE_WINBLUE","features":[34]},{"name":"_WIN32_IE_WINME","features":[34]},{"name":"_WIN32_IE_WINTHRESHOLD","features":[34]},{"name":"_WIN32_IE_WS03","features":[34]},{"name":"_WIN32_IE_WS03SP1","features":[34]},{"name":"_WIN32_IE_XP","features":[34]},{"name":"_WIN32_IE_XPSP1","features":[34]},{"name":"_WIN32_IE_XPSP2","features":[34]},{"name":"_WIN32_WINNT_LONGHORN","features":[34]},{"name":"_WIN32_WINNT_NT4","features":[34]},{"name":"_WIN32_WINNT_VISTA","features":[34]},{"name":"_WIN32_WINNT_WIN10","features":[34]},{"name":"_WIN32_WINNT_WIN2K","features":[34]},{"name":"_WIN32_WINNT_WIN6","features":[34]},{"name":"_WIN32_WINNT_WIN7","features":[34]},{"name":"_WIN32_WINNT_WIN8","features":[34]},{"name":"_WIN32_WINNT_WINBLUE","features":[34]},{"name":"_WIN32_WINNT_WINTHRESHOLD","features":[34]},{"name":"_WIN32_WINNT_WINXP","features":[34]},{"name":"_WIN32_WINNT_WS03","features":[34]},{"name":"_WIN32_WINNT_WS08","features":[34]}],"623":[{"name":"ACCESS_ALLOWED_ACE_TYPE","features":[38]},{"name":"ACCESS_ALLOWED_CALLBACK_ACE_TYPE","features":[38]},{"name":"ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_ALLOWED_COMPOUND_ACE_TYPE","features":[38]},{"name":"ACCESS_ALLOWED_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_DENIED_ACE_TYPE","features":[38]},{"name":"ACCESS_DENIED_CALLBACK_ACE_TYPE","features":[38]},{"name":"ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_DENIED_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_DS_OBJECT_TYPE_NAME_A","features":[38]},{"name":"ACCESS_DS_OBJECT_TYPE_NAME_W","features":[38]},{"name":"ACCESS_DS_SOURCE_A","features":[38]},{"name":"ACCESS_DS_SOURCE_W","features":[38]},{"name":"ACCESS_FILTER_SECURITY_INFORMATION","features":[38]},{"name":"ACCESS_MAX_LEVEL","features":[38]},{"name":"ACCESS_MAX_MS_ACE_TYPE","features":[38]},{"name":"ACCESS_MAX_MS_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_MAX_MS_V2_ACE_TYPE","features":[38]},{"name":"ACCESS_MAX_MS_V3_ACE_TYPE","features":[38]},{"name":"ACCESS_MAX_MS_V4_ACE_TYPE","features":[38]},{"name":"ACCESS_MAX_MS_V5_ACE_TYPE","features":[38]},{"name":"ACCESS_MIN_MS_ACE_TYPE","features":[38]},{"name":"ACCESS_MIN_MS_OBJECT_ACE_TYPE","features":[38]},{"name":"ACCESS_OBJECT_GUID","features":[38]},{"name":"ACCESS_PROPERTY_GUID","features":[38]},{"name":"ACCESS_PROPERTY_SET_GUID","features":[38]},{"name":"ACCESS_REASON_DATA_MASK","features":[38]},{"name":"ACCESS_REASON_EXDATA_MASK","features":[38]},{"name":"ACCESS_REASON_STAGING_MASK","features":[38]},{"name":"ACCESS_REASON_TYPE","features":[38]},{"name":"ACCESS_REASON_TYPE_MASK","features":[38]},{"name":"ACCESS_SYSTEM_SECURITY","features":[38]},{"name":"ACL_REVISION1","features":[38]},{"name":"ACL_REVISION2","features":[38]},{"name":"ACL_REVISION3","features":[38]},{"name":"ACL_REVISION4","features":[38]},{"name":"ACPI_PPM_HARDWARE_ALL","features":[38]},{"name":"ACPI_PPM_SOFTWARE_ALL","features":[38]},{"name":"ACPI_PPM_SOFTWARE_ANY","features":[38]},{"name":"ACTIVATION_CONTEXT_INFO_CLASS","features":[38]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_ASSEMBLYREF","features":[38]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_NONE","features":[38]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_URL","features":[38]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_WIN32_FILE","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_APPLICATION_SETTINGS","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_COMPATIBILITY_INFO","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_GLOBAL_OBJECT_RENAME_TABLE","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION","features":[38]},{"name":"ACTIVATION_CONTEXT_SECTION_WINRT_ACTIVATABLE_CLASSES","features":[38]},{"name":"ALERT_SYSTEM_CRITICAL","features":[38]},{"name":"ALERT_SYSTEM_ERROR","features":[38]},{"name":"ALERT_SYSTEM_INFORMATIONAL","features":[38]},{"name":"ALERT_SYSTEM_QUERY","features":[38]},{"name":"ALERT_SYSTEM_SEV","features":[38]},{"name":"ALERT_SYSTEM_WARNING","features":[38]},{"name":"ALL_POWERSCHEMES_GUID","features":[38]},{"name":"ANON_OBJECT_HEADER","features":[38]},{"name":"ANON_OBJECT_HEADER_BIGOBJ","features":[38]},{"name":"ANON_OBJECT_HEADER_V2","features":[38]},{"name":"ANYSIZE_ARRAY","features":[38]},{"name":"APPCOMMAND_BASS_BOOST","features":[38]},{"name":"APPCOMMAND_BASS_DOWN","features":[38]},{"name":"APPCOMMAND_BASS_UP","features":[38]},{"name":"APPCOMMAND_BROWSER_BACKWARD","features":[38]},{"name":"APPCOMMAND_BROWSER_FAVORITES","features":[38]},{"name":"APPCOMMAND_BROWSER_FORWARD","features":[38]},{"name":"APPCOMMAND_BROWSER_HOME","features":[38]},{"name":"APPCOMMAND_BROWSER_REFRESH","features":[38]},{"name":"APPCOMMAND_BROWSER_SEARCH","features":[38]},{"name":"APPCOMMAND_BROWSER_STOP","features":[38]},{"name":"APPCOMMAND_CLOSE","features":[38]},{"name":"APPCOMMAND_COPY","features":[38]},{"name":"APPCOMMAND_CORRECTION_LIST","features":[38]},{"name":"APPCOMMAND_CUT","features":[38]},{"name":"APPCOMMAND_DELETE","features":[38]},{"name":"APPCOMMAND_DICTATE_OR_COMMAND_CONTROL_TOGGLE","features":[38]},{"name":"APPCOMMAND_DWM_FLIP3D","features":[38]},{"name":"APPCOMMAND_FIND","features":[38]},{"name":"APPCOMMAND_FORWARD_MAIL","features":[38]},{"name":"APPCOMMAND_HELP","features":[38]},{"name":"APPCOMMAND_ID","features":[38]},{"name":"APPCOMMAND_LAUNCH_APP1","features":[38]},{"name":"APPCOMMAND_LAUNCH_APP2","features":[38]},{"name":"APPCOMMAND_LAUNCH_MAIL","features":[38]},{"name":"APPCOMMAND_LAUNCH_MEDIA_SELECT","features":[38]},{"name":"APPCOMMAND_MEDIA_CHANNEL_DOWN","features":[38]},{"name":"APPCOMMAND_MEDIA_CHANNEL_UP","features":[38]},{"name":"APPCOMMAND_MEDIA_FAST_FORWARD","features":[38]},{"name":"APPCOMMAND_MEDIA_NEXTTRACK","features":[38]},{"name":"APPCOMMAND_MEDIA_PAUSE","features":[38]},{"name":"APPCOMMAND_MEDIA_PLAY","features":[38]},{"name":"APPCOMMAND_MEDIA_PLAY_PAUSE","features":[38]},{"name":"APPCOMMAND_MEDIA_PREVIOUSTRACK","features":[38]},{"name":"APPCOMMAND_MEDIA_RECORD","features":[38]},{"name":"APPCOMMAND_MEDIA_REWIND","features":[38]},{"name":"APPCOMMAND_MEDIA_STOP","features":[38]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_DOWN","features":[38]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_MUTE","features":[38]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_UP","features":[38]},{"name":"APPCOMMAND_MIC_ON_OFF_TOGGLE","features":[38]},{"name":"APPCOMMAND_NEW","features":[38]},{"name":"APPCOMMAND_OPEN","features":[38]},{"name":"APPCOMMAND_PASTE","features":[38]},{"name":"APPCOMMAND_PRINT","features":[38]},{"name":"APPCOMMAND_REDO","features":[38]},{"name":"APPCOMMAND_REPLY_TO_MAIL","features":[38]},{"name":"APPCOMMAND_SAVE","features":[38]},{"name":"APPCOMMAND_SEND_MAIL","features":[38]},{"name":"APPCOMMAND_SPELL_CHECK","features":[38]},{"name":"APPCOMMAND_TREBLE_DOWN","features":[38]},{"name":"APPCOMMAND_TREBLE_UP","features":[38]},{"name":"APPCOMMAND_UNDO","features":[38]},{"name":"APPCOMMAND_VOLUME_DOWN","features":[38]},{"name":"APPCOMMAND_VOLUME_MUTE","features":[38]},{"name":"APPCOMMAND_VOLUME_UP","features":[38]},{"name":"APPLICATIONLAUNCH_SETTING_VALUE","features":[38]},{"name":"APPLICATION_ERROR_MASK","features":[38]},{"name":"ARM64_FNPDATA_CR","features":[38]},{"name":"ARM64_FNPDATA_FLAGS","features":[38]},{"name":"ARM64_MAX_BREAKPOINTS","features":[38]},{"name":"ARM64_MAX_WATCHPOINTS","features":[38]},{"name":"ARM64_MULT_INTRINSICS_SUPPORTED","features":[38]},{"name":"ARM64_PREFETCH_KEEP","features":[38]},{"name":"ARM64_PREFETCH_L1","features":[38]},{"name":"ARM64_PREFETCH_L2","features":[38]},{"name":"ARM64_PREFETCH_L3","features":[38]},{"name":"ARM64_PREFETCH_PLD","features":[38]},{"name":"ARM64_PREFETCH_PLI","features":[38]},{"name":"ARM64_PREFETCH_PST","features":[38]},{"name":"ARM64_PREFETCH_STRM","features":[38]},{"name":"ARM_CACHE_ALIGNMENT_SIZE","features":[38]},{"name":"ARM_MAX_BREAKPOINTS","features":[38]},{"name":"ARM_MAX_WATCHPOINTS","features":[38]},{"name":"ASSERT_BREAKPOINT","features":[38]},{"name":"ATF_FLAGS","features":[38]},{"name":"ATF_ONOFFFEEDBACK","features":[38]},{"name":"ATF_TIMEOUTON","features":[38]},{"name":"AUDIT_ALLOW_NO_PRIVILEGE","features":[38]},{"name":"AccessReasonAllowedAce","features":[38]},{"name":"AccessReasonAllowedParentAce","features":[38]},{"name":"AccessReasonDeniedAce","features":[38]},{"name":"AccessReasonDeniedParentAce","features":[38]},{"name":"AccessReasonEmptyDacl","features":[38]},{"name":"AccessReasonFilterAce","features":[38]},{"name":"AccessReasonFromPrivilege","features":[38]},{"name":"AccessReasonIntegrityLevel","features":[38]},{"name":"AccessReasonMissingPrivilege","features":[38]},{"name":"AccessReasonNoGrant","features":[38]},{"name":"AccessReasonNoSD","features":[38]},{"name":"AccessReasonNone","features":[38]},{"name":"AccessReasonNotGrantedByCape","features":[38]},{"name":"AccessReasonNotGrantedByParentCape","features":[38]},{"name":"AccessReasonNotGrantedToAppContainer","features":[38]},{"name":"AccessReasonNullDacl","features":[38]},{"name":"AccessReasonOwnership","features":[38]},{"name":"AccessReasonTrustLabel","features":[38]},{"name":"ActivationContextBasicInformation","features":[38]},{"name":"ActivationContextDetailedInformation","features":[38]},{"name":"ActivationContextManifestResourceName","features":[38]},{"name":"AdapterType","features":[38]},{"name":"AssemblyDetailedInformationInActivationContext","features":[38]},{"name":"AssemblyDetailedInformationInActivationContxt","features":[38]},{"name":"AutoLoad","features":[38]},{"name":"BATTERY_DISCHARGE_FLAGS_ENABLE","features":[38]},{"name":"BATTERY_DISCHARGE_FLAGS_EVENTCODE_MASK","features":[38]},{"name":"BREAK_DEBUG_BASE","features":[38]},{"name":"BootLoad","features":[38]},{"name":"CACHE_FULLY_ASSOCIATIVE","features":[38]},{"name":"CFE_UNDERLINE","features":[38]},{"name":"CFG_CALL_TARGET_CONVERT_EXPORT_SUPPRESSED_TO_VALID","features":[38]},{"name":"CFG_CALL_TARGET_CONVERT_XFG_TO_CFG","features":[38]},{"name":"CFG_CALL_TARGET_PROCESSED","features":[38]},{"name":"CFG_CALL_TARGET_VALID","features":[38]},{"name":"CFG_CALL_TARGET_VALID_XFG","features":[38]},{"name":"CFU_CF1UNDERLINE","features":[38]},{"name":"CFU_INVERT","features":[38]},{"name":"CFU_UNDERLINE","features":[38]},{"name":"CFU_UNDERLINEDASH","features":[38]},{"name":"CFU_UNDERLINEDASHDOT","features":[38]},{"name":"CFU_UNDERLINEDASHDOTDOT","features":[38]},{"name":"CFU_UNDERLINEDOTTED","features":[38]},{"name":"CFU_UNDERLINEDOUBLE","features":[38]},{"name":"CFU_UNDERLINEDOUBLEWAVE","features":[38]},{"name":"CFU_UNDERLINEHAIRLINE","features":[38]},{"name":"CFU_UNDERLINEHEAVYWAVE","features":[38]},{"name":"CFU_UNDERLINELONGDASH","features":[38]},{"name":"CFU_UNDERLINENONE","features":[38]},{"name":"CFU_UNDERLINETHICK","features":[38]},{"name":"CFU_UNDERLINETHICKDASH","features":[38]},{"name":"CFU_UNDERLINETHICKDASHDOT","features":[38]},{"name":"CFU_UNDERLINETHICKDASHDOTDOT","features":[38]},{"name":"CFU_UNDERLINETHICKDOTTED","features":[38]},{"name":"CFU_UNDERLINETHICKLONGDASH","features":[38]},{"name":"CFU_UNDERLINEWAVE","features":[38]},{"name":"CFU_UNDERLINEWORD","features":[38]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION","features":[38]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1","features":[38]},{"name":"CLAIM_SECURITY_ATTRIBUTE_CUSTOM_FLAGS","features":[38]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_INVALID","features":[38]},{"name":"CM_SERVICE_MEASURED_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_NETWORK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_RAM_DISK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_SD_DISK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_USB3_DISK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_USB_DISK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_VERIFIER_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_VIRTUAL_DISK_BOOT_LOAD","features":[38]},{"name":"CM_SERVICE_WINPE_BOOT_LOAD","features":[38]},{"name":"COMIMAGE_FLAGS_32BITPREFERRED","features":[38]},{"name":"COMIMAGE_FLAGS_32BITREQUIRED","features":[38]},{"name":"COMIMAGE_FLAGS_ILONLY","features":[38]},{"name":"COMIMAGE_FLAGS_IL_LIBRARY","features":[38]},{"name":"COMIMAGE_FLAGS_NATIVE_ENTRYPOINT","features":[38]},{"name":"COMIMAGE_FLAGS_STRONGNAMESIGNED","features":[38]},{"name":"COMIMAGE_FLAGS_TRACKDEBUGDATA","features":[38]},{"name":"COMPONENT_FILTER","features":[38]},{"name":"COMPONENT_KTM","features":[38]},{"name":"COMPONENT_VALID_FLAGS","features":[38]},{"name":"COMPRESSION_ENGINE_HIBER","features":[38]},{"name":"COMPRESSION_ENGINE_MAXIMUM","features":[38]},{"name":"COMPRESSION_ENGINE_STANDARD","features":[38]},{"name":"CORE_PARKING_POLICY_CHANGE_IDEAL","features":[38]},{"name":"CORE_PARKING_POLICY_CHANGE_MAX","features":[38]},{"name":"CORE_PARKING_POLICY_CHANGE_MULTISTEP","features":[38]},{"name":"CORE_PARKING_POLICY_CHANGE_ROCKET","features":[38]},{"name":"CORE_PARKING_POLICY_CHANGE_SINGLE","features":[38]},{"name":"COR_DELETED_NAME_LENGTH","features":[38]},{"name":"COR_ILMETHOD_SECT_SMALL_MAX_DATASIZE","features":[38]},{"name":"COR_VERSION_MAJOR","features":[38]},{"name":"COR_VERSION_MAJOR_V2","features":[38]},{"name":"COR_VERSION_MINOR","features":[38]},{"name":"COR_VTABLEGAP_NAME_LENGTH","features":[38]},{"name":"COR_VTABLE_32BIT","features":[38]},{"name":"COR_VTABLE_64BIT","features":[38]},{"name":"COR_VTABLE_CALL_MOST_DERIVED","features":[38]},{"name":"COR_VTABLE_FROM_UNMANAGED","features":[38]},{"name":"COR_VTABLE_FROM_UNMANAGED_RETAIN_APPDOMAIN","features":[38]},{"name":"CREATE_BOUNDARY_DESCRIPTOR_ADD_APPCONTAINER_SID","features":[38]},{"name":"CRITICAL_ACE_FLAG","features":[38]},{"name":"CTMF_INCLUDE_APPCONTAINER","features":[38]},{"name":"CTMF_INCLUDE_LPAC","features":[38]},{"name":"CompatibilityInformationInActivationContext","features":[38]},{"name":"CriticalError","features":[38]},{"name":"DECIMAL_NEG","features":[38]},{"name":"DEDICATED_MEMORY_CACHE_ELIGIBLE","features":[38]},{"name":"DEVICEFAMILYDEVICEFORM_KEY","features":[38]},{"name":"DEVICEFAMILYDEVICEFORM_VALUE","features":[38]},{"name":"DIAGNOSTIC_REASON_DETAILED_STRING","features":[38]},{"name":"DIAGNOSTIC_REASON_NOT_SPECIFIED","features":[38]},{"name":"DIAGNOSTIC_REASON_SIMPLE_STRING","features":[38]},{"name":"DIAGNOSTIC_REASON_VERSION","features":[38]},{"name":"DISCHARGE_POLICY_CRITICAL","features":[38]},{"name":"DISCHARGE_POLICY_LOW","features":[38]},{"name":"DISPATCHER_CONTEXT_NONVOLREG_ARM64","features":[38]},{"name":"DLL_PROCESS_ATTACH","features":[38]},{"name":"DLL_PROCESS_DETACH","features":[38]},{"name":"DLL_THREAD_ATTACH","features":[38]},{"name":"DLL_THREAD_DETACH","features":[38]},{"name":"DOMAIN_ALIAS_RID_ACCESS_CONTROL_ASSISTANCE_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_ACCOUNT_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_ADMINS","features":[38]},{"name":"DOMAIN_ALIAS_RID_AUTHORIZATIONACCESS","features":[38]},{"name":"DOMAIN_ALIAS_RID_BACKUP_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_CACHEABLE_PRINCIPALS_GROUP","features":[38]},{"name":"DOMAIN_ALIAS_RID_CERTSVC_DCOM_ACCESS_GROUP","features":[38]},{"name":"DOMAIN_ALIAS_RID_CRYPTO_OPERATORS","features":[38]},{"name":"DOMAIN_ALIAS_RID_DCOM_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_DEFAULT_ACCOUNT","features":[38]},{"name":"DOMAIN_ALIAS_RID_DEVICE_OWNERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_EVENT_LOG_READERS_GROUP","features":[38]},{"name":"DOMAIN_ALIAS_RID_GUESTS","features":[38]},{"name":"DOMAIN_ALIAS_RID_HYPER_V_ADMINS","features":[38]},{"name":"DOMAIN_ALIAS_RID_INCOMING_FOREST_TRUST_BUILDERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_IUSERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_LOGGING_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_MONITORING_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_NETWORK_CONFIGURATION_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_NON_CACHEABLE_PRINCIPALS_GROUP","features":[38]},{"name":"DOMAIN_ALIAS_RID_POWER_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_PREW2KCOMPACCESS","features":[38]},{"name":"DOMAIN_ALIAS_RID_PRINT_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_RAS_SERVERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_RDS_ENDPOINT_SERVERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_RDS_MANAGEMENT_SERVERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_RDS_REMOTE_ACCESS_SERVERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_REMOTE_MANAGEMENT_USERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_REPLICATOR","features":[38]},{"name":"DOMAIN_ALIAS_RID_STORAGE_REPLICA_ADMINS","features":[38]},{"name":"DOMAIN_ALIAS_RID_SYSTEM_OPS","features":[38]},{"name":"DOMAIN_ALIAS_RID_TS_LICENSE_SERVERS","features":[38]},{"name":"DOMAIN_ALIAS_RID_USERS","features":[38]},{"name":"DOMAIN_GROUP_RID_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_AUTHORIZATION_DATA_CONTAINS_CLAIMS","features":[38]},{"name":"DOMAIN_GROUP_RID_AUTHORIZATION_DATA_IS_COMPOUNDED","features":[38]},{"name":"DOMAIN_GROUP_RID_CDC_RESERVED","features":[38]},{"name":"DOMAIN_GROUP_RID_CERT_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_CLONEABLE_CONTROLLERS","features":[38]},{"name":"DOMAIN_GROUP_RID_COMPUTERS","features":[38]},{"name":"DOMAIN_GROUP_RID_CONTROLLERS","features":[38]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_KEY_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_READONLY_DOMAIN_CONTROLLERS","features":[38]},{"name":"DOMAIN_GROUP_RID_GUESTS","features":[38]},{"name":"DOMAIN_GROUP_RID_KEY_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_POLICY_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_PROTECTED_USERS","features":[38]},{"name":"DOMAIN_GROUP_RID_READONLY_CONTROLLERS","features":[38]},{"name":"DOMAIN_GROUP_RID_SCHEMA_ADMINS","features":[38]},{"name":"DOMAIN_GROUP_RID_USERS","features":[38]},{"name":"DOMAIN_USER_RID_ADMIN","features":[38]},{"name":"DOMAIN_USER_RID_DEFAULT_ACCOUNT","features":[38]},{"name":"DOMAIN_USER_RID_GUEST","features":[38]},{"name":"DOMAIN_USER_RID_KRBTGT","features":[38]},{"name":"DOMAIN_USER_RID_MAX","features":[38]},{"name":"DOMAIN_USER_RID_WDAG_ACCOUNT","features":[38]},{"name":"DYNAMIC_EH_CONTINUATION_TARGET_ADD","features":[38]},{"name":"DYNAMIC_EH_CONTINUATION_TARGET_PROCESSED","features":[38]},{"name":"DYNAMIC_ENFORCED_ADDRESS_RANGE_ADD","features":[38]},{"name":"DYNAMIC_ENFORCED_ADDRESS_RANGE_PROCESSED","features":[38]},{"name":"DemandLoad","features":[38]},{"name":"DisableLoad","features":[38]},{"name":"DriverType","features":[38]},{"name":"EMARCH_ENC_I17_IC_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IC_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IC_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IC_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41a_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41a_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41a_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41a_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41b_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41b_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41b_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41b_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41c_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41c_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41c_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM41c_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM5C_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM5C_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM5C_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM5C_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM7B_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM7B_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM7B_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM7B_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM9D_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM9D_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM9D_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_IMM9D_VAL_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_SIGN_INST_WORD_POS_X","features":[38]},{"name":"EMARCH_ENC_I17_SIGN_INST_WORD_X","features":[38]},{"name":"EMARCH_ENC_I17_SIGN_SIZE_X","features":[38]},{"name":"EMARCH_ENC_I17_SIGN_VAL_POS_X","features":[38]},{"name":"ENCLAVE_LONG_ID_LENGTH","features":[38]},{"name":"ENCLAVE_SHORT_ID_LENGTH","features":[38]},{"name":"ENCLAVE_TYPE_SGX","features":[38]},{"name":"ENCLAVE_TYPE_SGX2","features":[38]},{"name":"ENCLAVE_TYPE_VBS","features":[38]},{"name":"ENCLAVE_TYPE_VBS_BASIC","features":[38]},{"name":"ENCLAVE_VBS_FLAG_DEBUG","features":[38]},{"name":"ENLISTMENT_BASIC_INFORMATION","features":[38]},{"name":"ENLISTMENT_CRM_INFORMATION","features":[38]},{"name":"ENLISTMENT_INFORMATION_CLASS","features":[38]},{"name":"ENLISTMENT_QUERY_INFORMATION","features":[38]},{"name":"ENLISTMENT_RECOVER","features":[38]},{"name":"ENLISTMENT_SET_INFORMATION","features":[38]},{"name":"ENLISTMENT_SUBORDINATE_RIGHTS","features":[38]},{"name":"ENLISTMENT_SUPERIOR_RIGHTS","features":[38]},{"name":"ERROR_SEVERITY_ERROR","features":[38]},{"name":"ERROR_SEVERITY_INFORMATIONAL","features":[38]},{"name":"ERROR_SEVERITY_SUCCESS","features":[38]},{"name":"ERROR_SEVERITY_WARNING","features":[38]},{"name":"EVENTLOG_BACKWARDS_READ","features":[38]},{"name":"EVENTLOG_END_ALL_PAIRED_EVENTS","features":[38]},{"name":"EVENTLOG_END_PAIRED_EVENT","features":[38]},{"name":"EVENTLOG_FORWARDS_READ","features":[38]},{"name":"EVENTLOG_PAIRED_EVENT_ACTIVE","features":[38]},{"name":"EVENTLOG_PAIRED_EVENT_INACTIVE","features":[38]},{"name":"EVENTLOG_START_PAIRED_EVENT","features":[38]},{"name":"EXCEPTION_COLLIDED_UNWIND","features":[38]},{"name":"EXCEPTION_EXECUTE_FAULT","features":[38]},{"name":"EXCEPTION_EXIT_UNWIND","features":[38]},{"name":"EXCEPTION_MAXIMUM_PARAMETERS","features":[38]},{"name":"EXCEPTION_NESTED_CALL","features":[38]},{"name":"EXCEPTION_NONCONTINUABLE","features":[38]},{"name":"EXCEPTION_READ_FAULT","features":[38]},{"name":"EXCEPTION_SOFTWARE_ORIGINATE","features":[38]},{"name":"EXCEPTION_STACK_INVALID","features":[38]},{"name":"EXCEPTION_TARGET_UNWIND","features":[38]},{"name":"EXCEPTION_UNWINDING","features":[38]},{"name":"EXCEPTION_WRITE_FAULT","features":[38]},{"name":"EnlistmentBasicInformation","features":[38]},{"name":"EnlistmentCrmInformation","features":[38]},{"name":"EnlistmentRecoveryInformation","features":[38]},{"name":"FAST_FAIL_ADMINLESS_ACCESS_DENIED","features":[38]},{"name":"FAST_FAIL_APCS_DISABLED","features":[38]},{"name":"FAST_FAIL_CAST_GUARD","features":[38]},{"name":"FAST_FAIL_CERTIFICATION_FAILURE","features":[38]},{"name":"FAST_FAIL_CONTROL_INVALID_RETURN_ADDRESS","features":[38]},{"name":"FAST_FAIL_CORRUPT_LIST_ENTRY","features":[38]},{"name":"FAST_FAIL_CRYPTO_LIBRARY","features":[38]},{"name":"FAST_FAIL_DEPRECATED_SERVICE_INVOKED","features":[38]},{"name":"FAST_FAIL_DLOAD_PROTECTION_FAILURE","features":[38]},{"name":"FAST_FAIL_ENCLAVE_CALL_FAILURE","features":[38]},{"name":"FAST_FAIL_ETW_CORRUPTION","features":[38]},{"name":"FAST_FAIL_FATAL_APP_EXIT","features":[38]},{"name":"FAST_FAIL_FLAGS_CORRUPTION","features":[38]},{"name":"FAST_FAIL_GS_COOKIE_INIT","features":[38]},{"name":"FAST_FAIL_GUARD_EXPORT_SUPPRESSION_FAILURE","features":[38]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_FAILURE","features":[38]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_FAILURE_XFG","features":[38]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_SUPPRESSED","features":[38]},{"name":"FAST_FAIL_GUARD_JUMPTABLE","features":[38]},{"name":"FAST_FAIL_GUARD_SS_FAILURE","features":[38]},{"name":"FAST_FAIL_GUARD_WRITE_CHECK_FAILURE","features":[38]},{"name":"FAST_FAIL_HEAP_METADATA_CORRUPTION","features":[38]},{"name":"FAST_FAIL_HOST_VISIBILITY_CHANGE","features":[38]},{"name":"FAST_FAIL_INCORRECT_STACK","features":[38]},{"name":"FAST_FAIL_INVALID_ARG","features":[38]},{"name":"FAST_FAIL_INVALID_BALANCED_TREE","features":[38]},{"name":"FAST_FAIL_INVALID_BUFFER_ACCESS","features":[38]},{"name":"FAST_FAIL_INVALID_CALL_IN_DLL_CALLOUT","features":[38]},{"name":"FAST_FAIL_INVALID_CONTROL_STACK","features":[38]},{"name":"FAST_FAIL_INVALID_DISPATCH_CONTEXT","features":[38]},{"name":"FAST_FAIL_INVALID_EXCEPTION_CHAIN","features":[38]},{"name":"FAST_FAIL_INVALID_FAST_FAIL_CODE","features":[38]},{"name":"FAST_FAIL_INVALID_FIBER_SWITCH","features":[38]},{"name":"FAST_FAIL_INVALID_FILE_OPERATION","features":[38]},{"name":"FAST_FAIL_INVALID_FLS_DATA","features":[38]},{"name":"FAST_FAIL_INVALID_IAT","features":[38]},{"name":"FAST_FAIL_INVALID_IDLE_STATE","features":[38]},{"name":"FAST_FAIL_INVALID_IMAGE_BASE","features":[38]},{"name":"FAST_FAIL_INVALID_JUMP_BUFFER","features":[38]},{"name":"FAST_FAIL_INVALID_LOCK_STATE","features":[38]},{"name":"FAST_FAIL_INVALID_LONGJUMP_TARGET","features":[38]},{"name":"FAST_FAIL_INVALID_NEXT_THREAD","features":[38]},{"name":"FAST_FAIL_INVALID_PFN","features":[38]},{"name":"FAST_FAIL_INVALID_REFERENCE_COUNT","features":[38]},{"name":"FAST_FAIL_INVALID_SET_OF_CONTEXT","features":[38]},{"name":"FAST_FAIL_INVALID_SYSCALL_NUMBER","features":[38]},{"name":"FAST_FAIL_INVALID_THREAD","features":[38]},{"name":"FAST_FAIL_KERNEL_CET_SHADOW_STACK_ASSIST","features":[38]},{"name":"FAST_FAIL_LEGACY_GS_VIOLATION","features":[38]},{"name":"FAST_FAIL_LOADER_CONTINUITY_FAILURE","features":[38]},{"name":"FAST_FAIL_LOW_LABEL_ACCESS_DENIED","features":[38]},{"name":"FAST_FAIL_LPAC_ACCESS_DENIED","features":[38]},{"name":"FAST_FAIL_MRDATA_MODIFIED","features":[38]},{"name":"FAST_FAIL_MRDATA_PROTECTION_FAILURE","features":[38]},{"name":"FAST_FAIL_NTDLL_PATCH_FAILED","features":[38]},{"name":"FAST_FAIL_PATCH_CALLBACK_FAILED","features":[38]},{"name":"FAST_FAIL_PAYLOAD_RESTRICTION_VIOLATION","features":[38]},{"name":"FAST_FAIL_RANGE_CHECK_FAILURE","features":[38]},{"name":"FAST_FAIL_RIO_ABORT","features":[38]},{"name":"FAST_FAIL_SET_CONTEXT_DENIED","features":[38]},{"name":"FAST_FAIL_STACK_COOKIE_CHECK_FAILURE","features":[38]},{"name":"FAST_FAIL_UNEXPECTED_CALL","features":[38]},{"name":"FAST_FAIL_UNEXPECTED_HEAP_EXCEPTION","features":[38]},{"name":"FAST_FAIL_UNEXPECTED_HOST_BEHAVIOR","features":[38]},{"name":"FAST_FAIL_UNHANDLED_LSS_EXCEPTON","features":[38]},{"name":"FAST_FAIL_UNSAFE_EXTENSION_CALL","features":[38]},{"name":"FAST_FAIL_UNSAFE_REGISTRY_ACCESS","features":[38]},{"name":"FAST_FAIL_VEH_CORRUPTION","features":[38]},{"name":"FAST_FAIL_VTGUARD_CHECK_FAILURE","features":[38]},{"name":"FILE_ATTRIBUTE_STRICTLY_SEQUENTIAL","features":[38]},{"name":"FILE_CASE_PRESERVED_NAMES","features":[38]},{"name":"FILE_CASE_SENSITIVE_SEARCH","features":[38]},{"name":"FILE_CS_FLAG_CASE_SENSITIVE_DIR","features":[38]},{"name":"FILE_DAX_VOLUME","features":[38]},{"name":"FILE_FILE_COMPRESSION","features":[38]},{"name":"FILE_NAMED_STREAMS","features":[38]},{"name":"FILE_NAME_FLAGS_UNSPECIFIED","features":[38]},{"name":"FILE_NAME_FLAG_BOTH","features":[38]},{"name":"FILE_NAME_FLAG_DOS","features":[38]},{"name":"FILE_NAME_FLAG_HARDLINK","features":[38]},{"name":"FILE_NAME_FLAG_NTFS","features":[38]},{"name":"FILE_NOTIFY_FULL_INFORMATION","features":[38]},{"name":"FILE_PERSISTENT_ACLS","features":[38]},{"name":"FILE_READ_ONLY_VOLUME","features":[38]},{"name":"FILE_RETURNS_CLEANUP_RESULT_INFO","features":[38]},{"name":"FILE_SEQUENTIAL_WRITE_ONCE","features":[38]},{"name":"FILE_SUPPORTS_BLOCK_REFCOUNTING","features":[38]},{"name":"FILE_SUPPORTS_BYPASS_IO","features":[38]},{"name":"FILE_SUPPORTS_CASE_SENSITIVE_DIRS","features":[38]},{"name":"FILE_SUPPORTS_ENCRYPTION","features":[38]},{"name":"FILE_SUPPORTS_EXTENDED_ATTRIBUTES","features":[38]},{"name":"FILE_SUPPORTS_GHOSTING","features":[38]},{"name":"FILE_SUPPORTS_HARD_LINKS","features":[38]},{"name":"FILE_SUPPORTS_INTEGRITY_STREAMS","features":[38]},{"name":"FILE_SUPPORTS_OBJECT_IDS","features":[38]},{"name":"FILE_SUPPORTS_OPEN_BY_FILE_ID","features":[38]},{"name":"FILE_SUPPORTS_POSIX_UNLINK_RENAME","features":[38]},{"name":"FILE_SUPPORTS_REMOTE_STORAGE","features":[38]},{"name":"FILE_SUPPORTS_REPARSE_POINTS","features":[38]},{"name":"FILE_SUPPORTS_SPARSE_FILES","features":[38]},{"name":"FILE_SUPPORTS_SPARSE_VDL","features":[38]},{"name":"FILE_SUPPORTS_STREAM_SNAPSHOTS","features":[38]},{"name":"FILE_SUPPORTS_TRANSACTIONS","features":[38]},{"name":"FILE_SUPPORTS_USN_JOURNAL","features":[38]},{"name":"FILE_UNICODE_ON_DISK","features":[38]},{"name":"FILE_VOLUME_IS_COMPRESSED","features":[38]},{"name":"FILE_VOLUME_QUOTAS","features":[38]},{"name":"FILL_NV_MEMORY_FLAG_FLUSH","features":[38]},{"name":"FILL_NV_MEMORY_FLAG_NON_TEMPORAL","features":[38]},{"name":"FILL_NV_MEMORY_FLAG_NO_DRAIN","features":[38]},{"name":"FLS_MAXIMUM_AVAILABLE","features":[38]},{"name":"FLUSH_FLAGS_FILE_DATA_ONLY","features":[38]},{"name":"FLUSH_FLAGS_FILE_DATA_SYNC_ONLY","features":[38]},{"name":"FLUSH_FLAGS_NO_SYNC","features":[38]},{"name":"FLUSH_NV_MEMORY_IN_FLAG_NO_DRAIN","features":[38]},{"name":"FOREST_USER_RID_MAX","features":[38]},{"name":"FRAME_FPO","features":[38]},{"name":"FRAME_NONFPO","features":[38]},{"name":"FRAME_TRAP","features":[38]},{"name":"FRAME_TSS","features":[38]},{"name":"FileInformationInAssemblyOfAssemblyInActivationContext","features":[38]},{"name":"FileInformationInAssemblyOfAssemblyInActivationContxt","features":[38]},{"name":"FileSystemType","features":[38]},{"name":"GC_ALLGESTURES","features":[38]},{"name":"GC_PAN","features":[38]},{"name":"GC_PAN_WITH_GUTTER","features":[38]},{"name":"GC_PAN_WITH_INERTIA","features":[38]},{"name":"GC_PAN_WITH_SINGLE_FINGER_HORIZONTALLY","features":[38]},{"name":"GC_PAN_WITH_SINGLE_FINGER_VERTICALLY","features":[38]},{"name":"GC_PRESSANDTAP","features":[38]},{"name":"GC_ROLLOVER","features":[38]},{"name":"GC_ROTATE","features":[38]},{"name":"GC_TWOFINGERTAP","features":[38]},{"name":"GC_ZOOM","features":[38]},{"name":"GDI_NONREMOTE","features":[43,38]},{"name":"GESTURECONFIG_FLAGS","features":[38]},{"name":"GUID_ACDC_POWER_SOURCE","features":[38]},{"name":"GUID_ACTIVE_POWERSCHEME","features":[38]},{"name":"GUID_ADAPTIVE_INPUT_CONTROLLER_STATE","features":[38]},{"name":"GUID_ADAPTIVE_POWER_BEHAVIOR_SUBGROUP","features":[38]},{"name":"GUID_ADVANCED_COLOR_QUALITY_BIAS","features":[38]},{"name":"GUID_ALLOW_AWAYMODE","features":[38]},{"name":"GUID_ALLOW_DISPLAY_REQUIRED","features":[38]},{"name":"GUID_ALLOW_RTC_WAKE","features":[38]},{"name":"GUID_ALLOW_STANDBY_STATES","features":[38]},{"name":"GUID_ALLOW_SYSTEM_REQUIRED","features":[38]},{"name":"GUID_APPLAUNCH_BUTTON","features":[38]},{"name":"GUID_BACKGROUND_TASK_NOTIFICATION","features":[38]},{"name":"GUID_BATTERY_COUNT","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_0","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_1","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_2","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_3","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_0","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_1","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_2","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_3","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_0","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_1","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_2","features":[38]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_3","features":[38]},{"name":"GUID_BATTERY_PERCENTAGE_REMAINING","features":[38]},{"name":"GUID_BATTERY_SUBGROUP","features":[38]},{"name":"GUID_CONNECTIVITY_IN_STANDBY","features":[38]},{"name":"GUID_CONSOLE_DISPLAY_STATE","features":[38]},{"name":"GUID_CRITICAL_POWER_TRANSITION","features":[38]},{"name":"GUID_DEEP_SLEEP_ENABLED","features":[38]},{"name":"GUID_DEEP_SLEEP_PLATFORM_STATE","features":[38]},{"name":"GUID_DEVICE_IDLE_POLICY","features":[38]},{"name":"GUID_DEVICE_POWER_POLICY_VIDEO_BRIGHTNESS","features":[38]},{"name":"GUID_DEVICE_POWER_POLICY_VIDEO_DIM_BRIGHTNESS","features":[38]},{"name":"GUID_DISCONNECTED_STANDBY_MODE","features":[38]},{"name":"GUID_DISK_ADAPTIVE_POWERDOWN","features":[38]},{"name":"GUID_DISK_BURST_IGNORE_THRESHOLD","features":[38]},{"name":"GUID_DISK_COALESCING_POWERDOWN_TIMEOUT","features":[38]},{"name":"GUID_DISK_IDLE_TIMEOUT","features":[38]},{"name":"GUID_DISK_MAX_POWER","features":[38]},{"name":"GUID_DISK_NVME_NOPPME","features":[38]},{"name":"GUID_DISK_POWERDOWN_TIMEOUT","features":[38]},{"name":"GUID_DISK_SUBGROUP","features":[38]},{"name":"GUID_ENABLE_SWITCH_FORCED_SHUTDOWN","features":[38]},{"name":"GUID_ENERGY_SAVER_BATTERY_THRESHOLD","features":[38]},{"name":"GUID_ENERGY_SAVER_BRIGHTNESS","features":[38]},{"name":"GUID_ENERGY_SAVER_POLICY","features":[38]},{"name":"GUID_ENERGY_SAVER_SUBGROUP","features":[38]},{"name":"GUID_EXECUTION_REQUIRED_REQUEST_TIMEOUT","features":[38]},{"name":"GUID_GLOBAL_USER_PRESENCE","features":[38]},{"name":"GUID_GPU_PREFERENCE_POLICY","features":[38]},{"name":"GUID_GRAPHICS_SUBGROUP","features":[38]},{"name":"GUID_HIBERNATE_FASTS4_POLICY","features":[38]},{"name":"GUID_HIBERNATE_TIMEOUT","features":[38]},{"name":"GUID_HUPR_ADAPTIVE_AWAY_DIM_TIMEOUT","features":[38]},{"name":"GUID_HUPR_ADAPTIVE_AWAY_DISPLAY_TIMEOUT","features":[38]},{"name":"GUID_HUPR_ADAPTIVE_INATTENTIVE_DIM_TIMEOUT","features":[38]},{"name":"GUID_HUPR_ADAPTIVE_INATTENTIVE_DISPLAY_TIMEOUT","features":[38]},{"name":"GUID_IDLE_BACKGROUND_TASK","features":[38]},{"name":"GUID_IDLE_RESILIENCY_PERIOD","features":[38]},{"name":"GUID_IDLE_RESILIENCY_SUBGROUP","features":[38]},{"name":"GUID_INTSTEER_LOAD_PER_PROC_TRIGGER","features":[38]},{"name":"GUID_INTSTEER_MODE","features":[38]},{"name":"GUID_INTSTEER_SUBGROUP","features":[38]},{"name":"GUID_INTSTEER_TIME_UNPARK_TRIGGER","features":[38]},{"name":"GUID_LEGACY_RTC_MITIGATION","features":[38]},{"name":"GUID_LIDCLOSE_ACTION","features":[38]},{"name":"GUID_LIDOPEN_POWERSTATE","features":[38]},{"name":"GUID_LIDSWITCH_STATE_CHANGE","features":[38]},{"name":"GUID_LIDSWITCH_STATE_RELIABILITY","features":[38]},{"name":"GUID_LOCK_CONSOLE_ON_WAKE","features":[38]},{"name":"GUID_MAX_POWER_SAVINGS","features":[38]},{"name":"GUID_MIN_POWER_SAVINGS","features":[38]},{"name":"GUID_MIXED_REALITY_MODE","features":[38]},{"name":"GUID_MONITOR_POWER_ON","features":[38]},{"name":"GUID_NON_ADAPTIVE_INPUT_TIMEOUT","features":[38]},{"name":"GUID_PCIEXPRESS_ASPM_POLICY","features":[38]},{"name":"GUID_PCIEXPRESS_SETTINGS_SUBGROUP","features":[38]},{"name":"GUID_POWERBUTTON_ACTION","features":[38]},{"name":"GUID_POWERSCHEME_PERSONALITY","features":[38]},{"name":"GUID_POWER_SAVING_STATUS","features":[38]},{"name":"GUID_PROCESSOR_ALLOW_THROTTLING","features":[38]},{"name":"GUID_PROCESSOR_CLASS0_FLOOR_PERF","features":[38]},{"name":"GUID_PROCESSOR_CLASS1_INITIAL_PERF","features":[38]},{"name":"GUID_PROCESSOR_COMPLEX_PARKING_POLICY","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_HISTORY_DECREASE_FACTOR","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_HISTORY_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_WEIGHTING","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_MAX_CORES","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_MAX_CORES_1","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_MIN_CORES","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_MIN_CORES_1","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_HISTORY_DECREASE_FACTOR","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_HISTORY_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_WEIGHTING","features":[38]},{"name":"GUID_PROCESSOR_DISTRIBUTE_UTILITY","features":[38]},{"name":"GUID_PROCESSOR_DUTY_CYCLING","features":[38]},{"name":"GUID_PROCESSOR_FREQUENCY_LIMIT","features":[38]},{"name":"GUID_PROCESSOR_FREQUENCY_LIMIT_1","features":[38]},{"name":"GUID_PROCESSOR_HETEROGENEOUS_POLICY","features":[38]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_IDLESTATE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_IDLE_ALLOW_SCALING","features":[38]},{"name":"GUID_PROCESSOR_IDLE_DEMOTE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_IDLE_DISABLE","features":[38]},{"name":"GUID_PROCESSOR_IDLE_PROMOTE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_IDLE_STATE_MAXIMUM","features":[38]},{"name":"GUID_PROCESSOR_IDLE_TIME_CHECK","features":[38]},{"name":"GUID_PROCESSOR_LATENCY_HINT_MIN_UNPARK","features":[38]},{"name":"GUID_PROCESSOR_LATENCY_HINT_MIN_UNPARK_1","features":[38]},{"name":"GUID_PROCESSOR_LONG_THREAD_ARCH_CLASS_LOWER_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_LONG_THREAD_ARCH_CLASS_UPPER_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_MODULE_PARKING_POLICY","features":[38]},{"name":"GUID_PROCESSOR_PARKING_CONCURRENCY_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_PARKING_CORE_OVERRIDE","features":[38]},{"name":"GUID_PROCESSOR_PARKING_DISTRIBUTION_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_PARKING_HEADROOM_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_PARKING_PERF_STATE","features":[38]},{"name":"GUID_PROCESSOR_PARKING_PERF_STATE_1","features":[38]},{"name":"GUID_PROCESSOR_PERFSTATE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_PERF_AUTONOMOUS_ACTIVITY_WINDOW","features":[38]},{"name":"GUID_PROCESSOR_PERF_AUTONOMOUS_MODE","features":[38]},{"name":"GUID_PROCESSOR_PERF_BOOST_MODE","features":[38]},{"name":"GUID_PROCESSOR_PERF_BOOST_POLICY","features":[38]},{"name":"GUID_PROCESSOR_PERF_CORE_PARKING_HISTORY","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_HISTORY","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_POLICY_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_PERF_DECREASE_TIME_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_ENERGY_PERFORMANCE_PREFERENCE","features":[38]},{"name":"GUID_PROCESSOR_PERF_ENERGY_PERFORMANCE_PREFERENCE_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_HISTORY","features":[38]},{"name":"GUID_PROCESSOR_PERF_HISTORY_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_HISTORY","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_POLICY","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_POLICY_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_TIME","features":[38]},{"name":"GUID_PROCESSOR_PERF_INCREASE_TIME_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT","features":[38]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT_PERF","features":[38]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT_PERF_1","features":[38]},{"name":"GUID_PROCESSOR_PERF_TIME_CHECK","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_TIME","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_TIME_1","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_THRESHOLD_1","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_TIME","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_TIME_1","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_EPP_CEILING","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_EPP_CEILING_1","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_PERF_FLOOR","features":[38]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_PERF_FLOOR_1","features":[38]},{"name":"GUID_PROCESSOR_SETTINGS_SUBGROUP","features":[38]},{"name":"GUID_PROCESSOR_SHORT_THREAD_ARCH_CLASS_LOWER_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_SHORT_THREAD_ARCH_CLASS_UPPER_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_SHORT_THREAD_RUNTIME_THRESHOLD","features":[38]},{"name":"GUID_PROCESSOR_SHORT_THREAD_SCHEDULING_POLICY","features":[38]},{"name":"GUID_PROCESSOR_SMT_UNPARKING_POLICY","features":[38]},{"name":"GUID_PROCESSOR_SOFT_PARKING_LATENCY","features":[38]},{"name":"GUID_PROCESSOR_THREAD_SCHEDULING_POLICY","features":[38]},{"name":"GUID_PROCESSOR_THROTTLE_MAXIMUM","features":[38]},{"name":"GUID_PROCESSOR_THROTTLE_MAXIMUM_1","features":[38]},{"name":"GUID_PROCESSOR_THROTTLE_MINIMUM","features":[38]},{"name":"GUID_PROCESSOR_THROTTLE_MINIMUM_1","features":[38]},{"name":"GUID_PROCESSOR_THROTTLE_POLICY","features":[38]},{"name":"GUID_SESSION_DISPLAY_STATUS","features":[38]},{"name":"GUID_SESSION_USER_PRESENCE","features":[38]},{"name":"GUID_SLEEPBUTTON_ACTION","features":[38]},{"name":"GUID_SLEEP_IDLE_THRESHOLD","features":[38]},{"name":"GUID_SLEEP_SUBGROUP","features":[38]},{"name":"GUID_SPR_ACTIVE_SESSION_CHANGE","features":[38]},{"name":"GUID_STANDBY_BUDGET_GRACE_PERIOD","features":[38]},{"name":"GUID_STANDBY_BUDGET_PERCENT","features":[38]},{"name":"GUID_STANDBY_RESERVE_GRACE_PERIOD","features":[38]},{"name":"GUID_STANDBY_RESERVE_TIME","features":[38]},{"name":"GUID_STANDBY_RESET_PERCENT","features":[38]},{"name":"GUID_STANDBY_TIMEOUT","features":[38]},{"name":"GUID_SYSTEM_AWAYMODE","features":[38]},{"name":"GUID_SYSTEM_BUTTON_SUBGROUP","features":[38]},{"name":"GUID_SYSTEM_COOLING_POLICY","features":[38]},{"name":"GUID_TYPICAL_POWER_SAVINGS","features":[38]},{"name":"GUID_UNATTEND_SLEEP_TIMEOUT","features":[38]},{"name":"GUID_USERINTERFACEBUTTON_ACTION","features":[38]},{"name":"GUID_USER_PRESENCE_PREDICTION","features":[38]},{"name":"GUID_VIDEO_ADAPTIVE_DISPLAY_BRIGHTNESS","features":[38]},{"name":"GUID_VIDEO_ADAPTIVE_PERCENT_INCREASE","features":[38]},{"name":"GUID_VIDEO_ADAPTIVE_POWERDOWN","features":[38]},{"name":"GUID_VIDEO_ANNOYANCE_TIMEOUT","features":[38]},{"name":"GUID_VIDEO_CONSOLE_LOCK_TIMEOUT","features":[38]},{"name":"GUID_VIDEO_CURRENT_MONITOR_BRIGHTNESS","features":[38]},{"name":"GUID_VIDEO_DIM_TIMEOUT","features":[38]},{"name":"GUID_VIDEO_POWERDOWN_TIMEOUT","features":[38]},{"name":"GUID_VIDEO_SUBGROUP","features":[38]},{"name":"HEAP_OPTIMIZE_RESOURCES_CURRENT_VERSION","features":[38]},{"name":"HEAP_OPTIMIZE_RESOURCES_INFORMATION","features":[38]},{"name":"HIBERFILE_BUCKET","features":[38]},{"name":"HIBERFILE_BUCKET_SIZE","features":[38]},{"name":"HIBERFILE_TYPE_FULL","features":[38]},{"name":"HIBERFILE_TYPE_MAX","features":[38]},{"name":"HIBERFILE_TYPE_NONE","features":[38]},{"name":"HIBERFILE_TYPE_REDUCED","features":[38]},{"name":"HiberFileBucket16GB","features":[38]},{"name":"HiberFileBucket1GB","features":[38]},{"name":"HiberFileBucket2GB","features":[38]},{"name":"HiberFileBucket32GB","features":[38]},{"name":"HiberFileBucket4GB","features":[38]},{"name":"HiberFileBucket8GB","features":[38]},{"name":"HiberFileBucketMax","features":[38]},{"name":"HiberFileBucketUnlimited","features":[38]},{"name":"IGP_CONVERSION","features":[38]},{"name":"IGP_GETIMEVERSION","features":[38]},{"name":"IGP_ID","features":[38]},{"name":"IGP_PROPERTY","features":[38]},{"name":"IGP_SELECT","features":[38]},{"name":"IGP_SENTENCE","features":[38]},{"name":"IGP_SETCOMPSTR","features":[38]},{"name":"IGP_UI","features":[38]},{"name":"IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY","features":[38]},{"name":"IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY","features":[38]},{"name":"IMAGE_ARCHITECTURE_ENTRY","features":[38]},{"name":"IMAGE_ARCHITECTURE_HEADER","features":[38]},{"name":"IMAGE_ARCHIVE_END","features":[38]},{"name":"IMAGE_ARCHIVE_HYBRIDMAP_MEMBER","features":[38]},{"name":"IMAGE_ARCHIVE_LINKER_MEMBER","features":[38]},{"name":"IMAGE_ARCHIVE_LONGNAMES_MEMBER","features":[38]},{"name":"IMAGE_ARCHIVE_MEMBER_HEADER","features":[38]},{"name":"IMAGE_ARCHIVE_PAD","features":[38]},{"name":"IMAGE_ARCHIVE_START","features":[38]},{"name":"IMAGE_ARCHIVE_START_SIZE","features":[38]},{"name":"IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA","features":[38]},{"name":"IMAGE_ARM_RUNTIME_FUNCTION_ENTRY","features":[38]},{"name":"IMAGE_AUX_SYMBOL","features":[38]},{"name":"IMAGE_AUX_SYMBOL_EX","features":[38]},{"name":"IMAGE_AUX_SYMBOL_TOKEN_DEF","features":[38]},{"name":"IMAGE_AUX_SYMBOL_TYPE","features":[38]},{"name":"IMAGE_AUX_SYMBOL_TYPE_TOKEN_DEF","features":[38]},{"name":"IMAGE_BASE_RELOCATION","features":[38]},{"name":"IMAGE_BDD_DYNAMIC_RELOCATION","features":[38]},{"name":"IMAGE_BDD_INFO","features":[38]},{"name":"IMAGE_BOUND_FORWARDER_REF","features":[38]},{"name":"IMAGE_BOUND_IMPORT_DESCRIPTOR","features":[38]},{"name":"IMAGE_CE_RUNTIME_FUNCTION_ENTRY","features":[38]},{"name":"IMAGE_COMDAT_SELECT_ANY","features":[38]},{"name":"IMAGE_COMDAT_SELECT_ASSOCIATIVE","features":[38]},{"name":"IMAGE_COMDAT_SELECT_EXACT_MATCH","features":[38]},{"name":"IMAGE_COMDAT_SELECT_LARGEST","features":[38]},{"name":"IMAGE_COMDAT_SELECT_NEWEST","features":[38]},{"name":"IMAGE_COMDAT_SELECT_NODUPLICATES","features":[38]},{"name":"IMAGE_COMDAT_SELECT_SAME_SIZE","features":[38]},{"name":"IMAGE_COR_EATJ_THUNK_SIZE","features":[38]},{"name":"IMAGE_COR_MIH_BASICBLOCK","features":[38]},{"name":"IMAGE_COR_MIH_EHRVA","features":[38]},{"name":"IMAGE_COR_MIH_METHODRVA","features":[38]},{"name":"IMAGE_DEBUG_MISC","features":[1,38]},{"name":"IMAGE_DEBUG_MISC_EXENAME","features":[38]},{"name":"IMAGE_DEBUG_TYPE_BBT","features":[38]},{"name":"IMAGE_DEBUG_TYPE_CLSID","features":[38]},{"name":"IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS","features":[38]},{"name":"IMAGE_DEBUG_TYPE_ILTCG","features":[38]},{"name":"IMAGE_DEBUG_TYPE_MPX","features":[38]},{"name":"IMAGE_DEBUG_TYPE_OMAP_FROM_SRC","features":[38]},{"name":"IMAGE_DEBUG_TYPE_OMAP_TO_SRC","features":[38]},{"name":"IMAGE_DEBUG_TYPE_POGO","features":[38]},{"name":"IMAGE_DEBUG_TYPE_REPRO","features":[38]},{"name":"IMAGE_DEBUG_TYPE_RESERVED10","features":[38]},{"name":"IMAGE_DEBUG_TYPE_SPGO","features":[38]},{"name":"IMAGE_DEBUG_TYPE_VC_FEATURE","features":[38]},{"name":"IMAGE_DOS_HEADER","features":[38]},{"name":"IMAGE_DOS_SIGNATURE","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION32","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION32_V2","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION64","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION64_V2","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_FUNCTION_OVERRIDE","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_IMPORT_CONTROL_TRANSFER","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_INDIR_CONTROL_TRANSFER","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_RF_EPILOGUE","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_RF_PROLOGUE","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_SWITCHTABLE_BRANCH","features":[38]},{"name":"IMAGE_DYNAMIC_RELOCATION_TABLE","features":[38]},{"name":"IMAGE_ENCLAVE_FLAG_PRIMARY_IMAGE","features":[38]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_AUTHOR_ID","features":[38]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_FAMILY_ID","features":[38]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_IMAGE_ID","features":[38]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_NONE","features":[38]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_UNIQUE_ID","features":[38]},{"name":"IMAGE_ENCLAVE_LONG_ID_LENGTH","features":[38]},{"name":"IMAGE_ENCLAVE_POLICY_DEBUGGABLE","features":[38]},{"name":"IMAGE_ENCLAVE_SHORT_ID_LENGTH","features":[38]},{"name":"IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER","features":[38]},{"name":"IMAGE_EXPORT_DIRECTORY","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_ARM64_BRANCH26","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_ARM64_THUNK","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_HEADER","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_INVALID","features":[38]},{"name":"IMAGE_FUNCTION_OVERRIDE_X64_REL32","features":[38]},{"name":"IMAGE_GUARD_CASTGUARD_PRESENT","features":[38]},{"name":"IMAGE_GUARD_CFW_INSTRUMENTED","features":[38]},{"name":"IMAGE_GUARD_CF_ENABLE_EXPORT_SUPPRESSION","features":[38]},{"name":"IMAGE_GUARD_CF_EXPORT_SUPPRESSION_INFO_PRESENT","features":[38]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_PRESENT","features":[38]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_MASK","features":[38]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_SHIFT","features":[38]},{"name":"IMAGE_GUARD_CF_INSTRUMENTED","features":[38]},{"name":"IMAGE_GUARD_CF_LONGJUMP_TABLE_PRESENT","features":[38]},{"name":"IMAGE_GUARD_DELAYLOAD_IAT_IN_ITS_OWN_SECTION","features":[38]},{"name":"IMAGE_GUARD_EH_CONTINUATION_TABLE_PRESENT","features":[38]},{"name":"IMAGE_GUARD_FLAG_EXPORT_SUPPRESSED","features":[38]},{"name":"IMAGE_GUARD_FLAG_FID_LANGEXCPTHANDLER","features":[38]},{"name":"IMAGE_GUARD_FLAG_FID_SUPPRESSED","features":[38]},{"name":"IMAGE_GUARD_FLAG_FID_XFG","features":[38]},{"name":"IMAGE_GUARD_MEMCPY_PRESENT","features":[38]},{"name":"IMAGE_GUARD_PROTECT_DELAYLOAD_IAT","features":[38]},{"name":"IMAGE_GUARD_RETPOLINE_PRESENT","features":[38]},{"name":"IMAGE_GUARD_RF_ENABLE","features":[38]},{"name":"IMAGE_GUARD_RF_INSTRUMENTED","features":[38]},{"name":"IMAGE_GUARD_RF_STRICT","features":[38]},{"name":"IMAGE_GUARD_SECURITY_COOKIE_UNUSED","features":[38]},{"name":"IMAGE_GUARD_XFG_ENABLED","features":[38]},{"name":"IMAGE_HOT_PATCH_ABSOLUTE","features":[38]},{"name":"IMAGE_HOT_PATCH_BASE","features":[38]},{"name":"IMAGE_HOT_PATCH_BASE_CAN_ROLL_BACK","features":[38]},{"name":"IMAGE_HOT_PATCH_BASE_OBLIGATORY","features":[38]},{"name":"IMAGE_HOT_PATCH_CALL_TARGET","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_INVERSE","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_OBLIGATORY","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_RESERVED","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_SIZE","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_SOURCE_RVA","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_TARGET_RVA","features":[38]},{"name":"IMAGE_HOT_PATCH_CHUNK_TYPE","features":[38]},{"name":"IMAGE_HOT_PATCH_DYNAMIC_VALUE","features":[38]},{"name":"IMAGE_HOT_PATCH_FUNCTION","features":[38]},{"name":"IMAGE_HOT_PATCH_HASHES","features":[38]},{"name":"IMAGE_HOT_PATCH_INDIRECT","features":[38]},{"name":"IMAGE_HOT_PATCH_INFO","features":[38]},{"name":"IMAGE_HOT_PATCH_NONE","features":[38]},{"name":"IMAGE_HOT_PATCH_NO_CALL_TARGET","features":[38]},{"name":"IMAGE_HOT_PATCH_REL32","features":[38]},{"name":"IMAGE_IMPORT_BY_NAME","features":[38]},{"name":"IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION","features":[38]},{"name":"IMAGE_IMPORT_DESCRIPTOR","features":[38]},{"name":"IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION","features":[38]},{"name":"IMAGE_LINENUMBER","features":[38]},{"name":"IMAGE_NT_SIGNATURE","features":[38]},{"name":"IMAGE_NUMBEROF_DIRECTORY_ENTRIES","features":[38]},{"name":"IMAGE_ORDINAL_FLAG32","features":[38]},{"name":"IMAGE_ORDINAL_FLAG64","features":[38]},{"name":"IMAGE_OS2_HEADER","features":[38]},{"name":"IMAGE_OS2_SIGNATURE","features":[38]},{"name":"IMAGE_OS2_SIGNATURE_LE","features":[38]},{"name":"IMAGE_POLICY_ENTRY","features":[1,38]},{"name":"IMAGE_POLICY_ENTRY_TYPE","features":[38]},{"name":"IMAGE_POLICY_ID","features":[38]},{"name":"IMAGE_POLICY_METADATA","features":[1,38]},{"name":"IMAGE_POLICY_METADATA_VERSION","features":[38]},{"name":"IMAGE_POLICY_SECTION_NAME","features":[38]},{"name":"IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER","features":[38]},{"name":"IMAGE_RELOCATION","features":[38]},{"name":"IMAGE_REL_ALPHA_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_ALPHA_BRADDR","features":[38]},{"name":"IMAGE_REL_ALPHA_GPDISP","features":[38]},{"name":"IMAGE_REL_ALPHA_GPREL32","features":[38]},{"name":"IMAGE_REL_ALPHA_GPRELHI","features":[38]},{"name":"IMAGE_REL_ALPHA_GPRELLO","features":[38]},{"name":"IMAGE_REL_ALPHA_HINT","features":[38]},{"name":"IMAGE_REL_ALPHA_INLINE_REFLONG","features":[38]},{"name":"IMAGE_REL_ALPHA_LITERAL","features":[38]},{"name":"IMAGE_REL_ALPHA_LITUSE","features":[38]},{"name":"IMAGE_REL_ALPHA_MATCH","features":[38]},{"name":"IMAGE_REL_ALPHA_PAIR","features":[38]},{"name":"IMAGE_REL_ALPHA_REFHI","features":[38]},{"name":"IMAGE_REL_ALPHA_REFLO","features":[38]},{"name":"IMAGE_REL_ALPHA_REFLONG","features":[38]},{"name":"IMAGE_REL_ALPHA_REFLONGNB","features":[38]},{"name":"IMAGE_REL_ALPHA_REFQ1","features":[38]},{"name":"IMAGE_REL_ALPHA_REFQ2","features":[38]},{"name":"IMAGE_REL_ALPHA_REFQ3","features":[38]},{"name":"IMAGE_REL_ALPHA_REFQUAD","features":[38]},{"name":"IMAGE_REL_ALPHA_SECREL","features":[38]},{"name":"IMAGE_REL_ALPHA_SECRELHI","features":[38]},{"name":"IMAGE_REL_ALPHA_SECRELLO","features":[38]},{"name":"IMAGE_REL_ALPHA_SECTION","features":[38]},{"name":"IMAGE_REL_AMD64_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_AMD64_ADDR32","features":[38]},{"name":"IMAGE_REL_AMD64_ADDR32NB","features":[38]},{"name":"IMAGE_REL_AMD64_ADDR64","features":[38]},{"name":"IMAGE_REL_AMD64_CFG_BR","features":[38]},{"name":"IMAGE_REL_AMD64_CFG_BR_REX","features":[38]},{"name":"IMAGE_REL_AMD64_CFG_CALL","features":[38]},{"name":"IMAGE_REL_AMD64_EHANDLER","features":[38]},{"name":"IMAGE_REL_AMD64_IMPORT_BR","features":[38]},{"name":"IMAGE_REL_AMD64_IMPORT_CALL","features":[38]},{"name":"IMAGE_REL_AMD64_INDIR_BR","features":[38]},{"name":"IMAGE_REL_AMD64_INDIR_BR_REX","features":[38]},{"name":"IMAGE_REL_AMD64_INDIR_BR_SWITCHTABLE_FIRST","features":[38]},{"name":"IMAGE_REL_AMD64_INDIR_BR_SWITCHTABLE_LAST","features":[38]},{"name":"IMAGE_REL_AMD64_INDIR_CALL","features":[38]},{"name":"IMAGE_REL_AMD64_PAIR","features":[38]},{"name":"IMAGE_REL_AMD64_REL32","features":[38]},{"name":"IMAGE_REL_AMD64_REL32_1","features":[38]},{"name":"IMAGE_REL_AMD64_REL32_2","features":[38]},{"name":"IMAGE_REL_AMD64_REL32_3","features":[38]},{"name":"IMAGE_REL_AMD64_REL32_4","features":[38]},{"name":"IMAGE_REL_AMD64_REL32_5","features":[38]},{"name":"IMAGE_REL_AMD64_SECREL","features":[38]},{"name":"IMAGE_REL_AMD64_SECREL7","features":[38]},{"name":"IMAGE_REL_AMD64_SECTION","features":[38]},{"name":"IMAGE_REL_AMD64_SREL32","features":[38]},{"name":"IMAGE_REL_AMD64_SSPAN32","features":[38]},{"name":"IMAGE_REL_AMD64_TOKEN","features":[38]},{"name":"IMAGE_REL_AM_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_AM_ADDR32","features":[38]},{"name":"IMAGE_REL_AM_ADDR32NB","features":[38]},{"name":"IMAGE_REL_AM_CALL32","features":[38]},{"name":"IMAGE_REL_AM_FUNCINFO","features":[38]},{"name":"IMAGE_REL_AM_REL32_1","features":[38]},{"name":"IMAGE_REL_AM_REL32_2","features":[38]},{"name":"IMAGE_REL_AM_SECREL","features":[38]},{"name":"IMAGE_REL_AM_SECTION","features":[38]},{"name":"IMAGE_REL_AM_TOKEN","features":[38]},{"name":"IMAGE_REL_ARM64_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_ARM64_ADDR32","features":[38]},{"name":"IMAGE_REL_ARM64_ADDR32NB","features":[38]},{"name":"IMAGE_REL_ARM64_ADDR64","features":[38]},{"name":"IMAGE_REL_ARM64_BRANCH19","features":[38]},{"name":"IMAGE_REL_ARM64_BRANCH26","features":[38]},{"name":"IMAGE_REL_ARM64_PAGEBASE_REL21","features":[38]},{"name":"IMAGE_REL_ARM64_PAGEOFFSET_12A","features":[38]},{"name":"IMAGE_REL_ARM64_PAGEOFFSET_12L","features":[38]},{"name":"IMAGE_REL_ARM64_REL21","features":[38]},{"name":"IMAGE_REL_ARM64_SECREL","features":[38]},{"name":"IMAGE_REL_ARM64_SECREL_HIGH12A","features":[38]},{"name":"IMAGE_REL_ARM64_SECREL_LOW12A","features":[38]},{"name":"IMAGE_REL_ARM64_SECREL_LOW12L","features":[38]},{"name":"IMAGE_REL_ARM64_SECTION","features":[38]},{"name":"IMAGE_REL_ARM64_TOKEN","features":[38]},{"name":"IMAGE_REL_ARM_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_ARM_ADDR32","features":[38]},{"name":"IMAGE_REL_ARM_ADDR32NB","features":[38]},{"name":"IMAGE_REL_ARM_BLX11","features":[38]},{"name":"IMAGE_REL_ARM_BLX23T","features":[38]},{"name":"IMAGE_REL_ARM_BLX24","features":[38]},{"name":"IMAGE_REL_ARM_BRANCH11","features":[38]},{"name":"IMAGE_REL_ARM_BRANCH20T","features":[38]},{"name":"IMAGE_REL_ARM_BRANCH24","features":[38]},{"name":"IMAGE_REL_ARM_BRANCH24T","features":[38]},{"name":"IMAGE_REL_ARM_GPREL12","features":[38]},{"name":"IMAGE_REL_ARM_GPREL7","features":[38]},{"name":"IMAGE_REL_ARM_MOV32","features":[38]},{"name":"IMAGE_REL_ARM_MOV32A","features":[38]},{"name":"IMAGE_REL_ARM_MOV32T","features":[38]},{"name":"IMAGE_REL_ARM_SECREL","features":[38]},{"name":"IMAGE_REL_ARM_SECTION","features":[38]},{"name":"IMAGE_REL_ARM_TOKEN","features":[38]},{"name":"IMAGE_REL_BASED_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_BASED_ARM_MOV32","features":[38]},{"name":"IMAGE_REL_BASED_DIR64","features":[38]},{"name":"IMAGE_REL_BASED_HIGH","features":[38]},{"name":"IMAGE_REL_BASED_HIGHADJ","features":[38]},{"name":"IMAGE_REL_BASED_HIGHLOW","features":[38]},{"name":"IMAGE_REL_BASED_IA64_IMM64","features":[38]},{"name":"IMAGE_REL_BASED_LOW","features":[38]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_5","features":[38]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_7","features":[38]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_8","features":[38]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_9","features":[38]},{"name":"IMAGE_REL_BASED_MIPS_JMPADDR","features":[38]},{"name":"IMAGE_REL_BASED_MIPS_JMPADDR16","features":[38]},{"name":"IMAGE_REL_BASED_RESERVED","features":[38]},{"name":"IMAGE_REL_BASED_THUMB_MOV32","features":[38]},{"name":"IMAGE_REL_CEE_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_CEE_ADDR32","features":[38]},{"name":"IMAGE_REL_CEE_ADDR32NB","features":[38]},{"name":"IMAGE_REL_CEE_ADDR64","features":[38]},{"name":"IMAGE_REL_CEE_SECREL","features":[38]},{"name":"IMAGE_REL_CEE_SECTION","features":[38]},{"name":"IMAGE_REL_CEE_TOKEN","features":[38]},{"name":"IMAGE_REL_CEF_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_CEF_ADDR32","features":[38]},{"name":"IMAGE_REL_CEF_ADDR32NB","features":[38]},{"name":"IMAGE_REL_CEF_ADDR64","features":[38]},{"name":"IMAGE_REL_CEF_SECREL","features":[38]},{"name":"IMAGE_REL_CEF_SECTION","features":[38]},{"name":"IMAGE_REL_CEF_TOKEN","features":[38]},{"name":"IMAGE_REL_EBC_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_EBC_ADDR32NB","features":[38]},{"name":"IMAGE_REL_EBC_REL32","features":[38]},{"name":"IMAGE_REL_EBC_SECREL","features":[38]},{"name":"IMAGE_REL_EBC_SECTION","features":[38]},{"name":"IMAGE_REL_I386_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_I386_DIR16","features":[38]},{"name":"IMAGE_REL_I386_DIR32","features":[38]},{"name":"IMAGE_REL_I386_DIR32NB","features":[38]},{"name":"IMAGE_REL_I386_REL16","features":[38]},{"name":"IMAGE_REL_I386_REL32","features":[38]},{"name":"IMAGE_REL_I386_SECREL","features":[38]},{"name":"IMAGE_REL_I386_SECREL7","features":[38]},{"name":"IMAGE_REL_I386_SECTION","features":[38]},{"name":"IMAGE_REL_I386_SEG12","features":[38]},{"name":"IMAGE_REL_I386_TOKEN","features":[38]},{"name":"IMAGE_REL_IA64_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_IA64_ADDEND","features":[38]},{"name":"IMAGE_REL_IA64_DIR32","features":[38]},{"name":"IMAGE_REL_IA64_DIR32NB","features":[38]},{"name":"IMAGE_REL_IA64_DIR64","features":[38]},{"name":"IMAGE_REL_IA64_GPREL22","features":[38]},{"name":"IMAGE_REL_IA64_GPREL32","features":[38]},{"name":"IMAGE_REL_IA64_IMM14","features":[38]},{"name":"IMAGE_REL_IA64_IMM22","features":[38]},{"name":"IMAGE_REL_IA64_IMM64","features":[38]},{"name":"IMAGE_REL_IA64_IMMGPREL64","features":[38]},{"name":"IMAGE_REL_IA64_LTOFF22","features":[38]},{"name":"IMAGE_REL_IA64_PCREL21B","features":[38]},{"name":"IMAGE_REL_IA64_PCREL21F","features":[38]},{"name":"IMAGE_REL_IA64_PCREL21M","features":[38]},{"name":"IMAGE_REL_IA64_PCREL60B","features":[38]},{"name":"IMAGE_REL_IA64_PCREL60F","features":[38]},{"name":"IMAGE_REL_IA64_PCREL60I","features":[38]},{"name":"IMAGE_REL_IA64_PCREL60M","features":[38]},{"name":"IMAGE_REL_IA64_PCREL60X","features":[38]},{"name":"IMAGE_REL_IA64_SECREL22","features":[38]},{"name":"IMAGE_REL_IA64_SECREL32","features":[38]},{"name":"IMAGE_REL_IA64_SECREL64I","features":[38]},{"name":"IMAGE_REL_IA64_SECTION","features":[38]},{"name":"IMAGE_REL_IA64_SREL14","features":[38]},{"name":"IMAGE_REL_IA64_SREL22","features":[38]},{"name":"IMAGE_REL_IA64_SREL32","features":[38]},{"name":"IMAGE_REL_IA64_TOKEN","features":[38]},{"name":"IMAGE_REL_IA64_UREL32","features":[38]},{"name":"IMAGE_REL_M32R_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_M32R_ADDR24","features":[38]},{"name":"IMAGE_REL_M32R_ADDR32","features":[38]},{"name":"IMAGE_REL_M32R_ADDR32NB","features":[38]},{"name":"IMAGE_REL_M32R_GPREL16","features":[38]},{"name":"IMAGE_REL_M32R_PAIR","features":[38]},{"name":"IMAGE_REL_M32R_PCREL16","features":[38]},{"name":"IMAGE_REL_M32R_PCREL24","features":[38]},{"name":"IMAGE_REL_M32R_PCREL8","features":[38]},{"name":"IMAGE_REL_M32R_REFHALF","features":[38]},{"name":"IMAGE_REL_M32R_REFHI","features":[38]},{"name":"IMAGE_REL_M32R_REFLO","features":[38]},{"name":"IMAGE_REL_M32R_SECREL32","features":[38]},{"name":"IMAGE_REL_M32R_SECTION","features":[38]},{"name":"IMAGE_REL_M32R_TOKEN","features":[38]},{"name":"IMAGE_REL_MIPS_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_MIPS_GPREL","features":[38]},{"name":"IMAGE_REL_MIPS_JMPADDR","features":[38]},{"name":"IMAGE_REL_MIPS_JMPADDR16","features":[38]},{"name":"IMAGE_REL_MIPS_LITERAL","features":[38]},{"name":"IMAGE_REL_MIPS_PAIR","features":[38]},{"name":"IMAGE_REL_MIPS_REFHALF","features":[38]},{"name":"IMAGE_REL_MIPS_REFHI","features":[38]},{"name":"IMAGE_REL_MIPS_REFLO","features":[38]},{"name":"IMAGE_REL_MIPS_REFWORD","features":[38]},{"name":"IMAGE_REL_MIPS_REFWORDNB","features":[38]},{"name":"IMAGE_REL_MIPS_SECREL","features":[38]},{"name":"IMAGE_REL_MIPS_SECRELHI","features":[38]},{"name":"IMAGE_REL_MIPS_SECRELLO","features":[38]},{"name":"IMAGE_REL_MIPS_SECTION","features":[38]},{"name":"IMAGE_REL_MIPS_TOKEN","features":[38]},{"name":"IMAGE_REL_PPC_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_PPC_ADDR14","features":[38]},{"name":"IMAGE_REL_PPC_ADDR16","features":[38]},{"name":"IMAGE_REL_PPC_ADDR24","features":[38]},{"name":"IMAGE_REL_PPC_ADDR32","features":[38]},{"name":"IMAGE_REL_PPC_ADDR32NB","features":[38]},{"name":"IMAGE_REL_PPC_ADDR64","features":[38]},{"name":"IMAGE_REL_PPC_BRNTAKEN","features":[38]},{"name":"IMAGE_REL_PPC_BRTAKEN","features":[38]},{"name":"IMAGE_REL_PPC_GPREL","features":[38]},{"name":"IMAGE_REL_PPC_IFGLUE","features":[38]},{"name":"IMAGE_REL_PPC_IMGLUE","features":[38]},{"name":"IMAGE_REL_PPC_NEG","features":[38]},{"name":"IMAGE_REL_PPC_PAIR","features":[38]},{"name":"IMAGE_REL_PPC_REFHI","features":[38]},{"name":"IMAGE_REL_PPC_REFLO","features":[38]},{"name":"IMAGE_REL_PPC_REL14","features":[38]},{"name":"IMAGE_REL_PPC_REL24","features":[38]},{"name":"IMAGE_REL_PPC_SECREL","features":[38]},{"name":"IMAGE_REL_PPC_SECREL16","features":[38]},{"name":"IMAGE_REL_PPC_SECRELHI","features":[38]},{"name":"IMAGE_REL_PPC_SECRELLO","features":[38]},{"name":"IMAGE_REL_PPC_SECTION","features":[38]},{"name":"IMAGE_REL_PPC_TOCDEFN","features":[38]},{"name":"IMAGE_REL_PPC_TOCREL14","features":[38]},{"name":"IMAGE_REL_PPC_TOCREL16","features":[38]},{"name":"IMAGE_REL_PPC_TOKEN","features":[38]},{"name":"IMAGE_REL_PPC_TYPEMASK","features":[38]},{"name":"IMAGE_REL_SH3_ABSOLUTE","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT16","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT32","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT32_NB","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT4","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT4_LONG","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT4_WORD","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT8","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT8_LONG","features":[38]},{"name":"IMAGE_REL_SH3_DIRECT8_WORD","features":[38]},{"name":"IMAGE_REL_SH3_GPREL4_LONG","features":[38]},{"name":"IMAGE_REL_SH3_PCREL12_WORD","features":[38]},{"name":"IMAGE_REL_SH3_PCREL8_LONG","features":[38]},{"name":"IMAGE_REL_SH3_PCREL8_WORD","features":[38]},{"name":"IMAGE_REL_SH3_SECREL","features":[38]},{"name":"IMAGE_REL_SH3_SECTION","features":[38]},{"name":"IMAGE_REL_SH3_SIZEOF_SECTION","features":[38]},{"name":"IMAGE_REL_SH3_STARTOF_SECTION","features":[38]},{"name":"IMAGE_REL_SH3_TOKEN","features":[38]},{"name":"IMAGE_REL_SHM_PAIR","features":[38]},{"name":"IMAGE_REL_SHM_PCRELPT","features":[38]},{"name":"IMAGE_REL_SHM_REFHALF","features":[38]},{"name":"IMAGE_REL_SHM_REFLO","features":[38]},{"name":"IMAGE_REL_SHM_RELHALF","features":[38]},{"name":"IMAGE_REL_SHM_RELLO","features":[38]},{"name":"IMAGE_REL_SH_NOMODE","features":[38]},{"name":"IMAGE_REL_THUMB_BLX23","features":[38]},{"name":"IMAGE_REL_THUMB_BRANCH20","features":[38]},{"name":"IMAGE_REL_THUMB_BRANCH24","features":[38]},{"name":"IMAGE_REL_THUMB_MOV32","features":[38]},{"name":"IMAGE_RESOURCE_DATA_ENTRY","features":[38]},{"name":"IMAGE_RESOURCE_DATA_IS_DIRECTORY","features":[38]},{"name":"IMAGE_RESOURCE_DIRECTORY","features":[38]},{"name":"IMAGE_RESOURCE_DIRECTORY_ENTRY","features":[38]},{"name":"IMAGE_RESOURCE_DIRECTORY_STRING","features":[38]},{"name":"IMAGE_RESOURCE_DIR_STRING_U","features":[38]},{"name":"IMAGE_RESOURCE_NAME_IS_STRING","features":[38]},{"name":"IMAGE_SEPARATE_DEBUG_FLAGS_MASK","features":[38]},{"name":"IMAGE_SEPARATE_DEBUG_HEADER","features":[38]},{"name":"IMAGE_SEPARATE_DEBUG_MISMATCH","features":[38]},{"name":"IMAGE_SEPARATE_DEBUG_SIGNATURE","features":[38]},{"name":"IMAGE_SIZEOF_ARCHIVE_MEMBER_HDR","features":[38]},{"name":"IMAGE_SIZEOF_FILE_HEADER","features":[38]},{"name":"IMAGE_SIZEOF_SECTION_HEADER","features":[38]},{"name":"IMAGE_SIZEOF_SHORT_NAME","features":[38]},{"name":"IMAGE_SIZEOF_SYMBOL","features":[38]},{"name":"IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION","features":[38]},{"name":"IMAGE_SYMBOL","features":[38]},{"name":"IMAGE_SYMBOL_EX","features":[38]},{"name":"IMAGE_SYM_CLASS_ARGUMENT","features":[38]},{"name":"IMAGE_SYM_CLASS_AUTOMATIC","features":[38]},{"name":"IMAGE_SYM_CLASS_BIT_FIELD","features":[38]},{"name":"IMAGE_SYM_CLASS_BLOCK","features":[38]},{"name":"IMAGE_SYM_CLASS_CLR_TOKEN","features":[38]},{"name":"IMAGE_SYM_CLASS_END_OF_STRUCT","features":[38]},{"name":"IMAGE_SYM_CLASS_ENUM_TAG","features":[38]},{"name":"IMAGE_SYM_CLASS_EXTERNAL","features":[38]},{"name":"IMAGE_SYM_CLASS_EXTERNAL_DEF","features":[38]},{"name":"IMAGE_SYM_CLASS_FAR_EXTERNAL","features":[38]},{"name":"IMAGE_SYM_CLASS_FILE","features":[38]},{"name":"IMAGE_SYM_CLASS_FUNCTION","features":[38]},{"name":"IMAGE_SYM_CLASS_LABEL","features":[38]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_ENUM","features":[38]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_STRUCT","features":[38]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_UNION","features":[38]},{"name":"IMAGE_SYM_CLASS_NULL","features":[38]},{"name":"IMAGE_SYM_CLASS_REGISTER","features":[38]},{"name":"IMAGE_SYM_CLASS_REGISTER_PARAM","features":[38]},{"name":"IMAGE_SYM_CLASS_SECTION","features":[38]},{"name":"IMAGE_SYM_CLASS_STATIC","features":[38]},{"name":"IMAGE_SYM_CLASS_STRUCT_TAG","features":[38]},{"name":"IMAGE_SYM_CLASS_TYPE_DEFINITION","features":[38]},{"name":"IMAGE_SYM_CLASS_UNDEFINED_LABEL","features":[38]},{"name":"IMAGE_SYM_CLASS_UNDEFINED_STATIC","features":[38]},{"name":"IMAGE_SYM_CLASS_UNION_TAG","features":[38]},{"name":"IMAGE_SYM_CLASS_WEAK_EXTERNAL","features":[38]},{"name":"IMAGE_SYM_DTYPE_ARRAY","features":[38]},{"name":"IMAGE_SYM_DTYPE_FUNCTION","features":[38]},{"name":"IMAGE_SYM_DTYPE_NULL","features":[38]},{"name":"IMAGE_SYM_DTYPE_POINTER","features":[38]},{"name":"IMAGE_SYM_SECTION_MAX","features":[38]},{"name":"IMAGE_SYM_SECTION_MAX_EX","features":[38]},{"name":"IMAGE_SYM_TYPE_BYTE","features":[38]},{"name":"IMAGE_SYM_TYPE_CHAR","features":[38]},{"name":"IMAGE_SYM_TYPE_DOUBLE","features":[38]},{"name":"IMAGE_SYM_TYPE_DWORD","features":[38]},{"name":"IMAGE_SYM_TYPE_ENUM","features":[38]},{"name":"IMAGE_SYM_TYPE_FLOAT","features":[38]},{"name":"IMAGE_SYM_TYPE_INT","features":[38]},{"name":"IMAGE_SYM_TYPE_LONG","features":[38]},{"name":"IMAGE_SYM_TYPE_MOE","features":[38]},{"name":"IMAGE_SYM_TYPE_NULL","features":[38]},{"name":"IMAGE_SYM_TYPE_PCODE","features":[38]},{"name":"IMAGE_SYM_TYPE_SHORT","features":[38]},{"name":"IMAGE_SYM_TYPE_STRUCT","features":[38]},{"name":"IMAGE_SYM_TYPE_UINT","features":[38]},{"name":"IMAGE_SYM_TYPE_UNION","features":[38]},{"name":"IMAGE_SYM_TYPE_VOID","features":[38]},{"name":"IMAGE_SYM_TYPE_WORD","features":[38]},{"name":"IMAGE_TLS_DIRECTORY32","features":[38]},{"name":"IMAGE_TLS_DIRECTORY64","features":[38]},{"name":"IMAGE_VXD_HEADER","features":[38]},{"name":"IMAGE_VXD_SIGNATURE","features":[38]},{"name":"IMAGE_WEAK_EXTERN_ANTI_DEPENDENCY","features":[38]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_ALIAS","features":[38]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_LIBRARY","features":[38]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY","features":[38]},{"name":"IMPORT_OBJECT_CODE","features":[38]},{"name":"IMPORT_OBJECT_CONST","features":[38]},{"name":"IMPORT_OBJECT_DATA","features":[38]},{"name":"IMPORT_OBJECT_HDR_SIG2","features":[38]},{"name":"IMPORT_OBJECT_HEADER","features":[38]},{"name":"IMPORT_OBJECT_NAME","features":[38]},{"name":"IMPORT_OBJECT_NAME_EXPORTAS","features":[38]},{"name":"IMPORT_OBJECT_NAME_NO_PREFIX","features":[38]},{"name":"IMPORT_OBJECT_NAME_TYPE","features":[38]},{"name":"IMPORT_OBJECT_NAME_UNDECORATE","features":[38]},{"name":"IMPORT_OBJECT_ORDINAL","features":[38]},{"name":"IMPORT_OBJECT_TYPE","features":[38]},{"name":"INITIAL_CPSR","features":[38]},{"name":"INITIAL_FPCSR","features":[38]},{"name":"INITIAL_FPSCR","features":[38]},{"name":"INITIAL_MXCSR","features":[38]},{"name":"IO_COMPLETION_MODIFY_STATE","features":[38]},{"name":"IO_REPARSE_TAG_AF_UNIX","features":[38]},{"name":"IO_REPARSE_TAG_APPEXECLINK","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_1","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_2","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_3","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_4","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_5","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_6","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_7","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_8","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_9","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_A","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_B","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_C","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_D","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_E","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_F","features":[38]},{"name":"IO_REPARSE_TAG_CLOUD_MASK","features":[38]},{"name":"IO_REPARSE_TAG_CSV","features":[38]},{"name":"IO_REPARSE_TAG_DATALESS_CIM","features":[38]},{"name":"IO_REPARSE_TAG_DEDUP","features":[38]},{"name":"IO_REPARSE_TAG_DFS","features":[38]},{"name":"IO_REPARSE_TAG_DFSR","features":[38]},{"name":"IO_REPARSE_TAG_FILE_PLACEHOLDER","features":[38]},{"name":"IO_REPARSE_TAG_GLOBAL_REPARSE","features":[38]},{"name":"IO_REPARSE_TAG_HSM","features":[38]},{"name":"IO_REPARSE_TAG_HSM2","features":[38]},{"name":"IO_REPARSE_TAG_MOUNT_POINT","features":[38]},{"name":"IO_REPARSE_TAG_NFS","features":[38]},{"name":"IO_REPARSE_TAG_ONEDRIVE","features":[38]},{"name":"IO_REPARSE_TAG_PROJFS","features":[38]},{"name":"IO_REPARSE_TAG_PROJFS_TOMBSTONE","features":[38]},{"name":"IO_REPARSE_TAG_RESERVED_INVALID","features":[38]},{"name":"IO_REPARSE_TAG_RESERVED_ONE","features":[38]},{"name":"IO_REPARSE_TAG_RESERVED_RANGE","features":[38]},{"name":"IO_REPARSE_TAG_RESERVED_TWO","features":[38]},{"name":"IO_REPARSE_TAG_RESERVED_ZERO","features":[38]},{"name":"IO_REPARSE_TAG_SIS","features":[38]},{"name":"IO_REPARSE_TAG_STORAGE_SYNC","features":[38]},{"name":"IO_REPARSE_TAG_SYMLINK","features":[38]},{"name":"IO_REPARSE_TAG_UNHANDLED","features":[38]},{"name":"IO_REPARSE_TAG_WCI","features":[38]},{"name":"IO_REPARSE_TAG_WCI_1","features":[38]},{"name":"IO_REPARSE_TAG_WCI_LINK","features":[38]},{"name":"IO_REPARSE_TAG_WCI_LINK_1","features":[38]},{"name":"IO_REPARSE_TAG_WCI_TOMBSTONE","features":[38]},{"name":"IO_REPARSE_TAG_WIM","features":[38]},{"name":"IO_REPARSE_TAG_WOF","features":[38]},{"name":"IS_TEXT_UNICODE_DBCS_LEADBYTE","features":[38]},{"name":"IS_TEXT_UNICODE_UTF8","features":[38]},{"name":"ITWW_OPEN_CONNECT","features":[38]},{"name":"IgnoreError","features":[38]},{"name":"ImagePolicyEntryTypeAnsiString","features":[38]},{"name":"ImagePolicyEntryTypeBool","features":[38]},{"name":"ImagePolicyEntryTypeInt16","features":[38]},{"name":"ImagePolicyEntryTypeInt32","features":[38]},{"name":"ImagePolicyEntryTypeInt64","features":[38]},{"name":"ImagePolicyEntryTypeInt8","features":[38]},{"name":"ImagePolicyEntryTypeMaximum","features":[38]},{"name":"ImagePolicyEntryTypeNone","features":[38]},{"name":"ImagePolicyEntryTypeOverride","features":[38]},{"name":"ImagePolicyEntryTypeUInt16","features":[38]},{"name":"ImagePolicyEntryTypeUInt32","features":[38]},{"name":"ImagePolicyEntryTypeUInt64","features":[38]},{"name":"ImagePolicyEntryTypeUInt8","features":[38]},{"name":"ImagePolicyEntryTypeUnicodeString","features":[38]},{"name":"ImagePolicyIdCapability","features":[38]},{"name":"ImagePolicyIdCrashDump","features":[38]},{"name":"ImagePolicyIdCrashDumpKey","features":[38]},{"name":"ImagePolicyIdCrashDumpKeyGuid","features":[38]},{"name":"ImagePolicyIdDebug","features":[38]},{"name":"ImagePolicyIdDeviceId","features":[38]},{"name":"ImagePolicyIdEtw","features":[38]},{"name":"ImagePolicyIdMaximum","features":[38]},{"name":"ImagePolicyIdNone","features":[38]},{"name":"ImagePolicyIdParentSd","features":[38]},{"name":"ImagePolicyIdParentSdRev","features":[38]},{"name":"ImagePolicyIdScenarioId","features":[38]},{"name":"ImagePolicyIdSvn","features":[38]},{"name":"JOB_OBJECT_ASSIGN_PROCESS","features":[38]},{"name":"JOB_OBJECT_IMPERSONATE","features":[38]},{"name":"JOB_OBJECT_MSG_ABNORMAL_EXIT_PROCESS","features":[38]},{"name":"JOB_OBJECT_MSG_ACTIVE_PROCESS_LIMIT","features":[38]},{"name":"JOB_OBJECT_MSG_ACTIVE_PROCESS_ZERO","features":[38]},{"name":"JOB_OBJECT_MSG_END_OF_JOB_TIME","features":[38]},{"name":"JOB_OBJECT_MSG_END_OF_PROCESS_TIME","features":[38]},{"name":"JOB_OBJECT_MSG_EXIT_PROCESS","features":[38]},{"name":"JOB_OBJECT_MSG_JOB_CYCLE_TIME_LIMIT","features":[38]},{"name":"JOB_OBJECT_MSG_JOB_MEMORY_LIMIT","features":[38]},{"name":"JOB_OBJECT_MSG_MAXIMUM","features":[38]},{"name":"JOB_OBJECT_MSG_MINIMUM","features":[38]},{"name":"JOB_OBJECT_MSG_NEW_PROCESS","features":[38]},{"name":"JOB_OBJECT_MSG_NOTIFICATION_LIMIT","features":[38]},{"name":"JOB_OBJECT_MSG_PROCESS_MEMORY_LIMIT","features":[38]},{"name":"JOB_OBJECT_MSG_SILO_TERMINATED","features":[38]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_MAX_DSCP_TAG","features":[38]},{"name":"JOB_OBJECT_QUERY","features":[38]},{"name":"JOB_OBJECT_SET_ATTRIBUTES","features":[38]},{"name":"JOB_OBJECT_SET_SECURITY_ATTRIBUTES","features":[38]},{"name":"JOB_OBJECT_TERMINATE","features":[38]},{"name":"JOB_OBJECT_UILIMIT_ALL","features":[38]},{"name":"JOB_OBJECT_UILIMIT_IME","features":[38]},{"name":"JOB_OBJECT_UI_VALID_FLAGS","features":[38]},{"name":"KERNEL_CET_CONTEXT","features":[38]},{"name":"KTMOBJECT_CURSOR","features":[38]},{"name":"KTMOBJECT_ENLISTMENT","features":[38]},{"name":"KTMOBJECT_INVALID","features":[38]},{"name":"KTMOBJECT_RESOURCE_MANAGER","features":[38]},{"name":"KTMOBJECT_TRANSACTION","features":[38]},{"name":"KTMOBJECT_TRANSACTION_MANAGER","features":[38]},{"name":"KTMOBJECT_TYPE","features":[38]},{"name":"LANG_AFRIKAANS","features":[38]},{"name":"LANG_ALBANIAN","features":[38]},{"name":"LANG_ALSATIAN","features":[38]},{"name":"LANG_AMHARIC","features":[38]},{"name":"LANG_ARABIC","features":[38]},{"name":"LANG_ARMENIAN","features":[38]},{"name":"LANG_ASSAMESE","features":[38]},{"name":"LANG_AZERBAIJANI","features":[38]},{"name":"LANG_AZERI","features":[38]},{"name":"LANG_BANGLA","features":[38]},{"name":"LANG_BASHKIR","features":[38]},{"name":"LANG_BASQUE","features":[38]},{"name":"LANG_BELARUSIAN","features":[38]},{"name":"LANG_BENGALI","features":[38]},{"name":"LANG_BOSNIAN","features":[38]},{"name":"LANG_BOSNIAN_NEUTRAL","features":[38]},{"name":"LANG_BRETON","features":[38]},{"name":"LANG_BULGARIAN","features":[38]},{"name":"LANG_CATALAN","features":[38]},{"name":"LANG_CENTRAL_KURDISH","features":[38]},{"name":"LANG_CHEROKEE","features":[38]},{"name":"LANG_CHINESE","features":[38]},{"name":"LANG_CHINESE_SIMPLIFIED","features":[38]},{"name":"LANG_CHINESE_TRADITIONAL","features":[38]},{"name":"LANG_CORSICAN","features":[38]},{"name":"LANG_CROATIAN","features":[38]},{"name":"LANG_CZECH","features":[38]},{"name":"LANG_DANISH","features":[38]},{"name":"LANG_DARI","features":[38]},{"name":"LANG_DIVEHI","features":[38]},{"name":"LANG_DUTCH","features":[38]},{"name":"LANG_ENGLISH","features":[38]},{"name":"LANG_ESTONIAN","features":[38]},{"name":"LANG_FAEROESE","features":[38]},{"name":"LANG_FARSI","features":[38]},{"name":"LANG_FILIPINO","features":[38]},{"name":"LANG_FINNISH","features":[38]},{"name":"LANG_FRENCH","features":[38]},{"name":"LANG_FRISIAN","features":[38]},{"name":"LANG_FULAH","features":[38]},{"name":"LANG_GALICIAN","features":[38]},{"name":"LANG_GEORGIAN","features":[38]},{"name":"LANG_GERMAN","features":[38]},{"name":"LANG_GREEK","features":[38]},{"name":"LANG_GREENLANDIC","features":[38]},{"name":"LANG_GUJARATI","features":[38]},{"name":"LANG_HAUSA","features":[38]},{"name":"LANG_HAWAIIAN","features":[38]},{"name":"LANG_HEBREW","features":[38]},{"name":"LANG_HINDI","features":[38]},{"name":"LANG_HUNGARIAN","features":[38]},{"name":"LANG_ICELANDIC","features":[38]},{"name":"LANG_IGBO","features":[38]},{"name":"LANG_INDONESIAN","features":[38]},{"name":"LANG_INUKTITUT","features":[38]},{"name":"LANG_INVARIANT","features":[38]},{"name":"LANG_IRISH","features":[38]},{"name":"LANG_ITALIAN","features":[38]},{"name":"LANG_JAPANESE","features":[38]},{"name":"LANG_KANNADA","features":[38]},{"name":"LANG_KASHMIRI","features":[38]},{"name":"LANG_KAZAK","features":[38]},{"name":"LANG_KHMER","features":[38]},{"name":"LANG_KICHE","features":[38]},{"name":"LANG_KINYARWANDA","features":[38]},{"name":"LANG_KONKANI","features":[38]},{"name":"LANG_KOREAN","features":[38]},{"name":"LANG_KYRGYZ","features":[38]},{"name":"LANG_LAO","features":[38]},{"name":"LANG_LATVIAN","features":[38]},{"name":"LANG_LITHUANIAN","features":[38]},{"name":"LANG_LOWER_SORBIAN","features":[38]},{"name":"LANG_LUXEMBOURGISH","features":[38]},{"name":"LANG_MACEDONIAN","features":[38]},{"name":"LANG_MALAY","features":[38]},{"name":"LANG_MALAYALAM","features":[38]},{"name":"LANG_MALTESE","features":[38]},{"name":"LANG_MANIPURI","features":[38]},{"name":"LANG_MAORI","features":[38]},{"name":"LANG_MAPUDUNGUN","features":[38]},{"name":"LANG_MARATHI","features":[38]},{"name":"LANG_MOHAWK","features":[38]},{"name":"LANG_MONGOLIAN","features":[38]},{"name":"LANG_NEPALI","features":[38]},{"name":"LANG_NEUTRAL","features":[38]},{"name":"LANG_NORWEGIAN","features":[38]},{"name":"LANG_OCCITAN","features":[38]},{"name":"LANG_ODIA","features":[38]},{"name":"LANG_ORIYA","features":[38]},{"name":"LANG_PASHTO","features":[38]},{"name":"LANG_PERSIAN","features":[38]},{"name":"LANG_POLISH","features":[38]},{"name":"LANG_PORTUGUESE","features":[38]},{"name":"LANG_PULAR","features":[38]},{"name":"LANG_PUNJABI","features":[38]},{"name":"LANG_QUECHUA","features":[38]},{"name":"LANG_ROMANIAN","features":[38]},{"name":"LANG_ROMANSH","features":[38]},{"name":"LANG_RUSSIAN","features":[38]},{"name":"LANG_SAKHA","features":[38]},{"name":"LANG_SAMI","features":[38]},{"name":"LANG_SANSKRIT","features":[38]},{"name":"LANG_SCOTTISH_GAELIC","features":[38]},{"name":"LANG_SERBIAN","features":[38]},{"name":"LANG_SERBIAN_NEUTRAL","features":[38]},{"name":"LANG_SINDHI","features":[38]},{"name":"LANG_SINHALESE","features":[38]},{"name":"LANG_SLOVAK","features":[38]},{"name":"LANG_SLOVENIAN","features":[38]},{"name":"LANG_SOTHO","features":[38]},{"name":"LANG_SPANISH","features":[38]},{"name":"LANG_SWAHILI","features":[38]},{"name":"LANG_SWEDISH","features":[38]},{"name":"LANG_SYRIAC","features":[38]},{"name":"LANG_TAJIK","features":[38]},{"name":"LANG_TAMAZIGHT","features":[38]},{"name":"LANG_TAMIL","features":[38]},{"name":"LANG_TATAR","features":[38]},{"name":"LANG_TELUGU","features":[38]},{"name":"LANG_THAI","features":[38]},{"name":"LANG_TIBETAN","features":[38]},{"name":"LANG_TIGRIGNA","features":[38]},{"name":"LANG_TIGRINYA","features":[38]},{"name":"LANG_TSWANA","features":[38]},{"name":"LANG_TURKISH","features":[38]},{"name":"LANG_TURKMEN","features":[38]},{"name":"LANG_UIGHUR","features":[38]},{"name":"LANG_UKRAINIAN","features":[38]},{"name":"LANG_UPPER_SORBIAN","features":[38]},{"name":"LANG_URDU","features":[38]},{"name":"LANG_UZBEK","features":[38]},{"name":"LANG_VALENCIAN","features":[38]},{"name":"LANG_VIETNAMESE","features":[38]},{"name":"LANG_WELSH","features":[38]},{"name":"LANG_WOLOF","features":[38]},{"name":"LANG_XHOSA","features":[38]},{"name":"LANG_YAKUT","features":[38]},{"name":"LANG_YI","features":[38]},{"name":"LANG_YORUBA","features":[38]},{"name":"LANG_ZULU","features":[38]},{"name":"LMEM_DISCARDABLE","features":[38]},{"name":"LMEM_DISCARDED","features":[38]},{"name":"LMEM_INVALID_HANDLE","features":[38]},{"name":"LMEM_LOCKCOUNT","features":[38]},{"name":"LMEM_MODIFY","features":[38]},{"name":"LMEM_NOCOMPACT","features":[38]},{"name":"LMEM_NODISCARD","features":[38]},{"name":"LMEM_VALID_FLAGS","features":[38]},{"name":"LOCALE_NAME_MAX_LENGTH","features":[38]},{"name":"LOCALE_TRANSIENT_KEYBOARD1","features":[38]},{"name":"LOCALE_TRANSIENT_KEYBOARD2","features":[38]},{"name":"LOCALE_TRANSIENT_KEYBOARD3","features":[38]},{"name":"LOCALE_TRANSIENT_KEYBOARD4","features":[38]},{"name":"LTP_PC_SMT","features":[38]},{"name":"MAILSLOT_NO_MESSAGE","features":[38]},{"name":"MAILSLOT_WAIT_FOREVER","features":[38]},{"name":"MAXBYTE","features":[38]},{"name":"MAXCHAR","features":[38]},{"name":"MAXDWORD","features":[38]},{"name":"MAXIMUM_ALLOWED","features":[38]},{"name":"MAXIMUM_PROCESSORS","features":[38]},{"name":"MAXIMUM_PROC_PER_GROUP","features":[38]},{"name":"MAXIMUM_SUPPORTED_EXTENSION","features":[38]},{"name":"MAXIMUM_SUSPEND_COUNT","features":[38]},{"name":"MAXIMUM_WAIT_OBJECTS","features":[38]},{"name":"MAXIMUM_XSTATE_FEATURES","features":[38]},{"name":"MAXLOGICALLOGNAMESIZE","features":[38]},{"name":"MAXLONG","features":[38]},{"name":"MAXLONGLONG","features":[38]},{"name":"MAXSHORT","features":[38]},{"name":"MAXVERSIONTESTED_INFO","features":[38]},{"name":"MAXWORD","features":[38]},{"name":"MAX_ACL_REVISION","features":[38]},{"name":"MAX_CLASS_NAME","features":[38]},{"name":"MAX_HW_COUNTERS","features":[38]},{"name":"MAX_PACKAGE_NAME","features":[38]},{"name":"MAX_UCSCHAR","features":[38]},{"name":"MEMORY_ALLOCATION_ALIGNMENT","features":[38]},{"name":"MEMORY_PARTITION_MODIFY_ACCESS","features":[38]},{"name":"MEMORY_PARTITION_QUERY_ACCESS","features":[38]},{"name":"MEMORY_PRIORITY_LOWEST","features":[38]},{"name":"MEM_4MB_PAGES","features":[38]},{"name":"MEM_COALESCE_PLACEHOLDERS","features":[38]},{"name":"MEM_DIFFERENT_IMAGE_BASE_OK","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_EC_CODE","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_GRAPHICS","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_IMAGE_NO_HPAT","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED_HUGE","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED_LARGE","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_SOFT_FAULT_PAGES","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_TYPE_BITS","features":[38]},{"name":"MEM_EXTENDED_PARAMETER_ZERO_PAGES_OPTIONAL","features":[38]},{"name":"MEM_PHYSICAL","features":[38]},{"name":"MEM_ROTATE","features":[38]},{"name":"MEM_TOP_DOWN","features":[38]},{"name":"MEM_WRITE_WATCH","features":[38]},{"name":"MESSAGE_RESOURCE_UNICODE","features":[38]},{"name":"MESSAGE_RESOURCE_UTF8","features":[38]},{"name":"MINCHAR","features":[38]},{"name":"MINLONG","features":[38]},{"name":"MINSHORT","features":[38]},{"name":"MIN_UCSCHAR","features":[38]},{"name":"MK_CONTROL","features":[38]},{"name":"MK_LBUTTON","features":[38]},{"name":"MK_MBUTTON","features":[38]},{"name":"MK_RBUTTON","features":[38]},{"name":"MK_SHIFT","features":[38]},{"name":"MK_XBUTTON1","features":[38]},{"name":"MK_XBUTTON2","features":[38]},{"name":"MODIFIERKEYS_FLAGS","features":[38]},{"name":"MONITOR_DISPLAY_STATE","features":[38]},{"name":"MS_PPM_SOFTWARE_ALL","features":[38]},{"name":"MUTANT_QUERY_STATE","features":[38]},{"name":"MaxActivationContextInfoClass","features":[38]},{"name":"NATIVE_TYPE_MAX_CB","features":[38]},{"name":"NETWORK_APP_INSTANCE_CSV_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[38]},{"name":"NETWORK_APP_INSTANCE_EA","features":[38]},{"name":"NLS_VALID_LOCALE_MASK","features":[38]},{"name":"NONVOL_FP_NUMREG_ARM64","features":[38]},{"name":"NONVOL_INT_NUMREG_ARM64","features":[38]},{"name":"NON_PAGED_DEBUG_INFO","features":[38]},{"name":"NON_PAGED_DEBUG_SIGNATURE","features":[38]},{"name":"NOTIFY_USER_POWER_SETTING","features":[38]},{"name":"NO_SUBGROUP_GUID","features":[38]},{"name":"NT_TIB32","features":[38]},{"name":"NT_TIB64","features":[38]},{"name":"NUMA_NO_PREFERRED_NODE","features":[38]},{"name":"NUM_DISCHARGE_POLICIES","features":[38]},{"name":"N_BTMASK","features":[38]},{"name":"N_BTSHFT","features":[38]},{"name":"N_TMASK","features":[38]},{"name":"N_TMASK1","features":[38]},{"name":"N_TMASK2","features":[38]},{"name":"N_TSHIFT","features":[38]},{"name":"NormalError","features":[38]},{"name":"OUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK_EXPORT_NAME","features":[38]},{"name":"PACKEDEVENTINFO","features":[38]},{"name":"PARKING_TOPOLOGY_POLICY_DISABLED","features":[38]},{"name":"PARKING_TOPOLOGY_POLICY_ROUNDROBIN","features":[38]},{"name":"PARKING_TOPOLOGY_POLICY_SEQUENTIAL","features":[38]},{"name":"PERFORMANCE_DATA_VERSION","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_DECREASE_MAX","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_IDEAL","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_IDEAL_AGGRESSIVE","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_INCREASE_MAX","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_ROCKET","features":[38]},{"name":"PERFSTATE_POLICY_CHANGE_SINGLE","features":[38]},{"name":"PEXCEPTION_FILTER","features":[1,32,8,38]},{"name":"PF_NON_TEMPORAL_LEVEL_ALL","features":[38]},{"name":"PF_TEMPORAL_LEVEL_1","features":[38]},{"name":"PF_TEMPORAL_LEVEL_2","features":[38]},{"name":"PF_TEMPORAL_LEVEL_3","features":[38]},{"name":"PIMAGE_TLS_CALLBACK","features":[38]},{"name":"POLICY_AUDIT_SUBCATEGORY_COUNT","features":[38]},{"name":"POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK","features":[1,32,38]},{"name":"POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK","features":[1,32,38]},{"name":"POWERBUTTON_ACTION_INDEX_HIBERNATE","features":[38]},{"name":"POWERBUTTON_ACTION_INDEX_NOTHING","features":[38]},{"name":"POWERBUTTON_ACTION_INDEX_SHUTDOWN","features":[38]},{"name":"POWERBUTTON_ACTION_INDEX_SLEEP","features":[38]},{"name":"POWERBUTTON_ACTION_INDEX_TURN_OFF_THE_DISPLAY","features":[38]},{"name":"POWERBUTTON_ACTION_VALUE_HIBERNATE","features":[38]},{"name":"POWERBUTTON_ACTION_VALUE_NOTHING","features":[38]},{"name":"POWERBUTTON_ACTION_VALUE_SHUTDOWN","features":[38]},{"name":"POWERBUTTON_ACTION_VALUE_SLEEP","features":[38]},{"name":"POWERBUTTON_ACTION_VALUE_TURN_OFF_THE_DISPLAY","features":[38]},{"name":"POWER_ACTION_ACPI_CRITICAL","features":[38]},{"name":"POWER_ACTION_ACPI_USER_NOTIFY","features":[38]},{"name":"POWER_ACTION_CRITICAL","features":[38]},{"name":"POWER_ACTION_DIRECTED_DRIPS","features":[38]},{"name":"POWER_ACTION_DISABLE_WAKES","features":[38]},{"name":"POWER_ACTION_DOZE_TO_HIBERNATE","features":[38]},{"name":"POWER_ACTION_HIBERBOOT","features":[38]},{"name":"POWER_ACTION_LIGHTEST_FIRST","features":[38]},{"name":"POWER_ACTION_LOCK_CONSOLE","features":[38]},{"name":"POWER_ACTION_OVERRIDE_APPS","features":[38]},{"name":"POWER_ACTION_PSEUDO_TRANSITION","features":[38]},{"name":"POWER_ACTION_QUERY_ALLOWED","features":[38]},{"name":"POWER_ACTION_UI_ALLOWED","features":[38]},{"name":"POWER_ACTION_USER_NOTIFY","features":[38]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_DISABLED","features":[38]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_ENABLED","features":[38]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_SYSTEM_MANAGED","features":[38]},{"name":"POWER_DEVICE_IDLE_POLICY_CONSERVATIVE","features":[38]},{"name":"POWER_DEVICE_IDLE_POLICY_PERFORMANCE","features":[38]},{"name":"POWER_DISCONNECTED_STANDBY_MODE_AGGRESSIVE","features":[38]},{"name":"POWER_DISCONNECTED_STANDBY_MODE_NORMAL","features":[38]},{"name":"POWER_REQUEST_CONTEXT_VERSION","features":[38]},{"name":"POWER_SETTING_VALUE_VERSION","features":[38]},{"name":"POWER_SYSTEM_MAXIMUM","features":[38]},{"name":"POWER_USER_NOTIFY_FORCED_SHUTDOWN","features":[38]},{"name":"PO_THROTTLE_ADAPTIVE","features":[38]},{"name":"PO_THROTTLE_CONSTANT","features":[38]},{"name":"PO_THROTTLE_DEGRADE","features":[38]},{"name":"PO_THROTTLE_MAXIMUM","features":[38]},{"name":"PO_THROTTLE_NONE","features":[38]},{"name":"PRAGMA_DEPRECATED_DDK","features":[38]},{"name":"PRIVILEGE_SET_ALL_NECESSARY","features":[38]},{"name":"PROCESSOR_ALPHA_21064","features":[38]},{"name":"PROCESSOR_AMD_X8664","features":[38]},{"name":"PROCESSOR_ARM720","features":[38]},{"name":"PROCESSOR_ARM820","features":[38]},{"name":"PROCESSOR_ARM920","features":[38]},{"name":"PROCESSOR_ARM_7TDMI","features":[38]},{"name":"PROCESSOR_DUTY_CYCLING_DISABLED","features":[38]},{"name":"PROCESSOR_DUTY_CYCLING_ENABLED","features":[38]},{"name":"PROCESSOR_HITACHI_SH3","features":[38]},{"name":"PROCESSOR_HITACHI_SH3E","features":[38]},{"name":"PROCESSOR_HITACHI_SH4","features":[38]},{"name":"PROCESSOR_IDLESTATE_INFO","features":[38]},{"name":"PROCESSOR_IDLESTATE_POLICY","features":[38]},{"name":"PROCESSOR_IDLESTATE_POLICY_COUNT","features":[38]},{"name":"PROCESSOR_INTEL_386","features":[38]},{"name":"PROCESSOR_INTEL_486","features":[38]},{"name":"PROCESSOR_INTEL_IA64","features":[38]},{"name":"PROCESSOR_INTEL_PENTIUM","features":[38]},{"name":"PROCESSOR_MIPS_R4000","features":[38]},{"name":"PROCESSOR_MOTOROLA_821","features":[38]},{"name":"PROCESSOR_OPTIL","features":[38]},{"name":"PROCESSOR_PERFSTATE_POLICY","features":[38]},{"name":"PROCESSOR_PERF_AUTONOMOUS_MODE_DISABLED","features":[38]},{"name":"PROCESSOR_PERF_AUTONOMOUS_MODE_ENABLED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_AGGRESSIVE","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_AGGRESSIVE_AT_GUARANTEED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_DISABLED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_AGGRESSIVE","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_AGGRESSIVE_AT_GUARANTEED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_ENABLED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_ENABLED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_MODE_MAX","features":[38]},{"name":"PROCESSOR_PERF_BOOST_POLICY_DISABLED","features":[38]},{"name":"PROCESSOR_PERF_BOOST_POLICY_MAX","features":[38]},{"name":"PROCESSOR_PERF_ENERGY_PREFERENCE","features":[38]},{"name":"PROCESSOR_PERF_MAXIMUM_ACTIVITY_WINDOW","features":[38]},{"name":"PROCESSOR_PERF_MINIMUM_ACTIVITY_WINDOW","features":[38]},{"name":"PROCESSOR_PERF_PERFORMANCE_PREFERENCE","features":[38]},{"name":"PROCESSOR_PPC_601","features":[38]},{"name":"PROCESSOR_PPC_603","features":[38]},{"name":"PROCESSOR_PPC_604","features":[38]},{"name":"PROCESSOR_PPC_620","features":[38]},{"name":"PROCESSOR_SHx_SH3","features":[38]},{"name":"PROCESSOR_SHx_SH4","features":[38]},{"name":"PROCESSOR_STRONGARM","features":[38]},{"name":"PROCESSOR_THROTTLE_AUTOMATIC","features":[38]},{"name":"PROCESSOR_THROTTLE_DISABLED","features":[38]},{"name":"PROCESSOR_THROTTLE_ENABLED","features":[38]},{"name":"PROCESS_HEAP_ENTRY_BUSY","features":[38]},{"name":"PROCESS_HEAP_ENTRY_DDESHARE","features":[38]},{"name":"PROCESS_HEAP_ENTRY_MOVEABLE","features":[38]},{"name":"PROCESS_HEAP_REGION","features":[38]},{"name":"PROCESS_HEAP_SEG_ALLOC","features":[38]},{"name":"PROCESS_HEAP_UNCOMMITTED_RANGE","features":[38]},{"name":"PROCESS_MITIGATION_ACTIVATION_CONTEXT_TRUST_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_ASLR_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_CHILD_PROCESS_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_DEP_POLICY","features":[1,38]},{"name":"PROCESS_MITIGATION_DYNAMIC_CODE_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_FONT_DISABLE_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_IMAGE_LOAD_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_SEHOP_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY","features":[38]},{"name":"PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY","features":[38]},{"name":"PROCESS_TRUST_LABEL_SECURITY_INFORMATION","features":[38]},{"name":"PROC_IDLE_BUCKET_COUNT","features":[38]},{"name":"PROC_IDLE_BUCKET_COUNT_EX","features":[38]},{"name":"PRODUCT_ARM64_SERVER","features":[38]},{"name":"PRODUCT_AZURESTACKHCI_SERVER_CORE","features":[38]},{"name":"PRODUCT_AZURE_NANO_SERVER","features":[38]},{"name":"PRODUCT_AZURE_SERVER_CLOUDHOST","features":[38]},{"name":"PRODUCT_AZURE_SERVER_CLOUDMOS","features":[38]},{"name":"PRODUCT_AZURE_SERVER_CORE","features":[38]},{"name":"PRODUCT_CLOUD","features":[38]},{"name":"PRODUCT_CLOUDE","features":[38]},{"name":"PRODUCT_CLOUDEDITION","features":[38]},{"name":"PRODUCT_CLOUDEDITIONN","features":[38]},{"name":"PRODUCT_CLOUDEN","features":[38]},{"name":"PRODUCT_CLOUDN","features":[38]},{"name":"PRODUCT_CLOUD_HOST_INFRASTRUCTURE_SERVER","features":[38]},{"name":"PRODUCT_CLOUD_STORAGE_SERVER","features":[38]},{"name":"PRODUCT_CONNECTED_CAR","features":[38]},{"name":"PRODUCT_CORE_ARM","features":[38]},{"name":"PRODUCT_CORE_CONNECTED","features":[38]},{"name":"PRODUCT_CORE_CONNECTED_COUNTRYSPECIFIC","features":[38]},{"name":"PRODUCT_CORE_CONNECTED_N","features":[38]},{"name":"PRODUCT_CORE_CONNECTED_SINGLELANGUAGE","features":[38]},{"name":"PRODUCT_DATACENTER_EVALUATION_SERVER_CORE","features":[38]},{"name":"PRODUCT_DATACENTER_NANO_SERVER","features":[38]},{"name":"PRODUCT_DATACENTER_SERVER_AZURE_EDITION","features":[38]},{"name":"PRODUCT_DATACENTER_SERVER_CORE_AZURE_EDITION","features":[38]},{"name":"PRODUCT_DATACENTER_WS_SERVER_CORE","features":[38]},{"name":"PRODUCT_EMBEDDED","features":[38]},{"name":"PRODUCT_EMBEDDED_A","features":[38]},{"name":"PRODUCT_EMBEDDED_AUTOMOTIVE","features":[38]},{"name":"PRODUCT_EMBEDDED_E","features":[38]},{"name":"PRODUCT_EMBEDDED_EVAL","features":[38]},{"name":"PRODUCT_EMBEDDED_E_EVAL","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_A","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_A_E","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_E","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_EVAL","features":[38]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_E_EVAL","features":[38]},{"name":"PRODUCT_ENTERPRISEG","features":[38]},{"name":"PRODUCT_ENTERPRISEGN","features":[38]},{"name":"PRODUCT_ENTERPRISE_SUBSCRIPTION","features":[38]},{"name":"PRODUCT_ENTERPRISE_SUBSCRIPTION_N","features":[38]},{"name":"PRODUCT_HOLOGRAPHIC","features":[38]},{"name":"PRODUCT_HOLOGRAPHIC_BUSINESS","features":[38]},{"name":"PRODUCT_HUBOS","features":[38]},{"name":"PRODUCT_INDUSTRY_HANDHELD","features":[38]},{"name":"PRODUCT_IOTEDGEOS","features":[38]},{"name":"PRODUCT_IOTENTERPRISE","features":[38]},{"name":"PRODUCT_IOTENTERPRISES","features":[38]},{"name":"PRODUCT_IOTOS","features":[38]},{"name":"PRODUCT_LITE","features":[38]},{"name":"PRODUCT_NANO_SERVER","features":[38]},{"name":"PRODUCT_ONECOREUPDATEOS","features":[38]},{"name":"PRODUCT_PPI_PRO","features":[38]},{"name":"PRODUCT_PROFESSIONAL_EMBEDDED","features":[38]},{"name":"PRODUCT_PROFESSIONAL_S","features":[38]},{"name":"PRODUCT_PROFESSIONAL_STUDENT","features":[38]},{"name":"PRODUCT_PROFESSIONAL_STUDENT_N","features":[38]},{"name":"PRODUCT_PROFESSIONAL_S_N","features":[38]},{"name":"PRODUCT_PRO_CHINA","features":[38]},{"name":"PRODUCT_PRO_FOR_EDUCATION","features":[38]},{"name":"PRODUCT_PRO_FOR_EDUCATION_N","features":[38]},{"name":"PRODUCT_PRO_SINGLE_LANGUAGE","features":[38]},{"name":"PRODUCT_SERVERRDSH","features":[38]},{"name":"PRODUCT_SOLUTION_EMBEDDEDSERVER_CORE","features":[38]},{"name":"PRODUCT_STANDARD_EVALUATION_SERVER_CORE","features":[38]},{"name":"PRODUCT_STANDARD_NANO_SERVER","features":[38]},{"name":"PRODUCT_STANDARD_SERVER_CORE","features":[38]},{"name":"PRODUCT_STANDARD_WS_SERVER_CORE","features":[38]},{"name":"PRODUCT_THINPC","features":[38]},{"name":"PRODUCT_UNLICENSED","features":[38]},{"name":"PRODUCT_UTILITY_VM","features":[38]},{"name":"PRODUCT_XBOX_DURANGOHOSTOS","features":[38]},{"name":"PRODUCT_XBOX_ERAOS","features":[38]},{"name":"PRODUCT_XBOX_GAMEOS","features":[38]},{"name":"PRODUCT_XBOX_KEYSTONE","features":[38]},{"name":"PRODUCT_XBOX_SCARLETTHOSTOS","features":[38]},{"name":"PRODUCT_XBOX_SYSTEMOS","features":[38]},{"name":"PTERMINATION_HANDLER","features":[1,38]},{"name":"PTERMINATION_HANDLER","features":[1,38]},{"name":"PUMS_SCHEDULER_ENTRY_POINT","features":[38]},{"name":"PcTeb","features":[38]},{"name":"PdataCrChained","features":[38]},{"name":"PdataCrChainedWithPac","features":[38]},{"name":"PdataCrUnchained","features":[38]},{"name":"PdataCrUnchainedSavedLr","features":[38]},{"name":"PdataPackedUnwindFragment","features":[38]},{"name":"PdataPackedUnwindFunction","features":[38]},{"name":"PdataRefToFullXdata","features":[38]},{"name":"PowerMonitorDim","features":[38]},{"name":"PowerMonitorOff","features":[38]},{"name":"PowerMonitorOn","features":[38]},{"name":"QUOTA_LIMITS_EX","features":[38]},{"name":"QUOTA_LIMITS_USE_DEFAULT_LIMITS","features":[38]},{"name":"RATE_QUOTA_LIMIT","features":[38]},{"name":"READ_THREAD_PROFILING_FLAG_DISPATCHING","features":[38]},{"name":"READ_THREAD_PROFILING_FLAG_HARDWARE_COUNTERS","features":[38]},{"name":"REARRANGE_FILE_DATA","features":[1,38]},{"name":"REARRANGE_FILE_DATA32","features":[38]},{"name":"RECO_COPY","features":[38]},{"name":"RECO_CUT","features":[38]},{"name":"RECO_DRAG","features":[38]},{"name":"RECO_DROP","features":[38]},{"name":"RECO_FLAGS","features":[38]},{"name":"RECO_PASTE","features":[38]},{"name":"REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO","features":[38]},{"name":"REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO_VERSION","features":[38]},{"name":"REG_APP_HIVE","features":[38]},{"name":"REG_APP_HIVE_OPEN_READ_ONLY","features":[38]},{"name":"REG_BOOT_HIVE","features":[38]},{"name":"REG_FLUSH_HIVE_FILE_GROWTH","features":[38]},{"name":"REG_FORCE_UNLOAD","features":[38]},{"name":"REG_HIVE_EXACT_FILE_GROWTH","features":[38]},{"name":"REG_HIVE_NO_RM","features":[38]},{"name":"REG_HIVE_SINGLE_LOG","features":[38]},{"name":"REG_IMMUTABLE","features":[38]},{"name":"REG_LOAD_HIVE_OPEN_HANDLE","features":[38]},{"name":"REG_NO_IMPERSONATION_FALLBACK","features":[38]},{"name":"REG_NO_LAZY_FLUSH","features":[38]},{"name":"REG_OPEN_READ_ONLY","features":[38]},{"name":"REG_PROCESS_PRIVATE","features":[38]},{"name":"REG_REFRESH_HIVE","features":[38]},{"name":"REG_START_JOURNAL","features":[38]},{"name":"REG_UNLOAD_LEGAL_FLAGS","features":[38]},{"name":"RESOURCEMANAGER_BASIC_INFORMATION","features":[38]},{"name":"RESOURCEMANAGER_COMPLETE_PROPAGATION","features":[38]},{"name":"RESOURCEMANAGER_COMPLETION_INFORMATION","features":[1,38]},{"name":"RESOURCEMANAGER_ENLIST","features":[38]},{"name":"RESOURCEMANAGER_GET_NOTIFICATION","features":[38]},{"name":"RESOURCEMANAGER_INFORMATION_CLASS","features":[38]},{"name":"RESOURCEMANAGER_QUERY_INFORMATION","features":[38]},{"name":"RESOURCEMANAGER_RECOVER","features":[38]},{"name":"RESOURCEMANAGER_REGISTER_PROTOCOL","features":[38]},{"name":"RESOURCEMANAGER_SET_INFORMATION","features":[38]},{"name":"ROT_COMPARE_MAX","features":[38]},{"name":"RTL_UMS_SCHEDULER_REASON","features":[38]},{"name":"RTL_UMS_VERSION","features":[38]},{"name":"RTL_VIRTUAL_UNWIND2_VALIDATE_PAC","features":[38]},{"name":"RUNTIME_FUNCTION_INDIRECT","features":[38]},{"name":"RecognizerType","features":[38]},{"name":"RemHBITMAP","features":[38]},{"name":"RemHBRUSH","features":[38]},{"name":"RemHENHMETAFILE","features":[38]},{"name":"RemHGLOBAL","features":[38]},{"name":"RemHMETAFILEPICT","features":[38]},{"name":"RemHPALETTE","features":[38]},{"name":"RemotableHandle","features":[38]},{"name":"ReplacesCorHdrNumericDefines","features":[38]},{"name":"ResourceManagerBasicInformation","features":[38]},{"name":"ResourceManagerCompletionInformation","features":[38]},{"name":"RunlevelInformationInActivationContext","features":[38]},{"name":"SCOPE_TABLE_AMD64","features":[38]},{"name":"SCOPE_TABLE_ARM","features":[38]},{"name":"SCOPE_TABLE_ARM64","features":[38]},{"name":"SCRUB_DATA_INPUT","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_IGNORE_REDUNDANCY","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_OPLOCK_NOT_ACQUIRED","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_RESUME","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_SCRUB_BY_OBJECT_ID","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_DATA","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_IN_SYNC","features":[38]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_NON_INTEGRITY_DATA","features":[38]},{"name":"SCRUB_DATA_OUTPUT","features":[38]},{"name":"SCRUB_DATA_OUTPUT_FLAG_INCOMPLETE","features":[38]},{"name":"SCRUB_DATA_OUTPUT_FLAG_NON_USER_DATA_RANGE","features":[38]},{"name":"SCRUB_DATA_OUTPUT_FLAG_PARITY_EXTENT_DATA_RETURNED","features":[38]},{"name":"SCRUB_DATA_OUTPUT_FLAG_RESUME_CONTEXT_LENGTH_SPECIFIED","features":[38]},{"name":"SCRUB_PARITY_EXTENT","features":[38]},{"name":"SCRUB_PARITY_EXTENT_DATA","features":[38]},{"name":"SECURITY_ANONYMOUS_LOGON_RID","features":[38]},{"name":"SECURITY_APPPOOL_ID_BASE_RID","features":[38]},{"name":"SECURITY_APPPOOL_ID_RID_COUNT","features":[38]},{"name":"SECURITY_APP_PACKAGE_BASE_RID","features":[38]},{"name":"SECURITY_APP_PACKAGE_RID_COUNT","features":[38]},{"name":"SECURITY_AUTHENTICATED_USER_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY_ASSERTED_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY_RID_COUNT","features":[38]},{"name":"SECURITY_AUTHENTICATION_FRESH_KEY_AUTH_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_KEY_PROPERTY_ATTESTATION_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_KEY_PROPERTY_MFA_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_KEY_TRUST_RID","features":[38]},{"name":"SECURITY_AUTHENTICATION_SERVICE_ASSERTED_RID","features":[38]},{"name":"SECURITY_BATCH_RID","features":[38]},{"name":"SECURITY_BUILTIN_APP_PACKAGE_RID_COUNT","features":[38]},{"name":"SECURITY_BUILTIN_CAPABILITY_RID_COUNT","features":[38]},{"name":"SECURITY_BUILTIN_DOMAIN_RID","features":[38]},{"name":"SECURITY_BUILTIN_PACKAGE_ANY_PACKAGE","features":[38]},{"name":"SECURITY_BUILTIN_PACKAGE_ANY_RESTRICTED_PACKAGE","features":[38]},{"name":"SECURITY_CAPABILITY_APPOINTMENTS","features":[38]},{"name":"SECURITY_CAPABILITY_APP_RID","features":[38]},{"name":"SECURITY_CAPABILITY_APP_SILO_RID","features":[38]},{"name":"SECURITY_CAPABILITY_BASE_RID","features":[38]},{"name":"SECURITY_CAPABILITY_CONTACTS","features":[38]},{"name":"SECURITY_CAPABILITY_DOCUMENTS_LIBRARY","features":[38]},{"name":"SECURITY_CAPABILITY_ENTERPRISE_AUTHENTICATION","features":[38]},{"name":"SECURITY_CAPABILITY_INTERNET_CLIENT","features":[38]},{"name":"SECURITY_CAPABILITY_INTERNET_CLIENT_SERVER","features":[38]},{"name":"SECURITY_CAPABILITY_INTERNET_EXPLORER","features":[38]},{"name":"SECURITY_CAPABILITY_MUSIC_LIBRARY","features":[38]},{"name":"SECURITY_CAPABILITY_PICTURES_LIBRARY","features":[38]},{"name":"SECURITY_CAPABILITY_PRIVATE_NETWORK_CLIENT_SERVER","features":[38]},{"name":"SECURITY_CAPABILITY_REMOVABLE_STORAGE","features":[38]},{"name":"SECURITY_CAPABILITY_RID_COUNT","features":[38]},{"name":"SECURITY_CAPABILITY_SHARED_USER_CERTIFICATES","features":[38]},{"name":"SECURITY_CAPABILITY_VIDEOS_LIBRARY","features":[38]},{"name":"SECURITY_CCG_ID_BASE_RID","features":[38]},{"name":"SECURITY_CHILD_PACKAGE_RID_COUNT","features":[38]},{"name":"SECURITY_CLOUD_INFRASTRUCTURE_SERVICES_ID_BASE_RID","features":[38]},{"name":"SECURITY_CLOUD_INFRASTRUCTURE_SERVICES_ID_RID_COUNT","features":[38]},{"name":"SECURITY_COM_ID_BASE_RID","features":[38]},{"name":"SECURITY_CREATOR_GROUP_RID","features":[38]},{"name":"SECURITY_CREATOR_GROUP_SERVER_RID","features":[38]},{"name":"SECURITY_CREATOR_OWNER_RID","features":[38]},{"name":"SECURITY_CREATOR_OWNER_RIGHTS_RID","features":[38]},{"name":"SECURITY_CREATOR_OWNER_SERVER_RID","features":[38]},{"name":"SECURITY_CRED_TYPE_BASE_RID","features":[38]},{"name":"SECURITY_CRED_TYPE_RID_COUNT","features":[38]},{"name":"SECURITY_CRED_TYPE_THIS_ORG_CERT_RID","features":[38]},{"name":"SECURITY_DASHOST_ID_BASE_RID","features":[38]},{"name":"SECURITY_DASHOST_ID_RID_COUNT","features":[38]},{"name":"SECURITY_DESCRIPTOR_REVISION","features":[38]},{"name":"SECURITY_DESCRIPTOR_REVISION1","features":[38]},{"name":"SECURITY_DIALUP_RID","features":[38]},{"name":"SECURITY_ENTERPRISE_CONTROLLERS_RID","features":[38]},{"name":"SECURITY_ENTERPRISE_READONLY_CONTROLLERS_RID","features":[38]},{"name":"SECURITY_INSTALLER_CAPABILITY_RID_COUNT","features":[38]},{"name":"SECURITY_INSTALLER_GROUP_CAPABILITY_BASE","features":[38]},{"name":"SECURITY_INSTALLER_GROUP_CAPABILITY_RID_COUNT","features":[38]},{"name":"SECURITY_INTERACTIVE_RID","features":[38]},{"name":"SECURITY_IUSER_RID","features":[38]},{"name":"SECURITY_LOCAL_ACCOUNT_AND_ADMIN_RID","features":[38]},{"name":"SECURITY_LOCAL_ACCOUNT_RID","features":[38]},{"name":"SECURITY_LOCAL_LOGON_RID","features":[38]},{"name":"SECURITY_LOCAL_RID","features":[38]},{"name":"SECURITY_LOCAL_SERVICE_RID","features":[38]},{"name":"SECURITY_LOCAL_SYSTEM_RID","features":[38]},{"name":"SECURITY_LOGON_IDS_RID","features":[38]},{"name":"SECURITY_LOGON_IDS_RID_COUNT","features":[38]},{"name":"SECURITY_MANDATORY_HIGH_RID","features":[38]},{"name":"SECURITY_MANDATORY_LOW_RID","features":[38]},{"name":"SECURITY_MANDATORY_MAXIMUM_USER_RID","features":[38]},{"name":"SECURITY_MANDATORY_MEDIUM_PLUS_RID","features":[38]},{"name":"SECURITY_MANDATORY_MEDIUM_RID","features":[38]},{"name":"SECURITY_MANDATORY_PROTECTED_PROCESS_RID","features":[38]},{"name":"SECURITY_MANDATORY_SYSTEM_RID","features":[38]},{"name":"SECURITY_MANDATORY_UNTRUSTED_RID","features":[38]},{"name":"SECURITY_MAX_ALWAYS_FILTERED","features":[38]},{"name":"SECURITY_MAX_BASE_RID","features":[38]},{"name":"SECURITY_MIN_BASE_RID","features":[38]},{"name":"SECURITY_MIN_NEVER_FILTERED","features":[38]},{"name":"SECURITY_NETWORK_RID","features":[38]},{"name":"SECURITY_NETWORK_SERVICE_RID","features":[38]},{"name":"SECURITY_NFS_ID_BASE_RID","features":[38]},{"name":"SECURITY_NT_NON_UNIQUE","features":[38]},{"name":"SECURITY_NT_NON_UNIQUE_SUB_AUTH_COUNT","features":[38]},{"name":"SECURITY_NULL_RID","features":[38]},{"name":"SECURITY_OBJECT_AI_PARAMS","features":[38]},{"name":"SECURITY_OTHER_ORGANIZATION_RID","features":[38]},{"name":"SECURITY_PACKAGE_BASE_RID","features":[38]},{"name":"SECURITY_PACKAGE_DIGEST_RID","features":[38]},{"name":"SECURITY_PACKAGE_NTLM_RID","features":[38]},{"name":"SECURITY_PACKAGE_RID_COUNT","features":[38]},{"name":"SECURITY_PACKAGE_SCHANNEL_RID","features":[38]},{"name":"SECURITY_PARENT_PACKAGE_RID_COUNT","features":[38]},{"name":"SECURITY_PRINCIPAL_SELF_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_ANTIMALWARE_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_APP_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_AUTHENTICODE_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_NONE_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_WINDOWS_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_WINTCB_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_FULL_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_LITE_RID","features":[38]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_NONE_RID","features":[38]},{"name":"SECURITY_PROCESS_TRUST_AUTHORITY_RID_COUNT","features":[38]},{"name":"SECURITY_PROXY_RID","features":[38]},{"name":"SECURITY_RDV_GFX_BASE_RID","features":[38]},{"name":"SECURITY_REMOTE_LOGON_RID","features":[38]},{"name":"SECURITY_RESERVED_ID_BASE_RID","features":[38]},{"name":"SECURITY_RESTRICTED_CODE_RID","features":[38]},{"name":"SECURITY_SERVER_LOGON_RID","features":[38]},{"name":"SECURITY_SERVICE_ID_BASE_RID","features":[38]},{"name":"SECURITY_SERVICE_ID_RID_COUNT","features":[38]},{"name":"SECURITY_SERVICE_RID","features":[38]},{"name":"SECURITY_TASK_ID_BASE_RID","features":[38]},{"name":"SECURITY_TERMINAL_SERVER_RID","features":[38]},{"name":"SECURITY_THIS_ORGANIZATION_RID","features":[38]},{"name":"SECURITY_TRUSTED_INSTALLER_RID1","features":[38]},{"name":"SECURITY_TRUSTED_INSTALLER_RID2","features":[38]},{"name":"SECURITY_TRUSTED_INSTALLER_RID3","features":[38]},{"name":"SECURITY_TRUSTED_INSTALLER_RID4","features":[38]},{"name":"SECURITY_TRUSTED_INSTALLER_RID5","features":[38]},{"name":"SECURITY_UMFD_BASE_RID","features":[38]},{"name":"SECURITY_USERMANAGER_ID_BASE_RID","features":[38]},{"name":"SECURITY_USERMANAGER_ID_RID_COUNT","features":[38]},{"name":"SECURITY_USERMODEDRIVERHOST_ID_BASE_RID","features":[38]},{"name":"SECURITY_USERMODEDRIVERHOST_ID_RID_COUNT","features":[38]},{"name":"SECURITY_VIRTUALACCOUNT_ID_RID_COUNT","features":[38]},{"name":"SECURITY_VIRTUALSERVER_ID_BASE_RID","features":[38]},{"name":"SECURITY_VIRTUALSERVER_ID_RID_COUNT","features":[38]},{"name":"SECURITY_WINDOWSMOBILE_ID_BASE_RID","features":[38]},{"name":"SECURITY_WINDOW_MANAGER_BASE_RID","features":[38]},{"name":"SECURITY_WINRM_ID_BASE_RID","features":[38]},{"name":"SECURITY_WINRM_ID_RID_COUNT","features":[38]},{"name":"SECURITY_WMIHOST_ID_BASE_RID","features":[38]},{"name":"SECURITY_WMIHOST_ID_RID_COUNT","features":[38]},{"name":"SECURITY_WORLD_RID","features":[38]},{"name":"SECURITY_WRITE_RESTRICTED_CODE_RID","features":[38]},{"name":"SEC_HUGE_PAGES","features":[38]},{"name":"SEF_AI_USE_EXTRA_PARAMS","features":[38]},{"name":"SEF_FORCE_USER_MODE","features":[38]},{"name":"SEF_NORMALIZE_OUTPUT_DESCRIPTOR","features":[38]},{"name":"SERVERSILO_BASIC_INFORMATION","features":[1,38]},{"name":"SERVERSILO_INITING","features":[38]},{"name":"SERVERSILO_SHUTTING_DOWN","features":[38]},{"name":"SERVERSILO_STARTED","features":[38]},{"name":"SERVERSILO_STATE","features":[38]},{"name":"SERVERSILO_TERMINATED","features":[38]},{"name":"SERVERSILO_TERMINATING","features":[38]},{"name":"SERVICE_ERROR_TYPE","features":[38]},{"name":"SERVICE_INTERACTIVE_PROCESS","features":[38]},{"name":"SERVICE_LOAD_TYPE","features":[38]},{"name":"SERVICE_NODE_TYPE","features":[38]},{"name":"SERVICE_PKG_SERVICE","features":[38]},{"name":"SERVICE_USERSERVICE_INSTANCE","features":[38]},{"name":"SERVICE_USER_SERVICE","features":[38]},{"name":"SESSION_MODIFY_ACCESS","features":[38]},{"name":"SESSION_QUERY_ACCESS","features":[38]},{"name":"SE_ACCESS_CHECK_FLAG_NO_LEARNING_MODE_LOGGING","features":[38]},{"name":"SE_ACCESS_CHECK_VALID_FLAGS","features":[38]},{"name":"SE_ACTIVATE_AS_USER_CAPABILITY","features":[38]},{"name":"SE_APP_SILO_PRINT_CAPABILITY","features":[38]},{"name":"SE_APP_SILO_PROFILES_ROOT_MINIMAL_CAPABILITY","features":[38]},{"name":"SE_APP_SILO_USER_PROFILE_MINIMAL_CAPABILITY","features":[38]},{"name":"SE_APP_SILO_VOLUME_ROOT_MINIMAL_CAPABILITY","features":[38]},{"name":"SE_CONSTRAINED_IMPERSONATION_CAPABILITY","features":[38]},{"name":"SE_DEVELOPMENT_MODE_NETWORK_CAPABILITY","features":[38]},{"name":"SE_GROUP_ENABLED","features":[38]},{"name":"SE_GROUP_ENABLED_BY_DEFAULT","features":[38]},{"name":"SE_GROUP_INTEGRITY","features":[38]},{"name":"SE_GROUP_INTEGRITY_ENABLED","features":[38]},{"name":"SE_GROUP_LOGON_ID","features":[38]},{"name":"SE_GROUP_MANDATORY","features":[38]},{"name":"SE_GROUP_OWNER","features":[38]},{"name":"SE_GROUP_RESOURCE","features":[38]},{"name":"SE_GROUP_USE_FOR_DENY_ONLY","features":[38]},{"name":"SE_IMAGE_SIGNATURE_TYPE","features":[38]},{"name":"SE_LEARNING_MODE_LOGGING_CAPABILITY","features":[38]},{"name":"SE_MUMA_CAPABILITY","features":[38]},{"name":"SE_PERMISSIVE_LEARNING_MODE_CAPABILITY","features":[38]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_ACCESS_FILTER_ACE","features":[38]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_LABEL_ACE","features":[38]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_OWNER_ACE","features":[38]},{"name":"SE_SECURITY_DESCRIPTOR_VALID_FLAGS","features":[38]},{"name":"SE_SESSION_IMPERSONATION_CAPABILITY","features":[38]},{"name":"SE_SIGNING_LEVEL_ANTIMALWARE","features":[38]},{"name":"SE_SIGNING_LEVEL_AUTHENTICODE","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_1","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_2","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_3","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_4","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_5","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_6","features":[38]},{"name":"SE_SIGNING_LEVEL_CUSTOM_7","features":[38]},{"name":"SE_SIGNING_LEVEL_DEVELOPER","features":[38]},{"name":"SE_SIGNING_LEVEL_DYNAMIC_CODEGEN","features":[38]},{"name":"SE_SIGNING_LEVEL_ENTERPRISE","features":[38]},{"name":"SE_SIGNING_LEVEL_MICROSOFT","features":[38]},{"name":"SE_SIGNING_LEVEL_STORE","features":[38]},{"name":"SE_SIGNING_LEVEL_UNCHECKED","features":[38]},{"name":"SE_SIGNING_LEVEL_UNSIGNED","features":[38]},{"name":"SE_SIGNING_LEVEL_WINDOWS","features":[38]},{"name":"SE_SIGNING_LEVEL_WINDOWS_TCB","features":[38]},{"name":"SE_TOKEN_USER","features":[5,38]},{"name":"SFGAO_BROWSABLE","features":[38]},{"name":"SFGAO_CANCOPY","features":[38]},{"name":"SFGAO_CANDELETE","features":[38]},{"name":"SFGAO_CANLINK","features":[38]},{"name":"SFGAO_CANMONIKER","features":[38]},{"name":"SFGAO_CANMOVE","features":[38]},{"name":"SFGAO_CANRENAME","features":[38]},{"name":"SFGAO_CAPABILITYMASK","features":[38]},{"name":"SFGAO_COMPRESSED","features":[38]},{"name":"SFGAO_CONTENTSMASK","features":[38]},{"name":"SFGAO_DISPLAYATTRMASK","features":[38]},{"name":"SFGAO_DROPTARGET","features":[38]},{"name":"SFGAO_ENCRYPTED","features":[38]},{"name":"SFGAO_FILESYSANCESTOR","features":[38]},{"name":"SFGAO_FILESYSTEM","features":[38]},{"name":"SFGAO_FLAGS","features":[38]},{"name":"SFGAO_FOLDER","features":[38]},{"name":"SFGAO_GHOSTED","features":[38]},{"name":"SFGAO_HASPROPSHEET","features":[38]},{"name":"SFGAO_HASSTORAGE","features":[38]},{"name":"SFGAO_HASSUBFOLDER","features":[38]},{"name":"SFGAO_HIDDEN","features":[38]},{"name":"SFGAO_ISSLOW","features":[38]},{"name":"SFGAO_LINK","features":[38]},{"name":"SFGAO_NEWCONTENT","features":[38]},{"name":"SFGAO_NONENUMERATED","features":[38]},{"name":"SFGAO_PKEYSFGAOMASK","features":[38]},{"name":"SFGAO_PLACEHOLDER","features":[38]},{"name":"SFGAO_READONLY","features":[38]},{"name":"SFGAO_REMOVABLE","features":[38]},{"name":"SFGAO_SHARE","features":[38]},{"name":"SFGAO_STORAGE","features":[38]},{"name":"SFGAO_STORAGEANCESTOR","features":[38]},{"name":"SFGAO_STORAGECAPMASK","features":[38]},{"name":"SFGAO_STREAM","features":[38]},{"name":"SFGAO_SYSTEM","features":[38]},{"name":"SFGAO_VALIDATE","features":[38]},{"name":"SHARED_VIRTUAL_DISK_SUPPORT","features":[38]},{"name":"SHUFFLE_FILE_DATA","features":[38]},{"name":"SHUFFLE_FILE_FLAG_SKIP_INITIALIZING_NEW_CLUSTERS","features":[38]},{"name":"SID_HASH_SIZE","features":[38]},{"name":"SID_MAX_SUB_AUTHORITIES","features":[38]},{"name":"SID_RECOMMENDED_SUB_AUTHORITIES","features":[38]},{"name":"SID_REVISION","features":[38]},{"name":"SILOOBJECT_BASIC_INFORMATION","features":[1,38]},{"name":"SIZEOF_RFPO_DATA","features":[38]},{"name":"SIZE_OF_80387_REGISTERS","features":[38]},{"name":"SMB_CCF_APP_INSTANCE_EA_NAME","features":[38]},{"name":"SMT_UNPARKING_POLICY_CORE","features":[38]},{"name":"SMT_UNPARKING_POLICY_CORE_PER_THREAD","features":[38]},{"name":"SMT_UNPARKING_POLICY_LP_ROUNDROBIN","features":[38]},{"name":"SMT_UNPARKING_POLICY_LP_SEQUENTIAL","features":[38]},{"name":"SORT_CHINESE_BIG5","features":[38]},{"name":"SORT_CHINESE_BOPOMOFO","features":[38]},{"name":"SORT_CHINESE_PRC","features":[38]},{"name":"SORT_CHINESE_PRCP","features":[38]},{"name":"SORT_CHINESE_RADICALSTROKE","features":[38]},{"name":"SORT_CHINESE_UNICODE","features":[38]},{"name":"SORT_DEFAULT","features":[38]},{"name":"SORT_GEORGIAN_MODERN","features":[38]},{"name":"SORT_GEORGIAN_TRADITIONAL","features":[38]},{"name":"SORT_GERMAN_PHONE_BOOK","features":[38]},{"name":"SORT_HUNGARIAN_DEFAULT","features":[38]},{"name":"SORT_HUNGARIAN_TECHNICAL","features":[38]},{"name":"SORT_INVARIANT_MATH","features":[38]},{"name":"SORT_JAPANESE_RADICALSTROKE","features":[38]},{"name":"SORT_JAPANESE_UNICODE","features":[38]},{"name":"SORT_JAPANESE_XJIS","features":[38]},{"name":"SORT_KOREAN_KSC","features":[38]},{"name":"SORT_KOREAN_UNICODE","features":[38]},{"name":"SS_BITMAP","features":[38]},{"name":"SS_BLACKFRAME","features":[38]},{"name":"SS_BLACKRECT","features":[38]},{"name":"SS_CENTER","features":[38]},{"name":"SS_CENTERIMAGE","features":[38]},{"name":"SS_EDITCONTROL","features":[38]},{"name":"SS_ELLIPSISMASK","features":[38]},{"name":"SS_ENDELLIPSIS","features":[38]},{"name":"SS_ENHMETAFILE","features":[38]},{"name":"SS_ETCHEDFRAME","features":[38]},{"name":"SS_ETCHEDHORZ","features":[38]},{"name":"SS_ETCHEDVERT","features":[38]},{"name":"SS_GRAYFRAME","features":[38]},{"name":"SS_GRAYRECT","features":[38]},{"name":"SS_ICON","features":[38]},{"name":"SS_LEFT","features":[38]},{"name":"SS_LEFTNOWORDWRAP","features":[38]},{"name":"SS_NOPREFIX","features":[38]},{"name":"SS_NOTIFY","features":[38]},{"name":"SS_OWNERDRAW","features":[38]},{"name":"SS_PATHELLIPSIS","features":[38]},{"name":"SS_REALSIZECONTROL","features":[38]},{"name":"SS_REALSIZEIMAGE","features":[38]},{"name":"SS_RIGHT","features":[38]},{"name":"SS_RIGHTJUST","features":[38]},{"name":"SS_SIMPLE","features":[38]},{"name":"SS_SUNKEN","features":[38]},{"name":"SS_TYPEMASK","features":[38]},{"name":"SS_USERITEM","features":[38]},{"name":"SS_WHITEFRAME","features":[38]},{"name":"SS_WHITERECT","features":[38]},{"name":"SS_WORDELLIPSIS","features":[38]},{"name":"STATIC_STYLES","features":[38]},{"name":"SUBLANG_AFRIKAANS_SOUTH_AFRICA","features":[38]},{"name":"SUBLANG_ALBANIAN_ALBANIA","features":[38]},{"name":"SUBLANG_ALSATIAN_FRANCE","features":[38]},{"name":"SUBLANG_AMHARIC_ETHIOPIA","features":[38]},{"name":"SUBLANG_ARABIC_ALGERIA","features":[38]},{"name":"SUBLANG_ARABIC_BAHRAIN","features":[38]},{"name":"SUBLANG_ARABIC_EGYPT","features":[38]},{"name":"SUBLANG_ARABIC_IRAQ","features":[38]},{"name":"SUBLANG_ARABIC_JORDAN","features":[38]},{"name":"SUBLANG_ARABIC_KUWAIT","features":[38]},{"name":"SUBLANG_ARABIC_LEBANON","features":[38]},{"name":"SUBLANG_ARABIC_LIBYA","features":[38]},{"name":"SUBLANG_ARABIC_MOROCCO","features":[38]},{"name":"SUBLANG_ARABIC_OMAN","features":[38]},{"name":"SUBLANG_ARABIC_QATAR","features":[38]},{"name":"SUBLANG_ARABIC_SAUDI_ARABIA","features":[38]},{"name":"SUBLANG_ARABIC_SYRIA","features":[38]},{"name":"SUBLANG_ARABIC_TUNISIA","features":[38]},{"name":"SUBLANG_ARABIC_UAE","features":[38]},{"name":"SUBLANG_ARABIC_YEMEN","features":[38]},{"name":"SUBLANG_ARMENIAN_ARMENIA","features":[38]},{"name":"SUBLANG_ASSAMESE_INDIA","features":[38]},{"name":"SUBLANG_AZERBAIJANI_AZERBAIJAN_CYRILLIC","features":[38]},{"name":"SUBLANG_AZERBAIJANI_AZERBAIJAN_LATIN","features":[38]},{"name":"SUBLANG_AZERI_CYRILLIC","features":[38]},{"name":"SUBLANG_AZERI_LATIN","features":[38]},{"name":"SUBLANG_BANGLA_BANGLADESH","features":[38]},{"name":"SUBLANG_BANGLA_INDIA","features":[38]},{"name":"SUBLANG_BASHKIR_RUSSIA","features":[38]},{"name":"SUBLANG_BASQUE_BASQUE","features":[38]},{"name":"SUBLANG_BELARUSIAN_BELARUS","features":[38]},{"name":"SUBLANG_BENGALI_BANGLADESH","features":[38]},{"name":"SUBLANG_BENGALI_INDIA","features":[38]},{"name":"SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC","features":[38]},{"name":"SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN","features":[38]},{"name":"SUBLANG_BRETON_FRANCE","features":[38]},{"name":"SUBLANG_BULGARIAN_BULGARIA","features":[38]},{"name":"SUBLANG_CATALAN_CATALAN","features":[38]},{"name":"SUBLANG_CENTRAL_KURDISH_IRAQ","features":[38]},{"name":"SUBLANG_CHEROKEE_CHEROKEE","features":[38]},{"name":"SUBLANG_CHINESE_HONGKONG","features":[38]},{"name":"SUBLANG_CHINESE_MACAU","features":[38]},{"name":"SUBLANG_CHINESE_SIMPLIFIED","features":[38]},{"name":"SUBLANG_CHINESE_SINGAPORE","features":[38]},{"name":"SUBLANG_CHINESE_TRADITIONAL","features":[38]},{"name":"SUBLANG_CORSICAN_FRANCE","features":[38]},{"name":"SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN","features":[38]},{"name":"SUBLANG_CROATIAN_CROATIA","features":[38]},{"name":"SUBLANG_CUSTOM_DEFAULT","features":[38]},{"name":"SUBLANG_CUSTOM_UNSPECIFIED","features":[38]},{"name":"SUBLANG_CZECH_CZECH_REPUBLIC","features":[38]},{"name":"SUBLANG_DANISH_DENMARK","features":[38]},{"name":"SUBLANG_DARI_AFGHANISTAN","features":[38]},{"name":"SUBLANG_DEFAULT","features":[38]},{"name":"SUBLANG_DIVEHI_MALDIVES","features":[38]},{"name":"SUBLANG_DUTCH","features":[38]},{"name":"SUBLANG_DUTCH_BELGIAN","features":[38]},{"name":"SUBLANG_ENGLISH_AUS","features":[38]},{"name":"SUBLANG_ENGLISH_BELIZE","features":[38]},{"name":"SUBLANG_ENGLISH_CAN","features":[38]},{"name":"SUBLANG_ENGLISH_CARIBBEAN","features":[38]},{"name":"SUBLANG_ENGLISH_EIRE","features":[38]},{"name":"SUBLANG_ENGLISH_INDIA","features":[38]},{"name":"SUBLANG_ENGLISH_JAMAICA","features":[38]},{"name":"SUBLANG_ENGLISH_MALAYSIA","features":[38]},{"name":"SUBLANG_ENGLISH_NZ","features":[38]},{"name":"SUBLANG_ENGLISH_PHILIPPINES","features":[38]},{"name":"SUBLANG_ENGLISH_SINGAPORE","features":[38]},{"name":"SUBLANG_ENGLISH_SOUTH_AFRICA","features":[38]},{"name":"SUBLANG_ENGLISH_TRINIDAD","features":[38]},{"name":"SUBLANG_ENGLISH_UK","features":[38]},{"name":"SUBLANG_ENGLISH_US","features":[38]},{"name":"SUBLANG_ENGLISH_ZIMBABWE","features":[38]},{"name":"SUBLANG_ESTONIAN_ESTONIA","features":[38]},{"name":"SUBLANG_FAEROESE_FAROE_ISLANDS","features":[38]},{"name":"SUBLANG_FILIPINO_PHILIPPINES","features":[38]},{"name":"SUBLANG_FINNISH_FINLAND","features":[38]},{"name":"SUBLANG_FRENCH","features":[38]},{"name":"SUBLANG_FRENCH_BELGIAN","features":[38]},{"name":"SUBLANG_FRENCH_CANADIAN","features":[38]},{"name":"SUBLANG_FRENCH_LUXEMBOURG","features":[38]},{"name":"SUBLANG_FRENCH_MONACO","features":[38]},{"name":"SUBLANG_FRENCH_SWISS","features":[38]},{"name":"SUBLANG_FRISIAN_NETHERLANDS","features":[38]},{"name":"SUBLANG_FULAH_SENEGAL","features":[38]},{"name":"SUBLANG_GALICIAN_GALICIAN","features":[38]},{"name":"SUBLANG_GEORGIAN_GEORGIA","features":[38]},{"name":"SUBLANG_GERMAN","features":[38]},{"name":"SUBLANG_GERMAN_AUSTRIAN","features":[38]},{"name":"SUBLANG_GERMAN_LIECHTENSTEIN","features":[38]},{"name":"SUBLANG_GERMAN_LUXEMBOURG","features":[38]},{"name":"SUBLANG_GERMAN_SWISS","features":[38]},{"name":"SUBLANG_GREEK_GREECE","features":[38]},{"name":"SUBLANG_GREENLANDIC_GREENLAND","features":[38]},{"name":"SUBLANG_GUJARATI_INDIA","features":[38]},{"name":"SUBLANG_HAUSA_NIGERIA_LATIN","features":[38]},{"name":"SUBLANG_HAWAIIAN_US","features":[38]},{"name":"SUBLANG_HEBREW_ISRAEL","features":[38]},{"name":"SUBLANG_HINDI_INDIA","features":[38]},{"name":"SUBLANG_HUNGARIAN_HUNGARY","features":[38]},{"name":"SUBLANG_ICELANDIC_ICELAND","features":[38]},{"name":"SUBLANG_IGBO_NIGERIA","features":[38]},{"name":"SUBLANG_INDONESIAN_INDONESIA","features":[38]},{"name":"SUBLANG_INUKTITUT_CANADA","features":[38]},{"name":"SUBLANG_INUKTITUT_CANADA_LATIN","features":[38]},{"name":"SUBLANG_IRISH_IRELAND","features":[38]},{"name":"SUBLANG_ITALIAN","features":[38]},{"name":"SUBLANG_ITALIAN_SWISS","features":[38]},{"name":"SUBLANG_JAPANESE_JAPAN","features":[38]},{"name":"SUBLANG_KANNADA_INDIA","features":[38]},{"name":"SUBLANG_KASHMIRI_INDIA","features":[38]},{"name":"SUBLANG_KASHMIRI_SASIA","features":[38]},{"name":"SUBLANG_KAZAK_KAZAKHSTAN","features":[38]},{"name":"SUBLANG_KHMER_CAMBODIA","features":[38]},{"name":"SUBLANG_KICHE_GUATEMALA","features":[38]},{"name":"SUBLANG_KINYARWANDA_RWANDA","features":[38]},{"name":"SUBLANG_KONKANI_INDIA","features":[38]},{"name":"SUBLANG_KOREAN","features":[38]},{"name":"SUBLANG_KYRGYZ_KYRGYZSTAN","features":[38]},{"name":"SUBLANG_LAO_LAO","features":[38]},{"name":"SUBLANG_LATVIAN_LATVIA","features":[38]},{"name":"SUBLANG_LITHUANIAN","features":[38]},{"name":"SUBLANG_LOWER_SORBIAN_GERMANY","features":[38]},{"name":"SUBLANG_LUXEMBOURGISH_LUXEMBOURG","features":[38]},{"name":"SUBLANG_MACEDONIAN_MACEDONIA","features":[38]},{"name":"SUBLANG_MALAYALAM_INDIA","features":[38]},{"name":"SUBLANG_MALAY_BRUNEI_DARUSSALAM","features":[38]},{"name":"SUBLANG_MALAY_MALAYSIA","features":[38]},{"name":"SUBLANG_MALTESE_MALTA","features":[38]},{"name":"SUBLANG_MAORI_NEW_ZEALAND","features":[38]},{"name":"SUBLANG_MAPUDUNGUN_CHILE","features":[38]},{"name":"SUBLANG_MARATHI_INDIA","features":[38]},{"name":"SUBLANG_MOHAWK_MOHAWK","features":[38]},{"name":"SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA","features":[38]},{"name":"SUBLANG_MONGOLIAN_PRC","features":[38]},{"name":"SUBLANG_NEPALI_INDIA","features":[38]},{"name":"SUBLANG_NEPALI_NEPAL","features":[38]},{"name":"SUBLANG_NEUTRAL","features":[38]},{"name":"SUBLANG_NORWEGIAN_BOKMAL","features":[38]},{"name":"SUBLANG_NORWEGIAN_NYNORSK","features":[38]},{"name":"SUBLANG_OCCITAN_FRANCE","features":[38]},{"name":"SUBLANG_ODIA_INDIA","features":[38]},{"name":"SUBLANG_ORIYA_INDIA","features":[38]},{"name":"SUBLANG_PASHTO_AFGHANISTAN","features":[38]},{"name":"SUBLANG_PERSIAN_IRAN","features":[38]},{"name":"SUBLANG_POLISH_POLAND","features":[38]},{"name":"SUBLANG_PORTUGUESE","features":[38]},{"name":"SUBLANG_PORTUGUESE_BRAZILIAN","features":[38]},{"name":"SUBLANG_PULAR_SENEGAL","features":[38]},{"name":"SUBLANG_PUNJABI_INDIA","features":[38]},{"name":"SUBLANG_PUNJABI_PAKISTAN","features":[38]},{"name":"SUBLANG_QUECHUA_BOLIVIA","features":[38]},{"name":"SUBLANG_QUECHUA_ECUADOR","features":[38]},{"name":"SUBLANG_QUECHUA_PERU","features":[38]},{"name":"SUBLANG_ROMANIAN_ROMANIA","features":[38]},{"name":"SUBLANG_ROMANSH_SWITZERLAND","features":[38]},{"name":"SUBLANG_RUSSIAN_RUSSIA","features":[38]},{"name":"SUBLANG_SAKHA_RUSSIA","features":[38]},{"name":"SUBLANG_SAMI_INARI_FINLAND","features":[38]},{"name":"SUBLANG_SAMI_LULE_NORWAY","features":[38]},{"name":"SUBLANG_SAMI_LULE_SWEDEN","features":[38]},{"name":"SUBLANG_SAMI_NORTHERN_FINLAND","features":[38]},{"name":"SUBLANG_SAMI_NORTHERN_NORWAY","features":[38]},{"name":"SUBLANG_SAMI_NORTHERN_SWEDEN","features":[38]},{"name":"SUBLANG_SAMI_SKOLT_FINLAND","features":[38]},{"name":"SUBLANG_SAMI_SOUTHERN_NORWAY","features":[38]},{"name":"SUBLANG_SAMI_SOUTHERN_SWEDEN","features":[38]},{"name":"SUBLANG_SANSKRIT_INDIA","features":[38]},{"name":"SUBLANG_SCOTTISH_GAELIC","features":[38]},{"name":"SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC","features":[38]},{"name":"SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN","features":[38]},{"name":"SUBLANG_SERBIAN_CROATIA","features":[38]},{"name":"SUBLANG_SERBIAN_CYRILLIC","features":[38]},{"name":"SUBLANG_SERBIAN_LATIN","features":[38]},{"name":"SUBLANG_SERBIAN_MONTENEGRO_CYRILLIC","features":[38]},{"name":"SUBLANG_SERBIAN_MONTENEGRO_LATIN","features":[38]},{"name":"SUBLANG_SERBIAN_SERBIA_CYRILLIC","features":[38]},{"name":"SUBLANG_SERBIAN_SERBIA_LATIN","features":[38]},{"name":"SUBLANG_SINDHI_AFGHANISTAN","features":[38]},{"name":"SUBLANG_SINDHI_INDIA","features":[38]},{"name":"SUBLANG_SINDHI_PAKISTAN","features":[38]},{"name":"SUBLANG_SINHALESE_SRI_LANKA","features":[38]},{"name":"SUBLANG_SLOVAK_SLOVAKIA","features":[38]},{"name":"SUBLANG_SLOVENIAN_SLOVENIA","features":[38]},{"name":"SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA","features":[38]},{"name":"SUBLANG_SPANISH","features":[38]},{"name":"SUBLANG_SPANISH_ARGENTINA","features":[38]},{"name":"SUBLANG_SPANISH_BOLIVIA","features":[38]},{"name":"SUBLANG_SPANISH_CHILE","features":[38]},{"name":"SUBLANG_SPANISH_COLOMBIA","features":[38]},{"name":"SUBLANG_SPANISH_COSTA_RICA","features":[38]},{"name":"SUBLANG_SPANISH_DOMINICAN_REPUBLIC","features":[38]},{"name":"SUBLANG_SPANISH_ECUADOR","features":[38]},{"name":"SUBLANG_SPANISH_EL_SALVADOR","features":[38]},{"name":"SUBLANG_SPANISH_GUATEMALA","features":[38]},{"name":"SUBLANG_SPANISH_HONDURAS","features":[38]},{"name":"SUBLANG_SPANISH_MEXICAN","features":[38]},{"name":"SUBLANG_SPANISH_MODERN","features":[38]},{"name":"SUBLANG_SPANISH_NICARAGUA","features":[38]},{"name":"SUBLANG_SPANISH_PANAMA","features":[38]},{"name":"SUBLANG_SPANISH_PARAGUAY","features":[38]},{"name":"SUBLANG_SPANISH_PERU","features":[38]},{"name":"SUBLANG_SPANISH_PUERTO_RICO","features":[38]},{"name":"SUBLANG_SPANISH_URUGUAY","features":[38]},{"name":"SUBLANG_SPANISH_US","features":[38]},{"name":"SUBLANG_SPANISH_VENEZUELA","features":[38]},{"name":"SUBLANG_SWAHILI_KENYA","features":[38]},{"name":"SUBLANG_SWEDISH","features":[38]},{"name":"SUBLANG_SWEDISH_FINLAND","features":[38]},{"name":"SUBLANG_SYRIAC_SYRIA","features":[38]},{"name":"SUBLANG_SYS_DEFAULT","features":[38]},{"name":"SUBLANG_TAJIK_TAJIKISTAN","features":[38]},{"name":"SUBLANG_TAMAZIGHT_ALGERIA_LATIN","features":[38]},{"name":"SUBLANG_TAMAZIGHT_MOROCCO_TIFINAGH","features":[38]},{"name":"SUBLANG_TAMIL_INDIA","features":[38]},{"name":"SUBLANG_TAMIL_SRI_LANKA","features":[38]},{"name":"SUBLANG_TATAR_RUSSIA","features":[38]},{"name":"SUBLANG_TELUGU_INDIA","features":[38]},{"name":"SUBLANG_THAI_THAILAND","features":[38]},{"name":"SUBLANG_TIBETAN_PRC","features":[38]},{"name":"SUBLANG_TIGRIGNA_ERITREA","features":[38]},{"name":"SUBLANG_TIGRINYA_ERITREA","features":[38]},{"name":"SUBLANG_TIGRINYA_ETHIOPIA","features":[38]},{"name":"SUBLANG_TSWANA_BOTSWANA","features":[38]},{"name":"SUBLANG_TSWANA_SOUTH_AFRICA","features":[38]},{"name":"SUBLANG_TURKISH_TURKEY","features":[38]},{"name":"SUBLANG_TURKMEN_TURKMENISTAN","features":[38]},{"name":"SUBLANG_UIGHUR_PRC","features":[38]},{"name":"SUBLANG_UI_CUSTOM_DEFAULT","features":[38]},{"name":"SUBLANG_UKRAINIAN_UKRAINE","features":[38]},{"name":"SUBLANG_UPPER_SORBIAN_GERMANY","features":[38]},{"name":"SUBLANG_URDU_INDIA","features":[38]},{"name":"SUBLANG_URDU_PAKISTAN","features":[38]},{"name":"SUBLANG_UZBEK_CYRILLIC","features":[38]},{"name":"SUBLANG_UZBEK_LATIN","features":[38]},{"name":"SUBLANG_VALENCIAN_VALENCIA","features":[38]},{"name":"SUBLANG_VIETNAMESE_VIETNAM","features":[38]},{"name":"SUBLANG_WELSH_UNITED_KINGDOM","features":[38]},{"name":"SUBLANG_WOLOF_SENEGAL","features":[38]},{"name":"SUBLANG_XHOSA_SOUTH_AFRICA","features":[38]},{"name":"SUBLANG_YAKUT_RUSSIA","features":[38]},{"name":"SUBLANG_YI_PRC","features":[38]},{"name":"SUBLANG_YORUBA_NIGERIA","features":[38]},{"name":"SUBLANG_ZULU_SOUTH_AFRICA","features":[38]},{"name":"SUPPORTED_OS_INFO","features":[38]},{"name":"SYSTEM_ACCESS_FILTER_ACE_TYPE","features":[38]},{"name":"SYSTEM_ACCESS_FILTER_NOCONSTRAINT_MASK","features":[38]},{"name":"SYSTEM_ACCESS_FILTER_VALID_MASK","features":[38]},{"name":"SYSTEM_ALARM_ACE_TYPE","features":[38]},{"name":"SYSTEM_ALARM_CALLBACK_ACE_TYPE","features":[38]},{"name":"SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE","features":[38]},{"name":"SYSTEM_ALARM_OBJECT_ACE_TYPE","features":[38]},{"name":"SYSTEM_AUDIT_ACE_TYPE","features":[38]},{"name":"SYSTEM_AUDIT_CALLBACK_ACE_TYPE","features":[38]},{"name":"SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE","features":[38]},{"name":"SYSTEM_AUDIT_OBJECT_ACE_TYPE","features":[38]},{"name":"SYSTEM_CACHE_ALIGNMENT_SIZE","features":[38]},{"name":"SYSTEM_MANDATORY_LABEL_ACE_TYPE","features":[38]},{"name":"SYSTEM_MANDATORY_LABEL_NO_EXECUTE_UP","features":[38]},{"name":"SYSTEM_MANDATORY_LABEL_NO_READ_UP","features":[38]},{"name":"SYSTEM_MANDATORY_LABEL_NO_WRITE_UP","features":[38]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE_TYPE","features":[38]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_VALID_MASK","features":[38]},{"name":"SYSTEM_PROCESS_TRUST_NOCONSTRAINT_MASK","features":[38]},{"name":"SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE","features":[38]},{"name":"SYSTEM_SCOPED_POLICY_ID_ACE_TYPE","features":[38]},{"name":"SeImageSignatureCache","features":[38]},{"name":"SeImageSignatureCatalogCached","features":[38]},{"name":"SeImageSignatureCatalogHint","features":[38]},{"name":"SeImageSignatureCatalogNotCached","features":[38]},{"name":"SeImageSignatureEmbedded","features":[38]},{"name":"SeImageSignatureNone","features":[38]},{"name":"SeImageSignaturePackageCatalog","features":[38]},{"name":"SeImageSignaturePplMitigated","features":[38]},{"name":"SevereError","features":[38]},{"name":"SharedVirtualDiskCDPSnapshotsSupported","features":[38]},{"name":"SharedVirtualDiskHandleState","features":[38]},{"name":"SharedVirtualDiskHandleStateFileShared","features":[38]},{"name":"SharedVirtualDiskHandleStateHandleShared","features":[38]},{"name":"SharedVirtualDiskHandleStateNone","features":[38]},{"name":"SharedVirtualDiskSnapshotsSupported","features":[38]},{"name":"SharedVirtualDiskSupportType","features":[38]},{"name":"SharedVirtualDisksSupported","features":[38]},{"name":"SharedVirtualDisksUnsupported","features":[38]},{"name":"SystemLoad","features":[38]},{"name":"TAPE_CHECK_FOR_DRIVE_PROBLEM","features":[38]},{"name":"TAPE_CREATE_PARTITION","features":[38]},{"name":"TAPE_DRIVE_ABSOLUTE_BLK","features":[38]},{"name":"TAPE_DRIVE_ABS_BLK_IMMED","features":[38]},{"name":"TAPE_DRIVE_CLEAN_REQUESTS","features":[38]},{"name":"TAPE_DRIVE_COMPRESSION","features":[38]},{"name":"TAPE_DRIVE_ECC","features":[38]},{"name":"TAPE_DRIVE_EJECT_MEDIA","features":[38]},{"name":"TAPE_DRIVE_END_OF_DATA","features":[38]},{"name":"TAPE_DRIVE_EOT_WZ_SIZE","features":[38]},{"name":"TAPE_DRIVE_ERASE_BOP_ONLY","features":[38]},{"name":"TAPE_DRIVE_ERASE_IMMEDIATE","features":[38]},{"name":"TAPE_DRIVE_ERASE_LONG","features":[38]},{"name":"TAPE_DRIVE_ERASE_SHORT","features":[38]},{"name":"TAPE_DRIVE_FILEMARKS","features":[38]},{"name":"TAPE_DRIVE_FIXED","features":[38]},{"name":"TAPE_DRIVE_FIXED_BLOCK","features":[38]},{"name":"TAPE_DRIVE_FORMAT","features":[38]},{"name":"TAPE_DRIVE_FORMAT_IMMEDIATE","features":[38]},{"name":"TAPE_DRIVE_GET_ABSOLUTE_BLK","features":[38]},{"name":"TAPE_DRIVE_GET_LOGICAL_BLK","features":[38]},{"name":"TAPE_DRIVE_HIGH_FEATURES","features":[38]},{"name":"TAPE_DRIVE_INITIATOR","features":[38]},{"name":"TAPE_DRIVE_LOAD_UNLD_IMMED","features":[38]},{"name":"TAPE_DRIVE_LOAD_UNLOAD","features":[38]},{"name":"TAPE_DRIVE_LOCK_UNLK_IMMED","features":[38]},{"name":"TAPE_DRIVE_LOCK_UNLOCK","features":[38]},{"name":"TAPE_DRIVE_LOGICAL_BLK","features":[38]},{"name":"TAPE_DRIVE_LOG_BLK_IMMED","features":[38]},{"name":"TAPE_DRIVE_PADDING","features":[38]},{"name":"TAPE_DRIVE_PROBLEM_TYPE","features":[38]},{"name":"TAPE_DRIVE_RELATIVE_BLKS","features":[38]},{"name":"TAPE_DRIVE_REPORT_SMKS","features":[38]},{"name":"TAPE_DRIVE_RESERVED_BIT","features":[38]},{"name":"TAPE_DRIVE_REVERSE_POSITION","features":[38]},{"name":"TAPE_DRIVE_REWIND_IMMEDIATE","features":[38]},{"name":"TAPE_DRIVE_SELECT","features":[38]},{"name":"TAPE_DRIVE_SEQUENTIAL_FMKS","features":[38]},{"name":"TAPE_DRIVE_SEQUENTIAL_SMKS","features":[38]},{"name":"TAPE_DRIVE_SETMARKS","features":[38]},{"name":"TAPE_DRIVE_SET_BLOCK_SIZE","features":[38]},{"name":"TAPE_DRIVE_SET_CMP_BOP_ONLY","features":[38]},{"name":"TAPE_DRIVE_SET_COMPRESSION","features":[38]},{"name":"TAPE_DRIVE_SET_ECC","features":[38]},{"name":"TAPE_DRIVE_SET_EOT_WZ_SIZE","features":[38]},{"name":"TAPE_DRIVE_SET_PADDING","features":[38]},{"name":"TAPE_DRIVE_SET_REPORT_SMKS","features":[38]},{"name":"TAPE_DRIVE_SPACE_IMMEDIATE","features":[38]},{"name":"TAPE_DRIVE_TAPE_CAPACITY","features":[38]},{"name":"TAPE_DRIVE_TAPE_REMAINING","features":[38]},{"name":"TAPE_DRIVE_TENSION","features":[38]},{"name":"TAPE_DRIVE_TENSION_IMMED","features":[38]},{"name":"TAPE_DRIVE_VARIABLE_BLOCK","features":[38]},{"name":"TAPE_DRIVE_WRITE_FILEMARKS","features":[38]},{"name":"TAPE_DRIVE_WRITE_LONG_FMKS","features":[38]},{"name":"TAPE_DRIVE_WRITE_MARK_IMMED","features":[38]},{"name":"TAPE_DRIVE_WRITE_PROTECT","features":[38]},{"name":"TAPE_DRIVE_WRITE_SETMARKS","features":[38]},{"name":"TAPE_DRIVE_WRITE_SHORT_FMKS","features":[38]},{"name":"TAPE_GET_DRIVE_PARAMETERS","features":[1,38]},{"name":"TAPE_GET_DRIVE_PARAMETERS_FEATURES_HIGH","features":[38]},{"name":"TAPE_GET_MEDIA_PARAMETERS","features":[1,38]},{"name":"TAPE_PSEUDO_LOGICAL_BLOCK","features":[38]},{"name":"TAPE_PSEUDO_LOGICAL_POSITION","features":[38]},{"name":"TAPE_QUERY_DEVICE_ERROR_DATA","features":[38]},{"name":"TAPE_QUERY_DRIVE_PARAMETERS","features":[38]},{"name":"TAPE_QUERY_IO_ERROR_DATA","features":[38]},{"name":"TAPE_QUERY_MEDIA_CAPACITY","features":[38]},{"name":"TAPE_SET_DRIVE_PARAMETERS","features":[1,38]},{"name":"TAPE_SET_MEDIA_PARAMETERS","features":[38]},{"name":"TAPE_WMI_OPERATIONS","features":[38]},{"name":"THREAD_BASE_PRIORITY_IDLE","features":[38]},{"name":"THREAD_BASE_PRIORITY_LOWRT","features":[38]},{"name":"THREAD_BASE_PRIORITY_MAX","features":[38]},{"name":"THREAD_BASE_PRIORITY_MIN","features":[38]},{"name":"THREAD_DYNAMIC_CODE_ALLOW","features":[38]},{"name":"THREAD_PROFILING_FLAG_DISPATCH","features":[38]},{"name":"TIME_ZONE_ID_DAYLIGHT","features":[38]},{"name":"TIME_ZONE_ID_STANDARD","features":[38]},{"name":"TIME_ZONE_ID_UNKNOWN","features":[38]},{"name":"TLS_MINIMUM_AVAILABLE","features":[38]},{"name":"TOKEN_BNO_ISOLATION_INFORMATION","features":[1,38]},{"name":"TOKEN_SID_INFORMATION","features":[5,38]},{"name":"TOKEN_SOURCE_LENGTH","features":[38]},{"name":"TRANSACTIONMANAGER_BASIC_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_BIND_TRANSACTION","features":[38]},{"name":"TRANSACTIONMANAGER_CREATE_RM","features":[38]},{"name":"TRANSACTIONMANAGER_INFORMATION_CLASS","features":[38]},{"name":"TRANSACTIONMANAGER_LOGPATH_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_LOG_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_OLDEST_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_QUERY_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_RECOVER","features":[38]},{"name":"TRANSACTIONMANAGER_RECOVERY_INFORMATION","features":[38]},{"name":"TRANSACTIONMANAGER_RENAME","features":[38]},{"name":"TRANSACTIONMANAGER_SET_INFORMATION","features":[38]},{"name":"TRANSACTION_BASIC_INFORMATION","features":[38]},{"name":"TRANSACTION_BIND_INFORMATION","features":[1,38]},{"name":"TRANSACTION_COMMIT","features":[38]},{"name":"TRANSACTION_ENLIST","features":[38]},{"name":"TRANSACTION_ENLISTMENTS_INFORMATION","features":[38]},{"name":"TRANSACTION_ENLISTMENT_PAIR","features":[38]},{"name":"TRANSACTION_INFORMATION_CLASS","features":[38]},{"name":"TRANSACTION_LIST_ENTRY","features":[38]},{"name":"TRANSACTION_LIST_INFORMATION","features":[38]},{"name":"TRANSACTION_PROPAGATE","features":[38]},{"name":"TRANSACTION_PROPERTIES_INFORMATION","features":[38]},{"name":"TRANSACTION_QUERY_INFORMATION","features":[38]},{"name":"TRANSACTION_RIGHT_RESERVED1","features":[38]},{"name":"TRANSACTION_ROLLBACK","features":[38]},{"name":"TRANSACTION_SET_INFORMATION","features":[38]},{"name":"TRANSACTION_STATE","features":[38]},{"name":"TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION","features":[38]},{"name":"TREE_CONNECT_ATTRIBUTE_GLOBAL","features":[38]},{"name":"TREE_CONNECT_ATTRIBUTE_INTEGRITY","features":[38]},{"name":"TREE_CONNECT_ATTRIBUTE_PINNED","features":[38]},{"name":"TREE_CONNECT_ATTRIBUTE_PRIVACY","features":[38]},{"name":"TRUST_PROTECTED_FILTER_ACE_FLAG","features":[38]},{"name":"TapeDriveCleanDriveNow","features":[38]},{"name":"TapeDriveHardwareError","features":[38]},{"name":"TapeDriveMediaLifeExpired","features":[38]},{"name":"TapeDriveProblemNone","features":[38]},{"name":"TapeDriveReadError","features":[38]},{"name":"TapeDriveReadWarning","features":[38]},{"name":"TapeDriveReadWriteError","features":[38]},{"name":"TapeDriveReadWriteWarning","features":[38]},{"name":"TapeDriveScsiConnectionError","features":[38]},{"name":"TapeDriveSnappedTape","features":[38]},{"name":"TapeDriveTimetoClean","features":[38]},{"name":"TapeDriveUnsupportedMedia","features":[38]},{"name":"TapeDriveWriteError","features":[38]},{"name":"TapeDriveWriteWarning","features":[38]},{"name":"TransactionBasicInformation","features":[38]},{"name":"TransactionBindInformation","features":[38]},{"name":"TransactionDTCPrivateInformation","features":[38]},{"name":"TransactionEnlistmentInformation","features":[38]},{"name":"TransactionManagerBasicInformation","features":[38]},{"name":"TransactionManagerLogInformation","features":[38]},{"name":"TransactionManagerLogPathInformation","features":[38]},{"name":"TransactionManagerOldestTransactionInformation","features":[38]},{"name":"TransactionManagerOnlineProbeInformation","features":[38]},{"name":"TransactionManagerRecoveryInformation","features":[38]},{"name":"TransactionPropertiesInformation","features":[38]},{"name":"TransactionStateCommittedNotify","features":[38]},{"name":"TransactionStateIndoubt","features":[38]},{"name":"TransactionStateNormal","features":[38]},{"name":"TransactionSuperiorEnlistmentInformation","features":[38]},{"name":"UCSCHAR_INVALID_CHARACTER","features":[38]},{"name":"UMS_CREATE_THREAD_ATTRIBUTES","features":[38]},{"name":"UNICODE_STRING_MAX_CHARS","features":[38]},{"name":"UNIFIEDBUILDREVISION_KEY","features":[38]},{"name":"UNIFIEDBUILDREVISION_MIN","features":[38]},{"name":"UNIFIEDBUILDREVISION_VALUE","features":[38]},{"name":"UNWIND_CHAIN_LIMIT","features":[38]},{"name":"UNWIND_HISTORY_TABLE_SIZE","features":[38]},{"name":"UNW_FLAG_NO_EPILOGUE","features":[38]},{"name":"UmsSchedulerStartup","features":[38]},{"name":"UmsSchedulerThreadBlocked","features":[38]},{"name":"UmsSchedulerThreadYield","features":[38]},{"name":"VALID_INHERIT_FLAGS","features":[38]},{"name":"VBS_BASIC_PAGE_MEASURED_DATA","features":[38]},{"name":"VBS_BASIC_PAGE_SYSTEM_CALL","features":[38]},{"name":"VBS_BASIC_PAGE_THREAD_DESCRIPTOR","features":[38]},{"name":"VBS_BASIC_PAGE_UNMEASURED_DATA","features":[38]},{"name":"VBS_BASIC_PAGE_ZERO_FILL","features":[38]},{"name":"VER_AND","features":[38]},{"name":"VER_CONDITION_MASK","features":[38]},{"name":"VER_EQUAL","features":[38]},{"name":"VER_GREATER","features":[38]},{"name":"VER_GREATER_EQUAL","features":[38]},{"name":"VER_LESS","features":[38]},{"name":"VER_LESS_EQUAL","features":[38]},{"name":"VER_NT_DOMAIN_CONTROLLER","features":[38]},{"name":"VER_NT_SERVER","features":[38]},{"name":"VER_NT_WORKSTATION","features":[38]},{"name":"VER_NUM_BITS_PER_CONDITION_MASK","features":[38]},{"name":"VER_OR","features":[38]},{"name":"VER_SERVER_NT","features":[38]},{"name":"VER_SUITE_BACKOFFICE","features":[38]},{"name":"VER_SUITE_BLADE","features":[38]},{"name":"VER_SUITE_COMMUNICATIONS","features":[38]},{"name":"VER_SUITE_COMPUTE_SERVER","features":[38]},{"name":"VER_SUITE_DATACENTER","features":[38]},{"name":"VER_SUITE_EMBEDDEDNT","features":[38]},{"name":"VER_SUITE_EMBEDDED_RESTRICTED","features":[38]},{"name":"VER_SUITE_ENTERPRISE","features":[38]},{"name":"VER_SUITE_MULTIUSERTS","features":[38]},{"name":"VER_SUITE_PERSONAL","features":[38]},{"name":"VER_SUITE_SECURITY_APPLIANCE","features":[38]},{"name":"VER_SUITE_SINGLEUSERTS","features":[38]},{"name":"VER_SUITE_SMALLBUSINESS","features":[38]},{"name":"VER_SUITE_SMALLBUSINESS_RESTRICTED","features":[38]},{"name":"VER_SUITE_STORAGE_SERVER","features":[38]},{"name":"VER_SUITE_TERMINAL","features":[38]},{"name":"VER_SUITE_WH_SERVER","features":[38]},{"name":"VER_WORKSTATION_NT","features":[38]},{"name":"VRL_CUSTOM_CLASS_BEGIN","features":[38]},{"name":"VRL_ENABLE_KERNEL_BREAKS","features":[38]},{"name":"VRL_PREDEFINED_CLASS_BEGIN","features":[38]},{"name":"WDT_INPROC64_CALL","features":[38]},{"name":"WDT_INPROC_CALL","features":[38]},{"name":"WDT_REMOTE_CALL","features":[38]},{"name":"WORD_WHEEL_OPEN_FLAGS","features":[38]},{"name":"WRITE_NV_MEMORY_FLAG_FLUSH","features":[38]},{"name":"WRITE_NV_MEMORY_FLAG_NON_TEMPORAL","features":[38]},{"name":"WRITE_NV_MEMORY_FLAG_NO_DRAIN","features":[38]},{"name":"WRITE_WATCH_FLAG_RESET","features":[38]},{"name":"WT_EXECUTEDELETEWAIT","features":[38]},{"name":"WT_EXECUTEINLONGTHREAD","features":[38]},{"name":"WT_EXECUTEINPERSISTENTIOTHREAD","features":[38]},{"name":"WT_EXECUTEINUITHREAD","features":[38]},{"name":"Win32ServiceOwnProcess","features":[38]},{"name":"Win32ServiceShareProcess","features":[38]},{"name":"X3_BTYPE_QP_INST_VAL_POS_X","features":[38]},{"name":"X3_BTYPE_QP_INST_WORD_POS_X","features":[38]},{"name":"X3_BTYPE_QP_INST_WORD_X","features":[38]},{"name":"X3_BTYPE_QP_SIZE_X","features":[38]},{"name":"X3_D_WH_INST_WORD_POS_X","features":[38]},{"name":"X3_D_WH_INST_WORD_X","features":[38]},{"name":"X3_D_WH_SIGN_VAL_POS_X","features":[38]},{"name":"X3_D_WH_SIZE_X","features":[38]},{"name":"X3_EMPTY_INST_VAL_POS_X","features":[38]},{"name":"X3_EMPTY_INST_WORD_POS_X","features":[38]},{"name":"X3_EMPTY_INST_WORD_X","features":[38]},{"name":"X3_EMPTY_SIZE_X","features":[38]},{"name":"X3_IMM20_INST_WORD_POS_X","features":[38]},{"name":"X3_IMM20_INST_WORD_X","features":[38]},{"name":"X3_IMM20_SIGN_VAL_POS_X","features":[38]},{"name":"X3_IMM20_SIZE_X","features":[38]},{"name":"X3_IMM39_1_INST_WORD_POS_X","features":[38]},{"name":"X3_IMM39_1_INST_WORD_X","features":[38]},{"name":"X3_IMM39_1_SIGN_VAL_POS_X","features":[38]},{"name":"X3_IMM39_1_SIZE_X","features":[38]},{"name":"X3_IMM39_2_INST_WORD_POS_X","features":[38]},{"name":"X3_IMM39_2_INST_WORD_X","features":[38]},{"name":"X3_IMM39_2_SIGN_VAL_POS_X","features":[38]},{"name":"X3_IMM39_2_SIZE_X","features":[38]},{"name":"X3_I_INST_WORD_POS_X","features":[38]},{"name":"X3_I_INST_WORD_X","features":[38]},{"name":"X3_I_SIGN_VAL_POS_X","features":[38]},{"name":"X3_I_SIZE_X","features":[38]},{"name":"X3_OPCODE_INST_WORD_POS_X","features":[38]},{"name":"X3_OPCODE_INST_WORD_X","features":[38]},{"name":"X3_OPCODE_SIGN_VAL_POS_X","features":[38]},{"name":"X3_OPCODE_SIZE_X","features":[38]},{"name":"X3_P_INST_WORD_POS_X","features":[38]},{"name":"X3_P_INST_WORD_X","features":[38]},{"name":"X3_P_SIGN_VAL_POS_X","features":[38]},{"name":"X3_P_SIZE_X","features":[38]},{"name":"X3_TMPLT_INST_WORD_POS_X","features":[38]},{"name":"X3_TMPLT_INST_WORD_X","features":[38]},{"name":"X3_TMPLT_SIGN_VAL_POS_X","features":[38]},{"name":"X3_TMPLT_SIZE_X","features":[38]},{"name":"X86_CACHE_ALIGNMENT_SIZE","features":[38]},{"name":"XSAVE_CET_U_FORMAT","features":[38]},{"name":"XSTATE_ALIGN_BIT","features":[38]},{"name":"XSTATE_AMX_TILE_CONFIG","features":[38]},{"name":"XSTATE_AMX_TILE_DATA","features":[38]},{"name":"XSTATE_AVX","features":[38]},{"name":"XSTATE_AVX512_KMASK","features":[38]},{"name":"XSTATE_AVX512_ZMM","features":[38]},{"name":"XSTATE_AVX512_ZMM_H","features":[38]},{"name":"XSTATE_CET_S","features":[38]},{"name":"XSTATE_CET_U","features":[38]},{"name":"XSTATE_COMPACTION_ENABLE","features":[38]},{"name":"XSTATE_CONTROLFLAG_XFD_MASK","features":[38]},{"name":"XSTATE_CONTROLFLAG_XSAVEC_MASK","features":[38]},{"name":"XSTATE_CONTROLFLAG_XSAVEOPT_MASK","features":[38]},{"name":"XSTATE_GSSE","features":[38]},{"name":"XSTATE_IPT","features":[38]},{"name":"XSTATE_LEGACY_FLOATING_POINT","features":[38]},{"name":"XSTATE_LEGACY_SSE","features":[38]},{"name":"XSTATE_LWP","features":[38]},{"name":"XSTATE_MPX_BNDCSR","features":[38]},{"name":"XSTATE_MPX_BNDREGS","features":[38]},{"name":"XSTATE_PASID","features":[38]},{"name":"XSTATE_XFD_BIT","features":[38]},{"name":"_MM_HINT_NTA","features":[38]},{"name":"_MM_HINT_T0","features":[38]},{"name":"_MM_HINT_T1","features":[38]},{"name":"_MM_HINT_T2","features":[38]},{"name":"remoteMETAFILEPICT","features":[43,38]},{"name":"userBITMAP","features":[38]},{"name":"userCLIPFORMAT","features":[38]},{"name":"userHBITMAP","features":[38]},{"name":"userHENHMETAFILE","features":[43,38]},{"name":"userHGLOBAL","features":[43,38]},{"name":"userHMETAFILE","features":[43,38]},{"name":"userHMETAFILEPICT","features":[43,38]},{"name":"userHPALETTE","features":[13,38]}],"625":[{"name":"ABOVE_NORMAL_PRIORITY_CLASS","features":[39]},{"name":"ALL_PROCESSOR_GROUPS","features":[39]},{"name":"APC_CALLBACK_FUNCTION","features":[39]},{"name":"APP_MEMORY_INFORMATION","features":[39]},{"name":"AVRT_PRIORITY","features":[39]},{"name":"AVRT_PRIORITY_CRITICAL","features":[39]},{"name":"AVRT_PRIORITY_HIGH","features":[39]},{"name":"AVRT_PRIORITY_LOW","features":[39]},{"name":"AVRT_PRIORITY_NORMAL","features":[39]},{"name":"AVRT_PRIORITY_VERYLOW","features":[39]},{"name":"AcquireSRWLockExclusive","features":[39]},{"name":"AcquireSRWLockShared","features":[39]},{"name":"AddIntegrityLabelToBoundaryDescriptor","features":[1,5,39]},{"name":"AddSIDToBoundaryDescriptor","features":[1,5,39]},{"name":"AttachThreadInput","features":[1,39]},{"name":"AvQuerySystemResponsiveness","features":[1,39]},{"name":"AvRevertMmThreadCharacteristics","features":[1,39]},{"name":"AvRtCreateThreadOrderingGroup","features":[1,39]},{"name":"AvRtCreateThreadOrderingGroupExA","features":[1,39]},{"name":"AvRtCreateThreadOrderingGroupExW","features":[1,39]},{"name":"AvRtDeleteThreadOrderingGroup","features":[1,39]},{"name":"AvRtJoinThreadOrderingGroup","features":[1,39]},{"name":"AvRtLeaveThreadOrderingGroup","features":[1,39]},{"name":"AvRtWaitOnThreadOrderingGroup","features":[1,39]},{"name":"AvSetMmMaxThreadCharacteristicsA","features":[1,39]},{"name":"AvSetMmMaxThreadCharacteristicsW","features":[1,39]},{"name":"AvSetMmThreadCharacteristicsA","features":[1,39]},{"name":"AvSetMmThreadCharacteristicsW","features":[1,39]},{"name":"AvSetMmThreadPriority","features":[1,39]},{"name":"BELOW_NORMAL_PRIORITY_CLASS","features":[39]},{"name":"CONDITION_VARIABLE","features":[39]},{"name":"CONDITION_VARIABLE_INIT","features":[39]},{"name":"CONDITION_VARIABLE_LOCKMODE_SHARED","features":[39]},{"name":"CREATE_BREAKAWAY_FROM_JOB","features":[39]},{"name":"CREATE_DEFAULT_ERROR_MODE","features":[39]},{"name":"CREATE_EVENT","features":[39]},{"name":"CREATE_EVENT_INITIAL_SET","features":[39]},{"name":"CREATE_EVENT_MANUAL_RESET","features":[39]},{"name":"CREATE_FORCEDOS","features":[39]},{"name":"CREATE_IGNORE_SYSTEM_DEFAULT","features":[39]},{"name":"CREATE_MUTEX_INITIAL_OWNER","features":[39]},{"name":"CREATE_NEW_CONSOLE","features":[39]},{"name":"CREATE_NEW_PROCESS_GROUP","features":[39]},{"name":"CREATE_NO_WINDOW","features":[39]},{"name":"CREATE_PRESERVE_CODE_AUTHZ_LEVEL","features":[39]},{"name":"CREATE_PROCESS_LOGON_FLAGS","features":[39]},{"name":"CREATE_PROTECTED_PROCESS","features":[39]},{"name":"CREATE_SECURE_PROCESS","features":[39]},{"name":"CREATE_SEPARATE_WOW_VDM","features":[39]},{"name":"CREATE_SHARED_WOW_VDM","features":[39]},{"name":"CREATE_SUSPENDED","features":[39]},{"name":"CREATE_UNICODE_ENVIRONMENT","features":[39]},{"name":"CREATE_WAITABLE_TIMER_HIGH_RESOLUTION","features":[39]},{"name":"CREATE_WAITABLE_TIMER_MANUAL_RESET","features":[39]},{"name":"CRITICAL_SECTION","features":[1,8,39]},{"name":"CRITICAL_SECTION_DEBUG","features":[1,8,39]},{"name":"CallbackMayRunLong","features":[1,39]},{"name":"CancelThreadpoolIo","features":[39]},{"name":"CancelTimerQueueTimer","features":[1,39]},{"name":"CancelWaitableTimer","features":[1,39]},{"name":"ChangeTimerQueueTimer","features":[1,39]},{"name":"ClosePrivateNamespace","features":[1,39]},{"name":"CloseThreadpool","features":[39]},{"name":"CloseThreadpoolCleanupGroup","features":[39]},{"name":"CloseThreadpoolCleanupGroupMembers","features":[1,39]},{"name":"CloseThreadpoolIo","features":[39]},{"name":"CloseThreadpoolTimer","features":[39]},{"name":"CloseThreadpoolWait","features":[39]},{"name":"CloseThreadpoolWork","features":[39]},{"name":"ConvertFiberToThread","features":[1,39]},{"name":"ConvertThreadToFiber","features":[39]},{"name":"ConvertThreadToFiberEx","features":[39]},{"name":"CreateBoundaryDescriptorA","features":[1,39]},{"name":"CreateBoundaryDescriptorW","features":[1,39]},{"name":"CreateEventA","features":[1,5,39]},{"name":"CreateEventExA","features":[1,5,39]},{"name":"CreateEventExW","features":[1,5,39]},{"name":"CreateEventW","features":[1,5,39]},{"name":"CreateFiber","features":[39]},{"name":"CreateFiberEx","features":[39]},{"name":"CreateMutexA","features":[1,5,39]},{"name":"CreateMutexExA","features":[1,5,39]},{"name":"CreateMutexExW","features":[1,5,39]},{"name":"CreateMutexW","features":[1,5,39]},{"name":"CreatePrivateNamespaceA","features":[1,5,39]},{"name":"CreatePrivateNamespaceW","features":[1,5,39]},{"name":"CreateProcessA","features":[1,5,39]},{"name":"CreateProcessAsUserA","features":[1,5,39]},{"name":"CreateProcessAsUserW","features":[1,5,39]},{"name":"CreateProcessW","features":[1,5,39]},{"name":"CreateProcessWithLogonW","features":[1,39]},{"name":"CreateProcessWithTokenW","features":[1,39]},{"name":"CreateRemoteThread","features":[1,5,39]},{"name":"CreateRemoteThreadEx","features":[1,5,39]},{"name":"CreateSemaphoreA","features":[1,5,39]},{"name":"CreateSemaphoreExA","features":[1,5,39]},{"name":"CreateSemaphoreExW","features":[1,5,39]},{"name":"CreateSemaphoreW","features":[1,5,39]},{"name":"CreateThread","features":[1,5,39]},{"name":"CreateThreadpool","features":[39]},{"name":"CreateThreadpoolCleanupGroup","features":[39]},{"name":"CreateThreadpoolIo","features":[1,39]},{"name":"CreateThreadpoolTimer","features":[39]},{"name":"CreateThreadpoolWait","features":[39]},{"name":"CreateThreadpoolWork","features":[39]},{"name":"CreateTimerQueue","features":[1,39]},{"name":"CreateTimerQueueTimer","features":[1,39]},{"name":"CreateUmsCompletionList","features":[1,39]},{"name":"CreateUmsThreadContext","features":[1,39]},{"name":"CreateWaitableTimerA","features":[1,5,39]},{"name":"CreateWaitableTimerExA","features":[1,5,39]},{"name":"CreateWaitableTimerExW","features":[1,5,39]},{"name":"CreateWaitableTimerW","features":[1,5,39]},{"name":"DEBUG_ONLY_THIS_PROCESS","features":[39]},{"name":"DEBUG_PROCESS","features":[39]},{"name":"DETACHED_PROCESS","features":[39]},{"name":"DeleteBoundaryDescriptor","features":[1,39]},{"name":"DeleteCriticalSection","features":[1,8,39]},{"name":"DeleteFiber","features":[39]},{"name":"DeleteProcThreadAttributeList","features":[39]},{"name":"DeleteSynchronizationBarrier","features":[1,39]},{"name":"DeleteTimerQueue","features":[1,39]},{"name":"DeleteTimerQueueEx","features":[1,39]},{"name":"DeleteTimerQueueTimer","features":[1,39]},{"name":"DeleteUmsCompletionList","features":[1,39]},{"name":"DeleteUmsThreadContext","features":[1,39]},{"name":"DequeueUmsCompletionListItems","features":[1,39]},{"name":"DisassociateCurrentThreadFromCallback","features":[39]},{"name":"EVENT_ALL_ACCESS","features":[39]},{"name":"EVENT_MODIFY_STATE","features":[39]},{"name":"EXTENDED_STARTUPINFO_PRESENT","features":[39]},{"name":"EnterCriticalSection","features":[1,8,39]},{"name":"EnterSynchronizationBarrier","features":[1,39]},{"name":"EnterUmsSchedulingMode","features":[1,38,39]},{"name":"ExecuteUmsThread","features":[1,39]},{"name":"ExitProcess","features":[39]},{"name":"ExitThread","features":[39]},{"name":"FLS_OUT_OF_INDEXES","features":[39]},{"name":"FlsAlloc","features":[39]},{"name":"FlsFree","features":[1,39]},{"name":"FlsGetValue","features":[39]},{"name":"FlsSetValue","features":[1,39]},{"name":"FlushProcessWriteBuffers","features":[39]},{"name":"FreeLibraryWhenCallbackReturns","features":[1,39]},{"name":"GET_GUI_RESOURCES_FLAGS","features":[39]},{"name":"GR_GDIOBJECTS","features":[39]},{"name":"GR_GDIOBJECTS_PEAK","features":[39]},{"name":"GR_GLOBAL","features":[39]},{"name":"GR_USEROBJECTS","features":[39]},{"name":"GR_USEROBJECTS_PEAK","features":[39]},{"name":"GetActiveProcessorCount","features":[39]},{"name":"GetActiveProcessorGroupCount","features":[39]},{"name":"GetCurrentProcess","features":[1,39]},{"name":"GetCurrentProcessId","features":[39]},{"name":"GetCurrentProcessToken","features":[1,39]},{"name":"GetCurrentProcessorNumber","features":[39]},{"name":"GetCurrentProcessorNumberEx","features":[8,39]},{"name":"GetCurrentThread","features":[1,39]},{"name":"GetCurrentThreadEffectiveToken","features":[1,39]},{"name":"GetCurrentThreadId","features":[39]},{"name":"GetCurrentThreadStackLimits","features":[39]},{"name":"GetCurrentThreadToken","features":[1,39]},{"name":"GetCurrentUmsThread","features":[39]},{"name":"GetExitCodeProcess","features":[1,39]},{"name":"GetExitCodeThread","features":[1,39]},{"name":"GetGuiResources","features":[1,39]},{"name":"GetMachineTypeAttributes","features":[39]},{"name":"GetMaximumProcessorCount","features":[39]},{"name":"GetMaximumProcessorGroupCount","features":[39]},{"name":"GetNextUmsListItem","features":[39]},{"name":"GetNumaAvailableMemoryNode","features":[1,39]},{"name":"GetNumaAvailableMemoryNodeEx","features":[1,39]},{"name":"GetNumaHighestNodeNumber","features":[1,39]},{"name":"GetNumaNodeNumberFromHandle","features":[1,39]},{"name":"GetNumaNodeProcessorMask","features":[1,39]},{"name":"GetNumaNodeProcessorMask2","features":[1,34,39]},{"name":"GetNumaNodeProcessorMaskEx","features":[1,34,39]},{"name":"GetNumaProcessorNode","features":[1,39]},{"name":"GetNumaProcessorNodeEx","features":[1,8,39]},{"name":"GetNumaProximityNode","features":[1,39]},{"name":"GetNumaProximityNodeEx","features":[1,39]},{"name":"GetPriorityClass","features":[1,39]},{"name":"GetProcessAffinityMask","features":[1,39]},{"name":"GetProcessDEPPolicy","features":[1,39]},{"name":"GetProcessDefaultCpuSetMasks","features":[1,34,39]},{"name":"GetProcessDefaultCpuSets","features":[1,39]},{"name":"GetProcessGroupAffinity","features":[1,39]},{"name":"GetProcessHandleCount","features":[1,39]},{"name":"GetProcessHandleFromHwnd","features":[1,39]},{"name":"GetProcessId","features":[1,39]},{"name":"GetProcessIdOfThread","features":[1,39]},{"name":"GetProcessInformation","features":[1,39]},{"name":"GetProcessIoCounters","features":[1,39]},{"name":"GetProcessMitigationPolicy","features":[1,39]},{"name":"GetProcessPriorityBoost","features":[1,39]},{"name":"GetProcessShutdownParameters","features":[1,39]},{"name":"GetProcessTimes","features":[1,39]},{"name":"GetProcessVersion","features":[39]},{"name":"GetProcessWorkingSetSize","features":[1,39]},{"name":"GetStartupInfoA","features":[1,39]},{"name":"GetStartupInfoW","features":[1,39]},{"name":"GetSystemTimes","features":[1,39]},{"name":"GetThreadDescription","features":[1,39]},{"name":"GetThreadGroupAffinity","features":[1,34,39]},{"name":"GetThreadIOPendingFlag","features":[1,39]},{"name":"GetThreadId","features":[1,39]},{"name":"GetThreadIdealProcessorEx","features":[1,8,39]},{"name":"GetThreadInformation","features":[1,39]},{"name":"GetThreadPriority","features":[1,39]},{"name":"GetThreadPriorityBoost","features":[1,39]},{"name":"GetThreadSelectedCpuSetMasks","features":[1,34,39]},{"name":"GetThreadSelectedCpuSets","features":[1,39]},{"name":"GetThreadTimes","features":[1,39]},{"name":"GetUmsCompletionListEvent","features":[1,39]},{"name":"GetUmsSystemThreadInformation","features":[1,39]},{"name":"HIGH_PRIORITY_CLASS","features":[39]},{"name":"IDLE_PRIORITY_CLASS","features":[39]},{"name":"INFINITE","features":[39]},{"name":"INHERIT_CALLER_PRIORITY","features":[39]},{"name":"INHERIT_PARENT_AFFINITY","features":[39]},{"name":"INIT_ONCE","features":[39]},{"name":"INIT_ONCE_ASYNC","features":[39]},{"name":"INIT_ONCE_CHECK_ONLY","features":[39]},{"name":"INIT_ONCE_CTX_RESERVED_BITS","features":[39]},{"name":"INIT_ONCE_INIT_FAILED","features":[39]},{"name":"INIT_ONCE_STATIC_INIT","features":[39]},{"name":"IO_COUNTERS","features":[39]},{"name":"IRtwqAsyncCallback","features":[39]},{"name":"IRtwqAsyncResult","features":[39]},{"name":"IRtwqPlatformEvents","features":[39]},{"name":"InitOnceBeginInitialize","features":[1,39]},{"name":"InitOnceComplete","features":[1,39]},{"name":"InitOnceExecuteOnce","features":[1,39]},{"name":"InitOnceInitialize","features":[39]},{"name":"InitializeConditionVariable","features":[39]},{"name":"InitializeCriticalSection","features":[1,8,39]},{"name":"InitializeCriticalSectionAndSpinCount","features":[1,8,39]},{"name":"InitializeCriticalSectionEx","features":[1,8,39]},{"name":"InitializeProcThreadAttributeList","features":[1,39]},{"name":"InitializeSListHead","features":[8,39]},{"name":"InitializeSRWLock","features":[39]},{"name":"InitializeSynchronizationBarrier","features":[1,39]},{"name":"InterlockedFlushSList","features":[8,39]},{"name":"InterlockedPopEntrySList","features":[8,39]},{"name":"InterlockedPushEntrySList","features":[8,39]},{"name":"InterlockedPushListSListEx","features":[8,39]},{"name":"IsImmersiveProcess","features":[1,39]},{"name":"IsProcessCritical","features":[1,39]},{"name":"IsProcessorFeaturePresent","features":[1,39]},{"name":"IsThreadAFiber","features":[1,39]},{"name":"IsThreadpoolTimerSet","features":[1,39]},{"name":"IsWow64Process","features":[1,39]},{"name":"IsWow64Process2","features":[1,34,39]},{"name":"KernelEnabled","features":[39]},{"name":"LOGON_NETCREDENTIALS_ONLY","features":[39]},{"name":"LOGON_WITH_PROFILE","features":[39]},{"name":"LPFIBER_START_ROUTINE","features":[39]},{"name":"LPPROC_THREAD_ATTRIBUTE_LIST","features":[39]},{"name":"LPTHREAD_START_ROUTINE","features":[39]},{"name":"LeaveCriticalSection","features":[1,8,39]},{"name":"LeaveCriticalSectionWhenCallbackReturns","features":[1,8,39]},{"name":"MACHINE_ATTRIBUTES","features":[39]},{"name":"MEMORY_PRIORITY","features":[39]},{"name":"MEMORY_PRIORITY_BELOW_NORMAL","features":[39]},{"name":"MEMORY_PRIORITY_INFORMATION","features":[39]},{"name":"MEMORY_PRIORITY_LOW","features":[39]},{"name":"MEMORY_PRIORITY_MEDIUM","features":[39]},{"name":"MEMORY_PRIORITY_NORMAL","features":[39]},{"name":"MEMORY_PRIORITY_VERY_LOW","features":[39]},{"name":"MUTEX_ALL_ACCESS","features":[39]},{"name":"MUTEX_MODIFY_STATE","features":[39]},{"name":"MaxProcessMitigationPolicy","features":[39]},{"name":"NORMAL_PRIORITY_CLASS","features":[39]},{"name":"OVERRIDE_PREFETCH_PARAMETER","features":[39]},{"name":"OpenEventA","features":[1,39]},{"name":"OpenEventW","features":[1,39]},{"name":"OpenMutexW","features":[1,39]},{"name":"OpenPrivateNamespaceA","features":[1,39]},{"name":"OpenPrivateNamespaceW","features":[1,39]},{"name":"OpenProcess","features":[1,39]},{"name":"OpenProcessToken","features":[1,5,39]},{"name":"OpenSemaphoreW","features":[1,39]},{"name":"OpenThread","features":[1,39]},{"name":"OpenThreadToken","features":[1,5,39]},{"name":"OpenWaitableTimerA","features":[1,39]},{"name":"OpenWaitableTimerW","features":[1,39]},{"name":"PEB","features":[1,8,39]},{"name":"PEB_LDR_DATA","features":[8,39]},{"name":"PFLS_CALLBACK_FUNCTION","features":[39]},{"name":"PF_3DNOW_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ALPHA_BYTE_INSTRUCTIONS","features":[39]},{"name":"PF_ARM_64BIT_LOADSTORE_ATOMIC","features":[39]},{"name":"PF_ARM_DIVIDE_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_ARM_EXTERNAL_CACHE_AVAILABLE","features":[39]},{"name":"PF_ARM_FMAC_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_NEON_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V82_DP_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V83_JSCVT_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_V8_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_ARM_VFP_32_REGISTERS_AVAILABLE","features":[39]},{"name":"PF_AVX2_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_AVX512F_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_AVX_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_CHANNELS_ENABLED","features":[39]},{"name":"PF_COMPARE64_EXCHANGE128","features":[39]},{"name":"PF_COMPARE_EXCHANGE128","features":[39]},{"name":"PF_COMPARE_EXCHANGE_DOUBLE","features":[39]},{"name":"PF_ERMS_AVAILABLE","features":[39]},{"name":"PF_FASTFAIL_AVAILABLE","features":[39]},{"name":"PF_FLOATING_POINT_EMULATED","features":[39]},{"name":"PF_FLOATING_POINT_PRECISION_ERRATA","features":[39]},{"name":"PF_MMX_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_MONITORX_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_NX_ENABLED","features":[39]},{"name":"PF_PAE_ENABLED","features":[39]},{"name":"PF_PPC_MOVEMEM_64BIT_OK","features":[39]},{"name":"PF_RDPID_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_RDRAND_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_RDTSCP_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_RDTSC_INSTRUCTION_AVAILABLE","features":[39]},{"name":"PF_RDWRFSGSBASE_AVAILABLE","features":[39]},{"name":"PF_SECOND_LEVEL_ADDRESS_TRANSLATION","features":[39]},{"name":"PF_SSE3_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_SSE4_1_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_SSE4_2_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_SSE_DAZ_MODE_AVAILABLE","features":[39]},{"name":"PF_SSSE3_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_VIRT_FIRMWARE_ENABLED","features":[39]},{"name":"PF_XMMI64_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_XMMI_INSTRUCTIONS_AVAILABLE","features":[39]},{"name":"PF_XSAVE_ENABLED","features":[39]},{"name":"PINIT_ONCE_FN","features":[1,39]},{"name":"PMETypeFailFastOnCommitFailure","features":[39]},{"name":"PMETypeMax","features":[39]},{"name":"PME_CURRENT_VERSION","features":[39]},{"name":"PME_FAILFAST_ON_COMMIT_FAIL_DISABLE","features":[39]},{"name":"PME_FAILFAST_ON_COMMIT_FAIL_ENABLE","features":[39]},{"name":"POWER_REQUEST_CONTEXT_DETAILED_STRING","features":[39]},{"name":"POWER_REQUEST_CONTEXT_FLAGS","features":[39]},{"name":"POWER_REQUEST_CONTEXT_SIMPLE_STRING","features":[39]},{"name":"PPS_POST_PROCESS_INIT_ROUTINE","features":[39]},{"name":"PRIVATE_NAMESPACE_FLAG_DESTROY","features":[39]},{"name":"PROCESSOR_FEATURE_ID","features":[39]},{"name":"PROCESS_ACCESS_RIGHTS","features":[39]},{"name":"PROCESS_AFFINITY_AUTO_UPDATE_FLAGS","features":[39]},{"name":"PROCESS_AFFINITY_DISABLE_AUTO_UPDATE","features":[39]},{"name":"PROCESS_AFFINITY_ENABLE_AUTO_UPDATE","features":[39]},{"name":"PROCESS_ALL_ACCESS","features":[39]},{"name":"PROCESS_BASIC_INFORMATION","features":[1,8,39]},{"name":"PROCESS_CREATE_PROCESS","features":[39]},{"name":"PROCESS_CREATE_THREAD","features":[39]},{"name":"PROCESS_CREATION_FLAGS","features":[39]},{"name":"PROCESS_DELETE","features":[39]},{"name":"PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION","features":[39]},{"name":"PROCESS_DEP_ENABLE","features":[39]},{"name":"PROCESS_DEP_FLAGS","features":[39]},{"name":"PROCESS_DEP_NONE","features":[39]},{"name":"PROCESS_DUP_HANDLE","features":[39]},{"name":"PROCESS_DYNAMIC_EH_CONTINUATION_TARGET","features":[39]},{"name":"PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION","features":[39]},{"name":"PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE","features":[39]},{"name":"PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION","features":[39]},{"name":"PROCESS_INFORMATION","features":[1,39]},{"name":"PROCESS_INFORMATION_CLASS","features":[39]},{"name":"PROCESS_LEAP_SECOND_INFO","features":[39]},{"name":"PROCESS_LEAP_SECOND_INFO_FLAG_ENABLE_SIXTY_SECOND","features":[39]},{"name":"PROCESS_LEAP_SECOND_INFO_VALID_FLAGS","features":[39]},{"name":"PROCESS_MACHINE_INFORMATION","features":[34,39]},{"name":"PROCESS_MEMORY_EXHAUSTION_INFO","features":[39]},{"name":"PROCESS_MEMORY_EXHAUSTION_TYPE","features":[39]},{"name":"PROCESS_MITIGATION_POLICY","features":[39]},{"name":"PROCESS_MODE_BACKGROUND_BEGIN","features":[39]},{"name":"PROCESS_MODE_BACKGROUND_END","features":[39]},{"name":"PROCESS_NAME_FORMAT","features":[39]},{"name":"PROCESS_NAME_NATIVE","features":[39]},{"name":"PROCESS_NAME_WIN32","features":[39]},{"name":"PROCESS_POWER_THROTTLING_CURRENT_VERSION","features":[39]},{"name":"PROCESS_POWER_THROTTLING_EXECUTION_SPEED","features":[39]},{"name":"PROCESS_POWER_THROTTLING_IGNORE_TIMER_RESOLUTION","features":[39]},{"name":"PROCESS_POWER_THROTTLING_STATE","features":[39]},{"name":"PROCESS_PROTECTION_LEVEL","features":[39]},{"name":"PROCESS_PROTECTION_LEVEL_INFORMATION","features":[39]},{"name":"PROCESS_QUERY_INFORMATION","features":[39]},{"name":"PROCESS_QUERY_LIMITED_INFORMATION","features":[39]},{"name":"PROCESS_READ_CONTROL","features":[39]},{"name":"PROCESS_SET_INFORMATION","features":[39]},{"name":"PROCESS_SET_LIMITED_INFORMATION","features":[39]},{"name":"PROCESS_SET_QUOTA","features":[39]},{"name":"PROCESS_SET_SESSIONID","features":[39]},{"name":"PROCESS_STANDARD_RIGHTS_REQUIRED","features":[39]},{"name":"PROCESS_SUSPEND_RESUME","features":[39]},{"name":"PROCESS_SYNCHRONIZE","features":[39]},{"name":"PROCESS_TERMINATE","features":[39]},{"name":"PROCESS_VM_OPERATION","features":[39]},{"name":"PROCESS_VM_READ","features":[39]},{"name":"PROCESS_VM_WRITE","features":[39]},{"name":"PROCESS_WRITE_DAC","features":[39]},{"name":"PROCESS_WRITE_OWNER","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_ALL_APPLICATION_PACKAGES_POLICY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_CHILD_PROCESS_POLICY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_COMPONENT_FILTER","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_DESKTOP_APP_POLICY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_ENABLE_OPTIONAL_XSTATE_FEATURES","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_GROUP_AFFINITY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_HANDLE_LIST","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_IDEAL_PROCESSOR","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_JOB_LIST","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_MACHINE_TYPE","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_MITIGATION_AUDIT_POLICY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_NUM","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_PARENT_PROCESS","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_PREFERRED_NODE","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_PROTECTION_LEVEL","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_REPLACE_VALUE","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_SECURITY_CAPABILITIES","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_UMS_THREAD","features":[39]},{"name":"PROC_THREAD_ATTRIBUTE_WIN32K_FILTER","features":[39]},{"name":"PROFILE_KERNEL","features":[39]},{"name":"PROFILE_SERVER","features":[39]},{"name":"PROFILE_USER","features":[39]},{"name":"PROTECTION_LEVEL_ANTIMALWARE_LIGHT","features":[39]},{"name":"PROTECTION_LEVEL_AUTHENTICODE","features":[39]},{"name":"PROTECTION_LEVEL_CODEGEN_LIGHT","features":[39]},{"name":"PROTECTION_LEVEL_LSA_LIGHT","features":[39]},{"name":"PROTECTION_LEVEL_NONE","features":[39]},{"name":"PROTECTION_LEVEL_PPL_APP","features":[39]},{"name":"PROTECTION_LEVEL_WINDOWS","features":[39]},{"name":"PROTECTION_LEVEL_WINDOWS_LIGHT","features":[39]},{"name":"PROTECTION_LEVEL_WINTCB","features":[39]},{"name":"PROTECTION_LEVEL_WINTCB_LIGHT","features":[39]},{"name":"PRTL_UMS_SCHEDULER_ENTRY_POINT","features":[38,39]},{"name":"PTIMERAPCROUTINE","features":[39]},{"name":"PTP_CALLBACK_INSTANCE","features":[39]},{"name":"PTP_CLEANUP_GROUP","features":[39]},{"name":"PTP_CLEANUP_GROUP_CANCEL_CALLBACK","features":[39]},{"name":"PTP_IO","features":[39]},{"name":"PTP_POOL","features":[39]},{"name":"PTP_SIMPLE_CALLBACK","features":[39]},{"name":"PTP_TIMER","features":[39]},{"name":"PTP_TIMER_CALLBACK","features":[39]},{"name":"PTP_WAIT","features":[39]},{"name":"PTP_WAIT_CALLBACK","features":[39]},{"name":"PTP_WIN32_IO_CALLBACK","features":[39]},{"name":"PTP_WORK","features":[39]},{"name":"PTP_WORK_CALLBACK","features":[39]},{"name":"ProcThreadAttributeAllApplicationPackagesPolicy","features":[39]},{"name":"ProcThreadAttributeChildProcessPolicy","features":[39]},{"name":"ProcThreadAttributeComponentFilter","features":[39]},{"name":"ProcThreadAttributeDesktopAppPolicy","features":[39]},{"name":"ProcThreadAttributeEnableOptionalXStateFeatures","features":[39]},{"name":"ProcThreadAttributeGroupAffinity","features":[39]},{"name":"ProcThreadAttributeHandleList","features":[39]},{"name":"ProcThreadAttributeIdealProcessor","features":[39]},{"name":"ProcThreadAttributeJobList","features":[39]},{"name":"ProcThreadAttributeMachineType","features":[39]},{"name":"ProcThreadAttributeMitigationAuditPolicy","features":[39]},{"name":"ProcThreadAttributeMitigationPolicy","features":[39]},{"name":"ProcThreadAttributeParentProcess","features":[39]},{"name":"ProcThreadAttributePreferredNode","features":[39]},{"name":"ProcThreadAttributeProtectionLevel","features":[39]},{"name":"ProcThreadAttributePseudoConsole","features":[39]},{"name":"ProcThreadAttributeSafeOpenPromptOriginClaim","features":[39]},{"name":"ProcThreadAttributeSecurityCapabilities","features":[39]},{"name":"ProcThreadAttributeTrustedApp","features":[39]},{"name":"ProcThreadAttributeUmsThread","features":[39]},{"name":"ProcThreadAttributeWin32kFilter","features":[39]},{"name":"ProcessASLRPolicy","features":[39]},{"name":"ProcessActivationContextTrustPolicy","features":[39]},{"name":"ProcessAppMemoryInfo","features":[39]},{"name":"ProcessChildProcessPolicy","features":[39]},{"name":"ProcessControlFlowGuardPolicy","features":[39]},{"name":"ProcessDEPPolicy","features":[39]},{"name":"ProcessDynamicCodePolicy","features":[39]},{"name":"ProcessExtensionPointDisablePolicy","features":[39]},{"name":"ProcessFontDisablePolicy","features":[39]},{"name":"ProcessImageLoadPolicy","features":[39]},{"name":"ProcessInPrivateInfo","features":[39]},{"name":"ProcessInformationClassMax","features":[39]},{"name":"ProcessLeapSecondInfo","features":[39]},{"name":"ProcessMachineTypeInfo","features":[39]},{"name":"ProcessMaxOverridePrefetchParameter","features":[39]},{"name":"ProcessMemoryExhaustionInfo","features":[39]},{"name":"ProcessMemoryPriority","features":[39]},{"name":"ProcessMitigationOptionsMask","features":[39]},{"name":"ProcessOverrideSubsequentPrefetchParameter","features":[39]},{"name":"ProcessPayloadRestrictionPolicy","features":[39]},{"name":"ProcessPowerThrottling","features":[39]},{"name":"ProcessProtectionLevelInfo","features":[39]},{"name":"ProcessRedirectionTrustPolicy","features":[39]},{"name":"ProcessReservedValue1","features":[39]},{"name":"ProcessSEHOPPolicy","features":[39]},{"name":"ProcessSideChannelIsolationPolicy","features":[39]},{"name":"ProcessSignaturePolicy","features":[39]},{"name":"ProcessStrictHandleCheckPolicy","features":[39]},{"name":"ProcessSystemCallDisablePolicy","features":[39]},{"name":"ProcessSystemCallFilterPolicy","features":[39]},{"name":"ProcessTelemetryCoverageInfo","features":[39]},{"name":"ProcessUserPointerAuthPolicy","features":[39]},{"name":"ProcessUserShadowStackPolicy","features":[39]},{"name":"PulseEvent","features":[1,39]},{"name":"QUEUE_USER_APC_CALLBACK_DATA_CONTEXT","features":[39]},{"name":"QUEUE_USER_APC_FLAGS","features":[39]},{"name":"QUEUE_USER_APC_FLAGS_NONE","features":[39]},{"name":"QUEUE_USER_APC_FLAGS_SPECIAL_USER_APC","features":[39]},{"name":"QueryDepthSList","features":[8,39]},{"name":"QueryFullProcessImageNameA","features":[1,39]},{"name":"QueryFullProcessImageNameW","features":[1,39]},{"name":"QueryProcessAffinityUpdateMode","features":[1,39]},{"name":"QueryProtectedPolicy","features":[1,39]},{"name":"QueryThreadpoolStackInformation","features":[1,39]},{"name":"QueryUmsThreadInformation","features":[1,39]},{"name":"QueueUserAPC","features":[1,39]},{"name":"QueueUserAPC2","features":[1,39]},{"name":"QueueUserWorkItem","features":[1,39]},{"name":"REALTIME_PRIORITY_CLASS","features":[39]},{"name":"REASON_CONTEXT","features":[1,39]},{"name":"RTL_CRITICAL_SECTION_ALL_FLAG_BITS","features":[39]},{"name":"RTL_CRITICAL_SECTION_DEBUG_FLAG_STATIC_INIT","features":[39]},{"name":"RTL_CRITICAL_SECTION_FLAG_DYNAMIC_SPIN","features":[39]},{"name":"RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO","features":[39]},{"name":"RTL_CRITICAL_SECTION_FLAG_NO_DEBUG_INFO","features":[39]},{"name":"RTL_CRITICAL_SECTION_FLAG_RESOURCE_TYPE","features":[39]},{"name":"RTL_CRITICAL_SECTION_FLAG_STATIC_INIT","features":[39]},{"name":"RTL_USER_PROCESS_PARAMETERS","features":[1,39]},{"name":"RTWQASYNCRESULT","features":[39]},{"name":"RTWQPERIODICCALLBACK","features":[39]},{"name":"RTWQ_MULTITHREADED_WORKQUEUE","features":[39]},{"name":"RTWQ_STANDARD_WORKQUEUE","features":[39]},{"name":"RTWQ_WINDOW_WORKQUEUE","features":[39]},{"name":"RTWQ_WORKQUEUE_TYPE","features":[39]},{"name":"RegisterWaitForSingleObject","features":[1,39]},{"name":"ReleaseMutex","features":[1,39]},{"name":"ReleaseMutexWhenCallbackReturns","features":[1,39]},{"name":"ReleaseSRWLockExclusive","features":[39]},{"name":"ReleaseSRWLockShared","features":[39]},{"name":"ReleaseSemaphore","features":[1,39]},{"name":"ReleaseSemaphoreWhenCallbackReturns","features":[1,39]},{"name":"ResetEvent","features":[1,39]},{"name":"ResumeThread","features":[1,39]},{"name":"RtwqAddPeriodicCallback","features":[39]},{"name":"RtwqAllocateSerialWorkQueue","features":[39]},{"name":"RtwqAllocateWorkQueue","features":[39]},{"name":"RtwqBeginRegisterWorkQueueWithMMCSS","features":[39]},{"name":"RtwqBeginUnregisterWorkQueueWithMMCSS","features":[39]},{"name":"RtwqCancelDeadline","features":[1,39]},{"name":"RtwqCancelWorkItem","features":[39]},{"name":"RtwqCreateAsyncResult","features":[39]},{"name":"RtwqEndRegisterWorkQueueWithMMCSS","features":[39]},{"name":"RtwqGetWorkQueueMMCSSClass","features":[39]},{"name":"RtwqGetWorkQueueMMCSSPriority","features":[39]},{"name":"RtwqGetWorkQueueMMCSSTaskId","features":[39]},{"name":"RtwqInvokeCallback","features":[39]},{"name":"RtwqJoinWorkQueue","features":[1,39]},{"name":"RtwqLockPlatform","features":[39]},{"name":"RtwqLockSharedWorkQueue","features":[39]},{"name":"RtwqLockWorkQueue","features":[39]},{"name":"RtwqPutWaitingWorkItem","features":[1,39]},{"name":"RtwqPutWorkItem","features":[39]},{"name":"RtwqRegisterPlatformEvents","features":[39]},{"name":"RtwqRegisterPlatformWithMMCSS","features":[39]},{"name":"RtwqRemovePeriodicCallback","features":[39]},{"name":"RtwqScheduleWorkItem","features":[39]},{"name":"RtwqSetDeadline","features":[1,39]},{"name":"RtwqSetDeadline2","features":[1,39]},{"name":"RtwqSetLongRunning","features":[1,39]},{"name":"RtwqShutdown","features":[39]},{"name":"RtwqStartup","features":[39]},{"name":"RtwqUnjoinWorkQueue","features":[1,39]},{"name":"RtwqUnlockPlatform","features":[39]},{"name":"RtwqUnlockWorkQueue","features":[39]},{"name":"RtwqUnregisterPlatformEvents","features":[39]},{"name":"RtwqUnregisterPlatformFromMMCSS","features":[39]},{"name":"SEMAPHORE_ALL_ACCESS","features":[39]},{"name":"SEMAPHORE_MODIFY_STATE","features":[39]},{"name":"SRWLOCK","features":[39]},{"name":"SRWLOCK_INIT","features":[39]},{"name":"STACK_SIZE_PARAM_IS_A_RESERVATION","features":[39]},{"name":"STARTF_FORCEOFFFEEDBACK","features":[39]},{"name":"STARTF_FORCEONFEEDBACK","features":[39]},{"name":"STARTF_PREVENTPINNING","features":[39]},{"name":"STARTF_RUNFULLSCREEN","features":[39]},{"name":"STARTF_TITLEISAPPID","features":[39]},{"name":"STARTF_TITLEISLINKNAME","features":[39]},{"name":"STARTF_UNTRUSTEDSOURCE","features":[39]},{"name":"STARTF_USECOUNTCHARS","features":[39]},{"name":"STARTF_USEFILLATTRIBUTE","features":[39]},{"name":"STARTF_USEHOTKEY","features":[39]},{"name":"STARTF_USEPOSITION","features":[39]},{"name":"STARTF_USESHOWWINDOW","features":[39]},{"name":"STARTF_USESIZE","features":[39]},{"name":"STARTF_USESTDHANDLES","features":[39]},{"name":"STARTUPINFOA","features":[1,39]},{"name":"STARTUPINFOEXA","features":[1,39]},{"name":"STARTUPINFOEXW","features":[1,39]},{"name":"STARTUPINFOW","features":[1,39]},{"name":"STARTUPINFOW_FLAGS","features":[39]},{"name":"SYNCHRONIZATION_ACCESS_RIGHTS","features":[39]},{"name":"SYNCHRONIZATION_BARRIER","features":[39]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_BLOCK_ONLY","features":[39]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_NO_DELETE","features":[39]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_SPIN_ONLY","features":[39]},{"name":"SYNCHRONIZATION_DELETE","features":[39]},{"name":"SYNCHRONIZATION_READ_CONTROL","features":[39]},{"name":"SYNCHRONIZATION_SYNCHRONIZE","features":[39]},{"name":"SYNCHRONIZATION_WRITE_DAC","features":[39]},{"name":"SYNCHRONIZATION_WRITE_OWNER","features":[39]},{"name":"SetCriticalSectionSpinCount","features":[1,8,39]},{"name":"SetEvent","features":[1,39]},{"name":"SetEventWhenCallbackReturns","features":[1,39]},{"name":"SetPriorityClass","features":[1,39]},{"name":"SetProcessAffinityMask","features":[1,39]},{"name":"SetProcessAffinityUpdateMode","features":[1,39]},{"name":"SetProcessDEPPolicy","features":[1,39]},{"name":"SetProcessDefaultCpuSetMasks","features":[1,34,39]},{"name":"SetProcessDefaultCpuSets","features":[1,39]},{"name":"SetProcessDynamicEHContinuationTargets","features":[1,39]},{"name":"SetProcessDynamicEnforcedCetCompatibleRanges","features":[1,39]},{"name":"SetProcessInformation","features":[1,39]},{"name":"SetProcessMitigationPolicy","features":[1,39]},{"name":"SetProcessPriorityBoost","features":[1,39]},{"name":"SetProcessRestrictionExemption","features":[1,39]},{"name":"SetProcessShutdownParameters","features":[1,39]},{"name":"SetProcessWorkingSetSize","features":[1,39]},{"name":"SetProtectedPolicy","features":[1,39]},{"name":"SetThreadAffinityMask","features":[1,39]},{"name":"SetThreadDescription","features":[1,39]},{"name":"SetThreadGroupAffinity","features":[1,34,39]},{"name":"SetThreadIdealProcessor","features":[1,39]},{"name":"SetThreadIdealProcessorEx","features":[1,8,39]},{"name":"SetThreadInformation","features":[1,39]},{"name":"SetThreadPriority","features":[1,39]},{"name":"SetThreadPriorityBoost","features":[1,39]},{"name":"SetThreadSelectedCpuSetMasks","features":[1,34,39]},{"name":"SetThreadSelectedCpuSets","features":[1,39]},{"name":"SetThreadStackGuarantee","features":[1,39]},{"name":"SetThreadToken","features":[1,39]},{"name":"SetThreadpoolStackInformation","features":[1,39]},{"name":"SetThreadpoolThreadMaximum","features":[39]},{"name":"SetThreadpoolThreadMinimum","features":[1,39]},{"name":"SetThreadpoolTimer","features":[1,39]},{"name":"SetThreadpoolTimerEx","features":[1,39]},{"name":"SetThreadpoolWait","features":[1,39]},{"name":"SetThreadpoolWaitEx","features":[1,39]},{"name":"SetTimerQueueTimer","features":[1,39]},{"name":"SetUmsThreadInformation","features":[1,39]},{"name":"SetWaitableTimer","features":[1,39]},{"name":"SetWaitableTimerEx","features":[1,39]},{"name":"SignalObjectAndWait","features":[1,39]},{"name":"Sleep","features":[39]},{"name":"SleepConditionVariableCS","features":[1,8,39]},{"name":"SleepConditionVariableSRW","features":[1,39]},{"name":"SleepEx","features":[1,39]},{"name":"StartThreadpoolIo","features":[39]},{"name":"SubmitThreadpoolWork","features":[39]},{"name":"SuspendThread","features":[1,39]},{"name":"SwitchToFiber","features":[39]},{"name":"SwitchToThread","features":[1,39]},{"name":"TEB","features":[1,8,39]},{"name":"THREAD_ACCESS_RIGHTS","features":[39]},{"name":"THREAD_ALL_ACCESS","features":[39]},{"name":"THREAD_CREATE_RUN_IMMEDIATELY","features":[39]},{"name":"THREAD_CREATE_SUSPENDED","features":[39]},{"name":"THREAD_CREATION_FLAGS","features":[39]},{"name":"THREAD_DELETE","features":[39]},{"name":"THREAD_DIRECT_IMPERSONATION","features":[39]},{"name":"THREAD_GET_CONTEXT","features":[39]},{"name":"THREAD_IMPERSONATE","features":[39]},{"name":"THREAD_INFORMATION_CLASS","features":[39]},{"name":"THREAD_MODE_BACKGROUND_BEGIN","features":[39]},{"name":"THREAD_MODE_BACKGROUND_END","features":[39]},{"name":"THREAD_POWER_THROTTLING_CURRENT_VERSION","features":[39]},{"name":"THREAD_POWER_THROTTLING_EXECUTION_SPEED","features":[39]},{"name":"THREAD_POWER_THROTTLING_STATE","features":[39]},{"name":"THREAD_POWER_THROTTLING_VALID_FLAGS","features":[39]},{"name":"THREAD_PRIORITY","features":[39]},{"name":"THREAD_PRIORITY_ABOVE_NORMAL","features":[39]},{"name":"THREAD_PRIORITY_BELOW_NORMAL","features":[39]},{"name":"THREAD_PRIORITY_HIGHEST","features":[39]},{"name":"THREAD_PRIORITY_IDLE","features":[39]},{"name":"THREAD_PRIORITY_LOWEST","features":[39]},{"name":"THREAD_PRIORITY_MIN","features":[39]},{"name":"THREAD_PRIORITY_NORMAL","features":[39]},{"name":"THREAD_PRIORITY_TIME_CRITICAL","features":[39]},{"name":"THREAD_QUERY_INFORMATION","features":[39]},{"name":"THREAD_QUERY_LIMITED_INFORMATION","features":[39]},{"name":"THREAD_READ_CONTROL","features":[39]},{"name":"THREAD_RESUME","features":[39]},{"name":"THREAD_SET_CONTEXT","features":[39]},{"name":"THREAD_SET_INFORMATION","features":[39]},{"name":"THREAD_SET_LIMITED_INFORMATION","features":[39]},{"name":"THREAD_SET_THREAD_TOKEN","features":[39]},{"name":"THREAD_STANDARD_RIGHTS_REQUIRED","features":[39]},{"name":"THREAD_SUSPEND_RESUME","features":[39]},{"name":"THREAD_SYNCHRONIZE","features":[39]},{"name":"THREAD_TERMINATE","features":[39]},{"name":"THREAD_WRITE_DAC","features":[39]},{"name":"THREAD_WRITE_OWNER","features":[39]},{"name":"TIMER_ALL_ACCESS","features":[39]},{"name":"TIMER_MODIFY_STATE","features":[39]},{"name":"TIMER_QUERY_STATE","features":[39]},{"name":"TLS_OUT_OF_INDEXES","features":[39]},{"name":"TP_CALLBACK_ENVIRON_V3","features":[39]},{"name":"TP_CALLBACK_PRIORITY","features":[39]},{"name":"TP_CALLBACK_PRIORITY_COUNT","features":[39]},{"name":"TP_CALLBACK_PRIORITY_HIGH","features":[39]},{"name":"TP_CALLBACK_PRIORITY_INVALID","features":[39]},{"name":"TP_CALLBACK_PRIORITY_LOW","features":[39]},{"name":"TP_CALLBACK_PRIORITY_NORMAL","features":[39]},{"name":"TP_POOL_STACK_INFORMATION","features":[39]},{"name":"TerminateProcess","features":[1,39]},{"name":"TerminateThread","features":[1,39]},{"name":"ThreadAbsoluteCpuPriority","features":[39]},{"name":"ThreadDynamicCodePolicy","features":[39]},{"name":"ThreadInformationClassMax","features":[39]},{"name":"ThreadMemoryPriority","features":[39]},{"name":"ThreadPowerThrottling","features":[39]},{"name":"TlsAlloc","features":[39]},{"name":"TlsFree","features":[1,39]},{"name":"TlsGetValue","features":[39]},{"name":"TlsSetValue","features":[1,39]},{"name":"TryAcquireSRWLockExclusive","features":[1,39]},{"name":"TryAcquireSRWLockShared","features":[1,39]},{"name":"TryEnterCriticalSection","features":[1,8,39]},{"name":"TrySubmitThreadpoolCallback","features":[1,39]},{"name":"UMS_SCHEDULER_STARTUP_INFO","features":[38,39]},{"name":"UMS_SYSTEM_THREAD_INFORMATION","features":[39]},{"name":"UMS_THREAD_INFO_CLASS","features":[39]},{"name":"UmsThreadAffinity","features":[39]},{"name":"UmsThreadInvalidInfoClass","features":[39]},{"name":"UmsThreadIsSuspended","features":[39]},{"name":"UmsThreadIsTerminated","features":[39]},{"name":"UmsThreadMaxInfoClass","features":[39]},{"name":"UmsThreadPriority","features":[39]},{"name":"UmsThreadTeb","features":[39]},{"name":"UmsThreadUserContext","features":[39]},{"name":"UmsThreadYield","features":[1,39]},{"name":"UnregisterWait","features":[1,39]},{"name":"UnregisterWaitEx","features":[1,39]},{"name":"UpdateProcThreadAttribute","features":[1,39]},{"name":"UserEnabled","features":[39]},{"name":"WAITORTIMERCALLBACK","features":[1,39]},{"name":"WORKERCALLBACKFUNC","features":[39]},{"name":"WORKER_THREAD_FLAGS","features":[39]},{"name":"WT_EXECUTEDEFAULT","features":[39]},{"name":"WT_EXECUTEINIOTHREAD","features":[39]},{"name":"WT_EXECUTEINPERSISTENTTHREAD","features":[39]},{"name":"WT_EXECUTEINTIMERTHREAD","features":[39]},{"name":"WT_EXECUTEINWAITTHREAD","features":[39]},{"name":"WT_EXECUTELONGFUNCTION","features":[39]},{"name":"WT_EXECUTEONLYONCE","features":[39]},{"name":"WT_TRANSFER_IMPERSONATION","features":[39]},{"name":"WaitForInputIdle","features":[1,39]},{"name":"WaitForMultipleObjects","features":[1,39]},{"name":"WaitForMultipleObjectsEx","features":[1,39]},{"name":"WaitForSingleObject","features":[1,39]},{"name":"WaitForSingleObjectEx","features":[1,39]},{"name":"WaitForThreadpoolIoCallbacks","features":[1,39]},{"name":"WaitForThreadpoolTimerCallbacks","features":[1,39]},{"name":"WaitForThreadpoolWaitCallbacks","features":[1,39]},{"name":"WaitForThreadpoolWorkCallbacks","features":[1,39]},{"name":"WaitOnAddress","features":[1,39]},{"name":"WakeAllConditionVariable","features":[39]},{"name":"WakeByAddressAll","features":[39]},{"name":"WakeByAddressSingle","features":[39]},{"name":"WakeConditionVariable","features":[39]},{"name":"WinExec","features":[39]},{"name":"Wow64Container","features":[39]},{"name":"Wow64SetThreadDefaultGuestMachine","features":[39]},{"name":"Wow64SuspendThread","features":[1,39]}],"626":[{"name":"DYNAMIC_TIME_ZONE_INFORMATION","features":[1,171]},{"name":"EnumDynamicTimeZoneInformation","features":[1,171]},{"name":"FileTimeToSystemTime","features":[1,171]},{"name":"GetDynamicTimeZoneInformation","features":[1,171]},{"name":"GetDynamicTimeZoneInformationEffectiveYears","features":[1,171]},{"name":"GetTimeZoneInformation","features":[1,171]},{"name":"GetTimeZoneInformationForYear","features":[1,171]},{"name":"LocalFileTimeToLocalSystemTime","features":[1,171]},{"name":"LocalSystemTimeToLocalFileTime","features":[1,171]},{"name":"SetDynamicTimeZoneInformation","features":[1,171]},{"name":"SetTimeZoneInformation","features":[1,171]},{"name":"SystemTimeToFileTime","features":[1,171]},{"name":"SystemTimeToTzSpecificLocalTime","features":[1,171]},{"name":"SystemTimeToTzSpecificLocalTimeEx","features":[1,171]},{"name":"TIME_ZONE_ID_INVALID","features":[171]},{"name":"TIME_ZONE_INFORMATION","features":[1,171]},{"name":"TSF_Authenticated","features":[171]},{"name":"TSF_Hardware","features":[171]},{"name":"TSF_IPv6","features":[171]},{"name":"TSF_SignatureAuthenticated","features":[171]},{"name":"TzSpecificLocalTimeToSystemTime","features":[1,171]},{"name":"TzSpecificLocalTimeToSystemTimeEx","features":[1,171]},{"name":"wszW32TimeRegKeyPolicyTimeProviders","features":[171]},{"name":"wszW32TimeRegKeyTimeProviders","features":[171]},{"name":"wszW32TimeRegValueDllName","features":[171]},{"name":"wszW32TimeRegValueEnabled","features":[171]},{"name":"wszW32TimeRegValueInputProvider","features":[171]},{"name":"wszW32TimeRegValueMetaDataProvider","features":[171]}],"627":[{"name":"GetDeviceID","features":[1,211]},{"name":"GetDeviceIDString","features":[1,211]},{"name":"TBS_COMMAND_LOCALITY","features":[211]},{"name":"TBS_COMMAND_LOCALITY_FOUR","features":[211]},{"name":"TBS_COMMAND_LOCALITY_ONE","features":[211]},{"name":"TBS_COMMAND_LOCALITY_THREE","features":[211]},{"name":"TBS_COMMAND_LOCALITY_TWO","features":[211]},{"name":"TBS_COMMAND_LOCALITY_ZERO","features":[211]},{"name":"TBS_COMMAND_PRIORITY","features":[211]},{"name":"TBS_COMMAND_PRIORITY_HIGH","features":[211]},{"name":"TBS_COMMAND_PRIORITY_LOW","features":[211]},{"name":"TBS_COMMAND_PRIORITY_MAX","features":[211]},{"name":"TBS_COMMAND_PRIORITY_NORMAL","features":[211]},{"name":"TBS_COMMAND_PRIORITY_SYSTEM","features":[211]},{"name":"TBS_CONTEXT_PARAMS","features":[211]},{"name":"TBS_CONTEXT_PARAMS2","features":[211]},{"name":"TBS_CONTEXT_VERSION_ONE","features":[211]},{"name":"TBS_CONTEXT_VERSION_TWO","features":[211]},{"name":"TBS_OWNERAUTH_TYPE_ADMIN","features":[211]},{"name":"TBS_OWNERAUTH_TYPE_ENDORSEMENT","features":[211]},{"name":"TBS_OWNERAUTH_TYPE_ENDORSEMENT_20","features":[211]},{"name":"TBS_OWNERAUTH_TYPE_FULL","features":[211]},{"name":"TBS_OWNERAUTH_TYPE_STORAGE_20","features":[211]},{"name":"TBS_OWNERAUTH_TYPE_USER","features":[211]},{"name":"TBS_SUCCESS","features":[211]},{"name":"TBS_TCGLOG_DRTM_BOOT","features":[211]},{"name":"TBS_TCGLOG_DRTM_CURRENT","features":[211]},{"name":"TBS_TCGLOG_DRTM_RESUME","features":[211]},{"name":"TBS_TCGLOG_SRTM_BOOT","features":[211]},{"name":"TBS_TCGLOG_SRTM_CURRENT","features":[211]},{"name":"TBS_TCGLOG_SRTM_RESUME","features":[211]},{"name":"TPM_DEVICE_INFO","features":[211]},{"name":"TPM_IFTYPE_1","features":[211]},{"name":"TPM_IFTYPE_EMULATOR","features":[211]},{"name":"TPM_IFTYPE_HW","features":[211]},{"name":"TPM_IFTYPE_SPB","features":[211]},{"name":"TPM_IFTYPE_TRUSTZONE","features":[211]},{"name":"TPM_IFTYPE_UNKNOWN","features":[211]},{"name":"TPM_VERSION_12","features":[211]},{"name":"TPM_VERSION_20","features":[211]},{"name":"TPM_VERSION_UNKNOWN","features":[211]},{"name":"TPM_WNF_INFO_CLEAR_SUCCESSFUL","features":[211]},{"name":"TPM_WNF_INFO_NO_REBOOT_REQUIRED","features":[211]},{"name":"TPM_WNF_INFO_OWNERSHIP_SUCCESSFUL","features":[211]},{"name":"TPM_WNF_PROVISIONING","features":[211]},{"name":"Tbsi_Context_Create","features":[211]},{"name":"Tbsi_Create_Windows_Key","features":[211]},{"name":"Tbsi_GetDeviceInfo","features":[211]},{"name":"Tbsi_Get_OwnerAuth","features":[211]},{"name":"Tbsi_Get_TCG_Log","features":[211]},{"name":"Tbsi_Get_TCG_Log_Ex","features":[211]},{"name":"Tbsi_Is_Tpm_Present","features":[1,211]},{"name":"Tbsi_Physical_Presence_Command","features":[211]},{"name":"Tbsi_Revoke_Attestation","features":[211]},{"name":"Tbsip_Cancel_Commands","features":[211]},{"name":"Tbsip_Context_Close","features":[211]},{"name":"Tbsip_Submit_Command","features":[211]}],"631":[{"name":"UAL_DATA_BLOB","features":[16,212]},{"name":"UalInstrument","features":[16,212]},{"name":"UalRegisterProduct","features":[212]},{"name":"UalStart","features":[16,212]},{"name":"UalStop","features":[16,212]}],"632":[{"name":"ClearVariantArray","features":[1,43,44]},{"name":"DPF_ERROR","features":[44]},{"name":"DPF_MARQUEE","features":[44]},{"name":"DPF_MARQUEE_COMPLETE","features":[44]},{"name":"DPF_NONE","features":[44]},{"name":"DPF_STOPPED","features":[44]},{"name":"DPF_WARNING","features":[44]},{"name":"DRAWPROGRESSFLAGS","features":[44]},{"name":"DosDateTimeToVariantTime","features":[44]},{"name":"InitVariantFromBooleanArray","features":[1,43,44]},{"name":"InitVariantFromBuffer","features":[1,43,44]},{"name":"InitVariantFromDoubleArray","features":[1,43,44]},{"name":"InitVariantFromFileTime","features":[1,43,44]},{"name":"InitVariantFromFileTimeArray","features":[1,43,44]},{"name":"InitVariantFromGUIDAsString","features":[1,43,44]},{"name":"InitVariantFromInt16Array","features":[1,43,44]},{"name":"InitVariantFromInt32Array","features":[1,43,44]},{"name":"InitVariantFromInt64Array","features":[1,43,44]},{"name":"InitVariantFromResource","features":[1,43,44]},{"name":"InitVariantFromStringArray","features":[1,43,44]},{"name":"InitVariantFromUInt16Array","features":[1,43,44]},{"name":"InitVariantFromUInt32Array","features":[1,43,44]},{"name":"InitVariantFromUInt64Array","features":[1,43,44]},{"name":"InitVariantFromVariantArrayElem","features":[1,43,44]},{"name":"PSTF_LOCAL","features":[44]},{"name":"PSTF_UTC","features":[44]},{"name":"PSTIME_FLAGS","features":[44]},{"name":"SystemTimeToVariantTime","features":[1,44]},{"name":"VARENUM","features":[44]},{"name":"VARIANT","features":[1,43,44]},{"name":"VARIANT_ALPHABOOL","features":[44]},{"name":"VARIANT_CALENDAR_GREGORIAN","features":[44]},{"name":"VARIANT_CALENDAR_HIJRI","features":[44]},{"name":"VARIANT_CALENDAR_THAI","features":[44]},{"name":"VARIANT_LOCALBOOL","features":[44]},{"name":"VARIANT_NOUSEROVERRIDE","features":[44]},{"name":"VARIANT_NOVALUEPROP","features":[44]},{"name":"VARIANT_USE_NLS","features":[44]},{"name":"VARIANT_UserFree","features":[1,43,44]},{"name":"VARIANT_UserFree64","features":[1,43,44]},{"name":"VARIANT_UserMarshal","features":[1,43,44]},{"name":"VARIANT_UserMarshal64","features":[1,43,44]},{"name":"VARIANT_UserSize","features":[1,43,44]},{"name":"VARIANT_UserSize64","features":[1,43,44]},{"name":"VARIANT_UserUnmarshal","features":[1,43,44]},{"name":"VARIANT_UserUnmarshal64","features":[1,43,44]},{"name":"VAR_CHANGE_FLAGS","features":[44]},{"name":"VT_ARRAY","features":[44]},{"name":"VT_BLOB","features":[44]},{"name":"VT_BLOB_OBJECT","features":[44]},{"name":"VT_BOOL","features":[44]},{"name":"VT_BSTR","features":[44]},{"name":"VT_BSTR_BLOB","features":[44]},{"name":"VT_BYREF","features":[44]},{"name":"VT_CARRAY","features":[44]},{"name":"VT_CF","features":[44]},{"name":"VT_CLSID","features":[44]},{"name":"VT_CY","features":[44]},{"name":"VT_DATE","features":[44]},{"name":"VT_DECIMAL","features":[44]},{"name":"VT_DISPATCH","features":[44]},{"name":"VT_EMPTY","features":[44]},{"name":"VT_ERROR","features":[44]},{"name":"VT_FILETIME","features":[44]},{"name":"VT_HRESULT","features":[44]},{"name":"VT_I1","features":[44]},{"name":"VT_I2","features":[44]},{"name":"VT_I4","features":[44]},{"name":"VT_I8","features":[44]},{"name":"VT_ILLEGAL","features":[44]},{"name":"VT_ILLEGALMASKED","features":[44]},{"name":"VT_INT","features":[44]},{"name":"VT_INT_PTR","features":[44]},{"name":"VT_LPSTR","features":[44]},{"name":"VT_LPWSTR","features":[44]},{"name":"VT_NULL","features":[44]},{"name":"VT_PTR","features":[44]},{"name":"VT_R4","features":[44]},{"name":"VT_R8","features":[44]},{"name":"VT_RECORD","features":[44]},{"name":"VT_RESERVED","features":[44]},{"name":"VT_SAFEARRAY","features":[44]},{"name":"VT_STORAGE","features":[44]},{"name":"VT_STORED_OBJECT","features":[44]},{"name":"VT_STREAM","features":[44]},{"name":"VT_STREAMED_OBJECT","features":[44]},{"name":"VT_TYPEMASK","features":[44]},{"name":"VT_UI1","features":[44]},{"name":"VT_UI2","features":[44]},{"name":"VT_UI4","features":[44]},{"name":"VT_UI8","features":[44]},{"name":"VT_UINT","features":[44]},{"name":"VT_UINT_PTR","features":[44]},{"name":"VT_UNKNOWN","features":[44]},{"name":"VT_USERDEFINED","features":[44]},{"name":"VT_VARIANT","features":[44]},{"name":"VT_VECTOR","features":[44]},{"name":"VT_VERSIONED_STREAM","features":[44]},{"name":"VT_VOID","features":[44]},{"name":"VariantChangeType","features":[1,43,44]},{"name":"VariantChangeTypeEx","features":[1,43,44]},{"name":"VariantClear","features":[1,43,44]},{"name":"VariantCompare","features":[1,43,44]},{"name":"VariantCopy","features":[1,43,44]},{"name":"VariantCopyInd","features":[1,43,44]},{"name":"VariantGetBooleanElem","features":[1,43,44]},{"name":"VariantGetDoubleElem","features":[1,43,44]},{"name":"VariantGetElementCount","features":[1,43,44]},{"name":"VariantGetInt16Elem","features":[1,43,44]},{"name":"VariantGetInt32Elem","features":[1,43,44]},{"name":"VariantGetInt64Elem","features":[1,43,44]},{"name":"VariantGetStringElem","features":[1,43,44]},{"name":"VariantGetUInt16Elem","features":[1,43,44]},{"name":"VariantGetUInt32Elem","features":[1,43,44]},{"name":"VariantGetUInt64Elem","features":[1,43,44]},{"name":"VariantInit","features":[1,43,44]},{"name":"VariantTimeToDosDateTime","features":[44]},{"name":"VariantTimeToSystemTime","features":[1,44]},{"name":"VariantToBoolean","features":[1,43,44]},{"name":"VariantToBooleanArray","features":[1,43,44]},{"name":"VariantToBooleanArrayAlloc","features":[1,43,44]},{"name":"VariantToBooleanWithDefault","features":[1,43,44]},{"name":"VariantToBuffer","features":[1,43,44]},{"name":"VariantToDosDateTime","features":[1,43,44]},{"name":"VariantToDouble","features":[1,43,44]},{"name":"VariantToDoubleArray","features":[1,43,44]},{"name":"VariantToDoubleArrayAlloc","features":[1,43,44]},{"name":"VariantToDoubleWithDefault","features":[1,43,44]},{"name":"VariantToFileTime","features":[1,43,44]},{"name":"VariantToGUID","features":[1,43,44]},{"name":"VariantToInt16","features":[1,43,44]},{"name":"VariantToInt16Array","features":[1,43,44]},{"name":"VariantToInt16ArrayAlloc","features":[1,43,44]},{"name":"VariantToInt16WithDefault","features":[1,43,44]},{"name":"VariantToInt32","features":[1,43,44]},{"name":"VariantToInt32Array","features":[1,43,44]},{"name":"VariantToInt32ArrayAlloc","features":[1,43,44]},{"name":"VariantToInt32WithDefault","features":[1,43,44]},{"name":"VariantToInt64","features":[1,43,44]},{"name":"VariantToInt64Array","features":[1,43,44]},{"name":"VariantToInt64ArrayAlloc","features":[1,43,44]},{"name":"VariantToInt64WithDefault","features":[1,43,44]},{"name":"VariantToString","features":[1,43,44]},{"name":"VariantToStringAlloc","features":[1,43,44]},{"name":"VariantToStringArray","features":[1,43,44]},{"name":"VariantToStringArrayAlloc","features":[1,43,44]},{"name":"VariantToStringWithDefault","features":[1,43,44]},{"name":"VariantToUInt16","features":[1,43,44]},{"name":"VariantToUInt16Array","features":[1,43,44]},{"name":"VariantToUInt16ArrayAlloc","features":[1,43,44]},{"name":"VariantToUInt16WithDefault","features":[1,43,44]},{"name":"VariantToUInt32","features":[1,43,44]},{"name":"VariantToUInt32Array","features":[1,43,44]},{"name":"VariantToUInt32ArrayAlloc","features":[1,43,44]},{"name":"VariantToUInt32WithDefault","features":[1,43,44]},{"name":"VariantToUInt64","features":[1,43,44]},{"name":"VariantToUInt64Array","features":[1,43,44]},{"name":"VariantToUInt64ArrayAlloc","features":[1,43,44]},{"name":"VariantToUInt64WithDefault","features":[1,43,44]}],"633":[{"name":"DBG_ATTACH","features":[213]},{"name":"DBG_BREAK","features":[213]},{"name":"DBG_DIVOVERFLOW","features":[213]},{"name":"DBG_DLLSTART","features":[213]},{"name":"DBG_DLLSTOP","features":[213]},{"name":"DBG_GPFAULT","features":[213]},{"name":"DBG_GPFAULT2","features":[213]},{"name":"DBG_INIT","features":[213]},{"name":"DBG_INSTRFAULT","features":[213]},{"name":"DBG_MODFREE","features":[213]},{"name":"DBG_MODLOAD","features":[213]},{"name":"DBG_MODMOVE","features":[213]},{"name":"DBG_SEGFREE","features":[213]},{"name":"DBG_SEGLOAD","features":[213]},{"name":"DBG_SEGMOVE","features":[213]},{"name":"DBG_SINGLESTEP","features":[213]},{"name":"DBG_STACKFAULT","features":[213]},{"name":"DBG_TASKSTART","features":[213]},{"name":"DBG_TASKSTOP","features":[213]},{"name":"DBG_TEMPBP","features":[213]},{"name":"DBG_TOOLHELP","features":[213]},{"name":"DBG_WOWINIT","features":[213]},{"name":"DEBUGEVENTPROC","features":[1,32,39,213]},{"name":"GD_ACCELERATORS","features":[213]},{"name":"GD_BITMAP","features":[213]},{"name":"GD_CURSOR","features":[213]},{"name":"GD_CURSORCOMPONENT","features":[213]},{"name":"GD_DIALOG","features":[213]},{"name":"GD_ERRTABLE","features":[213]},{"name":"GD_FONT","features":[213]},{"name":"GD_FONTDIR","features":[213]},{"name":"GD_ICON","features":[213]},{"name":"GD_ICONCOMPONENT","features":[213]},{"name":"GD_MAX_RESOURCE","features":[213]},{"name":"GD_MENU","features":[213]},{"name":"GD_NAMETABLE","features":[213]},{"name":"GD_RCDATA","features":[213]},{"name":"GD_STRING","features":[213]},{"name":"GD_USERDEFINED","features":[213]},{"name":"GLOBALENTRY","features":[1,213]},{"name":"GLOBAL_ALL","features":[213]},{"name":"GLOBAL_FREE","features":[213]},{"name":"GLOBAL_LRU","features":[213]},{"name":"GT_BURGERMASTER","features":[213]},{"name":"GT_CODE","features":[213]},{"name":"GT_DATA","features":[213]},{"name":"GT_DGROUP","features":[213]},{"name":"GT_FREE","features":[213]},{"name":"GT_INTERNAL","features":[213]},{"name":"GT_MODULE","features":[213]},{"name":"GT_RESOURCE","features":[213]},{"name":"GT_SENTINEL","features":[213]},{"name":"GT_TASK","features":[213]},{"name":"GT_UNKNOWN","features":[213]},{"name":"IMAGE_NOTE","features":[213]},{"name":"MAX_MODULE_NAME","features":[213]},{"name":"MAX_PATH16","features":[213]},{"name":"MODULEENTRY","features":[1,213]},{"name":"PROCESSENUMPROC","features":[1,213]},{"name":"SEGMENT_NOTE","features":[213]},{"name":"SN_CODE","features":[213]},{"name":"SN_DATA","features":[213]},{"name":"SN_V86","features":[213]},{"name":"STATUS_VDM_EVENT","features":[213]},{"name":"TASKENUMPROC","features":[1,213]},{"name":"TASKENUMPROCEX","features":[1,213]},{"name":"TEMP_BP_NOTE","features":[1,213]},{"name":"V86FLAGS_ALIGNMENT","features":[213]},{"name":"V86FLAGS_AUXCARRY","features":[213]},{"name":"V86FLAGS_CARRY","features":[213]},{"name":"V86FLAGS_DIRECTION","features":[213]},{"name":"V86FLAGS_INTERRUPT","features":[213]},{"name":"V86FLAGS_IOPL","features":[213]},{"name":"V86FLAGS_IOPL_BITS","features":[213]},{"name":"V86FLAGS_OVERFLOW","features":[213]},{"name":"V86FLAGS_PARITY","features":[213]},{"name":"V86FLAGS_RESUME","features":[213]},{"name":"V86FLAGS_SIGN","features":[213]},{"name":"V86FLAGS_TRACE","features":[213]},{"name":"V86FLAGS_V86","features":[213]},{"name":"V86FLAGS_ZERO","features":[213]},{"name":"VDMADDR_PM16","features":[213]},{"name":"VDMADDR_PM32","features":[213]},{"name":"VDMADDR_V86","features":[213]},{"name":"VDMBREAKTHREADPROC","features":[1,213]},{"name":"VDMCONTEXT","features":[8,213]},{"name":"VDMCONTEXT_WITHOUT_XSAVE","features":[8,213]},{"name":"VDMCONTEXT_i386","features":[213]},{"name":"VDMCONTEXT_i486","features":[213]},{"name":"VDMDBG_BREAK_DEBUGGER","features":[213]},{"name":"VDMDBG_BREAK_DIVIDEBYZERO","features":[213]},{"name":"VDMDBG_BREAK_DOSTASK","features":[213]},{"name":"VDMDBG_BREAK_EXCEPTIONS","features":[213]},{"name":"VDMDBG_BREAK_LOADDLL","features":[213]},{"name":"VDMDBG_BREAK_WOWTASK","features":[213]},{"name":"VDMDBG_INITIAL_FLAGS","features":[213]},{"name":"VDMDBG_MAX_SYMBOL_BUFFER","features":[213]},{"name":"VDMDBG_TRACE_HISTORY","features":[213]},{"name":"VDMDETECTWOWPROC","features":[1,213]},{"name":"VDMENUMPROCESSWOWPROC","features":[1,213]},{"name":"VDMENUMTASKWOWEXPROC","features":[1,213]},{"name":"VDMENUMTASKWOWPROC","features":[1,213]},{"name":"VDMEVENT_ALLFLAGS","features":[213]},{"name":"VDMEVENT_NEEDS_INTERACTIVE","features":[213]},{"name":"VDMEVENT_PE","features":[213]},{"name":"VDMEVENT_PM16","features":[213]},{"name":"VDMEVENT_V86","features":[213]},{"name":"VDMEVENT_VERBOSE","features":[213]},{"name":"VDMGETADDREXPRESSIONPROC","features":[1,213]},{"name":"VDMGETCONTEXTPROC","features":[1,8,213]},{"name":"VDMGETCONTEXTPROC","features":[1,32,8,213]},{"name":"VDMGETDBGFLAGSPROC","features":[1,213]},{"name":"VDMGETMODULESELECTORPROC","features":[1,213]},{"name":"VDMGETPOINTERPROC","features":[1,213]},{"name":"VDMGETSEGMENTINFOPROC","features":[1,213]},{"name":"VDMGETSELECTORMODULEPROC","features":[1,213]},{"name":"VDMGETSYMBOLPROC","features":[1,213]},{"name":"VDMGETTHREADSELECTORENTRYPROC","features":[1,213]},{"name":"VDMGETTHREADSELECTORENTRYPROC","features":[1,32,213]},{"name":"VDMGLOBALFIRSTPROC","features":[1,32,39,213]},{"name":"VDMGLOBALNEXTPROC","features":[1,32,39,213]},{"name":"VDMISMODULELOADEDPROC","features":[1,213]},{"name":"VDMKILLWOWPROC","features":[1,213]},{"name":"VDMLDT_ENTRY","features":[213]},{"name":"VDMMODULEFIRSTPROC","features":[1,32,39,213]},{"name":"VDMMODULENEXTPROC","features":[1,32,39,213]},{"name":"VDMPROCESSEXCEPTIONPROC","features":[1,32,39,213]},{"name":"VDMSETCONTEXTPROC","features":[1,8,213]},{"name":"VDMSETCONTEXTPROC","features":[1,32,8,213]},{"name":"VDMSETDBGFLAGSPROC","features":[1,213]},{"name":"VDMSTARTTASKINWOWPROC","features":[1,213]},{"name":"VDMTERMINATETASKINWOWPROC","features":[1,213]},{"name":"VDM_KGDT_R3_CODE","features":[213]},{"name":"VDM_MAXIMUM_SUPPORTED_EXTENSION","features":[213]},{"name":"VDM_SEGINFO","features":[213]},{"name":"WOW_SYSTEM","features":[213]}],"653":[{"name":"AADBE_ADD_ENTRY","features":[36]},{"name":"AADBE_DEL_ENTRY","features":[36]},{"name":"ACTCTX_FLAG_APPLICATION_NAME_VALID","features":[36]},{"name":"ACTCTX_FLAG_ASSEMBLY_DIRECTORY_VALID","features":[36]},{"name":"ACTCTX_FLAG_HMODULE_VALID","features":[36]},{"name":"ACTCTX_FLAG_LANGID_VALID","features":[36]},{"name":"ACTCTX_FLAG_PROCESSOR_ARCHITECTURE_VALID","features":[36]},{"name":"ACTCTX_FLAG_RESOURCE_NAME_VALID","features":[36]},{"name":"ACTCTX_FLAG_SET_PROCESS_DEFAULT","features":[36]},{"name":"ACTCTX_FLAG_SOURCE_IS_ASSEMBLYREF","features":[36]},{"name":"ACTCTX_SECTION_KEYED_DATA_2600","features":[1,36]},{"name":"ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA","features":[36]},{"name":"ACTIVATION_CONTEXT_BASIC_INFORMATION","features":[1,36]},{"name":"ACTIVATION_CONTEXT_BASIC_INFORMATION_DEFINED","features":[36]},{"name":"AC_LINE_BACKUP_POWER","features":[36]},{"name":"AC_LINE_OFFLINE","features":[36]},{"name":"AC_LINE_ONLINE","features":[36]},{"name":"AC_LINE_UNKNOWN","features":[36]},{"name":"ADN_DEL_IF_EMPTY","features":[36]},{"name":"ADN_DEL_UNC_PATHS","features":[36]},{"name":"ADN_DONT_DEL_DIR","features":[36]},{"name":"ADN_DONT_DEL_SUBDIRS","features":[36]},{"name":"AFSR_BACKNEW","features":[36]},{"name":"AFSR_EXTRAINCREFCNT","features":[36]},{"name":"AFSR_NODELETENEW","features":[36]},{"name":"AFSR_NOMESSAGES","features":[36]},{"name":"AFSR_NOPROGRESS","features":[36]},{"name":"AFSR_RESTORE","features":[36]},{"name":"AFSR_UPDREFCNT","features":[36]},{"name":"AFSR_USEREFCNT","features":[36]},{"name":"AIF_FORCE_FILE_IN_USE","features":[36]},{"name":"AIF_NOLANGUAGECHECK","features":[36]},{"name":"AIF_NOOVERWRITE","features":[36]},{"name":"AIF_NOSKIP","features":[36]},{"name":"AIF_NOVERSIONCHECK","features":[36]},{"name":"AIF_NO_VERSION_DIALOG","features":[36]},{"name":"AIF_QUIET","features":[36]},{"name":"AIF_REPLACEONLY","features":[36]},{"name":"AIF_WARNIFSKIP","features":[36]},{"name":"ALINF_BKINSTALL","features":[36]},{"name":"ALINF_CHECKBKDATA","features":[36]},{"name":"ALINF_DELAYREGISTEROCX","features":[36]},{"name":"ALINF_NGCONV","features":[36]},{"name":"ALINF_QUIET","features":[36]},{"name":"ALINF_ROLLBACK","features":[36]},{"name":"ALINF_ROLLBKDOALL","features":[36]},{"name":"ALINF_UPDHLPDLLS","features":[36]},{"name":"APPLICATION_RECOVERY_CALLBACK","features":[36]},{"name":"ARSR_NOMESSAGES","features":[36]},{"name":"ARSR_REGSECTION","features":[36]},{"name":"ARSR_REMOVREGBKDATA","features":[36]},{"name":"ARSR_RESTORE","features":[36]},{"name":"ATOM_FLAG_GLOBAL","features":[36]},{"name":"AT_ARP","features":[36]},{"name":"AT_ENTITY","features":[36]},{"name":"AT_NULL","features":[36]},{"name":"AddDelBackupEntryA","features":[36]},{"name":"AddDelBackupEntryW","features":[36]},{"name":"AdvInstallFileA","features":[1,36]},{"name":"AdvInstallFileW","features":[1,36]},{"name":"ApphelpCheckShellObject","features":[1,36]},{"name":"BACKUP_GHOSTED_FILE_EXTENTS","features":[36]},{"name":"BACKUP_INVALID","features":[36]},{"name":"BASE_SEARCH_PATH_DISABLE_SAFE_SEARCHMODE","features":[36]},{"name":"BASE_SEARCH_PATH_ENABLE_SAFE_SEARCHMODE","features":[36]},{"name":"BASE_SEARCH_PATH_PERMANENT","features":[36]},{"name":"BATTERY_FLAG_CHARGING","features":[36]},{"name":"BATTERY_FLAG_CRITICAL","features":[36]},{"name":"BATTERY_FLAG_HIGH","features":[36]},{"name":"BATTERY_FLAG_LOW","features":[36]},{"name":"BATTERY_FLAG_NO_BATTERY","features":[36]},{"name":"BATTERY_FLAG_UNKNOWN","features":[36]},{"name":"BATTERY_LIFE_UNKNOWN","features":[36]},{"name":"BATTERY_PERCENTAGE_UNKNOWN","features":[36]},{"name":"BAUD_075","features":[36]},{"name":"BAUD_110","features":[36]},{"name":"BAUD_115200","features":[36]},{"name":"BAUD_1200","features":[36]},{"name":"BAUD_128K","features":[36]},{"name":"BAUD_134_5","features":[36]},{"name":"BAUD_14400","features":[36]},{"name":"BAUD_150","features":[36]},{"name":"BAUD_1800","features":[36]},{"name":"BAUD_19200","features":[36]},{"name":"BAUD_2400","features":[36]},{"name":"BAUD_300","features":[36]},{"name":"BAUD_38400","features":[36]},{"name":"BAUD_4800","features":[36]},{"name":"BAUD_56K","features":[36]},{"name":"BAUD_57600","features":[36]},{"name":"BAUD_600","features":[36]},{"name":"BAUD_7200","features":[36]},{"name":"BAUD_9600","features":[36]},{"name":"BAUD_USER","features":[36]},{"name":"CABINFOA","features":[36]},{"name":"CABINFOW","features":[36]},{"name":"CATID_DeleteBrowsingHistory","features":[36]},{"name":"CBR_110","features":[36]},{"name":"CBR_115200","features":[36]},{"name":"CBR_1200","features":[36]},{"name":"CBR_128000","features":[36]},{"name":"CBR_14400","features":[36]},{"name":"CBR_19200","features":[36]},{"name":"CBR_2400","features":[36]},{"name":"CBR_256000","features":[36]},{"name":"CBR_300","features":[36]},{"name":"CBR_38400","features":[36]},{"name":"CBR_4800","features":[36]},{"name":"CBR_56000","features":[36]},{"name":"CBR_57600","features":[36]},{"name":"CBR_600","features":[36]},{"name":"CBR_9600","features":[36]},{"name":"CE_DNS","features":[36]},{"name":"CE_IOE","features":[36]},{"name":"CE_MODE","features":[36]},{"name":"CE_OOP","features":[36]},{"name":"CE_PTO","features":[36]},{"name":"CE_TXFULL","features":[36]},{"name":"CLIENT_ID","features":[1,36]},{"name":"CL_NL_ENTITY","features":[36]},{"name":"CL_NL_IP","features":[36]},{"name":"CL_NL_IPX","features":[36]},{"name":"CL_TL_ENTITY","features":[36]},{"name":"CL_TL_NBF","features":[36]},{"name":"CL_TL_UDP","features":[36]},{"name":"CODEINTEGRITY_OPTION_DEBUGMODE_ENABLED","features":[36]},{"name":"CODEINTEGRITY_OPTION_ENABLED","features":[36]},{"name":"CODEINTEGRITY_OPTION_FLIGHTING_ENABLED","features":[36]},{"name":"CODEINTEGRITY_OPTION_FLIGHT_BUILD","features":[36]},{"name":"CODEINTEGRITY_OPTION_HVCI_IUM_ENABLED","features":[36]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_AUDITMODE_ENABLED","features":[36]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_ENABLED","features":[36]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_STRICTMODE_ENABLED","features":[36]},{"name":"CODEINTEGRITY_OPTION_PREPRODUCTION_BUILD","features":[36]},{"name":"CODEINTEGRITY_OPTION_TESTSIGN","features":[36]},{"name":"CODEINTEGRITY_OPTION_TEST_BUILD","features":[36]},{"name":"CODEINTEGRITY_OPTION_UMCI_AUDITMODE_ENABLED","features":[36]},{"name":"CODEINTEGRITY_OPTION_UMCI_ENABLED","features":[36]},{"name":"CODEINTEGRITY_OPTION_UMCI_EXCLUSIONPATHS_ENABLED","features":[36]},{"name":"COMMPROP_INITIALIZED","features":[36]},{"name":"CONTEXT_SIZE","features":[36]},{"name":"CO_NL_ENTITY","features":[36]},{"name":"CO_TL_ENTITY","features":[36]},{"name":"CO_TL_NBF","features":[36]},{"name":"CO_TL_SPP","features":[36]},{"name":"CO_TL_SPX","features":[36]},{"name":"CO_TL_TCP","features":[36]},{"name":"CP_DIRECT","features":[36]},{"name":"CP_HWND","features":[36]},{"name":"CP_LEVEL","features":[36]},{"name":"CP_OPEN","features":[36]},{"name":"CREATE_FOR_DIR","features":[36]},{"name":"CREATE_FOR_IMPORT","features":[36]},{"name":"CRITICAL_SECTION_NO_DEBUG_INFO","features":[36]},{"name":"CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG","features":[36]},{"name":"CameraUIControl","features":[36]},{"name":"CameraUIControlCaptureMode","features":[36]},{"name":"CameraUIControlLinearSelectionMode","features":[36]},{"name":"CameraUIControlMode","features":[36]},{"name":"CameraUIControlPhotoFormat","features":[36]},{"name":"CameraUIControlVideoFormat","features":[36]},{"name":"CameraUIControlViewType","features":[36]},{"name":"CancelDeviceWakeupRequest","features":[1,36]},{"name":"CloseINFEngine","features":[36]},{"name":"ConvertAuxiliaryCounterToPerformanceCounter","features":[36]},{"name":"ConvertPerformanceCounterToAuxiliaryCounter","features":[36]},{"name":"DATETIME","features":[36]},{"name":"DCIBeginAccess","features":[36]},{"name":"DCICMD","features":[36]},{"name":"DCICREATEINPUT","features":[36]},{"name":"DCICREATEOFFSCREENSURFACE","features":[36]},{"name":"DCICREATEOVERLAYSURFACE","features":[36]},{"name":"DCICREATEPRIMARYSURFACE","features":[36]},{"name":"DCICloseProvider","features":[13,36]},{"name":"DCICreateOffscreen","features":[13,36]},{"name":"DCICreateOverlay","features":[13,36]},{"name":"DCICreatePrimary","features":[13,36]},{"name":"DCIDestroy","features":[36]},{"name":"DCIDraw","features":[36]},{"name":"DCIENUMINPUT","features":[1,36]},{"name":"DCIENUMSURFACE","features":[36]},{"name":"DCIESCAPE","features":[36]},{"name":"DCIEndAccess","features":[36]},{"name":"DCIEnum","features":[1,13,36]},{"name":"DCIOFFSCREEN","features":[36]},{"name":"DCIOVERLAY","features":[36]},{"name":"DCIOpenProvider","features":[13,36]},{"name":"DCISURFACEINFO","features":[36]},{"name":"DCISetClipList","features":[1,13,36]},{"name":"DCISetDestination","features":[1,36]},{"name":"DCISetSrcDestClip","features":[1,13,36]},{"name":"DCI_1632_ACCESS","features":[36]},{"name":"DCI_ASYNC","features":[36]},{"name":"DCI_CANOVERLAY","features":[36]},{"name":"DCI_CAN_STRETCHX","features":[36]},{"name":"DCI_CAN_STRETCHXN","features":[36]},{"name":"DCI_CAN_STRETCHY","features":[36]},{"name":"DCI_CAN_STRETCHYN","features":[36]},{"name":"DCI_CHROMAKEY","features":[36]},{"name":"DCI_DWORDALIGN","features":[36]},{"name":"DCI_DWORDSIZE","features":[36]},{"name":"DCI_ERR_CURRENTLYNOTAVAIL","features":[36]},{"name":"DCI_ERR_HEIGHTALIGN","features":[36]},{"name":"DCI_ERR_INVALIDCLIPLIST","features":[36]},{"name":"DCI_ERR_INVALIDPOSITION","features":[36]},{"name":"DCI_ERR_INVALIDRECT","features":[36]},{"name":"DCI_ERR_INVALIDSTRETCH","features":[36]},{"name":"DCI_ERR_OUTOFMEMORY","features":[36]},{"name":"DCI_ERR_SURFACEISOBSCURED","features":[36]},{"name":"DCI_ERR_TOOBIGHEIGHT","features":[36]},{"name":"DCI_ERR_TOOBIGSIZE","features":[36]},{"name":"DCI_ERR_TOOBIGWIDTH","features":[36]},{"name":"DCI_ERR_UNSUPPORTEDFORMAT","features":[36]},{"name":"DCI_ERR_UNSUPPORTEDMASK","features":[36]},{"name":"DCI_ERR_WIDTHALIGN","features":[36]},{"name":"DCI_ERR_XALIGN","features":[36]},{"name":"DCI_ERR_XYALIGN","features":[36]},{"name":"DCI_ERR_YALIGN","features":[36]},{"name":"DCI_FAIL_GENERIC","features":[36]},{"name":"DCI_FAIL_INVALIDSURFACE","features":[36]},{"name":"DCI_FAIL_UNSUPPORTED","features":[36]},{"name":"DCI_FAIL_UNSUPPORTEDVERSION","features":[36]},{"name":"DCI_OFFSCREEN","features":[36]},{"name":"DCI_OK","features":[36]},{"name":"DCI_OVERLAY","features":[36]},{"name":"DCI_PRIMARY","features":[36]},{"name":"DCI_STATUS_CHROMAKEYCHANGED","features":[36]},{"name":"DCI_STATUS_FORMATCHANGED","features":[36]},{"name":"DCI_STATUS_POINTERCHANGED","features":[36]},{"name":"DCI_STATUS_STRIDECHANGED","features":[36]},{"name":"DCI_STATUS_SURFACEINFOCHANGED","features":[36]},{"name":"DCI_STATUS_WASSTILLDRAWING","features":[36]},{"name":"DCI_SURFACE_TYPE","features":[36]},{"name":"DCI_VERSION","features":[36]},{"name":"DCI_VISIBLE","features":[36]},{"name":"DCI_WRITEONLY","features":[36]},{"name":"DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION","features":[36]},{"name":"DECISION_LOCATION","features":[36]},{"name":"DECISION_LOCATION_AUDIT","features":[36]},{"name":"DECISION_LOCATION_ENFORCE_STATE_LIST","features":[36]},{"name":"DECISION_LOCATION_ENTERPRISE_DEFINED_CLASS_ID","features":[36]},{"name":"DECISION_LOCATION_FAILED_CONVERT_GUID","features":[36]},{"name":"DECISION_LOCATION_GLOBAL_BUILT_IN_LIST","features":[36]},{"name":"DECISION_LOCATION_NOT_FOUND","features":[36]},{"name":"DECISION_LOCATION_PARAMETER_VALIDATION","features":[36]},{"name":"DECISION_LOCATION_PROVIDER_BUILT_IN_LIST","features":[36]},{"name":"DECISION_LOCATION_REFRESH_GLOBAL_DATA","features":[36]},{"name":"DECISION_LOCATION_UNKNOWN","features":[36]},{"name":"DELAYLOAD_GPA_FAILURE","features":[36]},{"name":"DELAYLOAD_INFO","features":[36]},{"name":"DELAYLOAD_INFO","features":[36]},{"name":"DELAYLOAD_PROC_DESCRIPTOR","features":[36]},{"name":"DELETE_BROWSING_HISTORY_COOKIES","features":[36]},{"name":"DELETE_BROWSING_HISTORY_DOWNLOADHISTORY","features":[36]},{"name":"DELETE_BROWSING_HISTORY_FORMDATA","features":[36]},{"name":"DELETE_BROWSING_HISTORY_HISTORY","features":[36]},{"name":"DELETE_BROWSING_HISTORY_PASSWORDS","features":[36]},{"name":"DELETE_BROWSING_HISTORY_PRESERVEFAVORITES","features":[36]},{"name":"DELETE_BROWSING_HISTORY_TIF","features":[36]},{"name":"DOCKINFO_DOCKED","features":[36]},{"name":"DOCKINFO_UNDOCKED","features":[36]},{"name":"DOCKINFO_USER_SUPPLIED","features":[36]},{"name":"DRIVE_CDROM","features":[36]},{"name":"DRIVE_FIXED","features":[36]},{"name":"DRIVE_NO_ROOT_DIR","features":[36]},{"name":"DRIVE_RAMDISK","features":[36]},{"name":"DRIVE_REMOTE","features":[36]},{"name":"DRIVE_REMOVABLE","features":[36]},{"name":"DRIVE_UNKNOWN","features":[36]},{"name":"DTR_CONTROL_DISABLE","features":[36]},{"name":"DTR_CONTROL_ENABLE","features":[36]},{"name":"DTR_CONTROL_HANDSHAKE","features":[36]},{"name":"DefaultBrowserSyncSettings","features":[36]},{"name":"DelNodeA","features":[36]},{"name":"DelNodeRunDLL32W","features":[1,36]},{"name":"DelNodeW","features":[36]},{"name":"DnsHostnameToComputerNameA","features":[1,36]},{"name":"DnsHostnameToComputerNameW","features":[1,36]},{"name":"DosDateTimeToFileTime","features":[1,36]},{"name":"EFSRPC_SECURE_ONLY","features":[36]},{"name":"EFS_DROP_ALTERNATE_STREAMS","features":[36]},{"name":"EFS_USE_RECOVERY_KEYS","features":[36]},{"name":"ENTITY_LIST_ID","features":[36]},{"name":"ENTITY_TYPE_ID","features":[36]},{"name":"ENUM_CALLBACK","features":[36]},{"name":"ER_ENTITY","features":[36]},{"name":"ER_ICMP","features":[36]},{"name":"EVENTLOG_FULL_INFO","features":[36]},{"name":"EditionUpgradeBroker","features":[36]},{"name":"EditionUpgradeHelper","features":[36]},{"name":"EnableProcessOptionalXStateFeatures","features":[1,36]},{"name":"EndpointIoControlType","features":[36]},{"name":"ExecuteCabA","features":[1,36]},{"name":"ExecuteCabW","features":[1,36]},{"name":"ExtractFilesA","features":[36]},{"name":"ExtractFilesW","features":[36]},{"name":"FAIL_FAST_GENERATE_EXCEPTION_ADDRESS","features":[36]},{"name":"FAIL_FAST_NO_HARD_ERROR_DLG","features":[36]},{"name":"FEATURE_CHANGE_TIME","features":[36]},{"name":"FEATURE_CHANGE_TIME_MODULE_RELOAD","features":[36]},{"name":"FEATURE_CHANGE_TIME_READ","features":[36]},{"name":"FEATURE_CHANGE_TIME_REBOOT","features":[36]},{"name":"FEATURE_CHANGE_TIME_SESSION","features":[36]},{"name":"FEATURE_ENABLED_STATE","features":[36]},{"name":"FEATURE_ENABLED_STATE_DEFAULT","features":[36]},{"name":"FEATURE_ENABLED_STATE_DISABLED","features":[36]},{"name":"FEATURE_ENABLED_STATE_ENABLED","features":[36]},{"name":"FEATURE_ERROR","features":[36]},{"name":"FEATURE_STATE_CHANGE_SUBSCRIPTION","features":[36]},{"name":"FIBER_FLAG_FLOAT_SWITCH","features":[36]},{"name":"FILE_CREATED","features":[36]},{"name":"FILE_DIR_DISALLOWED","features":[36]},{"name":"FILE_DOES_NOT_EXIST","features":[36]},{"name":"FILE_ENCRYPTABLE","features":[36]},{"name":"FILE_EXISTS","features":[36]},{"name":"FILE_FLAG_IGNORE_IMPERSONATED_DEVICEMAP","features":[36]},{"name":"FILE_FLAG_OPEN_REQUIRING_OPLOCK","features":[36]},{"name":"FILE_IS_ENCRYPTED","features":[36]},{"name":"FILE_MAXIMUM_DISPOSITION","features":[36]},{"name":"FILE_NO_COMPRESSION","features":[36]},{"name":"FILE_OPENED","features":[36]},{"name":"FILE_OPEN_NO_RECALL","features":[36]},{"name":"FILE_OPEN_REMOTE_INSTANCE","features":[36]},{"name":"FILE_OVERWRITTEN","features":[36]},{"name":"FILE_READ_ONLY","features":[36]},{"name":"FILE_RENAME_FLAG_POSIX_SEMANTICS","features":[36]},{"name":"FILE_RENAME_FLAG_REPLACE_IF_EXISTS","features":[36]},{"name":"FILE_RENAME_FLAG_SUPPRESS_PIN_STATE_INHERITANCE","features":[36]},{"name":"FILE_ROOT_DIR","features":[36]},{"name":"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS","features":[36]},{"name":"FILE_SKIP_SET_EVENT_ON_HANDLE","features":[36]},{"name":"FILE_SUPERSEDED","features":[36]},{"name":"FILE_SYSTEM_ATTR","features":[36]},{"name":"FILE_SYSTEM_DIR","features":[36]},{"name":"FILE_SYSTEM_NOT_SUPPORT","features":[36]},{"name":"FILE_UNKNOWN","features":[36]},{"name":"FILE_USER_DISALLOWED","features":[36]},{"name":"FILE_VALID_MAILSLOT_OPTION_FLAGS","features":[36]},{"name":"FILE_VALID_OPTION_FLAGS","features":[36]},{"name":"FILE_VALID_PIPE_OPTION_FLAGS","features":[36]},{"name":"FILE_VALID_SET_FLAGS","features":[36]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_ASSEMBLY_METADATA","features":[36]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_FLAGS","features":[36]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_HACTCTX","features":[36]},{"name":"FORMAT_MESSAGE_MAX_WIDTH_MASK","features":[36]},{"name":"FS_CASE_IS_PRESERVED","features":[36]},{"name":"FS_CASE_SENSITIVE","features":[36]},{"name":"FS_FILE_COMPRESSION","features":[36]},{"name":"FS_FILE_ENCRYPTION","features":[36]},{"name":"FS_PERSISTENT_ACLS","features":[36]},{"name":"FS_UNICODE_STORED_ON_DISK","features":[36]},{"name":"FS_VOL_IS_COMPRESSED","features":[36]},{"name":"FileSaveMarkNotExistA","features":[36]},{"name":"FileSaveMarkNotExistW","features":[36]},{"name":"FileSaveRestoreOnINFA","features":[1,36]},{"name":"FileSaveRestoreOnINFW","features":[1,36]},{"name":"FileSaveRestoreW","features":[1,36]},{"name":"FileTimeToDosDateTime","features":[1,36]},{"name":"GENERIC_ENTITY","features":[36]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_A","features":[36]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_T","features":[36]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_W","features":[36]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_A","features":[36]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_T","features":[36]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_W","features":[36]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_A","features":[36]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_T","features":[36]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_W","features":[36]},{"name":"GMEM_DDESHARE","features":[36]},{"name":"GMEM_DISCARDABLE","features":[36]},{"name":"GMEM_DISCARDED","features":[36]},{"name":"GMEM_INVALID_HANDLE","features":[36]},{"name":"GMEM_LOCKCOUNT","features":[36]},{"name":"GMEM_LOWER","features":[36]},{"name":"GMEM_MODIFY","features":[36]},{"name":"GMEM_NOCOMPACT","features":[36]},{"name":"GMEM_NODISCARD","features":[36]},{"name":"GMEM_NOTIFY","features":[36]},{"name":"GMEM_NOT_BANKED","features":[36]},{"name":"GMEM_SHARE","features":[36]},{"name":"GMEM_VALID_FLAGS","features":[36]},{"name":"GdiEntry13","features":[36]},{"name":"GetComputerNameA","features":[1,36]},{"name":"GetComputerNameW","features":[1,36]},{"name":"GetCurrentHwProfileA","features":[1,36]},{"name":"GetCurrentHwProfileW","features":[1,36]},{"name":"GetDCRegionData","features":[1,13,36]},{"name":"GetFeatureEnabledState","features":[36]},{"name":"GetFeatureVariant","features":[1,36]},{"name":"GetFirmwareEnvironmentVariableA","features":[36]},{"name":"GetFirmwareEnvironmentVariableExA","features":[36]},{"name":"GetFirmwareEnvironmentVariableExW","features":[36]},{"name":"GetFirmwareEnvironmentVariableW","features":[36]},{"name":"GetPrivateProfileIntA","features":[36]},{"name":"GetPrivateProfileIntW","features":[36]},{"name":"GetPrivateProfileSectionA","features":[36]},{"name":"GetPrivateProfileSectionNamesA","features":[36]},{"name":"GetPrivateProfileSectionNamesW","features":[36]},{"name":"GetPrivateProfileSectionW","features":[36]},{"name":"GetPrivateProfileStringA","features":[36]},{"name":"GetPrivateProfileStringW","features":[36]},{"name":"GetPrivateProfileStructA","features":[1,36]},{"name":"GetPrivateProfileStructW","features":[1,36]},{"name":"GetProfileIntA","features":[36]},{"name":"GetProfileIntW","features":[36]},{"name":"GetProfileSectionA","features":[36]},{"name":"GetProfileSectionW","features":[36]},{"name":"GetProfileStringA","features":[36]},{"name":"GetProfileStringW","features":[36]},{"name":"GetSockOptIoControlType","features":[36]},{"name":"GetSystemRegistryQuota","features":[1,36]},{"name":"GetThreadEnabledXStateFeatures","features":[36]},{"name":"GetUserNameA","features":[1,36]},{"name":"GetUserNameW","features":[1,36]},{"name":"GetVersionFromFileA","features":[1,36]},{"name":"GetVersionFromFileExA","features":[1,36]},{"name":"GetVersionFromFileExW","features":[1,36]},{"name":"GetVersionFromFileW","features":[1,36]},{"name":"GetWindowRegionData","features":[1,13,36]},{"name":"GlobalCompact","features":[36]},{"name":"GlobalFix","features":[1,36]},{"name":"GlobalUnWire","features":[1,36]},{"name":"GlobalUnfix","features":[1,36]},{"name":"GlobalWire","features":[1,36]},{"name":"HANJA_WINDOW","features":[36]},{"name":"HINSTANCE_ERROR","features":[36]},{"name":"HWINWATCH","features":[36]},{"name":"HW_PROFILE_GUIDLEN","features":[36]},{"name":"HW_PROFILE_INFOA","features":[36]},{"name":"HW_PROFILE_INFOW","features":[36]},{"name":"ICameraUIControl","features":[36]},{"name":"ICameraUIControlEventCallback","features":[36]},{"name":"IClipServiceNotificationHelper","features":[36]},{"name":"IContainerActivationHelper","features":[36]},{"name":"IDefaultBrowserSyncSettings","features":[36]},{"name":"IDeleteBrowsingHistory","features":[36]},{"name":"IE4_BACKNEW","features":[36]},{"name":"IE4_EXTRAINCREFCNT","features":[36]},{"name":"IE4_FRDOALL","features":[36]},{"name":"IE4_NODELETENEW","features":[36]},{"name":"IE4_NOENUMKEY","features":[36]},{"name":"IE4_NOMESSAGES","features":[36]},{"name":"IE4_NOPROGRESS","features":[36]},{"name":"IE4_NO_CRC_MAPPING","features":[36]},{"name":"IE4_REGSECTION","features":[36]},{"name":"IE4_REMOVREGBKDATA","features":[36]},{"name":"IE4_RESTORE","features":[36]},{"name":"IE4_UPDREFCNT","features":[36]},{"name":"IE4_USEREFCNT","features":[36]},{"name":"IE_BADID","features":[36]},{"name":"IE_BAUDRATE","features":[36]},{"name":"IE_BYTESIZE","features":[36]},{"name":"IE_DEFAULT","features":[36]},{"name":"IE_HARDWARE","features":[36]},{"name":"IE_MEMORY","features":[36]},{"name":"IE_NOPEN","features":[36]},{"name":"IE_OPEN","features":[36]},{"name":"IEditionUpgradeBroker","features":[36]},{"name":"IEditionUpgradeHelper","features":[36]},{"name":"IFClipNotificationHelper","features":[36]},{"name":"IF_ENTITY","features":[36]},{"name":"IF_GENERIC","features":[36]},{"name":"IF_MIB","features":[36]},{"name":"IGNORE","features":[36]},{"name":"IMAGE_DELAYLOAD_DESCRIPTOR","features":[36]},{"name":"IMAGE_THUNK_DATA32","features":[36]},{"name":"IMAGE_THUNK_DATA64","features":[36]},{"name":"IMEA_INIT","features":[36]},{"name":"IMEA_NEXT","features":[36]},{"name":"IMEA_PREV","features":[36]},{"name":"IMEPROA","features":[1,36]},{"name":"IMEPROW","features":[1,36]},{"name":"IMESTRUCT","features":[1,36]},{"name":"IME_BANJAtoJUNJA","features":[36]},{"name":"IME_ENABLE_CONVERT","features":[36]},{"name":"IME_ENTERWORDREGISTERMODE","features":[36]},{"name":"IME_GETCONVERSIONMODE","features":[36]},{"name":"IME_GETIMECAPS","features":[36]},{"name":"IME_GETOPEN","features":[36]},{"name":"IME_GETVERSION","features":[36]},{"name":"IME_JOHABtoKS","features":[36]},{"name":"IME_JUNJAtoBANJA","features":[36]},{"name":"IME_KStoJOHAB","features":[36]},{"name":"IME_MAXPROCESS","features":[36]},{"name":"IME_MODE_ALPHANUMERIC","features":[36]},{"name":"IME_MODE_CODEINPUT","features":[36]},{"name":"IME_MODE_DBCSCHAR","features":[36]},{"name":"IME_MODE_HANJACONVERT","features":[36]},{"name":"IME_MODE_HIRAGANA","features":[36]},{"name":"IME_MODE_KATAKANA","features":[36]},{"name":"IME_MODE_NOCODEINPUT","features":[36]},{"name":"IME_MODE_NOROMAN","features":[36]},{"name":"IME_MODE_ROMAN","features":[36]},{"name":"IME_MODE_SBCSCHAR","features":[36]},{"name":"IME_MOVEIMEWINDOW","features":[36]},{"name":"IME_REQUEST_CONVERT","features":[36]},{"name":"IME_RS_DISKERROR","features":[36]},{"name":"IME_RS_ERROR","features":[36]},{"name":"IME_RS_ILLEGAL","features":[36]},{"name":"IME_RS_INVALID","features":[36]},{"name":"IME_RS_NEST","features":[36]},{"name":"IME_RS_NOIME","features":[36]},{"name":"IME_RS_NOROOM","features":[36]},{"name":"IME_RS_NOTFOUND","features":[36]},{"name":"IME_RS_SYSTEMMODAL","features":[36]},{"name":"IME_RS_TOOLONG","features":[36]},{"name":"IME_SENDVKEY","features":[36]},{"name":"IME_SETCONVERSIONFONTEX","features":[36]},{"name":"IME_SETCONVERSIONMODE","features":[36]},{"name":"IME_SETCONVERSIONWINDOW","features":[36]},{"name":"IME_SETOPEN","features":[36]},{"name":"IME_SET_MODE","features":[36]},{"name":"IMPGetIMEA","features":[1,36]},{"name":"IMPGetIMEW","features":[1,36]},{"name":"IMPQueryIMEA","features":[1,36]},{"name":"IMPQueryIMEW","features":[1,36]},{"name":"IMPSetIMEA","features":[1,36]},{"name":"IMPSetIMEW","features":[1,36]},{"name":"INFO_CLASS_GENERIC","features":[36]},{"name":"INFO_CLASS_IMPLEMENTATION","features":[36]},{"name":"INFO_CLASS_PROTOCOL","features":[36]},{"name":"INFO_TYPE_ADDRESS_OBJECT","features":[36]},{"name":"INFO_TYPE_CONNECTION","features":[36]},{"name":"INFO_TYPE_PROVIDER","features":[36]},{"name":"INTERIM_WINDOW","features":[36]},{"name":"INVALID_ENTITY_INSTANCE","features":[36]},{"name":"IOCTL_TDI_TL_IO_CONTROL_ENDPOINT","features":[36]},{"name":"IR_CHANGECONVERT","features":[36]},{"name":"IR_CLOSECONVERT","features":[36]},{"name":"IR_DBCSCHAR","features":[36]},{"name":"IR_FULLCONVERT","features":[36]},{"name":"IR_IMESELECT","features":[36]},{"name":"IR_MODEINFO","features":[36]},{"name":"IR_OPENCONVERT","features":[36]},{"name":"IR_STRING","features":[36]},{"name":"IR_STRINGEND","features":[36]},{"name":"IR_STRINGEX","features":[36]},{"name":"IR_STRINGSTART","features":[36]},{"name":"IR_UNDETERMINE","features":[36]},{"name":"IWindowsLockModeHelper","features":[36]},{"name":"IsApiSetImplemented","features":[1,36]},{"name":"IsBadHugeReadPtr","features":[1,36]},{"name":"IsBadHugeWritePtr","features":[1,36]},{"name":"IsNTAdmin","features":[1,36]},{"name":"IsNativeVhdBoot","features":[1,36]},{"name":"IsTokenUntrusted","features":[1,36]},{"name":"JAVA_TRUST","features":[1,36]},{"name":"JIT_DEBUG_INFO","features":[36]},{"name":"KEY_ALL_KEYS","features":[36]},{"name":"KEY_OVERRIDE","features":[36]},{"name":"KEY_UNKNOWN","features":[36]},{"name":"LDR_DATA_TABLE_ENTRY","features":[1,8,36]},{"name":"LIS_NOGRPCONV","features":[36]},{"name":"LIS_QUIET","features":[36]},{"name":"LOGON32_PROVIDER_VIRTUAL","features":[36]},{"name":"LOGON32_PROVIDER_WINNT35","features":[36]},{"name":"LOGON_ZERO_PASSWORD_BUFFER","features":[36]},{"name":"LPTx","features":[36]},{"name":"LaunchINFSectionExW","features":[1,36]},{"name":"LaunchINFSectionW","features":[1,36]},{"name":"LocalCompact","features":[36]},{"name":"LocalShrink","features":[1,36]},{"name":"MAXINTATOM","features":[36]},{"name":"MAX_COMPUTERNAME_LENGTH","features":[36]},{"name":"MAX_TDI_ENTITIES","features":[36]},{"name":"MCW_DEFAULT","features":[36]},{"name":"MCW_HIDDEN","features":[36]},{"name":"MCW_RECT","features":[36]},{"name":"MCW_SCREEN","features":[36]},{"name":"MCW_VERTICAL","features":[36]},{"name":"MCW_WINDOW","features":[36]},{"name":"MICROSOFT_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS","features":[36]},{"name":"MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS","features":[36]},{"name":"MODE_WINDOW","features":[36]},{"name":"MulDiv","features":[36]},{"name":"NeedReboot","features":[1,36]},{"name":"NeedRebootInit","features":[36]},{"name":"OFS_MAXPATHNAME","features":[36]},{"name":"OPERATION_API_VERSION","features":[36]},{"name":"OVERWRITE_HIDDEN","features":[36]},{"name":"OpenINFEngineA","features":[36]},{"name":"OpenINFEngineW","features":[36]},{"name":"OpenMutexA","features":[1,36]},{"name":"OpenSemaphoreA","features":[1,36]},{"name":"PCF_16BITMODE","features":[36]},{"name":"PCF_DTRDSR","features":[36]},{"name":"PCF_INTTIMEOUTS","features":[36]},{"name":"PCF_PARITY_CHECK","features":[36]},{"name":"PCF_RLSD","features":[36]},{"name":"PCF_RTSCTS","features":[36]},{"name":"PCF_SETXCHAR","features":[36]},{"name":"PCF_SPECIALCHARS","features":[36]},{"name":"PCF_TOTALTIMEOUTS","features":[36]},{"name":"PCF_XONXOFF","features":[36]},{"name":"PDELAYLOAD_FAILURE_DLL_CALLBACK","features":[36]},{"name":"PERUSERSECTIONA","features":[1,36]},{"name":"PERUSERSECTIONW","features":[1,36]},{"name":"PFEATURE_STATE_CHANGE_CALLBACK","features":[36]},{"name":"PFIBER_CALLOUT_ROUTINE","features":[36]},{"name":"PQUERYACTCTXW_FUNC","features":[1,36]},{"name":"PROCESS_CREATION_ALL_APPLICATION_PACKAGES_OPT_OUT","features":[36]},{"name":"PROCESS_CREATION_CHILD_PROCESS_OVERRIDE","features":[36]},{"name":"PROCESS_CREATION_CHILD_PROCESS_RESTRICTED","features":[36]},{"name":"PROCESS_CREATION_CHILD_PROCESS_RESTRICTED_UNLESS_SECURE","features":[36]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_DISABLE_PROCESS_TREE","features":[36]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_ENABLE_PROCESS_TREE","features":[36]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_OVERRIDE","features":[36]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_DEP_ATL_THUNK_ENABLE","features":[36]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_DEP_ENABLE","features":[36]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_SEHOP_ENABLE","features":[36]},{"name":"PROC_THREAD_ATTRIBUTE_ADDITIVE","features":[36]},{"name":"PROC_THREAD_ATTRIBUTE_INPUT","features":[36]},{"name":"PROC_THREAD_ATTRIBUTE_NUMBER","features":[36]},{"name":"PROC_THREAD_ATTRIBUTE_THREAD","features":[36]},{"name":"PROTECTION_LEVEL_SAME","features":[36]},{"name":"PST_FAX","features":[36]},{"name":"PST_LAT","features":[36]},{"name":"PST_MODEM","features":[36]},{"name":"PST_NETWORK_BRIDGE","features":[36]},{"name":"PST_PARALLELPORT","features":[36]},{"name":"PST_RS232","features":[36]},{"name":"PST_RS422","features":[36]},{"name":"PST_RS423","features":[36]},{"name":"PST_RS449","features":[36]},{"name":"PST_SCANNER","features":[36]},{"name":"PST_TCPIP_TELNET","features":[36]},{"name":"PST_UNSPECIFIED","features":[36]},{"name":"PST_X25","features":[36]},{"name":"PUBLIC_OBJECT_BASIC_INFORMATION","features":[36]},{"name":"PUBLIC_OBJECT_TYPE_INFORMATION","features":[1,36]},{"name":"PWINSTATIONQUERYINFORMATIONW","features":[1,36]},{"name":"PWLDP_CANEXECUTEBUFFER_API","features":[36]},{"name":"PWLDP_CANEXECUTEFILE_API","features":[1,36]},{"name":"PWLDP_CANEXECUTESTREAM_API","features":[36]},{"name":"PWLDP_ISAPPAPPROVEDBYPOLICY_API","features":[36]},{"name":"PWLDP_ISDYNAMICCODEPOLICYENABLED_API","features":[1,36]},{"name":"PWLDP_ISPRODUCTIONCONFIGURATION_API","features":[1,36]},{"name":"PWLDP_ISWCOSPRODUCTIONCONFIGURATION_API","features":[1,36]},{"name":"PWLDP_QUERYDEVICESECURITYINFORMATION_API","features":[36]},{"name":"PWLDP_QUERYDYNAMICODETRUST_API","features":[1,36]},{"name":"PWLDP_QUERYPOLICYSETTINGENABLED2_API","features":[1,36]},{"name":"PWLDP_QUERYPOLICYSETTINGENABLED_API","features":[1,36]},{"name":"PWLDP_QUERYWINDOWSLOCKDOWNMODE_API","features":[36]},{"name":"PWLDP_QUERYWINDOWSLOCKDOWNRESTRICTION_API","features":[36]},{"name":"PWLDP_RESETPRODUCTIONCONFIGURATION_API","features":[36]},{"name":"PWLDP_RESETWCOSPRODUCTIONCONFIGURATION_API","features":[36]},{"name":"PWLDP_SETDYNAMICCODETRUST_API","features":[1,36]},{"name":"PWLDP_SETWINDOWSLOCKDOWNRESTRICTION_API","features":[36]},{"name":"QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS","features":[36]},{"name":"QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE","features":[36]},{"name":"QUERY_ACTCTX_FLAG_NO_ADDREF","features":[36]},{"name":"QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX","features":[36]},{"name":"QueryAuxiliaryCounterFrequency","features":[36]},{"name":"QueryIdleProcessorCycleTime","features":[1,36]},{"name":"QueryIdleProcessorCycleTimeEx","features":[1,36]},{"name":"QueryInterruptTime","features":[36]},{"name":"QueryInterruptTimePrecise","features":[36]},{"name":"QueryProcessCycleTime","features":[1,36]},{"name":"QueryThreadCycleTime","features":[1,36]},{"name":"QueryUnbiasedInterruptTime","features":[1,36]},{"name":"QueryUnbiasedInterruptTimePrecise","features":[36]},{"name":"RECOVERY_DEFAULT_PING_INTERVAL","features":[36]},{"name":"REGINSTALLA","features":[1,36]},{"name":"REG_RESTORE_LOG_KEY","features":[36]},{"name":"REG_SAVE_LOG_KEY","features":[36]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_LOOPBACK","features":[36]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_OFFLINE","features":[36]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_PERSISTENT_HANDLE","features":[36]},{"name":"RESETDEV","features":[36]},{"name":"RESTART_MAX_CMD_LINE","features":[36]},{"name":"RPI_FLAG_SMB2_SHARECAP_CLUSTER","features":[36]},{"name":"RPI_FLAG_SMB2_SHARECAP_CONTINUOUS_AVAILABILITY","features":[36]},{"name":"RPI_FLAG_SMB2_SHARECAP_DFS","features":[36]},{"name":"RPI_FLAG_SMB2_SHARECAP_SCALEOUT","features":[36]},{"name":"RPI_FLAG_SMB2_SHARECAP_TIMEWARP","features":[36]},{"name":"RPI_SMB2_FLAG_SERVERCAP_DFS","features":[36]},{"name":"RPI_SMB2_FLAG_SERVERCAP_DIRECTORY_LEASING","features":[36]},{"name":"RPI_SMB2_FLAG_SERVERCAP_LARGEMTU","features":[36]},{"name":"RPI_SMB2_FLAG_SERVERCAP_LEASING","features":[36]},{"name":"RPI_SMB2_FLAG_SERVERCAP_MULTICHANNEL","features":[36]},{"name":"RPI_SMB2_FLAG_SERVERCAP_PERSISTENT_HANDLES","features":[36]},{"name":"RPI_SMB2_SHAREFLAG_COMPRESS_DATA","features":[36]},{"name":"RPI_SMB2_SHAREFLAG_ENCRYPT_DATA","features":[36]},{"name":"RSC_FLAG_DELAYREGISTEROCX","features":[36]},{"name":"RSC_FLAG_INF","features":[36]},{"name":"RSC_FLAG_NGCONV","features":[36]},{"name":"RSC_FLAG_QUIET","features":[36]},{"name":"RSC_FLAG_SETUPAPI","features":[36]},{"name":"RSC_FLAG_SKIPDISKSPACECHECK","features":[36]},{"name":"RSC_FLAG_UPDHLPDLLS","features":[36]},{"name":"RTS_CONTROL_DISABLE","features":[36]},{"name":"RTS_CONTROL_ENABLE","features":[36]},{"name":"RTS_CONTROL_HANDSHAKE","features":[36]},{"name":"RTS_CONTROL_TOGGLE","features":[36]},{"name":"RUNCMDS_DELAYPOSTCMD","features":[36]},{"name":"RUNCMDS_NOWAIT","features":[36]},{"name":"RUNCMDS_QUIET","features":[36]},{"name":"RaiseCustomSystemEventTrigger","features":[36]},{"name":"RebootCheckOnInstallA","features":[1,36]},{"name":"RebootCheckOnInstallW","features":[1,36]},{"name":"RecordFeatureError","features":[36]},{"name":"RecordFeatureUsage","features":[36]},{"name":"RegInstallA","features":[1,36]},{"name":"RegInstallW","features":[1,36]},{"name":"RegRestoreAllA","features":[1,54,36]},{"name":"RegRestoreAllW","features":[1,54,36]},{"name":"RegSaveRestoreA","features":[1,54,36]},{"name":"RegSaveRestoreOnINFA","features":[1,54,36]},{"name":"RegSaveRestoreOnINFW","features":[1,54,36]},{"name":"RegSaveRestoreW","features":[1,54,36]},{"name":"ReplacePartitionUnit","features":[1,36]},{"name":"RequestDeviceWakeup","features":[1,36]},{"name":"RtlAnsiStringToUnicodeString","features":[1,8,36]},{"name":"RtlCharToInteger","features":[1,36]},{"name":"RtlFreeAnsiString","features":[8,36]},{"name":"RtlFreeOemString","features":[8,36]},{"name":"RtlFreeUnicodeString","features":[1,36]},{"name":"RtlGetReturnAddressHijackTarget","features":[36]},{"name":"RtlInitAnsiString","features":[8,36]},{"name":"RtlInitAnsiStringEx","features":[1,8,36]},{"name":"RtlInitString","features":[8,36]},{"name":"RtlInitStringEx","features":[1,8,36]},{"name":"RtlInitUnicodeString","features":[1,36]},{"name":"RtlIsNameLegalDOS8Dot3","features":[1,8,36]},{"name":"RtlLocalTimeToSystemTime","features":[1,36]},{"name":"RtlRaiseCustomSystemEventTrigger","features":[36]},{"name":"RtlTimeToSecondsSince1970","features":[1,36]},{"name":"RtlUnicodeStringToAnsiString","features":[1,8,36]},{"name":"RtlUnicodeStringToOemString","features":[1,8,36]},{"name":"RtlUnicodeToMultiByteSize","features":[1,36]},{"name":"RtlUniform","features":[36]},{"name":"RunSetupCommandA","features":[1,36]},{"name":"RunSetupCommandW","features":[1,36]},{"name":"SCS_32BIT_BINARY","features":[36]},{"name":"SCS_64BIT_BINARY","features":[36]},{"name":"SCS_DOS_BINARY","features":[36]},{"name":"SCS_OS216_BINARY","features":[36]},{"name":"SCS_PIF_BINARY","features":[36]},{"name":"SCS_POSIX_BINARY","features":[36]},{"name":"SCS_THIS_PLATFORM_BINARY","features":[36]},{"name":"SCS_WOW_BINARY","features":[36]},{"name":"SHUTDOWN_NORETRY","features":[36]},{"name":"SP_BAUD","features":[36]},{"name":"SP_DATABITS","features":[36]},{"name":"SP_HANDSHAKING","features":[36]},{"name":"SP_PARITY","features":[36]},{"name":"SP_PARITY_CHECK","features":[36]},{"name":"SP_RLSD","features":[36]},{"name":"SP_SERIALCOMM","features":[36]},{"name":"SP_STOPBITS","features":[36]},{"name":"STARTF_HOLOGRAPHIC","features":[36]},{"name":"STORAGE_INFO_FLAGS_ALIGNED_DEVICE","features":[36]},{"name":"STORAGE_INFO_FLAGS_PARTITION_ALIGNED_ON_DEVICE","features":[36]},{"name":"STORAGE_INFO_OFFSET_UNKNOWN","features":[36]},{"name":"STREAM_CONTAINS_GHOSTED_FILE_EXTENTS","features":[36]},{"name":"STREAM_CONTAINS_PROPERTIES","features":[36]},{"name":"STREAM_CONTAINS_SECURITY","features":[36]},{"name":"STREAM_MODIFIED_WHEN_READ","features":[36]},{"name":"STREAM_NORMAL_ATTRIBUTE","features":[36]},{"name":"STREAM_SPARSE_ATTRIBUTE","features":[36]},{"name":"STRENTRYA","features":[36]},{"name":"STRENTRYW","features":[36]},{"name":"STRINGEXSTRUCT","features":[36]},{"name":"STRTABLEA","features":[36]},{"name":"STRTABLEW","features":[36]},{"name":"SYSTEM_BASIC_INFORMATION","features":[36]},{"name":"SYSTEM_CODEINTEGRITY_INFORMATION","features":[36]},{"name":"SYSTEM_EXCEPTION_INFORMATION","features":[36]},{"name":"SYSTEM_INTERRUPT_INFORMATION","features":[36]},{"name":"SYSTEM_LOOKASIDE_INFORMATION","features":[36]},{"name":"SYSTEM_PERFORMANCE_INFORMATION","features":[36]},{"name":"SYSTEM_POLICY_INFORMATION","features":[36]},{"name":"SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION","features":[36]},{"name":"SYSTEM_PROCESS_INFORMATION","features":[1,36]},{"name":"SYSTEM_REGISTRY_QUOTA_INFORMATION","features":[36]},{"name":"SYSTEM_STATUS_FLAG_POWER_SAVING_ON","features":[36]},{"name":"SYSTEM_THREAD_INFORMATION","features":[1,36]},{"name":"SYSTEM_TIMEOFDAY_INFORMATION","features":[36]},{"name":"S_ALLTHRESHOLD","features":[36]},{"name":"S_LEGATO","features":[36]},{"name":"S_NORMAL","features":[36]},{"name":"S_PERIOD1024","features":[36]},{"name":"S_PERIOD2048","features":[36]},{"name":"S_PERIOD512","features":[36]},{"name":"S_PERIODVOICE","features":[36]},{"name":"S_QUEUEEMPTY","features":[36]},{"name":"S_SERBDNT","features":[36]},{"name":"S_SERDCC","features":[36]},{"name":"S_SERDDR","features":[36]},{"name":"S_SERDFQ","features":[36]},{"name":"S_SERDLN","features":[36]},{"name":"S_SERDMD","features":[36]},{"name":"S_SERDPT","features":[36]},{"name":"S_SERDSH","features":[36]},{"name":"S_SERDSR","features":[36]},{"name":"S_SERDST","features":[36]},{"name":"S_SERDTP","features":[36]},{"name":"S_SERDVL","features":[36]},{"name":"S_SERDVNA","features":[36]},{"name":"S_SERMACT","features":[36]},{"name":"S_SEROFM","features":[36]},{"name":"S_SERQFUL","features":[36]},{"name":"S_STACCATO","features":[36]},{"name":"S_THRESHOLD","features":[36]},{"name":"S_WHITE1024","features":[36]},{"name":"S_WHITE2048","features":[36]},{"name":"S_WHITE512","features":[36]},{"name":"S_WHITEVOICE","features":[36]},{"name":"SendIMEMessageExA","features":[1,36]},{"name":"SendIMEMessageExW","features":[1,36]},{"name":"SetEnvironmentStringsA","features":[1,36]},{"name":"SetFirmwareEnvironmentVariableA","features":[1,36]},{"name":"SetFirmwareEnvironmentVariableExA","features":[1,36]},{"name":"SetFirmwareEnvironmentVariableExW","features":[1,36]},{"name":"SetFirmwareEnvironmentVariableW","features":[1,36]},{"name":"SetHandleCount","features":[36]},{"name":"SetMessageWaitingIndicator","features":[1,36]},{"name":"SetPerUserSecValuesA","features":[1,36]},{"name":"SetPerUserSecValuesW","features":[1,36]},{"name":"SetSockOptIoControlType","features":[36]},{"name":"SocketIoControlType","features":[36]},{"name":"SubscribeFeatureStateChangeNotification","features":[36]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX32_XP","features":[36]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX_W2K","features":[36]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX_XP","features":[36]},{"name":"TCP_REQUEST_SET_INFORMATION_EX","features":[36]},{"name":"TC_GP_TRAP","features":[36]},{"name":"TC_HARDERR","features":[36]},{"name":"TC_NORMAL","features":[36]},{"name":"TC_SIGNAL","features":[36]},{"name":"TDIENTITY_ENTITY_TYPE","features":[36]},{"name":"TDIEntityID","features":[36]},{"name":"TDIObjectID","features":[36]},{"name":"TDI_TL_IO_CONTROL_ENDPOINT","features":[36]},{"name":"TDI_TL_IO_CONTROL_TYPE","features":[36]},{"name":"THREAD_NAME_INFORMATION","features":[1,36]},{"name":"THREAD_PRIORITY_ERROR_RETURN","features":[36]},{"name":"TranslateInfStringA","features":[36]},{"name":"TranslateInfStringExA","features":[36]},{"name":"TranslateInfStringExW","features":[36]},{"name":"TranslateInfStringW","features":[36]},{"name":"UMS_VERSION","features":[36]},{"name":"UNDETERMINESTRUCT","features":[36]},{"name":"UnsubscribeFeatureStateChangeNotification","features":[36]},{"name":"UserInstStubWrapperA","features":[1,36]},{"name":"UserInstStubWrapperW","features":[1,36]},{"name":"UserUnInstStubWrapperA","features":[1,36]},{"name":"UserUnInstStubWrapperW","features":[1,36]},{"name":"VALUENAME","features":[36]},{"name":"VALUENAME_BUILT_IN_LIST","features":[36]},{"name":"VALUENAME_ENTERPRISE_DEFINED_CLASS_ID","features":[36]},{"name":"VALUENAME_UNKNOWN","features":[36]},{"name":"WINNLSEnableIME","features":[1,36]},{"name":"WINNLSGetEnableStatus","features":[1,36]},{"name":"WINNLSGetIMEHotkey","features":[1,36]},{"name":"WINSTATIONINFOCLASS","features":[36]},{"name":"WINSTATIONINFORMATIONW","features":[36]},{"name":"WINWATCHNOTIFYPROC","features":[1,36]},{"name":"WINWATCHNOTIFY_CHANGED","features":[36]},{"name":"WINWATCHNOTIFY_CHANGING","features":[36]},{"name":"WINWATCHNOTIFY_DESTROY","features":[36]},{"name":"WINWATCHNOTIFY_START","features":[36]},{"name":"WINWATCHNOTIFY_STOP","features":[36]},{"name":"WLDP_CANEXECUTEBUFFER_FN","features":[36]},{"name":"WLDP_CANEXECUTEFILE_FN","features":[36]},{"name":"WLDP_DEVICE_SECURITY_INFORMATION","features":[36]},{"name":"WLDP_DLL","features":[36]},{"name":"WLDP_EXECUTION_EVALUATION_OPTIONS","features":[36]},{"name":"WLDP_EXECUTION_EVALUATION_OPTION_EXECUTE_IN_INTERACTIVE_SESSION","features":[36]},{"name":"WLDP_EXECUTION_EVALUATION_OPTION_NONE","features":[36]},{"name":"WLDP_EXECUTION_POLICY","features":[36]},{"name":"WLDP_EXECUTION_POLICY_ALLOWED","features":[36]},{"name":"WLDP_EXECUTION_POLICY_BLOCKED","features":[36]},{"name":"WLDP_EXECUTION_POLICY_REQUIRE_SANDBOX","features":[36]},{"name":"WLDP_FLAGS_SKIPSIGNATUREVALIDATION","features":[36]},{"name":"WLDP_GETLOCKDOWNPOLICY_FN","features":[36]},{"name":"WLDP_HOST","features":[36]},{"name":"WLDP_HOST_CMD","features":[36]},{"name":"WLDP_HOST_HTML","features":[36]},{"name":"WLDP_HOST_ID","features":[36]},{"name":"WLDP_HOST_ID_ALL","features":[36]},{"name":"WLDP_HOST_ID_GLOBAL","features":[36]},{"name":"WLDP_HOST_ID_IE","features":[36]},{"name":"WLDP_HOST_ID_MAX","features":[36]},{"name":"WLDP_HOST_ID_MSI","features":[36]},{"name":"WLDP_HOST_ID_POWERSHELL","features":[36]},{"name":"WLDP_HOST_ID_UNKNOWN","features":[36]},{"name":"WLDP_HOST_ID_VBA","features":[36]},{"name":"WLDP_HOST_ID_WSH","features":[36]},{"name":"WLDP_HOST_INFORMATION","features":[1,36]},{"name":"WLDP_HOST_INFORMATION_REVISION","features":[36]},{"name":"WLDP_HOST_JAVASCRIPT","features":[36]},{"name":"WLDP_HOST_MAX","features":[36]},{"name":"WLDP_HOST_MSI","features":[36]},{"name":"WLDP_HOST_OTHER","features":[36]},{"name":"WLDP_HOST_POWERSHELL","features":[36]},{"name":"WLDP_HOST_PYTHON","features":[36]},{"name":"WLDP_HOST_RUNDLL32","features":[36]},{"name":"WLDP_HOST_SVCHOST","features":[36]},{"name":"WLDP_HOST_WINDOWS_SCRIPT_HOST","features":[36]},{"name":"WLDP_HOST_XML","features":[36]},{"name":"WLDP_ISAPPAPPROVEDBYPOLICY_FN","features":[36]},{"name":"WLDP_ISCLASSINAPPROVEDLIST_FN","features":[36]},{"name":"WLDP_ISDYNAMICCODEPOLICYENABLED_FN","features":[36]},{"name":"WLDP_ISPRODUCTIONCONFIGURATION_FN","features":[36]},{"name":"WLDP_ISWCOSPRODUCTIONCONFIGURATION_FN","features":[36]},{"name":"WLDP_KEY","features":[36]},{"name":"WLDP_LOCKDOWN_AUDIT_FLAG","features":[36]},{"name":"WLDP_LOCKDOWN_CONFIG_CI_AUDIT_FLAG","features":[36]},{"name":"WLDP_LOCKDOWN_CONFIG_CI_FLAG","features":[36]},{"name":"WLDP_LOCKDOWN_DEFINED_FLAG","features":[36]},{"name":"WLDP_LOCKDOWN_EXCLUSION_FLAG","features":[36]},{"name":"WLDP_LOCKDOWN_OFF","features":[36]},{"name":"WLDP_LOCKDOWN_UMCIENFORCE_FLAG","features":[36]},{"name":"WLDP_LOCKDOWN_UNDEFINED","features":[36]},{"name":"WLDP_POLICY_SETTING","features":[36]},{"name":"WLDP_POLICY_SETTING_AV_PERF_MODE","features":[36]},{"name":"WLDP_QUERYDANAMICCODETRUST_FN","features":[36]},{"name":"WLDP_QUERYDEVICESECURITYINFORMATION_FN","features":[36]},{"name":"WLDP_QUERYDYNAMICCODETRUST_FN","features":[36]},{"name":"WLDP_QUERYPOLICYSETTINGENABLED2_FN","features":[36]},{"name":"WLDP_QUERYPOLICYSETTINGENABLED_FN","features":[36]},{"name":"WLDP_QUERYWINDOWSLOCKDOWNMODE_FN","features":[36]},{"name":"WLDP_QUERYWINDOWSLOCKDOWNRESTRICTION_FN","features":[36]},{"name":"WLDP_RESETPRODUCTIONCONFIGURATION_FN","features":[36]},{"name":"WLDP_RESETWCOSPRODUCTIONCONFIGURATION_FN","features":[36]},{"name":"WLDP_SETDYNAMICCODETRUST_FN","features":[36]},{"name":"WLDP_SETWINDOWSLOCKDOWNRESTRICTION_FN","features":[36]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE","features":[36]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_LOCKED","features":[36]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_MAX","features":[36]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_TRIAL","features":[36]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_UNLOCKED","features":[36]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION","features":[36]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_MAX","features":[36]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NONE","features":[36]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NOUNLOCK","features":[36]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NOUNLOCK_PERMANENT","features":[36]},{"name":"WM_CONVERTREQUEST","features":[36]},{"name":"WM_CONVERTRESULT","features":[36]},{"name":"WM_IMEKEYDOWN","features":[36]},{"name":"WM_IMEKEYUP","features":[36]},{"name":"WM_IME_REPORT","features":[36]},{"name":"WM_INTERIM","features":[36]},{"name":"WM_WNT_CONVERTREQUESTEX","features":[36]},{"name":"WinStationInformation","features":[36]},{"name":"WinWatchClose","features":[36]},{"name":"WinWatchDidStatusChange","features":[1,36]},{"name":"WinWatchGetClipList","features":[1,13,36]},{"name":"WinWatchNotify","features":[1,36]},{"name":"WinWatchOpen","features":[1,36]},{"name":"WldpCanExecuteBuffer","features":[36]},{"name":"WldpCanExecuteFile","features":[1,36]},{"name":"WldpCanExecuteStream","features":[36]},{"name":"WldpGetLockdownPolicy","features":[1,36]},{"name":"WldpIsClassInApprovedList","features":[1,36]},{"name":"WldpIsDynamicCodePolicyEnabled","features":[1,36]},{"name":"WldpQueryDeviceSecurityInformation","features":[36]},{"name":"WldpQueryDynamicCodeTrust","features":[1,36]},{"name":"WldpSetDynamicCodeTrust","features":[1,36]},{"name":"WritePrivateProfileSectionA","features":[1,36]},{"name":"WritePrivateProfileSectionW","features":[1,36]},{"name":"WritePrivateProfileStringA","features":[1,36]},{"name":"WritePrivateProfileStringW","features":[1,36]},{"name":"WritePrivateProfileStructA","features":[1,36]},{"name":"WritePrivateProfileStructW","features":[1,36]},{"name":"WriteProfileSectionA","features":[1,36]},{"name":"WriteProfileSectionW","features":[1,36]},{"name":"WriteProfileStringA","features":[1,36]},{"name":"WriteProfileStringW","features":[1,36]},{"name":"_hread","features":[36]},{"name":"_hwrite","features":[36]},{"name":"_lclose","features":[36]},{"name":"_lcreat","features":[36]},{"name":"_llseek","features":[36]},{"name":"_lopen","features":[36]},{"name":"_lread","features":[36]},{"name":"_lwrite","features":[36]},{"name":"uaw_lstrcmpW","features":[36]},{"name":"uaw_lstrcmpiW","features":[36]},{"name":"uaw_lstrlenW","features":[36]},{"name":"uaw_wcschr","features":[36]},{"name":"uaw_wcscpy","features":[36]},{"name":"uaw_wcsicmp","features":[36]},{"name":"uaw_wcslen","features":[36]},{"name":"uaw_wcsrchr","features":[36]}],"655":[{"name":"CIMTYPE_ENUMERATION","features":[214]},{"name":"CIM_BOOLEAN","features":[214]},{"name":"CIM_CHAR16","features":[214]},{"name":"CIM_DATETIME","features":[214]},{"name":"CIM_EMPTY","features":[214]},{"name":"CIM_FLAG_ARRAY","features":[214]},{"name":"CIM_ILLEGAL","features":[214]},{"name":"CIM_OBJECT","features":[214]},{"name":"CIM_REAL32","features":[214]},{"name":"CIM_REAL64","features":[214]},{"name":"CIM_REFERENCE","features":[214]},{"name":"CIM_SINT16","features":[214]},{"name":"CIM_SINT32","features":[214]},{"name":"CIM_SINT64","features":[214]},{"name":"CIM_SINT8","features":[214]},{"name":"CIM_STRING","features":[214]},{"name":"CIM_UINT16","features":[214]},{"name":"CIM_UINT32","features":[214]},{"name":"CIM_UINT64","features":[214]},{"name":"CIM_UINT8","features":[214]},{"name":"IEnumWbemClassObject","features":[214]},{"name":"IMofCompiler","features":[214]},{"name":"ISWbemDateTime","features":[214]},{"name":"ISWbemEventSource","features":[214]},{"name":"ISWbemLastError","features":[214]},{"name":"ISWbemLocator","features":[214]},{"name":"ISWbemMethod","features":[214]},{"name":"ISWbemMethodSet","features":[214]},{"name":"ISWbemNamedValue","features":[214]},{"name":"ISWbemNamedValueSet","features":[214]},{"name":"ISWbemObject","features":[214]},{"name":"ISWbemObjectEx","features":[214]},{"name":"ISWbemObjectPath","features":[214]},{"name":"ISWbemObjectSet","features":[214]},{"name":"ISWbemPrivilege","features":[214]},{"name":"ISWbemPrivilegeSet","features":[214]},{"name":"ISWbemProperty","features":[214]},{"name":"ISWbemPropertySet","features":[214]},{"name":"ISWbemQualifier","features":[214]},{"name":"ISWbemQualifierSet","features":[214]},{"name":"ISWbemRefreshableItem","features":[214]},{"name":"ISWbemRefresher","features":[214]},{"name":"ISWbemSecurity","features":[214]},{"name":"ISWbemServices","features":[214]},{"name":"ISWbemServicesEx","features":[214]},{"name":"ISWbemSink","features":[214]},{"name":"ISWbemSinkEvents","features":[214]},{"name":"IUnsecuredApartment","features":[214]},{"name":"IWMIExtension","features":[214]},{"name":"IWbemAddressResolution","features":[214]},{"name":"IWbemBackupRestore","features":[214]},{"name":"IWbemBackupRestoreEx","features":[214]},{"name":"IWbemCallResult","features":[214]},{"name":"IWbemClassObject","features":[214]},{"name":"IWbemClientConnectionTransport","features":[214]},{"name":"IWbemClientTransport","features":[214]},{"name":"IWbemConfigureRefresher","features":[214]},{"name":"IWbemConnectorLogin","features":[214]},{"name":"IWbemConstructClassObject","features":[214]},{"name":"IWbemContext","features":[214]},{"name":"IWbemDecoupledBasicEventProvider","features":[214]},{"name":"IWbemDecoupledRegistrar","features":[214]},{"name":"IWbemEventConsumerProvider","features":[214]},{"name":"IWbemEventProvider","features":[214]},{"name":"IWbemEventProviderQuerySink","features":[214]},{"name":"IWbemEventProviderSecurity","features":[214]},{"name":"IWbemEventSink","features":[214]},{"name":"IWbemHiPerfEnum","features":[214]},{"name":"IWbemHiPerfProvider","features":[214]},{"name":"IWbemLevel1Login","features":[214]},{"name":"IWbemLocator","features":[214]},{"name":"IWbemObjectAccess","features":[214]},{"name":"IWbemObjectSink","features":[214]},{"name":"IWbemObjectSinkEx","features":[214]},{"name":"IWbemObjectTextSrc","features":[214]},{"name":"IWbemPath","features":[214]},{"name":"IWbemPathKeyList","features":[214]},{"name":"IWbemPropertyProvider","features":[214]},{"name":"IWbemProviderIdentity","features":[214]},{"name":"IWbemProviderInit","features":[214]},{"name":"IWbemProviderInitSink","features":[214]},{"name":"IWbemQualifierSet","features":[214]},{"name":"IWbemQuery","features":[214]},{"name":"IWbemRefresher","features":[214]},{"name":"IWbemServices","features":[214]},{"name":"IWbemShutdown","features":[214]},{"name":"IWbemStatusCodeText","features":[214]},{"name":"IWbemTransport","features":[214]},{"name":"IWbemUnboundObjectSink","features":[214]},{"name":"IWbemUnsecuredApartment","features":[214]},{"name":"MI_ARRAY","features":[214]},{"name":"MI_Application","features":[214]},{"name":"MI_ApplicationFT","features":[214]},{"name":"MI_Application_InitializeV1","features":[214]},{"name":"MI_Array","features":[214]},{"name":"MI_ArrayField","features":[214]},{"name":"MI_BOOLEAN","features":[214]},{"name":"MI_BOOLEANA","features":[214]},{"name":"MI_BooleanA","features":[214]},{"name":"MI_BooleanAField","features":[214]},{"name":"MI_BooleanField","features":[214]},{"name":"MI_CALLBACKMODE_IGNORE","features":[214]},{"name":"MI_CALLBACKMODE_INQUIRE","features":[214]},{"name":"MI_CALLBACKMODE_REPORT","features":[214]},{"name":"MI_CALL_VERSION","features":[214]},{"name":"MI_CHAR16","features":[214]},{"name":"MI_CHAR16A","features":[214]},{"name":"MI_CHAR_TYPE","features":[214]},{"name":"MI_CallbackMode","features":[214]},{"name":"MI_CancelCallback","features":[214]},{"name":"MI_CancellationReason","features":[214]},{"name":"MI_Char16A","features":[214]},{"name":"MI_Char16AField","features":[214]},{"name":"MI_Char16Field","features":[214]},{"name":"MI_Class","features":[214]},{"name":"MI_ClassDecl","features":[214]},{"name":"MI_ClassFT","features":[214]},{"name":"MI_ClientFT_V1","features":[214]},{"name":"MI_ConstBooleanA","features":[214]},{"name":"MI_ConstBooleanAField","features":[214]},{"name":"MI_ConstBooleanField","features":[214]},{"name":"MI_ConstChar16A","features":[214]},{"name":"MI_ConstChar16AField","features":[214]},{"name":"MI_ConstChar16Field","features":[214]},{"name":"MI_ConstDatetimeA","features":[214]},{"name":"MI_ConstDatetimeAField","features":[214]},{"name":"MI_ConstDatetimeField","features":[214]},{"name":"MI_ConstInstanceA","features":[214]},{"name":"MI_ConstInstanceAField","features":[214]},{"name":"MI_ConstInstanceField","features":[214]},{"name":"MI_ConstReal32A","features":[214]},{"name":"MI_ConstReal32AField","features":[214]},{"name":"MI_ConstReal32Field","features":[214]},{"name":"MI_ConstReal64A","features":[214]},{"name":"MI_ConstReal64AField","features":[214]},{"name":"MI_ConstReal64Field","features":[214]},{"name":"MI_ConstReferenceA","features":[214]},{"name":"MI_ConstReferenceAField","features":[214]},{"name":"MI_ConstReferenceField","features":[214]},{"name":"MI_ConstSint16A","features":[214]},{"name":"MI_ConstSint16AField","features":[214]},{"name":"MI_ConstSint16Field","features":[214]},{"name":"MI_ConstSint32A","features":[214]},{"name":"MI_ConstSint32AField","features":[214]},{"name":"MI_ConstSint32Field","features":[214]},{"name":"MI_ConstSint64A","features":[214]},{"name":"MI_ConstSint64AField","features":[214]},{"name":"MI_ConstSint64Field","features":[214]},{"name":"MI_ConstSint8A","features":[214]},{"name":"MI_ConstSint8AField","features":[214]},{"name":"MI_ConstSint8Field","features":[214]},{"name":"MI_ConstStringA","features":[214]},{"name":"MI_ConstStringAField","features":[214]},{"name":"MI_ConstStringField","features":[214]},{"name":"MI_ConstUint16A","features":[214]},{"name":"MI_ConstUint16AField","features":[214]},{"name":"MI_ConstUint16Field","features":[214]},{"name":"MI_ConstUint32A","features":[214]},{"name":"MI_ConstUint32AField","features":[214]},{"name":"MI_ConstUint32Field","features":[214]},{"name":"MI_ConstUint64A","features":[214]},{"name":"MI_ConstUint64AField","features":[214]},{"name":"MI_ConstUint64Field","features":[214]},{"name":"MI_ConstUint8A","features":[214]},{"name":"MI_ConstUint8AField","features":[214]},{"name":"MI_ConstUint8Field","features":[214]},{"name":"MI_Context","features":[214]},{"name":"MI_ContextFT","features":[214]},{"name":"MI_DATETIME","features":[214]},{"name":"MI_DATETIMEA","features":[214]},{"name":"MI_Datetime","features":[214]},{"name":"MI_DatetimeA","features":[214]},{"name":"MI_DatetimeAField","features":[214]},{"name":"MI_DatetimeField","features":[214]},{"name":"MI_Deserializer","features":[214]},{"name":"MI_DeserializerFT","features":[214]},{"name":"MI_Deserializer_ClassObjectNeeded","features":[214]},{"name":"MI_DestinationOptions","features":[214]},{"name":"MI_DestinationOptionsFT","features":[214]},{"name":"MI_DestinationOptions_ImpersonationType","features":[214]},{"name":"MI_DestinationOptions_ImpersonationType_Default","features":[214]},{"name":"MI_DestinationOptions_ImpersonationType_Delegate","features":[214]},{"name":"MI_DestinationOptions_ImpersonationType_Identify","features":[214]},{"name":"MI_DestinationOptions_ImpersonationType_Impersonate","features":[214]},{"name":"MI_DestinationOptions_ImpersonationType_None","features":[214]},{"name":"MI_ERRORCATEGORY_ACCESS_DENIED","features":[214]},{"name":"MI_ERRORCATEGORY_AUTHENTICATION_ERROR","features":[214]},{"name":"MI_ERRORCATEGORY_CLOS_EERROR","features":[214]},{"name":"MI_ERRORCATEGORY_CONNECTION_ERROR","features":[214]},{"name":"MI_ERRORCATEGORY_DEADLOCK_DETECTED","features":[214]},{"name":"MI_ERRORCATEGORY_DEVICE_ERROR","features":[214]},{"name":"MI_ERRORCATEGORY_FROM_STDERR","features":[214]},{"name":"MI_ERRORCATEGORY_INVALID_ARGUMENT","features":[214]},{"name":"MI_ERRORCATEGORY_INVALID_DATA","features":[214]},{"name":"MI_ERRORCATEGORY_INVALID_OPERATION","features":[214]},{"name":"MI_ERRORCATEGORY_INVALID_RESULT","features":[214]},{"name":"MI_ERRORCATEGORY_INVALID_TYPE","features":[214]},{"name":"MI_ERRORCATEGORY_LIMITS_EXCEEDED","features":[214]},{"name":"MI_ERRORCATEGORY_METADATA_ERROR","features":[214]},{"name":"MI_ERRORCATEGORY_NOT_ENABLED","features":[214]},{"name":"MI_ERRORCATEGORY_NOT_IMPLEMENTED","features":[214]},{"name":"MI_ERRORCATEGORY_NOT_INSTALLED","features":[214]},{"name":"MI_ERRORCATEGORY_NOT_SPECIFIED","features":[214]},{"name":"MI_ERRORCATEGORY_OBJECT_NOT_FOUND","features":[214]},{"name":"MI_ERRORCATEGORY_OPEN_ERROR","features":[214]},{"name":"MI_ERRORCATEGORY_OPERATION_STOPPED","features":[214]},{"name":"MI_ERRORCATEGORY_OPERATION_TIMEOUT","features":[214]},{"name":"MI_ERRORCATEGORY_PARSER_ERROR","features":[214]},{"name":"MI_ERRORCATEGORY_PROTOCOL_ERROR","features":[214]},{"name":"MI_ERRORCATEGORY_QUOTA_EXCEEDED","features":[214]},{"name":"MI_ERRORCATEGORY_READ_ERROR","features":[214]},{"name":"MI_ERRORCATEGORY_RESOURCE_BUSY","features":[214]},{"name":"MI_ERRORCATEGORY_RESOURCE_EXISTS","features":[214]},{"name":"MI_ERRORCATEGORY_RESOURCE_UNAVAILABLE","features":[214]},{"name":"MI_ERRORCATEGORY_SECURITY_ERROR","features":[214]},{"name":"MI_ERRORCATEGORY_SYNTAX_ERROR","features":[214]},{"name":"MI_ERRORCATEGORY_WRITE_ERROR","features":[214]},{"name":"MI_ErrorCategory","features":[214]},{"name":"MI_FLAG_ABSTRACT","features":[214]},{"name":"MI_FLAG_ADOPT","features":[214]},{"name":"MI_FLAG_ANY","features":[214]},{"name":"MI_FLAG_ASSOCIATION","features":[214]},{"name":"MI_FLAG_BORROW","features":[214]},{"name":"MI_FLAG_CLASS","features":[214]},{"name":"MI_FLAG_DISABLEOVERRIDE","features":[214]},{"name":"MI_FLAG_ENABLEOVERRIDE","features":[214]},{"name":"MI_FLAG_EXPENSIVE","features":[214]},{"name":"MI_FLAG_EXTENDED","features":[214]},{"name":"MI_FLAG_IN","features":[214]},{"name":"MI_FLAG_INDICATION","features":[214]},{"name":"MI_FLAG_KEY","features":[214]},{"name":"MI_FLAG_METHOD","features":[214]},{"name":"MI_FLAG_NOT_MODIFIED","features":[214]},{"name":"MI_FLAG_NULL","features":[214]},{"name":"MI_FLAG_OUT","features":[214]},{"name":"MI_FLAG_PARAMETER","features":[214]},{"name":"MI_FLAG_PROPERTY","features":[214]},{"name":"MI_FLAG_READONLY","features":[214]},{"name":"MI_FLAG_REFERENCE","features":[214]},{"name":"MI_FLAG_REQUIRED","features":[214]},{"name":"MI_FLAG_RESTRICTED","features":[214]},{"name":"MI_FLAG_STATIC","features":[214]},{"name":"MI_FLAG_STREAM","features":[214]},{"name":"MI_FLAG_TERMINAL","features":[214]},{"name":"MI_FLAG_TOSUBCLASS","features":[214]},{"name":"MI_FLAG_TRANSLATABLE","features":[214]},{"name":"MI_FLAG_VERSION","features":[214]},{"name":"MI_FeatureDecl","features":[214]},{"name":"MI_Filter","features":[214]},{"name":"MI_FilterFT","features":[214]},{"name":"MI_HostedProvider","features":[214]},{"name":"MI_HostedProviderFT","features":[214]},{"name":"MI_INSTANCE","features":[214]},{"name":"MI_INSTANCEA","features":[214]},{"name":"MI_Instance","features":[214]},{"name":"MI_InstanceA","features":[214]},{"name":"MI_InstanceAField","features":[214]},{"name":"MI_InstanceExFT","features":[214]},{"name":"MI_InstanceFT","features":[214]},{"name":"MI_InstanceField","features":[214]},{"name":"MI_Interval","features":[214]},{"name":"MI_LOCALE_TYPE_CLOSEST_DATA","features":[214]},{"name":"MI_LOCALE_TYPE_CLOSEST_UI","features":[214]},{"name":"MI_LOCALE_TYPE_REQUESTED_DATA","features":[214]},{"name":"MI_LOCALE_TYPE_REQUESTED_UI","features":[214]},{"name":"MI_LocaleType","features":[214]},{"name":"MI_MAX_LOCALE_SIZE","features":[214]},{"name":"MI_MODULE_FLAG_BOOLEANS","features":[214]},{"name":"MI_MODULE_FLAG_CPLUSPLUS","features":[214]},{"name":"MI_MODULE_FLAG_DESCRIPTIONS","features":[214]},{"name":"MI_MODULE_FLAG_FILTER_SUPPORT","features":[214]},{"name":"MI_MODULE_FLAG_LOCALIZED","features":[214]},{"name":"MI_MODULE_FLAG_MAPPING_STRINGS","features":[214]},{"name":"MI_MODULE_FLAG_STANDARD_QUALIFIERS","features":[214]},{"name":"MI_MODULE_FLAG_VALUES","features":[214]},{"name":"MI_MainFunction","features":[214]},{"name":"MI_MethodDecl","features":[214]},{"name":"MI_MethodDecl_Invoke","features":[214]},{"name":"MI_Module","features":[214]},{"name":"MI_Module_Load","features":[214]},{"name":"MI_Module_Self","features":[214]},{"name":"MI_Module_Unload","features":[214]},{"name":"MI_OPERATIONFLAGS_BASIC_RTTI","features":[214]},{"name":"MI_OPERATIONFLAGS_DEFAULT_RTTI","features":[214]},{"name":"MI_OPERATIONFLAGS_EXPENSIVE_PROPERTIES","features":[214]},{"name":"MI_OPERATIONFLAGS_FULL_RTTI","features":[214]},{"name":"MI_OPERATIONFLAGS_LOCALIZED_QUALIFIERS","features":[214]},{"name":"MI_OPERATIONFLAGS_MANUAL_ACK_RESULTS","features":[214]},{"name":"MI_OPERATIONFLAGS_NO_RTTI","features":[214]},{"name":"MI_OPERATIONFLAGS_POLYMORPHISM_DEEP_BASE_PROPS_ONLY","features":[214]},{"name":"MI_OPERATIONFLAGS_POLYMORPHISM_SHALLOW","features":[214]},{"name":"MI_OPERATIONFLAGS_REPORT_OPERATION_STARTED","features":[214]},{"name":"MI_OPERATIONFLAGS_STANDARD_RTTI","features":[214]},{"name":"MI_ObjectDecl","features":[214]},{"name":"MI_Operation","features":[214]},{"name":"MI_OperationCallback_Class","features":[214]},{"name":"MI_OperationCallback_Indication","features":[214]},{"name":"MI_OperationCallback_Instance","features":[214]},{"name":"MI_OperationCallback_PromptUser","features":[214]},{"name":"MI_OperationCallback_ResponseType","features":[214]},{"name":"MI_OperationCallback_ResponseType_No","features":[214]},{"name":"MI_OperationCallback_ResponseType_NoToAll","features":[214]},{"name":"MI_OperationCallback_ResponseType_Yes","features":[214]},{"name":"MI_OperationCallback_ResponseType_YesToAll","features":[214]},{"name":"MI_OperationCallback_StreamedParameter","features":[214]},{"name":"MI_OperationCallback_WriteError","features":[214]},{"name":"MI_OperationCallback_WriteMessage","features":[214]},{"name":"MI_OperationCallback_WriteProgress","features":[214]},{"name":"MI_OperationCallbacks","features":[214]},{"name":"MI_OperationFT","features":[214]},{"name":"MI_OperationOptions","features":[214]},{"name":"MI_OperationOptionsFT","features":[214]},{"name":"MI_PROMPTTYPE_CRITICAL","features":[214]},{"name":"MI_PROMPTTYPE_NORMAL","features":[214]},{"name":"MI_PROVIDER_ARCHITECTURE_32BIT","features":[214]},{"name":"MI_PROVIDER_ARCHITECTURE_64BIT","features":[214]},{"name":"MI_ParameterDecl","features":[214]},{"name":"MI_ParameterSet","features":[214]},{"name":"MI_ParameterSetFT","features":[214]},{"name":"MI_PromptType","features":[214]},{"name":"MI_PropertyDecl","features":[214]},{"name":"MI_PropertySet","features":[214]},{"name":"MI_PropertySetFT","features":[214]},{"name":"MI_ProviderArchitecture","features":[214]},{"name":"MI_ProviderFT","features":[214]},{"name":"MI_ProviderFT_AssociatorInstances","features":[214]},{"name":"MI_ProviderFT_CreateInstance","features":[214]},{"name":"MI_ProviderFT_DeleteInstance","features":[214]},{"name":"MI_ProviderFT_DisableIndications","features":[214]},{"name":"MI_ProviderFT_EnableIndications","features":[214]},{"name":"MI_ProviderFT_EnumerateInstances","features":[214]},{"name":"MI_ProviderFT_GetInstance","features":[214]},{"name":"MI_ProviderFT_Invoke","features":[214]},{"name":"MI_ProviderFT_Load","features":[214]},{"name":"MI_ProviderFT_ModifyInstance","features":[214]},{"name":"MI_ProviderFT_ReferenceInstances","features":[214]},{"name":"MI_ProviderFT_Subscribe","features":[214]},{"name":"MI_ProviderFT_Unload","features":[214]},{"name":"MI_ProviderFT_Unsubscribe","features":[214]},{"name":"MI_Qualifier","features":[214]},{"name":"MI_QualifierDecl","features":[214]},{"name":"MI_QualifierSet","features":[214]},{"name":"MI_QualifierSetFT","features":[214]},{"name":"MI_REAL32","features":[214]},{"name":"MI_REAL32A","features":[214]},{"name":"MI_REAL64","features":[214]},{"name":"MI_REAL64A","features":[214]},{"name":"MI_REASON_NONE","features":[214]},{"name":"MI_REASON_SERVICESTOP","features":[214]},{"name":"MI_REASON_SHUTDOWN","features":[214]},{"name":"MI_REASON_TIMEOUT","features":[214]},{"name":"MI_REFERENCE","features":[214]},{"name":"MI_REFERENCEA","features":[214]},{"name":"MI_RESULT_ACCESS_DENIED","features":[214]},{"name":"MI_RESULT_ALREADY_EXISTS","features":[214]},{"name":"MI_RESULT_CLASS_HAS_CHILDREN","features":[214]},{"name":"MI_RESULT_CLASS_HAS_INSTANCES","features":[214]},{"name":"MI_RESULT_CONTINUATION_ON_ERROR_NOT_SUPPORTED","features":[214]},{"name":"MI_RESULT_FAILED","features":[214]},{"name":"MI_RESULT_FILTERED_ENUMERATION_NOT_SUPPORTED","features":[214]},{"name":"MI_RESULT_INVALID_CLASS","features":[214]},{"name":"MI_RESULT_INVALID_ENUMERATION_CONTEXT","features":[214]},{"name":"MI_RESULT_INVALID_NAMESPACE","features":[214]},{"name":"MI_RESULT_INVALID_OPERATION_TIMEOUT","features":[214]},{"name":"MI_RESULT_INVALID_PARAMETER","features":[214]},{"name":"MI_RESULT_INVALID_QUERY","features":[214]},{"name":"MI_RESULT_INVALID_SUPERCLASS","features":[214]},{"name":"MI_RESULT_METHOD_NOT_AVAILABLE","features":[214]},{"name":"MI_RESULT_METHOD_NOT_FOUND","features":[214]},{"name":"MI_RESULT_NAMESPACE_NOT_EMPTY","features":[214]},{"name":"MI_RESULT_NOT_FOUND","features":[214]},{"name":"MI_RESULT_NOT_SUPPORTED","features":[214]},{"name":"MI_RESULT_NO_SUCH_PROPERTY","features":[214]},{"name":"MI_RESULT_OK","features":[214]},{"name":"MI_RESULT_PULL_CANNOT_BE_ABANDONED","features":[214]},{"name":"MI_RESULT_PULL_HAS_BEEN_ABANDONED","features":[214]},{"name":"MI_RESULT_QUERY_LANGUAGE_NOT_SUPPORTED","features":[214]},{"name":"MI_RESULT_SERVER_IS_SHUTTING_DOWN","features":[214]},{"name":"MI_RESULT_SERVER_LIMITS_EXCEEDED","features":[214]},{"name":"MI_RESULT_TYPE_MISMATCH","features":[214]},{"name":"MI_Real32A","features":[214]},{"name":"MI_Real32AField","features":[214]},{"name":"MI_Real32Field","features":[214]},{"name":"MI_Real64A","features":[214]},{"name":"MI_Real64AField","features":[214]},{"name":"MI_Real64Field","features":[214]},{"name":"MI_ReferenceA","features":[214]},{"name":"MI_ReferenceAField","features":[214]},{"name":"MI_ReferenceField","features":[214]},{"name":"MI_Result","features":[214]},{"name":"MI_SERIALIZER_FLAGS_CLASS_DEEP","features":[214]},{"name":"MI_SERIALIZER_FLAGS_INSTANCE_WITH_CLASS","features":[214]},{"name":"MI_SINT16","features":[214]},{"name":"MI_SINT16A","features":[214]},{"name":"MI_SINT32","features":[214]},{"name":"MI_SINT32A","features":[214]},{"name":"MI_SINT64","features":[214]},{"name":"MI_SINT64A","features":[214]},{"name":"MI_SINT8","features":[214]},{"name":"MI_SINT8A","features":[214]},{"name":"MI_STRING","features":[214]},{"name":"MI_STRINGA","features":[214]},{"name":"MI_SUBSCRIBE_BOOKMARK_NEWEST","features":[214]},{"name":"MI_SUBSCRIBE_BOOKMARK_OLDEST","features":[214]},{"name":"MI_SchemaDecl","features":[214]},{"name":"MI_Serializer","features":[214]},{"name":"MI_SerializerFT","features":[214]},{"name":"MI_Server","features":[214]},{"name":"MI_ServerFT","features":[214]},{"name":"MI_Session","features":[214]},{"name":"MI_SessionCallbacks","features":[214]},{"name":"MI_SessionFT","features":[214]},{"name":"MI_Sint16A","features":[214]},{"name":"MI_Sint16AField","features":[214]},{"name":"MI_Sint16Field","features":[214]},{"name":"MI_Sint32A","features":[214]},{"name":"MI_Sint32AField","features":[214]},{"name":"MI_Sint32Field","features":[214]},{"name":"MI_Sint64A","features":[214]},{"name":"MI_Sint64AField","features":[214]},{"name":"MI_Sint64Field","features":[214]},{"name":"MI_Sint8A","features":[214]},{"name":"MI_Sint8AField","features":[214]},{"name":"MI_Sint8Field","features":[214]},{"name":"MI_StringA","features":[214]},{"name":"MI_StringAField","features":[214]},{"name":"MI_StringField","features":[214]},{"name":"MI_SubscriptionDeliveryOptions","features":[214]},{"name":"MI_SubscriptionDeliveryOptionsFT","features":[214]},{"name":"MI_SubscriptionDeliveryType","features":[214]},{"name":"MI_SubscriptionDeliveryType_Pull","features":[214]},{"name":"MI_SubscriptionDeliveryType_Push","features":[214]},{"name":"MI_Timestamp","features":[214]},{"name":"MI_Type","features":[214]},{"name":"MI_UINT16","features":[214]},{"name":"MI_UINT16A","features":[214]},{"name":"MI_UINT32","features":[214]},{"name":"MI_UINT32A","features":[214]},{"name":"MI_UINT64","features":[214]},{"name":"MI_UINT64A","features":[214]},{"name":"MI_UINT8","features":[214]},{"name":"MI_UINT8A","features":[214]},{"name":"MI_Uint16A","features":[214]},{"name":"MI_Uint16AField","features":[214]},{"name":"MI_Uint16Field","features":[214]},{"name":"MI_Uint32A","features":[214]},{"name":"MI_Uint32AField","features":[214]},{"name":"MI_Uint32Field","features":[214]},{"name":"MI_Uint64A","features":[214]},{"name":"MI_Uint64AField","features":[214]},{"name":"MI_Uint64Field","features":[214]},{"name":"MI_Uint8A","features":[214]},{"name":"MI_Uint8AField","features":[214]},{"name":"MI_Uint8Field","features":[214]},{"name":"MI_UserCredentials","features":[214]},{"name":"MI_UsernamePasswordCreds","features":[214]},{"name":"MI_UtilitiesFT","features":[214]},{"name":"MI_Value","features":[214]},{"name":"MI_WRITEMESSAGE_CHANNEL_DEBUG","features":[214]},{"name":"MI_WRITEMESSAGE_CHANNEL_VERBOSE","features":[214]},{"name":"MI_WRITEMESSAGE_CHANNEL_WARNING","features":[214]},{"name":"MofCompiler","features":[214]},{"name":"SWbemAnalysisMatrix","features":[1,214]},{"name":"SWbemAnalysisMatrixList","features":[1,214]},{"name":"SWbemAssocQueryInf","features":[214]},{"name":"SWbemDateTime","features":[214]},{"name":"SWbemEventSource","features":[214]},{"name":"SWbemLastError","features":[214]},{"name":"SWbemLocator","features":[214]},{"name":"SWbemMethod","features":[214]},{"name":"SWbemMethodSet","features":[214]},{"name":"SWbemNamedValue","features":[214]},{"name":"SWbemNamedValueSet","features":[214]},{"name":"SWbemObject","features":[214]},{"name":"SWbemObjectEx","features":[214]},{"name":"SWbemObjectPath","features":[214]},{"name":"SWbemObjectSet","features":[214]},{"name":"SWbemPrivilege","features":[214]},{"name":"SWbemPrivilegeSet","features":[214]},{"name":"SWbemProperty","features":[214]},{"name":"SWbemPropertySet","features":[214]},{"name":"SWbemQualifier","features":[214]},{"name":"SWbemQualifierSet","features":[214]},{"name":"SWbemQueryQualifiedName","features":[1,214]},{"name":"SWbemRefreshableItem","features":[214]},{"name":"SWbemRefresher","features":[214]},{"name":"SWbemRpnConst","features":[1,214]},{"name":"SWbemRpnEncodedQuery","features":[1,214]},{"name":"SWbemRpnQueryToken","features":[1,214]},{"name":"SWbemRpnTokenList","features":[214]},{"name":"SWbemSecurity","features":[214]},{"name":"SWbemServices","features":[214]},{"name":"SWbemServicesEx","features":[214]},{"name":"SWbemSink","features":[214]},{"name":"UnsecuredApartment","features":[214]},{"name":"WBEMESS_E_AUTHZ_NOT_PRIVILEGED","features":[214]},{"name":"WBEMESS_E_REGISTRATION_TOO_BROAD","features":[214]},{"name":"WBEMESS_E_REGISTRATION_TOO_PRECISE","features":[214]},{"name":"WBEMMOF_E_ALIASES_IN_EMBEDDED","features":[214]},{"name":"WBEMMOF_E_CIMTYPE_QUALIFIER","features":[214]},{"name":"WBEMMOF_E_DUPLICATE_PROPERTY","features":[214]},{"name":"WBEMMOF_E_DUPLICATE_QUALIFIER","features":[214]},{"name":"WBEMMOF_E_ERROR_CREATING_TEMP_FILE","features":[214]},{"name":"WBEMMOF_E_ERROR_INVALID_INCLUDE_FILE","features":[214]},{"name":"WBEMMOF_E_EXPECTED_ALIAS_NAME","features":[214]},{"name":"WBEMMOF_E_EXPECTED_BRACE_OR_BAD_TYPE","features":[214]},{"name":"WBEMMOF_E_EXPECTED_CLASS_NAME","features":[214]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_BRACE","features":[214]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_BRACKET","features":[214]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_PAREN","features":[214]},{"name":"WBEMMOF_E_EXPECTED_DOLLAR","features":[214]},{"name":"WBEMMOF_E_EXPECTED_FLAVOR_TYPE","features":[214]},{"name":"WBEMMOF_E_EXPECTED_OPEN_BRACE","features":[214]},{"name":"WBEMMOF_E_EXPECTED_OPEN_PAREN","features":[214]},{"name":"WBEMMOF_E_EXPECTED_PROPERTY_NAME","features":[214]},{"name":"WBEMMOF_E_EXPECTED_QUALIFIER_NAME","features":[214]},{"name":"WBEMMOF_E_EXPECTED_SEMI","features":[214]},{"name":"WBEMMOF_E_EXPECTED_TYPE_IDENTIFIER","features":[214]},{"name":"WBEMMOF_E_ILLEGAL_CONSTANT_VALUE","features":[214]},{"name":"WBEMMOF_E_INCOMPATIBLE_FLAVOR_TYPES","features":[214]},{"name":"WBEMMOF_E_INCOMPATIBLE_FLAVOR_TYPES2","features":[214]},{"name":"WBEMMOF_E_INVALID_AMENDMENT_SYNTAX","features":[214]},{"name":"WBEMMOF_E_INVALID_CLASS_DECLARATION","features":[214]},{"name":"WBEMMOF_E_INVALID_DELETECLASS_SYNTAX","features":[214]},{"name":"WBEMMOF_E_INVALID_DELETEINSTANCE_SYNTAX","features":[214]},{"name":"WBEMMOF_E_INVALID_DUPLICATE_AMENDMENT","features":[214]},{"name":"WBEMMOF_E_INVALID_FILE","features":[214]},{"name":"WBEMMOF_E_INVALID_FLAGS_SYNTAX","features":[214]},{"name":"WBEMMOF_E_INVALID_INSTANCE_DECLARATION","features":[214]},{"name":"WBEMMOF_E_INVALID_NAMESPACE_SPECIFICATION","features":[214]},{"name":"WBEMMOF_E_INVALID_NAMESPACE_SYNTAX","features":[214]},{"name":"WBEMMOF_E_INVALID_PRAGMA","features":[214]},{"name":"WBEMMOF_E_INVALID_QUALIFIER_SYNTAX","features":[214]},{"name":"WBEMMOF_E_MULTIPLE_ALIASES","features":[214]},{"name":"WBEMMOF_E_MUST_BE_IN_OR_OUT","features":[214]},{"name":"WBEMMOF_E_NO_ARRAYS_RETURNED","features":[214]},{"name":"WBEMMOF_E_NULL_ARRAY_ELEM","features":[214]},{"name":"WBEMMOF_E_OUT_OF_RANGE","features":[214]},{"name":"WBEMMOF_E_QUALIFIER_USED_OUTSIDE_SCOPE","features":[214]},{"name":"WBEMMOF_E_TYPEDEF_NOT_SUPPORTED","features":[214]},{"name":"WBEMMOF_E_TYPE_MISMATCH","features":[214]},{"name":"WBEMMOF_E_UNEXPECTED_ALIAS","features":[214]},{"name":"WBEMMOF_E_UNEXPECTED_ARRAY_INIT","features":[214]},{"name":"WBEMMOF_E_UNRECOGNIZED_TOKEN","features":[214]},{"name":"WBEMMOF_E_UNRECOGNIZED_TYPE","features":[214]},{"name":"WBEMMOF_E_UNSUPPORTED_CIMV22_DATA_TYPE","features":[214]},{"name":"WBEMMOF_E_UNSUPPORTED_CIMV22_QUAL_VALUE","features":[214]},{"name":"WBEMPATH_COMPRESSED","features":[214]},{"name":"WBEMPATH_CREATE_ACCEPT_ABSOLUTE","features":[214]},{"name":"WBEMPATH_CREATE_ACCEPT_ALL","features":[214]},{"name":"WBEMPATH_CREATE_ACCEPT_RELATIVE","features":[214]},{"name":"WBEMPATH_GET_NAMESPACE_ONLY","features":[214]},{"name":"WBEMPATH_GET_ORIGINAL","features":[214]},{"name":"WBEMPATH_GET_RELATIVE_ONLY","features":[214]},{"name":"WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY","features":[214]},{"name":"WBEMPATH_GET_SERVER_TOO","features":[214]},{"name":"WBEMPATH_INFO_ANON_LOCAL_MACHINE","features":[214]},{"name":"WBEMPATH_INFO_CIM_COMPLIANT","features":[214]},{"name":"WBEMPATH_INFO_CONTAINS_SINGLETON","features":[214]},{"name":"WBEMPATH_INFO_HAS_IMPLIED_KEY","features":[214]},{"name":"WBEMPATH_INFO_HAS_MACHINE_NAME","features":[214]},{"name":"WBEMPATH_INFO_HAS_SUBSCOPES","features":[214]},{"name":"WBEMPATH_INFO_HAS_V2_REF_PATHS","features":[214]},{"name":"WBEMPATH_INFO_IS_CLASS_REF","features":[214]},{"name":"WBEMPATH_INFO_IS_COMPOUND","features":[214]},{"name":"WBEMPATH_INFO_IS_INST_REF","features":[214]},{"name":"WBEMPATH_INFO_IS_PARENT","features":[214]},{"name":"WBEMPATH_INFO_IS_SINGLETON","features":[214]},{"name":"WBEMPATH_INFO_NATIVE_PATH","features":[214]},{"name":"WBEMPATH_INFO_PATH_HAD_SERVER","features":[214]},{"name":"WBEMPATH_INFO_SERVER_NAMESPACE_ONLY","features":[214]},{"name":"WBEMPATH_INFO_V1_COMPLIANT","features":[214]},{"name":"WBEMPATH_INFO_V2_COMPLIANT","features":[214]},{"name":"WBEMPATH_INFO_WMI_PATH","features":[214]},{"name":"WBEMPATH_QUOTEDTEXT","features":[214]},{"name":"WBEMPATH_TEXT","features":[214]},{"name":"WBEMPATH_TREAT_SINGLE_IDENT_AS_NS","features":[214]},{"name":"WBEMSTATUS","features":[214]},{"name":"WBEMSTATUS_FORMAT","features":[214]},{"name":"WBEMSTATUS_FORMAT_NEWLINE","features":[214]},{"name":"WBEMSTATUS_FORMAT_NO_NEWLINE","features":[214]},{"name":"WBEMS_DISPID_COMPLETED","features":[214]},{"name":"WBEMS_DISPID_CONNECTION_READY","features":[214]},{"name":"WBEMS_DISPID_DERIVATION","features":[214]},{"name":"WBEMS_DISPID_OBJECT_PUT","features":[214]},{"name":"WBEMS_DISPID_OBJECT_READY","features":[214]},{"name":"WBEMS_DISPID_PROGRESS","features":[214]},{"name":"WBEM_AUTHENTICATION_METHOD_MASK","features":[214]},{"name":"WBEM_BACKUP_RESTORE_FLAGS","features":[214]},{"name":"WBEM_BATCH_TYPE","features":[214]},{"name":"WBEM_CHANGE_FLAG_TYPE","features":[214]},{"name":"WBEM_COMPARISON_FLAG","features":[214]},{"name":"WBEM_COMPARISON_INCLUDE_ALL","features":[214]},{"name":"WBEM_COMPILER_OPTIONS","features":[214]},{"name":"WBEM_COMPILE_STATUS_INFO","features":[214]},{"name":"WBEM_CONDITION_FLAG_TYPE","features":[214]},{"name":"WBEM_CONNECT_OPTIONS","features":[214]},{"name":"WBEM_ENABLE","features":[214]},{"name":"WBEM_EXTRA_RETURN_CODES","features":[214]},{"name":"WBEM_E_ACCESS_DENIED","features":[214]},{"name":"WBEM_E_AGGREGATING_BY_OBJECT","features":[214]},{"name":"WBEM_E_ALREADY_EXISTS","features":[214]},{"name":"WBEM_E_AMBIGUOUS_OPERATION","features":[214]},{"name":"WBEM_E_AMENDED_OBJECT","features":[214]},{"name":"WBEM_E_BACKUP_RESTORE_WINMGMT_RUNNING","features":[214]},{"name":"WBEM_E_BUFFER_TOO_SMALL","features":[214]},{"name":"WBEM_E_CALL_CANCELLED","features":[214]},{"name":"WBEM_E_CANNOT_BE_ABSTRACT","features":[214]},{"name":"WBEM_E_CANNOT_BE_KEY","features":[214]},{"name":"WBEM_E_CANNOT_BE_SINGLETON","features":[214]},{"name":"WBEM_E_CANNOT_CHANGE_INDEX_INHERITANCE","features":[214]},{"name":"WBEM_E_CANNOT_CHANGE_KEY_INHERITANCE","features":[214]},{"name":"WBEM_E_CIRCULAR_REFERENCE","features":[214]},{"name":"WBEM_E_CLASS_HAS_CHILDREN","features":[214]},{"name":"WBEM_E_CLASS_HAS_INSTANCES","features":[214]},{"name":"WBEM_E_CLASS_NAME_TOO_WIDE","features":[214]},{"name":"WBEM_E_CLIENT_TOO_SLOW","features":[214]},{"name":"WBEM_E_CONNECTION_FAILED","features":[214]},{"name":"WBEM_E_CRITICAL_ERROR","features":[214]},{"name":"WBEM_E_DATABASE_VER_MISMATCH","features":[214]},{"name":"WBEM_E_ENCRYPTED_CONNECTION_REQUIRED","features":[214]},{"name":"WBEM_E_FAILED","features":[214]},{"name":"WBEM_E_FATAL_TRANSPORT_ERROR","features":[214]},{"name":"WBEM_E_HANDLE_OUT_OF_DATE","features":[214]},{"name":"WBEM_E_ILLEGAL_NULL","features":[214]},{"name":"WBEM_E_ILLEGAL_OPERATION","features":[214]},{"name":"WBEM_E_INCOMPLETE_CLASS","features":[214]},{"name":"WBEM_E_INITIALIZATION_FAILURE","features":[214]},{"name":"WBEM_E_INVALID_ASSOCIATION","features":[214]},{"name":"WBEM_E_INVALID_CIM_TYPE","features":[214]},{"name":"WBEM_E_INVALID_CLASS","features":[214]},{"name":"WBEM_E_INVALID_CONTEXT","features":[214]},{"name":"WBEM_E_INVALID_DUPLICATE_PARAMETER","features":[214]},{"name":"WBEM_E_INVALID_FLAVOR","features":[214]},{"name":"WBEM_E_INVALID_HANDLE_REQUEST","features":[214]},{"name":"WBEM_E_INVALID_LOCALE","features":[214]},{"name":"WBEM_E_INVALID_METHOD","features":[214]},{"name":"WBEM_E_INVALID_METHOD_PARAMETERS","features":[214]},{"name":"WBEM_E_INVALID_NAMESPACE","features":[214]},{"name":"WBEM_E_INVALID_OBJECT","features":[214]},{"name":"WBEM_E_INVALID_OBJECT_PATH","features":[214]},{"name":"WBEM_E_INVALID_OPERATION","features":[214]},{"name":"WBEM_E_INVALID_OPERATOR","features":[214]},{"name":"WBEM_E_INVALID_PARAMETER","features":[214]},{"name":"WBEM_E_INVALID_PARAMETER_ID","features":[214]},{"name":"WBEM_E_INVALID_PROPERTY","features":[214]},{"name":"WBEM_E_INVALID_PROPERTY_TYPE","features":[214]},{"name":"WBEM_E_INVALID_PROVIDER_REGISTRATION","features":[214]},{"name":"WBEM_E_INVALID_QUALIFIER","features":[214]},{"name":"WBEM_E_INVALID_QUALIFIER_TYPE","features":[214]},{"name":"WBEM_E_INVALID_QUERY","features":[214]},{"name":"WBEM_E_INVALID_QUERY_TYPE","features":[214]},{"name":"WBEM_E_INVALID_STREAM","features":[214]},{"name":"WBEM_E_INVALID_SUPERCLASS","features":[214]},{"name":"WBEM_E_INVALID_SYNTAX","features":[214]},{"name":"WBEM_E_LOCAL_CREDENTIALS","features":[214]},{"name":"WBEM_E_MARSHAL_INVALID_SIGNATURE","features":[214]},{"name":"WBEM_E_MARSHAL_VERSION_MISMATCH","features":[214]},{"name":"WBEM_E_METHOD_DISABLED","features":[214]},{"name":"WBEM_E_METHOD_NAME_TOO_WIDE","features":[214]},{"name":"WBEM_E_METHOD_NOT_IMPLEMENTED","features":[214]},{"name":"WBEM_E_MISSING_AGGREGATION_LIST","features":[214]},{"name":"WBEM_E_MISSING_GROUP_WITHIN","features":[214]},{"name":"WBEM_E_MISSING_PARAMETER_ID","features":[214]},{"name":"WBEM_E_NONCONSECUTIVE_PARAMETER_IDS","features":[214]},{"name":"WBEM_E_NONDECORATED_OBJECT","features":[214]},{"name":"WBEM_E_NOT_AVAILABLE","features":[214]},{"name":"WBEM_E_NOT_EVENT_CLASS","features":[214]},{"name":"WBEM_E_NOT_FOUND","features":[214]},{"name":"WBEM_E_NOT_SUPPORTED","features":[214]},{"name":"WBEM_E_NO_KEY","features":[214]},{"name":"WBEM_E_NO_SCHEMA","features":[214]},{"name":"WBEM_E_NULL_SECURITY_DESCRIPTOR","features":[214]},{"name":"WBEM_E_OUT_OF_DISK_SPACE","features":[214]},{"name":"WBEM_E_OUT_OF_MEMORY","features":[214]},{"name":"WBEM_E_OVERRIDE_NOT_ALLOWED","features":[214]},{"name":"WBEM_E_PARAMETER_ID_ON_RETVAL","features":[214]},{"name":"WBEM_E_PRIVILEGE_NOT_HELD","features":[214]},{"name":"WBEM_E_PROPAGATED_METHOD","features":[214]},{"name":"WBEM_E_PROPAGATED_PROPERTY","features":[214]},{"name":"WBEM_E_PROPAGATED_QUALIFIER","features":[214]},{"name":"WBEM_E_PROPERTY_NAME_TOO_WIDE","features":[214]},{"name":"WBEM_E_PROPERTY_NOT_AN_OBJECT","features":[214]},{"name":"WBEM_E_PROVIDER_ALREADY_REGISTERED","features":[214]},{"name":"WBEM_E_PROVIDER_DISABLED","features":[214]},{"name":"WBEM_E_PROVIDER_FAILURE","features":[214]},{"name":"WBEM_E_PROVIDER_LOAD_FAILURE","features":[214]},{"name":"WBEM_E_PROVIDER_NOT_CAPABLE","features":[214]},{"name":"WBEM_E_PROVIDER_NOT_FOUND","features":[214]},{"name":"WBEM_E_PROVIDER_NOT_REGISTERED","features":[214]},{"name":"WBEM_E_PROVIDER_SUSPENDED","features":[214]},{"name":"WBEM_E_PROVIDER_TIMED_OUT","features":[214]},{"name":"WBEM_E_QUALIFIER_NAME_TOO_WIDE","features":[214]},{"name":"WBEM_E_QUERY_NOT_IMPLEMENTED","features":[214]},{"name":"WBEM_E_QUEUE_OVERFLOW","features":[214]},{"name":"WBEM_E_QUOTA_VIOLATION","features":[214]},{"name":"WBEM_E_READ_ONLY","features":[214]},{"name":"WBEM_E_REFRESHER_BUSY","features":[214]},{"name":"WBEM_E_RERUN_COMMAND","features":[214]},{"name":"WBEM_E_RESERVED_001","features":[214]},{"name":"WBEM_E_RESERVED_002","features":[214]},{"name":"WBEM_E_RESOURCE_CONTENTION","features":[214]},{"name":"WBEM_E_RETRY_LATER","features":[214]},{"name":"WBEM_E_SERVER_TOO_BUSY","features":[214]},{"name":"WBEM_E_SHUTTING_DOWN","features":[214]},{"name":"WBEM_E_SYNCHRONIZATION_REQUIRED","features":[214]},{"name":"WBEM_E_SYSTEM_PROPERTY","features":[214]},{"name":"WBEM_E_TIMED_OUT","features":[214]},{"name":"WBEM_E_TOO_MANY_PROPERTIES","features":[214]},{"name":"WBEM_E_TOO_MUCH_DATA","features":[214]},{"name":"WBEM_E_TRANSPORT_FAILURE","features":[214]},{"name":"WBEM_E_TYPE_MISMATCH","features":[214]},{"name":"WBEM_E_UNEXPECTED","features":[214]},{"name":"WBEM_E_UNINTERPRETABLE_PROVIDER_QUERY","features":[214]},{"name":"WBEM_E_UNKNOWN_OBJECT_TYPE","features":[214]},{"name":"WBEM_E_UNKNOWN_PACKET_TYPE","features":[214]},{"name":"WBEM_E_UNPARSABLE_QUERY","features":[214]},{"name":"WBEM_E_UNSUPPORTED_CLASS_UPDATE","features":[214]},{"name":"WBEM_E_UNSUPPORTED_LOCALE","features":[214]},{"name":"WBEM_E_UNSUPPORTED_PARAMETER","features":[214]},{"name":"WBEM_E_UNSUPPORTED_PUT_EXTENSION","features":[214]},{"name":"WBEM_E_UPDATE_OVERRIDE_NOT_ALLOWED","features":[214]},{"name":"WBEM_E_UPDATE_PROPAGATED_METHOD","features":[214]},{"name":"WBEM_E_UPDATE_TYPE_MISMATCH","features":[214]},{"name":"WBEM_E_VALUE_OUT_OF_RANGE","features":[214]},{"name":"WBEM_E_VETO_DELETE","features":[214]},{"name":"WBEM_E_VETO_PUT","features":[214]},{"name":"WBEM_FLAG_ADVISORY","features":[214]},{"name":"WBEM_FLAG_ALLOW_READ","features":[214]},{"name":"WBEM_FLAG_ALWAYS","features":[214]},{"name":"WBEM_FLAG_AUTORECOVER","features":[214]},{"name":"WBEM_FLAG_BACKUP_RESTORE_DEFAULT","features":[214]},{"name":"WBEM_FLAG_BACKUP_RESTORE_FORCE_SHUTDOWN","features":[214]},{"name":"WBEM_FLAG_BATCH_IF_NEEDED","features":[214]},{"name":"WBEM_FLAG_BIDIRECTIONAL","features":[214]},{"name":"WBEM_FLAG_CHECK_ONLY","features":[214]},{"name":"WBEM_FLAG_CLASS_LOCAL_AND_OVERRIDES","features":[214]},{"name":"WBEM_FLAG_CLASS_OVERRIDES_ONLY","features":[214]},{"name":"WBEM_FLAG_CONNECT_PROVIDERS","features":[214]},{"name":"WBEM_FLAG_CONNECT_REPOSITORY_ONLY","features":[214]},{"name":"WBEM_FLAG_CONNECT_USE_MAX_WAIT","features":[214]},{"name":"WBEM_FLAG_CONSOLE_PRINT","features":[214]},{"name":"WBEM_FLAG_CREATE_ONLY","features":[214]},{"name":"WBEM_FLAG_CREATE_OR_UPDATE","features":[214]},{"name":"WBEM_FLAG_DEEP","features":[214]},{"name":"WBEM_FLAG_DIRECT_READ","features":[214]},{"name":"WBEM_FLAG_DONT_ADD_TO_LIST","features":[214]},{"name":"WBEM_FLAG_DONT_SEND_STATUS","features":[214]},{"name":"WBEM_FLAG_ENSURE_LOCATABLE","features":[214]},{"name":"WBEM_FLAG_EXCLUDE_OBJECT_QUALIFIERS","features":[214]},{"name":"WBEM_FLAG_EXCLUDE_PROPERTY_QUALIFIERS","features":[214]},{"name":"WBEM_FLAG_FORWARD_ONLY","features":[214]},{"name":"WBEM_FLAG_IGNORE_CASE","features":[214]},{"name":"WBEM_FLAG_IGNORE_CLASS","features":[214]},{"name":"WBEM_FLAG_IGNORE_DEFAULT_VALUES","features":[214]},{"name":"WBEM_FLAG_IGNORE_FLAVOR","features":[214]},{"name":"WBEM_FLAG_IGNORE_OBJECT_SOURCE","features":[214]},{"name":"WBEM_FLAG_IGNORE_QUALIFIERS","features":[214]},{"name":"WBEM_FLAG_INPROC_LOGIN","features":[214]},{"name":"WBEM_FLAG_KEYS_ONLY","features":[214]},{"name":"WBEM_FLAG_LOCAL_LOGIN","features":[214]},{"name":"WBEM_FLAG_LOCAL_ONLY","features":[214]},{"name":"WBEM_FLAG_LONG_NAME","features":[214]},{"name":"WBEM_FLAG_MUST_BATCH","features":[214]},{"name":"WBEM_FLAG_MUST_NOT_BATCH","features":[214]},{"name":"WBEM_FLAG_NONSYSTEM_ONLY","features":[214]},{"name":"WBEM_FLAG_NO_ERROR_OBJECT","features":[214]},{"name":"WBEM_FLAG_NO_FLAVORS","features":[214]},{"name":"WBEM_FLAG_ONLY_IF_FALSE","features":[214]},{"name":"WBEM_FLAG_ONLY_IF_IDENTICAL","features":[214]},{"name":"WBEM_FLAG_ONLY_IF_TRUE","features":[214]},{"name":"WBEM_FLAG_OWNER_UPDATE","features":[214]},{"name":"WBEM_FLAG_PROPAGATED_ONLY","features":[214]},{"name":"WBEM_FLAG_PROTOTYPE","features":[214]},{"name":"WBEM_FLAG_REFRESH_AUTO_RECONNECT","features":[214]},{"name":"WBEM_FLAG_REFRESH_NO_AUTO_RECONNECT","features":[214]},{"name":"WBEM_FLAG_REFS_ONLY","features":[214]},{"name":"WBEM_FLAG_REMOTE_LOGIN","features":[214]},{"name":"WBEM_FLAG_RETURN_ERROR_OBJECT","features":[214]},{"name":"WBEM_FLAG_RETURN_IMMEDIATELY","features":[214]},{"name":"WBEM_FLAG_RETURN_WBEM_COMPLETE","features":[214]},{"name":"WBEM_FLAG_SEND_ONLY_SELECTED","features":[214]},{"name":"WBEM_FLAG_SEND_STATUS","features":[214]},{"name":"WBEM_FLAG_SHALLOW","features":[214]},{"name":"WBEM_FLAG_SHORT_NAME","features":[214]},{"name":"WBEM_FLAG_SPLIT_FILES","features":[214]},{"name":"WBEM_FLAG_STORE_FILE","features":[214]},{"name":"WBEM_FLAG_STRONG_VALIDATION","features":[214]},{"name":"WBEM_FLAG_SYSTEM_ONLY","features":[214]},{"name":"WBEM_FLAG_UNSECAPP_CHECK_ACCESS","features":[214]},{"name":"WBEM_FLAG_UNSECAPP_DEFAULT_CHECK_ACCESS","features":[214]},{"name":"WBEM_FLAG_UNSECAPP_DONT_CHECK_ACCESS","features":[214]},{"name":"WBEM_FLAG_UPDATE_COMPATIBLE","features":[214]},{"name":"WBEM_FLAG_UPDATE_FORCE_MODE","features":[214]},{"name":"WBEM_FLAG_UPDATE_ONLY","features":[214]},{"name":"WBEM_FLAG_UPDATE_SAFE_MODE","features":[214]},{"name":"WBEM_FLAG_USE_AMENDED_QUALIFIERS","features":[214]},{"name":"WBEM_FLAG_USE_MULTIPLE_CHALLENGES","features":[214]},{"name":"WBEM_FLAG_WMI_CHECK","features":[214]},{"name":"WBEM_FLAVOR_AMENDED","features":[214]},{"name":"WBEM_FLAVOR_DONT_PROPAGATE","features":[214]},{"name":"WBEM_FLAVOR_FLAG_PROPAGATE_TO_DERIVED_CLASS","features":[214]},{"name":"WBEM_FLAVOR_FLAG_PROPAGATE_TO_INSTANCE","features":[214]},{"name":"WBEM_FLAVOR_MASK_AMENDED","features":[214]},{"name":"WBEM_FLAVOR_MASK_ORIGIN","features":[214]},{"name":"WBEM_FLAVOR_MASK_PERMISSIONS","features":[214]},{"name":"WBEM_FLAVOR_MASK_PROPAGATION","features":[214]},{"name":"WBEM_FLAVOR_NOT_AMENDED","features":[214]},{"name":"WBEM_FLAVOR_NOT_OVERRIDABLE","features":[214]},{"name":"WBEM_FLAVOR_ORIGIN_LOCAL","features":[214]},{"name":"WBEM_FLAVOR_ORIGIN_PROPAGATED","features":[214]},{"name":"WBEM_FLAVOR_ORIGIN_SYSTEM","features":[214]},{"name":"WBEM_FLAVOR_OVERRIDABLE","features":[214]},{"name":"WBEM_FLAVOR_TYPE","features":[214]},{"name":"WBEM_FULL_WRITE_REP","features":[214]},{"name":"WBEM_GENERIC_FLAG_TYPE","features":[214]},{"name":"WBEM_GENUS_CLASS","features":[214]},{"name":"WBEM_GENUS_INSTANCE","features":[214]},{"name":"WBEM_GENUS_TYPE","features":[214]},{"name":"WBEM_GET_KEY_FLAGS","features":[214]},{"name":"WBEM_GET_TEXT_FLAGS","features":[214]},{"name":"WBEM_INFINITE","features":[214]},{"name":"WBEM_INFORMATION_FLAG_TYPE","features":[214]},{"name":"WBEM_LIMITATION_FLAG_TYPE","features":[214]},{"name":"WBEM_LIMITS","features":[214]},{"name":"WBEM_LOCKING_FLAG_TYPE","features":[214]},{"name":"WBEM_LOGIN_TYPE","features":[214]},{"name":"WBEM_MASK_CLASS_CONDITION","features":[214]},{"name":"WBEM_MASK_CONDITION_ORIGIN","features":[214]},{"name":"WBEM_MASK_PRIMARY_CONDITION","features":[214]},{"name":"WBEM_MASK_RESERVED_FLAGS","features":[214]},{"name":"WBEM_MASK_UPDATE_MODE","features":[214]},{"name":"WBEM_MAX_IDENTIFIER","features":[214]},{"name":"WBEM_MAX_OBJECT_NESTING","features":[214]},{"name":"WBEM_MAX_PATH","features":[214]},{"name":"WBEM_MAX_QUERY","features":[214]},{"name":"WBEM_MAX_USER_PROPERTIES","features":[214]},{"name":"WBEM_METHOD_EXECUTE","features":[214]},{"name":"WBEM_NO_ERROR","features":[214]},{"name":"WBEM_NO_WAIT","features":[214]},{"name":"WBEM_PARTIAL_WRITE_REP","features":[214]},{"name":"WBEM_PATH_CREATE_FLAG","features":[214]},{"name":"WBEM_PATH_STATUS_FLAG","features":[214]},{"name":"WBEM_PROVIDER_FLAGS","features":[214]},{"name":"WBEM_PROVIDER_REQUIREMENTS_TYPE","features":[214]},{"name":"WBEM_QUERY_FLAG_TYPE","features":[214]},{"name":"WBEM_REFRESHER_FLAGS","features":[214]},{"name":"WBEM_REMOTE_ACCESS","features":[214]},{"name":"WBEM_REQUIREMENTS_RECHECK_SUBSCRIPTIONS","features":[214]},{"name":"WBEM_REQUIREMENTS_START_POSTFILTER","features":[214]},{"name":"WBEM_REQUIREMENTS_STOP_POSTFILTER","features":[214]},{"name":"WBEM_RETURN_IMMEDIATELY","features":[214]},{"name":"WBEM_RETURN_WHEN_COMPLETE","features":[214]},{"name":"WBEM_RIGHT_PUBLISH","features":[214]},{"name":"WBEM_RIGHT_SUBSCRIBE","features":[214]},{"name":"WBEM_SECURITY_FLAGS","features":[214]},{"name":"WBEM_SHUTDOWN_FLAGS","features":[214]},{"name":"WBEM_SHUTDOWN_OS","features":[214]},{"name":"WBEM_SHUTDOWN_UNLOAD_COMPONENT","features":[214]},{"name":"WBEM_SHUTDOWN_WMI","features":[214]},{"name":"WBEM_STATUS_COMPLETE","features":[214]},{"name":"WBEM_STATUS_LOGGING_INFORMATION","features":[214]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_ESS","features":[214]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_HOST","features":[214]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_PROVIDER","features":[214]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_REPOSITORY","features":[214]},{"name":"WBEM_STATUS_PROGRESS","features":[214]},{"name":"WBEM_STATUS_REQUIREMENTS","features":[214]},{"name":"WBEM_STATUS_TYPE","features":[214]},{"name":"WBEM_S_ACCESS_DENIED","features":[214]},{"name":"WBEM_S_ALREADY_EXISTS","features":[214]},{"name":"WBEM_S_DIFFERENT","features":[214]},{"name":"WBEM_S_DUPLICATE_OBJECTS","features":[214]},{"name":"WBEM_S_FALSE","features":[214]},{"name":"WBEM_S_INDIRECTLY_UPDATED","features":[214]},{"name":"WBEM_S_INITIALIZED","features":[214]},{"name":"WBEM_S_LIMITED_SERVICE","features":[214]},{"name":"WBEM_S_NO_ERROR","features":[214]},{"name":"WBEM_S_NO_MORE_DATA","features":[214]},{"name":"WBEM_S_OPERATION_CANCELLED","features":[214]},{"name":"WBEM_S_PARTIAL_RESULTS","features":[214]},{"name":"WBEM_S_PENDING","features":[214]},{"name":"WBEM_S_RESET_TO_DEFAULT","features":[214]},{"name":"WBEM_S_SAME","features":[214]},{"name":"WBEM_S_SOURCE_NOT_AVAILABLE","features":[214]},{"name":"WBEM_S_SUBJECT_TO_SDS","features":[214]},{"name":"WBEM_S_TIMEDOUT","features":[214]},{"name":"WBEM_TEXT_FLAG_TYPE","features":[214]},{"name":"WBEM_UNSECAPP_FLAG_TYPE","features":[214]},{"name":"WBEM_WRITE_PROVIDER","features":[214]},{"name":"WMIExtension","features":[214]},{"name":"WMIQ_ANALYSIS_ASSOC_QUERY","features":[214]},{"name":"WMIQ_ANALYSIS_PROP_ANALYSIS_MATRIX","features":[214]},{"name":"WMIQ_ANALYSIS_QUERY_TEXT","features":[214]},{"name":"WMIQ_ANALYSIS_RESERVED","features":[214]},{"name":"WMIQ_ANALYSIS_RPN_SEQUENCE","features":[214]},{"name":"WMIQ_ANALYSIS_TYPE","features":[214]},{"name":"WMIQ_ASSOCQ_ASSOCCLASS","features":[214]},{"name":"WMIQ_ASSOCQ_ASSOCIATORS","features":[214]},{"name":"WMIQ_ASSOCQ_CLASSDEFSONLY","features":[214]},{"name":"WMIQ_ASSOCQ_CLASSREFSONLY","features":[214]},{"name":"WMIQ_ASSOCQ_FLAGS","features":[214]},{"name":"WMIQ_ASSOCQ_KEYSONLY","features":[214]},{"name":"WMIQ_ASSOCQ_REFERENCES","features":[214]},{"name":"WMIQ_ASSOCQ_REQUIREDASSOCQUALIFIER","features":[214]},{"name":"WMIQ_ASSOCQ_REQUIREDQUALIFIER","features":[214]},{"name":"WMIQ_ASSOCQ_RESULTCLASS","features":[214]},{"name":"WMIQ_ASSOCQ_RESULTROLE","features":[214]},{"name":"WMIQ_ASSOCQ_ROLE","features":[214]},{"name":"WMIQ_ASSOCQ_SCHEMAONLY","features":[214]},{"name":"WMIQ_LANGUAGE_FEATURES","features":[214]},{"name":"WMIQ_LF10_COMPEX_SUBEXPRESSIONS","features":[214]},{"name":"WMIQ_LF11_ALIASING","features":[214]},{"name":"WMIQ_LF12_GROUP_BY_HAVING","features":[214]},{"name":"WMIQ_LF13_WMI_WITHIN","features":[214]},{"name":"WMIQ_LF14_SQL_WRITE_OPERATIONS","features":[214]},{"name":"WMIQ_LF15_GO","features":[214]},{"name":"WMIQ_LF16_SINGLE_LEVEL_TRANSACTIONS","features":[214]},{"name":"WMIQ_LF17_QUALIFIED_NAMES","features":[214]},{"name":"WMIQ_LF18_ASSOCIATONS","features":[214]},{"name":"WMIQ_LF19_SYSTEM_PROPERTIES","features":[214]},{"name":"WMIQ_LF1_BASIC_SELECT","features":[214]},{"name":"WMIQ_LF20_EXTENDED_SYSTEM_PROPERTIES","features":[214]},{"name":"WMIQ_LF21_SQL89_JOINS","features":[214]},{"name":"WMIQ_LF22_SQL92_JOINS","features":[214]},{"name":"WMIQ_LF23_SUBSELECTS","features":[214]},{"name":"WMIQ_LF24_UMI_EXTENSIONS","features":[214]},{"name":"WMIQ_LF25_DATEPART","features":[214]},{"name":"WMIQ_LF26_LIKE","features":[214]},{"name":"WMIQ_LF27_CIM_TEMPORAL_CONSTRUCTS","features":[214]},{"name":"WMIQ_LF28_STANDARD_AGGREGATES","features":[214]},{"name":"WMIQ_LF29_MULTI_LEVEL_ORDER_BY","features":[214]},{"name":"WMIQ_LF2_CLASS_NAME_IN_QUERY","features":[214]},{"name":"WMIQ_LF30_WMI_PRAGMAS","features":[214]},{"name":"WMIQ_LF31_QUALIFIER_TESTS","features":[214]},{"name":"WMIQ_LF32_SP_EXECUTE","features":[214]},{"name":"WMIQ_LF33_ARRAY_ACCESS","features":[214]},{"name":"WMIQ_LF34_UNION","features":[214]},{"name":"WMIQ_LF35_COMPLEX_SELECT_TARGET","features":[214]},{"name":"WMIQ_LF36_REFERENCE_TESTS","features":[214]},{"name":"WMIQ_LF37_SELECT_INTO","features":[214]},{"name":"WMIQ_LF38_BASIC_DATETIME_TESTS","features":[214]},{"name":"WMIQ_LF39_COUNT_COLUMN","features":[214]},{"name":"WMIQ_LF3_STRING_CASE_FUNCTIONS","features":[214]},{"name":"WMIQ_LF40_BETWEEN","features":[214]},{"name":"WMIQ_LF4_PROP_TO_PROP_TESTS","features":[214]},{"name":"WMIQ_LF5_COUNT_STAR","features":[214]},{"name":"WMIQ_LF6_ORDER_BY","features":[214]},{"name":"WMIQ_LF7_DISTINCT","features":[214]},{"name":"WMIQ_LF8_ISA","features":[214]},{"name":"WMIQ_LF9_THIS","features":[214]},{"name":"WMIQ_LF_LAST","features":[214]},{"name":"WMIQ_RPNF_ARRAY_ACCESS_USED","features":[214]},{"name":"WMIQ_RPNF_COUNT_STAR","features":[214]},{"name":"WMIQ_RPNF_EQUALITY_TESTS_ONLY","features":[214]},{"name":"WMIQ_RPNF_FEATURE","features":[214]},{"name":"WMIQ_RPNF_FEATURE_SELECT_STAR","features":[214]},{"name":"WMIQ_RPNF_GROUP_BY_HAVING","features":[214]},{"name":"WMIQ_RPNF_ISA_USED","features":[214]},{"name":"WMIQ_RPNF_ORDER_BY","features":[214]},{"name":"WMIQ_RPNF_PROJECTION","features":[214]},{"name":"WMIQ_RPNF_PROP_TO_PROP_TESTS","features":[214]},{"name":"WMIQ_RPNF_QUALIFIED_NAMES_USED","features":[214]},{"name":"WMIQ_RPNF_QUERY_IS_CONJUNCTIVE","features":[214]},{"name":"WMIQ_RPNF_QUERY_IS_DISJUNCTIVE","features":[214]},{"name":"WMIQ_RPNF_SYSPROP_CLASS_USED","features":[214]},{"name":"WMIQ_RPNF_WHERE_CLAUSE_PRESENT","features":[214]},{"name":"WMIQ_RPN_CONST","features":[214]},{"name":"WMIQ_RPN_CONST2","features":[214]},{"name":"WMIQ_RPN_FROM_CLASS_LIST","features":[214]},{"name":"WMIQ_RPN_FROM_MULTIPLE","features":[214]},{"name":"WMIQ_RPN_FROM_PATH","features":[214]},{"name":"WMIQ_RPN_FROM_UNARY","features":[214]},{"name":"WMIQ_RPN_GET_EXPR_SHAPE","features":[214]},{"name":"WMIQ_RPN_GET_LEFT_FUNCTION","features":[214]},{"name":"WMIQ_RPN_GET_RELOP","features":[214]},{"name":"WMIQ_RPN_GET_RIGHT_FUNCTION","features":[214]},{"name":"WMIQ_RPN_GET_TOKEN_TYPE","features":[214]},{"name":"WMIQ_RPN_LEFT_FUNCTION","features":[214]},{"name":"WMIQ_RPN_LEFT_PROPERTY_NAME","features":[214]},{"name":"WMIQ_RPN_NEXT_TOKEN","features":[214]},{"name":"WMIQ_RPN_OP_EQ","features":[214]},{"name":"WMIQ_RPN_OP_GE","features":[214]},{"name":"WMIQ_RPN_OP_GT","features":[214]},{"name":"WMIQ_RPN_OP_ISA","features":[214]},{"name":"WMIQ_RPN_OP_ISNOTA","features":[214]},{"name":"WMIQ_RPN_OP_ISNOTNULL","features":[214]},{"name":"WMIQ_RPN_OP_ISNULL","features":[214]},{"name":"WMIQ_RPN_OP_LE","features":[214]},{"name":"WMIQ_RPN_OP_LIKE","features":[214]},{"name":"WMIQ_RPN_OP_LT","features":[214]},{"name":"WMIQ_RPN_OP_NE","features":[214]},{"name":"WMIQ_RPN_OP_UNDEFINED","features":[214]},{"name":"WMIQ_RPN_RELOP","features":[214]},{"name":"WMIQ_RPN_RIGHT_FUNCTION","features":[214]},{"name":"WMIQ_RPN_RIGHT_PROPERTY_NAME","features":[214]},{"name":"WMIQ_RPN_TOKEN_AND","features":[214]},{"name":"WMIQ_RPN_TOKEN_EXPRESSION","features":[214]},{"name":"WMIQ_RPN_TOKEN_FLAGS","features":[214]},{"name":"WMIQ_RPN_TOKEN_NOT","features":[214]},{"name":"WMIQ_RPN_TOKEN_OR","features":[214]},{"name":"WMI_OBJ_TEXT","features":[214]},{"name":"WMI_OBJ_TEXT_CIM_DTD_2_0","features":[214]},{"name":"WMI_OBJ_TEXT_LAST","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_DTD_2_0","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_EXT1","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_EXT10","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_EXT2","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_EXT3","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_EXT4","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_EXT5","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_EXT6","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_EXT7","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_EXT8","features":[214]},{"name":"WMI_OBJ_TEXT_WMI_EXT9","features":[214]},{"name":"WbemAdministrativeLocator","features":[214]},{"name":"WbemAuthenticatedLocator","features":[214]},{"name":"WbemAuthenticationLevelEnum","features":[214]},{"name":"WbemBackupRestore","features":[214]},{"name":"WbemChangeFlagEnum","features":[214]},{"name":"WbemCimtypeEnum","features":[214]},{"name":"WbemClassObject","features":[214]},{"name":"WbemComparisonFlagEnum","features":[214]},{"name":"WbemConnectOptionsEnum","features":[214]},{"name":"WbemContext","features":[214]},{"name":"WbemDCOMTransport","features":[214]},{"name":"WbemDecoupledBasicEventProvider","features":[214]},{"name":"WbemDecoupledRegistrar","features":[214]},{"name":"WbemDefPath","features":[214]},{"name":"WbemErrorEnum","features":[214]},{"name":"WbemFlagEnum","features":[214]},{"name":"WbemImpersonationLevelEnum","features":[214]},{"name":"WbemLevel1Login","features":[214]},{"name":"WbemLocalAddrRes","features":[214]},{"name":"WbemLocator","features":[214]},{"name":"WbemObjectTextFormatEnum","features":[214]},{"name":"WbemObjectTextSrc","features":[214]},{"name":"WbemPrivilegeEnum","features":[214]},{"name":"WbemQuery","features":[214]},{"name":"WbemQueryFlagEnum","features":[214]},{"name":"WbemRefresher","features":[214]},{"name":"WbemStatusCodeText","features":[214]},{"name":"WbemTextFlagEnum","features":[214]},{"name":"WbemTimeout","features":[214]},{"name":"WbemUnauthenticatedLocator","features":[214]},{"name":"WbemUninitializedClassObject","features":[214]},{"name":"wbemAuthenticationLevelCall","features":[214]},{"name":"wbemAuthenticationLevelConnect","features":[214]},{"name":"wbemAuthenticationLevelDefault","features":[214]},{"name":"wbemAuthenticationLevelNone","features":[214]},{"name":"wbemAuthenticationLevelPkt","features":[214]},{"name":"wbemAuthenticationLevelPktIntegrity","features":[214]},{"name":"wbemAuthenticationLevelPktPrivacy","features":[214]},{"name":"wbemChangeFlagAdvisory","features":[214]},{"name":"wbemChangeFlagCreateOnly","features":[214]},{"name":"wbemChangeFlagCreateOrUpdate","features":[214]},{"name":"wbemChangeFlagStrongValidation","features":[214]},{"name":"wbemChangeFlagUpdateCompatible","features":[214]},{"name":"wbemChangeFlagUpdateForceMode","features":[214]},{"name":"wbemChangeFlagUpdateOnly","features":[214]},{"name":"wbemChangeFlagUpdateSafeMode","features":[214]},{"name":"wbemCimtypeBoolean","features":[214]},{"name":"wbemCimtypeChar16","features":[214]},{"name":"wbemCimtypeDatetime","features":[214]},{"name":"wbemCimtypeObject","features":[214]},{"name":"wbemCimtypeReal32","features":[214]},{"name":"wbemCimtypeReal64","features":[214]},{"name":"wbemCimtypeReference","features":[214]},{"name":"wbemCimtypeSint16","features":[214]},{"name":"wbemCimtypeSint32","features":[214]},{"name":"wbemCimtypeSint64","features":[214]},{"name":"wbemCimtypeSint8","features":[214]},{"name":"wbemCimtypeString","features":[214]},{"name":"wbemCimtypeUint16","features":[214]},{"name":"wbemCimtypeUint32","features":[214]},{"name":"wbemCimtypeUint64","features":[214]},{"name":"wbemCimtypeUint8","features":[214]},{"name":"wbemComparisonFlagIgnoreCase","features":[214]},{"name":"wbemComparisonFlagIgnoreClass","features":[214]},{"name":"wbemComparisonFlagIgnoreDefaultValues","features":[214]},{"name":"wbemComparisonFlagIgnoreFlavor","features":[214]},{"name":"wbemComparisonFlagIgnoreObjectSource","features":[214]},{"name":"wbemComparisonFlagIgnoreQualifiers","features":[214]},{"name":"wbemComparisonFlagIncludeAll","features":[214]},{"name":"wbemConnectFlagUseMaxWait","features":[214]},{"name":"wbemErrAccessDenied","features":[214]},{"name":"wbemErrAggregatingByObject","features":[214]},{"name":"wbemErrAlreadyExists","features":[214]},{"name":"wbemErrAmbiguousOperation","features":[214]},{"name":"wbemErrAmendedObject","features":[214]},{"name":"wbemErrBackupRestoreWinmgmtRunning","features":[214]},{"name":"wbemErrBufferTooSmall","features":[214]},{"name":"wbemErrCallCancelled","features":[214]},{"name":"wbemErrCannotBeAbstract","features":[214]},{"name":"wbemErrCannotBeKey","features":[214]},{"name":"wbemErrCannotBeSingleton","features":[214]},{"name":"wbemErrCannotChangeIndexInheritance","features":[214]},{"name":"wbemErrCannotChangeKeyInheritance","features":[214]},{"name":"wbemErrCircularReference","features":[214]},{"name":"wbemErrClassHasChildren","features":[214]},{"name":"wbemErrClassHasInstances","features":[214]},{"name":"wbemErrClassNameTooWide","features":[214]},{"name":"wbemErrClientTooSlow","features":[214]},{"name":"wbemErrConnectionFailed","features":[214]},{"name":"wbemErrCriticalError","features":[214]},{"name":"wbemErrDatabaseVerMismatch","features":[214]},{"name":"wbemErrEncryptedConnectionRequired","features":[214]},{"name":"wbemErrFailed","features":[214]},{"name":"wbemErrFatalTransportError","features":[214]},{"name":"wbemErrForcedRollback","features":[214]},{"name":"wbemErrHandleOutOfDate","features":[214]},{"name":"wbemErrIllegalNull","features":[214]},{"name":"wbemErrIllegalOperation","features":[214]},{"name":"wbemErrIncompleteClass","features":[214]},{"name":"wbemErrInitializationFailure","features":[214]},{"name":"wbemErrInvalidAssociation","features":[214]},{"name":"wbemErrInvalidCimType","features":[214]},{"name":"wbemErrInvalidClass","features":[214]},{"name":"wbemErrInvalidContext","features":[214]},{"name":"wbemErrInvalidDuplicateParameter","features":[214]},{"name":"wbemErrInvalidFlavor","features":[214]},{"name":"wbemErrInvalidHandleRequest","features":[214]},{"name":"wbemErrInvalidLocale","features":[214]},{"name":"wbemErrInvalidMethod","features":[214]},{"name":"wbemErrInvalidMethodParameters","features":[214]},{"name":"wbemErrInvalidNamespace","features":[214]},{"name":"wbemErrInvalidObject","features":[214]},{"name":"wbemErrInvalidObjectPath","features":[214]},{"name":"wbemErrInvalidOperation","features":[214]},{"name":"wbemErrInvalidOperator","features":[214]},{"name":"wbemErrInvalidParameter","features":[214]},{"name":"wbemErrInvalidParameterId","features":[214]},{"name":"wbemErrInvalidProperty","features":[214]},{"name":"wbemErrInvalidPropertyType","features":[214]},{"name":"wbemErrInvalidProviderRegistration","features":[214]},{"name":"wbemErrInvalidQualifier","features":[214]},{"name":"wbemErrInvalidQualifierType","features":[214]},{"name":"wbemErrInvalidQuery","features":[214]},{"name":"wbemErrInvalidQueryType","features":[214]},{"name":"wbemErrInvalidStream","features":[214]},{"name":"wbemErrInvalidSuperclass","features":[214]},{"name":"wbemErrInvalidSyntax","features":[214]},{"name":"wbemErrLocalCredentials","features":[214]},{"name":"wbemErrMarshalInvalidSignature","features":[214]},{"name":"wbemErrMarshalVersionMismatch","features":[214]},{"name":"wbemErrMethodDisabled","features":[214]},{"name":"wbemErrMethodNameTooWide","features":[214]},{"name":"wbemErrMethodNotImplemented","features":[214]},{"name":"wbemErrMissingAggregationList","features":[214]},{"name":"wbemErrMissingGroupWithin","features":[214]},{"name":"wbemErrMissingParameter","features":[214]},{"name":"wbemErrNoSchema","features":[214]},{"name":"wbemErrNonConsecutiveParameterIds","features":[214]},{"name":"wbemErrNondecoratedObject","features":[214]},{"name":"wbemErrNotAvailable","features":[214]},{"name":"wbemErrNotEventClass","features":[214]},{"name":"wbemErrNotFound","features":[214]},{"name":"wbemErrNotSupported","features":[214]},{"name":"wbemErrNullSecurityDescriptor","features":[214]},{"name":"wbemErrOutOfDiskSpace","features":[214]},{"name":"wbemErrOutOfMemory","features":[214]},{"name":"wbemErrOverrideNotAllowed","features":[214]},{"name":"wbemErrParameterIdOnRetval","features":[214]},{"name":"wbemErrPrivilegeNotHeld","features":[214]},{"name":"wbemErrPropagatedMethod","features":[214]},{"name":"wbemErrPropagatedProperty","features":[214]},{"name":"wbemErrPropagatedQualifier","features":[214]},{"name":"wbemErrPropertyNameTooWide","features":[214]},{"name":"wbemErrPropertyNotAnObject","features":[214]},{"name":"wbemErrProviderAlreadyRegistered","features":[214]},{"name":"wbemErrProviderFailure","features":[214]},{"name":"wbemErrProviderLoadFailure","features":[214]},{"name":"wbemErrProviderNotCapable","features":[214]},{"name":"wbemErrProviderNotFound","features":[214]},{"name":"wbemErrProviderNotRegistered","features":[214]},{"name":"wbemErrProviderSuspended","features":[214]},{"name":"wbemErrQualifierNameTooWide","features":[214]},{"name":"wbemErrQueryNotImplemented","features":[214]},{"name":"wbemErrQueueOverflow","features":[214]},{"name":"wbemErrQuotaViolation","features":[214]},{"name":"wbemErrReadOnly","features":[214]},{"name":"wbemErrRefresherBusy","features":[214]},{"name":"wbemErrRegistrationTooBroad","features":[214]},{"name":"wbemErrRegistrationTooPrecise","features":[214]},{"name":"wbemErrRerunCommand","features":[214]},{"name":"wbemErrResetToDefault","features":[214]},{"name":"wbemErrServerTooBusy","features":[214]},{"name":"wbemErrShuttingDown","features":[214]},{"name":"wbemErrSynchronizationRequired","features":[214]},{"name":"wbemErrSystemProperty","features":[214]},{"name":"wbemErrTimedout","features":[214]},{"name":"wbemErrTimeout","features":[214]},{"name":"wbemErrTooManyProperties","features":[214]},{"name":"wbemErrTooMuchData","features":[214]},{"name":"wbemErrTransactionConflict","features":[214]},{"name":"wbemErrTransportFailure","features":[214]},{"name":"wbemErrTypeMismatch","features":[214]},{"name":"wbemErrUnexpected","features":[214]},{"name":"wbemErrUninterpretableProviderQuery","features":[214]},{"name":"wbemErrUnknownObjectType","features":[214]},{"name":"wbemErrUnknownPacketType","features":[214]},{"name":"wbemErrUnparsableQuery","features":[214]},{"name":"wbemErrUnsupportedClassUpdate","features":[214]},{"name":"wbemErrUnsupportedLocale","features":[214]},{"name":"wbemErrUnsupportedParameter","features":[214]},{"name":"wbemErrUnsupportedPutExtension","features":[214]},{"name":"wbemErrUpdateOverrideNotAllowed","features":[214]},{"name":"wbemErrUpdatePropagatedMethod","features":[214]},{"name":"wbemErrUpdateTypeMismatch","features":[214]},{"name":"wbemErrValueOutOfRange","features":[214]},{"name":"wbemErrVetoDelete","features":[214]},{"name":"wbemErrVetoPut","features":[214]},{"name":"wbemFlagBidirectional","features":[214]},{"name":"wbemFlagDirectRead","features":[214]},{"name":"wbemFlagDontSendStatus","features":[214]},{"name":"wbemFlagEnsureLocatable","features":[214]},{"name":"wbemFlagForwardOnly","features":[214]},{"name":"wbemFlagGetDefault","features":[214]},{"name":"wbemFlagNoErrorObject","features":[214]},{"name":"wbemFlagReturnErrorObject","features":[214]},{"name":"wbemFlagReturnImmediately","features":[214]},{"name":"wbemFlagReturnWhenComplete","features":[214]},{"name":"wbemFlagSendOnlySelected","features":[214]},{"name":"wbemFlagSendStatus","features":[214]},{"name":"wbemFlagSpawnInstance","features":[214]},{"name":"wbemFlagUseAmendedQualifiers","features":[214]},{"name":"wbemFlagUseCurrentTime","features":[214]},{"name":"wbemImpersonationLevelAnonymous","features":[214]},{"name":"wbemImpersonationLevelDelegate","features":[214]},{"name":"wbemImpersonationLevelIdentify","features":[214]},{"name":"wbemImpersonationLevelImpersonate","features":[214]},{"name":"wbemNoErr","features":[214]},{"name":"wbemObjectTextFormatCIMDTD20","features":[214]},{"name":"wbemObjectTextFormatWMIDTD20","features":[214]},{"name":"wbemPrivilegeAudit","features":[214]},{"name":"wbemPrivilegeBackup","features":[214]},{"name":"wbemPrivilegeChangeNotify","features":[214]},{"name":"wbemPrivilegeCreatePagefile","features":[214]},{"name":"wbemPrivilegeCreatePermanent","features":[214]},{"name":"wbemPrivilegeCreateToken","features":[214]},{"name":"wbemPrivilegeDebug","features":[214]},{"name":"wbemPrivilegeEnableDelegation","features":[214]},{"name":"wbemPrivilegeIncreaseBasePriority","features":[214]},{"name":"wbemPrivilegeIncreaseQuota","features":[214]},{"name":"wbemPrivilegeLoadDriver","features":[214]},{"name":"wbemPrivilegeLockMemory","features":[214]},{"name":"wbemPrivilegeMachineAccount","features":[214]},{"name":"wbemPrivilegeManageVolume","features":[214]},{"name":"wbemPrivilegePrimaryToken","features":[214]},{"name":"wbemPrivilegeProfileSingleProcess","features":[214]},{"name":"wbemPrivilegeRemoteShutdown","features":[214]},{"name":"wbemPrivilegeRestore","features":[214]},{"name":"wbemPrivilegeSecurity","features":[214]},{"name":"wbemPrivilegeShutdown","features":[214]},{"name":"wbemPrivilegeSyncAgent","features":[214]},{"name":"wbemPrivilegeSystemEnvironment","features":[214]},{"name":"wbemPrivilegeSystemProfile","features":[214]},{"name":"wbemPrivilegeSystemtime","features":[214]},{"name":"wbemPrivilegeTakeOwnership","features":[214]},{"name":"wbemPrivilegeTcb","features":[214]},{"name":"wbemPrivilegeUndock","features":[214]},{"name":"wbemQueryFlagDeep","features":[214]},{"name":"wbemQueryFlagPrototype","features":[214]},{"name":"wbemQueryFlagShallow","features":[214]},{"name":"wbemTextFlagNoFlavors","features":[214]},{"name":"wbemTimeoutInfinite","features":[214]}],"656":[{"name":"ACCESSTIMEOUT","features":[215]},{"name":"ACC_UTILITY_STATE_FLAGS","features":[215]},{"name":"ANNO_CONTAINER","features":[215]},{"name":"ANNO_THIS","features":[215]},{"name":"ANRUS_ON_SCREEN_KEYBOARD_ACTIVE","features":[215]},{"name":"ANRUS_PRIORITY_AUDIO_ACTIVE","features":[215]},{"name":"ANRUS_PRIORITY_AUDIO_ACTIVE_NODUCK","features":[215]},{"name":"ANRUS_PRIORITY_AUDIO_DYNAMIC_DUCK","features":[215]},{"name":"ANRUS_TOUCH_MODIFICATION_ACTIVE","features":[215]},{"name":"AccNotifyTouchInteraction","features":[1,215]},{"name":"AccSetRunningUtilityState","features":[1,215]},{"name":"AcceleratorKey_Property_GUID","features":[215]},{"name":"AccessKey_Property_GUID","features":[215]},{"name":"AccessibleChildren","features":[1,43,44,215]},{"name":"AccessibleObjectFromEvent","features":[1,43,44,215]},{"name":"AccessibleObjectFromPoint","features":[1,43,44,215]},{"name":"AccessibleObjectFromWindow","features":[1,215]},{"name":"ActiveEnd","features":[215]},{"name":"ActiveEnd_End","features":[215]},{"name":"ActiveEnd_None","features":[215]},{"name":"ActiveEnd_Start","features":[215]},{"name":"ActiveTextPositionChanged_Event_GUID","features":[215]},{"name":"AnimationStyle","features":[215]},{"name":"AnimationStyle_BlinkingBackground","features":[215]},{"name":"AnimationStyle_LasVegasLights","features":[215]},{"name":"AnimationStyle_MarchingBlackAnts","features":[215]},{"name":"AnimationStyle_MarchingRedAnts","features":[215]},{"name":"AnimationStyle_None","features":[215]},{"name":"AnimationStyle_Other","features":[215]},{"name":"AnimationStyle_Shimmer","features":[215]},{"name":"AnimationStyle_SparkleText","features":[215]},{"name":"AnnoScope","features":[215]},{"name":"AnnotationObjects_Property_GUID","features":[215]},{"name":"AnnotationType_AdvancedProofingIssue","features":[215]},{"name":"AnnotationType_Author","features":[215]},{"name":"AnnotationType_CircularReferenceError","features":[215]},{"name":"AnnotationType_Comment","features":[215]},{"name":"AnnotationType_ConflictingChange","features":[215]},{"name":"AnnotationType_DataValidationError","features":[215]},{"name":"AnnotationType_DeletionChange","features":[215]},{"name":"AnnotationType_EditingLockedChange","features":[215]},{"name":"AnnotationType_Endnote","features":[215]},{"name":"AnnotationType_ExternalChange","features":[215]},{"name":"AnnotationType_Footer","features":[215]},{"name":"AnnotationType_Footnote","features":[215]},{"name":"AnnotationType_FormatChange","features":[215]},{"name":"AnnotationType_FormulaError","features":[215]},{"name":"AnnotationType_GrammarError","features":[215]},{"name":"AnnotationType_Header","features":[215]},{"name":"AnnotationType_Highlighted","features":[215]},{"name":"AnnotationType_InsertionChange","features":[215]},{"name":"AnnotationType_Mathematics","features":[215]},{"name":"AnnotationType_MoveChange","features":[215]},{"name":"AnnotationType_Sensitive","features":[215]},{"name":"AnnotationType_SpellingError","features":[215]},{"name":"AnnotationType_TrackChanges","features":[215]},{"name":"AnnotationType_Unknown","features":[215]},{"name":"AnnotationType_UnsyncedChange","features":[215]},{"name":"AnnotationTypes_Property_GUID","features":[215]},{"name":"Annotation_AdvancedProofingIssue_GUID","features":[215]},{"name":"Annotation_AnnotationTypeId_Property_GUID","features":[215]},{"name":"Annotation_AnnotationTypeName_Property_GUID","features":[215]},{"name":"Annotation_Author_GUID","features":[215]},{"name":"Annotation_Author_Property_GUID","features":[215]},{"name":"Annotation_CircularReferenceError_GUID","features":[215]},{"name":"Annotation_Comment_GUID","features":[215]},{"name":"Annotation_ConflictingChange_GUID","features":[215]},{"name":"Annotation_Custom_GUID","features":[215]},{"name":"Annotation_DataValidationError_GUID","features":[215]},{"name":"Annotation_DateTime_Property_GUID","features":[215]},{"name":"Annotation_DeletionChange_GUID","features":[215]},{"name":"Annotation_EditingLockedChange_GUID","features":[215]},{"name":"Annotation_Endnote_GUID","features":[215]},{"name":"Annotation_ExternalChange_GUID","features":[215]},{"name":"Annotation_Footer_GUID","features":[215]},{"name":"Annotation_Footnote_GUID","features":[215]},{"name":"Annotation_FormatChange_GUID","features":[215]},{"name":"Annotation_FormulaError_GUID","features":[215]},{"name":"Annotation_GrammarError_GUID","features":[215]},{"name":"Annotation_Header_GUID","features":[215]},{"name":"Annotation_Highlighted_GUID","features":[215]},{"name":"Annotation_InsertionChange_GUID","features":[215]},{"name":"Annotation_Mathematics_GUID","features":[215]},{"name":"Annotation_MoveChange_GUID","features":[215]},{"name":"Annotation_Pattern_GUID","features":[215]},{"name":"Annotation_Sensitive_GUID","features":[215]},{"name":"Annotation_SpellingError_GUID","features":[215]},{"name":"Annotation_Target_Property_GUID","features":[215]},{"name":"Annotation_TrackChanges_GUID","features":[215]},{"name":"Annotation_UnsyncedChange_GUID","features":[215]},{"name":"AppBar_Control_GUID","features":[215]},{"name":"AriaProperties_Property_GUID","features":[215]},{"name":"AriaRole_Property_GUID","features":[215]},{"name":"Assertive","features":[215]},{"name":"AsyncContentLoadedState","features":[215]},{"name":"AsyncContentLoadedState_Beginning","features":[215]},{"name":"AsyncContentLoadedState_Completed","features":[215]},{"name":"AsyncContentLoadedState_Progress","features":[215]},{"name":"AsyncContentLoaded_Event_GUID","features":[215]},{"name":"AutomationElementMode","features":[215]},{"name":"AutomationElementMode_Full","features":[215]},{"name":"AutomationElementMode_None","features":[215]},{"name":"AutomationFocusChanged_Event_GUID","features":[215]},{"name":"AutomationId_Property_GUID","features":[215]},{"name":"AutomationIdentifierType","features":[215]},{"name":"AutomationIdentifierType_Annotation","features":[215]},{"name":"AutomationIdentifierType_Changes","features":[215]},{"name":"AutomationIdentifierType_ControlType","features":[215]},{"name":"AutomationIdentifierType_Event","features":[215]},{"name":"AutomationIdentifierType_LandmarkType","features":[215]},{"name":"AutomationIdentifierType_Pattern","features":[215]},{"name":"AutomationIdentifierType_Property","features":[215]},{"name":"AutomationIdentifierType_Style","features":[215]},{"name":"AutomationIdentifierType_TextAttribute","features":[215]},{"name":"AutomationPropertyChanged_Event_GUID","features":[215]},{"name":"BoundingRectangle_Property_GUID","features":[215]},{"name":"BulletStyle","features":[215]},{"name":"BulletStyle_DashBullet","features":[215]},{"name":"BulletStyle_FilledRoundBullet","features":[215]},{"name":"BulletStyle_FilledSquareBullet","features":[215]},{"name":"BulletStyle_HollowRoundBullet","features":[215]},{"name":"BulletStyle_HollowSquareBullet","features":[215]},{"name":"BulletStyle_None","features":[215]},{"name":"BulletStyle_Other","features":[215]},{"name":"Button_Control_GUID","features":[215]},{"name":"CAccPropServices","features":[215]},{"name":"CLSID_AccPropServices","features":[215]},{"name":"CUIAutomation","features":[215]},{"name":"CUIAutomation8","features":[215]},{"name":"CUIAutomationRegistrar","features":[215]},{"name":"Calendar_Control_GUID","features":[215]},{"name":"CapStyle","features":[215]},{"name":"CapStyle_AllCap","features":[215]},{"name":"CapStyle_AllPetiteCaps","features":[215]},{"name":"CapStyle_None","features":[215]},{"name":"CapStyle_Other","features":[215]},{"name":"CapStyle_PetiteCaps","features":[215]},{"name":"CapStyle_SmallCap","features":[215]},{"name":"CapStyle_Titling","features":[215]},{"name":"CapStyle_Unicase","features":[215]},{"name":"CaretBidiMode","features":[215]},{"name":"CaretBidiMode_LTR","features":[215]},{"name":"CaretBidiMode_RTL","features":[215]},{"name":"CaretPosition","features":[215]},{"name":"CaretPosition_BeginningOfLine","features":[215]},{"name":"CaretPosition_EndOfLine","features":[215]},{"name":"CaretPosition_Unknown","features":[215]},{"name":"CenterPoint_Property_GUID","features":[215]},{"name":"Changes_Event_GUID","features":[215]},{"name":"Changes_Summary_GUID","features":[215]},{"name":"CheckBox_Control_GUID","features":[215]},{"name":"ClassName_Property_GUID","features":[215]},{"name":"ClickablePoint_Property_GUID","features":[215]},{"name":"CoalesceEventsOptions","features":[215]},{"name":"CoalesceEventsOptions_Disabled","features":[215]},{"name":"CoalesceEventsOptions_Enabled","features":[215]},{"name":"ComboBox_Control_GUID","features":[215]},{"name":"ConditionType","features":[215]},{"name":"ConditionType_And","features":[215]},{"name":"ConditionType_False","features":[215]},{"name":"ConditionType_Not","features":[215]},{"name":"ConditionType_Or","features":[215]},{"name":"ConditionType_Property","features":[215]},{"name":"ConditionType_True","features":[215]},{"name":"ConnectionRecoveryBehaviorOptions","features":[215]},{"name":"ConnectionRecoveryBehaviorOptions_Disabled","features":[215]},{"name":"ConnectionRecoveryBehaviorOptions_Enabled","features":[215]},{"name":"ControlType_Property_GUID","features":[215]},{"name":"ControllerFor_Property_GUID","features":[215]},{"name":"CreateStdAccessibleObject","features":[1,215]},{"name":"CreateStdAccessibleProxyA","features":[1,215]},{"name":"CreateStdAccessibleProxyW","features":[1,215]},{"name":"Culture_Property_GUID","features":[215]},{"name":"CustomNavigation_Pattern_GUID","features":[215]},{"name":"Custom_Control_GUID","features":[215]},{"name":"DISPID_ACC_CHILD","features":[215]},{"name":"DISPID_ACC_CHILDCOUNT","features":[215]},{"name":"DISPID_ACC_DEFAULTACTION","features":[215]},{"name":"DISPID_ACC_DESCRIPTION","features":[215]},{"name":"DISPID_ACC_DODEFAULTACTION","features":[215]},{"name":"DISPID_ACC_FOCUS","features":[215]},{"name":"DISPID_ACC_HELP","features":[215]},{"name":"DISPID_ACC_HELPTOPIC","features":[215]},{"name":"DISPID_ACC_HITTEST","features":[215]},{"name":"DISPID_ACC_KEYBOARDSHORTCUT","features":[215]},{"name":"DISPID_ACC_LOCATION","features":[215]},{"name":"DISPID_ACC_NAME","features":[215]},{"name":"DISPID_ACC_NAVIGATE","features":[215]},{"name":"DISPID_ACC_PARENT","features":[215]},{"name":"DISPID_ACC_ROLE","features":[215]},{"name":"DISPID_ACC_SELECT","features":[215]},{"name":"DISPID_ACC_SELECTION","features":[215]},{"name":"DISPID_ACC_STATE","features":[215]},{"name":"DISPID_ACC_VALUE","features":[215]},{"name":"DataGrid_Control_GUID","features":[215]},{"name":"DataItem_Control_GUID","features":[215]},{"name":"DescribedBy_Property_GUID","features":[215]},{"name":"DockPattern_SetDockPosition","features":[215]},{"name":"DockPosition","features":[215]},{"name":"DockPosition_Bottom","features":[215]},{"name":"DockPosition_Fill","features":[215]},{"name":"DockPosition_Left","features":[215]},{"name":"DockPosition_None","features":[215]},{"name":"DockPosition_Right","features":[215]},{"name":"DockPosition_Top","features":[215]},{"name":"Dock_DockPosition_Property_GUID","features":[215]},{"name":"Dock_Pattern_GUID","features":[215]},{"name":"Document_Control_GUID","features":[215]},{"name":"Drag_DragCancel_Event_GUID","features":[215]},{"name":"Drag_DragComplete_Event_GUID","features":[215]},{"name":"Drag_DragStart_Event_GUID","features":[215]},{"name":"Drag_DropEffect_Property_GUID","features":[215]},{"name":"Drag_DropEffects_Property_GUID","features":[215]},{"name":"Drag_GrabbedItems_Property_GUID","features":[215]},{"name":"Drag_IsGrabbed_Property_GUID","features":[215]},{"name":"Drag_Pattern_GUID","features":[215]},{"name":"DropTarget_DragEnter_Event_GUID","features":[215]},{"name":"DropTarget_DragLeave_Event_GUID","features":[215]},{"name":"DropTarget_DropTargetEffect_Property_GUID","features":[215]},{"name":"DropTarget_DropTargetEffects_Property_GUID","features":[215]},{"name":"DropTarget_Dropped_Event_GUID","features":[215]},{"name":"DropTarget_Pattern_GUID","features":[215]},{"name":"Edit_Control_GUID","features":[215]},{"name":"EventArgsType","features":[215]},{"name":"EventArgsType_ActiveTextPositionChanged","features":[215]},{"name":"EventArgsType_AsyncContentLoaded","features":[215]},{"name":"EventArgsType_Changes","features":[215]},{"name":"EventArgsType_Notification","features":[215]},{"name":"EventArgsType_PropertyChanged","features":[215]},{"name":"EventArgsType_Simple","features":[215]},{"name":"EventArgsType_StructureChanged","features":[215]},{"name":"EventArgsType_StructuredMarkup","features":[215]},{"name":"EventArgsType_TextEditTextChanged","features":[215]},{"name":"EventArgsType_WindowClosed","features":[215]},{"name":"ExpandCollapsePattern_Collapse","features":[215]},{"name":"ExpandCollapsePattern_Expand","features":[215]},{"name":"ExpandCollapseState","features":[215]},{"name":"ExpandCollapseState_Collapsed","features":[215]},{"name":"ExpandCollapseState_Expanded","features":[215]},{"name":"ExpandCollapseState_LeafNode","features":[215]},{"name":"ExpandCollapseState_PartiallyExpanded","features":[215]},{"name":"ExpandCollapse_ExpandCollapseState_Property_GUID","features":[215]},{"name":"ExpandCollapse_Pattern_GUID","features":[215]},{"name":"ExtendedProperty","features":[215]},{"name":"FILTERKEYS","features":[215]},{"name":"FillColor_Property_GUID","features":[215]},{"name":"FillType","features":[215]},{"name":"FillType_Color","features":[215]},{"name":"FillType_Gradient","features":[215]},{"name":"FillType_None","features":[215]},{"name":"FillType_Pattern","features":[215]},{"name":"FillType_Picture","features":[215]},{"name":"FillType_Property_GUID","features":[215]},{"name":"FlowDirections","features":[215]},{"name":"FlowDirections_BottomToTop","features":[215]},{"name":"FlowDirections_Default","features":[215]},{"name":"FlowDirections_RightToLeft","features":[215]},{"name":"FlowDirections_Vertical","features":[215]},{"name":"FlowsFrom_Property_GUID","features":[215]},{"name":"FlowsTo_Property_GUID","features":[215]},{"name":"FrameworkId_Property_GUID","features":[215]},{"name":"FullDescription_Property_GUID","features":[215]},{"name":"GetOleaccVersionInfo","features":[215]},{"name":"GetRoleTextA","features":[215]},{"name":"GetRoleTextW","features":[215]},{"name":"GetStateTextA","features":[215]},{"name":"GetStateTextW","features":[215]},{"name":"GridItem_ColumnSpan_Property_GUID","features":[215]},{"name":"GridItem_Column_Property_GUID","features":[215]},{"name":"GridItem_Parent_Property_GUID","features":[215]},{"name":"GridItem_Pattern_GUID","features":[215]},{"name":"GridItem_RowSpan_Property_GUID","features":[215]},{"name":"GridItem_Row_Property_GUID","features":[215]},{"name":"GridPattern_GetItem","features":[215]},{"name":"Grid_ColumnCount_Property_GUID","features":[215]},{"name":"Grid_Pattern_GUID","features":[215]},{"name":"Grid_RowCount_Property_GUID","features":[215]},{"name":"Group_Control_GUID","features":[215]},{"name":"HCF_AVAILABLE","features":[215]},{"name":"HCF_CONFIRMHOTKEY","features":[215]},{"name":"HCF_HIGHCONTRASTON","features":[215]},{"name":"HCF_HOTKEYACTIVE","features":[215]},{"name":"HCF_HOTKEYAVAILABLE","features":[215]},{"name":"HCF_HOTKEYSOUND","features":[215]},{"name":"HCF_INDICATOR","features":[215]},{"name":"HCF_OPTION_NOTHEMECHANGE","features":[215]},{"name":"HIGHCONTRASTA","features":[215]},{"name":"HIGHCONTRASTW","features":[215]},{"name":"HIGHCONTRASTW_FLAGS","features":[215]},{"name":"HUIAEVENT","features":[215]},{"name":"HUIANODE","features":[215]},{"name":"HUIAPATTERNOBJECT","features":[215]},{"name":"HUIATEXTRANGE","features":[215]},{"name":"HWINEVENTHOOK","features":[215]},{"name":"HasKeyboardFocus_Property_GUID","features":[215]},{"name":"HeaderItem_Control_GUID","features":[215]},{"name":"Header_Control_GUID","features":[215]},{"name":"HeadingLevel1","features":[215]},{"name":"HeadingLevel2","features":[215]},{"name":"HeadingLevel3","features":[215]},{"name":"HeadingLevel4","features":[215]},{"name":"HeadingLevel5","features":[215]},{"name":"HeadingLevel6","features":[215]},{"name":"HeadingLevel7","features":[215]},{"name":"HeadingLevel8","features":[215]},{"name":"HeadingLevel9","features":[215]},{"name":"HeadingLevel_None","features":[215]},{"name":"HeadingLevel_Property_GUID","features":[215]},{"name":"HelpText_Property_GUID","features":[215]},{"name":"HorizontalTextAlignment","features":[215]},{"name":"HorizontalTextAlignment_Centered","features":[215]},{"name":"HorizontalTextAlignment_Justified","features":[215]},{"name":"HorizontalTextAlignment_Left","features":[215]},{"name":"HorizontalTextAlignment_Right","features":[215]},{"name":"HostedFragmentRootsInvalidated_Event_GUID","features":[215]},{"name":"Hyperlink_Control_GUID","features":[215]},{"name":"IAccIdentity","features":[215]},{"name":"IAccPropServer","features":[215]},{"name":"IAccPropServices","features":[215]},{"name":"IAccessible","features":[215]},{"name":"IAccessibleEx","features":[215]},{"name":"IAccessibleHandler","features":[215]},{"name":"IAccessibleHostingElementProviders","features":[215]},{"name":"IAccessibleWindowlessSite","features":[215]},{"name":"IAnnotationProvider","features":[215]},{"name":"ICustomNavigationProvider","features":[215]},{"name":"IDockProvider","features":[215]},{"name":"IDragProvider","features":[215]},{"name":"IDropTargetProvider","features":[215]},{"name":"IExpandCollapseProvider","features":[215]},{"name":"IGridItemProvider","features":[215]},{"name":"IGridProvider","features":[215]},{"name":"IIS_ControlAccessible","features":[215]},{"name":"IIS_IsOleaccProxy","features":[215]},{"name":"IInvokeProvider","features":[215]},{"name":"IItemContainerProvider","features":[215]},{"name":"ILegacyIAccessibleProvider","features":[215]},{"name":"IMultipleViewProvider","features":[215]},{"name":"IObjectModelProvider","features":[215]},{"name":"IProxyProviderWinEventHandler","features":[215]},{"name":"IProxyProviderWinEventSink","features":[215]},{"name":"IRangeValueProvider","features":[215]},{"name":"IRawElementProviderAdviseEvents","features":[215]},{"name":"IRawElementProviderFragment","features":[215]},{"name":"IRawElementProviderFragmentRoot","features":[215]},{"name":"IRawElementProviderHostingAccessibles","features":[215]},{"name":"IRawElementProviderHwndOverride","features":[215]},{"name":"IRawElementProviderSimple","features":[215]},{"name":"IRawElementProviderSimple2","features":[215]},{"name":"IRawElementProviderSimple3","features":[215]},{"name":"IRawElementProviderWindowlessSite","features":[215]},{"name":"IRichEditUiaInformation","features":[215]},{"name":"IRicheditWindowlessAccessibility","features":[215]},{"name":"IScrollItemProvider","features":[215]},{"name":"IScrollProvider","features":[215]},{"name":"ISelectionItemProvider","features":[215]},{"name":"ISelectionProvider","features":[215]},{"name":"ISelectionProvider2","features":[215]},{"name":"ISpreadsheetItemProvider","features":[215]},{"name":"ISpreadsheetProvider","features":[215]},{"name":"IStylesProvider","features":[215]},{"name":"ISynchronizedInputProvider","features":[215]},{"name":"ITableItemProvider","features":[215]},{"name":"ITableProvider","features":[215]},{"name":"ITextChildProvider","features":[215]},{"name":"ITextEditProvider","features":[215]},{"name":"ITextProvider","features":[215]},{"name":"ITextProvider2","features":[215]},{"name":"ITextRangeProvider","features":[215]},{"name":"ITextRangeProvider2","features":[215]},{"name":"IToggleProvider","features":[215]},{"name":"ITransformProvider","features":[215]},{"name":"ITransformProvider2","features":[215]},{"name":"IUIAutomation","features":[215]},{"name":"IUIAutomation2","features":[215]},{"name":"IUIAutomation3","features":[215]},{"name":"IUIAutomation4","features":[215]},{"name":"IUIAutomation5","features":[215]},{"name":"IUIAutomation6","features":[215]},{"name":"IUIAutomationActiveTextPositionChangedEventHandler","features":[215]},{"name":"IUIAutomationAndCondition","features":[215]},{"name":"IUIAutomationAnnotationPattern","features":[215]},{"name":"IUIAutomationBoolCondition","features":[215]},{"name":"IUIAutomationCacheRequest","features":[215]},{"name":"IUIAutomationChangesEventHandler","features":[215]},{"name":"IUIAutomationCondition","features":[215]},{"name":"IUIAutomationCustomNavigationPattern","features":[215]},{"name":"IUIAutomationDockPattern","features":[215]},{"name":"IUIAutomationDragPattern","features":[215]},{"name":"IUIAutomationDropTargetPattern","features":[215]},{"name":"IUIAutomationElement","features":[215]},{"name":"IUIAutomationElement2","features":[215]},{"name":"IUIAutomationElement3","features":[215]},{"name":"IUIAutomationElement4","features":[215]},{"name":"IUIAutomationElement5","features":[215]},{"name":"IUIAutomationElement6","features":[215]},{"name":"IUIAutomationElement7","features":[215]},{"name":"IUIAutomationElement8","features":[215]},{"name":"IUIAutomationElement9","features":[215]},{"name":"IUIAutomationElementArray","features":[215]},{"name":"IUIAutomationEventHandler","features":[215]},{"name":"IUIAutomationEventHandlerGroup","features":[215]},{"name":"IUIAutomationExpandCollapsePattern","features":[215]},{"name":"IUIAutomationFocusChangedEventHandler","features":[215]},{"name":"IUIAutomationGridItemPattern","features":[215]},{"name":"IUIAutomationGridPattern","features":[215]},{"name":"IUIAutomationInvokePattern","features":[215]},{"name":"IUIAutomationItemContainerPattern","features":[215]},{"name":"IUIAutomationLegacyIAccessiblePattern","features":[215]},{"name":"IUIAutomationMultipleViewPattern","features":[215]},{"name":"IUIAutomationNotCondition","features":[215]},{"name":"IUIAutomationNotificationEventHandler","features":[215]},{"name":"IUIAutomationObjectModelPattern","features":[215]},{"name":"IUIAutomationOrCondition","features":[215]},{"name":"IUIAutomationPatternHandler","features":[215]},{"name":"IUIAutomationPatternInstance","features":[215]},{"name":"IUIAutomationPropertyChangedEventHandler","features":[215]},{"name":"IUIAutomationPropertyCondition","features":[215]},{"name":"IUIAutomationProxyFactory","features":[215]},{"name":"IUIAutomationProxyFactoryEntry","features":[215]},{"name":"IUIAutomationProxyFactoryMapping","features":[215]},{"name":"IUIAutomationRangeValuePattern","features":[215]},{"name":"IUIAutomationRegistrar","features":[215]},{"name":"IUIAutomationScrollItemPattern","features":[215]},{"name":"IUIAutomationScrollPattern","features":[215]},{"name":"IUIAutomationSelectionItemPattern","features":[215]},{"name":"IUIAutomationSelectionPattern","features":[215]},{"name":"IUIAutomationSelectionPattern2","features":[215]},{"name":"IUIAutomationSpreadsheetItemPattern","features":[215]},{"name":"IUIAutomationSpreadsheetPattern","features":[215]},{"name":"IUIAutomationStructureChangedEventHandler","features":[215]},{"name":"IUIAutomationStylesPattern","features":[215]},{"name":"IUIAutomationSynchronizedInputPattern","features":[215]},{"name":"IUIAutomationTableItemPattern","features":[215]},{"name":"IUIAutomationTablePattern","features":[215]},{"name":"IUIAutomationTextChildPattern","features":[215]},{"name":"IUIAutomationTextEditPattern","features":[215]},{"name":"IUIAutomationTextEditTextChangedEventHandler","features":[215]},{"name":"IUIAutomationTextPattern","features":[215]},{"name":"IUIAutomationTextPattern2","features":[215]},{"name":"IUIAutomationTextRange","features":[215]},{"name":"IUIAutomationTextRange2","features":[215]},{"name":"IUIAutomationTextRange3","features":[215]},{"name":"IUIAutomationTextRangeArray","features":[215]},{"name":"IUIAutomationTogglePattern","features":[215]},{"name":"IUIAutomationTransformPattern","features":[215]},{"name":"IUIAutomationTransformPattern2","features":[215]},{"name":"IUIAutomationTreeWalker","features":[215]},{"name":"IUIAutomationValuePattern","features":[215]},{"name":"IUIAutomationVirtualizedItemPattern","features":[215]},{"name":"IUIAutomationWindowPattern","features":[215]},{"name":"IValueProvider","features":[215]},{"name":"IVirtualizedItemProvider","features":[215]},{"name":"IWindowProvider","features":[215]},{"name":"Image_Control_GUID","features":[215]},{"name":"InputDiscarded_Event_GUID","features":[215]},{"name":"InputReachedOtherElement_Event_GUID","features":[215]},{"name":"InputReachedTarget_Event_GUID","features":[215]},{"name":"InvokePattern_Invoke","features":[215]},{"name":"Invoke_Invoked_Event_GUID","features":[215]},{"name":"Invoke_Pattern_GUID","features":[215]},{"name":"IsAnnotationPatternAvailable_Property_GUID","features":[215]},{"name":"IsContentElement_Property_GUID","features":[215]},{"name":"IsControlElement_Property_GUID","features":[215]},{"name":"IsCustomNavigationPatternAvailable_Property_GUID","features":[215]},{"name":"IsDataValidForForm_Property_GUID","features":[215]},{"name":"IsDialog_Property_GUID","features":[215]},{"name":"IsDockPatternAvailable_Property_GUID","features":[215]},{"name":"IsDragPatternAvailable_Property_GUID","features":[215]},{"name":"IsDropTargetPatternAvailable_Property_GUID","features":[215]},{"name":"IsEnabled_Property_GUID","features":[215]},{"name":"IsExpandCollapsePatternAvailable_Property_GUID","features":[215]},{"name":"IsGridItemPatternAvailable_Property_GUID","features":[215]},{"name":"IsGridPatternAvailable_Property_GUID","features":[215]},{"name":"IsInvokePatternAvailable_Property_GUID","features":[215]},{"name":"IsItemContainerPatternAvailable_Property_GUID","features":[215]},{"name":"IsKeyboardFocusable_Property_GUID","features":[215]},{"name":"IsLegacyIAccessiblePatternAvailable_Property_GUID","features":[215]},{"name":"IsMultipleViewPatternAvailable_Property_GUID","features":[215]},{"name":"IsObjectModelPatternAvailable_Property_GUID","features":[215]},{"name":"IsOffscreen_Property_GUID","features":[215]},{"name":"IsPassword_Property_GUID","features":[215]},{"name":"IsPeripheral_Property_GUID","features":[215]},{"name":"IsRangeValuePatternAvailable_Property_GUID","features":[215]},{"name":"IsRequiredForForm_Property_GUID","features":[215]},{"name":"IsScrollItemPatternAvailable_Property_GUID","features":[215]},{"name":"IsScrollPatternAvailable_Property_GUID","features":[215]},{"name":"IsSelectionItemPatternAvailable_Property_GUID","features":[215]},{"name":"IsSelectionPattern2Available_Property_GUID","features":[215]},{"name":"IsSelectionPatternAvailable_Property_GUID","features":[215]},{"name":"IsSpreadsheetItemPatternAvailable_Property_GUID","features":[215]},{"name":"IsSpreadsheetPatternAvailable_Property_GUID","features":[215]},{"name":"IsStructuredMarkupPatternAvailable_Property_GUID","features":[215]},{"name":"IsStylesPatternAvailable_Property_GUID","features":[215]},{"name":"IsSynchronizedInputPatternAvailable_Property_GUID","features":[215]},{"name":"IsTableItemPatternAvailable_Property_GUID","features":[215]},{"name":"IsTablePatternAvailable_Property_GUID","features":[215]},{"name":"IsTextChildPatternAvailable_Property_GUID","features":[215]},{"name":"IsTextEditPatternAvailable_Property_GUID","features":[215]},{"name":"IsTextPattern2Available_Property_GUID","features":[215]},{"name":"IsTextPatternAvailable_Property_GUID","features":[215]},{"name":"IsTogglePatternAvailable_Property_GUID","features":[215]},{"name":"IsTransformPattern2Available_Property_GUID","features":[215]},{"name":"IsTransformPatternAvailable_Property_GUID","features":[215]},{"name":"IsValuePatternAvailable_Property_GUID","features":[215]},{"name":"IsVirtualizedItemPatternAvailable_Property_GUID","features":[215]},{"name":"IsWinEventHookInstalled","features":[1,215]},{"name":"IsWindowPatternAvailable_Property_GUID","features":[215]},{"name":"ItemContainerPattern_FindItemByProperty","features":[1,43,44,215]},{"name":"ItemContainer_Pattern_GUID","features":[215]},{"name":"ItemStatus_Property_GUID","features":[215]},{"name":"ItemType_Property_GUID","features":[215]},{"name":"LIBID_Accessibility","features":[215]},{"name":"LPFNACCESSIBLECHILDREN","features":[1,43,44,215]},{"name":"LPFNACCESSIBLEOBJECTFROMPOINT","features":[1,43,44,215]},{"name":"LPFNACCESSIBLEOBJECTFROMWINDOW","features":[1,215]},{"name":"LPFNCREATESTDACCESSIBLEOBJECT","features":[1,215]},{"name":"LPFNLRESULTFROMOBJECT","features":[1,215]},{"name":"LPFNOBJECTFROMLRESULT","features":[1,215]},{"name":"LabeledBy_Property_GUID","features":[215]},{"name":"LandmarkType_Property_GUID","features":[215]},{"name":"LayoutInvalidated_Event_GUID","features":[215]},{"name":"LegacyIAccessiblePattern_DoDefaultAction","features":[215]},{"name":"LegacyIAccessiblePattern_GetIAccessible","features":[215]},{"name":"LegacyIAccessiblePattern_Select","features":[215]},{"name":"LegacyIAccessiblePattern_SetValue","features":[215]},{"name":"LegacyIAccessible_ChildId_Property_GUID","features":[215]},{"name":"LegacyIAccessible_DefaultAction_Property_GUID","features":[215]},{"name":"LegacyIAccessible_Description_Property_GUID","features":[215]},{"name":"LegacyIAccessible_Help_Property_GUID","features":[215]},{"name":"LegacyIAccessible_KeyboardShortcut_Property_GUID","features":[215]},{"name":"LegacyIAccessible_Name_Property_GUID","features":[215]},{"name":"LegacyIAccessible_Pattern_GUID","features":[215]},{"name":"LegacyIAccessible_Role_Property_GUID","features":[215]},{"name":"LegacyIAccessible_Selection_Property_GUID","features":[215]},{"name":"LegacyIAccessible_State_Property_GUID","features":[215]},{"name":"LegacyIAccessible_Value_Property_GUID","features":[215]},{"name":"Level_Property_GUID","features":[215]},{"name":"ListItem_Control_GUID","features":[215]},{"name":"List_Control_GUID","features":[215]},{"name":"LiveRegionChanged_Event_GUID","features":[215]},{"name":"LiveSetting","features":[215]},{"name":"LiveSetting_Property_GUID","features":[215]},{"name":"LocalizedControlType_Property_GUID","features":[215]},{"name":"LocalizedLandmarkType_Property_GUID","features":[215]},{"name":"LresultFromObject","features":[1,215]},{"name":"MOUSEKEYS","features":[215]},{"name":"MSAAMENUINFO","features":[215]},{"name":"MSAA_MENU_SIG","features":[215]},{"name":"MenuBar_Control_GUID","features":[215]},{"name":"MenuClosed_Event_GUID","features":[215]},{"name":"MenuItem_Control_GUID","features":[215]},{"name":"MenuModeEnd_Event_GUID","features":[215]},{"name":"MenuModeStart_Event_GUID","features":[215]},{"name":"MenuOpened_Event_GUID","features":[215]},{"name":"Menu_Control_GUID","features":[215]},{"name":"MultipleViewPattern_GetViewName","features":[215]},{"name":"MultipleViewPattern_SetCurrentView","features":[215]},{"name":"MultipleView_CurrentView_Property_GUID","features":[215]},{"name":"MultipleView_Pattern_GUID","features":[215]},{"name":"MultipleView_SupportedViews_Property_GUID","features":[215]},{"name":"NAVDIR_DOWN","features":[215]},{"name":"NAVDIR_FIRSTCHILD","features":[215]},{"name":"NAVDIR_LASTCHILD","features":[215]},{"name":"NAVDIR_LEFT","features":[215]},{"name":"NAVDIR_MAX","features":[215]},{"name":"NAVDIR_MIN","features":[215]},{"name":"NAVDIR_NEXT","features":[215]},{"name":"NAVDIR_PREVIOUS","features":[215]},{"name":"NAVDIR_RIGHT","features":[215]},{"name":"NAVDIR_UP","features":[215]},{"name":"Name_Property_GUID","features":[215]},{"name":"NavigateDirection","features":[215]},{"name":"NavigateDirection_FirstChild","features":[215]},{"name":"NavigateDirection_LastChild","features":[215]},{"name":"NavigateDirection_NextSibling","features":[215]},{"name":"NavigateDirection_Parent","features":[215]},{"name":"NavigateDirection_PreviousSibling","features":[215]},{"name":"NewNativeWindowHandle_Property_GUID","features":[215]},{"name":"NormalizeState","features":[215]},{"name":"NormalizeState_Custom","features":[215]},{"name":"NormalizeState_None","features":[215]},{"name":"NormalizeState_View","features":[215]},{"name":"NotificationKind","features":[215]},{"name":"NotificationKind_ActionAborted","features":[215]},{"name":"NotificationKind_ActionCompleted","features":[215]},{"name":"NotificationKind_ItemAdded","features":[215]},{"name":"NotificationKind_ItemRemoved","features":[215]},{"name":"NotificationKind_Other","features":[215]},{"name":"NotificationProcessing","features":[215]},{"name":"NotificationProcessing_All","features":[215]},{"name":"NotificationProcessing_CurrentThenMostRecent","features":[215]},{"name":"NotificationProcessing_ImportantAll","features":[215]},{"name":"NotificationProcessing_ImportantMostRecent","features":[215]},{"name":"NotificationProcessing_MostRecent","features":[215]},{"name":"Notification_Event_GUID","features":[215]},{"name":"NotifyWinEvent","features":[1,215]},{"name":"ObjectFromLresult","features":[1,215]},{"name":"ObjectModel_Pattern_GUID","features":[215]},{"name":"Off","features":[215]},{"name":"OptimizeForVisualContent_Property_GUID","features":[215]},{"name":"OrientationType","features":[215]},{"name":"OrientationType_Horizontal","features":[215]},{"name":"OrientationType_None","features":[215]},{"name":"OrientationType_Vertical","features":[215]},{"name":"Orientation_Property_GUID","features":[215]},{"name":"OutlineColor_Property_GUID","features":[215]},{"name":"OutlineStyles","features":[215]},{"name":"OutlineStyles_Embossed","features":[215]},{"name":"OutlineStyles_Engraved","features":[215]},{"name":"OutlineStyles_None","features":[215]},{"name":"OutlineStyles_Outline","features":[215]},{"name":"OutlineStyles_Shadow","features":[215]},{"name":"OutlineThickness_Property_GUID","features":[215]},{"name":"PROPID_ACC_DEFAULTACTION","features":[215]},{"name":"PROPID_ACC_DESCRIPTION","features":[215]},{"name":"PROPID_ACC_DESCRIPTIONMAP","features":[215]},{"name":"PROPID_ACC_DODEFAULTACTION","features":[215]},{"name":"PROPID_ACC_FOCUS","features":[215]},{"name":"PROPID_ACC_HELP","features":[215]},{"name":"PROPID_ACC_HELPTOPIC","features":[215]},{"name":"PROPID_ACC_KEYBOARDSHORTCUT","features":[215]},{"name":"PROPID_ACC_NAME","features":[215]},{"name":"PROPID_ACC_NAV_DOWN","features":[215]},{"name":"PROPID_ACC_NAV_FIRSTCHILD","features":[215]},{"name":"PROPID_ACC_NAV_LASTCHILD","features":[215]},{"name":"PROPID_ACC_NAV_LEFT","features":[215]},{"name":"PROPID_ACC_NAV_NEXT","features":[215]},{"name":"PROPID_ACC_NAV_PREV","features":[215]},{"name":"PROPID_ACC_NAV_RIGHT","features":[215]},{"name":"PROPID_ACC_NAV_UP","features":[215]},{"name":"PROPID_ACC_PARENT","features":[215]},{"name":"PROPID_ACC_ROLE","features":[215]},{"name":"PROPID_ACC_ROLEMAP","features":[215]},{"name":"PROPID_ACC_SELECTION","features":[215]},{"name":"PROPID_ACC_STATE","features":[215]},{"name":"PROPID_ACC_STATEMAP","features":[215]},{"name":"PROPID_ACC_VALUE","features":[215]},{"name":"PROPID_ACC_VALUEMAP","features":[215]},{"name":"Pane_Control_GUID","features":[215]},{"name":"Polite","features":[215]},{"name":"PositionInSet_Property_GUID","features":[215]},{"name":"ProcessId_Property_GUID","features":[215]},{"name":"ProgressBar_Control_GUID","features":[215]},{"name":"PropertyConditionFlags","features":[215]},{"name":"PropertyConditionFlags_IgnoreCase","features":[215]},{"name":"PropertyConditionFlags_MatchSubstring","features":[215]},{"name":"PropertyConditionFlags_None","features":[215]},{"name":"ProviderDescription_Property_GUID","features":[215]},{"name":"ProviderOptions","features":[215]},{"name":"ProviderOptions_ClientSideProvider","features":[215]},{"name":"ProviderOptions_HasNativeIAccessible","features":[215]},{"name":"ProviderOptions_NonClientAreaProvider","features":[215]},{"name":"ProviderOptions_OverrideProvider","features":[215]},{"name":"ProviderOptions_ProviderOwnsSetFocus","features":[215]},{"name":"ProviderOptions_RefuseNonClientSupport","features":[215]},{"name":"ProviderOptions_ServerSideProvider","features":[215]},{"name":"ProviderOptions_UseClientCoordinates","features":[215]},{"name":"ProviderOptions_UseComThreading","features":[215]},{"name":"ProviderType","features":[215]},{"name":"ProviderType_BaseHwnd","features":[215]},{"name":"ProviderType_NonClientArea","features":[215]},{"name":"ProviderType_Proxy","features":[215]},{"name":"ROLE_SYSTEM_ALERT","features":[215]},{"name":"ROLE_SYSTEM_ANIMATION","features":[215]},{"name":"ROLE_SYSTEM_APPLICATION","features":[215]},{"name":"ROLE_SYSTEM_BORDER","features":[215]},{"name":"ROLE_SYSTEM_BUTTONDROPDOWN","features":[215]},{"name":"ROLE_SYSTEM_BUTTONDROPDOWNGRID","features":[215]},{"name":"ROLE_SYSTEM_BUTTONMENU","features":[215]},{"name":"ROLE_SYSTEM_CARET","features":[215]},{"name":"ROLE_SYSTEM_CELL","features":[215]},{"name":"ROLE_SYSTEM_CHARACTER","features":[215]},{"name":"ROLE_SYSTEM_CHART","features":[215]},{"name":"ROLE_SYSTEM_CHECKBUTTON","features":[215]},{"name":"ROLE_SYSTEM_CLIENT","features":[215]},{"name":"ROLE_SYSTEM_CLOCK","features":[215]},{"name":"ROLE_SYSTEM_COLUMN","features":[215]},{"name":"ROLE_SYSTEM_COLUMNHEADER","features":[215]},{"name":"ROLE_SYSTEM_COMBOBOX","features":[215]},{"name":"ROLE_SYSTEM_CURSOR","features":[215]},{"name":"ROLE_SYSTEM_DIAGRAM","features":[215]},{"name":"ROLE_SYSTEM_DIAL","features":[215]},{"name":"ROLE_SYSTEM_DIALOG","features":[215]},{"name":"ROLE_SYSTEM_DOCUMENT","features":[215]},{"name":"ROLE_SYSTEM_DROPLIST","features":[215]},{"name":"ROLE_SYSTEM_EQUATION","features":[215]},{"name":"ROLE_SYSTEM_GRAPHIC","features":[215]},{"name":"ROLE_SYSTEM_GRIP","features":[215]},{"name":"ROLE_SYSTEM_GROUPING","features":[215]},{"name":"ROLE_SYSTEM_HELPBALLOON","features":[215]},{"name":"ROLE_SYSTEM_HOTKEYFIELD","features":[215]},{"name":"ROLE_SYSTEM_INDICATOR","features":[215]},{"name":"ROLE_SYSTEM_IPADDRESS","features":[215]},{"name":"ROLE_SYSTEM_LINK","features":[215]},{"name":"ROLE_SYSTEM_LIST","features":[215]},{"name":"ROLE_SYSTEM_LISTITEM","features":[215]},{"name":"ROLE_SYSTEM_MENUBAR","features":[215]},{"name":"ROLE_SYSTEM_MENUITEM","features":[215]},{"name":"ROLE_SYSTEM_MENUPOPUP","features":[215]},{"name":"ROLE_SYSTEM_OUTLINE","features":[215]},{"name":"ROLE_SYSTEM_OUTLINEBUTTON","features":[215]},{"name":"ROLE_SYSTEM_OUTLINEITEM","features":[215]},{"name":"ROLE_SYSTEM_PAGETAB","features":[215]},{"name":"ROLE_SYSTEM_PAGETABLIST","features":[215]},{"name":"ROLE_SYSTEM_PANE","features":[215]},{"name":"ROLE_SYSTEM_PROGRESSBAR","features":[215]},{"name":"ROLE_SYSTEM_PROPERTYPAGE","features":[215]},{"name":"ROLE_SYSTEM_PUSHBUTTON","features":[215]},{"name":"ROLE_SYSTEM_RADIOBUTTON","features":[215]},{"name":"ROLE_SYSTEM_ROW","features":[215]},{"name":"ROLE_SYSTEM_ROWHEADER","features":[215]},{"name":"ROLE_SYSTEM_SCROLLBAR","features":[215]},{"name":"ROLE_SYSTEM_SEPARATOR","features":[215]},{"name":"ROLE_SYSTEM_SLIDER","features":[215]},{"name":"ROLE_SYSTEM_SOUND","features":[215]},{"name":"ROLE_SYSTEM_SPINBUTTON","features":[215]},{"name":"ROLE_SYSTEM_SPLITBUTTON","features":[215]},{"name":"ROLE_SYSTEM_STATICTEXT","features":[215]},{"name":"ROLE_SYSTEM_STATUSBAR","features":[215]},{"name":"ROLE_SYSTEM_TABLE","features":[215]},{"name":"ROLE_SYSTEM_TEXT","features":[215]},{"name":"ROLE_SYSTEM_TITLEBAR","features":[215]},{"name":"ROLE_SYSTEM_TOOLBAR","features":[215]},{"name":"ROLE_SYSTEM_TOOLTIP","features":[215]},{"name":"ROLE_SYSTEM_WHITESPACE","features":[215]},{"name":"ROLE_SYSTEM_WINDOW","features":[215]},{"name":"RadioButton_Control_GUID","features":[215]},{"name":"RangeValuePattern_SetValue","features":[215]},{"name":"RangeValue_IsReadOnly_Property_GUID","features":[215]},{"name":"RangeValue_LargeChange_Property_GUID","features":[215]},{"name":"RangeValue_Maximum_Property_GUID","features":[215]},{"name":"RangeValue_Minimum_Property_GUID","features":[215]},{"name":"RangeValue_Pattern_GUID","features":[215]},{"name":"RangeValue_SmallChange_Property_GUID","features":[215]},{"name":"RangeValue_Value_Property_GUID","features":[215]},{"name":"RegisterPointerInputTarget","features":[1,215,55]},{"name":"RegisterPointerInputTargetEx","features":[1,215,55]},{"name":"Rotation_Property_GUID","features":[215]},{"name":"RowOrColumnMajor","features":[215]},{"name":"RowOrColumnMajor_ColumnMajor","features":[215]},{"name":"RowOrColumnMajor_Indeterminate","features":[215]},{"name":"RowOrColumnMajor_RowMajor","features":[215]},{"name":"RuntimeId_Property_GUID","features":[215]},{"name":"SELFLAG_ADDSELECTION","features":[215]},{"name":"SELFLAG_EXTENDSELECTION","features":[215]},{"name":"SELFLAG_NONE","features":[215]},{"name":"SELFLAG_REMOVESELECTION","features":[215]},{"name":"SELFLAG_TAKEFOCUS","features":[215]},{"name":"SELFLAG_TAKESELECTION","features":[215]},{"name":"SELFLAG_VALID","features":[215]},{"name":"SERIALKEYSA","features":[215]},{"name":"SERIALKEYSW","features":[215]},{"name":"SERIALKEYS_FLAGS","features":[215]},{"name":"SERKF_AVAILABLE","features":[215]},{"name":"SERKF_INDICATOR","features":[215]},{"name":"SERKF_SERIALKEYSON","features":[215]},{"name":"SID_ControlElementProvider","features":[215]},{"name":"SID_IsUIAutomationObject","features":[215]},{"name":"SKF_AUDIBLEFEEDBACK","features":[215]},{"name":"SKF_AVAILABLE","features":[215]},{"name":"SKF_CONFIRMHOTKEY","features":[215]},{"name":"SKF_HOTKEYACTIVE","features":[215]},{"name":"SKF_HOTKEYSOUND","features":[215]},{"name":"SKF_INDICATOR","features":[215]},{"name":"SKF_LALTLATCHED","features":[215]},{"name":"SKF_LALTLOCKED","features":[215]},{"name":"SKF_LCTLLATCHED","features":[215]},{"name":"SKF_LCTLLOCKED","features":[215]},{"name":"SKF_LSHIFTLATCHED","features":[215]},{"name":"SKF_LSHIFTLOCKED","features":[215]},{"name":"SKF_LWINLATCHED","features":[215]},{"name":"SKF_LWINLOCKED","features":[215]},{"name":"SKF_RALTLATCHED","features":[215]},{"name":"SKF_RALTLOCKED","features":[215]},{"name":"SKF_RCTLLATCHED","features":[215]},{"name":"SKF_RCTLLOCKED","features":[215]},{"name":"SKF_RSHIFTLATCHED","features":[215]},{"name":"SKF_RSHIFTLOCKED","features":[215]},{"name":"SKF_RWINLATCHED","features":[215]},{"name":"SKF_RWINLOCKED","features":[215]},{"name":"SKF_STICKYKEYSON","features":[215]},{"name":"SKF_TRISTATE","features":[215]},{"name":"SKF_TWOKEYSOFF","features":[215]},{"name":"SOUNDSENTRYA","features":[215]},{"name":"SOUNDSENTRYW","features":[215]},{"name":"SOUNDSENTRY_FLAGS","features":[215]},{"name":"SOUNDSENTRY_TEXT_EFFECT","features":[215]},{"name":"SOUNDSENTRY_WINDOWS_EFFECT","features":[215]},{"name":"SOUND_SENTRY_GRAPHICS_EFFECT","features":[215]},{"name":"SSF_AVAILABLE","features":[215]},{"name":"SSF_INDICATOR","features":[215]},{"name":"SSF_SOUNDSENTRYON","features":[215]},{"name":"SSGF_DISPLAY","features":[215]},{"name":"SSGF_NONE","features":[215]},{"name":"SSTF_BORDER","features":[215]},{"name":"SSTF_CHARS","features":[215]},{"name":"SSTF_DISPLAY","features":[215]},{"name":"SSTF_NONE","features":[215]},{"name":"SSWF_CUSTOM","features":[215]},{"name":"SSWF_DISPLAY","features":[215]},{"name":"SSWF_NONE","features":[215]},{"name":"SSWF_TITLE","features":[215]},{"name":"SSWF_WINDOW","features":[215]},{"name":"STATE_SYSTEM_HASPOPUP","features":[215]},{"name":"STATE_SYSTEM_NORMAL","features":[215]},{"name":"STICKYKEYS","features":[215]},{"name":"STICKYKEYS_FLAGS","features":[215]},{"name":"SayAsInterpretAs","features":[215]},{"name":"SayAsInterpretAs_Address","features":[215]},{"name":"SayAsInterpretAs_Alphanumeric","features":[215]},{"name":"SayAsInterpretAs_Cardinal","features":[215]},{"name":"SayAsInterpretAs_Currency","features":[215]},{"name":"SayAsInterpretAs_Date","features":[215]},{"name":"SayAsInterpretAs_Date_DayMonth","features":[215]},{"name":"SayAsInterpretAs_Date_DayMonthYear","features":[215]},{"name":"SayAsInterpretAs_Date_MonthDay","features":[215]},{"name":"SayAsInterpretAs_Date_MonthDayYear","features":[215]},{"name":"SayAsInterpretAs_Date_MonthYear","features":[215]},{"name":"SayAsInterpretAs_Date_Year","features":[215]},{"name":"SayAsInterpretAs_Date_YearMonth","features":[215]},{"name":"SayAsInterpretAs_Date_YearMonthDay","features":[215]},{"name":"SayAsInterpretAs_Media","features":[215]},{"name":"SayAsInterpretAs_Name","features":[215]},{"name":"SayAsInterpretAs_Net","features":[215]},{"name":"SayAsInterpretAs_None","features":[215]},{"name":"SayAsInterpretAs_Number","features":[215]},{"name":"SayAsInterpretAs_Ordinal","features":[215]},{"name":"SayAsInterpretAs_Spell","features":[215]},{"name":"SayAsInterpretAs_Telephone","features":[215]},{"name":"SayAsInterpretAs_Time","features":[215]},{"name":"SayAsInterpretAs_Time_HoursMinutes12","features":[215]},{"name":"SayAsInterpretAs_Time_HoursMinutes24","features":[215]},{"name":"SayAsInterpretAs_Time_HoursMinutesSeconds12","features":[215]},{"name":"SayAsInterpretAs_Time_HoursMinutesSeconds24","features":[215]},{"name":"SayAsInterpretAs_Url","features":[215]},{"name":"ScrollAmount","features":[215]},{"name":"ScrollAmount_LargeDecrement","features":[215]},{"name":"ScrollAmount_LargeIncrement","features":[215]},{"name":"ScrollAmount_NoAmount","features":[215]},{"name":"ScrollAmount_SmallDecrement","features":[215]},{"name":"ScrollAmount_SmallIncrement","features":[215]},{"name":"ScrollBar_Control_GUID","features":[215]},{"name":"ScrollItemPattern_ScrollIntoView","features":[215]},{"name":"ScrollItem_Pattern_GUID","features":[215]},{"name":"ScrollPattern_Scroll","features":[215]},{"name":"ScrollPattern_SetScrollPercent","features":[215]},{"name":"Scroll_HorizontalScrollPercent_Property_GUID","features":[215]},{"name":"Scroll_HorizontalViewSize_Property_GUID","features":[215]},{"name":"Scroll_HorizontallyScrollable_Property_GUID","features":[215]},{"name":"Scroll_Pattern_GUID","features":[215]},{"name":"Scroll_VerticalScrollPercent_Property_GUID","features":[215]},{"name":"Scroll_VerticalViewSize_Property_GUID","features":[215]},{"name":"Scroll_VerticallyScrollable_Property_GUID","features":[215]},{"name":"Selection2_CurrentSelectedItem_Property_GUID","features":[215]},{"name":"Selection2_FirstSelectedItem_Property_GUID","features":[215]},{"name":"Selection2_ItemCount_Property_GUID","features":[215]},{"name":"Selection2_LastSelectedItem_Property_GUID","features":[215]},{"name":"SelectionItemPattern_AddToSelection","features":[215]},{"name":"SelectionItemPattern_RemoveFromSelection","features":[215]},{"name":"SelectionItemPattern_Select","features":[215]},{"name":"SelectionItem_ElementAddedToSelectionEvent_Event_GUID","features":[215]},{"name":"SelectionItem_ElementRemovedFromSelectionEvent_Event_GUID","features":[215]},{"name":"SelectionItem_ElementSelectedEvent_Event_GUID","features":[215]},{"name":"SelectionItem_IsSelected_Property_GUID","features":[215]},{"name":"SelectionItem_Pattern_GUID","features":[215]},{"name":"SelectionItem_SelectionContainer_Property_GUID","features":[215]},{"name":"Selection_CanSelectMultiple_Property_GUID","features":[215]},{"name":"Selection_InvalidatedEvent_Event_GUID","features":[215]},{"name":"Selection_IsSelectionRequired_Property_GUID","features":[215]},{"name":"Selection_Pattern2_GUID","features":[215]},{"name":"Selection_Pattern_GUID","features":[215]},{"name":"Selection_Selection_Property_GUID","features":[215]},{"name":"SemanticZoom_Control_GUID","features":[215]},{"name":"Separator_Control_GUID","features":[215]},{"name":"SetWinEventHook","features":[1,215]},{"name":"SizeOfSet_Property_GUID","features":[215]},{"name":"Size_Property_GUID","features":[215]},{"name":"Slider_Control_GUID","features":[215]},{"name":"Spinner_Control_GUID","features":[215]},{"name":"SplitButton_Control_GUID","features":[215]},{"name":"SpreadsheetItem_AnnotationObjects_Property_GUID","features":[215]},{"name":"SpreadsheetItem_AnnotationTypes_Property_GUID","features":[215]},{"name":"SpreadsheetItem_Formula_Property_GUID","features":[215]},{"name":"SpreadsheetItem_Pattern_GUID","features":[215]},{"name":"Spreadsheet_Pattern_GUID","features":[215]},{"name":"StatusBar_Control_GUID","features":[215]},{"name":"StructureChangeType","features":[215]},{"name":"StructureChangeType_ChildAdded","features":[215]},{"name":"StructureChangeType_ChildRemoved","features":[215]},{"name":"StructureChangeType_ChildrenBulkAdded","features":[215]},{"name":"StructureChangeType_ChildrenBulkRemoved","features":[215]},{"name":"StructureChangeType_ChildrenInvalidated","features":[215]},{"name":"StructureChangeType_ChildrenReordered","features":[215]},{"name":"StructureChanged_Event_GUID","features":[215]},{"name":"StructuredMarkup_CompositionComplete_Event_GUID","features":[215]},{"name":"StructuredMarkup_Deleted_Event_GUID","features":[215]},{"name":"StructuredMarkup_Pattern_GUID","features":[215]},{"name":"StructuredMarkup_SelectionChanged_Event_GUID","features":[215]},{"name":"StyleId_BulletedList","features":[215]},{"name":"StyleId_BulletedList_GUID","features":[215]},{"name":"StyleId_Custom","features":[215]},{"name":"StyleId_Custom_GUID","features":[215]},{"name":"StyleId_Emphasis","features":[215]},{"name":"StyleId_Emphasis_GUID","features":[215]},{"name":"StyleId_Heading1","features":[215]},{"name":"StyleId_Heading1_GUID","features":[215]},{"name":"StyleId_Heading2","features":[215]},{"name":"StyleId_Heading2_GUID","features":[215]},{"name":"StyleId_Heading3","features":[215]},{"name":"StyleId_Heading3_GUID","features":[215]},{"name":"StyleId_Heading4","features":[215]},{"name":"StyleId_Heading4_GUID","features":[215]},{"name":"StyleId_Heading5","features":[215]},{"name":"StyleId_Heading5_GUID","features":[215]},{"name":"StyleId_Heading6","features":[215]},{"name":"StyleId_Heading6_GUID","features":[215]},{"name":"StyleId_Heading7","features":[215]},{"name":"StyleId_Heading7_GUID","features":[215]},{"name":"StyleId_Heading8","features":[215]},{"name":"StyleId_Heading8_GUID","features":[215]},{"name":"StyleId_Heading9","features":[215]},{"name":"StyleId_Heading9_GUID","features":[215]},{"name":"StyleId_Normal","features":[215]},{"name":"StyleId_Normal_GUID","features":[215]},{"name":"StyleId_NumberedList","features":[215]},{"name":"StyleId_NumberedList_GUID","features":[215]},{"name":"StyleId_Quote","features":[215]},{"name":"StyleId_Quote_GUID","features":[215]},{"name":"StyleId_Subtitle","features":[215]},{"name":"StyleId_Subtitle_GUID","features":[215]},{"name":"StyleId_Title","features":[215]},{"name":"StyleId_Title_GUID","features":[215]},{"name":"Styles_ExtendedProperties_Property_GUID","features":[215]},{"name":"Styles_FillColor_Property_GUID","features":[215]},{"name":"Styles_FillPatternColor_Property_GUID","features":[215]},{"name":"Styles_FillPatternStyle_Property_GUID","features":[215]},{"name":"Styles_Pattern_GUID","features":[215]},{"name":"Styles_Shape_Property_GUID","features":[215]},{"name":"Styles_StyleId_Property_GUID","features":[215]},{"name":"Styles_StyleName_Property_GUID","features":[215]},{"name":"SupportedTextSelection","features":[215]},{"name":"SupportedTextSelection_Multiple","features":[215]},{"name":"SupportedTextSelection_None","features":[215]},{"name":"SupportedTextSelection_Single","features":[215]},{"name":"SynchronizedInputPattern_Cancel","features":[215]},{"name":"SynchronizedInputPattern_StartListening","features":[215]},{"name":"SynchronizedInputType","features":[215]},{"name":"SynchronizedInputType_KeyDown","features":[215]},{"name":"SynchronizedInputType_KeyUp","features":[215]},{"name":"SynchronizedInputType_LeftMouseDown","features":[215]},{"name":"SynchronizedInputType_LeftMouseUp","features":[215]},{"name":"SynchronizedInputType_RightMouseDown","features":[215]},{"name":"SynchronizedInputType_RightMouseUp","features":[215]},{"name":"SynchronizedInput_Pattern_GUID","features":[215]},{"name":"SystemAlert_Event_GUID","features":[215]},{"name":"TOGGLEKEYS","features":[215]},{"name":"TabItem_Control_GUID","features":[215]},{"name":"Tab_Control_GUID","features":[215]},{"name":"TableItem_ColumnHeaderItems_Property_GUID","features":[215]},{"name":"TableItem_Pattern_GUID","features":[215]},{"name":"TableItem_RowHeaderItems_Property_GUID","features":[215]},{"name":"Table_ColumnHeaders_Property_GUID","features":[215]},{"name":"Table_Control_GUID","features":[215]},{"name":"Table_Pattern_GUID","features":[215]},{"name":"Table_RowHeaders_Property_GUID","features":[215]},{"name":"Table_RowOrColumnMajor_Property_GUID","features":[215]},{"name":"TextChild_Pattern_GUID","features":[215]},{"name":"TextDecorationLineStyle","features":[215]},{"name":"TextDecorationLineStyle_Dash","features":[215]},{"name":"TextDecorationLineStyle_DashDot","features":[215]},{"name":"TextDecorationLineStyle_DashDotDot","features":[215]},{"name":"TextDecorationLineStyle_Dot","features":[215]},{"name":"TextDecorationLineStyle_Double","features":[215]},{"name":"TextDecorationLineStyle_DoubleWavy","features":[215]},{"name":"TextDecorationLineStyle_LongDash","features":[215]},{"name":"TextDecorationLineStyle_None","features":[215]},{"name":"TextDecorationLineStyle_Other","features":[215]},{"name":"TextDecorationLineStyle_Single","features":[215]},{"name":"TextDecorationLineStyle_ThickDash","features":[215]},{"name":"TextDecorationLineStyle_ThickDashDot","features":[215]},{"name":"TextDecorationLineStyle_ThickDashDotDot","features":[215]},{"name":"TextDecorationLineStyle_ThickDot","features":[215]},{"name":"TextDecorationLineStyle_ThickLongDash","features":[215]},{"name":"TextDecorationLineStyle_ThickSingle","features":[215]},{"name":"TextDecorationLineStyle_ThickWavy","features":[215]},{"name":"TextDecorationLineStyle_Wavy","features":[215]},{"name":"TextDecorationLineStyle_WordsOnly","features":[215]},{"name":"TextEditChangeType","features":[215]},{"name":"TextEditChangeType_AutoComplete","features":[215]},{"name":"TextEditChangeType_AutoCorrect","features":[215]},{"name":"TextEditChangeType_Composition","features":[215]},{"name":"TextEditChangeType_CompositionFinalized","features":[215]},{"name":"TextEditChangeType_None","features":[215]},{"name":"TextEdit_ConversionTargetChanged_Event_GUID","features":[215]},{"name":"TextEdit_Pattern_GUID","features":[215]},{"name":"TextEdit_TextChanged_Event_GUID","features":[215]},{"name":"TextPatternRangeEndpoint","features":[215]},{"name":"TextPatternRangeEndpoint_End","features":[215]},{"name":"TextPatternRangeEndpoint_Start","features":[215]},{"name":"TextPattern_GetSelection","features":[43,215]},{"name":"TextPattern_GetVisibleRanges","features":[43,215]},{"name":"TextPattern_RangeFromChild","features":[215]},{"name":"TextPattern_RangeFromPoint","features":[215]},{"name":"TextPattern_get_DocumentRange","features":[215]},{"name":"TextPattern_get_SupportedTextSelection","features":[215]},{"name":"TextRange_AddToSelection","features":[215]},{"name":"TextRange_Clone","features":[215]},{"name":"TextRange_Compare","features":[1,215]},{"name":"TextRange_CompareEndpoints","features":[215]},{"name":"TextRange_ExpandToEnclosingUnit","features":[215]},{"name":"TextRange_FindAttribute","features":[1,43,44,215]},{"name":"TextRange_FindText","features":[1,215]},{"name":"TextRange_GetAttributeValue","features":[1,43,44,215]},{"name":"TextRange_GetBoundingRectangles","features":[43,215]},{"name":"TextRange_GetChildren","features":[43,215]},{"name":"TextRange_GetEnclosingElement","features":[215]},{"name":"TextRange_GetText","features":[215]},{"name":"TextRange_Move","features":[215]},{"name":"TextRange_MoveEndpointByRange","features":[215]},{"name":"TextRange_MoveEndpointByUnit","features":[215]},{"name":"TextRange_RemoveFromSelection","features":[215]},{"name":"TextRange_ScrollIntoView","features":[1,215]},{"name":"TextRange_Select","features":[215]},{"name":"TextUnit","features":[215]},{"name":"TextUnit_Character","features":[215]},{"name":"TextUnit_Document","features":[215]},{"name":"TextUnit_Format","features":[215]},{"name":"TextUnit_Line","features":[215]},{"name":"TextUnit_Page","features":[215]},{"name":"TextUnit_Paragraph","features":[215]},{"name":"TextUnit_Word","features":[215]},{"name":"Text_AfterParagraphSpacing_Attribute_GUID","features":[215]},{"name":"Text_AfterSpacing_Attribute_GUID","features":[215]},{"name":"Text_AnimationStyle_Attribute_GUID","features":[215]},{"name":"Text_AnnotationObjects_Attribute_GUID","features":[215]},{"name":"Text_AnnotationTypes_Attribute_GUID","features":[215]},{"name":"Text_BackgroundColor_Attribute_GUID","features":[215]},{"name":"Text_BeforeParagraphSpacing_Attribute_GUID","features":[215]},{"name":"Text_BeforeSpacing_Attribute_GUID","features":[215]},{"name":"Text_BulletStyle_Attribute_GUID","features":[215]},{"name":"Text_CapStyle_Attribute_GUID","features":[215]},{"name":"Text_CaretBidiMode_Attribute_GUID","features":[215]},{"name":"Text_CaretPosition_Attribute_GUID","features":[215]},{"name":"Text_Control_GUID","features":[215]},{"name":"Text_Culture_Attribute_GUID","features":[215]},{"name":"Text_FontName_Attribute_GUID","features":[215]},{"name":"Text_FontSize_Attribute_GUID","features":[215]},{"name":"Text_FontWeight_Attribute_GUID","features":[215]},{"name":"Text_ForegroundColor_Attribute_GUID","features":[215]},{"name":"Text_HorizontalTextAlignment_Attribute_GUID","features":[215]},{"name":"Text_IndentationFirstLine_Attribute_GUID","features":[215]},{"name":"Text_IndentationLeading_Attribute_GUID","features":[215]},{"name":"Text_IndentationTrailing_Attribute_GUID","features":[215]},{"name":"Text_IsActive_Attribute_GUID","features":[215]},{"name":"Text_IsHidden_Attribute_GUID","features":[215]},{"name":"Text_IsItalic_Attribute_GUID","features":[215]},{"name":"Text_IsReadOnly_Attribute_GUID","features":[215]},{"name":"Text_IsSubscript_Attribute_GUID","features":[215]},{"name":"Text_IsSuperscript_Attribute_GUID","features":[215]},{"name":"Text_LineSpacing_Attribute_GUID","features":[215]},{"name":"Text_Link_Attribute_GUID","features":[215]},{"name":"Text_MarginBottom_Attribute_GUID","features":[215]},{"name":"Text_MarginLeading_Attribute_GUID","features":[215]},{"name":"Text_MarginTop_Attribute_GUID","features":[215]},{"name":"Text_MarginTrailing_Attribute_GUID","features":[215]},{"name":"Text_OutlineStyles_Attribute_GUID","features":[215]},{"name":"Text_OverlineColor_Attribute_GUID","features":[215]},{"name":"Text_OverlineStyle_Attribute_GUID","features":[215]},{"name":"Text_Pattern2_GUID","features":[215]},{"name":"Text_Pattern_GUID","features":[215]},{"name":"Text_SayAsInterpretAs_Attribute_GUID","features":[215]},{"name":"Text_SelectionActiveEnd_Attribute_GUID","features":[215]},{"name":"Text_StrikethroughColor_Attribute_GUID","features":[215]},{"name":"Text_StrikethroughStyle_Attribute_GUID","features":[215]},{"name":"Text_StyleId_Attribute_GUID","features":[215]},{"name":"Text_StyleName_Attribute_GUID","features":[215]},{"name":"Text_Tabs_Attribute_GUID","features":[215]},{"name":"Text_TextChangedEvent_Event_GUID","features":[215]},{"name":"Text_TextFlowDirections_Attribute_GUID","features":[215]},{"name":"Text_TextSelectionChangedEvent_Event_GUID","features":[215]},{"name":"Text_UnderlineColor_Attribute_GUID","features":[215]},{"name":"Text_UnderlineStyle_Attribute_GUID","features":[215]},{"name":"Thumb_Control_GUID","features":[215]},{"name":"TitleBar_Control_GUID","features":[215]},{"name":"TogglePattern_Toggle","features":[215]},{"name":"ToggleState","features":[215]},{"name":"ToggleState_Indeterminate","features":[215]},{"name":"ToggleState_Off","features":[215]},{"name":"ToggleState_On","features":[215]},{"name":"Toggle_Pattern_GUID","features":[215]},{"name":"Toggle_ToggleState_Property_GUID","features":[215]},{"name":"ToolBar_Control_GUID","features":[215]},{"name":"ToolTipClosed_Event_GUID","features":[215]},{"name":"ToolTipOpened_Event_GUID","features":[215]},{"name":"ToolTip_Control_GUID","features":[215]},{"name":"Tranform_Pattern2_GUID","features":[215]},{"name":"Transform2_CanZoom_Property_GUID","features":[215]},{"name":"Transform2_ZoomLevel_Property_GUID","features":[215]},{"name":"Transform2_ZoomMaximum_Property_GUID","features":[215]},{"name":"Transform2_ZoomMinimum_Property_GUID","features":[215]},{"name":"TransformPattern_Move","features":[215]},{"name":"TransformPattern_Resize","features":[215]},{"name":"TransformPattern_Rotate","features":[215]},{"name":"Transform_CanMove_Property_GUID","features":[215]},{"name":"Transform_CanResize_Property_GUID","features":[215]},{"name":"Transform_CanRotate_Property_GUID","features":[215]},{"name":"Transform_Pattern_GUID","features":[215]},{"name":"TreeItem_Control_GUID","features":[215]},{"name":"TreeScope","features":[215]},{"name":"TreeScope_Ancestors","features":[215]},{"name":"TreeScope_Children","features":[215]},{"name":"TreeScope_Descendants","features":[215]},{"name":"TreeScope_Element","features":[215]},{"name":"TreeScope_None","features":[215]},{"name":"TreeScope_Parent","features":[215]},{"name":"TreeScope_Subtree","features":[215]},{"name":"TreeTraversalOptions","features":[215]},{"name":"TreeTraversalOptions_Default","features":[215]},{"name":"TreeTraversalOptions_LastToFirstOrder","features":[215]},{"name":"TreeTraversalOptions_PostOrder","features":[215]},{"name":"Tree_Control_GUID","features":[215]},{"name":"UIA_ANNOTATIONTYPE","features":[215]},{"name":"UIA_AcceleratorKeyPropertyId","features":[215]},{"name":"UIA_AccessKeyPropertyId","features":[215]},{"name":"UIA_ActiveTextPositionChangedEventId","features":[215]},{"name":"UIA_AfterParagraphSpacingAttributeId","features":[215]},{"name":"UIA_AnimationStyleAttributeId","features":[215]},{"name":"UIA_AnnotationAnnotationTypeIdPropertyId","features":[215]},{"name":"UIA_AnnotationAnnotationTypeNamePropertyId","features":[215]},{"name":"UIA_AnnotationAuthorPropertyId","features":[215]},{"name":"UIA_AnnotationDateTimePropertyId","features":[215]},{"name":"UIA_AnnotationObjectsAttributeId","features":[215]},{"name":"UIA_AnnotationObjectsPropertyId","features":[215]},{"name":"UIA_AnnotationPatternId","features":[215]},{"name":"UIA_AnnotationTargetPropertyId","features":[215]},{"name":"UIA_AnnotationTypesAttributeId","features":[215]},{"name":"UIA_AnnotationTypesPropertyId","features":[215]},{"name":"UIA_AppBarControlTypeId","features":[215]},{"name":"UIA_AriaPropertiesPropertyId","features":[215]},{"name":"UIA_AriaRolePropertyId","features":[215]},{"name":"UIA_AsyncContentLoadedEventId","features":[215]},{"name":"UIA_AutomationFocusChangedEventId","features":[215]},{"name":"UIA_AutomationIdPropertyId","features":[215]},{"name":"UIA_AutomationPropertyChangedEventId","features":[215]},{"name":"UIA_BackgroundColorAttributeId","features":[215]},{"name":"UIA_BeforeParagraphSpacingAttributeId","features":[215]},{"name":"UIA_BoundingRectanglePropertyId","features":[215]},{"name":"UIA_BulletStyleAttributeId","features":[215]},{"name":"UIA_ButtonControlTypeId","features":[215]},{"name":"UIA_CHANGE_ID","features":[215]},{"name":"UIA_CONTROLTYPE_ID","features":[215]},{"name":"UIA_CalendarControlTypeId","features":[215]},{"name":"UIA_CapStyleAttributeId","features":[215]},{"name":"UIA_CaretBidiModeAttributeId","features":[215]},{"name":"UIA_CaretPositionAttributeId","features":[215]},{"name":"UIA_CenterPointPropertyId","features":[215]},{"name":"UIA_ChangesEventId","features":[215]},{"name":"UIA_CheckBoxControlTypeId","features":[215]},{"name":"UIA_ClassNamePropertyId","features":[215]},{"name":"UIA_ClickablePointPropertyId","features":[215]},{"name":"UIA_ComboBoxControlTypeId","features":[215]},{"name":"UIA_ControlTypePropertyId","features":[215]},{"name":"UIA_ControllerForPropertyId","features":[215]},{"name":"UIA_CultureAttributeId","features":[215]},{"name":"UIA_CulturePropertyId","features":[215]},{"name":"UIA_CustomControlTypeId","features":[215]},{"name":"UIA_CustomLandmarkTypeId","features":[215]},{"name":"UIA_CustomNavigationPatternId","features":[215]},{"name":"UIA_DataGridControlTypeId","features":[215]},{"name":"UIA_DataItemControlTypeId","features":[215]},{"name":"UIA_DescribedByPropertyId","features":[215]},{"name":"UIA_DockDockPositionPropertyId","features":[215]},{"name":"UIA_DockPatternId","features":[215]},{"name":"UIA_DocumentControlTypeId","features":[215]},{"name":"UIA_DragDropEffectPropertyId","features":[215]},{"name":"UIA_DragDropEffectsPropertyId","features":[215]},{"name":"UIA_DragGrabbedItemsPropertyId","features":[215]},{"name":"UIA_DragIsGrabbedPropertyId","features":[215]},{"name":"UIA_DragPatternId","features":[215]},{"name":"UIA_Drag_DragCancelEventId","features":[215]},{"name":"UIA_Drag_DragCompleteEventId","features":[215]},{"name":"UIA_Drag_DragStartEventId","features":[215]},{"name":"UIA_DropTargetDropTargetEffectPropertyId","features":[215]},{"name":"UIA_DropTargetDropTargetEffectsPropertyId","features":[215]},{"name":"UIA_DropTargetPatternId","features":[215]},{"name":"UIA_DropTarget_DragEnterEventId","features":[215]},{"name":"UIA_DropTarget_DragLeaveEventId","features":[215]},{"name":"UIA_DropTarget_DroppedEventId","features":[215]},{"name":"UIA_EVENT_ID","features":[215]},{"name":"UIA_E_ELEMENTNOTAVAILABLE","features":[215]},{"name":"UIA_E_ELEMENTNOTENABLED","features":[215]},{"name":"UIA_E_INVALIDOPERATION","features":[215]},{"name":"UIA_E_NOCLICKABLEPOINT","features":[215]},{"name":"UIA_E_NOTSUPPORTED","features":[215]},{"name":"UIA_E_PROXYASSEMBLYNOTLOADED","features":[215]},{"name":"UIA_E_TIMEOUT","features":[215]},{"name":"UIA_EditControlTypeId","features":[215]},{"name":"UIA_ExpandCollapseExpandCollapseStatePropertyId","features":[215]},{"name":"UIA_ExpandCollapsePatternId","features":[215]},{"name":"UIA_FillColorPropertyId","features":[215]},{"name":"UIA_FillTypePropertyId","features":[215]},{"name":"UIA_FlowsFromPropertyId","features":[215]},{"name":"UIA_FlowsToPropertyId","features":[215]},{"name":"UIA_FontNameAttributeId","features":[215]},{"name":"UIA_FontSizeAttributeId","features":[215]},{"name":"UIA_FontWeightAttributeId","features":[215]},{"name":"UIA_ForegroundColorAttributeId","features":[215]},{"name":"UIA_FormLandmarkTypeId","features":[215]},{"name":"UIA_FrameworkIdPropertyId","features":[215]},{"name":"UIA_FullDescriptionPropertyId","features":[215]},{"name":"UIA_GridColumnCountPropertyId","features":[215]},{"name":"UIA_GridItemColumnPropertyId","features":[215]},{"name":"UIA_GridItemColumnSpanPropertyId","features":[215]},{"name":"UIA_GridItemContainingGridPropertyId","features":[215]},{"name":"UIA_GridItemPatternId","features":[215]},{"name":"UIA_GridItemRowPropertyId","features":[215]},{"name":"UIA_GridItemRowSpanPropertyId","features":[215]},{"name":"UIA_GridPatternId","features":[215]},{"name":"UIA_GridRowCountPropertyId","features":[215]},{"name":"UIA_GroupControlTypeId","features":[215]},{"name":"UIA_HEADINGLEVEL_ID","features":[215]},{"name":"UIA_HasKeyboardFocusPropertyId","features":[215]},{"name":"UIA_HeaderControlTypeId","features":[215]},{"name":"UIA_HeaderItemControlTypeId","features":[215]},{"name":"UIA_HeadingLevelPropertyId","features":[215]},{"name":"UIA_HelpTextPropertyId","features":[215]},{"name":"UIA_HorizontalTextAlignmentAttributeId","features":[215]},{"name":"UIA_HostedFragmentRootsInvalidatedEventId","features":[215]},{"name":"UIA_HyperlinkControlTypeId","features":[215]},{"name":"UIA_IAFP_DEFAULT","features":[215]},{"name":"UIA_IAFP_UNWRAP_BRIDGE","features":[215]},{"name":"UIA_ImageControlTypeId","features":[215]},{"name":"UIA_IndentationFirstLineAttributeId","features":[215]},{"name":"UIA_IndentationLeadingAttributeId","features":[215]},{"name":"UIA_IndentationTrailingAttributeId","features":[215]},{"name":"UIA_InputDiscardedEventId","features":[215]},{"name":"UIA_InputReachedOtherElementEventId","features":[215]},{"name":"UIA_InputReachedTargetEventId","features":[215]},{"name":"UIA_InvokePatternId","features":[215]},{"name":"UIA_Invoke_InvokedEventId","features":[215]},{"name":"UIA_IsActiveAttributeId","features":[215]},{"name":"UIA_IsAnnotationPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsContentElementPropertyId","features":[215]},{"name":"UIA_IsControlElementPropertyId","features":[215]},{"name":"UIA_IsCustomNavigationPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsDataValidForFormPropertyId","features":[215]},{"name":"UIA_IsDialogPropertyId","features":[215]},{"name":"UIA_IsDockPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsDragPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsDropTargetPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsEnabledPropertyId","features":[215]},{"name":"UIA_IsExpandCollapsePatternAvailablePropertyId","features":[215]},{"name":"UIA_IsGridItemPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsGridPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsHiddenAttributeId","features":[215]},{"name":"UIA_IsInvokePatternAvailablePropertyId","features":[215]},{"name":"UIA_IsItalicAttributeId","features":[215]},{"name":"UIA_IsItemContainerPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsKeyboardFocusablePropertyId","features":[215]},{"name":"UIA_IsLegacyIAccessiblePatternAvailablePropertyId","features":[215]},{"name":"UIA_IsMultipleViewPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsObjectModelPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsOffscreenPropertyId","features":[215]},{"name":"UIA_IsPasswordPropertyId","features":[215]},{"name":"UIA_IsPeripheralPropertyId","features":[215]},{"name":"UIA_IsRangeValuePatternAvailablePropertyId","features":[215]},{"name":"UIA_IsReadOnlyAttributeId","features":[215]},{"name":"UIA_IsRequiredForFormPropertyId","features":[215]},{"name":"UIA_IsScrollItemPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsScrollPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsSelectionItemPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsSelectionPattern2AvailablePropertyId","features":[215]},{"name":"UIA_IsSelectionPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsSpreadsheetItemPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsSpreadsheetPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsStylesPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsSubscriptAttributeId","features":[215]},{"name":"UIA_IsSuperscriptAttributeId","features":[215]},{"name":"UIA_IsSynchronizedInputPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsTableItemPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsTablePatternAvailablePropertyId","features":[215]},{"name":"UIA_IsTextChildPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsTextEditPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsTextPattern2AvailablePropertyId","features":[215]},{"name":"UIA_IsTextPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsTogglePatternAvailablePropertyId","features":[215]},{"name":"UIA_IsTransformPattern2AvailablePropertyId","features":[215]},{"name":"UIA_IsTransformPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsValuePatternAvailablePropertyId","features":[215]},{"name":"UIA_IsVirtualizedItemPatternAvailablePropertyId","features":[215]},{"name":"UIA_IsWindowPatternAvailablePropertyId","features":[215]},{"name":"UIA_ItemContainerPatternId","features":[215]},{"name":"UIA_ItemStatusPropertyId","features":[215]},{"name":"UIA_ItemTypePropertyId","features":[215]},{"name":"UIA_LANDMARKTYPE_ID","features":[215]},{"name":"UIA_LabeledByPropertyId","features":[215]},{"name":"UIA_LandmarkTypePropertyId","features":[215]},{"name":"UIA_LayoutInvalidatedEventId","features":[215]},{"name":"UIA_LegacyIAccessibleChildIdPropertyId","features":[215]},{"name":"UIA_LegacyIAccessibleDefaultActionPropertyId","features":[215]},{"name":"UIA_LegacyIAccessibleDescriptionPropertyId","features":[215]},{"name":"UIA_LegacyIAccessibleHelpPropertyId","features":[215]},{"name":"UIA_LegacyIAccessibleKeyboardShortcutPropertyId","features":[215]},{"name":"UIA_LegacyIAccessibleNamePropertyId","features":[215]},{"name":"UIA_LegacyIAccessiblePatternId","features":[215]},{"name":"UIA_LegacyIAccessibleRolePropertyId","features":[215]},{"name":"UIA_LegacyIAccessibleSelectionPropertyId","features":[215]},{"name":"UIA_LegacyIAccessibleStatePropertyId","features":[215]},{"name":"UIA_LegacyIAccessibleValuePropertyId","features":[215]},{"name":"UIA_LevelPropertyId","features":[215]},{"name":"UIA_LineSpacingAttributeId","features":[215]},{"name":"UIA_LinkAttributeId","features":[215]},{"name":"UIA_ListControlTypeId","features":[215]},{"name":"UIA_ListItemControlTypeId","features":[215]},{"name":"UIA_LiveRegionChangedEventId","features":[215]},{"name":"UIA_LiveSettingPropertyId","features":[215]},{"name":"UIA_LocalizedControlTypePropertyId","features":[215]},{"name":"UIA_LocalizedLandmarkTypePropertyId","features":[215]},{"name":"UIA_METADATA_ID","features":[215]},{"name":"UIA_MainLandmarkTypeId","features":[215]},{"name":"UIA_MarginBottomAttributeId","features":[215]},{"name":"UIA_MarginLeadingAttributeId","features":[215]},{"name":"UIA_MarginTopAttributeId","features":[215]},{"name":"UIA_MarginTrailingAttributeId","features":[215]},{"name":"UIA_MenuBarControlTypeId","features":[215]},{"name":"UIA_MenuClosedEventId","features":[215]},{"name":"UIA_MenuControlTypeId","features":[215]},{"name":"UIA_MenuItemControlTypeId","features":[215]},{"name":"UIA_MenuModeEndEventId","features":[215]},{"name":"UIA_MenuModeStartEventId","features":[215]},{"name":"UIA_MenuOpenedEventId","features":[215]},{"name":"UIA_MultipleViewCurrentViewPropertyId","features":[215]},{"name":"UIA_MultipleViewPatternId","features":[215]},{"name":"UIA_MultipleViewSupportedViewsPropertyId","features":[215]},{"name":"UIA_NamePropertyId","features":[215]},{"name":"UIA_NativeWindowHandlePropertyId","features":[215]},{"name":"UIA_NavigationLandmarkTypeId","features":[215]},{"name":"UIA_NotificationEventId","features":[215]},{"name":"UIA_ObjectModelPatternId","features":[215]},{"name":"UIA_OptimizeForVisualContentPropertyId","features":[215]},{"name":"UIA_OrientationPropertyId","features":[215]},{"name":"UIA_OutlineColorPropertyId","features":[215]},{"name":"UIA_OutlineStylesAttributeId","features":[215]},{"name":"UIA_OutlineThicknessPropertyId","features":[215]},{"name":"UIA_OverlineColorAttributeId","features":[215]},{"name":"UIA_OverlineStyleAttributeId","features":[215]},{"name":"UIA_PATTERN_ID","features":[215]},{"name":"UIA_PFIA_DEFAULT","features":[215]},{"name":"UIA_PFIA_UNWRAP_BRIDGE","features":[215]},{"name":"UIA_PROPERTY_ID","features":[215]},{"name":"UIA_PaneControlTypeId","features":[215]},{"name":"UIA_PositionInSetPropertyId","features":[215]},{"name":"UIA_ProcessIdPropertyId","features":[215]},{"name":"UIA_ProgressBarControlTypeId","features":[215]},{"name":"UIA_ProviderDescriptionPropertyId","features":[215]},{"name":"UIA_RadioButtonControlTypeId","features":[215]},{"name":"UIA_RangeValueIsReadOnlyPropertyId","features":[215]},{"name":"UIA_RangeValueLargeChangePropertyId","features":[215]},{"name":"UIA_RangeValueMaximumPropertyId","features":[215]},{"name":"UIA_RangeValueMinimumPropertyId","features":[215]},{"name":"UIA_RangeValuePatternId","features":[215]},{"name":"UIA_RangeValueSmallChangePropertyId","features":[215]},{"name":"UIA_RangeValueValuePropertyId","features":[215]},{"name":"UIA_RotationPropertyId","features":[215]},{"name":"UIA_RuntimeIdPropertyId","features":[215]},{"name":"UIA_STYLE_ID","features":[215]},{"name":"UIA_SayAsInterpretAsAttributeId","features":[215]},{"name":"UIA_SayAsInterpretAsMetadataId","features":[215]},{"name":"UIA_ScrollBarControlTypeId","features":[215]},{"name":"UIA_ScrollHorizontalScrollPercentPropertyId","features":[215]},{"name":"UIA_ScrollHorizontalViewSizePropertyId","features":[215]},{"name":"UIA_ScrollHorizontallyScrollablePropertyId","features":[215]},{"name":"UIA_ScrollItemPatternId","features":[215]},{"name":"UIA_ScrollPatternId","features":[215]},{"name":"UIA_ScrollPatternNoScroll","features":[215]},{"name":"UIA_ScrollVerticalScrollPercentPropertyId","features":[215]},{"name":"UIA_ScrollVerticalViewSizePropertyId","features":[215]},{"name":"UIA_ScrollVerticallyScrollablePropertyId","features":[215]},{"name":"UIA_SearchLandmarkTypeId","features":[215]},{"name":"UIA_Selection2CurrentSelectedItemPropertyId","features":[215]},{"name":"UIA_Selection2FirstSelectedItemPropertyId","features":[215]},{"name":"UIA_Selection2ItemCountPropertyId","features":[215]},{"name":"UIA_Selection2LastSelectedItemPropertyId","features":[215]},{"name":"UIA_SelectionActiveEndAttributeId","features":[215]},{"name":"UIA_SelectionCanSelectMultiplePropertyId","features":[215]},{"name":"UIA_SelectionIsSelectionRequiredPropertyId","features":[215]},{"name":"UIA_SelectionItemIsSelectedPropertyId","features":[215]},{"name":"UIA_SelectionItemPatternId","features":[215]},{"name":"UIA_SelectionItemSelectionContainerPropertyId","features":[215]},{"name":"UIA_SelectionItem_ElementAddedToSelectionEventId","features":[215]},{"name":"UIA_SelectionItem_ElementRemovedFromSelectionEventId","features":[215]},{"name":"UIA_SelectionItem_ElementSelectedEventId","features":[215]},{"name":"UIA_SelectionPattern2Id","features":[215]},{"name":"UIA_SelectionPatternId","features":[215]},{"name":"UIA_SelectionSelectionPropertyId","features":[215]},{"name":"UIA_Selection_InvalidatedEventId","features":[215]},{"name":"UIA_SemanticZoomControlTypeId","features":[215]},{"name":"UIA_SeparatorControlTypeId","features":[215]},{"name":"UIA_SizeOfSetPropertyId","features":[215]},{"name":"UIA_SizePropertyId","features":[215]},{"name":"UIA_SliderControlTypeId","features":[215]},{"name":"UIA_SpinnerControlTypeId","features":[215]},{"name":"UIA_SplitButtonControlTypeId","features":[215]},{"name":"UIA_SpreadsheetItemAnnotationObjectsPropertyId","features":[215]},{"name":"UIA_SpreadsheetItemAnnotationTypesPropertyId","features":[215]},{"name":"UIA_SpreadsheetItemFormulaPropertyId","features":[215]},{"name":"UIA_SpreadsheetItemPatternId","features":[215]},{"name":"UIA_SpreadsheetPatternId","features":[215]},{"name":"UIA_StatusBarControlTypeId","features":[215]},{"name":"UIA_StrikethroughColorAttributeId","features":[215]},{"name":"UIA_StrikethroughStyleAttributeId","features":[215]},{"name":"UIA_StructureChangedEventId","features":[215]},{"name":"UIA_StyleIdAttributeId","features":[215]},{"name":"UIA_StyleNameAttributeId","features":[215]},{"name":"UIA_StylesExtendedPropertiesPropertyId","features":[215]},{"name":"UIA_StylesFillColorPropertyId","features":[215]},{"name":"UIA_StylesFillPatternColorPropertyId","features":[215]},{"name":"UIA_StylesFillPatternStylePropertyId","features":[215]},{"name":"UIA_StylesPatternId","features":[215]},{"name":"UIA_StylesShapePropertyId","features":[215]},{"name":"UIA_StylesStyleIdPropertyId","features":[215]},{"name":"UIA_StylesStyleNamePropertyId","features":[215]},{"name":"UIA_SummaryChangeId","features":[215]},{"name":"UIA_SynchronizedInputPatternId","features":[215]},{"name":"UIA_SystemAlertEventId","features":[215]},{"name":"UIA_TEXTATTRIBUTE_ID","features":[215]},{"name":"UIA_TabControlTypeId","features":[215]},{"name":"UIA_TabItemControlTypeId","features":[215]},{"name":"UIA_TableColumnHeadersPropertyId","features":[215]},{"name":"UIA_TableControlTypeId","features":[215]},{"name":"UIA_TableItemColumnHeaderItemsPropertyId","features":[215]},{"name":"UIA_TableItemPatternId","features":[215]},{"name":"UIA_TableItemRowHeaderItemsPropertyId","features":[215]},{"name":"UIA_TablePatternId","features":[215]},{"name":"UIA_TableRowHeadersPropertyId","features":[215]},{"name":"UIA_TableRowOrColumnMajorPropertyId","features":[215]},{"name":"UIA_TabsAttributeId","features":[215]},{"name":"UIA_TextChildPatternId","features":[215]},{"name":"UIA_TextControlTypeId","features":[215]},{"name":"UIA_TextEditPatternId","features":[215]},{"name":"UIA_TextEdit_ConversionTargetChangedEventId","features":[215]},{"name":"UIA_TextEdit_TextChangedEventId","features":[215]},{"name":"UIA_TextFlowDirectionsAttributeId","features":[215]},{"name":"UIA_TextPattern2Id","features":[215]},{"name":"UIA_TextPatternId","features":[215]},{"name":"UIA_Text_TextChangedEventId","features":[215]},{"name":"UIA_Text_TextSelectionChangedEventId","features":[215]},{"name":"UIA_ThumbControlTypeId","features":[215]},{"name":"UIA_TitleBarControlTypeId","features":[215]},{"name":"UIA_TogglePatternId","features":[215]},{"name":"UIA_ToggleToggleStatePropertyId","features":[215]},{"name":"UIA_ToolBarControlTypeId","features":[215]},{"name":"UIA_ToolTipClosedEventId","features":[215]},{"name":"UIA_ToolTipControlTypeId","features":[215]},{"name":"UIA_ToolTipOpenedEventId","features":[215]},{"name":"UIA_Transform2CanZoomPropertyId","features":[215]},{"name":"UIA_Transform2ZoomLevelPropertyId","features":[215]},{"name":"UIA_Transform2ZoomMaximumPropertyId","features":[215]},{"name":"UIA_Transform2ZoomMinimumPropertyId","features":[215]},{"name":"UIA_TransformCanMovePropertyId","features":[215]},{"name":"UIA_TransformCanResizePropertyId","features":[215]},{"name":"UIA_TransformCanRotatePropertyId","features":[215]},{"name":"UIA_TransformPattern2Id","features":[215]},{"name":"UIA_TransformPatternId","features":[215]},{"name":"UIA_TreeControlTypeId","features":[215]},{"name":"UIA_TreeItemControlTypeId","features":[215]},{"name":"UIA_UnderlineColorAttributeId","features":[215]},{"name":"UIA_UnderlineStyleAttributeId","features":[215]},{"name":"UIA_ValueIsReadOnlyPropertyId","features":[215]},{"name":"UIA_ValuePatternId","features":[215]},{"name":"UIA_ValueValuePropertyId","features":[215]},{"name":"UIA_VirtualizedItemPatternId","features":[215]},{"name":"UIA_VisualEffectsPropertyId","features":[215]},{"name":"UIA_WindowCanMaximizePropertyId","features":[215]},{"name":"UIA_WindowCanMinimizePropertyId","features":[215]},{"name":"UIA_WindowControlTypeId","features":[215]},{"name":"UIA_WindowIsModalPropertyId","features":[215]},{"name":"UIA_WindowIsTopmostPropertyId","features":[215]},{"name":"UIA_WindowPatternId","features":[215]},{"name":"UIA_WindowWindowInteractionStatePropertyId","features":[215]},{"name":"UIA_WindowWindowVisualStatePropertyId","features":[215]},{"name":"UIA_Window_WindowClosedEventId","features":[215]},{"name":"UIA_Window_WindowOpenedEventId","features":[215]},{"name":"UIAutomationEventInfo","features":[215]},{"name":"UIAutomationMethodInfo","features":[1,215]},{"name":"UIAutomationParameter","features":[215]},{"name":"UIAutomationPatternInfo","features":[1,215]},{"name":"UIAutomationPropertyInfo","features":[215]},{"name":"UIAutomationType","features":[215]},{"name":"UIAutomationType_Array","features":[215]},{"name":"UIAutomationType_Bool","features":[215]},{"name":"UIAutomationType_BoolArray","features":[215]},{"name":"UIAutomationType_Double","features":[215]},{"name":"UIAutomationType_DoubleArray","features":[215]},{"name":"UIAutomationType_Element","features":[215]},{"name":"UIAutomationType_ElementArray","features":[215]},{"name":"UIAutomationType_Int","features":[215]},{"name":"UIAutomationType_IntArray","features":[215]},{"name":"UIAutomationType_Out","features":[215]},{"name":"UIAutomationType_OutBool","features":[215]},{"name":"UIAutomationType_OutBoolArray","features":[215]},{"name":"UIAutomationType_OutDouble","features":[215]},{"name":"UIAutomationType_OutDoubleArray","features":[215]},{"name":"UIAutomationType_OutElement","features":[215]},{"name":"UIAutomationType_OutElementArray","features":[215]},{"name":"UIAutomationType_OutInt","features":[215]},{"name":"UIAutomationType_OutIntArray","features":[215]},{"name":"UIAutomationType_OutPoint","features":[215]},{"name":"UIAutomationType_OutPointArray","features":[215]},{"name":"UIAutomationType_OutRect","features":[215]},{"name":"UIAutomationType_OutRectArray","features":[215]},{"name":"UIAutomationType_OutString","features":[215]},{"name":"UIAutomationType_OutStringArray","features":[215]},{"name":"UIAutomationType_Point","features":[215]},{"name":"UIAutomationType_PointArray","features":[215]},{"name":"UIAutomationType_Rect","features":[215]},{"name":"UIAutomationType_RectArray","features":[215]},{"name":"UIAutomationType_String","features":[215]},{"name":"UIAutomationType_StringArray","features":[215]},{"name":"UiaAddEvent","features":[43,215]},{"name":"UiaAndOrCondition","features":[215]},{"name":"UiaAppendRuntimeId","features":[215]},{"name":"UiaAsyncContentLoadedEventArgs","features":[215]},{"name":"UiaCacheRequest","features":[215]},{"name":"UiaChangeInfo","features":[1,43,44,215]},{"name":"UiaChangesEventArgs","features":[1,43,44,215]},{"name":"UiaClientsAreListening","features":[1,215]},{"name":"UiaCondition","features":[215]},{"name":"UiaDisconnectAllProviders","features":[215]},{"name":"UiaDisconnectProvider","features":[215]},{"name":"UiaEventAddWindow","features":[1,215]},{"name":"UiaEventArgs","features":[215]},{"name":"UiaEventCallback","features":[43,215]},{"name":"UiaEventRemoveWindow","features":[1,215]},{"name":"UiaFind","features":[1,43,215]},{"name":"UiaFindParams","features":[1,215]},{"name":"UiaGetErrorDescription","features":[1,215]},{"name":"UiaGetPatternProvider","features":[215]},{"name":"UiaGetPropertyValue","features":[1,43,44,215]},{"name":"UiaGetReservedMixedAttributeValue","features":[215]},{"name":"UiaGetReservedNotSupportedValue","features":[215]},{"name":"UiaGetRootNode","features":[215]},{"name":"UiaGetRuntimeId","features":[43,215]},{"name":"UiaGetUpdatedCache","features":[43,215]},{"name":"UiaHPatternObjectFromVariant","features":[1,43,44,215]},{"name":"UiaHTextRangeFromVariant","features":[1,43,44,215]},{"name":"UiaHUiaNodeFromVariant","features":[1,43,44,215]},{"name":"UiaHasServerSideProvider","features":[1,215]},{"name":"UiaHostProviderFromHwnd","features":[1,215]},{"name":"UiaIAccessibleFromProvider","features":[1,43,44,215]},{"name":"UiaLookupId","features":[215]},{"name":"UiaNavigate","features":[43,215]},{"name":"UiaNodeFromFocus","features":[43,215]},{"name":"UiaNodeFromHandle","features":[1,215]},{"name":"UiaNodeFromPoint","features":[43,215]},{"name":"UiaNodeFromProvider","features":[215]},{"name":"UiaNodeRelease","features":[1,215]},{"name":"UiaNotCondition","features":[215]},{"name":"UiaPatternRelease","features":[1,215]},{"name":"UiaPoint","features":[215]},{"name":"UiaPropertyChangedEventArgs","features":[1,43,44,215]},{"name":"UiaPropertyCondition","features":[1,43,44,215]},{"name":"UiaProviderCallback","features":[1,43,215]},{"name":"UiaProviderForNonClient","features":[1,215]},{"name":"UiaProviderFromIAccessible","features":[215]},{"name":"UiaRaiseActiveTextPositionChangedEvent","features":[215]},{"name":"UiaRaiseAsyncContentLoadedEvent","features":[215]},{"name":"UiaRaiseAutomationEvent","features":[215]},{"name":"UiaRaiseAutomationPropertyChangedEvent","features":[1,43,44,215]},{"name":"UiaRaiseChangesEvent","features":[1,43,44,215]},{"name":"UiaRaiseNotificationEvent","features":[215]},{"name":"UiaRaiseStructureChangedEvent","features":[215]},{"name":"UiaRaiseTextEditTextChangedEvent","features":[43,215]},{"name":"UiaRect","features":[215]},{"name":"UiaRegisterProviderCallback","features":[1,43,215]},{"name":"UiaRemoveEvent","features":[215]},{"name":"UiaReturnRawElementProvider","features":[1,215]},{"name":"UiaRootObjectId","features":[215]},{"name":"UiaSetFocus","features":[215]},{"name":"UiaStructureChangedEventArgs","features":[215]},{"name":"UiaTextEditTextChangedEventArgs","features":[43,215]},{"name":"UiaTextRangeRelease","features":[1,215]},{"name":"UiaWindowClosedEventArgs","features":[215]},{"name":"UnhookWinEvent","features":[1,215]},{"name":"UnregisterPointerInputTarget","features":[1,215,55]},{"name":"UnregisterPointerInputTargetEx","features":[1,215,55]},{"name":"ValuePattern_SetValue","features":[215]},{"name":"Value_IsReadOnly_Property_GUID","features":[215]},{"name":"Value_Pattern_GUID","features":[215]},{"name":"Value_Value_Property_GUID","features":[215]},{"name":"VirtualizedItemPattern_Realize","features":[215]},{"name":"VirtualizedItem_Pattern_GUID","features":[215]},{"name":"VisualEffects","features":[215]},{"name":"VisualEffects_Bevel","features":[215]},{"name":"VisualEffects_Glow","features":[215]},{"name":"VisualEffects_None","features":[215]},{"name":"VisualEffects_Property_GUID","features":[215]},{"name":"VisualEffects_Reflection","features":[215]},{"name":"VisualEffects_Shadow","features":[215]},{"name":"VisualEffects_SoftEdges","features":[215]},{"name":"WINEVENTPROC","features":[1,215]},{"name":"WindowFromAccessibleObject","features":[1,215]},{"name":"WindowInteractionState","features":[215]},{"name":"WindowInteractionState_BlockedByModalWindow","features":[215]},{"name":"WindowInteractionState_Closing","features":[215]},{"name":"WindowInteractionState_NotResponding","features":[215]},{"name":"WindowInteractionState_ReadyForUserInteraction","features":[215]},{"name":"WindowInteractionState_Running","features":[215]},{"name":"WindowPattern_Close","features":[215]},{"name":"WindowPattern_SetWindowVisualState","features":[215]},{"name":"WindowPattern_WaitForInputIdle","features":[1,215]},{"name":"WindowVisualState","features":[215]},{"name":"WindowVisualState_Maximized","features":[215]},{"name":"WindowVisualState_Minimized","features":[215]},{"name":"WindowVisualState_Normal","features":[215]},{"name":"Window_CanMaximize_Property_GUID","features":[215]},{"name":"Window_CanMinimize_Property_GUID","features":[215]},{"name":"Window_Control_GUID","features":[215]},{"name":"Window_IsModal_Property_GUID","features":[215]},{"name":"Window_IsTopmost_Property_GUID","features":[215]},{"name":"Window_Pattern_GUID","features":[215]},{"name":"Window_WindowClosed_Event_GUID","features":[215]},{"name":"Window_WindowInteractionState_Property_GUID","features":[215]},{"name":"Window_WindowOpened_Event_GUID","features":[215]},{"name":"Window_WindowVisualState_Property_GUID","features":[215]},{"name":"ZoomUnit","features":[215]},{"name":"ZoomUnit_LargeDecrement","features":[215]},{"name":"ZoomUnit_LargeIncrement","features":[215]},{"name":"ZoomUnit_NoAmount","features":[215]},{"name":"ZoomUnit_SmallDecrement","features":[215]},{"name":"ZoomUnit_SmallIncrement","features":[215]}],"658":[{"name":"ATTRIB_MATTE","features":[60]},{"name":"ATTRIB_TRANSPARENCY","features":[60]},{"name":"AssociateColorProfileWithDeviceA","features":[1,60]},{"name":"AssociateColorProfileWithDeviceW","features":[1,60]},{"name":"BEST_MODE","features":[60]},{"name":"BMFORMAT","features":[60]},{"name":"BM_10b_G3CH","features":[60]},{"name":"BM_10b_Lab","features":[60]},{"name":"BM_10b_RGB","features":[60]},{"name":"BM_10b_XYZ","features":[60]},{"name":"BM_10b_Yxy","features":[60]},{"name":"BM_16b_G3CH","features":[60]},{"name":"BM_16b_GRAY","features":[60]},{"name":"BM_16b_Lab","features":[60]},{"name":"BM_16b_RGB","features":[60]},{"name":"BM_16b_XYZ","features":[60]},{"name":"BM_16b_Yxy","features":[60]},{"name":"BM_32b_scARGB","features":[60]},{"name":"BM_32b_scRGB","features":[60]},{"name":"BM_565RGB","features":[60]},{"name":"BM_5CHANNEL","features":[60]},{"name":"BM_6CHANNEL","features":[60]},{"name":"BM_7CHANNEL","features":[60]},{"name":"BM_8CHANNEL","features":[60]},{"name":"BM_BGRTRIPLETS","features":[60]},{"name":"BM_CMYKQUADS","features":[60]},{"name":"BM_G3CHTRIPLETS","features":[60]},{"name":"BM_GRAY","features":[60]},{"name":"BM_KYMCQUADS","features":[60]},{"name":"BM_LabTRIPLETS","features":[60]},{"name":"BM_NAMED_INDEX","features":[60]},{"name":"BM_R10G10B10A2","features":[60]},{"name":"BM_R10G10B10A2_XR","features":[60]},{"name":"BM_R16G16B16A16_FLOAT","features":[60]},{"name":"BM_RGBTRIPLETS","features":[60]},{"name":"BM_S2DOT13FIXED_scARGB","features":[60]},{"name":"BM_S2DOT13FIXED_scRGB","features":[60]},{"name":"BM_XYZTRIPLETS","features":[60]},{"name":"BM_YxyTRIPLETS","features":[60]},{"name":"BM_x555G3CH","features":[60]},{"name":"BM_x555Lab","features":[60]},{"name":"BM_x555RGB","features":[60]},{"name":"BM_x555XYZ","features":[60]},{"name":"BM_x555Yxy","features":[60]},{"name":"BM_xBGRQUADS","features":[60]},{"name":"BM_xG3CHQUADS","features":[60]},{"name":"BM_xRGBQUADS","features":[60]},{"name":"BlackInformation","features":[1,60]},{"name":"CATID_WcsPlugin","features":[60]},{"name":"CMCheckColors","features":[1,60]},{"name":"CMCheckColorsInGamut","features":[1,13,60]},{"name":"CMCheckRGBs","features":[1,60]},{"name":"CMConvertColorNameToIndex","features":[1,60]},{"name":"CMConvertIndexToColorName","features":[1,60]},{"name":"CMCreateDeviceLinkProfile","features":[1,60]},{"name":"CMCreateMultiProfileTransform","features":[60]},{"name":"CMCreateProfile","features":[1,13,60]},{"name":"CMCreateProfileW","features":[1,13,60]},{"name":"CMCreateTransform","features":[13,60]},{"name":"CMCreateTransformExt","features":[13,60]},{"name":"CMCreateTransformExtW","features":[13,60]},{"name":"CMCreateTransformW","features":[13,60]},{"name":"CMDeleteTransform","features":[1,60]},{"name":"CMGetInfo","features":[60]},{"name":"CMGetNamedProfileInfo","features":[1,60]},{"name":"CMIsProfileValid","features":[1,60]},{"name":"CMM_DESCRIPTION","features":[60]},{"name":"CMM_DLL_VERSION","features":[60]},{"name":"CMM_DRIVER_VERSION","features":[60]},{"name":"CMM_FROM_PROFILE","features":[60]},{"name":"CMM_IDENT","features":[60]},{"name":"CMM_LOGOICON","features":[60]},{"name":"CMM_VERSION","features":[60]},{"name":"CMM_WIN_VERSION","features":[60]},{"name":"CMS_BACKWARD","features":[60]},{"name":"CMS_DISABLEICM","features":[60]},{"name":"CMS_DISABLEINTENT","features":[60]},{"name":"CMS_DISABLERENDERINTENT","features":[60]},{"name":"CMS_ENABLEPROOFING","features":[60]},{"name":"CMS_FORWARD","features":[60]},{"name":"CMS_MONITOROVERFLOW","features":[60]},{"name":"CMS_PRINTEROVERFLOW","features":[60]},{"name":"CMS_SETMONITORPROFILE","features":[60]},{"name":"CMS_SETPRINTERPROFILE","features":[60]},{"name":"CMS_SETPROOFINTENT","features":[60]},{"name":"CMS_SETRENDERINTENT","features":[60]},{"name":"CMS_SETTARGETPROFILE","features":[60]},{"name":"CMS_TARGETOVERFLOW","features":[60]},{"name":"CMS_USEAPPLYCALLBACK","features":[60]},{"name":"CMS_USEDESCRIPTION","features":[60]},{"name":"CMS_USEHOOK","features":[60]},{"name":"CMTranslateColors","features":[1,60]},{"name":"CMTranslateRGB","features":[1,60]},{"name":"CMTranslateRGBs","features":[1,60]},{"name":"CMTranslateRGBsExt","features":[1,60]},{"name":"CMYKCOLOR","features":[60]},{"name":"COLOR","features":[60]},{"name":"COLORDATATYPE","features":[60]},{"name":"COLORMATCHSETUPA","features":[1,60,55]},{"name":"COLORMATCHSETUPW","features":[1,60,55]},{"name":"COLORPROFILESUBTYPE","features":[60]},{"name":"COLORPROFILETYPE","features":[60]},{"name":"COLORTYPE","features":[60]},{"name":"COLOR_10b_R10G10B10A2","features":[60]},{"name":"COLOR_10b_R10G10B10A2_XR","features":[60]},{"name":"COLOR_3_CHANNEL","features":[60]},{"name":"COLOR_5_CHANNEL","features":[60]},{"name":"COLOR_6_CHANNEL","features":[60]},{"name":"COLOR_7_CHANNEL","features":[60]},{"name":"COLOR_8_CHANNEL","features":[60]},{"name":"COLOR_BYTE","features":[60]},{"name":"COLOR_CMYK","features":[60]},{"name":"COLOR_FLOAT","features":[60]},{"name":"COLOR_FLOAT16","features":[60]},{"name":"COLOR_GRAY","features":[60]},{"name":"COLOR_Lab","features":[60]},{"name":"COLOR_MATCH_TO_TARGET_ACTION","features":[60]},{"name":"COLOR_MATCH_VERSION","features":[60]},{"name":"COLOR_NAMED","features":[60]},{"name":"COLOR_RGB","features":[60]},{"name":"COLOR_S2DOT13FIXED","features":[60]},{"name":"COLOR_WORD","features":[60]},{"name":"COLOR_XYZ","features":[60]},{"name":"COLOR_Yxy","features":[60]},{"name":"CPST_ABSOLUTE_COLORIMETRIC","features":[60]},{"name":"CPST_CUSTOM_WORKING_SPACE","features":[60]},{"name":"CPST_EXTENDED_DISPLAY_COLOR_MODE","features":[60]},{"name":"CPST_NONE","features":[60]},{"name":"CPST_PERCEPTUAL","features":[60]},{"name":"CPST_RELATIVE_COLORIMETRIC","features":[60]},{"name":"CPST_RGB_WORKING_SPACE","features":[60]},{"name":"CPST_SATURATION","features":[60]},{"name":"CPST_STANDARD_DISPLAY_COLOR_MODE","features":[60]},{"name":"CPT_CAMP","features":[60]},{"name":"CPT_DMP","features":[60]},{"name":"CPT_GMMP","features":[60]},{"name":"CPT_ICC","features":[60]},{"name":"CSA_A","features":[60]},{"name":"CSA_ABC","features":[60]},{"name":"CSA_CMYK","features":[60]},{"name":"CSA_DEF","features":[60]},{"name":"CSA_DEFG","features":[60]},{"name":"CSA_GRAY","features":[60]},{"name":"CSA_Lab","features":[60]},{"name":"CSA_RGB","features":[60]},{"name":"CS_DELETE_TRANSFORM","features":[60]},{"name":"CS_DISABLE","features":[60]},{"name":"CS_ENABLE","features":[60]},{"name":"CheckBitmapBits","features":[1,60]},{"name":"CheckColors","features":[1,60]},{"name":"CheckColorsInGamut","features":[1,13,60]},{"name":"CloseColorProfile","features":[1,60]},{"name":"ColorCorrectPalette","features":[1,13,60]},{"name":"ColorMatchToTarget","features":[1,13,60]},{"name":"ColorProfileAddDisplayAssociation","features":[1,60]},{"name":"ColorProfileGetDisplayDefault","features":[1,60]},{"name":"ColorProfileGetDisplayList","features":[1,60]},{"name":"ColorProfileGetDisplayUserScope","features":[1,60]},{"name":"ColorProfileRemoveDisplayAssociation","features":[1,60]},{"name":"ColorProfileSetDisplayDefaultAssociation","features":[1,60]},{"name":"ConvertColorNameToIndex","features":[1,60]},{"name":"ConvertIndexToColorName","features":[1,60]},{"name":"CreateColorSpaceA","features":[13,60]},{"name":"CreateColorSpaceW","features":[13,60]},{"name":"CreateColorTransformA","features":[13,60]},{"name":"CreateColorTransformW","features":[13,60]},{"name":"CreateDeviceLinkProfile","features":[1,60]},{"name":"CreateMultiProfileTransform","features":[60]},{"name":"CreateProfileFromLogColorSpaceA","features":[1,13,60]},{"name":"CreateProfileFromLogColorSpaceW","features":[1,13,60]},{"name":"DONT_USE_EMBEDDED_WCS_PROFILES","features":[60]},{"name":"DeleteColorSpace","features":[1,60]},{"name":"DeleteColorTransform","features":[1,60]},{"name":"DisassociateColorProfileFromDeviceA","features":[1,60]},{"name":"DisassociateColorProfileFromDeviceW","features":[1,60]},{"name":"EMRCREATECOLORSPACE","features":[13,60]},{"name":"EMRCREATECOLORSPACEW","features":[13,60]},{"name":"ENABLE_GAMUT_CHECKING","features":[60]},{"name":"ENUMTYPEA","features":[60]},{"name":"ENUMTYPEW","features":[60]},{"name":"ENUM_TYPE_VERSION","features":[60]},{"name":"ET_ATTRIBUTES","features":[60]},{"name":"ET_CLASS","features":[60]},{"name":"ET_CMMTYPE","features":[60]},{"name":"ET_CONNECTIONSPACE","features":[60]},{"name":"ET_CREATOR","features":[60]},{"name":"ET_DATACOLORSPACE","features":[60]},{"name":"ET_DEVICECLASS","features":[60]},{"name":"ET_DEVICENAME","features":[60]},{"name":"ET_DITHERMODE","features":[60]},{"name":"ET_EXTENDEDDISPLAYCOLOR","features":[60]},{"name":"ET_MANUFACTURER","features":[60]},{"name":"ET_MEDIATYPE","features":[60]},{"name":"ET_MODEL","features":[60]},{"name":"ET_PLATFORM","features":[60]},{"name":"ET_PROFILEFLAGS","features":[60]},{"name":"ET_RENDERINGINTENT","features":[60]},{"name":"ET_RESOLUTION","features":[60]},{"name":"ET_SIGNATURE","features":[60]},{"name":"ET_STANDARDDISPLAYCOLOR","features":[60]},{"name":"EnumColorProfilesA","features":[1,60]},{"name":"EnumColorProfilesW","features":[1,60]},{"name":"EnumICMProfilesA","features":[1,13,60]},{"name":"EnumICMProfilesW","features":[1,13,60]},{"name":"FAST_TRANSLATE","features":[60]},{"name":"FLAG_DEPENDENTONDATA","features":[60]},{"name":"FLAG_EMBEDDEDPROFILE","features":[60]},{"name":"FLAG_ENABLE_CHROMATIC_ADAPTATION","features":[60]},{"name":"GENERIC3CHANNEL","features":[60]},{"name":"GRAYCOLOR","features":[60]},{"name":"GamutBoundaryDescription","features":[60]},{"name":"GamutShell","features":[60]},{"name":"GamutShellTriangle","features":[60]},{"name":"GetCMMInfo","features":[60]},{"name":"GetColorDirectoryA","features":[1,60]},{"name":"GetColorDirectoryW","features":[1,60]},{"name":"GetColorProfileElement","features":[1,60]},{"name":"GetColorProfileElementTag","features":[1,60]},{"name":"GetColorProfileFromHandle","features":[1,60]},{"name":"GetColorProfileHeader","features":[1,13,60]},{"name":"GetColorSpace","features":[13,60]},{"name":"GetCountColorProfileElements","features":[1,60]},{"name":"GetDeviceGammaRamp","features":[1,13,60]},{"name":"GetICMProfileA","features":[1,13,60]},{"name":"GetICMProfileW","features":[1,13,60]},{"name":"GetLogColorSpaceA","features":[1,13,60]},{"name":"GetLogColorSpaceW","features":[1,13,60]},{"name":"GetNamedProfileInfo","features":[1,60]},{"name":"GetPS2ColorRenderingDictionary","features":[1,60]},{"name":"GetPS2ColorRenderingIntent","features":[1,60]},{"name":"GetPS2ColorSpaceArray","features":[1,60]},{"name":"GetStandardColorSpaceProfileA","features":[1,60]},{"name":"GetStandardColorSpaceProfileW","features":[1,60]},{"name":"HCOLORSPACE","features":[60]},{"name":"HiFiCOLOR","features":[60]},{"name":"ICMENUMPROCA","features":[1,60]},{"name":"ICMENUMPROCW","features":[1,60]},{"name":"ICM_ADDPROFILE","features":[60]},{"name":"ICM_COMMAND","features":[60]},{"name":"ICM_DELETEPROFILE","features":[60]},{"name":"ICM_DONE_OUTSIDEDC","features":[60]},{"name":"ICM_MODE","features":[60]},{"name":"ICM_OFF","features":[60]},{"name":"ICM_ON","features":[60]},{"name":"ICM_QUERY","features":[60]},{"name":"ICM_QUERYMATCH","features":[60]},{"name":"ICM_QUERYPROFILE","features":[60]},{"name":"ICM_REGISTERICMATCHER","features":[60]},{"name":"ICM_SETDEFAULTPROFILE","features":[60]},{"name":"ICM_UNREGISTERICMATCHER","features":[60]},{"name":"IDeviceModelPlugIn","features":[60]},{"name":"IGamutMapModelPlugIn","features":[60]},{"name":"INDEX_DONT_CARE","features":[60]},{"name":"INTENT_ABSOLUTE_COLORIMETRIC","features":[60]},{"name":"INTENT_PERCEPTUAL","features":[60]},{"name":"INTENT_RELATIVE_COLORIMETRIC","features":[60]},{"name":"INTENT_SATURATION","features":[60]},{"name":"InstallColorProfileA","features":[1,60]},{"name":"InstallColorProfileW","features":[1,60]},{"name":"IsColorProfileTagPresent","features":[1,60]},{"name":"IsColorProfileValid","features":[1,60]},{"name":"JChColorF","features":[60]},{"name":"JabColorF","features":[60]},{"name":"LCSCSTYPE","features":[60]},{"name":"LCS_CALIBRATED_RGB","features":[60]},{"name":"LCS_WINDOWS_COLOR_SPACE","features":[60]},{"name":"LCS_sRGB","features":[60]},{"name":"LOGCOLORSPACEA","features":[13,60]},{"name":"LOGCOLORSPACEW","features":[13,60]},{"name":"LPBMCALLBACKFN","features":[1,60]},{"name":"LabCOLOR","features":[60]},{"name":"MAX_COLOR_CHANNELS","features":[60]},{"name":"MicrosoftHardwareColorV2","features":[60]},{"name":"NAMEDCOLOR","features":[60]},{"name":"NAMED_PROFILE_INFO","features":[60]},{"name":"NORMAL_MODE","features":[60]},{"name":"OpenColorProfileA","features":[60]},{"name":"OpenColorProfileW","features":[60]},{"name":"PCMSCALLBACKA","features":[1,60,55]},{"name":"PCMSCALLBACKW","features":[1,60,55]},{"name":"PRESERVEBLACK","features":[60]},{"name":"PROFILE","features":[60]},{"name":"PROFILEHEADER","features":[13,60]},{"name":"PROFILE_FILENAME","features":[60]},{"name":"PROFILE_MEMBUFFER","features":[60]},{"name":"PROFILE_READ","features":[60]},{"name":"PROFILE_READWRITE","features":[60]},{"name":"PROOF_MODE","features":[60]},{"name":"PrimaryJabColors","features":[60]},{"name":"PrimaryXYZColors","features":[60]},{"name":"RESERVED","features":[60]},{"name":"RGBCOLOR","features":[60]},{"name":"RegisterCMMA","features":[1,60]},{"name":"RegisterCMMW","features":[1,60]},{"name":"SEQUENTIAL_TRANSFORM","features":[60]},{"name":"SelectCMM","features":[1,60]},{"name":"SetColorProfileElement","features":[1,60]},{"name":"SetColorProfileElementReference","features":[1,60]},{"name":"SetColorProfileElementSize","features":[1,60]},{"name":"SetColorProfileHeader","features":[1,13,60]},{"name":"SetColorSpace","features":[13,60]},{"name":"SetDeviceGammaRamp","features":[1,13,60]},{"name":"SetICMMode","features":[13,60]},{"name":"SetICMProfileA","features":[1,13,60]},{"name":"SetICMProfileW","features":[1,13,60]},{"name":"SetStandardColorSpaceProfileA","features":[1,60]},{"name":"SetStandardColorSpaceProfileW","features":[1,60]},{"name":"SetupColorMatchingA","features":[1,60,55]},{"name":"SetupColorMatchingW","features":[1,60,55]},{"name":"TranslateBitmapBits","features":[1,60]},{"name":"TranslateColors","features":[1,60]},{"name":"USE_RELATIVE_COLORIMETRIC","features":[60]},{"name":"UninstallColorProfileA","features":[1,60]},{"name":"UninstallColorProfileW","features":[1,60]},{"name":"UnregisterCMMA","features":[1,60]},{"name":"UnregisterCMMW","features":[1,60]},{"name":"UpdateICMRegKeyA","features":[1,60]},{"name":"UpdateICMRegKeyW","features":[1,60]},{"name":"VideoCardGammaTable","features":[60]},{"name":"WCS_ALWAYS","features":[60]},{"name":"WCS_DEFAULT","features":[60]},{"name":"WCS_DEVICE_CAPABILITIES_TYPE","features":[60]},{"name":"WCS_DEVICE_MHC2_CAPABILITIES","features":[1,60]},{"name":"WCS_DEVICE_VCGT_CAPABILITIES","features":[1,60]},{"name":"WCS_ICCONLY","features":[60]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE","features":[60]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE_CURRENT_USER","features":[60]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE_SYSTEM_WIDE","features":[60]},{"name":"WcsAssociateColorProfileWithDevice","features":[1,60]},{"name":"WcsCheckColors","features":[1,60]},{"name":"WcsCreateIccProfile","features":[60]},{"name":"WcsDisassociateColorProfileFromDevice","features":[1,60]},{"name":"WcsEnumColorProfiles","features":[1,60]},{"name":"WcsEnumColorProfilesSize","features":[1,60]},{"name":"WcsGetCalibrationManagementState","features":[1,60]},{"name":"WcsGetDefaultColorProfile","features":[1,60]},{"name":"WcsGetDefaultColorProfileSize","features":[1,60]},{"name":"WcsGetDefaultRenderingIntent","features":[1,60]},{"name":"WcsGetUsePerUserProfiles","features":[1,60]},{"name":"WcsOpenColorProfileA","features":[60]},{"name":"WcsOpenColorProfileW","features":[60]},{"name":"WcsSetCalibrationManagementState","features":[1,60]},{"name":"WcsSetDefaultColorProfile","features":[1,60]},{"name":"WcsSetDefaultRenderingIntent","features":[1,60]},{"name":"WcsSetUsePerUserProfiles","features":[1,60]},{"name":"WcsTranslateColors","features":[1,60]},{"name":"XYZCOLOR","features":[60]},{"name":"XYZColorF","features":[60]},{"name":"YxyCOLOR","features":[60]}],"659":[{"name":"ABS_DOWNDISABLED","features":[42]},{"name":"ABS_DOWNHOT","features":[42]},{"name":"ABS_DOWNHOVER","features":[42]},{"name":"ABS_DOWNNORMAL","features":[42]},{"name":"ABS_DOWNPRESSED","features":[42]},{"name":"ABS_LEFTDISABLED","features":[42]},{"name":"ABS_LEFTHOT","features":[42]},{"name":"ABS_LEFTHOVER","features":[42]},{"name":"ABS_LEFTNORMAL","features":[42]},{"name":"ABS_LEFTPRESSED","features":[42]},{"name":"ABS_RIGHTDISABLED","features":[42]},{"name":"ABS_RIGHTHOT","features":[42]},{"name":"ABS_RIGHTHOVER","features":[42]},{"name":"ABS_RIGHTNORMAL","features":[42]},{"name":"ABS_RIGHTPRESSED","features":[42]},{"name":"ABS_UPDISABLED","features":[42]},{"name":"ABS_UPHOT","features":[42]},{"name":"ABS_UPHOVER","features":[42]},{"name":"ABS_UPNORMAL","features":[42]},{"name":"ABS_UPPRESSED","features":[42]},{"name":"ACM_ISPLAYING","features":[42]},{"name":"ACM_OPEN","features":[42]},{"name":"ACM_OPENA","features":[42]},{"name":"ACM_OPENW","features":[42]},{"name":"ACM_PLAY","features":[42]},{"name":"ACM_STOP","features":[42]},{"name":"ACN_START","features":[42]},{"name":"ACN_STOP","features":[42]},{"name":"ACS_AUTOPLAY","features":[42]},{"name":"ACS_CENTER","features":[42]},{"name":"ACS_TIMER","features":[42]},{"name":"ACS_TRANSPARENT","features":[42]},{"name":"AEROWIZARDPARTS","features":[42]},{"name":"ALLOW_CONTROLS","features":[42]},{"name":"ALLOW_NONCLIENT","features":[42]},{"name":"ALLOW_WEBCONTENT","features":[42]},{"name":"ANIMATE_CLASS","features":[42]},{"name":"ANIMATE_CLASSA","features":[42]},{"name":"ANIMATE_CLASSW","features":[42]},{"name":"ARROWBTNSTATES","features":[42]},{"name":"AW_BUTTON","features":[42]},{"name":"AW_COMMANDAREA","features":[42]},{"name":"AW_CONTENTAREA","features":[42]},{"name":"AW_HEADERAREA","features":[42]},{"name":"AW_S_CONTENTAREA_NOMARGIN","features":[42]},{"name":"AW_S_HEADERAREA_NOMARGIN","features":[42]},{"name":"AW_S_TITLEBAR_ACTIVE","features":[42]},{"name":"AW_S_TITLEBAR_INACTIVE","features":[42]},{"name":"AW_TITLEBAR","features":[42]},{"name":"BACKGROUNDSTATES","features":[42]},{"name":"BACKGROUNDWITHBORDERSTATES","features":[42]},{"name":"BALLOONSTATES","features":[42]},{"name":"BALLOONSTEMSTATES","features":[42]},{"name":"BARBACKGROUNDSTATES","features":[42]},{"name":"BARITEMSTATES","features":[42]},{"name":"BCM_FIRST","features":[42]},{"name":"BCM_GETIDEALSIZE","features":[42]},{"name":"BCM_GETIMAGELIST","features":[42]},{"name":"BCM_GETNOTE","features":[42]},{"name":"BCM_GETNOTELENGTH","features":[42]},{"name":"BCM_GETSPLITINFO","features":[42]},{"name":"BCM_GETTEXTMARGIN","features":[42]},{"name":"BCM_SETDROPDOWNSTATE","features":[42]},{"name":"BCM_SETIMAGELIST","features":[42]},{"name":"BCM_SETNOTE","features":[42]},{"name":"BCM_SETSHIELD","features":[42]},{"name":"BCM_SETSPLITINFO","features":[42]},{"name":"BCM_SETTEXTMARGIN","features":[42]},{"name":"BCN_DROPDOWN","features":[42]},{"name":"BCN_FIRST","features":[42]},{"name":"BCN_HOTITEMCHANGE","features":[42]},{"name":"BCN_LAST","features":[42]},{"name":"BCSIF_GLYPH","features":[42]},{"name":"BCSIF_IMAGE","features":[42]},{"name":"BCSIF_SIZE","features":[42]},{"name":"BCSIF_STYLE","features":[42]},{"name":"BCSS_ALIGNLEFT","features":[42]},{"name":"BCSS_IMAGE","features":[42]},{"name":"BCSS_NOSPLIT","features":[42]},{"name":"BCSS_STRETCH","features":[42]},{"name":"BGTYPE","features":[42]},{"name":"BODYSTATES","features":[42]},{"name":"BORDERSTATES","features":[42]},{"name":"BORDERTYPE","features":[42]},{"name":"BORDER_HSCROLLSTATES","features":[42]},{"name":"BORDER_HVSCROLLSTATES","features":[42]},{"name":"BORDER_NOSCROLLSTATES","features":[42]},{"name":"BORDER_VSCROLLSTATES","features":[42]},{"name":"BPAS_CUBIC","features":[42]},{"name":"BPAS_LINEAR","features":[42]},{"name":"BPAS_NONE","features":[42]},{"name":"BPAS_SINE","features":[42]},{"name":"BPBF_COMPATIBLEBITMAP","features":[42]},{"name":"BPBF_DIB","features":[42]},{"name":"BPBF_TOPDOWNDIB","features":[42]},{"name":"BPBF_TOPDOWNMONODIB","features":[42]},{"name":"BPPF_ERASE","features":[42]},{"name":"BPPF_NOCLIP","features":[42]},{"name":"BPPF_NONCLIENT","features":[42]},{"name":"BP_ANIMATIONPARAMS","features":[42]},{"name":"BP_ANIMATIONSTYLE","features":[42]},{"name":"BP_BUFFERFORMAT","features":[42]},{"name":"BP_CHECKBOX","features":[42]},{"name":"BP_CHECKBOX_HCDISABLED","features":[42]},{"name":"BP_COMMANDLINK","features":[42]},{"name":"BP_COMMANDLINKGLYPH","features":[42]},{"name":"BP_GROUPBOX","features":[42]},{"name":"BP_GROUPBOX_HCDISABLED","features":[42]},{"name":"BP_PAINTPARAMS","features":[1,13,42]},{"name":"BP_PAINTPARAMS_FLAGS","features":[42]},{"name":"BP_PUSHBUTTON","features":[42]},{"name":"BP_PUSHBUTTONDROPDOWN","features":[42]},{"name":"BP_RADIOBUTTON","features":[42]},{"name":"BP_RADIOBUTTON_HCDISABLED","features":[42]},{"name":"BP_USERBUTTON","features":[42]},{"name":"BST_CHECKED","features":[42]},{"name":"BST_DROPDOWNPUSHED","features":[42]},{"name":"BST_HOT","features":[42]},{"name":"BST_INDETERMINATE","features":[42]},{"name":"BST_UNCHECKED","features":[42]},{"name":"BS_COMMANDLINK","features":[42]},{"name":"BS_DEFCOMMANDLINK","features":[42]},{"name":"BS_DEFSPLITBUTTON","features":[42]},{"name":"BS_SPLITBUTTON","features":[42]},{"name":"BTNS_AUTOSIZE","features":[42]},{"name":"BTNS_BUTTON","features":[42]},{"name":"BTNS_CHECK","features":[42]},{"name":"BTNS_DROPDOWN","features":[42]},{"name":"BTNS_GROUP","features":[42]},{"name":"BTNS_NOPREFIX","features":[42]},{"name":"BTNS_SEP","features":[42]},{"name":"BTNS_SHOWTEXT","features":[42]},{"name":"BTNS_WHOLEDROPDOWN","features":[42]},{"name":"BT_BORDERFILL","features":[42]},{"name":"BT_ELLIPSE","features":[42]},{"name":"BT_IMAGEFILE","features":[42]},{"name":"BT_NONE","features":[42]},{"name":"BT_RECT","features":[42]},{"name":"BT_ROUNDRECT","features":[42]},{"name":"BUTTONPARTS","features":[42]},{"name":"BUTTON_IMAGELIST","features":[1,42]},{"name":"BUTTON_IMAGELIST_ALIGN","features":[42]},{"name":"BUTTON_IMAGELIST_ALIGN_BOTTOM","features":[42]},{"name":"BUTTON_IMAGELIST_ALIGN_CENTER","features":[42]},{"name":"BUTTON_IMAGELIST_ALIGN_LEFT","features":[42]},{"name":"BUTTON_IMAGELIST_ALIGN_RIGHT","features":[42]},{"name":"BUTTON_IMAGELIST_ALIGN_TOP","features":[42]},{"name":"BUTTON_SPLITINFO","features":[1,42]},{"name":"BeginBufferedAnimation","features":[1,13,42]},{"name":"BeginBufferedPaint","features":[1,13,42]},{"name":"BeginPanningFeedback","features":[1,42]},{"name":"BufferedPaintClear","features":[1,42]},{"name":"BufferedPaintInit","features":[42]},{"name":"BufferedPaintRenderAnimation","features":[1,13,42]},{"name":"BufferedPaintSetAlpha","features":[1,42]},{"name":"BufferedPaintStopAllAnimations","features":[1,42]},{"name":"BufferedPaintUnInit","features":[42]},{"name":"CAPTIONSTATES","features":[42]},{"name":"CA_CENTER","features":[42]},{"name":"CA_LEFT","features":[42]},{"name":"CA_RIGHT","features":[42]},{"name":"CBB_DISABLED","features":[42]},{"name":"CBB_FOCUSED","features":[42]},{"name":"CBB_HOT","features":[42]},{"name":"CBB_NORMAL","features":[42]},{"name":"CBCB_DISABLED","features":[42]},{"name":"CBCB_HOT","features":[42]},{"name":"CBCB_NORMAL","features":[42]},{"name":"CBCB_PRESSED","features":[42]},{"name":"CBDI_HIGHLIGHTED","features":[42]},{"name":"CBDI_NORMAL","features":[42]},{"name":"CBEIF_DI_SETITEM","features":[42]},{"name":"CBEIF_IMAGE","features":[42]},{"name":"CBEIF_INDENT","features":[42]},{"name":"CBEIF_LPARAM","features":[42]},{"name":"CBEIF_OVERLAY","features":[42]},{"name":"CBEIF_SELECTEDIMAGE","features":[42]},{"name":"CBEIF_TEXT","features":[42]},{"name":"CBEMAXSTRLEN","features":[42]},{"name":"CBEM_GETCOMBOCONTROL","features":[42]},{"name":"CBEM_GETEDITCONTROL","features":[42]},{"name":"CBEM_GETEXSTYLE","features":[42]},{"name":"CBEM_GETEXTENDEDSTYLE","features":[42]},{"name":"CBEM_GETIMAGELIST","features":[42]},{"name":"CBEM_GETITEM","features":[42]},{"name":"CBEM_GETITEMA","features":[42]},{"name":"CBEM_GETITEMW","features":[42]},{"name":"CBEM_GETUNICODEFORMAT","features":[42]},{"name":"CBEM_HASEDITCHANGED","features":[42]},{"name":"CBEM_INSERTITEM","features":[42]},{"name":"CBEM_INSERTITEMA","features":[42]},{"name":"CBEM_INSERTITEMW","features":[42]},{"name":"CBEM_SETEXSTYLE","features":[42]},{"name":"CBEM_SETEXTENDEDSTYLE","features":[42]},{"name":"CBEM_SETIMAGELIST","features":[42]},{"name":"CBEM_SETITEM","features":[42]},{"name":"CBEM_SETITEMA","features":[42]},{"name":"CBEM_SETITEMW","features":[42]},{"name":"CBEM_SETUNICODEFORMAT","features":[42]},{"name":"CBEM_SETWINDOWTHEME","features":[42]},{"name":"CBENF_DROPDOWN","features":[42]},{"name":"CBENF_ESCAPE","features":[42]},{"name":"CBENF_KILLFOCUS","features":[42]},{"name":"CBENF_RETURN","features":[42]},{"name":"CBEN_BEGINEDIT","features":[42]},{"name":"CBEN_DELETEITEM","features":[42]},{"name":"CBEN_DRAGBEGIN","features":[42]},{"name":"CBEN_DRAGBEGINA","features":[42]},{"name":"CBEN_DRAGBEGINW","features":[42]},{"name":"CBEN_ENDEDIT","features":[42]},{"name":"CBEN_ENDEDITA","features":[42]},{"name":"CBEN_ENDEDITW","features":[42]},{"name":"CBEN_FIRST","features":[42]},{"name":"CBEN_GETDISPINFOA","features":[42]},{"name":"CBEN_GETDISPINFOW","features":[42]},{"name":"CBEN_INSERTITEM","features":[42]},{"name":"CBEN_LAST","features":[42]},{"name":"CBES_EX_CASESENSITIVE","features":[42]},{"name":"CBES_EX_NOEDITIMAGE","features":[42]},{"name":"CBES_EX_NOEDITIMAGEINDENT","features":[42]},{"name":"CBES_EX_NOSIZELIMIT","features":[42]},{"name":"CBES_EX_PATHWORDBREAKPROC","features":[42]},{"name":"CBES_EX_TEXTENDELLIPSIS","features":[42]},{"name":"CBM_FIRST","features":[42]},{"name":"CBRO_DISABLED","features":[42]},{"name":"CBRO_HOT","features":[42]},{"name":"CBRO_NORMAL","features":[42]},{"name":"CBRO_PRESSED","features":[42]},{"name":"CBS_CHECKEDDISABLED","features":[42]},{"name":"CBS_CHECKEDHOT","features":[42]},{"name":"CBS_CHECKEDNORMAL","features":[42]},{"name":"CBS_CHECKEDPRESSED","features":[42]},{"name":"CBS_DISABLED","features":[42]},{"name":"CBS_EXCLUDEDDISABLED","features":[42]},{"name":"CBS_EXCLUDEDHOT","features":[42]},{"name":"CBS_EXCLUDEDNORMAL","features":[42]},{"name":"CBS_EXCLUDEDPRESSED","features":[42]},{"name":"CBS_HOT","features":[42]},{"name":"CBS_IMPLICITDISABLED","features":[42]},{"name":"CBS_IMPLICITHOT","features":[42]},{"name":"CBS_IMPLICITNORMAL","features":[42]},{"name":"CBS_IMPLICITPRESSED","features":[42]},{"name":"CBS_MIXEDDISABLED","features":[42]},{"name":"CBS_MIXEDHOT","features":[42]},{"name":"CBS_MIXEDNORMAL","features":[42]},{"name":"CBS_MIXEDPRESSED","features":[42]},{"name":"CBS_NORMAL","features":[42]},{"name":"CBS_PUSHED","features":[42]},{"name":"CBS_UNCHECKEDDISABLED","features":[42]},{"name":"CBS_UNCHECKEDHOT","features":[42]},{"name":"CBS_UNCHECKEDNORMAL","features":[42]},{"name":"CBS_UNCHECKEDPRESSED","features":[42]},{"name":"CBTBS_DISABLED","features":[42]},{"name":"CBTBS_FOCUSED","features":[42]},{"name":"CBTBS_HOT","features":[42]},{"name":"CBTBS_NORMAL","features":[42]},{"name":"CBXSL_DISABLED","features":[42]},{"name":"CBXSL_HOT","features":[42]},{"name":"CBXSL_NORMAL","features":[42]},{"name":"CBXSL_PRESSED","features":[42]},{"name":"CBXSR_DISABLED","features":[42]},{"name":"CBXSR_HOT","features":[42]},{"name":"CBXSR_NORMAL","features":[42]},{"name":"CBXSR_PRESSED","features":[42]},{"name":"CBXS_DISABLED","features":[42]},{"name":"CBXS_HOT","features":[42]},{"name":"CBXS_NORMAL","features":[42]},{"name":"CBXS_PRESSED","features":[42]},{"name":"CB_GETCUEBANNER","features":[42]},{"name":"CB_GETMINVISIBLE","features":[42]},{"name":"CB_SETCUEBANNER","features":[42]},{"name":"CB_SETMINVISIBLE","features":[42]},{"name":"CCF_NOTEXT","features":[42]},{"name":"CCHCCCLASS","features":[42]},{"name":"CCHCCDESC","features":[42]},{"name":"CCHCCTEXT","features":[42]},{"name":"CCINFOA","features":[1,13,42]},{"name":"CCINFOW","features":[1,13,42]},{"name":"CCM_DPISCALE","features":[42]},{"name":"CCM_FIRST","features":[42]},{"name":"CCM_GETCOLORSCHEME","features":[42]},{"name":"CCM_GETDROPTARGET","features":[42]},{"name":"CCM_GETUNICODEFORMAT","features":[42]},{"name":"CCM_GETVERSION","features":[42]},{"name":"CCM_LAST","features":[42]},{"name":"CCM_SETBKCOLOR","features":[42]},{"name":"CCM_SETCOLORSCHEME","features":[42]},{"name":"CCM_SETNOTIFYWINDOW","features":[42]},{"name":"CCM_SETUNICODEFORMAT","features":[42]},{"name":"CCM_SETVERSION","features":[42]},{"name":"CCM_SETWINDOWTHEME","features":[42]},{"name":"CCSTYLEA","features":[42]},{"name":"CCSTYLEFLAGA","features":[42]},{"name":"CCSTYLEFLAGW","features":[42]},{"name":"CCSTYLEW","features":[42]},{"name":"CCS_ADJUSTABLE","features":[42]},{"name":"CCS_BOTTOM","features":[42]},{"name":"CCS_NODIVIDER","features":[42]},{"name":"CCS_NOMOVEY","features":[42]},{"name":"CCS_NOPARENTALIGN","features":[42]},{"name":"CCS_NORESIZE","features":[42]},{"name":"CCS_TOP","features":[42]},{"name":"CCS_VERT","features":[42]},{"name":"CDDS_ITEM","features":[42]},{"name":"CDDS_ITEMPOSTERASE","features":[42]},{"name":"CDDS_ITEMPOSTPAINT","features":[42]},{"name":"CDDS_ITEMPREERASE","features":[42]},{"name":"CDDS_ITEMPREPAINT","features":[42]},{"name":"CDDS_POSTERASE","features":[42]},{"name":"CDDS_POSTPAINT","features":[42]},{"name":"CDDS_PREERASE","features":[42]},{"name":"CDDS_PREPAINT","features":[42]},{"name":"CDDS_SUBITEM","features":[42]},{"name":"CDIS_CHECKED","features":[42]},{"name":"CDIS_DEFAULT","features":[42]},{"name":"CDIS_DISABLED","features":[42]},{"name":"CDIS_DROPHILITED","features":[42]},{"name":"CDIS_FOCUS","features":[42]},{"name":"CDIS_GRAYED","features":[42]},{"name":"CDIS_HOT","features":[42]},{"name":"CDIS_INDETERMINATE","features":[42]},{"name":"CDIS_MARKED","features":[42]},{"name":"CDIS_NEARHOT","features":[42]},{"name":"CDIS_OTHERSIDEHOT","features":[42]},{"name":"CDIS_SELECTED","features":[42]},{"name":"CDIS_SHOWKEYBOARDCUES","features":[42]},{"name":"CDN_FIRST","features":[42]},{"name":"CDN_LAST","features":[42]},{"name":"CDRF_DODEFAULT","features":[42]},{"name":"CDRF_DOERASE","features":[42]},{"name":"CDRF_NEWFONT","features":[42]},{"name":"CDRF_NOTIFYITEMDRAW","features":[42]},{"name":"CDRF_NOTIFYPOSTERASE","features":[42]},{"name":"CDRF_NOTIFYPOSTPAINT","features":[42]},{"name":"CDRF_NOTIFYSUBITEMDRAW","features":[42]},{"name":"CDRF_SKIPDEFAULT","features":[42]},{"name":"CDRF_SKIPPOSTPAINT","features":[42]},{"name":"CHECKBOXSTATES","features":[42]},{"name":"CHEVRONSTATES","features":[42]},{"name":"CHEVRONVERTSTATES","features":[42]},{"name":"CHEVSV_HOT","features":[42]},{"name":"CHEVSV_NORMAL","features":[42]},{"name":"CHEVSV_PRESSED","features":[42]},{"name":"CHEVS_HOT","features":[42]},{"name":"CHEVS_NORMAL","features":[42]},{"name":"CHEVS_PRESSED","features":[42]},{"name":"CLOCKPARTS","features":[42]},{"name":"CLOCKSTATES","features":[42]},{"name":"CLOSEBUTTONSTATES","features":[42]},{"name":"CLOSESTATES","features":[42]},{"name":"CLP_TIME","features":[42]},{"name":"CLR_DEFAULT","features":[42]},{"name":"CLR_HILIGHT","features":[42]},{"name":"CLR_NONE","features":[42]},{"name":"CLS_HOT","features":[42]},{"name":"CLS_NORMAL","features":[42]},{"name":"CLS_PRESSED","features":[42]},{"name":"CMB_MASKED","features":[42]},{"name":"CMDLGS_DEFAULTED","features":[42]},{"name":"CMDLGS_DISABLED","features":[42]},{"name":"CMDLGS_HOT","features":[42]},{"name":"CMDLGS_NORMAL","features":[42]},{"name":"CMDLGS_PRESSED","features":[42]},{"name":"CMDLS_DEFAULTED","features":[42]},{"name":"CMDLS_DEFAULTED_ANIMATING","features":[42]},{"name":"CMDLS_DISABLED","features":[42]},{"name":"CMDLS_HOT","features":[42]},{"name":"CMDLS_NORMAL","features":[42]},{"name":"CMDLS_PRESSED","features":[42]},{"name":"COLLAPSEBUTTONSTATES","features":[42]},{"name":"COLORMAP","features":[1,42]},{"name":"COLORMGMTDLGORD","features":[42]},{"name":"COLORSCHEME","features":[1,42]},{"name":"COMBOBOXEXITEMA","features":[1,42]},{"name":"COMBOBOXEXITEMW","features":[1,42]},{"name":"COMBOBOXINFO","features":[1,42]},{"name":"COMBOBOXINFO_BUTTON_STATE","features":[42]},{"name":"COMBOBOXPARTS","features":[42]},{"name":"COMBOBOXSTYLESTATES","features":[42]},{"name":"COMBOBOX_EX_ITEM_FLAGS","features":[42]},{"name":"COMCTL32_VERSION","features":[42]},{"name":"COMMANDLINKGLYPHSTATES","features":[42]},{"name":"COMMANDLINKSTATES","features":[42]},{"name":"COMMUNICATIONSPARTS","features":[42]},{"name":"COMPAREITEMSTRUCT","features":[1,42]},{"name":"CONTENTALIGNMENT","features":[42]},{"name":"CONTENTAREASTATES","features":[42]},{"name":"CONTENTLINKSTATES","features":[42]},{"name":"CONTENTPANESTATES","features":[42]},{"name":"CONTROLLABELSTATES","features":[42]},{"name":"CONTROLPANELPARTS","features":[42]},{"name":"COPYSTATES","features":[42]},{"name":"CPANEL_BANNERAREA","features":[42]},{"name":"CPANEL_BODYTEXT","features":[42]},{"name":"CPANEL_BODYTITLE","features":[42]},{"name":"CPANEL_BUTTON","features":[42]},{"name":"CPANEL_CONTENTLINK","features":[42]},{"name":"CPANEL_CONTENTPANE","features":[42]},{"name":"CPANEL_CONTENTPANELABEL","features":[42]},{"name":"CPANEL_CONTENTPANELINE","features":[42]},{"name":"CPANEL_GROUPTEXT","features":[42]},{"name":"CPANEL_HELPLINK","features":[42]},{"name":"CPANEL_LARGECOMMANDAREA","features":[42]},{"name":"CPANEL_MESSAGETEXT","features":[42]},{"name":"CPANEL_NAVIGATIONPANE","features":[42]},{"name":"CPANEL_NAVIGATIONPANELABEL","features":[42]},{"name":"CPANEL_NAVIGATIONPANELINE","features":[42]},{"name":"CPANEL_SECTIONTITLELINK","features":[42]},{"name":"CPANEL_SMALLCOMMANDAREA","features":[42]},{"name":"CPANEL_TASKLINK","features":[42]},{"name":"CPANEL_TITLE","features":[42]},{"name":"CPCL_DISABLED","features":[42]},{"name":"CPCL_HOT","features":[42]},{"name":"CPCL_NORMAL","features":[42]},{"name":"CPCL_PRESSED","features":[42]},{"name":"CPHL_DISABLED","features":[42]},{"name":"CPHL_HOT","features":[42]},{"name":"CPHL_NORMAL","features":[42]},{"name":"CPHL_PRESSED","features":[42]},{"name":"CPSTL_HOT","features":[42]},{"name":"CPSTL_NORMAL","features":[42]},{"name":"CPTL_DISABLED","features":[42]},{"name":"CPTL_HOT","features":[42]},{"name":"CPTL_NORMAL","features":[42]},{"name":"CPTL_PAGE","features":[42]},{"name":"CPTL_PRESSED","features":[42]},{"name":"CP_BACKGROUND","features":[42]},{"name":"CP_BORDER","features":[42]},{"name":"CP_CUEBANNER","features":[42]},{"name":"CP_DROPDOWNBUTTON","features":[42]},{"name":"CP_DROPDOWNBUTTONLEFT","features":[42]},{"name":"CP_DROPDOWNBUTTONRIGHT","features":[42]},{"name":"CP_DROPDOWNITEM","features":[42]},{"name":"CP_READONLY","features":[42]},{"name":"CP_TRANSPARENTBACKGROUND","features":[42]},{"name":"CREATELINKSTATES","features":[42]},{"name":"CSST_TAB","features":[42]},{"name":"CSTB_HOT","features":[42]},{"name":"CSTB_NORMAL","features":[42]},{"name":"CSTB_SELECTED","features":[42]},{"name":"CS_ACTIVE","features":[42]},{"name":"CS_DISABLED","features":[42]},{"name":"CS_INACTIVE","features":[42]},{"name":"CUEBANNERSTATES","features":[42]},{"name":"CheckDlgButton","features":[1,42]},{"name":"CheckRadioButton","features":[1,42]},{"name":"CloseThemeData","features":[42]},{"name":"CreateMappedBitmap","features":[1,13,42]},{"name":"CreatePropertySheetPageA","features":[1,13,42,55]},{"name":"CreatePropertySheetPageW","features":[1,13,42,55]},{"name":"CreateStatusWindowA","features":[1,42]},{"name":"CreateStatusWindowW","features":[1,42]},{"name":"CreateSyntheticPointerDevice","features":[42,55]},{"name":"CreateToolbarEx","features":[1,42]},{"name":"CreateUpDownControl","features":[1,42]},{"name":"DATEBORDERSTATES","features":[42]},{"name":"DATEPICKERPARTS","features":[42]},{"name":"DATETEXTSTATES","features":[42]},{"name":"DATETIMEPICKERINFO","features":[1,42]},{"name":"DATETIMEPICK_CLASS","features":[42]},{"name":"DATETIMEPICK_CLASSA","features":[42]},{"name":"DATETIMEPICK_CLASSW","features":[42]},{"name":"DA_ERR","features":[42]},{"name":"DA_LAST","features":[42]},{"name":"DDCOPY_HIGHLIGHT","features":[42]},{"name":"DDCOPY_NOHIGHLIGHT","features":[42]},{"name":"DDCREATELINK_HIGHLIGHT","features":[42]},{"name":"DDCREATELINK_NOHIGHLIGHT","features":[42]},{"name":"DDL_ARCHIVE","features":[42]},{"name":"DDL_DIRECTORY","features":[42]},{"name":"DDL_DRIVES","features":[42]},{"name":"DDL_EXCLUSIVE","features":[42]},{"name":"DDL_HIDDEN","features":[42]},{"name":"DDL_POSTMSGS","features":[42]},{"name":"DDL_READONLY","features":[42]},{"name":"DDL_READWRITE","features":[42]},{"name":"DDL_SYSTEM","features":[42]},{"name":"DDMOVE_HIGHLIGHT","features":[42]},{"name":"DDMOVE_NOHIGHLIGHT","features":[42]},{"name":"DDNONE_HIGHLIGHT","features":[42]},{"name":"DDNONE_NOHIGHLIGHT","features":[42]},{"name":"DDUPDATEMETADATA_HIGHLIGHT","features":[42]},{"name":"DDUPDATEMETADATA_NOHIGHLIGHT","features":[42]},{"name":"DDWARNING_HIGHLIGHT","features":[42]},{"name":"DDWARNING_NOHIGHLIGHT","features":[42]},{"name":"DD_COPY","features":[42]},{"name":"DD_CREATELINK","features":[42]},{"name":"DD_IMAGEBG","features":[42]},{"name":"DD_MOVE","features":[42]},{"name":"DD_NONE","features":[42]},{"name":"DD_TEXTBG","features":[42]},{"name":"DD_UPDATEMETADATA","features":[42]},{"name":"DD_WARNING","features":[42]},{"name":"DELETEITEMSTRUCT","features":[1,42]},{"name":"DLG_BUTTON_CHECK_STATE","features":[42]},{"name":"DLG_DIR_LIST_FILE_TYPE","features":[42]},{"name":"DL_BEGINDRAG","features":[42]},{"name":"DL_CANCELDRAG","features":[42]},{"name":"DL_COPYCURSOR","features":[42]},{"name":"DL_CURSORSET","features":[42]},{"name":"DL_DRAGGING","features":[42]},{"name":"DL_DROPPED","features":[42]},{"name":"DL_MOVECURSOR","features":[42]},{"name":"DL_STOPCURSOR","features":[42]},{"name":"DNHZS_DISABLED","features":[42]},{"name":"DNHZS_HOT","features":[42]},{"name":"DNHZS_NORMAL","features":[42]},{"name":"DNHZS_PRESSED","features":[42]},{"name":"DNS_DISABLED","features":[42]},{"name":"DNS_HOT","features":[42]},{"name":"DNS_NORMAL","features":[42]},{"name":"DNS_PRESSED","features":[42]},{"name":"DOWNHORZSTATES","features":[42]},{"name":"DOWNSTATES","features":[42]},{"name":"DPAMM_DELETE","features":[42]},{"name":"DPAMM_INSERT","features":[42]},{"name":"DPAMM_MERGE","features":[42]},{"name":"DPAMM_MESSAGE","features":[42]},{"name":"DPAM_INTERSECT","features":[42]},{"name":"DPAM_NORMAL","features":[42]},{"name":"DPAM_SORTED","features":[42]},{"name":"DPAM_UNION","features":[42]},{"name":"DPASTREAMINFO","features":[42]},{"name":"DPAS_INSERTAFTER","features":[42]},{"name":"DPAS_INSERTBEFORE","features":[42]},{"name":"DPAS_SORTED","features":[42]},{"name":"DPA_APPEND","features":[42]},{"name":"DPA_Clone","features":[42]},{"name":"DPA_Create","features":[42]},{"name":"DPA_CreateEx","features":[1,42]},{"name":"DPA_DeleteAllPtrs","features":[1,42]},{"name":"DPA_DeletePtr","features":[42]},{"name":"DPA_Destroy","features":[1,42]},{"name":"DPA_DestroyCallback","features":[42]},{"name":"DPA_ERR","features":[42]},{"name":"DPA_EnumCallback","features":[42]},{"name":"DPA_GetPtr","features":[42]},{"name":"DPA_GetPtrIndex","features":[42]},{"name":"DPA_GetSize","features":[42]},{"name":"DPA_Grow","features":[1,42]},{"name":"DPA_InsertPtr","features":[42]},{"name":"DPA_LoadStream","features":[42]},{"name":"DPA_Merge","features":[1,42]},{"name":"DPA_SaveStream","features":[42]},{"name":"DPA_Search","features":[1,42]},{"name":"DPA_SetPtr","features":[1,42]},{"name":"DPA_Sort","features":[1,42]},{"name":"DPDB_DISABLED","features":[42]},{"name":"DPDB_FOCUSED","features":[42]},{"name":"DPDB_HOT","features":[42]},{"name":"DPDB_NORMAL","features":[42]},{"name":"DPDT_DISABLED","features":[42]},{"name":"DPDT_NORMAL","features":[42]},{"name":"DPDT_SELECTED","features":[42]},{"name":"DPSCBR_DISABLED","features":[42]},{"name":"DPSCBR_HOT","features":[42]},{"name":"DPSCBR_NORMAL","features":[42]},{"name":"DPSCBR_PRESSED","features":[42]},{"name":"DP_DATEBORDER","features":[42]},{"name":"DP_DATETEXT","features":[42]},{"name":"DP_SHOWCALENDARBUTTONRIGHT","features":[42]},{"name":"DRAGDROPPARTS","features":[42]},{"name":"DRAGLISTINFO","features":[1,42]},{"name":"DRAGLISTINFO_NOTIFICATION_FLAGS","features":[42]},{"name":"DRAGLISTMSGSTRING","features":[42]},{"name":"DRAWITEMSTRUCT","features":[1,13,42]},{"name":"DRAWITEMSTRUCT_CTL_TYPE","features":[42]},{"name":"DRAW_THEME_PARENT_BACKGROUND_FLAGS","features":[42]},{"name":"DROPDOWNBUTTONLEFTSTATES","features":[42]},{"name":"DROPDOWNBUTTONRIGHTSTATES","features":[42]},{"name":"DROPDOWNITEMSTATES","features":[42]},{"name":"DSA_APPEND","features":[42]},{"name":"DSA_Clone","features":[42]},{"name":"DSA_Create","features":[42]},{"name":"DSA_DeleteAllItems","features":[1,42]},{"name":"DSA_DeleteItem","features":[1,42]},{"name":"DSA_Destroy","features":[1,42]},{"name":"DSA_DestroyCallback","features":[42]},{"name":"DSA_ERR","features":[42]},{"name":"DSA_EnumCallback","features":[42]},{"name":"DSA_GetItem","features":[1,42]},{"name":"DSA_GetItemPtr","features":[42]},{"name":"DSA_GetSize","features":[42]},{"name":"DSA_InsertItem","features":[42]},{"name":"DSA_SetItem","features":[1,42]},{"name":"DSA_Sort","features":[1,42]},{"name":"DTBGOPTS","features":[1,42]},{"name":"DTBG_CLIPRECT","features":[42]},{"name":"DTBG_COMPUTINGREGION","features":[42]},{"name":"DTBG_DRAWSOLID","features":[42]},{"name":"DTBG_MIRRORDC","features":[42]},{"name":"DTBG_NOMIRROR","features":[42]},{"name":"DTBG_OMITBORDER","features":[42]},{"name":"DTBG_OMITCONTENT","features":[42]},{"name":"DTM_CLOSEMONTHCAL","features":[42]},{"name":"DTM_FIRST","features":[42]},{"name":"DTM_GETDATETIMEPICKERINFO","features":[42]},{"name":"DTM_GETIDEALSIZE","features":[42]},{"name":"DTM_GETMCCOLOR","features":[42]},{"name":"DTM_GETMCFONT","features":[42]},{"name":"DTM_GETMCSTYLE","features":[42]},{"name":"DTM_GETMONTHCAL","features":[42]},{"name":"DTM_GETRANGE","features":[42]},{"name":"DTM_GETSYSTEMTIME","features":[42]},{"name":"DTM_SETFORMAT","features":[42]},{"name":"DTM_SETFORMATA","features":[42]},{"name":"DTM_SETFORMATW","features":[42]},{"name":"DTM_SETMCCOLOR","features":[42]},{"name":"DTM_SETMCFONT","features":[42]},{"name":"DTM_SETMCSTYLE","features":[42]},{"name":"DTM_SETRANGE","features":[42]},{"name":"DTM_SETSYSTEMTIME","features":[42]},{"name":"DTN_CLOSEUP","features":[42]},{"name":"DTN_DATETIMECHANGE","features":[42]},{"name":"DTN_DROPDOWN","features":[42]},{"name":"DTN_FIRST","features":[42]},{"name":"DTN_FIRST2","features":[42]},{"name":"DTN_FORMAT","features":[42]},{"name":"DTN_FORMATA","features":[42]},{"name":"DTN_FORMATQUERY","features":[42]},{"name":"DTN_FORMATQUERYA","features":[42]},{"name":"DTN_FORMATQUERYW","features":[42]},{"name":"DTN_FORMATW","features":[42]},{"name":"DTN_LAST","features":[42]},{"name":"DTN_LAST2","features":[42]},{"name":"DTN_USERSTRING","features":[42]},{"name":"DTN_USERSTRINGA","features":[42]},{"name":"DTN_USERSTRINGW","features":[42]},{"name":"DTN_WMKEYDOWN","features":[42]},{"name":"DTN_WMKEYDOWNA","features":[42]},{"name":"DTN_WMKEYDOWNW","features":[42]},{"name":"DTPB_USECTLCOLORSTATIC","features":[42]},{"name":"DTPB_USEERASEBKGND","features":[42]},{"name":"DTPB_WINDOWDC","features":[42]},{"name":"DTS_APPCANPARSE","features":[42]},{"name":"DTS_LONGDATEFORMAT","features":[42]},{"name":"DTS_RIGHTALIGN","features":[42]},{"name":"DTS_SHORTDATECENTURYFORMAT","features":[42]},{"name":"DTS_SHORTDATEFORMAT","features":[42]},{"name":"DTS_SHOWNONE","features":[42]},{"name":"DTS_TIMEFORMAT","features":[42]},{"name":"DTS_UPDOWN","features":[42]},{"name":"DTTOPTS","features":[1,13,42]},{"name":"DTTOPTS_FLAGS","features":[42]},{"name":"DTT_APPLYOVERLAY","features":[42]},{"name":"DTT_BORDERCOLOR","features":[42]},{"name":"DTT_BORDERSIZE","features":[42]},{"name":"DTT_CALCRECT","features":[42]},{"name":"DTT_CALLBACK","features":[42]},{"name":"DTT_CALLBACK_PROC","features":[1,13,42]},{"name":"DTT_COLORPROP","features":[42]},{"name":"DTT_COMPOSITED","features":[42]},{"name":"DTT_FLAGS2VALIDBITS","features":[42]},{"name":"DTT_FONTPROP","features":[42]},{"name":"DTT_GLOWSIZE","features":[42]},{"name":"DTT_GRAYED","features":[42]},{"name":"DTT_SHADOWCOLOR","features":[42]},{"name":"DTT_SHADOWOFFSET","features":[42]},{"name":"DTT_SHADOWTYPE","features":[42]},{"name":"DTT_STATEID","features":[42]},{"name":"DTT_TEXTCOLOR","features":[42]},{"name":"DTT_VALIDBITS","features":[42]},{"name":"DestroyPropertySheetPage","features":[1,42]},{"name":"DestroySyntheticPointerDevice","features":[42]},{"name":"DlgDirListA","features":[1,42]},{"name":"DlgDirListComboBoxA","features":[1,42]},{"name":"DlgDirListComboBoxW","features":[1,42]},{"name":"DlgDirListW","features":[1,42]},{"name":"DlgDirSelectComboBoxExA","features":[1,42]},{"name":"DlgDirSelectComboBoxExW","features":[1,42]},{"name":"DlgDirSelectExA","features":[1,42]},{"name":"DlgDirSelectExW","features":[1,42]},{"name":"DrawInsert","features":[1,42]},{"name":"DrawShadowText","features":[1,13,42]},{"name":"DrawStatusTextA","features":[1,13,42]},{"name":"DrawStatusTextW","features":[1,13,42]},{"name":"DrawThemeBackground","features":[1,13,42]},{"name":"DrawThemeBackgroundEx","features":[1,13,42]},{"name":"DrawThemeEdge","features":[1,13,42]},{"name":"DrawThemeIcon","features":[1,13,42]},{"name":"DrawThemeParentBackground","features":[1,13,42]},{"name":"DrawThemeParentBackgroundEx","features":[1,13,42]},{"name":"DrawThemeText","features":[1,13,42]},{"name":"DrawThemeTextEx","features":[1,13,42]},{"name":"EBHC_HOT","features":[42]},{"name":"EBHC_NORMAL","features":[42]},{"name":"EBHC_PRESSED","features":[42]},{"name":"EBHP_HOT","features":[42]},{"name":"EBHP_NORMAL","features":[42]},{"name":"EBHP_PRESSED","features":[42]},{"name":"EBHP_SELECTEDHOT","features":[42]},{"name":"EBHP_SELECTEDNORMAL","features":[42]},{"name":"EBHP_SELECTEDPRESSED","features":[42]},{"name":"EBM_HOT","features":[42]},{"name":"EBM_NORMAL","features":[42]},{"name":"EBM_PRESSED","features":[42]},{"name":"EBNGC_HOT","features":[42]},{"name":"EBNGC_NORMAL","features":[42]},{"name":"EBNGC_PRESSED","features":[42]},{"name":"EBNGE_HOT","features":[42]},{"name":"EBNGE_NORMAL","features":[42]},{"name":"EBNGE_PRESSED","features":[42]},{"name":"EBP_HEADERBACKGROUND","features":[42]},{"name":"EBP_HEADERCLOSE","features":[42]},{"name":"EBP_HEADERPIN","features":[42]},{"name":"EBP_IEBARMENU","features":[42]},{"name":"EBP_NORMALGROUPBACKGROUND","features":[42]},{"name":"EBP_NORMALGROUPCOLLAPSE","features":[42]},{"name":"EBP_NORMALGROUPEXPAND","features":[42]},{"name":"EBP_NORMALGROUPHEAD","features":[42]},{"name":"EBP_SPECIALGROUPBACKGROUND","features":[42]},{"name":"EBP_SPECIALGROUPCOLLAPSE","features":[42]},{"name":"EBP_SPECIALGROUPEXPAND","features":[42]},{"name":"EBP_SPECIALGROUPHEAD","features":[42]},{"name":"EBSGC_HOT","features":[42]},{"name":"EBSGC_NORMAL","features":[42]},{"name":"EBSGC_PRESSED","features":[42]},{"name":"EBSGE_HOT","features":[42]},{"name":"EBSGE_NORMAL","features":[42]},{"name":"EBSGE_PRESSED","features":[42]},{"name":"EBS_ASSIST","features":[42]},{"name":"EBS_DISABLED","features":[42]},{"name":"EBS_FOCUSED","features":[42]},{"name":"EBS_HOT","features":[42]},{"name":"EBS_NORMAL","features":[42]},{"name":"EBS_READONLY","features":[42]},{"name":"EBWBS_DISABLED","features":[42]},{"name":"EBWBS_FOCUSED","features":[42]},{"name":"EBWBS_HOT","features":[42]},{"name":"EBWBS_NORMAL","features":[42]},{"name":"ECM_FIRST","features":[42]},{"name":"EC_ENDOFLINE","features":[42]},{"name":"EC_ENDOFLINE_CR","features":[42]},{"name":"EC_ENDOFLINE_CRLF","features":[42]},{"name":"EC_ENDOFLINE_DETECTFROMCONTENT","features":[42]},{"name":"EC_ENDOFLINE_LF","features":[42]},{"name":"EC_SEARCHWEB_ENTRYPOINT","features":[42]},{"name":"EC_SEARCHWEB_ENTRYPOINT_CONTEXTMENU","features":[42]},{"name":"EC_SEARCHWEB_ENTRYPOINT_EXTERNAL","features":[42]},{"name":"EDITBALLOONTIP","features":[42]},{"name":"EDITBALLOONTIP_ICON","features":[42]},{"name":"EDITBORDER_HSCROLLSTATES","features":[42]},{"name":"EDITBORDER_HVSCROLLSTATES","features":[42]},{"name":"EDITBORDER_NOSCROLLSTATES","features":[42]},{"name":"EDITBORDER_VSCROLLSTATES","features":[42]},{"name":"EDITPARTS","features":[42]},{"name":"EDITTEXTSTATES","features":[42]},{"name":"EDITWORDBREAKPROCA","features":[42]},{"name":"EDITWORDBREAKPROCW","features":[42]},{"name":"EMF_CENTERED","features":[42]},{"name":"EMPTYMARKUPPARTS","features":[42]},{"name":"EMP_MARKUPTEXT","features":[42]},{"name":"EMT_LINKTEXT","features":[42]},{"name":"EMT_NORMALTEXT","features":[42]},{"name":"EM_CANUNDO","features":[42]},{"name":"EM_CHARFROMPOS","features":[42]},{"name":"EM_EMPTYUNDOBUFFER","features":[42]},{"name":"EM_ENABLEFEATURE","features":[42]},{"name":"EM_ENABLESEARCHWEB","features":[42]},{"name":"EM_FILELINEFROMCHAR","features":[42]},{"name":"EM_FILELINEINDEX","features":[42]},{"name":"EM_FILELINELENGTH","features":[42]},{"name":"EM_FMTLINES","features":[42]},{"name":"EM_GETCARETINDEX","features":[42]},{"name":"EM_GETCUEBANNER","features":[42]},{"name":"EM_GETENDOFLINE","features":[42]},{"name":"EM_GETEXTENDEDSTYLE","features":[42]},{"name":"EM_GETFILELINE","features":[42]},{"name":"EM_GETFILELINECOUNT","features":[42]},{"name":"EM_GETFIRSTVISIBLELINE","features":[42]},{"name":"EM_GETHANDLE","features":[42]},{"name":"EM_GETHILITE","features":[42]},{"name":"EM_GETIMESTATUS","features":[42]},{"name":"EM_GETLIMITTEXT","features":[42]},{"name":"EM_GETLINE","features":[42]},{"name":"EM_GETLINECOUNT","features":[42]},{"name":"EM_GETMARGINS","features":[42]},{"name":"EM_GETMODIFY","features":[42]},{"name":"EM_GETPASSWORDCHAR","features":[42]},{"name":"EM_GETRECT","features":[42]},{"name":"EM_GETSEL","features":[42]},{"name":"EM_GETTHUMB","features":[42]},{"name":"EM_GETWORDBREAKPROC","features":[42]},{"name":"EM_HIDEBALLOONTIP","features":[42]},{"name":"EM_LIMITTEXT","features":[42]},{"name":"EM_LINEFROMCHAR","features":[42]},{"name":"EM_LINEINDEX","features":[42]},{"name":"EM_LINELENGTH","features":[42]},{"name":"EM_LINESCROLL","features":[42]},{"name":"EM_NOSETFOCUS","features":[42]},{"name":"EM_POSFROMCHAR","features":[42]},{"name":"EM_REPLACESEL","features":[42]},{"name":"EM_SCROLL","features":[42]},{"name":"EM_SCROLLCARET","features":[42]},{"name":"EM_SEARCHWEB","features":[42]},{"name":"EM_SETCARETINDEX","features":[42]},{"name":"EM_SETCUEBANNER","features":[42]},{"name":"EM_SETENDOFLINE","features":[42]},{"name":"EM_SETEXTENDEDSTYLE","features":[42]},{"name":"EM_SETHANDLE","features":[42]},{"name":"EM_SETHILITE","features":[42]},{"name":"EM_SETIMESTATUS","features":[42]},{"name":"EM_SETLIMITTEXT","features":[42]},{"name":"EM_SETMARGINS","features":[42]},{"name":"EM_SETMODIFY","features":[42]},{"name":"EM_SETPASSWORDCHAR","features":[42]},{"name":"EM_SETREADONLY","features":[42]},{"name":"EM_SETRECT","features":[42]},{"name":"EM_SETRECTNP","features":[42]},{"name":"EM_SETSEL","features":[42]},{"name":"EM_SETTABSTOPS","features":[42]},{"name":"EM_SETWORDBREAKPROC","features":[42]},{"name":"EM_SHOWBALLOONTIP","features":[42]},{"name":"EM_TAKEFOCUS","features":[42]},{"name":"EM_UNDO","features":[42]},{"name":"ENABLE_SCROLL_BAR_ARROWS","features":[42]},{"name":"EN_FIRST","features":[42]},{"name":"EN_LAST","features":[42]},{"name":"EN_SEARCHWEB","features":[42]},{"name":"EPSHV_DISABLED","features":[42]},{"name":"EPSHV_FOCUSED","features":[42]},{"name":"EPSHV_HOT","features":[42]},{"name":"EPSHV_NORMAL","features":[42]},{"name":"EPSH_DISABLED","features":[42]},{"name":"EPSH_FOCUSED","features":[42]},{"name":"EPSH_HOT","features":[42]},{"name":"EPSH_NORMAL","features":[42]},{"name":"EPSN_DISABLED","features":[42]},{"name":"EPSN_FOCUSED","features":[42]},{"name":"EPSN_HOT","features":[42]},{"name":"EPSN_NORMAL","features":[42]},{"name":"EPSV_DISABLED","features":[42]},{"name":"EPSV_FOCUSED","features":[42]},{"name":"EPSV_HOT","features":[42]},{"name":"EPSV_NORMAL","features":[42]},{"name":"EP_BACKGROUND","features":[42]},{"name":"EP_BACKGROUNDWITHBORDER","features":[42]},{"name":"EP_CARET","features":[42]},{"name":"EP_EDITBORDER_HSCROLL","features":[42]},{"name":"EP_EDITBORDER_HVSCROLL","features":[42]},{"name":"EP_EDITBORDER_NOSCROLL","features":[42]},{"name":"EP_EDITBORDER_VSCROLL","features":[42]},{"name":"EP_EDITTEXT","features":[42]},{"name":"EP_PASSWORD","features":[42]},{"name":"ESB_DISABLE_BOTH","features":[42]},{"name":"ESB_DISABLE_DOWN","features":[42]},{"name":"ESB_DISABLE_LEFT","features":[42]},{"name":"ESB_DISABLE_LTUP","features":[42]},{"name":"ESB_DISABLE_RIGHT","features":[42]},{"name":"ESB_DISABLE_RTDN","features":[42]},{"name":"ESB_DISABLE_UP","features":[42]},{"name":"ESB_ENABLE_BOTH","features":[42]},{"name":"ES_EX_ALLOWEOL_CR","features":[42]},{"name":"ES_EX_ALLOWEOL_LF","features":[42]},{"name":"ES_EX_CONVERT_EOL_ON_PASTE","features":[42]},{"name":"ES_EX_ZOOMABLE","features":[42]},{"name":"ETDT_DISABLE","features":[42]},{"name":"ETDT_ENABLE","features":[42]},{"name":"ETDT_USEAEROWIZARDTABTEXTURE","features":[42]},{"name":"ETDT_USETABTEXTURE","features":[42]},{"name":"ETS_ASSIST","features":[42]},{"name":"ETS_CUEBANNER","features":[42]},{"name":"ETS_DISABLED","features":[42]},{"name":"ETS_FOCUSED","features":[42]},{"name":"ETS_HOT","features":[42]},{"name":"ETS_NORMAL","features":[42]},{"name":"ETS_READONLY","features":[42]},{"name":"ETS_SELECTED","features":[42]},{"name":"EXPANDBUTTONSTATES","features":[42]},{"name":"EXPANDOBUTTONSTATES","features":[42]},{"name":"EXPLORERBARPARTS","features":[42]},{"name":"EnableScrollBar","features":[1,42]},{"name":"EnableThemeDialogTexture","features":[1,42]},{"name":"EnableTheming","features":[1,42]},{"name":"EndBufferedAnimation","features":[1,42]},{"name":"EndBufferedPaint","features":[1,42]},{"name":"EndPanningFeedback","features":[1,42]},{"name":"EvaluateProximityToPolygon","features":[1,42]},{"name":"EvaluateProximityToRect","features":[1,42]},{"name":"FBS_EMPHASIZED","features":[42]},{"name":"FBS_NORMAL","features":[42]},{"name":"FEEDBACK_GESTURE_PRESSANDTAP","features":[42]},{"name":"FEEDBACK_MAX","features":[42]},{"name":"FEEDBACK_PEN_BARRELVISUALIZATION","features":[42]},{"name":"FEEDBACK_PEN_DOUBLETAP","features":[42]},{"name":"FEEDBACK_PEN_PRESSANDHOLD","features":[42]},{"name":"FEEDBACK_PEN_RIGHTTAP","features":[42]},{"name":"FEEDBACK_PEN_TAP","features":[42]},{"name":"FEEDBACK_TOUCH_CONTACTVISUALIZATION","features":[42]},{"name":"FEEDBACK_TOUCH_DOUBLETAP","features":[42]},{"name":"FEEDBACK_TOUCH_PRESSANDHOLD","features":[42]},{"name":"FEEDBACK_TOUCH_RIGHTTAP","features":[42]},{"name":"FEEDBACK_TOUCH_TAP","features":[42]},{"name":"FEEDBACK_TYPE","features":[42]},{"name":"FILEOPENORD","features":[42]},{"name":"FILLSTATES","features":[42]},{"name":"FILLTYPE","features":[42]},{"name":"FILLVERTSTATES","features":[42]},{"name":"FINDDLGORD","features":[42]},{"name":"FLH_HOVER","features":[42]},{"name":"FLH_NORMAL","features":[42]},{"name":"FLS_DISABLED","features":[42]},{"name":"FLS_EMPHASIZED","features":[42]},{"name":"FLS_NORMAL","features":[42]},{"name":"FLS_SELECTED","features":[42]},{"name":"FLYOUTLINK_HOVER","features":[42]},{"name":"FLYOUTLINK_NORMAL","features":[42]},{"name":"FLYOUTPARTS","features":[42]},{"name":"FLYOUT_BODY","features":[42]},{"name":"FLYOUT_DIVIDER","features":[42]},{"name":"FLYOUT_HEADER","features":[42]},{"name":"FLYOUT_LABEL","features":[42]},{"name":"FLYOUT_LINK","features":[42]},{"name":"FLYOUT_LINKAREA","features":[42]},{"name":"FLYOUT_LINKHEADER","features":[42]},{"name":"FLYOUT_WINDOW","features":[42]},{"name":"FONTDLGORD","features":[42]},{"name":"FORMATDLGORD30","features":[42]},{"name":"FORMATDLGORD31","features":[42]},{"name":"FRAMEBOTTOMSTATES","features":[42]},{"name":"FRAMELEFTSTATES","features":[42]},{"name":"FRAMERIGHTSTATES","features":[42]},{"name":"FRAMESTATES","features":[42]},{"name":"FRB_ACTIVE","features":[42]},{"name":"FRB_INACTIVE","features":[42]},{"name":"FRL_ACTIVE","features":[42]},{"name":"FRL_INACTIVE","features":[42]},{"name":"FRR_ACTIVE","features":[42]},{"name":"FRR_INACTIVE","features":[42]},{"name":"FSB_ENCARTA_MODE","features":[42]},{"name":"FSB_FLAT_MODE","features":[42]},{"name":"FSB_REGULAR_MODE","features":[42]},{"name":"FS_ACTIVE","features":[42]},{"name":"FS_INACTIVE","features":[42]},{"name":"FT_HORZGRADIENT","features":[42]},{"name":"FT_RADIALGRADIENT","features":[42]},{"name":"FT_SOLID","features":[42]},{"name":"FT_TILEIMAGE","features":[42]},{"name":"FT_VERTGRADIENT","features":[42]},{"name":"FlatSB_EnableScrollBar","features":[1,42]},{"name":"FlatSB_GetScrollInfo","features":[1,42,55]},{"name":"FlatSB_GetScrollPos","features":[1,42,55]},{"name":"FlatSB_GetScrollProp","features":[1,42]},{"name":"FlatSB_GetScrollRange","features":[1,42,55]},{"name":"FlatSB_SetScrollInfo","features":[1,42,55]},{"name":"FlatSB_SetScrollPos","features":[1,42,55]},{"name":"FlatSB_SetScrollProp","features":[1,42]},{"name":"FlatSB_SetScrollRange","features":[1,42,55]},{"name":"FlatSB_ShowScrollBar","features":[1,42,55]},{"name":"GBF_COPY","features":[42]},{"name":"GBF_DIRECT","features":[42]},{"name":"GBF_VALIDBITS","features":[42]},{"name":"GBS_DISABLED","features":[42]},{"name":"GBS_NORMAL","features":[42]},{"name":"GDTR_MAX","features":[42]},{"name":"GDTR_MIN","features":[42]},{"name":"GDT_ERROR","features":[42]},{"name":"GDT_NONE","features":[42]},{"name":"GDT_VALID","features":[42]},{"name":"GET_THEME_BITMAP_FLAGS","features":[42]},{"name":"GFST_DPI","features":[42]},{"name":"GFST_NONE","features":[42]},{"name":"GFST_SIZE","features":[42]},{"name":"GLPS_CLOSED","features":[42]},{"name":"GLPS_OPENED","features":[42]},{"name":"GLYPHFONTSIZINGTYPE","features":[42]},{"name":"GLYPHSTATES","features":[42]},{"name":"GLYPHTYPE","features":[42]},{"name":"GMR_DAYSTATE","features":[42]},{"name":"GMR_VISIBLE","features":[42]},{"name":"GRIDCELLBACKGROUNDSTATES","features":[42]},{"name":"GRIDCELLSTATES","features":[42]},{"name":"GRIDCELLUPPERSTATES","features":[42]},{"name":"GRIPPERSTATES","features":[42]},{"name":"GROUPBOXSTATES","features":[42]},{"name":"GROUPHEADERLINESTATES","features":[42]},{"name":"GROUPHEADERSTATES","features":[42]},{"name":"GT_FONTGLYPH","features":[42]},{"name":"GT_IMAGEGLYPH","features":[42]},{"name":"GT_NONE","features":[42]},{"name":"GetBufferedPaintBits","features":[13,42]},{"name":"GetBufferedPaintDC","features":[13,42]},{"name":"GetBufferedPaintTargetDC","features":[13,42]},{"name":"GetBufferedPaintTargetRect","features":[1,42]},{"name":"GetComboBoxInfo","features":[1,42]},{"name":"GetCurrentThemeName","features":[42]},{"name":"GetEffectiveClientRect","features":[1,42]},{"name":"GetListBoxInfo","features":[1,42]},{"name":"GetMUILanguage","features":[42]},{"name":"GetThemeAnimationProperty","features":[42]},{"name":"GetThemeAnimationTransform","features":[42]},{"name":"GetThemeAppProperties","features":[42]},{"name":"GetThemeBackgroundContentRect","features":[1,13,42]},{"name":"GetThemeBackgroundExtent","features":[1,13,42]},{"name":"GetThemeBackgroundRegion","features":[1,13,42]},{"name":"GetThemeBitmap","features":[13,42]},{"name":"GetThemeBool","features":[1,42]},{"name":"GetThemeColor","features":[1,42]},{"name":"GetThemeDocumentationProperty","features":[42]},{"name":"GetThemeEnumValue","features":[42]},{"name":"GetThemeFilename","features":[42]},{"name":"GetThemeFont","features":[13,42]},{"name":"GetThemeInt","features":[42]},{"name":"GetThemeIntList","features":[42]},{"name":"GetThemeMargins","features":[1,13,42]},{"name":"GetThemeMetric","features":[13,42]},{"name":"GetThemePartSize","features":[1,13,42]},{"name":"GetThemePosition","features":[1,42]},{"name":"GetThemePropertyOrigin","features":[42]},{"name":"GetThemeRect","features":[1,42]},{"name":"GetThemeStream","features":[1,42]},{"name":"GetThemeString","features":[42]},{"name":"GetThemeSysBool","features":[1,42]},{"name":"GetThemeSysColor","features":[1,42]},{"name":"GetThemeSysColorBrush","features":[13,42]},{"name":"GetThemeSysFont","features":[13,42]},{"name":"GetThemeSysInt","features":[42]},{"name":"GetThemeSysSize","features":[42]},{"name":"GetThemeSysString","features":[42]},{"name":"GetThemeTextExtent","features":[1,13,42]},{"name":"GetThemeTextMetrics","features":[13,42]},{"name":"GetThemeTimingFunction","features":[42]},{"name":"GetThemeTransitionDuration","features":[42]},{"name":"GetWindowFeedbackSetting","features":[1,42]},{"name":"GetWindowTheme","features":[1,42]},{"name":"HALIGN","features":[42]},{"name":"HA_CENTER","features":[42]},{"name":"HA_LEFT","features":[42]},{"name":"HA_RIGHT","features":[42]},{"name":"HBG_DETAILS","features":[42]},{"name":"HBG_ICON","features":[42]},{"name":"HBS_DISABLED","features":[42]},{"name":"HBS_HOT","features":[42]},{"name":"HBS_NORMAL","features":[42]},{"name":"HBS_PUSHED","features":[42]},{"name":"HDDFS_HOT","features":[42]},{"name":"HDDFS_NORMAL","features":[42]},{"name":"HDDFS_SOFTHOT","features":[42]},{"name":"HDDS_HOT","features":[42]},{"name":"HDDS_NORMAL","features":[42]},{"name":"HDDS_SOFTHOT","features":[42]},{"name":"HDFT_HASNOVALUE","features":[42]},{"name":"HDFT_ISDATE","features":[42]},{"name":"HDFT_ISNUMBER","features":[42]},{"name":"HDFT_ISSTRING","features":[42]},{"name":"HDF_BITMAP","features":[42]},{"name":"HDF_BITMAP_ON_RIGHT","features":[42]},{"name":"HDF_CENTER","features":[42]},{"name":"HDF_CHECKBOX","features":[42]},{"name":"HDF_CHECKED","features":[42]},{"name":"HDF_FIXEDWIDTH","features":[42]},{"name":"HDF_IMAGE","features":[42]},{"name":"HDF_JUSTIFYMASK","features":[42]},{"name":"HDF_LEFT","features":[42]},{"name":"HDF_OWNERDRAW","features":[42]},{"name":"HDF_RIGHT","features":[42]},{"name":"HDF_RTLREADING","features":[42]},{"name":"HDF_SORTDOWN","features":[42]},{"name":"HDF_SORTUP","features":[42]},{"name":"HDF_SPLITBUTTON","features":[42]},{"name":"HDF_STRING","features":[42]},{"name":"HDHITTESTINFO","features":[1,42]},{"name":"HDIS_FOCUSED","features":[42]},{"name":"HDITEMA","features":[1,13,42]},{"name":"HDITEMW","features":[1,13,42]},{"name":"HDI_BITMAP","features":[42]},{"name":"HDI_DI_SETITEM","features":[42]},{"name":"HDI_FILTER","features":[42]},{"name":"HDI_FORMAT","features":[42]},{"name":"HDI_HEIGHT","features":[42]},{"name":"HDI_IMAGE","features":[42]},{"name":"HDI_LPARAM","features":[42]},{"name":"HDI_MASK","features":[42]},{"name":"HDI_ORDER","features":[42]},{"name":"HDI_STATE","features":[42]},{"name":"HDI_TEXT","features":[42]},{"name":"HDI_WIDTH","features":[42]},{"name":"HDLAYOUT","features":[1,42,55]},{"name":"HDM_CLEARFILTER","features":[42]},{"name":"HDM_CREATEDRAGIMAGE","features":[42]},{"name":"HDM_DELETEITEM","features":[42]},{"name":"HDM_EDITFILTER","features":[42]},{"name":"HDM_FIRST","features":[42]},{"name":"HDM_GETBITMAPMARGIN","features":[42]},{"name":"HDM_GETFOCUSEDITEM","features":[42]},{"name":"HDM_GETIMAGELIST","features":[42]},{"name":"HDM_GETITEM","features":[42]},{"name":"HDM_GETITEMA","features":[42]},{"name":"HDM_GETITEMCOUNT","features":[42]},{"name":"HDM_GETITEMDROPDOWNRECT","features":[42]},{"name":"HDM_GETITEMRECT","features":[42]},{"name":"HDM_GETITEMW","features":[42]},{"name":"HDM_GETORDERARRAY","features":[42]},{"name":"HDM_GETOVERFLOWRECT","features":[42]},{"name":"HDM_GETUNICODEFORMAT","features":[42]},{"name":"HDM_HITTEST","features":[42]},{"name":"HDM_INSERTITEM","features":[42]},{"name":"HDM_INSERTITEMA","features":[42]},{"name":"HDM_INSERTITEMW","features":[42]},{"name":"HDM_LAYOUT","features":[42]},{"name":"HDM_ORDERTOINDEX","features":[42]},{"name":"HDM_SETBITMAPMARGIN","features":[42]},{"name":"HDM_SETFILTERCHANGETIMEOUT","features":[42]},{"name":"HDM_SETFOCUSEDITEM","features":[42]},{"name":"HDM_SETHOTDIVIDER","features":[42]},{"name":"HDM_SETIMAGELIST","features":[42]},{"name":"HDM_SETITEM","features":[42]},{"name":"HDM_SETITEMA","features":[42]},{"name":"HDM_SETITEMW","features":[42]},{"name":"HDM_SETORDERARRAY","features":[42]},{"name":"HDM_SETUNICODEFORMAT","features":[42]},{"name":"HDN_BEGINDRAG","features":[42]},{"name":"HDN_BEGINFILTEREDIT","features":[42]},{"name":"HDN_BEGINTRACK","features":[42]},{"name":"HDN_BEGINTRACKA","features":[42]},{"name":"HDN_BEGINTRACKW","features":[42]},{"name":"HDN_DIVIDERDBLCLICK","features":[42]},{"name":"HDN_DIVIDERDBLCLICKA","features":[42]},{"name":"HDN_DIVIDERDBLCLICKW","features":[42]},{"name":"HDN_DROPDOWN","features":[42]},{"name":"HDN_ENDDRAG","features":[42]},{"name":"HDN_ENDFILTEREDIT","features":[42]},{"name":"HDN_ENDTRACK","features":[42]},{"name":"HDN_ENDTRACKA","features":[42]},{"name":"HDN_ENDTRACKW","features":[42]},{"name":"HDN_FILTERBTNCLICK","features":[42]},{"name":"HDN_FILTERCHANGE","features":[42]},{"name":"HDN_FIRST","features":[42]},{"name":"HDN_GETDISPINFO","features":[42]},{"name":"HDN_GETDISPINFOA","features":[42]},{"name":"HDN_GETDISPINFOW","features":[42]},{"name":"HDN_ITEMCHANGED","features":[42]},{"name":"HDN_ITEMCHANGEDA","features":[42]},{"name":"HDN_ITEMCHANGEDW","features":[42]},{"name":"HDN_ITEMCHANGING","features":[42]},{"name":"HDN_ITEMCHANGINGA","features":[42]},{"name":"HDN_ITEMCHANGINGW","features":[42]},{"name":"HDN_ITEMCLICK","features":[42]},{"name":"HDN_ITEMCLICKA","features":[42]},{"name":"HDN_ITEMCLICKW","features":[42]},{"name":"HDN_ITEMDBLCLICK","features":[42]},{"name":"HDN_ITEMDBLCLICKA","features":[42]},{"name":"HDN_ITEMDBLCLICKW","features":[42]},{"name":"HDN_ITEMKEYDOWN","features":[42]},{"name":"HDN_ITEMSTATEICONCLICK","features":[42]},{"name":"HDN_LAST","features":[42]},{"name":"HDN_OVERFLOWCLICK","features":[42]},{"name":"HDN_TRACK","features":[42]},{"name":"HDN_TRACKA","features":[42]},{"name":"HDN_TRACKW","features":[42]},{"name":"HDPA","features":[42]},{"name":"HDSA","features":[42]},{"name":"HDSIL_NORMAL","features":[42]},{"name":"HDSIL_STATE","features":[42]},{"name":"HDS_BUTTONS","features":[42]},{"name":"HDS_CHECKBOXES","features":[42]},{"name":"HDS_DRAGDROP","features":[42]},{"name":"HDS_FILTERBAR","features":[42]},{"name":"HDS_FLAT","features":[42]},{"name":"HDS_FULLDRAG","features":[42]},{"name":"HDS_HIDDEN","features":[42]},{"name":"HDS_HORZ","features":[42]},{"name":"HDS_HOTTRACK","features":[42]},{"name":"HDS_NOSIZING","features":[42]},{"name":"HDS_OVERFLOW","features":[42]},{"name":"HD_TEXTFILTERA","features":[42]},{"name":"HD_TEXTFILTERW","features":[42]},{"name":"HEADERAREASTATES","features":[42]},{"name":"HEADERCLOSESTATES","features":[42]},{"name":"HEADERDROPDOWNFILTERSTATES","features":[42]},{"name":"HEADERDROPDOWNSTATES","features":[42]},{"name":"HEADERITEMLEFTSTATES","features":[42]},{"name":"HEADERITEMRIGHTSTATES","features":[42]},{"name":"HEADERITEMSTATES","features":[42]},{"name":"HEADEROVERFLOWSTATES","features":[42]},{"name":"HEADERPARTS","features":[42]},{"name":"HEADERPINSTATES","features":[42]},{"name":"HEADERSORTARROWSTATES","features":[42]},{"name":"HEADERSTYLESTATES","features":[42]},{"name":"HEADER_CONTROL_FORMAT_FLAGS","features":[42]},{"name":"HEADER_CONTROL_FORMAT_STATE","features":[42]},{"name":"HEADER_CONTROL_FORMAT_TYPE","features":[42]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON","features":[42]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_LEFT","features":[42]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_MIDDLE","features":[42]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_RIGHT","features":[42]},{"name":"HEADER_HITTEST_INFO_FLAGS","features":[42]},{"name":"HELPBUTTONSTATES","features":[42]},{"name":"HELPLINKSTATES","features":[42]},{"name":"HGLPS_CLOSED","features":[42]},{"name":"HGLPS_OPENED","features":[42]},{"name":"HHT_ABOVE","features":[42]},{"name":"HHT_BELOW","features":[42]},{"name":"HHT_NOWHERE","features":[42]},{"name":"HHT_ONDIVIDER","features":[42]},{"name":"HHT_ONDIVOPEN","features":[42]},{"name":"HHT_ONDROPDOWN","features":[42]},{"name":"HHT_ONFILTER","features":[42]},{"name":"HHT_ONFILTERBUTTON","features":[42]},{"name":"HHT_ONHEADER","features":[42]},{"name":"HHT_ONITEMSTATEICON","features":[42]},{"name":"HHT_ONOVERFLOW","features":[42]},{"name":"HHT_TOLEFT","features":[42]},{"name":"HHT_TORIGHT","features":[42]},{"name":"HICF_ACCELERATOR","features":[42]},{"name":"HICF_ARROWKEYS","features":[42]},{"name":"HICF_DUPACCEL","features":[42]},{"name":"HICF_ENTERING","features":[42]},{"name":"HICF_LEAVING","features":[42]},{"name":"HICF_LMOUSE","features":[42]},{"name":"HICF_MOUSE","features":[42]},{"name":"HICF_OTHER","features":[42]},{"name":"HICF_RESELECT","features":[42]},{"name":"HICF_TOGGLEDROPDOWN","features":[42]},{"name":"HILS_HOT","features":[42]},{"name":"HILS_NORMAL","features":[42]},{"name":"HILS_PRESSED","features":[42]},{"name":"HIMAGELIST","features":[42]},{"name":"HIMAGELIST_QueryInterface","features":[42]},{"name":"HIRS_HOT","features":[42]},{"name":"HIRS_NORMAL","features":[42]},{"name":"HIRS_PRESSED","features":[42]},{"name":"HIST_ADDTOFAVORITES","features":[42]},{"name":"HIST_BACK","features":[42]},{"name":"HIST_FAVORITES","features":[42]},{"name":"HIST_FORWARD","features":[42]},{"name":"HIST_VIEWTREE","features":[42]},{"name":"HIS_HOT","features":[42]},{"name":"HIS_ICONHOT","features":[42]},{"name":"HIS_ICONNORMAL","features":[42]},{"name":"HIS_ICONPRESSED","features":[42]},{"name":"HIS_ICONSORTEDHOT","features":[42]},{"name":"HIS_ICONSORTEDNORMAL","features":[42]},{"name":"HIS_ICONSORTEDPRESSED","features":[42]},{"name":"HIS_NORMAL","features":[42]},{"name":"HIS_PRESSED","features":[42]},{"name":"HIS_SORTEDHOT","features":[42]},{"name":"HIS_SORTEDNORMAL","features":[42]},{"name":"HIS_SORTEDPRESSED","features":[42]},{"name":"HIT_TEST_BACKGROUND_OPTIONS","features":[42]},{"name":"HKCOMB_A","features":[42]},{"name":"HKCOMB_C","features":[42]},{"name":"HKCOMB_CA","features":[42]},{"name":"HKCOMB_NONE","features":[42]},{"name":"HKCOMB_S","features":[42]},{"name":"HKCOMB_SA","features":[42]},{"name":"HKCOMB_SC","features":[42]},{"name":"HKCOMB_SCA","features":[42]},{"name":"HKM_GETHOTKEY","features":[42]},{"name":"HKM_SETHOTKEY","features":[42]},{"name":"HKM_SETRULES","features":[42]},{"name":"HLS_LINKTEXT","features":[42]},{"name":"HLS_NORMALTEXT","features":[42]},{"name":"HOFS_HOT","features":[42]},{"name":"HOFS_NORMAL","features":[42]},{"name":"HORZSCROLLSTATES","features":[42]},{"name":"HORZTHUMBSTATES","features":[42]},{"name":"HOTGLYPHSTATES","features":[42]},{"name":"HOTKEYF_ALT","features":[42]},{"name":"HOTKEYF_CONTROL","features":[42]},{"name":"HOTKEYF_EXT","features":[42]},{"name":"HOTKEYF_SHIFT","features":[42]},{"name":"HOTKEY_CLASS","features":[42]},{"name":"HOTKEY_CLASSA","features":[42]},{"name":"HOTKEY_CLASSW","features":[42]},{"name":"HOVERBACKGROUNDSTATES","features":[42]},{"name":"HOVER_DEFAULT","features":[42]},{"name":"HPROPSHEETPAGE","features":[42]},{"name":"HP_HEADERDROPDOWN","features":[42]},{"name":"HP_HEADERDROPDOWNFILTER","features":[42]},{"name":"HP_HEADERITEM","features":[42]},{"name":"HP_HEADERITEMLEFT","features":[42]},{"name":"HP_HEADERITEMRIGHT","features":[42]},{"name":"HP_HEADEROVERFLOW","features":[42]},{"name":"HP_HEADERSORTARROW","features":[42]},{"name":"HSAS_SORTEDDOWN","features":[42]},{"name":"HSAS_SORTEDUP","features":[42]},{"name":"HSS_DISABLED","features":[42]},{"name":"HSS_HOT","features":[42]},{"name":"HSS_NORMAL","features":[42]},{"name":"HSS_PUSHED","features":[42]},{"name":"HSYNTHETICPOINTERDEVICE","features":[42]},{"name":"HTHEME","features":[42]},{"name":"HTREEITEM","features":[42]},{"name":"HTS_DISABLED","features":[42]},{"name":"HTS_HOT","features":[42]},{"name":"HTS_NORMAL","features":[42]},{"name":"HTS_PUSHED","features":[42]},{"name":"HTTB_BACKGROUNDSEG","features":[42]},{"name":"HTTB_CAPTION","features":[42]},{"name":"HTTB_FIXEDBORDER","features":[42]},{"name":"HTTB_RESIZINGBORDER","features":[42]},{"name":"HTTB_RESIZINGBORDER_BOTTOM","features":[42]},{"name":"HTTB_RESIZINGBORDER_LEFT","features":[42]},{"name":"HTTB_RESIZINGBORDER_RIGHT","features":[42]},{"name":"HTTB_RESIZINGBORDER_TOP","features":[42]},{"name":"HTTB_SIZINGTEMPLATE","features":[42]},{"name":"HTTB_SYSTEMSIZINGMARGINS","features":[42]},{"name":"HYPERLINKSTATES","features":[42]},{"name":"HYPERLINKTEXTSTATES","features":[42]},{"name":"HitTestThemeBackground","features":[1,13,42]},{"name":"ICC_ANIMATE_CLASS","features":[42]},{"name":"ICC_BAR_CLASSES","features":[42]},{"name":"ICC_COOL_CLASSES","features":[42]},{"name":"ICC_DATE_CLASSES","features":[42]},{"name":"ICC_HOTKEY_CLASS","features":[42]},{"name":"ICC_INTERNET_CLASSES","features":[42]},{"name":"ICC_LINK_CLASS","features":[42]},{"name":"ICC_LISTVIEW_CLASSES","features":[42]},{"name":"ICC_NATIVEFNTCTL_CLASS","features":[42]},{"name":"ICC_PAGESCROLLER_CLASS","features":[42]},{"name":"ICC_PROGRESS_CLASS","features":[42]},{"name":"ICC_STANDARD_CLASSES","features":[42]},{"name":"ICC_TAB_CLASSES","features":[42]},{"name":"ICC_TREEVIEW_CLASSES","features":[42]},{"name":"ICC_UPDOWN_CLASS","features":[42]},{"name":"ICC_USEREX_CLASSES","features":[42]},{"name":"ICC_WIN95_CLASSES","features":[42]},{"name":"ICE_ALPHA","features":[42]},{"name":"ICE_GLOW","features":[42]},{"name":"ICE_NONE","features":[42]},{"name":"ICE_PULSE","features":[42]},{"name":"ICE_SHADOW","features":[42]},{"name":"ICONEFFECT","features":[42]},{"name":"IDB_HIST_DISABLED","features":[42]},{"name":"IDB_HIST_HOT","features":[42]},{"name":"IDB_HIST_LARGE_COLOR","features":[42]},{"name":"IDB_HIST_NORMAL","features":[42]},{"name":"IDB_HIST_PRESSED","features":[42]},{"name":"IDB_HIST_SMALL_COLOR","features":[42]},{"name":"IDB_STD_LARGE_COLOR","features":[42]},{"name":"IDB_STD_SMALL_COLOR","features":[42]},{"name":"IDB_VIEW_LARGE_COLOR","features":[42]},{"name":"IDB_VIEW_SMALL_COLOR","features":[42]},{"name":"IDC_MANAGE_LINK","features":[42]},{"name":"ID_PSRESTARTWINDOWS","features":[42]},{"name":"IEBARMENUSTATES","features":[42]},{"name":"IImageList","features":[42]},{"name":"IImageList2","features":[42]},{"name":"ILCF_MOVE","features":[42]},{"name":"ILCF_SWAP","features":[42]},{"name":"ILC_COLOR","features":[42]},{"name":"ILC_COLOR16","features":[42]},{"name":"ILC_COLOR24","features":[42]},{"name":"ILC_COLOR32","features":[42]},{"name":"ILC_COLOR4","features":[42]},{"name":"ILC_COLOR8","features":[42]},{"name":"ILC_COLORDDB","features":[42]},{"name":"ILC_HIGHQUALITYSCALE","features":[42]},{"name":"ILC_MASK","features":[42]},{"name":"ILC_MIRROR","features":[42]},{"name":"ILC_ORIGINALSIZE","features":[42]},{"name":"ILC_PALETTE","features":[42]},{"name":"ILC_PERITEMMIRROR","features":[42]},{"name":"ILDI_PURGE","features":[42]},{"name":"ILDI_QUERYACCESS","features":[42]},{"name":"ILDI_RESETACCESS","features":[42]},{"name":"ILDI_STANDBY","features":[42]},{"name":"ILDRF_IMAGELOWQUALITY","features":[42]},{"name":"ILDRF_OVERLAYLOWQUALITY","features":[42]},{"name":"ILD_ASYNC","features":[42]},{"name":"ILD_BLEND","features":[42]},{"name":"ILD_BLEND25","features":[42]},{"name":"ILD_BLEND50","features":[42]},{"name":"ILD_DPISCALE","features":[42]},{"name":"ILD_FOCUS","features":[42]},{"name":"ILD_IMAGE","features":[42]},{"name":"ILD_MASK","features":[42]},{"name":"ILD_NORMAL","features":[42]},{"name":"ILD_OVERLAYMASK","features":[42]},{"name":"ILD_PRESERVEALPHA","features":[42]},{"name":"ILD_ROP","features":[42]},{"name":"ILD_SCALE","features":[42]},{"name":"ILD_SELECTED","features":[42]},{"name":"ILD_TRANSPARENT","features":[42]},{"name":"ILFIP_ALWAYS","features":[42]},{"name":"ILFIP_FROMSTANDBY","features":[42]},{"name":"ILGOS_ALWAYS","features":[42]},{"name":"ILGOS_FROMSTANDBY","features":[42]},{"name":"ILGT_ASYNC","features":[42]},{"name":"ILGT_NORMAL","features":[42]},{"name":"ILIF_ALPHA","features":[42]},{"name":"ILIF_LOWQUALITY","features":[42]},{"name":"ILP_DOWNLEVEL","features":[42]},{"name":"ILP_NORMAL","features":[42]},{"name":"ILR_DEFAULT","features":[42]},{"name":"ILR_HORIZONTAL_CENTER","features":[42]},{"name":"ILR_HORIZONTAL_LEFT","features":[42]},{"name":"ILR_HORIZONTAL_RIGHT","features":[42]},{"name":"ILR_SCALE_ASPECTRATIO","features":[42]},{"name":"ILR_SCALE_CLIP","features":[42]},{"name":"ILR_VERTICAL_BOTTOM","features":[42]},{"name":"ILR_VERTICAL_CENTER","features":[42]},{"name":"ILR_VERTICAL_TOP","features":[42]},{"name":"ILS_ALPHA","features":[42]},{"name":"ILS_GLOW","features":[42]},{"name":"ILS_NORMAL","features":[42]},{"name":"ILS_SATURATE","features":[42]},{"name":"ILS_SHADOW","features":[42]},{"name":"IL_HORIZONTAL","features":[42]},{"name":"IL_VERTICAL","features":[42]},{"name":"IMAGEINFO","features":[1,13,42]},{"name":"IMAGELAYOUT","features":[42]},{"name":"IMAGELISTDRAWPARAMS","features":[1,13,42]},{"name":"IMAGELISTSTATS","features":[42]},{"name":"IMAGELIST_CREATION_FLAGS","features":[42]},{"name":"IMAGESELECTTYPE","features":[42]},{"name":"IMAGE_LIST_COPY_FLAGS","features":[42]},{"name":"IMAGE_LIST_DRAW_STYLE","features":[42]},{"name":"IMAGE_LIST_ITEM_FLAGS","features":[42]},{"name":"IMAGE_LIST_WRITE_STREAM_FLAGS","features":[42]},{"name":"INFOTIPSIZE","features":[42]},{"name":"INITCOMMONCONTROLSEX","features":[42]},{"name":"INITCOMMONCONTROLSEX_ICC","features":[42]},{"name":"INTLIST","features":[42]},{"name":"INVALID_LINK_INDEX","features":[42]},{"name":"IPM_CLEARADDRESS","features":[42]},{"name":"IPM_GETADDRESS","features":[42]},{"name":"IPM_ISBLANK","features":[42]},{"name":"IPM_SETADDRESS","features":[42]},{"name":"IPM_SETFOCUS","features":[42]},{"name":"IPM_SETRANGE","features":[42]},{"name":"IPN_FIELDCHANGED","features":[42]},{"name":"IPN_FIRST","features":[42]},{"name":"IPN_LAST","features":[42]},{"name":"IST_DPI","features":[42]},{"name":"IST_NONE","features":[42]},{"name":"IST_SIZE","features":[42]},{"name":"ITEMSTATES","features":[42]},{"name":"I_CHILDRENAUTO","features":[42]},{"name":"I_CHILDRENCALLBACK","features":[42]},{"name":"I_GROUPIDCALLBACK","features":[42]},{"name":"I_GROUPIDNONE","features":[42]},{"name":"I_IMAGECALLBACK","features":[42]},{"name":"I_IMAGENONE","features":[42]},{"name":"I_INDENTCALLBACK","features":[42]},{"name":"I_ONE_OR_MORE","features":[42]},{"name":"I_ZERO","features":[42]},{"name":"ImageList","features":[42]},{"name":"ImageList_Add","features":[13,42]},{"name":"ImageList_AddMasked","features":[1,13,42]},{"name":"ImageList_BeginDrag","features":[1,42]},{"name":"ImageList_CoCreateInstance","features":[42]},{"name":"ImageList_Copy","features":[1,42]},{"name":"ImageList_Create","features":[42]},{"name":"ImageList_Destroy","features":[1,42]},{"name":"ImageList_DragEnter","features":[1,42]},{"name":"ImageList_DragLeave","features":[1,42]},{"name":"ImageList_DragMove","features":[1,42]},{"name":"ImageList_DragShowNolock","features":[1,42]},{"name":"ImageList_Draw","features":[1,13,42]},{"name":"ImageList_DrawEx","features":[1,13,42]},{"name":"ImageList_DrawIndirect","features":[1,13,42]},{"name":"ImageList_Duplicate","features":[42]},{"name":"ImageList_EndDrag","features":[42]},{"name":"ImageList_GetBkColor","features":[1,42]},{"name":"ImageList_GetDragImage","features":[1,42]},{"name":"ImageList_GetIcon","features":[42,55]},{"name":"ImageList_GetIconSize","features":[1,42]},{"name":"ImageList_GetImageCount","features":[42]},{"name":"ImageList_GetImageInfo","features":[1,13,42]},{"name":"ImageList_LoadImageA","features":[1,42,55]},{"name":"ImageList_LoadImageW","features":[1,42,55]},{"name":"ImageList_Merge","features":[42]},{"name":"ImageList_Read","features":[42]},{"name":"ImageList_ReadEx","features":[42]},{"name":"ImageList_Remove","features":[1,42]},{"name":"ImageList_Replace","features":[1,13,42]},{"name":"ImageList_ReplaceIcon","features":[42,55]},{"name":"ImageList_SetBkColor","features":[1,42]},{"name":"ImageList_SetDragCursorImage","features":[1,42]},{"name":"ImageList_SetIconSize","features":[1,42]},{"name":"ImageList_SetImageCount","features":[1,42]},{"name":"ImageList_SetOverlayImage","features":[1,42]},{"name":"ImageList_Write","features":[1,42]},{"name":"ImageList_WriteEx","features":[42]},{"name":"InitCommonControls","features":[42]},{"name":"InitCommonControlsEx","features":[1,42]},{"name":"InitMUILanguage","features":[42]},{"name":"InitializeFlatSB","features":[1,42]},{"name":"IsAppThemed","features":[1,42]},{"name":"IsCharLowerW","features":[1,42]},{"name":"IsCompositionActive","features":[1,42]},{"name":"IsDlgButtonChecked","features":[1,42]},{"name":"IsThemeActive","features":[1,42]},{"name":"IsThemeBackgroundPartiallyTransparent","features":[1,42]},{"name":"IsThemeDialogTextureEnabled","features":[1,42]},{"name":"IsThemePartDefined","features":[1,42]},{"name":"LABELSTATES","features":[42]},{"name":"LBCP_BORDER_HSCROLL","features":[42]},{"name":"LBCP_BORDER_HVSCROLL","features":[42]},{"name":"LBCP_BORDER_NOSCROLL","features":[42]},{"name":"LBCP_BORDER_VSCROLL","features":[42]},{"name":"LBCP_ITEM","features":[42]},{"name":"LBItemFromPt","features":[1,42]},{"name":"LBPSHV_DISABLED","features":[42]},{"name":"LBPSHV_FOCUSED","features":[42]},{"name":"LBPSHV_HOT","features":[42]},{"name":"LBPSHV_NORMAL","features":[42]},{"name":"LBPSH_DISABLED","features":[42]},{"name":"LBPSH_FOCUSED","features":[42]},{"name":"LBPSH_HOT","features":[42]},{"name":"LBPSH_NORMAL","features":[42]},{"name":"LBPSI_HOT","features":[42]},{"name":"LBPSI_HOTSELECTED","features":[42]},{"name":"LBPSI_SELECTED","features":[42]},{"name":"LBPSI_SELECTEDNOTFOCUS","features":[42]},{"name":"LBPSN_DISABLED","features":[42]},{"name":"LBPSN_FOCUSED","features":[42]},{"name":"LBPSN_HOT","features":[42]},{"name":"LBPSN_NORMAL","features":[42]},{"name":"LBPSV_DISABLED","features":[42]},{"name":"LBPSV_FOCUSED","features":[42]},{"name":"LBPSV_HOT","features":[42]},{"name":"LBPSV_NORMAL","features":[42]},{"name":"LHITTESTINFO","features":[1,42]},{"name":"LIF_ITEMID","features":[42]},{"name":"LIF_ITEMINDEX","features":[42]},{"name":"LIF_STATE","features":[42]},{"name":"LIF_URL","features":[42]},{"name":"LIM_LARGE","features":[42]},{"name":"LIM_SMALL","features":[42]},{"name":"LINKHEADERSTATES","features":[42]},{"name":"LINKPARTS","features":[42]},{"name":"LINKSTATES","features":[42]},{"name":"LISS_DISABLED","features":[42]},{"name":"LISS_HOT","features":[42]},{"name":"LISS_HOTSELECTED","features":[42]},{"name":"LISS_NORMAL","features":[42]},{"name":"LISS_SELECTED","features":[42]},{"name":"LISS_SELECTEDNOTFOCUS","features":[42]},{"name":"LISTBOXPARTS","features":[42]},{"name":"LISTITEMSTATES","features":[42]},{"name":"LISTVIEWPARTS","features":[42]},{"name":"LIST_ITEM_FLAGS","features":[42]},{"name":"LIST_ITEM_STATE_FLAGS","features":[42]},{"name":"LIST_VIEW_BACKGROUND_IMAGE_FLAGS","features":[42]},{"name":"LIST_VIEW_GROUP_ALIGN_FLAGS","features":[42]},{"name":"LIST_VIEW_GROUP_STATE_FLAGS","features":[42]},{"name":"LIST_VIEW_ITEM_COLUMN_FORMAT_FLAGS","features":[42]},{"name":"LIST_VIEW_ITEM_FLAGS","features":[42]},{"name":"LIST_VIEW_ITEM_STATE_FLAGS","features":[42]},{"name":"LIS_DEFAULTCOLORS","features":[42]},{"name":"LIS_ENABLED","features":[42]},{"name":"LIS_FOCUSED","features":[42]},{"name":"LIS_HOTTRACK","features":[42]},{"name":"LIS_VISITED","features":[42]},{"name":"LITEM","features":[42]},{"name":"LM_GETIDEALHEIGHT","features":[42]},{"name":"LM_GETIDEALSIZE","features":[42]},{"name":"LM_GETITEM","features":[42]},{"name":"LM_HITTEST","features":[42]},{"name":"LM_SETITEM","features":[42]},{"name":"LOGOFFBUTTONSSTATES","features":[42]},{"name":"LPFNADDPROPSHEETPAGES","features":[1,42]},{"name":"LPFNCCINFOA","features":[1,13,42]},{"name":"LPFNCCINFOW","features":[1,13,42]},{"name":"LPFNCCSIZETOTEXTA","features":[13,42]},{"name":"LPFNCCSIZETOTEXTW","features":[13,42]},{"name":"LPFNCCSTYLEA","features":[1,42]},{"name":"LPFNCCSTYLEW","features":[1,42]},{"name":"LPFNPSPCALLBACKA","features":[1,13,42,55]},{"name":"LPFNPSPCALLBACKW","features":[1,13,42,55]},{"name":"LPFNSVADDPROPSHEETPAGE","features":[1,42]},{"name":"LP_HYPERLINK","features":[42]},{"name":"LVA_ALIGNLEFT","features":[42]},{"name":"LVA_ALIGNTOP","features":[42]},{"name":"LVA_DEFAULT","features":[42]},{"name":"LVA_SNAPTOGRID","features":[42]},{"name":"LVBKIF_FLAG_ALPHABLEND","features":[42]},{"name":"LVBKIF_FLAG_TILEOFFSET","features":[42]},{"name":"LVBKIF_SOURCE_HBITMAP","features":[42]},{"name":"LVBKIF_SOURCE_MASK","features":[42]},{"name":"LVBKIF_SOURCE_NONE","features":[42]},{"name":"LVBKIF_SOURCE_URL","features":[42]},{"name":"LVBKIF_STYLE_MASK","features":[42]},{"name":"LVBKIF_STYLE_NORMAL","features":[42]},{"name":"LVBKIF_STYLE_TILE","features":[42]},{"name":"LVBKIF_TYPE_WATERMARK","features":[42]},{"name":"LVBKIMAGEA","features":[13,42]},{"name":"LVBKIMAGEW","features":[13,42]},{"name":"LVCB_HOVER","features":[42]},{"name":"LVCB_NORMAL","features":[42]},{"name":"LVCB_PUSHED","features":[42]},{"name":"LVCDI_GROUP","features":[42]},{"name":"LVCDI_ITEM","features":[42]},{"name":"LVCDI_ITEMSLIST","features":[42]},{"name":"LVCDRF_NOGROUPFRAME","features":[42]},{"name":"LVCDRF_NOSELECT","features":[42]},{"name":"LVCFMT_BITMAP_ON_RIGHT","features":[42]},{"name":"LVCFMT_CENTER","features":[42]},{"name":"LVCFMT_COL_HAS_IMAGES","features":[42]},{"name":"LVCFMT_FILL","features":[42]},{"name":"LVCFMT_FIXED_RATIO","features":[42]},{"name":"LVCFMT_FIXED_WIDTH","features":[42]},{"name":"LVCFMT_IMAGE","features":[42]},{"name":"LVCFMT_JUSTIFYMASK","features":[42]},{"name":"LVCFMT_LEFT","features":[42]},{"name":"LVCFMT_LINE_BREAK","features":[42]},{"name":"LVCFMT_NO_DPI_SCALE","features":[42]},{"name":"LVCFMT_NO_TITLE","features":[42]},{"name":"LVCFMT_RIGHT","features":[42]},{"name":"LVCFMT_SPLITBUTTON","features":[42]},{"name":"LVCFMT_TILE_PLACEMENTMASK","features":[42]},{"name":"LVCFMT_WRAP","features":[42]},{"name":"LVCF_DEFAULTWIDTH","features":[42]},{"name":"LVCF_FMT","features":[42]},{"name":"LVCF_IDEALWIDTH","features":[42]},{"name":"LVCF_IMAGE","features":[42]},{"name":"LVCF_MINWIDTH","features":[42]},{"name":"LVCF_ORDER","features":[42]},{"name":"LVCF_SUBITEM","features":[42]},{"name":"LVCF_TEXT","features":[42]},{"name":"LVCF_WIDTH","features":[42]},{"name":"LVCOLUMNA","features":[42]},{"name":"LVCOLUMNW","features":[42]},{"name":"LVCOLUMNW_FORMAT","features":[42]},{"name":"LVCOLUMNW_MASK","features":[42]},{"name":"LVEB_HOVER","features":[42]},{"name":"LVEB_NORMAL","features":[42]},{"name":"LVEB_PUSHED","features":[42]},{"name":"LVFF_ITEMCOUNT","features":[42]},{"name":"LVFIF_STATE","features":[42]},{"name":"LVFIF_TEXT","features":[42]},{"name":"LVFINDINFOA","features":[1,42]},{"name":"LVFINDINFOW","features":[1,42]},{"name":"LVFINDINFOW_FLAGS","features":[42]},{"name":"LVFIS_FOCUSED","features":[42]},{"name":"LVFI_NEARESTXY","features":[42]},{"name":"LVFI_PARAM","features":[42]},{"name":"LVFI_PARTIAL","features":[42]},{"name":"LVFI_STRING","features":[42]},{"name":"LVFI_SUBSTRING","features":[42]},{"name":"LVFI_WRAP","features":[42]},{"name":"LVFOOTERINFO","features":[42]},{"name":"LVFOOTERITEM","features":[42]},{"name":"LVFOOTERITEM_MASK","features":[42]},{"name":"LVGA_FOOTER_CENTER","features":[42]},{"name":"LVGA_FOOTER_LEFT","features":[42]},{"name":"LVGA_FOOTER_RIGHT","features":[42]},{"name":"LVGA_HEADER_CENTER","features":[42]},{"name":"LVGA_HEADER_LEFT","features":[42]},{"name":"LVGA_HEADER_RIGHT","features":[42]},{"name":"LVGF_ALIGN","features":[42]},{"name":"LVGF_DESCRIPTIONBOTTOM","features":[42]},{"name":"LVGF_DESCRIPTIONTOP","features":[42]},{"name":"LVGF_EXTENDEDIMAGE","features":[42]},{"name":"LVGF_FOOTER","features":[42]},{"name":"LVGF_GROUPID","features":[42]},{"name":"LVGF_HEADER","features":[42]},{"name":"LVGF_ITEMS","features":[42]},{"name":"LVGF_NONE","features":[42]},{"name":"LVGF_STATE","features":[42]},{"name":"LVGF_SUBSET","features":[42]},{"name":"LVGF_SUBSETITEMS","features":[42]},{"name":"LVGF_SUBTITLE","features":[42]},{"name":"LVGF_TASK","features":[42]},{"name":"LVGF_TITLEIMAGE","features":[42]},{"name":"LVGGR_GROUP","features":[42]},{"name":"LVGGR_HEADER","features":[42]},{"name":"LVGGR_LABEL","features":[42]},{"name":"LVGGR_SUBSETLINK","features":[42]},{"name":"LVGHL_CLOSE","features":[42]},{"name":"LVGHL_CLOSEHOT","features":[42]},{"name":"LVGHL_CLOSEMIXEDSELECTION","features":[42]},{"name":"LVGHL_CLOSEMIXEDSELECTIONHOT","features":[42]},{"name":"LVGHL_CLOSESELECTED","features":[42]},{"name":"LVGHL_CLOSESELECTEDHOT","features":[42]},{"name":"LVGHL_CLOSESELECTEDNOTFOCUSED","features":[42]},{"name":"LVGHL_CLOSESELECTEDNOTFOCUSEDHOT","features":[42]},{"name":"LVGHL_OPEN","features":[42]},{"name":"LVGHL_OPENHOT","features":[42]},{"name":"LVGHL_OPENMIXEDSELECTION","features":[42]},{"name":"LVGHL_OPENMIXEDSELECTIONHOT","features":[42]},{"name":"LVGHL_OPENSELECTED","features":[42]},{"name":"LVGHL_OPENSELECTEDHOT","features":[42]},{"name":"LVGHL_OPENSELECTEDNOTFOCUSED","features":[42]},{"name":"LVGHL_OPENSELECTEDNOTFOCUSEDHOT","features":[42]},{"name":"LVGH_CLOSE","features":[42]},{"name":"LVGH_CLOSEHOT","features":[42]},{"name":"LVGH_CLOSEMIXEDSELECTION","features":[42]},{"name":"LVGH_CLOSEMIXEDSELECTIONHOT","features":[42]},{"name":"LVGH_CLOSESELECTED","features":[42]},{"name":"LVGH_CLOSESELECTEDHOT","features":[42]},{"name":"LVGH_CLOSESELECTEDNOTFOCUSED","features":[42]},{"name":"LVGH_CLOSESELECTEDNOTFOCUSEDHOT","features":[42]},{"name":"LVGH_OPEN","features":[42]},{"name":"LVGH_OPENHOT","features":[42]},{"name":"LVGH_OPENMIXEDSELECTION","features":[42]},{"name":"LVGH_OPENMIXEDSELECTIONHOT","features":[42]},{"name":"LVGH_OPENSELECTED","features":[42]},{"name":"LVGH_OPENSELECTEDHOT","features":[42]},{"name":"LVGH_OPENSELECTEDNOTFOCUSED","features":[42]},{"name":"LVGH_OPENSELECTEDNOTFOCUSEDHOT","features":[42]},{"name":"LVGIT_UNFOLDED","features":[42]},{"name":"LVGIT_ZERO","features":[42]},{"name":"LVGMF_BORDERCOLOR","features":[42]},{"name":"LVGMF_BORDERSIZE","features":[42]},{"name":"LVGMF_NONE","features":[42]},{"name":"LVGMF_TEXTCOLOR","features":[42]},{"name":"LVGROUP","features":[42]},{"name":"LVGROUPMETRICS","features":[1,42]},{"name":"LVGROUP_MASK","features":[42]},{"name":"LVGS_COLLAPSED","features":[42]},{"name":"LVGS_COLLAPSIBLE","features":[42]},{"name":"LVGS_FOCUSED","features":[42]},{"name":"LVGS_HIDDEN","features":[42]},{"name":"LVGS_NOHEADER","features":[42]},{"name":"LVGS_NORMAL","features":[42]},{"name":"LVGS_SELECTED","features":[42]},{"name":"LVGS_SUBSETED","features":[42]},{"name":"LVGS_SUBSETLINKFOCUSED","features":[42]},{"name":"LVHITTESTINFO","features":[1,42]},{"name":"LVHITTESTINFO_FLAGS","features":[42]},{"name":"LVHT_ABOVE","features":[42]},{"name":"LVHT_BELOW","features":[42]},{"name":"LVHT_EX_FOOTER","features":[42]},{"name":"LVHT_EX_GROUP","features":[42]},{"name":"LVHT_EX_GROUP_BACKGROUND","features":[42]},{"name":"LVHT_EX_GROUP_COLLAPSE","features":[42]},{"name":"LVHT_EX_GROUP_FOOTER","features":[42]},{"name":"LVHT_EX_GROUP_HEADER","features":[42]},{"name":"LVHT_EX_GROUP_STATEICON","features":[42]},{"name":"LVHT_EX_GROUP_SUBSETLINK","features":[42]},{"name":"LVHT_EX_ONCONTENTS","features":[42]},{"name":"LVHT_NOWHERE","features":[42]},{"name":"LVHT_ONITEMICON","features":[42]},{"name":"LVHT_ONITEMLABEL","features":[42]},{"name":"LVHT_ONITEMSTATEICON","features":[42]},{"name":"LVHT_TOLEFT","features":[42]},{"name":"LVHT_TORIGHT","features":[42]},{"name":"LVIF_COLFMT","features":[42]},{"name":"LVIF_COLUMNS","features":[42]},{"name":"LVIF_DI_SETITEM","features":[42]},{"name":"LVIF_GROUPID","features":[42]},{"name":"LVIF_IMAGE","features":[42]},{"name":"LVIF_INDENT","features":[42]},{"name":"LVIF_NORECOMPUTE","features":[42]},{"name":"LVIF_PARAM","features":[42]},{"name":"LVIF_STATE","features":[42]},{"name":"LVIF_TEXT","features":[42]},{"name":"LVIM_AFTER","features":[42]},{"name":"LVINSERTGROUPSORTED","features":[42]},{"name":"LVINSERTMARK","features":[42]},{"name":"LVIR_BOUNDS","features":[42]},{"name":"LVIR_ICON","features":[42]},{"name":"LVIR_LABEL","features":[42]},{"name":"LVIR_SELECTBOUNDS","features":[42]},{"name":"LVIS_ACTIVATING","features":[42]},{"name":"LVIS_CUT","features":[42]},{"name":"LVIS_DROPHILITED","features":[42]},{"name":"LVIS_FOCUSED","features":[42]},{"name":"LVIS_GLOW","features":[42]},{"name":"LVIS_OVERLAYMASK","features":[42]},{"name":"LVIS_SELECTED","features":[42]},{"name":"LVIS_STATEIMAGEMASK","features":[42]},{"name":"LVITEMA","features":[1,42]},{"name":"LVITEMA_GROUP_ID","features":[42]},{"name":"LVITEMINDEX","features":[42]},{"name":"LVITEMW","features":[1,42]},{"name":"LVKF_ALT","features":[42]},{"name":"LVKF_CONTROL","features":[42]},{"name":"LVKF_SHIFT","features":[42]},{"name":"LVM_APPROXIMATEVIEWRECT","features":[42]},{"name":"LVM_ARRANGE","features":[42]},{"name":"LVM_CANCELEDITLABEL","features":[42]},{"name":"LVM_CREATEDRAGIMAGE","features":[42]},{"name":"LVM_DELETEALLITEMS","features":[42]},{"name":"LVM_DELETECOLUMN","features":[42]},{"name":"LVM_DELETEITEM","features":[42]},{"name":"LVM_EDITLABEL","features":[42]},{"name":"LVM_EDITLABELA","features":[42]},{"name":"LVM_EDITLABELW","features":[42]},{"name":"LVM_ENABLEGROUPVIEW","features":[42]},{"name":"LVM_ENSUREVISIBLE","features":[42]},{"name":"LVM_FINDITEM","features":[42]},{"name":"LVM_FINDITEMA","features":[42]},{"name":"LVM_FINDITEMW","features":[42]},{"name":"LVM_FIRST","features":[42]},{"name":"LVM_GETBKCOLOR","features":[42]},{"name":"LVM_GETBKIMAGE","features":[42]},{"name":"LVM_GETBKIMAGEA","features":[42]},{"name":"LVM_GETBKIMAGEW","features":[42]},{"name":"LVM_GETCALLBACKMASK","features":[42]},{"name":"LVM_GETCOLUMN","features":[42]},{"name":"LVM_GETCOLUMNA","features":[42]},{"name":"LVM_GETCOLUMNORDERARRAY","features":[42]},{"name":"LVM_GETCOLUMNW","features":[42]},{"name":"LVM_GETCOLUMNWIDTH","features":[42]},{"name":"LVM_GETCOUNTPERPAGE","features":[42]},{"name":"LVM_GETEDITCONTROL","features":[42]},{"name":"LVM_GETEMPTYTEXT","features":[42]},{"name":"LVM_GETEXTENDEDLISTVIEWSTYLE","features":[42]},{"name":"LVM_GETFOCUSEDGROUP","features":[42]},{"name":"LVM_GETFOOTERINFO","features":[42]},{"name":"LVM_GETFOOTERITEM","features":[42]},{"name":"LVM_GETFOOTERITEMRECT","features":[42]},{"name":"LVM_GETFOOTERRECT","features":[42]},{"name":"LVM_GETGROUPCOUNT","features":[42]},{"name":"LVM_GETGROUPINFO","features":[42]},{"name":"LVM_GETGROUPINFOBYINDEX","features":[42]},{"name":"LVM_GETGROUPMETRICS","features":[42]},{"name":"LVM_GETGROUPRECT","features":[42]},{"name":"LVM_GETGROUPSTATE","features":[42]},{"name":"LVM_GETHEADER","features":[42]},{"name":"LVM_GETHOTCURSOR","features":[42]},{"name":"LVM_GETHOTITEM","features":[42]},{"name":"LVM_GETHOVERTIME","features":[42]},{"name":"LVM_GETIMAGELIST","features":[42]},{"name":"LVM_GETINSERTMARK","features":[42]},{"name":"LVM_GETINSERTMARKCOLOR","features":[42]},{"name":"LVM_GETINSERTMARKRECT","features":[42]},{"name":"LVM_GETISEARCHSTRING","features":[42]},{"name":"LVM_GETISEARCHSTRINGA","features":[42]},{"name":"LVM_GETISEARCHSTRINGW","features":[42]},{"name":"LVM_GETITEM","features":[42]},{"name":"LVM_GETITEMA","features":[42]},{"name":"LVM_GETITEMCOUNT","features":[42]},{"name":"LVM_GETITEMINDEXRECT","features":[42]},{"name":"LVM_GETITEMPOSITION","features":[42]},{"name":"LVM_GETITEMRECT","features":[42]},{"name":"LVM_GETITEMSPACING","features":[42]},{"name":"LVM_GETITEMSTATE","features":[42]},{"name":"LVM_GETITEMTEXT","features":[42]},{"name":"LVM_GETITEMTEXTA","features":[42]},{"name":"LVM_GETITEMTEXTW","features":[42]},{"name":"LVM_GETITEMW","features":[42]},{"name":"LVM_GETNEXTITEM","features":[42]},{"name":"LVM_GETNEXTITEMINDEX","features":[42]},{"name":"LVM_GETNUMBEROFWORKAREAS","features":[42]},{"name":"LVM_GETORIGIN","features":[42]},{"name":"LVM_GETOUTLINECOLOR","features":[42]},{"name":"LVM_GETSELECTEDCOLUMN","features":[42]},{"name":"LVM_GETSELECTEDCOUNT","features":[42]},{"name":"LVM_GETSELECTIONMARK","features":[42]},{"name":"LVM_GETSTRINGWIDTH","features":[42]},{"name":"LVM_GETSTRINGWIDTHA","features":[42]},{"name":"LVM_GETSTRINGWIDTHW","features":[42]},{"name":"LVM_GETSUBITEMRECT","features":[42]},{"name":"LVM_GETTEXTBKCOLOR","features":[42]},{"name":"LVM_GETTEXTCOLOR","features":[42]},{"name":"LVM_GETTILEINFO","features":[42]},{"name":"LVM_GETTILEVIEWINFO","features":[42]},{"name":"LVM_GETTOOLTIPS","features":[42]},{"name":"LVM_GETTOPINDEX","features":[42]},{"name":"LVM_GETUNICODEFORMAT","features":[42]},{"name":"LVM_GETVIEW","features":[42]},{"name":"LVM_GETVIEWRECT","features":[42]},{"name":"LVM_GETWORKAREAS","features":[42]},{"name":"LVM_HASGROUP","features":[42]},{"name":"LVM_HITTEST","features":[42]},{"name":"LVM_INSERTCOLUMN","features":[42]},{"name":"LVM_INSERTCOLUMNA","features":[42]},{"name":"LVM_INSERTCOLUMNW","features":[42]},{"name":"LVM_INSERTGROUP","features":[42]},{"name":"LVM_INSERTGROUPSORTED","features":[42]},{"name":"LVM_INSERTITEM","features":[42]},{"name":"LVM_INSERTITEMA","features":[42]},{"name":"LVM_INSERTITEMW","features":[42]},{"name":"LVM_INSERTMARKHITTEST","features":[42]},{"name":"LVM_ISGROUPVIEWENABLED","features":[42]},{"name":"LVM_ISITEMVISIBLE","features":[42]},{"name":"LVM_MAPIDTOINDEX","features":[42]},{"name":"LVM_MAPINDEXTOID","features":[42]},{"name":"LVM_MOVEGROUP","features":[42]},{"name":"LVM_MOVEITEMTOGROUP","features":[42]},{"name":"LVM_REDRAWITEMS","features":[42]},{"name":"LVM_REMOVEALLGROUPS","features":[42]},{"name":"LVM_REMOVEGROUP","features":[42]},{"name":"LVM_SCROLL","features":[42]},{"name":"LVM_SETBKCOLOR","features":[42]},{"name":"LVM_SETBKIMAGE","features":[42]},{"name":"LVM_SETBKIMAGEA","features":[42]},{"name":"LVM_SETBKIMAGEW","features":[42]},{"name":"LVM_SETCALLBACKMASK","features":[42]},{"name":"LVM_SETCOLUMN","features":[42]},{"name":"LVM_SETCOLUMNA","features":[42]},{"name":"LVM_SETCOLUMNORDERARRAY","features":[42]},{"name":"LVM_SETCOLUMNW","features":[42]},{"name":"LVM_SETCOLUMNWIDTH","features":[42]},{"name":"LVM_SETEXTENDEDLISTVIEWSTYLE","features":[42]},{"name":"LVM_SETGROUPINFO","features":[42]},{"name":"LVM_SETGROUPMETRICS","features":[42]},{"name":"LVM_SETHOTCURSOR","features":[42]},{"name":"LVM_SETHOTITEM","features":[42]},{"name":"LVM_SETHOVERTIME","features":[42]},{"name":"LVM_SETICONSPACING","features":[42]},{"name":"LVM_SETIMAGELIST","features":[42]},{"name":"LVM_SETINFOTIP","features":[42]},{"name":"LVM_SETINSERTMARK","features":[42]},{"name":"LVM_SETINSERTMARKCOLOR","features":[42]},{"name":"LVM_SETITEM","features":[42]},{"name":"LVM_SETITEMA","features":[42]},{"name":"LVM_SETITEMCOUNT","features":[42]},{"name":"LVM_SETITEMINDEXSTATE","features":[42]},{"name":"LVM_SETITEMPOSITION","features":[42]},{"name":"LVM_SETITEMPOSITION32","features":[42]},{"name":"LVM_SETITEMSTATE","features":[42]},{"name":"LVM_SETITEMTEXT","features":[42]},{"name":"LVM_SETITEMTEXTA","features":[42]},{"name":"LVM_SETITEMTEXTW","features":[42]},{"name":"LVM_SETITEMW","features":[42]},{"name":"LVM_SETOUTLINECOLOR","features":[42]},{"name":"LVM_SETSELECTEDCOLUMN","features":[42]},{"name":"LVM_SETSELECTIONMARK","features":[42]},{"name":"LVM_SETTEXTBKCOLOR","features":[42]},{"name":"LVM_SETTEXTCOLOR","features":[42]},{"name":"LVM_SETTILEINFO","features":[42]},{"name":"LVM_SETTILEVIEWINFO","features":[42]},{"name":"LVM_SETTOOLTIPS","features":[42]},{"name":"LVM_SETUNICODEFORMAT","features":[42]},{"name":"LVM_SETVIEW","features":[42]},{"name":"LVM_SETWORKAREAS","features":[42]},{"name":"LVM_SORTGROUPS","features":[42]},{"name":"LVM_SORTITEMS","features":[42]},{"name":"LVM_SORTITEMSEX","features":[42]},{"name":"LVM_SUBITEMHITTEST","features":[42]},{"name":"LVM_UPDATE","features":[42]},{"name":"LVNI_ABOVE","features":[42]},{"name":"LVNI_ALL","features":[42]},{"name":"LVNI_BELOW","features":[42]},{"name":"LVNI_CUT","features":[42]},{"name":"LVNI_DROPHILITED","features":[42]},{"name":"LVNI_FOCUSED","features":[42]},{"name":"LVNI_PREVIOUS","features":[42]},{"name":"LVNI_SAMEGROUPONLY","features":[42]},{"name":"LVNI_SELECTED","features":[42]},{"name":"LVNI_TOLEFT","features":[42]},{"name":"LVNI_TORIGHT","features":[42]},{"name":"LVNI_VISIBLEONLY","features":[42]},{"name":"LVNI_VISIBLEORDER","features":[42]},{"name":"LVNSCH_DEFAULT","features":[42]},{"name":"LVNSCH_ERROR","features":[42]},{"name":"LVNSCH_IGNORE","features":[42]},{"name":"LVN_BEGINDRAG","features":[42]},{"name":"LVN_BEGINLABELEDIT","features":[42]},{"name":"LVN_BEGINLABELEDITA","features":[42]},{"name":"LVN_BEGINLABELEDITW","features":[42]},{"name":"LVN_BEGINRDRAG","features":[42]},{"name":"LVN_BEGINSCROLL","features":[42]},{"name":"LVN_COLUMNCLICK","features":[42]},{"name":"LVN_COLUMNDROPDOWN","features":[42]},{"name":"LVN_COLUMNOVERFLOWCLICK","features":[42]},{"name":"LVN_DELETEALLITEMS","features":[42]},{"name":"LVN_DELETEITEM","features":[42]},{"name":"LVN_ENDLABELEDIT","features":[42]},{"name":"LVN_ENDLABELEDITA","features":[42]},{"name":"LVN_ENDLABELEDITW","features":[42]},{"name":"LVN_ENDSCROLL","features":[42]},{"name":"LVN_FIRST","features":[42]},{"name":"LVN_GETDISPINFO","features":[42]},{"name":"LVN_GETDISPINFOA","features":[42]},{"name":"LVN_GETDISPINFOW","features":[42]},{"name":"LVN_GETEMPTYMARKUP","features":[42]},{"name":"LVN_GETINFOTIP","features":[42]},{"name":"LVN_GETINFOTIPA","features":[42]},{"name":"LVN_GETINFOTIPW","features":[42]},{"name":"LVN_HOTTRACK","features":[42]},{"name":"LVN_INCREMENTALSEARCH","features":[42]},{"name":"LVN_INCREMENTALSEARCHA","features":[42]},{"name":"LVN_INCREMENTALSEARCHW","features":[42]},{"name":"LVN_INSERTITEM","features":[42]},{"name":"LVN_ITEMACTIVATE","features":[42]},{"name":"LVN_ITEMCHANGED","features":[42]},{"name":"LVN_ITEMCHANGING","features":[42]},{"name":"LVN_KEYDOWN","features":[42]},{"name":"LVN_LAST","features":[42]},{"name":"LVN_LINKCLICK","features":[42]},{"name":"LVN_MARQUEEBEGIN","features":[42]},{"name":"LVN_ODCACHEHINT","features":[42]},{"name":"LVN_ODFINDITEM","features":[42]},{"name":"LVN_ODFINDITEMA","features":[42]},{"name":"LVN_ODFINDITEMW","features":[42]},{"name":"LVN_ODSTATECHANGED","features":[42]},{"name":"LVN_SETDISPINFO","features":[42]},{"name":"LVN_SETDISPINFOA","features":[42]},{"name":"LVN_SETDISPINFOW","features":[42]},{"name":"LVP_COLLAPSEBUTTON","features":[42]},{"name":"LVP_COLUMNDETAIL","features":[42]},{"name":"LVP_EMPTYTEXT","features":[42]},{"name":"LVP_EXPANDBUTTON","features":[42]},{"name":"LVP_GROUPHEADER","features":[42]},{"name":"LVP_GROUPHEADERLINE","features":[42]},{"name":"LVP_LISTDETAIL","features":[42]},{"name":"LVP_LISTGROUP","features":[42]},{"name":"LVP_LISTITEM","features":[42]},{"name":"LVP_LISTSORTEDDETAIL","features":[42]},{"name":"LVSCW_AUTOSIZE","features":[42]},{"name":"LVSCW_AUTOSIZE_USEHEADER","features":[42]},{"name":"LVSETINFOTIP","features":[42]},{"name":"LVSICF_NOINVALIDATEALL","features":[42]},{"name":"LVSICF_NOSCROLL","features":[42]},{"name":"LVSIL_GROUPHEADER","features":[42]},{"name":"LVSIL_NORMAL","features":[42]},{"name":"LVSIL_SMALL","features":[42]},{"name":"LVSIL_STATE","features":[42]},{"name":"LVS_ALIGNLEFT","features":[42]},{"name":"LVS_ALIGNMASK","features":[42]},{"name":"LVS_ALIGNTOP","features":[42]},{"name":"LVS_AUTOARRANGE","features":[42]},{"name":"LVS_EDITLABELS","features":[42]},{"name":"LVS_EX_AUTOAUTOARRANGE","features":[42]},{"name":"LVS_EX_AUTOCHECKSELECT","features":[42]},{"name":"LVS_EX_AUTOSIZECOLUMNS","features":[42]},{"name":"LVS_EX_BORDERSELECT","features":[42]},{"name":"LVS_EX_CHECKBOXES","features":[42]},{"name":"LVS_EX_COLUMNOVERFLOW","features":[42]},{"name":"LVS_EX_COLUMNSNAPPOINTS","features":[42]},{"name":"LVS_EX_DOUBLEBUFFER","features":[42]},{"name":"LVS_EX_FLATSB","features":[42]},{"name":"LVS_EX_FULLROWSELECT","features":[42]},{"name":"LVS_EX_GRIDLINES","features":[42]},{"name":"LVS_EX_HEADERDRAGDROP","features":[42]},{"name":"LVS_EX_HEADERINALLVIEWS","features":[42]},{"name":"LVS_EX_HIDELABELS","features":[42]},{"name":"LVS_EX_INFOTIP","features":[42]},{"name":"LVS_EX_JUSTIFYCOLUMNS","features":[42]},{"name":"LVS_EX_LABELTIP","features":[42]},{"name":"LVS_EX_MULTIWORKAREAS","features":[42]},{"name":"LVS_EX_ONECLICKACTIVATE","features":[42]},{"name":"LVS_EX_REGIONAL","features":[42]},{"name":"LVS_EX_SIMPLESELECT","features":[42]},{"name":"LVS_EX_SINGLEROW","features":[42]},{"name":"LVS_EX_SNAPTOGRID","features":[42]},{"name":"LVS_EX_SUBITEMIMAGES","features":[42]},{"name":"LVS_EX_TRACKSELECT","features":[42]},{"name":"LVS_EX_TRANSPARENTBKGND","features":[42]},{"name":"LVS_EX_TRANSPARENTSHADOWTEXT","features":[42]},{"name":"LVS_EX_TWOCLICKACTIVATE","features":[42]},{"name":"LVS_EX_UNDERLINECOLD","features":[42]},{"name":"LVS_EX_UNDERLINEHOT","features":[42]},{"name":"LVS_ICON","features":[42]},{"name":"LVS_LIST","features":[42]},{"name":"LVS_NOCOLUMNHEADER","features":[42]},{"name":"LVS_NOLABELWRAP","features":[42]},{"name":"LVS_NOSCROLL","features":[42]},{"name":"LVS_NOSORTHEADER","features":[42]},{"name":"LVS_OWNERDATA","features":[42]},{"name":"LVS_OWNERDRAWFIXED","features":[42]},{"name":"LVS_REPORT","features":[42]},{"name":"LVS_SHAREIMAGELISTS","features":[42]},{"name":"LVS_SHOWSELALWAYS","features":[42]},{"name":"LVS_SINGLESEL","features":[42]},{"name":"LVS_SMALLICON","features":[42]},{"name":"LVS_SORTASCENDING","features":[42]},{"name":"LVS_SORTDESCENDING","features":[42]},{"name":"LVS_TYPEMASK","features":[42]},{"name":"LVS_TYPESTYLEMASK","features":[42]},{"name":"LVTILEINFO","features":[42]},{"name":"LVTILEVIEWINFO","features":[1,42]},{"name":"LVTILEVIEWINFO_FLAGS","features":[42]},{"name":"LVTILEVIEWINFO_MASK","features":[42]},{"name":"LVTVIF_AUTOSIZE","features":[42]},{"name":"LVTVIF_EXTENDED","features":[42]},{"name":"LVTVIF_FIXEDHEIGHT","features":[42]},{"name":"LVTVIF_FIXEDSIZE","features":[42]},{"name":"LVTVIF_FIXEDWIDTH","features":[42]},{"name":"LVTVIM_COLUMNS","features":[42]},{"name":"LVTVIM_LABELMARGIN","features":[42]},{"name":"LVTVIM_TILESIZE","features":[42]},{"name":"LV_MAX_WORKAREAS","features":[42]},{"name":"LV_VIEW_DETAILS","features":[42]},{"name":"LV_VIEW_ICON","features":[42]},{"name":"LV_VIEW_LIST","features":[42]},{"name":"LV_VIEW_MAX","features":[42]},{"name":"LV_VIEW_SMALLICON","features":[42]},{"name":"LV_VIEW_TILE","features":[42]},{"name":"LWS_IGNORERETURN","features":[42]},{"name":"LWS_NOPREFIX","features":[42]},{"name":"LWS_RIGHT","features":[42]},{"name":"LWS_TRANSPARENT","features":[42]},{"name":"LWS_USECUSTOMTEXT","features":[42]},{"name":"LWS_USEVISUALSTYLE","features":[42]},{"name":"LoadIconMetric","features":[1,42,55]},{"name":"LoadIconWithScaleDown","features":[1,42,55]},{"name":"MARGINS","features":[42]},{"name":"MARKUPTEXTSTATES","features":[42]},{"name":"MAXBS_DISABLED","features":[42]},{"name":"MAXBS_HOT","features":[42]},{"name":"MAXBS_NORMAL","features":[42]},{"name":"MAXBS_PUSHED","features":[42]},{"name":"MAXBUTTONSTATES","features":[42]},{"name":"MAXCAPTIONSTATES","features":[42]},{"name":"MAXPROPPAGES","features":[42]},{"name":"MAX_INTLIST_COUNT","features":[42]},{"name":"MAX_LINKID_TEXT","features":[42]},{"name":"MAX_THEMECOLOR","features":[42]},{"name":"MAX_THEMESIZE","features":[42]},{"name":"MBI_DISABLED","features":[42]},{"name":"MBI_DISABLEDHOT","features":[42]},{"name":"MBI_DISABLEDPUSHED","features":[42]},{"name":"MBI_HOT","features":[42]},{"name":"MBI_NORMAL","features":[42]},{"name":"MBI_PUSHED","features":[42]},{"name":"MB_ACTIVE","features":[42]},{"name":"MB_INACTIVE","features":[42]},{"name":"MCB_BITMAP","features":[42]},{"name":"MCB_DISABLED","features":[42]},{"name":"MCB_NORMAL","features":[42]},{"name":"MCGCB_HOT","features":[42]},{"name":"MCGCB_SELECTED","features":[42]},{"name":"MCGCB_SELECTEDHOT","features":[42]},{"name":"MCGCB_SELECTEDNOTFOCUSED","features":[42]},{"name":"MCGCB_TODAY","features":[42]},{"name":"MCGCB_TODAYSELECTED","features":[42]},{"name":"MCGCU_HASSTATE","features":[42]},{"name":"MCGCU_HASSTATEHOT","features":[42]},{"name":"MCGCU_HOT","features":[42]},{"name":"MCGCU_SELECTED","features":[42]},{"name":"MCGCU_SELECTEDHOT","features":[42]},{"name":"MCGC_HASSTATE","features":[42]},{"name":"MCGC_HASSTATEHOT","features":[42]},{"name":"MCGC_HOT","features":[42]},{"name":"MCGC_SELECTED","features":[42]},{"name":"MCGC_SELECTEDHOT","features":[42]},{"name":"MCGC_TODAY","features":[42]},{"name":"MCGC_TODAYSELECTED","features":[42]},{"name":"MCGIF_DATE","features":[42]},{"name":"MCGIF_NAME","features":[42]},{"name":"MCGIF_RECT","features":[42]},{"name":"MCGIP_CALENDAR","features":[42]},{"name":"MCGIP_CALENDARBODY","features":[42]},{"name":"MCGIP_CALENDARCELL","features":[42]},{"name":"MCGIP_CALENDARCONTROL","features":[42]},{"name":"MCGIP_CALENDARHEADER","features":[42]},{"name":"MCGIP_CALENDARROW","features":[42]},{"name":"MCGIP_FOOTER","features":[42]},{"name":"MCGIP_NEXT","features":[42]},{"name":"MCGIP_PREV","features":[42]},{"name":"MCGRIDINFO","features":[1,42]},{"name":"MCGRIDINFO_FLAGS","features":[42]},{"name":"MCGRIDINFO_PART","features":[42]},{"name":"MCHITTESTINFO","features":[1,42]},{"name":"MCHITTESTINFO_HIT_FLAGS","features":[42]},{"name":"MCHT_CALENDAR","features":[42]},{"name":"MCHT_CALENDARBK","features":[42]},{"name":"MCHT_CALENDARCONTROL","features":[42]},{"name":"MCHT_CALENDARDATE","features":[42]},{"name":"MCHT_CALENDARDATEMAX","features":[42]},{"name":"MCHT_CALENDARDATEMIN","features":[42]},{"name":"MCHT_CALENDARDATENEXT","features":[42]},{"name":"MCHT_CALENDARDATEPREV","features":[42]},{"name":"MCHT_CALENDARDAY","features":[42]},{"name":"MCHT_CALENDARWEEKNUM","features":[42]},{"name":"MCHT_NEXT","features":[42]},{"name":"MCHT_NOWHERE","features":[42]},{"name":"MCHT_PREV","features":[42]},{"name":"MCHT_TITLE","features":[42]},{"name":"MCHT_TITLEBK","features":[42]},{"name":"MCHT_TITLEBTNNEXT","features":[42]},{"name":"MCHT_TITLEBTNPREV","features":[42]},{"name":"MCHT_TITLEMONTH","features":[42]},{"name":"MCHT_TITLEYEAR","features":[42]},{"name":"MCHT_TODAYLINK","features":[42]},{"name":"MCMV_CENTURY","features":[42]},{"name":"MCMV_DECADE","features":[42]},{"name":"MCMV_MAX","features":[42]},{"name":"MCMV_MONTH","features":[42]},{"name":"MCMV_YEAR","features":[42]},{"name":"MCM_FIRST","features":[42]},{"name":"MCM_GETCALENDARBORDER","features":[42]},{"name":"MCM_GETCALENDARCOUNT","features":[42]},{"name":"MCM_GETCALENDARGRIDINFO","features":[42]},{"name":"MCM_GETCALID","features":[42]},{"name":"MCM_GETCOLOR","features":[42]},{"name":"MCM_GETCURRENTVIEW","features":[42]},{"name":"MCM_GETCURSEL","features":[42]},{"name":"MCM_GETFIRSTDAYOFWEEK","features":[42]},{"name":"MCM_GETMAXSELCOUNT","features":[42]},{"name":"MCM_GETMAXTODAYWIDTH","features":[42]},{"name":"MCM_GETMINREQRECT","features":[42]},{"name":"MCM_GETMONTHDELTA","features":[42]},{"name":"MCM_GETMONTHRANGE","features":[42]},{"name":"MCM_GETRANGE","features":[42]},{"name":"MCM_GETSELRANGE","features":[42]},{"name":"MCM_GETTODAY","features":[42]},{"name":"MCM_GETUNICODEFORMAT","features":[42]},{"name":"MCM_HITTEST","features":[42]},{"name":"MCM_SETCALENDARBORDER","features":[42]},{"name":"MCM_SETCALID","features":[42]},{"name":"MCM_SETCOLOR","features":[42]},{"name":"MCM_SETCURRENTVIEW","features":[42]},{"name":"MCM_SETCURSEL","features":[42]},{"name":"MCM_SETDAYSTATE","features":[42]},{"name":"MCM_SETFIRSTDAYOFWEEK","features":[42]},{"name":"MCM_SETMAXSELCOUNT","features":[42]},{"name":"MCM_SETMONTHDELTA","features":[42]},{"name":"MCM_SETRANGE","features":[42]},{"name":"MCM_SETSELRANGE","features":[42]},{"name":"MCM_SETTODAY","features":[42]},{"name":"MCM_SETUNICODEFORMAT","features":[42]},{"name":"MCM_SIZERECTTOMIN","features":[42]},{"name":"MCNN_DISABLED","features":[42]},{"name":"MCNN_HOT","features":[42]},{"name":"MCNN_NORMAL","features":[42]},{"name":"MCNN_PRESSED","features":[42]},{"name":"MCNP_DISABLED","features":[42]},{"name":"MCNP_HOT","features":[42]},{"name":"MCNP_NORMAL","features":[42]},{"name":"MCNP_PRESSED","features":[42]},{"name":"MCN_FIRST","features":[42]},{"name":"MCN_GETDAYSTATE","features":[42]},{"name":"MCN_LAST","features":[42]},{"name":"MCN_SELCHANGE","features":[42]},{"name":"MCN_SELECT","features":[42]},{"name":"MCN_VIEWCHANGE","features":[42]},{"name":"MCSC_BACKGROUND","features":[42]},{"name":"MCSC_MONTHBK","features":[42]},{"name":"MCSC_TEXT","features":[42]},{"name":"MCSC_TITLEBK","features":[42]},{"name":"MCSC_TITLETEXT","features":[42]},{"name":"MCSC_TRAILINGTEXT","features":[42]},{"name":"MCS_DAYSTATE","features":[42]},{"name":"MCS_MULTISELECT","features":[42]},{"name":"MCS_NOSELCHANGEONNAV","features":[42]},{"name":"MCS_NOTODAY","features":[42]},{"name":"MCS_NOTODAYCIRCLE","features":[42]},{"name":"MCS_NOTRAILINGDATES","features":[42]},{"name":"MCS_SHORTDAYSOFWEEK","features":[42]},{"name":"MCS_WEEKNUMBERS","features":[42]},{"name":"MCTGCU_HASSTATE","features":[42]},{"name":"MCTGCU_HASSTATEHOT","features":[42]},{"name":"MCTGCU_HOT","features":[42]},{"name":"MCTGCU_SELECTED","features":[42]},{"name":"MCTGCU_SELECTEDHOT","features":[42]},{"name":"MCTGC_HASSTATE","features":[42]},{"name":"MCTGC_HASSTATEHOT","features":[42]},{"name":"MCTGC_HOT","features":[42]},{"name":"MCTGC_SELECTED","features":[42]},{"name":"MCTGC_SELECTEDHOT","features":[42]},{"name":"MCTGC_TODAY","features":[42]},{"name":"MCTGC_TODAYSELECTED","features":[42]},{"name":"MC_BACKGROUND","features":[42]},{"name":"MC_BORDERS","features":[42]},{"name":"MC_BULLETDISABLED","features":[42]},{"name":"MC_BULLETNORMAL","features":[42]},{"name":"MC_CHECKMARKDISABLED","features":[42]},{"name":"MC_CHECKMARKNORMAL","features":[42]},{"name":"MC_COLHEADERSPLITTER","features":[42]},{"name":"MC_GRIDBACKGROUND","features":[42]},{"name":"MC_GRIDCELL","features":[42]},{"name":"MC_GRIDCELLBACKGROUND","features":[42]},{"name":"MC_GRIDCELLUPPER","features":[42]},{"name":"MC_NAVNEXT","features":[42]},{"name":"MC_NAVPREV","features":[42]},{"name":"MC_TRAILINGGRIDCELL","features":[42]},{"name":"MC_TRAILINGGRIDCELLUPPER","features":[42]},{"name":"MDCL_DISABLED","features":[42]},{"name":"MDCL_HOT","features":[42]},{"name":"MDCL_NORMAL","features":[42]},{"name":"MDCL_PUSHED","features":[42]},{"name":"MDICLOSEBUTTONSTATES","features":[42]},{"name":"MDIMINBUTTONSTATES","features":[42]},{"name":"MDIRESTOREBUTTONSTATES","features":[42]},{"name":"MDMI_DISABLED","features":[42]},{"name":"MDMI_HOT","features":[42]},{"name":"MDMI_NORMAL","features":[42]},{"name":"MDMI_PUSHED","features":[42]},{"name":"MDP_NEWAPPBUTTON","features":[42]},{"name":"MDP_SEPERATOR","features":[42]},{"name":"MDRE_DISABLED","features":[42]},{"name":"MDRE_HOT","features":[42]},{"name":"MDRE_NORMAL","features":[42]},{"name":"MDRE_PUSHED","features":[42]},{"name":"MDS_CHECKED","features":[42]},{"name":"MDS_DISABLED","features":[42]},{"name":"MDS_HOT","features":[42]},{"name":"MDS_HOTCHECKED","features":[42]},{"name":"MDS_NORMAL","features":[42]},{"name":"MDS_PRESSED","features":[42]},{"name":"MEASUREITEMSTRUCT","features":[42]},{"name":"MENUBANDPARTS","features":[42]},{"name":"MENUBANDSTATES","features":[42]},{"name":"MENUPARTS","features":[42]},{"name":"MENU_BARBACKGROUND","features":[42]},{"name":"MENU_BARITEM","features":[42]},{"name":"MENU_CHEVRON_TMSCHEMA","features":[42]},{"name":"MENU_MENUBARDROPDOWN_TMSCHEMA","features":[42]},{"name":"MENU_MENUBARITEM_TMSCHEMA","features":[42]},{"name":"MENU_MENUDROPDOWN_TMSCHEMA","features":[42]},{"name":"MENU_MENUITEM_TMSCHEMA","features":[42]},{"name":"MENU_POPUPBACKGROUND","features":[42]},{"name":"MENU_POPUPBORDERS","features":[42]},{"name":"MENU_POPUPCHECK","features":[42]},{"name":"MENU_POPUPCHECKBACKGROUND","features":[42]},{"name":"MENU_POPUPGUTTER","features":[42]},{"name":"MENU_POPUPITEM","features":[42]},{"name":"MENU_POPUPITEMKBFOCUS","features":[42]},{"name":"MENU_POPUPITEM_FOCUSABLE","features":[42]},{"name":"MENU_POPUPSEPARATOR","features":[42]},{"name":"MENU_POPUPSUBMENU","features":[42]},{"name":"MENU_POPUPSUBMENU_HCHOT","features":[42]},{"name":"MENU_SEPARATOR_TMSCHEMA","features":[42]},{"name":"MENU_SYSTEMCLOSE","features":[42]},{"name":"MENU_SYSTEMCLOSE_HCHOT","features":[42]},{"name":"MENU_SYSTEMMAXIMIZE","features":[42]},{"name":"MENU_SYSTEMMAXIMIZE_HCHOT","features":[42]},{"name":"MENU_SYSTEMMINIMIZE","features":[42]},{"name":"MENU_SYSTEMMINIMIZE_HCHOT","features":[42]},{"name":"MENU_SYSTEMRESTORE","features":[42]},{"name":"MENU_SYSTEMRESTORE_HCHOT","features":[42]},{"name":"MINBS_DISABLED","features":[42]},{"name":"MINBS_HOT","features":[42]},{"name":"MINBS_NORMAL","features":[42]},{"name":"MINBS_PUSHED","features":[42]},{"name":"MINBUTTONSTATES","features":[42]},{"name":"MINCAPTIONSTATES","features":[42]},{"name":"MNCS_ACTIVE","features":[42]},{"name":"MNCS_DISABLED","features":[42]},{"name":"MNCS_INACTIVE","features":[42]},{"name":"MONTHCALPARTS","features":[42]},{"name":"MONTHCAL_CLASS","features":[42]},{"name":"MONTHCAL_CLASSA","features":[42]},{"name":"MONTHCAL_CLASSW","features":[42]},{"name":"MONTH_CALDENDAR_MESSAGES_VIEW","features":[42]},{"name":"MOREPROGRAMSARROWBACKSTATES","features":[42]},{"name":"MOREPROGRAMSARROWSTATES","features":[42]},{"name":"MOREPROGRAMSTABSTATES","features":[42]},{"name":"MOVESTATES","features":[42]},{"name":"MPIF_DISABLED","features":[42]},{"name":"MPIF_DISABLEDHOT","features":[42]},{"name":"MPIF_HOT","features":[42]},{"name":"MPIF_NORMAL","features":[42]},{"name":"MPIKBFOCUS_NORMAL","features":[42]},{"name":"MPI_DISABLED","features":[42]},{"name":"MPI_DISABLEDHOT","features":[42]},{"name":"MPI_HOT","features":[42]},{"name":"MPI_NORMAL","features":[42]},{"name":"MSGF_COMMCTRL_BEGINDRAG","features":[42]},{"name":"MSGF_COMMCTRL_DRAGSELECT","features":[42]},{"name":"MSGF_COMMCTRL_SIZEHEADER","features":[42]},{"name":"MSGF_COMMCTRL_TOOLBARCUST","features":[42]},{"name":"MSMHC_HOT","features":[42]},{"name":"MSM_DISABLED","features":[42]},{"name":"MSM_NORMAL","features":[42]},{"name":"MSYSCHC_HOT","features":[42]},{"name":"MSYSC_DISABLED","features":[42]},{"name":"MSYSC_NORMAL","features":[42]},{"name":"MSYSMNHC_HOT","features":[42]},{"name":"MSYSMN_DISABLED","features":[42]},{"name":"MSYSMN_NORMAL","features":[42]},{"name":"MSYSMXHC_HOT","features":[42]},{"name":"MSYSMX_DISABLED","features":[42]},{"name":"MSYSMX_NORMAL","features":[42]},{"name":"MSYSRHC_HOT","features":[42]},{"name":"MSYSR_DISABLED","features":[42]},{"name":"MSYSR_NORMAL","features":[42]},{"name":"MULTIFILEOPENORD","features":[42]},{"name":"MXCS_ACTIVE","features":[42]},{"name":"MXCS_DISABLED","features":[42]},{"name":"MXCS_INACTIVE","features":[42]},{"name":"MakeDragList","features":[1,42]},{"name":"MenuHelp","features":[1,42,55]},{"name":"NAVIGATIONPARTS","features":[42]},{"name":"NAVNEXTSTATES","features":[42]},{"name":"NAVPREVSTATES","features":[42]},{"name":"NAV_BACKBUTTON","features":[42]},{"name":"NAV_BACKBUTTONSTATES","features":[42]},{"name":"NAV_BB_DISABLED","features":[42]},{"name":"NAV_BB_HOT","features":[42]},{"name":"NAV_BB_NORMAL","features":[42]},{"name":"NAV_BB_PRESSED","features":[42]},{"name":"NAV_FB_DISABLED","features":[42]},{"name":"NAV_FB_HOT","features":[42]},{"name":"NAV_FB_NORMAL","features":[42]},{"name":"NAV_FB_PRESSED","features":[42]},{"name":"NAV_FORWARDBUTTON","features":[42]},{"name":"NAV_FORWARDBUTTONSTATES","features":[42]},{"name":"NAV_MB_DISABLED","features":[42]},{"name":"NAV_MB_HOT","features":[42]},{"name":"NAV_MB_NORMAL","features":[42]},{"name":"NAV_MB_PRESSED","features":[42]},{"name":"NAV_MENUBUTTON","features":[42]},{"name":"NAV_MENUBUTTONSTATES","features":[42]},{"name":"NEWFILEOPENORD","features":[42]},{"name":"NEWFILEOPENV2ORD","features":[42]},{"name":"NEWFILEOPENV3ORD","features":[42]},{"name":"NEWFORMATDLGWITHLINK","features":[42]},{"name":"NFS_ALL","features":[42]},{"name":"NFS_BUTTON","features":[42]},{"name":"NFS_EDIT","features":[42]},{"name":"NFS_LISTCOMBO","features":[42]},{"name":"NFS_STATIC","features":[42]},{"name":"NFS_USEFONTASSOC","features":[42]},{"name":"NMBCDROPDOWN","features":[1,42]},{"name":"NMBCHOTITEM","features":[1,42]},{"name":"NMCBEDRAGBEGINA","features":[1,42]},{"name":"NMCBEDRAGBEGINW","features":[1,42]},{"name":"NMCBEENDEDITA","features":[1,42]},{"name":"NMCBEENDEDITW","features":[1,42]},{"name":"NMCHAR","features":[1,42]},{"name":"NMCOMBOBOXEXA","features":[1,42]},{"name":"NMCOMBOBOXEXW","features":[1,42]},{"name":"NMCUSTOMDRAW","features":[1,13,42]},{"name":"NMCUSTOMDRAW_DRAW_STAGE","features":[42]},{"name":"NMCUSTOMDRAW_DRAW_STATE_FLAGS","features":[42]},{"name":"NMCUSTOMSPLITRECTINFO","features":[1,42]},{"name":"NMCUSTOMTEXT","features":[1,13,42]},{"name":"NMDATETIMECHANGE","features":[1,42]},{"name":"NMDATETIMECHANGE_FLAGS","features":[42]},{"name":"NMDATETIMEFORMATA","features":[1,42]},{"name":"NMDATETIMEFORMATQUERYA","features":[1,42]},{"name":"NMDATETIMEFORMATQUERYW","features":[1,42]},{"name":"NMDATETIMEFORMATW","features":[1,42]},{"name":"NMDATETIMESTRINGA","features":[1,42]},{"name":"NMDATETIMESTRINGW","features":[1,42]},{"name":"NMDATETIMEWMKEYDOWNA","features":[1,42]},{"name":"NMDATETIMEWMKEYDOWNW","features":[1,42]},{"name":"NMDAYSTATE","features":[1,42]},{"name":"NMHDDISPINFOA","features":[1,42]},{"name":"NMHDDISPINFOW","features":[1,42]},{"name":"NMHDFILTERBTNCLICK","features":[1,42]},{"name":"NMHDR","features":[1,42]},{"name":"NMHEADERA","features":[1,13,42]},{"name":"NMHEADERW","features":[1,13,42]},{"name":"NMIPADDRESS","features":[1,42]},{"name":"NMITEMACTIVATE","features":[1,42]},{"name":"NMKEY","features":[1,42]},{"name":"NMLINK","features":[1,42]},{"name":"NMLISTVIEW","features":[1,42]},{"name":"NMLVCACHEHINT","features":[1,42]},{"name":"NMLVCUSTOMDRAW","features":[1,13,42]},{"name":"NMLVCUSTOMDRAW_ITEM_TYPE","features":[42]},{"name":"NMLVDISPINFOA","features":[1,42]},{"name":"NMLVDISPINFOW","features":[1,42]},{"name":"NMLVEMPTYMARKUP","features":[1,42]},{"name":"NMLVEMPTYMARKUP_FLAGS","features":[42]},{"name":"NMLVFINDITEMA","features":[1,42]},{"name":"NMLVFINDITEMW","features":[1,42]},{"name":"NMLVGETINFOTIPA","features":[1,42]},{"name":"NMLVGETINFOTIPW","features":[1,42]},{"name":"NMLVGETINFOTIP_FLAGS","features":[42]},{"name":"NMLVKEYDOWN","features":[1,42]},{"name":"NMLVLINK","features":[1,42]},{"name":"NMLVODSTATECHANGE","features":[1,42]},{"name":"NMLVSCROLL","features":[1,42]},{"name":"NMMOUSE","features":[1,42]},{"name":"NMOBJECTNOTIFY","features":[1,42]},{"name":"NMPGCALCSIZE","features":[1,42]},{"name":"NMPGCALCSIZE_FLAGS","features":[42]},{"name":"NMPGHOTITEM","features":[1,42]},{"name":"NMPGSCROLL","features":[1,42]},{"name":"NMPGSCROLL_DIR","features":[42]},{"name":"NMPGSCROLL_KEYS","features":[42]},{"name":"NMRBAUTOSIZE","features":[1,42]},{"name":"NMREBAR","features":[1,42]},{"name":"NMREBARAUTOBREAK","features":[1,42]},{"name":"NMREBARCHEVRON","features":[1,42]},{"name":"NMREBARCHILDSIZE","features":[1,42]},{"name":"NMREBARSPLITTER","features":[1,42]},{"name":"NMREBAR_MASK_FLAGS","features":[42]},{"name":"NMSEARCHWEB","features":[1,42]},{"name":"NMSELCHANGE","features":[1,42]},{"name":"NMTBCUSTOMDRAW","features":[1,13,42]},{"name":"NMTBDISPINFOA","features":[1,42]},{"name":"NMTBDISPINFOW","features":[1,42]},{"name":"NMTBDISPINFOW_MASK","features":[42]},{"name":"NMTBGETINFOTIPA","features":[1,42]},{"name":"NMTBGETINFOTIPW","features":[1,42]},{"name":"NMTBHOTITEM","features":[1,42]},{"name":"NMTBHOTITEM_FLAGS","features":[42]},{"name":"NMTBRESTORE","features":[1,42]},{"name":"NMTBSAVE","features":[1,42]},{"name":"NMTCKEYDOWN","features":[1,42]},{"name":"NMTOOLBARA","features":[1,42]},{"name":"NMTOOLBARW","features":[1,42]},{"name":"NMTOOLTIPSCREATED","features":[1,42]},{"name":"NMTRBTHUMBPOSCHANGING","features":[1,42]},{"name":"NMTREEVIEWA","features":[1,42]},{"name":"NMTREEVIEWW","features":[1,42]},{"name":"NMTTCUSTOMDRAW","features":[1,13,42]},{"name":"NMTTDISPINFOA","features":[1,42]},{"name":"NMTTDISPINFOW","features":[1,42]},{"name":"NMTVASYNCDRAW","features":[1,13,42]},{"name":"NMTVCUSTOMDRAW","features":[1,13,42]},{"name":"NMTVDISPINFOA","features":[1,42]},{"name":"NMTVDISPINFOEXA","features":[1,42]},{"name":"NMTVDISPINFOEXW","features":[1,42]},{"name":"NMTVDISPINFOW","features":[1,42]},{"name":"NMTVGETINFOTIPA","features":[1,42]},{"name":"NMTVGETINFOTIPW","features":[1,42]},{"name":"NMTVITEMCHANGE","features":[1,42]},{"name":"NMTVKEYDOWN","features":[1,42]},{"name":"NMTVSTATEIMAGECHANGING","features":[1,42]},{"name":"NMUPDOWN","features":[1,42]},{"name":"NMVIEWCHANGE","features":[1,42]},{"name":"NM_CHAR","features":[42]},{"name":"NM_CLICK","features":[42]},{"name":"NM_CUSTOMDRAW","features":[42]},{"name":"NM_CUSTOMTEXT","features":[42]},{"name":"NM_DBLCLK","features":[42]},{"name":"NM_FIRST","features":[42]},{"name":"NM_FONTCHANGED","features":[42]},{"name":"NM_GETCUSTOMSPLITRECT","features":[42]},{"name":"NM_HOVER","features":[42]},{"name":"NM_KEYDOWN","features":[42]},{"name":"NM_KILLFOCUS","features":[42]},{"name":"NM_LAST","features":[42]},{"name":"NM_LDOWN","features":[42]},{"name":"NM_NCHITTEST","features":[42]},{"name":"NM_OUTOFMEMORY","features":[42]},{"name":"NM_RCLICK","features":[42]},{"name":"NM_RDBLCLK","features":[42]},{"name":"NM_RDOWN","features":[42]},{"name":"NM_RELEASEDCAPTURE","features":[42]},{"name":"NM_RETURN","features":[42]},{"name":"NM_SETCURSOR","features":[42]},{"name":"NM_SETFOCUS","features":[42]},{"name":"NM_THEMECHANGED","features":[42]},{"name":"NM_TOOLTIPSCREATED","features":[42]},{"name":"NM_TREEVIEW_ACTION","features":[42]},{"name":"NM_TVSTATEIMAGECHANGING","features":[42]},{"name":"NONESTATES","features":[42]},{"name":"NORMALGROUPCOLLAPSESTATES","features":[42]},{"name":"NORMALGROUPEXPANDSTATES","features":[42]},{"name":"ODA_DRAWENTIRE","features":[42]},{"name":"ODA_FLAGS","features":[42]},{"name":"ODA_FOCUS","features":[42]},{"name":"ODA_SELECT","features":[42]},{"name":"ODS_CHECKED","features":[42]},{"name":"ODS_COMBOBOXEDIT","features":[42]},{"name":"ODS_DEFAULT","features":[42]},{"name":"ODS_DISABLED","features":[42]},{"name":"ODS_FLAGS","features":[42]},{"name":"ODS_FOCUS","features":[42]},{"name":"ODS_GRAYED","features":[42]},{"name":"ODS_HOTLIGHT","features":[42]},{"name":"ODS_INACTIVE","features":[42]},{"name":"ODS_NOACCEL","features":[42]},{"name":"ODS_NOFOCUSRECT","features":[42]},{"name":"ODS_SELECTED","features":[42]},{"name":"ODT_BUTTON","features":[42]},{"name":"ODT_COMBOBOX","features":[42]},{"name":"ODT_HEADER","features":[42]},{"name":"ODT_LISTBOX","features":[42]},{"name":"ODT_LISTVIEW","features":[42]},{"name":"ODT_MENU","features":[42]},{"name":"ODT_STATIC","features":[42]},{"name":"ODT_TAB","features":[42]},{"name":"OFFSETTYPE","features":[42]},{"name":"OPENBOXSTATES","features":[42]},{"name":"OPEN_THEME_DATA_FLAGS","features":[42]},{"name":"OTD_FORCE_RECT_SIZING","features":[42]},{"name":"OTD_NONCLIENT","features":[42]},{"name":"OT_ABOVELASTBUTTON","features":[42]},{"name":"OT_BELOWLASTBUTTON","features":[42]},{"name":"OT_BOTTOMLEFT","features":[42]},{"name":"OT_BOTTOMMIDDLE","features":[42]},{"name":"OT_BOTTOMRIGHT","features":[42]},{"name":"OT_LEFTOFCAPTION","features":[42]},{"name":"OT_LEFTOFLASTBUTTON","features":[42]},{"name":"OT_MIDDLELEFT","features":[42]},{"name":"OT_MIDDLERIGHT","features":[42]},{"name":"OT_RIGHTOFCAPTION","features":[42]},{"name":"OT_RIGHTOFLASTBUTTON","features":[42]},{"name":"OT_TOPLEFT","features":[42]},{"name":"OT_TOPMIDDLE","features":[42]},{"name":"OT_TOPRIGHT","features":[42]},{"name":"OpenThemeData","features":[1,42]},{"name":"OpenThemeDataEx","features":[1,42]},{"name":"PAGEPARTS","features":[42]},{"name":"PAGESETUPDLGORD","features":[42]},{"name":"PAGESETUPDLGORDMOTIF","features":[42]},{"name":"PBBS_NORMAL","features":[42]},{"name":"PBBS_PARTIAL","features":[42]},{"name":"PBBVS_NORMAL","features":[42]},{"name":"PBBVS_PARTIAL","features":[42]},{"name":"PBDDS_DISABLED","features":[42]},{"name":"PBDDS_NORMAL","features":[42]},{"name":"PBFS_ERROR","features":[42]},{"name":"PBFS_NORMAL","features":[42]},{"name":"PBFS_PARTIAL","features":[42]},{"name":"PBFS_PAUSED","features":[42]},{"name":"PBFVS_ERROR","features":[42]},{"name":"PBFVS_NORMAL","features":[42]},{"name":"PBFVS_PARTIAL","features":[42]},{"name":"PBFVS_PAUSED","features":[42]},{"name":"PBM_DELTAPOS","features":[42]},{"name":"PBM_GETBARCOLOR","features":[42]},{"name":"PBM_GETBKCOLOR","features":[42]},{"name":"PBM_GETPOS","features":[42]},{"name":"PBM_GETRANGE","features":[42]},{"name":"PBM_GETSTATE","features":[42]},{"name":"PBM_GETSTEP","features":[42]},{"name":"PBM_SETBARCOLOR","features":[42]},{"name":"PBM_SETBKCOLOR","features":[42]},{"name":"PBM_SETMARQUEE","features":[42]},{"name":"PBM_SETPOS","features":[42]},{"name":"PBM_SETRANGE","features":[42]},{"name":"PBM_SETRANGE32","features":[42]},{"name":"PBM_SETSTATE","features":[42]},{"name":"PBM_SETSTEP","features":[42]},{"name":"PBM_STEPIT","features":[42]},{"name":"PBRANGE","features":[42]},{"name":"PBST_ERROR","features":[42]},{"name":"PBST_NORMAL","features":[42]},{"name":"PBST_PAUSED","features":[42]},{"name":"PBS_DEFAULTED","features":[42]},{"name":"PBS_DEFAULTED_ANIMATING","features":[42]},{"name":"PBS_DISABLED","features":[42]},{"name":"PBS_HOT","features":[42]},{"name":"PBS_MARQUEE","features":[42]},{"name":"PBS_NORMAL","features":[42]},{"name":"PBS_PRESSED","features":[42]},{"name":"PBS_SMOOTH","features":[42]},{"name":"PBS_SMOOTHREVERSE","features":[42]},{"name":"PBS_VERTICAL","features":[42]},{"name":"PFNDACOMPARE","features":[1,42]},{"name":"PFNDACOMPARECONST","features":[1,42]},{"name":"PFNDAENUMCALLBACK","features":[42]},{"name":"PFNDAENUMCALLBACKCONST","features":[42]},{"name":"PFNDPAMERGE","features":[1,42]},{"name":"PFNDPAMERGECONST","features":[1,42]},{"name":"PFNDPASTREAM","features":[42]},{"name":"PFNLVCOMPARE","features":[1,42]},{"name":"PFNLVGROUPCOMPARE","features":[42]},{"name":"PFNPROPSHEETCALLBACK","features":[1,42]},{"name":"PFNTVCOMPARE","features":[1,42]},{"name":"PFTASKDIALOGCALLBACK","features":[1,42]},{"name":"PGB_BOTTOMORRIGHT","features":[42]},{"name":"PGB_TOPORLEFT","features":[42]},{"name":"PGF_CALCHEIGHT","features":[42]},{"name":"PGF_CALCWIDTH","features":[42]},{"name":"PGF_DEPRESSED","features":[42]},{"name":"PGF_GRAYED","features":[42]},{"name":"PGF_HOT","features":[42]},{"name":"PGF_INVISIBLE","features":[42]},{"name":"PGF_NORMAL","features":[42]},{"name":"PGF_SCROLLDOWN","features":[42]},{"name":"PGF_SCROLLLEFT","features":[42]},{"name":"PGF_SCROLLRIGHT","features":[42]},{"name":"PGF_SCROLLUP","features":[42]},{"name":"PGK_CONTROL","features":[42]},{"name":"PGK_MENU","features":[42]},{"name":"PGK_NONE","features":[42]},{"name":"PGK_SHIFT","features":[42]},{"name":"PGM_FIRST","features":[42]},{"name":"PGM_FORWARDMOUSE","features":[42]},{"name":"PGM_GETBKCOLOR","features":[42]},{"name":"PGM_GETBORDER","features":[42]},{"name":"PGM_GETBUTTONSIZE","features":[42]},{"name":"PGM_GETBUTTONSTATE","features":[42]},{"name":"PGM_GETDROPTARGET","features":[42]},{"name":"PGM_GETPOS","features":[42]},{"name":"PGM_RECALCSIZE","features":[42]},{"name":"PGM_SETBKCOLOR","features":[42]},{"name":"PGM_SETBORDER","features":[42]},{"name":"PGM_SETBUTTONSIZE","features":[42]},{"name":"PGM_SETCHILD","features":[42]},{"name":"PGM_SETPOS","features":[42]},{"name":"PGM_SETSCROLLINFO","features":[42]},{"name":"PGN_CALCSIZE","features":[42]},{"name":"PGN_FIRST","features":[42]},{"name":"PGN_HOTITEMCHANGE","features":[42]},{"name":"PGN_LAST","features":[42]},{"name":"PGN_SCROLL","features":[42]},{"name":"PGRP_DOWN","features":[42]},{"name":"PGRP_DOWNHORZ","features":[42]},{"name":"PGRP_UP","features":[42]},{"name":"PGRP_UPHORZ","features":[42]},{"name":"PGS_AUTOSCROLL","features":[42]},{"name":"PGS_DRAGNDROP","features":[42]},{"name":"PGS_HORZ","features":[42]},{"name":"PGS_VERT","features":[42]},{"name":"POINTER_DEVICE_CURSOR_INFO","features":[42]},{"name":"POINTER_DEVICE_CURSOR_TYPE","features":[42]},{"name":"POINTER_DEVICE_CURSOR_TYPE_ERASER","features":[42]},{"name":"POINTER_DEVICE_CURSOR_TYPE_MAX","features":[42]},{"name":"POINTER_DEVICE_CURSOR_TYPE_TIP","features":[42]},{"name":"POINTER_DEVICE_CURSOR_TYPE_UNKNOWN","features":[42]},{"name":"POINTER_DEVICE_INFO","features":[1,13,42]},{"name":"POINTER_DEVICE_PROPERTY","features":[42]},{"name":"POINTER_DEVICE_TYPE","features":[42]},{"name":"POINTER_DEVICE_TYPE_EXTERNAL_PEN","features":[42]},{"name":"POINTER_DEVICE_TYPE_INTEGRATED_PEN","features":[42]},{"name":"POINTER_DEVICE_TYPE_MAX","features":[42]},{"name":"POINTER_DEVICE_TYPE_TOUCH","features":[42]},{"name":"POINTER_DEVICE_TYPE_TOUCH_PAD","features":[42]},{"name":"POINTER_FEEDBACK_DEFAULT","features":[42]},{"name":"POINTER_FEEDBACK_INDIRECT","features":[42]},{"name":"POINTER_FEEDBACK_MODE","features":[42]},{"name":"POINTER_FEEDBACK_NONE","features":[42]},{"name":"POINTER_TYPE_INFO","features":[1,42,216,55]},{"name":"POPUPCHECKBACKGROUNDSTATES","features":[42]},{"name":"POPUPCHECKSTATES","features":[42]},{"name":"POPUPITEMFOCUSABLESTATES","features":[42]},{"name":"POPUPITEMKBFOCUSSTATES","features":[42]},{"name":"POPUPITEMSTATES","features":[42]},{"name":"POPUPSUBMENUHCHOTSTATES","features":[42]},{"name":"POPUPSUBMENUSTATES","features":[42]},{"name":"PO_CLASS","features":[42]},{"name":"PO_GLOBAL","features":[42]},{"name":"PO_NOTFOUND","features":[42]},{"name":"PO_PART","features":[42]},{"name":"PO_STATE","features":[42]},{"name":"PP_BAR","features":[42]},{"name":"PP_BARVERT","features":[42]},{"name":"PP_CHUNK","features":[42]},{"name":"PP_CHUNKVERT","features":[42]},{"name":"PP_FILL","features":[42]},{"name":"PP_FILLVERT","features":[42]},{"name":"PP_MOVEOVERLAY","features":[42]},{"name":"PP_MOVEOVERLAYVERT","features":[42]},{"name":"PP_PULSEOVERLAY","features":[42]},{"name":"PP_PULSEOVERLAYVERT","features":[42]},{"name":"PP_TRANSPARENTBAR","features":[42]},{"name":"PP_TRANSPARENTBARVERT","features":[42]},{"name":"PRINTDLGEXORD","features":[42]},{"name":"PRINTDLGORD","features":[42]},{"name":"PRNSETUPDLGORD","features":[42]},{"name":"PROGRESSPARTS","features":[42]},{"name":"PROGRESS_CLASS","features":[42]},{"name":"PROGRESS_CLASSA","features":[42]},{"name":"PROGRESS_CLASSW","features":[42]},{"name":"PROPERTYORIGIN","features":[42]},{"name":"PROPSHEETHEADERA_V1","features":[1,13,42,55]},{"name":"PROPSHEETHEADERA_V2","features":[1,13,42,55]},{"name":"PROPSHEETHEADERW_V1","features":[1,13,42,55]},{"name":"PROPSHEETHEADERW_V2","features":[1,13,42,55]},{"name":"PROPSHEETPAGEA","features":[1,13,42,55]},{"name":"PROPSHEETPAGEA_V1","features":[1,13,42,55]},{"name":"PROPSHEETPAGEA_V2","features":[1,13,42,55]},{"name":"PROPSHEETPAGEA_V3","features":[1,13,42,55]},{"name":"PROPSHEETPAGEW","features":[1,13,42,55]},{"name":"PROPSHEETPAGEW_V1","features":[1,13,42,55]},{"name":"PROPSHEETPAGEW_V2","features":[1,13,42,55]},{"name":"PROPSHEETPAGEW_V3","features":[1,13,42,55]},{"name":"PROP_LG_CXDLG","features":[42]},{"name":"PROP_LG_CYDLG","features":[42]},{"name":"PROP_MED_CXDLG","features":[42]},{"name":"PROP_MED_CYDLG","features":[42]},{"name":"PROP_SM_CXDLG","features":[42]},{"name":"PROP_SM_CYDLG","features":[42]},{"name":"PSBTN_APPLYNOW","features":[42]},{"name":"PSBTN_BACK","features":[42]},{"name":"PSBTN_CANCEL","features":[42]},{"name":"PSBTN_FINISH","features":[42]},{"name":"PSBTN_HELP","features":[42]},{"name":"PSBTN_MAX","features":[42]},{"name":"PSBTN_NEXT","features":[42]},{"name":"PSBTN_OK","features":[42]},{"name":"PSCB_BUTTONPRESSED","features":[42]},{"name":"PSCB_INITIALIZED","features":[42]},{"name":"PSCB_PRECREATE","features":[42]},{"name":"PSHNOTIFY","features":[1,42]},{"name":"PSH_AEROWIZARD","features":[42]},{"name":"PSH_DEFAULT","features":[42]},{"name":"PSH_HASHELP","features":[42]},{"name":"PSH_HEADER","features":[42]},{"name":"PSH_HEADERBITMAP","features":[42]},{"name":"PSH_MODELESS","features":[42]},{"name":"PSH_NOAPPLYNOW","features":[42]},{"name":"PSH_NOCONTEXTHELP","features":[42]},{"name":"PSH_NOMARGIN","features":[42]},{"name":"PSH_PROPSHEETPAGE","features":[42]},{"name":"PSH_PROPTITLE","features":[42]},{"name":"PSH_RESIZABLE","features":[42]},{"name":"PSH_RTLREADING","features":[42]},{"name":"PSH_STRETCHWATERMARK","features":[42]},{"name":"PSH_USECALLBACK","features":[42]},{"name":"PSH_USEHBMHEADER","features":[42]},{"name":"PSH_USEHBMWATERMARK","features":[42]},{"name":"PSH_USEHICON","features":[42]},{"name":"PSH_USEHPLWATERMARK","features":[42]},{"name":"PSH_USEICONID","features":[42]},{"name":"PSH_USEPAGELANG","features":[42]},{"name":"PSH_USEPSTARTPAGE","features":[42]},{"name":"PSH_WATERMARK","features":[42]},{"name":"PSH_WIZARD","features":[42]},{"name":"PSH_WIZARD97","features":[42]},{"name":"PSH_WIZARDCONTEXTHELP","features":[42]},{"name":"PSH_WIZARDHASFINISH","features":[42]},{"name":"PSH_WIZARD_LITE","features":[42]},{"name":"PSM_ADDPAGE","features":[42]},{"name":"PSM_APPLY","features":[42]},{"name":"PSM_CANCELTOCLOSE","features":[42]},{"name":"PSM_CHANGED","features":[42]},{"name":"PSM_ENABLEWIZBUTTONS","features":[42]},{"name":"PSM_GETCURRENTPAGEHWND","features":[42]},{"name":"PSM_GETRESULT","features":[42]},{"name":"PSM_GETTABCONTROL","features":[42]},{"name":"PSM_HWNDTOINDEX","features":[42]},{"name":"PSM_IDTOINDEX","features":[42]},{"name":"PSM_INDEXTOHWND","features":[42]},{"name":"PSM_INDEXTOID","features":[42]},{"name":"PSM_INDEXTOPAGE","features":[42]},{"name":"PSM_INSERTPAGE","features":[42]},{"name":"PSM_ISDIALOGMESSAGE","features":[42]},{"name":"PSM_PAGETOINDEX","features":[42]},{"name":"PSM_PRESSBUTTON","features":[42]},{"name":"PSM_QUERYSIBLINGS","features":[42]},{"name":"PSM_REBOOTSYSTEM","features":[42]},{"name":"PSM_RECALCPAGESIZES","features":[42]},{"name":"PSM_REMOVEPAGE","features":[42]},{"name":"PSM_RESTARTWINDOWS","features":[42]},{"name":"PSM_SETBUTTONTEXT","features":[42]},{"name":"PSM_SETBUTTONTEXTW","features":[42]},{"name":"PSM_SETCURSEL","features":[42]},{"name":"PSM_SETCURSELID","features":[42]},{"name":"PSM_SETFINISHTEXT","features":[42]},{"name":"PSM_SETFINISHTEXTA","features":[42]},{"name":"PSM_SETFINISHTEXTW","features":[42]},{"name":"PSM_SETHEADERSUBTITLE","features":[42]},{"name":"PSM_SETHEADERSUBTITLEA","features":[42]},{"name":"PSM_SETHEADERSUBTITLEW","features":[42]},{"name":"PSM_SETHEADERTITLE","features":[42]},{"name":"PSM_SETHEADERTITLEA","features":[42]},{"name":"PSM_SETHEADERTITLEW","features":[42]},{"name":"PSM_SETNEXTTEXT","features":[42]},{"name":"PSM_SETNEXTTEXTW","features":[42]},{"name":"PSM_SETTITLE","features":[42]},{"name":"PSM_SETTITLEA","features":[42]},{"name":"PSM_SETTITLEW","features":[42]},{"name":"PSM_SETWIZBUTTONS","features":[42]},{"name":"PSM_SHOWWIZBUTTONS","features":[42]},{"name":"PSM_UNCHANGED","features":[42]},{"name":"PSNRET_INVALID","features":[42]},{"name":"PSNRET_INVALID_NOCHANGEPAGE","features":[42]},{"name":"PSNRET_MESSAGEHANDLED","features":[42]},{"name":"PSNRET_NOERROR","features":[42]},{"name":"PSN_APPLY","features":[42]},{"name":"PSN_FIRST","features":[42]},{"name":"PSN_GETOBJECT","features":[42]},{"name":"PSN_HELP","features":[42]},{"name":"PSN_KILLACTIVE","features":[42]},{"name":"PSN_LAST","features":[42]},{"name":"PSN_QUERYCANCEL","features":[42]},{"name":"PSN_QUERYINITIALFOCUS","features":[42]},{"name":"PSN_RESET","features":[42]},{"name":"PSN_SETACTIVE","features":[42]},{"name":"PSN_TRANSLATEACCELERATOR","features":[42]},{"name":"PSN_WIZBACK","features":[42]},{"name":"PSN_WIZFINISH","features":[42]},{"name":"PSN_WIZNEXT","features":[42]},{"name":"PSPCB_ADDREF","features":[42]},{"name":"PSPCB_CREATE","features":[42]},{"name":"PSPCB_MESSAGE","features":[42]},{"name":"PSPCB_RELEASE","features":[42]},{"name":"PSPCB_SI_INITDIALOG","features":[42]},{"name":"PSP_DEFAULT","features":[42]},{"name":"PSP_DLGINDIRECT","features":[42]},{"name":"PSP_HASHELP","features":[42]},{"name":"PSP_HIDEHEADER","features":[42]},{"name":"PSP_PREMATURE","features":[42]},{"name":"PSP_RTLREADING","features":[42]},{"name":"PSP_USECALLBACK","features":[42]},{"name":"PSP_USEFUSIONCONTEXT","features":[42]},{"name":"PSP_USEHEADERSUBTITLE","features":[42]},{"name":"PSP_USEHEADERTITLE","features":[42]},{"name":"PSP_USEHICON","features":[42]},{"name":"PSP_USEICONID","features":[42]},{"name":"PSP_USEREFPARENT","features":[42]},{"name":"PSP_USETITLE","features":[42]},{"name":"PSWIZBF_ELEVATIONREQUIRED","features":[42]},{"name":"PSWIZB_BACK","features":[42]},{"name":"PSWIZB_CANCEL","features":[42]},{"name":"PSWIZB_DISABLEDFINISH","features":[42]},{"name":"PSWIZB_FINISH","features":[42]},{"name":"PSWIZB_NEXT","features":[42]},{"name":"PSWIZB_RESTORE","features":[42]},{"name":"PSWIZB_SHOW","features":[42]},{"name":"PUSHBUTTONDROPDOWNSTATES","features":[42]},{"name":"PUSHBUTTONSTATES","features":[42]},{"name":"PackTouchHitTestingProximityEvaluation","features":[1,42]},{"name":"PropertySheetA","features":[1,13,42,55]},{"name":"PropertySheetW","features":[1,13,42,55]},{"name":"RADIOBUTTONSTATES","features":[42]},{"name":"RBAB_ADDBAND","features":[42]},{"name":"RBAB_AUTOSIZE","features":[42]},{"name":"RBBIM_BACKGROUND","features":[42]},{"name":"RBBIM_CHEVRONLOCATION","features":[42]},{"name":"RBBIM_CHEVRONSTATE","features":[42]},{"name":"RBBIM_CHILD","features":[42]},{"name":"RBBIM_CHILDSIZE","features":[42]},{"name":"RBBIM_COLORS","features":[42]},{"name":"RBBIM_HEADERSIZE","features":[42]},{"name":"RBBIM_ID","features":[42]},{"name":"RBBIM_IDEALSIZE","features":[42]},{"name":"RBBIM_IMAGE","features":[42]},{"name":"RBBIM_LPARAM","features":[42]},{"name":"RBBIM_SIZE","features":[42]},{"name":"RBBIM_STYLE","features":[42]},{"name":"RBBIM_TEXT","features":[42]},{"name":"RBBS_BREAK","features":[42]},{"name":"RBBS_CHILDEDGE","features":[42]},{"name":"RBBS_FIXEDBMP","features":[42]},{"name":"RBBS_FIXEDSIZE","features":[42]},{"name":"RBBS_GRIPPERALWAYS","features":[42]},{"name":"RBBS_HIDDEN","features":[42]},{"name":"RBBS_HIDETITLE","features":[42]},{"name":"RBBS_NOGRIPPER","features":[42]},{"name":"RBBS_NOVERT","features":[42]},{"name":"RBBS_TOPALIGN","features":[42]},{"name":"RBBS_USECHEVRON","features":[42]},{"name":"RBBS_VARIABLEHEIGHT","features":[42]},{"name":"RBHITTESTINFO","features":[1,42]},{"name":"RBHT_CAPTION","features":[42]},{"name":"RBHT_CHEVRON","features":[42]},{"name":"RBHT_CLIENT","features":[42]},{"name":"RBHT_GRABBER","features":[42]},{"name":"RBHT_NOWHERE","features":[42]},{"name":"RBHT_SPLITTER","features":[42]},{"name":"RBIM_IMAGELIST","features":[42]},{"name":"RBNM_ID","features":[42]},{"name":"RBNM_LPARAM","features":[42]},{"name":"RBNM_STYLE","features":[42]},{"name":"RBN_AUTOBREAK","features":[42]},{"name":"RBN_AUTOSIZE","features":[42]},{"name":"RBN_BEGINDRAG","features":[42]},{"name":"RBN_CHEVRONPUSHED","features":[42]},{"name":"RBN_CHILDSIZE","features":[42]},{"name":"RBN_DELETEDBAND","features":[42]},{"name":"RBN_DELETINGBAND","features":[42]},{"name":"RBN_ENDDRAG","features":[42]},{"name":"RBN_FIRST","features":[42]},{"name":"RBN_GETOBJECT","features":[42]},{"name":"RBN_HEIGHTCHANGE","features":[42]},{"name":"RBN_LAST","features":[42]},{"name":"RBN_LAYOUTCHANGED","features":[42]},{"name":"RBN_MINMAX","features":[42]},{"name":"RBN_SPLITTERDRAG","features":[42]},{"name":"RBSTR_CHANGERECT","features":[42]},{"name":"RBS_AUTOSIZE","features":[42]},{"name":"RBS_BANDBORDERS","features":[42]},{"name":"RBS_CHECKEDDISABLED","features":[42]},{"name":"RBS_CHECKEDHOT","features":[42]},{"name":"RBS_CHECKEDNORMAL","features":[42]},{"name":"RBS_CHECKEDPRESSED","features":[42]},{"name":"RBS_DBLCLKTOGGLE","features":[42]},{"name":"RBS_DISABLED","features":[42]},{"name":"RBS_FIXEDORDER","features":[42]},{"name":"RBS_HOT","features":[42]},{"name":"RBS_NORMAL","features":[42]},{"name":"RBS_PUSHED","features":[42]},{"name":"RBS_REGISTERDROP","features":[42]},{"name":"RBS_TOOLTIPS","features":[42]},{"name":"RBS_UNCHECKEDDISABLED","features":[42]},{"name":"RBS_UNCHECKEDHOT","features":[42]},{"name":"RBS_UNCHECKEDNORMAL","features":[42]},{"name":"RBS_UNCHECKEDPRESSED","features":[42]},{"name":"RBS_VARHEIGHT","features":[42]},{"name":"RBS_VERTICALGRIPPER","features":[42]},{"name":"RB_BEGINDRAG","features":[42]},{"name":"RB_DELETEBAND","features":[42]},{"name":"RB_DRAGMOVE","features":[42]},{"name":"RB_ENDDRAG","features":[42]},{"name":"RB_GETBANDBORDERS","features":[42]},{"name":"RB_GETBANDCOUNT","features":[42]},{"name":"RB_GETBANDINFO","features":[42]},{"name":"RB_GETBANDINFOA","features":[42]},{"name":"RB_GETBANDINFOW","features":[42]},{"name":"RB_GETBANDMARGINS","features":[42]},{"name":"RB_GETBARHEIGHT","features":[42]},{"name":"RB_GETBARINFO","features":[42]},{"name":"RB_GETBKCOLOR","features":[42]},{"name":"RB_GETCOLORSCHEME","features":[42]},{"name":"RB_GETDROPTARGET","features":[42]},{"name":"RB_GETEXTENDEDSTYLE","features":[42]},{"name":"RB_GETPALETTE","features":[42]},{"name":"RB_GETRECT","features":[42]},{"name":"RB_GETROWCOUNT","features":[42]},{"name":"RB_GETROWHEIGHT","features":[42]},{"name":"RB_GETTEXTCOLOR","features":[42]},{"name":"RB_GETTOOLTIPS","features":[42]},{"name":"RB_GETUNICODEFORMAT","features":[42]},{"name":"RB_HITTEST","features":[42]},{"name":"RB_IDTOINDEX","features":[42]},{"name":"RB_INSERTBAND","features":[42]},{"name":"RB_INSERTBANDA","features":[42]},{"name":"RB_INSERTBANDW","features":[42]},{"name":"RB_MAXIMIZEBAND","features":[42]},{"name":"RB_MINIMIZEBAND","features":[42]},{"name":"RB_MOVEBAND","features":[42]},{"name":"RB_PUSHCHEVRON","features":[42]},{"name":"RB_SETBANDINFO","features":[42]},{"name":"RB_SETBANDINFOA","features":[42]},{"name":"RB_SETBANDINFOW","features":[42]},{"name":"RB_SETBANDWIDTH","features":[42]},{"name":"RB_SETBARINFO","features":[42]},{"name":"RB_SETBKCOLOR","features":[42]},{"name":"RB_SETCOLORSCHEME","features":[42]},{"name":"RB_SETEXTENDEDSTYLE","features":[42]},{"name":"RB_SETPALETTE","features":[42]},{"name":"RB_SETPARENT","features":[42]},{"name":"RB_SETTEXTCOLOR","features":[42]},{"name":"RB_SETTOOLTIPS","features":[42]},{"name":"RB_SETUNICODEFORMAT","features":[42]},{"name":"RB_SETWINDOWTHEME","features":[42]},{"name":"RB_SHOWBAND","features":[42]},{"name":"RB_SIZETORECT","features":[42]},{"name":"READONLYSTATES","features":[42]},{"name":"REBARBANDINFOA","features":[1,13,42]},{"name":"REBARBANDINFOW","features":[1,13,42]},{"name":"REBARCLASSNAME","features":[42]},{"name":"REBARCLASSNAMEA","features":[42]},{"name":"REBARCLASSNAMEW","features":[42]},{"name":"REBARINFO","features":[42]},{"name":"REBARPARTS","features":[42]},{"name":"REPLACEDLGORD","features":[42]},{"name":"RESTOREBUTTONSTATES","features":[42]},{"name":"RP_BACKGROUND","features":[42]},{"name":"RP_BAND","features":[42]},{"name":"RP_CHEVRON","features":[42]},{"name":"RP_CHEVRONVERT","features":[42]},{"name":"RP_GRIPPER","features":[42]},{"name":"RP_GRIPPERVERT","features":[42]},{"name":"RP_SPLITTER","features":[42]},{"name":"RP_SPLITTERVERT","features":[42]},{"name":"RUNDLGORD","features":[42]},{"name":"RegisterPointerDeviceNotifications","features":[1,42]},{"name":"RegisterTouchHitTestingWindow","features":[1,42]},{"name":"SBARS_SIZEGRIP","features":[42]},{"name":"SBARS_TOOLTIPS","features":[42]},{"name":"SBN_FIRST","features":[42]},{"name":"SBN_LAST","features":[42]},{"name":"SBN_SIMPLEMODECHANGE","features":[42]},{"name":"SBP_ARROWBTN","features":[42]},{"name":"SBP_GRIPPERHORZ","features":[42]},{"name":"SBP_GRIPPERVERT","features":[42]},{"name":"SBP_LOWERTRACKHORZ","features":[42]},{"name":"SBP_LOWERTRACKVERT","features":[42]},{"name":"SBP_SIZEBOX","features":[42]},{"name":"SBP_SIZEBOXBKGND","features":[42]},{"name":"SBP_THUMBBTNHORZ","features":[42]},{"name":"SBP_THUMBBTNVERT","features":[42]},{"name":"SBP_UPPERTRACKHORZ","features":[42]},{"name":"SBP_UPPERTRACKVERT","features":[42]},{"name":"SBS_DISABLED","features":[42]},{"name":"SBS_HOT","features":[42]},{"name":"SBS_NORMAL","features":[42]},{"name":"SBS_PUSHED","features":[42]},{"name":"SBT_NOBORDERS","features":[42]},{"name":"SBT_NOTABPARSING","features":[42]},{"name":"SBT_OWNERDRAW","features":[42]},{"name":"SBT_POPOUT","features":[42]},{"name":"SBT_RTLREADING","features":[42]},{"name":"SBT_TOOLTIPS","features":[42]},{"name":"SB_GETBORDERS","features":[42]},{"name":"SB_GETICON","features":[42]},{"name":"SB_GETPARTS","features":[42]},{"name":"SB_GETRECT","features":[42]},{"name":"SB_GETTEXT","features":[42]},{"name":"SB_GETTEXTA","features":[42]},{"name":"SB_GETTEXTLENGTH","features":[42]},{"name":"SB_GETTEXTLENGTHA","features":[42]},{"name":"SB_GETTEXTLENGTHW","features":[42]},{"name":"SB_GETTEXTW","features":[42]},{"name":"SB_GETTIPTEXTA","features":[42]},{"name":"SB_GETTIPTEXTW","features":[42]},{"name":"SB_GETUNICODEFORMAT","features":[42]},{"name":"SB_ISSIMPLE","features":[42]},{"name":"SB_SETBKCOLOR","features":[42]},{"name":"SB_SETICON","features":[42]},{"name":"SB_SETMINHEIGHT","features":[42]},{"name":"SB_SETPARTS","features":[42]},{"name":"SB_SETTEXT","features":[42]},{"name":"SB_SETTEXTA","features":[42]},{"name":"SB_SETTEXTW","features":[42]},{"name":"SB_SETTIPTEXTA","features":[42]},{"name":"SB_SETTIPTEXTW","features":[42]},{"name":"SB_SETUNICODEFORMAT","features":[42]},{"name":"SB_SIMPLE","features":[42]},{"name":"SB_SIMPLEID","features":[42]},{"name":"SCBS_DISABLED","features":[42]},{"name":"SCBS_HOT","features":[42]},{"name":"SCBS_NORMAL","features":[42]},{"name":"SCBS_PUSHED","features":[42]},{"name":"SCRBS_DISABLED","features":[42]},{"name":"SCRBS_HOT","features":[42]},{"name":"SCRBS_HOVER","features":[42]},{"name":"SCRBS_NORMAL","features":[42]},{"name":"SCRBS_PRESSED","features":[42]},{"name":"SCROLLBARPARTS","features":[42]},{"name":"SCROLLBARSTYLESTATES","features":[42]},{"name":"SCS_ACTIVE","features":[42]},{"name":"SCS_DISABLED","features":[42]},{"name":"SCS_INACTIVE","features":[42]},{"name":"SECTIONTITLELINKSTATES","features":[42]},{"name":"SET_THEME_APP_PROPERTIES_FLAGS","features":[42]},{"name":"SFRB_ACTIVE","features":[42]},{"name":"SFRB_INACTIVE","features":[42]},{"name":"SFRL_ACTIVE","features":[42]},{"name":"SFRL_INACTIVE","features":[42]},{"name":"SFRR_ACTIVE","features":[42]},{"name":"SFRR_INACTIVE","features":[42]},{"name":"SHOWCALENDARBUTTONRIGHTSTATES","features":[42]},{"name":"SIZEBOXSTATES","features":[42]},{"name":"SIZINGTYPE","features":[42]},{"name":"SMALLCAPTIONSTATES","features":[42]},{"name":"SMALLCLOSEBUTTONSTATES","features":[42]},{"name":"SMALLFRAMEBOTTOMSTATES","features":[42]},{"name":"SMALLFRAMELEFTSTATES","features":[42]},{"name":"SMALLFRAMERIGHTSTATES","features":[42]},{"name":"SOFTWAREEXPLORERSTATES","features":[42]},{"name":"SPECIALGROUPCOLLAPSESTATES","features":[42]},{"name":"SPECIALGROUPEXPANDSTATES","features":[42]},{"name":"SPINPARTS","features":[42]},{"name":"SPLITSV_HOT","features":[42]},{"name":"SPLITSV_NORMAL","features":[42]},{"name":"SPLITSV_PRESSED","features":[42]},{"name":"SPLITS_HOT","features":[42]},{"name":"SPLITS_NORMAL","features":[42]},{"name":"SPLITS_PRESSED","features":[42]},{"name":"SPLITTERSTATES","features":[42]},{"name":"SPLITTERVERTSTATES","features":[42]},{"name":"SPLS_HOT","features":[42]},{"name":"SPLS_NORMAL","features":[42]},{"name":"SPLS_PRESSED","features":[42]},{"name":"SPMPT_DISABLED","features":[42]},{"name":"SPMPT_FOCUSED","features":[42]},{"name":"SPMPT_HOT","features":[42]},{"name":"SPMPT_NORMAL","features":[42]},{"name":"SPMPT_SELECTED","features":[42]},{"name":"SPNP_DOWN","features":[42]},{"name":"SPNP_DOWNHORZ","features":[42]},{"name":"SPNP_UP","features":[42]},{"name":"SPNP_UPHORZ","features":[42]},{"name":"SPOB_DISABLED","features":[42]},{"name":"SPOB_FOCUSED","features":[42]},{"name":"SPOB_HOT","features":[42]},{"name":"SPOB_NORMAL","features":[42]},{"name":"SPOB_SELECTED","features":[42]},{"name":"SPP_LOGOFF","features":[42]},{"name":"SPP_LOGOFFBUTTONS","features":[42]},{"name":"SPP_LOGOFFSPLITBUTTONDROPDOWN","features":[42]},{"name":"SPP_MOREPROGRAMS","features":[42]},{"name":"SPP_MOREPROGRAMSARROW","features":[42]},{"name":"SPP_MOREPROGRAMSARROWBACK","features":[42]},{"name":"SPP_MOREPROGRAMSTAB","features":[42]},{"name":"SPP_NSCHOST","features":[42]},{"name":"SPP_OPENBOX","features":[42]},{"name":"SPP_PLACESLIST","features":[42]},{"name":"SPP_PLACESLISTSEPARATOR","features":[42]},{"name":"SPP_PREVIEW","features":[42]},{"name":"SPP_PROGLIST","features":[42]},{"name":"SPP_PROGLISTSEPARATOR","features":[42]},{"name":"SPP_SEARCHVIEW","features":[42]},{"name":"SPP_SOFTWAREEXPLORER","features":[42]},{"name":"SPP_TOPMATCH","features":[42]},{"name":"SPP_USERPANE","features":[42]},{"name":"SPP_USERPICTURE","features":[42]},{"name":"SPSB_HOT","features":[42]},{"name":"SPSB_NORMAL","features":[42]},{"name":"SPSB_PRESSED","features":[42]},{"name":"SPSE_DISABLED","features":[42]},{"name":"SPSE_FOCUSED","features":[42]},{"name":"SPSE_HOT","features":[42]},{"name":"SPSE_NORMAL","features":[42]},{"name":"SPSE_SELECTED","features":[42]},{"name":"SPS_HOT","features":[42]},{"name":"SPS_NORMAL","features":[42]},{"name":"SPS_PRESSED","features":[42]},{"name":"SP_GRIPPER","features":[42]},{"name":"SP_GRIPPERPANE","features":[42]},{"name":"SP_PANE","features":[42]},{"name":"STANDARDSTATES","features":[42]},{"name":"STARTPANELPARTS","features":[42]},{"name":"STATE_SYSTEM_FOCUSABLE","features":[42]},{"name":"STATE_SYSTEM_INVISIBLE","features":[42]},{"name":"STATE_SYSTEM_OFFSCREEN","features":[42]},{"name":"STATE_SYSTEM_PRESSED","features":[42]},{"name":"STATE_SYSTEM_UNAVAILABLE","features":[42]},{"name":"STATICPARTS","features":[42]},{"name":"STATUSCLASSNAME","features":[42]},{"name":"STATUSCLASSNAMEA","features":[42]},{"name":"STATUSCLASSNAMEW","features":[42]},{"name":"STATUSPARTS","features":[42]},{"name":"STAT_TEXT","features":[42]},{"name":"STD_COPY","features":[42]},{"name":"STD_CUT","features":[42]},{"name":"STD_DELETE","features":[42]},{"name":"STD_FILENEW","features":[42]},{"name":"STD_FILEOPEN","features":[42]},{"name":"STD_FILESAVE","features":[42]},{"name":"STD_FIND","features":[42]},{"name":"STD_HELP","features":[42]},{"name":"STD_PASTE","features":[42]},{"name":"STD_PRINT","features":[42]},{"name":"STD_PRINTPRE","features":[42]},{"name":"STD_PROPERTIES","features":[42]},{"name":"STD_REDOW","features":[42]},{"name":"STD_REPLACE","features":[42]},{"name":"STD_UNDO","features":[42]},{"name":"ST_STRETCH","features":[42]},{"name":"ST_TILE","features":[42]},{"name":"ST_TRUESIZE","features":[42]},{"name":"SYSBUTTONSTATES","features":[42]},{"name":"SYSTEMCLOSEHCHOTSTATES","features":[42]},{"name":"SYSTEMCLOSESTATES","features":[42]},{"name":"SYSTEMMAXIMIZEHCHOTSTATES","features":[42]},{"name":"SYSTEMMAXIMIZESTATES","features":[42]},{"name":"SYSTEMMINIMIZEHCHOTSTATES","features":[42]},{"name":"SYSTEMMINIMIZESTATES","features":[42]},{"name":"SYSTEMRESTOREHCHOTSTATES","features":[42]},{"name":"SYSTEMRESTORESTATES","features":[42]},{"name":"SZB_HALFBOTTOMLEFTALIGN","features":[42]},{"name":"SZB_HALFBOTTOMRIGHTALIGN","features":[42]},{"name":"SZB_HALFTOPLEFTALIGN","features":[42]},{"name":"SZB_HALFTOPRIGHTALIGN","features":[42]},{"name":"SZB_LEFTALIGN","features":[42]},{"name":"SZB_RIGHTALIGN","features":[42]},{"name":"SZB_TOPLEFTALIGN","features":[42]},{"name":"SZB_TOPRIGHTALIGN","features":[42]},{"name":"SZ_THDOCPROP_AUTHOR","features":[42]},{"name":"SZ_THDOCPROP_CANONICALNAME","features":[42]},{"name":"SZ_THDOCPROP_DISPLAYNAME","features":[42]},{"name":"SZ_THDOCPROP_TOOLTIP","features":[42]},{"name":"SetScrollInfo","features":[1,42,55]},{"name":"SetScrollPos","features":[1,42,55]},{"name":"SetScrollRange","features":[1,42,55]},{"name":"SetThemeAppProperties","features":[42]},{"name":"SetWindowFeedbackSetting","features":[1,42]},{"name":"SetWindowTheme","features":[1,42]},{"name":"SetWindowThemeAttribute","features":[1,42]},{"name":"ShowHideMenuCtl","features":[1,42]},{"name":"ShowScrollBar","features":[1,42,55]},{"name":"Str_SetPtrW","features":[1,42]},{"name":"TABITEMBOTHEDGESTATES","features":[42]},{"name":"TABITEMLEFTEDGESTATES","features":[42]},{"name":"TABITEMRIGHTEDGESTATES","features":[42]},{"name":"TABITEMSTATES","features":[42]},{"name":"TABPARTS","features":[42]},{"name":"TABP_AEROWIZARDBODY","features":[42]},{"name":"TABP_BODY","features":[42]},{"name":"TABP_PANE","features":[42]},{"name":"TABP_TABITEM","features":[42]},{"name":"TABP_TABITEMBOTHEDGE","features":[42]},{"name":"TABP_TABITEMLEFTEDGE","features":[42]},{"name":"TABP_TABITEMRIGHTEDGE","features":[42]},{"name":"TABP_TOPTABITEM","features":[42]},{"name":"TABP_TOPTABITEMBOTHEDGE","features":[42]},{"name":"TABP_TOPTABITEMLEFTEDGE","features":[42]},{"name":"TABP_TOPTABITEMRIGHTEDGE","features":[42]},{"name":"TABSTATES","features":[42]},{"name":"TAB_CONTROL_ITEM_STATE","features":[42]},{"name":"TAPF_ALLOWCOLLECTION","features":[42]},{"name":"TAPF_HASBACKGROUND","features":[42]},{"name":"TAPF_HASPERSPECTIVE","features":[42]},{"name":"TAPF_HASSTAGGER","features":[42]},{"name":"TAPF_ISRTLAWARE","features":[42]},{"name":"TAPF_NONE","features":[42]},{"name":"TAP_FLAGS","features":[42]},{"name":"TAP_STAGGERDELAY","features":[42]},{"name":"TAP_STAGGERDELAYCAP","features":[42]},{"name":"TAP_STAGGERDELAYFACTOR","features":[42]},{"name":"TAP_TRANSFORMCOUNT","features":[42]},{"name":"TAP_ZORDER","features":[42]},{"name":"TASKBANDPARTS","features":[42]},{"name":"TASKBARPARTS","features":[42]},{"name":"TASKDIALOGCONFIG","features":[1,42,55]},{"name":"TASKDIALOGPARTS","features":[42]},{"name":"TASKDIALOG_BUTTON","features":[42]},{"name":"TASKDIALOG_COMMON_BUTTON_FLAGS","features":[42]},{"name":"TASKDIALOG_ELEMENTS","features":[42]},{"name":"TASKDIALOG_FLAGS","features":[42]},{"name":"TASKDIALOG_ICON_ELEMENTS","features":[42]},{"name":"TASKDIALOG_MESSAGES","features":[42]},{"name":"TASKDIALOG_NOTIFICATIONS","features":[42]},{"name":"TASKLINKSTATES","features":[42]},{"name":"TATF_HASINITIALVALUES","features":[42]},{"name":"TATF_HASORIGINVALUES","features":[42]},{"name":"TATF_NONE","features":[42]},{"name":"TATF_TARGETVALUES_USER","features":[42]},{"name":"TATT_CLIP","features":[42]},{"name":"TATT_OPACITY","features":[42]},{"name":"TATT_SCALE_2D","features":[42]},{"name":"TATT_TRANSLATE_2D","features":[42]},{"name":"TA_CUBIC_BEZIER","features":[42]},{"name":"TA_PROPERTY","features":[42]},{"name":"TA_PROPERTY_FLAG","features":[42]},{"name":"TA_TIMINGFUNCTION","features":[42]},{"name":"TA_TIMINGFUNCTION_TYPE","features":[42]},{"name":"TA_TRANSFORM","features":[42]},{"name":"TA_TRANSFORM_2D","features":[42]},{"name":"TA_TRANSFORM_CLIP","features":[42]},{"name":"TA_TRANSFORM_FLAG","features":[42]},{"name":"TA_TRANSFORM_OPACITY","features":[42]},{"name":"TA_TRANSFORM_TYPE","features":[42]},{"name":"TBADDBITMAP","features":[1,42]},{"name":"TBBF_LARGE","features":[42]},{"name":"TBBUTTON","features":[42]},{"name":"TBBUTTON","features":[42]},{"name":"TBBUTTONINFOA","features":[42]},{"name":"TBBUTTONINFOW","features":[42]},{"name":"TBBUTTONINFOW_MASK","features":[42]},{"name":"TBCDRF_BLENDICON","features":[42]},{"name":"TBCDRF_HILITEHOTTRACK","features":[42]},{"name":"TBCDRF_NOBACKGROUND","features":[42]},{"name":"TBCDRF_NOEDGES","features":[42]},{"name":"TBCDRF_NOETCHEDEFFECT","features":[42]},{"name":"TBCDRF_NOMARK","features":[42]},{"name":"TBCDRF_NOOFFSET","features":[42]},{"name":"TBCDRF_USECDCOLORS","features":[42]},{"name":"TBCD_CHANNEL","features":[42]},{"name":"TBCD_THUMB","features":[42]},{"name":"TBCD_TICS","features":[42]},{"name":"TBDDRET_DEFAULT","features":[42]},{"name":"TBDDRET_NODEFAULT","features":[42]},{"name":"TBDDRET_TREATPRESSED","features":[42]},{"name":"TBIF_BYINDEX","features":[42]},{"name":"TBIF_COMMAND","features":[42]},{"name":"TBIF_IMAGE","features":[42]},{"name":"TBIF_LPARAM","features":[42]},{"name":"TBIF_SIZE","features":[42]},{"name":"TBIF_STATE","features":[42]},{"name":"TBIF_STYLE","features":[42]},{"name":"TBIF_TEXT","features":[42]},{"name":"TBIMHT_AFTER","features":[42]},{"name":"TBIMHT_BACKGROUND","features":[42]},{"name":"TBIMHT_NONE","features":[42]},{"name":"TBINSERTMARK","features":[42]},{"name":"TBINSERTMARK_FLAGS","features":[42]},{"name":"TBMETRICS","features":[42]},{"name":"TBMF_BARPAD","features":[42]},{"name":"TBMF_BUTTONSPACING","features":[42]},{"name":"TBMF_PAD","features":[42]},{"name":"TBM_CLEARSEL","features":[42]},{"name":"TBM_CLEARTICS","features":[42]},{"name":"TBM_GETBUDDY","features":[42]},{"name":"TBM_GETCHANNELRECT","features":[42]},{"name":"TBM_GETLINESIZE","features":[42]},{"name":"TBM_GETNUMTICS","features":[42]},{"name":"TBM_GETPAGESIZE","features":[42]},{"name":"TBM_GETPTICS","features":[42]},{"name":"TBM_GETRANGEMAX","features":[42]},{"name":"TBM_GETRANGEMIN","features":[42]},{"name":"TBM_GETSELEND","features":[42]},{"name":"TBM_GETSELSTART","features":[42]},{"name":"TBM_GETTHUMBLENGTH","features":[42]},{"name":"TBM_GETTHUMBRECT","features":[42]},{"name":"TBM_GETTIC","features":[42]},{"name":"TBM_GETTICPOS","features":[42]},{"name":"TBM_GETTOOLTIPS","features":[42]},{"name":"TBM_GETUNICODEFORMAT","features":[42]},{"name":"TBM_SETBUDDY","features":[42]},{"name":"TBM_SETLINESIZE","features":[42]},{"name":"TBM_SETPAGESIZE","features":[42]},{"name":"TBM_SETPOS","features":[42]},{"name":"TBM_SETPOSNOTIFY","features":[42]},{"name":"TBM_SETRANGE","features":[42]},{"name":"TBM_SETRANGEMAX","features":[42]},{"name":"TBM_SETRANGEMIN","features":[42]},{"name":"TBM_SETSEL","features":[42]},{"name":"TBM_SETSELEND","features":[42]},{"name":"TBM_SETSELSTART","features":[42]},{"name":"TBM_SETTHUMBLENGTH","features":[42]},{"name":"TBM_SETTIC","features":[42]},{"name":"TBM_SETTICFREQ","features":[42]},{"name":"TBM_SETTIPSIDE","features":[42]},{"name":"TBM_SETTOOLTIPS","features":[42]},{"name":"TBM_SETUNICODEFORMAT","features":[42]},{"name":"TBNF_DI_SETITEM","features":[42]},{"name":"TBNF_IMAGE","features":[42]},{"name":"TBNF_TEXT","features":[42]},{"name":"TBNRF_ENDCUSTOMIZE","features":[42]},{"name":"TBNRF_HIDEHELP","features":[42]},{"name":"TBN_BEGINADJUST","features":[42]},{"name":"TBN_BEGINDRAG","features":[42]},{"name":"TBN_CUSTHELP","features":[42]},{"name":"TBN_DELETINGBUTTON","features":[42]},{"name":"TBN_DRAGOUT","features":[42]},{"name":"TBN_DRAGOVER","features":[42]},{"name":"TBN_DROPDOWN","features":[42]},{"name":"TBN_DUPACCELERATOR","features":[42]},{"name":"TBN_ENDADJUST","features":[42]},{"name":"TBN_ENDDRAG","features":[42]},{"name":"TBN_FIRST","features":[42]},{"name":"TBN_GETBUTTONINFO","features":[42]},{"name":"TBN_GETBUTTONINFOA","features":[42]},{"name":"TBN_GETBUTTONINFOW","features":[42]},{"name":"TBN_GETDISPINFO","features":[42]},{"name":"TBN_GETDISPINFOA","features":[42]},{"name":"TBN_GETDISPINFOW","features":[42]},{"name":"TBN_GETINFOTIP","features":[42]},{"name":"TBN_GETINFOTIPA","features":[42]},{"name":"TBN_GETINFOTIPW","features":[42]},{"name":"TBN_GETOBJECT","features":[42]},{"name":"TBN_HOTITEMCHANGE","features":[42]},{"name":"TBN_INITCUSTOMIZE","features":[42]},{"name":"TBN_LAST","features":[42]},{"name":"TBN_MAPACCELERATOR","features":[42]},{"name":"TBN_QUERYDELETE","features":[42]},{"name":"TBN_QUERYINSERT","features":[42]},{"name":"TBN_RESET","features":[42]},{"name":"TBN_RESTORE","features":[42]},{"name":"TBN_SAVE","features":[42]},{"name":"TBN_TOOLBARCHANGE","features":[42]},{"name":"TBN_WRAPACCELERATOR","features":[42]},{"name":"TBN_WRAPHOTITEM","features":[42]},{"name":"TBP_BACKGROUNDBOTTOM","features":[42]},{"name":"TBP_BACKGROUNDLEFT","features":[42]},{"name":"TBP_BACKGROUNDRIGHT","features":[42]},{"name":"TBP_BACKGROUNDTOP","features":[42]},{"name":"TBP_SIZINGBARBOTTOM","features":[42]},{"name":"TBP_SIZINGBARLEFT","features":[42]},{"name":"TBP_SIZINGBARRIGHT","features":[42]},{"name":"TBP_SIZINGBARTOP","features":[42]},{"name":"TBREPLACEBITMAP","features":[1,42]},{"name":"TBSAVEPARAMSA","features":[54,42]},{"name":"TBSAVEPARAMSW","features":[54,42]},{"name":"TBSTATE_CHECKED","features":[42]},{"name":"TBSTATE_ELLIPSES","features":[42]},{"name":"TBSTATE_ENABLED","features":[42]},{"name":"TBSTATE_HIDDEN","features":[42]},{"name":"TBSTATE_INDETERMINATE","features":[42]},{"name":"TBSTATE_MARKED","features":[42]},{"name":"TBSTATE_PRESSED","features":[42]},{"name":"TBSTATE_WRAP","features":[42]},{"name":"TBSTYLE_ALTDRAG","features":[42]},{"name":"TBSTYLE_AUTOSIZE","features":[42]},{"name":"TBSTYLE_BUTTON","features":[42]},{"name":"TBSTYLE_CHECK","features":[42]},{"name":"TBSTYLE_CUSTOMERASE","features":[42]},{"name":"TBSTYLE_DROPDOWN","features":[42]},{"name":"TBSTYLE_EX_DOUBLEBUFFER","features":[42]},{"name":"TBSTYLE_EX_DRAWDDARROWS","features":[42]},{"name":"TBSTYLE_EX_HIDECLIPPEDBUTTONS","features":[42]},{"name":"TBSTYLE_EX_MIXEDBUTTONS","features":[42]},{"name":"TBSTYLE_EX_MULTICOLUMN","features":[42]},{"name":"TBSTYLE_EX_VERTICAL","features":[42]},{"name":"TBSTYLE_FLAT","features":[42]},{"name":"TBSTYLE_GROUP","features":[42]},{"name":"TBSTYLE_LIST","features":[42]},{"name":"TBSTYLE_NOPREFIX","features":[42]},{"name":"TBSTYLE_REGISTERDROP","features":[42]},{"name":"TBSTYLE_SEP","features":[42]},{"name":"TBSTYLE_TOOLTIPS","features":[42]},{"name":"TBSTYLE_TRANSPARENT","features":[42]},{"name":"TBSTYLE_WRAPABLE","features":[42]},{"name":"TBS_AUTOTICKS","features":[42]},{"name":"TBS_BOTH","features":[42]},{"name":"TBS_BOTTOM","features":[42]},{"name":"TBS_DOWNISLEFT","features":[42]},{"name":"TBS_ENABLESELRANGE","features":[42]},{"name":"TBS_FIXEDLENGTH","features":[42]},{"name":"TBS_HORZ","features":[42]},{"name":"TBS_LEFT","features":[42]},{"name":"TBS_NOTHUMB","features":[42]},{"name":"TBS_NOTICKS","features":[42]},{"name":"TBS_NOTIFYBEFOREMOVE","features":[42]},{"name":"TBS_REVERSED","features":[42]},{"name":"TBS_RIGHT","features":[42]},{"name":"TBS_TOOLTIPS","features":[42]},{"name":"TBS_TOP","features":[42]},{"name":"TBS_TRANSPARENTBKGND","features":[42]},{"name":"TBS_VERT","features":[42]},{"name":"TBTS_BOTTOM","features":[42]},{"name":"TBTS_LEFT","features":[42]},{"name":"TBTS_RIGHT","features":[42]},{"name":"TBTS_TOP","features":[42]},{"name":"TB_ADDBITMAP","features":[42]},{"name":"TB_ADDBUTTONS","features":[42]},{"name":"TB_ADDBUTTONSA","features":[42]},{"name":"TB_ADDBUTTONSW","features":[42]},{"name":"TB_ADDSTRING","features":[42]},{"name":"TB_ADDSTRINGA","features":[42]},{"name":"TB_ADDSTRINGW","features":[42]},{"name":"TB_AUTOSIZE","features":[42]},{"name":"TB_BOTTOM","features":[42]},{"name":"TB_BUTTONCOUNT","features":[42]},{"name":"TB_BUTTONSTRUCTSIZE","features":[42]},{"name":"TB_CHANGEBITMAP","features":[42]},{"name":"TB_CHECKBUTTON","features":[42]},{"name":"TB_COMMANDTOINDEX","features":[42]},{"name":"TB_CUSTOMIZE","features":[42]},{"name":"TB_DELETEBUTTON","features":[42]},{"name":"TB_ENABLEBUTTON","features":[42]},{"name":"TB_ENDTRACK","features":[42]},{"name":"TB_GETANCHORHIGHLIGHT","features":[42]},{"name":"TB_GETBITMAP","features":[42]},{"name":"TB_GETBITMAPFLAGS","features":[42]},{"name":"TB_GETBUTTON","features":[42]},{"name":"TB_GETBUTTONINFO","features":[42]},{"name":"TB_GETBUTTONINFOA","features":[42]},{"name":"TB_GETBUTTONINFOW","features":[42]},{"name":"TB_GETBUTTONSIZE","features":[42]},{"name":"TB_GETBUTTONTEXT","features":[42]},{"name":"TB_GETBUTTONTEXTA","features":[42]},{"name":"TB_GETBUTTONTEXTW","features":[42]},{"name":"TB_GETCOLORSCHEME","features":[42]},{"name":"TB_GETDISABLEDIMAGELIST","features":[42]},{"name":"TB_GETEXTENDEDSTYLE","features":[42]},{"name":"TB_GETHOTIMAGELIST","features":[42]},{"name":"TB_GETHOTITEM","features":[42]},{"name":"TB_GETIDEALSIZE","features":[42]},{"name":"TB_GETIMAGELIST","features":[42]},{"name":"TB_GETIMAGELISTCOUNT","features":[42]},{"name":"TB_GETINSERTMARK","features":[42]},{"name":"TB_GETINSERTMARKCOLOR","features":[42]},{"name":"TB_GETITEMDROPDOWNRECT","features":[42]},{"name":"TB_GETITEMRECT","features":[42]},{"name":"TB_GETMAXSIZE","features":[42]},{"name":"TB_GETMETRICS","features":[42]},{"name":"TB_GETOBJECT","features":[42]},{"name":"TB_GETPADDING","features":[42]},{"name":"TB_GETPRESSEDIMAGELIST","features":[42]},{"name":"TB_GETRECT","features":[42]},{"name":"TB_GETROWS","features":[42]},{"name":"TB_GETSTATE","features":[42]},{"name":"TB_GETSTRING","features":[42]},{"name":"TB_GETSTRINGA","features":[42]},{"name":"TB_GETSTRINGW","features":[42]},{"name":"TB_GETSTYLE","features":[42]},{"name":"TB_GETTEXTROWS","features":[42]},{"name":"TB_GETTOOLTIPS","features":[42]},{"name":"TB_GETUNICODEFORMAT","features":[42]},{"name":"TB_HASACCELERATOR","features":[42]},{"name":"TB_HIDEBUTTON","features":[42]},{"name":"TB_HITTEST","features":[42]},{"name":"TB_INDETERMINATE","features":[42]},{"name":"TB_INSERTBUTTON","features":[42]},{"name":"TB_INSERTBUTTONA","features":[42]},{"name":"TB_INSERTBUTTONW","features":[42]},{"name":"TB_INSERTMARKHITTEST","features":[42]},{"name":"TB_ISBUTTONCHECKED","features":[42]},{"name":"TB_ISBUTTONENABLED","features":[42]},{"name":"TB_ISBUTTONHIDDEN","features":[42]},{"name":"TB_ISBUTTONHIGHLIGHTED","features":[42]},{"name":"TB_ISBUTTONINDETERMINATE","features":[42]},{"name":"TB_ISBUTTONPRESSED","features":[42]},{"name":"TB_LINEDOWN","features":[42]},{"name":"TB_LINEUP","features":[42]},{"name":"TB_LOADIMAGES","features":[42]},{"name":"TB_MAPACCELERATOR","features":[42]},{"name":"TB_MAPACCELERATORA","features":[42]},{"name":"TB_MAPACCELERATORW","features":[42]},{"name":"TB_MARKBUTTON","features":[42]},{"name":"TB_MOVEBUTTON","features":[42]},{"name":"TB_PAGEDOWN","features":[42]},{"name":"TB_PAGEUP","features":[42]},{"name":"TB_PRESSBUTTON","features":[42]},{"name":"TB_REPLACEBITMAP","features":[42]},{"name":"TB_SAVERESTORE","features":[42]},{"name":"TB_SAVERESTOREA","features":[42]},{"name":"TB_SAVERESTOREW","features":[42]},{"name":"TB_SETANCHORHIGHLIGHT","features":[42]},{"name":"TB_SETBITMAPSIZE","features":[42]},{"name":"TB_SETBOUNDINGSIZE","features":[42]},{"name":"TB_SETBUTTONINFO","features":[42]},{"name":"TB_SETBUTTONINFOA","features":[42]},{"name":"TB_SETBUTTONINFOW","features":[42]},{"name":"TB_SETBUTTONSIZE","features":[42]},{"name":"TB_SETBUTTONWIDTH","features":[42]},{"name":"TB_SETCMDID","features":[42]},{"name":"TB_SETCOLORSCHEME","features":[42]},{"name":"TB_SETDISABLEDIMAGELIST","features":[42]},{"name":"TB_SETDRAWTEXTFLAGS","features":[42]},{"name":"TB_SETEXTENDEDSTYLE","features":[42]},{"name":"TB_SETHOTIMAGELIST","features":[42]},{"name":"TB_SETHOTITEM","features":[42]},{"name":"TB_SETHOTITEM2","features":[42]},{"name":"TB_SETIMAGELIST","features":[42]},{"name":"TB_SETINDENT","features":[42]},{"name":"TB_SETINSERTMARK","features":[42]},{"name":"TB_SETINSERTMARKCOLOR","features":[42]},{"name":"TB_SETLISTGAP","features":[42]},{"name":"TB_SETMAXTEXTROWS","features":[42]},{"name":"TB_SETMETRICS","features":[42]},{"name":"TB_SETPADDING","features":[42]},{"name":"TB_SETPARENT","features":[42]},{"name":"TB_SETPRESSEDIMAGELIST","features":[42]},{"name":"TB_SETROWS","features":[42]},{"name":"TB_SETSTATE","features":[42]},{"name":"TB_SETSTYLE","features":[42]},{"name":"TB_SETTOOLTIPS","features":[42]},{"name":"TB_SETUNICODEFORMAT","features":[42]},{"name":"TB_SETWINDOWTHEME","features":[42]},{"name":"TB_THUMBPOSITION","features":[42]},{"name":"TB_THUMBTRACK","features":[42]},{"name":"TB_TOP","features":[42]},{"name":"TCHITTESTINFO","features":[1,42]},{"name":"TCHITTESTINFO_FLAGS","features":[42]},{"name":"TCHT_NOWHERE","features":[42]},{"name":"TCHT_ONITEM","features":[42]},{"name":"TCHT_ONITEMICON","features":[42]},{"name":"TCHT_ONITEMLABEL","features":[42]},{"name":"TCIF_IMAGE","features":[42]},{"name":"TCIF_PARAM","features":[42]},{"name":"TCIF_RTLREADING","features":[42]},{"name":"TCIF_STATE","features":[42]},{"name":"TCIF_TEXT","features":[42]},{"name":"TCIS_BUTTONPRESSED","features":[42]},{"name":"TCIS_HIGHLIGHTED","features":[42]},{"name":"TCITEMA","features":[1,42]},{"name":"TCITEMHEADERA","features":[42]},{"name":"TCITEMHEADERA_MASK","features":[42]},{"name":"TCITEMHEADERW","features":[42]},{"name":"TCITEMW","features":[1,42]},{"name":"TCM_ADJUSTRECT","features":[42]},{"name":"TCM_DELETEALLITEMS","features":[42]},{"name":"TCM_DELETEITEM","features":[42]},{"name":"TCM_DESELECTALL","features":[42]},{"name":"TCM_FIRST","features":[42]},{"name":"TCM_GETCURFOCUS","features":[42]},{"name":"TCM_GETCURSEL","features":[42]},{"name":"TCM_GETEXTENDEDSTYLE","features":[42]},{"name":"TCM_GETIMAGELIST","features":[42]},{"name":"TCM_GETITEM","features":[42]},{"name":"TCM_GETITEMA","features":[42]},{"name":"TCM_GETITEMCOUNT","features":[42]},{"name":"TCM_GETITEMRECT","features":[42]},{"name":"TCM_GETITEMW","features":[42]},{"name":"TCM_GETROWCOUNT","features":[42]},{"name":"TCM_GETTOOLTIPS","features":[42]},{"name":"TCM_GETUNICODEFORMAT","features":[42]},{"name":"TCM_HIGHLIGHTITEM","features":[42]},{"name":"TCM_HITTEST","features":[42]},{"name":"TCM_INSERTITEM","features":[42]},{"name":"TCM_INSERTITEMA","features":[42]},{"name":"TCM_INSERTITEMW","features":[42]},{"name":"TCM_REMOVEIMAGE","features":[42]},{"name":"TCM_SETCURFOCUS","features":[42]},{"name":"TCM_SETCURSEL","features":[42]},{"name":"TCM_SETEXTENDEDSTYLE","features":[42]},{"name":"TCM_SETIMAGELIST","features":[42]},{"name":"TCM_SETITEM","features":[42]},{"name":"TCM_SETITEMA","features":[42]},{"name":"TCM_SETITEMEXTRA","features":[42]},{"name":"TCM_SETITEMSIZE","features":[42]},{"name":"TCM_SETITEMW","features":[42]},{"name":"TCM_SETMINTABWIDTH","features":[42]},{"name":"TCM_SETPADDING","features":[42]},{"name":"TCM_SETTOOLTIPS","features":[42]},{"name":"TCM_SETUNICODEFORMAT","features":[42]},{"name":"TCN_FIRST","features":[42]},{"name":"TCN_FOCUSCHANGE","features":[42]},{"name":"TCN_GETOBJECT","features":[42]},{"name":"TCN_KEYDOWN","features":[42]},{"name":"TCN_LAST","features":[42]},{"name":"TCN_SELCHANGE","features":[42]},{"name":"TCN_SELCHANGING","features":[42]},{"name":"TCS_BOTTOM","features":[42]},{"name":"TCS_BUTTONS","features":[42]},{"name":"TCS_EX_FLATSEPARATORS","features":[42]},{"name":"TCS_EX_REGISTERDROP","features":[42]},{"name":"TCS_FIXEDWIDTH","features":[42]},{"name":"TCS_FLATBUTTONS","features":[42]},{"name":"TCS_FOCUSNEVER","features":[42]},{"name":"TCS_FOCUSONBUTTONDOWN","features":[42]},{"name":"TCS_FORCEICONLEFT","features":[42]},{"name":"TCS_FORCELABELLEFT","features":[42]},{"name":"TCS_HOTTRACK","features":[42]},{"name":"TCS_MULTILINE","features":[42]},{"name":"TCS_MULTISELECT","features":[42]},{"name":"TCS_OWNERDRAWFIXED","features":[42]},{"name":"TCS_RAGGEDRIGHT","features":[42]},{"name":"TCS_RIGHT","features":[42]},{"name":"TCS_RIGHTJUSTIFY","features":[42]},{"name":"TCS_SCROLLOPPOSITE","features":[42]},{"name":"TCS_SINGLELINE","features":[42]},{"name":"TCS_TABS","features":[42]},{"name":"TCS_TOOLTIPS","features":[42]},{"name":"TCS_VERTICAL","features":[42]},{"name":"TDCBF_ABORT_BUTTON","features":[42]},{"name":"TDCBF_CANCEL_BUTTON","features":[42]},{"name":"TDCBF_CLOSE_BUTTON","features":[42]},{"name":"TDCBF_CONTINUE_BUTTON","features":[42]},{"name":"TDCBF_HELP_BUTTON","features":[42]},{"name":"TDCBF_IGNORE_BUTTON","features":[42]},{"name":"TDCBF_NO_BUTTON","features":[42]},{"name":"TDCBF_OK_BUTTON","features":[42]},{"name":"TDCBF_RETRY_BUTTON","features":[42]},{"name":"TDCBF_TRYAGAIN_BUTTON","features":[42]},{"name":"TDCBF_YES_BUTTON","features":[42]},{"name":"TDE_CONTENT","features":[42]},{"name":"TDE_EXPANDED_INFORMATION","features":[42]},{"name":"TDE_FOOTER","features":[42]},{"name":"TDE_MAIN_INSTRUCTION","features":[42]},{"name":"TDF_ALLOW_DIALOG_CANCELLATION","features":[42]},{"name":"TDF_CALLBACK_TIMER","features":[42]},{"name":"TDF_CAN_BE_MINIMIZED","features":[42]},{"name":"TDF_ENABLE_HYPERLINKS","features":[42]},{"name":"TDF_EXPANDED_BY_DEFAULT","features":[42]},{"name":"TDF_EXPAND_FOOTER_AREA","features":[42]},{"name":"TDF_NO_DEFAULT_RADIO_BUTTON","features":[42]},{"name":"TDF_NO_SET_FOREGROUND","features":[42]},{"name":"TDF_POSITION_RELATIVE_TO_WINDOW","features":[42]},{"name":"TDF_RTL_LAYOUT","features":[42]},{"name":"TDF_SHOW_MARQUEE_PROGRESS_BAR","features":[42]},{"name":"TDF_SHOW_PROGRESS_BAR","features":[42]},{"name":"TDF_SIZE_TO_CONTENT","features":[42]},{"name":"TDF_USE_COMMAND_LINKS","features":[42]},{"name":"TDF_USE_COMMAND_LINKS_NO_ICON","features":[42]},{"name":"TDF_USE_HICON_FOOTER","features":[42]},{"name":"TDF_USE_HICON_MAIN","features":[42]},{"name":"TDF_VERIFICATION_FLAG_CHECKED","features":[42]},{"name":"TDIE_ICON_FOOTER","features":[42]},{"name":"TDIE_ICON_MAIN","features":[42]},{"name":"TDLGCPS_STANDALONE","features":[42]},{"name":"TDLGEBS_EXPANDEDDISABLED","features":[42]},{"name":"TDLGEBS_EXPANDEDHOVER","features":[42]},{"name":"TDLGEBS_EXPANDEDNORMAL","features":[42]},{"name":"TDLGEBS_EXPANDEDPRESSED","features":[42]},{"name":"TDLGEBS_HOVER","features":[42]},{"name":"TDLGEBS_NORMAL","features":[42]},{"name":"TDLGEBS_NORMALDISABLED","features":[42]},{"name":"TDLGEBS_PRESSED","features":[42]},{"name":"TDLG_BUTTONSECTION","features":[42]},{"name":"TDLG_BUTTONWRAPPER","features":[42]},{"name":"TDLG_COMMANDLINKPANE","features":[42]},{"name":"TDLG_CONTENTICON","features":[42]},{"name":"TDLG_CONTENTPANE","features":[42]},{"name":"TDLG_CONTROLPANE","features":[42]},{"name":"TDLG_EXPANDEDCONTENT","features":[42]},{"name":"TDLG_EXPANDEDFOOTERAREA","features":[42]},{"name":"TDLG_EXPANDOBUTTON","features":[42]},{"name":"TDLG_EXPANDOTEXT","features":[42]},{"name":"TDLG_FOOTNOTEAREA","features":[42]},{"name":"TDLG_FOOTNOTEPANE","features":[42]},{"name":"TDLG_FOOTNOTESEPARATOR","features":[42]},{"name":"TDLG_IMAGEALIGNMENT","features":[42]},{"name":"TDLG_MAINICON","features":[42]},{"name":"TDLG_MAININSTRUCTIONPANE","features":[42]},{"name":"TDLG_PRIMARYPANEL","features":[42]},{"name":"TDLG_PROGRESSBAR","features":[42]},{"name":"TDLG_RADIOBUTTONPANE","features":[42]},{"name":"TDLG_SECONDARYPANEL","features":[42]},{"name":"TDLG_VERIFICATIONTEXT","features":[42]},{"name":"TDM_CLICK_BUTTON","features":[42]},{"name":"TDM_CLICK_RADIO_BUTTON","features":[42]},{"name":"TDM_CLICK_VERIFICATION","features":[42]},{"name":"TDM_ENABLE_BUTTON","features":[42]},{"name":"TDM_ENABLE_RADIO_BUTTON","features":[42]},{"name":"TDM_NAVIGATE_PAGE","features":[42]},{"name":"TDM_SET_BUTTON_ELEVATION_REQUIRED_STATE","features":[42]},{"name":"TDM_SET_ELEMENT_TEXT","features":[42]},{"name":"TDM_SET_MARQUEE_PROGRESS_BAR","features":[42]},{"name":"TDM_SET_PROGRESS_BAR_MARQUEE","features":[42]},{"name":"TDM_SET_PROGRESS_BAR_POS","features":[42]},{"name":"TDM_SET_PROGRESS_BAR_RANGE","features":[42]},{"name":"TDM_SET_PROGRESS_BAR_STATE","features":[42]},{"name":"TDM_UPDATE_ELEMENT_TEXT","features":[42]},{"name":"TDM_UPDATE_ICON","features":[42]},{"name":"TDN_BUTTON_CLICKED","features":[42]},{"name":"TDN_CREATED","features":[42]},{"name":"TDN_DESTROYED","features":[42]},{"name":"TDN_DIALOG_CONSTRUCTED","features":[42]},{"name":"TDN_EXPANDO_BUTTON_CLICKED","features":[42]},{"name":"TDN_HELP","features":[42]},{"name":"TDN_HYPERLINK_CLICKED","features":[42]},{"name":"TDN_NAVIGATED","features":[42]},{"name":"TDN_RADIO_BUTTON_CLICKED","features":[42]},{"name":"TDN_TIMER","features":[42]},{"name":"TDN_VERIFICATION_CLICKED","features":[42]},{"name":"TDP_FLASHBUTTON","features":[42]},{"name":"TDP_FLASHBUTTONGROUPMENU","features":[42]},{"name":"TDP_GROUPCOUNT","features":[42]},{"name":"TD_ERROR_ICON","features":[42]},{"name":"TD_INFORMATION_ICON","features":[42]},{"name":"TD_SHIELD_ICON","features":[42]},{"name":"TD_WARNING_ICON","features":[42]},{"name":"TEXTSELECTIONGRIPPERPARTS","features":[42]},{"name":"TEXTSHADOWTYPE","features":[42]},{"name":"TEXTSTYLEPARTS","features":[42]},{"name":"TEXT_BODYTEXT","features":[42]},{"name":"TEXT_BODYTITLE","features":[42]},{"name":"TEXT_CONTROLLABEL","features":[42]},{"name":"TEXT_EXPANDED","features":[42]},{"name":"TEXT_HYPERLINKTEXT","features":[42]},{"name":"TEXT_INSTRUCTION","features":[42]},{"name":"TEXT_LABEL","features":[42]},{"name":"TEXT_MAININSTRUCTION","features":[42]},{"name":"TEXT_SECONDARYTEXT","features":[42]},{"name":"THEMESIZE","features":[42]},{"name":"THEME_PROPERTY_SYMBOL_ID","features":[42]},{"name":"THUMBBOTTOMSTATES","features":[42]},{"name":"THUMBLEFTSTATES","features":[42]},{"name":"THUMBRIGHTSTATES","features":[42]},{"name":"THUMBSTATES","features":[42]},{"name":"THUMBTOPSTATES","features":[42]},{"name":"THUMBVERTSTATES","features":[42]},{"name":"TIBES_DISABLED","features":[42]},{"name":"TIBES_FOCUSED","features":[42]},{"name":"TIBES_HOT","features":[42]},{"name":"TIBES_NORMAL","features":[42]},{"name":"TIBES_SELECTED","features":[42]},{"name":"TICSSTATES","features":[42]},{"name":"TICSVERTSTATES","features":[42]},{"name":"TILES_DISABLED","features":[42]},{"name":"TILES_FOCUSED","features":[42]},{"name":"TILES_HOT","features":[42]},{"name":"TILES_NORMAL","features":[42]},{"name":"TILES_SELECTED","features":[42]},{"name":"TIRES_DISABLED","features":[42]},{"name":"TIRES_FOCUSED","features":[42]},{"name":"TIRES_HOT","features":[42]},{"name":"TIRES_NORMAL","features":[42]},{"name":"TIRES_SELECTED","features":[42]},{"name":"TIS_DISABLED","features":[42]},{"name":"TIS_FOCUSED","features":[42]},{"name":"TIS_HOT","features":[42]},{"name":"TIS_NORMAL","features":[42]},{"name":"TIS_SELECTED","features":[42]},{"name":"TITLEBARSTATES","features":[42]},{"name":"TKP_THUMB","features":[42]},{"name":"TKP_THUMBBOTTOM","features":[42]},{"name":"TKP_THUMBLEFT","features":[42]},{"name":"TKP_THUMBRIGHT","features":[42]},{"name":"TKP_THUMBTOP","features":[42]},{"name":"TKP_THUMBVERT","features":[42]},{"name":"TKP_TICS","features":[42]},{"name":"TKP_TICSVERT","features":[42]},{"name":"TKP_TRACK","features":[42]},{"name":"TKP_TRACKVERT","features":[42]},{"name":"TKS_NORMAL","features":[42]},{"name":"TMTVS_RESERVEDHIGH","features":[42]},{"name":"TMTVS_RESERVEDLOW","features":[42]},{"name":"TMT_ACCENTCOLORHINT","features":[42]},{"name":"TMT_ACTIVEBORDER","features":[42]},{"name":"TMT_ACTIVECAPTION","features":[42]},{"name":"TMT_ALIAS","features":[42]},{"name":"TMT_ALPHALEVEL","features":[42]},{"name":"TMT_ALPHATHRESHOLD","features":[42]},{"name":"TMT_ALWAYSSHOWSIZINGBAR","features":[42]},{"name":"TMT_ANIMATIONBUTTONRECT","features":[42]},{"name":"TMT_ANIMATIONDELAY","features":[42]},{"name":"TMT_ANIMATIONDURATION","features":[42]},{"name":"TMT_APPWORKSPACE","features":[42]},{"name":"TMT_ATLASIMAGE","features":[42]},{"name":"TMT_ATLASINPUTIMAGE","features":[42]},{"name":"TMT_ATLASRECT","features":[42]},{"name":"TMT_AUTHOR","features":[42]},{"name":"TMT_AUTOSIZE","features":[42]},{"name":"TMT_BACKGROUND","features":[42]},{"name":"TMT_BGFILL","features":[42]},{"name":"TMT_BGTYPE","features":[42]},{"name":"TMT_BITMAPREF","features":[42]},{"name":"TMT_BLENDCOLOR","features":[42]},{"name":"TMT_BODYFONT","features":[42]},{"name":"TMT_BODYTEXTCOLOR","features":[42]},{"name":"TMT_BOOL","features":[42]},{"name":"TMT_BORDERCOLOR","features":[42]},{"name":"TMT_BORDERCOLORHINT","features":[42]},{"name":"TMT_BORDERONLY","features":[42]},{"name":"TMT_BORDERSIZE","features":[42]},{"name":"TMT_BORDERTYPE","features":[42]},{"name":"TMT_BTNFACE","features":[42]},{"name":"TMT_BTNHIGHLIGHT","features":[42]},{"name":"TMT_BTNSHADOW","features":[42]},{"name":"TMT_BTNTEXT","features":[42]},{"name":"TMT_BUTTONALTERNATEFACE","features":[42]},{"name":"TMT_CAPTIONBARHEIGHT","features":[42]},{"name":"TMT_CAPTIONBARWIDTH","features":[42]},{"name":"TMT_CAPTIONFONT","features":[42]},{"name":"TMT_CAPTIONMARGINS","features":[42]},{"name":"TMT_CAPTIONTEXT","features":[42]},{"name":"TMT_CHARSET","features":[42]},{"name":"TMT_CLASSICVALUE","features":[42]},{"name":"TMT_COLOR","features":[42]},{"name":"TMT_COLORIZATIONCOLOR","features":[42]},{"name":"TMT_COLORIZATIONOPACITY","features":[42]},{"name":"TMT_COLORSCHEMES","features":[42]},{"name":"TMT_COMPANY","features":[42]},{"name":"TMT_COMPOSITED","features":[42]},{"name":"TMT_COMPOSITEDOPAQUE","features":[42]},{"name":"TMT_CONTENTALIGNMENT","features":[42]},{"name":"TMT_CONTENTMARGINS","features":[42]},{"name":"TMT_COPYRIGHT","features":[42]},{"name":"TMT_CSSNAME","features":[42]},{"name":"TMT_CUSTOMSPLITRECT","features":[42]},{"name":"TMT_DEFAULTPANESIZE","features":[42]},{"name":"TMT_DESCRIPTION","features":[42]},{"name":"TMT_DIBDATA","features":[42]},{"name":"TMT_DISKSTREAM","features":[42]},{"name":"TMT_DISPLAYNAME","features":[42]},{"name":"TMT_DKSHADOW3D","features":[42]},{"name":"TMT_DRAWBORDERS","features":[42]},{"name":"TMT_EDGEDKSHADOWCOLOR","features":[42]},{"name":"TMT_EDGEFILLCOLOR","features":[42]},{"name":"TMT_EDGEHIGHLIGHTCOLOR","features":[42]},{"name":"TMT_EDGELIGHTCOLOR","features":[42]},{"name":"TMT_EDGESHADOWCOLOR","features":[42]},{"name":"TMT_ENUM","features":[42]},{"name":"TMT_FILENAME","features":[42]},{"name":"TMT_FILLCOLOR","features":[42]},{"name":"TMT_FILLCOLORHINT","features":[42]},{"name":"TMT_FILLTYPE","features":[42]},{"name":"TMT_FIRSTBOOL","features":[42]},{"name":"TMT_FIRSTCOLOR","features":[42]},{"name":"TMT_FIRSTFONT","features":[42]},{"name":"TMT_FIRSTINT","features":[42]},{"name":"TMT_FIRSTSIZE","features":[42]},{"name":"TMT_FIRSTSTRING","features":[42]},{"name":"TMT_FIRST_RCSTRING_NAME","features":[42]},{"name":"TMT_FLATMENUS","features":[42]},{"name":"TMT_FLOAT","features":[42]},{"name":"TMT_FLOATLIST","features":[42]},{"name":"TMT_FONT","features":[42]},{"name":"TMT_FRAMESPERSECOND","features":[42]},{"name":"TMT_FROMCOLOR1","features":[42]},{"name":"TMT_FROMCOLOR2","features":[42]},{"name":"TMT_FROMCOLOR3","features":[42]},{"name":"TMT_FROMCOLOR4","features":[42]},{"name":"TMT_FROMCOLOR5","features":[42]},{"name":"TMT_FROMHUE1","features":[42]},{"name":"TMT_FROMHUE2","features":[42]},{"name":"TMT_FROMHUE3","features":[42]},{"name":"TMT_FROMHUE4","features":[42]},{"name":"TMT_FROMHUE5","features":[42]},{"name":"TMT_GLOWCOLOR","features":[42]},{"name":"TMT_GLOWINTENSITY","features":[42]},{"name":"TMT_GLYPHDIBDATA","features":[42]},{"name":"TMT_GLYPHFONT","features":[42]},{"name":"TMT_GLYPHFONTSIZINGTYPE","features":[42]},{"name":"TMT_GLYPHIMAGEFILE","features":[42]},{"name":"TMT_GLYPHINDEX","features":[42]},{"name":"TMT_GLYPHONLY","features":[42]},{"name":"TMT_GLYPHTEXTCOLOR","features":[42]},{"name":"TMT_GLYPHTRANSPARENT","features":[42]},{"name":"TMT_GLYPHTRANSPARENTCOLOR","features":[42]},{"name":"TMT_GLYPHTYPE","features":[42]},{"name":"TMT_GRADIENTACTIVECAPTION","features":[42]},{"name":"TMT_GRADIENTCOLOR1","features":[42]},{"name":"TMT_GRADIENTCOLOR2","features":[42]},{"name":"TMT_GRADIENTCOLOR3","features":[42]},{"name":"TMT_GRADIENTCOLOR4","features":[42]},{"name":"TMT_GRADIENTCOLOR5","features":[42]},{"name":"TMT_GRADIENTINACTIVECAPTION","features":[42]},{"name":"TMT_GRADIENTRATIO1","features":[42]},{"name":"TMT_GRADIENTRATIO2","features":[42]},{"name":"TMT_GRADIENTRATIO3","features":[42]},{"name":"TMT_GRADIENTRATIO4","features":[42]},{"name":"TMT_GRADIENTRATIO5","features":[42]},{"name":"TMT_GRAYTEXT","features":[42]},{"name":"TMT_HALIGN","features":[42]},{"name":"TMT_HBITMAP","features":[42]},{"name":"TMT_HEADING1FONT","features":[42]},{"name":"TMT_HEADING1TEXTCOLOR","features":[42]},{"name":"TMT_HEADING2FONT","features":[42]},{"name":"TMT_HEADING2TEXTCOLOR","features":[42]},{"name":"TMT_HEIGHT","features":[42]},{"name":"TMT_HIGHLIGHT","features":[42]},{"name":"TMT_HIGHLIGHTTEXT","features":[42]},{"name":"TMT_HOTTRACKING","features":[42]},{"name":"TMT_ICONEFFECT","features":[42]},{"name":"TMT_ICONTITLEFONT","features":[42]},{"name":"TMT_IMAGECOUNT","features":[42]},{"name":"TMT_IMAGEFILE","features":[42]},{"name":"TMT_IMAGEFILE1","features":[42]},{"name":"TMT_IMAGEFILE2","features":[42]},{"name":"TMT_IMAGEFILE3","features":[42]},{"name":"TMT_IMAGEFILE4","features":[42]},{"name":"TMT_IMAGEFILE5","features":[42]},{"name":"TMT_IMAGEFILE6","features":[42]},{"name":"TMT_IMAGEFILE7","features":[42]},{"name":"TMT_IMAGELAYOUT","features":[42]},{"name":"TMT_IMAGESELECTTYPE","features":[42]},{"name":"TMT_INACTIVEBORDER","features":[42]},{"name":"TMT_INACTIVECAPTION","features":[42]},{"name":"TMT_INACTIVECAPTIONTEXT","features":[42]},{"name":"TMT_INFOBK","features":[42]},{"name":"TMT_INFOTEXT","features":[42]},{"name":"TMT_INT","features":[42]},{"name":"TMT_INTEGRALSIZING","features":[42]},{"name":"TMT_INTLIST","features":[42]},{"name":"TMT_LASTBOOL","features":[42]},{"name":"TMT_LASTCOLOR","features":[42]},{"name":"TMT_LASTFONT","features":[42]},{"name":"TMT_LASTINT","features":[42]},{"name":"TMT_LASTSIZE","features":[42]},{"name":"TMT_LASTSTRING","features":[42]},{"name":"TMT_LASTUPDATED","features":[42]},{"name":"TMT_LAST_RCSTRING_NAME","features":[42]},{"name":"TMT_LIGHT3D","features":[42]},{"name":"TMT_LOCALIZEDMIRRORIMAGE","features":[42]},{"name":"TMT_MARGINS","features":[42]},{"name":"TMT_MENU","features":[42]},{"name":"TMT_MENUBAR","features":[42]},{"name":"TMT_MENUBARHEIGHT","features":[42]},{"name":"TMT_MENUBARWIDTH","features":[42]},{"name":"TMT_MENUFONT","features":[42]},{"name":"TMT_MENUHILIGHT","features":[42]},{"name":"TMT_MENUTEXT","features":[42]},{"name":"TMT_MINCOLORDEPTH","features":[42]},{"name":"TMT_MINDPI1","features":[42]},{"name":"TMT_MINDPI2","features":[42]},{"name":"TMT_MINDPI3","features":[42]},{"name":"TMT_MINDPI4","features":[42]},{"name":"TMT_MINDPI5","features":[42]},{"name":"TMT_MINDPI6","features":[42]},{"name":"TMT_MINDPI7","features":[42]},{"name":"TMT_MINSIZE","features":[42]},{"name":"TMT_MINSIZE1","features":[42]},{"name":"TMT_MINSIZE2","features":[42]},{"name":"TMT_MINSIZE3","features":[42]},{"name":"TMT_MINSIZE4","features":[42]},{"name":"TMT_MINSIZE5","features":[42]},{"name":"TMT_MINSIZE6","features":[42]},{"name":"TMT_MINSIZE7","features":[42]},{"name":"TMT_MIRRORIMAGE","features":[42]},{"name":"TMT_MSGBOXFONT","features":[42]},{"name":"TMT_NAME","features":[42]},{"name":"TMT_NOETCHEDEFFECT","features":[42]},{"name":"TMT_NORMALSIZE","features":[42]},{"name":"TMT_OFFSET","features":[42]},{"name":"TMT_OFFSETTYPE","features":[42]},{"name":"TMT_OPACITY","features":[42]},{"name":"TMT_PADDEDBORDERWIDTH","features":[42]},{"name":"TMT_PIXELSPERFRAME","features":[42]},{"name":"TMT_POSITION","features":[42]},{"name":"TMT_PROGRESSCHUNKSIZE","features":[42]},{"name":"TMT_PROGRESSSPACESIZE","features":[42]},{"name":"TMT_RECT","features":[42]},{"name":"TMT_RESERVEDHIGH","features":[42]},{"name":"TMT_RESERVEDLOW","features":[42]},{"name":"TMT_ROUNDCORNERHEIGHT","features":[42]},{"name":"TMT_ROUNDCORNERWIDTH","features":[42]},{"name":"TMT_SATURATION","features":[42]},{"name":"TMT_SCALEDBACKGROUND","features":[42]},{"name":"TMT_SCROLLBAR","features":[42]},{"name":"TMT_SCROLLBARHEIGHT","features":[42]},{"name":"TMT_SCROLLBARWIDTH","features":[42]},{"name":"TMT_SHADOWCOLOR","features":[42]},{"name":"TMT_SIZE","features":[42]},{"name":"TMT_SIZES","features":[42]},{"name":"TMT_SIZINGBORDERWIDTH","features":[42]},{"name":"TMT_SIZINGMARGINS","features":[42]},{"name":"TMT_SIZINGTYPE","features":[42]},{"name":"TMT_SMALLCAPTIONFONT","features":[42]},{"name":"TMT_SMCAPTIONBARHEIGHT","features":[42]},{"name":"TMT_SMCAPTIONBARWIDTH","features":[42]},{"name":"TMT_SOURCEGROW","features":[42]},{"name":"TMT_SOURCESHRINK","features":[42]},{"name":"TMT_STATUSFONT","features":[42]},{"name":"TMT_STREAM","features":[42]},{"name":"TMT_STRING","features":[42]},{"name":"TMT_TEXT","features":[42]},{"name":"TMT_TEXTAPPLYOVERLAY","features":[42]},{"name":"TMT_TEXTBORDERCOLOR","features":[42]},{"name":"TMT_TEXTBORDERSIZE","features":[42]},{"name":"TMT_TEXTCOLOR","features":[42]},{"name":"TMT_TEXTCOLORHINT","features":[42]},{"name":"TMT_TEXTGLOW","features":[42]},{"name":"TMT_TEXTGLOWSIZE","features":[42]},{"name":"TMT_TEXTITALIC","features":[42]},{"name":"TMT_TEXTSHADOWCOLOR","features":[42]},{"name":"TMT_TEXTSHADOWOFFSET","features":[42]},{"name":"TMT_TEXTSHADOWTYPE","features":[42]},{"name":"TMT_TOCOLOR1","features":[42]},{"name":"TMT_TOCOLOR2","features":[42]},{"name":"TMT_TOCOLOR3","features":[42]},{"name":"TMT_TOCOLOR4","features":[42]},{"name":"TMT_TOCOLOR5","features":[42]},{"name":"TMT_TOHUE1","features":[42]},{"name":"TMT_TOHUE2","features":[42]},{"name":"TMT_TOHUE3","features":[42]},{"name":"TMT_TOHUE4","features":[42]},{"name":"TMT_TOHUE5","features":[42]},{"name":"TMT_TOOLTIP","features":[42]},{"name":"TMT_TRANSITIONDURATIONS","features":[42]},{"name":"TMT_TRANSPARENT","features":[42]},{"name":"TMT_TRANSPARENTCOLOR","features":[42]},{"name":"TMT_TRUESIZESCALINGTYPE","features":[42]},{"name":"TMT_TRUESIZESTRETCHMARK","features":[42]},{"name":"TMT_UNIFORMSIZING","features":[42]},{"name":"TMT_URL","features":[42]},{"name":"TMT_USERPICTURE","features":[42]},{"name":"TMT_VALIGN","features":[42]},{"name":"TMT_VERSION","features":[42]},{"name":"TMT_WIDTH","features":[42]},{"name":"TMT_WINDOW","features":[42]},{"name":"TMT_WINDOWFRAME","features":[42]},{"name":"TMT_WINDOWTEXT","features":[42]},{"name":"TMT_XMLNAME","features":[42]},{"name":"TNP_ANIMBACKGROUND","features":[42]},{"name":"TNP_BACKGROUND","features":[42]},{"name":"TOOLBARCLASSNAME","features":[42]},{"name":"TOOLBARCLASSNAMEA","features":[42]},{"name":"TOOLBARCLASSNAMEW","features":[42]},{"name":"TOOLBARPARTS","features":[42]},{"name":"TOOLBARSTYLESTATES","features":[42]},{"name":"TOOLTIPPARTS","features":[42]},{"name":"TOOLTIPS_CLASS","features":[42]},{"name":"TOOLTIPS_CLASSA","features":[42]},{"name":"TOOLTIPS_CLASSW","features":[42]},{"name":"TOOLTIP_FLAGS","features":[42]},{"name":"TOPTABITEMBOTHEDGESTATES","features":[42]},{"name":"TOPTABITEMLEFTEDGESTATES","features":[42]},{"name":"TOPTABITEMRIGHTEDGESTATES","features":[42]},{"name":"TOPTABITEMSTATES","features":[42]},{"name":"TOUCH_HIT_TESTING_INPUT","features":[1,42]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_EVALUATION","features":[1,42]},{"name":"TP_BUTTON","features":[42]},{"name":"TP_DROPDOWNBUTTON","features":[42]},{"name":"TP_DROPDOWNBUTTONGLYPH","features":[42]},{"name":"TP_SEPARATOR","features":[42]},{"name":"TP_SEPARATORVERT","features":[42]},{"name":"TP_SPLITBUTTON","features":[42]},{"name":"TP_SPLITBUTTONDROPDOWN","features":[42]},{"name":"TRACKBARPARTS","features":[42]},{"name":"TRACKBARSTYLESTATES","features":[42]},{"name":"TRACKBAR_CLASS","features":[42]},{"name":"TRACKBAR_CLASSA","features":[42]},{"name":"TRACKBAR_CLASSW","features":[42]},{"name":"TRACKSTATES","features":[42]},{"name":"TRACKVERTSTATES","features":[42]},{"name":"TRAILINGGRIDCELLSTATES","features":[42]},{"name":"TRAILINGGRIDCELLUPPERSTATES","features":[42]},{"name":"TRANSPARENTBACKGROUNDSTATES","features":[42]},{"name":"TRANSPARENTBARSTATES","features":[42]},{"name":"TRANSPARENTBARVERTSTATES","features":[42]},{"name":"TRAYNOTIFYPARTS","features":[42]},{"name":"TRBN_FIRST","features":[42]},{"name":"TRBN_LAST","features":[42]},{"name":"TRBN_THUMBPOSCHANGING","features":[42]},{"name":"TREEITEMSTATES","features":[42]},{"name":"TREEVIEWPARTS","features":[42]},{"name":"TREE_VIEW_ITEM_STATE_FLAGS","features":[42]},{"name":"TREIS_DISABLED","features":[42]},{"name":"TREIS_HOT","features":[42]},{"name":"TREIS_HOTSELECTED","features":[42]},{"name":"TREIS_NORMAL","features":[42]},{"name":"TREIS_SELECTED","features":[42]},{"name":"TREIS_SELECTEDNOTFOCUS","features":[42]},{"name":"TRS_NORMAL","features":[42]},{"name":"TRUESIZESCALINGTYPE","features":[42]},{"name":"TRVS_NORMAL","features":[42]},{"name":"TSGP_GRIPPER","features":[42]},{"name":"TSGS_CENTERED","features":[42]},{"name":"TSGS_NORMAL","features":[42]},{"name":"TSST_DPI","features":[42]},{"name":"TSST_NONE","features":[42]},{"name":"TSST_SIZE","features":[42]},{"name":"TSS_NORMAL","features":[42]},{"name":"TST_CONTINUOUS","features":[42]},{"name":"TST_NONE","features":[42]},{"name":"TST_SINGLE","features":[42]},{"name":"TSVS_NORMAL","features":[42]},{"name":"TS_CHECKED","features":[42]},{"name":"TS_CONTROLLABEL_DISABLED","features":[42]},{"name":"TS_CONTROLLABEL_NORMAL","features":[42]},{"name":"TS_DISABLED","features":[42]},{"name":"TS_DRAW","features":[42]},{"name":"TS_HOT","features":[42]},{"name":"TS_HOTCHECKED","features":[42]},{"name":"TS_HYPERLINK_DISABLED","features":[42]},{"name":"TS_HYPERLINK_HOT","features":[42]},{"name":"TS_HYPERLINK_NORMAL","features":[42]},{"name":"TS_HYPERLINK_PRESSED","features":[42]},{"name":"TS_MIN","features":[42]},{"name":"TS_NEARHOT","features":[42]},{"name":"TS_NORMAL","features":[42]},{"name":"TS_OTHERSIDEHOT","features":[42]},{"name":"TS_PRESSED","features":[42]},{"name":"TS_TRUE","features":[42]},{"name":"TTBSS_POINTINGDOWNCENTERED","features":[42]},{"name":"TTBSS_POINTINGDOWNLEFTWALL","features":[42]},{"name":"TTBSS_POINTINGDOWNRIGHTWALL","features":[42]},{"name":"TTBSS_POINTINGUPCENTERED","features":[42]},{"name":"TTBSS_POINTINGUPLEFTWALL","features":[42]},{"name":"TTBSS_POINTINGUPRIGHTWALL","features":[42]},{"name":"TTBS_LINK","features":[42]},{"name":"TTBS_NORMAL","features":[42]},{"name":"TTCS_HOT","features":[42]},{"name":"TTCS_NORMAL","features":[42]},{"name":"TTCS_PRESSED","features":[42]},{"name":"TTDT_AUTOMATIC","features":[42]},{"name":"TTDT_AUTOPOP","features":[42]},{"name":"TTDT_INITIAL","features":[42]},{"name":"TTDT_RESHOW","features":[42]},{"name":"TTFT_CUBIC_BEZIER","features":[42]},{"name":"TTFT_UNDEFINED","features":[42]},{"name":"TTF_ABSOLUTE","features":[42]},{"name":"TTF_CENTERTIP","features":[42]},{"name":"TTF_DI_SETITEM","features":[42]},{"name":"TTF_IDISHWND","features":[42]},{"name":"TTF_PARSELINKS","features":[42]},{"name":"TTF_RTLREADING","features":[42]},{"name":"TTF_SUBCLASS","features":[42]},{"name":"TTF_TRACK","features":[42]},{"name":"TTF_TRANSPARENT","features":[42]},{"name":"TTGETTITLE","features":[42]},{"name":"TTHITTESTINFOA","features":[1,42]},{"name":"TTHITTESTINFOW","features":[1,42]},{"name":"TTIBES_DISABLED","features":[42]},{"name":"TTIBES_FOCUSED","features":[42]},{"name":"TTIBES_HOT","features":[42]},{"name":"TTIBES_NORMAL","features":[42]},{"name":"TTIBES_SELECTED","features":[42]},{"name":"TTILES_DISABLED","features":[42]},{"name":"TTILES_FOCUSED","features":[42]},{"name":"TTILES_HOT","features":[42]},{"name":"TTILES_NORMAL","features":[42]},{"name":"TTILES_SELECTED","features":[42]},{"name":"TTIRES_DISABLED","features":[42]},{"name":"TTIRES_FOCUSED","features":[42]},{"name":"TTIRES_HOT","features":[42]},{"name":"TTIRES_NORMAL","features":[42]},{"name":"TTIRES_SELECTED","features":[42]},{"name":"TTIS_DISABLED","features":[42]},{"name":"TTIS_FOCUSED","features":[42]},{"name":"TTIS_HOT","features":[42]},{"name":"TTIS_NORMAL","features":[42]},{"name":"TTIS_SELECTED","features":[42]},{"name":"TTI_ERROR","features":[42]},{"name":"TTI_ERROR_LARGE","features":[42]},{"name":"TTI_INFO","features":[42]},{"name":"TTI_INFO_LARGE","features":[42]},{"name":"TTI_NONE","features":[42]},{"name":"TTI_WARNING","features":[42]},{"name":"TTI_WARNING_LARGE","features":[42]},{"name":"TTM_ACTIVATE","features":[42]},{"name":"TTM_ADDTOOL","features":[42]},{"name":"TTM_ADDTOOLA","features":[42]},{"name":"TTM_ADDTOOLW","features":[42]},{"name":"TTM_ADJUSTRECT","features":[42]},{"name":"TTM_DELTOOL","features":[42]},{"name":"TTM_DELTOOLA","features":[42]},{"name":"TTM_DELTOOLW","features":[42]},{"name":"TTM_ENUMTOOLS","features":[42]},{"name":"TTM_ENUMTOOLSA","features":[42]},{"name":"TTM_ENUMTOOLSW","features":[42]},{"name":"TTM_GETBUBBLESIZE","features":[42]},{"name":"TTM_GETCURRENTTOOL","features":[42]},{"name":"TTM_GETCURRENTTOOLA","features":[42]},{"name":"TTM_GETCURRENTTOOLW","features":[42]},{"name":"TTM_GETDELAYTIME","features":[42]},{"name":"TTM_GETMARGIN","features":[42]},{"name":"TTM_GETMAXTIPWIDTH","features":[42]},{"name":"TTM_GETTEXT","features":[42]},{"name":"TTM_GETTEXTA","features":[42]},{"name":"TTM_GETTEXTW","features":[42]},{"name":"TTM_GETTIPBKCOLOR","features":[42]},{"name":"TTM_GETTIPTEXTCOLOR","features":[42]},{"name":"TTM_GETTITLE","features":[42]},{"name":"TTM_GETTOOLCOUNT","features":[42]},{"name":"TTM_GETTOOLINFO","features":[42]},{"name":"TTM_GETTOOLINFOA","features":[42]},{"name":"TTM_GETTOOLINFOW","features":[42]},{"name":"TTM_HITTEST","features":[42]},{"name":"TTM_HITTESTA","features":[42]},{"name":"TTM_HITTESTW","features":[42]},{"name":"TTM_NEWTOOLRECT","features":[42]},{"name":"TTM_NEWTOOLRECTA","features":[42]},{"name":"TTM_NEWTOOLRECTW","features":[42]},{"name":"TTM_POP","features":[42]},{"name":"TTM_POPUP","features":[42]},{"name":"TTM_RELAYEVENT","features":[42]},{"name":"TTM_SETDELAYTIME","features":[42]},{"name":"TTM_SETMARGIN","features":[42]},{"name":"TTM_SETMAXTIPWIDTH","features":[42]},{"name":"TTM_SETTIPBKCOLOR","features":[42]},{"name":"TTM_SETTIPTEXTCOLOR","features":[42]},{"name":"TTM_SETTITLE","features":[42]},{"name":"TTM_SETTITLEA","features":[42]},{"name":"TTM_SETTITLEW","features":[42]},{"name":"TTM_SETTOOLINFO","features":[42]},{"name":"TTM_SETTOOLINFOA","features":[42]},{"name":"TTM_SETTOOLINFOW","features":[42]},{"name":"TTM_SETWINDOWTHEME","features":[42]},{"name":"TTM_TRACKACTIVATE","features":[42]},{"name":"TTM_TRACKPOSITION","features":[42]},{"name":"TTM_UPDATE","features":[42]},{"name":"TTM_UPDATETIPTEXT","features":[42]},{"name":"TTM_UPDATETIPTEXTA","features":[42]},{"name":"TTM_UPDATETIPTEXTW","features":[42]},{"name":"TTM_WINDOWFROMPOINT","features":[42]},{"name":"TTN_FIRST","features":[42]},{"name":"TTN_GETDISPINFO","features":[42]},{"name":"TTN_GETDISPINFOA","features":[42]},{"name":"TTN_GETDISPINFOW","features":[42]},{"name":"TTN_LAST","features":[42]},{"name":"TTN_LINKCLICK","features":[42]},{"name":"TTN_NEEDTEXT","features":[42]},{"name":"TTN_NEEDTEXTA","features":[42]},{"name":"TTN_NEEDTEXTW","features":[42]},{"name":"TTN_POP","features":[42]},{"name":"TTN_SHOW","features":[42]},{"name":"TTP_BALLOON","features":[42]},{"name":"TTP_BALLOONSTEM","features":[42]},{"name":"TTP_BALLOONTITLE","features":[42]},{"name":"TTP_CLOSE","features":[42]},{"name":"TTP_STANDARD","features":[42]},{"name":"TTP_STANDARDTITLE","features":[42]},{"name":"TTP_WRENCH","features":[42]},{"name":"TTSS_LINK","features":[42]},{"name":"TTSS_NORMAL","features":[42]},{"name":"TTS_ALWAYSTIP","features":[42]},{"name":"TTS_BALLOON","features":[42]},{"name":"TTS_CLOSE","features":[42]},{"name":"TTS_NOANIMATE","features":[42]},{"name":"TTS_NOFADE","features":[42]},{"name":"TTS_NOPREFIX","features":[42]},{"name":"TTS_USEVISUALSTYLE","features":[42]},{"name":"TTTOOLINFOA","features":[1,42]},{"name":"TTTOOLINFOW","features":[1,42]},{"name":"TTWS_HOT","features":[42]},{"name":"TTWS_NORMAL","features":[42]},{"name":"TTWS_PRESSED","features":[42]},{"name":"TUBS_DISABLED","features":[42]},{"name":"TUBS_FOCUSED","features":[42]},{"name":"TUBS_HOT","features":[42]},{"name":"TUBS_NORMAL","features":[42]},{"name":"TUBS_PRESSED","features":[42]},{"name":"TUS_DISABLED","features":[42]},{"name":"TUS_FOCUSED","features":[42]},{"name":"TUS_HOT","features":[42]},{"name":"TUS_NORMAL","features":[42]},{"name":"TUS_PRESSED","features":[42]},{"name":"TUTS_DISABLED","features":[42]},{"name":"TUTS_FOCUSED","features":[42]},{"name":"TUTS_HOT","features":[42]},{"name":"TUTS_NORMAL","features":[42]},{"name":"TUTS_PRESSED","features":[42]},{"name":"TUVLS_DISABLED","features":[42]},{"name":"TUVLS_FOCUSED","features":[42]},{"name":"TUVLS_HOT","features":[42]},{"name":"TUVLS_NORMAL","features":[42]},{"name":"TUVLS_PRESSED","features":[42]},{"name":"TUVRS_DISABLED","features":[42]},{"name":"TUVRS_FOCUSED","features":[42]},{"name":"TUVRS_HOT","features":[42]},{"name":"TUVRS_NORMAL","features":[42]},{"name":"TUVRS_PRESSED","features":[42]},{"name":"TUVS_DISABLED","features":[42]},{"name":"TUVS_FOCUSED","features":[42]},{"name":"TUVS_HOT","features":[42]},{"name":"TUVS_NORMAL","features":[42]},{"name":"TUVS_PRESSED","features":[42]},{"name":"TVCDRF_NOIMAGES","features":[42]},{"name":"TVC_BYKEYBOARD","features":[42]},{"name":"TVC_BYMOUSE","features":[42]},{"name":"TVC_UNKNOWN","features":[42]},{"name":"TVE_COLLAPSE","features":[42]},{"name":"TVE_COLLAPSERESET","features":[42]},{"name":"TVE_EXPAND","features":[42]},{"name":"TVE_EXPANDPARTIAL","features":[42]},{"name":"TVE_TOGGLE","features":[42]},{"name":"TVGETITEMPARTRECTINFO","features":[1,42]},{"name":"TVGIPR_BUTTON","features":[42]},{"name":"TVGN_CARET","features":[42]},{"name":"TVGN_CHILD","features":[42]},{"name":"TVGN_DROPHILITE","features":[42]},{"name":"TVGN_FIRSTVISIBLE","features":[42]},{"name":"TVGN_LASTVISIBLE","features":[42]},{"name":"TVGN_NEXT","features":[42]},{"name":"TVGN_NEXTSELECTED","features":[42]},{"name":"TVGN_NEXTVISIBLE","features":[42]},{"name":"TVGN_PARENT","features":[42]},{"name":"TVGN_PREVIOUS","features":[42]},{"name":"TVGN_PREVIOUSVISIBLE","features":[42]},{"name":"TVGN_ROOT","features":[42]},{"name":"TVHITTESTINFO","features":[1,42]},{"name":"TVHITTESTINFO_FLAGS","features":[42]},{"name":"TVHT_ABOVE","features":[42]},{"name":"TVHT_BELOW","features":[42]},{"name":"TVHT_NOWHERE","features":[42]},{"name":"TVHT_ONITEM","features":[42]},{"name":"TVHT_ONITEMBUTTON","features":[42]},{"name":"TVHT_ONITEMICON","features":[42]},{"name":"TVHT_ONITEMINDENT","features":[42]},{"name":"TVHT_ONITEMLABEL","features":[42]},{"name":"TVHT_ONITEMRIGHT","features":[42]},{"name":"TVHT_ONITEMSTATEICON","features":[42]},{"name":"TVHT_TOLEFT","features":[42]},{"name":"TVHT_TORIGHT","features":[42]},{"name":"TVIF_CHILDREN","features":[42]},{"name":"TVIF_DI_SETITEM","features":[42]},{"name":"TVIF_EXPANDEDIMAGE","features":[42]},{"name":"TVIF_HANDLE","features":[42]},{"name":"TVIF_IMAGE","features":[42]},{"name":"TVIF_INTEGRAL","features":[42]},{"name":"TVIF_PARAM","features":[42]},{"name":"TVIF_SELECTEDIMAGE","features":[42]},{"name":"TVIF_STATE","features":[42]},{"name":"TVIF_STATEEX","features":[42]},{"name":"TVIF_TEXT","features":[42]},{"name":"TVINSERTSTRUCTA","features":[1,42]},{"name":"TVINSERTSTRUCTW","features":[1,42]},{"name":"TVIS_BOLD","features":[42]},{"name":"TVIS_CUT","features":[42]},{"name":"TVIS_DROPHILITED","features":[42]},{"name":"TVIS_EXPANDED","features":[42]},{"name":"TVIS_EXPANDEDONCE","features":[42]},{"name":"TVIS_EXPANDPARTIAL","features":[42]},{"name":"TVIS_EX_ALL","features":[42]},{"name":"TVIS_EX_DISABLED","features":[42]},{"name":"TVIS_EX_FLAT","features":[42]},{"name":"TVIS_OVERLAYMASK","features":[42]},{"name":"TVIS_SELECTED","features":[42]},{"name":"TVIS_STATEIMAGEMASK","features":[42]},{"name":"TVIS_USERMASK","features":[42]},{"name":"TVITEMA","features":[1,42]},{"name":"TVITEMEXA","features":[1,42]},{"name":"TVITEMEXW","features":[1,42]},{"name":"TVITEMEXW_CHILDREN","features":[42]},{"name":"TVITEMPART","features":[42]},{"name":"TVITEMW","features":[1,42]},{"name":"TVITEM_MASK","features":[42]},{"name":"TVI_FIRST","features":[42]},{"name":"TVI_LAST","features":[42]},{"name":"TVI_ROOT","features":[42]},{"name":"TVI_SORT","features":[42]},{"name":"TVM_CREATEDRAGIMAGE","features":[42]},{"name":"TVM_DELETEITEM","features":[42]},{"name":"TVM_EDITLABEL","features":[42]},{"name":"TVM_EDITLABELA","features":[42]},{"name":"TVM_EDITLABELW","features":[42]},{"name":"TVM_ENDEDITLABELNOW","features":[42]},{"name":"TVM_ENSUREVISIBLE","features":[42]},{"name":"TVM_EXPAND","features":[42]},{"name":"TVM_GETBKCOLOR","features":[42]},{"name":"TVM_GETCOUNT","features":[42]},{"name":"TVM_GETEDITCONTROL","features":[42]},{"name":"TVM_GETEXTENDEDSTYLE","features":[42]},{"name":"TVM_GETIMAGELIST","features":[42]},{"name":"TVM_GETINDENT","features":[42]},{"name":"TVM_GETINSERTMARKCOLOR","features":[42]},{"name":"TVM_GETISEARCHSTRING","features":[42]},{"name":"TVM_GETISEARCHSTRINGA","features":[42]},{"name":"TVM_GETISEARCHSTRINGW","features":[42]},{"name":"TVM_GETITEM","features":[42]},{"name":"TVM_GETITEMA","features":[42]},{"name":"TVM_GETITEMHEIGHT","features":[42]},{"name":"TVM_GETITEMPARTRECT","features":[42]},{"name":"TVM_GETITEMRECT","features":[42]},{"name":"TVM_GETITEMSTATE","features":[42]},{"name":"TVM_GETITEMW","features":[42]},{"name":"TVM_GETLINECOLOR","features":[42]},{"name":"TVM_GETNEXTITEM","features":[42]},{"name":"TVM_GETSCROLLTIME","features":[42]},{"name":"TVM_GETSELECTEDCOUNT","features":[42]},{"name":"TVM_GETTEXTCOLOR","features":[42]},{"name":"TVM_GETTOOLTIPS","features":[42]},{"name":"TVM_GETUNICODEFORMAT","features":[42]},{"name":"TVM_GETVISIBLECOUNT","features":[42]},{"name":"TVM_HITTEST","features":[42]},{"name":"TVM_INSERTITEM","features":[42]},{"name":"TVM_INSERTITEMA","features":[42]},{"name":"TVM_INSERTITEMW","features":[42]},{"name":"TVM_MAPACCIDTOHTREEITEM","features":[42]},{"name":"TVM_MAPHTREEITEMTOACCID","features":[42]},{"name":"TVM_SELECTITEM","features":[42]},{"name":"TVM_SETAUTOSCROLLINFO","features":[42]},{"name":"TVM_SETBKCOLOR","features":[42]},{"name":"TVM_SETBORDER","features":[42]},{"name":"TVM_SETEXTENDEDSTYLE","features":[42]},{"name":"TVM_SETHOT","features":[42]},{"name":"TVM_SETIMAGELIST","features":[42]},{"name":"TVM_SETINDENT","features":[42]},{"name":"TVM_SETINSERTMARK","features":[42]},{"name":"TVM_SETINSERTMARKCOLOR","features":[42]},{"name":"TVM_SETITEM","features":[42]},{"name":"TVM_SETITEMA","features":[42]},{"name":"TVM_SETITEMHEIGHT","features":[42]},{"name":"TVM_SETITEMW","features":[42]},{"name":"TVM_SETLINECOLOR","features":[42]},{"name":"TVM_SETSCROLLTIME","features":[42]},{"name":"TVM_SETTEXTCOLOR","features":[42]},{"name":"TVM_SETTOOLTIPS","features":[42]},{"name":"TVM_SETUNICODEFORMAT","features":[42]},{"name":"TVM_SHOWINFOTIP","features":[42]},{"name":"TVM_SORTCHILDREN","features":[42]},{"name":"TVM_SORTCHILDRENCB","features":[42]},{"name":"TVNRET_DEFAULT","features":[42]},{"name":"TVNRET_SKIPNEW","features":[42]},{"name":"TVNRET_SKIPOLD","features":[42]},{"name":"TVN_ASYNCDRAW","features":[42]},{"name":"TVN_BEGINDRAG","features":[42]},{"name":"TVN_BEGINDRAGA","features":[42]},{"name":"TVN_BEGINDRAGW","features":[42]},{"name":"TVN_BEGINLABELEDIT","features":[42]},{"name":"TVN_BEGINLABELEDITA","features":[42]},{"name":"TVN_BEGINLABELEDITW","features":[42]},{"name":"TVN_BEGINRDRAG","features":[42]},{"name":"TVN_BEGINRDRAGA","features":[42]},{"name":"TVN_BEGINRDRAGW","features":[42]},{"name":"TVN_DELETEITEM","features":[42]},{"name":"TVN_DELETEITEMA","features":[42]},{"name":"TVN_DELETEITEMW","features":[42]},{"name":"TVN_ENDLABELEDIT","features":[42]},{"name":"TVN_ENDLABELEDITA","features":[42]},{"name":"TVN_ENDLABELEDITW","features":[42]},{"name":"TVN_FIRST","features":[42]},{"name":"TVN_GETDISPINFO","features":[42]},{"name":"TVN_GETDISPINFOA","features":[42]},{"name":"TVN_GETDISPINFOW","features":[42]},{"name":"TVN_GETINFOTIP","features":[42]},{"name":"TVN_GETINFOTIPA","features":[42]},{"name":"TVN_GETINFOTIPW","features":[42]},{"name":"TVN_ITEMCHANGED","features":[42]},{"name":"TVN_ITEMCHANGEDA","features":[42]},{"name":"TVN_ITEMCHANGEDW","features":[42]},{"name":"TVN_ITEMCHANGING","features":[42]},{"name":"TVN_ITEMCHANGINGA","features":[42]},{"name":"TVN_ITEMCHANGINGW","features":[42]},{"name":"TVN_ITEMEXPANDED","features":[42]},{"name":"TVN_ITEMEXPANDEDA","features":[42]},{"name":"TVN_ITEMEXPANDEDW","features":[42]},{"name":"TVN_ITEMEXPANDING","features":[42]},{"name":"TVN_ITEMEXPANDINGA","features":[42]},{"name":"TVN_ITEMEXPANDINGW","features":[42]},{"name":"TVN_KEYDOWN","features":[42]},{"name":"TVN_LAST","features":[42]},{"name":"TVN_SELCHANGED","features":[42]},{"name":"TVN_SELCHANGEDA","features":[42]},{"name":"TVN_SELCHANGEDW","features":[42]},{"name":"TVN_SELCHANGING","features":[42]},{"name":"TVN_SELCHANGINGA","features":[42]},{"name":"TVN_SELCHANGINGW","features":[42]},{"name":"TVN_SETDISPINFO","features":[42]},{"name":"TVN_SETDISPINFOA","features":[42]},{"name":"TVN_SETDISPINFOW","features":[42]},{"name":"TVN_SINGLEEXPAND","features":[42]},{"name":"TVP_BRANCH","features":[42]},{"name":"TVP_GLYPH","features":[42]},{"name":"TVP_HOTGLYPH","features":[42]},{"name":"TVP_TREEITEM","features":[42]},{"name":"TVSBF_XBORDER","features":[42]},{"name":"TVSBF_YBORDER","features":[42]},{"name":"TVSIL_NORMAL","features":[42]},{"name":"TVSIL_STATE","features":[42]},{"name":"TVSI_NOSINGLEEXPAND","features":[42]},{"name":"TVSORTCB","features":[1,42]},{"name":"TVS_CHECKBOXES","features":[42]},{"name":"TVS_DISABLEDRAGDROP","features":[42]},{"name":"TVS_EDITLABELS","features":[42]},{"name":"TVS_EX_AUTOHSCROLL","features":[42]},{"name":"TVS_EX_DIMMEDCHECKBOXES","features":[42]},{"name":"TVS_EX_DOUBLEBUFFER","features":[42]},{"name":"TVS_EX_DRAWIMAGEASYNC","features":[42]},{"name":"TVS_EX_EXCLUSIONCHECKBOXES","features":[42]},{"name":"TVS_EX_FADEINOUTEXPANDOS","features":[42]},{"name":"TVS_EX_MULTISELECT","features":[42]},{"name":"TVS_EX_NOINDENTSTATE","features":[42]},{"name":"TVS_EX_NOSINGLECOLLAPSE","features":[42]},{"name":"TVS_EX_PARTIALCHECKBOXES","features":[42]},{"name":"TVS_EX_RICHTOOLTIP","features":[42]},{"name":"TVS_FULLROWSELECT","features":[42]},{"name":"TVS_HASBUTTONS","features":[42]},{"name":"TVS_HASLINES","features":[42]},{"name":"TVS_INFOTIP","features":[42]},{"name":"TVS_LINESATROOT","features":[42]},{"name":"TVS_NOHSCROLL","features":[42]},{"name":"TVS_NONEVENHEIGHT","features":[42]},{"name":"TVS_NOSCROLL","features":[42]},{"name":"TVS_NOTOOLTIPS","features":[42]},{"name":"TVS_RTLREADING","features":[42]},{"name":"TVS_SHOWSELALWAYS","features":[42]},{"name":"TVS_SINGLEEXPAND","features":[42]},{"name":"TVS_TRACKSELECT","features":[42]},{"name":"TV_FIRST","features":[42]},{"name":"TaskDialog","features":[1,42]},{"name":"TaskDialogIndirect","features":[1,42,55]},{"name":"UDACCEL","features":[42]},{"name":"UDM_GETACCEL","features":[42]},{"name":"UDM_GETBASE","features":[42]},{"name":"UDM_GETBUDDY","features":[42]},{"name":"UDM_GETPOS","features":[42]},{"name":"UDM_GETPOS32","features":[42]},{"name":"UDM_GETRANGE","features":[42]},{"name":"UDM_GETRANGE32","features":[42]},{"name":"UDM_GETUNICODEFORMAT","features":[42]},{"name":"UDM_SETACCEL","features":[42]},{"name":"UDM_SETBASE","features":[42]},{"name":"UDM_SETBUDDY","features":[42]},{"name":"UDM_SETPOS","features":[42]},{"name":"UDM_SETPOS32","features":[42]},{"name":"UDM_SETRANGE","features":[42]},{"name":"UDM_SETRANGE32","features":[42]},{"name":"UDM_SETUNICODEFORMAT","features":[42]},{"name":"UDN_DELTAPOS","features":[42]},{"name":"UDN_FIRST","features":[42]},{"name":"UDN_LAST","features":[42]},{"name":"UDS_ALIGNLEFT","features":[42]},{"name":"UDS_ALIGNRIGHT","features":[42]},{"name":"UDS_ARROWKEYS","features":[42]},{"name":"UDS_AUTOBUDDY","features":[42]},{"name":"UDS_HORZ","features":[42]},{"name":"UDS_HOTTRACK","features":[42]},{"name":"UDS_NOTHOUSANDS","features":[42]},{"name":"UDS_SETBUDDYINT","features":[42]},{"name":"UDS_WRAP","features":[42]},{"name":"UD_MAXVAL","features":[42]},{"name":"UPDATEMETADATASTATES","features":[42]},{"name":"UPDOWN_CLASS","features":[42]},{"name":"UPDOWN_CLASSA","features":[42]},{"name":"UPDOWN_CLASSW","features":[42]},{"name":"UPHORZSTATES","features":[42]},{"name":"UPHZS_DISABLED","features":[42]},{"name":"UPHZS_HOT","features":[42]},{"name":"UPHZS_NORMAL","features":[42]},{"name":"UPHZS_PRESSED","features":[42]},{"name":"UPSTATES","features":[42]},{"name":"UPS_DISABLED","features":[42]},{"name":"UPS_HOT","features":[42]},{"name":"UPS_NORMAL","features":[42]},{"name":"UPS_PRESSED","features":[42]},{"name":"USAGE_PROPERTIES","features":[42]},{"name":"USERTILEPARTS","features":[42]},{"name":"UTP_HOVERBACKGROUND","features":[42]},{"name":"UTP_STROKEBACKGROUND","features":[42]},{"name":"UTS_HOT","features":[42]},{"name":"UTS_NORMAL","features":[42]},{"name":"UTS_PRESSED","features":[42]},{"name":"UninitializeFlatSB","features":[1,42]},{"name":"UpdatePanningFeedback","features":[1,42]},{"name":"VALIDBITS","features":[42]},{"name":"VALIGN","features":[42]},{"name":"VA_BOTTOM","features":[42]},{"name":"VA_CENTER","features":[42]},{"name":"VA_TOP","features":[42]},{"name":"VERTSCROLLSTATES","features":[42]},{"name":"VERTTHUMBSTATES","features":[42]},{"name":"VIEW_DETAILS","features":[42]},{"name":"VIEW_LARGEICONS","features":[42]},{"name":"VIEW_LIST","features":[42]},{"name":"VIEW_NETCONNECT","features":[42]},{"name":"VIEW_NETDISCONNECT","features":[42]},{"name":"VIEW_NEWFOLDER","features":[42]},{"name":"VIEW_PARENTFOLDER","features":[42]},{"name":"VIEW_SMALLICONS","features":[42]},{"name":"VIEW_SORTDATE","features":[42]},{"name":"VIEW_SORTNAME","features":[42]},{"name":"VIEW_SORTSIZE","features":[42]},{"name":"VIEW_SORTTYPE","features":[42]},{"name":"VIEW_VIEWMENU","features":[42]},{"name":"VSCLASS_AEROWIZARD","features":[42]},{"name":"VSCLASS_AEROWIZARDSTYLE","features":[42]},{"name":"VSCLASS_BUTTON","features":[42]},{"name":"VSCLASS_BUTTONSTYLE","features":[42]},{"name":"VSCLASS_CLOCK","features":[42]},{"name":"VSCLASS_COMBOBOX","features":[42]},{"name":"VSCLASS_COMBOBOXSTYLE","features":[42]},{"name":"VSCLASS_COMMUNICATIONS","features":[42]},{"name":"VSCLASS_COMMUNICATIONSSTYLE","features":[42]},{"name":"VSCLASS_CONTROLPANEL","features":[42]},{"name":"VSCLASS_CONTROLPANELSTYLE","features":[42]},{"name":"VSCLASS_DATEPICKER","features":[42]},{"name":"VSCLASS_DATEPICKERSTYLE","features":[42]},{"name":"VSCLASS_DRAGDROP","features":[42]},{"name":"VSCLASS_DRAGDROPSTYLE","features":[42]},{"name":"VSCLASS_EDIT","features":[42]},{"name":"VSCLASS_EDITSTYLE","features":[42]},{"name":"VSCLASS_EMPTYMARKUP","features":[42]},{"name":"VSCLASS_EXPLORERBAR","features":[42]},{"name":"VSCLASS_EXPLORERBARSTYLE","features":[42]},{"name":"VSCLASS_FLYOUT","features":[42]},{"name":"VSCLASS_FLYOUTSTYLE","features":[42]},{"name":"VSCLASS_HEADER","features":[42]},{"name":"VSCLASS_HEADERSTYLE","features":[42]},{"name":"VSCLASS_LINK","features":[42]},{"name":"VSCLASS_LISTBOX","features":[42]},{"name":"VSCLASS_LISTBOXSTYLE","features":[42]},{"name":"VSCLASS_LISTVIEW","features":[42]},{"name":"VSCLASS_LISTVIEWSTYLE","features":[42]},{"name":"VSCLASS_MENU","features":[42]},{"name":"VSCLASS_MENUBAND","features":[42]},{"name":"VSCLASS_MENUSTYLE","features":[42]},{"name":"VSCLASS_MONTHCAL","features":[42]},{"name":"VSCLASS_NAVIGATION","features":[42]},{"name":"VSCLASS_PAGE","features":[42]},{"name":"VSCLASS_PROGRESS","features":[42]},{"name":"VSCLASS_PROGRESSSTYLE","features":[42]},{"name":"VSCLASS_REBAR","features":[42]},{"name":"VSCLASS_REBARSTYLE","features":[42]},{"name":"VSCLASS_SCROLLBAR","features":[42]},{"name":"VSCLASS_SCROLLBARSTYLE","features":[42]},{"name":"VSCLASS_SPIN","features":[42]},{"name":"VSCLASS_SPINSTYLE","features":[42]},{"name":"VSCLASS_STARTPANEL","features":[42]},{"name":"VSCLASS_STATIC","features":[42]},{"name":"VSCLASS_STATUS","features":[42]},{"name":"VSCLASS_STATUSSTYLE","features":[42]},{"name":"VSCLASS_TAB","features":[42]},{"name":"VSCLASS_TABSTYLE","features":[42]},{"name":"VSCLASS_TASKBAND","features":[42]},{"name":"VSCLASS_TASKBAR","features":[42]},{"name":"VSCLASS_TASKDIALOG","features":[42]},{"name":"VSCLASS_TASKDIALOGSTYLE","features":[42]},{"name":"VSCLASS_TEXTSELECTIONGRIPPER","features":[42]},{"name":"VSCLASS_TEXTSTYLE","features":[42]},{"name":"VSCLASS_TOOLBAR","features":[42]},{"name":"VSCLASS_TOOLBARSTYLE","features":[42]},{"name":"VSCLASS_TOOLTIP","features":[42]},{"name":"VSCLASS_TOOLTIPSTYLE","features":[42]},{"name":"VSCLASS_TRACKBAR","features":[42]},{"name":"VSCLASS_TRACKBARSTYLE","features":[42]},{"name":"VSCLASS_TRAYNOTIFY","features":[42]},{"name":"VSCLASS_TREEVIEW","features":[42]},{"name":"VSCLASS_TREEVIEWSTYLE","features":[42]},{"name":"VSCLASS_USERTILE","features":[42]},{"name":"VSCLASS_WINDOW","features":[42]},{"name":"VSCLASS_WINDOWSTYLE","features":[42]},{"name":"VSS_DISABLED","features":[42]},{"name":"VSS_HOT","features":[42]},{"name":"VSS_NORMAL","features":[42]},{"name":"VSS_PUSHED","features":[42]},{"name":"VTS_DISABLED","features":[42]},{"name":"VTS_HOT","features":[42]},{"name":"VTS_NORMAL","features":[42]},{"name":"VTS_PUSHED","features":[42]},{"name":"WARNINGSTATES","features":[42]},{"name":"WB_CLASSIFY","features":[42]},{"name":"WB_ISDELIMITER","features":[42]},{"name":"WB_LEFT","features":[42]},{"name":"WB_LEFTBREAK","features":[42]},{"name":"WB_MOVEWORDLEFT","features":[42]},{"name":"WB_MOVEWORDRIGHT","features":[42]},{"name":"WB_RIGHT","features":[42]},{"name":"WB_RIGHTBREAK","features":[42]},{"name":"WC_BUTTON","features":[42]},{"name":"WC_BUTTONA","features":[42]},{"name":"WC_BUTTONW","features":[42]},{"name":"WC_COMBOBOX","features":[42]},{"name":"WC_COMBOBOXA","features":[42]},{"name":"WC_COMBOBOXEX","features":[42]},{"name":"WC_COMBOBOXEXA","features":[42]},{"name":"WC_COMBOBOXEXW","features":[42]},{"name":"WC_COMBOBOXW","features":[42]},{"name":"WC_EDIT","features":[42]},{"name":"WC_EDITA","features":[42]},{"name":"WC_EDITW","features":[42]},{"name":"WC_HEADER","features":[42]},{"name":"WC_HEADERA","features":[42]},{"name":"WC_HEADERW","features":[42]},{"name":"WC_IPADDRESS","features":[42]},{"name":"WC_IPADDRESSA","features":[42]},{"name":"WC_IPADDRESSW","features":[42]},{"name":"WC_LINK","features":[42]},{"name":"WC_LISTBOX","features":[42]},{"name":"WC_LISTBOXA","features":[42]},{"name":"WC_LISTBOXW","features":[42]},{"name":"WC_LISTVIEW","features":[42]},{"name":"WC_LISTVIEWA","features":[42]},{"name":"WC_LISTVIEWW","features":[42]},{"name":"WC_NATIVEFONTCTL","features":[42]},{"name":"WC_NATIVEFONTCTLA","features":[42]},{"name":"WC_NATIVEFONTCTLW","features":[42]},{"name":"WC_PAGESCROLLER","features":[42]},{"name":"WC_PAGESCROLLERA","features":[42]},{"name":"WC_PAGESCROLLERW","features":[42]},{"name":"WC_SCROLLBAR","features":[42]},{"name":"WC_SCROLLBARA","features":[42]},{"name":"WC_SCROLLBARW","features":[42]},{"name":"WC_STATIC","features":[42]},{"name":"WC_STATICA","features":[42]},{"name":"WC_STATICW","features":[42]},{"name":"WC_TABCONTROL","features":[42]},{"name":"WC_TABCONTROLA","features":[42]},{"name":"WC_TABCONTROLW","features":[42]},{"name":"WC_TREEVIEW","features":[42]},{"name":"WC_TREEVIEWA","features":[42]},{"name":"WC_TREEVIEWW","features":[42]},{"name":"WINDOWPARTS","features":[42]},{"name":"WINDOWTHEMEATTRIBUTETYPE","features":[42]},{"name":"WIZ_BODYCX","features":[42]},{"name":"WIZ_BODYX","features":[42]},{"name":"WIZ_CXBMP","features":[42]},{"name":"WIZ_CXDLG","features":[42]},{"name":"WIZ_CYDLG","features":[42]},{"name":"WMN_FIRST","features":[42]},{"name":"WMN_LAST","features":[42]},{"name":"WM_CTLCOLOR","features":[42]},{"name":"WM_MOUSEHOVER","features":[42]},{"name":"WM_MOUSELEAVE","features":[42]},{"name":"WORD_BREAK_ACTION","features":[42]},{"name":"WP_BORDER","features":[42]},{"name":"WP_CAPTION","features":[42]},{"name":"WP_CAPTIONSIZINGTEMPLATE","features":[42]},{"name":"WP_CLOSEBUTTON","features":[42]},{"name":"WP_DIALOG","features":[42]},{"name":"WP_FRAME","features":[42]},{"name":"WP_FRAMEBOTTOM","features":[42]},{"name":"WP_FRAMEBOTTOMSIZINGTEMPLATE","features":[42]},{"name":"WP_FRAMELEFT","features":[42]},{"name":"WP_FRAMELEFTSIZINGTEMPLATE","features":[42]},{"name":"WP_FRAMERIGHT","features":[42]},{"name":"WP_FRAMERIGHTSIZINGTEMPLATE","features":[42]},{"name":"WP_HELPBUTTON","features":[42]},{"name":"WP_HORZSCROLL","features":[42]},{"name":"WP_HORZTHUMB","features":[42]},{"name":"WP_MAXBUTTON","features":[42]},{"name":"WP_MAXCAPTION","features":[42]},{"name":"WP_MDICLOSEBUTTON","features":[42]},{"name":"WP_MDIHELPBUTTON","features":[42]},{"name":"WP_MDIMINBUTTON","features":[42]},{"name":"WP_MDIRESTOREBUTTON","features":[42]},{"name":"WP_MDISYSBUTTON","features":[42]},{"name":"WP_MINBUTTON","features":[42]},{"name":"WP_MINCAPTION","features":[42]},{"name":"WP_RESTOREBUTTON","features":[42]},{"name":"WP_SMALLCAPTION","features":[42]},{"name":"WP_SMALLCAPTIONSIZINGTEMPLATE","features":[42]},{"name":"WP_SMALLCLOSEBUTTON","features":[42]},{"name":"WP_SMALLFRAMEBOTTOM","features":[42]},{"name":"WP_SMALLFRAMEBOTTOMSIZINGTEMPLATE","features":[42]},{"name":"WP_SMALLFRAMELEFT","features":[42]},{"name":"WP_SMALLFRAMELEFTSIZINGTEMPLATE","features":[42]},{"name":"WP_SMALLFRAMERIGHT","features":[42]},{"name":"WP_SMALLFRAMERIGHTSIZINGTEMPLATE","features":[42]},{"name":"WP_SMALLMAXCAPTION","features":[42]},{"name":"WP_SMALLMINCAPTION","features":[42]},{"name":"WP_SYSBUTTON","features":[42]},{"name":"WP_VERTSCROLL","features":[42]},{"name":"WP_VERTTHUMB","features":[42]},{"name":"WRENCHSTATES","features":[42]},{"name":"WSB_PROP","features":[42]},{"name":"WSB_PROP_CXHSCROLL","features":[42]},{"name":"WSB_PROP_CXHTHUMB","features":[42]},{"name":"WSB_PROP_CXVSCROLL","features":[42]},{"name":"WSB_PROP_CYHSCROLL","features":[42]},{"name":"WSB_PROP_CYVSCROLL","features":[42]},{"name":"WSB_PROP_CYVTHUMB","features":[42]},{"name":"WSB_PROP_HBKGCOLOR","features":[42]},{"name":"WSB_PROP_HSTYLE","features":[42]},{"name":"WSB_PROP_MASK","features":[42]},{"name":"WSB_PROP_PALETTE","features":[42]},{"name":"WSB_PROP_VBKGCOLOR","features":[42]},{"name":"WSB_PROP_VSTYLE","features":[42]},{"name":"WSB_PROP_WINSTYLE","features":[42]},{"name":"WTA_NONCLIENT","features":[42]},{"name":"WTA_OPTIONS","features":[42]},{"name":"WTNCA_NODRAWCAPTION","features":[42]},{"name":"WTNCA_NODRAWICON","features":[42]},{"name":"WTNCA_NOMIRRORHELP","features":[42]},{"name":"WTNCA_NOSYSMENU","features":[42]},{"name":"_LI_METRIC","features":[42]},{"name":"chx1","features":[42]},{"name":"chx10","features":[42]},{"name":"chx11","features":[42]},{"name":"chx12","features":[42]},{"name":"chx13","features":[42]},{"name":"chx14","features":[42]},{"name":"chx15","features":[42]},{"name":"chx16","features":[42]},{"name":"chx2","features":[42]},{"name":"chx3","features":[42]},{"name":"chx4","features":[42]},{"name":"chx5","features":[42]},{"name":"chx6","features":[42]},{"name":"chx7","features":[42]},{"name":"chx8","features":[42]},{"name":"chx9","features":[42]},{"name":"cmb1","features":[42]},{"name":"cmb10","features":[42]},{"name":"cmb11","features":[42]},{"name":"cmb12","features":[42]},{"name":"cmb13","features":[42]},{"name":"cmb14","features":[42]},{"name":"cmb15","features":[42]},{"name":"cmb16","features":[42]},{"name":"cmb2","features":[42]},{"name":"cmb3","features":[42]},{"name":"cmb4","features":[42]},{"name":"cmb5","features":[42]},{"name":"cmb6","features":[42]},{"name":"cmb7","features":[42]},{"name":"cmb8","features":[42]},{"name":"cmb9","features":[42]},{"name":"ctl1","features":[42]},{"name":"ctlFirst","features":[42]},{"name":"ctlLast","features":[42]},{"name":"edt1","features":[42]},{"name":"edt10","features":[42]},{"name":"edt11","features":[42]},{"name":"edt12","features":[42]},{"name":"edt13","features":[42]},{"name":"edt14","features":[42]},{"name":"edt15","features":[42]},{"name":"edt16","features":[42]},{"name":"edt2","features":[42]},{"name":"edt3","features":[42]},{"name":"edt4","features":[42]},{"name":"edt5","features":[42]},{"name":"edt6","features":[42]},{"name":"edt7","features":[42]},{"name":"edt8","features":[42]},{"name":"edt9","features":[42]},{"name":"frm1","features":[42]},{"name":"frm2","features":[42]},{"name":"frm3","features":[42]},{"name":"frm4","features":[42]},{"name":"grp1","features":[42]},{"name":"grp2","features":[42]},{"name":"grp3","features":[42]},{"name":"grp4","features":[42]},{"name":"ico1","features":[42]},{"name":"ico2","features":[42]},{"name":"ico3","features":[42]},{"name":"ico4","features":[42]},{"name":"lst1","features":[42]},{"name":"lst10","features":[42]},{"name":"lst11","features":[42]},{"name":"lst12","features":[42]},{"name":"lst13","features":[42]},{"name":"lst14","features":[42]},{"name":"lst15","features":[42]},{"name":"lst16","features":[42]},{"name":"lst2","features":[42]},{"name":"lst3","features":[42]},{"name":"lst4","features":[42]},{"name":"lst5","features":[42]},{"name":"lst6","features":[42]},{"name":"lst7","features":[42]},{"name":"lst8","features":[42]},{"name":"lst9","features":[42]},{"name":"psh1","features":[42]},{"name":"psh10","features":[42]},{"name":"psh11","features":[42]},{"name":"psh12","features":[42]},{"name":"psh13","features":[42]},{"name":"psh14","features":[42]},{"name":"psh15","features":[42]},{"name":"psh16","features":[42]},{"name":"psh2","features":[42]},{"name":"psh3","features":[42]},{"name":"psh4","features":[42]},{"name":"psh5","features":[42]},{"name":"psh6","features":[42]},{"name":"psh7","features":[42]},{"name":"psh8","features":[42]},{"name":"psh9","features":[42]},{"name":"pshHelp","features":[42]},{"name":"rad1","features":[42]},{"name":"rad10","features":[42]},{"name":"rad11","features":[42]},{"name":"rad12","features":[42]},{"name":"rad13","features":[42]},{"name":"rad14","features":[42]},{"name":"rad15","features":[42]},{"name":"rad16","features":[42]},{"name":"rad2","features":[42]},{"name":"rad3","features":[42]},{"name":"rad4","features":[42]},{"name":"rad5","features":[42]},{"name":"rad6","features":[42]},{"name":"rad7","features":[42]},{"name":"rad8","features":[42]},{"name":"rad9","features":[42]},{"name":"rct1","features":[42]},{"name":"rct2","features":[42]},{"name":"rct3","features":[42]},{"name":"rct4","features":[42]},{"name":"scr1","features":[42]},{"name":"scr2","features":[42]},{"name":"scr3","features":[42]},{"name":"scr4","features":[42]},{"name":"scr5","features":[42]},{"name":"scr6","features":[42]},{"name":"scr7","features":[42]},{"name":"scr8","features":[42]},{"name":"stc1","features":[42]},{"name":"stc10","features":[42]},{"name":"stc11","features":[42]},{"name":"stc12","features":[42]},{"name":"stc13","features":[42]},{"name":"stc14","features":[42]},{"name":"stc15","features":[42]},{"name":"stc16","features":[42]},{"name":"stc17","features":[42]},{"name":"stc18","features":[42]},{"name":"stc19","features":[42]},{"name":"stc2","features":[42]},{"name":"stc20","features":[42]},{"name":"stc21","features":[42]},{"name":"stc22","features":[42]},{"name":"stc23","features":[42]},{"name":"stc24","features":[42]},{"name":"stc25","features":[42]},{"name":"stc26","features":[42]},{"name":"stc27","features":[42]},{"name":"stc28","features":[42]},{"name":"stc29","features":[42]},{"name":"stc3","features":[42]},{"name":"stc30","features":[42]},{"name":"stc31","features":[42]},{"name":"stc32","features":[42]},{"name":"stc4","features":[42]},{"name":"stc5","features":[42]},{"name":"stc6","features":[42]},{"name":"stc7","features":[42]},{"name":"stc8","features":[42]},{"name":"stc9","features":[42]}],"660":[{"name":"BOLD_FONTTYPE","features":[91]},{"name":"CCERR_CHOOSECOLORCODES","features":[91]},{"name":"CC_ANYCOLOR","features":[91]},{"name":"CC_ENABLEHOOK","features":[91]},{"name":"CC_ENABLETEMPLATE","features":[91]},{"name":"CC_ENABLETEMPLATEHANDLE","features":[91]},{"name":"CC_FULLOPEN","features":[91]},{"name":"CC_PREVENTFULLOPEN","features":[91]},{"name":"CC_RGBINIT","features":[91]},{"name":"CC_SHOWHELP","features":[91]},{"name":"CC_SOLIDCOLOR","features":[91]},{"name":"CDERR_DIALOGFAILURE","features":[91]},{"name":"CDERR_FINDRESFAILURE","features":[91]},{"name":"CDERR_GENERALCODES","features":[91]},{"name":"CDERR_INITIALIZATION","features":[91]},{"name":"CDERR_LOADRESFAILURE","features":[91]},{"name":"CDERR_LOADSTRFAILURE","features":[91]},{"name":"CDERR_LOCKRESFAILURE","features":[91]},{"name":"CDERR_MEMALLOCFAILURE","features":[91]},{"name":"CDERR_MEMLOCKFAILURE","features":[91]},{"name":"CDERR_NOHINSTANCE","features":[91]},{"name":"CDERR_NOHOOK","features":[91]},{"name":"CDERR_NOTEMPLATE","features":[91]},{"name":"CDERR_REGISTERMSGFAIL","features":[91]},{"name":"CDERR_STRUCTSIZE","features":[91]},{"name":"CDM_FIRST","features":[91]},{"name":"CDM_GETFILEPATH","features":[91]},{"name":"CDM_GETFOLDERIDLIST","features":[91]},{"name":"CDM_GETFOLDERPATH","features":[91]},{"name":"CDM_GETSPEC","features":[91]},{"name":"CDM_HIDECONTROL","features":[91]},{"name":"CDM_LAST","features":[91]},{"name":"CDM_SETCONTROLTEXT","features":[91]},{"name":"CDM_SETDEFEXT","features":[91]},{"name":"CDN_FILEOK","features":[91]},{"name":"CDN_FOLDERCHANGE","features":[91]},{"name":"CDN_HELP","features":[91]},{"name":"CDN_INCLUDEITEM","features":[91]},{"name":"CDN_INITDONE","features":[91]},{"name":"CDN_SELCHANGE","features":[91]},{"name":"CDN_SHAREVIOLATION","features":[91]},{"name":"CDN_TYPECHANGE","features":[91]},{"name":"CD_LBSELADD","features":[91]},{"name":"CD_LBSELCHANGE","features":[91]},{"name":"CD_LBSELNOITEMS","features":[91]},{"name":"CD_LBSELSUB","features":[91]},{"name":"CFERR_CHOOSEFONTCODES","features":[91]},{"name":"CFERR_MAXLESSTHANMIN","features":[91]},{"name":"CFERR_NOFONTS","features":[91]},{"name":"CF_ANSIONLY","features":[91]},{"name":"CF_APPLY","features":[91]},{"name":"CF_BOTH","features":[91]},{"name":"CF_EFFECTS","features":[91]},{"name":"CF_ENABLEHOOK","features":[91]},{"name":"CF_ENABLETEMPLATE","features":[91]},{"name":"CF_ENABLETEMPLATEHANDLE","features":[91]},{"name":"CF_FIXEDPITCHONLY","features":[91]},{"name":"CF_FORCEFONTEXIST","features":[91]},{"name":"CF_INACTIVEFONTS","features":[91]},{"name":"CF_INITTOLOGFONTSTRUCT","features":[91]},{"name":"CF_LIMITSIZE","features":[91]},{"name":"CF_NOFACESEL","features":[91]},{"name":"CF_NOOEMFONTS","features":[91]},{"name":"CF_NOSCRIPTSEL","features":[91]},{"name":"CF_NOSIMULATIONS","features":[91]},{"name":"CF_NOSIZESEL","features":[91]},{"name":"CF_NOSTYLESEL","features":[91]},{"name":"CF_NOVECTORFONTS","features":[91]},{"name":"CF_NOVERTFONTS","features":[91]},{"name":"CF_PRINTERFONTS","features":[91]},{"name":"CF_SCALABLEONLY","features":[91]},{"name":"CF_SCREENFONTS","features":[91]},{"name":"CF_SCRIPTSONLY","features":[91]},{"name":"CF_SELECTSCRIPT","features":[91]},{"name":"CF_SHOWHELP","features":[91]},{"name":"CF_TTONLY","features":[91]},{"name":"CF_USESTYLE","features":[91]},{"name":"CF_WYSIWYG","features":[91]},{"name":"CHOOSECOLORA","features":[1,91]},{"name":"CHOOSECOLORA","features":[1,91]},{"name":"CHOOSECOLORW","features":[1,91]},{"name":"CHOOSECOLORW","features":[1,91]},{"name":"CHOOSECOLOR_FLAGS","features":[91]},{"name":"CHOOSEFONTA","features":[1,13,91]},{"name":"CHOOSEFONTA","features":[1,13,91]},{"name":"CHOOSEFONTW","features":[1,13,91]},{"name":"CHOOSEFONTW","features":[1,13,91]},{"name":"CHOOSEFONT_FLAGS","features":[91]},{"name":"CHOOSEFONT_FONT_TYPE","features":[91]},{"name":"COLOROKSTRING","features":[91]},{"name":"COLOROKSTRINGA","features":[91]},{"name":"COLOROKSTRINGW","features":[91]},{"name":"COLOR_ADD","features":[91]},{"name":"COLOR_BLUE","features":[91]},{"name":"COLOR_BLUEACCEL","features":[91]},{"name":"COLOR_BOX1","features":[91]},{"name":"COLOR_CURRENT","features":[91]},{"name":"COLOR_CUSTOM1","features":[91]},{"name":"COLOR_ELEMENT","features":[91]},{"name":"COLOR_GREEN","features":[91]},{"name":"COLOR_GREENACCEL","features":[91]},{"name":"COLOR_HUE","features":[91]},{"name":"COLOR_HUEACCEL","features":[91]},{"name":"COLOR_HUESCROLL","features":[91]},{"name":"COLOR_LUM","features":[91]},{"name":"COLOR_LUMACCEL","features":[91]},{"name":"COLOR_LUMSCROLL","features":[91]},{"name":"COLOR_MIX","features":[91]},{"name":"COLOR_PALETTE","features":[91]},{"name":"COLOR_RAINBOW","features":[91]},{"name":"COLOR_RED","features":[91]},{"name":"COLOR_REDACCEL","features":[91]},{"name":"COLOR_SAMPLES","features":[91]},{"name":"COLOR_SAT","features":[91]},{"name":"COLOR_SATACCEL","features":[91]},{"name":"COLOR_SATSCROLL","features":[91]},{"name":"COLOR_SAVE","features":[91]},{"name":"COLOR_SCHEMES","features":[91]},{"name":"COLOR_SOLID","features":[91]},{"name":"COLOR_SOLID_LEFT","features":[91]},{"name":"COLOR_SOLID_RIGHT","features":[91]},{"name":"COLOR_TUNE","features":[91]},{"name":"COMMON_DLG_ERRORS","features":[91]},{"name":"ChooseColorA","features":[1,91]},{"name":"ChooseColorW","features":[1,91]},{"name":"ChooseFontA","features":[1,13,91]},{"name":"ChooseFontW","features":[1,13,91]},{"name":"CommDlgExtendedError","features":[91]},{"name":"DEVNAMES","features":[91]},{"name":"DEVNAMES","features":[91]},{"name":"DLG_COLOR","features":[91]},{"name":"DN_DEFAULTPRN","features":[91]},{"name":"FILEOKSTRING","features":[91]},{"name":"FILEOKSTRINGA","features":[91]},{"name":"FILEOKSTRINGW","features":[91]},{"name":"FINDMSGSTRING","features":[91]},{"name":"FINDMSGSTRINGA","features":[91]},{"name":"FINDMSGSTRINGW","features":[91]},{"name":"FINDREPLACEA","features":[1,91]},{"name":"FINDREPLACEA","features":[1,91]},{"name":"FINDREPLACEW","features":[1,91]},{"name":"FINDREPLACEW","features":[1,91]},{"name":"FINDREPLACE_FLAGS","features":[91]},{"name":"FNERR_BUFFERTOOSMALL","features":[91]},{"name":"FNERR_FILENAMECODES","features":[91]},{"name":"FNERR_INVALIDFILENAME","features":[91]},{"name":"FNERR_SUBCLASSFAILURE","features":[91]},{"name":"FRERR_BUFFERLENGTHZERO","features":[91]},{"name":"FRERR_FINDREPLACECODES","features":[91]},{"name":"FRM_FIRST","features":[91]},{"name":"FRM_LAST","features":[91]},{"name":"FRM_SETOPERATIONRESULT","features":[91]},{"name":"FRM_SETOPERATIONRESULTTEXT","features":[91]},{"name":"FR_DIALOGTERM","features":[91]},{"name":"FR_DOWN","features":[91]},{"name":"FR_ENABLEHOOK","features":[91]},{"name":"FR_ENABLETEMPLATE","features":[91]},{"name":"FR_ENABLETEMPLATEHANDLE","features":[91]},{"name":"FR_FINDNEXT","features":[91]},{"name":"FR_HIDEMATCHCASE","features":[91]},{"name":"FR_HIDEUPDOWN","features":[91]},{"name":"FR_HIDEWHOLEWORD","features":[91]},{"name":"FR_MATCHALEFHAMZA","features":[91]},{"name":"FR_MATCHCASE","features":[91]},{"name":"FR_MATCHDIAC","features":[91]},{"name":"FR_MATCHKASHIDA","features":[91]},{"name":"FR_NOMATCHCASE","features":[91]},{"name":"FR_NOUPDOWN","features":[91]},{"name":"FR_NOWHOLEWORD","features":[91]},{"name":"FR_NOWRAPAROUND","features":[91]},{"name":"FR_RAW","features":[91]},{"name":"FR_REPLACE","features":[91]},{"name":"FR_REPLACEALL","features":[91]},{"name":"FR_SHOWHELP","features":[91]},{"name":"FR_SHOWWRAPAROUND","features":[91]},{"name":"FR_WHOLEWORD","features":[91]},{"name":"FR_WRAPAROUND","features":[91]},{"name":"FindTextA","features":[1,91]},{"name":"FindTextW","features":[1,91]},{"name":"GetFileTitleA","features":[91]},{"name":"GetFileTitleW","features":[91]},{"name":"GetOpenFileNameA","features":[1,91]},{"name":"GetOpenFileNameW","features":[1,91]},{"name":"GetSaveFileNameA","features":[1,91]},{"name":"GetSaveFileNameW","features":[1,91]},{"name":"HELPMSGSTRING","features":[91]},{"name":"HELPMSGSTRINGA","features":[91]},{"name":"HELPMSGSTRINGW","features":[91]},{"name":"IPrintDialogCallback","features":[91]},{"name":"IPrintDialogServices","features":[91]},{"name":"ITALIC_FONTTYPE","features":[91]},{"name":"LBSELCHSTRING","features":[91]},{"name":"LBSELCHSTRINGA","features":[91]},{"name":"LBSELCHSTRINGW","features":[91]},{"name":"LPCCHOOKPROC","features":[1,91]},{"name":"LPCFHOOKPROC","features":[1,91]},{"name":"LPFRHOOKPROC","features":[1,91]},{"name":"LPOFNHOOKPROC","features":[1,91]},{"name":"LPPAGEPAINTHOOK","features":[1,91]},{"name":"LPPAGESETUPHOOK","features":[1,91]},{"name":"LPPRINTHOOKPROC","features":[1,91]},{"name":"LPSETUPHOOKPROC","features":[1,91]},{"name":"NUM_BASIC_COLORS","features":[91]},{"name":"NUM_CUSTOM_COLORS","features":[91]},{"name":"OFNOTIFYA","features":[1,91]},{"name":"OFNOTIFYA","features":[1,91]},{"name":"OFNOTIFYEXA","features":[1,91]},{"name":"OFNOTIFYEXA","features":[1,91]},{"name":"OFNOTIFYEXW","features":[1,91]},{"name":"OFNOTIFYEXW","features":[1,91]},{"name":"OFNOTIFYW","features":[1,91]},{"name":"OFNOTIFYW","features":[1,91]},{"name":"OFN_ALLOWMULTISELECT","features":[91]},{"name":"OFN_CREATEPROMPT","features":[91]},{"name":"OFN_DONTADDTORECENT","features":[91]},{"name":"OFN_ENABLEHOOK","features":[91]},{"name":"OFN_ENABLEINCLUDENOTIFY","features":[91]},{"name":"OFN_ENABLESIZING","features":[91]},{"name":"OFN_ENABLETEMPLATE","features":[91]},{"name":"OFN_ENABLETEMPLATEHANDLE","features":[91]},{"name":"OFN_EXPLORER","features":[91]},{"name":"OFN_EXTENSIONDIFFERENT","features":[91]},{"name":"OFN_EX_NONE","features":[91]},{"name":"OFN_EX_NOPLACESBAR","features":[91]},{"name":"OFN_FILEMUSTEXIST","features":[91]},{"name":"OFN_FORCESHOWHIDDEN","features":[91]},{"name":"OFN_HIDEREADONLY","features":[91]},{"name":"OFN_LONGNAMES","features":[91]},{"name":"OFN_NOCHANGEDIR","features":[91]},{"name":"OFN_NODEREFERENCELINKS","features":[91]},{"name":"OFN_NOLONGNAMES","features":[91]},{"name":"OFN_NONETWORKBUTTON","features":[91]},{"name":"OFN_NOREADONLYRETURN","features":[91]},{"name":"OFN_NOTESTFILECREATE","features":[91]},{"name":"OFN_NOVALIDATE","features":[91]},{"name":"OFN_OVERWRITEPROMPT","features":[91]},{"name":"OFN_PATHMUSTEXIST","features":[91]},{"name":"OFN_READONLY","features":[91]},{"name":"OFN_SHAREAWARE","features":[91]},{"name":"OFN_SHAREFALLTHROUGH","features":[91]},{"name":"OFN_SHARENOWARN","features":[91]},{"name":"OFN_SHAREWARN","features":[91]},{"name":"OFN_SHOWHELP","features":[91]},{"name":"OPENFILENAMEA","features":[1,91]},{"name":"OPENFILENAMEA","features":[1,91]},{"name":"OPENFILENAMEW","features":[1,91]},{"name":"OPENFILENAMEW","features":[1,91]},{"name":"OPENFILENAME_NT4A","features":[1,91]},{"name":"OPENFILENAME_NT4A","features":[1,91]},{"name":"OPENFILENAME_NT4W","features":[1,91]},{"name":"OPENFILENAME_NT4W","features":[1,91]},{"name":"OPEN_FILENAME_FLAGS","features":[91]},{"name":"OPEN_FILENAME_FLAGS_EX","features":[91]},{"name":"PAGESETUPDLGA","features":[1,91]},{"name":"PAGESETUPDLGA","features":[1,91]},{"name":"PAGESETUPDLGW","features":[1,91]},{"name":"PAGESETUPDLGW","features":[1,91]},{"name":"PAGESETUPDLG_FLAGS","features":[91]},{"name":"PDERR_CREATEICFAILURE","features":[91]},{"name":"PDERR_DEFAULTDIFFERENT","features":[91]},{"name":"PDERR_DNDMMISMATCH","features":[91]},{"name":"PDERR_GETDEVMODEFAIL","features":[91]},{"name":"PDERR_INITFAILURE","features":[91]},{"name":"PDERR_LOADDRVFAILURE","features":[91]},{"name":"PDERR_NODEFAULTPRN","features":[91]},{"name":"PDERR_NODEVICES","features":[91]},{"name":"PDERR_PARSEFAILURE","features":[91]},{"name":"PDERR_PRINTERCODES","features":[91]},{"name":"PDERR_PRINTERNOTFOUND","features":[91]},{"name":"PDERR_RETDEFFAILURE","features":[91]},{"name":"PDERR_SETUPFAILURE","features":[91]},{"name":"PD_ALLPAGES","features":[91]},{"name":"PD_COLLATE","features":[91]},{"name":"PD_CURRENTPAGE","features":[91]},{"name":"PD_DISABLEPRINTTOFILE","features":[91]},{"name":"PD_ENABLEPRINTHOOK","features":[91]},{"name":"PD_ENABLEPRINTTEMPLATE","features":[91]},{"name":"PD_ENABLEPRINTTEMPLATEHANDLE","features":[91]},{"name":"PD_ENABLESETUPHOOK","features":[91]},{"name":"PD_ENABLESETUPTEMPLATE","features":[91]},{"name":"PD_ENABLESETUPTEMPLATEHANDLE","features":[91]},{"name":"PD_EXCLUSIONFLAGS","features":[91]},{"name":"PD_HIDEPRINTTOFILE","features":[91]},{"name":"PD_NOCURRENTPAGE","features":[91]},{"name":"PD_NONETWORKBUTTON","features":[91]},{"name":"PD_NOPAGENUMS","features":[91]},{"name":"PD_NOSELECTION","features":[91]},{"name":"PD_NOWARNING","features":[91]},{"name":"PD_PAGENUMS","features":[91]},{"name":"PD_PRINTSETUP","features":[91]},{"name":"PD_PRINTTOFILE","features":[91]},{"name":"PD_RESULT_APPLY","features":[91]},{"name":"PD_RESULT_CANCEL","features":[91]},{"name":"PD_RESULT_PRINT","features":[91]},{"name":"PD_RETURNDC","features":[91]},{"name":"PD_RETURNDEFAULT","features":[91]},{"name":"PD_RETURNIC","features":[91]},{"name":"PD_SELECTION","features":[91]},{"name":"PD_SHOWHELP","features":[91]},{"name":"PD_USEDEVMODECOPIES","features":[91]},{"name":"PD_USEDEVMODECOPIESANDCOLLATE","features":[91]},{"name":"PD_USELARGETEMPLATE","features":[91]},{"name":"PRINTDLGA","features":[1,13,91]},{"name":"PRINTDLGA","features":[1,13,91]},{"name":"PRINTDLGEXA","features":[1,13,91]},{"name":"PRINTDLGEXA","features":[1,13,91]},{"name":"PRINTDLGEXW","features":[1,13,91]},{"name":"PRINTDLGEXW","features":[1,13,91]},{"name":"PRINTDLGEX_FLAGS","features":[91]},{"name":"PRINTDLGW","features":[1,13,91]},{"name":"PRINTDLGW","features":[1,13,91]},{"name":"PRINTER_FONTTYPE","features":[91]},{"name":"PRINTPAGERANGE","features":[91]},{"name":"PRINTPAGERANGE","features":[91]},{"name":"PSD_DEFAULTMINMARGINS","features":[91]},{"name":"PSD_DISABLEMARGINS","features":[91]},{"name":"PSD_DISABLEORIENTATION","features":[91]},{"name":"PSD_DISABLEPAGEPAINTING","features":[91]},{"name":"PSD_DISABLEPAPER","features":[91]},{"name":"PSD_DISABLEPRINTER","features":[91]},{"name":"PSD_ENABLEPAGEPAINTHOOK","features":[91]},{"name":"PSD_ENABLEPAGESETUPHOOK","features":[91]},{"name":"PSD_ENABLEPAGESETUPTEMPLATE","features":[91]},{"name":"PSD_ENABLEPAGESETUPTEMPLATEHANDLE","features":[91]},{"name":"PSD_INHUNDREDTHSOFMILLIMETERS","features":[91]},{"name":"PSD_INTHOUSANDTHSOFINCHES","features":[91]},{"name":"PSD_INWININIINTLMEASURE","features":[91]},{"name":"PSD_MARGINS","features":[91]},{"name":"PSD_MINMARGINS","features":[91]},{"name":"PSD_NONETWORKBUTTON","features":[91]},{"name":"PSD_NOWARNING","features":[91]},{"name":"PSD_RETURNDEFAULT","features":[91]},{"name":"PSD_SHOWHELP","features":[91]},{"name":"PS_OPENTYPE_FONTTYPE","features":[91]},{"name":"PageSetupDlgA","features":[1,91]},{"name":"PageSetupDlgW","features":[1,91]},{"name":"PrintDlgA","features":[1,13,91]},{"name":"PrintDlgExA","features":[1,13,91]},{"name":"PrintDlgExW","features":[1,13,91]},{"name":"PrintDlgW","features":[1,13,91]},{"name":"REGULAR_FONTTYPE","features":[91]},{"name":"ReplaceTextA","features":[1,91]},{"name":"ReplaceTextW","features":[1,91]},{"name":"SCREEN_FONTTYPE","features":[91]},{"name":"SETRGBSTRING","features":[91]},{"name":"SETRGBSTRINGA","features":[91]},{"name":"SETRGBSTRINGW","features":[91]},{"name":"SHAREVISTRING","features":[91]},{"name":"SHAREVISTRINGA","features":[91]},{"name":"SHAREVISTRINGW","features":[91]},{"name":"SIMULATED_FONTTYPE","features":[91]},{"name":"START_PAGE_GENERAL","features":[91]},{"name":"SYMBOL_FONTTYPE","features":[91]},{"name":"TT_OPENTYPE_FONTTYPE","features":[91]},{"name":"TYPE1_FONTTYPE","features":[91]},{"name":"WM_CHOOSEFONT_GETLOGFONT","features":[91]},{"name":"WM_CHOOSEFONT_SETFLAGS","features":[91]},{"name":"WM_CHOOSEFONT_SETLOGFONT","features":[91]},{"name":"WM_PSD_ENVSTAMPRECT","features":[91]},{"name":"WM_PSD_FULLPAGERECT","features":[91]},{"name":"WM_PSD_GREEKTEXTRECT","features":[91]},{"name":"WM_PSD_MARGINRECT","features":[91]},{"name":"WM_PSD_MINMARGINRECT","features":[91]},{"name":"WM_PSD_YAFULLPAGERECT","features":[91]}],"662":[{"name":"AdjustWindowRectExForDpi","features":[1,217,55]},{"name":"AreDpiAwarenessContextsEqual","features":[1,217]},{"name":"DCDC_DEFAULT","features":[217]},{"name":"DCDC_DISABLE_FONT_UPDATE","features":[217]},{"name":"DCDC_DISABLE_RELAYOUT","features":[217]},{"name":"DDC_DEFAULT","features":[217]},{"name":"DDC_DISABLE_ALL","features":[217]},{"name":"DDC_DISABLE_CONTROL_RELAYOUT","features":[217]},{"name":"DDC_DISABLE_RESIZE","features":[217]},{"name":"DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS","features":[217]},{"name":"DIALOG_DPI_CHANGE_BEHAVIORS","features":[217]},{"name":"DPI_AWARENESS","features":[217]},{"name":"DPI_AWARENESS_CONTEXT","features":[217]},{"name":"DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE","features":[217]},{"name":"DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2","features":[217]},{"name":"DPI_AWARENESS_CONTEXT_SYSTEM_AWARE","features":[217]},{"name":"DPI_AWARENESS_CONTEXT_UNAWARE","features":[217]},{"name":"DPI_AWARENESS_CONTEXT_UNAWARE_GDISCALED","features":[217]},{"name":"DPI_AWARENESS_INVALID","features":[217]},{"name":"DPI_AWARENESS_PER_MONITOR_AWARE","features":[217]},{"name":"DPI_AWARENESS_SYSTEM_AWARE","features":[217]},{"name":"DPI_AWARENESS_UNAWARE","features":[217]},{"name":"DPI_HOSTING_BEHAVIOR","features":[217]},{"name":"DPI_HOSTING_BEHAVIOR_DEFAULT","features":[217]},{"name":"DPI_HOSTING_BEHAVIOR_INVALID","features":[217]},{"name":"DPI_HOSTING_BEHAVIOR_MIXED","features":[217]},{"name":"EnableNonClientDpiScaling","features":[1,217]},{"name":"GetAwarenessFromDpiAwarenessContext","features":[217]},{"name":"GetDialogControlDpiChangeBehavior","features":[1,217]},{"name":"GetDialogDpiChangeBehavior","features":[1,217]},{"name":"GetDpiAwarenessContextForProcess","features":[1,217]},{"name":"GetDpiForMonitor","features":[13,217]},{"name":"GetDpiForSystem","features":[217]},{"name":"GetDpiForWindow","features":[1,217]},{"name":"GetDpiFromDpiAwarenessContext","features":[217]},{"name":"GetProcessDpiAwareness","features":[1,217]},{"name":"GetSystemDpiForProcess","features":[1,217]},{"name":"GetSystemMetricsForDpi","features":[217,55]},{"name":"GetThreadDpiAwarenessContext","features":[217]},{"name":"GetThreadDpiHostingBehavior","features":[217]},{"name":"GetWindowDpiAwarenessContext","features":[1,217]},{"name":"GetWindowDpiHostingBehavior","features":[1,217]},{"name":"IsValidDpiAwarenessContext","features":[1,217]},{"name":"LogicalToPhysicalPointForPerMonitorDPI","features":[1,217]},{"name":"MDT_ANGULAR_DPI","features":[217]},{"name":"MDT_DEFAULT","features":[217]},{"name":"MDT_EFFECTIVE_DPI","features":[217]},{"name":"MDT_RAW_DPI","features":[217]},{"name":"MONITOR_DPI_TYPE","features":[217]},{"name":"OpenThemeDataForDpi","features":[1,42,217]},{"name":"PROCESS_DPI_AWARENESS","features":[217]},{"name":"PROCESS_DPI_UNAWARE","features":[217]},{"name":"PROCESS_PER_MONITOR_DPI_AWARE","features":[217]},{"name":"PROCESS_SYSTEM_DPI_AWARE","features":[217]},{"name":"PhysicalToLogicalPointForPerMonitorDPI","features":[1,217]},{"name":"SetDialogControlDpiChangeBehavior","features":[1,217]},{"name":"SetDialogDpiChangeBehavior","features":[1,217]},{"name":"SetProcessDpiAwareness","features":[217]},{"name":"SetProcessDpiAwarenessContext","features":[1,217]},{"name":"SetThreadDpiAwarenessContext","features":[217]},{"name":"SetThreadDpiHostingBehavior","features":[217]},{"name":"SystemParametersInfoForDpi","features":[1,217]}],"663":[{"name":"DefRawInputProc","features":[1,218]},{"name":"GetCIMSSM","features":[1,218]},{"name":"GetCurrentInputMessageSource","features":[1,218]},{"name":"GetRawInputBuffer","features":[1,218]},{"name":"GetRawInputData","features":[218]},{"name":"GetRawInputDeviceInfoA","features":[1,218]},{"name":"GetRawInputDeviceInfoW","features":[1,218]},{"name":"GetRawInputDeviceList","features":[1,218]},{"name":"GetRegisteredRawInputDevices","features":[1,218]},{"name":"HRAWINPUT","features":[218]},{"name":"IMDT_KEYBOARD","features":[218]},{"name":"IMDT_MOUSE","features":[218]},{"name":"IMDT_PEN","features":[218]},{"name":"IMDT_TOUCH","features":[218]},{"name":"IMDT_TOUCHPAD","features":[218]},{"name":"IMDT_UNAVAILABLE","features":[218]},{"name":"IMO_HARDWARE","features":[218]},{"name":"IMO_INJECTED","features":[218]},{"name":"IMO_SYSTEM","features":[218]},{"name":"IMO_UNAVAILABLE","features":[218]},{"name":"INPUT_MESSAGE_DEVICE_TYPE","features":[218]},{"name":"INPUT_MESSAGE_ORIGIN_ID","features":[218]},{"name":"INPUT_MESSAGE_SOURCE","features":[218]},{"name":"MOUSE_ATTRIBUTES_CHANGED","features":[218]},{"name":"MOUSE_MOVE_ABSOLUTE","features":[218]},{"name":"MOUSE_MOVE_NOCOALESCE","features":[218]},{"name":"MOUSE_MOVE_RELATIVE","features":[218]},{"name":"MOUSE_STATE","features":[218]},{"name":"MOUSE_VIRTUAL_DESKTOP","features":[218]},{"name":"RAWHID","features":[218]},{"name":"RAWINPUT","features":[1,218]},{"name":"RAWINPUTDEVICE","features":[1,218]},{"name":"RAWINPUTDEVICELIST","features":[1,218]},{"name":"RAWINPUTDEVICE_FLAGS","features":[218]},{"name":"RAWINPUTHEADER","features":[1,218]},{"name":"RAWKEYBOARD","features":[218]},{"name":"RAWMOUSE","features":[218]},{"name":"RAW_INPUT_DATA_COMMAND_FLAGS","features":[218]},{"name":"RAW_INPUT_DEVICE_INFO_COMMAND","features":[218]},{"name":"RIDEV_APPKEYS","features":[218]},{"name":"RIDEV_CAPTUREMOUSE","features":[218]},{"name":"RIDEV_DEVNOTIFY","features":[218]},{"name":"RIDEV_EXCLUDE","features":[218]},{"name":"RIDEV_EXINPUTSINK","features":[218]},{"name":"RIDEV_INPUTSINK","features":[218]},{"name":"RIDEV_NOHOTKEYS","features":[218]},{"name":"RIDEV_NOLEGACY","features":[218]},{"name":"RIDEV_PAGEONLY","features":[218]},{"name":"RIDEV_REMOVE","features":[218]},{"name":"RIDI_DEVICEINFO","features":[218]},{"name":"RIDI_DEVICENAME","features":[218]},{"name":"RIDI_PREPARSEDDATA","features":[218]},{"name":"RID_DEVICE_INFO","features":[1,218]},{"name":"RID_DEVICE_INFO_HID","features":[218]},{"name":"RID_DEVICE_INFO_KEYBOARD","features":[218]},{"name":"RID_DEVICE_INFO_MOUSE","features":[1,218]},{"name":"RID_DEVICE_INFO_TYPE","features":[218]},{"name":"RID_HEADER","features":[218]},{"name":"RID_INPUT","features":[218]},{"name":"RIM_TYPEHID","features":[218]},{"name":"RIM_TYPEKEYBOARD","features":[218]},{"name":"RIM_TYPEMOUSE","features":[218]},{"name":"RegisterRawInputDevices","features":[1,218]}],"664":[{"name":"APPLETIDLIST","features":[219]},{"name":"APPLYCANDEXPARAM","features":[219]},{"name":"ATTR_CONVERTED","features":[219]},{"name":"ATTR_FIXEDCONVERTED","features":[219]},{"name":"ATTR_INPUT","features":[219]},{"name":"ATTR_INPUT_ERROR","features":[219]},{"name":"ATTR_TARGET_CONVERTED","features":[219]},{"name":"ATTR_TARGET_NOTCONVERTED","features":[219]},{"name":"CANDIDATEFORM","features":[1,219]},{"name":"CANDIDATEINFO","features":[219]},{"name":"CANDIDATELIST","features":[219]},{"name":"CATID_MSIME_IImePadApplet","features":[219]},{"name":"CATID_MSIME_IImePadApplet1000","features":[219]},{"name":"CATID_MSIME_IImePadApplet1200","features":[219]},{"name":"CATID_MSIME_IImePadApplet900","features":[219]},{"name":"CATID_MSIME_IImePadApplet_VER7","features":[219]},{"name":"CATID_MSIME_IImePadApplet_VER80","features":[219]},{"name":"CATID_MSIME_IImePadApplet_VER81","features":[219]},{"name":"CActiveIMM","features":[219]},{"name":"CFS_CANDIDATEPOS","features":[219]},{"name":"CFS_DEFAULT","features":[219]},{"name":"CFS_EXCLUDE","features":[219]},{"name":"CFS_FORCE_POSITION","features":[219]},{"name":"CFS_POINT","features":[219]},{"name":"CFS_RECT","features":[219]},{"name":"CHARINFO_APPLETID_MASK","features":[219]},{"name":"CHARINFO_CHARID_MASK","features":[219]},{"name":"CHARINFO_FEID_MASK","features":[219]},{"name":"CLSID_ImePlugInDictDictionaryList_CHS","features":[219]},{"name":"CLSID_ImePlugInDictDictionaryList_JPN","features":[219]},{"name":"CLSID_VERSION_DEPENDENT_MSIME_JAPANESE","features":[219]},{"name":"COMPOSITIONFORM","features":[1,219]},{"name":"COMPOSITIONSTRING","features":[219]},{"name":"CPS_CANCEL","features":[219]},{"name":"CPS_COMPLETE","features":[219]},{"name":"CPS_CONVERT","features":[219]},{"name":"CPS_REVERT","features":[219]},{"name":"CS_INSERTCHAR","features":[219]},{"name":"CS_NOMOVECARET","features":[219]},{"name":"E_LARGEINPUT","features":[219]},{"name":"E_NOCAND","features":[219]},{"name":"E_NOTENOUGH_BUFFER","features":[219]},{"name":"E_NOTENOUGH_WDD","features":[219]},{"name":"FEID_CHINESE_HONGKONG","features":[219]},{"name":"FEID_CHINESE_SIMPLIFIED","features":[219]},{"name":"FEID_CHINESE_SINGAPORE","features":[219]},{"name":"FEID_CHINESE_TRADITIONAL","features":[219]},{"name":"FEID_JAPANESE","features":[219]},{"name":"FEID_KOREAN","features":[219]},{"name":"FEID_KOREAN_JOHAB","features":[219]},{"name":"FEID_NONE","features":[219]},{"name":"FELANG_CLMN_FIXD","features":[219]},{"name":"FELANG_CLMN_FIXR","features":[219]},{"name":"FELANG_CLMN_NOPBREAK","features":[219]},{"name":"FELANG_CLMN_NOWBREAK","features":[219]},{"name":"FELANG_CLMN_PBREAK","features":[219]},{"name":"FELANG_CLMN_WBREAK","features":[219]},{"name":"FELANG_CMODE_AUTOMATIC","features":[219]},{"name":"FELANG_CMODE_BESTFIRST","features":[219]},{"name":"FELANG_CMODE_BOPOMOFO","features":[219]},{"name":"FELANG_CMODE_CONVERSATION","features":[219]},{"name":"FELANG_CMODE_FULLWIDTHOUT","features":[219]},{"name":"FELANG_CMODE_HALFWIDTHOUT","features":[219]},{"name":"FELANG_CMODE_HANGUL","features":[219]},{"name":"FELANG_CMODE_HIRAGANAOUT","features":[219]},{"name":"FELANG_CMODE_KATAKANAOUT","features":[219]},{"name":"FELANG_CMODE_MERGECAND","features":[219]},{"name":"FELANG_CMODE_MONORUBY","features":[219]},{"name":"FELANG_CMODE_NAME","features":[219]},{"name":"FELANG_CMODE_NOINVISIBLECHAR","features":[219]},{"name":"FELANG_CMODE_NONE","features":[219]},{"name":"FELANG_CMODE_NOPRUNING","features":[219]},{"name":"FELANG_CMODE_PHRASEPREDICT","features":[219]},{"name":"FELANG_CMODE_PINYIN","features":[219]},{"name":"FELANG_CMODE_PLAURALCLAUSE","features":[219]},{"name":"FELANG_CMODE_PRECONV","features":[219]},{"name":"FELANG_CMODE_RADICAL","features":[219]},{"name":"FELANG_CMODE_ROMAN","features":[219]},{"name":"FELANG_CMODE_SINGLECONVERT","features":[219]},{"name":"FELANG_CMODE_UNKNOWNREADING","features":[219]},{"name":"FELANG_CMODE_USENOREVWORDS","features":[219]},{"name":"FELANG_INVALD_PO","features":[219]},{"name":"FELANG_REQ_CONV","features":[219]},{"name":"FELANG_REQ_RECONV","features":[219]},{"name":"FELANG_REQ_REV","features":[219]},{"name":"FID_MSIME_KMS_DEL_KEYLIST","features":[219]},{"name":"FID_MSIME_KMS_FUNCDESC","features":[219]},{"name":"FID_MSIME_KMS_GETMAP","features":[219]},{"name":"FID_MSIME_KMS_GETMAPFAST","features":[219]},{"name":"FID_MSIME_KMS_GETMAPSEAMLESS","features":[219]},{"name":"FID_MSIME_KMS_INIT","features":[219]},{"name":"FID_MSIME_KMS_INVOKE","features":[219]},{"name":"FID_MSIME_KMS_NOTIFY","features":[219]},{"name":"FID_MSIME_KMS_SETMAP","features":[219]},{"name":"FID_MSIME_KMS_TERM","features":[219]},{"name":"FID_MSIME_KMS_VERSION","features":[219]},{"name":"FID_MSIME_VERSION","features":[219]},{"name":"FID_RECONVERT_VERSION","features":[219]},{"name":"GCL_CONVERSION","features":[219]},{"name":"GCL_REVERSECONVERSION","features":[219]},{"name":"GCL_REVERSE_LENGTH","features":[219]},{"name":"GCSEX_CANCELRECONVERT","features":[219]},{"name":"GCS_COMPATTR","features":[219]},{"name":"GCS_COMPCLAUSE","features":[219]},{"name":"GCS_COMPREADATTR","features":[219]},{"name":"GCS_COMPREADCLAUSE","features":[219]},{"name":"GCS_COMPREADSTR","features":[219]},{"name":"GCS_COMPSTR","features":[219]},{"name":"GCS_CURSORPOS","features":[219]},{"name":"GCS_DELTASTART","features":[219]},{"name":"GCS_RESULTCLAUSE","features":[219]},{"name":"GCS_RESULTREADCLAUSE","features":[219]},{"name":"GCS_RESULTREADSTR","features":[219]},{"name":"GCS_RESULTSTR","features":[219]},{"name":"GET_CONVERSION_LIST_FLAG","features":[219]},{"name":"GET_GUIDE_LINE_TYPE","features":[219]},{"name":"GGL_INDEX","features":[219]},{"name":"GGL_LEVEL","features":[219]},{"name":"GGL_PRIVATE","features":[219]},{"name":"GGL_STRING","features":[219]},{"name":"GL_ID_CANNOTSAVE","features":[219]},{"name":"GL_ID_CHOOSECANDIDATE","features":[219]},{"name":"GL_ID_INPUTCODE","features":[219]},{"name":"GL_ID_INPUTRADICAL","features":[219]},{"name":"GL_ID_INPUTREADING","features":[219]},{"name":"GL_ID_INPUTSYMBOL","features":[219]},{"name":"GL_ID_NOCONVERT","features":[219]},{"name":"GL_ID_NODICTIONARY","features":[219]},{"name":"GL_ID_NOMODULE","features":[219]},{"name":"GL_ID_PRIVATE_FIRST","features":[219]},{"name":"GL_ID_PRIVATE_LAST","features":[219]},{"name":"GL_ID_READINGCONFLICT","features":[219]},{"name":"GL_ID_REVERSECONVERSION","features":[219]},{"name":"GL_ID_TOOMANYSTROKE","features":[219]},{"name":"GL_ID_TYPINGERROR","features":[219]},{"name":"GL_ID_UNKNOWN","features":[219]},{"name":"GL_LEVEL_ERROR","features":[219]},{"name":"GL_LEVEL_FATAL","features":[219]},{"name":"GL_LEVEL_INFORMATION","features":[219]},{"name":"GL_LEVEL_NOGUIDELINE","features":[219]},{"name":"GL_LEVEL_WARNING","features":[219]},{"name":"GUIDELINE","features":[219]},{"name":"HIMC","features":[219]},{"name":"HIMCC","features":[219]},{"name":"IACE_CHILDREN","features":[219]},{"name":"IACE_DEFAULT","features":[219]},{"name":"IACE_IGNORENOCONTEXT","features":[219]},{"name":"IActiveIME","features":[219]},{"name":"IActiveIME2","features":[219]},{"name":"IActiveIMMApp","features":[219]},{"name":"IActiveIMMIME","features":[219]},{"name":"IActiveIMMMessagePumpOwner","features":[219]},{"name":"IActiveIMMRegistrar","features":[219]},{"name":"IEnumInputContext","features":[219]},{"name":"IEnumRegisterWordA","features":[219]},{"name":"IEnumRegisterWordW","features":[219]},{"name":"IFEC_S_ALREADY_DEFAULT","features":[219]},{"name":"IFEClassFactory","features":[219]},{"name":"IFECommon","features":[219]},{"name":"IFED_ACTIVE_DICT","features":[219]},{"name":"IFED_ATOK10","features":[219]},{"name":"IFED_ATOK9","features":[219]},{"name":"IFED_E_INVALID_FORMAT","features":[219]},{"name":"IFED_E_NOT_FOUND","features":[219]},{"name":"IFED_E_NOT_SUPPORTED","features":[219]},{"name":"IFED_E_NOT_USER_DIC","features":[219]},{"name":"IFED_E_NO_ENTRY","features":[219]},{"name":"IFED_E_OPEN_FAILED","features":[219]},{"name":"IFED_E_REGISTER_DISCONNECTED","features":[219]},{"name":"IFED_E_REGISTER_FAILED","features":[219]},{"name":"IFED_E_REGISTER_ILLEGAL_POS","features":[219]},{"name":"IFED_E_REGISTER_IMPROPER_WORD","features":[219]},{"name":"IFED_E_USER_COMMENT","features":[219]},{"name":"IFED_E_WRITE_FAILED","features":[219]},{"name":"IFED_MSIME2_BIN_SYSTEM","features":[219]},{"name":"IFED_MSIME2_BIN_USER","features":[219]},{"name":"IFED_MSIME2_TEXT_USER","features":[219]},{"name":"IFED_MSIME95_BIN_SYSTEM","features":[219]},{"name":"IFED_MSIME95_BIN_USER","features":[219]},{"name":"IFED_MSIME95_TEXT_USER","features":[219]},{"name":"IFED_MSIME97_BIN_SYSTEM","features":[219]},{"name":"IFED_MSIME97_BIN_USER","features":[219]},{"name":"IFED_MSIME97_TEXT_USER","features":[219]},{"name":"IFED_MSIME98_BIN_SYSTEM","features":[219]},{"name":"IFED_MSIME98_BIN_USER","features":[219]},{"name":"IFED_MSIME98_SYSTEM_CE","features":[219]},{"name":"IFED_MSIME98_TEXT_USER","features":[219]},{"name":"IFED_MSIME_BIN_SYSTEM","features":[219]},{"name":"IFED_MSIME_BIN_USER","features":[219]},{"name":"IFED_MSIME_TEXT_USER","features":[219]},{"name":"IFED_NEC_AI_","features":[219]},{"name":"IFED_PIME2_BIN_STANDARD_SYSTEM","features":[219]},{"name":"IFED_PIME2_BIN_SYSTEM","features":[219]},{"name":"IFED_PIME2_BIN_USER","features":[219]},{"name":"IFED_POS_ADJECTIVE","features":[219]},{"name":"IFED_POS_ADJECTIVE_VERB","features":[219]},{"name":"IFED_POS_ADNOUN","features":[219]},{"name":"IFED_POS_ADVERB","features":[219]},{"name":"IFED_POS_AFFIX","features":[219]},{"name":"IFED_POS_ALL","features":[219]},{"name":"IFED_POS_AUXILIARY_VERB","features":[219]},{"name":"IFED_POS_CONJUNCTION","features":[219]},{"name":"IFED_POS_DEPENDENT","features":[219]},{"name":"IFED_POS_IDIOMS","features":[219]},{"name":"IFED_POS_INDEPENDENT","features":[219]},{"name":"IFED_POS_INFLECTIONALSUFFIX","features":[219]},{"name":"IFED_POS_INTERJECTION","features":[219]},{"name":"IFED_POS_NONE","features":[219]},{"name":"IFED_POS_NOUN","features":[219]},{"name":"IFED_POS_PARTICLE","features":[219]},{"name":"IFED_POS_PREFIX","features":[219]},{"name":"IFED_POS_SUB_VERB","features":[219]},{"name":"IFED_POS_SUFFIX","features":[219]},{"name":"IFED_POS_SYMBOLS","features":[219]},{"name":"IFED_POS_TANKANJI","features":[219]},{"name":"IFED_POS_VERB","features":[219]},{"name":"IFED_REG_ALL","features":[219]},{"name":"IFED_REG_AUTO","features":[219]},{"name":"IFED_REG_DEL","features":[219]},{"name":"IFED_REG_GRAMMAR","features":[219]},{"name":"IFED_REG_HEAD","features":[219]},{"name":"IFED_REG_NONE","features":[219]},{"name":"IFED_REG_TAIL","features":[219]},{"name":"IFED_REG_USER","features":[219]},{"name":"IFED_REL_ALL","features":[219]},{"name":"IFED_REL_DE","features":[219]},{"name":"IFED_REL_FUKU_YOUGEN","features":[219]},{"name":"IFED_REL_GA","features":[219]},{"name":"IFED_REL_HE","features":[219]},{"name":"IFED_REL_IDEOM","features":[219]},{"name":"IFED_REL_KARA","features":[219]},{"name":"IFED_REL_KEIDOU1_YOUGEN","features":[219]},{"name":"IFED_REL_KEIDOU2_YOUGEN","features":[219]},{"name":"IFED_REL_KEIYOU_TARU_YOUGEN","features":[219]},{"name":"IFED_REL_KEIYOU_TO_YOUGEN","features":[219]},{"name":"IFED_REL_KEIYOU_YOUGEN","features":[219]},{"name":"IFED_REL_MADE","features":[219]},{"name":"IFED_REL_NI","features":[219]},{"name":"IFED_REL_NO","features":[219]},{"name":"IFED_REL_NONE","features":[219]},{"name":"IFED_REL_RENSOU","features":[219]},{"name":"IFED_REL_RENTAI_MEI","features":[219]},{"name":"IFED_REL_TAIGEN","features":[219]},{"name":"IFED_REL_TO","features":[219]},{"name":"IFED_REL_UNKNOWN1","features":[219]},{"name":"IFED_REL_UNKNOWN2","features":[219]},{"name":"IFED_REL_WO","features":[219]},{"name":"IFED_REL_YORI","features":[219]},{"name":"IFED_REL_YOUGEN","features":[219]},{"name":"IFED_SELECT_ALL","features":[219]},{"name":"IFED_SELECT_COMMENT","features":[219]},{"name":"IFED_SELECT_DISPLAY","features":[219]},{"name":"IFED_SELECT_NONE","features":[219]},{"name":"IFED_SELECT_POS","features":[219]},{"name":"IFED_SELECT_READING","features":[219]},{"name":"IFED_S_COMMENT_CHANGED","features":[219]},{"name":"IFED_S_EMPTY_DICTIONARY","features":[219]},{"name":"IFED_S_MORE_ENTRIES","features":[219]},{"name":"IFED_S_WORD_EXISTS","features":[219]},{"name":"IFED_TYPE_ALL","features":[219]},{"name":"IFED_TYPE_ENGLISH","features":[219]},{"name":"IFED_TYPE_GENERAL","features":[219]},{"name":"IFED_TYPE_NAMEPLACE","features":[219]},{"name":"IFED_TYPE_NONE","features":[219]},{"name":"IFED_TYPE_REVERSE","features":[219]},{"name":"IFED_TYPE_SPEECH","features":[219]},{"name":"IFED_UCT_MAX","features":[219]},{"name":"IFED_UCT_NONE","features":[219]},{"name":"IFED_UCT_STRING_SJIS","features":[219]},{"name":"IFED_UCT_STRING_UNICODE","features":[219]},{"name":"IFED_UCT_USER_DEFINED","features":[219]},{"name":"IFED_UNKNOWN","features":[219]},{"name":"IFED_VJE_20","features":[219]},{"name":"IFED_WX_II","features":[219]},{"name":"IFED_WX_III","features":[219]},{"name":"IFEDictionary","features":[219]},{"name":"IFELanguage","features":[219]},{"name":"IGIMIF_RIGHTMENU","features":[219]},{"name":"IGIMII_CMODE","features":[219]},{"name":"IGIMII_CONFIGURE","features":[219]},{"name":"IGIMII_HELP","features":[219]},{"name":"IGIMII_INPUTTOOLS","features":[219]},{"name":"IGIMII_OTHER","features":[219]},{"name":"IGIMII_SMODE","features":[219]},{"name":"IGIMII_TOOLS","features":[219]},{"name":"IImePad","features":[219]},{"name":"IImePadApplet","features":[219]},{"name":"IImePlugInDictDictionaryList","features":[219]},{"name":"IImeSpecifyApplets","features":[219]},{"name":"IMCENUMPROC","features":[1,219]},{"name":"IMC_CLOSESTATUSWINDOW","features":[219]},{"name":"IMC_GETCANDIDATEPOS","features":[219]},{"name":"IMC_GETCOMPOSITIONFONT","features":[219]},{"name":"IMC_GETCOMPOSITIONWINDOW","features":[219]},{"name":"IMC_GETSOFTKBDFONT","features":[219]},{"name":"IMC_GETSOFTKBDPOS","features":[219]},{"name":"IMC_GETSOFTKBDSUBTYPE","features":[219]},{"name":"IMC_GETSTATUSWINDOWPOS","features":[219]},{"name":"IMC_OPENSTATUSWINDOW","features":[219]},{"name":"IMC_SETCANDIDATEPOS","features":[219]},{"name":"IMC_SETCOMPOSITIONFONT","features":[219]},{"name":"IMC_SETCOMPOSITIONWINDOW","features":[219]},{"name":"IMC_SETCONVERSIONMODE","features":[219]},{"name":"IMC_SETOPENSTATUS","features":[219]},{"name":"IMC_SETSENTENCEMODE","features":[219]},{"name":"IMC_SETSOFTKBDDATA","features":[219]},{"name":"IMC_SETSOFTKBDFONT","features":[219]},{"name":"IMC_SETSOFTKBDPOS","features":[219]},{"name":"IMC_SETSOFTKBDSUBTYPE","features":[219]},{"name":"IMC_SETSTATUSWINDOWPOS","features":[219]},{"name":"IMEAPPLETCFG","features":[1,219,55]},{"name":"IMEAPPLETUI","features":[1,219]},{"name":"IMECHARINFO","features":[219]},{"name":"IMECHARPOSITION","features":[1,219]},{"name":"IMECOMPOSITIONSTRINGINFO","features":[219]},{"name":"IMEDLG","features":[1,219]},{"name":"IMEDP","features":[219]},{"name":"IMEFAREASTINFO","features":[219]},{"name":"IMEFAREASTINFO_TYPE_COMMENT","features":[219]},{"name":"IMEFAREASTINFO_TYPE_COSTTIME","features":[219]},{"name":"IMEFAREASTINFO_TYPE_DEFAULT","features":[219]},{"name":"IMEFAREASTINFO_TYPE_READING","features":[219]},{"name":"IMEFMT","features":[219]},{"name":"IMEINFO","features":[219]},{"name":"IMEITEM","features":[219]},{"name":"IMEITEMCANDIDATE","features":[219]},{"name":"IMEKEYCTRLMASK_ALT","features":[219]},{"name":"IMEKEYCTRLMASK_CTRL","features":[219]},{"name":"IMEKEYCTRLMASK_SHIFT","features":[219]},{"name":"IMEKEYCTRL_DOWN","features":[219]},{"name":"IMEKEYCTRL_UP","features":[219]},{"name":"IMEKMS","features":[219]},{"name":"IMEKMSFUNCDESC","features":[219]},{"name":"IMEKMSINIT","features":[1,219]},{"name":"IMEKMSINVK","features":[219]},{"name":"IMEKMSKEY","features":[219]},{"name":"IMEKMSKMP","features":[219]},{"name":"IMEKMSNTFY","features":[1,219]},{"name":"IMEKMS_2NDLEVEL","features":[219]},{"name":"IMEKMS_CANDIDATE","features":[219]},{"name":"IMEKMS_COMPOSITION","features":[219]},{"name":"IMEKMS_IMEOFF","features":[219]},{"name":"IMEKMS_INPTGL","features":[219]},{"name":"IMEKMS_NOCOMPOSITION","features":[219]},{"name":"IMEKMS_SELECTION","features":[219]},{"name":"IMEKMS_TYPECAND","features":[219]},{"name":"IMEMENUITEMINFOA","features":[13,219]},{"name":"IMEMENUITEMINFOW","features":[13,219]},{"name":"IMEMENUITEM_STRING_SIZE","features":[219]},{"name":"IMEMOUSERET_NOTHANDLED","features":[219]},{"name":"IMEMOUSE_LDOWN","features":[219]},{"name":"IMEMOUSE_MDOWN","features":[219]},{"name":"IMEMOUSE_NONE","features":[219]},{"name":"IMEMOUSE_RDOWN","features":[219]},{"name":"IMEMOUSE_VERSION","features":[219]},{"name":"IMEMOUSE_WDOWN","features":[219]},{"name":"IMEMOUSE_WUP","features":[219]},{"name":"IMEPADCTRL_CARETBACKSPACE","features":[219]},{"name":"IMEPADCTRL_CARETBOTTOM","features":[219]},{"name":"IMEPADCTRL_CARETDELETE","features":[219]},{"name":"IMEPADCTRL_CARETLEFT","features":[219]},{"name":"IMEPADCTRL_CARETRIGHT","features":[219]},{"name":"IMEPADCTRL_CARETSET","features":[219]},{"name":"IMEPADCTRL_CARETTOP","features":[219]},{"name":"IMEPADCTRL_CLEARALL","features":[219]},{"name":"IMEPADCTRL_CONVERTALL","features":[219]},{"name":"IMEPADCTRL_DETERMINALL","features":[219]},{"name":"IMEPADCTRL_DETERMINCHAR","features":[219]},{"name":"IMEPADCTRL_INSERTFULLSPACE","features":[219]},{"name":"IMEPADCTRL_INSERTHALFSPACE","features":[219]},{"name":"IMEPADCTRL_INSERTSPACE","features":[219]},{"name":"IMEPADCTRL_OFFIME","features":[219]},{"name":"IMEPADCTRL_OFFPRECONVERSION","features":[219]},{"name":"IMEPADCTRL_ONIME","features":[219]},{"name":"IMEPADCTRL_ONPRECONVERSION","features":[219]},{"name":"IMEPADCTRL_PHONETICCANDIDATE","features":[219]},{"name":"IMEPADCTRL_PHRASEDELETE","features":[219]},{"name":"IMEPADREQ_CHANGESTRING","features":[219]},{"name":"IMEPADREQ_CHANGESTRINGCANDIDATEINFO","features":[219]},{"name":"IMEPADREQ_CHANGESTRINGINFO","features":[219]},{"name":"IMEPADREQ_DELETESTRING","features":[219]},{"name":"IMEPADREQ_FIRST","features":[219]},{"name":"IMEPADREQ_FORCEIMEPADWINDOWSHOW","features":[219]},{"name":"IMEPADREQ_GETAPPLETDATA","features":[219]},{"name":"IMEPADREQ_GETAPPLETUISTYLE","features":[219]},{"name":"IMEPADREQ_GETAPPLHWND","features":[219]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRING","features":[219]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRINGID","features":[219]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRINGINFO","features":[219]},{"name":"IMEPADREQ_GETCONVERSIONSTATUS","features":[219]},{"name":"IMEPADREQ_GETCURRENTIMEINFO","features":[219]},{"name":"IMEPADREQ_GETCURRENTUILANGID","features":[219]},{"name":"IMEPADREQ_GETDEFAULTUILANGID","features":[219]},{"name":"IMEPADREQ_GETSELECTEDSTRING","features":[219]},{"name":"IMEPADREQ_GETVERSION","features":[219]},{"name":"IMEPADREQ_INSERTITEMCANDIDATE","features":[219]},{"name":"IMEPADREQ_INSERTSTRING","features":[219]},{"name":"IMEPADREQ_INSERTSTRINGCANDIDATE","features":[219]},{"name":"IMEPADREQ_INSERTSTRINGCANDIDATEINFO","features":[219]},{"name":"IMEPADREQ_INSERTSTRINGINFO","features":[219]},{"name":"IMEPADREQ_ISAPPLETACTIVE","features":[219]},{"name":"IMEPADREQ_ISIMEPADWINDOWVISIBLE","features":[219]},{"name":"IMEPADREQ_POSTMODALNOTIFY","features":[219]},{"name":"IMEPADREQ_SENDCONTROL","features":[219]},{"name":"IMEPADREQ_SENDKEYCONTROL","features":[219]},{"name":"IMEPADREQ_SETAPPLETDATA","features":[219]},{"name":"IMEPADREQ_SETAPPLETMINMAXSIZE","features":[219]},{"name":"IMEPADREQ_SETAPPLETSIZE","features":[219]},{"name":"IMEPADREQ_SETAPPLETUISTYLE","features":[219]},{"name":"IMEPADREQ_SETTITLEFONT","features":[219]},{"name":"IMEPN_ACTIVATE","features":[219]},{"name":"IMEPN_APPLYCAND","features":[219]},{"name":"IMEPN_APPLYCANDEX","features":[219]},{"name":"IMEPN_CONFIG","features":[219]},{"name":"IMEPN_FIRST","features":[219]},{"name":"IMEPN_HELP","features":[219]},{"name":"IMEPN_HIDE","features":[219]},{"name":"IMEPN_INACTIVATE","features":[219]},{"name":"IMEPN_QUERYCAND","features":[219]},{"name":"IMEPN_SETTINGCHANGED","features":[219]},{"name":"IMEPN_SHOW","features":[219]},{"name":"IMEPN_SIZECHANGED","features":[219]},{"name":"IMEPN_SIZECHANGING","features":[219]},{"name":"IMEPN_USER","features":[219]},{"name":"IMEREG","features":[219]},{"name":"IMEREL","features":[219]},{"name":"IMESHF","features":[219]},{"name":"IMESTRINGCANDIDATE","features":[219]},{"name":"IMESTRINGCANDIDATEINFO","features":[219]},{"name":"IMESTRINGINFO","features":[219]},{"name":"IMEUCT","features":[219]},{"name":"IMEVER_0310","features":[219]},{"name":"IMEVER_0400","features":[219]},{"name":"IMEWRD","features":[219]},{"name":"IME_CAND_CODE","features":[219]},{"name":"IME_CAND_MEANING","features":[219]},{"name":"IME_CAND_RADICAL","features":[219]},{"name":"IME_CAND_READ","features":[219]},{"name":"IME_CAND_STROKE","features":[219]},{"name":"IME_CAND_UNKNOWN","features":[219]},{"name":"IME_CHOTKEY_IME_NONIME_TOGGLE","features":[219]},{"name":"IME_CHOTKEY_SHAPE_TOGGLE","features":[219]},{"name":"IME_CHOTKEY_SYMBOL_TOGGLE","features":[219]},{"name":"IME_CMODE_ALPHANUMERIC","features":[219]},{"name":"IME_CMODE_CHARCODE","features":[219]},{"name":"IME_CMODE_CHINESE","features":[219]},{"name":"IME_CMODE_EUDC","features":[219]},{"name":"IME_CMODE_FIXED","features":[219]},{"name":"IME_CMODE_FULLSHAPE","features":[219]},{"name":"IME_CMODE_HANGEUL","features":[219]},{"name":"IME_CMODE_HANGUL","features":[219]},{"name":"IME_CMODE_HANJACONVERT","features":[219]},{"name":"IME_CMODE_JAPANESE","features":[219]},{"name":"IME_CMODE_KATAKANA","features":[219]},{"name":"IME_CMODE_LANGUAGE","features":[219]},{"name":"IME_CMODE_NATIVE","features":[219]},{"name":"IME_CMODE_NATIVESYMBOL","features":[219]},{"name":"IME_CMODE_NOCONVERSION","features":[219]},{"name":"IME_CMODE_RESERVED","features":[219]},{"name":"IME_CMODE_ROMAN","features":[219]},{"name":"IME_CMODE_SOFTKBD","features":[219]},{"name":"IME_CMODE_SYMBOL","features":[219]},{"name":"IME_COMPOSITION_STRING","features":[219]},{"name":"IME_CONFIG_GENERAL","features":[219]},{"name":"IME_CONFIG_REGISTERWORD","features":[219]},{"name":"IME_CONFIG_SELECTDICTIONARY","features":[219]},{"name":"IME_CONVERSION_MODE","features":[219]},{"name":"IME_ESCAPE","features":[219]},{"name":"IME_ESC_AUTOMATA","features":[219]},{"name":"IME_ESC_GETHELPFILENAME","features":[219]},{"name":"IME_ESC_GET_EUDC_DICTIONARY","features":[219]},{"name":"IME_ESC_HANJA_MODE","features":[219]},{"name":"IME_ESC_IME_NAME","features":[219]},{"name":"IME_ESC_MAX_KEY","features":[219]},{"name":"IME_ESC_PRIVATE_FIRST","features":[219]},{"name":"IME_ESC_PRIVATE_HOTKEY","features":[219]},{"name":"IME_ESC_PRIVATE_LAST","features":[219]},{"name":"IME_ESC_QUERY_SUPPORT","features":[219]},{"name":"IME_ESC_RESERVED_FIRST","features":[219]},{"name":"IME_ESC_RESERVED_LAST","features":[219]},{"name":"IME_ESC_SEQUENCE_TO_INTERNAL","features":[219]},{"name":"IME_ESC_SET_EUDC_DICTIONARY","features":[219]},{"name":"IME_ESC_STRING_BUFFER_SIZE","features":[219]},{"name":"IME_ESC_SYNC_HOTKEY","features":[219]},{"name":"IME_HOTKEY_DSWITCH_FIRST","features":[219]},{"name":"IME_HOTKEY_DSWITCH_LAST","features":[219]},{"name":"IME_HOTKEY_IDENTIFIER","features":[219]},{"name":"IME_HOTKEY_PRIVATE_FIRST","features":[219]},{"name":"IME_HOTKEY_PRIVATE_LAST","features":[219]},{"name":"IME_ITHOTKEY_PREVIOUS_COMPOSITION","features":[219]},{"name":"IME_ITHOTKEY_RECONVERTSTRING","features":[219]},{"name":"IME_ITHOTKEY_RESEND_RESULTSTR","features":[219]},{"name":"IME_ITHOTKEY_UISTYLE_TOGGLE","features":[219]},{"name":"IME_JHOTKEY_CLOSE_OPEN","features":[219]},{"name":"IME_KHOTKEY_ENGLISH","features":[219]},{"name":"IME_KHOTKEY_HANJACONVERT","features":[219]},{"name":"IME_KHOTKEY_SHAPE_TOGGLE","features":[219]},{"name":"IME_PAD_REQUEST_FLAGS","features":[219]},{"name":"IME_PROP_ACCEPT_WIDE_VKEY","features":[219]},{"name":"IME_PROP_AT_CARET","features":[219]},{"name":"IME_PROP_CANDLIST_START_FROM_1","features":[219]},{"name":"IME_PROP_COMPLETE_ON_UNSELECT","features":[219]},{"name":"IME_PROP_END_UNLOAD","features":[219]},{"name":"IME_PROP_IGNORE_UPKEYS","features":[219]},{"name":"IME_PROP_KBD_CHAR_FIRST","features":[219]},{"name":"IME_PROP_NEED_ALTKEY","features":[219]},{"name":"IME_PROP_NO_KEYS_ON_CLOSE","features":[219]},{"name":"IME_PROP_SPECIAL_UI","features":[219]},{"name":"IME_PROP_UNICODE","features":[219]},{"name":"IME_REGWORD_STYLE_EUDC","features":[219]},{"name":"IME_REGWORD_STYLE_USER_FIRST","features":[219]},{"name":"IME_REGWORD_STYLE_USER_LAST","features":[219]},{"name":"IME_SENTENCE_MODE","features":[219]},{"name":"IME_SMODE_AUTOMATIC","features":[219]},{"name":"IME_SMODE_CONVERSATION","features":[219]},{"name":"IME_SMODE_NONE","features":[219]},{"name":"IME_SMODE_PHRASEPREDICT","features":[219]},{"name":"IME_SMODE_PLAURALCLAUSE","features":[219]},{"name":"IME_SMODE_RESERVED","features":[219]},{"name":"IME_SMODE_SINGLECONVERT","features":[219]},{"name":"IME_SYSINFO_WINLOGON","features":[219]},{"name":"IME_THOTKEY_IME_NONIME_TOGGLE","features":[219]},{"name":"IME_THOTKEY_SHAPE_TOGGLE","features":[219]},{"name":"IME_THOTKEY_SYMBOL_TOGGLE","features":[219]},{"name":"IME_UI_CLASS_NAME_SIZE","features":[219]},{"name":"IMFT_RADIOCHECK","features":[219]},{"name":"IMFT_SEPARATOR","features":[219]},{"name":"IMFT_SUBMENU","features":[219]},{"name":"IMMGWLP_IMC","features":[219]},{"name":"IMMGWL_IMC","features":[219]},{"name":"IMM_ERROR_GENERAL","features":[219]},{"name":"IMM_ERROR_NODATA","features":[219]},{"name":"IMN_CHANGECANDIDATE","features":[219]},{"name":"IMN_CLOSECANDIDATE","features":[219]},{"name":"IMN_CLOSESTATUSWINDOW","features":[219]},{"name":"IMN_GUIDELINE","features":[219]},{"name":"IMN_OPENCANDIDATE","features":[219]},{"name":"IMN_OPENSTATUSWINDOW","features":[219]},{"name":"IMN_PRIVATE","features":[219]},{"name":"IMN_SETCANDIDATEPOS","features":[219]},{"name":"IMN_SETCOMPOSITIONFONT","features":[219]},{"name":"IMN_SETCOMPOSITIONWINDOW","features":[219]},{"name":"IMN_SETCONVERSIONMODE","features":[219]},{"name":"IMN_SETOPENSTATUS","features":[219]},{"name":"IMN_SETSENTENCEMODE","features":[219]},{"name":"IMN_SETSTATUSWINDOWPOS","features":[219]},{"name":"IMN_SOFTKBDDESTROYED","features":[219]},{"name":"IMR_CANDIDATEWINDOW","features":[219]},{"name":"IMR_COMPOSITIONFONT","features":[219]},{"name":"IMR_COMPOSITIONWINDOW","features":[219]},{"name":"IMR_CONFIRMRECONVERTSTRING","features":[219]},{"name":"IMR_DOCUMENTFEED","features":[219]},{"name":"IMR_QUERYCHARPOSITION","features":[219]},{"name":"IMR_RECONVERTSTRING","features":[219]},{"name":"INFOMASK_APPLY_CAND","features":[219]},{"name":"INFOMASK_APPLY_CAND_EX","features":[219]},{"name":"INFOMASK_BLOCK_CAND","features":[219]},{"name":"INFOMASK_HIDE_CAND","features":[219]},{"name":"INFOMASK_NONE","features":[219]},{"name":"INFOMASK_QUERY_CAND","features":[219]},{"name":"INFOMASK_STRING_FIX","features":[219]},{"name":"INIT_COMPFORM","features":[219]},{"name":"INIT_CONVERSION","features":[219]},{"name":"INIT_LOGFONT","features":[219]},{"name":"INIT_SENTENCE","features":[219]},{"name":"INIT_SOFTKBDPOS","features":[219]},{"name":"INIT_STATUSWNDPOS","features":[219]},{"name":"INPUTCONTEXT","features":[1,13,219]},{"name":"IPACFG_CATEGORY","features":[219]},{"name":"IPACFG_HELP","features":[219]},{"name":"IPACFG_LANG","features":[219]},{"name":"IPACFG_NONE","features":[219]},{"name":"IPACFG_PROPERTY","features":[219]},{"name":"IPACFG_TITLE","features":[219]},{"name":"IPACFG_TITLEFONTFACE","features":[219]},{"name":"IPACID_CHARLIST","features":[219]},{"name":"IPACID_EPWING","features":[219]},{"name":"IPACID_HANDWRITING","features":[219]},{"name":"IPACID_NONE","features":[219]},{"name":"IPACID_OCR","features":[219]},{"name":"IPACID_RADICALSEARCH","features":[219]},{"name":"IPACID_SOFTKEY","features":[219]},{"name":"IPACID_STROKESEARCH","features":[219]},{"name":"IPACID_SYMBOLSEARCH","features":[219]},{"name":"IPACID_USER","features":[219]},{"name":"IPACID_VOICE","features":[219]},{"name":"IPAWS_ENABLED","features":[219]},{"name":"IPAWS_HORIZONTALFIXED","features":[219]},{"name":"IPAWS_MAXHEIGHTFIXED","features":[219]},{"name":"IPAWS_MAXSIZEFIXED","features":[219]},{"name":"IPAWS_MAXWIDTHFIXED","features":[219]},{"name":"IPAWS_MINHEIGHTFIXED","features":[219]},{"name":"IPAWS_MINSIZEFIXED","features":[219]},{"name":"IPAWS_MINWIDTHFIXED","features":[219]},{"name":"IPAWS_SIZEFIXED","features":[219]},{"name":"IPAWS_SIZINGNOTIFY","features":[219]},{"name":"IPAWS_VERTICALFIXED","features":[219]},{"name":"ISC_SHOWUIALL","features":[219]},{"name":"ISC_SHOWUIALLCANDIDATEWINDOW","features":[219]},{"name":"ISC_SHOWUICANDIDATEWINDOW","features":[219]},{"name":"ISC_SHOWUICOMPOSITIONWINDOW","features":[219]},{"name":"ISC_SHOWUIGUIDELINE","features":[219]},{"name":"ImmAssociateContext","features":[1,219]},{"name":"ImmAssociateContextEx","features":[1,219]},{"name":"ImmConfigureIMEA","features":[1,219,220]},{"name":"ImmConfigureIMEW","features":[1,219,220]},{"name":"ImmCreateContext","features":[219]},{"name":"ImmCreateIMCC","features":[219]},{"name":"ImmCreateSoftKeyboard","features":[1,219]},{"name":"ImmDestroyContext","features":[1,219]},{"name":"ImmDestroyIMCC","features":[219]},{"name":"ImmDestroySoftKeyboard","features":[1,219]},{"name":"ImmDisableIME","features":[1,219]},{"name":"ImmDisableLegacyIME","features":[1,219]},{"name":"ImmDisableTextFrameService","features":[1,219]},{"name":"ImmEnumInputContext","features":[1,219]},{"name":"ImmEnumRegisterWordA","features":[219,220]},{"name":"ImmEnumRegisterWordW","features":[219,220]},{"name":"ImmEscapeA","features":[1,219,220]},{"name":"ImmEscapeW","features":[1,219,220]},{"name":"ImmGenerateMessage","features":[1,219]},{"name":"ImmGetCandidateListA","features":[219]},{"name":"ImmGetCandidateListCountA","features":[219]},{"name":"ImmGetCandidateListCountW","features":[219]},{"name":"ImmGetCandidateListW","features":[219]},{"name":"ImmGetCandidateWindow","features":[1,219]},{"name":"ImmGetCompositionFontA","features":[1,13,219]},{"name":"ImmGetCompositionFontW","features":[1,13,219]},{"name":"ImmGetCompositionStringA","features":[219]},{"name":"ImmGetCompositionStringW","features":[219]},{"name":"ImmGetCompositionWindow","features":[1,219]},{"name":"ImmGetContext","features":[1,219]},{"name":"ImmGetConversionListA","features":[219,220]},{"name":"ImmGetConversionListW","features":[219,220]},{"name":"ImmGetConversionStatus","features":[1,219]},{"name":"ImmGetDefaultIMEWnd","features":[1,219]},{"name":"ImmGetDescriptionA","features":[219,220]},{"name":"ImmGetDescriptionW","features":[219,220]},{"name":"ImmGetGuideLineA","features":[219]},{"name":"ImmGetGuideLineW","features":[219]},{"name":"ImmGetHotKey","features":[1,219,220]},{"name":"ImmGetIMCCLockCount","features":[219]},{"name":"ImmGetIMCCSize","features":[219]},{"name":"ImmGetIMCLockCount","features":[219]},{"name":"ImmGetIMEFileNameA","features":[219,220]},{"name":"ImmGetIMEFileNameW","features":[219,220]},{"name":"ImmGetImeMenuItemsA","features":[13,219]},{"name":"ImmGetImeMenuItemsW","features":[13,219]},{"name":"ImmGetOpenStatus","features":[1,219]},{"name":"ImmGetProperty","features":[219,220]},{"name":"ImmGetRegisterWordStyleA","features":[219,220]},{"name":"ImmGetRegisterWordStyleW","features":[219,220]},{"name":"ImmGetStatusWindowPos","features":[1,219]},{"name":"ImmGetVirtualKey","features":[1,219]},{"name":"ImmInstallIMEA","features":[219,220]},{"name":"ImmInstallIMEW","features":[219,220]},{"name":"ImmIsIME","features":[1,219,220]},{"name":"ImmIsUIMessageA","features":[1,219]},{"name":"ImmIsUIMessageW","features":[1,219]},{"name":"ImmLockIMC","features":[1,13,219]},{"name":"ImmLockIMCC","features":[219]},{"name":"ImmNotifyIME","features":[1,219]},{"name":"ImmReSizeIMCC","features":[219]},{"name":"ImmRegisterWordA","features":[1,219,220]},{"name":"ImmRegisterWordW","features":[1,219,220]},{"name":"ImmReleaseContext","features":[1,219]},{"name":"ImmRequestMessageA","features":[1,219]},{"name":"ImmRequestMessageW","features":[1,219]},{"name":"ImmSetCandidateWindow","features":[1,219]},{"name":"ImmSetCompositionFontA","features":[1,13,219]},{"name":"ImmSetCompositionFontW","features":[1,13,219]},{"name":"ImmSetCompositionStringA","features":[1,219]},{"name":"ImmSetCompositionStringW","features":[1,219]},{"name":"ImmSetCompositionWindow","features":[1,219]},{"name":"ImmSetConversionStatus","features":[1,219]},{"name":"ImmSetHotKey","features":[1,219,220]},{"name":"ImmSetOpenStatus","features":[1,219]},{"name":"ImmSetStatusWindowPos","features":[1,219]},{"name":"ImmShowSoftKeyboard","features":[1,219]},{"name":"ImmSimulateHotKey","features":[1,219]},{"name":"ImmUnlockIMC","features":[1,219]},{"name":"ImmUnlockIMCC","features":[1,219]},{"name":"ImmUnregisterWordA","features":[1,219,220]},{"name":"ImmUnregisterWordW","features":[1,219,220]},{"name":"JPOS_1DAN","features":[219]},{"name":"JPOS_4DAN_HA","features":[219]},{"name":"JPOS_5DAN_AWA","features":[219]},{"name":"JPOS_5DAN_AWAUON","features":[219]},{"name":"JPOS_5DAN_BA","features":[219]},{"name":"JPOS_5DAN_GA","features":[219]},{"name":"JPOS_5DAN_KA","features":[219]},{"name":"JPOS_5DAN_KASOKUON","features":[219]},{"name":"JPOS_5DAN_MA","features":[219]},{"name":"JPOS_5DAN_NA","features":[219]},{"name":"JPOS_5DAN_RA","features":[219]},{"name":"JPOS_5DAN_RAHEN","features":[219]},{"name":"JPOS_5DAN_SA","features":[219]},{"name":"JPOS_5DAN_TA","features":[219]},{"name":"JPOS_BUPPIN","features":[219]},{"name":"JPOS_CHIMEI","features":[219]},{"name":"JPOS_CHIMEI_EKI","features":[219]},{"name":"JPOS_CHIMEI_GUN","features":[219]},{"name":"JPOS_CHIMEI_KEN","features":[219]},{"name":"JPOS_CHIMEI_KU","features":[219]},{"name":"JPOS_CHIMEI_KUNI","features":[219]},{"name":"JPOS_CHIMEI_MACHI","features":[219]},{"name":"JPOS_CHIMEI_MURA","features":[219]},{"name":"JPOS_CHIMEI_SHI","features":[219]},{"name":"JPOS_CLOSEBRACE","features":[219]},{"name":"JPOS_DAIMEISHI","features":[219]},{"name":"JPOS_DAIMEISHI_NINSHOU","features":[219]},{"name":"JPOS_DAIMEISHI_SHIJI","features":[219]},{"name":"JPOS_DOKURITSUGO","features":[219]},{"name":"JPOS_EIJI","features":[219]},{"name":"JPOS_FUKUSHI","features":[219]},{"name":"JPOS_FUKUSHI_DA","features":[219]},{"name":"JPOS_FUKUSHI_NANO","features":[219]},{"name":"JPOS_FUKUSHI_NI","features":[219]},{"name":"JPOS_FUKUSHI_SAHEN","features":[219]},{"name":"JPOS_FUKUSHI_TO","features":[219]},{"name":"JPOS_FUKUSHI_TOSURU","features":[219]},{"name":"JPOS_FUTEIGO","features":[219]},{"name":"JPOS_HUKUSIMEISHI","features":[219]},{"name":"JPOS_JINMEI","features":[219]},{"name":"JPOS_JINMEI_MEI","features":[219]},{"name":"JPOS_JINMEI_SEI","features":[219]},{"name":"JPOS_KANDOUSHI","features":[219]},{"name":"JPOS_KANJI","features":[219]},{"name":"JPOS_KANYOUKU","features":[219]},{"name":"JPOS_KAZU","features":[219]},{"name":"JPOS_KAZU_SURYOU","features":[219]},{"name":"JPOS_KAZU_SUSHI","features":[219]},{"name":"JPOS_KEIDOU","features":[219]},{"name":"JPOS_KEIDOU_GARU","features":[219]},{"name":"JPOS_KEIDOU_NO","features":[219]},{"name":"JPOS_KEIDOU_TARU","features":[219]},{"name":"JPOS_KEIYOU","features":[219]},{"name":"JPOS_KEIYOU_GARU","features":[219]},{"name":"JPOS_KEIYOU_GE","features":[219]},{"name":"JPOS_KEIYOU_ME","features":[219]},{"name":"JPOS_KEIYOU_U","features":[219]},{"name":"JPOS_KEIYOU_YUU","features":[219]},{"name":"JPOS_KENCHIKU","features":[219]},{"name":"JPOS_KIGOU","features":[219]},{"name":"JPOS_KURU_KI","features":[219]},{"name":"JPOS_KURU_KITA","features":[219]},{"name":"JPOS_KURU_KITARA","features":[219]},{"name":"JPOS_KURU_KITARI","features":[219]},{"name":"JPOS_KURU_KITAROU","features":[219]},{"name":"JPOS_KURU_KITE","features":[219]},{"name":"JPOS_KURU_KO","features":[219]},{"name":"JPOS_KURU_KOI","features":[219]},{"name":"JPOS_KURU_KOYOU","features":[219]},{"name":"JPOS_KURU_KUREBA","features":[219]},{"name":"JPOS_KUTEN","features":[219]},{"name":"JPOS_MEISA_KEIDOU","features":[219]},{"name":"JPOS_MEISHI_FUTSU","features":[219]},{"name":"JPOS_MEISHI_KEIYOUDOUSHI","features":[219]},{"name":"JPOS_MEISHI_SAHEN","features":[219]},{"name":"JPOS_MEISHI_ZAHEN","features":[219]},{"name":"JPOS_OPENBRACE","features":[219]},{"name":"JPOS_RENTAISHI","features":[219]},{"name":"JPOS_RENTAISHI_SHIJI","features":[219]},{"name":"JPOS_RENYOU_SETSUBI","features":[219]},{"name":"JPOS_SETSUBI","features":[219]},{"name":"JPOS_SETSUBI_CHIMEI","features":[219]},{"name":"JPOS_SETSUBI_CHOU","features":[219]},{"name":"JPOS_SETSUBI_CHU","features":[219]},{"name":"JPOS_SETSUBI_DONO","features":[219]},{"name":"JPOS_SETSUBI_EKI","features":[219]},{"name":"JPOS_SETSUBI_FU","features":[219]},{"name":"JPOS_SETSUBI_FUKUSU","features":[219]},{"name":"JPOS_SETSUBI_GUN","features":[219]},{"name":"JPOS_SETSUBI_JIKAN","features":[219]},{"name":"JPOS_SETSUBI_JIKANPLUS","features":[219]},{"name":"JPOS_SETSUBI_JINMEI","features":[219]},{"name":"JPOS_SETSUBI_JOSUSHI","features":[219]},{"name":"JPOS_SETSUBI_JOSUSHIPLUS","features":[219]},{"name":"JPOS_SETSUBI_KA","features":[219]},{"name":"JPOS_SETSUBI_KATA","features":[219]},{"name":"JPOS_SETSUBI_KEN","features":[219]},{"name":"JPOS_SETSUBI_KENCHIKU","features":[219]},{"name":"JPOS_SETSUBI_KU","features":[219]},{"name":"JPOS_SETSUBI_KUN","features":[219]},{"name":"JPOS_SETSUBI_KUNI","features":[219]},{"name":"JPOS_SETSUBI_MACHI","features":[219]},{"name":"JPOS_SETSUBI_MEISHIRENDAKU","features":[219]},{"name":"JPOS_SETSUBI_MURA","features":[219]},{"name":"JPOS_SETSUBI_RA","features":[219]},{"name":"JPOS_SETSUBI_RYU","features":[219]},{"name":"JPOS_SETSUBI_SAMA","features":[219]},{"name":"JPOS_SETSUBI_SAN","features":[219]},{"name":"JPOS_SETSUBI_SEI","features":[219]},{"name":"JPOS_SETSUBI_SHAMEI","features":[219]},{"name":"JPOS_SETSUBI_SHI","features":[219]},{"name":"JPOS_SETSUBI_SON","features":[219]},{"name":"JPOS_SETSUBI_SONOTA","features":[219]},{"name":"JPOS_SETSUBI_SOSHIKI","features":[219]},{"name":"JPOS_SETSUBI_TACHI","features":[219]},{"name":"JPOS_SETSUBI_TEINEI","features":[219]},{"name":"JPOS_SETSUBI_TEKI","features":[219]},{"name":"JPOS_SETSUBI_YOU","features":[219]},{"name":"JPOS_SETSUZOKUSHI","features":[219]},{"name":"JPOS_SETTOU","features":[219]},{"name":"JPOS_SETTOU_CHIMEI","features":[219]},{"name":"JPOS_SETTOU_CHOUTAN","features":[219]},{"name":"JPOS_SETTOU_DAISHOU","features":[219]},{"name":"JPOS_SETTOU_FUKU","features":[219]},{"name":"JPOS_SETTOU_JINMEI","features":[219]},{"name":"JPOS_SETTOU_JOSUSHI","features":[219]},{"name":"JPOS_SETTOU_KAKU","features":[219]},{"name":"JPOS_SETTOU_KOUTEI","features":[219]},{"name":"JPOS_SETTOU_MI","features":[219]},{"name":"JPOS_SETTOU_SAI","features":[219]},{"name":"JPOS_SETTOU_SHINKYU","features":[219]},{"name":"JPOS_SETTOU_SONOTA","features":[219]},{"name":"JPOS_SETTOU_TEINEI_GO","features":[219]},{"name":"JPOS_SETTOU_TEINEI_O","features":[219]},{"name":"JPOS_SETTOU_TEINEI_ON","features":[219]},{"name":"JPOS_SHAMEI","features":[219]},{"name":"JPOS_SONOTA","features":[219]},{"name":"JPOS_SOSHIKI","features":[219]},{"name":"JPOS_SURU_SA","features":[219]},{"name":"JPOS_SURU_SE","features":[219]},{"name":"JPOS_SURU_SEYO","features":[219]},{"name":"JPOS_SURU_SI","features":[219]},{"name":"JPOS_SURU_SIATRI","features":[219]},{"name":"JPOS_SURU_SITA","features":[219]},{"name":"JPOS_SURU_SITARA","features":[219]},{"name":"JPOS_SURU_SITAROU","features":[219]},{"name":"JPOS_SURU_SITE","features":[219]},{"name":"JPOS_SURU_SIYOU","features":[219]},{"name":"JPOS_SURU_SUREBA","features":[219]},{"name":"JPOS_TANKANJI","features":[219]},{"name":"JPOS_TANKANJI_KAO","features":[219]},{"name":"JPOS_TANSHUKU","features":[219]},{"name":"JPOS_TOKUSHU_KAHEN","features":[219]},{"name":"JPOS_TOKUSHU_NAHEN","features":[219]},{"name":"JPOS_TOKUSHU_SAHEN","features":[219]},{"name":"JPOS_TOKUSHU_SAHENSURU","features":[219]},{"name":"JPOS_TOKUSHU_ZAHEN","features":[219]},{"name":"JPOS_TOUTEN","features":[219]},{"name":"JPOS_UNDEFINED","features":[219]},{"name":"JPOS_YOKUSEI","features":[219]},{"name":"MAX_APPLETTITLE","features":[219]},{"name":"MAX_FONTFACE","features":[219]},{"name":"MODEBIASMODE_DEFAULT","features":[219]},{"name":"MODEBIASMODE_DIGIT","features":[219]},{"name":"MODEBIASMODE_FILENAME","features":[219]},{"name":"MODEBIASMODE_READING","features":[219]},{"name":"MODEBIAS_GETVALUE","features":[219]},{"name":"MODEBIAS_GETVERSION","features":[219]},{"name":"MODEBIAS_SETVALUE","features":[219]},{"name":"MOD_IGNORE_ALL_MODIFIER","features":[219]},{"name":"MOD_LEFT","features":[219]},{"name":"MOD_ON_KEYUP","features":[219]},{"name":"MOD_RIGHT","features":[219]},{"name":"MORRSLT","features":[219]},{"name":"NI_CHANGECANDIDATELIST","features":[219]},{"name":"NI_CLOSECANDIDATE","features":[219]},{"name":"NI_COMPOSITIONSTR","features":[219]},{"name":"NI_CONTEXTUPDATED","features":[219]},{"name":"NI_FINALIZECONVERSIONRESULT","features":[219]},{"name":"NI_IMEMENUSELECTED","features":[219]},{"name":"NI_OPENCANDIDATE","features":[219]},{"name":"NI_SELECTCANDIDATESTR","features":[219]},{"name":"NI_SETCANDIDATE_PAGESIZE","features":[219]},{"name":"NI_SETCANDIDATE_PAGESTART","features":[219]},{"name":"NOTIFY_IME_ACTION","features":[219]},{"name":"NOTIFY_IME_INDEX","features":[219]},{"name":"PFNLOG","features":[1,219]},{"name":"POSTBL","features":[219]},{"name":"POS_UNDEFINED","features":[219]},{"name":"RECONVERTSTRING","features":[219]},{"name":"RECONVOPT_NONE","features":[219]},{"name":"RECONVOPT_USECANCELNOTIFY","features":[219]},{"name":"REGISTERWORDA","features":[219]},{"name":"REGISTERWORDENUMPROCA","features":[219]},{"name":"REGISTERWORDENUMPROCW","features":[219]},{"name":"REGISTERWORDW","features":[219]},{"name":"RWM_CHGKEYMAP","features":[219]},{"name":"RWM_DOCUMENTFEED","features":[219]},{"name":"RWM_KEYMAP","features":[219]},{"name":"RWM_MODEBIAS","features":[219]},{"name":"RWM_MOUSE","features":[219]},{"name":"RWM_NTFYKEYMAP","features":[219]},{"name":"RWM_QUERYPOSITION","features":[219]},{"name":"RWM_RECONVERT","features":[219]},{"name":"RWM_RECONVERTOPTIONS","features":[219]},{"name":"RWM_RECONVERTREQUEST","features":[219]},{"name":"RWM_SERVICE","features":[219]},{"name":"RWM_SHOWIMEPAD","features":[219]},{"name":"RWM_UIREADY","features":[219]},{"name":"SCS_CAP_COMPSTR","features":[219]},{"name":"SCS_CAP_MAKEREAD","features":[219]},{"name":"SCS_CAP_SETRECONVERTSTRING","features":[219]},{"name":"SCS_CHANGEATTR","features":[219]},{"name":"SCS_CHANGECLAUSE","features":[219]},{"name":"SCS_QUERYRECONVERTSTRING","features":[219]},{"name":"SCS_SETRECONVERTSTRING","features":[219]},{"name":"SCS_SETSTR","features":[219]},{"name":"SELECT_CAP_CONVERSION","features":[219]},{"name":"SELECT_CAP_SENTENCE","features":[219]},{"name":"SET_COMPOSITION_STRING_TYPE","features":[219]},{"name":"SHOWIMEPAD_CATEGORY","features":[219]},{"name":"SHOWIMEPAD_DEFAULT","features":[219]},{"name":"SHOWIMEPAD_GUID","features":[219]},{"name":"SOFTKBDDATA","features":[219]},{"name":"SOFTKEYBOARD_TYPE_C1","features":[219]},{"name":"SOFTKEYBOARD_TYPE_T1","features":[219]},{"name":"STYLEBUFA","features":[219]},{"name":"STYLEBUFW","features":[219]},{"name":"STYLE_DESCRIPTION_SIZE","features":[219]},{"name":"TRANSMSG","features":[1,219]},{"name":"TRANSMSGLIST","features":[1,219]},{"name":"UI_CAP_2700","features":[219]},{"name":"UI_CAP_ROT90","features":[219]},{"name":"UI_CAP_ROTANY","features":[219]},{"name":"UI_CAP_SOFTKBD","features":[219]},{"name":"VERSION_DOCUMENTFEED","features":[219]},{"name":"VERSION_ID_CHINESE_SIMPLIFIED","features":[219]},{"name":"VERSION_ID_CHINESE_TRADITIONAL","features":[219]},{"name":"VERSION_ID_JAPANESE","features":[219]},{"name":"VERSION_ID_KOREAN","features":[219]},{"name":"VERSION_MODEBIAS","features":[219]},{"name":"VERSION_MOUSE_OPERATION","features":[219]},{"name":"VERSION_QUERYPOSITION","features":[219]},{"name":"VERSION_RECONVERSION","features":[219]},{"name":"WDD","features":[219]},{"name":"cbCommentMax","features":[219]},{"name":"fpCreateIFECommonInstanceType","features":[219]},{"name":"fpCreateIFEDictionaryInstanceType","features":[219]},{"name":"fpCreateIFELanguageInstanceType","features":[219]},{"name":"szImeChina","features":[219]},{"name":"szImeJapan","features":[219]},{"name":"szImeKorea","features":[219]},{"name":"szImeTaiwan","features":[219]},{"name":"wchPrivate1","features":[219]}],"666":[{"name":"ACTIVATE_KEYBOARD_LAYOUT_FLAGS","features":[220]},{"name":"ACUTE","features":[220]},{"name":"AX_KBD_DESKTOP_TYPE","features":[220]},{"name":"ActivateKeyboardLayout","features":[220]},{"name":"BREVE","features":[220]},{"name":"BlockInput","features":[1,220]},{"name":"CAPLOK","features":[220]},{"name":"CAPLOKALTGR","features":[220]},{"name":"CEDILLA","features":[220]},{"name":"CIRCUMFLEX","features":[220]},{"name":"DEADKEY","features":[220]},{"name":"DEC_KBD_ANSI_LAYOUT_TYPE","features":[220]},{"name":"DEC_KBD_JIS_LAYOUT_TYPE","features":[220]},{"name":"DIARESIS","features":[220]},{"name":"DIARESIS_TONOS","features":[220]},{"name":"DKF_DEAD","features":[220]},{"name":"DONTCARE_BIT","features":[220]},{"name":"DOT_ABOVE","features":[220]},{"name":"DOUBLE_ACUTE","features":[220]},{"name":"DragDetect","features":[1,220]},{"name":"EXTENDED_BIT","features":[220]},{"name":"EnableWindow","features":[1,220]},{"name":"FAKE_KEYSTROKE","features":[220]},{"name":"FMR_KBD_JIS_TYPE","features":[220]},{"name":"FMR_KBD_OASYS_TYPE","features":[220]},{"name":"FMV_KBD_OASYS_TYPE","features":[220]},{"name":"GET_MOUSE_MOVE_POINTS_EX_RESOLUTION","features":[220]},{"name":"GMMP_USE_DISPLAY_POINTS","features":[220]},{"name":"GMMP_USE_HIGH_RESOLUTION_POINTS","features":[220]},{"name":"GRAVE","features":[220]},{"name":"GRPSELTAP","features":[220]},{"name":"GetActiveWindow","features":[1,220]},{"name":"GetAsyncKeyState","features":[220]},{"name":"GetCapture","features":[1,220]},{"name":"GetDoubleClickTime","features":[220]},{"name":"GetFocus","features":[1,220]},{"name":"GetKBCodePage","features":[220]},{"name":"GetKeyNameTextA","features":[220]},{"name":"GetKeyNameTextW","features":[220]},{"name":"GetKeyState","features":[220]},{"name":"GetKeyboardLayout","features":[220]},{"name":"GetKeyboardLayoutList","features":[220]},{"name":"GetKeyboardLayoutNameA","features":[1,220]},{"name":"GetKeyboardLayoutNameW","features":[1,220]},{"name":"GetKeyboardState","features":[1,220]},{"name":"GetKeyboardType","features":[220]},{"name":"GetLastInputInfo","features":[1,220]},{"name":"GetMouseMovePointsEx","features":[220]},{"name":"HACEK","features":[220]},{"name":"HARDWAREINPUT","features":[220]},{"name":"HKL","features":[220]},{"name":"HOOK_ABOVE","features":[220]},{"name":"HOT_KEY_MODIFIERS","features":[220]},{"name":"INPUT","features":[220]},{"name":"INPUT_HARDWARE","features":[220]},{"name":"INPUT_KEYBOARD","features":[220]},{"name":"INPUT_MOUSE","features":[220]},{"name":"INPUT_TYPE","features":[220]},{"name":"IsWindowEnabled","features":[1,220]},{"name":"KANALOK","features":[220]},{"name":"KBDALT","features":[220]},{"name":"KBDBASE","features":[220]},{"name":"KBDCTRL","features":[220]},{"name":"KBDGRPSELTAP","features":[220]},{"name":"KBDKANA","features":[220]},{"name":"KBDLOYA","features":[220]},{"name":"KBDNLSTABLES","features":[220]},{"name":"KBDNLS_ALPHANUM","features":[220]},{"name":"KBDNLS_CODEINPUT","features":[220]},{"name":"KBDNLS_CONV_OR_NONCONV","features":[220]},{"name":"KBDNLS_HELP_OR_END","features":[220]},{"name":"KBDNLS_HIRAGANA","features":[220]},{"name":"KBDNLS_HOME_OR_CLEAR","features":[220]},{"name":"KBDNLS_INDEX_ALT","features":[220]},{"name":"KBDNLS_INDEX_NORMAL","features":[220]},{"name":"KBDNLS_KANAEVENT","features":[220]},{"name":"KBDNLS_KANALOCK","features":[220]},{"name":"KBDNLS_KATAKANA","features":[220]},{"name":"KBDNLS_NOEVENT","features":[220]},{"name":"KBDNLS_NULL","features":[220]},{"name":"KBDNLS_NUMPAD","features":[220]},{"name":"KBDNLS_ROMAN","features":[220]},{"name":"KBDNLS_SBCSDBCS","features":[220]},{"name":"KBDNLS_SEND_BASE_VK","features":[220]},{"name":"KBDNLS_SEND_PARAM_VK","features":[220]},{"name":"KBDNLS_TYPE_NORMAL","features":[220]},{"name":"KBDNLS_TYPE_NULL","features":[220]},{"name":"KBDNLS_TYPE_TOGGLE","features":[220]},{"name":"KBDROYA","features":[220]},{"name":"KBDSHIFT","features":[220]},{"name":"KBDTABLES","features":[220]},{"name":"KBDTABLE_DESC","features":[220]},{"name":"KBDTABLE_MULTI","features":[220]},{"name":"KBDTABLE_MULTI_MAX","features":[220]},{"name":"KBD_TYPE","features":[220]},{"name":"KBD_TYPE_INFO","features":[220]},{"name":"KBD_VERSION","features":[220]},{"name":"KEYBDINPUT","features":[220]},{"name":"KEYBD_EVENT_FLAGS","features":[220]},{"name":"KEYBOARD_TYPE_GENERIC_101","features":[220]},{"name":"KEYBOARD_TYPE_JAPAN","features":[220]},{"name":"KEYBOARD_TYPE_KOREA","features":[220]},{"name":"KEYBOARD_TYPE_UNKNOWN","features":[220]},{"name":"KEYEVENTF_EXTENDEDKEY","features":[220]},{"name":"KEYEVENTF_KEYUP","features":[220]},{"name":"KEYEVENTF_SCANCODE","features":[220]},{"name":"KEYEVENTF_UNICODE","features":[220]},{"name":"KLF_ACTIVATE","features":[220]},{"name":"KLF_NOTELLSHELL","features":[220]},{"name":"KLF_REORDER","features":[220]},{"name":"KLF_REPLACELANG","features":[220]},{"name":"KLF_RESET","features":[220]},{"name":"KLF_SETFORPROCESS","features":[220]},{"name":"KLF_SHIFTLOCK","features":[220]},{"name":"KLF_SUBSTITUTE_OK","features":[220]},{"name":"KLLF_ALTGR","features":[220]},{"name":"KLLF_GLOBAL_ATTRS","features":[220]},{"name":"KLLF_LRM_RLM","features":[220]},{"name":"KLLF_SHIFTLOCK","features":[220]},{"name":"LASTINPUTINFO","features":[220]},{"name":"LIGATURE1","features":[220]},{"name":"LIGATURE2","features":[220]},{"name":"LIGATURE3","features":[220]},{"name":"LIGATURE4","features":[220]},{"name":"LIGATURE5","features":[220]},{"name":"LoadKeyboardLayoutA","features":[220]},{"name":"LoadKeyboardLayoutW","features":[220]},{"name":"MACRON","features":[220]},{"name":"MAPVK_VK_TO_CHAR","features":[220]},{"name":"MAPVK_VK_TO_VSC","features":[220]},{"name":"MAPVK_VK_TO_VSC_EX","features":[220]},{"name":"MAPVK_VSC_TO_VK","features":[220]},{"name":"MAPVK_VSC_TO_VK_EX","features":[220]},{"name":"MAP_VIRTUAL_KEY_TYPE","features":[220]},{"name":"MICROSOFT_KBD_001_TYPE","features":[220]},{"name":"MICROSOFT_KBD_002_TYPE","features":[220]},{"name":"MICROSOFT_KBD_101A_TYPE","features":[220]},{"name":"MICROSOFT_KBD_101B_TYPE","features":[220]},{"name":"MICROSOFT_KBD_101C_TYPE","features":[220]},{"name":"MICROSOFT_KBD_101_TYPE","features":[220]},{"name":"MICROSOFT_KBD_103_TYPE","features":[220]},{"name":"MICROSOFT_KBD_106_TYPE","features":[220]},{"name":"MICROSOFT_KBD_AX_TYPE","features":[220]},{"name":"MICROSOFT_KBD_FUNC","features":[220]},{"name":"MODIFIERS","features":[220]},{"name":"MOD_ALT","features":[220]},{"name":"MOD_CONTROL","features":[220]},{"name":"MOD_NOREPEAT","features":[220]},{"name":"MOD_SHIFT","features":[220]},{"name":"MOD_WIN","features":[220]},{"name":"MOUSEEVENTF_ABSOLUTE","features":[220]},{"name":"MOUSEEVENTF_HWHEEL","features":[220]},{"name":"MOUSEEVENTF_LEFTDOWN","features":[220]},{"name":"MOUSEEVENTF_LEFTUP","features":[220]},{"name":"MOUSEEVENTF_MIDDLEDOWN","features":[220]},{"name":"MOUSEEVENTF_MIDDLEUP","features":[220]},{"name":"MOUSEEVENTF_MOVE","features":[220]},{"name":"MOUSEEVENTF_MOVE_NOCOALESCE","features":[220]},{"name":"MOUSEEVENTF_RIGHTDOWN","features":[220]},{"name":"MOUSEEVENTF_RIGHTUP","features":[220]},{"name":"MOUSEEVENTF_VIRTUALDESK","features":[220]},{"name":"MOUSEEVENTF_WHEEL","features":[220]},{"name":"MOUSEEVENTF_XDOWN","features":[220]},{"name":"MOUSEEVENTF_XUP","features":[220]},{"name":"MOUSEINPUT","features":[220]},{"name":"MOUSEMOVEPOINT","features":[220]},{"name":"MOUSE_EVENT_FLAGS","features":[220]},{"name":"MapVirtualKeyA","features":[220]},{"name":"MapVirtualKeyExA","features":[220]},{"name":"MapVirtualKeyExW","features":[220]},{"name":"MapVirtualKeyW","features":[220]},{"name":"NEC_KBD_106_TYPE","features":[220]},{"name":"NEC_KBD_H_MODE_TYPE","features":[220]},{"name":"NEC_KBD_LAPTOP_TYPE","features":[220]},{"name":"NEC_KBD_NORMAL_TYPE","features":[220]},{"name":"NEC_KBD_N_MODE_TYPE","features":[220]},{"name":"NLSKBD_INFO_ACCESSIBILITY_KEYMAP","features":[220]},{"name":"NLSKBD_INFO_EMURATE_101_KEYBOARD","features":[220]},{"name":"NLSKBD_INFO_EMURATE_106_KEYBOARD","features":[220]},{"name":"NLSKBD_INFO_SEND_IME_NOTIFICATION","features":[220]},{"name":"NLSKBD_OEM_AX","features":[220]},{"name":"NLSKBD_OEM_DEC","features":[220]},{"name":"NLSKBD_OEM_EPSON","features":[220]},{"name":"NLSKBD_OEM_FUJITSU","features":[220]},{"name":"NLSKBD_OEM_IBM","features":[220]},{"name":"NLSKBD_OEM_MATSUSHITA","features":[220]},{"name":"NLSKBD_OEM_MICROSOFT","features":[220]},{"name":"NLSKBD_OEM_NEC","features":[220]},{"name":"NLSKBD_OEM_TOSHIBA","features":[220]},{"name":"OGONEK","features":[220]},{"name":"OVERSCORE","features":[220]},{"name":"OemKeyScan","features":[220]},{"name":"RING","features":[220]},{"name":"RegisterHotKey","features":[1,220]},{"name":"ReleaseCapture","features":[1,220]},{"name":"SCANCODE_ALT","features":[220]},{"name":"SCANCODE_CTRL","features":[220]},{"name":"SCANCODE_LSHIFT","features":[220]},{"name":"SCANCODE_LWIN","features":[220]},{"name":"SCANCODE_NUMPAD_FIRST","features":[220]},{"name":"SCANCODE_NUMPAD_LAST","features":[220]},{"name":"SCANCODE_RSHIFT","features":[220]},{"name":"SCANCODE_RWIN","features":[220]},{"name":"SCANCODE_THAI_LAYOUT_TOGGLE","features":[220]},{"name":"SGCAPS","features":[220]},{"name":"SHFT_INVALID","features":[220]},{"name":"SendInput","features":[220]},{"name":"SetActiveWindow","features":[1,220]},{"name":"SetCapture","features":[1,220]},{"name":"SetDoubleClickTime","features":[1,220]},{"name":"SetFocus","features":[1,220]},{"name":"SetKeyboardState","features":[1,220]},{"name":"SwapMouseButton","features":[1,220]},{"name":"TILDE","features":[220]},{"name":"TME_CANCEL","features":[220]},{"name":"TME_HOVER","features":[220]},{"name":"TME_LEAVE","features":[220]},{"name":"TME_NONCLIENT","features":[220]},{"name":"TME_QUERY","features":[220]},{"name":"TONOS","features":[220]},{"name":"TOSHIBA_KBD_DESKTOP_TYPE","features":[220]},{"name":"TOSHIBA_KBD_LAPTOP_TYPE","features":[220]},{"name":"TRACKMOUSEEVENT","features":[1,220]},{"name":"TRACKMOUSEEVENT_FLAGS","features":[220]},{"name":"ToAscii","features":[220]},{"name":"ToAsciiEx","features":[220]},{"name":"ToUnicode","features":[220]},{"name":"ToUnicodeEx","features":[220]},{"name":"TrackMouseEvent","features":[1,220]},{"name":"UMLAUT","features":[220]},{"name":"UnloadKeyboardLayout","features":[1,220]},{"name":"UnregisterHotKey","features":[1,220]},{"name":"VIRTUAL_KEY","features":[220]},{"name":"VK_0","features":[220]},{"name":"VK_1","features":[220]},{"name":"VK_2","features":[220]},{"name":"VK_3","features":[220]},{"name":"VK_4","features":[220]},{"name":"VK_5","features":[220]},{"name":"VK_6","features":[220]},{"name":"VK_7","features":[220]},{"name":"VK_8","features":[220]},{"name":"VK_9","features":[220]},{"name":"VK_A","features":[220]},{"name":"VK_ABNT_C1","features":[220]},{"name":"VK_ABNT_C2","features":[220]},{"name":"VK_ACCEPT","features":[220]},{"name":"VK_ADD","features":[220]},{"name":"VK_APPS","features":[220]},{"name":"VK_ATTN","features":[220]},{"name":"VK_B","features":[220]},{"name":"VK_BACK","features":[220]},{"name":"VK_BROWSER_BACK","features":[220]},{"name":"VK_BROWSER_FAVORITES","features":[220]},{"name":"VK_BROWSER_FORWARD","features":[220]},{"name":"VK_BROWSER_HOME","features":[220]},{"name":"VK_BROWSER_REFRESH","features":[220]},{"name":"VK_BROWSER_SEARCH","features":[220]},{"name":"VK_BROWSER_STOP","features":[220]},{"name":"VK_C","features":[220]},{"name":"VK_CANCEL","features":[220]},{"name":"VK_CAPITAL","features":[220]},{"name":"VK_CLEAR","features":[220]},{"name":"VK_CONTROL","features":[220]},{"name":"VK_CONVERT","features":[220]},{"name":"VK_CRSEL","features":[220]},{"name":"VK_D","features":[220]},{"name":"VK_DBE_ALPHANUMERIC","features":[220]},{"name":"VK_DBE_CODEINPUT","features":[220]},{"name":"VK_DBE_DBCSCHAR","features":[220]},{"name":"VK_DBE_DETERMINESTRING","features":[220]},{"name":"VK_DBE_ENTERDLGCONVERSIONMODE","features":[220]},{"name":"VK_DBE_ENTERIMECONFIGMODE","features":[220]},{"name":"VK_DBE_ENTERWORDREGISTERMODE","features":[220]},{"name":"VK_DBE_FLUSHSTRING","features":[220]},{"name":"VK_DBE_HIRAGANA","features":[220]},{"name":"VK_DBE_KATAKANA","features":[220]},{"name":"VK_DBE_NOCODEINPUT","features":[220]},{"name":"VK_DBE_NOROMAN","features":[220]},{"name":"VK_DBE_ROMAN","features":[220]},{"name":"VK_DBE_SBCSCHAR","features":[220]},{"name":"VK_DECIMAL","features":[220]},{"name":"VK_DELETE","features":[220]},{"name":"VK_DIVIDE","features":[220]},{"name":"VK_DOWN","features":[220]},{"name":"VK_E","features":[220]},{"name":"VK_END","features":[220]},{"name":"VK_EREOF","features":[220]},{"name":"VK_ESCAPE","features":[220]},{"name":"VK_EXECUTE","features":[220]},{"name":"VK_EXSEL","features":[220]},{"name":"VK_F","features":[220]},{"name":"VK_F","features":[220]},{"name":"VK_F1","features":[220]},{"name":"VK_F10","features":[220]},{"name":"VK_F11","features":[220]},{"name":"VK_F12","features":[220]},{"name":"VK_F13","features":[220]},{"name":"VK_F14","features":[220]},{"name":"VK_F15","features":[220]},{"name":"VK_F16","features":[220]},{"name":"VK_F17","features":[220]},{"name":"VK_F18","features":[220]},{"name":"VK_F19","features":[220]},{"name":"VK_F2","features":[220]},{"name":"VK_F20","features":[220]},{"name":"VK_F21","features":[220]},{"name":"VK_F22","features":[220]},{"name":"VK_F23","features":[220]},{"name":"VK_F24","features":[220]},{"name":"VK_F3","features":[220]},{"name":"VK_F4","features":[220]},{"name":"VK_F5","features":[220]},{"name":"VK_F6","features":[220]},{"name":"VK_F7","features":[220]},{"name":"VK_F8","features":[220]},{"name":"VK_F9","features":[220]},{"name":"VK_FINAL","features":[220]},{"name":"VK_FPARAM","features":[220]},{"name":"VK_G","features":[220]},{"name":"VK_GAMEPAD_A","features":[220]},{"name":"VK_GAMEPAD_B","features":[220]},{"name":"VK_GAMEPAD_DPAD_DOWN","features":[220]},{"name":"VK_GAMEPAD_DPAD_LEFT","features":[220]},{"name":"VK_GAMEPAD_DPAD_RIGHT","features":[220]},{"name":"VK_GAMEPAD_DPAD_UP","features":[220]},{"name":"VK_GAMEPAD_LEFT_SHOULDER","features":[220]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON","features":[220]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_DOWN","features":[220]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_LEFT","features":[220]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT","features":[220]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_UP","features":[220]},{"name":"VK_GAMEPAD_LEFT_TRIGGER","features":[220]},{"name":"VK_GAMEPAD_MENU","features":[220]},{"name":"VK_GAMEPAD_RIGHT_SHOULDER","features":[220]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON","features":[220]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN","features":[220]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT","features":[220]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT","features":[220]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_UP","features":[220]},{"name":"VK_GAMEPAD_RIGHT_TRIGGER","features":[220]},{"name":"VK_GAMEPAD_VIEW","features":[220]},{"name":"VK_GAMEPAD_X","features":[220]},{"name":"VK_GAMEPAD_Y","features":[220]},{"name":"VK_H","features":[220]},{"name":"VK_HANGEUL","features":[220]},{"name":"VK_HANGUL","features":[220]},{"name":"VK_HANJA","features":[220]},{"name":"VK_HELP","features":[220]},{"name":"VK_HOME","features":[220]},{"name":"VK_I","features":[220]},{"name":"VK_ICO_00","features":[220]},{"name":"VK_ICO_CLEAR","features":[220]},{"name":"VK_ICO_HELP","features":[220]},{"name":"VK_IME_OFF","features":[220]},{"name":"VK_IME_ON","features":[220]},{"name":"VK_INSERT","features":[220]},{"name":"VK_J","features":[220]},{"name":"VK_JUNJA","features":[220]},{"name":"VK_K","features":[220]},{"name":"VK_KANA","features":[220]},{"name":"VK_KANJI","features":[220]},{"name":"VK_L","features":[220]},{"name":"VK_LAUNCH_APP1","features":[220]},{"name":"VK_LAUNCH_APP2","features":[220]},{"name":"VK_LAUNCH_MAIL","features":[220]},{"name":"VK_LAUNCH_MEDIA_SELECT","features":[220]},{"name":"VK_LBUTTON","features":[220]},{"name":"VK_LCONTROL","features":[220]},{"name":"VK_LEFT","features":[220]},{"name":"VK_LMENU","features":[220]},{"name":"VK_LSHIFT","features":[220]},{"name":"VK_LWIN","features":[220]},{"name":"VK_M","features":[220]},{"name":"VK_MBUTTON","features":[220]},{"name":"VK_MEDIA_NEXT_TRACK","features":[220]},{"name":"VK_MEDIA_PLAY_PAUSE","features":[220]},{"name":"VK_MEDIA_PREV_TRACK","features":[220]},{"name":"VK_MEDIA_STOP","features":[220]},{"name":"VK_MENU","features":[220]},{"name":"VK_MODECHANGE","features":[220]},{"name":"VK_MULTIPLY","features":[220]},{"name":"VK_N","features":[220]},{"name":"VK_NAVIGATION_ACCEPT","features":[220]},{"name":"VK_NAVIGATION_CANCEL","features":[220]},{"name":"VK_NAVIGATION_DOWN","features":[220]},{"name":"VK_NAVIGATION_LEFT","features":[220]},{"name":"VK_NAVIGATION_MENU","features":[220]},{"name":"VK_NAVIGATION_RIGHT","features":[220]},{"name":"VK_NAVIGATION_UP","features":[220]},{"name":"VK_NAVIGATION_VIEW","features":[220]},{"name":"VK_NEXT","features":[220]},{"name":"VK_NONAME","features":[220]},{"name":"VK_NONCONVERT","features":[220]},{"name":"VK_NUMLOCK","features":[220]},{"name":"VK_NUMPAD0","features":[220]},{"name":"VK_NUMPAD1","features":[220]},{"name":"VK_NUMPAD2","features":[220]},{"name":"VK_NUMPAD3","features":[220]},{"name":"VK_NUMPAD4","features":[220]},{"name":"VK_NUMPAD5","features":[220]},{"name":"VK_NUMPAD6","features":[220]},{"name":"VK_NUMPAD7","features":[220]},{"name":"VK_NUMPAD8","features":[220]},{"name":"VK_NUMPAD9","features":[220]},{"name":"VK_O","features":[220]},{"name":"VK_OEM_1","features":[220]},{"name":"VK_OEM_102","features":[220]},{"name":"VK_OEM_2","features":[220]},{"name":"VK_OEM_3","features":[220]},{"name":"VK_OEM_4","features":[220]},{"name":"VK_OEM_5","features":[220]},{"name":"VK_OEM_6","features":[220]},{"name":"VK_OEM_7","features":[220]},{"name":"VK_OEM_8","features":[220]},{"name":"VK_OEM_ATTN","features":[220]},{"name":"VK_OEM_AUTO","features":[220]},{"name":"VK_OEM_AX","features":[220]},{"name":"VK_OEM_BACKTAB","features":[220]},{"name":"VK_OEM_CLEAR","features":[220]},{"name":"VK_OEM_COMMA","features":[220]},{"name":"VK_OEM_COPY","features":[220]},{"name":"VK_OEM_CUSEL","features":[220]},{"name":"VK_OEM_ENLW","features":[220]},{"name":"VK_OEM_FINISH","features":[220]},{"name":"VK_OEM_FJ_JISHO","features":[220]},{"name":"VK_OEM_FJ_LOYA","features":[220]},{"name":"VK_OEM_FJ_MASSHOU","features":[220]},{"name":"VK_OEM_FJ_ROYA","features":[220]},{"name":"VK_OEM_FJ_TOUROKU","features":[220]},{"name":"VK_OEM_JUMP","features":[220]},{"name":"VK_OEM_MINUS","features":[220]},{"name":"VK_OEM_NEC_EQUAL","features":[220]},{"name":"VK_OEM_PA1","features":[220]},{"name":"VK_OEM_PA2","features":[220]},{"name":"VK_OEM_PA3","features":[220]},{"name":"VK_OEM_PERIOD","features":[220]},{"name":"VK_OEM_PLUS","features":[220]},{"name":"VK_OEM_RESET","features":[220]},{"name":"VK_OEM_WSCTRL","features":[220]},{"name":"VK_P","features":[220]},{"name":"VK_PA1","features":[220]},{"name":"VK_PACKET","features":[220]},{"name":"VK_PAUSE","features":[220]},{"name":"VK_PLAY","features":[220]},{"name":"VK_PRINT","features":[220]},{"name":"VK_PRIOR","features":[220]},{"name":"VK_PROCESSKEY","features":[220]},{"name":"VK_Q","features":[220]},{"name":"VK_R","features":[220]},{"name":"VK_RBUTTON","features":[220]},{"name":"VK_RCONTROL","features":[220]},{"name":"VK_RETURN","features":[220]},{"name":"VK_RIGHT","features":[220]},{"name":"VK_RMENU","features":[220]},{"name":"VK_RSHIFT","features":[220]},{"name":"VK_RWIN","features":[220]},{"name":"VK_S","features":[220]},{"name":"VK_SCROLL","features":[220]},{"name":"VK_SELECT","features":[220]},{"name":"VK_SEPARATOR","features":[220]},{"name":"VK_SHIFT","features":[220]},{"name":"VK_SLEEP","features":[220]},{"name":"VK_SNAPSHOT","features":[220]},{"name":"VK_SPACE","features":[220]},{"name":"VK_SUBTRACT","features":[220]},{"name":"VK_T","features":[220]},{"name":"VK_TAB","features":[220]},{"name":"VK_TO_BIT","features":[220]},{"name":"VK_TO_WCHARS1","features":[220]},{"name":"VK_TO_WCHARS10","features":[220]},{"name":"VK_TO_WCHARS2","features":[220]},{"name":"VK_TO_WCHARS3","features":[220]},{"name":"VK_TO_WCHARS4","features":[220]},{"name":"VK_TO_WCHARS5","features":[220]},{"name":"VK_TO_WCHARS6","features":[220]},{"name":"VK_TO_WCHARS7","features":[220]},{"name":"VK_TO_WCHARS8","features":[220]},{"name":"VK_TO_WCHARS9","features":[220]},{"name":"VK_TO_WCHAR_TABLE","features":[220]},{"name":"VK_U","features":[220]},{"name":"VK_UP","features":[220]},{"name":"VK_V","features":[220]},{"name":"VK_VOLUME_DOWN","features":[220]},{"name":"VK_VOLUME_MUTE","features":[220]},{"name":"VK_VOLUME_UP","features":[220]},{"name":"VK_VSC","features":[220]},{"name":"VK_W","features":[220]},{"name":"VK_X","features":[220]},{"name":"VK_XBUTTON1","features":[220]},{"name":"VK_XBUTTON2","features":[220]},{"name":"VK_Y","features":[220]},{"name":"VK_Z","features":[220]},{"name":"VK_ZOOM","features":[220]},{"name":"VK__none_","features":[220]},{"name":"VSC_LPWSTR","features":[220]},{"name":"VSC_VK","features":[220]},{"name":"VkKeyScanA","features":[220]},{"name":"VkKeyScanExA","features":[220]},{"name":"VkKeyScanExW","features":[220]},{"name":"VkKeyScanW","features":[220]},{"name":"WCH_DEAD","features":[220]},{"name":"WCH_LGTR","features":[220]},{"name":"WCH_NONE","features":[220]},{"name":"_TrackMouseEvent","features":[1,220]},{"name":"keybd_event","features":[220]},{"name":"mouse_event","features":[220]},{"name":"wszACUTE","features":[220]},{"name":"wszBREVE","features":[220]},{"name":"wszCEDILLA","features":[220]},{"name":"wszCIRCUMFLEX","features":[220]},{"name":"wszDIARESIS_TONOS","features":[220]},{"name":"wszDOT_ABOVE","features":[220]},{"name":"wszDOUBLE_ACUTE","features":[220]},{"name":"wszGRAVE","features":[220]},{"name":"wszHACEK","features":[220]},{"name":"wszHOOK_ABOVE","features":[220]},{"name":"wszMACRON","features":[220]},{"name":"wszOGONEK","features":[220]},{"name":"wszOVERSCORE","features":[220]},{"name":"wszRING","features":[220]},{"name":"wszTILDE","features":[220]},{"name":"wszTONOS","features":[220]},{"name":"wszUMLAUT","features":[220]}],"667":[{"name":"EnableMouseInPointer","features":[1,216]},{"name":"GetPointerCursorId","features":[1,216]},{"name":"GetPointerDevice","features":[1,13,42,216]},{"name":"GetPointerDeviceCursors","features":[1,42,216]},{"name":"GetPointerDeviceProperties","features":[1,42,216]},{"name":"GetPointerDeviceRects","features":[1,216]},{"name":"GetPointerDevices","features":[1,13,42,216]},{"name":"GetPointerFrameInfo","features":[1,216,55]},{"name":"GetPointerFrameInfoHistory","features":[1,216,55]},{"name":"GetPointerFramePenInfo","features":[1,216,55]},{"name":"GetPointerFramePenInfoHistory","features":[1,216,55]},{"name":"GetPointerFrameTouchInfo","features":[1,216,55]},{"name":"GetPointerFrameTouchInfoHistory","features":[1,216,55]},{"name":"GetPointerInfo","features":[1,216,55]},{"name":"GetPointerInfoHistory","features":[1,216,55]},{"name":"GetPointerInputTransform","features":[1,216]},{"name":"GetPointerPenInfo","features":[1,216,55]},{"name":"GetPointerPenInfoHistory","features":[1,216,55]},{"name":"GetPointerTouchInfo","features":[1,216,55]},{"name":"GetPointerTouchInfoHistory","features":[1,216,55]},{"name":"GetPointerType","features":[1,216,55]},{"name":"GetRawPointerDeviceData","features":[1,42,216]},{"name":"GetUnpredictedMessagePos","features":[216]},{"name":"INPUT_INJECTION_VALUE","features":[216]},{"name":"INPUT_TRANSFORM","features":[216]},{"name":"InitializeTouchInjection","features":[1,216]},{"name":"InjectSyntheticPointerInput","features":[1,42,216,55]},{"name":"InjectTouchInput","features":[1,216,55]},{"name":"IsMouseInPointerEnabled","features":[1,216]},{"name":"POINTER_BUTTON_CHANGE_TYPE","features":[216]},{"name":"POINTER_CHANGE_FIFTHBUTTON_DOWN","features":[216]},{"name":"POINTER_CHANGE_FIFTHBUTTON_UP","features":[216]},{"name":"POINTER_CHANGE_FIRSTBUTTON_DOWN","features":[216]},{"name":"POINTER_CHANGE_FIRSTBUTTON_UP","features":[216]},{"name":"POINTER_CHANGE_FOURTHBUTTON_DOWN","features":[216]},{"name":"POINTER_CHANGE_FOURTHBUTTON_UP","features":[216]},{"name":"POINTER_CHANGE_NONE","features":[216]},{"name":"POINTER_CHANGE_SECONDBUTTON_DOWN","features":[216]},{"name":"POINTER_CHANGE_SECONDBUTTON_UP","features":[216]},{"name":"POINTER_CHANGE_THIRDBUTTON_DOWN","features":[216]},{"name":"POINTER_CHANGE_THIRDBUTTON_UP","features":[216]},{"name":"POINTER_FLAGS","features":[216]},{"name":"POINTER_FLAG_CANCELED","features":[216]},{"name":"POINTER_FLAG_CAPTURECHANGED","features":[216]},{"name":"POINTER_FLAG_CONFIDENCE","features":[216]},{"name":"POINTER_FLAG_DOWN","features":[216]},{"name":"POINTER_FLAG_FIFTHBUTTON","features":[216]},{"name":"POINTER_FLAG_FIRSTBUTTON","features":[216]},{"name":"POINTER_FLAG_FOURTHBUTTON","features":[216]},{"name":"POINTER_FLAG_HASTRANSFORM","features":[216]},{"name":"POINTER_FLAG_HWHEEL","features":[216]},{"name":"POINTER_FLAG_INCONTACT","features":[216]},{"name":"POINTER_FLAG_INRANGE","features":[216]},{"name":"POINTER_FLAG_NEW","features":[216]},{"name":"POINTER_FLAG_NONE","features":[216]},{"name":"POINTER_FLAG_PRIMARY","features":[216]},{"name":"POINTER_FLAG_SECONDBUTTON","features":[216]},{"name":"POINTER_FLAG_THIRDBUTTON","features":[216]},{"name":"POINTER_FLAG_UP","features":[216]},{"name":"POINTER_FLAG_UPDATE","features":[216]},{"name":"POINTER_FLAG_WHEEL","features":[216]},{"name":"POINTER_INFO","features":[1,216,55]},{"name":"POINTER_PEN_INFO","features":[1,216,55]},{"name":"POINTER_TOUCH_INFO","features":[1,216,55]},{"name":"SkipPointerFrameMessages","features":[1,216]},{"name":"TOUCH_FEEDBACK_DEFAULT","features":[216]},{"name":"TOUCH_FEEDBACK_INDIRECT","features":[216]},{"name":"TOUCH_FEEDBACK_MODE","features":[216]},{"name":"TOUCH_FEEDBACK_NONE","features":[216]}],"669":[{"name":"CloseGestureInfoHandle","features":[1,221]},{"name":"CloseTouchInputHandle","features":[1,221]},{"name":"GESTURECONFIG","features":[221]},{"name":"GESTURECONFIG_ID","features":[221]},{"name":"GESTUREINFO","features":[1,221]},{"name":"GESTURENOTIFYSTRUCT","features":[1,221]},{"name":"GID_BEGIN","features":[221]},{"name":"GID_END","features":[221]},{"name":"GID_PAN","features":[221]},{"name":"GID_PRESSANDTAP","features":[221]},{"name":"GID_ROLLOVER","features":[221]},{"name":"GID_ROTATE","features":[221]},{"name":"GID_TWOFINGERTAP","features":[221]},{"name":"GID_ZOOM","features":[221]},{"name":"GetGestureConfig","features":[1,221]},{"name":"GetGestureExtraArgs","features":[1,221]},{"name":"GetGestureInfo","features":[1,221]},{"name":"GetTouchInputInfo","features":[1,221]},{"name":"HGESTUREINFO","features":[221]},{"name":"HTOUCHINPUT","features":[221]},{"name":"IInertiaProcessor","features":[221]},{"name":"IManipulationProcessor","features":[221]},{"name":"InertiaProcessor","features":[221]},{"name":"IsTouchWindow","features":[1,221]},{"name":"MANIPULATION_ALL","features":[221]},{"name":"MANIPULATION_NONE","features":[221]},{"name":"MANIPULATION_PROCESSOR_MANIPULATIONS","features":[221]},{"name":"MANIPULATION_ROTATE","features":[221]},{"name":"MANIPULATION_SCALE","features":[221]},{"name":"MANIPULATION_TRANSLATE_X","features":[221]},{"name":"MANIPULATION_TRANSLATE_Y","features":[221]},{"name":"ManipulationProcessor","features":[221]},{"name":"REGISTER_TOUCH_WINDOW_FLAGS","features":[221]},{"name":"RegisterTouchWindow","features":[1,221]},{"name":"SetGestureConfig","features":[1,221]},{"name":"TOUCHEVENTF_DOWN","features":[221]},{"name":"TOUCHEVENTF_FLAGS","features":[221]},{"name":"TOUCHEVENTF_INRANGE","features":[221]},{"name":"TOUCHEVENTF_MOVE","features":[221]},{"name":"TOUCHEVENTF_NOCOALESCE","features":[221]},{"name":"TOUCHEVENTF_PALM","features":[221]},{"name":"TOUCHEVENTF_PEN","features":[221]},{"name":"TOUCHEVENTF_PRIMARY","features":[221]},{"name":"TOUCHEVENTF_UP","features":[221]},{"name":"TOUCHINPUT","features":[1,221]},{"name":"TOUCHINPUTMASKF_CONTACTAREA","features":[221]},{"name":"TOUCHINPUTMASKF_EXTRAINFO","features":[221]},{"name":"TOUCHINPUTMASKF_MASK","features":[221]},{"name":"TOUCHINPUTMASKF_TIMEFROMSYSTEM","features":[221]},{"name":"TWF_FINETOUCH","features":[221]},{"name":"TWF_WANTPALM","features":[221]},{"name":"UnregisterTouchWindow","features":[1,221]},{"name":"_IManipulationEvents","features":[221]}],"670":[{"name":"BATTERY_DEVTYPE","features":[222]},{"name":"BATTERY_DEVTYPE_GAMEPAD","features":[222]},{"name":"BATTERY_DEVTYPE_HEADSET","features":[222]},{"name":"BATTERY_LEVEL","features":[222]},{"name":"BATTERY_LEVEL_EMPTY","features":[222]},{"name":"BATTERY_LEVEL_FULL","features":[222]},{"name":"BATTERY_LEVEL_LOW","features":[222]},{"name":"BATTERY_LEVEL_MEDIUM","features":[222]},{"name":"BATTERY_TYPE","features":[222]},{"name":"BATTERY_TYPE_ALKALINE","features":[222]},{"name":"BATTERY_TYPE_DISCONNECTED","features":[222]},{"name":"BATTERY_TYPE_NIMH","features":[222]},{"name":"BATTERY_TYPE_UNKNOWN","features":[222]},{"name":"BATTERY_TYPE_WIRED","features":[222]},{"name":"VK_PAD_A","features":[222]},{"name":"VK_PAD_B","features":[222]},{"name":"VK_PAD_BACK","features":[222]},{"name":"VK_PAD_DPAD_DOWN","features":[222]},{"name":"VK_PAD_DPAD_LEFT","features":[222]},{"name":"VK_PAD_DPAD_RIGHT","features":[222]},{"name":"VK_PAD_DPAD_UP","features":[222]},{"name":"VK_PAD_LSHOULDER","features":[222]},{"name":"VK_PAD_LTHUMB_DOWN","features":[222]},{"name":"VK_PAD_LTHUMB_DOWNLEFT","features":[222]},{"name":"VK_PAD_LTHUMB_DOWNRIGHT","features":[222]},{"name":"VK_PAD_LTHUMB_LEFT","features":[222]},{"name":"VK_PAD_LTHUMB_PRESS","features":[222]},{"name":"VK_PAD_LTHUMB_RIGHT","features":[222]},{"name":"VK_PAD_LTHUMB_UP","features":[222]},{"name":"VK_PAD_LTHUMB_UPLEFT","features":[222]},{"name":"VK_PAD_LTHUMB_UPRIGHT","features":[222]},{"name":"VK_PAD_LTRIGGER","features":[222]},{"name":"VK_PAD_RSHOULDER","features":[222]},{"name":"VK_PAD_RTHUMB_DOWN","features":[222]},{"name":"VK_PAD_RTHUMB_DOWNLEFT","features":[222]},{"name":"VK_PAD_RTHUMB_DOWNRIGHT","features":[222]},{"name":"VK_PAD_RTHUMB_LEFT","features":[222]},{"name":"VK_PAD_RTHUMB_PRESS","features":[222]},{"name":"VK_PAD_RTHUMB_RIGHT","features":[222]},{"name":"VK_PAD_RTHUMB_UP","features":[222]},{"name":"VK_PAD_RTHUMB_UPLEFT","features":[222]},{"name":"VK_PAD_RTHUMB_UPRIGHT","features":[222]},{"name":"VK_PAD_RTRIGGER","features":[222]},{"name":"VK_PAD_START","features":[222]},{"name":"VK_PAD_X","features":[222]},{"name":"VK_PAD_Y","features":[222]},{"name":"XINPUT_BATTERY_INFORMATION","features":[222]},{"name":"XINPUT_CAPABILITIES","features":[222]},{"name":"XINPUT_CAPABILITIES_FLAGS","features":[222]},{"name":"XINPUT_CAPS_FFB_SUPPORTED","features":[222]},{"name":"XINPUT_CAPS_NO_NAVIGATION","features":[222]},{"name":"XINPUT_CAPS_PMD_SUPPORTED","features":[222]},{"name":"XINPUT_CAPS_VOICE_SUPPORTED","features":[222]},{"name":"XINPUT_CAPS_WIRELESS","features":[222]},{"name":"XINPUT_DEVSUBTYPE","features":[222]},{"name":"XINPUT_DEVSUBTYPE_ARCADE_PAD","features":[222]},{"name":"XINPUT_DEVSUBTYPE_ARCADE_STICK","features":[222]},{"name":"XINPUT_DEVSUBTYPE_DANCE_PAD","features":[222]},{"name":"XINPUT_DEVSUBTYPE_DRUM_KIT","features":[222]},{"name":"XINPUT_DEVSUBTYPE_FLIGHT_STICK","features":[222]},{"name":"XINPUT_DEVSUBTYPE_GAMEPAD","features":[222]},{"name":"XINPUT_DEVSUBTYPE_GUITAR","features":[222]},{"name":"XINPUT_DEVSUBTYPE_GUITAR_ALTERNATE","features":[222]},{"name":"XINPUT_DEVSUBTYPE_GUITAR_BASS","features":[222]},{"name":"XINPUT_DEVSUBTYPE_UNKNOWN","features":[222]},{"name":"XINPUT_DEVSUBTYPE_WHEEL","features":[222]},{"name":"XINPUT_DEVTYPE","features":[222]},{"name":"XINPUT_DEVTYPE_GAMEPAD","features":[222]},{"name":"XINPUT_DLL","features":[222]},{"name":"XINPUT_DLL_A","features":[222]},{"name":"XINPUT_DLL_W","features":[222]},{"name":"XINPUT_FLAG","features":[222]},{"name":"XINPUT_FLAG_ALL","features":[222]},{"name":"XINPUT_FLAG_GAMEPAD","features":[222]},{"name":"XINPUT_GAMEPAD","features":[222]},{"name":"XINPUT_GAMEPAD_A","features":[222]},{"name":"XINPUT_GAMEPAD_B","features":[222]},{"name":"XINPUT_GAMEPAD_BACK","features":[222]},{"name":"XINPUT_GAMEPAD_BUTTON_FLAGS","features":[222]},{"name":"XINPUT_GAMEPAD_DPAD_DOWN","features":[222]},{"name":"XINPUT_GAMEPAD_DPAD_LEFT","features":[222]},{"name":"XINPUT_GAMEPAD_DPAD_RIGHT","features":[222]},{"name":"XINPUT_GAMEPAD_DPAD_UP","features":[222]},{"name":"XINPUT_GAMEPAD_LEFT_SHOULDER","features":[222]},{"name":"XINPUT_GAMEPAD_LEFT_THUMB","features":[222]},{"name":"XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE","features":[222]},{"name":"XINPUT_GAMEPAD_RIGHT_SHOULDER","features":[222]},{"name":"XINPUT_GAMEPAD_RIGHT_THUMB","features":[222]},{"name":"XINPUT_GAMEPAD_RIGHT_THUMB_DEADZONE","features":[222]},{"name":"XINPUT_GAMEPAD_START","features":[222]},{"name":"XINPUT_GAMEPAD_TRIGGER_THRESHOLD","features":[222]},{"name":"XINPUT_GAMEPAD_X","features":[222]},{"name":"XINPUT_GAMEPAD_Y","features":[222]},{"name":"XINPUT_KEYSTROKE","features":[222]},{"name":"XINPUT_KEYSTROKE_FLAGS","features":[222]},{"name":"XINPUT_KEYSTROKE_KEYDOWN","features":[222]},{"name":"XINPUT_KEYSTROKE_KEYUP","features":[222]},{"name":"XINPUT_KEYSTROKE_REPEAT","features":[222]},{"name":"XINPUT_STATE","features":[222]},{"name":"XINPUT_VIBRATION","features":[222]},{"name":"XINPUT_VIRTUAL_KEY","features":[222]},{"name":"XInputEnable","features":[1,222]},{"name":"XInputGetAudioDeviceIds","features":[222]},{"name":"XInputGetBatteryInformation","features":[222]},{"name":"XInputGetCapabilities","features":[222]},{"name":"XInputGetKeystroke","features":[222]},{"name":"XInputGetState","features":[222]},{"name":"XInputSetState","features":[222]},{"name":"XUSER_INDEX_ANY","features":[222]},{"name":"XUSER_MAX_COUNT","features":[222]}],"671":[{"name":"AddPointerInteractionContext","features":[223]},{"name":"BufferPointerPacketsInteractionContext","features":[1,216,223,55]},{"name":"CROSS_SLIDE_FLAGS","features":[223]},{"name":"CROSS_SLIDE_FLAGS_MAX","features":[223]},{"name":"CROSS_SLIDE_FLAGS_NONE","features":[223]},{"name":"CROSS_SLIDE_FLAGS_REARRANGE","features":[223]},{"name":"CROSS_SLIDE_FLAGS_SELECT","features":[223]},{"name":"CROSS_SLIDE_FLAGS_SPEED_BUMP","features":[223]},{"name":"CROSS_SLIDE_PARAMETER","features":[223]},{"name":"CROSS_SLIDE_THRESHOLD","features":[223]},{"name":"CROSS_SLIDE_THRESHOLD_COUNT","features":[223]},{"name":"CROSS_SLIDE_THRESHOLD_MAX","features":[223]},{"name":"CROSS_SLIDE_THRESHOLD_REARRANGE_START","features":[223]},{"name":"CROSS_SLIDE_THRESHOLD_SELECT_START","features":[223]},{"name":"CROSS_SLIDE_THRESHOLD_SPEED_BUMP_END","features":[223]},{"name":"CROSS_SLIDE_THRESHOLD_SPEED_BUMP_START","features":[223]},{"name":"CreateInteractionContext","features":[223]},{"name":"DestroyInteractionContext","features":[223]},{"name":"GetCrossSlideParameterInteractionContext","features":[223]},{"name":"GetHoldParameterInteractionContext","features":[223]},{"name":"GetInertiaParameterInteractionContext","features":[223]},{"name":"GetInteractionConfigurationInteractionContext","features":[223]},{"name":"GetMouseWheelParameterInteractionContext","features":[223]},{"name":"GetPropertyInteractionContext","features":[223]},{"name":"GetStateInteractionContext","features":[1,216,223,55]},{"name":"GetTapParameterInteractionContext","features":[223]},{"name":"GetTranslationParameterInteractionContext","features":[223]},{"name":"HINTERACTIONCONTEXT","features":[223]},{"name":"HOLD_PARAMETER","features":[223]},{"name":"HOLD_PARAMETER_MAX","features":[223]},{"name":"HOLD_PARAMETER_MAX_CONTACT_COUNT","features":[223]},{"name":"HOLD_PARAMETER_MIN_CONTACT_COUNT","features":[223]},{"name":"HOLD_PARAMETER_THRESHOLD_RADIUS","features":[223]},{"name":"HOLD_PARAMETER_THRESHOLD_START_DELAY","features":[223]},{"name":"INERTIA_PARAMETER","features":[223]},{"name":"INERTIA_PARAMETER_EXPANSION_DECELERATION","features":[223]},{"name":"INERTIA_PARAMETER_EXPANSION_EXPANSION","features":[223]},{"name":"INERTIA_PARAMETER_MAX","features":[223]},{"name":"INERTIA_PARAMETER_ROTATION_ANGLE","features":[223]},{"name":"INERTIA_PARAMETER_ROTATION_DECELERATION","features":[223]},{"name":"INERTIA_PARAMETER_TRANSLATION_DECELERATION","features":[223]},{"name":"INERTIA_PARAMETER_TRANSLATION_DISPLACEMENT","features":[223]},{"name":"INTERACTION_ARGUMENTS_CROSS_SLIDE","features":[223]},{"name":"INTERACTION_ARGUMENTS_MANIPULATION","features":[223]},{"name":"INTERACTION_ARGUMENTS_TAP","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAGS","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_EXACT","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_HORIZONTAL","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_REARRANGE","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_SELECT","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_SPEED_BUMP","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_DRAG","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD_MOUSE","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD_MULTIPLE_FINGER","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_EXACT","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_MULTIPLE_FINGER_PANNING","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_RAILS_X","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_RAILS_Y","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_ROTATION","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_ROTATION_INERTIA","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_SCALING","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_SCALING_INERTIA","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_INERTIA","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_X","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_Y","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_MAX","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_NONE","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_SECONDARY_TAP","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP_DOUBLE","features":[223]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP_MULTIPLE_FINGER","features":[223]},{"name":"INTERACTION_CONTEXT_CONFIGURATION","features":[223]},{"name":"INTERACTION_CONTEXT_OUTPUT","features":[223,55]},{"name":"INTERACTION_CONTEXT_OUTPUT2","features":[223,55]},{"name":"INTERACTION_CONTEXT_OUTPUT_CALLBACK","features":[223,55]},{"name":"INTERACTION_CONTEXT_OUTPUT_CALLBACK2","features":[223,55]},{"name":"INTERACTION_CONTEXT_PROPERTY","features":[223]},{"name":"INTERACTION_CONTEXT_PROPERTY_FILTER_POINTERS","features":[223]},{"name":"INTERACTION_CONTEXT_PROPERTY_INTERACTION_UI_FEEDBACK","features":[223]},{"name":"INTERACTION_CONTEXT_PROPERTY_MAX","features":[223]},{"name":"INTERACTION_CONTEXT_PROPERTY_MEASUREMENT_UNITS","features":[223]},{"name":"INTERACTION_FLAGS","features":[223]},{"name":"INTERACTION_FLAG_BEGIN","features":[223]},{"name":"INTERACTION_FLAG_CANCEL","features":[223]},{"name":"INTERACTION_FLAG_END","features":[223]},{"name":"INTERACTION_FLAG_INERTIA","features":[223]},{"name":"INTERACTION_FLAG_MAX","features":[223]},{"name":"INTERACTION_FLAG_NONE","features":[223]},{"name":"INTERACTION_ID","features":[223]},{"name":"INTERACTION_ID_CROSS_SLIDE","features":[223]},{"name":"INTERACTION_ID_DRAG","features":[223]},{"name":"INTERACTION_ID_HOLD","features":[223]},{"name":"INTERACTION_ID_MANIPULATION","features":[223]},{"name":"INTERACTION_ID_MAX","features":[223]},{"name":"INTERACTION_ID_NONE","features":[223]},{"name":"INTERACTION_ID_SECONDARY_TAP","features":[223]},{"name":"INTERACTION_ID_TAP","features":[223]},{"name":"INTERACTION_STATE","features":[223]},{"name":"INTERACTION_STATE_IDLE","features":[223]},{"name":"INTERACTION_STATE_IN_INTERACTION","features":[223]},{"name":"INTERACTION_STATE_MAX","features":[223]},{"name":"INTERACTION_STATE_POSSIBLE_DOUBLE_TAP","features":[223]},{"name":"MANIPULATION_RAILS_STATE","features":[223]},{"name":"MANIPULATION_RAILS_STATE_FREE","features":[223]},{"name":"MANIPULATION_RAILS_STATE_MAX","features":[223]},{"name":"MANIPULATION_RAILS_STATE_RAILED","features":[223]},{"name":"MANIPULATION_RAILS_STATE_UNDECIDED","features":[223]},{"name":"MANIPULATION_TRANSFORM","features":[223]},{"name":"MANIPULATION_VELOCITY","features":[223]},{"name":"MOUSE_WHEEL_PARAMETER","features":[223]},{"name":"MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_X","features":[223]},{"name":"MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_Y","features":[223]},{"name":"MOUSE_WHEEL_PARAMETER_DELTA_ROTATION","features":[223]},{"name":"MOUSE_WHEEL_PARAMETER_DELTA_SCALE","features":[223]},{"name":"MOUSE_WHEEL_PARAMETER_MAX","features":[223]},{"name":"MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_X","features":[223]},{"name":"MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_Y","features":[223]},{"name":"ProcessBufferedPacketsInteractionContext","features":[223]},{"name":"ProcessInertiaInteractionContext","features":[223]},{"name":"ProcessPointerFramesInteractionContext","features":[1,216,223,55]},{"name":"RegisterOutputCallbackInteractionContext","features":[223,55]},{"name":"RegisterOutputCallbackInteractionContext2","features":[223,55]},{"name":"RemovePointerInteractionContext","features":[223]},{"name":"ResetInteractionContext","features":[223]},{"name":"SetCrossSlideParametersInteractionContext","features":[223]},{"name":"SetHoldParameterInteractionContext","features":[223]},{"name":"SetInertiaParameterInteractionContext","features":[223]},{"name":"SetInteractionConfigurationInteractionContext","features":[223]},{"name":"SetMouseWheelParameterInteractionContext","features":[223]},{"name":"SetPivotInteractionContext","features":[223]},{"name":"SetPropertyInteractionContext","features":[223]},{"name":"SetTapParameterInteractionContext","features":[223]},{"name":"SetTranslationParameterInteractionContext","features":[223]},{"name":"StopInteractionContext","features":[223]},{"name":"TAP_PARAMETER","features":[223]},{"name":"TAP_PARAMETER_MAX","features":[223]},{"name":"TAP_PARAMETER_MAX_CONTACT_COUNT","features":[223]},{"name":"TAP_PARAMETER_MIN_CONTACT_COUNT","features":[223]},{"name":"TRANSLATION_PARAMETER","features":[223]},{"name":"TRANSLATION_PARAMETER_MAX","features":[223]},{"name":"TRANSLATION_PARAMETER_MAX_CONTACT_COUNT","features":[223]},{"name":"TRANSLATION_PARAMETER_MIN_CONTACT_COUNT","features":[223]}],"673":[{"name":"MAGCOLOREFFECT","features":[224]},{"name":"MAGIMAGEHEADER","features":[224]},{"name":"MAGTRANSFORM","features":[224]},{"name":"MS_CLIPAROUNDCURSOR","features":[224]},{"name":"MS_INVERTCOLORS","features":[224]},{"name":"MS_SHOWMAGNIFIEDCURSOR","features":[224]},{"name":"MW_FILTERMODE","features":[224]},{"name":"MW_FILTERMODE_EXCLUDE","features":[224]},{"name":"MW_FILTERMODE_INCLUDE","features":[224]},{"name":"MagGetColorEffect","features":[1,224]},{"name":"MagGetFullscreenColorEffect","features":[1,224]},{"name":"MagGetFullscreenTransform","features":[1,224]},{"name":"MagGetImageScalingCallback","features":[1,13,224]},{"name":"MagGetInputTransform","features":[1,224]},{"name":"MagGetWindowFilterList","features":[1,224]},{"name":"MagGetWindowSource","features":[1,224]},{"name":"MagGetWindowTransform","features":[1,224]},{"name":"MagImageScalingCallback","features":[1,13,224]},{"name":"MagInitialize","features":[1,224]},{"name":"MagSetColorEffect","features":[1,224]},{"name":"MagSetFullscreenColorEffect","features":[1,224]},{"name":"MagSetFullscreenTransform","features":[1,224]},{"name":"MagSetImageScalingCallback","features":[1,13,224]},{"name":"MagSetInputTransform","features":[1,224]},{"name":"MagSetWindowFilterList","features":[1,224]},{"name":"MagSetWindowSource","features":[1,224]},{"name":"MagSetWindowTransform","features":[1,224]},{"name":"MagShowSystemCursor","features":[1,224]},{"name":"MagUninitialize","features":[1,224]},{"name":"WC_MAGNIFIER","features":[224]},{"name":"WC_MAGNIFIERA","features":[224]},{"name":"WC_MAGNIFIERW","features":[224]}],"676":[{"name":"AASHELLMENUFILENAME","features":[116]},{"name":"AASHELLMENUITEM","features":[116]},{"name":"ABE_BOTTOM","features":[116]},{"name":"ABE_LEFT","features":[116]},{"name":"ABE_RIGHT","features":[116]},{"name":"ABE_TOP","features":[116]},{"name":"ABM_ACTIVATE","features":[116]},{"name":"ABM_GETAUTOHIDEBAR","features":[116]},{"name":"ABM_GETAUTOHIDEBAREX","features":[116]},{"name":"ABM_GETSTATE","features":[116]},{"name":"ABM_GETTASKBARPOS","features":[116]},{"name":"ABM_NEW","features":[116]},{"name":"ABM_QUERYPOS","features":[116]},{"name":"ABM_REMOVE","features":[116]},{"name":"ABM_SETAUTOHIDEBAR","features":[116]},{"name":"ABM_SETAUTOHIDEBAREX","features":[116]},{"name":"ABM_SETPOS","features":[116]},{"name":"ABM_SETSTATE","features":[116]},{"name":"ABM_WINDOWPOSCHANGED","features":[116]},{"name":"ABN_FULLSCREENAPP","features":[116]},{"name":"ABN_POSCHANGED","features":[116]},{"name":"ABN_STATECHANGE","features":[116]},{"name":"ABN_WINDOWARRANGE","features":[116]},{"name":"ABS_ALWAYSONTOP","features":[116]},{"name":"ABS_AUTOHIDE","features":[116]},{"name":"ACDD_VISIBLE","features":[116]},{"name":"ACENUMOPTION","features":[116]},{"name":"ACEO_FIRSTUNUSED","features":[116]},{"name":"ACEO_MOSTRECENTFIRST","features":[116]},{"name":"ACEO_NONE","features":[116]},{"name":"ACLO_CURRENTDIR","features":[116]},{"name":"ACLO_DESKTOP","features":[116]},{"name":"ACLO_FAVORITES","features":[116]},{"name":"ACLO_FILESYSDIRS","features":[116]},{"name":"ACLO_FILESYSONLY","features":[116]},{"name":"ACLO_MYCOMPUTER","features":[116]},{"name":"ACLO_NONE","features":[116]},{"name":"ACLO_VIRTUALNAMESPACE","features":[116]},{"name":"ACO_AUTOAPPEND","features":[116]},{"name":"ACO_AUTOSUGGEST","features":[116]},{"name":"ACO_FILTERPREFIXES","features":[116]},{"name":"ACO_NONE","features":[116]},{"name":"ACO_NOPREFIXFILTERING","features":[116]},{"name":"ACO_RTLREADING","features":[116]},{"name":"ACO_SEARCH","features":[116]},{"name":"ACO_UPDOWNKEYDROPSLIST","features":[116]},{"name":"ACO_USETAB","features":[116]},{"name":"ACO_WORD_FILTER","features":[116]},{"name":"ACTIVATEOPTIONS","features":[116]},{"name":"ADDURL_SILENT","features":[116]},{"name":"ADE_LEFT","features":[116]},{"name":"ADE_NONE","features":[116]},{"name":"ADE_RIGHT","features":[116]},{"name":"ADJACENT_DISPLAY_EDGES","features":[116]},{"name":"ADLT_FREQUENT","features":[116]},{"name":"ADLT_RECENT","features":[116]},{"name":"AD_APPLY_BUFFERED_REFRESH","features":[116]},{"name":"AD_APPLY_DYNAMICREFRESH","features":[116]},{"name":"AD_APPLY_FORCE","features":[116]},{"name":"AD_APPLY_HTMLGEN","features":[116]},{"name":"AD_APPLY_REFRESH","features":[116]},{"name":"AD_APPLY_SAVE","features":[116]},{"name":"AD_GETWP_BMP","features":[116]},{"name":"AD_GETWP_IMAGE","features":[116]},{"name":"AD_GETWP_LAST_APPLIED","features":[116]},{"name":"AHE_DESKTOP","features":[116]},{"name":"AHE_IMMERSIVE","features":[116]},{"name":"AHE_TYPE","features":[116]},{"name":"AHTYPE","features":[116]},{"name":"AHTYPE_ANY_APPLICATION","features":[116]},{"name":"AHTYPE_ANY_PROGID","features":[116]},{"name":"AHTYPE_APPLICATION","features":[116]},{"name":"AHTYPE_CLASS_APPLICATION","features":[116]},{"name":"AHTYPE_MACHINEDEFAULT","features":[116]},{"name":"AHTYPE_PROGID","features":[116]},{"name":"AHTYPE_UNDEFINED","features":[116]},{"name":"AHTYPE_USER_APPLICATION","features":[116]},{"name":"AIM_COMMENTS","features":[116]},{"name":"AIM_CONTACT","features":[116]},{"name":"AIM_DISPLAYNAME","features":[116]},{"name":"AIM_HELPLINK","features":[116]},{"name":"AIM_IMAGE","features":[116]},{"name":"AIM_INSTALLDATE","features":[116]},{"name":"AIM_INSTALLLOCATION","features":[116]},{"name":"AIM_INSTALLSOURCE","features":[116]},{"name":"AIM_LANGUAGE","features":[116]},{"name":"AIM_PRODUCTID","features":[116]},{"name":"AIM_PUBLISHER","features":[116]},{"name":"AIM_READMEURL","features":[116]},{"name":"AIM_REGISTEREDCOMPANY","features":[116]},{"name":"AIM_REGISTEREDOWNER","features":[116]},{"name":"AIM_SUPPORTTELEPHONE","features":[116]},{"name":"AIM_SUPPORTURL","features":[116]},{"name":"AIM_UPDATEINFOURL","features":[116]},{"name":"AIM_VERSION","features":[116]},{"name":"AL_EFFECTIVE","features":[116]},{"name":"AL_MACHINE","features":[116]},{"name":"AL_USER","features":[116]},{"name":"AO_DESIGNMODE","features":[116]},{"name":"AO_NOERRORUI","features":[116]},{"name":"AO_NONE","features":[116]},{"name":"AO_NOSPLASHSCREEN","features":[116]},{"name":"AO_PRELAUNCH","features":[116]},{"name":"APPACTIONFLAGS","features":[116]},{"name":"APPACTION_ADDLATER","features":[116]},{"name":"APPACTION_CANGETSIZE","features":[116]},{"name":"APPACTION_INSTALL","features":[116]},{"name":"APPACTION_MODIFY","features":[116]},{"name":"APPACTION_MODIFYREMOVE","features":[116]},{"name":"APPACTION_REPAIR","features":[116]},{"name":"APPACTION_UNINSTALL","features":[116]},{"name":"APPACTION_UNSCHEDULE","features":[116]},{"name":"APPACTION_UPGRADE","features":[116]},{"name":"APPBARDATA","features":[1,116]},{"name":"APPBARDATA","features":[1,116]},{"name":"APPCATEGORYINFO","features":[116]},{"name":"APPCATEGORYINFOLIST","features":[116]},{"name":"APPDOCLISTTYPE","features":[116]},{"name":"APPINFODATA","features":[116]},{"name":"APPINFODATAFLAGS","features":[116]},{"name":"APPLET_PROC","features":[1,116]},{"name":"APPLICATION_VIEW_MIN_WIDTH","features":[116]},{"name":"APPLICATION_VIEW_ORIENTATION","features":[116]},{"name":"APPLICATION_VIEW_SIZE_PREFERENCE","features":[116]},{"name":"APPLICATION_VIEW_STATE","features":[116]},{"name":"APPNAMEBUFFERLEN","features":[116]},{"name":"ARCONTENT_AUDIOCD","features":[116]},{"name":"ARCONTENT_AUTOPLAYMUSIC","features":[116]},{"name":"ARCONTENT_AUTOPLAYPIX","features":[116]},{"name":"ARCONTENT_AUTOPLAYVIDEO","features":[116]},{"name":"ARCONTENT_AUTORUNINF","features":[116]},{"name":"ARCONTENT_BLANKBD","features":[116]},{"name":"ARCONTENT_BLANKCD","features":[116]},{"name":"ARCONTENT_BLANKDVD","features":[116]},{"name":"ARCONTENT_BLURAY","features":[116]},{"name":"ARCONTENT_CAMERASTORAGE","features":[116]},{"name":"ARCONTENT_CUSTOMEVENT","features":[116]},{"name":"ARCONTENT_DVDAUDIO","features":[116]},{"name":"ARCONTENT_DVDMOVIE","features":[116]},{"name":"ARCONTENT_MASK","features":[116]},{"name":"ARCONTENT_NONE","features":[116]},{"name":"ARCONTENT_PHASE_FINAL","features":[116]},{"name":"ARCONTENT_PHASE_MASK","features":[116]},{"name":"ARCONTENT_PHASE_PRESNIFF","features":[116]},{"name":"ARCONTENT_PHASE_SNIFFING","features":[116]},{"name":"ARCONTENT_PHASE_UNKNOWN","features":[116]},{"name":"ARCONTENT_SVCD","features":[116]},{"name":"ARCONTENT_UNKNOWNCONTENT","features":[116]},{"name":"ARCONTENT_VCD","features":[116]},{"name":"ASSOCCLASS","features":[116]},{"name":"ASSOCCLASS_APP_KEY","features":[116]},{"name":"ASSOCCLASS_APP_STR","features":[116]},{"name":"ASSOCCLASS_CLSID_KEY","features":[116]},{"name":"ASSOCCLASS_CLSID_STR","features":[116]},{"name":"ASSOCCLASS_FIXED_PROGID_STR","features":[116]},{"name":"ASSOCCLASS_FOLDER","features":[116]},{"name":"ASSOCCLASS_PROGID_KEY","features":[116]},{"name":"ASSOCCLASS_PROGID_STR","features":[116]},{"name":"ASSOCCLASS_PROTOCOL_STR","features":[116]},{"name":"ASSOCCLASS_SHELL_KEY","features":[116]},{"name":"ASSOCCLASS_STAR","features":[116]},{"name":"ASSOCCLASS_SYSTEM_STR","features":[116]},{"name":"ASSOCDATA","features":[116]},{"name":"ASSOCDATA_EDITFLAGS","features":[116]},{"name":"ASSOCDATA_HASPERUSERASSOC","features":[116]},{"name":"ASSOCDATA_MAX","features":[116]},{"name":"ASSOCDATA_MSIDESCRIPTOR","features":[116]},{"name":"ASSOCDATA_NOACTIVATEHANDLER","features":[116]},{"name":"ASSOCDATA_UNUSED1","features":[116]},{"name":"ASSOCDATA_VALUE","features":[116]},{"name":"ASSOCENUM","features":[116]},{"name":"ASSOCENUM_NONE","features":[116]},{"name":"ASSOCF","features":[116]},{"name":"ASSOCF_APP_TO_APP","features":[116]},{"name":"ASSOCF_IGNOREBASECLASS","features":[116]},{"name":"ASSOCF_INIT_BYEXENAME","features":[116]},{"name":"ASSOCF_INIT_DEFAULTTOFOLDER","features":[116]},{"name":"ASSOCF_INIT_DEFAULTTOSTAR","features":[116]},{"name":"ASSOCF_INIT_FIXED_PROGID","features":[116]},{"name":"ASSOCF_INIT_FOR_FILE","features":[116]},{"name":"ASSOCF_INIT_IGNOREUNKNOWN","features":[116]},{"name":"ASSOCF_INIT_NOREMAPCLSID","features":[116]},{"name":"ASSOCF_IS_FULL_URI","features":[116]},{"name":"ASSOCF_IS_PROTOCOL","features":[116]},{"name":"ASSOCF_NOFIXUPS","features":[116]},{"name":"ASSOCF_NONE","features":[116]},{"name":"ASSOCF_NOTRUNCATE","features":[116]},{"name":"ASSOCF_NOUSERSETTINGS","features":[116]},{"name":"ASSOCF_OPEN_BYEXENAME","features":[116]},{"name":"ASSOCF_PER_MACHINE_ONLY","features":[116]},{"name":"ASSOCF_REMAPRUNDLL","features":[116]},{"name":"ASSOCF_VERIFY","features":[116]},{"name":"ASSOCIATIONELEMENT","features":[54,116]},{"name":"ASSOCIATIONELEMENT","features":[54,116]},{"name":"ASSOCIATIONLEVEL","features":[116]},{"name":"ASSOCIATIONTYPE","features":[116]},{"name":"ASSOCKEY","features":[116]},{"name":"ASSOCKEY_APP","features":[116]},{"name":"ASSOCKEY_BASECLASS","features":[116]},{"name":"ASSOCKEY_CLASS","features":[116]},{"name":"ASSOCKEY_MAX","features":[116]},{"name":"ASSOCKEY_SHELLEXECCLASS","features":[116]},{"name":"ASSOCSTR","features":[116]},{"name":"ASSOCSTR_APPICONREFERENCE","features":[116]},{"name":"ASSOCSTR_APPID","features":[116]},{"name":"ASSOCSTR_APPPUBLISHER","features":[116]},{"name":"ASSOCSTR_COMMAND","features":[116]},{"name":"ASSOCSTR_CONTENTTYPE","features":[116]},{"name":"ASSOCSTR_DDEAPPLICATION","features":[116]},{"name":"ASSOCSTR_DDECOMMAND","features":[116]},{"name":"ASSOCSTR_DDEIFEXEC","features":[116]},{"name":"ASSOCSTR_DDETOPIC","features":[116]},{"name":"ASSOCSTR_DEFAULTICON","features":[116]},{"name":"ASSOCSTR_DELEGATEEXECUTE","features":[116]},{"name":"ASSOCSTR_DROPTARGET","features":[116]},{"name":"ASSOCSTR_EXECUTABLE","features":[116]},{"name":"ASSOCSTR_FRIENDLYAPPNAME","features":[116]},{"name":"ASSOCSTR_FRIENDLYDOCNAME","features":[116]},{"name":"ASSOCSTR_INFOTIP","features":[116]},{"name":"ASSOCSTR_MAX","features":[116]},{"name":"ASSOCSTR_NOOPEN","features":[116]},{"name":"ASSOCSTR_PROGID","features":[116]},{"name":"ASSOCSTR_QUICKTIP","features":[116]},{"name":"ASSOCSTR_SHELLEXTENSION","features":[116]},{"name":"ASSOCSTR_SHELLNEWVALUE","features":[116]},{"name":"ASSOCSTR_SUPPORTED_URI_PROTOCOLS","features":[116]},{"name":"ASSOCSTR_TILEINFO","features":[116]},{"name":"ASSOC_FILTER","features":[116]},{"name":"ASSOC_FILTER_NONE","features":[116]},{"name":"ASSOC_FILTER_RECOMMENDED","features":[116]},{"name":"ATTACHMENT_ACTION","features":[116]},{"name":"ATTACHMENT_ACTION_CANCEL","features":[116]},{"name":"ATTACHMENT_ACTION_EXEC","features":[116]},{"name":"ATTACHMENT_ACTION_SAVE","features":[116]},{"name":"ATTACHMENT_PROMPT","features":[116]},{"name":"ATTACHMENT_PROMPT_EXEC","features":[116]},{"name":"ATTACHMENT_PROMPT_EXEC_OR_SAVE","features":[116]},{"name":"ATTACHMENT_PROMPT_NONE","features":[116]},{"name":"ATTACHMENT_PROMPT_SAVE","features":[116]},{"name":"AT_FILEEXTENSION","features":[116]},{"name":"AT_MIMETYPE","features":[116]},{"name":"AT_STARTMENUCLIENT","features":[116]},{"name":"AT_URLPROTOCOL","features":[116]},{"name":"AUTOCOMPLETELISTOPTIONS","features":[116]},{"name":"AUTOCOMPLETEOPTIONS","features":[116]},{"name":"AUTO_SCROLL_DATA","features":[1,116]},{"name":"AVMW_320","features":[116]},{"name":"AVMW_500","features":[116]},{"name":"AVMW_DEFAULT","features":[116]},{"name":"AVO_LANDSCAPE","features":[116]},{"name":"AVO_PORTRAIT","features":[116]},{"name":"AVSP_CUSTOM","features":[116]},{"name":"AVSP_DEFAULT","features":[116]},{"name":"AVSP_USE_HALF","features":[116]},{"name":"AVSP_USE_LESS","features":[116]},{"name":"AVSP_USE_MINIMUM","features":[116]},{"name":"AVSP_USE_MORE","features":[116]},{"name":"AVSP_USE_NONE","features":[116]},{"name":"AVS_FILLED","features":[116]},{"name":"AVS_FULLSCREEN_LANDSCAPE","features":[116]},{"name":"AVS_FULLSCREEN_PORTRAIT","features":[116]},{"name":"AVS_SNAPPED","features":[116]},{"name":"AccessibilityDockingService","features":[116]},{"name":"AllowSmallerSize","features":[116]},{"name":"AlphabeticalCategorizer","features":[116]},{"name":"AppShellVerbHandler","features":[116]},{"name":"AppStartupLink","features":[116]},{"name":"AppVisibility","features":[116]},{"name":"ApplicationActivationManager","features":[116]},{"name":"ApplicationAssociationRegistration","features":[116]},{"name":"ApplicationAssociationRegistrationUI","features":[116]},{"name":"ApplicationDesignModeSettings","features":[116]},{"name":"ApplicationDestinations","features":[116]},{"name":"ApplicationDocumentLists","features":[116]},{"name":"AssocCreate","features":[116]},{"name":"AssocCreateForClasses","features":[54,116]},{"name":"AssocGetDetailsOfPropKey","features":[1,43,44,225]},{"name":"AssocGetPerceivedType","features":[225]},{"name":"AssocIsDangerous","features":[1,116]},{"name":"AssocQueryKeyA","features":[54,116]},{"name":"AssocQueryKeyW","features":[54,116]},{"name":"AssocQueryStringA","features":[116]},{"name":"AssocQueryStringByKeyA","features":[54,116]},{"name":"AssocQueryStringByKeyW","features":[54,116]},{"name":"AssocQueryStringW","features":[116]},{"name":"AttachmentServices","features":[116]},{"name":"BANDINFOSFB","features":[1,225]},{"name":"BANDSITECID","features":[116]},{"name":"BANDSITEINFO","features":[116]},{"name":"BANNER_NOTIFICATION","features":[116]},{"name":"BANNER_NOTIFICATION_EVENT","features":[116]},{"name":"BASEBROWSERDATALH","features":[1,225]},{"name":"BASEBROWSERDATAXP","features":[1,225]},{"name":"BFFCALLBACK","features":[1,116]},{"name":"BFFM_ENABLEOK","features":[116]},{"name":"BFFM_INITIALIZED","features":[116]},{"name":"BFFM_IUNKNOWN","features":[116]},{"name":"BFFM_SELCHANGED","features":[116]},{"name":"BFFM_SETEXPANDED","features":[116]},{"name":"BFFM_SETOKTEXT","features":[116]},{"name":"BFFM_SETSELECTION","features":[116]},{"name":"BFFM_SETSELECTIONA","features":[116]},{"name":"BFFM_SETSELECTIONW","features":[116]},{"name":"BFFM_SETSTATUSTEXT","features":[116]},{"name":"BFFM_SETSTATUSTEXTA","features":[116]},{"name":"BFFM_SETSTATUSTEXTW","features":[116]},{"name":"BFFM_VALIDATEFAILED","features":[116]},{"name":"BFFM_VALIDATEFAILEDA","features":[116]},{"name":"BFFM_VALIDATEFAILEDW","features":[116]},{"name":"BFO_ADD_IE_TOCAPTIONBAR","features":[116]},{"name":"BFO_BOTH_OPTIONS","features":[116]},{"name":"BFO_BROWSER_PERSIST_SETTINGS","features":[116]},{"name":"BFO_BROWSE_NO_IN_NEW_PROCESS","features":[116]},{"name":"BFO_ENABLE_HYPERLINK_TRACKING","features":[116]},{"name":"BFO_GO_HOME_PAGE","features":[116]},{"name":"BFO_NONE","features":[116]},{"name":"BFO_NO_PARENT_FOLDER_SUPPORT","features":[116]},{"name":"BFO_NO_REOPEN_NEXT_RESTART","features":[116]},{"name":"BFO_PREFER_IEPROCESS","features":[116]},{"name":"BFO_QUERY_ALL","features":[116]},{"name":"BFO_RENAME_FOLDER_OPTIONS_TOINTERNET","features":[116]},{"name":"BFO_SHOW_NAVIGATION_CANCELLED","features":[116]},{"name":"BFO_SUBSTITUE_INTERNET_START_PAGE","features":[116]},{"name":"BFO_USE_DIALUP_REF","features":[116]},{"name":"BFO_USE_IE_LOGOBANDING","features":[116]},{"name":"BFO_USE_IE_OFFLINE_SUPPORT","features":[116]},{"name":"BFO_USE_IE_STATUSBAR","features":[116]},{"name":"BFO_USE_IE_TOOLBAR","features":[116]},{"name":"BHID_AssociationArray","features":[116]},{"name":"BHID_DataObject","features":[116]},{"name":"BHID_EnumAssocHandlers","features":[116]},{"name":"BHID_EnumItems","features":[116]},{"name":"BHID_FilePlaceholder","features":[116]},{"name":"BHID_Filter","features":[116]},{"name":"BHID_LinkTargetItem","features":[116]},{"name":"BHID_PropertyStore","features":[116]},{"name":"BHID_RandomAccessStream","features":[116]},{"name":"BHID_SFObject","features":[116]},{"name":"BHID_SFUIObject","features":[116]},{"name":"BHID_SFViewObject","features":[116]},{"name":"BHID_Storage","features":[116]},{"name":"BHID_StorageEnum","features":[116]},{"name":"BHID_StorageItem","features":[116]},{"name":"BHID_Stream","features":[116]},{"name":"BHID_ThumbnailHandler","features":[116]},{"name":"BHID_Transfer","features":[116]},{"name":"BIF_BROWSEFILEJUNCTIONS","features":[116]},{"name":"BIF_BROWSEFORCOMPUTER","features":[116]},{"name":"BIF_BROWSEFORPRINTER","features":[116]},{"name":"BIF_BROWSEINCLUDEFILES","features":[116]},{"name":"BIF_BROWSEINCLUDEURLS","features":[116]},{"name":"BIF_DONTGOBELOWDOMAIN","features":[116]},{"name":"BIF_EDITBOX","features":[116]},{"name":"BIF_NEWDIALOGSTYLE","features":[116]},{"name":"BIF_NONEWFOLDERBUTTON","features":[116]},{"name":"BIF_NOTRANSLATETARGETS","features":[116]},{"name":"BIF_PREFER_INTERNET_SHORTCUT","features":[116]},{"name":"BIF_RETURNFSANCESTORS","features":[116]},{"name":"BIF_RETURNONLYFSDIRS","features":[116]},{"name":"BIF_SHAREABLE","features":[116]},{"name":"BIF_STATUSTEXT","features":[116]},{"name":"BIF_UAHINT","features":[116]},{"name":"BIF_VALIDATE","features":[116]},{"name":"BIND_INTERRUPTABLE","features":[116]},{"name":"BMICON_LARGE","features":[116]},{"name":"BMICON_SMALL","features":[116]},{"name":"BNE_Button1Clicked","features":[116]},{"name":"BNE_Button2Clicked","features":[116]},{"name":"BNE_Closed","features":[116]},{"name":"BNE_Dismissed","features":[116]},{"name":"BNE_Hovered","features":[116]},{"name":"BNE_Rendered","features":[116]},{"name":"BNSTATE","features":[116]},{"name":"BNS_BEGIN_NAVIGATE","features":[116]},{"name":"BNS_NAVIGATE","features":[116]},{"name":"BNS_NORMAL","features":[116]},{"name":"BROWSEINFOA","features":[1,225]},{"name":"BROWSEINFOW","features":[1,225]},{"name":"BSF_CANMAXIMIZE","features":[116]},{"name":"BSF_DELEGATEDNAVIGATION","features":[116]},{"name":"BSF_DONTSHOWNAVCANCELPAGE","features":[116]},{"name":"BSF_FEEDNAVIGATION","features":[116]},{"name":"BSF_FEEDSUBSCRIBED","features":[116]},{"name":"BSF_HTMLNAVCANCELED","features":[116]},{"name":"BSF_MERGEDMENUS","features":[116]},{"name":"BSF_NAVNOHISTORY","features":[116]},{"name":"BSF_NOLOCALFILEWARNING","features":[116]},{"name":"BSF_REGISTERASDROPTARGET","features":[116]},{"name":"BSF_RESIZABLE","features":[116]},{"name":"BSF_SETNAVIGATABLECODEPAGE","features":[116]},{"name":"BSF_THEATERMODE","features":[116]},{"name":"BSF_TOPBROWSER","features":[116]},{"name":"BSF_TRUSTEDFORACTIVEX","features":[116]},{"name":"BSF_UISETBYAUTOMATION","features":[116]},{"name":"BSID_BANDADDED","features":[116]},{"name":"BSID_BANDREMOVED","features":[116]},{"name":"BSIM_STATE","features":[116]},{"name":"BSIM_STYLE","features":[116]},{"name":"BSIS_ALWAYSGRIPPER","features":[116]},{"name":"BSIS_AUTOGRIPPER","features":[116]},{"name":"BSIS_FIXEDORDER","features":[116]},{"name":"BSIS_LEFTALIGN","features":[116]},{"name":"BSIS_LOCKED","features":[116]},{"name":"BSIS_NOCAPTION","features":[116]},{"name":"BSIS_NOCONTEXTMENU","features":[116]},{"name":"BSIS_NODROPTARGET","features":[116]},{"name":"BSIS_NOGRIPPER","features":[116]},{"name":"BSIS_PREFERNOLINEBREAK","features":[116]},{"name":"BSIS_PRESERVEORDERDURINGLAYOUT","features":[116]},{"name":"BSIS_SINGLECLICK","features":[116]},{"name":"BSSF_NOTITLE","features":[116]},{"name":"BSSF_UNDELETEABLE","features":[116]},{"name":"BSSF_VISIBLE","features":[116]},{"name":"BUFFLEN","features":[116]},{"name":"BrowserNavConstants","features":[116]},{"name":"CABINETSTATE","features":[116]},{"name":"CABINETSTATE_VERSION","features":[116]},{"name":"CAMERAROLL_E_NO_DOWNSAMPLING_REQUIRED","features":[116]},{"name":"CATEGORYINFO_FLAGS","features":[116]},{"name":"CATEGORY_INFO","features":[116]},{"name":"CATID_BrowsableShellExt","features":[116]},{"name":"CATID_BrowseInPlace","features":[116]},{"name":"CATID_CommBand","features":[116]},{"name":"CATID_DeskBand","features":[116]},{"name":"CATID_FilePlaceholderMergeHandler","features":[116]},{"name":"CATID_InfoBand","features":[116]},{"name":"CATID_LocationFactory","features":[116]},{"name":"CATID_LocationProvider","features":[116]},{"name":"CATID_SearchableApplication","features":[116]},{"name":"CATINFO_COLLAPSED","features":[116]},{"name":"CATINFO_EXPANDED","features":[116]},{"name":"CATINFO_HIDDEN","features":[116]},{"name":"CATINFO_NOHEADER","features":[116]},{"name":"CATINFO_NOHEADERCOUNT","features":[116]},{"name":"CATINFO_NORMAL","features":[116]},{"name":"CATINFO_NOTCOLLAPSIBLE","features":[116]},{"name":"CATINFO_SEPARATE_IMAGES","features":[116]},{"name":"CATINFO_SHOWEMPTY","features":[116]},{"name":"CATINFO_SUBSETTED","features":[116]},{"name":"CATSORT_DEFAULT","features":[116]},{"name":"CATSORT_FLAGS","features":[116]},{"name":"CATSORT_NAME","features":[116]},{"name":"CDB2GVF_ADDSHIELD","features":[116]},{"name":"CDB2GVF_ALLOWPREVIEWPANE","features":[116]},{"name":"CDB2GVF_ISFILESAVE","features":[116]},{"name":"CDB2GVF_ISFOLDERPICKER","features":[116]},{"name":"CDB2GVF_NOINCLUDEITEM","features":[116]},{"name":"CDB2GVF_NOSELECTVERB","features":[116]},{"name":"CDB2GVF_SHOWALLFILES","features":[116]},{"name":"CDB2N_CONTEXTMENU_DONE","features":[116]},{"name":"CDB2N_CONTEXTMENU_START","features":[116]},{"name":"CDBE_RET_DEFAULT","features":[116]},{"name":"CDBE_RET_DONTRUNOTHEREXTS","features":[116]},{"name":"CDBE_RET_STOPWIZARD","features":[116]},{"name":"CDBE_TYPE_ALL","features":[116]},{"name":"CDBE_TYPE_DATA","features":[116]},{"name":"CDBE_TYPE_MUSIC","features":[116]},{"name":"CDBOSC_KILLFOCUS","features":[116]},{"name":"CDBOSC_RENAME","features":[116]},{"name":"CDBOSC_SELCHANGE","features":[116]},{"name":"CDBOSC_SETFOCUS","features":[116]},{"name":"CDBOSC_STATECHANGE","features":[116]},{"name":"CDBURNINGEXTENSIONRET","features":[116]},{"name":"CDBurn","features":[116]},{"name":"CDCONTROLSTATEF","features":[116]},{"name":"CDCS_ENABLED","features":[116]},{"name":"CDCS_ENABLEDVISIBLE","features":[116]},{"name":"CDCS_INACTIVE","features":[116]},{"name":"CDCS_VISIBLE","features":[116]},{"name":"CDefFolderMenu_Create2","features":[1,54,225]},{"name":"CFSTR_AUTOPLAY_SHELLIDLISTS","features":[116]},{"name":"CFSTR_DROPDESCRIPTION","features":[116]},{"name":"CFSTR_FILECONTENTS","features":[116]},{"name":"CFSTR_FILEDESCRIPTOR","features":[116]},{"name":"CFSTR_FILEDESCRIPTORA","features":[116]},{"name":"CFSTR_FILEDESCRIPTORW","features":[116]},{"name":"CFSTR_FILENAME","features":[116]},{"name":"CFSTR_FILENAMEA","features":[116]},{"name":"CFSTR_FILENAMEMAP","features":[116]},{"name":"CFSTR_FILENAMEMAPA","features":[116]},{"name":"CFSTR_FILENAMEMAPW","features":[116]},{"name":"CFSTR_FILENAMEW","features":[116]},{"name":"CFSTR_FILE_ATTRIBUTES_ARRAY","features":[116]},{"name":"CFSTR_INDRAGLOOP","features":[116]},{"name":"CFSTR_INETURL","features":[116]},{"name":"CFSTR_INETURLA","features":[116]},{"name":"CFSTR_INETURLW","features":[116]},{"name":"CFSTR_INVOKECOMMAND_DROPPARAM","features":[116]},{"name":"CFSTR_LOGICALPERFORMEDDROPEFFECT","features":[116]},{"name":"CFSTR_MOUNTEDVOLUME","features":[116]},{"name":"CFSTR_NETRESOURCES","features":[116]},{"name":"CFSTR_PASTESUCCEEDED","features":[116]},{"name":"CFSTR_PERFORMEDDROPEFFECT","features":[116]},{"name":"CFSTR_PERSISTEDDATAOBJECT","features":[116]},{"name":"CFSTR_PREFERREDDROPEFFECT","features":[116]},{"name":"CFSTR_PRINTERGROUP","features":[116]},{"name":"CFSTR_SHELLDROPHANDLER","features":[116]},{"name":"CFSTR_SHELLIDLIST","features":[116]},{"name":"CFSTR_SHELLIDLISTOFFSET","features":[116]},{"name":"CFSTR_SHELLURL","features":[116]},{"name":"CFSTR_TARGETCLSID","features":[116]},{"name":"CFSTR_UNTRUSTEDDRAGDROP","features":[116]},{"name":"CFSTR_ZONEIDENTIFIER","features":[116]},{"name":"CGID_DefView","features":[116]},{"name":"CGID_Explorer","features":[116]},{"name":"CGID_ExplorerBarDoc","features":[116]},{"name":"CGID_MENUDESKBAR","features":[116]},{"name":"CGID_ShellDocView","features":[116]},{"name":"CGID_ShellServiceObject","features":[116]},{"name":"CGID_ShortCut","features":[116]},{"name":"CIDA","features":[116]},{"name":"CIDLData_CreateFromIDArray","features":[225]},{"name":"CIE4ConnectionPoint","features":[116]},{"name":"CLOSEPROPS_DISCARD","features":[116]},{"name":"CLOSEPROPS_NONE","features":[116]},{"name":"CLSID_ACLCustomMRU","features":[116]},{"name":"CLSID_ACLHistory","features":[116]},{"name":"CLSID_ACLMRU","features":[116]},{"name":"CLSID_ACLMulti","features":[116]},{"name":"CLSID_ACListISF","features":[116]},{"name":"CLSID_ActiveDesktop","features":[116]},{"name":"CLSID_AutoComplete","features":[116]},{"name":"CLSID_CAnchorBrowsePropertyPage","features":[116]},{"name":"CLSID_CDocBrowsePropertyPage","features":[116]},{"name":"CLSID_CFSIconOverlayManager","features":[116]},{"name":"CLSID_CImageBrowsePropertyPage","features":[116]},{"name":"CLSID_CURLSearchHook","features":[116]},{"name":"CLSID_CUrlHistory","features":[116]},{"name":"CLSID_CUrlHistoryBoth","features":[116]},{"name":"CLSID_ControlPanel","features":[116]},{"name":"CLSID_DarwinAppPublisher","features":[116]},{"name":"CLSID_DocHostUIHandler","features":[116]},{"name":"CLSID_DragDropHelper","features":[116]},{"name":"CLSID_FileTypes","features":[116]},{"name":"CLSID_FolderItemsMultiLevel","features":[116]},{"name":"CLSID_FolderShortcut","features":[116]},{"name":"CLSID_HWShellExecute","features":[116]},{"name":"CLSID_ISFBand","features":[116]},{"name":"CLSID_Internet","features":[116]},{"name":"CLSID_InternetButtons","features":[116]},{"name":"CLSID_InternetShortcut","features":[116]},{"name":"CLSID_LinkColumnProvider","features":[116]},{"name":"CLSID_MSOButtons","features":[116]},{"name":"CLSID_MenuBand","features":[116]},{"name":"CLSID_MenuBandSite","features":[116]},{"name":"CLSID_MenuToolbarBase","features":[116]},{"name":"CLSID_MyComputer","features":[116]},{"name":"CLSID_MyDocuments","features":[116]},{"name":"CLSID_NetworkDomain","features":[116]},{"name":"CLSID_NetworkServer","features":[116]},{"name":"CLSID_NetworkShare","features":[116]},{"name":"CLSID_NewMenu","features":[116]},{"name":"CLSID_Printers","features":[116]},{"name":"CLSID_ProgressDialog","features":[116]},{"name":"CLSID_QueryAssociations","features":[116]},{"name":"CLSID_QuickLinks","features":[116]},{"name":"CLSID_RecycleBin","features":[116]},{"name":"CLSID_ShellFldSetExt","features":[116]},{"name":"CLSID_ShellThumbnailDiskCache","features":[116]},{"name":"CLSID_ToolbarExtButtons","features":[116]},{"name":"CMDID_INTSHORTCUTCREATE","features":[116]},{"name":"CMDSTR_NEWFOLDER","features":[116]},{"name":"CMDSTR_NEWFOLDERA","features":[116]},{"name":"CMDSTR_NEWFOLDERW","features":[116]},{"name":"CMDSTR_VIEWDETAILS","features":[116]},{"name":"CMDSTR_VIEWDETAILSA","features":[116]},{"name":"CMDSTR_VIEWDETAILSW","features":[116]},{"name":"CMDSTR_VIEWLIST","features":[116]},{"name":"CMDSTR_VIEWLISTA","features":[116]},{"name":"CMDSTR_VIEWLISTW","features":[116]},{"name":"CMF_ASYNCVERBSTATE","features":[116]},{"name":"CMF_CANRENAME","features":[116]},{"name":"CMF_DEFAULTONLY","features":[116]},{"name":"CMF_DISABLEDVERBS","features":[116]},{"name":"CMF_DONOTPICKDEFAULT","features":[116]},{"name":"CMF_EXPLORE","features":[116]},{"name":"CMF_EXTENDEDVERBS","features":[116]},{"name":"CMF_INCLUDESTATIC","features":[116]},{"name":"CMF_ITEMMENU","features":[116]},{"name":"CMF_NODEFAULT","features":[116]},{"name":"CMF_NORMAL","features":[116]},{"name":"CMF_NOVERBS","features":[116]},{"name":"CMF_OPTIMIZEFORINVOKE","features":[116]},{"name":"CMF_RESERVED","features":[116]},{"name":"CMF_SYNCCASCADEMENU","features":[116]},{"name":"CMF_VERBSONLY","features":[116]},{"name":"CMIC_MASK_CONTROL_DOWN","features":[116]},{"name":"CMIC_MASK_PTINVOKE","features":[116]},{"name":"CMIC_MASK_SHIFT_DOWN","features":[116]},{"name":"CMINVOKECOMMANDINFO","features":[1,116]},{"name":"CMINVOKECOMMANDINFOEX","features":[1,116]},{"name":"CMINVOKECOMMANDINFOEX_REMOTE","features":[1,116]},{"name":"CM_COLUMNINFO","features":[116]},{"name":"CM_ENUM_ALL","features":[116]},{"name":"CM_ENUM_FLAGS","features":[116]},{"name":"CM_ENUM_VISIBLE","features":[116]},{"name":"CM_MASK","features":[116]},{"name":"CM_MASK_DEFAULTWIDTH","features":[116]},{"name":"CM_MASK_IDEALWIDTH","features":[116]},{"name":"CM_MASK_NAME","features":[116]},{"name":"CM_MASK_STATE","features":[116]},{"name":"CM_MASK_WIDTH","features":[116]},{"name":"CM_SET_WIDTH_VALUE","features":[116]},{"name":"CM_STATE","features":[116]},{"name":"CM_STATE_ALWAYSVISIBLE","features":[116]},{"name":"CM_STATE_FIXEDWIDTH","features":[116]},{"name":"CM_STATE_NONE","features":[116]},{"name":"CM_STATE_NOSORTBYFOLDERNESS","features":[116]},{"name":"CM_STATE_VISIBLE","features":[116]},{"name":"CM_WIDTH_AUTOSIZE","features":[116]},{"name":"CM_WIDTH_USEDEFAULT","features":[116]},{"name":"COMPONENT_DEFAULT_LEFT","features":[116]},{"name":"COMPONENT_DEFAULT_TOP","features":[116]},{"name":"COMPONENT_TOP","features":[116]},{"name":"COMP_ELEM_CHECKED","features":[116]},{"name":"COMP_ELEM_CURITEMSTATE","features":[116]},{"name":"COMP_ELEM_DIRTY","features":[116]},{"name":"COMP_ELEM_FRIENDLYNAME","features":[116]},{"name":"COMP_ELEM_NOSCROLL","features":[116]},{"name":"COMP_ELEM_ORIGINAL_CSI","features":[116]},{"name":"COMP_ELEM_POS_LEFT","features":[116]},{"name":"COMP_ELEM_POS_TOP","features":[116]},{"name":"COMP_ELEM_POS_ZINDEX","features":[116]},{"name":"COMP_ELEM_RESTORED_CSI","features":[116]},{"name":"COMP_ELEM_SIZE_HEIGHT","features":[116]},{"name":"COMP_ELEM_SIZE_WIDTH","features":[116]},{"name":"COMP_ELEM_SOURCE","features":[116]},{"name":"COMP_ELEM_SUBSCRIBEDURL","features":[116]},{"name":"COMP_ELEM_TYPE","features":[116]},{"name":"COMP_TYPE_CFHTML","features":[116]},{"name":"COMP_TYPE_CONTROL","features":[116]},{"name":"COMP_TYPE_HTMLDOC","features":[116]},{"name":"COMP_TYPE_MAX","features":[116]},{"name":"COMP_TYPE_PICTURE","features":[116]},{"name":"COMP_TYPE_WEBSITE","features":[116]},{"name":"CONFIRM_CONFLICT_ITEM","features":[116]},{"name":"CONFIRM_CONFLICT_RESULT_INFO","features":[116]},{"name":"CONFLICT_RESOLUTION_CLSID_KEY","features":[116]},{"name":"COPYENGINE_E_ACCESSDENIED_READONLY","features":[116]},{"name":"COPYENGINE_E_ACCESS_DENIED_DEST","features":[116]},{"name":"COPYENGINE_E_ACCESS_DENIED_SRC","features":[116]},{"name":"COPYENGINE_E_ALREADY_EXISTS_FOLDER","features":[116]},{"name":"COPYENGINE_E_ALREADY_EXISTS_NORMAL","features":[116]},{"name":"COPYENGINE_E_ALREADY_EXISTS_READONLY","features":[116]},{"name":"COPYENGINE_E_ALREADY_EXISTS_SYSTEM","features":[116]},{"name":"COPYENGINE_E_BLOCKED_BY_DLP_POLICY","features":[116]},{"name":"COPYENGINE_E_BLOCKED_BY_EDP_FOR_REMOVABLE_DRIVE","features":[116]},{"name":"COPYENGINE_E_BLOCKED_BY_EDP_POLICY","features":[116]},{"name":"COPYENGINE_E_CANCELLED","features":[116]},{"name":"COPYENGINE_E_CANNOT_MOVE_FROM_RECYCLE_BIN","features":[116]},{"name":"COPYENGINE_E_CANNOT_MOVE_SHARED_FOLDER","features":[116]},{"name":"COPYENGINE_E_CANT_REACH_SOURCE","features":[116]},{"name":"COPYENGINE_E_DEST_IS_RO_CD","features":[116]},{"name":"COPYENGINE_E_DEST_IS_RO_DVD","features":[116]},{"name":"COPYENGINE_E_DEST_IS_RW_CD","features":[116]},{"name":"COPYENGINE_E_DEST_IS_RW_DVD","features":[116]},{"name":"COPYENGINE_E_DEST_IS_R_CD","features":[116]},{"name":"COPYENGINE_E_DEST_IS_R_DVD","features":[116]},{"name":"COPYENGINE_E_DEST_SAME_TREE","features":[116]},{"name":"COPYENGINE_E_DEST_SUBTREE","features":[116]},{"name":"COPYENGINE_E_DIFF_DIR","features":[116]},{"name":"COPYENGINE_E_DIR_NOT_EMPTY","features":[116]},{"name":"COPYENGINE_E_DISK_FULL","features":[116]},{"name":"COPYENGINE_E_DISK_FULL_CLEAN","features":[116]},{"name":"COPYENGINE_E_EA_LOSS","features":[116]},{"name":"COPYENGINE_E_EA_NOT_SUPPORTED","features":[116]},{"name":"COPYENGINE_E_ENCRYPTION_LOSS","features":[116]},{"name":"COPYENGINE_E_FAT_MAX_IN_ROOT","features":[116]},{"name":"COPYENGINE_E_FILE_IS_FLD_DEST","features":[116]},{"name":"COPYENGINE_E_FILE_TOO_LARGE","features":[116]},{"name":"COPYENGINE_E_FLD_IS_FILE_DEST","features":[116]},{"name":"COPYENGINE_E_INTERNET_ITEM_STORAGE_PROVIDER_ERROR","features":[116]},{"name":"COPYENGINE_E_INTERNET_ITEM_STORAGE_PROVIDER_PAUSED","features":[116]},{"name":"COPYENGINE_E_INTERNET_ITEM_UNAVAILABLE","features":[116]},{"name":"COPYENGINE_E_INVALID_FILES_DEST","features":[116]},{"name":"COPYENGINE_E_INVALID_FILES_SRC","features":[116]},{"name":"COPYENGINE_E_MANY_SRC_1_DEST","features":[116]},{"name":"COPYENGINE_E_NET_DISCONNECT_DEST","features":[116]},{"name":"COPYENGINE_E_NET_DISCONNECT_SRC","features":[116]},{"name":"COPYENGINE_E_NEWFILE_NAME_TOO_LONG","features":[116]},{"name":"COPYENGINE_E_NEWFOLDER_NAME_TOO_LONG","features":[116]},{"name":"COPYENGINE_E_PATH_NOT_FOUND_DEST","features":[116]},{"name":"COPYENGINE_E_PATH_NOT_FOUND_SRC","features":[116]},{"name":"COPYENGINE_E_PATH_TOO_DEEP_DEST","features":[116]},{"name":"COPYENGINE_E_PATH_TOO_DEEP_SRC","features":[116]},{"name":"COPYENGINE_E_PROPERTIES_LOSS","features":[116]},{"name":"COPYENGINE_E_PROPERTY_LOSS","features":[116]},{"name":"COPYENGINE_E_RECYCLE_BIN_NOT_FOUND","features":[116]},{"name":"COPYENGINE_E_RECYCLE_FORCE_NUKE","features":[116]},{"name":"COPYENGINE_E_RECYCLE_PATH_TOO_LONG","features":[116]},{"name":"COPYENGINE_E_RECYCLE_SIZE_TOO_BIG","features":[116]},{"name":"COPYENGINE_E_RECYCLE_UNKNOWN_ERROR","features":[116]},{"name":"COPYENGINE_E_REDIRECTED_TO_WEBPAGE","features":[116]},{"name":"COPYENGINE_E_REMOVABLE_FULL","features":[116]},{"name":"COPYENGINE_E_REQUIRES_EDP_CONSENT","features":[116]},{"name":"COPYENGINE_E_REQUIRES_EDP_CONSENT_FOR_REMOVABLE_DRIVE","features":[116]},{"name":"COPYENGINE_E_REQUIRES_ELEVATION","features":[116]},{"name":"COPYENGINE_E_RMS_BLOCKED_BY_EDP_FOR_REMOVABLE_DRIVE","features":[116]},{"name":"COPYENGINE_E_RMS_REQUIRES_EDP_CONSENT_FOR_REMOVABLE_DRIVE","features":[116]},{"name":"COPYENGINE_E_ROOT_DIR_DEST","features":[116]},{"name":"COPYENGINE_E_ROOT_DIR_SRC","features":[116]},{"name":"COPYENGINE_E_SAME_FILE","features":[116]},{"name":"COPYENGINE_E_SERVER_BAD_FILE_TYPE","features":[116]},{"name":"COPYENGINE_E_SHARING_VIOLATION_DEST","features":[116]},{"name":"COPYENGINE_E_SHARING_VIOLATION_SRC","features":[116]},{"name":"COPYENGINE_E_SILENT_FAIL_BY_DLP_POLICY","features":[116]},{"name":"COPYENGINE_E_SRC_IS_RO_CD","features":[116]},{"name":"COPYENGINE_E_SRC_IS_RO_DVD","features":[116]},{"name":"COPYENGINE_E_SRC_IS_RW_CD","features":[116]},{"name":"COPYENGINE_E_SRC_IS_RW_DVD","features":[116]},{"name":"COPYENGINE_E_SRC_IS_R_CD","features":[116]},{"name":"COPYENGINE_E_SRC_IS_R_DVD","features":[116]},{"name":"COPYENGINE_E_STREAM_LOSS","features":[116]},{"name":"COPYENGINE_E_USER_CANCELLED","features":[116]},{"name":"COPYENGINE_E_WARNED_BY_DLP_POLICY","features":[116]},{"name":"COPYENGINE_S_ALREADY_DONE","features":[116]},{"name":"COPYENGINE_S_CLOSE_PROGRAM","features":[116]},{"name":"COPYENGINE_S_COLLISIONRESOLVED","features":[116]},{"name":"COPYENGINE_S_DONT_PROCESS_CHILDREN","features":[116]},{"name":"COPYENGINE_S_KEEP_BOTH","features":[116]},{"name":"COPYENGINE_S_MERGE","features":[116]},{"name":"COPYENGINE_S_NOT_HANDLED","features":[116]},{"name":"COPYENGINE_S_PENDING","features":[116]},{"name":"COPYENGINE_S_PENDING_DELETE","features":[116]},{"name":"COPYENGINE_S_PROGRESS_PAUSE","features":[116]},{"name":"COPYENGINE_S_USER_IGNORED","features":[116]},{"name":"COPYENGINE_S_USER_RETRY","features":[116]},{"name":"COPYENGINE_S_YES","features":[116]},{"name":"CPAO_EMPTY_CONNECTED","features":[116]},{"name":"CPAO_EMPTY_LOCAL","features":[116]},{"name":"CPAO_NONE","features":[116]},{"name":"CPCFO_ENABLE_PASSWORD_REVEAL","features":[116]},{"name":"CPCFO_ENABLE_TOUCH_KEYBOARD_AUTO_INVOKE","features":[116]},{"name":"CPCFO_IS_EMAIL_ADDRESS","features":[116]},{"name":"CPCFO_NONE","features":[116]},{"name":"CPCFO_NUMBERS_ONLY","features":[116]},{"name":"CPCFO_SHOW_ENGLISH_KEYBOARD","features":[116]},{"name":"CPFG_CREDENTIAL_PROVIDER_LABEL","features":[116]},{"name":"CPFG_CREDENTIAL_PROVIDER_LOGO","features":[116]},{"name":"CPFG_LOGON_PASSWORD","features":[116]},{"name":"CPFG_LOGON_USERNAME","features":[116]},{"name":"CPFG_SMARTCARD_PIN","features":[116]},{"name":"CPFG_SMARTCARD_USERNAME","features":[116]},{"name":"CPFG_STANDALONE_SUBMIT_BUTTON","features":[116]},{"name":"CPFG_STYLE_LINK_AS_BUTTON","features":[116]},{"name":"CPFIS_DISABLED","features":[116]},{"name":"CPFIS_FOCUSED","features":[116]},{"name":"CPFIS_NONE","features":[116]},{"name":"CPFIS_READONLY","features":[116]},{"name":"CPFS_DISPLAY_IN_BOTH","features":[116]},{"name":"CPFS_DISPLAY_IN_DESELECTED_TILE","features":[116]},{"name":"CPFS_DISPLAY_IN_SELECTED_TILE","features":[116]},{"name":"CPFS_HIDDEN","features":[116]},{"name":"CPFT_CHECKBOX","features":[116]},{"name":"CPFT_COMBOBOX","features":[116]},{"name":"CPFT_COMMAND_LINK","features":[116]},{"name":"CPFT_EDIT_TEXT","features":[116]},{"name":"CPFT_INVALID","features":[116]},{"name":"CPFT_LARGE_TEXT","features":[116]},{"name":"CPFT_PASSWORD_TEXT","features":[116]},{"name":"CPFT_SMALL_TEXT","features":[116]},{"name":"CPFT_SUBMIT_BUTTON","features":[116]},{"name":"CPFT_TILE_IMAGE","features":[116]},{"name":"CPGSR_NO_CREDENTIAL_FINISHED","features":[116]},{"name":"CPGSR_NO_CREDENTIAL_NOT_FINISHED","features":[116]},{"name":"CPGSR_RETURN_CREDENTIAL_FINISHED","features":[116]},{"name":"CPGSR_RETURN_NO_CREDENTIAL_FINISHED","features":[116]},{"name":"CPLINFO","features":[116]},{"name":"CPLPAGE_DISPLAY_BACKGROUND","features":[116]},{"name":"CPLPAGE_KEYBOARD_SPEED","features":[116]},{"name":"CPLPAGE_MOUSE_BUTTONS","features":[116]},{"name":"CPLPAGE_MOUSE_PTRMOTION","features":[116]},{"name":"CPLPAGE_MOUSE_WHEEL","features":[116]},{"name":"CPL_DBLCLK","features":[116]},{"name":"CPL_DYNAMIC_RES","features":[116]},{"name":"CPL_EXIT","features":[116]},{"name":"CPL_GETCOUNT","features":[116]},{"name":"CPL_INIT","features":[116]},{"name":"CPL_INQUIRE","features":[116]},{"name":"CPL_NEWINQUIRE","features":[116]},{"name":"CPL_SELECT","features":[116]},{"name":"CPL_SETUP","features":[116]},{"name":"CPL_STARTWPARMS","features":[116]},{"name":"CPL_STARTWPARMSA","features":[116]},{"name":"CPL_STARTWPARMSW","features":[116]},{"name":"CPL_STOP","features":[116]},{"name":"CPSI_ERROR","features":[116]},{"name":"CPSI_NONE","features":[116]},{"name":"CPSI_SUCCESS","features":[116]},{"name":"CPSI_WARNING","features":[116]},{"name":"CPUS_CHANGE_PASSWORD","features":[116]},{"name":"CPUS_CREDUI","features":[116]},{"name":"CPUS_INVALID","features":[116]},{"name":"CPUS_LOGON","features":[116]},{"name":"CPUS_PLAP","features":[116]},{"name":"CPUS_UNLOCK_WORKSTATION","features":[116]},{"name":"CPVIEW","features":[116]},{"name":"CPVIEW_ALLITEMS","features":[116]},{"name":"CPVIEW_CATEGORY","features":[116]},{"name":"CPVIEW_CLASSIC","features":[116]},{"name":"CPVIEW_HOME","features":[116]},{"name":"CREDENTIAL_PROVIDER_ACCOUNT_OPTIONS","features":[116]},{"name":"CREDENTIAL_PROVIDER_CREDENTIAL_FIELD_OPTIONS","features":[116]},{"name":"CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION","features":[116]},{"name":"CREDENTIAL_PROVIDER_FIELD_DESCRIPTOR","features":[116]},{"name":"CREDENTIAL_PROVIDER_FIELD_INTERACTIVE_STATE","features":[116]},{"name":"CREDENTIAL_PROVIDER_FIELD_STATE","features":[116]},{"name":"CREDENTIAL_PROVIDER_FIELD_TYPE","features":[116]},{"name":"CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE","features":[116]},{"name":"CREDENTIAL_PROVIDER_NO_DEFAULT","features":[116]},{"name":"CREDENTIAL_PROVIDER_STATUS_ICON","features":[116]},{"name":"CREDENTIAL_PROVIDER_USAGE_SCENARIO","features":[116]},{"name":"CSC_NAVIGATEBACK","features":[116]},{"name":"CSC_NAVIGATEFORWARD","features":[116]},{"name":"CSC_UPDATECOMMANDS","features":[116]},{"name":"CSFV","features":[1,225]},{"name":"CSIDL_ADMINTOOLS","features":[116]},{"name":"CSIDL_ALTSTARTUP","features":[116]},{"name":"CSIDL_APPDATA","features":[116]},{"name":"CSIDL_BITBUCKET","features":[116]},{"name":"CSIDL_CDBURN_AREA","features":[116]},{"name":"CSIDL_COMMON_ADMINTOOLS","features":[116]},{"name":"CSIDL_COMMON_ALTSTARTUP","features":[116]},{"name":"CSIDL_COMMON_APPDATA","features":[116]},{"name":"CSIDL_COMMON_DESKTOPDIRECTORY","features":[116]},{"name":"CSIDL_COMMON_DOCUMENTS","features":[116]},{"name":"CSIDL_COMMON_FAVORITES","features":[116]},{"name":"CSIDL_COMMON_MUSIC","features":[116]},{"name":"CSIDL_COMMON_OEM_LINKS","features":[116]},{"name":"CSIDL_COMMON_PICTURES","features":[116]},{"name":"CSIDL_COMMON_PROGRAMS","features":[116]},{"name":"CSIDL_COMMON_STARTMENU","features":[116]},{"name":"CSIDL_COMMON_STARTUP","features":[116]},{"name":"CSIDL_COMMON_TEMPLATES","features":[116]},{"name":"CSIDL_COMMON_VIDEO","features":[116]},{"name":"CSIDL_COMPUTERSNEARME","features":[116]},{"name":"CSIDL_CONNECTIONS","features":[116]},{"name":"CSIDL_CONTROLS","features":[116]},{"name":"CSIDL_COOKIES","features":[116]},{"name":"CSIDL_DESKTOP","features":[116]},{"name":"CSIDL_DESKTOPDIRECTORY","features":[116]},{"name":"CSIDL_DRIVES","features":[116]},{"name":"CSIDL_FAVORITES","features":[116]},{"name":"CSIDL_FLAG_CREATE","features":[116]},{"name":"CSIDL_FLAG_DONT_UNEXPAND","features":[116]},{"name":"CSIDL_FLAG_DONT_VERIFY","features":[116]},{"name":"CSIDL_FLAG_MASK","features":[116]},{"name":"CSIDL_FLAG_NO_ALIAS","features":[116]},{"name":"CSIDL_FLAG_PER_USER_INIT","features":[116]},{"name":"CSIDL_FLAG_PFTI_TRACKTARGET","features":[116]},{"name":"CSIDL_FONTS","features":[116]},{"name":"CSIDL_HISTORY","features":[116]},{"name":"CSIDL_INTERNET","features":[116]},{"name":"CSIDL_INTERNET_CACHE","features":[116]},{"name":"CSIDL_LOCAL_APPDATA","features":[116]},{"name":"CSIDL_MYDOCUMENTS","features":[116]},{"name":"CSIDL_MYMUSIC","features":[116]},{"name":"CSIDL_MYPICTURES","features":[116]},{"name":"CSIDL_MYVIDEO","features":[116]},{"name":"CSIDL_NETHOOD","features":[116]},{"name":"CSIDL_NETWORK","features":[116]},{"name":"CSIDL_PERSONAL","features":[116]},{"name":"CSIDL_PRINTERS","features":[116]},{"name":"CSIDL_PRINTHOOD","features":[116]},{"name":"CSIDL_PROFILE","features":[116]},{"name":"CSIDL_PROGRAMS","features":[116]},{"name":"CSIDL_PROGRAM_FILES","features":[116]},{"name":"CSIDL_PROGRAM_FILESX86","features":[116]},{"name":"CSIDL_PROGRAM_FILES_COMMON","features":[116]},{"name":"CSIDL_PROGRAM_FILES_COMMONX86","features":[116]},{"name":"CSIDL_RECENT","features":[116]},{"name":"CSIDL_RESOURCES","features":[116]},{"name":"CSIDL_RESOURCES_LOCALIZED","features":[116]},{"name":"CSIDL_SENDTO","features":[116]},{"name":"CSIDL_STARTMENU","features":[116]},{"name":"CSIDL_STARTUP","features":[116]},{"name":"CSIDL_SYSTEM","features":[116]},{"name":"CSIDL_SYSTEMX86","features":[116]},{"name":"CSIDL_TEMPLATES","features":[116]},{"name":"CSIDL_WINDOWS","features":[116]},{"name":"CScriptErrorList","features":[116]},{"name":"CTF_COINIT","features":[116]},{"name":"CTF_COINIT_MTA","features":[116]},{"name":"CTF_COINIT_STA","features":[116]},{"name":"CTF_FREELIBANDEXIT","features":[116]},{"name":"CTF_INHERITWOW64","features":[116]},{"name":"CTF_INSIST","features":[116]},{"name":"CTF_KEYBOARD_LOCALE","features":[116]},{"name":"CTF_NOADDREFLIB","features":[116]},{"name":"CTF_OLEINITIALIZE","features":[116]},{"name":"CTF_PROCESS_REF","features":[116]},{"name":"CTF_REF_COUNTED","features":[116]},{"name":"CTF_THREAD_REF","features":[116]},{"name":"CTF_UNUSED","features":[116]},{"name":"CTF_WAIT_ALLOWCOM","features":[116]},{"name":"CTF_WAIT_NO_REENTRANCY","features":[116]},{"name":"ChrCmpIA","features":[1,116]},{"name":"ChrCmpIW","features":[1,116]},{"name":"ColorAdjustLuma","features":[1,116]},{"name":"ColorHLSToRGB","features":[1,116]},{"name":"ColorRGBToHLS","features":[1,116]},{"name":"CommandLineToArgvW","features":[116]},{"name":"CommandStateChangeConstants","features":[116]},{"name":"ConflictFolder","features":[116]},{"name":"ConnectToConnectionPoint","features":[1,116]},{"name":"CreateProfile","features":[116]},{"name":"DAD_AutoScroll","features":[1,116]},{"name":"DAD_DragEnterEx","features":[1,116]},{"name":"DAD_DragEnterEx2","features":[1,116]},{"name":"DAD_DragLeave","features":[1,116]},{"name":"DAD_DragMove","features":[1,116]},{"name":"DAD_SetDragImage","features":[1,42,116]},{"name":"DAD_ShowDragImage","features":[1,116]},{"name":"DATABLOCK_HEADER","features":[116]},{"name":"DATAOBJ_GET_ITEM_FLAGS","features":[116]},{"name":"DBCID_CLSIDOFBAR","features":[116]},{"name":"DBCID_EMPTY","features":[116]},{"name":"DBCID_GETBAR","features":[116]},{"name":"DBCID_ONDRAG","features":[116]},{"name":"DBCID_RESIZE","features":[116]},{"name":"DBCID_UPDATESIZE","features":[116]},{"name":"DBC_GS_IDEAL","features":[116]},{"name":"DBC_GS_SIZEDOWN","features":[116]},{"name":"DBC_HIDE","features":[116]},{"name":"DBC_SHOW","features":[116]},{"name":"DBC_SHOWOBSCURE","features":[116]},{"name":"DBID_BANDINFOCHANGED","features":[116]},{"name":"DBID_DELAYINIT","features":[116]},{"name":"DBID_FINISHINIT","features":[116]},{"name":"DBID_MAXIMIZEBAND","features":[116]},{"name":"DBID_PERMITAUTOHIDE","features":[116]},{"name":"DBID_PUSHCHEVRON","features":[116]},{"name":"DBID_SETWINDOWTHEME","features":[116]},{"name":"DBID_SHOWONLY","features":[116]},{"name":"DBIF_VIEWMODE_FLOATING","features":[116]},{"name":"DBIF_VIEWMODE_NORMAL","features":[116]},{"name":"DBIF_VIEWMODE_TRANSPARENT","features":[116]},{"name":"DBIF_VIEWMODE_VERTICAL","features":[116]},{"name":"DBIMF_ADDTOFRONT","features":[116]},{"name":"DBIMF_ALWAYSGRIPPER","features":[116]},{"name":"DBIMF_BKCOLOR","features":[116]},{"name":"DBIMF_BREAK","features":[116]},{"name":"DBIMF_DEBOSSED","features":[116]},{"name":"DBIMF_FIXED","features":[116]},{"name":"DBIMF_FIXEDBMP","features":[116]},{"name":"DBIMF_NOGRIPPER","features":[116]},{"name":"DBIMF_NOMARGINS","features":[116]},{"name":"DBIMF_NORMAL","features":[116]},{"name":"DBIMF_TOPALIGN","features":[116]},{"name":"DBIMF_UNDELETEABLE","features":[116]},{"name":"DBIMF_USECHEVRON","features":[116]},{"name":"DBIMF_VARIABLEHEIGHT","features":[116]},{"name":"DBIM_ACTUAL","features":[116]},{"name":"DBIM_BKCOLOR","features":[116]},{"name":"DBIM_INTEGRAL","features":[116]},{"name":"DBIM_MAXSIZE","features":[116]},{"name":"DBIM_MINSIZE","features":[116]},{"name":"DBIM_MODEFLAGS","features":[116]},{"name":"DBIM_TITLE","features":[116]},{"name":"DBPC_SELECTFIRST","features":[116]},{"name":"DEFAULTSAVEFOLDERTYPE","features":[116]},{"name":"DEFAULT_FOLDER_MENU_RESTRICTIONS","features":[116]},{"name":"DEFCONTEXTMENU","features":[1,54,225]},{"name":"DEFSHAREID_PUBLIC","features":[116]},{"name":"DEFSHAREID_USERS","features":[116]},{"name":"DEF_SHARE_ID","features":[116]},{"name":"DELEGATEITEMID","features":[116]},{"name":"DESKBANDCID","features":[116]},{"name":"DESKBANDINFO","features":[1,116]},{"name":"DESKTOP_SLIDESHOW_DIRECTION","features":[116]},{"name":"DESKTOP_SLIDESHOW_OPTIONS","features":[116]},{"name":"DESKTOP_SLIDESHOW_STATE","features":[116]},{"name":"DESKTOP_WALLPAPER_POSITION","features":[116]},{"name":"DETAILSINFO","features":[225]},{"name":"DEVICE_IMMERSIVE","features":[116]},{"name":"DEVICE_PRIMARY","features":[116]},{"name":"DFConstraint","features":[116]},{"name":"DFMICS","features":[1,116]},{"name":"DFMR_DEFAULT","features":[116]},{"name":"DFMR_NO_ASYNC_VERBS","features":[116]},{"name":"DFMR_NO_NATIVECPU_VERBS","features":[116]},{"name":"DFMR_NO_NONWOW_VERBS","features":[116]},{"name":"DFMR_NO_RESOURCE_VERBS","features":[116]},{"name":"DFMR_NO_STATIC_VERBS","features":[116]},{"name":"DFMR_OPTIN_HANDLERS_ONLY","features":[116]},{"name":"DFMR_RESOURCE_AND_FOLDER_VERBS_ONLY","features":[116]},{"name":"DFMR_STATIC_VERBS_ONLY","features":[116]},{"name":"DFMR_USE_SPECIFIED_HANDLERS","features":[116]},{"name":"DFMR_USE_SPECIFIED_VERBS","features":[116]},{"name":"DFM_CMD","features":[116]},{"name":"DFM_CMD_COPY","features":[116]},{"name":"DFM_CMD_DELETE","features":[116]},{"name":"DFM_CMD_LINK","features":[116]},{"name":"DFM_CMD_MODALPROP","features":[116]},{"name":"DFM_CMD_MOVE","features":[116]},{"name":"DFM_CMD_NEWFOLDER","features":[116]},{"name":"DFM_CMD_PASTE","features":[116]},{"name":"DFM_CMD_PASTELINK","features":[116]},{"name":"DFM_CMD_PASTESPECIAL","features":[116]},{"name":"DFM_CMD_PROPERTIES","features":[116]},{"name":"DFM_CMD_RENAME","features":[116]},{"name":"DFM_CMD_VIEWDETAILS","features":[116]},{"name":"DFM_CMD_VIEWLIST","features":[116]},{"name":"DFM_GETDEFSTATICID","features":[116]},{"name":"DFM_GETHELPTEXT","features":[116]},{"name":"DFM_GETHELPTEXTW","features":[116]},{"name":"DFM_GETVERBA","features":[116]},{"name":"DFM_GETVERBW","features":[116]},{"name":"DFM_INVOKECOMMAND","features":[116]},{"name":"DFM_INVOKECOMMANDEX","features":[116]},{"name":"DFM_MAPCOMMANDNAME","features":[116]},{"name":"DFM_MERGECONTEXTMENU","features":[116]},{"name":"DFM_MERGECONTEXTMENU_BOTTOM","features":[116]},{"name":"DFM_MERGECONTEXTMENU_TOP","features":[116]},{"name":"DFM_MESSAGE_ID","features":[116]},{"name":"DFM_MODIFYQCMFLAGS","features":[116]},{"name":"DFM_VALIDATECMD","features":[116]},{"name":"DFM_WM_DRAWITEM","features":[116]},{"name":"DFM_WM_INITMENUPOPUP","features":[116]},{"name":"DFM_WM_MEASUREITEM","features":[116]},{"name":"DISPID_BEGINDRAG","features":[116]},{"name":"DISPID_CHECKSTATECHANGED","features":[116]},{"name":"DISPID_COLUMNSCHANGED","features":[116]},{"name":"DISPID_CONTENTSCHANGED","features":[116]},{"name":"DISPID_CTRLMOUSEWHEEL","features":[116]},{"name":"DISPID_DEFAULTVERBINVOKED","features":[116]},{"name":"DISPID_ENTERPRESSED","features":[116]},{"name":"DISPID_ENTERPRISEIDCHANGED","features":[116]},{"name":"DISPID_EXPLORERWINDOWREADY","features":[116]},{"name":"DISPID_FILELISTENUMDONE","features":[116]},{"name":"DISPID_FILTERINVOKED","features":[116]},{"name":"DISPID_FOCUSCHANGED","features":[116]},{"name":"DISPID_FOLDERCHANGED","features":[116]},{"name":"DISPID_IADCCTL_DEFAULTCAT","features":[116]},{"name":"DISPID_IADCCTL_DIRTY","features":[116]},{"name":"DISPID_IADCCTL_FORCEX86","features":[116]},{"name":"DISPID_IADCCTL_ONDOMAIN","features":[116]},{"name":"DISPID_IADCCTL_PUBCAT","features":[116]},{"name":"DISPID_IADCCTL_SHOWPOSTSETUP","features":[116]},{"name":"DISPID_IADCCTL_SORT","features":[116]},{"name":"DISPID_ICONSIZECHANGED","features":[116]},{"name":"DISPID_INITIALENUMERATIONDONE","features":[116]},{"name":"DISPID_NOITEMSTATE_CHANGED","features":[116]},{"name":"DISPID_ORDERCHANGED","features":[116]},{"name":"DISPID_SEARCHCOMMAND_ABORT","features":[116]},{"name":"DISPID_SEARCHCOMMAND_COMPLETE","features":[116]},{"name":"DISPID_SEARCHCOMMAND_ERROR","features":[116]},{"name":"DISPID_SEARCHCOMMAND_PROGRESSTEXT","features":[116]},{"name":"DISPID_SEARCHCOMMAND_RESTORE","features":[116]},{"name":"DISPID_SEARCHCOMMAND_START","features":[116]},{"name":"DISPID_SEARCHCOMMAND_UPDATE","features":[116]},{"name":"DISPID_SELECTEDITEMCHANGED","features":[116]},{"name":"DISPID_SELECTIONCHANGED","features":[116]},{"name":"DISPID_SORTDONE","features":[116]},{"name":"DISPID_UPDATEIMAGE","features":[116]},{"name":"DISPID_VERBINVOKED","features":[116]},{"name":"DISPID_VIEWMODECHANGED","features":[116]},{"name":"DISPID_VIEWPAINTDONE","features":[116]},{"name":"DISPID_WORDWHEELEDITED","features":[116]},{"name":"DISPLAY_DEVICE_TYPE","features":[116]},{"name":"DI_GETDRAGIMAGE","features":[116]},{"name":"DLG_SCRNSAVECONFIGURE","features":[116]},{"name":"DLLGETVERSIONPROC","features":[116]},{"name":"DLLVERSIONINFO","features":[116]},{"name":"DLLVERSIONINFO2","features":[116]},{"name":"DLLVER_BUILD_MASK","features":[116]},{"name":"DLLVER_MAJOR_MASK","features":[116]},{"name":"DLLVER_MINOR_MASK","features":[116]},{"name":"DLLVER_PLATFORM_NT","features":[116]},{"name":"DLLVER_PLATFORM_WINDOWS","features":[116]},{"name":"DLLVER_QFE_MASK","features":[116]},{"name":"DOGIF_DEFAULT","features":[116]},{"name":"DOGIF_NO_HDROP","features":[116]},{"name":"DOGIF_NO_URL","features":[116]},{"name":"DOGIF_ONLY_IF_ONE","features":[116]},{"name":"DOGIF_TRAVERSE_LINK","features":[116]},{"name":"DRAGINFOA","features":[1,116]},{"name":"DRAGINFOA","features":[1,116]},{"name":"DRAGINFOW","features":[1,116]},{"name":"DRAGINFOW","features":[1,116]},{"name":"DROPDESCRIPTION","features":[116]},{"name":"DROPFILES","features":[1,116]},{"name":"DROPIMAGETYPE","features":[116]},{"name":"DROPIMAGE_COPY","features":[116]},{"name":"DROPIMAGE_INVALID","features":[116]},{"name":"DROPIMAGE_LABEL","features":[116]},{"name":"DROPIMAGE_LINK","features":[116]},{"name":"DROPIMAGE_MOVE","features":[116]},{"name":"DROPIMAGE_NOIMAGE","features":[116]},{"name":"DROPIMAGE_NONE","features":[116]},{"name":"DROPIMAGE_WARNING","features":[116]},{"name":"DSD_BACKWARD","features":[116]},{"name":"DSD_FORWARD","features":[116]},{"name":"DSFT_DETECT","features":[116]},{"name":"DSFT_PRIVATE","features":[116]},{"name":"DSFT_PUBLIC","features":[116]},{"name":"DSH_ALLOWDROPDESCRIPTIONTEXT","features":[116]},{"name":"DSH_FLAGS","features":[116]},{"name":"DSO_SHUFFLEIMAGES","features":[116]},{"name":"DSS_DISABLED_BY_REMOTE_SESSION","features":[116]},{"name":"DSS_ENABLED","features":[116]},{"name":"DSS_SLIDESHOW","features":[116]},{"name":"DShellFolderViewEvents","features":[116]},{"name":"DShellNameSpaceEvents","features":[116]},{"name":"DShellWindowsEvents","features":[116]},{"name":"DVASPECT_COPY","features":[116]},{"name":"DVASPECT_LINK","features":[116]},{"name":"DVASPECT_SHORTNAME","features":[116]},{"name":"DWFAF_AUTOHIDE","features":[116]},{"name":"DWFAF_GROUP1","features":[116]},{"name":"DWFAF_GROUP2","features":[116]},{"name":"DWFAF_HIDDEN","features":[116]},{"name":"DWFRF_DELETECONFIGDATA","features":[116]},{"name":"DWFRF_NORMAL","features":[116]},{"name":"DWPOS_CENTER","features":[116]},{"name":"DWPOS_FILL","features":[116]},{"name":"DWPOS_FIT","features":[116]},{"name":"DWPOS_SPAN","features":[116]},{"name":"DWPOS_STRETCH","features":[116]},{"name":"DWPOS_TILE","features":[116]},{"name":"DWebBrowserEvents","features":[116]},{"name":"DWebBrowserEvents2","features":[116]},{"name":"DefFolderMenu","features":[116]},{"name":"DefSubclassProc","features":[1,116]},{"name":"DeleteProfileA","features":[1,116]},{"name":"DeleteProfileW","features":[1,116]},{"name":"DesktopGadget","features":[116]},{"name":"DesktopWallpaper","features":[116]},{"name":"DestinationList","features":[116]},{"name":"DoEnvironmentSubstA","features":[116]},{"name":"DoEnvironmentSubstW","features":[116]},{"name":"DocPropShellExtension","features":[116]},{"name":"DragAcceptFiles","features":[1,116]},{"name":"DragFinish","features":[116]},{"name":"DragQueryFileA","features":[116]},{"name":"DragQueryFileW","features":[116]},{"name":"DragQueryPoint","features":[1,116]},{"name":"DriveSizeCategorizer","features":[116]},{"name":"DriveType","features":[116]},{"name":"DriveTypeCategorizer","features":[116]},{"name":"DuplicateIcon","features":[1,116,55]},{"name":"EBF_NODROPTARGET","features":[116]},{"name":"EBF_NONE","features":[116]},{"name":"EBF_SELECTFROMDATAOBJECT","features":[116]},{"name":"EBO_ALWAYSNAVIGATE","features":[116]},{"name":"EBO_HTMLSHAREPOINTVIEW","features":[116]},{"name":"EBO_NAVIGATEONCE","features":[116]},{"name":"EBO_NOBORDER","features":[116]},{"name":"EBO_NONE","features":[116]},{"name":"EBO_NOPERSISTVIEWSTATE","features":[116]},{"name":"EBO_NOTRAVELLOG","features":[116]},{"name":"EBO_NOWRAPPERWINDOW","features":[116]},{"name":"EBO_SHOWFRAMES","features":[116]},{"name":"ECF_AUTOMENUICONS","features":[116]},{"name":"ECF_DEFAULT","features":[116]},{"name":"ECF_HASLUASHIELD","features":[116]},{"name":"ECF_HASSPLITBUTTON","features":[116]},{"name":"ECF_HASSUBCOMMANDS","features":[116]},{"name":"ECF_HIDELABEL","features":[116]},{"name":"ECF_ISDROPDOWN","features":[116]},{"name":"ECF_ISSEPARATOR","features":[116]},{"name":"ECF_SEPARATORAFTER","features":[116]},{"name":"ECF_SEPARATORBEFORE","features":[116]},{"name":"ECF_TOGGLEABLE","features":[116]},{"name":"ECHUIM_DESKTOP","features":[116]},{"name":"ECHUIM_IMMERSIVE","features":[116]},{"name":"ECHUIM_SYSTEM_LAUNCHER","features":[116]},{"name":"ECS_CHECKBOX","features":[116]},{"name":"ECS_CHECKED","features":[116]},{"name":"ECS_DISABLED","features":[116]},{"name":"ECS_ENABLED","features":[116]},{"name":"ECS_HIDDEN","features":[116]},{"name":"ECS_RADIOCHECK","features":[116]},{"name":"EC_HOST_UI_MODE","features":[116]},{"name":"EDGE_GESTURE_KIND","features":[116]},{"name":"EGK_KEYBOARD","features":[116]},{"name":"EGK_MOUSE","features":[116]},{"name":"EGK_TOUCH","features":[116]},{"name":"EPS_DEFAULT_OFF","features":[116]},{"name":"EPS_DEFAULT_ON","features":[116]},{"name":"EPS_DONTCARE","features":[116]},{"name":"EPS_FORCE","features":[116]},{"name":"EPS_INITIALSTATE","features":[116]},{"name":"EPS_STATEMASK","features":[116]},{"name":"EP_AdvQueryPane","features":[116]},{"name":"EP_Commands","features":[116]},{"name":"EP_Commands_Organize","features":[116]},{"name":"EP_Commands_View","features":[116]},{"name":"EP_DetailsPane","features":[116]},{"name":"EP_NavPane","features":[116]},{"name":"EP_PreviewPane","features":[116]},{"name":"EP_QueryPane","features":[116]},{"name":"EP_Ribbon","features":[116]},{"name":"EP_StatusBar","features":[116]},{"name":"EXECUTE_E_LAUNCH_APPLICATION","features":[116]},{"name":"EXPLORER_BROWSER_FILL_FLAGS","features":[116]},{"name":"EXPLORER_BROWSER_OPTIONS","features":[116]},{"name":"EXPPS_FILETYPES","features":[116]},{"name":"EXP_DARWIN_ID_SIG","features":[116]},{"name":"EXP_DARWIN_LINK","features":[116]},{"name":"EXP_PROPERTYSTORAGE","features":[116]},{"name":"EXP_PROPERTYSTORAGE_SIG","features":[116]},{"name":"EXP_SPECIAL_FOLDER","features":[116]},{"name":"EXP_SPECIAL_FOLDER_SIG","features":[116]},{"name":"EXP_SZ_ICON_SIG","features":[116]},{"name":"EXP_SZ_LINK","features":[116]},{"name":"EXP_SZ_LINK_SIG","features":[116]},{"name":"EXTRASEARCH","features":[116]},{"name":"E_ACTIVATIONDENIED_SHELLERROR","features":[116]},{"name":"E_ACTIVATIONDENIED_SHELLNOTREADY","features":[116]},{"name":"E_ACTIVATIONDENIED_SHELLRESTART","features":[116]},{"name":"E_ACTIVATIONDENIED_UNEXPECTED","features":[116]},{"name":"E_ACTIVATIONDENIED_USERCLOSE","features":[116]},{"name":"E_FILE_PLACEHOLDER_NOT_INITIALIZED","features":[116]},{"name":"E_FILE_PLACEHOLDER_SERVER_TIMED_OUT","features":[116]},{"name":"E_FILE_PLACEHOLDER_STORAGEPROVIDER_NOT_FOUND","features":[116]},{"name":"E_FILE_PLACEHOLDER_VERSION_MISMATCH","features":[116]},{"name":"E_FLAGS","features":[116]},{"name":"E_IMAGEFEED_CHANGEDISABLED","features":[116]},{"name":"E_NOTVALIDFORANIMATEDIMAGE","features":[116]},{"name":"E_PREVIEWHANDLER_CORRUPT","features":[116]},{"name":"E_PREVIEWHANDLER_DRM_FAIL","features":[116]},{"name":"E_PREVIEWHANDLER_NOAUTH","features":[116]},{"name":"E_PREVIEWHANDLER_NOTFOUND","features":[116]},{"name":"E_SHELL_EXTENSION_BLOCKED","features":[116]},{"name":"E_TILE_NOTIFICATIONS_PLATFORM_FAILURE","features":[116]},{"name":"E_USERTILE_CHANGEDISABLED","features":[116]},{"name":"E_USERTILE_FILESIZE","features":[116]},{"name":"E_USERTILE_LARGEORDYNAMIC","features":[116]},{"name":"E_USERTILE_UNSUPPORTEDFILETYPE","features":[116]},{"name":"E_USERTILE_VIDEOFRAMESIZE","features":[116]},{"name":"EnumerableObjectCollection","features":[116]},{"name":"ExecuteFolder","features":[116]},{"name":"ExecuteUnknown","features":[116]},{"name":"ExplorerBrowser","features":[116]},{"name":"ExtractAssociatedIconA","features":[1,116,55]},{"name":"ExtractAssociatedIconExA","features":[1,116,55]},{"name":"ExtractAssociatedIconExW","features":[1,116,55]},{"name":"ExtractAssociatedIconW","features":[1,116,55]},{"name":"ExtractIconA","features":[1,116,55]},{"name":"ExtractIconExA","features":[116,55]},{"name":"ExtractIconExW","features":[116,55]},{"name":"ExtractIconW","features":[1,116,55]},{"name":"ExtractIfNotCached","features":[116]},{"name":"FCIDM_BROWSERFIRST","features":[116]},{"name":"FCIDM_BROWSERLAST","features":[116]},{"name":"FCIDM_GLOBALFIRST","features":[116]},{"name":"FCIDM_GLOBALLAST","features":[116]},{"name":"FCIDM_MENU_EDIT","features":[116]},{"name":"FCIDM_MENU_EXPLORE","features":[116]},{"name":"FCIDM_MENU_FAVORITES","features":[116]},{"name":"FCIDM_MENU_FILE","features":[116]},{"name":"FCIDM_MENU_FIND","features":[116]},{"name":"FCIDM_MENU_HELP","features":[116]},{"name":"FCIDM_MENU_TOOLS","features":[116]},{"name":"FCIDM_MENU_TOOLS_SEP_GOTO","features":[116]},{"name":"FCIDM_MENU_VIEW","features":[116]},{"name":"FCIDM_MENU_VIEW_SEP_OPTIONS","features":[116]},{"name":"FCIDM_SHVIEWFIRST","features":[116]},{"name":"FCIDM_SHVIEWLAST","features":[116]},{"name":"FCIDM_STATUS","features":[116]},{"name":"FCIDM_TOOLBAR","features":[116]},{"name":"FCSM_CLSID","features":[116]},{"name":"FCSM_FLAGS","features":[116]},{"name":"FCSM_ICONFILE","features":[116]},{"name":"FCSM_INFOTIP","features":[116]},{"name":"FCSM_LOGO","features":[116]},{"name":"FCSM_VIEWID","features":[116]},{"name":"FCSM_WEBVIEWTEMPLATE","features":[116]},{"name":"FCS_FLAG_DRAGDROP","features":[116]},{"name":"FCS_FORCEWRITE","features":[116]},{"name":"FCS_READ","features":[116]},{"name":"FCT_ADDTOEND","features":[116]},{"name":"FCT_CONFIGABLE","features":[116]},{"name":"FCT_MERGE","features":[116]},{"name":"FCW_INTERNETBAR","features":[116]},{"name":"FCW_PROGRESS","features":[116]},{"name":"FCW_STATUS","features":[116]},{"name":"FCW_TOOLBAR","features":[116]},{"name":"FCW_TREE","features":[116]},{"name":"FDAP","features":[116]},{"name":"FDAP_BOTTOM","features":[116]},{"name":"FDAP_TOP","features":[116]},{"name":"FDEOR_ACCEPT","features":[116]},{"name":"FDEOR_DEFAULT","features":[116]},{"name":"FDEOR_REFUSE","features":[116]},{"name":"FDESVR_ACCEPT","features":[116]},{"name":"FDESVR_DEFAULT","features":[116]},{"name":"FDESVR_REFUSE","features":[116]},{"name":"FDE_OVERWRITE_RESPONSE","features":[116]},{"name":"FDE_SHAREVIOLATION_RESPONSE","features":[116]},{"name":"FDTF_LONGDATE","features":[116]},{"name":"FDTF_LONGTIME","features":[116]},{"name":"FDTF_LTRDATE","features":[116]},{"name":"FDTF_NOAUTOREADINGORDER","features":[116]},{"name":"FDTF_RELATIVE","features":[116]},{"name":"FDTF_RTLDATE","features":[116]},{"name":"FDTF_SHORTDATE","features":[116]},{"name":"FDTF_SHORTTIME","features":[116]},{"name":"FD_ACCESSTIME","features":[116]},{"name":"FD_ATTRIBUTES","features":[116]},{"name":"FD_CLSID","features":[116]},{"name":"FD_CREATETIME","features":[116]},{"name":"FD_FILESIZE","features":[116]},{"name":"FD_FLAGS","features":[116]},{"name":"FD_LINKUI","features":[116]},{"name":"FD_PROGRESSUI","features":[116]},{"name":"FD_SIZEPOINT","features":[116]},{"name":"FD_UNICODE","features":[116]},{"name":"FD_WRITESTIME","features":[116]},{"name":"FEM_NAVIGATION","features":[116]},{"name":"FEM_VIEWRESULT","features":[116]},{"name":"FFFP_EXACTMATCH","features":[116]},{"name":"FFFP_MODE","features":[116]},{"name":"FFFP_NEARESTPARENTMATCH","features":[116]},{"name":"FILEDESCRIPTORA","features":[1,116]},{"name":"FILEDESCRIPTORW","features":[1,116]},{"name":"FILEGROUPDESCRIPTORA","features":[1,116]},{"name":"FILEGROUPDESCRIPTORW","features":[1,116]},{"name":"FILEOPENDIALOGOPTIONS","features":[116]},{"name":"FILEOPERATION_FLAGS","features":[116]},{"name":"FILETYPEATTRIBUTEFLAGS","features":[116]},{"name":"FILE_ATTRIBUTES_ARRAY","features":[116]},{"name":"FILE_OPERATION_FLAGS2","features":[116]},{"name":"FILE_USAGE_TYPE","features":[116]},{"name":"FLVM_CONTENT","features":[116]},{"name":"FLVM_DETAILS","features":[116]},{"name":"FLVM_FIRST","features":[116]},{"name":"FLVM_ICONS","features":[116]},{"name":"FLVM_LAST","features":[116]},{"name":"FLVM_LIST","features":[116]},{"name":"FLVM_TILES","features":[116]},{"name":"FLVM_UNSPECIFIED","features":[116]},{"name":"FLYOUT_PLACEMENT","features":[116]},{"name":"FMTID_Briefcase","features":[116]},{"name":"FMTID_CustomImageProperties","features":[116]},{"name":"FMTID_DRM","features":[116]},{"name":"FMTID_Displaced","features":[116]},{"name":"FMTID_ImageProperties","features":[116]},{"name":"FMTID_InternetSite","features":[116]},{"name":"FMTID_Intshcut","features":[116]},{"name":"FMTID_LibraryProperties","features":[116]},{"name":"FMTID_MUSIC","features":[116]},{"name":"FMTID_Misc","features":[116]},{"name":"FMTID_Query","features":[116]},{"name":"FMTID_ShellDetails","features":[116]},{"name":"FMTID_Storage","features":[116]},{"name":"FMTID_Volume","features":[116]},{"name":"FMTID_WebView","features":[116]},{"name":"FOF2_MERGEFOLDERSONCOLLISION","features":[116]},{"name":"FOF2_NONE","features":[116]},{"name":"FOFX_ADDUNDORECORD","features":[116]},{"name":"FOFX_COPYASDOWNLOAD","features":[116]},{"name":"FOFX_DONTDISPLAYDESTPATH","features":[116]},{"name":"FOFX_DONTDISPLAYLOCATIONS","features":[116]},{"name":"FOFX_DONTDISPLAYSOURCEPATH","features":[116]},{"name":"FOFX_EARLYFAILURE","features":[116]},{"name":"FOFX_KEEPNEWERFILE","features":[116]},{"name":"FOFX_MOVEACLSACROSSVOLUMES","features":[116]},{"name":"FOFX_NOCOPYHOOKS","features":[116]},{"name":"FOFX_NOMINIMIZEBOX","features":[116]},{"name":"FOFX_NOSKIPJUNCTIONS","features":[116]},{"name":"FOFX_PREFERHARDLINK","features":[116]},{"name":"FOFX_PRESERVEFILEEXTENSIONS","features":[116]},{"name":"FOFX_RECYCLEONDELETE","features":[116]},{"name":"FOFX_REQUIREELEVATION","features":[116]},{"name":"FOFX_SHOWELEVATIONPROMPT","features":[116]},{"name":"FOF_ALLOWUNDO","features":[116]},{"name":"FOF_CONFIRMMOUSE","features":[116]},{"name":"FOF_FILESONLY","features":[116]},{"name":"FOF_MULTIDESTFILES","features":[116]},{"name":"FOF_NOCONFIRMATION","features":[116]},{"name":"FOF_NOCONFIRMMKDIR","features":[116]},{"name":"FOF_NOCOPYSECURITYATTRIBS","features":[116]},{"name":"FOF_NOERRORUI","features":[116]},{"name":"FOF_NORECURSEREPARSE","features":[116]},{"name":"FOF_NORECURSION","features":[116]},{"name":"FOF_NO_CONNECTED_ELEMENTS","features":[116]},{"name":"FOF_NO_UI","features":[116]},{"name":"FOF_RENAMEONCOLLISION","features":[116]},{"name":"FOF_SILENT","features":[116]},{"name":"FOF_SIMPLEPROGRESS","features":[116]},{"name":"FOF_WANTMAPPINGHANDLE","features":[116]},{"name":"FOF_WANTNUKEWARNING","features":[116]},{"name":"FOLDERFLAGS","features":[116]},{"name":"FOLDERID_AccountPictures","features":[116]},{"name":"FOLDERID_AddNewPrograms","features":[116]},{"name":"FOLDERID_AdminTools","features":[116]},{"name":"FOLDERID_AllAppMods","features":[116]},{"name":"FOLDERID_AppCaptures","features":[116]},{"name":"FOLDERID_AppDataDesktop","features":[116]},{"name":"FOLDERID_AppDataDocuments","features":[116]},{"name":"FOLDERID_AppDataFavorites","features":[116]},{"name":"FOLDERID_AppDataProgramData","features":[116]},{"name":"FOLDERID_AppUpdates","features":[116]},{"name":"FOLDERID_ApplicationShortcuts","features":[116]},{"name":"FOLDERID_AppsFolder","features":[116]},{"name":"FOLDERID_CDBurning","features":[116]},{"name":"FOLDERID_CameraRoll","features":[116]},{"name":"FOLDERID_CameraRollLibrary","features":[116]},{"name":"FOLDERID_ChangeRemovePrograms","features":[116]},{"name":"FOLDERID_CommonAdminTools","features":[116]},{"name":"FOLDERID_CommonOEMLinks","features":[116]},{"name":"FOLDERID_CommonPrograms","features":[116]},{"name":"FOLDERID_CommonStartMenu","features":[116]},{"name":"FOLDERID_CommonStartMenuPlaces","features":[116]},{"name":"FOLDERID_CommonStartup","features":[116]},{"name":"FOLDERID_CommonTemplates","features":[116]},{"name":"FOLDERID_ComputerFolder","features":[116]},{"name":"FOLDERID_ConflictFolder","features":[116]},{"name":"FOLDERID_ConnectionsFolder","features":[116]},{"name":"FOLDERID_Contacts","features":[116]},{"name":"FOLDERID_ControlPanelFolder","features":[116]},{"name":"FOLDERID_Cookies","features":[116]},{"name":"FOLDERID_CurrentAppMods","features":[116]},{"name":"FOLDERID_Desktop","features":[116]},{"name":"FOLDERID_DevelopmentFiles","features":[116]},{"name":"FOLDERID_Device","features":[116]},{"name":"FOLDERID_DeviceMetadataStore","features":[116]},{"name":"FOLDERID_Documents","features":[116]},{"name":"FOLDERID_DocumentsLibrary","features":[116]},{"name":"FOLDERID_Downloads","features":[116]},{"name":"FOLDERID_Favorites","features":[116]},{"name":"FOLDERID_Fonts","features":[116]},{"name":"FOLDERID_GameTasks","features":[116]},{"name":"FOLDERID_Games","features":[116]},{"name":"FOLDERID_History","features":[116]},{"name":"FOLDERID_HomeGroup","features":[116]},{"name":"FOLDERID_HomeGroupCurrentUser","features":[116]},{"name":"FOLDERID_ImplicitAppShortcuts","features":[116]},{"name":"FOLDERID_InternetCache","features":[116]},{"name":"FOLDERID_InternetFolder","features":[116]},{"name":"FOLDERID_Libraries","features":[116]},{"name":"FOLDERID_Links","features":[116]},{"name":"FOLDERID_LocalAppData","features":[116]},{"name":"FOLDERID_LocalAppDataLow","features":[116]},{"name":"FOLDERID_LocalDocuments","features":[116]},{"name":"FOLDERID_LocalDownloads","features":[116]},{"name":"FOLDERID_LocalMusic","features":[116]},{"name":"FOLDERID_LocalPictures","features":[116]},{"name":"FOLDERID_LocalStorage","features":[116]},{"name":"FOLDERID_LocalVideos","features":[116]},{"name":"FOLDERID_LocalizedResourcesDir","features":[116]},{"name":"FOLDERID_Music","features":[116]},{"name":"FOLDERID_MusicLibrary","features":[116]},{"name":"FOLDERID_NetHood","features":[116]},{"name":"FOLDERID_NetworkFolder","features":[116]},{"name":"FOLDERID_Objects3D","features":[116]},{"name":"FOLDERID_OneDrive","features":[116]},{"name":"FOLDERID_OriginalImages","features":[116]},{"name":"FOLDERID_PhotoAlbums","features":[116]},{"name":"FOLDERID_Pictures","features":[116]},{"name":"FOLDERID_PicturesLibrary","features":[116]},{"name":"FOLDERID_Playlists","features":[116]},{"name":"FOLDERID_PrintHood","features":[116]},{"name":"FOLDERID_PrintersFolder","features":[116]},{"name":"FOLDERID_Profile","features":[116]},{"name":"FOLDERID_ProgramData","features":[116]},{"name":"FOLDERID_ProgramFiles","features":[116]},{"name":"FOLDERID_ProgramFilesCommon","features":[116]},{"name":"FOLDERID_ProgramFilesCommonX64","features":[116]},{"name":"FOLDERID_ProgramFilesCommonX86","features":[116]},{"name":"FOLDERID_ProgramFilesX64","features":[116]},{"name":"FOLDERID_ProgramFilesX86","features":[116]},{"name":"FOLDERID_Programs","features":[116]},{"name":"FOLDERID_Public","features":[116]},{"name":"FOLDERID_PublicDesktop","features":[116]},{"name":"FOLDERID_PublicDocuments","features":[116]},{"name":"FOLDERID_PublicDownloads","features":[116]},{"name":"FOLDERID_PublicGameTasks","features":[116]},{"name":"FOLDERID_PublicLibraries","features":[116]},{"name":"FOLDERID_PublicMusic","features":[116]},{"name":"FOLDERID_PublicPictures","features":[116]},{"name":"FOLDERID_PublicRingtones","features":[116]},{"name":"FOLDERID_PublicUserTiles","features":[116]},{"name":"FOLDERID_PublicVideos","features":[116]},{"name":"FOLDERID_QuickLaunch","features":[116]},{"name":"FOLDERID_Recent","features":[116]},{"name":"FOLDERID_RecordedCalls","features":[116]},{"name":"FOLDERID_RecordedTVLibrary","features":[116]},{"name":"FOLDERID_RecycleBinFolder","features":[116]},{"name":"FOLDERID_ResourceDir","features":[116]},{"name":"FOLDERID_RetailDemo","features":[116]},{"name":"FOLDERID_Ringtones","features":[116]},{"name":"FOLDERID_RoamedTileImages","features":[116]},{"name":"FOLDERID_RoamingAppData","features":[116]},{"name":"FOLDERID_RoamingTiles","features":[116]},{"name":"FOLDERID_SEARCH_CSC","features":[116]},{"name":"FOLDERID_SEARCH_MAPI","features":[116]},{"name":"FOLDERID_SampleMusic","features":[116]},{"name":"FOLDERID_SamplePictures","features":[116]},{"name":"FOLDERID_SamplePlaylists","features":[116]},{"name":"FOLDERID_SampleVideos","features":[116]},{"name":"FOLDERID_SavedGames","features":[116]},{"name":"FOLDERID_SavedPictures","features":[116]},{"name":"FOLDERID_SavedPicturesLibrary","features":[116]},{"name":"FOLDERID_SavedSearches","features":[116]},{"name":"FOLDERID_Screenshots","features":[116]},{"name":"FOLDERID_SearchHistory","features":[116]},{"name":"FOLDERID_SearchHome","features":[116]},{"name":"FOLDERID_SearchTemplates","features":[116]},{"name":"FOLDERID_SendTo","features":[116]},{"name":"FOLDERID_SidebarDefaultParts","features":[116]},{"name":"FOLDERID_SidebarParts","features":[116]},{"name":"FOLDERID_SkyDrive","features":[116]},{"name":"FOLDERID_SkyDriveCameraRoll","features":[116]},{"name":"FOLDERID_SkyDriveDocuments","features":[116]},{"name":"FOLDERID_SkyDriveMusic","features":[116]},{"name":"FOLDERID_SkyDrivePictures","features":[116]},{"name":"FOLDERID_StartMenu","features":[116]},{"name":"FOLDERID_StartMenuAllPrograms","features":[116]},{"name":"FOLDERID_Startup","features":[116]},{"name":"FOLDERID_SyncManagerFolder","features":[116]},{"name":"FOLDERID_SyncResultsFolder","features":[116]},{"name":"FOLDERID_SyncSetupFolder","features":[116]},{"name":"FOLDERID_System","features":[116]},{"name":"FOLDERID_SystemX86","features":[116]},{"name":"FOLDERID_Templates","features":[116]},{"name":"FOLDERID_UserPinned","features":[116]},{"name":"FOLDERID_UserProfiles","features":[116]},{"name":"FOLDERID_UserProgramFiles","features":[116]},{"name":"FOLDERID_UserProgramFilesCommon","features":[116]},{"name":"FOLDERID_UsersFiles","features":[116]},{"name":"FOLDERID_UsersLibraries","features":[116]},{"name":"FOLDERID_Videos","features":[116]},{"name":"FOLDERID_VideosLibrary","features":[116]},{"name":"FOLDERID_Windows","features":[116]},{"name":"FOLDERLOGICALVIEWMODE","features":[116]},{"name":"FOLDERSETDATA","features":[116]},{"name":"FOLDERSETTINGS","features":[116]},{"name":"FOLDERTYPEID_AccountPictures","features":[116]},{"name":"FOLDERTYPEID_Communications","features":[116]},{"name":"FOLDERTYPEID_CompressedFolder","features":[116]},{"name":"FOLDERTYPEID_Contacts","features":[116]},{"name":"FOLDERTYPEID_ControlPanelCategory","features":[116]},{"name":"FOLDERTYPEID_ControlPanelClassic","features":[116]},{"name":"FOLDERTYPEID_Documents","features":[116]},{"name":"FOLDERTYPEID_Downloads","features":[116]},{"name":"FOLDERTYPEID_Games","features":[116]},{"name":"FOLDERTYPEID_Generic","features":[116]},{"name":"FOLDERTYPEID_GenericLibrary","features":[116]},{"name":"FOLDERTYPEID_GenericSearchResults","features":[116]},{"name":"FOLDERTYPEID_Invalid","features":[116]},{"name":"FOLDERTYPEID_Music","features":[116]},{"name":"FOLDERTYPEID_NetworkExplorer","features":[116]},{"name":"FOLDERTYPEID_OpenSearch","features":[116]},{"name":"FOLDERTYPEID_OtherUsers","features":[116]},{"name":"FOLDERTYPEID_Pictures","features":[116]},{"name":"FOLDERTYPEID_Printers","features":[116]},{"name":"FOLDERTYPEID_PublishedItems","features":[116]},{"name":"FOLDERTYPEID_RecordedTV","features":[116]},{"name":"FOLDERTYPEID_RecycleBin","features":[116]},{"name":"FOLDERTYPEID_SavedGames","features":[116]},{"name":"FOLDERTYPEID_SearchConnector","features":[116]},{"name":"FOLDERTYPEID_SearchHome","features":[116]},{"name":"FOLDERTYPEID_Searches","features":[116]},{"name":"FOLDERTYPEID_SoftwareExplorer","features":[116]},{"name":"FOLDERTYPEID_StartMenu","features":[116]},{"name":"FOLDERTYPEID_StorageProviderDocuments","features":[116]},{"name":"FOLDERTYPEID_StorageProviderGeneric","features":[116]},{"name":"FOLDERTYPEID_StorageProviderMusic","features":[116]},{"name":"FOLDERTYPEID_StorageProviderPictures","features":[116]},{"name":"FOLDERTYPEID_StorageProviderVideos","features":[116]},{"name":"FOLDERTYPEID_UserFiles","features":[116]},{"name":"FOLDERTYPEID_UsersLibraries","features":[116]},{"name":"FOLDERTYPEID_Videos","features":[116]},{"name":"FOLDERVIEWMODE","features":[116]},{"name":"FOLDERVIEWOPTIONS","features":[116]},{"name":"FOLDER_ENUM_MODE","features":[116]},{"name":"FOS_ALLNONSTORAGEITEMS","features":[116]},{"name":"FOS_ALLOWMULTISELECT","features":[116]},{"name":"FOS_CREATEPROMPT","features":[116]},{"name":"FOS_DEFAULTNOMINIMODE","features":[116]},{"name":"FOS_DONTADDTORECENT","features":[116]},{"name":"FOS_FILEMUSTEXIST","features":[116]},{"name":"FOS_FORCEFILESYSTEM","features":[116]},{"name":"FOS_FORCEPREVIEWPANEON","features":[116]},{"name":"FOS_FORCESHOWHIDDEN","features":[116]},{"name":"FOS_HIDEMRUPLACES","features":[116]},{"name":"FOS_HIDEPINNEDPLACES","features":[116]},{"name":"FOS_NOCHANGEDIR","features":[116]},{"name":"FOS_NODEREFERENCELINKS","features":[116]},{"name":"FOS_NOREADONLYRETURN","features":[116]},{"name":"FOS_NOTESTFILECREATE","features":[116]},{"name":"FOS_NOVALIDATE","features":[116]},{"name":"FOS_OKBUTTONNEEDSINTERACTION","features":[116]},{"name":"FOS_OVERWRITEPROMPT","features":[116]},{"name":"FOS_PATHMUSTEXIST","features":[116]},{"name":"FOS_PICKFOLDERS","features":[116]},{"name":"FOS_SHAREAWARE","features":[116]},{"name":"FOS_STRICTFILETYPES","features":[116]},{"name":"FOS_SUPPORTSTREAMABLEITEMS","features":[116]},{"name":"FO_COPY","features":[116]},{"name":"FO_DELETE","features":[116]},{"name":"FO_MOVE","features":[116]},{"name":"FO_RENAME","features":[116]},{"name":"FP_ABOVE","features":[116]},{"name":"FP_BELOW","features":[116]},{"name":"FP_DEFAULT","features":[116]},{"name":"FP_LEFT","features":[116]},{"name":"FP_RIGHT","features":[116]},{"name":"FSCopyHandler","features":[116]},{"name":"FTA_AlwaysUnsafe","features":[116]},{"name":"FTA_AlwaysUseDirectInvoke","features":[116]},{"name":"FTA_Exclude","features":[116]},{"name":"FTA_HasExtension","features":[116]},{"name":"FTA_NoDDE","features":[116]},{"name":"FTA_NoEdit","features":[116]},{"name":"FTA_NoEditDesc","features":[116]},{"name":"FTA_NoEditDflt","features":[116]},{"name":"FTA_NoEditIcon","features":[116]},{"name":"FTA_NoEditMIME","features":[116]},{"name":"FTA_NoEditVerb","features":[116]},{"name":"FTA_NoEditVerbCmd","features":[116]},{"name":"FTA_NoEditVerbExe","features":[116]},{"name":"FTA_NoNewVerb","features":[116]},{"name":"FTA_NoRecentDocs","features":[116]},{"name":"FTA_NoRemove","features":[116]},{"name":"FTA_NoRemoveVerb","features":[116]},{"name":"FTA_None","features":[116]},{"name":"FTA_OpenIsSafe","features":[116]},{"name":"FTA_SafeForElevation","features":[116]},{"name":"FTA_Show","features":[116]},{"name":"FUT_EDITING","features":[116]},{"name":"FUT_GENERIC","features":[116]},{"name":"FUT_PLAYING","features":[116]},{"name":"FVM_AUTO","features":[116]},{"name":"FVM_CONTENT","features":[116]},{"name":"FVM_DETAILS","features":[116]},{"name":"FVM_FIRST","features":[116]},{"name":"FVM_ICON","features":[116]},{"name":"FVM_LAST","features":[116]},{"name":"FVM_LIST","features":[116]},{"name":"FVM_SMALLICON","features":[116]},{"name":"FVM_THUMBNAIL","features":[116]},{"name":"FVM_THUMBSTRIP","features":[116]},{"name":"FVM_TILE","features":[116]},{"name":"FVO_CUSTOMORDERING","features":[116]},{"name":"FVO_CUSTOMPOSITION","features":[116]},{"name":"FVO_DEFAULT","features":[116]},{"name":"FVO_NOANIMATIONS","features":[116]},{"name":"FVO_NOSCROLLTIPS","features":[116]},{"name":"FVO_SUPPORTHYPERLINKS","features":[116]},{"name":"FVO_VISTALAYOUT","features":[116]},{"name":"FVSIF_CANVIEWIT","features":[116]},{"name":"FVSIF_NEWFAILED","features":[116]},{"name":"FVSIF_NEWFILE","features":[116]},{"name":"FVSIF_PINNED","features":[116]},{"name":"FVSIF_RECT","features":[116]},{"name":"FVST_EMPTYTEXT","features":[116]},{"name":"FVTEXTTYPE","features":[116]},{"name":"FWF_ABBREVIATEDNAMES","features":[116]},{"name":"FWF_ALIGNLEFT","features":[116]},{"name":"FWF_ALLOWRTLREADING","features":[116]},{"name":"FWF_AUTOARRANGE","features":[116]},{"name":"FWF_AUTOCHECKSELECT","features":[116]},{"name":"FWF_BESTFITWINDOW","features":[116]},{"name":"FWF_CHECKSELECT","features":[116]},{"name":"FWF_DESKTOP","features":[116]},{"name":"FWF_EXTENDEDTILES","features":[116]},{"name":"FWF_FULLROWSELECT","features":[116]},{"name":"FWF_HIDEFILENAMES","features":[116]},{"name":"FWF_NOBROWSERVIEWSTATE","features":[116]},{"name":"FWF_NOCLIENTEDGE","features":[116]},{"name":"FWF_NOCOLUMNHEADER","features":[116]},{"name":"FWF_NOENUMREFRESH","features":[116]},{"name":"FWF_NOFILTERS","features":[116]},{"name":"FWF_NOGROUPING","features":[116]},{"name":"FWF_NOHEADERINALLVIEWS","features":[116]},{"name":"FWF_NOICONS","features":[116]},{"name":"FWF_NONE","features":[116]},{"name":"FWF_NOSCROLL","features":[116]},{"name":"FWF_NOSUBFOLDERS","features":[116]},{"name":"FWF_NOVISIBLE","features":[116]},{"name":"FWF_NOWEBVIEW","features":[116]},{"name":"FWF_OWNERDATA","features":[116]},{"name":"FWF_SHOWSELALWAYS","features":[116]},{"name":"FWF_SINGLECLICKACTIVATE","features":[116]},{"name":"FWF_SINGLESEL","features":[116]},{"name":"FWF_SNAPTOGRID","features":[116]},{"name":"FWF_SUBSETGROUPS","features":[116]},{"name":"FWF_TRANSPARENT","features":[116]},{"name":"FWF_TRICHECKSELECT","features":[116]},{"name":"FWF_USESEARCHFOLDER","features":[116]},{"name":"FileIconInit","features":[1,116]},{"name":"FileOpenDialog","features":[116]},{"name":"FileOperation","features":[116]},{"name":"FileSaveDialog","features":[116]},{"name":"FileSearchBand","features":[116]},{"name":"FindExecutableA","features":[1,116]},{"name":"FindExecutableW","features":[1,116]},{"name":"Folder","features":[116]},{"name":"Folder2","features":[116]},{"name":"Folder3","features":[116]},{"name":"FolderItem","features":[116]},{"name":"FolderItem2","features":[116]},{"name":"FolderItemVerb","features":[116]},{"name":"FolderItemVerbs","features":[116]},{"name":"FolderItems","features":[116]},{"name":"FolderItems2","features":[116]},{"name":"FolderItems3","features":[116]},{"name":"FolderViewHost","features":[116]},{"name":"FrameworkInputPane","features":[116]},{"name":"FreeSpaceCategorizer","features":[116]},{"name":"GADOF_DIRTY","features":[116]},{"name":"GCS_HELPTEXT","features":[116]},{"name":"GCS_HELPTEXTA","features":[116]},{"name":"GCS_HELPTEXTW","features":[116]},{"name":"GCS_UNICODE","features":[116]},{"name":"GCS_VALIDATE","features":[116]},{"name":"GCS_VALIDATEA","features":[116]},{"name":"GCS_VALIDATEW","features":[116]},{"name":"GCS_VERB","features":[116]},{"name":"GCS_VERBA","features":[116]},{"name":"GCS_VERBICONW","features":[116]},{"name":"GCS_VERBW","features":[116]},{"name":"GCT_INVALID","features":[116]},{"name":"GCT_LFNCHAR","features":[116]},{"name":"GCT_SEPARATOR","features":[116]},{"name":"GCT_SHORTCHAR","features":[116]},{"name":"GCT_WILD","features":[116]},{"name":"GETPROPS_NONE","features":[116]},{"name":"GIL_ASYNC","features":[116]},{"name":"GIL_CHECKSHIELD","features":[116]},{"name":"GIL_DEFAULTICON","features":[116]},{"name":"GIL_DONTCACHE","features":[116]},{"name":"GIL_FORCENOSHIELD","features":[116]},{"name":"GIL_FORSHELL","features":[116]},{"name":"GIL_FORSHORTCUT","features":[116]},{"name":"GIL_NOTFILENAME","features":[116]},{"name":"GIL_OPENICON","features":[116]},{"name":"GIL_PERCLASS","features":[116]},{"name":"GIL_PERINSTANCE","features":[116]},{"name":"GIL_SHIELD","features":[116]},{"name":"GIL_SIMULATEDOC","features":[116]},{"name":"GLOBALCOUNTER_APPLICATION_DESTINATIONS","features":[116]},{"name":"GLOBALCOUNTER_APPROVEDSITES","features":[116]},{"name":"GLOBALCOUNTER_APPSFOLDER_FILETYPEASSOCIATION_COUNTER","features":[116]},{"name":"GLOBALCOUNTER_APP_ITEMS_STATE_STORE_CACHE","features":[116]},{"name":"GLOBALCOUNTER_ASSOCCHANGED","features":[116]},{"name":"GLOBALCOUNTER_BANNERS_DATAMODEL_CACHE_MACHINEWIDE","features":[116]},{"name":"GLOBALCOUNTER_BITBUCKETNUMDELETERS","features":[116]},{"name":"GLOBALCOUNTER_COMMONPLACES_LIST_CACHE","features":[116]},{"name":"GLOBALCOUNTER_FOLDERDEFINITION_CACHE","features":[116]},{"name":"GLOBALCOUNTER_FOLDERSETTINGSCHANGE","features":[116]},{"name":"GLOBALCOUNTER_IEONLY_SESSIONS","features":[116]},{"name":"GLOBALCOUNTER_IESESSIONS","features":[116]},{"name":"GLOBALCOUNTER_INTERNETTOOLBAR_LAYOUT","features":[116]},{"name":"GLOBALCOUNTER_MAXIMUMVALUE","features":[116]},{"name":"GLOBALCOUNTER_OVERLAYMANAGER","features":[116]},{"name":"GLOBALCOUNTER_PRIVATE_PROFILE_CACHE","features":[116]},{"name":"GLOBALCOUNTER_PRIVATE_PROFILE_CACHE_MACHINEWIDE","features":[116]},{"name":"GLOBALCOUNTER_QUERYASSOCIATIONS","features":[116]},{"name":"GLOBALCOUNTER_RATINGS","features":[116]},{"name":"GLOBALCOUNTER_RATINGS_STATECOUNTER","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEBINCORRUPTED","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEBINENUM","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_A","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_B","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_C","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_D","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_E","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_F","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_G","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_H","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_I","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_J","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_K","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_L","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_M","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_N","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_O","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_P","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Q","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_R","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_S","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_T","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_U","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_V","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_W","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_X","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Y","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Z","features":[116]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_SHARES","features":[116]},{"name":"GLOBALCOUNTER_RESTRICTIONS","features":[116]},{"name":"GLOBALCOUNTER_SEARCHMANAGER","features":[116]},{"name":"GLOBALCOUNTER_SEARCHOPTIONS","features":[116]},{"name":"GLOBALCOUNTER_SETTINGSYNC_ENABLED","features":[116]},{"name":"GLOBALCOUNTER_SHELLSETTINGSCHANGED","features":[116]},{"name":"GLOBALCOUNTER_SYNC_ENGINE_INFORMATION_CACHE_MACHINEWIDE","features":[116]},{"name":"GLOBALCOUNTER_SYSTEMPIDLCHANGE","features":[116]},{"name":"GLOBALCOUNTER_USERINFOCHANGED","features":[116]},{"name":"GPFIDL_ALTNAME","features":[116]},{"name":"GPFIDL_DEFAULT","features":[116]},{"name":"GPFIDL_FLAGS","features":[116]},{"name":"GPFIDL_UNCPRINTER","features":[116]},{"name":"GenericCredentialProvider","features":[116]},{"name":"GetAcceptLanguagesA","features":[116]},{"name":"GetAcceptLanguagesW","features":[116]},{"name":"GetAllUsersProfileDirectoryA","features":[1,116]},{"name":"GetAllUsersProfileDirectoryW","features":[1,116]},{"name":"GetCurrentProcessExplicitAppUserModelID","features":[116]},{"name":"GetDefaultUserProfileDirectoryA","features":[1,116]},{"name":"GetDefaultUserProfileDirectoryW","features":[1,116]},{"name":"GetDpiForShellUIComponent","features":[116]},{"name":"GetFileNameFromBrowse","features":[1,116]},{"name":"GetMenuContextHelpId","features":[116,55]},{"name":"GetMenuPosFromID","features":[116,55]},{"name":"GetProfileType","features":[1,116]},{"name":"GetProfilesDirectoryA","features":[1,116]},{"name":"GetProfilesDirectoryW","features":[1,116]},{"name":"GetScaleFactorForDevice","features":[225]},{"name":"GetScaleFactorForMonitor","features":[13,225]},{"name":"GetUserProfileDirectoryA","features":[1,116]},{"name":"GetUserProfileDirectoryW","features":[1,116]},{"name":"GetWindowContextHelpId","features":[1,116]},{"name":"GetWindowSubclass","features":[1,116]},{"name":"HDROP","features":[116]},{"name":"HELPINFO","features":[1,116]},{"name":"HELPINFO_MENUITEM","features":[116]},{"name":"HELPINFO_WINDOW","features":[116]},{"name":"HELPWININFOA","features":[116]},{"name":"HELPWININFOW","features":[116]},{"name":"HELP_INFO_TYPE","features":[116]},{"name":"HGSC_DOCUMENTSLIBRARY","features":[116]},{"name":"HGSC_MUSICLIBRARY","features":[116]},{"name":"HGSC_NONE","features":[116]},{"name":"HGSC_PICTURESLIBRARY","features":[116]},{"name":"HGSC_PRINTERS","features":[116]},{"name":"HGSC_VIDEOSLIBRARY","features":[116]},{"name":"HLBWIF_DOCWNDMAXIMIZED","features":[116]},{"name":"HLBWIF_FLAGS","features":[116]},{"name":"HLBWIF_FRAMEWNDMAXIMIZED","features":[116]},{"name":"HLBWIF_HASDOCWNDINFO","features":[116]},{"name":"HLBWIF_HASFRAMEWNDINFO","features":[116]},{"name":"HLBWIF_HASWEBTOOLBARINFO","features":[116]},{"name":"HLBWIF_WEBTOOLBARHIDDEN","features":[116]},{"name":"HLBWINFO","features":[1,116]},{"name":"HLFNAMEF","features":[116]},{"name":"HLFNAMEF_DEFAULT","features":[116]},{"name":"HLFNAMEF_TRYCACHE","features":[116]},{"name":"HLFNAMEF_TRYFULLTARGET","features":[116]},{"name":"HLFNAMEF_TRYPRETTYTARGET","features":[116]},{"name":"HLFNAMEF_TRYWIN95SHORTCUT","features":[116]},{"name":"HLID_CURRENT","features":[116]},{"name":"HLID_INFO","features":[116]},{"name":"HLID_INVALID","features":[116]},{"name":"HLID_NEXT","features":[116]},{"name":"HLID_PREVIOUS","features":[116]},{"name":"HLID_STACKBOTTOM","features":[116]},{"name":"HLID_STACKTOP","features":[116]},{"name":"HLINKGETREF","features":[116]},{"name":"HLINKGETREF_ABSOLUTE","features":[116]},{"name":"HLINKGETREF_DEFAULT","features":[116]},{"name":"HLINKGETREF_RELATIVE","features":[116]},{"name":"HLINKMISC","features":[116]},{"name":"HLINKMISC_RELATIVE","features":[116]},{"name":"HLINKSETF","features":[116]},{"name":"HLINKSETF_LOCATION","features":[116]},{"name":"HLINKSETF_TARGET","features":[116]},{"name":"HLINKWHICHMK","features":[116]},{"name":"HLINKWHICHMK_BASE","features":[116]},{"name":"HLINKWHICHMK_CONTAINER","features":[116]},{"name":"HLINK_E_FIRST","features":[116]},{"name":"HLINK_S_DONTHIDE","features":[116]},{"name":"HLINK_S_FIRST","features":[116]},{"name":"HLITEM","features":[116]},{"name":"HLNF","features":[116]},{"name":"HLNF_ALLOW_AUTONAVIGATE","features":[116]},{"name":"HLNF_CALLERUNTRUSTED","features":[116]},{"name":"HLNF_CREATENOHISTORY","features":[116]},{"name":"HLNF_DISABLEWINDOWRESTRICTIONS","features":[116]},{"name":"HLNF_EXTERNALNAVIGATE","features":[116]},{"name":"HLNF_INTERNALJUMP","features":[116]},{"name":"HLNF_NAVIGATINGBACK","features":[116]},{"name":"HLNF_NAVIGATINGFORWARD","features":[116]},{"name":"HLNF_NAVIGATINGTOSTACKITEM","features":[116]},{"name":"HLNF_NEWWINDOWSMANAGED","features":[116]},{"name":"HLNF_OPENINNEWWINDOW","features":[116]},{"name":"HLNF_TRUSTEDFORACTIVEX","features":[116]},{"name":"HLNF_TRUSTFIRSTDOWNLOAD","features":[116]},{"name":"HLNF_UNTRUSTEDFORDOWNLOAD","features":[116]},{"name":"HLQF_INFO","features":[116]},{"name":"HLQF_ISCURRENT","features":[116]},{"name":"HLQF_ISVALID","features":[116]},{"name":"HLSHORTCUTF","features":[116]},{"name":"HLSHORTCUTF_DEFAULT","features":[116]},{"name":"HLSHORTCUTF_DONTACTUALLYCREATE","features":[116]},{"name":"HLSHORTCUTF_MAYUSEEXISTINGSHORTCUT","features":[116]},{"name":"HLSHORTCUTF_USEFILENAMEFROMFRIENDLYNAME","features":[116]},{"name":"HLSHORTCUTF_USEUNIQUEFILENAME","features":[116]},{"name":"HLSR","features":[116]},{"name":"HLSR_HISTORYFOLDER","features":[116]},{"name":"HLSR_HOME","features":[116]},{"name":"HLSR_SEARCHPAGE","features":[116]},{"name":"HLTBINFO","features":[1,116]},{"name":"HLTB_DOCKEDBOTTOM","features":[116]},{"name":"HLTB_DOCKEDLEFT","features":[116]},{"name":"HLTB_DOCKEDRIGHT","features":[116]},{"name":"HLTB_DOCKEDTOP","features":[116]},{"name":"HLTB_FLOATING","features":[116]},{"name":"HLTB_INFO","features":[116]},{"name":"HLTRANSLATEF","features":[116]},{"name":"HLTRANSLATEF_DEFAULT","features":[116]},{"name":"HLTRANSLATEF_DONTAPPLYDEFAULTPREFIX","features":[116]},{"name":"HMONITOR_UserFree","features":[13,116]},{"name":"HMONITOR_UserFree64","features":[13,116]},{"name":"HMONITOR_UserMarshal","features":[13,116]},{"name":"HMONITOR_UserMarshal64","features":[13,116]},{"name":"HMONITOR_UserSize","features":[13,116]},{"name":"HMONITOR_UserSize64","features":[13,116]},{"name":"HMONITOR_UserUnmarshal","features":[13,116]},{"name":"HMONITOR_UserUnmarshal64","features":[13,116]},{"name":"HOMEGROUPSHARINGCHOICES","features":[116]},{"name":"HOMEGROUP_SECURITY_GROUP","features":[116]},{"name":"HOMEGROUP_SECURITY_GROUP_MULTI","features":[116]},{"name":"HPSXA","features":[116]},{"name":"HashData","features":[116]},{"name":"HideInputPaneAnimationCoordinator","features":[116]},{"name":"HlinkClone","features":[116]},{"name":"HlinkCreateBrowseContext","features":[116]},{"name":"HlinkCreateExtensionServices","features":[1,116]},{"name":"HlinkCreateFromData","features":[116]},{"name":"HlinkCreateFromMoniker","features":[116]},{"name":"HlinkCreateFromString","features":[116]},{"name":"HlinkCreateShortcut","features":[116]},{"name":"HlinkCreateShortcutFromMoniker","features":[116]},{"name":"HlinkCreateShortcutFromString","features":[116]},{"name":"HlinkGetSpecialReference","features":[116]},{"name":"HlinkGetValueFromParams","features":[116]},{"name":"HlinkIsShortcut","features":[116]},{"name":"HlinkNavigate","features":[116]},{"name":"HlinkNavigateToStringReference","features":[116]},{"name":"HlinkOnNavigate","features":[116]},{"name":"HlinkOnRenameDocument","features":[116]},{"name":"HlinkParseDisplayName","features":[1,116]},{"name":"HlinkPreprocessMoniker","features":[116]},{"name":"HlinkQueryCreateFromData","features":[116]},{"name":"HlinkResolveMonikerForData","features":[43,116]},{"name":"HlinkResolveShortcut","features":[116]},{"name":"HlinkResolveShortcutToMoniker","features":[116]},{"name":"HlinkResolveShortcutToString","features":[116]},{"name":"HlinkResolveStringForData","features":[43,116]},{"name":"HlinkSetSpecialReference","features":[116]},{"name":"HlinkTranslateURL","features":[116]},{"name":"HlinkUpdateStackItem","features":[116]},{"name":"HomeGroup","features":[116]},{"name":"IACList","features":[116]},{"name":"IACList2","features":[116]},{"name":"IAccessibilityDockingService","features":[116]},{"name":"IAccessibilityDockingServiceCallback","features":[116]},{"name":"IAccessibleObject","features":[116]},{"name":"IActionProgress","features":[116]},{"name":"IActionProgressDialog","features":[116]},{"name":"IAppActivationUIInfo","features":[116]},{"name":"IAppPublisher","features":[116]},{"name":"IAppVisibility","features":[116]},{"name":"IAppVisibilityEvents","features":[116]},{"name":"IApplicationActivationManager","features":[116]},{"name":"IApplicationAssociationRegistration","features":[116]},{"name":"IApplicationAssociationRegistrationUI","features":[116]},{"name":"IApplicationDesignModeSettings","features":[116]},{"name":"IApplicationDesignModeSettings2","features":[116]},{"name":"IApplicationDestinations","features":[116]},{"name":"IApplicationDocumentLists","features":[116]},{"name":"IAssocHandler","features":[116]},{"name":"IAssocHandlerInvoker","features":[116]},{"name":"IAttachmentExecute","features":[116]},{"name":"IAutoComplete","features":[116]},{"name":"IAutoComplete2","features":[116]},{"name":"IAutoCompleteDropDown","features":[116]},{"name":"IBandHost","features":[116]},{"name":"IBandSite","features":[116]},{"name":"IBannerNotificationHandler","features":[116]},{"name":"IBanneredBar","features":[116]},{"name":"IBrowserFrameOptions","features":[116]},{"name":"IBrowserService","features":[116]},{"name":"IBrowserService2","features":[116]},{"name":"IBrowserService3","features":[116]},{"name":"IBrowserService4","features":[116]},{"name":"ICDBurn","features":[116]},{"name":"ICDBurnExt","features":[116]},{"name":"ICategorizer","features":[116]},{"name":"ICategoryProvider","features":[116]},{"name":"IColumnManager","features":[116]},{"name":"IColumnProvider","features":[116]},{"name":"ICommDlgBrowser","features":[116]},{"name":"ICommDlgBrowser2","features":[116]},{"name":"ICommDlgBrowser3","features":[116]},{"name":"IComputerInfoChangeNotify","features":[116]},{"name":"IConnectableCredentialProviderCredential","features":[116]},{"name":"IContactManagerInterop","features":[116]},{"name":"IContextMenu","features":[116]},{"name":"IContextMenu2","features":[116]},{"name":"IContextMenu3","features":[116]},{"name":"IContextMenuCB","features":[116]},{"name":"IContextMenuSite","features":[116]},{"name":"ICopyHookA","features":[116]},{"name":"ICopyHookW","features":[116]},{"name":"ICreateProcessInputs","features":[116]},{"name":"ICreatingProcess","features":[116]},{"name":"ICredentialProvider","features":[116]},{"name":"ICredentialProviderCredential","features":[116]},{"name":"ICredentialProviderCredential2","features":[116]},{"name":"ICredentialProviderCredentialEvents","features":[116]},{"name":"ICredentialProviderCredentialEvents2","features":[116]},{"name":"ICredentialProviderCredentialWithFieldOptions","features":[116]},{"name":"ICredentialProviderEvents","features":[116]},{"name":"ICredentialProviderFilter","features":[116]},{"name":"ICredentialProviderSetUserArray","features":[116]},{"name":"ICredentialProviderUser","features":[116]},{"name":"ICredentialProviderUserArray","features":[116]},{"name":"ICurrentItem","features":[116]},{"name":"ICurrentWorkingDirectory","features":[116]},{"name":"ICustomDestinationList","features":[116]},{"name":"IDC_OFFLINE_HAND","features":[116]},{"name":"IDC_PANTOOL_HAND_CLOSED","features":[116]},{"name":"IDC_PANTOOL_HAND_OPEN","features":[116]},{"name":"IDD_WIZEXTN_FIRST","features":[116]},{"name":"IDD_WIZEXTN_LAST","features":[116]},{"name":"IDO_SHGIOI_DEFAULT","features":[116]},{"name":"IDO_SHGIOI_LINK","features":[116]},{"name":"IDO_SHGIOI_SHARE","features":[116]},{"name":"IDO_SHGIOI_SLOWFILE","features":[116]},{"name":"IDS_DESCRIPTION","features":[116]},{"name":"ID_APP","features":[116]},{"name":"IDataObjectAsyncCapability","features":[116]},{"name":"IDataObjectProvider","features":[116]},{"name":"IDataTransferManagerInterop","features":[116]},{"name":"IDefaultExtractIconInit","features":[116]},{"name":"IDefaultFolderMenuInitialize","features":[116]},{"name":"IDelegateFolder","features":[116]},{"name":"IDelegateItem","features":[116]},{"name":"IDeskBand","features":[116]},{"name":"IDeskBand2","features":[116]},{"name":"IDeskBandInfo","features":[116]},{"name":"IDeskBar","features":[116]},{"name":"IDeskBarClient","features":[116]},{"name":"IDesktopGadget","features":[116]},{"name":"IDesktopWallpaper","features":[116]},{"name":"IDestinationStreamFactory","features":[116]},{"name":"IDisplayItem","features":[116]},{"name":"IDocViewSite","features":[116]},{"name":"IDockingWindow","features":[116]},{"name":"IDockingWindowFrame","features":[116]},{"name":"IDockingWindowSite","features":[116]},{"name":"IDragSourceHelper","features":[116]},{"name":"IDragSourceHelper2","features":[116]},{"name":"IDropTargetHelper","features":[116]},{"name":"IDynamicHWHandler","features":[116]},{"name":"IEIFLAG_ASPECT","features":[116]},{"name":"IEIFLAG_ASYNC","features":[116]},{"name":"IEIFLAG_CACHE","features":[116]},{"name":"IEIFLAG_GLEAM","features":[116]},{"name":"IEIFLAG_NOBORDER","features":[116]},{"name":"IEIFLAG_NOSTAMP","features":[116]},{"name":"IEIFLAG_OFFLINE","features":[116]},{"name":"IEIFLAG_ORIGSIZE","features":[116]},{"name":"IEIFLAG_QUALITY","features":[116]},{"name":"IEIFLAG_REFRESH","features":[116]},{"name":"IEIFLAG_SCREEN","features":[116]},{"name":"IEIT_PRIORITY_NORMAL","features":[116]},{"name":"IEI_PRIORITY_MAX","features":[116]},{"name":"IEI_PRIORITY_MIN","features":[116]},{"name":"IENamespaceTreeControl","features":[116]},{"name":"IEPDNFLAGS","features":[116]},{"name":"IEPDN_BINDINGUI","features":[116]},{"name":"IESHORTCUTFLAGS","features":[116]},{"name":"IESHORTCUT_BACKGROUNDTAB","features":[116]},{"name":"IESHORTCUT_FORCENAVIGATE","features":[116]},{"name":"IESHORTCUT_NEWBROWSER","features":[116]},{"name":"IESHORTCUT_OPENNEWTAB","features":[116]},{"name":"IEnumACString","features":[116]},{"name":"IEnumAssocHandlers","features":[116]},{"name":"IEnumExplorerCommand","features":[116]},{"name":"IEnumExtraSearch","features":[116]},{"name":"IEnumFullIDList","features":[116]},{"name":"IEnumHLITEM","features":[116]},{"name":"IEnumIDList","features":[116]},{"name":"IEnumObjects","features":[116]},{"name":"IEnumPublishedApps","features":[116]},{"name":"IEnumReadyCallback","features":[116]},{"name":"IEnumResources","features":[116]},{"name":"IEnumShellItems","features":[116]},{"name":"IEnumSyncMgrConflict","features":[116]},{"name":"IEnumSyncMgrEvents","features":[116]},{"name":"IEnumSyncMgrSyncItems","features":[116]},{"name":"IEnumTravelLogEntry","features":[116]},{"name":"IEnumerableView","features":[116]},{"name":"IExecuteCommand","features":[116]},{"name":"IExecuteCommandApplicationHostEnvironment","features":[116]},{"name":"IExecuteCommandHost","features":[116]},{"name":"IExpDispSupport","features":[116]},{"name":"IExpDispSupportXP","features":[116]},{"name":"IExplorerBrowser","features":[116]},{"name":"IExplorerBrowserEvents","features":[116]},{"name":"IExplorerCommand","features":[116]},{"name":"IExplorerCommandProvider","features":[116]},{"name":"IExplorerCommandState","features":[116]},{"name":"IExplorerPaneVisibility","features":[116]},{"name":"IExtensionServices","features":[116]},{"name":"IExtractIconA","features":[116]},{"name":"IExtractIconW","features":[116]},{"name":"IExtractImage","features":[116]},{"name":"IExtractImage2","features":[116]},{"name":"IFileDialog","features":[116]},{"name":"IFileDialog2","features":[116]},{"name":"IFileDialogControlEvents","features":[116]},{"name":"IFileDialogCustomize","features":[116]},{"name":"IFileDialogEvents","features":[116]},{"name":"IFileIsInUse","features":[116]},{"name":"IFileOpenDialog","features":[116]},{"name":"IFileOperation","features":[116]},{"name":"IFileOperation2","features":[116]},{"name":"IFileOperationProgressSink","features":[116]},{"name":"IFileSaveDialog","features":[116]},{"name":"IFileSearchBand","features":[116]},{"name":"IFileSyncMergeHandler","features":[116]},{"name":"IFileSystemBindData","features":[116]},{"name":"IFileSystemBindData2","features":[116]},{"name":"IFolderBandPriv","features":[116]},{"name":"IFolderFilter","features":[116]},{"name":"IFolderFilterSite","features":[116]},{"name":"IFolderView","features":[116]},{"name":"IFolderView2","features":[116]},{"name":"IFolderViewHost","features":[116]},{"name":"IFolderViewOC","features":[116]},{"name":"IFolderViewOptions","features":[116]},{"name":"IFolderViewSettings","features":[116]},{"name":"IFrameworkInputPane","features":[116]},{"name":"IFrameworkInputPaneHandler","features":[116]},{"name":"IGetServiceIds","features":[116]},{"name":"IHWEventHandler","features":[116]},{"name":"IHWEventHandler2","features":[116]},{"name":"IHandlerActivationHost","features":[116]},{"name":"IHandlerInfo","features":[116]},{"name":"IHandlerInfo2","features":[116]},{"name":"IHlink","features":[116]},{"name":"IHlinkBrowseContext","features":[116]},{"name":"IHlinkFrame","features":[116]},{"name":"IHlinkSite","features":[116]},{"name":"IHlinkTarget","features":[116]},{"name":"IHomeGroup","features":[116]},{"name":"IIOCancelInformation","features":[116]},{"name":"IIdentityName","features":[116]},{"name":"IImageRecompress","features":[116]},{"name":"IInitializeCommand","features":[116]},{"name":"IInitializeNetworkFolder","features":[116]},{"name":"IInitializeObject","features":[116]},{"name":"IInitializeWithBindCtx","features":[116]},{"name":"IInitializeWithItem","features":[116]},{"name":"IInitializeWithPropertyStore","features":[116]},{"name":"IInitializeWithWindow","features":[116]},{"name":"IInputObject","features":[116]},{"name":"IInputObject2","features":[116]},{"name":"IInputObjectSite","features":[116]},{"name":"IInputPaneAnimationCoordinator","features":[116]},{"name":"IInputPanelConfiguration","features":[116]},{"name":"IInputPanelInvocationConfiguration","features":[116]},{"name":"IInsertItem","features":[116]},{"name":"IItemNameLimits","features":[116]},{"name":"IKnownFolder","features":[116]},{"name":"IKnownFolderManager","features":[116]},{"name":"ILAppendID","features":[1,225]},{"name":"ILClone","features":[225]},{"name":"ILCloneFirst","features":[225]},{"name":"ILCombine","features":[225]},{"name":"ILCreateFromPathA","features":[225]},{"name":"ILCreateFromPathW","features":[225]},{"name":"ILFindChild","features":[225]},{"name":"ILFindLastID","features":[225]},{"name":"ILFree","features":[225]},{"name":"ILGetNext","features":[225]},{"name":"ILGetSize","features":[225]},{"name":"ILIsEqual","features":[1,225]},{"name":"ILIsParent","features":[1,225]},{"name":"ILLoadFromStreamEx","features":[225]},{"name":"ILMM_IE4","features":[116]},{"name":"ILRemoveLastID","features":[1,225]},{"name":"ILSaveToStream","features":[225]},{"name":"ILaunchSourceAppUserModelId","features":[116]},{"name":"ILaunchSourceViewSizePreference","features":[116]},{"name":"ILaunchTargetMonitor","features":[116]},{"name":"ILaunchTargetViewSizePreference","features":[116]},{"name":"ILaunchUIContext","features":[116]},{"name":"ILaunchUIContextProvider","features":[116]},{"name":"IMM_ACC_DOCKING_E_DOCKOCCUPIED","features":[116]},{"name":"IMM_ACC_DOCKING_E_INSUFFICIENTHEIGHT","features":[116]},{"name":"IMSC_E_SHELL_COMPONENT_STARTUP_FAILURE","features":[116]},{"name":"IMenuBand","features":[116]},{"name":"IMenuPopup","features":[116]},{"name":"IModalWindow","features":[116]},{"name":"INTERNET_MAX_PATH_LENGTH","features":[116]},{"name":"INTERNET_MAX_SCHEME_LENGTH","features":[116]},{"name":"INameSpaceTreeAccessible","features":[116]},{"name":"INameSpaceTreeControl","features":[116]},{"name":"INameSpaceTreeControl2","features":[116]},{"name":"INameSpaceTreeControlCustomDraw","features":[116]},{"name":"INameSpaceTreeControlDropHandler","features":[116]},{"name":"INameSpaceTreeControlEvents","features":[116]},{"name":"INameSpaceTreeControlFolderCapabilities","features":[116]},{"name":"INamedPropertyBag","features":[116]},{"name":"INamespaceWalk","features":[116]},{"name":"INamespaceWalkCB","features":[116]},{"name":"INamespaceWalkCB2","features":[116]},{"name":"INetworkFolderInternal","features":[116]},{"name":"INewMenuClient","features":[116]},{"name":"INewShortcutHookA","features":[116]},{"name":"INewShortcutHookW","features":[116]},{"name":"INewWDEvents","features":[116]},{"name":"INewWindowManager","features":[116]},{"name":"INotifyReplica","features":[116]},{"name":"IObjMgr","features":[116]},{"name":"IObjectProvider","features":[116]},{"name":"IObjectWithAppUserModelID","features":[116]},{"name":"IObjectWithBackReferences","features":[116]},{"name":"IObjectWithCancelEvent","features":[116]},{"name":"IObjectWithFolderEnumMode","features":[116]},{"name":"IObjectWithProgID","features":[116]},{"name":"IObjectWithSelection","features":[116]},{"name":"IOpenControlPanel","features":[116]},{"name":"IOpenSearchSource","features":[116]},{"name":"IOperationsProgressDialog","features":[116]},{"name":"IPackageDebugSettings","features":[116]},{"name":"IPackageDebugSettings2","features":[116]},{"name":"IPackageExecutionStateChangeNotification","features":[116]},{"name":"IParentAndItem","features":[116]},{"name":"IParseAndCreateItem","features":[116]},{"name":"IPersistFolder","features":[116]},{"name":"IPersistFolder2","features":[116]},{"name":"IPersistFolder3","features":[116]},{"name":"IPersistIDList","features":[116]},{"name":"IPreviewHandler","features":[116]},{"name":"IPreviewHandlerFrame","features":[116]},{"name":"IPreviewHandlerVisuals","features":[116]},{"name":"IPreviewItem","features":[116]},{"name":"IPreviousVersionsInfo","features":[116]},{"name":"IProfferService","features":[116]},{"name":"IProgressDialog","features":[116]},{"name":"IPropertyKeyStore","features":[116]},{"name":"IPublishedApp","features":[116]},{"name":"IPublishedApp2","features":[116]},{"name":"IPublishingWizard","features":[116]},{"name":"IQueryAssociations","features":[116]},{"name":"IQueryCancelAutoPlay","features":[116]},{"name":"IQueryCodePage","features":[116]},{"name":"IQueryContinue","features":[116]},{"name":"IQueryContinueWithStatus","features":[116]},{"name":"IQueryInfo","features":[116]},{"name":"IRTIR_TASK_FINISHED","features":[116]},{"name":"IRTIR_TASK_NOT_RUNNING","features":[116]},{"name":"IRTIR_TASK_PENDING","features":[116]},{"name":"IRTIR_TASK_RUNNING","features":[116]},{"name":"IRTIR_TASK_SUSPENDED","features":[116]},{"name":"IRegTreeItem","features":[116]},{"name":"IRelatedItem","features":[116]},{"name":"IRemoteComputer","features":[116]},{"name":"IResolveShellLink","features":[116]},{"name":"IResultsFolder","features":[116]},{"name":"IRunnableTask","features":[116]},{"name":"ISFBVIEWMODE_LARGEICONS","features":[116]},{"name":"ISFBVIEWMODE_LOGOS","features":[116]},{"name":"ISFBVIEWMODE_SMALLICONS","features":[116]},{"name":"ISFB_MASK_BKCOLOR","features":[116]},{"name":"ISFB_MASK_COLORS","features":[116]},{"name":"ISFB_MASK_IDLIST","features":[116]},{"name":"ISFB_MASK_SHELLFOLDER","features":[116]},{"name":"ISFB_MASK_STATE","features":[116]},{"name":"ISFB_MASK_VIEWMODE","features":[116]},{"name":"ISFB_STATE_ALLOWRENAME","features":[116]},{"name":"ISFB_STATE_BTNMINSIZE","features":[116]},{"name":"ISFB_STATE_CHANNELBAR","features":[116]},{"name":"ISFB_STATE_DEBOSSED","features":[116]},{"name":"ISFB_STATE_DEFAULT","features":[116]},{"name":"ISFB_STATE_FULLOPEN","features":[116]},{"name":"ISFB_STATE_NONAMESORT","features":[116]},{"name":"ISFB_STATE_NOSHOWTEXT","features":[116]},{"name":"ISFB_STATE_QLINKSMODE","features":[116]},{"name":"ISHCUTCMDID_COMMITHISTORY","features":[116]},{"name":"ISHCUTCMDID_DOWNLOADICON","features":[116]},{"name":"ISHCUTCMDID_INTSHORTCUTCREATE","features":[116]},{"name":"ISHCUTCMDID_SETUSERAWURL","features":[116]},{"name":"ISIOI_ICONFILE","features":[116]},{"name":"ISIOI_ICONINDEX","features":[116]},{"name":"IS_E_EXEC_FAILED","features":[116]},{"name":"IS_FULLSCREEN","features":[116]},{"name":"IS_NORMAL","features":[116]},{"name":"IS_SPLIT","features":[116]},{"name":"IScriptErrorList","features":[116]},{"name":"ISearchBoxInfo","features":[116]},{"name":"ISearchContext","features":[116]},{"name":"ISearchFolderItemFactory","features":[116]},{"name":"ISharedBitmap","features":[116]},{"name":"ISharingConfigurationManager","features":[116]},{"name":"IShellApp","features":[116]},{"name":"IShellBrowser","features":[116]},{"name":"IShellChangeNotify","features":[116]},{"name":"IShellDetails","features":[116]},{"name":"IShellDispatch","features":[116]},{"name":"IShellDispatch2","features":[116]},{"name":"IShellDispatch3","features":[116]},{"name":"IShellDispatch4","features":[116]},{"name":"IShellDispatch5","features":[116]},{"name":"IShellDispatch6","features":[116]},{"name":"IShellExtInit","features":[116]},{"name":"IShellFavoritesNameSpace","features":[116]},{"name":"IShellFolder","features":[116]},{"name":"IShellFolder2","features":[116]},{"name":"IShellFolderBand","features":[116]},{"name":"IShellFolderView","features":[116]},{"name":"IShellFolderViewCB","features":[116]},{"name":"IShellFolderViewDual","features":[116]},{"name":"IShellFolderViewDual2","features":[116]},{"name":"IShellFolderViewDual3","features":[116]},{"name":"IShellIcon","features":[116]},{"name":"IShellIconOverlay","features":[116]},{"name":"IShellIconOverlayIdentifier","features":[116]},{"name":"IShellIconOverlayManager","features":[116]},{"name":"IShellImageData","features":[116]},{"name":"IShellImageDataAbort","features":[116]},{"name":"IShellImageDataFactory","features":[116]},{"name":"IShellItem","features":[116]},{"name":"IShellItem2","features":[116]},{"name":"IShellItemArray","features":[116]},{"name":"IShellItemFilter","features":[116]},{"name":"IShellItemImageFactory","features":[116]},{"name":"IShellItemResources","features":[116]},{"name":"IShellLibrary","features":[116]},{"name":"IShellLinkA","features":[116]},{"name":"IShellLinkDataList","features":[116]},{"name":"IShellLinkDual","features":[116]},{"name":"IShellLinkDual2","features":[116]},{"name":"IShellLinkW","features":[116]},{"name":"IShellMenu","features":[116]},{"name":"IShellMenuCallback","features":[116]},{"name":"IShellNameSpace","features":[116]},{"name":"IShellPropSheetExt","features":[116]},{"name":"IShellRunDll","features":[116]},{"name":"IShellService","features":[116]},{"name":"IShellTaskScheduler","features":[116]},{"name":"IShellUIHelper","features":[116]},{"name":"IShellUIHelper2","features":[116]},{"name":"IShellUIHelper3","features":[116]},{"name":"IShellUIHelper4","features":[116]},{"name":"IShellUIHelper5","features":[116]},{"name":"IShellUIHelper6","features":[116]},{"name":"IShellUIHelper7","features":[116]},{"name":"IShellUIHelper8","features":[116]},{"name":"IShellUIHelper9","features":[116]},{"name":"IShellView","features":[116]},{"name":"IShellView2","features":[116]},{"name":"IShellView3","features":[116]},{"name":"IShellWindows","features":[116]},{"name":"ISortColumnArray","features":[116]},{"name":"IStartMenuPinnedList","features":[116]},{"name":"IStorageProviderBanners","features":[116]},{"name":"IStorageProviderCopyHook","features":[116]},{"name":"IStorageProviderHandler","features":[116]},{"name":"IStorageProviderPropertyHandler","features":[116]},{"name":"IStreamAsync","features":[116]},{"name":"IStreamUnbufferedInfo","features":[116]},{"name":"IStream_Copy","features":[116]},{"name":"IStream_Read","features":[116]},{"name":"IStream_ReadPidl","features":[225]},{"name":"IStream_ReadStr","features":[116]},{"name":"IStream_Reset","features":[116]},{"name":"IStream_Size","features":[116]},{"name":"IStream_Write","features":[116]},{"name":"IStream_WritePidl","features":[225]},{"name":"IStream_WriteStr","features":[116]},{"name":"ISuspensionDependencyManager","features":[116]},{"name":"ISyncMgrConflict","features":[116]},{"name":"ISyncMgrConflictFolder","features":[116]},{"name":"ISyncMgrConflictItems","features":[116]},{"name":"ISyncMgrConflictPresenter","features":[116]},{"name":"ISyncMgrConflictResolutionItems","features":[116]},{"name":"ISyncMgrConflictResolveInfo","features":[116]},{"name":"ISyncMgrConflictStore","features":[116]},{"name":"ISyncMgrControl","features":[116]},{"name":"ISyncMgrEnumItems","features":[116]},{"name":"ISyncMgrEvent","features":[116]},{"name":"ISyncMgrEventLinkUIOperation","features":[116]},{"name":"ISyncMgrEventStore","features":[116]},{"name":"ISyncMgrHandler","features":[116]},{"name":"ISyncMgrHandlerCollection","features":[116]},{"name":"ISyncMgrHandlerInfo","features":[116]},{"name":"ISyncMgrRegister","features":[116]},{"name":"ISyncMgrResolutionHandler","features":[116]},{"name":"ISyncMgrScheduleWizardUIOperation","features":[116]},{"name":"ISyncMgrSessionCreator","features":[116]},{"name":"ISyncMgrSyncCallback","features":[116]},{"name":"ISyncMgrSyncItem","features":[116]},{"name":"ISyncMgrSyncItemContainer","features":[116]},{"name":"ISyncMgrSyncItemInfo","features":[116]},{"name":"ISyncMgrSyncResult","features":[116]},{"name":"ISyncMgrSynchronize","features":[116]},{"name":"ISyncMgrSynchronizeCallback","features":[116]},{"name":"ISyncMgrSynchronizeInvoke","features":[116]},{"name":"ISyncMgrUIOperation","features":[116]},{"name":"ITEMSPACING","features":[116]},{"name":"ITSAT_DEFAULT_PRIORITY","features":[116]},{"name":"ITSAT_MAX_PRIORITY","features":[116]},{"name":"ITSAT_MIN_PRIORITY","features":[116]},{"name":"ITSSFLAG_COMPLETE_ON_DESTROY","features":[116]},{"name":"ITSSFLAG_FLAGS_MASK","features":[116]},{"name":"ITSSFLAG_KILL_ON_DESTROY","features":[116]},{"name":"ITSS_THREAD_TIMEOUT_NO_CHANGE","features":[116]},{"name":"ITaskbarList","features":[116]},{"name":"ITaskbarList2","features":[116]},{"name":"ITaskbarList3","features":[116]},{"name":"ITaskbarList4","features":[116]},{"name":"IThumbnailCache","features":[116]},{"name":"IThumbnailCachePrimer","features":[116]},{"name":"IThumbnailCapture","features":[116]},{"name":"IThumbnailHandlerFactory","features":[116]},{"name":"IThumbnailProvider","features":[116]},{"name":"IThumbnailSettings","features":[116]},{"name":"IThumbnailStreamCache","features":[116]},{"name":"ITrackShellMenu","features":[116]},{"name":"ITranscodeImage","features":[116]},{"name":"ITransferAdviseSink","features":[116]},{"name":"ITransferDestination","features":[116]},{"name":"ITransferMediumItem","features":[116]},{"name":"ITransferSource","features":[116]},{"name":"ITravelEntry","features":[116]},{"name":"ITravelLog","features":[116]},{"name":"ITravelLogClient","features":[116]},{"name":"ITravelLogEntry","features":[116]},{"name":"ITravelLogStg","features":[116]},{"name":"ITrayDeskBand","features":[116]},{"name":"IURLSearchHook","features":[116]},{"name":"IURLSearchHook2","features":[116]},{"name":"IURL_INVOKECOMMAND_FLAGS","features":[116]},{"name":"IURL_INVOKECOMMAND_FL_ALLOW_UI","features":[116]},{"name":"IURL_INVOKECOMMAND_FL_ASYNCOK","features":[116]},{"name":"IURL_INVOKECOMMAND_FL_DDEWAIT","features":[116]},{"name":"IURL_INVOKECOMMAND_FL_LOG_USAGE","features":[116]},{"name":"IURL_INVOKECOMMAND_FL_USE_DEFAULT_VERB","features":[116]},{"name":"IURL_SETURL_FLAGS","features":[116]},{"name":"IURL_SETURL_FL_GUESS_PROTOCOL","features":[116]},{"name":"IURL_SETURL_FL_USE_DEFAULT_PROTOCOL","features":[116]},{"name":"IUniformResourceLocatorA","features":[116]},{"name":"IUniformResourceLocatorW","features":[116]},{"name":"IUnknown_AtomicRelease","features":[116]},{"name":"IUnknown_GetSite","features":[116]},{"name":"IUnknown_GetWindow","features":[1,116]},{"name":"IUnknown_QueryService","features":[116]},{"name":"IUnknown_Set","features":[116]},{"name":"IUnknown_SetSite","features":[116]},{"name":"IUpdateIDList","features":[116]},{"name":"IUseToBrowseItem","features":[116]},{"name":"IUserAccountChangeCallback","features":[116]},{"name":"IUserNotification","features":[116]},{"name":"IUserNotification2","features":[116]},{"name":"IUserNotificationCallback","features":[116]},{"name":"IViewStateIdentityItem","features":[116]},{"name":"IVirtualDesktopManager","features":[116]},{"name":"IVisualProperties","features":[116]},{"name":"IWebBrowser","features":[116]},{"name":"IWebBrowser2","features":[116]},{"name":"IWebBrowserApp","features":[116]},{"name":"IWebWizardExtension","features":[116]},{"name":"IWebWizardHost","features":[116]},{"name":"IWebWizardHost2","features":[116]},{"name":"IWizardExtension","features":[116]},{"name":"IWizardSite","features":[116]},{"name":"Identity_LocalUserProvider","features":[116]},{"name":"ImageProperties","features":[116]},{"name":"ImageRecompress","features":[116]},{"name":"ImageTranscode","features":[116]},{"name":"ImportPrivacySettings","features":[1,116]},{"name":"InitNetworkAddressControl","features":[1,116]},{"name":"InitPropVariantFromStrRet","features":[1,70,44,225]},{"name":"InitVariantFromStrRet","features":[1,43,44,225]},{"name":"InputPanelConfiguration","features":[116]},{"name":"InternetExplorer","features":[116]},{"name":"InternetExplorerMedium","features":[116]},{"name":"InternetPrintOrdering","features":[116]},{"name":"IntlStrEqWorkerA","features":[1,116]},{"name":"IntlStrEqWorkerW","features":[1,116]},{"name":"IsCharSpaceA","features":[1,116]},{"name":"IsCharSpaceW","features":[1,116]},{"name":"IsInternetESCEnabled","features":[1,116]},{"name":"IsLFNDriveA","features":[1,116]},{"name":"IsLFNDriveW","features":[1,116]},{"name":"IsNetDrive","features":[116]},{"name":"IsOS","features":[1,116]},{"name":"IsUserAnAdmin","features":[1,116]},{"name":"ItemCount_Property_GUID","features":[116]},{"name":"ItemIndex_Property_GUID","features":[116]},{"name":"KDC_FREQUENT","features":[116]},{"name":"KDC_RECENT","features":[116]},{"name":"KFDF_LOCAL_REDIRECT_ONLY","features":[116]},{"name":"KFDF_NO_REDIRECT_UI","features":[116]},{"name":"KFDF_PRECREATE","features":[116]},{"name":"KFDF_PUBLISHEXPANDEDPATH","features":[116]},{"name":"KFDF_ROAMABLE","features":[116]},{"name":"KFDF_STREAM","features":[116]},{"name":"KF_CATEGORY","features":[116]},{"name":"KF_CATEGORY_COMMON","features":[116]},{"name":"KF_CATEGORY_FIXED","features":[116]},{"name":"KF_CATEGORY_PERUSER","features":[116]},{"name":"KF_CATEGORY_VIRTUAL","features":[116]},{"name":"KF_FLAG_ALIAS_ONLY","features":[116]},{"name":"KF_FLAG_CREATE","features":[116]},{"name":"KF_FLAG_DEFAULT","features":[116]},{"name":"KF_FLAG_DEFAULT_PATH","features":[116]},{"name":"KF_FLAG_DONT_UNEXPAND","features":[116]},{"name":"KF_FLAG_DONT_VERIFY","features":[116]},{"name":"KF_FLAG_FORCE_APPCONTAINER_REDIRECTION","features":[116]},{"name":"KF_FLAG_FORCE_APP_DATA_REDIRECTION","features":[116]},{"name":"KF_FLAG_FORCE_PACKAGE_REDIRECTION","features":[116]},{"name":"KF_FLAG_INIT","features":[116]},{"name":"KF_FLAG_NOT_PARENT_RELATIVE","features":[116]},{"name":"KF_FLAG_NO_ALIAS","features":[116]},{"name":"KF_FLAG_NO_APPCONTAINER_REDIRECTION","features":[116]},{"name":"KF_FLAG_NO_PACKAGE_REDIRECTION","features":[116]},{"name":"KF_FLAG_RETURN_FILTER_REDIRECTION_TARGET","features":[116]},{"name":"KF_FLAG_SIMPLE_IDLIST","features":[116]},{"name":"KF_REDIRECTION_CAPABILITIES_ALLOW_ALL","features":[116]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_ALL","features":[116]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_PERMISSIONS","features":[116]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_POLICY","features":[116]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_POLICY_REDIRECTED","features":[116]},{"name":"KF_REDIRECTION_CAPABILITIES_REDIRECTABLE","features":[116]},{"name":"KF_REDIRECT_CHECK_ONLY","features":[116]},{"name":"KF_REDIRECT_COPY_CONTENTS","features":[116]},{"name":"KF_REDIRECT_COPY_SOURCE_DACL","features":[116]},{"name":"KF_REDIRECT_DEL_SOURCE_CONTENTS","features":[116]},{"name":"KF_REDIRECT_EXCLUDE_ALL_KNOWN_SUBFOLDERS","features":[116]},{"name":"KF_REDIRECT_OWNER_USER","features":[116]},{"name":"KF_REDIRECT_PIN","features":[116]},{"name":"KF_REDIRECT_SET_OWNER_EXPLICIT","features":[116]},{"name":"KF_REDIRECT_UNPIN","features":[116]},{"name":"KF_REDIRECT_USER_EXCLUSIVE","features":[116]},{"name":"KF_REDIRECT_WITH_UI","features":[116]},{"name":"KNOWNDESTCATEGORY","features":[116]},{"name":"KNOWNFOLDER_DEFINITION","features":[116]},{"name":"KNOWN_FOLDER_FLAG","features":[116]},{"name":"KnownFolderManager","features":[116]},{"name":"LFF_ALLITEMS","features":[116]},{"name":"LFF_FORCEFILESYSTEM","features":[116]},{"name":"LFF_STORAGEITEMS","features":[116]},{"name":"LIBRARYFOLDERFILTER","features":[116]},{"name":"LIBRARYMANAGEDIALOGOPTIONS","features":[116]},{"name":"LIBRARYOPTIONFLAGS","features":[116]},{"name":"LIBRARYSAVEFLAGS","features":[116]},{"name":"LIBRARY_E_NO_ACCESSIBLE_LOCATION","features":[116]},{"name":"LIBRARY_E_NO_SAVE_LOCATION","features":[116]},{"name":"LINK_E_DELETE","features":[116]},{"name":"LMD_ALLOWUNINDEXABLENETWORKLOCATIONS","features":[116]},{"name":"LMD_DEFAULT","features":[116]},{"name":"LOF_DEFAULT","features":[116]},{"name":"LOF_MASK_ALL","features":[116]},{"name":"LOF_PINNEDTONAVPANE","features":[116]},{"name":"LPFNDFMCALLBACK","features":[1,116]},{"name":"LPFNVIEWCALLBACK","features":[1,116]},{"name":"LSF_FAILIFTHERE","features":[116]},{"name":"LSF_MAKEUNIQUENAME","features":[116]},{"name":"LSF_OVERRIDEEXISTING","features":[116]},{"name":"LoadUserProfileA","features":[1,116]},{"name":"LoadUserProfileW","features":[1,116]},{"name":"LocalThumbnailCache","features":[116]},{"name":"MAV_APP_VISIBLE","features":[116]},{"name":"MAV_NO_APP_VISIBLE","features":[116]},{"name":"MAV_UNKNOWN","features":[116]},{"name":"MAXFILELEN","features":[116]},{"name":"MAX_COLUMN_DESC_LEN","features":[116]},{"name":"MAX_COLUMN_NAME_LEN","features":[116]},{"name":"MAX_SYNCMGRHANDLERNAME","features":[116]},{"name":"MAX_SYNCMGRITEMNAME","features":[116]},{"name":"MAX_SYNCMGR_ID","features":[116]},{"name":"MAX_SYNCMGR_NAME","features":[116]},{"name":"MAX_SYNCMGR_PROGRESSTEXT","features":[116]},{"name":"MBHANDCID_PIDLSELECT","features":[116]},{"name":"MENUBANDHANDLERCID","features":[116]},{"name":"MENUPOPUPPOPUPFLAGS","features":[116]},{"name":"MENUPOPUPSELECT","features":[116]},{"name":"MERGE_UPDATE_STATUS","features":[116]},{"name":"MIMEASSOCDLG_FL_REGISTER_ASSOC","features":[116]},{"name":"MIMEASSOCIATIONDIALOG_IN_FLAGS","features":[116]},{"name":"MM_ADDSEPARATOR","features":[116]},{"name":"MM_DONTREMOVESEPS","features":[116]},{"name":"MM_FLAGS","features":[116]},{"name":"MM_SUBMENUSHAVEIDS","features":[116]},{"name":"MONITOR_APP_VISIBILITY","features":[116]},{"name":"MPOS_CANCELLEVEL","features":[116]},{"name":"MPOS_CHILDTRACKING","features":[116]},{"name":"MPOS_EXECUTE","features":[116]},{"name":"MPOS_FULLCANCEL","features":[116]},{"name":"MPOS_SELECTLEFT","features":[116]},{"name":"MPOS_SELECTRIGHT","features":[116]},{"name":"MPPF_ALIGN_LEFT","features":[116]},{"name":"MPPF_ALIGN_RIGHT","features":[116]},{"name":"MPPF_BOTTOM","features":[116]},{"name":"MPPF_FINALSELECT","features":[116]},{"name":"MPPF_FORCEZORDER","features":[116]},{"name":"MPPF_INITIALSELECT","features":[116]},{"name":"MPPF_KEYBOARD","features":[116]},{"name":"MPPF_LEFT","features":[116]},{"name":"MPPF_NOANIMATE","features":[116]},{"name":"MPPF_POS_MASK","features":[116]},{"name":"MPPF_REPOSITION","features":[116]},{"name":"MPPF_RIGHT","features":[116]},{"name":"MPPF_SETFOCUS","features":[116]},{"name":"MPPF_TOP","features":[116]},{"name":"MULTIKEYHELPA","features":[116]},{"name":"MULTIKEYHELPW","features":[116]},{"name":"MUS_COMPLETE","features":[116]},{"name":"MUS_FAILED","features":[116]},{"name":"MUS_USERINPUTNEEDED","features":[116]},{"name":"MailRecipient","features":[116]},{"name":"MergedCategorizer","features":[116]},{"name":"NAMESPACEWALKFLAG","features":[116]},{"name":"NATIVE_DISPLAY_ORIENTATION","features":[116]},{"name":"NCM_DISPLAYERRORTIP","features":[116]},{"name":"NCM_GETADDRESS","features":[116]},{"name":"NCM_GETALLOWTYPE","features":[116]},{"name":"NCM_SETALLOWTYPE","features":[116]},{"name":"NC_ADDRESS","features":[97,16,116]},{"name":"NDO_LANDSCAPE","features":[116]},{"name":"NDO_PORTRAIT","features":[116]},{"name":"NETCACHE_E_NEGATIVE_CACHE","features":[116]},{"name":"NEWCPLINFOA","features":[116,55]},{"name":"NEWCPLINFOW","features":[116,55]},{"name":"NIF_GUID","features":[116]},{"name":"NIF_ICON","features":[116]},{"name":"NIF_INFO","features":[116]},{"name":"NIF_MESSAGE","features":[116]},{"name":"NIF_REALTIME","features":[116]},{"name":"NIF_SHOWTIP","features":[116]},{"name":"NIF_STATE","features":[116]},{"name":"NIF_TIP","features":[116]},{"name":"NIIF_ERROR","features":[116]},{"name":"NIIF_ICON_MASK","features":[116]},{"name":"NIIF_INFO","features":[116]},{"name":"NIIF_LARGE_ICON","features":[116]},{"name":"NIIF_NONE","features":[116]},{"name":"NIIF_NOSOUND","features":[116]},{"name":"NIIF_RESPECT_QUIET_TIME","features":[116]},{"name":"NIIF_USER","features":[116]},{"name":"NIIF_WARNING","features":[116]},{"name":"NIM_ADD","features":[116]},{"name":"NIM_DELETE","features":[116]},{"name":"NIM_MODIFY","features":[116]},{"name":"NIM_SETFOCUS","features":[116]},{"name":"NIM_SETVERSION","features":[116]},{"name":"NINF_KEY","features":[116]},{"name":"NIN_BALLOONHIDE","features":[116]},{"name":"NIN_BALLOONSHOW","features":[116]},{"name":"NIN_BALLOONTIMEOUT","features":[116]},{"name":"NIN_BALLOONUSERCLICK","features":[116]},{"name":"NIN_POPUPCLOSE","features":[116]},{"name":"NIN_POPUPOPEN","features":[116]},{"name":"NIN_SELECT","features":[116]},{"name":"NIS_HIDDEN","features":[116]},{"name":"NIS_SHAREDICON","features":[116]},{"name":"NMCII_FOLDERS","features":[116]},{"name":"NMCII_ITEMS","features":[116]},{"name":"NMCII_NONE","features":[116]},{"name":"NMCSAEI_EDIT","features":[116]},{"name":"NMCSAEI_SELECT","features":[116]},{"name":"NOTIFYICONDATAA","features":[1,116,55]},{"name":"NOTIFYICONDATAA","features":[1,116,55]},{"name":"NOTIFYICONDATAW","features":[1,116,55]},{"name":"NOTIFYICONDATAW","features":[1,116,55]},{"name":"NOTIFYICONIDENTIFIER","features":[1,116]},{"name":"NOTIFYICONIDENTIFIER","features":[1,116]},{"name":"NOTIFYICON_VERSION","features":[116]},{"name":"NOTIFYICON_VERSION_4","features":[116]},{"name":"NOTIFY_ICON_DATA_FLAGS","features":[116]},{"name":"NOTIFY_ICON_INFOTIP_FLAGS","features":[116]},{"name":"NOTIFY_ICON_MESSAGE","features":[116]},{"name":"NOTIFY_ICON_STATE","features":[116]},{"name":"NPCredentialProvider","features":[116]},{"name":"NRESARRAY","features":[107,116]},{"name":"NSTCCUSTOMDRAW","features":[42,116]},{"name":"NSTCDHPOS_ONTOP","features":[116]},{"name":"NSTCECT_BUTTON","features":[116]},{"name":"NSTCECT_DBLCLICK","features":[116]},{"name":"NSTCECT_LBUTTON","features":[116]},{"name":"NSTCECT_MBUTTON","features":[116]},{"name":"NSTCECT_RBUTTON","features":[116]},{"name":"NSTCEHT_NOWHERE","features":[116]},{"name":"NSTCEHT_ONITEM","features":[116]},{"name":"NSTCEHT_ONITEMBUTTON","features":[116]},{"name":"NSTCEHT_ONITEMICON","features":[116]},{"name":"NSTCEHT_ONITEMINDENT","features":[116]},{"name":"NSTCEHT_ONITEMLABEL","features":[116]},{"name":"NSTCEHT_ONITEMRIGHT","features":[116]},{"name":"NSTCEHT_ONITEMSTATEICON","features":[116]},{"name":"NSTCEHT_ONITEMTABBUTTON","features":[116]},{"name":"NSTCFC_DELAY_REGISTER_NOTIFY","features":[116]},{"name":"NSTCFC_NONE","features":[116]},{"name":"NSTCFC_PINNEDITEMFILTERING","features":[116]},{"name":"NSTCFOLDERCAPABILITIES","features":[116]},{"name":"NSTCGNI","features":[116]},{"name":"NSTCGNI_CHILD","features":[116]},{"name":"NSTCGNI_FIRSTVISIBLE","features":[116]},{"name":"NSTCGNI_LASTVISIBLE","features":[116]},{"name":"NSTCGNI_NEXT","features":[116]},{"name":"NSTCGNI_NEXTVISIBLE","features":[116]},{"name":"NSTCGNI_PARENT","features":[116]},{"name":"NSTCGNI_PREV","features":[116]},{"name":"NSTCGNI_PREVVISIBLE","features":[116]},{"name":"NSTCIS_BOLD","features":[116]},{"name":"NSTCIS_DISABLED","features":[116]},{"name":"NSTCIS_EXPANDED","features":[116]},{"name":"NSTCIS_NONE","features":[116]},{"name":"NSTCIS_SELECTED","features":[116]},{"name":"NSTCIS_SELECTEDNOEXPAND","features":[116]},{"name":"NSTCRS_EXPANDED","features":[116]},{"name":"NSTCRS_HIDDEN","features":[116]},{"name":"NSTCRS_VISIBLE","features":[116]},{"name":"NSTCS2_DEFAULT","features":[116]},{"name":"NSTCS2_DISPLAYPADDING","features":[116]},{"name":"NSTCS2_DISPLAYPINNEDONLY","features":[116]},{"name":"NSTCS2_INTERRUPTNOTIFICATIONS","features":[116]},{"name":"NSTCS2_SHOWNULLSPACEMENU","features":[116]},{"name":"NSTCSTYLE2","features":[116]},{"name":"NSTCS_ALLOWJUNCTIONS","features":[116]},{"name":"NSTCS_AUTOHSCROLL","features":[116]},{"name":"NSTCS_BORDER","features":[116]},{"name":"NSTCS_CHECKBOXES","features":[116]},{"name":"NSTCS_DIMMEDCHECKBOXES","features":[116]},{"name":"NSTCS_DISABLEDRAGDROP","features":[116]},{"name":"NSTCS_EMPTYTEXT","features":[116]},{"name":"NSTCS_EVENHEIGHT","features":[116]},{"name":"NSTCS_EXCLUSIONCHECKBOXES","features":[116]},{"name":"NSTCS_FADEINOUTEXPANDOS","features":[116]},{"name":"NSTCS_FAVORITESMODE","features":[116]},{"name":"NSTCS_FULLROWSELECT","features":[116]},{"name":"NSTCS_HASEXPANDOS","features":[116]},{"name":"NSTCS_HASLINES","features":[116]},{"name":"NSTCS_HORIZONTALSCROLL","features":[116]},{"name":"NSTCS_NOEDITLABELS","features":[116]},{"name":"NSTCS_NOINDENTCHECKS","features":[116]},{"name":"NSTCS_NOINFOTIP","features":[116]},{"name":"NSTCS_NOORDERSTREAM","features":[116]},{"name":"NSTCS_NOREPLACEOPEN","features":[116]},{"name":"NSTCS_PARTIALCHECKBOXES","features":[116]},{"name":"NSTCS_RICHTOOLTIP","features":[116]},{"name":"NSTCS_ROOTHASEXPANDO","features":[116]},{"name":"NSTCS_SHOWDELETEBUTTON","features":[116]},{"name":"NSTCS_SHOWREFRESHBUTTON","features":[116]},{"name":"NSTCS_SHOWSELECTIONALWAYS","features":[116]},{"name":"NSTCS_SHOWTABSBUTTON","features":[116]},{"name":"NSTCS_SINGLECLICKEXPAND","features":[116]},{"name":"NSTCS_SPRINGEXPAND","features":[116]},{"name":"NSTCS_TABSTOP","features":[116]},{"name":"NSWF_ACCUMULATE_FOLDERS","features":[116]},{"name":"NSWF_ANY_IMPLIES_ALL","features":[116]},{"name":"NSWF_ASYNC","features":[116]},{"name":"NSWF_DEFAULT","features":[116]},{"name":"NSWF_DONT_ACCUMULATE_RESULT","features":[116]},{"name":"NSWF_DONT_RESOLVE_LINKS","features":[116]},{"name":"NSWF_DONT_SORT","features":[116]},{"name":"NSWF_DONT_TRAVERSE_LINKS","features":[116]},{"name":"NSWF_DONT_TRAVERSE_STREAM_JUNCTIONS","features":[116]},{"name":"NSWF_FILESYSTEM_ONLY","features":[116]},{"name":"NSWF_FLAG_VIEWORDER","features":[116]},{"name":"NSWF_IGNORE_AUTOPLAY_HIDA","features":[116]},{"name":"NSWF_NONE_IMPLIES_ALL","features":[116]},{"name":"NSWF_ONE_IMPLIES_ALL","features":[116]},{"name":"NSWF_SHOW_PROGRESS","features":[116]},{"name":"NSWF_TRAVERSE_STREAM_JUNCTIONS","features":[116]},{"name":"NSWF_USE_TRANSFER_MEDIUM","features":[116]},{"name":"NTSCS2_NEVERINSERTNONENUMERATED","features":[116]},{"name":"NTSCS2_NOSINGLETONAUTOEXPAND","features":[116]},{"name":"NT_CONSOLE_PROPS","features":[1,58,116]},{"name":"NT_CONSOLE_PROPS_SIG","features":[116]},{"name":"NT_FE_CONSOLE_PROPS","features":[116]},{"name":"NT_FE_CONSOLE_PROPS_SIG","features":[116]},{"name":"NUM_POINTS","features":[116]},{"name":"NWMF","features":[116]},{"name":"NWMF_FIRST","features":[116]},{"name":"NWMF_FORCETAB","features":[116]},{"name":"NWMF_FORCEWINDOW","features":[116]},{"name":"NWMF_FROMDIALOGCHILD","features":[116]},{"name":"NWMF_HTMLDIALOG","features":[116]},{"name":"NWMF_INACTIVETAB","features":[116]},{"name":"NWMF_OVERRIDEKEY","features":[116]},{"name":"NWMF_SHOWHELP","features":[116]},{"name":"NWMF_SUGGESTTAB","features":[116]},{"name":"NWMF_SUGGESTWINDOW","features":[116]},{"name":"NWMF_UNLOADING","features":[116]},{"name":"NWMF_USERALLOWED","features":[116]},{"name":"NWMF_USERINITED","features":[116]},{"name":"NWMF_USERREQUESTED","features":[116]},{"name":"NamespaceTreeControl","features":[116]},{"name":"NamespaceWalker","features":[116]},{"name":"NetworkConnections","features":[116]},{"name":"NetworkExplorerFolder","features":[116]},{"name":"NetworkPlaces","features":[116]},{"name":"NewProcessCauseConstants","features":[116]},{"name":"OAIF_ALLOW_REGISTRATION","features":[116]},{"name":"OAIF_EXEC","features":[116]},{"name":"OAIF_FILE_IS_URI","features":[116]},{"name":"OAIF_FORCE_REGISTRATION","features":[116]},{"name":"OAIF_HIDE_REGISTRATION","features":[116]},{"name":"OAIF_REGISTER_EXT","features":[116]},{"name":"OAIF_URL_PROTOCOL","features":[116]},{"name":"OFASI_EDIT","features":[116]},{"name":"OFASI_OPENDESKTOP","features":[116]},{"name":"OFFLINE_STATUS_INCOMPLETE","features":[116]},{"name":"OFFLINE_STATUS_LOCAL","features":[116]},{"name":"OFFLINE_STATUS_REMOTE","features":[116]},{"name":"OFS_DIRTYCACHE","features":[116]},{"name":"OFS_INACTIVE","features":[116]},{"name":"OFS_OFFLINE","features":[116]},{"name":"OFS_ONLINE","features":[116]},{"name":"OFS_SERVERBACK","features":[116]},{"name":"OF_CAP_CANCLOSE","features":[116]},{"name":"OF_CAP_CANSWITCHTO","features":[116]},{"name":"OI_ASYNC","features":[116]},{"name":"OI_DEFAULT","features":[116]},{"name":"OPENASINFO","features":[116]},{"name":"OPENPROPS_INHIBITPIF","features":[116]},{"name":"OPENPROPS_NONE","features":[116]},{"name":"OPEN_AS_INFO_FLAGS","features":[116]},{"name":"OPEN_PRINTER_PROPS_INFOA","features":[1,116]},{"name":"OPEN_PRINTER_PROPS_INFOA","features":[1,116]},{"name":"OPEN_PRINTER_PROPS_INFOW","features":[1,116]},{"name":"OPEN_PRINTER_PROPS_INFOW","features":[1,116]},{"name":"OPPROGDLG_ALLOWUNDO","features":[116]},{"name":"OPPROGDLG_DEFAULT","features":[116]},{"name":"OPPROGDLG_DONTDISPLAYDESTPATH","features":[116]},{"name":"OPPROGDLG_DONTDISPLAYLOCATIONS","features":[116]},{"name":"OPPROGDLG_DONTDISPLAYSOURCEPATH","features":[116]},{"name":"OPPROGDLG_ENABLEPAUSE","features":[116]},{"name":"OPPROGDLG_NOMULTIDAYESTIMATES","features":[116]},{"name":"OS","features":[116]},{"name":"OS_ADVSERVER","features":[116]},{"name":"OS_ANYSERVER","features":[116]},{"name":"OS_APPLIANCE","features":[116]},{"name":"OS_DATACENTER","features":[116]},{"name":"OS_DOMAINMEMBER","features":[116]},{"name":"OS_EMBEDDED","features":[116]},{"name":"OS_FASTUSERSWITCHING","features":[116]},{"name":"OS_HOME","features":[116]},{"name":"OS_MEDIACENTER","features":[116]},{"name":"OS_MEORGREATER","features":[116]},{"name":"OS_NT","features":[116]},{"name":"OS_NT4ORGREATER","features":[116]},{"name":"OS_PERSONALTERMINALSERVER","features":[116]},{"name":"OS_PROFESSIONAL","features":[116]},{"name":"OS_SERVER","features":[116]},{"name":"OS_SERVERADMINUI","features":[116]},{"name":"OS_SMALLBUSINESSSERVER","features":[116]},{"name":"OS_TABLETPC","features":[116]},{"name":"OS_TERMINALCLIENT","features":[116]},{"name":"OS_TERMINALREMOTEADMIN","features":[116]},{"name":"OS_TERMINALSERVER","features":[116]},{"name":"OS_WEBSERVER","features":[116]},{"name":"OS_WELCOMELOGONUI","features":[116]},{"name":"OS_WIN2000ADVSERVER","features":[116]},{"name":"OS_WIN2000DATACENTER","features":[116]},{"name":"OS_WIN2000ORGREATER","features":[116]},{"name":"OS_WIN2000PRO","features":[116]},{"name":"OS_WIN2000SERVER","features":[116]},{"name":"OS_WIN2000TERMINAL","features":[116]},{"name":"OS_WIN95ORGREATER","features":[116]},{"name":"OS_WIN95_GOLD","features":[116]},{"name":"OS_WIN98ORGREATER","features":[116]},{"name":"OS_WIN98_GOLD","features":[116]},{"name":"OS_WINDOWS","features":[116]},{"name":"OS_WOW6432","features":[116]},{"name":"OS_XPORGREATER","features":[116]},{"name":"OfflineFolderStatus","features":[116]},{"name":"OleSaveToStreamEx","features":[1,116]},{"name":"OnexCredentialProvider","features":[116]},{"name":"OnexPlapSmartcardCredentialProvider","features":[116]},{"name":"OpenControlPanel","features":[116]},{"name":"OpenRegStream","features":[54,116]},{"name":"PACKAGE_EXECUTION_STATE","features":[116]},{"name":"PAI_ASSIGNEDTIME","features":[116]},{"name":"PAI_EXPIRETIME","features":[116]},{"name":"PAI_PUBLISHEDTIME","features":[116]},{"name":"PAI_SCHEDULEDTIME","features":[116]},{"name":"PAI_SOURCE","features":[116]},{"name":"PANE_NAVIGATION","features":[116]},{"name":"PANE_NONE","features":[116]},{"name":"PANE_OFFLINE","features":[116]},{"name":"PANE_PRINTER","features":[116]},{"name":"PANE_PRIVACY","features":[116]},{"name":"PANE_PROGRESS","features":[116]},{"name":"PANE_SSL","features":[116]},{"name":"PANE_ZONE","features":[116]},{"name":"PAPPCONSTRAIN_CHANGE_ROUTINE","features":[1,116]},{"name":"PAPPCONSTRAIN_REGISTRATION","features":[116]},{"name":"PAPPSTATE_CHANGE_ROUTINE","features":[1,116]},{"name":"PAPPSTATE_REGISTRATION","features":[116]},{"name":"PARSEDURLA","features":[116]},{"name":"PARSEDURLW","features":[116]},{"name":"PATHCCH_ALLOW_LONG_PATHS","features":[116]},{"name":"PATHCCH_CANONICALIZE_SLASHES","features":[116]},{"name":"PATHCCH_DO_NOT_NORMALIZE_SEGMENTS","features":[116]},{"name":"PATHCCH_ENSURE_IS_EXTENDED_LENGTH_PATH","features":[116]},{"name":"PATHCCH_ENSURE_TRAILING_SLASH","features":[116]},{"name":"PATHCCH_FORCE_DISABLE_LONG_NAME_PROCESS","features":[116]},{"name":"PATHCCH_FORCE_ENABLE_LONG_NAME_PROCESS","features":[116]},{"name":"PATHCCH_MAX_CCH","features":[116]},{"name":"PATHCCH_NONE","features":[116]},{"name":"PATHCCH_OPTIONS","features":[116]},{"name":"PCS_FATAL","features":[116]},{"name":"PCS_PATHTOOLONG","features":[116]},{"name":"PCS_REMOVEDCHAR","features":[116]},{"name":"PCS_REPLACEDCHAR","features":[116]},{"name":"PCS_RET","features":[116]},{"name":"PCS_TRUNCATED","features":[116]},{"name":"PDM_DEFAULT","features":[116]},{"name":"PDM_ERRORSBLOCKING","features":[116]},{"name":"PDM_INDETERMINATE","features":[116]},{"name":"PDM_PREFLIGHT","features":[116]},{"name":"PDM_RUN","features":[116]},{"name":"PDM_UNDOING","features":[116]},{"name":"PDTIMER_PAUSE","features":[116]},{"name":"PDTIMER_RESET","features":[116]},{"name":"PDTIMER_RESUME","features":[116]},{"name":"PERSIST_FOLDER_TARGET_INFO","features":[225]},{"name":"PES_RUNNING","features":[116]},{"name":"PES_SUSPENDED","features":[116]},{"name":"PES_SUSPENDING","features":[116]},{"name":"PES_TERMINATED","features":[116]},{"name":"PES_UNKNOWN","features":[116]},{"name":"PFNCANSHAREFOLDERW","features":[116]},{"name":"PFNSHOWSHAREFOLDERUIW","features":[1,116]},{"name":"PIDASI_AVG_DATA_RATE","features":[116]},{"name":"PIDASI_CHANNEL_COUNT","features":[116]},{"name":"PIDASI_COMPRESSION","features":[116]},{"name":"PIDASI_FORMAT","features":[116]},{"name":"PIDASI_SAMPLE_RATE","features":[116]},{"name":"PIDASI_SAMPLE_SIZE","features":[116]},{"name":"PIDASI_STREAM_NAME","features":[116]},{"name":"PIDASI_STREAM_NUMBER","features":[116]},{"name":"PIDASI_TIMELENGTH","features":[116]},{"name":"PIDDRSI_DESCRIPTION","features":[116]},{"name":"PIDDRSI_PLAYCOUNT","features":[116]},{"name":"PIDDRSI_PLAYEXPIRES","features":[116]},{"name":"PIDDRSI_PLAYSTARTS","features":[116]},{"name":"PIDDRSI_PROTECTED","features":[116]},{"name":"PIDISF_CACHEDSTICKY","features":[116]},{"name":"PIDISF_CACHEIMAGES","features":[116]},{"name":"PIDISF_FLAGS","features":[116]},{"name":"PIDISF_FOLLOWALLLINKS","features":[116]},{"name":"PIDISF_RECENTLYCHANGED","features":[116]},{"name":"PIDISM_DONTWATCH","features":[116]},{"name":"PIDISM_GLOBAL","features":[116]},{"name":"PIDISM_OPTIONS","features":[116]},{"name":"PIDISM_WATCH","features":[116]},{"name":"PIDISR_INFO","features":[116]},{"name":"PIDISR_NEEDS_ADD","features":[116]},{"name":"PIDISR_NEEDS_DELETE","features":[116]},{"name":"PIDISR_NEEDS_UPDATE","features":[116]},{"name":"PIDISR_UP_TO_DATE","features":[116]},{"name":"PIDSI_ALBUM","features":[116]},{"name":"PIDSI_ARTIST","features":[116]},{"name":"PIDSI_COMMENT","features":[116]},{"name":"PIDSI_GENRE","features":[116]},{"name":"PIDSI_LYRICS","features":[116]},{"name":"PIDSI_SONGTITLE","features":[116]},{"name":"PIDSI_TRACK","features":[116]},{"name":"PIDSI_YEAR","features":[116]},{"name":"PIDVSI_COMPRESSION","features":[116]},{"name":"PIDVSI_DATA_RATE","features":[116]},{"name":"PIDVSI_FRAME_COUNT","features":[116]},{"name":"PIDVSI_FRAME_HEIGHT","features":[116]},{"name":"PIDVSI_FRAME_RATE","features":[116]},{"name":"PIDVSI_FRAME_WIDTH","features":[116]},{"name":"PIDVSI_SAMPLE_SIZE","features":[116]},{"name":"PIDVSI_STREAM_NAME","features":[116]},{"name":"PIDVSI_STREAM_NUMBER","features":[116]},{"name":"PIDVSI_TIMELENGTH","features":[116]},{"name":"PID_COMPUTERNAME","features":[116]},{"name":"PID_CONTROLPANEL_CATEGORY","features":[116]},{"name":"PID_DESCRIPTIONID","features":[116]},{"name":"PID_DISPLACED_DATE","features":[116]},{"name":"PID_DISPLACED_FROM","features":[116]},{"name":"PID_DISPLAY_PROPERTIES","features":[116]},{"name":"PID_FINDDATA","features":[116]},{"name":"PID_HTMLINFOTIPFILE","features":[116]},{"name":"PID_INTROTEXT","features":[116]},{"name":"PID_INTSITE","features":[116]},{"name":"PID_INTSITE_AUTHOR","features":[116]},{"name":"PID_INTSITE_CODEPAGE","features":[116]},{"name":"PID_INTSITE_COMMENT","features":[116]},{"name":"PID_INTSITE_CONTENTCODE","features":[116]},{"name":"PID_INTSITE_CONTENTLEN","features":[116]},{"name":"PID_INTSITE_DESCRIPTION","features":[116]},{"name":"PID_INTSITE_FLAGS","features":[116]},{"name":"PID_INTSITE_ICONFILE","features":[116]},{"name":"PID_INTSITE_ICONINDEX","features":[116]},{"name":"PID_INTSITE_LASTMOD","features":[116]},{"name":"PID_INTSITE_LASTVISIT","features":[116]},{"name":"PID_INTSITE_RECURSE","features":[116]},{"name":"PID_INTSITE_ROAMED","features":[116]},{"name":"PID_INTSITE_SUBSCRIPTION","features":[116]},{"name":"PID_INTSITE_TITLE","features":[116]},{"name":"PID_INTSITE_TRACKING","features":[116]},{"name":"PID_INTSITE_URL","features":[116]},{"name":"PID_INTSITE_VISITCOUNT","features":[116]},{"name":"PID_INTSITE_WATCH","features":[116]},{"name":"PID_INTSITE_WHATSNEW","features":[116]},{"name":"PID_IS","features":[116]},{"name":"PID_IS_AUTHOR","features":[116]},{"name":"PID_IS_COMMENT","features":[116]},{"name":"PID_IS_DESCRIPTION","features":[116]},{"name":"PID_IS_HOTKEY","features":[116]},{"name":"PID_IS_ICONFILE","features":[116]},{"name":"PID_IS_ICONINDEX","features":[116]},{"name":"PID_IS_NAME","features":[116]},{"name":"PID_IS_ROAMED","features":[116]},{"name":"PID_IS_SHOWCMD","features":[116]},{"name":"PID_IS_URL","features":[116]},{"name":"PID_IS_WHATSNEW","features":[116]},{"name":"PID_IS_WORKINGDIR","features":[116]},{"name":"PID_LINK_TARGET","features":[116]},{"name":"PID_LINK_TARGET_TYPE","features":[116]},{"name":"PID_MISC_ACCESSCOUNT","features":[116]},{"name":"PID_MISC_OWNER","features":[116]},{"name":"PID_MISC_PICS","features":[116]},{"name":"PID_MISC_STATUS","features":[116]},{"name":"PID_NETRESOURCE","features":[116]},{"name":"PID_NETWORKLOCATION","features":[116]},{"name":"PID_QUERY_RANK","features":[116]},{"name":"PID_SHARE_CSC_STATUS","features":[116]},{"name":"PID_SYNC_COPY_IN","features":[116]},{"name":"PID_VOLUME_CAPACITY","features":[116]},{"name":"PID_VOLUME_FILESYSTEM","features":[116]},{"name":"PID_VOLUME_FREE","features":[116]},{"name":"PID_WHICHFOLDER","features":[116]},{"name":"PIFDEFFILESIZE","features":[116]},{"name":"PIFDEFPATHSIZE","features":[116]},{"name":"PIFMAXFILEPATH","features":[116]},{"name":"PIFNAMESIZE","features":[116]},{"name":"PIFPARAMSSIZE","features":[116]},{"name":"PIFSHDATASIZE","features":[116]},{"name":"PIFSHPROGSIZE","features":[116]},{"name":"PIFSTARTLOCSIZE","features":[116]},{"name":"PINLogonCredentialProvider","features":[116]},{"name":"PLATFORM_BROWSERONLY","features":[116]},{"name":"PLATFORM_IE3","features":[116]},{"name":"PLATFORM_INTEGRATED","features":[116]},{"name":"PLATFORM_UNKNOWN","features":[116]},{"name":"PMSF_DONT_STRIP_SPACES","features":[116]},{"name":"PMSF_MULTIPLE","features":[116]},{"name":"PMSF_NORMAL","features":[116]},{"name":"PO_DELETE","features":[116]},{"name":"PO_PORTCHANGE","features":[116]},{"name":"PO_RENAME","features":[116]},{"name":"PO_REN_PORT","features":[116]},{"name":"PPCF_ADDARGUMENTS","features":[116]},{"name":"PPCF_ADDQUOTES","features":[116]},{"name":"PPCF_FORCEQUALIFY","features":[116]},{"name":"PPCF_LONGESTPOSSIBLE","features":[116]},{"name":"PPCF_NODIRECTORIES","features":[116]},{"name":"PREVIEWHANDLERFRAMEINFO","features":[116,55]},{"name":"PRF_DONTFINDLNK","features":[116]},{"name":"PRF_FIRSTDIRDEF","features":[116]},{"name":"PRF_FLAGS","features":[116]},{"name":"PRF_REQUIREABSOLUTE","features":[116]},{"name":"PRF_TRYPROGRAMEXTENSIONS","features":[116]},{"name":"PRF_VERIFYEXISTS","features":[116]},{"name":"PRINTACTION_DOCUMENTDEFAULTS","features":[116]},{"name":"PRINTACTION_NETINSTALL","features":[116]},{"name":"PRINTACTION_NETINSTALLLINK","features":[116]},{"name":"PRINTACTION_OPEN","features":[116]},{"name":"PRINTACTION_OPENNETPRN","features":[116]},{"name":"PRINTACTION_PROPERTIES","features":[116]},{"name":"PRINTACTION_SERVERPROPERTIES","features":[116]},{"name":"PRINTACTION_TESTPAGE","features":[116]},{"name":"PRINT_PROP_FORCE_NAME","features":[116]},{"name":"PROFILEINFOA","features":[1,116]},{"name":"PROFILEINFOW","features":[1,116]},{"name":"PROGDLG_AUTOTIME","features":[116]},{"name":"PROGDLG_MARQUEEPROGRESS","features":[116]},{"name":"PROGDLG_MODAL","features":[116]},{"name":"PROGDLG_NOCANCEL","features":[116]},{"name":"PROGDLG_NOMINIMIZE","features":[116]},{"name":"PROGDLG_NOPROGRESSBAR","features":[116]},{"name":"PROGDLG_NORMAL","features":[116]},{"name":"PROGDLG_NOTIME","features":[116]},{"name":"PROPSTR_EXTENSIONCOMPLETIONSTATE","features":[116]},{"name":"PROP_CONTRACT_DELEGATE","features":[116]},{"name":"PSGUID_AUDIO","features":[116]},{"name":"PSGUID_BRIEFCASE","features":[116]},{"name":"PSGUID_CONTROLPANEL","features":[116]},{"name":"PSGUID_CUSTOMIMAGEPROPERTIES","features":[116]},{"name":"PSGUID_DISPLACED","features":[116]},{"name":"PSGUID_DOCUMENTSUMMARYINFORMATION","features":[116]},{"name":"PSGUID_DRM","features":[116]},{"name":"PSGUID_IMAGEPROPERTIES","features":[116]},{"name":"PSGUID_IMAGESUMMARYINFORMATION","features":[116]},{"name":"PSGUID_LIBRARYPROPERTIES","features":[116]},{"name":"PSGUID_LINK","features":[116]},{"name":"PSGUID_MEDIAFILESUMMARYINFORMATION","features":[116]},{"name":"PSGUID_MISC","features":[116]},{"name":"PSGUID_MUSIC","features":[116]},{"name":"PSGUID_QUERY_D","features":[116]},{"name":"PSGUID_SHARE","features":[116]},{"name":"PSGUID_SHELLDETAILS","features":[116]},{"name":"PSGUID_SUMMARYINFORMATION","features":[116]},{"name":"PSGUID_VIDEO","features":[116]},{"name":"PSGUID_VOLUME","features":[116]},{"name":"PSGUID_WEBVIEW","features":[116]},{"name":"PUBAPPINFO","features":[1,116]},{"name":"PUBAPPINFOFLAGS","features":[116]},{"name":"PackageDebugSettings","features":[116]},{"name":"ParseURLA","features":[116]},{"name":"ParseURLW","features":[116]},{"name":"PasswordCredentialProvider","features":[116]},{"name":"PathAddBackslashA","features":[116]},{"name":"PathAddBackslashW","features":[116]},{"name":"PathAddExtensionA","features":[1,116]},{"name":"PathAddExtensionW","features":[1,116]},{"name":"PathAllocCanonicalize","features":[116]},{"name":"PathAllocCombine","features":[116]},{"name":"PathAppendA","features":[1,116]},{"name":"PathAppendW","features":[1,116]},{"name":"PathBuildRootA","features":[116]},{"name":"PathBuildRootW","features":[116]},{"name":"PathCanonicalizeA","features":[1,116]},{"name":"PathCanonicalizeW","features":[1,116]},{"name":"PathCchAddBackslash","features":[116]},{"name":"PathCchAddBackslashEx","features":[116]},{"name":"PathCchAddExtension","features":[116]},{"name":"PathCchAppend","features":[116]},{"name":"PathCchAppendEx","features":[116]},{"name":"PathCchCanonicalize","features":[116]},{"name":"PathCchCanonicalizeEx","features":[116]},{"name":"PathCchCombine","features":[116]},{"name":"PathCchCombineEx","features":[116]},{"name":"PathCchFindExtension","features":[116]},{"name":"PathCchIsRoot","features":[1,116]},{"name":"PathCchRemoveBackslash","features":[116]},{"name":"PathCchRemoveBackslashEx","features":[116]},{"name":"PathCchRemoveExtension","features":[116]},{"name":"PathCchRemoveFileSpec","features":[116]},{"name":"PathCchRenameExtension","features":[116]},{"name":"PathCchSkipRoot","features":[116]},{"name":"PathCchStripPrefix","features":[116]},{"name":"PathCchStripToRoot","features":[116]},{"name":"PathCleanupSpec","features":[116]},{"name":"PathCombineA","features":[116]},{"name":"PathCombineW","features":[116]},{"name":"PathCommonPrefixA","features":[116]},{"name":"PathCommonPrefixW","features":[116]},{"name":"PathCompactPathA","features":[1,13,116]},{"name":"PathCompactPathExA","features":[1,116]},{"name":"PathCompactPathExW","features":[1,116]},{"name":"PathCompactPathW","features":[1,13,116]},{"name":"PathCreateFromUrlA","features":[116]},{"name":"PathCreateFromUrlAlloc","features":[116]},{"name":"PathCreateFromUrlW","features":[116]},{"name":"PathFileExistsA","features":[1,116]},{"name":"PathFileExistsW","features":[1,116]},{"name":"PathFindExtensionA","features":[116]},{"name":"PathFindExtensionW","features":[116]},{"name":"PathFindFileNameA","features":[116]},{"name":"PathFindFileNameW","features":[116]},{"name":"PathFindNextComponentA","features":[116]},{"name":"PathFindNextComponentW","features":[116]},{"name":"PathFindOnPathA","features":[1,116]},{"name":"PathFindOnPathW","features":[1,116]},{"name":"PathFindSuffixArrayA","features":[116]},{"name":"PathFindSuffixArrayW","features":[116]},{"name":"PathGetArgsA","features":[116]},{"name":"PathGetArgsW","features":[116]},{"name":"PathGetCharTypeA","features":[116]},{"name":"PathGetCharTypeW","features":[116]},{"name":"PathGetDriveNumberA","features":[116]},{"name":"PathGetDriveNumberW","features":[116]},{"name":"PathGetShortPath","features":[116]},{"name":"PathIsContentTypeA","features":[1,116]},{"name":"PathIsContentTypeW","features":[1,116]},{"name":"PathIsDirectoryA","features":[1,116]},{"name":"PathIsDirectoryEmptyA","features":[1,116]},{"name":"PathIsDirectoryEmptyW","features":[1,116]},{"name":"PathIsDirectoryW","features":[1,116]},{"name":"PathIsExe","features":[1,116]},{"name":"PathIsFileSpecA","features":[1,116]},{"name":"PathIsFileSpecW","features":[1,116]},{"name":"PathIsLFNFileSpecA","features":[1,116]},{"name":"PathIsLFNFileSpecW","features":[1,116]},{"name":"PathIsNetworkPathA","features":[1,116]},{"name":"PathIsNetworkPathW","features":[1,116]},{"name":"PathIsPrefixA","features":[1,116]},{"name":"PathIsPrefixW","features":[1,116]},{"name":"PathIsRelativeA","features":[1,116]},{"name":"PathIsRelativeW","features":[1,116]},{"name":"PathIsRootA","features":[1,116]},{"name":"PathIsRootW","features":[1,116]},{"name":"PathIsSameRootA","features":[1,116]},{"name":"PathIsSameRootW","features":[1,116]},{"name":"PathIsSlowA","features":[1,116]},{"name":"PathIsSlowW","features":[1,116]},{"name":"PathIsSystemFolderA","features":[1,116]},{"name":"PathIsSystemFolderW","features":[1,116]},{"name":"PathIsUNCA","features":[1,116]},{"name":"PathIsUNCEx","features":[1,116]},{"name":"PathIsUNCServerA","features":[1,116]},{"name":"PathIsUNCServerShareA","features":[1,116]},{"name":"PathIsUNCServerShareW","features":[1,116]},{"name":"PathIsUNCServerW","features":[1,116]},{"name":"PathIsUNCW","features":[1,116]},{"name":"PathIsURLA","features":[1,116]},{"name":"PathIsURLW","features":[1,116]},{"name":"PathMakePrettyA","features":[1,116]},{"name":"PathMakePrettyW","features":[1,116]},{"name":"PathMakeSystemFolderA","features":[1,116]},{"name":"PathMakeSystemFolderW","features":[1,116]},{"name":"PathMakeUniqueName","features":[1,116]},{"name":"PathMatchSpecA","features":[1,116]},{"name":"PathMatchSpecExA","features":[116]},{"name":"PathMatchSpecExW","features":[116]},{"name":"PathMatchSpecW","features":[1,116]},{"name":"PathParseIconLocationA","features":[116]},{"name":"PathParseIconLocationW","features":[116]},{"name":"PathQualify","features":[116]},{"name":"PathQuoteSpacesA","features":[1,116]},{"name":"PathQuoteSpacesW","features":[1,116]},{"name":"PathRelativePathToA","features":[1,116]},{"name":"PathRelativePathToW","features":[1,116]},{"name":"PathRemoveArgsA","features":[116]},{"name":"PathRemoveArgsW","features":[116]},{"name":"PathRemoveBackslashA","features":[116]},{"name":"PathRemoveBackslashW","features":[116]},{"name":"PathRemoveBlanksA","features":[116]},{"name":"PathRemoveBlanksW","features":[116]},{"name":"PathRemoveExtensionA","features":[116]},{"name":"PathRemoveExtensionW","features":[116]},{"name":"PathRemoveFileSpecA","features":[1,116]},{"name":"PathRemoveFileSpecW","features":[1,116]},{"name":"PathRenameExtensionA","features":[1,116]},{"name":"PathRenameExtensionW","features":[1,116]},{"name":"PathResolve","features":[116]},{"name":"PathSearchAndQualifyA","features":[1,116]},{"name":"PathSearchAndQualifyW","features":[1,116]},{"name":"PathSetDlgItemPathA","features":[1,116]},{"name":"PathSetDlgItemPathW","features":[1,116]},{"name":"PathSkipRootA","features":[116]},{"name":"PathSkipRootW","features":[116]},{"name":"PathStripPathA","features":[116]},{"name":"PathStripPathW","features":[116]},{"name":"PathStripToRootA","features":[1,116]},{"name":"PathStripToRootW","features":[1,116]},{"name":"PathUnExpandEnvStringsA","features":[1,116]},{"name":"PathUnExpandEnvStringsW","features":[1,116]},{"name":"PathUndecorateA","features":[116]},{"name":"PathUndecorateW","features":[116]},{"name":"PathUnmakeSystemFolderA","features":[1,116]},{"name":"PathUnmakeSystemFolderW","features":[1,116]},{"name":"PathUnquoteSpacesA","features":[1,116]},{"name":"PathUnquoteSpacesW","features":[1,116]},{"name":"PathYetAnotherMakeUniqueName","features":[1,116]},{"name":"PickIconDlg","features":[1,116]},{"name":"PreviousVersions","features":[116]},{"name":"PropVariantToStrRet","features":[1,70,44,225]},{"name":"PropertiesUI","features":[116]},{"name":"ProtectedModeRedirect","features":[116]},{"name":"PublishDropTarget","features":[116]},{"name":"PublishingWizard","features":[116]},{"name":"QCMINFO","features":[116,55]},{"name":"QCMINFO_IDMAP","features":[116]},{"name":"QCMINFO_IDMAP_PLACEMENT","features":[116]},{"name":"QCMINFO_PLACE_AFTER","features":[116]},{"name":"QCMINFO_PLACE_BEFORE","features":[116]},{"name":"QIF_CACHED","features":[116]},{"name":"QIF_DONTEXPANDFOLDER","features":[116]},{"name":"QISearch","features":[116]},{"name":"QITAB","features":[116]},{"name":"QITIPF_DEFAULT","features":[116]},{"name":"QITIPF_FLAGS","features":[116]},{"name":"QITIPF_LINKNOTARGET","features":[116]},{"name":"QITIPF_LINKUSETARGET","features":[116]},{"name":"QITIPF_SINGLELINE","features":[116]},{"name":"QITIPF_USENAME","features":[116]},{"name":"QITIPF_USESLOWTIP","features":[116]},{"name":"QUERY_USER_NOTIFICATION_STATE","features":[116]},{"name":"QUNS_ACCEPTS_NOTIFICATIONS","features":[116]},{"name":"QUNS_APP","features":[116]},{"name":"QUNS_BUSY","features":[116]},{"name":"QUNS_NOT_PRESENT","features":[116]},{"name":"QUNS_PRESENTATION_MODE","features":[116]},{"name":"QUNS_QUIET_TIME","features":[116]},{"name":"QUNS_RUNNING_D3D_FULL_SCREEN","features":[116]},{"name":"QueryCancelAutoPlay","features":[116]},{"name":"RASProvider","features":[116]},{"name":"REFRESH_COMPLETELY","features":[116]},{"name":"REFRESH_IFEXPIRED","features":[116]},{"name":"REFRESH_NORMAL","features":[116]},{"name":"RESTRICTIONS","features":[116]},{"name":"REST_ALLOWBITBUCKDRIVES","features":[116]},{"name":"REST_ALLOWCOMMENTTOGGLE","features":[116]},{"name":"REST_ALLOWFILECLSIDJUNCTIONS","features":[116]},{"name":"REST_ALLOWLEGACYWEBVIEW","features":[116]},{"name":"REST_ALLOWUNHASHEDWEBVIEW","features":[116]},{"name":"REST_ARP_DONTGROUPPATCHES","features":[116]},{"name":"REST_ARP_NOADDPAGE","features":[116]},{"name":"REST_ARP_NOARP","features":[116]},{"name":"REST_ARP_NOCHOOSEPROGRAMSPAGE","features":[116]},{"name":"REST_ARP_NOREMOVEPAGE","features":[116]},{"name":"REST_ARP_NOWINSETUPPAGE","features":[116]},{"name":"REST_ARP_ShowPostSetup","features":[116]},{"name":"REST_BITBUCKCONFIRMDELETE","features":[116]},{"name":"REST_BITBUCKNOPROP","features":[116]},{"name":"REST_BITBUCKNUKEONDELETE","features":[116]},{"name":"REST_CLASSICSHELL","features":[116]},{"name":"REST_CLEARRECENTDOCSONEXIT","features":[116]},{"name":"REST_DISALLOWCPL","features":[116]},{"name":"REST_DISALLOWRUN","features":[116]},{"name":"REST_DONTRETRYBADNETNAME","features":[116]},{"name":"REST_DONTSHOWSUPERHIDDEN","features":[116]},{"name":"REST_ENFORCESHELLEXTSECURITY","features":[116]},{"name":"REST_ENUMWORKGROUP","features":[116]},{"name":"REST_FORCEACTIVEDESKTOPON","features":[116]},{"name":"REST_FORCECOPYACLWITHFILE","features":[116]},{"name":"REST_FORCESTARTMENULOGOFF","features":[116]},{"name":"REST_GREYMSIADS","features":[116]},{"name":"REST_HASFINDCOMPUTERS","features":[116]},{"name":"REST_HIDECLOCK","features":[116]},{"name":"REST_HIDERUNASVERB","features":[116]},{"name":"REST_INHERITCONSOLEHANDLES","features":[116]},{"name":"REST_INTELLIMENUS","features":[116]},{"name":"REST_LINKRESOLVEIGNORELINKINFO","features":[116]},{"name":"REST_MYCOMPNOPROP","features":[116]},{"name":"REST_MYDOCSNOPROP","features":[116]},{"name":"REST_MYDOCSONNET","features":[116]},{"name":"REST_MaxRecentDocs","features":[116]},{"name":"REST_NOACTIVEDESKTOP","features":[116]},{"name":"REST_NOACTIVEDESKTOPCHANGES","features":[116]},{"name":"REST_NOADDDESKCOMP","features":[116]},{"name":"REST_NOAUTOTRAYNOTIFY","features":[116]},{"name":"REST_NOCDBURNING","features":[116]},{"name":"REST_NOCHANGEMAPPEDDRIVECOMMENT","features":[116]},{"name":"REST_NOCHANGEMAPPEDDRIVELABEL","features":[116]},{"name":"REST_NOCHANGESTARMENU","features":[116]},{"name":"REST_NOCHANGINGWALLPAPER","features":[116]},{"name":"REST_NOCLOSE","features":[116]},{"name":"REST_NOCLOSEDESKCOMP","features":[116]},{"name":"REST_NOCLOSE_DRAGDROPBAND","features":[116]},{"name":"REST_NOCOLORCHOICE","features":[116]},{"name":"REST_NOCOMMONGROUPS","features":[116]},{"name":"REST_NOCONTROLPANEL","features":[116]},{"name":"REST_NOCONTROLPANELBARRICADE","features":[116]},{"name":"REST_NOCSC","features":[116]},{"name":"REST_NOCURRENTUSERRUN","features":[116]},{"name":"REST_NOCURRENTUSERRUNONCE","features":[116]},{"name":"REST_NOCUSTOMIZETHISFOLDER","features":[116]},{"name":"REST_NOCUSTOMIZEWEBVIEW","features":[116]},{"name":"REST_NODELDESKCOMP","features":[116]},{"name":"REST_NODESKCOMP","features":[116]},{"name":"REST_NODESKTOP","features":[116]},{"name":"REST_NODESKTOPCLEANUP","features":[116]},{"name":"REST_NODISCONNECT","features":[116]},{"name":"REST_NODISPBACKGROUND","features":[116]},{"name":"REST_NODISPLAYAPPEARANCEPAGE","features":[116]},{"name":"REST_NODISPLAYCPL","features":[116]},{"name":"REST_NODISPSCREENSAVEPG","features":[116]},{"name":"REST_NODISPSCREENSAVEPREVIEW","features":[116]},{"name":"REST_NODISPSETTINGSPG","features":[116]},{"name":"REST_NODRIVEAUTORUN","features":[116]},{"name":"REST_NODRIVES","features":[116]},{"name":"REST_NODRIVETYPEAUTORUN","features":[116]},{"name":"REST_NOEDITDESKCOMP","features":[116]},{"name":"REST_NOENCRYPTION","features":[116]},{"name":"REST_NOENCRYPTONMOVE","features":[116]},{"name":"REST_NOENTIRENETWORK","features":[116]},{"name":"REST_NOENUMENTIRENETWORK","features":[116]},{"name":"REST_NOEXITTODOS","features":[116]},{"name":"REST_NOFAVORITESMENU","features":[116]},{"name":"REST_NOFILEASSOCIATE","features":[116]},{"name":"REST_NOFILEMENU","features":[116]},{"name":"REST_NOFIND","features":[116]},{"name":"REST_NOFOLDEROPTIONS","features":[116]},{"name":"REST_NOFORGETSOFTWAREUPDATE","features":[116]},{"name":"REST_NOHARDWARETAB","features":[116]},{"name":"REST_NOHTMLWALLPAPER","features":[116]},{"name":"REST_NOINTERNETICON","features":[116]},{"name":"REST_NOINTERNETOPENWITH","features":[116]},{"name":"REST_NOLOCALMACHINERUN","features":[116]},{"name":"REST_NOLOCALMACHINERUNONCE","features":[116]},{"name":"REST_NOLOWDISKSPACECHECKS","features":[116]},{"name":"REST_NOMANAGEMYCOMPUTERVERB","features":[116]},{"name":"REST_NOMOVINGBAND","features":[116]},{"name":"REST_NOMYCOMPUTERICON","features":[116]},{"name":"REST_NONE","features":[116]},{"name":"REST_NONETCONNECTDISCONNECT","features":[116]},{"name":"REST_NONETCRAWL","features":[116]},{"name":"REST_NONETHOOD","features":[116]},{"name":"REST_NONETWORKCONNECTIONS","features":[116]},{"name":"REST_NONLEGACYSHELLMODE","features":[116]},{"name":"REST_NOONLINEPRINTSWIZARD","features":[116]},{"name":"REST_NOPRINTERADD","features":[116]},{"name":"REST_NOPRINTERDELETE","features":[116]},{"name":"REST_NOPRINTERTABS","features":[116]},{"name":"REST_NOPUBLISHWIZARD","features":[116]},{"name":"REST_NORECENTDOCSHISTORY","features":[116]},{"name":"REST_NORECENTDOCSMENU","features":[116]},{"name":"REST_NOREMOTECHANGENOTIFY","features":[116]},{"name":"REST_NOREMOTERECURSIVEEVENTS","features":[116]},{"name":"REST_NORESOLVESEARCH","features":[116]},{"name":"REST_NORESOLVETRACK","features":[116]},{"name":"REST_NORUN","features":[116]},{"name":"REST_NORUNASINSTALLPROMPT","features":[116]},{"name":"REST_NOSAVESET","features":[116]},{"name":"REST_NOSECURITY","features":[116]},{"name":"REST_NOSETACTIVEDESKTOP","features":[116]},{"name":"REST_NOSETFOLDERS","features":[116]},{"name":"REST_NOSETTASKBAR","features":[116]},{"name":"REST_NOSETTINGSASSIST","features":[116]},{"name":"REST_NOSHAREDDOCUMENTS","features":[116]},{"name":"REST_NOSHELLSEARCHBUTTON","features":[116]},{"name":"REST_NOSIZECHOICE","features":[116]},{"name":"REST_NOSMBALLOONTIP","features":[116]},{"name":"REST_NOSMCONFIGUREPROGRAMS","features":[116]},{"name":"REST_NOSMEJECTPC","features":[116]},{"name":"REST_NOSMHELP","features":[116]},{"name":"REST_NOSMMFUPROGRAMS","features":[116]},{"name":"REST_NOSMMOREPROGRAMS","features":[116]},{"name":"REST_NOSMMYDOCS","features":[116]},{"name":"REST_NOSMMYMUSIC","features":[116]},{"name":"REST_NOSMMYPICS","features":[116]},{"name":"REST_NOSMNETWORKPLACES","features":[116]},{"name":"REST_NOSMPINNEDLIST","features":[116]},{"name":"REST_NOSTARTMENUSUBFOLDERS","features":[116]},{"name":"REST_NOSTARTPAGE","features":[116]},{"name":"REST_NOSTARTPANEL","features":[116]},{"name":"REST_NOSTRCMPLOGICAL","features":[116]},{"name":"REST_NOTASKGROUPING","features":[116]},{"name":"REST_NOTHEMESTAB","features":[116]},{"name":"REST_NOTHUMBNAILCACHE","features":[116]},{"name":"REST_NOTOOLBARSONTASKBAR","features":[116]},{"name":"REST_NOTRAYCONTEXTMENU","features":[116]},{"name":"REST_NOTRAYITEMSDISPLAY","features":[116]},{"name":"REST_NOUPDATEWINDOWS","features":[116]},{"name":"REST_NOUPNPINSTALL","features":[116]},{"name":"REST_NOUSERNAMEINSTARTPANEL","features":[116]},{"name":"REST_NOVIEWCONTEXTMENU","features":[116]},{"name":"REST_NOVIEWONDRIVE","features":[116]},{"name":"REST_NOVISUALSTYLECHOICE","features":[116]},{"name":"REST_NOWEB","features":[116]},{"name":"REST_NOWEBSERVICES","features":[116]},{"name":"REST_NOWEBVIEW","features":[116]},{"name":"REST_NOWELCOMESCREEN","features":[116]},{"name":"REST_NOWINKEYS","features":[116]},{"name":"REST_PROMPTRUNASINSTALLNETPATH","features":[116]},{"name":"REST_RESTRICTCPL","features":[116]},{"name":"REST_RESTRICTRUN","features":[116]},{"name":"REST_REVERTWEBVIEWSECURITY","features":[116]},{"name":"REST_RUNDLGMEMCHECKBOX","features":[116]},{"name":"REST_SEPARATEDESKTOPPROCESS","features":[116]},{"name":"REST_SETVISUALSTYLE","features":[116]},{"name":"REST_STARTBANNER","features":[116]},{"name":"REST_STARTMENULOGOFF","features":[116]},{"name":"REST_STARTRUNNOHOMEPATH","features":[116]},{"name":"ReadCabinetState","features":[1,116]},{"name":"RealDriveType","features":[1,116]},{"name":"RefreshConstants","features":[116]},{"name":"RegisterAppConstrainedChangeNotification","features":[1,116]},{"name":"RegisterAppStateChangeNotification","features":[1,116]},{"name":"RegisterScaleChangeEvent","features":[1,116]},{"name":"RegisterScaleChangeNotifications","features":[1,116]},{"name":"RemoveWindowSubclass","features":[1,116]},{"name":"ResizeThumbnail","features":[116]},{"name":"RestartDialog","features":[1,116]},{"name":"RestartDialogEx","features":[1,116]},{"name":"ReturnOnlyIfCached","features":[116]},{"name":"RevokeScaleChangeNotifications","features":[116]},{"name":"SBSC_HIDE","features":[116]},{"name":"SBSC_QUERY","features":[116]},{"name":"SBSC_SHOW","features":[116]},{"name":"SBSC_TOGGLE","features":[116]},{"name":"SBSP_ABSOLUTE","features":[116]},{"name":"SBSP_ACTIVATE_NOFOCUS","features":[116]},{"name":"SBSP_ALLOW_AUTONAVIGATE","features":[116]},{"name":"SBSP_CALLERUNTRUSTED","features":[116]},{"name":"SBSP_CREATENOHISTORY","features":[116]},{"name":"SBSP_DEFBROWSER","features":[116]},{"name":"SBSP_DEFMODE","features":[116]},{"name":"SBSP_EXPLOREMODE","features":[116]},{"name":"SBSP_FEEDNAVIGATION","features":[116]},{"name":"SBSP_HELPMODE","features":[116]},{"name":"SBSP_INITIATEDBYHLINKFRAME","features":[116]},{"name":"SBSP_KEEPSAMETEMPLATE","features":[116]},{"name":"SBSP_KEEPWORDWHEELTEXT","features":[116]},{"name":"SBSP_NAVIGATEBACK","features":[116]},{"name":"SBSP_NAVIGATEFORWARD","features":[116]},{"name":"SBSP_NEWBROWSER","features":[116]},{"name":"SBSP_NOAUTOSELECT","features":[116]},{"name":"SBSP_NOTRANSFERHIST","features":[116]},{"name":"SBSP_OPENMODE","features":[116]},{"name":"SBSP_PARENT","features":[116]},{"name":"SBSP_PLAYNOSOUND","features":[116]},{"name":"SBSP_REDIRECT","features":[116]},{"name":"SBSP_RELATIVE","features":[116]},{"name":"SBSP_SAMEBROWSER","features":[116]},{"name":"SBSP_TRUSTEDFORACTIVEX","features":[116]},{"name":"SBSP_TRUSTFIRSTDOWNLOAD","features":[116]},{"name":"SBSP_UNTRUSTEDFORDOWNLOAD","features":[116]},{"name":"SBSP_WRITENOHISTORY","features":[116]},{"name":"SCALE_CHANGE_FLAGS","features":[116]},{"name":"SCF_PHYSICAL","features":[116]},{"name":"SCF_SCALE","features":[116]},{"name":"SCF_VALUE_NONE","features":[116]},{"name":"SCHEME_CREATE","features":[116]},{"name":"SCHEME_DISPLAY","features":[116]},{"name":"SCHEME_DONOTUSE","features":[116]},{"name":"SCHEME_EDIT","features":[116]},{"name":"SCHEME_GLOBAL","features":[116]},{"name":"SCHEME_LOCAL","features":[116]},{"name":"SCHEME_REFRESH","features":[116]},{"name":"SCHEME_UPDATE","features":[116]},{"name":"SCNRT_DISABLE","features":[116]},{"name":"SCNRT_ENABLE","features":[116]},{"name":"SCNRT_STATUS","features":[116]},{"name":"SCRM_VERIFYPW","features":[116]},{"name":"SECURELOCKCODE","features":[116]},{"name":"SECURELOCK_FIRSTSUGGEST","features":[116]},{"name":"SECURELOCK_NOCHANGE","features":[116]},{"name":"SECURELOCK_SET_FORTEZZA","features":[116]},{"name":"SECURELOCK_SET_MIXED","features":[116]},{"name":"SECURELOCK_SET_SECURE128BIT","features":[116]},{"name":"SECURELOCK_SET_SECURE40BIT","features":[116]},{"name":"SECURELOCK_SET_SECURE56BIT","features":[116]},{"name":"SECURELOCK_SET_SECUREUNKNOWNBIT","features":[116]},{"name":"SECURELOCK_SET_UNSECURE","features":[116]},{"name":"SECURELOCK_SUGGEST_FORTEZZA","features":[116]},{"name":"SECURELOCK_SUGGEST_MIXED","features":[116]},{"name":"SECURELOCK_SUGGEST_SECURE128BIT","features":[116]},{"name":"SECURELOCK_SUGGEST_SECURE40BIT","features":[116]},{"name":"SECURELOCK_SUGGEST_SECURE56BIT","features":[116]},{"name":"SECURELOCK_SUGGEST_SECUREUNKNOWNBIT","features":[116]},{"name":"SECURELOCK_SUGGEST_UNSECURE","features":[116]},{"name":"SEE_MASK_ASYNCOK","features":[116]},{"name":"SEE_MASK_CLASSKEY","features":[116]},{"name":"SEE_MASK_CLASSNAME","features":[116]},{"name":"SEE_MASK_CONNECTNETDRV","features":[116]},{"name":"SEE_MASK_DEFAULT","features":[116]},{"name":"SEE_MASK_DOENVSUBST","features":[116]},{"name":"SEE_MASK_FLAG_DDEWAIT","features":[116]},{"name":"SEE_MASK_FLAG_HINST_IS_SITE","features":[116]},{"name":"SEE_MASK_FLAG_LOG_USAGE","features":[116]},{"name":"SEE_MASK_FLAG_NO_UI","features":[116]},{"name":"SEE_MASK_HMONITOR","features":[116]},{"name":"SEE_MASK_HOTKEY","features":[116]},{"name":"SEE_MASK_ICON","features":[116]},{"name":"SEE_MASK_IDLIST","features":[116]},{"name":"SEE_MASK_INVOKEIDLIST","features":[116]},{"name":"SEE_MASK_NOASYNC","features":[116]},{"name":"SEE_MASK_NOCLOSEPROCESS","features":[116]},{"name":"SEE_MASK_NOQUERYCLASSSTORE","features":[116]},{"name":"SEE_MASK_NOZONECHECKS","features":[116]},{"name":"SEE_MASK_NO_CONSOLE","features":[116]},{"name":"SEE_MASK_UNICODE","features":[116]},{"name":"SEE_MASK_WAITFORINPUTIDLE","features":[116]},{"name":"SETPROPS_NONE","features":[116]},{"name":"SE_ERR_ACCESSDENIED","features":[116]},{"name":"SE_ERR_ASSOCINCOMPLETE","features":[116]},{"name":"SE_ERR_DDEBUSY","features":[116]},{"name":"SE_ERR_DDEFAIL","features":[116]},{"name":"SE_ERR_DDETIMEOUT","features":[116]},{"name":"SE_ERR_DLLNOTFOUND","features":[116]},{"name":"SE_ERR_FNF","features":[116]},{"name":"SE_ERR_NOASSOC","features":[116]},{"name":"SE_ERR_OOM","features":[116]},{"name":"SE_ERR_PNF","features":[116]},{"name":"SE_ERR_SHARE","features":[116]},{"name":"SFBID_PIDLCHANGED","features":[116]},{"name":"SFBS_FLAGS","features":[116]},{"name":"SFBS_FLAGS_ROUND_TO_NEAREST_DISPLAYED_DIGIT","features":[116]},{"name":"SFBS_FLAGS_TRUNCATE_UNDISPLAYED_DECIMAL_DIGITS","features":[116]},{"name":"SFVM_ADDOBJECT","features":[116]},{"name":"SFVM_ADDPROPERTYPAGES","features":[116]},{"name":"SFVM_BACKGROUNDENUM","features":[116]},{"name":"SFVM_BACKGROUNDENUMDONE","features":[116]},{"name":"SFVM_COLUMNCLICK","features":[116]},{"name":"SFVM_DEFITEMCOUNT","features":[116]},{"name":"SFVM_DEFVIEWMODE","features":[116]},{"name":"SFVM_DIDDRAGDROP","features":[116]},{"name":"SFVM_FSNOTIFY","features":[116]},{"name":"SFVM_GETANIMATION","features":[116]},{"name":"SFVM_GETBUTTONINFO","features":[116]},{"name":"SFVM_GETBUTTONS","features":[116]},{"name":"SFVM_GETDETAILSOF","features":[116]},{"name":"SFVM_GETHELPTEXT","features":[116]},{"name":"SFVM_GETHELPTOPIC","features":[116]},{"name":"SFVM_GETNOTIFY","features":[116]},{"name":"SFVM_GETPANE","features":[116]},{"name":"SFVM_GETSELECTEDOBJECTS","features":[116]},{"name":"SFVM_GETSORTDEFAULTS","features":[116]},{"name":"SFVM_GETTOOLTIPTEXT","features":[116]},{"name":"SFVM_GETZONE","features":[116]},{"name":"SFVM_HELPTOPIC_DATA","features":[116]},{"name":"SFVM_INITMENUPOPUP","features":[116]},{"name":"SFVM_INVOKECOMMAND","features":[116]},{"name":"SFVM_MERGEMENU","features":[116]},{"name":"SFVM_MESSAGE_ID","features":[116]},{"name":"SFVM_PROPPAGE_DATA","features":[1,42,116]},{"name":"SFVM_QUERYFSNOTIFY","features":[116]},{"name":"SFVM_REARRANGE","features":[116]},{"name":"SFVM_REMOVEOBJECT","features":[116]},{"name":"SFVM_SETCLIPBOARD","features":[116]},{"name":"SFVM_SETISFV","features":[116]},{"name":"SFVM_SETITEMPOS","features":[116]},{"name":"SFVM_SETPOINTS","features":[116]},{"name":"SFVM_SIZE","features":[116]},{"name":"SFVM_THISIDLIST","features":[116]},{"name":"SFVM_UNMERGEMENU","features":[116]},{"name":"SFVM_UPDATEOBJECT","features":[116]},{"name":"SFVM_UPDATESTATUSBAR","features":[116]},{"name":"SFVM_WINDOWCREATED","features":[116]},{"name":"SFVSOC_INVALIDATE_ALL","features":[116]},{"name":"SFVSOC_NOSCROLL","features":[116]},{"name":"SFVS_SELECT","features":[116]},{"name":"SFVS_SELECT_ALLITEMS","features":[116]},{"name":"SFVS_SELECT_INVERT","features":[116]},{"name":"SFVS_SELECT_NONE","features":[116]},{"name":"SFVVO_DESKTOPHTML","features":[116]},{"name":"SFVVO_DOUBLECLICKINWEBVIEW","features":[116]},{"name":"SFVVO_SHOWALLOBJECTS","features":[116]},{"name":"SFVVO_SHOWCOMPCOLOR","features":[116]},{"name":"SFVVO_SHOWEXTENSIONS","features":[116]},{"name":"SFVVO_SHOWSYSFILES","features":[116]},{"name":"SFVVO_WIN95CLASSIC","features":[116]},{"name":"SFV_CREATE","features":[116]},{"name":"SFV_SETITEMPOS","features":[1,225]},{"name":"SHACF_AUTOAPPEND_FORCE_OFF","features":[116]},{"name":"SHACF_AUTOAPPEND_FORCE_ON","features":[116]},{"name":"SHACF_AUTOSUGGEST_FORCE_OFF","features":[116]},{"name":"SHACF_AUTOSUGGEST_FORCE_ON","features":[116]},{"name":"SHACF_DEFAULT","features":[116]},{"name":"SHACF_FILESYSTEM","features":[116]},{"name":"SHACF_FILESYS_DIRS","features":[116]},{"name":"SHACF_FILESYS_ONLY","features":[116]},{"name":"SHACF_URLALL","features":[116]},{"name":"SHACF_URLHISTORY","features":[116]},{"name":"SHACF_URLMRU","features":[116]},{"name":"SHACF_USETAB","features":[116]},{"name":"SHACF_VIRTUAL_NAMESPACE","features":[116]},{"name":"SHARD","features":[116]},{"name":"SHARDAPPIDINFO","features":[116]},{"name":"SHARDAPPIDINFOIDLIST","features":[225]},{"name":"SHARDAPPIDINFOLINK","features":[116]},{"name":"SHARD_APPIDINFO","features":[116]},{"name":"SHARD_APPIDINFOIDLIST","features":[116]},{"name":"SHARD_APPIDINFOLINK","features":[116]},{"name":"SHARD_LINK","features":[116]},{"name":"SHARD_PATHA","features":[116]},{"name":"SHARD_PATHW","features":[116]},{"name":"SHARD_PIDL","features":[116]},{"name":"SHARD_SHELLITEM","features":[116]},{"name":"SHARE_ROLE","features":[116]},{"name":"SHARE_ROLE_CONTRIBUTOR","features":[116]},{"name":"SHARE_ROLE_CO_OWNER","features":[116]},{"name":"SHARE_ROLE_CUSTOM","features":[116]},{"name":"SHARE_ROLE_INVALID","features":[116]},{"name":"SHARE_ROLE_MIXED","features":[116]},{"name":"SHARE_ROLE_OWNER","features":[116]},{"name":"SHARE_ROLE_READER","features":[116]},{"name":"SHAddFromPropSheetExtArray","features":[1,42,116]},{"name":"SHAddToRecentDocs","features":[116]},{"name":"SHAlloc","features":[116]},{"name":"SHAllocShared","features":[1,116]},{"name":"SHAnsiToAnsi","features":[116]},{"name":"SHAnsiToUnicode","features":[116]},{"name":"SHAppBarMessage","features":[1,116]},{"name":"SHAssocEnumHandlers","features":[116]},{"name":"SHAssocEnumHandlersForProtocolByApplication","features":[116]},{"name":"SHAutoComplete","features":[1,116]},{"name":"SHBindToFolderIDListParent","features":[225]},{"name":"SHBindToFolderIDListParentEx","features":[225]},{"name":"SHBindToObject","features":[225]},{"name":"SHBindToParent","features":[225]},{"name":"SHBrowseForFolderA","features":[1,225]},{"name":"SHBrowseForFolderW","features":[1,225]},{"name":"SHCDF_UPDATEITEM","features":[116]},{"name":"SHCIDS_ALLFIELDS","features":[116]},{"name":"SHCIDS_BITMASK","features":[116]},{"name":"SHCIDS_CANONICALONLY","features":[116]},{"name":"SHCIDS_COLUMNMASK","features":[116]},{"name":"SHCLSIDFromString","features":[116]},{"name":"SHCNEE_MSI_CHANGE","features":[116]},{"name":"SHCNEE_MSI_UNINSTALL","features":[116]},{"name":"SHCNEE_ORDERCHANGED","features":[116]},{"name":"SHCNE_ALLEVENTS","features":[116]},{"name":"SHCNE_ASSOCCHANGED","features":[116]},{"name":"SHCNE_ATTRIBUTES","features":[116]},{"name":"SHCNE_CREATE","features":[116]},{"name":"SHCNE_DELETE","features":[116]},{"name":"SHCNE_DISKEVENTS","features":[116]},{"name":"SHCNE_DRIVEADD","features":[116]},{"name":"SHCNE_DRIVEADDGUI","features":[116]},{"name":"SHCNE_DRIVEREMOVED","features":[116]},{"name":"SHCNE_EXTENDED_EVENT","features":[116]},{"name":"SHCNE_FREESPACE","features":[116]},{"name":"SHCNE_GLOBALEVENTS","features":[116]},{"name":"SHCNE_ID","features":[116]},{"name":"SHCNE_INTERRUPT","features":[116]},{"name":"SHCNE_MEDIAINSERTED","features":[116]},{"name":"SHCNE_MEDIAREMOVED","features":[116]},{"name":"SHCNE_MKDIR","features":[116]},{"name":"SHCNE_NETSHARE","features":[116]},{"name":"SHCNE_NETUNSHARE","features":[116]},{"name":"SHCNE_RENAMEFOLDER","features":[116]},{"name":"SHCNE_RENAMEITEM","features":[116]},{"name":"SHCNE_RMDIR","features":[116]},{"name":"SHCNE_SERVERDISCONNECT","features":[116]},{"name":"SHCNE_UPDATEDIR","features":[116]},{"name":"SHCNE_UPDATEIMAGE","features":[116]},{"name":"SHCNE_UPDATEITEM","features":[116]},{"name":"SHCNF_DWORD","features":[116]},{"name":"SHCNF_FLAGS","features":[116]},{"name":"SHCNF_FLUSH","features":[116]},{"name":"SHCNF_FLUSHNOWAIT","features":[116]},{"name":"SHCNF_IDLIST","features":[116]},{"name":"SHCNF_NOTIFYRECURSIVE","features":[116]},{"name":"SHCNF_PATH","features":[116]},{"name":"SHCNF_PATHA","features":[116]},{"name":"SHCNF_PATHW","features":[116]},{"name":"SHCNF_PRINTER","features":[116]},{"name":"SHCNF_PRINTERA","features":[116]},{"name":"SHCNF_PRINTERW","features":[116]},{"name":"SHCNF_TYPE","features":[116]},{"name":"SHCNRF_InterruptLevel","features":[116]},{"name":"SHCNRF_NewDelivery","features":[116]},{"name":"SHCNRF_RecursiveInterrupt","features":[116]},{"name":"SHCNRF_SOURCE","features":[116]},{"name":"SHCNRF_ShellLevel","features":[116]},{"name":"SHCOLUMNDATA","features":[116]},{"name":"SHCOLUMNINFO","features":[1,44,116]},{"name":"SHCOLUMNINIT","features":[116]},{"name":"SHCONTF_CHECKING_FOR_CHILDREN","features":[116]},{"name":"SHCONTF_ENABLE_ASYNC","features":[116]},{"name":"SHCONTF_FASTITEMS","features":[116]},{"name":"SHCONTF_FLATLIST","features":[116]},{"name":"SHCONTF_FOLDERS","features":[116]},{"name":"SHCONTF_INCLUDEHIDDEN","features":[116]},{"name":"SHCONTF_INCLUDESUPERHIDDEN","features":[116]},{"name":"SHCONTF_INIT_ON_FIRST_NEXT","features":[116]},{"name":"SHCONTF_NAVIGATION_ENUM","features":[116]},{"name":"SHCONTF_NETPRINTERSRCH","features":[116]},{"name":"SHCONTF_NONFOLDERS","features":[116]},{"name":"SHCONTF_SHAREABLE","features":[116]},{"name":"SHCONTF_STORAGE","features":[116]},{"name":"SHCREATEPROCESSINFOW","features":[1,5,39,116]},{"name":"SHCREATEPROCESSINFOW","features":[1,5,39,116]},{"name":"SHC_E_SHELL_COMPONENT_STARTUP_FAILURE","features":[116]},{"name":"SHChangeDWORDAsIDList","features":[116]},{"name":"SHChangeNotification_Lock","features":[1,225]},{"name":"SHChangeNotification_Unlock","features":[1,116]},{"name":"SHChangeNotify","features":[116]},{"name":"SHChangeNotifyDeregister","features":[1,116]},{"name":"SHChangeNotifyEntry","features":[1,225]},{"name":"SHChangeNotifyRegister","features":[1,225]},{"name":"SHChangeNotifyRegisterThread","features":[116]},{"name":"SHChangeProductKeyAsIDList","features":[116]},{"name":"SHChangeUpdateImageIDList","features":[116]},{"name":"SHCloneSpecialIDList","features":[1,225]},{"name":"SHCoCreateInstance","features":[116]},{"name":"SHCopyKeyA","features":[1,54,116]},{"name":"SHCopyKeyW","features":[1,54,116]},{"name":"SHCreateAssociationRegistration","features":[116]},{"name":"SHCreateDataObject","features":[225]},{"name":"SHCreateDefaultContextMenu","features":[1,54,225]},{"name":"SHCreateDefaultExtractIcon","features":[116]},{"name":"SHCreateDefaultPropertiesOp","features":[116]},{"name":"SHCreateDirectory","features":[1,116]},{"name":"SHCreateDirectoryExA","features":[1,5,116]},{"name":"SHCreateDirectoryExW","features":[1,5,116]},{"name":"SHCreateFileExtractIconW","features":[116]},{"name":"SHCreateItemFromIDList","features":[225]},{"name":"SHCreateItemFromParsingName","features":[116]},{"name":"SHCreateItemFromRelativeName","features":[116]},{"name":"SHCreateItemInKnownFolder","features":[116]},{"name":"SHCreateItemWithParent","features":[225]},{"name":"SHCreateMemStream","features":[116]},{"name":"SHCreateProcessAsUserW","features":[1,5,39,116]},{"name":"SHCreatePropSheetExtArray","features":[54,116]},{"name":"SHCreateQueryCancelAutoPlayMoniker","features":[116]},{"name":"SHCreateShellFolderView","features":[116]},{"name":"SHCreateShellFolderViewEx","features":[1,225]},{"name":"SHCreateShellItem","features":[225]},{"name":"SHCreateShellItemArray","features":[225]},{"name":"SHCreateShellItemArrayFromDataObject","features":[116]},{"name":"SHCreateShellItemArrayFromIDLists","features":[225]},{"name":"SHCreateShellItemArrayFromShellItem","features":[116]},{"name":"SHCreateShellPalette","features":[13,116]},{"name":"SHCreateStdEnumFmtEtc","features":[43,116]},{"name":"SHCreateStreamOnFileA","features":[116]},{"name":"SHCreateStreamOnFileEx","features":[1,116]},{"name":"SHCreateStreamOnFileW","features":[116]},{"name":"SHCreateThread","features":[1,39,116]},{"name":"SHCreateThreadRef","features":[116]},{"name":"SHCreateThreadWithHandle","features":[1,39,116]},{"name":"SHDESCRIPTIONID","features":[116]},{"name":"SHDID_COMPUTER_AUDIO","features":[116]},{"name":"SHDID_COMPUTER_CDROM","features":[116]},{"name":"SHDID_COMPUTER_DRIVE35","features":[116]},{"name":"SHDID_COMPUTER_DRIVE525","features":[116]},{"name":"SHDID_COMPUTER_FIXED","features":[116]},{"name":"SHDID_COMPUTER_IMAGING","features":[116]},{"name":"SHDID_COMPUTER_NETDRIVE","features":[116]},{"name":"SHDID_COMPUTER_OTHER","features":[116]},{"name":"SHDID_COMPUTER_RAMDISK","features":[116]},{"name":"SHDID_COMPUTER_REMOVABLE","features":[116]},{"name":"SHDID_COMPUTER_SHAREDDOCS","features":[116]},{"name":"SHDID_FS_DIRECTORY","features":[116]},{"name":"SHDID_FS_FILE","features":[116]},{"name":"SHDID_FS_OTHER","features":[116]},{"name":"SHDID_ID","features":[116]},{"name":"SHDID_MOBILE_DEVICE","features":[116]},{"name":"SHDID_NET_DOMAIN","features":[116]},{"name":"SHDID_NET_OTHER","features":[116]},{"name":"SHDID_NET_RESTOFNET","features":[116]},{"name":"SHDID_NET_SERVER","features":[116]},{"name":"SHDID_NET_SHARE","features":[116]},{"name":"SHDID_REMOTE_DESKTOP_DRIVE","features":[116]},{"name":"SHDID_ROOT_REGITEM","features":[116]},{"name":"SHDRAGIMAGE","features":[1,13,116]},{"name":"SHDefExtractIconA","features":[116,55]},{"name":"SHDefExtractIconW","features":[116,55]},{"name":"SHDeleteEmptyKeyA","features":[1,54,116]},{"name":"SHDeleteEmptyKeyW","features":[1,54,116]},{"name":"SHDeleteKeyA","features":[1,54,116]},{"name":"SHDeleteKeyW","features":[1,54,116]},{"name":"SHDeleteValueA","features":[1,54,116]},{"name":"SHDeleteValueW","features":[1,54,116]},{"name":"SHDestroyPropSheetExtArray","features":[116]},{"name":"SHDoDragDrop","features":[1,163,116]},{"name":"SHELLBROWSERSHOWCONTROL","features":[116]},{"name":"SHELLEXECUTEINFOA","features":[1,54,116]},{"name":"SHELLEXECUTEINFOA","features":[1,54,116]},{"name":"SHELLEXECUTEINFOW","features":[1,54,116]},{"name":"SHELLEXECUTEINFOW","features":[1,54,116]},{"name":"SHELLFLAGSTATE","features":[116]},{"name":"SHELLSTATEA","features":[116]},{"name":"SHELLSTATEVERSION_IE4","features":[116]},{"name":"SHELLSTATEVERSION_WIN2K","features":[116]},{"name":"SHELLSTATEW","features":[116]},{"name":"SHELL_AUTOCOMPLETE_FLAGS","features":[116]},{"name":"SHELL_E_WRONG_BITDEPTH","features":[116]},{"name":"SHELL_ITEM_RESOURCE","features":[116]},{"name":"SHELL_LINK_DATA_FLAGS","features":[116]},{"name":"SHELL_UI_COMPONENT","features":[116]},{"name":"SHELL_UI_COMPONENT_DESKBAND","features":[116]},{"name":"SHELL_UI_COMPONENT_NOTIFICATIONAREA","features":[116]},{"name":"SHELL_UI_COMPONENT_TASKBARS","features":[116]},{"name":"SHERB_NOCONFIRMATION","features":[116]},{"name":"SHERB_NOPROGRESSUI","features":[116]},{"name":"SHERB_NOSOUND","features":[116]},{"name":"SHEmptyRecycleBinA","features":[1,116]},{"name":"SHEmptyRecycleBinW","features":[1,116]},{"name":"SHEnumKeyExA","features":[1,54,116]},{"name":"SHEnumKeyExW","features":[1,54,116]},{"name":"SHEnumValueA","features":[1,54,116]},{"name":"SHEnumValueW","features":[1,54,116]},{"name":"SHEnumerateUnreadMailAccountsW","features":[54,116]},{"name":"SHEvaluateSystemCommandTemplate","features":[116]},{"name":"SHFILEINFOA","features":[116,55]},{"name":"SHFILEINFOA","features":[116,55]},{"name":"SHFILEINFOW","features":[116,55]},{"name":"SHFILEINFOW","features":[116,55]},{"name":"SHFILEOPSTRUCTA","features":[1,116]},{"name":"SHFILEOPSTRUCTA","features":[1,116]},{"name":"SHFILEOPSTRUCTW","features":[1,116]},{"name":"SHFILEOPSTRUCTW","features":[1,116]},{"name":"SHFMT_CANCEL","features":[116]},{"name":"SHFMT_ERROR","features":[116]},{"name":"SHFMT_ID","features":[116]},{"name":"SHFMT_ID_DEFAULT","features":[116]},{"name":"SHFMT_NOFORMAT","features":[116]},{"name":"SHFMT_OPT","features":[116]},{"name":"SHFMT_OPT_FULL","features":[116]},{"name":"SHFMT_OPT_NONE","features":[116]},{"name":"SHFMT_OPT_SYSONLY","features":[116]},{"name":"SHFMT_RET","features":[116]},{"name":"SHFOLDERCUSTOMSETTINGS","features":[116]},{"name":"SHFileOperationA","features":[1,116]},{"name":"SHFileOperationW","features":[1,116]},{"name":"SHFindFiles","features":[1,225]},{"name":"SHFind_InitMenuPopup","features":[1,116,55]},{"name":"SHFlushSFCache","features":[116]},{"name":"SHFormatDateTimeA","features":[1,116]},{"name":"SHFormatDateTimeW","features":[1,116]},{"name":"SHFormatDrive","features":[1,116]},{"name":"SHFree","features":[116]},{"name":"SHFreeNameMappings","features":[1,116]},{"name":"SHFreeShared","features":[1,116]},{"name":"SHGDFIL_DESCRIPTIONID","features":[116]},{"name":"SHGDFIL_FINDDATA","features":[116]},{"name":"SHGDFIL_FORMAT","features":[116]},{"name":"SHGDFIL_NETRESOURCE","features":[116]},{"name":"SHGDNF","features":[116]},{"name":"SHGDN_FORADDRESSBAR","features":[116]},{"name":"SHGDN_FOREDITING","features":[116]},{"name":"SHGDN_FORPARSING","features":[116]},{"name":"SHGDN_INFOLDER","features":[116]},{"name":"SHGDN_NORMAL","features":[116]},{"name":"SHGFI_ADDOVERLAYS","features":[116]},{"name":"SHGFI_ATTRIBUTES","features":[116]},{"name":"SHGFI_ATTR_SPECIFIED","features":[116]},{"name":"SHGFI_DISPLAYNAME","features":[116]},{"name":"SHGFI_EXETYPE","features":[116]},{"name":"SHGFI_FLAGS","features":[116]},{"name":"SHGFI_ICON","features":[116]},{"name":"SHGFI_ICONLOCATION","features":[116]},{"name":"SHGFI_LARGEICON","features":[116]},{"name":"SHGFI_LINKOVERLAY","features":[116]},{"name":"SHGFI_OPENICON","features":[116]},{"name":"SHGFI_OVERLAYINDEX","features":[116]},{"name":"SHGFI_PIDL","features":[116]},{"name":"SHGFI_SELECTED","features":[116]},{"name":"SHGFI_SHELLICONSIZE","features":[116]},{"name":"SHGFI_SMALLICON","features":[116]},{"name":"SHGFI_SYSICONINDEX","features":[116]},{"name":"SHGFI_TYPENAME","features":[116]},{"name":"SHGFI_USEFILEATTRIBUTES","features":[116]},{"name":"SHGFP_TYPE","features":[116]},{"name":"SHGFP_TYPE_CURRENT","features":[116]},{"name":"SHGFP_TYPE_DEFAULT","features":[116]},{"name":"SHGLOBALCOUNTER","features":[116]},{"name":"SHGNLI_NOLNK","features":[116]},{"name":"SHGNLI_NOLOCNAME","features":[116]},{"name":"SHGNLI_NOUNIQUE","features":[116]},{"name":"SHGNLI_PIDL","features":[116]},{"name":"SHGNLI_PREFIXNAME","features":[116]},{"name":"SHGNLI_USEURLEXT","features":[116]},{"name":"SHGSI_FLAGS","features":[116]},{"name":"SHGSI_ICON","features":[116]},{"name":"SHGSI_ICONLOCATION","features":[116]},{"name":"SHGSI_LARGEICON","features":[116]},{"name":"SHGSI_LINKOVERLAY","features":[116]},{"name":"SHGSI_SELECTED","features":[116]},{"name":"SHGSI_SHELLICONSIZE","features":[116]},{"name":"SHGSI_SMALLICON","features":[116]},{"name":"SHGSI_SYSICONINDEX","features":[116]},{"name":"SHGVSPB_ALLFOLDERS","features":[116]},{"name":"SHGVSPB_ALLUSERS","features":[116]},{"name":"SHGVSPB_INHERIT","features":[116]},{"name":"SHGVSPB_NOAUTODEFAULTS","features":[116]},{"name":"SHGVSPB_PERFOLDER","features":[116]},{"name":"SHGVSPB_PERUSER","features":[116]},{"name":"SHGVSPB_ROAM","features":[116]},{"name":"SHGetAttributesFromDataObject","features":[116]},{"name":"SHGetDataFromIDListA","features":[225]},{"name":"SHGetDataFromIDListW","features":[225]},{"name":"SHGetDesktopFolder","features":[116]},{"name":"SHGetDiskFreeSpaceExA","features":[1,116]},{"name":"SHGetDiskFreeSpaceExW","features":[1,116]},{"name":"SHGetDriveMedia","features":[116]},{"name":"SHGetFileInfoA","features":[22,116,55]},{"name":"SHGetFileInfoW","features":[22,116,55]},{"name":"SHGetFolderLocation","features":[1,225]},{"name":"SHGetFolderPathA","features":[1,116]},{"name":"SHGetFolderPathAndSubDirA","features":[1,116]},{"name":"SHGetFolderPathAndSubDirW","features":[1,116]},{"name":"SHGetFolderPathW","features":[1,116]},{"name":"SHGetIDListFromObject","features":[225]},{"name":"SHGetIconOverlayIndexA","features":[116]},{"name":"SHGetIconOverlayIndexW","features":[116]},{"name":"SHGetImageList","features":[116]},{"name":"SHGetInstanceExplorer","features":[116]},{"name":"SHGetInverseCMAP","features":[116]},{"name":"SHGetItemFromDataObject","features":[116]},{"name":"SHGetItemFromObject","features":[116]},{"name":"SHGetKnownFolderIDList","features":[1,225]},{"name":"SHGetKnownFolderItem","features":[1,116]},{"name":"SHGetKnownFolderPath","features":[1,116]},{"name":"SHGetLocalizedName","features":[116]},{"name":"SHGetMalloc","features":[116]},{"name":"SHGetNameFromIDList","features":[225]},{"name":"SHGetNewLinkInfoA","features":[1,116]},{"name":"SHGetNewLinkInfoW","features":[1,116]},{"name":"SHGetPathFromIDListA","features":[1,225]},{"name":"SHGetPathFromIDListEx","features":[1,225]},{"name":"SHGetPathFromIDListW","features":[1,225]},{"name":"SHGetRealIDL","features":[225]},{"name":"SHGetSetFolderCustomSettings","features":[116]},{"name":"SHGetSetSettings","features":[1,116]},{"name":"SHGetSettings","features":[116]},{"name":"SHGetSpecialFolderLocation","features":[1,225]},{"name":"SHGetSpecialFolderPathA","features":[1,116]},{"name":"SHGetSpecialFolderPathW","features":[1,116]},{"name":"SHGetStockIconInfo","features":[116,55]},{"name":"SHGetTemporaryPropertyForItem","features":[1,70,44,116]},{"name":"SHGetThreadRef","features":[116]},{"name":"SHGetUnreadMailCountW","features":[1,54,116]},{"name":"SHGetValueA","features":[1,54,116]},{"name":"SHGetValueW","features":[1,54,116]},{"name":"SHGetViewStatePropertyBag","features":[225]},{"name":"SHGlobalCounterDecrement","features":[116]},{"name":"SHGlobalCounterGetValue","features":[116]},{"name":"SHGlobalCounterIncrement","features":[116]},{"name":"SHHLNF_NOAUTOSELECT","features":[116]},{"name":"SHHLNF_WRITENOHISTORY","features":[116]},{"name":"SHHandleUpdateImage","features":[225]},{"name":"SHILCreateFromPath","features":[225]},{"name":"SHIL_EXTRALARGE","features":[116]},{"name":"SHIL_JUMBO","features":[116]},{"name":"SHIL_LARGE","features":[116]},{"name":"SHIL_LAST","features":[116]},{"name":"SHIL_SMALL","features":[116]},{"name":"SHIL_SYSSMALL","features":[116]},{"name":"SHIMGDEC_DEFAULT","features":[116]},{"name":"SHIMGDEC_LOADFULL","features":[116]},{"name":"SHIMGDEC_THUMBNAIL","features":[116]},{"name":"SHIMGKEY_QUALITY","features":[116]},{"name":"SHIMGKEY_RAWFORMAT","features":[116]},{"name":"SHIMSTCAPFLAG_LOCKABLE","features":[116]},{"name":"SHIMSTCAPFLAG_PURGEABLE","features":[116]},{"name":"SHInvokePrinterCommandA","features":[1,116]},{"name":"SHInvokePrinterCommandW","features":[1,116]},{"name":"SHIsFileAvailableOffline","features":[116]},{"name":"SHIsLowMemoryMachine","features":[1,116]},{"name":"SHLimitInputEdit","features":[1,116]},{"name":"SHLoadInProc","features":[116]},{"name":"SHLoadIndirectString","features":[116]},{"name":"SHLoadNonloadedIconOverlayIdentifiers","features":[116]},{"name":"SHLockShared","features":[1,116]},{"name":"SHMapPIDLToSystemImageListIndex","features":[225]},{"name":"SHMessageBoxCheckA","features":[1,116]},{"name":"SHMessageBoxCheckW","features":[1,116]},{"name":"SHMultiFileProperties","features":[116]},{"name":"SHNAMEMAPPINGA","features":[116]},{"name":"SHNAMEMAPPINGA","features":[116]},{"name":"SHNAMEMAPPINGW","features":[116]},{"name":"SHNAMEMAPPINGW","features":[116]},{"name":"SHOP_FILEPATH","features":[116]},{"name":"SHOP_PRINTERNAME","features":[116]},{"name":"SHOP_TYPE","features":[116]},{"name":"SHOP_VOLUMEGUID","features":[116]},{"name":"SHObjectProperties","features":[1,116]},{"name":"SHOpenFolderAndSelectItems","features":[225]},{"name":"SHOpenPropSheetW","features":[1,54,116]},{"name":"SHOpenRegStream2A","features":[54,116]},{"name":"SHOpenRegStream2W","features":[54,116]},{"name":"SHOpenRegStreamA","features":[54,116]},{"name":"SHOpenRegStreamW","features":[54,116]},{"name":"SHOpenWithDialog","features":[1,116]},{"name":"SHPPFW_ASKDIRCREATE","features":[116]},{"name":"SHPPFW_DIRCREATE","features":[116]},{"name":"SHPPFW_IGNOREFILENAME","features":[116]},{"name":"SHPPFW_MEDIACHECKONLY","features":[116]},{"name":"SHPPFW_NONE","features":[116]},{"name":"SHPPFW_NOWRITECHECK","features":[116]},{"name":"SHPWHF_ANYLOCATION","features":[116]},{"name":"SHPWHF_NOFILESELECTOR","features":[116]},{"name":"SHPWHF_NONETPLACECREATE","features":[116]},{"name":"SHPWHF_NORECOMPRESS","features":[116]},{"name":"SHPWHF_USEMRU","features":[116]},{"name":"SHPWHF_VALIDATEVIAWEBFOLDERS","features":[116]},{"name":"SHParseDisplayName","features":[225]},{"name":"SHPathPrepareForWriteA","features":[1,116]},{"name":"SHPathPrepareForWriteW","features":[1,116]},{"name":"SHQUERYRBINFO","features":[116]},{"name":"SHQUERYRBINFO","features":[116]},{"name":"SHQueryInfoKeyA","features":[1,54,116]},{"name":"SHQueryInfoKeyW","features":[1,54,116]},{"name":"SHQueryRecycleBinA","features":[116]},{"name":"SHQueryRecycleBinW","features":[116]},{"name":"SHQueryUserNotificationState","features":[116]},{"name":"SHQueryValueExA","features":[1,54,116]},{"name":"SHQueryValueExW","features":[1,54,116]},{"name":"SHREGDEL_BOTH","features":[116]},{"name":"SHREGDEL_DEFAULT","features":[116]},{"name":"SHREGDEL_FLAGS","features":[116]},{"name":"SHREGDEL_HKCU","features":[116]},{"name":"SHREGDEL_HKLM","features":[116]},{"name":"SHREGENUM_BOTH","features":[116]},{"name":"SHREGENUM_DEFAULT","features":[116]},{"name":"SHREGENUM_FLAGS","features":[116]},{"name":"SHREGENUM_HKCU","features":[116]},{"name":"SHREGENUM_HKLM","features":[116]},{"name":"SHREGSET_FORCE_HKCU","features":[116]},{"name":"SHREGSET_FORCE_HKLM","features":[116]},{"name":"SHREGSET_HKCU","features":[116]},{"name":"SHREGSET_HKLM","features":[116]},{"name":"SHRegCloseUSKey","features":[1,116]},{"name":"SHRegCreateUSKeyA","features":[1,116]},{"name":"SHRegCreateUSKeyW","features":[1,116]},{"name":"SHRegDeleteEmptyUSKeyA","features":[1,116]},{"name":"SHRegDeleteEmptyUSKeyW","features":[1,116]},{"name":"SHRegDeleteUSValueA","features":[1,116]},{"name":"SHRegDeleteUSValueW","features":[1,116]},{"name":"SHRegDuplicateHKey","features":[54,116]},{"name":"SHRegEnumUSKeyA","features":[1,116]},{"name":"SHRegEnumUSKeyW","features":[1,116]},{"name":"SHRegEnumUSValueA","features":[1,116]},{"name":"SHRegEnumUSValueW","features":[1,116]},{"name":"SHRegGetBoolUSValueA","features":[1,116]},{"name":"SHRegGetBoolUSValueW","features":[1,116]},{"name":"SHRegGetIntW","features":[54,116]},{"name":"SHRegGetPathA","features":[1,54,116]},{"name":"SHRegGetPathW","features":[1,54,116]},{"name":"SHRegGetUSValueA","features":[1,116]},{"name":"SHRegGetUSValueW","features":[1,116]},{"name":"SHRegGetValueA","features":[1,54,116]},{"name":"SHRegGetValueFromHKCUHKLM","features":[1,116]},{"name":"SHRegGetValueW","features":[1,54,116]},{"name":"SHRegOpenUSKeyA","features":[1,116]},{"name":"SHRegOpenUSKeyW","features":[1,116]},{"name":"SHRegQueryInfoUSKeyA","features":[1,116]},{"name":"SHRegQueryInfoUSKeyW","features":[1,116]},{"name":"SHRegQueryUSValueA","features":[1,116]},{"name":"SHRegQueryUSValueW","features":[1,116]},{"name":"SHRegSetPathA","features":[1,54,116]},{"name":"SHRegSetPathW","features":[1,54,116]},{"name":"SHRegSetUSValueA","features":[1,116]},{"name":"SHRegSetUSValueW","features":[1,116]},{"name":"SHRegWriteUSValueA","features":[1,116]},{"name":"SHRegWriteUSValueW","features":[1,116]},{"name":"SHReleaseThreadRef","features":[116]},{"name":"SHRemoveLocalizedName","features":[116]},{"name":"SHReplaceFromPropSheetExtArray","features":[1,42,116]},{"name":"SHResolveLibrary","features":[116]},{"name":"SHRestricted","features":[116]},{"name":"SHSTOCKICONID","features":[116]},{"name":"SHSTOCKICONINFO","features":[116,55]},{"name":"SHSTOCKICONINFO","features":[116,55]},{"name":"SHSendMessageBroadcastA","features":[1,116]},{"name":"SHSendMessageBroadcastW","features":[1,116]},{"name":"SHSetDefaultProperties","features":[1,116]},{"name":"SHSetFolderPathA","features":[1,116]},{"name":"SHSetFolderPathW","features":[1,116]},{"name":"SHSetInstanceExplorer","features":[116]},{"name":"SHSetKnownFolderPath","features":[1,116]},{"name":"SHSetLocalizedName","features":[116]},{"name":"SHSetTemporaryPropertyForItem","features":[1,70,44,116]},{"name":"SHSetThreadRef","features":[116]},{"name":"SHSetUnreadMailCountW","features":[116]},{"name":"SHSetValueA","features":[54,116]},{"name":"SHSetValueW","features":[54,116]},{"name":"SHShellFolderView_Message","features":[1,116]},{"name":"SHShowManageLibraryUI","features":[1,116]},{"name":"SHSimpleIDListFromPath","features":[225]},{"name":"SHSkipJunction","features":[1,116]},{"name":"SHStartNetConnectionDialogW","features":[1,116]},{"name":"SHStrDupA","features":[116]},{"name":"SHStrDupW","features":[116]},{"name":"SHStripMneumonicA","features":[116]},{"name":"SHStripMneumonicW","features":[116]},{"name":"SHTestTokenMembership","features":[1,116]},{"name":"SHUnicodeToAnsi","features":[116]},{"name":"SHUnicodeToUnicode","features":[116]},{"name":"SHUnlockShared","features":[1,116]},{"name":"SHUpdateImageA","features":[116]},{"name":"SHUpdateImageW","features":[116]},{"name":"SHValidateUNC","features":[1,116]},{"name":"SIATTRIBFLAGS","features":[116]},{"name":"SIATTRIBFLAGS_ALLITEMS","features":[116]},{"name":"SIATTRIBFLAGS_AND","features":[116]},{"name":"SIATTRIBFLAGS_APPCOMPAT","features":[116]},{"name":"SIATTRIBFLAGS_MASK","features":[116]},{"name":"SIATTRIBFLAGS_OR","features":[116]},{"name":"SICHINT_ALLFIELDS","features":[116]},{"name":"SICHINT_CANONICAL","features":[116]},{"name":"SICHINT_DISPLAY","features":[116]},{"name":"SICHINT_TEST_FILESYSPATH_IF_NOT_EQUAL","features":[116]},{"name":"SID_CommandsPropertyBag","features":[116]},{"name":"SID_CtxQueryAssociations","features":[116]},{"name":"SID_DefView","features":[116]},{"name":"SID_LaunchSourceAppUserModelId","features":[116]},{"name":"SID_LaunchSourceViewSizePreference","features":[116]},{"name":"SID_LaunchTargetViewSizePreference","features":[116]},{"name":"SID_MenuShellFolder","features":[116]},{"name":"SID_SCommDlgBrowser","features":[116]},{"name":"SID_SCommandBarState","features":[116]},{"name":"SID_SGetViewFromViewDual","features":[116]},{"name":"SID_SInPlaceBrowser","features":[116]},{"name":"SID_SMenuBandBKContextMenu","features":[116]},{"name":"SID_SMenuBandBottom","features":[116]},{"name":"SID_SMenuBandBottomSelected","features":[116]},{"name":"SID_SMenuBandChild","features":[116]},{"name":"SID_SMenuBandContextMenuModifier","features":[116]},{"name":"SID_SMenuBandParent","features":[116]},{"name":"SID_SMenuBandTop","features":[116]},{"name":"SID_SMenuPopup","features":[116]},{"name":"SID_SSearchBoxInfo","features":[116]},{"name":"SID_STopLevelBrowser","features":[116]},{"name":"SID_STopWindow","features":[116]},{"name":"SID_ShellExecuteNamedPropertyStore","features":[116]},{"name":"SID_URLExecutionContext","features":[116]},{"name":"SIGDN","features":[116]},{"name":"SIGDN_DESKTOPABSOLUTEEDITING","features":[116]},{"name":"SIGDN_DESKTOPABSOLUTEPARSING","features":[116]},{"name":"SIGDN_FILESYSPATH","features":[116]},{"name":"SIGDN_NORMALDISPLAY","features":[116]},{"name":"SIGDN_PARENTRELATIVE","features":[116]},{"name":"SIGDN_PARENTRELATIVEEDITING","features":[116]},{"name":"SIGDN_PARENTRELATIVEFORADDRESSBAR","features":[116]},{"name":"SIGDN_PARENTRELATIVEFORUI","features":[116]},{"name":"SIGDN_PARENTRELATIVEPARSING","features":[116]},{"name":"SIGDN_URL","features":[116]},{"name":"SIID_APPLICATION","features":[116]},{"name":"SIID_AUDIOFILES","features":[116]},{"name":"SIID_AUTOLIST","features":[116]},{"name":"SIID_CLUSTEREDDRIVE","features":[116]},{"name":"SIID_DELETE","features":[116]},{"name":"SIID_DESKTOPPC","features":[116]},{"name":"SIID_DEVICEAUDIOPLAYER","features":[116]},{"name":"SIID_DEVICECAMERA","features":[116]},{"name":"SIID_DEVICECELLPHONE","features":[116]},{"name":"SIID_DEVICEVIDEOCAMERA","features":[116]},{"name":"SIID_DOCASSOC","features":[116]},{"name":"SIID_DOCNOASSOC","features":[116]},{"name":"SIID_DRIVE35","features":[116]},{"name":"SIID_DRIVE525","features":[116]},{"name":"SIID_DRIVEBD","features":[116]},{"name":"SIID_DRIVECD","features":[116]},{"name":"SIID_DRIVEDVD","features":[116]},{"name":"SIID_DRIVEFIXED","features":[116]},{"name":"SIID_DRIVEHDDVD","features":[116]},{"name":"SIID_DRIVENET","features":[116]},{"name":"SIID_DRIVENETDISABLED","features":[116]},{"name":"SIID_DRIVERAM","features":[116]},{"name":"SIID_DRIVEREMOVE","features":[116]},{"name":"SIID_DRIVEUNKNOWN","features":[116]},{"name":"SIID_ERROR","features":[116]},{"name":"SIID_FIND","features":[116]},{"name":"SIID_FOLDER","features":[116]},{"name":"SIID_FOLDERBACK","features":[116]},{"name":"SIID_FOLDERFRONT","features":[116]},{"name":"SIID_FOLDEROPEN","features":[116]},{"name":"SIID_HELP","features":[116]},{"name":"SIID_IMAGEFILES","features":[116]},{"name":"SIID_INFO","features":[116]},{"name":"SIID_INTERNET","features":[116]},{"name":"SIID_KEY","features":[116]},{"name":"SIID_LINK","features":[116]},{"name":"SIID_LOCK","features":[116]},{"name":"SIID_MAX_ICONS","features":[116]},{"name":"SIID_MEDIAAUDIODVD","features":[116]},{"name":"SIID_MEDIABDR","features":[116]},{"name":"SIID_MEDIABDRE","features":[116]},{"name":"SIID_MEDIABDROM","features":[116]},{"name":"SIID_MEDIABLANKCD","features":[116]},{"name":"SIID_MEDIABLURAY","features":[116]},{"name":"SIID_MEDIACDAUDIO","features":[116]},{"name":"SIID_MEDIACDAUDIOPLUS","features":[116]},{"name":"SIID_MEDIACDBURN","features":[116]},{"name":"SIID_MEDIACDR","features":[116]},{"name":"SIID_MEDIACDROM","features":[116]},{"name":"SIID_MEDIACDRW","features":[116]},{"name":"SIID_MEDIACOMPACTFLASH","features":[116]},{"name":"SIID_MEDIADVD","features":[116]},{"name":"SIID_MEDIADVDPLUSR","features":[116]},{"name":"SIID_MEDIADVDPLUSRW","features":[116]},{"name":"SIID_MEDIADVDR","features":[116]},{"name":"SIID_MEDIADVDRAM","features":[116]},{"name":"SIID_MEDIADVDROM","features":[116]},{"name":"SIID_MEDIADVDRW","features":[116]},{"name":"SIID_MEDIAENHANCEDCD","features":[116]},{"name":"SIID_MEDIAENHANCEDDVD","features":[116]},{"name":"SIID_MEDIAHDDVD","features":[116]},{"name":"SIID_MEDIAHDDVDR","features":[116]},{"name":"SIID_MEDIAHDDVDRAM","features":[116]},{"name":"SIID_MEDIAHDDVDROM","features":[116]},{"name":"SIID_MEDIAMOVIEDVD","features":[116]},{"name":"SIID_MEDIASMARTMEDIA","features":[116]},{"name":"SIID_MEDIASVCD","features":[116]},{"name":"SIID_MEDIAVCD","features":[116]},{"name":"SIID_MIXEDFILES","features":[116]},{"name":"SIID_MOBILEPC","features":[116]},{"name":"SIID_MYNETWORK","features":[116]},{"name":"SIID_NETWORKCONNECT","features":[116]},{"name":"SIID_PRINTER","features":[116]},{"name":"SIID_PRINTERFAX","features":[116]},{"name":"SIID_PRINTERFAXNET","features":[116]},{"name":"SIID_PRINTERFILE","features":[116]},{"name":"SIID_PRINTERNET","features":[116]},{"name":"SIID_RECYCLER","features":[116]},{"name":"SIID_RECYCLERFULL","features":[116]},{"name":"SIID_RENAME","features":[116]},{"name":"SIID_SERVER","features":[116]},{"name":"SIID_SERVERSHARE","features":[116]},{"name":"SIID_SETTINGS","features":[116]},{"name":"SIID_SHARE","features":[116]},{"name":"SIID_SHIELD","features":[116]},{"name":"SIID_SLOWFILE","features":[116]},{"name":"SIID_SOFTWARE","features":[116]},{"name":"SIID_STACK","features":[116]},{"name":"SIID_STUFFEDFOLDER","features":[116]},{"name":"SIID_USERS","features":[116]},{"name":"SIID_VIDEOFILES","features":[116]},{"name":"SIID_WARNING","features":[116]},{"name":"SIID_WORLD","features":[116]},{"name":"SIID_ZIPFILE","features":[116]},{"name":"SIIGBF","features":[116]},{"name":"SIIGBF_BIGGERSIZEOK","features":[116]},{"name":"SIIGBF_CROPTOSQUARE","features":[116]},{"name":"SIIGBF_ICONBACKGROUND","features":[116]},{"name":"SIIGBF_ICONONLY","features":[116]},{"name":"SIIGBF_INCACHEONLY","features":[116]},{"name":"SIIGBF_MEMORYONLY","features":[116]},{"name":"SIIGBF_RESIZETOFIT","features":[116]},{"name":"SIIGBF_SCALEUP","features":[116]},{"name":"SIIGBF_THUMBNAILONLY","features":[116]},{"name":"SIIGBF_WIDETHUMBNAILS","features":[116]},{"name":"SIOM_ICONINDEX","features":[116]},{"name":"SIOM_OVERLAYINDEX","features":[116]},{"name":"SIOM_RESERVED_DEFAULT","features":[116]},{"name":"SIOM_RESERVED_LINK","features":[116]},{"name":"SIOM_RESERVED_SHARED","features":[116]},{"name":"SIOM_RESERVED_SLOWFILE","features":[116]},{"name":"SLDF_ALLOW_LINK_TO_LINK","features":[116]},{"name":"SLDF_DEFAULT","features":[116]},{"name":"SLDF_DISABLE_KNOWNFOLDER_RELATIVE_TRACKING","features":[116]},{"name":"SLDF_DISABLE_LINK_PATH_TRACKING","features":[116]},{"name":"SLDF_ENABLE_TARGET_METADATA","features":[116]},{"name":"SLDF_FORCE_NO_LINKINFO","features":[116]},{"name":"SLDF_FORCE_NO_LINKTRACK","features":[116]},{"name":"SLDF_FORCE_UNCNAME","features":[116]},{"name":"SLDF_HAS_ARGS","features":[116]},{"name":"SLDF_HAS_DARWINID","features":[116]},{"name":"SLDF_HAS_EXP_ICON_SZ","features":[116]},{"name":"SLDF_HAS_EXP_SZ","features":[116]},{"name":"SLDF_HAS_ICONLOCATION","features":[116]},{"name":"SLDF_HAS_ID_LIST","features":[116]},{"name":"SLDF_HAS_LINK_INFO","features":[116]},{"name":"SLDF_HAS_NAME","features":[116]},{"name":"SLDF_HAS_RELPATH","features":[116]},{"name":"SLDF_HAS_WORKINGDIR","features":[116]},{"name":"SLDF_KEEP_LOCAL_IDLIST_FOR_UNC_TARGET","features":[116]},{"name":"SLDF_NO_KF_ALIAS","features":[116]},{"name":"SLDF_NO_PIDL_ALIAS","features":[116]},{"name":"SLDF_PERSIST_VOLUME_ID_RELATIVE","features":[116]},{"name":"SLDF_PREFER_ENVIRONMENT_PATH","features":[116]},{"name":"SLDF_RESERVED","features":[116]},{"name":"SLDF_RUNAS_USER","features":[116]},{"name":"SLDF_RUN_IN_SEPARATE","features":[116]},{"name":"SLDF_RUN_WITH_SHIMLAYER","features":[116]},{"name":"SLDF_UNALIAS_ON_SAVE","features":[116]},{"name":"SLDF_UNICODE","features":[116]},{"name":"SLDF_VALID","features":[116]},{"name":"SLGP_FLAGS","features":[116]},{"name":"SLGP_RAWPATH","features":[116]},{"name":"SLGP_RELATIVEPRIORITY","features":[116]},{"name":"SLGP_SHORTPATH","features":[116]},{"name":"SLGP_UNCPRIORITY","features":[116]},{"name":"SLOWAPPINFO","features":[1,116]},{"name":"SLR_ANY_MATCH","features":[116]},{"name":"SLR_FLAGS","features":[116]},{"name":"SLR_INVOKE_MSI","features":[116]},{"name":"SLR_KNOWNFOLDER","features":[116]},{"name":"SLR_MACHINE_IN_LOCAL_TARGET","features":[116]},{"name":"SLR_NOLINKINFO","features":[116]},{"name":"SLR_NONE","features":[116]},{"name":"SLR_NOSEARCH","features":[116]},{"name":"SLR_NOTRACK","features":[116]},{"name":"SLR_NOUPDATE","features":[116]},{"name":"SLR_NO_OBJECT_ID","features":[116]},{"name":"SLR_NO_UI","features":[116]},{"name":"SLR_NO_UI_WITH_MSG_PUMP","features":[116]},{"name":"SLR_OFFER_DELETE_WITHOUT_FILE","features":[116]},{"name":"SLR_UPDATE","features":[116]},{"name":"SLR_UPDATE_MACHINE_AND_SID","features":[116]},{"name":"SMAE_CONTRACTED","features":[116]},{"name":"SMAE_EXPANDED","features":[116]},{"name":"SMAE_USER","features":[116]},{"name":"SMAE_VALID","features":[116]},{"name":"SMCSHCHANGENOTIFYSTRUCT","features":[225]},{"name":"SMC_AUTOEXPANDCHANGE","features":[116]},{"name":"SMC_CHEVRONEXPAND","features":[116]},{"name":"SMC_CHEVRONGETTIP","features":[116]},{"name":"SMC_CREATE","features":[116]},{"name":"SMC_DEFAULTICON","features":[116]},{"name":"SMC_DEMOTE","features":[116]},{"name":"SMC_DISPLAYCHEVRONTIP","features":[116]},{"name":"SMC_EXITMENU","features":[116]},{"name":"SMC_GETAUTOEXPANDSTATE","features":[116]},{"name":"SMC_GETBKCONTEXTMENU","features":[116]},{"name":"SMC_GETCONTEXTMENUMODIFIER","features":[116]},{"name":"SMC_GETINFO","features":[116]},{"name":"SMC_GETOBJECT","features":[116]},{"name":"SMC_GETSFINFO","features":[116]},{"name":"SMC_GETSFOBJECT","features":[116]},{"name":"SMC_INITMENU","features":[116]},{"name":"SMC_NEWITEM","features":[116]},{"name":"SMC_OPEN","features":[116]},{"name":"SMC_PROMOTE","features":[116]},{"name":"SMC_REFRESH","features":[116]},{"name":"SMC_SETSFOBJECT","features":[116]},{"name":"SMC_SFDDRESTRICTED","features":[116]},{"name":"SMC_SFEXEC","features":[116]},{"name":"SMC_SFEXEC_MIDDLE","features":[116]},{"name":"SMC_SFSELECTITEM","features":[116]},{"name":"SMC_SHCHANGENOTIFY","features":[116]},{"name":"SMDATA","features":[1,225,55]},{"name":"SMDM_HMENU","features":[116]},{"name":"SMDM_SHELLFOLDER","features":[116]},{"name":"SMDM_TOOLBAR","features":[116]},{"name":"SMIF_ACCELERATOR","features":[116]},{"name":"SMIF_ALTSTATE","features":[116]},{"name":"SMIF_CHECKED","features":[116]},{"name":"SMIF_DEMOTED","features":[116]},{"name":"SMIF_DISABLED","features":[116]},{"name":"SMIF_DRAGNDROP","features":[116]},{"name":"SMIF_DROPCASCADE","features":[116]},{"name":"SMIF_DROPTARGET","features":[116]},{"name":"SMIF_HIDDEN","features":[116]},{"name":"SMIF_ICON","features":[116]},{"name":"SMIF_NEW","features":[116]},{"name":"SMIF_SUBMENU","features":[116]},{"name":"SMIF_TRACKPOPUP","features":[116]},{"name":"SMIM_FLAGS","features":[116]},{"name":"SMIM_ICON","features":[116]},{"name":"SMIM_TYPE","features":[116]},{"name":"SMINFO","features":[116]},{"name":"SMINFOFLAGS","features":[116]},{"name":"SMINFOMASK","features":[116]},{"name":"SMINFOTYPE","features":[116]},{"name":"SMINIT_AUTOEXPAND","features":[116]},{"name":"SMINIT_AUTOTOOLTIP","features":[116]},{"name":"SMINIT_CACHED","features":[116]},{"name":"SMINIT_DEFAULT","features":[116]},{"name":"SMINIT_DROPONCONTAINER","features":[116]},{"name":"SMINIT_HORIZONTAL","features":[116]},{"name":"SMINIT_RESTRICT_DRAGDROP","features":[116]},{"name":"SMINIT_TOPLEVEL","features":[116]},{"name":"SMINIT_VERTICAL","features":[116]},{"name":"SMINV_ID","features":[116]},{"name":"SMINV_REFRESH","features":[116]},{"name":"SMIT_SEPARATOR","features":[116]},{"name":"SMIT_STRING","features":[116]},{"name":"SMSET_BOTTOM","features":[116]},{"name":"SMSET_DONTOWN","features":[116]},{"name":"SMSET_TOP","features":[116]},{"name":"SORTCOLUMN","features":[1,116]},{"name":"SORTDIRECTION","features":[116]},{"name":"SORT_ASCENDING","features":[116]},{"name":"SORT_DESCENDING","features":[116]},{"name":"SORT_ORDER_TYPE","features":[116]},{"name":"SOT_DEFAULT","features":[116]},{"name":"SOT_IGNORE_FOLDERNESS","features":[116]},{"name":"SPACTION","features":[116]},{"name":"SPACTION_APPLYINGATTRIBS","features":[116]},{"name":"SPACTION_CALCULATING","features":[116]},{"name":"SPACTION_COPYING","features":[116]},{"name":"SPACTION_COPY_MOVING","features":[116]},{"name":"SPACTION_DELETING","features":[116]},{"name":"SPACTION_DOWNLOADING","features":[116]},{"name":"SPACTION_FORMATTING","features":[116]},{"name":"SPACTION_MOVING","features":[116]},{"name":"SPACTION_NONE","features":[116]},{"name":"SPACTION_RECYCLING","features":[116]},{"name":"SPACTION_RENAMING","features":[116]},{"name":"SPACTION_SEARCHING_FILES","features":[116]},{"name":"SPACTION_SEARCHING_INTERNET","features":[116]},{"name":"SPACTION_UPLOADING","features":[116]},{"name":"SPBEGINF_AUTOTIME","features":[116]},{"name":"SPBEGINF_MARQUEEPROGRESS","features":[116]},{"name":"SPBEGINF_NOCANCELBUTTON","features":[116]},{"name":"SPBEGINF_NOPROGRESSBAR","features":[116]},{"name":"SPBEGINF_NORMAL","features":[116]},{"name":"SPFF_CREATED_ON_THIS_DEVICE","features":[116]},{"name":"SPFF_DOWNLOAD_BY_DEFAULT","features":[116]},{"name":"SPFF_NONE","features":[116]},{"name":"SPINITF_MODAL","features":[116]},{"name":"SPINITF_NOMINIMIZE","features":[116]},{"name":"SPINITF_NORMAL","features":[116]},{"name":"SPMODE_BROWSER","features":[116]},{"name":"SPMODE_DBMON","features":[116]},{"name":"SPMODE_DEBUGBREAK","features":[116]},{"name":"SPMODE_DEBUGOUT","features":[116]},{"name":"SPMODE_EVENT","features":[116]},{"name":"SPMODE_EVENTTRACE","features":[116]},{"name":"SPMODE_FLUSH","features":[116]},{"name":"SPMODE_FORMATTEXT","features":[116]},{"name":"SPMODE_MEMWATCH","features":[116]},{"name":"SPMODE_MSGTRACE","features":[116]},{"name":"SPMODE_MSVM","features":[116]},{"name":"SPMODE_MULTISTOP","features":[116]},{"name":"SPMODE_PERFTAGS","features":[116]},{"name":"SPMODE_PROFILE","features":[116]},{"name":"SPMODE_SHELL","features":[116]},{"name":"SPMODE_TEST","features":[116]},{"name":"SPTEXT","features":[116]},{"name":"SPTEXT_ACTIONDESCRIPTION","features":[116]},{"name":"SPTEXT_ACTIONDETAIL","features":[116]},{"name":"SRRF_NOEXPAND","features":[116]},{"name":"SRRF_NOVIRT","features":[116]},{"name":"SRRF_RM_ANY","features":[116]},{"name":"SRRF_RM_NORMAL","features":[116]},{"name":"SRRF_RM_SAFE","features":[116]},{"name":"SRRF_RM_SAFENETWORK","features":[116]},{"name":"SRRF_RT_ANY","features":[116]},{"name":"SRRF_RT_REG_BINARY","features":[116]},{"name":"SRRF_RT_REG_DWORD","features":[116]},{"name":"SRRF_RT_REG_EXPAND_SZ","features":[116]},{"name":"SRRF_RT_REG_MULTI_SZ","features":[116]},{"name":"SRRF_RT_REG_NONE","features":[116]},{"name":"SRRF_RT_REG_QWORD","features":[116]},{"name":"SRRF_RT_REG_SZ","features":[116]},{"name":"SRRF_ZEROONFAILURE","features":[116]},{"name":"SSF_AUTOCHECKSELECT","features":[116]},{"name":"SSF_DESKTOPHTML","features":[116]},{"name":"SSF_DONTPRETTYPATH","features":[116]},{"name":"SSF_DOUBLECLICKINWEBVIEW","features":[116]},{"name":"SSF_FILTER","features":[116]},{"name":"SSF_HIDDENFILEEXTS","features":[116]},{"name":"SSF_HIDEICONS","features":[116]},{"name":"SSF_ICONSONLY","features":[116]},{"name":"SSF_MAPNETDRVBUTTON","features":[116]},{"name":"SSF_MASK","features":[116]},{"name":"SSF_NOCONFIRMRECYCLE","features":[116]},{"name":"SSF_NONETCRAWLING","features":[116]},{"name":"SSF_SEPPROCESS","features":[116]},{"name":"SSF_SERVERADMINUI","features":[116]},{"name":"SSF_SHOWALLOBJECTS","features":[116]},{"name":"SSF_SHOWATTRIBCOL","features":[116]},{"name":"SSF_SHOWCOMPCOLOR","features":[116]},{"name":"SSF_SHOWEXTENSIONS","features":[116]},{"name":"SSF_SHOWINFOTIP","features":[116]},{"name":"SSF_SHOWSTARTPAGE","features":[116]},{"name":"SSF_SHOWSTATUSBAR","features":[116]},{"name":"SSF_SHOWSUPERHIDDEN","features":[116]},{"name":"SSF_SHOWSYSFILES","features":[116]},{"name":"SSF_SHOWTYPEOVERLAY","features":[116]},{"name":"SSF_SORTCOLUMNS","features":[116]},{"name":"SSF_STARTPANELON","features":[116]},{"name":"SSF_WEBVIEW","features":[116]},{"name":"SSF_WIN95CLASSIC","features":[116]},{"name":"SSM_CLEAR","features":[116]},{"name":"SSM_REFRESH","features":[116]},{"name":"SSM_SET","features":[116]},{"name":"SSM_UPDATE","features":[116]},{"name":"STGOP","features":[116]},{"name":"STGOP_APPLYPROPERTIES","features":[116]},{"name":"STGOP_COPY","features":[116]},{"name":"STGOP_MOVE","features":[116]},{"name":"STGOP_NEW","features":[116]},{"name":"STGOP_REMOVE","features":[116]},{"name":"STGOP_RENAME","features":[116]},{"name":"STGOP_SYNC","features":[116]},{"name":"STIF_DEFAULT","features":[116]},{"name":"STIF_SUPPORT_HEX","features":[116]},{"name":"STORAGE_PROVIDER_FILE_FLAGS","features":[116]},{"name":"STORE_E_NEWER_VERSION_AVAILABLE","features":[116]},{"name":"STPFLAG","features":[116]},{"name":"STPF_NONE","features":[116]},{"name":"STPF_USEAPPPEEKALWAYS","features":[116]},{"name":"STPF_USEAPPPEEKWHENACTIVE","features":[116]},{"name":"STPF_USEAPPTHUMBNAILALWAYS","features":[116]},{"name":"STPF_USEAPPTHUMBNAILWHENACTIVE","features":[116]},{"name":"STR_AVOID_DRIVE_RESTRICTION_POLICY","features":[116]},{"name":"STR_BIND_DELEGATE_CREATE_OBJECT","features":[116]},{"name":"STR_BIND_FOLDERS_READ_ONLY","features":[116]},{"name":"STR_BIND_FOLDER_ENUM_MODE","features":[116]},{"name":"STR_BIND_FORCE_FOLDER_SHORTCUT_RESOLVE","features":[116]},{"name":"STR_DONT_PARSE_RELATIVE","features":[116]},{"name":"STR_DONT_RESOLVE_LINK","features":[116]},{"name":"STR_ENUM_ITEMS_FLAGS","features":[116]},{"name":"STR_FILE_SYS_BIND_DATA","features":[116]},{"name":"STR_FILE_SYS_BIND_DATA_WIN7_FORMAT","features":[116]},{"name":"STR_GET_ASYNC_HANDLER","features":[116]},{"name":"STR_GPS_BESTEFFORT","features":[116]},{"name":"STR_GPS_DELAYCREATION","features":[116]},{"name":"STR_GPS_FASTPROPERTIESONLY","features":[116]},{"name":"STR_GPS_HANDLERPROPERTIESONLY","features":[116]},{"name":"STR_GPS_NO_OPLOCK","features":[116]},{"name":"STR_GPS_OPENSLOWITEM","features":[116]},{"name":"STR_INTERNAL_NAVIGATE","features":[116]},{"name":"STR_INTERNETFOLDER_PARSE_ONLY_URLMON_BINDABLE","features":[116]},{"name":"STR_ITEM_CACHE_CONTEXT","features":[116]},{"name":"STR_MYDOCS_CLSID","features":[116]},{"name":"STR_NO_VALIDATE_FILENAME_CHARS","features":[116]},{"name":"STR_PARSE_ALLOW_INTERNET_SHELL_FOLDERS","features":[116]},{"name":"STR_PARSE_AND_CREATE_ITEM","features":[116]},{"name":"STR_PARSE_DONT_REQUIRE_VALIDATED_URLS","features":[116]},{"name":"STR_PARSE_EXPLICIT_ASSOCIATION_SUCCESSFUL","features":[116]},{"name":"STR_PARSE_PARTIAL_IDLIST","features":[116]},{"name":"STR_PARSE_PREFER_FOLDER_BROWSING","features":[116]},{"name":"STR_PARSE_PREFER_WEB_BROWSING","features":[116]},{"name":"STR_PARSE_PROPERTYSTORE","features":[116]},{"name":"STR_PARSE_SHELL_PROTOCOL_TO_FILE_OBJECTS","features":[116]},{"name":"STR_PARSE_SHOW_NET_DIAGNOSTICS_UI","features":[116]},{"name":"STR_PARSE_SKIP_NET_CACHE","features":[116]},{"name":"STR_PARSE_TRANSLATE_ALIASES","features":[116]},{"name":"STR_PARSE_WITH_EXPLICIT_ASSOCAPP","features":[116]},{"name":"STR_PARSE_WITH_EXPLICIT_PROGID","features":[116]},{"name":"STR_PARSE_WITH_PROPERTIES","features":[116]},{"name":"STR_PROPERTYBAG_PARAM","features":[116]},{"name":"STR_REFERRER_IDENTIFIER","features":[116]},{"name":"STR_SKIP_BINDING_CLSID","features":[116]},{"name":"STR_STORAGEITEM_CREATION_FLAGS","features":[116]},{"name":"STR_TAB_REUSE_IDENTIFIER","features":[116]},{"name":"STR_TRACK_CLSID","features":[116]},{"name":"SUBCLASSPROC","features":[1,116]},{"name":"SV2CVW2_PARAMS","features":[1,116]},{"name":"SV3CVW3_DEFAULT","features":[116]},{"name":"SV3CVW3_FORCEFOLDERFLAGS","features":[116]},{"name":"SV3CVW3_FORCEVIEWMODE","features":[116]},{"name":"SV3CVW3_NONINTERACTIVE","features":[116]},{"name":"SVGIO_ALLVIEW","features":[116]},{"name":"SVGIO_BACKGROUND","features":[116]},{"name":"SVGIO_CHECKED","features":[116]},{"name":"SVGIO_FLAG_VIEWORDER","features":[116]},{"name":"SVGIO_SELECTION","features":[116]},{"name":"SVGIO_TYPE_MASK","features":[116]},{"name":"SVSI_CHECK","features":[116]},{"name":"SVSI_CHECK2","features":[116]},{"name":"SVSI_DESELECT","features":[116]},{"name":"SVSI_DESELECTOTHERS","features":[116]},{"name":"SVSI_EDIT","features":[116]},{"name":"SVSI_ENSUREVISIBLE","features":[116]},{"name":"SVSI_FOCUSED","features":[116]},{"name":"SVSI_KEYBOARDSELECT","features":[116]},{"name":"SVSI_NOTAKEFOCUS","features":[116]},{"name":"SVSI_POSITIONITEM","features":[116]},{"name":"SVSI_SELECT","features":[116]},{"name":"SVSI_SELECTIONMARK","features":[116]},{"name":"SVSI_TRANSLATEPT","features":[116]},{"name":"SVUIA_ACTIVATE_FOCUS","features":[116]},{"name":"SVUIA_ACTIVATE_NOFOCUS","features":[116]},{"name":"SVUIA_DEACTIVATE","features":[116]},{"name":"SVUIA_INPLACEACTIVATE","features":[116]},{"name":"SVUIA_STATUS","features":[116]},{"name":"SWC_3RDPARTY","features":[116]},{"name":"SWC_BROWSER","features":[116]},{"name":"SWC_CALLBACK","features":[116]},{"name":"SWC_DESKTOP","features":[116]},{"name":"SWC_EXPLORER","features":[116]},{"name":"SWFO_COOKIEPASSED","features":[116]},{"name":"SWFO_INCLUDEPENDING","features":[116]},{"name":"SWFO_NEEDDISPATCH","features":[116]},{"name":"SYNCMGRERRORFLAGS","features":[116]},{"name":"SYNCMGRERRORFLAG_ENABLEJUMPTEXT","features":[116]},{"name":"SYNCMGRFLAG","features":[116]},{"name":"SYNCMGRFLAG_CONNECT","features":[116]},{"name":"SYNCMGRFLAG_EVENTMASK","features":[116]},{"name":"SYNCMGRFLAG_IDLE","features":[116]},{"name":"SYNCMGRFLAG_INVOKE","features":[116]},{"name":"SYNCMGRFLAG_MANUAL","features":[116]},{"name":"SYNCMGRFLAG_MAYBOTHERUSER","features":[116]},{"name":"SYNCMGRFLAG_PENDINGDISCONNECT","features":[116]},{"name":"SYNCMGRFLAG_SCHEDULED","features":[116]},{"name":"SYNCMGRFLAG_SETTINGS","features":[116]},{"name":"SYNCMGRHANDLERFLAGS","features":[116]},{"name":"SYNCMGRHANDLERFLAG_MASK","features":[116]},{"name":"SYNCMGRHANDLERINFO","features":[116,55]},{"name":"SYNCMGRHANDLER_ALWAYSLISTHANDLER","features":[116]},{"name":"SYNCMGRHANDLER_HASPROPERTIES","features":[116]},{"name":"SYNCMGRHANDLER_HIDDEN","features":[116]},{"name":"SYNCMGRHANDLER_MAYESTABLISHCONNECTION","features":[116]},{"name":"SYNCMGRINVOKEFLAGS","features":[116]},{"name":"SYNCMGRINVOKE_MINIMIZED","features":[116]},{"name":"SYNCMGRINVOKE_STARTSYNC","features":[116]},{"name":"SYNCMGRITEM","features":[1,116,55]},{"name":"SYNCMGRITEMFLAGS","features":[116]},{"name":"SYNCMGRITEMSTATE","features":[116]},{"name":"SYNCMGRITEMSTATE_CHECKED","features":[116]},{"name":"SYNCMGRITEMSTATE_UNCHECKED","features":[116]},{"name":"SYNCMGRITEM_HASPROPERTIES","features":[116]},{"name":"SYNCMGRITEM_HIDDEN","features":[116]},{"name":"SYNCMGRITEM_ITEMFLAGMASK","features":[116]},{"name":"SYNCMGRITEM_LASTUPDATETIME","features":[116]},{"name":"SYNCMGRITEM_MAYDELETEITEM","features":[116]},{"name":"SYNCMGRITEM_ROAMINGUSER","features":[116]},{"name":"SYNCMGRITEM_TEMPORARY","features":[116]},{"name":"SYNCMGRLOGERRORINFO","features":[116]},{"name":"SYNCMGRLOGERROR_ERRORFLAGS","features":[116]},{"name":"SYNCMGRLOGERROR_ERRORID","features":[116]},{"name":"SYNCMGRLOGERROR_ITEMID","features":[116]},{"name":"SYNCMGRLOGLEVEL","features":[116]},{"name":"SYNCMGRLOGLEVEL_ERROR","features":[116]},{"name":"SYNCMGRLOGLEVEL_INFORMATION","features":[116]},{"name":"SYNCMGRLOGLEVEL_LOGLEVELMAX","features":[116]},{"name":"SYNCMGRLOGLEVEL_WARNING","features":[116]},{"name":"SYNCMGRPROGRESSITEM","features":[116]},{"name":"SYNCMGRPROGRESSITEM_MAXVALUE","features":[116]},{"name":"SYNCMGRPROGRESSITEM_PROGVALUE","features":[116]},{"name":"SYNCMGRPROGRESSITEM_STATUSTEXT","features":[116]},{"name":"SYNCMGRPROGRESSITEM_STATUSTYPE","features":[116]},{"name":"SYNCMGRREGISTERFLAGS","features":[116]},{"name":"SYNCMGRREGISTERFLAGS_MASK","features":[116]},{"name":"SYNCMGRREGISTERFLAG_CONNECT","features":[116]},{"name":"SYNCMGRREGISTERFLAG_IDLE","features":[116]},{"name":"SYNCMGRREGISTERFLAG_PENDINGDISCONNECT","features":[116]},{"name":"SYNCMGRSTATUS","features":[116]},{"name":"SYNCMGRSTATUS_DELETED","features":[116]},{"name":"SYNCMGRSTATUS_FAILED","features":[116]},{"name":"SYNCMGRSTATUS_PAUSED","features":[116]},{"name":"SYNCMGRSTATUS_PENDING","features":[116]},{"name":"SYNCMGRSTATUS_RESUMING","features":[116]},{"name":"SYNCMGRSTATUS_SKIPPED","features":[116]},{"name":"SYNCMGRSTATUS_STOPPED","features":[116]},{"name":"SYNCMGRSTATUS_SUCCEEDED","features":[116]},{"name":"SYNCMGRSTATUS_UPDATING","features":[116]},{"name":"SYNCMGRSTATUS_UPDATING_INDETERMINATE","features":[116]},{"name":"SYNCMGR_CANCEL_REQUEST","features":[116]},{"name":"SYNCMGR_CF_NONE","features":[116]},{"name":"SYNCMGR_CF_NOUI","features":[116]},{"name":"SYNCMGR_CF_NOWAIT","features":[116]},{"name":"SYNCMGR_CF_VALID","features":[116]},{"name":"SYNCMGR_CF_WAIT","features":[116]},{"name":"SYNCMGR_CIT_DELETED","features":[116]},{"name":"SYNCMGR_CIT_UPDATED","features":[116]},{"name":"SYNCMGR_CONFLICT_ID_INFO","features":[43,116]},{"name":"SYNCMGR_CONFLICT_ITEM_TYPE","features":[116]},{"name":"SYNCMGR_CONTROL_FLAGS","features":[116]},{"name":"SYNCMGR_CR_CANCEL_ALL","features":[116]},{"name":"SYNCMGR_CR_CANCEL_ITEM","features":[116]},{"name":"SYNCMGR_CR_MAX","features":[116]},{"name":"SYNCMGR_CR_NONE","features":[116]},{"name":"SYNCMGR_EF_NONE","features":[116]},{"name":"SYNCMGR_EF_VALID","features":[116]},{"name":"SYNCMGR_EL_ERROR","features":[116]},{"name":"SYNCMGR_EL_INFORMATION","features":[116]},{"name":"SYNCMGR_EL_MAX","features":[116]},{"name":"SYNCMGR_EL_WARNING","features":[116]},{"name":"SYNCMGR_EVENT_FLAGS","features":[116]},{"name":"SYNCMGR_EVENT_LEVEL","features":[116]},{"name":"SYNCMGR_HANDLER_CAPABILITIES","features":[116]},{"name":"SYNCMGR_HANDLER_POLICIES","features":[116]},{"name":"SYNCMGR_HANDLER_TYPE","features":[116]},{"name":"SYNCMGR_HCM_CAN_BROWSE_CONTENT","features":[116]},{"name":"SYNCMGR_HCM_CAN_SHOW_SCHEDULE","features":[116]},{"name":"SYNCMGR_HCM_CONFLICT_STORE","features":[116]},{"name":"SYNCMGR_HCM_EVENT_STORE","features":[116]},{"name":"SYNCMGR_HCM_NONE","features":[116]},{"name":"SYNCMGR_HCM_PROVIDES_ICON","features":[116]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_ACTIVATE","features":[116]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_DEACTIVATE","features":[116]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_DISABLE","features":[116]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_ENABLE","features":[116]},{"name":"SYNCMGR_HCM_SUPPORTS_CONCURRENT_SESSIONS","features":[116]},{"name":"SYNCMGR_HCM_VALID_MASK","features":[116]},{"name":"SYNCMGR_HPM_BACKGROUND_SYNC_ONLY","features":[116]},{"name":"SYNCMGR_HPM_DISABLE_BROWSE","features":[116]},{"name":"SYNCMGR_HPM_DISABLE_DISABLE","features":[116]},{"name":"SYNCMGR_HPM_DISABLE_ENABLE","features":[116]},{"name":"SYNCMGR_HPM_DISABLE_SCHEDULE","features":[116]},{"name":"SYNCMGR_HPM_DISABLE_START_SYNC","features":[116]},{"name":"SYNCMGR_HPM_DISABLE_STOP_SYNC","features":[116]},{"name":"SYNCMGR_HPM_HIDDEN_BY_DEFAULT","features":[116]},{"name":"SYNCMGR_HPM_NONE","features":[116]},{"name":"SYNCMGR_HPM_PREVENT_ACTIVATE","features":[116]},{"name":"SYNCMGR_HPM_PREVENT_DEACTIVATE","features":[116]},{"name":"SYNCMGR_HPM_PREVENT_DISABLE","features":[116]},{"name":"SYNCMGR_HPM_PREVENT_ENABLE","features":[116]},{"name":"SYNCMGR_HPM_PREVENT_START_SYNC","features":[116]},{"name":"SYNCMGR_HPM_PREVENT_STOP_SYNC","features":[116]},{"name":"SYNCMGR_HPM_VALID_MASK","features":[116]},{"name":"SYNCMGR_HT_APPLICATION","features":[116]},{"name":"SYNCMGR_HT_COMPUTER","features":[116]},{"name":"SYNCMGR_HT_DEVICE","features":[116]},{"name":"SYNCMGR_HT_FOLDER","features":[116]},{"name":"SYNCMGR_HT_MAX","features":[116]},{"name":"SYNCMGR_HT_MIN","features":[116]},{"name":"SYNCMGR_HT_SERVICE","features":[116]},{"name":"SYNCMGR_HT_UNSPECIFIED","features":[116]},{"name":"SYNCMGR_ICM_CAN_BROWSE_CONTENT","features":[116]},{"name":"SYNCMGR_ICM_CAN_DELETE","features":[116]},{"name":"SYNCMGR_ICM_CONFLICT_STORE","features":[116]},{"name":"SYNCMGR_ICM_EVENT_STORE","features":[116]},{"name":"SYNCMGR_ICM_NONE","features":[116]},{"name":"SYNCMGR_ICM_PROVIDES_ICON","features":[116]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_DELETE","features":[116]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_DISABLE","features":[116]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_ENABLE","features":[116]},{"name":"SYNCMGR_ICM_VALID_MASK","features":[116]},{"name":"SYNCMGR_IPM_DISABLE_BROWSE","features":[116]},{"name":"SYNCMGR_IPM_DISABLE_DELETE","features":[116]},{"name":"SYNCMGR_IPM_DISABLE_DISABLE","features":[116]},{"name":"SYNCMGR_IPM_DISABLE_ENABLE","features":[116]},{"name":"SYNCMGR_IPM_DISABLE_START_SYNC","features":[116]},{"name":"SYNCMGR_IPM_DISABLE_STOP_SYNC","features":[116]},{"name":"SYNCMGR_IPM_HIDDEN_BY_DEFAULT","features":[116]},{"name":"SYNCMGR_IPM_NONE","features":[116]},{"name":"SYNCMGR_IPM_PREVENT_DISABLE","features":[116]},{"name":"SYNCMGR_IPM_PREVENT_ENABLE","features":[116]},{"name":"SYNCMGR_IPM_PREVENT_START_SYNC","features":[116]},{"name":"SYNCMGR_IPM_PREVENT_STOP_SYNC","features":[116]},{"name":"SYNCMGR_IPM_VALID_MASK","features":[116]},{"name":"SYNCMGR_ITEM_CAPABILITIES","features":[116]},{"name":"SYNCMGR_ITEM_POLICIES","features":[116]},{"name":"SYNCMGR_OBJECTID_BrowseContent","features":[116]},{"name":"SYNCMGR_OBJECTID_ConflictStore","features":[116]},{"name":"SYNCMGR_OBJECTID_EventLinkClick","features":[116]},{"name":"SYNCMGR_OBJECTID_EventStore","features":[116]},{"name":"SYNCMGR_OBJECTID_Icon","features":[116]},{"name":"SYNCMGR_OBJECTID_QueryBeforeActivate","features":[116]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDeactivate","features":[116]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDelete","features":[116]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDisable","features":[116]},{"name":"SYNCMGR_OBJECTID_QueryBeforeEnable","features":[116]},{"name":"SYNCMGR_OBJECTID_ShowSchedule","features":[116]},{"name":"SYNCMGR_PC_KEEP_MULTIPLE","features":[116]},{"name":"SYNCMGR_PC_KEEP_ONE","features":[116]},{"name":"SYNCMGR_PC_KEEP_RECENT","features":[116]},{"name":"SYNCMGR_PC_NO_CHOICE","features":[116]},{"name":"SYNCMGR_PC_REMOVE_FROM_SYNC_SET","features":[116]},{"name":"SYNCMGR_PC_SKIP","features":[116]},{"name":"SYNCMGR_PNS_CANCEL","features":[116]},{"name":"SYNCMGR_PNS_CONTINUE","features":[116]},{"name":"SYNCMGR_PNS_DEFAULT","features":[116]},{"name":"SYNCMGR_PRESENTER_CHOICE","features":[116]},{"name":"SYNCMGR_PRESENTER_NEXT_STEP","features":[116]},{"name":"SYNCMGR_PROGRESS_STATUS","features":[116]},{"name":"SYNCMGR_PS_CANCELED","features":[116]},{"name":"SYNCMGR_PS_DISCONNECTED","features":[116]},{"name":"SYNCMGR_PS_FAILED","features":[116]},{"name":"SYNCMGR_PS_MAX","features":[116]},{"name":"SYNCMGR_PS_SUCCEEDED","features":[116]},{"name":"SYNCMGR_PS_UPDATING","features":[116]},{"name":"SYNCMGR_PS_UPDATING_INDETERMINATE","features":[116]},{"name":"SYNCMGR_RA_KEEPOTHER","features":[116]},{"name":"SYNCMGR_RA_KEEPRECENT","features":[116]},{"name":"SYNCMGR_RA_KEEP_MULTIPLE","features":[116]},{"name":"SYNCMGR_RA_KEEP_SINGLE","features":[116]},{"name":"SYNCMGR_RA_REMOVEFROMSYNCSET","features":[116]},{"name":"SYNCMGR_RA_VALID","features":[116]},{"name":"SYNCMGR_RESOLUTION_ABILITIES","features":[116]},{"name":"SYNCMGR_RESOLUTION_FEEDBACK","features":[116]},{"name":"SYNCMGR_RF_CANCEL","features":[116]},{"name":"SYNCMGR_RF_CONTINUE","features":[116]},{"name":"SYNCMGR_RF_REFRESH","features":[116]},{"name":"SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING","features":[116]},{"name":"SYNCMGR_SCF_NONE","features":[116]},{"name":"SYNCMGR_SCF_VALID","features":[116]},{"name":"SYNCMGR_SYNC_CONTROL_FLAGS","features":[116]},{"name":"SYNCMGR_UPDATE_REASON","features":[116]},{"name":"SYNCMGR_UR_ADDED","features":[116]},{"name":"SYNCMGR_UR_CHANGED","features":[116]},{"name":"SYNCMGR_UR_MAX","features":[116]},{"name":"SYNCMGR_UR_REMOVED","features":[116]},{"name":"SZ_CONTENTTYPE_CDF","features":[116]},{"name":"SZ_CONTENTTYPE_CDFA","features":[116]},{"name":"SZ_CONTENTTYPE_CDFW","features":[116]},{"name":"SZ_CONTENTTYPE_HTML","features":[116]},{"name":"SZ_CONTENTTYPE_HTMLA","features":[116]},{"name":"SZ_CONTENTTYPE_HTMLW","features":[116]},{"name":"S_SYNCMGR_CANCELALL","features":[116]},{"name":"S_SYNCMGR_CANCELITEM","features":[116]},{"name":"S_SYNCMGR_ENUMITEMS","features":[116]},{"name":"S_SYNCMGR_ITEMDELETED","features":[116]},{"name":"S_SYNCMGR_MISSINGITEMS","features":[116]},{"name":"S_SYNCMGR_RETRYSYNC","features":[116]},{"name":"ScheduledTasks","features":[116]},{"name":"SearchFolderItemFactory","features":[116]},{"name":"SecureLockIconConstants","features":[116]},{"name":"SelectedItemCount_Property_GUID","features":[116]},{"name":"SetCurrentProcessExplicitAppUserModelID","features":[116]},{"name":"SetMenuContextHelpId","features":[1,116,55]},{"name":"SetWindowContextHelpId","features":[1,116]},{"name":"SetWindowSubclass","features":[1,116]},{"name":"SharedBitmap","features":[116]},{"name":"SharingConfigurationManager","features":[116]},{"name":"Shell","features":[116]},{"name":"ShellAboutA","features":[1,116,55]},{"name":"ShellAboutW","features":[1,116,55]},{"name":"ShellBrowserWindow","features":[116]},{"name":"ShellDesktop","features":[116]},{"name":"ShellDispatchInproc","features":[116]},{"name":"ShellExecuteA","features":[1,116,55]},{"name":"ShellExecuteExA","features":[1,54,116]},{"name":"ShellExecuteExW","features":[1,54,116]},{"name":"ShellExecuteW","features":[1,116,55]},{"name":"ShellFSFolder","features":[116]},{"name":"ShellFolderItem","features":[116]},{"name":"ShellFolderView","features":[116]},{"name":"ShellFolderViewOC","features":[116]},{"name":"ShellFolderViewOptions","features":[116]},{"name":"ShellImageDataFactory","features":[116]},{"name":"ShellItem","features":[116]},{"name":"ShellLibrary","features":[116]},{"name":"ShellLink","features":[116]},{"name":"ShellLinkObject","features":[116]},{"name":"ShellMessageBoxA","features":[1,116,55]},{"name":"ShellMessageBoxW","features":[1,116,55]},{"name":"ShellNameSpace","features":[116]},{"name":"ShellSpecialFolderConstants","features":[116]},{"name":"ShellUIHelper","features":[116]},{"name":"ShellWindowFindWindowOptions","features":[116]},{"name":"ShellWindowTypeConstants","features":[116]},{"name":"ShellWindows","features":[116]},{"name":"Shell_GetCachedImageIndex","features":[116]},{"name":"Shell_GetCachedImageIndexA","features":[116]},{"name":"Shell_GetCachedImageIndexW","features":[116]},{"name":"Shell_GetImageLists","features":[1,42,116]},{"name":"Shell_MergeMenus","features":[116,55]},{"name":"Shell_NotifyIconA","features":[1,116,55]},{"name":"Shell_NotifyIconGetRect","features":[1,116]},{"name":"Shell_NotifyIconW","features":[1,116,55]},{"name":"ShowInputPaneAnimationCoordinator","features":[116]},{"name":"SignalFileOpen","features":[1,225]},{"name":"SimpleConflictPresenter","features":[116]},{"name":"SizeCategorizer","features":[116]},{"name":"SmartcardCredentialProvider","features":[116]},{"name":"SmartcardPinProvider","features":[116]},{"name":"SmartcardReaderSelectionProvider","features":[116]},{"name":"SmartcardWinRTProvider","features":[116]},{"name":"SoftwareUpdateMessageBox","features":[1,165,116]},{"name":"StartMenuPin","features":[116]},{"name":"StgMakeUniqueName","features":[116]},{"name":"StorageProviderBanners","features":[116]},{"name":"StrCSpnA","features":[116]},{"name":"StrCSpnIA","features":[116]},{"name":"StrCSpnIW","features":[116]},{"name":"StrCSpnW","features":[116]},{"name":"StrCatBuffA","features":[116]},{"name":"StrCatBuffW","features":[116]},{"name":"StrCatChainW","features":[116]},{"name":"StrCatW","features":[116]},{"name":"StrChrA","features":[116]},{"name":"StrChrIA","features":[116]},{"name":"StrChrIW","features":[116]},{"name":"StrChrNIW","features":[116]},{"name":"StrChrNW","features":[116]},{"name":"StrChrW","features":[116]},{"name":"StrCmpCA","features":[116]},{"name":"StrCmpCW","features":[116]},{"name":"StrCmpICA","features":[116]},{"name":"StrCmpICW","features":[116]},{"name":"StrCmpIW","features":[116]},{"name":"StrCmpLogicalW","features":[116]},{"name":"StrCmpNA","features":[116]},{"name":"StrCmpNCA","features":[116]},{"name":"StrCmpNCW","features":[116]},{"name":"StrCmpNIA","features":[116]},{"name":"StrCmpNICA","features":[116]},{"name":"StrCmpNICW","features":[116]},{"name":"StrCmpNIW","features":[116]},{"name":"StrCmpNW","features":[116]},{"name":"StrCmpW","features":[116]},{"name":"StrCpyNW","features":[116]},{"name":"StrCpyW","features":[116]},{"name":"StrDupA","features":[116]},{"name":"StrDupW","features":[116]},{"name":"StrFormatByteSize64A","features":[116]},{"name":"StrFormatByteSizeA","features":[116]},{"name":"StrFormatByteSizeEx","features":[116]},{"name":"StrFormatByteSizeW","features":[116]},{"name":"StrFormatKBSizeA","features":[116]},{"name":"StrFormatKBSizeW","features":[116]},{"name":"StrFromTimeIntervalA","features":[116]},{"name":"StrFromTimeIntervalW","features":[116]},{"name":"StrIsIntlEqualA","features":[1,116]},{"name":"StrIsIntlEqualW","features":[1,116]},{"name":"StrNCatA","features":[116]},{"name":"StrNCatW","features":[116]},{"name":"StrPBrkA","features":[116]},{"name":"StrPBrkW","features":[116]},{"name":"StrRChrA","features":[116]},{"name":"StrRChrIA","features":[116]},{"name":"StrRChrIW","features":[116]},{"name":"StrRChrW","features":[116]},{"name":"StrRStrIA","features":[116]},{"name":"StrRStrIW","features":[116]},{"name":"StrRetToBSTR","features":[225]},{"name":"StrRetToBufA","features":[225]},{"name":"StrRetToBufW","features":[225]},{"name":"StrRetToStrA","features":[225]},{"name":"StrRetToStrW","features":[225]},{"name":"StrSpnA","features":[116]},{"name":"StrSpnW","features":[116]},{"name":"StrStrA","features":[116]},{"name":"StrStrIA","features":[116]},{"name":"StrStrIW","features":[116]},{"name":"StrStrNIW","features":[116]},{"name":"StrStrNW","features":[116]},{"name":"StrStrW","features":[116]},{"name":"StrToInt64ExA","features":[1,116]},{"name":"StrToInt64ExW","features":[1,116]},{"name":"StrToIntA","features":[116]},{"name":"StrToIntExA","features":[1,116]},{"name":"StrToIntExW","features":[1,116]},{"name":"StrToIntW","features":[116]},{"name":"StrTrimA","features":[1,116]},{"name":"StrTrimW","features":[1,116]},{"name":"SuspensionDependencyManager","features":[116]},{"name":"SyncMgr","features":[116]},{"name":"SyncMgrClient","features":[116]},{"name":"SyncMgrControl","features":[116]},{"name":"SyncMgrFolder","features":[116]},{"name":"SyncMgrScheduleWizard","features":[116]},{"name":"SyncResultsFolder","features":[116]},{"name":"SyncSetupFolder","features":[116]},{"name":"TBIF_APPEND","features":[116]},{"name":"TBIF_DEFAULT","features":[116]},{"name":"TBIF_INTERNETBAR","features":[116]},{"name":"TBIF_NOTOOLBAR","features":[116]},{"name":"TBIF_PREPEND","features":[116]},{"name":"TBIF_REPLACE","features":[116]},{"name":"TBIF_STANDARDTOOLBAR","features":[116]},{"name":"TBINFO","features":[116]},{"name":"TBPFLAG","features":[116]},{"name":"TBPF_ERROR","features":[116]},{"name":"TBPF_INDETERMINATE","features":[116]},{"name":"TBPF_NOPROGRESS","features":[116]},{"name":"TBPF_NORMAL","features":[116]},{"name":"TBPF_PAUSED","features":[116]},{"name":"THBF_DISABLED","features":[116]},{"name":"THBF_DISMISSONCLICK","features":[116]},{"name":"THBF_ENABLED","features":[116]},{"name":"THBF_HIDDEN","features":[116]},{"name":"THBF_NOBACKGROUND","features":[116]},{"name":"THBF_NONINTERACTIVE","features":[116]},{"name":"THBN_CLICKED","features":[116]},{"name":"THB_BITMAP","features":[116]},{"name":"THB_FLAGS","features":[116]},{"name":"THB_ICON","features":[116]},{"name":"THB_TOOLTIP","features":[116]},{"name":"THUMBBUTTON","features":[116,55]},{"name":"THUMBBUTTONFLAGS","features":[116]},{"name":"THUMBBUTTONMASK","features":[116]},{"name":"TITLEBARNAMELEN","features":[116]},{"name":"TI_BITMAP","features":[116]},{"name":"TI_FLAGS","features":[116]},{"name":"TI_JPEG","features":[116]},{"name":"TLEF_ABSOLUTE","features":[116]},{"name":"TLEF_EXCLUDE_ABOUT_PAGES","features":[116]},{"name":"TLEF_EXCLUDE_SUBFRAME_ENTRIES","features":[116]},{"name":"TLEF_INCLUDE_UNINVOKEABLE","features":[116]},{"name":"TLEF_RELATIVE_BACK","features":[116]},{"name":"TLEF_RELATIVE_FORE","features":[116]},{"name":"TLEF_RELATIVE_INCLUDE_CURRENT","features":[116]},{"name":"TLENUMF","features":[116]},{"name":"TLMENUF_BACK","features":[116]},{"name":"TLMENUF_FORE","features":[116]},{"name":"TLMENUF_INCLUDECURRENT","features":[116]},{"name":"TLOG_BACK","features":[116]},{"name":"TLOG_CURRENT","features":[116]},{"name":"TLOG_FORE","features":[116]},{"name":"TOOLBARITEM","features":[1,13,116]},{"name":"TRANSLATEURL_FL_GUESS_PROTOCOL","features":[116]},{"name":"TRANSLATEURL_FL_USE_DEFAULT_PROTOCOL","features":[116]},{"name":"TRANSLATEURL_IN_FLAGS","features":[116]},{"name":"TSF_ALLOW_DECRYPTION","features":[116]},{"name":"TSF_COPY_CREATION_TIME","features":[116]},{"name":"TSF_COPY_HARD_LINK","features":[116]},{"name":"TSF_COPY_LOCALIZED_NAME","features":[116]},{"name":"TSF_COPY_WRITE_TIME","features":[116]},{"name":"TSF_DELETE_RECYCLE_IF_POSSIBLE","features":[116]},{"name":"TSF_FAIL_EXIST","features":[116]},{"name":"TSF_MOVE_AS_COPY_DELETE","features":[116]},{"name":"TSF_NORMAL","features":[116]},{"name":"TSF_NO_SECURITY","features":[116]},{"name":"TSF_OVERWRITE_EXIST","features":[116]},{"name":"TSF_RENAME_EXIST","features":[116]},{"name":"TSF_SUSPEND_SHELLEVENTS","features":[116]},{"name":"TSF_USE_FULL_ACCESS","features":[116]},{"name":"TS_INDETERMINATE","features":[116]},{"name":"TS_NONE","features":[116]},{"name":"TS_PERFORMING","features":[116]},{"name":"TS_PREPARING","features":[116]},{"name":"TaskbarList","features":[116]},{"name":"ThumbnailStreamCache","features":[116]},{"name":"ThumbnailStreamCacheOptions","features":[116]},{"name":"TimeCategorizer","features":[116]},{"name":"TrackShellMenu","features":[116]},{"name":"TrayBandSiteService","features":[116]},{"name":"TrayDeskBand","features":[116]},{"name":"UNDOCK_REASON","features":[116]},{"name":"URLASSOCDLG_FL_REGISTER_ASSOC","features":[116]},{"name":"URLASSOCDLG_FL_USE_DEFAULT_NAME","features":[116]},{"name":"URLASSOCIATIONDIALOG_IN_FLAGS","features":[116]},{"name":"URLINVOKECOMMANDINFOA","features":[1,116]},{"name":"URLINVOKECOMMANDINFOW","features":[1,116]},{"name":"URLIS","features":[116]},{"name":"URLIS_APPLIABLE","features":[116]},{"name":"URLIS_DIRECTORY","features":[116]},{"name":"URLIS_FILEURL","features":[116]},{"name":"URLIS_HASQUERY","features":[116]},{"name":"URLIS_NOHISTORY","features":[116]},{"name":"URLIS_OPAQUE","features":[116]},{"name":"URLIS_URL","features":[116]},{"name":"URL_APPLY_DEFAULT","features":[116]},{"name":"URL_APPLY_FORCEAPPLY","features":[116]},{"name":"URL_APPLY_GUESSFILE","features":[116]},{"name":"URL_APPLY_GUESSSCHEME","features":[116]},{"name":"URL_BROWSER_MODE","features":[116]},{"name":"URL_CONVERT_IF_DOSPATH","features":[116]},{"name":"URL_DONT_ESCAPE_EXTRA_INFO","features":[116]},{"name":"URL_DONT_SIMPLIFY","features":[116]},{"name":"URL_DONT_UNESCAPE","features":[116]},{"name":"URL_DONT_UNESCAPE_EXTRA_INFO","features":[116]},{"name":"URL_ESCAPE_ASCII_URI_COMPONENT","features":[116]},{"name":"URL_ESCAPE_AS_UTF8","features":[116]},{"name":"URL_ESCAPE_PERCENT","features":[116]},{"name":"URL_ESCAPE_SEGMENT_ONLY","features":[116]},{"name":"URL_ESCAPE_SPACES_ONLY","features":[116]},{"name":"URL_ESCAPE_UNSAFE","features":[116]},{"name":"URL_E_INVALID_SYNTAX","features":[116]},{"name":"URL_E_UNREGISTERED_PROTOCOL","features":[116]},{"name":"URL_FILE_USE_PATHURL","features":[116]},{"name":"URL_INTERNAL_PATH","features":[116]},{"name":"URL_NO_META","features":[116]},{"name":"URL_PART","features":[116]},{"name":"URL_PARTFLAG_KEEPSCHEME","features":[116]},{"name":"URL_PART_HOSTNAME","features":[116]},{"name":"URL_PART_NONE","features":[116]},{"name":"URL_PART_PASSWORD","features":[116]},{"name":"URL_PART_PORT","features":[116]},{"name":"URL_PART_QUERY","features":[116]},{"name":"URL_PART_SCHEME","features":[116]},{"name":"URL_PART_USERNAME","features":[116]},{"name":"URL_PLUGGABLE_PROTOCOL","features":[116]},{"name":"URL_SCHEME","features":[116]},{"name":"URL_SCHEME_ABOUT","features":[116]},{"name":"URL_SCHEME_FILE","features":[116]},{"name":"URL_SCHEME_FTP","features":[116]},{"name":"URL_SCHEME_GOPHER","features":[116]},{"name":"URL_SCHEME_HTTP","features":[116]},{"name":"URL_SCHEME_HTTPS","features":[116]},{"name":"URL_SCHEME_INVALID","features":[116]},{"name":"URL_SCHEME_JAVASCRIPT","features":[116]},{"name":"URL_SCHEME_KNOWNFOLDER","features":[116]},{"name":"URL_SCHEME_LOCAL","features":[116]},{"name":"URL_SCHEME_MAILTO","features":[116]},{"name":"URL_SCHEME_MAXVALUE","features":[116]},{"name":"URL_SCHEME_MK","features":[116]},{"name":"URL_SCHEME_MSHELP","features":[116]},{"name":"URL_SCHEME_MSSHELLDEVICE","features":[116]},{"name":"URL_SCHEME_MSSHELLIDLIST","features":[116]},{"name":"URL_SCHEME_MSSHELLROOTED","features":[116]},{"name":"URL_SCHEME_NEWS","features":[116]},{"name":"URL_SCHEME_NNTP","features":[116]},{"name":"URL_SCHEME_RES","features":[116]},{"name":"URL_SCHEME_SEARCH","features":[116]},{"name":"URL_SCHEME_SEARCH_MS","features":[116]},{"name":"URL_SCHEME_SHELL","features":[116]},{"name":"URL_SCHEME_SNEWS","features":[116]},{"name":"URL_SCHEME_TELNET","features":[116]},{"name":"URL_SCHEME_UNKNOWN","features":[116]},{"name":"URL_SCHEME_VBSCRIPT","features":[116]},{"name":"URL_SCHEME_WAIS","features":[116]},{"name":"URL_SCHEME_WILDCARD","features":[116]},{"name":"URL_UNESCAPE","features":[116]},{"name":"URL_UNESCAPE_AS_UTF8","features":[116]},{"name":"URL_UNESCAPE_HIGH_ANSI_ONLY","features":[116]},{"name":"URL_UNESCAPE_INPLACE","features":[116]},{"name":"URL_UNESCAPE_URI_COMPONENT","features":[116]},{"name":"URL_WININET_COMPATIBILITY","features":[116]},{"name":"UR_MONITOR_DISCONNECT","features":[116]},{"name":"UR_RESOLUTION_CHANGE","features":[116]},{"name":"UnloadUserProfile","features":[1,116]},{"name":"UnregisterAppConstrainedChangeNotification","features":[116]},{"name":"UnregisterAppStateChangeNotification","features":[116]},{"name":"UnregisterScaleChangeEvent","features":[116]},{"name":"UrlApplySchemeA","features":[116]},{"name":"UrlApplySchemeW","features":[116]},{"name":"UrlCanonicalizeA","features":[116]},{"name":"UrlCanonicalizeW","features":[116]},{"name":"UrlCombineA","features":[116]},{"name":"UrlCombineW","features":[116]},{"name":"UrlCompareA","features":[1,116]},{"name":"UrlCompareW","features":[1,116]},{"name":"UrlCreateFromPathA","features":[116]},{"name":"UrlCreateFromPathW","features":[116]},{"name":"UrlEscapeA","features":[116]},{"name":"UrlEscapeW","features":[116]},{"name":"UrlFixupW","features":[116]},{"name":"UrlGetLocationA","features":[116]},{"name":"UrlGetLocationW","features":[116]},{"name":"UrlGetPartA","features":[116]},{"name":"UrlGetPartW","features":[116]},{"name":"UrlHashA","features":[116]},{"name":"UrlHashW","features":[116]},{"name":"UrlIsA","features":[1,116]},{"name":"UrlIsNoHistoryA","features":[1,116]},{"name":"UrlIsNoHistoryW","features":[1,116]},{"name":"UrlIsOpaqueA","features":[1,116]},{"name":"UrlIsOpaqueW","features":[1,116]},{"name":"UrlIsW","features":[1,116]},{"name":"UrlUnescapeA","features":[116]},{"name":"UrlUnescapeW","features":[116]},{"name":"UserNotification","features":[116]},{"name":"V1PasswordCredentialProvider","features":[116]},{"name":"V1SmartcardCredentialProvider","features":[116]},{"name":"V1WinBioCredentialProvider","features":[116]},{"name":"VALIDATEUNC_CONNECT","features":[116]},{"name":"VALIDATEUNC_NOUI","features":[116]},{"name":"VALIDATEUNC_OPTION","features":[116]},{"name":"VALIDATEUNC_PERSIST","features":[116]},{"name":"VALIDATEUNC_PRINT","features":[116]},{"name":"VALIDATEUNC_VALID","features":[116]},{"name":"VID_Content","features":[116]},{"name":"VID_Details","features":[116]},{"name":"VID_LargeIcons","features":[116]},{"name":"VID_List","features":[116]},{"name":"VID_SmallIcons","features":[116]},{"name":"VID_ThumbStrip","features":[116]},{"name":"VID_Thumbnails","features":[116]},{"name":"VID_Tile","features":[116]},{"name":"VIEW_PRIORITY_CACHEHIT","features":[116]},{"name":"VIEW_PRIORITY_CACHEMISS","features":[116]},{"name":"VIEW_PRIORITY_DESPERATE","features":[116]},{"name":"VIEW_PRIORITY_INHERIT","features":[116]},{"name":"VIEW_PRIORITY_NONE","features":[116]},{"name":"VIEW_PRIORITY_RESTRICTED","features":[116]},{"name":"VIEW_PRIORITY_SHELLEXT","features":[116]},{"name":"VIEW_PRIORITY_SHELLEXT_ASBACKUP","features":[116]},{"name":"VIEW_PRIORITY_STALECACHEHIT","features":[116]},{"name":"VIEW_PRIORITY_USEASDEFAULT","features":[116]},{"name":"VOLUME_PREFIX","features":[116]},{"name":"VPCF_BACKGROUND","features":[116]},{"name":"VPCF_SORTCOLUMN","features":[116]},{"name":"VPCF_SUBTEXT","features":[116]},{"name":"VPCF_TEXT","features":[116]},{"name":"VPCF_TEXTBACKGROUND","features":[116]},{"name":"VPCOLORFLAGS","features":[116]},{"name":"VPWATERMARKFLAGS","features":[116]},{"name":"VPWF_ALPHABLEND","features":[116]},{"name":"VPWF_DEFAULT","features":[116]},{"name":"VariantToStrRet","features":[1,43,44,225]},{"name":"VaultProvider","features":[116]},{"name":"VirtualDesktopManager","features":[116]},{"name":"WC_NETADDRESS","features":[116]},{"name":"WINDOWDATA","features":[225]},{"name":"WM_CPL_LAUNCH","features":[116]},{"name":"WM_CPL_LAUNCHED","features":[116]},{"name":"WPSTYLE_CENTER","features":[116]},{"name":"WPSTYLE_CROPTOFIT","features":[116]},{"name":"WPSTYLE_KEEPASPECT","features":[116]},{"name":"WPSTYLE_MAX","features":[116]},{"name":"WPSTYLE_SPAN","features":[116]},{"name":"WPSTYLE_STRETCH","features":[116]},{"name":"WPSTYLE_TILE","features":[116]},{"name":"WTSAT_ARGB","features":[116]},{"name":"WTSAT_RGB","features":[116]},{"name":"WTSAT_UNKNOWN","features":[116]},{"name":"WTSCF_APPSTYLE","features":[116]},{"name":"WTSCF_DEFAULT","features":[116]},{"name":"WTSCF_FAST","features":[116]},{"name":"WTSCF_SQUARE","features":[116]},{"name":"WTSCF_WIDE","features":[116]},{"name":"WTS_ALPHATYPE","features":[116]},{"name":"WTS_APPSTYLE","features":[116]},{"name":"WTS_CACHED","features":[116]},{"name":"WTS_CACHEFLAGS","features":[116]},{"name":"WTS_CONTEXTFLAGS","features":[116]},{"name":"WTS_CROPTOSQUARE","features":[116]},{"name":"WTS_DEFAULT","features":[116]},{"name":"WTS_EXTRACT","features":[116]},{"name":"WTS_EXTRACTDONOTCACHE","features":[116]},{"name":"WTS_EXTRACTINPROC","features":[116]},{"name":"WTS_E_DATAFILEUNAVAILABLE","features":[116]},{"name":"WTS_E_EXTRACTIONBLOCKED","features":[116]},{"name":"WTS_E_EXTRACTIONPENDING","features":[116]},{"name":"WTS_E_EXTRACTIONTIMEDOUT","features":[116]},{"name":"WTS_E_FAILEDEXTRACTION","features":[116]},{"name":"WTS_E_FASTEXTRACTIONNOTSUPPORTED","features":[116]},{"name":"WTS_E_NOSTORAGEPROVIDERTHUMBNAILHANDLER","features":[116]},{"name":"WTS_E_SURROGATEUNAVAILABLE","features":[116]},{"name":"WTS_FASTEXTRACT","features":[116]},{"name":"WTS_FLAGS","features":[116]},{"name":"WTS_FORCEEXTRACTION","features":[116]},{"name":"WTS_IDEALCACHESIZEONLY","features":[116]},{"name":"WTS_INCACHEONLY","features":[116]},{"name":"WTS_INSTANCESURROGATE","features":[116]},{"name":"WTS_LOWQUALITY","features":[116]},{"name":"WTS_NONE","features":[116]},{"name":"WTS_REQUIRESURROGATE","features":[116]},{"name":"WTS_SCALETOREQUESTEDSIZE","features":[116]},{"name":"WTS_SCALEUP","features":[116]},{"name":"WTS_SKIPFASTEXTRACT","features":[116]},{"name":"WTS_SLOWRECLAIM","features":[116]},{"name":"WTS_THUMBNAILID","features":[116]},{"name":"WTS_WIDETHUMBNAILS","features":[116]},{"name":"WebBrowser","features":[116]},{"name":"WebBrowser_V1","features":[116]},{"name":"WebWizardHost","features":[116]},{"name":"WhichPlatform","features":[116]},{"name":"Win32DeleteFile","features":[1,116]},{"name":"WinBioCredentialProvider","features":[116]},{"name":"WinHelpA","features":[1,116]},{"name":"WinHelpW","features":[1,116]},{"name":"WriteCabinetState","features":[1,116]},{"name":"_BROWSERFRAMEOPTIONS","features":[116]},{"name":"_CDBE_ACTIONS","features":[116]},{"name":"_EXPCMDFLAGS","features":[116]},{"name":"_EXPCMDSTATE","features":[116]},{"name":"_EXPLORERPANESTATE","features":[116]},{"name":"_EXPPS","features":[116]},{"name":"_KF_DEFINITION_FLAGS","features":[116]},{"name":"_KF_REDIRECTION_CAPABILITIES","features":[116]},{"name":"_KF_REDIRECT_FLAGS","features":[116]},{"name":"_NMCII_FLAGS","features":[116]},{"name":"_NMCSAEI_FLAGS","features":[116]},{"name":"_NSTCECLICKTYPE","features":[116]},{"name":"_NSTCEHITTEST","features":[116]},{"name":"_NSTCITEMSTATE","features":[116]},{"name":"_NSTCROOTSTYLE","features":[116]},{"name":"_NSTCSTYLE","features":[116]},{"name":"_OPPROGDLGF","features":[116]},{"name":"_PDMODE","features":[116]},{"name":"_SHCONTF","features":[116]},{"name":"_SICHINTF","features":[116]},{"name":"_SPBEGINF","features":[116]},{"name":"_SPINITF","features":[116]},{"name":"_SV3CVW3_FLAGS","features":[116]},{"name":"_SVGIO","features":[116]},{"name":"_SVSIF","features":[116]},{"name":"_TRANSFER_ADVISE_STATE","features":[116]},{"name":"_TRANSFER_SOURCE_FLAGS","features":[116]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_CSCSYNCINPROGRESS","features":[116]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_RECYCLEDIRTYCOUNT_SERVERDRIVE","features":[116]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_RECYCLEGLOBALDIRTYCOUNT","features":[116]},{"name":"idsAppName","features":[116]},{"name":"idsBadOldPW","features":[116]},{"name":"idsChangePW","features":[116]},{"name":"idsDefKeyword","features":[116]},{"name":"idsDifferentPW","features":[116]},{"name":"idsHelpFile","features":[116]},{"name":"idsIniFile","features":[116]},{"name":"idsIsPassword","features":[116]},{"name":"idsNoHelpMemory","features":[116]},{"name":"idsPassword","features":[116]},{"name":"idsScreenSaver","features":[116]},{"name":"navAllowAutosearch","features":[116]},{"name":"navBlockRedirectsXDomain","features":[116]},{"name":"navBrowserBar","features":[116]},{"name":"navDeferUnload","features":[116]},{"name":"navEnforceRestricted","features":[116]},{"name":"navHomepageNavigate","features":[116]},{"name":"navHostNavigation","features":[116]},{"name":"navHyperlink","features":[116]},{"name":"navKeepWordWheelText","features":[116]},{"name":"navNewWindowsManaged","features":[116]},{"name":"navNoHistory","features":[116]},{"name":"navNoReadFromCache","features":[116]},{"name":"navNoWriteToCache","features":[116]},{"name":"navOpenInBackgroundTab","features":[116]},{"name":"navOpenInNewTab","features":[116]},{"name":"navOpenInNewWindow","features":[116]},{"name":"navOpenNewForegroundTab","features":[116]},{"name":"navRefresh","features":[116]},{"name":"navReserved1","features":[116]},{"name":"navReserved2","features":[116]},{"name":"navReserved3","features":[116]},{"name":"navReserved4","features":[116]},{"name":"navReserved5","features":[116]},{"name":"navReserved6","features":[116]},{"name":"navReserved7","features":[116]},{"name":"navSpeculative","features":[116]},{"name":"navSuggestNewTab","features":[116]},{"name":"navSuggestNewWindow","features":[116]},{"name":"navTravelLogScreenshot","features":[116]},{"name":"navTrustedForActiveX","features":[116]},{"name":"navUntrustedForDownload","features":[116]},{"name":"navVirtualTab","features":[116]},{"name":"secureLockIconMixed","features":[116]},{"name":"secureLockIconSecure128Bit","features":[116]},{"name":"secureLockIconSecure40Bit","features":[116]},{"name":"secureLockIconSecure56Bit","features":[116]},{"name":"secureLockIconSecureFortezza","features":[116]},{"name":"secureLockIconSecureUnknownBits","features":[116]},{"name":"secureLockIconUnsecure","features":[116]},{"name":"ssfALTSTARTUP","features":[116]},{"name":"ssfAPPDATA","features":[116]},{"name":"ssfBITBUCKET","features":[116]},{"name":"ssfCOMMONALTSTARTUP","features":[116]},{"name":"ssfCOMMONAPPDATA","features":[116]},{"name":"ssfCOMMONDESKTOPDIR","features":[116]},{"name":"ssfCOMMONFAVORITES","features":[116]},{"name":"ssfCOMMONPROGRAMS","features":[116]},{"name":"ssfCOMMONSTARTMENU","features":[116]},{"name":"ssfCOMMONSTARTUP","features":[116]},{"name":"ssfCONTROLS","features":[116]},{"name":"ssfCOOKIES","features":[116]},{"name":"ssfDESKTOP","features":[116]},{"name":"ssfDESKTOPDIRECTORY","features":[116]},{"name":"ssfDRIVES","features":[116]},{"name":"ssfFAVORITES","features":[116]},{"name":"ssfFONTS","features":[116]},{"name":"ssfHISTORY","features":[116]},{"name":"ssfINTERNETCACHE","features":[116]},{"name":"ssfLOCALAPPDATA","features":[116]},{"name":"ssfMYPICTURES","features":[116]},{"name":"ssfNETHOOD","features":[116]},{"name":"ssfNETWORK","features":[116]},{"name":"ssfPERSONAL","features":[116]},{"name":"ssfPRINTERS","features":[116]},{"name":"ssfPRINTHOOD","features":[116]},{"name":"ssfPROFILE","features":[116]},{"name":"ssfPROGRAMFILES","features":[116]},{"name":"ssfPROGRAMFILESx86","features":[116]},{"name":"ssfPROGRAMS","features":[116]},{"name":"ssfRECENT","features":[116]},{"name":"ssfSENDTO","features":[116]},{"name":"ssfSTARTMENU","features":[116]},{"name":"ssfSTARTUP","features":[116]},{"name":"ssfSYSTEM","features":[116]},{"name":"ssfSYSTEMx86","features":[116]},{"name":"ssfTEMPLATES","features":[116]},{"name":"ssfWINDOWS","features":[116]},{"name":"wnsprintfA","features":[116]},{"name":"wnsprintfW","features":[116]},{"name":"wvnsprintfA","features":[116]},{"name":"wvnsprintfW","features":[116]}],"677":[{"name":"COMDLG_FILTERSPEC","features":[225]},{"name":"DEVICE_SCALE_FACTOR","features":[225]},{"name":"DEVICE_SCALE_FACTOR_INVALID","features":[225]},{"name":"IObjectArray","features":[225]},{"name":"IObjectCollection","features":[225]},{"name":"ITEMIDLIST","features":[225]},{"name":"PERCEIVED","features":[225]},{"name":"PERCEIVEDFLAG_GDIPLUS","features":[225]},{"name":"PERCEIVEDFLAG_HARDCODED","features":[225]},{"name":"PERCEIVEDFLAG_NATIVESUPPORT","features":[225]},{"name":"PERCEIVEDFLAG_SOFTCODED","features":[225]},{"name":"PERCEIVEDFLAG_UNDEFINED","features":[225]},{"name":"PERCEIVEDFLAG_WMSDK","features":[225]},{"name":"PERCEIVEDFLAG_ZIPFOLDER","features":[225]},{"name":"PERCEIVED_TYPE_APPLICATION","features":[225]},{"name":"PERCEIVED_TYPE_AUDIO","features":[225]},{"name":"PERCEIVED_TYPE_COMPRESSED","features":[225]},{"name":"PERCEIVED_TYPE_CONTACTS","features":[225]},{"name":"PERCEIVED_TYPE_CUSTOM","features":[225]},{"name":"PERCEIVED_TYPE_DOCUMENT","features":[225]},{"name":"PERCEIVED_TYPE_FIRST","features":[225]},{"name":"PERCEIVED_TYPE_FOLDER","features":[225]},{"name":"PERCEIVED_TYPE_GAMEMEDIA","features":[225]},{"name":"PERCEIVED_TYPE_IMAGE","features":[225]},{"name":"PERCEIVED_TYPE_LAST","features":[225]},{"name":"PERCEIVED_TYPE_SYSTEM","features":[225]},{"name":"PERCEIVED_TYPE_TEXT","features":[225]},{"name":"PERCEIVED_TYPE_UNKNOWN","features":[225]},{"name":"PERCEIVED_TYPE_UNSPECIFIED","features":[225]},{"name":"PERCEIVED_TYPE_VIDEO","features":[225]},{"name":"SCALE_100_PERCENT","features":[225]},{"name":"SCALE_120_PERCENT","features":[225]},{"name":"SCALE_125_PERCENT","features":[225]},{"name":"SCALE_140_PERCENT","features":[225]},{"name":"SCALE_150_PERCENT","features":[225]},{"name":"SCALE_160_PERCENT","features":[225]},{"name":"SCALE_175_PERCENT","features":[225]},{"name":"SCALE_180_PERCENT","features":[225]},{"name":"SCALE_200_PERCENT","features":[225]},{"name":"SCALE_225_PERCENT","features":[225]},{"name":"SCALE_250_PERCENT","features":[225]},{"name":"SCALE_300_PERCENT","features":[225]},{"name":"SCALE_350_PERCENT","features":[225]},{"name":"SCALE_400_PERCENT","features":[225]},{"name":"SCALE_450_PERCENT","features":[225]},{"name":"SCALE_500_PERCENT","features":[225]},{"name":"SHCOLSTATE","features":[225]},{"name":"SHCOLSTATE_BATCHREAD","features":[225]},{"name":"SHCOLSTATE_DEFAULT","features":[225]},{"name":"SHCOLSTATE_DISPLAYMASK","features":[225]},{"name":"SHCOLSTATE_EXTENDED","features":[225]},{"name":"SHCOLSTATE_FIXED_RATIO","features":[225]},{"name":"SHCOLSTATE_FIXED_WIDTH","features":[225]},{"name":"SHCOLSTATE_HIDDEN","features":[225]},{"name":"SHCOLSTATE_NODPISCALE","features":[225]},{"name":"SHCOLSTATE_NOSORTBYFOLDERNESS","features":[225]},{"name":"SHCOLSTATE_NO_GROUPBY","features":[225]},{"name":"SHCOLSTATE_ONBYDEFAULT","features":[225]},{"name":"SHCOLSTATE_PREFER_FMTCMP","features":[225]},{"name":"SHCOLSTATE_PREFER_VARCMP","features":[225]},{"name":"SHCOLSTATE_SECONDARYUI","features":[225]},{"name":"SHCOLSTATE_SLOW","features":[225]},{"name":"SHCOLSTATE_TYPEMASK","features":[225]},{"name":"SHCOLSTATE_TYPE_DATE","features":[225]},{"name":"SHCOLSTATE_TYPE_INT","features":[225]},{"name":"SHCOLSTATE_TYPE_STR","features":[225]},{"name":"SHCOLSTATE_VIEWONLY","features":[225]},{"name":"SHELLDETAILS","features":[225]},{"name":"SHITEMID","features":[225]},{"name":"STRRET","features":[225]},{"name":"STRRET_CSTR","features":[225]},{"name":"STRRET_OFFSET","features":[225]},{"name":"STRRET_TYPE","features":[225]},{"name":"STRRET_WSTR","features":[225]}],"678":[{"name":"FPSPS_DEFAULT","features":[226]},{"name":"FPSPS_READONLY","features":[226]},{"name":"FPSPS_TREAT_NEW_VALUES_AS_DIRTY","features":[226]},{"name":"GETPROPERTYSTOREFLAGS","features":[226]},{"name":"GPS_BESTEFFORT","features":[226]},{"name":"GPS_DEFAULT","features":[226]},{"name":"GPS_DELAYCREATION","features":[226]},{"name":"GPS_EXTRINSICPROPERTIES","features":[226]},{"name":"GPS_EXTRINSICPROPERTIESONLY","features":[226]},{"name":"GPS_FASTPROPERTIESONLY","features":[226]},{"name":"GPS_HANDLERPROPERTIESONLY","features":[226]},{"name":"GPS_MASK_VALID","features":[226]},{"name":"GPS_NO_OPLOCK","features":[226]},{"name":"GPS_OPENSLOWITEM","features":[226]},{"name":"GPS_PREFERQUERYPROPERTIES","features":[226]},{"name":"GPS_READWRITE","features":[226]},{"name":"GPS_TEMPORARY","features":[226]},{"name":"GPS_VOLATILEPROPERTIES","features":[226]},{"name":"GPS_VOLATILEPROPERTIESONLY","features":[226]},{"name":"ICreateObject","features":[226]},{"name":"IDelayedPropertyStoreFactory","features":[226]},{"name":"IInitializeWithFile","features":[226]},{"name":"IInitializeWithStream","features":[226]},{"name":"INamedPropertyStore","features":[226]},{"name":"IObjectWithPropertyKey","features":[226]},{"name":"IPersistSerializedPropStorage","features":[226]},{"name":"IPersistSerializedPropStorage2","features":[226]},{"name":"IPropertyChange","features":[226]},{"name":"IPropertyChangeArray","features":[226]},{"name":"IPropertyDescription","features":[226]},{"name":"IPropertyDescription2","features":[226]},{"name":"IPropertyDescriptionAliasInfo","features":[226]},{"name":"IPropertyDescriptionList","features":[226]},{"name":"IPropertyDescriptionRelatedPropertyInfo","features":[226]},{"name":"IPropertyDescriptionSearchInfo","features":[226]},{"name":"IPropertyEnumType","features":[226]},{"name":"IPropertyEnumType2","features":[226]},{"name":"IPropertyEnumTypeList","features":[226]},{"name":"IPropertyStore","features":[226]},{"name":"IPropertyStoreCache","features":[226]},{"name":"IPropertyStoreCapabilities","features":[226]},{"name":"IPropertyStoreFactory","features":[226]},{"name":"IPropertySystem","features":[226]},{"name":"IPropertySystemChangeNotify","features":[226]},{"name":"IPropertyUI","features":[226]},{"name":"InMemoryPropertyStore","features":[226]},{"name":"InMemoryPropertyStoreMarshalByValue","features":[226]},{"name":"PCUSERIALIZEDPROPSTORAGE","features":[226]},{"name":"PDAT_AVERAGE","features":[226]},{"name":"PDAT_DATERANGE","features":[226]},{"name":"PDAT_DEFAULT","features":[226]},{"name":"PDAT_FIRST","features":[226]},{"name":"PDAT_MAX","features":[226]},{"name":"PDAT_MIN","features":[226]},{"name":"PDAT_SUM","features":[226]},{"name":"PDAT_UNION","features":[226]},{"name":"PDCIT_INMEMORY","features":[226]},{"name":"PDCIT_NONE","features":[226]},{"name":"PDCIT_ONDEMAND","features":[226]},{"name":"PDCIT_ONDISK","features":[226]},{"name":"PDCIT_ONDISKALL","features":[226]},{"name":"PDCIT_ONDISKVECTOR","features":[226]},{"name":"PDCOT_BOOLEAN","features":[226]},{"name":"PDCOT_DATETIME","features":[226]},{"name":"PDCOT_NONE","features":[226]},{"name":"PDCOT_NUMBER","features":[226]},{"name":"PDCOT_SIZE","features":[226]},{"name":"PDCOT_STRING","features":[226]},{"name":"PDDT_BOOLEAN","features":[226]},{"name":"PDDT_DATETIME","features":[226]},{"name":"PDDT_ENUMERATED","features":[226]},{"name":"PDDT_NUMBER","features":[226]},{"name":"PDDT_STRING","features":[226]},{"name":"PDEF_ALL","features":[226]},{"name":"PDEF_COLUMN","features":[226]},{"name":"PDEF_INFULLTEXTQUERY","features":[226]},{"name":"PDEF_NONSYSTEM","features":[226]},{"name":"PDEF_QUERYABLE","features":[226]},{"name":"PDEF_SYSTEM","features":[226]},{"name":"PDEF_VIEWABLE","features":[226]},{"name":"PDFF_ALWAYSKB","features":[226]},{"name":"PDFF_DEFAULT","features":[226]},{"name":"PDFF_FILENAME","features":[226]},{"name":"PDFF_HIDEDATE","features":[226]},{"name":"PDFF_HIDETIME","features":[226]},{"name":"PDFF_LONGDATE","features":[226]},{"name":"PDFF_LONGTIME","features":[226]},{"name":"PDFF_NOAUTOREADINGORDER","features":[226]},{"name":"PDFF_PREFIXNAME","features":[226]},{"name":"PDFF_READONLY","features":[226]},{"name":"PDFF_RELATIVEDATE","features":[226]},{"name":"PDFF_RESERVED_RIGHTTOLEFT","features":[226]},{"name":"PDFF_SHORTDATE","features":[226]},{"name":"PDFF_SHORTTIME","features":[226]},{"name":"PDFF_USEEDITINVITATION","features":[226]},{"name":"PDGR_ALPHANUMERIC","features":[226]},{"name":"PDGR_DATE","features":[226]},{"name":"PDGR_DISCRETE","features":[226]},{"name":"PDGR_DYNAMIC","features":[226]},{"name":"PDGR_ENUMERATED","features":[226]},{"name":"PDGR_PERCENT","features":[226]},{"name":"PDGR_SIZE","features":[226]},{"name":"PDOPSTATUS","features":[226]},{"name":"PDOPS_CANCELLED","features":[226]},{"name":"PDOPS_ERRORS","features":[226]},{"name":"PDOPS_PAUSED","features":[226]},{"name":"PDOPS_RUNNING","features":[226]},{"name":"PDOPS_STOPPED","features":[226]},{"name":"PDRDT_COUNT","features":[226]},{"name":"PDRDT_DATE","features":[226]},{"name":"PDRDT_DURATION","features":[226]},{"name":"PDRDT_GENERAL","features":[226]},{"name":"PDRDT_LENGTH","features":[226]},{"name":"PDRDT_PRIORITY","features":[226]},{"name":"PDRDT_RATE","features":[226]},{"name":"PDRDT_RATING","features":[226]},{"name":"PDRDT_REVISION","features":[226]},{"name":"PDRDT_SIZE","features":[226]},{"name":"PDRDT_SPEED","features":[226]},{"name":"PDSD_A_Z","features":[226]},{"name":"PDSD_GENERAL","features":[226]},{"name":"PDSD_LOWEST_HIGHEST","features":[226]},{"name":"PDSD_OLDEST_NEWEST","features":[226]},{"name":"PDSD_SMALLEST_BIGGEST","features":[226]},{"name":"PDSIF_ALWAYSINCLUDE","features":[226]},{"name":"PDSIF_DEFAULT","features":[226]},{"name":"PDSIF_ININVERTEDINDEX","features":[226]},{"name":"PDSIF_ISCOLUMN","features":[226]},{"name":"PDSIF_ISCOLUMNSPARSE","features":[226]},{"name":"PDSIF_USEFORTYPEAHEAD","features":[226]},{"name":"PDTF_ALWAYSINSUPPLEMENTALSTORE","features":[226]},{"name":"PDTF_CANBEPURGED","features":[226]},{"name":"PDTF_CANGROUPBY","features":[226]},{"name":"PDTF_CANSTACKBY","features":[226]},{"name":"PDTF_DEFAULT","features":[226]},{"name":"PDTF_DONTCOERCEEMPTYSTRINGS","features":[226]},{"name":"PDTF_INCLUDEINFULLTEXTQUERY","features":[226]},{"name":"PDTF_ISGROUP","features":[226]},{"name":"PDTF_ISINNATE","features":[226]},{"name":"PDTF_ISQUERYABLE","features":[226]},{"name":"PDTF_ISSYSTEMPROPERTY","features":[226]},{"name":"PDTF_ISTREEPROPERTY","features":[226]},{"name":"PDTF_ISVIEWABLE","features":[226]},{"name":"PDTF_MASK_ALL","features":[226]},{"name":"PDTF_MULTIPLEVALUES","features":[226]},{"name":"PDTF_SEARCHRAWVALUE","features":[226]},{"name":"PDVF_BEGINNEWGROUP","features":[226]},{"name":"PDVF_CANWRAP","features":[226]},{"name":"PDVF_CENTERALIGN","features":[226]},{"name":"PDVF_DEFAULT","features":[226]},{"name":"PDVF_FILLAREA","features":[226]},{"name":"PDVF_HIDDEN","features":[226]},{"name":"PDVF_HIDELABEL","features":[226]},{"name":"PDVF_MASK_ALL","features":[226]},{"name":"PDVF_RIGHTALIGN","features":[226]},{"name":"PDVF_SHOWBYDEFAULT","features":[226]},{"name":"PDVF_SHOWINPRIMARYLIST","features":[226]},{"name":"PDVF_SHOWINSECONDARYLIST","features":[226]},{"name":"PDVF_SHOWONLYIFPRESENT","features":[226]},{"name":"PDVF_SORTDESCENDING","features":[226]},{"name":"PET_DEFAULTVALUE","features":[226]},{"name":"PET_DISCRETEVALUE","features":[226]},{"name":"PET_ENDRANGE","features":[226]},{"name":"PET_RANGEDVALUE","features":[226]},{"name":"PKA_APPEND","features":[226]},{"name":"PKA_DELETE","features":[226]},{"name":"PKA_FLAGS","features":[226]},{"name":"PKA_SET","features":[226]},{"name":"PKEY_PIDSTR_MAX","features":[226]},{"name":"PLACEHOLDER_STATES","features":[226]},{"name":"PROPDESC_AGGREGATION_TYPE","features":[226]},{"name":"PROPDESC_COLUMNINDEX_TYPE","features":[226]},{"name":"PROPDESC_CONDITION_TYPE","features":[226]},{"name":"PROPDESC_DISPLAYTYPE","features":[226]},{"name":"PROPDESC_ENUMFILTER","features":[226]},{"name":"PROPDESC_FORMAT_FLAGS","features":[226]},{"name":"PROPDESC_GROUPING_RANGE","features":[226]},{"name":"PROPDESC_RELATIVEDESCRIPTION_TYPE","features":[226]},{"name":"PROPDESC_SEARCHINFO_FLAGS","features":[226]},{"name":"PROPDESC_SORTDESCRIPTION","features":[226]},{"name":"PROPDESC_TYPE_FLAGS","features":[226]},{"name":"PROPDESC_VIEW_FLAGS","features":[226]},{"name":"PROPENUMTYPE","features":[226]},{"name":"PROPERTYUI_FLAGS","features":[226]},{"name":"PROPERTYUI_FORMAT_FLAGS","features":[226]},{"name":"PROPERTYUI_NAME_FLAGS","features":[226]},{"name":"PROPPRG","features":[226]},{"name":"PSC_DIRTY","features":[226]},{"name":"PSC_NORMAL","features":[226]},{"name":"PSC_NOTINSOURCE","features":[226]},{"name":"PSC_READONLY","features":[226]},{"name":"PSC_STATE","features":[226]},{"name":"PSCoerceToCanonicalValue","features":[1,70,44,226]},{"name":"PSCreateAdapterFromPropertyStore","features":[226]},{"name":"PSCreateDelayedMultiplexPropertyStore","features":[226]},{"name":"PSCreateMemoryPropertyStore","features":[226]},{"name":"PSCreateMultiplexPropertyStore","features":[226]},{"name":"PSCreatePropertyChangeArray","features":[1,70,44,226]},{"name":"PSCreatePropertyStoreFromObject","features":[226]},{"name":"PSCreatePropertyStoreFromPropertySetStorage","features":[226]},{"name":"PSCreateSimplePropertyChange","features":[1,70,44,226]},{"name":"PSEnumeratePropertyDescriptions","features":[226]},{"name":"PSFormatForDisplay","features":[1,70,44,226]},{"name":"PSFormatForDisplayAlloc","features":[1,70,44,226]},{"name":"PSFormatPropertyValue","features":[226]},{"name":"PSGetImageReferenceForValue","features":[1,70,44,226]},{"name":"PSGetItemPropertyHandler","features":[1,226]},{"name":"PSGetItemPropertyHandlerWithCreateObject","features":[1,226]},{"name":"PSGetNameFromPropertyKey","features":[1,226]},{"name":"PSGetNamedPropertyFromPropertyStorage","features":[1,70,44,226]},{"name":"PSGetPropertyDescription","features":[1,226]},{"name":"PSGetPropertyDescriptionByName","features":[226]},{"name":"PSGetPropertyDescriptionListFromString","features":[226]},{"name":"PSGetPropertyFromPropertyStorage","features":[1,70,44,226]},{"name":"PSGetPropertyKeyFromName","features":[1,226]},{"name":"PSGetPropertySystem","features":[226]},{"name":"PSGetPropertyValue","features":[1,70,44,226]},{"name":"PSLookupPropertyHandlerCLSID","features":[226]},{"name":"PSPropertyBag_Delete","features":[226]},{"name":"PSPropertyBag_ReadBOOL","features":[1,226]},{"name":"PSPropertyBag_ReadBSTR","features":[226]},{"name":"PSPropertyBag_ReadDWORD","features":[226]},{"name":"PSPropertyBag_ReadGUID","features":[226]},{"name":"PSPropertyBag_ReadInt","features":[226]},{"name":"PSPropertyBag_ReadLONG","features":[226]},{"name":"PSPropertyBag_ReadPOINTL","features":[1,226]},{"name":"PSPropertyBag_ReadPOINTS","features":[1,226]},{"name":"PSPropertyBag_ReadPropertyKey","features":[1,226]},{"name":"PSPropertyBag_ReadRECTL","features":[1,226]},{"name":"PSPropertyBag_ReadSHORT","features":[226]},{"name":"PSPropertyBag_ReadStr","features":[226]},{"name":"PSPropertyBag_ReadStrAlloc","features":[226]},{"name":"PSPropertyBag_ReadStream","features":[226]},{"name":"PSPropertyBag_ReadType","features":[1,43,44,226]},{"name":"PSPropertyBag_ReadULONGLONG","features":[226]},{"name":"PSPropertyBag_ReadUnknown","features":[226]},{"name":"PSPropertyBag_WriteBOOL","features":[1,226]},{"name":"PSPropertyBag_WriteBSTR","features":[226]},{"name":"PSPropertyBag_WriteDWORD","features":[226]},{"name":"PSPropertyBag_WriteGUID","features":[226]},{"name":"PSPropertyBag_WriteInt","features":[226]},{"name":"PSPropertyBag_WriteLONG","features":[226]},{"name":"PSPropertyBag_WritePOINTL","features":[1,226]},{"name":"PSPropertyBag_WritePOINTS","features":[1,226]},{"name":"PSPropertyBag_WritePropertyKey","features":[1,226]},{"name":"PSPropertyBag_WriteRECTL","features":[1,226]},{"name":"PSPropertyBag_WriteSHORT","features":[226]},{"name":"PSPropertyBag_WriteStr","features":[226]},{"name":"PSPropertyBag_WriteStream","features":[226]},{"name":"PSPropertyBag_WriteULONGLONG","features":[226]},{"name":"PSPropertyBag_WriteUnknown","features":[226]},{"name":"PSPropertyKeyFromString","features":[1,226]},{"name":"PSRefreshPropertySchema","features":[226]},{"name":"PSRegisterPropertySchema","features":[226]},{"name":"PSSetPropertyValue","features":[1,70,44,226]},{"name":"PSStringFromPropertyKey","features":[1,226]},{"name":"PSUnregisterPropertySchema","features":[226]},{"name":"PS_ALL","features":[226]},{"name":"PS_CLOUDFILE_PLACEHOLDER","features":[226]},{"name":"PS_CREATE_FILE_ACCESSIBLE","features":[226]},{"name":"PS_DEFAULT","features":[226]},{"name":"PS_FULL_PRIMARY_STREAM_AVAILABLE","features":[226]},{"name":"PS_MARKED_FOR_OFFLINE_AVAILABILITY","features":[226]},{"name":"PS_NONE","features":[226]},{"name":"PUIFFDF_DEFAULT","features":[226]},{"name":"PUIFFDF_FRIENDLYDATE","features":[226]},{"name":"PUIFFDF_NOTIME","features":[226]},{"name":"PUIFFDF_RIGHTTOLEFT","features":[226]},{"name":"PUIFFDF_SHORTFORMAT","features":[226]},{"name":"PUIFNF_DEFAULT","features":[226]},{"name":"PUIFNF_MNEMONIC","features":[226]},{"name":"PUIF_DEFAULT","features":[226]},{"name":"PUIF_NOLABELININFOTIP","features":[226]},{"name":"PUIF_RIGHTALIGN","features":[226]},{"name":"PifMgr_CloseProperties","features":[1,226]},{"name":"PifMgr_GetProperties","features":[1,226]},{"name":"PifMgr_OpenProperties","features":[1,226]},{"name":"PifMgr_SetProperties","features":[1,226]},{"name":"PropertySystem","features":[226]},{"name":"SERIALIZEDPROPSTORAGE","features":[226]},{"name":"SESF_ALL_FLAGS","features":[226]},{"name":"SESF_AUTHENTICATION_ERROR","features":[226]},{"name":"SESF_NONE","features":[226]},{"name":"SESF_PAUSED_DUE_TO_CLIENT_POLICY","features":[226]},{"name":"SESF_PAUSED_DUE_TO_DISK_SPACE_FULL","features":[226]},{"name":"SESF_PAUSED_DUE_TO_METERED_NETWORK","features":[226]},{"name":"SESF_PAUSED_DUE_TO_SERVICE_POLICY","features":[226]},{"name":"SESF_PAUSED_DUE_TO_USER_REQUEST","features":[226]},{"name":"SESF_SERVICE_QUOTA_EXCEEDED_LIMIT","features":[226]},{"name":"SESF_SERVICE_QUOTA_NEARING_LIMIT","features":[226]},{"name":"SESF_SERVICE_UNAVAILABLE","features":[226]},{"name":"SHAddDefaultPropertiesByExt","features":[226]},{"name":"SHGetPropertyStoreForWindow","features":[1,226]},{"name":"SHGetPropertyStoreFromIDList","features":[225,226]},{"name":"SHGetPropertyStoreFromParsingName","features":[226]},{"name":"SHPropStgCreate","features":[226]},{"name":"SHPropStgReadMultiple","features":[1,70,44,226]},{"name":"SHPropStgWriteMultiple","features":[1,70,44,226]},{"name":"STS_EXCLUDED","features":[226]},{"name":"STS_FETCHING_METADATA","features":[226]},{"name":"STS_HASERROR","features":[226]},{"name":"STS_HASWARNING","features":[226]},{"name":"STS_INCOMPLETE","features":[226]},{"name":"STS_NEEDSDOWNLOAD","features":[226]},{"name":"STS_NEEDSUPLOAD","features":[226]},{"name":"STS_NONE","features":[226]},{"name":"STS_PAUSED","features":[226]},{"name":"STS_PLACEHOLDER_IFEMPTY","features":[226]},{"name":"STS_TRANSFERRING","features":[226]},{"name":"STS_USER_REQUESTED_REFRESH","features":[226]},{"name":"SYNC_ENGINE_STATE_FLAGS","features":[226]},{"name":"SYNC_TRANSFER_STATUS","features":[226]},{"name":"_PERSIST_SPROPSTORE_FLAGS","features":[226]}],"679":[{"name":"ALT_BREAKS","features":[227]},{"name":"ALT_BREAKS_FULL","features":[227]},{"name":"ALT_BREAKS_SAME","features":[227]},{"name":"ALT_BREAKS_UNIQUE","features":[227]},{"name":"ASYNC_RECO_ADDSTROKE_FAILED","features":[227]},{"name":"ASYNC_RECO_INTERRUPTED","features":[227]},{"name":"ASYNC_RECO_PROCESS_FAILED","features":[227]},{"name":"ASYNC_RECO_RESETCONTEXT_FAILED","features":[227]},{"name":"ASYNC_RECO_SETCACMODE_FAILED","features":[227]},{"name":"ASYNC_RECO_SETFACTOID_FAILED","features":[227]},{"name":"ASYNC_RECO_SETFLAGS_FAILED","features":[227]},{"name":"ASYNC_RECO_SETGUIDE_FAILED","features":[227]},{"name":"ASYNC_RECO_SETTEXTCONTEXT_FAILED","features":[227]},{"name":"ASYNC_RECO_SETWORDLIST_FAILED","features":[227]},{"name":"AddStroke","features":[13,227]},{"name":"AddWordsToWordList","features":[227]},{"name":"AdviseInkChange","features":[1,227]},{"name":"AppearanceConstants","features":[227]},{"name":"AsyncStylusQueue","features":[227]},{"name":"AsyncStylusQueueImmediate","features":[227]},{"name":"BEST_COMPLETE","features":[227]},{"name":"BorderStyleConstants","features":[227]},{"name":"CAC_FULL","features":[227]},{"name":"CAC_PREFIX","features":[227]},{"name":"CAC_RANDOM","features":[227]},{"name":"CFL_INTERMEDIATE","features":[227]},{"name":"CFL_POOR","features":[227]},{"name":"CFL_STRONG","features":[227]},{"name":"CHARACTER_RANGE","features":[227]},{"name":"CONFIDENCE_LEVEL","features":[227]},{"name":"Closed","features":[227]},{"name":"CorrectionMode","features":[227]},{"name":"CorrectionMode_NotVisible","features":[227]},{"name":"CorrectionMode_PostInsertionCollapsed","features":[227]},{"name":"CorrectionMode_PostInsertionExpanded","features":[227]},{"name":"CorrectionMode_PreInsertion","features":[227]},{"name":"CorrectionPosition","features":[227]},{"name":"CorrectionPosition_Auto","features":[227]},{"name":"CorrectionPosition_Bottom","features":[227]},{"name":"CorrectionPosition_Top","features":[227]},{"name":"CreateContext","features":[227]},{"name":"CreateRecognizer","features":[227]},{"name":"DISPID_DAAntiAliased","features":[227]},{"name":"DISPID_DAClone","features":[227]},{"name":"DISPID_DAColor","features":[227]},{"name":"DISPID_DAExtendedProperties","features":[227]},{"name":"DISPID_DAFitToCurve","features":[227]},{"name":"DISPID_DAHeight","features":[227]},{"name":"DISPID_DAIgnorePressure","features":[227]},{"name":"DISPID_DAPenTip","features":[227]},{"name":"DISPID_DARasterOperation","features":[227]},{"name":"DISPID_DATransparency","features":[227]},{"name":"DISPID_DAWidth","features":[227]},{"name":"DISPID_DisableNoScroll","features":[227]},{"name":"DISPID_DragIcon","features":[227]},{"name":"DISPID_DrawAttr","features":[227]},{"name":"DISPID_Enabled","features":[227]},{"name":"DISPID_Factoid","features":[227]},{"name":"DISPID_GetGestStatus","features":[227]},{"name":"DISPID_Hwnd","features":[227]},{"name":"DISPID_IAddStrokesAtRectangle","features":[227]},{"name":"DISPID_ICAutoRedraw","features":[227]},{"name":"DISPID_ICBId","features":[227]},{"name":"DISPID_ICBName","features":[227]},{"name":"DISPID_ICBState","features":[227]},{"name":"DISPID_ICBsCount","features":[227]},{"name":"DISPID_ICBsItem","features":[227]},{"name":"DISPID_ICBs_NewEnum","features":[227]},{"name":"DISPID_ICCollectingInk","features":[227]},{"name":"DISPID_ICCollectionMode","features":[227]},{"name":"DISPID_ICCursors","features":[227]},{"name":"DISPID_ICDefaultDrawingAttributes","features":[227]},{"name":"DISPID_ICDesiredPacketDescription","features":[227]},{"name":"DISPID_ICDynamicRendering","features":[227]},{"name":"DISPID_ICECursorButtonDown","features":[227]},{"name":"DISPID_ICECursorButtonUp","features":[227]},{"name":"DISPID_ICECursorDown","features":[227]},{"name":"DISPID_ICECursorInRange","features":[227]},{"name":"DISPID_ICECursorOutOfRange","features":[227]},{"name":"DISPID_ICEGesture","features":[227]},{"name":"DISPID_ICENewInAirPackets","features":[227]},{"name":"DISPID_ICENewPackets","features":[227]},{"name":"DISPID_ICEStroke","features":[227]},{"name":"DISPID_ICESystemGesture","features":[227]},{"name":"DISPID_ICETabletAdded","features":[227]},{"name":"DISPID_ICETabletRemoved","features":[227]},{"name":"DISPID_ICEnabled","features":[227]},{"name":"DISPID_ICGetEventInterest","features":[227]},{"name":"DISPID_ICGetGestureStatus","features":[227]},{"name":"DISPID_ICGetWindowInputRectangle","features":[227]},{"name":"DISPID_ICHwnd","features":[227]},{"name":"DISPID_ICInk","features":[227]},{"name":"DISPID_ICMarginX","features":[227]},{"name":"DISPID_ICMarginY","features":[227]},{"name":"DISPID_ICMouseIcon","features":[227]},{"name":"DISPID_ICMousePointer","features":[227]},{"name":"DISPID_ICPaint","features":[227]},{"name":"DISPID_ICRenderer","features":[227]},{"name":"DISPID_ICSetAllTabletsMode","features":[227]},{"name":"DISPID_ICSetEventInterest","features":[227]},{"name":"DISPID_ICSetGestureStatus","features":[227]},{"name":"DISPID_ICSetSingleTabletIntegratedMode","features":[227]},{"name":"DISPID_ICSetWindowInputRectangle","features":[227]},{"name":"DISPID_ICSsAdd","features":[227]},{"name":"DISPID_ICSsClear","features":[227]},{"name":"DISPID_ICSsCount","features":[227]},{"name":"DISPID_ICSsItem","features":[227]},{"name":"DISPID_ICSsRemove","features":[227]},{"name":"DISPID_ICSs_NewEnum","features":[227]},{"name":"DISPID_ICSupportHighContrastInk","features":[227]},{"name":"DISPID_ICTablet","features":[227]},{"name":"DISPID_ICText","features":[227]},{"name":"DISPID_ICanPaste","features":[227]},{"name":"DISPID_IClip","features":[227]},{"name":"DISPID_IClipboardCopy","features":[227]},{"name":"DISPID_IClipboardCopyWithRectangle","features":[227]},{"name":"DISPID_IClipboardPaste","features":[227]},{"name":"DISPID_IClone","features":[227]},{"name":"DISPID_ICreateStroke","features":[227]},{"name":"DISPID_ICreateStrokeFromPoints","features":[227]},{"name":"DISPID_ICreateStrokes","features":[227]},{"name":"DISPID_ICsCount","features":[227]},{"name":"DISPID_ICsItem","features":[227]},{"name":"DISPID_ICs_NewEnum","features":[227]},{"name":"DISPID_ICsrButtons","features":[227]},{"name":"DISPID_ICsrDrawingAttributes","features":[227]},{"name":"DISPID_ICsrId","features":[227]},{"name":"DISPID_ICsrInverted","features":[227]},{"name":"DISPID_ICsrName","features":[227]},{"name":"DISPID_ICsrTablet","features":[227]},{"name":"DISPID_ICustomStrokes","features":[227]},{"name":"DISPID_IDeleteStroke","features":[227]},{"name":"DISPID_IDeleteStrokes","features":[227]},{"name":"DISPID_IDirty","features":[227]},{"name":"DISPID_IEInkAdded","features":[227]},{"name":"DISPID_IEInkDeleted","features":[227]},{"name":"DISPID_IEPData","features":[227]},{"name":"DISPID_IEPGuid","features":[227]},{"name":"DISPID_IEPsAdd","features":[227]},{"name":"DISPID_IEPsClear","features":[227]},{"name":"DISPID_IEPsCount","features":[227]},{"name":"DISPID_IEPsDoesPropertyExist","features":[227]},{"name":"DISPID_IEPsItem","features":[227]},{"name":"DISPID_IEPsRemove","features":[227]},{"name":"DISPID_IEPs_NewEnum","features":[227]},{"name":"DISPID_IExtendedProperties","features":[227]},{"name":"DISPID_IExtractStrokes","features":[227]},{"name":"DISPID_IExtractWithRectangle","features":[227]},{"name":"DISPID_IGConfidence","features":[227]},{"name":"DISPID_IGGetHotPoint","features":[227]},{"name":"DISPID_IGId","features":[227]},{"name":"DISPID_IGetBoundingBox","features":[227]},{"name":"DISPID_IHitTestCircle","features":[227]},{"name":"DISPID_IHitTestWithLasso","features":[227]},{"name":"DISPID_IHitTestWithRectangle","features":[227]},{"name":"DISPID_IInkDivider_Divide","features":[227]},{"name":"DISPID_IInkDivider_LineHeight","features":[227]},{"name":"DISPID_IInkDivider_RecognizerContext","features":[227]},{"name":"DISPID_IInkDivider_Strokes","features":[227]},{"name":"DISPID_IInkDivisionResult_ResultByType","features":[227]},{"name":"DISPID_IInkDivisionResult_Strokes","features":[227]},{"name":"DISPID_IInkDivisionUnit_DivisionType","features":[227]},{"name":"DISPID_IInkDivisionUnit_RecognizedString","features":[227]},{"name":"DISPID_IInkDivisionUnit_RotationTransform","features":[227]},{"name":"DISPID_IInkDivisionUnit_Strokes","features":[227]},{"name":"DISPID_IInkDivisionUnits_Count","features":[227]},{"name":"DISPID_IInkDivisionUnits_Item","features":[227]},{"name":"DISPID_IInkDivisionUnits_NewEnum","features":[227]},{"name":"DISPID_ILoad","features":[227]},{"name":"DISPID_INearestPoint","features":[227]},{"name":"DISPID_IOAttachMode","features":[227]},{"name":"DISPID_IODraw","features":[227]},{"name":"DISPID_IOEPainted","features":[227]},{"name":"DISPID_IOEPainting","features":[227]},{"name":"DISPID_IOESelectionChanged","features":[227]},{"name":"DISPID_IOESelectionChanging","features":[227]},{"name":"DISPID_IOESelectionMoved","features":[227]},{"name":"DISPID_IOESelectionMoving","features":[227]},{"name":"DISPID_IOESelectionResized","features":[227]},{"name":"DISPID_IOESelectionResizing","features":[227]},{"name":"DISPID_IOEStrokesDeleted","features":[227]},{"name":"DISPID_IOEStrokesDeleting","features":[227]},{"name":"DISPID_IOEditingMode","features":[227]},{"name":"DISPID_IOEraserMode","features":[227]},{"name":"DISPID_IOEraserWidth","features":[227]},{"name":"DISPID_IOHitTestSelection","features":[227]},{"name":"DISPID_IOSelection","features":[227]},{"name":"DISPID_IOSupportHighContrastSelectionUI","features":[227]},{"name":"DISPID_IPBackColor","features":[227]},{"name":"DISPID_IPEChangeUICues","features":[227]},{"name":"DISPID_IPEClick","features":[227]},{"name":"DISPID_IPEDblClick","features":[227]},{"name":"DISPID_IPEInvalidated","features":[227]},{"name":"DISPID_IPEKeyDown","features":[227]},{"name":"DISPID_IPEKeyPress","features":[227]},{"name":"DISPID_IPEKeyUp","features":[227]},{"name":"DISPID_IPEMouseDown","features":[227]},{"name":"DISPID_IPEMouseEnter","features":[227]},{"name":"DISPID_IPEMouseHover","features":[227]},{"name":"DISPID_IPEMouseLeave","features":[227]},{"name":"DISPID_IPEMouseMove","features":[227]},{"name":"DISPID_IPEMouseUp","features":[227]},{"name":"DISPID_IPEMouseWheel","features":[227]},{"name":"DISPID_IPEResize","features":[227]},{"name":"DISPID_IPESizeChanged","features":[227]},{"name":"DISPID_IPESizeModeChanged","features":[227]},{"name":"DISPID_IPEStyleChanged","features":[227]},{"name":"DISPID_IPESystemColorsChanged","features":[227]},{"name":"DISPID_IPInkEnabled","features":[227]},{"name":"DISPID_IPPicture","features":[227]},{"name":"DISPID_IPSizeMode","features":[227]},{"name":"DISPID_IRBottom","features":[227]},{"name":"DISPID_IRData","features":[227]},{"name":"DISPID_IRDraw","features":[227]},{"name":"DISPID_IRDrawStroke","features":[227]},{"name":"DISPID_IRERecognition","features":[227]},{"name":"DISPID_IRERecognitionWithAlternates","features":[227]},{"name":"DISPID_IRGColumns","features":[227]},{"name":"DISPID_IRGDrawnBox","features":[227]},{"name":"DISPID_IRGGuideData","features":[227]},{"name":"DISPID_IRGMidline","features":[227]},{"name":"DISPID_IRGRows","features":[227]},{"name":"DISPID_IRGWritingBox","features":[227]},{"name":"DISPID_IRGetObjectTransform","features":[227]},{"name":"DISPID_IRGetRectangle","features":[227]},{"name":"DISPID_IRGetViewTransform","features":[227]},{"name":"DISPID_IRInkSpaceToPixel","features":[227]},{"name":"DISPID_IRInkSpaceToPixelFromPoints","features":[227]},{"name":"DISPID_IRLeft","features":[227]},{"name":"DISPID_IRMeasure","features":[227]},{"name":"DISPID_IRMeasureStroke","features":[227]},{"name":"DISPID_IRMove","features":[227]},{"name":"DISPID_IRPixelToInkSpace","features":[227]},{"name":"DISPID_IRPixelToInkSpaceFromPoints","features":[227]},{"name":"DISPID_IRRight","features":[227]},{"name":"DISPID_IRRotate","features":[227]},{"name":"DISPID_IRScale","features":[227]},{"name":"DISPID_IRSetObjectTransform","features":[227]},{"name":"DISPID_IRSetRectangle","features":[227]},{"name":"DISPID_IRSetViewTransform","features":[227]},{"name":"DISPID_IRTop","features":[227]},{"name":"DISPID_IRecoCtx2_EnabledUnicodeRanges","features":[227]},{"name":"DISPID_IRecoCtx_BackgroundRecognize","features":[227]},{"name":"DISPID_IRecoCtx_BackgroundRecognizeWithAlternates","features":[227]},{"name":"DISPID_IRecoCtx_CharacterAutoCompletionMode","features":[227]},{"name":"DISPID_IRecoCtx_Clone","features":[227]},{"name":"DISPID_IRecoCtx_EndInkInput","features":[227]},{"name":"DISPID_IRecoCtx_Factoid","features":[227]},{"name":"DISPID_IRecoCtx_Flags","features":[227]},{"name":"DISPID_IRecoCtx_Guide","features":[227]},{"name":"DISPID_IRecoCtx_IsStringSupported","features":[227]},{"name":"DISPID_IRecoCtx_PrefixText","features":[227]},{"name":"DISPID_IRecoCtx_Recognize","features":[227]},{"name":"DISPID_IRecoCtx_Recognizer","features":[227]},{"name":"DISPID_IRecoCtx_StopBackgroundRecognition","features":[227]},{"name":"DISPID_IRecoCtx_StopRecognition","features":[227]},{"name":"DISPID_IRecoCtx_Strokes","features":[227]},{"name":"DISPID_IRecoCtx_SuffixText","features":[227]},{"name":"DISPID_IRecoCtx_WordList","features":[227]},{"name":"DISPID_IRecosCount","features":[227]},{"name":"DISPID_IRecosGetDefaultRecognizer","features":[227]},{"name":"DISPID_IRecosItem","features":[227]},{"name":"DISPID_IRecos_NewEnum","features":[227]},{"name":"DISPID_ISDBezierCusps","features":[227]},{"name":"DISPID_ISDBezierPoints","features":[227]},{"name":"DISPID_ISDClip","features":[227]},{"name":"DISPID_ISDDeleted","features":[227]},{"name":"DISPID_ISDDrawingAttributes","features":[227]},{"name":"DISPID_ISDExtendedProperties","features":[227]},{"name":"DISPID_ISDFindIntersections","features":[227]},{"name":"DISPID_ISDGetBoundingBox","features":[227]},{"name":"DISPID_ISDGetFlattenedBezierPoints","features":[227]},{"name":"DISPID_ISDGetPacketData","features":[227]},{"name":"DISPID_ISDGetPacketDescriptionPropertyMetrics","features":[227]},{"name":"DISPID_ISDGetPacketValuesByProperty","features":[227]},{"name":"DISPID_ISDGetPoints","features":[227]},{"name":"DISPID_ISDGetRectangleIntersections","features":[227]},{"name":"DISPID_ISDHitTestCircle","features":[227]},{"name":"DISPID_ISDID","features":[227]},{"name":"DISPID_ISDInk","features":[227]},{"name":"DISPID_ISDInkIndex","features":[227]},{"name":"DISPID_ISDMove","features":[227]},{"name":"DISPID_ISDNearestPoint","features":[227]},{"name":"DISPID_ISDPacketCount","features":[227]},{"name":"DISPID_ISDPacketDescription","features":[227]},{"name":"DISPID_ISDPacketSize","features":[227]},{"name":"DISPID_ISDPolylineCusps","features":[227]},{"name":"DISPID_ISDRotate","features":[227]},{"name":"DISPID_ISDScale","features":[227]},{"name":"DISPID_ISDScaleToRectangle","features":[227]},{"name":"DISPID_ISDSelfIntersections","features":[227]},{"name":"DISPID_ISDSetPacketValuesByProperty","features":[227]},{"name":"DISPID_ISDSetPoints","features":[227]},{"name":"DISPID_ISDShear","features":[227]},{"name":"DISPID_ISDSplit","features":[227]},{"name":"DISPID_ISDTransform","features":[227]},{"name":"DISPID_ISave","features":[227]},{"name":"DISPID_ISsAdd","features":[227]},{"name":"DISPID_ISsAddStrokes","features":[227]},{"name":"DISPID_ISsClip","features":[227]},{"name":"DISPID_ISsCount","features":[227]},{"name":"DISPID_ISsGetBoundingBox","features":[227]},{"name":"DISPID_ISsInk","features":[227]},{"name":"DISPID_ISsItem","features":[227]},{"name":"DISPID_ISsModifyDrawingAttributes","features":[227]},{"name":"DISPID_ISsMove","features":[227]},{"name":"DISPID_ISsRecognitionResult","features":[227]},{"name":"DISPID_ISsRemove","features":[227]},{"name":"DISPID_ISsRemoveRecognitionResult","features":[227]},{"name":"DISPID_ISsRemoveStrokes","features":[227]},{"name":"DISPID_ISsRotate","features":[227]},{"name":"DISPID_ISsScale","features":[227]},{"name":"DISPID_ISsScaleToRectangle","features":[227]},{"name":"DISPID_ISsShear","features":[227]},{"name":"DISPID_ISsToString","features":[227]},{"name":"DISPID_ISsTransform","features":[227]},{"name":"DISPID_ISsValid","features":[227]},{"name":"DISPID_ISs_NewEnum","features":[227]},{"name":"DISPID_IStrokes","features":[227]},{"name":"DISPID_IT2DeviceKind","features":[227]},{"name":"DISPID_IT3IsMultiTouch","features":[227]},{"name":"DISPID_IT3MaximumCursors","features":[227]},{"name":"DISPID_ITData","features":[227]},{"name":"DISPID_ITGetTransform","features":[227]},{"name":"DISPID_ITHardwareCapabilities","features":[227]},{"name":"DISPID_ITIsPacketPropertySupported","features":[227]},{"name":"DISPID_ITMaximumInputRectangle","features":[227]},{"name":"DISPID_ITName","features":[227]},{"name":"DISPID_ITPlugAndPlayId","features":[227]},{"name":"DISPID_ITPropertyMetrics","features":[227]},{"name":"DISPID_ITReflect","features":[227]},{"name":"DISPID_ITReset","features":[227]},{"name":"DISPID_ITRotate","features":[227]},{"name":"DISPID_ITScale","features":[227]},{"name":"DISPID_ITSetTransform","features":[227]},{"name":"DISPID_ITShear","features":[227]},{"name":"DISPID_ITTranslate","features":[227]},{"name":"DISPID_ITeDx","features":[227]},{"name":"DISPID_ITeDy","features":[227]},{"name":"DISPID_ITeM11","features":[227]},{"name":"DISPID_ITeM12","features":[227]},{"name":"DISPID_ITeM21","features":[227]},{"name":"DISPID_ITeM22","features":[227]},{"name":"DISPID_ITsCount","features":[227]},{"name":"DISPID_ITsDefaultTablet","features":[227]},{"name":"DISPID_ITsIsPacketPropertySupported","features":[227]},{"name":"DISPID_ITsItem","features":[227]},{"name":"DISPID_ITs_NewEnum","features":[227]},{"name":"DISPID_IeeChange","features":[227]},{"name":"DISPID_IeeClick","features":[227]},{"name":"DISPID_IeeCursorDown","features":[227]},{"name":"DISPID_IeeDblClick","features":[227]},{"name":"DISPID_IeeGesture","features":[227]},{"name":"DISPID_IeeKeyDown","features":[227]},{"name":"DISPID_IeeKeyPress","features":[227]},{"name":"DISPID_IeeKeyUp","features":[227]},{"name":"DISPID_IeeMouseDown","features":[227]},{"name":"DISPID_IeeMouseMove","features":[227]},{"name":"DISPID_IeeMouseUp","features":[227]},{"name":"DISPID_IeeRecognitionResult","features":[227]},{"name":"DISPID_IeeSelChange","features":[227]},{"name":"DISPID_IeeStroke","features":[227]},{"name":"DISPID_Ink","features":[227]},{"name":"DISPID_InkCollector","features":[227]},{"name":"DISPID_InkCollectorEvent","features":[227]},{"name":"DISPID_InkCursor","features":[227]},{"name":"DISPID_InkCursorButton","features":[227]},{"name":"DISPID_InkCursorButtons","features":[227]},{"name":"DISPID_InkCursors","features":[227]},{"name":"DISPID_InkCustomStrokes","features":[227]},{"name":"DISPID_InkDivider","features":[227]},{"name":"DISPID_InkDivisionResult","features":[227]},{"name":"DISPID_InkDivisionUnit","features":[227]},{"name":"DISPID_InkDivisionUnits","features":[227]},{"name":"DISPID_InkDrawingAttributes","features":[227]},{"name":"DISPID_InkEdit","features":[227]},{"name":"DISPID_InkEditEvents","features":[227]},{"name":"DISPID_InkEvent","features":[227]},{"name":"DISPID_InkExtendedProperties","features":[227]},{"name":"DISPID_InkExtendedProperty","features":[227]},{"name":"DISPID_InkGesture","features":[227]},{"name":"DISPID_InkInsertMode","features":[227]},{"name":"DISPID_InkMode","features":[227]},{"name":"DISPID_InkRecoAlternate","features":[227]},{"name":"DISPID_InkRecoAlternate_AlternatesWithConstantPropertyValues","features":[227]},{"name":"DISPID_InkRecoAlternate_Ascender","features":[227]},{"name":"DISPID_InkRecoAlternate_Baseline","features":[227]},{"name":"DISPID_InkRecoAlternate_Confidence","features":[227]},{"name":"DISPID_InkRecoAlternate_ConfidenceAlternates","features":[227]},{"name":"DISPID_InkRecoAlternate_Descender","features":[227]},{"name":"DISPID_InkRecoAlternate_GetPropertyValue","features":[227]},{"name":"DISPID_InkRecoAlternate_GetStrokesFromStrokeRanges","features":[227]},{"name":"DISPID_InkRecoAlternate_GetStrokesFromTextRange","features":[227]},{"name":"DISPID_InkRecoAlternate_GetTextRangeFromStrokes","features":[227]},{"name":"DISPID_InkRecoAlternate_LineAlternates","features":[227]},{"name":"DISPID_InkRecoAlternate_LineNumber","features":[227]},{"name":"DISPID_InkRecoAlternate_Midline","features":[227]},{"name":"DISPID_InkRecoAlternate_String","features":[227]},{"name":"DISPID_InkRecoAlternate_Strokes","features":[227]},{"name":"DISPID_InkRecoContext","features":[227]},{"name":"DISPID_InkRecoContext2","features":[227]},{"name":"DISPID_InkRecognitionAlternates","features":[227]},{"name":"DISPID_InkRecognitionAlternates_Count","features":[227]},{"name":"DISPID_InkRecognitionAlternates_Item","features":[227]},{"name":"DISPID_InkRecognitionAlternates_NewEnum","features":[227]},{"name":"DISPID_InkRecognitionAlternates_Strokes","features":[227]},{"name":"DISPID_InkRecognitionEvent","features":[227]},{"name":"DISPID_InkRecognitionResult","features":[227]},{"name":"DISPID_InkRecognitionResult_AlternatesFromSelection","features":[227]},{"name":"DISPID_InkRecognitionResult_ModifyTopAlternate","features":[227]},{"name":"DISPID_InkRecognitionResult_SetResultOnStrokes","features":[227]},{"name":"DISPID_InkRecognitionResult_Strokes","features":[227]},{"name":"DISPID_InkRecognitionResult_TopAlternate","features":[227]},{"name":"DISPID_InkRecognitionResult_TopConfidence","features":[227]},{"name":"DISPID_InkRecognitionResult_TopString","features":[227]},{"name":"DISPID_InkRecognizer","features":[227]},{"name":"DISPID_InkRecognizer2","features":[227]},{"name":"DISPID_InkRecognizerGuide","features":[227]},{"name":"DISPID_InkRecognizers","features":[227]},{"name":"DISPID_InkRectangle","features":[227]},{"name":"DISPID_InkRenderer","features":[227]},{"name":"DISPID_InkStrokeDisp","features":[227]},{"name":"DISPID_InkStrokes","features":[227]},{"name":"DISPID_InkTablet","features":[227]},{"name":"DISPID_InkTablet2","features":[227]},{"name":"DISPID_InkTablet3","features":[227]},{"name":"DISPID_InkTablets","features":[227]},{"name":"DISPID_InkTransform","features":[227]},{"name":"DISPID_InkWordList","features":[227]},{"name":"DISPID_InkWordList2","features":[227]},{"name":"DISPID_InkWordList2_AddWords","features":[227]},{"name":"DISPID_InkWordList_AddWord","features":[227]},{"name":"DISPID_InkWordList_Merge","features":[227]},{"name":"DISPID_InkWordList_RemoveWord","features":[227]},{"name":"DISPID_Locked","features":[227]},{"name":"DISPID_MICClear","features":[227]},{"name":"DISPID_MICClose","features":[227]},{"name":"DISPID_MICInsert","features":[227]},{"name":"DISPID_MICPaint","features":[227]},{"name":"DISPID_MathInputControlEvents","features":[227]},{"name":"DISPID_MaxLength","features":[227]},{"name":"DISPID_MultiLine","features":[227]},{"name":"DISPID_PIPAttachedEditWindow","features":[227]},{"name":"DISPID_PIPAutoShow","features":[227]},{"name":"DISPID_PIPBusy","features":[227]},{"name":"DISPID_PIPCommitPendingInput","features":[227]},{"name":"DISPID_PIPCurrentPanel","features":[227]},{"name":"DISPID_PIPDefaultPanel","features":[227]},{"name":"DISPID_PIPEInputFailed","features":[227]},{"name":"DISPID_PIPEPanelChanged","features":[227]},{"name":"DISPID_PIPEPanelMoving","features":[227]},{"name":"DISPID_PIPEVisibleChanged","features":[227]},{"name":"DISPID_PIPEnableTsf","features":[227]},{"name":"DISPID_PIPFactoid","features":[227]},{"name":"DISPID_PIPHeight","features":[227]},{"name":"DISPID_PIPHorizontalOffset","features":[227]},{"name":"DISPID_PIPLeft","features":[227]},{"name":"DISPID_PIPMoveTo","features":[227]},{"name":"DISPID_PIPRefresh","features":[227]},{"name":"DISPID_PIPTop","features":[227]},{"name":"DISPID_PIPVerticalOffset","features":[227]},{"name":"DISPID_PIPVisible","features":[227]},{"name":"DISPID_PIPWidth","features":[227]},{"name":"DISPID_PenInputPanel","features":[227]},{"name":"DISPID_PenInputPanelEvents","features":[227]},{"name":"DISPID_RTSelLength","features":[227]},{"name":"DISPID_RTSelStart","features":[227]},{"name":"DISPID_RTSelText","features":[227]},{"name":"DISPID_RecoCapabilities","features":[227]},{"name":"DISPID_RecoClsid","features":[227]},{"name":"DISPID_RecoCreateRecognizerContext","features":[227]},{"name":"DISPID_RecoId","features":[227]},{"name":"DISPID_RecoLanguageID","features":[227]},{"name":"DISPID_RecoName","features":[227]},{"name":"DISPID_RecoPreferredPacketDescription","features":[227]},{"name":"DISPID_RecoSupportedProperties","features":[227]},{"name":"DISPID_RecoTimeout","features":[227]},{"name":"DISPID_RecoUnicodeRanges","features":[227]},{"name":"DISPID_RecoVendor","features":[227]},{"name":"DISPID_Recognize","features":[227]},{"name":"DISPID_Recognizer","features":[227]},{"name":"DISPID_Refresh","features":[227]},{"name":"DISPID_SEStrokesAdded","features":[227]},{"name":"DISPID_SEStrokesRemoved","features":[227]},{"name":"DISPID_ScrollBars","features":[227]},{"name":"DISPID_SelAlignment","features":[227]},{"name":"DISPID_SelBold","features":[227]},{"name":"DISPID_SelCharOffset","features":[227]},{"name":"DISPID_SelColor","features":[227]},{"name":"DISPID_SelFontName","features":[227]},{"name":"DISPID_SelFontSize","features":[227]},{"name":"DISPID_SelInk","features":[227]},{"name":"DISPID_SelInksDisplayMode","features":[227]},{"name":"DISPID_SelItalic","features":[227]},{"name":"DISPID_SelRTF","features":[227]},{"name":"DISPID_SelUnderline","features":[227]},{"name":"DISPID_SetGestStatus","features":[227]},{"name":"DISPID_Status","features":[227]},{"name":"DISPID_StrokeEvent","features":[227]},{"name":"DISPID_Text","features":[227]},{"name":"DISPID_TextRTF","features":[227]},{"name":"DISPID_UseMouseForInput","features":[227]},{"name":"DYNAMIC_RENDERER_CACHED_DATA","features":[227]},{"name":"DestroyContext","features":[227]},{"name":"DestroyRecognizer","features":[227]},{"name":"DestroyWordList","features":[227]},{"name":"DockedBottom","features":[227]},{"name":"DockedTop","features":[227]},{"name":"DynamicRenderer","features":[227]},{"name":"EM_GETDRAWATTR","features":[227]},{"name":"EM_GETFACTOID","features":[227]},{"name":"EM_GETGESTURESTATUS","features":[227]},{"name":"EM_GETINKINSERTMODE","features":[227]},{"name":"EM_GETINKMODE","features":[227]},{"name":"EM_GETMOUSEICON","features":[227]},{"name":"EM_GETMOUSEPOINTER","features":[227]},{"name":"EM_GETRECOGNIZER","features":[227]},{"name":"EM_GETRECOTIMEOUT","features":[227]},{"name":"EM_GETSELINK","features":[227]},{"name":"EM_GETSELINKDISPLAYMODE","features":[227]},{"name":"EM_GETSTATUS","features":[227]},{"name":"EM_GETUSEMOUSEFORINPUT","features":[227]},{"name":"EM_RECOGNIZE","features":[227]},{"name":"EM_SETDRAWATTR","features":[227]},{"name":"EM_SETFACTOID","features":[227]},{"name":"EM_SETGESTURESTATUS","features":[227]},{"name":"EM_SETINKINSERTMODE","features":[227]},{"name":"EM_SETINKMODE","features":[227]},{"name":"EM_SETMOUSEICON","features":[227]},{"name":"EM_SETMOUSEPOINTER","features":[227]},{"name":"EM_SETRECOGNIZER","features":[227]},{"name":"EM_SETRECOTIMEOUT","features":[227]},{"name":"EM_SETSELINK","features":[227]},{"name":"EM_SETSELINKDISPLAYMODE","features":[227]},{"name":"EM_SETUSEMOUSEFORINPUT","features":[227]},{"name":"EndInkInput","features":[227]},{"name":"EventMask","features":[227]},{"name":"EventMask_All","features":[227]},{"name":"EventMask_CorrectionModeChanged","features":[227]},{"name":"EventMask_CorrectionModeChanging","features":[227]},{"name":"EventMask_InPlaceSizeChanged","features":[227]},{"name":"EventMask_InPlaceSizeChanging","features":[227]},{"name":"EventMask_InPlaceStateChanged","features":[227]},{"name":"EventMask_InPlaceStateChanging","features":[227]},{"name":"EventMask_InPlaceVisibilityChanged","features":[227]},{"name":"EventMask_InPlaceVisibilityChanging","features":[227]},{"name":"EventMask_InputAreaChanged","features":[227]},{"name":"EventMask_InputAreaChanging","features":[227]},{"name":"EventMask_TextInserted","features":[227]},{"name":"EventMask_TextInserting","features":[227]},{"name":"FACILITY_INK","features":[227]},{"name":"FACTOID_BOPOMOFO","features":[227]},{"name":"FACTOID_CHINESESIMPLECOMMON","features":[227]},{"name":"FACTOID_CHINESETRADITIONALCOMMON","features":[227]},{"name":"FACTOID_CURRENCY","features":[227]},{"name":"FACTOID_DATE","features":[227]},{"name":"FACTOID_DEFAULT","features":[227]},{"name":"FACTOID_DIGIT","features":[227]},{"name":"FACTOID_EMAIL","features":[227]},{"name":"FACTOID_FILENAME","features":[227]},{"name":"FACTOID_HANGULCOMMON","features":[227]},{"name":"FACTOID_HANGULRARE","features":[227]},{"name":"FACTOID_HIRAGANA","features":[227]},{"name":"FACTOID_JAMO","features":[227]},{"name":"FACTOID_JAPANESECOMMON","features":[227]},{"name":"FACTOID_KANJICOMMON","features":[227]},{"name":"FACTOID_KANJIRARE","features":[227]},{"name":"FACTOID_KATAKANA","features":[227]},{"name":"FACTOID_KOREANCOMMON","features":[227]},{"name":"FACTOID_LOWERCHAR","features":[227]},{"name":"FACTOID_NONE","features":[227]},{"name":"FACTOID_NUMBER","features":[227]},{"name":"FACTOID_NUMBERSIMPLE","features":[227]},{"name":"FACTOID_ONECHAR","features":[227]},{"name":"FACTOID_PERCENT","features":[227]},{"name":"FACTOID_POSTALCODE","features":[227]},{"name":"FACTOID_PUNCCHAR","features":[227]},{"name":"FACTOID_SYSTEMDICTIONARY","features":[227]},{"name":"FACTOID_TELEPHONE","features":[227]},{"name":"FACTOID_TIME","features":[227]},{"name":"FACTOID_UPPERCHAR","features":[227]},{"name":"FACTOID_WEB","features":[227]},{"name":"FACTOID_WORDLIST","features":[227]},{"name":"FLICKACTION_COMMANDCODE","features":[227]},{"name":"FLICKACTION_COMMANDCODE_APPCOMMAND","features":[227]},{"name":"FLICKACTION_COMMANDCODE_CUSTOMKEY","features":[227]},{"name":"FLICKACTION_COMMANDCODE_KEYMODIFIER","features":[227]},{"name":"FLICKACTION_COMMANDCODE_NULL","features":[227]},{"name":"FLICKACTION_COMMANDCODE_SCROLL","features":[227]},{"name":"FLICKDIRECTION","features":[227]},{"name":"FLICKDIRECTION_DOWN","features":[227]},{"name":"FLICKDIRECTION_DOWNLEFT","features":[227]},{"name":"FLICKDIRECTION_DOWNRIGHT","features":[227]},{"name":"FLICKDIRECTION_INVALID","features":[227]},{"name":"FLICKDIRECTION_LEFT","features":[227]},{"name":"FLICKDIRECTION_MIN","features":[227]},{"name":"FLICKDIRECTION_RIGHT","features":[227]},{"name":"FLICKDIRECTION_UP","features":[227]},{"name":"FLICKDIRECTION_UPLEFT","features":[227]},{"name":"FLICKDIRECTION_UPRIGHT","features":[227]},{"name":"FLICKMODE","features":[227]},{"name":"FLICKMODE_DEFAULT","features":[227]},{"name":"FLICKMODE_LEARNING","features":[227]},{"name":"FLICKMODE_MAX","features":[227]},{"name":"FLICKMODE_MIN","features":[227]},{"name":"FLICKMODE_OFF","features":[227]},{"name":"FLICKMODE_ON","features":[227]},{"name":"FLICK_DATA","features":[227]},{"name":"FLICK_POINT","features":[227]},{"name":"FLICK_WM_HANDLED_MASK","features":[227]},{"name":"Floating","features":[227]},{"name":"GESTURE_ARROW_DOWN","features":[227]},{"name":"GESTURE_ARROW_LEFT","features":[227]},{"name":"GESTURE_ARROW_RIGHT","features":[227]},{"name":"GESTURE_ARROW_UP","features":[227]},{"name":"GESTURE_ASTERISK","features":[227]},{"name":"GESTURE_BRACE_LEFT","features":[227]},{"name":"GESTURE_BRACE_OVER","features":[227]},{"name":"GESTURE_BRACE_RIGHT","features":[227]},{"name":"GESTURE_BRACE_UNDER","features":[227]},{"name":"GESTURE_BRACKET_LEFT","features":[227]},{"name":"GESTURE_BRACKET_OVER","features":[227]},{"name":"GESTURE_BRACKET_RIGHT","features":[227]},{"name":"GESTURE_BRACKET_UNDER","features":[227]},{"name":"GESTURE_BULLET","features":[227]},{"name":"GESTURE_BULLET_CROSS","features":[227]},{"name":"GESTURE_CHECK","features":[227]},{"name":"GESTURE_CHEVRON_DOWN","features":[227]},{"name":"GESTURE_CHEVRON_LEFT","features":[227]},{"name":"GESTURE_CHEVRON_RIGHT","features":[227]},{"name":"GESTURE_CHEVRON_UP","features":[227]},{"name":"GESTURE_CIRCLE","features":[227]},{"name":"GESTURE_CIRCLE_CIRCLE","features":[227]},{"name":"GESTURE_CIRCLE_CROSS","features":[227]},{"name":"GESTURE_CIRCLE_LINE_HORZ","features":[227]},{"name":"GESTURE_CIRCLE_LINE_VERT","features":[227]},{"name":"GESTURE_CIRCLE_TAP","features":[227]},{"name":"GESTURE_CLOSEUP","features":[227]},{"name":"GESTURE_CROSS","features":[227]},{"name":"GESTURE_CURLICUE","features":[227]},{"name":"GESTURE_DATA","features":[227]},{"name":"GESTURE_DIAGONAL_LEFTDOWN","features":[227]},{"name":"GESTURE_DIAGONAL_LEFTUP","features":[227]},{"name":"GESTURE_DIAGONAL_RIGHTDOWN","features":[227]},{"name":"GESTURE_DIAGONAL_RIGHTUP","features":[227]},{"name":"GESTURE_DIGIT_0","features":[227]},{"name":"GESTURE_DIGIT_1","features":[227]},{"name":"GESTURE_DIGIT_2","features":[227]},{"name":"GESTURE_DIGIT_3","features":[227]},{"name":"GESTURE_DIGIT_4","features":[227]},{"name":"GESTURE_DIGIT_5","features":[227]},{"name":"GESTURE_DIGIT_6","features":[227]},{"name":"GESTURE_DIGIT_7","features":[227]},{"name":"GESTURE_DIGIT_8","features":[227]},{"name":"GESTURE_DIGIT_9","features":[227]},{"name":"GESTURE_DOLLAR","features":[227]},{"name":"GESTURE_DOUBLE_ARROW_DOWN","features":[227]},{"name":"GESTURE_DOUBLE_ARROW_LEFT","features":[227]},{"name":"GESTURE_DOUBLE_ARROW_RIGHT","features":[227]},{"name":"GESTURE_DOUBLE_ARROW_UP","features":[227]},{"name":"GESTURE_DOUBLE_CIRCLE","features":[227]},{"name":"GESTURE_DOUBLE_CURLICUE","features":[227]},{"name":"GESTURE_DOUBLE_DOWN","features":[227]},{"name":"GESTURE_DOUBLE_LEFT","features":[227]},{"name":"GESTURE_DOUBLE_RIGHT","features":[227]},{"name":"GESTURE_DOUBLE_TAP","features":[227]},{"name":"GESTURE_DOUBLE_UP","features":[227]},{"name":"GESTURE_DOWN","features":[227]},{"name":"GESTURE_DOWN_ARROW_LEFT","features":[227]},{"name":"GESTURE_DOWN_ARROW_RIGHT","features":[227]},{"name":"GESTURE_DOWN_LEFT","features":[227]},{"name":"GESTURE_DOWN_LEFT_LONG","features":[227]},{"name":"GESTURE_DOWN_RIGHT","features":[227]},{"name":"GESTURE_DOWN_RIGHT_LONG","features":[227]},{"name":"GESTURE_DOWN_UP","features":[227]},{"name":"GESTURE_EXCLAMATION","features":[227]},{"name":"GESTURE_INFINITY","features":[227]},{"name":"GESTURE_LEFT","features":[227]},{"name":"GESTURE_LEFT_ARROW_DOWN","features":[227]},{"name":"GESTURE_LEFT_ARROW_UP","features":[227]},{"name":"GESTURE_LEFT_DOWN","features":[227]},{"name":"GESTURE_LEFT_RIGHT","features":[227]},{"name":"GESTURE_LEFT_UP","features":[227]},{"name":"GESTURE_LETTER_A","features":[227]},{"name":"GESTURE_LETTER_B","features":[227]},{"name":"GESTURE_LETTER_C","features":[227]},{"name":"GESTURE_LETTER_D","features":[227]},{"name":"GESTURE_LETTER_E","features":[227]},{"name":"GESTURE_LETTER_F","features":[227]},{"name":"GESTURE_LETTER_G","features":[227]},{"name":"GESTURE_LETTER_H","features":[227]},{"name":"GESTURE_LETTER_I","features":[227]},{"name":"GESTURE_LETTER_J","features":[227]},{"name":"GESTURE_LETTER_K","features":[227]},{"name":"GESTURE_LETTER_L","features":[227]},{"name":"GESTURE_LETTER_M","features":[227]},{"name":"GESTURE_LETTER_N","features":[227]},{"name":"GESTURE_LETTER_O","features":[227]},{"name":"GESTURE_LETTER_P","features":[227]},{"name":"GESTURE_LETTER_Q","features":[227]},{"name":"GESTURE_LETTER_R","features":[227]},{"name":"GESTURE_LETTER_S","features":[227]},{"name":"GESTURE_LETTER_T","features":[227]},{"name":"GESTURE_LETTER_U","features":[227]},{"name":"GESTURE_LETTER_V","features":[227]},{"name":"GESTURE_LETTER_W","features":[227]},{"name":"GESTURE_LETTER_X","features":[227]},{"name":"GESTURE_LETTER_Y","features":[227]},{"name":"GESTURE_LETTER_Z","features":[227]},{"name":"GESTURE_NULL","features":[227]},{"name":"GESTURE_OPENUP","features":[227]},{"name":"GESTURE_PARAGRAPH","features":[227]},{"name":"GESTURE_PLUS","features":[227]},{"name":"GESTURE_QUAD_TAP","features":[227]},{"name":"GESTURE_QUESTION","features":[227]},{"name":"GESTURE_RECTANGLE","features":[227]},{"name":"GESTURE_RIGHT","features":[227]},{"name":"GESTURE_RIGHT_ARROW_DOWN","features":[227]},{"name":"GESTURE_RIGHT_ARROW_UP","features":[227]},{"name":"GESTURE_RIGHT_DOWN","features":[227]},{"name":"GESTURE_RIGHT_LEFT","features":[227]},{"name":"GESTURE_RIGHT_UP","features":[227]},{"name":"GESTURE_SCRATCHOUT","features":[227]},{"name":"GESTURE_SECTION","features":[227]},{"name":"GESTURE_SEMICIRCLE_LEFT","features":[227]},{"name":"GESTURE_SEMICIRCLE_RIGHT","features":[227]},{"name":"GESTURE_SHARP","features":[227]},{"name":"GESTURE_SQUARE","features":[227]},{"name":"GESTURE_SQUIGGLE","features":[227]},{"name":"GESTURE_STAR","features":[227]},{"name":"GESTURE_SWAP","features":[227]},{"name":"GESTURE_TAP","features":[227]},{"name":"GESTURE_TRIANGLE","features":[227]},{"name":"GESTURE_TRIPLE_DOWN","features":[227]},{"name":"GESTURE_TRIPLE_LEFT","features":[227]},{"name":"GESTURE_TRIPLE_RIGHT","features":[227]},{"name":"GESTURE_TRIPLE_TAP","features":[227]},{"name":"GESTURE_TRIPLE_UP","features":[227]},{"name":"GESTURE_UP","features":[227]},{"name":"GESTURE_UP_ARROW_LEFT","features":[227]},{"name":"GESTURE_UP_ARROW_RIGHT","features":[227]},{"name":"GESTURE_UP_DOWN","features":[227]},{"name":"GESTURE_UP_LEFT","features":[227]},{"name":"GESTURE_UP_LEFT_LONG","features":[227]},{"name":"GESTURE_UP_RIGHT","features":[227]},{"name":"GESTURE_UP_RIGHT_LONG","features":[227]},{"name":"GET_DANDIDATE_FLAGS","features":[227]},{"name":"GUID_DYNAMIC_RENDERER_CACHED_DATA","features":[227]},{"name":"GUID_GESTURE_DATA","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_ALTITUDE_ORIENTATION","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_AZIMUTH_ORIENTATION","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_BUTTON_PRESSURE","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_DEVICE_CONTACT_ID","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_FINGERCONTACTCONFIDENCE","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_HEIGHT","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_NORMAL_PRESSURE","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_PACKET_STATUS","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_PITCH_ROTATION","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_ROLL_ROTATION","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_SERIAL_NUMBER","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_TANGENT_PRESSURE","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_TIMER_TICK","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_TWIST_ORIENTATION","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_WIDTH","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_X","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_X_TILT_ORIENTATION","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_Y","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_YAW_ROTATION","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_Y_TILT_ORIENTATION","features":[227]},{"name":"GUID_PACKETPROPERTY_GUID_Z","features":[227]},{"name":"GestureRecognizer","features":[227]},{"name":"GetAllRecognizers","features":[227]},{"name":"GetBestResultString","features":[227]},{"name":"GetLatticePtr","features":[227]},{"name":"GetLeftSeparator","features":[227]},{"name":"GetRecoAttributes","features":[227]},{"name":"GetResultPropertyList","features":[227]},{"name":"GetRightSeparator","features":[227]},{"name":"GetUnicodeRanges","features":[227]},{"name":"HRECOALT","features":[227]},{"name":"HRECOCONTEXT","features":[227]},{"name":"HRECOGNIZER","features":[227]},{"name":"HRECOLATTICE","features":[227]},{"name":"HRECOWORDLIST","features":[227]},{"name":"HandwrittenTextInsertion","features":[227]},{"name":"IAG_AllGestures","features":[227]},{"name":"IAG_ArrowDown","features":[227]},{"name":"IAG_ArrowLeft","features":[227]},{"name":"IAG_ArrowRight","features":[227]},{"name":"IAG_ArrowUp","features":[227]},{"name":"IAG_Check","features":[227]},{"name":"IAG_ChevronDown","features":[227]},{"name":"IAG_ChevronLeft","features":[227]},{"name":"IAG_ChevronRight","features":[227]},{"name":"IAG_ChevronUp","features":[227]},{"name":"IAG_Circle","features":[227]},{"name":"IAG_Curlicue","features":[227]},{"name":"IAG_DoubleCircle","features":[227]},{"name":"IAG_DoubleCurlicue","features":[227]},{"name":"IAG_DoubleTap","features":[227]},{"name":"IAG_Down","features":[227]},{"name":"IAG_DownLeft","features":[227]},{"name":"IAG_DownLeftLong","features":[227]},{"name":"IAG_DownRight","features":[227]},{"name":"IAG_DownRightLong","features":[227]},{"name":"IAG_DownUp","features":[227]},{"name":"IAG_Exclamation","features":[227]},{"name":"IAG_Left","features":[227]},{"name":"IAG_LeftDown","features":[227]},{"name":"IAG_LeftRight","features":[227]},{"name":"IAG_LeftUp","features":[227]},{"name":"IAG_NoGesture","features":[227]},{"name":"IAG_Right","features":[227]},{"name":"IAG_RightDown","features":[227]},{"name":"IAG_RightLeft","features":[227]},{"name":"IAG_RightUp","features":[227]},{"name":"IAG_Scratchout","features":[227]},{"name":"IAG_SemiCircleLeft","features":[227]},{"name":"IAG_SemiCircleRight","features":[227]},{"name":"IAG_Square","features":[227]},{"name":"IAG_Star","features":[227]},{"name":"IAG_Tap","features":[227]},{"name":"IAG_Triangle","features":[227]},{"name":"IAG_Up","features":[227]},{"name":"IAG_UpDown","features":[227]},{"name":"IAG_UpLeft","features":[227]},{"name":"IAG_UpLeftLong","features":[227]},{"name":"IAG_UpRight","features":[227]},{"name":"IAG_UpRightLong","features":[227]},{"name":"IBBM_CurveFit","features":[227]},{"name":"IBBM_Default","features":[227]},{"name":"IBBM_NoCurveFit","features":[227]},{"name":"IBBM_PointsOnly","features":[227]},{"name":"IBBM_Union","features":[227]},{"name":"ICBS_Down","features":[227]},{"name":"ICBS_Unavailable","features":[227]},{"name":"ICBS_Up","features":[227]},{"name":"ICB_Copy","features":[227]},{"name":"ICB_Cut","features":[227]},{"name":"ICB_Default","features":[227]},{"name":"ICB_DelayedCopy","features":[227]},{"name":"ICB_ExtractOnly","features":[227]},{"name":"ICEI_AllEvents","features":[227]},{"name":"ICEI_CursorButtonDown","features":[227]},{"name":"ICEI_CursorButtonUp","features":[227]},{"name":"ICEI_CursorDown","features":[227]},{"name":"ICEI_CursorInRange","features":[227]},{"name":"ICEI_CursorOutOfRange","features":[227]},{"name":"ICEI_DblClick","features":[227]},{"name":"ICEI_DefaultEvents","features":[227]},{"name":"ICEI_MouseDown","features":[227]},{"name":"ICEI_MouseMove","features":[227]},{"name":"ICEI_MouseUp","features":[227]},{"name":"ICEI_MouseWheel","features":[227]},{"name":"ICEI_NewInAirPackets","features":[227]},{"name":"ICEI_NewPackets","features":[227]},{"name":"ICEI_Stroke","features":[227]},{"name":"ICEI_SystemGesture","features":[227]},{"name":"ICEI_TabletAdded","features":[227]},{"name":"ICEI_TabletRemoved","features":[227]},{"name":"ICF_Bitmap","features":[227]},{"name":"ICF_CopyMask","features":[227]},{"name":"ICF_Default","features":[227]},{"name":"ICF_EnhancedMetafile","features":[227]},{"name":"ICF_InkSerializedFormat","features":[227]},{"name":"ICF_Metafile","features":[227]},{"name":"ICF_None","features":[227]},{"name":"ICF_PasteMask","features":[227]},{"name":"ICF_SketchInk","features":[227]},{"name":"ICF_TextInk","features":[227]},{"name":"ICM_GestureOnly","features":[227]},{"name":"ICM_InkAndGesture","features":[227]},{"name":"ICM_InkOnly","features":[227]},{"name":"IDM_Ink","features":[227]},{"name":"IDM_Text","features":[227]},{"name":"IDT_Drawing","features":[227]},{"name":"IDT_Line","features":[227]},{"name":"IDT_Paragraph","features":[227]},{"name":"IDT_Segment","features":[227]},{"name":"IDynamicRenderer","features":[227]},{"name":"IECN_GESTURE","features":[227]},{"name":"IECN_RECOGNITIONRESULT","features":[227]},{"name":"IECN_STROKE","features":[227]},{"name":"IECN__BASE","features":[227]},{"name":"IEC_GESTUREINFO","features":[1,43,44,42,227]},{"name":"IEC_RECOGNITIONRESULTINFO","features":[1,42,227]},{"name":"IEC_STROKEINFO","features":[1,42,227]},{"name":"IEC__BASE","features":[227]},{"name":"IEF_CopyFromOriginal","features":[227]},{"name":"IEF_Default","features":[227]},{"name":"IEF_RemoveFromOriginal","features":[227]},{"name":"IEM_Disabled","features":[227]},{"name":"IEM_Ink","features":[227]},{"name":"IEM_InkAndGesture","features":[227]},{"name":"IEM_InsertInk","features":[227]},{"name":"IEM_InsertText","features":[227]},{"name":"IES_Collecting","features":[227]},{"name":"IES_Idle","features":[227]},{"name":"IES_Recognizing","features":[227]},{"name":"IGestureRecognizer","features":[227]},{"name":"IHandwrittenTextInsertion","features":[227]},{"name":"IInk","features":[227]},{"name":"IInkCollector","features":[227]},{"name":"IInkCursor","features":[227]},{"name":"IInkCursorButton","features":[227]},{"name":"IInkCursorButtons","features":[227]},{"name":"IInkCursors","features":[227]},{"name":"IInkCustomStrokes","features":[227]},{"name":"IInkDisp","features":[227]},{"name":"IInkDivider","features":[227]},{"name":"IInkDivisionResult","features":[227]},{"name":"IInkDivisionUnit","features":[227]},{"name":"IInkDivisionUnits","features":[227]},{"name":"IInkDrawingAttributes","features":[227]},{"name":"IInkEdit","features":[227]},{"name":"IInkExtendedProperties","features":[227]},{"name":"IInkExtendedProperty","features":[227]},{"name":"IInkGesture","features":[227]},{"name":"IInkLineInfo","features":[227]},{"name":"IInkOverlay","features":[227]},{"name":"IInkPicture","features":[227]},{"name":"IInkRecognitionAlternate","features":[227]},{"name":"IInkRecognitionAlternates","features":[227]},{"name":"IInkRecognitionResult","features":[227]},{"name":"IInkRecognizer","features":[227]},{"name":"IInkRecognizer2","features":[227]},{"name":"IInkRecognizerContext","features":[227]},{"name":"IInkRecognizerContext2","features":[227]},{"name":"IInkRecognizerGuide","features":[227]},{"name":"IInkRecognizers","features":[227]},{"name":"IInkRectangle","features":[227]},{"name":"IInkRenderer","features":[227]},{"name":"IInkStrokeDisp","features":[227]},{"name":"IInkStrokes","features":[227]},{"name":"IInkTablet","features":[227]},{"name":"IInkTablet2","features":[227]},{"name":"IInkTablet3","features":[227]},{"name":"IInkTablets","features":[227]},{"name":"IInkTransform","features":[227]},{"name":"IInkWordList","features":[227]},{"name":"IInkWordList2","features":[227]},{"name":"IInputPanelWindowHandle","features":[227]},{"name":"IKM_Alt","features":[227]},{"name":"IKM_Control","features":[227]},{"name":"IKM_Shift","features":[227]},{"name":"IMF_BOLD","features":[227]},{"name":"IMF_FONT_SELECTED_IN_HDC","features":[227]},{"name":"IMF_ITALIC","features":[227]},{"name":"IMF_Left","features":[227]},{"name":"IMF_Middle","features":[227]},{"name":"IMF_Right","features":[227]},{"name":"IMP_Arrow","features":[227]},{"name":"IMP_ArrowHourglass","features":[227]},{"name":"IMP_ArrowQuestion","features":[227]},{"name":"IMP_Crosshair","features":[227]},{"name":"IMP_Custom","features":[227]},{"name":"IMP_Default","features":[227]},{"name":"IMP_Hand","features":[227]},{"name":"IMP_Hourglass","features":[227]},{"name":"IMP_Ibeam","features":[227]},{"name":"IMP_NoDrop","features":[227]},{"name":"IMP_SizeAll","features":[227]},{"name":"IMP_SizeNESW","features":[227]},{"name":"IMP_SizeNS","features":[227]},{"name":"IMP_SizeNWSE","features":[227]},{"name":"IMP_SizeWE","features":[227]},{"name":"IMP_UpArrow","features":[227]},{"name":"IMathInputControl","features":[227]},{"name":"INKEDIT_CLASS","features":[227]},{"name":"INKEDIT_CLASSW","features":[227]},{"name":"INKMETRIC","features":[1,227]},{"name":"INKRECOGNITIONPROPERTY_BOXNUMBER","features":[227]},{"name":"INKRECOGNITIONPROPERTY_CONFIDENCELEVEL","features":[227]},{"name":"INKRECOGNITIONPROPERTY_HOTPOINT","features":[227]},{"name":"INKRECOGNITIONPROPERTY_LINEMETRICS","features":[227]},{"name":"INKRECOGNITIONPROPERTY_LINENUMBER","features":[227]},{"name":"INKRECOGNITIONPROPERTY_MAXIMUMSTROKECOUNT","features":[227]},{"name":"INKRECOGNITIONPROPERTY_POINTSPERINCH","features":[227]},{"name":"INKRECOGNITIONPROPERTY_SEGMENTATION","features":[227]},{"name":"INK_METRIC_FLAGS","features":[227]},{"name":"INK_SERIALIZED_FORMAT","features":[227]},{"name":"IOAM_Behind","features":[227]},{"name":"IOAM_InFront","features":[227]},{"name":"IOEM_Delete","features":[227]},{"name":"IOEM_Ink","features":[227]},{"name":"IOEM_Select","features":[227]},{"name":"IOERM_PointErase","features":[227]},{"name":"IOERM_StrokeErase","features":[227]},{"name":"IPCM_Default","features":[227]},{"name":"IPCM_MaximumCompression","features":[227]},{"name":"IPCM_NoCompression","features":[227]},{"name":"IPF_Base64GIF","features":[227]},{"name":"IPF_Base64InkSerializedFormat","features":[227]},{"name":"IPF_GIF","features":[227]},{"name":"IPF_InkSerializedFormat","features":[227]},{"name":"IPSM_AutoSize","features":[227]},{"name":"IPSM_CenterImage","features":[227]},{"name":"IPSM_Normal","features":[227]},{"name":"IPSM_StretchImage","features":[227]},{"name":"IPT_Ball","features":[227]},{"name":"IPT_Rectangle","features":[227]},{"name":"IP_CURSOR_DOWN","features":[227]},{"name":"IP_INVERTED","features":[227]},{"name":"IP_MARGIN","features":[227]},{"name":"IPenInputPanel","features":[227]},{"name":"IRAS_All","features":[227]},{"name":"IRAS_DefaultCount","features":[227]},{"name":"IRAS_Start","features":[227]},{"name":"IRCACM_Full","features":[227]},{"name":"IRCACM_Prefix","features":[227]},{"name":"IRCACM_Random","features":[227]},{"name":"IRC_AdviseInkChange","features":[227]},{"name":"IRC_Alpha","features":[227]},{"name":"IRC_ArbitraryAngle","features":[227]},{"name":"IRC_Beta","features":[227]},{"name":"IRC_BoxedInput","features":[227]},{"name":"IRC_CharacterAutoCompletionInput","features":[227]},{"name":"IRC_Cursive","features":[227]},{"name":"IRC_DontCare","features":[227]},{"name":"IRC_DownAndLeft","features":[227]},{"name":"IRC_DownAndRight","features":[227]},{"name":"IRC_FreeInput","features":[227]},{"name":"IRC_Intermediate","features":[227]},{"name":"IRC_Lattice","features":[227]},{"name":"IRC_LeftAndDown","features":[227]},{"name":"IRC_LinedInput","features":[227]},{"name":"IRC_Object","features":[227]},{"name":"IRC_Personalizable","features":[227]},{"name":"IRC_Poor","features":[227]},{"name":"IRC_PrefersArbitraryAngle","features":[227]},{"name":"IRC_PrefersParagraphBreaking","features":[227]},{"name":"IRC_PrefersSegmentation","features":[227]},{"name":"IRC_RightAndDown","features":[227]},{"name":"IRC_StrokeReorder","features":[227]},{"name":"IRC_Strong","features":[227]},{"name":"IRC_TextPrediction","features":[227]},{"name":"IRM_AutoSpace","features":[227]},{"name":"IRM_Coerce","features":[227]},{"name":"IRM_DisablePersonalization","features":[227]},{"name":"IRM_LineMode","features":[227]},{"name":"IRM_Max","features":[227]},{"name":"IRM_None","features":[227]},{"name":"IRM_PrefixOk","features":[227]},{"name":"IRM_TopInkBreaksOnly","features":[227]},{"name":"IRM_WordModeOnly","features":[227]},{"name":"IRO_Black","features":[227]},{"name":"IRO_CopyPen","features":[227]},{"name":"IRO_MaskNotPen","features":[227]},{"name":"IRO_MaskPen","features":[227]},{"name":"IRO_MaskPenNot","features":[227]},{"name":"IRO_MergeNotPen","features":[227]},{"name":"IRO_MergePen","features":[227]},{"name":"IRO_MergePenNot","features":[227]},{"name":"IRO_NoOperation","features":[227]},{"name":"IRO_Not","features":[227]},{"name":"IRO_NotCopyPen","features":[227]},{"name":"IRO_NotMaskPen","features":[227]},{"name":"IRO_NotMergePen","features":[227]},{"name":"IRO_NotXOrPen","features":[227]},{"name":"IRO_White","features":[227]},{"name":"IRO_XOrPen","features":[227]},{"name":"IRS_InkAddedFailed","features":[227]},{"name":"IRS_Interrupted","features":[227]},{"name":"IRS_NoError","features":[227]},{"name":"IRS_ProcessFailed","features":[227]},{"name":"IRS_SetAutoCompletionModeFailed","features":[227]},{"name":"IRS_SetFactoidFailed","features":[227]},{"name":"IRS_SetFlagsFailed","features":[227]},{"name":"IRS_SetGuideFailed","features":[227]},{"name":"IRS_SetPrefixSuffixFailed","features":[227]},{"name":"IRS_SetStrokesFailed","features":[227]},{"name":"IRS_SetWordListFailed","features":[227]},{"name":"IRealTimeStylus","features":[227]},{"name":"IRealTimeStylus2","features":[227]},{"name":"IRealTimeStylus3","features":[227]},{"name":"IRealTimeStylusSynchronization","features":[227]},{"name":"ISC_AllElements","features":[227]},{"name":"ISC_FirstElement","features":[227]},{"name":"ISG_DoubleTap","features":[227]},{"name":"ISG_Drag","features":[227]},{"name":"ISG_Flick","features":[227]},{"name":"ISG_HoldEnter","features":[227]},{"name":"ISG_HoldLeave","features":[227]},{"name":"ISG_HoverEnter","features":[227]},{"name":"ISG_HoverLeave","features":[227]},{"name":"ISG_RightDrag","features":[227]},{"name":"ISG_RightTap","features":[227]},{"name":"ISG_Tap","features":[227]},{"name":"ISketchInk","features":[227]},{"name":"IStrokeBuilder","features":[227]},{"name":"IStylusAsyncPlugin","features":[227]},{"name":"IStylusPlugin","features":[227]},{"name":"IStylusSyncPlugin","features":[227]},{"name":"ITextInputPanel","features":[227]},{"name":"ITextInputPanelEventSink","features":[227]},{"name":"ITextInputPanelRunInfo","features":[227]},{"name":"ITipAutoCompleteClient","features":[227]},{"name":"ITipAutoCompleteProvider","features":[227]},{"name":"InPlace","features":[227]},{"name":"InPlaceDirection","features":[227]},{"name":"InPlaceDirection_Auto","features":[227]},{"name":"InPlaceDirection_Bottom","features":[227]},{"name":"InPlaceDirection_Top","features":[227]},{"name":"InPlaceState","features":[227]},{"name":"InPlaceState_Auto","features":[227]},{"name":"InPlaceState_Expanded","features":[227]},{"name":"InPlaceState_HoverTarget","features":[227]},{"name":"Ink","features":[227]},{"name":"InkApplicationGesture","features":[227]},{"name":"InkBoundingBoxMode","features":[227]},{"name":"InkClipboardFormats","features":[227]},{"name":"InkClipboardModes","features":[227]},{"name":"InkCollectionMode","features":[227]},{"name":"InkCollector","features":[227]},{"name":"InkCollectorClipInkToMargin","features":[227]},{"name":"InkCollectorDefaultMargin","features":[227]},{"name":"InkCollectorEventInterest","features":[227]},{"name":"InkCursorButtonState","features":[227]},{"name":"InkDisp","features":[227]},{"name":"InkDisplayMode","features":[227]},{"name":"InkDivider","features":[227]},{"name":"InkDivisionType","features":[227]},{"name":"InkDrawingAttributes","features":[227]},{"name":"InkEdit","features":[227]},{"name":"InkEditStatus","features":[227]},{"name":"InkExtractFlags","features":[227]},{"name":"InkInsertMode","features":[227]},{"name":"InkMaxTransparencyValue","features":[227]},{"name":"InkMinTransparencyValue","features":[227]},{"name":"InkMode","features":[227]},{"name":"InkMouseButton","features":[227]},{"name":"InkMousePointer","features":[227]},{"name":"InkOverlay","features":[227]},{"name":"InkOverlayAttachMode","features":[227]},{"name":"InkOverlayEditingMode","features":[227]},{"name":"InkOverlayEraserMode","features":[227]},{"name":"InkPenTip","features":[227]},{"name":"InkPersistenceCompressionMode","features":[227]},{"name":"InkPersistenceFormat","features":[227]},{"name":"InkPicture","features":[227]},{"name":"InkPictureSizeMode","features":[227]},{"name":"InkRasterOperation","features":[227]},{"name":"InkRecoGuide","features":[1,227]},{"name":"InkRecognitionAlternatesSelection","features":[227]},{"name":"InkRecognitionConfidence","features":[227]},{"name":"InkRecognitionModes","features":[227]},{"name":"InkRecognitionStatus","features":[227]},{"name":"InkRecognizerCapabilities","features":[227]},{"name":"InkRecognizerCharacterAutoCompletionMode","features":[227]},{"name":"InkRecognizerContext","features":[227]},{"name":"InkRecognizerGuide","features":[227]},{"name":"InkRecognizers","features":[227]},{"name":"InkRectangle","features":[227]},{"name":"InkRenderer","features":[227]},{"name":"InkSelectionConstants","features":[227]},{"name":"InkShiftKeyModifierFlags","features":[227]},{"name":"InkStrokes","features":[227]},{"name":"InkSystemGesture","features":[227]},{"name":"InkTablets","features":[227]},{"name":"InkTransform","features":[227]},{"name":"InkWordList","features":[227]},{"name":"InteractionMode","features":[227]},{"name":"InteractionMode_DockedBottom","features":[227]},{"name":"InteractionMode_DockedTop","features":[227]},{"name":"InteractionMode_Floating","features":[227]},{"name":"InteractionMode_InPlace","features":[227]},{"name":"IsStringSupported","features":[227]},{"name":"KEYMODIFIER","features":[227]},{"name":"KEYMODIFIER_ALTGR","features":[227]},{"name":"KEYMODIFIER_CONTROL","features":[227]},{"name":"KEYMODIFIER_EXT","features":[227]},{"name":"KEYMODIFIER_MENU","features":[227]},{"name":"KEYMODIFIER_SHIFT","features":[227]},{"name":"KEYMODIFIER_WIN","features":[227]},{"name":"LATTICE_METRICS","features":[1,227]},{"name":"LEFT_BUTTON","features":[227]},{"name":"LINE_METRICS","features":[227]},{"name":"LINE_SEGMENT","features":[1,227]},{"name":"LM_ASCENDER","features":[227]},{"name":"LM_BASELINE","features":[227]},{"name":"LM_DESCENDER","features":[227]},{"name":"LM_MIDLINE","features":[227]},{"name":"LoadCachedAttributes","features":[227]},{"name":"MAX_FRIENDLYNAME","features":[227]},{"name":"MAX_LANGUAGES","features":[227]},{"name":"MAX_PACKET_BUTTON_COUNT","features":[227]},{"name":"MAX_PACKET_PROPERTY_COUNT","features":[227]},{"name":"MAX_VENDORNAME","features":[227]},{"name":"MICROSOFT_PENINPUT_PANEL_PROPERTY_T","features":[227]},{"name":"MICROSOFT_TIP_COMBOBOXLIST_PROPERTY","features":[227]},{"name":"MICROSOFT_TIP_NO_INSERT_BUTTON_PROPERTY","features":[227]},{"name":"MICROSOFT_TIP_OPENING_MSG","features":[227]},{"name":"MICROSOFT_URL_EXPERIENCE_PROPERTY","features":[227]},{"name":"MICUIELEMENT","features":[227]},{"name":"MICUIELEMENTSTATE","features":[227]},{"name":"MICUIELEMENTSTATE_DISABLED","features":[227]},{"name":"MICUIELEMENTSTATE_HOT","features":[227]},{"name":"MICUIELEMENTSTATE_NORMAL","features":[227]},{"name":"MICUIELEMENTSTATE_PRESSED","features":[227]},{"name":"MICUIELEMENT_BUTTON_CANCEL","features":[227]},{"name":"MICUIELEMENT_BUTTON_CLEAR","features":[227]},{"name":"MICUIELEMENT_BUTTON_CORRECT","features":[227]},{"name":"MICUIELEMENT_BUTTON_ERASE","features":[227]},{"name":"MICUIELEMENT_BUTTON_INSERT","features":[227]},{"name":"MICUIELEMENT_BUTTON_REDO","features":[227]},{"name":"MICUIELEMENT_BUTTON_UNDO","features":[227]},{"name":"MICUIELEMENT_BUTTON_WRITE","features":[227]},{"name":"MICUIELEMENT_INKPANEL_BACKGROUND","features":[227]},{"name":"MICUIELEMENT_RESULTPANEL_BACKGROUND","features":[227]},{"name":"MIDDLE_BUTTON","features":[227]},{"name":"MakeWordList","features":[227]},{"name":"MathInputControl","features":[227]},{"name":"MouseButton","features":[227]},{"name":"NO_BUTTON","features":[227]},{"name":"NUM_FLICK_DIRECTIONS","features":[227]},{"name":"PACKET_DESCRIPTION","features":[227]},{"name":"PACKET_PROPERTY","features":[227]},{"name":"PROPERTY_METRICS","features":[227]},{"name":"PROPERTY_UNITS","features":[227]},{"name":"PROPERTY_UNITS_AMPERE","features":[227]},{"name":"PROPERTY_UNITS_CANDELA","features":[227]},{"name":"PROPERTY_UNITS_CENTIMETERS","features":[227]},{"name":"PROPERTY_UNITS_DEFAULT","features":[227]},{"name":"PROPERTY_UNITS_DEGREES","features":[227]},{"name":"PROPERTY_UNITS_ENGLINEAR","features":[227]},{"name":"PROPERTY_UNITS_ENGROTATION","features":[227]},{"name":"PROPERTY_UNITS_FAHRENHEIT","features":[227]},{"name":"PROPERTY_UNITS_GRAMS","features":[227]},{"name":"PROPERTY_UNITS_INCHES","features":[227]},{"name":"PROPERTY_UNITS_KELVIN","features":[227]},{"name":"PROPERTY_UNITS_POUNDS","features":[227]},{"name":"PROPERTY_UNITS_RADIANS","features":[227]},{"name":"PROPERTY_UNITS_SECONDS","features":[227]},{"name":"PROPERTY_UNITS_SILINEAR","features":[227]},{"name":"PROPERTY_UNITS_SIROTATION","features":[227]},{"name":"PROPERTY_UNITS_SLUGS","features":[227]},{"name":"PT_Default","features":[227]},{"name":"PT_Handwriting","features":[227]},{"name":"PT_Inactive","features":[227]},{"name":"PT_Keyboard","features":[227]},{"name":"PanelInputArea","features":[227]},{"name":"PanelInputArea_Auto","features":[227]},{"name":"PanelInputArea_CharacterPad","features":[227]},{"name":"PanelInputArea_Keyboard","features":[227]},{"name":"PanelInputArea_WritingPad","features":[227]},{"name":"PanelType","features":[227]},{"name":"PenInputPanel","features":[227]},{"name":"PenInputPanel_Internal","features":[227]},{"name":"PfnRecoCallback","features":[227]},{"name":"Process","features":[1,227]},{"name":"RECOCONF_HIGHCONFIDENCE","features":[227]},{"name":"RECOCONF_LOWCONFIDENCE","features":[227]},{"name":"RECOCONF_MEDIUMCONFIDENCE","features":[227]},{"name":"RECOCONF_NOTSET","features":[227]},{"name":"RECOFLAG_AUTOSPACE","features":[227]},{"name":"RECOFLAG_COERCE","features":[227]},{"name":"RECOFLAG_DISABLEPERSONALIZATION","features":[227]},{"name":"RECOFLAG_LINEMODE","features":[227]},{"name":"RECOFLAG_PREFIXOK","features":[227]},{"name":"RECOFLAG_SINGLESEG","features":[227]},{"name":"RECOFLAG_WORDMODE","features":[227]},{"name":"RECO_ATTRS","features":[227]},{"name":"RECO_GUIDE","features":[227]},{"name":"RECO_LATTICE","features":[227]},{"name":"RECO_LATTICE_COLUMN","features":[227]},{"name":"RECO_LATTICE_ELEMENT","features":[227]},{"name":"RECO_LATTICE_PROPERTIES","features":[227]},{"name":"RECO_LATTICE_PROPERTY","features":[227]},{"name":"RECO_RANGE","features":[227]},{"name":"RECO_TYPE","features":[227]},{"name":"RECO_TYPE_WCHAR","features":[227]},{"name":"RECO_TYPE_WSTRING","features":[227]},{"name":"RF_ADVISEINKCHANGE","features":[227]},{"name":"RF_ARBITRARY_ANGLE","features":[227]},{"name":"RF_BOXED_INPUT","features":[227]},{"name":"RF_CAC_INPUT","features":[227]},{"name":"RF_DONTCARE","features":[227]},{"name":"RF_DOWN_AND_LEFT","features":[227]},{"name":"RF_DOWN_AND_RIGHT","features":[227]},{"name":"RF_FREE_INPUT","features":[227]},{"name":"RF_LATTICE","features":[227]},{"name":"RF_LEFT_AND_DOWN","features":[227]},{"name":"RF_LINED_INPUT","features":[227]},{"name":"RF_OBJECT","features":[227]},{"name":"RF_PERFORMSLINEBREAKING","features":[227]},{"name":"RF_PERSONALIZABLE","features":[227]},{"name":"RF_REQUIRESSEGMENTATIONBREAKING","features":[227]},{"name":"RF_RIGHT_AND_DOWN","features":[227]},{"name":"RF_STROKEREORDER","features":[227]},{"name":"RIGHT_BUTTON","features":[227]},{"name":"RTSDI_AllData","features":[227]},{"name":"RTSDI_CustomStylusDataAdded","features":[227]},{"name":"RTSDI_DefaultEvents","features":[227]},{"name":"RTSDI_Error","features":[227]},{"name":"RTSDI_InAirPackets","features":[227]},{"name":"RTSDI_None","features":[227]},{"name":"RTSDI_Packets","features":[227]},{"name":"RTSDI_RealTimeStylusDisabled","features":[227]},{"name":"RTSDI_RealTimeStylusEnabled","features":[227]},{"name":"RTSDI_StylusButtonDown","features":[227]},{"name":"RTSDI_StylusButtonUp","features":[227]},{"name":"RTSDI_StylusDown","features":[227]},{"name":"RTSDI_StylusInRange","features":[227]},{"name":"RTSDI_StylusNew","features":[227]},{"name":"RTSDI_StylusOutOfRange","features":[227]},{"name":"RTSDI_StylusUp","features":[227]},{"name":"RTSDI_SystemEvents","features":[227]},{"name":"RTSDI_TabletAdded","features":[227]},{"name":"RTSDI_TabletRemoved","features":[227]},{"name":"RTSDI_UpdateMapping","features":[227]},{"name":"RTSLT_AsyncEventLock","features":[227]},{"name":"RTSLT_AsyncObjLock","features":[227]},{"name":"RTSLT_ExcludeCallback","features":[227]},{"name":"RTSLT_ObjLock","features":[227]},{"name":"RTSLT_SyncEventLock","features":[227]},{"name":"RTSLT_SyncObjLock","features":[227]},{"name":"RealTimeStylus","features":[227]},{"name":"RealTimeStylusDataInterest","features":[227]},{"name":"RealTimeStylusLockType","features":[227]},{"name":"SAFE_PARTIAL","features":[227]},{"name":"SCROLLDIRECTION","features":[227]},{"name":"SCROLLDIRECTION_DOWN","features":[227]},{"name":"SCROLLDIRECTION_UP","features":[227]},{"name":"SHR_E","features":[227]},{"name":"SHR_N","features":[227]},{"name":"SHR_NE","features":[227]},{"name":"SHR_NW","features":[227]},{"name":"SHR_None","features":[227]},{"name":"SHR_S","features":[227]},{"name":"SHR_SE","features":[227]},{"name":"SHR_SW","features":[227]},{"name":"SHR_Selection","features":[227]},{"name":"SHR_W","features":[227]},{"name":"STROKE_RANGE","features":[227]},{"name":"STR_GUID_ALTITUDEORIENTATION","features":[227]},{"name":"STR_GUID_AZIMUTHORIENTATION","features":[227]},{"name":"STR_GUID_BUTTONPRESSURE","features":[227]},{"name":"STR_GUID_DEVICE_CONTACT_ID","features":[227]},{"name":"STR_GUID_FINGERCONTACTCONFIDENCE","features":[227]},{"name":"STR_GUID_HEIGHT","features":[227]},{"name":"STR_GUID_NORMALPRESSURE","features":[227]},{"name":"STR_GUID_PAKETSTATUS","features":[227]},{"name":"STR_GUID_PITCHROTATION","features":[227]},{"name":"STR_GUID_ROLLROTATION","features":[227]},{"name":"STR_GUID_SERIALNUMBER","features":[227]},{"name":"STR_GUID_TANGENTPRESSURE","features":[227]},{"name":"STR_GUID_TIMERTICK","features":[227]},{"name":"STR_GUID_TWISTORIENTATION","features":[227]},{"name":"STR_GUID_WIDTH","features":[227]},{"name":"STR_GUID_X","features":[227]},{"name":"STR_GUID_XTILTORIENTATION","features":[227]},{"name":"STR_GUID_Y","features":[227]},{"name":"STR_GUID_YAWROTATION","features":[227]},{"name":"STR_GUID_YTILTORIENTATION","features":[227]},{"name":"STR_GUID_Z","features":[227]},{"name":"SYSTEM_EVENT_DATA","features":[227]},{"name":"ScrollBarsConstants","features":[227]},{"name":"SelAlignmentConstants","features":[227]},{"name":"SelectionHitResult","features":[227]},{"name":"SetEnabledUnicodeRanges","features":[227]},{"name":"SetFactoid","features":[227]},{"name":"SetFlags","features":[227]},{"name":"SetGuide","features":[227]},{"name":"SetTextContext","features":[227]},{"name":"SetWordList","features":[227]},{"name":"SketchInk","features":[227]},{"name":"StrokeBuilder","features":[227]},{"name":"StylusInfo","features":[1,227]},{"name":"StylusQueue","features":[227]},{"name":"SyncStylusQueue","features":[227]},{"name":"TABLET_DISABLE_FLICKFALLBACKKEYS","features":[227]},{"name":"TABLET_DISABLE_FLICKS","features":[227]},{"name":"TABLET_DISABLE_PENBARRELFEEDBACK","features":[227]},{"name":"TABLET_DISABLE_PENTAPFEEDBACK","features":[227]},{"name":"TABLET_DISABLE_PRESSANDHOLD","features":[227]},{"name":"TABLET_DISABLE_SMOOTHSCROLLING","features":[227]},{"name":"TABLET_DISABLE_TOUCHSWITCH","features":[227]},{"name":"TABLET_DISABLE_TOUCHUIFORCEOFF","features":[227]},{"name":"TABLET_DISABLE_TOUCHUIFORCEON","features":[227]},{"name":"TABLET_ENABLE_FLICKLEARNINGMODE","features":[227]},{"name":"TABLET_ENABLE_FLICKSONCONTEXT","features":[227]},{"name":"TABLET_ENABLE_MULTITOUCHDATA","features":[227]},{"name":"TCF_ALLOW_RECOGNITION","features":[227]},{"name":"TCF_FORCE_RECOGNITION","features":[227]},{"name":"TDK_Mouse","features":[227]},{"name":"TDK_Pen","features":[227]},{"name":"TDK_Touch","features":[227]},{"name":"THWC_CursorMustTouch","features":[227]},{"name":"THWC_CursorsHavePhysicalIds","features":[227]},{"name":"THWC_HardProximity","features":[227]},{"name":"THWC_Integrated","features":[227]},{"name":"TPMU_Centimeters","features":[227]},{"name":"TPMU_Default","features":[227]},{"name":"TPMU_Degrees","features":[227]},{"name":"TPMU_Grams","features":[227]},{"name":"TPMU_Inches","features":[227]},{"name":"TPMU_Pounds","features":[227]},{"name":"TPMU_Radians","features":[227]},{"name":"TPMU_Seconds","features":[227]},{"name":"TabletDeviceKind","features":[227]},{"name":"TabletHardwareCapabilities","features":[227]},{"name":"TabletPropertyMetricUnit","features":[227]},{"name":"TextInputPanel","features":[227]},{"name":"TipAutoCompleteClient","features":[227]},{"name":"VisualState","features":[227]},{"name":"WM_TABLET_ADDED","features":[227]},{"name":"WM_TABLET_DEFBASE","features":[227]},{"name":"WM_TABLET_DELETED","features":[227]},{"name":"WM_TABLET_FLICK","features":[227]},{"name":"WM_TABLET_MAXOFFSET","features":[227]},{"name":"WM_TABLET_QUERYSYSTEMGESTURESTATUS","features":[227]},{"name":"_IInkCollectorEvents","features":[227]},{"name":"_IInkEditEvents","features":[227]},{"name":"_IInkEvents","features":[227]},{"name":"_IInkOverlayEvents","features":[227]},{"name":"_IInkPictureEvents","features":[227]},{"name":"_IInkRecognitionEvents","features":[227]},{"name":"_IInkStrokesEvents","features":[227]},{"name":"_IMathInputControlEvents","features":[227]},{"name":"_IPenInputPanelEvents","features":[227]},{"name":"rtfBoth","features":[227]},{"name":"rtfCenter","features":[227]},{"name":"rtfFixedSingle","features":[227]},{"name":"rtfFlat","features":[227]},{"name":"rtfHorizontal","features":[227]},{"name":"rtfLeft","features":[227]},{"name":"rtfNoBorder","features":[227]},{"name":"rtfNone","features":[227]},{"name":"rtfRight","features":[227]},{"name":"rtfThreeD","features":[227]},{"name":"rtfVertical","features":[227]}],"680":[{"name":"ANCHOR_CHANGE_HISTORY_FLAGS","features":[228]},{"name":"AccClientDocMgr","features":[228]},{"name":"AccDictionary","features":[228]},{"name":"AccServerDocMgr","features":[228]},{"name":"AccStore","features":[228]},{"name":"CAND_CANCELED","features":[228]},{"name":"CAND_FINALIZED","features":[228]},{"name":"CAND_SELECTED","features":[228]},{"name":"CLSID_TF_CategoryMgr","features":[228]},{"name":"CLSID_TF_ClassicLangBar","features":[228]},{"name":"CLSID_TF_DisplayAttributeMgr","features":[228]},{"name":"CLSID_TF_InputProcessorProfiles","features":[228]},{"name":"CLSID_TF_LangBarItemMgr","features":[228]},{"name":"CLSID_TF_LangBarMgr","features":[228]},{"name":"CLSID_TF_ThreadMgr","features":[228]},{"name":"CLSID_TF_TransitoryExtensionUIEntry","features":[228]},{"name":"CLSID_TsfServices","features":[228]},{"name":"DCM_FLAGS_CTFMON","features":[228]},{"name":"DCM_FLAGS_LOCALTHREADTSF","features":[228]},{"name":"DCM_FLAGS_TASKENG","features":[228]},{"name":"DoMsCtfMonitor","features":[1,228]},{"name":"DocWrap","features":[228]},{"name":"GETIF_DICTGRAM","features":[228]},{"name":"GETIF_RECOCONTEXT","features":[228]},{"name":"GETIF_RECOGNIZER","features":[228]},{"name":"GETIF_RECOGNIZERNOINIT","features":[228]},{"name":"GETIF_RESMGR","features":[228]},{"name":"GETIF_VOICE","features":[228]},{"name":"GET_TEXT_AND_PROPERTY_UPDATES_FLAGS","features":[228]},{"name":"GUID_APP_FUNCTIONPROVIDER","features":[228]},{"name":"GUID_COMPARTMENT_CONVERSIONMODEBIAS","features":[228]},{"name":"GUID_COMPARTMENT_EMPTYCONTEXT","features":[228]},{"name":"GUID_COMPARTMENT_ENABLED_PROFILES_UPDATED","features":[228]},{"name":"GUID_COMPARTMENT_HANDWRITING_OPENCLOSE","features":[228]},{"name":"GUID_COMPARTMENT_KEYBOARD_DISABLED","features":[228]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE","features":[228]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE_CONVERSION","features":[228]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE_SENTENCE","features":[228]},{"name":"GUID_COMPARTMENT_KEYBOARD_OPENCLOSE","features":[228]},{"name":"GUID_COMPARTMENT_SAPI_AUDIO","features":[228]},{"name":"GUID_COMPARTMENT_SPEECH_CFGMENU","features":[228]},{"name":"GUID_COMPARTMENT_SPEECH_DISABLED","features":[228]},{"name":"GUID_COMPARTMENT_SPEECH_GLOBALSTATE","features":[228]},{"name":"GUID_COMPARTMENT_SPEECH_OPENCLOSE","features":[228]},{"name":"GUID_COMPARTMENT_SPEECH_UI_STATUS","features":[228]},{"name":"GUID_COMPARTMENT_TIPUISTATUS","features":[228]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION","features":[228]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION_DOCUMENTMANAGER","features":[228]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION_PARENT","features":[228]},{"name":"GUID_INTEGRATIONSTYLE_SEARCHBOX","features":[228]},{"name":"GUID_LBI_INPUTMODE","features":[228]},{"name":"GUID_LBI_SAPILAYR_CFGMENUBUTTON","features":[228]},{"name":"GUID_MODEBIAS_CHINESE","features":[228]},{"name":"GUID_MODEBIAS_CONVERSATION","features":[228]},{"name":"GUID_MODEBIAS_DATETIME","features":[228]},{"name":"GUID_MODEBIAS_FILENAME","features":[228]},{"name":"GUID_MODEBIAS_FULLWIDTHALPHANUMERIC","features":[228]},{"name":"GUID_MODEBIAS_FULLWIDTHHANGUL","features":[228]},{"name":"GUID_MODEBIAS_HALFWIDTHKATAKANA","features":[228]},{"name":"GUID_MODEBIAS_HANGUL","features":[228]},{"name":"GUID_MODEBIAS_HIRAGANA","features":[228]},{"name":"GUID_MODEBIAS_KATAKANA","features":[228]},{"name":"GUID_MODEBIAS_NAME","features":[228]},{"name":"GUID_MODEBIAS_NONE","features":[228]},{"name":"GUID_MODEBIAS_NUMERIC","features":[228]},{"name":"GUID_MODEBIAS_READING","features":[228]},{"name":"GUID_MODEBIAS_URLHISTORY","features":[228]},{"name":"GUID_PROP_ATTRIBUTE","features":[228]},{"name":"GUID_PROP_COMPOSING","features":[228]},{"name":"GUID_PROP_INPUTSCOPE","features":[228]},{"name":"GUID_PROP_LANGID","features":[228]},{"name":"GUID_PROP_MODEBIAS","features":[228]},{"name":"GUID_PROP_READING","features":[228]},{"name":"GUID_PROP_TEXTOWNER","features":[228]},{"name":"GUID_PROP_TKB_ALTERNATES","features":[228]},{"name":"GUID_SYSTEM_FUNCTIONPROVIDER","features":[228]},{"name":"GUID_TFCAT_CATEGORY_OF_TIP","features":[228]},{"name":"GUID_TFCAT_DISPLAYATTRIBUTEPROPERTY","features":[228]},{"name":"GUID_TFCAT_DISPLAYATTRIBUTEPROVIDER","features":[228]},{"name":"GUID_TFCAT_PROPSTYLE_STATIC","features":[228]},{"name":"GUID_TFCAT_PROP_AUDIODATA","features":[228]},{"name":"GUID_TFCAT_PROP_INKDATA","features":[228]},{"name":"GUID_TFCAT_TIPCAP_COMLESS","features":[228]},{"name":"GUID_TFCAT_TIPCAP_DUALMODE","features":[228]},{"name":"GUID_TFCAT_TIPCAP_IMMERSIVEONLY","features":[228]},{"name":"GUID_TFCAT_TIPCAP_IMMERSIVESUPPORT","features":[228]},{"name":"GUID_TFCAT_TIPCAP_INPUTMODECOMPARTMENT","features":[228]},{"name":"GUID_TFCAT_TIPCAP_LOCALSERVER","features":[228]},{"name":"GUID_TFCAT_TIPCAP_SECUREMODE","features":[228]},{"name":"GUID_TFCAT_TIPCAP_SYSTRAYSUPPORT","features":[228]},{"name":"GUID_TFCAT_TIPCAP_TSF3","features":[228]},{"name":"GUID_TFCAT_TIPCAP_UIELEMENTENABLED","features":[228]},{"name":"GUID_TFCAT_TIPCAP_WOW16","features":[228]},{"name":"GUID_TFCAT_TIP_HANDWRITING","features":[228]},{"name":"GUID_TFCAT_TIP_KEYBOARD","features":[228]},{"name":"GUID_TFCAT_TIP_SPEECH","features":[228]},{"name":"GUID_TFCAT_TRANSITORYEXTENSIONUI","features":[228]},{"name":"GUID_TS_SERVICE_ACCESSIBLE","features":[228]},{"name":"GUID_TS_SERVICE_ACTIVEX","features":[228]},{"name":"GUID_TS_SERVICE_DATAOBJECT","features":[228]},{"name":"GXFPF_NEAREST","features":[228]},{"name":"GXFPF_ROUND_NEAREST","features":[228]},{"name":"IAccClientDocMgr","features":[228]},{"name":"IAccDictionary","features":[228]},{"name":"IAccServerDocMgr","features":[228]},{"name":"IAccStore","features":[228]},{"name":"IAnchor","features":[228]},{"name":"IClonableWrapper","features":[228]},{"name":"ICoCreateLocally","features":[228]},{"name":"ICoCreatedLocally","features":[228]},{"name":"IDocWrap","features":[228]},{"name":"IEnumITfCompositionView","features":[228]},{"name":"IEnumSpeechCommands","features":[228]},{"name":"IEnumTfCandidates","features":[228]},{"name":"IEnumTfContextViews","features":[228]},{"name":"IEnumTfContexts","features":[228]},{"name":"IEnumTfDisplayAttributeInfo","features":[228]},{"name":"IEnumTfDocumentMgrs","features":[228]},{"name":"IEnumTfFunctionProviders","features":[228]},{"name":"IEnumTfInputProcessorProfiles","features":[228]},{"name":"IEnumTfLangBarItems","features":[228]},{"name":"IEnumTfLanguageProfiles","features":[228]},{"name":"IEnumTfLatticeElements","features":[228]},{"name":"IEnumTfProperties","features":[228]},{"name":"IEnumTfPropertyValue","features":[228]},{"name":"IEnumTfRanges","features":[228]},{"name":"IEnumTfUIElements","features":[228]},{"name":"IInternalDocWrap","features":[228]},{"name":"ILMCM_CHECKLAYOUTANDTIPENABLED","features":[228]},{"name":"ILMCM_LANGUAGEBAROFF","features":[228]},{"name":"INSERT_TEXT_AT_SELECTION_FLAGS","features":[228]},{"name":"IS_ADDRESS_CITY","features":[228]},{"name":"IS_ADDRESS_COUNTRYNAME","features":[228]},{"name":"IS_ADDRESS_COUNTRYSHORTNAME","features":[228]},{"name":"IS_ADDRESS_FULLPOSTALADDRESS","features":[228]},{"name":"IS_ADDRESS_POSTALCODE","features":[228]},{"name":"IS_ADDRESS_STATEORPROVINCE","features":[228]},{"name":"IS_ADDRESS_STREET","features":[228]},{"name":"IS_ALPHANUMERIC_FULLWIDTH","features":[228]},{"name":"IS_ALPHANUMERIC_HALFWIDTH","features":[228]},{"name":"IS_ALPHANUMERIC_PIN","features":[228]},{"name":"IS_ALPHANUMERIC_PIN_SET","features":[228]},{"name":"IS_BOPOMOFO","features":[228]},{"name":"IS_CHAT","features":[228]},{"name":"IS_CHAT_WITHOUT_EMOJI","features":[228]},{"name":"IS_CHINESE_FULLWIDTH","features":[228]},{"name":"IS_CHINESE_HALFWIDTH","features":[228]},{"name":"IS_CURRENCY_AMOUNT","features":[228]},{"name":"IS_CURRENCY_AMOUNTANDSYMBOL","features":[228]},{"name":"IS_CURRENCY_CHINESE","features":[228]},{"name":"IS_DATE_DAY","features":[228]},{"name":"IS_DATE_DAYNAME","features":[228]},{"name":"IS_DATE_FULLDATE","features":[228]},{"name":"IS_DATE_MONTH","features":[228]},{"name":"IS_DATE_MONTHNAME","features":[228]},{"name":"IS_DATE_YEAR","features":[228]},{"name":"IS_DEFAULT","features":[228]},{"name":"IS_DIGITS","features":[228]},{"name":"IS_EMAILNAME_OR_ADDRESS","features":[228]},{"name":"IS_EMAIL_SMTPEMAILADDRESS","features":[228]},{"name":"IS_EMAIL_USERNAME","features":[228]},{"name":"IS_ENUMSTRING","features":[228]},{"name":"IS_FILE_FILENAME","features":[228]},{"name":"IS_FILE_FULLFILEPATH","features":[228]},{"name":"IS_FORMULA","features":[228]},{"name":"IS_FORMULA_NUMBER","features":[228]},{"name":"IS_HANGUL_FULLWIDTH","features":[228]},{"name":"IS_HANGUL_HALFWIDTH","features":[228]},{"name":"IS_HANJA","features":[228]},{"name":"IS_HIRAGANA","features":[228]},{"name":"IS_KATAKANA_FULLWIDTH","features":[228]},{"name":"IS_KATAKANA_HALFWIDTH","features":[228]},{"name":"IS_LOGINNAME","features":[228]},{"name":"IS_MAPS","features":[228]},{"name":"IS_NAME_OR_PHONENUMBER","features":[228]},{"name":"IS_NATIVE_SCRIPT","features":[228]},{"name":"IS_NUMBER","features":[228]},{"name":"IS_NUMBER_FULLWIDTH","features":[228]},{"name":"IS_NUMERIC_PASSWORD","features":[228]},{"name":"IS_NUMERIC_PIN","features":[228]},{"name":"IS_ONECHAR","features":[228]},{"name":"IS_PASSWORD","features":[228]},{"name":"IS_PERSONALNAME_FULLNAME","features":[228]},{"name":"IS_PERSONALNAME_GIVENNAME","features":[228]},{"name":"IS_PERSONALNAME_MIDDLENAME","features":[228]},{"name":"IS_PERSONALNAME_PREFIX","features":[228]},{"name":"IS_PERSONALNAME_SUFFIX","features":[228]},{"name":"IS_PERSONALNAME_SURNAME","features":[228]},{"name":"IS_PHRASELIST","features":[228]},{"name":"IS_PRIVATE","features":[228]},{"name":"IS_REGULAREXPRESSION","features":[228]},{"name":"IS_SEARCH","features":[228]},{"name":"IS_SEARCH_INCREMENTAL","features":[228]},{"name":"IS_SRGS","features":[228]},{"name":"IS_TELEPHONE_AREACODE","features":[228]},{"name":"IS_TELEPHONE_COUNTRYCODE","features":[228]},{"name":"IS_TELEPHONE_FULLTELEPHONENUMBER","features":[228]},{"name":"IS_TELEPHONE_LOCALNUMBER","features":[228]},{"name":"IS_TEXT","features":[228]},{"name":"IS_TIME_FULLTIME","features":[228]},{"name":"IS_TIME_HOUR","features":[228]},{"name":"IS_TIME_MINORSEC","features":[228]},{"name":"IS_URL","features":[228]},{"name":"IS_XML","features":[228]},{"name":"IS_YOMI","features":[228]},{"name":"ISpeechCommandProvider","features":[228]},{"name":"ITextStoreACP","features":[228]},{"name":"ITextStoreACP2","features":[228]},{"name":"ITextStoreACPEx","features":[228]},{"name":"ITextStoreACPServices","features":[228]},{"name":"ITextStoreACPSink","features":[228]},{"name":"ITextStoreACPSinkEx","features":[228]},{"name":"ITextStoreAnchor","features":[228]},{"name":"ITextStoreAnchorEx","features":[228]},{"name":"ITextStoreAnchorSink","features":[228]},{"name":"ITextStoreSinkAnchorEx","features":[228]},{"name":"ITfActiveLanguageProfileNotifySink","features":[228]},{"name":"ITfCandidateList","features":[228]},{"name":"ITfCandidateListUIElement","features":[228]},{"name":"ITfCandidateListUIElementBehavior","features":[228]},{"name":"ITfCandidateString","features":[228]},{"name":"ITfCategoryMgr","features":[228]},{"name":"ITfCleanupContextDurationSink","features":[228]},{"name":"ITfCleanupContextSink","features":[228]},{"name":"ITfClientId","features":[228]},{"name":"ITfCompartment","features":[228]},{"name":"ITfCompartmentEventSink","features":[228]},{"name":"ITfCompartmentMgr","features":[228]},{"name":"ITfComposition","features":[228]},{"name":"ITfCompositionSink","features":[228]},{"name":"ITfCompositionView","features":[228]},{"name":"ITfConfigureSystemKeystrokeFeed","features":[228]},{"name":"ITfContext","features":[228]},{"name":"ITfContextComposition","features":[228]},{"name":"ITfContextKeyEventSink","features":[228]},{"name":"ITfContextOwner","features":[228]},{"name":"ITfContextOwnerCompositionServices","features":[228]},{"name":"ITfContextOwnerCompositionSink","features":[228]},{"name":"ITfContextOwnerServices","features":[228]},{"name":"ITfContextView","features":[228]},{"name":"ITfCreatePropertyStore","features":[228]},{"name":"ITfDisplayAttributeInfo","features":[228]},{"name":"ITfDisplayAttributeMgr","features":[228]},{"name":"ITfDisplayAttributeNotifySink","features":[228]},{"name":"ITfDisplayAttributeProvider","features":[228]},{"name":"ITfDocumentMgr","features":[228]},{"name":"ITfEditRecord","features":[228]},{"name":"ITfEditSession","features":[228]},{"name":"ITfEditTransactionSink","features":[228]},{"name":"ITfFnAdviseText","features":[228]},{"name":"ITfFnBalloon","features":[228]},{"name":"ITfFnConfigure","features":[228]},{"name":"ITfFnConfigureRegisterEudc","features":[228]},{"name":"ITfFnConfigureRegisterWord","features":[228]},{"name":"ITfFnCustomSpeechCommand","features":[228]},{"name":"ITfFnGetLinguisticAlternates","features":[228]},{"name":"ITfFnGetPreferredTouchKeyboardLayout","features":[228]},{"name":"ITfFnGetSAPIObject","features":[228]},{"name":"ITfFnLMInternal","features":[228]},{"name":"ITfFnLMProcessor","features":[228]},{"name":"ITfFnLangProfileUtil","features":[228]},{"name":"ITfFnPlayBack","features":[228]},{"name":"ITfFnPropertyUIStatus","features":[228]},{"name":"ITfFnReconversion","features":[228]},{"name":"ITfFnSearchCandidateProvider","features":[228]},{"name":"ITfFnShowHelp","features":[228]},{"name":"ITfFunction","features":[228]},{"name":"ITfFunctionProvider","features":[228]},{"name":"ITfInputProcessorProfileActivationSink","features":[228]},{"name":"ITfInputProcessorProfileMgr","features":[228]},{"name":"ITfInputProcessorProfileSubstituteLayout","features":[228]},{"name":"ITfInputProcessorProfiles","features":[228]},{"name":"ITfInputProcessorProfilesEx","features":[228]},{"name":"ITfInputScope","features":[228]},{"name":"ITfInputScope2","features":[228]},{"name":"ITfInsertAtSelection","features":[228]},{"name":"ITfIntegratableCandidateListUIElement","features":[228]},{"name":"ITfKeyEventSink","features":[228]},{"name":"ITfKeyTraceEventSink","features":[228]},{"name":"ITfKeystrokeMgr","features":[228]},{"name":"ITfLMLattice","features":[228]},{"name":"ITfLangBarEventSink","features":[228]},{"name":"ITfLangBarItem","features":[228]},{"name":"ITfLangBarItemBalloon","features":[228]},{"name":"ITfLangBarItemBitmap","features":[228]},{"name":"ITfLangBarItemBitmapButton","features":[228]},{"name":"ITfLangBarItemButton","features":[228]},{"name":"ITfLangBarItemMgr","features":[228]},{"name":"ITfLangBarItemSink","features":[228]},{"name":"ITfLangBarMgr","features":[228]},{"name":"ITfLanguageProfileNotifySink","features":[228]},{"name":"ITfMSAAControl","features":[228]},{"name":"ITfMenu","features":[228]},{"name":"ITfMessagePump","features":[228]},{"name":"ITfMouseSink","features":[228]},{"name":"ITfMouseTracker","features":[228]},{"name":"ITfMouseTrackerACP","features":[228]},{"name":"ITfPersistentPropertyLoaderACP","features":[228]},{"name":"ITfPreservedKeyNotifySink","features":[228]},{"name":"ITfProperty","features":[228]},{"name":"ITfPropertyStore","features":[228]},{"name":"ITfQueryEmbedded","features":[228]},{"name":"ITfRange","features":[228]},{"name":"ITfRangeACP","features":[228]},{"name":"ITfRangeBackup","features":[228]},{"name":"ITfReadOnlyProperty","features":[228]},{"name":"ITfReadingInformationUIElement","features":[228]},{"name":"ITfReverseConversion","features":[228]},{"name":"ITfReverseConversionList","features":[228]},{"name":"ITfReverseConversionMgr","features":[228]},{"name":"ITfSource","features":[228]},{"name":"ITfSourceSingle","features":[228]},{"name":"ITfSpeechUIServer","features":[228]},{"name":"ITfStatusSink","features":[228]},{"name":"ITfSystemDeviceTypeLangBarItem","features":[228]},{"name":"ITfSystemLangBarItem","features":[228]},{"name":"ITfSystemLangBarItemSink","features":[228]},{"name":"ITfSystemLangBarItemText","features":[228]},{"name":"ITfTextEditSink","features":[228]},{"name":"ITfTextInputProcessor","features":[228]},{"name":"ITfTextInputProcessorEx","features":[228]},{"name":"ITfTextLayoutSink","features":[228]},{"name":"ITfThreadFocusSink","features":[228]},{"name":"ITfThreadMgr","features":[228]},{"name":"ITfThreadMgr2","features":[228]},{"name":"ITfThreadMgrEventSink","features":[228]},{"name":"ITfThreadMgrEx","features":[228]},{"name":"ITfToolTipUIElement","features":[228]},{"name":"ITfTransitoryExtensionSink","features":[228]},{"name":"ITfTransitoryExtensionUIElement","features":[228]},{"name":"ITfUIElement","features":[228]},{"name":"ITfUIElementMgr","features":[228]},{"name":"ITfUIElementSink","features":[228]},{"name":"IUIManagerEventSink","features":[228]},{"name":"IVersionInfo","features":[228]},{"name":"InitLocalMsCtfMonitor","features":[228]},{"name":"InputScope","features":[228]},{"name":"LANG_BAR_ITEM_ICON_MODE_FLAGS","features":[228]},{"name":"LIBID_MSAATEXTLib","features":[228]},{"name":"MSAAControl","features":[228]},{"name":"STYLE_ACTIVE_SELECTION","features":[228]},{"name":"STYLE_IMPLIED_SELECTION","features":[228]},{"name":"TEXT_STORE_CHANGE_FLAGS","features":[228]},{"name":"TEXT_STORE_LOCK_FLAGS","features":[228]},{"name":"TEXT_STORE_TEXT_CHANGE_FLAGS","features":[228]},{"name":"TF_AE_END","features":[228]},{"name":"TF_AE_NONE","features":[228]},{"name":"TF_AE_START","features":[228]},{"name":"TF_ANCHOR_END","features":[228]},{"name":"TF_ANCHOR_START","features":[228]},{"name":"TF_ATTR_CONVERTED","features":[228]},{"name":"TF_ATTR_FIXEDCONVERTED","features":[228]},{"name":"TF_ATTR_INPUT","features":[228]},{"name":"TF_ATTR_INPUT_ERROR","features":[228]},{"name":"TF_ATTR_OTHER","features":[228]},{"name":"TF_ATTR_TARGET_CONVERTED","features":[228]},{"name":"TF_ATTR_TARGET_NOTCONVERTED","features":[228]},{"name":"TF_CHAR_EMBEDDED","features":[228]},{"name":"TF_CLUIE_COUNT","features":[228]},{"name":"TF_CLUIE_CURRENTPAGE","features":[228]},{"name":"TF_CLUIE_DOCUMENTMGR","features":[228]},{"name":"TF_CLUIE_PAGEINDEX","features":[228]},{"name":"TF_CLUIE_SELECTION","features":[228]},{"name":"TF_CLUIE_STRING","features":[228]},{"name":"TF_COMMANDING_ENABLED","features":[228]},{"name":"TF_COMMANDING_ON","features":[228]},{"name":"TF_CONTEXT_EDIT_CONTEXT_FLAGS","features":[228]},{"name":"TF_CONVERSIONMODE_ALPHANUMERIC","features":[228]},{"name":"TF_CONVERSIONMODE_CHARCODE","features":[228]},{"name":"TF_CONVERSIONMODE_EUDC","features":[228]},{"name":"TF_CONVERSIONMODE_FIXED","features":[228]},{"name":"TF_CONVERSIONMODE_FULLSHAPE","features":[228]},{"name":"TF_CONVERSIONMODE_KATAKANA","features":[228]},{"name":"TF_CONVERSIONMODE_NATIVE","features":[228]},{"name":"TF_CONVERSIONMODE_NOCONVERSION","features":[228]},{"name":"TF_CONVERSIONMODE_ROMAN","features":[228]},{"name":"TF_CONVERSIONMODE_SOFTKEYBOARD","features":[228]},{"name":"TF_CONVERSIONMODE_SYMBOL","features":[228]},{"name":"TF_CT_COLORREF","features":[228]},{"name":"TF_CT_NONE","features":[228]},{"name":"TF_CT_SYSCOLOR","features":[228]},{"name":"TF_DA_ATTR_INFO","features":[228]},{"name":"TF_DA_COLOR","features":[1,228]},{"name":"TF_DA_COLORTYPE","features":[228]},{"name":"TF_DA_LINESTYLE","features":[228]},{"name":"TF_DEFAULT_SELECTION","features":[228]},{"name":"TF_DICTATION_ENABLED","features":[228]},{"name":"TF_DICTATION_ON","features":[228]},{"name":"TF_DISABLE_BALLOON","features":[228]},{"name":"TF_DISABLE_COMMANDING","features":[228]},{"name":"TF_DISABLE_DICTATION","features":[228]},{"name":"TF_DISABLE_SPEECH","features":[228]},{"name":"TF_DISPLAYATTRIBUTE","features":[1,228]},{"name":"TF_DTLBI_NONE","features":[228]},{"name":"TF_DTLBI_USEPROFILEICON","features":[228]},{"name":"TF_ENABLE_PROCESS_ATOM","features":[228]},{"name":"TF_ES_ASYNC","features":[228]},{"name":"TF_ES_ASYNCDONTCARE","features":[228]},{"name":"TF_ES_READ","features":[228]},{"name":"TF_ES_READWRITE","features":[228]},{"name":"TF_ES_SYNC","features":[228]},{"name":"TF_E_ALREADY_EXISTS","features":[228]},{"name":"TF_E_COMPOSITION_REJECTED","features":[228]},{"name":"TF_E_DISCONNECTED","features":[228]},{"name":"TF_E_EMPTYCONTEXT","features":[228]},{"name":"TF_E_FORMAT","features":[228]},{"name":"TF_E_INVALIDPOINT","features":[228]},{"name":"TF_E_INVALIDPOS","features":[228]},{"name":"TF_E_INVALIDVIEW","features":[228]},{"name":"TF_E_LOCKED","features":[228]},{"name":"TF_E_NOCONVERSION","features":[228]},{"name":"TF_E_NOINTERFACE","features":[228]},{"name":"TF_E_NOLAYOUT","features":[228]},{"name":"TF_E_NOLOCK","features":[228]},{"name":"TF_E_NOOBJECT","features":[228]},{"name":"TF_E_NOPROVIDER","features":[228]},{"name":"TF_E_NOSELECTION","features":[228]},{"name":"TF_E_NOSERVICE","features":[228]},{"name":"TF_E_NOTOWNEDRANGE","features":[228]},{"name":"TF_E_RANGE_NOT_COVERED","features":[228]},{"name":"TF_E_READONLY","features":[228]},{"name":"TF_E_STACKFULL","features":[228]},{"name":"TF_E_SYNCHRONOUS","features":[228]},{"name":"TF_FLOATINGLANGBAR_WNDTITLE","features":[228]},{"name":"TF_FLOATINGLANGBAR_WNDTITLEA","features":[228]},{"name":"TF_FLOATINGLANGBAR_WNDTITLEW","features":[228]},{"name":"TF_GRAVITY_BACKWARD","features":[228]},{"name":"TF_GRAVITY_FORWARD","features":[228]},{"name":"TF_GTP_INCL_TEXT","features":[228]},{"name":"TF_GTP_NONE","features":[228]},{"name":"TF_HALTCOND","features":[228]},{"name":"TF_HF_OBJECT","features":[228]},{"name":"TF_IAS_NOQUERY","features":[228]},{"name":"TF_IAS_NO_DEFAULT_COMPOSITION","features":[228]},{"name":"TF_IAS_QUERYONLY","features":[228]},{"name":"TF_IE_CORRECTION","features":[228]},{"name":"TF_INPUTPROCESSORPROFILE","features":[220,228]},{"name":"TF_INVALID_COOKIE","features":[228]},{"name":"TF_INVALID_EDIT_COOKIE","features":[228]},{"name":"TF_IPPMF_DISABLEPROFILE","features":[228]},{"name":"TF_IPPMF_DONTCARECURRENTINPUTLANGUAGE","features":[228]},{"name":"TF_IPPMF_ENABLEPROFILE","features":[228]},{"name":"TF_IPPMF_FORPROCESS","features":[228]},{"name":"TF_IPPMF_FORSESSION","features":[228]},{"name":"TF_IPPMF_FORSYSTEMALL","features":[228]},{"name":"TF_IPP_CAPS_COMLESSSUPPORT","features":[228]},{"name":"TF_IPP_CAPS_DISABLEONTRANSITORY","features":[228]},{"name":"TF_IPP_CAPS_IMMERSIVESUPPORT","features":[228]},{"name":"TF_IPP_CAPS_SECUREMODESUPPORT","features":[228]},{"name":"TF_IPP_CAPS_SYSTRAYSUPPORT","features":[228]},{"name":"TF_IPP_CAPS_UIELEMENTENABLED","features":[228]},{"name":"TF_IPP_CAPS_WOW16SUPPORT","features":[228]},{"name":"TF_IPP_FLAG_ACTIVE","features":[228]},{"name":"TF_IPP_FLAG_ENABLED","features":[228]},{"name":"TF_IPP_FLAG_SUBSTITUTEDBYINPUTPROCESSOR","features":[228]},{"name":"TF_IPSINK_FLAG_ACTIVE","features":[228]},{"name":"TF_LANGBARITEMINFO","features":[228]},{"name":"TF_LANGUAGEPROFILE","features":[1,228]},{"name":"TF_LBBALLOONINFO","features":[228]},{"name":"TF_LBI_BALLOON","features":[228]},{"name":"TF_LBI_BITMAP","features":[228]},{"name":"TF_LBI_BMPF_VERTICAL","features":[228]},{"name":"TF_LBI_CLK_LEFT","features":[228]},{"name":"TF_LBI_CLK_RIGHT","features":[228]},{"name":"TF_LBI_CUSTOMUI","features":[228]},{"name":"TF_LBI_DESC_MAXLEN","features":[228]},{"name":"TF_LBI_ICON","features":[228]},{"name":"TF_LBI_STATUS","features":[228]},{"name":"TF_LBI_STATUS_BTN_TOGGLED","features":[228]},{"name":"TF_LBI_STATUS_DISABLED","features":[228]},{"name":"TF_LBI_STATUS_HIDDEN","features":[228]},{"name":"TF_LBI_STYLE_BTN_BUTTON","features":[228]},{"name":"TF_LBI_STYLE_BTN_MENU","features":[228]},{"name":"TF_LBI_STYLE_BTN_TOGGLE","features":[228]},{"name":"TF_LBI_STYLE_HIDDENBYDEFAULT","features":[228]},{"name":"TF_LBI_STYLE_HIDDENSTATUSCONTROL","features":[228]},{"name":"TF_LBI_STYLE_HIDEONNOOTHERITEMS","features":[228]},{"name":"TF_LBI_STYLE_SHOWNINTRAY","features":[228]},{"name":"TF_LBI_STYLE_SHOWNINTRAYONLY","features":[228]},{"name":"TF_LBI_STYLE_TEXTCOLORICON","features":[228]},{"name":"TF_LBI_TEXT","features":[228]},{"name":"TF_LBI_TOOLTIP","features":[228]},{"name":"TF_LBMENUF_CHECKED","features":[228]},{"name":"TF_LBMENUF_GRAYED","features":[228]},{"name":"TF_LBMENUF_RADIOCHECKED","features":[228]},{"name":"TF_LBMENUF_SEPARATOR","features":[228]},{"name":"TF_LBMENUF_SUBMENU","features":[228]},{"name":"TF_LB_BALLOON_MISS","features":[228]},{"name":"TF_LB_BALLOON_RECO","features":[228]},{"name":"TF_LB_BALLOON_SHOW","features":[228]},{"name":"TF_LC_CHANGE","features":[228]},{"name":"TF_LC_CREATE","features":[228]},{"name":"TF_LC_DESTROY","features":[228]},{"name":"TF_LMLATTELEMENT","features":[228]},{"name":"TF_LS_DASH","features":[228]},{"name":"TF_LS_DOT","features":[228]},{"name":"TF_LS_NONE","features":[228]},{"name":"TF_LS_SOLID","features":[228]},{"name":"TF_LS_SQUIGGLE","features":[228]},{"name":"TF_MENUREADY","features":[228]},{"name":"TF_MOD_ALT","features":[228]},{"name":"TF_MOD_CONTROL","features":[228]},{"name":"TF_MOD_IGNORE_ALL_MODIFIER","features":[228]},{"name":"TF_MOD_LALT","features":[228]},{"name":"TF_MOD_LCONTROL","features":[228]},{"name":"TF_MOD_LSHIFT","features":[228]},{"name":"TF_MOD_ON_KEYUP","features":[228]},{"name":"TF_MOD_RALT","features":[228]},{"name":"TF_MOD_RCONTROL","features":[228]},{"name":"TF_MOD_RSHIFT","features":[228]},{"name":"TF_MOD_SHIFT","features":[228]},{"name":"TF_PERSISTENT_PROPERTY_HEADER_ACP","features":[228]},{"name":"TF_POPF_ALL","features":[228]},{"name":"TF_PRESERVEDKEY","features":[228]},{"name":"TF_PROCESS_ATOM","features":[228]},{"name":"TF_PROFILETYPE_INPUTPROCESSOR","features":[228]},{"name":"TF_PROFILETYPE_KEYBOARDLAYOUT","features":[228]},{"name":"TF_PROFILE_ARRAY","features":[228]},{"name":"TF_PROFILE_CANTONESE","features":[228]},{"name":"TF_PROFILE_CHANGJIE","features":[228]},{"name":"TF_PROFILE_DAYI","features":[228]},{"name":"TF_PROFILE_NEWCHANGJIE","features":[228]},{"name":"TF_PROFILE_NEWPHONETIC","features":[228]},{"name":"TF_PROFILE_NEWQUICK","features":[228]},{"name":"TF_PROFILE_PHONETIC","features":[228]},{"name":"TF_PROFILE_PINYIN","features":[228]},{"name":"TF_PROFILE_QUICK","features":[228]},{"name":"TF_PROFILE_SIMPLEFAST","features":[228]},{"name":"TF_PROFILE_TIGRINYA","features":[228]},{"name":"TF_PROFILE_WUBI","features":[228]},{"name":"TF_PROFILE_YI","features":[228]},{"name":"TF_PROPERTYVAL","features":[1,43,44,228]},{"name":"TF_PROPUI_STATUS_SAVETOFILE","features":[228]},{"name":"TF_RCM_COMLESS","features":[228]},{"name":"TF_RCM_HINT_COLLISION","features":[228]},{"name":"TF_RCM_HINT_READING_LENGTH","features":[228]},{"name":"TF_RCM_VKEY","features":[228]},{"name":"TF_RIP_FLAG_FREEUNUSEDLIBRARIES","features":[228]},{"name":"TF_RIUIE_CONTEXT","features":[228]},{"name":"TF_RIUIE_ERRORINDEX","features":[228]},{"name":"TF_RIUIE_MAXREADINGSTRINGLENGTH","features":[228]},{"name":"TF_RIUIE_STRING","features":[228]},{"name":"TF_RIUIE_VERTICALORDER","features":[228]},{"name":"TF_RP_HIDDENINSETTINGUI","features":[228]},{"name":"TF_RP_LOCALPROCESS","features":[228]},{"name":"TF_RP_LOCALTHREAD","features":[228]},{"name":"TF_RP_SUBITEMINSETTINGUI","features":[228]},{"name":"TF_SD_BACKWARD","features":[228]},{"name":"TF_SD_FORWARD","features":[228]},{"name":"TF_SD_LOADING","features":[228]},{"name":"TF_SD_READONLY","features":[228]},{"name":"TF_SELECTION","features":[1,228]},{"name":"TF_SELECTIONSTYLE","features":[1,228]},{"name":"TF_SENTENCEMODE_AUTOMATIC","features":[228]},{"name":"TF_SENTENCEMODE_CONVERSATION","features":[228]},{"name":"TF_SENTENCEMODE_NONE","features":[228]},{"name":"TF_SENTENCEMODE_PHRASEPREDICT","features":[228]},{"name":"TF_SENTENCEMODE_PLAURALCLAUSE","features":[228]},{"name":"TF_SENTENCEMODE_SINGLECONVERT","features":[228]},{"name":"TF_SFT_DESKBAND","features":[228]},{"name":"TF_SFT_DOCK","features":[228]},{"name":"TF_SFT_EXTRAICONSONMINIMIZED","features":[228]},{"name":"TF_SFT_HIDDEN","features":[228]},{"name":"TF_SFT_HIGHTRANSPARENCY","features":[228]},{"name":"TF_SFT_LABELS","features":[228]},{"name":"TF_SFT_LOWTRANSPARENCY","features":[228]},{"name":"TF_SFT_MINIMIZED","features":[228]},{"name":"TF_SFT_NOEXTRAICONSONMINIMIZED","features":[228]},{"name":"TF_SFT_NOLABELS","features":[228]},{"name":"TF_SFT_NOTRANSPARENCY","features":[228]},{"name":"TF_SFT_SHOWNORMAL","features":[228]},{"name":"TF_SHOW_BALLOON","features":[228]},{"name":"TF_SPEECHUI_SHOWN","features":[228]},{"name":"TF_SS_DISJOINTSEL","features":[228]},{"name":"TF_SS_REGIONS","features":[228]},{"name":"TF_SS_TKBAUTOCORRECTENABLE","features":[228]},{"name":"TF_SS_TKBPREDICTIONENABLE","features":[228]},{"name":"TF_SS_TRANSITORY","features":[228]},{"name":"TF_ST_CORRECTION","features":[228]},{"name":"TF_S_ASYNC","features":[228]},{"name":"TF_TF_IGNOREEND","features":[228]},{"name":"TF_TF_MOVESTART","features":[228]},{"name":"TF_TMAE_COMLESS","features":[228]},{"name":"TF_TMAE_CONSOLE","features":[228]},{"name":"TF_TMAE_NOACTIVATEKEYBOARDLAYOUT","features":[228]},{"name":"TF_TMAE_NOACTIVATETIP","features":[228]},{"name":"TF_TMAE_SECUREMODE","features":[228]},{"name":"TF_TMAE_UIELEMENTENABLEDONLY","features":[228]},{"name":"TF_TMAE_WOW16","features":[228]},{"name":"TF_TMF_ACTIVATED","features":[228]},{"name":"TF_TMF_COMLESS","features":[228]},{"name":"TF_TMF_CONSOLE","features":[228]},{"name":"TF_TMF_IMMERSIVEMODE","features":[228]},{"name":"TF_TMF_NOACTIVATETIP","features":[228]},{"name":"TF_TMF_SECUREMODE","features":[228]},{"name":"TF_TMF_UIELEMENTENABLEDONLY","features":[228]},{"name":"TF_TMF_WOW16","features":[228]},{"name":"TF_TRANSITORYEXTENSION_ATSELECTION","features":[228]},{"name":"TF_TRANSITORYEXTENSION_FLOATING","features":[228]},{"name":"TF_TRANSITORYEXTENSION_NONE","features":[228]},{"name":"TF_TU_CORRECTION","features":[228]},{"name":"TF_URP_ALLPROFILES","features":[228]},{"name":"TF_URP_LOCALPROCESS","features":[228]},{"name":"TF_URP_LOCALTHREAD","features":[228]},{"name":"TF_US_HIDETIPUI","features":[228]},{"name":"TKBLT_CLASSIC","features":[228]},{"name":"TKBLT_OPTIMIZED","features":[228]},{"name":"TKBLT_UNDEFINED","features":[228]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_CHANGJIE","features":[228]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_DAYI","features":[228]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_PHONETIC","features":[228]},{"name":"TKBL_OPT_JAPANESE_ABC","features":[228]},{"name":"TKBL_OPT_KOREAN_HANGUL_2_BULSIK","features":[228]},{"name":"TKBL_OPT_SIMPLIFIED_CHINESE_PINYIN","features":[228]},{"name":"TKBL_OPT_TRADITIONAL_CHINESE_PHONETIC","features":[228]},{"name":"TKBL_UNDEFINED","features":[228]},{"name":"TKBLayoutType","features":[228]},{"name":"TKB_ALTERNATES_AUTOCORRECTION_APPLIED","features":[228]},{"name":"TKB_ALTERNATES_FOR_AUTOCORRECTION","features":[228]},{"name":"TKB_ALTERNATES_FOR_PREDICTION","features":[228]},{"name":"TKB_ALTERNATES_STANDARD","features":[228]},{"name":"TSATTRID_App","features":[228]},{"name":"TSATTRID_App_IncorrectGrammar","features":[228]},{"name":"TSATTRID_App_IncorrectSpelling","features":[228]},{"name":"TSATTRID_Font","features":[228]},{"name":"TSATTRID_Font_FaceName","features":[228]},{"name":"TSATTRID_Font_SizePts","features":[228]},{"name":"TSATTRID_Font_Style","features":[228]},{"name":"TSATTRID_Font_Style_Animation","features":[228]},{"name":"TSATTRID_Font_Style_Animation_BlinkingBackground","features":[228]},{"name":"TSATTRID_Font_Style_Animation_LasVegasLights","features":[228]},{"name":"TSATTRID_Font_Style_Animation_MarchingBlackAnts","features":[228]},{"name":"TSATTRID_Font_Style_Animation_MarchingRedAnts","features":[228]},{"name":"TSATTRID_Font_Style_Animation_Shimmer","features":[228]},{"name":"TSATTRID_Font_Style_Animation_SparkleText","features":[228]},{"name":"TSATTRID_Font_Style_Animation_WipeDown","features":[228]},{"name":"TSATTRID_Font_Style_Animation_WipeRight","features":[228]},{"name":"TSATTRID_Font_Style_BackgroundColor","features":[228]},{"name":"TSATTRID_Font_Style_Blink","features":[228]},{"name":"TSATTRID_Font_Style_Bold","features":[228]},{"name":"TSATTRID_Font_Style_Capitalize","features":[228]},{"name":"TSATTRID_Font_Style_Color","features":[228]},{"name":"TSATTRID_Font_Style_Emboss","features":[228]},{"name":"TSATTRID_Font_Style_Engrave","features":[228]},{"name":"TSATTRID_Font_Style_Height","features":[228]},{"name":"TSATTRID_Font_Style_Hidden","features":[228]},{"name":"TSATTRID_Font_Style_Italic","features":[228]},{"name":"TSATTRID_Font_Style_Kerning","features":[228]},{"name":"TSATTRID_Font_Style_Lowercase","features":[228]},{"name":"TSATTRID_Font_Style_Outlined","features":[228]},{"name":"TSATTRID_Font_Style_Overline","features":[228]},{"name":"TSATTRID_Font_Style_Overline_Double","features":[228]},{"name":"TSATTRID_Font_Style_Overline_Single","features":[228]},{"name":"TSATTRID_Font_Style_Position","features":[228]},{"name":"TSATTRID_Font_Style_Protected","features":[228]},{"name":"TSATTRID_Font_Style_Shadow","features":[228]},{"name":"TSATTRID_Font_Style_SmallCaps","features":[228]},{"name":"TSATTRID_Font_Style_Spacing","features":[228]},{"name":"TSATTRID_Font_Style_Strikethrough","features":[228]},{"name":"TSATTRID_Font_Style_Strikethrough_Double","features":[228]},{"name":"TSATTRID_Font_Style_Strikethrough_Single","features":[228]},{"name":"TSATTRID_Font_Style_Subscript","features":[228]},{"name":"TSATTRID_Font_Style_Superscript","features":[228]},{"name":"TSATTRID_Font_Style_Underline","features":[228]},{"name":"TSATTRID_Font_Style_Underline_Double","features":[228]},{"name":"TSATTRID_Font_Style_Underline_Single","features":[228]},{"name":"TSATTRID_Font_Style_Uppercase","features":[228]},{"name":"TSATTRID_Font_Style_Weight","features":[228]},{"name":"TSATTRID_List","features":[228]},{"name":"TSATTRID_List_LevelIndel","features":[228]},{"name":"TSATTRID_List_Type","features":[228]},{"name":"TSATTRID_List_Type_Arabic","features":[228]},{"name":"TSATTRID_List_Type_Bullet","features":[228]},{"name":"TSATTRID_List_Type_LowerLetter","features":[228]},{"name":"TSATTRID_List_Type_LowerRoman","features":[228]},{"name":"TSATTRID_List_Type_UpperLetter","features":[228]},{"name":"TSATTRID_List_Type_UpperRoman","features":[228]},{"name":"TSATTRID_OTHERS","features":[228]},{"name":"TSATTRID_Text","features":[228]},{"name":"TSATTRID_Text_Alignment","features":[228]},{"name":"TSATTRID_Text_Alignment_Center","features":[228]},{"name":"TSATTRID_Text_Alignment_Justify","features":[228]},{"name":"TSATTRID_Text_Alignment_Left","features":[228]},{"name":"TSATTRID_Text_Alignment_Right","features":[228]},{"name":"TSATTRID_Text_EmbeddedObject","features":[228]},{"name":"TSATTRID_Text_Hyphenation","features":[228]},{"name":"TSATTRID_Text_Language","features":[228]},{"name":"TSATTRID_Text_Link","features":[228]},{"name":"TSATTRID_Text_Orientation","features":[228]},{"name":"TSATTRID_Text_Para","features":[228]},{"name":"TSATTRID_Text_Para_FirstLineIndent","features":[228]},{"name":"TSATTRID_Text_Para_LeftIndent","features":[228]},{"name":"TSATTRID_Text_Para_LineSpacing","features":[228]},{"name":"TSATTRID_Text_Para_LineSpacing_AtLeast","features":[228]},{"name":"TSATTRID_Text_Para_LineSpacing_Double","features":[228]},{"name":"TSATTRID_Text_Para_LineSpacing_Exactly","features":[228]},{"name":"TSATTRID_Text_Para_LineSpacing_Multiple","features":[228]},{"name":"TSATTRID_Text_Para_LineSpacing_OnePtFive","features":[228]},{"name":"TSATTRID_Text_Para_LineSpacing_Single","features":[228]},{"name":"TSATTRID_Text_Para_RightIndent","features":[228]},{"name":"TSATTRID_Text_Para_SpaceAfter","features":[228]},{"name":"TSATTRID_Text_Para_SpaceBefore","features":[228]},{"name":"TSATTRID_Text_ReadOnly","features":[228]},{"name":"TSATTRID_Text_RightToLeft","features":[228]},{"name":"TSATTRID_Text_VerticalWriting","features":[228]},{"name":"TS_AE_END","features":[228]},{"name":"TS_AE_NONE","features":[228]},{"name":"TS_AE_START","features":[228]},{"name":"TS_AS_ATTR_CHANGE","features":[228]},{"name":"TS_AS_LAYOUT_CHANGE","features":[228]},{"name":"TS_AS_SEL_CHANGE","features":[228]},{"name":"TS_AS_STATUS_CHANGE","features":[228]},{"name":"TS_AS_TEXT_CHANGE","features":[228]},{"name":"TS_ATTRVAL","features":[1,43,44,228]},{"name":"TS_ATTR_FIND_BACKWARDS","features":[228]},{"name":"TS_ATTR_FIND_HIDDEN","features":[228]},{"name":"TS_ATTR_FIND_UPDATESTART","features":[228]},{"name":"TS_ATTR_FIND_WANT_END","features":[228]},{"name":"TS_ATTR_FIND_WANT_OFFSET","features":[228]},{"name":"TS_ATTR_FIND_WANT_VALUE","features":[228]},{"name":"TS_CHAR_EMBEDDED","features":[228]},{"name":"TS_CHAR_REGION","features":[228]},{"name":"TS_CHAR_REPLACEMENT","features":[228]},{"name":"TS_CH_FOLLOWING_DEL","features":[228]},{"name":"TS_CH_PRECEDING_DEL","features":[228]},{"name":"TS_DEFAULT_SELECTION","features":[228]},{"name":"TS_E_FORMAT","features":[228]},{"name":"TS_E_INVALIDPOINT","features":[228]},{"name":"TS_E_INVALIDPOS","features":[228]},{"name":"TS_E_NOINTERFACE","features":[228]},{"name":"TS_E_NOLAYOUT","features":[228]},{"name":"TS_E_NOLOCK","features":[228]},{"name":"TS_E_NOOBJECT","features":[228]},{"name":"TS_E_NOSELECTION","features":[228]},{"name":"TS_E_NOSERVICE","features":[228]},{"name":"TS_E_READONLY","features":[228]},{"name":"TS_E_SYNCHRONOUS","features":[228]},{"name":"TS_GEA_HIDDEN","features":[228]},{"name":"TS_GR_BACKWARD","features":[228]},{"name":"TS_GR_FORWARD","features":[228]},{"name":"TS_GTA_HIDDEN","features":[228]},{"name":"TS_IAS_NOQUERY","features":[228]},{"name":"TS_IAS_QUERYONLY","features":[228]},{"name":"TS_IE_COMPOSITION","features":[228]},{"name":"TS_IE_CORRECTION","features":[228]},{"name":"TS_LC_CHANGE","features":[228]},{"name":"TS_LC_CREATE","features":[228]},{"name":"TS_LC_DESTROY","features":[228]},{"name":"TS_LF_READ","features":[228]},{"name":"TS_LF_READWRITE","features":[228]},{"name":"TS_LF_SYNC","features":[228]},{"name":"TS_RT_HIDDEN","features":[228]},{"name":"TS_RT_OPAQUE","features":[228]},{"name":"TS_RT_PLAIN","features":[228]},{"name":"TS_RUNINFO","features":[228]},{"name":"TS_SD_BACKWARD","features":[228]},{"name":"TS_SD_EMBEDDEDHANDWRITINGVIEW_ENABLED","features":[228]},{"name":"TS_SD_EMBEDDEDHANDWRITINGVIEW_VISIBLE","features":[228]},{"name":"TS_SD_FORWARD","features":[228]},{"name":"TS_SD_INPUTPANEMANUALDISPLAYENABLE","features":[228]},{"name":"TS_SD_LOADING","features":[228]},{"name":"TS_SD_READONLY","features":[228]},{"name":"TS_SD_RESERVED","features":[228]},{"name":"TS_SD_TKBAUTOCORRECTENABLE","features":[228]},{"name":"TS_SD_TKBPREDICTIONENABLE","features":[228]},{"name":"TS_SD_UIINTEGRATIONENABLE","features":[228]},{"name":"TS_SELECTIONSTYLE","features":[1,228]},{"name":"TS_SELECTION_ACP","features":[1,228]},{"name":"TS_SELECTION_ANCHOR","features":[1,228]},{"name":"TS_SHIFT_COUNT_HIDDEN","features":[228]},{"name":"TS_SHIFT_COUNT_ONLY","features":[228]},{"name":"TS_SHIFT_HALT_HIDDEN","features":[228]},{"name":"TS_SHIFT_HALT_VISIBLE","features":[228]},{"name":"TS_SS_DISJOINTSEL","features":[228]},{"name":"TS_SS_NOHIDDENTEXT","features":[228]},{"name":"TS_SS_REGIONS","features":[228]},{"name":"TS_SS_TKBAUTOCORRECTENABLE","features":[228]},{"name":"TS_SS_TKBPREDICTIONENABLE","features":[228]},{"name":"TS_SS_TRANSITORY","features":[228]},{"name":"TS_SS_UWPCONTROL","features":[228]},{"name":"TS_STATUS","features":[228]},{"name":"TS_STRF_END","features":[228]},{"name":"TS_STRF_MID","features":[228]},{"name":"TS_STRF_START","features":[228]},{"name":"TS_ST_CORRECTION","features":[228]},{"name":"TS_ST_NONE","features":[228]},{"name":"TS_S_ASYNC","features":[228]},{"name":"TS_TC_CORRECTION","features":[228]},{"name":"TS_TC_NONE","features":[228]},{"name":"TS_TEXTCHANGE","features":[228]},{"name":"TS_VCOOKIE_NUL","features":[228]},{"name":"TfActiveSelEnd","features":[228]},{"name":"TfAnchor","features":[228]},{"name":"TfCandidateResult","features":[228]},{"name":"TfGravity","features":[228]},{"name":"TfIntegratableCandidateListSelectionStyle","features":[228]},{"name":"TfLBBalloonStyle","features":[228]},{"name":"TfLBIClick","features":[228]},{"name":"TfLayoutCode","features":[228]},{"name":"TfSapiObject","features":[228]},{"name":"TfShiftDir","features":[228]},{"name":"TsActiveSelEnd","features":[228]},{"name":"TsGravity","features":[228]},{"name":"TsLayoutCode","features":[228]},{"name":"TsRunType","features":[228]},{"name":"TsShiftDir","features":[228]},{"name":"UninitLocalMsCtfMonitor","features":[228]}],"681":[{"name":"ACCEL","features":[55]},{"name":"ACCEL_VIRT_FLAGS","features":[55]},{"name":"ALTTABINFO","features":[1,55]},{"name":"ANIMATE_WINDOW_FLAGS","features":[55]},{"name":"ANIMATIONINFO","features":[55]},{"name":"ARW_BOTTOMLEFT","features":[55]},{"name":"ARW_BOTTOMRIGHT","features":[55]},{"name":"ARW_DOWN","features":[55]},{"name":"ARW_HIDE","features":[55]},{"name":"ARW_LEFT","features":[55]},{"name":"ARW_RIGHT","features":[55]},{"name":"ARW_STARTMASK","features":[55]},{"name":"ARW_STARTRIGHT","features":[55]},{"name":"ARW_STARTTOP","features":[55]},{"name":"ARW_TOPLEFT","features":[55]},{"name":"ARW_TOPRIGHT","features":[55]},{"name":"ARW_UP","features":[55]},{"name":"ASFW_ANY","features":[55]},{"name":"AUDIODESCRIPTION","features":[1,55]},{"name":"AW_ACTIVATE","features":[55]},{"name":"AW_BLEND","features":[55]},{"name":"AW_CENTER","features":[55]},{"name":"AW_HIDE","features":[55]},{"name":"AW_HOR_NEGATIVE","features":[55]},{"name":"AW_HOR_POSITIVE","features":[55]},{"name":"AW_SLIDE","features":[55]},{"name":"AW_VER_NEGATIVE","features":[55]},{"name":"AW_VER_POSITIVE","features":[55]},{"name":"AdjustWindowRect","features":[1,55]},{"name":"AdjustWindowRectEx","features":[1,55]},{"name":"AllowSetForegroundWindow","features":[1,55]},{"name":"AnimateWindow","features":[1,55]},{"name":"AnyPopup","features":[1,55]},{"name":"AppendMenuA","features":[1,55]},{"name":"AppendMenuW","features":[1,55]},{"name":"ArrangeIconicWindows","features":[1,55]},{"name":"BM_CLICK","features":[55]},{"name":"BM_GETCHECK","features":[55]},{"name":"BM_GETIMAGE","features":[55]},{"name":"BM_GETSTATE","features":[55]},{"name":"BM_SETCHECK","features":[55]},{"name":"BM_SETDONTCLICK","features":[55]},{"name":"BM_SETIMAGE","features":[55]},{"name":"BM_SETSTATE","features":[55]},{"name":"BM_SETSTYLE","features":[55]},{"name":"BN_CLICKED","features":[55]},{"name":"BN_DBLCLK","features":[55]},{"name":"BN_DISABLE","features":[55]},{"name":"BN_DOUBLECLICKED","features":[55]},{"name":"BN_HILITE","features":[55]},{"name":"BN_KILLFOCUS","features":[55]},{"name":"BN_PAINT","features":[55]},{"name":"BN_PUSHED","features":[55]},{"name":"BN_SETFOCUS","features":[55]},{"name":"BN_UNHILITE","features":[55]},{"name":"BN_UNPUSHED","features":[55]},{"name":"BROADCAST_QUERY_DENY","features":[55]},{"name":"BSF_MSGSRV32ISOK","features":[55]},{"name":"BSF_MSGSRV32ISOK_BIT","features":[55]},{"name":"BSM_INSTALLABLEDRIVERS","features":[55]},{"name":"BSM_NETDRIVER","features":[55]},{"name":"BSM_VXDS","features":[55]},{"name":"BST_FOCUS","features":[55]},{"name":"BST_PUSHED","features":[55]},{"name":"BS_3STATE","features":[55]},{"name":"BS_AUTO3STATE","features":[55]},{"name":"BS_AUTOCHECKBOX","features":[55]},{"name":"BS_AUTORADIOBUTTON","features":[55]},{"name":"BS_BITMAP","features":[55]},{"name":"BS_BOTTOM","features":[55]},{"name":"BS_CENTER","features":[55]},{"name":"BS_CHECKBOX","features":[55]},{"name":"BS_DEFPUSHBUTTON","features":[55]},{"name":"BS_FLAT","features":[55]},{"name":"BS_GROUPBOX","features":[55]},{"name":"BS_ICON","features":[55]},{"name":"BS_LEFT","features":[55]},{"name":"BS_LEFTTEXT","features":[55]},{"name":"BS_MULTILINE","features":[55]},{"name":"BS_NOTIFY","features":[55]},{"name":"BS_OWNERDRAW","features":[55]},{"name":"BS_PUSHBOX","features":[55]},{"name":"BS_PUSHBUTTON","features":[55]},{"name":"BS_PUSHLIKE","features":[55]},{"name":"BS_RADIOBUTTON","features":[55]},{"name":"BS_RIGHT","features":[55]},{"name":"BS_RIGHTBUTTON","features":[55]},{"name":"BS_TEXT","features":[55]},{"name":"BS_TOP","features":[55]},{"name":"BS_TYPEMASK","features":[55]},{"name":"BS_USERBUTTON","features":[55]},{"name":"BS_VCENTER","features":[55]},{"name":"BeginDeferWindowPos","features":[55]},{"name":"BringWindowToTop","features":[1,55]},{"name":"CALERT_SYSTEM","features":[55]},{"name":"CASCADE_WINDOWS_HOW","features":[55]},{"name":"CBN_CLOSEUP","features":[55]},{"name":"CBN_DBLCLK","features":[55]},{"name":"CBN_DROPDOWN","features":[55]},{"name":"CBN_EDITCHANGE","features":[55]},{"name":"CBN_EDITUPDATE","features":[55]},{"name":"CBN_ERRSPACE","features":[55]},{"name":"CBN_KILLFOCUS","features":[55]},{"name":"CBN_SELCHANGE","features":[55]},{"name":"CBN_SELENDCANCEL","features":[55]},{"name":"CBN_SELENDOK","features":[55]},{"name":"CBN_SETFOCUS","features":[55]},{"name":"CBS_AUTOHSCROLL","features":[55]},{"name":"CBS_DISABLENOSCROLL","features":[55]},{"name":"CBS_DROPDOWN","features":[55]},{"name":"CBS_DROPDOWNLIST","features":[55]},{"name":"CBS_HASSTRINGS","features":[55]},{"name":"CBS_LOWERCASE","features":[55]},{"name":"CBS_NOINTEGRALHEIGHT","features":[55]},{"name":"CBS_OEMCONVERT","features":[55]},{"name":"CBS_OWNERDRAWFIXED","features":[55]},{"name":"CBS_OWNERDRAWVARIABLE","features":[55]},{"name":"CBS_SIMPLE","features":[55]},{"name":"CBS_SORT","features":[55]},{"name":"CBS_UPPERCASE","features":[55]},{"name":"CBTACTIVATESTRUCT","features":[1,55]},{"name":"CBT_CREATEWNDA","features":[1,55]},{"name":"CBT_CREATEWNDW","features":[1,55]},{"name":"CB_ADDSTRING","features":[55]},{"name":"CB_DELETESTRING","features":[55]},{"name":"CB_DIR","features":[55]},{"name":"CB_ERR","features":[55]},{"name":"CB_ERRSPACE","features":[55]},{"name":"CB_FINDSTRING","features":[55]},{"name":"CB_FINDSTRINGEXACT","features":[55]},{"name":"CB_GETCOMBOBOXINFO","features":[55]},{"name":"CB_GETCOUNT","features":[55]},{"name":"CB_GETCURSEL","features":[55]},{"name":"CB_GETDROPPEDCONTROLRECT","features":[55]},{"name":"CB_GETDROPPEDSTATE","features":[55]},{"name":"CB_GETDROPPEDWIDTH","features":[55]},{"name":"CB_GETEDITSEL","features":[55]},{"name":"CB_GETEXTENDEDUI","features":[55]},{"name":"CB_GETHORIZONTALEXTENT","features":[55]},{"name":"CB_GETITEMDATA","features":[55]},{"name":"CB_GETITEMHEIGHT","features":[55]},{"name":"CB_GETLBTEXT","features":[55]},{"name":"CB_GETLBTEXTLEN","features":[55]},{"name":"CB_GETLOCALE","features":[55]},{"name":"CB_GETTOPINDEX","features":[55]},{"name":"CB_INITSTORAGE","features":[55]},{"name":"CB_INSERTSTRING","features":[55]},{"name":"CB_LIMITTEXT","features":[55]},{"name":"CB_MSGMAX","features":[55]},{"name":"CB_MULTIPLEADDSTRING","features":[55]},{"name":"CB_OKAY","features":[55]},{"name":"CB_RESETCONTENT","features":[55]},{"name":"CB_SELECTSTRING","features":[55]},{"name":"CB_SETCURSEL","features":[55]},{"name":"CB_SETDROPPEDWIDTH","features":[55]},{"name":"CB_SETEDITSEL","features":[55]},{"name":"CB_SETEXTENDEDUI","features":[55]},{"name":"CB_SETHORIZONTALEXTENT","features":[55]},{"name":"CB_SETITEMDATA","features":[55]},{"name":"CB_SETITEMHEIGHT","features":[55]},{"name":"CB_SETLOCALE","features":[55]},{"name":"CB_SETTOPINDEX","features":[55]},{"name":"CB_SHOWDROPDOWN","features":[55]},{"name":"CCHILDREN_SCROLLBAR","features":[55]},{"name":"CCHILDREN_TITLEBAR","features":[55]},{"name":"CHANGEFILTERSTRUCT","features":[55]},{"name":"CHANGE_WINDOW_MESSAGE_FILTER_FLAGS","features":[55]},{"name":"CHILDID_SELF","features":[55]},{"name":"CLIENTCREATESTRUCT","features":[1,55]},{"name":"CONSOLE_APPLICATION_16BIT","features":[55]},{"name":"CONSOLE_CARET_SELECTION","features":[55]},{"name":"CONSOLE_CARET_VISIBLE","features":[55]},{"name":"CONTACTVISUALIZATION_OFF","features":[55]},{"name":"CONTACTVISUALIZATION_ON","features":[55]},{"name":"CONTACTVISUALIZATION_PRESENTATIONMODE","features":[55]},{"name":"CREATEPROCESS_MANIFEST_RESOURCE_ID","features":[55]},{"name":"CREATESTRUCTA","features":[1,55]},{"name":"CREATESTRUCTW","features":[1,55]},{"name":"CSOUND_SYSTEM","features":[55]},{"name":"CS_BYTEALIGNCLIENT","features":[55]},{"name":"CS_BYTEALIGNWINDOW","features":[55]},{"name":"CS_CLASSDC","features":[55]},{"name":"CS_DBLCLKS","features":[55]},{"name":"CS_DROPSHADOW","features":[55]},{"name":"CS_GLOBALCLASS","features":[55]},{"name":"CS_HREDRAW","features":[55]},{"name":"CS_IME","features":[55]},{"name":"CS_NOCLOSE","features":[55]},{"name":"CS_OWNDC","features":[55]},{"name":"CS_PARENTDC","features":[55]},{"name":"CS_SAVEBITS","features":[55]},{"name":"CS_VREDRAW","features":[55]},{"name":"CTLCOLOR_BTN","features":[55]},{"name":"CTLCOLOR_DLG","features":[55]},{"name":"CTLCOLOR_EDIT","features":[55]},{"name":"CTLCOLOR_LISTBOX","features":[55]},{"name":"CTLCOLOR_MAX","features":[55]},{"name":"CTLCOLOR_MSGBOX","features":[55]},{"name":"CTLCOLOR_SCROLLBAR","features":[55]},{"name":"CTLCOLOR_STATIC","features":[55]},{"name":"CURSORINFO","features":[1,55]},{"name":"CURSORINFO_FLAGS","features":[55]},{"name":"CURSORSHAPE","features":[55]},{"name":"CURSOR_CREATION_SCALING_DEFAULT","features":[55]},{"name":"CURSOR_CREATION_SCALING_NONE","features":[55]},{"name":"CURSOR_SHOWING","features":[55]},{"name":"CURSOR_SUPPRESSED","features":[55]},{"name":"CWF_CREATE_ONLY","features":[55]},{"name":"CWPRETSTRUCT","features":[1,55]},{"name":"CWPSTRUCT","features":[1,55]},{"name":"CWP_ALL","features":[55]},{"name":"CWP_FLAGS","features":[55]},{"name":"CWP_SKIPDISABLED","features":[55]},{"name":"CWP_SKIPINVISIBLE","features":[55]},{"name":"CWP_SKIPTRANSPARENT","features":[55]},{"name":"CW_USEDEFAULT","features":[55]},{"name":"CalculatePopupWindowPosition","features":[1,55]},{"name":"CallMsgFilterA","features":[1,55]},{"name":"CallMsgFilterW","features":[1,55]},{"name":"CallNextHookEx","features":[1,55]},{"name":"CallWindowProcA","features":[1,55]},{"name":"CallWindowProcW","features":[1,55]},{"name":"CancelShutdown","features":[1,55]},{"name":"CascadeWindows","features":[1,55]},{"name":"ChangeMenuA","features":[1,55]},{"name":"ChangeMenuW","features":[1,55]},{"name":"ChangeWindowMessageFilter","features":[1,55]},{"name":"ChangeWindowMessageFilterEx","features":[1,55]},{"name":"CharLowerA","features":[55]},{"name":"CharLowerBuffA","features":[55]},{"name":"CharLowerBuffW","features":[55]},{"name":"CharLowerW","features":[55]},{"name":"CharNextA","features":[55]},{"name":"CharNextExA","features":[55]},{"name":"CharNextW","features":[55]},{"name":"CharPrevA","features":[55]},{"name":"CharPrevExA","features":[55]},{"name":"CharPrevW","features":[55]},{"name":"CharToOemA","features":[1,55]},{"name":"CharToOemBuffA","features":[1,55]},{"name":"CharToOemBuffW","features":[1,55]},{"name":"CharToOemW","features":[1,55]},{"name":"CharUpperA","features":[55]},{"name":"CharUpperBuffA","features":[55]},{"name":"CharUpperBuffW","features":[55]},{"name":"CharUpperW","features":[55]},{"name":"CheckMenuItem","features":[55]},{"name":"CheckMenuRadioItem","features":[1,55]},{"name":"ChildWindowFromPoint","features":[1,55]},{"name":"ChildWindowFromPointEx","features":[1,55]},{"name":"ClipCursor","features":[1,55]},{"name":"CloseWindow","features":[1,55]},{"name":"CopyAcceleratorTableA","features":[55]},{"name":"CopyAcceleratorTableW","features":[55]},{"name":"CopyIcon","features":[55]},{"name":"CopyImage","features":[1,55]},{"name":"CreateAcceleratorTableA","features":[55]},{"name":"CreateAcceleratorTableW","features":[55]},{"name":"CreateCaret","features":[1,13,55]},{"name":"CreateCursor","features":[1,55]},{"name":"CreateDialogIndirectParamA","features":[1,55]},{"name":"CreateDialogIndirectParamW","features":[1,55]},{"name":"CreateDialogParamA","features":[1,55]},{"name":"CreateDialogParamW","features":[1,55]},{"name":"CreateIcon","features":[1,55]},{"name":"CreateIconFromResource","features":[1,55]},{"name":"CreateIconFromResourceEx","features":[1,55]},{"name":"CreateIconIndirect","features":[1,13,55]},{"name":"CreateMDIWindowA","features":[1,55]},{"name":"CreateMDIWindowW","features":[1,55]},{"name":"CreateMenu","features":[55]},{"name":"CreatePopupMenu","features":[55]},{"name":"CreateResourceIndexer","features":[55]},{"name":"CreateWindowExA","features":[1,55]},{"name":"CreateWindowExW","features":[1,55]},{"name":"DBTF_MEDIA","features":[55]},{"name":"DBTF_NET","features":[55]},{"name":"DBTF_RESOURCE","features":[55]},{"name":"DBTF_SLOWNET","features":[55]},{"name":"DBTF_XPORT","features":[55]},{"name":"DBT_APPYBEGIN","features":[55]},{"name":"DBT_APPYEND","features":[55]},{"name":"DBT_CONFIGCHANGECANCELED","features":[55]},{"name":"DBT_CONFIGCHANGED","features":[55]},{"name":"DBT_CONFIGMGAPI32","features":[55]},{"name":"DBT_CONFIGMGPRIVATE","features":[55]},{"name":"DBT_CUSTOMEVENT","features":[55]},{"name":"DBT_DEVICEARRIVAL","features":[55]},{"name":"DBT_DEVICEQUERYREMOVE","features":[55]},{"name":"DBT_DEVICEQUERYREMOVEFAILED","features":[55]},{"name":"DBT_DEVICEREMOVECOMPLETE","features":[55]},{"name":"DBT_DEVICEREMOVEPENDING","features":[55]},{"name":"DBT_DEVICETYPESPECIFIC","features":[55]},{"name":"DBT_DEVNODES_CHANGED","features":[55]},{"name":"DBT_DEVTYP_DEVICEINTERFACE","features":[55]},{"name":"DBT_DEVTYP_DEVNODE","features":[55]},{"name":"DBT_DEVTYP_HANDLE","features":[55]},{"name":"DBT_DEVTYP_NET","features":[55]},{"name":"DBT_DEVTYP_OEM","features":[55]},{"name":"DBT_DEVTYP_PORT","features":[55]},{"name":"DBT_DEVTYP_VOLUME","features":[55]},{"name":"DBT_LOW_DISK_SPACE","features":[55]},{"name":"DBT_MONITORCHANGE","features":[55]},{"name":"DBT_NO_DISK_SPACE","features":[55]},{"name":"DBT_QUERYCHANGECONFIG","features":[55]},{"name":"DBT_SHELLLOGGEDON","features":[55]},{"name":"DBT_USERDEFINED","features":[55]},{"name":"DBT_VOLLOCKLOCKFAILED","features":[55]},{"name":"DBT_VOLLOCKLOCKRELEASED","features":[55]},{"name":"DBT_VOLLOCKLOCKTAKEN","features":[55]},{"name":"DBT_VOLLOCKQUERYLOCK","features":[55]},{"name":"DBT_VOLLOCKQUERYUNLOCK","features":[55]},{"name":"DBT_VOLLOCKUNLOCKFAILED","features":[55]},{"name":"DBT_VPOWERDAPI","features":[55]},{"name":"DBT_VXDINITCOMPLETE","features":[55]},{"name":"DCX_EXCLUDEUPDATE","features":[55]},{"name":"DC_HASDEFID","features":[55]},{"name":"DEBUGHOOKINFO","features":[1,55]},{"name":"DEVICE_EVENT_BECOMING_READY","features":[55]},{"name":"DEVICE_EVENT_EXTERNAL_REQUEST","features":[55]},{"name":"DEVICE_EVENT_GENERIC_DATA","features":[55]},{"name":"DEVICE_EVENT_MOUNT","features":[55]},{"name":"DEVICE_EVENT_RBC_DATA","features":[55]},{"name":"DEVICE_NOTIFY_ALL_INTERFACE_CLASSES","features":[55]},{"name":"DEVICE_NOTIFY_CALLBACK","features":[55]},{"name":"DEVICE_NOTIFY_SERVICE_HANDLE","features":[55]},{"name":"DEVICE_NOTIFY_WINDOW_HANDLE","features":[55]},{"name":"DEV_BROADCAST_DEVICEINTERFACE_A","features":[55]},{"name":"DEV_BROADCAST_DEVICEINTERFACE_W","features":[55]},{"name":"DEV_BROADCAST_DEVNODE","features":[55]},{"name":"DEV_BROADCAST_HANDLE","features":[1,55]},{"name":"DEV_BROADCAST_HANDLE32","features":[55]},{"name":"DEV_BROADCAST_HANDLE64","features":[55]},{"name":"DEV_BROADCAST_HDR","features":[55]},{"name":"DEV_BROADCAST_HDR_DEVICE_TYPE","features":[55]},{"name":"DEV_BROADCAST_NET","features":[55]},{"name":"DEV_BROADCAST_OEM","features":[55]},{"name":"DEV_BROADCAST_PORT_A","features":[55]},{"name":"DEV_BROADCAST_PORT_W","features":[55]},{"name":"DEV_BROADCAST_VOLUME","features":[55]},{"name":"DEV_BROADCAST_VOLUME_FLAGS","features":[55]},{"name":"DIFFERENCE","features":[55]},{"name":"DISK_HEALTH_NOTIFICATION_DATA","features":[55]},{"name":"DI_COMPAT","features":[55]},{"name":"DI_DEFAULTSIZE","features":[55]},{"name":"DI_FLAGS","features":[55]},{"name":"DI_IMAGE","features":[55]},{"name":"DI_MASK","features":[55]},{"name":"DI_NOMIRROR","features":[55]},{"name":"DI_NORMAL","features":[55]},{"name":"DLGC_BUTTON","features":[55]},{"name":"DLGC_DEFPUSHBUTTON","features":[55]},{"name":"DLGC_HASSETSEL","features":[55]},{"name":"DLGC_RADIOBUTTON","features":[55]},{"name":"DLGC_STATIC","features":[55]},{"name":"DLGC_UNDEFPUSHBUTTON","features":[55]},{"name":"DLGC_WANTALLKEYS","features":[55]},{"name":"DLGC_WANTARROWS","features":[55]},{"name":"DLGC_WANTCHARS","features":[55]},{"name":"DLGC_WANTMESSAGE","features":[55]},{"name":"DLGC_WANTTAB","features":[55]},{"name":"DLGITEMTEMPLATE","features":[55]},{"name":"DLGPROC","features":[1,55]},{"name":"DLGTEMPLATE","features":[55]},{"name":"DLGWINDOWEXTRA","features":[55]},{"name":"DM_GETDEFID","features":[55]},{"name":"DM_POINTERHITTEST","features":[55]},{"name":"DM_REPOSITION","features":[55]},{"name":"DM_SETDEFID","features":[55]},{"name":"DOF_DIRECTORY","features":[55]},{"name":"DOF_DOCUMENT","features":[55]},{"name":"DOF_EXECUTABLE","features":[55]},{"name":"DOF_MULTIPLE","features":[55]},{"name":"DOF_PROGMAN","features":[55]},{"name":"DOF_SHELLDATA","features":[55]},{"name":"DO_DROPFILE","features":[55]},{"name":"DO_PRINTFILE","features":[55]},{"name":"DROPSTRUCT","features":[1,55]},{"name":"DS_3DLOOK","features":[55]},{"name":"DS_ABSALIGN","features":[55]},{"name":"DS_CENTER","features":[55]},{"name":"DS_CENTERMOUSE","features":[55]},{"name":"DS_CONTEXTHELP","features":[55]},{"name":"DS_CONTROL","features":[55]},{"name":"DS_FIXEDSYS","features":[55]},{"name":"DS_LOCALEDIT","features":[55]},{"name":"DS_MODALFRAME","features":[55]},{"name":"DS_NOFAILCREATE","features":[55]},{"name":"DS_NOIDLEMSG","features":[55]},{"name":"DS_SETFONT","features":[55]},{"name":"DS_SETFOREGROUND","features":[55]},{"name":"DS_SYSMODAL","features":[55]},{"name":"DS_USEPIXELS","features":[55]},{"name":"DWLP_MSGRESULT","features":[55]},{"name":"DWL_DLGPROC","features":[55]},{"name":"DWL_MSGRESULT","features":[55]},{"name":"DWL_USER","features":[55]},{"name":"DefDlgProcA","features":[1,55]},{"name":"DefDlgProcW","features":[1,55]},{"name":"DefFrameProcA","features":[1,55]},{"name":"DefFrameProcW","features":[1,55]},{"name":"DefMDIChildProcA","features":[1,55]},{"name":"DefMDIChildProcW","features":[1,55]},{"name":"DefWindowProcA","features":[1,55]},{"name":"DefWindowProcW","features":[1,55]},{"name":"DeferWindowPos","features":[1,55]},{"name":"DeleteMenu","features":[1,55]},{"name":"DeregisterShellHookWindow","features":[1,55]},{"name":"DestroyAcceleratorTable","features":[1,55]},{"name":"DestroyCaret","features":[1,55]},{"name":"DestroyCursor","features":[1,55]},{"name":"DestroyIcon","features":[1,55]},{"name":"DestroyIndexedResults","features":[55]},{"name":"DestroyMenu","features":[1,55]},{"name":"DestroyResourceIndexer","features":[55]},{"name":"DestroyWindow","features":[1,55]},{"name":"DialogBoxIndirectParamA","features":[1,55]},{"name":"DialogBoxIndirectParamW","features":[1,55]},{"name":"DialogBoxParamA","features":[1,55]},{"name":"DialogBoxParamW","features":[1,55]},{"name":"DisableProcessWindowsGhosting","features":[55]},{"name":"DispatchMessageA","features":[1,55]},{"name":"DispatchMessageW","features":[1,55]},{"name":"DragObject","features":[1,55]},{"name":"DrawIcon","features":[1,13,55]},{"name":"DrawIconEx","features":[1,13,55]},{"name":"DrawMenuBar","features":[1,55]},{"name":"EC_LEFTMARGIN","features":[55]},{"name":"EC_RIGHTMARGIN","features":[55]},{"name":"EC_USEFONTINFO","features":[55]},{"name":"EDD_GET_DEVICE_INTERFACE_NAME","features":[55]},{"name":"EDIT_CONTROL_FEATURE","features":[55]},{"name":"EDIT_CONTROL_FEATURE_ENTERPRISE_DATA_PROTECTION_PASTE_SUPPORT","features":[55]},{"name":"EDIT_CONTROL_FEATURE_PASTE_NOTIFICATIONS","features":[55]},{"name":"EIMES_CANCELCOMPSTRINFOCUS","features":[55]},{"name":"EIMES_COMPLETECOMPSTRKILLFOCUS","features":[55]},{"name":"EIMES_GETCOMPSTRATONCE","features":[55]},{"name":"EMSIS_COMPOSITIONSTRING","features":[55]},{"name":"ENDSESSION_CLOSEAPP","features":[55]},{"name":"ENDSESSION_CRITICAL","features":[55]},{"name":"ENDSESSION_LOGOFF","features":[55]},{"name":"EN_AFTER_PASTE","features":[55]},{"name":"EN_ALIGN_LTR_EC","features":[55]},{"name":"EN_ALIGN_RTL_EC","features":[55]},{"name":"EN_BEFORE_PASTE","features":[55]},{"name":"EN_CHANGE","features":[55]},{"name":"EN_ERRSPACE","features":[55]},{"name":"EN_HSCROLL","features":[55]},{"name":"EN_KILLFOCUS","features":[55]},{"name":"EN_MAXTEXT","features":[55]},{"name":"EN_SETFOCUS","features":[55]},{"name":"EN_UPDATE","features":[55]},{"name":"EN_VSCROLL","features":[55]},{"name":"ES_AUTOHSCROLL","features":[55]},{"name":"ES_AUTOVSCROLL","features":[55]},{"name":"ES_CENTER","features":[55]},{"name":"ES_LEFT","features":[55]},{"name":"ES_LOWERCASE","features":[55]},{"name":"ES_MULTILINE","features":[55]},{"name":"ES_NOHIDESEL","features":[55]},{"name":"ES_NUMBER","features":[55]},{"name":"ES_OEMCONVERT","features":[55]},{"name":"ES_PASSWORD","features":[55]},{"name":"ES_READONLY","features":[55]},{"name":"ES_RIGHT","features":[55]},{"name":"ES_UPPERCASE","features":[55]},{"name":"ES_WANTRETURN","features":[55]},{"name":"EVENTMSG","features":[1,55]},{"name":"EVENT_AIA_END","features":[55]},{"name":"EVENT_AIA_START","features":[55]},{"name":"EVENT_CONSOLE_CARET","features":[55]},{"name":"EVENT_CONSOLE_END","features":[55]},{"name":"EVENT_CONSOLE_END_APPLICATION","features":[55]},{"name":"EVENT_CONSOLE_LAYOUT","features":[55]},{"name":"EVENT_CONSOLE_START_APPLICATION","features":[55]},{"name":"EVENT_CONSOLE_UPDATE_REGION","features":[55]},{"name":"EVENT_CONSOLE_UPDATE_SCROLL","features":[55]},{"name":"EVENT_CONSOLE_UPDATE_SIMPLE","features":[55]},{"name":"EVENT_MAX","features":[55]},{"name":"EVENT_MIN","features":[55]},{"name":"EVENT_OBJECT_ACCELERATORCHANGE","features":[55]},{"name":"EVENT_OBJECT_CLOAKED","features":[55]},{"name":"EVENT_OBJECT_CONTENTSCROLLED","features":[55]},{"name":"EVENT_OBJECT_CREATE","features":[55]},{"name":"EVENT_OBJECT_DEFACTIONCHANGE","features":[55]},{"name":"EVENT_OBJECT_DESCRIPTIONCHANGE","features":[55]},{"name":"EVENT_OBJECT_DESTROY","features":[55]},{"name":"EVENT_OBJECT_DRAGCANCEL","features":[55]},{"name":"EVENT_OBJECT_DRAGCOMPLETE","features":[55]},{"name":"EVENT_OBJECT_DRAGDROPPED","features":[55]},{"name":"EVENT_OBJECT_DRAGENTER","features":[55]},{"name":"EVENT_OBJECT_DRAGLEAVE","features":[55]},{"name":"EVENT_OBJECT_DRAGSTART","features":[55]},{"name":"EVENT_OBJECT_END","features":[55]},{"name":"EVENT_OBJECT_FOCUS","features":[55]},{"name":"EVENT_OBJECT_HELPCHANGE","features":[55]},{"name":"EVENT_OBJECT_HIDE","features":[55]},{"name":"EVENT_OBJECT_HOSTEDOBJECTSINVALIDATED","features":[55]},{"name":"EVENT_OBJECT_IME_CHANGE","features":[55]},{"name":"EVENT_OBJECT_IME_HIDE","features":[55]},{"name":"EVENT_OBJECT_IME_SHOW","features":[55]},{"name":"EVENT_OBJECT_INVOKED","features":[55]},{"name":"EVENT_OBJECT_LIVEREGIONCHANGED","features":[55]},{"name":"EVENT_OBJECT_LOCATIONCHANGE","features":[55]},{"name":"EVENT_OBJECT_NAMECHANGE","features":[55]},{"name":"EVENT_OBJECT_PARENTCHANGE","features":[55]},{"name":"EVENT_OBJECT_REORDER","features":[55]},{"name":"EVENT_OBJECT_SELECTION","features":[55]},{"name":"EVENT_OBJECT_SELECTIONADD","features":[55]},{"name":"EVENT_OBJECT_SELECTIONREMOVE","features":[55]},{"name":"EVENT_OBJECT_SELECTIONWITHIN","features":[55]},{"name":"EVENT_OBJECT_SHOW","features":[55]},{"name":"EVENT_OBJECT_STATECHANGE","features":[55]},{"name":"EVENT_OBJECT_TEXTEDIT_CONVERSIONTARGETCHANGED","features":[55]},{"name":"EVENT_OBJECT_TEXTSELECTIONCHANGED","features":[55]},{"name":"EVENT_OBJECT_UNCLOAKED","features":[55]},{"name":"EVENT_OBJECT_VALUECHANGE","features":[55]},{"name":"EVENT_OEM_DEFINED_END","features":[55]},{"name":"EVENT_OEM_DEFINED_START","features":[55]},{"name":"EVENT_SYSTEM_ALERT","features":[55]},{"name":"EVENT_SYSTEM_ARRANGMENTPREVIEW","features":[55]},{"name":"EVENT_SYSTEM_CAPTUREEND","features":[55]},{"name":"EVENT_SYSTEM_CAPTURESTART","features":[55]},{"name":"EVENT_SYSTEM_CONTEXTHELPEND","features":[55]},{"name":"EVENT_SYSTEM_CONTEXTHELPSTART","features":[55]},{"name":"EVENT_SYSTEM_DESKTOPSWITCH","features":[55]},{"name":"EVENT_SYSTEM_DIALOGEND","features":[55]},{"name":"EVENT_SYSTEM_DIALOGSTART","features":[55]},{"name":"EVENT_SYSTEM_DRAGDROPEND","features":[55]},{"name":"EVENT_SYSTEM_DRAGDROPSTART","features":[55]},{"name":"EVENT_SYSTEM_END","features":[55]},{"name":"EVENT_SYSTEM_FOREGROUND","features":[55]},{"name":"EVENT_SYSTEM_IME_KEY_NOTIFICATION","features":[55]},{"name":"EVENT_SYSTEM_MENUEND","features":[55]},{"name":"EVENT_SYSTEM_MENUPOPUPEND","features":[55]},{"name":"EVENT_SYSTEM_MENUPOPUPSTART","features":[55]},{"name":"EVENT_SYSTEM_MENUSTART","features":[55]},{"name":"EVENT_SYSTEM_MINIMIZEEND","features":[55]},{"name":"EVENT_SYSTEM_MINIMIZESTART","features":[55]},{"name":"EVENT_SYSTEM_MOVESIZEEND","features":[55]},{"name":"EVENT_SYSTEM_MOVESIZESTART","features":[55]},{"name":"EVENT_SYSTEM_SCROLLINGEND","features":[55]},{"name":"EVENT_SYSTEM_SCROLLINGSTART","features":[55]},{"name":"EVENT_SYSTEM_SOUND","features":[55]},{"name":"EVENT_SYSTEM_SWITCHEND","features":[55]},{"name":"EVENT_SYSTEM_SWITCHER_APPDROPPED","features":[55]},{"name":"EVENT_SYSTEM_SWITCHER_APPGRABBED","features":[55]},{"name":"EVENT_SYSTEM_SWITCHER_APPOVERTARGET","features":[55]},{"name":"EVENT_SYSTEM_SWITCHER_CANCELLED","features":[55]},{"name":"EVENT_SYSTEM_SWITCHSTART","features":[55]},{"name":"EVENT_UIA_EVENTID_END","features":[55]},{"name":"EVENT_UIA_EVENTID_START","features":[55]},{"name":"EVENT_UIA_PROPID_END","features":[55]},{"name":"EVENT_UIA_PROPID_START","features":[55]},{"name":"EnableMenuItem","features":[1,55]},{"name":"EndDeferWindowPos","features":[1,55]},{"name":"EndDialog","features":[1,55]},{"name":"EndMenu","features":[1,55]},{"name":"EnumChildWindows","features":[1,55]},{"name":"EnumPropsA","features":[1,55]},{"name":"EnumPropsExA","features":[1,55]},{"name":"EnumPropsExW","features":[1,55]},{"name":"EnumPropsW","features":[1,55]},{"name":"EnumThreadWindows","features":[1,55]},{"name":"EnumWindows","features":[1,55]},{"name":"FALT","features":[55]},{"name":"FAPPCOMMAND_KEY","features":[55]},{"name":"FAPPCOMMAND_MASK","features":[55]},{"name":"FAPPCOMMAND_MOUSE","features":[55]},{"name":"FAPPCOMMAND_OEM","features":[55]},{"name":"FCONTROL","features":[55]},{"name":"FE_FONTSMOOTHINGCLEARTYPE","features":[55]},{"name":"FE_FONTSMOOTHINGORIENTATIONBGR","features":[55]},{"name":"FE_FONTSMOOTHINGORIENTATIONRGB","features":[55]},{"name":"FE_FONTSMOOTHINGSTANDARD","features":[55]},{"name":"FKF_AVAILABLE","features":[55]},{"name":"FKF_CLICKON","features":[55]},{"name":"FKF_CONFIRMHOTKEY","features":[55]},{"name":"FKF_FILTERKEYSON","features":[55]},{"name":"FKF_HOTKEYACTIVE","features":[55]},{"name":"FKF_HOTKEYSOUND","features":[55]},{"name":"FKF_INDICATOR","features":[55]},{"name":"FLASHWINFO","features":[1,55]},{"name":"FLASHWINFO_FLAGS","features":[55]},{"name":"FLASHW_ALL","features":[55]},{"name":"FLASHW_CAPTION","features":[55]},{"name":"FLASHW_STOP","features":[55]},{"name":"FLASHW_TIMER","features":[55]},{"name":"FLASHW_TIMERNOFG","features":[55]},{"name":"FLASHW_TRAY","features":[55]},{"name":"FNOINVERT","features":[55]},{"name":"FOREGROUND_WINDOW_LOCK_CODE","features":[55]},{"name":"FSHIFT","features":[55]},{"name":"FVIRTKEY","features":[55]},{"name":"FindWindowA","features":[1,55]},{"name":"FindWindowExA","features":[1,55]},{"name":"FindWindowExW","features":[1,55]},{"name":"FindWindowW","features":[1,55]},{"name":"FlashWindow","features":[1,55]},{"name":"FlashWindowEx","features":[1,55]},{"name":"GA_PARENT","features":[55]},{"name":"GA_ROOT","features":[55]},{"name":"GA_ROOTOWNER","features":[55]},{"name":"GCF_INCLUDE_ANCESTORS","features":[55]},{"name":"GCLP_HBRBACKGROUND","features":[55]},{"name":"GCLP_HCURSOR","features":[55]},{"name":"GCLP_HICON","features":[55]},{"name":"GCLP_HICONSM","features":[55]},{"name":"GCLP_HMODULE","features":[55]},{"name":"GCLP_MENUNAME","features":[55]},{"name":"GCLP_WNDPROC","features":[55]},{"name":"GCL_CBCLSEXTRA","features":[55]},{"name":"GCL_CBWNDEXTRA","features":[55]},{"name":"GCL_HBRBACKGROUND","features":[55]},{"name":"GCL_HCURSOR","features":[55]},{"name":"GCL_HICON","features":[55]},{"name":"GCL_HICONSM","features":[55]},{"name":"GCL_HMODULE","features":[55]},{"name":"GCL_MENUNAME","features":[55]},{"name":"GCL_STYLE","features":[55]},{"name":"GCL_WNDPROC","features":[55]},{"name":"GCW_ATOM","features":[55]},{"name":"GDI_IMAGE_TYPE","features":[55]},{"name":"GESTURECONFIGMAXCOUNT","features":[55]},{"name":"GESTUREVISUALIZATION_DOUBLETAP","features":[55]},{"name":"GESTUREVISUALIZATION_OFF","features":[55]},{"name":"GESTUREVISUALIZATION_ON","features":[55]},{"name":"GESTUREVISUALIZATION_PRESSANDHOLD","features":[55]},{"name":"GESTUREVISUALIZATION_PRESSANDTAP","features":[55]},{"name":"GESTUREVISUALIZATION_RIGHTTAP","features":[55]},{"name":"GESTUREVISUALIZATION_TAP","features":[55]},{"name":"GETCLIPBMETADATA","features":[1,55]},{"name":"GET_ANCESTOR_FLAGS","features":[55]},{"name":"GET_CLASS_LONG_INDEX","features":[55]},{"name":"GET_MENU_DEFAULT_ITEM_FLAGS","features":[55]},{"name":"GET_WINDOW_CMD","features":[55]},{"name":"GF_BEGIN","features":[55]},{"name":"GF_END","features":[55]},{"name":"GF_INERTIA","features":[55]},{"name":"GIDC_ARRIVAL","features":[55]},{"name":"GIDC_REMOVAL","features":[55]},{"name":"GMDI_GOINTOPOPUPS","features":[55]},{"name":"GMDI_USEDISABLED","features":[55]},{"name":"GUID_DEVICE_EVENT_RBC","features":[55]},{"name":"GUID_IO_CDROM_EXCLUSIVE_LOCK","features":[55]},{"name":"GUID_IO_CDROM_EXCLUSIVE_UNLOCK","features":[55]},{"name":"GUID_IO_DEVICE_BECOMING_READY","features":[55]},{"name":"GUID_IO_DEVICE_EXTERNAL_REQUEST","features":[55]},{"name":"GUID_IO_DISK_CLONE_ARRIVAL","features":[55]},{"name":"GUID_IO_DISK_CLONE_ARRIVAL_INFORMATION","features":[55]},{"name":"GUID_IO_DISK_HEALTH_NOTIFICATION","features":[55]},{"name":"GUID_IO_DISK_LAYOUT_CHANGE","features":[55]},{"name":"GUID_IO_DRIVE_REQUIRES_CLEANING","features":[55]},{"name":"GUID_IO_MEDIA_ARRIVAL","features":[55]},{"name":"GUID_IO_MEDIA_EJECT_REQUEST","features":[55]},{"name":"GUID_IO_MEDIA_REMOVAL","features":[55]},{"name":"GUID_IO_TAPE_ERASE","features":[55]},{"name":"GUID_IO_VOLUME_BACKGROUND_FORMAT","features":[55]},{"name":"GUID_IO_VOLUME_CHANGE","features":[55]},{"name":"GUID_IO_VOLUME_CHANGE_SIZE","features":[55]},{"name":"GUID_IO_VOLUME_DEVICE_INTERFACE","features":[55]},{"name":"GUID_IO_VOLUME_DISMOUNT","features":[55]},{"name":"GUID_IO_VOLUME_DISMOUNT_FAILED","features":[55]},{"name":"GUID_IO_VOLUME_FORCE_CLOSED","features":[55]},{"name":"GUID_IO_VOLUME_FVE_STATUS_CHANGE","features":[55]},{"name":"GUID_IO_VOLUME_INFO_MAKE_COMPAT","features":[55]},{"name":"GUID_IO_VOLUME_LOCK","features":[55]},{"name":"GUID_IO_VOLUME_LOCK_FAILED","features":[55]},{"name":"GUID_IO_VOLUME_MOUNT","features":[55]},{"name":"GUID_IO_VOLUME_NAME_CHANGE","features":[55]},{"name":"GUID_IO_VOLUME_NEED_CHKDSK","features":[55]},{"name":"GUID_IO_VOLUME_PHYSICAL_CONFIGURATION_CHANGE","features":[55]},{"name":"GUID_IO_VOLUME_PREPARING_EJECT","features":[55]},{"name":"GUID_IO_VOLUME_UNIQUE_ID_CHANGE","features":[55]},{"name":"GUID_IO_VOLUME_UNLOCK","features":[55]},{"name":"GUID_IO_VOLUME_WEARING_OUT","features":[55]},{"name":"GUID_IO_VOLUME_WORM_NEAR_FULL","features":[55]},{"name":"GUITHREADINFO","features":[1,55]},{"name":"GUITHREADINFO_FLAGS","features":[55]},{"name":"GUI_16BITTASK","features":[55]},{"name":"GUI_CARETBLINKING","features":[55]},{"name":"GUI_INMENUMODE","features":[55]},{"name":"GUI_INMOVESIZE","features":[55]},{"name":"GUI_POPUPMENUMODE","features":[55]},{"name":"GUI_SYSTEMMENUMODE","features":[55]},{"name":"GWFS_INCLUDE_ANCESTORS","features":[55]},{"name":"GWLP_HINSTANCE","features":[55]},{"name":"GWLP_HWNDPARENT","features":[55]},{"name":"GWLP_ID","features":[55]},{"name":"GWLP_USERDATA","features":[55]},{"name":"GWLP_WNDPROC","features":[55]},{"name":"GWL_EXSTYLE","features":[55]},{"name":"GWL_HINSTANCE","features":[55]},{"name":"GWL_HWNDPARENT","features":[55]},{"name":"GWL_ID","features":[55]},{"name":"GWL_STYLE","features":[55]},{"name":"GWL_USERDATA","features":[55]},{"name":"GWL_WNDPROC","features":[55]},{"name":"GW_CHILD","features":[55]},{"name":"GW_ENABLEDPOPUP","features":[55]},{"name":"GW_HWNDFIRST","features":[55]},{"name":"GW_HWNDLAST","features":[55]},{"name":"GW_HWNDNEXT","features":[55]},{"name":"GW_HWNDPREV","features":[55]},{"name":"GW_MAX","features":[55]},{"name":"GW_OWNER","features":[55]},{"name":"GetAltTabInfoA","features":[1,55]},{"name":"GetAltTabInfoW","features":[1,55]},{"name":"GetAncestor","features":[1,55]},{"name":"GetCaretBlinkTime","features":[55]},{"name":"GetCaretPos","features":[1,55]},{"name":"GetClassInfoA","features":[1,13,55]},{"name":"GetClassInfoExA","features":[1,13,55]},{"name":"GetClassInfoExW","features":[1,13,55]},{"name":"GetClassInfoW","features":[1,13,55]},{"name":"GetClassLongA","features":[1,55]},{"name":"GetClassLongPtrA","features":[1,55]},{"name":"GetClassLongPtrW","features":[1,55]},{"name":"GetClassLongW","features":[1,55]},{"name":"GetClassNameA","features":[1,55]},{"name":"GetClassNameW","features":[1,55]},{"name":"GetClassWord","features":[1,55]},{"name":"GetClientRect","features":[1,55]},{"name":"GetClipCursor","features":[1,55]},{"name":"GetCursor","features":[55]},{"name":"GetCursorInfo","features":[1,55]},{"name":"GetCursorPos","features":[1,55]},{"name":"GetDesktopWindow","features":[1,55]},{"name":"GetDialogBaseUnits","features":[55]},{"name":"GetDlgCtrlID","features":[1,55]},{"name":"GetDlgItem","features":[1,55]},{"name":"GetDlgItemInt","features":[1,55]},{"name":"GetDlgItemTextA","features":[1,55]},{"name":"GetDlgItemTextW","features":[1,55]},{"name":"GetForegroundWindow","features":[1,55]},{"name":"GetGUIThreadInfo","features":[1,55]},{"name":"GetIconInfo","features":[1,13,55]},{"name":"GetIconInfoExA","features":[1,13,55]},{"name":"GetIconInfoExW","features":[1,13,55]},{"name":"GetInputState","features":[1,55]},{"name":"GetLastActivePopup","features":[1,55]},{"name":"GetLayeredWindowAttributes","features":[1,55]},{"name":"GetMenu","features":[1,55]},{"name":"GetMenuBarInfo","features":[1,55]},{"name":"GetMenuCheckMarkDimensions","features":[55]},{"name":"GetMenuDefaultItem","features":[55]},{"name":"GetMenuInfo","features":[1,13,55]},{"name":"GetMenuItemCount","features":[55]},{"name":"GetMenuItemID","features":[55]},{"name":"GetMenuItemInfoA","features":[1,13,55]},{"name":"GetMenuItemInfoW","features":[1,13,55]},{"name":"GetMenuItemRect","features":[1,55]},{"name":"GetMenuState","features":[55]},{"name":"GetMenuStringA","features":[55]},{"name":"GetMenuStringW","features":[55]},{"name":"GetMessageA","features":[1,55]},{"name":"GetMessageExtraInfo","features":[1,55]},{"name":"GetMessagePos","features":[55]},{"name":"GetMessageTime","features":[55]},{"name":"GetMessageW","features":[1,55]},{"name":"GetNextDlgGroupItem","features":[1,55]},{"name":"GetNextDlgTabItem","features":[1,55]},{"name":"GetParent","features":[1,55]},{"name":"GetPhysicalCursorPos","features":[1,55]},{"name":"GetProcessDefaultLayout","features":[1,55]},{"name":"GetPropA","features":[1,55]},{"name":"GetPropW","features":[1,55]},{"name":"GetQueueStatus","features":[55]},{"name":"GetScrollBarInfo","features":[1,55]},{"name":"GetScrollInfo","features":[1,55]},{"name":"GetScrollPos","features":[1,55]},{"name":"GetScrollRange","features":[1,55]},{"name":"GetShellWindow","features":[1,55]},{"name":"GetSubMenu","features":[55]},{"name":"GetSystemMenu","features":[1,55]},{"name":"GetSystemMetrics","features":[55]},{"name":"GetTitleBarInfo","features":[1,55]},{"name":"GetTopWindow","features":[1,55]},{"name":"GetWindow","features":[1,55]},{"name":"GetWindowDisplayAffinity","features":[1,55]},{"name":"GetWindowInfo","features":[1,55]},{"name":"GetWindowLongA","features":[1,55]},{"name":"GetWindowLongPtrA","features":[1,55]},{"name":"GetWindowLongPtrW","features":[1,55]},{"name":"GetWindowLongW","features":[1,55]},{"name":"GetWindowModuleFileNameA","features":[1,55]},{"name":"GetWindowModuleFileNameW","features":[1,55]},{"name":"GetWindowPlacement","features":[1,55]},{"name":"GetWindowRect","features":[1,55]},{"name":"GetWindowTextA","features":[1,55]},{"name":"GetWindowTextLengthA","features":[1,55]},{"name":"GetWindowTextLengthW","features":[1,55]},{"name":"GetWindowTextW","features":[1,55]},{"name":"GetWindowThreadProcessId","features":[1,55]},{"name":"GetWindowWord","features":[1,55]},{"name":"HACCEL","features":[55]},{"name":"HANDEDNESS","features":[55]},{"name":"HANDEDNESS_LEFT","features":[55]},{"name":"HANDEDNESS_RIGHT","features":[55]},{"name":"HARDWAREHOOKSTRUCT","features":[1,55]},{"name":"HBMMENU_CALLBACK","features":[13,55]},{"name":"HBMMENU_MBAR_CLOSE","features":[13,55]},{"name":"HBMMENU_MBAR_CLOSE_D","features":[13,55]},{"name":"HBMMENU_MBAR_MINIMIZE","features":[13,55]},{"name":"HBMMENU_MBAR_MINIMIZE_D","features":[13,55]},{"name":"HBMMENU_MBAR_RESTORE","features":[13,55]},{"name":"HBMMENU_POPUP_CLOSE","features":[13,55]},{"name":"HBMMENU_POPUP_MAXIMIZE","features":[13,55]},{"name":"HBMMENU_POPUP_MINIMIZE","features":[13,55]},{"name":"HBMMENU_POPUP_RESTORE","features":[13,55]},{"name":"HBMMENU_SYSTEM","features":[13,55]},{"name":"HCBT_ACTIVATE","features":[55]},{"name":"HCBT_CLICKSKIPPED","features":[55]},{"name":"HCBT_CREATEWND","features":[55]},{"name":"HCBT_DESTROYWND","features":[55]},{"name":"HCBT_KEYSKIPPED","features":[55]},{"name":"HCBT_MINMAX","features":[55]},{"name":"HCBT_MOVESIZE","features":[55]},{"name":"HCBT_QS","features":[55]},{"name":"HCBT_SETFOCUS","features":[55]},{"name":"HCBT_SYSCOMMAND","features":[55]},{"name":"HCF_DEFAULTDESKTOP","features":[55]},{"name":"HCF_LOGONDESKTOP","features":[55]},{"name":"HCURSOR","features":[55]},{"name":"HC_ACTION","features":[55]},{"name":"HC_GETNEXT","features":[55]},{"name":"HC_NOREM","features":[55]},{"name":"HC_NOREMOVE","features":[55]},{"name":"HC_SKIP","features":[55]},{"name":"HC_SYSMODALOFF","features":[55]},{"name":"HC_SYSMODALON","features":[55]},{"name":"HDEVNOTIFY","features":[55]},{"name":"HDWP","features":[55]},{"name":"HELP_COMMAND","features":[55]},{"name":"HELP_CONTENTS","features":[55]},{"name":"HELP_CONTEXT","features":[55]},{"name":"HELP_CONTEXTMENU","features":[55]},{"name":"HELP_CONTEXTPOPUP","features":[55]},{"name":"HELP_FINDER","features":[55]},{"name":"HELP_FORCEFILE","features":[55]},{"name":"HELP_HELPONHELP","features":[55]},{"name":"HELP_INDEX","features":[55]},{"name":"HELP_KEY","features":[55]},{"name":"HELP_MULTIKEY","features":[55]},{"name":"HELP_PARTIALKEY","features":[55]},{"name":"HELP_QUIT","features":[55]},{"name":"HELP_SETCONTENTS","features":[55]},{"name":"HELP_SETINDEX","features":[55]},{"name":"HELP_SETPOPUP_POS","features":[55]},{"name":"HELP_SETWINPOS","features":[55]},{"name":"HELP_TCARD","features":[55]},{"name":"HELP_TCARD_DATA","features":[55]},{"name":"HELP_TCARD_OTHER_CALLER","features":[55]},{"name":"HELP_WM_HELP","features":[55]},{"name":"HHOOK","features":[55]},{"name":"HICON","features":[55]},{"name":"HIDE_WINDOW","features":[55]},{"name":"HKL_NEXT","features":[55]},{"name":"HKL_PREV","features":[55]},{"name":"HMENU","features":[55]},{"name":"HOOKPROC","features":[1,55]},{"name":"HSHELL_ACCESSIBILITYSTATE","features":[55]},{"name":"HSHELL_ACTIVATESHELLWINDOW","features":[55]},{"name":"HSHELL_APPCOMMAND","features":[55]},{"name":"HSHELL_ENDTASK","features":[55]},{"name":"HSHELL_GETMINRECT","features":[55]},{"name":"HSHELL_HIGHBIT","features":[55]},{"name":"HSHELL_LANGUAGE","features":[55]},{"name":"HSHELL_MONITORCHANGED","features":[55]},{"name":"HSHELL_REDRAW","features":[55]},{"name":"HSHELL_SYSMENU","features":[55]},{"name":"HSHELL_TASKMAN","features":[55]},{"name":"HSHELL_WINDOWACTIVATED","features":[55]},{"name":"HSHELL_WINDOWCREATED","features":[55]},{"name":"HSHELL_WINDOWDESTROYED","features":[55]},{"name":"HSHELL_WINDOWREPLACED","features":[55]},{"name":"HSHELL_WINDOWREPLACING","features":[55]},{"name":"HTBORDER","features":[55]},{"name":"HTBOTTOM","features":[55]},{"name":"HTBOTTOMLEFT","features":[55]},{"name":"HTBOTTOMRIGHT","features":[55]},{"name":"HTCAPTION","features":[55]},{"name":"HTCLIENT","features":[55]},{"name":"HTCLOSE","features":[55]},{"name":"HTERROR","features":[55]},{"name":"HTGROWBOX","features":[55]},{"name":"HTHELP","features":[55]},{"name":"HTHSCROLL","features":[55]},{"name":"HTLEFT","features":[55]},{"name":"HTMAXBUTTON","features":[55]},{"name":"HTMENU","features":[55]},{"name":"HTMINBUTTON","features":[55]},{"name":"HTNOWHERE","features":[55]},{"name":"HTOBJECT","features":[55]},{"name":"HTREDUCE","features":[55]},{"name":"HTRIGHT","features":[55]},{"name":"HTSIZE","features":[55]},{"name":"HTSIZEFIRST","features":[55]},{"name":"HTSIZELAST","features":[55]},{"name":"HTSYSMENU","features":[55]},{"name":"HTTOP","features":[55]},{"name":"HTTOPLEFT","features":[55]},{"name":"HTTOPRIGHT","features":[55]},{"name":"HTTRANSPARENT","features":[55]},{"name":"HTVSCROLL","features":[55]},{"name":"HTZOOM","features":[55]},{"name":"HWND_BOTTOM","features":[1,55]},{"name":"HWND_BROADCAST","features":[1,55]},{"name":"HWND_DESKTOP","features":[1,55]},{"name":"HWND_MESSAGE","features":[1,55]},{"name":"HWND_NOTOPMOST","features":[1,55]},{"name":"HWND_TOP","features":[1,55]},{"name":"HWND_TOPMOST","features":[1,55]},{"name":"HideCaret","features":[1,55]},{"name":"HiliteMenuItem","features":[1,55]},{"name":"ICONINFO","features":[1,13,55]},{"name":"ICONINFOEXA","features":[1,13,55]},{"name":"ICONINFOEXW","features":[1,13,55]},{"name":"ICONMETRICSA","features":[13,55]},{"name":"ICONMETRICSW","features":[13,55]},{"name":"ICON_BIG","features":[55]},{"name":"ICON_SMALL","features":[55]},{"name":"ICON_SMALL2","features":[55]},{"name":"IDABORT","features":[55]},{"name":"IDANI_CAPTION","features":[55]},{"name":"IDANI_OPEN","features":[55]},{"name":"IDASYNC","features":[55]},{"name":"IDCANCEL","features":[55]},{"name":"IDCLOSE","features":[55]},{"name":"IDCONTINUE","features":[55]},{"name":"IDC_APPSTARTING","features":[55]},{"name":"IDC_ARROW","features":[55]},{"name":"IDC_CROSS","features":[55]},{"name":"IDC_HAND","features":[55]},{"name":"IDC_HELP","features":[55]},{"name":"IDC_IBEAM","features":[55]},{"name":"IDC_ICON","features":[55]},{"name":"IDC_NO","features":[55]},{"name":"IDC_PERSON","features":[55]},{"name":"IDC_PIN","features":[55]},{"name":"IDC_SIZE","features":[55]},{"name":"IDC_SIZEALL","features":[55]},{"name":"IDC_SIZENESW","features":[55]},{"name":"IDC_SIZENS","features":[55]},{"name":"IDC_SIZENWSE","features":[55]},{"name":"IDC_SIZEWE","features":[55]},{"name":"IDC_STATIC","features":[55]},{"name":"IDC_UPARROW","features":[55]},{"name":"IDC_WAIT","features":[55]},{"name":"IDHELP","features":[55]},{"name":"IDHOT_SNAPDESKTOP","features":[55]},{"name":"IDHOT_SNAPWINDOW","features":[55]},{"name":"IDH_CANCEL","features":[55]},{"name":"IDH_GENERIC_HELP_BUTTON","features":[55]},{"name":"IDH_HELP","features":[55]},{"name":"IDH_MISSING_CONTEXT","features":[55]},{"name":"IDH_NO_HELP","features":[55]},{"name":"IDH_OK","features":[55]},{"name":"IDIGNORE","features":[55]},{"name":"IDI_APPLICATION","features":[55]},{"name":"IDI_ASTERISK","features":[55]},{"name":"IDI_ERROR","features":[55]},{"name":"IDI_EXCLAMATION","features":[55]},{"name":"IDI_HAND","features":[55]},{"name":"IDI_INFORMATION","features":[55]},{"name":"IDI_QUESTION","features":[55]},{"name":"IDI_SHIELD","features":[55]},{"name":"IDI_WARNING","features":[55]},{"name":"IDI_WINLOGO","features":[55]},{"name":"IDNO","features":[55]},{"name":"IDOK","features":[55]},{"name":"IDRETRY","features":[55]},{"name":"IDTIMEOUT","features":[55]},{"name":"IDTRYAGAIN","features":[55]},{"name":"IDYES","features":[55]},{"name":"IMAGE_BITMAP","features":[55]},{"name":"IMAGE_CURSOR","features":[55]},{"name":"IMAGE_ENHMETAFILE","features":[55]},{"name":"IMAGE_FLAGS","features":[55]},{"name":"IMAGE_ICON","features":[55]},{"name":"INDEXID_CONTAINER","features":[55]},{"name":"INDEXID_OBJECT","features":[55]},{"name":"INPUTLANGCHANGE_BACKWARD","features":[55]},{"name":"INPUTLANGCHANGE_FORWARD","features":[55]},{"name":"INPUTLANGCHANGE_SYSCHARSET","features":[55]},{"name":"ISMEX_CALLBACK","features":[55]},{"name":"ISMEX_NOSEND","features":[55]},{"name":"ISMEX_NOTIFY","features":[55]},{"name":"ISMEX_REPLIED","features":[55]},{"name":"ISMEX_SEND","features":[55]},{"name":"ISOLATIONAWARE_MANIFEST_RESOURCE_ID","features":[55]},{"name":"ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID","features":[55]},{"name":"ISOLATIONPOLICY_BROWSER_MANIFEST_RESOURCE_ID","features":[55]},{"name":"ISOLATIONPOLICY_MANIFEST_RESOURCE_ID","features":[55]},{"name":"InSendMessage","features":[1,55]},{"name":"InSendMessageEx","features":[55]},{"name":"IndexFilePath","features":[55]},{"name":"IndexedResourceQualifier","features":[55]},{"name":"InheritWindowMonitor","features":[1,55]},{"name":"InsertMenuA","features":[1,55]},{"name":"InsertMenuItemA","features":[1,13,55]},{"name":"InsertMenuItemW","features":[1,13,55]},{"name":"InsertMenuW","features":[1,55]},{"name":"InternalGetWindowText","features":[1,55]},{"name":"IsCharAlphaA","features":[1,55]},{"name":"IsCharAlphaNumericA","features":[1,55]},{"name":"IsCharAlphaNumericW","features":[1,55]},{"name":"IsCharAlphaW","features":[1,55]},{"name":"IsCharLowerA","features":[1,55]},{"name":"IsCharUpperA","features":[1,55]},{"name":"IsCharUpperW","features":[1,55]},{"name":"IsChild","features":[1,55]},{"name":"IsDialogMessageA","features":[1,55]},{"name":"IsDialogMessageW","features":[1,55]},{"name":"IsGUIThread","features":[1,55]},{"name":"IsHungAppWindow","features":[1,55]},{"name":"IsIconic","features":[1,55]},{"name":"IsMenu","features":[1,55]},{"name":"IsProcessDPIAware","features":[1,55]},{"name":"IsWindow","features":[1,55]},{"name":"IsWindowArranged","features":[1,55]},{"name":"IsWindowUnicode","features":[1,55]},{"name":"IsWindowVisible","features":[1,55]},{"name":"IsWow64Message","features":[1,55]},{"name":"IsZoomed","features":[1,55]},{"name":"KBDLLHOOKSTRUCT","features":[55]},{"name":"KBDLLHOOKSTRUCT_FLAGS","features":[55]},{"name":"KF_ALTDOWN","features":[55]},{"name":"KF_DLGMODE","features":[55]},{"name":"KF_EXTENDED","features":[55]},{"name":"KF_MENUMODE","features":[55]},{"name":"KF_REPEAT","features":[55]},{"name":"KF_UP","features":[55]},{"name":"KL_NAMELENGTH","features":[55]},{"name":"KillTimer","features":[1,55]},{"name":"LAYERED_WINDOW_ATTRIBUTES_FLAGS","features":[55]},{"name":"LBN_DBLCLK","features":[55]},{"name":"LBN_ERRSPACE","features":[55]},{"name":"LBN_KILLFOCUS","features":[55]},{"name":"LBN_SELCANCEL","features":[55]},{"name":"LBN_SELCHANGE","features":[55]},{"name":"LBN_SETFOCUS","features":[55]},{"name":"LBS_COMBOBOX","features":[55]},{"name":"LBS_DISABLENOSCROLL","features":[55]},{"name":"LBS_EXTENDEDSEL","features":[55]},{"name":"LBS_HASSTRINGS","features":[55]},{"name":"LBS_MULTICOLUMN","features":[55]},{"name":"LBS_MULTIPLESEL","features":[55]},{"name":"LBS_NODATA","features":[55]},{"name":"LBS_NOINTEGRALHEIGHT","features":[55]},{"name":"LBS_NOREDRAW","features":[55]},{"name":"LBS_NOSEL","features":[55]},{"name":"LBS_NOTIFY","features":[55]},{"name":"LBS_OWNERDRAWFIXED","features":[55]},{"name":"LBS_OWNERDRAWVARIABLE","features":[55]},{"name":"LBS_SORT","features":[55]},{"name":"LBS_STANDARD","features":[55]},{"name":"LBS_USETABSTOPS","features":[55]},{"name":"LBS_WANTKEYBOARDINPUT","features":[55]},{"name":"LB_ADDFILE","features":[55]},{"name":"LB_ADDSTRING","features":[55]},{"name":"LB_CTLCODE","features":[55]},{"name":"LB_DELETESTRING","features":[55]},{"name":"LB_DIR","features":[55]},{"name":"LB_ERR","features":[55]},{"name":"LB_ERRSPACE","features":[55]},{"name":"LB_FINDSTRING","features":[55]},{"name":"LB_FINDSTRINGEXACT","features":[55]},{"name":"LB_GETANCHORINDEX","features":[55]},{"name":"LB_GETCARETINDEX","features":[55]},{"name":"LB_GETCOUNT","features":[55]},{"name":"LB_GETCURSEL","features":[55]},{"name":"LB_GETHORIZONTALEXTENT","features":[55]},{"name":"LB_GETITEMDATA","features":[55]},{"name":"LB_GETITEMHEIGHT","features":[55]},{"name":"LB_GETITEMRECT","features":[55]},{"name":"LB_GETLISTBOXINFO","features":[55]},{"name":"LB_GETLOCALE","features":[55]},{"name":"LB_GETSEL","features":[55]},{"name":"LB_GETSELCOUNT","features":[55]},{"name":"LB_GETSELITEMS","features":[55]},{"name":"LB_GETTEXT","features":[55]},{"name":"LB_GETTEXTLEN","features":[55]},{"name":"LB_GETTOPINDEX","features":[55]},{"name":"LB_INITSTORAGE","features":[55]},{"name":"LB_INSERTSTRING","features":[55]},{"name":"LB_ITEMFROMPOINT","features":[55]},{"name":"LB_MSGMAX","features":[55]},{"name":"LB_MULTIPLEADDSTRING","features":[55]},{"name":"LB_OKAY","features":[55]},{"name":"LB_RESETCONTENT","features":[55]},{"name":"LB_SELECTSTRING","features":[55]},{"name":"LB_SELITEMRANGE","features":[55]},{"name":"LB_SELITEMRANGEEX","features":[55]},{"name":"LB_SETANCHORINDEX","features":[55]},{"name":"LB_SETCARETINDEX","features":[55]},{"name":"LB_SETCOLUMNWIDTH","features":[55]},{"name":"LB_SETCOUNT","features":[55]},{"name":"LB_SETCURSEL","features":[55]},{"name":"LB_SETHORIZONTALEXTENT","features":[55]},{"name":"LB_SETITEMDATA","features":[55]},{"name":"LB_SETITEMHEIGHT","features":[55]},{"name":"LB_SETLOCALE","features":[55]},{"name":"LB_SETSEL","features":[55]},{"name":"LB_SETTABSTOPS","features":[55]},{"name":"LB_SETTOPINDEX","features":[55]},{"name":"LLKHF_ALTDOWN","features":[55]},{"name":"LLKHF_EXTENDED","features":[55]},{"name":"LLKHF_INJECTED","features":[55]},{"name":"LLKHF_LOWER_IL_INJECTED","features":[55]},{"name":"LLKHF_UP","features":[55]},{"name":"LLMHF_INJECTED","features":[55]},{"name":"LLMHF_LOWER_IL_INJECTED","features":[55]},{"name":"LOCKF_LOGICAL_LOCK","features":[55]},{"name":"LOCKF_PHYSICAL_LOCK","features":[55]},{"name":"LOCKP_ALLOW_MEM_MAPPING","features":[55]},{"name":"LOCKP_ALLOW_WRITES","features":[55]},{"name":"LOCKP_FAIL_MEM_MAPPING","features":[55]},{"name":"LOCKP_FAIL_WRITES","features":[55]},{"name":"LOCKP_LOCK_FOR_FORMAT","features":[55]},{"name":"LOCKP_USER_MASK","features":[55]},{"name":"LR_COLOR","features":[55]},{"name":"LR_COPYDELETEORG","features":[55]},{"name":"LR_COPYFROMRESOURCE","features":[55]},{"name":"LR_COPYRETURNORG","features":[55]},{"name":"LR_CREATEDIBSECTION","features":[55]},{"name":"LR_DEFAULTCOLOR","features":[55]},{"name":"LR_DEFAULTSIZE","features":[55]},{"name":"LR_LOADFROMFILE","features":[55]},{"name":"LR_LOADMAP3DCOLORS","features":[55]},{"name":"LR_LOADTRANSPARENT","features":[55]},{"name":"LR_MONOCHROME","features":[55]},{"name":"LR_SHARED","features":[55]},{"name":"LR_VGACOLOR","features":[55]},{"name":"LSFW_LOCK","features":[55]},{"name":"LSFW_UNLOCK","features":[55]},{"name":"LWA_ALPHA","features":[55]},{"name":"LWA_COLORKEY","features":[55]},{"name":"LoadAcceleratorsA","features":[1,55]},{"name":"LoadAcceleratorsW","features":[1,55]},{"name":"LoadCursorA","features":[1,55]},{"name":"LoadCursorFromFileA","features":[55]},{"name":"LoadCursorFromFileW","features":[55]},{"name":"LoadCursorW","features":[1,55]},{"name":"LoadIconA","features":[1,55]},{"name":"LoadIconW","features":[1,55]},{"name":"LoadImageA","features":[1,55]},{"name":"LoadImageW","features":[1,55]},{"name":"LoadMenuA","features":[1,55]},{"name":"LoadMenuIndirectA","features":[55]},{"name":"LoadMenuIndirectW","features":[55]},{"name":"LoadMenuW","features":[1,55]},{"name":"LoadStringA","features":[1,55]},{"name":"LoadStringW","features":[1,55]},{"name":"LockSetForegroundWindow","features":[1,55]},{"name":"LogicalToPhysicalPoint","features":[1,55]},{"name":"LookupIconIdFromDirectory","features":[1,55]},{"name":"LookupIconIdFromDirectoryEx","features":[1,55]},{"name":"MAXIMUM_RESERVED_MANIFEST_RESOURCE_ID","features":[55]},{"name":"MAX_LOGICALDPIOVERRIDE","features":[55]},{"name":"MAX_STR_BLOCKREASON","features":[55]},{"name":"MAX_TOUCH_COUNT","features":[55]},{"name":"MAX_TOUCH_PREDICTION_FILTER_TAPS","features":[55]},{"name":"MA_ACTIVATE","features":[55]},{"name":"MA_ACTIVATEANDEAT","features":[55]},{"name":"MA_NOACTIVATE","features":[55]},{"name":"MA_NOACTIVATEANDEAT","features":[55]},{"name":"MB_ABORTRETRYIGNORE","features":[55]},{"name":"MB_APPLMODAL","features":[55]},{"name":"MB_CANCELTRYCONTINUE","features":[55]},{"name":"MB_DEFAULT_DESKTOP_ONLY","features":[55]},{"name":"MB_DEFBUTTON1","features":[55]},{"name":"MB_DEFBUTTON2","features":[55]},{"name":"MB_DEFBUTTON3","features":[55]},{"name":"MB_DEFBUTTON4","features":[55]},{"name":"MB_DEFMASK","features":[55]},{"name":"MB_HELP","features":[55]},{"name":"MB_ICONASTERISK","features":[55]},{"name":"MB_ICONERROR","features":[55]},{"name":"MB_ICONEXCLAMATION","features":[55]},{"name":"MB_ICONHAND","features":[55]},{"name":"MB_ICONINFORMATION","features":[55]},{"name":"MB_ICONMASK","features":[55]},{"name":"MB_ICONQUESTION","features":[55]},{"name":"MB_ICONSTOP","features":[55]},{"name":"MB_ICONWARNING","features":[55]},{"name":"MB_MISCMASK","features":[55]},{"name":"MB_MODEMASK","features":[55]},{"name":"MB_NOFOCUS","features":[55]},{"name":"MB_OK","features":[55]},{"name":"MB_OKCANCEL","features":[55]},{"name":"MB_RETRYCANCEL","features":[55]},{"name":"MB_RIGHT","features":[55]},{"name":"MB_RTLREADING","features":[55]},{"name":"MB_SERVICE_NOTIFICATION","features":[55]},{"name":"MB_SERVICE_NOTIFICATION_NT3X","features":[55]},{"name":"MB_SETFOREGROUND","features":[55]},{"name":"MB_SYSTEMMODAL","features":[55]},{"name":"MB_TASKMODAL","features":[55]},{"name":"MB_TOPMOST","features":[55]},{"name":"MB_TYPEMASK","features":[55]},{"name":"MB_USERICON","features":[55]},{"name":"MB_YESNO","features":[55]},{"name":"MB_YESNOCANCEL","features":[55]},{"name":"MDICREATESTRUCTA","features":[1,55]},{"name":"MDICREATESTRUCTW","features":[1,55]},{"name":"MDINEXTMENU","features":[1,55]},{"name":"MDIS_ALLCHILDSTYLES","features":[55]},{"name":"MDITILE_HORIZONTAL","features":[55]},{"name":"MDITILE_SKIPDISABLED","features":[55]},{"name":"MDITILE_VERTICAL","features":[55]},{"name":"MDITILE_ZORDER","features":[55]},{"name":"MENUBARINFO","features":[1,55]},{"name":"MENUEX_TEMPLATE_HEADER","features":[55]},{"name":"MENUEX_TEMPLATE_ITEM","features":[55]},{"name":"MENUGETOBJECTINFO","features":[55]},{"name":"MENUGETOBJECTINFO_FLAGS","features":[55]},{"name":"MENUINFO","features":[13,55]},{"name":"MENUINFO_MASK","features":[55]},{"name":"MENUINFO_STYLE","features":[55]},{"name":"MENUITEMINFOA","features":[13,55]},{"name":"MENUITEMINFOW","features":[13,55]},{"name":"MENUITEMTEMPLATE","features":[55]},{"name":"MENUITEMTEMPLATEHEADER","features":[55]},{"name":"MENUTEMPLATEEX","features":[55]},{"name":"MENU_ITEM_FLAGS","features":[55]},{"name":"MENU_ITEM_MASK","features":[55]},{"name":"MENU_ITEM_STATE","features":[55]},{"name":"MENU_ITEM_TYPE","features":[55]},{"name":"MESSAGEBOX_RESULT","features":[55]},{"name":"MESSAGEBOX_STYLE","features":[55]},{"name":"MESSAGE_RESOURCE_BLOCK","features":[55]},{"name":"MESSAGE_RESOURCE_DATA","features":[55]},{"name":"MESSAGE_RESOURCE_ENTRY","features":[55]},{"name":"METRICS_USEDEFAULT","features":[55]},{"name":"MFS_CHECKED","features":[55]},{"name":"MFS_DEFAULT","features":[55]},{"name":"MFS_DISABLED","features":[55]},{"name":"MFS_ENABLED","features":[55]},{"name":"MFS_GRAYED","features":[55]},{"name":"MFS_HILITE","features":[55]},{"name":"MFS_UNCHECKED","features":[55]},{"name":"MFS_UNHILITE","features":[55]},{"name":"MFT_BITMAP","features":[55]},{"name":"MFT_MENUBARBREAK","features":[55]},{"name":"MFT_MENUBREAK","features":[55]},{"name":"MFT_OWNERDRAW","features":[55]},{"name":"MFT_RADIOCHECK","features":[55]},{"name":"MFT_RIGHTJUSTIFY","features":[55]},{"name":"MFT_RIGHTORDER","features":[55]},{"name":"MFT_SEPARATOR","features":[55]},{"name":"MFT_STRING","features":[55]},{"name":"MF_APPEND","features":[55]},{"name":"MF_BITMAP","features":[55]},{"name":"MF_BYCOMMAND","features":[55]},{"name":"MF_BYPOSITION","features":[55]},{"name":"MF_CHANGE","features":[55]},{"name":"MF_CHECKED","features":[55]},{"name":"MF_DEFAULT","features":[55]},{"name":"MF_DELETE","features":[55]},{"name":"MF_DISABLED","features":[55]},{"name":"MF_ENABLED","features":[55]},{"name":"MF_END","features":[55]},{"name":"MF_GRAYED","features":[55]},{"name":"MF_HELP","features":[55]},{"name":"MF_HILITE","features":[55]},{"name":"MF_INSERT","features":[55]},{"name":"MF_MENUBARBREAK","features":[55]},{"name":"MF_MENUBREAK","features":[55]},{"name":"MF_MOUSESELECT","features":[55]},{"name":"MF_OWNERDRAW","features":[55]},{"name":"MF_POPUP","features":[55]},{"name":"MF_REMOVE","features":[55]},{"name":"MF_RIGHTJUSTIFY","features":[55]},{"name":"MF_SEPARATOR","features":[55]},{"name":"MF_STRING","features":[55]},{"name":"MF_SYSMENU","features":[55]},{"name":"MF_UNCHECKED","features":[55]},{"name":"MF_UNHILITE","features":[55]},{"name":"MF_USECHECKBITMAPS","features":[55]},{"name":"MIIM_BITMAP","features":[55]},{"name":"MIIM_CHECKMARKS","features":[55]},{"name":"MIIM_DATA","features":[55]},{"name":"MIIM_FTYPE","features":[55]},{"name":"MIIM_ID","features":[55]},{"name":"MIIM_STATE","features":[55]},{"name":"MIIM_STRING","features":[55]},{"name":"MIIM_SUBMENU","features":[55]},{"name":"MIIM_TYPE","features":[55]},{"name":"MIM_APPLYTOSUBMENUS","features":[55]},{"name":"MIM_BACKGROUND","features":[55]},{"name":"MIM_HELPID","features":[55]},{"name":"MIM_MAXHEIGHT","features":[55]},{"name":"MIM_MENUDATA","features":[55]},{"name":"MIM_STYLE","features":[55]},{"name":"MINIMIZEDMETRICS","features":[55]},{"name":"MINIMIZEDMETRICS_ARRANGE","features":[55]},{"name":"MINIMUM_RESERVED_MANIFEST_RESOURCE_ID","features":[55]},{"name":"MINMAXINFO","features":[1,55]},{"name":"MIN_LOGICALDPIOVERRIDE","features":[55]},{"name":"MKF_AVAILABLE","features":[55]},{"name":"MKF_CONFIRMHOTKEY","features":[55]},{"name":"MKF_HOTKEYACTIVE","features":[55]},{"name":"MKF_HOTKEYSOUND","features":[55]},{"name":"MKF_INDICATOR","features":[55]},{"name":"MKF_LEFTBUTTONDOWN","features":[55]},{"name":"MKF_LEFTBUTTONSEL","features":[55]},{"name":"MKF_MODIFIERS","features":[55]},{"name":"MKF_MOUSEKEYSON","features":[55]},{"name":"MKF_MOUSEMODE","features":[55]},{"name":"MKF_REPLACENUMBERS","features":[55]},{"name":"MKF_RIGHTBUTTONDOWN","features":[55]},{"name":"MKF_RIGHTBUTTONSEL","features":[55]},{"name":"MNC_CLOSE","features":[55]},{"name":"MNC_EXECUTE","features":[55]},{"name":"MNC_IGNORE","features":[55]},{"name":"MNC_SELECT","features":[55]},{"name":"MND_CONTINUE","features":[55]},{"name":"MND_ENDMENU","features":[55]},{"name":"MNGOF_BOTTOMGAP","features":[55]},{"name":"MNGOF_TOPGAP","features":[55]},{"name":"MNGO_NOERROR","features":[55]},{"name":"MNGO_NOINTERFACE","features":[55]},{"name":"MNS_AUTODISMISS","features":[55]},{"name":"MNS_CHECKORBMP","features":[55]},{"name":"MNS_DRAGDROP","features":[55]},{"name":"MNS_MODELESS","features":[55]},{"name":"MNS_NOCHECK","features":[55]},{"name":"MNS_NOTIFYBYPOS","features":[55]},{"name":"MN_GETHMENU","features":[55]},{"name":"MONITORINFOF_PRIMARY","features":[55]},{"name":"MOUSEHOOKSTRUCT","features":[1,55]},{"name":"MOUSEHOOKSTRUCTEX","features":[1,55]},{"name":"MOUSEWHEEL_ROUTING_FOCUS","features":[55]},{"name":"MOUSEWHEEL_ROUTING_HYBRID","features":[55]},{"name":"MOUSEWHEEL_ROUTING_MOUSE_POS","features":[55]},{"name":"MSG","features":[1,55]},{"name":"MSGBOXCALLBACK","features":[1,116,55]},{"name":"MSGBOXPARAMSA","features":[1,116,55]},{"name":"MSGBOXPARAMSW","features":[1,116,55]},{"name":"MSGFLTINFO_ALLOWED_HIGHER","features":[55]},{"name":"MSGFLTINFO_ALREADYALLOWED_FORWND","features":[55]},{"name":"MSGFLTINFO_ALREADYDISALLOWED_FORWND","features":[55]},{"name":"MSGFLTINFO_NONE","features":[55]},{"name":"MSGFLTINFO_STATUS","features":[55]},{"name":"MSGFLT_ADD","features":[55]},{"name":"MSGFLT_ALLOW","features":[55]},{"name":"MSGFLT_DISALLOW","features":[55]},{"name":"MSGFLT_REMOVE","features":[55]},{"name":"MSGFLT_RESET","features":[55]},{"name":"MSGF_DIALOGBOX","features":[55]},{"name":"MSGF_MAX","features":[55]},{"name":"MSGF_MENU","features":[55]},{"name":"MSGF_MESSAGEBOX","features":[55]},{"name":"MSGF_NEXTWINDOW","features":[55]},{"name":"MSGF_SCROLLBAR","features":[55]},{"name":"MSGF_USER","features":[55]},{"name":"MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS","features":[55]},{"name":"MSLLHOOKSTRUCT","features":[1,55]},{"name":"MWMO_ALERTABLE","features":[55]},{"name":"MWMO_INPUTAVAILABLE","features":[55]},{"name":"MWMO_NONE","features":[55]},{"name":"MWMO_WAITALL","features":[55]},{"name":"MapDialogRect","features":[1,55]},{"name":"MenuItemFromPoint","features":[1,55]},{"name":"MessageBoxA","features":[1,55]},{"name":"MessageBoxExA","features":[1,55]},{"name":"MessageBoxExW","features":[1,55]},{"name":"MessageBoxIndirectA","features":[1,116,55]},{"name":"MessageBoxIndirectW","features":[1,116,55]},{"name":"MessageBoxW","features":[1,55]},{"name":"ModifyMenuA","features":[1,55]},{"name":"ModifyMenuW","features":[1,55]},{"name":"MoveWindow","features":[1,55]},{"name":"MrmCreateConfig","features":[55]},{"name":"MrmCreateConfigInMemory","features":[55]},{"name":"MrmCreateResourceFile","features":[55]},{"name":"MrmCreateResourceFileInMemory","features":[55]},{"name":"MrmCreateResourceFileWithChecksum","features":[55]},{"name":"MrmCreateResourceIndexer","features":[55]},{"name":"MrmCreateResourceIndexerFromPreviousPriData","features":[55]},{"name":"MrmCreateResourceIndexerFromPreviousPriFile","features":[55]},{"name":"MrmCreateResourceIndexerFromPreviousSchemaData","features":[55]},{"name":"MrmCreateResourceIndexerFromPreviousSchemaFile","features":[55]},{"name":"MrmCreateResourceIndexerWithFlags","features":[55]},{"name":"MrmDestroyIndexerAndMessages","features":[55]},{"name":"MrmDumpPriDataInMemory","features":[55]},{"name":"MrmDumpPriFile","features":[55]},{"name":"MrmDumpPriFileInMemory","features":[55]},{"name":"MrmDumpType","features":[55]},{"name":"MrmDumpType_Basic","features":[55]},{"name":"MrmDumpType_Detailed","features":[55]},{"name":"MrmDumpType_Schema","features":[55]},{"name":"MrmFreeMemory","features":[55]},{"name":"MrmGetPriFileContentChecksum","features":[55]},{"name":"MrmIndexEmbeddedData","features":[55]},{"name":"MrmIndexFile","features":[55]},{"name":"MrmIndexFileAutoQualifiers","features":[55]},{"name":"MrmIndexResourceContainerAutoQualifiers","features":[55]},{"name":"MrmIndexString","features":[55]},{"name":"MrmIndexerFlags","features":[55]},{"name":"MrmIndexerFlagsAutoMerge","features":[55]},{"name":"MrmIndexerFlagsCreateContentChecksum","features":[55]},{"name":"MrmIndexerFlagsNone","features":[55]},{"name":"MrmPackagingMode","features":[55]},{"name":"MrmPackagingModeAutoSplit","features":[55]},{"name":"MrmPackagingModeResourcePack","features":[55]},{"name":"MrmPackagingModeStandaloneFile","features":[55]},{"name":"MrmPackagingOptions","features":[55]},{"name":"MrmPackagingOptionsNone","features":[55]},{"name":"MrmPackagingOptionsOmitSchemaFromResourcePacks","features":[55]},{"name":"MrmPackagingOptionsSplitLanguageVariants","features":[55]},{"name":"MrmPeekResourceIndexerMessages","features":[55]},{"name":"MrmPlatformVersion","features":[55]},{"name":"MrmPlatformVersion_Default","features":[55]},{"name":"MrmPlatformVersion_Windows10_0_0_0","features":[55]},{"name":"MrmPlatformVersion_Windows10_0_0_5","features":[55]},{"name":"MrmResourceIndexerHandle","features":[55]},{"name":"MrmResourceIndexerMessage","features":[55]},{"name":"MrmResourceIndexerMessageSeverity","features":[55]},{"name":"MrmResourceIndexerMessageSeverityError","features":[55]},{"name":"MrmResourceIndexerMessageSeverityInfo","features":[55]},{"name":"MrmResourceIndexerMessageSeverityVerbose","features":[55]},{"name":"MrmResourceIndexerMessageSeverityWarning","features":[55]},{"name":"MsgWaitForMultipleObjects","features":[1,55]},{"name":"MsgWaitForMultipleObjectsEx","features":[1,55]},{"name":"NAMEENUMPROCA","features":[1,55]},{"name":"NAMEENUMPROCW","features":[1,55]},{"name":"NCCALCSIZE_PARAMS","features":[1,55]},{"name":"NFR_ANSI","features":[55]},{"name":"NFR_UNICODE","features":[55]},{"name":"NF_QUERY","features":[55]},{"name":"NF_REQUERY","features":[55]},{"name":"NID_EXTERNAL_PEN","features":[55]},{"name":"NID_EXTERNAL_TOUCH","features":[55]},{"name":"NID_INTEGRATED_PEN","features":[55]},{"name":"NID_INTEGRATED_TOUCH","features":[55]},{"name":"NID_MULTI_INPUT","features":[55]},{"name":"NID_READY","features":[55]},{"name":"NONCLIENTMETRICSA","features":[13,55]},{"name":"NONCLIENTMETRICSW","features":[13,55]},{"name":"OBJECT_IDENTIFIER","features":[55]},{"name":"OBJID_ALERT","features":[55]},{"name":"OBJID_CARET","features":[55]},{"name":"OBJID_CLIENT","features":[55]},{"name":"OBJID_CURSOR","features":[55]},{"name":"OBJID_HSCROLL","features":[55]},{"name":"OBJID_MENU","features":[55]},{"name":"OBJID_NATIVEOM","features":[55]},{"name":"OBJID_QUERYCLASSNAMEIDX","features":[55]},{"name":"OBJID_SIZEGRIP","features":[55]},{"name":"OBJID_SOUND","features":[55]},{"name":"OBJID_SYSMENU","features":[55]},{"name":"OBJID_TITLEBAR","features":[55]},{"name":"OBJID_VSCROLL","features":[55]},{"name":"OBJID_WINDOW","features":[55]},{"name":"OBM_BTNCORNERS","features":[55]},{"name":"OBM_BTSIZE","features":[55]},{"name":"OBM_CHECK","features":[55]},{"name":"OBM_CHECKBOXES","features":[55]},{"name":"OBM_CLOSE","features":[55]},{"name":"OBM_COMBO","features":[55]},{"name":"OBM_DNARROW","features":[55]},{"name":"OBM_DNARROWD","features":[55]},{"name":"OBM_DNARROWI","features":[55]},{"name":"OBM_LFARROW","features":[55]},{"name":"OBM_LFARROWD","features":[55]},{"name":"OBM_LFARROWI","features":[55]},{"name":"OBM_MNARROW","features":[55]},{"name":"OBM_OLD_CLOSE","features":[55]},{"name":"OBM_OLD_DNARROW","features":[55]},{"name":"OBM_OLD_LFARROW","features":[55]},{"name":"OBM_OLD_REDUCE","features":[55]},{"name":"OBM_OLD_RESTORE","features":[55]},{"name":"OBM_OLD_RGARROW","features":[55]},{"name":"OBM_OLD_UPARROW","features":[55]},{"name":"OBM_OLD_ZOOM","features":[55]},{"name":"OBM_REDUCE","features":[55]},{"name":"OBM_REDUCED","features":[55]},{"name":"OBM_RESTORE","features":[55]},{"name":"OBM_RESTORED","features":[55]},{"name":"OBM_RGARROW","features":[55]},{"name":"OBM_RGARROWD","features":[55]},{"name":"OBM_RGARROWI","features":[55]},{"name":"OBM_SIZE","features":[55]},{"name":"OBM_UPARROW","features":[55]},{"name":"OBM_UPARROWD","features":[55]},{"name":"OBM_UPARROWI","features":[55]},{"name":"OBM_ZOOM","features":[55]},{"name":"OBM_ZOOMD","features":[55]},{"name":"OCR_APPSTARTING","features":[55]},{"name":"OCR_CROSS","features":[55]},{"name":"OCR_HAND","features":[55]},{"name":"OCR_HELP","features":[55]},{"name":"OCR_IBEAM","features":[55]},{"name":"OCR_ICOCUR","features":[55]},{"name":"OCR_ICON","features":[55]},{"name":"OCR_NO","features":[55]},{"name":"OCR_NORMAL","features":[55]},{"name":"OCR_SIZE","features":[55]},{"name":"OCR_SIZEALL","features":[55]},{"name":"OCR_SIZENESW","features":[55]},{"name":"OCR_SIZENS","features":[55]},{"name":"OCR_SIZENWSE","features":[55]},{"name":"OCR_SIZEWE","features":[55]},{"name":"OCR_UP","features":[55]},{"name":"OCR_WAIT","features":[55]},{"name":"OIC_BANG","features":[55]},{"name":"OIC_ERROR","features":[55]},{"name":"OIC_HAND","features":[55]},{"name":"OIC_INFORMATION","features":[55]},{"name":"OIC_NOTE","features":[55]},{"name":"OIC_QUES","features":[55]},{"name":"OIC_SAMPLE","features":[55]},{"name":"OIC_SHIELD","features":[55]},{"name":"OIC_WARNING","features":[55]},{"name":"OIC_WINLOGO","features":[55]},{"name":"ORD_LANGDRIVER","features":[55]},{"name":"OemToCharA","features":[1,55]},{"name":"OemToCharBuffA","features":[1,55]},{"name":"OemToCharBuffW","features":[1,55]},{"name":"OemToCharW","features":[1,55]},{"name":"OpenIcon","features":[1,55]},{"name":"PA_ACTIVATE","features":[55]},{"name":"PA_NOACTIVATE","features":[55]},{"name":"PBTF_APMRESUMEFROMFAILURE","features":[55]},{"name":"PBT_APMBATTERYLOW","features":[55]},{"name":"PBT_APMOEMEVENT","features":[55]},{"name":"PBT_APMPOWERSTATUSCHANGE","features":[55]},{"name":"PBT_APMQUERYSTANDBY","features":[55]},{"name":"PBT_APMQUERYSTANDBYFAILED","features":[55]},{"name":"PBT_APMQUERYSUSPEND","features":[55]},{"name":"PBT_APMQUERYSUSPENDFAILED","features":[55]},{"name":"PBT_APMRESUMEAUTOMATIC","features":[55]},{"name":"PBT_APMRESUMECRITICAL","features":[55]},{"name":"PBT_APMRESUMESTANDBY","features":[55]},{"name":"PBT_APMRESUMESUSPEND","features":[55]},{"name":"PBT_APMSTANDBY","features":[55]},{"name":"PBT_APMSUSPEND","features":[55]},{"name":"PBT_POWERSETTINGCHANGE","features":[55]},{"name":"PDC_ARRIVAL","features":[55]},{"name":"PDC_MAPPING_CHANGE","features":[55]},{"name":"PDC_MODE_ASPECTRATIOPRESERVED","features":[55]},{"name":"PDC_MODE_CENTERED","features":[55]},{"name":"PDC_MODE_DEFAULT","features":[55]},{"name":"PDC_ORIENTATION_0","features":[55]},{"name":"PDC_ORIENTATION_180","features":[55]},{"name":"PDC_ORIENTATION_270","features":[55]},{"name":"PDC_ORIENTATION_90","features":[55]},{"name":"PDC_ORIGIN","features":[55]},{"name":"PDC_REMOVAL","features":[55]},{"name":"PDC_RESOLUTION","features":[55]},{"name":"PEEK_MESSAGE_REMOVE_TYPE","features":[55]},{"name":"PENARBITRATIONTYPE_FIS","features":[55]},{"name":"PENARBITRATIONTYPE_MAX","features":[55]},{"name":"PENARBITRATIONTYPE_NONE","features":[55]},{"name":"PENARBITRATIONTYPE_SPT","features":[55]},{"name":"PENARBITRATIONTYPE_WIN8","features":[55]},{"name":"PENVISUALIZATION_CURSOR","features":[55]},{"name":"PENVISUALIZATION_DOUBLETAP","features":[55]},{"name":"PENVISUALIZATION_OFF","features":[55]},{"name":"PENVISUALIZATION_ON","features":[55]},{"name":"PENVISUALIZATION_TAP","features":[55]},{"name":"PEN_FLAG_BARREL","features":[55]},{"name":"PEN_FLAG_ERASER","features":[55]},{"name":"PEN_FLAG_INVERTED","features":[55]},{"name":"PEN_FLAG_NONE","features":[55]},{"name":"PEN_MASK_NONE","features":[55]},{"name":"PEN_MASK_PRESSURE","features":[55]},{"name":"PEN_MASK_ROTATION","features":[55]},{"name":"PEN_MASK_TILT_X","features":[55]},{"name":"PEN_MASK_TILT_Y","features":[55]},{"name":"PMB_ACTIVE","features":[55]},{"name":"PM_NOREMOVE","features":[55]},{"name":"PM_NOYIELD","features":[55]},{"name":"PM_QS_INPUT","features":[55]},{"name":"PM_QS_PAINT","features":[55]},{"name":"PM_QS_POSTMESSAGE","features":[55]},{"name":"PM_QS_SENDMESSAGE","features":[55]},{"name":"PM_REMOVE","features":[55]},{"name":"POINTER_DEVICE_PRODUCT_STRING_MAX","features":[55]},{"name":"POINTER_INPUT_TYPE","features":[55]},{"name":"POINTER_MESSAGE_FLAG_CANCELED","features":[55]},{"name":"POINTER_MESSAGE_FLAG_CONFIDENCE","features":[55]},{"name":"POINTER_MESSAGE_FLAG_FIFTHBUTTON","features":[55]},{"name":"POINTER_MESSAGE_FLAG_FIRSTBUTTON","features":[55]},{"name":"POINTER_MESSAGE_FLAG_FOURTHBUTTON","features":[55]},{"name":"POINTER_MESSAGE_FLAG_INCONTACT","features":[55]},{"name":"POINTER_MESSAGE_FLAG_INRANGE","features":[55]},{"name":"POINTER_MESSAGE_FLAG_NEW","features":[55]},{"name":"POINTER_MESSAGE_FLAG_PRIMARY","features":[55]},{"name":"POINTER_MESSAGE_FLAG_SECONDBUTTON","features":[55]},{"name":"POINTER_MESSAGE_FLAG_THIRDBUTTON","features":[55]},{"name":"POINTER_MOD_CTRL","features":[55]},{"name":"POINTER_MOD_SHIFT","features":[55]},{"name":"PREGISTERCLASSNAMEW","features":[1,55]},{"name":"PRF_CHECKVISIBLE","features":[55]},{"name":"PRF_CHILDREN","features":[55]},{"name":"PRF_CLIENT","features":[55]},{"name":"PRF_ERASEBKGND","features":[55]},{"name":"PRF_NONCLIENT","features":[55]},{"name":"PRF_OWNED","features":[55]},{"name":"PROPENUMPROCA","features":[1,55]},{"name":"PROPENUMPROCEXA","features":[1,55]},{"name":"PROPENUMPROCEXW","features":[1,55]},{"name":"PROPENUMPROCW","features":[1,55]},{"name":"PT_MOUSE","features":[55]},{"name":"PT_PEN","features":[55]},{"name":"PT_POINTER","features":[55]},{"name":"PT_TOUCH","features":[55]},{"name":"PT_TOUCHPAD","features":[55]},{"name":"PWR_CRITICALRESUME","features":[55]},{"name":"PWR_FAIL","features":[55]},{"name":"PWR_OK","features":[55]},{"name":"PWR_SUSPENDREQUEST","features":[55]},{"name":"PWR_SUSPENDRESUME","features":[55]},{"name":"PW_RENDERFULLCONTENT","features":[55]},{"name":"PeekMessageA","features":[1,55]},{"name":"PeekMessageW","features":[1,55]},{"name":"PhysicalToLogicalPoint","features":[1,55]},{"name":"PostMessageA","features":[1,55]},{"name":"PostMessageW","features":[1,55]},{"name":"PostQuitMessage","features":[55]},{"name":"PostThreadMessageA","features":[1,55]},{"name":"PostThreadMessageW","features":[1,55]},{"name":"PrivateExtractIconsA","features":[55]},{"name":"PrivateExtractIconsW","features":[55]},{"name":"QS_ALLEVENTS","features":[55]},{"name":"QS_ALLINPUT","features":[55]},{"name":"QS_ALLPOSTMESSAGE","features":[55]},{"name":"QS_HOTKEY","features":[55]},{"name":"QS_INPUT","features":[55]},{"name":"QS_KEY","features":[55]},{"name":"QS_MOUSE","features":[55]},{"name":"QS_MOUSEBUTTON","features":[55]},{"name":"QS_MOUSEMOVE","features":[55]},{"name":"QS_PAINT","features":[55]},{"name":"QS_POINTER","features":[55]},{"name":"QS_POSTMESSAGE","features":[55]},{"name":"QS_RAWINPUT","features":[55]},{"name":"QS_SENDMESSAGE","features":[55]},{"name":"QS_TIMER","features":[55]},{"name":"QS_TOUCH","features":[55]},{"name":"QUEUE_STATUS_FLAGS","features":[55]},{"name":"REGISTER_NOTIFICATION_FLAGS","features":[55]},{"name":"RES_CURSOR","features":[55]},{"name":"RES_ICON","features":[55]},{"name":"RIDEV_EXMODEMASK","features":[55]},{"name":"RIM_INPUT","features":[55]},{"name":"RIM_INPUTSINK","features":[55]},{"name":"RIM_TYPEMAX","features":[55]},{"name":"RI_KEY_BREAK","features":[55]},{"name":"RI_KEY_E0","features":[55]},{"name":"RI_KEY_E1","features":[55]},{"name":"RI_KEY_MAKE","features":[55]},{"name":"RI_KEY_TERMSRV_SET_LED","features":[55]},{"name":"RI_KEY_TERMSRV_SHADOW","features":[55]},{"name":"RI_MOUSE_BUTTON_1_DOWN","features":[55]},{"name":"RI_MOUSE_BUTTON_1_UP","features":[55]},{"name":"RI_MOUSE_BUTTON_2_DOWN","features":[55]},{"name":"RI_MOUSE_BUTTON_2_UP","features":[55]},{"name":"RI_MOUSE_BUTTON_3_DOWN","features":[55]},{"name":"RI_MOUSE_BUTTON_3_UP","features":[55]},{"name":"RI_MOUSE_BUTTON_4_DOWN","features":[55]},{"name":"RI_MOUSE_BUTTON_4_UP","features":[55]},{"name":"RI_MOUSE_BUTTON_5_DOWN","features":[55]},{"name":"RI_MOUSE_BUTTON_5_UP","features":[55]},{"name":"RI_MOUSE_HWHEEL","features":[55]},{"name":"RI_MOUSE_LEFT_BUTTON_DOWN","features":[55]},{"name":"RI_MOUSE_LEFT_BUTTON_UP","features":[55]},{"name":"RI_MOUSE_MIDDLE_BUTTON_DOWN","features":[55]},{"name":"RI_MOUSE_MIDDLE_BUTTON_UP","features":[55]},{"name":"RI_MOUSE_RIGHT_BUTTON_DOWN","features":[55]},{"name":"RI_MOUSE_RIGHT_BUTTON_UP","features":[55]},{"name":"RI_MOUSE_WHEEL","features":[55]},{"name":"RT_ACCELERATOR","features":[55]},{"name":"RT_ANICURSOR","features":[55]},{"name":"RT_ANIICON","features":[55]},{"name":"RT_BITMAP","features":[55]},{"name":"RT_CURSOR","features":[55]},{"name":"RT_DIALOG","features":[55]},{"name":"RT_DLGINCLUDE","features":[55]},{"name":"RT_FONT","features":[55]},{"name":"RT_FONTDIR","features":[55]},{"name":"RT_GROUP_CURSOR","features":[55]},{"name":"RT_GROUP_ICON","features":[55]},{"name":"RT_HTML","features":[55]},{"name":"RT_ICON","features":[55]},{"name":"RT_MANIFEST","features":[55]},{"name":"RT_MENU","features":[55]},{"name":"RT_MESSAGETABLE","features":[55]},{"name":"RT_PLUGPLAY","features":[55]},{"name":"RT_VERSION","features":[55]},{"name":"RT_VXD","features":[55]},{"name":"RealChildWindowFromPoint","features":[1,55]},{"name":"RealGetWindowClassA","features":[1,55]},{"name":"RealGetWindowClassW","features":[1,55]},{"name":"RegisterClassA","features":[1,13,55]},{"name":"RegisterClassExA","features":[1,13,55]},{"name":"RegisterClassExW","features":[1,13,55]},{"name":"RegisterClassW","features":[1,13,55]},{"name":"RegisterDeviceNotificationA","features":[1,55]},{"name":"RegisterDeviceNotificationW","features":[1,55]},{"name":"RegisterForTooltipDismissNotification","features":[1,55]},{"name":"RegisterShellHookWindow","features":[1,55]},{"name":"RegisterWindowMessageA","features":[55]},{"name":"RegisterWindowMessageW","features":[55]},{"name":"RemoveMenu","features":[1,55]},{"name":"RemovePropA","features":[1,55]},{"name":"RemovePropW","features":[1,55]},{"name":"ReplyMessage","features":[1,55]},{"name":"SBM_ENABLE_ARROWS","features":[55]},{"name":"SBM_GETPOS","features":[55]},{"name":"SBM_GETRANGE","features":[55]},{"name":"SBM_GETSCROLLBARINFO","features":[55]},{"name":"SBM_GETSCROLLINFO","features":[55]},{"name":"SBM_SETPOS","features":[55]},{"name":"SBM_SETRANGE","features":[55]},{"name":"SBM_SETRANGEREDRAW","features":[55]},{"name":"SBM_SETSCROLLINFO","features":[55]},{"name":"SBS_BOTTOMALIGN","features":[55]},{"name":"SBS_HORZ","features":[55]},{"name":"SBS_LEFTALIGN","features":[55]},{"name":"SBS_RIGHTALIGN","features":[55]},{"name":"SBS_SIZEBOX","features":[55]},{"name":"SBS_SIZEBOXBOTTOMRIGHTALIGN","features":[55]},{"name":"SBS_SIZEBOXTOPLEFTALIGN","features":[55]},{"name":"SBS_SIZEGRIP","features":[55]},{"name":"SBS_TOPALIGN","features":[55]},{"name":"SBS_VERT","features":[55]},{"name":"SB_BOTH","features":[55]},{"name":"SB_BOTTOM","features":[55]},{"name":"SB_CTL","features":[55]},{"name":"SB_ENDSCROLL","features":[55]},{"name":"SB_HORZ","features":[55]},{"name":"SB_LEFT","features":[55]},{"name":"SB_LINEDOWN","features":[55]},{"name":"SB_LINELEFT","features":[55]},{"name":"SB_LINERIGHT","features":[55]},{"name":"SB_LINEUP","features":[55]},{"name":"SB_PAGEDOWN","features":[55]},{"name":"SB_PAGELEFT","features":[55]},{"name":"SB_PAGERIGHT","features":[55]},{"name":"SB_PAGEUP","features":[55]},{"name":"SB_RIGHT","features":[55]},{"name":"SB_THUMBPOSITION","features":[55]},{"name":"SB_THUMBTRACK","features":[55]},{"name":"SB_TOP","features":[55]},{"name":"SB_VERT","features":[55]},{"name":"SCF_ISSECURE","features":[55]},{"name":"SCROLLBARINFO","features":[1,55]},{"name":"SCROLLBAR_COMMAND","features":[55]},{"name":"SCROLLBAR_CONSTANTS","features":[55]},{"name":"SCROLLINFO","features":[55]},{"name":"SCROLLINFO_MASK","features":[55]},{"name":"SCROLL_WINDOW_FLAGS","features":[55]},{"name":"SC_ARRANGE","features":[55]},{"name":"SC_CLOSE","features":[55]},{"name":"SC_CONTEXTHELP","features":[55]},{"name":"SC_DEFAULT","features":[55]},{"name":"SC_HOTKEY","features":[55]},{"name":"SC_HSCROLL","features":[55]},{"name":"SC_ICON","features":[55]},{"name":"SC_KEYMENU","features":[55]},{"name":"SC_MAXIMIZE","features":[55]},{"name":"SC_MINIMIZE","features":[55]},{"name":"SC_MONITORPOWER","features":[55]},{"name":"SC_MOUSEMENU","features":[55]},{"name":"SC_MOVE","features":[55]},{"name":"SC_NEXTWINDOW","features":[55]},{"name":"SC_PREVWINDOW","features":[55]},{"name":"SC_RESTORE","features":[55]},{"name":"SC_SEPARATOR","features":[55]},{"name":"SC_SIZE","features":[55]},{"name":"SC_TASKLIST","features":[55]},{"name":"SC_VSCROLL","features":[55]},{"name":"SC_ZOOM","features":[55]},{"name":"SENDASYNCPROC","features":[1,55]},{"name":"SEND_MESSAGE_TIMEOUT_FLAGS","features":[55]},{"name":"SET_WINDOW_POS_FLAGS","features":[55]},{"name":"SHELLHOOKINFO","features":[1,55]},{"name":"SHOW_FULLSCREEN","features":[55]},{"name":"SHOW_ICONWINDOW","features":[55]},{"name":"SHOW_OPENNOACTIVATE","features":[55]},{"name":"SHOW_OPENWINDOW","features":[55]},{"name":"SHOW_WINDOW_CMD","features":[55]},{"name":"SHOW_WINDOW_STATUS","features":[55]},{"name":"SIF_ALL","features":[55]},{"name":"SIF_DISABLENOSCROLL","features":[55]},{"name":"SIF_PAGE","features":[55]},{"name":"SIF_POS","features":[55]},{"name":"SIF_RANGE","features":[55]},{"name":"SIF_TRACKPOS","features":[55]},{"name":"SIZEFULLSCREEN","features":[55]},{"name":"SIZEICONIC","features":[55]},{"name":"SIZENORMAL","features":[55]},{"name":"SIZEZOOMHIDE","features":[55]},{"name":"SIZEZOOMSHOW","features":[55]},{"name":"SIZE_MAXHIDE","features":[55]},{"name":"SIZE_MAXIMIZED","features":[55]},{"name":"SIZE_MAXSHOW","features":[55]},{"name":"SIZE_MINIMIZED","features":[55]},{"name":"SIZE_RESTORED","features":[55]},{"name":"SMTO_ABORTIFHUNG","features":[55]},{"name":"SMTO_BLOCK","features":[55]},{"name":"SMTO_ERRORONEXIT","features":[55]},{"name":"SMTO_NORMAL","features":[55]},{"name":"SMTO_NOTIMEOUTIFNOTHUNG","features":[55]},{"name":"SM_ARRANGE","features":[55]},{"name":"SM_CARETBLINKINGENABLED","features":[55]},{"name":"SM_CLEANBOOT","features":[55]},{"name":"SM_CMETRICS","features":[55]},{"name":"SM_CMONITORS","features":[55]},{"name":"SM_CMOUSEBUTTONS","features":[55]},{"name":"SM_CONVERTIBLESLATEMODE","features":[55]},{"name":"SM_CXBORDER","features":[55]},{"name":"SM_CXCURSOR","features":[55]},{"name":"SM_CXDLGFRAME","features":[55]},{"name":"SM_CXDOUBLECLK","features":[55]},{"name":"SM_CXDRAG","features":[55]},{"name":"SM_CXEDGE","features":[55]},{"name":"SM_CXFIXEDFRAME","features":[55]},{"name":"SM_CXFOCUSBORDER","features":[55]},{"name":"SM_CXFRAME","features":[55]},{"name":"SM_CXFULLSCREEN","features":[55]},{"name":"SM_CXHSCROLL","features":[55]},{"name":"SM_CXHTHUMB","features":[55]},{"name":"SM_CXICON","features":[55]},{"name":"SM_CXICONSPACING","features":[55]},{"name":"SM_CXMAXIMIZED","features":[55]},{"name":"SM_CXMAXTRACK","features":[55]},{"name":"SM_CXMENUCHECK","features":[55]},{"name":"SM_CXMENUSIZE","features":[55]},{"name":"SM_CXMIN","features":[55]},{"name":"SM_CXMINIMIZED","features":[55]},{"name":"SM_CXMINSPACING","features":[55]},{"name":"SM_CXMINTRACK","features":[55]},{"name":"SM_CXPADDEDBORDER","features":[55]},{"name":"SM_CXSCREEN","features":[55]},{"name":"SM_CXSIZE","features":[55]},{"name":"SM_CXSIZEFRAME","features":[55]},{"name":"SM_CXSMICON","features":[55]},{"name":"SM_CXSMSIZE","features":[55]},{"name":"SM_CXVIRTUALSCREEN","features":[55]},{"name":"SM_CXVSCROLL","features":[55]},{"name":"SM_CYBORDER","features":[55]},{"name":"SM_CYCAPTION","features":[55]},{"name":"SM_CYCURSOR","features":[55]},{"name":"SM_CYDLGFRAME","features":[55]},{"name":"SM_CYDOUBLECLK","features":[55]},{"name":"SM_CYDRAG","features":[55]},{"name":"SM_CYEDGE","features":[55]},{"name":"SM_CYFIXEDFRAME","features":[55]},{"name":"SM_CYFOCUSBORDER","features":[55]},{"name":"SM_CYFRAME","features":[55]},{"name":"SM_CYFULLSCREEN","features":[55]},{"name":"SM_CYHSCROLL","features":[55]},{"name":"SM_CYICON","features":[55]},{"name":"SM_CYICONSPACING","features":[55]},{"name":"SM_CYKANJIWINDOW","features":[55]},{"name":"SM_CYMAXIMIZED","features":[55]},{"name":"SM_CYMAXTRACK","features":[55]},{"name":"SM_CYMENU","features":[55]},{"name":"SM_CYMENUCHECK","features":[55]},{"name":"SM_CYMENUSIZE","features":[55]},{"name":"SM_CYMIN","features":[55]},{"name":"SM_CYMINIMIZED","features":[55]},{"name":"SM_CYMINSPACING","features":[55]},{"name":"SM_CYMINTRACK","features":[55]},{"name":"SM_CYSCREEN","features":[55]},{"name":"SM_CYSIZE","features":[55]},{"name":"SM_CYSIZEFRAME","features":[55]},{"name":"SM_CYSMCAPTION","features":[55]},{"name":"SM_CYSMICON","features":[55]},{"name":"SM_CYSMSIZE","features":[55]},{"name":"SM_CYVIRTUALSCREEN","features":[55]},{"name":"SM_CYVSCROLL","features":[55]},{"name":"SM_CYVTHUMB","features":[55]},{"name":"SM_DBCSENABLED","features":[55]},{"name":"SM_DEBUG","features":[55]},{"name":"SM_DIGITIZER","features":[55]},{"name":"SM_IMMENABLED","features":[55]},{"name":"SM_MAXIMUMTOUCHES","features":[55]},{"name":"SM_MEDIACENTER","features":[55]},{"name":"SM_MENUDROPALIGNMENT","features":[55]},{"name":"SM_MIDEASTENABLED","features":[55]},{"name":"SM_MOUSEHORIZONTALWHEELPRESENT","features":[55]},{"name":"SM_MOUSEPRESENT","features":[55]},{"name":"SM_MOUSEWHEELPRESENT","features":[55]},{"name":"SM_NETWORK","features":[55]},{"name":"SM_PENWINDOWS","features":[55]},{"name":"SM_REMOTECONTROL","features":[55]},{"name":"SM_REMOTESESSION","features":[55]},{"name":"SM_RESERVED1","features":[55]},{"name":"SM_RESERVED2","features":[55]},{"name":"SM_RESERVED3","features":[55]},{"name":"SM_RESERVED4","features":[55]},{"name":"SM_SAMEDISPLAYFORMAT","features":[55]},{"name":"SM_SECURE","features":[55]},{"name":"SM_SERVERR2","features":[55]},{"name":"SM_SHOWSOUNDS","features":[55]},{"name":"SM_SHUTTINGDOWN","features":[55]},{"name":"SM_SLOWMACHINE","features":[55]},{"name":"SM_STARTER","features":[55]},{"name":"SM_SWAPBUTTON","features":[55]},{"name":"SM_SYSTEMDOCKED","features":[55]},{"name":"SM_TABLETPC","features":[55]},{"name":"SM_XVIRTUALSCREEN","features":[55]},{"name":"SM_YVIRTUALSCREEN","features":[55]},{"name":"SOUND_SYSTEM_APPEND","features":[55]},{"name":"SOUND_SYSTEM_APPSTART","features":[55]},{"name":"SOUND_SYSTEM_BEEP","features":[55]},{"name":"SOUND_SYSTEM_ERROR","features":[55]},{"name":"SOUND_SYSTEM_FAULT","features":[55]},{"name":"SOUND_SYSTEM_INFORMATION","features":[55]},{"name":"SOUND_SYSTEM_MAXIMIZE","features":[55]},{"name":"SOUND_SYSTEM_MENUCOMMAND","features":[55]},{"name":"SOUND_SYSTEM_MENUPOPUP","features":[55]},{"name":"SOUND_SYSTEM_MINIMIZE","features":[55]},{"name":"SOUND_SYSTEM_QUESTION","features":[55]},{"name":"SOUND_SYSTEM_RESTOREDOWN","features":[55]},{"name":"SOUND_SYSTEM_RESTOREUP","features":[55]},{"name":"SOUND_SYSTEM_SHUTDOWN","features":[55]},{"name":"SOUND_SYSTEM_STARTUP","features":[55]},{"name":"SOUND_SYSTEM_WARNING","features":[55]},{"name":"SPIF_SENDCHANGE","features":[55]},{"name":"SPIF_SENDWININICHANGE","features":[55]},{"name":"SPIF_UPDATEINIFILE","features":[55]},{"name":"SPI_GETACCESSTIMEOUT","features":[55]},{"name":"SPI_GETACTIVEWINDOWTRACKING","features":[55]},{"name":"SPI_GETACTIVEWNDTRKTIMEOUT","features":[55]},{"name":"SPI_GETACTIVEWNDTRKZORDER","features":[55]},{"name":"SPI_GETANIMATION","features":[55]},{"name":"SPI_GETAUDIODESCRIPTION","features":[55]},{"name":"SPI_GETBEEP","features":[55]},{"name":"SPI_GETBLOCKSENDINPUTRESETS","features":[55]},{"name":"SPI_GETBORDER","features":[55]},{"name":"SPI_GETCARETBROWSING","features":[55]},{"name":"SPI_GETCARETTIMEOUT","features":[55]},{"name":"SPI_GETCARETWIDTH","features":[55]},{"name":"SPI_GETCLEARTYPE","features":[55]},{"name":"SPI_GETCLIENTAREAANIMATION","features":[55]},{"name":"SPI_GETCOMBOBOXANIMATION","features":[55]},{"name":"SPI_GETCONTACTVISUALIZATION","features":[55]},{"name":"SPI_GETCURSORSHADOW","features":[55]},{"name":"SPI_GETDEFAULTINPUTLANG","features":[55]},{"name":"SPI_GETDESKWALLPAPER","features":[55]},{"name":"SPI_GETDISABLEOVERLAPPEDCONTENT","features":[55]},{"name":"SPI_GETDOCKMOVING","features":[55]},{"name":"SPI_GETDRAGFROMMAXIMIZE","features":[55]},{"name":"SPI_GETDRAGFULLWINDOWS","features":[55]},{"name":"SPI_GETDROPSHADOW","features":[55]},{"name":"SPI_GETFASTTASKSWITCH","features":[55]},{"name":"SPI_GETFILTERKEYS","features":[55]},{"name":"SPI_GETFLATMENU","features":[55]},{"name":"SPI_GETFOCUSBORDERHEIGHT","features":[55]},{"name":"SPI_GETFOCUSBORDERWIDTH","features":[55]},{"name":"SPI_GETFONTSMOOTHING","features":[55]},{"name":"SPI_GETFONTSMOOTHINGCONTRAST","features":[55]},{"name":"SPI_GETFONTSMOOTHINGORIENTATION","features":[55]},{"name":"SPI_GETFONTSMOOTHINGTYPE","features":[55]},{"name":"SPI_GETFOREGROUNDFLASHCOUNT","features":[55]},{"name":"SPI_GETFOREGROUNDLOCKTIMEOUT","features":[55]},{"name":"SPI_GETGESTUREVISUALIZATION","features":[55]},{"name":"SPI_GETGRADIENTCAPTIONS","features":[55]},{"name":"SPI_GETGRIDGRANULARITY","features":[55]},{"name":"SPI_GETHANDEDNESS","features":[55]},{"name":"SPI_GETHIGHCONTRAST","features":[55]},{"name":"SPI_GETHOTTRACKING","features":[55]},{"name":"SPI_GETHUNGAPPTIMEOUT","features":[55]},{"name":"SPI_GETICONMETRICS","features":[55]},{"name":"SPI_GETICONTITLELOGFONT","features":[55]},{"name":"SPI_GETICONTITLEWRAP","features":[55]},{"name":"SPI_GETKEYBOARDCUES","features":[55]},{"name":"SPI_GETKEYBOARDDELAY","features":[55]},{"name":"SPI_GETKEYBOARDPREF","features":[55]},{"name":"SPI_GETKEYBOARDSPEED","features":[55]},{"name":"SPI_GETLISTBOXSMOOTHSCROLLING","features":[55]},{"name":"SPI_GETLOGICALDPIOVERRIDE","features":[55]},{"name":"SPI_GETLOWPOWERACTIVE","features":[55]},{"name":"SPI_GETLOWPOWERTIMEOUT","features":[55]},{"name":"SPI_GETMENUANIMATION","features":[55]},{"name":"SPI_GETMENUDROPALIGNMENT","features":[55]},{"name":"SPI_GETMENUFADE","features":[55]},{"name":"SPI_GETMENURECT","features":[55]},{"name":"SPI_GETMENUSHOWDELAY","features":[55]},{"name":"SPI_GETMENUUNDERLINES","features":[55]},{"name":"SPI_GETMESSAGEDURATION","features":[55]},{"name":"SPI_GETMINIMIZEDMETRICS","features":[55]},{"name":"SPI_GETMINIMUMHITRADIUS","features":[55]},{"name":"SPI_GETMOUSE","features":[55]},{"name":"SPI_GETMOUSECLICKLOCK","features":[55]},{"name":"SPI_GETMOUSECLICKLOCKTIME","features":[55]},{"name":"SPI_GETMOUSEDOCKTHRESHOLD","features":[55]},{"name":"SPI_GETMOUSEDRAGOUTTHRESHOLD","features":[55]},{"name":"SPI_GETMOUSEHOVERHEIGHT","features":[55]},{"name":"SPI_GETMOUSEHOVERTIME","features":[55]},{"name":"SPI_GETMOUSEHOVERWIDTH","features":[55]},{"name":"SPI_GETMOUSEKEYS","features":[55]},{"name":"SPI_GETMOUSESIDEMOVETHRESHOLD","features":[55]},{"name":"SPI_GETMOUSESONAR","features":[55]},{"name":"SPI_GETMOUSESPEED","features":[55]},{"name":"SPI_GETMOUSETRAILS","features":[55]},{"name":"SPI_GETMOUSEVANISH","features":[55]},{"name":"SPI_GETMOUSEWHEELROUTING","features":[55]},{"name":"SPI_GETNONCLIENTMETRICS","features":[55]},{"name":"SPI_GETPENARBITRATIONTYPE","features":[55]},{"name":"SPI_GETPENDOCKTHRESHOLD","features":[55]},{"name":"SPI_GETPENDRAGOUTTHRESHOLD","features":[55]},{"name":"SPI_GETPENSIDEMOVETHRESHOLD","features":[55]},{"name":"SPI_GETPENVISUALIZATION","features":[55]},{"name":"SPI_GETPOWEROFFACTIVE","features":[55]},{"name":"SPI_GETPOWEROFFTIMEOUT","features":[55]},{"name":"SPI_GETSCREENREADER","features":[55]},{"name":"SPI_GETSCREENSAVEACTIVE","features":[55]},{"name":"SPI_GETSCREENSAVERRUNNING","features":[55]},{"name":"SPI_GETSCREENSAVESECURE","features":[55]},{"name":"SPI_GETSCREENSAVETIMEOUT","features":[55]},{"name":"SPI_GETSELECTIONFADE","features":[55]},{"name":"SPI_GETSERIALKEYS","features":[55]},{"name":"SPI_GETSHOWIMEUI","features":[55]},{"name":"SPI_GETSHOWSOUNDS","features":[55]},{"name":"SPI_GETSNAPSIZING","features":[55]},{"name":"SPI_GETSNAPTODEFBUTTON","features":[55]},{"name":"SPI_GETSOUNDSENTRY","features":[55]},{"name":"SPI_GETSPEECHRECOGNITION","features":[55]},{"name":"SPI_GETSTICKYKEYS","features":[55]},{"name":"SPI_GETSYSTEMLANGUAGEBAR","features":[55]},{"name":"SPI_GETTHREADLOCALINPUTSETTINGS","features":[55]},{"name":"SPI_GETTOGGLEKEYS","features":[55]},{"name":"SPI_GETTOOLTIPANIMATION","features":[55]},{"name":"SPI_GETTOOLTIPFADE","features":[55]},{"name":"SPI_GETTOUCHPREDICTIONPARAMETERS","features":[55]},{"name":"SPI_GETUIEFFECTS","features":[55]},{"name":"SPI_GETWAITTOKILLSERVICETIMEOUT","features":[55]},{"name":"SPI_GETWAITTOKILLTIMEOUT","features":[55]},{"name":"SPI_GETWHEELSCROLLCHARS","features":[55]},{"name":"SPI_GETWHEELSCROLLLINES","features":[55]},{"name":"SPI_GETWINARRANGING","features":[55]},{"name":"SPI_GETWINDOWSEXTENSION","features":[55]},{"name":"SPI_GETWORKAREA","features":[55]},{"name":"SPI_ICONHORIZONTALSPACING","features":[55]},{"name":"SPI_ICONVERTICALSPACING","features":[55]},{"name":"SPI_LANGDRIVER","features":[55]},{"name":"SPI_SCREENSAVERRUNNING","features":[55]},{"name":"SPI_SETACCESSTIMEOUT","features":[55]},{"name":"SPI_SETACTIVEWINDOWTRACKING","features":[55]},{"name":"SPI_SETACTIVEWNDTRKTIMEOUT","features":[55]},{"name":"SPI_SETACTIVEWNDTRKZORDER","features":[55]},{"name":"SPI_SETANIMATION","features":[55]},{"name":"SPI_SETAUDIODESCRIPTION","features":[55]},{"name":"SPI_SETBEEP","features":[55]},{"name":"SPI_SETBLOCKSENDINPUTRESETS","features":[55]},{"name":"SPI_SETBORDER","features":[55]},{"name":"SPI_SETCARETBROWSING","features":[55]},{"name":"SPI_SETCARETTIMEOUT","features":[55]},{"name":"SPI_SETCARETWIDTH","features":[55]},{"name":"SPI_SETCLEARTYPE","features":[55]},{"name":"SPI_SETCLIENTAREAANIMATION","features":[55]},{"name":"SPI_SETCOMBOBOXANIMATION","features":[55]},{"name":"SPI_SETCONTACTVISUALIZATION","features":[55]},{"name":"SPI_SETCURSORS","features":[55]},{"name":"SPI_SETCURSORSHADOW","features":[55]},{"name":"SPI_SETDEFAULTINPUTLANG","features":[55]},{"name":"SPI_SETDESKPATTERN","features":[55]},{"name":"SPI_SETDESKWALLPAPER","features":[55]},{"name":"SPI_SETDISABLEOVERLAPPEDCONTENT","features":[55]},{"name":"SPI_SETDOCKMOVING","features":[55]},{"name":"SPI_SETDOUBLECLICKTIME","features":[55]},{"name":"SPI_SETDOUBLECLKHEIGHT","features":[55]},{"name":"SPI_SETDOUBLECLKWIDTH","features":[55]},{"name":"SPI_SETDRAGFROMMAXIMIZE","features":[55]},{"name":"SPI_SETDRAGFULLWINDOWS","features":[55]},{"name":"SPI_SETDRAGHEIGHT","features":[55]},{"name":"SPI_SETDRAGWIDTH","features":[55]},{"name":"SPI_SETDROPSHADOW","features":[55]},{"name":"SPI_SETFASTTASKSWITCH","features":[55]},{"name":"SPI_SETFILTERKEYS","features":[55]},{"name":"SPI_SETFLATMENU","features":[55]},{"name":"SPI_SETFOCUSBORDERHEIGHT","features":[55]},{"name":"SPI_SETFOCUSBORDERWIDTH","features":[55]},{"name":"SPI_SETFONTSMOOTHING","features":[55]},{"name":"SPI_SETFONTSMOOTHINGCONTRAST","features":[55]},{"name":"SPI_SETFONTSMOOTHINGORIENTATION","features":[55]},{"name":"SPI_SETFONTSMOOTHINGTYPE","features":[55]},{"name":"SPI_SETFOREGROUNDFLASHCOUNT","features":[55]},{"name":"SPI_SETFOREGROUNDLOCKTIMEOUT","features":[55]},{"name":"SPI_SETGESTUREVISUALIZATION","features":[55]},{"name":"SPI_SETGRADIENTCAPTIONS","features":[55]},{"name":"SPI_SETGRIDGRANULARITY","features":[55]},{"name":"SPI_SETHANDEDNESS","features":[55]},{"name":"SPI_SETHANDHELD","features":[55]},{"name":"SPI_SETHIGHCONTRAST","features":[55]},{"name":"SPI_SETHOTTRACKING","features":[55]},{"name":"SPI_SETHUNGAPPTIMEOUT","features":[55]},{"name":"SPI_SETICONMETRICS","features":[55]},{"name":"SPI_SETICONS","features":[55]},{"name":"SPI_SETICONTITLELOGFONT","features":[55]},{"name":"SPI_SETICONTITLEWRAP","features":[55]},{"name":"SPI_SETKEYBOARDCUES","features":[55]},{"name":"SPI_SETKEYBOARDDELAY","features":[55]},{"name":"SPI_SETKEYBOARDPREF","features":[55]},{"name":"SPI_SETKEYBOARDSPEED","features":[55]},{"name":"SPI_SETLANGTOGGLE","features":[55]},{"name":"SPI_SETLISTBOXSMOOTHSCROLLING","features":[55]},{"name":"SPI_SETLOGICALDPIOVERRIDE","features":[55]},{"name":"SPI_SETLOWPOWERACTIVE","features":[55]},{"name":"SPI_SETLOWPOWERTIMEOUT","features":[55]},{"name":"SPI_SETMENUANIMATION","features":[55]},{"name":"SPI_SETMENUDROPALIGNMENT","features":[55]},{"name":"SPI_SETMENUFADE","features":[55]},{"name":"SPI_SETMENURECT","features":[55]},{"name":"SPI_SETMENUSHOWDELAY","features":[55]},{"name":"SPI_SETMENUUNDERLINES","features":[55]},{"name":"SPI_SETMESSAGEDURATION","features":[55]},{"name":"SPI_SETMINIMIZEDMETRICS","features":[55]},{"name":"SPI_SETMINIMUMHITRADIUS","features":[55]},{"name":"SPI_SETMOUSE","features":[55]},{"name":"SPI_SETMOUSEBUTTONSWAP","features":[55]},{"name":"SPI_SETMOUSECLICKLOCK","features":[55]},{"name":"SPI_SETMOUSECLICKLOCKTIME","features":[55]},{"name":"SPI_SETMOUSEDOCKTHRESHOLD","features":[55]},{"name":"SPI_SETMOUSEDRAGOUTTHRESHOLD","features":[55]},{"name":"SPI_SETMOUSEHOVERHEIGHT","features":[55]},{"name":"SPI_SETMOUSEHOVERTIME","features":[55]},{"name":"SPI_SETMOUSEHOVERWIDTH","features":[55]},{"name":"SPI_SETMOUSEKEYS","features":[55]},{"name":"SPI_SETMOUSESIDEMOVETHRESHOLD","features":[55]},{"name":"SPI_SETMOUSESONAR","features":[55]},{"name":"SPI_SETMOUSESPEED","features":[55]},{"name":"SPI_SETMOUSETRAILS","features":[55]},{"name":"SPI_SETMOUSEVANISH","features":[55]},{"name":"SPI_SETMOUSEWHEELROUTING","features":[55]},{"name":"SPI_SETNONCLIENTMETRICS","features":[55]},{"name":"SPI_SETPENARBITRATIONTYPE","features":[55]},{"name":"SPI_SETPENDOCKTHRESHOLD","features":[55]},{"name":"SPI_SETPENDRAGOUTTHRESHOLD","features":[55]},{"name":"SPI_SETPENSIDEMOVETHRESHOLD","features":[55]},{"name":"SPI_SETPENVISUALIZATION","features":[55]},{"name":"SPI_SETPENWINDOWS","features":[55]},{"name":"SPI_SETPOWEROFFACTIVE","features":[55]},{"name":"SPI_SETPOWEROFFTIMEOUT","features":[55]},{"name":"SPI_SETSCREENREADER","features":[55]},{"name":"SPI_SETSCREENSAVEACTIVE","features":[55]},{"name":"SPI_SETSCREENSAVERRUNNING","features":[55]},{"name":"SPI_SETSCREENSAVESECURE","features":[55]},{"name":"SPI_SETSCREENSAVETIMEOUT","features":[55]},{"name":"SPI_SETSELECTIONFADE","features":[55]},{"name":"SPI_SETSERIALKEYS","features":[55]},{"name":"SPI_SETSHOWIMEUI","features":[55]},{"name":"SPI_SETSHOWSOUNDS","features":[55]},{"name":"SPI_SETSNAPSIZING","features":[55]},{"name":"SPI_SETSNAPTODEFBUTTON","features":[55]},{"name":"SPI_SETSOUNDSENTRY","features":[55]},{"name":"SPI_SETSPEECHRECOGNITION","features":[55]},{"name":"SPI_SETSTICKYKEYS","features":[55]},{"name":"SPI_SETSYSTEMLANGUAGEBAR","features":[55]},{"name":"SPI_SETTHREADLOCALINPUTSETTINGS","features":[55]},{"name":"SPI_SETTOGGLEKEYS","features":[55]},{"name":"SPI_SETTOOLTIPANIMATION","features":[55]},{"name":"SPI_SETTOOLTIPFADE","features":[55]},{"name":"SPI_SETTOUCHPREDICTIONPARAMETERS","features":[55]},{"name":"SPI_SETUIEFFECTS","features":[55]},{"name":"SPI_SETWAITTOKILLSERVICETIMEOUT","features":[55]},{"name":"SPI_SETWAITTOKILLTIMEOUT","features":[55]},{"name":"SPI_SETWHEELSCROLLCHARS","features":[55]},{"name":"SPI_SETWHEELSCROLLLINES","features":[55]},{"name":"SPI_SETWINARRANGING","features":[55]},{"name":"SPI_SETWORKAREA","features":[55]},{"name":"STATE_SYSTEM_ALERT_HIGH","features":[55]},{"name":"STATE_SYSTEM_ALERT_LOW","features":[55]},{"name":"STATE_SYSTEM_ALERT_MEDIUM","features":[55]},{"name":"STATE_SYSTEM_ANIMATED","features":[55]},{"name":"STATE_SYSTEM_BUSY","features":[55]},{"name":"STATE_SYSTEM_CHECKED","features":[55]},{"name":"STATE_SYSTEM_COLLAPSED","features":[55]},{"name":"STATE_SYSTEM_DEFAULT","features":[55]},{"name":"STATE_SYSTEM_EXPANDED","features":[55]},{"name":"STATE_SYSTEM_EXTSELECTABLE","features":[55]},{"name":"STATE_SYSTEM_FLOATING","features":[55]},{"name":"STATE_SYSTEM_FOCUSED","features":[55]},{"name":"STATE_SYSTEM_HOTTRACKED","features":[55]},{"name":"STATE_SYSTEM_INDETERMINATE","features":[55]},{"name":"STATE_SYSTEM_LINKED","features":[55]},{"name":"STATE_SYSTEM_MARQUEED","features":[55]},{"name":"STATE_SYSTEM_MIXED","features":[55]},{"name":"STATE_SYSTEM_MOVEABLE","features":[55]},{"name":"STATE_SYSTEM_MULTISELECTABLE","features":[55]},{"name":"STATE_SYSTEM_PROTECTED","features":[55]},{"name":"STATE_SYSTEM_READONLY","features":[55]},{"name":"STATE_SYSTEM_SELECTABLE","features":[55]},{"name":"STATE_SYSTEM_SELECTED","features":[55]},{"name":"STATE_SYSTEM_SELFVOICING","features":[55]},{"name":"STATE_SYSTEM_SIZEABLE","features":[55]},{"name":"STATE_SYSTEM_TRAVERSED","features":[55]},{"name":"STATE_SYSTEM_VALID","features":[55]},{"name":"STM_GETICON","features":[55]},{"name":"STM_GETIMAGE","features":[55]},{"name":"STM_MSGMAX","features":[55]},{"name":"STM_SETICON","features":[55]},{"name":"STM_SETIMAGE","features":[55]},{"name":"STN_CLICKED","features":[55]},{"name":"STN_DBLCLK","features":[55]},{"name":"STN_DISABLE","features":[55]},{"name":"STN_ENABLE","features":[55]},{"name":"STRSAFE_E_END_OF_FILE","features":[55]},{"name":"STRSAFE_E_INSUFFICIENT_BUFFER","features":[55]},{"name":"STRSAFE_E_INVALID_PARAMETER","features":[55]},{"name":"STRSAFE_FILL_BEHIND_NULL","features":[55]},{"name":"STRSAFE_FILL_ON_FAILURE","features":[55]},{"name":"STRSAFE_IGNORE_NULLS","features":[55]},{"name":"STRSAFE_MAX_CCH","features":[55]},{"name":"STRSAFE_MAX_LENGTH","features":[55]},{"name":"STRSAFE_NO_TRUNCATION","features":[55]},{"name":"STRSAFE_NULL_ON_FAILURE","features":[55]},{"name":"STRSAFE_USE_SECURE_CRT","features":[55]},{"name":"STYLESTRUCT","features":[55]},{"name":"SWP_ASYNCWINDOWPOS","features":[55]},{"name":"SWP_DEFERERASE","features":[55]},{"name":"SWP_DRAWFRAME","features":[55]},{"name":"SWP_FRAMECHANGED","features":[55]},{"name":"SWP_HIDEWINDOW","features":[55]},{"name":"SWP_NOACTIVATE","features":[55]},{"name":"SWP_NOCOPYBITS","features":[55]},{"name":"SWP_NOMOVE","features":[55]},{"name":"SWP_NOOWNERZORDER","features":[55]},{"name":"SWP_NOREDRAW","features":[55]},{"name":"SWP_NOREPOSITION","features":[55]},{"name":"SWP_NOSENDCHANGING","features":[55]},{"name":"SWP_NOSIZE","features":[55]},{"name":"SWP_NOZORDER","features":[55]},{"name":"SWP_SHOWWINDOW","features":[55]},{"name":"SW_ERASE","features":[55]},{"name":"SW_FORCEMINIMIZE","features":[55]},{"name":"SW_HIDE","features":[55]},{"name":"SW_INVALIDATE","features":[55]},{"name":"SW_MAX","features":[55]},{"name":"SW_MAXIMIZE","features":[55]},{"name":"SW_MINIMIZE","features":[55]},{"name":"SW_NORMAL","features":[55]},{"name":"SW_OTHERUNZOOM","features":[55]},{"name":"SW_OTHERZOOM","features":[55]},{"name":"SW_PARENTCLOSING","features":[55]},{"name":"SW_PARENTOPENING","features":[55]},{"name":"SW_RESTORE","features":[55]},{"name":"SW_SCROLLCHILDREN","features":[55]},{"name":"SW_SHOW","features":[55]},{"name":"SW_SHOWDEFAULT","features":[55]},{"name":"SW_SHOWMAXIMIZED","features":[55]},{"name":"SW_SHOWMINIMIZED","features":[55]},{"name":"SW_SHOWMINNOACTIVE","features":[55]},{"name":"SW_SHOWNA","features":[55]},{"name":"SW_SHOWNOACTIVATE","features":[55]},{"name":"SW_SHOWNORMAL","features":[55]},{"name":"SW_SMOOTHSCROLL","features":[55]},{"name":"SYSTEM_CURSOR_ID","features":[55]},{"name":"SYSTEM_METRICS_INDEX","features":[55]},{"name":"SYSTEM_PARAMETERS_INFO_ACTION","features":[55]},{"name":"SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS","features":[55]},{"name":"ScrollDC","features":[1,13,55]},{"name":"ScrollWindow","features":[1,55]},{"name":"ScrollWindowEx","features":[1,13,55]},{"name":"SendDlgItemMessageA","features":[1,55]},{"name":"SendDlgItemMessageW","features":[1,55]},{"name":"SendMessageA","features":[1,55]},{"name":"SendMessageCallbackA","features":[1,55]},{"name":"SendMessageCallbackW","features":[1,55]},{"name":"SendMessageTimeoutA","features":[1,55]},{"name":"SendMessageTimeoutW","features":[1,55]},{"name":"SendMessageW","features":[1,55]},{"name":"SendNotifyMessageA","features":[1,55]},{"name":"SendNotifyMessageW","features":[1,55]},{"name":"SetAdditionalForegroundBoostProcesses","features":[1,55]},{"name":"SetCaretBlinkTime","features":[1,55]},{"name":"SetCaretPos","features":[1,55]},{"name":"SetClassLongA","features":[1,55]},{"name":"SetClassLongPtrA","features":[1,55]},{"name":"SetClassLongPtrW","features":[1,55]},{"name":"SetClassLongW","features":[1,55]},{"name":"SetClassWord","features":[1,55]},{"name":"SetCoalescableTimer","features":[1,55]},{"name":"SetCursor","features":[55]},{"name":"SetCursorPos","features":[1,55]},{"name":"SetDebugErrorLevel","features":[55]},{"name":"SetDlgItemInt","features":[1,55]},{"name":"SetDlgItemTextA","features":[1,55]},{"name":"SetDlgItemTextW","features":[1,55]},{"name":"SetForegroundWindow","features":[1,55]},{"name":"SetLayeredWindowAttributes","features":[1,55]},{"name":"SetMenu","features":[1,55]},{"name":"SetMenuDefaultItem","features":[1,55]},{"name":"SetMenuInfo","features":[1,13,55]},{"name":"SetMenuItemBitmaps","features":[1,13,55]},{"name":"SetMenuItemInfoA","features":[1,13,55]},{"name":"SetMenuItemInfoW","features":[1,13,55]},{"name":"SetMessageExtraInfo","features":[1,55]},{"name":"SetMessageQueue","features":[1,55]},{"name":"SetParent","features":[1,55]},{"name":"SetPhysicalCursorPos","features":[1,55]},{"name":"SetProcessDPIAware","features":[1,55]},{"name":"SetProcessDefaultLayout","features":[1,55]},{"name":"SetPropA","features":[1,55]},{"name":"SetPropW","features":[1,55]},{"name":"SetSystemCursor","features":[1,55]},{"name":"SetTimer","features":[1,55]},{"name":"SetWindowDisplayAffinity","features":[1,55]},{"name":"SetWindowLongA","features":[1,55]},{"name":"SetWindowLongPtrA","features":[1,55]},{"name":"SetWindowLongPtrW","features":[1,55]},{"name":"SetWindowLongW","features":[1,55]},{"name":"SetWindowPlacement","features":[1,55]},{"name":"SetWindowPos","features":[1,55]},{"name":"SetWindowTextA","features":[1,55]},{"name":"SetWindowTextW","features":[1,55]},{"name":"SetWindowWord","features":[1,55]},{"name":"SetWindowsHookA","features":[1,55]},{"name":"SetWindowsHookExA","features":[1,55]},{"name":"SetWindowsHookExW","features":[1,55]},{"name":"SetWindowsHookW","features":[1,55]},{"name":"ShowCaret","features":[1,55]},{"name":"ShowCursor","features":[1,55]},{"name":"ShowOwnedPopups","features":[1,55]},{"name":"ShowWindow","features":[1,55]},{"name":"ShowWindowAsync","features":[1,55]},{"name":"SoundSentry","features":[1,55]},{"name":"SwitchToThisWindow","features":[1,55]},{"name":"SystemParametersInfoA","features":[1,55]},{"name":"SystemParametersInfoW","features":[1,55]},{"name":"TDF_REGISTER","features":[55]},{"name":"TDF_UNREGISTER","features":[55]},{"name":"TILE_WINDOWS_HOW","features":[55]},{"name":"TIMERPROC","features":[1,55]},{"name":"TIMERV_COALESCING_MAX","features":[55]},{"name":"TIMERV_COALESCING_MIN","features":[55]},{"name":"TIMERV_DEFAULT_COALESCING","features":[55]},{"name":"TIMERV_NO_COALESCING","features":[55]},{"name":"TITLEBARINFO","features":[1,55]},{"name":"TITLEBARINFOEX","features":[1,55]},{"name":"TKF_AVAILABLE","features":[55]},{"name":"TKF_CONFIRMHOTKEY","features":[55]},{"name":"TKF_HOTKEYACTIVE","features":[55]},{"name":"TKF_HOTKEYSOUND","features":[55]},{"name":"TKF_INDICATOR","features":[55]},{"name":"TKF_TOGGLEKEYSON","features":[55]},{"name":"TOOLTIP_DISMISS_FLAGS","features":[55]},{"name":"TOUCHPREDICTIONPARAMETERS","features":[55]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_LATENCY","features":[55]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_DELTA","features":[55]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_EXPO_SMOOTH_ALPHA","features":[55]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_LEARNING_RATE","features":[55]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_MAX","features":[55]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_MIN","features":[55]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_SAMPLETIME","features":[55]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_USE_HW_TIMESTAMP","features":[55]},{"name":"TOUCH_FLAG_NONE","features":[55]},{"name":"TOUCH_HIT_TESTING_CLIENT","features":[55]},{"name":"TOUCH_HIT_TESTING_DEFAULT","features":[55]},{"name":"TOUCH_HIT_TESTING_NONE","features":[55]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_CLOSEST","features":[55]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_FARTHEST","features":[55]},{"name":"TOUCH_MASK_CONTACTAREA","features":[55]},{"name":"TOUCH_MASK_NONE","features":[55]},{"name":"TOUCH_MASK_ORIENTATION","features":[55]},{"name":"TOUCH_MASK_PRESSURE","features":[55]},{"name":"TPMPARAMS","features":[1,55]},{"name":"TPM_BOTTOMALIGN","features":[55]},{"name":"TPM_CENTERALIGN","features":[55]},{"name":"TPM_HORIZONTAL","features":[55]},{"name":"TPM_HORNEGANIMATION","features":[55]},{"name":"TPM_HORPOSANIMATION","features":[55]},{"name":"TPM_LAYOUTRTL","features":[55]},{"name":"TPM_LEFTALIGN","features":[55]},{"name":"TPM_LEFTBUTTON","features":[55]},{"name":"TPM_NOANIMATION","features":[55]},{"name":"TPM_NONOTIFY","features":[55]},{"name":"TPM_RECURSE","features":[55]},{"name":"TPM_RETURNCMD","features":[55]},{"name":"TPM_RIGHTALIGN","features":[55]},{"name":"TPM_RIGHTBUTTON","features":[55]},{"name":"TPM_TOPALIGN","features":[55]},{"name":"TPM_VCENTERALIGN","features":[55]},{"name":"TPM_VERNEGANIMATION","features":[55]},{"name":"TPM_VERPOSANIMATION","features":[55]},{"name":"TPM_VERTICAL","features":[55]},{"name":"TPM_WORKAREA","features":[55]},{"name":"TRACK_POPUP_MENU_FLAGS","features":[55]},{"name":"TileWindows","features":[1,55]},{"name":"TrackPopupMenu","features":[1,55]},{"name":"TrackPopupMenuEx","features":[1,55]},{"name":"TranslateAcceleratorA","features":[1,55]},{"name":"TranslateAcceleratorW","features":[1,55]},{"name":"TranslateMDISysAccel","features":[1,55]},{"name":"TranslateMessage","features":[1,55]},{"name":"UISF_ACTIVE","features":[55]},{"name":"UISF_HIDEACCEL","features":[55]},{"name":"UISF_HIDEFOCUS","features":[55]},{"name":"UIS_CLEAR","features":[55]},{"name":"UIS_INITIALIZE","features":[55]},{"name":"UIS_SET","features":[55]},{"name":"ULW_ALPHA","features":[55]},{"name":"ULW_COLORKEY","features":[55]},{"name":"ULW_EX_NORESIZE","features":[55]},{"name":"ULW_OPAQUE","features":[55]},{"name":"UNICODE_NOCHAR","features":[55]},{"name":"UOI_TIMERPROC_EXCEPTION_SUPPRESSION","features":[55]},{"name":"UPDATELAYEREDWINDOWINFO","features":[1,13,55]},{"name":"UPDATE_LAYERED_WINDOW_FLAGS","features":[55]},{"name":"USER_DEFAULT_SCREEN_DPI","features":[55]},{"name":"USER_TIMER_MAXIMUM","features":[55]},{"name":"USER_TIMER_MINIMUM","features":[55]},{"name":"UnhookWindowsHook","features":[1,55]},{"name":"UnhookWindowsHookEx","features":[1,55]},{"name":"UnregisterClassA","features":[1,55]},{"name":"UnregisterClassW","features":[1,55]},{"name":"UnregisterDeviceNotification","features":[1,55]},{"name":"UpdateLayeredWindow","features":[1,13,55]},{"name":"UpdateLayeredWindowIndirect","features":[1,13,55]},{"name":"VolLockBroadcast","features":[55]},{"name":"WA_ACTIVE","features":[55]},{"name":"WA_CLICKACTIVE","features":[55]},{"name":"WA_INACTIVE","features":[55]},{"name":"WDA_EXCLUDEFROMCAPTURE","features":[55]},{"name":"WDA_MONITOR","features":[55]},{"name":"WDA_NONE","features":[55]},{"name":"WHEEL_DELTA","features":[55]},{"name":"WH_CALLWNDPROC","features":[55]},{"name":"WH_CALLWNDPROCRET","features":[55]},{"name":"WH_CBT","features":[55]},{"name":"WH_DEBUG","features":[55]},{"name":"WH_FOREGROUNDIDLE","features":[55]},{"name":"WH_GETMESSAGE","features":[55]},{"name":"WH_HARDWARE","features":[55]},{"name":"WH_JOURNALPLAYBACK","features":[55]},{"name":"WH_JOURNALRECORD","features":[55]},{"name":"WH_KEYBOARD","features":[55]},{"name":"WH_KEYBOARD_LL","features":[55]},{"name":"WH_MAX","features":[55]},{"name":"WH_MAXHOOK","features":[55]},{"name":"WH_MIN","features":[55]},{"name":"WH_MINHOOK","features":[55]},{"name":"WH_MOUSE","features":[55]},{"name":"WH_MOUSE_LL","features":[55]},{"name":"WH_MSGFILTER","features":[55]},{"name":"WH_SHELL","features":[55]},{"name":"WH_SYSMSGFILTER","features":[55]},{"name":"WINDOWINFO","features":[1,55]},{"name":"WINDOWPLACEMENT","features":[1,55]},{"name":"WINDOWPLACEMENT_FLAGS","features":[55]},{"name":"WINDOWPOS","features":[1,55]},{"name":"WINDOWS_HOOK_ID","features":[55]},{"name":"WINDOW_DISPLAY_AFFINITY","features":[55]},{"name":"WINDOW_EX_STYLE","features":[55]},{"name":"WINDOW_LONG_PTR_INDEX","features":[55]},{"name":"WINDOW_MESSAGE_FILTER_ACTION","features":[55]},{"name":"WINDOW_STYLE","features":[55]},{"name":"WINEVENT_INCONTEXT","features":[55]},{"name":"WINEVENT_OUTOFCONTEXT","features":[55]},{"name":"WINEVENT_SKIPOWNPROCESS","features":[55]},{"name":"WINEVENT_SKIPOWNTHREAD","features":[55]},{"name":"WINSTA_ACCESSCLIPBOARD","features":[55]},{"name":"WINSTA_ACCESSGLOBALATOMS","features":[55]},{"name":"WINSTA_ALL_ACCESS","features":[55]},{"name":"WINSTA_CREATEDESKTOP","features":[55]},{"name":"WINSTA_ENUMDESKTOPS","features":[55]},{"name":"WINSTA_ENUMERATE","features":[55]},{"name":"WINSTA_EXITWINDOWS","features":[55]},{"name":"WINSTA_READATTRIBUTES","features":[55]},{"name":"WINSTA_READSCREEN","features":[55]},{"name":"WINSTA_WRITEATTRIBUTES","features":[55]},{"name":"WMSZ_BOTTOM","features":[55]},{"name":"WMSZ_BOTTOMLEFT","features":[55]},{"name":"WMSZ_BOTTOMRIGHT","features":[55]},{"name":"WMSZ_LEFT","features":[55]},{"name":"WMSZ_RIGHT","features":[55]},{"name":"WMSZ_TOP","features":[55]},{"name":"WMSZ_TOPLEFT","features":[55]},{"name":"WMSZ_TOPRIGHT","features":[55]},{"name":"WM_ACTIVATE","features":[55]},{"name":"WM_ACTIVATEAPP","features":[55]},{"name":"WM_AFXFIRST","features":[55]},{"name":"WM_AFXLAST","features":[55]},{"name":"WM_APP","features":[55]},{"name":"WM_APPCOMMAND","features":[55]},{"name":"WM_ASKCBFORMATNAME","features":[55]},{"name":"WM_CANCELJOURNAL","features":[55]},{"name":"WM_CANCELMODE","features":[55]},{"name":"WM_CAPTURECHANGED","features":[55]},{"name":"WM_CHANGECBCHAIN","features":[55]},{"name":"WM_CHANGEUISTATE","features":[55]},{"name":"WM_CHAR","features":[55]},{"name":"WM_CHARTOITEM","features":[55]},{"name":"WM_CHILDACTIVATE","features":[55]},{"name":"WM_CLEAR","features":[55]},{"name":"WM_CLIPBOARDUPDATE","features":[55]},{"name":"WM_CLOSE","features":[55]},{"name":"WM_COMMAND","features":[55]},{"name":"WM_COMMNOTIFY","features":[55]},{"name":"WM_COMPACTING","features":[55]},{"name":"WM_COMPAREITEM","features":[55]},{"name":"WM_CONTEXTMENU","features":[55]},{"name":"WM_COPY","features":[55]},{"name":"WM_COPYDATA","features":[55]},{"name":"WM_CREATE","features":[55]},{"name":"WM_CTLCOLORBTN","features":[55]},{"name":"WM_CTLCOLORDLG","features":[55]},{"name":"WM_CTLCOLOREDIT","features":[55]},{"name":"WM_CTLCOLORLISTBOX","features":[55]},{"name":"WM_CTLCOLORMSGBOX","features":[55]},{"name":"WM_CTLCOLORSCROLLBAR","features":[55]},{"name":"WM_CTLCOLORSTATIC","features":[55]},{"name":"WM_CUT","features":[55]},{"name":"WM_DEADCHAR","features":[55]},{"name":"WM_DELETEITEM","features":[55]},{"name":"WM_DESTROY","features":[55]},{"name":"WM_DESTROYCLIPBOARD","features":[55]},{"name":"WM_DEVICECHANGE","features":[55]},{"name":"WM_DEVMODECHANGE","features":[55]},{"name":"WM_DISPLAYCHANGE","features":[55]},{"name":"WM_DPICHANGED","features":[55]},{"name":"WM_DPICHANGED_AFTERPARENT","features":[55]},{"name":"WM_DPICHANGED_BEFOREPARENT","features":[55]},{"name":"WM_DRAWCLIPBOARD","features":[55]},{"name":"WM_DRAWITEM","features":[55]},{"name":"WM_DROPFILES","features":[55]},{"name":"WM_DWMCOLORIZATIONCOLORCHANGED","features":[55]},{"name":"WM_DWMCOMPOSITIONCHANGED","features":[55]},{"name":"WM_DWMNCRENDERINGCHANGED","features":[55]},{"name":"WM_DWMSENDICONICLIVEPREVIEWBITMAP","features":[55]},{"name":"WM_DWMSENDICONICTHUMBNAIL","features":[55]},{"name":"WM_DWMWINDOWMAXIMIZEDCHANGE","features":[55]},{"name":"WM_ENABLE","features":[55]},{"name":"WM_ENDSESSION","features":[55]},{"name":"WM_ENTERIDLE","features":[55]},{"name":"WM_ENTERMENULOOP","features":[55]},{"name":"WM_ENTERSIZEMOVE","features":[55]},{"name":"WM_ERASEBKGND","features":[55]},{"name":"WM_EXITMENULOOP","features":[55]},{"name":"WM_EXITSIZEMOVE","features":[55]},{"name":"WM_FONTCHANGE","features":[55]},{"name":"WM_GESTURE","features":[55]},{"name":"WM_GESTURENOTIFY","features":[55]},{"name":"WM_GETDLGCODE","features":[55]},{"name":"WM_GETDPISCALEDSIZE","features":[55]},{"name":"WM_GETFONT","features":[55]},{"name":"WM_GETHOTKEY","features":[55]},{"name":"WM_GETICON","features":[55]},{"name":"WM_GETMINMAXINFO","features":[55]},{"name":"WM_GETOBJECT","features":[55]},{"name":"WM_GETTEXT","features":[55]},{"name":"WM_GETTEXTLENGTH","features":[55]},{"name":"WM_GETTITLEBARINFOEX","features":[55]},{"name":"WM_HANDHELDFIRST","features":[55]},{"name":"WM_HANDHELDLAST","features":[55]},{"name":"WM_HELP","features":[55]},{"name":"WM_HOTKEY","features":[55]},{"name":"WM_HSCROLL","features":[55]},{"name":"WM_HSCROLLCLIPBOARD","features":[55]},{"name":"WM_ICONERASEBKGND","features":[55]},{"name":"WM_IME_CHAR","features":[55]},{"name":"WM_IME_COMPOSITION","features":[55]},{"name":"WM_IME_COMPOSITIONFULL","features":[55]},{"name":"WM_IME_CONTROL","features":[55]},{"name":"WM_IME_ENDCOMPOSITION","features":[55]},{"name":"WM_IME_KEYDOWN","features":[55]},{"name":"WM_IME_KEYLAST","features":[55]},{"name":"WM_IME_KEYUP","features":[55]},{"name":"WM_IME_NOTIFY","features":[55]},{"name":"WM_IME_REQUEST","features":[55]},{"name":"WM_IME_SELECT","features":[55]},{"name":"WM_IME_SETCONTEXT","features":[55]},{"name":"WM_IME_STARTCOMPOSITION","features":[55]},{"name":"WM_INITDIALOG","features":[55]},{"name":"WM_INITMENU","features":[55]},{"name":"WM_INITMENUPOPUP","features":[55]},{"name":"WM_INPUT","features":[55]},{"name":"WM_INPUTLANGCHANGE","features":[55]},{"name":"WM_INPUTLANGCHANGEREQUEST","features":[55]},{"name":"WM_INPUT_DEVICE_CHANGE","features":[55]},{"name":"WM_KEYDOWN","features":[55]},{"name":"WM_KEYFIRST","features":[55]},{"name":"WM_KEYLAST","features":[55]},{"name":"WM_KEYUP","features":[55]},{"name":"WM_KILLFOCUS","features":[55]},{"name":"WM_LBUTTONDBLCLK","features":[55]},{"name":"WM_LBUTTONDOWN","features":[55]},{"name":"WM_LBUTTONUP","features":[55]},{"name":"WM_MBUTTONDBLCLK","features":[55]},{"name":"WM_MBUTTONDOWN","features":[55]},{"name":"WM_MBUTTONUP","features":[55]},{"name":"WM_MDIACTIVATE","features":[55]},{"name":"WM_MDICASCADE","features":[55]},{"name":"WM_MDICREATE","features":[55]},{"name":"WM_MDIDESTROY","features":[55]},{"name":"WM_MDIGETACTIVE","features":[55]},{"name":"WM_MDIICONARRANGE","features":[55]},{"name":"WM_MDIMAXIMIZE","features":[55]},{"name":"WM_MDINEXT","features":[55]},{"name":"WM_MDIREFRESHMENU","features":[55]},{"name":"WM_MDIRESTORE","features":[55]},{"name":"WM_MDISETMENU","features":[55]},{"name":"WM_MDITILE","features":[55]},{"name":"WM_MEASUREITEM","features":[55]},{"name":"WM_MENUCHAR","features":[55]},{"name":"WM_MENUCOMMAND","features":[55]},{"name":"WM_MENUDRAG","features":[55]},{"name":"WM_MENUGETOBJECT","features":[55]},{"name":"WM_MENURBUTTONUP","features":[55]},{"name":"WM_MENUSELECT","features":[55]},{"name":"WM_MOUSEACTIVATE","features":[55]},{"name":"WM_MOUSEFIRST","features":[55]},{"name":"WM_MOUSEHWHEEL","features":[55]},{"name":"WM_MOUSELAST","features":[55]},{"name":"WM_MOUSEMOVE","features":[55]},{"name":"WM_MOUSEWHEEL","features":[55]},{"name":"WM_MOVE","features":[55]},{"name":"WM_MOVING","features":[55]},{"name":"WM_NCACTIVATE","features":[55]},{"name":"WM_NCCALCSIZE","features":[55]},{"name":"WM_NCCREATE","features":[55]},{"name":"WM_NCDESTROY","features":[55]},{"name":"WM_NCHITTEST","features":[55]},{"name":"WM_NCLBUTTONDBLCLK","features":[55]},{"name":"WM_NCLBUTTONDOWN","features":[55]},{"name":"WM_NCLBUTTONUP","features":[55]},{"name":"WM_NCMBUTTONDBLCLK","features":[55]},{"name":"WM_NCMBUTTONDOWN","features":[55]},{"name":"WM_NCMBUTTONUP","features":[55]},{"name":"WM_NCMOUSEHOVER","features":[55]},{"name":"WM_NCMOUSELEAVE","features":[55]},{"name":"WM_NCMOUSEMOVE","features":[55]},{"name":"WM_NCPAINT","features":[55]},{"name":"WM_NCPOINTERDOWN","features":[55]},{"name":"WM_NCPOINTERUP","features":[55]},{"name":"WM_NCPOINTERUPDATE","features":[55]},{"name":"WM_NCRBUTTONDBLCLK","features":[55]},{"name":"WM_NCRBUTTONDOWN","features":[55]},{"name":"WM_NCRBUTTONUP","features":[55]},{"name":"WM_NCXBUTTONDBLCLK","features":[55]},{"name":"WM_NCXBUTTONDOWN","features":[55]},{"name":"WM_NCXBUTTONUP","features":[55]},{"name":"WM_NEXTDLGCTL","features":[55]},{"name":"WM_NEXTMENU","features":[55]},{"name":"WM_NOTIFY","features":[55]},{"name":"WM_NOTIFYFORMAT","features":[55]},{"name":"WM_NULL","features":[55]},{"name":"WM_PAINT","features":[55]},{"name":"WM_PAINTCLIPBOARD","features":[55]},{"name":"WM_PAINTICON","features":[55]},{"name":"WM_PALETTECHANGED","features":[55]},{"name":"WM_PALETTEISCHANGING","features":[55]},{"name":"WM_PARENTNOTIFY","features":[55]},{"name":"WM_PASTE","features":[55]},{"name":"WM_PENWINFIRST","features":[55]},{"name":"WM_PENWINLAST","features":[55]},{"name":"WM_POINTERACTIVATE","features":[55]},{"name":"WM_POINTERCAPTURECHANGED","features":[55]},{"name":"WM_POINTERDEVICECHANGE","features":[55]},{"name":"WM_POINTERDEVICEINRANGE","features":[55]},{"name":"WM_POINTERDEVICEOUTOFRANGE","features":[55]},{"name":"WM_POINTERDOWN","features":[55]},{"name":"WM_POINTERENTER","features":[55]},{"name":"WM_POINTERHWHEEL","features":[55]},{"name":"WM_POINTERLEAVE","features":[55]},{"name":"WM_POINTERROUTEDAWAY","features":[55]},{"name":"WM_POINTERROUTEDRELEASED","features":[55]},{"name":"WM_POINTERROUTEDTO","features":[55]},{"name":"WM_POINTERUP","features":[55]},{"name":"WM_POINTERUPDATE","features":[55]},{"name":"WM_POINTERWHEEL","features":[55]},{"name":"WM_POWER","features":[55]},{"name":"WM_POWERBROADCAST","features":[55]},{"name":"WM_PRINT","features":[55]},{"name":"WM_PRINTCLIENT","features":[55]},{"name":"WM_QUERYDRAGICON","features":[55]},{"name":"WM_QUERYENDSESSION","features":[55]},{"name":"WM_QUERYNEWPALETTE","features":[55]},{"name":"WM_QUERYOPEN","features":[55]},{"name":"WM_QUERYUISTATE","features":[55]},{"name":"WM_QUEUESYNC","features":[55]},{"name":"WM_QUIT","features":[55]},{"name":"WM_RBUTTONDBLCLK","features":[55]},{"name":"WM_RBUTTONDOWN","features":[55]},{"name":"WM_RBUTTONUP","features":[55]},{"name":"WM_RENDERALLFORMATS","features":[55]},{"name":"WM_RENDERFORMAT","features":[55]},{"name":"WM_SETCURSOR","features":[55]},{"name":"WM_SETFOCUS","features":[55]},{"name":"WM_SETFONT","features":[55]},{"name":"WM_SETHOTKEY","features":[55]},{"name":"WM_SETICON","features":[55]},{"name":"WM_SETREDRAW","features":[55]},{"name":"WM_SETTEXT","features":[55]},{"name":"WM_SETTINGCHANGE","features":[55]},{"name":"WM_SHOWWINDOW","features":[55]},{"name":"WM_SIZE","features":[55]},{"name":"WM_SIZECLIPBOARD","features":[55]},{"name":"WM_SIZING","features":[55]},{"name":"WM_SPOOLERSTATUS","features":[55]},{"name":"WM_STYLECHANGED","features":[55]},{"name":"WM_STYLECHANGING","features":[55]},{"name":"WM_SYNCPAINT","features":[55]},{"name":"WM_SYSCHAR","features":[55]},{"name":"WM_SYSCOLORCHANGE","features":[55]},{"name":"WM_SYSCOMMAND","features":[55]},{"name":"WM_SYSDEADCHAR","features":[55]},{"name":"WM_SYSKEYDOWN","features":[55]},{"name":"WM_SYSKEYUP","features":[55]},{"name":"WM_TABLET_FIRST","features":[55]},{"name":"WM_TABLET_LAST","features":[55]},{"name":"WM_TCARD","features":[55]},{"name":"WM_THEMECHANGED","features":[55]},{"name":"WM_TIMECHANGE","features":[55]},{"name":"WM_TIMER","features":[55]},{"name":"WM_TOOLTIPDISMISS","features":[55]},{"name":"WM_TOUCH","features":[55]},{"name":"WM_TOUCHHITTESTING","features":[55]},{"name":"WM_UNDO","features":[55]},{"name":"WM_UNICHAR","features":[55]},{"name":"WM_UNINITMENUPOPUP","features":[55]},{"name":"WM_UPDATEUISTATE","features":[55]},{"name":"WM_USER","features":[55]},{"name":"WM_USERCHANGED","features":[55]},{"name":"WM_VKEYTOITEM","features":[55]},{"name":"WM_VSCROLL","features":[55]},{"name":"WM_VSCROLLCLIPBOARD","features":[55]},{"name":"WM_WINDOWPOSCHANGED","features":[55]},{"name":"WM_WINDOWPOSCHANGING","features":[55]},{"name":"WM_WININICHANGE","features":[55]},{"name":"WM_WTSSESSION_CHANGE","features":[55]},{"name":"WM_XBUTTONDBLCLK","features":[55]},{"name":"WM_XBUTTONDOWN","features":[55]},{"name":"WM_XBUTTONUP","features":[55]},{"name":"WNDCLASSA","features":[1,13,55]},{"name":"WNDCLASSEXA","features":[1,13,55]},{"name":"WNDCLASSEXW","features":[1,13,55]},{"name":"WNDCLASSW","features":[1,13,55]},{"name":"WNDCLASS_STYLES","features":[55]},{"name":"WNDENUMPROC","features":[1,55]},{"name":"WNDPROC","features":[1,55]},{"name":"WPF_ASYNCWINDOWPLACEMENT","features":[55]},{"name":"WPF_RESTORETOMAXIMIZED","features":[55]},{"name":"WPF_SETMINPOSITION","features":[55]},{"name":"WSF_VISIBLE","features":[55]},{"name":"WS_ACTIVECAPTION","features":[55]},{"name":"WS_BORDER","features":[55]},{"name":"WS_CAPTION","features":[55]},{"name":"WS_CHILD","features":[55]},{"name":"WS_CHILDWINDOW","features":[55]},{"name":"WS_CLIPCHILDREN","features":[55]},{"name":"WS_CLIPSIBLINGS","features":[55]},{"name":"WS_DISABLED","features":[55]},{"name":"WS_DLGFRAME","features":[55]},{"name":"WS_EX_ACCEPTFILES","features":[55]},{"name":"WS_EX_APPWINDOW","features":[55]},{"name":"WS_EX_CLIENTEDGE","features":[55]},{"name":"WS_EX_COMPOSITED","features":[55]},{"name":"WS_EX_CONTEXTHELP","features":[55]},{"name":"WS_EX_CONTROLPARENT","features":[55]},{"name":"WS_EX_DLGMODALFRAME","features":[55]},{"name":"WS_EX_LAYERED","features":[55]},{"name":"WS_EX_LAYOUTRTL","features":[55]},{"name":"WS_EX_LEFT","features":[55]},{"name":"WS_EX_LEFTSCROLLBAR","features":[55]},{"name":"WS_EX_LTRREADING","features":[55]},{"name":"WS_EX_MDICHILD","features":[55]},{"name":"WS_EX_NOACTIVATE","features":[55]},{"name":"WS_EX_NOINHERITLAYOUT","features":[55]},{"name":"WS_EX_NOPARENTNOTIFY","features":[55]},{"name":"WS_EX_NOREDIRECTIONBITMAP","features":[55]},{"name":"WS_EX_OVERLAPPEDWINDOW","features":[55]},{"name":"WS_EX_PALETTEWINDOW","features":[55]},{"name":"WS_EX_RIGHT","features":[55]},{"name":"WS_EX_RIGHTSCROLLBAR","features":[55]},{"name":"WS_EX_RTLREADING","features":[55]},{"name":"WS_EX_STATICEDGE","features":[55]},{"name":"WS_EX_TOOLWINDOW","features":[55]},{"name":"WS_EX_TOPMOST","features":[55]},{"name":"WS_EX_TRANSPARENT","features":[55]},{"name":"WS_EX_WINDOWEDGE","features":[55]},{"name":"WS_GROUP","features":[55]},{"name":"WS_HSCROLL","features":[55]},{"name":"WS_ICONIC","features":[55]},{"name":"WS_MAXIMIZE","features":[55]},{"name":"WS_MAXIMIZEBOX","features":[55]},{"name":"WS_MINIMIZE","features":[55]},{"name":"WS_MINIMIZEBOX","features":[55]},{"name":"WS_OVERLAPPED","features":[55]},{"name":"WS_OVERLAPPEDWINDOW","features":[55]},{"name":"WS_POPUP","features":[55]},{"name":"WS_POPUPWINDOW","features":[55]},{"name":"WS_SIZEBOX","features":[55]},{"name":"WS_SYSMENU","features":[55]},{"name":"WS_TABSTOP","features":[55]},{"name":"WS_THICKFRAME","features":[55]},{"name":"WS_TILED","features":[55]},{"name":"WS_TILEDWINDOW","features":[55]},{"name":"WS_VISIBLE","features":[55]},{"name":"WS_VSCROLL","features":[55]},{"name":"WTS_CONSOLE_CONNECT","features":[55]},{"name":"WTS_CONSOLE_DISCONNECT","features":[55]},{"name":"WTS_REMOTE_CONNECT","features":[55]},{"name":"WTS_REMOTE_DISCONNECT","features":[55]},{"name":"WTS_SESSION_CREATE","features":[55]},{"name":"WTS_SESSION_LOCK","features":[55]},{"name":"WTS_SESSION_LOGOFF","features":[55]},{"name":"WTS_SESSION_LOGON","features":[55]},{"name":"WTS_SESSION_REMOTE_CONTROL","features":[55]},{"name":"WTS_SESSION_TERMINATE","features":[55]},{"name":"WTS_SESSION_UNLOCK","features":[55]},{"name":"WVR_ALIGNBOTTOM","features":[55]},{"name":"WVR_ALIGNLEFT","features":[55]},{"name":"WVR_ALIGNRIGHT","features":[55]},{"name":"WVR_ALIGNTOP","features":[55]},{"name":"WVR_HREDRAW","features":[55]},{"name":"WVR_REDRAW","features":[55]},{"name":"WVR_VALIDRECTS","features":[55]},{"name":"WVR_VREDRAW","features":[55]},{"name":"WaitMessage","features":[1,55]},{"name":"WindowFromPhysicalPoint","features":[1,55]},{"name":"WindowFromPoint","features":[1,55]},{"name":"XBUTTON1","features":[55]},{"name":"XBUTTON2","features":[55]},{"name":"_DEV_BROADCAST_HEADER","features":[55]},{"name":"_DEV_BROADCAST_USERDEFINED","features":[55]},{"name":"__WARNING_BANNED_API_USAGE","features":[55]},{"name":"__WARNING_CYCLOMATIC_COMPLEXITY","features":[55]},{"name":"__WARNING_DEREF_NULL_PTR","features":[55]},{"name":"__WARNING_HIGH_PRIORITY_OVERFLOW_POSTCONDITION","features":[55]},{"name":"__WARNING_INCORRECT_ANNOTATION","features":[55]},{"name":"__WARNING_INVALID_PARAM_VALUE_1","features":[55]},{"name":"__WARNING_INVALID_PARAM_VALUE_3","features":[55]},{"name":"__WARNING_MISSING_ZERO_TERMINATION2","features":[55]},{"name":"__WARNING_POSTCONDITION_NULLTERMINATION_VIOLATION","features":[55]},{"name":"__WARNING_POST_EXPECTED","features":[55]},{"name":"__WARNING_POTENTIAL_BUFFER_OVERFLOW_HIGH_PRIORITY","features":[55]},{"name":"__WARNING_POTENTIAL_RANGE_POSTCONDITION_VIOLATION","features":[55]},{"name":"__WARNING_PRECONDITION_NULLTERMINATION_VIOLATION","features":[55]},{"name":"__WARNING_RANGE_POSTCONDITION_VIOLATION","features":[55]},{"name":"__WARNING_RETURNING_BAD_RESULT","features":[55]},{"name":"__WARNING_RETURN_UNINIT_VAR","features":[55]},{"name":"__WARNING_USING_UNINIT_VAR","features":[55]},{"name":"wsprintfA","features":[55]},{"name":"wsprintfW","features":[55]},{"name":"wvsprintfA","features":[55]},{"name":"wvsprintfW","features":[55]}],"684":[{"name":"ADDRESSBAND","features":[229]},{"name":"ADDURL_ADDTOCACHE","features":[229]},{"name":"ADDURL_ADDTOHISTORYANDCACHE","features":[229]},{"name":"ADDURL_FIRST","features":[229]},{"name":"ADDURL_FLAG","features":[229]},{"name":"ADDURL_Max","features":[229]},{"name":"ActivityContentCount","features":[229]},{"name":"ActivityContentDocument","features":[229]},{"name":"ActivityContentLink","features":[229]},{"name":"ActivityContentNone","features":[229]},{"name":"ActivityContentSelection","features":[229]},{"name":"AnchorClick","features":[229]},{"name":"CATID_MSOfficeAntiVirus","features":[229]},{"name":"CDeviceRect","features":[229]},{"name":"CDownloadBehavior","features":[229]},{"name":"CHeaderFooter","features":[229]},{"name":"CLayoutRect","features":[229]},{"name":"COLOR_NO_TRANSPARENT","features":[229]},{"name":"CPersistDataPeer","features":[229]},{"name":"CPersistHistory","features":[229]},{"name":"CPersistShortcut","features":[229]},{"name":"CPersistSnapshot","features":[229]},{"name":"CPersistUserData","features":[229]},{"name":"CoDitherToRGB8","features":[229]},{"name":"CoMapMIMEToCLSID","features":[229]},{"name":"CoSniffStream","features":[229]},{"name":"ComputeInvCMAP","features":[13,229]},{"name":"CreateDDrawSurfaceOnDIB","features":[13,229]},{"name":"CreateMIMEMap","features":[229]},{"name":"DISPID_ACTIVEXFILTERINGENABLED","features":[229]},{"name":"DISPID_ADDCHANNEL","features":[229]},{"name":"DISPID_ADDDESKTOPCOMPONENT","features":[229]},{"name":"DISPID_ADDFAVORITE","features":[229]},{"name":"DISPID_ADDSEARCHPROVIDER","features":[229]},{"name":"DISPID_ADDSERVICE","features":[229]},{"name":"DISPID_ADDSITEMODE","features":[229]},{"name":"DISPID_ADDTHUMBNAILBUTTONS","features":[229]},{"name":"DISPID_ADDTOFAVORITESBAR","features":[229]},{"name":"DISPID_ADDTRACKINGPROTECTIONLIST","features":[229]},{"name":"DISPID_ADVANCEERROR","features":[229]},{"name":"DISPID_AMBIENT_OFFLINEIFNOTCONNECTED","features":[229]},{"name":"DISPID_AMBIENT_SILENT","features":[229]},{"name":"DISPID_AUTOCOMPLETEATTACH","features":[229]},{"name":"DISPID_AUTOCOMPLETESAVEFORM","features":[229]},{"name":"DISPID_AUTOSCAN","features":[229]},{"name":"DISPID_BEFORENAVIGATE","features":[229]},{"name":"DISPID_BEFORENAVIGATE2","features":[229]},{"name":"DISPID_BEFORESCRIPTEXECUTE","features":[229]},{"name":"DISPID_BRANDIMAGEURI","features":[229]},{"name":"DISPID_BUILDNEWTABPAGE","features":[229]},{"name":"DISPID_CANADVANCEERROR","features":[229]},{"name":"DISPID_CANRETREATERROR","features":[229]},{"name":"DISPID_CHANGEDEFAULTBROWSER","features":[229]},{"name":"DISPID_CLEARNOTIFICATION","features":[229]},{"name":"DISPID_CLEARSITEMODEICONOVERLAY","features":[229]},{"name":"DISPID_CLIENTTOHOSTWINDOW","features":[229]},{"name":"DISPID_COMMANDSTATECHANGE","features":[229]},{"name":"DISPID_CONTENTDISCOVERYRESET","features":[229]},{"name":"DISPID_COUNTVIEWTYPES","features":[229]},{"name":"DISPID_CREATESUBSCRIPTION","features":[229]},{"name":"DISPID_CUSTOMIZECLEARTYPE","features":[229]},{"name":"DISPID_CUSTOMIZESETTINGS","features":[229]},{"name":"DISPID_DEFAULTSEARCHPROVIDER","features":[229]},{"name":"DISPID_DELETESUBSCRIPTION","features":[229]},{"name":"DISPID_DEPTH","features":[229]},{"name":"DISPID_DIAGNOSECONNECTION","features":[229]},{"name":"DISPID_DIAGNOSECONNECTIONUILESS","features":[229]},{"name":"DISPID_DOCUMENTCOMPLETE","features":[229]},{"name":"DISPID_DOUBLECLICK","features":[229]},{"name":"DISPID_DOWNLOADBEGIN","features":[229]},{"name":"DISPID_DOWNLOADCOMPLETE","features":[229]},{"name":"DISPID_ENABLENOTIFICATIONQUEUE","features":[229]},{"name":"DISPID_ENABLENOTIFICATIONQUEUELARGE","features":[229]},{"name":"DISPID_ENABLENOTIFICATIONQUEUESQUARE","features":[229]},{"name":"DISPID_ENABLENOTIFICATIONQUEUEWIDE","features":[229]},{"name":"DISPID_ENABLESUGGESTEDSITES","features":[229]},{"name":"DISPID_ENUMOPTIONS","features":[229]},{"name":"DISPID_EXPAND","features":[229]},{"name":"DISPID_EXPORT","features":[229]},{"name":"DISPID_FAVSELECTIONCHANGE","features":[229]},{"name":"DISPID_FILEDOWNLOAD","features":[229]},{"name":"DISPID_FLAGS","features":[229]},{"name":"DISPID_FRAMEBEFORENAVIGATE","features":[229]},{"name":"DISPID_FRAMENAVIGATECOMPLETE","features":[229]},{"name":"DISPID_FRAMENEWWINDOW","features":[229]},{"name":"DISPID_GETALWAYSSHOWLOCKSTATE","features":[229]},{"name":"DISPID_GETCVLISTDATA","features":[229]},{"name":"DISPID_GETCVLISTLOCALDATA","features":[229]},{"name":"DISPID_GETDETAILSSTATE","features":[229]},{"name":"DISPID_GETEMIELISTDATA","features":[229]},{"name":"DISPID_GETEMIELISTLOCALDATA","features":[229]},{"name":"DISPID_GETERRORCHAR","features":[229]},{"name":"DISPID_GETERRORCODE","features":[229]},{"name":"DISPID_GETERRORLINE","features":[229]},{"name":"DISPID_GETERRORMSG","features":[229]},{"name":"DISPID_GETERRORURL","features":[229]},{"name":"DISPID_GETEXPERIMENTALFLAG","features":[229]},{"name":"DISPID_GETEXPERIMENTALVALUE","features":[229]},{"name":"DISPID_GETNEEDHVSIAUTOLAUNCHFLAG","features":[229]},{"name":"DISPID_GETNEEDIEAUTOLAUNCHFLAG","features":[229]},{"name":"DISPID_GETOSSKU","features":[229]},{"name":"DISPID_GETPERERRSTATE","features":[229]},{"name":"DISPID_HASNEEDHVSIAUTOLAUNCHFLAG","features":[229]},{"name":"DISPID_HASNEEDIEAUTOLAUNCHFLAG","features":[229]},{"name":"DISPID_IMPORT","features":[229]},{"name":"DISPID_IMPORTEXPORTFAVORITES","features":[229]},{"name":"DISPID_INITIALIZED","features":[229]},{"name":"DISPID_INPRIVATEFILTERINGENABLED","features":[229]},{"name":"DISPID_INVOKECONTEXTMENU","features":[229]},{"name":"DISPID_ISMETAREFERRERAVAILABLE","features":[229]},{"name":"DISPID_ISSEARCHMIGRATED","features":[229]},{"name":"DISPID_ISSEARCHPROVIDERINSTALLED","features":[229]},{"name":"DISPID_ISSERVICEINSTALLED","features":[229]},{"name":"DISPID_ISSITEMODE","features":[229]},{"name":"DISPID_ISSITEMODEFIRSTRUN","features":[229]},{"name":"DISPID_ISSUBSCRIBED","features":[229]},{"name":"DISPID_LAUNCHIE","features":[229]},{"name":"DISPID_LAUNCHINHVSI","features":[229]},{"name":"DISPID_LAUNCHINTERNETOPTIONS","features":[229]},{"name":"DISPID_LAUNCHNETWORKCLIENTHELP","features":[229]},{"name":"DISPID_MODE","features":[229]},{"name":"DISPID_MOVESELECTIONDOWN","features":[229]},{"name":"DISPID_MOVESELECTIONTO","features":[229]},{"name":"DISPID_MOVESELECTIONUP","features":[229]},{"name":"DISPID_NAVIGATEANDFIND","features":[229]},{"name":"DISPID_NAVIGATECOMPLETE","features":[229]},{"name":"DISPID_NAVIGATECOMPLETE2","features":[229]},{"name":"DISPID_NAVIGATEERROR","features":[229]},{"name":"DISPID_NAVIGATETOSUGGESTEDSITES","features":[229]},{"name":"DISPID_NEWFOLDER","features":[229]},{"name":"DISPID_NEWPROCESS","features":[229]},{"name":"DISPID_NEWWINDOW","features":[229]},{"name":"DISPID_NEWWINDOW2","features":[229]},{"name":"DISPID_NEWWINDOW3","features":[229]},{"name":"DISPID_NSCOLUMNS","features":[229]},{"name":"DISPID_ONADDRESSBAR","features":[229]},{"name":"DISPID_ONFULLSCREEN","features":[229]},{"name":"DISPID_ONMENUBAR","features":[229]},{"name":"DISPID_ONQUIT","features":[229]},{"name":"DISPID_ONSTATUSBAR","features":[229]},{"name":"DISPID_ONTHEATERMODE","features":[229]},{"name":"DISPID_ONTOOLBAR","features":[229]},{"name":"DISPID_ONVISIBLE","features":[229]},{"name":"DISPID_OPENFAVORITESPANE","features":[229]},{"name":"DISPID_OPENFAVORITESSETTINGS","features":[229]},{"name":"DISPID_PHISHINGENABLED","features":[229]},{"name":"DISPID_PINNEDSITESTATE","features":[229]},{"name":"DISPID_PRINTTEMPLATEINSTANTIATION","features":[229]},{"name":"DISPID_PRINTTEMPLATETEARDOWN","features":[229]},{"name":"DISPID_PRIVACYIMPACTEDSTATECHANGE","features":[229]},{"name":"DISPID_PROGRESSCHANGE","features":[229]},{"name":"DISPID_PROPERTYCHANGE","features":[229]},{"name":"DISPID_PROVISIONNETWORKS","features":[229]},{"name":"DISPID_QUIT","features":[229]},{"name":"DISPID_REDIRECTXDOMAINBLOCKED","features":[229]},{"name":"DISPID_REFRESHOFFLINEDESKTOP","features":[229]},{"name":"DISPID_REMOVESCHEDULEDTILENOTIFICATION","features":[229]},{"name":"DISPID_REPORTSAFEURL","features":[229]},{"name":"DISPID_RESETEXPERIMENTALFLAGS","features":[229]},{"name":"DISPID_RESETFIRSTBOOTMODE","features":[229]},{"name":"DISPID_RESETSAFEMODE","features":[229]},{"name":"DISPID_RESETSORT","features":[229]},{"name":"DISPID_RETREATERROR","features":[229]},{"name":"DISPID_ROOT","features":[229]},{"name":"DISPID_RUNONCEHASSHOWN","features":[229]},{"name":"DISPID_RUNONCEREQUIREDSETTINGSCOMPLETE","features":[229]},{"name":"DISPID_RUNONCESHOWN","features":[229]},{"name":"DISPID_SCHEDULEDTILENOTIFICATION","features":[229]},{"name":"DISPID_SEARCHGUIDEURL","features":[229]},{"name":"DISPID_SELECTEDITEM","features":[229]},{"name":"DISPID_SELECTEDITEMS","features":[229]},{"name":"DISPID_SELECTIONCHANGE","features":[229]},{"name":"DISPID_SETACTIVITIESVISIBLE","features":[229]},{"name":"DISPID_SETDETAILSSTATE","features":[229]},{"name":"DISPID_SETEXPERIMENTALFLAG","features":[229]},{"name":"DISPID_SETEXPERIMENTALVALUE","features":[229]},{"name":"DISPID_SETMSDEFAULTS","features":[229]},{"name":"DISPID_SETNEEDHVSIAUTOLAUNCHFLAG","features":[229]},{"name":"DISPID_SETNEEDIEAUTOLAUNCHFLAG","features":[229]},{"name":"DISPID_SETPERERRSTATE","features":[229]},{"name":"DISPID_SETPHISHINGFILTERSTATUS","features":[229]},{"name":"DISPID_SETRECENTLYCLOSEDVISIBLE","features":[229]},{"name":"DISPID_SETROOT","features":[229]},{"name":"DISPID_SETSECURELOCKICON","features":[229]},{"name":"DISPID_SETSITEMODEICONOVERLAY","features":[229]},{"name":"DISPID_SETSITEMODEPROPERTIES","features":[229]},{"name":"DISPID_SETTHUMBNAILBUTTONS","features":[229]},{"name":"DISPID_SETVIEWTYPE","features":[229]},{"name":"DISPID_SHELLUIHELPERLAST","features":[229]},{"name":"DISPID_SHOWBROWSERUI","features":[229]},{"name":"DISPID_SHOWINPRIVATEHELP","features":[229]},{"name":"DISPID_SHOWTABSHELP","features":[229]},{"name":"DISPID_SITEMODEACTIVATE","features":[229]},{"name":"DISPID_SITEMODEADDBUTTONSTYLE","features":[229]},{"name":"DISPID_SITEMODEADDJUMPLISTITEM","features":[229]},{"name":"DISPID_SITEMODECLEARBADGE","features":[229]},{"name":"DISPID_SITEMODECLEARJUMPLIST","features":[229]},{"name":"DISPID_SITEMODECREATEJUMPLIST","features":[229]},{"name":"DISPID_SITEMODEREFRESHBADGE","features":[229]},{"name":"DISPID_SITEMODESHOWBUTTONSTYLE","features":[229]},{"name":"DISPID_SITEMODESHOWJUMPLIST","features":[229]},{"name":"DISPID_SKIPRUNONCE","features":[229]},{"name":"DISPID_SKIPTABSWELCOME","features":[229]},{"name":"DISPID_SQMENABLED","features":[229]},{"name":"DISPID_STARTBADGEUPDATE","features":[229]},{"name":"DISPID_STARTPERIODICUPDATE","features":[229]},{"name":"DISPID_STARTPERIODICUPDATEBATCH","features":[229]},{"name":"DISPID_STATUSTEXTCHANGE","features":[229]},{"name":"DISPID_STOPBADGEUPDATE","features":[229]},{"name":"DISPID_STOPPERIODICUPDATE","features":[229]},{"name":"DISPID_SUBSCRIPTIONSENABLED","features":[229]},{"name":"DISPID_SUGGESTEDSITESENABLED","features":[229]},{"name":"DISPID_SYNCHRONIZE","features":[229]},{"name":"DISPID_THIRDPARTYURLBLOCKED","features":[229]},{"name":"DISPID_TITLECHANGE","features":[229]},{"name":"DISPID_TITLEICONCHANGE","features":[229]},{"name":"DISPID_TRACKINGPROTECTIONENABLED","features":[229]},{"name":"DISPID_TVFLAGS","features":[229]},{"name":"DISPID_UNSELECTALL","features":[229]},{"name":"DISPID_UPDATEPAGESTATUS","features":[229]},{"name":"DISPID_UPDATETHUMBNAILBUTTON","features":[229]},{"name":"DISPID_VIEWUPDATE","features":[229]},{"name":"DISPID_WEBWORKERFINISHED","features":[229]},{"name":"DISPID_WEBWORKERSTARTED","features":[229]},{"name":"DISPID_WINDOWACTIVATE","features":[229]},{"name":"DISPID_WINDOWCLOSING","features":[229]},{"name":"DISPID_WINDOWMOVE","features":[229]},{"name":"DISPID_WINDOWREGISTERED","features":[229]},{"name":"DISPID_WINDOWRESIZE","features":[229]},{"name":"DISPID_WINDOWREVOKED","features":[229]},{"name":"DISPID_WINDOWSETHEIGHT","features":[229]},{"name":"DISPID_WINDOWSETLEFT","features":[229]},{"name":"DISPID_WINDOWSETRESIZABLE","features":[229]},{"name":"DISPID_WINDOWSETTOP","features":[229]},{"name":"DISPID_WINDOWSETWIDTH","features":[229]},{"name":"DISPID_WINDOWSTATECHANGED","features":[229]},{"name":"DecodeImage","features":[229]},{"name":"DecodeImageEx","features":[229]},{"name":"DitherTo8","features":[13,229]},{"name":"E_SURFACE_DISCARDED","features":[229]},{"name":"E_SURFACE_NODC","features":[229]},{"name":"E_SURFACE_NOSURFACE","features":[229]},{"name":"E_SURFACE_NOTMYDC","features":[229]},{"name":"E_SURFACE_NOTMYPOINTER","features":[229]},{"name":"E_SURFACE_UNKNOWN_FORMAT","features":[229]},{"name":"ExtensionValidationContextDynamic","features":[229]},{"name":"ExtensionValidationContextNone","features":[229]},{"name":"ExtensionValidationContextParsed","features":[229]},{"name":"ExtensionValidationContexts","features":[229]},{"name":"ExtensionValidationResultArrestPageLoad","features":[229]},{"name":"ExtensionValidationResultDoNotInstantiate","features":[229]},{"name":"ExtensionValidationResultNone","features":[229]},{"name":"ExtensionValidationResults","features":[229]},{"name":"FINDFRAME_FLAGS","features":[229]},{"name":"FINDFRAME_INTERNAL","features":[229]},{"name":"FINDFRAME_JUSTTESTEXISTENCE","features":[229]},{"name":"FINDFRAME_NONE","features":[229]},{"name":"FRAMEOPTIONS_BROWSERBAND","features":[229]},{"name":"FRAMEOPTIONS_DESKTOP","features":[229]},{"name":"FRAMEOPTIONS_FLAGS","features":[229]},{"name":"FRAMEOPTIONS_NO3DBORDER","features":[229]},{"name":"FRAMEOPTIONS_NORESIZE","features":[229]},{"name":"FRAMEOPTIONS_SCROLL_AUTO","features":[229]},{"name":"FRAMEOPTIONS_SCROLL_NO","features":[229]},{"name":"FRAMEOPTIONS_SCROLL_YES","features":[229]},{"name":"GetMaxMIMEIDBytes","features":[229]},{"name":"HomePage","features":[229]},{"name":"HomePageSetting","features":[229]},{"name":"IActiveXUIHandlerSite","features":[229]},{"name":"IActiveXUIHandlerSite2","features":[229]},{"name":"IActiveXUIHandlerSite3","features":[229]},{"name":"IAnchorClick","features":[229]},{"name":"IAudioSessionSite","features":[229]},{"name":"ICaretPositionProvider","features":[229]},{"name":"IDeviceRect","features":[229]},{"name":"IDithererImpl","features":[229]},{"name":"IDocObjectService","features":[229]},{"name":"IDownloadBehavior","features":[229]},{"name":"IDownloadManager","features":[229]},{"name":"IEAssociateThreadWithTab","features":[229]},{"name":"IECMDID_ARG_CLEAR_FORMS_ALL","features":[229]},{"name":"IECMDID_ARG_CLEAR_FORMS_ALL_BUT_PASSWORDS","features":[229]},{"name":"IECMDID_ARG_CLEAR_FORMS_PASSWORDS_ONLY","features":[229]},{"name":"IECMDID_BEFORENAVIGATE_DOEXTERNALBROWSE","features":[229]},{"name":"IECMDID_BEFORENAVIGATE_GETIDLIST","features":[229]},{"name":"IECMDID_BEFORENAVIGATE_GETSHELLBROWSE","features":[229]},{"name":"IECMDID_CLEAR_AUTOCOMPLETE_FOR_FORMS","features":[229]},{"name":"IECMDID_GET_INVOKE_DEFAULT_BROWSER_ON_NEW_WINDOW","features":[229]},{"name":"IECMDID_SETID_AUTOCOMPLETE_FOR_FORMS","features":[229]},{"name":"IECMDID_SET_INVOKE_DEFAULT_BROWSER_ON_NEW_WINDOW","features":[229]},{"name":"IECancelSaveFile","features":[1,229]},{"name":"IECreateDirectory","features":[1,5,229]},{"name":"IECreateFile","features":[1,5,229]},{"name":"IEDeleteFile","features":[1,229]},{"name":"IEDisassociateThreadWithTab","features":[229]},{"name":"IEFindFirstFile","features":[1,22,229]},{"name":"IEGetFileAttributesEx","features":[1,22,229]},{"name":"IEGetProcessModule_PROC_NAME","features":[229]},{"name":"IEGetProtectedModeCookie","features":[229]},{"name":"IEGetTabWindowExports_PROC_NAME","features":[229]},{"name":"IEGetWriteableFolderPath","features":[229]},{"name":"IEGetWriteableLowHKCU","features":[54,229]},{"name":"IEInPrivateFilteringEnabled","features":[1,229]},{"name":"IEIsInPrivateBrowsing","features":[1,229]},{"name":"IEIsProtectedModeProcess","features":[1,229]},{"name":"IEIsProtectedModeURL","features":[229]},{"name":"IELAUNCHOPTION_FLAGS","features":[229]},{"name":"IELAUNCHOPTION_FORCE_COMPAT","features":[229]},{"name":"IELAUNCHOPTION_FORCE_EDGE","features":[229]},{"name":"IELAUNCHOPTION_LOCK_ENGINE","features":[229]},{"name":"IELAUNCHOPTION_SCRIPTDEBUG","features":[229]},{"name":"IELAUNCHURLINFO","features":[229]},{"name":"IELaunchURL","features":[1,39,229]},{"name":"IEMoveFileEx","features":[1,229]},{"name":"IEPROCESS_MODULE_NAME","features":[229]},{"name":"IERefreshElevationPolicy","features":[229]},{"name":"IERegCreateKeyEx","features":[1,5,54,229]},{"name":"IERegSetValueEx","features":[229]},{"name":"IERegisterWritableRegistryKey","features":[1,229]},{"name":"IERegisterWritableRegistryValue","features":[229]},{"name":"IERemoveDirectory","features":[1,229]},{"name":"IESaveFile","features":[1,229]},{"name":"IESetProtectedModeCookie","features":[229]},{"name":"IEShowOpenFileDialog","features":[1,229]},{"name":"IEShowSaveFileDialog","features":[1,229]},{"name":"IETrackingProtectionEnabled","features":[1,229]},{"name":"IEUnregisterWritableRegistry","features":[229]},{"name":"IEWebDriverManager","features":[229]},{"name":"IE_USE_OE_MAIL_HKEY","features":[229]},{"name":"IE_USE_OE_MAIL_KEY","features":[229]},{"name":"IE_USE_OE_MAIL_VALUE","features":[229]},{"name":"IE_USE_OE_NEWS_HKEY","features":[229]},{"name":"IE_USE_OE_NEWS_KEY","features":[229]},{"name":"IE_USE_OE_NEWS_VALUE","features":[229]},{"name":"IE_USE_OE_PRESENT_HKEY","features":[229]},{"name":"IE_USE_OE_PRESENT_KEY","features":[229]},{"name":"IEnumManagerFrames","features":[229]},{"name":"IEnumOpenServiceActivity","features":[229]},{"name":"IEnumOpenServiceActivityCategory","features":[229]},{"name":"IEnumSTATURL","features":[229]},{"name":"IExtensionValidation","features":[229]},{"name":"IHTMLPersistData","features":[229]},{"name":"IHTMLPersistDataOM","features":[229]},{"name":"IHTMLUserDataOM","features":[229]},{"name":"IHeaderFooter","features":[229]},{"name":"IHeaderFooter2","features":[229]},{"name":"IHomePage","features":[229]},{"name":"IHomePageSetting","features":[229]},{"name":"IIEWebDriverManager","features":[229]},{"name":"IIEWebDriverSite","features":[229]},{"name":"IImageDecodeEventSink","features":[229]},{"name":"IImageDecodeEventSink2","features":[229]},{"name":"IImageDecodeFilter","features":[229]},{"name":"IIntelliForms","features":[229]},{"name":"IInternetExplorerManager","features":[229]},{"name":"IInternetExplorerManager2","features":[229]},{"name":"ILayoutRect","features":[229]},{"name":"IMGDECODE_EVENT_BEGINBITS","features":[229]},{"name":"IMGDECODE_EVENT_BITSCOMPLETE","features":[229]},{"name":"IMGDECODE_EVENT_PALETTE","features":[229]},{"name":"IMGDECODE_EVENT_PROGRESS","features":[229]},{"name":"IMGDECODE_EVENT_USEDDRAW","features":[229]},{"name":"IMGDECODE_HINT_BOTTOMUP","features":[229]},{"name":"IMGDECODE_HINT_FULLWIDTH","features":[229]},{"name":"IMGDECODE_HINT_TOPDOWN","features":[229]},{"name":"IMapMIMEToCLSID","features":[229]},{"name":"IMediaActivityNotifySite","features":[229]},{"name":"INTERNETEXPLORERCONFIGURATION","features":[229]},{"name":"INTERNETEXPLORERCONFIGURATION_HOST","features":[229]},{"name":"INTERNETEXPLORERCONFIGURATION_WEB_DRIVER","features":[229]},{"name":"INTERNETEXPLORERCONFIGURATION_WEB_DRIVER_EDGE","features":[229]},{"name":"IOpenService","features":[229]},{"name":"IOpenServiceActivity","features":[229]},{"name":"IOpenServiceActivityCategory","features":[229]},{"name":"IOpenServiceActivityInput","features":[229]},{"name":"IOpenServiceActivityManager","features":[229]},{"name":"IOpenServiceActivityOutputContext","features":[229]},{"name":"IOpenServiceManager","features":[229]},{"name":"IPeerFactory","features":[229]},{"name":"IPersistHistory","features":[229]},{"name":"IPrintTaskRequestFactory","features":[229]},{"name":"IPrintTaskRequestHandler","features":[229]},{"name":"IScrollableContextMenu","features":[229]},{"name":"IScrollableContextMenu2","features":[229]},{"name":"ISniffStream","features":[229]},{"name":"ISurfacePresenterFlip","features":[229]},{"name":"ISurfacePresenterFlip2","features":[229]},{"name":"ISurfacePresenterFlipBuffer","features":[229]},{"name":"ITargetContainer","features":[229]},{"name":"ITargetEmbedding","features":[229]},{"name":"ITargetFrame","features":[229]},{"name":"ITargetFrame2","features":[229]},{"name":"ITargetFramePriv","features":[229]},{"name":"ITargetFramePriv2","features":[229]},{"name":"ITargetNotify","features":[229]},{"name":"ITargetNotify2","features":[229]},{"name":"ITimer","features":[229]},{"name":"ITimerEx","features":[229]},{"name":"ITimerService","features":[229]},{"name":"ITimerSink","features":[229]},{"name":"ITridentTouchInput","features":[229]},{"name":"ITridentTouchInputSite","features":[229]},{"name":"IUrlHistoryNotify","features":[229]},{"name":"IUrlHistoryStg","features":[229]},{"name":"IUrlHistoryStg2","features":[229]},{"name":"IViewObjectPresentFlip","features":[229]},{"name":"IViewObjectPresentFlip2","features":[229]},{"name":"IViewObjectPresentFlipSite","features":[229]},{"name":"IViewObjectPresentFlipSite2","features":[229]},{"name":"IWebBrowserEventsService","features":[229]},{"name":"IWebBrowserEventsUrlService","features":[229]},{"name":"IdentifyMIMEType","features":[229]},{"name":"IntelliForms","features":[229]},{"name":"InternetExplorerManager","features":[229]},{"name":"Iwfolders","features":[229]},{"name":"LINKSBAND","features":[229]},{"name":"MAPMIME_CLSID","features":[229]},{"name":"MAPMIME_DEFAULT","features":[229]},{"name":"MAPMIME_DEFAULT_ALWAYS","features":[229]},{"name":"MAPMIME_DISABLE","features":[229]},{"name":"MAX_SEARCH_FORMAT_STRING","features":[229]},{"name":"MEDIA_ACTIVITY_NOTIFY_TYPE","features":[229]},{"name":"MediaCasting","features":[229]},{"name":"MediaPlayback","features":[229]},{"name":"MediaRecording","features":[229]},{"name":"NAVIGATEDATA","features":[229]},{"name":"NAVIGATEFRAME_FLAGS","features":[229]},{"name":"NAVIGATEFRAME_FL_AUTH_FAIL_CACHE_OK","features":[229]},{"name":"NAVIGATEFRAME_FL_NO_DOC_CACHE","features":[229]},{"name":"NAVIGATEFRAME_FL_NO_IMAGE_CACHE","features":[229]},{"name":"NAVIGATEFRAME_FL_POST","features":[229]},{"name":"NAVIGATEFRAME_FL_REALLY_SENDING_FROM_FORM","features":[229]},{"name":"NAVIGATEFRAME_FL_RECORD","features":[229]},{"name":"NAVIGATEFRAME_FL_SENDING_FROM_FORM","features":[229]},{"name":"OS_E_CANCELLED","features":[229]},{"name":"OS_E_GPDISABLED","features":[229]},{"name":"OS_E_NOTFOUND","features":[229]},{"name":"OS_E_NOTSUPPORTED","features":[229]},{"name":"OpenServiceActivityContentType","features":[229]},{"name":"OpenServiceActivityManager","features":[229]},{"name":"OpenServiceErrors","features":[229]},{"name":"OpenServiceManager","features":[229]},{"name":"PeerFactory","features":[229]},{"name":"REGSTRA_VAL_STARTPAGE","features":[229]},{"name":"REGSTR_PATH_CURRENT","features":[229]},{"name":"REGSTR_PATH_DEFAULT","features":[229]},{"name":"REGSTR_PATH_INETCPL_RESTRICTIONS","features":[229]},{"name":"REGSTR_PATH_MIME_DATABASE","features":[229]},{"name":"REGSTR_PATH_REMOTEACCESS","features":[229]},{"name":"REGSTR_PATH_REMOTEACESS","features":[229]},{"name":"REGSTR_SHIFTQUICKSUFFIX","features":[229]},{"name":"REGSTR_VAL_ACCEPT_LANGUAGE","features":[229]},{"name":"REGSTR_VAL_ACCESSMEDIUM","features":[229]},{"name":"REGSTR_VAL_ACCESSTYPE","features":[229]},{"name":"REGSTR_VAL_ALIASTO","features":[229]},{"name":"REGSTR_VAL_ANCHORCOLOR","features":[229]},{"name":"REGSTR_VAL_ANCHORCOLORHOVER","features":[229]},{"name":"REGSTR_VAL_ANCHORCOLORVISITED","features":[229]},{"name":"REGSTR_VAL_ANCHORUNDERLINE","features":[229]},{"name":"REGSTR_VAL_AUTODETECT","features":[229]},{"name":"REGSTR_VAL_AUTODIALDLLNAME","features":[229]},{"name":"REGSTR_VAL_AUTODIALFCNNAME","features":[229]},{"name":"REGSTR_VAL_AUTODIAL_MONITORCLASSNAME","features":[229]},{"name":"REGSTR_VAL_AUTODIAL_TRYONLYONCE","features":[229]},{"name":"REGSTR_VAL_AUTONAVIGATE","features":[229]},{"name":"REGSTR_VAL_AUTOSEARCH","features":[229]},{"name":"REGSTR_VAL_BACKBITMAP","features":[229]},{"name":"REGSTR_VAL_BACKGROUNDCOLOR","features":[229]},{"name":"REGSTR_VAL_BODYCHARSET","features":[229]},{"name":"REGSTR_VAL_BYPASSAUTOCONFIG","features":[229]},{"name":"REGSTR_VAL_CACHEPREFIX","features":[229]},{"name":"REGSTR_VAL_CHECKASSOC","features":[229]},{"name":"REGSTR_VAL_CODEDOWNLOAD","features":[229]},{"name":"REGSTR_VAL_CODEDOWNLOAD_DEF","features":[229]},{"name":"REGSTR_VAL_CODEPAGE","features":[229]},{"name":"REGSTR_VAL_COVEREXCLUDE","features":[229]},{"name":"REGSTR_VAL_DAYSTOKEEP","features":[229]},{"name":"REGSTR_VAL_DEFAULT_CODEPAGE","features":[229]},{"name":"REGSTR_VAL_DEFAULT_SCRIPT","features":[229]},{"name":"REGSTR_VAL_DEF_ENCODING","features":[229]},{"name":"REGSTR_VAL_DEF_INETENCODING","features":[229]},{"name":"REGSTR_VAL_DESCRIPTION","features":[229]},{"name":"REGSTR_VAL_DIRECTORY","features":[229]},{"name":"REGSTR_VAL_DISCONNECTIDLETIME","features":[229]},{"name":"REGSTR_VAL_ENABLEAUTODIAL","features":[229]},{"name":"REGSTR_VAL_ENABLEAUTODIALDISCONNECT","features":[229]},{"name":"REGSTR_VAL_ENABLEAUTODISCONNECT","features":[229]},{"name":"REGSTR_VAL_ENABLEEXITDISCONNECT","features":[229]},{"name":"REGSTR_VAL_ENABLESECURITYCHECK","features":[229]},{"name":"REGSTR_VAL_ENABLEUNATTENDED","features":[229]},{"name":"REGSTR_VAL_ENCODENAME","features":[229]},{"name":"REGSTR_VAL_FAMILY","features":[229]},{"name":"REGSTR_VAL_FIXEDWIDTHFONT","features":[229]},{"name":"REGSTR_VAL_FIXED_FONT","features":[229]},{"name":"REGSTR_VAL_FONT_SCRIPT","features":[229]},{"name":"REGSTR_VAL_FONT_SCRIPTS","features":[229]},{"name":"REGSTR_VAL_FONT_SCRIPT_NAME","features":[229]},{"name":"REGSTR_VAL_FONT_SIZE","features":[229]},{"name":"REGSTR_VAL_FONT_SIZE_DEF","features":[229]},{"name":"REGSTR_VAL_HEADERCHARSET","features":[229]},{"name":"REGSTR_VAL_HTTP_ERRORS","features":[229]},{"name":"REGSTR_VAL_IE_CUSTOMCOLORS","features":[229]},{"name":"REGSTR_VAL_INETCPL_ADVANCEDTAB","features":[229]},{"name":"REGSTR_VAL_INETCPL_CONNECTIONSTAB","features":[229]},{"name":"REGSTR_VAL_INETCPL_CONTENTTAB","features":[229]},{"name":"REGSTR_VAL_INETCPL_GENERALTAB","features":[229]},{"name":"REGSTR_VAL_INETCPL_IEAK","features":[229]},{"name":"REGSTR_VAL_INETCPL_PRIVACYTAB","features":[229]},{"name":"REGSTR_VAL_INETCPL_PROGRAMSTAB","features":[229]},{"name":"REGSTR_VAL_INETCPL_SECURITYTAB","features":[229]},{"name":"REGSTR_VAL_INETENCODING","features":[229]},{"name":"REGSTR_VAL_INTERNETENTRY","features":[229]},{"name":"REGSTR_VAL_INTERNETENTRYBKUP","features":[229]},{"name":"REGSTR_VAL_INTERNETPROFILE","features":[229]},{"name":"REGSTR_VAL_JAVAJIT","features":[229]},{"name":"REGSTR_VAL_JAVAJIT_DEF","features":[229]},{"name":"REGSTR_VAL_JAVALOGGING","features":[229]},{"name":"REGSTR_VAL_JAVALOGGING_DEF","features":[229]},{"name":"REGSTR_VAL_LEVEL","features":[229]},{"name":"REGSTR_VAL_LOADIMAGES","features":[229]},{"name":"REGSTR_VAL_LOCALPAGE","features":[229]},{"name":"REGSTR_VAL_MOSDISCONNECT","features":[229]},{"name":"REGSTR_VAL_NEWDIRECTORY","features":[229]},{"name":"REGSTR_VAL_NONETAUTODIAL","features":[229]},{"name":"REGSTR_VAL_PLAYSOUNDS","features":[229]},{"name":"REGSTR_VAL_PLAYVIDEOS","features":[229]},{"name":"REGSTR_VAL_PRIVCONVERTER","features":[229]},{"name":"REGSTR_VAL_PROPORTIONALFONT","features":[229]},{"name":"REGSTR_VAL_PROP_FONT","features":[229]},{"name":"REGSTR_VAL_PROXYENABLE","features":[229]},{"name":"REGSTR_VAL_PROXYOVERRIDE","features":[229]},{"name":"REGSTR_VAL_PROXYSERVER","features":[229]},{"name":"REGSTR_VAL_REDIALATTEMPTS","features":[229]},{"name":"REGSTR_VAL_REDIALINTERVAL","features":[229]},{"name":"REGSTR_VAL_RNAINSTALLED","features":[229]},{"name":"REGSTR_VAL_SAFETYWARNINGLEVEL","features":[229]},{"name":"REGSTR_VAL_SCHANNELENABLEPROTOCOL","features":[229]},{"name":"REGSTR_VAL_SCHANNELENABLEPROTOCOL_DEF","features":[229]},{"name":"REGSTR_VAL_SCRIPT_FIXED_FONT","features":[229]},{"name":"REGSTR_VAL_SCRIPT_PROP_FONT","features":[229]},{"name":"REGSTR_VAL_SEARCHPAGE","features":[229]},{"name":"REGSTR_VAL_SECURITYACTICEXSCRIPTS","features":[229]},{"name":"REGSTR_VAL_SECURITYACTICEXSCRIPTS_DEF","features":[229]},{"name":"REGSTR_VAL_SECURITYACTIVEX","features":[229]},{"name":"REGSTR_VAL_SECURITYACTIVEX_DEF","features":[229]},{"name":"REGSTR_VAL_SECURITYALLOWCOOKIES","features":[229]},{"name":"REGSTR_VAL_SECURITYALLOWCOOKIES_DEF","features":[229]},{"name":"REGSTR_VAL_SECURITYDISABLECACHINGOFSSLPAGES","features":[229]},{"name":"REGSTR_VAL_SECURITYDISABLECACHINGOFSSLPAGES_DEF","features":[229]},{"name":"REGSTR_VAL_SECURITYJAVA","features":[229]},{"name":"REGSTR_VAL_SECURITYJAVA_DEF","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTSENDING","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTSENDING_DEF","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTVIEWING","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTVIEWING_DEF","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONSEND","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONSENDALWAYS","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONSENDALWAYS_DEF","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONSEND_DEF","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONVIEW","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONVIEW_DEF","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONZONECROSSING","features":[229]},{"name":"REGSTR_VAL_SECURITYWARNONZONECROSSING_DEF","features":[229]},{"name":"REGSTR_VAL_SHOWADDRESSBAR","features":[229]},{"name":"REGSTR_VAL_SHOWFOCUS","features":[229]},{"name":"REGSTR_VAL_SHOWFOCUS_DEF","features":[229]},{"name":"REGSTR_VAL_SHOWFULLURLS","features":[229]},{"name":"REGSTR_VAL_SHOWTOOLBAR","features":[229]},{"name":"REGSTR_VAL_SMOOTHSCROLL","features":[229]},{"name":"REGSTR_VAL_SMOOTHSCROLL_DEF","features":[229]},{"name":"REGSTR_VAL_STARTPAGE","features":[229]},{"name":"REGSTR_VAL_TEXTCOLOR","features":[229]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_HIGH","features":[229]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_LOW","features":[229]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_MED","features":[229]},{"name":"REGSTR_VAL_USEAUTOAPPEND","features":[229]},{"name":"REGSTR_VAL_USEAUTOCOMPLETE","features":[229]},{"name":"REGSTR_VAL_USEAUTOSUGGEST","features":[229]},{"name":"REGSTR_VAL_USEDLGCOLORS","features":[229]},{"name":"REGSTR_VAL_USEHOVERCOLOR","features":[229]},{"name":"REGSTR_VAL_USEIBAR","features":[229]},{"name":"REGSTR_VAL_USEICM","features":[229]},{"name":"REGSTR_VAL_USEICM_DEF","features":[229]},{"name":"REGSTR_VAL_USERAGENT","features":[229]},{"name":"REGSTR_VAL_USESTYLESHEETS","features":[229]},{"name":"REGSTR_VAL_USESTYLESHEETS_DEF","features":[229]},{"name":"REGSTR_VAL_VISIBLEBANDS","features":[229]},{"name":"REGSTR_VAL_VISIBLEBANDS_DEF","features":[229]},{"name":"REGSTR_VAL_WEBCHARSET","features":[229]},{"name":"RatingAccessDeniedDialog","features":[1,229]},{"name":"RatingAccessDeniedDialog2","features":[1,229]},{"name":"RatingAccessDeniedDialog2W","features":[1,229]},{"name":"RatingAccessDeniedDialogW","features":[1,229]},{"name":"RatingAddToApprovedSites","features":[1,229]},{"name":"RatingCheckUserAccess","features":[229]},{"name":"RatingCheckUserAccessW","features":[229]},{"name":"RatingClickedOnPRFInternal","features":[1,229]},{"name":"RatingClickedOnRATInternal","features":[1,229]},{"name":"RatingEnable","features":[1,229]},{"name":"RatingEnableW","features":[1,229]},{"name":"RatingEnabledQuery","features":[229]},{"name":"RatingFreeDetails","features":[229]},{"name":"RatingInit","features":[229]},{"name":"RatingObtainCancel","features":[1,229]},{"name":"RatingObtainQuery","features":[1,229]},{"name":"RatingObtainQueryW","features":[1,229]},{"name":"RatingSetupUI","features":[1,229]},{"name":"RatingSetupUIW","features":[1,229]},{"name":"SCMP_BOTTOM","features":[229]},{"name":"SCMP_FULL","features":[229]},{"name":"SCMP_LEFT","features":[229]},{"name":"SCMP_RIGHT","features":[229]},{"name":"SCMP_TOP","features":[229]},{"name":"SCROLLABLECONTEXTMENU_PLACEMENT","features":[229]},{"name":"STATURL","features":[1,229]},{"name":"STATURLFLAG_ISCACHED","features":[229]},{"name":"STATURLFLAG_ISTOPLEVEL","features":[229]},{"name":"STATURL_QUERYFLAG_ISCACHED","features":[229]},{"name":"STATURL_QUERYFLAG_NOTITLE","features":[229]},{"name":"STATURL_QUERYFLAG_NOURL","features":[229]},{"name":"STATURL_QUERYFLAG_TOPLEVEL","features":[229]},{"name":"SURFACE_LOCK_ALLOW_DISCARD","features":[229]},{"name":"SURFACE_LOCK_EXCLUSIVE","features":[229]},{"name":"SURFACE_LOCK_WAIT","features":[229]},{"name":"SZBACKBITMAP","features":[229]},{"name":"SZJAVAVMPATH","features":[229]},{"name":"SZNOTEXT","features":[229]},{"name":"SZTOOLBAR","features":[229]},{"name":"SZTRUSTWARNLEVEL","features":[229]},{"name":"SZVISIBLE","features":[229]},{"name":"SZ_IE_DEFAULT_HTML_EDITOR","features":[229]},{"name":"SZ_IE_IBAR","features":[229]},{"name":"SZ_IE_IBAR_BANDS","features":[229]},{"name":"SZ_IE_MAIN","features":[229]},{"name":"SZ_IE_SEARCHSTRINGS","features":[229]},{"name":"SZ_IE_SECURITY","features":[229]},{"name":"SZ_IE_SETTINGS","features":[229]},{"name":"SZ_IE_THRESHOLDS","features":[229]},{"name":"S_SURFACE_DISCARDED","features":[229]},{"name":"SniffStream","features":[229]},{"name":"TARGET_NOTIFY_OBJECT_NAME","features":[229]},{"name":"TF_NAVIGATE","features":[229]},{"name":"TIMERMODE_NORMAL","features":[229]},{"name":"TIMERMODE_VISIBILITYAWARE","features":[229]},{"name":"TOOLSBAND","features":[229]},{"name":"TSZCALENDARPROTOCOL","features":[229]},{"name":"TSZCALLTOPROTOCOL","features":[229]},{"name":"TSZINTERNETCLIENTSPATH","features":[229]},{"name":"TSZLDAPPROTOCOL","features":[229]},{"name":"TSZMAILTOPROTOCOL","features":[229]},{"name":"TSZMICROSOFTPATH","features":[229]},{"name":"TSZNEWSPROTOCOL","features":[229]},{"name":"TSZPROTOCOLSPATH","features":[229]},{"name":"TSZSCHANNELPATH","features":[229]},{"name":"TSZVSOURCEPROTOCOL","features":[229]},{"name":"msodsvFailed","features":[229]},{"name":"msodsvLowSecurityLevel","features":[229]},{"name":"msodsvNoMacros","features":[229]},{"name":"msodsvPassedTrusted","features":[229]},{"name":"msodsvPassedTrustedCert","features":[229]},{"name":"msodsvUnsigned","features":[229]},{"name":"msoedmDisable","features":[229]},{"name":"msoedmDontOpen","features":[229]},{"name":"msoedmEnable","features":[229]},{"name":"msoslHigh","features":[229]},{"name":"msoslMedium","features":[229]},{"name":"msoslNone","features":[229]},{"name":"msoslUndefined","features":[229]},{"name":"wfolders","features":[229]}]}} \ No newline at end of file diff --git a/crates/libs/sys/src/Windows/Wdk/Devices/Bluetooth/mod.rs b/crates/libs/sys/src/Windows/Wdk/Devices/Bluetooth/mod.rs index dbeff8da14..7474dcadaa 100644 --- a/crates/libs/sys/src/Windows/Wdk/Devices/Bluetooth/mod.rs +++ b/crates/libs/sys/src/Windows/Wdk/Devices/Bluetooth/mod.rs @@ -1,31 +1,17 @@ -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_ClassOfDevice: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 10 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_ClassOfDevice_Deprecated: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceAddress: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 1 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceFlags: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceManufacturer: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceModelNumber: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DevicePID: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceProductVersion: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceVID: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceVIDSource: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_LastConnectedTime: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 11 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_LastConnectedTime_Deprecated: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_LastSeenTime: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 12 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_ServiceGUID: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 2 }; +pub const DEVPKEY_Bluetooth_ClassOfDevice: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 10 }; +pub const DEVPKEY_Bluetooth_ClassOfDevice_Deprecated: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 4 }; +pub const DEVPKEY_Bluetooth_DeviceAddress: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 1 }; +pub const DEVPKEY_Bluetooth_DeviceFlags: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 3 }; +pub const DEVPKEY_Bluetooth_DeviceManufacturer: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 4 }; +pub const DEVPKEY_Bluetooth_DeviceModelNumber: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 5 }; +pub const DEVPKEY_Bluetooth_DevicePID: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 8 }; +pub const DEVPKEY_Bluetooth_DeviceProductVersion: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 9 }; +pub const DEVPKEY_Bluetooth_DeviceVID: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 7 }; +pub const DEVPKEY_Bluetooth_DeviceVIDSource: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 6 }; +pub const DEVPKEY_Bluetooth_LastConnectedTime: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 11 }; +pub const DEVPKEY_Bluetooth_LastConnectedTime_Deprecated: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 5 }; +pub const DEVPKEY_Bluetooth_LastSeenTime: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 12 }; +pub const DEVPKEY_Bluetooth_ServiceGUID: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 2 }; pub const GUID_BTHDDI_PROFILE_DRIVER_INTERFACE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x94a59aa8_4383_4286_aa4f_34a160f40004); pub const GUID_BTHDDI_SDP_NODE_INTERFACE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x81a7fdf3_86c1_4be8_a8c8_2a6d188b4177); pub const GUID_BTHDDI_SDP_PARSE_INTERFACE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4e719439_9cf1_4bab_ac1d_3279865743d2); diff --git a/crates/libs/sys/src/Windows/Wdk/Foundation/mod.rs b/crates/libs/sys/src/Windows/Wdk/Foundation/mod.rs index e9b5d807b6..fa6c4bee2e 100644 --- a/crates/libs/sys/src/Windows/Wdk/Foundation/mod.rs +++ b/crates/libs/sys/src/Windows/Wdk/Foundation/mod.rs @@ -1100,34 +1100,37 @@ pub struct MDL { pub ByteOffset: u32, } #[repr(C)] +#[cfg(feature = "Win32_Security")] #[derive(Clone, Copy)] pub struct OBJECT_ATTRIBUTES { pub Length: u32, pub RootDirectory: super::super::Win32::Foundation::HANDLE, pub ObjectName: *const super::super::Win32::Foundation::UNICODE_STRING, - pub Attributes: u32, - pub SecurityDescriptor: *const core::ffi::c_void, - pub SecurityQualityOfService: *const core::ffi::c_void, + pub Attributes: super::super::Win32::Foundation::OBJECT_ATTRIBUTE_FLAGS, + pub SecurityDescriptor: *const super::super::Win32::Security::SECURITY_DESCRIPTOR, + pub SecurityQualityOfService: *const super::super::Win32::Security::SECURITY_QUALITY_OF_SERVICE, } #[repr(C)] +#[cfg(feature = "Win32_Security")] #[derive(Clone, Copy)] pub struct OBJECT_ATTRIBUTES32 { pub Length: u32, pub RootDirectory: u32, pub ObjectName: u32, - pub Attributes: u32, - pub SecurityDescriptor: u32, - pub SecurityQualityOfService: u32, + pub Attributes: super::super::Win32::Foundation::OBJECT_ATTRIBUTE_FLAGS, + pub SecurityDescriptor: *const super::super::Win32::Security::SECURITY_DESCRIPTOR, + pub SecurityQualityOfService: *const super::super::Win32::Security::SECURITY_QUALITY_OF_SERVICE, } #[repr(C)] +#[cfg(feature = "Win32_Security")] #[derive(Clone, Copy)] pub struct OBJECT_ATTRIBUTES64 { pub Length: u32, pub RootDirectory: u64, pub ObjectName: u64, - pub Attributes: u32, - pub SecurityDescriptor: u64, - pub SecurityQualityOfService: u64, + pub Attributes: super::super::Win32::Foundation::OBJECT_ATTRIBUTE_FLAGS, + pub SecurityDescriptor: *const super::super::Win32::Security::SECURITY_DESCRIPTOR, + pub SecurityQualityOfService: *const super::super::Win32::Security::SECURITY_QUALITY_OF_SERVICE, } #[repr(C)] #[derive(Clone, Copy)] diff --git a/crates/libs/sys/src/Windows/Wdk/Graphics/Direct3D/mod.rs b/crates/libs/sys/src/Windows/Wdk/Graphics/Direct3D/mod.rs index 100d9289b4..0182e598be 100644 --- a/crates/libs/sys/src/Windows/Wdk/Graphics/Direct3D/mod.rs +++ b/crates/libs/sys/src/Windows/Wdk/Graphics/Direct3D/mod.rs @@ -89,7 +89,7 @@ windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenAdapterFromLuid(param0 windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenKeyedMutex(param0 : *mut D3DKMT_OPENKEYEDMUTEX) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenKeyedMutex2(param0 : *mut D3DKMT_OPENKEYEDMUTEX2) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenKeyedMutexFromNtHandle(param0 : *mut D3DKMT_OPENKEYEDMUTEXFROMNTHANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenNtHandleFromName(param0 : *mut D3DKMT_OPENNTHANDLEFROMNAME) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenProtectedSessionFromNtHandle(param0 : *mut D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenResource(param0 : *mut D3DKMT_OPENRESOURCE) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -97,7 +97,7 @@ windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenResource2(param0 : *mut windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenResourceFromNtHandle(param0 : *mut D3DKMT_OPENRESOURCEFROMNTHANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenSyncObjectFromNtHandle(param0 : *mut D3DKMT_OPENSYNCOBJECTFROMNTHANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenSyncObjectFromNtHandle2(param0 : *mut D3DKMT_OPENSYNCOBJECTFROMNTHANDLE2) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenSyncObjectNtHandleFromName(param0 : *mut D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenSynchronizationObject(param0 : *mut D3DKMT_OPENSYNCHRONIZATIONOBJECT) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTOutputDuplGetFrameInfo(param0 : *mut D3DKMT_OUTPUTDUPL_GET_FRAMEINFO) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -151,7 +151,7 @@ windows_targets::link!("gdi32.dll" "system" fn D3DKMTSetVidPnSourceHwProtection( windows_targets::link!("gdi32.dll" "system" fn D3DKMTSetVidPnSourceOwner(param0 : *const D3DKMT_SETVIDPNSOURCEOWNER) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTSetVidPnSourceOwner1(param0 : *const D3DKMT_SETVIDPNSOURCEOWNER1) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTSetVidPnSourceOwner2(param0 : *const D3DKMT_SETVIDPNSOURCEOWNER2) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("gdi32.dll" "system" fn D3DKMTShareObjects(cobjects : u32, hobjects : *const u32, pobjectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, dwdesiredaccess : u32, phsharednthandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTSharedPrimaryLockNotification(param0 : *const D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("gdi32.dll" "system" fn D3DKMTSharedPrimaryUnLockNotification(param0 : *const D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -5551,7 +5551,7 @@ pub struct D3DKMT_OPENNATIVEFENCEFROMNTHANDLE { pub NativeFenceMapping: D3DDDI_NATIVEFENCEMAPPING, } #[repr(C)] -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[derive(Clone, Copy)] pub struct D3DKMT_OPENNTHANDLEFROMNAME { pub dwDesiredAccess: u32, @@ -5640,7 +5640,7 @@ pub struct D3DKMT_OPENSYNCOBJECTFROMNTHANDLE2_0_0 { pub EngineAffinity: u32, } #[repr(C)] -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[derive(Clone, Copy)] pub struct D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME { pub dwDesiredAccess: u32, @@ -9070,7 +9070,7 @@ pub type PFND3DKMT_OPENKEYEDMUTEX = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENKEYEDMUTEXFROMNTHANDLE = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENNATIVEFENCEFROMNTHANDLE = Option super::super::super::Win32::Foundation::NTSTATUS>; -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] pub type PFND3DKMT_OPENNTHANDLEFROMNAME = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENRESOURCE = Option super::super::super::Win32::Foundation::NTSTATUS>; @@ -9079,7 +9079,7 @@ pub type PFND3DKMT_OPENRESOURCEFROMNTHANDLE = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE2 = Option super::super::super::Win32::Foundation::NTSTATUS>; -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] pub type PFND3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OUTPUTDUPLGETFRAMEINFO = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OUTPUTDUPLGETMETADATA = Option super::super::super::Win32::Foundation::NTSTATUS>; @@ -9136,7 +9136,7 @@ pub type PFND3DKMT_SETVIDPNSOURCEOWNER1 = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION = Option super::super::super::Win32::Foundation::NTSTATUS>; -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] pub type PFND3DKMT_SHAREOBJECTS = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 = Option super::super::super::Win32::Foundation::NTSTATUS>; diff --git a/crates/libs/sys/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs b/crates/libs/sys/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs index 8ae0a6b9e7..8c24c9fd6d 100644 --- a/crates/libs/sys/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs +++ b/crates/libs/sys/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs @@ -80,9 +80,9 @@ windows_targets::link!("fltmgr.sys" "system" fn FltCompletePendedPostOperation(c windows_targets::link!("fltmgr.sys" "system" fn FltCompletePendedPreOperation(callbackdata : *const FLT_CALLBACK_DATA, callbackstatus : FLT_PREOP_CALLBACK_STATUS, context : *const core::ffi::c_void)); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_System_SystemServices", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("fltmgr.sys" "system" fn FltCopyOpenReparseList(filter : PFLT_FILTER, data : *const FLT_CALLBACK_DATA, ecplist : *mut super::super::super::Foundation:: ECP_LIST) -> super::super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("fltmgr.sys" "system" fn FltCreateCommunicationPort(filter : PFLT_FILTER, serverport : *mut PFLT_PORT, objectattributes : *const super::super::super::Foundation:: OBJECT_ATTRIBUTES, serverportcookie : *const core::ffi::c_void, connectnotifycallback : PFLT_CONNECT_NOTIFY, disconnectnotifycallback : PFLT_DISCONNECT_NOTIFY, messagenotifycallback : PFLT_MESSAGE_NOTIFY, maxconnections : i32) -> super::super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("fltmgr.sys" "system" fn FltCreateFile(filter : PFLT_FILTER, instance : PFLT_INSTANCE, filehandle : *mut super::super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : u32, shareaccess : u32, createdisposition : u32, createoptions : u32, eabuffer : *const core::ffi::c_void, ealength : u32, flags : u32) -> super::super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_System_SystemServices", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("fltmgr.sys" "system" fn FltCreateFileEx(filter : PFLT_FILTER, instance : PFLT_INSTANCE, filehandle : *mut super::super::super::super::Win32::Foundation:: HANDLE, fileobject : *mut *mut super::super::super::Foundation:: FILE_OBJECT, desiredaccess : u32, objectattributes : *const super::super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : u32, shareaccess : u32, createdisposition : u32, createoptions : u32, eabuffer : *const core::ffi::c_void, ealength : u32, flags : u32) -> super::super::super::super::Win32::Foundation:: NTSTATUS); @@ -324,7 +324,7 @@ windows_targets::link!("fltmgr.sys" "system" fn FltQueryDirectoryFile(instance : windows_targets::link!("fltmgr.sys" "system" fn FltQueryDirectoryFileEx(instance : PFLT_INSTANCE, fileobject : *const super::super::super::Foundation:: FILE_OBJECT, fileinformation : *mut core::ffi::c_void, length : u32, fileinformationclass : super:: FILE_INFORMATION_CLASS, queryflags : u32, filename : *const super::super::super::super::Win32::Foundation:: UNICODE_STRING, lengthreturned : *mut u32) -> super::super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_System_SystemServices", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("fltmgr.sys" "system" fn FltQueryEaFile(instance : PFLT_INSTANCE, fileobject : *const super::super::super::Foundation:: FILE_OBJECT, returnedeadata : *mut core::ffi::c_void, length : u32, returnsingleentry : super::super::super::super::Win32::Foundation:: BOOLEAN, ealist : *const core::ffi::c_void, ealistlength : u32, eaindex : *const u32, restartscan : super::super::super::super::Win32::Foundation:: BOOLEAN, lengthreturned : *mut u32) -> super::super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_System_SystemServices", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_System_SystemServices", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("fltmgr.sys" "system" fn FltQueryInformationByName(filter : PFLT_FILTER, instance : PFLT_INSTANCE, objectattributes : *const super::super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, fileinformation : *mut core::ffi::c_void, length : u32, fileinformationclass : super:: FILE_INFORMATION_CLASS, drivercontext : *const super::super::super::System::SystemServices:: IO_DRIVER_CREATE_CONTEXT) -> super::super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_System_SystemServices", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("fltmgr.sys" "system" fn FltQueryInformationFile(instance : PFLT_INSTANCE, fileobject : *const super::super::super::Foundation:: FILE_OBJECT, fileinformation : *mut core::ffi::c_void, length : u32, fileinformationclass : super:: FILE_INFORMATION_CLASS, lengthreturned : *mut u32) -> super::super::super::super::Win32::Foundation:: NTSTATUS); diff --git a/crates/libs/sys/src/Windows/Wdk/Storage/FileSystem/mod.rs b/crates/libs/sys/src/Windows/Wdk/Storage/FileSystem/mod.rs index dce9d4cb11..0b18090d89 100644 --- a/crates/libs/sys/src/Windows/Wdk/Storage/FileSystem/mod.rs +++ b/crates/libs/sys/src/Windows/Wdk/Storage/FileSystem/mod.rs @@ -457,7 +457,7 @@ windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateStreamFileObjectLite(f windows_targets::link!("ntoskrnl.exe" "system" fn IoEnumerateDeviceObjectList(driverobject : *const super::super::Foundation:: DRIVER_OBJECT, deviceobjectlist : *mut *mut super::super::Foundation:: DEVICE_OBJECT, deviceobjectlistsize : u32, actualnumberdeviceobjects : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_System_SystemServices", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoEnumerateRegisteredFiltersList(driverobjectlist : *mut *mut super::super::Foundation:: DRIVER_OBJECT, driverobjectlistsize : u32, actualnumberdriverobjects : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoFastQueryNetworkAttributes(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, desiredaccess : u32, openoptions : u32, iostatus : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, buffer : *mut FILE_NETWORK_OPEN_INFORMATION) -> super::super::super::Win32::Foundation:: BOOLEAN); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_System_SystemServices", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoGetAttachedDevice(deviceobject : *const super::super::Foundation:: DEVICE_OBJECT) -> *mut super::super::Foundation:: DEVICE_OBJECT); @@ -606,17 +606,17 @@ windows_targets::link!("ntdll.dll" "system" fn NtAllocateVirtualMemoryEx(process #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ntdll.dll" "system" fn NtCancelIoFileEx(filehandle : super::super::super::Win32::Foundation:: HANDLE, iorequesttocancel : *const super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtCloseObjectAuditAlarm(subsystemname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, handleid : *const core::ffi::c_void, generateonclose : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateDirectoryObject(directoryhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Kernel"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateEvent(eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, eventtype : super::super::super::Win32::System::Kernel:: EVENT_TYPE, initialstate : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Storage_FileSystem", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_Storage_FileSystem", feature = "Win32_System_IO"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateFile(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : super::super::super::Win32::Storage::FileSystem:: FILE_ACCESS_RIGHTS, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : super::super::super::Win32::Storage::FileSystem:: FILE_FLAGS_AND_ATTRIBUTES, shareaccess : super::super::super::Win32::Storage::FileSystem:: FILE_SHARE_MODE, createdisposition : NTCREATEFILE_CREATE_DISPOSITION, createoptions : NTCREATEFILE_CREATE_OPTIONS, eabuffer : *const core::ffi::c_void, ealength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateSection(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, maximumsize : *const i64, sectionpageprotection : u32, allocationattributes : u32, filehandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Memory"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Memory"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateSectionEx(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, maximumsize : *const i64, sectionpageprotection : u32, allocationattributes : u32, filehandle : super::super::super::Win32::Foundation:: HANDLE, extendedparameters : *mut super::super::super::Win32::System::Memory:: MEM_EXTENDED_PARAMETER, extendedparametercount : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtDeleteFile(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtDeleteObjectAuditAlarm(subsystemname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, handleid : *const core::ffi::c_void, generateonclose : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtDuplicateObject(sourceprocesshandle : super::super::super::Win32::Foundation:: HANDLE, sourcehandle : super::super::super::Win32::Foundation:: HANDLE, targetprocesshandle : super::super::super::Win32::Foundation:: HANDLE, targethandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, handleattributes : u32, options : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -638,15 +638,15 @@ windows_targets::link!("ntdll.dll" "system" fn NtImpersonateAnonymousToken(threa windows_targets::link!("ntdll.dll" "system" fn NtLockFile(filehandle : super::super::super::Win32::Foundation:: HANDLE, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, byteoffset : *const i64, length : *const i64, key : u32, failimmediately : super::super::super::Win32::Foundation:: BOOLEAN, exclusivelock : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ntdll.dll" "system" fn NtNotifyChangeKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, completionfilter : u32, watchtree : super::super::super::Win32::Foundation:: BOOLEAN, buffer : *mut core::ffi::c_void, buffersize : u32, asynchronous : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenDirectoryObject(directoryhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenFile(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, shareaccess : u32, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_Security")] windows_targets::link!("ntdll.dll" "system" fn NtOpenObjectAuditAlarm(subsystemname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, handleid : *const core::ffi::c_void, objecttypename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, objectname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, securitydescriptor : super::super::super::Win32::Security:: PSECURITY_DESCRIPTOR, clienttoken : super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, grantedaccess : u32, privileges : *const super::super::super::Win32::Security:: PRIVILEGE_SET, objectcreation : super::super::super::Win32::Foundation:: BOOLEAN, accessgranted : super::super::super::Win32::Foundation:: BOOLEAN, generateonclose : *mut super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtOpenProcessToken(processhandle : super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, tokenhandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtOpenProcessTokenEx(processhandle : super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, handleattributes : u32, tokenhandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenSymbolicLinkObject(linkhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtOpenThreadToken(threadhandle : super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, openasself : super::super::super::Win32::Foundation:: BOOLEAN, tokenhandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtOpenThreadTokenEx(threadhandle : super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, openasself : super::super::super::Win32::Foundation:: BOOLEAN, handleattributes : u32, tokenhandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -663,9 +663,9 @@ windows_targets::link!("ntdll.dll" "system" fn NtQueryDirectoryFileEx(filehandle windows_targets::link!("ntdll.dll" "system" fn NtQueryDirectoryObject(directoryhandle : super::super::super::Win32::Foundation:: HANDLE, buffer : *mut core::ffi::c_void, length : u32, returnsingleentry : super::super::super::Win32::Foundation:: BOOLEAN, restartscan : super::super::super::Win32::Foundation:: BOOLEAN, context : *mut u32, returnlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ntdll.dll" "system" fn NtQueryEaFile(filehandle : super::super::super::Win32::Foundation:: HANDLE, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, buffer : *mut core::ffi::c_void, length : u32, returnsingleentry : super::super::super::Win32::Foundation:: BOOLEAN, ealist : *const core::ffi::c_void, ealistlength : u32, eaindex : *const u32, restartscan : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtQueryFullAttributesFile(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, fileinformation : *mut FILE_NETWORK_OPEN_INFORMATION) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntdll.dll" "system" fn NtQueryInformationByName(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, fileinformation : *mut core::ffi::c_void, length : u32, fileinformationclass : FILE_INFORMATION_CLASS) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ntdll.dll" "system" fn NtQueryInformationFile(filehandle : super::super::super::Win32::Foundation:: HANDLE, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, fileinformation : *mut core::ffi::c_void, length : u32, fileinformationclass : FILE_INFORMATION_CLASS) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -798,6 +798,7 @@ windows_targets::link!("ntoskrnl.exe" "system" fn RtlDecompressFragmentEx(compre windows_targets::link!("ntdll.dll" "system" fn RtlDeleteAce(acl : *mut super::super::super::Win32::Security:: ACL, aceindex : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntoskrnl.exe" "system" fn RtlDescribeChunk(compressionformat : u16, compressedbuffer : *mut *mut u8, endofcompressedbufferplus1 : *const u8, chunkbuffer : *mut *mut u8, chunksize : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn RtlDestroyHeap(heaphandle : *const core::ffi::c_void) -> *mut core::ffi::c_void); +windows_targets::link!("ntdll.dll" "system" fn RtlDosPathNameToNtPathName_U_WithStatus(dosfilename : windows_sys::core::PCWSTR, ntfilename : *mut super::super::super::Win32::Foundation:: UNICODE_STRING, filepart : *mut windows_sys::core::PWSTR, reserved : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn RtlDowncaseUnicodeString(destinationstring : *mut super::super::super::Win32::Foundation:: UNICODE_STRING, sourcestring : *const super::super::super::Win32::Foundation:: UNICODE_STRING, allocatedestinationstring : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn RtlDuplicateUnicodeString(flags : u32, stringin : *const super::super::super::Win32::Foundation:: UNICODE_STRING, stringout : *mut super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_Security")] @@ -837,6 +838,7 @@ windows_targets::link!("ntoskrnl.exe" "system" fn RtlInitializeUnicodePrefix(pre #[cfg(feature = "Wdk_Foundation")] windows_targets::link!("ntoskrnl.exe" "system" fn RtlInsertUnicodePrefix(prefixtable : *const UNICODE_PREFIX_TABLE, prefix : *const super::super::super::Win32::Foundation:: UNICODE_STRING, prefixtableentry : *mut UNICODE_PREFIX_TABLE_ENTRY) -> super::super::super::Win32::Foundation:: BOOLEAN); windows_targets::link!("ntdll.dll" "system" fn RtlIsCloudFilesPlaceholder(fileattributes : u32, reparsetag : u32) -> super::super::super::Win32::Foundation:: BOOLEAN); +windows_targets::link!("ntdll.dll" "system" fn RtlIsDosDeviceName_U(dosfilename : windows_sys::core::PCWSTR) -> u32); windows_targets::link!("ntdll.dll" "system" fn RtlIsNonEmptyDirectoryReparsePointAllowed(reparsetag : u32) -> super::super::super::Win32::Foundation:: BOOLEAN); windows_targets::link!("ntdll.dll" "system" fn RtlIsNormalizedString(normform : u32, sourcestring : windows_sys::core::PCWSTR, sourcestringlength : i32, normalized : *mut super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn RtlIsPartialPlaceholder(fileattributes : u32, reparsetag : u32) -> super::super::super::Win32::Foundation:: BOOLEAN); @@ -1057,13 +1059,13 @@ windows_targets::link!("ntdll.dll" "system" fn ZwAllocateVirtualMemoryEx(process #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ntdll.dll" "system" fn ZwCancelIoFileEx(filehandle : super::super::super::Win32::Foundation:: HANDLE, iorequesttocancel : *const super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwCloseObjectAuditAlarm(subsystemname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, handleid : *const core::ffi::c_void, generateonclose : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateDirectoryObject(directoryhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Kernel"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateEvent(eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, eventtype : super::super::super::Win32::System::Kernel:: EVENT_TYPE, initialstate : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Memory"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Memory"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateSectionEx(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, maximumsize : *const i64, sectionpageprotection : u32, allocationattributes : u32, filehandle : super::super::super::Win32::Foundation:: HANDLE, extendedparameters : *mut super::super::super::Win32::System::Memory:: MEM_EXTENDED_PARAMETER, extendedparametercount : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwDeleteFile(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwDeleteObjectAuditAlarm(subsystemname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, handleid : *const core::ffi::c_void, generateonclose : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwDuplicateObject(sourceprocesshandle : super::super::super::Win32::Foundation:: HANDLE, sourcehandle : super::super::super::Win32::Foundation:: HANDLE, targetprocesshandle : super::super::super::Win32::Foundation:: HANDLE, targethandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, handleattributes : u32, options : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -1085,7 +1087,7 @@ windows_targets::link!("ntdll.dll" "system" fn ZwImpersonateAnonymousToken(threa windows_targets::link!("ntdll.dll" "system" fn ZwLockFile(filehandle : super::super::super::Win32::Foundation:: HANDLE, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, byteoffset : *const i64, length : *const i64, key : u32, failimmediately : super::super::super::Win32::Foundation:: BOOLEAN, exclusivelock : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ntdll.dll" "system" fn ZwNotifyChangeKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, completionfilter : u32, watchtree : super::super::super::Win32::Foundation:: BOOLEAN, buffer : *mut core::ffi::c_void, buffersize : u32, asynchronous : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenDirectoryObject(directoryhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_Security")] windows_targets::link!("ntdll.dll" "system" fn ZwOpenObjectAuditAlarm(subsystemname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, handleid : *const core::ffi::c_void, objecttypename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, objectname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, securitydescriptor : super::super::super::Win32::Security:: PSECURITY_DESCRIPTOR, clienttoken : super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, grantedaccess : u32, privileges : *const super::super::super::Win32::Security:: PRIVILEGE_SET, objectcreation : super::super::super::Win32::Foundation:: BOOLEAN, accessgranted : super::super::super::Win32::Foundation:: BOOLEAN, generateonclose : *mut super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -1106,7 +1108,7 @@ windows_targets::link!("ntdll.dll" "system" fn ZwQueryDirectoryFileEx(filehandle windows_targets::link!("ntdll.dll" "system" fn ZwQueryDirectoryObject(directoryhandle : super::super::super::Win32::Foundation:: HANDLE, buffer : *mut core::ffi::c_void, length : u32, returnsingleentry : super::super::super::Win32::Foundation:: BOOLEAN, restartscan : super::super::super::Win32::Foundation:: BOOLEAN, context : *mut u32, returnlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ntdll.dll" "system" fn ZwQueryEaFile(filehandle : super::super::super::Win32::Foundation:: HANDLE, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, buffer : *mut core::ffi::c_void, length : u32, returnsingleentry : super::super::super::Win32::Foundation:: BOOLEAN, ealist : *const core::ffi::c_void, ealistlength : u32, eaindex : *const u32, restartscan : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwQueryFullAttributesFile(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, fileinformation : *mut FILE_NETWORK_OPEN_INFORMATION) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_Security")] windows_targets::link!("ntdll.dll" "system" fn ZwQueryInformationToken(tokenhandle : super::super::super::Win32::Foundation:: HANDLE, tokeninformationclass : super::super::super::Win32::Security:: TOKEN_INFORMATION_CLASS, tokeninformation : *mut core::ffi::c_void, tokeninformationlength : u32, returnlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); diff --git a/crates/libs/sys/src/Windows/Wdk/System/Memory/mod.rs b/crates/libs/sys/src/Windows/Wdk/System/Memory/mod.rs index d126471950..564b1d29f1 100644 --- a/crates/libs/sys/src/Windows/Wdk/System/Memory/mod.rs +++ b/crates/libs/sys/src/Windows/Wdk/System/Memory/mod.rs @@ -1,9 +1,9 @@ windows_targets::link!("ntdll.dll" "system" fn NtMapViewOfSection(sectionhandle : super::super::super::Win32::Foundation:: HANDLE, processhandle : super::super::super::Win32::Foundation:: HANDLE, baseaddress : *mut *mut core::ffi::c_void, zerobits : usize, commitsize : usize, sectionoffset : *mut i64, viewsize : *mut usize, inheritdisposition : SECTION_INHERIT, allocationtype : u32, win32protect : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenSection(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtUnmapViewOfSection(processhandle : super::super::super::Win32::Foundation:: HANDLE, baseaddress : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwMapViewOfSection(sectionhandle : super::super::super::Win32::Foundation:: HANDLE, processhandle : super::super::super::Win32::Foundation:: HANDLE, baseaddress : *mut *mut core::ffi::c_void, zerobits : usize, commitsize : usize, sectionoffset : *mut i64, viewsize : *mut usize, inheritdisposition : SECTION_INHERIT, allocationtype : u32, win32protect : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenSection(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwUnmapViewOfSection(processhandle : super::super::super::Win32::Foundation:: HANDLE, baseaddress : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); pub const ViewShare: SECTION_INHERIT = 1i32; diff --git a/crates/libs/sys/src/Windows/Wdk/System/Registry/mod.rs b/crates/libs/sys/src/Windows/Wdk/System/Registry/mod.rs index 36270d36d8..c81a9b6cd5 100644 --- a/crates/libs/sys/src/Windows/Wdk/System/Registry/mod.rs +++ b/crates/libs/sys/src/Windows/Wdk/System/Registry/mod.rs @@ -1,26 +1,26 @@ windows_targets::link!("ntdll.dll" "system" fn NtCommitRegistryTransaction(transactionhandle : super::super::super::Win32::Foundation:: HANDLE, flags : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateKey(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, titleindex : u32, class : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, disposition : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateKeyTransacted(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, titleindex : u32, class : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, transactionhandle : super::super::super::Win32::Foundation:: HANDLE, disposition : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateRegistryTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtDeleteKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtDeleteValueKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, valuename : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtEnumerateKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, index : u32, keyinformationclass : KEY_INFORMATION_CLASS, keyinformation : *mut core::ffi::c_void, length : u32, resultlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtEnumerateValueKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, index : u32, keyvalueinformationclass : KEY_VALUE_INFORMATION_CLASS, keyvalueinformation : *mut core::ffi::c_void, length : u32, resultlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtFlushKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntdll.dll" "system" fn NtNotifyChangeMultipleKeys(masterkeyhandle : super::super::super::Win32::Foundation:: HANDLE, count : u32, subordinateobjects : *const super::super::Foundation:: OBJECT_ATTRIBUTES, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, completionfilter : u32, watchtree : super::super::super::Win32::Foundation:: BOOLEAN, buffer : *mut core::ffi::c_void, buffersize : u32, asynchronous : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenKey(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenKeyEx(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenKeyTransacted(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, transactionhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenKeyTransactedEx(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, openoptions : u32, transactionhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenRegistryTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtQueryKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, keyinformationclass : KEY_INFORMATION_CLASS, keyinformation : *mut core::ffi::c_void, length : u32, resultlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtQueryMultipleValueKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, valueentries : *mut KEY_VALUE_ENTRY, entrycount : u32, valuebuffer : *mut core::ffi::c_void, bufferlength : *mut u32, requiredbufferlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -33,28 +33,28 @@ windows_targets::link!("ntdll.dll" "system" fn NtSaveKeyEx(keyhandle : super::su windows_targets::link!("ntdll.dll" "system" fn NtSetInformationKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, keysetinformationclass : KEY_SET_INFORMATION_CLASS, keysetinformation : *const core::ffi::c_void, keysetinformationlength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtSetValueKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, valuename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, titleindex : u32, r#type : u32, data : *const core::ffi::c_void, datasize : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwCommitRegistryTransaction(transactionhandle : super::super::super::Win32::Foundation:: HANDLE, flags : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateKey(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, titleindex : u32, class : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, disposition : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateKeyTransacted(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, titleindex : u32, class : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, transactionhandle : super::super::super::Win32::Foundation:: HANDLE, disposition : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateRegistryTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwDeleteKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwDeleteValueKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, valuename : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwEnumerateKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, index : u32, keyinformationclass : KEY_INFORMATION_CLASS, keyinformation : *mut core::ffi::c_void, length : u32, resultlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwEnumerateValueKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, index : u32, keyvalueinformationclass : KEY_VALUE_INFORMATION_CLASS, keyvalueinformation : *mut core::ffi::c_void, length : u32, resultlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwFlushKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntdll.dll" "system" fn ZwNotifyChangeMultipleKeys(masterkeyhandle : super::super::super::Win32::Foundation:: HANDLE, count : u32, subordinateobjects : *const super::super::Foundation:: OBJECT_ATTRIBUTES, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, completionfilter : u32, watchtree : super::super::super::Win32::Foundation:: BOOLEAN, buffer : *mut core::ffi::c_void, buffersize : u32, asynchronous : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenKey(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenKeyEx(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenKeyTransacted(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, transactionhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenKeyTransactedEx(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, openoptions : u32, transactionhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenRegistryTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwQueryKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, keyinformationclass : KEY_INFORMATION_CLASS, keyinformation : *mut core::ffi::c_void, length : u32, resultlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwQueryMultipleValueKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, valueentries : *mut KEY_VALUE_ENTRY, entrycount : u32, valuebuffer : *mut core::ffi::c_void, bufferlength : *mut u32, requiredbufferlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); diff --git a/crates/libs/sys/src/Windows/Wdk/System/SystemServices/mod.rs b/crates/libs/sys/src/Windows/Wdk/System/SystemServices/mod.rs index 83afcab949..979ccaba0c 100644 --- a/crates/libs/sys/src/Windows/Wdk/System/SystemServices/mod.rs +++ b/crates/libs/sys/src/Windows/Wdk/System/SystemServices/mod.rs @@ -125,7 +125,8 @@ windows_targets::link!("ntoskrnl.exe" "system" fn EtwActivityIdControl(controlco windows_targets::link!("ntdll.dll" "system" fn EtwEventEnabled(reghandle : super::super::super::Win32::System::Diagnostics::Etw:: REGHANDLE, eventdescriptor : *const super::super::super::Win32::System::Diagnostics::Etw:: EVENT_DESCRIPTOR) -> super::super::super::Win32::Foundation:: BOOLEAN); #[cfg(feature = "Win32_System_Diagnostics_Etw")] windows_targets::link!("ntoskrnl.exe" "system" fn EtwProviderEnabled(reghandle : super::super::super::Win32::System::Diagnostics::Etw:: REGHANDLE, level : u8, keyword : u64) -> super::super::super::Win32::Foundation:: BOOLEAN); -windows_targets::link!("ntoskrnl.exe" "system" fn EtwRegister(providerid : *const windows_sys::core::GUID, enablecallback : PETWENABLECALLBACK, callbackcontext : *const core::ffi::c_void, reghandle : *mut u64) -> super::super::super::Win32::Foundation:: NTSTATUS); +#[cfg(feature = "Win32_System_Diagnostics_Etw")] +windows_targets::link!("ntoskrnl.exe" "system" fn EtwRegister(providerid : *const windows_sys::core::GUID, enablecallback : PETWENABLECALLBACK, callbackcontext : *const core::ffi::c_void, reghandle : *mut super::super::super::Win32::System::Diagnostics::Etw:: REGHANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_Diagnostics_Etw")] windows_targets::link!("ntoskrnl.exe" "system" fn EtwSetInformation(reghandle : super::super::super::Win32::System::Diagnostics::Etw:: REGHANDLE, informationclass : super::super::super::Win32::System::Diagnostics::Etw:: EVENT_INFO_CLASS, eventinformation : *const core::ffi::c_void, informationlength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_Diagnostics_Etw")] @@ -184,7 +185,7 @@ windows_targets::link!("ntoskrnl.exe" "system" fn ExCancelTimer(timer : super::s windows_targets::link!("ntoskrnl.exe" "system" fn ExCleanupRundownProtectionCacheAware(runrefcacheaware : super::super::Foundation:: PEX_RUNDOWN_REF_CACHE_AWARE)); #[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] windows_targets::link!("ntoskrnl.exe" "system" fn ExConvertExclusiveToSharedLite(resource : *mut super::super::Foundation:: ERESOURCE)); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntoskrnl.exe" "system" fn ExCreateCallback(callbackobject : *mut super::super::Foundation:: PCALLBACK_OBJECT, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, create : super::super::super::Win32::Foundation:: BOOLEAN, allowmultiplecallbacks : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntoskrnl.exe" "system" fn ExCreatePool(flags : u32, tag : usize, params : *const POOL_CREATE_EXTENDED_PARAMS, poolhandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] @@ -402,18 +403,18 @@ windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateController(size : u32) windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateDevice(driverobject : *const super::super::Foundation:: DRIVER_OBJECT, deviceextensionsize : u32, devicename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, devicetype : u32, devicecharacteristics : u32, exclusive : super::super::super::Win32::Foundation:: BOOLEAN, deviceobject : *mut *mut super::super::Foundation:: DEVICE_OBJECT) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Ioctl", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateDisk(deviceobject : *const super::super::Foundation:: DEVICE_OBJECT, disk : *const super::super::super::Win32::System::Ioctl:: CREATE_DISK) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateFile(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : u32, shareaccess : u32, disposition : u32, createoptions : u32, eabuffer : *const core::ffi::c_void, ealength : u32, createfiletype : CREATE_FILE_TYPE, internalparameters : *const core::ffi::c_void, options : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateFileEx(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : u32, shareaccess : u32, disposition : u32, createoptions : u32, eabuffer : *const core::ffi::c_void, ealength : u32, createfiletype : CREATE_FILE_TYPE, internalparameters : *const core::ffi::c_void, options : u32, drivercontext : *const IO_DRIVER_CREATE_CONTEXT) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateFileSpecifyDeviceObjectHint(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : u32, shareaccess : u32, disposition : u32, createoptions : u32, eabuffer : *const core::ffi::c_void, ealength : u32, createfiletype : CREATE_FILE_TYPE, internalparameters : *const core::ffi::c_void, options : u32, deviceobject : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateNotificationEvent(eventname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> *mut super::super::Foundation:: KEVENT); windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateSymbolicLink(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, devicename : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateSynchronizationEvent(eventname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> *mut super::super::Foundation:: KEVENT); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_WindowsProgramming"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_WindowsProgramming"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateSystemThread(ioobject : *mut core::ffi::c_void, threadhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, processhandle : super::super::super::Win32::Foundation:: HANDLE, clientid : *mut super::super::super::Win32::System::WindowsProgramming:: CLIENT_ID, startroutine : PKSTART_ROUTINE, startcontext : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateUnprotectedSymbolicLink(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, devicename : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] @@ -480,7 +481,7 @@ windows_targets::link!("ntoskrnl.exe" "system" fn IoGetCurrentProcess() -> super windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDeviceDirectory(physicaldeviceobject : *const super::super::Foundation:: DEVICE_OBJECT, directorytype : DEVICE_DIRECTORY_TYPE, flags : u32, reserved : *const core::ffi::c_void, devicedirectoryhandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDeviceInterfaceAlias(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, aliasinterfaceclassguid : *const windows_sys::core::GUID, aliassymboliclinkname : *mut super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDeviceInterfacePropertyData(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, propertykey : *const super::super::super::Win32::Devices::Properties:: DEVPROPKEY, lcid : u32, flags : u32, size : u32, data : *mut core::ffi::c_void, requiredsize : *mut u32, r#type : *mut super::super::super::Win32::Devices::Properties:: DEVPROPTYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); +windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDeviceInterfacePropertyData(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, propertykey : *const super::super::super::Win32::Foundation:: DEVPROPKEY, lcid : u32, flags : u32, size : u32, data : *mut core::ffi::c_void, requiredsize : *mut u32, r#type : *mut super::super::super::Win32::Devices::Properties:: DEVPROPTYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDeviceInterfaces(interfaceclassguid : *const windows_sys::core::GUID, physicaldeviceobject : *const super::super::Foundation:: DEVICE_OBJECT, flags : u32, symboliclinklist : *mut windows_sys::core::PWSTR) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] @@ -490,7 +491,7 @@ windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDeviceObjectPointer(objec #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDeviceProperty(deviceobject : *const super::super::Foundation:: DEVICE_OBJECT, deviceproperty : DEVICE_REGISTRY_PROPERTY, bufferlength : u32, propertybuffer : *mut core::ffi::c_void, resultlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Devices_Properties", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] -windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDevicePropertyData(pdo : *const super::super::Foundation:: DEVICE_OBJECT, propertykey : *const super::super::super::Win32::Devices::Properties:: DEVPROPKEY, lcid : u32, flags : u32, size : u32, data : *mut core::ffi::c_void, requiredsize : *mut u32, r#type : *mut super::super::super::Win32::Devices::Properties:: DEVPROPTYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); +windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDevicePropertyData(pdo : *const super::super::Foundation:: DEVICE_OBJECT, propertykey : *const super::super::super::Win32::Foundation:: DEVPROPKEY, lcid : u32, flags : u32, size : u32, data : *mut core::ffi::c_void, requiredsize : *mut u32, r#type : *mut super::super::super::Win32::Devices::Properties:: DEVPROPTYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDmaAdapter(physicaldeviceobject : *const super::super::Foundation:: DEVICE_OBJECT, devicedescription : *const DEVICE_DESCRIPTION, numberofmapregisters : *mut u32) -> *mut DMA_ADAPTER); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] @@ -569,7 +570,7 @@ windows_targets::link!("ntoskrnl.exe" "system" fn IoPropagateActivityIdToThread( windows_targets::link!("ntoskrnl.exe" "system" fn IoQueryDeviceDescription(bustype : *const INTERFACE_TYPE, busnumber : *const u32, controllertype : *const CONFIGURATION_TYPE, controllernumber : *const u32, peripheraltype : *const CONFIGURATION_TYPE, peripheralnumber : *const u32, calloutroutine : PIO_QUERY_DEVICE_ROUTINE, context : *mut core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoQueryFullDriverPath(driverobject : *const super::super::Foundation:: DRIVER_OBJECT, fullpath : *mut super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoQueryInformationByName(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, fileinformation : *mut core::ffi::c_void, length : u32, fileinformationclass : super::super::Storage::FileSystem:: FILE_INFORMATION_CLASS, options : u32, drivercontext : *const IO_DRIVER_CREATE_CONTEXT) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoQueryKsrPersistentMemorySize(driverobject : *const super::super::Foundation:: DRIVER_OBJECT, physicaldeviceobject : *const super::super::Foundation:: DEVICE_OBJECT, buffersize : *mut usize) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -648,11 +649,10 @@ windows_targets::link!("ntoskrnl.exe" "system" fn IoSetActivityIdIrp(irp : *mut windows_targets::link!("ntoskrnl.exe" "system" fn IoSetActivityIdThread(activityid : *const windows_sys::core::GUID) -> *mut windows_sys::core::GUID); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoSetCompletionRoutineEx(deviceobject : *const super::super::Foundation:: DEVICE_OBJECT, irp : *const super::super::Foundation:: IRP, completionroutine : super::super::Foundation:: PIO_COMPLETION_ROUTINE, context : *const core::ffi::c_void, invokeonsuccess : super::super::super::Win32::Foundation:: BOOLEAN, invokeonerror : super::super::super::Win32::Foundation:: BOOLEAN, invokeoncancel : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("ntoskrnl.exe" "system" fn IoSetDeviceInterfacePropertyData(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, propertykey : *const super::super::super::Win32::Devices::Properties:: DEVPROPKEY, lcid : u32, flags : u32, r#type : u32, size : u32, data : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); +windows_targets::link!("ntoskrnl.exe" "system" fn IoSetDeviceInterfacePropertyData(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, propertykey : *const super::super::super::Win32::Foundation:: DEVPROPKEY, lcid : u32, flags : u32, r#type : u32, size : u32, data : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntoskrnl.exe" "system" fn IoSetDeviceInterfaceState(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, enable : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Devices_Properties", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] -windows_targets::link!("ntoskrnl.exe" "system" fn IoSetDevicePropertyData(pdo : *const super::super::Foundation:: DEVICE_OBJECT, propertykey : *const super::super::super::Win32::Devices::Properties:: DEVPROPKEY, lcid : u32, flags : u32, r#type : u32, size : u32, data : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); +#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] +windows_targets::link!("ntoskrnl.exe" "system" fn IoSetDevicePropertyData(pdo : *const super::super::Foundation:: DEVICE_OBJECT, propertykey : *const super::super::super::Win32::Foundation:: DEVPROPKEY, lcid : u32, flags : u32, r#type : u32, size : u32, data : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] windows_targets::link!("ntoskrnl.exe" "system" fn IoSetFileObjectIgnoreSharing(fileobject : *const super::super::Foundation:: FILE_OBJECT) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] @@ -1079,13 +1079,13 @@ windows_targets::link!("ntdll.dll" "system" fn NtAllocateLocallyUniqueId(luid : windows_targets::link!("ntdll.dll" "system" fn NtCommitComplete(enlistmenthandle : super::super::super::Win32::Foundation:: HANDLE, tmvirtualclock : *const i64) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtCommitEnlistment(enlistmenthandle : super::super::super::Win32::Foundation:: HANDLE, tmvirtualclock : *const i64) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtCommitTransaction(transactionhandle : super::super::super::Win32::Foundation:: HANDLE, wait : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateEnlistment(enlistmenthandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, resourcemanagerhandle : super::super::super::Win32::Foundation:: HANDLE, transactionhandle : super::super::super::Win32::Foundation:: HANDLE, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32, notificationmask : u32, enlistmentkey : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateResourceManager(resourcemanagerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, tmhandle : super::super::super::Win32::Foundation:: HANDLE, rmguid : *const windows_sys::core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32, description : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, uow : *const windows_sys::core::GUID, tmhandle : super::super::super::Win32::Foundation:: HANDLE, createoptions : u32, isolationlevel : u32, isolationflags : u32, timeout : *const i64, description : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateTransactionManager(tmhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, logfilename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, commitstrength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtDisplayString(string : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_SystemServices")] @@ -1095,13 +1095,13 @@ windows_targets::link!("ntdll.dll" "system" fn NtGetNotificationResourceManager( windows_targets::link!("ntdll.dll" "system" fn NtLoadDriver(driverservicename : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtMakeTemporaryObject(handle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtManagePartition(targethandle : super::super::super::Win32::Foundation:: HANDLE, sourcehandle : super::super::super::Win32::Foundation:: HANDLE, partitioninformationclass : PARTITION_INFORMATION_CLASS, partitioninformation : *mut core::ffi::c_void, partitioninformationlength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenEnlistment(enlistmenthandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, resourcemanagerhandle : super::super::super::Win32::Foundation:: HANDLE, enlistmentguid : *const windows_sys::core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenResourceManager(resourcemanagerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, tmhandle : super::super::super::Win32::Foundation:: HANDLE, resourcemanagerguid : *const windows_sys::core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, uow : *const windows_sys::core::GUID, tmhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenTransactionManager(tmhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, logfilename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, tmidentity : *const windows_sys::core::GUID, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_Power")] windows_targets::link!("ntdll.dll" "system" fn NtPowerInformation(informationlevel : super::super::super::Win32::System::Power:: POWER_INFORMATION_LEVEL, inputbuffer : *const core::ffi::c_void, inputbufferlength : u32, outputbuffer : *mut core::ffi::c_void, outputbufferlength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -1274,7 +1274,7 @@ windows_targets::link!("ntoskrnl.exe" "system" fn PsAllocateAffinityToken(affini windows_targets::link!("ntoskrnl.exe" "system" fn PsAttachSiloToCurrentThread(silo : super::super::Foundation:: PESILO) -> super::super::Foundation:: PESILO); #[cfg(feature = "Wdk_Foundation")] windows_targets::link!("ntoskrnl.exe" "system" fn PsCreateSiloContext(silo : super::super::Foundation:: PESILO, size : u32, pooltype : super::super::Foundation:: POOL_TYPE, contextcleanupcallback : SILO_CONTEXT_CLEANUP_CALLBACK, returnedsilocontext : *mut *mut core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_WindowsProgramming"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_WindowsProgramming"))] windows_targets::link!("ntoskrnl.exe" "system" fn PsCreateSystemThread(threadhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, processhandle : super::super::super::Win32::Foundation:: HANDLE, clientid : *mut super::super::super::Win32::System::WindowsProgramming:: CLIENT_ID, startroutine : PKSTART_ROUTINE, startcontext : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntoskrnl.exe" "system" fn PsDereferenceSiloContext(silocontext : *const core::ffi::c_void)); #[cfg(feature = "Wdk_Foundation")] @@ -1631,7 +1631,7 @@ windows_targets::link!("ntoskrnl.exe" "system" fn TmCommitComplete(enlistment : windows_targets::link!("ntoskrnl.exe" "system" fn TmCommitEnlistment(enlistment : *const super::super::Foundation:: KENLISTMENT, tmvirtualclock : *const i64) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Wdk_Foundation")] windows_targets::link!("ntoskrnl.exe" "system" fn TmCommitTransaction(transaction : *const super::super::Foundation:: KTRANSACTION, wait : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntoskrnl.exe" "system" fn TmCreateEnlistment(enlistmenthandle : *mut super::super::super::Win32::Foundation:: HANDLE, previousmode : i8, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, resourcemanager : *const isize, transaction : *const super::super::Foundation:: KTRANSACTION, createoptions : u32, notificationmask : u32, enlistmentkey : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Wdk_Foundation")] windows_targets::link!("ntoskrnl.exe" "system" fn TmDereferenceEnlistmentKey(enlistment : *const super::super::Foundation:: KENLISTMENT, lastreference : *mut super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -1720,17 +1720,17 @@ windows_targets::link!("ntdll.dll" "system" fn ZwClose(handle : super::super::su windows_targets::link!("ntdll.dll" "system" fn ZwCommitComplete(enlistmenthandle : super::super::super::Win32::Foundation:: HANDLE, tmvirtualclock : *const i64) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwCommitEnlistment(enlistmenthandle : super::super::super::Win32::Foundation:: HANDLE, tmvirtualclock : *const i64) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwCommitTransaction(transactionhandle : super::super::super::Win32::Foundation:: HANDLE, wait : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateEnlistment(enlistmenthandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, resourcemanagerhandle : super::super::super::Win32::Foundation:: HANDLE, transactionhandle : super::super::super::Win32::Foundation:: HANDLE, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32, notificationmask : u32, enlistmentkey : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateFile(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : u32, shareaccess : u32, createdisposition : u32, createoptions : u32, eabuffer : *const core::ffi::c_void, ealength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateResourceManager(resourcemanagerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, tmhandle : super::super::super::Win32::Foundation:: HANDLE, resourcemanagerguid : *const windows_sys::core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32, description : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateSection(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, maximumsize : *const i64, sectionpageprotection : u32, allocationattributes : u32, filehandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, uow : *const windows_sys::core::GUID, tmhandle : super::super::super::Win32::Foundation:: HANDLE, createoptions : u32, isolationlevel : u32, isolationflags : u32, timeout : *const i64, description : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateTransactionManager(tmhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, logfilename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, commitstrength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ntdll.dll" "system" fn ZwDeviceIoControlFile(filehandle : super::super::super::Win32::Foundation:: HANDLE, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, iocontrolcode : u32, inputbuffer : *const core::ffi::c_void, inputbufferlength : u32, outputbuffer : *mut core::ffi::c_void, outputbufferlength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -1742,17 +1742,17 @@ windows_targets::link!("ntdll.dll" "system" fn ZwGetNotificationResourceManager( windows_targets::link!("ntdll.dll" "system" fn ZwLoadDriver(driverservicename : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwMakeTemporaryObject(handle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwManagePartition(targethandle : super::super::super::Win32::Foundation:: HANDLE, sourcehandle : super::super::super::Win32::Foundation:: HANDLE, partitioninformationclass : PARTITION_INFORMATION_CLASS, partitioninformation : *mut core::ffi::c_void, partitioninformationlength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenEnlistment(enlistmenthandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, rmhandle : super::super::super::Win32::Foundation:: HANDLE, enlistmentguid : *const windows_sys::core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenFile(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, shareaccess : u32, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenResourceManager(resourcemanagerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, tmhandle : super::super::super::Win32::Foundation:: HANDLE, resourcemanagerguid : *const windows_sys::core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenSymbolicLinkObject(linkhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, uow : *const windows_sys::core::GUID, tmhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenTransactionManager(tmhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, logfilename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, tmidentity : *const windows_sys::core::GUID, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_Power")] windows_targets::link!("ntdll.dll" "system" fn ZwPowerInformation(informationlevel : super::super::super::Win32::System::Power:: POWER_INFORMATION_LEVEL, inputbuffer : *const core::ffi::c_void, inputbufferlength : u32, outputbuffer : *mut core::ffi::c_void, outputbufferlength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -1762,7 +1762,7 @@ windows_targets::link!("ntdll.dll" "system" fn ZwPrepareComplete(enlistmenthandl windows_targets::link!("ntdll.dll" "system" fn ZwPrepareEnlistment(enlistmenthandle : super::super::super::Win32::Foundation:: HANDLE, tmvirtualclock : *const i64) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwPropagationComplete(resourcemanagerhandle : super::super::super::Win32::Foundation:: HANDLE, requestcookie : u32, bufferlength : u32, buffer : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwPropagationFailed(resourcemanagerhandle : super::super::super::Win32::Foundation:: HANDLE, requestcookie : u32, propstatus : super::super::super::Win32::Foundation:: NTSTATUS) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO"))] windows_targets::link!("ntdll.dll" "system" fn ZwQueryInformationByName(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, fileinformation : *mut core::ffi::c_void, length : u32, fileinformationclass : super::super::Storage::FileSystem:: FILE_INFORMATION_CLASS) -> super::super::super::Win32::Foundation:: NTSTATUS); #[cfg(feature = "Win32_System_SystemServices")] windows_targets::link!("ntdll.dll" "system" fn ZwQueryInformationEnlistment(enlistmenthandle : super::super::super::Win32::Foundation:: HANDLE, enlistmentinformationclass : super::super::super::Win32::System::SystemServices:: ENLISTMENT_INFORMATION_CLASS, enlistmentinformation : *mut core::ffi::c_void, enlistmentinformationlength : u32, returnlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -13267,9 +13267,9 @@ pub type PFLUSH_DMA_BUFFER = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFN_IN_USE_PAGE_OFFLINE_NOTIFY = Option super::super::super::Win32::Foundation::BOOLEAN>; pub type PFN_NT_COMMIT_TRANSACTION = Option super::super::super::Win32::Foundation::NTSTATUS>; -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] pub type PFN_NT_CREATE_TRANSACTION = Option super::super::super::Win32::Foundation::NTSTATUS>; -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] pub type PFN_NT_OPEN_TRANSACTION = Option super::super::super::Win32::Foundation::NTSTATUS>; #[cfg(feature = "Win32_System_SystemServices")] pub type PFN_NT_QUERY_INFORMATION_TRANSACTION = Option super::super::super::Win32::Foundation::NTSTATUS>; diff --git a/crates/libs/sys/src/Windows/Wdk/System/Threading/mod.rs b/crates/libs/sys/src/Windows/Wdk/System/Threading/mod.rs index 0cf3ccbe0f..3a4a3b7b8d 100644 --- a/crates/libs/sys/src/Windows/Wdk/System/Threading/mod.rs +++ b/crates/libs/sys/src/Windows/Wdk/System/Threading/mod.rs @@ -1,11 +1,11 @@ windows_targets::link!("ntdll.dll" "system" fn NtCancelTimer(timerhandle : super::super::super::Win32::Foundation:: HANDLE, currentstate : *mut super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Kernel"))] windows_targets::link!("ntdll.dll" "system" fn NtCreateTimer(timerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, timertype : super::super::super::Win32::System::Kernel:: TIMER_TYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenEvent(eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_WindowsProgramming"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_WindowsProgramming"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenProcess(processhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, clientid : *const super::super::super::Win32::System::WindowsProgramming:: CLIENT_ID) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn NtOpenTimer(timerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtQueryInformationProcess(processhandle : super::super::super::Win32::Foundation:: HANDLE, processinformationclass : PROCESSINFOCLASS, processinformation : *mut core::ffi::c_void, processinformationlength : u32, returnlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtQueryInformationThread(threadhandle : super::super::super::Win32::Foundation:: HANDLE, threadinformationclass : THREADINFOCLASS, threadinformation : *mut core::ffi::c_void, threadinformationlength : u32, returnlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -16,13 +16,13 @@ windows_targets::link!("ntdll.dll" "system" fn NtSetTimerEx(timerhandle : super: windows_targets::link!("ntdll.dll" "system" fn NtTerminateProcess(processhandle : super::super::super::Win32::Foundation:: HANDLE, exitstatus : super::super::super::Win32::Foundation:: NTSTATUS) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn NtWaitForSingleObject(handle : super::super::super::Win32::Foundation:: HANDLE, alertable : super::super::super::Win32::Foundation:: BOOLEAN, timeout : *mut i64) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwCancelTimer(timerhandle : super::super::super::Win32::Foundation:: HANDLE, currentstate : *mut super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Kernel"))] windows_targets::link!("ntdll.dll" "system" fn ZwCreateTimer(timerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, timertype : super::super::super::Win32::System::Kernel:: TIMER_TYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenEvent(eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_WindowsProgramming"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_WindowsProgramming"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenProcess(processhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, clientid : *const super::super::super::Win32::System::WindowsProgramming:: CLIENT_ID) -> super::super::super::Win32::Foundation:: NTSTATUS); -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] windows_targets::link!("ntdll.dll" "system" fn ZwOpenTimer(timerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwQueryInformationProcess(processhandle : super::super::super::Win32::Foundation:: HANDLE, processinformationclass : PROCESSINFOCLASS, processinformation : *mut core::ffi::c_void, processinformationlength : u32, returnlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); windows_targets::link!("ntdll.dll" "system" fn ZwQueryInformationThread(threadhandle : super::super::super::Win32::Foundation:: HANDLE, threadinformationclass : THREADINFOCLASS, threadinformation : *mut core::ffi::c_void, threadinformationlength : u32, returnlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); diff --git a/crates/libs/sys/src/Windows/Win32/Devices/Beep/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/Beep/mod.rs new file mode 100644 index 0000000000..bbacfffb54 --- /dev/null +++ b/crates/libs/sys/src/Windows/Win32/Devices/Beep/mod.rs @@ -0,0 +1,11 @@ +pub const BEEP_FREQUENCY_MAXIMUM: u32 = 32767u32; +pub const BEEP_FREQUENCY_MINIMUM: u32 = 37u32; +pub const DD_BEEP_DEVICE_NAME: windows_sys::core::PCSTR = windows_sys::core::s!("\\Device\\Beep"); +pub const DD_BEEP_DEVICE_NAME_U: windows_sys::core::PCWSTR = windows_sys::core::w!("\\Device\\Beep"); +pub const IOCTL_BEEP_SET: u32 = 65536u32; +#[repr(C)] +#[derive(Clone, Copy)] +pub struct BEEP_SET_PARAMETERS { + pub Frequency: u32, + pub Duration: u32, +} diff --git a/crates/libs/sys/src/Windows/Win32/Devices/Cdrom/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/Cdrom/mod.rs new file mode 100644 index 0000000000..e4f35efdba --- /dev/null +++ b/crates/libs/sys/src/Windows/Win32/Devices/Cdrom/mod.rs @@ -0,0 +1,424 @@ +pub const ADR_ENCODES_CURRENT_POSITION: u32 = 1u32; +pub const ADR_ENCODES_ISRC: u32 = 3u32; +pub const ADR_ENCODES_MEDIA_CATALOG: u32 = 2u32; +pub const ADR_NO_MODE_INFORMATION: u32 = 0u32; +pub const AUDIO_DATA_TRACK: u32 = 4u32; +pub const AUDIO_STATUS_IN_PROGRESS: u32 = 17u32; +pub const AUDIO_STATUS_NOT_SUPPORTED: u32 = 0u32; +pub const AUDIO_STATUS_NO_STATUS: u32 = 21u32; +pub const AUDIO_STATUS_PAUSED: u32 = 18u32; +pub const AUDIO_STATUS_PLAY_COMPLETE: u32 = 19u32; +pub const AUDIO_STATUS_PLAY_ERROR: u32 = 20u32; +pub const AUDIO_WITH_PREEMPHASIS: u32 = 1u32; +pub const CDDA: TRACK_MODE_TYPE = 2i32; +pub const CDROM_CD_TEXT_PACK_ALBUM_NAME: u32 = 128u32; +pub const CDROM_CD_TEXT_PACK_ARRANGER: u32 = 132u32; +pub const CDROM_CD_TEXT_PACK_COMPOSER: u32 = 131u32; +pub const CDROM_CD_TEXT_PACK_DISC_ID: u32 = 134u32; +pub const CDROM_CD_TEXT_PACK_GENRE: u32 = 135u32; +pub const CDROM_CD_TEXT_PACK_MESSAGES: u32 = 133u32; +pub const CDROM_CD_TEXT_PACK_PERFORMER: u32 = 129u32; +pub const CDROM_CD_TEXT_PACK_SIZE_INFO: u32 = 143u32; +pub const CDROM_CD_TEXT_PACK_SONGWRITER: u32 = 130u32; +pub const CDROM_CD_TEXT_PACK_TOC_INFO: u32 = 136u32; +pub const CDROM_CD_TEXT_PACK_TOC_INFO2: u32 = 137u32; +pub const CDROM_CD_TEXT_PACK_UPC_EAN: u32 = 142u32; +pub const CDROM_DISK_AUDIO_TRACK: u32 = 1u32; +pub const CDROM_DISK_DATA_TRACK: u32 = 2u32; +pub const CDROM_EXCLUSIVE_CALLER_LENGTH: u32 = 64u32; +pub const CDROM_IN_EXCLUSIVE_MODE: u32 = 1u32; +pub const CDROM_LOCK_IGNORE_VOLUME: u32 = 1u32; +pub const CDROM_NOT_IN_EXCLUSIVE_MODE: u32 = 0u32; +pub const CDROM_NO_MEDIA_NOTIFICATIONS: u32 = 2u32; +pub const CDROM_READ_TOC_EX_FORMAT_ATIP: u32 = 4u32; +pub const CDROM_READ_TOC_EX_FORMAT_CDTEXT: u32 = 5u32; +pub const CDROM_READ_TOC_EX_FORMAT_FULL_TOC: u32 = 2u32; +pub const CDROM_READ_TOC_EX_FORMAT_PMA: u32 = 3u32; +pub const CDROM_READ_TOC_EX_FORMAT_SESSION: u32 = 1u32; +pub const CDROM_READ_TOC_EX_FORMAT_TOC: u32 = 0u32; +pub const CD_RAW_READ_C2_SIZE: u32 = 296u32; +pub const CD_RAW_READ_SUBCODE_SIZE: u32 = 96u32; +pub const CD_RAW_SECTOR_WITH_C2_SIZE: u32 = 2648u32; +pub const CD_RAW_SECTOR_WITH_SUBCODE_SIZE: u32 = 2448u32; +pub const Cdrom10Nominal20Exceptions: CDROM_PERFORMANCE_TOLERANCE_TYPE = 1i32; +pub const CdromCAVRotation: WRITE_ROTATION = 1i32; +pub const CdromDefaultRotation: WRITE_ROTATION = 0i32; +pub const CdromEntirePerformanceList: CDROM_PERFORMANCE_EXCEPTION_TYPE = 2i32; +pub const CdromNominalPerformance: CDROM_PERFORMANCE_EXCEPTION_TYPE = 1i32; +pub const CdromPerformanceExceptionsOnly: CDROM_PERFORMANCE_EXCEPTION_TYPE = 3i32; +pub const CdromPerformanceRequest: CDROM_PERFORMANCE_REQUEST_TYPE = 1i32; +pub const CdromReadPerformance: CDROM_PERFORMANCE_TYPE = 1i32; +pub const CdromSetSpeed: CDROM_SPEED_REQUEST = 0i32; +pub const CdromSetStreaming: CDROM_SPEED_REQUEST = 1i32; +pub const CdromStreamingDisable: STREAMING_CONTROL_REQUEST_TYPE = 1i32; +pub const CdromStreamingEnableForReadOnly: STREAMING_CONTROL_REQUEST_TYPE = 2i32; +pub const CdromStreamingEnableForReadWrite: STREAMING_CONTROL_REQUEST_TYPE = 4i32; +pub const CdromStreamingEnableForWriteOnly: STREAMING_CONTROL_REQUEST_TYPE = 3i32; +pub const CdromWritePerformance: CDROM_PERFORMANCE_TYPE = 2i32; +pub const CdromWriteSpeedRequest: CDROM_PERFORMANCE_REQUEST_TYPE = 2i32; +pub const DIGITAL_COPY_PERMITTED: u32 = 2u32; +pub const ExclusiveAccessLockDevice: EXCLUSIVE_ACCESS_REQUEST_TYPE = 1i32; +pub const ExclusiveAccessQueryState: EXCLUSIVE_ACCESS_REQUEST_TYPE = 0i32; +pub const ExclusiveAccessUnlockDevice: EXCLUSIVE_ACCESS_REQUEST_TYPE = 2i32; +pub const IOCTL_CDROM_BASE: i32 = 2i32; +pub const IOCTL_CDROM_CHECK_VERIFY: u32 = 149504u32; +pub const IOCTL_CDROM_CURRENT_POSITION: u32 = 1u32; +pub const IOCTL_CDROM_DISK_TYPE: u32 = 131136u32; +pub const IOCTL_CDROM_EJECT_MEDIA: u32 = 149512u32; +pub const IOCTL_CDROM_ENABLE_STREAMING: u32 = 147560u32; +pub const IOCTL_CDROM_EXCLUSIVE_ACCESS: u32 = 180316u32; +pub const IOCTL_CDROM_FIND_NEW_DEVICES: u32 = 149528u32; +pub const IOCTL_CDROM_GET_CONFIGURATION: u32 = 147544u32; +pub const IOCTL_CDROM_GET_CONTROL: u32 = 147508u32; +pub const IOCTL_CDROM_GET_DRIVE_GEOMETRY: u32 = 147532u32; +pub const IOCTL_CDROM_GET_DRIVE_GEOMETRY_EX: u32 = 147536u32; +pub const IOCTL_CDROM_GET_INQUIRY_DATA: u32 = 147556u32; +pub const IOCTL_CDROM_GET_LAST_SESSION: u32 = 147512u32; +pub const IOCTL_CDROM_GET_PERFORMANCE: u32 = 147568u32; +pub const IOCTL_CDROM_GET_VOLUME: u32 = 147476u32; +pub const IOCTL_CDROM_LOAD_MEDIA: u32 = 149516u32; +pub const IOCTL_CDROM_MEDIA_CATALOG: u32 = 2u32; +pub const IOCTL_CDROM_MEDIA_REMOVAL: u32 = 149508u32; +pub const IOCTL_CDROM_PAUSE_AUDIO: u32 = 147468u32; +pub const IOCTL_CDROM_PLAY_AUDIO_MSF: u32 = 147480u32; +pub const IOCTL_CDROM_RAW_READ: u32 = 147518u32; +pub const IOCTL_CDROM_READ_Q_CHANNEL: u32 = 147500u32; +pub const IOCTL_CDROM_READ_TOC: u32 = 147456u32; +pub const IOCTL_CDROM_READ_TOC_EX: u32 = 147540u32; +pub const IOCTL_CDROM_RELEASE: u32 = 149524u32; +pub const IOCTL_CDROM_RESERVE: u32 = 149520u32; +pub const IOCTL_CDROM_RESUME_AUDIO: u32 = 147472u32; +pub const IOCTL_CDROM_SEEK_AUDIO_MSF: u32 = 147460u32; +pub const IOCTL_CDROM_SEND_OPC_INFORMATION: u32 = 180332u32; +pub const IOCTL_CDROM_SET_SPEED: u32 = 147552u32; +pub const IOCTL_CDROM_SET_VOLUME: u32 = 147496u32; +pub const IOCTL_CDROM_SIMBAD: u32 = 147468u32; +pub const IOCTL_CDROM_STOP_AUDIO: u32 = 147464u32; +pub const IOCTL_CDROM_SUB_Q_CHANNEL: u32 = 0u32; +pub const IOCTL_CDROM_TRACK_ISRC: u32 = 3u32; +pub const IOCTL_CDROM_UNLOAD_DRIVER: u32 = 151560u32; +pub const MAXIMUM_CDROM_INQUIRY_SIZE: u32 = 260u32; +pub const MAXIMUM_CDROM_SIZE: u32 = 804u32; +pub const MAXIMUM_NUMBER_TRACKS: u32 = 100u32; +pub const MINIMUM_CDROM_INQUIRY_SIZE: u32 = 36u32; +pub const MINIMUM_CDROM_READ_TOC_EX_SIZE: u32 = 2u32; +pub const MediaBlankTypeEraseLastSession: MEDIA_BLANK_TYPE = 6i32; +pub const MediaBlankTypeFull: MEDIA_BLANK_TYPE = 0i32; +pub const MediaBlankTypeIncompleteTrack: MEDIA_BLANK_TYPE = 2i32; +pub const MediaBlankTypeMinimal: MEDIA_BLANK_TYPE = 1i32; +pub const MediaBlankTypeTrackTail: MEDIA_BLANK_TYPE = 4i32; +pub const MediaBlankTypeUncloseLastSession: MEDIA_BLANK_TYPE = 5i32; +pub const MediaBlankTypeUnreserveLastTrack: MEDIA_BLANK_TYPE = 3i32; +pub const OBSOLETE_IOCTL_CDROM_GET_CONTROL: u32 = 147508u32; +pub const RawWithC2: TRACK_MODE_TYPE = 4i32; +pub const RawWithC2AndSubCode: TRACK_MODE_TYPE = 3i32; +pub const RawWithSubCode: TRACK_MODE_TYPE = 5i32; +pub const SimpleOpcInfo: CDROM_OPC_INFO_TYPE = 1i32; +pub const TWO_FOUR_CHANNEL_AUDIO: u32 = 8u32; +pub const XAForm2: TRACK_MODE_TYPE = 1i32; +pub const YellowMode2: TRACK_MODE_TYPE = 0i32; +pub type CDROM_OPC_INFO_TYPE = i32; +pub type CDROM_PERFORMANCE_EXCEPTION_TYPE = i32; +pub type CDROM_PERFORMANCE_REQUEST_TYPE = i32; +pub type CDROM_PERFORMANCE_TOLERANCE_TYPE = i32; +pub type CDROM_PERFORMANCE_TYPE = i32; +pub type CDROM_SPEED_REQUEST = i32; +pub type EXCLUSIVE_ACCESS_REQUEST_TYPE = i32; +pub type MEDIA_BLANK_TYPE = i32; +pub type STREAMING_CONTROL_REQUEST_TYPE = i32; +pub type TRACK_MODE_TYPE = i32; +pub type WRITE_ROTATION = i32; +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_DISK_DATA { + pub DiskData: u32, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_EXCEPTION_PERFORMANCE_DESCRIPTOR { + pub Lba: [u8; 4], + pub Time: [u8; 2], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_EXCLUSIVE_ACCESS { + pub RequestType: EXCLUSIVE_ACCESS_REQUEST_TYPE, + pub Flags: u32, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_EXCLUSIVE_LOCK { + pub Access: CDROM_EXCLUSIVE_ACCESS, + pub CallerName: [u8; 64], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_EXCLUSIVE_LOCK_STATE { + pub LockState: super::super::Foundation::BOOLEAN, + pub CallerName: [u8; 64], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_NOMINAL_PERFORMANCE_DESCRIPTOR { + pub StartLba: [u8; 4], + pub StartPerformance: [u8; 4], + pub EndLba: [u8; 4], + pub EndPerformance: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_PERFORMANCE_HEADER { + pub DataLength: [u8; 4], + pub _bitfield: u8, + pub Reserved2: [u8; 3], + pub Data: [u8; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_PERFORMANCE_REQUEST { + pub RequestType: CDROM_PERFORMANCE_REQUEST_TYPE, + pub PerformanceType: CDROM_PERFORMANCE_TYPE, + pub Exceptions: CDROM_PERFORMANCE_EXCEPTION_TYPE, + pub Tolerance: CDROM_PERFORMANCE_TOLERANCE_TYPE, + pub StaringLba: u32, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_PLAY_AUDIO_MSF { + pub StartingM: u8, + pub StartingS: u8, + pub StartingF: u8, + pub EndingM: u8, + pub EndingS: u8, + pub EndingF: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_READ_TOC_EX { + pub _bitfield: u8, + pub SessionTrack: u8, + pub Reserved2: u8, + pub Reserved3: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_SEEK_AUDIO_MSF { + pub M: u8, + pub S: u8, + pub F: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_SET_SPEED { + pub RequestType: CDROM_SPEED_REQUEST, + pub ReadSpeed: u16, + pub WriteSpeed: u16, + pub RotationControl: WRITE_ROTATION, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_SET_STREAMING { + pub RequestType: CDROM_SPEED_REQUEST, + pub ReadSize: u32, + pub ReadTime: u32, + pub WriteSize: u32, + pub WriteTime: u32, + pub StartLba: u32, + pub EndLba: u32, + pub RotationControl: WRITE_ROTATION, + pub RestoreDefaults: super::super::Foundation::BOOLEAN, + pub SetExact: super::super::Foundation::BOOLEAN, + pub RandomAccess: super::super::Foundation::BOOLEAN, + pub Persistent: super::super::Foundation::BOOLEAN, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_SIMPLE_OPC_INFO { + pub RequestType: CDROM_OPC_INFO_TYPE, + pub Exclude0: super::super::Foundation::BOOLEAN, + pub Exclude1: super::super::Foundation::BOOLEAN, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_STREAMING_CONTROL { + pub RequestType: STREAMING_CONTROL_REQUEST_TYPE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_SUB_Q_DATA_FORMAT { + pub Format: u8, + pub Track: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC { + pub Length: [u8; 2], + pub FirstTrack: u8, + pub LastTrack: u8, + pub TrackData: [TRACK_DATA; 100], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC_ATIP_DATA { + pub Length: [u8; 2], + pub Reserved1: u8, + pub Reserved2: u8, + pub Descriptors: [CDROM_TOC_ATIP_DATA_BLOCK; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC_ATIP_DATA_BLOCK { + pub _bitfield1: u8, + pub _bitfield2: u8, + pub _bitfield3: u8, + pub Reserved7: u8, + pub LeadInMsf: [u8; 3], + pub Reserved8: u8, + pub LeadOutMsf: [u8; 3], + pub Reserved9: u8, + pub A1Values: [u8; 3], + pub Reserved10: u8, + pub A2Values: [u8; 3], + pub Reserved11: u8, + pub A3Values: [u8; 3], + pub Reserved12: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC_CD_TEXT_DATA { + pub Length: [u8; 2], + pub Reserved1: u8, + pub Reserved2: u8, + pub Descriptors: [CDROM_TOC_CD_TEXT_DATA_BLOCK; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC_CD_TEXT_DATA_BLOCK { + pub PackType: u8, + pub _bitfield1: u8, + pub SequenceNumber: u8, + pub _bitfield2: u8, + pub Anonymous: CDROM_TOC_CD_TEXT_DATA_BLOCK_0, + pub CRC: [u8; 2], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union CDROM_TOC_CD_TEXT_DATA_BLOCK_0 { + pub Text: [u8; 12], + pub WText: [u16; 6], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC_FULL_TOC_DATA { + pub Length: [u8; 2], + pub FirstCompleteSession: u8, + pub LastCompleteSession: u8, + pub Descriptors: [CDROM_TOC_FULL_TOC_DATA_BLOCK; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC_FULL_TOC_DATA_BLOCK { + pub SessionNumber: u8, + pub _bitfield: u8, + pub Reserved1: u8, + pub Point: u8, + pub MsfExtra: [u8; 3], + pub Zero: u8, + pub Msf: [u8; 3], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC_PMA_DATA { + pub Length: [u8; 2], + pub Reserved1: u8, + pub Reserved2: u8, + pub Descriptors: [CDROM_TOC_FULL_TOC_DATA_BLOCK; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC_SESSION_DATA { + pub Length: [u8; 2], + pub FirstCompleteSession: u8, + pub LastCompleteSession: u8, + pub TrackData: [TRACK_DATA; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_WRITE_SPEED_DESCRIPTOR { + pub _bitfield: u8, + pub Reserved3: [u8; 3], + pub EndLba: [u8; 4], + pub ReadSpeed: [u8; 4], + pub WriteSpeed: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_WRITE_SPEED_REQUEST { + pub RequestType: CDROM_PERFORMANCE_REQUEST_TYPE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct RAW_READ_INFO { + pub DiskOffset: i64, + pub SectorCount: u32, + pub TrackMode: TRACK_MODE_TYPE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union SUB_Q_CHANNEL_DATA { + pub CurrentPosition: SUB_Q_CURRENT_POSITION, + pub MediaCatalog: SUB_Q_MEDIA_CATALOG_NUMBER, + pub TrackIsrc: SUB_Q_TRACK_ISRC, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SUB_Q_CURRENT_POSITION { + pub Header: SUB_Q_HEADER, + pub FormatCode: u8, + pub _bitfield: u8, + pub TrackNumber: u8, + pub IndexNumber: u8, + pub AbsoluteAddress: [u8; 4], + pub TrackRelativeAddress: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SUB_Q_HEADER { + pub Reserved: u8, + pub AudioStatus: u8, + pub DataLength: [u8; 2], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SUB_Q_MEDIA_CATALOG_NUMBER { + pub Header: SUB_Q_HEADER, + pub FormatCode: u8, + pub Reserved: [u8; 3], + pub _bitfield: u8, + pub MediaCatalog: [u8; 15], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SUB_Q_TRACK_ISRC { + pub Header: SUB_Q_HEADER, + pub FormatCode: u8, + pub Reserved0: u8, + pub Track: u8, + pub Reserved1: u8, + pub _bitfield: u8, + pub TrackIsrc: [u8; 15], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct TRACK_DATA { + pub Reserved: u8, + pub _bitfield: u8, + pub TrackNumber: u8, + pub Reserved1: u8, + pub Address: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct VOLUME_CONTROL { + pub PortVolume: [u8; 4], +} diff --git a/crates/libs/sys/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs index 9f04d95923..e51c68d42a 100644 --- a/crates/libs/sys/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs @@ -61,13 +61,11 @@ windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_NameW(classguid : windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Name_ExA(classguid : *const windows_sys::core::GUID, buffer : windows_sys::core::PSTR, pullength : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Name_ExW(classguid : *const windows_sys::core::GUID, buffer : windows_sys::core::PWSTR, pullength : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_PropertyW(classguid : *const windows_sys::core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_PropertyW(classguid : *const windows_sys::core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_ExW(classguid : *const windows_sys::core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_Keys(classguid : *const windows_sys::core::GUID, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_Keys_Ex(classguid : *const windows_sys::core::GUID, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_ExW(classguid : *const windows_sys::core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_Keys(classguid : *const windows_sys::core::GUID, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_Keys_Ex(classguid : *const windows_sys::core::GUID, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Registry_PropertyA(classguid : *const windows_sys::core::GUID, ulproperty : u32, pulregdatatype : *mut u32, buffer : *mut core::ffi::c_void, pullength : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Registry_PropertyW(classguid : *const windows_sys::core::GUID, ulproperty : u32, pulregdatatype : *mut u32, buffer : *mut core::ffi::c_void, pullength : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Depth(puldepth : *mut u32, dndevinst : u32, ulflags : u32) -> CONFIGRET); @@ -77,13 +75,11 @@ windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Custom_Property windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Custom_Property_ExA(dndevinst : u32, pszcustompropertyname : windows_sys::core::PCSTR, pulregdatatype : *mut u32, buffer : *mut core::ffi::c_void, pullength : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Custom_Property_ExW(dndevinst : u32, pszcustompropertyname : windows_sys::core::PCWSTR, pulregdatatype : *mut u32, buffer : *mut core::ffi::c_void, pullength : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_PropertyW(dndevinst : u32, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_ExW(dndevinst : u32, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_PropertyW(dndevinst : u32, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_Keys(dndevinst : u32, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_Keys_Ex(dndevinst : u32, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_ExW(dndevinst : u32, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_Keys(dndevinst : u32, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_Keys_Ex(dndevinst : u32, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Registry_PropertyA(dndevinst : u32, ulproperty : u32, pulregdatatype : *mut u32, buffer : *mut core::ffi::c_void, pullength : *mut u32, ulflags : u32) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Registry_PropertyW(dndevinst : u32, ulproperty : u32, pulregdatatype : *mut u32, buffer : *mut core::ffi::c_void, pullength : *mut u32, ulflags : u32) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Registry_Property_ExA(dndevinst : u32, ulproperty : u32, pulregdatatype : *mut u32, buffer : *mut core::ffi::c_void, pullength : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); @@ -117,13 +113,11 @@ windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_List_S windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_List_Size_ExA(pullen : *mut u32, interfaceclassguid : *const windows_sys::core::GUID, pdeviceid : windows_sys::core::PCSTR, ulflags : CM_GET_DEVICE_INTERFACE_LIST_FLAGS, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_List_Size_ExW(pullen : *mut u32, interfaceclassguid : *const windows_sys::core::GUID, pdeviceid : windows_sys::core::PCWSTR, ulflags : CM_GET_DEVICE_INTERFACE_LIST_FLAGS, hmachine : isize) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_PropertyW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_ExW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_PropertyW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_KeysW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_Keys_ExW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_ExW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_KeysW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_Keys_ExW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_First_Log_Conf(plclogconf : *mut usize, dndevinst : u32, ulflags : CM_LOG_CONF) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_First_Log_Conf_Ex(plclogconf : *mut usize, dndevinst : u32, ulflags : CM_LOG_CONF, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Global_State(pulstate : *mut u32, ulflags : u32) -> CONFIGRET); @@ -223,25 +217,25 @@ windows_targets::link!("cfgmgr32.dll" "system" fn CM_Request_Eject_PC_Ex(hmachin windows_targets::link!("cfgmgr32.dll" "system" fn CM_Run_Detection(ulflags : u32) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Run_Detection_Ex(ulflags : u32, hmachine : isize) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Class_PropertyW(classguid : *const windows_sys::core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Class_PropertyW(classguid : *const windows_sys::core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Class_Property_ExW(classguid : *const windows_sys::core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Class_Property_ExW(classguid : *const windows_sys::core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Class_Registry_PropertyA(classguid : *const windows_sys::core::GUID, ulproperty : u32, buffer : *const core::ffi::c_void, ullength : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Class_Registry_PropertyW(classguid : *const windows_sys::core::GUID, ulproperty : u32, buffer : *const core::ffi::c_void, ullength : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_Problem(dndevinst : u32, ulproblem : u32, ulflags : u32) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_Problem_Ex(dndevinst : u32, ulproblem : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_PropertyW(dndevinst : u32, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_PropertyW(dndevinst : u32, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_Property_ExW(dndevinst : u32, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_Property_ExW(dndevinst : u32, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_Registry_PropertyA(dndevinst : u32, ulproperty : u32, buffer : *const core::ffi::c_void, ullength : u32, ulflags : u32) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_Registry_PropertyW(dndevinst : u32, ulproperty : u32, buffer : *const core::ffi::c_void, ullength : u32, ulflags : u32) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_Registry_Property_ExA(dndevinst : u32, ulproperty : u32, buffer : *const core::ffi::c_void, ullength : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_Registry_Property_ExW(dndevinst : u32, ulproperty : u32, buffer : *const core::ffi::c_void, ullength : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Device_Interface_PropertyW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Device_Interface_PropertyW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Device_Interface_Property_ExW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Device_Interface_Property_ExW(pszdeviceinterface : windows_sys::core::PCWSTR, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_HW_Prof(ulhardwareprofile : u32, ulflags : u32) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_HW_Prof_Ex(ulhardwareprofile : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_HW_Prof_FlagsA(pdeviceid : windows_sys::core::PCSTR, ulconfig : u32, ulvalue : u32, ulflags : u32) -> CONFIGRET); @@ -381,13 +375,11 @@ windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassImageListExW(cl windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassInstallParamsA(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, classinstallparams : *mut SP_CLASSINSTALL_HEADER, classinstallparamssize : u32, requiredsize : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassInstallParamsW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, classinstallparams : *mut SP_CLASSINSTALL_HEADER, classinstallparamssize : u32, requiredsize : *mut u32) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyExW(classguid : *const windows_sys::core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32, machinename : windows_sys::core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyKeys(classguid : *const windows_sys::core::GUID, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyKeysExW(classguid : *const windows_sys::core::GUID, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32, machinename : windows_sys::core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyExW(classguid : *const windows_sys::core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32, machinename : windows_sys::core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyKeys(classguid : *const windows_sys::core::GUID, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyKeysExW(classguid : *const windows_sys::core::GUID, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32, machinename : windows_sys::core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyW(classguid : *const windows_sys::core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyW(classguid : *const windows_sys::core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassRegistryPropertyA(classguid : *const windows_sys::core::GUID, property : u32, propertyregdatatype : *mut u32, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, machinename : windows_sys::core::PCSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassRegistryPropertyW(classguid : *const windows_sys::core::GUID, property : u32, propertyregdatatype : *mut u32, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, machinename : windows_sys::core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiGetCustomDevicePropertyA(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, custompropertyname : windows_sys::core::PCSTR, flags : u32, propertyregdatatype : *mut u32, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32) -> super::super::Foundation:: BOOL); @@ -402,14 +394,12 @@ windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInstanceIdW(de windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfaceAlias(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, aliasinterfaceclassguid : *const windows_sys::core::GUID, aliasdeviceinterfacedata : *mut SP_DEVICE_INTERFACE_DATA) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfaceDetailA(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, deviceinterfacedetaildata : *mut SP_DEVICE_INTERFACE_DETAIL_DATA_A, deviceinterfacedetaildatasize : u32, requiredsize : *mut u32, deviceinfodata : *mut SP_DEVINFO_DATA) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfaceDetailW(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, deviceinterfacedetaildata : *mut SP_DEVICE_INTERFACE_DETAIL_DATA_W, deviceinterfacedetaildatasize : u32, requiredsize : *mut u32, deviceinfodata : *mut SP_DEVINFO_DATA) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfacePropertyKeys(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfacePropertyKeys(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfacePropertyW(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); -#[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDevicePropertyKeys(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfacePropertyW(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDevicePropertyKeys(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDevicePropertyW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDevicePropertyW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceRegistryPropertyA(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, property : SETUP_DI_REGISTRY_PROPERTY, propertyregdatatype : *mut u32, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceRegistryPropertyW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, property : SETUP_DI_REGISTRY_PROPERTY, propertyregdatatype : *mut u32, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDriverInfoDetailA(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, driverinfodata : *const SP_DRVINFO_DATA_V2_A, driverinfodetaildata : *mut SP_DRVINFO_DETAIL_DATA_A, driverinfodetaildatasize : u32, requiredsize : *mut u32) -> super::super::Foundation:: BOOL); @@ -466,18 +456,18 @@ windows_targets::link!("setupapi.dll" "system" fn SetupDiSelectOEMDrv(hwndparent windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassInstallParamsA(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, classinstallparams : *const SP_CLASSINSTALL_HEADER, classinstallparamssize : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassInstallParamsW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, classinstallparams : *const SP_CLASSINSTALL_HEADER, classinstallparamssize : u32) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassPropertyExW(classguid : *const windows_sys::core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32, machinename : windows_sys::core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassPropertyExW(classguid : *const windows_sys::core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32, machinename : windows_sys::core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassPropertyW(classguid : *const windows_sys::core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassPropertyW(classguid : *const windows_sys::core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassRegistryPropertyA(classguid : *const windows_sys::core::GUID, property : u32, propertybuffer : *const u8, propertybuffersize : u32, machinename : windows_sys::core::PCSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassRegistryPropertyW(classguid : *const windows_sys::core::GUID, property : u32, propertybuffer : *const u8, propertybuffersize : u32, machinename : windows_sys::core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDeviceInstallParamsA(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, deviceinstallparams : *const SP_DEVINSTALL_PARAMS_A) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDeviceInstallParamsW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, deviceinstallparams : *const SP_DEVINSTALL_PARAMS_W) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDeviceInterfaceDefault(deviceinfoset : HDEVINFO, deviceinterfacedata : *mut SP_DEVICE_INTERFACE_DATA, flags : u32, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDeviceInterfacePropertyW(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDeviceInterfacePropertyW(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDevicePropertyW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDevicePropertyW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDeviceRegistryPropertyA(deviceinfoset : HDEVINFO, deviceinfodata : *mut SP_DEVINFO_DATA, property : SETUP_DI_REGISTRY_PROPERTY, propertybuffer : *const u8, propertybuffersize : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDeviceRegistryPropertyW(deviceinfoset : HDEVINFO, deviceinfodata : *mut SP_DEVINFO_DATA, property : SETUP_DI_REGISTRY_PROPERTY, propertybuffer : *const u8, propertybuffersize : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDriverInstallParamsA(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, driverinfodata : *const SP_DRVINFO_DATA_V2_A, driverinstallparams : *const SP_DRVINSTALL_PARAMS) -> super::super::Foundation:: BOOL); diff --git a/crates/libs/sys/src/Windows/Win32/Devices/DeviceQuery/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/DeviceQuery/mod.rs index a88bdaa455..fe142497bb 100644 --- a/crates/libs/sys/src/Windows/Win32/Devices/DeviceQuery/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Devices/DeviceQuery/mod.rs @@ -12,7 +12,7 @@ windows_targets::link!("api-ms-win-devices-query-l1-1-0.dll" "system" fn DevCrea #[cfg(feature = "Win32_Devices_Properties")] windows_targets::link!("api-ms-win-devices-query-l1-1-1.dll" "system" fn DevCreateObjectQueryFromIdsEx(objecttype : DEV_OBJECT_TYPE, pszzobjectids : windows_sys::core::PCWSTR, queryflags : u32, crequestedproperties : u32, prequestedproperties : *const super::Properties:: DEVPROPCOMPKEY, cfilterexpressioncount : u32, pfilter : *const DEVPROP_FILTER_EXPRESSION, cextendedparametercount : u32, pextendedparameters : *const DEV_QUERY_PARAMETER, pcallback : PDEV_QUERY_RESULT_CALLBACK, pcontext : *const core::ffi::c_void, phdevquery : *mut HDEVQUERY) -> windows_sys::core::HRESULT); #[cfg(feature = "Win32_Devices_Properties")] -windows_targets::link!("api-ms-win-devices-query-l1-1-0.dll" "system" fn DevFindProperty(pkey : *const super::Properties:: DEVPROPKEY, store : super::Properties:: DEVPROPSTORE, pszlocalename : windows_sys::core::PCWSTR, cproperties : u32, pproperties : *const super::Properties:: DEVPROPERTY) -> *mut super::Properties:: DEVPROPERTY); +windows_targets::link!("api-ms-win-devices-query-l1-1-0.dll" "system" fn DevFindProperty(pkey : *const super::super::Foundation:: DEVPROPKEY, store : super::Properties:: DEVPROPSTORE, pszlocalename : windows_sys::core::PCWSTR, cproperties : u32, pproperties : *const super::Properties:: DEVPROPERTY) -> *mut super::Properties:: DEVPROPERTY); #[cfg(feature = "Win32_Devices_Properties")] windows_targets::link!("api-ms-win-devices-query-l1-1-0.dll" "system" fn DevFreeObjectProperties(cpropertycount : u32, pproperties : *const super::Properties:: DEVPROPERTY)); #[cfg(feature = "Win32_Devices_Properties")] @@ -117,7 +117,7 @@ pub struct DEV_OBJECT { #[cfg(feature = "Win32_Devices_Properties")] #[derive(Clone, Copy)] pub struct DEV_QUERY_PARAMETER { - pub Key: super::Properties::DEVPROPKEY, + pub Key: super::super::Foundation::DEVPROPKEY, pub Type: super::Properties::DEVPROPTYPE, pub BufferSize: u32, pub Buffer: *mut core::ffi::c_void, diff --git a/crates/libs/sys/src/Windows/Win32/Devices/Display/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/Display/mod.rs index fe3758d1b7..11e3d042c4 100644 --- a/crates/libs/sys/src/Windows/Win32/Devices/Display/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Devices/Display/mod.rs @@ -232,14 +232,10 @@ pub const DDI_ERROR: u32 = 4294967295u32; pub const DD_FULLSCREEN_VIDEO_DEVICE_NAME: windows_sys::core::PCWSTR = windows_sys::core::w!("\\Device\\FSVideo"); pub const DEVHTADJF_ADDITIVE_DEVICE: u32 = 2u32; pub const DEVHTADJF_COLOR_DEVICE: u32 = 1u32; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_ActivityId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_AdapterLuid: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_TerminalLuid: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_IndirectDisplay: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 1 }; +pub const DEVPKEY_Device_ActivityId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 4 }; +pub const DEVPKEY_Device_AdapterLuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 3 }; +pub const DEVPKEY_Device_TerminalLuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 2 }; +pub const DEVPKEY_IndirectDisplay: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 1 }; pub const DISPLAYCONFIG_DEVICE_INFO_GET_ADAPTER_NAME: DISPLAYCONFIG_DEVICE_INFO_TYPE = 4i32; pub const DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO: DISPLAYCONFIG_DEVICE_INFO_TYPE = 9i32; pub const DISPLAYCONFIG_DEVICE_INFO_GET_MONITOR_SPECIALIZATION: DISPLAYCONFIG_DEVICE_INFO_TYPE = 12i32; diff --git a/crates/libs/sys/src/Windows/Win32/Devices/Dvd/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/Dvd/mod.rs new file mode 100644 index 0000000000..8172f83003 --- /dev/null +++ b/crates/libs/sys/src/Windows/Win32/Devices/Dvd/mod.rs @@ -0,0 +1,487 @@ +pub const DVD_CGMS_COPY_ONCE: u32 = 16u32; +pub const DVD_CGMS_COPY_PERMITTED: u32 = 0u32; +pub const DVD_CGMS_COPY_PROTECT_MASK: u32 = 24u32; +pub const DVD_CGMS_NO_COPY: u32 = 24u32; +pub const DVD_CGMS_RESERVED_MASK: u32 = 120u32; +pub const DVD_COPYRIGHTED: u32 = 64u32; +pub const DVD_COPYRIGHT_MASK: u32 = 64u32; +pub const DVD_NOT_COPYRIGHTED: u32 = 0u32; +pub const DVD_SECTOR_NOT_PROTECTED: u32 = 0u32; +pub const DVD_SECTOR_PROTECTED: u32 = 32u32; +pub const DVD_SECTOR_PROTECT_MASK: u32 = 32u32; +pub const DiscControlBlockList: DISC_CONTROL_BLOCK_TYPE = -1i32; +pub const DvdAsf: DVD_KEY_TYPE = 5i32; +pub const DvdBCADescriptor: DVD_STRUCTURE_FORMAT = 3i32; +pub const DvdBusKey1: DVD_KEY_TYPE = 2i32; +pub const DvdBusKey2: DVD_KEY_TYPE = 3i32; +pub const DvdChallengeKey: DVD_KEY_TYPE = 1i32; +pub const DvdCopyrightDescriptor: DVD_STRUCTURE_FORMAT = 1i32; +pub const DvdDiskKey: DVD_KEY_TYPE = 128i32; +pub const DvdDiskKeyDescriptor: DVD_STRUCTURE_FORMAT = 2i32; +pub const DvdGetRpcKey: DVD_KEY_TYPE = 8i32; +pub const DvdInvalidateAGID: DVD_KEY_TYPE = 63i32; +pub const DvdManufacturerDescriptor: DVD_STRUCTURE_FORMAT = 4i32; +pub const DvdMaxDescriptor: DVD_STRUCTURE_FORMAT = 5i32; +pub const DvdPhysicalDescriptor: DVD_STRUCTURE_FORMAT = 0i32; +pub const DvdSetRpcKey: DVD_KEY_TYPE = 6i32; +pub const DvdTitleKey: DVD_KEY_TYPE = 4i32; +pub const FormattingDiscControlBlock: DISC_CONTROL_BLOCK_TYPE = 1178878720i32; +pub const IOCTL_AACS_END_SESSION: u32 = 3363020u32; +pub const IOCTL_AACS_GENERATE_BINDING_NONCE: u32 = 3395824u32; +pub const IOCTL_AACS_GET_CERTIFICATE: u32 = 3363028u32; +pub const IOCTL_AACS_GET_CHALLENGE_KEY: u32 = 3363032u32; +pub const IOCTL_AACS_READ_BINDING_NONCE: u32 = 3363052u32; +pub const IOCTL_AACS_READ_MEDIA_ID: u32 = 3363048u32; +pub const IOCTL_AACS_READ_MEDIA_KEY_BLOCK: u32 = 3363012u32; +pub const IOCTL_AACS_READ_MEDIA_KEY_BLOCK_SIZE: u32 = 3363008u32; +pub const IOCTL_AACS_READ_SERIAL_NUMBER: u32 = 3363044u32; +pub const IOCTL_AACS_READ_VOLUME_ID: u32 = 3363040u32; +pub const IOCTL_AACS_SEND_CERTIFICATE: u32 = 3363024u32; +pub const IOCTL_AACS_SEND_CHALLENGE_KEY: u32 = 3363036u32; +pub const IOCTL_AACS_START_SESSION: u32 = 3363016u32; +pub const IOCTL_DVD_BASE: i32 = 51i32; +pub const IOCTL_DVD_END_SESSION: u32 = 3362828u32; +pub const IOCTL_DVD_GET_REGION: u32 = 3362836u32; +pub const IOCTL_DVD_READ_KEY: u32 = 3362820u32; +pub const IOCTL_DVD_READ_STRUCTURE: u32 = 3363136u32; +pub const IOCTL_DVD_SEND_KEY: u32 = 3362824u32; +pub const IOCTL_DVD_SEND_KEY2: u32 = 3395608u32; +pub const IOCTL_DVD_SET_READ_AHEAD: u32 = 3362832u32; +pub const IOCTL_DVD_START_SESSION: u32 = 3362816u32; +pub const IOCTL_STORAGE_SET_READ_AHEAD: u32 = 2966528u32; +pub const SessionInfoDiscControlBlock: DISC_CONTROL_BLOCK_TYPE = 1396982528i32; +pub const WriteInhibitDiscControlBlock: DISC_CONTROL_BLOCK_TYPE = 1464091392i32; +pub type DISC_CONTROL_BLOCK_TYPE = i32; +pub type DVD_KEY_TYPE = i32; +pub type DVD_STRUCTURE_FORMAT = i32; +#[repr(C)] +#[derive(Clone, Copy)] +pub struct AACS_BINDING_NONCE { + pub BindingNonce: [u8; 16], + pub MAC: [u8; 16], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct AACS_CERTIFICATE { + pub Nonce: [u8; 20], + pub Certificate: [u8; 92], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct AACS_CHALLENGE_KEY { + pub EllipticCurvePoint: [u8; 40], + pub Signature: [u8; 40], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct AACS_MEDIA_ID { + pub MediaID: [u8; 16], + pub MAC: [u8; 16], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct AACS_READ_BINDING_NONCE { + pub SessionId: u32, + pub NumberOfSectors: u32, + pub StartLba: u64, + pub Anonymous: AACS_READ_BINDING_NONCE_0, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union AACS_READ_BINDING_NONCE_0 { + pub Handle: super::super::Foundation::HANDLE, + pub ForceStructureLengthToMatch64bit: u64, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct AACS_SEND_CERTIFICATE { + pub SessionId: u32, + pub Certificate: AACS_CERTIFICATE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct AACS_SEND_CHALLENGE_KEY { + pub SessionId: u32, + pub ChallengeKey: AACS_CHALLENGE_KEY, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct AACS_SERIAL_NUMBER { + pub PrerecordedSerialNumber: [u8; 16], + pub MAC: [u8; 16], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct AACS_VOLUME_ID { + pub VolumeID: [u8; 16], + pub MAC: [u8; 16], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct BD_DISC_WRITE_PROTECT_PAC { + pub Header: BD_PAC_HEADER, + pub KnownPACEntireDiscFlags: u8, + pub Reserved1: [u8; 3], + pub WriteProtectControlByte: u8, + pub Reserved2: [u8; 7], + pub WriteProtectPassword: [u8; 32], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct BD_PAC_HEADER { + pub PACId: [u8; 3], + pub PACFormatNumber: u8, + pub PACUpdateCount: [u8; 4], + pub UnknownPACRules: [u8; 4], + pub UnkownPACEntireDiscFlag: u8, + pub Reserved1: [u8; 2], + pub NumberOfSegments: u8, + pub Segments: [u8; 256], + pub Reserved2: [u8; 112], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_ASF { + pub Reserved0: [u8; 3], + pub _bitfield: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_BCA_DESCRIPTOR { + pub BCAInformation: [u8; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_BD_SPARE_AREA_INFORMATION { + pub Reserved1: [u8; 4], + pub NumberOfFreeSpareBlocks: [u8; 4], + pub NumberOfAllocatedSpareBlocks: [u8; 4], +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct DVD_COPYRIGHT_DESCRIPTOR { + pub CopyrightProtectionType: u8, + pub RegionManagementInformation: u8, + pub Reserved: u16, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR { + pub Anonymous: DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0, + pub Reserved0: [u8; 3], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0 { + pub Dvdrom: DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_0, + pub DvdRecordable_Version1: DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_1, + pub Dvdram: DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_2, + pub DvdRecordable: DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_3, + pub CPR_MAI: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_1 { + pub _bitfield: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_3 { + pub _bitfield: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_2 { + pub Reserved0003: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_0 { + pub _bitfield: u8, +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct DVD_COPY_PROTECT_KEY { + pub KeyLength: u32, + pub SessionId: u32, + pub KeyType: DVD_KEY_TYPE, + pub KeyFlags: u32, + pub Parameters: DVD_COPY_PROTECT_KEY_0, + pub KeyData: [u8; 1], +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub union DVD_COPY_PROTECT_KEY_0 { + pub FileHandle: super::super::Foundation::HANDLE, + pub TitleOffset: i64, +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct DVD_DESCRIPTOR_HEADER { + pub Length: u16, + pub Reserved: [u8; 2], + pub Data: [u8; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_HEADER { + pub ContentDescriptor: [u8; 4], + pub ProhibitedActions: DVD_DISC_CONTROL_BLOCK_HEADER_0, + pub VendorId: [u8; 32], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union DVD_DISC_CONTROL_BLOCK_HEADER_0 { + pub Anonymous: DVD_DISC_CONTROL_BLOCK_HEADER_0_0, + pub AsByte: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_HEADER_0_0 { + pub ReservedDoNotUse_UseAsByteInstead_0: [u8; 3], + pub _bitfield: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_LIST { + pub header: DVD_DISC_CONTROL_BLOCK_HEADER, + pub Reserved0: u8, + pub ReadabldDCBs: u8, + pub Reserved1: u8, + pub WritableDCBs: u8, + pub Dcbs: [DVD_DISC_CONTROL_BLOCK_LIST_DCB; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_LIST_DCB { + pub DcbIdentifier: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_SESSION { + pub header: DVD_DISC_CONTROL_BLOCK_HEADER, + pub SessionNumber: [u8; 2], + pub Reserved0: [u8; 22], + pub DiscID: [u8; 32], + pub Reserved1: [u8; 32], + pub SessionItem: [DVD_DISC_CONTROL_BLOCK_SESSION_ITEM; 504], + pub Reserved2: [u8; 24576], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_SESSION_ITEM { + pub AsByte: [u8; 16], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT { + pub header: DVD_DISC_CONTROL_BLOCK_HEADER, + pub UpdateCount: [u8; 4], + pub WriteProtectActions: DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0, + pub Reserved0: [u8; 16], + pub UpdatePassword: [u8; 32], + pub Reserved1: [u8; 32672], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0 { + pub Anonymous: DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0_0, + pub AsByte: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0_0 { + pub ReservedDoNotUse_UseAsByteInstead_0: [u8; 3], + pub _bitfield: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISK_KEY_DESCRIPTOR { + pub DiskKeyData: [u8; 2048], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DUAL_LAYER_JUMP_INTERVAL_SIZE { + pub Reserved1: [u8; 4], + pub JumpIntervalSize: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DUAL_LAYER_MANUAL_LAYER_JUMP { + pub Reserved1: [u8; 4], + pub ManualJumpLayerAddress: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DUAL_LAYER_MIDDLE_ZONE_START_ADDRESS { + pub _bitfield: u8, + pub Reserved1: [u8; 3], + pub ShiftedMiddleAreaStartAddress: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DUAL_LAYER_RECORDING_INFORMATION { + pub _bitfield: u8, + pub Reserved1: [u8; 3], + pub Layer0Sectors: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DUAL_LAYER_REMAPPING_INFORMATION { + pub Reserved1: [u8; 4], + pub RemappingAddress: [u8; 4], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_FULL_LAYER_DESCRIPTOR { + pub commonHeader: DVD_LAYER_DESCRIPTOR, + pub MediaSpecific: [u8; 2031], +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct DVD_LAYER_DESCRIPTOR { + pub _bitfield1: u8, + pub _bitfield2: u8, + pub _bitfield3: u8, + pub _bitfield4: u8, + pub StartingDataSector: u32, + pub EndDataSector: u32, + pub EndLayerZeroSector: u32, + pub _bitfield5: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS { + pub TypeCodeOfFormatLayer: [u8; 2], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS_TYPE_CODE { + pub NumberOfRecognizedFormatLayers: u8, + pub _bitfield: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_MANUFACTURER_DESCRIPTOR { + pub ManufacturingInformation: [u8; 2048], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_PRERECORDED_INFORMATION { + pub FieldID_1: u8, + pub DiscApplicationCode: u8, + pub DiscPhysicalCode: u8, + pub LastAddressOfDataRecordableArea: [u8; 3], + pub _bitfield: u8, + pub Reserved0: u8, + pub FieldID_2: u8, + pub OpcSuggestedCode: u8, + pub WavelengthCode: u8, + pub WriteStrategyCode: [u8; 4], + pub Reserved2: u8, + pub FieldID_3: u8, + pub ManufacturerId_3: [u8; 6], + pub Reserved3: u8, + pub FieldID_4: u8, + pub ManufacturerId_4: [u8; 6], + pub Reserved4: u8, + pub FieldID_5: u8, + pub ManufacturerId_5: [u8; 6], + pub Reserved5: u8, + pub Reserved99: [u8; 24], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_RAM_MEDIUM_STATUS { + pub _bitfield: u8, + pub DiscTypeIdentification: u8, + pub Reserved2: u8, + pub MediaSpecificWriteInhibitInformation: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_RAM_RECORDING_TYPE { + pub _bitfield: u8, + pub Reserved2: [u8; 3], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_RAM_SPARE_AREA_INFORMATION { + pub FreePrimarySpareSectors: [u8; 4], + pub FreeSupplementalSpareSectors: [u8; 4], + pub AllocatedSupplementalSpareSectors: [u8; 4], +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct DVD_READ_STRUCTURE { + pub BlockByteOffset: i64, + pub Format: DVD_STRUCTURE_FORMAT, + pub SessionId: u32, + pub LayerNumber: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_RECORDING_MANAGEMENT_AREA_DATA { + pub LastRecordedRMASectorNumber: [u8; 4], + pub RMDBytes: [u8; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_REGION { + pub CopySystem: u8, + pub RegionData: u8, + pub SystemRegion: u8, + pub ResetCount: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_RPC_KEY { + pub _bitfield: u8, + pub RegionMask: u8, + pub RpcScheme: u8, + pub Reserved02: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_SET_RPC_KEY { + pub PreferredDriveRegionCode: u8, + pub Reserved: [u8; 3], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_STRUCTURE_LIST_ENTRY { + pub FormatCode: u8, + pub _bitfield: u8, + pub FormatLength: [u8; 2], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_UNIQUE_DISC_IDENTIFIER { + pub Reserved0: [u8; 2], + pub RandomNumber: [u8; 2], + pub Year: [u8; 4], + pub Month: [u8; 2], + pub Day: [u8; 2], + pub Hour: [u8; 2], + pub Minute: [u8; 2], + pub Second: [u8; 2], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_WRITE_PROTECTION_STATUS { + pub _bitfield: u8, + pub Reserved1: [u8; 3], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct HD_DVD_R_MEDIUM_STATUS { + pub _bitfield: u8, + pub NumberOfRemainingRMDsInRDZ: u8, + pub NumberOfRemainingRMDsInCurrentRMZ: [u8; 2], +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct STORAGE_SET_READ_AHEAD { + pub TriggerAddress: i64, + pub TargetAddress: i64, +} diff --git a/crates/libs/sys/src/Windows/Win32/Devices/Fax/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/Fax/mod.rs index 415d369fcc..39e1aaa6d1 100644 --- a/crates/libs/sys/src/Windows/Win32/Devices/Fax/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Devices/Fax/mod.rs @@ -67,10 +67,8 @@ pub const CF_MSFAXSRV_ROUTEEXT_NAME: windows_sys::core::PCWSTR = windows_sys::co pub const CF_MSFAXSRV_ROUTING_METHOD_GUID: windows_sys::core::PCWSTR = windows_sys::core::w!("FAXSRV_RoutingMethodGuid"); pub const CF_MSFAXSRV_SERVER_NAME: windows_sys::core::PCWSTR = windows_sys::core::w!("FAXSRV_ServerName"); pub const CLSID_Sti: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb323f8e0_2e68_11d0_90ea_00aa0060f86c); -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WIA_DeviceType: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x6bdd1fc6_810f_11d0_bec7_08002be2092f), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WIA_USDClassId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x6bdd1fc6_810f_11d0_bec7_08002be2092f), pid: 3 }; +pub const DEVPKEY_WIA_DeviceType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x6bdd1fc6_810f_11d0_bec7_08002be2092f), pid: 2 }; +pub const DEVPKEY_WIA_USDClassId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x6bdd1fc6_810f_11d0_bec7_08002be2092f), pid: 3 }; pub const DEV_ID_SRC_FAX: FAX_ENUM_DEVICE_ID_SOURCE = 0i32; pub const DEV_ID_SRC_TAPI: FAX_ENUM_DEVICE_ID_SOURCE = 1i32; pub const DRT_EMAIL: FAX_ENUM_DELIVERY_REPORT_TYPES = 1i32; diff --git a/crates/libs/sys/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs index 5ea48c0f8b..00b2b41b78 100644 --- a/crates/libs/sys/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs @@ -72,22 +72,14 @@ pub const DD_KEYBOARD_DEVICE_NAME: windows_sys::core::PCSTR = windows_sys::core: pub const DD_KEYBOARD_DEVICE_NAME_U: windows_sys::core::PCWSTR = windows_sys::core::w!("\\Device\\KeyboardClass"); pub const DD_MOUSE_DEVICE_NAME: windows_sys::core::PCSTR = windows_sys::core::s!("\\Device\\PointerClass"); pub const DD_MOUSE_DEVICE_NAME_U: windows_sys::core::PCWSTR = windows_sys::core::w!("\\Device\\PointerClass"); -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_BackgroundAccess: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_IsReadOnly: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_ProductId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_UsageId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_UsagePage: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_VendorId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_VersionNumber: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_WakeScreenOnInputCapable: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 9 }; +pub const DEVPKEY_DeviceInterface_HID_BackgroundAccess: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 8 }; +pub const DEVPKEY_DeviceInterface_HID_IsReadOnly: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 4 }; +pub const DEVPKEY_DeviceInterface_HID_ProductId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 6 }; +pub const DEVPKEY_DeviceInterface_HID_UsageId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 3 }; +pub const DEVPKEY_DeviceInterface_HID_UsagePage: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 2 }; +pub const DEVPKEY_DeviceInterface_HID_VendorId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 5 }; +pub const DEVPKEY_DeviceInterface_HID_VersionNumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 7 }; +pub const DEVPKEY_DeviceInterface_HID_WakeScreenOnInputCapable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 9 }; pub const DI8DEVCLASS_ALL: u32 = 0u32; pub const DI8DEVCLASS_DEVICE: u32 = 1u32; pub const DI8DEVCLASS_GAMECTRL: u32 = 4u32; diff --git a/crates/libs/sys/src/Windows/Win32/Devices/Nfc/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/Nfc/mod.rs new file mode 100644 index 0000000000..8eeceeafb9 --- /dev/null +++ b/crates/libs/sys/src/Windows/Win32/Devices/Nfc/mod.rs @@ -0,0 +1,523 @@ +pub const ApplicationSelected: SECURE_ELEMENT_EVENT_TYPE = 2i32; +pub const ConnectionOriented: NFC_LLCP_SOCKET_TYPE = 0i32; +pub const Connectionless: NFC_LLCP_SOCKET_TYPE = 1i32; +pub const DefaultSnepServer: NFC_SNEP_SERVER_TYPE = 0i32; +pub const DeviceHost: SECURE_ELEMENT_TYPE = 2i32; +pub const Discovery: NFC_RELEASE_TYPE = 2i32; +pub const EVT_TRANSACTION_PARAMETER_MAX_LEN: u32 = 255u32; +pub const EVT_TRANSACTION_TAG_AID: u32 = 129u32; +pub const EVT_TRANSACTION_TAG_PARAMETERS: u32 = 130u32; +pub const EmulationDisabled: NFC_SE_EMULATION_MODE = 0i32; +pub const EmulationEnabled: NFC_SE_EMULATION_MODE = 1i32; +pub const EmulationOff: SECURE_ELEMENT_CARD_EMULATION_MODE = 0i32; +pub const EmulationOnPowerDependent: SECURE_ELEMENT_CARD_EMULATION_MODE = 2i32; +pub const EmulationOnPowerIndependent: SECURE_ELEMENT_CARD_EMULATION_MODE = 1i32; +pub const EmulationStealthListen: SECURE_ELEMENT_CARD_EMULATION_MODE = 3i32; +pub const ExtendedSnepServer: NFC_SNEP_SERVER_TYPE = 1i32; +pub const External: SECURE_ELEMENT_TYPE = 1i32; +pub const ExternalFieldEnter: SECURE_ELEMENT_EVENT_TYPE = 6i32; +pub const ExternalFieldExit: SECURE_ELEMENT_EVENT_TYPE = 7i32; +pub const ExternalReaderArrival: SECURE_ELEMENT_EVENT_TYPE = 0i32; +pub const ExternalReaderDeparture: SECURE_ELEMENT_EVENT_TYPE = 1i32; +pub const GUID_DEVINTERFACE_NFCDTA: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7fd3f30b_5e49_4be1_b3aa_af06260d236a); +pub const GUID_DEVINTERFACE_NFCSE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8dc7c854_f5e5_4bed_815d_0c85ad047725); +pub const GUID_NFCSE_RADIO_MEDIA_DEVICE_INTERFACE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xef8ba08f_148d_4116_83ef_a2679dfc3fa5); +pub const GUID_NFC_RADIO_MEDIA_DEVICE_INTERFACE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4d51e930_750d_4a36_a9f7_91dc540fcd30); +pub const HceActivated: SECURE_ELEMENT_EVENT_TYPE = 4i32; +pub const HceDeactivated: SECURE_ELEMENT_EVENT_TYPE = 5i32; +pub const IOCTL_NFCDTA_CONFIG_P2P_PARAM: u32 = 2233376u32; +pub const IOCTL_NFCDTA_CONFIG_RF_DISCOVERY: u32 = 2233344u32; +pub const IOCTL_NFCDTA_LLCP_ACTIVATE: u32 = 2233476u32; +pub const IOCTL_NFCDTA_LLCP_CONFIG: u32 = 2233472u32; +pub const IOCTL_NFCDTA_LLCP_DEACTIVATE: u32 = 2233480u32; +pub const IOCTL_NFCDTA_LLCP_DISCOVER_SERVICES: u32 = 2233484u32; +pub const IOCTL_NFCDTA_LLCP_GET_NEXT_LINK_STATUS: u32 = 2233492u32; +pub const IOCTL_NFCDTA_LLCP_LINK_STATUS_CHECK: u32 = 2233488u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_ACCEPT: u32 = 2233512u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_BIND: u32 = 2233504u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_CLOSE: u32 = 2233500u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_CONNECT: u32 = 2233516u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_CREATE: u32 = 2233496u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_DISCONNECT: u32 = 2233520u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_GET_NEXT_ERROR: u32 = 2233540u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_LISTEN: u32 = 2233508u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_RECV: u32 = 2233524u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_RECV_FROM: u32 = 2233528u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_SEND: u32 = 2233532u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_SNED_TO: u32 = 2233536u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_CHECK_PRESENCE: u32 = 2233372u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_CONNECT: u32 = 2233352u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_DISCONNECT: u32 = 2233356u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_GET_NEXT: u32 = 2233348u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_NDEF_CHECK: u32 = 2233420u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_NDEF_CONVERT_READ_ONLY: u32 = 2233416u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_NDEF_READ: u32 = 2233412u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_NDEF_WRITE: u32 = 2233408u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_RECV: u32 = 2233364u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_SEND: u32 = 2233368u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_TRANSCEIVE: u32 = 2233360u32; +pub const IOCTL_NFCDTA_SET_RF_CONFIG: u32 = 2233380u32; +pub const IOCTL_NFCDTA_SE_ENUMERATE: u32 = 2233728u32; +pub const IOCTL_NFCDTA_SE_GET_NEXT_EVENT: u32 = 2233740u32; +pub const IOCTL_NFCDTA_SE_SET_EMULATION_MODE: u32 = 2233732u32; +pub const IOCTL_NFCDTA_SE_SET_ROUTING_TABLE: u32 = 2233736u32; +pub const IOCTL_NFCDTA_SNEP_CLIENT_GET: u32 = 2233676u32; +pub const IOCTL_NFCDTA_SNEP_CLIENT_PUT: u32 = 2233672u32; +pub const IOCTL_NFCDTA_SNEP_DEINIT_CLIENT: u32 = 2233668u32; +pub const IOCTL_NFCDTA_SNEP_DEINIT_SERVER: u32 = 2233604u32; +pub const IOCTL_NFCDTA_SNEP_INIT_CLIENT: u32 = 2233664u32; +pub const IOCTL_NFCDTA_SNEP_INIT_SERVER: u32 = 2233600u32; +pub const IOCTL_NFCDTA_SNEP_SERVER_ACCEPT: u32 = 2233612u32; +pub const IOCTL_NFCDTA_SNEP_SERVER_GET_NEXT_CONNECTION: u32 = 2233608u32; +pub const IOCTL_NFCDTA_SNEP_SERVER_GET_NEXT_REQUEST: u32 = 2233616u32; +pub const IOCTL_NFCDTA_SNEP_SERVER_SEND_RESPONSE: u32 = 2233620u32; +pub const IOCTL_NFCRM_QUERY_RADIO_STATE: u32 = 5308808u32; +pub const IOCTL_NFCRM_SET_RADIO_STATE: u32 = 5308804u32; +pub const IOCTL_NFCSERM_QUERY_RADIO_STATE: u32 = 5308816u32; +pub const IOCTL_NFCSERM_SET_RADIO_STATE: u32 = 5308812u32; +pub const IOCTL_NFCSE_ENUM_ENDPOINTS: u32 = 2230272u32; +pub const IOCTL_NFCSE_GET_NEXT_EVENT: u32 = 2230280u32; +pub const IOCTL_NFCSE_GET_NFCC_CAPABILITIES: u32 = 2230288u32; +pub const IOCTL_NFCSE_GET_ROUTING_TABLE: u32 = 2230292u32; +pub const IOCTL_NFCSE_HCE_REMOTE_RECV: u32 = 2230592u32; +pub const IOCTL_NFCSE_HCE_REMOTE_SEND: u32 = 2230596u32; +pub const IOCTL_NFCSE_SET_CARD_EMULATION_MODE: u32 = 2230284u32; +pub const IOCTL_NFCSE_SET_POWER_MODE: u32 = 2230600u32; +pub const IOCTL_NFCSE_SET_ROUTING_TABLE: u32 = 2230296u32; +pub const IOCTL_NFCSE_SUBSCRIBE_FOR_EVENT: u32 = 2230276u32; +pub const ISO_7816_MAXIMUM_AID_LENGTH: u32 = 16u32; +pub const ISO_7816_MINIMUM_AID_LENGTH: u32 = 5u32; +pub const IdleMode: NFC_RELEASE_TYPE = 0i32; +pub const Integrated: SECURE_ELEMENT_TYPE = 0i32; +pub const LinkActivated: NFC_LLCP_LINK_STATUS = 0i32; +pub const LinkDeactivated: NFC_LLCP_LINK_STATUS = 1i32; +pub const MAX_ATR_LENGTH: u32 = 48u32; +pub const MAX_LLCP_SERVICE_NAME_SIZE: u32 = 256u32; +pub const MAX_SNEP_SERVER_NAME_SIZE: u32 = 256u32; +pub const MAX_UID_SIZE: u32 = 16u32; +pub const NFCRMDDI_IOCTL_BASE: u32 = 80u32; +pub const NfcConnectBySap: NFC_LLCP_SOCKET_CONNECT_TYPE = 0i32; +pub const NfcConnectByUri: NFC_LLCP_SOCKET_CONNECT_TYPE = 1i32; +pub const NfcDepDefault: NFC_P2P_MODE = 0i32; +pub const NfcDepListen: NFC_P2P_MODE = 2i32; +pub const NfcDepPoll: NFC_P2P_MODE = 1i32; +pub const NfcIP1Initiator: NFC_DEVICE_TYPE = 5i32; +pub const NfcIP1Target: NFC_DEVICE_TYPE = 4i32; +pub const NfcLlcpErrorBusyCondition: NFC_LLCP_SOCKET_ERROR = 2i32; +pub const NfcLlcpErrorDisconnected: NFC_LLCP_SOCKET_ERROR = 0i32; +pub const NfcLlcpErrorFrameRejected: NFC_LLCP_SOCKET_ERROR = 1i32; +pub const NfcLlcpErrorNotBusyCondition: NFC_LLCP_SOCKET_ERROR = 3i32; +pub const NfcReader: NFC_DEVICE_TYPE = 6i32; +pub const NfcType1Tag: NFC_DEVICE_TYPE = 0i32; +pub const NfcType2Tag: NFC_DEVICE_TYPE = 1i32; +pub const NfcType3Tag: NFC_DEVICE_TYPE = 2i32; +pub const NfcType4Tag: NFC_DEVICE_TYPE = 3i32; +pub const RFDiscoveryResume: NFC_RF_DISCOVERY_MODE = 2i32; +pub const RfDiscoveryConfig: NFC_RF_DISCOVERY_MODE = 0i32; +pub const RfDiscoveryStart: NFC_RF_DISCOVERY_MODE = 1i32; +pub const RoutingTypeAid: SECURE_ELEMENT_ROUTING_TYPE = 2i32; +pub const RoutingTypeProtocol: SECURE_ELEMENT_ROUTING_TYPE = 1i32; +pub const RoutingTypeTech: SECURE_ELEMENT_ROUTING_TYPE = 0i32; +pub const SEPowerMode_AllowOff: SECURE_ELEMENT_POWER_MODE = 1i32; +pub const SEPowerMode_ForceOn: SECURE_ELEMENT_POWER_MODE = 0i32; +pub const SleepMode: NFC_RELEASE_TYPE = 1i32; +pub const SnepRequestGet: NFC_SNEP_REQUEST_TYPE = 0i32; +pub const SnepRequestPut: NFC_SNEP_REQUEST_TYPE = 1i32; +pub const Transaction: SECURE_ELEMENT_EVENT_TYPE = 3i32; +pub type NFC_DEVICE_TYPE = i32; +pub type NFC_LLCP_LINK_STATUS = i32; +pub type NFC_LLCP_SOCKET_CONNECT_TYPE = i32; +pub type NFC_LLCP_SOCKET_ERROR = i32; +pub type NFC_LLCP_SOCKET_TYPE = i32; +pub type NFC_P2P_MODE = i32; +pub type NFC_RELEASE_TYPE = i32; +pub type NFC_RF_DISCOVERY_MODE = i32; +pub type NFC_SE_EMULATION_MODE = i32; +pub type NFC_SNEP_REQUEST_TYPE = i32; +pub type NFC_SNEP_SERVER_TYPE = i32; +pub type SECURE_ELEMENT_CARD_EMULATION_MODE = i32; +pub type SECURE_ELEMENT_EVENT_TYPE = i32; +pub type SECURE_ELEMENT_POWER_MODE = i32; +pub type SECURE_ELEMENT_ROUTING_TYPE = i32; +pub type SECURE_ELEMENT_TYPE = i32; +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFCRM_RADIO_STATE { + pub MediaRadioOn: super::super::Foundation::BOOLEAN, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFCRM_SET_RADIO_STATE { + pub SystemStateUpdate: super::super::Foundation::BOOLEAN, + pub MediaRadioOn: super::super::Foundation::BOOLEAN, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_DATA_BUFFER { + pub cbBuffer: u16, + pub pbBuffer: [u8; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_CONFIG { + pub uMIU: u16, + pub uWKS: u16, + pub bLTO: u8, + pub bOptions: u8, + pub fAutoActivate: super::super::Foundation::BOOLEAN, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SERVICE_DISCOVER_REQUEST { + pub hRemoteDev: isize, + pub NumberOfEntries: u32, + pub ServiceNameEntries: [NFC_LLCP_SERVICE_NAME_ENTRY; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SERVICE_DISCOVER_SAP { + pub NumberOfEntries: u32, + pub SAPEntries: [u8; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SERVICE_NAME_ENTRY { + pub cbServiceName: u32, + pub pbServiceName: [u8; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SOCKET_ACCEPT_INFO { + pub hSocket: isize, + pub sSocketOption: NFC_LLCP_SOCKET_OPTION, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SOCKET_CL_PAYLOAD { + pub hSocket: isize, + pub bSAP: u8, + pub sPayload: NFC_DATA_BUFFER, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SOCKET_CONNECT_INFO { + pub hRemoteDev: isize, + pub hSocket: isize, + pub eConnectType: NFC_LLCP_SOCKET_CONNECT_TYPE, + pub Anonymous: NFC_LLCP_SOCKET_CONNECT_INFO_0, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union NFC_LLCP_SOCKET_CONNECT_INFO_0 { + pub bSAP: u8, + pub sServiceName: NFC_LLCP_SERVICE_NAME_ENTRY, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SOCKET_ERROR_INFO { + pub hSocket: isize, + pub eSocketError: NFC_LLCP_SOCKET_ERROR, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SOCKET_INFO { + pub eSocketType: NFC_LLCP_SOCKET_TYPE, + pub sSocketOption: NFC_LLCP_SOCKET_OPTION, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SOCKET_OPTION { + pub uMIUX: u16, + pub bRW: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SOCKET_PAYLOAD { + pub hSocket: isize, + pub bSAP: u8, + pub sPayload: NFC_DATA_BUFFER, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SOCKET_SERVICE_INFO { + pub hSocket: isize, + pub bSAP: u8, + pub sServiceName: NFC_LLCP_SERVICE_NAME_ENTRY, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_NDEF_INFO { + pub fIsNdefFormatted: super::super::Foundation::BOOLEAN, + pub fIsReadOnly: super::super::Foundation::BOOLEAN, + pub dwActualMessageLength: u32, + pub dwMaxMessageLength: u32, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_P2P_PARAM_CONFIG { + pub eP2pMode: NFC_P2P_MODE, + pub cbGeneralBytes: u8, + pub pbGeneralBytes: [u8; 48], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_REMOTE_DEVICE_DISCONNET { + pub hRemoteDev: isize, + pub eReleaseType: NFC_RELEASE_TYPE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_REMOTE_DEV_INFO { + pub hRemoteDev: isize, + pub eType: NFC_DEVICE_TYPE, + pub eRFTech: u8, + pub eProtocol: u8, + pub cbUid: u8, + pub pbUid: [u8; 16], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_REMOTE_DEV_RECV_INFO { + pub hRemoteDev: isize, + pub sRecvBuffer: NFC_DATA_BUFFER, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_REMOTE_DEV_SEND_INFO { + pub hRemoteDev: isize, + pub usTimeOut: u16, + pub sSendBuffer: NFC_DATA_BUFFER, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_RF_DISCOVERY_CONFIG { + pub usTotalDuration: u16, + pub ulPollConfig: u32, + pub fDisableCardEmulation: super::super::Foundation::BOOLEAN, + pub ucNfcIPMode: u8, + pub fNfcIPTgtModeDisable: super::super::Foundation::BOOLEAN, + pub ucNfcIPTgtMode: u8, + pub ucNfcCEMode: u8, + pub ucBailoutConfig: u8, + pub ucSystemCode: [u8; 2], + pub ucRequestCode: u8, + pub ucTimeSlotNumber: u8, + pub eRfDiscoveryMode: NFC_RF_DISCOVERY_MODE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_AID_ROUTING_INFO { + pub hSecureElement: isize, + pub bPowerState: u8, + pub cbAid: u32, + pub pbAid: [u8; 16], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_EMULATION_MODE_INFO { + pub hSecureElement: isize, + pub eMode: NFC_SE_EMULATION_MODE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_EVENT_INFO { + pub hSecureElement: isize, + pub eEventType: SECURE_ELEMENT_EVENT_TYPE, + pub cbEventData: u32, + pub pbEventData: [u8; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_INFO { + pub hSecureElement: isize, + pub eSecureElementType: SECURE_ELEMENT_TYPE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_LIST { + pub NumberOfEndpoints: u32, + pub EndpointList: [NFC_SE_INFO; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_PROTO_ROUTING_INFO { + pub hSecureElement: isize, + pub bPowerState: u8, + pub eRfProtocolType: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_ROUTING_TABLE { + pub NumberOfEntries: u32, + pub TableEntries: [NFC_SE_ROUTING_TABLE_ENTRY; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_ROUTING_TABLE_ENTRY { + pub eRoutingType: SECURE_ELEMENT_ROUTING_TYPE, + pub Anonymous: NFC_SE_ROUTING_TABLE_ENTRY_0, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union NFC_SE_ROUTING_TABLE_ENTRY_0 { + pub TechRoutingInfo: NFC_SE_TECH_ROUTING_INFO, + pub ProtoRoutingInfo: NFC_SE_PROTO_ROUTING_INFO, + pub AidRoutingInfo: NFC_SE_AID_ROUTING_INFO, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_TECH_ROUTING_INFO { + pub hSecureElement: isize, + pub bPowerState: u8, + pub eRfTechType: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SNEP_CLIENT_GET_INFO { + pub hSnepClient: isize, + pub sGetPayload: NFC_DATA_BUFFER, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SNEP_CLIENT_INFO { + pub hRemoteDev: isize, + pub eServerType: NFC_SNEP_SERVER_TYPE, + pub sSocketOption: NFC_LLCP_SOCKET_OPTION, + pub sService: NFC_LLCP_SERVICE_NAME_ENTRY, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SNEP_CLIENT_PUT_INFO { + pub hSnepClient: isize, + pub sPutPayload: NFC_DATA_BUFFER, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SNEP_SERVER_ACCEPT_INFO { + pub hSnepServer: isize, + pub hConnection: isize, + pub sSocketOption: NFC_LLCP_SOCKET_OPTION, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SNEP_SERVER_INFO { + pub eServerType: NFC_SNEP_SERVER_TYPE, + pub sSocketOption: NFC_LLCP_SOCKET_OPTION, + pub usInboxSize: u16, + pub bSAP: u8, + pub sService: NFC_LLCP_SERVICE_NAME_ENTRY, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SNEP_SERVER_REQUEST { + pub hSnepServer: isize, + pub hConnection: isize, + pub eRequestType: NFC_SNEP_REQUEST_TYPE, + pub sRequestPayload: NFC_DATA_BUFFER, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SNEP_SERVER_RESPONSE_INFO { + pub hSnepServer: isize, + pub hConnection: isize, + pub dwResponseStatus: u32, + pub sResponsePayload: NFC_DATA_BUFFER, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_AID_ROUTING_INFO { + pub guidSecureElementId: windows_sys::core::GUID, + pub cbAid: u32, + pub pbAid: [u8; 16], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_ENDPOINT_INFO { + pub guidSecureElementId: windows_sys::core::GUID, + pub eSecureElementType: SECURE_ELEMENT_TYPE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_ENDPOINT_LIST { + pub NumberOfEndpoints: u32, + pub EndpointList: [SECURE_ELEMENT_ENDPOINT_INFO; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_EVENT_INFO { + pub guidSecureElementId: windows_sys::core::GUID, + pub eEventType: SECURE_ELEMENT_EVENT_TYPE, + pub cbEventData: u32, + pub pbEventData: [u8; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO { + pub guidSecureElementId: windows_sys::core::GUID, + pub eEventType: SECURE_ELEMENT_EVENT_TYPE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD { + pub bConnectionId: u16, + pub eRfTechType: u8, + pub eRfProtocolType: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_HCE_DATA_PACKET { + pub bConnectionId: u16, + pub cbPayload: u16, + pub pbPayload: [u8; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_NFCC_CAPABILITIES { + pub cbMaxRoutingTableSize: u16, + pub IsAidRoutingSupported: super::super::Foundation::BOOLEAN, + pub IsProtocolRoutingSupported: super::super::Foundation::BOOLEAN, + pub IsTechRoutingSupported: super::super::Foundation::BOOLEAN, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_PROTO_ROUTING_INFO { + pub guidSecureElementId: windows_sys::core::GUID, + pub eRfProtocolType: u8, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_ROUTING_TABLE { + pub NumberOfEntries: u32, + pub TableEntries: [SECURE_ELEMENT_ROUTING_TABLE_ENTRY; 1], +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_ROUTING_TABLE_ENTRY { + pub eRoutingType: SECURE_ELEMENT_ROUTING_TYPE, + pub Anonymous: SECURE_ELEMENT_ROUTING_TABLE_ENTRY_0, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union SECURE_ELEMENT_ROUTING_TABLE_ENTRY_0 { + pub TechRoutingInfo: SECURE_ELEMENT_TECH_ROUTING_INFO, + pub ProtoRoutingInfo: SECURE_ELEMENT_PROTO_ROUTING_INFO, + pub AidRoutingInfo: SECURE_ELEMENT_AID_ROUTING_INFO, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_SET_CARD_EMULATION_MODE_INFO { + pub guidSecureElementId: windows_sys::core::GUID, + pub eMode: SECURE_ELEMENT_CARD_EMULATION_MODE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_SET_POWER_MODE_INFO { + pub guidSecureElementId: windows_sys::core::GUID, + pub powerMode: SECURE_ELEMENT_POWER_MODE, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_TECH_ROUTING_INFO { + pub guidSecureElementId: windows_sys::core::GUID, + pub eRfTechType: u8, +} diff --git a/crates/libs/sys/src/Windows/Win32/Devices/Nfp/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/Nfp/mod.rs new file mode 100644 index 0000000000..6c01650c72 --- /dev/null +++ b/crates/libs/sys/src/Windows/Win32/Devices/Nfp/mod.rs @@ -0,0 +1,15 @@ +pub const DEVPKEY_NFP_Capabilities: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xfb3842cd_9e2a_4f83_8fcc_4b0761139ae9), pid: 2 }; +pub const GUID_DEVINTERFACE_NFP: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfb3842cd_9e2a_4f83_8fcc_4b0761139ae9); +pub const IOCTL_NFP_DISABLE: u32 = 5308492u32; +pub const IOCTL_NFP_ENABLE: u32 = 5308496u32; +pub const IOCTL_NFP_GET_KILO_BYTES_PER_SECOND: u32 = 5308548u32; +pub const IOCTL_NFP_GET_MAX_MESSAGE_BYTES: u32 = 5308544u32; +pub const IOCTL_NFP_GET_NEXT_SUBSCRIBED_MESSAGE: u32 = 5308480u32; +pub const IOCTL_NFP_GET_NEXT_TRANSMITTED_MESSAGE: u32 = 5308488u32; +pub const IOCTL_NFP_SET_PAYLOAD: u32 = 5308484u32; +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SUBSCRIBED_MESSAGE { + pub cbPayloadHint: u32, + pub payload: [u8; 1], +} diff --git a/crates/libs/sys/src/Windows/Win32/Devices/PortableDevices/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/PortableDevices/mod.rs index 90f1e32a01..6232134b5a 100644 --- a/crates/libs/sys/src/Windows/Win32/Devices/PortableDevices/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Devices/PortableDevices/mod.rs @@ -1,7 +1,6 @@ windows_targets::link!("dmprocessxmlfiltered.dll" "system" fn DMProcessConfigXMLFiltered(pszxmlin : windows_sys::core::PCWSTR, rgszallowedcspnodes : *const windows_sys::core::PCWSTR, dwnumallowedcspnodes : u32, pbstrxmlout : *mut windows_sys::core::BSTR) -> windows_sys::core::HRESULT); pub const CLSID_WPD_NAMESPACE_EXTENSION: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x35786d3c_b075_49b9_88dd_029876e11c01); -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_MTPBTH_IsConnected: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xea1237fa_589d_4472_84e4_0abe36fd62ef), pid: 2 }; +pub const DEVPKEY_MTPBTH_IsConnected: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xea1237fa_589d_4472_84e4_0abe36fd62ef), pid: 2 }; pub const DEVSVCTYPE_ABSTRACT: u32 = 1u32; pub const DEVSVCTYPE_DEFAULT: u32 = 0u32; pub const DEVSVC_SERVICEINFO_VERSION: u32 = 100u32; @@ -466,18 +465,12 @@ pub const TYPE_NotesSvc: u32 = 0u32; pub const TYPE_RingtonesSvc: u32 = 0u32; pub const TYPE_StatusSvc: u32 = 0u32; pub const TYPE_TasksSvc: u32 = 0u32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_HAS_ALBUM_ART: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_HAS_AUDIO_CLIP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_HAS_CONTACT_PHOTO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_HAS_ICON: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_HAS_THUMBNAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_OPTIMAL_READ_BLOCK_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 7 }; +pub const WPDNSE_OBJECT_HAS_ALBUM_ART: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 6 }; +pub const WPDNSE_OBJECT_HAS_AUDIO_CLIP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 5 }; +pub const WPDNSE_OBJECT_HAS_CONTACT_PHOTO: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 2 }; +pub const WPDNSE_OBJECT_HAS_ICON: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 4 }; +pub const WPDNSE_OBJECT_HAS_THUMBNAIL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 3 }; +pub const WPDNSE_OBJECT_OPTIMAL_READ_BLOCK_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 7 }; pub const WPDNSE_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6); pub const WPDNSE_PROPSHEET_CONTENT_DETAILS: u32 = 32u32; pub const WPDNSE_PROPSHEET_CONTENT_GENERAL: u32 = 4u32; @@ -486,37 +479,22 @@ pub const WPDNSE_PROPSHEET_CONTENT_RESOURCES: u32 = 16u32; pub const WPDNSE_PROPSHEET_DEVICE_GENERAL: u32 = 1u32; pub const WPDNSE_PROPSHEET_STORAGE_GENERAL: u32 = 2u32; pub const WPD_API_OPTIONS_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x10e54a3e_052d_4777_a13c_de7614be2bc4); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_API_OPTION_IOCTL_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x10e54a3e_052d_4777_a13c_de7614be2bc4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_API_OPTION_USE_CLEAR_DATA_STREAM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x10e54a3e_052d_4777_a13c_de7614be2bc4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_ACCEPTED_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_DECLINED_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_LOCATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 3 }; +pub const WPD_API_OPTION_IOCTL_ACCESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x10e54a3e_052d_4777_a13c_de7614be2bc4), pid: 3 }; +pub const WPD_API_OPTION_USE_CLEAR_DATA_STREAM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x10e54a3e_052d_4777_a13c_de7614be2bc4), pid: 2 }; +pub const WPD_APPOINTMENT_ACCEPTED_ATTENDEES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 10 }; +pub const WPD_APPOINTMENT_DECLINED_ATTENDEES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 13 }; +pub const WPD_APPOINTMENT_LOCATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 3 }; pub const WPD_APPOINTMENT_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_OPTIONAL_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_REQUIRED_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_RESOURCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_TENTATIVE_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_AUDIO_BITRATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_AUDIO_BIT_DEPTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_AUDIO_BLOCK_ALIGNMENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_AUDIO_CHANNEL_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_AUDIO_FORMAT_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 11 }; +pub const WPD_APPOINTMENT_OPTIONAL_ATTENDEES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 9 }; +pub const WPD_APPOINTMENT_REQUIRED_ATTENDEES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 8 }; +pub const WPD_APPOINTMENT_RESOURCES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 11 }; +pub const WPD_APPOINTMENT_TENTATIVE_ATTENDEES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 12 }; +pub const WPD_APPOINTMENT_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 7 }; +pub const WPD_AUDIO_BITRATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 9 }; +pub const WPD_AUDIO_BIT_DEPTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 12 }; +pub const WPD_AUDIO_BLOCK_ALIGNMENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 13 }; +pub const WPD_AUDIO_CHANNEL_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 10 }; +pub const WPD_AUDIO_FORMAT_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 11 }; pub const WPD_BITRATE_TYPE_DISCRETE: WPD_BITRATE_TYPES = 1i32; pub const WPD_BITRATE_TYPE_FREE: WPD_BITRATE_TYPES = 3i32; pub const WPD_BITRATE_TYPE_UNUSED: WPD_BITRATE_TYPES = 0i32; @@ -543,50 +521,31 @@ pub const WPD_CATEGORY_SERVICE_METHODS: windows_sys::core::GUID = windows_sys::c pub const WPD_CATEGORY_SMS: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1); pub const WPD_CATEGORY_STILL_IMAGE_CAPTURE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4fcd6982_22a2_4b05_a48b_62d38bf27b32); pub const WPD_CATEGORY_STORAGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_DEVICE_IDENTIFICATION_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_DONT_REGISTER_WPD_DEVICE_INTERFACE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_MULTITRANSPORT_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_REGISTER_WPD_PRIVATE_DEVICE_INTERFACE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_SILENCE_AUTOPLAY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x65c160f8_1367_4ce2_939d_8310839f0d30), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_SUPPORTED_CONTENT_TYPES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_TRANSPORT_BANDWIDTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 4 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_DEVICE_IDENTIFICATION_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 3 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_DONT_REGISTER_WPD_DEVICE_INTERFACE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 3 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_MULTITRANSPORT_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 2 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_REGISTER_WPD_PRIVATE_DEVICE_INTERFACE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 4 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_SILENCE_AUTOPLAY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x65c160f8_1367_4ce2_939d_8310839f0d30), pid: 2 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_SUPPORTED_CONTENT_TYPES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 2 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_TRANSPORT_BANDWIDTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 4 }; pub const WPD_CLASS_EXTENSION_OPTIONS_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96); pub const WPD_CLASS_EXTENSION_OPTIONS_V2: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f); pub const WPD_CLASS_EXTENSION_OPTIONS_V3: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x65c160f8_1367_4ce2_939d_8310839f0d30); pub const WPD_CLASS_EXTENSION_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051); pub const WPD_CLASS_EXTENSION_V2: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_DESIRED_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_EVENT_COOKIE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 11 }; +pub const WPD_CLIENT_DESIRED_ACCESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 9 }; +pub const WPD_CLIENT_EVENT_COOKIE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 11 }; pub const WPD_CLIENT_INFORMATION_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_MAJOR_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_MANUAL_CLOSE_ON_DISCONNECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_MINIMUM_RESULTS_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_MINOR_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_REVISION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_SECURITY_QUALITY_OF_SERVICE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_SHARE_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_WMDRM_APPLICATION_CERTIFICATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_WMDRM_APPLICATION_PRIVATE_KEY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 6 }; +pub const WPD_CLIENT_MAJOR_VERSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 3 }; +pub const WPD_CLIENT_MANUAL_CLOSE_ON_DISCONNECT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 13 }; +pub const WPD_CLIENT_MINIMUM_RESULTS_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 12 }; +pub const WPD_CLIENT_MINOR_VERSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 4 }; +pub const WPD_CLIENT_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 2 }; +pub const WPD_CLIENT_REVISION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 5 }; +pub const WPD_CLIENT_SECURITY_QUALITY_OF_SERVICE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 8 }; +pub const WPD_CLIENT_SHARE_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 10 }; +pub const WPD_CLIENT_WMDRM_APPLICATION_CERTIFICATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 7 }; +pub const WPD_CLIENT_WMDRM_APPLICATION_PRIVATE_KEY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 6 }; pub const WPD_COLOR_CORRECTED_STATUS_CORRECTED: WPD_COLOR_CORRECTED_STATUS_VALUES = 1i32; pub const WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED: WPD_COLOR_CORRECTED_STATUS_VALUES = 0i32; pub const WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED: WPD_COLOR_CORRECTED_STATUS_VALUES = 2i32; @@ -595,330 +554,169 @@ pub const WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_FILE_ACCESS: WPD_COMMAND_ACCESS_ pub const WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_STGM_ACCESS: WPD_COMMAND_ACCESS_TYPES = 4i32; pub const WPD_COMMAND_ACCESS_READ: WPD_COMMAND_ACCESS_TYPES = 1i32; pub const WPD_COMMAND_ACCESS_READWRITE: WPD_COMMAND_ACCESS_TYPES = 3i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_EVENT_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_FIXED_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_FUNCTIONAL_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_CONTENT_TYPES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FUNCTIONAL_CATEGORIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CLASS_EXTENSION_REGISTER_SERVICE_INTERFACES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CLASS_EXTENSION_UNREGISTER_SERVICE_INTERFACES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CLASS_EXTENSION_WRITE_DEVICE_INFORMATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_COMMIT_KEYPAIR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_COMMON_GET_OBJECT_IDS_FROM_PERSISTENT_UNIQUE_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_COMMON_RESET_DEVICE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_COMMON_SAVE_CLIENT_INFORMATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_DEVICE_HINTS_GET_CONTENT_LOCATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_GENERATE_KEYPAIR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MEDIA_CAPTURE_PAUSE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MEDIA_CAPTURE_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MEDIA_CAPTURE_STOP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_END_DATA_TRANSFER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITHOUT_DATA_PHASE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_READ_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_WRITE_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_ENUMERATION_END_FIND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_ENUMERATION_FIND_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_ENUMERATION_START_FIND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_COMMIT_OBJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_COPY_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_AND_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_ONLY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_DELETE_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_MOVE_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_REVERT_OBJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_UPDATE_OBJECT_WITH_PROPERTIES_AND_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_WRITE_OBJECT_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_END: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_END: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_END: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_GET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_ALL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_SET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_CLOSE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_COMMIT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_CREATE_RESOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_GET_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_GET_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_OPEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_REVERT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_SEEK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_SEEK_IN_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_PROCESS_WIRELESS_PROFILE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_PARAMETER_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_RENDERING_PROFILES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_INHERITED_SERVICES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_PARAMETER_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS_BY_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_COMMON_GET_SERVICE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x322f071d_36ef_477f_b4b5_6f52d734baee), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_METHODS_CANCEL_INVOKE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_METHODS_END_INVOKE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_METHODS_START_INVOKE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SMS_SEND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_STILL_IMAGE_CAPTURE_INITIATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4fcd6982_22a2_4b05_a48b_62d38bf27b32), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_STORAGE_EJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_STORAGE_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_BODY_TEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_END_DATETIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_NOTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 7 }; +pub const WPD_COMMAND_CAPABILITIES_GET_COMMAND_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 3 }; +pub const WPD_COMMAND_CAPABILITIES_GET_EVENT_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 11 }; +pub const WPD_COMMAND_CAPABILITIES_GET_FIXED_PROPERTY_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 9 }; +pub const WPD_COMMAND_CAPABILITIES_GET_FUNCTIONAL_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 5 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_COMMANDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 2 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_CONTENT_TYPES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 6 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_EVENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 10 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMATS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 7 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 8 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FUNCTIONAL_CATEGORIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 4 }; +pub const WPD_COMMAND_CLASS_EXTENSION_REGISTER_SERVICE_INTERFACES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 2 }; +pub const WPD_COMMAND_CLASS_EXTENSION_UNREGISTER_SERVICE_INTERFACES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 3 }; +pub const WPD_COMMAND_CLASS_EXTENSION_WRITE_DEVICE_INFORMATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 2 }; +pub const WPD_COMMAND_COMMIT_KEYPAIR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 3 }; +pub const WPD_COMMAND_COMMON_GET_OBJECT_IDS_FROM_PERSISTENT_UNIQUE_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 3 }; +pub const WPD_COMMAND_COMMON_RESET_DEVICE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 2 }; +pub const WPD_COMMAND_COMMON_SAVE_CLIENT_INFORMATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 4 }; +pub const WPD_COMMAND_DEVICE_HINTS_GET_CONTENT_LOCATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 2 }; +pub const WPD_COMMAND_GENERATE_KEYPAIR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 2 }; +pub const WPD_COMMAND_MEDIA_CAPTURE_PAUSE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 4 }; +pub const WPD_COMMAND_MEDIA_CAPTURE_START: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 2 }; +pub const WPD_COMMAND_MEDIA_CAPTURE_STOP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 3 }; +pub const WPD_COMMAND_MTP_EXT_END_DATA_TRANSFER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 17 }; +pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITHOUT_DATA_PHASE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 12 }; +pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 13 }; +pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 14 }; +pub const WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 11 }; +pub const WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 18 }; +pub const WPD_COMMAND_MTP_EXT_READ_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 15 }; +pub const WPD_COMMAND_MTP_EXT_WRITE_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 16 }; +pub const WPD_COMMAND_OBJECT_ENUMERATION_END_FIND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 4 }; +pub const WPD_COMMAND_OBJECT_ENUMERATION_FIND_NEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 3 }; +pub const WPD_COMMAND_OBJECT_ENUMERATION_START_FIND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 2 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_COMMIT_OBJECT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 5 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_COPY_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 9 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_AND_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 3 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_ONLY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 2 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_DELETE_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 7 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_MOVE_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 8 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_REVERT_OBJECT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 6 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_UPDATE_OBJECT_WITH_PROPERTIES_AND_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 10 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_WRITE_OBJECT_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 4 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_END: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 7 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_NEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 6 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_START: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 5 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_END: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 4 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_NEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 3 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_START: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 2 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_END: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 10 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_NEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 9 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_START: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 8 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_DELETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 7 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_GET: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 4 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_ALL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 6 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 3 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 2 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_SET: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 5 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_CLOSE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 7 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_COMMIT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 12 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_CREATE_RESOURCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 9 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_DELETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 8 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_GET_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 3 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_GET_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 2 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_OPEN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 4 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_REVERT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 10 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_SEEK: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 11 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_SEEK_IN_UNITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 13 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 6 }; +pub const WPD_COMMAND_PROCESS_WIRELESS_PROFILE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 4 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_COMMAND_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 16 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 11 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_PARAMETER_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 12 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 7 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_PROPERTY_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 9 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_RENDERING_PROFILES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 14 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_INHERITED_SERVICES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 13 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 4 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_PARAMETER_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 5 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_COMMANDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 15 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_EVENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 10 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMATS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 6 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 8 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 2 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS_BY_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 3 }; +pub const WPD_COMMAND_SERVICE_COMMON_GET_SERVICE_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x322f071d_36ef_477f_b4b5_6f52d734baee), pid: 2 }; +pub const WPD_COMMAND_SERVICE_METHODS_CANCEL_INVOKE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 3 }; +pub const WPD_COMMAND_SERVICE_METHODS_END_INVOKE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 4 }; +pub const WPD_COMMAND_SERVICE_METHODS_START_INVOKE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 2 }; +pub const WPD_COMMAND_SMS_SEND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 2 }; +pub const WPD_COMMAND_STILL_IMAGE_CAPTURE_INITIATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4fcd6982_22a2_4b05_a48b_62d38bf27b32), pid: 2 }; +pub const WPD_COMMAND_STORAGE_EJECT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 4 }; +pub const WPD_COMMAND_STORAGE_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 2 }; +pub const WPD_COMMON_INFORMATION_BODY_TEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 3 }; +pub const WPD_COMMON_INFORMATION_END_DATETIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 6 }; +pub const WPD_COMMON_INFORMATION_NOTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 7 }; pub const WPD_COMMON_INFORMATION_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_PRIORITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_START_DATETIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_SUBJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_ANNIVERSARY_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 62 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_ASSISTANT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 61 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BIRTHDATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 57 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_EMAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_EMAIL2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 35 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_FAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 45 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_FULL_POSTAL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 40 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_PHONE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 41 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_COUNTRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_POSTAL_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_WEB_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 50 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_CHILDREN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 60 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_COMPANY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 54 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_DISPLAY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_FIRST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_INSTANT_MESSENGER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 51 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_INSTANT_MESSENGER2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 52 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_INSTANT_MESSENGER3: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 53 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_LAST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_MIDDLE_NAMES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_MOBILE_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 42 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_MOBILE_PHONE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 43 }; +pub const WPD_COMMON_INFORMATION_PRIORITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 4 }; +pub const WPD_COMMON_INFORMATION_START_DATETIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 5 }; +pub const WPD_COMMON_INFORMATION_SUBJECT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 2 }; +pub const WPD_CONTACT_ANNIVERSARY_DATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 62 }; +pub const WPD_CONTACT_ASSISTANT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 61 }; +pub const WPD_CONTACT_BIRTHDATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 57 }; +pub const WPD_CONTACT_BUSINESS_EMAIL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 34 }; +pub const WPD_CONTACT_BUSINESS_EMAIL2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 35 }; +pub const WPD_CONTACT_BUSINESS_FAX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 45 }; +pub const WPD_CONTACT_BUSINESS_FULL_POSTAL_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 17 }; +pub const WPD_CONTACT_BUSINESS_PHONE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 40 }; +pub const WPD_CONTACT_BUSINESS_PHONE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 41 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_CITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 20 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_COUNTRY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 23 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 18 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 19 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_POSTAL_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 22 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_REGION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 21 }; +pub const WPD_CONTACT_BUSINESS_WEB_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 50 }; +pub const WPD_CONTACT_CHILDREN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 60 }; +pub const WPD_CONTACT_COMPANY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 54 }; +pub const WPD_CONTACT_DISPLAY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 2 }; +pub const WPD_CONTACT_FIRST_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 3 }; +pub const WPD_CONTACT_INSTANT_MESSENGER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 51 }; +pub const WPD_CONTACT_INSTANT_MESSENGER2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 52 }; +pub const WPD_CONTACT_INSTANT_MESSENGER3: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 53 }; +pub const WPD_CONTACT_LAST_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 5 }; +pub const WPD_CONTACT_MIDDLE_NAMES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 4 }; +pub const WPD_CONTACT_MOBILE_PHONE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 42 }; +pub const WPD_CONTACT_MOBILE_PHONE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 43 }; pub const WPD_CONTACT_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_EMAILS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 36 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_FULL_POSTAL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_PHONES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 47 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_COUNTRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PAGER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 46 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_EMAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_EMAIL2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_FAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 44 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_FULL_POSTAL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 38 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_PHONE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 39 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_COUNTRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_POSTAL_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_WEB_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 49 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PHONETIC_COMPANY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 55 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PHONETIC_FIRST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PHONETIC_LAST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PREFIX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PRIMARY_EMAIL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PRIMARY_FAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 58 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PRIMARY_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PRIMARY_WEB_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 48 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_RINGTONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 63 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_ROLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 56 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_SPOUSE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 59 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_SUFFIX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 7 }; +pub const WPD_CONTACT_OTHER_EMAILS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 36 }; +pub const WPD_CONTACT_OTHER_FULL_POSTAL_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 24 }; +pub const WPD_CONTACT_OTHER_PHONES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 47 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_CITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 27 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 25 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 26 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 29 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_COUNTRY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 30 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_REGION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 28 }; +pub const WPD_CONTACT_PAGER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 46 }; +pub const WPD_CONTACT_PERSONAL_EMAIL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 32 }; +pub const WPD_CONTACT_PERSONAL_EMAIL2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 33 }; +pub const WPD_CONTACT_PERSONAL_FAX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 44 }; +pub const WPD_CONTACT_PERSONAL_FULL_POSTAL_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 10 }; +pub const WPD_CONTACT_PERSONAL_PHONE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 38 }; +pub const WPD_CONTACT_PERSONAL_PHONE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 39 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_CITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 13 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_COUNTRY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 16 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 11 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 12 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_POSTAL_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 15 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_REGION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 14 }; +pub const WPD_CONTACT_PERSONAL_WEB_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 49 }; +pub const WPD_CONTACT_PHONETIC_COMPANY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 55 }; +pub const WPD_CONTACT_PHONETIC_FIRST_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 8 }; +pub const WPD_CONTACT_PHONETIC_LAST_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 9 }; +pub const WPD_CONTACT_PREFIX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 6 }; +pub const WPD_CONTACT_PRIMARY_EMAIL_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 31 }; +pub const WPD_CONTACT_PRIMARY_FAX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 58 }; +pub const WPD_CONTACT_PRIMARY_PHONE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 37 }; +pub const WPD_CONTACT_PRIMARY_WEB_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 48 }; +pub const WPD_CONTACT_RINGTONE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 63 }; +pub const WPD_CONTACT_ROLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 56 }; +pub const WPD_CONTACT_SPOUSE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 59 }; +pub const WPD_CONTACT_SUFFIX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 7 }; pub const WPD_CONTENT_TYPE_ALL: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x80e170d2_1055_4a3e_b952_82cc4f8a8689); pub const WPD_CONTENT_TYPE_APPOINTMENT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0fed060e_8793_4b1e_90c9_48ac389ac631); pub const WPD_CONTENT_TYPE_AUDIO: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4ad2c85e_5e2d_45e5_8864_4f229e3c6cf0); @@ -952,52 +750,33 @@ pub const WPD_CONTROL_FUNCTION_GENERIC_MESSAGE: u32 = 66u32; pub const WPD_CROPPED_STATUS_CROPPED: WPD_CROPPED_STATUS_VALUES = 1i32; pub const WPD_CROPPED_STATUS_NOT_CROPPED: WPD_CROPPED_STATUS_VALUES = 0i32; pub const WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED: WPD_CROPPED_STATUS_VALUES = 2i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_DATETIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_EDP_IDENTITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x6c2b878c_c2ec_490d_b425_d7a75e23e5ed), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_FIRMWARE_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_FRIENDLY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_FUNCTIONAL_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_MANUFACTURER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_MODEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_MODEL_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_NETWORK_IDENTIFIER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 16 }; +pub const WPD_DEVICE_DATETIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 11 }; +pub const WPD_DEVICE_EDP_IDENTITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x6c2b878c_c2ec_490d_b425_d7a75e23e5ed), pid: 1 }; +pub const WPD_DEVICE_FIRMWARE_VERSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 3 }; +pub const WPD_DEVICE_FRIENDLY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 12 }; +pub const WPD_DEVICE_FUNCTIONAL_UNIQUE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 2 }; +pub const WPD_DEVICE_MANUFACTURER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 7 }; +pub const WPD_DEVICE_MODEL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 8 }; +pub const WPD_DEVICE_MODEL_UNIQUE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 3 }; +pub const WPD_DEVICE_NETWORK_IDENTIFIER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 16 }; pub const WPD_DEVICE_OBJECT_ID: windows_sys::core::PCWSTR = windows_sys::core::w!("DEVICE"); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_POWER_LEVEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_POWER_SOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 5 }; +pub const WPD_DEVICE_POWER_LEVEL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 4 }; +pub const WPD_DEVICE_POWER_SOURCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 5 }; pub const WPD_DEVICE_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc); pub const WPD_DEVICE_PROPERTIES_V2: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799); pub const WPD_DEVICE_PROPERTIES_V3: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6c2b878c_c2ec_490d_b425_d7a75e23e5ed); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_PROTOCOL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_SERIAL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_SUPPORTED_DRM_SCHEMES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_SUPPORTED_FORMATS_ARE_ORDERED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_SUPPORTS_NON_CONSUMABLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_SYNC_PARTNER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_TRANSPORT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 4 }; +pub const WPD_DEVICE_PROTOCOL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 6 }; +pub const WPD_DEVICE_SERIAL_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 9 }; +pub const WPD_DEVICE_SUPPORTED_DRM_SCHEMES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 13 }; +pub const WPD_DEVICE_SUPPORTED_FORMATS_ARE_ORDERED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 14 }; +pub const WPD_DEVICE_SUPPORTS_NON_CONSUMABLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 10 }; +pub const WPD_DEVICE_SYNC_PARTNER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 2 }; +pub const WPD_DEVICE_TRANSPORT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 4 }; pub const WPD_DEVICE_TRANSPORT_BLUETOOTH: WPD_DEVICE_TRANSPORTS = 3i32; pub const WPD_DEVICE_TRANSPORT_IP: WPD_DEVICE_TRANSPORTS = 2i32; pub const WPD_DEVICE_TRANSPORT_UNSPECIFIED: WPD_DEVICE_TRANSPORTS = 0i32; pub const WPD_DEVICE_TRANSPORT_USB: WPD_DEVICE_TRANSPORTS = 1i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 15 }; +pub const WPD_DEVICE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 15 }; pub const WPD_DEVICE_TYPE_AUDIO_RECORDER: WPD_DEVICE_TYPES = 6i32; pub const WPD_DEVICE_TYPE_CAMERA: WPD_DEVICE_TYPES = 1i32; pub const WPD_DEVICE_TYPE_GENERIC: WPD_DEVICE_TYPES = 0i32; @@ -1005,35 +784,24 @@ pub const WPD_DEVICE_TYPE_MEDIA_PLAYER: WPD_DEVICE_TYPES = 2i32; pub const WPD_DEVICE_TYPE_PERSONAL_INFORMATION_MANAGER: WPD_DEVICE_TYPES = 5i32; pub const WPD_DEVICE_TYPE_PHONE: WPD_DEVICE_TYPES = 3i32; pub const WPD_DEVICE_TYPE_VIDEO: WPD_DEVICE_TYPES = 4i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_USE_DEVICE_STAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 5 }; +pub const WPD_DEVICE_USE_DEVICE_STAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 5 }; pub const WPD_DOCUMENT_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0b110203_eb95_4f02_93e0_97c631493ad5); pub const WPD_EFFECT_MODE_BLACK_AND_WHITE: WPD_EFFECT_MODES = 2i32; pub const WPD_EFFECT_MODE_COLOR: WPD_EFFECT_MODES = 1i32; pub const WPD_EFFECT_MODE_SEPIA: WPD_EFFECT_MODES = 3i32; pub const WPD_EFFECT_MODE_UNDEFINED: WPD_EFFECT_MODES = 0i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_BCC_LINE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_CC_LINE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_HAS_ATTACHMENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_HAS_BEEN_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 7 }; +pub const WPD_EMAIL_BCC_LINE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 4 }; +pub const WPD_EMAIL_CC_LINE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 3 }; +pub const WPD_EMAIL_HAS_ATTACHMENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 9 }; +pub const WPD_EMAIL_HAS_BEEN_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 7 }; pub const WPD_EMAIL_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_RECEIVED_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_SENDER_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_TO_LINE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 2 }; +pub const WPD_EMAIL_RECEIVED_TIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 8 }; +pub const WPD_EMAIL_SENDER_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 10 }; +pub const WPD_EMAIL_TO_LINE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 2 }; pub const WPD_EVENT_ATTRIBUTES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_ATTRIBUTE_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_ATTRIBUTE_PARAMETERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 3 }; +pub const WPD_EVENT_ATTRIBUTE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 2 }; +pub const WPD_EVENT_ATTRIBUTE_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 4 }; +pub const WPD_EVENT_ATTRIBUTE_PARAMETERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 3 }; pub const WPD_EVENT_DEVICE_CAPABILITIES_UPDATED: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x36885aa1_cd54_4daa_b3d0_afb3e03f5999); pub const WPD_EVENT_DEVICE_REMOVED: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe4cbca1b_6918_48b9_85ee_02be7c850af9); pub const WPD_EVENT_DEVICE_RESET: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7755cf53_c1ed_44f3_b5a2_451e2c376b27); @@ -1044,26 +812,16 @@ pub const WPD_EVENT_OBJECT_REMOVED: windows_sys::core::GUID = windows_sys::core: pub const WPD_EVENT_OBJECT_TRANSFER_REQUESTED: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8d16a0a1_f2c6_41da_8f19_5e53721adbf2); pub const WPD_EVENT_OBJECT_UPDATED: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1445a759_2e01_485d_9f27_ff07dae697ab); pub const WPD_EVENT_OPTIONS_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb3d8dad7_a361_4b83_8a48_5b02ce10713b); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_OPTION_IS_AUTOPLAY_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3d8dad7_a361_4b83_8a48_5b02ce10713b), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_OPTION_IS_BROADCAST_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3d8dad7_a361_4b83_8a48_5b02ce10713b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_CHILD_HIERARCHY_CHANGED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_EVENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_OBJECT_CREATION_COOKIE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_OBJECT_PARENT_PERSISTENT_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_OPERATION_PROGRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_OPERATION_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_PNP_DEVICE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_SERVICE_METHOD_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x52807b8a_4914_4323_9b9a_74f654b2b846), pid: 2 }; +pub const WPD_EVENT_OPTION_IS_AUTOPLAY_EVENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3d8dad7_a361_4b83_8a48_5b02ce10713b), pid: 3 }; +pub const WPD_EVENT_OPTION_IS_BROADCAST_EVENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3d8dad7_a361_4b83_8a48_5b02ce10713b), pid: 2 }; +pub const WPD_EVENT_PARAMETER_CHILD_HIERARCHY_CHANGED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 8 }; +pub const WPD_EVENT_PARAMETER_EVENT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 3 }; +pub const WPD_EVENT_PARAMETER_OBJECT_CREATION_COOKIE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 7 }; +pub const WPD_EVENT_PARAMETER_OBJECT_PARENT_PERSISTENT_UNIQUE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 6 }; +pub const WPD_EVENT_PARAMETER_OPERATION_PROGRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 5 }; +pub const WPD_EVENT_PARAMETER_OPERATION_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 4 }; +pub const WPD_EVENT_PARAMETER_PNP_DEVICE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 2 }; +pub const WPD_EVENT_PARAMETER_SERVICE_METHOD_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x52807b8a_4914_4323_9b9a_74f654b2b846), pid: 2 }; pub const WPD_EVENT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0); pub const WPD_EVENT_PROPERTIES_V2: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x52807b8a_4914_4323_9b9a_74f654b2b846); pub const WPD_EVENT_SERVICE_METHOD_COMPLETE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8a33f5f8_0acc_4d9b_9cc4_112d353b86ca); @@ -1095,14 +853,11 @@ pub const WPD_FOCUS_METERING_MODE_CENTER_SPOT: WPD_FOCUS_METERING_MODES = 1i32; pub const WPD_FOCUS_METERING_MODE_MULTI_SPOT: WPD_FOCUS_METERING_MODES = 2i32; pub const WPD_FOCUS_METERING_MODE_UNDEFINED: WPD_FOCUS_METERING_MODES = 0i32; pub const WPD_FOCUS_UNDEFINED: WPD_FOCUS_MODES = 0i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_FOLDER_CONTENT_TYPES_ALLOWED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7e9a7abf_e568_4b34_aa2f_13bb12ab177d), pid: 2 }; +pub const WPD_FOLDER_CONTENT_TYPES_ALLOWED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7e9a7abf_e568_4b34_aa2f_13bb12ab177d), pid: 2 }; pub const WPD_FOLDER_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7e9a7abf_e568_4b34_aa2f_13bb12ab177d); pub const WPD_FORMAT_ATTRIBUTES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa0a02000_bcaf_4be8_b3f5_233f231cf58f); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_FORMAT_ATTRIBUTE_MIMETYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xa0a02000_bcaf_4be8_b3f5_233f231cf58f), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_FORMAT_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xa0a02000_bcaf_4be8_b3f5_233f231cf58f), pid: 2 }; +pub const WPD_FORMAT_ATTRIBUTE_MIMETYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xa0a02000_bcaf_4be8_b3f5_233f231cf58f), pid: 3 }; +pub const WPD_FORMAT_ATTRIBUTE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xa0a02000_bcaf_4be8_b3f5_233f231cf58f), pid: 2 }; pub const WPD_FUNCTIONAL_CATEGORY_ALL: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2d8a6512_a74c_448e_ba8a_f4ac07c49399); pub const WPD_FUNCTIONAL_CATEGORY_AUDIO_CAPTURE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3f2a1919_c7c2_4a00_855d_f57cf06debbb); pub const WPD_FUNCTIONAL_CATEGORY_DEVICE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x08ea466b_e3a4_4336_a1f3_a44d2b5c438c); @@ -1112,105 +867,57 @@ pub const WPD_FUNCTIONAL_CATEGORY_SMS: windows_sys::core::GUID = windows_sys::co pub const WPD_FUNCTIONAL_CATEGORY_STILL_IMAGE_CAPTURE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x613ca327_ab93_4900_b4fa_895bb5874b79); pub const WPD_FUNCTIONAL_CATEGORY_STORAGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x23f05bbc_15de_4c2a_a55b_a9af5ce412ef); pub const WPD_FUNCTIONAL_CATEGORY_VIDEO_CAPTURE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe23e5f6b_7243_43aa_8df1_0eb3d968a918); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_FUNCTIONAL_OBJECT_CATEGORY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8f052d93_abca_4fc5_a5ac_b01df4dbe598), pid: 2 }; +pub const WPD_FUNCTIONAL_OBJECT_CATEGORY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8f052d93_abca_4fc5_a5ac_b01df4dbe598), pid: 2 }; pub const WPD_FUNCTIONAL_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8f052d93_abca_4fc5_a5ac_b01df4dbe598); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_BITDEPTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_COLOR_CORRECTED_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_CROPPED_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_EXPOSURE_INDEX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_EXPOSURE_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_FNUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_HORIZONTAL_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 9 }; +pub const WPD_IMAGE_BITDEPTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 3 }; +pub const WPD_IMAGE_COLOR_CORRECTED_STATUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 5 }; +pub const WPD_IMAGE_CROPPED_STATUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 4 }; +pub const WPD_IMAGE_EXPOSURE_INDEX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 8 }; +pub const WPD_IMAGE_EXPOSURE_TIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 7 }; +pub const WPD_IMAGE_FNUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 6 }; +pub const WPD_IMAGE_HORIZONTAL_RESOLUTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 9 }; pub const WPD_IMAGE_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_VERTICAL_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_ALBUM_ARTIST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_ARTIST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_AUDIO_ENCODING_PROFILE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 49 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_BITRATE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_BUY_NOW: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_BYTE_BOOKMARK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 36 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_COMPOSER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_COPYRIGHT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_DESTINATION_URL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_DURATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_EFFECTIVE_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_ENCODING_PROFILE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_GENRE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_GUID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 38 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_HEIGHT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_LAST_ACCESSED_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_LAST_BUILD_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 35 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_MANAGING_EDITOR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_META_GENRE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_OBJECT_BOOKMARK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_OWNER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_PARENTAL_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 9 }; +pub const WPD_IMAGE_VERTICAL_RESOLUTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 10 }; +pub const WPD_MEDIA_ALBUM_ARTIST: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 25 }; +pub const WPD_MEDIA_ARTIST: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 24 }; +pub const WPD_MEDIA_AUDIO_ENCODING_PROFILE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 49 }; +pub const WPD_MEDIA_BITRATE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 3 }; +pub const WPD_MEDIA_BUY_NOW: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 20 }; +pub const WPD_MEDIA_BYTE_BOOKMARK: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 36 }; +pub const WPD_MEDIA_COMPOSER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 11 }; +pub const WPD_MEDIA_COPYRIGHT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 4 }; +pub const WPD_MEDIA_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 31 }; +pub const WPD_MEDIA_DESTINATION_URL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 30 }; +pub const WPD_MEDIA_DURATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 19 }; +pub const WPD_MEDIA_EFFECTIVE_RATING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 12 }; +pub const WPD_MEDIA_ENCODING_PROFILE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 21 }; +pub const WPD_MEDIA_GENRE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 32 }; +pub const WPD_MEDIA_GUID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 38 }; +pub const WPD_MEDIA_HEIGHT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 23 }; +pub const WPD_MEDIA_LAST_ACCESSED_TIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 8 }; +pub const WPD_MEDIA_LAST_BUILD_DATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 35 }; +pub const WPD_MEDIA_MANAGING_EDITOR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 27 }; +pub const WPD_MEDIA_META_GENRE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 10 }; +pub const WPD_MEDIA_OBJECT_BOOKMARK: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 34 }; +pub const WPD_MEDIA_OWNER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 26 }; +pub const WPD_MEDIA_PARENTAL_RATING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 9 }; pub const WPD_MEDIA_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_RELEASE_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SAMPLE_RATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SKIP_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SOURCE_URL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_STAR_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SUBSCRIPTION_CONTENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SUB_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 39 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SUB_TITLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_TIME_BOOKMARK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_TIME_TO_LIVE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_TITLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_TOTAL_BITRATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_USER_EFFECTIVE_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_USE_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_WEBMASTER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_WIDTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 22 }; +pub const WPD_MEDIA_RELEASE_DATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 14 }; +pub const WPD_MEDIA_SAMPLE_RATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 15 }; +pub const WPD_MEDIA_SKIP_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 7 }; +pub const WPD_MEDIA_SOURCE_URL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 29 }; +pub const WPD_MEDIA_STAR_RATING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 16 }; +pub const WPD_MEDIA_SUBSCRIPTION_CONTENT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 5 }; +pub const WPD_MEDIA_SUB_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 39 }; +pub const WPD_MEDIA_SUB_TITLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 13 }; +pub const WPD_MEDIA_TIME_BOOKMARK: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 33 }; +pub const WPD_MEDIA_TIME_TO_LIVE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 37 }; +pub const WPD_MEDIA_TITLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 18 }; +pub const WPD_MEDIA_TOTAL_BITRATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 2 }; +pub const WPD_MEDIA_USER_EFFECTIVE_RATING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 17 }; +pub const WPD_MEDIA_USE_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 6 }; +pub const WPD_MEDIA_WEBMASTER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 28 }; +pub const WPD_MEDIA_WIDTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 22 }; pub const WPD_MEMO_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5ffbfc7b_7483_41ad_afb9_da3f4e592b8d); pub const WPD_META_GENRE_AUDIO_PODCAST: WPD_META_GENRES = 64i32; pub const WPD_META_GENRE_FEATURE_FILM_VIDEO_FILE: WPD_META_GENRES = 37i32; @@ -1232,44 +939,26 @@ pub const WPD_META_GENRE_TRAINING_EDUCATIONAL_VIDEO_FILE: WPD_META_GENRES = 39i3 pub const WPD_META_GENRE_UNUSED: WPD_META_GENRES = 0i32; pub const WPD_META_GENRE_VIDEO_PODCAST: WPD_META_GENRES = 65i32; pub const WPD_METHOD_ATTRIBUTES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_METHOD_ATTRIBUTE_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_METHOD_ATTRIBUTE_ASSOCIATED_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_METHOD_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_METHOD_ATTRIBUTE_PARAMETERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MUSIC_ALBUM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MUSIC_LYRICS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MUSIC_MOOD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 8 }; +pub const WPD_METHOD_ATTRIBUTE_ACCESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 4 }; +pub const WPD_METHOD_ATTRIBUTE_ASSOCIATED_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 3 }; +pub const WPD_METHOD_ATTRIBUTE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 2 }; +pub const WPD_METHOD_ATTRIBUTE_PARAMETERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 5 }; +pub const WPD_MUSIC_ALBUM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 3 }; +pub const WPD_MUSIC_LYRICS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 6 }; +pub const WPD_MUSIC_MOOD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 8 }; pub const WPD_MUSIC_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MUSIC_TRACK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_NETWORK_ASSOCIATION_HOST_NETWORK_IDENTIFIERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4c93c1f_b203_43f1_a100_5a07d11b0274), pid: 2 }; +pub const WPD_MUSIC_TRACK: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 4 }; +pub const WPD_NETWORK_ASSOCIATION_HOST_NETWORK_IDENTIFIERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4c93c1f_b203_43f1_a100_5a07d11b0274), pid: 2 }; pub const WPD_NETWORK_ASSOCIATION_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe4c93c1f_b203_43f1_a100_5a07d11b0274); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_NETWORK_ASSOCIATION_X509V3SEQUENCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4c93c1f_b203_43f1_a100_5a07d11b0274), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_BACK_REFERENCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_CAN_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_CONTAINER_FUNCTIONAL_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_CONTENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_DATE_AUTHORED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_DATE_CREATED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_DATE_MODIFIED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 6 }; +pub const WPD_NETWORK_ASSOCIATION_X509V3SEQUENCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4c93c1f_b203_43f1_a100_5a07d11b0274), pid: 3 }; +pub const WPD_OBJECT_BACK_REFERENCES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 21 }; +pub const WPD_OBJECT_CAN_DELETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 26 }; +pub const WPD_OBJECT_CONTAINER_FUNCTIONAL_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 23 }; +pub const WPD_OBJECT_CONTENT_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 7 }; +pub const WPD_OBJECT_DATE_AUTHORED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 20 }; +pub const WPD_OBJECT_DATE_CREATED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 18 }; +pub const WPD_OBJECT_DATE_MODIFIED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 19 }; +pub const WPD_OBJECT_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 6 }; pub const WPD_OBJECT_FORMAT_3G2: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb9850000_ae6c_4804_98ba_c57b46965fe7); pub const WPD_OBJECT_FORMAT_3G2A: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1a11202d_8759_4e34_ba5e_b1211087eee4); pub const WPD_OBJECT_FORMAT_3GP: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb9840000_ae6c_4804_98ba_c57b46965fe7); @@ -1341,42 +1030,25 @@ pub const WPD_OBJECT_FORMAT_WMV: windows_sys::core::GUID = windows_sys::core::GU pub const WPD_OBJECT_FORMAT_WPLPLAYLIST: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xba100000_ae6c_4804_98ba_c57b46965fe7); pub const WPD_OBJECT_FORMAT_X509V3CERTIFICATE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb1030000_ae6c_4804_98ba_c57b46965fe7); pub const WPD_OBJECT_FORMAT_XML: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xba820000_ae6c_4804_98ba_c57b46965fe7); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_GENERATE_THUMBNAIL_FROM_RESOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_HINT_LOCATION_DISPLAY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_ISHIDDEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_ISSYSTEM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_IS_DRM_PROTECTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_KEYWORDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_LANGUAGE_LOCALE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_NON_CONSUMABLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_ORIGINAL_FILE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_PARENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_PERSISTENT_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 5 }; +pub const WPD_OBJECT_GENERATE_THUMBNAIL_FROM_RESOURCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 24 }; +pub const WPD_OBJECT_HINT_LOCATION_DISPLAY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 25 }; +pub const WPD_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 2 }; +pub const WPD_OBJECT_ISHIDDEN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 9 }; +pub const WPD_OBJECT_ISSYSTEM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 10 }; +pub const WPD_OBJECT_IS_DRM_PROTECTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 17 }; +pub const WPD_OBJECT_KEYWORDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 15 }; +pub const WPD_OBJECT_LANGUAGE_LOCALE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 27 }; +pub const WPD_OBJECT_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 4 }; +pub const WPD_OBJECT_NON_CONSUMABLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 13 }; +pub const WPD_OBJECT_ORIGINAL_FILE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 12 }; +pub const WPD_OBJECT_PARENT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 3 }; +pub const WPD_OBJECT_PERSISTENT_UNIQUE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 5 }; pub const WPD_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c); pub const WPD_OBJECT_PROPERTIES_V2: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0373cd3d_4a46_40d7_b4d8_73e8da74e775); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_REFERENCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_SUPPORTED_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0373cd3d_4a46_40d7_b4d8_73e8da74e775), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_SYNC_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 16 }; +pub const WPD_OBJECT_REFERENCES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 14 }; +pub const WPD_OBJECT_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 11 }; +pub const WPD_OBJECT_SUPPORTED_UNITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0373cd3d_4a46_40d7_b4d8_73e8da74e775), pid: 2 }; +pub const WPD_OBJECT_SYNC_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 16 }; pub const WPD_OPERATION_STATE_ABORTED: WPD_OPERATION_STATES = 6i32; pub const WPD_OPERATION_STATE_CANCELLED: WPD_OPERATION_STATES = 4i32; pub const WPD_OPERATION_STATE_FINISHED: WPD_OPERATION_STATES = 5i32; @@ -1384,48 +1056,30 @@ pub const WPD_OPERATION_STATE_PAUSED: WPD_OPERATION_STATES = 3i32; pub const WPD_OPERATION_STATE_RUNNING: WPD_OPERATION_STATES = 2i32; pub const WPD_OPERATION_STATE_STARTED: WPD_OPERATION_STATES = 1i32; pub const WPD_OPERATION_STATE_UNSPECIFIED: WPD_OPERATION_STATES = 0i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_OBJECT_MANAGEMENT_RECURSIVE_DELETE_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 5001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_OBJECT_RESOURCES_NO_INPUT_BUFFER_ON_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_READ_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_WRITE_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_SMS_BINARY_MESSAGE_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 5001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_VALID_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 5001 }; +pub const WPD_OPTION_OBJECT_MANAGEMENT_RECURSIVE_DELETE_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 5001 }; +pub const WPD_OPTION_OBJECT_RESOURCES_NO_INPUT_BUFFER_ON_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5003 }; +pub const WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_READ_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5001 }; +pub const WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_WRITE_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5002 }; +pub const WPD_OPTION_SMS_BINARY_MESSAGE_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 5001 }; +pub const WPD_OPTION_VALID_OBJECT_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 5001 }; pub const WPD_PARAMETER_ATTRIBUTES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_DEFAULT_VALUE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_ENUMERATION_ELEMENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_FORM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 4 }; +pub const WPD_PARAMETER_ATTRIBUTE_DEFAULT_VALUE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 5 }; +pub const WPD_PARAMETER_ATTRIBUTE_ENUMERATION_ELEMENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 9 }; +pub const WPD_PARAMETER_ATTRIBUTE_FORM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 4 }; pub const WPD_PARAMETER_ATTRIBUTE_FORM_ENUMERATION: WpdParameterAttributeForm = 2i32; pub const WPD_PARAMETER_ATTRIBUTE_FORM_OBJECT_IDENTIFIER: WpdParameterAttributeForm = 4i32; pub const WPD_PARAMETER_ATTRIBUTE_FORM_RANGE: WpdParameterAttributeForm = 1i32; pub const WPD_PARAMETER_ATTRIBUTE_FORM_REGULAR_EXPRESSION: WpdParameterAttributeForm = 3i32; pub const WPD_PARAMETER_ATTRIBUTE_FORM_UNSPECIFIED: WpdParameterAttributeForm = 0i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_MAX_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_ORDER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_RANGE_MAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_RANGE_MIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_RANGE_STEP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_REGULAR_EXPRESSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_USAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_VARTYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 12 }; +pub const WPD_PARAMETER_ATTRIBUTE_MAX_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 11 }; +pub const WPD_PARAMETER_ATTRIBUTE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 13 }; +pub const WPD_PARAMETER_ATTRIBUTE_ORDER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 2 }; +pub const WPD_PARAMETER_ATTRIBUTE_RANGE_MAX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 7 }; +pub const WPD_PARAMETER_ATTRIBUTE_RANGE_MIN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 6 }; +pub const WPD_PARAMETER_ATTRIBUTE_RANGE_STEP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 8 }; +pub const WPD_PARAMETER_ATTRIBUTE_REGULAR_EXPRESSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 10 }; +pub const WPD_PARAMETER_ATTRIBUTE_USAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 3 }; +pub const WPD_PARAMETER_ATTRIBUTE_VARTYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 12 }; pub const WPD_PARAMETER_USAGE_IN: WPD_PARAMETER_USAGE_TYPES = 1i32; pub const WPD_PARAMETER_USAGE_INOUT: WPD_PARAMETER_USAGE_TYPES = 3i32; pub const WPD_PARAMETER_USAGE_OUT: WPD_PARAMETER_USAGE_TYPES = 2i32; @@ -1436,454 +1090,240 @@ pub const WPD_PROPERTIES_MTP_VENDOR_EXTENDED_DEVICE_PROPS: windows_sys::core::GU pub const WPD_PROPERTIES_MTP_VENDOR_EXTENDED_OBJECT_PROPS: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x4d545058_4fce_4578_95c8_8698a9bc0f49); pub const WPD_PROPERTY_ATTRIBUTES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37); pub const WPD_PROPERTY_ATTRIBUTES_V2: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x5d9da160_74ae_43cc_85a9_fe555a80798e); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_CAN_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_CAN_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_CAN_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_DEFAULT_VALUE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_ENUMERATION_ELEMENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_FAST_PROPERTY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_FORM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 2 }; +pub const WPD_PROPERTY_ATTRIBUTE_CAN_DELETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 5 }; +pub const WPD_PROPERTY_ATTRIBUTE_CAN_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 3 }; +pub const WPD_PROPERTY_ATTRIBUTE_CAN_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 4 }; +pub const WPD_PROPERTY_ATTRIBUTE_DEFAULT_VALUE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 6 }; +pub const WPD_PROPERTY_ATTRIBUTE_ENUMERATION_ELEMENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 11 }; +pub const WPD_PROPERTY_ATTRIBUTE_FAST_PROPERTY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 7 }; +pub const WPD_PROPERTY_ATTRIBUTE_FORM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 2 }; pub const WPD_PROPERTY_ATTRIBUTE_FORM_ENUMERATION: WpdAttributeForm = 2i32; pub const WPD_PROPERTY_ATTRIBUTE_FORM_OBJECT_IDENTIFIER: WpdAttributeForm = 4i32; pub const WPD_PROPERTY_ATTRIBUTE_FORM_RANGE: WpdAttributeForm = 1i32; pub const WPD_PROPERTY_ATTRIBUTE_FORM_REGULAR_EXPRESSION: WpdAttributeForm = 3i32; pub const WPD_PROPERTY_ATTRIBUTE_FORM_UNSPECIFIED: WpdAttributeForm = 0i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_MAX_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x5d9da160_74ae_43cc_85a9_fe555a80798e), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_RANGE_MAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_RANGE_MIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_RANGE_STEP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_REGULAR_EXPRESSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_VARTYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x5d9da160_74ae_43cc_85a9_fe555a80798e), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_COMMAND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_CONTENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_CONTENT_TYPES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_EVENT_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1015 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_WRITE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_INTERFACES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_REGISTRATION_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_ACTIVITY_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_CLIENT_INFORMATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_CLIENT_INFORMATION_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_COMMAND_CATEGORY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_COMMAND_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_COMMAND_TARGET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_DRIVER_ERROR_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_HRESULT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_PERSISTENT_UNIQUE_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_DEVICE_HINTS_CONTENT_LOCATIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_DEVICE_HINTS_CONTENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_EVENT_PARAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_ef88_4e4d_95c3_4f327f728a96), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_OPERATION_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_OPERATION_PARAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_RESPONSE_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_RESPONSE_PARAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_WRITTEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_TOTAL_DATA_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_VENDOR_EXTENSION_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_VENDOR_OPERATION_CODES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_NULL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x00000000_0000_0000_0000_000000000000), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_ENUMERATION_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_ENUMERATION_FILTER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_ENUMERATION_NUM_OBJECTS_REQUESTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_ENUMERATION_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_ENUMERATION_PARENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_COPY_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_CREATION_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DESTINATION_FOLDER_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_MOVE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_WRITTEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1016 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1015 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_UPDATE_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_DEPTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PARENT_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_WRITE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_DELETE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_WRITE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_ACCESS_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_WRITTEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_POSITION_FROM_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_SEEK_OFFSET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_SEEK_ORIGIN_FLAG: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_STREAM_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1016 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_SUPPORTS_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1015 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_PUBLIC_KEY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1018 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1019 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITANCE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITED_SERVICES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1015 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_RENDERING_PROFILES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1016 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1017 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_METHODS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_METHOD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_METHOD_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_METHOD_HRESULT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_METHOD_PARAMETER_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_METHOD_RESULT_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x322f071d_36ef_477f_b4b5_6f52d734baee), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SMS_BINARY_MESSAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SMS_MESSAGE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SMS_RECIPIENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SMS_TEXT_MESSAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_STORAGE_DESTINATION_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_STORAGE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 1001 }; +pub const WPD_PROPERTY_ATTRIBUTE_MAX_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 13 }; +pub const WPD_PROPERTY_ATTRIBUTE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x5d9da160_74ae_43cc_85a9_fe555a80798e), pid: 2 }; +pub const WPD_PROPERTY_ATTRIBUTE_RANGE_MAX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 9 }; +pub const WPD_PROPERTY_ATTRIBUTE_RANGE_MIN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 8 }; +pub const WPD_PROPERTY_ATTRIBUTE_RANGE_STEP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 10 }; +pub const WPD_PROPERTY_ATTRIBUTE_REGULAR_EXPRESSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 12 }; +pub const WPD_PROPERTY_ATTRIBUTE_VARTYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x5d9da160_74ae_43cc_85a9_fe555a80798e), pid: 3 }; +pub const WPD_PROPERTY_CAPABILITIES_COMMAND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1002 }; +pub const WPD_PROPERTY_CAPABILITIES_COMMAND_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1003 }; +pub const WPD_PROPERTY_CAPABILITIES_CONTENT_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1008 }; +pub const WPD_PROPERTY_CAPABILITIES_CONTENT_TYPES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1007 }; +pub const WPD_PROPERTY_CAPABILITIES_EVENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1014 }; +pub const WPD_PROPERTY_CAPABILITIES_EVENT_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1015 }; +pub const WPD_PROPERTY_CAPABILITIES_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1010 }; +pub const WPD_PROPERTY_CAPABILITIES_FORMATS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1009 }; +pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1004 }; +pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1005 }; +pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1006 }; +pub const WPD_PROPERTY_CAPABILITIES_PROPERTY_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1012 }; +pub const WPD_PROPERTY_CAPABILITIES_PROPERTY_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1011 }; +pub const WPD_PROPERTY_CAPABILITIES_SUPPORTED_COMMANDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1001 }; +pub const WPD_PROPERTY_CAPABILITIES_SUPPORTED_EVENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1013 }; +pub const WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 1001 }; +pub const WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_WRITE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 1002 }; +pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_INTERFACES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1002 }; +pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1001 }; +pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_REGISTRATION_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1003 }; +pub const WPD_PROPERTY_COMMON_ACTIVITY_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1011 }; +pub const WPD_PROPERTY_COMMON_CLIENT_INFORMATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1009 }; +pub const WPD_PROPERTY_COMMON_CLIENT_INFORMATION_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1010 }; +pub const WPD_PROPERTY_COMMON_COMMAND_CATEGORY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1001 }; +pub const WPD_PROPERTY_COMMON_COMMAND_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1002 }; +pub const WPD_PROPERTY_COMMON_COMMAND_TARGET: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1006 }; +pub const WPD_PROPERTY_COMMON_DRIVER_ERROR_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1004 }; +pub const WPD_PROPERTY_COMMON_HRESULT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1003 }; +pub const WPD_PROPERTY_COMMON_OBJECT_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1008 }; +pub const WPD_PROPERTY_COMMON_PERSISTENT_UNIQUE_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1007 }; +pub const WPD_PROPERTY_DEVICE_HINTS_CONTENT_LOCATIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 1002 }; +pub const WPD_PROPERTY_DEVICE_HINTS_CONTENT_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 1001 }; +pub const WPD_PROPERTY_MTP_EXT_EVENT_PARAMS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_ef88_4e4d_95c3_4f327f728a96), pid: 1011 }; +pub const WPD_PROPERTY_MTP_EXT_OPERATION_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1001 }; +pub const WPD_PROPERTY_MTP_EXT_OPERATION_PARAMS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1002 }; +pub const WPD_PROPERTY_MTP_EXT_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1013 }; +pub const WPD_PROPERTY_MTP_EXT_RESPONSE_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1003 }; +pub const WPD_PROPERTY_MTP_EXT_RESPONSE_PARAMS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1004 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1006 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1012 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1009 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1008 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1010 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_WRITTEN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1011 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_TOTAL_DATA_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1007 }; +pub const WPD_PROPERTY_MTP_EXT_VENDOR_EXTENSION_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1014 }; +pub const WPD_PROPERTY_MTP_EXT_VENDOR_OPERATION_CODES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1005 }; +pub const WPD_PROPERTY_NULL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x00000000_0000_0000_0000_000000000000), pid: 0 }; +pub const WPD_PROPERTY_OBJECT_ENUMERATION_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1004 }; +pub const WPD_PROPERTY_OBJECT_ENUMERATION_FILTER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1002 }; +pub const WPD_PROPERTY_OBJECT_ENUMERATION_NUM_OBJECTS_REQUESTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1005 }; +pub const WPD_PROPERTY_OBJECT_ENUMERATION_OBJECT_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1003 }; +pub const WPD_PROPERTY_OBJECT_ENUMERATION_PARENT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1001 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1002 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_COPY_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1013 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_CREATION_PROPERTIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1001 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1005 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1007 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1010 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DESTINATION_FOLDER_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1011 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_MOVE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1012 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_TO_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1003 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_WRITTEN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1004 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1016 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1006 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1009 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1008 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_PROPERTY_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1015 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_UPDATE_PROPERTIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1014 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1002 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_DEPTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1005 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1007 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1001 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PARENT_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1006 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PROPERTY_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1004 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1003 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_WRITE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1008 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1001 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1003 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_DELETE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1006 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1002 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1004 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_WRITE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1005 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_ACCESS_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1002 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1005 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1010 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1007 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1006 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1008 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_WRITTEN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1009 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1001 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1011 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_POSITION_FROM_START: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1014 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1004 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1003 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_SEEK_OFFSET: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1012 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_SEEK_ORIGIN_FLAG: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1013 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_STREAM_UNITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1016 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_SUPPORTS_UNITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1015 }; +pub const WPD_PROPERTY_PUBLIC_KEY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 1001 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1018 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1019 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1012 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1013 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1002 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMATS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1007 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1008 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITANCE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1014 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITED_SERVICES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1015 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1003 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1004 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1005 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1006 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1010 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1009 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_RENDERING_PROFILES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1016 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_COMMANDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1017 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_EVENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1011 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_METHODS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1001 }; +pub const WPD_PROPERTY_SERVICE_METHOD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1001 }; +pub const WPD_PROPERTY_SERVICE_METHOD_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1004 }; +pub const WPD_PROPERTY_SERVICE_METHOD_HRESULT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1005 }; +pub const WPD_PROPERTY_SERVICE_METHOD_PARAMETER_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1002 }; +pub const WPD_PROPERTY_SERVICE_METHOD_RESULT_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1003 }; +pub const WPD_PROPERTY_SERVICE_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x322f071d_36ef_477f_b4b5_6f52d734baee), pid: 1001 }; +pub const WPD_PROPERTY_SMS_BINARY_MESSAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1004 }; +pub const WPD_PROPERTY_SMS_MESSAGE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1002 }; +pub const WPD_PROPERTY_SMS_RECIPIENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1001 }; +pub const WPD_PROPERTY_SMS_TEXT_MESSAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1003 }; +pub const WPD_PROPERTY_STORAGE_DESTINATION_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 1002 }; +pub const WPD_PROPERTY_STORAGE_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 1001 }; pub const WPD_RENDERING_INFORMATION_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RENDERING_INFORMATION_PROFILES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_CREATABLE_RESOURCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 3 }; +pub const WPD_RENDERING_INFORMATION_PROFILES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 2 }; +pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_CREATABLE_RESOURCES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 4 }; +pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 3 }; pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECT: WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES = 0i32; pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCE: WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES = 1i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ALBUM_ART: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf02aa354_2300_4e2d_a1b9_3b6730f7fa21), pid: 0 }; +pub const WPD_RESOURCE_ALBUM_ART: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf02aa354_2300_4e2d_a1b9_3b6730f7fa21), pid: 0 }; pub const WPD_RESOURCE_ATTRIBUTES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_CAN_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_CAN_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_CAN_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_OPTIMAL_READ_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_OPTIMAL_WRITE_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_RESOURCE_KEY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_TOTAL_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_AUDIO_CLIP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3bc13982_85b1_48e0_95a6_8d3ad06be117), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_BRANDING_ART: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb633b1ae_6caf_4a87_9589_22ded6dd5899), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_CONTACT_PHOTO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2c4d6803_80ea_4580_af9a_5be1a23eddcb), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_DEFAULT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe81e79be_34f0_41bf_b53f_f1a06ae87842), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_GENERIC: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb9b9f515_ba70_4647_94dc_fa4925e95a07), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ICON: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf195fed8_aa28_4ee3_b153_e182dd5edc39), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_THUMBNAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xc7c407ba_98fa_46b5_9960_23fec124cfde), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_VIDEO_CLIP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb566ee42_6368_4290_8662_70182fb79f20), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SECTION_DATA_LENGTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SECTION_DATA_OFFSET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SECTION_DATA_REFERENCED_OBJECT_RESOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SECTION_DATA_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 4 }; +pub const WPD_RESOURCE_ATTRIBUTE_CAN_DELETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 5 }; +pub const WPD_RESOURCE_ATTRIBUTE_CAN_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 3 }; +pub const WPD_RESOURCE_ATTRIBUTE_CAN_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 4 }; +pub const WPD_RESOURCE_ATTRIBUTE_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 8 }; +pub const WPD_RESOURCE_ATTRIBUTE_OPTIMAL_READ_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 6 }; +pub const WPD_RESOURCE_ATTRIBUTE_OPTIMAL_WRITE_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 7 }; +pub const WPD_RESOURCE_ATTRIBUTE_RESOURCE_KEY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 9 }; +pub const WPD_RESOURCE_ATTRIBUTE_TOTAL_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 2 }; +pub const WPD_RESOURCE_AUDIO_CLIP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3bc13982_85b1_48e0_95a6_8d3ad06be117), pid: 0 }; +pub const WPD_RESOURCE_BRANDING_ART: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb633b1ae_6caf_4a87_9589_22ded6dd5899), pid: 0 }; +pub const WPD_RESOURCE_CONTACT_PHOTO: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2c4d6803_80ea_4580_af9a_5be1a23eddcb), pid: 0 }; +pub const WPD_RESOURCE_DEFAULT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe81e79be_34f0_41bf_b53f_f1a06ae87842), pid: 0 }; +pub const WPD_RESOURCE_GENERIC: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb9b9f515_ba70_4647_94dc_fa4925e95a07), pid: 0 }; +pub const WPD_RESOURCE_ICON: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf195fed8_aa28_4ee3_b153_e182dd5edc39), pid: 0 }; +pub const WPD_RESOURCE_THUMBNAIL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xc7c407ba_98fa_46b5_9960_23fec124cfde), pid: 0 }; +pub const WPD_RESOURCE_VIDEO_CLIP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb566ee42_6368_4290_8662_70182fb79f20), pid: 0 }; +pub const WPD_SECTION_DATA_LENGTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 3 }; +pub const WPD_SECTION_DATA_OFFSET: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 2 }; +pub const WPD_SECTION_DATA_REFERENCED_OBJECT_RESOURCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 5 }; +pub const WPD_SECTION_DATA_UNITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 4 }; pub const WPD_SECTION_DATA_UNITS_BYTES: WPD_SECTION_DATA_UNITS_VALUES = 0i32; pub const WPD_SECTION_DATA_UNITS_MILLISECONDS: WPD_SECTION_DATA_UNITS_VALUES = 1i32; pub const WPD_SECTION_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66); pub const WPD_SERVICE_INHERITANCE_IMPLEMENTATION: WPD_SERVICE_INHERITANCE_TYPES = 0i32; pub const WPD_SERVICE_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7510698a_cb54_481c_b8db_0d75c93f1c06); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SERVICE_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7510698a_cb54_481c_b8db_0d75c93f1c06), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SMS_ENCODING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SMS_MAX_PAYLOAD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 4 }; +pub const WPD_SERVICE_VERSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7510698a_cb54_481c_b8db_0d75c93f1c06), pid: 2 }; +pub const WPD_SMS_ENCODING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 5 }; +pub const WPD_SMS_MAX_PAYLOAD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 4 }; pub const WPD_SMS_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SMS_PROVIDER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SMS_TIMEOUT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_ARTIST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_BURST_INTERVAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_BURST_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAMERA_MANUFACTURER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAMERA_MODEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAPTURE_DELAY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAPTURE_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAPTURE_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 18 }; +pub const WPD_SMS_PROVIDER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 2 }; +pub const WPD_SMS_TIMEOUT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 3 }; +pub const WPD_STILL_IMAGE_ARTIST: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 29 }; +pub const WPD_STILL_IMAGE_BURST_INTERVAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 24 }; +pub const WPD_STILL_IMAGE_BURST_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 23 }; +pub const WPD_STILL_IMAGE_CAMERA_MANUFACTURER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 31 }; +pub const WPD_STILL_IMAGE_CAMERA_MODEL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 30 }; +pub const WPD_STILL_IMAGE_CAPTURE_DELAY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 17 }; +pub const WPD_STILL_IMAGE_CAPTURE_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 3 }; +pub const WPD_STILL_IMAGE_CAPTURE_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 18 }; pub const WPD_STILL_IMAGE_CAPTURE_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAPTURE_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_COMPRESSION_SETTING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CONTRAST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_DIGITAL_ZOOM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EFFECT_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EXPOSURE_BIAS_COMPENSATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EXPOSURE_INDEX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EXPOSURE_METERING_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EXPOSURE_PROGRAM_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EXPOSURE_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FLASH_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FNUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FOCAL_LENGTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FOCUS_DISTANCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FOCUS_METERING_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FOCUS_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_RGB_GAIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_SHARPNESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_TIMELAPSE_INTERVAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_TIMELAPSE_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_UPLOAD_URL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_WHITE_BALANCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_ACCESS_CAPABILITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 11 }; +pub const WPD_STILL_IMAGE_CAPTURE_RESOLUTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 2 }; +pub const WPD_STILL_IMAGE_COMPRESSION_SETTING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 4 }; +pub const WPD_STILL_IMAGE_CONTRAST: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 19 }; +pub const WPD_STILL_IMAGE_DIGITAL_ZOOM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 21 }; +pub const WPD_STILL_IMAGE_EFFECT_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 22 }; +pub const WPD_STILL_IMAGE_EXPOSURE_BIAS_COMPENSATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 16 }; +pub const WPD_STILL_IMAGE_EXPOSURE_INDEX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 15 }; +pub const WPD_STILL_IMAGE_EXPOSURE_METERING_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 11 }; +pub const WPD_STILL_IMAGE_EXPOSURE_PROGRAM_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 14 }; +pub const WPD_STILL_IMAGE_EXPOSURE_TIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 13 }; +pub const WPD_STILL_IMAGE_FLASH_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 12 }; +pub const WPD_STILL_IMAGE_FNUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 7 }; +pub const WPD_STILL_IMAGE_FOCAL_LENGTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 8 }; +pub const WPD_STILL_IMAGE_FOCUS_DISTANCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 9 }; +pub const WPD_STILL_IMAGE_FOCUS_METERING_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 27 }; +pub const WPD_STILL_IMAGE_FOCUS_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 10 }; +pub const WPD_STILL_IMAGE_RGB_GAIN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 6 }; +pub const WPD_STILL_IMAGE_SHARPNESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 20 }; +pub const WPD_STILL_IMAGE_TIMELAPSE_INTERVAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 26 }; +pub const WPD_STILL_IMAGE_TIMELAPSE_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 25 }; +pub const WPD_STILL_IMAGE_UPLOAD_URL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 28 }; +pub const WPD_STILL_IMAGE_WHITE_BALANCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 5 }; +pub const WPD_STORAGE_ACCESS_CAPABILITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 11 }; pub const WPD_STORAGE_ACCESS_CAPABILITY_READWRITE: WPD_STORAGE_ACCESS_CAPABILITY_VALUES = 0i32; pub const WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITHOUT_OBJECT_DELETION: WPD_STORAGE_ACCESS_CAPABILITY_VALUES = 1i32; pub const WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITH_OBJECT_DELETION: WPD_STORAGE_ACCESS_CAPABILITY_VALUES = 2i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_CAPACITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_CAPACITY_IN_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_FILE_SYSTEM_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_FREE_SPACE_IN_BYTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_FREE_SPACE_IN_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_MAX_OBJECT_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 9 }; +pub const WPD_STORAGE_CAPACITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 4 }; +pub const WPD_STORAGE_CAPACITY_IN_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 10 }; +pub const WPD_STORAGE_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 7 }; +pub const WPD_STORAGE_FILE_SYSTEM_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 3 }; +pub const WPD_STORAGE_FREE_SPACE_IN_BYTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 5 }; +pub const WPD_STORAGE_FREE_SPACE_IN_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 6 }; +pub const WPD_STORAGE_MAX_OBJECT_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 9 }; pub const WPD_STORAGE_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_SERIAL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 2 }; +pub const WPD_STORAGE_SERIAL_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 8 }; +pub const WPD_STORAGE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 2 }; pub const WPD_STORAGE_TYPE_FIXED_RAM: WPD_STORAGE_TYPE_VALUES = 3i32; pub const WPD_STORAGE_TYPE_FIXED_ROM: WPD_STORAGE_TYPE_VALUES = 1i32; pub const WPD_STORAGE_TYPE_REMOVABLE_RAM: WPD_STORAGE_TYPE_VALUES = 4i32; @@ -1895,39 +1335,23 @@ pub const WPD_STREAM_UNITS_MICROSECONDS: WPD_STREAM_UNITS = 8i32; pub const WPD_STREAM_UNITS_MILLISECONDS: WPD_STREAM_UNITS = 4i32; pub const WPD_STREAM_UNITS_ROWS: WPD_STREAM_UNITS = 2i32; pub const WPD_TASK_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_TASK_OWNER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_TASK_PERCENT_COMPLETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_TASK_REMINDER_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_TASK_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_AUTHOR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_BITRATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_CREDITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_FOURCC_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_FRAMERATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_KEY_FRAME_DISTANCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 10 }; +pub const WPD_TASK_OWNER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 11 }; +pub const WPD_TASK_PERCENT_COMPLETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 8 }; +pub const WPD_TASK_REMINDER_DATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 10 }; +pub const WPD_TASK_STATUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 6 }; +pub const WPD_VIDEO_AUTHOR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 2 }; +pub const WPD_VIDEO_BITRATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 13 }; +pub const WPD_VIDEO_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 8 }; +pub const WPD_VIDEO_CREDITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 9 }; +pub const WPD_VIDEO_FOURCC_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 14 }; +pub const WPD_VIDEO_FRAMERATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 15 }; +pub const WPD_VIDEO_KEY_FRAME_DISTANCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 10 }; pub const WPD_VIDEO_OBJECT_PROPERTIES_V1: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_QUALITY_SETTING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_RECORDEDTV_CHANNEL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_RECORDEDTV_REPEAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_RECORDEDTV_STATION_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_SCAN_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 12 }; +pub const WPD_VIDEO_QUALITY_SETTING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 11 }; +pub const WPD_VIDEO_RECORDEDTV_CHANNEL_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 5 }; +pub const WPD_VIDEO_RECORDEDTV_REPEAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 7 }; +pub const WPD_VIDEO_RECORDEDTV_STATION_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 4 }; +pub const WPD_VIDEO_SCAN_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 12 }; pub const WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_LOWER_FIRST: WPD_VIDEO_SCAN_TYPES = 3i32; pub const WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_UPPER_FIRST: WPD_VIDEO_SCAN_TYPES = 2i32; pub const WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_LOWER_FIRST: WPD_VIDEO_SCAN_TYPES = 5i32; @@ -1989,11 +1413,10 @@ pub const PortableDeviceValues: windows_sys::core::GUID = windows_sys::core::GUI pub const PortableDeviceValuesCollection: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3882134d_14cf_4220_9cb4_435f86d83f60); pub const PortableDeviceWebControl: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x186dd02c_2dec_41b5_a7d4_b59056fade51); #[repr(C)] -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] #[derive(Clone, Copy)] pub struct WPD_COMMAND_ACCESS_LOOKUP_ENTRY { - pub Command: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, + pub Command: super::super::Foundation::PROPERTYKEY, pub AccessType: u32, - pub AccessProperty: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, + pub AccessProperty: super::super::Foundation::PROPERTYKEY, } pub const WpdSerializer: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0b91a74b_ad7c_4a9d_b563_29eef9167172); diff --git a/crates/libs/sys/src/Windows/Win32/Devices/Properties/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/Properties/mod.rs index 12dd3816d0..2fb71a209d 100644 --- a/crates/libs/sys/src/Windows/Win32/Devices/Properties/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Devices/Properties/mod.rs @@ -1,201 +1,201 @@ -pub const DEVPKEY_DevQuery_ObjectType: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x13673f42_a3d6_49f6_b4da_ae46e0c5237c), pid: 2 }; -pub const DEVPKEY_DeviceClass_Characteristics: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 29 }; -pub const DEVPKEY_DeviceClass_ClassCoInstallers: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x713d1703_a2e2_49f5_9214_56472ef3da5c), pid: 2 }; -pub const DEVPKEY_DeviceClass_ClassInstaller: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 5 }; -pub const DEVPKEY_DeviceClass_ClassName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 3 }; -pub const DEVPKEY_DeviceClass_DHPRebalanceOptOut: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd14d3ef3_66cf_4ba2_9d38_0ddb37ab4701), pid: 2 }; -pub const DEVPKEY_DeviceClass_DefaultService: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 11 }; -pub const DEVPKEY_DeviceClass_DevType: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 27 }; -pub const DEVPKEY_DeviceClass_Exclusive: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 28 }; -pub const DEVPKEY_DeviceClass_Icon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 4 }; -pub const DEVPKEY_DeviceClass_IconPath: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 12 }; -pub const DEVPKEY_DeviceClass_LowerFilters: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 20 }; -pub const DEVPKEY_DeviceClass_Name: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 2 }; -pub const DEVPKEY_DeviceClass_NoDisplayClass: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 8 }; -pub const DEVPKEY_DeviceClass_NoInstallClass: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 7 }; -pub const DEVPKEY_DeviceClass_NoUseClass: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 10 }; -pub const DEVPKEY_DeviceClass_PropPageProvider: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 6 }; -pub const DEVPKEY_DeviceClass_Security: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 25 }; -pub const DEVPKEY_DeviceClass_SecuritySDS: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 26 }; -pub const DEVPKEY_DeviceClass_SilentInstall: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 9 }; -pub const DEVPKEY_DeviceClass_UpperFilters: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 19 }; -pub const DEVPKEY_DeviceContainer_Address: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 51 }; -pub const DEVPKEY_DeviceContainer_AlwaysShowDeviceAsConnected: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 101 }; -pub const DEVPKEY_DeviceContainer_AssociationArray: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 80 }; -pub const DEVPKEY_DeviceContainer_BaselineExperienceId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 78 }; -pub const DEVPKEY_DeviceContainer_Category: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 90 }; -pub const DEVPKEY_DeviceContainer_CategoryGroup_Desc: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 94 }; -pub const DEVPKEY_DeviceContainer_CategoryGroup_Icon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 95 }; -pub const DEVPKEY_DeviceContainer_Category_Desc_Plural: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 92 }; -pub const DEVPKEY_DeviceContainer_Category_Desc_Singular: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 91 }; -pub const DEVPKEY_DeviceContainer_Category_Icon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 93 }; -pub const DEVPKEY_DeviceContainer_ConfigFlags: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 105 }; -pub const DEVPKEY_DeviceContainer_CustomPrivilegedPackageFamilyNames: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 107 }; -pub const DEVPKEY_DeviceContainer_DeviceDescription1: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 81 }; -pub const DEVPKEY_DeviceContainer_DeviceDescription2: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 82 }; -pub const DEVPKEY_DeviceContainer_DeviceFunctionSubRank: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 100 }; -pub const DEVPKEY_DeviceContainer_DiscoveryMethod: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 52 }; -pub const DEVPKEY_DeviceContainer_ExperienceId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 89 }; -pub const DEVPKEY_DeviceContainer_FriendlyName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12288 }; -pub const DEVPKEY_DeviceContainer_HasProblem: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 83 }; -pub const DEVPKEY_DeviceContainer_Icon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 57 }; -pub const DEVPKEY_DeviceContainer_InstallInProgress: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 9 }; -pub const DEVPKEY_DeviceContainer_IsAuthenticated: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 54 }; -pub const DEVPKEY_DeviceContainer_IsConnected: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 55 }; -pub const DEVPKEY_DeviceContainer_IsDefaultDevice: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 86 }; -pub const DEVPKEY_DeviceContainer_IsDeviceUniquelyIdentifiable: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 79 }; -pub const DEVPKEY_DeviceContainer_IsEncrypted: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 53 }; -pub const DEVPKEY_DeviceContainer_IsLocalMachine: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 70 }; -pub const DEVPKEY_DeviceContainer_IsMetadataSearchInProgress: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 72 }; -pub const DEVPKEY_DeviceContainer_IsNetworkDevice: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 85 }; -pub const DEVPKEY_DeviceContainer_IsNotInterestingForDisplay: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 74 }; -pub const DEVPKEY_DeviceContainer_IsPaired: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 56 }; -pub const DEVPKEY_DeviceContainer_IsRebootRequired: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 108 }; -pub const DEVPKEY_DeviceContainer_IsSharedDevice: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 84 }; -pub const DEVPKEY_DeviceContainer_IsShowInDisconnectedState: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 68 }; -pub const DEVPKEY_DeviceContainer_Last_Connected: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 67 }; -pub const DEVPKEY_DeviceContainer_Last_Seen: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 66 }; -pub const DEVPKEY_DeviceContainer_LaunchDeviceStageFromExplorer: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 77 }; -pub const DEVPKEY_DeviceContainer_LaunchDeviceStageOnDeviceConnect: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 76 }; -pub const DEVPKEY_DeviceContainer_Manufacturer: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8192 }; -pub const DEVPKEY_DeviceContainer_MetadataCabinet: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 87 }; -pub const DEVPKEY_DeviceContainer_MetadataChecksum: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 73 }; -pub const DEVPKEY_DeviceContainer_MetadataPath: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 71 }; -pub const DEVPKEY_DeviceContainer_ModelName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8194 }; -pub const DEVPKEY_DeviceContainer_ModelNumber: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8195 }; -pub const DEVPKEY_DeviceContainer_PrimaryCategory: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 97 }; -pub const DEVPKEY_DeviceContainer_PrivilegedPackageFamilyNames: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 106 }; -pub const DEVPKEY_DeviceContainer_RequiresPairingElevation: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 88 }; -pub const DEVPKEY_DeviceContainer_RequiresUninstallElevation: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 99 }; -pub const DEVPKEY_DeviceContainer_UnpairUninstall: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 98 }; -pub const DEVPKEY_DeviceContainer_Version: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 65 }; -pub const DEVPKEY_DeviceInterfaceClass_DefaultInterface: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x14c83a99_0b3f_44b7_be4c_a178d3990564), pid: 2 }; -pub const DEVPKEY_DeviceInterfaceClass_Name: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x14c83a99_0b3f_44b7_be4c_a178d3990564), pid: 3 }; -pub const DEVPKEY_DeviceInterface_Autoplay_Silent: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x434dd28f_9e75_450a_9ab9_ff61e618bad0), pid: 2 }; -pub const DEVPKEY_DeviceInterface_ClassGuid: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 4 }; -pub const DEVPKEY_DeviceInterface_Enabled: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 3 }; -pub const DEVPKEY_DeviceInterface_FriendlyName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 2 }; -pub const DEVPKEY_DeviceInterface_ReferenceString: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 5 }; -pub const DEVPKEY_DeviceInterface_Restricted: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 6 }; -pub const DEVPKEY_DeviceInterface_SchematicName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 9 }; -pub const DEVPKEY_DeviceInterface_UnrestrictedAppCapabilities: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 8 }; -pub const DEVPKEY_Device_AdditionalSoftwareRequested: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 19 }; -pub const DEVPKEY_Device_Address: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 30 }; -pub const DEVPKEY_Device_AssignedToGuest: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 24 }; -pub const DEVPKEY_Device_BaseContainerId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 38 }; -pub const DEVPKEY_Device_BiosDeviceName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 10 }; -pub const DEVPKEY_Device_BusNumber: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 23 }; -pub const DEVPKEY_Device_BusRelations: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 7 }; -pub const DEVPKEY_Device_BusReportedDeviceDesc: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 4 }; -pub const DEVPKEY_Device_BusTypeGuid: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 21 }; -pub const DEVPKEY_Device_Capabilities: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 17 }; -pub const DEVPKEY_Device_Characteristics: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 29 }; -pub const DEVPKEY_Device_Children: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 9 }; -pub const DEVPKEY_Device_Class: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 9 }; -pub const DEVPKEY_Device_ClassGuid: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 10 }; -pub const DEVPKEY_Device_CompanionApps: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x6a742654_d0b2_4420_a523_e068352ac1df), pid: 2 }; -pub const DEVPKEY_Device_CompatibleIds: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 4 }; -pub const DEVPKEY_Device_ConfigFlags: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 12 }; -pub const DEVPKEY_Device_ConfigurationId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 7 }; -pub const DEVPKEY_Device_ContainerId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 2 }; -pub const DEVPKEY_Device_CreatorProcessId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 25 }; -pub const DEVPKEY_Device_DHP_Rebalance_Policy: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 2 }; -pub const DEVPKEY_Device_DebuggerSafe: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 12 }; -pub const DEVPKEY_Device_DependencyDependents: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 21 }; -pub const DEVPKEY_Device_DependencyProviders: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 20 }; -pub const DEVPKEY_Device_DevNodeStatus: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 2 }; -pub const DEVPKEY_Device_DevType: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 27 }; -pub const DEVPKEY_Device_DeviceDesc: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 2 }; -pub const DEVPKEY_Device_Driver: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 11 }; -pub const DEVPKEY_Device_DriverCoInstallers: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 11 }; -pub const DEVPKEY_Device_DriverDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 2 }; -pub const DEVPKEY_Device_DriverDesc: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 4 }; -pub const DEVPKEY_Device_DriverInfPath: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 5 }; -pub const DEVPKEY_Device_DriverInfSection: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 6 }; -pub const DEVPKEY_Device_DriverInfSectionExt: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 7 }; -pub const DEVPKEY_Device_DriverLogoLevel: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 15 }; -pub const DEVPKEY_Device_DriverProblemDesc: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 11 }; -pub const DEVPKEY_Device_DriverPropPageProvider: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 10 }; -pub const DEVPKEY_Device_DriverProvider: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 9 }; -pub const DEVPKEY_Device_DriverRank: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 14 }; -pub const DEVPKEY_Device_DriverVersion: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 3 }; -pub const DEVPKEY_Device_EjectionRelations: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 4 }; -pub const DEVPKEY_Device_EnumeratorName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 24 }; -pub const DEVPKEY_Device_Exclusive: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 28 }; -pub const DEVPKEY_Device_ExtendedAddress: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 23 }; -pub const DEVPKEY_Device_ExtendedConfigurationIds: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 15 }; -pub const DEVPKEY_Device_FirmwareDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 17 }; -pub const DEVPKEY_Device_FirmwareRevision: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 19 }; -pub const DEVPKEY_Device_FirmwareVendor: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 26 }; -pub const DEVPKEY_Device_FirmwareVersion: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 18 }; -pub const DEVPKEY_Device_FirstInstallDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 101 }; -pub const DEVPKEY_Device_FriendlyName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 14 }; -pub const DEVPKEY_Device_FriendlyNameAttributes: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 3 }; -pub const DEVPKEY_Device_GenericDriverInstalled: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 18 }; -pub const DEVPKEY_Device_HardwareIds: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 3 }; -pub const DEVPKEY_Device_HasProblem: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 6 }; -pub const DEVPKEY_Device_InLocalMachineContainer: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 4 }; -pub const DEVPKEY_Device_InstallDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 100 }; -pub const DEVPKEY_Device_InstallState: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 36 }; -pub const DEVPKEY_Device_InstanceId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 256 }; -pub const DEVPKEY_Device_IsAssociateableByUserAction: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 7 }; -pub const DEVPKEY_Device_IsPresent: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 5 }; -pub const DEVPKEY_Device_IsRebootRequired: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 16 }; -pub const DEVPKEY_Device_LastArrivalDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 102 }; -pub const DEVPKEY_Device_LastRemovalDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 103 }; -pub const DEVPKEY_Device_Legacy: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 3 }; -pub const DEVPKEY_Device_LegacyBusType: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 22 }; -pub const DEVPKEY_Device_LocationInfo: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 15 }; -pub const DEVPKEY_Device_LocationPaths: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 37 }; -pub const DEVPKEY_Device_LowerFilters: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 20 }; -pub const DEVPKEY_Device_Manufacturer: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 13 }; -pub const DEVPKEY_Device_ManufacturerAttributes: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 4 }; -pub const DEVPKEY_Device_MatchingDeviceId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 8 }; -pub const DEVPKEY_Device_Model: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 39 }; -pub const DEVPKEY_Device_ModelId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 2 }; -pub const DEVPKEY_Device_NoConnectSound: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 17 }; -pub const DEVPKEY_Device_Numa_Node: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 3 }; -pub const DEVPKEY_Device_Numa_Proximity_Domain: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 1 }; -pub const DEVPKEY_Device_PDOName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 16 }; -pub const DEVPKEY_Device_Parent: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 8 }; -pub const DEVPKEY_Device_PhysicalDeviceLocation: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 9 }; -pub const DEVPKEY_Device_PostInstallInProgress: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 13 }; -pub const DEVPKEY_Device_PowerData: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 32 }; -pub const DEVPKEY_Device_PowerRelations: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 6 }; -pub const DEVPKEY_Device_PresenceNotForDevice: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 5 }; -pub const DEVPKEY_Device_PrimaryCompanionApp: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x6a742654_d0b2_4420_a523_e068352ac1df), pid: 3 }; -pub const DEVPKEY_Device_ProblemCode: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 3 }; -pub const DEVPKEY_Device_ProblemStatus: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 12 }; -pub const DEVPKEY_Device_RemovalPolicy: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 33 }; -pub const DEVPKEY_Device_RemovalPolicyDefault: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 34 }; -pub const DEVPKEY_Device_RemovalPolicyOverride: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 35 }; -pub const DEVPKEY_Device_RemovalRelations: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 5 }; -pub const DEVPKEY_Device_Reported: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 2 }; -pub const DEVPKEY_Device_ReportedDeviceIdsHash: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 8 }; -pub const DEVPKEY_Device_ResourcePickerExceptions: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 13 }; -pub const DEVPKEY_Device_ResourcePickerTags: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 12 }; -pub const DEVPKEY_Device_SafeRemovalRequired: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 2 }; -pub const DEVPKEY_Device_SafeRemovalRequiredOverride: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 3 }; -pub const DEVPKEY_Device_Security: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 25 }; -pub const DEVPKEY_Device_SecuritySDS: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 26 }; -pub const DEVPKEY_Device_Service: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 6 }; -pub const DEVPKEY_Device_SessionId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 6 }; -pub const DEVPKEY_Device_ShowInUninstallUI: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 8 }; -pub const DEVPKEY_Device_Siblings: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 10 }; -pub const DEVPKEY_Device_SignalStrength: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 6 }; -pub const DEVPKEY_Device_SoftRestartSupported: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 22 }; -pub const DEVPKEY_Device_Stack: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 14 }; -pub const DEVPKEY_Device_TransportRelations: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 11 }; -pub const DEVPKEY_Device_UINumber: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 18 }; -pub const DEVPKEY_Device_UINumberDescFormat: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 31 }; -pub const DEVPKEY_Device_UpperFilters: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 19 }; -pub const DEVPKEY_DrvPkg_BrandingIcon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 7 }; -pub const DEVPKEY_DrvPkg_DetailedDescription: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 4 }; -pub const DEVPKEY_DrvPkg_DocumentationLink: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 5 }; -pub const DEVPKEY_DrvPkg_Icon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 6 }; -pub const DEVPKEY_DrvPkg_Model: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 2 }; -pub const DEVPKEY_DrvPkg_VendorWebSite: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 3 }; -pub const DEVPKEY_NAME: DEVPROPKEY = DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 10 }; +pub const DEVPKEY_DevQuery_ObjectType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x13673f42_a3d6_49f6_b4da_ae46e0c5237c), pid: 2 }; +pub const DEVPKEY_DeviceClass_Characteristics: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 29 }; +pub const DEVPKEY_DeviceClass_ClassCoInstallers: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x713d1703_a2e2_49f5_9214_56472ef3da5c), pid: 2 }; +pub const DEVPKEY_DeviceClass_ClassInstaller: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 5 }; +pub const DEVPKEY_DeviceClass_ClassName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 3 }; +pub const DEVPKEY_DeviceClass_DHPRebalanceOptOut: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd14d3ef3_66cf_4ba2_9d38_0ddb37ab4701), pid: 2 }; +pub const DEVPKEY_DeviceClass_DefaultService: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 11 }; +pub const DEVPKEY_DeviceClass_DevType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 27 }; +pub const DEVPKEY_DeviceClass_Exclusive: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 28 }; +pub const DEVPKEY_DeviceClass_Icon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 4 }; +pub const DEVPKEY_DeviceClass_IconPath: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 12 }; +pub const DEVPKEY_DeviceClass_LowerFilters: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 20 }; +pub const DEVPKEY_DeviceClass_Name: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 2 }; +pub const DEVPKEY_DeviceClass_NoDisplayClass: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 8 }; +pub const DEVPKEY_DeviceClass_NoInstallClass: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 7 }; +pub const DEVPKEY_DeviceClass_NoUseClass: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 10 }; +pub const DEVPKEY_DeviceClass_PropPageProvider: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 6 }; +pub const DEVPKEY_DeviceClass_Security: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 25 }; +pub const DEVPKEY_DeviceClass_SecuritySDS: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 26 }; +pub const DEVPKEY_DeviceClass_SilentInstall: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 9 }; +pub const DEVPKEY_DeviceClass_UpperFilters: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 19 }; +pub const DEVPKEY_DeviceContainer_Address: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 51 }; +pub const DEVPKEY_DeviceContainer_AlwaysShowDeviceAsConnected: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 101 }; +pub const DEVPKEY_DeviceContainer_AssociationArray: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 80 }; +pub const DEVPKEY_DeviceContainer_BaselineExperienceId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 78 }; +pub const DEVPKEY_DeviceContainer_Category: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 90 }; +pub const DEVPKEY_DeviceContainer_CategoryGroup_Desc: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 94 }; +pub const DEVPKEY_DeviceContainer_CategoryGroup_Icon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 95 }; +pub const DEVPKEY_DeviceContainer_Category_Desc_Plural: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 92 }; +pub const DEVPKEY_DeviceContainer_Category_Desc_Singular: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 91 }; +pub const DEVPKEY_DeviceContainer_Category_Icon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 93 }; +pub const DEVPKEY_DeviceContainer_ConfigFlags: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 105 }; +pub const DEVPKEY_DeviceContainer_CustomPrivilegedPackageFamilyNames: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 107 }; +pub const DEVPKEY_DeviceContainer_DeviceDescription1: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 81 }; +pub const DEVPKEY_DeviceContainer_DeviceDescription2: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 82 }; +pub const DEVPKEY_DeviceContainer_DeviceFunctionSubRank: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 100 }; +pub const DEVPKEY_DeviceContainer_DiscoveryMethod: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 52 }; +pub const DEVPKEY_DeviceContainer_ExperienceId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 89 }; +pub const DEVPKEY_DeviceContainer_FriendlyName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12288 }; +pub const DEVPKEY_DeviceContainer_HasProblem: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 83 }; +pub const DEVPKEY_DeviceContainer_Icon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 57 }; +pub const DEVPKEY_DeviceContainer_InstallInProgress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 9 }; +pub const DEVPKEY_DeviceContainer_IsAuthenticated: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 54 }; +pub const DEVPKEY_DeviceContainer_IsConnected: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 55 }; +pub const DEVPKEY_DeviceContainer_IsDefaultDevice: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 86 }; +pub const DEVPKEY_DeviceContainer_IsDeviceUniquelyIdentifiable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 79 }; +pub const DEVPKEY_DeviceContainer_IsEncrypted: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 53 }; +pub const DEVPKEY_DeviceContainer_IsLocalMachine: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 70 }; +pub const DEVPKEY_DeviceContainer_IsMetadataSearchInProgress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 72 }; +pub const DEVPKEY_DeviceContainer_IsNetworkDevice: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 85 }; +pub const DEVPKEY_DeviceContainer_IsNotInterestingForDisplay: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 74 }; +pub const DEVPKEY_DeviceContainer_IsPaired: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 56 }; +pub const DEVPKEY_DeviceContainer_IsRebootRequired: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 108 }; +pub const DEVPKEY_DeviceContainer_IsSharedDevice: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 84 }; +pub const DEVPKEY_DeviceContainer_IsShowInDisconnectedState: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 68 }; +pub const DEVPKEY_DeviceContainer_Last_Connected: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 67 }; +pub const DEVPKEY_DeviceContainer_Last_Seen: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 66 }; +pub const DEVPKEY_DeviceContainer_LaunchDeviceStageFromExplorer: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 77 }; +pub const DEVPKEY_DeviceContainer_LaunchDeviceStageOnDeviceConnect: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 76 }; +pub const DEVPKEY_DeviceContainer_Manufacturer: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8192 }; +pub const DEVPKEY_DeviceContainer_MetadataCabinet: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 87 }; +pub const DEVPKEY_DeviceContainer_MetadataChecksum: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 73 }; +pub const DEVPKEY_DeviceContainer_MetadataPath: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 71 }; +pub const DEVPKEY_DeviceContainer_ModelName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8194 }; +pub const DEVPKEY_DeviceContainer_ModelNumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8195 }; +pub const DEVPKEY_DeviceContainer_PrimaryCategory: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 97 }; +pub const DEVPKEY_DeviceContainer_PrivilegedPackageFamilyNames: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 106 }; +pub const DEVPKEY_DeviceContainer_RequiresPairingElevation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 88 }; +pub const DEVPKEY_DeviceContainer_RequiresUninstallElevation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 99 }; +pub const DEVPKEY_DeviceContainer_UnpairUninstall: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 98 }; +pub const DEVPKEY_DeviceContainer_Version: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 65 }; +pub const DEVPKEY_DeviceInterfaceClass_DefaultInterface: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x14c83a99_0b3f_44b7_be4c_a178d3990564), pid: 2 }; +pub const DEVPKEY_DeviceInterfaceClass_Name: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x14c83a99_0b3f_44b7_be4c_a178d3990564), pid: 3 }; +pub const DEVPKEY_DeviceInterface_Autoplay_Silent: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x434dd28f_9e75_450a_9ab9_ff61e618bad0), pid: 2 }; +pub const DEVPKEY_DeviceInterface_ClassGuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 4 }; +pub const DEVPKEY_DeviceInterface_Enabled: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 3 }; +pub const DEVPKEY_DeviceInterface_FriendlyName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 2 }; +pub const DEVPKEY_DeviceInterface_ReferenceString: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 5 }; +pub const DEVPKEY_DeviceInterface_Restricted: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 6 }; +pub const DEVPKEY_DeviceInterface_SchematicName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 9 }; +pub const DEVPKEY_DeviceInterface_UnrestrictedAppCapabilities: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 8 }; +pub const DEVPKEY_Device_AdditionalSoftwareRequested: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 19 }; +pub const DEVPKEY_Device_Address: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 30 }; +pub const DEVPKEY_Device_AssignedToGuest: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 24 }; +pub const DEVPKEY_Device_BaseContainerId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 38 }; +pub const DEVPKEY_Device_BiosDeviceName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 10 }; +pub const DEVPKEY_Device_BusNumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 23 }; +pub const DEVPKEY_Device_BusRelations: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 7 }; +pub const DEVPKEY_Device_BusReportedDeviceDesc: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 4 }; +pub const DEVPKEY_Device_BusTypeGuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 21 }; +pub const DEVPKEY_Device_Capabilities: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 17 }; +pub const DEVPKEY_Device_Characteristics: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 29 }; +pub const DEVPKEY_Device_Children: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 9 }; +pub const DEVPKEY_Device_Class: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 9 }; +pub const DEVPKEY_Device_ClassGuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 10 }; +pub const DEVPKEY_Device_CompanionApps: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x6a742654_d0b2_4420_a523_e068352ac1df), pid: 2 }; +pub const DEVPKEY_Device_CompatibleIds: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 4 }; +pub const DEVPKEY_Device_ConfigFlags: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 12 }; +pub const DEVPKEY_Device_ConfigurationId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 7 }; +pub const DEVPKEY_Device_ContainerId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 2 }; +pub const DEVPKEY_Device_CreatorProcessId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 25 }; +pub const DEVPKEY_Device_DHP_Rebalance_Policy: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 2 }; +pub const DEVPKEY_Device_DebuggerSafe: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 12 }; +pub const DEVPKEY_Device_DependencyDependents: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 21 }; +pub const DEVPKEY_Device_DependencyProviders: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 20 }; +pub const DEVPKEY_Device_DevNodeStatus: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 2 }; +pub const DEVPKEY_Device_DevType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 27 }; +pub const DEVPKEY_Device_DeviceDesc: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 2 }; +pub const DEVPKEY_Device_Driver: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 11 }; +pub const DEVPKEY_Device_DriverCoInstallers: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 11 }; +pub const DEVPKEY_Device_DriverDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 2 }; +pub const DEVPKEY_Device_DriverDesc: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 4 }; +pub const DEVPKEY_Device_DriverInfPath: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 5 }; +pub const DEVPKEY_Device_DriverInfSection: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 6 }; +pub const DEVPKEY_Device_DriverInfSectionExt: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 7 }; +pub const DEVPKEY_Device_DriverLogoLevel: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 15 }; +pub const DEVPKEY_Device_DriverProblemDesc: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 11 }; +pub const DEVPKEY_Device_DriverPropPageProvider: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 10 }; +pub const DEVPKEY_Device_DriverProvider: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 9 }; +pub const DEVPKEY_Device_DriverRank: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 14 }; +pub const DEVPKEY_Device_DriverVersion: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 3 }; +pub const DEVPKEY_Device_EjectionRelations: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 4 }; +pub const DEVPKEY_Device_EnumeratorName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 24 }; +pub const DEVPKEY_Device_Exclusive: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 28 }; +pub const DEVPKEY_Device_ExtendedAddress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 23 }; +pub const DEVPKEY_Device_ExtendedConfigurationIds: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 15 }; +pub const DEVPKEY_Device_FirmwareDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 17 }; +pub const DEVPKEY_Device_FirmwareRevision: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 19 }; +pub const DEVPKEY_Device_FirmwareVendor: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 26 }; +pub const DEVPKEY_Device_FirmwareVersion: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 18 }; +pub const DEVPKEY_Device_FirstInstallDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 101 }; +pub const DEVPKEY_Device_FriendlyName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 14 }; +pub const DEVPKEY_Device_FriendlyNameAttributes: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 3 }; +pub const DEVPKEY_Device_GenericDriverInstalled: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 18 }; +pub const DEVPKEY_Device_HardwareIds: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 3 }; +pub const DEVPKEY_Device_HasProblem: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 6 }; +pub const DEVPKEY_Device_InLocalMachineContainer: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 4 }; +pub const DEVPKEY_Device_InstallDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 100 }; +pub const DEVPKEY_Device_InstallState: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 36 }; +pub const DEVPKEY_Device_InstanceId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 256 }; +pub const DEVPKEY_Device_IsAssociateableByUserAction: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 7 }; +pub const DEVPKEY_Device_IsPresent: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 5 }; +pub const DEVPKEY_Device_IsRebootRequired: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 16 }; +pub const DEVPKEY_Device_LastArrivalDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 102 }; +pub const DEVPKEY_Device_LastRemovalDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 103 }; +pub const DEVPKEY_Device_Legacy: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 3 }; +pub const DEVPKEY_Device_LegacyBusType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 22 }; +pub const DEVPKEY_Device_LocationInfo: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 15 }; +pub const DEVPKEY_Device_LocationPaths: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 37 }; +pub const DEVPKEY_Device_LowerFilters: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 20 }; +pub const DEVPKEY_Device_Manufacturer: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 13 }; +pub const DEVPKEY_Device_ManufacturerAttributes: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 4 }; +pub const DEVPKEY_Device_MatchingDeviceId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 8 }; +pub const DEVPKEY_Device_Model: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 39 }; +pub const DEVPKEY_Device_ModelId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 2 }; +pub const DEVPKEY_Device_NoConnectSound: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 17 }; +pub const DEVPKEY_Device_Numa_Node: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 3 }; +pub const DEVPKEY_Device_Numa_Proximity_Domain: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 1 }; +pub const DEVPKEY_Device_PDOName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 16 }; +pub const DEVPKEY_Device_Parent: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 8 }; +pub const DEVPKEY_Device_PhysicalDeviceLocation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 9 }; +pub const DEVPKEY_Device_PostInstallInProgress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 13 }; +pub const DEVPKEY_Device_PowerData: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 32 }; +pub const DEVPKEY_Device_PowerRelations: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 6 }; +pub const DEVPKEY_Device_PresenceNotForDevice: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 5 }; +pub const DEVPKEY_Device_PrimaryCompanionApp: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x6a742654_d0b2_4420_a523_e068352ac1df), pid: 3 }; +pub const DEVPKEY_Device_ProblemCode: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 3 }; +pub const DEVPKEY_Device_ProblemStatus: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 12 }; +pub const DEVPKEY_Device_RemovalPolicy: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 33 }; +pub const DEVPKEY_Device_RemovalPolicyDefault: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 34 }; +pub const DEVPKEY_Device_RemovalPolicyOverride: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 35 }; +pub const DEVPKEY_Device_RemovalRelations: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 5 }; +pub const DEVPKEY_Device_Reported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 2 }; +pub const DEVPKEY_Device_ReportedDeviceIdsHash: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 8 }; +pub const DEVPKEY_Device_ResourcePickerExceptions: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 13 }; +pub const DEVPKEY_Device_ResourcePickerTags: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 12 }; +pub const DEVPKEY_Device_SafeRemovalRequired: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 2 }; +pub const DEVPKEY_Device_SafeRemovalRequiredOverride: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 3 }; +pub const DEVPKEY_Device_Security: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 25 }; +pub const DEVPKEY_Device_SecuritySDS: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 26 }; +pub const DEVPKEY_Device_Service: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 6 }; +pub const DEVPKEY_Device_SessionId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 6 }; +pub const DEVPKEY_Device_ShowInUninstallUI: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 8 }; +pub const DEVPKEY_Device_Siblings: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 10 }; +pub const DEVPKEY_Device_SignalStrength: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 6 }; +pub const DEVPKEY_Device_SoftRestartSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 22 }; +pub const DEVPKEY_Device_Stack: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 14 }; +pub const DEVPKEY_Device_TransportRelations: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 11 }; +pub const DEVPKEY_Device_UINumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 18 }; +pub const DEVPKEY_Device_UINumberDescFormat: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 31 }; +pub const DEVPKEY_Device_UpperFilters: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 19 }; +pub const DEVPKEY_DrvPkg_BrandingIcon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 7 }; +pub const DEVPKEY_DrvPkg_DetailedDescription: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 4 }; +pub const DEVPKEY_DrvPkg_DocumentationLink: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 5 }; +pub const DEVPKEY_DrvPkg_Icon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 6 }; +pub const DEVPKEY_DrvPkg_Model: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 2 }; +pub const DEVPKEY_DrvPkg_VendorWebSite: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 3 }; +pub const DEVPKEY_NAME: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 10 }; pub const DEVPROPID_FIRST_USABLE: u32 = 2u32; pub const DEVPROP_FALSE: DEVPROP_BOOLEAN = 0u8; pub const DEVPROP_MASK_TYPE: u32 = 4095u32; @@ -240,7 +240,7 @@ pub type DEVPROPTYPE = u32; #[repr(C)] #[derive(Clone, Copy)] pub struct DEVPROPCOMPKEY { - pub Key: DEVPROPKEY, + pub Key: super::super::Foundation::DEVPROPKEY, pub Store: DEVPROPSTORE, pub LocaleName: windows_sys::core::PCWSTR, } @@ -252,10 +252,4 @@ pub struct DEVPROPERTY { pub BufferSize: u32, pub Buffer: *mut core::ffi::c_void, } -#[repr(C)] -#[derive(Clone, Copy)] -pub struct DEVPROPKEY { - pub fmtid: windows_sys::core::GUID, - pub pid: u32, -} pub type DEVPROP_BOOLEAN = u8; diff --git a/crates/libs/sys/src/Windows/Win32/Devices/Sensors/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/Sensors/mod.rs index c97ea7eeb8..6c6ecc022a 100644 --- a/crates/libs/sys/src/Windows/Win32/Devices/Sensors/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Devices/Sensors/mod.rs @@ -1,75 +1,73 @@ -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListAllocateBufferAndSerialize(sourcecollection : *const SENSOR_COLLECTION_LIST, ptargetbuffersizeinbytes : *mut u32, ptargetbuffer : *mut *mut u8) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListCopyAndMarshall(target : *mut SENSOR_COLLECTION_LIST, source : *const SENSOR_COLLECTION_LIST) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListDeserializeFromBuffer(sourcebuffersizeinbytes : u32, sourcebuffer : *const u8, targetcollection : *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListGetFillableCount(buffersizebytes : u32) -> u32); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListGetMarshalledSize(collection : *const SENSOR_COLLECTION_LIST) -> u32); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListGetMarshalledSizeWithoutSerialization(collection : *const SENSOR_COLLECTION_LIST) -> u32); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListGetSerializedSize(collection : *const SENSOR_COLLECTION_LIST) -> u32); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListMarshall(target : *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListSerializeToBuffer(sourcecollection : *const SENSOR_COLLECTION_LIST, targetbuffersizeinbytes : u32, targetbuffer : *mut u8) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListSortSubscribedActivitiesByConfidence(thresholds : *const SENSOR_COLLECTION_LIST, pcollection : *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListUpdateMarshalledPointer(collection : *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn EvaluateActivityThresholds(newsample : *const SENSOR_COLLECTION_LIST, oldsample : *const SENSOR_COLLECTION_LIST, thresholds : *const SENSOR_COLLECTION_LIST) -> super::super::Foundation:: BOOLEAN); windows_targets::link!("sensorsutilsv2.dll" "system" fn GetPerformanceTime(timems : *mut u32) -> super::super::Foundation:: NTSTATUS); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn InitPropVariantFromCLSIDArray(members : *const windows_sys::core::GUID, size : u32, ppropvar : *mut super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn InitPropVariantFromFloat(fltval : f32, ppropvar : *mut super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn IsCollectionListSame(lista : *const SENSOR_COLLECTION_LIST, listb : *const SENSOR_COLLECTION_LIST) -> super::super::Foundation:: BOOLEAN); windows_targets::link!("sensorsutilsv2.dll" "system" fn IsGUIDPresentInList(guidarray : *const windows_sys::core::GUID, arraylength : u32, guidelem : *const windows_sys::core::GUID) -> super::super::Foundation:: BOOLEAN); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn IsKeyPresentInCollectionList(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY) -> super::super::Foundation:: BOOLEAN); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -windows_targets::link!("sensorsutilsv2.dll" "system" fn IsKeyPresentInPropertyList(plist : *const SENSOR_PROPERTY_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY) -> super::super::Foundation:: BOOLEAN); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn IsKeyPresentInCollectionList(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY) -> super::super::Foundation:: BOOLEAN); +windows_targets::link!("sensorsutilsv2.dll" "system" fn IsKeyPresentInPropertyList(plist : *const SENSOR_PROPERTY_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY) -> super::super::Foundation:: BOOLEAN); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn IsSensorSubscribed(subscriptionlist : *const SENSOR_COLLECTION_LIST, currenttype : windows_sys::core::GUID) -> super::super::Foundation:: BOOLEAN); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetBool(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut super::super::Foundation:: BOOL) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetDouble(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut f64) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetFileTime(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut super::super::Foundation:: FILETIME) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetFloat(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut f32) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetGuid(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut windows_sys::core::GUID) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetInt32(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut i32) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetInt64(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut i64) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthInt64(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, occurrence : u32, pretvalue : *mut i64) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthUlong(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, occurrence : u32, pretvalue : *mut u32) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthUshort(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, occurrence : u32, pretvalue : *mut u16) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetPropVariant(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, typecheck : super::super::Foundation:: BOOLEAN, pvalue : *mut super::super::System::Com::StructuredStorage:: PROPVARIANT) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetUlong(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut u32) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetUshort(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut u16) -> super::super::Foundation:: NTSTATUS); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeySetPropVariant(plist : *mut SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, typecheck : super::super::Foundation:: BOOLEAN, pvalue : *const super::super::System::Com::StructuredStorage:: PROPVARIANT) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetBool(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut super::super::Foundation:: BOOL) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetDouble(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut f64) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetFileTime(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut super::super::Foundation:: FILETIME) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetFloat(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut f32) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetGuid(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut windows_sys::core::GUID) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetInt32(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut i32) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetInt64(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut i64) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthInt64(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, occurrence : u32, pretvalue : *mut i64) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthUlong(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, occurrence : u32, pretvalue : *mut u32) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthUshort(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, occurrence : u32, pretvalue : *mut u16) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetPropVariant(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, typecheck : super::super::Foundation:: BOOLEAN, pvalue : *mut super::super::System::Com::StructuredStorage:: PROPVARIANT) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetUlong(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut u32) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetUshort(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut u16) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeySetPropVariant(plist : *mut SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, typecheck : super::super::Foundation:: BOOLEAN, pvalue : *const super::super::System::Com::StructuredStorage:: PROPVARIANT) -> super::super::Foundation:: NTSTATUS); #[cfg(all(feature = "Win32_Devices_Properties", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("sensorsutilsv2.dll" "system" fn PropVariantGetInformation(propvariantvalue : *const super::super::System::Com::StructuredStorage:: PROPVARIANT, propvariantoffset : *mut u32, propvariantsize : *mut u32, propvariantpointer : *mut *mut core::ffi::c_void, remappedtype : *mut super::Properties:: DEVPROPTYPE) -> super::super::Foundation:: NTSTATUS); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] windows_targets::link!("sensorsutilsv2.dll" "system" fn PropertiesListCopy(target : *mut SENSOR_PROPERTY_LIST, source : *const SENSOR_PROPERTY_LIST) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("sensorsutilsv2.dll" "system" fn PropertiesListGetFillableCount(buffersizebytes : u32) -> u32); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("sensorsutilsv2.dll" "system" fn SensorCollectionGetAt(index : u32, psensorslist : *const SENSOR_COLLECTION_LIST, pkey : *mut super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pvalue : *mut super::super::System::Com::StructuredStorage:: PROPVARIANT) -> super::super::Foundation:: NTSTATUS); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("sensorsutilsv2.dll" "system" fn SensorCollectionGetAt(index : u32, psensorslist : *const SENSOR_COLLECTION_LIST, pkey : *mut super::super::Foundation:: PROPERTYKEY, pvalue : *mut super::super::System::Com::StructuredStorage:: PROPVARIANT) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("sensorsutilsv2.dll" "system" fn SerializationBufferAllocate(sizeinbytes : u32, pbuffer : *mut *mut u8) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("sensorsutilsv2.dll" "system" fn SerializationBufferFree(buffer : *const u8)); pub const AXIS_MAX: AXIS = 3i32; @@ -175,340 +173,183 @@ pub const SENSOR_CATEGORY_UNSUPPORTED: windows_sys::core::GUID = windows_sys::co pub const SENSOR_CONNECTION_TYPE_PC_ATTACHED: SensorConnectionType = 1i32; pub const SENSOR_CONNECTION_TYPE_PC_EXTERNAL: SensorConnectionType = 2i32; pub const SENSOR_CONNECTION_TYPE_PC_INTEGRATED: SensorConnectionType = 0i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ABSOLUTE_PRESSURE_PASCAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ACCELERATION_X_G: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ACCELERATION_Y_G: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ACCELERATION_Z_G: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ADDRESS1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ADDRESS2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ALTITUDE_ANTENNA_SEALEVEL_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 36 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_ERROR_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_ERROR_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_X_DEGREES_PER_SECOND_SQUARED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Y_DEGREES_PER_SECOND_SQUARED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Z_DEGREES_PER_SECOND_SQUARED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_X_DEGREES_PER_SECOND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Y_DEGREES_PER_SECOND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Z_DEGREES_PER_SECOND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ATMOSPHERIC_PRESSURE_BAR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 4 }; +pub const SENSOR_DATA_TYPE_ABSOLUTE_PRESSURE_PASCAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 5 }; +pub const SENSOR_DATA_TYPE_ACCELERATION_X_G: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 2 }; +pub const SENSOR_DATA_TYPE_ACCELERATION_Y_G: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 3 }; +pub const SENSOR_DATA_TYPE_ACCELERATION_Z_G: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 4 }; +pub const SENSOR_DATA_TYPE_ADDRESS1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 23 }; +pub const SENSOR_DATA_TYPE_ADDRESS2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 24 }; +pub const SENSOR_DATA_TYPE_ALTITUDE_ANTENNA_SEALEVEL_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 36 }; +pub const SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_ERROR_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 29 }; +pub const SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 5 }; +pub const SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_ERROR_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 30 }; +pub const SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 4 }; +pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_X_DEGREES_PER_SECOND_SQUARED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 5 }; +pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Y_DEGREES_PER_SECOND_SQUARED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 6 }; +pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Z_DEGREES_PER_SECOND_SQUARED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 7 }; +pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_X_DEGREES_PER_SECOND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 10 }; +pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Y_DEGREES_PER_SECOND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 11 }; +pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Z_DEGREES_PER_SECOND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 12 }; +pub const SENSOR_DATA_TYPE_ATMOSPHERIC_PRESSURE_BAR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 4 }; pub const SENSOR_DATA_TYPE_BIOMETRIC_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_BOOLEAN_SWITCH_ARRAY_STATES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_BOOLEAN_SWITCH_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CAPACITANCE_FARAD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 25 }; +pub const SENSOR_DATA_TYPE_BOOLEAN_SWITCH_ARRAY_STATES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 10 }; +pub const SENSOR_DATA_TYPE_BOOLEAN_SWITCH_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 2 }; +pub const SENSOR_DATA_TYPE_CAPACITANCE_FARAD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 4 }; +pub const SENSOR_DATA_TYPE_CITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 25 }; pub const SENSOR_DATA_TYPE_COMMON_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xdb5e0cf2_cf1f_4c18_b46c_d86011d62150); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_COUNTRY_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CURRENT_AMPS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_BOOLEAN_ARRAY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 6 }; +pub const SENSOR_DATA_TYPE_COUNTRY_REGION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 28 }; +pub const SENSOR_DATA_TYPE_CURRENT_AMPS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 3 }; +pub const SENSOR_DATA_TYPE_CUSTOM_BOOLEAN_ARRAY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 6 }; pub const SENSOR_DATA_TYPE_CUSTOM_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_USAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE10: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE11: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE12: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE13: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE14: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE15: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE16: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE17: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE18: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE19: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE20: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE21: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE22: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE23: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE24: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE25: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE26: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE27: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE28: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE3: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE4: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE5: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE6: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE7: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE8: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE9: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_DGPS_DATA_AGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 35 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_DIFFERENTIAL_REFERENCE_STATION_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_DISTANCE_X_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_DISTANCE_Y_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_DISTANCE_Z_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ELECTRICAL_FREQUENCY_HERTZ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 9 }; +pub const SENSOR_DATA_TYPE_CUSTOM_USAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 5 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 7 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE10: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 16 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE11: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 17 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE12: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 18 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE13: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 19 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE14: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 20 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE15: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 21 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE16: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 22 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE17: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 23 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE18: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 24 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE19: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 25 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 8 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE20: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 26 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE21: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 27 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE22: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 28 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE23: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 29 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE24: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 30 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE25: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 31 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE26: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 32 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE27: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 33 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE28: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 34 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE3: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 9 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE4: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 10 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE5: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 11 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE6: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 12 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE7: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 13 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE8: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 14 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE9: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 15 }; +pub const SENSOR_DATA_TYPE_DGPS_DATA_AGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 35 }; +pub const SENSOR_DATA_TYPE_DIFFERENTIAL_REFERENCE_STATION_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 37 }; +pub const SENSOR_DATA_TYPE_DISTANCE_X_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 8 }; +pub const SENSOR_DATA_TYPE_DISTANCE_Y_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 9 }; +pub const SENSOR_DATA_TYPE_DISTANCE_Z_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 10 }; +pub const SENSOR_DATA_TYPE_ELECTRICAL_FREQUENCY_HERTZ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 9 }; pub const SENSOR_DATA_TYPE_ELECTRICAL_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ELECTRICAL_PERCENT_OF_RANGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ELECTRICAL_POWER_WATTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 7 }; +pub const SENSOR_DATA_TYPE_ELECTRICAL_PERCENT_OF_RANGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 8 }; +pub const SENSOR_DATA_TYPE_ELECTRICAL_POWER_WATTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 7 }; pub const SENSOR_DATA_TYPE_ENVIRONMENTAL_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ERROR_RADIUS_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_FIX_QUALITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_FIX_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_FORCE_NEWTONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_GAUGE_PRESSURE_PASCAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_GEOIDAL_SEPARATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_GPS_OPERATION_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_GPS_SELECTION_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_GPS_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 33 }; +pub const SENSOR_DATA_TYPE_ERROR_RADIUS_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 22 }; +pub const SENSOR_DATA_TYPE_FIX_QUALITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 10 }; +pub const SENSOR_DATA_TYPE_FIX_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 11 }; +pub const SENSOR_DATA_TYPE_FORCE_NEWTONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 4 }; +pub const SENSOR_DATA_TYPE_GAUGE_PRESSURE_PASCAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 6 }; +pub const SENSOR_DATA_TYPE_GEOIDAL_SEPARATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 34 }; +pub const SENSOR_DATA_TYPE_GPS_OPERATION_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 32 }; +pub const SENSOR_DATA_TYPE_GPS_SELECTION_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 31 }; +pub const SENSOR_DATA_TYPE_GPS_STATUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 33 }; pub const SENSOR_DATA_TYPE_GUID_MECHANICAL_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_HORIZONAL_DILUTION_OF_PRECISION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_HUMAN_PRESENCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_HUMAN_PROXIMITY_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_INDUCTANCE_HENRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LATITUDE_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LIGHT_CHROMACITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 4 }; +pub const SENSOR_DATA_TYPE_HORIZONAL_DILUTION_OF_PRECISION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 13 }; +pub const SENSOR_DATA_TYPE_HUMAN_PRESENCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 2 }; +pub const SENSOR_DATA_TYPE_HUMAN_PROXIMITY_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 3 }; +pub const SENSOR_DATA_TYPE_INDUCTANCE_HENRY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 6 }; +pub const SENSOR_DATA_TYPE_LATITUDE_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 2 }; +pub const SENSOR_DATA_TYPE_LIGHT_CHROMACITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 4 }; pub const SENSOR_DATA_TYPE_LIGHT_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LIGHT_LEVEL_LUX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LIGHT_TEMPERATURE_KELVIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 3 }; +pub const SENSOR_DATA_TYPE_LIGHT_LEVEL_LUX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 2 }; +pub const SENSOR_DATA_TYPE_LIGHT_TEMPERATURE_KELVIN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 3 }; pub const SENSOR_DATA_TYPE_LOCATION_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LOCATION_SOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 40 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LONGITUDE_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_X_MILLIGAUSS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Y_MILLIGAUSS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Z_MILLIGAUSS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_MAGNETIC_NORTH_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_TRUE_NORTH_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_MAGNETIC_NORTH_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_TRUE_NORTH_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_X_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_Y_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_Z_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_VARIATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETOMETER_ACCURACY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 22 }; +pub const SENSOR_DATA_TYPE_LOCATION_SOURCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 40 }; +pub const SENSOR_DATA_TYPE_LONGITUDE_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 3 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_X_MILLIGAUSS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 19 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Y_MILLIGAUSS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 20 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Z_MILLIGAUSS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 21 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_MAGNETIC_NORTH_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 11 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_TRUE_NORTH_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 12 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 8 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_MAGNETIC_NORTH_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 13 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_TRUE_NORTH_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 14 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_X_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 5 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_Y_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 6 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_Z_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 7 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_VARIATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 9 }; +pub const SENSOR_DATA_TYPE_MAGNETOMETER_ACCURACY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 22 }; pub const SENSOR_DATA_TYPE_MOTION_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MOTION_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MULTIVALUE_SWITCH_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_NMEA_SENTENCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 38 }; +pub const SENSOR_DATA_TYPE_MOTION_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 9 }; +pub const SENSOR_DATA_TYPE_MULTIVALUE_SWITCH_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 3 }; +pub const SENSOR_DATA_TYPE_NMEA_SENTENCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 38 }; pub const SENSOR_DATA_TYPE_ORIENTATION_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_POSITION_DILUTION_OF_PRECISION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_POSTALCODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_QUADRANT_ANGLE_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_QUATERNION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_RELATIVE_HUMIDITY_PERCENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_RESISTANCE_OHMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_RFID_TAG_40_BIT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xd7a59a3c_3421_44ab_8d3a_9de8ab6c4cae), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ROTATION_MATRIX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_AZIMUTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ELEVATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 39 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_PRNS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_STN_RATIO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_USED_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_USED_PRNS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_USED_PRNS_AND_CONSTELLATIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 41 }; +pub const SENSOR_DATA_TYPE_POSITION_DILUTION_OF_PRECISION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 12 }; +pub const SENSOR_DATA_TYPE_POSTALCODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 27 }; +pub const SENSOR_DATA_TYPE_QUADRANT_ANGLE_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 15 }; +pub const SENSOR_DATA_TYPE_QUATERNION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 17 }; +pub const SENSOR_DATA_TYPE_RELATIVE_HUMIDITY_PERCENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 3 }; +pub const SENSOR_DATA_TYPE_RESISTANCE_OHMS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 5 }; +pub const SENSOR_DATA_TYPE_RFID_TAG_40_BIT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xd7a59a3c_3421_44ab_8d3a_9de8ab6c4cae), pid: 2 }; +pub const SENSOR_DATA_TYPE_ROTATION_MATRIX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 16 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 17 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_AZIMUTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 20 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ELEVATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 19 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 39 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_PRNS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 18 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_STN_RATIO: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 21 }; +pub const SENSOR_DATA_TYPE_SATELLITES_USED_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 15 }; +pub const SENSOR_DATA_TYPE_SATELLITES_USED_PRNS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 16 }; +pub const SENSOR_DATA_TYPE_SATELLITES_USED_PRNS_AND_CONSTELLATIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 41 }; pub const SENSOR_DATA_TYPE_SCANNER_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd7a59a3c_3421_44ab_8d3a_9de8ab6c4cae); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SIMPLE_DEVICE_ORIENTATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SPEED_KNOTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SPEED_METERS_PER_SECOND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_STATE_PROVINCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_STRAIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TEMPERATURE_CELSIUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TILT_X_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TILT_Y_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TILT_Z_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TIMESTAMP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xdb5e0cf2_cf1f_4c18_b46c_d86011d62150), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TOUCH_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TRUE_HEADING_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_VERTICAL_DILUTION_OF_PRECISION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_VOLTAGE_VOLTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_WEIGHT_KILOGRAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_WIND_DIRECTION_DEGREES_ANTICLOCKWISE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_WIND_SPEED_METERS_PER_SECOND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 6 }; +pub const SENSOR_DATA_TYPE_SIMPLE_DEVICE_ORIENTATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 18 }; +pub const SENSOR_DATA_TYPE_SPEED_KNOTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 6 }; +pub const SENSOR_DATA_TYPE_SPEED_METERS_PER_SECOND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 8 }; +pub const SENSOR_DATA_TYPE_STATE_PROVINCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 26 }; +pub const SENSOR_DATA_TYPE_STRAIN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 7 }; +pub const SENSOR_DATA_TYPE_TEMPERATURE_CELSIUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 2 }; +pub const SENSOR_DATA_TYPE_TILT_X_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 2 }; +pub const SENSOR_DATA_TYPE_TILT_Y_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 3 }; +pub const SENSOR_DATA_TYPE_TILT_Z_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 4 }; +pub const SENSOR_DATA_TYPE_TIMESTAMP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xdb5e0cf2_cf1f_4c18_b46c_d86011d62150), pid: 2 }; +pub const SENSOR_DATA_TYPE_TOUCH_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 4 }; +pub const SENSOR_DATA_TYPE_TRUE_HEADING_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 7 }; +pub const SENSOR_DATA_TYPE_VERTICAL_DILUTION_OF_PRECISION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 14 }; +pub const SENSOR_DATA_TYPE_VOLTAGE_VOLTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 2 }; +pub const SENSOR_DATA_TYPE_WEIGHT_KILOGRAMS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 8 }; +pub const SENSOR_DATA_TYPE_WIND_DIRECTION_DEGREES_ANTICLOCKWISE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 5 }; +pub const SENSOR_DATA_TYPE_WIND_SPEED_METERS_PER_SECOND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 6 }; pub const SENSOR_ERROR_PARAMETER_COMMON_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x77112bcd_fce1_4f43_b8b8_a88256adb4b3); pub const SENSOR_EVENT_ACCELEROMETER_SHAKE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x825f5a94_0f48_4396_9ca0_6ecb5c99d915); pub const SENSOR_EVENT_DATA_UPDATED: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2ed0f2a4_0087_41d3_87db_6773370b3c88); pub const SENSOR_EVENT_PARAMETER_COMMON_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x64346e30_8728_4b34_bdf6_4f52442c5c28); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_EVENT_PARAMETER_EVENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x64346e30_8728_4b34_bdf6_4f52442c5c28), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_EVENT_PARAMETER_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x64346e30_8728_4b34_bdf6_4f52442c5c28), pid: 3 }; +pub const SENSOR_EVENT_PARAMETER_EVENT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x64346e30_8728_4b34_bdf6_4f52442c5c28), pid: 2 }; +pub const SENSOR_EVENT_PARAMETER_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x64346e30_8728_4b34_bdf6_4f52442c5c28), pid: 3 }; pub const SENSOR_EVENT_PROPERTY_CHANGED: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2358f099_84c9_4d3d_90df_c2421e2b2045); pub const SENSOR_EVENT_STATE_CHANGED: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbfd96016_6bd7_4560_ad34_f2f6607e8f81); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_ACCURACY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_CHANGE_SENSITIVITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_CLEAR_ASSISTANCE_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe1e962f4_6e65_45f7_9c36_d487b7b1bd34), pid: 2 }; +pub const SENSOR_PROPERTY_ACCURACY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 17 }; +pub const SENSOR_PROPERTY_CHANGE_SENSITIVITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 14 }; +pub const SENSOR_PROPERTY_CLEAR_ASSISTANCE_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe1e962f4_6e65_45f7_9c36_d487b7b1bd34), pid: 2 }; pub const SENSOR_PROPERTY_COMMON_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_CONNECTION_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_DEVICE_PATH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_FRIENDLY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_HID_USAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_LIGHT_RESPONSE_CURVE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 16 }; +pub const SENSOR_PROPERTY_CONNECTION_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 11 }; +pub const SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 13 }; +pub const SENSOR_PROPERTY_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 10 }; +pub const SENSOR_PROPERTY_DEVICE_PATH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 15 }; +pub const SENSOR_PROPERTY_FRIENDLY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 9 }; +pub const SENSOR_PROPERTY_HID_USAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 22 }; +pub const SENSOR_PROPERTY_LIGHT_RESPONSE_CURVE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 16 }; pub const SENSOR_PROPERTY_LIST_HEADER_SIZE: u32 = 8u32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_MANUFACTURER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_MIN_REPORT_INTERVAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_MODEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_PERSISTENT_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_RADIO_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_RADIO_STATE_PREVIOUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_RANGE_MAXIMUM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_RANGE_MINIMUM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_SERIAL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 3 }; +pub const SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 19 }; +pub const SENSOR_PROPERTY_MANUFACTURER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 6 }; +pub const SENSOR_PROPERTY_MIN_REPORT_INTERVAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 12 }; +pub const SENSOR_PROPERTY_MODEL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 7 }; +pub const SENSOR_PROPERTY_PERSISTENT_UNIQUE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 5 }; +pub const SENSOR_PROPERTY_RADIO_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 23 }; +pub const SENSOR_PROPERTY_RADIO_STATE_PREVIOUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 24 }; +pub const SENSOR_PROPERTY_RANGE_MAXIMUM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 21 }; +pub const SENSOR_PROPERTY_RANGE_MINIMUM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 20 }; +pub const SENSOR_PROPERTY_RESOLUTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 18 }; +pub const SENSOR_PROPERTY_SERIAL_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 8 }; +pub const SENSOR_PROPERTY_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 3 }; pub const SENSOR_PROPERTY_TEST_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe1e962f4_6e65_45f7_9c36_d487b7b1bd34); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_TURN_ON_OFF_NMEA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe1e962f4_6e65_45f7_9c36_d487b7b1bd34), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 2 }; +pub const SENSOR_PROPERTY_TURN_ON_OFF_NMEA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe1e962f4_6e65_45f7_9c36_d487b7b1bd34), pid: 3 }; +pub const SENSOR_PROPERTY_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 2 }; pub const SENSOR_STATE_ACCESS_DENIED: SensorState = 4i32; pub const SENSOR_STATE_ERROR: SensorState = 5i32; pub const SENSOR_STATE_INITIALIZING: SensorState = 3i32; @@ -652,7 +493,7 @@ pub struct QUATERNION { pub W: f32, } #[repr(C)] -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[derive(Clone, Copy)] pub struct SENSOR_COLLECTION_LIST { pub AllocatedSizeInBytes: u32, @@ -660,18 +501,17 @@ pub struct SENSOR_COLLECTION_LIST { pub List: [SENSOR_VALUE_PAIR; 1], } #[repr(C)] -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] #[derive(Clone, Copy)] pub struct SENSOR_PROPERTY_LIST { pub AllocatedSizeInBytes: u32, pub Count: u32, - pub List: [super::super::UI::Shell::PropertiesSystem::PROPERTYKEY; 1], + pub List: [super::super::Foundation::PROPERTYKEY; 1], } #[repr(C)] -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[derive(Clone, Copy)] pub struct SENSOR_VALUE_PAIR { - pub Key: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, + pub Key: super::super::Foundation::PROPERTYKEY, pub Value: super::super::System::Com::StructuredStorage::PROPVARIANT, } pub const Sensor: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe97ced00_523a_4133_bf6f_d3a2dae7f6ba); diff --git a/crates/libs/sys/src/Windows/Win32/Devices/SerialCommunication/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/SerialCommunication/mod.rs index 66cda22a15..2161080e0f 100644 --- a/crates/libs/sys/src/Windows/Win32/Devices/SerialCommunication/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Devices/SerialCommunication/mod.rs @@ -9,12 +9,9 @@ pub const CDB_REPORT_BITS: u32 = 0u32; pub const CDB_REPORT_BYTES: u32 = 1u32; pub const COMDB_MAX_PORTS_ARBITRATED: u32 = 4096u32; pub const COMDB_MIN_PORTS_ARBITRATED: u32 = 256u32; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_Serial_PortName: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_Serial_UsbProductId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_Serial_UsbVendorId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 2 }; +pub const DEVPKEY_DeviceInterface_Serial_PortName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 4 }; +pub const DEVPKEY_DeviceInterface_Serial_UsbProductId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 3 }; +pub const DEVPKEY_DeviceInterface_Serial_UsbVendorId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 2 }; pub const EVEN_PARITY: u32 = 2u32; pub const IOCTL_INTERNAL_SERENUM_REMOVE_SELF: u32 = 3604999u32; pub const IOCTL_SERIAL_APPLY_DEFAULT_CONFIGURATION: u32 = 1769632u32; diff --git a/crates/libs/sys/src/Windows/Win32/Devices/mod.rs b/crates/libs/sys/src/Windows/Win32/Devices/mod.rs index be75efd828..918f3d436c 100644 --- a/crates/libs/sys/src/Windows/Win32/Devices/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Devices/mod.rs @@ -1,9 +1,13 @@ #[cfg(feature = "Win32_Devices_AllJoyn")] pub mod AllJoyn; +#[cfg(feature = "Win32_Devices_Beep")] +pub mod Beep; #[cfg(feature = "Win32_Devices_BiometricFramework")] pub mod BiometricFramework; #[cfg(feature = "Win32_Devices_Bluetooth")] pub mod Bluetooth; +#[cfg(feature = "Win32_Devices_Cdrom")] +pub mod Cdrom; #[cfg(feature = "Win32_Devices_Communication")] pub mod Communication; #[cfg(feature = "Win32_Devices_DeviceAndDriverInstallation")] @@ -12,12 +16,18 @@ pub mod DeviceAndDriverInstallation; pub mod DeviceQuery; #[cfg(feature = "Win32_Devices_Display")] pub mod Display; +#[cfg(feature = "Win32_Devices_Dvd")] +pub mod Dvd; #[cfg(feature = "Win32_Devices_Enumeration")] pub mod Enumeration; #[cfg(feature = "Win32_Devices_Fax")] pub mod Fax; #[cfg(feature = "Win32_Devices_HumanInterfaceDevice")] pub mod HumanInterfaceDevice; +#[cfg(feature = "Win32_Devices_Nfc")] +pub mod Nfc; +#[cfg(feature = "Win32_Devices_Nfp")] +pub mod Nfp; #[cfg(feature = "Win32_Devices_PortableDevices")] pub mod PortableDevices; #[cfg(feature = "Win32_Devices_Properties")] @@ -34,3 +44,47 @@ pub mod Tapi; pub mod Usb; #[cfg(feature = "Win32_Devices_WebServicesOnDevices")] pub mod WebServicesOnDevices; +pub const BUS1394_LOCAL_HOST_INSTANCE_KEY: windows_sys::core::PCWSTR = windows_sys::core::w!("LOCAL HOST EUI64"); +pub const BUS1394_VIRTUAL_DEVICE_LIST_KEY: windows_sys::core::PCWSTR = windows_sys::core::w!("Virtual Device List"); +pub const IEEE1394API_ACCESS_EXCLUSIVE: u32 = 64u32; +pub const IEEE1394API_ACCESS_SHARED_READ: u32 = 16u32; +pub const IEEE1394API_ACCESS_SHARED_WRITE: u32 = 32u32; +pub const IEEE1394API_BUS_RESET_LOCAL_NODE_INITIATED: u32 = 4u32; +pub const IEEE1394API_BUS_RESET_LOCAL_NODE_IS_IRM: u32 = 2u32; +pub const IEEE1394API_BUS_RESET_LOCAL_NODE_IS_ROOT: u32 = 1u32; +pub const IEEE1394API_DEVICE_OWNERSHIP_LOCAL_NODE: u32 = 1u32; +pub const IEEE1394API_DEVICE_OWNERSHIP_REMOTE_NODE: u32 = 4u32; +pub const IEEE1394API_NOTIFICATION_BUS_RESET: u32 = 2u32; +pub const IEEE1394API_NOTIFICATION_DEVICE_ACCESS: u32 = 1u32; +pub const IEEE1394API_REMOTE_ACCESS_TRANSFER_REQUEST: u32 = 1u32; +pub const IEEE1394API_RESOURCE_OWNERSHIP_LOCAL_NODE: u32 = 2u32; +pub const IEEE1394API_RESOURCE_OWNERSHIP_REMOTE_NODE: u32 = 8u32; +pub const IEEE1394_API_ADD_VIRTUAL_DEVICE: u32 = 1u32; +pub const IEEE1394_API_DEVICE_ACCESS_TRANSFER: u32 = 3u32; +pub const IEEE1394_API_REMOVE_VIRTUAL_DEVICE: u32 = 2u32; +pub const IEEE1394_API_SET_LOCAL_NODE_PROPERTIES: u32 = 4u32; +pub const IEEE1394_REQUEST_FLAG_PERSISTENT: u32 = 2u32; +pub const IEEE1394_REQUEST_FLAG_UNICODE: u32 = 1u32; +pub const IEEE1394_REQUEST_FLAG_USE_LOCAL_HOST_EUI: u32 = 4u32; +pub const IOCTL_IEEE1394_API_REQUEST: u32 = 2229248u32; +#[repr(C)] +#[derive(Clone, Copy)] +pub struct IEEE1394_API_REQUEST { + pub RequestNumber: u32, + pub Flags: u32, + pub u: IEEE1394_API_REQUEST_0, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union IEEE1394_API_REQUEST_0 { + pub AddVirtualDevice: IEEE1394_VDEV_PNP_REQUEST, + pub RemoveVirtualDevice: IEEE1394_VDEV_PNP_REQUEST, +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct IEEE1394_VDEV_PNP_REQUEST { + pub fulFlags: u32, + pub Reserved: u32, + pub InstanceId: u64, + pub DeviceId: u8, +} diff --git a/crates/libs/sys/src/Windows/Win32/Foundation/mod.rs b/crates/libs/sys/src/Windows/Win32/Foundation/mod.rs index c4336e1a01..92e058d987 100644 --- a/crates/libs/sys/src/Windows/Win32/Foundation/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Foundation/mod.rs @@ -5570,6 +5570,17 @@ pub const NTE_TOKEN_KEYSET_STORAGE_FULL: windows_sys::core::HRESULT = 0x80090023 pub const NTE_UI_REQUIRED: windows_sys::core::HRESULT = 0x8009002E_u32 as _; pub const NTE_USER_CANCELLED: windows_sys::core::HRESULT = 0x80090036_u32 as _; pub const NTE_VALIDATION_FAILED: windows_sys::core::HRESULT = 0x80090032_u32 as _; +pub const OBJ_CASE_INSENSITIVE: OBJECT_ATTRIBUTE_FLAGS = 64u32; +pub const OBJ_DONT_REPARSE: OBJECT_ATTRIBUTE_FLAGS = 4096u32; +pub const OBJ_EXCLUSIVE: OBJECT_ATTRIBUTE_FLAGS = 32u32; +pub const OBJ_FORCE_ACCESS_CHECK: OBJECT_ATTRIBUTE_FLAGS = 1024u32; +pub const OBJ_IGNORE_IMPERSONATED_DEVICEMAP: OBJECT_ATTRIBUTE_FLAGS = 2048u32; +pub const OBJ_INHERIT: OBJECT_ATTRIBUTE_FLAGS = 2u32; +pub const OBJ_KERNEL_HANDLE: OBJECT_ATTRIBUTE_FLAGS = 512u32; +pub const OBJ_OPENIF: OBJECT_ATTRIBUTE_FLAGS = 128u32; +pub const OBJ_OPENLINK: OBJECT_ATTRIBUTE_FLAGS = 256u32; +pub const OBJ_PERMANENT: OBJECT_ATTRIBUTE_FLAGS = 16u32; +pub const OBJ_VALID_ATTRIBUTES: OBJECT_ATTRIBUTE_FLAGS = 8178u32; pub const OLEOBJ_E_FIRST: i32 = -2147221120i32; pub const OLEOBJ_E_INVALIDVERB: windows_sys::core::HRESULT = 0x80040181_u32 as _; pub const OLEOBJ_E_LAST: i32 = -2147221105i32; @@ -10175,6 +10186,7 @@ pub type GENERIC_ACCESS_RIGHTS = u32; pub type HANDLE_FLAGS = u32; pub type NTSTATUS_FACILITY_CODE = u32; pub type NTSTATUS_SEVERITY_CODE = u32; +pub type OBJECT_ATTRIBUTE_FLAGS = u32; pub type WAIT_EVENT = u32; pub type WIN32_ERROR = u32; #[repr(C)] @@ -10219,6 +10231,12 @@ pub struct DECIMAL_1_0 { } #[repr(C)] #[derive(Clone, Copy)] +pub struct DEVPROPKEY { + pub fmtid: windows_sys::core::GUID, + pub pid: u32, +} +#[repr(C)] +#[derive(Clone, Copy)] pub struct FILETIME { pub dwLowDateTime: u32, pub dwHighDateTime: u32, @@ -10270,6 +10288,12 @@ pub struct POINTS { } #[repr(C)] #[derive(Clone, Copy)] +pub struct PROPERTYKEY { + pub fmtid: windows_sys::core::GUID, + pub pid: u32, +} +#[repr(C)] +#[derive(Clone, Copy)] pub struct RECT { pub left: i32, pub top: i32, diff --git a/crates/libs/sys/src/Windows/Win32/Globalization/mod.rs b/crates/libs/sys/src/Windows/Win32/Globalization/mod.rs index bc13165725..c07dcdd914 100644 --- a/crates/libs/sys/src/Windows/Win32/Globalization/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Globalization/mod.rs @@ -198,14 +198,14 @@ windows_targets::link!("kernel32.dll" "system" fn SetThreadUILanguage(langid : u windows_targets::link!("kernel32.dll" "system" fn SetUserGeoID(geoid : i32) -> super::Foundation:: BOOL); windows_targets::link!("kernel32.dll" "system" fn SetUserGeoName(geoname : windows_sys::core::PCWSTR) -> super::Foundation:: BOOL); windows_targets::link!("gdi32.dll" "system" fn TranslateCharsetInfo(lpsrc : *mut u32, lpcs : *mut CHARSETINFO, dwflags : TRANSLATE_CHARSET_INFO_FLAGS) -> super::Foundation:: BOOL); -windows_targets::link!("icu.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_ESCAPE(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_SKIP(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_STOP(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_SUBSTITUTE(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn UCNV_TO_U_CALLBACK_ESCAPE(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_sys::core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn UCNV_TO_U_CALLBACK_SKIP(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_sys::core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn UCNV_TO_U_CALLBACK_STOP(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_sys::core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn UCNV_TO_U_CALLBACK_SUBSTITUTE(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_sys::core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_ESCAPE(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_SKIP(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_STOP(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_SUBSTITUTE(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_TO_U_CALLBACK_ESCAPE(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_sys::core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_TO_U_CALLBACK_SKIP(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_sys::core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_TO_U_CALLBACK_STOP(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_sys::core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_TO_U_CALLBACK_SUBSTITUTE(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_sys::core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); windows_targets::link!("kernel32.dll" "system" fn UpdateCalendarDayOfWeek(lpcaldatetime : *mut CALDATETIME) -> super::Foundation:: BOOL); windows_targets::link!("kernel32.dll" "system" fn VerifyScripts(dwflags : u32, lplocalescripts : windows_sys::core::PCWSTR, cchlocalescripts : i32, lptestscripts : windows_sys::core::PCWSTR, cchtestscripts : i32) -> super::Foundation:: BOOL); windows_targets::link!("kernel32.dll" "system" fn WideCharToMultiByte(codepage : u32, dwflags : u32, lpwidecharstr : windows_sys::core::PCWSTR, cchwidechar : i32, lpmultibytestr : windows_sys::core::PSTR, cbmultibyte : i32, lpdefaultchar : windows_sys::core::PCSTR, lpuseddefaultchar : *mut super::Foundation:: BOOL) -> i32); @@ -221,274 +221,274 @@ windows_targets::link!("kernel32.dll" "system" fn lstrcpynA(lpstring1 : windows_ windows_targets::link!("kernel32.dll" "system" fn lstrcpynW(lpstring1 : windows_sys::core::PWSTR, lpstring2 : windows_sys::core::PCWSTR, imaxlength : i32) -> windows_sys::core::PWSTR); windows_targets::link!("kernel32.dll" "system" fn lstrlenA(lpstring : windows_sys::core::PCSTR) -> i32); windows_targets::link!("kernel32.dll" "system" fn lstrlenW(lpstring : windows_sys::core::PCWSTR) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_UCharsToChars(us : *const u16, cs : windows_sys::core::PCSTR, length : i32)); -windows_targets::link!("icu.dll" "cdecl" fn u_austrcpy(dst : windows_sys::core::PCSTR, src : *const u16) -> windows_sys::core::PSTR); -windows_targets::link!("icu.dll" "cdecl" fn u_austrncpy(dst : windows_sys::core::PCSTR, src : *const u16, n : i32) -> windows_sys::core::PSTR); -windows_targets::link!("icu.dll" "cdecl" fn u_catclose(catd : *mut UResourceBundle)); -windows_targets::link!("icu.dll" "cdecl" fn u_catgets(catd : *mut UResourceBundle, set_num : i32, msg_num : i32, s : *const u16, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_catopen(name : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, ec : *mut UErrorCode) -> *mut UResourceBundle); -windows_targets::link!("icu.dll" "cdecl" fn u_charAge(c : i32, versionarray : *mut u8)); -windows_targets::link!("icu.dll" "cdecl" fn u_charDigitValue(c : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_charDirection(c : i32) -> UCharDirection); -windows_targets::link!("icu.dll" "cdecl" fn u_charFromName(namechoice : UCharNameChoice, name : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_charMirror(c : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_charName(code : i32, namechoice : UCharNameChoice, buffer : windows_sys::core::PCSTR, bufferlength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_charType(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_charsToUChars(cs : windows_sys::core::PCSTR, us : *mut u16, length : i32)); -windows_targets::link!("icu.dll" "cdecl" fn u_cleanup()); -windows_targets::link!("icu.dll" "cdecl" fn u_countChar32(s : *const u16, length : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_digit(ch : i32, radix : i8) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_enumCharNames(start : i32, limit : i32, r#fn : *mut UEnumCharNamesFn, context : *mut core::ffi::c_void, namechoice : UCharNameChoice, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn u_enumCharTypes(enumrange : *mut UCharEnumTypeRange, context : *const core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn u_errorName(code : UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn u_foldCase(c : i32, options : u32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_forDigit(digit : i32, radix : i8) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_formatMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, status : *mut UErrorCode, ...) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_formatMessageWithError(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode, ...) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_getBidiPairedBracket(c : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_UCharsToChars(us : *const u16, cs : windows_sys::core::PCSTR, length : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_austrcpy(dst : windows_sys::core::PCSTR, src : *const u16) -> windows_sys::core::PSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn u_austrncpy(dst : windows_sys::core::PCSTR, src : *const u16, n : i32) -> windows_sys::core::PSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn u_catclose(catd : *mut UResourceBundle)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_catgets(catd : *mut UResourceBundle, set_num : i32, msg_num : i32, s : *const u16, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_catopen(name : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, ec : *mut UErrorCode) -> *mut UResourceBundle); +windows_targets::link!("icuuc.dll" "cdecl" fn u_charAge(c : i32, versionarray : *mut u8)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_charDigitValue(c : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_charDirection(c : i32) -> UCharDirection); +windows_targets::link!("icuuc.dll" "cdecl" fn u_charFromName(namechoice : UCharNameChoice, name : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_charMirror(c : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_charName(code : i32, namechoice : UCharNameChoice, buffer : windows_sys::core::PCSTR, bufferlength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_charType(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_charsToUChars(cs : windows_sys::core::PCSTR, us : *mut u16, length : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_cleanup()); +windows_targets::link!("icuuc.dll" "cdecl" fn u_countChar32(s : *const u16, length : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_digit(ch : i32, radix : i8) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_enumCharNames(start : i32, limit : i32, r#fn : *mut UEnumCharNamesFn, context : *mut core::ffi::c_void, namechoice : UCharNameChoice, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_enumCharTypes(enumrange : *mut UCharEnumTypeRange, context : *const core::ffi::c_void)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_errorName(code : UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn u_foldCase(c : i32, options : u32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_forDigit(digit : i32, radix : i8) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn u_formatMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, status : *mut UErrorCode, ...) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn u_formatMessageWithError(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode, ...) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getBidiPairedBracket(c : i32) -> i32); windows_targets::link!("icu.dll" "cdecl" fn u_getBinaryPropertySet(property : UProperty, perrorcode : *mut UErrorCode) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn u_getCombiningClass(c : i32) -> u8); -windows_targets::link!("icu.dll" "cdecl" fn u_getDataVersion(dataversionfillin : *mut u8, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn u_getFC_NFKC_Closure(c : i32, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getCombiningClass(c : i32) -> u8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getDataVersion(dataversionfillin : *mut u8, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getFC_NFKC_Closure(c : i32, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyMap(property : UProperty, perrorcode : *mut UErrorCode) -> *mut UCPMap); -windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyMaxValue(which : UProperty) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyMinValue(which : UProperty) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyValue(c : i32, which : UProperty) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_getNumericValue(c : i32) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyEnum(alias : windows_sys::core::PCSTR) -> UProperty); -windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyName(property : UProperty, namechoice : UPropertyNameChoice) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyValueEnum(property : UProperty, alias : windows_sys::core::PCSTR) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyValueName(property : UProperty, value : i32, namechoice : UPropertyNameChoice) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn u_getUnicodeVersion(versionarray : *mut u8)); -windows_targets::link!("icu.dll" "cdecl" fn u_getVersion(versionarray : *mut u8)); -windows_targets::link!("icu.dll" "cdecl" fn u_hasBinaryProperty(c : i32, which : UProperty) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_init(status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn u_isIDIgnorable(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isIDPart(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isIDStart(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isISOControl(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isJavaIDPart(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isJavaIDStart(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isJavaSpaceChar(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isMirrored(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isUAlphabetic(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isULowercase(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isUUppercase(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isUWhiteSpace(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isWhitespace(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isalnum(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isalpha(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isbase(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isblank(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_iscntrl(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isdefined(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isdigit(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isgraph(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_islower(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isprint(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_ispunct(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isspace(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_istitle(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isupper(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_isxdigit(c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_memcasecmp(s1 : *const u16, s2 : *const u16, length : i32, options : u32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_memchr(s : *const u16, c : u16, count : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_memchr32(s : *const u16, c : i32, count : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_memcmp(buf1 : *const u16, buf2 : *const u16, count : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_memcmpCodePointOrder(s1 : *const u16, s2 : *const u16, count : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_memcpy(dest : *mut u16, src : *const u16, count : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_memmove(dest : *mut u16, src : *const u16, count : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_memrchr(s : *const u16, c : u16, count : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_memrchr32(s : *const u16, c : i32, count : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_memset(dest : *mut u16, c : u16, count : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_parseMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, status : *mut UErrorCode, ...)); -windows_targets::link!("icu.dll" "cdecl" fn u_parseMessageWithError(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, parseerror : *mut UParseError, status : *mut UErrorCode, ...)); -windows_targets::link!("icu.dll" "cdecl" fn u_setMemoryFunctions(context : *const core::ffi::c_void, a : *mut UMemAllocFn, r : *mut UMemReallocFn, f : *mut UMemFreeFn, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn u_shapeArabic(source : *const u16, sourcelength : i32, dest : *mut u16, destsize : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strCaseCompare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strCompare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, codepointorder : i8) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strCompareIter(iter1 : *mut UCharIterator, iter2 : *mut UCharIterator, codepointorder : i8) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strFindFirst(s : *const u16, length : i32, substring : *const u16, sublength : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strFindLast(s : *const u16, length : i32, substring : *const u16, sublength : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strFoldCase(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strFromJavaModifiedUTF8WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCSTR, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF32(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : *const i32, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF32WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : *const i32, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF8(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF8Lenient(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF8WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCSTR, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strFromWCS(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCWSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strHasMoreChar32Than(s : *const u16, length : i32, number : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn u_strToJavaModifiedUTF8(dest : windows_sys::core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PSTR); -windows_targets::link!("icu.dll" "cdecl" fn u_strToLower(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strToTitle(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, titleiter : *mut UBreakIterator, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strToUTF32(dest : *mut i32, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> *mut i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strToUTF32WithSub(dest : *mut i32, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strToUTF8(dest : windows_sys::core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PSTR); -windows_targets::link!("icu.dll" "cdecl" fn u_strToUTF8WithSub(dest : windows_sys::core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PSTR); -windows_targets::link!("icu.dll" "cdecl" fn u_strToUpper(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strToWCS(dest : windows_sys::core::PCWSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PWSTR); -windows_targets::link!("icu.dll" "cdecl" fn u_strcasecmp(s1 : *const u16, s2 : *const u16, options : u32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strcat(dst : *mut u16, src : *const u16) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strchr(s : *const u16, c : u16) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strchr32(s : *const u16, c : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strcmp(s1 : *const u16, s2 : *const u16) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strcmpCodePointOrder(s1 : *const u16, s2 : *const u16) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strcpy(dst : *mut u16, src : *const u16) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strcspn(string : *const u16, matchset : *const u16) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strlen(s : *const u16) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strncasecmp(s1 : *const u16, s2 : *const u16, n : i32, options : u32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strncat(dst : *mut u16, src : *const u16, n : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strncmp(ucs1 : *const u16, ucs2 : *const u16, n : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strncmpCodePointOrder(s1 : *const u16, s2 : *const u16, n : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strncpy(dst : *mut u16, src : *const u16, n : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strpbrk(string : *const u16, matchset : *const u16) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strrchr(s : *const u16, c : u16) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strrchr32(s : *const u16, c : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strrstr(s : *const u16, substring : *const u16) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strspn(string : *const u16, matchset : *const u16) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_strstr(s : *const u16, substring : *const u16) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_strtok_r(src : *mut u16, delim : *const u16, savestate : *mut *mut u16) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_tolower(c : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_totitle(c : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_toupper(c : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_uastrcpy(dst : *mut u16, src : windows_sys::core::PCSTR) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_uastrncpy(dst : *mut u16, src : windows_sys::core::PCSTR, n : i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn u_unescape(src : windows_sys::core::PCSTR, dest : *mut u16, destcapacity : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_unescapeAt(charat : UNESCAPE_CHAR_AT, offset : *mut i32, length : i32, context : *mut core::ffi::c_void) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_versionFromString(versionarray : *mut u8, versionstring : windows_sys::core::PCSTR)); -windows_targets::link!("icu.dll" "cdecl" fn u_versionFromUString(versionarray : *mut u8, versionstring : *const u16)); -windows_targets::link!("icu.dll" "cdecl" fn u_versionToString(versionarray : *const u8, versionstring : windows_sys::core::PCSTR)); -windows_targets::link!("icu.dll" "cdecl" fn u_vformatMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, ap : *mut i8, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_vformatMessageWithError(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, parseerror : *mut UParseError, ap : *mut i8, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn u_vparseMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, ap : *mut i8, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn u_vparseMessageWithError(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, ap : *mut i8, parseerror : *mut UParseError, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_close(pbidi : *mut UBiDi)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_countParagraphs(pbidi : *mut UBiDi) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_countRuns(pbidi : *mut UBiDi, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getBaseDirection(text : *const u16, length : i32) -> UBiDiDirection); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getClassCallback(pbidi : *mut UBiDi, r#fn : *mut UBiDiClassCallback, context : *const *const core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getCustomizedClass(pbidi : *mut UBiDi, c : i32) -> UCharDirection); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getDirection(pbidi : *const UBiDi) -> UBiDiDirection); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLength(pbidi : *const UBiDi) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLevelAt(pbidi : *const UBiDi, charindex : i32) -> u8); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLevels(pbidi : *mut UBiDi, perrorcode : *mut UErrorCode) -> *mut u8); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLogicalIndex(pbidi : *mut UBiDi, visualindex : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLogicalMap(pbidi : *mut UBiDi, indexmap : *mut i32, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLogicalRun(pbidi : *const UBiDi, logicalposition : i32, plogicallimit : *mut i32, plevel : *mut u8)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getParaLevel(pbidi : *const UBiDi) -> u8); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getParagraph(pbidi : *const UBiDi, charindex : i32, pparastart : *mut i32, pparalimit : *mut i32, pparalevel : *mut u8, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getParagraphByIndex(pbidi : *const UBiDi, paraindex : i32, pparastart : *mut i32, pparalimit : *mut i32, pparalevel : *mut u8, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getProcessedLength(pbidi : *const UBiDi) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getReorderingMode(pbidi : *mut UBiDi) -> UBiDiReorderingMode); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getReorderingOptions(pbidi : *mut UBiDi) -> u32); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getResultLength(pbidi : *const UBiDi) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getText(pbidi : *const UBiDi) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getVisualIndex(pbidi : *mut UBiDi, logicalindex : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getVisualMap(pbidi : *mut UBiDi, indexmap : *mut i32, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_getVisualRun(pbidi : *mut UBiDi, runindex : i32, plogicalstart : *mut i32, plength : *mut i32) -> UBiDiDirection); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_invertMap(srcmap : *const i32, destmap : *mut i32, length : i32)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_isInverse(pbidi : *mut UBiDi) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_isOrderParagraphsLTR(pbidi : *mut UBiDi) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_open() -> *mut UBiDi); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_openSized(maxlength : i32, maxruncount : i32, perrorcode : *mut UErrorCode) -> *mut UBiDi); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_orderParagraphsLTR(pbidi : *mut UBiDi, orderparagraphsltr : i8)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_reorderLogical(levels : *const u8, length : i32, indexmap : *mut i32)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_reorderVisual(levels : *const u8, length : i32, indexmap : *mut i32)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_setClassCallback(pbidi : *mut UBiDi, newfn : UBiDiClassCallback, newcontext : *const core::ffi::c_void, oldfn : *mut UBiDiClassCallback, oldcontext : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_setContext(pbidi : *mut UBiDi, prologue : *const u16, prolength : i32, epilogue : *const u16, epilength : i32, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_setInverse(pbidi : *mut UBiDi, isinverse : i8)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_setLine(pparabidi : *const UBiDi, start : i32, limit : i32, plinebidi : *mut UBiDi, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_setPara(pbidi : *mut UBiDi, text : *const u16, length : i32, paralevel : u8, embeddinglevels : *mut u8, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_setReorderingMode(pbidi : *mut UBiDi, reorderingmode : UBiDiReorderingMode)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_setReorderingOptions(pbidi : *mut UBiDi, reorderingoptions : u32)); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_writeReordered(pbidi : *mut UBiDi, dest : *mut u16, destsize : i32, options : u16, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubidi_writeReverse(src : *const u16, srclength : i32, dest : *mut u16, destsize : i32, options : u16, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubiditransform_close(pbiditransform : *mut UBiDiTransform)); -windows_targets::link!("icu.dll" "cdecl" fn ubiditransform_open(perrorcode : *mut UErrorCode) -> *mut UBiDiTransform); -windows_targets::link!("icu.dll" "cdecl" fn ubiditransform_transform(pbiditransform : *mut UBiDiTransform, src : *const u16, srclength : i32, dest : *mut u16, destsize : i32, inparalevel : u8, inorder : UBiDiOrder, outparalevel : u8, outorder : UBiDiOrder, domirroring : UBiDiMirroring, shapingoptions : u32, perrorcode : *mut UErrorCode) -> u32); -windows_targets::link!("icu.dll" "cdecl" fn ublock_getCode(c : i32) -> UBlockCode); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_close(bi : *mut UBreakIterator)); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_countAvailable() -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_current(bi : *const UBreakIterator) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_first(bi : *mut UBreakIterator) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_following(bi : *mut UBreakIterator, offset : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_getAvailable(index : i32) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_getBinaryRules(bi : *mut UBreakIterator, binaryrules : *mut u8, rulescapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_getLocaleByType(bi : *const UBreakIterator, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_getRuleStatus(bi : *mut UBreakIterator) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_getRuleStatusVec(bi : *mut UBreakIterator, fillinvec : *mut i32, capacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_isBoundary(bi : *mut UBreakIterator, offset : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_last(bi : *mut UBreakIterator) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_next(bi : *mut UBreakIterator) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_open(r#type : UBreakIteratorType, locale : windows_sys::core::PCSTR, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UBreakIterator); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_openBinaryRules(binaryrules : *const u8, ruleslength : i32, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UBreakIterator); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_openRules(rules : *const u16, ruleslength : i32, text : *const u16, textlength : i32, parseerr : *mut UParseError, status : *mut UErrorCode) -> *mut UBreakIterator); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_preceding(bi : *mut UBreakIterator, offset : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_previous(bi : *mut UBreakIterator) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_refreshUText(bi : *mut UBreakIterator, text : *mut UText, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_safeClone(bi : *const UBreakIterator, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UBreakIterator); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_setText(bi : *mut UBreakIterator, text : *const u16, textlength : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ubrk_setUText(bi : *mut UBreakIterator, text : *mut UText, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_add(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, amount : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_clear(calendar : *mut *mut core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_clearField(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_clone(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn ucal_close(cal : *mut *mut core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_countAvailable() -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_equivalentTo(cal1 : *const *const core::ffi::c_void, cal2 : *const *const core::ffi::c_void) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucal_get(cal : *const *const core::ffi::c_void, field : UCalendarDateFields, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getAttribute(cal : *const *const core::ffi::c_void, attr : UCalendarAttribute) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getCanonicalTimeZoneID(id : *const u16, len : i32, result : *mut u16, resultcapacity : i32, issystemid : *mut i8, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getDSTSavings(zoneid : *const u16, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getDayOfWeekType(cal : *const *const core::ffi::c_void, dayofweek : UCalendarDaysOfWeek, status : *mut UErrorCode) -> UCalendarWeekdayType); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getDefaultTimeZone(result : *mut u16, resultcapacity : i32, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getFieldDifference(cal : *mut *mut core::ffi::c_void, target : f64, field : UCalendarDateFields, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getGregorianChange(cal : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> f64); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getIntPropertyMaxValue(which : UProperty) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getIntPropertyMinValue(which : UProperty) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getIntPropertyValue(c : i32, which : UProperty) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getNumericValue(c : i32) -> f64); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getPropertyEnum(alias : windows_sys::core::PCSTR) -> UProperty); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getPropertyName(property : UProperty, namechoice : UPropertyNameChoice) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getPropertyValueEnum(property : UProperty, alias : windows_sys::core::PCSTR) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getPropertyValueName(property : UProperty, value : i32, namechoice : UPropertyNameChoice) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getUnicodeVersion(versionarray : *mut u8)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_getVersion(versionarray : *mut u8)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_hasBinaryProperty(c : i32, which : UProperty) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_init(status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isIDIgnorable(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isIDPart(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isIDStart(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isISOControl(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isJavaIDPart(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isJavaIDStart(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isJavaSpaceChar(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isMirrored(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isUAlphabetic(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isULowercase(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isUUppercase(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isUWhiteSpace(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isWhitespace(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isalnum(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isalpha(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isbase(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isblank(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_iscntrl(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isdefined(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isdigit(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isgraph(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_islower(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isprint(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_ispunct(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isspace(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_istitle(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isupper(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_isxdigit(c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_memcasecmp(s1 : *const u16, s2 : *const u16, length : i32, options : u32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_memchr(s : *const u16, c : u16, count : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_memchr32(s : *const u16, c : i32, count : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_memcmp(buf1 : *const u16, buf2 : *const u16, count : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_memcmpCodePointOrder(s1 : *const u16, s2 : *const u16, count : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_memcpy(dest : *mut u16, src : *const u16, count : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_memmove(dest : *mut u16, src : *const u16, count : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_memrchr(s : *const u16, c : u16, count : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_memrchr32(s : *const u16, c : i32, count : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_memset(dest : *mut u16, c : u16, count : i32) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn u_parseMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, status : *mut UErrorCode, ...)); +windows_targets::link!("icuin.dll" "cdecl" fn u_parseMessageWithError(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, parseerror : *mut UParseError, status : *mut UErrorCode, ...)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_setMemoryFunctions(context : *const core::ffi::c_void, a : *mut UMemAllocFn, r : *mut UMemReallocFn, f : *mut UMemFreeFn, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_shapeArabic(source : *const u16, sourcelength : i32, dest : *mut u16, destsize : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strCaseCompare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strCompare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, codepointorder : i8) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strCompareIter(iter1 : *mut UCharIterator, iter2 : *mut UCharIterator, codepointorder : i8) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strFindFirst(s : *const u16, length : i32, substring : *const u16, sublength : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strFindLast(s : *const u16, length : i32, substring : *const u16, sublength : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strFoldCase(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromJavaModifiedUTF8WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCSTR, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromUTF32(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : *const i32, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromUTF32WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : *const i32, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromUTF8(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromUTF8Lenient(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromUTF8WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCSTR, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromWCS(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCWSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strHasMoreChar32Than(s : *const u16, length : i32, number : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strToJavaModifiedUTF8(dest : windows_sys::core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strToLower(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strToTitle(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, titleiter : *mut UBreakIterator, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strToUTF32(dest : *mut i32, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> *mut i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strToUTF32WithSub(dest : *mut i32, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strToUTF8(dest : windows_sys::core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strToUTF8WithSub(dest : windows_sys::core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strToUpper(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strToWCS(dest : windows_sys::core::PCWSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PWSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strcasecmp(s1 : *const u16, s2 : *const u16, options : u32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strcat(dst : *mut u16, src : *const u16) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strchr(s : *const u16, c : u16) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strchr32(s : *const u16, c : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strcmp(s1 : *const u16, s2 : *const u16) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strcmpCodePointOrder(s1 : *const u16, s2 : *const u16) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strcpy(dst : *mut u16, src : *const u16) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strcspn(string : *const u16, matchset : *const u16) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strlen(s : *const u16) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strncasecmp(s1 : *const u16, s2 : *const u16, n : i32, options : u32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strncat(dst : *mut u16, src : *const u16, n : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strncmp(ucs1 : *const u16, ucs2 : *const u16, n : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strncmpCodePointOrder(s1 : *const u16, s2 : *const u16, n : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strncpy(dst : *mut u16, src : *const u16, n : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strpbrk(string : *const u16, matchset : *const u16) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strrchr(s : *const u16, c : u16) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strrchr32(s : *const u16, c : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strrstr(s : *const u16, substring : *const u16) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strspn(string : *const u16, matchset : *const u16) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strstr(s : *const u16, substring : *const u16) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_strtok_r(src : *mut u16, delim : *const u16, savestate : *mut *mut u16) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_tolower(c : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_totitle(c : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_toupper(c : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_uastrcpy(dst : *mut u16, src : windows_sys::core::PCSTR) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_uastrncpy(dst : *mut u16, src : windows_sys::core::PCSTR, n : i32) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn u_unescape(src : windows_sys::core::PCSTR, dest : *mut u16, destcapacity : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_unescapeAt(charat : UNESCAPE_CHAR_AT, offset : *mut i32, length : i32, context : *mut core::ffi::c_void) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn u_versionFromString(versionarray : *mut u8, versionstring : windows_sys::core::PCSTR)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_versionFromUString(versionarray : *mut u8, versionstring : *const u16)); +windows_targets::link!("icuuc.dll" "cdecl" fn u_versionToString(versionarray : *const u8, versionstring : windows_sys::core::PCSTR)); +windows_targets::link!("icuin.dll" "cdecl" fn u_vformatMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, ap : *mut i8, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn u_vformatMessageWithError(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, parseerror : *mut UParseError, ap : *mut i8, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn u_vparseMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, ap : *mut i8, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn u_vparseMessageWithError(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, ap : *mut i8, parseerror : *mut UParseError, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_close(pbidi : *mut UBiDi)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_countParagraphs(pbidi : *mut UBiDi) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_countRuns(pbidi : *mut UBiDi, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getBaseDirection(text : *const u16, length : i32) -> UBiDiDirection); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getClassCallback(pbidi : *mut UBiDi, r#fn : *mut UBiDiClassCallback, context : *const *const core::ffi::c_void)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getCustomizedClass(pbidi : *mut UBiDi, c : i32) -> UCharDirection); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getDirection(pbidi : *const UBiDi) -> UBiDiDirection); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLength(pbidi : *const UBiDi) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLevelAt(pbidi : *const UBiDi, charindex : i32) -> u8); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLevels(pbidi : *mut UBiDi, perrorcode : *mut UErrorCode) -> *mut u8); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLogicalIndex(pbidi : *mut UBiDi, visualindex : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLogicalMap(pbidi : *mut UBiDi, indexmap : *mut i32, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLogicalRun(pbidi : *const UBiDi, logicalposition : i32, plogicallimit : *mut i32, plevel : *mut u8)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getParaLevel(pbidi : *const UBiDi) -> u8); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getParagraph(pbidi : *const UBiDi, charindex : i32, pparastart : *mut i32, pparalimit : *mut i32, pparalevel : *mut u8, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getParagraphByIndex(pbidi : *const UBiDi, paraindex : i32, pparastart : *mut i32, pparalimit : *mut i32, pparalevel : *mut u8, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getProcessedLength(pbidi : *const UBiDi) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getReorderingMode(pbidi : *mut UBiDi) -> UBiDiReorderingMode); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getReorderingOptions(pbidi : *mut UBiDi) -> u32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getResultLength(pbidi : *const UBiDi) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getText(pbidi : *const UBiDi) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getVisualIndex(pbidi : *mut UBiDi, logicalindex : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getVisualMap(pbidi : *mut UBiDi, indexmap : *mut i32, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getVisualRun(pbidi : *mut UBiDi, runindex : i32, plogicalstart : *mut i32, plength : *mut i32) -> UBiDiDirection); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_invertMap(srcmap : *const i32, destmap : *mut i32, length : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_isInverse(pbidi : *mut UBiDi) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_isOrderParagraphsLTR(pbidi : *mut UBiDi) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_open() -> *mut UBiDi); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_openSized(maxlength : i32, maxruncount : i32, perrorcode : *mut UErrorCode) -> *mut UBiDi); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_orderParagraphsLTR(pbidi : *mut UBiDi, orderparagraphsltr : i8)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_reorderLogical(levels : *const u8, length : i32, indexmap : *mut i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_reorderVisual(levels : *const u8, length : i32, indexmap : *mut i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setClassCallback(pbidi : *mut UBiDi, newfn : UBiDiClassCallback, newcontext : *const core::ffi::c_void, oldfn : *mut UBiDiClassCallback, oldcontext : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setContext(pbidi : *mut UBiDi, prologue : *const u16, prolength : i32, epilogue : *const u16, epilength : i32, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setInverse(pbidi : *mut UBiDi, isinverse : i8)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setLine(pparabidi : *const UBiDi, start : i32, limit : i32, plinebidi : *mut UBiDi, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setPara(pbidi : *mut UBiDi, text : *const u16, length : i32, paralevel : u8, embeddinglevels : *mut u8, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setReorderingMode(pbidi : *mut UBiDi, reorderingmode : UBiDiReorderingMode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setReorderingOptions(pbidi : *mut UBiDi, reorderingoptions : u32)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_writeReordered(pbidi : *mut UBiDi, dest : *mut u16, destsize : i32, options : u16, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_writeReverse(src : *const u16, srclength : i32, dest : *mut u16, destsize : i32, options : u16, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubiditransform_close(pbiditransform : *mut UBiDiTransform)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubiditransform_open(perrorcode : *mut UErrorCode) -> *mut UBiDiTransform); +windows_targets::link!("icuuc.dll" "cdecl" fn ubiditransform_transform(pbiditransform : *mut UBiDiTransform, src : *const u16, srclength : i32, dest : *mut u16, destsize : i32, inparalevel : u8, inorder : UBiDiOrder, outparalevel : u8, outorder : UBiDiOrder, domirroring : UBiDiMirroring, shapingoptions : u32, perrorcode : *mut UErrorCode) -> u32); +windows_targets::link!("icuuc.dll" "cdecl" fn ublock_getCode(c : i32) -> UBlockCode); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_close(bi : *mut UBreakIterator)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_countAvailable() -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_current(bi : *const UBreakIterator) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_first(bi : *mut UBreakIterator) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_following(bi : *mut UBreakIterator, offset : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_getAvailable(index : i32) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_getBinaryRules(bi : *mut UBreakIterator, binaryrules : *mut u8, rulescapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_getLocaleByType(bi : *const UBreakIterator, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_getRuleStatus(bi : *mut UBreakIterator) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_getRuleStatusVec(bi : *mut UBreakIterator, fillinvec : *mut i32, capacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_isBoundary(bi : *mut UBreakIterator, offset : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_last(bi : *mut UBreakIterator) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_next(bi : *mut UBreakIterator) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_open(r#type : UBreakIteratorType, locale : windows_sys::core::PCSTR, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UBreakIterator); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_openBinaryRules(binaryrules : *const u8, ruleslength : i32, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UBreakIterator); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_openRules(rules : *const u16, ruleslength : i32, text : *const u16, textlength : i32, parseerr : *mut UParseError, status : *mut UErrorCode) -> *mut UBreakIterator); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_preceding(bi : *mut UBreakIterator, offset : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_previous(bi : *mut UBreakIterator) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_refreshUText(bi : *mut UBreakIterator, text : *mut UText, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_safeClone(bi : *const UBreakIterator, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UBreakIterator); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_setText(bi : *mut UBreakIterator, text : *const u16, textlength : i32, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_setUText(bi : *mut UBreakIterator, text : *mut UText, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_add(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, amount : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_clear(calendar : *mut *mut core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_clearField(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_clone(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_close(cal : *mut *mut core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_countAvailable() -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_equivalentTo(cal1 : *const *const core::ffi::c_void, cal2 : *const *const core::ffi::c_void) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_get(cal : *const *const core::ffi::c_void, field : UCalendarDateFields, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getAttribute(cal : *const *const core::ffi::c_void, attr : UCalendarAttribute) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getCanonicalTimeZoneID(id : *const u16, len : i32, result : *mut u16, resultcapacity : i32, issystemid : *mut i8, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getDSTSavings(zoneid : *const u16, ec : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getDayOfWeekType(cal : *const *const core::ffi::c_void, dayofweek : UCalendarDaysOfWeek, status : *mut UErrorCode) -> UCalendarWeekdayType); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getDefaultTimeZone(result : *mut u16, resultcapacity : i32, ec : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getFieldDifference(cal : *mut *mut core::ffi::c_void, target : f64, field : UCalendarDateFields, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getGregorianChange(cal : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> f64); windows_targets::link!("icu.dll" "cdecl" fn ucal_getHostTimeZone(result : *mut u16, resultcapacity : i32, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getKeywordValuesForLocale(key : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getLimit(cal : *const *const core::ffi::c_void, field : UCalendarDateFields, r#type : UCalendarLimitType, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getLocaleByType(cal : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getMillis(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getNow() -> f64); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getTZDataVersion(status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneDisplayName(cal : *const *const core::ffi::c_void, r#type : UCalendarDisplayNameType, locale : windows_sys::core::PCSTR, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneID(cal : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneIDForWindowsID(winid : *const u16, len : i32, region : windows_sys::core::PCSTR, id : *mut u16, idcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneTransitionDate(cal : *const *const core::ffi::c_void, r#type : UTimeZoneTransitionType, transition : *mut f64, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getType(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getWeekendTransition(cal : *const *const core::ffi::c_void, dayofweek : UCalendarDaysOfWeek, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_getWindowsTimeZoneID(id : *const u16, len : i32, winid : *mut u16, winidcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucal_inDaylightTime(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucal_isSet(cal : *const *const core::ffi::c_void, field : UCalendarDateFields) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucal_isWeekend(cal : *const *const core::ffi::c_void, date : f64, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucal_open(zoneid : *const u16, len : i32, locale : windows_sys::core::PCSTR, r#type : UCalendarType, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn ucal_openCountryTimeZones(country : windows_sys::core::PCSTR, ec : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucal_openTimeZoneIDEnumeration(zonetype : USystemTimeZoneType, region : windows_sys::core::PCSTR, rawoffset : *const i32, ec : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucal_openTimeZones(ec : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucal_roll(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, amount : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_set(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, value : i32)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_setAttribute(cal : *mut *mut core::ffi::c_void, attr : UCalendarAttribute, newvalue : i32)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_setDate(cal : *mut *mut core::ffi::c_void, year : i32, month : i32, date : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_setDateTime(cal : *mut *mut core::ffi::c_void, year : i32, month : i32, date : i32, hour : i32, minute : i32, second : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_setDefaultTimeZone(zoneid : *const u16, ec : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_setGregorianChange(cal : *mut *mut core::ffi::c_void, date : f64, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_setMillis(cal : *mut *mut core::ffi::c_void, datetime : f64, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucal_setTimeZone(cal : *mut *mut core::ffi::c_void, zoneid : *const u16, len : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_close(csm : *mut UCaseMap)); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_getBreakIterator(csm : *const UCaseMap) -> *mut UBreakIterator); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_getLocale(csm : *const UCaseMap) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_getOptions(csm : *const UCaseMap) -> u32); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_open(locale : windows_sys::core::PCSTR, options : u32, perrorcode : *mut UErrorCode) -> *mut UCaseMap); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_setBreakIterator(csm : *mut UCaseMap, itertoadopt : *mut UBreakIterator, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_setLocale(csm : *mut UCaseMap, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_setOptions(csm : *mut UCaseMap, options : u32, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_toTitle(csm : *mut UCaseMap, dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_utf8FoldCase(csm : *const UCaseMap, dest : windows_sys::core::PCSTR, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_utf8ToLower(csm : *const UCaseMap, dest : windows_sys::core::PCSTR, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_utf8ToTitle(csm : *mut UCaseMap, dest : windows_sys::core::PCSTR, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucasemap_utf8ToUpper(csm : *const UCaseMap, dest : windows_sys::core::PCSTR, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getKeywordValuesForLocale(key : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getLimit(cal : *const *const core::ffi::c_void, field : UCalendarDateFields, r#type : UCalendarLimitType, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getLocaleByType(cal : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getMillis(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getNow() -> f64); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getTZDataVersion(status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getTimeZoneDisplayName(cal : *const *const core::ffi::c_void, r#type : UCalendarDisplayNameType, locale : windows_sys::core::PCSTR, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getTimeZoneID(cal : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getTimeZoneIDForWindowsID(winid : *const u16, len : i32, region : windows_sys::core::PCSTR, id : *mut u16, idcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getTimeZoneTransitionDate(cal : *const *const core::ffi::c_void, r#type : UTimeZoneTransitionType, transition : *mut f64, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getType(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getWeekendTransition(cal : *const *const core::ffi::c_void, dayofweek : UCalendarDaysOfWeek, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_getWindowsTimeZoneID(id : *const u16, len : i32, winid : *mut u16, winidcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_inDaylightTime(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_isSet(cal : *const *const core::ffi::c_void, field : UCalendarDateFields) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_isWeekend(cal : *const *const core::ffi::c_void, date : f64, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_open(zoneid : *const u16, len : i32, locale : windows_sys::core::PCSTR, r#type : UCalendarType, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_openCountryTimeZones(country : windows_sys::core::PCSTR, ec : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_openTimeZoneIDEnumeration(zonetype : USystemTimeZoneType, region : windows_sys::core::PCSTR, rawoffset : *const i32, ec : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_openTimeZones(ec : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_roll(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, amount : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_set(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, value : i32)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_setAttribute(cal : *mut *mut core::ffi::c_void, attr : UCalendarAttribute, newvalue : i32)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_setDate(cal : *mut *mut core::ffi::c_void, year : i32, month : i32, date : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_setDateTime(cal : *mut *mut core::ffi::c_void, year : i32, month : i32, date : i32, hour : i32, minute : i32, second : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_setDefaultTimeZone(zoneid : *const u16, ec : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_setGregorianChange(cal : *mut *mut core::ffi::c_void, date : f64, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_setMillis(cal : *mut *mut core::ffi::c_void, datetime : f64, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucal_setTimeZone(cal : *mut *mut core::ffi::c_void, zoneid : *const u16, len : i32, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_close(csm : *mut UCaseMap)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_getBreakIterator(csm : *const UCaseMap) -> *mut UBreakIterator); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_getLocale(csm : *const UCaseMap) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_getOptions(csm : *const UCaseMap) -> u32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_open(locale : windows_sys::core::PCSTR, options : u32, perrorcode : *mut UErrorCode) -> *mut UCaseMap); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_setBreakIterator(csm : *mut UCaseMap, itertoadopt : *mut UBreakIterator, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_setLocale(csm : *mut UCaseMap, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_setOptions(csm : *mut UCaseMap, options : u32, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_toTitle(csm : *mut UCaseMap, dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_utf8FoldCase(csm : *const UCaseMap, dest : windows_sys::core::PCSTR, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_utf8ToLower(csm : *const UCaseMap, dest : windows_sys::core::PCSTR, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_utf8ToTitle(csm : *mut UCaseMap, dest : windows_sys::core::PCSTR, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_utf8ToUpper(csm : *const UCaseMap, dest : windows_sys::core::PCSTR, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); windows_targets::link!("icu.dll" "cdecl" fn ucfpos_close(ucfpos : *mut UConstrainedFieldPosition)); windows_targets::link!("icu.dll" "cdecl" fn ucfpos_constrainCategory(ucfpos : *mut UConstrainedFieldPosition, category : i32, ec : *mut UErrorCode)); windows_targets::link!("icu.dll" "cdecl" fn ucfpos_constrainField(ucfpos : *mut UConstrainedFieldPosition, category : i32, field : i32, ec : *mut UErrorCode)); @@ -501,130 +501,130 @@ windows_targets::link!("icu.dll" "cdecl" fn ucfpos_open(ec : *mut UErrorCode) -> windows_targets::link!("icu.dll" "cdecl" fn ucfpos_reset(ucfpos : *mut UConstrainedFieldPosition, ec : *mut UErrorCode)); windows_targets::link!("icu.dll" "cdecl" fn ucfpos_setInt64IterationContext(ucfpos : *mut UConstrainedFieldPosition, context : i64, ec : *mut UErrorCode)); windows_targets::link!("icu.dll" "cdecl" fn ucfpos_setState(ucfpos : *mut UConstrainedFieldPosition, category : i32, field : i32, start : i32, limit : i32, ec : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbFromUWriteBytes(args : *mut UConverterFromUnicodeArgs, source : windows_sys::core::PCSTR, length : i32, offsetindex : i32, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbFromUWriteSub(args : *mut UConverterFromUnicodeArgs, offsetindex : i32, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbFromUWriteUChars(args : *mut UConverterFromUnicodeArgs, source : *const *const u16, sourcelimit : *const u16, offsetindex : i32, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbToUWriteSub(args : *mut UConverterToUnicodeArgs, offsetindex : i32, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbToUWriteUChars(args : *mut UConverterToUnicodeArgs, source : *const u16, length : i32, offsetindex : i32, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_close(converter : *mut UConverter)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_compareNames(name1 : windows_sys::core::PCSTR, name2 : windows_sys::core::PCSTR) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_convert(toconvertername : windows_sys::core::PCSTR, fromconvertername : windows_sys::core::PCSTR, target : windows_sys::core::PCSTR, targetcapacity : i32, source : windows_sys::core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_convertEx(targetcnv : *mut UConverter, sourcecnv : *mut UConverter, target : *mut *mut i8, targetlimit : windows_sys::core::PCSTR, source : *const *const i8, sourcelimit : windows_sys::core::PCSTR, pivotstart : *mut u16, pivotsource : *mut *mut u16, pivottarget : *mut *mut u16, pivotlimit : *const u16, reset : i8, flush : i8, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_countAliases(alias : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> u16); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_countAvailable() -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_countStandards() -> u16); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_detectUnicodeSignature(source : windows_sys::core::PCSTR, sourcelength : i32, signaturelength : *mut i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_fixFileSeparator(cnv : *const UConverter, source : *mut u16, sourcelen : i32)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_flushCache() -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_fromAlgorithmic(cnv : *mut UConverter, algorithmictype : UConverterType, target : windows_sys::core::PCSTR, targetcapacity : i32, source : windows_sys::core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_fromUChars(cnv : *mut UConverter, dest : windows_sys::core::PCSTR, destcapacity : i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_fromUCountPending(cnv : *const UConverter, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_fromUnicode(converter : *mut UConverter, target : *mut *mut i8, targetlimit : windows_sys::core::PCSTR, source : *const *const u16, sourcelimit : *const u16, offsets : *mut i32, flush : i8, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getAlias(alias : windows_sys::core::PCSTR, n : u16, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getAliases(alias : windows_sys::core::PCSTR, aliases : *const *const i8, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getAvailableName(n : i32) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getCCSID(converter : *const UConverter, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getCanonicalName(alias : windows_sys::core::PCSTR, standard : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getDefaultName() -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getDisplayName(converter : *const UConverter, displaylocale : windows_sys::core::PCSTR, displayname : *mut u16, displaynamecapacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getFromUCallBack(converter : *const UConverter, action : *mut UConverterFromUCallback, context : *const *const core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getInvalidChars(converter : *const UConverter, errbytes : windows_sys::core::PCSTR, len : *mut i8, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getInvalidUChars(converter : *const UConverter, erruchars : *mut u16, len : *mut i8, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getMaxCharSize(converter : *const UConverter) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getMinCharSize(converter : *const UConverter) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getName(converter : *const UConverter, err : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getNextUChar(converter : *mut UConverter, source : *const *const i8, sourcelimit : windows_sys::core::PCSTR, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getPlatform(converter : *const UConverter, err : *mut UErrorCode) -> UConverterPlatform); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getStandard(n : u16, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getStandardName(name : windows_sys::core::PCSTR, standard : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getStarters(converter : *const UConverter, starters : *mut i8, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getSubstChars(converter : *const UConverter, subchars : windows_sys::core::PCSTR, len : *mut i8, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getToUCallBack(converter : *const UConverter, action : *mut UConverterToUCallback, context : *const *const core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getType(converter : *const UConverter) -> UConverterType); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_getUnicodeSet(cnv : *const UConverter, setfillin : *mut USet, whichset : UConverterUnicodeSet, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_isAmbiguous(cnv : *const UConverter) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_isFixedWidth(cnv : *mut UConverter, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_open(convertername : windows_sys::core::PCSTR, err : *mut UErrorCode) -> *mut UConverter); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_openAllNames(perrorcode : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_openCCSID(codepage : i32, platform : UConverterPlatform, err : *mut UErrorCode) -> *mut UConverter); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_openPackage(packagename : windows_sys::core::PCSTR, convertername : windows_sys::core::PCSTR, err : *mut UErrorCode) -> *mut UConverter); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_openStandardNames(convname : windows_sys::core::PCSTR, standard : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_openU(name : *const u16, err : *mut UErrorCode) -> *mut UConverter); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_reset(converter : *mut UConverter)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_resetFromUnicode(converter : *mut UConverter)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_resetToUnicode(converter : *mut UConverter)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_safeClone(cnv : *const UConverter, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UConverter); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_setDefaultName(name : windows_sys::core::PCSTR)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_setFallback(cnv : *mut UConverter, usesfallback : i8)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_setFromUCallBack(converter : *mut UConverter, newaction : UConverterFromUCallback, newcontext : *const core::ffi::c_void, oldaction : *mut UConverterFromUCallback, oldcontext : *const *const core::ffi::c_void, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_setSubstChars(converter : *mut UConverter, subchars : windows_sys::core::PCSTR, len : i8, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_setSubstString(cnv : *mut UConverter, s : *const u16, length : i32, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_setToUCallBack(converter : *mut UConverter, newaction : UConverterToUCallback, newcontext : *const core::ffi::c_void, oldaction : *mut UConverterToUCallback, oldcontext : *const *const core::ffi::c_void, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_toAlgorithmic(algorithmictype : UConverterType, cnv : *mut UConverter, target : windows_sys::core::PCSTR, targetcapacity : i32, source : windows_sys::core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_toUChars(cnv : *mut UConverter, dest : *mut u16, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_toUCountPending(cnv : *const UConverter, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_toUnicode(converter : *mut UConverter, target : *mut *mut u16, targetlimit : *const u16, source : *const *const i8, sourcelimit : windows_sys::core::PCSTR, offsets : *mut i32, flush : i8, err : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucnv_usesFallback(cnv : *const UConverter) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_close(sel : *mut UConverterSelector)); -windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_open(converterlist : *const *const i8, converterlistsize : i32, excludedcodepoints : *const USet, whichset : UConverterUnicodeSet, status : *mut UErrorCode) -> *mut UConverterSelector); -windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_openFromSerialized(buffer : *const core::ffi::c_void, length : i32, status : *mut UErrorCode) -> *mut UConverterSelector); -windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_selectForString(sel : *const UConverterSelector, s : *const u16, length : i32, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_selectForUTF8(sel : *const UConverterSelector, s : windows_sys::core::PCSTR, length : i32, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_serialize(sel : *const UConverterSelector, buffer : *mut core::ffi::c_void, buffercapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_cloneBinary(coll : *const UCollator, buffer : *mut u8, capacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_close(coll : *mut UCollator)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_closeElements(elems : *mut UCollationElements)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_countAvailable() -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_equal(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getAttribute(coll : *const UCollator, attr : UColAttribute, status : *mut UErrorCode) -> UColAttributeValue); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getBound(source : *const u8, sourcelength : i32, boundtype : UColBoundMode, nooflevels : u32, result : *mut u8, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getContractionsAndExpansions(coll : *const UCollator, contractions : *mut USet, expansions : *mut USet, addprefixes : i8, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getDisplayName(objloc : windows_sys::core::PCSTR, disploc : windows_sys::core::PCSTR, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getEquivalentReorderCodes(reordercode : i32, dest : *mut i32, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getFunctionalEquivalent(result : windows_sys::core::PCSTR, resultcapacity : i32, keyword : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, isavailable : *mut i8, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getKeywordValues(keyword : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getKeywordValuesForLocale(key : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getKeywords(status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getLocaleByType(coll : *const UCollator, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getMaxExpansion(elems : *const UCollationElements, order : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getMaxVariable(coll : *const UCollator) -> UColReorderCode); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getOffset(elems : *const UCollationElements) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getReorderCodes(coll : *const UCollator, dest : *mut i32, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getRules(coll : *const UCollator, length : *mut i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getRulesEx(coll : *const UCollator, delta : UColRuleOption, buffer : *mut u16, bufferlen : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getSortKey(coll : *const UCollator, source : *const u16, sourcelength : i32, result : *mut u8, resultlength : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getStrength(coll : *const UCollator) -> UColAttributeValue); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getTailoredSet(coll : *const UCollator, status : *mut UErrorCode) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getUCAVersion(coll : *const UCollator, info : *mut u8)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getVariableTop(coll : *const UCollator, status : *mut UErrorCode) -> u32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_getVersion(coll : *const UCollator, info : *mut u8)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_greater(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucol_greaterOrEqual(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucol_keyHashCode(key : *const u8, length : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_mergeSortkeys(src1 : *const u8, src1length : i32, src2 : *const u8, src2length : i32, dest : *mut u8, destcapacity : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_next(elems : *mut UCollationElements, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_nextSortKeyPart(coll : *const UCollator, iter : *mut UCharIterator, state : *mut u32, dest : *mut u8, count : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_open(loc : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UCollator); -windows_targets::link!("icu.dll" "cdecl" fn ucol_openAvailableLocales(status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucol_openBinary(bin : *const u8, length : i32, base : *const UCollator, status : *mut UErrorCode) -> *mut UCollator); -windows_targets::link!("icu.dll" "cdecl" fn ucol_openElements(coll : *const UCollator, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UCollationElements); -windows_targets::link!("icu.dll" "cdecl" fn ucol_openRules(rules : *const u16, ruleslength : i32, normalizationmode : UColAttributeValue, strength : UColAttributeValue, parseerror : *mut UParseError, status : *mut UErrorCode) -> *mut UCollator); -windows_targets::link!("icu.dll" "cdecl" fn ucol_previous(elems : *mut UCollationElements, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_primaryOrder(order : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_reset(elems : *mut UCollationElements)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_safeClone(coll : *const UCollator, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UCollator); -windows_targets::link!("icu.dll" "cdecl" fn ucol_secondaryOrder(order : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucol_setAttribute(coll : *mut UCollator, attr : UColAttribute, value : UColAttributeValue, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_setMaxVariable(coll : *mut UCollator, group : UColReorderCode, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_setOffset(elems : *mut UCollationElements, offset : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_setReorderCodes(coll : *mut UCollator, reordercodes : *const i32, reordercodeslength : i32, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_setStrength(coll : *mut UCollator, strength : UColAttributeValue)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_setText(elems : *mut UCollationElements, text : *const u16, textlength : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucol_strcoll(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> UCollationResult); -windows_targets::link!("icu.dll" "cdecl" fn ucol_strcollIter(coll : *const UCollator, siter : *mut UCharIterator, titer : *mut UCharIterator, status : *mut UErrorCode) -> UCollationResult); -windows_targets::link!("icu.dll" "cdecl" fn ucol_strcollUTF8(coll : *const UCollator, source : windows_sys::core::PCSTR, sourcelength : i32, target : windows_sys::core::PCSTR, targetlength : i32, status : *mut UErrorCode) -> UCollationResult); -windows_targets::link!("icu.dll" "cdecl" fn ucol_tertiaryOrder(order : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_cbFromUWriteBytes(args : *mut UConverterFromUnicodeArgs, source : windows_sys::core::PCSTR, length : i32, offsetindex : i32, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_cbFromUWriteSub(args : *mut UConverterFromUnicodeArgs, offsetindex : i32, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_cbFromUWriteUChars(args : *mut UConverterFromUnicodeArgs, source : *const *const u16, sourcelimit : *const u16, offsetindex : i32, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_cbToUWriteSub(args : *mut UConverterToUnicodeArgs, offsetindex : i32, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_cbToUWriteUChars(args : *mut UConverterToUnicodeArgs, source : *const u16, length : i32, offsetindex : i32, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_close(converter : *mut UConverter)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_compareNames(name1 : windows_sys::core::PCSTR, name2 : windows_sys::core::PCSTR) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_convert(toconvertername : windows_sys::core::PCSTR, fromconvertername : windows_sys::core::PCSTR, target : windows_sys::core::PCSTR, targetcapacity : i32, source : windows_sys::core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_convertEx(targetcnv : *mut UConverter, sourcecnv : *mut UConverter, target : *mut *mut i8, targetlimit : windows_sys::core::PCSTR, source : *const *const i8, sourcelimit : windows_sys::core::PCSTR, pivotstart : *mut u16, pivotsource : *mut *mut u16, pivottarget : *mut *mut u16, pivotlimit : *const u16, reset : i8, flush : i8, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_countAliases(alias : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> u16); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_countAvailable() -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_countStandards() -> u16); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_detectUnicodeSignature(source : windows_sys::core::PCSTR, sourcelength : i32, signaturelength : *mut i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_fixFileSeparator(cnv : *const UConverter, source : *mut u16, sourcelen : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_flushCache() -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_fromAlgorithmic(cnv : *mut UConverter, algorithmictype : UConverterType, target : windows_sys::core::PCSTR, targetcapacity : i32, source : windows_sys::core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_fromUChars(cnv : *mut UConverter, dest : windows_sys::core::PCSTR, destcapacity : i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_fromUCountPending(cnv : *const UConverter, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_fromUnicode(converter : *mut UConverter, target : *mut *mut i8, targetlimit : windows_sys::core::PCSTR, source : *const *const u16, sourcelimit : *const u16, offsets : *mut i32, flush : i8, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getAlias(alias : windows_sys::core::PCSTR, n : u16, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getAliases(alias : windows_sys::core::PCSTR, aliases : *const *const i8, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getAvailableName(n : i32) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getCCSID(converter : *const UConverter, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getCanonicalName(alias : windows_sys::core::PCSTR, standard : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getDefaultName() -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getDisplayName(converter : *const UConverter, displaylocale : windows_sys::core::PCSTR, displayname : *mut u16, displaynamecapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getFromUCallBack(converter : *const UConverter, action : *mut UConverterFromUCallback, context : *const *const core::ffi::c_void)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getInvalidChars(converter : *const UConverter, errbytes : windows_sys::core::PCSTR, len : *mut i8, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getInvalidUChars(converter : *const UConverter, erruchars : *mut u16, len : *mut i8, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getMaxCharSize(converter : *const UConverter) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getMinCharSize(converter : *const UConverter) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getName(converter : *const UConverter, err : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getNextUChar(converter : *mut UConverter, source : *const *const i8, sourcelimit : windows_sys::core::PCSTR, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getPlatform(converter : *const UConverter, err : *mut UErrorCode) -> UConverterPlatform); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getStandard(n : u16, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getStandardName(name : windows_sys::core::PCSTR, standard : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getStarters(converter : *const UConverter, starters : *mut i8, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getSubstChars(converter : *const UConverter, subchars : windows_sys::core::PCSTR, len : *mut i8, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getToUCallBack(converter : *const UConverter, action : *mut UConverterToUCallback, context : *const *const core::ffi::c_void)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getType(converter : *const UConverter) -> UConverterType); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getUnicodeSet(cnv : *const UConverter, setfillin : *mut USet, whichset : UConverterUnicodeSet, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_isAmbiguous(cnv : *const UConverter) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_isFixedWidth(cnv : *mut UConverter, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_open(convertername : windows_sys::core::PCSTR, err : *mut UErrorCode) -> *mut UConverter); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_openAllNames(perrorcode : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_openCCSID(codepage : i32, platform : UConverterPlatform, err : *mut UErrorCode) -> *mut UConverter); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_openPackage(packagename : windows_sys::core::PCSTR, convertername : windows_sys::core::PCSTR, err : *mut UErrorCode) -> *mut UConverter); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_openStandardNames(convname : windows_sys::core::PCSTR, standard : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_openU(name : *const u16, err : *mut UErrorCode) -> *mut UConverter); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_reset(converter : *mut UConverter)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_resetFromUnicode(converter : *mut UConverter)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_resetToUnicode(converter : *mut UConverter)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_safeClone(cnv : *const UConverter, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UConverter); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setDefaultName(name : windows_sys::core::PCSTR)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setFallback(cnv : *mut UConverter, usesfallback : i8)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setFromUCallBack(converter : *mut UConverter, newaction : UConverterFromUCallback, newcontext : *const core::ffi::c_void, oldaction : *mut UConverterFromUCallback, oldcontext : *const *const core::ffi::c_void, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setSubstChars(converter : *mut UConverter, subchars : windows_sys::core::PCSTR, len : i8, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setSubstString(cnv : *mut UConverter, s : *const u16, length : i32, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setToUCallBack(converter : *mut UConverter, newaction : UConverterToUCallback, newcontext : *const core::ffi::c_void, oldaction : *mut UConverterToUCallback, oldcontext : *const *const core::ffi::c_void, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_toAlgorithmic(algorithmictype : UConverterType, cnv : *mut UConverter, target : windows_sys::core::PCSTR, targetcapacity : i32, source : windows_sys::core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_toUChars(cnv : *mut UConverter, dest : *mut u16, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_toUCountPending(cnv : *const UConverter, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_toUnicode(converter : *mut UConverter, target : *mut *mut u16, targetlimit : *const u16, source : *const *const i8, sourcelimit : windows_sys::core::PCSTR, offsets : *mut i32, flush : i8, err : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_usesFallback(cnv : *const UConverter) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_close(sel : *mut UConverterSelector)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_open(converterlist : *const *const i8, converterlistsize : i32, excludedcodepoints : *const USet, whichset : UConverterUnicodeSet, status : *mut UErrorCode) -> *mut UConverterSelector); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_openFromSerialized(buffer : *const core::ffi::c_void, length : i32, status : *mut UErrorCode) -> *mut UConverterSelector); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_selectForString(sel : *const UConverterSelector, s : *const u16, length : i32, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_selectForUTF8(sel : *const UConverterSelector, s : windows_sys::core::PCSTR, length : i32, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_serialize(sel : *const UConverterSelector, buffer : *mut core::ffi::c_void, buffercapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_cloneBinary(coll : *const UCollator, buffer : *mut u8, capacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_close(coll : *mut UCollator)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_closeElements(elems : *mut UCollationElements)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_countAvailable() -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_equal(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getAttribute(coll : *const UCollator, attr : UColAttribute, status : *mut UErrorCode) -> UColAttributeValue); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getBound(source : *const u8, sourcelength : i32, boundtype : UColBoundMode, nooflevels : u32, result : *mut u8, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getContractionsAndExpansions(coll : *const UCollator, contractions : *mut USet, expansions : *mut USet, addprefixes : i8, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getDisplayName(objloc : windows_sys::core::PCSTR, disploc : windows_sys::core::PCSTR, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getEquivalentReorderCodes(reordercode : i32, dest : *mut i32, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getFunctionalEquivalent(result : windows_sys::core::PCSTR, resultcapacity : i32, keyword : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, isavailable : *mut i8, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getKeywordValues(keyword : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getKeywordValuesForLocale(key : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getKeywords(status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getLocaleByType(coll : *const UCollator, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getMaxExpansion(elems : *const UCollationElements, order : i32) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getMaxVariable(coll : *const UCollator) -> UColReorderCode); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getOffset(elems : *const UCollationElements) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getReorderCodes(coll : *const UCollator, dest : *mut i32, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getRules(coll : *const UCollator, length : *mut i32) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getRulesEx(coll : *const UCollator, delta : UColRuleOption, buffer : *mut u16, bufferlen : i32) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getSortKey(coll : *const UCollator, source : *const u16, sourcelength : i32, result : *mut u8, resultlength : i32) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getStrength(coll : *const UCollator) -> UColAttributeValue); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getTailoredSet(coll : *const UCollator, status : *mut UErrorCode) -> *mut USet); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getUCAVersion(coll : *const UCollator, info : *mut u8)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getVariableTop(coll : *const UCollator, status : *mut UErrorCode) -> u32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_getVersion(coll : *const UCollator, info : *mut u8)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_greater(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_greaterOrEqual(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_keyHashCode(key : *const u8, length : i32) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_mergeSortkeys(src1 : *const u8, src1length : i32, src2 : *const u8, src2length : i32, dest : *mut u8, destcapacity : i32) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_next(elems : *mut UCollationElements, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_nextSortKeyPart(coll : *const UCollator, iter : *mut UCharIterator, state : *mut u32, dest : *mut u8, count : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_open(loc : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UCollator); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_openAvailableLocales(status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_openBinary(bin : *const u8, length : i32, base : *const UCollator, status : *mut UErrorCode) -> *mut UCollator); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_openElements(coll : *const UCollator, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UCollationElements); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_openRules(rules : *const u16, ruleslength : i32, normalizationmode : UColAttributeValue, strength : UColAttributeValue, parseerror : *mut UParseError, status : *mut UErrorCode) -> *mut UCollator); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_previous(elems : *mut UCollationElements, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_primaryOrder(order : i32) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_reset(elems : *mut UCollationElements)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_safeClone(coll : *const UCollator, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UCollator); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_secondaryOrder(order : i32) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_setAttribute(coll : *mut UCollator, attr : UColAttribute, value : UColAttributeValue, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_setMaxVariable(coll : *mut UCollator, group : UColReorderCode, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_setOffset(elems : *mut UCollationElements, offset : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_setReorderCodes(coll : *mut UCollator, reordercodes : *const i32, reordercodeslength : i32, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_setStrength(coll : *mut UCollator, strength : UColAttributeValue)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_setText(elems : *mut UCollationElements, text : *const u16, textlength : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_strcoll(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> UCollationResult); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_strcollIter(coll : *const UCollator, siter : *mut UCharIterator, titer : *mut UCharIterator, status : *mut UErrorCode) -> UCollationResult); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_strcollUTF8(coll : *const UCollator, source : windows_sys::core::PCSTR, sourcelength : i32, target : windows_sys::core::PCSTR, targetlength : i32, status : *mut UErrorCode) -> UCollationResult); +windows_targets::link!("icuin.dll" "cdecl" fn ucol_tertiaryOrder(order : i32) -> i32); windows_targets::link!("icu.dll" "cdecl" fn ucpmap_get(map : *const UCPMap, c : i32) -> u32); windows_targets::link!("icu.dll" "cdecl" fn ucpmap_getRange(map : *const UCPMap, start : i32, option : UCPMapRangeOption, surrogatevalue : u32, filter : *mut UCPMapValueFilter, context : *const core::ffi::c_void, pvalue : *mut u32) -> i32); windows_targets::link!("icu.dll" "cdecl" fn ucptrie_close(trie : *mut UCPTrie)); @@ -637,228 +637,228 @@ windows_targets::link!("icu.dll" "cdecl" fn ucptrie_internalSmallU8Index(trie : windows_targets::link!("icu.dll" "cdecl" fn ucptrie_internalU8PrevIndex(trie : *const UCPTrie, c : i32, start : *const u8, src : *const u8) -> i32); windows_targets::link!("icu.dll" "cdecl" fn ucptrie_openFromBinary(r#type : UCPTrieType, valuewidth : UCPTrieValueWidth, data : *const core::ffi::c_void, length : i32, pactuallength : *mut i32, perrorcode : *mut UErrorCode) -> *mut UCPTrie); windows_targets::link!("icu.dll" "cdecl" fn ucptrie_toBinary(trie : *const UCPTrie, data : *mut core::ffi::c_void, capacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_close(ucsd : *mut UCharsetDetector)); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_detect(ucsd : *mut UCharsetDetector, status : *mut UErrorCode) -> *mut UCharsetMatch); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_detectAll(ucsd : *mut UCharsetDetector, matchesfound : *mut i32, status : *mut UErrorCode) -> *mut *mut UCharsetMatch); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_enableInputFilter(ucsd : *mut UCharsetDetector, filter : i8) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getAllDetectableCharsets(ucsd : *const UCharsetDetector, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getConfidence(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getLanguage(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getName(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getUChars(ucsm : *const UCharsetMatch, buf : *mut u16, cap : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_isInputFilterEnabled(ucsd : *const UCharsetDetector) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_open(status : *mut UErrorCode) -> *mut UCharsetDetector); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_setDeclaredEncoding(ucsd : *mut UCharsetDetector, encoding : windows_sys::core::PCSTR, length : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucsdet_setText(ucsd : *mut UCharsetDetector, textin : windows_sys::core::PCSTR, len : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_countCurrencies(locale : windows_sys::core::PCSTR, date : f64, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_forLocale(locale : windows_sys::core::PCSTR, buff : *mut u16, buffcapacity : i32, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_forLocaleAndDate(locale : windows_sys::core::PCSTR, date : f64, index : i32, buff : *mut u16, buffcapacity : i32, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_getDefaultFractionDigits(currency : *const u16, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_getDefaultFractionDigitsForUsage(currency : *const u16, usage : UCurrencyUsage, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_getKeywordValuesForLocale(key : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_getName(currency : *const u16, locale : windows_sys::core::PCSTR, namestyle : UCurrNameStyle, ischoiceformat : *mut i8, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_getNumericCode(currency : *const u16) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_getPluralName(currency : *const u16, locale : windows_sys::core::PCSTR, ischoiceformat : *mut i8, pluralcount : windows_sys::core::PCSTR, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_getRoundingIncrement(currency : *const u16, ec : *mut UErrorCode) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_getRoundingIncrementForUsage(currency : *const u16, usage : UCurrencyUsage, ec : *mut UErrorCode) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_isAvailable(isocode : *const u16, from : f64, to : f64, errorcode : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_openISOCurrencies(currtype : u32, perrorcode : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_register(isocode : *const u16, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn ucurr_unregister(key : *mut core::ffi::c_void, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn udat_adoptNumberFormat(fmt : *mut *mut core::ffi::c_void, numberformattoadopt : *mut *mut core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn udat_adoptNumberFormatForFields(fmt : *mut *mut core::ffi::c_void, fields : *const u16, numberformattoset : *mut *mut core::ffi::c_void, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn udat_applyPattern(format : *mut *mut core::ffi::c_void, localized : i8, pattern : *const u16, patternlength : i32)); -windows_targets::link!("icu.dll" "cdecl" fn udat_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn udat_close(format : *mut *mut core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn udat_countAvailable() -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udat_countSymbols(fmt : *const *const core::ffi::c_void, r#type : UDateFormatSymbolType) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udat_format(format : *const *const core::ffi::c_void, datetoformat : f64, result : *mut u16, resultlength : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udat_formatCalendar(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, result : *mut u16, capacity : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udat_formatCalendarForFields(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, result : *mut u16, capacity : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udat_formatForFields(format : *const *const core::ffi::c_void, datetoformat : f64, result : *mut u16, resultlength : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udat_get2DigitYearStart(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn udat_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn udat_getBooleanAttribute(fmt : *const *const core::ffi::c_void, attr : UDateFormatBooleanAttribute, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn udat_getCalendar(fmt : *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn udat_getContext(fmt : *const *const core::ffi::c_void, r#type : UDisplayContextType, status : *mut UErrorCode) -> UDisplayContext); -windows_targets::link!("icu.dll" "cdecl" fn udat_getLocaleByType(fmt : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn udat_getNumberFormat(fmt : *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn udat_getNumberFormatForField(fmt : *const *const core::ffi::c_void, field : u16) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn udat_getSymbols(fmt : *const *const core::ffi::c_void, r#type : UDateFormatSymbolType, symbolindex : i32, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udat_isLenient(fmt : *const *const core::ffi::c_void) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn udat_open(timestyle : UDateFormatStyle, datestyle : UDateFormatStyle, locale : windows_sys::core::PCSTR, tzid : *const u16, tzidlength : i32, pattern : *const u16, patternlength : i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn udat_parse(format : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn udat_parseCalendar(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn udat_set2DigitYearStart(fmt : *mut *mut core::ffi::c_void, d : f64, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn udat_setBooleanAttribute(fmt : *mut *mut core::ffi::c_void, attr : UDateFormatBooleanAttribute, newvalue : i8, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn udat_setCalendar(fmt : *mut *mut core::ffi::c_void, calendartoset : *const *const core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn udat_setContext(fmt : *mut *mut core::ffi::c_void, value : UDisplayContext, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn udat_setLenient(fmt : *mut *mut core::ffi::c_void, islenient : i8)); -windows_targets::link!("icu.dll" "cdecl" fn udat_setNumberFormat(fmt : *mut *mut core::ffi::c_void, numberformattoset : *const *const core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn udat_setSymbols(format : *mut *mut core::ffi::c_void, r#type : UDateFormatSymbolType, symbolindex : i32, value : *mut u16, valuelength : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn udat_toCalendarDateField(field : UDateFormatField) -> UCalendarDateFields); -windows_targets::link!("icu.dll" "cdecl" fn udat_toPattern(fmt : *const *const core::ffi::c_void, localized : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_addPattern(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, r#override : i8, conflictingpattern : *mut u16, capacity : i32, plength : *mut i32, perrorcode : *mut UErrorCode) -> UDateTimePatternConflict); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_clone(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_close(dtpg : *mut *mut core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_getAppendItemFormat(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, plength : *mut i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_getAppendItemName(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, plength : *mut i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_getBaseSkeleton(unuseddtpg : *mut *mut core::ffi::c_void, pattern : *const u16, length : i32, baseskeleton : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_getBestPattern(dtpg : *mut *mut core::ffi::c_void, skeleton : *const u16, length : i32, bestpattern : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_getBestPatternWithOptions(dtpg : *mut *mut core::ffi::c_void, skeleton : *const u16, length : i32, options : UDateTimePatternMatchOptions, bestpattern : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_getDateTimeFormat(dtpg : *const *const core::ffi::c_void, plength : *mut i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_getDecimal(dtpg : *const *const core::ffi::c_void, plength : *mut i32) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_close(ucsd : *mut UCharsetDetector)); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_detect(ucsd : *mut UCharsetDetector, status : *mut UErrorCode) -> *mut UCharsetMatch); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_detectAll(ucsd : *mut UCharsetDetector, matchesfound : *mut i32, status : *mut UErrorCode) -> *mut *mut UCharsetMatch); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_enableInputFilter(ucsd : *mut UCharsetDetector, filter : i8) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_getAllDetectableCharsets(ucsd : *const UCharsetDetector, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_getConfidence(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_getLanguage(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_getName(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_getUChars(ucsm : *const UCharsetMatch, buf : *mut u16, cap : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_isInputFilterEnabled(ucsd : *const UCharsetDetector) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_open(status : *mut UErrorCode) -> *mut UCharsetDetector); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_setDeclaredEncoding(ucsd : *mut UCharsetDetector, encoding : windows_sys::core::PCSTR, length : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_setText(ucsd : *mut UCharsetDetector, textin : windows_sys::core::PCSTR, len : i32, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_countCurrencies(locale : windows_sys::core::PCSTR, date : f64, ec : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_forLocale(locale : windows_sys::core::PCSTR, buff : *mut u16, buffcapacity : i32, ec : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_forLocaleAndDate(locale : windows_sys::core::PCSTR, date : f64, index : i32, buff : *mut u16, buffcapacity : i32, ec : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getDefaultFractionDigits(currency : *const u16, ec : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getDefaultFractionDigitsForUsage(currency : *const u16, usage : UCurrencyUsage, ec : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getKeywordValuesForLocale(key : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getName(currency : *const u16, locale : windows_sys::core::PCSTR, namestyle : UCurrNameStyle, ischoiceformat : *mut i8, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getNumericCode(currency : *const u16) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getPluralName(currency : *const u16, locale : windows_sys::core::PCSTR, ischoiceformat : *mut i8, pluralcount : windows_sys::core::PCSTR, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getRoundingIncrement(currency : *const u16, ec : *mut UErrorCode) -> f64); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getRoundingIncrementForUsage(currency : *const u16, usage : UCurrencyUsage, ec : *mut UErrorCode) -> f64); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_isAvailable(isocode : *const u16, from : f64, to : f64, errorcode : *mut UErrorCode) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_openISOCurrencies(currtype : u32, perrorcode : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_register(isocode : *const u16, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut core::ffi::c_void); +windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_unregister(key : *mut core::ffi::c_void, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn udat_adoptNumberFormat(fmt : *mut *mut core::ffi::c_void, numberformattoadopt : *mut *mut core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_adoptNumberFormatForFields(fmt : *mut *mut core::ffi::c_void, fields : *const u16, numberformattoset : *mut *mut core::ffi::c_void, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_applyPattern(format : *mut *mut core::ffi::c_void, localized : i8, pattern : *const u16, patternlength : i32)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn udat_close(format : *mut *mut core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_countAvailable() -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udat_countSymbols(fmt : *const *const core::ffi::c_void, r#type : UDateFormatSymbolType) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udat_format(format : *const *const core::ffi::c_void, datetoformat : f64, result : *mut u16, resultlength : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udat_formatCalendar(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, result : *mut u16, capacity : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udat_formatCalendarForFields(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, result : *mut u16, capacity : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udat_formatForFields(format : *const *const core::ffi::c_void, datetoformat : f64, result : *mut u16, resultlength : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udat_get2DigitYearStart(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); +windows_targets::link!("icuin.dll" "cdecl" fn udat_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn udat_getBooleanAttribute(fmt : *const *const core::ffi::c_void, attr : UDateFormatBooleanAttribute, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn udat_getCalendar(fmt : *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn udat_getContext(fmt : *const *const core::ffi::c_void, r#type : UDisplayContextType, status : *mut UErrorCode) -> UDisplayContext); +windows_targets::link!("icuin.dll" "cdecl" fn udat_getLocaleByType(fmt : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn udat_getNumberFormat(fmt : *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn udat_getNumberFormatForField(fmt : *const *const core::ffi::c_void, field : u16) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn udat_getSymbols(fmt : *const *const core::ffi::c_void, r#type : UDateFormatSymbolType, symbolindex : i32, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udat_isLenient(fmt : *const *const core::ffi::c_void) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn udat_open(timestyle : UDateFormatStyle, datestyle : UDateFormatStyle, locale : windows_sys::core::PCSTR, tzid : *const u16, tzidlength : i32, pattern : *const u16, patternlength : i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn udat_parse(format : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> f64); +windows_targets::link!("icuin.dll" "cdecl" fn udat_parseCalendar(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_set2DigitYearStart(fmt : *mut *mut core::ffi::c_void, d : f64, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_setBooleanAttribute(fmt : *mut *mut core::ffi::c_void, attr : UDateFormatBooleanAttribute, newvalue : i8, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_setCalendar(fmt : *mut *mut core::ffi::c_void, calendartoset : *const *const core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_setContext(fmt : *mut *mut core::ffi::c_void, value : UDisplayContext, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_setLenient(fmt : *mut *mut core::ffi::c_void, islenient : i8)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_setNumberFormat(fmt : *mut *mut core::ffi::c_void, numberformattoset : *const *const core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_setSymbols(format : *mut *mut core::ffi::c_void, r#type : UDateFormatSymbolType, symbolindex : i32, value : *mut u16, valuelength : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn udat_toCalendarDateField(field : UDateFormatField) -> UCalendarDateFields); +windows_targets::link!("icuin.dll" "cdecl" fn udat_toPattern(fmt : *const *const core::ffi::c_void, localized : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_addPattern(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, r#override : i8, conflictingpattern : *mut u16, capacity : i32, plength : *mut i32, perrorcode : *mut UErrorCode) -> UDateTimePatternConflict); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_clone(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_close(dtpg : *mut *mut core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getAppendItemFormat(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, plength : *mut i32) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getAppendItemName(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, plength : *mut i32) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getBaseSkeleton(unuseddtpg : *mut *mut core::ffi::c_void, pattern : *const u16, length : i32, baseskeleton : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getBestPattern(dtpg : *mut *mut core::ffi::c_void, skeleton : *const u16, length : i32, bestpattern : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getBestPatternWithOptions(dtpg : *mut *mut core::ffi::c_void, skeleton : *const u16, length : i32, options : UDateTimePatternMatchOptions, bestpattern : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getDateTimeFormat(dtpg : *const *const core::ffi::c_void, plength : *mut i32) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getDecimal(dtpg : *const *const core::ffi::c_void, plength : *mut i32) -> *mut u16); windows_targets::link!("icu.dll" "cdecl" fn udatpg_getFieldDisplayName(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, width : UDateTimePGDisplayWidth, fieldname : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_getPatternForSkeleton(dtpg : *const *const core::ffi::c_void, skeleton : *const u16, skeletonlength : i32, plength : *mut i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_getSkeleton(unuseddtpg : *mut *mut core::ffi::c_void, pattern : *const u16, length : i32, skeleton : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_open(locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_openBaseSkeletons(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_openEmpty(perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_openSkeletons(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_replaceFieldTypes(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, skeleton : *const u16, skeletonlength : i32, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_replaceFieldTypesWithOptions(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, skeleton : *const u16, skeletonlength : i32, options : UDateTimePatternMatchOptions, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_setAppendItemFormat(dtpg : *mut *mut core::ffi::c_void, field : UDateTimePatternField, value : *const u16, length : i32)); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_setAppendItemName(dtpg : *mut *mut core::ffi::c_void, field : UDateTimePatternField, value : *const u16, length : i32)); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_setDateTimeFormat(dtpg : *const *const core::ffi::c_void, dtformat : *const u16, length : i32)); -windows_targets::link!("icu.dll" "cdecl" fn udatpg_setDecimal(dtpg : *mut *mut core::ffi::c_void, decimal : *const u16, length : i32)); -windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_close(formatter : *mut UDateIntervalFormat)); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getPatternForSkeleton(dtpg : *const *const core::ffi::c_void, skeleton : *const u16, skeletonlength : i32, plength : *mut i32) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getSkeleton(unuseddtpg : *mut *mut core::ffi::c_void, pattern : *const u16, length : i32, skeleton : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_open(locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_openBaseSkeletons(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_openEmpty(perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_openSkeletons(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_replaceFieldTypes(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, skeleton : *const u16, skeletonlength : i32, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_replaceFieldTypesWithOptions(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, skeleton : *const u16, skeletonlength : i32, options : UDateTimePatternMatchOptions, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_setAppendItemFormat(dtpg : *mut *mut core::ffi::c_void, field : UDateTimePatternField, value : *const u16, length : i32)); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_setAppendItemName(dtpg : *mut *mut core::ffi::c_void, field : UDateTimePatternField, value : *const u16, length : i32)); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_setDateTimeFormat(dtpg : *const *const core::ffi::c_void, dtformat : *const u16, length : i32)); +windows_targets::link!("icuin.dll" "cdecl" fn udatpg_setDecimal(dtpg : *mut *mut core::ffi::c_void, decimal : *const u16, length : i32)); +windows_targets::link!("icuin.dll" "cdecl" fn udtitvfmt_close(formatter : *mut UDateIntervalFormat)); windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_closeResult(uresult : *mut UFormattedDateInterval)); -windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_format(formatter : *const UDateIntervalFormat, fromdate : f64, todate : f64, result : *mut u16, resultcapacity : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_open(locale : windows_sys::core::PCSTR, skeleton : *const u16, skeletonlength : i32, tzid : *const u16, tzidlength : i32, status : *mut UErrorCode) -> *mut UDateIntervalFormat); +windows_targets::link!("icuin.dll" "cdecl" fn udtitvfmt_format(formatter : *const UDateIntervalFormat, fromdate : f64, todate : f64, result : *mut u16, resultcapacity : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn udtitvfmt_open(locale : windows_sys::core::PCSTR, skeleton : *const u16, skeletonlength : i32, tzid : *const u16, tzidlength : i32, status : *mut UErrorCode) -> *mut UDateIntervalFormat); windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_openResult(ec : *mut UErrorCode) -> *mut UFormattedDateInterval); windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_resultAsValue(uresult : *const UFormattedDateInterval, ec : *mut UErrorCode) -> *mut UFormattedValue); -windows_targets::link!("icu.dll" "cdecl" fn uenum_close(en : *mut UEnumeration)); -windows_targets::link!("icu.dll" "cdecl" fn uenum_count(en : *mut UEnumeration, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uenum_next(en : *mut UEnumeration, resultlength : *mut i32, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uenum_openCharStringsEnumeration(strings : *const *const i8, count : i32, ec : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn uenum_openUCharStringsEnumeration(strings : *const *const u16, count : i32, ec : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn uenum_reset(en : *mut UEnumeration, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uenum_unext(en : *mut UEnumeration, resultlength : *mut i32, status : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn ufieldpositer_close(fpositer : *mut UFieldPositionIterator)); -windows_targets::link!("icu.dll" "cdecl" fn ufieldpositer_next(fpositer : *mut UFieldPositionIterator, beginindex : *mut i32, endindex : *mut i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ufieldpositer_open(status : *mut UErrorCode) -> *mut UFieldPositionIterator); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_close(fmt : *mut *mut core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_getArrayItemByIndex(fmt : *mut *mut core::ffi::c_void, n : i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_getArrayLength(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_getDate(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_getDecNumChars(fmt : *mut *mut core::ffi::c_void, len : *mut i32, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_getDouble(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_getInt64(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_getLong(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_getObject(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_getType(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> UFormattableType); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_getUChars(fmt : *mut *mut core::ffi::c_void, len : *mut i32, status : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_isNumeric(fmt : *const *const core::ffi::c_void) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ufmt_open(status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuuc.dll" "cdecl" fn uenum_close(en : *mut UEnumeration)); +windows_targets::link!("icuuc.dll" "cdecl" fn uenum_count(en : *mut UEnumeration, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uenum_next(en : *mut UEnumeration, resultlength : *mut i32, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uenum_openCharStringsEnumeration(strings : *const *const i8, count : i32, ec : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuuc.dll" "cdecl" fn uenum_openUCharStringsEnumeration(strings : *const *const u16, count : i32, ec : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuuc.dll" "cdecl" fn uenum_reset(en : *mut UEnumeration, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn uenum_unext(en : *mut UEnumeration, resultlength : *mut i32, status : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn ufieldpositer_close(fpositer : *mut UFieldPositionIterator)); +windows_targets::link!("icuin.dll" "cdecl" fn ufieldpositer_next(fpositer : *mut UFieldPositionIterator, beginindex : *mut i32, endindex : *mut i32) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ufieldpositer_open(status : *mut UErrorCode) -> *mut UFieldPositionIterator); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_close(fmt : *mut *mut core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getArrayItemByIndex(fmt : *mut *mut core::ffi::c_void, n : i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getArrayLength(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getDate(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getDecNumChars(fmt : *mut *mut core::ffi::c_void, len : *mut i32, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getDouble(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> f64); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getInt64(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> i64); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getLong(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getObject(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getType(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> UFormattableType); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getUChars(fmt : *mut *mut core::ffi::c_void, len : *mut i32, status : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_isNumeric(fmt : *const *const core::ffi::c_void) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ufmt_open(status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); windows_targets::link!("icu.dll" "cdecl" fn ufmtval_getString(ufmtval : *const UFormattedValue, plength : *mut i32, ec : *mut UErrorCode) -> *mut u16); windows_targets::link!("icu.dll" "cdecl" fn ufmtval_nextPosition(ufmtval : *const UFormattedValue, ucfpos : *mut UConstrainedFieldPosition, ec : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ugender_getInstance(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UGenderInfo); -windows_targets::link!("icu.dll" "cdecl" fn ugender_getListGender(genderinfo : *const UGenderInfo, genders : *const UGender, size : i32, status : *mut UErrorCode) -> UGender); -windows_targets::link!("icu.dll" "cdecl" fn uidna_close(idna : *mut UIDNA)); -windows_targets::link!("icu.dll" "cdecl" fn uidna_labelToASCII(idna : *const UIDNA, label : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uidna_labelToASCII_UTF8(idna : *const UIDNA, label : windows_sys::core::PCSTR, length : i32, dest : windows_sys::core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uidna_labelToUnicode(idna : *const UIDNA, label : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uidna_labelToUnicodeUTF8(idna : *const UIDNA, label : windows_sys::core::PCSTR, length : i32, dest : windows_sys::core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uidna_nameToASCII(idna : *const UIDNA, name : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uidna_nameToASCII_UTF8(idna : *const UIDNA, name : windows_sys::core::PCSTR, length : i32, dest : windows_sys::core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uidna_nameToUnicode(idna : *const UIDNA, name : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uidna_nameToUnicodeUTF8(idna : *const UIDNA, name : windows_sys::core::PCSTR, length : i32, dest : windows_sys::core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uidna_openUTS46(options : u32, perrorcode : *mut UErrorCode) -> *mut UIDNA); -windows_targets::link!("icu.dll" "cdecl" fn uiter_current32(iter : *mut UCharIterator) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uiter_getState(iter : *const UCharIterator) -> u32); -windows_targets::link!("icu.dll" "cdecl" fn uiter_next32(iter : *mut UCharIterator) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uiter_previous32(iter : *mut UCharIterator) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uiter_setState(iter : *mut UCharIterator, state : u32, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uiter_setString(iter : *mut UCharIterator, s : *const u16, length : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uiter_setUTF16BE(iter : *mut UCharIterator, s : windows_sys::core::PCSTR, length : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uiter_setUTF8(iter : *mut UCharIterator, s : windows_sys::core::PCSTR, length : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uldn_close(ldn : *mut ULocaleDisplayNames)); -windows_targets::link!("icu.dll" "cdecl" fn uldn_getContext(ldn : *const ULocaleDisplayNames, r#type : UDisplayContextType, perrorcode : *mut UErrorCode) -> UDisplayContext); -windows_targets::link!("icu.dll" "cdecl" fn uldn_getDialectHandling(ldn : *const ULocaleDisplayNames) -> UDialectHandling); -windows_targets::link!("icu.dll" "cdecl" fn uldn_getLocale(ldn : *const ULocaleDisplayNames) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uldn_keyDisplayName(ldn : *const ULocaleDisplayNames, key : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uldn_keyValueDisplayName(ldn : *const ULocaleDisplayNames, key : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uldn_languageDisplayName(ldn : *const ULocaleDisplayNames, lang : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uldn_localeDisplayName(ldn : *const ULocaleDisplayNames, locale : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uldn_open(locale : windows_sys::core::PCSTR, dialecthandling : UDialectHandling, perrorcode : *mut UErrorCode) -> *mut ULocaleDisplayNames); -windows_targets::link!("icu.dll" "cdecl" fn uldn_openForContext(locale : windows_sys::core::PCSTR, contexts : *mut UDisplayContext, length : i32, perrorcode : *mut UErrorCode) -> *mut ULocaleDisplayNames); -windows_targets::link!("icu.dll" "cdecl" fn uldn_regionDisplayName(ldn : *const ULocaleDisplayNames, region : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uldn_scriptCodeDisplayName(ldn : *const ULocaleDisplayNames, scriptcode : UScriptCode, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uldn_scriptDisplayName(ldn : *const ULocaleDisplayNames, script : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uldn_variantDisplayName(ldn : *const ULocaleDisplayNames, variant : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_close(listfmt : *mut UListFormatter)); +windows_targets::link!("icuin.dll" "cdecl" fn ugender_getInstance(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UGenderInfo); +windows_targets::link!("icuin.dll" "cdecl" fn ugender_getListGender(genderinfo : *const UGenderInfo, genders : *const UGender, size : i32, status : *mut UErrorCode) -> UGender); +windows_targets::link!("icuuc.dll" "cdecl" fn uidna_close(idna : *mut UIDNA)); +windows_targets::link!("icuuc.dll" "cdecl" fn uidna_labelToASCII(idna : *const UIDNA, label : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uidna_labelToASCII_UTF8(idna : *const UIDNA, label : windows_sys::core::PCSTR, length : i32, dest : windows_sys::core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uidna_labelToUnicode(idna : *const UIDNA, label : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uidna_labelToUnicodeUTF8(idna : *const UIDNA, label : windows_sys::core::PCSTR, length : i32, dest : windows_sys::core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uidna_nameToASCII(idna : *const UIDNA, name : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uidna_nameToASCII_UTF8(idna : *const UIDNA, name : windows_sys::core::PCSTR, length : i32, dest : windows_sys::core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uidna_nameToUnicode(idna : *const UIDNA, name : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uidna_nameToUnicodeUTF8(idna : *const UIDNA, name : windows_sys::core::PCSTR, length : i32, dest : windows_sys::core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uidna_openUTS46(options : u32, perrorcode : *mut UErrorCode) -> *mut UIDNA); +windows_targets::link!("icuuc.dll" "cdecl" fn uiter_current32(iter : *mut UCharIterator) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uiter_getState(iter : *const UCharIterator) -> u32); +windows_targets::link!("icuuc.dll" "cdecl" fn uiter_next32(iter : *mut UCharIterator) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uiter_previous32(iter : *mut UCharIterator) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uiter_setState(iter : *mut UCharIterator, state : u32, perrorcode : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn uiter_setString(iter : *mut UCharIterator, s : *const u16, length : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uiter_setUTF16BE(iter : *mut UCharIterator, s : windows_sys::core::PCSTR, length : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uiter_setUTF8(iter : *mut UCharIterator, s : windows_sys::core::PCSTR, length : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_close(ldn : *mut ULocaleDisplayNames)); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_getContext(ldn : *const ULocaleDisplayNames, r#type : UDisplayContextType, perrorcode : *mut UErrorCode) -> UDisplayContext); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_getDialectHandling(ldn : *const ULocaleDisplayNames) -> UDialectHandling); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_getLocale(ldn : *const ULocaleDisplayNames) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_keyDisplayName(ldn : *const ULocaleDisplayNames, key : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_keyValueDisplayName(ldn : *const ULocaleDisplayNames, key : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_languageDisplayName(ldn : *const ULocaleDisplayNames, lang : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_localeDisplayName(ldn : *const ULocaleDisplayNames, locale : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_open(locale : windows_sys::core::PCSTR, dialecthandling : UDialectHandling, perrorcode : *mut UErrorCode) -> *mut ULocaleDisplayNames); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_openForContext(locale : windows_sys::core::PCSTR, contexts : *mut UDisplayContext, length : i32, perrorcode : *mut UErrorCode) -> *mut ULocaleDisplayNames); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_regionDisplayName(ldn : *const ULocaleDisplayNames, region : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_scriptCodeDisplayName(ldn : *const ULocaleDisplayNames, scriptcode : UScriptCode, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_scriptDisplayName(ldn : *const ULocaleDisplayNames, script : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uldn_variantDisplayName(ldn : *const ULocaleDisplayNames, variant : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ulistfmt_close(listfmt : *mut UListFormatter)); windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_closeResult(uresult : *mut UFormattedList)); -windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_format(listfmt : *const UListFormatter, strings : *const *const u16, stringlengths : *const i32, stringcount : i32, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ulistfmt_format(listfmt : *const UListFormatter, strings : *const *const u16, stringlengths : *const i32, stringcount : i32, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_formatStringsToResult(listfmt : *const UListFormatter, strings : *const *const u16, stringlengths : *const i32, stringcount : i32, uresult : *mut UFormattedList, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_open(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UListFormatter); +windows_targets::link!("icuuc.dll" "cdecl" fn ulistfmt_open(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UListFormatter); windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_openForType(locale : windows_sys::core::PCSTR, r#type : UListFormatterType, width : UListFormatterWidth, status : *mut UErrorCode) -> *mut UListFormatter); windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_openResult(ec : *mut UErrorCode) -> *mut UFormattedList); windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_resultAsValue(uresult : *const UFormattedList, ec : *mut UErrorCode) -> *mut UFormattedValue); -windows_targets::link!("icu.dll" "cdecl" fn uloc_acceptLanguage(result : windows_sys::core::PCSTR, resultavailable : i32, outresult : *mut UAcceptResult, acceptlist : *const *const i8, acceptlistcount : i32, availablelocales : *mut UEnumeration, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_acceptLanguageFromHTTP(result : windows_sys::core::PCSTR, resultavailable : i32, outresult : *mut UAcceptResult, httpacceptlanguage : windows_sys::core::PCSTR, availablelocales : *mut UEnumeration, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_addLikelySubtags(localeid : windows_sys::core::PCSTR, maximizedlocaleid : windows_sys::core::PCSTR, maximizedlocaleidcapacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_canonicalize(localeid : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_countAvailable() -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_forLanguageTag(langtag : windows_sys::core::PCSTR, localeid : windows_sys::core::PCSTR, localeidcapacity : i32, parsedlength : *mut i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getAvailable(n : i32) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getBaseName(localeid : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getCharacterOrientation(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> ULayoutType); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getCountry(localeid : windows_sys::core::PCSTR, country : windows_sys::core::PCSTR, countrycapacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getDefault() -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayCountry(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, country : *mut u16, countrycapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayKeyword(keyword : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayKeywordValue(locale : windows_sys::core::PCSTR, keyword : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayLanguage(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, language : *mut u16, languagecapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayName(localeid : windows_sys::core::PCSTR, inlocaleid : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayScript(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, script : *mut u16, scriptcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayVariant(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, variant : *mut u16, variantcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getISO3Country(localeid : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getISO3Language(localeid : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getISOCountries() -> *mut *mut i8); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getISOLanguages() -> *mut *mut i8); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getKeywordValue(localeid : windows_sys::core::PCSTR, keywordname : windows_sys::core::PCSTR, buffer : windows_sys::core::PCSTR, buffercapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getLCID(localeid : windows_sys::core::PCSTR) -> u32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getLanguage(localeid : windows_sys::core::PCSTR, language : windows_sys::core::PCSTR, languagecapacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getLineOrientation(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> ULayoutType); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getLocaleForLCID(hostid : u32, locale : windows_sys::core::PCSTR, localecapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getName(localeid : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getParent(localeid : windows_sys::core::PCSTR, parent : windows_sys::core::PCSTR, parentcapacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getScript(localeid : windows_sys::core::PCSTR, script : windows_sys::core::PCSTR, scriptcapacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_getVariant(localeid : windows_sys::core::PCSTR, variant : windows_sys::core::PCSTR, variantcapacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_isRightToLeft(locale : windows_sys::core::PCSTR) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uloc_minimizeSubtags(localeid : windows_sys::core::PCSTR, minimizedlocaleid : windows_sys::core::PCSTR, minimizedlocaleidcapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_acceptLanguage(result : windows_sys::core::PCSTR, resultavailable : i32, outresult : *mut UAcceptResult, acceptlist : *const *const i8, acceptlistcount : i32, availablelocales : *mut UEnumeration, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_acceptLanguageFromHTTP(result : windows_sys::core::PCSTR, resultavailable : i32, outresult : *mut UAcceptResult, httpacceptlanguage : windows_sys::core::PCSTR, availablelocales : *mut UEnumeration, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_addLikelySubtags(localeid : windows_sys::core::PCSTR, maximizedlocaleid : windows_sys::core::PCSTR, maximizedlocaleidcapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_canonicalize(localeid : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_countAvailable() -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_forLanguageTag(langtag : windows_sys::core::PCSTR, localeid : windows_sys::core::PCSTR, localeidcapacity : i32, parsedlength : *mut i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getAvailable(n : i32) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getBaseName(localeid : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getCharacterOrientation(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> ULayoutType); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getCountry(localeid : windows_sys::core::PCSTR, country : windows_sys::core::PCSTR, countrycapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDefault() -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayCountry(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, country : *mut u16, countrycapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayKeyword(keyword : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayKeywordValue(locale : windows_sys::core::PCSTR, keyword : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayLanguage(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, language : *mut u16, languagecapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayName(localeid : windows_sys::core::PCSTR, inlocaleid : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayScript(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, script : *mut u16, scriptcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayVariant(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, variant : *mut u16, variantcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getISO3Country(localeid : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getISO3Language(localeid : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getISOCountries() -> *mut *mut i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getISOLanguages() -> *mut *mut i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getKeywordValue(localeid : windows_sys::core::PCSTR, keywordname : windows_sys::core::PCSTR, buffer : windows_sys::core::PCSTR, buffercapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getLCID(localeid : windows_sys::core::PCSTR) -> u32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getLanguage(localeid : windows_sys::core::PCSTR, language : windows_sys::core::PCSTR, languagecapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getLineOrientation(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> ULayoutType); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getLocaleForLCID(hostid : u32, locale : windows_sys::core::PCSTR, localecapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getName(localeid : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getParent(localeid : windows_sys::core::PCSTR, parent : windows_sys::core::PCSTR, parentcapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getScript(localeid : windows_sys::core::PCSTR, script : windows_sys::core::PCSTR, scriptcapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getVariant(localeid : windows_sys::core::PCSTR, variant : windows_sys::core::PCSTR, variantcapacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_isRightToLeft(locale : windows_sys::core::PCSTR) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_minimizeSubtags(localeid : windows_sys::core::PCSTR, minimizedlocaleid : windows_sys::core::PCSTR, minimizedlocaleidcapacity : i32, err : *mut UErrorCode) -> i32); windows_targets::link!("icu.dll" "cdecl" fn uloc_openAvailableByType(r#type : ULocAvailableType, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn uloc_openKeywords(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn uloc_setDefault(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uloc_setKeywordValue(keywordname : windows_sys::core::PCSTR, keywordvalue : windows_sys::core::PCSTR, buffer : windows_sys::core::PCSTR, buffercapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_toLanguageTag(localeid : windows_sys::core::PCSTR, langtag : windows_sys::core::PCSTR, langtagcapacity : i32, strict : i8, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uloc_toLegacyKey(keyword : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uloc_toLegacyType(keyword : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uloc_toUnicodeLocaleKey(keyword : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uloc_toUnicodeLocaleType(keyword : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_close(uld : *mut ULocaleData)); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getCLDRVersion(versionarray : *mut u8, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getDelimiter(uld : *mut ULocaleData, r#type : ULocaleDataDelimiterType, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getExemplarSet(uld : *mut ULocaleData, fillin : *mut USet, options : u32, extype : ULocaleDataExemplarSetType, status : *mut UErrorCode) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getLocaleDisplayPattern(uld : *mut ULocaleData, pattern : *mut u16, patterncapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getLocaleSeparator(uld : *mut ULocaleData, separator : *mut u16, separatorcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getMeasurementSystem(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> UMeasurementSystem); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getNoSubstitute(uld : *mut ULocaleData) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getPaperSize(localeid : windows_sys::core::PCSTR, height : *mut i32, width : *mut i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_open(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut ULocaleData); -windows_targets::link!("icu.dll" "cdecl" fn ulocdata_setNoSubstitute(uld : *mut ULocaleData, setting : i8)); -windows_targets::link!("icu.dll" "cdecl" fn umsg_applyPattern(fmt : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn umsg_autoQuoteApostrophe(pattern : *const u16, patternlength : i32, dest : *mut u16, destcapacity : i32, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn umsg_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn umsg_close(format : *mut *mut core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn umsg_format(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode, ...) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn umsg_getLocale(fmt : *const *const core::ffi::c_void) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn umsg_open(pattern : *const u16, patternlength : i32, locale : windows_sys::core::PCSTR, parseerror : *mut UParseError, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn umsg_parse(fmt : *const *const core::ffi::c_void, source : *const u16, sourcelength : i32, count : *mut i32, status : *mut UErrorCode, ...)); -windows_targets::link!("icu.dll" "cdecl" fn umsg_setLocale(fmt : *mut *mut core::ffi::c_void, locale : windows_sys::core::PCSTR)); -windows_targets::link!("icu.dll" "cdecl" fn umsg_toPattern(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn umsg_vformat(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, ap : *mut i8, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn umsg_vparse(fmt : *const *const core::ffi::c_void, source : *const u16, sourcelength : i32, count : *mut i32, ap : *mut i8, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_openKeywords(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_setDefault(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_setKeywordValue(keywordname : windows_sys::core::PCSTR, keywordvalue : windows_sys::core::PCSTR, buffer : windows_sys::core::PCSTR, buffercapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_toLanguageTag(localeid : windows_sys::core::PCSTR, langtag : windows_sys::core::PCSTR, langtagcapacity : i32, strict : i8, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_toLegacyKey(keyword : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_toLegacyType(keyword : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_toUnicodeLocaleKey(keyword : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uloc_toUnicodeLocaleType(keyword : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_close(uld : *mut ULocaleData)); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getCLDRVersion(versionarray : *mut u8, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getDelimiter(uld : *mut ULocaleData, r#type : ULocaleDataDelimiterType, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getExemplarSet(uld : *mut ULocaleData, fillin : *mut USet, options : u32, extype : ULocaleDataExemplarSetType, status : *mut UErrorCode) -> *mut USet); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getLocaleDisplayPattern(uld : *mut ULocaleData, pattern : *mut u16, patterncapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getLocaleSeparator(uld : *mut ULocaleData, separator : *mut u16, separatorcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getMeasurementSystem(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> UMeasurementSystem); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getNoSubstitute(uld : *mut ULocaleData) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getPaperSize(localeid : windows_sys::core::PCSTR, height : *mut i32, width : *mut i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_open(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut ULocaleData); +windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_setNoSubstitute(uld : *mut ULocaleData, setting : i8)); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_applyPattern(fmt : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_autoQuoteApostrophe(pattern : *const u16, patternlength : i32, dest : *mut u16, destcapacity : i32, ec : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_close(format : *mut *mut core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_format(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode, ...) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_getLocale(fmt : *const *const core::ffi::c_void) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_open(pattern : *const u16, patternlength : i32, locale : windows_sys::core::PCSTR, parseerror : *mut UParseError, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_parse(fmt : *const *const core::ffi::c_void, source : *const u16, sourcelength : i32, count : *mut i32, status : *mut UErrorCode, ...)); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_setLocale(fmt : *mut *mut core::ffi::c_void, locale : windows_sys::core::PCSTR)); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_toPattern(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_vformat(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, ap : *mut i8, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn umsg_vparse(fmt : *const *const core::ffi::c_void, source : *const u16, sourcelength : i32, count : *mut i32, ap : *mut i8, status : *mut UErrorCode)); windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_buildImmutable(trie : *mut UMutableCPTrie, r#type : UCPTrieType, valuewidth : UCPTrieValueWidth, perrorcode : *mut UErrorCode) -> *mut UCPTrie); windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_clone(other : *const UMutableCPTrie, perrorcode : *mut UErrorCode) -> *mut UMutableCPTrie); windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_close(trie : *mut UMutableCPTrie)); @@ -869,59 +869,59 @@ windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_getRange(trie : *cons windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_open(initialvalue : u32, errorvalue : u32, perrorcode : *mut UErrorCode) -> *mut UMutableCPTrie); windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_set(trie : *mut UMutableCPTrie, c : i32, value : u32, perrorcode : *mut UErrorCode)); windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_setRange(trie : *mut UMutableCPTrie, start : i32, end : i32, value : u32, perrorcode : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_append(norm2 : *const UNormalizer2, first : *mut u16, firstlength : i32, firstcapacity : i32, second : *const u16, secondlength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_close(norm2 : *mut UNormalizer2)); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_composePair(norm2 : *const UNormalizer2, a : i32, b : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_getCombiningClass(norm2 : *const UNormalizer2, c : i32) -> u8); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_getDecomposition(norm2 : *const UNormalizer2, c : i32, decomposition : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_getInstance(packagename : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, mode : UNormalization2Mode, perrorcode : *mut UErrorCode) -> *mut UNormalizer2); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFCInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFDInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFKCCasefoldInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFKCInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFKDInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_getRawDecomposition(norm2 : *const UNormalizer2, c : i32, decomposition : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_hasBoundaryAfter(norm2 : *const UNormalizer2, c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_hasBoundaryBefore(norm2 : *const UNormalizer2, c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_isInert(norm2 : *const UNormalizer2, c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_isNormalized(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_normalize(norm2 : *const UNormalizer2, src : *const u16, length : i32, dest : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_normalizeSecondAndAppend(norm2 : *const UNormalizer2, first : *mut u16, firstlength : i32, firstcapacity : i32, second : *const u16, secondlength : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_openFiltered(norm2 : *const UNormalizer2, filterset : *const USet, perrorcode : *mut UErrorCode) -> *mut UNormalizer2); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_quickCheck(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> UNormalizationCheckResult); -windows_targets::link!("icu.dll" "cdecl" fn unorm2_spanQuickCheckYes(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unorm_compare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_applyPattern(format : *mut *mut core::ffi::c_void, localized : i8, pattern : *const u16, patternlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn unum_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn unum_close(fmt : *mut *mut core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn unum_countAvailable() -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_format(fmt : *const *const core::ffi::c_void, number : i32, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_formatDecimal(fmt : *const *const core::ffi::c_void, number : windows_sys::core::PCSTR, length : i32, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_formatDouble(fmt : *const *const core::ffi::c_void, number : f64, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_formatDoubleCurrency(fmt : *const *const core::ffi::c_void, number : f64, currency : *mut u16, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_formatDoubleForFields(format : *const *const core::ffi::c_void, number : f64, result : *mut u16, resultlength : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_formatInt64(fmt : *const *const core::ffi::c_void, number : i64, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_formatUFormattable(fmt : *const *const core::ffi::c_void, number : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_getAttribute(fmt : *const *const core::ffi::c_void, attr : UNumberFormatAttribute) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn unum_getContext(fmt : *const *const core::ffi::c_void, r#type : UDisplayContextType, status : *mut UErrorCode) -> UDisplayContext); -windows_targets::link!("icu.dll" "cdecl" fn unum_getDoubleAttribute(fmt : *const *const core::ffi::c_void, attr : UNumberFormatAttribute) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn unum_getLocaleByType(fmt : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn unum_getSymbol(fmt : *const *const core::ffi::c_void, symbol : UNumberFormatSymbol, buffer : *mut u16, size : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_getTextAttribute(fmt : *const *const core::ffi::c_void, tag : UNumberFormatTextAttribute, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_open(style : UNumberFormatStyle, pattern : *const u16, patternlength : i32, locale : windows_sys::core::PCSTR, parseerr : *mut UParseError, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn unum_parse(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_parseDecimal(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, outbuf : windows_sys::core::PCSTR, outbuflength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unum_parseDouble(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn unum_parseDoubleCurrency(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, currency : *mut u16, status : *mut UErrorCode) -> f64); -windows_targets::link!("icu.dll" "cdecl" fn unum_parseInt64(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn unum_parseToUFormattable(fmt : *const *const core::ffi::c_void, result : *mut *mut core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn unum_setAttribute(fmt : *mut *mut core::ffi::c_void, attr : UNumberFormatAttribute, newvalue : i32)); -windows_targets::link!("icu.dll" "cdecl" fn unum_setContext(fmt : *mut *mut core::ffi::c_void, value : UDisplayContext, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn unum_setDoubleAttribute(fmt : *mut *mut core::ffi::c_void, attr : UNumberFormatAttribute, newvalue : f64)); -windows_targets::link!("icu.dll" "cdecl" fn unum_setSymbol(fmt : *mut *mut core::ffi::c_void, symbol : UNumberFormatSymbol, value : *const u16, length : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn unum_setTextAttribute(fmt : *mut *mut core::ffi::c_void, tag : UNumberFormatTextAttribute, newvalue : *const u16, newvaluelength : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn unum_toPattern(fmt : *const *const core::ffi::c_void, ispatternlocalized : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_append(norm2 : *const UNormalizer2, first : *mut u16, firstlength : i32, firstcapacity : i32, second : *const u16, secondlength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_close(norm2 : *mut UNormalizer2)); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_composePair(norm2 : *const UNormalizer2, a : i32, b : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getCombiningClass(norm2 : *const UNormalizer2, c : i32) -> u8); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getDecomposition(norm2 : *const UNormalizer2, c : i32, decomposition : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getInstance(packagename : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, mode : UNormalization2Mode, perrorcode : *mut UErrorCode) -> *mut UNormalizer2); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getNFCInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getNFDInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getNFKCCasefoldInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getNFKCInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getNFKDInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getRawDecomposition(norm2 : *const UNormalizer2, c : i32, decomposition : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_hasBoundaryAfter(norm2 : *const UNormalizer2, c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_hasBoundaryBefore(norm2 : *const UNormalizer2, c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_isInert(norm2 : *const UNormalizer2, c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_isNormalized(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_normalize(norm2 : *const UNormalizer2, src : *const u16, length : i32, dest : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_normalizeSecondAndAppend(norm2 : *const UNormalizer2, first : *mut u16, firstlength : i32, firstcapacity : i32, second : *const u16, secondlength : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_openFiltered(norm2 : *const UNormalizer2, filterset : *const USet, perrorcode : *mut UErrorCode) -> *mut UNormalizer2); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_quickCheck(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> UNormalizationCheckResult); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_spanQuickCheckYes(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn unorm_compare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_applyPattern(format : *mut *mut core::ffi::c_void, localized : i8, pattern : *const u16, patternlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn unum_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn unum_close(fmt : *mut *mut core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn unum_countAvailable() -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_format(fmt : *const *const core::ffi::c_void, number : i32, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_formatDecimal(fmt : *const *const core::ffi::c_void, number : windows_sys::core::PCSTR, length : i32, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_formatDouble(fmt : *const *const core::ffi::c_void, number : f64, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_formatDoubleCurrency(fmt : *const *const core::ffi::c_void, number : f64, currency : *mut u16, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_formatDoubleForFields(format : *const *const core::ffi::c_void, number : f64, result : *mut u16, resultlength : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_formatInt64(fmt : *const *const core::ffi::c_void, number : i64, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_formatUFormattable(fmt : *const *const core::ffi::c_void, number : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_getAttribute(fmt : *const *const core::ffi::c_void, attr : UNumberFormatAttribute) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn unum_getContext(fmt : *const *const core::ffi::c_void, r#type : UDisplayContextType, status : *mut UErrorCode) -> UDisplayContext); +windows_targets::link!("icuin.dll" "cdecl" fn unum_getDoubleAttribute(fmt : *const *const core::ffi::c_void, attr : UNumberFormatAttribute) -> f64); +windows_targets::link!("icuin.dll" "cdecl" fn unum_getLocaleByType(fmt : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn unum_getSymbol(fmt : *const *const core::ffi::c_void, symbol : UNumberFormatSymbol, buffer : *mut u16, size : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_getTextAttribute(fmt : *const *const core::ffi::c_void, tag : UNumberFormatTextAttribute, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_open(style : UNumberFormatStyle, pattern : *const u16, patternlength : i32, locale : windows_sys::core::PCSTR, parseerr : *mut UParseError, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn unum_parse(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_parseDecimal(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, outbuf : windows_sys::core::PCSTR, outbuflength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unum_parseDouble(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> f64); +windows_targets::link!("icuin.dll" "cdecl" fn unum_parseDoubleCurrency(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, currency : *mut u16, status : *mut UErrorCode) -> f64); +windows_targets::link!("icuin.dll" "cdecl" fn unum_parseInt64(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> i64); +windows_targets::link!("icuin.dll" "cdecl" fn unum_parseToUFormattable(fmt : *const *const core::ffi::c_void, result : *mut *mut core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn unum_setAttribute(fmt : *mut *mut core::ffi::c_void, attr : UNumberFormatAttribute, newvalue : i32)); +windows_targets::link!("icuin.dll" "cdecl" fn unum_setContext(fmt : *mut *mut core::ffi::c_void, value : UDisplayContext, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn unum_setDoubleAttribute(fmt : *mut *mut core::ffi::c_void, attr : UNumberFormatAttribute, newvalue : f64)); +windows_targets::link!("icuin.dll" "cdecl" fn unum_setSymbol(fmt : *mut *mut core::ffi::c_void, symbol : UNumberFormatSymbol, value : *const u16, length : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn unum_setTextAttribute(fmt : *mut *mut core::ffi::c_void, tag : UNumberFormatTextAttribute, newvalue : *const u16, newvaluelength : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn unum_toPattern(fmt : *const *const core::ffi::c_void, ispatternlocalized : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); windows_targets::link!("icu.dll" "cdecl" fn unumf_close(uformatter : *mut UNumberFormatter)); windows_targets::link!("icu.dll" "cdecl" fn unumf_closeResult(uresult : *mut UFormattedNumber)); windows_targets::link!("icu.dll" "cdecl" fn unumf_formatDecimal(uformatter : *const UNumberFormatter, value : windows_sys::core::PCSTR, valuelen : i32, uresult : *mut UFormattedNumber, ec : *mut UErrorCode)); @@ -934,310 +934,310 @@ windows_targets::link!("icu.dll" "cdecl" fn unumf_resultAsValue(uresult : *const windows_targets::link!("icu.dll" "cdecl" fn unumf_resultGetAllFieldPositions(uresult : *const UFormattedNumber, ufpositer : *mut UFieldPositionIterator, ec : *mut UErrorCode)); windows_targets::link!("icu.dll" "cdecl" fn unumf_resultNextFieldPosition(uresult : *const UFormattedNumber, ufpos : *mut UFieldPosition, ec : *mut UErrorCode) -> i8); windows_targets::link!("icu.dll" "cdecl" fn unumf_resultToString(uresult : *const UFormattedNumber, buffer : *mut u16, buffercapacity : i32, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unumsys_close(unumsys : *mut UNumberingSystem)); -windows_targets::link!("icu.dll" "cdecl" fn unumsys_getDescription(unumsys : *const UNumberingSystem, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unumsys_getName(unumsys : *const UNumberingSystem) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn unumsys_getRadix(unumsys : *const UNumberingSystem) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn unumsys_isAlgorithmic(unumsys : *const UNumberingSystem) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn unumsys_open(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UNumberingSystem); -windows_targets::link!("icu.dll" "cdecl" fn unumsys_openAvailableNames(status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn unumsys_openByName(name : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UNumberingSystem); -windows_targets::link!("icu.dll" "cdecl" fn uplrules_close(uplrules : *mut UPluralRules)); -windows_targets::link!("icu.dll" "cdecl" fn uplrules_getKeywords(uplrules : *const UPluralRules, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn uplrules_open(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UPluralRules); -windows_targets::link!("icu.dll" "cdecl" fn uplrules_openForType(locale : windows_sys::core::PCSTR, r#type : UPluralType, status : *mut UErrorCode) -> *mut UPluralRules); -windows_targets::link!("icu.dll" "cdecl" fn uplrules_select(uplrules : *const UPluralRules, number : f64, keyword : *mut u16, capacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unumsys_close(unumsys : *mut UNumberingSystem)); +windows_targets::link!("icuin.dll" "cdecl" fn unumsys_getDescription(unumsys : *const UNumberingSystem, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unumsys_getName(unumsys : *const UNumberingSystem) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn unumsys_getRadix(unumsys : *const UNumberingSystem) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn unumsys_isAlgorithmic(unumsys : *const UNumberingSystem) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn unumsys_open(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UNumberingSystem); +windows_targets::link!("icuin.dll" "cdecl" fn unumsys_openAvailableNames(status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn unumsys_openByName(name : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UNumberingSystem); +windows_targets::link!("icuin.dll" "cdecl" fn uplrules_close(uplrules : *mut UPluralRules)); +windows_targets::link!("icuin.dll" "cdecl" fn uplrules_getKeywords(uplrules : *const UPluralRules, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn uplrules_open(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UPluralRules); +windows_targets::link!("icuin.dll" "cdecl" fn uplrules_openForType(locale : windows_sys::core::PCSTR, r#type : UPluralType, status : *mut UErrorCode) -> *mut UPluralRules); +windows_targets::link!("icuin.dll" "cdecl" fn uplrules_select(uplrules : *const UPluralRules, number : f64, keyword : *mut u16, capacity : i32, status : *mut UErrorCode) -> i32); windows_targets::link!("icu.dll" "cdecl" fn uplrules_selectFormatted(uplrules : *const UPluralRules, number : *const UFormattedNumber, keyword : *mut u16, capacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_appendReplacement(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut *mut u16, destcapacity : *mut i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_appendReplacementUText(regexp : *mut URegularExpression, replacementtext : *mut UText, dest : *mut UText, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_appendTail(regexp : *mut URegularExpression, destbuf : *mut *mut u16, destcapacity : *mut i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_appendTailUText(regexp : *mut URegularExpression, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn uregex_clone(regexp : *const URegularExpression, status : *mut UErrorCode) -> *mut URegularExpression); -windows_targets::link!("icu.dll" "cdecl" fn uregex_close(regexp : *mut URegularExpression)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_end(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_end64(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn uregex_find(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_find64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_findNext(regexp : *mut URegularExpression, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_flags(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_getFindProgressCallback(regexp : *const URegularExpression, callback : *mut URegexFindProgressCallback, context : *const *const core::ffi::c_void, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_getMatchCallback(regexp : *const URegularExpression, callback : *mut URegexMatchCallback, context : *const *const core::ffi::c_void, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_getStackLimit(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_getText(regexp : *mut URegularExpression, textlength : *mut i32, status : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn uregex_getTimeLimit(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_getUText(regexp : *mut URegularExpression, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn uregex_group(regexp : *mut URegularExpression, groupnum : i32, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_groupCount(regexp : *mut URegularExpression, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_groupNumberFromCName(regexp : *mut URegularExpression, groupname : windows_sys::core::PCSTR, namelength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_groupNumberFromName(regexp : *mut URegularExpression, groupname : *const u16, namelength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_groupUText(regexp : *mut URegularExpression, groupnum : i32, dest : *mut UText, grouplength : *mut i64, status : *mut UErrorCode) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn uregex_hasAnchoringBounds(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_hasTransparentBounds(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_hitEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_lookingAt(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_lookingAt64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_matches(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_matches64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_open(pattern : *const u16, patternlength : i32, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); -windows_targets::link!("icu.dll" "cdecl" fn uregex_openC(pattern : windows_sys::core::PCSTR, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); -windows_targets::link!("icu.dll" "cdecl" fn uregex_openUText(pattern : *mut UText, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); -windows_targets::link!("icu.dll" "cdecl" fn uregex_pattern(regexp : *const URegularExpression, patlength : *mut i32, status : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn uregex_patternUText(regexp : *const URegularExpression, status : *mut UErrorCode) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn uregex_refreshUText(regexp : *mut URegularExpression, text : *mut UText, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_regionEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_regionEnd64(regexp : *const URegularExpression, status : *mut UErrorCode) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn uregex_regionStart(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_regionStart64(regexp : *const URegularExpression, status : *mut UErrorCode) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn uregex_replaceAll(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_replaceAllUText(regexp : *mut URegularExpression, replacement : *mut UText, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn uregex_replaceFirst(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_replaceFirstUText(regexp : *mut URegularExpression, replacement : *mut UText, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn uregex_requireEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregex_reset(regexp : *mut URegularExpression, index : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_reset64(regexp : *mut URegularExpression, index : i64, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_setFindProgressCallback(regexp : *mut URegularExpression, callback : URegexFindProgressCallback, context : *const core::ffi::c_void, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_setMatchCallback(regexp : *mut URegularExpression, callback : URegexMatchCallback, context : *const core::ffi::c_void, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_setRegion(regexp : *mut URegularExpression, regionstart : i32, regionlimit : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_setRegion64(regexp : *mut URegularExpression, regionstart : i64, regionlimit : i64, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_setRegionAndStart(regexp : *mut URegularExpression, regionstart : i64, regionlimit : i64, startindex : i64, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_setStackLimit(regexp : *mut URegularExpression, limit : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_setText(regexp : *mut URegularExpression, text : *const u16, textlength : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_setTimeLimit(regexp : *mut URegularExpression, limit : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_setUText(regexp : *mut URegularExpression, text : *mut UText, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_split(regexp : *mut URegularExpression, destbuf : *mut u16, destcapacity : i32, requiredcapacity : *mut i32, destfields : *mut *mut u16, destfieldscapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_splitUText(regexp : *mut URegularExpression, destfields : *mut *mut UText, destfieldscapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_start(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregex_start64(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn uregex_useAnchoringBounds(regexp : *mut URegularExpression, b : i8, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregex_useTransparentBounds(regexp : *mut URegularExpression, b : i8, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uregion_areEqual(uregion : *const URegion, otherregion : *const URegion) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregion_contains(uregion : *const URegion, otherregion : *const URegion) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getAvailable(r#type : URegionType, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainedRegions(uregion : *const URegion, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainedRegionsOfType(uregion : *const URegion, r#type : URegionType, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainingRegion(uregion : *const URegion) -> *mut URegion); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainingRegionOfType(uregion : *const URegion, r#type : URegionType) -> *mut URegion); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getNumericCode(uregion : *const URegion) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getPreferredValues(uregion : *const URegion, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getRegionCode(uregion : *const URegion) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getRegionFromCode(regioncode : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut URegion); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getRegionFromNumericCode(code : i32, status : *mut UErrorCode) -> *mut URegion); -windows_targets::link!("icu.dll" "cdecl" fn uregion_getType(uregion : *const URegion) -> URegionType); -windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_close(reldatefmt : *mut URelativeDateTimeFormatter)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_appendReplacement(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut *mut u16, destcapacity : *mut i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_appendReplacementUText(regexp : *mut URegularExpression, replacementtext : *mut UText, dest : *mut UText, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_appendTail(regexp : *mut URegularExpression, destbuf : *mut *mut u16, destcapacity : *mut i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_appendTailUText(regexp : *mut URegularExpression, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_clone(regexp : *const URegularExpression, status : *mut UErrorCode) -> *mut URegularExpression); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_close(regexp : *mut URegularExpression)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_end(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_end64(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i64); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_find(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_find64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_findNext(regexp : *mut URegularExpression, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_flags(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_getFindProgressCallback(regexp : *const URegularExpression, callback : *mut URegexFindProgressCallback, context : *const *const core::ffi::c_void, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_getMatchCallback(regexp : *const URegularExpression, callback : *mut URegexMatchCallback, context : *const *const core::ffi::c_void, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_getStackLimit(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_getText(regexp : *mut URegularExpression, textlength : *mut i32, status : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_getTimeLimit(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_getUText(regexp : *mut URegularExpression, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_group(regexp : *mut URegularExpression, groupnum : i32, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_groupCount(regexp : *mut URegularExpression, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_groupNumberFromCName(regexp : *mut URegularExpression, groupname : windows_sys::core::PCSTR, namelength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_groupNumberFromName(regexp : *mut URegularExpression, groupname : *const u16, namelength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_groupUText(regexp : *mut URegularExpression, groupnum : i32, dest : *mut UText, grouplength : *mut i64, status : *mut UErrorCode) -> *mut UText); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_hasAnchoringBounds(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_hasTransparentBounds(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_hitEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_lookingAt(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_lookingAt64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_matches(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_matches64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_open(pattern : *const u16, patternlength : i32, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_openC(pattern : windows_sys::core::PCSTR, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_openUText(pattern : *mut UText, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_pattern(regexp : *const URegularExpression, patlength : *mut i32, status : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_patternUText(regexp : *const URegularExpression, status : *mut UErrorCode) -> *mut UText); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_refreshUText(regexp : *mut URegularExpression, text : *mut UText, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_regionEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_regionEnd64(regexp : *const URegularExpression, status : *mut UErrorCode) -> i64); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_regionStart(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_regionStart64(regexp : *const URegularExpression, status : *mut UErrorCode) -> i64); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_replaceAll(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_replaceAllUText(regexp : *mut URegularExpression, replacement : *mut UText, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_replaceFirst(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_replaceFirstUText(regexp : *mut URegularExpression, replacement : *mut UText, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_requireEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_reset(regexp : *mut URegularExpression, index : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_reset64(regexp : *mut URegularExpression, index : i64, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_setFindProgressCallback(regexp : *mut URegularExpression, callback : URegexFindProgressCallback, context : *const core::ffi::c_void, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_setMatchCallback(regexp : *mut URegularExpression, callback : URegexMatchCallback, context : *const core::ffi::c_void, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_setRegion(regexp : *mut URegularExpression, regionstart : i32, regionlimit : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_setRegion64(regexp : *mut URegularExpression, regionstart : i64, regionlimit : i64, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_setRegionAndStart(regexp : *mut URegularExpression, regionstart : i64, regionlimit : i64, startindex : i64, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_setStackLimit(regexp : *mut URegularExpression, limit : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_setText(regexp : *mut URegularExpression, text : *const u16, textlength : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_setTimeLimit(regexp : *mut URegularExpression, limit : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_setUText(regexp : *mut URegularExpression, text : *mut UText, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_split(regexp : *mut URegularExpression, destbuf : *mut u16, destcapacity : i32, requiredcapacity : *mut i32, destfields : *mut *mut u16, destfieldscapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_splitUText(regexp : *mut URegularExpression, destfields : *mut *mut UText, destfieldscapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_start(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_start64(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i64); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_useAnchoringBounds(regexp : *mut URegularExpression, b : i8, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregex_useTransparentBounds(regexp : *mut URegularExpression, b : i8, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_areEqual(uregion : *const URegion, otherregion : *const URegion) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_contains(uregion : *const URegion, otherregion : *const URegion) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getAvailable(r#type : URegionType, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getContainedRegions(uregion : *const URegion, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getContainedRegionsOfType(uregion : *const URegion, r#type : URegionType, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getContainingRegion(uregion : *const URegion) -> *mut URegion); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getContainingRegionOfType(uregion : *const URegion, r#type : URegionType) -> *mut URegion); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getNumericCode(uregion : *const URegion) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getPreferredValues(uregion : *const URegion, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getRegionCode(uregion : *const URegion) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getRegionFromCode(regioncode : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut URegion); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getRegionFromNumericCode(code : i32, status : *mut UErrorCode) -> *mut URegion); +windows_targets::link!("icuin.dll" "cdecl" fn uregion_getType(uregion : *const URegion) -> URegionType); +windows_targets::link!("icuin.dll" "cdecl" fn ureldatefmt_close(reldatefmt : *mut URelativeDateTimeFormatter)); windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_closeResult(ufrdt : *mut UFormattedRelativeDateTime)); -windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_combineDateAndTime(reldatefmt : *const URelativeDateTimeFormatter, relativedatestring : *const u16, relativedatestringlen : i32, timestring : *const u16, timestringlen : i32, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_format(reldatefmt : *const URelativeDateTimeFormatter, offset : f64, unit : URelativeDateTimeUnit, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_formatNumeric(reldatefmt : *const URelativeDateTimeFormatter, offset : f64, unit : URelativeDateTimeUnit, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ureldatefmt_combineDateAndTime(reldatefmt : *const URelativeDateTimeFormatter, relativedatestring : *const u16, relativedatestringlen : i32, timestring : *const u16, timestringlen : i32, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ureldatefmt_format(reldatefmt : *const URelativeDateTimeFormatter, offset : f64, unit : URelativeDateTimeUnit, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn ureldatefmt_formatNumeric(reldatefmt : *const URelativeDateTimeFormatter, offset : f64, unit : URelativeDateTimeUnit, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_formatNumericToResult(reldatefmt : *const URelativeDateTimeFormatter, offset : f64, unit : URelativeDateTimeUnit, result : *mut UFormattedRelativeDateTime, status : *mut UErrorCode)); windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_formatToResult(reldatefmt : *const URelativeDateTimeFormatter, offset : f64, unit : URelativeDateTimeUnit, result : *mut UFormattedRelativeDateTime, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_open(locale : windows_sys::core::PCSTR, nftoadopt : *mut *mut core::ffi::c_void, width : UDateRelativeDateTimeFormatterStyle, capitalizationcontext : UDisplayContext, status : *mut UErrorCode) -> *mut URelativeDateTimeFormatter); +windows_targets::link!("icuin.dll" "cdecl" fn ureldatefmt_open(locale : windows_sys::core::PCSTR, nftoadopt : *mut *mut core::ffi::c_void, width : UDateRelativeDateTimeFormatterStyle, capitalizationcontext : UDisplayContext, status : *mut UErrorCode) -> *mut URelativeDateTimeFormatter); windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_openResult(ec : *mut UErrorCode) -> *mut UFormattedRelativeDateTime); windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_resultAsValue(ufrdt : *const UFormattedRelativeDateTime, ec : *mut UErrorCode) -> *mut UFormattedValue); -windows_targets::link!("icu.dll" "cdecl" fn ures_close(resourcebundle : *mut UResourceBundle)); -windows_targets::link!("icu.dll" "cdecl" fn ures_getBinary(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut u8); -windows_targets::link!("icu.dll" "cdecl" fn ures_getByIndex(resourcebundle : *const UResourceBundle, indexr : i32, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); -windows_targets::link!("icu.dll" "cdecl" fn ures_getByKey(resourcebundle : *const UResourceBundle, key : windows_sys::core::PCSTR, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); -windows_targets::link!("icu.dll" "cdecl" fn ures_getInt(resourcebundle : *const UResourceBundle, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ures_getIntVector(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut i32); -windows_targets::link!("icu.dll" "cdecl" fn ures_getKey(resourcebundle : *const UResourceBundle) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ures_getLocaleByType(resourcebundle : *const UResourceBundle, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ures_getNextResource(resourcebundle : *mut UResourceBundle, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); -windows_targets::link!("icu.dll" "cdecl" fn ures_getNextString(resourcebundle : *mut UResourceBundle, len : *mut i32, key : *const *const i8, status : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn ures_getSize(resourcebundle : *const UResourceBundle) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn ures_getString(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn ures_getStringByIndex(resourcebundle : *const UResourceBundle, indexs : i32, len : *mut i32, status : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn ures_getStringByKey(resb : *const UResourceBundle, key : windows_sys::core::PCSTR, len : *mut i32, status : *mut UErrorCode) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn ures_getType(resourcebundle : *const UResourceBundle) -> UResType); -windows_targets::link!("icu.dll" "cdecl" fn ures_getUInt(resourcebundle : *const UResourceBundle, status : *mut UErrorCode) -> u32); -windows_targets::link!("icu.dll" "cdecl" fn ures_getUTF8String(resb : *const UResourceBundle, dest : windows_sys::core::PCSTR, length : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ures_getUTF8StringByIndex(resb : *const UResourceBundle, stringindex : i32, dest : windows_sys::core::PCSTR, plength : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ures_getUTF8StringByKey(resb : *const UResourceBundle, key : windows_sys::core::PCSTR, dest : windows_sys::core::PCSTR, plength : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn ures_getVersion(resb : *const UResourceBundle, versioninfo : *mut u8)); -windows_targets::link!("icu.dll" "cdecl" fn ures_hasNext(resourcebundle : *const UResourceBundle) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn ures_open(packagename : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); -windows_targets::link!("icu.dll" "cdecl" fn ures_openAvailableLocales(packagename : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn ures_openDirect(packagename : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); -windows_targets::link!("icu.dll" "cdecl" fn ures_openU(packagename : *const u16, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); -windows_targets::link!("icu.dll" "cdecl" fn ures_resetIterator(resourcebundle : *mut UResourceBundle)); -windows_targets::link!("icu.dll" "cdecl" fn uscript_breaksBetweenLetters(script : UScriptCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uscript_getCode(nameorabbrorlocale : windows_sys::core::PCSTR, fillin : *mut UScriptCode, capacity : i32, err : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uscript_getName(scriptcode : UScriptCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uscript_getSampleString(script : UScriptCode, dest : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uscript_getScript(codepoint : i32, err : *mut UErrorCode) -> UScriptCode); -windows_targets::link!("icu.dll" "cdecl" fn uscript_getScriptExtensions(c : i32, scripts : *mut UScriptCode, capacity : i32, errorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uscript_getShortName(scriptcode : UScriptCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uscript_getUsage(script : UScriptCode) -> UScriptUsage); -windows_targets::link!("icu.dll" "cdecl" fn uscript_hasScript(c : i32, sc : UScriptCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uscript_isCased(script : UScriptCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uscript_isRightToLeft(script : UScriptCode) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn usearch_close(searchiter : *mut UStringSearch)); -windows_targets::link!("icu.dll" "cdecl" fn usearch_first(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn usearch_following(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn usearch_getAttribute(strsrch : *const UStringSearch, attribute : USearchAttribute) -> USearchAttributeValue); -windows_targets::link!("icu.dll" "cdecl" fn usearch_getBreakIterator(strsrch : *const UStringSearch) -> *mut UBreakIterator); -windows_targets::link!("icu.dll" "cdecl" fn usearch_getCollator(strsrch : *const UStringSearch) -> *mut UCollator); -windows_targets::link!("icu.dll" "cdecl" fn usearch_getMatchedLength(strsrch : *const UStringSearch) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn usearch_getMatchedStart(strsrch : *const UStringSearch) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn usearch_getMatchedText(strsrch : *const UStringSearch, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn usearch_getOffset(strsrch : *const UStringSearch) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn usearch_getPattern(strsrch : *const UStringSearch, length : *mut i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn usearch_getText(strsrch : *const UStringSearch, length : *mut i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn usearch_last(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn usearch_next(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn usearch_open(pattern : *const u16, patternlength : i32, text : *const u16, textlength : i32, locale : windows_sys::core::PCSTR, breakiter : *mut UBreakIterator, status : *mut UErrorCode) -> *mut UStringSearch); -windows_targets::link!("icu.dll" "cdecl" fn usearch_openFromCollator(pattern : *const u16, patternlength : i32, text : *const u16, textlength : i32, collator : *const UCollator, breakiter : *mut UBreakIterator, status : *mut UErrorCode) -> *mut UStringSearch); -windows_targets::link!("icu.dll" "cdecl" fn usearch_preceding(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn usearch_previous(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn usearch_reset(strsrch : *mut UStringSearch)); -windows_targets::link!("icu.dll" "cdecl" fn usearch_setAttribute(strsrch : *mut UStringSearch, attribute : USearchAttribute, value : USearchAttributeValue, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn usearch_setBreakIterator(strsrch : *mut UStringSearch, breakiter : *mut UBreakIterator, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn usearch_setCollator(strsrch : *mut UStringSearch, collator : *const UCollator, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn usearch_setOffset(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn usearch_setPattern(strsrch : *mut UStringSearch, pattern : *const u16, patternlength : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn usearch_setText(strsrch : *mut UStringSearch, text : *const u16, textlength : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uset_add(set : *mut USet, c : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_addAll(set : *mut USet, additionalset : *const USet)); -windows_targets::link!("icu.dll" "cdecl" fn uset_addAllCodePoints(set : *mut USet, str : *const u16, strlen : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_addRange(set : *mut USet, start : i32, end : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_addString(set : *mut USet, str : *const u16, strlen : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_applyIntPropertyValue(set : *mut USet, prop : UProperty, value : i32, ec : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uset_applyPattern(set : *mut USet, pattern : *const u16, patternlength : i32, options : u32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_applyPropertyAlias(set : *mut USet, prop : *const u16, proplength : i32, value : *const u16, valuelength : i32, ec : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uset_charAt(set : *const USet, charindex : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_clear(set : *mut USet)); -windows_targets::link!("icu.dll" "cdecl" fn uset_clone(set : *const USet) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn uset_cloneAsThawed(set : *const USet) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn uset_close(set : *mut USet)); -windows_targets::link!("icu.dll" "cdecl" fn uset_closeOver(set : *mut USet, attributes : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_compact(set : *mut USet)); -windows_targets::link!("icu.dll" "cdecl" fn uset_complement(set : *mut USet)); -windows_targets::link!("icu.dll" "cdecl" fn uset_complementAll(set : *mut USet, complement : *const USet)); -windows_targets::link!("icu.dll" "cdecl" fn uset_contains(set : *const USet, c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_containsAll(set1 : *const USet, set2 : *const USet) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_containsAllCodePoints(set : *const USet, str : *const u16, strlen : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_containsNone(set1 : *const USet, set2 : *const USet) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_containsRange(set : *const USet, start : i32, end : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_containsSome(set1 : *const USet, set2 : *const USet) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_containsString(set : *const USet, str : *const u16, strlen : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_equals(set1 : *const USet, set2 : *const USet) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_freeze(set : *mut USet)); -windows_targets::link!("icu.dll" "cdecl" fn uset_getItem(set : *const USet, itemindex : i32, start : *mut i32, end : *mut i32, str : *mut u16, strcapacity : i32, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_getItemCount(set : *const USet) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_getSerializedRange(set : *const USerializedSet, rangeindex : i32, pstart : *mut i32, pend : *mut i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_getSerializedRangeCount(set : *const USerializedSet) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_getSerializedSet(fillset : *mut USerializedSet, src : *const u16, srclength : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_indexOf(set : *const USet, c : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_isEmpty(set : *const USet) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_isFrozen(set : *const USet) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_open(start : i32, end : i32) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn uset_openEmpty() -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn uset_openPattern(pattern : *const u16, patternlength : i32, ec : *mut UErrorCode) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn uset_openPatternOptions(pattern : *const u16, patternlength : i32, options : u32, ec : *mut UErrorCode) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn uset_remove(set : *mut USet, c : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_removeAll(set : *mut USet, removeset : *const USet)); -windows_targets::link!("icu.dll" "cdecl" fn uset_removeAllStrings(set : *mut USet)); -windows_targets::link!("icu.dll" "cdecl" fn uset_removeRange(set : *mut USet, start : i32, end : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_removeString(set : *mut USet, str : *const u16, strlen : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_resemblesPattern(pattern : *const u16, patternlength : i32, pos : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_retain(set : *mut USet, start : i32, end : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_retainAll(set : *mut USet, retain : *const USet)); -windows_targets::link!("icu.dll" "cdecl" fn uset_serialize(set : *const USet, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_serializedContains(set : *const USerializedSet, c : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn uset_set(set : *mut USet, start : i32, end : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_setSerializedToOne(fillset : *mut USerializedSet, c : i32)); -windows_targets::link!("icu.dll" "cdecl" fn uset_size(set : *const USet) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_span(set : *const USet, s : *const u16, length : i32, spancondition : USetSpanCondition) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_spanBack(set : *const USet, s : *const u16, length : i32, spancondition : USetSpanCondition) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_spanBackUTF8(set : *const USet, s : windows_sys::core::PCSTR, length : i32, spancondition : USetSpanCondition) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_spanUTF8(set : *const USet, s : windows_sys::core::PCSTR, length : i32, spancondition : USetSpanCondition) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uset_toPattern(set : *const USet, result : *mut u16, resultcapacity : i32, escapeunprintable : i8, ec : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_areConfusable(sc : *const USpoofChecker, id1 : *const u16, length1 : i32, id2 : *const u16, length2 : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_areConfusableUTF8(sc : *const USpoofChecker, id1 : windows_sys::core::PCSTR, length1 : i32, id2 : windows_sys::core::PCSTR, length2 : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_check(sc : *const USpoofChecker, id : *const u16, length : i32, position : *mut i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_check2(sc : *const USpoofChecker, id : *const u16, length : i32, checkresult : *mut USpoofCheckResult, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_check2UTF8(sc : *const USpoofChecker, id : windows_sys::core::PCSTR, length : i32, checkresult : *mut USpoofCheckResult, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_checkUTF8(sc : *const USpoofChecker, id : windows_sys::core::PCSTR, length : i32, position : *mut i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_clone(sc : *const USpoofChecker, status : *mut UErrorCode) -> *mut USpoofChecker); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_close(sc : *mut USpoofChecker)); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_closeCheckResult(checkresult : *mut USpoofCheckResult)); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getAllowedChars(sc : *const USpoofChecker, status : *mut UErrorCode) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getAllowedLocales(sc : *mut USpoofChecker, status : *mut UErrorCode) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getCheckResultChecks(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getCheckResultNumerics(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getCheckResultRestrictionLevel(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> URestrictionLevel); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getChecks(sc : *const USpoofChecker, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getInclusionSet(status : *mut UErrorCode) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getRecommendedSet(status : *mut UErrorCode) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getRestrictionLevel(sc : *const USpoofChecker) -> URestrictionLevel); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getSkeleton(sc : *const USpoofChecker, r#type : u32, id : *const u16, length : i32, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_getSkeletonUTF8(sc : *const USpoofChecker, r#type : u32, id : windows_sys::core::PCSTR, length : i32, dest : windows_sys::core::PCSTR, destcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_open(status : *mut UErrorCode) -> *mut USpoofChecker); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_openCheckResult(status : *mut UErrorCode) -> *mut USpoofCheckResult); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_openFromSerialized(data : *const core::ffi::c_void, length : i32, pactuallength : *mut i32, perrorcode : *mut UErrorCode) -> *mut USpoofChecker); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_openFromSource(confusables : windows_sys::core::PCSTR, confusableslen : i32, confusableswholescript : windows_sys::core::PCSTR, confusableswholescriptlen : i32, errtype : *mut i32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut USpoofChecker); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_serialize(sc : *mut USpoofChecker, data : *mut core::ffi::c_void, capacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_setAllowedChars(sc : *mut USpoofChecker, chars : *const USet, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_setAllowedLocales(sc : *mut USpoofChecker, localeslist : windows_sys::core::PCSTR, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_setChecks(sc : *mut USpoofChecker, checks : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn uspoof_setRestrictionLevel(sc : *mut USpoofChecker, restrictionlevel : URestrictionLevel)); -windows_targets::link!("icu.dll" "cdecl" fn usprep_close(profile : *mut UStringPrepProfile)); -windows_targets::link!("icu.dll" "cdecl" fn usprep_open(path : windows_sys::core::PCSTR, filename : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UStringPrepProfile); -windows_targets::link!("icu.dll" "cdecl" fn usprep_openByType(r#type : UStringPrepProfileType, status : *mut UErrorCode) -> *mut UStringPrepProfile); -windows_targets::link!("icu.dll" "cdecl" fn usprep_prepare(prep : *const UStringPrepProfile, src : *const u16, srclength : i32, dest : *mut u16, destcapacity : i32, options : i32, parseerror : *mut UParseError, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utext_char32At(ut : *mut UText, nativeindex : i64) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utext_clone(dest : *mut UText, src : *const UText, deep : i8, readonly : i8, status : *mut UErrorCode) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn utext_close(ut : *mut UText) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn utext_copy(ut : *mut UText, nativestart : i64, nativelimit : i64, destindex : i64, r#move : i8, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn utext_current32(ut : *mut UText) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utext_equals(a : *const UText, b : *const UText) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn utext_extract(ut : *mut UText, nativestart : i64, nativelimit : i64, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utext_freeze(ut : *mut UText)); -windows_targets::link!("icu.dll" "cdecl" fn utext_getNativeIndex(ut : *const UText) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn utext_getPreviousNativeIndex(ut : *mut UText) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn utext_hasMetaData(ut : *const UText) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn utext_isLengthExpensive(ut : *const UText) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn utext_isWritable(ut : *const UText) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn utext_moveIndex32(ut : *mut UText, delta : i32) -> i8); -windows_targets::link!("icu.dll" "cdecl" fn utext_nativeLength(ut : *mut UText) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn utext_next32(ut : *mut UText) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utext_next32From(ut : *mut UText, nativeindex : i64) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utext_openUChars(ut : *mut UText, s : *const u16, length : i64, status : *mut UErrorCode) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn utext_openUTF8(ut : *mut UText, s : windows_sys::core::PCSTR, length : i64, status : *mut UErrorCode) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn utext_previous32(ut : *mut UText) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utext_previous32From(ut : *mut UText, nativeindex : i64) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utext_replace(ut : *mut UText, nativestart : i64, nativelimit : i64, replacementtext : *const u16, replacementlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utext_setNativeIndex(ut : *mut UText, nativeindex : i64)); -windows_targets::link!("icu.dll" "cdecl" fn utext_setup(ut : *mut UText, extraspace : i32, status : *mut UErrorCode) -> *mut UText); -windows_targets::link!("icu.dll" "cdecl" fn utf8_appendCharSafeBody(s : *mut u8, i : i32, length : i32, c : i32, piserror : *mut i8) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utf8_back1SafeBody(s : *const u8, start : i32, i : i32) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utf8_nextCharSafeBody(s : *const u8, pi : *mut i32, length : i32, c : i32, strict : i8) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utf8_prevCharSafeBody(s : *const u8, start : i32, pi : *mut i32, c : i32, strict : i8) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utmscale_fromInt64(othertime : i64, timescale : UDateTimeScale, status : *mut UErrorCode) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn utmscale_getTimeScaleValue(timescale : UDateTimeScale, value : UTimeScaleValue, status : *mut UErrorCode) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn utmscale_toInt64(universaltime : i64, timescale : UDateTimeScale, status : *mut UErrorCode) -> i64); -windows_targets::link!("icu.dll" "cdecl" fn utrace_format(outbuf : windows_sys::core::PCSTR, capacity : i32, indent : i32, fmt : windows_sys::core::PCSTR, ...) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utrace_functionName(fnnumber : i32) -> windows_sys::core::PCSTR); -windows_targets::link!("icu.dll" "cdecl" fn utrace_getFunctions(context : *const *const core::ffi::c_void, e : *mut UTraceEntry, x : *mut UTraceExit, d : *mut UTraceData)); -windows_targets::link!("icu.dll" "cdecl" fn utrace_getLevel() -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utrace_setFunctions(context : *const core::ffi::c_void, e : UTraceEntry, x : UTraceExit, d : UTraceData)); -windows_targets::link!("icu.dll" "cdecl" fn utrace_setLevel(tracelevel : i32)); -windows_targets::link!("icu.dll" "cdecl" fn utrace_vformat(outbuf : windows_sys::core::PCSTR, capacity : i32, indent : i32, fmt : windows_sys::core::PCSTR, args : *mut i8) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utrans_clone(trans : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn utrans_close(trans : *mut *mut core::ffi::c_void)); -windows_targets::link!("icu.dll" "cdecl" fn utrans_countAvailableIDs() -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utrans_getSourceSet(trans : *const *const core::ffi::c_void, ignorefilter : i8, fillin : *mut USet, status : *mut UErrorCode) -> *mut USet); -windows_targets::link!("icu.dll" "cdecl" fn utrans_getUnicodeID(trans : *const *const core::ffi::c_void, resultlength : *mut i32) -> *mut u16); -windows_targets::link!("icu.dll" "cdecl" fn utrans_openIDs(perrorcode : *mut UErrorCode) -> *mut UEnumeration); -windows_targets::link!("icu.dll" "cdecl" fn utrans_openInverse(trans : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn utrans_openU(id : *const u16, idlength : i32, dir : UTransDirection, rules : *const u16, ruleslength : i32, parseerror : *mut UParseError, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); -windows_targets::link!("icu.dll" "cdecl" fn utrans_register(adoptedtrans : *mut *mut core::ffi::c_void, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn utrans_setFilter(trans : *mut *mut core::ffi::c_void, filterpattern : *const u16, filterpatternlen : i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn utrans_toRules(trans : *const *const core::ffi::c_void, escapeunprintable : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); -windows_targets::link!("icu.dll" "cdecl" fn utrans_trans(trans : *const *const core::ffi::c_void, rep : *mut *mut core::ffi::c_void, repfunc : *const UReplaceableCallbacks, start : i32, limit : *mut i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn utrans_transIncremental(trans : *const *const core::ffi::c_void, rep : *mut *mut core::ffi::c_void, repfunc : *const UReplaceableCallbacks, pos : *mut UTransPosition, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn utrans_transIncrementalUChars(trans : *const *const core::ffi::c_void, text : *mut u16, textlength : *mut i32, textcapacity : i32, pos : *mut UTransPosition, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn utrans_transUChars(trans : *const *const core::ffi::c_void, text : *mut u16, textlength : *mut i32, textcapacity : i32, start : i32, limit : *mut i32, status : *mut UErrorCode)); -windows_targets::link!("icu.dll" "cdecl" fn utrans_unregisterID(id : *const u16, idlength : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_close(resourcebundle : *mut UResourceBundle)); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getBinary(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut u8); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getByIndex(resourcebundle : *const UResourceBundle, indexr : i32, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getByKey(resourcebundle : *const UResourceBundle, key : windows_sys::core::PCSTR, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getInt(resourcebundle : *const UResourceBundle, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getIntVector(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getKey(resourcebundle : *const UResourceBundle) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getLocaleByType(resourcebundle : *const UResourceBundle, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getNextResource(resourcebundle : *mut UResourceBundle, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getNextString(resourcebundle : *mut UResourceBundle, len : *mut i32, key : *const *const i8, status : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getSize(resourcebundle : *const UResourceBundle) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getString(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getStringByIndex(resourcebundle : *const UResourceBundle, indexs : i32, len : *mut i32, status : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getStringByKey(resb : *const UResourceBundle, key : windows_sys::core::PCSTR, len : *mut i32, status : *mut UErrorCode) -> *mut u16); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getType(resourcebundle : *const UResourceBundle) -> UResType); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getUInt(resourcebundle : *const UResourceBundle, status : *mut UErrorCode) -> u32); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getUTF8String(resb : *const UResourceBundle, dest : windows_sys::core::PCSTR, length : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getUTF8StringByIndex(resb : *const UResourceBundle, stringindex : i32, dest : windows_sys::core::PCSTR, plength : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getUTF8StringByKey(resb : *const UResourceBundle, key : windows_sys::core::PCSTR, dest : windows_sys::core::PCSTR, plength : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_getVersion(resb : *const UResourceBundle, versioninfo : *mut u8)); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_hasNext(resourcebundle : *const UResourceBundle) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_open(packagename : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_openAvailableLocales(packagename : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_openDirect(packagename : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_openU(packagename : *const u16, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); +windows_targets::link!("icuuc.dll" "cdecl" fn ures_resetIterator(resourcebundle : *mut UResourceBundle)); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_breaksBetweenLetters(script : UScriptCode) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getCode(nameorabbrorlocale : windows_sys::core::PCSTR, fillin : *mut UScriptCode, capacity : i32, err : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getName(scriptcode : UScriptCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getSampleString(script : UScriptCode, dest : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getScript(codepoint : i32, err : *mut UErrorCode) -> UScriptCode); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getScriptExtensions(c : i32, scripts : *mut UScriptCode, capacity : i32, errorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getShortName(scriptcode : UScriptCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getUsage(script : UScriptCode) -> UScriptUsage); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_hasScript(c : i32, sc : UScriptCode) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_isCased(script : UScriptCode) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uscript_isRightToLeft(script : UScriptCode) -> i8); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_close(searchiter : *mut UStringSearch)); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_first(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_following(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_getAttribute(strsrch : *const UStringSearch, attribute : USearchAttribute) -> USearchAttributeValue); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_getBreakIterator(strsrch : *const UStringSearch) -> *mut UBreakIterator); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_getCollator(strsrch : *const UStringSearch) -> *mut UCollator); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_getMatchedLength(strsrch : *const UStringSearch) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_getMatchedStart(strsrch : *const UStringSearch) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_getMatchedText(strsrch : *const UStringSearch, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_getOffset(strsrch : *const UStringSearch) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_getPattern(strsrch : *const UStringSearch, length : *mut i32) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_getText(strsrch : *const UStringSearch, length : *mut i32) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_last(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_next(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_open(pattern : *const u16, patternlength : i32, text : *const u16, textlength : i32, locale : windows_sys::core::PCSTR, breakiter : *mut UBreakIterator, status : *mut UErrorCode) -> *mut UStringSearch); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_openFromCollator(pattern : *const u16, patternlength : i32, text : *const u16, textlength : i32, collator : *const UCollator, breakiter : *mut UBreakIterator, status : *mut UErrorCode) -> *mut UStringSearch); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_preceding(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_previous(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_reset(strsrch : *mut UStringSearch)); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_setAttribute(strsrch : *mut UStringSearch, attribute : USearchAttribute, value : USearchAttributeValue, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_setBreakIterator(strsrch : *mut UStringSearch, breakiter : *mut UBreakIterator, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_setCollator(strsrch : *mut UStringSearch, collator : *const UCollator, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_setOffset(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_setPattern(strsrch : *mut UStringSearch, pattern : *const u16, patternlength : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn usearch_setText(strsrch : *mut UStringSearch, text : *const u16, textlength : i32, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_add(set : *mut USet, c : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_addAll(set : *mut USet, additionalset : *const USet)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_addAllCodePoints(set : *mut USet, str : *const u16, strlen : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_addRange(set : *mut USet, start : i32, end : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_addString(set : *mut USet, str : *const u16, strlen : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_applyIntPropertyValue(set : *mut USet, prop : UProperty, value : i32, ec : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_applyPattern(set : *mut USet, pattern : *const u16, patternlength : i32, options : u32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_applyPropertyAlias(set : *mut USet, prop : *const u16, proplength : i32, value : *const u16, valuelength : i32, ec : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_charAt(set : *const USet, charindex : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_clear(set : *mut USet)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_clone(set : *const USet) -> *mut USet); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_cloneAsThawed(set : *const USet) -> *mut USet); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_close(set : *mut USet)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_closeOver(set : *mut USet, attributes : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_compact(set : *mut USet)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_complement(set : *mut USet)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_complementAll(set : *mut USet, complement : *const USet)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_contains(set : *const USet, c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsAll(set1 : *const USet, set2 : *const USet) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsAllCodePoints(set : *const USet, str : *const u16, strlen : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsNone(set1 : *const USet, set2 : *const USet) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsRange(set : *const USet, start : i32, end : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsSome(set1 : *const USet, set2 : *const USet) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsString(set : *const USet, str : *const u16, strlen : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_equals(set1 : *const USet, set2 : *const USet) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_freeze(set : *mut USet)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_getItem(set : *const USet, itemindex : i32, start : *mut i32, end : *mut i32, str : *mut u16, strcapacity : i32, ec : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_getItemCount(set : *const USet) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_getSerializedRange(set : *const USerializedSet, rangeindex : i32, pstart : *mut i32, pend : *mut i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_getSerializedRangeCount(set : *const USerializedSet) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_getSerializedSet(fillset : *mut USerializedSet, src : *const u16, srclength : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_indexOf(set : *const USet, c : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_isEmpty(set : *const USet) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_isFrozen(set : *const USet) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_open(start : i32, end : i32) -> *mut USet); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_openEmpty() -> *mut USet); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_openPattern(pattern : *const u16, patternlength : i32, ec : *mut UErrorCode) -> *mut USet); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_openPatternOptions(pattern : *const u16, patternlength : i32, options : u32, ec : *mut UErrorCode) -> *mut USet); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_remove(set : *mut USet, c : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_removeAll(set : *mut USet, removeset : *const USet)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_removeAllStrings(set : *mut USet)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_removeRange(set : *mut USet, start : i32, end : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_removeString(set : *mut USet, str : *const u16, strlen : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_resemblesPattern(pattern : *const u16, patternlength : i32, pos : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_retain(set : *mut USet, start : i32, end : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_retainAll(set : *mut USet, retain : *const USet)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_serialize(set : *const USet, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_serializedContains(set : *const USerializedSet, c : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_set(set : *mut USet, start : i32, end : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_setSerializedToOne(fillset : *mut USerializedSet, c : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_size(set : *const USet) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_span(set : *const USet, s : *const u16, length : i32, spancondition : USetSpanCondition) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_spanBack(set : *const USet, s : *const u16, length : i32, spancondition : USetSpanCondition) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_spanBackUTF8(set : *const USet, s : windows_sys::core::PCSTR, length : i32, spancondition : USetSpanCondition) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_spanUTF8(set : *const USet, s : windows_sys::core::PCSTR, length : i32, spancondition : USetSpanCondition) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn uset_toPattern(set : *const USet, result : *mut u16, resultcapacity : i32, escapeunprintable : i8, ec : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_areConfusable(sc : *const USpoofChecker, id1 : *const u16, length1 : i32, id2 : *const u16, length2 : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_areConfusableUTF8(sc : *const USpoofChecker, id1 : windows_sys::core::PCSTR, length1 : i32, id2 : windows_sys::core::PCSTR, length2 : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_check(sc : *const USpoofChecker, id : *const u16, length : i32, position : *mut i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_check2(sc : *const USpoofChecker, id : *const u16, length : i32, checkresult : *mut USpoofCheckResult, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_check2UTF8(sc : *const USpoofChecker, id : windows_sys::core::PCSTR, length : i32, checkresult : *mut USpoofCheckResult, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_checkUTF8(sc : *const USpoofChecker, id : windows_sys::core::PCSTR, length : i32, position : *mut i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_clone(sc : *const USpoofChecker, status : *mut UErrorCode) -> *mut USpoofChecker); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_close(sc : *mut USpoofChecker)); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_closeCheckResult(checkresult : *mut USpoofCheckResult)); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getAllowedChars(sc : *const USpoofChecker, status : *mut UErrorCode) -> *mut USet); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getAllowedLocales(sc : *mut USpoofChecker, status : *mut UErrorCode) -> windows_sys::core::PCSTR); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getCheckResultChecks(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getCheckResultNumerics(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> *mut USet); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getCheckResultRestrictionLevel(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> URestrictionLevel); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getChecks(sc : *const USpoofChecker, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getInclusionSet(status : *mut UErrorCode) -> *mut USet); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getRecommendedSet(status : *mut UErrorCode) -> *mut USet); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getRestrictionLevel(sc : *const USpoofChecker) -> URestrictionLevel); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getSkeleton(sc : *const USpoofChecker, r#type : u32, id : *const u16, length : i32, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getSkeletonUTF8(sc : *const USpoofChecker, r#type : u32, id : windows_sys::core::PCSTR, length : i32, dest : windows_sys::core::PCSTR, destcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_open(status : *mut UErrorCode) -> *mut USpoofChecker); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_openCheckResult(status : *mut UErrorCode) -> *mut USpoofCheckResult); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_openFromSerialized(data : *const core::ffi::c_void, length : i32, pactuallength : *mut i32, perrorcode : *mut UErrorCode) -> *mut USpoofChecker); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_openFromSource(confusables : windows_sys::core::PCSTR, confusableslen : i32, confusableswholescript : windows_sys::core::PCSTR, confusableswholescriptlen : i32, errtype : *mut i32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut USpoofChecker); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_serialize(sc : *mut USpoofChecker, data : *mut core::ffi::c_void, capacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_setAllowedChars(sc : *mut USpoofChecker, chars : *const USet, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_setAllowedLocales(sc : *mut USpoofChecker, localeslist : windows_sys::core::PCSTR, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_setChecks(sc : *mut USpoofChecker, checks : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn uspoof_setRestrictionLevel(sc : *mut USpoofChecker, restrictionlevel : URestrictionLevel)); +windows_targets::link!("icuuc.dll" "cdecl" fn usprep_close(profile : *mut UStringPrepProfile)); +windows_targets::link!("icuuc.dll" "cdecl" fn usprep_open(path : windows_sys::core::PCSTR, filename : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UStringPrepProfile); +windows_targets::link!("icuuc.dll" "cdecl" fn usprep_openByType(r#type : UStringPrepProfileType, status : *mut UErrorCode) -> *mut UStringPrepProfile); +windows_targets::link!("icuuc.dll" "cdecl" fn usprep_prepare(prep : *const UStringPrepProfile, src : *const u16, srclength : i32, dest : *mut u16, destcapacity : i32, options : i32, parseerror : *mut UParseError, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_char32At(ut : *mut UText, nativeindex : i64) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_clone(dest : *mut UText, src : *const UText, deep : i8, readonly : i8, status : *mut UErrorCode) -> *mut UText); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_close(ut : *mut UText) -> *mut UText); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_copy(ut : *mut UText, nativestart : i64, nativelimit : i64, destindex : i64, r#move : i8, status : *mut UErrorCode)); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_current32(ut : *mut UText) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_equals(a : *const UText, b : *const UText) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_extract(ut : *mut UText, nativestart : i64, nativelimit : i64, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_freeze(ut : *mut UText)); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_getNativeIndex(ut : *const UText) -> i64); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_getPreviousNativeIndex(ut : *mut UText) -> i64); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_hasMetaData(ut : *const UText) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_isLengthExpensive(ut : *const UText) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_isWritable(ut : *const UText) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_moveIndex32(ut : *mut UText, delta : i32) -> i8); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_nativeLength(ut : *mut UText) -> i64); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_next32(ut : *mut UText) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_next32From(ut : *mut UText, nativeindex : i64) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_openUChars(ut : *mut UText, s : *const u16, length : i64, status : *mut UErrorCode) -> *mut UText); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_openUTF8(ut : *mut UText, s : windows_sys::core::PCSTR, length : i64, status : *mut UErrorCode) -> *mut UText); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_previous32(ut : *mut UText) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_previous32From(ut : *mut UText, nativeindex : i64) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_replace(ut : *mut UText, nativestart : i64, nativelimit : i64, replacementtext : *const u16, replacementlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_setNativeIndex(ut : *mut UText, nativeindex : i64)); +windows_targets::link!("icuuc.dll" "cdecl" fn utext_setup(ut : *mut UText, extraspace : i32, status : *mut UErrorCode) -> *mut UText); +windows_targets::link!("icuuc.dll" "cdecl" fn utf8_appendCharSafeBody(s : *mut u8, i : i32, length : i32, c : i32, piserror : *mut i8) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utf8_back1SafeBody(s : *const u8, start : i32, i : i32) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utf8_nextCharSafeBody(s : *const u8, pi : *mut i32, length : i32, c : i32, strict : i8) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utf8_prevCharSafeBody(s : *const u8, start : i32, pi : *mut i32, c : i32, strict : i8) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn utmscale_fromInt64(othertime : i64, timescale : UDateTimeScale, status : *mut UErrorCode) -> i64); +windows_targets::link!("icuin.dll" "cdecl" fn utmscale_getTimeScaleValue(timescale : UDateTimeScale, value : UTimeScaleValue, status : *mut UErrorCode) -> i64); +windows_targets::link!("icuin.dll" "cdecl" fn utmscale_toInt64(universaltime : i64, timescale : UDateTimeScale, status : *mut UErrorCode) -> i64); +windows_targets::link!("icuuc.dll" "cdecl" fn utrace_format(outbuf : windows_sys::core::PCSTR, capacity : i32, indent : i32, fmt : windows_sys::core::PCSTR, ...) -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utrace_functionName(fnnumber : i32) -> windows_sys::core::PCSTR); +windows_targets::link!("icuuc.dll" "cdecl" fn utrace_getFunctions(context : *const *const core::ffi::c_void, e : *mut UTraceEntry, x : *mut UTraceExit, d : *mut UTraceData)); +windows_targets::link!("icuuc.dll" "cdecl" fn utrace_getLevel() -> i32); +windows_targets::link!("icuuc.dll" "cdecl" fn utrace_setFunctions(context : *const core::ffi::c_void, e : UTraceEntry, x : UTraceExit, d : UTraceData)); +windows_targets::link!("icuuc.dll" "cdecl" fn utrace_setLevel(tracelevel : i32)); +windows_targets::link!("icuuc.dll" "cdecl" fn utrace_vformat(outbuf : windows_sys::core::PCSTR, capacity : i32, indent : i32, fmt : windows_sys::core::PCSTR, args : *mut i8) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_clone(trans : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_close(trans : *mut *mut core::ffi::c_void)); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_countAvailableIDs() -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_getSourceSet(trans : *const *const core::ffi::c_void, ignorefilter : i8, fillin : *mut USet, status : *mut UErrorCode) -> *mut USet); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_getUnicodeID(trans : *const *const core::ffi::c_void, resultlength : *mut i32) -> *mut u16); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_openIDs(perrorcode : *mut UErrorCode) -> *mut UEnumeration); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_openInverse(trans : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_openU(id : *const u16, idlength : i32, dir : UTransDirection, rules : *const u16, ruleslength : i32, parseerror : *mut UParseError, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_register(adoptedtrans : *mut *mut core::ffi::c_void, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_setFilter(trans : *mut *mut core::ffi::c_void, filterpattern : *const u16, filterpatternlen : i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_toRules(trans : *const *const core::ffi::c_void, escapeunprintable : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_trans(trans : *const *const core::ffi::c_void, rep : *mut *mut core::ffi::c_void, repfunc : *const UReplaceableCallbacks, start : i32, limit : *mut i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_transIncremental(trans : *const *const core::ffi::c_void, rep : *mut *mut core::ffi::c_void, repfunc : *const UReplaceableCallbacks, pos : *mut UTransPosition, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_transIncrementalUChars(trans : *const *const core::ffi::c_void, text : *mut u16, textlength : *mut i32, textcapacity : i32, pos : *mut UTransPosition, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_transUChars(trans : *const *const core::ffi::c_void, text : *mut u16, textlength : *mut i32, textcapacity : i32, start : i32, limit : *mut i32, status : *mut UErrorCode)); +windows_targets::link!("icuin.dll" "cdecl" fn utrans_unregisterID(id : *const u16, idlength : i32)); pub const ALL_SERVICES: u32 = 0u32; pub const ALL_SERVICE_TYPES: u32 = 0u32; pub const C1_ALPHA: u32 = 256u32; diff --git a/crates/libs/sys/src/Windows/Win32/Graphics/Gdi/mod.rs b/crates/libs/sys/src/Windows/Win32/Graphics/Gdi/mod.rs index 02421c005a..545f1c6409 100644 --- a/crates/libs/sys/src/Windows/Win32/Graphics/Gdi/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Graphics/Gdi/mod.rs @@ -674,21 +674,21 @@ pub const DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_SYSTEM: u32 = 16u32; pub const DISPLAYCONFIG_TARGET_FORCIBLE: u32 = 2u32; pub const DISPLAYCONFIG_TARGET_IN_USE: u32 = 1u32; pub const DISPLAYCONFIG_TARGET_IS_HMD: u32 = 32u32; -pub const DISPLAY_DEVICE_ACC_DRIVER: u32 = 64u32; -pub const DISPLAY_DEVICE_ACTIVE: u32 = 1u32; -pub const DISPLAY_DEVICE_ATTACHED: u32 = 2u32; -pub const DISPLAY_DEVICE_ATTACHED_TO_DESKTOP: u32 = 1u32; -pub const DISPLAY_DEVICE_DISCONNECT: u32 = 33554432u32; -pub const DISPLAY_DEVICE_MIRRORING_DRIVER: u32 = 8u32; -pub const DISPLAY_DEVICE_MODESPRUNED: u32 = 134217728u32; -pub const DISPLAY_DEVICE_MULTI_DRIVER: u32 = 2u32; -pub const DISPLAY_DEVICE_PRIMARY_DEVICE: u32 = 4u32; -pub const DISPLAY_DEVICE_RDPUDD: u32 = 16777216u32; -pub const DISPLAY_DEVICE_REMOTE: u32 = 67108864u32; -pub const DISPLAY_DEVICE_REMOVABLE: u32 = 32u32; -pub const DISPLAY_DEVICE_TS_COMPATIBLE: u32 = 2097152u32; -pub const DISPLAY_DEVICE_UNSAFE_MODES_ON: u32 = 524288u32; -pub const DISPLAY_DEVICE_VGA_COMPATIBLE: u32 = 16u32; +pub const DISPLAY_DEVICE_ACC_DRIVER: DISPLAY_DEVICE_STATE_FLAGS = 64u32; +pub const DISPLAY_DEVICE_ACTIVE: DISPLAY_DEVICE_STATE_FLAGS = 1u32; +pub const DISPLAY_DEVICE_ATTACHED: DISPLAY_DEVICE_STATE_FLAGS = 2u32; +pub const DISPLAY_DEVICE_ATTACHED_TO_DESKTOP: DISPLAY_DEVICE_STATE_FLAGS = 1u32; +pub const DISPLAY_DEVICE_DISCONNECT: DISPLAY_DEVICE_STATE_FLAGS = 33554432u32; +pub const DISPLAY_DEVICE_MIRRORING_DRIVER: DISPLAY_DEVICE_STATE_FLAGS = 8u32; +pub const DISPLAY_DEVICE_MODESPRUNED: DISPLAY_DEVICE_STATE_FLAGS = 134217728u32; +pub const DISPLAY_DEVICE_MULTI_DRIVER: DISPLAY_DEVICE_STATE_FLAGS = 2u32; +pub const DISPLAY_DEVICE_PRIMARY_DEVICE: DISPLAY_DEVICE_STATE_FLAGS = 4u32; +pub const DISPLAY_DEVICE_RDPUDD: DISPLAY_DEVICE_STATE_FLAGS = 16777216u32; +pub const DISPLAY_DEVICE_REMOTE: DISPLAY_DEVICE_STATE_FLAGS = 67108864u32; +pub const DISPLAY_DEVICE_REMOVABLE: DISPLAY_DEVICE_STATE_FLAGS = 32u32; +pub const DISPLAY_DEVICE_TS_COMPATIBLE: DISPLAY_DEVICE_STATE_FLAGS = 2097152u32; +pub const DISPLAY_DEVICE_UNSAFE_MODES_ON: DISPLAY_DEVICE_STATE_FLAGS = 524288u32; +pub const DISPLAY_DEVICE_VGA_COMPATIBLE: DISPLAY_DEVICE_STATE_FLAGS = 16u32; pub const DISP_CHANGE_BADDUALVIEW: DISP_CHANGE = -6i32; pub const DISP_CHANGE_BADFLAGS: DISP_CHANGE = -4i32; pub const DISP_CHANGE_BADMODE: DISP_CHANGE = -2i32; @@ -2101,6 +2101,7 @@ pub type DFCS_STATE = u32; pub type DFC_TYPE = u32; pub type DIB_USAGE = u32; pub type DISPLAYCONFIG_COLOR_ENCODING = i32; +pub type DISPLAY_DEVICE_STATE_FLAGS = u32; pub type DISP_CHANGE = i32; pub type DRAWEDGE_FLAGS = u32; pub type DRAWSTATE_FLAGS = u32; @@ -2498,7 +2499,7 @@ pub struct DISPLAY_DEVICEA { pub cb: u32, pub DeviceName: [i8; 32], pub DeviceString: [i8; 128], - pub StateFlags: u32, + pub StateFlags: DISPLAY_DEVICE_STATE_FLAGS, pub DeviceID: [i8; 128], pub DeviceKey: [i8; 128], } @@ -2508,7 +2509,7 @@ pub struct DISPLAY_DEVICEW { pub cb: u32, pub DeviceName: [u16; 32], pub DeviceString: [u16; 128], - pub StateFlags: u32, + pub StateFlags: DISPLAY_DEVICE_STATE_FLAGS, pub DeviceID: [u16; 128], pub DeviceKey: [u16; 128], } diff --git a/crates/libs/sys/src/Windows/Win32/Graphics/Printing/mod.rs b/crates/libs/sys/src/Windows/Win32/Graphics/Printing/mod.rs index 471155bd1d..2455882ade 100644 --- a/crates/libs/sys/src/Windows/Win32/Graphics/Printing/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Graphics/Printing/mod.rs @@ -1,15 +1,15 @@ #[cfg(feature = "Win32_Graphics_Printing_PrintTicket")] pub mod PrintTicket; -windows_targets::link!("winspool.drv" "system" fn AbortPrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn AddFormA(hprinter : super::super::Foundation:: HANDLE, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn AddFormW(hprinter : super::super::Foundation:: HANDLE, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn AddJobA(hprinter : super::super::Foundation:: HANDLE, level : u32, pdata : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn AddJobW(hprinter : super::super::Foundation:: HANDLE, level : u32, pdata : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn AbortPrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn AddFormA(hprinter : PRINTER_HANDLE, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn AddFormW(hprinter : PRINTER_HANDLE, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn AddJobA(hprinter : PRINTER_HANDLE, level : u32, pdata : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn AddJobW(hprinter : PRINTER_HANDLE, level : u32, pdata : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn AddMonitorA(pname : windows_sys::core::PCSTR, level : u32, pmonitors : *const u8) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn AddMonitorW(pname : windows_sys::core::PCWSTR, level : u32, pmonitors : *const u8) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn AddPortA(pname : windows_sys::core::PCSTR, hwnd : super::super::Foundation:: HWND, pmonitorname : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn AddPortW(pname : windows_sys::core::PCWSTR, hwnd : super::super::Foundation:: HWND, pmonitorname : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); -windows_targets::link!("spoolss.dll" "system" fn AddPrintDeviceObject(hprinter : super::super::Foundation:: HANDLE, phdeviceobject : *mut super::super::Foundation:: HANDLE) -> windows_sys::core::HRESULT); +windows_targets::link!("spoolss.dll" "system" fn AddPrintDeviceObject(hprinter : PRINTER_HANDLE, phdeviceobject : *mut super::super::Foundation:: HANDLE) -> windows_sys::core::HRESULT); windows_targets::link!("winspool.drv" "system" fn AddPrintProcessorA(pname : windows_sys::core::PCSTR, penvironment : windows_sys::core::PCSTR, ppathname : windows_sys::core::PCSTR, pprintprocessorname : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn AddPrintProcessorW(pname : windows_sys::core::PCWSTR, penvironment : windows_sys::core::PCWSTR, ppathname : windows_sys::core::PCWSTR, pprintprocessorname : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn AddPrintProvidorA(pname : windows_sys::core::PCSTR, level : u32, pprovidorinfo : *const u8) -> super::super::Foundation:: BOOL); @@ -25,14 +25,14 @@ windows_targets::link!("winspool.drv" "system" fn AddPrinterDriverExW(pname : wi windows_targets::link!("winspool.drv" "system" fn AddPrinterDriverW(pname : windows_sys::core::PCWSTR, level : u32, pdriverinfo : *const u8) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn AddPrinterW(pname : windows_sys::core::PCWSTR, level : u32, pprinter : *const u8) -> super::super::Foundation:: HANDLE); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn AdvancedDocumentPropertiesA(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, pdevicename : windows_sys::core::PCSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEA, pdevmodeinput : *const super::Gdi:: DEVMODEA) -> i32); +windows_targets::link!("winspool.drv" "system" fn AdvancedDocumentPropertiesA(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, pdevicename : windows_sys::core::PCSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEA, pdevmodeinput : *const super::Gdi:: DEVMODEA) -> i32); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn AdvancedDocumentPropertiesW(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, pdevicename : windows_sys::core::PCWSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEW, pdevmodeinput : *const super::Gdi:: DEVMODEW) -> i32); +windows_targets::link!("winspool.drv" "system" fn AdvancedDocumentPropertiesW(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, pdevicename : windows_sys::core::PCWSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEW, pdevmodeinput : *const super::Gdi:: DEVMODEW) -> i32); windows_targets::link!("spoolss.dll" "system" fn AppendPrinterNotifyInfoData(pinfodest : *const PRINTER_NOTIFY_INFO, pdatasrc : *const PRINTER_NOTIFY_INFO_DATA, fdwflags : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("spoolss.dll" "system" fn CallRouterFindFirstPrinterChangeNotification(hprinterrpc : super::super::Foundation:: HANDLE, fdwfilterflags : u32, fdwoptions : u32, hnotify : super::super::Foundation:: HANDLE, pprinternotifyoptions : *const PRINTER_NOTIFY_OPTIONS) -> u32); -windows_targets::link!("winspool.drv" "system" fn ClosePrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn CloseSpoolFileHandle(hprinter : super::super::Foundation:: HANDLE, hspoolfile : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn CommitSpoolData(hprinter : super::super::Foundation:: HANDLE, hspoolfile : super::super::Foundation:: HANDLE, cbcommit : u32) -> super::super::Foundation:: HANDLE); +windows_targets::link!("winspool.drv" "system" fn ClosePrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn CloseSpoolFileHandle(hprinter : PRINTER_HANDLE, hspoolfile : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn CommitSpoolData(hprinter : PRINTER_HANDLE, hspoolfile : super::super::Foundation:: HANDLE, cbcommit : u32) -> super::super::Foundation:: HANDLE); windows_targets::link!("compstui.dll" "system" fn CommonPropertySheetUIA(hwndowner : super::super::Foundation:: HWND, pfnpropsheetui : PFNPROPSHEETUI, lparam : super::super::Foundation:: LPARAM, presult : *mut u32) -> i32); windows_targets::link!("compstui.dll" "system" fn CommonPropertySheetUIW(hwndowner : super::super::Foundation:: HWND, pfnpropsheetui : PFNPROPSHEETUI, lparam : super::super::Foundation:: LPARAM, presult : *mut u32) -> i32); windows_targets::link!("winspool.drv" "system" fn ConfigurePortA(pname : windows_sys::core::PCSTR, hwnd : super::super::Foundation:: HWND, pportname : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); @@ -42,10 +42,10 @@ windows_targets::link!("winspool.drv" "system" fn CorePrinterDriverInstalledA(ps windows_targets::link!("winspool.drv" "system" fn CorePrinterDriverInstalledW(pszserver : windows_sys::core::PCWSTR, pszenvironment : windows_sys::core::PCWSTR, coredriverguid : windows_sys::core::GUID, ftdriverdate : super::super::Foundation:: FILETIME, dwldriverversion : u64, pbdriverinstalled : *mut super::super::Foundation:: BOOL) -> windows_sys::core::HRESULT); windows_targets::link!("winspool.drv" "system" fn CreatePrintAsyncNotifyChannel(pszname : windows_sys::core::PCWSTR, pnotificationtype : *const windows_sys::core::GUID, euserfilter : PrintAsyncNotifyUserFilter, econversationstyle : PrintAsyncNotifyConversationStyle, pcallback : * mut core::ffi::c_void, ppiasynchnotification : *mut * mut core::ffi::c_void) -> windows_sys::core::HRESULT); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn CreatePrinterIC(hprinter : super::super::Foundation:: HANDLE, pdevmode : *const super::Gdi:: DEVMODEW) -> super::super::Foundation:: HANDLE); -windows_targets::link!("winspool.drv" "system" fn DeleteFormA(hprinter : super::super::Foundation:: HANDLE, pformname : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn DeleteFormW(hprinter : super::super::Foundation:: HANDLE, pformname : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn DeleteJobNamedProperty(hprinter : super::super::Foundation:: HANDLE, jobid : u32, pszname : windows_sys::core::PCWSTR) -> u32); +windows_targets::link!("winspool.drv" "system" fn CreatePrinterIC(hprinter : PRINTER_HANDLE, pdevmode : *const super::Gdi:: DEVMODEW) -> super::super::Foundation:: HANDLE); +windows_targets::link!("winspool.drv" "system" fn DeleteFormA(hprinter : PRINTER_HANDLE, pformname : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn DeleteFormW(hprinter : PRINTER_HANDLE, pformname : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn DeleteJobNamedProperty(hprinter : PRINTER_HANDLE, jobid : u32, pszname : windows_sys::core::PCWSTR) -> u32); windows_targets::link!("winspool.drv" "system" fn DeleteMonitorA(pname : windows_sys::core::PCSTR, penvironment : windows_sys::core::PCSTR, pmonitorname : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn DeleteMonitorW(pname : windows_sys::core::PCWSTR, penvironment : windows_sys::core::PCWSTR, pmonitorname : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn DeletePortA(pname : windows_sys::core::PCSTR, hwnd : super::super::Foundation:: HWND, pportname : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); @@ -54,13 +54,13 @@ windows_targets::link!("winspool.drv" "system" fn DeletePrintProcessorA(pname : windows_targets::link!("winspool.drv" "system" fn DeletePrintProcessorW(pname : windows_sys::core::PCWSTR, penvironment : windows_sys::core::PCWSTR, pprintprocessorname : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn DeletePrintProvidorA(pname : windows_sys::core::PCSTR, penvironment : windows_sys::core::PCSTR, pprintprovidorname : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn DeletePrintProvidorW(pname : windows_sys::core::PCWSTR, penvironment : windows_sys::core::PCWSTR, pprintprovidorname : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn DeletePrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn DeletePrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn DeletePrinterConnectionA(pname : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn DeletePrinterConnectionW(pname : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataA(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_sys::core::PCSTR) -> u32); -windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataExA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCSTR, pvaluename : windows_sys::core::PCSTR) -> u32); -windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataExW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCWSTR, pvaluename : windows_sys::core::PCWSTR) -> u32); -windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataW(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_sys::core::PCWSTR) -> u32); +windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataA(hprinter : PRINTER_HANDLE, pvaluename : windows_sys::core::PCSTR) -> u32); +windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataExA(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCSTR, pvaluename : windows_sys::core::PCSTR) -> u32); +windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataExW(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCWSTR, pvaluename : windows_sys::core::PCWSTR) -> u32); +windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataW(hprinter : PRINTER_HANDLE, pvaluename : windows_sys::core::PCWSTR) -> u32); windows_targets::link!("winspool.drv" "system" fn DeletePrinterDriverA(pname : windows_sys::core::PCSTR, penvironment : windows_sys::core::PCSTR, pdrivername : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn DeletePrinterDriverExA(pname : windows_sys::core::PCSTR, penvironment : windows_sys::core::PCSTR, pdrivername : windows_sys::core::PCSTR, dwdeleteflag : u32, dwversionflag : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn DeletePrinterDriverExW(pname : windows_sys::core::PCWSTR, penvironment : windows_sys::core::PCWSTR, pdrivername : windows_sys::core::PCWSTR, dwdeleteflag : u32, dwversionflag : u32) -> super::super::Foundation:: BOOL); @@ -68,23 +68,23 @@ windows_targets::link!("winspool.drv" "system" fn DeletePrinterDriverPackageA(ps windows_targets::link!("winspool.drv" "system" fn DeletePrinterDriverPackageW(pszserver : windows_sys::core::PCWSTR, pszinfpath : windows_sys::core::PCWSTR, pszenvironment : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT); windows_targets::link!("winspool.drv" "system" fn DeletePrinterDriverW(pname : windows_sys::core::PCWSTR, penvironment : windows_sys::core::PCWSTR, pdrivername : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn DeletePrinterIC(hprinteric : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn DeletePrinterKeyA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCSTR) -> u32); -windows_targets::link!("winspool.drv" "system" fn DeletePrinterKeyW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCWSTR) -> u32); +windows_targets::link!("winspool.drv" "system" fn DeletePrinterKeyA(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCSTR) -> u32); +windows_targets::link!("winspool.drv" "system" fn DeletePrinterKeyW(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCWSTR) -> u32); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn DevQueryPrint(hprinter : super::super::Foundation:: HANDLE, pdevmode : *const super::Gdi:: DEVMODEA, presid : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn DevQueryPrint(hprinter : PRINTER_HANDLE, pdevmode : *const super::Gdi:: DEVMODEA, presid : *mut u32) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Graphics_Gdi")] windows_targets::link!("winspool.drv" "system" fn DevQueryPrintEx(pdqpinfo : *mut DEVQUERYPRINT_INFO) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn DocumentPropertiesA(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, pdevicename : windows_sys::core::PCSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEA, pdevmodeinput : *const super::Gdi:: DEVMODEA, fmode : u32) -> i32); +windows_targets::link!("winspool.drv" "system" fn DocumentPropertiesA(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, pdevicename : windows_sys::core::PCSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEA, pdevmodeinput : *const super::Gdi:: DEVMODEA, fmode : u32) -> i32); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn DocumentPropertiesW(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, pdevicename : windows_sys::core::PCWSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEW, pdevmodeinput : *const super::Gdi:: DEVMODEW, fmode : u32) -> i32); -windows_targets::link!("winspool.drv" "system" fn EndDocPrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn EndPagePrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn EnumFormsA(hprinter : super::super::Foundation:: HANDLE, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn EnumFormsW(hprinter : super::super::Foundation:: HANDLE, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn EnumJobNamedProperties(hprinter : super::super::Foundation:: HANDLE, jobid : u32, pcproperties : *mut u32, ppproperties : *mut *mut PrintNamedProperty) -> u32); -windows_targets::link!("winspool.drv" "system" fn EnumJobsA(hprinter : super::super::Foundation:: HANDLE, firstjob : u32, nojobs : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn EnumJobsW(hprinter : super::super::Foundation:: HANDLE, firstjob : u32, nojobs : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn DocumentPropertiesW(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, pdevicename : windows_sys::core::PCWSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEW, pdevmodeinput : *const super::Gdi:: DEVMODEW, fmode : u32) -> i32); +windows_targets::link!("winspool.drv" "system" fn EndDocPrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn EndPagePrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn EnumFormsA(hprinter : PRINTER_HANDLE, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn EnumFormsW(hprinter : PRINTER_HANDLE, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn EnumJobNamedProperties(hprinter : PRINTER_HANDLE, jobid : u32, pcproperties : *mut u32, ppproperties : *mut *mut PrintNamedProperty) -> u32); +windows_targets::link!("winspool.drv" "system" fn EnumJobsA(hprinter : PRINTER_HANDLE, firstjob : u32, nojobs : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn EnumJobsW(hprinter : PRINTER_HANDLE, firstjob : u32, nojobs : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn EnumMonitorsA(pname : windows_sys::core::PCSTR, level : u32, pmonitor : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn EnumMonitorsW(pname : windows_sys::core::PCWSTR, level : u32, pmonitor : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn EnumPortsA(pname : windows_sys::core::PCSTR, level : u32, pport : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); @@ -93,22 +93,22 @@ windows_targets::link!("winspool.drv" "system" fn EnumPrintProcessorDatatypesA(p windows_targets::link!("winspool.drv" "system" fn EnumPrintProcessorDatatypesW(pname : windows_sys::core::PCWSTR, pprintprocessorname : windows_sys::core::PCWSTR, level : u32, pdatatypes : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn EnumPrintProcessorsA(pname : windows_sys::core::PCSTR, penvironment : windows_sys::core::PCSTR, level : u32, pprintprocessorinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn EnumPrintProcessorsW(pname : windows_sys::core::PCWSTR, penvironment : windows_sys::core::PCWSTR, level : u32, pprintprocessorinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataA(hprinter : super::super::Foundation:: HANDLE, dwindex : u32, pvaluename : windows_sys::core::PSTR, cbvaluename : u32, pcbvaluename : *mut u32, ptype : *mut u32, pdata : *mut u8, cbdata : u32, pcbdata : *mut u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataExA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCSTR, penumvalues : *mut u8, cbenumvalues : u32, pcbenumvalues : *mut u32, pnenumvalues : *mut u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataExW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCWSTR, penumvalues : *mut u8, cbenumvalues : u32, pcbenumvalues : *mut u32, pnenumvalues : *mut u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataW(hprinter : super::super::Foundation:: HANDLE, dwindex : u32, pvaluename : windows_sys::core::PWSTR, cbvaluename : u32, pcbvaluename : *mut u32, ptype : *mut u32, pdata : *mut u8, cbdata : u32, pcbdata : *mut u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataA(hprinter : PRINTER_HANDLE, dwindex : u32, pvaluename : windows_sys::core::PSTR, cbvaluename : u32, pcbvaluename : *mut u32, ptype : *mut u32, pdata : *mut u8, cbdata : u32, pcbdata : *mut u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataExA(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCSTR, penumvalues : *mut u8, cbenumvalues : u32, pcbenumvalues : *mut u32, pnenumvalues : *mut u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataExW(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCWSTR, penumvalues : *mut u8, cbenumvalues : u32, pcbenumvalues : *mut u32, pnenumvalues : *mut u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataW(hprinter : PRINTER_HANDLE, dwindex : u32, pvaluename : windows_sys::core::PWSTR, cbvaluename : u32, pcbvaluename : *mut u32, ptype : *mut u32, pdata : *mut u8, cbdata : u32, pcbdata : *mut u32) -> u32); windows_targets::link!("winspool.drv" "system" fn EnumPrinterDriversA(pname : windows_sys::core::PCSTR, penvironment : windows_sys::core::PCSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn EnumPrinterDriversW(pname : windows_sys::core::PCWSTR, penvironment : windows_sys::core::PCWSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn EnumPrinterKeyA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCSTR, psubkey : windows_sys::core::PSTR, cbsubkey : u32, pcbsubkey : *mut u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn EnumPrinterKeyW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCWSTR, psubkey : windows_sys::core::PWSTR, cbsubkey : u32, pcbsubkey : *mut u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn EnumPrinterKeyA(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCSTR, psubkey : windows_sys::core::PSTR, cbsubkey : u32, pcbsubkey : *mut u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn EnumPrinterKeyW(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCWSTR, psubkey : windows_sys::core::PWSTR, cbsubkey : u32, pcbsubkey : *mut u32) -> u32); windows_targets::link!("winspool.drv" "system" fn EnumPrintersA(flags : u32, name : windows_sys::core::PCSTR, level : u32, pprinterenum : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn EnumPrintersW(flags : u32, name : windows_sys::core::PCWSTR, level : u32, pprinterenum : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Graphics_Gdi")] windows_targets::link!("winspool.drv" "system" fn ExtDeviceMode(hwnd : super::super::Foundation:: HWND, hinst : super::super::Foundation:: HANDLE, pdevmodeoutput : *mut super::Gdi:: DEVMODEA, pdevicename : windows_sys::core::PCSTR, pport : windows_sys::core::PCSTR, pdevmodeinput : *const super::Gdi:: DEVMODEA, pprofile : windows_sys::core::PCSTR, fmode : u32) -> i32); windows_targets::link!("winspool.drv" "system" fn FindClosePrinterChangeNotification(hchange : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn FindFirstPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, fdwfilter : u32, fdwoptions : u32, pprinternotifyoptions : *const core::ffi::c_void) -> super::super::Foundation:: HANDLE); +windows_targets::link!("winspool.drv" "system" fn FindFirstPrinterChangeNotification(hprinter : PRINTER_HANDLE, fdwfilter : u32, fdwoptions : u32, pprinternotifyoptions : *const core::ffi::c_void) -> super::super::Foundation:: HANDLE); windows_targets::link!("winspool.drv" "system" fn FindNextPrinterChangeNotification(hchange : super::super::Foundation:: HANDLE, pdwchange : *mut u32, pvreserved : *const core::ffi::c_void, ppprinternotifyinfo : *mut *mut core::ffi::c_void) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn FlushPrinter(hprinter : super::super::Foundation:: HANDLE, pbuf : *const core::ffi::c_void, cbbuf : u32, pcwritten : *mut u32, csleep : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn FlushPrinter(hprinter : PRINTER_HANDLE, pbuf : *const core::ffi::c_void, cbbuf : u32, pcwritten : *mut u32, csleep : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn FreePrintNamedPropertyArray(cproperties : u32, ppproperties : *mut *mut PrintNamedProperty)); windows_targets::link!("winspool.drv" "system" fn FreePrintPropertyValue(pvalue : *mut PrintPropertyValue)); windows_targets::link!("winspool.drv" "system" fn FreePrinterNotifyInfo(pprinternotifyinfo : *const PRINTER_NOTIFY_INFO) -> super::super::Foundation:: BOOL); @@ -135,34 +135,34 @@ windows_targets::link!("winspool.drv" "system" fn GetCorePrinterDriversA(pszserv windows_targets::link!("winspool.drv" "system" fn GetCorePrinterDriversW(pszserver : windows_sys::core::PCWSTR, pszenvironment : windows_sys::core::PCWSTR, pszzcoredriverdependencies : windows_sys::core::PCWSTR, ccoreprinterdrivers : u32, pcoreprinterdrivers : *mut CORE_PRINTER_DRIVERW) -> windows_sys::core::HRESULT); windows_targets::link!("winspool.drv" "system" fn GetDefaultPrinterA(pszbuffer : windows_sys::core::PSTR, pcchbuffer : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn GetDefaultPrinterW(pszbuffer : windows_sys::core::PWSTR, pcchbuffer : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn GetFormA(hprinter : super::super::Foundation:: HANDLE, pformname : windows_sys::core::PCSTR, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn GetFormW(hprinter : super::super::Foundation:: HANDLE, pformname : windows_sys::core::PCWSTR, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn GetJobA(hprinter : super::super::Foundation:: HANDLE, jobid : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn GetFormA(hprinter : PRINTER_HANDLE, pformname : windows_sys::core::PCSTR, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn GetFormW(hprinter : PRINTER_HANDLE, pformname : windows_sys::core::PCWSTR, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn GetJobA(hprinter : PRINTER_HANDLE, jobid : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Graphics_Gdi")] windows_targets::link!("spoolss.dll" "system" fn GetJobAttributes(pprintername : windows_sys::core::PCWSTR, pdevmode : *const super::Gdi:: DEVMODEW, pattributeinfo : *mut ATTRIBUTE_INFO_3) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Graphics_Gdi")] windows_targets::link!("spoolss.dll" "system" fn GetJobAttributesEx(pprintername : windows_sys::core::PCWSTR, pdevmode : *const super::Gdi:: DEVMODEW, dwlevel : u32, pattributeinfo : *mut u8, nsize : u32, dwflags : u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn GetJobNamedPropertyValue(hprinter : super::super::Foundation:: HANDLE, jobid : u32, pszname : windows_sys::core::PCWSTR, pvalue : *mut PrintPropertyValue) -> u32); -windows_targets::link!("winspool.drv" "system" fn GetJobW(hprinter : super::super::Foundation:: HANDLE, jobid : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn GetJobNamedPropertyValue(hprinter : PRINTER_HANDLE, jobid : u32, pszname : windows_sys::core::PCWSTR, pvalue : *mut PrintPropertyValue) -> u32); +windows_targets::link!("winspool.drv" "system" fn GetJobW(hprinter : PRINTER_HANDLE, jobid : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn GetPrintExecutionData(pdata : *mut PRINT_EXECUTION_DATA) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn GetPrintOutputInfo(hwnd : super::super::Foundation:: HWND, pszprinter : windows_sys::core::PCWSTR, phfile : *mut super::super::Foundation:: HANDLE, ppszoutputfile : *mut windows_sys::core::PWSTR) -> windows_sys::core::HRESULT); windows_targets::link!("winspool.drv" "system" fn GetPrintProcessorDirectoryA(pname : windows_sys::core::PCSTR, penvironment : windows_sys::core::PCSTR, level : u32, pprintprocessorinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn GetPrintProcessorDirectoryW(pname : windows_sys::core::PCWSTR, penvironment : windows_sys::core::PCWSTR, level : u32, pprintprocessorinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn GetPrinterA(hprinter : super::super::Foundation:: HANDLE, level : u32, pprinter : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn GetPrinterDataA(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_sys::core::PCSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn GetPrinterDataExA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCSTR, pvaluename : windows_sys::core::PCSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn GetPrinterDataExW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCWSTR, pvaluename : windows_sys::core::PCWSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn GetPrinterDataW(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_sys::core::PCWSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn GetPrinterDriver2A(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, penvironment : windows_sys::core::PCSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn GetPrinterDriver2W(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, penvironment : windows_sys::core::PCWSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverA(hprinter : super::super::Foundation:: HANDLE, penvironment : windows_sys::core::PCSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn GetPrinterA(hprinter : PRINTER_HANDLE, level : u32, pprinter : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn GetPrinterDataA(hprinter : PRINTER_HANDLE, pvaluename : windows_sys::core::PCSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn GetPrinterDataExA(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCSTR, pvaluename : windows_sys::core::PCSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn GetPrinterDataExW(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCWSTR, pvaluename : windows_sys::core::PCWSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn GetPrinterDataW(hprinter : PRINTER_HANDLE, pvaluename : windows_sys::core::PCWSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn GetPrinterDriver2A(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, penvironment : windows_sys::core::PCSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn GetPrinterDriver2W(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, penvironment : windows_sys::core::PCWSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverA(hprinter : PRINTER_HANDLE, penvironment : windows_sys::core::PCSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverDirectoryA(pname : windows_sys::core::PCSTR, penvironment : windows_sys::core::PCSTR, level : u32, pdriverdirectory : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverDirectoryW(pname : windows_sys::core::PCWSTR, penvironment : windows_sys::core::PCWSTR, level : u32, pdriverdirectory : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverPackagePathA(pszserver : windows_sys::core::PCSTR, pszenvironment : windows_sys::core::PCSTR, pszlanguage : windows_sys::core::PCSTR, pszpackageid : windows_sys::core::PCSTR, pszdriverpackagecab : windows_sys::core::PSTR, cchdriverpackagecab : u32, pcchrequiredsize : *mut u32) -> windows_sys::core::HRESULT); windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverPackagePathW(pszserver : windows_sys::core::PCWSTR, pszenvironment : windows_sys::core::PCWSTR, pszlanguage : windows_sys::core::PCWSTR, pszpackageid : windows_sys::core::PCWSTR, pszdriverpackagecab : windows_sys::core::PWSTR, cchdriverpackagecab : u32, pcchrequiredsize : *mut u32) -> windows_sys::core::HRESULT); -windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverW(hprinter : super::super::Foundation:: HANDLE, penvironment : windows_sys::core::PCWSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn GetPrinterW(hprinter : super::super::Foundation:: HANDLE, level : u32, pprinter : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn GetSpoolFileHandle(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: HANDLE); +windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverW(hprinter : PRINTER_HANDLE, penvironment : windows_sys::core::PCWSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn GetPrinterW(hprinter : PRINTER_HANDLE, level : u32, pprinter : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn GetSpoolFileHandle(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: HANDLE); windows_targets::link!("spoolss.dll" "system" fn ImpersonatePrinterClient(htoken : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn InstallPrinterDriverFromPackageA(pszserver : windows_sys::core::PCSTR, pszinfpath : windows_sys::core::PCSTR, pszdrivername : windows_sys::core::PCSTR, pszenvironment : windows_sys::core::PCSTR, dwflags : u32) -> windows_sys::core::HRESULT); windows_targets::link!("winspool.drv" "system" fn InstallPrinterDriverFromPackageW(pszserver : windows_sys::core::PCWSTR, pszinfpath : windows_sys::core::PCWSTR, pszdrivername : windows_sys::core::PCWSTR, pszenvironment : windows_sys::core::PCWSTR, dwflags : u32) -> windows_sys::core::HRESULT); @@ -171,30 +171,30 @@ windows_targets::link!("winspool.drv" "system" fn IsValidDevmodeA(pdevmode : *co #[cfg(feature = "Win32_Graphics_Gdi")] windows_targets::link!("winspool.drv" "system" fn IsValidDevmodeW(pdevmode : *const super::Gdi:: DEVMODEW, devmodesize : usize) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn OpenPrinter2A(pprintername : windows_sys::core::PCSTR, phprinter : *mut super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSA, poptions : *const PRINTER_OPTIONSA) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn OpenPrinter2A(pprintername : windows_sys::core::PCSTR, phprinter : *mut PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSA, poptions : *const PRINTER_OPTIONSA) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn OpenPrinter2W(pprintername : windows_sys::core::PCWSTR, phprinter : *mut super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSW, poptions : *const PRINTER_OPTIONSW) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn OpenPrinter2W(pprintername : windows_sys::core::PCWSTR, phprinter : *mut PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSW, poptions : *const PRINTER_OPTIONSW) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn OpenPrinterA(pprintername : windows_sys::core::PCSTR, phprinter : *mut super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSA) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn OpenPrinterA(pprintername : windows_sys::core::PCSTR, phprinter : *mut PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSA) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn OpenPrinterW(pprintername : windows_sys::core::PCWSTR, phprinter : *mut super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSW) -> super::super::Foundation:: BOOL); -windows_targets::link!("spoolss.dll" "system" fn PartialReplyPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, pdatasrc : *const PRINTER_NOTIFY_INFO_DATA) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn OpenPrinterW(pprintername : windows_sys::core::PCWSTR, phprinter : *mut PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSW) -> super::super::Foundation:: BOOL); +windows_targets::link!("spoolss.dll" "system" fn PartialReplyPrinterChangeNotification(hprinter : PRINTER_HANDLE, pdatasrc : *const PRINTER_NOTIFY_INFO_DATA) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn PlayGdiScriptOnPrinterIC(hprinteric : super::super::Foundation:: HANDLE, pin : *const u8, cin : u32, pout : *mut u8, cout : u32, ul : u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn PrinterMessageBoxA(hprinter : super::super::Foundation:: HANDLE, error : u32, hwnd : super::super::Foundation:: HWND, ptext : windows_sys::core::PCSTR, pcaption : windows_sys::core::PCSTR, dwtype : u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn PrinterMessageBoxW(hprinter : super::super::Foundation:: HANDLE, error : u32, hwnd : super::super::Foundation:: HWND, ptext : windows_sys::core::PCWSTR, pcaption : windows_sys::core::PCWSTR, dwtype : u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn PrinterProperties(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("spoolss.dll" "system" fn ProvidorFindClosePrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("spoolss.dll" "system" fn ProvidorFindFirstPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, fdwflags : u32, fdwoptions : u32, hnotify : super::super::Foundation:: HANDLE, pprinternotifyoptions : *const core::ffi::c_void, pvreserved1 : *mut core::ffi::c_void) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn ReadPrinter(hprinter : super::super::Foundation:: HANDLE, pbuf : *mut core::ffi::c_void, cbbuf : u32, pnobytesread : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn PrinterMessageBoxA(hprinter : PRINTER_HANDLE, error : u32, hwnd : super::super::Foundation:: HWND, ptext : windows_sys::core::PCSTR, pcaption : windows_sys::core::PCSTR, dwtype : u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn PrinterMessageBoxW(hprinter : PRINTER_HANDLE, error : u32, hwnd : super::super::Foundation:: HWND, ptext : windows_sys::core::PCWSTR, pcaption : windows_sys::core::PCWSTR, dwtype : u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn PrinterProperties(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("spoolss.dll" "system" fn ProvidorFindClosePrinterChangeNotification(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("spoolss.dll" "system" fn ProvidorFindFirstPrinterChangeNotification(hprinter : PRINTER_HANDLE, fdwflags : u32, fdwoptions : u32, hnotify : super::super::Foundation:: HANDLE, pprinternotifyoptions : *const core::ffi::c_void, pvreserved1 : *mut core::ffi::c_void) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn ReadPrinter(hprinter : PRINTER_HANDLE, pbuf : *mut core::ffi::c_void, cbbuf : u32, pnobytesread : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn RegisterForPrintAsyncNotifications(pszname : windows_sys::core::PCWSTR, pnotificationtype : *const windows_sys::core::GUID, euserfilter : PrintAsyncNotifyUserFilter, econversationstyle : PrintAsyncNotifyConversationStyle, pcallback : * mut core::ffi::c_void, phnotify : *mut super::super::Foundation:: HANDLE) -> windows_sys::core::HRESULT); windows_targets::link!("spoolss.dll" "system" fn RemovePrintDeviceObject(hdeviceobject : super::super::Foundation:: HANDLE) -> windows_sys::core::HRESULT); -windows_targets::link!("spoolss.dll" "system" fn ReplyPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, fdwchangeflags : u32, pdwresult : *mut u32, pprinternotifyinfo : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); +windows_targets::link!("spoolss.dll" "system" fn ReplyPrinterChangeNotification(hprinter : PRINTER_HANDLE, fdwchangeflags : u32, pdwresult : *mut u32, pprinternotifyinfo : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); windows_targets::link!("spoolss.dll" "system" fn ReplyPrinterChangeNotificationEx(hnotify : super::super::Foundation:: HANDLE, dwcolor : u32, fdwflags : u32, pdwresult : *mut u32, pprinternotifyinfo : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn ReportJobProcessingProgress(printerhandle : super::super::Foundation:: HANDLE, jobid : u32, joboperation : EPrintXPSJobOperation, jobprogress : EPrintXPSJobProgress) -> windows_sys::core::HRESULT); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn ResetPrinterA(hprinter : super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSA) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn ResetPrinterA(hprinter : PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSA) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Graphics_Gdi")] -windows_targets::link!("winspool.drv" "system" fn ResetPrinterW(hprinter : super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSW) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn ResetPrinterW(hprinter : PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSW) -> super::super::Foundation:: BOOL); windows_targets::link!("spoolss.dll" "system" fn RevertToPrinterSelf() -> super::super::Foundation:: HANDLE); windows_targets::link!("spoolss.dll" "system" fn RouterAllocBidiMem(numbytes : usize) -> *mut core::ffi::c_void); windows_targets::link!("spoolss.dll" "system" fn RouterAllocBidiResponseContainer(count : u32) -> *mut BIDI_RESPONSE_CONTAINER); @@ -202,40 +202,40 @@ windows_targets::link!("spoolss.dll" "system" fn RouterAllocPrinterNotifyInfo(cp windows_targets::link!("spoolss.dll" "system" fn RouterFreeBidiMem(pmempointer : *const core::ffi::c_void)); windows_targets::link!("winspool.drv" "system" fn RouterFreeBidiResponseContainer(pdata : *const BIDI_RESPONSE_CONTAINER) -> u32); windows_targets::link!("spoolss.dll" "system" fn RouterFreePrinterNotifyInfo(pinfo : *const PRINTER_NOTIFY_INFO) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn ScheduleJob(hprinter : super::super::Foundation:: HANDLE, jobid : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn ScheduleJob(hprinter : PRINTER_HANDLE, jobid : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("compstui.dll" "system" fn SetCPSUIUserData(hdlg : super::super::Foundation:: HWND, cpsuiuserdata : usize) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn SetDefaultPrinterA(pszprinter : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn SetDefaultPrinterW(pszprinter : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn SetFormA(hprinter : super::super::Foundation:: HANDLE, pformname : windows_sys::core::PCSTR, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn SetFormW(hprinter : super::super::Foundation:: HANDLE, pformname : windows_sys::core::PCWSTR, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn SetJobA(hprinter : super::super::Foundation:: HANDLE, jobid : u32, level : u32, pjob : *const u8, command : u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn SetJobNamedProperty(hprinter : super::super::Foundation:: HANDLE, jobid : u32, pproperty : *const PrintNamedProperty) -> u32); -windows_targets::link!("winspool.drv" "system" fn SetJobW(hprinter : super::super::Foundation:: HANDLE, jobid : u32, level : u32, pjob : *const u8, command : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn SetFormA(hprinter : PRINTER_HANDLE, pformname : windows_sys::core::PCSTR, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn SetFormW(hprinter : PRINTER_HANDLE, pformname : windows_sys::core::PCWSTR, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn SetJobA(hprinter : PRINTER_HANDLE, jobid : u32, level : u32, pjob : *const u8, command : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn SetJobNamedProperty(hprinter : PRINTER_HANDLE, jobid : u32, pproperty : *const PrintNamedProperty) -> u32); +windows_targets::link!("winspool.drv" "system" fn SetJobW(hprinter : PRINTER_HANDLE, jobid : u32, level : u32, pjob : *const u8, command : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn SetPortA(pname : windows_sys::core::PCSTR, pportname : windows_sys::core::PCSTR, dwlevel : u32, pportinfo : *const u8) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn SetPortW(pname : windows_sys::core::PCWSTR, pportname : windows_sys::core::PCWSTR, dwlevel : u32, pportinfo : *const u8) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn SetPrinterA(hprinter : super::super::Foundation:: HANDLE, level : u32, pprinter : *const u8, command : u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn SetPrinterDataA(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_sys::core::PCSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn SetPrinterDataExA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCSTR, pvaluename : windows_sys::core::PCSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn SetPrinterDataExW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_sys::core::PCWSTR, pvaluename : windows_sys::core::PCWSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn SetPrinterDataW(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_sys::core::PCWSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn SetPrinterW(hprinter : super::super::Foundation:: HANDLE, level : u32, pprinter : *const u8, command : u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("spoolss.dll" "system" fn SplIsSessionZero(hprinter : super::super::Foundation:: HANDLE, jobid : u32, pissessionzero : *mut super::super::Foundation:: BOOL) -> u32); -windows_targets::link!("spoolss.dll" "system" fn SplPromptUIInUsersSession(hprinter : super::super::Foundation:: HANDLE, jobid : u32, puiparams : *const SHOWUIPARAMS, presponse : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn SetPrinterA(hprinter : PRINTER_HANDLE, level : u32, pprinter : *const u8, command : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn SetPrinterDataA(hprinter : PRINTER_HANDLE, pvaluename : windows_sys::core::PCSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn SetPrinterDataExA(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCSTR, pvaluename : windows_sys::core::PCSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn SetPrinterDataExW(hprinter : PRINTER_HANDLE, pkeyname : windows_sys::core::PCWSTR, pvaluename : windows_sys::core::PCWSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn SetPrinterDataW(hprinter : PRINTER_HANDLE, pvaluename : windows_sys::core::PCWSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn SetPrinterW(hprinter : PRINTER_HANDLE, level : u32, pprinter : *const u8, command : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("spoolss.dll" "system" fn SplIsSessionZero(hprinter : PRINTER_HANDLE, jobid : u32, pissessionzero : *mut super::super::Foundation:: BOOL) -> u32); +windows_targets::link!("spoolss.dll" "system" fn SplPromptUIInUsersSession(hprinter : PRINTER_HANDLE, jobid : u32, puiparams : *const SHOWUIPARAMS, presponse : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("mscms.dll" "system" fn SpoolerCopyFileEvent(pszprintername : windows_sys::core::PCWSTR, pszkey : windows_sys::core::PCWSTR, dwcopyfileevent : u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("spoolss.dll" "system" fn SpoolerFindClosePrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("spoolss.dll" "system" fn SpoolerFindFirstPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, fdwfilterflags : u32, fdwoptions : u32, pprinternotifyoptions : *const core::ffi::c_void, pvreserved : *const core::ffi::c_void, pnotificationconfig : *const core::ffi::c_void, phnotify : *mut super::super::Foundation:: HANDLE, phevent : *mut super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); -windows_targets::link!("spoolss.dll" "system" fn SpoolerFindNextPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, pfdwchange : *mut u32, pprinternotifyoptions : *const core::ffi::c_void, ppprinternotifyinfo : *mut *mut core::ffi::c_void) -> super::super::Foundation:: BOOL); +windows_targets::link!("spoolss.dll" "system" fn SpoolerFindClosePrinterChangeNotification(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("spoolss.dll" "system" fn SpoolerFindFirstPrinterChangeNotification(hprinter : PRINTER_HANDLE, fdwfilterflags : u32, fdwoptions : u32, pprinternotifyoptions : *const core::ffi::c_void, pvreserved : *const core::ffi::c_void, pnotificationconfig : *const core::ffi::c_void, phnotify : *mut super::super::Foundation:: HANDLE, phevent : *mut super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("spoolss.dll" "system" fn SpoolerFindNextPrinterChangeNotification(hprinter : PRINTER_HANDLE, pfdwchange : *mut u32, pprinternotifyoptions : *const core::ffi::c_void, ppprinternotifyinfo : *mut *mut core::ffi::c_void) -> super::super::Foundation:: BOOL); windows_targets::link!("spoolss.dll" "system" fn SpoolerFreePrinterNotifyInfo(pinfo : *const PRINTER_NOTIFY_INFO)); -windows_targets::link!("spoolss.dll" "system" fn SpoolerRefreshPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, dwcolor : u32, poptions : *const PRINTER_NOTIFY_OPTIONS, ppinfo : *mut *mut PRINTER_NOTIFY_INFO) -> super::super::Foundation:: BOOL); -windows_targets::link!("winspool.drv" "system" fn StartDocPrinterA(hprinter : super::super::Foundation:: HANDLE, level : u32, pdocinfo : *const DOC_INFO_1A) -> u32); -windows_targets::link!("winspool.drv" "system" fn StartDocPrinterW(hprinter : super::super::Foundation:: HANDLE, level : u32, pdocinfo : *const DOC_INFO_1W) -> u32); -windows_targets::link!("winspool.drv" "system" fn StartPagePrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("spoolss.dll" "system" fn SpoolerRefreshPrinterChangeNotification(hprinter : PRINTER_HANDLE, dwcolor : u32, poptions : *const PRINTER_NOTIFY_OPTIONS, ppinfo : *mut *mut PRINTER_NOTIFY_INFO) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn StartDocPrinterA(hprinter : PRINTER_HANDLE, level : u32, pdocinfo : *const DOC_INFO_1A) -> u32); +windows_targets::link!("winspool.drv" "system" fn StartDocPrinterW(hprinter : PRINTER_HANDLE, level : u32, pdocinfo : *const DOC_INFO_1W) -> u32); +windows_targets::link!("winspool.drv" "system" fn StartPagePrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn UnRegisterForPrintAsyncNotifications(param0 : super::super::Foundation:: HANDLE) -> windows_sys::core::HRESULT); -windows_targets::link!("spoolss.dll" "system" fn UpdatePrintDeviceObject(hprinter : super::super::Foundation:: HANDLE, hdeviceobject : super::super::Foundation:: HANDLE) -> windows_sys::core::HRESULT); +windows_targets::link!("spoolss.dll" "system" fn UpdatePrintDeviceObject(hprinter : PRINTER_HANDLE, hdeviceobject : super::super::Foundation:: HANDLE) -> windows_sys::core::HRESULT); windows_targets::link!("winspool.drv" "system" fn UploadPrinterDriverPackageA(pszserver : windows_sys::core::PCSTR, pszinfpath : windows_sys::core::PCSTR, pszenvironment : windows_sys::core::PCSTR, dwflags : u32, hwnd : super::super::Foundation:: HWND, pszdestinfpath : windows_sys::core::PSTR, pcchdestinfpath : *mut u32) -> windows_sys::core::HRESULT); windows_targets::link!("winspool.drv" "system" fn UploadPrinterDriverPackageW(pszserver : windows_sys::core::PCWSTR, pszinfpath : windows_sys::core::PCWSTR, pszenvironment : windows_sys::core::PCWSTR, dwflags : u32, hwnd : super::super::Foundation:: HWND, pszdestinfpath : windows_sys::core::PWSTR, pcchdestinfpath : *mut u32) -> windows_sys::core::HRESULT); -windows_targets::link!("winspool.drv" "system" fn WaitForPrinterChange(hprinter : super::super::Foundation:: HANDLE, flags : u32) -> u32); -windows_targets::link!("winspool.drv" "system" fn WritePrinter(hprinter : super::super::Foundation:: HANDLE, pbuf : *const core::ffi::c_void, cbbuf : u32, pcwritten : *mut u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("winspool.drv" "system" fn WaitForPrinterChange(hprinter : PRINTER_HANDLE, flags : u32) -> u32); +windows_targets::link!("winspool.drv" "system" fn WritePrinter(hprinter : PRINTER_HANDLE, pbuf : *const core::ffi::c_void, cbbuf : u32, pcwritten : *mut u32) -> super::super::Foundation:: BOOL); windows_targets::link!("winspool.drv" "system" fn XcvDataW(hxcv : super::super::Foundation:: HANDLE, pszdataname : windows_sys::core::PCWSTR, pinputdata : *const u8, cbinputdata : u32, poutputdata : *mut u8, cboutputdata : u32, pcboutputneeded : *mut u32, pdwstatus : *mut u32) -> super::super::Foundation:: BOOL); pub const ALREADY_REGISTERED: PrintAsyncNotifyError = 15i32; pub const ALREADY_UNREGISTERED: PrintAsyncNotifyError = 14i32; @@ -3314,6 +3314,11 @@ pub struct PRINTER_EVENT_ATTRIBUTES_INFO { } #[repr(C)] #[derive(Clone, Copy)] +pub struct PRINTER_HANDLE { + pub Value: *mut core::ffi::c_void, +} +#[repr(C)] +#[derive(Clone, Copy)] pub struct PRINTER_INFO_1A { pub Flags: u32, pub pDescription: windows_sys::core::PSTR, diff --git a/crates/libs/sys/src/Windows/Win32/Media/Audio/mod.rs b/crates/libs/sys/src/Windows/Win32/Media/Audio/mod.rs index 3f03b834fa..c91116f411 100644 --- a/crates/libs/sys/src/Windows/Win32/Media/Audio/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Media/Audio/mod.rs @@ -632,38 +632,22 @@ pub const MOD_WAVETABLE: u32 = 6u32; pub const Microphone: EndpointFormFactor = 4i32; pub const Muted: AudioStateMonitorSoundLevel = 0i32; pub const Out: DataFlow = 1i32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpointLogo_IconEffects: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf1ab780d_2010_4ed3_a3a6_8b87f0f0c476), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpointLogo_IconPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf1ab780d_2010_4ed3_a3a6_8b87f0f0c476), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpointSettings_LaunchContract: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x14242002_0320_4de4_9555_a7d82b73c286), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpointSettings_MenuText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x14242002_0320_4de4_9555_a7d82b73c286), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_Association: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_ControlPanelPageProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_Default_VolumeInDb: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_Disable_SysFx: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_FormFactor: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_FullRangeSpeakers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_GUID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_JackSubType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_PhysicalSpeakers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_Supports_EventDriven_Mode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEngine_DeviceFormat: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf19f064d_082c_4e27_bc73_6882a1bb8e4c), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEngine_OEMFormat: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4870e26_3cc5_4cd2_ba46_ca0a9a70ed04), pid: 3 }; +pub const PKEY_AudioEndpointLogo_IconEffects: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf1ab780d_2010_4ed3_a3a6_8b87f0f0c476), pid: 0 }; +pub const PKEY_AudioEndpointLogo_IconPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf1ab780d_2010_4ed3_a3a6_8b87f0f0c476), pid: 1 }; +pub const PKEY_AudioEndpointSettings_LaunchContract: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x14242002_0320_4de4_9555_a7d82b73c286), pid: 1 }; +pub const PKEY_AudioEndpointSettings_MenuText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x14242002_0320_4de4_9555_a7d82b73c286), pid: 0 }; +pub const PKEY_AudioEndpoint_Association: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 2 }; +pub const PKEY_AudioEndpoint_ControlPanelPageProvider: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 1 }; +pub const PKEY_AudioEndpoint_Default_VolumeInDb: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 9 }; +pub const PKEY_AudioEndpoint_Disable_SysFx: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 5 }; +pub const PKEY_AudioEndpoint_FormFactor: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 0 }; +pub const PKEY_AudioEndpoint_FullRangeSpeakers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 6 }; +pub const PKEY_AudioEndpoint_GUID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 4 }; +pub const PKEY_AudioEndpoint_JackSubType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 8 }; +pub const PKEY_AudioEndpoint_PhysicalSpeakers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 3 }; +pub const PKEY_AudioEndpoint_Supports_EventDriven_Mode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 7 }; +pub const PKEY_AudioEngine_DeviceFormat: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xf19f064d_082c_4e27_bc73_6882a1bb8e4c), pid: 0 }; +pub const PKEY_AudioEngine_OEMFormat: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_sys::core::GUID::from_u128(0xe4870e26_3cc5_4cd2_ba46_ca0a9a70ed04), pid: 3 }; pub const PROCESS_LOOPBACK_MODE_EXCLUDE_TARGET_PROCESS_TREE: PROCESS_LOOPBACK_MODE = 1i32; pub const PROCESS_LOOPBACK_MODE_INCLUDE_TARGET_PROCESS_TREE: PROCESS_LOOPBACK_MODE = 0i32; pub const RemoteNetworkDevice: EndpointFormFactor = 0i32; diff --git a/crates/libs/sys/src/Windows/Win32/Media/KernelStreaming/mod.rs b/crates/libs/sys/src/Windows/Win32/Media/KernelStreaming/mod.rs index 4e9f055e16..06f5645318 100644 --- a/crates/libs/sys/src/Windows/Win32/Media/KernelStreaming/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Media/KernelStreaming/mod.rs @@ -36,12 +36,9 @@ pub const CASCADE_FORM: KSDS3D_HRTF_FILTER_METHOD = 1i32; pub const CC_MAX_HW_DECODE_LINES: u32 = 12u32; pub const CONSTRICTOR_OPTION_DISABLE: CONSTRICTOR_OPTION = 0i32; pub const CONSTRICTOR_OPTION_MUTE: CONSTRICTOR_OPTION = 1i32; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_KsAudio_Controller_DeviceInterface_Path: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x13e004d6_b066_43bd_913b_a415cd13da87), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_KsAudio_PacketSize_Constraints: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x13e004d6_b066_43bd_913b_a415cd13da87), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_KsAudio_PacketSize_Constraints2: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x9404f781_7191_409b_8b0b_80bf6ec229ae), pid: 2 }; +pub const DEVPKEY_KsAudio_Controller_DeviceInterface_Path: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x13e004d6_b066_43bd_913b_a415cd13da87), pid: 3 }; +pub const DEVPKEY_KsAudio_PacketSize_Constraints: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x13e004d6_b066_43bd_913b_a415cd13da87), pid: 2 }; +pub const DEVPKEY_KsAudio_PacketSize_Constraints2: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x9404f781_7191_409b_8b0b_80bf6ec229ae), pid: 2 }; pub const DIRECT_FORM: KSDS3D_HRTF_FILTER_METHOD = 0i32; pub const DS3D_HRTF_VERSION_1: KSDS3D_HRTF_FILTER_VERSION = 0i32; pub const EPcxGenLocation_enum_count: EPcxGenLocation = 4i32; diff --git a/crates/libs/sys/src/Windows/Win32/Media/Streaming/mod.rs b/crates/libs/sys/src/Windows/Win32/Media/Streaming/mod.rs index da92e5a069..172b6d7934 100644 --- a/crates/libs/sys/src/Windows/Win32/Media/Streaming/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Media/Streaming/mod.rs @@ -1,29 +1,16 @@ -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_DLNACAP: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 16 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_DLNADOC: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 15 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_MaxVolume: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 19 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_PacketWakeSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 0 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SendPacketWakeSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 1 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SinkProtocolInfo: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 14 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsAudio: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsImages: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 10 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsMute: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 18 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsSearch: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 17 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsSetNextAVT: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 20 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsVideo: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_UDN: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 6 }; +pub const DEVPKEY_Device_DLNACAP: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 16 }; +pub const DEVPKEY_Device_DLNADOC: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 15 }; +pub const DEVPKEY_Device_MaxVolume: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 19 }; +pub const DEVPKEY_Device_PacketWakeSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 0 }; +pub const DEVPKEY_Device_SendPacketWakeSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 1 }; +pub const DEVPKEY_Device_SinkProtocolInfo: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 14 }; +pub const DEVPKEY_Device_SupportsAudio: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 8 }; +pub const DEVPKEY_Device_SupportsImages: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 10 }; +pub const DEVPKEY_Device_SupportsMute: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 18 }; +pub const DEVPKEY_Device_SupportsSearch: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 17 }; +pub const DEVPKEY_Device_SupportsSetNextAVT: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 20 }; +pub const DEVPKEY_Device_SupportsVideo: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 9 }; +pub const DEVPKEY_Device_UDN: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 6 }; pub const GUID_DEVINTERFACE_DMP: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x25b4e268_2a05_496e_803b_266837fbda4b); pub const GUID_DEVINTERFACE_DMR: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd0875fb4_2196_4c7a_a63d_e416addd60a1); pub const GUID_DEVINTERFACE_DMS: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc96037ae_a558_4470_b432_115a31b85553); diff --git a/crates/libs/sys/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs b/crates/libs/sys/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs index 5ede2a65e1..1395584aff 100644 --- a/crates/libs/sys/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs @@ -6,7 +6,8 @@ windows_targets::link!("iphlpapi.dll" "system" fn CancelMibChangeNotify2(notific #[cfg(feature = "Win32_NetworkManagement_Ndis")] windows_targets::link!("iphlpapi.dll" "system" fn CaptureInterfaceHardwareCrossTimestamp(interfaceluid : *const super::Ndis:: NET_LUID_LH, crosstimestamp : *mut INTERFACE_HARDWARE_CROSSTIMESTAMP) -> u32); windows_targets::link!("iphlpapi.dll" "system" fn ConvertCompartmentGuidToId(compartmentguid : *const windows_sys::core::GUID, compartmentid : *mut u32) -> super::super::Foundation:: WIN32_ERROR); -windows_targets::link!("iphlpapi.dll" "system" fn ConvertCompartmentIdToGuid(compartmentid : u32, compartmentguid : *mut windows_sys::core::GUID) -> super::super::Foundation:: WIN32_ERROR); +#[cfg(feature = "Win32_NetworkManagement_Ndis")] +windows_targets::link!("iphlpapi.dll" "system" fn ConvertCompartmentIdToGuid(compartmentid : super::Ndis:: NET_IF_COMPARTMENT_ID, compartmentguid : *mut windows_sys::core::GUID) -> super::super::Foundation:: WIN32_ERROR); #[cfg(feature = "Win32_NetworkManagement_Ndis")] windows_targets::link!("iphlpapi.dll" "system" fn ConvertInterfaceAliasToLuid(interfacealias : windows_sys::core::PCWSTR, interfaceluid : *mut super::Ndis:: NET_LUID_LH) -> super::super::Foundation:: WIN32_ERROR); #[cfg(feature = "Win32_NetworkManagement_Ndis")] @@ -88,9 +89,11 @@ windows_targets::link!("iphlpapi.dll" "system" fn GetBestInterfaceEx(pdestaddr : windows_targets::link!("iphlpapi.dll" "system" fn GetBestRoute(dwdestaddr : u32, dwsourceaddr : u32, pbestroute : *mut MIB_IPFORWARDROW) -> u32); #[cfg(all(feature = "Win32_NetworkManagement_Ndis", feature = "Win32_Networking_WinSock"))] windows_targets::link!("iphlpapi.dll" "system" fn GetBestRoute2(interfaceluid : *const super::Ndis:: NET_LUID_LH, interfaceindex : u32, sourceaddress : *const super::super::Networking::WinSock:: SOCKADDR_INET, destinationaddress : *const super::super::Networking::WinSock:: SOCKADDR_INET, addresssortoptions : u32, bestroute : *mut MIB_IPFORWARD_ROW2, bestsourceaddress : *mut super::super::Networking::WinSock:: SOCKADDR_INET) -> super::super::Foundation:: WIN32_ERROR); -windows_targets::link!("iphlpapi.dll" "system" fn GetCurrentThreadCompartmentId() -> super::super::Foundation:: WIN32_ERROR); +#[cfg(feature = "Win32_NetworkManagement_Ndis")] +windows_targets::link!("iphlpapi.dll" "system" fn GetCurrentThreadCompartmentId() -> super::Ndis:: NET_IF_COMPARTMENT_ID); windows_targets::link!("iphlpapi.dll" "system" fn GetCurrentThreadCompartmentScope(compartmentscope : *mut u32, compartmentid : *mut u32)); -windows_targets::link!("iphlpapi.dll" "system" fn GetDefaultCompartmentId() -> super::super::Foundation:: WIN32_ERROR); +#[cfg(feature = "Win32_NetworkManagement_Ndis")] +windows_targets::link!("iphlpapi.dll" "system" fn GetDefaultCompartmentId() -> super::Ndis:: NET_IF_COMPARTMENT_ID); windows_targets::link!("iphlpapi.dll" "system" fn GetDnsSettings(settings : *mut DNS_SETTINGS) -> super::super::Foundation:: WIN32_ERROR); windows_targets::link!("iphlpapi.dll" "system" fn GetExtendedTcpTable(ptcptable : *mut core::ffi::c_void, pdwsize : *mut u32, border : super::super::Foundation:: BOOL, ulaf : u32, tableclass : TCP_TABLE_CLASS, reserved : u32) -> u32); windows_targets::link!("iphlpapi.dll" "system" fn GetExtendedUdpTable(pudptable : *mut core::ffi::c_void, pdwsize : *mut u32, border : super::super::Foundation:: BOOL, ulaf : u32, tableclass : UDP_TABLE_CLASS, reserved : u32) -> u32); @@ -144,7 +147,8 @@ windows_targets::link!("iphlpapi.dll" "system" fn GetIpPathEntry(row : *mut MIB_ windows_targets::link!("iphlpapi.dll" "system" fn GetIpPathTable(family : super::super::Networking::WinSock:: ADDRESS_FAMILY, table : *mut *mut MIB_IPPATH_TABLE) -> super::super::Foundation:: WIN32_ERROR); windows_targets::link!("iphlpapi.dll" "system" fn GetIpStatistics(statistics : *mut MIB_IPSTATS_LH) -> u32); windows_targets::link!("iphlpapi.dll" "system" fn GetIpStatisticsEx(statistics : *mut MIB_IPSTATS_LH, family : u32) -> u32); -windows_targets::link!("iphlpapi.dll" "system" fn GetJobCompartmentId(jobhandle : super::super::Foundation:: HANDLE) -> u32); +#[cfg(feature = "Win32_NetworkManagement_Ndis")] +windows_targets::link!("iphlpapi.dll" "system" fn GetJobCompartmentId(jobhandle : super::super::Foundation:: HANDLE) -> super::Ndis:: NET_IF_COMPARTMENT_ID); #[cfg(all(feature = "Win32_NetworkManagement_Ndis", feature = "Win32_Networking_WinSock"))] windows_targets::link!("iphlpapi.dll" "system" fn GetMulticastIpAddressEntry(row : *mut MIB_MULTICASTIPADDRESS_ROW) -> super::super::Foundation:: WIN32_ERROR); #[cfg(all(feature = "Win32_NetworkManagement_Ndis", feature = "Win32_Networking_WinSock"))] @@ -166,7 +170,8 @@ windows_targets::link!("iphlpapi.dll" "system" fn GetPerAdapterInfo(ifindex : u3 windows_targets::link!("iphlpapi.dll" "system" fn GetPerTcp6ConnectionEStats(row : *const MIB_TCP6ROW, estatstype : TCP_ESTATS_TYPE, rw : *mut u8, rwversion : u32, rwsize : u32, ros : *mut u8, rosversion : u32, rossize : u32, rod : *mut u8, rodversion : u32, rodsize : u32) -> u32); windows_targets::link!("iphlpapi.dll" "system" fn GetPerTcpConnectionEStats(row : *const MIB_TCPROW_LH, estatstype : TCP_ESTATS_TYPE, rw : *mut u8, rwversion : u32, rwsize : u32, ros : *mut u8, rosversion : u32, rossize : u32, rod : *mut u8, rodversion : u32, rodsize : u32) -> u32); windows_targets::link!("iphlpapi.dll" "system" fn GetRTTAndHopCount(destipaddress : u32, hopcount : *mut u32, maxhops : u32, rtt : *mut u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("iphlpapi.dll" "system" fn GetSessionCompartmentId(sessionid : u32) -> super::super::Foundation:: WIN32_ERROR); +#[cfg(feature = "Win32_NetworkManagement_Ndis")] +windows_targets::link!("iphlpapi.dll" "system" fn GetSessionCompartmentId(sessionid : u32) -> super::Ndis:: NET_IF_COMPARTMENT_ID); #[cfg(feature = "Win32_Networking_WinSock")] windows_targets::link!("iphlpapi.dll" "system" fn GetTcp6Table(tcptable : *mut MIB_TCP6TABLE, sizepointer : *mut u32, order : super::super::Foundation:: BOOL) -> u32); #[cfg(feature = "Win32_Networking_WinSock")] @@ -253,7 +258,8 @@ windows_targets::link!("iphlpapi.dll" "system" fn ResolveNeighbor(networkaddress #[cfg(feature = "Win32_System_IO")] windows_targets::link!("iphlpapi.dll" "system" fn RestoreMediaSense(poverlapped : *const super::super::System::IO:: OVERLAPPED, lpdwenablecount : *mut u32) -> u32); windows_targets::link!("iphlpapi.dll" "system" fn SendARP(destip : u32, srcip : u32, pmacaddr : *mut core::ffi::c_void, phyaddrlen : *mut u32) -> u32); -windows_targets::link!("iphlpapi.dll" "system" fn SetCurrentThreadCompartmentId(compartmentid : u32) -> super::super::Foundation:: WIN32_ERROR); +#[cfg(feature = "Win32_NetworkManagement_Ndis")] +windows_targets::link!("iphlpapi.dll" "system" fn SetCurrentThreadCompartmentId(compartmentid : super::Ndis:: NET_IF_COMPARTMENT_ID) -> super::super::Foundation:: WIN32_ERROR); windows_targets::link!("iphlpapi.dll" "system" fn SetCurrentThreadCompartmentScope(compartmentscope : u32) -> super::super::Foundation:: WIN32_ERROR); windows_targets::link!("iphlpapi.dll" "system" fn SetDnsSettings(settings : *const DNS_SETTINGS) -> super::super::Foundation:: WIN32_ERROR); windows_targets::link!("iphlpapi.dll" "system" fn SetIfEntry(pifrow : *const MIB_IFROW) -> u32); @@ -270,12 +276,15 @@ windows_targets::link!("iphlpapi.dll" "system" fn SetIpNetEntry2(row : *const MI windows_targets::link!("iphlpapi.dll" "system" fn SetIpStatistics(pipstats : *const MIB_IPSTATS_LH) -> u32); windows_targets::link!("iphlpapi.dll" "system" fn SetIpStatisticsEx(statistics : *const MIB_IPSTATS_LH, family : u32) -> u32); windows_targets::link!("iphlpapi.dll" "system" fn SetIpTTL(nttl : u32) -> u32); -windows_targets::link!("iphlpapi.dll" "system" fn SetJobCompartmentId(jobhandle : super::super::Foundation:: HANDLE, compartmentid : u32) -> super::super::Foundation:: WIN32_ERROR); -windows_targets::link!("iphlpapi.dll" "system" fn SetNetworkInformation(networkguid : *const windows_sys::core::GUID, compartmentid : u32, networkname : windows_sys::core::PCWSTR) -> super::super::Foundation:: WIN32_ERROR); +#[cfg(feature = "Win32_NetworkManagement_Ndis")] +windows_targets::link!("iphlpapi.dll" "system" fn SetJobCompartmentId(jobhandle : super::super::Foundation:: HANDLE, compartmentid : super::Ndis:: NET_IF_COMPARTMENT_ID) -> super::super::Foundation:: WIN32_ERROR); +#[cfg(feature = "Win32_NetworkManagement_Ndis")] +windows_targets::link!("iphlpapi.dll" "system" fn SetNetworkInformation(networkguid : *const windows_sys::core::GUID, compartmentid : super::Ndis:: NET_IF_COMPARTMENT_ID, networkname : windows_sys::core::PCWSTR) -> super::super::Foundation:: WIN32_ERROR); #[cfg(feature = "Win32_Networking_WinSock")] windows_targets::link!("iphlpapi.dll" "system" fn SetPerTcp6ConnectionEStats(row : *const MIB_TCP6ROW, estatstype : TCP_ESTATS_TYPE, rw : *const u8, rwversion : u32, rwsize : u32, offset : u32) -> u32); windows_targets::link!("iphlpapi.dll" "system" fn SetPerTcpConnectionEStats(row : *const MIB_TCPROW_LH, estatstype : TCP_ESTATS_TYPE, rw : *const u8, rwversion : u32, rwsize : u32, offset : u32) -> u32); -windows_targets::link!("iphlpapi.dll" "system" fn SetSessionCompartmentId(sessionid : u32, compartmentid : u32) -> super::super::Foundation:: WIN32_ERROR); +#[cfg(feature = "Win32_NetworkManagement_Ndis")] +windows_targets::link!("iphlpapi.dll" "system" fn SetSessionCompartmentId(sessionid : u32, compartmentid : super::Ndis:: NET_IF_COMPARTMENT_ID) -> super::super::Foundation:: WIN32_ERROR); windows_targets::link!("iphlpapi.dll" "system" fn SetTcpEntry(ptcprow : *const MIB_TCPROW_LH) -> u32); #[cfg(all(feature = "Win32_NetworkManagement_Ndis", feature = "Win32_Networking_WinSock"))] windows_targets::link!("iphlpapi.dll" "system" fn SetUnicastIpAddressEntry(row : *const MIB_UNICASTIPADDRESS_ROW) -> super::super::Foundation:: WIN32_ERROR); @@ -1140,7 +1149,7 @@ pub struct IP_ADAPTER_ADDRESSES_LH { pub Ipv6Metric: u32, pub Luid: super::Ndis::NET_LUID_LH, pub Dhcpv4Server: super::super::Networking::WinSock::SOCKET_ADDRESS, - pub CompartmentId: u32, + pub CompartmentId: super::Ndis::NET_IF_COMPARTMENT_ID, pub NetworkGuid: windows_sys::core::GUID, pub ConnectionType: super::Ndis::NET_IF_CONNECTION_TYPE, pub TunnelType: super::Ndis::TUNNEL_TYPE, diff --git a/crates/libs/sys/src/Windows/Win32/NetworkManagement/Ndis/mod.rs b/crates/libs/sys/src/Windows/Win32/NetworkManagement/Ndis/mod.rs index 36984a546a..9933652eb0 100644 --- a/crates/libs/sys/src/Windows/Win32/NetworkManagement/Ndis/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/NetworkManagement/Ndis/mod.rs @@ -1070,6 +1070,8 @@ pub const NET_IF_ACCESS_POINT_TO_POINT: NET_IF_ACCESS_TYPE = 3i32; pub const NET_IF_ADMIN_STATUS_DOWN: NET_IF_ADMIN_STATUS = 2i32; pub const NET_IF_ADMIN_STATUS_TESTING: NET_IF_ADMIN_STATUS = 3i32; pub const NET_IF_ADMIN_STATUS_UP: NET_IF_ADMIN_STATUS = 1i32; +pub const NET_IF_COMPARTMENT_ID_PRIMARY: u32 = 1u32; +pub const NET_IF_COMPARTMENT_ID_UNSPECIFIED: u32 = 0u32; pub const NET_IF_CONNECTION_DEDICATED: NET_IF_CONNECTION_TYPE = 1i32; pub const NET_IF_CONNECTION_DEMAND: NET_IF_CONNECTION_TYPE = 3i32; pub const NET_IF_CONNECTION_MAXIMUM: NET_IF_CONNECTION_TYPE = 4i32; @@ -2506,7 +2508,7 @@ pub struct NDIS_INTERFACE_INFORMATION { pub ifHCOutUcastOctets: u64, pub ifHCOutMulticastOctets: u64, pub ifHCOutBroadcastOctets: u64, - pub CompartmentId: u32, + pub CompartmentId: NET_IF_COMPARTMENT_ID, pub SupportedStatistics: u32, } #[repr(C)] @@ -3222,6 +3224,7 @@ pub struct NET_IF_ALIAS_LH { pub ifAliasLength: u16, pub ifAliasOffset: u16, } +pub type NET_IF_COMPARTMENT_ID = u32; #[repr(C)] #[derive(Clone, Copy)] pub struct NET_IF_RCV_ADDRESS_LH { diff --git a/crates/libs/sys/src/Windows/Win32/NetworkManagement/Rras/mod.rs b/crates/libs/sys/src/Windows/Win32/NetworkManagement/Rras/mod.rs index f8f04fa7fa..1d3ea29c6c 100644 --- a/crates/libs/sys/src/Windows/Win32/NetworkManagement/Rras/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/NetworkManagement/Rras/mod.rs @@ -3183,7 +3183,7 @@ pub type PMPRADMINACCEPTREAUTHENTICATIONEX = Option super::super::Foundation::BOOL>; pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION = Option; pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION2 = Option; -pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION3 = Option; +pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION3 = Option; pub type PMPRADMINCONNECTIONHANGUPNOTIFICATIONEX = Option; pub type PMPRADMINGETIPADDRESSFORUSER = Option u32>; #[cfg(feature = "Win32_Networking_WinSock")] diff --git a/crates/libs/sys/src/Windows/Win32/NetworkManagement/WiFi/mod.rs b/crates/libs/sys/src/Windows/Win32/NetworkManagement/WiFi/mod.rs index 7a37b7f13c..3ef32f2aaf 100644 --- a/crates/libs/sys/src/Windows/Win32/NetworkManagement/WiFi/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/NetworkManagement/WiFi/mod.rs @@ -62,208 +62,107 @@ windows_targets::link!("wlanapi.dll" "system" fn WlanSetProfilePosition(hclienth windows_targets::link!("wlanapi.dll" "system" fn WlanSetPsdIEDataList(hclienthandle : super::super::Foundation:: HANDLE, strformat : windows_sys::core::PCWSTR, ppsdiedatalist : *const WLAN_RAW_DATA_LIST, preserved : *const core::ffi::c_void) -> u32); windows_targets::link!("wlanapi.dll" "system" fn WlanSetSecuritySettings(hclienthandle : super::super::Foundation:: HANDLE, securableobject : WLAN_SECURABLE_OBJECT, strmodifiedsddl : windows_sys::core::PCWSTR) -> u32); windows_targets::link!("wlanui.dll" "system" fn WlanUIEditProfile(dwclientversion : u32, wstrprofilename : windows_sys::core::PCWSTR, pinterfaceguid : *const windows_sys::core::GUID, hwnd : super::super::Foundation:: HWND, wlstartpage : WL_DISPLAY_PAGES, preserved : *const core::ffi::c_void, pwlanreasoncode : *mut u32) -> u32); -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_AccessPointBssid: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 19 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_ChallengeAep: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 21 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_DevnodeAep: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 23 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_HostName_ResolutionMode: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 25 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_PinSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 29 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_RtspTcpConnectionParametersSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 30 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_SinkHostName: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 20 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_SinkIpAddress: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 26 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_StreamSecuritySupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 18 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_Supported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 17 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AERCapabilityPresent: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 17 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AcsCapabilityRegister: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 32 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AcsCompatibleUpHierarchy: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 31 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AcsSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 29 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AriSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 30 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AtomicsSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 35 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AtsSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 33 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_BarTypes: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 16 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_BaseClass: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Correctable_Error_Mask: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 21 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_CurrentLinkSpeed: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_CurrentLinkWidth: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 10 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_CurrentPayloadSize: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_CurrentSpeedAndMode: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_D3ColdSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 38 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_DeviceType: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 1 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_ECRC_Errors: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 22 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Error_Reporting: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 23 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_ExpressSpecVersion: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 13 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_FirmwareErrorHandling: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 18 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_InterruptMessageMaximum: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 15 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_InterruptSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 14 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Label_Id: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 27 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Label_String: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 28 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_MaxLinkSpeed: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 11 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_MaxLinkWidth: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 12 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_MaxPayloadSize: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_MaxReadRequestSize: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_OnPostPath: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 37 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_ParentSerialNumber: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 45 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_ProgIf: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_RequiresReservedMemoryRegion: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 34 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_RootError_Reporting: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 24 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_S0WakeupSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 25 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_SerialNumber: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 40 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_SriovSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 26 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_SubClass: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_SupportedLinkSubState: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 36 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Uncorrectable_Error_Mask: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 19 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Uncorrectable_Error_Severity: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 20 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_UsbComponentRelation: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 43 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_UsbDvsecPortSpecificAttributes: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 42 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_UsbDvsecPortType: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 41 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_UsbHostRouterName: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 44 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_ASPMSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_ClockPowerManagementSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_CurrentSpeedAndMode: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_DeviceIDMessagingCapable: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_ExtendedConfigAvailable: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_ExtendedPCIConfigOpRegionSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_MSISupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 11 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_NativePciExpressControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 17 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_PCIExpressAERControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 15 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_PCIExpressCapabilityControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 16 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_PCIExpressNativeHotPlugControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 12 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_PCIExpressNativePMEControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 14 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_PCISegmentGroupsSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 10 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_SHPCNativeHotPlugControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 13 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_SecondaryBusWidth: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_SecondaryInterface: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 1 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_SupportedSpeedsAndModes: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_SystemMsiSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 18 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_AdvertisementId: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_RequestServiceInformation: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_ServiceAddress: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_ServiceConfigMethods: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_ServiceInformation: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_ServiceName: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_DeviceAddress: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 1 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_DeviceAddressCopy: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 13 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_FoundWsbService: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 24 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_GroupId: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_InformationElements: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 12 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_InterfaceAddress: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_InterfaceGuid: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsConnected: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsDMGCapable: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 22 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsLegacyDevice: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsMiracastLCPSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsRecentlyAssociated: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 14 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsVisible: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_LinkQuality: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 28 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_MiracastVersion: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_Miracast_SessionMgmtControlPort: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 31 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_NoMiracastAutoProject: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 16 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_RtspTcpConnectionParametersSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 32 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_Service_Aeps: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 15 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_Services: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 10 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_SupportedChannelList: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 11 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_TransientAssociation: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 27 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFi_InterfaceGuid: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1167eb_cbfc_4341_a568_a7c91a68982c), pid: 2 }; +pub const DEVPKEY_InfraCast_AccessPointBssid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 19 }; +pub const DEVPKEY_InfraCast_ChallengeAep: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 21 }; +pub const DEVPKEY_InfraCast_DevnodeAep: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 23 }; +pub const DEVPKEY_InfraCast_HostName_ResolutionMode: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 25 }; +pub const DEVPKEY_InfraCast_PinSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 29 }; +pub const DEVPKEY_InfraCast_RtspTcpConnectionParametersSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 30 }; +pub const DEVPKEY_InfraCast_SinkHostName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 20 }; +pub const DEVPKEY_InfraCast_SinkIpAddress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 26 }; +pub const DEVPKEY_InfraCast_StreamSecuritySupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 18 }; +pub const DEVPKEY_InfraCast_Supported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 17 }; +pub const DEVPKEY_PciDevice_AERCapabilityPresent: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 17 }; +pub const DEVPKEY_PciDevice_AcsCapabilityRegister: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 32 }; +pub const DEVPKEY_PciDevice_AcsCompatibleUpHierarchy: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 31 }; +pub const DEVPKEY_PciDevice_AcsSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 29 }; +pub const DEVPKEY_PciDevice_AriSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 30 }; +pub const DEVPKEY_PciDevice_AtomicsSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 35 }; +pub const DEVPKEY_PciDevice_AtsSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 33 }; +pub const DEVPKEY_PciDevice_BarTypes: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 16 }; +pub const DEVPKEY_PciDevice_BaseClass: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 3 }; +pub const DEVPKEY_PciDevice_Correctable_Error_Mask: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 21 }; +pub const DEVPKEY_PciDevice_CurrentLinkSpeed: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 9 }; +pub const DEVPKEY_PciDevice_CurrentLinkWidth: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 10 }; +pub const DEVPKEY_PciDevice_CurrentPayloadSize: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 6 }; +pub const DEVPKEY_PciDevice_CurrentSpeedAndMode: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 2 }; +pub const DEVPKEY_PciDevice_D3ColdSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 38 }; +pub const DEVPKEY_PciDevice_DeviceType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 1 }; +pub const DEVPKEY_PciDevice_ECRC_Errors: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 22 }; +pub const DEVPKEY_PciDevice_Error_Reporting: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 23 }; +pub const DEVPKEY_PciDevice_ExpressSpecVersion: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 13 }; +pub const DEVPKEY_PciDevice_FirmwareErrorHandling: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 18 }; +pub const DEVPKEY_PciDevice_InterruptMessageMaximum: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 15 }; +pub const DEVPKEY_PciDevice_InterruptSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 14 }; +pub const DEVPKEY_PciDevice_Label_Id: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 27 }; +pub const DEVPKEY_PciDevice_Label_String: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 28 }; +pub const DEVPKEY_PciDevice_MaxLinkSpeed: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 11 }; +pub const DEVPKEY_PciDevice_MaxLinkWidth: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 12 }; +pub const DEVPKEY_PciDevice_MaxPayloadSize: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 7 }; +pub const DEVPKEY_PciDevice_MaxReadRequestSize: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 8 }; +pub const DEVPKEY_PciDevice_OnPostPath: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 37 }; +pub const DEVPKEY_PciDevice_ParentSerialNumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 45 }; +pub const DEVPKEY_PciDevice_ProgIf: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 5 }; +pub const DEVPKEY_PciDevice_RequiresReservedMemoryRegion: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 34 }; +pub const DEVPKEY_PciDevice_RootError_Reporting: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 24 }; +pub const DEVPKEY_PciDevice_S0WakeupSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 25 }; +pub const DEVPKEY_PciDevice_SerialNumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 40 }; +pub const DEVPKEY_PciDevice_SriovSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 26 }; +pub const DEVPKEY_PciDevice_SubClass: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 4 }; +pub const DEVPKEY_PciDevice_SupportedLinkSubState: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 36 }; +pub const DEVPKEY_PciDevice_Uncorrectable_Error_Mask: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 19 }; +pub const DEVPKEY_PciDevice_Uncorrectable_Error_Severity: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 20 }; +pub const DEVPKEY_PciDevice_UsbComponentRelation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 43 }; +pub const DEVPKEY_PciDevice_UsbDvsecPortSpecificAttributes: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 42 }; +pub const DEVPKEY_PciDevice_UsbDvsecPortType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 41 }; +pub const DEVPKEY_PciDevice_UsbHostRouterName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 44 }; +pub const DEVPKEY_PciRootBus_ASPMSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 8 }; +pub const DEVPKEY_PciRootBus_ClockPowerManagementSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 9 }; +pub const DEVPKEY_PciRootBus_CurrentSpeedAndMode: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 2 }; +pub const DEVPKEY_PciRootBus_DeviceIDMessagingCapable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 4 }; +pub const DEVPKEY_PciRootBus_ExtendedConfigAvailable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 6 }; +pub const DEVPKEY_PciRootBus_ExtendedPCIConfigOpRegionSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 7 }; +pub const DEVPKEY_PciRootBus_MSISupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 11 }; +pub const DEVPKEY_PciRootBus_NativePciExpressControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 17 }; +pub const DEVPKEY_PciRootBus_PCIExpressAERControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 15 }; +pub const DEVPKEY_PciRootBus_PCIExpressCapabilityControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 16 }; +pub const DEVPKEY_PciRootBus_PCIExpressNativeHotPlugControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 12 }; +pub const DEVPKEY_PciRootBus_PCIExpressNativePMEControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 14 }; +pub const DEVPKEY_PciRootBus_PCISegmentGroupsSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 10 }; +pub const DEVPKEY_PciRootBus_SHPCNativeHotPlugControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 13 }; +pub const DEVPKEY_PciRootBus_SecondaryBusWidth: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 5 }; +pub const DEVPKEY_PciRootBus_SecondaryInterface: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 1 }; +pub const DEVPKEY_PciRootBus_SupportedSpeedsAndModes: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 3 }; +pub const DEVPKEY_PciRootBus_SystemMsiSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 18 }; +pub const DEVPKEY_WiFiDirectServices_AdvertisementId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 5 }; +pub const DEVPKEY_WiFiDirectServices_RequestServiceInformation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 7 }; +pub const DEVPKEY_WiFiDirectServices_ServiceAddress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 2 }; +pub const DEVPKEY_WiFiDirectServices_ServiceConfigMethods: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 6 }; +pub const DEVPKEY_WiFiDirectServices_ServiceInformation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 4 }; +pub const DEVPKEY_WiFiDirectServices_ServiceName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 3 }; +pub const DEVPKEY_WiFiDirect_DeviceAddress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 1 }; +pub const DEVPKEY_WiFiDirect_DeviceAddressCopy: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 13 }; +pub const DEVPKEY_WiFiDirect_FoundWsbService: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 24 }; +pub const DEVPKEY_WiFiDirect_GroupId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 4 }; +pub const DEVPKEY_WiFiDirect_InformationElements: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 12 }; +pub const DEVPKEY_WiFiDirect_InterfaceAddress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 2 }; +pub const DEVPKEY_WiFiDirect_InterfaceGuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 3 }; +pub const DEVPKEY_WiFiDirect_IsConnected: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 5 }; +pub const DEVPKEY_WiFiDirect_IsDMGCapable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 22 }; +pub const DEVPKEY_WiFiDirect_IsLegacyDevice: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 7 }; +pub const DEVPKEY_WiFiDirect_IsMiracastLCPSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 9 }; +pub const DEVPKEY_WiFiDirect_IsRecentlyAssociated: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 14 }; +pub const DEVPKEY_WiFiDirect_IsVisible: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 6 }; +pub const DEVPKEY_WiFiDirect_LinkQuality: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 28 }; +pub const DEVPKEY_WiFiDirect_MiracastVersion: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 8 }; +pub const DEVPKEY_WiFiDirect_Miracast_SessionMgmtControlPort: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 31 }; +pub const DEVPKEY_WiFiDirect_NoMiracastAutoProject: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 16 }; +pub const DEVPKEY_WiFiDirect_RtspTcpConnectionParametersSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 32 }; +pub const DEVPKEY_WiFiDirect_Service_Aeps: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 15 }; +pub const DEVPKEY_WiFiDirect_Services: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 10 }; +pub const DEVPKEY_WiFiDirect_SupportedChannelList: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 11 }; +pub const DEVPKEY_WiFiDirect_TransientAssociation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 27 }; +pub const DEVPKEY_WiFi_InterfaceGuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0xef1167eb_cbfc_4341_a568_a7c91a68982c), pid: 2 }; pub const DISCOVERY_FILTER_BITMASK_ANY: u32 = 15u32; pub const DISCOVERY_FILTER_BITMASK_DEVICE: u32 = 1u32; pub const DISCOVERY_FILTER_BITMASK_GO: u32 = 2u32; diff --git a/crates/libs/sys/src/Windows/Win32/Networking/WinSock/mod.rs b/crates/libs/sys/src/Windows/Win32/Networking/WinSock/mod.rs index 5235edbbb5..0937dbd5ba 100644 --- a/crates/libs/sys/src/Windows/Win32/Networking/WinSock/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Networking/WinSock/mod.rs @@ -142,7 +142,7 @@ windows_targets::link!("mswsock.dll" "system" fn WSARecvEx(s : SOCKET, buf : win #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ws2_32.dll" "system" fn WSARecvFrom(s : SOCKET, lpbuffers : *const WSABUF, dwbuffercount : u32, lpnumberofbytesrecvd : *mut u32, lpflags : *mut u32, lpfrom : *mut SOCKADDR, lpfromlen : *mut i32, lpoverlapped : *mut super::super::System::IO:: OVERLAPPED, lpcompletionroutine : LPWSAOVERLAPPED_COMPLETION_ROUTINE) -> i32); windows_targets::link!("ws2_32.dll" "system" fn WSARemoveServiceClass(lpserviceclassid : *const windows_sys::core::GUID) -> i32); -windows_targets::link!("ws2_32.dll" "system" fn WSAResetEvent(hevent : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("ws2_32.dll" "system" fn WSAResetEvent(hevent : WSAEVENT) -> super::super::Foundation:: BOOL); windows_targets::link!("fwpuclnt.dll" "system" fn WSARevertImpersonation() -> i32); #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ws2_32.dll" "system" fn WSASend(s : SOCKET, lpbuffers : *const WSABUF, dwbuffercount : u32, lpnumberofbytessent : *mut u32, dwflags : u32, lpoverlapped : *mut super::super::System::IO:: OVERLAPPED, lpcompletionroutine : LPWSAOVERLAPPED_COMPLETION_ROUTINE) -> i32); @@ -152,7 +152,7 @@ windows_targets::link!("ws2_32.dll" "system" fn WSASendMsg(handle : SOCKET, lpms #[cfg(feature = "Win32_System_IO")] windows_targets::link!("ws2_32.dll" "system" fn WSASendTo(s : SOCKET, lpbuffers : *const WSABUF, dwbuffercount : u32, lpnumberofbytessent : *mut u32, dwflags : u32, lpto : *const SOCKADDR, itolen : i32, lpoverlapped : *mut super::super::System::IO:: OVERLAPPED, lpcompletionroutine : LPWSAOVERLAPPED_COMPLETION_ROUTINE) -> i32); windows_targets::link!("ws2_32.dll" "system" fn WSASetBlockingHook(lpblockfunc : super::super::Foundation:: FARPROC) -> super::super::Foundation:: FARPROC); -windows_targets::link!("ws2_32.dll" "system" fn WSASetEvent(hevent : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); +windows_targets::link!("ws2_32.dll" "system" fn WSASetEvent(hevent : WSAEVENT) -> super::super::Foundation:: BOOL); windows_targets::link!("ws2_32.dll" "system" fn WSASetLastError(ierror : i32)); #[cfg(feature = "Win32_System_Com")] windows_targets::link!("ws2_32.dll" "system" fn WSASetServiceA(lpqsreginfo : *const WSAQUERYSETA, essoperation : WSAESETSERVICEOP, dwcontrolflags : u32) -> i32); diff --git a/crates/libs/sys/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs b/crates/libs/sys/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs index 7cd5c2280f..a5b8705403 100644 --- a/crates/libs/sys/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs @@ -14,9 +14,13 @@ windows_targets::link!("wintrust.dll" "system" fn CryptCATAllocSortedMemberInfo( windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFClose(pcdf : *mut CRYPTCATCDF) -> super::super::super::Foundation:: BOOL); #[cfg(feature = "Win32_Security_Cryptography_Sip")] windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFEnumAttributes(pcdf : *mut CRYPTCATCDF, pmember : *mut CRYPTCATMEMBER, pprevattr : *mut CRYPTCATATTRIBUTE, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATATTRIBUTE); +#[cfg(feature = "Win32_Security_Cryptography_Sip")] +windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFEnumAttributesWithCDFTag(pcdf : *const CRYPTCATCDF, pwszmembertag : windows_sys::core::PCWSTR, pmember : *const CRYPTCATMEMBER, pprevattr : *const CRYPTCATATTRIBUTE, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATATTRIBUTE); windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFEnumCatAttributes(pcdf : *mut CRYPTCATCDF, pprevattr : *mut CRYPTCATATTRIBUTE, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATATTRIBUTE); #[cfg(feature = "Win32_Security_Cryptography_Sip")] windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFEnumMembers(pcdf : *mut CRYPTCATCDF, pprevmember : *mut CRYPTCATMEMBER, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATMEMBER); +#[cfg(feature = "Win32_Security_Cryptography_Sip")] +windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFEnumMembersByCDFTagEx(pcdf : *const CRYPTCATCDF, pwszprevcdftag : windows_sys::core::PWSTR, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK, ppmember : *const *const CRYPTCATMEMBER, fcontinueonerror : super::super::super::Foundation:: BOOL, pvreserved : *const core::ffi::c_void) -> windows_sys::core::PWSTR); windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFOpen(pwszfilepath : windows_sys::core::PCWSTR, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATCDF); windows_targets::link!("wintrust.dll" "system" fn CryptCATCatalogInfoFromContext(hcatinfo : isize, pscatinfo : *mut CATALOG_INFO, dwflags : u32) -> super::super::super::Foundation:: BOOL); windows_targets::link!("wintrust.dll" "system" fn CryptCATClose(hcatalog : super::super::super::Foundation:: HANDLE) -> super::super::super::Foundation:: BOOL); @@ -44,14 +48,14 @@ windows_targets::link!("wintrust.dll" "system" fn CryptCATStoreFromHandle(hcatal windows_targets::link!("wintrust.dll" "system" fn IsCatalogFile(hfile : super::super::super::Foundation:: HANDLE, pwszfilename : windows_sys::core::PCWSTR) -> super::super::super::Foundation:: BOOL); pub const CRYPTCAT_ADDCATALOG_HARDLINK: u32 = 1u32; pub const CRYPTCAT_ADDCATALOG_NONE: u32 = 0u32; -pub const CRYPTCAT_ATTR_AUTHENTICATED: u32 = 268435456u32; -pub const CRYPTCAT_ATTR_DATAASCII: u32 = 65536u32; -pub const CRYPTCAT_ATTR_DATABASE64: u32 = 131072u32; -pub const CRYPTCAT_ATTR_DATAREPLACE: u32 = 262144u32; -pub const CRYPTCAT_ATTR_NAMEASCII: u32 = 1u32; -pub const CRYPTCAT_ATTR_NAMEOBJID: u32 = 2u32; -pub const CRYPTCAT_ATTR_NO_AUTO_COMPAT_ENTRY: u32 = 16777216u32; -pub const CRYPTCAT_ATTR_UNAUTHENTICATED: u32 = 536870912u32; +pub const CRYPTCAT_ATTR_AUTHENTICATED: CRYPTCATATTRIBUTE_FLAGS = 268435456u32; +pub const CRYPTCAT_ATTR_DATAASCII: CRYPTCATATTRIBUTE_FLAGS = 65536u32; +pub const CRYPTCAT_ATTR_DATABASE64: CRYPTCATATTRIBUTE_FLAGS = 131072u32; +pub const CRYPTCAT_ATTR_DATAREPLACE: CRYPTCATATTRIBUTE_FLAGS = 262144u32; +pub const CRYPTCAT_ATTR_NAMEASCII: CRYPTCATATTRIBUTE_FLAGS = 1u32; +pub const CRYPTCAT_ATTR_NAMEOBJID: CRYPTCATATTRIBUTE_FLAGS = 2u32; +pub const CRYPTCAT_ATTR_NO_AUTO_COMPAT_ENTRY: CRYPTCATATTRIBUTE_FLAGS = 16777216u32; +pub const CRYPTCAT_ATTR_UNAUTHENTICATED: CRYPTCATATTRIBUTE_FLAGS = 536870912u32; pub const CRYPTCAT_E_AREA_ATTRIBUTE: u32 = 131072u32; pub const CRYPTCAT_E_AREA_HEADER: u32 = 0u32; pub const CRYPTCAT_E_AREA_MEMBER: u32 = 65536u32; @@ -81,6 +85,7 @@ pub const CRYPTCAT_VERSION_2: CRYPTCAT_VERSION = 512u32; pub const szOID_CATALOG_LIST: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.12.1.1"); pub const szOID_CATALOG_LIST_MEMBER: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.12.1.2"); pub const szOID_CATALOG_LIST_MEMBER2: windows_sys::core::PCSTR = windows_sys::core::s!("1.3.6.1.4.1.311.12.1.3"); +pub type CRYPTCATATTRIBUTE_FLAGS = u32; pub type CRYPTCAT_OPEN_FLAGS = u32; pub type CRYPTCAT_VERSION = u32; #[repr(C)] @@ -94,7 +99,7 @@ pub struct CATALOG_INFO { pub struct CRYPTCATATTRIBUTE { pub cbStruct: u32, pub pwszReferenceTag: windows_sys::core::PWSTR, - pub dwAttrTypeAndAction: u32, + pub dwAttrTypeAndAction: CRYPTCATATTRIBUTE_FLAGS, pub cbValue: u32, pub pbValue: *mut u8, pub dwReserved: u32, diff --git a/crates/libs/sys/src/Windows/Win32/Security/Cryptography/mod.rs b/crates/libs/sys/src/Windows/Win32/Security/Cryptography/mod.rs index fb392e4a57..10106b34c0 100644 --- a/crates/libs/sys/src/Windows/Win32/Security/Cryptography/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Security/Cryptography/mod.rs @@ -7,6 +7,7 @@ pub mod Sip; #[cfg(feature = "Win32_Security_Cryptography_UI")] pub mod UI; windows_targets::link!("bcrypt.dll" "system" fn BCryptAddContextFunction(dwtable : BCRYPT_TABLE, pszcontext : windows_sys::core::PCWSTR, dwinterface : BCRYPT_INTERFACE, pszfunction : windows_sys::core::PCWSTR, dwposition : u32) -> super::super::Foundation:: NTSTATUS); +windows_targets::link!("bcrypt.dll" "system" fn BCryptAddContextFunctionProvider(dwtable : u32, pszcontext : windows_sys::core::PCWSTR, dwinterface : u32, pszfunction : windows_sys::core::PCWSTR, pszprovider : windows_sys::core::PCWSTR, dwposition : u32) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptCloseAlgorithmProvider(halgorithm : BCRYPT_ALG_HANDLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptConfigureContext(dwtable : BCRYPT_TABLE, pszcontext : windows_sys::core::PCWSTR, pconfig : *const CRYPT_CONTEXT_CONFIG) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptConfigureContextFunction(dwtable : BCRYPT_TABLE, pszcontext : windows_sys::core::PCWSTR, dwinterface : BCRYPT_INTERFACE, pszfunction : windows_sys::core::PCWSTR, pconfig : *const CRYPT_CONTEXT_FUNCTION_CONFIG) -> super::super::Foundation:: NTSTATUS); @@ -51,13 +52,16 @@ windows_targets::link!("bcrypt.dll" "system" fn BCryptQueryContextFunctionConfig windows_targets::link!("bcrypt.dll" "system" fn BCryptQueryContextFunctionProperty(dwtable : BCRYPT_TABLE, pszcontext : windows_sys::core::PCWSTR, dwinterface : BCRYPT_INTERFACE, pszfunction : windows_sys::core::PCWSTR, pszproperty : windows_sys::core::PCWSTR, pcbvalue : *mut u32, ppbvalue : *mut *mut u8) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptQueryProviderRegistration(pszprovider : windows_sys::core::PCWSTR, dwmode : BCRYPT_QUERY_PROVIDER_MODE, dwinterface : BCRYPT_INTERFACE, pcbbuffer : *mut u32, ppbuffer : *mut *mut CRYPT_PROVIDER_REG) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptRegisterConfigChangeNotify(phevent : *mut super::super::Foundation:: HANDLE) -> super::super::Foundation:: NTSTATUS); +windows_targets::link!("bcrypt.dll" "system" fn BCryptRegisterProvider(pszprovider : windows_sys::core::PCWSTR, dwflags : u32, preg : *const CRYPT_PROVIDER_REG) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptRemoveContextFunction(dwtable : BCRYPT_TABLE, pszcontext : windows_sys::core::PCWSTR, dwinterface : BCRYPT_INTERFACE, pszfunction : windows_sys::core::PCWSTR) -> super::super::Foundation:: NTSTATUS); +windows_targets::link!("bcrypt.dll" "system" fn BCryptRemoveContextFunctionProvider(dwtable : u32, pszcontext : windows_sys::core::PCWSTR, dwinterface : u32, pszfunction : windows_sys::core::PCWSTR, pszprovider : windows_sys::core::PCWSTR) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptResolveProviders(pszcontext : windows_sys::core::PCWSTR, dwinterface : u32, pszfunction : windows_sys::core::PCWSTR, pszprovider : windows_sys::core::PCWSTR, dwmode : BCRYPT_QUERY_PROVIDER_MODE, dwflags : BCRYPT_RESOLVE_PROVIDERS_FLAGS, pcbbuffer : *mut u32, ppbuffer : *mut *mut CRYPT_PROVIDER_REFS) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptSecretAgreement(hprivkey : BCRYPT_KEY_HANDLE, hpubkey : BCRYPT_KEY_HANDLE, phagreedsecret : *mut BCRYPT_SECRET_HANDLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptSetContextFunctionProperty(dwtable : BCRYPT_TABLE, pszcontext : windows_sys::core::PCWSTR, dwinterface : BCRYPT_INTERFACE, pszfunction : windows_sys::core::PCWSTR, pszproperty : windows_sys::core::PCWSTR, cbvalue : u32, pbvalue : *const u8) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptSetProperty(hobject : BCRYPT_HANDLE, pszproperty : windows_sys::core::PCWSTR, pbinput : *const u8, cbinput : u32, dwflags : u32) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptSignHash(hkey : BCRYPT_KEY_HANDLE, ppaddinginfo : *const core::ffi::c_void, pbinput : *const u8, cbinput : u32, pboutput : *mut u8, cboutput : u32, pcbresult : *mut u32, dwflags : BCRYPT_FLAGS) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptUnregisterConfigChangeNotify(hevent : super::super::Foundation:: HANDLE) -> super::super::Foundation:: NTSTATUS); +windows_targets::link!("bcrypt.dll" "system" fn BCryptUnregisterProvider(pszprovider : windows_sys::core::PCWSTR) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("bcrypt.dll" "system" fn BCryptVerifySignature(hkey : BCRYPT_KEY_HANDLE, ppaddinginfo : *const core::ffi::c_void, pbhash : *const u8, cbhash : u32, pbsignature : *const u8, cbsignature : u32, dwflags : BCRYPT_FLAGS) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("crypt32.dll" "system" fn CertAddCRLContextToStore(hcertstore : HCERTSTORE, pcrlcontext : *const CRL_CONTEXT, dwadddisposition : u32, ppstorecontext : *mut *mut CRL_CONTEXT) -> super::super::Foundation:: BOOL); windows_targets::link!("crypt32.dll" "system" fn CertAddCRLLinkToStore(hcertstore : HCERTSTORE, pcrlcontext : *const CRL_CONTEXT, dwadddisposition : u32, ppstorecontext : *mut *mut CRL_CONTEXT) -> super::super::Foundation:: BOOL); @@ -348,11 +352,18 @@ windows_targets::link!("infocardapi.dll" "system" fn Encrypt(hcrypto : *const IN windows_targets::link!("wintrust.dll" "system" fn FindCertsByIssuer(pcertchains : *mut CERT_CHAIN, pcbcertchains : *mut u32, pccertchains : *mut u32, pbencodedissuername : *const u8, cbencodedissuername : u32, pwszpurpose : windows_sys::core::PCWSTR, dwkeyspec : u32) -> windows_sys::core::HRESULT); windows_targets::link!("infocardapi.dll" "system" fn FreeToken(pallocmemory : *const GENERIC_XML_TOKEN) -> super::super::Foundation:: BOOL); windows_targets::link!("infocardapi.dll" "system" fn GenerateDerivedKey(hcrypto : *const INFORMATIONCARD_CRYPTO_HANDLE, cblabel : u32, plabel : *const u8, cbnonce : u32, pnonce : *const u8, derivedkeylength : u32, offset : u32, algid : windows_sys::core::PCWSTR, pcbkey : *mut u32, ppkey : *mut *mut u8) -> windows_sys::core::HRESULT); +windows_targets::link!("bcryptprimitives.dll" "system" fn GetAsymmetricEncryptionInterface(pszprovidername : windows_sys::core::PCWSTR, pszalgid : windows_sys::core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_ASYMMETRIC_ENCRYPTION_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("infocardapi.dll" "system" fn GetBrowserToken(dwparamtype : u32, pparam : *const core::ffi::c_void, pcbtoken : *mut u32, pptoken : *mut *mut u8) -> windows_sys::core::HRESULT); +windows_targets::link!("bcryptprimitives.dll" "system" fn GetCipherInterface(pszprovidername : windows_sys::core::PCWSTR, pszalgid : windows_sys::core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_CIPHER_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("infocardapi.dll" "system" fn GetCryptoTransform(hsymmetriccrypto : *const INFORMATIONCARD_CRYPTO_HANDLE, mode : u32, padding : PaddingMode, feedbacksize : u32, direction : Direction, cbiv : u32, piv : *const u8, pphtransform : *mut *mut INFORMATIONCARD_CRYPTO_HANDLE) -> windows_sys::core::HRESULT); +windows_targets::link!("bcryptprimitives.dll" "system" fn GetHashInterface(pszprovidername : windows_sys::core::PCWSTR, pszalgid : windows_sys::core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_HASH_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); +windows_targets::link!("bcryptprimitives.dll" "system" fn GetKeyDerivationInterface(pszprovidername : windows_sys::core::PCWSTR, pszalgid : windows_sys::core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_KEY_DERIVATION_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("ncrypt.dll" "system" fn GetKeyStorageInterface(pszprovidername : windows_sys::core::PCWSTR, ppfunctiontable : *mut *mut NCRYPT_KEY_STORAGE_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("infocardapi.dll" "system" fn GetKeyedHash(hsymmetriccrypto : *const INFORMATIONCARD_CRYPTO_HANDLE, pphhash : *mut *mut INFORMATIONCARD_CRYPTO_HANDLE) -> windows_sys::core::HRESULT); +windows_targets::link!("bcryptprimitives.dll" "system" fn GetRngInterface(pszprovidername : windows_sys::core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_RNG_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("ncrypt.dll" "system" fn GetSChannelInterface(pszprovidername : windows_sys::core::PCWSTR, ppfunctiontable : *mut *mut NCRYPT_SSL_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); +windows_targets::link!("bcryptprimitives.dll" "system" fn GetSecretAgreementInterface(pszprovidername : windows_sys::core::PCWSTR, pszalgid : windows_sys::core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_SECRET_AGREEMENT_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); +windows_targets::link!("bcryptprimitives.dll" "system" fn GetSignatureInterface(pszprovidername : windows_sys::core::PCWSTR, pszalgid : windows_sys::core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_SIGNATURE_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); windows_targets::link!("infocardapi.dll" "system" fn GetToken(cpolicychain : u32, ppolicychain : *const POLICY_ELEMENT, securitytoken : *mut *mut GENERIC_XML_TOKEN, phprooftokencrypto : *mut *mut INFORMATIONCARD_CRYPTO_HANDLE) -> windows_sys::core::HRESULT); windows_targets::link!("infocardapi.dll" "system" fn HashCore(hcrypto : *const INFORMATIONCARD_CRYPTO_HANDLE, cbindata : u32, pindata : *const u8) -> windows_sys::core::HRESULT); windows_targets::link!("infocardapi.dll" "system" fn HashFinal(hcrypto : *const INFORMATIONCARD_CRYPTO_HANDLE, cbindata : u32, pindata : *const u8, pcboutdata : *mut u32, ppoutdata : *mut *mut u8) -> windows_sys::core::HRESULT); @@ -561,8 +572,8 @@ pub const AdminReadWriteAc: CARD_FILE_ACCESS_CONDITION = 6i32; pub const AdministratorPin: SECRET_PURPOSE = 4i32; pub const AlphaNumericPinType: SECRET_TYPE = 0i32; pub const AuthenticationPin: SECRET_PURPOSE = 0i32; -pub const BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_CA_FLAG: u32 = 2147483648u32; -pub const BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_END_ENTITY_FLAG: u32 = 1073741824u32; +pub const BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_CA_FLAG: CERT_CHAIN_POLICY_FLAGS = 2147483648u32; +pub const BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_END_ENTITY_FLAG: CERT_CHAIN_POLICY_FLAGS = 1073741824u32; pub const BCRYPTBUFFER_VERSION: u32 = 0u32; pub const BCRYPT_3DES_112_ALGORITHM: windows_sys::core::PCWSTR = windows_sys::core::w!("3DES_112"); pub const BCRYPT_3DES_112_CBC_ALG_HANDLE: BCRYPT_ALG_HANDLE = 369u32 as _; @@ -1141,7 +1152,7 @@ pub const CERT_CHAIN_POLICY_IGNORE_NOT_TIME_NESTED_FLAG: CERT_CHAIN_POLICY_FLAGS pub const CERT_CHAIN_POLICY_IGNORE_NOT_TIME_VALID_FLAG: CERT_CHAIN_POLICY_FLAGS = 1u32; pub const CERT_CHAIN_POLICY_IGNORE_PEER_TRUST_FLAG: CERT_CHAIN_POLICY_FLAGS = 4096u32; pub const CERT_CHAIN_POLICY_IGNORE_ROOT_REV_UNKNOWN_FLAG: CERT_CHAIN_POLICY_FLAGS = 2048u32; -pub const CERT_CHAIN_POLICY_IGNORE_WEAK_SIGNATURE_FLAG: u32 = 134217728u32; +pub const CERT_CHAIN_POLICY_IGNORE_WEAK_SIGNATURE_FLAG: CERT_CHAIN_POLICY_FLAGS = 134217728u32; pub const CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG: CERT_CHAIN_POLICY_FLAGS = 32u32; pub const CERT_CHAIN_POLICY_MICROSOFT_ROOT: windows_sys::core::PCSTR = 7i32 as _; pub const CERT_CHAIN_POLICY_NT_AUTH: windows_sys::core::PCSTR = 6i32 as _; @@ -2795,9 +2806,9 @@ pub const LEGACY_RSAPUBLIC_BLOB: windows_sys::core::PCWSTR = windows_sys::core:: pub const MAXUIDLEN: u32 = 64u32; pub const MAX_CONTAINER_NAME_LEN: u32 = 39u32; pub const MAX_PINS: u32 = 8u32; -pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_CHECK_APPLICATION_ROOT_FLAG: u32 = 131072u32; -pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_DISABLE_FLIGHT_ROOT_FLAG: u32 = 262144u32; -pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_ENABLE_TEST_ROOT_FLAG: u32 = 65536u32; +pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_CHECK_APPLICATION_ROOT_FLAG: CERT_CHAIN_POLICY_FLAGS = 131072u32; +pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_DISABLE_FLIGHT_ROOT_FLAG: CERT_CHAIN_POLICY_FLAGS = 262144u32; +pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_ENABLE_TEST_ROOT_FLAG: CERT_CHAIN_POLICY_FLAGS = 65536u32; pub const MSCRYPT_ECC_MAX_CURVE_NAME_LENGTH: u32 = 255u32; pub const MSCRYPT_ECC_MAX_OID_LENGTH: u32 = 255u32; pub const MS_DEF_DH_SCHANNEL_PROV: windows_sys::core::PCWSTR = windows_sys::core::w!("Microsoft DH SChannel Cryptographic Provider"); @@ -5020,6 +5031,13 @@ pub struct CERT_CHAIN_FIND_BY_ISSUER_PARA { pub struct CERT_CHAIN_PARA { pub cbSize: u32, pub RequestedUsage: CERT_USAGE_MATCH, + pub RequestedIssuancePolicy: CERT_USAGE_MATCH, + pub dwUrlRetrievalTimeout: u32, + pub fCheckRevocationFreshnessTime: super::super::Foundation::BOOL, + pub dwRevocationFreshnessTime: u32, + pub pftCacheResync: *mut super::super::Foundation::FILETIME, + pub pStrongSignPara: *mut CERT_STRONG_SIGN_PARA, + pub dwStrongSignFlags: u32, } #[repr(C)] #[derive(Clone, Copy)] @@ -7399,7 +7417,7 @@ pub struct GENERIC_XML_TOKEN { pub internalTokenReference: windows_sys::core::PWSTR, pub externalTokenReference: windows_sys::core::PWSTR, } -pub type HCERTCHAINENGINE = isize; +pub type HCERTCHAINENGINE = *mut core::ffi::c_void; pub type HCERTSTORE = *mut core::ffi::c_void; pub type HCERTSTOREPROV = *mut core::ffi::c_void; pub type HCRYPTASYNC = isize; diff --git a/crates/libs/sys/src/Windows/Win32/Storage/FileSystem/mod.rs b/crates/libs/sys/src/Windows/Win32/Storage/FileSystem/mod.rs index 4ec9abc6d0..1023ff31ae 100644 --- a/crates/libs/sys/src/Windows/Win32/Storage/FileSystem/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/Storage/FileSystem/mod.rs @@ -29,8 +29,8 @@ windows_targets::link!("ktmw32.dll" "system" fn CommitTransactionAsync(transacti windows_targets::link!("kernel32.dll" "system" fn CompareFileTime(lpfiletime1 : *const super::super::Foundation:: FILETIME, lpfiletime2 : *const super::super::Foundation:: FILETIME) -> i32); windows_targets::link!("kernel32.dll" "system" fn CopyFile2(pwszexistingfilename : windows_sys::core::PCWSTR, pwsznewfilename : windows_sys::core::PCWSTR, pextendedparameters : *const COPYFILE2_EXTENDED_PARAMETERS) -> windows_sys::core::HRESULT); windows_targets::link!("kernel32.dll" "system" fn CopyFileA(lpexistingfilename : windows_sys::core::PCSTR, lpnewfilename : windows_sys::core::PCSTR, bfailifexists : super::super::Foundation:: BOOL) -> super::super::Foundation:: BOOL); -windows_targets::link!("kernel32.dll" "system" fn CopyFileExA(lpexistingfilename : windows_sys::core::PCSTR, lpnewfilename : windows_sys::core::PCSTR, lpprogressroutine : LPPROGRESS_ROUTINE, lpdata : *const core::ffi::c_void, pbcancel : *mut super::super::Foundation:: BOOL, dwcopyflags : u32) -> super::super::Foundation:: BOOL); -windows_targets::link!("kernel32.dll" "system" fn CopyFileExW(lpexistingfilename : windows_sys::core::PCWSTR, lpnewfilename : windows_sys::core::PCWSTR, lpprogressroutine : LPPROGRESS_ROUTINE, lpdata : *const core::ffi::c_void, pbcancel : *mut super::super::Foundation:: BOOL, dwcopyflags : u32) -> super::super::Foundation:: BOOL); +windows_targets::link!("kernel32.dll" "system" fn CopyFileExA(lpexistingfilename : windows_sys::core::PCSTR, lpnewfilename : windows_sys::core::PCSTR, lpprogressroutine : LPPROGRESS_ROUTINE, lpdata : *const core::ffi::c_void, pbcancel : *mut super::super::Foundation:: BOOL, dwcopyflags : COPYFILE_FLAGS) -> super::super::Foundation:: BOOL); +windows_targets::link!("kernel32.dll" "system" fn CopyFileExW(lpexistingfilename : windows_sys::core::PCWSTR, lpnewfilename : windows_sys::core::PCWSTR, lpprogressroutine : LPPROGRESS_ROUTINE, lpdata : *const core::ffi::c_void, pbcancel : *mut super::super::Foundation:: BOOL, dwcopyflags : COPYFILE_FLAGS) -> super::super::Foundation:: BOOL); windows_targets::link!("api-ms-win-core-file-fromapp-l1-1-0.dll" "system" fn CopyFileFromAppW(lpexistingfilename : windows_sys::core::PCWSTR, lpnewfilename : windows_sys::core::PCWSTR, bfailifexists : super::super::Foundation:: BOOL) -> super::super::Foundation:: BOOL); windows_targets::link!("kernel32.dll" "system" fn CopyFileTransactedA(lpexistingfilename : windows_sys::core::PCSTR, lpnewfilename : windows_sys::core::PCSTR, lpprogressroutine : LPPROGRESS_ROUTINE, lpdata : *const core::ffi::c_void, pbcancel : *const super::super::Foundation:: BOOL, dwcopyflags : u32, htransaction : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); windows_targets::link!("kernel32.dll" "system" fn CopyFileTransactedW(lpexistingfilename : windows_sys::core::PCWSTR, lpnewfilename : windows_sys::core::PCWSTR, lpprogressroutine : LPPROGRESS_ROUTINE, lpdata : *const core::ffi::c_void, pbcancel : *const super::super::Foundation:: BOOL, dwcopyflags : u32, htransaction : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); @@ -553,6 +553,10 @@ pub const COPYFILE2_CALLBACK_NONE: COPYFILE2_MESSAGE_TYPE = 0i32; pub const COPYFILE2_CALLBACK_POLL_CONTINUE: COPYFILE2_MESSAGE_TYPE = 5i32; pub const COPYFILE2_CALLBACK_STREAM_FINISHED: COPYFILE2_MESSAGE_TYPE = 4i32; pub const COPYFILE2_CALLBACK_STREAM_STARTED: COPYFILE2_MESSAGE_TYPE = 3i32; +pub const COPYFILE2_IO_CYCLE_SIZE_MAX: u32 = 1073741824u32; +pub const COPYFILE2_IO_CYCLE_SIZE_MIN: u32 = 4096u32; +pub const COPYFILE2_IO_RATE_MIN: u32 = 512u32; +pub const COPYFILE2_MESSAGE_COPY_OFFLOAD: i32 = 1i32; pub const COPYFILE2_PHASE_MAX: COPYFILE2_COPY_PHASE = 7i32; pub const COPYFILE2_PHASE_NAMEGRAFT_COPY: COPYFILE2_COPY_PHASE = 6i32; pub const COPYFILE2_PHASE_NONE: COPYFILE2_COPY_PHASE = 0i32; @@ -566,6 +570,27 @@ pub const COPYFILE2_PROGRESS_CONTINUE: COPYFILE2_MESSAGE_ACTION = 0i32; pub const COPYFILE2_PROGRESS_PAUSE: COPYFILE2_MESSAGE_ACTION = 4i32; pub const COPYFILE2_PROGRESS_QUIET: COPYFILE2_MESSAGE_ACTION = 3i32; pub const COPYFILE2_PROGRESS_STOP: COPYFILE2_MESSAGE_ACTION = 2i32; +pub const COPY_FILE2_V2_DONT_COPY_JUNCTIONS: COPYFILE2_V2_FLAGS = 1u32; +pub const COPY_FILE2_V2_VALID_FLAGS: COPYFILE2_V2_FLAGS = 1u32; +pub const COPY_FILE_ALLOW_DECRYPTED_DESTINATION: COPYFILE_FLAGS = 8u32; +pub const COPY_FILE_COPY_SYMLINK: COPYFILE_FLAGS = 2048u32; +pub const COPY_FILE_DIRECTORY: COPYFILE_FLAGS = 128u32; +pub const COPY_FILE_DISABLE_PRE_ALLOCATION: COPYFILE_FLAGS = 67108864u32; +pub const COPY_FILE_DONT_REQUEST_DEST_WRITE_DAC: COPYFILE_FLAGS = 33554432u32; +pub const COPY_FILE_ENABLE_LOW_FREE_SPACE_MODE: COPYFILE_FLAGS = 134217728u32; +pub const COPY_FILE_ENABLE_SPARSE_COPY: COPYFILE_FLAGS = 536870912u32; +pub const COPY_FILE_FAIL_IF_EXISTS: COPYFILE_FLAGS = 1u32; +pub const COPY_FILE_IGNORE_EDP_BLOCK: COPYFILE_FLAGS = 4194304u32; +pub const COPY_FILE_IGNORE_SOURCE_ENCRYPTION: COPYFILE_FLAGS = 8388608u32; +pub const COPY_FILE_NO_BUFFERING: COPYFILE_FLAGS = 4096u32; +pub const COPY_FILE_NO_OFFLOAD: COPYFILE_FLAGS = 262144u32; +pub const COPY_FILE_OPEN_AND_COPY_REPARSE_POINT: COPYFILE_FLAGS = 2097152u32; +pub const COPY_FILE_OPEN_SOURCE_FOR_WRITE: COPYFILE_FLAGS = 4u32; +pub const COPY_FILE_REQUEST_COMPRESSED_TRAFFIC: COPYFILE_FLAGS = 268435456u32; +pub const COPY_FILE_REQUEST_SECURITY_PRIVILEGES: COPYFILE_FLAGS = 8192u32; +pub const COPY_FILE_RESTARTABLE: COPYFILE_FLAGS = 2u32; +pub const COPY_FILE_RESUME_FROM_PAUSE: COPYFILE_FLAGS = 16384u32; +pub const COPY_FILE_SKIP_ALTERNATE_STREAMS: COPYFILE_FLAGS = 32768u32; pub const CREATE_ALWAYS: FILE_CREATION_DISPOSITION = 2u32; pub const CREATE_NEW: FILE_CREATION_DISPOSITION = 1u32; pub const CRM_PROTOCOL_DYNAMIC_MARSHAL_INFO: u32 = 2u32; @@ -1178,6 +1203,10 @@ pub const PERM_FILE_WRITE: FILE_INFO_FLAGS_PERMISSIONS = 2u32; pub const PIPE_ACCESS_DUPLEX: FILE_FLAGS_AND_ATTRIBUTES = 3u32; pub const PIPE_ACCESS_INBOUND: FILE_FLAGS_AND_ATTRIBUTES = 1u32; pub const PIPE_ACCESS_OUTBOUND: FILE_FLAGS_AND_ATTRIBUTES = 2u32; +pub const PROGRESS_CANCEL: COPYPROGRESSROUTINE_PROGRESS = 1u32; +pub const PROGRESS_CONTINUE: COPYPROGRESSROUTINE_PROGRESS = 0u32; +pub const PROGRESS_QUIET: COPYPROGRESSROUTINE_PROGRESS = 3u32; +pub const PROGRESS_STOP: COPYPROGRESSROUTINE_PROGRESS = 2u32; pub const QUIC: SERVER_CERTIFICATE_TYPE = 0i32; pub const READ_CONTROL: FILE_ACCESS_RIGHTS = 131072u32; pub const REPLACEFILE_IGNORE_ACL_ERRORS: REPLACE_FILE_FLAGS = 4u32; @@ -1446,6 +1475,9 @@ pub type COMPRESSION_FORMAT = u16; pub type COPYFILE2_COPY_PHASE = i32; pub type COPYFILE2_MESSAGE_ACTION = i32; pub type COPYFILE2_MESSAGE_TYPE = i32; +pub type COPYFILE2_V2_FLAGS = u32; +pub type COPYFILE_FLAGS = u32; +pub type COPYPROGRESSROUTINE_PROGRESS = u32; pub type CREATE_TAPE_PARTITION_METHOD = u32; pub type DEFINE_DOS_DEVICE_FLAGS = u32; pub type DISKQUOTA_USERNAME_RESOLVE = u32; @@ -1777,7 +1809,7 @@ pub struct CONNECTION_INFO_1 { #[derive(Clone, Copy)] pub struct COPYFILE2_EXTENDED_PARAMETERS { pub dwSize: u32, - pub dwCopyFlags: u32, + pub dwCopyFlags: COPYFILE_FLAGS, pub pfCancel: *mut super::super::Foundation::BOOL, pub pProgressRoutine: PCOPYFILE2_PROGRESS_ROUTINE, pub pvCallbackContext: *mut core::ffi::c_void, @@ -1786,11 +1818,11 @@ pub struct COPYFILE2_EXTENDED_PARAMETERS { #[derive(Clone, Copy)] pub struct COPYFILE2_EXTENDED_PARAMETERS_V2 { pub dwSize: u32, - pub dwCopyFlags: u32, + pub dwCopyFlags: COPYFILE_FLAGS, pub pfCancel: *mut super::super::Foundation::BOOL, pub pProgressRoutine: PCOPYFILE2_PROGRESS_ROUTINE, pub pvCallbackContext: *mut core::ffi::c_void, - pub dwCopyFlagsV2: u32, + pub dwCopyFlagsV2: COPYFILE2_V2_FLAGS, pub ioDesiredSize: u32, pub ioDesiredRate: u32, pub reserved: [*mut core::ffi::c_void; 8], @@ -2068,6 +2100,11 @@ pub struct FILE_BASIC_INFO { } #[repr(C)] #[derive(Clone, Copy)] +pub struct FILE_CASE_SENSITIVE_INFO { + pub Flags: u32, +} +#[repr(C)] +#[derive(Clone, Copy)] pub struct FILE_COMPRESSION_INFO { pub CompressedFileSize: i64, pub CompressionFormat: COMPRESSION_FORMAT, @@ -3685,7 +3722,7 @@ pub type CLFS_BLOCK_ALLOCATION = Option; pub type FCACHE_CREATE_CALLBACK = Option super::super::Foundation::HANDLE>; pub type FCACHE_RICHCREATE_CALLBACK = Option super::super::Foundation::HANDLE>; -pub type LPPROGRESS_ROUTINE = Option u32>; +pub type LPPROGRESS_ROUTINE = Option COPYPROGRESSROUTINE_PROGRESS>; pub type MAXMEDIALABEL = Option u32>; pub type PCLFS_COMPLETION_ROUTINE = Option; pub type PCOPYFILE2_PROGRESS_ROUTINE = Option COPYFILE2_MESSAGE_ACTION>; diff --git a/crates/libs/sys/src/Windows/Win32/System/Diagnostics/Etw/mod.rs b/crates/libs/sys/src/Windows/Win32/System/Diagnostics/Etw/mod.rs index 490bd84ce2..f0b48e42e0 100644 --- a/crates/libs/sys/src/Windows/Win32/System/Diagnostics/Etw/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/System/Diagnostics/Etw/mod.rs @@ -16,7 +16,7 @@ windows_targets::link!("advapi32.dll" "system" fn EventAccessRemove(guid : *cons windows_targets::link!("advapi32.dll" "system" fn EventActivityIdControl(controlcode : u32, activityid : *mut windows_sys::core::GUID) -> u32); windows_targets::link!("advapi32.dll" "system" fn EventEnabled(reghandle : REGHANDLE, eventdescriptor : *const EVENT_DESCRIPTOR) -> super::super::super::Foundation:: BOOLEAN); windows_targets::link!("advapi32.dll" "system" fn EventProviderEnabled(reghandle : REGHANDLE, level : u8, keyword : u64) -> super::super::super::Foundation:: BOOLEAN); -windows_targets::link!("advapi32.dll" "system" fn EventRegister(providerid : *const windows_sys::core::GUID, enablecallback : PENABLECALLBACK, callbackcontext : *const core::ffi::c_void, reghandle : *mut u64) -> u32); +windows_targets::link!("advapi32.dll" "system" fn EventRegister(providerid : *const windows_sys::core::GUID, enablecallback : PENABLECALLBACK, callbackcontext : *const core::ffi::c_void, reghandle : *mut REGHANDLE) -> u32); windows_targets::link!("advapi32.dll" "system" fn EventSetInformation(reghandle : REGHANDLE, informationclass : EVENT_INFO_CLASS, eventinformation : *const core::ffi::c_void, informationlength : u32) -> u32); windows_targets::link!("advapi32.dll" "system" fn EventUnregister(reghandle : REGHANDLE) -> u32); windows_targets::link!("advapi32.dll" "system" fn EventWrite(reghandle : REGHANDLE, eventdescriptor : *const EVENT_DESCRIPTOR, userdatacount : u32, userdata : *const EVENT_DATA_DESCRIPTOR) -> u32); diff --git a/crates/libs/sys/src/Windows/Win32/System/Ioctl/mod.rs b/crates/libs/sys/src/Windows/Win32/System/Ioctl/mod.rs index 4a038578bf..869fac3534 100644 --- a/crates/libs/sys/src/Windows/Win32/System/Ioctl/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/System/Ioctl/mod.rs @@ -148,22 +148,14 @@ pub const DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT_VERSION_V1: u32 = 1u32; pub const DEVICE_DSM_RANGE_ERROR_INFO_VERSION_V1: u32 = 1u32; pub const DEVICE_DSM_RANGE_ERROR_OUTPUT_V1: u32 = 1u32; pub const DEVICE_STORAGE_NO_ERRORS: u32 = 1u32; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Disk_Number: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Gpt_Name: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Gpt_Type: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Mbr_Type: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Partition_Number: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Portable: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Removable_Media: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_System_Critical: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 4 }; +pub const DEVPKEY_Storage_Disk_Number: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 5 }; +pub const DEVPKEY_Storage_Gpt_Name: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 9 }; +pub const DEVPKEY_Storage_Gpt_Type: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 8 }; +pub const DEVPKEY_Storage_Mbr_Type: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 7 }; +pub const DEVPKEY_Storage_Partition_Number: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 6 }; +pub const DEVPKEY_Storage_Portable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 2 }; +pub const DEVPKEY_Storage_Removable_Media: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 3 }; +pub const DEVPKEY_Storage_System_Critical: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 4 }; pub const DISABLE_SMART: u32 = 217u32; pub const DISK_ATTRIBUTE_OFFLINE: u64 = 1u64; pub const DISK_ATTRIBUTE_READ_ONLY: u64 = 2u64; diff --git a/crates/libs/sys/src/Windows/Win32/System/Kernel/mod.rs b/crates/libs/sys/src/Windows/Win32/System/Kernel/mod.rs index 21aaf2c138..516c674b4f 100644 --- a/crates/libs/sys/src/Windows/Win32/System/Kernel/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/System/Kernel/mod.rs @@ -29,18 +29,7 @@ pub const NotificationTimer: TIMER_TYPE = 0i32; pub const NtProductLanManNt: NT_PRODUCT_TYPE = 2i32; pub const NtProductServer: NT_PRODUCT_TYPE = 3i32; pub const NtProductWinNt: NT_PRODUCT_TYPE = 1i32; -pub const OBJ_CASE_INSENSITIVE: i32 = 64i32; -pub const OBJ_DONT_REPARSE: i32 = 4096i32; -pub const OBJ_EXCLUSIVE: i32 = 32i32; -pub const OBJ_FORCE_ACCESS_CHECK: i32 = 1024i32; pub const OBJ_HANDLE_TAGBITS: i32 = 3i32; -pub const OBJ_IGNORE_IMPERSONATED_DEVICEMAP: i32 = 2048i32; -pub const OBJ_INHERIT: i32 = 2i32; -pub const OBJ_KERNEL_HANDLE: i32 = 512i32; -pub const OBJ_OPENIF: i32 = 128i32; -pub const OBJ_OPENLINK: i32 = 256i32; -pub const OBJ_PERMANENT: i32 = 16i32; -pub const OBJ_VALID_ATTRIBUTES: i32 = 8178i32; pub const Personal: SUITE_TYPE = 9i32; pub const PhoneNT: SUITE_TYPE = 16i32; pub const RTL_BALANCED_NODE_RESERVED_PARENT_MASK: u32 = 3u32; diff --git a/crates/libs/sys/src/Windows/Win32/System/LibraryLoader/mod.rs b/crates/libs/sys/src/Windows/Win32/System/LibraryLoader/mod.rs index 302c21a3f2..d9247e07f0 100644 --- a/crates/libs/sys/src/Windows/Win32/System/LibraryLoader/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/System/LibraryLoader/mod.rs @@ -39,6 +39,7 @@ windows_targets::link!("kernel32.dll" "system" fn LoadModule(lpmodulename : wind windows_targets::link!("kernel32.dll" "system" fn LoadPackagedLibrary(lpwlibfilename : windows_sys::core::PCWSTR, reserved : u32) -> super::super::Foundation:: HMODULE); windows_targets::link!("kernel32.dll" "system" fn LoadResource(hmodule : super::super::Foundation:: HMODULE, hresinfo : super::super::Foundation:: HRSRC) -> super::super::Foundation:: HGLOBAL); windows_targets::link!("kernel32.dll" "system" fn LockResource(hresdata : super::super::Foundation:: HGLOBAL) -> *mut core::ffi::c_void); +windows_targets::link!("api-ms-win-core-libraryloader-l2-1-0.dll" "system" fn QueryOptionalDelayLoadedAPI(hparentmodule : super::super::Foundation:: HMODULE, lpdllname : windows_sys::core::PCSTR, lpprocname : windows_sys::core::PCSTR, reserved : u32) -> super::super::Foundation:: BOOL); windows_targets::link!("kernel32.dll" "system" fn RemoveDllDirectory(cookie : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); windows_targets::link!("kernel32.dll" "system" fn SetDefaultDllDirectories(directoryflags : LOAD_LIBRARY_FLAGS) -> super::super::Foundation:: BOOL); windows_targets::link!("kernel32.dll" "system" fn SetDllDirectoryA(lppathname : windows_sys::core::PCSTR) -> super::super::Foundation:: BOOL); diff --git a/crates/libs/sys/src/Windows/Win32/System/Performance/mod.rs b/crates/libs/sys/src/Windows/Win32/System/Performance/mod.rs index 0a27f4ad49..b570341543 100644 --- a/crates/libs/sys/src/Windows/Win32/System/Performance/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/System/Performance/mod.rs @@ -5,23 +5,23 @@ windows_targets::link!("loadperf.dll" "system" fn InstallPerfDllA(szcomputername windows_targets::link!("loadperf.dll" "system" fn InstallPerfDllW(szcomputername : windows_sys::core::PCWSTR, lpinifile : windows_sys::core::PCWSTR, dwflags : usize) -> u32); windows_targets::link!("loadperf.dll" "system" fn LoadPerfCounterTextStringsA(lpcommandline : windows_sys::core::PCSTR, bquietmodearg : super::super::Foundation:: BOOL) -> u32); windows_targets::link!("loadperf.dll" "system" fn LoadPerfCounterTextStringsW(lpcommandline : windows_sys::core::PCWSTR, bquietmodearg : super::super::Foundation:: BOOL) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhAddCounterA(hquery : isize, szfullcounterpath : windows_sys::core::PCSTR, dwuserdata : usize, phcounter : *mut isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhAddCounterW(hquery : isize, szfullcounterpath : windows_sys::core::PCWSTR, dwuserdata : usize, phcounter : *mut isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhAddEnglishCounterA(hquery : isize, szfullcounterpath : windows_sys::core::PCSTR, dwuserdata : usize, phcounter : *mut isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhAddEnglishCounterW(hquery : isize, szfullcounterpath : windows_sys::core::PCWSTR, dwuserdata : usize, phcounter : *mut isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhBindInputDataSourceA(phdatasource : *mut isize, logfilenamelist : windows_sys::core::PCSTR) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhBindInputDataSourceW(phdatasource : *mut isize, logfilenamelist : windows_sys::core::PCWSTR) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhAddCounterA(hquery : PDH_HQUERY, szfullcounterpath : windows_sys::core::PCSTR, dwuserdata : usize, phcounter : *mut PDH_HCOUNTER) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhAddCounterW(hquery : PDH_HQUERY, szfullcounterpath : windows_sys::core::PCWSTR, dwuserdata : usize, phcounter : *mut PDH_HCOUNTER) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhAddEnglishCounterA(hquery : PDH_HQUERY, szfullcounterpath : windows_sys::core::PCSTR, dwuserdata : usize, phcounter : *mut PDH_HCOUNTER) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhAddEnglishCounterW(hquery : PDH_HQUERY, szfullcounterpath : windows_sys::core::PCWSTR, dwuserdata : usize, phcounter : *mut PDH_HCOUNTER) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhBindInputDataSourceA(phdatasource : *mut PDH_HLOG, logfilenamelist : windows_sys::core::PCSTR) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhBindInputDataSourceW(phdatasource : *mut PDH_HLOG, logfilenamelist : windows_sys::core::PCWSTR) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhBrowseCountersA(pbrowsedlgdata : *const PDH_BROWSE_DLG_CONFIG_A) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhBrowseCountersHA(pbrowsedlgdata : *const PDH_BROWSE_DLG_CONFIG_HA) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhBrowseCountersHW(pbrowsedlgdata : *const PDH_BROWSE_DLG_CONFIG_HW) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhBrowseCountersW(pbrowsedlgdata : *const PDH_BROWSE_DLG_CONFIG_W) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhCalculateCounterFromRawValue(hcounter : isize, dwformat : PDH_FMT, rawvalue1 : *const PDH_RAW_COUNTER, rawvalue2 : *const PDH_RAW_COUNTER, fmtvalue : *mut PDH_FMT_COUNTERVALUE) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhCloseLog(hlog : isize, dwflags : u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhCloseQuery(hquery : isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryData(hquery : isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryDataEx(hquery : isize, dwintervaltime : u32, hnewdataevent : super::super::Foundation:: HANDLE) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryDataWithTime(hquery : isize, plltimestamp : *mut i64) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhComputeCounterStatistics(hcounter : isize, dwformat : PDH_FMT, dwfirstentry : u32, dwnumentries : u32, lprawvaluearray : *const PDH_RAW_COUNTER, data : *mut PDH_STATISTICS) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhCalculateCounterFromRawValue(hcounter : PDH_HCOUNTER, dwformat : PDH_FMT, rawvalue1 : *const PDH_RAW_COUNTER, rawvalue2 : *const PDH_RAW_COUNTER, fmtvalue : *mut PDH_FMT_COUNTERVALUE) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhCloseLog(hlog : PDH_HLOG, dwflags : u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhCloseQuery(hquery : PDH_HQUERY) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryData(hquery : PDH_HQUERY) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryDataEx(hquery : PDH_HQUERY, dwintervaltime : u32, hnewdataevent : super::super::Foundation:: HANDLE) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryDataWithTime(hquery : PDH_HQUERY, plltimestamp : *mut i64) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhComputeCounterStatistics(hcounter : PDH_HCOUNTER, dwformat : PDH_FMT, dwfirstentry : u32, dwnumentries : u32, lprawvaluearray : *const PDH_RAW_COUNTER, data : *mut PDH_STATISTICS) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhConnectMachineA(szmachinename : windows_sys::core::PCSTR) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhConnectMachineW(szmachinename : windows_sys::core::PCWSTR) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhCreateSQLTablesA(szdatasource : windows_sys::core::PCSTR) -> u32); @@ -29,77 +29,77 @@ windows_targets::link!("pdh.dll" "system" fn PdhCreateSQLTablesW(szdatasource : windows_targets::link!("pdh.dll" "system" fn PdhEnumLogSetNamesA(szdatasource : windows_sys::core::PCSTR, mszdatasetnamelist : windows_sys::core::PSTR, pcchbufferlength : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhEnumLogSetNamesW(szdatasource : windows_sys::core::PCWSTR, mszdatasetnamelist : windows_sys::core::PWSTR, pcchbufferlength : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhEnumMachinesA(szdatasource : windows_sys::core::PCSTR, mszmachinelist : windows_sys::core::PSTR, pcchbuffersize : *mut u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhEnumMachinesHA(hdatasource : isize, mszmachinelist : windows_sys::core::PSTR, pcchbuffersize : *mut u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhEnumMachinesHW(hdatasource : isize, mszmachinelist : windows_sys::core::PWSTR, pcchbuffersize : *mut u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhEnumMachinesHA(hdatasource : PDH_HLOG, mszmachinelist : windows_sys::core::PSTR, pcchbuffersize : *mut u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhEnumMachinesHW(hdatasource : PDH_HLOG, mszmachinelist : windows_sys::core::PWSTR, pcchbuffersize : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhEnumMachinesW(szdatasource : windows_sys::core::PCWSTR, mszmachinelist : windows_sys::core::PWSTR, pcchbuffersize : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectItemsA(szdatasource : windows_sys::core::PCSTR, szmachinename : windows_sys::core::PCSTR, szobjectname : windows_sys::core::PCSTR, mszcounterlist : windows_sys::core::PSTR, pcchcounterlistlength : *mut u32, mszinstancelist : windows_sys::core::PSTR, pcchinstancelistlength : *mut u32, dwdetaillevel : PERF_DETAIL, dwflags : u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectItemsHA(hdatasource : isize, szmachinename : windows_sys::core::PCSTR, szobjectname : windows_sys::core::PCSTR, mszcounterlist : windows_sys::core::PSTR, pcchcounterlistlength : *mut u32, mszinstancelist : windows_sys::core::PSTR, pcchinstancelistlength : *mut u32, dwdetaillevel : PERF_DETAIL, dwflags : u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectItemsHW(hdatasource : isize, szmachinename : windows_sys::core::PCWSTR, szobjectname : windows_sys::core::PCWSTR, mszcounterlist : windows_sys::core::PWSTR, pcchcounterlistlength : *mut u32, mszinstancelist : windows_sys::core::PWSTR, pcchinstancelistlength : *mut u32, dwdetaillevel : PERF_DETAIL, dwflags : u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectItemsHA(hdatasource : PDH_HLOG, szmachinename : windows_sys::core::PCSTR, szobjectname : windows_sys::core::PCSTR, mszcounterlist : windows_sys::core::PSTR, pcchcounterlistlength : *mut u32, mszinstancelist : windows_sys::core::PSTR, pcchinstancelistlength : *mut u32, dwdetaillevel : PERF_DETAIL, dwflags : u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectItemsHW(hdatasource : PDH_HLOG, szmachinename : windows_sys::core::PCWSTR, szobjectname : windows_sys::core::PCWSTR, mszcounterlist : windows_sys::core::PWSTR, pcchcounterlistlength : *mut u32, mszinstancelist : windows_sys::core::PWSTR, pcchinstancelistlength : *mut u32, dwdetaillevel : PERF_DETAIL, dwflags : u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectItemsW(szdatasource : windows_sys::core::PCWSTR, szmachinename : windows_sys::core::PCWSTR, szobjectname : windows_sys::core::PCWSTR, mszcounterlist : windows_sys::core::PWSTR, pcchcounterlistlength : *mut u32, mszinstancelist : windows_sys::core::PWSTR, pcchinstancelistlength : *mut u32, dwdetaillevel : PERF_DETAIL, dwflags : u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectsA(szdatasource : windows_sys::core::PCSTR, szmachinename : windows_sys::core::PCSTR, mszobjectlist : windows_sys::core::PSTR, pcchbuffersize : *mut u32, dwdetaillevel : PERF_DETAIL, brefresh : super::super::Foundation:: BOOL) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectsHA(hdatasource : isize, szmachinename : windows_sys::core::PCSTR, mszobjectlist : windows_sys::core::PSTR, pcchbuffersize : *mut u32, dwdetaillevel : PERF_DETAIL, brefresh : super::super::Foundation:: BOOL) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectsHW(hdatasource : isize, szmachinename : windows_sys::core::PCWSTR, mszobjectlist : windows_sys::core::PWSTR, pcchbuffersize : *mut u32, dwdetaillevel : PERF_DETAIL, brefresh : super::super::Foundation:: BOOL) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectsHA(hdatasource : PDH_HLOG, szmachinename : windows_sys::core::PCSTR, mszobjectlist : windows_sys::core::PSTR, pcchbuffersize : *mut u32, dwdetaillevel : PERF_DETAIL, brefresh : super::super::Foundation:: BOOL) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectsHW(hdatasource : PDH_HLOG, szmachinename : windows_sys::core::PCWSTR, mszobjectlist : windows_sys::core::PWSTR, pcchbuffersize : *mut u32, dwdetaillevel : PERF_DETAIL, brefresh : super::super::Foundation:: BOOL) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectsW(szdatasource : windows_sys::core::PCWSTR, szmachinename : windows_sys::core::PCWSTR, mszobjectlist : windows_sys::core::PWSTR, pcchbuffersize : *mut u32, dwdetaillevel : PERF_DETAIL, brefresh : super::super::Foundation:: BOOL) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhExpandCounterPathA(szwildcardpath : windows_sys::core::PCSTR, mszexpandedpathlist : windows_sys::core::PSTR, pcchpathlistlength : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhExpandCounterPathW(szwildcardpath : windows_sys::core::PCWSTR, mszexpandedpathlist : windows_sys::core::PWSTR, pcchpathlistlength : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhExpandWildCardPathA(szdatasource : windows_sys::core::PCSTR, szwildcardpath : windows_sys::core::PCSTR, mszexpandedpathlist : windows_sys::core::PSTR, pcchpathlistlength : *mut u32, dwflags : u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhExpandWildCardPathHA(hdatasource : isize, szwildcardpath : windows_sys::core::PCSTR, mszexpandedpathlist : windows_sys::core::PSTR, pcchpathlistlength : *mut u32, dwflags : u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhExpandWildCardPathHW(hdatasource : isize, szwildcardpath : windows_sys::core::PCWSTR, mszexpandedpathlist : windows_sys::core::PWSTR, pcchpathlistlength : *mut u32, dwflags : u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhExpandWildCardPathHA(hdatasource : PDH_HLOG, szwildcardpath : windows_sys::core::PCSTR, mszexpandedpathlist : windows_sys::core::PSTR, pcchpathlistlength : *mut u32, dwflags : u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhExpandWildCardPathHW(hdatasource : PDH_HLOG, szwildcardpath : windows_sys::core::PCWSTR, mszexpandedpathlist : windows_sys::core::PWSTR, pcchpathlistlength : *mut u32, dwflags : u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhExpandWildCardPathW(szdatasource : windows_sys::core::PCWSTR, szwildcardpath : windows_sys::core::PCWSTR, mszexpandedpathlist : windows_sys::core::PWSTR, pcchpathlistlength : *mut u32, dwflags : u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhFormatFromRawValue(dwcountertype : u32, dwformat : PDH_FMT, ptimebase : *const i64, prawvalue1 : *const PDH_RAW_COUNTER, prawvalue2 : *const PDH_RAW_COUNTER, pfmtvalue : *mut PDH_FMT_COUNTERVALUE) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetCounterInfoA(hcounter : isize, bretrieveexplaintext : super::super::Foundation:: BOOLEAN, pdwbuffersize : *mut u32, lpbuffer : *mut PDH_COUNTER_INFO_A) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetCounterInfoW(hcounter : isize, bretrieveexplaintext : super::super::Foundation:: BOOLEAN, pdwbuffersize : *mut u32, lpbuffer : *mut PDH_COUNTER_INFO_W) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetCounterTimeBase(hcounter : isize, ptimebase : *mut i64) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetCounterInfoA(hcounter : PDH_HCOUNTER, bretrieveexplaintext : super::super::Foundation:: BOOLEAN, pdwbuffersize : *mut u32, lpbuffer : *mut PDH_COUNTER_INFO_A) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetCounterInfoW(hcounter : PDH_HCOUNTER, bretrieveexplaintext : super::super::Foundation:: BOOLEAN, pdwbuffersize : *mut u32, lpbuffer : *mut PDH_COUNTER_INFO_W) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetCounterTimeBase(hcounter : PDH_HCOUNTER, ptimebase : *mut i64) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhGetDataSourceTimeRangeA(szdatasource : windows_sys::core::PCSTR, pdwnumentries : *mut u32, pinfo : *mut PDH_TIME_INFO, pdwbuffersize : *mut u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetDataSourceTimeRangeH(hdatasource : isize, pdwnumentries : *mut u32, pinfo : *mut PDH_TIME_INFO, pdwbuffersize : *mut u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetDataSourceTimeRangeH(hdatasource : PDH_HLOG, pdwnumentries : *mut u32, pinfo : *mut PDH_TIME_INFO, pdwbuffersize : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhGetDataSourceTimeRangeW(szdatasource : windows_sys::core::PCWSTR, pdwnumentries : *mut u32, pinfo : *mut PDH_TIME_INFO, pdwbuffersize : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfCounterA(szdatasource : windows_sys::core::PCSTR, szmachinename : windows_sys::core::PCSTR, szobjectname : windows_sys::core::PCSTR, szdefaultcountername : windows_sys::core::PSTR, pcchbuffersize : *mut u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfCounterHA(hdatasource : isize, szmachinename : windows_sys::core::PCSTR, szobjectname : windows_sys::core::PCSTR, szdefaultcountername : windows_sys::core::PSTR, pcchbuffersize : *mut u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfCounterHW(hdatasource : isize, szmachinename : windows_sys::core::PCWSTR, szobjectname : windows_sys::core::PCWSTR, szdefaultcountername : windows_sys::core::PWSTR, pcchbuffersize : *mut u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfCounterHA(hdatasource : PDH_HLOG, szmachinename : windows_sys::core::PCSTR, szobjectname : windows_sys::core::PCSTR, szdefaultcountername : windows_sys::core::PSTR, pcchbuffersize : *mut u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfCounterHW(hdatasource : PDH_HLOG, szmachinename : windows_sys::core::PCWSTR, szobjectname : windows_sys::core::PCWSTR, szdefaultcountername : windows_sys::core::PWSTR, pcchbuffersize : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfCounterW(szdatasource : windows_sys::core::PCWSTR, szmachinename : windows_sys::core::PCWSTR, szobjectname : windows_sys::core::PCWSTR, szdefaultcountername : windows_sys::core::PWSTR, pcchbuffersize : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfObjectA(szdatasource : windows_sys::core::PCSTR, szmachinename : windows_sys::core::PCSTR, szdefaultobjectname : windows_sys::core::PSTR, pcchbuffersize : *mut u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfObjectHA(hdatasource : isize, szmachinename : windows_sys::core::PCSTR, szdefaultobjectname : windows_sys::core::PSTR, pcchbuffersize : *mut u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfObjectHW(hdatasource : isize, szmachinename : windows_sys::core::PCWSTR, szdefaultobjectname : windows_sys::core::PWSTR, pcchbuffersize : *mut u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfObjectHA(hdatasource : PDH_HLOG, szmachinename : windows_sys::core::PCSTR, szdefaultobjectname : windows_sys::core::PSTR, pcchbuffersize : *mut u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfObjectHW(hdatasource : PDH_HLOG, szmachinename : windows_sys::core::PCWSTR, szdefaultobjectname : windows_sys::core::PWSTR, pcchbuffersize : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfObjectW(szdatasource : windows_sys::core::PCWSTR, szmachinename : windows_sys::core::PCWSTR, szdefaultobjectname : windows_sys::core::PWSTR, pcchbuffersize : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhGetDllVersion(lpdwversion : *mut PDH_DLL_VERSION) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterArrayA(hcounter : isize, dwformat : PDH_FMT, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_FMT_COUNTERVALUE_ITEM_A) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterArrayW(hcounter : isize, dwformat : PDH_FMT, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_FMT_COUNTERVALUE_ITEM_W) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterValue(hcounter : isize, dwformat : PDH_FMT, lpdwtype : *mut u32, pvalue : *mut PDH_FMT_COUNTERVALUE) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetLogFileSize(hlog : isize, llsize : *mut i64) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetLogSetGUID(hlog : isize, pguid : *mut windows_sys::core::GUID, prunid : *mut i32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterArrayA(hcounter : isize, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_RAW_COUNTER_ITEM_A) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterArrayW(hcounter : isize, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_RAW_COUNTER_ITEM_W) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterValue(hcounter : isize, lpdwtype : *mut u32, pvalue : *mut PDH_RAW_COUNTER) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhIsRealTimeQuery(hquery : isize) -> super::super::Foundation:: BOOL); +windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterArrayA(hcounter : PDH_HCOUNTER, dwformat : PDH_FMT, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_FMT_COUNTERVALUE_ITEM_A) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterArrayW(hcounter : PDH_HCOUNTER, dwformat : PDH_FMT, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_FMT_COUNTERVALUE_ITEM_W) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterValue(hcounter : PDH_HCOUNTER, dwformat : PDH_FMT, lpdwtype : *mut u32, pvalue : *mut PDH_FMT_COUNTERVALUE) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetLogFileSize(hlog : PDH_HLOG, llsize : *mut i64) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetLogSetGUID(hlog : PDH_HLOG, pguid : *mut windows_sys::core::GUID, prunid : *mut i32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterArrayA(hcounter : PDH_HCOUNTER, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_RAW_COUNTER_ITEM_A) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterArrayW(hcounter : PDH_HCOUNTER, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_RAW_COUNTER_ITEM_W) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterValue(hcounter : PDH_HCOUNTER, lpdwtype : *mut u32, pvalue : *mut PDH_RAW_COUNTER) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhIsRealTimeQuery(hquery : PDH_HQUERY) -> super::super::Foundation:: BOOL); windows_targets::link!("pdh.dll" "system" fn PdhLookupPerfIndexByNameA(szmachinename : windows_sys::core::PCSTR, sznamebuffer : windows_sys::core::PCSTR, pdwindex : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhLookupPerfIndexByNameW(szmachinename : windows_sys::core::PCWSTR, sznamebuffer : windows_sys::core::PCWSTR, pdwindex : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhLookupPerfNameByIndexA(szmachinename : windows_sys::core::PCSTR, dwnameindex : u32, sznamebuffer : windows_sys::core::PSTR, pcchnamebuffersize : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhLookupPerfNameByIndexW(szmachinename : windows_sys::core::PCWSTR, dwnameindex : u32, sznamebuffer : windows_sys::core::PWSTR, pcchnamebuffersize : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhMakeCounterPathA(pcounterpathelements : *const PDH_COUNTER_PATH_ELEMENTS_A, szfullpathbuffer : windows_sys::core::PSTR, pcchbuffersize : *mut u32, dwflags : PDH_PATH_FLAGS) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhMakeCounterPathW(pcounterpathelements : *const PDH_COUNTER_PATH_ELEMENTS_W, szfullpathbuffer : windows_sys::core::PWSTR, pcchbuffersize : *mut u32, dwflags : PDH_PATH_FLAGS) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhOpenLogA(szlogfilename : windows_sys::core::PCSTR, dwaccessflags : PDH_LOG, lpdwlogtype : *mut PDH_LOG_TYPE, hquery : isize, dwmaxsize : u32, szusercaption : windows_sys::core::PCSTR, phlog : *mut isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhOpenLogW(szlogfilename : windows_sys::core::PCWSTR, dwaccessflags : PDH_LOG, lpdwlogtype : *mut PDH_LOG_TYPE, hquery : isize, dwmaxsize : u32, szusercaption : windows_sys::core::PCWSTR, phlog : *mut isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryA(szdatasource : windows_sys::core::PCSTR, dwuserdata : usize, phquery : *mut isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryH(hdatasource : isize, dwuserdata : usize, phquery : *mut isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryW(szdatasource : windows_sys::core::PCWSTR, dwuserdata : usize, phquery : *mut isize) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhOpenLogA(szlogfilename : windows_sys::core::PCSTR, dwaccessflags : PDH_LOG, lpdwlogtype : *mut PDH_LOG_TYPE, hquery : PDH_HQUERY, dwmaxsize : u32, szusercaption : windows_sys::core::PCSTR, phlog : *mut PDH_HLOG) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhOpenLogW(szlogfilename : windows_sys::core::PCWSTR, dwaccessflags : PDH_LOG, lpdwlogtype : *mut PDH_LOG_TYPE, hquery : PDH_HQUERY, dwmaxsize : u32, szusercaption : windows_sys::core::PCWSTR, phlog : *mut PDH_HLOG) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryA(szdatasource : windows_sys::core::PCSTR, dwuserdata : usize, phquery : *mut PDH_HQUERY) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryH(hdatasource : PDH_HLOG, dwuserdata : usize, phquery : *mut PDH_HQUERY) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryW(szdatasource : windows_sys::core::PCWSTR, dwuserdata : usize, phquery : *mut PDH_HQUERY) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhParseCounterPathA(szfullpathbuffer : windows_sys::core::PCSTR, pcounterpathelements : *mut PDH_COUNTER_PATH_ELEMENTS_A, pdwbuffersize : *mut u32, dwflags : u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhParseCounterPathW(szfullpathbuffer : windows_sys::core::PCWSTR, pcounterpathelements : *mut PDH_COUNTER_PATH_ELEMENTS_W, pdwbuffersize : *mut u32, dwflags : u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhParseInstanceNameA(szinstancestring : windows_sys::core::PCSTR, szinstancename : windows_sys::core::PSTR, pcchinstancenamelength : *mut u32, szparentname : windows_sys::core::PSTR, pcchparentnamelength : *mut u32, lpindex : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhParseInstanceNameW(szinstancestring : windows_sys::core::PCWSTR, szinstancename : windows_sys::core::PWSTR, pcchinstancenamelength : *mut u32, szparentname : windows_sys::core::PWSTR, pcchparentnamelength : *mut u32, lpindex : *mut u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhReadRawLogRecord(hlog : isize, ftrecord : super::super::Foundation:: FILETIME, prawlogrecord : *mut PDH_RAW_LOG_RECORD, pdwbufferlength : *mut u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhRemoveCounter(hcounter : isize) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhReadRawLogRecord(hlog : PDH_HLOG, ftrecord : super::super::Foundation:: FILETIME, prawlogrecord : *mut PDH_RAW_LOG_RECORD, pdwbufferlength : *mut u32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhRemoveCounter(hcounter : PDH_HCOUNTER) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhSelectDataSourceA(hwndowner : super::super::Foundation:: HWND, dwflags : PDH_SELECT_DATA_SOURCE_FLAGS, szdatasource : windows_sys::core::PSTR, pcchbufferlength : *mut u32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhSelectDataSourceW(hwndowner : super::super::Foundation:: HWND, dwflags : PDH_SELECT_DATA_SOURCE_FLAGS, szdatasource : windows_sys::core::PWSTR, pcchbufferlength : *mut u32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhSetCounterScaleFactor(hcounter : isize, lfactor : i32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhSetCounterScaleFactor(hcounter : PDH_HCOUNTER, lfactor : i32) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhSetDefaultRealTimeDataSource(dwdatasourceid : REAL_TIME_DATA_SOURCE_ID_FLAGS) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhSetLogSetRunID(hlog : isize, runid : i32) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhSetQueryTimeRange(hquery : isize, pinfo : *const PDH_TIME_INFO) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogA(hlog : isize, szuserstring : windows_sys::core::PCSTR) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogFileCatalog(hlog : isize) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogW(hlog : isize, szuserstring : windows_sys::core::PCWSTR) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhSetLogSetRunID(hlog : PDH_HLOG, runid : i32) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhSetQueryTimeRange(hquery : PDH_HQUERY, pinfo : *const PDH_TIME_INFO) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogA(hlog : PDH_HLOG, szuserstring : windows_sys::core::PCSTR) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogFileCatalog(hlog : PDH_HLOG) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogW(hlog : PDH_HLOG, szuserstring : windows_sys::core::PCWSTR) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhValidatePathA(szfullpathbuffer : windows_sys::core::PCSTR) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhValidatePathExA(hdatasource : isize, szfullpathbuffer : windows_sys::core::PCSTR) -> u32); -windows_targets::link!("pdh.dll" "system" fn PdhValidatePathExW(hdatasource : isize, szfullpathbuffer : windows_sys::core::PCWSTR) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhValidatePathExA(hdatasource : PDH_HLOG, szfullpathbuffer : windows_sys::core::PCSTR) -> u32); +windows_targets::link!("pdh.dll" "system" fn PdhValidatePathExW(hdatasource : PDH_HLOG, szfullpathbuffer : windows_sys::core::PCWSTR) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhValidatePathW(szfullpathbuffer : windows_sys::core::PCWSTR) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhVerifySQLDBA(szdatasource : windows_sys::core::PCSTR) -> u32); windows_targets::link!("pdh.dll" "system" fn PdhVerifySQLDBW(szdatasource : windows_sys::core::PCWSTR) -> u32); @@ -530,7 +530,7 @@ pub struct PDH_BROWSE_DLG_CONFIG_A { pub struct PDH_BROWSE_DLG_CONFIG_HA { pub _bitfield: u32, pub hWndOwner: super::super::Foundation::HWND, - pub hDataSource: isize, + pub hDataSource: PDH_HLOG, pub szReturnPathBuffer: windows_sys::core::PSTR, pub cchReturnPathLength: u32, pub pCallBack: CounterPathCallBack, @@ -544,7 +544,7 @@ pub struct PDH_BROWSE_DLG_CONFIG_HA { pub struct PDH_BROWSE_DLG_CONFIG_HW { pub _bitfield: u32, pub hWndOwner: super::super::Foundation::HWND, - pub hDataSource: isize, + pub hDataSource: PDH_HLOG, pub szReturnPathBuffer: windows_sys::core::PWSTR, pub cchReturnPathLength: u32, pub pCallBack: CounterPathCallBack, @@ -696,6 +696,9 @@ pub struct PDH_FMT_COUNTERVALUE_ITEM_W { pub szName: windows_sys::core::PWSTR, pub FmtValue: PDH_FMT_COUNTERVALUE, } +pub type PDH_HCOUNTER = *mut core::ffi::c_void; +pub type PDH_HLOG = *mut core::ffi::c_void; +pub type PDH_HQUERY = *mut core::ffi::c_void; #[repr(C)] #[derive(Clone, Copy)] pub struct PDH_LOG_SERVICE_QUERY_INFO_A { diff --git a/crates/libs/sys/src/Windows/Win32/System/Power/mod.rs b/crates/libs/sys/src/Windows/Win32/System/Power/mod.rs index 98a9dbeea8..b15c4ae273 100644 --- a/crates/libs/sys/src/Windows/Win32/System/Power/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/System/Power/mod.rs @@ -467,8 +467,7 @@ pub const PPM_PERFSTATE_CHANGE_GUID: windows_sys::core::GUID = windows_sys::core pub const PPM_PERFSTATE_DOMAIN_CHANGE_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x995e6b7f_d653_497a_b978_36a30c29bf01); pub const PPM_THERMALCONSTRAINT_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa852c2c8_1a4c_423b_8c2c_f30d82931a88); pub const PPM_THERMAL_POLICY_CHANGE_GUID: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x48f377b8_6880_4c7b_8bdc_380176c6654d); -#[cfg(feature = "Win32_Devices_Properties")] -pub const PROCESSOR_NUMBER_PKEY: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x5724c81d_d5af_4c1f_a103_a06e28f204c6), pid: 1 }; +pub const PROCESSOR_NUMBER_PKEY: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_sys::core::GUID::from_u128(0x5724c81d_d5af_4c1f_a103_a06e28f204c6), pid: 1 }; pub const PdcInvocation: POWER_INFORMATION_LEVEL = 67i32; pub const PhysicalPowerButtonPress: POWER_INFORMATION_LEVEL = 90i32; pub const PlatformIdleStates: POWER_INFORMATION_LEVEL = 80i32; diff --git a/crates/libs/sys/src/Windows/Win32/System/WindowsProgramming/mod.rs b/crates/libs/sys/src/Windows/Win32/System/WindowsProgramming/mod.rs index f5969a869c..1459178efb 100644 --- a/crates/libs/sys/src/Windows/Win32/System/WindowsProgramming/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/System/WindowsProgramming/mod.rs @@ -377,31 +377,6 @@ pub const CODEINTEGRITY_OPTION_UMCI_ENABLED: u32 = 4u32; pub const CODEINTEGRITY_OPTION_UMCI_EXCLUSIONPATHS_ENABLED: u32 = 16u32; pub const COMMPROP_INITIALIZED: u32 = 3879531822u32; pub const CONTEXT_SIZE: u32 = 16u32; -pub const COPYFILE2_IO_CYCLE_SIZE_MAX: u32 = 1073741824u32; -pub const COPYFILE2_IO_CYCLE_SIZE_MIN: u32 = 4096u32; -pub const COPYFILE2_IO_RATE_MIN: u32 = 512u32; -pub const COPYFILE2_MESSAGE_COPY_OFFLOAD: i32 = 1i32; -pub const COPY_FILE2_V2_DONT_COPY_JUNCTIONS: u32 = 1u32; -pub const COPY_FILE2_V2_VALID_FLAGS: u32 = 1u32; -pub const COPY_FILE_ALLOW_DECRYPTED_DESTINATION: u32 = 8u32; -pub const COPY_FILE_COPY_SYMLINK: u32 = 2048u32; -pub const COPY_FILE_DIRECTORY: u32 = 128u32; -pub const COPY_FILE_DISABLE_PRE_ALLOCATION: u32 = 67108864u32; -pub const COPY_FILE_DONT_REQUEST_DEST_WRITE_DAC: u32 = 33554432u32; -pub const COPY_FILE_ENABLE_LOW_FREE_SPACE_MODE: u32 = 134217728u32; -pub const COPY_FILE_ENABLE_SPARSE_COPY: u32 = 536870912u32; -pub const COPY_FILE_FAIL_IF_EXISTS: u32 = 1u32; -pub const COPY_FILE_IGNORE_EDP_BLOCK: u32 = 4194304u32; -pub const COPY_FILE_IGNORE_SOURCE_ENCRYPTION: u32 = 8388608u32; -pub const COPY_FILE_NO_BUFFERING: u32 = 4096u32; -pub const COPY_FILE_NO_OFFLOAD: u32 = 262144u32; -pub const COPY_FILE_OPEN_AND_COPY_REPARSE_POINT: u32 = 2097152u32; -pub const COPY_FILE_OPEN_SOURCE_FOR_WRITE: u32 = 4u32; -pub const COPY_FILE_REQUEST_COMPRESSED_TRAFFIC: u32 = 268435456u32; -pub const COPY_FILE_REQUEST_SECURITY_PRIVILEGES: u32 = 8192u32; -pub const COPY_FILE_RESTARTABLE: u32 = 2u32; -pub const COPY_FILE_RESUME_FROM_PAUSE: u32 = 16384u32; -pub const COPY_FILE_SKIP_ALTERNATE_STREAMS: u32 = 32768u32; pub const CO_NL_ENTITY: TDIENTITY_ENTITY_TYPE = 768u32; pub const CO_TL_ENTITY: TDIENTITY_ENTITY_TYPE = 1024u32; pub const CO_TL_NBF: u32 = 1024u32; @@ -721,10 +696,6 @@ pub const PROC_THREAD_ATTRIBUTE_ADDITIVE: u32 = 262144u32; pub const PROC_THREAD_ATTRIBUTE_INPUT: u32 = 131072u32; pub const PROC_THREAD_ATTRIBUTE_NUMBER: u32 = 65535u32; pub const PROC_THREAD_ATTRIBUTE_THREAD: u32 = 65536u32; -pub const PROGRESS_CANCEL: u32 = 1u32; -pub const PROGRESS_CONTINUE: u32 = 0u32; -pub const PROGRESS_QUIET: u32 = 3u32; -pub const PROGRESS_STOP: u32 = 2u32; pub const PROTECTION_LEVEL_SAME: u32 = 4294967295u32; pub const PST_FAX: u32 = 33u32; pub const PST_LAT: u32 = 257u32; @@ -1180,11 +1151,6 @@ pub struct FEATURE_ERROR { pub originName: windows_sys::core::PCSTR, } pub type FEATURE_STATE_CHANGE_SUBSCRIPTION = *mut core::ffi::c_void; -#[repr(C)] -#[derive(Clone, Copy)] -pub struct FILE_CASE_SENSITIVE_INFO { - pub Flags: u32, -} pub type HWINWATCH = *mut core::ffi::c_void; #[repr(C)] #[derive(Clone, Copy)] diff --git a/crates/libs/sys/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs b/crates/libs/sys/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs index 11c55a24cb..43d3dca35d 100644 --- a/crates/libs/sys/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs @@ -1,34 +1,34 @@ #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] -windows_targets::link!("propsys.dll" "system" fn PSCoerceToCanonicalValue(key : *const PROPERTYKEY, ppropvar : *mut super::super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSCoerceToCanonicalValue(key : *const super::super::super::Foundation:: PROPERTYKEY, ppropvar : *mut super::super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSCreateAdapterFromPropertyStore(pps : * mut core::ffi::c_void, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSCreateDelayedMultiplexPropertyStore(flags : GETPROPERTYSTOREFLAGS, pdpsf : * mut core::ffi::c_void, rgstoreids : *const u32, cstores : u32, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSCreateMemoryPropertyStore(riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSCreateMultiplexPropertyStore(prgpunkstores : *const * mut core::ffi::c_void, cstores : u32, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] -windows_targets::link!("propsys.dll" "system" fn PSCreatePropertyChangeArray(rgpropkey : *const PROPERTYKEY, rgflags : *const PKA_FLAGS, rgpropvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT, cchanges : u32, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSCreatePropertyChangeArray(rgpropkey : *const super::super::super::Foundation:: PROPERTYKEY, rgflags : *const PKA_FLAGS, rgpropvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT, cchanges : u32, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSCreatePropertyStoreFromObject(punk : * mut core::ffi::c_void, grfmode : u32, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSCreatePropertyStoreFromPropertySetStorage(ppss : * mut core::ffi::c_void, grfmode : u32, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] -windows_targets::link!("propsys.dll" "system" fn PSCreateSimplePropertyChange(flags : PKA_FLAGS, key : *const PROPERTYKEY, propvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSCreateSimplePropertyChange(flags : PKA_FLAGS, key : *const super::super::super::Foundation:: PROPERTYKEY, propvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSEnumeratePropertyDescriptions(filteron : PROPDESC_ENUMFILTER, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] -windows_targets::link!("propsys.dll" "system" fn PSFormatForDisplay(propkey : *const PROPERTYKEY, propvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT, pdfflags : PROPDESC_FORMAT_FLAGS, pwsztext : windows_sys::core::PWSTR, cchtext : u32) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSFormatForDisplay(propkey : *const super::super::super::Foundation:: PROPERTYKEY, propvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT, pdfflags : PROPDESC_FORMAT_FLAGS, pwsztext : windows_sys::core::PWSTR, cchtext : u32) -> windows_sys::core::HRESULT); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] -windows_targets::link!("propsys.dll" "system" fn PSFormatForDisplayAlloc(key : *const PROPERTYKEY, propvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT, pdff : PROPDESC_FORMAT_FLAGS, ppszdisplay : *mut windows_sys::core::PWSTR) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSFormatForDisplayAlloc(key : *const super::super::super::Foundation:: PROPERTYKEY, propvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT, pdff : PROPDESC_FORMAT_FLAGS, ppszdisplay : *mut windows_sys::core::PWSTR) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSFormatPropertyValue(pps : * mut core::ffi::c_void, ppd : * mut core::ffi::c_void, pdff : PROPDESC_FORMAT_FLAGS, ppszdisplay : *mut windows_sys::core::PWSTR) -> windows_sys::core::HRESULT); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] -windows_targets::link!("propsys.dll" "system" fn PSGetImageReferenceForValue(propkey : *const PROPERTYKEY, propvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT, ppszimageres : *mut windows_sys::core::PWSTR) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSGetImageReferenceForValue(propkey : *const super::super::super::Foundation:: PROPERTYKEY, propvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT, ppszimageres : *mut windows_sys::core::PWSTR) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSGetItemPropertyHandler(punkitem : * mut core::ffi::c_void, freadwrite : super::super::super::Foundation:: BOOL, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSGetItemPropertyHandlerWithCreateObject(punkitem : * mut core::ffi::c_void, freadwrite : super::super::super::Foundation:: BOOL, punkcreateobject : * mut core::ffi::c_void, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); -windows_targets::link!("propsys.dll" "system" fn PSGetNameFromPropertyKey(propkey : *const PROPERTYKEY, ppszcanonicalname : *mut windows_sys::core::PWSTR) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSGetNameFromPropertyKey(propkey : *const super::super::super::Foundation:: PROPERTYKEY, ppszcanonicalname : *mut windows_sys::core::PWSTR) -> windows_sys::core::HRESULT); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("propsys.dll" "system" fn PSGetNamedPropertyFromPropertyStorage(psps : PCUSERIALIZEDPROPSTORAGE, cb : u32, pszname : windows_sys::core::PCWSTR, ppropvar : *mut super::super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); -windows_targets::link!("propsys.dll" "system" fn PSGetPropertyDescription(propkey : *const PROPERTYKEY, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSGetPropertyDescription(propkey : *const super::super::super::Foundation:: PROPERTYKEY, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSGetPropertyDescriptionByName(pszcanonicalname : windows_sys::core::PCWSTR, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSGetPropertyDescriptionListFromString(pszproplist : windows_sys::core::PCWSTR, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] -windows_targets::link!("propsys.dll" "system" fn PSGetPropertyFromPropertyStorage(psps : PCUSERIALIZEDPROPSTORAGE, cb : u32, rpkey : *const PROPERTYKEY, ppropvar : *mut super::super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); -windows_targets::link!("propsys.dll" "system" fn PSGetPropertyKeyFromName(pszname : windows_sys::core::PCWSTR, ppropkey : *mut PROPERTYKEY) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSGetPropertyFromPropertyStorage(psps : PCUSERIALIZEDPROPSTORAGE, cb : u32, rpkey : *const super::super::super::Foundation:: PROPERTYKEY, ppropvar : *mut super::super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSGetPropertyKeyFromName(pszname : windows_sys::core::PCWSTR, ppropkey : *mut super::super::super::Foundation:: PROPERTYKEY) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSGetPropertySystem(riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("propsys.dll" "system" fn PSGetPropertyValue(pps : * mut core::ffi::c_void, ppd : * mut core::ffi::c_void, ppropvar : *mut super::super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); @@ -42,7 +42,7 @@ windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadInt(propbag : windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadLONG(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *mut i32) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadPOINTL(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *mut super::super::super::Foundation:: POINTL) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadPOINTS(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *mut super::super::super::Foundation:: POINTS) -> windows_sys::core::HRESULT); -windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadPropertyKey(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *mut PROPERTYKEY) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadPropertyKey(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *mut super::super::super::Foundation:: PROPERTYKEY) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadRECTL(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *mut super::super::super::Foundation:: RECTL) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadSHORT(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *mut i16) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadStr(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : windows_sys::core::PWSTR, charactercount : i32) -> windows_sys::core::HRESULT); @@ -60,19 +60,19 @@ windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WriteInt(propbag windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WriteLONG(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : i32) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WritePOINTL(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *const super::super::super::Foundation:: POINTL) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WritePOINTS(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *const super::super::super::Foundation:: POINTS) -> windows_sys::core::HRESULT); -windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WritePropertyKey(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *const PROPERTYKEY) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WritePropertyKey(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *const super::super::super::Foundation:: PROPERTYKEY) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WriteRECTL(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : *const super::super::super::Foundation:: RECTL) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WriteSHORT(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : i16) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WriteStr(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WriteStream(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : * mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WriteULONGLONG(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, value : u64) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WriteUnknown(propbag : * mut core::ffi::c_void, propname : windows_sys::core::PCWSTR, punk : * mut core::ffi::c_void) -> windows_sys::core::HRESULT); -windows_targets::link!("propsys.dll" "system" fn PSPropertyKeyFromString(pszstring : windows_sys::core::PCWSTR, pkey : *mut PROPERTYKEY) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSPropertyKeyFromString(pszstring : windows_sys::core::PCWSTR, pkey : *mut super::super::super::Foundation:: PROPERTYKEY) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSRefreshPropertySchema() -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSRegisterPropertySchema(pszpath : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT); #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] windows_targets::link!("propsys.dll" "system" fn PSSetPropertyValue(pps : * mut core::ffi::c_void, ppd : * mut core::ffi::c_void, propvar : *const super::super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); -windows_targets::link!("propsys.dll" "system" fn PSStringFromPropertyKey(pkey : *const PROPERTYKEY, psz : windows_sys::core::PWSTR, cch : u32) -> windows_sys::core::HRESULT); +windows_targets::link!("propsys.dll" "system" fn PSStringFromPropertyKey(pkey : *const super::super::super::Foundation:: PROPERTYKEY, psz : windows_sys::core::PWSTR, cch : u32) -> windows_sys::core::HRESULT); windows_targets::link!("propsys.dll" "system" fn PSUnregisterPropertySchema(pszpath : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT); windows_targets::link!("shell32.dll" "system" fn PifMgr_CloseProperties(hprops : super::super::super::Foundation:: HANDLE, flopt : u32) -> super::super::super::Foundation:: HANDLE); windows_targets::link!("shell32.dll" "system" fn PifMgr_GetProperties(hprops : super::super::super::Foundation:: HANDLE, pszgroup : windows_sys::core::PCSTR, lpprops : *mut core::ffi::c_void, cbprops : i32, flopt : u32) -> i32); @@ -296,12 +296,6 @@ pub type _PERSIST_SPROPSTORE_FLAGS = i32; pub const InMemoryPropertyStore: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9a02e012_6303_4e1e_b9a1_630f802592c5); pub const InMemoryPropertyStoreMarshalByValue: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd4ca0e2d_6da7_4b75_a97c_5f306f0eaedc); pub type PCUSERIALIZEDPROPSTORAGE = isize; -#[repr(C)] -#[derive(Clone, Copy)] -pub struct PROPERTYKEY { - pub fmtid: windows_sys::core::GUID, - pub pid: u32, -} #[repr(C, packed(1))] #[derive(Clone, Copy)] pub struct PROPPRG { diff --git a/crates/libs/sys/src/Windows/Win32/UI/Shell/mod.rs b/crates/libs/sys/src/Windows/Win32/UI/Shell/mod.rs index a0e71bcace..b2e0326538 100644 --- a/crates/libs/sys/src/Windows/Win32/UI/Shell/mod.rs +++ b/crates/libs/sys/src/Windows/Win32/UI/Shell/mod.rs @@ -5,8 +5,8 @@ pub mod PropertiesSystem; windows_targets::link!("shlwapi.dll" "system" fn AssocCreate(clsid : windows_sys::core::GUID, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); #[cfg(feature = "Win32_System_Registry")] windows_targets::link!("shell32.dll" "system" fn AssocCreateForClasses(rgclasses : *const ASSOCIATIONELEMENT, cclasses : u32, riid : *const windows_sys::core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT); -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("shell32.dll" "system" fn AssocGetDetailsOfPropKey(psf : * mut core::ffi::c_void, pidl : *const Common:: ITEMIDLIST, pkey : *const PropertiesSystem:: PROPERTYKEY, pv : *mut super::super::System::Variant:: VARIANT, pffoundpropkey : *mut super::super::Foundation:: BOOL) -> windows_sys::core::HRESULT); +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] +windows_targets::link!("shell32.dll" "system" fn AssocGetDetailsOfPropKey(psf : * mut core::ffi::c_void, pidl : *const Common:: ITEMIDLIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pv : *mut super::super::System::Variant:: VARIANT, pffoundpropkey : *mut super::super::Foundation:: BOOL) -> windows_sys::core::HRESULT); #[cfg(feature = "Win32_UI_Shell_Common")] windows_targets::link!("shlwapi.dll" "system" fn AssocGetPerceivedType(pszext : windows_sys::core::PCWSTR, ptype : *mut Common:: PERCEIVED, pflag : *mut u32, ppsztype : *mut windows_sys::core::PWSTR) -> windows_sys::core::HRESULT); windows_targets::link!("shlwapi.dll" "system" fn AssocIsDangerous(pszassoc : windows_sys::core::PCWSTR) -> super::super::Foundation:: BOOL); @@ -561,8 +561,8 @@ windows_targets::link!("shell32.dll" "system" fn SHGetSpecialFolderPathA(hwnd : windows_targets::link!("shell32.dll" "system" fn SHGetSpecialFolderPathW(hwnd : super::super::Foundation:: HWND, pszpath : windows_sys::core::PWSTR, csidl : i32, fcreate : super::super::Foundation:: BOOL) -> super::super::Foundation:: BOOL); #[cfg(feature = "Win32_UI_WindowsAndMessaging")] windows_targets::link!("shell32.dll" "system" fn SHGetStockIconInfo(siid : SHSTOCKICONID, uflags : SHGSI_FLAGS, psii : *mut SHSTOCKICONINFO) -> windows_sys::core::HRESULT); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("shell32.dll" "system" fn SHGetTemporaryPropertyForItem(psi : * mut core::ffi::c_void, propkey : *const PropertiesSystem:: PROPERTYKEY, ppropvar : *mut super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("shell32.dll" "system" fn SHGetTemporaryPropertyForItem(psi : * mut core::ffi::c_void, propkey : *const super::super::Foundation:: PROPERTYKEY, ppropvar : *mut super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); windows_targets::link!("shlwapi.dll" "system" fn SHGetThreadRef(ppunk : *mut * mut core::ffi::c_void) -> windows_sys::core::HRESULT); #[cfg(feature = "Win32_System_Registry")] windows_targets::link!("shell32.dll" "system" fn SHGetUnreadMailCountW(hkeyuser : super::super::System::Registry:: HKEY, pszmailaddress : windows_sys::core::PCWSTR, pdwcount : *mut u32, pfiletime : *mut super::super::Foundation:: FILETIME, pszshellexecutecommand : windows_sys::core::PWSTR, cchshellexecutecommand : i32) -> windows_sys::core::HRESULT); @@ -678,8 +678,8 @@ windows_targets::link!("shell32.dll" "system" fn SHSetFolderPathW(csidl : i32, h windows_targets::link!("shell32.dll" "system" fn SHSetInstanceExplorer(punk : * mut core::ffi::c_void)); windows_targets::link!("shell32.dll" "system" fn SHSetKnownFolderPath(rfid : *const windows_sys::core::GUID, dwflags : u32, htoken : super::super::Foundation:: HANDLE, pszpath : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT); windows_targets::link!("shell32.dll" "system" fn SHSetLocalizedName(pszpath : windows_sys::core::PCWSTR, pszresmodule : windows_sys::core::PCWSTR, idsres : i32) -> windows_sys::core::HRESULT); -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] -windows_targets::link!("shell32.dll" "system" fn SHSetTemporaryPropertyForItem(psi : * mut core::ffi::c_void, propkey : *const PropertiesSystem:: PROPERTYKEY, propvar : *const super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] +windows_targets::link!("shell32.dll" "system" fn SHSetTemporaryPropertyForItem(psi : * mut core::ffi::c_void, propkey : *const super::super::Foundation:: PROPERTYKEY, propvar : *const super::super::System::Com::StructuredStorage:: PROPVARIANT) -> windows_sys::core::HRESULT); windows_targets::link!("shlwapi.dll" "system" fn SHSetThreadRef(punk : * mut core::ffi::c_void) -> windows_sys::core::HRESULT); windows_targets::link!("shell32.dll" "system" fn SHSetUnreadMailCountW(pszmailaddress : windows_sys::core::PCWSTR, dwcount : u32, pszshellexecutecommand : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT); #[cfg(feature = "Win32_System_Registry")] @@ -6030,10 +6030,10 @@ pub struct SHCOLUMNDATA { pub wszFile: [u16; 260], } #[repr(C, packed(1))] -#[cfg(all(feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(feature = "Win32_System_Variant")] #[derive(Clone, Copy)] pub struct SHCOLUMNINFO { - pub scid: PropertiesSystem::PROPERTYKEY, + pub scid: super::super::Foundation::PROPERTYKEY, pub vt: super::super::System::Variant::VARENUM, pub fmt: u32, pub cChars: u32, @@ -6516,10 +6516,9 @@ pub struct SMINFO { pub iIcon: i32, } #[repr(C)] -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] #[derive(Clone, Copy)] pub struct SORTCOLUMN { - pub propkey: PropertiesSystem::PROPERTYKEY, + pub propkey: super::super::Foundation::PROPERTYKEY, pub direction: SORTDIRECTION, } #[repr(C)] diff --git a/crates/libs/windows/Cargo.toml b/crates/libs/windows/Cargo.toml index 4d2176039f..34e6df7cd9 100644 --- a/crates/libs/windows/Cargo.toml +++ b/crates/libs/windows/Cargo.toml @@ -410,13 +410,16 @@ Win32_Data_Xml_MsXml = ["Win32_Data_Xml"] Win32_Data_Xml_XmlLite = ["Win32_Data_Xml"] Win32_Devices = ["Win32"] Win32_Devices_AllJoyn = ["Win32_Devices"] +Win32_Devices_Beep = ["Win32_Devices"] Win32_Devices_BiometricFramework = ["Win32_Devices"] Win32_Devices_Bluetooth = ["Win32_Devices"] +Win32_Devices_Cdrom = ["Win32_Devices"] Win32_Devices_Communication = ["Win32_Devices"] Win32_Devices_DeviceAccess = ["Win32_Devices"] Win32_Devices_DeviceAndDriverInstallation = ["Win32_Devices"] Win32_Devices_DeviceQuery = ["Win32_Devices"] Win32_Devices_Display = ["Win32_Devices"] +Win32_Devices_Dvd = ["Win32_Devices"] Win32_Devices_Enumeration = ["Win32_Devices"] Win32_Devices_Enumeration_Pnp = ["Win32_Devices_Enumeration"] Win32_Devices_Fax = ["Win32_Devices"] @@ -424,6 +427,8 @@ Win32_Devices_FunctionDiscovery = ["Win32_Devices"] Win32_Devices_Geolocation = ["Win32_Devices"] Win32_Devices_HumanInterfaceDevice = ["Win32_Devices"] Win32_Devices_ImageAcquisition = ["Win32_Devices"] +Win32_Devices_Nfc = ["Win32_Devices"] +Win32_Devices_Nfp = ["Win32_Devices"] Win32_Devices_PortableDevices = ["Win32_Devices"] Win32_Devices_Properties = ["Win32_Devices"] Win32_Devices_Pwm = ["Win32_Devices"] diff --git a/crates/libs/windows/features.json b/crates/libs/windows/features.json index 90a428d0af..7dfc2a829c 100644 --- a/crates/libs/windows/features.json +++ b/crates/libs/windows/features.json @@ -1 +1 @@ -{"namespace_map":["Windows.AI.MachineLearning","Windows.AI.MachineLearning.Preview","Windows.ApplicationModel","Windows.ApplicationModel.Activation","Windows.ApplicationModel.AppExtensions","Windows.ApplicationModel.AppService","Windows.ApplicationModel.Appointments","Windows.ApplicationModel.Appointments.AppointmentsProvider","Windows.ApplicationModel.Appointments.DataProvider","Windows.ApplicationModel.Background","Windows.ApplicationModel.Calls","Windows.ApplicationModel.Calls.Background","Windows.ApplicationModel.Calls.Provider","Windows.ApplicationModel.Chat","Windows.ApplicationModel.CommunicationBlocking","Windows.ApplicationModel.Contacts","Windows.ApplicationModel.Contacts.DataProvider","Windows.ApplicationModel.Contacts.Provider","Windows.ApplicationModel.ConversationalAgent","Windows.ApplicationModel.Core","Windows.ApplicationModel.DataTransfer","Windows.ApplicationModel.DataTransfer.DragDrop","Windows.ApplicationModel.DataTransfer.DragDrop.Core","Windows.ApplicationModel.DataTransfer.ShareTarget","Windows.ApplicationModel.Email","Windows.ApplicationModel.Email.DataProvider","Windows.ApplicationModel.ExtendedExecution","Windows.ApplicationModel.ExtendedExecution.Foreground","Windows.ApplicationModel.Holographic","Windows.ApplicationModel.LockScreen","Windows.ApplicationModel.PackageExtensions","Windows.ApplicationModel.Payments","Windows.ApplicationModel.Payments.Provider","Windows.ApplicationModel.Preview.Holographic","Windows.ApplicationModel.Preview.InkWorkspace","Windows.ApplicationModel.Preview.Notes","Windows.ApplicationModel.Resources","Windows.ApplicationModel.Resources.Core","Windows.ApplicationModel.Resources.Management","Windows.ApplicationModel.Search","Windows.ApplicationModel.Search.Core","Windows.ApplicationModel.SocialInfo","Windows.ApplicationModel.SocialInfo.Provider","Windows.ApplicationModel.Store","Windows.ApplicationModel.Store.LicenseManagement","Windows.ApplicationModel.Store.Preview","Windows.ApplicationModel.Store.Preview.InstallControl","Windows.ApplicationModel.UserActivities","Windows.ApplicationModel.UserActivities.Core","Windows.ApplicationModel.UserDataAccounts","Windows.ApplicationModel.UserDataAccounts.Provider","Windows.ApplicationModel.UserDataAccounts.SystemAccess","Windows.ApplicationModel.UserDataTasks","Windows.ApplicationModel.UserDataTasks.DataProvider","Windows.ApplicationModel.VoiceCommands","Windows.ApplicationModel.Wallet","Windows.ApplicationModel.Wallet.System","Windows.Data.Html","Windows.Data.Json","Windows.Data.Pdf","Windows.Data.Text","Windows.Data.Xml.Dom","Windows.Data.Xml.Xsl","Windows.Devices","Windows.Devices.Adc","Windows.Devices.Adc.Provider","Windows.Devices.Background","Windows.Devices.Bluetooth","Windows.Devices.Bluetooth.Advertisement","Windows.Devices.Bluetooth.Background","Windows.Devices.Bluetooth.GenericAttributeProfile","Windows.Devices.Bluetooth.Rfcomm","Windows.Devices.Custom","Windows.Devices.Display","Windows.Devices.Display.Core","Windows.Devices.Enumeration","Windows.Devices.Enumeration.Pnp","Windows.Devices.Geolocation","Windows.Devices.Geolocation.Geofencing","Windows.Devices.Geolocation.Provider","Windows.Devices.Gpio","Windows.Devices.Gpio.Provider","Windows.Devices.Haptics","Windows.Devices.HumanInterfaceDevice","Windows.Devices.I2c","Windows.Devices.I2c.Provider","Windows.Devices.Input","Windows.Devices.Input.Preview","Windows.Devices.Lights","Windows.Devices.Lights.Effects","Windows.Devices.Midi","Windows.Devices.Perception","Windows.Devices.Perception.Provider","Windows.Devices.PointOfService","Windows.Devices.PointOfService.Provider","Windows.Devices.Portable","Windows.Devices.Power","Windows.Devices.Printers","Windows.Devices.Printers.Extensions","Windows.Devices.Pwm","Windows.Devices.Pwm.Provider","Windows.Devices.Radios","Windows.Devices.Scanners","Windows.Devices.Sensors","Windows.Devices.Sensors.Custom","Windows.Devices.SerialCommunication","Windows.Devices.SmartCards","Windows.Devices.Sms","Windows.Devices.Spi","Windows.Devices.Spi.Provider","Windows.Devices.Usb","Windows.Devices.WiFi","Windows.Devices.WiFiDirect","Windows.Devices.WiFiDirect.Services","Windows.Embedded.DeviceLockdown","Windows.Foundation","Windows.Foundation.Collections","Windows.Foundation.Diagnostics","Windows.Foundation.Metadata","Windows.Foundation.Numerics","Windows.Gaming.Input","Windows.Gaming.Input.Custom","Windows.Gaming.Input.ForceFeedback","Windows.Gaming.Input.Preview","Windows.Gaming.Preview","Windows.Gaming.Preview.GamesEnumeration","Windows.Gaming.UI","Windows.Gaming.XboxLive","Windows.Gaming.XboxLive.Storage","Windows.Globalization","Windows.Globalization.Collation","Windows.Globalization.DateTimeFormatting","Windows.Globalization.Fonts","Windows.Globalization.NumberFormatting","Windows.Globalization.PhoneNumberFormatting","Windows.Graphics","Windows.Graphics.Capture","Windows.Graphics.DirectX","Windows.Graphics.DirectX.Direct3D11","Windows.Graphics.Display","Windows.Graphics.Display.Core","Windows.Graphics.Effects","Windows.Graphics.Holographic","Windows.Graphics.Imaging","Windows.Graphics.Printing","Windows.Graphics.Printing.OptionDetails","Windows.Graphics.Printing.PrintSupport","Windows.Graphics.Printing.PrintTicket","Windows.Graphics.Printing.Workflow","Windows.Graphics.Printing3D","Windows.Management","Windows.Management.Core","Windows.Management.Deployment","Windows.Management.Deployment.Preview","Windows.Management.Policies","Windows.Management.Setup","Windows.Management.Update","Windows.Management.Workplace","Windows.Media","Windows.Media.AppBroadcasting","Windows.Media.AppRecording","Windows.Media.Audio","Windows.Media.Capture","Windows.Media.Capture.Core","Windows.Media.Capture.Frames","Windows.Media.Casting","Windows.Media.ClosedCaptioning","Windows.Media.ContentRestrictions","Windows.Media.Control","Windows.Media.Core","Windows.Media.Core.Preview","Windows.Media.Devices","Windows.Media.Devices.Core","Windows.Media.DialProtocol","Windows.Media.Editing","Windows.Media.Effects","Windows.Media.FaceAnalysis","Windows.Media.Import","Windows.Media.MediaProperties","Windows.Media.Miracast","Windows.Media.Ocr","Windows.Media.PlayTo","Windows.Media.Playback","Windows.Media.Playlists","Windows.Media.Protection","Windows.Media.Protection.PlayReady","Windows.Media.Render","Windows.Media.SpeechRecognition","Windows.Media.SpeechSynthesis","Windows.Media.Streaming.Adaptive","Windows.Media.Transcoding","Windows.Networking","Windows.Networking.BackgroundTransfer","Windows.Networking.Connectivity","Windows.Networking.NetworkOperators","Windows.Networking.Proximity","Windows.Networking.PushNotifications","Windows.Networking.ServiceDiscovery.Dnssd","Windows.Networking.Sockets","Windows.Networking.Vpn","Windows.Networking.XboxLive","Windows.Perception","Windows.Perception.Automation.Core","Windows.Perception.People","Windows.Perception.Spatial","Windows.Perception.Spatial.Preview","Windows.Perception.Spatial.Surfaces","Windows.Phone","Windows.Phone.ApplicationModel","Windows.Phone.Devices.Notification","Windows.Phone.Devices.Power","Windows.Phone.Management.Deployment","Windows.Phone.Media.Devices","Windows.Phone.Notification.Management","Windows.Phone.PersonalInformation","Windows.Phone.PersonalInformation.Provisioning","Windows.Phone.Speech.Recognition","Windows.Phone.StartScreen","Windows.Phone.System","Windows.Phone.System.Power","Windows.Phone.System.Profile","Windows.Phone.System.UserProfile.GameServices.Core","Windows.Phone.UI.Input","Windows.Security.Authentication.Identity","Windows.Security.Authentication.Identity.Core","Windows.Security.Authentication.Identity.Provider","Windows.Security.Authentication.OnlineId","Windows.Security.Authentication.Web","Windows.Security.Authentication.Web.Core","Windows.Security.Authentication.Web.Provider","Windows.Security.Authorization.AppCapabilityAccess","Windows.Security.Credentials","Windows.Security.Credentials.UI","Windows.Security.Cryptography","Windows.Security.Cryptography.Certificates","Windows.Security.Cryptography.Core","Windows.Security.Cryptography.DataProtection","Windows.Security.DataProtection","Windows.Security.EnterpriseData","Windows.Security.ExchangeActiveSyncProvisioning","Windows.Security.Isolation","Windows.Services.Cortana","Windows.Services.Maps","Windows.Services.Maps.Guidance","Windows.Services.Maps.LocalSearch","Windows.Services.Maps.OfflineMaps","Windows.Services.Store","Windows.Services.TargetedContent","Windows.Storage","Windows.Storage.AccessCache","Windows.Storage.BulkAccess","Windows.Storage.Compression","Windows.Storage.FileProperties","Windows.Storage.Pickers","Windows.Storage.Pickers.Provider","Windows.Storage.Provider","Windows.Storage.Search","Windows.Storage.Streams","Windows.System","Windows.System.Diagnostics","Windows.System.Diagnostics.DevicePortal","Windows.System.Diagnostics.Telemetry","Windows.System.Diagnostics.TraceReporting","Windows.System.Display","Windows.System.Implementation.FileExplorer","Windows.System.Inventory","Windows.System.Power","Windows.System.Power.Diagnostics","Windows.System.Preview","Windows.System.Profile","Windows.System.Profile.SystemManufacturers","Windows.System.RemoteDesktop","Windows.System.RemoteDesktop.Input","Windows.System.RemoteDesktop.Provider","Windows.System.RemoteSystems","Windows.System.Threading","Windows.System.Threading.Core","Windows.System.Update","Windows.System.UserProfile","Windows.UI","Windows.UI.Accessibility","Windows.UI.ApplicationSettings","Windows.UI.Composition","Windows.UI.Composition.Core","Windows.UI.Composition.Desktop","Windows.UI.Composition.Diagnostics","Windows.UI.Composition.Effects","Windows.UI.Composition.Interactions","Windows.UI.Composition.Scenes","Windows.UI.Core","Windows.UI.Core.AnimationMetrics","Windows.UI.Core.Preview","Windows.UI.Input","Windows.UI.Input.Core","Windows.UI.Input.Inking","Windows.UI.Input.Inking.Analysis","Windows.UI.Input.Inking.Core","Windows.UI.Input.Inking.Preview","Windows.UI.Input.Preview","Windows.UI.Input.Preview.Injection","Windows.UI.Input.Spatial","Windows.UI.Notifications","Windows.UI.Notifications.Management","Windows.UI.Notifications.Preview","Windows.UI.Popups","Windows.UI.Shell","Windows.UI.StartScreen","Windows.UI.Text","Windows.UI.Text.Core","Windows.UI.UIAutomation","Windows.UI.UIAutomation.Core","Windows.UI.ViewManagement","Windows.UI.ViewManagement.Core","Windows.UI.WebUI","Windows.UI.WebUI.Core","Windows.UI.WindowManagement","Windows.UI.WindowManagement.Preview","Windows.UI.Xaml","Windows.UI.Xaml.Automation","Windows.UI.Xaml.Automation.Peers","Windows.UI.Xaml.Automation.Provider","Windows.UI.Xaml.Automation.Text","Windows.UI.Xaml.Controls","Windows.UI.Xaml.Controls.Maps","Windows.UI.Xaml.Controls.Primitives","Windows.UI.Xaml.Core.Direct","Windows.UI.Xaml.Data","Windows.UI.Xaml.Documents","Windows.UI.Xaml.Hosting","Windows.UI.Xaml.Input","Windows.UI.Xaml.Interop","Windows.UI.Xaml.Markup","Windows.UI.Xaml.Media","Windows.UI.Xaml.Media.Animation","Windows.UI.Xaml.Media.Imaging","Windows.UI.Xaml.Media.Media3D","Windows.UI.Xaml.Navigation","Windows.UI.Xaml.Printing","Windows.UI.Xaml.Resources","Windows.UI.Xaml.Shapes","Windows.Wdk.Devices.Bluetooth","Windows.Wdk.Devices.HumanInterfaceDevice","Windows.Wdk.Foundation","Windows.Wdk.Graphics.Direct3D","Windows.Wdk.NetworkManagement.Ndis","Windows.Wdk.NetworkManagement.WindowsFilteringPlatform","Windows.Wdk.Storage.FileSystem","Windows.Wdk.Storage.FileSystem.Minifilters","Windows.Wdk.System.IO","Windows.Wdk.System.Memory","Windows.Wdk.System.OfflineRegistry","Windows.Wdk.System.Registry","Windows.Wdk.System.SystemInformation","Windows.Wdk.System.SystemServices","Windows.Wdk.System.Threading","Windows.Web","Windows.Web.AtomPub","Windows.Web.Http","Windows.Web.Http.Diagnostics","Windows.Web.Http.Filters","Windows.Web.Http.Headers","Windows.Web.Syndication","Windows.Web.UI","Windows.Web.UI.Interop","Windows.Win32.AI.MachineLearning.DirectML","Windows.Win32.AI.MachineLearning.WinML","Windows.Win32.Data.HtmlHelp","Windows.Win32.Data.RightsManagement","Windows.Win32.Data.Xml.MsXml","Windows.Win32.Data.Xml.XmlLite","Windows.Win32.Devices.AllJoyn","Windows.Win32.Devices.BiometricFramework","Windows.Win32.Devices.Bluetooth","Windows.Win32.Devices.Communication","Windows.Win32.Devices.DeviceAccess","Windows.Win32.Devices.DeviceAndDriverInstallation","Windows.Win32.Devices.DeviceQuery","Windows.Win32.Devices.Display","Windows.Win32.Devices.Enumeration.Pnp","Windows.Win32.Devices.Fax","Windows.Win32.Devices.FunctionDiscovery","Windows.Win32.Devices.Geolocation","Windows.Win32.Devices.HumanInterfaceDevice","Windows.Win32.Devices.ImageAcquisition","Windows.Win32.Devices.PortableDevices","Windows.Win32.Devices.Properties","Windows.Win32.Devices.Pwm","Windows.Win32.Devices.Sensors","Windows.Win32.Devices.SerialCommunication","Windows.Win32.Devices.Tapi","Windows.Win32.Devices.Usb","Windows.Win32.Devices.WebServicesOnDevices","Windows.Win32.Foundation","Windows.Win32.Foundation.Metadata","Windows.Win32.Gaming","Windows.Win32.Globalization","Windows.Win32.Graphics.CompositionSwapchain","Windows.Win32.Graphics.DXCore","Windows.Win32.Graphics.Direct2D","Windows.Win32.Graphics.Direct2D.Common","Windows.Win32.Graphics.Direct3D","Windows.Win32.Graphics.Direct3D.Dxc","Windows.Win32.Graphics.Direct3D.Fxc","Windows.Win32.Graphics.Direct3D10","Windows.Win32.Graphics.Direct3D11","Windows.Win32.Graphics.Direct3D11on12","Windows.Win32.Graphics.Direct3D12","Windows.Win32.Graphics.Direct3D9","Windows.Win32.Graphics.Direct3D9on12","Windows.Win32.Graphics.DirectComposition","Windows.Win32.Graphics.DirectDraw","Windows.Win32.Graphics.DirectManipulation","Windows.Win32.Graphics.DirectWrite","Windows.Win32.Graphics.Dwm","Windows.Win32.Graphics.Dxgi","Windows.Win32.Graphics.Dxgi.Common","Windows.Win32.Graphics.Gdi","Windows.Win32.Graphics.GdiPlus","Windows.Win32.Graphics.Hlsl","Windows.Win32.Graphics.Imaging","Windows.Win32.Graphics.Imaging.D2D","Windows.Win32.Graphics.OpenGL","Windows.Win32.Graphics.Printing","Windows.Win32.Graphics.Printing.PrintTicket","Windows.Win32.Management.MobileDeviceManagementRegistration","Windows.Win32.Media","Windows.Win32.Media.Audio","Windows.Win32.Media.Audio.Apo","Windows.Win32.Media.Audio.DirectMusic","Windows.Win32.Media.Audio.DirectSound","Windows.Win32.Media.Audio.Endpoints","Windows.Win32.Media.Audio.XAudio2","Windows.Win32.Media.DeviceManager","Windows.Win32.Media.DirectShow","Windows.Win32.Media.DirectShow.Tv","Windows.Win32.Media.DirectShow.Xml","Windows.Win32.Media.DxMediaObjects","Windows.Win32.Media.KernelStreaming","Windows.Win32.Media.LibrarySharingServices","Windows.Win32.Media.MediaFoundation","Windows.Win32.Media.MediaPlayer","Windows.Win32.Media.Multimedia","Windows.Win32.Media.PictureAcquisition","Windows.Win32.Media.Speech","Windows.Win32.Media.Streaming","Windows.Win32.Media.WindowsMediaFormat","Windows.Win32.NetworkManagement.Dhcp","Windows.Win32.NetworkManagement.Dns","Windows.Win32.NetworkManagement.InternetConnectionWizard","Windows.Win32.NetworkManagement.IpHelper","Windows.Win32.NetworkManagement.MobileBroadband","Windows.Win32.NetworkManagement.Multicast","Windows.Win32.NetworkManagement.Ndis","Windows.Win32.NetworkManagement.NetBios","Windows.Win32.NetworkManagement.NetManagement","Windows.Win32.NetworkManagement.NetShell","Windows.Win32.NetworkManagement.NetworkDiagnosticsFramework","Windows.Win32.NetworkManagement.NetworkPolicyServer","Windows.Win32.NetworkManagement.P2P","Windows.Win32.NetworkManagement.QoS","Windows.Win32.NetworkManagement.Rras","Windows.Win32.NetworkManagement.Snmp","Windows.Win32.NetworkManagement.WNet","Windows.Win32.NetworkManagement.WebDav","Windows.Win32.NetworkManagement.WiFi","Windows.Win32.NetworkManagement.WindowsConnectNow","Windows.Win32.NetworkManagement.WindowsConnectionManager","Windows.Win32.NetworkManagement.WindowsFilteringPlatform","Windows.Win32.NetworkManagement.WindowsFirewall","Windows.Win32.NetworkManagement.WindowsNetworkVirtualization","Windows.Win32.Networking.ActiveDirectory","Windows.Win32.Networking.BackgroundIntelligentTransferService","Windows.Win32.Networking.Clustering","Windows.Win32.Networking.HttpServer","Windows.Win32.Networking.Ldap","Windows.Win32.Networking.NetworkListManager","Windows.Win32.Networking.RemoteDifferentialCompression","Windows.Win32.Networking.WebSocket","Windows.Win32.Networking.WinHttp","Windows.Win32.Networking.WinInet","Windows.Win32.Networking.WinSock","Windows.Win32.Networking.WindowsWebServices","Windows.Win32.Security","Windows.Win32.Security.AppLocker","Windows.Win32.Security.Authentication.Identity","Windows.Win32.Security.Authentication.Identity.Provider","Windows.Win32.Security.Authorization","Windows.Win32.Security.Authorization.UI","Windows.Win32.Security.ConfigurationSnapin","Windows.Win32.Security.Credentials","Windows.Win32.Security.Cryptography","Windows.Win32.Security.Cryptography.Catalog","Windows.Win32.Security.Cryptography.Certificates","Windows.Win32.Security.Cryptography.Sip","Windows.Win32.Security.Cryptography.UI","Windows.Win32.Security.DiagnosticDataQuery","Windows.Win32.Security.DirectoryServices","Windows.Win32.Security.EnterpriseData","Windows.Win32.Security.ExtensibleAuthenticationProtocol","Windows.Win32.Security.Isolation","Windows.Win32.Security.LicenseProtection","Windows.Win32.Security.NetworkAccessProtection","Windows.Win32.Security.Tpm","Windows.Win32.Security.WinTrust","Windows.Win32.Security.WinWlx","Windows.Win32.Storage.Cabinets","Windows.Win32.Storage.CloudFilters","Windows.Win32.Storage.Compression","Windows.Win32.Storage.DataDeduplication","Windows.Win32.Storage.DistributedFileSystem","Windows.Win32.Storage.EnhancedStorage","Windows.Win32.Storage.FileHistory","Windows.Win32.Storage.FileServerResourceManager","Windows.Win32.Storage.FileSystem","Windows.Win32.Storage.Imapi","Windows.Win32.Storage.IndexServer","Windows.Win32.Storage.InstallableFileSystems","Windows.Win32.Storage.IscsiDisc","Windows.Win32.Storage.Jet","Windows.Win32.Storage.Nvme","Windows.Win32.Storage.OfflineFiles","Windows.Win32.Storage.OperationRecorder","Windows.Win32.Storage.Packaging.Appx","Windows.Win32.Storage.Packaging.Opc","Windows.Win32.Storage.ProjectedFileSystem","Windows.Win32.Storage.StructuredStorage","Windows.Win32.Storage.Vhd","Windows.Win32.Storage.VirtualDiskService","Windows.Win32.Storage.Vss","Windows.Win32.Storage.Xps","Windows.Win32.Storage.Xps.Printing","Windows.Win32.System.AddressBook","Windows.Win32.System.Antimalware","Windows.Win32.System.ApplicationInstallationAndServicing","Windows.Win32.System.ApplicationVerifier","Windows.Win32.System.AssessmentTool","Windows.Win32.System.ClrHosting","Windows.Win32.System.Com","Windows.Win32.System.Com.CallObj","Windows.Win32.System.Com.ChannelCredentials","Windows.Win32.System.Com.Events","Windows.Win32.System.Com.Marshal","Windows.Win32.System.Com.StructuredStorage","Windows.Win32.System.Com.UI","Windows.Win32.System.Com.Urlmon","Windows.Win32.System.ComponentServices","Windows.Win32.System.Console","Windows.Win32.System.Contacts","Windows.Win32.System.CorrelationVector","Windows.Win32.System.DataExchange","Windows.Win32.System.DeploymentServices","Windows.Win32.System.DesktopSharing","Windows.Win32.System.DeveloperLicensing","Windows.Win32.System.Diagnostics.Ceip","Windows.Win32.System.Diagnostics.ClrProfiling","Windows.Win32.System.Diagnostics.Debug","Windows.Win32.System.Diagnostics.Debug.ActiveScript","Windows.Win32.System.Diagnostics.Debug.Extensions","Windows.Win32.System.Diagnostics.Debug.WebApp","Windows.Win32.System.Diagnostics.Etw","Windows.Win32.System.Diagnostics.ProcessSnapshotting","Windows.Win32.System.Diagnostics.ToolHelp","Windows.Win32.System.Diagnostics.TraceLogging","Windows.Win32.System.DistributedTransactionCoordinator","Windows.Win32.System.Environment","Windows.Win32.System.ErrorReporting","Windows.Win32.System.EventCollector","Windows.Win32.System.EventLog","Windows.Win32.System.EventNotificationService","Windows.Win32.System.GroupPolicy","Windows.Win32.System.HostCompute","Windows.Win32.System.HostComputeNetwork","Windows.Win32.System.HostComputeSystem","Windows.Win32.System.Hypervisor","Windows.Win32.System.IO","Windows.Win32.System.Iis","Windows.Win32.System.Ioctl","Windows.Win32.System.JobObjects","Windows.Win32.System.Js","Windows.Win32.System.Kernel","Windows.Win32.System.LibraryLoader","Windows.Win32.System.Mailslots","Windows.Win32.System.Mapi","Windows.Win32.System.Memory","Windows.Win32.System.Memory.NonVolatile","Windows.Win32.System.MessageQueuing","Windows.Win32.System.MixedReality","Windows.Win32.System.Mmc","Windows.Win32.System.Ole","Windows.Win32.System.ParentalControls","Windows.Win32.System.PasswordManagement","Windows.Win32.System.Performance","Windows.Win32.System.Performance.HardwareCounterProfiling","Windows.Win32.System.Pipes","Windows.Win32.System.Power","Windows.Win32.System.ProcessStatus","Windows.Win32.System.RealTimeCommunications","Windows.Win32.System.Recovery","Windows.Win32.System.Registry","Windows.Win32.System.RemoteAssistance","Windows.Win32.System.RemoteDesktop","Windows.Win32.System.RemoteManagement","Windows.Win32.System.RestartManager","Windows.Win32.System.Restore","Windows.Win32.System.Rpc","Windows.Win32.System.Search","Windows.Win32.System.Search.Common","Windows.Win32.System.SecurityCenter","Windows.Win32.System.ServerBackup","Windows.Win32.System.Services","Windows.Win32.System.SettingsManagementInfrastructure","Windows.Win32.System.SetupAndMigration","Windows.Win32.System.Shutdown","Windows.Win32.System.SideShow","Windows.Win32.System.StationsAndDesktops","Windows.Win32.System.SubsystemForLinux","Windows.Win32.System.SystemInformation","Windows.Win32.System.SystemServices","Windows.Win32.System.TaskScheduler","Windows.Win32.System.Threading","Windows.Win32.System.Time","Windows.Win32.System.TpmBaseServices","Windows.Win32.System.TransactionServer","Windows.Win32.System.UpdateAgent","Windows.Win32.System.UpdateAssessment","Windows.Win32.System.UserAccessLogging","Windows.Win32.System.Variant","Windows.Win32.System.VirtualDosMachines","Windows.Win32.System.WinRT","Windows.Win32.System.WinRT.AllJoyn","Windows.Win32.System.WinRT.Composition","Windows.Win32.System.WinRT.CoreInputView","Windows.Win32.System.WinRT.Direct3D11","Windows.Win32.System.WinRT.Display","Windows.Win32.System.WinRT.Graphics.Capture","Windows.Win32.System.WinRT.Graphics.Direct2D","Windows.Win32.System.WinRT.Graphics.Imaging","Windows.Win32.System.WinRT.Holographic","Windows.Win32.System.WinRT.Isolation","Windows.Win32.System.WinRT.ML","Windows.Win32.System.WinRT.Media","Windows.Win32.System.WinRT.Metadata","Windows.Win32.System.WinRT.Pdf","Windows.Win32.System.WinRT.Printing","Windows.Win32.System.WinRT.Shell","Windows.Win32.System.WinRT.Storage","Windows.Win32.System.WinRT.Xaml","Windows.Win32.System.WindowsProgramming","Windows.Win32.System.WindowsSync","Windows.Win32.System.Wmi","Windows.Win32.UI.Accessibility","Windows.Win32.UI.Animation","Windows.Win32.UI.ColorSystem","Windows.Win32.UI.Controls","Windows.Win32.UI.Controls.Dialogs","Windows.Win32.UI.Controls.RichEdit","Windows.Win32.UI.HiDpi","Windows.Win32.UI.Input","Windows.Win32.UI.Input.Ime","Windows.Win32.UI.Input.Ink","Windows.Win32.UI.Input.KeyboardAndMouse","Windows.Win32.UI.Input.Pointer","Windows.Win32.UI.Input.Radial","Windows.Win32.UI.Input.Touch","Windows.Win32.UI.Input.XboxController","Windows.Win32.UI.InteractionContext","Windows.Win32.UI.LegacyWindowsEnvironmentFeatures","Windows.Win32.UI.Magnification","Windows.Win32.UI.Notifications","Windows.Win32.UI.Ribbon","Windows.Win32.UI.Shell","Windows.Win32.UI.Shell.Common","Windows.Win32.UI.Shell.PropertiesSystem","Windows.Win32.UI.TabletPC","Windows.Win32.UI.TextServices","Windows.Win32.UI.WindowsAndMessaging","Windows.Win32.UI.Wpf","Windows.Win32.UI.Xaml.Diagnostics","Windows.Win32.Web.InternetExplorer","Windows.Win32.Web.MsHtml"],"feature_map":["AI_MachineLearning","ApplicationModel","ApplicationModel_Activation","ApplicationModel_AppExtensions","ApplicationModel_AppService","ApplicationModel_Appointments","ApplicationModel_Appointments_AppointmentsProvider","ApplicationModel_Appointments_DataProvider","ApplicationModel_Background","ApplicationModel_Calls","ApplicationModel_Calls_Background","ApplicationModel_Calls_Provider","ApplicationModel_Chat","ApplicationModel_CommunicationBlocking","ApplicationModel_Contacts","ApplicationModel_Contacts_DataProvider","ApplicationModel_Contacts_Provider","ApplicationModel_ConversationalAgent","ApplicationModel_Core","ApplicationModel_DataTransfer","ApplicationModel_DataTransfer_DragDrop","ApplicationModel_DataTransfer_DragDrop_Core","ApplicationModel_DataTransfer_ShareTarget","ApplicationModel_Email","ApplicationModel_Email_DataProvider","ApplicationModel_ExtendedExecution","ApplicationModel_ExtendedExecution_Foreground","ApplicationModel_Holographic","ApplicationModel_LockScreen","ApplicationModel_PackageExtensions","ApplicationModel_Payments","ApplicationModel_Payments_Provider","ApplicationModel_Preview_Holographic","ApplicationModel_Preview_InkWorkspace","ApplicationModel_Preview_Notes","ApplicationModel_Resources","ApplicationModel_Resources_Core","Foundation_Collections","ApplicationModel_Resources_Management","ApplicationModel_Search","ApplicationModel_Search_Core","ApplicationModel_UserActivities","ApplicationModel_UserActivities_Core","ApplicationModel_UserDataAccounts","ApplicationModel_UserDataAccounts_Provider","ApplicationModel_UserDataAccounts_SystemAccess","ApplicationModel_UserDataTasks","ApplicationModel_UserDataTasks_DataProvider","ApplicationModel_VoiceCommands","ApplicationModel_Wallet","ApplicationModel_Wallet_System","Data_Html","Data_Json","Data_Pdf","Data_Text","Data_Xml_Dom","Data_Xml_Xsl","Devices","Devices_Adc","Devices_Adc_Provider","Devices_Background","Devices_Bluetooth","Devices_Bluetooth_Advertisement","Devices_Bluetooth_Background","Devices_Bluetooth_GenericAttributeProfile","Devices_Bluetooth_Rfcomm","Devices_Custom","Devices_Display","Devices_Display_Core","Foundation_Numerics","Devices_Enumeration","Storage_Streams","Devices_Enumeration_Pnp","Devices_Geolocation","Devices_Geolocation_Geofencing","Devices_Geolocation_Provider","Devices_Gpio","Foundation","Devices_Gpio_Provider","Devices_Haptics","Devices_HumanInterfaceDevice","Devices_I2c","Devices_I2c_Provider","Devices_Input","Devices_Input_Preview","Devices_Lights","Devices_Lights_Effects","Devices_Midi","Devices_PointOfService","Devices_PointOfService_Provider","Devices_Portable","Devices_Power","Devices_Printers","Devices_Printers_Extensions","Devices_Pwm","Devices_Pwm_Provider","Devices_Radios","Devices_Scanners","Devices_Sensors","Devices_Sensors_Custom","Devices_SerialCommunication","Devices_SmartCards","Devices_Sms","Devices_Spi","Devices_Spi_Provider","Devices_Usb","Devices_WiFi","Devices_WiFiDirect","Devices_WiFiDirect_Services","Embedded_DeviceLockdown","Foundation_Diagnostics","Foundation_Metadata","Gaming_Input","Gaming_Input_Custom","Gaming_Input_ForceFeedback","Gaming_Input_Preview","Gaming_Preview","Gaming_Preview_GamesEnumeration","Gaming_UI","Gaming_XboxLive","Gaming_XboxLive_Storage","Globalization","Globalization_Collation","Globalization_DateTimeFormatting","Globalization_Fonts","Globalization_NumberFormatting","Globalization_PhoneNumberFormatting","Graphics","Graphics_Capture","Graphics_DirectX","Graphics_DirectX_Direct3D11","Graphics_Display","Graphics_Display_Core","Graphics_Effects","Graphics_Holographic","Graphics_Imaging","Graphics_Printing","Graphics_Printing_OptionDetails","Graphics_Printing_PrintSupport","Graphics_Printing_PrintTicket","Graphics_Printing_Workflow","Graphics_Printing3D","Management","Management_Core","Management_Deployment","Management_Deployment_Preview","Management_Policies","Management_Setup","Management_Update","Management_Workplace","Media","Media_AppBroadcasting","Media_AppRecording","Media_Audio","Media_Capture","Media_Capture_Core","Media_Capture_Frames","Media_Casting","Media_ClosedCaptioning","Media_ContentRestrictions","Media_Control","Media_Core","Media_Effects","Media_Core_Preview","Media_Devices","Media_Devices_Core","Media_DialProtocol","Media_Editing","Media_FaceAnalysis","Media_Import","Media_MediaProperties","Media_Miracast","Media_Ocr","Media_PlayTo","Media_Playback","Media_Playlists","Media_Protection","Media_Protection_PlayReady","Media_Render","Media_SpeechRecognition","Media_SpeechSynthesis","Media_Streaming_Adaptive","Media_Transcoding","Networking","Networking_BackgroundTransfer","Networking_Connectivity","Networking_NetworkOperators","Networking_Proximity","Networking_PushNotifications","Networking_ServiceDiscovery_Dnssd","Networking_Sockets","Networking_Vpn","Networking_XboxLive","Perception","Perception_Automation_Core","Perception_People","Perception_Spatial","Perception_Spatial_Preview","Perception_Spatial_Surfaces","Phone","Phone_ApplicationModel","Phone_Devices_Notification","Phone_Devices_Power","Phone_Management_Deployment","Phone_Media_Devices","Phone_Notification_Management","Phone_PersonalInformation","Phone_PersonalInformation_Provisioning","Phone_Speech_Recognition","Phone_StartScreen","Phone_System","Phone_System_Power","Phone_System_Profile","Phone_System_UserProfile_GameServices_Core","Phone_UI_Input","Security_Authentication_Identity","Security_Authentication_Identity_Core","Security_Authentication_OnlineId","Security_Authentication_Web","Security_Authentication_Web_Core","Security_Authentication_Web_Provider","Security_Authorization_AppCapabilityAccess","Security_Credentials","Security_Credentials_UI","Security_Cryptography","Security_Cryptography_Certificates","Security_Cryptography_Core","Security_Cryptography_DataProtection","Security_DataProtection","Security_EnterpriseData","Security_ExchangeActiveSyncProvisioning","Security_Isolation","Services_Maps","Services_Maps_Guidance","Services_Maps_LocalSearch","Services_Maps_OfflineMaps","Services_Store","Services_TargetedContent","Storage","Storage_AccessCache","Storage_BulkAccess","Storage_Compression","Storage_FileProperties","Storage_Pickers","Storage_Pickers_Provider","Storage_Provider","Storage_Search","System","System_Diagnostics","System_Diagnostics_DevicePortal","System_Diagnostics_Telemetry","System_Diagnostics_TraceReporting","System_Display","System_Implementation_FileExplorer","System_Inventory","System_Power","System_Profile","System_Profile_SystemManufacturers","System_RemoteDesktop","System_RemoteDesktop_Input","System_RemoteDesktop_Provider","System_RemoteSystems","System_Threading","System_Threading_Core","System_Update","System_UserProfile","UI","UI_Accessibility","UI_ApplicationSettings","UI_Popups","UI_Composition","UI_Composition_Core","UI_Composition_Desktop","UI_Composition_Diagnostics","UI_Composition_Effects","UI_Composition_Interactions","UI_Composition_Scenes","UI_Core","UI_Core_AnimationMetrics","UI_Core_Preview","UI_Input","UI_Input_Core","UI_Input_Inking","UI_Input_Inking_Analysis","UI_Input_Inking_Core","UI_Input_Inking_Preview","UI_Input_Preview","UI_Input_Preview_Injection","UI_Input_Spatial","UI_Notifications","UI_Notifications_Management","UI_Notifications_Preview","UI_Shell","UI_StartScreen","UI_Text","UI_Text_Core","UI_UIAutomation","UI_UIAutomation_Core","UI_ViewManagement","UI_ViewManagement_Core","UI_WebUI","UI_WebUI_Core","UI_WindowManagement","UI_WindowManagement_Preview","Wdk_Devices_Bluetooth","Win32_Devices_Properties","Wdk_Devices_HumanInterfaceDevice","Win32_Foundation","Wdk_Foundation","Wdk_System_SystemServices","Win32_Security","Wdk_Storage_FileSystem","Win32_System_IO","Win32_System_Kernel","Win32_System_Power","Wdk_Graphics_Direct3D","Win32_Graphics_Direct3D9","Win32_Graphics_DirectDraw","Win32_Graphics_Gdi","Wdk_NetworkManagement_Ndis","Win32_Networking_WinSock","Win32_NetworkManagement_Ndis","Wdk_NetworkManagement_WindowsFilteringPlatform","Win32_NetworkManagement_WindowsFilteringPlatform","Win32_System_Rpc","Win32_System_Memory","Win32_Storage_FileSystem","Win32_System_Ioctl","Win32_Security_Authentication_Identity","Wdk_Storage_FileSystem_Minifilters","Win32_Storage_InstallableFileSystems","Wdk_System_IO","Wdk_System_Memory","Wdk_System_OfflineRegistry","Wdk_System_Registry","Wdk_System_SystemInformation","Win32_System_Diagnostics_Debug","Win32_System_Diagnostics_Etw","Win32_System_SystemInformation","Win32_Storage_IscsiDisc","Win32_System_WindowsProgramming","Win32_System_SystemServices","Win32_System_Threading","Wdk_System_Threading","Web","Web_AtomPub","Web_Http","Web_Http_Diagnostics","Web_Http_Filters","Web_Http_Headers","Web_Syndication","Web_UI","Web_UI_Interop","Win32_AI_MachineLearning_DirectML","Win32_Graphics_Direct3D12","Win32_AI_MachineLearning_WinML","Win32_Data_HtmlHelp","Win32_UI_Controls","Win32_System_Com","Win32_System_Ole","Win32_System_Variant","Win32_Data_RightsManagement","Win32_Data_Xml_MsXml","Win32_Data_Xml_XmlLite","Win32_Devices_AllJoyn","Win32_Devices_BiometricFramework","Win32_Devices_Bluetooth","Win32_Devices_Communication","Win32_Devices_DeviceAccess","Win32_Devices_DeviceAndDriverInstallation","Win32_System_Registry","Win32_UI_WindowsAndMessaging","Win32_Devices_DeviceQuery","Win32_Devices_Display","Win32_System_Console","Win32_Graphics_OpenGL","Win32_UI_ColorSystem","Win32_Devices_Enumeration_Pnp","Win32_Devices_Fax","Win32_Devices_FunctionDiscovery","Win32_UI_Shell_PropertiesSystem","Win32_Devices_Geolocation","Win32_Devices_HumanInterfaceDevice","Win32_Devices_ImageAcquisition","Win32_Devices_PortableDevices","Win32_Devices_Pwm","Win32_Devices_Sensors","Win32_System_Com_StructuredStorage","Win32_Devices_SerialCommunication","Win32_Devices_Tapi","Win32_System_AddressBook","Win32_Devices_Usb","Win32_Devices_WebServicesOnDevices","Win32_Security_Cryptography","Win32_Gaming","Win32_Globalization","Win32_Graphics_CompositionSwapchain","Win32_Graphics_Dxgi_Common","Win32_Graphics_DXCore","Win32_Graphics_Direct2D","Win32_Graphics_Direct2D_Common","Win32_Graphics_Dxgi","Win32_Graphics_Direct3D","Win32_Graphics_Direct3D_Dxc","Win32_Graphics_Direct3D_Fxc","Win32_Graphics_Direct3D11","Win32_Graphics_Direct3D10","Win32_Graphics_Direct3D11on12","Win32_Graphics_Direct3D9on12","Win32_Graphics_DirectComposition","Win32_Graphics_DirectManipulation","Win32_Graphics_DirectWrite","Win32_Graphics_Dwm","Win32_Graphics_GdiPlus","Win32_Graphics_Hlsl","Win32_Graphics_Imaging","Win32_Graphics_Imaging_D2D","Win32_Graphics_Printing","Win32_Storage_Xps","Win32_Graphics_Printing_PrintTicket","Win32_Management_MobileDeviceManagementRegistration","Win32_Media","Win32_Media_Multimedia","Win32_Media_Audio","Win32_Media_Audio_Apo","Win32_Media_Audio_DirectMusic","Win32_Media_Audio_DirectSound","Win32_Media_Audio_Endpoints","Win32_Media_Audio_XAudio2","Win32_Media_DeviceManager","Win32_Media_DirectShow","Win32_Media_MediaFoundation","Win32_Media_DirectShow_Tv","Win32_Media_KernelStreaming","Win32_Media_DirectShow_Xml","Win32_Media_DxMediaObjects","Win32_Media_LibrarySharingServices","Win32_Media_MediaPlayer","Win32_UI_Controls_Dialogs","Win32_Media_PictureAcquisition","Win32_Media_Speech","Win32_Media_Streaming","Win32_Media_WindowsMediaFormat","Win32_NetworkManagement_Dhcp","Win32_NetworkManagement_Dns","Win32_NetworkManagement_InternetConnectionWizard","Win32_NetworkManagement_IpHelper","Win32_NetworkManagement_MobileBroadband","Win32_NetworkManagement_Multicast","Win32_NetworkManagement_NetBios","Win32_NetworkManagement_NetManagement","Win32_NetworkManagement_NetShell","Win32_NetworkManagement_NetworkDiagnosticsFramework","Win32_NetworkManagement_NetworkPolicyServer","Win32_NetworkManagement_P2P","Win32_NetworkManagement_QoS","Win32_NetworkManagement_Rras","Win32_NetworkManagement_Snmp","Win32_NetworkManagement_WNet","Win32_NetworkManagement_WebDav","Win32_NetworkManagement_WiFi","Win32_Security_ExtensibleAuthenticationProtocol","Win32_System_RemoteDesktop","Win32_NetworkManagement_WindowsConnectNow","Win32_NetworkManagement_WindowsConnectionManager","Win32_NetworkManagement_WindowsFirewall","Win32_NetworkManagement_WindowsNetworkVirtualization","Win32_Networking_ActiveDirectory","Win32_UI_Shell","Win32_Networking_BackgroundIntelligentTransferService","Win32_Networking_Clustering","Win32_System_Services","Win32_Networking_HttpServer","Win32_Networking_Ldap","Win32_Networking_NetworkListManager","Win32_Networking_RemoteDifferentialCompression","Win32_Networking_WebSocket","Win32_Networking_WinHttp","Win32_Networking_WinInet","Win32_Networking_WindowsWebServices","Win32_Security_AppLocker","Win32_Security_Credentials","Win32_System_PasswordManagement","Win32_Security_Authentication_Identity_Provider","Win32_Security_Authorization","Win32_Security_Authorization_UI","Win32_Security_ConfigurationSnapin","Win32_Security_Cryptography_Catalog","Win32_Security_Cryptography_Sip","Win32_Security_Cryptography_Certificates","Win32_Security_Cryptography_UI","Win32_Security_WinTrust","Win32_Security_DiagnosticDataQuery","Win32_Security_DirectoryServices","Win32_Security_EnterpriseData","Win32_Storage_Packaging_Appx","Win32_Security_Isolation","Win32_Security_LicenseProtection","Win32_Security_NetworkAccessProtection","Win32_Security_Tpm","Win32_Security_WinWlx","Win32_System_StationsAndDesktops","Win32_Storage_Cabinets","Win32_Storage_CloudFilters","Win32_System_CorrelationVector","Win32_Storage_Compression","Win32_Storage_DataDeduplication","Win32_Storage_DistributedFileSystem","Win32_Storage_EnhancedStorage","Win32_Storage_FileHistory","Win32_Storage_FileServerResourceManager","Win32_Storage_Imapi","Win32_Storage_IndexServer","Win32_Storage_Jet","Win32_Storage_StructuredStorage","Win32_Storage_Nvme","Win32_Storage_OfflineFiles","Win32_Storage_OperationRecorder","Win32_Storage_Packaging_Opc","Win32_Storage_ProjectedFileSystem","Win32_Storage_Vhd","Win32_Storage_VirtualDiskService","Win32_Storage_Vss","Win32_Storage_Xps_Printing","Win32_System_Antimalware","Win32_System_ApplicationInstallationAndServicing","Win32_System_ApplicationVerifier","Win32_System_AssessmentTool","Win32_UI_Accessibility","Win32_System_ClrHosting","Win32_System_Com_CallObj","Win32_System_Com_ChannelCredentials","Win32_System_Com_Events","Win32_System_Com_Marshal","Win32_System_Com_UI","Win32_System_Com_Urlmon","Win32_System_ComponentServices","Win32_System_Contacts","Win32_System_DataExchange","Win32_System_DeploymentServices","Win32_System_DesktopSharing","Win32_System_DeveloperLicensing","Win32_System_Diagnostics_Ceip","Win32_System_Diagnostics_ClrProfiling","Win32_System_WinRT_Metadata","Win32_System_Time","Win32_System_Diagnostics_Debug_ActiveScript","Win32_System_Diagnostics_Debug_Extensions","Win32_System_Diagnostics_ProcessSnapshotting","Win32_System_Diagnostics_ToolHelp","Win32_System_Diagnostics_TraceLogging","Win32_System_DistributedTransactionCoordinator","Win32_System_Environment","Win32_System_ErrorReporting","Win32_System_EventCollector","Win32_System_EventLog","Win32_System_EventNotificationService","Win32_System_GroupPolicy","Win32_System_Wmi","Win32_System_HostCompute","Win32_System_HostComputeNetwork","Win32_System_HostComputeSystem","Win32_System_Hypervisor","Win32_System_Iis","Win32_System_JobObjects","Win32_System_Js","Win32_System_LibraryLoader","Win32_System_Mailslots","Win32_System_Mapi","Win32_System_Memory_NonVolatile","Win32_System_MessageQueuing","Win32_System_MixedReality","Win32_System_Mmc","Win32_System_ParentalControls","Win32_System_Performance","Win32_System_Performance_HardwareCounterProfiling","Win32_System_Pipes","Win32_System_ProcessStatus","Win32_System_RealTimeCommunications","Win32_System_Recovery","Win32_System_RemoteAssistance","Win32_System_RemoteManagement","Win32_System_RestartManager","Win32_System_Restore","Win32_System_Search","Win32_System_Search_Common","Win32_System_SecurityCenter","Win32_System_ServerBackup","Win32_System_SettingsManagementInfrastructure","Win32_System_SetupAndMigration","Win32_System_Shutdown","Win32_System_SideShow","Win32_System_SubsystemForLinux","Win32_System_TaskScheduler","Win32_System_TpmBaseServices","Win32_System_TransactionServer","Win32_System_UpdateAgent","Win32_System_UpdateAssessment","Win32_System_UserAccessLogging","Win32_System_VirtualDosMachines","Win32_System_WinRT","Win32_System_WinRT_AllJoyn","Win32_System_WinRT_Composition","Win32_System_WinRT_CoreInputView","Win32_System_WinRT_Direct3D11","Win32_System_WinRT_Display","Win32_System_WinRT_Graphics_Capture","Win32_System_WinRT_Graphics_Direct2D","Win32_System_WinRT_Graphics_Imaging","Win32_System_WinRT_Holographic","Win32_System_WinRT_Isolation","Win32_System_WinRT_ML","Win32_System_WinRT_Media","Win32_System_WinRT_Pdf","Win32_System_WinRT_Printing","Win32_System_WinRT_Shell","Win32_System_WinRT_Storage","Win32_System_WindowsSync","Win32_UI_Animation","Win32_UI_Input_Pointer","Win32_UI_Controls_RichEdit","Win32_UI_HiDpi","Win32_UI_Input","Win32_UI_Input_Ime","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Input_Ink","Win32_UI_Input_Radial","Win32_UI_Input_Touch","Win32_UI_Input_XboxController","Win32_UI_InteractionContext","Win32_UI_LegacyWindowsEnvironmentFeatures","Win32_UI_Magnification","Win32_UI_Notifications","Win32_UI_Ribbon","Win32_UI_Shell_Common","Win32_UI_TabletPC","Win32_UI_TextServices","Win32_UI_Wpf","Win32_Web_InternetExplorer"],"namespaces":{"0":[{"name":"IImageFeatureDescriptor","features":[0]},{"name":"IImageFeatureDescriptor2","features":[0]},{"name":"IImageFeatureValue","features":[0]},{"name":"IImageFeatureValueStatics","features":[0]},{"name":"ILearningModel","features":[0]},{"name":"ILearningModelBinding","features":[0]},{"name":"ILearningModelBindingFactory","features":[0]},{"name":"ILearningModelDevice","features":[0]},{"name":"ILearningModelDeviceFactory","features":[0]},{"name":"ILearningModelDeviceStatics","features":[0]},{"name":"ILearningModelEvaluationResult","features":[0]},{"name":"ILearningModelFeatureDescriptor","features":[0]},{"name":"ILearningModelFeatureValue","features":[0]},{"name":"ILearningModelOperatorProvider","features":[0]},{"name":"ILearningModelSession","features":[0]},{"name":"ILearningModelSessionFactory","features":[0]},{"name":"ILearningModelSessionFactory2","features":[0]},{"name":"ILearningModelSessionOptions","features":[0]},{"name":"ILearningModelSessionOptions2","features":[0]},{"name":"ILearningModelSessionOptions3","features":[0]},{"name":"ILearningModelStatics","features":[0]},{"name":"IMapFeatureDescriptor","features":[0]},{"name":"ISequenceFeatureDescriptor","features":[0]},{"name":"ITensor","features":[0]},{"name":"ITensorBoolean","features":[0]},{"name":"ITensorBooleanStatics","features":[0]},{"name":"ITensorBooleanStatics2","features":[0]},{"name":"ITensorDouble","features":[0]},{"name":"ITensorDoubleStatics","features":[0]},{"name":"ITensorDoubleStatics2","features":[0]},{"name":"ITensorFeatureDescriptor","features":[0]},{"name":"ITensorFloat","features":[0]},{"name":"ITensorFloat16Bit","features":[0]},{"name":"ITensorFloat16BitStatics","features":[0]},{"name":"ITensorFloat16BitStatics2","features":[0]},{"name":"ITensorFloatStatics","features":[0]},{"name":"ITensorFloatStatics2","features":[0]},{"name":"ITensorInt16Bit","features":[0]},{"name":"ITensorInt16BitStatics","features":[0]},{"name":"ITensorInt16BitStatics2","features":[0]},{"name":"ITensorInt32Bit","features":[0]},{"name":"ITensorInt32BitStatics","features":[0]},{"name":"ITensorInt32BitStatics2","features":[0]},{"name":"ITensorInt64Bit","features":[0]},{"name":"ITensorInt64BitStatics","features":[0]},{"name":"ITensorInt64BitStatics2","features":[0]},{"name":"ITensorInt8Bit","features":[0]},{"name":"ITensorInt8BitStatics","features":[0]},{"name":"ITensorInt8BitStatics2","features":[0]},{"name":"ITensorString","features":[0]},{"name":"ITensorStringStatics","features":[0]},{"name":"ITensorStringStatics2","features":[0]},{"name":"ITensorUInt16Bit","features":[0]},{"name":"ITensorUInt16BitStatics","features":[0]},{"name":"ITensorUInt16BitStatics2","features":[0]},{"name":"ITensorUInt32Bit","features":[0]},{"name":"ITensorUInt32BitStatics","features":[0]},{"name":"ITensorUInt32BitStatics2","features":[0]},{"name":"ITensorUInt64Bit","features":[0]},{"name":"ITensorUInt64BitStatics","features":[0]},{"name":"ITensorUInt64BitStatics2","features":[0]},{"name":"ITensorUInt8Bit","features":[0]},{"name":"ITensorUInt8BitStatics","features":[0]},{"name":"ITensorUInt8BitStatics2","features":[0]},{"name":"ImageFeatureDescriptor","features":[0]},{"name":"ImageFeatureValue","features":[0]},{"name":"LearningModel","features":[0]},{"name":"LearningModelBinding","features":[0]},{"name":"LearningModelDevice","features":[0]},{"name":"LearningModelDeviceKind","features":[0]},{"name":"LearningModelEvaluationResult","features":[0]},{"name":"LearningModelFeatureKind","features":[0]},{"name":"LearningModelPixelRange","features":[0]},{"name":"LearningModelSession","features":[0]},{"name":"LearningModelSessionOptions","features":[0]},{"name":"MachineLearningContract","features":[0]},{"name":"MapFeatureDescriptor","features":[0]},{"name":"SequenceFeatureDescriptor","features":[0]},{"name":"TensorBoolean","features":[0]},{"name":"TensorDouble","features":[0]},{"name":"TensorFeatureDescriptor","features":[0]},{"name":"TensorFloat","features":[0]},{"name":"TensorFloat16Bit","features":[0]},{"name":"TensorInt16Bit","features":[0]},{"name":"TensorInt32Bit","features":[0]},{"name":"TensorInt64Bit","features":[0]},{"name":"TensorInt8Bit","features":[0]},{"name":"TensorKind","features":[0]},{"name":"TensorString","features":[0]},{"name":"TensorUInt16Bit","features":[0]},{"name":"TensorUInt32Bit","features":[0]},{"name":"TensorUInt64Bit","features":[0]},{"name":"TensorUInt8Bit","features":[0]}],"2":[{"name":"AddResourcePackageOptions","features":[1]},{"name":"AppDisplayInfo","features":[1]},{"name":"AppExecutionContext","features":[1]},{"name":"AppInfo","features":[1]},{"name":"AppInstallerInfo","features":[1]},{"name":"AppInstallerPolicySource","features":[1]},{"name":"AppInstance","features":[1]},{"name":"CameraApplicationManager","features":[1]},{"name":"DesignMode","features":[1]},{"name":"EnteredBackgroundEventArgs","features":[1]},{"name":"FindRelatedPackagesOptions","features":[1]},{"name":"FullTrustAppContract","features":[1]},{"name":"FullTrustLaunchResult","features":[1]},{"name":"FullTrustProcessLaunchResult","features":[1]},{"name":"FullTrustProcessLauncher","features":[1]},{"name":"IAppDisplayInfo","features":[1]},{"name":"IAppInfo","features":[1]},{"name":"IAppInfo2","features":[1]},{"name":"IAppInfo3","features":[1]},{"name":"IAppInfo4","features":[1]},{"name":"IAppInfoStatics","features":[1]},{"name":"IAppInstallerInfo","features":[1]},{"name":"IAppInstallerInfo2","features":[1]},{"name":"IAppInstance","features":[1]},{"name":"IAppInstanceStatics","features":[1]},{"name":"ICameraApplicationManagerStatics","features":[1]},{"name":"IDesignModeStatics","features":[1]},{"name":"IDesignModeStatics2","features":[1]},{"name":"IEnteredBackgroundEventArgs","features":[1]},{"name":"IFindRelatedPackagesOptions","features":[1]},{"name":"IFindRelatedPackagesOptionsFactory","features":[1]},{"name":"IFullTrustProcessLaunchResult","features":[1]},{"name":"IFullTrustProcessLauncherStatics","features":[1]},{"name":"IFullTrustProcessLauncherStatics2","features":[1]},{"name":"ILeavingBackgroundEventArgs","features":[1]},{"name":"ILimitedAccessFeatureRequestResult","features":[1]},{"name":"ILimitedAccessFeaturesStatics","features":[1]},{"name":"IPackage","features":[1]},{"name":"IPackage2","features":[1]},{"name":"IPackage3","features":[1]},{"name":"IPackage4","features":[1]},{"name":"IPackage5","features":[1]},{"name":"IPackage6","features":[1]},{"name":"IPackage7","features":[1]},{"name":"IPackage8","features":[1]},{"name":"IPackage9","features":[1]},{"name":"IPackageCatalog","features":[1]},{"name":"IPackageCatalog2","features":[1]},{"name":"IPackageCatalog3","features":[1]},{"name":"IPackageCatalog4","features":[1]},{"name":"IPackageCatalogAddOptionalPackageResult","features":[1]},{"name":"IPackageCatalogAddResourcePackageResult","features":[1]},{"name":"IPackageCatalogRemoveOptionalPackagesResult","features":[1]},{"name":"IPackageCatalogRemoveResourcePackagesResult","features":[1]},{"name":"IPackageCatalogStatics","features":[1]},{"name":"IPackageCatalogStatics2","features":[1]},{"name":"IPackageContentGroup","features":[1]},{"name":"IPackageContentGroupStagingEventArgs","features":[1]},{"name":"IPackageContentGroupStatics","features":[1]},{"name":"IPackageId","features":[1]},{"name":"IPackageIdWithMetadata","features":[1]},{"name":"IPackageInstallingEventArgs","features":[1]},{"name":"IPackageStagingEventArgs","features":[1]},{"name":"IPackageStatics","features":[1]},{"name":"IPackageStatus","features":[1]},{"name":"IPackageStatus2","features":[1]},{"name":"IPackageStatusChangedEventArgs","features":[1]},{"name":"IPackageUninstallingEventArgs","features":[1]},{"name":"IPackageUpdateAvailabilityResult","features":[1]},{"name":"IPackageUpdatingEventArgs","features":[1]},{"name":"IPackageWithMetadata","features":[1]},{"name":"IStartupTask","features":[1]},{"name":"IStartupTaskStatics","features":[1]},{"name":"ISuspendingDeferral","features":[1]},{"name":"ISuspendingEventArgs","features":[1]},{"name":"ISuspendingOperation","features":[1]},{"name":"LeavingBackgroundEventArgs","features":[1]},{"name":"LimitedAccessFeatureRequestResult","features":[1]},{"name":"LimitedAccessFeatureStatus","features":[1]},{"name":"LimitedAccessFeatures","features":[1]},{"name":"Package","features":[1]},{"name":"PackageCatalog","features":[1]},{"name":"PackageCatalogAddOptionalPackageResult","features":[1]},{"name":"PackageCatalogAddResourcePackageResult","features":[1]},{"name":"PackageCatalogRemoveOptionalPackagesResult","features":[1]},{"name":"PackageCatalogRemoveResourcePackagesResult","features":[1]},{"name":"PackageContentGroup","features":[1]},{"name":"PackageContentGroupStagingEventArgs","features":[1]},{"name":"PackageContentGroupState","features":[1]},{"name":"PackageId","features":[1]},{"name":"PackageInstallProgress","features":[1]},{"name":"PackageInstallingEventArgs","features":[1]},{"name":"PackageRelationship","features":[1]},{"name":"PackageSignatureKind","features":[1]},{"name":"PackageStagingEventArgs","features":[1]},{"name":"PackageStatus","features":[1]},{"name":"PackageStatusChangedEventArgs","features":[1]},{"name":"PackageUninstallingEventArgs","features":[1]},{"name":"PackageUpdateAvailability","features":[1]},{"name":"PackageUpdateAvailabilityResult","features":[1]},{"name":"PackageUpdatingEventArgs","features":[1]},{"name":"PackageVersion","features":[1]},{"name":"StartupTask","features":[1]},{"name":"StartupTaskContract","features":[1]},{"name":"StartupTaskState","features":[1]},{"name":"SuspendingDeferral","features":[1]},{"name":"SuspendingEventArgs","features":[1]},{"name":"SuspendingOperation","features":[1]}],"3":[{"name":"ActivatedEventsContract","features":[2]},{"name":"ActivationCameraSettingsContract","features":[2]},{"name":"ActivationKind","features":[2]},{"name":"ApplicationExecutionState","features":[2]},{"name":"AppointmentsProviderAddAppointmentActivatedEventArgs","features":[2]},{"name":"AppointmentsProviderRemoveAppointmentActivatedEventArgs","features":[2]},{"name":"AppointmentsProviderReplaceAppointmentActivatedEventArgs","features":[2]},{"name":"AppointmentsProviderShowAppointmentDetailsActivatedEventArgs","features":[2]},{"name":"AppointmentsProviderShowTimeFrameActivatedEventArgs","features":[2]},{"name":"BackgroundActivatedEventArgs","features":[2]},{"name":"BarcodeScannerPreviewActivatedEventArgs","features":[2]},{"name":"CachedFileUpdaterActivatedEventArgs","features":[2]},{"name":"CameraSettingsActivatedEventArgs","features":[2]},{"name":"CommandLineActivatedEventArgs","features":[2]},{"name":"CommandLineActivationOperation","features":[2]},{"name":"ContactActivatedEventsContract","features":[2]},{"name":"ContactCallActivatedEventArgs","features":[2]},{"name":"ContactMapActivatedEventArgs","features":[2]},{"name":"ContactMessageActivatedEventArgs","features":[2]},{"name":"ContactPanelActivatedEventArgs","features":[2]},{"name":"ContactPickerActivatedEventArgs","features":[2]},{"name":"ContactPostActivatedEventArgs","features":[2]},{"name":"ContactVideoCallActivatedEventArgs","features":[2]},{"name":"DeviceActivatedEventArgs","features":[2]},{"name":"DevicePairingActivatedEventArgs","features":[2]},{"name":"DialReceiverActivatedEventArgs","features":[2]},{"name":"FileActivatedEventArgs","features":[2]},{"name":"FileOpenPickerActivatedEventArgs","features":[2]},{"name":"FileOpenPickerContinuationEventArgs","features":[2]},{"name":"FileSavePickerActivatedEventArgs","features":[2]},{"name":"FileSavePickerContinuationEventArgs","features":[2]},{"name":"FolderPickerContinuationEventArgs","features":[2]},{"name":"IActivatedEventArgs","features":[2]},{"name":"IActivatedEventArgsWithUser","features":[2]},{"name":"IApplicationViewActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderAddAppointmentActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderRemoveAppointmentActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderReplaceAppointmentActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderShowTimeFrameActivatedEventArgs","features":[2]},{"name":"IBackgroundActivatedEventArgs","features":[2]},{"name":"IBarcodeScannerPreviewActivatedEventArgs","features":[2]},{"name":"ICachedFileUpdaterActivatedEventArgs","features":[2]},{"name":"ICameraSettingsActivatedEventArgs","features":[2]},{"name":"ICommandLineActivatedEventArgs","features":[2]},{"name":"ICommandLineActivationOperation","features":[2]},{"name":"IContactActivatedEventArgs","features":[2]},{"name":"IContactCallActivatedEventArgs","features":[2]},{"name":"IContactMapActivatedEventArgs","features":[2]},{"name":"IContactMessageActivatedEventArgs","features":[2]},{"name":"IContactPanelActivatedEventArgs","features":[2]},{"name":"IContactPickerActivatedEventArgs","features":[2]},{"name":"IContactPostActivatedEventArgs","features":[2]},{"name":"IContactVideoCallActivatedEventArgs","features":[2]},{"name":"IContactsProviderActivatedEventArgs","features":[2]},{"name":"IContinuationActivatedEventArgs","features":[2]},{"name":"IDeviceActivatedEventArgs","features":[2]},{"name":"IDevicePairingActivatedEventArgs","features":[2]},{"name":"IDialReceiverActivatedEventArgs","features":[2]},{"name":"IFileActivatedEventArgs","features":[2]},{"name":"IFileActivatedEventArgsWithCallerPackageFamilyName","features":[2]},{"name":"IFileActivatedEventArgsWithNeighboringFiles","features":[2]},{"name":"IFileOpenPickerActivatedEventArgs","features":[2]},{"name":"IFileOpenPickerActivatedEventArgs2","features":[2]},{"name":"IFileOpenPickerContinuationEventArgs","features":[2]},{"name":"IFileSavePickerActivatedEventArgs","features":[2]},{"name":"IFileSavePickerActivatedEventArgs2","features":[2]},{"name":"IFileSavePickerContinuationEventArgs","features":[2]},{"name":"IFolderPickerContinuationEventArgs","features":[2]},{"name":"ILaunchActivatedEventArgs","features":[2]},{"name":"ILaunchActivatedEventArgs2","features":[2]},{"name":"ILockScreenActivatedEventArgs","features":[2]},{"name":"ILockScreenCallActivatedEventArgs","features":[2]},{"name":"IPhoneCallActivatedEventArgs","features":[2]},{"name":"IPickerReturnedActivatedEventArgs","features":[2]},{"name":"IPrelaunchActivatedEventArgs","features":[2]},{"name":"IPrint3DWorkflowActivatedEventArgs","features":[2]},{"name":"IPrintTaskSettingsActivatedEventArgs","features":[2]},{"name":"IProtocolActivatedEventArgs","features":[2]},{"name":"IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData","features":[2]},{"name":"IProtocolForResultsActivatedEventArgs","features":[2]},{"name":"IRestrictedLaunchActivatedEventArgs","features":[2]},{"name":"ISearchActivatedEventArgs","features":[2]},{"name":"ISearchActivatedEventArgsWithLinguisticDetails","features":[2]},{"name":"IShareTargetActivatedEventArgs","features":[2]},{"name":"ISplashScreen","features":[2]},{"name":"IStartupTaskActivatedEventArgs","features":[2]},{"name":"ITileActivatedInfo","features":[2]},{"name":"IToastNotificationActivatedEventArgs","features":[2]},{"name":"IUserDataAccountProviderActivatedEventArgs","features":[2]},{"name":"IViewSwitcherProvider","features":[2]},{"name":"IVoiceCommandActivatedEventArgs","features":[2]},{"name":"IWalletActionActivatedEventArgs","features":[2]},{"name":"IWebAccountProviderActivatedEventArgs","features":[2]},{"name":"IWebAuthenticationBrokerContinuationEventArgs","features":[2]},{"name":"LaunchActivatedEventArgs","features":[2]},{"name":"LockScreenActivatedEventArgs","features":[2]},{"name":"LockScreenCallActivatedEventArgs","features":[2]},{"name":"LockScreenComponentActivatedEventArgs","features":[2]},{"name":"PhoneCallActivatedEventArgs","features":[2]},{"name":"PickerReturnedActivatedEventArgs","features":[2]},{"name":"Print3DWorkflowActivatedEventArgs","features":[2]},{"name":"PrintTaskSettingsActivatedEventArgs","features":[2]},{"name":"ProtocolActivatedEventArgs","features":[2]},{"name":"ProtocolForResultsActivatedEventArgs","features":[2]},{"name":"RestrictedLaunchActivatedEventArgs","features":[2]},{"name":"SearchActivatedEventArgs","features":[2]},{"name":"ShareTargetActivatedEventArgs","features":[2]},{"name":"SplashScreen","features":[2]},{"name":"StartupTaskActivatedEventArgs","features":[2]},{"name":"TileActivatedInfo","features":[2]},{"name":"ToastNotificationActivatedEventArgs","features":[2]},{"name":"UserDataAccountProviderActivatedEventArgs","features":[2]},{"name":"VoiceCommandActivatedEventArgs","features":[2]},{"name":"WalletActionActivatedEventArgs","features":[2]},{"name":"WebAccountProviderActivatedEventArgs","features":[2]},{"name":"WebAuthenticationBrokerContinuationEventArgs","features":[2]},{"name":"WebUISearchActivatedEventsContract","features":[2]}],"4":[{"name":"AppExtension","features":[3]},{"name":"AppExtensionCatalog","features":[3]},{"name":"AppExtensionPackageInstalledEventArgs","features":[3]},{"name":"AppExtensionPackageStatusChangedEventArgs","features":[3]},{"name":"AppExtensionPackageUninstallingEventArgs","features":[3]},{"name":"AppExtensionPackageUpdatedEventArgs","features":[3]},{"name":"AppExtensionPackageUpdatingEventArgs","features":[3]},{"name":"IAppExtension","features":[3]},{"name":"IAppExtension2","features":[3]},{"name":"IAppExtension3","features":[3]},{"name":"IAppExtensionCatalog","features":[3]},{"name":"IAppExtensionCatalog2","features":[3]},{"name":"IAppExtensionCatalogStatics","features":[3]},{"name":"IAppExtensionPackageInstalledEventArgs","features":[3]},{"name":"IAppExtensionPackageStatusChangedEventArgs","features":[3]},{"name":"IAppExtensionPackageUninstallingEventArgs","features":[3]},{"name":"IAppExtensionPackageUpdatedEventArgs","features":[3]},{"name":"IAppExtensionPackageUpdatingEventArgs","features":[3]}],"5":[{"name":"AppServiceCatalog","features":[4]},{"name":"AppServiceClosedEventArgs","features":[4]},{"name":"AppServiceClosedStatus","features":[4]},{"name":"AppServiceConnection","features":[4]},{"name":"AppServiceConnectionStatus","features":[4]},{"name":"AppServiceDeferral","features":[4]},{"name":"AppServiceRequest","features":[4]},{"name":"AppServiceRequestReceivedEventArgs","features":[4]},{"name":"AppServiceResponse","features":[4]},{"name":"AppServiceResponseStatus","features":[4]},{"name":"AppServiceTriggerDetails","features":[4]},{"name":"IAppServiceCatalogStatics","features":[4]},{"name":"IAppServiceClosedEventArgs","features":[4]},{"name":"IAppServiceConnection","features":[4]},{"name":"IAppServiceConnection2","features":[4]},{"name":"IAppServiceConnectionStatics","features":[4]},{"name":"IAppServiceDeferral","features":[4]},{"name":"IAppServiceRequest","features":[4]},{"name":"IAppServiceRequestReceivedEventArgs","features":[4]},{"name":"IAppServiceResponse","features":[4]},{"name":"IAppServiceTriggerDetails","features":[4]},{"name":"IAppServiceTriggerDetails2","features":[4]},{"name":"IAppServiceTriggerDetails3","features":[4]},{"name":"IAppServiceTriggerDetails4","features":[4]},{"name":"IStatelessAppServiceResponse","features":[4]},{"name":"StatelessAppServiceResponse","features":[4]},{"name":"StatelessAppServiceResponseStatus","features":[4]}],"6":[{"name":"Appointment","features":[5]},{"name":"AppointmentBusyStatus","features":[5]},{"name":"AppointmentCalendar","features":[5]},{"name":"AppointmentCalendarOtherAppReadAccess","features":[5]},{"name":"AppointmentCalendarOtherAppWriteAccess","features":[5]},{"name":"AppointmentCalendarSyncManager","features":[5]},{"name":"AppointmentCalendarSyncStatus","features":[5]},{"name":"AppointmentConflictResult","features":[5]},{"name":"AppointmentConflictType","features":[5]},{"name":"AppointmentDaysOfWeek","features":[5]},{"name":"AppointmentDetailsKind","features":[5]},{"name":"AppointmentException","features":[5]},{"name":"AppointmentInvitee","features":[5]},{"name":"AppointmentManager","features":[5]},{"name":"AppointmentManagerForUser","features":[5]},{"name":"AppointmentOrganizer","features":[5]},{"name":"AppointmentParticipantResponse","features":[5]},{"name":"AppointmentParticipantRole","features":[5]},{"name":"AppointmentProperties","features":[5]},{"name":"AppointmentRecurrence","features":[5]},{"name":"AppointmentRecurrenceUnit","features":[5]},{"name":"AppointmentSensitivity","features":[5]},{"name":"AppointmentStore","features":[5]},{"name":"AppointmentStoreAccessType","features":[5]},{"name":"AppointmentStoreChange","features":[5]},{"name":"AppointmentStoreChangeReader","features":[5]},{"name":"AppointmentStoreChangeTracker","features":[5]},{"name":"AppointmentStoreChangeType","features":[5]},{"name":"AppointmentStoreChangedDeferral","features":[5]},{"name":"AppointmentStoreChangedEventArgs","features":[5]},{"name":"AppointmentStoreNotificationTriggerDetails","features":[5]},{"name":"AppointmentSummaryCardView","features":[5]},{"name":"AppointmentWeekOfMonth","features":[5]},{"name":"FindAppointmentCalendarsOptions","features":[5]},{"name":"FindAppointmentsOptions","features":[5]},{"name":"IAppointment","features":[5]},{"name":"IAppointment2","features":[5]},{"name":"IAppointment3","features":[5]},{"name":"IAppointmentCalendar","features":[5]},{"name":"IAppointmentCalendar2","features":[5]},{"name":"IAppointmentCalendar3","features":[5]},{"name":"IAppointmentCalendarSyncManager","features":[5]},{"name":"IAppointmentCalendarSyncManager2","features":[5]},{"name":"IAppointmentConflictResult","features":[5]},{"name":"IAppointmentException","features":[5]},{"name":"IAppointmentInvitee","features":[5]},{"name":"IAppointmentManagerForUser","features":[5]},{"name":"IAppointmentManagerStatics","features":[5]},{"name":"IAppointmentManagerStatics2","features":[5]},{"name":"IAppointmentManagerStatics3","features":[5]},{"name":"IAppointmentParticipant","features":[5]},{"name":"IAppointmentPropertiesStatics","features":[5]},{"name":"IAppointmentPropertiesStatics2","features":[5]},{"name":"IAppointmentRecurrence","features":[5]},{"name":"IAppointmentRecurrence2","features":[5]},{"name":"IAppointmentRecurrence3","features":[5]},{"name":"IAppointmentStore","features":[5]},{"name":"IAppointmentStore2","features":[5]},{"name":"IAppointmentStore3","features":[5]},{"name":"IAppointmentStoreChange","features":[5]},{"name":"IAppointmentStoreChange2","features":[5]},{"name":"IAppointmentStoreChangeReader","features":[5]},{"name":"IAppointmentStoreChangeTracker","features":[5]},{"name":"IAppointmentStoreChangeTracker2","features":[5]},{"name":"IAppointmentStoreChangedDeferral","features":[5]},{"name":"IAppointmentStoreChangedEventArgs","features":[5]},{"name":"IAppointmentStoreNotificationTriggerDetails","features":[5]},{"name":"IFindAppointmentsOptions","features":[5]},{"name":"RecurrenceType","features":[5]}],"7":[{"name":"AddAppointmentOperation","features":[6]},{"name":"AppointmentsProviderLaunchActionVerbs","features":[6]},{"name":"IAddAppointmentOperation","features":[6]},{"name":"IAppointmentsProviderLaunchActionVerbsStatics","features":[6]},{"name":"IAppointmentsProviderLaunchActionVerbsStatics2","features":[6]},{"name":"IRemoveAppointmentOperation","features":[6]},{"name":"IReplaceAppointmentOperation","features":[6]},{"name":"RemoveAppointmentOperation","features":[6]},{"name":"ReplaceAppointmentOperation","features":[6]}],"8":[{"name":"AppointmentCalendarCancelMeetingRequest","features":[7]},{"name":"AppointmentCalendarCancelMeetingRequestEventArgs","features":[7]},{"name":"AppointmentCalendarCreateOrUpdateAppointmentRequest","features":[7]},{"name":"AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs","features":[7]},{"name":"AppointmentCalendarForwardMeetingRequest","features":[7]},{"name":"AppointmentCalendarForwardMeetingRequestEventArgs","features":[7]},{"name":"AppointmentCalendarProposeNewTimeForMeetingRequest","features":[7]},{"name":"AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs","features":[7]},{"name":"AppointmentCalendarSyncManagerSyncRequest","features":[7]},{"name":"AppointmentCalendarSyncManagerSyncRequestEventArgs","features":[7]},{"name":"AppointmentCalendarUpdateMeetingResponseRequest","features":[7]},{"name":"AppointmentCalendarUpdateMeetingResponseRequestEventArgs","features":[7]},{"name":"AppointmentDataProviderConnection","features":[7]},{"name":"AppointmentDataProviderTriggerDetails","features":[7]},{"name":"IAppointmentCalendarCancelMeetingRequest","features":[7]},{"name":"IAppointmentCalendarCancelMeetingRequestEventArgs","features":[7]},{"name":"IAppointmentCalendarCreateOrUpdateAppointmentRequest","features":[7]},{"name":"IAppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs","features":[7]},{"name":"IAppointmentCalendarForwardMeetingRequest","features":[7]},{"name":"IAppointmentCalendarForwardMeetingRequestEventArgs","features":[7]},{"name":"IAppointmentCalendarProposeNewTimeForMeetingRequest","features":[7]},{"name":"IAppointmentCalendarProposeNewTimeForMeetingRequestEventArgs","features":[7]},{"name":"IAppointmentCalendarSyncManagerSyncRequest","features":[7]},{"name":"IAppointmentCalendarSyncManagerSyncRequestEventArgs","features":[7]},{"name":"IAppointmentCalendarUpdateMeetingResponseRequest","features":[7]},{"name":"IAppointmentCalendarUpdateMeetingResponseRequestEventArgs","features":[7]},{"name":"IAppointmentDataProviderConnection","features":[7]},{"name":"IAppointmentDataProviderTriggerDetails","features":[7]}],"9":[{"name":"ActivitySensorTrigger","features":[8]},{"name":"AlarmAccessStatus","features":[8]},{"name":"AlarmApplicationManager","features":[8]},{"name":"AppBroadcastTrigger","features":[8]},{"name":"AppBroadcastTriggerProviderInfo","features":[8]},{"name":"ApplicationTrigger","features":[8]},{"name":"ApplicationTriggerDetails","features":[8]},{"name":"ApplicationTriggerResult","features":[8]},{"name":"AppointmentStoreNotificationTrigger","features":[8]},{"name":"BackgroundAccessRequestKind","features":[8]},{"name":"BackgroundAccessStatus","features":[8]},{"name":"BackgroundAlarmApplicationContract","features":[8]},{"name":"BackgroundExecutionManager","features":[8]},{"name":"BackgroundTaskBuilder","features":[8]},{"name":"BackgroundTaskCanceledEventHandler","features":[8]},{"name":"BackgroundTaskCancellationReason","features":[8]},{"name":"BackgroundTaskCompletedEventArgs","features":[8]},{"name":"BackgroundTaskCompletedEventHandler","features":[8]},{"name":"BackgroundTaskDeferral","features":[8]},{"name":"BackgroundTaskProgressEventArgs","features":[8]},{"name":"BackgroundTaskProgressEventHandler","features":[8]},{"name":"BackgroundTaskRegistration","features":[8]},{"name":"BackgroundTaskRegistrationGroup","features":[8]},{"name":"BackgroundTaskThrottleCounter","features":[8]},{"name":"BackgroundWorkCost","features":[8]},{"name":"BackgroundWorkCostValue","features":[8]},{"name":"BluetoothLEAdvertisementPublisherTrigger","features":[8]},{"name":"BluetoothLEAdvertisementWatcherTrigger","features":[8]},{"name":"CachedFileUpdaterTrigger","features":[8]},{"name":"CachedFileUpdaterTriggerDetails","features":[8]},{"name":"ChatMessageNotificationTrigger","features":[8]},{"name":"ChatMessageReceivedNotificationTrigger","features":[8]},{"name":"CommunicationBlockingAppSetAsActiveTrigger","features":[8]},{"name":"ContactStoreNotificationTrigger","features":[8]},{"name":"ContentPrefetchTrigger","features":[8]},{"name":"ConversationalAgentTrigger","features":[8]},{"name":"CustomSystemEventTrigger","features":[8]},{"name":"CustomSystemEventTriggerRecurrence","features":[8]},{"name":"DeviceConnectionChangeTrigger","features":[8]},{"name":"DeviceManufacturerNotificationTrigger","features":[8]},{"name":"DeviceServicingTrigger","features":[8]},{"name":"DeviceTriggerResult","features":[8]},{"name":"DeviceUseTrigger","features":[8]},{"name":"DeviceWatcherTrigger","features":[8]},{"name":"EmailStoreNotificationTrigger","features":[8]},{"name":"EnergyUseLevel","features":[8]},{"name":"GattCharacteristicNotificationTrigger","features":[8]},{"name":"GattServiceProviderTrigger","features":[8]},{"name":"GattServiceProviderTriggerResult","features":[8]},{"name":"GeovisitTrigger","features":[8]},{"name":"IActivitySensorTrigger","features":[8]},{"name":"IActivitySensorTriggerFactory","features":[8]},{"name":"IAlarmApplicationManagerStatics","features":[8]},{"name":"IAppBroadcastTrigger","features":[8]},{"name":"IAppBroadcastTriggerFactory","features":[8]},{"name":"IAppBroadcastTriggerProviderInfo","features":[8]},{"name":"IApplicationTrigger","features":[8]},{"name":"IApplicationTriggerDetails","features":[8]},{"name":"IAppointmentStoreNotificationTrigger","features":[8]},{"name":"IBackgroundCondition","features":[8]},{"name":"IBackgroundExecutionManagerStatics","features":[8]},{"name":"IBackgroundExecutionManagerStatics2","features":[8]},{"name":"IBackgroundExecutionManagerStatics3","features":[8]},{"name":"IBackgroundTask","features":[8]},{"name":"IBackgroundTaskBuilder","features":[8]},{"name":"IBackgroundTaskBuilder2","features":[8]},{"name":"IBackgroundTaskBuilder3","features":[8]},{"name":"IBackgroundTaskBuilder4","features":[8]},{"name":"IBackgroundTaskBuilder5","features":[8]},{"name":"IBackgroundTaskBuilder6","features":[8]},{"name":"IBackgroundTaskBuilderStatics","features":[8]},{"name":"IBackgroundTaskCompletedEventArgs","features":[8]},{"name":"IBackgroundTaskDeferral","features":[8]},{"name":"IBackgroundTaskInstance","features":[8]},{"name":"IBackgroundTaskInstance2","features":[8]},{"name":"IBackgroundTaskInstance4","features":[8]},{"name":"IBackgroundTaskProgressEventArgs","features":[8]},{"name":"IBackgroundTaskRegistration","features":[8]},{"name":"IBackgroundTaskRegistration2","features":[8]},{"name":"IBackgroundTaskRegistration3","features":[8]},{"name":"IBackgroundTaskRegistration4","features":[8]},{"name":"IBackgroundTaskRegistrationGroup","features":[8]},{"name":"IBackgroundTaskRegistrationGroupFactory","features":[8]},{"name":"IBackgroundTaskRegistrationStatics","features":[8]},{"name":"IBackgroundTaskRegistrationStatics2","features":[8]},{"name":"IBackgroundTrigger","features":[8]},{"name":"IBackgroundWorkCostStatics","features":[8]},{"name":"IBackgroundWorkCostStatics2","features":[8]},{"name":"IBluetoothLEAdvertisementPublisherTrigger","features":[8]},{"name":"IBluetoothLEAdvertisementPublisherTrigger2","features":[8]},{"name":"IBluetoothLEAdvertisementWatcherTrigger","features":[8]},{"name":"IBluetoothLEAdvertisementWatcherTrigger2","features":[8]},{"name":"ICachedFileUpdaterTrigger","features":[8]},{"name":"ICachedFileUpdaterTriggerDetails","features":[8]},{"name":"IChatMessageNotificationTrigger","features":[8]},{"name":"IChatMessageReceivedNotificationTrigger","features":[8]},{"name":"ICommunicationBlockingAppSetAsActiveTrigger","features":[8]},{"name":"IContactStoreNotificationTrigger","features":[8]},{"name":"IContentPrefetchTrigger","features":[8]},{"name":"IContentPrefetchTriggerFactory","features":[8]},{"name":"ICustomSystemEventTrigger","features":[8]},{"name":"ICustomSystemEventTriggerFactory","features":[8]},{"name":"IDeviceConnectionChangeTrigger","features":[8]},{"name":"IDeviceConnectionChangeTriggerStatics","features":[8]},{"name":"IDeviceManufacturerNotificationTrigger","features":[8]},{"name":"IDeviceManufacturerNotificationTriggerFactory","features":[8]},{"name":"IDeviceServicingTrigger","features":[8]},{"name":"IDeviceUseTrigger","features":[8]},{"name":"IDeviceWatcherTrigger","features":[8]},{"name":"IEmailStoreNotificationTrigger","features":[8]},{"name":"IGattCharacteristicNotificationTrigger","features":[8]},{"name":"IGattCharacteristicNotificationTrigger2","features":[8]},{"name":"IGattCharacteristicNotificationTriggerFactory","features":[8]},{"name":"IGattCharacteristicNotificationTriggerFactory2","features":[8]},{"name":"IGattServiceProviderTrigger","features":[8]},{"name":"IGattServiceProviderTriggerResult","features":[8]},{"name":"IGattServiceProviderTriggerStatics","features":[8]},{"name":"IGeovisitTrigger","features":[8]},{"name":"ILocationTrigger","features":[8]},{"name":"ILocationTriggerFactory","features":[8]},{"name":"IMaintenanceTrigger","features":[8]},{"name":"IMaintenanceTriggerFactory","features":[8]},{"name":"IMediaProcessingTrigger","features":[8]},{"name":"INetworkOperatorHotspotAuthenticationTrigger","features":[8]},{"name":"INetworkOperatorNotificationTrigger","features":[8]},{"name":"INetworkOperatorNotificationTriggerFactory","features":[8]},{"name":"IPhoneTrigger","features":[8]},{"name":"IPhoneTriggerFactory","features":[8]},{"name":"IPushNotificationTriggerFactory","features":[8]},{"name":"IRcsEndUserMessageAvailableTrigger","features":[8]},{"name":"IRfcommConnectionTrigger","features":[8]},{"name":"ISecondaryAuthenticationFactorAuthenticationTrigger","features":[8]},{"name":"ISensorDataThresholdTrigger","features":[8]},{"name":"ISensorDataThresholdTriggerFactory","features":[8]},{"name":"ISmartCardTrigger","features":[8]},{"name":"ISmartCardTriggerFactory","features":[8]},{"name":"ISmsMessageReceivedTriggerFactory","features":[8]},{"name":"ISocketActivityTrigger","features":[8]},{"name":"IStorageLibraryChangeTrackerTriggerFactory","features":[8]},{"name":"IStorageLibraryContentChangedTrigger","features":[8]},{"name":"IStorageLibraryContentChangedTriggerStatics","features":[8]},{"name":"ISystemCondition","features":[8]},{"name":"ISystemConditionFactory","features":[8]},{"name":"ISystemTrigger","features":[8]},{"name":"ISystemTriggerFactory","features":[8]},{"name":"ITimeTrigger","features":[8]},{"name":"ITimeTriggerFactory","features":[8]},{"name":"IToastNotificationActionTriggerFactory","features":[8]},{"name":"IToastNotificationHistoryChangedTriggerFactory","features":[8]},{"name":"IUserNotificationChangedTriggerFactory","features":[8]},{"name":"LocationTrigger","features":[8]},{"name":"LocationTriggerType","features":[8]},{"name":"MaintenanceTrigger","features":[8]},{"name":"MediaProcessingTrigger","features":[8]},{"name":"MediaProcessingTriggerResult","features":[8]},{"name":"MobileBroadbandDeviceServiceNotificationTrigger","features":[8]},{"name":"MobileBroadbandPcoDataChangeTrigger","features":[8]},{"name":"MobileBroadbandPinLockStateChangeTrigger","features":[8]},{"name":"MobileBroadbandRadioStateChangeTrigger","features":[8]},{"name":"MobileBroadbandRegistrationStateChangeTrigger","features":[8]},{"name":"NetworkOperatorDataUsageTrigger","features":[8]},{"name":"NetworkOperatorHotspotAuthenticationTrigger","features":[8]},{"name":"NetworkOperatorNotificationTrigger","features":[8]},{"name":"PaymentAppCanMakePaymentTrigger","features":[8]},{"name":"PhoneTrigger","features":[8]},{"name":"PushNotificationTrigger","features":[8]},{"name":"RcsEndUserMessageAvailableTrigger","features":[8]},{"name":"RfcommConnectionTrigger","features":[8]},{"name":"SecondaryAuthenticationFactorAuthenticationTrigger","features":[8]},{"name":"SensorDataThresholdTrigger","features":[8]},{"name":"SmartCardTrigger","features":[8]},{"name":"SmsMessageReceivedTrigger","features":[8]},{"name":"SocketActivityTrigger","features":[8]},{"name":"StorageLibraryChangeTrackerTrigger","features":[8]},{"name":"StorageLibraryContentChangedTrigger","features":[8]},{"name":"SystemCondition","features":[8]},{"name":"SystemConditionType","features":[8]},{"name":"SystemTrigger","features":[8]},{"name":"SystemTriggerType","features":[8]},{"name":"TetheringEntitlementCheckTrigger","features":[8]},{"name":"TimeTrigger","features":[8]},{"name":"ToastNotificationActionTrigger","features":[8]},{"name":"ToastNotificationHistoryChangedTrigger","features":[8]},{"name":"UserNotificationChangedTrigger","features":[8]},{"name":"WiFiOnDemandHotspotConnectTrigger","features":[8]},{"name":"WiFiOnDemandHotspotUpdateMetadataTrigger","features":[8]}],"10":[{"name":"CallAnswerEventArgs","features":[9]},{"name":"CallRejectEventArgs","features":[9]},{"name":"CallStateChangeEventArgs","features":[9]},{"name":"CallsPhoneContract","features":[9]},{"name":"CallsVoipContract","features":[9]},{"name":"CellularDtmfMode","features":[9]},{"name":"DtmfKey","features":[9]},{"name":"DtmfToneAudioPlayback","features":[9]},{"name":"ICallAnswerEventArgs","features":[9]},{"name":"ICallRejectEventArgs","features":[9]},{"name":"ICallStateChangeEventArgs","features":[9]},{"name":"ILockScreenCallEndCallDeferral","features":[9]},{"name":"ILockScreenCallEndRequestedEventArgs","features":[9]},{"name":"ILockScreenCallUI","features":[9]},{"name":"IMuteChangeEventArgs","features":[9]},{"name":"IPhoneCall","features":[9]},{"name":"IPhoneCallBlockingStatics","features":[9]},{"name":"IPhoneCallHistoryEntry","features":[9]},{"name":"IPhoneCallHistoryEntryAddress","features":[9]},{"name":"IPhoneCallHistoryEntryAddressFactory","features":[9]},{"name":"IPhoneCallHistoryEntryQueryOptions","features":[9]},{"name":"IPhoneCallHistoryEntryReader","features":[9]},{"name":"IPhoneCallHistoryManagerForUser","features":[9]},{"name":"IPhoneCallHistoryManagerStatics","features":[9]},{"name":"IPhoneCallHistoryManagerStatics2","features":[9]},{"name":"IPhoneCallHistoryStore","features":[9]},{"name":"IPhoneCallInfo","features":[9]},{"name":"IPhoneCallManagerStatics","features":[9]},{"name":"IPhoneCallManagerStatics2","features":[9]},{"name":"IPhoneCallStatics","features":[9]},{"name":"IPhoneCallStore","features":[9]},{"name":"IPhoneCallVideoCapabilities","features":[9]},{"name":"IPhoneCallVideoCapabilitiesManagerStatics","features":[9]},{"name":"IPhoneCallsResult","features":[9]},{"name":"IPhoneDialOptions","features":[9]},{"name":"IPhoneLine","features":[9]},{"name":"IPhoneLine2","features":[9]},{"name":"IPhoneLine3","features":[9]},{"name":"IPhoneLineCellularDetails","features":[9]},{"name":"IPhoneLineConfiguration","features":[9]},{"name":"IPhoneLineDialResult","features":[9]},{"name":"IPhoneLineStatics","features":[9]},{"name":"IPhoneLineTransportDevice","features":[9]},{"name":"IPhoneLineTransportDevice2","features":[9]},{"name":"IPhoneLineTransportDeviceStatics","features":[9]},{"name":"IPhoneLineWatcher","features":[9]},{"name":"IPhoneLineWatcherEventArgs","features":[9]},{"name":"IPhoneVoicemail","features":[9]},{"name":"IVoipCallCoordinator","features":[9]},{"name":"IVoipCallCoordinator2","features":[9]},{"name":"IVoipCallCoordinator3","features":[9]},{"name":"IVoipCallCoordinator4","features":[9]},{"name":"IVoipCallCoordinatorStatics","features":[9]},{"name":"IVoipPhoneCall","features":[9]},{"name":"IVoipPhoneCall2","features":[9]},{"name":"IVoipPhoneCall3","features":[9]},{"name":"LockScreenCallContract","features":[9]},{"name":"LockScreenCallEndCallDeferral","features":[9]},{"name":"LockScreenCallEndRequestedEventArgs","features":[9]},{"name":"LockScreenCallUI","features":[9]},{"name":"MuteChangeEventArgs","features":[9]},{"name":"PhoneAudioRoutingEndpoint","features":[9]},{"name":"PhoneCall","features":[9]},{"name":"PhoneCallAudioDevice","features":[9]},{"name":"PhoneCallBlocking","features":[9]},{"name":"PhoneCallDirection","features":[9]},{"name":"PhoneCallHistoryEntry","features":[9]},{"name":"PhoneCallHistoryEntryAddress","features":[9]},{"name":"PhoneCallHistoryEntryMedia","features":[9]},{"name":"PhoneCallHistoryEntryOtherAppReadAccess","features":[9]},{"name":"PhoneCallHistoryEntryQueryDesiredMedia","features":[9]},{"name":"PhoneCallHistoryEntryQueryOptions","features":[9]},{"name":"PhoneCallHistoryEntryRawAddressKind","features":[9]},{"name":"PhoneCallHistoryEntryReader","features":[9]},{"name":"PhoneCallHistoryManager","features":[9]},{"name":"PhoneCallHistoryManagerForUser","features":[9]},{"name":"PhoneCallHistorySourceIdKind","features":[9]},{"name":"PhoneCallHistoryStore","features":[9]},{"name":"PhoneCallHistoryStoreAccessType","features":[9]},{"name":"PhoneCallInfo","features":[9]},{"name":"PhoneCallManager","features":[9]},{"name":"PhoneCallMedia","features":[9]},{"name":"PhoneCallOperationStatus","features":[9]},{"name":"PhoneCallStatus","features":[9]},{"name":"PhoneCallStore","features":[9]},{"name":"PhoneCallVideoCapabilities","features":[9]},{"name":"PhoneCallVideoCapabilitiesManager","features":[9]},{"name":"PhoneCallsResult","features":[9]},{"name":"PhoneDialOptions","features":[9]},{"name":"PhoneLine","features":[9]},{"name":"PhoneLineCellularDetails","features":[9]},{"name":"PhoneLineConfiguration","features":[9]},{"name":"PhoneLineDialResult","features":[9]},{"name":"PhoneLineNetworkOperatorDisplayTextLocation","features":[9]},{"name":"PhoneLineOperationStatus","features":[9]},{"name":"PhoneLineTransport","features":[9]},{"name":"PhoneLineTransportDevice","features":[9]},{"name":"PhoneLineWatcher","features":[9]},{"name":"PhoneLineWatcherEventArgs","features":[9]},{"name":"PhoneLineWatcherStatus","features":[9]},{"name":"PhoneNetworkState","features":[9]},{"name":"PhoneSimState","features":[9]},{"name":"PhoneVoicemail","features":[9]},{"name":"PhoneVoicemailType","features":[9]},{"name":"TransportDeviceAudioRoutingStatus","features":[9]},{"name":"VoipCallCoordinator","features":[9]},{"name":"VoipPhoneCall","features":[9]},{"name":"VoipPhoneCallMedia","features":[9]},{"name":"VoipPhoneCallRejectReason","features":[9]},{"name":"VoipPhoneCallResourceReservationStatus","features":[9]},{"name":"VoipPhoneCallState","features":[9]}],"11":[{"name":"CallsBackgroundContract","features":[10]},{"name":"IPhoneCallBlockedTriggerDetails","features":[10]},{"name":"IPhoneCallOriginDataRequestTriggerDetails","features":[10]},{"name":"IPhoneIncomingCallDismissedTriggerDetails","features":[10]},{"name":"IPhoneIncomingCallNotificationTriggerDetails","features":[10]},{"name":"IPhoneLineChangedTriggerDetails","features":[10]},{"name":"IPhoneNewVoicemailMessageTriggerDetails","features":[10]},{"name":"PhoneCallBlockedReason","features":[10]},{"name":"PhoneCallBlockedTriggerDetails","features":[10]},{"name":"PhoneCallOriginDataRequestTriggerDetails","features":[10]},{"name":"PhoneIncomingCallDismissedReason","features":[10]},{"name":"PhoneIncomingCallDismissedTriggerDetails","features":[10]},{"name":"PhoneIncomingCallNotificationTriggerDetails","features":[10]},{"name":"PhoneLineChangeKind","features":[10]},{"name":"PhoneLineChangedTriggerDetails","features":[10]},{"name":"PhoneLineProperties","features":[10]},{"name":"PhoneNewVoicemailMessageTriggerDetails","features":[10]},{"name":"PhoneTriggerType","features":[10]}],"12":[{"name":"IPhoneCallOrigin","features":[11]},{"name":"IPhoneCallOrigin2","features":[11]},{"name":"IPhoneCallOrigin3","features":[11]},{"name":"IPhoneCallOriginManagerStatics","features":[11]},{"name":"IPhoneCallOriginManagerStatics2","features":[11]},{"name":"IPhoneCallOriginManagerStatics3","features":[11]},{"name":"PhoneCallOrigin","features":[11]},{"name":"PhoneCallOriginManager","features":[11]}],"13":[{"name":"ChatCapabilities","features":[12]},{"name":"ChatCapabilitiesManager","features":[12]},{"name":"ChatConversation","features":[12]},{"name":"ChatConversationReader","features":[12]},{"name":"ChatConversationThreadingInfo","features":[12]},{"name":"ChatConversationThreadingKind","features":[12]},{"name":"ChatItemKind","features":[12]},{"name":"ChatMessage","features":[12]},{"name":"ChatMessageAttachment","features":[12]},{"name":"ChatMessageBlocking","features":[12]},{"name":"ChatMessageChange","features":[12]},{"name":"ChatMessageChangeReader","features":[12]},{"name":"ChatMessageChangeTracker","features":[12]},{"name":"ChatMessageChangeType","features":[12]},{"name":"ChatMessageChangedDeferral","features":[12]},{"name":"ChatMessageChangedEventArgs","features":[12]},{"name":"ChatMessageKind","features":[12]},{"name":"ChatMessageManager","features":[12]},{"name":"ChatMessageNotificationTriggerDetails","features":[12]},{"name":"ChatMessageOperatorKind","features":[12]},{"name":"ChatMessageReader","features":[12]},{"name":"ChatMessageStatus","features":[12]},{"name":"ChatMessageStore","features":[12]},{"name":"ChatMessageStoreChangedEventArgs","features":[12]},{"name":"ChatMessageTransport","features":[12]},{"name":"ChatMessageTransportConfiguration","features":[12]},{"name":"ChatMessageTransportKind","features":[12]},{"name":"ChatMessageValidationResult","features":[12]},{"name":"ChatMessageValidationStatus","features":[12]},{"name":"ChatQueryOptions","features":[12]},{"name":"ChatRecipientDeliveryInfo","features":[12]},{"name":"ChatRestoreHistorySpan","features":[12]},{"name":"ChatSearchReader","features":[12]},{"name":"ChatStoreChangedEventKind","features":[12]},{"name":"ChatSyncConfiguration","features":[12]},{"name":"ChatSyncManager","features":[12]},{"name":"ChatTransportErrorCodeCategory","features":[12]},{"name":"ChatTransportInterpretedErrorCode","features":[12]},{"name":"IChatCapabilities","features":[12]},{"name":"IChatCapabilitiesManagerStatics","features":[12]},{"name":"IChatCapabilitiesManagerStatics2","features":[12]},{"name":"IChatConversation","features":[12]},{"name":"IChatConversation2","features":[12]},{"name":"IChatConversationReader","features":[12]},{"name":"IChatConversationThreadingInfo","features":[12]},{"name":"IChatItem","features":[12]},{"name":"IChatMessage","features":[12]},{"name":"IChatMessage2","features":[12]},{"name":"IChatMessage3","features":[12]},{"name":"IChatMessage4","features":[12]},{"name":"IChatMessageAttachment","features":[12]},{"name":"IChatMessageAttachment2","features":[12]},{"name":"IChatMessageAttachmentFactory","features":[12]},{"name":"IChatMessageBlockingStatic","features":[12]},{"name":"IChatMessageChange","features":[12]},{"name":"IChatMessageChangeReader","features":[12]},{"name":"IChatMessageChangeTracker","features":[12]},{"name":"IChatMessageChangedDeferral","features":[12]},{"name":"IChatMessageChangedEventArgs","features":[12]},{"name":"IChatMessageManager2Statics","features":[12]},{"name":"IChatMessageManagerStatic","features":[12]},{"name":"IChatMessageManagerStatics3","features":[12]},{"name":"IChatMessageNotificationTriggerDetails","features":[12]},{"name":"IChatMessageNotificationTriggerDetails2","features":[12]},{"name":"IChatMessageReader","features":[12]},{"name":"IChatMessageReader2","features":[12]},{"name":"IChatMessageStore","features":[12]},{"name":"IChatMessageStore2","features":[12]},{"name":"IChatMessageStore3","features":[12]},{"name":"IChatMessageStoreChangedEventArgs","features":[12]},{"name":"IChatMessageTransport","features":[12]},{"name":"IChatMessageTransport2","features":[12]},{"name":"IChatMessageTransportConfiguration","features":[12]},{"name":"IChatMessageValidationResult","features":[12]},{"name":"IChatQueryOptions","features":[12]},{"name":"IChatRecipientDeliveryInfo","features":[12]},{"name":"IChatSearchReader","features":[12]},{"name":"IChatSyncConfiguration","features":[12]},{"name":"IChatSyncManager","features":[12]},{"name":"IRcsEndUserMessage","features":[12]},{"name":"IRcsEndUserMessageAction","features":[12]},{"name":"IRcsEndUserMessageAvailableEventArgs","features":[12]},{"name":"IRcsEndUserMessageAvailableTriggerDetails","features":[12]},{"name":"IRcsEndUserMessageManager","features":[12]},{"name":"IRcsManagerStatics","features":[12]},{"name":"IRcsManagerStatics2","features":[12]},{"name":"IRcsServiceKindSupportedChangedEventArgs","features":[12]},{"name":"IRcsTransport","features":[12]},{"name":"IRcsTransportConfiguration","features":[12]},{"name":"IRemoteParticipantComposingChangedEventArgs","features":[12]},{"name":"RcsEndUserMessage","features":[12]},{"name":"RcsEndUserMessageAction","features":[12]},{"name":"RcsEndUserMessageAvailableEventArgs","features":[12]},{"name":"RcsEndUserMessageAvailableTriggerDetails","features":[12]},{"name":"RcsEndUserMessageManager","features":[12]},{"name":"RcsManager","features":[12]},{"name":"RcsServiceKind","features":[12]},{"name":"RcsServiceKindSupportedChangedEventArgs","features":[12]},{"name":"RcsTransport","features":[12]},{"name":"RcsTransportConfiguration","features":[12]},{"name":"RemoteParticipantComposingChangedEventArgs","features":[12]}],"14":[{"name":"CommunicationBlockingAccessManager","features":[13]},{"name":"CommunicationBlockingAppManager","features":[13]},{"name":"CommunicationBlockingContract","features":[13]},{"name":"ICommunicationBlockingAccessManagerStatics","features":[13]},{"name":"ICommunicationBlockingAppManagerStatics","features":[13]},{"name":"ICommunicationBlockingAppManagerStatics2","features":[13]}],"15":[{"name":"AggregateContactManager","features":[14]},{"name":"Contact","features":[14]},{"name":"ContactAddress","features":[14]},{"name":"ContactAddressKind","features":[14]},{"name":"ContactAnnotation","features":[14]},{"name":"ContactAnnotationList","features":[14]},{"name":"ContactAnnotationOperations","features":[14]},{"name":"ContactAnnotationStore","features":[14]},{"name":"ContactAnnotationStoreAccessType","features":[14]},{"name":"ContactBatch","features":[14]},{"name":"ContactBatchStatus","features":[14]},{"name":"ContactCardDelayedDataLoader","features":[14]},{"name":"ContactCardHeaderKind","features":[14]},{"name":"ContactCardOptions","features":[14]},{"name":"ContactCardTabKind","features":[14]},{"name":"ContactChange","features":[14]},{"name":"ContactChangeReader","features":[14]},{"name":"ContactChangeTracker","features":[14]},{"name":"ContactChangeType","features":[14]},{"name":"ContactChangedDeferral","features":[14]},{"name":"ContactChangedEventArgs","features":[14]},{"name":"ContactConnectedServiceAccount","features":[14]},{"name":"ContactDate","features":[14]},{"name":"ContactDateKind","features":[14]},{"name":"ContactEmail","features":[14]},{"name":"ContactEmailKind","features":[14]},{"name":"ContactField","features":[14]},{"name":"ContactFieldCategory","features":[14]},{"name":"ContactFieldFactory","features":[14]},{"name":"ContactFieldType","features":[14]},{"name":"ContactGroup","features":[14]},{"name":"ContactInformation","features":[14]},{"name":"ContactInstantMessageField","features":[14]},{"name":"ContactJobInfo","features":[14]},{"name":"ContactLaunchActionVerbs","features":[14]},{"name":"ContactList","features":[14]},{"name":"ContactListLimitedWriteOperations","features":[14]},{"name":"ContactListOtherAppReadAccess","features":[14]},{"name":"ContactListOtherAppWriteAccess","features":[14]},{"name":"ContactListSyncConstraints","features":[14]},{"name":"ContactListSyncManager","features":[14]},{"name":"ContactListSyncStatus","features":[14]},{"name":"ContactLocationField","features":[14]},{"name":"ContactManager","features":[14]},{"name":"ContactManagerForUser","features":[14]},{"name":"ContactMatchReason","features":[14]},{"name":"ContactMatchReasonKind","features":[14]},{"name":"ContactNameOrder","features":[14]},{"name":"ContactPanel","features":[14]},{"name":"ContactPanelClosingEventArgs","features":[14]},{"name":"ContactPanelLaunchFullAppRequestedEventArgs","features":[14]},{"name":"ContactPhone","features":[14]},{"name":"ContactPhoneKind","features":[14]},{"name":"ContactPicker","features":[14]},{"name":"ContactQueryDesiredFields","features":[14]},{"name":"ContactQueryOptions","features":[14]},{"name":"ContactQuerySearchFields","features":[14]},{"name":"ContactQuerySearchScope","features":[14]},{"name":"ContactQueryTextSearch","features":[14]},{"name":"ContactReader","features":[14]},{"name":"ContactRelationship","features":[14]},{"name":"ContactSelectionMode","features":[14]},{"name":"ContactSignificantOther","features":[14]},{"name":"ContactStore","features":[14]},{"name":"ContactStoreAccessType","features":[14]},{"name":"ContactStoreNotificationTriggerDetails","features":[14]},{"name":"ContactWebsite","features":[14]},{"name":"FullContactCardOptions","features":[14]},{"name":"IAggregateContactManager","features":[14]},{"name":"IAggregateContactManager2","features":[14]},{"name":"IContact","features":[14]},{"name":"IContact2","features":[14]},{"name":"IContact3","features":[14]},{"name":"IContactAddress","features":[14]},{"name":"IContactAnnotation","features":[14]},{"name":"IContactAnnotation2","features":[14]},{"name":"IContactAnnotationList","features":[14]},{"name":"IContactAnnotationStore","features":[14]},{"name":"IContactAnnotationStore2","features":[14]},{"name":"IContactBatch","features":[14]},{"name":"IContactCardDelayedDataLoader","features":[14]},{"name":"IContactCardOptions","features":[14]},{"name":"IContactCardOptions2","features":[14]},{"name":"IContactChange","features":[14]},{"name":"IContactChangeReader","features":[14]},{"name":"IContactChangeTracker","features":[14]},{"name":"IContactChangeTracker2","features":[14]},{"name":"IContactChangedDeferral","features":[14]},{"name":"IContactChangedEventArgs","features":[14]},{"name":"IContactConnectedServiceAccount","features":[14]},{"name":"IContactDate","features":[14]},{"name":"IContactEmail","features":[14]},{"name":"IContactField","features":[14]},{"name":"IContactFieldFactory","features":[14]},{"name":"IContactGroup","features":[14]},{"name":"IContactInformation","features":[14]},{"name":"IContactInstantMessageField","features":[14]},{"name":"IContactInstantMessageFieldFactory","features":[14]},{"name":"IContactJobInfo","features":[14]},{"name":"IContactLaunchActionVerbsStatics","features":[14]},{"name":"IContactList","features":[14]},{"name":"IContactList2","features":[14]},{"name":"IContactList3","features":[14]},{"name":"IContactListLimitedWriteOperations","features":[14]},{"name":"IContactListSyncConstraints","features":[14]},{"name":"IContactListSyncManager","features":[14]},{"name":"IContactListSyncManager2","features":[14]},{"name":"IContactLocationField","features":[14]},{"name":"IContactLocationFieldFactory","features":[14]},{"name":"IContactManagerForUser","features":[14]},{"name":"IContactManagerForUser2","features":[14]},{"name":"IContactManagerStatics","features":[14]},{"name":"IContactManagerStatics2","features":[14]},{"name":"IContactManagerStatics3","features":[14]},{"name":"IContactManagerStatics4","features":[14]},{"name":"IContactManagerStatics5","features":[14]},{"name":"IContactMatchReason","features":[14]},{"name":"IContactName","features":[14]},{"name":"IContactPanel","features":[14]},{"name":"IContactPanelClosingEventArgs","features":[14]},{"name":"IContactPanelLaunchFullAppRequestedEventArgs","features":[14]},{"name":"IContactPhone","features":[14]},{"name":"IContactPicker","features":[14]},{"name":"IContactPicker2","features":[14]},{"name":"IContactPicker3","features":[14]},{"name":"IContactPickerStatics","features":[14]},{"name":"IContactQueryOptions","features":[14]},{"name":"IContactQueryOptionsFactory","features":[14]},{"name":"IContactQueryTextSearch","features":[14]},{"name":"IContactReader","features":[14]},{"name":"IContactSignificantOther","features":[14]},{"name":"IContactSignificantOther2","features":[14]},{"name":"IContactStore","features":[14]},{"name":"IContactStore2","features":[14]},{"name":"IContactStore3","features":[14]},{"name":"IContactStoreNotificationTriggerDetails","features":[14]},{"name":"IContactWebsite","features":[14]},{"name":"IContactWebsite2","features":[14]},{"name":"IFullContactCardOptions","features":[14]},{"name":"IKnownContactFieldStatics","features":[14]},{"name":"IPinnedContactIdsQueryResult","features":[14]},{"name":"IPinnedContactManager","features":[14]},{"name":"IPinnedContactManagerStatics","features":[14]},{"name":"KnownContactField","features":[14]},{"name":"PinnedContactIdsQueryResult","features":[14]},{"name":"PinnedContactManager","features":[14]},{"name":"PinnedContactSurface","features":[14]}],"16":[{"name":"ContactDataProviderConnection","features":[15]},{"name":"ContactDataProviderTriggerDetails","features":[15]},{"name":"ContactListCreateOrUpdateContactRequest","features":[15]},{"name":"ContactListCreateOrUpdateContactRequestEventArgs","features":[15]},{"name":"ContactListDeleteContactRequest","features":[15]},{"name":"ContactListDeleteContactRequestEventArgs","features":[15]},{"name":"ContactListServerSearchReadBatchRequest","features":[15]},{"name":"ContactListServerSearchReadBatchRequestEventArgs","features":[15]},{"name":"ContactListSyncManagerSyncRequest","features":[15]},{"name":"ContactListSyncManagerSyncRequestEventArgs","features":[15]},{"name":"IContactDataProviderConnection","features":[15]},{"name":"IContactDataProviderConnection2","features":[15]},{"name":"IContactDataProviderTriggerDetails","features":[15]},{"name":"IContactListCreateOrUpdateContactRequest","features":[15]},{"name":"IContactListCreateOrUpdateContactRequestEventArgs","features":[15]},{"name":"IContactListDeleteContactRequest","features":[15]},{"name":"IContactListDeleteContactRequestEventArgs","features":[15]},{"name":"IContactListServerSearchReadBatchRequest","features":[15]},{"name":"IContactListServerSearchReadBatchRequestEventArgs","features":[15]},{"name":"IContactListSyncManagerSyncRequest","features":[15]},{"name":"IContactListSyncManagerSyncRequestEventArgs","features":[15]}],"17":[{"name":"AddContactResult","features":[16]},{"name":"ContactPickerUI","features":[16]},{"name":"ContactRemovedEventArgs","features":[16]},{"name":"IContactPickerUI","features":[16]},{"name":"IContactPickerUI2","features":[16]},{"name":"IContactRemovedEventArgs","features":[16]}],"18":[{"name":"ActivationSignalDetectionConfiguration","features":[17]},{"name":"ActivationSignalDetectionConfigurationCreationResult","features":[17]},{"name":"ActivationSignalDetectionConfigurationCreationStatus","features":[17]},{"name":"ActivationSignalDetectionConfigurationRemovalResult","features":[17]},{"name":"ActivationSignalDetectionConfigurationSetModelDataResult","features":[17]},{"name":"ActivationSignalDetectionConfigurationStateChangeResult","features":[17]},{"name":"ActivationSignalDetectionTrainingDataFormat","features":[17]},{"name":"ActivationSignalDetector","features":[17]},{"name":"ActivationSignalDetectorKind","features":[17]},{"name":"ActivationSignalDetectorPowerState","features":[17]},{"name":"ConversationalAgentActivationKind","features":[17]},{"name":"ConversationalAgentActivationResult","features":[17]},{"name":"ConversationalAgentDetectorManager","features":[17]},{"name":"ConversationalAgentSession","features":[17]},{"name":"ConversationalAgentSessionInterruptedEventArgs","features":[17]},{"name":"ConversationalAgentSessionUpdateResponse","features":[17]},{"name":"ConversationalAgentSignal","features":[17]},{"name":"ConversationalAgentSignalDetectedEventArgs","features":[17]},{"name":"ConversationalAgentState","features":[17]},{"name":"ConversationalAgentSystemStateChangeType","features":[17]},{"name":"ConversationalAgentSystemStateChangedEventArgs","features":[17]},{"name":"ConversationalAgentVoiceActivationPrerequisiteKind","features":[17]},{"name":"DetectionConfigurationAvailabilityChangeKind","features":[17]},{"name":"DetectionConfigurationAvailabilityChangedEventArgs","features":[17]},{"name":"DetectionConfigurationAvailabilityInfo","features":[17]},{"name":"DetectionConfigurationTrainingStatus","features":[17]},{"name":"IActivationSignalDetectionConfiguration","features":[17]},{"name":"IActivationSignalDetectionConfiguration2","features":[17]},{"name":"IActivationSignalDetectionConfigurationCreationResult","features":[17]},{"name":"IActivationSignalDetector","features":[17]},{"name":"IActivationSignalDetector2","features":[17]},{"name":"IConversationalAgentDetectorManager","features":[17]},{"name":"IConversationalAgentDetectorManager2","features":[17]},{"name":"IConversationalAgentDetectorManagerStatics","features":[17]},{"name":"IConversationalAgentSession","features":[17]},{"name":"IConversationalAgentSession2","features":[17]},{"name":"IConversationalAgentSessionInterruptedEventArgs","features":[17]},{"name":"IConversationalAgentSessionStatics","features":[17]},{"name":"IConversationalAgentSignal","features":[17]},{"name":"IConversationalAgentSignal2","features":[17]},{"name":"IConversationalAgentSignalDetectedEventArgs","features":[17]},{"name":"IConversationalAgentSystemStateChangedEventArgs","features":[17]},{"name":"IDetectionConfigurationAvailabilityChangedEventArgs","features":[17]},{"name":"IDetectionConfigurationAvailabilityInfo","features":[17]},{"name":"IDetectionConfigurationAvailabilityInfo2","features":[17]},{"name":"SignalDetectorResourceKind","features":[17]}],"19":[{"name":"AppListEntry","features":[18]},{"name":"AppRestartFailureReason","features":[18]},{"name":"CoreApplication","features":[18]},{"name":"CoreApplicationView","features":[18]},{"name":"CoreApplicationViewTitleBar","features":[18]},{"name":"HostedViewClosingEventArgs","features":[18]},{"name":"IAppListEntry","features":[18]},{"name":"IAppListEntry2","features":[18]},{"name":"IAppListEntry3","features":[18]},{"name":"IAppListEntry4","features":[18]},{"name":"ICoreApplication","features":[18]},{"name":"ICoreApplication2","features":[18]},{"name":"ICoreApplication3","features":[18]},{"name":"ICoreApplicationExit","features":[18]},{"name":"ICoreApplicationUnhandledError","features":[18]},{"name":"ICoreApplicationUseCount","features":[18]},{"name":"ICoreApplicationView","features":[18]},{"name":"ICoreApplicationView2","features":[18]},{"name":"ICoreApplicationView3","features":[18]},{"name":"ICoreApplicationView5","features":[18]},{"name":"ICoreApplicationView6","features":[18]},{"name":"ICoreApplicationViewTitleBar","features":[18]},{"name":"ICoreImmersiveApplication","features":[18]},{"name":"ICoreImmersiveApplication2","features":[18]},{"name":"ICoreImmersiveApplication3","features":[18]},{"name":"IFrameworkView","features":[18]},{"name":"IFrameworkViewSource","features":[18]},{"name":"IHostedViewClosingEventArgs","features":[18]},{"name":"IUnhandledError","features":[18]},{"name":"IUnhandledErrorDetectedEventArgs","features":[18]},{"name":"UnhandledError","features":[18]},{"name":"UnhandledErrorDetectedEventArgs","features":[18]}],"20":[{"name":"Clipboard","features":[19]},{"name":"ClipboardContentOptions","features":[19]},{"name":"ClipboardHistoryChangedEventArgs","features":[19]},{"name":"ClipboardHistoryItem","features":[19]},{"name":"ClipboardHistoryItemsResult","features":[19]},{"name":"ClipboardHistoryItemsResultStatus","features":[19]},{"name":"DataPackage","features":[19]},{"name":"DataPackageOperation","features":[19]},{"name":"DataPackagePropertySet","features":[19]},{"name":"DataPackagePropertySetView","features":[19]},{"name":"DataPackageView","features":[19]},{"name":"DataProviderDeferral","features":[19]},{"name":"DataProviderHandler","features":[19]},{"name":"DataProviderRequest","features":[19]},{"name":"DataRequest","features":[19]},{"name":"DataRequestDeferral","features":[19]},{"name":"DataRequestedEventArgs","features":[19]},{"name":"DataTransferManager","features":[19]},{"name":"HtmlFormatHelper","features":[19]},{"name":"IClipboardContentOptions","features":[19]},{"name":"IClipboardHistoryChangedEventArgs","features":[19]},{"name":"IClipboardHistoryItem","features":[19]},{"name":"IClipboardHistoryItemsResult","features":[19]},{"name":"IClipboardStatics","features":[19]},{"name":"IClipboardStatics2","features":[19]},{"name":"IDataPackage","features":[19]},{"name":"IDataPackage2","features":[19]},{"name":"IDataPackage3","features":[19]},{"name":"IDataPackage4","features":[19]},{"name":"IDataPackagePropertySet","features":[19]},{"name":"IDataPackagePropertySet2","features":[19]},{"name":"IDataPackagePropertySet3","features":[19]},{"name":"IDataPackagePropertySet4","features":[19]},{"name":"IDataPackagePropertySetView","features":[19]},{"name":"IDataPackagePropertySetView2","features":[19]},{"name":"IDataPackagePropertySetView3","features":[19]},{"name":"IDataPackagePropertySetView4","features":[19]},{"name":"IDataPackagePropertySetView5","features":[19]},{"name":"IDataPackageView","features":[19]},{"name":"IDataPackageView2","features":[19]},{"name":"IDataPackageView3","features":[19]},{"name":"IDataPackageView4","features":[19]},{"name":"IDataProviderDeferral","features":[19]},{"name":"IDataProviderRequest","features":[19]},{"name":"IDataRequest","features":[19]},{"name":"IDataRequestDeferral","features":[19]},{"name":"IDataRequestedEventArgs","features":[19]},{"name":"IDataTransferManager","features":[19]},{"name":"IDataTransferManager2","features":[19]},{"name":"IDataTransferManagerStatics","features":[19]},{"name":"IDataTransferManagerStatics2","features":[19]},{"name":"IDataTransferManagerStatics3","features":[19]},{"name":"IHtmlFormatHelperStatics","features":[19]},{"name":"IOperationCompletedEventArgs","features":[19]},{"name":"IOperationCompletedEventArgs2","features":[19]},{"name":"IShareCompletedEventArgs","features":[19]},{"name":"IShareProvider","features":[19]},{"name":"IShareProviderFactory","features":[19]},{"name":"IShareProviderOperation","features":[19]},{"name":"IShareProvidersRequestedEventArgs","features":[19]},{"name":"IShareTargetInfo","features":[19]},{"name":"IShareUIOptions","features":[19]},{"name":"ISharedStorageAccessManagerStatics","features":[19]},{"name":"IStandardDataFormatsStatics","features":[19]},{"name":"IStandardDataFormatsStatics2","features":[19]},{"name":"IStandardDataFormatsStatics3","features":[19]},{"name":"ITargetApplicationChosenEventArgs","features":[19]},{"name":"OperationCompletedEventArgs","features":[19]},{"name":"SetHistoryItemAsContentStatus","features":[19]},{"name":"ShareCompletedEventArgs","features":[19]},{"name":"ShareProvider","features":[19]},{"name":"ShareProviderHandler","features":[19]},{"name":"ShareProviderOperation","features":[19]},{"name":"ShareProvidersRequestedEventArgs","features":[19]},{"name":"ShareTargetInfo","features":[19]},{"name":"ShareUIOptions","features":[19]},{"name":"ShareUITheme","features":[19]},{"name":"SharedStorageAccessManager","features":[19]},{"name":"StandardDataFormats","features":[19]},{"name":"TargetApplicationChosenEventArgs","features":[19]}],"21":[{"name":"DragDropModifiers","features":[20]}],"22":[{"name":"CoreDragDropManager","features":[21]},{"name":"CoreDragInfo","features":[21]},{"name":"CoreDragOperation","features":[21]},{"name":"CoreDragUIContentMode","features":[21]},{"name":"CoreDragUIOverride","features":[21]},{"name":"CoreDropOperationTargetRequestedEventArgs","features":[21]},{"name":"ICoreDragDropManager","features":[21]},{"name":"ICoreDragDropManagerStatics","features":[21]},{"name":"ICoreDragInfo","features":[21]},{"name":"ICoreDragInfo2","features":[21]},{"name":"ICoreDragOperation","features":[21]},{"name":"ICoreDragOperation2","features":[21]},{"name":"ICoreDragUIOverride","features":[21]},{"name":"ICoreDropOperationTarget","features":[21]},{"name":"ICoreDropOperationTargetRequestedEventArgs","features":[21]}],"23":[{"name":"IQuickLink","features":[22]},{"name":"IShareOperation","features":[22]},{"name":"IShareOperation2","features":[22]},{"name":"IShareOperation3","features":[22]},{"name":"QuickLink","features":[22]},{"name":"ShareOperation","features":[22]}],"24":[{"name":"EmailAttachment","features":[23]},{"name":"EmailAttachmentDownloadState","features":[23]},{"name":"EmailBatchStatus","features":[23]},{"name":"EmailCertificateValidationStatus","features":[23]},{"name":"EmailConversation","features":[23]},{"name":"EmailConversationBatch","features":[23]},{"name":"EmailConversationReader","features":[23]},{"name":"EmailFlagState","features":[23]},{"name":"EmailFolder","features":[23]},{"name":"EmailImportance","features":[23]},{"name":"EmailIrmInfo","features":[23]},{"name":"EmailIrmTemplate","features":[23]},{"name":"EmailItemCounts","features":[23]},{"name":"EmailMailbox","features":[23]},{"name":"EmailMailboxAction","features":[23]},{"name":"EmailMailboxActionKind","features":[23]},{"name":"EmailMailboxAllowedSmimeEncryptionAlgorithmNegotiation","features":[23]},{"name":"EmailMailboxAutoReply","features":[23]},{"name":"EmailMailboxAutoReplyMessageResponseKind","features":[23]},{"name":"EmailMailboxAutoReplySettings","features":[23]},{"name":"EmailMailboxCapabilities","features":[23]},{"name":"EmailMailboxChange","features":[23]},{"name":"EmailMailboxChangeReader","features":[23]},{"name":"EmailMailboxChangeTracker","features":[23]},{"name":"EmailMailboxChangeType","features":[23]},{"name":"EmailMailboxChangedDeferral","features":[23]},{"name":"EmailMailboxChangedEventArgs","features":[23]},{"name":"EmailMailboxCreateFolderResult","features":[23]},{"name":"EmailMailboxCreateFolderStatus","features":[23]},{"name":"EmailMailboxDeleteFolderStatus","features":[23]},{"name":"EmailMailboxEmptyFolderStatus","features":[23]},{"name":"EmailMailboxOtherAppReadAccess","features":[23]},{"name":"EmailMailboxOtherAppWriteAccess","features":[23]},{"name":"EmailMailboxPolicies","features":[23]},{"name":"EmailMailboxSmimeEncryptionAlgorithm","features":[23]},{"name":"EmailMailboxSmimeSigningAlgorithm","features":[23]},{"name":"EmailMailboxSyncManager","features":[23]},{"name":"EmailMailboxSyncStatus","features":[23]},{"name":"EmailManager","features":[23]},{"name":"EmailManagerForUser","features":[23]},{"name":"EmailMeetingInfo","features":[23]},{"name":"EmailMeetingResponseType","features":[23]},{"name":"EmailMessage","features":[23]},{"name":"EmailMessageBatch","features":[23]},{"name":"EmailMessageBodyKind","features":[23]},{"name":"EmailMessageDownloadState","features":[23]},{"name":"EmailMessageReader","features":[23]},{"name":"EmailMessageResponseKind","features":[23]},{"name":"EmailMessageSmimeKind","features":[23]},{"name":"EmailQueryKind","features":[23]},{"name":"EmailQueryOptions","features":[23]},{"name":"EmailQuerySearchFields","features":[23]},{"name":"EmailQuerySearchScope","features":[23]},{"name":"EmailQuerySortDirection","features":[23]},{"name":"EmailQuerySortProperty","features":[23]},{"name":"EmailQueryTextSearch","features":[23]},{"name":"EmailRecipient","features":[23]},{"name":"EmailRecipientResolutionResult","features":[23]},{"name":"EmailRecipientResolutionStatus","features":[23]},{"name":"EmailSpecialFolderKind","features":[23]},{"name":"EmailStore","features":[23]},{"name":"EmailStoreAccessType","features":[23]},{"name":"EmailStoreNotificationTriggerDetails","features":[23]},{"name":"IEmailAttachment","features":[23]},{"name":"IEmailAttachment2","features":[23]},{"name":"IEmailAttachmentFactory","features":[23]},{"name":"IEmailAttachmentFactory2","features":[23]},{"name":"IEmailConversation","features":[23]},{"name":"IEmailConversationBatch","features":[23]},{"name":"IEmailConversationReader","features":[23]},{"name":"IEmailFolder","features":[23]},{"name":"IEmailIrmInfo","features":[23]},{"name":"IEmailIrmInfoFactory","features":[23]},{"name":"IEmailIrmTemplate","features":[23]},{"name":"IEmailIrmTemplateFactory","features":[23]},{"name":"IEmailItemCounts","features":[23]},{"name":"IEmailMailbox","features":[23]},{"name":"IEmailMailbox2","features":[23]},{"name":"IEmailMailbox3","features":[23]},{"name":"IEmailMailbox4","features":[23]},{"name":"IEmailMailbox5","features":[23]},{"name":"IEmailMailboxAction","features":[23]},{"name":"IEmailMailboxAutoReply","features":[23]},{"name":"IEmailMailboxAutoReplySettings","features":[23]},{"name":"IEmailMailboxCapabilities","features":[23]},{"name":"IEmailMailboxCapabilities2","features":[23]},{"name":"IEmailMailboxCapabilities3","features":[23]},{"name":"IEmailMailboxChange","features":[23]},{"name":"IEmailMailboxChangeReader","features":[23]},{"name":"IEmailMailboxChangeTracker","features":[23]},{"name":"IEmailMailboxChangedDeferral","features":[23]},{"name":"IEmailMailboxChangedEventArgs","features":[23]},{"name":"IEmailMailboxCreateFolderResult","features":[23]},{"name":"IEmailMailboxPolicies","features":[23]},{"name":"IEmailMailboxPolicies2","features":[23]},{"name":"IEmailMailboxPolicies3","features":[23]},{"name":"IEmailMailboxSyncManager","features":[23]},{"name":"IEmailMailboxSyncManager2","features":[23]},{"name":"IEmailManagerForUser","features":[23]},{"name":"IEmailManagerStatics","features":[23]},{"name":"IEmailManagerStatics2","features":[23]},{"name":"IEmailManagerStatics3","features":[23]},{"name":"IEmailMeetingInfo","features":[23]},{"name":"IEmailMeetingInfo2","features":[23]},{"name":"IEmailMessage","features":[23]},{"name":"IEmailMessage2","features":[23]},{"name":"IEmailMessage3","features":[23]},{"name":"IEmailMessage4","features":[23]},{"name":"IEmailMessageBatch","features":[23]},{"name":"IEmailMessageReader","features":[23]},{"name":"IEmailQueryOptions","features":[23]},{"name":"IEmailQueryOptionsFactory","features":[23]},{"name":"IEmailQueryTextSearch","features":[23]},{"name":"IEmailRecipient","features":[23]},{"name":"IEmailRecipientFactory","features":[23]},{"name":"IEmailRecipientResolutionResult","features":[23]},{"name":"IEmailRecipientResolutionResult2","features":[23]},{"name":"IEmailStore","features":[23]},{"name":"IEmailStoreNotificationTriggerDetails","features":[23]}],"25":[{"name":"EmailDataProviderConnection","features":[24]},{"name":"EmailDataProviderTriggerDetails","features":[24]},{"name":"EmailMailboxCreateFolderRequest","features":[24]},{"name":"EmailMailboxCreateFolderRequestEventArgs","features":[24]},{"name":"EmailMailboxDeleteFolderRequest","features":[24]},{"name":"EmailMailboxDeleteFolderRequestEventArgs","features":[24]},{"name":"EmailMailboxDownloadAttachmentRequest","features":[24]},{"name":"EmailMailboxDownloadAttachmentRequestEventArgs","features":[24]},{"name":"EmailMailboxDownloadMessageRequest","features":[24]},{"name":"EmailMailboxDownloadMessageRequestEventArgs","features":[24]},{"name":"EmailMailboxEmptyFolderRequest","features":[24]},{"name":"EmailMailboxEmptyFolderRequestEventArgs","features":[24]},{"name":"EmailMailboxForwardMeetingRequest","features":[24]},{"name":"EmailMailboxForwardMeetingRequestEventArgs","features":[24]},{"name":"EmailMailboxGetAutoReplySettingsRequest","features":[24]},{"name":"EmailMailboxGetAutoReplySettingsRequestEventArgs","features":[24]},{"name":"EmailMailboxMoveFolderRequest","features":[24]},{"name":"EmailMailboxMoveFolderRequestEventArgs","features":[24]},{"name":"EmailMailboxProposeNewTimeForMeetingRequest","features":[24]},{"name":"EmailMailboxProposeNewTimeForMeetingRequestEventArgs","features":[24]},{"name":"EmailMailboxResolveRecipientsRequest","features":[24]},{"name":"EmailMailboxResolveRecipientsRequestEventArgs","features":[24]},{"name":"EmailMailboxServerSearchReadBatchRequest","features":[24]},{"name":"EmailMailboxServerSearchReadBatchRequestEventArgs","features":[24]},{"name":"EmailMailboxSetAutoReplySettingsRequest","features":[24]},{"name":"EmailMailboxSetAutoReplySettingsRequestEventArgs","features":[24]},{"name":"EmailMailboxSyncManagerSyncRequest","features":[24]},{"name":"EmailMailboxSyncManagerSyncRequestEventArgs","features":[24]},{"name":"EmailMailboxUpdateMeetingResponseRequest","features":[24]},{"name":"EmailMailboxUpdateMeetingResponseRequestEventArgs","features":[24]},{"name":"EmailMailboxValidateCertificatesRequest","features":[24]},{"name":"EmailMailboxValidateCertificatesRequestEventArgs","features":[24]},{"name":"IEmailDataProviderConnection","features":[24]},{"name":"IEmailDataProviderTriggerDetails","features":[24]},{"name":"IEmailMailboxCreateFolderRequest","features":[24]},{"name":"IEmailMailboxCreateFolderRequestEventArgs","features":[24]},{"name":"IEmailMailboxDeleteFolderRequest","features":[24]},{"name":"IEmailMailboxDeleteFolderRequestEventArgs","features":[24]},{"name":"IEmailMailboxDownloadAttachmentRequest","features":[24]},{"name":"IEmailMailboxDownloadAttachmentRequestEventArgs","features":[24]},{"name":"IEmailMailboxDownloadMessageRequest","features":[24]},{"name":"IEmailMailboxDownloadMessageRequestEventArgs","features":[24]},{"name":"IEmailMailboxEmptyFolderRequest","features":[24]},{"name":"IEmailMailboxEmptyFolderRequestEventArgs","features":[24]},{"name":"IEmailMailboxForwardMeetingRequest","features":[24]},{"name":"IEmailMailboxForwardMeetingRequestEventArgs","features":[24]},{"name":"IEmailMailboxGetAutoReplySettingsRequest","features":[24]},{"name":"IEmailMailboxGetAutoReplySettingsRequestEventArgs","features":[24]},{"name":"IEmailMailboxMoveFolderRequest","features":[24]},{"name":"IEmailMailboxMoveFolderRequestEventArgs","features":[24]},{"name":"IEmailMailboxProposeNewTimeForMeetingRequest","features":[24]},{"name":"IEmailMailboxProposeNewTimeForMeetingRequestEventArgs","features":[24]},{"name":"IEmailMailboxResolveRecipientsRequest","features":[24]},{"name":"IEmailMailboxResolveRecipientsRequestEventArgs","features":[24]},{"name":"IEmailMailboxServerSearchReadBatchRequest","features":[24]},{"name":"IEmailMailboxServerSearchReadBatchRequestEventArgs","features":[24]},{"name":"IEmailMailboxSetAutoReplySettingsRequest","features":[24]},{"name":"IEmailMailboxSetAutoReplySettingsRequestEventArgs","features":[24]},{"name":"IEmailMailboxSyncManagerSyncRequest","features":[24]},{"name":"IEmailMailboxSyncManagerSyncRequestEventArgs","features":[24]},{"name":"IEmailMailboxUpdateMeetingResponseRequest","features":[24]},{"name":"IEmailMailboxUpdateMeetingResponseRequestEventArgs","features":[24]},{"name":"IEmailMailboxValidateCertificatesRequest","features":[24]},{"name":"IEmailMailboxValidateCertificatesRequestEventArgs","features":[24]}],"26":[{"name":"ExtendedExecutionReason","features":[25]},{"name":"ExtendedExecutionResult","features":[25]},{"name":"ExtendedExecutionRevokedEventArgs","features":[25]},{"name":"ExtendedExecutionRevokedReason","features":[25]},{"name":"ExtendedExecutionSession","features":[25]},{"name":"IExtendedExecutionRevokedEventArgs","features":[25]},{"name":"IExtendedExecutionSession","features":[25]}],"27":[{"name":"ExtendedExecutionForegroundReason","features":[26]},{"name":"ExtendedExecutionForegroundResult","features":[26]},{"name":"ExtendedExecutionForegroundRevokedEventArgs","features":[26]},{"name":"ExtendedExecutionForegroundRevokedReason","features":[26]},{"name":"ExtendedExecutionForegroundSession","features":[26]},{"name":"IExtendedExecutionForegroundRevokedEventArgs","features":[26]},{"name":"IExtendedExecutionForegroundSession","features":[26]}],"28":[{"name":"HolographicKeyboard","features":[27]},{"name":"IHolographicKeyboard","features":[27]},{"name":"IHolographicKeyboardStatics","features":[27]}],"29":[{"name":"ILockApplicationHost","features":[28]},{"name":"ILockApplicationHostStatics","features":[28]},{"name":"ILockScreenBadge","features":[28]},{"name":"ILockScreenInfo","features":[28]},{"name":"ILockScreenUnlockingDeferral","features":[28]},{"name":"ILockScreenUnlockingEventArgs","features":[28]},{"name":"LockApplicationHost","features":[28]},{"name":"LockScreenBadge","features":[28]},{"name":"LockScreenInfo","features":[28]},{"name":"LockScreenUnlockingDeferral","features":[28]},{"name":"LockScreenUnlockingEventArgs","features":[28]}],"30":[{"name":"IPackageExtension","features":[29]},{"name":"IPackageExtensionCatalog","features":[29]},{"name":"IPackageExtensionCatalogStatics","features":[29]},{"name":"IPackageExtensionPackageInstalledEventArgs","features":[29]},{"name":"IPackageExtensionPackageStatusChangedEventArgs","features":[29]},{"name":"IPackageExtensionPackageUninstallingEventArgs","features":[29]},{"name":"IPackageExtensionPackageUpdatedEventArgs","features":[29]},{"name":"IPackageExtensionPackageUpdatingEventArgs","features":[29]},{"name":"PackageExtension","features":[29]},{"name":"PackageExtensionCatalog","features":[29]},{"name":"PackageExtensionPackageInstalledEventArgs","features":[29]},{"name":"PackageExtensionPackageStatusChangedEventArgs","features":[29]},{"name":"PackageExtensionPackageUninstallingEventArgs","features":[29]},{"name":"PackageExtensionPackageUpdatedEventArgs","features":[29]},{"name":"PackageExtensionPackageUpdatingEventArgs","features":[29]}],"31":[{"name":"IPaymentAddress","features":[30]},{"name":"IPaymentCanMakePaymentResult","features":[30]},{"name":"IPaymentCanMakePaymentResultFactory","features":[30]},{"name":"IPaymentCurrencyAmount","features":[30]},{"name":"IPaymentCurrencyAmountFactory","features":[30]},{"name":"IPaymentDetails","features":[30]},{"name":"IPaymentDetailsFactory","features":[30]},{"name":"IPaymentDetailsModifier","features":[30]},{"name":"IPaymentDetailsModifierFactory","features":[30]},{"name":"IPaymentItem","features":[30]},{"name":"IPaymentItemFactory","features":[30]},{"name":"IPaymentMediator","features":[30]},{"name":"IPaymentMediator2","features":[30]},{"name":"IPaymentMerchantInfo","features":[30]},{"name":"IPaymentMerchantInfoFactory","features":[30]},{"name":"IPaymentMethodData","features":[30]},{"name":"IPaymentMethodDataFactory","features":[30]},{"name":"IPaymentOptions","features":[30]},{"name":"IPaymentRequest","features":[30]},{"name":"IPaymentRequest2","features":[30]},{"name":"IPaymentRequestChangedArgs","features":[30]},{"name":"IPaymentRequestChangedResult","features":[30]},{"name":"IPaymentRequestChangedResultFactory","features":[30]},{"name":"IPaymentRequestFactory","features":[30]},{"name":"IPaymentRequestFactory2","features":[30]},{"name":"IPaymentRequestSubmitResult","features":[30]},{"name":"IPaymentResponse","features":[30]},{"name":"IPaymentShippingOption","features":[30]},{"name":"IPaymentShippingOptionFactory","features":[30]},{"name":"IPaymentToken","features":[30]},{"name":"IPaymentTokenFactory","features":[30]},{"name":"PaymentAddress","features":[30]},{"name":"PaymentCanMakePaymentResult","features":[30]},{"name":"PaymentCanMakePaymentResultStatus","features":[30]},{"name":"PaymentCurrencyAmount","features":[30]},{"name":"PaymentDetails","features":[30]},{"name":"PaymentDetailsModifier","features":[30]},{"name":"PaymentItem","features":[30]},{"name":"PaymentMediator","features":[30]},{"name":"PaymentMerchantInfo","features":[30]},{"name":"PaymentMethodData","features":[30]},{"name":"PaymentOptionPresence","features":[30]},{"name":"PaymentOptions","features":[30]},{"name":"PaymentRequest","features":[30]},{"name":"PaymentRequestChangeKind","features":[30]},{"name":"PaymentRequestChangedArgs","features":[30]},{"name":"PaymentRequestChangedHandler","features":[30]},{"name":"PaymentRequestChangedResult","features":[30]},{"name":"PaymentRequestCompletionStatus","features":[30]},{"name":"PaymentRequestStatus","features":[30]},{"name":"PaymentRequestSubmitResult","features":[30]},{"name":"PaymentResponse","features":[30]},{"name":"PaymentShippingOption","features":[30]},{"name":"PaymentShippingType","features":[30]},{"name":"PaymentToken","features":[30]}],"32":[{"name":"IPaymentAppCanMakePaymentTriggerDetails","features":[31]},{"name":"IPaymentAppManager","features":[31]},{"name":"IPaymentAppManagerStatics","features":[31]},{"name":"IPaymentTransaction","features":[31]},{"name":"IPaymentTransactionAcceptResult","features":[31]},{"name":"IPaymentTransactionStatics","features":[31]},{"name":"PaymentAppCanMakePaymentTriggerDetails","features":[31]},{"name":"PaymentAppManager","features":[31]},{"name":"PaymentTransaction","features":[31]},{"name":"PaymentTransactionAcceptResult","features":[31]}],"33":[{"name":"HolographicApplicationPreview","features":[32]},{"name":"HolographicKeyboardPlacementOverridePreview","features":[32]},{"name":"IHolographicApplicationPreviewStatics","features":[32]},{"name":"IHolographicKeyboardPlacementOverridePreview","features":[32]},{"name":"IHolographicKeyboardPlacementOverridePreviewStatics","features":[32]}],"34":[{"name":"IInkWorkspaceHostedAppManager","features":[33]},{"name":"IInkWorkspaceHostedAppManagerStatics","features":[33]},{"name":"InkWorkspaceHostedAppManager","features":[33]},{"name":"PreviewInkWorkspaceContract","features":[33]}],"35":[{"name":"INotePlacementChangedPreviewEventArgs","features":[34]},{"name":"INoteVisibilityChangedPreviewEventArgs","features":[34]},{"name":"INotesWindowManagerPreview","features":[34]},{"name":"INotesWindowManagerPreview2","features":[34]},{"name":"INotesWindowManagerPreviewShowNoteOptions","features":[34]},{"name":"INotesWindowManagerPreviewStatics","features":[34]},{"name":"NotePlacementChangedPreviewEventArgs","features":[34]},{"name":"NoteVisibilityChangedPreviewEventArgs","features":[34]},{"name":"NotesWindowManagerPreview","features":[34]},{"name":"NotesWindowManagerPreviewShowNoteOptions","features":[34]},{"name":"PreviewNotesContract","features":[34]}],"36":[{"name":"IResourceLoader","features":[35]},{"name":"IResourceLoader2","features":[35]},{"name":"IResourceLoaderFactory","features":[35]},{"name":"IResourceLoaderStatics","features":[35]},{"name":"IResourceLoaderStatics2","features":[35]},{"name":"IResourceLoaderStatics3","features":[35]},{"name":"IResourceLoaderStatics4","features":[35]},{"name":"ResourceLoader","features":[35]}],"37":[{"name":"INamedResource","features":[36]},{"name":"IResourceCandidate","features":[36]},{"name":"IResourceCandidate2","features":[36]},{"name":"IResourceCandidate3","features":[36]},{"name":"IResourceContext","features":[36]},{"name":"IResourceContextStatics","features":[36]},{"name":"IResourceContextStatics2","features":[36]},{"name":"IResourceContextStatics3","features":[36]},{"name":"IResourceContextStatics4","features":[36]},{"name":"IResourceManager","features":[36]},{"name":"IResourceManager2","features":[36]},{"name":"IResourceManagerStatics","features":[36]},{"name":"IResourceMap","features":[36]},{"name":"IResourceQualifier","features":[36]},{"name":"NamedResource","features":[36]},{"name":"ResourceCandidate","features":[36]},{"name":"ResourceCandidateKind","features":[36]},{"name":"ResourceCandidateVectorView","features":[36,37]},{"name":"ResourceContext","features":[36]},{"name":"ResourceContextLanguagesVectorView","features":[36,37]},{"name":"ResourceLayoutInfo","features":[36]},{"name":"ResourceManager","features":[36]},{"name":"ResourceMap","features":[36]},{"name":"ResourceMapIterator","features":[36,37]},{"name":"ResourceMapMapView","features":[36,37]},{"name":"ResourceMapMapViewIterator","features":[36,37]},{"name":"ResourceQualifier","features":[36]},{"name":"ResourceQualifierMapView","features":[36,37]},{"name":"ResourceQualifierObservableMap","features":[36,37]},{"name":"ResourceQualifierPersistence","features":[36]},{"name":"ResourceQualifierVectorView","features":[36,37]}],"38":[{"name":"IIndexedResourceCandidate","features":[38]},{"name":"IIndexedResourceQualifier","features":[38]},{"name":"IResourceIndexer","features":[38]},{"name":"IResourceIndexerFactory","features":[38]},{"name":"IResourceIndexerFactory2","features":[38]},{"name":"IndexedResourceCandidate","features":[38]},{"name":"IndexedResourceQualifier","features":[38]},{"name":"IndexedResourceType","features":[38]},{"name":"ResourceIndexer","features":[38]},{"name":"ResourceIndexerContract","features":[38]}],"39":[{"name":"ILocalContentSuggestionSettings","features":[39]},{"name":"ISearchPane","features":[39]},{"name":"ISearchPaneQueryChangedEventArgs","features":[39]},{"name":"ISearchPaneQueryLinguisticDetails","features":[39]},{"name":"ISearchPaneQuerySubmittedEventArgs","features":[39]},{"name":"ISearchPaneQuerySubmittedEventArgsWithLinguisticDetails","features":[39]},{"name":"ISearchPaneResultSuggestionChosenEventArgs","features":[39]},{"name":"ISearchPaneStatics","features":[39]},{"name":"ISearchPaneStaticsWithHideThisApplication","features":[39]},{"name":"ISearchPaneSuggestionsRequest","features":[39]},{"name":"ISearchPaneSuggestionsRequestDeferral","features":[39]},{"name":"ISearchPaneSuggestionsRequestedEventArgs","features":[39]},{"name":"ISearchPaneVisibilityChangedEventArgs","features":[39]},{"name":"ISearchQueryLinguisticDetails","features":[39]},{"name":"ISearchQueryLinguisticDetailsFactory","features":[39]},{"name":"ISearchSuggestionCollection","features":[39]},{"name":"ISearchSuggestionsRequest","features":[39]},{"name":"ISearchSuggestionsRequestDeferral","features":[39]},{"name":"LocalContentSuggestionSettings","features":[39]},{"name":"SearchContract","features":[39]},{"name":"SearchPane","features":[39]},{"name":"SearchPaneQueryChangedEventArgs","features":[39]},{"name":"SearchPaneQueryLinguisticDetails","features":[39]},{"name":"SearchPaneQuerySubmittedEventArgs","features":[39]},{"name":"SearchPaneResultSuggestionChosenEventArgs","features":[39]},{"name":"SearchPaneSuggestionsRequest","features":[39]},{"name":"SearchPaneSuggestionsRequestDeferral","features":[39]},{"name":"SearchPaneSuggestionsRequestedEventArgs","features":[39]},{"name":"SearchPaneVisibilityChangedEventArgs","features":[39]},{"name":"SearchQueryLinguisticDetails","features":[39]},{"name":"SearchSuggestionCollection","features":[39]},{"name":"SearchSuggestionsRequest","features":[39]},{"name":"SearchSuggestionsRequestDeferral","features":[39]}],"40":[{"name":"IRequestingFocusOnKeyboardInputEventArgs","features":[40]},{"name":"ISearchSuggestion","features":[40]},{"name":"ISearchSuggestionManager","features":[40]},{"name":"ISearchSuggestionsRequestedEventArgs","features":[40]},{"name":"RequestingFocusOnKeyboardInputEventArgs","features":[40]},{"name":"SearchCoreContract","features":[40]},{"name":"SearchSuggestion","features":[40]},{"name":"SearchSuggestionKind","features":[40]},{"name":"SearchSuggestionManager","features":[40]},{"name":"SearchSuggestionsRequestedEventArgs","features":[40]}],"47":[{"name":"IUserActivity","features":[41]},{"name":"IUserActivity2","features":[41]},{"name":"IUserActivity3","features":[41]},{"name":"IUserActivityAttribution","features":[41]},{"name":"IUserActivityAttributionFactory","features":[41]},{"name":"IUserActivityChannel","features":[41]},{"name":"IUserActivityChannel2","features":[41]},{"name":"IUserActivityChannelStatics","features":[41]},{"name":"IUserActivityChannelStatics2","features":[41]},{"name":"IUserActivityChannelStatics3","features":[41]},{"name":"IUserActivityContentInfo","features":[41]},{"name":"IUserActivityContentInfoStatics","features":[41]},{"name":"IUserActivityFactory","features":[41]},{"name":"IUserActivityRequest","features":[41]},{"name":"IUserActivityRequestManager","features":[41]},{"name":"IUserActivityRequestManagerStatics","features":[41]},{"name":"IUserActivityRequestedEventArgs","features":[41]},{"name":"IUserActivitySession","features":[41]},{"name":"IUserActivitySessionHistoryItem","features":[41]},{"name":"IUserActivityStatics","features":[41]},{"name":"IUserActivityVisualElements","features":[41]},{"name":"IUserActivityVisualElements2","features":[41]},{"name":"UserActivity","features":[41]},{"name":"UserActivityAttribution","features":[41]},{"name":"UserActivityChannel","features":[41]},{"name":"UserActivityContentInfo","features":[41]},{"name":"UserActivityRequest","features":[41]},{"name":"UserActivityRequestManager","features":[41]},{"name":"UserActivityRequestedEventArgs","features":[41]},{"name":"UserActivitySession","features":[41]},{"name":"UserActivitySessionHistoryItem","features":[41]},{"name":"UserActivityState","features":[41]},{"name":"UserActivityVisualElements","features":[41]}],"48":[{"name":"CoreUserActivityManager","features":[42]},{"name":"ICoreUserActivityManagerStatics","features":[42]}],"49":[{"name":"IUserDataAccount","features":[43]},{"name":"IUserDataAccount2","features":[43]},{"name":"IUserDataAccount3","features":[43]},{"name":"IUserDataAccount4","features":[43]},{"name":"IUserDataAccountManagerForUser","features":[43]},{"name":"IUserDataAccountManagerStatics","features":[43]},{"name":"IUserDataAccountManagerStatics2","features":[43]},{"name":"IUserDataAccountStore","features":[43]},{"name":"IUserDataAccountStore2","features":[43]},{"name":"IUserDataAccountStore3","features":[43]},{"name":"IUserDataAccountStoreChangedEventArgs","features":[43]},{"name":"UserDataAccount","features":[43]},{"name":"UserDataAccountContentKinds","features":[43]},{"name":"UserDataAccountManager","features":[43]},{"name":"UserDataAccountManagerForUser","features":[43]},{"name":"UserDataAccountOtherAppReadAccess","features":[43]},{"name":"UserDataAccountStore","features":[43]},{"name":"UserDataAccountStoreAccessType","features":[43]},{"name":"UserDataAccountStoreChangedEventArgs","features":[43]}],"50":[{"name":"IUserDataAccountPartnerAccountInfo","features":[44]},{"name":"IUserDataAccountProviderAddAccountOperation","features":[44]},{"name":"IUserDataAccountProviderOperation","features":[44]},{"name":"IUserDataAccountProviderResolveErrorsOperation","features":[44]},{"name":"IUserDataAccountProviderSettingsOperation","features":[44]},{"name":"UserDataAccountPartnerAccountInfo","features":[44]},{"name":"UserDataAccountProviderAddAccountOperation","features":[44]},{"name":"UserDataAccountProviderOperationKind","features":[44]},{"name":"UserDataAccountProviderPartnerAccountKind","features":[44]},{"name":"UserDataAccountProviderResolveErrorsOperation","features":[44]},{"name":"UserDataAccountProviderSettingsOperation","features":[44]}],"51":[{"name":"DeviceAccountAuthenticationType","features":[45]},{"name":"DeviceAccountConfiguration","features":[45]},{"name":"DeviceAccountIconId","features":[45]},{"name":"DeviceAccountMailAgeFilter","features":[45]},{"name":"DeviceAccountServerType","features":[45]},{"name":"DeviceAccountSyncScheduleKind","features":[45]},{"name":"IDeviceAccountConfiguration","features":[45]},{"name":"IDeviceAccountConfiguration2","features":[45]},{"name":"IUserDataAccountSystemAccessManagerStatics","features":[45]},{"name":"IUserDataAccountSystemAccessManagerStatics2","features":[45]},{"name":"UserDataAccountSystemAccessManager","features":[45]}],"52":[{"name":"IUserDataTask","features":[46]},{"name":"IUserDataTaskBatch","features":[46]},{"name":"IUserDataTaskList","features":[46]},{"name":"IUserDataTaskListLimitedWriteOperations","features":[46]},{"name":"IUserDataTaskListSyncManager","features":[46]},{"name":"IUserDataTaskManager","features":[46]},{"name":"IUserDataTaskManagerStatics","features":[46]},{"name":"IUserDataTaskQueryOptions","features":[46]},{"name":"IUserDataTaskReader","features":[46]},{"name":"IUserDataTaskRecurrenceProperties","features":[46]},{"name":"IUserDataTaskRegenerationProperties","features":[46]},{"name":"IUserDataTaskStore","features":[46]},{"name":"UserDataTask","features":[46]},{"name":"UserDataTaskBatch","features":[46]},{"name":"UserDataTaskDaysOfWeek","features":[46]},{"name":"UserDataTaskDetailsKind","features":[46]},{"name":"UserDataTaskKind","features":[46]},{"name":"UserDataTaskList","features":[46]},{"name":"UserDataTaskListLimitedWriteOperations","features":[46]},{"name":"UserDataTaskListOtherAppReadAccess","features":[46]},{"name":"UserDataTaskListOtherAppWriteAccess","features":[46]},{"name":"UserDataTaskListSyncManager","features":[46]},{"name":"UserDataTaskListSyncStatus","features":[46]},{"name":"UserDataTaskManager","features":[46]},{"name":"UserDataTaskPriority","features":[46]},{"name":"UserDataTaskQueryKind","features":[46]},{"name":"UserDataTaskQueryOptions","features":[46]},{"name":"UserDataTaskQuerySortProperty","features":[46]},{"name":"UserDataTaskReader","features":[46]},{"name":"UserDataTaskRecurrenceProperties","features":[46]},{"name":"UserDataTaskRecurrenceUnit","features":[46]},{"name":"UserDataTaskRegenerationProperties","features":[46]},{"name":"UserDataTaskRegenerationUnit","features":[46]},{"name":"UserDataTaskSensitivity","features":[46]},{"name":"UserDataTaskStore","features":[46]},{"name":"UserDataTaskStoreAccessType","features":[46]},{"name":"UserDataTaskWeekOfMonth","features":[46]}],"53":[{"name":"IUserDataTaskDataProviderConnection","features":[47]},{"name":"IUserDataTaskDataProviderTriggerDetails","features":[47]},{"name":"IUserDataTaskListCompleteTaskRequest","features":[47]},{"name":"IUserDataTaskListCompleteTaskRequestEventArgs","features":[47]},{"name":"IUserDataTaskListCreateOrUpdateTaskRequest","features":[47]},{"name":"IUserDataTaskListCreateOrUpdateTaskRequestEventArgs","features":[47]},{"name":"IUserDataTaskListDeleteTaskRequest","features":[47]},{"name":"IUserDataTaskListDeleteTaskRequestEventArgs","features":[47]},{"name":"IUserDataTaskListSkipOccurrenceRequest","features":[47]},{"name":"IUserDataTaskListSkipOccurrenceRequestEventArgs","features":[47]},{"name":"IUserDataTaskListSyncManagerSyncRequest","features":[47]},{"name":"IUserDataTaskListSyncManagerSyncRequestEventArgs","features":[47]},{"name":"UserDataTaskDataProviderConnection","features":[47]},{"name":"UserDataTaskDataProviderTriggerDetails","features":[47]},{"name":"UserDataTaskListCompleteTaskRequest","features":[47]},{"name":"UserDataTaskListCompleteTaskRequestEventArgs","features":[47]},{"name":"UserDataTaskListCreateOrUpdateTaskRequest","features":[47]},{"name":"UserDataTaskListCreateOrUpdateTaskRequestEventArgs","features":[47]},{"name":"UserDataTaskListDeleteTaskRequest","features":[47]},{"name":"UserDataTaskListDeleteTaskRequestEventArgs","features":[47]},{"name":"UserDataTaskListSkipOccurrenceRequest","features":[47]},{"name":"UserDataTaskListSkipOccurrenceRequestEventArgs","features":[47]},{"name":"UserDataTaskListSyncManagerSyncRequest","features":[47]},{"name":"UserDataTaskListSyncManagerSyncRequestEventArgs","features":[47]}],"54":[{"name":"IVoiceCommand","features":[48]},{"name":"IVoiceCommandCompletedEventArgs","features":[48]},{"name":"IVoiceCommandConfirmationResult","features":[48]},{"name":"IVoiceCommandContentTile","features":[48]},{"name":"IVoiceCommandDefinition","features":[48]},{"name":"IVoiceCommandDefinitionManagerStatics","features":[48]},{"name":"IVoiceCommandDisambiguationResult","features":[48]},{"name":"IVoiceCommandResponse","features":[48]},{"name":"IVoiceCommandResponseStatics","features":[48]},{"name":"IVoiceCommandServiceConnection","features":[48]},{"name":"IVoiceCommandServiceConnectionStatics","features":[48]},{"name":"IVoiceCommandUserMessage","features":[48]},{"name":"VoiceCommand","features":[48]},{"name":"VoiceCommandCompletedEventArgs","features":[48]},{"name":"VoiceCommandCompletionReason","features":[48]},{"name":"VoiceCommandConfirmationResult","features":[48]},{"name":"VoiceCommandContentTile","features":[48]},{"name":"VoiceCommandContentTileType","features":[48]},{"name":"VoiceCommandDefinition","features":[48]},{"name":"VoiceCommandDefinitionManager","features":[48]},{"name":"VoiceCommandDisambiguationResult","features":[48]},{"name":"VoiceCommandResponse","features":[48]},{"name":"VoiceCommandServiceConnection","features":[48]},{"name":"VoiceCommandUserMessage","features":[48]}],"55":[{"name":"IWalletBarcode","features":[49]},{"name":"IWalletBarcodeFactory","features":[49]},{"name":"IWalletItem","features":[49]},{"name":"IWalletItemCustomProperty","features":[49]},{"name":"IWalletItemCustomPropertyFactory","features":[49]},{"name":"IWalletItemFactory","features":[49]},{"name":"IWalletItemStore","features":[49]},{"name":"IWalletItemStore2","features":[49]},{"name":"IWalletManagerStatics","features":[49]},{"name":"IWalletRelevantLocation","features":[49]},{"name":"IWalletTransaction","features":[49]},{"name":"IWalletVerb","features":[49]},{"name":"IWalletVerbFactory","features":[49]},{"name":"WalletActionKind","features":[49]},{"name":"WalletBarcode","features":[49]},{"name":"WalletBarcodeSymbology","features":[49]},{"name":"WalletContract","features":[49]},{"name":"WalletDetailViewPosition","features":[49]},{"name":"WalletItem","features":[49]},{"name":"WalletItemCustomProperty","features":[49]},{"name":"WalletItemKind","features":[49]},{"name":"WalletItemStore","features":[49]},{"name":"WalletManager","features":[49]},{"name":"WalletRelevantLocation","features":[49]},{"name":"WalletSummaryViewPosition","features":[49]},{"name":"WalletTransaction","features":[49]},{"name":"WalletVerb","features":[49]}],"56":[{"name":"IWalletItemSystemStore","features":[50]},{"name":"IWalletItemSystemStore2","features":[50]},{"name":"IWalletManagerSystemStatics","features":[50]},{"name":"WalletItemAppAssociation","features":[50]},{"name":"WalletItemSystemStore","features":[50]},{"name":"WalletManagerSystem","features":[50]}],"57":[{"name":"HtmlUtilities","features":[51]},{"name":"IHtmlUtilities","features":[51]}],"58":[{"name":"IJsonArray","features":[52]},{"name":"IJsonArrayStatics","features":[52]},{"name":"IJsonErrorStatics2","features":[52]},{"name":"IJsonObject","features":[52]},{"name":"IJsonObjectStatics","features":[52]},{"name":"IJsonObjectWithDefaultValues","features":[52]},{"name":"IJsonValue","features":[52]},{"name":"IJsonValueStatics","features":[52]},{"name":"IJsonValueStatics2","features":[52]},{"name":"JsonArray","features":[52]},{"name":"JsonError","features":[52]},{"name":"JsonErrorStatus","features":[52]},{"name":"JsonObject","features":[52]},{"name":"JsonValue","features":[52]},{"name":"JsonValueType","features":[52]}],"59":[{"name":"IPdfDocument","features":[53]},{"name":"IPdfDocumentStatics","features":[53]},{"name":"IPdfPage","features":[53]},{"name":"IPdfPageDimensions","features":[53]},{"name":"IPdfPageRenderOptions","features":[53]},{"name":"PdfDocument","features":[53]},{"name":"PdfPage","features":[53]},{"name":"PdfPageDimensions","features":[53]},{"name":"PdfPageRenderOptions","features":[53]},{"name":"PdfPageRotation","features":[53]}],"60":[{"name":"AlternateNormalizationFormat","features":[54]},{"name":"AlternateWordForm","features":[54]},{"name":"IAlternateWordForm","features":[54]},{"name":"ISelectableWordSegment","features":[54]},{"name":"ISelectableWordsSegmenter","features":[54]},{"name":"ISelectableWordsSegmenterFactory","features":[54]},{"name":"ISemanticTextQuery","features":[54]},{"name":"ISemanticTextQueryFactory","features":[54]},{"name":"ITextConversionGenerator","features":[54]},{"name":"ITextConversionGeneratorFactory","features":[54]},{"name":"ITextPhoneme","features":[54]},{"name":"ITextPredictionGenerator","features":[54]},{"name":"ITextPredictionGenerator2","features":[54]},{"name":"ITextPredictionGeneratorFactory","features":[54]},{"name":"ITextReverseConversionGenerator","features":[54]},{"name":"ITextReverseConversionGenerator2","features":[54]},{"name":"ITextReverseConversionGeneratorFactory","features":[54]},{"name":"IUnicodeCharactersStatics","features":[54]},{"name":"IWordSegment","features":[54]},{"name":"IWordsSegmenter","features":[54]},{"name":"IWordsSegmenterFactory","features":[54]},{"name":"SelectableWordSegment","features":[54]},{"name":"SelectableWordSegmentsTokenizingHandler","features":[54,37]},{"name":"SelectableWordsSegmenter","features":[54]},{"name":"SemanticTextQuery","features":[54]},{"name":"TextConversionGenerator","features":[54]},{"name":"TextPhoneme","features":[54]},{"name":"TextPredictionGenerator","features":[54]},{"name":"TextPredictionOptions","features":[54]},{"name":"TextReverseConversionGenerator","features":[54]},{"name":"TextSegment","features":[54]},{"name":"UnicodeCharacters","features":[54]},{"name":"UnicodeGeneralCategory","features":[54]},{"name":"UnicodeNumericType","features":[54]},{"name":"WordSegment","features":[54]},{"name":"WordSegmentsTokenizingHandler","features":[54,37]},{"name":"WordsSegmenter","features":[54]}],"61":[{"name":"DtdEntity","features":[55]},{"name":"DtdNotation","features":[55]},{"name":"IDtdEntity","features":[55]},{"name":"IDtdNotation","features":[55]},{"name":"IXmlAttribute","features":[55]},{"name":"IXmlCDataSection","features":[55]},{"name":"IXmlCharacterData","features":[55]},{"name":"IXmlComment","features":[55]},{"name":"IXmlDocument","features":[55]},{"name":"IXmlDocumentFragment","features":[55]},{"name":"IXmlDocumentIO","features":[55]},{"name":"IXmlDocumentIO2","features":[55]},{"name":"IXmlDocumentStatics","features":[55]},{"name":"IXmlDocumentType","features":[55]},{"name":"IXmlDomImplementation","features":[55]},{"name":"IXmlElement","features":[55]},{"name":"IXmlEntityReference","features":[55]},{"name":"IXmlLoadSettings","features":[55]},{"name":"IXmlNamedNodeMap","features":[55]},{"name":"IXmlNode","features":[55]},{"name":"IXmlNodeList","features":[55]},{"name":"IXmlNodeSelector","features":[55]},{"name":"IXmlNodeSerializer","features":[55]},{"name":"IXmlProcessingInstruction","features":[55]},{"name":"IXmlText","features":[55]},{"name":"NodeType","features":[55]},{"name":"XmlAttribute","features":[55]},{"name":"XmlCDataSection","features":[55]},{"name":"XmlComment","features":[55]},{"name":"XmlDocument","features":[55]},{"name":"XmlDocumentFragment","features":[55]},{"name":"XmlDocumentType","features":[55]},{"name":"XmlDomImplementation","features":[55]},{"name":"XmlElement","features":[55]},{"name":"XmlEntityReference","features":[55]},{"name":"XmlLoadSettings","features":[55]},{"name":"XmlNamedNodeMap","features":[55]},{"name":"XmlNodeList","features":[55]},{"name":"XmlProcessingInstruction","features":[55]},{"name":"XmlText","features":[55]}],"62":[{"name":"IXsltProcessor","features":[56]},{"name":"IXsltProcessor2","features":[56]},{"name":"IXsltProcessorFactory","features":[56]},{"name":"XsltProcessor","features":[56]}],"63":[{"name":"DevicesLowLevelContract","features":[57]},{"name":"ILowLevelDevicesAggregateProvider","features":[57]},{"name":"ILowLevelDevicesAggregateProviderFactory","features":[57]},{"name":"ILowLevelDevicesController","features":[57]},{"name":"ILowLevelDevicesControllerStatics","features":[57]},{"name":"LowLevelDevicesAggregateProvider","features":[57]},{"name":"LowLevelDevicesController","features":[57]}],"64":[{"name":"AdcChannel","features":[58]},{"name":"AdcChannelMode","features":[58]},{"name":"AdcController","features":[58]},{"name":"IAdcChannel","features":[58]},{"name":"IAdcController","features":[58]},{"name":"IAdcControllerStatics","features":[58]},{"name":"IAdcControllerStatics2","features":[58]}],"65":[{"name":"IAdcControllerProvider","features":[59]},{"name":"IAdcProvider","features":[59]},{"name":"ProviderAdcChannelMode","features":[59]}],"66":[{"name":"DeviceServicingDetails","features":[60]},{"name":"DeviceUseDetails","features":[60]},{"name":"IDeviceServicingDetails","features":[60]},{"name":"IDeviceUseDetails","features":[60]}],"67":[{"name":"BluetoothAdapter","features":[61]},{"name":"BluetoothAddressType","features":[61]},{"name":"BluetoothCacheMode","features":[61]},{"name":"BluetoothClassOfDevice","features":[61]},{"name":"BluetoothConnectionStatus","features":[61]},{"name":"BluetoothDevice","features":[61]},{"name":"BluetoothDeviceId","features":[61]},{"name":"BluetoothError","features":[61]},{"name":"BluetoothLEAppearance","features":[61]},{"name":"BluetoothLEAppearanceCategories","features":[61]},{"name":"BluetoothLEAppearanceSubcategories","features":[61]},{"name":"BluetoothLEConnectionParameters","features":[61]},{"name":"BluetoothLEConnectionPhy","features":[61]},{"name":"BluetoothLEConnectionPhyInfo","features":[61]},{"name":"BluetoothLEDevice","features":[61]},{"name":"BluetoothLEPreferredConnectionParameters","features":[61]},{"name":"BluetoothLEPreferredConnectionParametersRequest","features":[61]},{"name":"BluetoothLEPreferredConnectionParametersRequestStatus","features":[61]},{"name":"BluetoothMajorClass","features":[61]},{"name":"BluetoothMinorClass","features":[61]},{"name":"BluetoothServiceCapabilities","features":[61]},{"name":"BluetoothSignalStrengthFilter","features":[61]},{"name":"BluetoothUuidHelper","features":[61]},{"name":"IBluetoothAdapter","features":[61]},{"name":"IBluetoothAdapter2","features":[61]},{"name":"IBluetoothAdapter3","features":[61]},{"name":"IBluetoothAdapterStatics","features":[61]},{"name":"IBluetoothClassOfDevice","features":[61]},{"name":"IBluetoothClassOfDeviceStatics","features":[61]},{"name":"IBluetoothDevice","features":[61]},{"name":"IBluetoothDevice2","features":[61]},{"name":"IBluetoothDevice3","features":[61]},{"name":"IBluetoothDevice4","features":[61]},{"name":"IBluetoothDevice5","features":[61]},{"name":"IBluetoothDeviceId","features":[61]},{"name":"IBluetoothDeviceIdStatics","features":[61]},{"name":"IBluetoothDeviceStatics","features":[61]},{"name":"IBluetoothDeviceStatics2","features":[61]},{"name":"IBluetoothLEAppearance","features":[61]},{"name":"IBluetoothLEAppearanceCategoriesStatics","features":[61]},{"name":"IBluetoothLEAppearanceStatics","features":[61]},{"name":"IBluetoothLEAppearanceSubcategoriesStatics","features":[61]},{"name":"IBluetoothLEConnectionParameters","features":[61]},{"name":"IBluetoothLEConnectionPhy","features":[61]},{"name":"IBluetoothLEConnectionPhyInfo","features":[61]},{"name":"IBluetoothLEDevice","features":[61]},{"name":"IBluetoothLEDevice2","features":[61]},{"name":"IBluetoothLEDevice3","features":[61]},{"name":"IBluetoothLEDevice4","features":[61]},{"name":"IBluetoothLEDevice5","features":[61]},{"name":"IBluetoothLEDevice6","features":[61]},{"name":"IBluetoothLEDeviceStatics","features":[61]},{"name":"IBluetoothLEDeviceStatics2","features":[61]},{"name":"IBluetoothLEPreferredConnectionParameters","features":[61]},{"name":"IBluetoothLEPreferredConnectionParametersRequest","features":[61]},{"name":"IBluetoothLEPreferredConnectionParametersStatics","features":[61]},{"name":"IBluetoothSignalStrengthFilter","features":[61]},{"name":"IBluetoothUuidHelperStatics","features":[61]}],"68":[{"name":"BluetoothLEAdvertisement","features":[62]},{"name":"BluetoothLEAdvertisementBytePattern","features":[62]},{"name":"BluetoothLEAdvertisementDataSection","features":[62]},{"name":"BluetoothLEAdvertisementDataTypes","features":[62]},{"name":"BluetoothLEAdvertisementFilter","features":[62]},{"name":"BluetoothLEAdvertisementFlags","features":[62]},{"name":"BluetoothLEAdvertisementPublisher","features":[62]},{"name":"BluetoothLEAdvertisementPublisherStatus","features":[62]},{"name":"BluetoothLEAdvertisementPublisherStatusChangedEventArgs","features":[62]},{"name":"BluetoothLEAdvertisementReceivedEventArgs","features":[62]},{"name":"BluetoothLEAdvertisementType","features":[62]},{"name":"BluetoothLEAdvertisementWatcher","features":[62]},{"name":"BluetoothLEAdvertisementWatcherStatus","features":[62]},{"name":"BluetoothLEAdvertisementWatcherStoppedEventArgs","features":[62]},{"name":"BluetoothLEManufacturerData","features":[62]},{"name":"BluetoothLEScanningMode","features":[62]},{"name":"IBluetoothLEAdvertisement","features":[62]},{"name":"IBluetoothLEAdvertisementBytePattern","features":[62]},{"name":"IBluetoothLEAdvertisementBytePatternFactory","features":[62]},{"name":"IBluetoothLEAdvertisementDataSection","features":[62]},{"name":"IBluetoothLEAdvertisementDataSectionFactory","features":[62]},{"name":"IBluetoothLEAdvertisementDataTypesStatics","features":[62]},{"name":"IBluetoothLEAdvertisementFilter","features":[62]},{"name":"IBluetoothLEAdvertisementPublisher","features":[62]},{"name":"IBluetoothLEAdvertisementPublisher2","features":[62]},{"name":"IBluetoothLEAdvertisementPublisherFactory","features":[62]},{"name":"IBluetoothLEAdvertisementPublisherStatusChangedEventArgs","features":[62]},{"name":"IBluetoothLEAdvertisementPublisherStatusChangedEventArgs2","features":[62]},{"name":"IBluetoothLEAdvertisementReceivedEventArgs","features":[62]},{"name":"IBluetoothLEAdvertisementReceivedEventArgs2","features":[62]},{"name":"IBluetoothLEAdvertisementWatcher","features":[62]},{"name":"IBluetoothLEAdvertisementWatcher2","features":[62]},{"name":"IBluetoothLEAdvertisementWatcherFactory","features":[62]},{"name":"IBluetoothLEAdvertisementWatcherStoppedEventArgs","features":[62]},{"name":"IBluetoothLEManufacturerData","features":[62]},{"name":"IBluetoothLEManufacturerDataFactory","features":[62]}],"69":[{"name":"BluetoothEventTriggeringMode","features":[63]},{"name":"BluetoothLEAdvertisementPublisherTriggerDetails","features":[63]},{"name":"BluetoothLEAdvertisementWatcherTriggerDetails","features":[63]},{"name":"GattCharacteristicNotificationTriggerDetails","features":[63]},{"name":"GattServiceProviderConnection","features":[63]},{"name":"GattServiceProviderTriggerDetails","features":[63]},{"name":"IBluetoothLEAdvertisementPublisherTriggerDetails","features":[63]},{"name":"IBluetoothLEAdvertisementPublisherTriggerDetails2","features":[63]},{"name":"IBluetoothLEAdvertisementWatcherTriggerDetails","features":[63]},{"name":"IGattCharacteristicNotificationTriggerDetails","features":[63]},{"name":"IGattCharacteristicNotificationTriggerDetails2","features":[63]},{"name":"IGattServiceProviderConnection","features":[63]},{"name":"IGattServiceProviderConnectionStatics","features":[63]},{"name":"IGattServiceProviderTriggerDetails","features":[63]},{"name":"IRfcommConnectionTriggerDetails","features":[63]},{"name":"IRfcommInboundConnectionInformation","features":[63]},{"name":"IRfcommOutboundConnectionInformation","features":[63]},{"name":"RfcommConnectionTriggerDetails","features":[63]},{"name":"RfcommInboundConnectionInformation","features":[63]},{"name":"RfcommOutboundConnectionInformation","features":[63]}],"70":[{"name":"GattCharacteristic","features":[64]},{"name":"GattCharacteristicProperties","features":[64]},{"name":"GattCharacteristicUuids","features":[64]},{"name":"GattCharacteristicsResult","features":[64]},{"name":"GattClientCharacteristicConfigurationDescriptorValue","features":[64]},{"name":"GattClientNotificationResult","features":[64]},{"name":"GattCommunicationStatus","features":[64]},{"name":"GattDescriptor","features":[64]},{"name":"GattDescriptorUuids","features":[64]},{"name":"GattDescriptorsResult","features":[64]},{"name":"GattDeviceService","features":[64]},{"name":"GattDeviceServicesResult","features":[64]},{"name":"GattLocalCharacteristic","features":[64]},{"name":"GattLocalCharacteristicParameters","features":[64]},{"name":"GattLocalCharacteristicResult","features":[64]},{"name":"GattLocalDescriptor","features":[64]},{"name":"GattLocalDescriptorParameters","features":[64]},{"name":"GattLocalDescriptorResult","features":[64]},{"name":"GattLocalService","features":[64]},{"name":"GattOpenStatus","features":[64]},{"name":"GattPresentationFormat","features":[64]},{"name":"GattPresentationFormatTypes","features":[64]},{"name":"GattProtectionLevel","features":[64]},{"name":"GattProtocolError","features":[64]},{"name":"GattReadClientCharacteristicConfigurationDescriptorResult","features":[64]},{"name":"GattReadRequest","features":[64]},{"name":"GattReadRequestedEventArgs","features":[64]},{"name":"GattReadResult","features":[64]},{"name":"GattReliableWriteTransaction","features":[64]},{"name":"GattRequestState","features":[64]},{"name":"GattRequestStateChangedEventArgs","features":[64]},{"name":"GattServiceProvider","features":[64]},{"name":"GattServiceProviderAdvertisementStatus","features":[64]},{"name":"GattServiceProviderAdvertisementStatusChangedEventArgs","features":[64]},{"name":"GattServiceProviderAdvertisingParameters","features":[64]},{"name":"GattServiceProviderResult","features":[64]},{"name":"GattServiceUuids","features":[64]},{"name":"GattSession","features":[64]},{"name":"GattSessionStatus","features":[64]},{"name":"GattSessionStatusChangedEventArgs","features":[64]},{"name":"GattSharingMode","features":[64]},{"name":"GattSubscribedClient","features":[64]},{"name":"GattValueChangedEventArgs","features":[64]},{"name":"GattWriteOption","features":[64]},{"name":"GattWriteRequest","features":[64]},{"name":"GattWriteRequestedEventArgs","features":[64]},{"name":"GattWriteResult","features":[64]},{"name":"IGattCharacteristic","features":[64]},{"name":"IGattCharacteristic2","features":[64]},{"name":"IGattCharacteristic3","features":[64]},{"name":"IGattCharacteristicStatics","features":[64]},{"name":"IGattCharacteristicUuidsStatics","features":[64]},{"name":"IGattCharacteristicUuidsStatics2","features":[64]},{"name":"IGattCharacteristicsResult","features":[64]},{"name":"IGattClientNotificationResult","features":[64]},{"name":"IGattClientNotificationResult2","features":[64]},{"name":"IGattDescriptor","features":[64]},{"name":"IGattDescriptor2","features":[64]},{"name":"IGattDescriptorStatics","features":[64]},{"name":"IGattDescriptorUuidsStatics","features":[64]},{"name":"IGattDescriptorsResult","features":[64]},{"name":"IGattDeviceService","features":[64]},{"name":"IGattDeviceService2","features":[64]},{"name":"IGattDeviceService3","features":[64]},{"name":"IGattDeviceServiceStatics","features":[64]},{"name":"IGattDeviceServiceStatics2","features":[64]},{"name":"IGattDeviceServicesResult","features":[64]},{"name":"IGattLocalCharacteristic","features":[64]},{"name":"IGattLocalCharacteristicParameters","features":[64]},{"name":"IGattLocalCharacteristicResult","features":[64]},{"name":"IGattLocalDescriptor","features":[64]},{"name":"IGattLocalDescriptorParameters","features":[64]},{"name":"IGattLocalDescriptorResult","features":[64]},{"name":"IGattLocalService","features":[64]},{"name":"IGattPresentationFormat","features":[64]},{"name":"IGattPresentationFormatStatics","features":[64]},{"name":"IGattPresentationFormatStatics2","features":[64]},{"name":"IGattPresentationFormatTypesStatics","features":[64]},{"name":"IGattProtocolErrorStatics","features":[64]},{"name":"IGattReadClientCharacteristicConfigurationDescriptorResult","features":[64]},{"name":"IGattReadClientCharacteristicConfigurationDescriptorResult2","features":[64]},{"name":"IGattReadRequest","features":[64]},{"name":"IGattReadRequestedEventArgs","features":[64]},{"name":"IGattReadResult","features":[64]},{"name":"IGattReadResult2","features":[64]},{"name":"IGattReliableWriteTransaction","features":[64]},{"name":"IGattReliableWriteTransaction2","features":[64]},{"name":"IGattRequestStateChangedEventArgs","features":[64]},{"name":"IGattServiceProvider","features":[64]},{"name":"IGattServiceProviderAdvertisementStatusChangedEventArgs","features":[64]},{"name":"IGattServiceProviderAdvertisingParameters","features":[64]},{"name":"IGattServiceProviderAdvertisingParameters2","features":[64]},{"name":"IGattServiceProviderResult","features":[64]},{"name":"IGattServiceProviderStatics","features":[64]},{"name":"IGattServiceUuidsStatics","features":[64]},{"name":"IGattServiceUuidsStatics2","features":[64]},{"name":"IGattSession","features":[64]},{"name":"IGattSessionStatics","features":[64]},{"name":"IGattSessionStatusChangedEventArgs","features":[64]},{"name":"IGattSubscribedClient","features":[64]},{"name":"IGattValueChangedEventArgs","features":[64]},{"name":"IGattWriteRequest","features":[64]},{"name":"IGattWriteRequestedEventArgs","features":[64]},{"name":"IGattWriteResult","features":[64]}],"71":[{"name":"IRfcommDeviceService","features":[65]},{"name":"IRfcommDeviceService2","features":[65]},{"name":"IRfcommDeviceService3","features":[65]},{"name":"IRfcommDeviceServiceStatics","features":[65]},{"name":"IRfcommDeviceServiceStatics2","features":[65]},{"name":"IRfcommDeviceServicesResult","features":[65]},{"name":"IRfcommServiceId","features":[65]},{"name":"IRfcommServiceIdStatics","features":[65]},{"name":"IRfcommServiceProvider","features":[65]},{"name":"IRfcommServiceProvider2","features":[65]},{"name":"IRfcommServiceProviderStatics","features":[65]},{"name":"RfcommDeviceService","features":[65]},{"name":"RfcommDeviceServicesResult","features":[65]},{"name":"RfcommServiceId","features":[65]},{"name":"RfcommServiceProvider","features":[65]}],"72":[{"name":"CustomDevice","features":[66]},{"name":"CustomDeviceContract","features":[66]},{"name":"DeviceAccessMode","features":[66]},{"name":"DeviceSharingMode","features":[66]},{"name":"ICustomDevice","features":[66]},{"name":"ICustomDeviceStatics","features":[66]},{"name":"IIOControlCode","features":[66]},{"name":"IIOControlCodeFactory","features":[66]},{"name":"IKnownDeviceTypesStatics","features":[66]},{"name":"IOControlAccessMode","features":[66]},{"name":"IOControlBufferingMethod","features":[66]},{"name":"IOControlCode","features":[66]},{"name":"KnownDeviceTypes","features":[66]}],"73":[{"name":"DisplayMonitor","features":[67]},{"name":"DisplayMonitorConnectionKind","features":[67]},{"name":"DisplayMonitorDescriptorKind","features":[67]},{"name":"DisplayMonitorPhysicalConnectorKind","features":[67]},{"name":"DisplayMonitorUsageKind","features":[67]},{"name":"IDisplayMonitor","features":[67]},{"name":"IDisplayMonitor2","features":[67]},{"name":"IDisplayMonitorStatics","features":[67]}],"74":[{"name":"DisplayAdapter","features":[68]},{"name":"DisplayBitsPerChannel","features":[68]},{"name":"DisplayDevice","features":[68]},{"name":"DisplayDeviceCapability","features":[68]},{"name":"DisplayFence","features":[68]},{"name":"DisplayManager","features":[68]},{"name":"DisplayManagerChangedEventArgs","features":[68]},{"name":"DisplayManagerDisabledEventArgs","features":[68]},{"name":"DisplayManagerEnabledEventArgs","features":[68]},{"name":"DisplayManagerOptions","features":[68]},{"name":"DisplayManagerPathsFailedOrInvalidatedEventArgs","features":[68]},{"name":"DisplayManagerResult","features":[68]},{"name":"DisplayManagerResultWithState","features":[68]},{"name":"DisplayModeInfo","features":[68]},{"name":"DisplayModeQueryOptions","features":[68]},{"name":"DisplayMuxDevice","features":[68]},{"name":"DisplayPath","features":[68]},{"name":"DisplayPathScaling","features":[68]},{"name":"DisplayPathStatus","features":[68]},{"name":"DisplayPresentStatus","features":[68]},{"name":"DisplayPresentationRate","features":[68,69]},{"name":"DisplayPrimaryDescription","features":[68]},{"name":"DisplayRotation","features":[68]},{"name":"DisplayScanout","features":[68]},{"name":"DisplayScanoutOptions","features":[68]},{"name":"DisplaySource","features":[68]},{"name":"DisplaySourceStatus","features":[68]},{"name":"DisplayState","features":[68]},{"name":"DisplayStateApplyOptions","features":[68]},{"name":"DisplayStateFunctionalizeOptions","features":[68]},{"name":"DisplayStateOperationResult","features":[68]},{"name":"DisplayStateOperationStatus","features":[68]},{"name":"DisplaySurface","features":[68]},{"name":"DisplayTarget","features":[68]},{"name":"DisplayTargetPersistence","features":[68]},{"name":"DisplayTask","features":[68]},{"name":"DisplayTaskPool","features":[68]},{"name":"DisplayTaskResult","features":[68]},{"name":"DisplayTaskSignalKind","features":[68]},{"name":"DisplayView","features":[68]},{"name":"DisplayWireFormat","features":[68]},{"name":"DisplayWireFormatColorSpace","features":[68]},{"name":"DisplayWireFormatEotf","features":[68]},{"name":"DisplayWireFormatHdrMetadata","features":[68]},{"name":"DisplayWireFormatPixelEncoding","features":[68]},{"name":"IDisplayAdapter","features":[68]},{"name":"IDisplayAdapter2","features":[68]},{"name":"IDisplayAdapterStatics","features":[68]},{"name":"IDisplayDevice","features":[68]},{"name":"IDisplayDevice2","features":[68]},{"name":"IDisplayDeviceRenderAdapter","features":[68]},{"name":"IDisplayFence","features":[68]},{"name":"IDisplayManager","features":[68]},{"name":"IDisplayManager2","features":[68]},{"name":"IDisplayManager3","features":[68]},{"name":"IDisplayManagerChangedEventArgs","features":[68]},{"name":"IDisplayManagerDisabledEventArgs","features":[68]},{"name":"IDisplayManagerEnabledEventArgs","features":[68]},{"name":"IDisplayManagerPathsFailedOrInvalidatedEventArgs","features":[68]},{"name":"IDisplayManagerResultWithState","features":[68]},{"name":"IDisplayManagerStatics","features":[68]},{"name":"IDisplayModeInfo","features":[68]},{"name":"IDisplayModeInfo2","features":[68]},{"name":"IDisplayMuxDevice","features":[68]},{"name":"IDisplayMuxDeviceStatics","features":[68]},{"name":"IDisplayPath","features":[68]},{"name":"IDisplayPath2","features":[68]},{"name":"IDisplayPrimaryDescription","features":[68]},{"name":"IDisplayPrimaryDescriptionFactory","features":[68]},{"name":"IDisplayPrimaryDescriptionStatics","features":[68]},{"name":"IDisplayScanout","features":[68]},{"name":"IDisplaySource","features":[68]},{"name":"IDisplaySource2","features":[68]},{"name":"IDisplayState","features":[68]},{"name":"IDisplayStateOperationResult","features":[68]},{"name":"IDisplaySurface","features":[68]},{"name":"IDisplayTarget","features":[68]},{"name":"IDisplayTask","features":[68]},{"name":"IDisplayTask2","features":[68]},{"name":"IDisplayTaskPool","features":[68]},{"name":"IDisplayTaskPool2","features":[68]},{"name":"IDisplayTaskResult","features":[68]},{"name":"IDisplayView","features":[68]},{"name":"IDisplayWireFormat","features":[68]},{"name":"IDisplayWireFormatFactory","features":[68]},{"name":"IDisplayWireFormatStatics","features":[68]}],"75":[{"name":"DeviceAccessChangedEventArgs","features":[70]},{"name":"DeviceAccessInformation","features":[70]},{"name":"DeviceAccessStatus","features":[70]},{"name":"DeviceClass","features":[70]},{"name":"DeviceConnectionChangeTriggerDetails","features":[70]},{"name":"DeviceDisconnectButtonClickedEventArgs","features":[70]},{"name":"DeviceInformation","features":[70]},{"name":"DeviceInformationCollection","features":[70,37]},{"name":"DeviceInformationCustomPairing","features":[70]},{"name":"DeviceInformationKind","features":[70]},{"name":"DeviceInformationPairing","features":[70]},{"name":"DeviceInformationUpdate","features":[70]},{"name":"DevicePairingAddPairingSetMemberStatus","features":[70]},{"name":"DevicePairingKinds","features":[70]},{"name":"DevicePairingProtectionLevel","features":[70]},{"name":"DevicePairingRequestedEventArgs","features":[70]},{"name":"DevicePairingResult","features":[70]},{"name":"DevicePairingResultStatus","features":[70]},{"name":"DevicePairingSetMembersRequestedEventArgs","features":[70]},{"name":"DevicePicker","features":[70]},{"name":"DevicePickerAppearance","features":[70]},{"name":"DevicePickerDisplayStatusOptions","features":[70]},{"name":"DevicePickerFilter","features":[70]},{"name":"DeviceSelectedEventArgs","features":[70]},{"name":"DeviceThumbnail","features":[70,71]},{"name":"DeviceUnpairingResult","features":[70]},{"name":"DeviceUnpairingResultStatus","features":[70]},{"name":"DeviceWatcher","features":[70]},{"name":"DeviceWatcherEvent","features":[70]},{"name":"DeviceWatcherEventKind","features":[70]},{"name":"DeviceWatcherStatus","features":[70]},{"name":"DeviceWatcherTriggerDetails","features":[70]},{"name":"EnclosureLocation","features":[70]},{"name":"IDeviceAccessChangedEventArgs","features":[70]},{"name":"IDeviceAccessChangedEventArgs2","features":[70]},{"name":"IDeviceAccessChangedEventArgs3","features":[70]},{"name":"IDeviceAccessInformation","features":[70]},{"name":"IDeviceAccessInformation2","features":[70]},{"name":"IDeviceAccessInformationStatics","features":[70]},{"name":"IDeviceConnectionChangeTriggerDetails","features":[70]},{"name":"IDeviceDisconnectButtonClickedEventArgs","features":[70]},{"name":"IDeviceEnumerationSettings","features":[70]},{"name":"IDeviceInformation","features":[70]},{"name":"IDeviceInformation2","features":[70]},{"name":"IDeviceInformationCustomPairing","features":[70]},{"name":"IDeviceInformationCustomPairing2","features":[70]},{"name":"IDeviceInformationPairing","features":[70]},{"name":"IDeviceInformationPairing2","features":[70]},{"name":"IDeviceInformationPairingStatics","features":[70]},{"name":"IDeviceInformationPairingStatics2","features":[70]},{"name":"IDeviceInformationStatics","features":[70]},{"name":"IDeviceInformationStatics2","features":[70]},{"name":"IDeviceInformationStatics3","features":[70]},{"name":"IDeviceInformationUpdate","features":[70]},{"name":"IDeviceInformationUpdate2","features":[70]},{"name":"IDevicePairingRequestedEventArgs","features":[70]},{"name":"IDevicePairingRequestedEventArgs2","features":[70]},{"name":"IDevicePairingRequestedEventArgs3","features":[70]},{"name":"IDevicePairingResult","features":[70]},{"name":"IDevicePairingSetMembersRequestedEventArgs","features":[70]},{"name":"IDevicePairingSettings","features":[70]},{"name":"IDevicePicker","features":[70]},{"name":"IDevicePickerAppearance","features":[70]},{"name":"IDevicePickerFilter","features":[70]},{"name":"IDeviceSelectedEventArgs","features":[70]},{"name":"IDeviceUnpairingResult","features":[70]},{"name":"IDeviceWatcher","features":[70]},{"name":"IDeviceWatcher2","features":[70]},{"name":"IDeviceWatcherEvent","features":[70]},{"name":"IDeviceWatcherTriggerDetails","features":[70]},{"name":"IEnclosureLocation","features":[70]},{"name":"IEnclosureLocation2","features":[70]},{"name":"Panel","features":[70]}],"76":[{"name":"IPnpObject","features":[72]},{"name":"IPnpObjectStatics","features":[72]},{"name":"IPnpObjectUpdate","features":[72]},{"name":"IPnpObjectWatcher","features":[72]},{"name":"PnpObject","features":[72]},{"name":"PnpObjectCollection","features":[72,37]},{"name":"PnpObjectType","features":[72]},{"name":"PnpObjectUpdate","features":[72]},{"name":"PnpObjectWatcher","features":[72]}],"77":[{"name":"AltitudeReferenceSystem","features":[73]},{"name":"BasicGeoposition","features":[73]},{"name":"CivicAddress","features":[73]},{"name":"GeoboundingBox","features":[73]},{"name":"Geocircle","features":[73]},{"name":"Geocoordinate","features":[73]},{"name":"GeocoordinateSatelliteData","features":[73]},{"name":"GeolocationAccessStatus","features":[73]},{"name":"Geolocator","features":[73]},{"name":"Geopath","features":[73]},{"name":"Geopoint","features":[73]},{"name":"Geoposition","features":[73]},{"name":"GeoshapeType","features":[73]},{"name":"Geovisit","features":[73]},{"name":"GeovisitMonitor","features":[73]},{"name":"GeovisitStateChangedEventArgs","features":[73]},{"name":"GeovisitTriggerDetails","features":[73]},{"name":"ICivicAddress","features":[73]},{"name":"IGeoboundingBox","features":[73]},{"name":"IGeoboundingBoxFactory","features":[73]},{"name":"IGeoboundingBoxStatics","features":[73]},{"name":"IGeocircle","features":[73]},{"name":"IGeocircleFactory","features":[73]},{"name":"IGeocoordinate","features":[73]},{"name":"IGeocoordinateSatelliteData","features":[73]},{"name":"IGeocoordinateSatelliteData2","features":[73]},{"name":"IGeocoordinateWithPoint","features":[73]},{"name":"IGeocoordinateWithPositionData","features":[73]},{"name":"IGeocoordinateWithPositionSourceTimestamp","features":[73]},{"name":"IGeocoordinateWithRemoteSource","features":[73]},{"name":"IGeolocator","features":[73]},{"name":"IGeolocator2","features":[73]},{"name":"IGeolocatorStatics","features":[73]},{"name":"IGeolocatorStatics2","features":[73]},{"name":"IGeolocatorWithScalarAccuracy","features":[73]},{"name":"IGeopath","features":[73]},{"name":"IGeopathFactory","features":[73]},{"name":"IGeopoint","features":[73]},{"name":"IGeopointFactory","features":[73]},{"name":"IGeoposition","features":[73]},{"name":"IGeoposition2","features":[73]},{"name":"IGeoshape","features":[73]},{"name":"IGeovisit","features":[73]},{"name":"IGeovisitMonitor","features":[73]},{"name":"IGeovisitMonitorStatics","features":[73]},{"name":"IGeovisitStateChangedEventArgs","features":[73]},{"name":"IGeovisitTriggerDetails","features":[73]},{"name":"IPositionChangedEventArgs","features":[73]},{"name":"IStatusChangedEventArgs","features":[73]},{"name":"IVenueData","features":[73]},{"name":"PositionAccuracy","features":[73]},{"name":"PositionChangedEventArgs","features":[73]},{"name":"PositionSource","features":[73]},{"name":"PositionStatus","features":[73]},{"name":"StatusChangedEventArgs","features":[73]},{"name":"VenueData","features":[73]},{"name":"VisitMonitoringScope","features":[73]},{"name":"VisitStateChange","features":[73]}],"78":[{"name":"Geofence","features":[74]},{"name":"GeofenceMonitor","features":[74]},{"name":"GeofenceMonitorStatus","features":[74]},{"name":"GeofenceRemovalReason","features":[74]},{"name":"GeofenceState","features":[74]},{"name":"GeofenceStateChangeReport","features":[74]},{"name":"IGeofence","features":[74]},{"name":"IGeofenceFactory","features":[74]},{"name":"IGeofenceMonitor","features":[74]},{"name":"IGeofenceMonitorStatics","features":[74]},{"name":"IGeofenceStateChangeReport","features":[74]},{"name":"MonitoredGeofenceStates","features":[74]}],"79":[{"name":"GeolocationProvider","features":[75]},{"name":"IGeolocationProvider","features":[75]},{"name":"LocationOverrideStatus","features":[75]}],"80":[{"name":"GpioChangeCount","features":[76,77]},{"name":"GpioChangeCounter","features":[76]},{"name":"GpioChangePolarity","features":[76]},{"name":"GpioChangeReader","features":[76]},{"name":"GpioChangeRecord","features":[76,77]},{"name":"GpioController","features":[76]},{"name":"GpioOpenStatus","features":[76]},{"name":"GpioPin","features":[76]},{"name":"GpioPinDriveMode","features":[76]},{"name":"GpioPinEdge","features":[76]},{"name":"GpioPinValue","features":[76]},{"name":"GpioPinValueChangedEventArgs","features":[76]},{"name":"GpioSharingMode","features":[76]},{"name":"IGpioChangeCounter","features":[76]},{"name":"IGpioChangeCounterFactory","features":[76]},{"name":"IGpioChangeReader","features":[76]},{"name":"IGpioChangeReaderFactory","features":[76]},{"name":"IGpioController","features":[76]},{"name":"IGpioControllerStatics","features":[76]},{"name":"IGpioControllerStatics2","features":[76]},{"name":"IGpioPin","features":[76]},{"name":"IGpioPinValueChangedEventArgs","features":[76]}],"81":[{"name":"GpioPinProviderValueChangedEventArgs","features":[78]},{"name":"IGpioControllerProvider","features":[78]},{"name":"IGpioPinProvider","features":[78]},{"name":"IGpioPinProviderValueChangedEventArgs","features":[78]},{"name":"IGpioPinProviderValueChangedEventArgsFactory","features":[78]},{"name":"IGpioProvider","features":[78]},{"name":"ProviderGpioPinDriveMode","features":[78]},{"name":"ProviderGpioPinEdge","features":[78]},{"name":"ProviderGpioPinValue","features":[78]},{"name":"ProviderGpioSharingMode","features":[78]}],"82":[{"name":"IKnownSimpleHapticsControllerWaveformsStatics","features":[79]},{"name":"IKnownSimpleHapticsControllerWaveformsStatics2","features":[79]},{"name":"ISimpleHapticsController","features":[79]},{"name":"ISimpleHapticsControllerFeedback","features":[79]},{"name":"IVibrationDevice","features":[79]},{"name":"IVibrationDeviceStatics","features":[79]},{"name":"KnownSimpleHapticsControllerWaveforms","features":[79]},{"name":"SimpleHapticsController","features":[79]},{"name":"SimpleHapticsControllerFeedback","features":[79]},{"name":"VibrationAccessStatus","features":[79]},{"name":"VibrationDevice","features":[79]}],"83":[{"name":"HidBooleanControl","features":[80]},{"name":"HidBooleanControlDescription","features":[80]},{"name":"HidCollection","features":[80]},{"name":"HidCollectionType","features":[80]},{"name":"HidDevice","features":[80]},{"name":"HidFeatureReport","features":[80]},{"name":"HidInputReport","features":[80]},{"name":"HidInputReportReceivedEventArgs","features":[80]},{"name":"HidNumericControl","features":[80]},{"name":"HidNumericControlDescription","features":[80]},{"name":"HidOutputReport","features":[80]},{"name":"HidReportType","features":[80]},{"name":"IHidBooleanControl","features":[80]},{"name":"IHidBooleanControlDescription","features":[80]},{"name":"IHidBooleanControlDescription2","features":[80]},{"name":"IHidCollection","features":[80]},{"name":"IHidDevice","features":[80]},{"name":"IHidDeviceStatics","features":[80]},{"name":"IHidFeatureReport","features":[80]},{"name":"IHidInputReport","features":[80]},{"name":"IHidInputReportReceivedEventArgs","features":[80]},{"name":"IHidNumericControl","features":[80]},{"name":"IHidNumericControlDescription","features":[80]},{"name":"IHidOutputReport","features":[80]}],"84":[{"name":"I2cBusSpeed","features":[81]},{"name":"I2cConnectionSettings","features":[81]},{"name":"I2cController","features":[81]},{"name":"I2cDevice","features":[81]},{"name":"I2cSharingMode","features":[81]},{"name":"I2cTransferResult","features":[81]},{"name":"I2cTransferStatus","features":[81]},{"name":"II2cConnectionSettings","features":[81]},{"name":"II2cConnectionSettingsFactory","features":[81]},{"name":"II2cController","features":[81]},{"name":"II2cControllerStatics","features":[81]},{"name":"II2cDevice","features":[81]},{"name":"II2cDeviceStatics","features":[81]}],"85":[{"name":"II2cControllerProvider","features":[82]},{"name":"II2cDeviceProvider","features":[82]},{"name":"II2cProvider","features":[82]},{"name":"IProviderI2cConnectionSettings","features":[82]},{"name":"ProviderI2cBusSpeed","features":[82]},{"name":"ProviderI2cConnectionSettings","features":[82]},{"name":"ProviderI2cSharingMode","features":[82]},{"name":"ProviderI2cTransferResult","features":[82]},{"name":"ProviderI2cTransferStatus","features":[82]}],"86":[{"name":"IKeyboardCapabilities","features":[83]},{"name":"IMouseCapabilities","features":[83]},{"name":"IMouseDevice","features":[83]},{"name":"IMouseDeviceStatics","features":[83]},{"name":"IMouseEventArgs","features":[83]},{"name":"IPenButtonListener","features":[83]},{"name":"IPenButtonListenerStatics","features":[83]},{"name":"IPenDevice","features":[83]},{"name":"IPenDevice2","features":[83]},{"name":"IPenDeviceStatics","features":[83]},{"name":"IPenDockListener","features":[83]},{"name":"IPenDockListenerStatics","features":[83]},{"name":"IPenDockedEventArgs","features":[83]},{"name":"IPenTailButtonClickedEventArgs","features":[83]},{"name":"IPenTailButtonDoubleClickedEventArgs","features":[83]},{"name":"IPenTailButtonLongPressedEventArgs","features":[83]},{"name":"IPenUndockedEventArgs","features":[83]},{"name":"IPointerDevice","features":[83]},{"name":"IPointerDevice2","features":[83]},{"name":"IPointerDeviceStatics","features":[83]},{"name":"ITouchCapabilities","features":[83]},{"name":"KeyboardCapabilities","features":[83]},{"name":"MouseCapabilities","features":[83]},{"name":"MouseDelta","features":[83]},{"name":"MouseDevice","features":[83]},{"name":"MouseEventArgs","features":[83]},{"name":"PenButtonListener","features":[83]},{"name":"PenDevice","features":[83]},{"name":"PenDockListener","features":[83]},{"name":"PenDockedEventArgs","features":[83]},{"name":"PenTailButtonClickedEventArgs","features":[83]},{"name":"PenTailButtonDoubleClickedEventArgs","features":[83]},{"name":"PenTailButtonLongPressedEventArgs","features":[83]},{"name":"PenUndockedEventArgs","features":[83]},{"name":"PointerDevice","features":[83]},{"name":"PointerDeviceType","features":[83]},{"name":"PointerDeviceUsage","features":[83]},{"name":"TouchCapabilities","features":[83]}],"87":[{"name":"GazeDeviceConfigurationStatePreview","features":[84]},{"name":"GazeDevicePreview","features":[84]},{"name":"GazeDeviceWatcherAddedPreviewEventArgs","features":[84]},{"name":"GazeDeviceWatcherPreview","features":[84]},{"name":"GazeDeviceWatcherRemovedPreviewEventArgs","features":[84]},{"name":"GazeDeviceWatcherUpdatedPreviewEventArgs","features":[84]},{"name":"GazeEnteredPreviewEventArgs","features":[84]},{"name":"GazeExitedPreviewEventArgs","features":[84]},{"name":"GazeInputSourcePreview","features":[84]},{"name":"GazeMovedPreviewEventArgs","features":[84]},{"name":"GazePointPreview","features":[84]},{"name":"IGazeDevicePreview","features":[84]},{"name":"IGazeDeviceWatcherAddedPreviewEventArgs","features":[84]},{"name":"IGazeDeviceWatcherPreview","features":[84]},{"name":"IGazeDeviceWatcherRemovedPreviewEventArgs","features":[84]},{"name":"IGazeDeviceWatcherUpdatedPreviewEventArgs","features":[84]},{"name":"IGazeEnteredPreviewEventArgs","features":[84]},{"name":"IGazeExitedPreviewEventArgs","features":[84]},{"name":"IGazeInputSourcePreview","features":[84]},{"name":"IGazeInputSourcePreviewStatics","features":[84]},{"name":"IGazeMovedPreviewEventArgs","features":[84]},{"name":"IGazePointPreview","features":[84]}],"88":[{"name":"ILamp","features":[85]},{"name":"ILampArray","features":[85]},{"name":"ILampArray2","features":[85]},{"name":"ILampArrayStatics","features":[85]},{"name":"ILampAvailabilityChangedEventArgs","features":[85]},{"name":"ILampInfo","features":[85]},{"name":"ILampStatics","features":[85]},{"name":"Lamp","features":[85]},{"name":"LampArray","features":[85]},{"name":"LampArrayKind","features":[85]},{"name":"LampAvailabilityChangedEventArgs","features":[85]},{"name":"LampInfo","features":[85]},{"name":"LampPurposes","features":[85]}],"89":[{"name":"ILampArrayBitmapEffect","features":[86]},{"name":"ILampArrayBitmapEffectFactory","features":[86]},{"name":"ILampArrayBitmapRequestedEventArgs","features":[86]},{"name":"ILampArrayBlinkEffect","features":[86]},{"name":"ILampArrayBlinkEffectFactory","features":[86]},{"name":"ILampArrayColorRampEffect","features":[86]},{"name":"ILampArrayColorRampEffectFactory","features":[86]},{"name":"ILampArrayCustomEffect","features":[86]},{"name":"ILampArrayCustomEffectFactory","features":[86]},{"name":"ILampArrayEffect","features":[86]},{"name":"ILampArrayEffectPlaylist","features":[86]},{"name":"ILampArrayEffectPlaylistStatics","features":[86]},{"name":"ILampArraySolidEffect","features":[86]},{"name":"ILampArraySolidEffectFactory","features":[86]},{"name":"ILampArrayUpdateRequestedEventArgs","features":[86]},{"name":"LampArrayBitmapEffect","features":[86]},{"name":"LampArrayBitmapRequestedEventArgs","features":[86]},{"name":"LampArrayBlinkEffect","features":[86]},{"name":"LampArrayColorRampEffect","features":[86]},{"name":"LampArrayCustomEffect","features":[86]},{"name":"LampArrayEffectCompletionBehavior","features":[86]},{"name":"LampArrayEffectPlaylist","features":[86]},{"name":"LampArrayEffectStartMode","features":[86]},{"name":"LampArrayRepetitionMode","features":[86]},{"name":"LampArraySolidEffect","features":[86]},{"name":"LampArrayUpdateRequestedEventArgs","features":[86]}],"90":[{"name":"IMidiChannelPressureMessage","features":[87]},{"name":"IMidiChannelPressureMessageFactory","features":[87]},{"name":"IMidiControlChangeMessage","features":[87]},{"name":"IMidiControlChangeMessageFactory","features":[87]},{"name":"IMidiInPort","features":[87]},{"name":"IMidiInPortStatics","features":[87]},{"name":"IMidiMessage","features":[87]},{"name":"IMidiMessageReceivedEventArgs","features":[87]},{"name":"IMidiNoteOffMessage","features":[87]},{"name":"IMidiNoteOffMessageFactory","features":[87]},{"name":"IMidiNoteOnMessage","features":[87]},{"name":"IMidiNoteOnMessageFactory","features":[87]},{"name":"IMidiOutPort","features":[87]},{"name":"IMidiOutPortStatics","features":[87]},{"name":"IMidiPitchBendChangeMessage","features":[87]},{"name":"IMidiPitchBendChangeMessageFactory","features":[87]},{"name":"IMidiPolyphonicKeyPressureMessage","features":[87]},{"name":"IMidiPolyphonicKeyPressureMessageFactory","features":[87]},{"name":"IMidiProgramChangeMessage","features":[87]},{"name":"IMidiProgramChangeMessageFactory","features":[87]},{"name":"IMidiSongPositionPointerMessage","features":[87]},{"name":"IMidiSongPositionPointerMessageFactory","features":[87]},{"name":"IMidiSongSelectMessage","features":[87]},{"name":"IMidiSongSelectMessageFactory","features":[87]},{"name":"IMidiSynthesizer","features":[87]},{"name":"IMidiSynthesizerStatics","features":[87]},{"name":"IMidiSystemExclusiveMessageFactory","features":[87]},{"name":"IMidiTimeCodeMessage","features":[87]},{"name":"IMidiTimeCodeMessageFactory","features":[87]},{"name":"MidiActiveSensingMessage","features":[87]},{"name":"MidiChannelPressureMessage","features":[87]},{"name":"MidiContinueMessage","features":[87]},{"name":"MidiControlChangeMessage","features":[87]},{"name":"MidiInPort","features":[87]},{"name":"MidiMessageReceivedEventArgs","features":[87]},{"name":"MidiMessageType","features":[87]},{"name":"MidiNoteOffMessage","features":[87]},{"name":"MidiNoteOnMessage","features":[87]},{"name":"MidiOutPort","features":[87]},{"name":"MidiPitchBendChangeMessage","features":[87]},{"name":"MidiPolyphonicKeyPressureMessage","features":[87]},{"name":"MidiProgramChangeMessage","features":[87]},{"name":"MidiSongPositionPointerMessage","features":[87]},{"name":"MidiSongSelectMessage","features":[87]},{"name":"MidiStartMessage","features":[87]},{"name":"MidiStopMessage","features":[87]},{"name":"MidiSynthesizer","features":[87]},{"name":"MidiSystemExclusiveMessage","features":[87]},{"name":"MidiSystemResetMessage","features":[87]},{"name":"MidiTimeCodeMessage","features":[87]},{"name":"MidiTimingClockMessage","features":[87]},{"name":"MidiTuneRequestMessage","features":[87]}],"93":[{"name":"BarcodeScanner","features":[88]},{"name":"BarcodeScannerCapabilities","features":[88]},{"name":"BarcodeScannerDataReceivedEventArgs","features":[88]},{"name":"BarcodeScannerErrorOccurredEventArgs","features":[88]},{"name":"BarcodeScannerImagePreviewReceivedEventArgs","features":[88]},{"name":"BarcodeScannerReport","features":[88]},{"name":"BarcodeScannerStatus","features":[88]},{"name":"BarcodeScannerStatusUpdatedEventArgs","features":[88]},{"name":"BarcodeSymbologies","features":[88]},{"name":"BarcodeSymbologyAttributes","features":[88]},{"name":"BarcodeSymbologyDecodeLengthKind","features":[88]},{"name":"CashDrawer","features":[88]},{"name":"CashDrawerCapabilities","features":[88]},{"name":"CashDrawerCloseAlarm","features":[88]},{"name":"CashDrawerClosedEventArgs","features":[88]},{"name":"CashDrawerEventSource","features":[88]},{"name":"CashDrawerOpenedEventArgs","features":[88]},{"name":"CashDrawerStatus","features":[88]},{"name":"CashDrawerStatusKind","features":[88]},{"name":"CashDrawerStatusUpdatedEventArgs","features":[88]},{"name":"ClaimedBarcodeScanner","features":[88]},{"name":"ClaimedBarcodeScannerClosedEventArgs","features":[88]},{"name":"ClaimedCashDrawer","features":[88]},{"name":"ClaimedCashDrawerClosedEventArgs","features":[88]},{"name":"ClaimedJournalPrinter","features":[88]},{"name":"ClaimedLineDisplay","features":[88]},{"name":"ClaimedLineDisplayClosedEventArgs","features":[88]},{"name":"ClaimedMagneticStripeReader","features":[88]},{"name":"ClaimedMagneticStripeReaderClosedEventArgs","features":[88]},{"name":"ClaimedPosPrinter","features":[88]},{"name":"ClaimedPosPrinterClosedEventArgs","features":[88]},{"name":"ClaimedReceiptPrinter","features":[88]},{"name":"ClaimedSlipPrinter","features":[88]},{"name":"IBarcodeScanner","features":[88]},{"name":"IBarcodeScanner2","features":[88]},{"name":"IBarcodeScannerCapabilities","features":[88]},{"name":"IBarcodeScannerCapabilities1","features":[88]},{"name":"IBarcodeScannerCapabilities2","features":[88]},{"name":"IBarcodeScannerDataReceivedEventArgs","features":[88]},{"name":"IBarcodeScannerErrorOccurredEventArgs","features":[88]},{"name":"IBarcodeScannerImagePreviewReceivedEventArgs","features":[88]},{"name":"IBarcodeScannerReport","features":[88]},{"name":"IBarcodeScannerReportFactory","features":[88]},{"name":"IBarcodeScannerStatics","features":[88]},{"name":"IBarcodeScannerStatics2","features":[88]},{"name":"IBarcodeScannerStatusUpdatedEventArgs","features":[88]},{"name":"IBarcodeSymbologiesStatics","features":[88]},{"name":"IBarcodeSymbologiesStatics2","features":[88]},{"name":"IBarcodeSymbologyAttributes","features":[88]},{"name":"ICashDrawer","features":[88]},{"name":"ICashDrawerCapabilities","features":[88]},{"name":"ICashDrawerCloseAlarm","features":[88]},{"name":"ICashDrawerEventSource","features":[88]},{"name":"ICashDrawerEventSourceEventArgs","features":[88]},{"name":"ICashDrawerStatics","features":[88]},{"name":"ICashDrawerStatics2","features":[88]},{"name":"ICashDrawerStatus","features":[88]},{"name":"ICashDrawerStatusUpdatedEventArgs","features":[88]},{"name":"IClaimedBarcodeScanner","features":[88]},{"name":"IClaimedBarcodeScanner1","features":[88]},{"name":"IClaimedBarcodeScanner2","features":[88]},{"name":"IClaimedBarcodeScanner3","features":[88]},{"name":"IClaimedBarcodeScanner4","features":[88]},{"name":"IClaimedBarcodeScannerClosedEventArgs","features":[88]},{"name":"IClaimedCashDrawer","features":[88]},{"name":"IClaimedCashDrawer2","features":[88]},{"name":"IClaimedCashDrawerClosedEventArgs","features":[88]},{"name":"IClaimedJournalPrinter","features":[88]},{"name":"IClaimedLineDisplay","features":[88]},{"name":"IClaimedLineDisplay2","features":[88]},{"name":"IClaimedLineDisplay3","features":[88]},{"name":"IClaimedLineDisplayClosedEventArgs","features":[88]},{"name":"IClaimedLineDisplayStatics","features":[88]},{"name":"IClaimedMagneticStripeReader","features":[88]},{"name":"IClaimedMagneticStripeReader2","features":[88]},{"name":"IClaimedMagneticStripeReaderClosedEventArgs","features":[88]},{"name":"IClaimedPosPrinter","features":[88]},{"name":"IClaimedPosPrinter2","features":[88]},{"name":"IClaimedPosPrinterClosedEventArgs","features":[88]},{"name":"IClaimedReceiptPrinter","features":[88]},{"name":"IClaimedSlipPrinter","features":[88]},{"name":"ICommonClaimedPosPrinterStation","features":[88]},{"name":"ICommonPosPrintStationCapabilities","features":[88]},{"name":"ICommonReceiptSlipCapabilities","features":[88]},{"name":"IJournalPrintJob","features":[88]},{"name":"IJournalPrinterCapabilities","features":[88]},{"name":"IJournalPrinterCapabilities2","features":[88]},{"name":"ILineDisplay","features":[88]},{"name":"ILineDisplay2","features":[88]},{"name":"ILineDisplayAttributes","features":[88]},{"name":"ILineDisplayCapabilities","features":[88]},{"name":"ILineDisplayCursor","features":[88]},{"name":"ILineDisplayCursorAttributes","features":[88]},{"name":"ILineDisplayCustomGlyphs","features":[88]},{"name":"ILineDisplayMarquee","features":[88]},{"name":"ILineDisplayStatics","features":[88]},{"name":"ILineDisplayStatics2","features":[88]},{"name":"ILineDisplayStatisticsCategorySelector","features":[88]},{"name":"ILineDisplayStatusUpdatedEventArgs","features":[88]},{"name":"ILineDisplayStoredBitmap","features":[88]},{"name":"ILineDisplayWindow","features":[88]},{"name":"ILineDisplayWindow2","features":[88]},{"name":"IMagneticStripeReader","features":[88]},{"name":"IMagneticStripeReaderAamvaCardDataReceivedEventArgs","features":[88]},{"name":"IMagneticStripeReaderBankCardDataReceivedEventArgs","features":[88]},{"name":"IMagneticStripeReaderCapabilities","features":[88]},{"name":"IMagneticStripeReaderCardTypesStatics","features":[88]},{"name":"IMagneticStripeReaderEncryptionAlgorithmsStatics","features":[88]},{"name":"IMagneticStripeReaderErrorOccurredEventArgs","features":[88]},{"name":"IMagneticStripeReaderReport","features":[88]},{"name":"IMagneticStripeReaderStatics","features":[88]},{"name":"IMagneticStripeReaderStatics2","features":[88]},{"name":"IMagneticStripeReaderStatusUpdatedEventArgs","features":[88]},{"name":"IMagneticStripeReaderTrackData","features":[88]},{"name":"IMagneticStripeReaderVendorSpecificCardDataReceivedEventArgs","features":[88]},{"name":"IPosPrinter","features":[88]},{"name":"IPosPrinter2","features":[88]},{"name":"IPosPrinterCapabilities","features":[88]},{"name":"IPosPrinterCharacterSetIdsStatics","features":[88]},{"name":"IPosPrinterFontProperty","features":[88]},{"name":"IPosPrinterJob","features":[88]},{"name":"IPosPrinterPrintOptions","features":[88]},{"name":"IPosPrinterReleaseDeviceRequestedEventArgs","features":[88]},{"name":"IPosPrinterStatics","features":[88]},{"name":"IPosPrinterStatics2","features":[88]},{"name":"IPosPrinterStatus","features":[88]},{"name":"IPosPrinterStatusUpdatedEventArgs","features":[88]},{"name":"IReceiptOrSlipJob","features":[88]},{"name":"IReceiptPrintJob","features":[88]},{"name":"IReceiptPrintJob2","features":[88]},{"name":"IReceiptPrinterCapabilities","features":[88]},{"name":"IReceiptPrinterCapabilities2","features":[88]},{"name":"ISlipPrintJob","features":[88]},{"name":"ISlipPrinterCapabilities","features":[88]},{"name":"ISlipPrinterCapabilities2","features":[88]},{"name":"IUnifiedPosErrorData","features":[88]},{"name":"IUnifiedPosErrorDataFactory","features":[88]},{"name":"JournalPrintJob","features":[88]},{"name":"JournalPrinterCapabilities","features":[88]},{"name":"LineDisplay","features":[88]},{"name":"LineDisplayAttributes","features":[88]},{"name":"LineDisplayCapabilities","features":[88]},{"name":"LineDisplayCursor","features":[88]},{"name":"LineDisplayCursorAttributes","features":[88]},{"name":"LineDisplayCursorType","features":[88]},{"name":"LineDisplayCustomGlyphs","features":[88]},{"name":"LineDisplayDescriptorState","features":[88]},{"name":"LineDisplayHorizontalAlignment","features":[88]},{"name":"LineDisplayMarquee","features":[88]},{"name":"LineDisplayMarqueeFormat","features":[88]},{"name":"LineDisplayPowerStatus","features":[88]},{"name":"LineDisplayScrollDirection","features":[88]},{"name":"LineDisplayStatisticsCategorySelector","features":[88]},{"name":"LineDisplayStatusUpdatedEventArgs","features":[88]},{"name":"LineDisplayStoredBitmap","features":[88]},{"name":"LineDisplayTextAttribute","features":[88]},{"name":"LineDisplayTextAttributeGranularity","features":[88]},{"name":"LineDisplayVerticalAlignment","features":[88]},{"name":"LineDisplayWindow","features":[88]},{"name":"MagneticStripeReader","features":[88]},{"name":"MagneticStripeReaderAamvaCardDataReceivedEventArgs","features":[88]},{"name":"MagneticStripeReaderAuthenticationLevel","features":[88]},{"name":"MagneticStripeReaderAuthenticationProtocol","features":[88]},{"name":"MagneticStripeReaderBankCardDataReceivedEventArgs","features":[88]},{"name":"MagneticStripeReaderCapabilities","features":[88]},{"name":"MagneticStripeReaderCardTypes","features":[88]},{"name":"MagneticStripeReaderEncryptionAlgorithms","features":[88]},{"name":"MagneticStripeReaderErrorOccurredEventArgs","features":[88]},{"name":"MagneticStripeReaderErrorReportingType","features":[88]},{"name":"MagneticStripeReaderReport","features":[88]},{"name":"MagneticStripeReaderStatus","features":[88]},{"name":"MagneticStripeReaderStatusUpdatedEventArgs","features":[88]},{"name":"MagneticStripeReaderTrackData","features":[88]},{"name":"MagneticStripeReaderTrackErrorType","features":[88]},{"name":"MagneticStripeReaderTrackIds","features":[88]},{"name":"MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs","features":[88]},{"name":"PosConnectionTypes","features":[88]},{"name":"PosPrinter","features":[88]},{"name":"PosPrinterAlignment","features":[88]},{"name":"PosPrinterBarcodeTextPosition","features":[88]},{"name":"PosPrinterCapabilities","features":[88]},{"name":"PosPrinterCartridgeSensors","features":[88]},{"name":"PosPrinterCharacterSetIds","features":[88]},{"name":"PosPrinterColorCapabilities","features":[88]},{"name":"PosPrinterColorCartridge","features":[88]},{"name":"PosPrinterFontProperty","features":[88]},{"name":"PosPrinterLineDirection","features":[88]},{"name":"PosPrinterLineStyle","features":[88]},{"name":"PosPrinterMapMode","features":[88]},{"name":"PosPrinterMarkFeedCapabilities","features":[88]},{"name":"PosPrinterMarkFeedKind","features":[88]},{"name":"PosPrinterPrintOptions","features":[88]},{"name":"PosPrinterPrintSide","features":[88]},{"name":"PosPrinterReleaseDeviceRequestedEventArgs","features":[88]},{"name":"PosPrinterRotation","features":[88]},{"name":"PosPrinterRuledLineCapabilities","features":[88]},{"name":"PosPrinterStatus","features":[88]},{"name":"PosPrinterStatusKind","features":[88]},{"name":"PosPrinterStatusUpdatedEventArgs","features":[88]},{"name":"ReceiptPrintJob","features":[88]},{"name":"ReceiptPrinterCapabilities","features":[88]},{"name":"SizeUInt32","features":[88]},{"name":"SlipPrintJob","features":[88]},{"name":"SlipPrinterCapabilities","features":[88]},{"name":"UnifiedPosErrorData","features":[88]},{"name":"UnifiedPosErrorReason","features":[88]},{"name":"UnifiedPosErrorSeverity","features":[88]},{"name":"UnifiedPosHealthCheckLevel","features":[88]},{"name":"UnifiedPosPowerReportingType","features":[88]}],"94":[{"name":"BarcodeScannerDisableScannerRequest","features":[89]},{"name":"BarcodeScannerDisableScannerRequestEventArgs","features":[89]},{"name":"BarcodeScannerEnableScannerRequest","features":[89]},{"name":"BarcodeScannerEnableScannerRequestEventArgs","features":[89]},{"name":"BarcodeScannerFrameReader","features":[89]},{"name":"BarcodeScannerFrameReaderFrameArrivedEventArgs","features":[89]},{"name":"BarcodeScannerGetSymbologyAttributesRequest","features":[89]},{"name":"BarcodeScannerGetSymbologyAttributesRequestEventArgs","features":[89]},{"name":"BarcodeScannerHideVideoPreviewRequest","features":[89]},{"name":"BarcodeScannerHideVideoPreviewRequestEventArgs","features":[89]},{"name":"BarcodeScannerProviderConnection","features":[89]},{"name":"BarcodeScannerProviderTriggerDetails","features":[89]},{"name":"BarcodeScannerSetActiveSymbologiesRequest","features":[89]},{"name":"BarcodeScannerSetActiveSymbologiesRequestEventArgs","features":[89]},{"name":"BarcodeScannerSetSymbologyAttributesRequest","features":[89]},{"name":"BarcodeScannerSetSymbologyAttributesRequestEventArgs","features":[89]},{"name":"BarcodeScannerStartSoftwareTriggerRequest","features":[89]},{"name":"BarcodeScannerStartSoftwareTriggerRequestEventArgs","features":[89]},{"name":"BarcodeScannerStopSoftwareTriggerRequest","features":[89]},{"name":"BarcodeScannerStopSoftwareTriggerRequestEventArgs","features":[89]},{"name":"BarcodeScannerTriggerState","features":[89]},{"name":"BarcodeScannerVideoFrame","features":[89]},{"name":"BarcodeSymbologyAttributesBuilder","features":[89]},{"name":"IBarcodeScannerDisableScannerRequest","features":[89]},{"name":"IBarcodeScannerDisableScannerRequest2","features":[89]},{"name":"IBarcodeScannerDisableScannerRequestEventArgs","features":[89]},{"name":"IBarcodeScannerEnableScannerRequest","features":[89]},{"name":"IBarcodeScannerEnableScannerRequest2","features":[89]},{"name":"IBarcodeScannerEnableScannerRequestEventArgs","features":[89]},{"name":"IBarcodeScannerFrameReader","features":[89]},{"name":"IBarcodeScannerFrameReaderFrameArrivedEventArgs","features":[89]},{"name":"IBarcodeScannerGetSymbologyAttributesRequest","features":[89]},{"name":"IBarcodeScannerGetSymbologyAttributesRequest2","features":[89]},{"name":"IBarcodeScannerGetSymbologyAttributesRequestEventArgs","features":[89]},{"name":"IBarcodeScannerHideVideoPreviewRequest","features":[89]},{"name":"IBarcodeScannerHideVideoPreviewRequest2","features":[89]},{"name":"IBarcodeScannerHideVideoPreviewRequestEventArgs","features":[89]},{"name":"IBarcodeScannerProviderConnection","features":[89]},{"name":"IBarcodeScannerProviderConnection2","features":[89]},{"name":"IBarcodeScannerProviderTriggerDetails","features":[89]},{"name":"IBarcodeScannerSetActiveSymbologiesRequest","features":[89]},{"name":"IBarcodeScannerSetActiveSymbologiesRequest2","features":[89]},{"name":"IBarcodeScannerSetActiveSymbologiesRequestEventArgs","features":[89]},{"name":"IBarcodeScannerSetSymbologyAttributesRequest","features":[89]},{"name":"IBarcodeScannerSetSymbologyAttributesRequest2","features":[89]},{"name":"IBarcodeScannerSetSymbologyAttributesRequestEventArgs","features":[89]},{"name":"IBarcodeScannerStartSoftwareTriggerRequest","features":[89]},{"name":"IBarcodeScannerStartSoftwareTriggerRequest2","features":[89]},{"name":"IBarcodeScannerStartSoftwareTriggerRequestEventArgs","features":[89]},{"name":"IBarcodeScannerStopSoftwareTriggerRequest","features":[89]},{"name":"IBarcodeScannerStopSoftwareTriggerRequest2","features":[89]},{"name":"IBarcodeScannerStopSoftwareTriggerRequestEventArgs","features":[89]},{"name":"IBarcodeScannerVideoFrame","features":[89]},{"name":"IBarcodeSymbologyAttributesBuilder","features":[89]}],"95":[{"name":"IServiceDeviceStatics","features":[90]},{"name":"IStorageDeviceStatics","features":[90]},{"name":"PortableDeviceContract","features":[90]},{"name":"ServiceDevice","features":[90]},{"name":"ServiceDeviceType","features":[90]},{"name":"StorageDevice","features":[90]}],"96":[{"name":"Battery","features":[91]},{"name":"BatteryReport","features":[91]},{"name":"IBattery","features":[91]},{"name":"IBatteryReport","features":[91]},{"name":"IBatteryStatics","features":[91]},{"name":"IPowerGridData","features":[91]},{"name":"IPowerGridForecast","features":[91]},{"name":"IPowerGridForecastStatics","features":[91]},{"name":"PowerGridApiContract","features":[91]},{"name":"PowerGridData","features":[91]},{"name":"PowerGridForecast","features":[91]}],"97":[{"name":"IIppAttributeError","features":[92]},{"name":"IIppAttributeValue","features":[92]},{"name":"IIppAttributeValueStatics","features":[92]},{"name":"IIppIntegerRange","features":[92]},{"name":"IIppIntegerRangeFactory","features":[92]},{"name":"IIppPrintDevice","features":[92]},{"name":"IIppPrintDevice2","features":[92]},{"name":"IIppPrintDevice3","features":[92]},{"name":"IIppPrintDevice4","features":[92]},{"name":"IIppPrintDeviceStatics","features":[92]},{"name":"IIppResolution","features":[92]},{"name":"IIppResolutionFactory","features":[92]},{"name":"IIppSetAttributesResult","features":[92]},{"name":"IIppTextWithLanguage","features":[92]},{"name":"IIppTextWithLanguageFactory","features":[92]},{"name":"IPageConfigurationSettings","features":[92]},{"name":"IPdlPassthroughProvider","features":[92]},{"name":"IPdlPassthroughTarget","features":[92]},{"name":"IPrint3DDevice","features":[92]},{"name":"IPrint3DDeviceStatics","features":[92]},{"name":"IPrintSchema","features":[92]},{"name":"IppAttributeError","features":[92]},{"name":"IppAttributeErrorReason","features":[92]},{"name":"IppAttributeValue","features":[92]},{"name":"IppAttributeValueKind","features":[92]},{"name":"IppIntegerRange","features":[92]},{"name":"IppPrintDevice","features":[92]},{"name":"IppPrintDeviceKind","features":[92]},{"name":"IppResolution","features":[92]},{"name":"IppResolutionUnit","features":[92]},{"name":"IppSetAttributesResult","features":[92]},{"name":"IppTextWithLanguage","features":[92]},{"name":"PageConfigurationSettings","features":[92]},{"name":"PageConfigurationSource","features":[92]},{"name":"PdlPassthroughProvider","features":[92]},{"name":"PdlPassthroughTarget","features":[92]},{"name":"Print3DDevice","features":[92]},{"name":"PrintSchema","features":[92]},{"name":"PrintersContract","features":[92]}],"98":[{"name":"ExtensionsContract","features":[93]},{"name":"IPrint3DWorkflow","features":[93]},{"name":"IPrint3DWorkflow2","features":[93]},{"name":"IPrint3DWorkflowPrintRequestedEventArgs","features":[93]},{"name":"IPrint3DWorkflowPrinterChangedEventArgs","features":[93]},{"name":"IPrintExtensionContextStatic","features":[93]},{"name":"IPrintNotificationEventDetails","features":[93]},{"name":"IPrintTaskConfiguration","features":[93]},{"name":"IPrintTaskConfigurationSaveRequest","features":[93]},{"name":"IPrintTaskConfigurationSaveRequestedDeferral","features":[93]},{"name":"IPrintTaskConfigurationSaveRequestedEventArgs","features":[93]},{"name":"Print3DWorkflow","features":[93]},{"name":"Print3DWorkflowDetail","features":[93]},{"name":"Print3DWorkflowPrintRequestedEventArgs","features":[93]},{"name":"Print3DWorkflowPrinterChangedEventArgs","features":[93]},{"name":"Print3DWorkflowStatus","features":[93]},{"name":"PrintExtensionContext","features":[93]},{"name":"PrintNotificationEventDetails","features":[93]},{"name":"PrintTaskConfiguration","features":[93]},{"name":"PrintTaskConfigurationSaveRequest","features":[93]},{"name":"PrintTaskConfigurationSaveRequestedDeferral","features":[93]},{"name":"PrintTaskConfigurationSaveRequestedEventArgs","features":[93]}],"99":[{"name":"IPwmController","features":[94]},{"name":"IPwmControllerStatics","features":[94]},{"name":"IPwmControllerStatics2","features":[94]},{"name":"IPwmControllerStatics3","features":[94]},{"name":"IPwmPin","features":[94]},{"name":"PwmController","features":[94]},{"name":"PwmPin","features":[94]},{"name":"PwmPulsePolarity","features":[94]}],"100":[{"name":"IPwmControllerProvider","features":[95]},{"name":"IPwmProvider","features":[95]}],"101":[{"name":"IRadio","features":[96]},{"name":"IRadioStatics","features":[96]},{"name":"Radio","features":[96]},{"name":"RadioAccessStatus","features":[96]},{"name":"RadioKind","features":[96]},{"name":"RadioState","features":[96]}],"102":[{"name":"IImageScanner","features":[97]},{"name":"IImageScannerFeederConfiguration","features":[97]},{"name":"IImageScannerFormatConfiguration","features":[97]},{"name":"IImageScannerPreviewResult","features":[97]},{"name":"IImageScannerScanResult","features":[97]},{"name":"IImageScannerSourceConfiguration","features":[97]},{"name":"IImageScannerStatics","features":[97]},{"name":"ImageScanner","features":[97]},{"name":"ImageScannerAutoConfiguration","features":[97]},{"name":"ImageScannerAutoCroppingMode","features":[97]},{"name":"ImageScannerColorMode","features":[97]},{"name":"ImageScannerFeederConfiguration","features":[97]},{"name":"ImageScannerFlatbedConfiguration","features":[97]},{"name":"ImageScannerFormat","features":[97]},{"name":"ImageScannerPreviewResult","features":[97]},{"name":"ImageScannerResolution","features":[97]},{"name":"ImageScannerScanResult","features":[97]},{"name":"ImageScannerScanSource","features":[97]},{"name":"ScannerDeviceContract","features":[97]}],"103":[{"name":"Accelerometer","features":[98]},{"name":"AccelerometerDataThreshold","features":[98]},{"name":"AccelerometerReading","features":[98]},{"name":"AccelerometerReadingChangedEventArgs","features":[98]},{"name":"AccelerometerReadingType","features":[98]},{"name":"AccelerometerShakenEventArgs","features":[98]},{"name":"ActivitySensor","features":[98]},{"name":"ActivitySensorReading","features":[98]},{"name":"ActivitySensorReadingChangeReport","features":[98]},{"name":"ActivitySensorReadingChangedEventArgs","features":[98]},{"name":"ActivitySensorReadingConfidence","features":[98]},{"name":"ActivitySensorTriggerDetails","features":[98]},{"name":"ActivityType","features":[98]},{"name":"AdaptiveDimmingOptions","features":[98]},{"name":"Altimeter","features":[98]},{"name":"AltimeterReading","features":[98]},{"name":"AltimeterReadingChangedEventArgs","features":[98]},{"name":"Barometer","features":[98]},{"name":"BarometerDataThreshold","features":[98]},{"name":"BarometerReading","features":[98]},{"name":"BarometerReadingChangedEventArgs","features":[98]},{"name":"Compass","features":[98]},{"name":"CompassDataThreshold","features":[98]},{"name":"CompassReading","features":[98]},{"name":"CompassReadingChangedEventArgs","features":[98]},{"name":"DetectedPerson","features":[98]},{"name":"Gyrometer","features":[98]},{"name":"GyrometerDataThreshold","features":[98]},{"name":"GyrometerReading","features":[98]},{"name":"GyrometerReadingChangedEventArgs","features":[98]},{"name":"HeadOrientation","features":[98]},{"name":"HeadPosition","features":[98]},{"name":"HingeAngleReading","features":[98]},{"name":"HingeAngleSensor","features":[98]},{"name":"HingeAngleSensorReadingChangedEventArgs","features":[98]},{"name":"HumanEngagement","features":[98]},{"name":"HumanPresence","features":[98]},{"name":"HumanPresenceFeatures","features":[98]},{"name":"HumanPresenceSensor","features":[98]},{"name":"HumanPresenceSensorReading","features":[98]},{"name":"HumanPresenceSensorReadingChangedEventArgs","features":[98]},{"name":"HumanPresenceSensorReadingUpdate","features":[98]},{"name":"HumanPresenceSettings","features":[98]},{"name":"IAccelerometer","features":[98]},{"name":"IAccelerometer2","features":[98]},{"name":"IAccelerometer3","features":[98]},{"name":"IAccelerometer4","features":[98]},{"name":"IAccelerometer5","features":[98]},{"name":"IAccelerometerDataThreshold","features":[98]},{"name":"IAccelerometerDeviceId","features":[98]},{"name":"IAccelerometerReading","features":[98]},{"name":"IAccelerometerReading2","features":[98]},{"name":"IAccelerometerReadingChangedEventArgs","features":[98]},{"name":"IAccelerometerShakenEventArgs","features":[98]},{"name":"IAccelerometerStatics","features":[98]},{"name":"IAccelerometerStatics2","features":[98]},{"name":"IAccelerometerStatics3","features":[98]},{"name":"IActivitySensor","features":[98]},{"name":"IActivitySensorReading","features":[98]},{"name":"IActivitySensorReadingChangeReport","features":[98]},{"name":"IActivitySensorReadingChangedEventArgs","features":[98]},{"name":"IActivitySensorStatics","features":[98]},{"name":"IActivitySensorTriggerDetails","features":[98]},{"name":"IAdaptiveDimmingOptions","features":[98]},{"name":"IAltimeter","features":[98]},{"name":"IAltimeter2","features":[98]},{"name":"IAltimeterReading","features":[98]},{"name":"IAltimeterReading2","features":[98]},{"name":"IAltimeterReadingChangedEventArgs","features":[98]},{"name":"IAltimeterStatics","features":[98]},{"name":"IBarometer","features":[98]},{"name":"IBarometer2","features":[98]},{"name":"IBarometer3","features":[98]},{"name":"IBarometerDataThreshold","features":[98]},{"name":"IBarometerReading","features":[98]},{"name":"IBarometerReading2","features":[98]},{"name":"IBarometerReadingChangedEventArgs","features":[98]},{"name":"IBarometerStatics","features":[98]},{"name":"IBarometerStatics2","features":[98]},{"name":"ICompass","features":[98]},{"name":"ICompass2","features":[98]},{"name":"ICompass3","features":[98]},{"name":"ICompass4","features":[98]},{"name":"ICompassDataThreshold","features":[98]},{"name":"ICompassDeviceId","features":[98]},{"name":"ICompassReading","features":[98]},{"name":"ICompassReading2","features":[98]},{"name":"ICompassReadingChangedEventArgs","features":[98]},{"name":"ICompassReadingHeadingAccuracy","features":[98]},{"name":"ICompassStatics","features":[98]},{"name":"ICompassStatics2","features":[98]},{"name":"IDetectedPerson","features":[98]},{"name":"IGyrometer","features":[98]},{"name":"IGyrometer2","features":[98]},{"name":"IGyrometer3","features":[98]},{"name":"IGyrometer4","features":[98]},{"name":"IGyrometerDataThreshold","features":[98]},{"name":"IGyrometerDeviceId","features":[98]},{"name":"IGyrometerReading","features":[98]},{"name":"IGyrometerReading2","features":[98]},{"name":"IGyrometerReadingChangedEventArgs","features":[98]},{"name":"IGyrometerStatics","features":[98]},{"name":"IGyrometerStatics2","features":[98]},{"name":"IHeadOrientation","features":[98]},{"name":"IHeadPosition","features":[98]},{"name":"IHingeAngleReading","features":[98]},{"name":"IHingeAngleSensor","features":[98]},{"name":"IHingeAngleSensorReadingChangedEventArgs","features":[98]},{"name":"IHingeAngleSensorStatics","features":[98]},{"name":"IHumanPresenceFeatures","features":[98]},{"name":"IHumanPresenceFeatures2","features":[98]},{"name":"IHumanPresenceSensor","features":[98]},{"name":"IHumanPresenceSensor2","features":[98]},{"name":"IHumanPresenceSensor3","features":[98]},{"name":"IHumanPresenceSensorExtension","features":[98]},{"name":"IHumanPresenceSensorReading","features":[98]},{"name":"IHumanPresenceSensorReading2","features":[98]},{"name":"IHumanPresenceSensorReading3","features":[98]},{"name":"IHumanPresenceSensorReadingChangedEventArgs","features":[98]},{"name":"IHumanPresenceSensorReadingUpdate","features":[98]},{"name":"IHumanPresenceSensorStatics","features":[98]},{"name":"IHumanPresenceSensorStatics2","features":[98]},{"name":"IHumanPresenceSettings","features":[98]},{"name":"IHumanPresenceSettings2","features":[98]},{"name":"IHumanPresenceSettingsStatics","features":[98]},{"name":"IInclinometer","features":[98]},{"name":"IInclinometer2","features":[98]},{"name":"IInclinometer3","features":[98]},{"name":"IInclinometer4","features":[98]},{"name":"IInclinometerDataThreshold","features":[98]},{"name":"IInclinometerDeviceId","features":[98]},{"name":"IInclinometerReading","features":[98]},{"name":"IInclinometerReading2","features":[98]},{"name":"IInclinometerReadingChangedEventArgs","features":[98]},{"name":"IInclinometerReadingYawAccuracy","features":[98]},{"name":"IInclinometerStatics","features":[98]},{"name":"IInclinometerStatics2","features":[98]},{"name":"IInclinometerStatics3","features":[98]},{"name":"IInclinometerStatics4","features":[98]},{"name":"ILightSensor","features":[98]},{"name":"ILightSensor2","features":[98]},{"name":"ILightSensor3","features":[98]},{"name":"ILightSensorDataThreshold","features":[98]},{"name":"ILightSensorDeviceId","features":[98]},{"name":"ILightSensorReading","features":[98]},{"name":"ILightSensorReading2","features":[98]},{"name":"ILightSensorReadingChangedEventArgs","features":[98]},{"name":"ILightSensorStatics","features":[98]},{"name":"ILightSensorStatics2","features":[98]},{"name":"ILockOnLeaveOptions","features":[98]},{"name":"IMagnetometer","features":[98]},{"name":"IMagnetometer2","features":[98]},{"name":"IMagnetometer3","features":[98]},{"name":"IMagnetometer4","features":[98]},{"name":"IMagnetometerDataThreshold","features":[98]},{"name":"IMagnetometerDeviceId","features":[98]},{"name":"IMagnetometerReading","features":[98]},{"name":"IMagnetometerReading2","features":[98]},{"name":"IMagnetometerReadingChangedEventArgs","features":[98]},{"name":"IMagnetometerStatics","features":[98]},{"name":"IMagnetometerStatics2","features":[98]},{"name":"IOrientationSensor","features":[98]},{"name":"IOrientationSensor2","features":[98]},{"name":"IOrientationSensor3","features":[98]},{"name":"IOrientationSensorDeviceId","features":[98]},{"name":"IOrientationSensorReading","features":[98]},{"name":"IOrientationSensorReading2","features":[98]},{"name":"IOrientationSensorReadingChangedEventArgs","features":[98]},{"name":"IOrientationSensorReadingYawAccuracy","features":[98]},{"name":"IOrientationSensorStatics","features":[98]},{"name":"IOrientationSensorStatics2","features":[98]},{"name":"IOrientationSensorStatics3","features":[98]},{"name":"IOrientationSensorStatics4","features":[98]},{"name":"IPedometer","features":[98]},{"name":"IPedometer2","features":[98]},{"name":"IPedometerDataThresholdFactory","features":[98]},{"name":"IPedometerReading","features":[98]},{"name":"IPedometerReadingChangedEventArgs","features":[98]},{"name":"IPedometerStatics","features":[98]},{"name":"IPedometerStatics2","features":[98]},{"name":"IProximitySensor","features":[98]},{"name":"IProximitySensorDataThresholdFactory","features":[98]},{"name":"IProximitySensorReading","features":[98]},{"name":"IProximitySensorReadingChangedEventArgs","features":[98]},{"name":"IProximitySensorStatics","features":[98]},{"name":"IProximitySensorStatics2","features":[98]},{"name":"ISensorDataThreshold","features":[98]},{"name":"ISensorDataThresholdTriggerDetails","features":[98]},{"name":"ISensorQuaternion","features":[98]},{"name":"ISensorRotationMatrix","features":[98]},{"name":"ISimpleOrientationSensor","features":[98]},{"name":"ISimpleOrientationSensor2","features":[98]},{"name":"ISimpleOrientationSensorDeviceId","features":[98]},{"name":"ISimpleOrientationSensorOrientationChangedEventArgs","features":[98]},{"name":"ISimpleOrientationSensorStatics","features":[98]},{"name":"ISimpleOrientationSensorStatics2","features":[98]},{"name":"IWakeOnApproachOptions","features":[98]},{"name":"Inclinometer","features":[98]},{"name":"InclinometerDataThreshold","features":[98]},{"name":"InclinometerReading","features":[98]},{"name":"InclinometerReadingChangedEventArgs","features":[98]},{"name":"LightSensor","features":[98]},{"name":"LightSensorDataThreshold","features":[98]},{"name":"LightSensorReading","features":[98]},{"name":"LightSensorReadingChangedEventArgs","features":[98]},{"name":"LockOnLeaveOptions","features":[98]},{"name":"Magnetometer","features":[98]},{"name":"MagnetometerAccuracy","features":[98]},{"name":"MagnetometerDataThreshold","features":[98]},{"name":"MagnetometerReading","features":[98]},{"name":"MagnetometerReadingChangedEventArgs","features":[98]},{"name":"OrientationSensor","features":[98]},{"name":"OrientationSensorReading","features":[98]},{"name":"OrientationSensorReadingChangedEventArgs","features":[98]},{"name":"Pedometer","features":[98]},{"name":"PedometerDataThreshold","features":[98]},{"name":"PedometerReading","features":[98]},{"name":"PedometerReadingChangedEventArgs","features":[98]},{"name":"PedometerStepKind","features":[98]},{"name":"ProximitySensor","features":[98]},{"name":"ProximitySensorDataThreshold","features":[98]},{"name":"ProximitySensorDisplayOnOffController","features":[98,77]},{"name":"ProximitySensorReading","features":[98]},{"name":"ProximitySensorReadingChangedEventArgs","features":[98]},{"name":"SensorDataThresholdTriggerDetails","features":[98]},{"name":"SensorOptimizationGoal","features":[98]},{"name":"SensorQuaternion","features":[98]},{"name":"SensorReadingType","features":[98]},{"name":"SensorRotationMatrix","features":[98]},{"name":"SensorType","features":[98]},{"name":"SimpleOrientation","features":[98]},{"name":"SimpleOrientationSensor","features":[98]},{"name":"SimpleOrientationSensorOrientationChangedEventArgs","features":[98]},{"name":"WakeOnApproachOptions","features":[98]}],"104":[{"name":"CustomSensor","features":[99]},{"name":"CustomSensorReading","features":[99]},{"name":"CustomSensorReadingChangedEventArgs","features":[99]},{"name":"ICustomSensor","features":[99]},{"name":"ICustomSensor2","features":[99]},{"name":"ICustomSensorReading","features":[99]},{"name":"ICustomSensorReading2","features":[99]},{"name":"ICustomSensorReadingChangedEventArgs","features":[99]},{"name":"ICustomSensorStatics","features":[99]}],"105":[{"name":"ErrorReceivedEventArgs","features":[100]},{"name":"IErrorReceivedEventArgs","features":[100]},{"name":"IPinChangedEventArgs","features":[100]},{"name":"ISerialDevice","features":[100]},{"name":"ISerialDeviceStatics","features":[100]},{"name":"PinChangedEventArgs","features":[100]},{"name":"SerialDevice","features":[100]},{"name":"SerialError","features":[100]},{"name":"SerialHandshake","features":[100]},{"name":"SerialParity","features":[100]},{"name":"SerialPinChange","features":[100]},{"name":"SerialStopBitCount","features":[100]}],"106":[{"name":"CardAddedEventArgs","features":[101]},{"name":"CardRemovedEventArgs","features":[101]},{"name":"ICardAddedEventArgs","features":[101]},{"name":"ICardRemovedEventArgs","features":[101]},{"name":"IKnownSmartCardAppletIds","features":[101]},{"name":"ISmartCard","features":[101]},{"name":"ISmartCardAppletIdGroup","features":[101]},{"name":"ISmartCardAppletIdGroup2","features":[101]},{"name":"ISmartCardAppletIdGroupFactory","features":[101]},{"name":"ISmartCardAppletIdGroupRegistration","features":[101]},{"name":"ISmartCardAppletIdGroupRegistration2","features":[101]},{"name":"ISmartCardAppletIdGroupStatics","features":[101]},{"name":"ISmartCardAutomaticResponseApdu","features":[101]},{"name":"ISmartCardAutomaticResponseApdu2","features":[101]},{"name":"ISmartCardAutomaticResponseApdu3","features":[101]},{"name":"ISmartCardAutomaticResponseApduFactory","features":[101]},{"name":"ISmartCardChallengeContext","features":[101]},{"name":"ISmartCardConnect","features":[101]},{"name":"ISmartCardConnection","features":[101]},{"name":"ISmartCardCryptogramGenerator","features":[101]},{"name":"ISmartCardCryptogramGenerator2","features":[101]},{"name":"ISmartCardCryptogramGeneratorStatics","features":[101]},{"name":"ISmartCardCryptogramGeneratorStatics2","features":[101]},{"name":"ISmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult","features":[101]},{"name":"ISmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult","features":[101]},{"name":"ISmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult","features":[101]},{"name":"ISmartCardCryptogramMaterialCharacteristics","features":[101]},{"name":"ISmartCardCryptogramMaterialPackageCharacteristics","features":[101]},{"name":"ISmartCardCryptogramMaterialPossessionProof","features":[101]},{"name":"ISmartCardCryptogramPlacementStep","features":[101]},{"name":"ISmartCardCryptogramStorageKeyCharacteristics","features":[101]},{"name":"ISmartCardCryptogramStorageKeyInfo","features":[101]},{"name":"ISmartCardCryptogramStorageKeyInfo2","features":[101]},{"name":"ISmartCardEmulator","features":[101]},{"name":"ISmartCardEmulator2","features":[101]},{"name":"ISmartCardEmulatorApduReceivedEventArgs","features":[101]},{"name":"ISmartCardEmulatorApduReceivedEventArgs2","features":[101]},{"name":"ISmartCardEmulatorApduReceivedEventArgsWithCryptograms","features":[101]},{"name":"ISmartCardEmulatorConnectionDeactivatedEventArgs","features":[101]},{"name":"ISmartCardEmulatorConnectionProperties","features":[101]},{"name":"ISmartCardEmulatorStatics","features":[101]},{"name":"ISmartCardEmulatorStatics2","features":[101]},{"name":"ISmartCardEmulatorStatics3","features":[101]},{"name":"ISmartCardPinPolicy","features":[101]},{"name":"ISmartCardPinResetDeferral","features":[101]},{"name":"ISmartCardPinResetRequest","features":[101]},{"name":"ISmartCardProvisioning","features":[101]},{"name":"ISmartCardProvisioning2","features":[101]},{"name":"ISmartCardProvisioningStatics","features":[101]},{"name":"ISmartCardProvisioningStatics2","features":[101]},{"name":"ISmartCardReader","features":[101]},{"name":"ISmartCardReaderStatics","features":[101]},{"name":"ISmartCardTriggerDetails","features":[101]},{"name":"ISmartCardTriggerDetails2","features":[101]},{"name":"ISmartCardTriggerDetails3","features":[101]},{"name":"KnownSmartCardAppletIds","features":[101]},{"name":"SmartCard","features":[101]},{"name":"SmartCardActivationPolicyChangeResult","features":[101]},{"name":"SmartCardAppletIdGroup","features":[101]},{"name":"SmartCardAppletIdGroupActivationPolicy","features":[101]},{"name":"SmartCardAppletIdGroupRegistration","features":[101]},{"name":"SmartCardAutomaticResponseApdu","features":[101]},{"name":"SmartCardAutomaticResponseStatus","features":[101]},{"name":"SmartCardBackgroundTriggerContract","features":[101]},{"name":"SmartCardChallengeContext","features":[101]},{"name":"SmartCardConnection","features":[101]},{"name":"SmartCardCryptogramAlgorithm","features":[101]},{"name":"SmartCardCryptogramGenerator","features":[101]},{"name":"SmartCardCryptogramGeneratorOperationStatus","features":[101]},{"name":"SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult","features":[101]},{"name":"SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult","features":[101]},{"name":"SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult","features":[101]},{"name":"SmartCardCryptogramMaterialCharacteristics","features":[101]},{"name":"SmartCardCryptogramMaterialPackageCharacteristics","features":[101]},{"name":"SmartCardCryptogramMaterialPackageConfirmationResponseFormat","features":[101]},{"name":"SmartCardCryptogramMaterialPackageFormat","features":[101]},{"name":"SmartCardCryptogramMaterialPossessionProof","features":[101]},{"name":"SmartCardCryptogramMaterialProtectionMethod","features":[101]},{"name":"SmartCardCryptogramMaterialType","features":[101]},{"name":"SmartCardCryptogramPlacementOptions","features":[101]},{"name":"SmartCardCryptogramPlacementStep","features":[101]},{"name":"SmartCardCryptogramStorageKeyAlgorithm","features":[101]},{"name":"SmartCardCryptogramStorageKeyCapabilities","features":[101]},{"name":"SmartCardCryptogramStorageKeyCharacteristics","features":[101]},{"name":"SmartCardCryptogramStorageKeyInfo","features":[101]},{"name":"SmartCardCryptographicKeyAttestationStatus","features":[101]},{"name":"SmartCardEmulationCategory","features":[101]},{"name":"SmartCardEmulationType","features":[101]},{"name":"SmartCardEmulator","features":[101]},{"name":"SmartCardEmulatorApduReceivedEventArgs","features":[101]},{"name":"SmartCardEmulatorConnectionDeactivatedEventArgs","features":[101]},{"name":"SmartCardEmulatorConnectionDeactivatedReason","features":[101]},{"name":"SmartCardEmulatorConnectionProperties","features":[101]},{"name":"SmartCardEmulatorConnectionSource","features":[101]},{"name":"SmartCardEmulatorContract","features":[101]},{"name":"SmartCardEmulatorEnablementPolicy","features":[101]},{"name":"SmartCardLaunchBehavior","features":[101]},{"name":"SmartCardPinCharacterPolicyOption","features":[101]},{"name":"SmartCardPinPolicy","features":[101]},{"name":"SmartCardPinResetDeferral","features":[101]},{"name":"SmartCardPinResetHandler","features":[101]},{"name":"SmartCardPinResetRequest","features":[101]},{"name":"SmartCardProvisioning","features":[101]},{"name":"SmartCardReader","features":[101]},{"name":"SmartCardReaderKind","features":[101]},{"name":"SmartCardReaderStatus","features":[101]},{"name":"SmartCardStatus","features":[101]},{"name":"SmartCardTriggerDetails","features":[101]},{"name":"SmartCardTriggerType","features":[101]},{"name":"SmartCardUnlockPromptingBehavior","features":[101]}],"107":[{"name":"CellularClass","features":[102]},{"name":"DeleteSmsMessageOperation","features":[102,77]},{"name":"DeleteSmsMessagesOperation","features":[102,77]},{"name":"GetSmsDeviceOperation","features":[102,77]},{"name":"GetSmsMessageOperation","features":[102,77]},{"name":"GetSmsMessagesOperation","features":[102,37]},{"name":"ISmsAppMessage","features":[102]},{"name":"ISmsBinaryMessage","features":[102]},{"name":"ISmsBroadcastMessage","features":[102]},{"name":"ISmsDevice","features":[102]},{"name":"ISmsDevice2","features":[102]},{"name":"ISmsDevice2Statics","features":[102]},{"name":"ISmsDeviceMessageStore","features":[102]},{"name":"ISmsDeviceStatics","features":[102]},{"name":"ISmsDeviceStatics2","features":[102]},{"name":"ISmsFilterRule","features":[102]},{"name":"ISmsFilterRuleFactory","features":[102]},{"name":"ISmsFilterRules","features":[102]},{"name":"ISmsFilterRulesFactory","features":[102]},{"name":"ISmsMessage","features":[102]},{"name":"ISmsMessageBase","features":[102]},{"name":"ISmsMessageReceivedEventArgs","features":[102]},{"name":"ISmsMessageReceivedTriggerDetails","features":[102]},{"name":"ISmsMessageRegistration","features":[102]},{"name":"ISmsMessageRegistrationStatics","features":[102]},{"name":"ISmsReceivedEventDetails","features":[102]},{"name":"ISmsReceivedEventDetails2","features":[102]},{"name":"ISmsSendMessageResult","features":[102]},{"name":"ISmsStatusMessage","features":[102]},{"name":"ISmsTextMessage","features":[102]},{"name":"ISmsTextMessage2","features":[102]},{"name":"ISmsTextMessageStatics","features":[102]},{"name":"ISmsVoicemailMessage","features":[102]},{"name":"ISmsWapMessage","features":[102]},{"name":"LegacySmsApiContract","features":[102]},{"name":"SendSmsMessageOperation","features":[102,77]},{"name":"SmsAppMessage","features":[102]},{"name":"SmsBinaryMessage","features":[102]},{"name":"SmsBroadcastMessage","features":[102]},{"name":"SmsBroadcastType","features":[102]},{"name":"SmsDataFormat","features":[102]},{"name":"SmsDevice","features":[102]},{"name":"SmsDevice2","features":[102]},{"name":"SmsDeviceMessageStore","features":[102]},{"name":"SmsDeviceStatus","features":[102]},{"name":"SmsDeviceStatusChangedEventHandler","features":[102]},{"name":"SmsEncodedLength","features":[102]},{"name":"SmsEncoding","features":[102]},{"name":"SmsFilterActionType","features":[102]},{"name":"SmsFilterRule","features":[102]},{"name":"SmsFilterRules","features":[102]},{"name":"SmsGeographicalScope","features":[102]},{"name":"SmsMessageClass","features":[102]},{"name":"SmsMessageFilter","features":[102]},{"name":"SmsMessageReceivedEventArgs","features":[102]},{"name":"SmsMessageReceivedEventHandler","features":[102]},{"name":"SmsMessageReceivedTriggerDetails","features":[102]},{"name":"SmsMessageRegistration","features":[102]},{"name":"SmsMessageType","features":[102]},{"name":"SmsModemErrorCode","features":[102]},{"name":"SmsReceivedEventDetails","features":[102]},{"name":"SmsSendMessageResult","features":[102]},{"name":"SmsStatusMessage","features":[102]},{"name":"SmsTextMessage","features":[102]},{"name":"SmsTextMessage2","features":[102]},{"name":"SmsVoicemailMessage","features":[102]},{"name":"SmsWapMessage","features":[102]}],"108":[{"name":"ISpiBusInfo","features":[103]},{"name":"ISpiConnectionSettings","features":[103]},{"name":"ISpiConnectionSettingsFactory","features":[103]},{"name":"ISpiController","features":[103]},{"name":"ISpiControllerStatics","features":[103]},{"name":"ISpiDevice","features":[103]},{"name":"ISpiDeviceStatics","features":[103]},{"name":"SpiBusInfo","features":[103]},{"name":"SpiConnectionSettings","features":[103]},{"name":"SpiController","features":[103]},{"name":"SpiDevice","features":[103]},{"name":"SpiMode","features":[103]},{"name":"SpiSharingMode","features":[103]}],"109":[{"name":"IProviderSpiConnectionSettings","features":[104]},{"name":"IProviderSpiConnectionSettingsFactory","features":[104]},{"name":"ISpiControllerProvider","features":[104]},{"name":"ISpiDeviceProvider","features":[104]},{"name":"ISpiProvider","features":[104]},{"name":"ProviderSpiConnectionSettings","features":[104]},{"name":"ProviderSpiMode","features":[104]},{"name":"ProviderSpiSharingMode","features":[104]}],"110":[{"name":"IUsbBulkInEndpointDescriptor","features":[105]},{"name":"IUsbBulkInPipe","features":[105]},{"name":"IUsbBulkOutEndpointDescriptor","features":[105]},{"name":"IUsbBulkOutPipe","features":[105]},{"name":"IUsbConfiguration","features":[105]},{"name":"IUsbConfigurationDescriptor","features":[105]},{"name":"IUsbConfigurationDescriptorStatics","features":[105]},{"name":"IUsbControlRequestType","features":[105]},{"name":"IUsbDescriptor","features":[105]},{"name":"IUsbDevice","features":[105]},{"name":"IUsbDeviceClass","features":[105]},{"name":"IUsbDeviceClasses","features":[105]},{"name":"IUsbDeviceClassesStatics","features":[105]},{"name":"IUsbDeviceDescriptor","features":[105]},{"name":"IUsbDeviceStatics","features":[105]},{"name":"IUsbEndpointDescriptor","features":[105]},{"name":"IUsbEndpointDescriptorStatics","features":[105]},{"name":"IUsbInterface","features":[105]},{"name":"IUsbInterfaceDescriptor","features":[105]},{"name":"IUsbInterfaceDescriptorStatics","features":[105]},{"name":"IUsbInterfaceSetting","features":[105]},{"name":"IUsbInterruptInEndpointDescriptor","features":[105]},{"name":"IUsbInterruptInEventArgs","features":[105]},{"name":"IUsbInterruptInPipe","features":[105]},{"name":"IUsbInterruptOutEndpointDescriptor","features":[105]},{"name":"IUsbInterruptOutPipe","features":[105]},{"name":"IUsbSetupPacket","features":[105]},{"name":"IUsbSetupPacketFactory","features":[105]},{"name":"UsbBulkInEndpointDescriptor","features":[105]},{"name":"UsbBulkInPipe","features":[105]},{"name":"UsbBulkOutEndpointDescriptor","features":[105]},{"name":"UsbBulkOutPipe","features":[105]},{"name":"UsbConfiguration","features":[105]},{"name":"UsbConfigurationDescriptor","features":[105]},{"name":"UsbControlRecipient","features":[105]},{"name":"UsbControlRequestType","features":[105]},{"name":"UsbControlTransferType","features":[105]},{"name":"UsbDescriptor","features":[105]},{"name":"UsbDevice","features":[105]},{"name":"UsbDeviceClass","features":[105]},{"name":"UsbDeviceClasses","features":[105]},{"name":"UsbDeviceDescriptor","features":[105]},{"name":"UsbEndpointDescriptor","features":[105]},{"name":"UsbEndpointType","features":[105]},{"name":"UsbInterface","features":[105]},{"name":"UsbInterfaceDescriptor","features":[105]},{"name":"UsbInterfaceSetting","features":[105]},{"name":"UsbInterruptInEndpointDescriptor","features":[105]},{"name":"UsbInterruptInEventArgs","features":[105]},{"name":"UsbInterruptInPipe","features":[105]},{"name":"UsbInterruptOutEndpointDescriptor","features":[105]},{"name":"UsbInterruptOutPipe","features":[105]},{"name":"UsbReadOptions","features":[105]},{"name":"UsbSetupPacket","features":[105]},{"name":"UsbTransferDirection","features":[105]},{"name":"UsbWriteOptions","features":[105]}],"111":[{"name":"IWiFiAdapter","features":[106]},{"name":"IWiFiAdapter2","features":[106]},{"name":"IWiFiAdapterStatics","features":[106]},{"name":"IWiFiAvailableNetwork","features":[106]},{"name":"IWiFiConnectionResult","features":[106]},{"name":"IWiFiNetworkReport","features":[106]},{"name":"IWiFiOnDemandHotspotConnectTriggerDetails","features":[106]},{"name":"IWiFiOnDemandHotspotConnectionResult","features":[106]},{"name":"IWiFiOnDemandHotspotNetwork","features":[106]},{"name":"IWiFiOnDemandHotspotNetworkProperties","features":[106]},{"name":"IWiFiOnDemandHotspotNetworkStatics","features":[106]},{"name":"IWiFiWpsConfigurationResult","features":[106]},{"name":"WiFiAccessStatus","features":[106]},{"name":"WiFiAdapter","features":[106]},{"name":"WiFiAvailableNetwork","features":[106]},{"name":"WiFiConnectionMethod","features":[106]},{"name":"WiFiConnectionResult","features":[106]},{"name":"WiFiConnectionStatus","features":[106]},{"name":"WiFiNetworkKind","features":[106]},{"name":"WiFiNetworkReport","features":[106]},{"name":"WiFiOnDemandHotspotAvailability","features":[106]},{"name":"WiFiOnDemandHotspotCellularBars","features":[106]},{"name":"WiFiOnDemandHotspotConnectStatus","features":[106]},{"name":"WiFiOnDemandHotspotConnectTriggerDetails","features":[106]},{"name":"WiFiOnDemandHotspotConnectionResult","features":[106]},{"name":"WiFiOnDemandHotspotNetwork","features":[106]},{"name":"WiFiOnDemandHotspotNetworkProperties","features":[106]},{"name":"WiFiPhyKind","features":[106]},{"name":"WiFiReconnectionKind","features":[106]},{"name":"WiFiWpsConfigurationResult","features":[106]},{"name":"WiFiWpsConfigurationStatus","features":[106]},{"name":"WiFiWpsKind","features":[106]}],"112":[{"name":"IWiFiDirectAdvertisement","features":[107]},{"name":"IWiFiDirectAdvertisement2","features":[107]},{"name":"IWiFiDirectAdvertisementPublisher","features":[107]},{"name":"IWiFiDirectAdvertisementPublisherStatusChangedEventArgs","features":[107]},{"name":"IWiFiDirectConnectionListener","features":[107]},{"name":"IWiFiDirectConnectionParameters","features":[107]},{"name":"IWiFiDirectConnectionParameters2","features":[107]},{"name":"IWiFiDirectConnectionParametersStatics","features":[107]},{"name":"IWiFiDirectConnectionRequest","features":[107]},{"name":"IWiFiDirectConnectionRequestedEventArgs","features":[107]},{"name":"IWiFiDirectDevice","features":[107]},{"name":"IWiFiDirectDeviceStatics","features":[107]},{"name":"IWiFiDirectDeviceStatics2","features":[107]},{"name":"IWiFiDirectInformationElement","features":[107]},{"name":"IWiFiDirectInformationElementStatics","features":[107]},{"name":"IWiFiDirectLegacySettings","features":[107]},{"name":"WiFiDirectAdvertisement","features":[107]},{"name":"WiFiDirectAdvertisementListenStateDiscoverability","features":[107]},{"name":"WiFiDirectAdvertisementPublisher","features":[107]},{"name":"WiFiDirectAdvertisementPublisherStatus","features":[107]},{"name":"WiFiDirectAdvertisementPublisherStatusChangedEventArgs","features":[107]},{"name":"WiFiDirectConfigurationMethod","features":[107]},{"name":"WiFiDirectConnectionListener","features":[107]},{"name":"WiFiDirectConnectionParameters","features":[107]},{"name":"WiFiDirectConnectionRequest","features":[107]},{"name":"WiFiDirectConnectionRequestedEventArgs","features":[107]},{"name":"WiFiDirectConnectionStatus","features":[107]},{"name":"WiFiDirectDevice","features":[107]},{"name":"WiFiDirectDeviceSelectorType","features":[107]},{"name":"WiFiDirectError","features":[107]},{"name":"WiFiDirectInformationElement","features":[107]},{"name":"WiFiDirectLegacySettings","features":[107]},{"name":"WiFiDirectPairingProcedure","features":[107]}],"113":[{"name":"IWiFiDirectService","features":[108]},{"name":"IWiFiDirectServiceAdvertiser","features":[108]},{"name":"IWiFiDirectServiceAdvertiserFactory","features":[108]},{"name":"IWiFiDirectServiceAutoAcceptSessionConnectedEventArgs","features":[108]},{"name":"IWiFiDirectServiceProvisioningInfo","features":[108]},{"name":"IWiFiDirectServiceRemotePortAddedEventArgs","features":[108]},{"name":"IWiFiDirectServiceSession","features":[108]},{"name":"IWiFiDirectServiceSessionDeferredEventArgs","features":[108]},{"name":"IWiFiDirectServiceSessionRequest","features":[108]},{"name":"IWiFiDirectServiceSessionRequestedEventArgs","features":[108]},{"name":"IWiFiDirectServiceStatics","features":[108]},{"name":"WiFiDirectService","features":[108]},{"name":"WiFiDirectServiceAdvertisementStatus","features":[108]},{"name":"WiFiDirectServiceAdvertiser","features":[108]},{"name":"WiFiDirectServiceAutoAcceptSessionConnectedEventArgs","features":[108]},{"name":"WiFiDirectServiceConfigurationMethod","features":[108]},{"name":"WiFiDirectServiceError","features":[108]},{"name":"WiFiDirectServiceIPProtocol","features":[108]},{"name":"WiFiDirectServiceProvisioningInfo","features":[108]},{"name":"WiFiDirectServiceRemotePortAddedEventArgs","features":[108]},{"name":"WiFiDirectServiceSession","features":[108]},{"name":"WiFiDirectServiceSessionDeferredEventArgs","features":[108]},{"name":"WiFiDirectServiceSessionErrorStatus","features":[108]},{"name":"WiFiDirectServiceSessionRequest","features":[108]},{"name":"WiFiDirectServiceSessionRequestedEventArgs","features":[108]},{"name":"WiFiDirectServiceSessionStatus","features":[108]},{"name":"WiFiDirectServiceStatus","features":[108]}],"114":[{"name":"DeviceLockdownContract","features":[109]},{"name":"DeviceLockdownProfile","features":[109]},{"name":"DeviceLockdownProfileInformation","features":[109]},{"name":"IDeviceLockdownProfileInformation","features":[109]},{"name":"IDeviceLockdownProfileStatics","features":[109]}],"115":[{"name":"AsyncActionCompletedHandler","features":[77]},{"name":"AsyncActionProgressHandler","features":[77]},{"name":"AsyncActionWithProgressCompletedHandler","features":[77]},{"name":"AsyncOperationCompletedHandler","features":[77]},{"name":"AsyncOperationProgressHandler","features":[77]},{"name":"AsyncOperationWithProgressCompletedHandler","features":[77]},{"name":"AsyncStatus","features":[77]},{"name":"DateTime","features":[77]},{"name":"Deferral","features":[77]},{"name":"DeferralCompletedHandler","features":[77]},{"name":"EventHandler","features":[77]},{"name":"EventRegistrationToken","features":[77]},{"name":"FoundationContract","features":[77]},{"name":"GuidHelper","features":[77]},{"name":"HResult","features":[77]},{"name":"IAsyncAction","features":[77]},{"name":"IAsyncActionWithProgress","features":[77]},{"name":"IAsyncInfo","features":[77]},{"name":"IAsyncOperation","features":[77]},{"name":"IAsyncOperationWithProgress","features":[77]},{"name":"IClosable","features":[77]},{"name":"IDeferral","features":[77]},{"name":"IDeferralFactory","features":[77]},{"name":"IGetActivationFactory","features":[77]},{"name":"IGuidHelperStatics","features":[77]},{"name":"IMemoryBuffer","features":[77]},{"name":"IMemoryBufferFactory","features":[77]},{"name":"IMemoryBufferReference","features":[77]},{"name":"IPropertyValue","features":[77]},{"name":"IPropertyValueStatics","features":[77]},{"name":"IReference","features":[77]},{"name":"IReferenceArray","features":[77]},{"name":"IStringable","features":[77]},{"name":"IUriEscapeStatics","features":[77]},{"name":"IUriRuntimeClass","features":[77]},{"name":"IUriRuntimeClassFactory","features":[77]},{"name":"IUriRuntimeClassWithAbsoluteCanonicalUri","features":[77]},{"name":"IWwwFormUrlDecoderEntry","features":[77]},{"name":"IWwwFormUrlDecoderRuntimeClass","features":[77]},{"name":"IWwwFormUrlDecoderRuntimeClassFactory","features":[77]},{"name":"MemoryBuffer","features":[77]},{"name":"Point","features":[77]},{"name":"PropertyType","features":[77]},{"name":"PropertyValue","features":[77]},{"name":"Rect","features":[77]},{"name":"Size","features":[77]},{"name":"TimeSpan","features":[77]},{"name":"TypedEventHandler","features":[77]},{"name":"UniversalApiContract","features":[77]},{"name":"Uri","features":[77]},{"name":"WwwFormUrlDecoder","features":[77]},{"name":"WwwFormUrlDecoderEntry","features":[77]}],"116":[{"name":"CollectionChange","features":[37]},{"name":"IIterable","features":[37]},{"name":"IIterator","features":[37]},{"name":"IKeyValuePair","features":[37]},{"name":"IMap","features":[37]},{"name":"IMapChangedEventArgs","features":[37]},{"name":"IMapView","features":[37]},{"name":"IObservableMap","features":[37]},{"name":"IObservableVector","features":[37]},{"name":"IPropertySet","features":[37]},{"name":"IVector","features":[37]},{"name":"IVectorChangedEventArgs","features":[37]},{"name":"IVectorView","features":[37]},{"name":"MapChangedEventHandler","features":[37]},{"name":"PropertySet","features":[37]},{"name":"StringMap","features":[37]},{"name":"ValueSet","features":[37]},{"name":"VectorChangedEventHandler","features":[37]}],"117":[{"name":"AsyncCausalityTracer","features":[110]},{"name":"CausalityRelation","features":[110]},{"name":"CausalitySource","features":[110]},{"name":"CausalitySynchronousWork","features":[110]},{"name":"CausalityTraceLevel","features":[110]},{"name":"ErrorDetails","features":[110]},{"name":"ErrorOptions","features":[110]},{"name":"FileLoggingSession","features":[110]},{"name":"IAsyncCausalityTracerStatics","features":[110]},{"name":"IErrorDetails","features":[110]},{"name":"IErrorDetailsStatics","features":[110]},{"name":"IErrorReportingSettings","features":[110]},{"name":"IFileLoggingSession","features":[110]},{"name":"IFileLoggingSessionFactory","features":[110]},{"name":"ILogFileGeneratedEventArgs","features":[110]},{"name":"ILoggingActivity","features":[110]},{"name":"ILoggingActivity2","features":[110]},{"name":"ILoggingActivityFactory","features":[110]},{"name":"ILoggingChannel","features":[110]},{"name":"ILoggingChannel2","features":[110]},{"name":"ILoggingChannelFactory","features":[110]},{"name":"ILoggingChannelFactory2","features":[110]},{"name":"ILoggingChannelOptions","features":[110]},{"name":"ILoggingChannelOptionsFactory","features":[110]},{"name":"ILoggingFields","features":[110]},{"name":"ILoggingOptions","features":[110]},{"name":"ILoggingOptionsFactory","features":[110]},{"name":"ILoggingSession","features":[110]},{"name":"ILoggingSessionFactory","features":[110]},{"name":"ILoggingTarget","features":[110]},{"name":"ITracingStatusChangedEventArgs","features":[110]},{"name":"LogFileGeneratedEventArgs","features":[110]},{"name":"LoggingActivity","features":[110]},{"name":"LoggingChannel","features":[110]},{"name":"LoggingChannelOptions","features":[110]},{"name":"LoggingFieldFormat","features":[110]},{"name":"LoggingFields","features":[110]},{"name":"LoggingLevel","features":[110]},{"name":"LoggingOpcode","features":[110]},{"name":"LoggingOptions","features":[110]},{"name":"LoggingSession","features":[110]},{"name":"RuntimeBrokerErrorSettings","features":[110]},{"name":"TracingStatusChangedEventArgs","features":[110]}],"118":[{"name":"ActivatableAttribute","features":[111]},{"name":"AllowForWebAttribute","features":[111]},{"name":"AllowMultipleAttribute","features":[111]},{"name":"ApiContractAttribute","features":[111]},{"name":"ApiInformation","features":[111]},{"name":"AttributeNameAttribute","features":[111]},{"name":"AttributeTargets","features":[111]},{"name":"AttributeUsageAttribute","features":[111]},{"name":"ComposableAttribute","features":[111]},{"name":"CompositionType","features":[111]},{"name":"ContractVersionAttribute","features":[111]},{"name":"CreateFromStringAttribute","features":[111]},{"name":"DefaultAttribute","features":[111]},{"name":"DefaultOverloadAttribute","features":[111]},{"name":"DeprecatedAttribute","features":[111]},{"name":"DeprecationType","features":[111]},{"name":"DualApiPartitionAttribute","features":[111]},{"name":"ExclusiveToAttribute","features":[111]},{"name":"ExperimentalAttribute","features":[111]},{"name":"FastAbiAttribute","features":[111]},{"name":"FeatureAttribute","features":[111]},{"name":"FeatureStage","features":[111]},{"name":"GCPressureAmount","features":[111]},{"name":"GCPressureAttribute","features":[111]},{"name":"GuidAttribute","features":[111]},{"name":"HasVariantAttribute","features":[111]},{"name":"IApiInformationStatics","features":[111]},{"name":"InternalAttribute","features":[111]},{"name":"LengthIsAttribute","features":[111]},{"name":"MarshalingBehaviorAttribute","features":[111]},{"name":"MarshalingType","features":[111]},{"name":"MetadataMarshalAttribute","features":[111]},{"name":"MuseAttribute","features":[111]},{"name":"NoExceptionAttribute","features":[111]},{"name":"OverloadAttribute","features":[111]},{"name":"OverridableAttribute","features":[111]},{"name":"Platform","features":[111]},{"name":"PlatformAttribute","features":[111]},{"name":"PreviousContractVersionAttribute","features":[111]},{"name":"ProtectedAttribute","features":[111]},{"name":"RangeAttribute","features":[111]},{"name":"RemoteAsyncAttribute","features":[111]},{"name":"StaticAttribute","features":[111]},{"name":"ThreadingAttribute","features":[111]},{"name":"ThreadingModel","features":[111]},{"name":"VariantAttribute","features":[111]},{"name":"VersionAttribute","features":[111]},{"name":"WebHostHiddenAttribute","features":[111]}],"119":[{"name":"Matrix3x2","features":[69]},{"name":"Matrix4x4","features":[69]},{"name":"Plane","features":[69]},{"name":"Quaternion","features":[69]},{"name":"Rational","features":[69]},{"name":"Vector2","features":[69]},{"name":"Vector3","features":[69]},{"name":"Vector4","features":[69]}],"120":[{"name":"ArcadeStick","features":[112]},{"name":"ArcadeStickButtons","features":[112]},{"name":"ArcadeStickReading","features":[112]},{"name":"FlightStick","features":[112]},{"name":"FlightStickButtons","features":[112]},{"name":"FlightStickReading","features":[112]},{"name":"GameControllerButtonLabel","features":[112]},{"name":"GameControllerSwitchKind","features":[112]},{"name":"GameControllerSwitchPosition","features":[112]},{"name":"Gamepad","features":[112]},{"name":"GamepadButtons","features":[112]},{"name":"GamepadReading","features":[112]},{"name":"GamepadVibration","features":[112]},{"name":"GamingInputPreviewContract","features":[112]},{"name":"Headset","features":[112]},{"name":"IArcadeStick","features":[112]},{"name":"IArcadeStickStatics","features":[112]},{"name":"IArcadeStickStatics2","features":[112]},{"name":"IFlightStick","features":[112]},{"name":"IFlightStickStatics","features":[112]},{"name":"IGameController","features":[112]},{"name":"IGameControllerBatteryInfo","features":[112]},{"name":"IGamepad","features":[112]},{"name":"IGamepad2","features":[112]},{"name":"IGamepadStatics","features":[112]},{"name":"IGamepadStatics2","features":[112]},{"name":"IHeadset","features":[112]},{"name":"IRacingWheel","features":[112]},{"name":"IRacingWheelStatics","features":[112]},{"name":"IRacingWheelStatics2","features":[112]},{"name":"IRawGameController","features":[112]},{"name":"IRawGameController2","features":[112]},{"name":"IRawGameControllerStatics","features":[112]},{"name":"IUINavigationController","features":[112]},{"name":"IUINavigationControllerStatics","features":[112]},{"name":"IUINavigationControllerStatics2","features":[112]},{"name":"OptionalUINavigationButtons","features":[112]},{"name":"RacingWheel","features":[112]},{"name":"RacingWheelButtons","features":[112]},{"name":"RacingWheelReading","features":[112]},{"name":"RawGameController","features":[112]},{"name":"RequiredUINavigationButtons","features":[112]},{"name":"UINavigationController","features":[112]},{"name":"UINavigationReading","features":[112]}],"121":[{"name":"GameControllerFactoryManager","features":[113]},{"name":"GameControllerVersionInfo","features":[113]},{"name":"GipFirmwareUpdateProgress","features":[113]},{"name":"GipFirmwareUpdateResult","features":[113]},{"name":"GipFirmwareUpdateStatus","features":[113]},{"name":"GipGameControllerProvider","features":[113]},{"name":"GipMessageClass","features":[113]},{"name":"HidGameControllerProvider","features":[113]},{"name":"ICustomGameControllerFactory","features":[113]},{"name":"IGameControllerFactoryManagerStatics","features":[113]},{"name":"IGameControllerFactoryManagerStatics2","features":[113]},{"name":"IGameControllerInputSink","features":[113]},{"name":"IGameControllerProvider","features":[113]},{"name":"IGipFirmwareUpdateResult","features":[113]},{"name":"IGipGameControllerInputSink","features":[113]},{"name":"IGipGameControllerProvider","features":[113]},{"name":"IHidGameControllerInputSink","features":[113]},{"name":"IHidGameControllerProvider","features":[113]},{"name":"IXusbGameControllerInputSink","features":[113]},{"name":"IXusbGameControllerProvider","features":[113]},{"name":"XusbDeviceSubtype","features":[113]},{"name":"XusbDeviceType","features":[113]},{"name":"XusbGameControllerProvider","features":[113]}],"122":[{"name":"ConditionForceEffect","features":[114]},{"name":"ConditionForceEffectKind","features":[114]},{"name":"ConstantForceEffect","features":[114]},{"name":"ForceFeedbackEffectAxes","features":[114]},{"name":"ForceFeedbackEffectState","features":[114]},{"name":"ForceFeedbackLoadEffectResult","features":[114]},{"name":"ForceFeedbackMotor","features":[114]},{"name":"IConditionForceEffect","features":[114]},{"name":"IConditionForceEffectFactory","features":[114]},{"name":"IConstantForceEffect","features":[114]},{"name":"IForceFeedbackEffect","features":[114]},{"name":"IForceFeedbackMotor","features":[114]},{"name":"IPeriodicForceEffect","features":[114]},{"name":"IPeriodicForceEffectFactory","features":[114]},{"name":"IRampForceEffect","features":[114]},{"name":"PeriodicForceEffect","features":[114]},{"name":"PeriodicForceEffectKind","features":[114]},{"name":"RampForceEffect","features":[114]}],"123":[{"name":"DeviceCommand","features":[115]},{"name":"GameControllerBatteryChargingState","features":[115]},{"name":"GameControllerBatteryKind","features":[115]},{"name":"GameControllerBatteryLevel","features":[115]},{"name":"GameControllerFirmwareCorruptReason","features":[115]},{"name":"GameControllerProviderInfo","features":[115]},{"name":"HeadsetGeqGains","features":[115]},{"name":"HeadsetLevel","features":[115]},{"name":"HeadsetOperation","features":[115]},{"name":"IGameControllerProviderInfoStatics","features":[115]},{"name":"ILegacyGipGameControllerProvider","features":[115]},{"name":"ILegacyGipGameControllerProviderStatics","features":[115]},{"name":"LegacyGipGameControllerProvider","features":[115]},{"name":"RemappingButtonCategory","features":[115]}],"124":[{"name":"GamesEnumerationContract","features":[116]}],"125":[{"name":"GameList","features":[117]},{"name":"GameListCategory","features":[117]},{"name":"GameListChangedEventHandler","features":[117]},{"name":"GameListEntry","features":[117]},{"name":"GameListEntryLaunchableState","features":[117]},{"name":"GameListRemovedEventHandler","features":[117]},{"name":"GameModeConfiguration","features":[117]},{"name":"GameModeUserConfiguration","features":[117]},{"name":"IGameListEntry","features":[117]},{"name":"IGameListEntry2","features":[117]},{"name":"IGameListStatics","features":[117]},{"name":"IGameListStatics2","features":[117]},{"name":"IGameModeConfiguration","features":[117]},{"name":"IGameModeUserConfiguration","features":[117]},{"name":"IGameModeUserConfigurationStatics","features":[117]}],"126":[{"name":"GameBar","features":[118]},{"name":"GameChatMessageOrigin","features":[118]},{"name":"GameChatMessageReceivedEventArgs","features":[118]},{"name":"GameChatOverlay","features":[118]},{"name":"GameChatOverlayContract","features":[118]},{"name":"GameChatOverlayMessageSource","features":[118]},{"name":"GameChatOverlayPosition","features":[118]},{"name":"GameUIProviderActivatedEventArgs","features":[118]},{"name":"GamingUIProviderContract","features":[118]},{"name":"IGameBarStatics","features":[118]},{"name":"IGameChatMessageReceivedEventArgs","features":[118]},{"name":"IGameChatOverlay","features":[118]},{"name":"IGameChatOverlayMessageSource","features":[118]},{"name":"IGameChatOverlayStatics","features":[118]},{"name":"IGameUIProviderActivatedEventArgs","features":[118]}],"127":[{"name":"StorageApiContract","features":[119]}],"128":[{"name":"GameSaveBlobGetResult","features":[120]},{"name":"GameSaveBlobInfo","features":[120]},{"name":"GameSaveBlobInfoGetResult","features":[120]},{"name":"GameSaveBlobInfoQuery","features":[120]},{"name":"GameSaveContainer","features":[120]},{"name":"GameSaveContainerInfo","features":[120]},{"name":"GameSaveContainerInfoGetResult","features":[120]},{"name":"GameSaveContainerInfoQuery","features":[120]},{"name":"GameSaveErrorStatus","features":[120]},{"name":"GameSaveOperationResult","features":[120]},{"name":"GameSaveProvider","features":[120]},{"name":"GameSaveProviderGetResult","features":[120]},{"name":"IGameSaveBlobGetResult","features":[120]},{"name":"IGameSaveBlobInfo","features":[120]},{"name":"IGameSaveBlobInfoGetResult","features":[120]},{"name":"IGameSaveBlobInfoQuery","features":[120]},{"name":"IGameSaveContainer","features":[120]},{"name":"IGameSaveContainerInfo","features":[120]},{"name":"IGameSaveContainerInfoGetResult","features":[120]},{"name":"IGameSaveContainerInfoQuery","features":[120]},{"name":"IGameSaveOperationResult","features":[120]},{"name":"IGameSaveProvider","features":[120]},{"name":"IGameSaveProviderGetResult","features":[120]},{"name":"IGameSaveProviderStatics","features":[120]}],"129":[{"name":"ApplicationLanguages","features":[121]},{"name":"Calendar","features":[121]},{"name":"CalendarIdentifiers","features":[121]},{"name":"ClockIdentifiers","features":[121]},{"name":"CurrencyAmount","features":[121]},{"name":"CurrencyIdentifiers","features":[121]},{"name":"DayOfWeek","features":[121]},{"name":"GeographicRegion","features":[121]},{"name":"GlobalizationJapanesePhoneticAnalyzerContract","features":[121]},{"name":"IApplicationLanguagesStatics","features":[121]},{"name":"IApplicationLanguagesStatics2","features":[121]},{"name":"ICalendar","features":[121]},{"name":"ICalendarFactory","features":[121]},{"name":"ICalendarFactory2","features":[121]},{"name":"ICalendarIdentifiersStatics","features":[121]},{"name":"ICalendarIdentifiersStatics2","features":[121]},{"name":"ICalendarIdentifiersStatics3","features":[121]},{"name":"IClockIdentifiersStatics","features":[121]},{"name":"ICurrencyAmount","features":[121]},{"name":"ICurrencyAmountFactory","features":[121]},{"name":"ICurrencyIdentifiersStatics","features":[121]},{"name":"ICurrencyIdentifiersStatics2","features":[121]},{"name":"ICurrencyIdentifiersStatics3","features":[121]},{"name":"IGeographicRegion","features":[121]},{"name":"IGeographicRegionFactory","features":[121]},{"name":"IGeographicRegionStatics","features":[121]},{"name":"IJapanesePhoneme","features":[121]},{"name":"IJapanesePhoneticAnalyzerStatics","features":[121]},{"name":"ILanguage","features":[121]},{"name":"ILanguage2","features":[121]},{"name":"ILanguage3","features":[121]},{"name":"ILanguageExtensionSubtags","features":[121]},{"name":"ILanguageFactory","features":[121]},{"name":"ILanguageStatics","features":[121]},{"name":"ILanguageStatics2","features":[121]},{"name":"ILanguageStatics3","features":[121]},{"name":"INumeralSystemIdentifiersStatics","features":[121]},{"name":"INumeralSystemIdentifiersStatics2","features":[121]},{"name":"ITimeZoneOnCalendar","features":[121]},{"name":"JapanesePhoneme","features":[121]},{"name":"JapanesePhoneticAnalyzer","features":[121]},{"name":"Language","features":[121]},{"name":"LanguageLayoutDirection","features":[121]},{"name":"NumeralSystemIdentifiers","features":[121]}],"130":[{"name":"CharacterGrouping","features":[122]},{"name":"CharacterGroupings","features":[122]},{"name":"ICharacterGrouping","features":[122]},{"name":"ICharacterGroupings","features":[122]},{"name":"ICharacterGroupingsFactory","features":[122]}],"131":[{"name":"DateTimeFormatter","features":[123]},{"name":"DayFormat","features":[123]},{"name":"DayOfWeekFormat","features":[123]},{"name":"HourFormat","features":[123]},{"name":"IDateTimeFormatter","features":[123]},{"name":"IDateTimeFormatter2","features":[123]},{"name":"IDateTimeFormatterFactory","features":[123]},{"name":"IDateTimeFormatterStatics","features":[123]},{"name":"MinuteFormat","features":[123]},{"name":"MonthFormat","features":[123]},{"name":"SecondFormat","features":[123]},{"name":"YearFormat","features":[123]}],"132":[{"name":"ILanguageFont","features":[124]},{"name":"ILanguageFontGroup","features":[124]},{"name":"ILanguageFontGroupFactory","features":[124]},{"name":"LanguageFont","features":[124]},{"name":"LanguageFontGroup","features":[124]}],"133":[{"name":"CurrencyFormatter","features":[125]},{"name":"CurrencyFormatterMode","features":[125]},{"name":"DecimalFormatter","features":[125]},{"name":"ICurrencyFormatter","features":[125]},{"name":"ICurrencyFormatter2","features":[125]},{"name":"ICurrencyFormatterFactory","features":[125]},{"name":"IDecimalFormatterFactory","features":[125]},{"name":"IIncrementNumberRounder","features":[125]},{"name":"INumberFormatter","features":[125]},{"name":"INumberFormatter2","features":[125]},{"name":"INumberFormatterOptions","features":[125]},{"name":"INumberParser","features":[125]},{"name":"INumberRounder","features":[125]},{"name":"INumberRounderOption","features":[125]},{"name":"INumeralSystemTranslator","features":[125]},{"name":"INumeralSystemTranslatorFactory","features":[125]},{"name":"IPercentFormatterFactory","features":[125]},{"name":"IPermilleFormatterFactory","features":[125]},{"name":"ISignedZeroOption","features":[125]},{"name":"ISignificantDigitsNumberRounder","features":[125]},{"name":"ISignificantDigitsOption","features":[125]},{"name":"IncrementNumberRounder","features":[125]},{"name":"NumeralSystemTranslator","features":[125]},{"name":"PercentFormatter","features":[125]},{"name":"PermilleFormatter","features":[125]},{"name":"RoundingAlgorithm","features":[125]},{"name":"SignificantDigitsNumberRounder","features":[125]}],"134":[{"name":"IPhoneNumberFormatter","features":[126]},{"name":"IPhoneNumberFormatterStatics","features":[126]},{"name":"IPhoneNumberInfo","features":[126]},{"name":"IPhoneNumberInfoFactory","features":[126]},{"name":"IPhoneNumberInfoStatics","features":[126]},{"name":"PhoneNumberFormat","features":[126]},{"name":"PhoneNumberFormatter","features":[126]},{"name":"PhoneNumberInfo","features":[126]},{"name":"PhoneNumberMatchResult","features":[126]},{"name":"PhoneNumberParseResult","features":[126]},{"name":"PredictedPhoneNumberKind","features":[126]}],"135":[{"name":"DisplayAdapterId","features":[127]},{"name":"DisplayId","features":[127]},{"name":"IGeometrySource2D","features":[127]},{"name":"PointInt32","features":[127]},{"name":"RectInt32","features":[127]},{"name":"SizeInt32","features":[127]}],"136":[{"name":"Direct3D11CaptureFrame","features":[128]},{"name":"Direct3D11CaptureFramePool","features":[128]},{"name":"GraphicsCaptureAccess","features":[128]},{"name":"GraphicsCaptureAccessKind","features":[128]},{"name":"GraphicsCaptureDirtyRegionMode","features":[128]},{"name":"GraphicsCaptureItem","features":[128]},{"name":"GraphicsCapturePicker","features":[128]},{"name":"GraphicsCaptureSession","features":[128]},{"name":"IDirect3D11CaptureFrame","features":[128]},{"name":"IDirect3D11CaptureFrame2","features":[128]},{"name":"IDirect3D11CaptureFramePool","features":[128]},{"name":"IDirect3D11CaptureFramePoolStatics","features":[128]},{"name":"IDirect3D11CaptureFramePoolStatics2","features":[128]},{"name":"IGraphicsCaptureAccessStatics","features":[128]},{"name":"IGraphicsCaptureItem","features":[128]},{"name":"IGraphicsCaptureItemStatics","features":[128]},{"name":"IGraphicsCaptureItemStatics2","features":[128]},{"name":"IGraphicsCapturePicker","features":[128]},{"name":"IGraphicsCaptureSession","features":[128]},{"name":"IGraphicsCaptureSession2","features":[128]},{"name":"IGraphicsCaptureSession3","features":[128]},{"name":"IGraphicsCaptureSession4","features":[128]},{"name":"IGraphicsCaptureSession5","features":[128]},{"name":"IGraphicsCaptureSession6","features":[128]},{"name":"IGraphicsCaptureSessionStatics","features":[128]}],"137":[{"name":"DirectXAlphaMode","features":[129]},{"name":"DirectXColorSpace","features":[129]},{"name":"DirectXPixelFormat","features":[129]},{"name":"DirectXPrimitiveTopology","features":[129]}],"138":[{"name":"Direct3DBindings","features":[130]},{"name":"Direct3DMultisampleDescription","features":[130]},{"name":"Direct3DSurfaceDescription","features":[130]},{"name":"Direct3DUsage","features":[130]},{"name":"IDirect3DDevice","features":[130]},{"name":"IDirect3DSurface","features":[130]}],"139":[{"name":"AdvancedColorInfo","features":[131]},{"name":"AdvancedColorKind","features":[131]},{"name":"BrightnessOverride","features":[131]},{"name":"BrightnessOverrideSettings","features":[131]},{"name":"ColorOverrideSettings","features":[131]},{"name":"DisplayBrightnessOverrideOptions","features":[131]},{"name":"DisplayBrightnessOverrideScenario","features":[131]},{"name":"DisplayBrightnessScenario","features":[131]},{"name":"DisplayColorOverrideScenario","features":[131]},{"name":"DisplayEnhancementOverride","features":[131]},{"name":"DisplayEnhancementOverrideCapabilities","features":[131]},{"name":"DisplayEnhancementOverrideCapabilitiesChangedEventArgs","features":[131]},{"name":"DisplayInformation","features":[131]},{"name":"DisplayOrientations","features":[131]},{"name":"DisplayProperties","features":[131]},{"name":"DisplayPropertiesEventHandler","features":[131]},{"name":"DisplayServices","features":[131]},{"name":"HdrMetadataFormat","features":[131]},{"name":"IAdvancedColorInfo","features":[131]},{"name":"IBrightnessOverride","features":[131]},{"name":"IBrightnessOverrideSettings","features":[131]},{"name":"IBrightnessOverrideSettingsStatics","features":[131]},{"name":"IBrightnessOverrideStatics","features":[131]},{"name":"IColorOverrideSettings","features":[131]},{"name":"IColorOverrideSettingsStatics","features":[131]},{"name":"IDisplayEnhancementOverride","features":[131]},{"name":"IDisplayEnhancementOverrideCapabilities","features":[131]},{"name":"IDisplayEnhancementOverrideCapabilitiesChangedEventArgs","features":[131]},{"name":"IDisplayEnhancementOverrideStatics","features":[131]},{"name":"IDisplayInformation","features":[131]},{"name":"IDisplayInformation2","features":[131]},{"name":"IDisplayInformation3","features":[131]},{"name":"IDisplayInformation4","features":[131]},{"name":"IDisplayInformation5","features":[131]},{"name":"IDisplayInformationStatics","features":[131]},{"name":"IDisplayPropertiesStatics","features":[131]},{"name":"IDisplayServices","features":[131]},{"name":"IDisplayServicesStatics","features":[131]},{"name":"NitRange","features":[131]},{"name":"ResolutionScale","features":[131]}],"140":[{"name":"HdmiDisplayColorSpace","features":[132]},{"name":"HdmiDisplayHdr2086Metadata","features":[132]},{"name":"HdmiDisplayHdrOption","features":[132]},{"name":"HdmiDisplayInformation","features":[132]},{"name":"HdmiDisplayMode","features":[132]},{"name":"HdmiDisplayPixelEncoding","features":[132]},{"name":"IHdmiDisplayInformation","features":[132]},{"name":"IHdmiDisplayInformationStatics","features":[132]},{"name":"IHdmiDisplayMode","features":[132]},{"name":"IHdmiDisplayMode2","features":[132]}],"141":[{"name":"IGraphicsEffect","features":[133]},{"name":"IGraphicsEffectSource","features":[133]}],"142":[{"name":"HolographicAdapterId","features":[134]},{"name":"HolographicCamera","features":[134]},{"name":"HolographicCameraPose","features":[134]},{"name":"HolographicCameraRenderingParameters","features":[134]},{"name":"HolographicCameraViewportParameters","features":[134]},{"name":"HolographicDepthReprojectionMethod","features":[134]},{"name":"HolographicDisplay","features":[134]},{"name":"HolographicFrame","features":[134]},{"name":"HolographicFrameId","features":[134]},{"name":"HolographicFramePrediction","features":[134]},{"name":"HolographicFramePresentResult","features":[134]},{"name":"HolographicFramePresentWaitBehavior","features":[134]},{"name":"HolographicFramePresentationMonitor","features":[134]},{"name":"HolographicFramePresentationReport","features":[134]},{"name":"HolographicFrameRenderingReport","features":[134]},{"name":"HolographicFrameScanoutMonitor","features":[134]},{"name":"HolographicFrameScanoutReport","features":[134]},{"name":"HolographicQuadLayer","features":[134]},{"name":"HolographicQuadLayerUpdateParameters","features":[134]},{"name":"HolographicReprojectionMode","features":[134]},{"name":"HolographicSpace","features":[134]},{"name":"HolographicSpaceCameraAddedEventArgs","features":[134]},{"name":"HolographicSpaceCameraRemovedEventArgs","features":[134]},{"name":"HolographicSpaceUserPresence","features":[134]},{"name":"HolographicStereoTransform","features":[69,134]},{"name":"HolographicViewConfiguration","features":[134]},{"name":"HolographicViewConfigurationKind","features":[134]},{"name":"IHolographicCamera","features":[134]},{"name":"IHolographicCamera2","features":[134]},{"name":"IHolographicCamera3","features":[134]},{"name":"IHolographicCamera4","features":[134]},{"name":"IHolographicCamera5","features":[134]},{"name":"IHolographicCamera6","features":[134]},{"name":"IHolographicCameraPose","features":[134]},{"name":"IHolographicCameraPose2","features":[134]},{"name":"IHolographicCameraRenderingParameters","features":[134]},{"name":"IHolographicCameraRenderingParameters2","features":[134]},{"name":"IHolographicCameraRenderingParameters3","features":[134]},{"name":"IHolographicCameraRenderingParameters4","features":[134]},{"name":"IHolographicCameraViewportParameters","features":[134]},{"name":"IHolographicDisplay","features":[134]},{"name":"IHolographicDisplay2","features":[134]},{"name":"IHolographicDisplay3","features":[134]},{"name":"IHolographicDisplayStatics","features":[134]},{"name":"IHolographicFrame","features":[134]},{"name":"IHolographicFrame2","features":[134]},{"name":"IHolographicFrame3","features":[134]},{"name":"IHolographicFramePrediction","features":[134]},{"name":"IHolographicFramePresentationMonitor","features":[134]},{"name":"IHolographicFramePresentationReport","features":[134]},{"name":"IHolographicFrameRenderingReport","features":[134]},{"name":"IHolographicFrameScanoutMonitor","features":[134]},{"name":"IHolographicFrameScanoutReport","features":[134]},{"name":"IHolographicQuadLayer","features":[134]},{"name":"IHolographicQuadLayerFactory","features":[134]},{"name":"IHolographicQuadLayerUpdateParameters","features":[134]},{"name":"IHolographicQuadLayerUpdateParameters2","features":[134]},{"name":"IHolographicSpace","features":[134]},{"name":"IHolographicSpace2","features":[134]},{"name":"IHolographicSpace3","features":[134]},{"name":"IHolographicSpaceCameraAddedEventArgs","features":[134]},{"name":"IHolographicSpaceCameraRemovedEventArgs","features":[134]},{"name":"IHolographicSpaceStatics","features":[134]},{"name":"IHolographicSpaceStatics2","features":[134]},{"name":"IHolographicSpaceStatics3","features":[134]},{"name":"IHolographicViewConfiguration","features":[134]},{"name":"IHolographicViewConfiguration2","features":[134]}],"143":[{"name":"BitmapAlphaMode","features":[135]},{"name":"BitmapBounds","features":[135]},{"name":"BitmapBuffer","features":[135]},{"name":"BitmapBufferAccessMode","features":[135]},{"name":"BitmapCodecInformation","features":[135]},{"name":"BitmapDecoder","features":[135]},{"name":"BitmapEncoder","features":[135]},{"name":"BitmapFlip","features":[135]},{"name":"BitmapFrame","features":[135]},{"name":"BitmapInterpolationMode","features":[135]},{"name":"BitmapPixelFormat","features":[135]},{"name":"BitmapPlaneDescription","features":[135]},{"name":"BitmapProperties","features":[135]},{"name":"BitmapPropertiesView","features":[135]},{"name":"BitmapPropertySet","features":[37,135]},{"name":"BitmapRotation","features":[135]},{"name":"BitmapSize","features":[135]},{"name":"BitmapTransform","features":[135]},{"name":"BitmapTypedValue","features":[135]},{"name":"ColorManagementMode","features":[135]},{"name":"ExifOrientationMode","features":[135]},{"name":"IBitmapBuffer","features":[135]},{"name":"IBitmapCodecInformation","features":[135]},{"name":"IBitmapDecoder","features":[135]},{"name":"IBitmapDecoderStatics","features":[135]},{"name":"IBitmapDecoderStatics2","features":[135]},{"name":"IBitmapEncoder","features":[135]},{"name":"IBitmapEncoderStatics","features":[135]},{"name":"IBitmapEncoderStatics2","features":[135]},{"name":"IBitmapEncoderWithSoftwareBitmap","features":[135]},{"name":"IBitmapFrame","features":[135]},{"name":"IBitmapFrameWithSoftwareBitmap","features":[135]},{"name":"IBitmapProperties","features":[135]},{"name":"IBitmapPropertiesView","features":[135]},{"name":"IBitmapTransform","features":[135]},{"name":"IBitmapTypedValue","features":[135]},{"name":"IBitmapTypedValueFactory","features":[135]},{"name":"IPixelDataProvider","features":[135]},{"name":"ISoftwareBitmap","features":[135]},{"name":"ISoftwareBitmapFactory","features":[135]},{"name":"ISoftwareBitmapStatics","features":[135]},{"name":"ImageStream","features":[135,71]},{"name":"JpegSubsamplingMode","features":[135]},{"name":"PixelDataProvider","features":[135]},{"name":"PngFilterMode","features":[135]},{"name":"SoftwareBitmap","features":[135]},{"name":"TiffCompressionMode","features":[135]}],"144":[{"name":"IPrintDocumentSource","features":[136]},{"name":"IPrintManager","features":[136]},{"name":"IPrintManagerStatic","features":[136]},{"name":"IPrintManagerStatic2","features":[136]},{"name":"IPrintPageInfo","features":[136]},{"name":"IPrintPageRange","features":[136]},{"name":"IPrintPageRangeFactory","features":[136]},{"name":"IPrintPageRangeOptions","features":[136]},{"name":"IPrintTask","features":[136]},{"name":"IPrintTask2","features":[136]},{"name":"IPrintTaskCompletedEventArgs","features":[136]},{"name":"IPrintTaskOptions","features":[136]},{"name":"IPrintTaskOptions2","features":[136]},{"name":"IPrintTaskOptionsCore","features":[136]},{"name":"IPrintTaskOptionsCoreProperties","features":[136]},{"name":"IPrintTaskOptionsCoreUIConfiguration","features":[136]},{"name":"IPrintTaskProgressingEventArgs","features":[136]},{"name":"IPrintTaskRequest","features":[136]},{"name":"IPrintTaskRequestedDeferral","features":[136]},{"name":"IPrintTaskRequestedEventArgs","features":[136]},{"name":"IPrintTaskSourceRequestedArgs","features":[136]},{"name":"IPrintTaskSourceRequestedDeferral","features":[136]},{"name":"IPrintTaskTargetDeviceSupport","features":[136]},{"name":"IStandardPrintTaskOptionsStatic","features":[136]},{"name":"IStandardPrintTaskOptionsStatic2","features":[136]},{"name":"IStandardPrintTaskOptionsStatic3","features":[136]},{"name":"PrintBinding","features":[136]},{"name":"PrintBordering","features":[136]},{"name":"PrintCollation","features":[136]},{"name":"PrintColorMode","features":[136]},{"name":"PrintDuplex","features":[136]},{"name":"PrintHolePunch","features":[136]},{"name":"PrintManager","features":[136]},{"name":"PrintMediaSize","features":[136]},{"name":"PrintMediaType","features":[136]},{"name":"PrintOrientation","features":[136]},{"name":"PrintPageDescription","features":[77,136]},{"name":"PrintPageInfo","features":[136]},{"name":"PrintPageRange","features":[136]},{"name":"PrintPageRangeOptions","features":[136]},{"name":"PrintQuality","features":[136]},{"name":"PrintStaple","features":[136]},{"name":"PrintTask","features":[136]},{"name":"PrintTaskCompletedEventArgs","features":[136]},{"name":"PrintTaskCompletion","features":[136]},{"name":"PrintTaskOptions","features":[136]},{"name":"PrintTaskProgressingEventArgs","features":[136]},{"name":"PrintTaskRequest","features":[136]},{"name":"PrintTaskRequestedDeferral","features":[136]},{"name":"PrintTaskRequestedEventArgs","features":[136]},{"name":"PrintTaskSourceRequestedArgs","features":[136]},{"name":"PrintTaskSourceRequestedDeferral","features":[136]},{"name":"PrintTaskSourceRequestedHandler","features":[136]},{"name":"StandardPrintTaskOptions","features":[136]}],"145":[{"name":"IPrintBindingOptionDetails","features":[137]},{"name":"IPrintBorderingOptionDetails","features":[137]},{"name":"IPrintCollationOptionDetails","features":[137]},{"name":"IPrintColorModeOptionDetails","features":[137]},{"name":"IPrintCopiesOptionDetails","features":[137]},{"name":"IPrintCustomItemDetails","features":[137]},{"name":"IPrintCustomItemListOptionDetails","features":[137]},{"name":"IPrintCustomItemListOptionDetails2","features":[137]},{"name":"IPrintCustomItemListOptionDetails3","features":[137]},{"name":"IPrintCustomOptionDetails","features":[137]},{"name":"IPrintCustomTextOptionDetails","features":[137]},{"name":"IPrintCustomTextOptionDetails2","features":[137]},{"name":"IPrintCustomToggleOptionDetails","features":[137]},{"name":"IPrintDuplexOptionDetails","features":[137]},{"name":"IPrintHolePunchOptionDetails","features":[137]},{"name":"IPrintItemListOptionDetails","features":[137]},{"name":"IPrintMediaSizeOptionDetails","features":[137]},{"name":"IPrintMediaTypeOptionDetails","features":[137]},{"name":"IPrintNumberOptionDetails","features":[137]},{"name":"IPrintOptionDetails","features":[137]},{"name":"IPrintOrientationOptionDetails","features":[137]},{"name":"IPrintPageRangeOptionDetails","features":[137]},{"name":"IPrintQualityOptionDetails","features":[137]},{"name":"IPrintStapleOptionDetails","features":[137]},{"name":"IPrintTaskOptionChangedEventArgs","features":[137]},{"name":"IPrintTaskOptionDetails","features":[137]},{"name":"IPrintTaskOptionDetails2","features":[137]},{"name":"IPrintTaskOptionDetailsStatic","features":[137]},{"name":"IPrintTextOptionDetails","features":[137]},{"name":"PrintBindingOptionDetails","features":[137]},{"name":"PrintBorderingOptionDetails","features":[137]},{"name":"PrintCollationOptionDetails","features":[137]},{"name":"PrintColorModeOptionDetails","features":[137]},{"name":"PrintCopiesOptionDetails","features":[137]},{"name":"PrintCustomItemDetails","features":[137]},{"name":"PrintCustomItemListOptionDetails","features":[137]},{"name":"PrintCustomTextOptionDetails","features":[137]},{"name":"PrintCustomToggleOptionDetails","features":[137]},{"name":"PrintDuplexOptionDetails","features":[137]},{"name":"PrintHolePunchOptionDetails","features":[137]},{"name":"PrintMediaSizeOptionDetails","features":[137]},{"name":"PrintMediaTypeOptionDetails","features":[137]},{"name":"PrintOptionStates","features":[137]},{"name":"PrintOptionType","features":[137]},{"name":"PrintOrientationOptionDetails","features":[137]},{"name":"PrintPageRangeOptionDetails","features":[137]},{"name":"PrintQualityOptionDetails","features":[137]},{"name":"PrintStapleOptionDetails","features":[137]},{"name":"PrintTaskOptionChangedEventArgs","features":[137]},{"name":"PrintTaskOptionDetails","features":[137]}],"146":[{"name":"IPrintSupportCommunicationErrorDetectedEventArgs","features":[138]},{"name":"IPrintSupportExtensionSession","features":[138]},{"name":"IPrintSupportExtensionSession2","features":[138]},{"name":"IPrintSupportExtensionSession3","features":[138]},{"name":"IPrintSupportExtensionTriggerDetails","features":[138]},{"name":"IPrintSupportIppCommunicationConfiguration","features":[138]},{"name":"IPrintSupportIppCommunicationTimeouts","features":[138]},{"name":"IPrintSupportMxdcImageQualityConfiguration","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesChangedEventArgs","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesChangedEventArgs2","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesChangedEventArgs3","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesChangedEventArgs4","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesUpdatePolicy","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesUpdatePolicyStatics","features":[138]},{"name":"IPrintSupportPrintTicketElement","features":[138]},{"name":"IPrintSupportPrintTicketValidationRequestedEventArgs","features":[138]},{"name":"IPrintSupportPrinterSelectedEventArgs","features":[138]},{"name":"IPrintSupportSessionInfo","features":[138]},{"name":"IPrintSupportSettingsActivatedEventArgs","features":[138]},{"name":"IPrintSupportSettingsActivatedEventArgs2","features":[138]},{"name":"IPrintSupportSettingsUISession","features":[138]},{"name":"IppCommunicationErrorKind","features":[138]},{"name":"IppPrinterCommunicationKind","features":[138]},{"name":"PrintSupportCommunicationErrorDetectedEventArgs","features":[138]},{"name":"PrintSupportExtensionSession","features":[138]},{"name":"PrintSupportExtensionTriggerDetails","features":[138]},{"name":"PrintSupportIppCommunicationConfiguration","features":[138]},{"name":"PrintSupportIppCommunicationTimeouts","features":[138]},{"name":"PrintSupportMxdcImageQualityConfiguration","features":[138]},{"name":"PrintSupportPrintDeviceCapabilitiesChangedEventArgs","features":[138]},{"name":"PrintSupportPrintDeviceCapabilitiesUpdatePolicy","features":[138]},{"name":"PrintSupportPrintTicketElement","features":[138]},{"name":"PrintSupportPrintTicketValidationRequestedEventArgs","features":[138]},{"name":"PrintSupportPrinterSelectedEventArgs","features":[138]},{"name":"PrintSupportSessionInfo","features":[138]},{"name":"PrintSupportSettingsActivatedEventArgs","features":[138]},{"name":"PrintSupportSettingsUISession","features":[138]},{"name":"SettingsLaunchKind","features":[138]},{"name":"WorkflowPrintTicketValidationStatus","features":[138]},{"name":"XpsImageQuality","features":[138]}],"147":[{"name":"IPrintTicketCapabilities","features":[139]},{"name":"IPrintTicketFeature","features":[139]},{"name":"IPrintTicketOption","features":[139]},{"name":"IPrintTicketParameterDefinition","features":[139]},{"name":"IPrintTicketParameterInitializer","features":[139]},{"name":"IPrintTicketValue","features":[139]},{"name":"IWorkflowPrintTicket","features":[139]},{"name":"IWorkflowPrintTicketValidationResult","features":[139]},{"name":"PrintTicketCapabilities","features":[139]},{"name":"PrintTicketFeature","features":[139]},{"name":"PrintTicketFeatureSelectionType","features":[139]},{"name":"PrintTicketOption","features":[139]},{"name":"PrintTicketParameterDataType","features":[139]},{"name":"PrintTicketParameterDefinition","features":[139]},{"name":"PrintTicketParameterInitializer","features":[139]},{"name":"PrintTicketValue","features":[139]},{"name":"PrintTicketValueType","features":[139]},{"name":"WorkflowPrintTicket","features":[139]},{"name":"WorkflowPrintTicketValidationResult","features":[139]}],"148":[{"name":"IPrintWorkflowBackgroundSession","features":[140]},{"name":"IPrintWorkflowBackgroundSetupRequestedEventArgs","features":[140]},{"name":"IPrintWorkflowConfiguration","features":[140]},{"name":"IPrintWorkflowConfiguration2","features":[140]},{"name":"IPrintWorkflowForegroundSession","features":[140]},{"name":"IPrintWorkflowForegroundSetupRequestedEventArgs","features":[140]},{"name":"IPrintWorkflowJobActivatedEventArgs","features":[140]},{"name":"IPrintWorkflowJobBackgroundSession","features":[140]},{"name":"IPrintWorkflowJobBackgroundSession2","features":[140]},{"name":"IPrintWorkflowJobIssueDetectedEventArgs","features":[140]},{"name":"IPrintWorkflowJobNotificationEventArgs","features":[140]},{"name":"IPrintWorkflowJobStartingEventArgs","features":[140]},{"name":"IPrintWorkflowJobStartingEventArgs2","features":[140]},{"name":"IPrintWorkflowJobTriggerDetails","features":[140]},{"name":"IPrintWorkflowJobUISession","features":[140]},{"name":"IPrintWorkflowJobUISession2","features":[140]},{"name":"IPrintWorkflowObjectModelSourceFileContent","features":[140]},{"name":"IPrintWorkflowObjectModelSourceFileContentFactory","features":[140]},{"name":"IPrintWorkflowObjectModelTargetPackage","features":[140]},{"name":"IPrintWorkflowPdlConverter","features":[140]},{"name":"IPrintWorkflowPdlConverter2","features":[140]},{"name":"IPrintWorkflowPdlDataAvailableEventArgs","features":[140]},{"name":"IPrintWorkflowPdlModificationRequestedEventArgs","features":[140]},{"name":"IPrintWorkflowPdlModificationRequestedEventArgs2","features":[140]},{"name":"IPrintWorkflowPdlSourceContent","features":[140]},{"name":"IPrintWorkflowPdlTargetStream","features":[140]},{"name":"IPrintWorkflowPrinterJob","features":[140]},{"name":"IPrintWorkflowPrinterJob2","features":[140]},{"name":"IPrintWorkflowSourceContent","features":[140]},{"name":"IPrintWorkflowSpoolStreamContent","features":[140]},{"name":"IPrintWorkflowStreamTarget","features":[140]},{"name":"IPrintWorkflowSubmittedEventArgs","features":[140]},{"name":"IPrintWorkflowSubmittedOperation","features":[140]},{"name":"IPrintWorkflowTarget","features":[140]},{"name":"IPrintWorkflowTriggerDetails","features":[140]},{"name":"IPrintWorkflowUIActivatedEventArgs","features":[140]},{"name":"IPrintWorkflowUILauncher","features":[140]},{"name":"IPrintWorkflowVirtualPrinterDataAvailableEventArgs","features":[140]},{"name":"IPrintWorkflowVirtualPrinterSession","features":[140]},{"name":"IPrintWorkflowVirtualPrinterTriggerDetails","features":[140]},{"name":"IPrintWorkflowVirtualPrinterUIEventArgs","features":[140]},{"name":"IPrintWorkflowXpsDataAvailableEventArgs","features":[140]},{"name":"PdlConversionHostBasedProcessingOperations","features":[140]},{"name":"PrintWorkflowAttributesMergePolicy","features":[140]},{"name":"PrintWorkflowBackgroundSession","features":[140]},{"name":"PrintWorkflowBackgroundSetupRequestedEventArgs","features":[140]},{"name":"PrintWorkflowConfiguration","features":[140]},{"name":"PrintWorkflowForegroundSession","features":[140]},{"name":"PrintWorkflowForegroundSetupRequestedEventArgs","features":[140]},{"name":"PrintWorkflowJobAbortReason","features":[140]},{"name":"PrintWorkflowJobActivatedEventArgs","features":[140]},{"name":"PrintWorkflowJobBackgroundSession","features":[140]},{"name":"PrintWorkflowJobIssueDetectedEventArgs","features":[140]},{"name":"PrintWorkflowJobIssueKind","features":[140]},{"name":"PrintWorkflowJobNotificationEventArgs","features":[140]},{"name":"PrintWorkflowJobStartingEventArgs","features":[140]},{"name":"PrintWorkflowJobTriggerDetails","features":[140]},{"name":"PrintWorkflowJobUISession","features":[140]},{"name":"PrintWorkflowObjectModelSourceFileContent","features":[140]},{"name":"PrintWorkflowObjectModelTargetPackage","features":[140]},{"name":"PrintWorkflowPdlConversionType","features":[140]},{"name":"PrintWorkflowPdlConverter","features":[140]},{"name":"PrintWorkflowPdlDataAvailableEventArgs","features":[140]},{"name":"PrintWorkflowPdlModificationRequestedEventArgs","features":[140]},{"name":"PrintWorkflowPdlSourceContent","features":[140]},{"name":"PrintWorkflowPdlTargetStream","features":[140]},{"name":"PrintWorkflowPrinterJob","features":[140]},{"name":"PrintWorkflowPrinterJobStatus","features":[140]},{"name":"PrintWorkflowSessionStatus","features":[140]},{"name":"PrintWorkflowSourceContent","features":[140]},{"name":"PrintWorkflowSpoolStreamContent","features":[140]},{"name":"PrintWorkflowStreamTarget","features":[140]},{"name":"PrintWorkflowSubmittedEventArgs","features":[140]},{"name":"PrintWorkflowSubmittedOperation","features":[140]},{"name":"PrintWorkflowSubmittedStatus","features":[140]},{"name":"PrintWorkflowTarget","features":[140]},{"name":"PrintWorkflowTriggerDetails","features":[140]},{"name":"PrintWorkflowUIActivatedEventArgs","features":[140]},{"name":"PrintWorkflowUICompletionStatus","features":[140]},{"name":"PrintWorkflowUILauncher","features":[140]},{"name":"PrintWorkflowVirtualPrinterDataAvailableEventArgs","features":[140]},{"name":"PrintWorkflowVirtualPrinterSession","features":[140]},{"name":"PrintWorkflowVirtualPrinterTriggerDetails","features":[140]},{"name":"PrintWorkflowVirtualPrinterUIEventArgs","features":[140]},{"name":"PrintWorkflowXpsDataAvailableEventArgs","features":[140]}],"149":[{"name":"IPrint3DManager","features":[141]},{"name":"IPrint3DManagerStatics","features":[141]},{"name":"IPrint3DTask","features":[141]},{"name":"IPrint3DTaskCompletedEventArgs","features":[141]},{"name":"IPrint3DTaskRequest","features":[141]},{"name":"IPrint3DTaskRequestedEventArgs","features":[141]},{"name":"IPrint3DTaskSourceChangedEventArgs","features":[141]},{"name":"IPrint3DTaskSourceRequestedArgs","features":[141]},{"name":"IPrinting3D3MFPackage","features":[141]},{"name":"IPrinting3D3MFPackage2","features":[141]},{"name":"IPrinting3D3MFPackageStatics","features":[141]},{"name":"IPrinting3DBaseMaterial","features":[141]},{"name":"IPrinting3DBaseMaterialGroup","features":[141]},{"name":"IPrinting3DBaseMaterialGroupFactory","features":[141]},{"name":"IPrinting3DBaseMaterialStatics","features":[141]},{"name":"IPrinting3DColorMaterial","features":[141]},{"name":"IPrinting3DColorMaterial2","features":[141]},{"name":"IPrinting3DColorMaterialGroup","features":[141]},{"name":"IPrinting3DColorMaterialGroupFactory","features":[141]},{"name":"IPrinting3DComponent","features":[141]},{"name":"IPrinting3DComponentWithMatrix","features":[141]},{"name":"IPrinting3DCompositeMaterial","features":[141]},{"name":"IPrinting3DCompositeMaterialGroup","features":[141]},{"name":"IPrinting3DCompositeMaterialGroup2","features":[141]},{"name":"IPrinting3DCompositeMaterialGroupFactory","features":[141]},{"name":"IPrinting3DFaceReductionOptions","features":[141]},{"name":"IPrinting3DMaterial","features":[141]},{"name":"IPrinting3DMesh","features":[141]},{"name":"IPrinting3DMeshVerificationResult","features":[141]},{"name":"IPrinting3DModel","features":[141]},{"name":"IPrinting3DModel2","features":[141]},{"name":"IPrinting3DModelTexture","features":[141]},{"name":"IPrinting3DMultiplePropertyMaterial","features":[141]},{"name":"IPrinting3DMultiplePropertyMaterialGroup","features":[141]},{"name":"IPrinting3DMultiplePropertyMaterialGroupFactory","features":[141]},{"name":"IPrinting3DTexture2CoordMaterial","features":[141]},{"name":"IPrinting3DTexture2CoordMaterialGroup","features":[141]},{"name":"IPrinting3DTexture2CoordMaterialGroup2","features":[141]},{"name":"IPrinting3DTexture2CoordMaterialGroupFactory","features":[141]},{"name":"IPrinting3DTextureResource","features":[141]},{"name":"Print3DManager","features":[141]},{"name":"Print3DTask","features":[141]},{"name":"Print3DTaskCompletedEventArgs","features":[141]},{"name":"Print3DTaskCompletion","features":[141]},{"name":"Print3DTaskDetail","features":[141]},{"name":"Print3DTaskRequest","features":[141]},{"name":"Print3DTaskRequestedEventArgs","features":[141]},{"name":"Print3DTaskSourceChangedEventArgs","features":[141]},{"name":"Print3DTaskSourceRequestedArgs","features":[141]},{"name":"Print3DTaskSourceRequestedHandler","features":[141]},{"name":"Printing3D3MFPackage","features":[141]},{"name":"Printing3DBaseMaterial","features":[141]},{"name":"Printing3DBaseMaterialGroup","features":[141]},{"name":"Printing3DBufferDescription","features":[141]},{"name":"Printing3DBufferFormat","features":[141]},{"name":"Printing3DColorMaterial","features":[141]},{"name":"Printing3DColorMaterialGroup","features":[141]},{"name":"Printing3DComponent","features":[141]},{"name":"Printing3DComponentWithMatrix","features":[141]},{"name":"Printing3DCompositeMaterial","features":[141]},{"name":"Printing3DCompositeMaterialGroup","features":[141]},{"name":"Printing3DContract","features":[141]},{"name":"Printing3DFaceReductionOptions","features":[141]},{"name":"Printing3DMaterial","features":[141]},{"name":"Printing3DMesh","features":[141]},{"name":"Printing3DMeshVerificationMode","features":[141]},{"name":"Printing3DMeshVerificationResult","features":[141]},{"name":"Printing3DModel","features":[141]},{"name":"Printing3DModelTexture","features":[141]},{"name":"Printing3DModelUnit","features":[141]},{"name":"Printing3DMultiplePropertyMaterial","features":[141]},{"name":"Printing3DMultiplePropertyMaterialGroup","features":[141]},{"name":"Printing3DObjectType","features":[141]},{"name":"Printing3DPackageCompression","features":[141]},{"name":"Printing3DTexture2CoordMaterial","features":[141]},{"name":"Printing3DTexture2CoordMaterialGroup","features":[141]},{"name":"Printing3DTextureEdgeBehavior","features":[141]},{"name":"Printing3DTextureResource","features":[141]}],"150":[{"name":"IMdmAlert","features":[142]},{"name":"IMdmSession","features":[142]},{"name":"IMdmSessionManagerStatics","features":[142]},{"name":"MdmAlert","features":[142]},{"name":"MdmAlertDataType","features":[142]},{"name":"MdmAlertMark","features":[142]},{"name":"MdmSession","features":[142]},{"name":"MdmSessionManager","features":[142]},{"name":"MdmSessionState","features":[142]}],"151":[{"name":"ApplicationDataManager","features":[143]},{"name":"IApplicationDataManager","features":[143]},{"name":"IApplicationDataManagerStatics","features":[143]}],"152":[{"name":"AddPackageByAppInstallerOptions","features":[144]},{"name":"AddPackageOptions","features":[144]},{"name":"AppInstallerManager","features":[144]},{"name":"AutoUpdateSettingsOptions","features":[144]},{"name":"CreateSharedPackageContainerOptions","features":[144]},{"name":"CreateSharedPackageContainerResult","features":[144]},{"name":"DeleteSharedPackageContainerOptions","features":[144]},{"name":"DeleteSharedPackageContainerResult","features":[144]},{"name":"DeploymentOptions","features":[144]},{"name":"DeploymentProgress","features":[144]},{"name":"DeploymentProgressState","features":[144]},{"name":"DeploymentResult","features":[144]},{"name":"FindSharedPackageContainerOptions","features":[144]},{"name":"IAddPackageOptions","features":[144]},{"name":"IAddPackageOptions2","features":[144]},{"name":"IAppInstallerManager","features":[144]},{"name":"IAppInstallerManagerStatics","features":[144]},{"name":"IAutoUpdateSettingsOptions","features":[144]},{"name":"IAutoUpdateSettingsOptionsStatics","features":[144]},{"name":"ICreateSharedPackageContainerOptions","features":[144]},{"name":"ICreateSharedPackageContainerResult","features":[144]},{"name":"IDeleteSharedPackageContainerOptions","features":[144]},{"name":"IDeleteSharedPackageContainerResult","features":[144]},{"name":"IDeploymentResult","features":[144]},{"name":"IDeploymentResult2","features":[144]},{"name":"IFindSharedPackageContainerOptions","features":[144]},{"name":"IPackageAllUserProvisioningOptions","features":[144]},{"name":"IPackageAllUserProvisioningOptions2","features":[144]},{"name":"IPackageManager","features":[144]},{"name":"IPackageManager10","features":[144]},{"name":"IPackageManager11","features":[144]},{"name":"IPackageManager2","features":[144]},{"name":"IPackageManager3","features":[144]},{"name":"IPackageManager4","features":[144]},{"name":"IPackageManager5","features":[144]},{"name":"IPackageManager6","features":[144]},{"name":"IPackageManager7","features":[144]},{"name":"IPackageManager8","features":[144]},{"name":"IPackageManager9","features":[144]},{"name":"IPackageManagerDebugSettings","features":[144]},{"name":"IPackageUserInformation","features":[144]},{"name":"IPackageVolume","features":[144]},{"name":"IPackageVolume2","features":[144]},{"name":"IRegisterPackageOptions","features":[144]},{"name":"IRegisterPackageOptions2","features":[144]},{"name":"IRemovePackageOptions","features":[144]},{"name":"ISharedPackageContainer","features":[144]},{"name":"ISharedPackageContainerManager","features":[144]},{"name":"ISharedPackageContainerManagerStatics","features":[144]},{"name":"ISharedPackageContainerMember","features":[144]},{"name":"ISharedPackageContainerMemberFactory","features":[144]},{"name":"IStagePackageOptions","features":[144]},{"name":"IStagePackageOptions2","features":[144]},{"name":"IUpdateSharedPackageContainerOptions","features":[144]},{"name":"IUpdateSharedPackageContainerResult","features":[144]},{"name":"PackageAllUserProvisioningOptions","features":[144]},{"name":"PackageInstallState","features":[144]},{"name":"PackageManager","features":[144]},{"name":"PackageManagerDebugSettings","features":[144]},{"name":"PackageState","features":[144]},{"name":"PackageStatus","features":[144]},{"name":"PackageStubPreference","features":[144]},{"name":"PackageTypes","features":[144]},{"name":"PackageUserInformation","features":[144]},{"name":"PackageVolume","features":[144]},{"name":"RegisterPackageOptions","features":[144]},{"name":"RemovalOptions","features":[144]},{"name":"RemovePackageOptions","features":[144]},{"name":"SharedPackageContainer","features":[144]},{"name":"SharedPackageContainerContract","features":[144]},{"name":"SharedPackageContainerCreationCollisionOptions","features":[144]},{"name":"SharedPackageContainerManager","features":[144]},{"name":"SharedPackageContainerMember","features":[144]},{"name":"SharedPackageContainerOperationStatus","features":[144]},{"name":"StagePackageOptions","features":[144]},{"name":"StubPackageOption","features":[144]},{"name":"UpdateSharedPackageContainerOptions","features":[144]},{"name":"UpdateSharedPackageContainerResult","features":[144]}],"153":[{"name":"ClassicAppManager","features":[145]},{"name":"DeploymentPreviewContract","features":[145]},{"name":"IClassicAppManagerStatics","features":[145]},{"name":"IInstalledClassicAppInfo","features":[145]},{"name":"InstalledClassicAppInfo","features":[145]}],"154":[{"name":"INamedPolicyData","features":[146]},{"name":"INamedPolicyStatics","features":[146]},{"name":"NamedPolicy","features":[146]},{"name":"NamedPolicyData","features":[146]},{"name":"NamedPolicyKind","features":[146]}],"155":[{"name":"AgentProvisioningProgressReport","features":[147]},{"name":"DeploymentAgentProgressState","features":[147]},{"name":"DeploymentSessionConnectionChange","features":[147]},{"name":"DeploymentSessionConnectionChangedEventArgs","features":[147]},{"name":"DeploymentSessionHeartbeatRequested","features":[147]},{"name":"DeploymentSessionHeartbeatRequestedEventArgs","features":[147]},{"name":"DeploymentSessionStateChange","features":[147]},{"name":"DeploymentSessionStateChangedEventArgs","features":[147]},{"name":"DeploymentWorkload","features":[147]},{"name":"DeploymentWorkloadBatch","features":[147]},{"name":"DeploymentWorkloadState","features":[147]},{"name":"DevicePreparationExecutionContext","features":[147]},{"name":"IAgentProvisioningProgressReport","features":[147]},{"name":"IDeploymentSessionConnectionChangedEventArgs","features":[147]},{"name":"IDeploymentSessionHeartbeatRequestedEventArgs","features":[147]},{"name":"IDeploymentSessionStateChangedEventArgs","features":[147]},{"name":"IDeploymentWorkload","features":[147]},{"name":"IDeploymentWorkloadBatch","features":[147]},{"name":"IDeploymentWorkloadBatchFactory","features":[147]},{"name":"IDeploymentWorkloadFactory","features":[147]},{"name":"IDevicePreparationExecutionContext","features":[147]},{"name":"IMachineProvisioningProgressReporter","features":[147]},{"name":"IMachineProvisioningProgressReporterStatics","features":[147]},{"name":"MachineProvisioningProgressReporter","features":[147]}],"156":[{"name":"IPreviewBuildsManager","features":[148]},{"name":"IPreviewBuildsManagerStatics","features":[148]},{"name":"IPreviewBuildsState","features":[148]},{"name":"IWindowsUpdate","features":[148]},{"name":"IWindowsUpdateActionCompletedEventArgs","features":[148]},{"name":"IWindowsUpdateActionProgress","features":[148]},{"name":"IWindowsUpdateActionResult","features":[148]},{"name":"IWindowsUpdateAdministrator","features":[148]},{"name":"IWindowsUpdateAdministratorStatics","features":[148]},{"name":"IWindowsUpdateApprovalData","features":[148]},{"name":"IWindowsUpdateAttentionRequiredInfo","features":[148]},{"name":"IWindowsUpdateAttentionRequiredReasonChangedEventArgs","features":[148]},{"name":"IWindowsUpdateGetAdministratorResult","features":[148]},{"name":"IWindowsUpdateItem","features":[148]},{"name":"IWindowsUpdateManager","features":[148]},{"name":"IWindowsUpdateManagerFactory","features":[148]},{"name":"IWindowsUpdateProgressChangedEventArgs","features":[148]},{"name":"IWindowsUpdateRestartRequestOptions","features":[148]},{"name":"IWindowsUpdateRestartRequestOptionsFactory","features":[148]},{"name":"IWindowsUpdateScanCompletedEventArgs","features":[148]},{"name":"PreviewBuildsManager","features":[148]},{"name":"PreviewBuildsState","features":[148]},{"name":"WindowsUpdate","features":[148]},{"name":"WindowsUpdateActionCompletedEventArgs","features":[148]},{"name":"WindowsUpdateActionProgress","features":[148]},{"name":"WindowsUpdateActionResult","features":[148]},{"name":"WindowsUpdateAdministrator","features":[148]},{"name":"WindowsUpdateAdministratorOptions","features":[148]},{"name":"WindowsUpdateAdministratorStatus","features":[148]},{"name":"WindowsUpdateApprovalData","features":[148]},{"name":"WindowsUpdateAttentionRequiredInfo","features":[148]},{"name":"WindowsUpdateAttentionRequiredReason","features":[148]},{"name":"WindowsUpdateAttentionRequiredReasonChangedEventArgs","features":[148]},{"name":"WindowsUpdateContract","features":[148]},{"name":"WindowsUpdateGetAdministratorResult","features":[148]},{"name":"WindowsUpdateItem","features":[148]},{"name":"WindowsUpdateManager","features":[148]},{"name":"WindowsUpdateProgressChangedEventArgs","features":[148]},{"name":"WindowsUpdateRestartRequestOptions","features":[148]},{"name":"WindowsUpdateScanCompletedEventArgs","features":[148]}],"157":[{"name":"IMdmAllowPolicyStatics","features":[149]},{"name":"IMdmPolicyStatics2","features":[149]},{"name":"IWorkplaceSettingsStatics","features":[149]},{"name":"MdmPolicy","features":[149]},{"name":"MessagingSyncPolicy","features":[149]},{"name":"WorkplaceSettings","features":[149]},{"name":"WorkplaceSettingsContract","features":[149]}],"158":[{"name":"AudioBuffer","features":[150]},{"name":"AudioBufferAccessMode","features":[150]},{"name":"AudioFrame","features":[150]},{"name":"AudioProcessing","features":[150]},{"name":"AutoRepeatModeChangeRequestedEventArgs","features":[150]},{"name":"IAudioBuffer","features":[150]},{"name":"IAudioFrame","features":[150]},{"name":"IAudioFrameFactory","features":[150]},{"name":"IAutoRepeatModeChangeRequestedEventArgs","features":[150]},{"name":"IImageDisplayProperties","features":[150]},{"name":"IMediaControl","features":[150]},{"name":"IMediaExtension","features":[150]},{"name":"IMediaExtensionManager","features":[150]},{"name":"IMediaExtensionManager2","features":[150]},{"name":"IMediaFrame","features":[150]},{"name":"IMediaMarker","features":[150]},{"name":"IMediaMarkerTypesStatics","features":[150]},{"name":"IMediaMarkers","features":[150]},{"name":"IMediaProcessingTriggerDetails","features":[150]},{"name":"IMediaTimelineController","features":[150]},{"name":"IMediaTimelineController2","features":[150]},{"name":"IMediaTimelineControllerFailedEventArgs","features":[150]},{"name":"IMusicDisplayProperties","features":[150]},{"name":"IMusicDisplayProperties2","features":[150]},{"name":"IMusicDisplayProperties3","features":[150]},{"name":"IPlaybackPositionChangeRequestedEventArgs","features":[150]},{"name":"IPlaybackRateChangeRequestedEventArgs","features":[150]},{"name":"IShuffleEnabledChangeRequestedEventArgs","features":[150]},{"name":"ISystemMediaTransportControls","features":[150]},{"name":"ISystemMediaTransportControls2","features":[150]},{"name":"ISystemMediaTransportControlsButtonPressedEventArgs","features":[150]},{"name":"ISystemMediaTransportControlsDisplayUpdater","features":[150]},{"name":"ISystemMediaTransportControlsPropertyChangedEventArgs","features":[150]},{"name":"ISystemMediaTransportControlsStatics","features":[150]},{"name":"ISystemMediaTransportControlsTimelineProperties","features":[150]},{"name":"IVideoDisplayProperties","features":[150]},{"name":"IVideoDisplayProperties2","features":[150]},{"name":"IVideoEffectsStatics","features":[150]},{"name":"IVideoFrame","features":[150]},{"name":"IVideoFrame2","features":[150]},{"name":"IVideoFrameFactory","features":[150]},{"name":"IVideoFrameStatics","features":[150]},{"name":"ImageDisplayProperties","features":[150]},{"name":"MediaControl","features":[150]},{"name":"MediaControlContract","features":[150]},{"name":"MediaExtensionManager","features":[150]},{"name":"MediaMarkerTypes","features":[150]},{"name":"MediaPlaybackAutoRepeatMode","features":[150]},{"name":"MediaPlaybackStatus","features":[150]},{"name":"MediaPlaybackType","features":[150]},{"name":"MediaProcessingTriggerDetails","features":[150]},{"name":"MediaTimeRange","features":[77,150]},{"name":"MediaTimelineController","features":[150]},{"name":"MediaTimelineControllerFailedEventArgs","features":[150]},{"name":"MediaTimelineControllerState","features":[150]},{"name":"MusicDisplayProperties","features":[150]},{"name":"PlaybackPositionChangeRequestedEventArgs","features":[150]},{"name":"PlaybackRateChangeRequestedEventArgs","features":[150]},{"name":"ShuffleEnabledChangeRequestedEventArgs","features":[150]},{"name":"SoundLevel","features":[150]},{"name":"SystemMediaTransportControls","features":[150]},{"name":"SystemMediaTransportControlsButton","features":[150]},{"name":"SystemMediaTransportControlsButtonPressedEventArgs","features":[150]},{"name":"SystemMediaTransportControlsDisplayUpdater","features":[150]},{"name":"SystemMediaTransportControlsProperty","features":[150]},{"name":"SystemMediaTransportControlsPropertyChangedEventArgs","features":[150]},{"name":"SystemMediaTransportControlsTimelineProperties","features":[150]},{"name":"VideoDisplayProperties","features":[150]},{"name":"VideoEffects","features":[150]},{"name":"VideoFrame","features":[150]}],"159":[{"name":"AppBroadcastingContract","features":[151]},{"name":"AppBroadcastingMonitor","features":[151]},{"name":"AppBroadcastingStatus","features":[151]},{"name":"AppBroadcastingStatusDetails","features":[151]},{"name":"AppBroadcastingUI","features":[151]},{"name":"IAppBroadcastingMonitor","features":[151]},{"name":"IAppBroadcastingStatus","features":[151]},{"name":"IAppBroadcastingStatusDetails","features":[151]},{"name":"IAppBroadcastingUI","features":[151]},{"name":"IAppBroadcastingUIStatics","features":[151]}],"160":[{"name":"AppRecordingContract","features":[152]},{"name":"AppRecordingManager","features":[152]},{"name":"AppRecordingResult","features":[152]},{"name":"AppRecordingSaveScreenshotOption","features":[152]},{"name":"AppRecordingSaveScreenshotResult","features":[152]},{"name":"AppRecordingSavedScreenshotInfo","features":[152]},{"name":"AppRecordingStatus","features":[152]},{"name":"AppRecordingStatusDetails","features":[152]},{"name":"IAppRecordingManager","features":[152]},{"name":"IAppRecordingManagerStatics","features":[152]},{"name":"IAppRecordingResult","features":[152]},{"name":"IAppRecordingSaveScreenshotResult","features":[152]},{"name":"IAppRecordingSavedScreenshotInfo","features":[152]},{"name":"IAppRecordingStatus","features":[152]},{"name":"IAppRecordingStatusDetails","features":[152]}],"161":[{"name":"AudioDeviceInputNode","features":[153]},{"name":"AudioDeviceNodeCreationStatus","features":[153]},{"name":"AudioDeviceOutputNode","features":[153]},{"name":"AudioEffectsPackConfiguration","features":[153]},{"name":"AudioEffectsPackStatus","features":[153]},{"name":"AudioFileInputNode","features":[153]},{"name":"AudioFileNodeCreationStatus","features":[153]},{"name":"AudioFileOutputNode","features":[153]},{"name":"AudioFrameCompletedEventArgs","features":[153]},{"name":"AudioFrameInputNode","features":[153]},{"name":"AudioFrameOutputNode","features":[153]},{"name":"AudioGraph","features":[153]},{"name":"AudioGraphBatchUpdater","features":[77,153]},{"name":"AudioGraphConnection","features":[153]},{"name":"AudioGraphCreationStatus","features":[153]},{"name":"AudioGraphSettings","features":[153]},{"name":"AudioGraphUnrecoverableError","features":[153]},{"name":"AudioGraphUnrecoverableErrorOccurredEventArgs","features":[153]},{"name":"AudioNodeEmitter","features":[153]},{"name":"AudioNodeEmitterConeProperties","features":[153]},{"name":"AudioNodeEmitterDecayKind","features":[153]},{"name":"AudioNodeEmitterDecayModel","features":[153]},{"name":"AudioNodeEmitterNaturalDecayModelProperties","features":[153]},{"name":"AudioNodeEmitterSettings","features":[153]},{"name":"AudioNodeEmitterShape","features":[153]},{"name":"AudioNodeEmitterShapeKind","features":[153]},{"name":"AudioNodeListener","features":[153]},{"name":"AudioPlaybackConnection","features":[153]},{"name":"AudioPlaybackConnectionOpenResult","features":[153]},{"name":"AudioPlaybackConnectionOpenResultStatus","features":[153]},{"name":"AudioPlaybackConnectionState","features":[153]},{"name":"AudioStateMonitor","features":[153]},{"name":"AudioSubmixNode","features":[153]},{"name":"CreateAudioDeviceInputNodeResult","features":[153]},{"name":"CreateAudioDeviceOutputNodeResult","features":[153]},{"name":"CreateAudioFileInputNodeResult","features":[153]},{"name":"CreateAudioFileOutputNodeResult","features":[153]},{"name":"CreateAudioGraphResult","features":[153]},{"name":"CreateMediaSourceAudioInputNodeResult","features":[153]},{"name":"EchoEffectDefinition","features":[153]},{"name":"EqualizerBand","features":[153]},{"name":"EqualizerEffectDefinition","features":[153]},{"name":"FrameInputNodeQuantumStartedEventArgs","features":[153]},{"name":"IAudioDeviceInputNode","features":[153]},{"name":"IAudioDeviceOutputNode","features":[153]},{"name":"IAudioEffectsPackConfiguration","features":[153]},{"name":"IAudioEffectsPackConfigurationStatics","features":[153]},{"name":"IAudioFileInputNode","features":[153]},{"name":"IAudioFileOutputNode","features":[153]},{"name":"IAudioFrameCompletedEventArgs","features":[153]},{"name":"IAudioFrameInputNode","features":[153]},{"name":"IAudioFrameOutputNode","features":[153]},{"name":"IAudioGraph","features":[153]},{"name":"IAudioGraph2","features":[153]},{"name":"IAudioGraph3","features":[153]},{"name":"IAudioGraphConnection","features":[153]},{"name":"IAudioGraphSettings","features":[153]},{"name":"IAudioGraphSettings2","features":[153]},{"name":"IAudioGraphSettingsFactory","features":[153]},{"name":"IAudioGraphStatics","features":[153]},{"name":"IAudioGraphUnrecoverableErrorOccurredEventArgs","features":[153]},{"name":"IAudioInputNode","features":[153]},{"name":"IAudioInputNode2","features":[153]},{"name":"IAudioNode","features":[153]},{"name":"IAudioNodeEmitter","features":[153]},{"name":"IAudioNodeEmitter2","features":[153]},{"name":"IAudioNodeEmitterConeProperties","features":[153]},{"name":"IAudioNodeEmitterDecayModel","features":[153]},{"name":"IAudioNodeEmitterDecayModelStatics","features":[153]},{"name":"IAudioNodeEmitterFactory","features":[153]},{"name":"IAudioNodeEmitterNaturalDecayModelProperties","features":[153]},{"name":"IAudioNodeEmitterShape","features":[153]},{"name":"IAudioNodeEmitterShapeStatics","features":[153]},{"name":"IAudioNodeListener","features":[153]},{"name":"IAudioNodeWithListener","features":[153]},{"name":"IAudioPlaybackConnection","features":[153]},{"name":"IAudioPlaybackConnectionOpenResult","features":[153]},{"name":"IAudioPlaybackConnectionStatics","features":[153]},{"name":"IAudioStateMonitor","features":[153]},{"name":"IAudioStateMonitorStatics","features":[153]},{"name":"ICreateAudioDeviceInputNodeResult","features":[153]},{"name":"ICreateAudioDeviceInputNodeResult2","features":[153]},{"name":"ICreateAudioDeviceOutputNodeResult","features":[153]},{"name":"ICreateAudioDeviceOutputNodeResult2","features":[153]},{"name":"ICreateAudioFileInputNodeResult","features":[153]},{"name":"ICreateAudioFileInputNodeResult2","features":[153]},{"name":"ICreateAudioFileOutputNodeResult","features":[153]},{"name":"ICreateAudioFileOutputNodeResult2","features":[153]},{"name":"ICreateAudioGraphResult","features":[153]},{"name":"ICreateAudioGraphResult2","features":[153]},{"name":"ICreateMediaSourceAudioInputNodeResult","features":[153]},{"name":"ICreateMediaSourceAudioInputNodeResult2","features":[153]},{"name":"IEchoEffectDefinition","features":[153]},{"name":"IEchoEffectDefinitionFactory","features":[153]},{"name":"IEqualizerBand","features":[153]},{"name":"IEqualizerEffectDefinition","features":[153]},{"name":"IEqualizerEffectDefinitionFactory","features":[153]},{"name":"IFrameInputNodeQuantumStartedEventArgs","features":[153]},{"name":"ILimiterEffectDefinition","features":[153]},{"name":"ILimiterEffectDefinitionFactory","features":[153]},{"name":"IMediaSourceAudioInputNode","features":[153]},{"name":"IReverbEffectDefinition","features":[153]},{"name":"IReverbEffectDefinitionFactory","features":[153]},{"name":"ISetDefaultSpatialAudioFormatResult","features":[153]},{"name":"ISpatialAudioDeviceConfiguration","features":[153]},{"name":"ISpatialAudioDeviceConfigurationStatics","features":[153]},{"name":"ISpatialAudioFormatConfiguration","features":[153]},{"name":"ISpatialAudioFormatConfigurationStatics","features":[153]},{"name":"ISpatialAudioFormatSubtypeStatics","features":[153]},{"name":"ISpatialAudioFormatSubtypeStatics2","features":[153]},{"name":"LimiterEffectDefinition","features":[153]},{"name":"MediaSourceAudioInputNode","features":[153]},{"name":"MediaSourceAudioInputNodeCreationStatus","features":[153]},{"name":"MixedRealitySpatialAudioFormatPolicy","features":[153]},{"name":"QuantumSizeSelectionMode","features":[153]},{"name":"ReverbEffectDefinition","features":[153]},{"name":"SetDefaultSpatialAudioFormatResult","features":[153]},{"name":"SetDefaultSpatialAudioFormatStatus","features":[153]},{"name":"SpatialAudioDeviceConfiguration","features":[153]},{"name":"SpatialAudioFormatConfiguration","features":[153]},{"name":"SpatialAudioFormatSubtype","features":[153]},{"name":"SpatialAudioModel","features":[153]}],"162":[{"name":"AdvancedCapturedPhoto","features":[154]},{"name":"AdvancedPhotoCapture","features":[154]},{"name":"AppBroadcastBackgroundService","features":[154]},{"name":"AppBroadcastBackgroundServiceSignInInfo","features":[154]},{"name":"AppBroadcastBackgroundServiceStreamInfo","features":[154]},{"name":"AppBroadcastCameraCaptureState","features":[154]},{"name":"AppBroadcastCameraCaptureStateChangedEventArgs","features":[154]},{"name":"AppBroadcastCameraOverlayLocation","features":[154]},{"name":"AppBroadcastCameraOverlaySize","features":[154]},{"name":"AppBroadcastCaptureTargetType","features":[154]},{"name":"AppBroadcastContract","features":[154]},{"name":"AppBroadcastExitBroadcastModeReason","features":[154]},{"name":"AppBroadcastGlobalSettings","features":[154]},{"name":"AppBroadcastHeartbeatRequestedEventArgs","features":[154]},{"name":"AppBroadcastManager","features":[154]},{"name":"AppBroadcastMicrophoneCaptureState","features":[154]},{"name":"AppBroadcastMicrophoneCaptureStateChangedEventArgs","features":[154]},{"name":"AppBroadcastPlugIn","features":[154]},{"name":"AppBroadcastPlugInManager","features":[154]},{"name":"AppBroadcastPlugInState","features":[154]},{"name":"AppBroadcastPlugInStateChangedEventArgs","features":[154]},{"name":"AppBroadcastPreview","features":[154]},{"name":"AppBroadcastPreviewState","features":[154]},{"name":"AppBroadcastPreviewStateChangedEventArgs","features":[154]},{"name":"AppBroadcastPreviewStreamReader","features":[154]},{"name":"AppBroadcastPreviewStreamVideoFrame","features":[154]},{"name":"AppBroadcastPreviewStreamVideoHeader","features":[154]},{"name":"AppBroadcastProviderSettings","features":[154]},{"name":"AppBroadcastServices","features":[154]},{"name":"AppBroadcastSignInResult","features":[154]},{"name":"AppBroadcastSignInState","features":[154]},{"name":"AppBroadcastSignInStateChangedEventArgs","features":[154]},{"name":"AppBroadcastState","features":[154]},{"name":"AppBroadcastStreamAudioFrame","features":[154]},{"name":"AppBroadcastStreamAudioHeader","features":[154]},{"name":"AppBroadcastStreamReader","features":[154]},{"name":"AppBroadcastStreamState","features":[154]},{"name":"AppBroadcastStreamStateChangedEventArgs","features":[154]},{"name":"AppBroadcastStreamVideoFrame","features":[154]},{"name":"AppBroadcastStreamVideoHeader","features":[154]},{"name":"AppBroadcastTerminationReason","features":[154]},{"name":"AppBroadcastTriggerDetails","features":[154]},{"name":"AppBroadcastVideoEncodingBitrateMode","features":[154]},{"name":"AppBroadcastVideoEncodingResolutionMode","features":[154]},{"name":"AppBroadcastViewerCountChangedEventArgs","features":[154]},{"name":"AppCapture","features":[154]},{"name":"AppCaptureAlternateShortcutKeys","features":[154]},{"name":"AppCaptureContract","features":[154]},{"name":"AppCaptureDurationGeneratedEventArgs","features":[154]},{"name":"AppCaptureFileGeneratedEventArgs","features":[154]},{"name":"AppCaptureHistoricalBufferLengthUnit","features":[154]},{"name":"AppCaptureManager","features":[154]},{"name":"AppCaptureMetadataContract","features":[154]},{"name":"AppCaptureMetadataPriority","features":[154]},{"name":"AppCaptureMetadataWriter","features":[154]},{"name":"AppCaptureMicrophoneCaptureState","features":[154]},{"name":"AppCaptureMicrophoneCaptureStateChangedEventArgs","features":[154]},{"name":"AppCaptureRecordOperation","features":[154]},{"name":"AppCaptureRecordingState","features":[154]},{"name":"AppCaptureRecordingStateChangedEventArgs","features":[154]},{"name":"AppCaptureServices","features":[154]},{"name":"AppCaptureSettings","features":[154]},{"name":"AppCaptureState","features":[154]},{"name":"AppCaptureVideoEncodingBitrateMode","features":[154]},{"name":"AppCaptureVideoEncodingFrameRateMode","features":[154]},{"name":"AppCaptureVideoEncodingResolutionMode","features":[154]},{"name":"CameraCaptureUI","features":[154]},{"name":"CameraCaptureUIContract","features":[154]},{"name":"CameraCaptureUIMaxPhotoResolution","features":[154]},{"name":"CameraCaptureUIMaxVideoResolution","features":[154]},{"name":"CameraCaptureUIMode","features":[154]},{"name":"CameraCaptureUIPhotoCaptureSettings","features":[154]},{"name":"CameraCaptureUIPhotoFormat","features":[154]},{"name":"CameraCaptureUIVideoCaptureSettings","features":[154]},{"name":"CameraCaptureUIVideoFormat","features":[154]},{"name":"CameraOptionsUI","features":[154]},{"name":"CapturedFrame","features":[154]},{"name":"CapturedFrameControlValues","features":[154]},{"name":"CapturedPhoto","features":[154]},{"name":"ForegroundActivationArgument","features":[154]},{"name":"GameBarCommand","features":[154]},{"name":"GameBarCommandOrigin","features":[154]},{"name":"GameBarContract","features":[154]},{"name":"GameBarServices","features":[154]},{"name":"GameBarServicesCommandEventArgs","features":[154]},{"name":"GameBarServicesDisplayMode","features":[154]},{"name":"GameBarServicesManager","features":[154]},{"name":"GameBarServicesManagerGameBarServicesCreatedEventArgs","features":[154]},{"name":"GameBarServicesTargetInfo","features":[154]},{"name":"GameBarTargetCapturePolicy","features":[154]},{"name":"IAdvancedCapturedPhoto","features":[154]},{"name":"IAdvancedCapturedPhoto2","features":[154]},{"name":"IAdvancedPhotoCapture","features":[154]},{"name":"IAppBroadcastBackgroundService","features":[154]},{"name":"IAppBroadcastBackgroundService2","features":[154]},{"name":"IAppBroadcastBackgroundServiceSignInInfo","features":[154]},{"name":"IAppBroadcastBackgroundServiceSignInInfo2","features":[154]},{"name":"IAppBroadcastBackgroundServiceStreamInfo","features":[154]},{"name":"IAppBroadcastBackgroundServiceStreamInfo2","features":[154]},{"name":"IAppBroadcastCameraCaptureStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastGlobalSettings","features":[154]},{"name":"IAppBroadcastHeartbeatRequestedEventArgs","features":[154]},{"name":"IAppBroadcastManagerStatics","features":[154]},{"name":"IAppBroadcastMicrophoneCaptureStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastPlugIn","features":[154]},{"name":"IAppBroadcastPlugInManager","features":[154]},{"name":"IAppBroadcastPlugInManagerStatics","features":[154]},{"name":"IAppBroadcastPlugInStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastPreview","features":[154]},{"name":"IAppBroadcastPreviewStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastPreviewStreamReader","features":[154]},{"name":"IAppBroadcastPreviewStreamVideoFrame","features":[154]},{"name":"IAppBroadcastPreviewStreamVideoHeader","features":[154]},{"name":"IAppBroadcastProviderSettings","features":[154]},{"name":"IAppBroadcastServices","features":[154]},{"name":"IAppBroadcastSignInStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastState","features":[154]},{"name":"IAppBroadcastStreamAudioFrame","features":[154]},{"name":"IAppBroadcastStreamAudioHeader","features":[154]},{"name":"IAppBroadcastStreamReader","features":[154]},{"name":"IAppBroadcastStreamStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastStreamVideoFrame","features":[154]},{"name":"IAppBroadcastStreamVideoHeader","features":[154]},{"name":"IAppBroadcastTriggerDetails","features":[154]},{"name":"IAppBroadcastViewerCountChangedEventArgs","features":[154]},{"name":"IAppCapture","features":[154]},{"name":"IAppCaptureAlternateShortcutKeys","features":[154]},{"name":"IAppCaptureAlternateShortcutKeys2","features":[154]},{"name":"IAppCaptureAlternateShortcutKeys3","features":[154]},{"name":"IAppCaptureDurationGeneratedEventArgs","features":[154]},{"name":"IAppCaptureFileGeneratedEventArgs","features":[154]},{"name":"IAppCaptureManagerStatics","features":[154]},{"name":"IAppCaptureMetadataWriter","features":[154]},{"name":"IAppCaptureMicrophoneCaptureStateChangedEventArgs","features":[154]},{"name":"IAppCaptureRecordOperation","features":[154]},{"name":"IAppCaptureRecordingStateChangedEventArgs","features":[154]},{"name":"IAppCaptureServices","features":[154]},{"name":"IAppCaptureSettings","features":[154]},{"name":"IAppCaptureSettings2","features":[154]},{"name":"IAppCaptureSettings3","features":[154]},{"name":"IAppCaptureSettings4","features":[154]},{"name":"IAppCaptureSettings5","features":[154]},{"name":"IAppCaptureState","features":[154]},{"name":"IAppCaptureStatics","features":[154]},{"name":"IAppCaptureStatics2","features":[154]},{"name":"ICameraCaptureUI","features":[154]},{"name":"ICameraCaptureUIPhotoCaptureSettings","features":[154]},{"name":"ICameraCaptureUIVideoCaptureSettings","features":[154]},{"name":"ICameraOptionsUIStatics","features":[154]},{"name":"ICapturedFrame","features":[154]},{"name":"ICapturedFrame2","features":[154]},{"name":"ICapturedFrameControlValues","features":[154]},{"name":"ICapturedFrameControlValues2","features":[154]},{"name":"ICapturedFrameWithSoftwareBitmap","features":[154]},{"name":"ICapturedPhoto","features":[154]},{"name":"IGameBarServices","features":[154]},{"name":"IGameBarServicesCommandEventArgs","features":[154]},{"name":"IGameBarServicesManager","features":[154]},{"name":"IGameBarServicesManagerGameBarServicesCreatedEventArgs","features":[154]},{"name":"IGameBarServicesManagerStatics","features":[154]},{"name":"IGameBarServicesTargetInfo","features":[154]},{"name":"ILowLagMediaRecording","features":[154]},{"name":"ILowLagMediaRecording2","features":[154]},{"name":"ILowLagMediaRecording3","features":[154]},{"name":"ILowLagPhotoCapture","features":[154]},{"name":"ILowLagPhotoSequenceCapture","features":[154]},{"name":"IMediaCapture","features":[154]},{"name":"IMediaCapture2","features":[154]},{"name":"IMediaCapture3","features":[154]},{"name":"IMediaCapture4","features":[154]},{"name":"IMediaCapture5","features":[154]},{"name":"IMediaCapture6","features":[154]},{"name":"IMediaCapture7","features":[154]},{"name":"IMediaCaptureDeviceExclusiveControlStatusChangedEventArgs","features":[154]},{"name":"IMediaCaptureFailedEventArgs","features":[154]},{"name":"IMediaCaptureFocusChangedEventArgs","features":[154]},{"name":"IMediaCaptureInitializationSettings","features":[154]},{"name":"IMediaCaptureInitializationSettings2","features":[154]},{"name":"IMediaCaptureInitializationSettings3","features":[154]},{"name":"IMediaCaptureInitializationSettings4","features":[154]},{"name":"IMediaCaptureInitializationSettings5","features":[154]},{"name":"IMediaCaptureInitializationSettings6","features":[154]},{"name":"IMediaCaptureInitializationSettings7","features":[154]},{"name":"IMediaCapturePauseResult","features":[154]},{"name":"IMediaCaptureRelativePanelWatcher","features":[154]},{"name":"IMediaCaptureSettings","features":[154]},{"name":"IMediaCaptureSettings2","features":[154]},{"name":"IMediaCaptureSettings3","features":[154]},{"name":"IMediaCaptureStatics","features":[154]},{"name":"IMediaCaptureStopResult","features":[154]},{"name":"IMediaCaptureVideoPreview","features":[154]},{"name":"IMediaCaptureVideoProfile","features":[154]},{"name":"IMediaCaptureVideoProfile2","features":[154]},{"name":"IMediaCaptureVideoProfileMediaDescription","features":[154]},{"name":"IMediaCaptureVideoProfileMediaDescription2","features":[154]},{"name":"IOptionalReferencePhotoCapturedEventArgs","features":[154]},{"name":"IPhotoCapturedEventArgs","features":[154]},{"name":"IPhotoConfirmationCapturedEventArgs","features":[154]},{"name":"IScreenCapture","features":[154]},{"name":"IScreenCaptureStatics","features":[154]},{"name":"ISourceSuspensionChangedEventArgs","features":[154]},{"name":"IVideoStreamConfiguration","features":[154]},{"name":"KnownVideoProfile","features":[154]},{"name":"LowLagMediaRecording","features":[154]},{"name":"LowLagPhotoCapture","features":[154]},{"name":"LowLagPhotoSequenceCapture","features":[154]},{"name":"MediaCapture","features":[154]},{"name":"MediaCaptureDeviceExclusiveControlReleaseMode","features":[154]},{"name":"MediaCaptureDeviceExclusiveControlStatus","features":[154]},{"name":"MediaCaptureDeviceExclusiveControlStatusChangedEventArgs","features":[154]},{"name":"MediaCaptureFailedEventArgs","features":[154]},{"name":"MediaCaptureFailedEventHandler","features":[154]},{"name":"MediaCaptureFocusChangedEventArgs","features":[154]},{"name":"MediaCaptureInitializationSettings","features":[154]},{"name":"MediaCaptureMemoryPreference","features":[154]},{"name":"MediaCapturePauseResult","features":[154]},{"name":"MediaCaptureRelativePanelWatcher","features":[154]},{"name":"MediaCaptureSettings","features":[154]},{"name":"MediaCaptureSharingMode","features":[154]},{"name":"MediaCaptureStopResult","features":[154]},{"name":"MediaCaptureThermalStatus","features":[154]},{"name":"MediaCaptureVideoProfile","features":[154]},{"name":"MediaCaptureVideoProfileMediaDescription","features":[154]},{"name":"MediaCategory","features":[154]},{"name":"MediaStreamType","features":[154]},{"name":"OptionalReferencePhotoCapturedEventArgs","features":[154]},{"name":"PhotoCaptureSource","features":[154]},{"name":"PhotoCapturedEventArgs","features":[154]},{"name":"PhotoConfirmationCapturedEventArgs","features":[154]},{"name":"PowerlineFrequency","features":[154]},{"name":"RecordLimitationExceededEventHandler","features":[154]},{"name":"ScreenCapture","features":[154]},{"name":"SourceSuspensionChangedEventArgs","features":[154]},{"name":"StreamingCaptureMode","features":[154]},{"name":"VideoDeviceCharacteristic","features":[154]},{"name":"VideoRotation","features":[154]},{"name":"VideoStreamConfiguration","features":[154]},{"name":"WhiteBalanceGain","features":[154]}],"163":[{"name":"IVariablePhotoCapturedEventArgs","features":[155]},{"name":"IVariablePhotoSequenceCapture","features":[155]},{"name":"IVariablePhotoSequenceCapture2","features":[155]},{"name":"VariablePhotoCapturedEventArgs","features":[155]},{"name":"VariablePhotoSequenceCapture","features":[155]}],"164":[{"name":"AudioMediaFrame","features":[156]},{"name":"BufferMediaFrame","features":[156]},{"name":"DepthMediaFrame","features":[156]},{"name":"DepthMediaFrameFormat","features":[156]},{"name":"IAudioMediaFrame","features":[156]},{"name":"IBufferMediaFrame","features":[156]},{"name":"IDepthMediaFrame","features":[156]},{"name":"IDepthMediaFrame2","features":[156]},{"name":"IDepthMediaFrameFormat","features":[156]},{"name":"IInfraredMediaFrame","features":[156]},{"name":"IMediaFrameArrivedEventArgs","features":[156]},{"name":"IMediaFrameFormat","features":[156]},{"name":"IMediaFrameFormat2","features":[156]},{"name":"IMediaFrameReader","features":[156]},{"name":"IMediaFrameReader2","features":[156]},{"name":"IMediaFrameReference","features":[156]},{"name":"IMediaFrameReference2","features":[156]},{"name":"IMediaFrameSource","features":[156]},{"name":"IMediaFrameSourceController","features":[156]},{"name":"IMediaFrameSourceController2","features":[156]},{"name":"IMediaFrameSourceController3","features":[156]},{"name":"IMediaFrameSourceGetPropertyResult","features":[156]},{"name":"IMediaFrameSourceGroup","features":[156]},{"name":"IMediaFrameSourceGroupStatics","features":[156]},{"name":"IMediaFrameSourceInfo","features":[156]},{"name":"IMediaFrameSourceInfo2","features":[156]},{"name":"IMediaFrameSourceInfo3","features":[156]},{"name":"IMediaFrameSourceInfo4","features":[156]},{"name":"IMultiSourceMediaFrameArrivedEventArgs","features":[156]},{"name":"IMultiSourceMediaFrameReader","features":[156]},{"name":"IMultiSourceMediaFrameReader2","features":[156]},{"name":"IMultiSourceMediaFrameReference","features":[156]},{"name":"IVideoMediaFrame","features":[156]},{"name":"IVideoMediaFrameFormat","features":[156]},{"name":"InfraredMediaFrame","features":[156]},{"name":"MediaFrameArrivedEventArgs","features":[156]},{"name":"MediaFrameFormat","features":[156]},{"name":"MediaFrameReader","features":[156]},{"name":"MediaFrameReaderAcquisitionMode","features":[156]},{"name":"MediaFrameReaderStartStatus","features":[156]},{"name":"MediaFrameReference","features":[156]},{"name":"MediaFrameSource","features":[156]},{"name":"MediaFrameSourceController","features":[156]},{"name":"MediaFrameSourceGetPropertyResult","features":[156]},{"name":"MediaFrameSourceGetPropertyStatus","features":[156]},{"name":"MediaFrameSourceGroup","features":[156]},{"name":"MediaFrameSourceInfo","features":[156]},{"name":"MediaFrameSourceKind","features":[156]},{"name":"MediaFrameSourceSetPropertyStatus","features":[156]},{"name":"MultiSourceMediaFrameArrivedEventArgs","features":[156]},{"name":"MultiSourceMediaFrameReader","features":[156]},{"name":"MultiSourceMediaFrameReaderStartStatus","features":[156]},{"name":"MultiSourceMediaFrameReference","features":[156]},{"name":"VideoMediaFrame","features":[156]},{"name":"VideoMediaFrameFormat","features":[156]}],"165":[{"name":"CastingConnection","features":[157]},{"name":"CastingConnectionErrorOccurredEventArgs","features":[157]},{"name":"CastingConnectionErrorStatus","features":[157]},{"name":"CastingConnectionState","features":[157]},{"name":"CastingDevice","features":[157]},{"name":"CastingDevicePicker","features":[157]},{"name":"CastingDevicePickerFilter","features":[157]},{"name":"CastingDeviceSelectedEventArgs","features":[157]},{"name":"CastingPlaybackTypes","features":[157]},{"name":"CastingSource","features":[157]},{"name":"ICastingConnection","features":[157]},{"name":"ICastingConnectionErrorOccurredEventArgs","features":[157]},{"name":"ICastingDevice","features":[157]},{"name":"ICastingDevicePicker","features":[157]},{"name":"ICastingDevicePickerFilter","features":[157]},{"name":"ICastingDeviceSelectedEventArgs","features":[157]},{"name":"ICastingDeviceStatics","features":[157]},{"name":"ICastingSource","features":[157]}],"166":[{"name":"ClosedCaptionColor","features":[158]},{"name":"ClosedCaptionEdgeEffect","features":[158]},{"name":"ClosedCaptionOpacity","features":[158]},{"name":"ClosedCaptionProperties","features":[158]},{"name":"ClosedCaptionSize","features":[158]},{"name":"ClosedCaptionStyle","features":[158]},{"name":"IClosedCaptionPropertiesStatics","features":[158]},{"name":"IClosedCaptionPropertiesStatics2","features":[158]}],"167":[{"name":"ContentAccessRestrictionLevel","features":[159]},{"name":"ContentRestrictionsBrowsePolicy","features":[159]},{"name":"IContentRestrictionsBrowsePolicy","features":[159]},{"name":"IRatedContentDescription","features":[159]},{"name":"IRatedContentDescriptionFactory","features":[159]},{"name":"IRatedContentRestrictions","features":[159]},{"name":"IRatedContentRestrictionsFactory","features":[159]},{"name":"RatedContentCategory","features":[159]},{"name":"RatedContentDescription","features":[159]},{"name":"RatedContentRestrictions","features":[159]}],"168":[{"name":"CurrentSessionChangedEventArgs","features":[160]},{"name":"GlobalSystemMediaTransportControlsSession","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionManager","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionMediaProperties","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionPlaybackControls","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionPlaybackInfo","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionPlaybackStatus","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionTimelineProperties","features":[160]},{"name":"ICurrentSessionChangedEventArgs","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSession","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionManager","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionManagerStatics","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionMediaProperties","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionPlaybackControls","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionPlaybackInfo","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionTimelineProperties","features":[160]},{"name":"IMediaPropertiesChangedEventArgs","features":[160]},{"name":"IPlaybackInfoChangedEventArgs","features":[160]},{"name":"ISessionsChangedEventArgs","features":[160]},{"name":"ITimelinePropertiesChangedEventArgs","features":[160]},{"name":"MediaPropertiesChangedEventArgs","features":[160]},{"name":"PlaybackInfoChangedEventArgs","features":[160]},{"name":"SessionsChangedEventArgs","features":[160]},{"name":"TimelinePropertiesChangedEventArgs","features":[160]}],"169":[{"name":"AudioDecoderDegradation","features":[161]},{"name":"AudioDecoderDegradationReason","features":[161]},{"name":"AudioStreamDescriptor","features":[161]},{"name":"AudioTrack","features":[161]},{"name":"AudioTrackOpenFailedEventArgs","features":[161]},{"name":"AudioTrackSupportInfo","features":[161]},{"name":"ChapterCue","features":[161]},{"name":"CodecCategory","features":[161]},{"name":"CodecInfo","features":[161]},{"name":"CodecKind","features":[161]},{"name":"CodecQuery","features":[161]},{"name":"CodecSubtypes","features":[161]},{"name":"DataCue","features":[161]},{"name":"FaceDetectedEventArgs","features":[161]},{"name":"FaceDetectionEffect","features":[161]},{"name":"FaceDetectionEffectDefinition","features":[161,162]},{"name":"FaceDetectionEffectFrame","features":[161]},{"name":"FaceDetectionMode","features":[161]},{"name":"HighDynamicRangeControl","features":[161]},{"name":"HighDynamicRangeOutput","features":[161]},{"name":"IAudioStreamDescriptor","features":[161]},{"name":"IAudioStreamDescriptor2","features":[161]},{"name":"IAudioStreamDescriptor3","features":[161]},{"name":"IAudioStreamDescriptorFactory","features":[161]},{"name":"IAudioTrack","features":[161]},{"name":"IAudioTrackOpenFailedEventArgs","features":[161]},{"name":"IAudioTrackSupportInfo","features":[161]},{"name":"IChapterCue","features":[161]},{"name":"ICodecInfo","features":[161]},{"name":"ICodecQuery","features":[161]},{"name":"ICodecSubtypesStatics","features":[161]},{"name":"IDataCue","features":[161]},{"name":"IDataCue2","features":[161]},{"name":"IFaceDetectedEventArgs","features":[161]},{"name":"IFaceDetectionEffect","features":[161]},{"name":"IFaceDetectionEffectDefinition","features":[161]},{"name":"IFaceDetectionEffectFrame","features":[161]},{"name":"IHighDynamicRangeControl","features":[161]},{"name":"IHighDynamicRangeOutput","features":[161]},{"name":"IImageCue","features":[161]},{"name":"IInitializeMediaStreamSourceRequestedEventArgs","features":[161]},{"name":"ILowLightFusionResult","features":[161]},{"name":"ILowLightFusionStatics","features":[161]},{"name":"IMediaBinder","features":[161]},{"name":"IMediaBindingEventArgs","features":[161]},{"name":"IMediaBindingEventArgs2","features":[161]},{"name":"IMediaBindingEventArgs3","features":[161]},{"name":"IMediaCue","features":[161]},{"name":"IMediaCueEventArgs","features":[161]},{"name":"IMediaSource","features":[161]},{"name":"IMediaSource2","features":[161]},{"name":"IMediaSource3","features":[161]},{"name":"IMediaSource4","features":[161]},{"name":"IMediaSource5","features":[161]},{"name":"IMediaSourceAppServiceConnection","features":[161]},{"name":"IMediaSourceAppServiceConnectionFactory","features":[161]},{"name":"IMediaSourceError","features":[161]},{"name":"IMediaSourceOpenOperationCompletedEventArgs","features":[161]},{"name":"IMediaSourceStateChangedEventArgs","features":[161]},{"name":"IMediaSourceStatics","features":[161]},{"name":"IMediaSourceStatics2","features":[161]},{"name":"IMediaSourceStatics3","features":[161]},{"name":"IMediaSourceStatics4","features":[161]},{"name":"IMediaStreamDescriptor","features":[161]},{"name":"IMediaStreamDescriptor2","features":[161]},{"name":"IMediaStreamSample","features":[161]},{"name":"IMediaStreamSample2","features":[161]},{"name":"IMediaStreamSampleProtectionProperties","features":[161]},{"name":"IMediaStreamSampleStatics","features":[161]},{"name":"IMediaStreamSampleStatics2","features":[161]},{"name":"IMediaStreamSource","features":[161]},{"name":"IMediaStreamSource2","features":[161]},{"name":"IMediaStreamSource3","features":[161]},{"name":"IMediaStreamSource4","features":[161]},{"name":"IMediaStreamSourceClosedEventArgs","features":[161]},{"name":"IMediaStreamSourceClosedRequest","features":[161]},{"name":"IMediaStreamSourceFactory","features":[161]},{"name":"IMediaStreamSourceSampleRenderedEventArgs","features":[161]},{"name":"IMediaStreamSourceSampleRequest","features":[161]},{"name":"IMediaStreamSourceSampleRequestDeferral","features":[161]},{"name":"IMediaStreamSourceSampleRequestedEventArgs","features":[161]},{"name":"IMediaStreamSourceStartingEventArgs","features":[161]},{"name":"IMediaStreamSourceStartingRequest","features":[161]},{"name":"IMediaStreamSourceStartingRequestDeferral","features":[161]},{"name":"IMediaStreamSourceSwitchStreamsRequest","features":[161]},{"name":"IMediaStreamSourceSwitchStreamsRequestDeferral","features":[161]},{"name":"IMediaStreamSourceSwitchStreamsRequestedEventArgs","features":[161]},{"name":"IMediaTrack","features":[161]},{"name":"IMseSourceBuffer","features":[161]},{"name":"IMseSourceBufferList","features":[161]},{"name":"IMseStreamSource","features":[161]},{"name":"IMseStreamSource2","features":[161]},{"name":"IMseStreamSourceStatics","features":[161]},{"name":"ISceneAnalysisEffect","features":[161]},{"name":"ISceneAnalysisEffectFrame","features":[161]},{"name":"ISceneAnalysisEffectFrame2","features":[161]},{"name":"ISceneAnalyzedEventArgs","features":[161]},{"name":"ISingleSelectMediaTrackList","features":[161]},{"name":"ISpeechCue","features":[161]},{"name":"ITimedMetadataStreamDescriptor","features":[161]},{"name":"ITimedMetadataStreamDescriptorFactory","features":[161]},{"name":"ITimedMetadataTrack","features":[161]},{"name":"ITimedMetadataTrack2","features":[161]},{"name":"ITimedMetadataTrackError","features":[161]},{"name":"ITimedMetadataTrackFactory","features":[161]},{"name":"ITimedMetadataTrackFailedEventArgs","features":[161]},{"name":"ITimedMetadataTrackProvider","features":[161]},{"name":"ITimedTextBouten","features":[161]},{"name":"ITimedTextCue","features":[161]},{"name":"ITimedTextLine","features":[161]},{"name":"ITimedTextRegion","features":[161]},{"name":"ITimedTextRuby","features":[161]},{"name":"ITimedTextSource","features":[161]},{"name":"ITimedTextSourceResolveResultEventArgs","features":[161]},{"name":"ITimedTextSourceStatics","features":[161]},{"name":"ITimedTextSourceStatics2","features":[161]},{"name":"ITimedTextStyle","features":[161]},{"name":"ITimedTextStyle2","features":[161]},{"name":"ITimedTextStyle3","features":[161]},{"name":"ITimedTextSubformat","features":[161]},{"name":"IVideoStabilizationEffect","features":[161]},{"name":"IVideoStabilizationEffectEnabledChangedEventArgs","features":[161]},{"name":"IVideoStreamDescriptor","features":[161]},{"name":"IVideoStreamDescriptor2","features":[161]},{"name":"IVideoStreamDescriptorFactory","features":[161]},{"name":"IVideoTrack","features":[161]},{"name":"IVideoTrackOpenFailedEventArgs","features":[161]},{"name":"IVideoTrackSupportInfo","features":[161]},{"name":"ImageCue","features":[161]},{"name":"InitializeMediaStreamSourceRequestedEventArgs","features":[161]},{"name":"LowLightFusion","features":[161]},{"name":"LowLightFusionResult","features":[161]},{"name":"MediaBinder","features":[161]},{"name":"MediaBindingEventArgs","features":[161]},{"name":"MediaCueEventArgs","features":[161]},{"name":"MediaDecoderStatus","features":[161]},{"name":"MediaSource","features":[161]},{"name":"MediaSourceAppServiceConnection","features":[161]},{"name":"MediaSourceError","features":[161]},{"name":"MediaSourceOpenOperationCompletedEventArgs","features":[161]},{"name":"MediaSourceState","features":[161]},{"name":"MediaSourceStateChangedEventArgs","features":[161]},{"name":"MediaSourceStatus","features":[161]},{"name":"MediaStreamSample","features":[161]},{"name":"MediaStreamSamplePropertySet","features":[37,161]},{"name":"MediaStreamSampleProtectionProperties","features":[161]},{"name":"MediaStreamSource","features":[161]},{"name":"MediaStreamSourceClosedEventArgs","features":[161]},{"name":"MediaStreamSourceClosedReason","features":[161]},{"name":"MediaStreamSourceClosedRequest","features":[161]},{"name":"MediaStreamSourceErrorStatus","features":[161]},{"name":"MediaStreamSourceSampleRenderedEventArgs","features":[161]},{"name":"MediaStreamSourceSampleRequest","features":[161]},{"name":"MediaStreamSourceSampleRequestDeferral","features":[161]},{"name":"MediaStreamSourceSampleRequestedEventArgs","features":[161]},{"name":"MediaStreamSourceStartingEventArgs","features":[161]},{"name":"MediaStreamSourceStartingRequest","features":[161]},{"name":"MediaStreamSourceStartingRequestDeferral","features":[161]},{"name":"MediaStreamSourceSwitchStreamsRequest","features":[161]},{"name":"MediaStreamSourceSwitchStreamsRequestDeferral","features":[161]},{"name":"MediaStreamSourceSwitchStreamsRequestedEventArgs","features":[161]},{"name":"MediaTrackKind","features":[161]},{"name":"MseAppendMode","features":[161]},{"name":"MseEndOfStreamStatus","features":[161]},{"name":"MseReadyState","features":[161]},{"name":"MseSourceBuffer","features":[161]},{"name":"MseSourceBufferList","features":[161]},{"name":"MseStreamSource","features":[161]},{"name":"MseTimeRange","features":[77,161]},{"name":"SceneAnalysisEffect","features":[161]},{"name":"SceneAnalysisEffectDefinition","features":[161,162]},{"name":"SceneAnalysisEffectFrame","features":[161]},{"name":"SceneAnalysisRecommendation","features":[161]},{"name":"SceneAnalyzedEventArgs","features":[161]},{"name":"SpeechCue","features":[161]},{"name":"TimedMetadataKind","features":[161]},{"name":"TimedMetadataStreamDescriptor","features":[161]},{"name":"TimedMetadataTrack","features":[161]},{"name":"TimedMetadataTrackError","features":[161]},{"name":"TimedMetadataTrackErrorCode","features":[161]},{"name":"TimedMetadataTrackFailedEventArgs","features":[161]},{"name":"TimedTextBouten","features":[161]},{"name":"TimedTextBoutenPosition","features":[161]},{"name":"TimedTextBoutenType","features":[161]},{"name":"TimedTextCue","features":[161]},{"name":"TimedTextDisplayAlignment","features":[161]},{"name":"TimedTextDouble","features":[161]},{"name":"TimedTextFlowDirection","features":[161]},{"name":"TimedTextFontStyle","features":[161]},{"name":"TimedTextLine","features":[161]},{"name":"TimedTextLineAlignment","features":[161]},{"name":"TimedTextPadding","features":[161]},{"name":"TimedTextPoint","features":[161]},{"name":"TimedTextRegion","features":[161]},{"name":"TimedTextRuby","features":[161]},{"name":"TimedTextRubyAlign","features":[161]},{"name":"TimedTextRubyPosition","features":[161]},{"name":"TimedTextRubyReserve","features":[161]},{"name":"TimedTextScrollMode","features":[161]},{"name":"TimedTextSize","features":[161]},{"name":"TimedTextSource","features":[161]},{"name":"TimedTextSourceResolveResultEventArgs","features":[161]},{"name":"TimedTextStyle","features":[161]},{"name":"TimedTextSubformat","features":[161]},{"name":"TimedTextUnit","features":[161]},{"name":"TimedTextWeight","features":[161]},{"name":"TimedTextWrapping","features":[161]},{"name":"TimedTextWritingMode","features":[161]},{"name":"VideoStabilizationEffect","features":[161]},{"name":"VideoStabilizationEffectDefinition","features":[161,162]},{"name":"VideoStabilizationEffectEnabledChangedEventArgs","features":[161]},{"name":"VideoStabilizationEffectEnabledChangedReason","features":[161]},{"name":"VideoStreamDescriptor","features":[161]},{"name":"VideoTrack","features":[161]},{"name":"VideoTrackOpenFailedEventArgs","features":[161]},{"name":"VideoTrackSupportInfo","features":[161]}],"170":[{"name":"ISoundLevelBrokerStatics","features":[163]},{"name":"SoundLevelBroker","features":[163]}],"171":[{"name":"AdvancedPhotoCaptureSettings","features":[164]},{"name":"AdvancedPhotoControl","features":[164]},{"name":"AdvancedPhotoMode","features":[164]},{"name":"AudioDeviceController","features":[164]},{"name":"AudioDeviceModule","features":[164]},{"name":"AudioDeviceModuleNotificationEventArgs","features":[164]},{"name":"AudioDeviceModulesManager","features":[164]},{"name":"AudioDeviceRole","features":[164]},{"name":"AutoFocusRange","features":[164]},{"name":"CallControl","features":[164]},{"name":"CallControlContract","features":[164]},{"name":"CallControlEventHandler","features":[164]},{"name":"CameraOcclusionInfo","features":[164]},{"name":"CameraOcclusionKind","features":[164]},{"name":"CameraOcclusionState","features":[164]},{"name":"CameraOcclusionStateChangedEventArgs","features":[164]},{"name":"CameraStreamState","features":[164]},{"name":"CaptureSceneMode","features":[164]},{"name":"CaptureUse","features":[164]},{"name":"ColorTemperaturePreset","features":[164]},{"name":"DefaultAudioCaptureDeviceChangedEventArgs","features":[164]},{"name":"DefaultAudioRenderDeviceChangedEventArgs","features":[164]},{"name":"DialRequestedEventArgs","features":[164]},{"name":"DialRequestedEventHandler","features":[164]},{"name":"DigitalWindowBounds","features":[164]},{"name":"DigitalWindowCapability","features":[164]},{"name":"DigitalWindowControl","features":[164]},{"name":"DigitalWindowMode","features":[164]},{"name":"ExposureCompensationControl","features":[164]},{"name":"ExposureControl","features":[164]},{"name":"ExposurePriorityVideoControl","features":[164]},{"name":"FlashControl","features":[164]},{"name":"FocusControl","features":[164]},{"name":"FocusMode","features":[164]},{"name":"FocusPreset","features":[164]},{"name":"FocusSettings","features":[164]},{"name":"HdrVideoControl","features":[164]},{"name":"HdrVideoMode","features":[164]},{"name":"IAdvancedPhotoCaptureSettings","features":[164]},{"name":"IAdvancedPhotoControl","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController10","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController11","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController2","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController3","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController4","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController5","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController6","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController7","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController8","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController9","features":[164]},{"name":"IAudioDeviceController","features":[164]},{"name":"IAudioDeviceController2","features":[164]},{"name":"IAudioDeviceModule","features":[164]},{"name":"IAudioDeviceModuleNotificationEventArgs","features":[164]},{"name":"IAudioDeviceModulesManager","features":[164]},{"name":"IAudioDeviceModulesManagerFactory","features":[164]},{"name":"ICallControl","features":[164]},{"name":"ICallControlStatics","features":[164]},{"name":"ICameraOcclusionInfo","features":[164]},{"name":"ICameraOcclusionState","features":[164]},{"name":"ICameraOcclusionStateChangedEventArgs","features":[164]},{"name":"IDefaultAudioDeviceChangedEventArgs","features":[164]},{"name":"IDialRequestedEventArgs","features":[164]},{"name":"IDigitalWindowBounds","features":[164]},{"name":"IDigitalWindowCapability","features":[164]},{"name":"IDigitalWindowControl","features":[164]},{"name":"IExposureCompensationControl","features":[164]},{"name":"IExposureControl","features":[164]},{"name":"IExposurePriorityVideoControl","features":[164]},{"name":"IFlashControl","features":[164]},{"name":"IFlashControl2","features":[164]},{"name":"IFocusControl","features":[164]},{"name":"IFocusControl2","features":[164]},{"name":"IFocusSettings","features":[164]},{"name":"IHdrVideoControl","features":[164]},{"name":"IInfraredTorchControl","features":[164]},{"name":"IIsoSpeedControl","features":[164]},{"name":"IIsoSpeedControl2","features":[164]},{"name":"IKeypadPressedEventArgs","features":[164]},{"name":"ILowLagPhotoControl","features":[164]},{"name":"ILowLagPhotoSequenceControl","features":[164]},{"name":"IMediaDeviceControl","features":[164]},{"name":"IMediaDeviceControlCapabilities","features":[164]},{"name":"IMediaDeviceController","features":[164]},{"name":"IMediaDeviceStatics","features":[164]},{"name":"IModuleCommandResult","features":[164]},{"name":"IOpticalImageStabilizationControl","features":[164]},{"name":"IPanelBasedOptimizationControl","features":[164]},{"name":"IPhotoConfirmationControl","features":[164]},{"name":"IRedialRequestedEventArgs","features":[164]},{"name":"IRegionOfInterest","features":[164]},{"name":"IRegionOfInterest2","features":[164]},{"name":"IRegionsOfInterestControl","features":[164]},{"name":"ISceneModeControl","features":[164]},{"name":"ITorchControl","features":[164]},{"name":"IVideoDeviceController","features":[164]},{"name":"IVideoDeviceControllerGetDevicePropertyResult","features":[164]},{"name":"IVideoTemporalDenoisingControl","features":[164]},{"name":"IWhiteBalanceControl","features":[164]},{"name":"IZoomControl","features":[164]},{"name":"IZoomControl2","features":[164]},{"name":"IZoomSettings","features":[164]},{"name":"InfraredTorchControl","features":[164]},{"name":"InfraredTorchMode","features":[164]},{"name":"IsoSpeedControl","features":[164]},{"name":"IsoSpeedPreset","features":[164]},{"name":"KeypadPressedEventArgs","features":[164]},{"name":"KeypadPressedEventHandler","features":[164]},{"name":"LowLagPhotoControl","features":[164]},{"name":"LowLagPhotoSequenceControl","features":[164]},{"name":"ManualFocusDistance","features":[164]},{"name":"MediaCaptureFocusState","features":[164]},{"name":"MediaCaptureOptimization","features":[164]},{"name":"MediaCapturePauseBehavior","features":[164]},{"name":"MediaDevice","features":[164]},{"name":"MediaDeviceControl","features":[164]},{"name":"MediaDeviceControlCapabilities","features":[164]},{"name":"ModuleCommandResult","features":[164]},{"name":"OpticalImageStabilizationControl","features":[164]},{"name":"OpticalImageStabilizationMode","features":[164]},{"name":"PanelBasedOptimizationControl","features":[164]},{"name":"PhotoConfirmationControl","features":[164]},{"name":"RedialRequestedEventArgs","features":[164]},{"name":"RedialRequestedEventHandler","features":[164]},{"name":"RegionOfInterest","features":[164]},{"name":"RegionOfInterestType","features":[164]},{"name":"RegionsOfInterestControl","features":[164]},{"name":"SceneModeControl","features":[164]},{"name":"SendCommandStatus","features":[164]},{"name":"TelephonyKey","features":[164]},{"name":"TorchControl","features":[164]},{"name":"VideoDeviceController","features":[164]},{"name":"VideoDeviceControllerGetDevicePropertyResult","features":[164]},{"name":"VideoDeviceControllerGetDevicePropertyStatus","features":[164]},{"name":"VideoDeviceControllerSetDevicePropertyStatus","features":[164]},{"name":"VideoTemporalDenoisingControl","features":[164]},{"name":"VideoTemporalDenoisingMode","features":[164]},{"name":"WhiteBalanceControl","features":[164]},{"name":"ZoomControl","features":[164]},{"name":"ZoomSettings","features":[164]},{"name":"ZoomTransitionMode","features":[164]}],"172":[{"name":"CameraIntrinsics","features":[165]},{"name":"DepthCorrelatedCoordinateMapper","features":[165]},{"name":"FrameControlCapabilities","features":[165]},{"name":"FrameController","features":[165]},{"name":"FrameExposureCapabilities","features":[165]},{"name":"FrameExposureCompensationCapabilities","features":[165]},{"name":"FrameExposureCompensationControl","features":[165]},{"name":"FrameExposureControl","features":[165]},{"name":"FrameFlashCapabilities","features":[165]},{"name":"FrameFlashControl","features":[165]},{"name":"FrameFlashMode","features":[165]},{"name":"FrameFocusCapabilities","features":[165]},{"name":"FrameFocusControl","features":[165]},{"name":"FrameIsoSpeedCapabilities","features":[165]},{"name":"FrameIsoSpeedControl","features":[165]},{"name":"ICameraIntrinsics","features":[165]},{"name":"ICameraIntrinsics2","features":[165]},{"name":"ICameraIntrinsicsFactory","features":[165]},{"name":"IDepthCorrelatedCoordinateMapper","features":[165]},{"name":"IFrameControlCapabilities","features":[165]},{"name":"IFrameControlCapabilities2","features":[165]},{"name":"IFrameController","features":[165]},{"name":"IFrameController2","features":[165]},{"name":"IFrameExposureCapabilities","features":[165]},{"name":"IFrameExposureCompensationCapabilities","features":[165]},{"name":"IFrameExposureCompensationControl","features":[165]},{"name":"IFrameExposureControl","features":[165]},{"name":"IFrameFlashCapabilities","features":[165]},{"name":"IFrameFlashControl","features":[165]},{"name":"IFrameFocusCapabilities","features":[165]},{"name":"IFrameFocusControl","features":[165]},{"name":"IFrameIsoSpeedCapabilities","features":[165]},{"name":"IFrameIsoSpeedControl","features":[165]},{"name":"IVariablePhotoSequenceController","features":[165]},{"name":"VariablePhotoSequenceController","features":[165]}],"173":[{"name":"DialApp","features":[166]},{"name":"DialAppLaunchResult","features":[166]},{"name":"DialAppState","features":[166]},{"name":"DialAppStateDetails","features":[166]},{"name":"DialAppStopResult","features":[166]},{"name":"DialDevice","features":[166]},{"name":"DialDeviceDisplayStatus","features":[166]},{"name":"DialDevicePicker","features":[166]},{"name":"DialDevicePickerFilter","features":[166]},{"name":"DialDeviceSelectedEventArgs","features":[166]},{"name":"DialDisconnectButtonClickedEventArgs","features":[166]},{"name":"DialReceiverApp","features":[166]},{"name":"IDialApp","features":[166]},{"name":"IDialAppStateDetails","features":[166]},{"name":"IDialDevice","features":[166]},{"name":"IDialDevice2","features":[166]},{"name":"IDialDevicePicker","features":[166]},{"name":"IDialDevicePickerFilter","features":[166]},{"name":"IDialDeviceSelectedEventArgs","features":[166]},{"name":"IDialDeviceStatics","features":[166]},{"name":"IDialDisconnectButtonClickedEventArgs","features":[166]},{"name":"IDialReceiverApp","features":[166]},{"name":"IDialReceiverApp2","features":[166]},{"name":"IDialReceiverAppStatics","features":[166]}],"174":[{"name":"BackgroundAudioTrack","features":[167]},{"name":"EmbeddedAudioTrack","features":[167]},{"name":"IBackgroundAudioTrack","features":[167]},{"name":"IBackgroundAudioTrackStatics","features":[167]},{"name":"IEmbeddedAudioTrack","features":[167]},{"name":"IMediaClip","features":[167]},{"name":"IMediaClipStatics","features":[167]},{"name":"IMediaClipStatics2","features":[167]},{"name":"IMediaComposition","features":[167]},{"name":"IMediaComposition2","features":[167]},{"name":"IMediaCompositionStatics","features":[167]},{"name":"IMediaOverlay","features":[167]},{"name":"IMediaOverlayFactory","features":[167]},{"name":"IMediaOverlayLayer","features":[167]},{"name":"IMediaOverlayLayerFactory","features":[167]},{"name":"MediaClip","features":[167]},{"name":"MediaComposition","features":[167]},{"name":"MediaOverlay","features":[167]},{"name":"MediaOverlayLayer","features":[167]},{"name":"MediaTrimmingPreference","features":[167]},{"name":"VideoFramePrecision","features":[167]}],"175":[{"name":"AcousticEchoCancellationConfiguration","features":[162]},{"name":"AudioCaptureEffectsManager","features":[162]},{"name":"AudioEffect","features":[162]},{"name":"AudioEffectDefinition","features":[162]},{"name":"AudioEffectState","features":[162]},{"name":"AudioEffectType","features":[162]},{"name":"AudioEffectsManager","features":[162]},{"name":"AudioRenderEffectsManager","features":[162]},{"name":"CompositeVideoFrameContext","features":[162]},{"name":"IAcousticEchoCancellationConfiguration","features":[162]},{"name":"IAudioCaptureEffectsManager","features":[162]},{"name":"IAudioEffect","features":[162]},{"name":"IAudioEffect2","features":[162]},{"name":"IAudioEffectDefinition","features":[162]},{"name":"IAudioEffectDefinitionFactory","features":[162]},{"name":"IAudioEffectsManagerStatics","features":[162]},{"name":"IAudioRenderEffectsManager","features":[162]},{"name":"IAudioRenderEffectsManager2","features":[162]},{"name":"IBasicAudioEffect","features":[162]},{"name":"IBasicVideoEffect","features":[162]},{"name":"ICompositeVideoFrameContext","features":[162]},{"name":"IProcessAudioFrameContext","features":[162]},{"name":"IProcessVideoFrameContext","features":[162]},{"name":"ISlowMotionEffectDefinition","features":[162]},{"name":"IVideoCompositor","features":[162]},{"name":"IVideoCompositorDefinition","features":[162]},{"name":"IVideoCompositorDefinitionFactory","features":[162]},{"name":"IVideoEffectDefinition","features":[162]},{"name":"IVideoEffectDefinitionFactory","features":[162]},{"name":"IVideoTransformEffectDefinition","features":[162]},{"name":"IVideoTransformEffectDefinition2","features":[162]},{"name":"IVideoTransformSphericalProjection","features":[162]},{"name":"MediaEffectClosedReason","features":[162]},{"name":"MediaMemoryTypes","features":[162]},{"name":"ProcessAudioFrameContext","features":[162]},{"name":"ProcessVideoFrameContext","features":[162]},{"name":"SlowMotionEffectDefinition","features":[162]},{"name":"VideoCompositorDefinition","features":[162]},{"name":"VideoEffectDefinition","features":[162]},{"name":"VideoTransformEffectDefinition","features":[162]},{"name":"VideoTransformSphericalProjection","features":[162]}],"176":[{"name":"DetectedFace","features":[168]},{"name":"FaceDetector","features":[168]},{"name":"FaceTracker","features":[168]},{"name":"IDetectedFace","features":[168]},{"name":"IFaceDetector","features":[168]},{"name":"IFaceDetectorStatics","features":[168]},{"name":"IFaceTracker","features":[168]},{"name":"IFaceTrackerStatics","features":[168]}],"177":[{"name":"IPhotoImportDeleteImportedItemsFromSourceResult","features":[169]},{"name":"IPhotoImportFindItemsResult","features":[169]},{"name":"IPhotoImportFindItemsResult2","features":[169]},{"name":"IPhotoImportImportItemsResult","features":[169]},{"name":"IPhotoImportItem","features":[169]},{"name":"IPhotoImportItem2","features":[169]},{"name":"IPhotoImportItemImportedEventArgs","features":[169]},{"name":"IPhotoImportManagerStatics","features":[169]},{"name":"IPhotoImportOperation","features":[169]},{"name":"IPhotoImportSelectionChangedEventArgs","features":[169]},{"name":"IPhotoImportSession","features":[169]},{"name":"IPhotoImportSession2","features":[169]},{"name":"IPhotoImportSidecar","features":[169]},{"name":"IPhotoImportSource","features":[169]},{"name":"IPhotoImportSourceStatics","features":[169]},{"name":"IPhotoImportStorageMedium","features":[169]},{"name":"IPhotoImportVideoSegment","features":[169]},{"name":"PhotoImportAccessMode","features":[169]},{"name":"PhotoImportConnectionTransport","features":[169]},{"name":"PhotoImportContentType","features":[169]},{"name":"PhotoImportContentTypeFilter","features":[169]},{"name":"PhotoImportDeleteImportedItemsFromSourceResult","features":[169]},{"name":"PhotoImportFindItemsResult","features":[169]},{"name":"PhotoImportImportItemsResult","features":[169]},{"name":"PhotoImportImportMode","features":[169]},{"name":"PhotoImportItem","features":[169]},{"name":"PhotoImportItemImportedEventArgs","features":[169]},{"name":"PhotoImportItemSelectionMode","features":[169]},{"name":"PhotoImportManager","features":[169]},{"name":"PhotoImportOperation","features":[169]},{"name":"PhotoImportPowerSource","features":[169]},{"name":"PhotoImportProgress","features":[169]},{"name":"PhotoImportSelectionChangedEventArgs","features":[169]},{"name":"PhotoImportSession","features":[169]},{"name":"PhotoImportSidecar","features":[169]},{"name":"PhotoImportSource","features":[169]},{"name":"PhotoImportSourceType","features":[169]},{"name":"PhotoImportStage","features":[169]},{"name":"PhotoImportStorageMedium","features":[169]},{"name":"PhotoImportStorageMediumType","features":[169]},{"name":"PhotoImportSubfolderCreationMode","features":[169]},{"name":"PhotoImportSubfolderDateFormat","features":[169]},{"name":"PhotoImportVideoSegment","features":[169]}],"178":[{"name":"AudioEncodingProperties","features":[170]},{"name":"AudioEncodingQuality","features":[170]},{"name":"Av1ProfileIds","features":[170]},{"name":"ContainerEncodingProperties","features":[170]},{"name":"H264ProfileIds","features":[170]},{"name":"HevcProfileIds","features":[170]},{"name":"IAudioEncodingProperties","features":[170]},{"name":"IAudioEncodingProperties2","features":[170]},{"name":"IAudioEncodingProperties3","features":[170]},{"name":"IAudioEncodingPropertiesStatics","features":[170]},{"name":"IAudioEncodingPropertiesStatics2","features":[170]},{"name":"IAudioEncodingPropertiesWithFormatUserData","features":[170]},{"name":"IAv1ProfileIdsStatics","features":[170]},{"name":"IContainerEncodingProperties","features":[170]},{"name":"IContainerEncodingProperties2","features":[170]},{"name":"IH264ProfileIdsStatics","features":[170]},{"name":"IHevcProfileIdsStatics","features":[170]},{"name":"IImageEncodingProperties","features":[170]},{"name":"IImageEncodingProperties2","features":[170]},{"name":"IImageEncodingPropertiesStatics","features":[170]},{"name":"IImageEncodingPropertiesStatics2","features":[170]},{"name":"IImageEncodingPropertiesStatics3","features":[170]},{"name":"IMediaEncodingProfile","features":[170]},{"name":"IMediaEncodingProfile2","features":[170]},{"name":"IMediaEncodingProfile3","features":[170]},{"name":"IMediaEncodingProfileStatics","features":[170]},{"name":"IMediaEncodingProfileStatics2","features":[170]},{"name":"IMediaEncodingProfileStatics3","features":[170]},{"name":"IMediaEncodingProfileStatics4","features":[170]},{"name":"IMediaEncodingProperties","features":[170]},{"name":"IMediaEncodingSubtypesStatics","features":[170]},{"name":"IMediaEncodingSubtypesStatics2","features":[170]},{"name":"IMediaEncodingSubtypesStatics3","features":[170]},{"name":"IMediaEncodingSubtypesStatics4","features":[170]},{"name":"IMediaEncodingSubtypesStatics5","features":[170]},{"name":"IMediaEncodingSubtypesStatics6","features":[170]},{"name":"IMediaEncodingSubtypesStatics7","features":[170]},{"name":"IMediaRatio","features":[170]},{"name":"IMpeg2ProfileIdsStatics","features":[170]},{"name":"ITimedMetadataEncodingProperties","features":[170]},{"name":"ITimedMetadataEncodingPropertiesStatics","features":[170]},{"name":"IVideoEncodingProperties","features":[170]},{"name":"IVideoEncodingProperties2","features":[170]},{"name":"IVideoEncodingProperties3","features":[170]},{"name":"IVideoEncodingProperties4","features":[170]},{"name":"IVideoEncodingProperties5","features":[170]},{"name":"IVideoEncodingPropertiesStatics","features":[170]},{"name":"IVideoEncodingPropertiesStatics2","features":[170]},{"name":"IVideoEncodingPropertiesStatics3","features":[170]},{"name":"IVp9ProfileIdsStatics","features":[170]},{"name":"ImageEncodingProperties","features":[170]},{"name":"MediaEncodingProfile","features":[170]},{"name":"MediaEncodingSubtypes","features":[170]},{"name":"MediaMirroringOptions","features":[170]},{"name":"MediaPixelFormat","features":[170]},{"name":"MediaPropertySet","features":[37,170]},{"name":"MediaRatio","features":[170]},{"name":"MediaRotation","features":[170]},{"name":"MediaThumbnailFormat","features":[170]},{"name":"Mpeg2ProfileIds","features":[170]},{"name":"SphericalVideoFrameFormat","features":[170]},{"name":"StereoscopicVideoPackingMode","features":[170]},{"name":"TimedMetadataEncodingProperties","features":[170]},{"name":"VideoEncodingProperties","features":[170]},{"name":"VideoEncodingQuality","features":[170]},{"name":"Vp9ProfileIds","features":[170]}],"179":[{"name":"IMiracastReceiver","features":[171]},{"name":"IMiracastReceiverApplySettingsResult","features":[171]},{"name":"IMiracastReceiverConnection","features":[171]},{"name":"IMiracastReceiverConnectionCreatedEventArgs","features":[171]},{"name":"IMiracastReceiverCursorImageChannel","features":[171]},{"name":"IMiracastReceiverCursorImageChannelSettings","features":[171]},{"name":"IMiracastReceiverDisconnectedEventArgs","features":[171]},{"name":"IMiracastReceiverGameControllerDevice","features":[171]},{"name":"IMiracastReceiverInputDevices","features":[171]},{"name":"IMiracastReceiverKeyboardDevice","features":[171]},{"name":"IMiracastReceiverMediaSourceCreatedEventArgs","features":[171]},{"name":"IMiracastReceiverSession","features":[171]},{"name":"IMiracastReceiverSessionStartResult","features":[171]},{"name":"IMiracastReceiverSettings","features":[171]},{"name":"IMiracastReceiverStatus","features":[171]},{"name":"IMiracastReceiverStreamControl","features":[171]},{"name":"IMiracastReceiverVideoStreamSettings","features":[171]},{"name":"IMiracastTransmitter","features":[171]},{"name":"MiracastReceiver","features":[171]},{"name":"MiracastReceiverApplySettingsResult","features":[171]},{"name":"MiracastReceiverApplySettingsStatus","features":[171]},{"name":"MiracastReceiverAuthorizationMethod","features":[171]},{"name":"MiracastReceiverConnection","features":[171]},{"name":"MiracastReceiverConnectionCreatedEventArgs","features":[171]},{"name":"MiracastReceiverCursorImageChannel","features":[171]},{"name":"MiracastReceiverCursorImageChannelSettings","features":[171]},{"name":"MiracastReceiverDisconnectReason","features":[171]},{"name":"MiracastReceiverDisconnectedEventArgs","features":[171]},{"name":"MiracastReceiverGameControllerDevice","features":[171]},{"name":"MiracastReceiverGameControllerDeviceUsageMode","features":[171]},{"name":"MiracastReceiverInputDevices","features":[171]},{"name":"MiracastReceiverKeyboardDevice","features":[171]},{"name":"MiracastReceiverListeningStatus","features":[171]},{"name":"MiracastReceiverMediaSourceCreatedEventArgs","features":[171]},{"name":"MiracastReceiverSession","features":[171]},{"name":"MiracastReceiverSessionStartResult","features":[171]},{"name":"MiracastReceiverSessionStartStatus","features":[171]},{"name":"MiracastReceiverSettings","features":[171]},{"name":"MiracastReceiverStatus","features":[171]},{"name":"MiracastReceiverStreamControl","features":[171]},{"name":"MiracastReceiverVideoStreamSettings","features":[171]},{"name":"MiracastReceiverWiFiStatus","features":[171]},{"name":"MiracastTransmitter","features":[171]},{"name":"MiracastTransmitterAuthorizationStatus","features":[171]}],"180":[{"name":"IOcrEngine","features":[172]},{"name":"IOcrEngineStatics","features":[172]},{"name":"IOcrLine","features":[172]},{"name":"IOcrResult","features":[172]},{"name":"IOcrWord","features":[172]},{"name":"OcrEngine","features":[172]},{"name":"OcrLine","features":[172]},{"name":"OcrResult","features":[172]},{"name":"OcrWord","features":[172]}],"181":[{"name":"CurrentTimeChangeRequestedEventArgs","features":[173]},{"name":"ICurrentTimeChangeRequestedEventArgs","features":[173]},{"name":"IMuteChangeRequestedEventArgs","features":[173]},{"name":"IPlayToConnection","features":[173]},{"name":"IPlayToConnectionErrorEventArgs","features":[173]},{"name":"IPlayToConnectionStateChangedEventArgs","features":[173]},{"name":"IPlayToConnectionTransferredEventArgs","features":[173]},{"name":"IPlayToManager","features":[173]},{"name":"IPlayToManagerStatics","features":[173]},{"name":"IPlayToReceiver","features":[173]},{"name":"IPlayToSource","features":[173]},{"name":"IPlayToSourceDeferral","features":[173]},{"name":"IPlayToSourceRequest","features":[173]},{"name":"IPlayToSourceRequestedEventArgs","features":[173]},{"name":"IPlayToSourceSelectedEventArgs","features":[173]},{"name":"IPlayToSourceWithPreferredSourceUri","features":[173]},{"name":"IPlaybackRateChangeRequestedEventArgs","features":[173]},{"name":"ISourceChangeRequestedEventArgs","features":[173]},{"name":"IVolumeChangeRequestedEventArgs","features":[173]},{"name":"MuteChangeRequestedEventArgs","features":[173]},{"name":"PlayToConnection","features":[173]},{"name":"PlayToConnectionError","features":[173]},{"name":"PlayToConnectionErrorEventArgs","features":[173]},{"name":"PlayToConnectionState","features":[173]},{"name":"PlayToConnectionStateChangedEventArgs","features":[173]},{"name":"PlayToConnectionTransferredEventArgs","features":[173]},{"name":"PlayToManager","features":[173]},{"name":"PlayToReceiver","features":[173]},{"name":"PlayToSource","features":[173]},{"name":"PlayToSourceDeferral","features":[173]},{"name":"PlayToSourceRequest","features":[173]},{"name":"PlayToSourceRequestedEventArgs","features":[173]},{"name":"PlayToSourceSelectedEventArgs","features":[173]},{"name":"PlaybackRateChangeRequestedEventArgs","features":[173]},{"name":"SourceChangeRequestedEventArgs","features":[173]},{"name":"VolumeChangeRequestedEventArgs","features":[173]}],"182":[{"name":"AutoLoadedDisplayPropertyKind","features":[174]},{"name":"BackgroundMediaPlayer","features":[174]},{"name":"CurrentMediaPlaybackItemChangedEventArgs","features":[174]},{"name":"FailedMediaStreamKind","features":[174]},{"name":"IBackgroundMediaPlayerStatics","features":[174]},{"name":"ICurrentMediaPlaybackItemChangedEventArgs","features":[174]},{"name":"ICurrentMediaPlaybackItemChangedEventArgs2","features":[174]},{"name":"IMediaBreak","features":[174]},{"name":"IMediaBreakEndedEventArgs","features":[174]},{"name":"IMediaBreakFactory","features":[174]},{"name":"IMediaBreakManager","features":[174]},{"name":"IMediaBreakSchedule","features":[174]},{"name":"IMediaBreakSeekedOverEventArgs","features":[174]},{"name":"IMediaBreakSkippedEventArgs","features":[174]},{"name":"IMediaBreakStartedEventArgs","features":[174]},{"name":"IMediaEnginePlaybackSource","features":[174]},{"name":"IMediaItemDisplayProperties","features":[174]},{"name":"IMediaPlaybackCommandManager","features":[174]},{"name":"IMediaPlaybackCommandManagerAutoRepeatModeReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerCommandBehavior","features":[174]},{"name":"IMediaPlaybackCommandManagerFastForwardReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerNextReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerPauseReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerPlayReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerPositionReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerPreviousReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerRateReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerRewindReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerShuffleReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackItem","features":[174]},{"name":"IMediaPlaybackItem2","features":[174]},{"name":"IMediaPlaybackItem3","features":[174]},{"name":"IMediaPlaybackItemError","features":[174]},{"name":"IMediaPlaybackItemFactory","features":[174]},{"name":"IMediaPlaybackItemFactory2","features":[174]},{"name":"IMediaPlaybackItemFailedEventArgs","features":[174]},{"name":"IMediaPlaybackItemOpenedEventArgs","features":[174]},{"name":"IMediaPlaybackItemStatics","features":[174]},{"name":"IMediaPlaybackList","features":[174]},{"name":"IMediaPlaybackList2","features":[174]},{"name":"IMediaPlaybackList3","features":[174]},{"name":"IMediaPlaybackSession","features":[174]},{"name":"IMediaPlaybackSession2","features":[174]},{"name":"IMediaPlaybackSession3","features":[174]},{"name":"IMediaPlaybackSessionBufferingStartedEventArgs","features":[174]},{"name":"IMediaPlaybackSessionOutputDegradationPolicyState","features":[174]},{"name":"IMediaPlaybackSource","features":[174]},{"name":"IMediaPlaybackSphericalVideoProjection","features":[174]},{"name":"IMediaPlaybackTimedMetadataTrackList","features":[174]},{"name":"IMediaPlayer","features":[174]},{"name":"IMediaPlayer2","features":[174]},{"name":"IMediaPlayer3","features":[174]},{"name":"IMediaPlayer4","features":[174]},{"name":"IMediaPlayer5","features":[174]},{"name":"IMediaPlayer6","features":[174]},{"name":"IMediaPlayer7","features":[174]},{"name":"IMediaPlayerDataReceivedEventArgs","features":[174]},{"name":"IMediaPlayerEffects","features":[174]},{"name":"IMediaPlayerEffects2","features":[174]},{"name":"IMediaPlayerFailedEventArgs","features":[174]},{"name":"IMediaPlayerRateChangedEventArgs","features":[174]},{"name":"IMediaPlayerSource","features":[174]},{"name":"IMediaPlayerSource2","features":[174]},{"name":"IMediaPlayerSurface","features":[174]},{"name":"IPlaybackMediaMarker","features":[174]},{"name":"IPlaybackMediaMarkerFactory","features":[174]},{"name":"IPlaybackMediaMarkerReachedEventArgs","features":[174]},{"name":"IPlaybackMediaMarkerSequence","features":[174]},{"name":"ITimedMetadataPresentationModeChangedEventArgs","features":[174]},{"name":"MediaBreak","features":[174]},{"name":"MediaBreakEndedEventArgs","features":[174]},{"name":"MediaBreakInsertionMethod","features":[174]},{"name":"MediaBreakManager","features":[174]},{"name":"MediaBreakSchedule","features":[174]},{"name":"MediaBreakSeekedOverEventArgs","features":[174]},{"name":"MediaBreakSkippedEventArgs","features":[174]},{"name":"MediaBreakStartedEventArgs","features":[174]},{"name":"MediaCommandEnablingRule","features":[174]},{"name":"MediaItemDisplayProperties","features":[174]},{"name":"MediaPlaybackAudioTrackList","features":[37,161,174]},{"name":"MediaPlaybackCommandManager","features":[174]},{"name":"MediaPlaybackCommandManagerAutoRepeatModeReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerCommandBehavior","features":[174]},{"name":"MediaPlaybackCommandManagerFastForwardReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerNextReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerPauseReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerPlayReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerPositionReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerPreviousReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerRateReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerRewindReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerShuffleReceivedEventArgs","features":[174]},{"name":"MediaPlaybackItem","features":[174]},{"name":"MediaPlaybackItemChangedReason","features":[174]},{"name":"MediaPlaybackItemError","features":[174]},{"name":"MediaPlaybackItemErrorCode","features":[174]},{"name":"MediaPlaybackItemFailedEventArgs","features":[174]},{"name":"MediaPlaybackItemOpenedEventArgs","features":[174]},{"name":"MediaPlaybackList","features":[174]},{"name":"MediaPlaybackSession","features":[174]},{"name":"MediaPlaybackSessionBufferingStartedEventArgs","features":[174]},{"name":"MediaPlaybackSessionOutputDegradationPolicyState","features":[174]},{"name":"MediaPlaybackSessionVideoConstrictionReason","features":[174]},{"name":"MediaPlaybackSphericalVideoProjection","features":[174]},{"name":"MediaPlaybackState","features":[174]},{"name":"MediaPlaybackTimedMetadataTrackList","features":[37,161,174]},{"name":"MediaPlaybackVideoTrackList","features":[37,161,174]},{"name":"MediaPlayer","features":[174]},{"name":"MediaPlayerAudioCategory","features":[174]},{"name":"MediaPlayerAudioDeviceType","features":[174]},{"name":"MediaPlayerDataReceivedEventArgs","features":[174]},{"name":"MediaPlayerError","features":[174]},{"name":"MediaPlayerFailedEventArgs","features":[174]},{"name":"MediaPlayerRateChangedEventArgs","features":[174]},{"name":"MediaPlayerState","features":[174]},{"name":"MediaPlayerSurface","features":[174]},{"name":"PlaybackMediaMarker","features":[174]},{"name":"PlaybackMediaMarkerReachedEventArgs","features":[174]},{"name":"PlaybackMediaMarkerSequence","features":[174]},{"name":"SphericalVideoProjectionMode","features":[174]},{"name":"StereoscopicVideoRenderMode","features":[174]},{"name":"TimedMetadataPresentationModeChangedEventArgs","features":[174]},{"name":"TimedMetadataTrackPresentationMode","features":[174]}],"183":[{"name":"IPlaylist","features":[175]},{"name":"IPlaylistStatics","features":[175]},{"name":"Playlist","features":[175]},{"name":"PlaylistFormat","features":[175]},{"name":"PlaylistsContract","features":[175]}],"184":[{"name":"ComponentLoadFailedEventArgs","features":[176]},{"name":"ComponentLoadFailedEventHandler","features":[176]},{"name":"ComponentRenewal","features":[176]},{"name":"GraphicsTrustStatus","features":[176]},{"name":"HdcpProtection","features":[176]},{"name":"HdcpSession","features":[176]},{"name":"HdcpSetProtectionResult","features":[176]},{"name":"IComponentLoadFailedEventArgs","features":[176]},{"name":"IComponentRenewalStatics","features":[176]},{"name":"IHdcpSession","features":[176]},{"name":"IMediaProtectionManager","features":[176]},{"name":"IMediaProtectionPMPServer","features":[176]},{"name":"IMediaProtectionPMPServerFactory","features":[176]},{"name":"IMediaProtectionServiceCompletion","features":[176]},{"name":"IMediaProtectionServiceRequest","features":[176]},{"name":"IProtectionCapabilities","features":[176]},{"name":"IRevocationAndRenewalInformation","features":[176]},{"name":"IRevocationAndRenewalItem","features":[176]},{"name":"IServiceRequestedEventArgs","features":[176]},{"name":"IServiceRequestedEventArgs2","features":[176]},{"name":"MediaProtectionManager","features":[176]},{"name":"MediaProtectionPMPServer","features":[176]},{"name":"MediaProtectionServiceCompletion","features":[176]},{"name":"ProtectionCapabilities","features":[176]},{"name":"ProtectionCapabilityResult","features":[176]},{"name":"ProtectionRenewalContract","features":[176]},{"name":"RebootNeededEventHandler","features":[176]},{"name":"RenewalStatus","features":[176]},{"name":"RevocationAndRenewalInformation","features":[176]},{"name":"RevocationAndRenewalItem","features":[176]},{"name":"RevocationAndRenewalReasons","features":[176]},{"name":"ServiceRequestedEventArgs","features":[176]},{"name":"ServiceRequestedEventHandler","features":[176]}],"185":[{"name":"INDClient","features":[177]},{"name":"INDClientFactory","features":[177]},{"name":"INDClosedCaptionDataReceivedEventArgs","features":[177]},{"name":"INDCustomData","features":[177]},{"name":"INDCustomDataFactory","features":[177]},{"name":"INDDownloadEngine","features":[177]},{"name":"INDDownloadEngineNotifier","features":[177]},{"name":"INDLicenseFetchCompletedEventArgs","features":[177]},{"name":"INDLicenseFetchDescriptor","features":[177]},{"name":"INDLicenseFetchDescriptorFactory","features":[177]},{"name":"INDLicenseFetchResult","features":[177]},{"name":"INDMessenger","features":[177]},{"name":"INDProximityDetectionCompletedEventArgs","features":[177]},{"name":"INDRegistrationCompletedEventArgs","features":[177]},{"name":"INDSendResult","features":[177]},{"name":"INDStartResult","features":[177]},{"name":"INDStorageFileHelper","features":[177]},{"name":"INDStreamParser","features":[177]},{"name":"INDStreamParserNotifier","features":[177]},{"name":"INDTCPMessengerFactory","features":[177]},{"name":"INDTransmitterProperties","features":[177]},{"name":"IPlayReadyContentHeader","features":[177]},{"name":"IPlayReadyContentHeader2","features":[177]},{"name":"IPlayReadyContentHeaderFactory","features":[177]},{"name":"IPlayReadyContentHeaderFactory2","features":[177]},{"name":"IPlayReadyContentResolver","features":[177]},{"name":"IPlayReadyDomain","features":[177]},{"name":"IPlayReadyDomainIterableFactory","features":[177]},{"name":"IPlayReadyDomainJoinServiceRequest","features":[177]},{"name":"IPlayReadyDomainLeaveServiceRequest","features":[177]},{"name":"IPlayReadyITADataGenerator","features":[177]},{"name":"IPlayReadyIndividualizationServiceRequest","features":[177]},{"name":"IPlayReadyLicense","features":[177]},{"name":"IPlayReadyLicense2","features":[177]},{"name":"IPlayReadyLicenseAcquisitionServiceRequest","features":[177]},{"name":"IPlayReadyLicenseAcquisitionServiceRequest2","features":[177]},{"name":"IPlayReadyLicenseAcquisitionServiceRequest3","features":[177]},{"name":"IPlayReadyLicenseIterableFactory","features":[177]},{"name":"IPlayReadyLicenseManagement","features":[177]},{"name":"IPlayReadyLicenseSession","features":[177]},{"name":"IPlayReadyLicenseSession2","features":[177]},{"name":"IPlayReadyLicenseSessionFactory","features":[177]},{"name":"IPlayReadyMeteringReportServiceRequest","features":[177]},{"name":"IPlayReadyRevocationServiceRequest","features":[177]},{"name":"IPlayReadySecureStopIterableFactory","features":[177]},{"name":"IPlayReadySecureStopServiceRequest","features":[177]},{"name":"IPlayReadySecureStopServiceRequestFactory","features":[177]},{"name":"IPlayReadyServiceRequest","features":[177]},{"name":"IPlayReadySoapMessage","features":[177]},{"name":"IPlayReadyStatics","features":[177]},{"name":"IPlayReadyStatics2","features":[177]},{"name":"IPlayReadyStatics3","features":[177]},{"name":"IPlayReadyStatics4","features":[177]},{"name":"IPlayReadyStatics5","features":[177]},{"name":"NDCertificateFeature","features":[177]},{"name":"NDCertificatePlatformID","features":[177]},{"name":"NDCertificateType","features":[177]},{"name":"NDClient","features":[177]},{"name":"NDClosedCaptionFormat","features":[177]},{"name":"NDContentIDType","features":[177]},{"name":"NDCustomData","features":[177]},{"name":"NDDownloadEngineNotifier","features":[177]},{"name":"NDLicenseFetchDescriptor","features":[177]},{"name":"NDMediaStreamType","features":[177]},{"name":"NDProximityDetectionType","features":[177]},{"name":"NDStartAsyncOptions","features":[177]},{"name":"NDStorageFileHelper","features":[177]},{"name":"NDStreamParserNotifier","features":[177]},{"name":"NDTCPMessenger","features":[177]},{"name":"PlayReadyContentHeader","features":[177]},{"name":"PlayReadyContentResolver","features":[177]},{"name":"PlayReadyDecryptorSetup","features":[177]},{"name":"PlayReadyDomain","features":[177]},{"name":"PlayReadyDomainIterable","features":[37,177]},{"name":"PlayReadyDomainIterator","features":[37,177]},{"name":"PlayReadyDomainJoinServiceRequest","features":[177]},{"name":"PlayReadyDomainLeaveServiceRequest","features":[177]},{"name":"PlayReadyEncryptionAlgorithm","features":[177]},{"name":"PlayReadyHardwareDRMFeatures","features":[177]},{"name":"PlayReadyITADataFormat","features":[177]},{"name":"PlayReadyITADataGenerator","features":[177]},{"name":"PlayReadyIndividualizationServiceRequest","features":[177]},{"name":"PlayReadyLicense","features":[177]},{"name":"PlayReadyLicenseAcquisitionServiceRequest","features":[177]},{"name":"PlayReadyLicenseIterable","features":[37,177]},{"name":"PlayReadyLicenseIterator","features":[37,177]},{"name":"PlayReadyLicenseManagement","features":[177]},{"name":"PlayReadyLicenseSession","features":[177]},{"name":"PlayReadyMeteringReportServiceRequest","features":[177]},{"name":"PlayReadyRevocationServiceRequest","features":[177]},{"name":"PlayReadySecureStopIterable","features":[37,177]},{"name":"PlayReadySecureStopIterator","features":[37,177]},{"name":"PlayReadySecureStopServiceRequest","features":[177]},{"name":"PlayReadySoapMessage","features":[177]},{"name":"PlayReadyStatics","features":[177]}],"186":[{"name":"AudioRenderCategory","features":[178]}],"187":[{"name":"ISpeechContinuousRecognitionCompletedEventArgs","features":[179]},{"name":"ISpeechContinuousRecognitionResultGeneratedEventArgs","features":[179]},{"name":"ISpeechContinuousRecognitionSession","features":[179]},{"name":"ISpeechRecognitionCompilationResult","features":[179]},{"name":"ISpeechRecognitionConstraint","features":[179]},{"name":"ISpeechRecognitionGrammarFileConstraint","features":[179]},{"name":"ISpeechRecognitionGrammarFileConstraintFactory","features":[179]},{"name":"ISpeechRecognitionHypothesis","features":[179]},{"name":"ISpeechRecognitionHypothesisGeneratedEventArgs","features":[179]},{"name":"ISpeechRecognitionListConstraint","features":[179]},{"name":"ISpeechRecognitionListConstraintFactory","features":[179]},{"name":"ISpeechRecognitionQualityDegradingEventArgs","features":[179]},{"name":"ISpeechRecognitionResult","features":[179]},{"name":"ISpeechRecognitionResult2","features":[179]},{"name":"ISpeechRecognitionSemanticInterpretation","features":[179]},{"name":"ISpeechRecognitionTopicConstraint","features":[179]},{"name":"ISpeechRecognitionTopicConstraintFactory","features":[179]},{"name":"ISpeechRecognitionVoiceCommandDefinitionConstraint","features":[179]},{"name":"ISpeechRecognizer","features":[179]},{"name":"ISpeechRecognizer2","features":[179]},{"name":"ISpeechRecognizerFactory","features":[179]},{"name":"ISpeechRecognizerStateChangedEventArgs","features":[179]},{"name":"ISpeechRecognizerStatics","features":[179]},{"name":"ISpeechRecognizerStatics2","features":[179]},{"name":"ISpeechRecognizerTimeouts","features":[179]},{"name":"ISpeechRecognizerUIOptions","features":[179]},{"name":"IVoiceCommandManager","features":[179]},{"name":"IVoiceCommandSet","features":[179]},{"name":"SpeechContinuousRecognitionCompletedEventArgs","features":[179]},{"name":"SpeechContinuousRecognitionMode","features":[179]},{"name":"SpeechContinuousRecognitionResultGeneratedEventArgs","features":[179]},{"name":"SpeechContinuousRecognitionSession","features":[179]},{"name":"SpeechRecognitionAudioProblem","features":[179]},{"name":"SpeechRecognitionCompilationResult","features":[179]},{"name":"SpeechRecognitionConfidence","features":[179]},{"name":"SpeechRecognitionConstraintProbability","features":[179]},{"name":"SpeechRecognitionConstraintType","features":[179]},{"name":"SpeechRecognitionGrammarFileConstraint","features":[179]},{"name":"SpeechRecognitionHypothesis","features":[179]},{"name":"SpeechRecognitionHypothesisGeneratedEventArgs","features":[179]},{"name":"SpeechRecognitionListConstraint","features":[179]},{"name":"SpeechRecognitionQualityDegradingEventArgs","features":[179]},{"name":"SpeechRecognitionResult","features":[179]},{"name":"SpeechRecognitionResultStatus","features":[179]},{"name":"SpeechRecognitionScenario","features":[179]},{"name":"SpeechRecognitionSemanticInterpretation","features":[179]},{"name":"SpeechRecognitionTopicConstraint","features":[179]},{"name":"SpeechRecognitionVoiceCommandDefinitionConstraint","features":[179]},{"name":"SpeechRecognizer","features":[179]},{"name":"SpeechRecognizerState","features":[179]},{"name":"SpeechRecognizerStateChangedEventArgs","features":[179]},{"name":"SpeechRecognizerTimeouts","features":[179]},{"name":"SpeechRecognizerUIOptions","features":[179]},{"name":"VoiceCommandManager","features":[179]},{"name":"VoiceCommandSet","features":[179]}],"188":[{"name":"IInstalledVoicesStatic","features":[180]},{"name":"IInstalledVoicesStatic2","features":[180]},{"name":"ISpeechSynthesisStream","features":[180]},{"name":"ISpeechSynthesizer","features":[180]},{"name":"ISpeechSynthesizer2","features":[180]},{"name":"ISpeechSynthesizerOptions","features":[180]},{"name":"ISpeechSynthesizerOptions2","features":[180]},{"name":"ISpeechSynthesizerOptions3","features":[180]},{"name":"IVoiceInformation","features":[180]},{"name":"SpeechAppendedSilence","features":[180]},{"name":"SpeechPunctuationSilence","features":[180]},{"name":"SpeechSynthesisStream","features":[180]},{"name":"SpeechSynthesizer","features":[180]},{"name":"SpeechSynthesizerOptions","features":[180]},{"name":"VoiceGender","features":[180]},{"name":"VoiceInformation","features":[180]}],"189":[{"name":"AdaptiveMediaSource","features":[181]},{"name":"AdaptiveMediaSourceAdvancedSettings","features":[181]},{"name":"AdaptiveMediaSourceCorrelatedTimes","features":[181]},{"name":"AdaptiveMediaSourceCreationResult","features":[181]},{"name":"AdaptiveMediaSourceCreationStatus","features":[181]},{"name":"AdaptiveMediaSourceDiagnosticAvailableEventArgs","features":[181]},{"name":"AdaptiveMediaSourceDiagnosticType","features":[181]},{"name":"AdaptiveMediaSourceDiagnostics","features":[181]},{"name":"AdaptiveMediaSourceDownloadBitrateChangedEventArgs","features":[181]},{"name":"AdaptiveMediaSourceDownloadBitrateChangedReason","features":[181]},{"name":"AdaptiveMediaSourceDownloadCompletedEventArgs","features":[181]},{"name":"AdaptiveMediaSourceDownloadFailedEventArgs","features":[181]},{"name":"AdaptiveMediaSourceDownloadRequestedDeferral","features":[181]},{"name":"AdaptiveMediaSourceDownloadRequestedEventArgs","features":[181]},{"name":"AdaptiveMediaSourceDownloadResult","features":[181]},{"name":"AdaptiveMediaSourceDownloadStatistics","features":[181]},{"name":"AdaptiveMediaSourcePlaybackBitrateChangedEventArgs","features":[181]},{"name":"AdaptiveMediaSourceResourceType","features":[181]},{"name":"IAdaptiveMediaSource","features":[181]},{"name":"IAdaptiveMediaSource2","features":[181]},{"name":"IAdaptiveMediaSource3","features":[181]},{"name":"IAdaptiveMediaSourceAdvancedSettings","features":[181]},{"name":"IAdaptiveMediaSourceCorrelatedTimes","features":[181]},{"name":"IAdaptiveMediaSourceCreationResult","features":[181]},{"name":"IAdaptiveMediaSourceCreationResult2","features":[181]},{"name":"IAdaptiveMediaSourceDiagnosticAvailableEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceDiagnosticAvailableEventArgs2","features":[181]},{"name":"IAdaptiveMediaSourceDiagnosticAvailableEventArgs3","features":[181]},{"name":"IAdaptiveMediaSourceDiagnostics","features":[181]},{"name":"IAdaptiveMediaSourceDownloadBitrateChangedEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2","features":[181]},{"name":"IAdaptiveMediaSourceDownloadCompletedEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceDownloadCompletedEventArgs2","features":[181]},{"name":"IAdaptiveMediaSourceDownloadCompletedEventArgs3","features":[181]},{"name":"IAdaptiveMediaSourceDownloadFailedEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceDownloadFailedEventArgs2","features":[181]},{"name":"IAdaptiveMediaSourceDownloadFailedEventArgs3","features":[181]},{"name":"IAdaptiveMediaSourceDownloadRequestedDeferral","features":[181]},{"name":"IAdaptiveMediaSourceDownloadRequestedEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceDownloadRequestedEventArgs2","features":[181]},{"name":"IAdaptiveMediaSourceDownloadRequestedEventArgs3","features":[181]},{"name":"IAdaptiveMediaSourceDownloadResult","features":[181]},{"name":"IAdaptiveMediaSourceDownloadResult2","features":[181]},{"name":"IAdaptiveMediaSourceDownloadStatistics","features":[181]},{"name":"IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceStatics","features":[181]}],"190":[{"name":"IMediaTranscoder","features":[182]},{"name":"IMediaTranscoder2","features":[182]},{"name":"IPrepareTranscodeResult","features":[182]},{"name":"MediaTranscoder","features":[182]},{"name":"MediaVideoProcessingAlgorithm","features":[182]},{"name":"PrepareTranscodeResult","features":[182]},{"name":"TranscodeFailureReason","features":[182]}],"191":[{"name":"DomainNameType","features":[183]},{"name":"EndpointPair","features":[183]},{"name":"HostName","features":[183]},{"name":"HostNameSortOptions","features":[183]},{"name":"HostNameType","features":[183]},{"name":"IEndpointPair","features":[183]},{"name":"IEndpointPairFactory","features":[183]},{"name":"IHostName","features":[183]},{"name":"IHostNameFactory","features":[183]},{"name":"IHostNameStatics","features":[183]}],"192":[{"name":"BackgroundDownloadProgress","features":[184]},{"name":"BackgroundDownloader","features":[184]},{"name":"BackgroundTransferBehavior","features":[184]},{"name":"BackgroundTransferCompletionGroup","features":[184]},{"name":"BackgroundTransferCompletionGroupTriggerDetails","features":[184]},{"name":"BackgroundTransferContentPart","features":[184]},{"name":"BackgroundTransferCostPolicy","features":[184]},{"name":"BackgroundTransferError","features":[184]},{"name":"BackgroundTransferFileRange","features":[184]},{"name":"BackgroundTransferGroup","features":[184]},{"name":"BackgroundTransferPriority","features":[184]},{"name":"BackgroundTransferRangesDownloadedEventArgs","features":[184]},{"name":"BackgroundTransferStatus","features":[184]},{"name":"BackgroundUploadProgress","features":[184]},{"name":"BackgroundUploader","features":[184]},{"name":"ContentPrefetcher","features":[184]},{"name":"DownloadOperation","features":[184]},{"name":"IBackgroundDownloader","features":[184]},{"name":"IBackgroundDownloader2","features":[184]},{"name":"IBackgroundDownloader3","features":[184]},{"name":"IBackgroundDownloaderFactory","features":[184]},{"name":"IBackgroundDownloaderStaticMethods","features":[184]},{"name":"IBackgroundDownloaderStaticMethods2","features":[184]},{"name":"IBackgroundDownloaderUserConsent","features":[184]},{"name":"IBackgroundTransferBase","features":[184]},{"name":"IBackgroundTransferCompletionGroup","features":[184]},{"name":"IBackgroundTransferCompletionGroupTriggerDetails","features":[184]},{"name":"IBackgroundTransferContentPart","features":[184]},{"name":"IBackgroundTransferContentPartFactory","features":[184]},{"name":"IBackgroundTransferErrorStaticMethods","features":[184]},{"name":"IBackgroundTransferGroup","features":[184]},{"name":"IBackgroundTransferGroupStatics","features":[184]},{"name":"IBackgroundTransferOperation","features":[184]},{"name":"IBackgroundTransferOperationPriority","features":[184]},{"name":"IBackgroundTransferRangesDownloadedEventArgs","features":[184]},{"name":"IBackgroundUploader","features":[184]},{"name":"IBackgroundUploader2","features":[184]},{"name":"IBackgroundUploader3","features":[184]},{"name":"IBackgroundUploaderFactory","features":[184]},{"name":"IBackgroundUploaderStaticMethods","features":[184]},{"name":"IBackgroundUploaderStaticMethods2","features":[184]},{"name":"IBackgroundUploaderUserConsent","features":[184]},{"name":"IContentPrefetcher","features":[184]},{"name":"IContentPrefetcherTime","features":[184]},{"name":"IDownloadOperation","features":[184]},{"name":"IDownloadOperation2","features":[184]},{"name":"IDownloadOperation3","features":[184]},{"name":"IDownloadOperation4","features":[184]},{"name":"IDownloadOperation5","features":[184]},{"name":"IResponseInformation","features":[184]},{"name":"IUnconstrainedTransferRequestResult","features":[184]},{"name":"IUploadOperation","features":[184]},{"name":"IUploadOperation2","features":[184]},{"name":"IUploadOperation3","features":[184]},{"name":"IUploadOperation4","features":[184]},{"name":"ResponseInformation","features":[184]},{"name":"UnconstrainedTransferRequestResult","features":[184]},{"name":"UploadOperation","features":[184]}],"193":[{"name":"AttributedNetworkUsage","features":[185]},{"name":"CellularApnAuthenticationType","features":[185]},{"name":"CellularApnContext","features":[185]},{"name":"ConnectionCost","features":[185]},{"name":"ConnectionProfile","features":[185]},{"name":"ConnectionProfileDeleteStatus","features":[185]},{"name":"ConnectionProfileFilter","features":[185]},{"name":"ConnectionSession","features":[185]},{"name":"ConnectivityInterval","features":[185]},{"name":"ConnectivityManager","features":[185]},{"name":"DataPlanStatus","features":[185]},{"name":"DataPlanUsage","features":[185]},{"name":"DataUsage","features":[185]},{"name":"DataUsageGranularity","features":[185]},{"name":"DomainAuthenticationKind","features":[185]},{"name":"DomainConnectivityLevel","features":[185]},{"name":"IAttributedNetworkUsage","features":[185]},{"name":"ICellularApnContext","features":[185]},{"name":"ICellularApnContext2","features":[185]},{"name":"IConnectionCost","features":[185]},{"name":"IConnectionCost2","features":[185]},{"name":"IConnectionProfile","features":[185]},{"name":"IConnectionProfile2","features":[185]},{"name":"IConnectionProfile3","features":[185]},{"name":"IConnectionProfile4","features":[185]},{"name":"IConnectionProfile5","features":[185]},{"name":"IConnectionProfile6","features":[185]},{"name":"IConnectionProfileFilter","features":[185]},{"name":"IConnectionProfileFilter2","features":[185]},{"name":"IConnectionProfileFilter3","features":[185]},{"name":"IConnectionSession","features":[185]},{"name":"IConnectivityInterval","features":[185]},{"name":"IConnectivityManagerStatics","features":[185]},{"name":"IDataPlanStatus","features":[185]},{"name":"IDataPlanUsage","features":[185]},{"name":"IDataUsage","features":[185]},{"name":"IIPInformation","features":[185]},{"name":"ILanIdentifier","features":[185]},{"name":"ILanIdentifierData","features":[185]},{"name":"INetworkAdapter","features":[185]},{"name":"INetworkInformationStatics","features":[185]},{"name":"INetworkInformationStatics2","features":[185]},{"name":"INetworkItem","features":[185]},{"name":"INetworkSecuritySettings","features":[185]},{"name":"INetworkStateChangeEventDetails","features":[185]},{"name":"INetworkStateChangeEventDetails2","features":[185]},{"name":"INetworkUsage","features":[185]},{"name":"IPInformation","features":[185]},{"name":"IProviderNetworkUsage","features":[185]},{"name":"IProxyConfiguration","features":[185]},{"name":"IRoutePolicy","features":[185]},{"name":"IRoutePolicyFactory","features":[185]},{"name":"IWlanConnectionProfileDetails","features":[185]},{"name":"IWwanConnectionProfileDetails","features":[185]},{"name":"IWwanConnectionProfileDetails2","features":[185]},{"name":"LanIdentifier","features":[185]},{"name":"LanIdentifierData","features":[185]},{"name":"NetworkAdapter","features":[185]},{"name":"NetworkAuthenticationType","features":[185]},{"name":"NetworkConnectivityLevel","features":[185]},{"name":"NetworkCostType","features":[185]},{"name":"NetworkEncryptionType","features":[185]},{"name":"NetworkInformation","features":[185]},{"name":"NetworkItem","features":[185]},{"name":"NetworkSecuritySettings","features":[185]},{"name":"NetworkStateChangeEventDetails","features":[185]},{"name":"NetworkStatusChangedEventHandler","features":[185]},{"name":"NetworkTypes","features":[185]},{"name":"NetworkUsage","features":[185]},{"name":"NetworkUsageStates","features":[185]},{"name":"ProviderNetworkUsage","features":[185]},{"name":"ProxyConfiguration","features":[185]},{"name":"RoamingStates","features":[185]},{"name":"RoutePolicy","features":[185]},{"name":"TriStates","features":[185]},{"name":"WlanConnectionProfileDetails","features":[185]},{"name":"WwanConnectionProfileDetails","features":[185]},{"name":"WwanContract","features":[185]},{"name":"WwanDataClass","features":[185]},{"name":"WwanNetworkIPKind","features":[185]},{"name":"WwanNetworkRegistrationState","features":[185]}],"194":[{"name":"DataClasses","features":[186]},{"name":"ESim","features":[186]},{"name":"ESimAddedEventArgs","features":[186]},{"name":"ESimAuthenticationPreference","features":[186]},{"name":"ESimDiscoverEvent","features":[186]},{"name":"ESimDiscoverResult","features":[186]},{"name":"ESimDiscoverResultKind","features":[186]},{"name":"ESimDownloadProfileMetadataResult","features":[186]},{"name":"ESimManager","features":[186]},{"name":"ESimOperationResult","features":[186]},{"name":"ESimOperationStatus","features":[186]},{"name":"ESimPolicy","features":[186]},{"name":"ESimProfile","features":[186]},{"name":"ESimProfileClass","features":[186]},{"name":"ESimProfileInstallProgress","features":[186]},{"name":"ESimProfileMetadata","features":[186]},{"name":"ESimProfileMetadataState","features":[186]},{"name":"ESimProfilePolicy","features":[186]},{"name":"ESimProfileState","features":[186]},{"name":"ESimRemovedEventArgs","features":[186]},{"name":"ESimServiceInfo","features":[186]},{"name":"ESimState","features":[186]},{"name":"ESimUpdatedEventArgs","features":[186]},{"name":"ESimWatcher","features":[186]},{"name":"ESimWatcherStatus","features":[186]},{"name":"FdnAccessManager","features":[186]},{"name":"HotspotAuthenticationContext","features":[186]},{"name":"HotspotAuthenticationEventDetails","features":[186]},{"name":"HotspotAuthenticationResponseCode","features":[186]},{"name":"HotspotCredentialsAuthenticationResult","features":[186]},{"name":"IESim","features":[186]},{"name":"IESim2","features":[186]},{"name":"IESim3","features":[186]},{"name":"IESimAddedEventArgs","features":[186]},{"name":"IESimDiscoverEvent","features":[186]},{"name":"IESimDiscoverResult","features":[186]},{"name":"IESimDownloadProfileMetadataResult","features":[186]},{"name":"IESimManagerStatics","features":[186]},{"name":"IESimOperationResult","features":[186]},{"name":"IESimPolicy","features":[186]},{"name":"IESimProfile","features":[186]},{"name":"IESimProfileMetadata","features":[186]},{"name":"IESimProfilePolicy","features":[186]},{"name":"IESimRemovedEventArgs","features":[186]},{"name":"IESimServiceInfo","features":[186]},{"name":"IESimUpdatedEventArgs","features":[186]},{"name":"IESimWatcher","features":[186]},{"name":"IFdnAccessManagerStatics","features":[186]},{"name":"IHotspotAuthenticationContext","features":[186]},{"name":"IHotspotAuthenticationContext2","features":[186]},{"name":"IHotspotAuthenticationContextStatics","features":[186]},{"name":"IHotspotAuthenticationEventDetails","features":[186]},{"name":"IHotspotCredentialsAuthenticationResult","features":[186]},{"name":"IKnownCSimFilePathsStatics","features":[186]},{"name":"IKnownRuimFilePathsStatics","features":[186]},{"name":"IKnownSimFilePathsStatics","features":[186]},{"name":"IKnownUSimFilePathsStatics","features":[186]},{"name":"IMobileBroadbandAccount","features":[186]},{"name":"IMobileBroadbandAccount2","features":[186]},{"name":"IMobileBroadbandAccount3","features":[186]},{"name":"IMobileBroadbandAccountEventArgs","features":[186]},{"name":"IMobileBroadbandAccountStatics","features":[186]},{"name":"IMobileBroadbandAccountUpdatedEventArgs","features":[186]},{"name":"IMobileBroadbandAccountWatcher","features":[186]},{"name":"IMobileBroadbandAntennaSar","features":[186]},{"name":"IMobileBroadbandAntennaSarFactory","features":[186]},{"name":"IMobileBroadbandCellCdma","features":[186]},{"name":"IMobileBroadbandCellGsm","features":[186]},{"name":"IMobileBroadbandCellLte","features":[186]},{"name":"IMobileBroadbandCellNR","features":[186]},{"name":"IMobileBroadbandCellTdscdma","features":[186]},{"name":"IMobileBroadbandCellUmts","features":[186]},{"name":"IMobileBroadbandCellsInfo","features":[186]},{"name":"IMobileBroadbandCellsInfo2","features":[186]},{"name":"IMobileBroadbandCurrentSlotIndexChangedEventArgs","features":[186]},{"name":"IMobileBroadbandDeviceInformation","features":[186]},{"name":"IMobileBroadbandDeviceInformation2","features":[186]},{"name":"IMobileBroadbandDeviceInformation3","features":[186]},{"name":"IMobileBroadbandDeviceInformation4","features":[186]},{"name":"IMobileBroadbandDeviceService","features":[186]},{"name":"IMobileBroadbandDeviceServiceCommandEventArgs","features":[186]},{"name":"IMobileBroadbandDeviceServiceCommandResult","features":[186]},{"name":"IMobileBroadbandDeviceServiceCommandSession","features":[186]},{"name":"IMobileBroadbandDeviceServiceCommandSession2","features":[186]},{"name":"IMobileBroadbandDeviceServiceDataReceivedEventArgs","features":[186]},{"name":"IMobileBroadbandDeviceServiceDataSession","features":[186]},{"name":"IMobileBroadbandDeviceServiceInformation","features":[186]},{"name":"IMobileBroadbandDeviceServiceTriggerDetails","features":[186]},{"name":"IMobileBroadbandDeviceServiceTriggerDetails2","features":[186]},{"name":"IMobileBroadbandModem","features":[186]},{"name":"IMobileBroadbandModem2","features":[186]},{"name":"IMobileBroadbandModem3","features":[186]},{"name":"IMobileBroadbandModem4","features":[186]},{"name":"IMobileBroadbandModemConfiguration","features":[186]},{"name":"IMobileBroadbandModemConfiguration2","features":[186]},{"name":"IMobileBroadbandModemIsolation","features":[186]},{"name":"IMobileBroadbandModemIsolationFactory","features":[186]},{"name":"IMobileBroadbandModemStatics","features":[186]},{"name":"IMobileBroadbandNetwork","features":[186]},{"name":"IMobileBroadbandNetwork2","features":[186]},{"name":"IMobileBroadbandNetwork3","features":[186]},{"name":"IMobileBroadbandNetworkRegistrationStateChange","features":[186]},{"name":"IMobileBroadbandNetworkRegistrationStateChangeTriggerDetails","features":[186]},{"name":"IMobileBroadbandPco","features":[186]},{"name":"IMobileBroadbandPcoDataChangeTriggerDetails","features":[186]},{"name":"IMobileBroadbandPin","features":[186]},{"name":"IMobileBroadbandPinLockStateChange","features":[186]},{"name":"IMobileBroadbandPinLockStateChangeTriggerDetails","features":[186]},{"name":"IMobileBroadbandPinManager","features":[186]},{"name":"IMobileBroadbandPinOperationResult","features":[186]},{"name":"IMobileBroadbandRadioStateChange","features":[186]},{"name":"IMobileBroadbandRadioStateChangeTriggerDetails","features":[186]},{"name":"IMobileBroadbandSarManager","features":[186]},{"name":"IMobileBroadbandSlotInfo","features":[186]},{"name":"IMobileBroadbandSlotInfo2","features":[186]},{"name":"IMobileBroadbandSlotInfoChangedEventArgs","features":[186]},{"name":"IMobileBroadbandSlotManager","features":[186]},{"name":"IMobileBroadbandTransmissionStateChangedEventArgs","features":[186]},{"name":"IMobileBroadbandUicc","features":[186]},{"name":"IMobileBroadbandUiccApp","features":[186]},{"name":"IMobileBroadbandUiccAppReadRecordResult","features":[186]},{"name":"IMobileBroadbandUiccAppRecordDetailsResult","features":[186]},{"name":"IMobileBroadbandUiccAppsResult","features":[186]},{"name":"INetworkOperatorDataUsageTriggerDetails","features":[186]},{"name":"INetworkOperatorNotificationEventDetails","features":[186]},{"name":"INetworkOperatorTetheringAccessPointConfiguration","features":[186]},{"name":"INetworkOperatorTetheringAccessPointConfiguration2","features":[186]},{"name":"INetworkOperatorTetheringAccessPointConfiguration3","features":[186]},{"name":"INetworkOperatorTetheringClient","features":[186]},{"name":"INetworkOperatorTetheringClientManager","features":[186]},{"name":"INetworkOperatorTetheringEntitlementCheck","features":[186]},{"name":"INetworkOperatorTetheringManager","features":[186]},{"name":"INetworkOperatorTetheringManager2","features":[186]},{"name":"INetworkOperatorTetheringManagerStatics","features":[186]},{"name":"INetworkOperatorTetheringManagerStatics2","features":[186]},{"name":"INetworkOperatorTetheringManagerStatics3","features":[186]},{"name":"INetworkOperatorTetheringManagerStatics4","features":[186]},{"name":"INetworkOperatorTetheringOperationResult","features":[186]},{"name":"INetworkOperatorTetheringSessionAccessPointConfiguration","features":[186]},{"name":"IProvisionFromXmlDocumentResults","features":[186]},{"name":"IProvisionedProfile","features":[186]},{"name":"IProvisioningAgent","features":[186]},{"name":"IProvisioningAgentStaticMethods","features":[186]},{"name":"ITetheringEntitlementCheckTriggerDetails","features":[186]},{"name":"IUssdMessage","features":[186]},{"name":"IUssdMessageFactory","features":[186]},{"name":"IUssdReply","features":[186]},{"name":"IUssdSession","features":[186]},{"name":"IUssdSessionStatics","features":[186]},{"name":"KnownCSimFilePaths","features":[186]},{"name":"KnownRuimFilePaths","features":[186]},{"name":"KnownSimFilePaths","features":[186]},{"name":"KnownUSimFilePaths","features":[186]},{"name":"LegacyNetworkOperatorsContract","features":[186]},{"name":"MobileBroadbandAccount","features":[186]},{"name":"MobileBroadbandAccountEventArgs","features":[186]},{"name":"MobileBroadbandAccountUpdatedEventArgs","features":[186]},{"name":"MobileBroadbandAccountWatcher","features":[186]},{"name":"MobileBroadbandAccountWatcherStatus","features":[186]},{"name":"MobileBroadbandAntennaSar","features":[186]},{"name":"MobileBroadbandCellCdma","features":[186]},{"name":"MobileBroadbandCellGsm","features":[186]},{"name":"MobileBroadbandCellLte","features":[186]},{"name":"MobileBroadbandCellNR","features":[186]},{"name":"MobileBroadbandCellTdscdma","features":[186]},{"name":"MobileBroadbandCellUmts","features":[186]},{"name":"MobileBroadbandCellsInfo","features":[186]},{"name":"MobileBroadbandCurrentSlotIndexChangedEventArgs","features":[186]},{"name":"MobileBroadbandDeviceInformation","features":[186]},{"name":"MobileBroadbandDeviceService","features":[186]},{"name":"MobileBroadbandDeviceServiceCommandEventArgs","features":[186]},{"name":"MobileBroadbandDeviceServiceCommandResult","features":[186]},{"name":"MobileBroadbandDeviceServiceCommandSession","features":[186]},{"name":"MobileBroadbandDeviceServiceDataReceivedEventArgs","features":[186]},{"name":"MobileBroadbandDeviceServiceDataSession","features":[186]},{"name":"MobileBroadbandDeviceServiceInformation","features":[186]},{"name":"MobileBroadbandDeviceServiceTriggerDetails","features":[186]},{"name":"MobileBroadbandDeviceType","features":[186]},{"name":"MobileBroadbandModem","features":[186]},{"name":"MobileBroadbandModemConfiguration","features":[186]},{"name":"MobileBroadbandModemIsolation","features":[186]},{"name":"MobileBroadbandModemStatus","features":[186]},{"name":"MobileBroadbandNetwork","features":[186]},{"name":"MobileBroadbandNetworkRegistrationStateChange","features":[186]},{"name":"MobileBroadbandNetworkRegistrationStateChangeTriggerDetails","features":[186]},{"name":"MobileBroadbandPco","features":[186]},{"name":"MobileBroadbandPcoDataChangeTriggerDetails","features":[186]},{"name":"MobileBroadbandPin","features":[186]},{"name":"MobileBroadbandPinFormat","features":[186]},{"name":"MobileBroadbandPinLockState","features":[186]},{"name":"MobileBroadbandPinLockStateChange","features":[186]},{"name":"MobileBroadbandPinLockStateChangeTriggerDetails","features":[186]},{"name":"MobileBroadbandPinManager","features":[186]},{"name":"MobileBroadbandPinOperationResult","features":[186]},{"name":"MobileBroadbandPinType","features":[186]},{"name":"MobileBroadbandRadioState","features":[186]},{"name":"MobileBroadbandRadioStateChange","features":[186]},{"name":"MobileBroadbandRadioStateChangeTriggerDetails","features":[186]},{"name":"MobileBroadbandSarManager","features":[186]},{"name":"MobileBroadbandSlotInfo","features":[186]},{"name":"MobileBroadbandSlotInfoChangedEventArgs","features":[186]},{"name":"MobileBroadbandSlotManager","features":[186]},{"name":"MobileBroadbandSlotState","features":[186]},{"name":"MobileBroadbandTransmissionStateChangedEventArgs","features":[186]},{"name":"MobileBroadbandUicc","features":[186]},{"name":"MobileBroadbandUiccApp","features":[186]},{"name":"MobileBroadbandUiccAppOperationStatus","features":[186]},{"name":"MobileBroadbandUiccAppReadRecordResult","features":[186]},{"name":"MobileBroadbandUiccAppRecordDetailsResult","features":[186]},{"name":"MobileBroadbandUiccAppsResult","features":[186]},{"name":"NetworkDeviceStatus","features":[186]},{"name":"NetworkOperatorDataUsageNotificationKind","features":[186]},{"name":"NetworkOperatorDataUsageTriggerDetails","features":[186]},{"name":"NetworkOperatorEventMessageType","features":[186]},{"name":"NetworkOperatorNotificationEventDetails","features":[186]},{"name":"NetworkOperatorTetheringAccessPointConfiguration","features":[186]},{"name":"NetworkOperatorTetheringClient","features":[186]},{"name":"NetworkOperatorTetheringManager","features":[186]},{"name":"NetworkOperatorTetheringOperationResult","features":[186]},{"name":"NetworkOperatorTetheringSessionAccessPointConfiguration","features":[186]},{"name":"NetworkOperatorsFdnContract","features":[186]},{"name":"NetworkRegistrationState","features":[186]},{"name":"ProfileMediaType","features":[186]},{"name":"ProfileUsage","features":[77,186]},{"name":"ProvisionFromXmlDocumentResults","features":[186]},{"name":"ProvisionedProfile","features":[186]},{"name":"ProvisioningAgent","features":[186]},{"name":"TetheringCapability","features":[186]},{"name":"TetheringEntitlementCheckTriggerDetails","features":[186]},{"name":"TetheringOperationStatus","features":[186]},{"name":"TetheringOperationalState","features":[186]},{"name":"TetheringWiFiAuthenticationKind","features":[186]},{"name":"TetheringWiFiBand","features":[186]},{"name":"TetheringWiFiPerformancePriority","features":[186]},{"name":"UiccAccessCondition","features":[186]},{"name":"UiccAppKind","features":[186]},{"name":"UiccAppRecordKind","features":[186]},{"name":"UssdMessage","features":[186]},{"name":"UssdReply","features":[186]},{"name":"UssdResultCode","features":[186]},{"name":"UssdSession","features":[186]}],"195":[{"name":"ConnectionRequestedEventArgs","features":[187]},{"name":"DeviceArrivedEventHandler","features":[187]},{"name":"DeviceDepartedEventHandler","features":[187]},{"name":"IConnectionRequestedEventArgs","features":[187]},{"name":"IPeerFinderStatics","features":[187]},{"name":"IPeerFinderStatics2","features":[187]},{"name":"IPeerInformation","features":[187]},{"name":"IPeerInformation3","features":[187]},{"name":"IPeerInformationWithHostAndService","features":[187]},{"name":"IPeerWatcher","features":[187]},{"name":"IProximityDevice","features":[187]},{"name":"IProximityDeviceStatics","features":[187]},{"name":"IProximityMessage","features":[187]},{"name":"ITriggeredConnectionStateChangedEventArgs","features":[187]},{"name":"MessageReceivedHandler","features":[187]},{"name":"MessageTransmittedHandler","features":[187]},{"name":"PeerDiscoveryTypes","features":[187]},{"name":"PeerFinder","features":[187]},{"name":"PeerInformation","features":[187]},{"name":"PeerRole","features":[187]},{"name":"PeerWatcher","features":[187]},{"name":"PeerWatcherStatus","features":[187]},{"name":"ProximityDevice","features":[187]},{"name":"ProximityMessage","features":[187]},{"name":"TriggeredConnectState","features":[187]},{"name":"TriggeredConnectionStateChangedEventArgs","features":[187]}],"196":[{"name":"IPushNotificationChannel","features":[188]},{"name":"IPushNotificationChannelManagerForUser","features":[188]},{"name":"IPushNotificationChannelManagerForUser2","features":[188]},{"name":"IPushNotificationChannelManagerStatics","features":[188]},{"name":"IPushNotificationChannelManagerStatics2","features":[188]},{"name":"IPushNotificationChannelManagerStatics3","features":[188]},{"name":"IPushNotificationChannelManagerStatics4","features":[188]},{"name":"IPushNotificationChannelsRevokedEventArgs","features":[188]},{"name":"IPushNotificationReceivedEventArgs","features":[188]},{"name":"IRawNotification","features":[188]},{"name":"IRawNotification2","features":[188]},{"name":"IRawNotification3","features":[188]},{"name":"PushNotificationChannel","features":[188]},{"name":"PushNotificationChannelManager","features":[188]},{"name":"PushNotificationChannelManagerForUser","features":[188]},{"name":"PushNotificationChannelsRevokedEventArgs","features":[188]},{"name":"PushNotificationReceivedEventArgs","features":[188]},{"name":"PushNotificationType","features":[188]},{"name":"RawNotification","features":[188]}],"197":[{"name":"DnssdRegistrationResult","features":[189]},{"name":"DnssdRegistrationStatus","features":[189]},{"name":"DnssdServiceInstance","features":[189]},{"name":"DnssdServiceInstanceCollection","features":[37,189]},{"name":"DnssdServiceWatcher","features":[189]},{"name":"DnssdServiceWatcherStatus","features":[189]},{"name":"IDnssdRegistrationResult","features":[189]},{"name":"IDnssdServiceInstance","features":[189]},{"name":"IDnssdServiceInstanceFactory","features":[189]},{"name":"IDnssdServiceWatcher","features":[189]}],"198":[{"name":"BandwidthStatistics","features":[190]},{"name":"ControlChannelTrigger","features":[190]},{"name":"ControlChannelTriggerContract","features":[190]},{"name":"ControlChannelTriggerResetReason","features":[190]},{"name":"ControlChannelTriggerResourceType","features":[190]},{"name":"ControlChannelTriggerStatus","features":[190]},{"name":"DatagramSocket","features":[190]},{"name":"DatagramSocketControl","features":[190]},{"name":"DatagramSocketInformation","features":[190]},{"name":"DatagramSocketMessageReceivedEventArgs","features":[190]},{"name":"IControlChannelTrigger","features":[190]},{"name":"IControlChannelTrigger2","features":[190]},{"name":"IControlChannelTriggerEventDetails","features":[190]},{"name":"IControlChannelTriggerFactory","features":[190]},{"name":"IControlChannelTriggerResetEventDetails","features":[190]},{"name":"IDatagramSocket","features":[190]},{"name":"IDatagramSocket2","features":[190]},{"name":"IDatagramSocket3","features":[190]},{"name":"IDatagramSocketControl","features":[190]},{"name":"IDatagramSocketControl2","features":[190]},{"name":"IDatagramSocketControl3","features":[190]},{"name":"IDatagramSocketInformation","features":[190]},{"name":"IDatagramSocketMessageReceivedEventArgs","features":[190]},{"name":"IDatagramSocketStatics","features":[190]},{"name":"IMessageWebSocket","features":[190]},{"name":"IMessageWebSocket2","features":[190]},{"name":"IMessageWebSocket3","features":[190]},{"name":"IMessageWebSocketControl","features":[190]},{"name":"IMessageWebSocketControl2","features":[190]},{"name":"IMessageWebSocketMessageReceivedEventArgs","features":[190]},{"name":"IMessageWebSocketMessageReceivedEventArgs2","features":[190]},{"name":"IServerMessageWebSocket","features":[190]},{"name":"IServerMessageWebSocketControl","features":[190]},{"name":"IServerMessageWebSocketInformation","features":[190]},{"name":"IServerStreamWebSocket","features":[190]},{"name":"IServerStreamWebSocketInformation","features":[190]},{"name":"ISocketActivityContext","features":[190]},{"name":"ISocketActivityContextFactory","features":[190]},{"name":"ISocketActivityInformation","features":[190]},{"name":"ISocketActivityInformationStatics","features":[190]},{"name":"ISocketActivityTriggerDetails","features":[190]},{"name":"ISocketErrorStatics","features":[190]},{"name":"IStreamSocket","features":[190]},{"name":"IStreamSocket2","features":[190]},{"name":"IStreamSocket3","features":[190]},{"name":"IStreamSocketControl","features":[190]},{"name":"IStreamSocketControl2","features":[190]},{"name":"IStreamSocketControl3","features":[190]},{"name":"IStreamSocketControl4","features":[190]},{"name":"IStreamSocketInformation","features":[190]},{"name":"IStreamSocketInformation2","features":[190]},{"name":"IStreamSocketListener","features":[190]},{"name":"IStreamSocketListener2","features":[190]},{"name":"IStreamSocketListener3","features":[190]},{"name":"IStreamSocketListenerConnectionReceivedEventArgs","features":[190]},{"name":"IStreamSocketListenerControl","features":[190]},{"name":"IStreamSocketListenerControl2","features":[190]},{"name":"IStreamSocketListenerInformation","features":[190]},{"name":"IStreamSocketStatics","features":[190]},{"name":"IStreamWebSocket","features":[190]},{"name":"IStreamWebSocket2","features":[190]},{"name":"IStreamWebSocketControl","features":[190]},{"name":"IStreamWebSocketControl2","features":[190]},{"name":"IWebSocket","features":[190]},{"name":"IWebSocketClosedEventArgs","features":[190]},{"name":"IWebSocketControl","features":[190]},{"name":"IWebSocketControl2","features":[190]},{"name":"IWebSocketErrorStatics","features":[190]},{"name":"IWebSocketInformation","features":[190]},{"name":"IWebSocketInformation2","features":[190]},{"name":"IWebSocketServerCustomValidationRequestedEventArgs","features":[190]},{"name":"MessageWebSocket","features":[190]},{"name":"MessageWebSocketControl","features":[190]},{"name":"MessageWebSocketInformation","features":[190]},{"name":"MessageWebSocketMessageReceivedEventArgs","features":[190]},{"name":"MessageWebSocketReceiveMode","features":[190]},{"name":"RoundTripTimeStatistics","features":[190]},{"name":"ServerMessageWebSocket","features":[190]},{"name":"ServerMessageWebSocketControl","features":[190]},{"name":"ServerMessageWebSocketInformation","features":[190]},{"name":"ServerStreamWebSocket","features":[190]},{"name":"ServerStreamWebSocketInformation","features":[190]},{"name":"SocketActivityConnectedStandbyAction","features":[190]},{"name":"SocketActivityContext","features":[190]},{"name":"SocketActivityInformation","features":[190]},{"name":"SocketActivityKind","features":[190]},{"name":"SocketActivityTriggerDetails","features":[190]},{"name":"SocketActivityTriggerReason","features":[190]},{"name":"SocketError","features":[190]},{"name":"SocketErrorStatus","features":[190]},{"name":"SocketMessageType","features":[190]},{"name":"SocketProtectionLevel","features":[190]},{"name":"SocketQualityOfService","features":[190]},{"name":"SocketSslErrorSeverity","features":[190]},{"name":"StreamSocket","features":[190]},{"name":"StreamSocketControl","features":[190]},{"name":"StreamSocketInformation","features":[190]},{"name":"StreamSocketListener","features":[190]},{"name":"StreamSocketListenerConnectionReceivedEventArgs","features":[190]},{"name":"StreamSocketListenerControl","features":[190]},{"name":"StreamSocketListenerInformation","features":[190]},{"name":"StreamWebSocket","features":[190]},{"name":"StreamWebSocketControl","features":[190]},{"name":"StreamWebSocketInformation","features":[190]},{"name":"WebSocketClosedEventArgs","features":[190]},{"name":"WebSocketError","features":[190]},{"name":"WebSocketKeepAlive","features":[8,190]},{"name":"WebSocketServerCustomValidationRequestedEventArgs","features":[190]}],"199":[{"name":"IVpnAppId","features":[191]},{"name":"IVpnAppIdFactory","features":[191]},{"name":"IVpnChannel","features":[191]},{"name":"IVpnChannel2","features":[191]},{"name":"IVpnChannel4","features":[191]},{"name":"IVpnChannel5","features":[191]},{"name":"IVpnChannel6","features":[191]},{"name":"IVpnChannelActivityEventArgs","features":[191]},{"name":"IVpnChannelActivityStateChangedArgs","features":[191]},{"name":"IVpnChannelConfiguration","features":[191]},{"name":"IVpnChannelConfiguration2","features":[191]},{"name":"IVpnChannelStatics","features":[191]},{"name":"IVpnCredential","features":[191]},{"name":"IVpnCustomCheckBox","features":[191]},{"name":"IVpnCustomComboBox","features":[191]},{"name":"IVpnCustomEditBox","features":[191]},{"name":"IVpnCustomErrorBox","features":[191]},{"name":"IVpnCustomPrompt","features":[191]},{"name":"IVpnCustomPromptBooleanInput","features":[191]},{"name":"IVpnCustomPromptElement","features":[191]},{"name":"IVpnCustomPromptOptionSelector","features":[191]},{"name":"IVpnCustomPromptText","features":[191]},{"name":"IVpnCustomPromptTextInput","features":[191]},{"name":"IVpnCustomTextBox","features":[191]},{"name":"IVpnDomainNameAssignment","features":[191]},{"name":"IVpnDomainNameInfo","features":[191]},{"name":"IVpnDomainNameInfo2","features":[191]},{"name":"IVpnDomainNameInfoFactory","features":[191]},{"name":"IVpnForegroundActivatedEventArgs","features":[191]},{"name":"IVpnForegroundActivationOperation","features":[191]},{"name":"IVpnInterfaceId","features":[191]},{"name":"IVpnInterfaceIdFactory","features":[191]},{"name":"IVpnManagementAgent","features":[191]},{"name":"IVpnNamespaceAssignment","features":[191]},{"name":"IVpnNamespaceInfo","features":[191]},{"name":"IVpnNamespaceInfoFactory","features":[191]},{"name":"IVpnNativeProfile","features":[191]},{"name":"IVpnNativeProfile2","features":[191]},{"name":"IVpnPacketBuffer","features":[191]},{"name":"IVpnPacketBuffer2","features":[191]},{"name":"IVpnPacketBuffer3","features":[191]},{"name":"IVpnPacketBufferFactory","features":[191]},{"name":"IVpnPacketBufferList","features":[191]},{"name":"IVpnPacketBufferList2","features":[191]},{"name":"IVpnPickedCredential","features":[191]},{"name":"IVpnPlugIn","features":[191]},{"name":"IVpnPlugInProfile","features":[191]},{"name":"IVpnPlugInProfile2","features":[191]},{"name":"IVpnPlugInReconnectTransport","features":[191]},{"name":"IVpnProfile","features":[191]},{"name":"IVpnRoute","features":[191]},{"name":"IVpnRouteAssignment","features":[191]},{"name":"IVpnRouteFactory","features":[191]},{"name":"IVpnSystemHealth","features":[191]},{"name":"IVpnTrafficFilter","features":[191]},{"name":"IVpnTrafficFilterAssignment","features":[191]},{"name":"IVpnTrafficFilterFactory","features":[191]},{"name":"VpnAppId","features":[191]},{"name":"VpnAppIdType","features":[191]},{"name":"VpnAuthenticationMethod","features":[191]},{"name":"VpnChannel","features":[191]},{"name":"VpnChannelActivityEventArgs","features":[191]},{"name":"VpnChannelActivityEventType","features":[191]},{"name":"VpnChannelActivityStateChangedArgs","features":[191]},{"name":"VpnChannelConfiguration","features":[191]},{"name":"VpnChannelRequestCredentialsOptions","features":[191]},{"name":"VpnCredential","features":[191]},{"name":"VpnCredentialType","features":[191]},{"name":"VpnCustomCheckBox","features":[191]},{"name":"VpnCustomComboBox","features":[191]},{"name":"VpnCustomEditBox","features":[191]},{"name":"VpnCustomErrorBox","features":[191]},{"name":"VpnCustomPromptBooleanInput","features":[191]},{"name":"VpnCustomPromptOptionSelector","features":[191]},{"name":"VpnCustomPromptText","features":[191]},{"name":"VpnCustomPromptTextInput","features":[191]},{"name":"VpnCustomTextBox","features":[191]},{"name":"VpnDataPathType","features":[191]},{"name":"VpnDomainNameAssignment","features":[191]},{"name":"VpnDomainNameInfo","features":[191]},{"name":"VpnDomainNameType","features":[191]},{"name":"VpnForegroundActivatedEventArgs","features":[191]},{"name":"VpnForegroundActivationOperation","features":[191]},{"name":"VpnIPProtocol","features":[191]},{"name":"VpnInterfaceId","features":[191]},{"name":"VpnManagementAgent","features":[191]},{"name":"VpnManagementConnectionStatus","features":[191]},{"name":"VpnManagementErrorStatus","features":[191]},{"name":"VpnNamespaceAssignment","features":[191]},{"name":"VpnNamespaceInfo","features":[191]},{"name":"VpnNativeProfile","features":[191]},{"name":"VpnNativeProtocolType","features":[191]},{"name":"VpnPacketBuffer","features":[191]},{"name":"VpnPacketBufferList","features":[191]},{"name":"VpnPacketBufferStatus","features":[191]},{"name":"VpnPickedCredential","features":[191]},{"name":"VpnPlugInProfile","features":[191]},{"name":"VpnRoute","features":[191]},{"name":"VpnRouteAssignment","features":[191]},{"name":"VpnRoutingPolicyType","features":[191]},{"name":"VpnSystemHealth","features":[191]},{"name":"VpnTrafficFilter","features":[191]},{"name":"VpnTrafficFilterAssignment","features":[191]}],"200":[{"name":"IXboxLiveDeviceAddress","features":[192]},{"name":"IXboxLiveDeviceAddressStatics","features":[192]},{"name":"IXboxLiveEndpointPair","features":[192]},{"name":"IXboxLiveEndpointPairCreationResult","features":[192]},{"name":"IXboxLiveEndpointPairStateChangedEventArgs","features":[192]},{"name":"IXboxLiveEndpointPairStatics","features":[192]},{"name":"IXboxLiveEndpointPairTemplate","features":[192]},{"name":"IXboxLiveEndpointPairTemplateStatics","features":[192]},{"name":"IXboxLiveInboundEndpointPairCreatedEventArgs","features":[192]},{"name":"IXboxLiveQualityOfServiceMeasurement","features":[192]},{"name":"IXboxLiveQualityOfServiceMeasurementStatics","features":[192]},{"name":"IXboxLiveQualityOfServiceMetricResult","features":[192]},{"name":"IXboxLiveQualityOfServicePrivatePayloadResult","features":[192]},{"name":"XboxLiveDeviceAddress","features":[192]},{"name":"XboxLiveEndpointPair","features":[192]},{"name":"XboxLiveEndpointPairCreationBehaviors","features":[192]},{"name":"XboxLiveEndpointPairCreationResult","features":[192]},{"name":"XboxLiveEndpointPairCreationStatus","features":[192]},{"name":"XboxLiveEndpointPairState","features":[192]},{"name":"XboxLiveEndpointPairStateChangedEventArgs","features":[192]},{"name":"XboxLiveEndpointPairTemplate","features":[192]},{"name":"XboxLiveInboundEndpointPairCreatedEventArgs","features":[192]},{"name":"XboxLiveNetworkAccessKind","features":[192]},{"name":"XboxLiveQualityOfServiceMeasurement","features":[192]},{"name":"XboxLiveQualityOfServiceMeasurementStatus","features":[192]},{"name":"XboxLiveQualityOfServiceMetric","features":[192]},{"name":"XboxLiveQualityOfServiceMetricResult","features":[192]},{"name":"XboxLiveQualityOfServicePrivatePayloadResult","features":[192]},{"name":"XboxLiveSecureSocketsContract","features":[192]},{"name":"XboxLiveSocketKind","features":[192]}],"201":[{"name":"IPerceptionTimestamp","features":[193]},{"name":"IPerceptionTimestamp2","features":[193]},{"name":"IPerceptionTimestampHelperStatics","features":[193]},{"name":"IPerceptionTimestampHelperStatics2","features":[193]},{"name":"PerceptionTimestamp","features":[193]},{"name":"PerceptionTimestampHelper","features":[193]}],"202":[{"name":"CorePerceptionAutomation","features":[194]},{"name":"ICorePerceptionAutomationStatics","features":[194]},{"name":"PerceptionAutomationCoreContract","features":[194]}],"203":[{"name":"EyesPose","features":[195]},{"name":"HandJointKind","features":[195]},{"name":"HandMeshObserver","features":[195]},{"name":"HandMeshVertex","features":[69,195]},{"name":"HandMeshVertexState","features":[195]},{"name":"HandPose","features":[195]},{"name":"HeadPose","features":[195]},{"name":"IEyesPose","features":[195]},{"name":"IEyesPoseStatics","features":[195]},{"name":"IHandMeshObserver","features":[195]},{"name":"IHandMeshVertexState","features":[195]},{"name":"IHandPose","features":[195]},{"name":"IHeadPose","features":[195]},{"name":"JointPose","features":[69,195]},{"name":"JointPoseAccuracy","features":[195]}],"204":[{"name":"ISpatialAnchor","features":[196]},{"name":"ISpatialAnchor2","features":[196]},{"name":"ISpatialAnchorExportSufficiency","features":[196]},{"name":"ISpatialAnchorExporter","features":[196]},{"name":"ISpatialAnchorExporterStatics","features":[196]},{"name":"ISpatialAnchorManagerStatics","features":[196]},{"name":"ISpatialAnchorRawCoordinateSystemAdjustedEventArgs","features":[196]},{"name":"ISpatialAnchorStatics","features":[196]},{"name":"ISpatialAnchorStore","features":[196]},{"name":"ISpatialAnchorTransferManagerStatics","features":[196]},{"name":"ISpatialBoundingVolume","features":[196]},{"name":"ISpatialBoundingVolumeStatics","features":[196]},{"name":"ISpatialCoordinateSystem","features":[196]},{"name":"ISpatialEntity","features":[196]},{"name":"ISpatialEntityAddedEventArgs","features":[196]},{"name":"ISpatialEntityFactory","features":[196]},{"name":"ISpatialEntityRemovedEventArgs","features":[196]},{"name":"ISpatialEntityStore","features":[196]},{"name":"ISpatialEntityStoreStatics","features":[196]},{"name":"ISpatialEntityUpdatedEventArgs","features":[196]},{"name":"ISpatialEntityWatcher","features":[196]},{"name":"ISpatialLocation","features":[196]},{"name":"ISpatialLocation2","features":[196]},{"name":"ISpatialLocator","features":[196]},{"name":"ISpatialLocatorAttachedFrameOfReference","features":[196]},{"name":"ISpatialLocatorPositionalTrackingDeactivatingEventArgs","features":[196]},{"name":"ISpatialLocatorStatics","features":[196]},{"name":"ISpatialStageFrameOfReference","features":[196]},{"name":"ISpatialStageFrameOfReferenceStatics","features":[196]},{"name":"ISpatialStationaryFrameOfReference","features":[196]},{"name":"SpatialAnchor","features":[196]},{"name":"SpatialAnchorExportPurpose","features":[196]},{"name":"SpatialAnchorExportSufficiency","features":[196]},{"name":"SpatialAnchorExporter","features":[196]},{"name":"SpatialAnchorManager","features":[196]},{"name":"SpatialAnchorRawCoordinateSystemAdjustedEventArgs","features":[196]},{"name":"SpatialAnchorStore","features":[196]},{"name":"SpatialAnchorTransferManager","features":[196]},{"name":"SpatialBoundingBox","features":[69,196]},{"name":"SpatialBoundingFrustum","features":[69,196]},{"name":"SpatialBoundingOrientedBox","features":[69,196]},{"name":"SpatialBoundingSphere","features":[69,196]},{"name":"SpatialBoundingVolume","features":[196]},{"name":"SpatialCoordinateSystem","features":[196]},{"name":"SpatialEntity","features":[196]},{"name":"SpatialEntityAddedEventArgs","features":[196]},{"name":"SpatialEntityRemovedEventArgs","features":[196]},{"name":"SpatialEntityStore","features":[196]},{"name":"SpatialEntityUpdatedEventArgs","features":[196]},{"name":"SpatialEntityWatcher","features":[196]},{"name":"SpatialEntityWatcherStatus","features":[196]},{"name":"SpatialLocatability","features":[196]},{"name":"SpatialLocation","features":[196]},{"name":"SpatialLocator","features":[196]},{"name":"SpatialLocatorAttachedFrameOfReference","features":[196]},{"name":"SpatialLocatorPositionalTrackingDeactivatingEventArgs","features":[196]},{"name":"SpatialLookDirectionRange","features":[196]},{"name":"SpatialMovementRange","features":[196]},{"name":"SpatialPerceptionAccessStatus","features":[196]},{"name":"SpatialRay","features":[69,196]},{"name":"SpatialStageFrameOfReference","features":[196]},{"name":"SpatialStationaryFrameOfReference","features":[196]}],"205":[{"name":"ISpatialGraphInteropFrameOfReferencePreview","features":[197]},{"name":"ISpatialGraphInteropPreviewStatics","features":[197]},{"name":"ISpatialGraphInteropPreviewStatics2","features":[197]},{"name":"SpatialGraphInteropFrameOfReferencePreview","features":[197]},{"name":"SpatialGraphInteropPreview","features":[197]}],"206":[{"name":"ISpatialSurfaceInfo","features":[198]},{"name":"ISpatialSurfaceMesh","features":[198]},{"name":"ISpatialSurfaceMeshBuffer","features":[198]},{"name":"ISpatialSurfaceMeshOptions","features":[198]},{"name":"ISpatialSurfaceMeshOptionsStatics","features":[198]},{"name":"ISpatialSurfaceObserver","features":[198]},{"name":"ISpatialSurfaceObserverStatics","features":[198]},{"name":"ISpatialSurfaceObserverStatics2","features":[198]},{"name":"SpatialSurfaceInfo","features":[198]},{"name":"SpatialSurfaceMesh","features":[198]},{"name":"SpatialSurfaceMeshBuffer","features":[198]},{"name":"SpatialSurfaceMeshOptions","features":[198]},{"name":"SpatialSurfaceObserver","features":[198]}],"207":[{"name":"PhoneContract","features":[199]}],"208":[{"name":"ApplicationProfile","features":[200]},{"name":"ApplicationProfileModes","features":[200]},{"name":"IApplicationProfileStatics","features":[200]}],"209":[{"name":"IVibrationDevice","features":[201]},{"name":"IVibrationDeviceStatics","features":[201]},{"name":"VibrationDevice","features":[201]}],"210":[{"name":"Battery","features":[202]},{"name":"IBattery","features":[202]},{"name":"IBatteryStatics","features":[202]}],"211":[{"name":"Enterprise","features":[203]},{"name":"EnterpriseEnrollmentManager","features":[203]},{"name":"EnterpriseEnrollmentResult","features":[203]},{"name":"EnterpriseEnrollmentStatus","features":[203]},{"name":"EnterpriseStatus","features":[203]},{"name":"IEnterprise","features":[203]},{"name":"IEnterpriseEnrollmentManager","features":[203]},{"name":"IEnterpriseEnrollmentResult","features":[203]},{"name":"IInstallationManagerStatics","features":[203]},{"name":"IInstallationManagerStatics2","features":[203]},{"name":"IPackageInstallResult","features":[203]},{"name":"IPackageInstallResult2","features":[203]},{"name":"InstallationManager","features":[203]},{"name":"PackageInstallResult","features":[203]}],"212":[{"name":"AudioRoutingEndpoint","features":[204]},{"name":"AudioRoutingManager","features":[204]},{"name":"AvailableAudioRoutingEndpoints","features":[204]},{"name":"IAudioRoutingManager","features":[204]},{"name":"IAudioRoutingManagerStatics","features":[204]}],"213":[{"name":"AccessoryManager","features":[205]},{"name":"AccessoryNotificationType","features":[205]},{"name":"AlarmNotificationTriggerDetails","features":[205]},{"name":"AppNotificationInfo","features":[205]},{"name":"BinaryId","features":[205]},{"name":"CalendarChangedEvent","features":[205]},{"name":"CalendarChangedNotificationTriggerDetails","features":[205]},{"name":"CortanaTileNotificationTriggerDetails","features":[205]},{"name":"EmailAccountInfo","features":[205]},{"name":"EmailFolderInfo","features":[205]},{"name":"EmailNotificationTriggerDetails","features":[205]},{"name":"EmailReadNotificationTriggerDetails","features":[205]},{"name":"IAccessoryManager","features":[205]},{"name":"IAccessoryManager2","features":[205]},{"name":"IAccessoryManager3","features":[205]},{"name":"IAccessoryNotificationTriggerDetails","features":[205]},{"name":"IAlarmNotificationTriggerDetails","features":[205]},{"name":"IAlarmNotificationTriggerDetails2","features":[205]},{"name":"IAppNotificationInfo","features":[205]},{"name":"IBinaryId","features":[205]},{"name":"ICalendarChangedNotificationTriggerDetails","features":[205]},{"name":"ICortanaTileNotificationTriggerDetails","features":[205]},{"name":"IEmailAccountInfo","features":[205]},{"name":"IEmailFolderInfo","features":[205]},{"name":"IEmailNotificationTriggerDetails","features":[205]},{"name":"IEmailNotificationTriggerDetails2","features":[205]},{"name":"IEmailReadNotificationTriggerDetails","features":[205]},{"name":"IMediaControlsTriggerDetails","features":[205]},{"name":"IMediaMetadata","features":[205]},{"name":"IPhoneCallDetails","features":[205]},{"name":"IPhoneLineDetails","features":[205]},{"name":"IPhoneLineDetails2","features":[205]},{"name":"IPhoneNotificationTriggerDetails","features":[205]},{"name":"IReminderNotificationTriggerDetails","features":[205]},{"name":"IReminderNotificationTriggerDetails2","features":[205]},{"name":"ISpeedDialEntry","features":[205]},{"name":"ITextResponse","features":[205]},{"name":"IToastNotificationTriggerDetails","features":[205]},{"name":"IToastNotificationTriggerDetails2","features":[205]},{"name":"IVolumeInfo","features":[205]},{"name":"MediaControlsTriggerDetails","features":[205]},{"name":"MediaMetadata","features":[205]},{"name":"PhoneCallAudioEndpoint","features":[205]},{"name":"PhoneCallDetails","features":[205]},{"name":"PhoneCallDirection","features":[205]},{"name":"PhoneCallState","features":[205]},{"name":"PhoneCallTransport","features":[205]},{"name":"PhoneLineDetails","features":[205]},{"name":"PhoneLineRegistrationState","features":[205]},{"name":"PhoneMediaType","features":[205]},{"name":"PhoneNotificationTriggerDetails","features":[205]},{"name":"PhoneNotificationType","features":[205]},{"name":"PlaybackCapability","features":[205]},{"name":"PlaybackCommand","features":[205]},{"name":"PlaybackStatus","features":[205]},{"name":"ReminderNotificationTriggerDetails","features":[205]},{"name":"ReminderState","features":[205]},{"name":"SpeedDialEntry","features":[205]},{"name":"TextResponse","features":[205]},{"name":"ToastNotificationTriggerDetails","features":[205]},{"name":"VibrateState","features":[205]},{"name":"VolumeInfo","features":[205]}],"214":[{"name":"ContactAddress","features":[206]},{"name":"ContactChangeRecord","features":[206]},{"name":"ContactChangeType","features":[206]},{"name":"ContactInformation","features":[206]},{"name":"ContactQueryOptions","features":[206]},{"name":"ContactQueryResult","features":[206]},{"name":"ContactQueryResultOrdering","features":[206]},{"name":"ContactStore","features":[206]},{"name":"ContactStoreApplicationAccessMode","features":[206]},{"name":"ContactStoreSystemAccessMode","features":[206]},{"name":"IContactAddress","features":[206]},{"name":"IContactChangeRecord","features":[206]},{"name":"IContactInformation","features":[206]},{"name":"IContactInformation2","features":[206]},{"name":"IContactInformationStatics","features":[206]},{"name":"IContactQueryOptions","features":[206]},{"name":"IContactQueryResult","features":[206]},{"name":"IContactStore","features":[206]},{"name":"IContactStore2","features":[206]},{"name":"IContactStoreStatics","features":[206]},{"name":"IKnownContactPropertiesStatics","features":[206]},{"name":"IStoredContact","features":[206]},{"name":"IStoredContactFactory","features":[206]},{"name":"KnownContactProperties","features":[206]},{"name":"StoredContact","features":[206]},{"name":"VCardFormat","features":[206]}],"215":[{"name":"ContactPartnerProvisioningManager","features":[207]},{"name":"IContactPartnerProvisioningManagerStatics","features":[207]},{"name":"IContactPartnerProvisioningManagerStatics2","features":[207]},{"name":"IMessagePartnerProvisioningManagerStatics","features":[207]},{"name":"MessagePartnerProvisioningManager","features":[207]}],"216":[{"name":"SpeechRecognitionUIStatus","features":[208]}],"217":[{"name":"DualSimTile","features":[209]},{"name":"DualSimTileContract","features":[209]},{"name":"IDualSimTile","features":[209]},{"name":"IDualSimTileStatics","features":[209]},{"name":"IToastNotificationManagerStatics3","features":[209]}],"218":[{"name":"ISystemProtectionStatics","features":[210]},{"name":"ISystemProtectionUnlockStatics","features":[210]},{"name":"SystemProtection","features":[210]}],"219":[{"name":"IPowerManagerStatics","features":[211]},{"name":"IPowerManagerStatics2","features":[211]},{"name":"PowerManager","features":[211]},{"name":"PowerSavingMode","features":[211]}],"220":[{"name":"IRetailModeStatics","features":[212]},{"name":"RetailMode","features":[212]}],"221":[{"name":"GameService","features":[213]},{"name":"GameServiceGameOutcome","features":[213]},{"name":"GameServicePropertyCollection","features":[213]},{"name":"GameServiceScoreKind","features":[213]},{"name":"IGameService","features":[213]},{"name":"IGameService2","features":[213]},{"name":"IGameServicePropertyCollection","features":[213]}],"222":[{"name":"BackPressedEventArgs","features":[214]},{"name":"CameraEventArgs","features":[214]},{"name":"HardwareButtons","features":[214]},{"name":"IBackPressedEventArgs","features":[214]},{"name":"ICameraEventArgs","features":[214]},{"name":"IHardwareButtonsStatics","features":[214]},{"name":"IHardwareButtonsStatics2","features":[214]}],"223":[{"name":"EnterpriseKeyCredentialRegistrationInfo","features":[215]},{"name":"EnterpriseKeyCredentialRegistrationManager","features":[215]},{"name":"IEnterpriseKeyCredentialRegistrationInfo","features":[215]},{"name":"IEnterpriseKeyCredentialRegistrationManager","features":[215]},{"name":"IEnterpriseKeyCredentialRegistrationManagerStatics","features":[215]}],"224":[{"name":"IMicrosoftAccountMultiFactorAuthenticationManager","features":[216]},{"name":"IMicrosoftAccountMultiFactorAuthenticatorStatics","features":[216]},{"name":"IMicrosoftAccountMultiFactorGetSessionsResult","features":[216]},{"name":"IMicrosoftAccountMultiFactorOneTimeCodedInfo","features":[216]},{"name":"IMicrosoftAccountMultiFactorSessionInfo","features":[216]},{"name":"IMicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo","features":[216]},{"name":"MicrosoftAccountMultiFactorAuthenticationManager","features":[216]},{"name":"MicrosoftAccountMultiFactorAuthenticationType","features":[216]},{"name":"MicrosoftAccountMultiFactorGetSessionsResult","features":[216]},{"name":"MicrosoftAccountMultiFactorOneTimeCodedInfo","features":[216]},{"name":"MicrosoftAccountMultiFactorServiceResponse","features":[216]},{"name":"MicrosoftAccountMultiFactorSessionApprovalStatus","features":[216]},{"name":"MicrosoftAccountMultiFactorSessionAuthenticationStatus","features":[216]},{"name":"MicrosoftAccountMultiFactorSessionInfo","features":[216]},{"name":"MicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo","features":[216]}],"226":[{"name":"CredentialPromptType","features":[217]},{"name":"IOnlineIdAuthenticator","features":[217]},{"name":"IOnlineIdServiceTicket","features":[217]},{"name":"IOnlineIdServiceTicketRequest","features":[217]},{"name":"IOnlineIdServiceTicketRequestFactory","features":[217]},{"name":"IOnlineIdSystemAuthenticatorForUser","features":[217]},{"name":"IOnlineIdSystemAuthenticatorStatics","features":[217]},{"name":"IOnlineIdSystemIdentity","features":[217]},{"name":"IOnlineIdSystemTicketResult","features":[217]},{"name":"IUserIdentity","features":[217]},{"name":"OnlineIdAuthenticator","features":[217]},{"name":"OnlineIdServiceTicket","features":[217]},{"name":"OnlineIdServiceTicketRequest","features":[217]},{"name":"OnlineIdSystemAuthenticator","features":[217]},{"name":"OnlineIdSystemAuthenticatorForUser","features":[217]},{"name":"OnlineIdSystemIdentity","features":[217]},{"name":"OnlineIdSystemTicketResult","features":[217]},{"name":"OnlineIdSystemTicketStatus","features":[217]},{"name":"SignOutUserOperation","features":[77,217]},{"name":"UserAuthenticationOperation","features":[77,217]},{"name":"UserIdentity","features":[217]}],"227":[{"name":"IWebAuthenticationBrokerStatics","features":[218]},{"name":"IWebAuthenticationBrokerStatics2","features":[218]},{"name":"IWebAuthenticationResult","features":[218]},{"name":"TokenBindingKeyType","features":[218]},{"name":"WebAuthenticationBroker","features":[218]},{"name":"WebAuthenticationOptions","features":[218]},{"name":"WebAuthenticationResult","features":[218]},{"name":"WebAuthenticationStatus","features":[218]}],"228":[{"name":"FindAllAccountsResult","features":[219]},{"name":"FindAllWebAccountsStatus","features":[219]},{"name":"IFindAllAccountsResult","features":[219]},{"name":"IWebAccountEventArgs","features":[219]},{"name":"IWebAccountMonitor","features":[219]},{"name":"IWebAccountMonitor2","features":[219]},{"name":"IWebAuthenticationCoreManagerStatics","features":[219]},{"name":"IWebAuthenticationCoreManagerStatics2","features":[219]},{"name":"IWebAuthenticationCoreManagerStatics3","features":[219]},{"name":"IWebAuthenticationCoreManagerStatics4","features":[219]},{"name":"IWebProviderError","features":[219]},{"name":"IWebProviderErrorFactory","features":[219]},{"name":"IWebTokenRequest","features":[219]},{"name":"IWebTokenRequest2","features":[219]},{"name":"IWebTokenRequest3","features":[219]},{"name":"IWebTokenRequestFactory","features":[219]},{"name":"IWebTokenRequestResult","features":[219]},{"name":"IWebTokenResponse","features":[219]},{"name":"IWebTokenResponseFactory","features":[219]},{"name":"WebAccountEventArgs","features":[219]},{"name":"WebAccountMonitor","features":[219]},{"name":"WebAuthenticationCoreManager","features":[219]},{"name":"WebProviderError","features":[219]},{"name":"WebTokenRequest","features":[219]},{"name":"WebTokenRequestPromptType","features":[219]},{"name":"WebTokenRequestResult","features":[219]},{"name":"WebTokenRequestStatus","features":[219]},{"name":"WebTokenResponse","features":[219]}],"229":[{"name":"IWebAccountClientView","features":[220]},{"name":"IWebAccountClientViewFactory","features":[220]},{"name":"IWebAccountManagerStatics","features":[220]},{"name":"IWebAccountManagerStatics2","features":[220]},{"name":"IWebAccountManagerStatics3","features":[220]},{"name":"IWebAccountManagerStatics4","features":[220]},{"name":"IWebAccountMapManagerStatics","features":[220]},{"name":"IWebAccountProviderAddAccountOperation","features":[220]},{"name":"IWebAccountProviderBaseReportOperation","features":[220]},{"name":"IWebAccountProviderDeleteAccountOperation","features":[220]},{"name":"IWebAccountProviderManageAccountOperation","features":[220]},{"name":"IWebAccountProviderOperation","features":[220]},{"name":"IWebAccountProviderRetrieveCookiesOperation","features":[220]},{"name":"IWebAccountProviderSignOutAccountOperation","features":[220]},{"name":"IWebAccountProviderSilentReportOperation","features":[220]},{"name":"IWebAccountProviderTokenObjects","features":[220]},{"name":"IWebAccountProviderTokenObjects2","features":[220]},{"name":"IWebAccountProviderTokenOperation","features":[220]},{"name":"IWebAccountProviderUIReportOperation","features":[220]},{"name":"IWebAccountScopeManagerStatics","features":[220]},{"name":"IWebProviderTokenRequest","features":[220]},{"name":"IWebProviderTokenRequest2","features":[220]},{"name":"IWebProviderTokenRequest3","features":[220]},{"name":"IWebProviderTokenResponse","features":[220]},{"name":"IWebProviderTokenResponseFactory","features":[220]},{"name":"WebAccountClientView","features":[220]},{"name":"WebAccountClientViewType","features":[220]},{"name":"WebAccountManager","features":[220]},{"name":"WebAccountProviderAddAccountOperation","features":[220]},{"name":"WebAccountProviderDeleteAccountOperation","features":[220]},{"name":"WebAccountProviderGetTokenSilentOperation","features":[220]},{"name":"WebAccountProviderManageAccountOperation","features":[220]},{"name":"WebAccountProviderOperationKind","features":[220]},{"name":"WebAccountProviderRequestTokenOperation","features":[220]},{"name":"WebAccountProviderRetrieveCookiesOperation","features":[220]},{"name":"WebAccountProviderSignOutAccountOperation","features":[220]},{"name":"WebAccountProviderTriggerDetails","features":[220]},{"name":"WebAccountScope","features":[220]},{"name":"WebAccountSelectionOptions","features":[220]},{"name":"WebProviderTokenRequest","features":[220]},{"name":"WebProviderTokenResponse","features":[220]}],"230":[{"name":"AppCapability","features":[221]},{"name":"AppCapabilityAccessChangedEventArgs","features":[221]},{"name":"AppCapabilityAccessStatus","features":[221]},{"name":"IAppCapability","features":[221]},{"name":"IAppCapability2","features":[221]},{"name":"IAppCapabilityAccessChangedEventArgs","features":[221]},{"name":"IAppCapabilityStatics","features":[221]}],"231":[{"name":"ICredentialFactory","features":[222]},{"name":"IKeyCredential","features":[222]},{"name":"IKeyCredentialAttestationResult","features":[222]},{"name":"IKeyCredentialManagerStatics","features":[222]},{"name":"IKeyCredentialOperationResult","features":[222]},{"name":"IKeyCredentialRetrievalResult","features":[222]},{"name":"IPasswordCredential","features":[222]},{"name":"IPasswordVault","features":[222]},{"name":"IWebAccount","features":[222]},{"name":"IWebAccount2","features":[222]},{"name":"IWebAccountFactory","features":[222]},{"name":"IWebAccountProvider","features":[222]},{"name":"IWebAccountProvider2","features":[222]},{"name":"IWebAccountProvider3","features":[222]},{"name":"IWebAccountProvider4","features":[222]},{"name":"IWebAccountProviderFactory","features":[222]},{"name":"KeyCredential","features":[222]},{"name":"KeyCredentialAttestationResult","features":[222]},{"name":"KeyCredentialAttestationStatus","features":[222]},{"name":"KeyCredentialCreationOption","features":[222]},{"name":"KeyCredentialManager","features":[222]},{"name":"KeyCredentialOperationResult","features":[222]},{"name":"KeyCredentialRetrievalResult","features":[222]},{"name":"KeyCredentialStatus","features":[222]},{"name":"PasswordCredential","features":[222]},{"name":"PasswordCredentialPropertyStore","features":[37,222]},{"name":"PasswordVault","features":[222]},{"name":"WebAccount","features":[222]},{"name":"WebAccountPictureSize","features":[222]},{"name":"WebAccountProvider","features":[222]},{"name":"WebAccountState","features":[222]}],"232":[{"name":"AuthenticationProtocol","features":[223]},{"name":"CredentialPicker","features":[223]},{"name":"CredentialPickerOptions","features":[223]},{"name":"CredentialPickerResults","features":[223]},{"name":"CredentialSaveOption","features":[223]},{"name":"ICredentialPickerOptions","features":[223]},{"name":"ICredentialPickerResults","features":[223]},{"name":"ICredentialPickerStatics","features":[223]},{"name":"IUserConsentVerifierStatics","features":[223]},{"name":"UserConsentVerificationResult","features":[223]},{"name":"UserConsentVerifier","features":[223]},{"name":"UserConsentVerifierAvailability","features":[223]}],"233":[{"name":"BinaryStringEncoding","features":[224]},{"name":"CryptographicBuffer","features":[224]},{"name":"ICryptographicBufferStatics","features":[224]}],"234":[{"name":"Certificate","features":[225]},{"name":"CertificateChain","features":[225]},{"name":"CertificateChainPolicy","features":[225]},{"name":"CertificateEnrollmentManager","features":[225]},{"name":"CertificateExtension","features":[225]},{"name":"CertificateKeyUsages","features":[225]},{"name":"CertificateQuery","features":[225]},{"name":"CertificateRequestProperties","features":[225]},{"name":"CertificateStore","features":[225]},{"name":"CertificateStores","features":[225]},{"name":"ChainBuildingParameters","features":[225]},{"name":"ChainValidationParameters","features":[225]},{"name":"ChainValidationResult","features":[225]},{"name":"CmsAttachedSignature","features":[225]},{"name":"CmsDetachedSignature","features":[225]},{"name":"CmsSignerInfo","features":[225]},{"name":"CmsTimestampInfo","features":[225]},{"name":"EnrollKeyUsages","features":[225]},{"name":"ExportOption","features":[225]},{"name":"ICertificate","features":[225]},{"name":"ICertificate2","features":[225]},{"name":"ICertificate3","features":[225]},{"name":"ICertificateChain","features":[225]},{"name":"ICertificateEnrollmentManagerStatics","features":[225]},{"name":"ICertificateEnrollmentManagerStatics2","features":[225]},{"name":"ICertificateEnrollmentManagerStatics3","features":[225]},{"name":"ICertificateExtension","features":[225]},{"name":"ICertificateFactory","features":[225]},{"name":"ICertificateKeyUsages","features":[225]},{"name":"ICertificateQuery","features":[225]},{"name":"ICertificateQuery2","features":[225]},{"name":"ICertificateRequestProperties","features":[225]},{"name":"ICertificateRequestProperties2","features":[225]},{"name":"ICertificateRequestProperties3","features":[225]},{"name":"ICertificateRequestProperties4","features":[225]},{"name":"ICertificateStore","features":[225]},{"name":"ICertificateStore2","features":[225]},{"name":"ICertificateStoresStatics","features":[225]},{"name":"ICertificateStoresStatics2","features":[225]},{"name":"IChainBuildingParameters","features":[225]},{"name":"IChainValidationParameters","features":[225]},{"name":"ICmsAttachedSignature","features":[225]},{"name":"ICmsAttachedSignatureFactory","features":[225]},{"name":"ICmsAttachedSignatureStatics","features":[225]},{"name":"ICmsDetachedSignature","features":[225]},{"name":"ICmsDetachedSignatureFactory","features":[225]},{"name":"ICmsDetachedSignatureStatics","features":[225]},{"name":"ICmsSignerInfo","features":[225]},{"name":"ICmsTimestampInfo","features":[225]},{"name":"IKeyAlgorithmNamesStatics","features":[225]},{"name":"IKeyAlgorithmNamesStatics2","features":[225]},{"name":"IKeyAttestationHelperStatics","features":[225]},{"name":"IKeyAttestationHelperStatics2","features":[225]},{"name":"IKeyStorageProviderNamesStatics","features":[225]},{"name":"IKeyStorageProviderNamesStatics2","features":[225]},{"name":"IPfxImportParameters","features":[225]},{"name":"IStandardCertificateStoreNamesStatics","features":[225]},{"name":"ISubjectAlternativeNameInfo","features":[225]},{"name":"ISubjectAlternativeNameInfo2","features":[225]},{"name":"IUserCertificateEnrollmentManager","features":[225]},{"name":"IUserCertificateEnrollmentManager2","features":[225]},{"name":"IUserCertificateStore","features":[225]},{"name":"InstallOptions","features":[225]},{"name":"KeyAlgorithmNames","features":[225]},{"name":"KeyAttestationHelper","features":[225]},{"name":"KeyProtectionLevel","features":[225]},{"name":"KeySize","features":[225]},{"name":"KeyStorageProviderNames","features":[225]},{"name":"PfxImportParameters","features":[225]},{"name":"SignatureValidationResult","features":[225]},{"name":"StandardCertificateStoreNames","features":[225]},{"name":"SubjectAlternativeNameInfo","features":[225]},{"name":"UserCertificateEnrollmentManager","features":[225]},{"name":"UserCertificateStore","features":[225]}],"235":[{"name":"AsymmetricAlgorithmNames","features":[226]},{"name":"AsymmetricKeyAlgorithmProvider","features":[226]},{"name":"Capi1KdfTargetAlgorithm","features":[226]},{"name":"CryptographicEngine","features":[226]},{"name":"CryptographicHash","features":[226]},{"name":"CryptographicKey","features":[226]},{"name":"CryptographicPadding","features":[226]},{"name":"CryptographicPrivateKeyBlobType","features":[226]},{"name":"CryptographicPublicKeyBlobType","features":[226]},{"name":"EccCurveNames","features":[226]},{"name":"EncryptedAndAuthenticatedData","features":[226]},{"name":"HashAlgorithmNames","features":[226]},{"name":"HashAlgorithmProvider","features":[226]},{"name":"IAsymmetricAlgorithmNamesStatics","features":[226]},{"name":"IAsymmetricAlgorithmNamesStatics2","features":[226]},{"name":"IAsymmetricKeyAlgorithmProvider","features":[226]},{"name":"IAsymmetricKeyAlgorithmProvider2","features":[226]},{"name":"IAsymmetricKeyAlgorithmProviderStatics","features":[226]},{"name":"ICryptographicEngineStatics","features":[226]},{"name":"ICryptographicEngineStatics2","features":[226]},{"name":"ICryptographicKey","features":[226]},{"name":"IEccCurveNamesStatics","features":[226]},{"name":"IEncryptedAndAuthenticatedData","features":[226]},{"name":"IHashAlgorithmNamesStatics","features":[226]},{"name":"IHashAlgorithmProvider","features":[226]},{"name":"IHashAlgorithmProviderStatics","features":[226]},{"name":"IHashComputation","features":[226]},{"name":"IKeyDerivationAlgorithmNamesStatics","features":[226]},{"name":"IKeyDerivationAlgorithmNamesStatics2","features":[226]},{"name":"IKeyDerivationAlgorithmProvider","features":[226]},{"name":"IKeyDerivationAlgorithmProviderStatics","features":[226]},{"name":"IKeyDerivationParameters","features":[226]},{"name":"IKeyDerivationParameters2","features":[226]},{"name":"IKeyDerivationParametersStatics","features":[226]},{"name":"IKeyDerivationParametersStatics2","features":[226]},{"name":"IMacAlgorithmNamesStatics","features":[226]},{"name":"IMacAlgorithmProvider","features":[226]},{"name":"IMacAlgorithmProvider2","features":[226]},{"name":"IMacAlgorithmProviderStatics","features":[226]},{"name":"IPersistedKeyProviderStatics","features":[226]},{"name":"ISymmetricAlgorithmNamesStatics","features":[226]},{"name":"ISymmetricKeyAlgorithmProvider","features":[226]},{"name":"ISymmetricKeyAlgorithmProviderStatics","features":[226]},{"name":"KeyDerivationAlgorithmNames","features":[226]},{"name":"KeyDerivationAlgorithmProvider","features":[226]},{"name":"KeyDerivationParameters","features":[226]},{"name":"MacAlgorithmNames","features":[226]},{"name":"MacAlgorithmProvider","features":[226]},{"name":"PersistedKeyProvider","features":[226]},{"name":"SymmetricAlgorithmNames","features":[226]},{"name":"SymmetricKeyAlgorithmProvider","features":[226]}],"236":[{"name":"DataProtectionProvider","features":[227]},{"name":"IDataProtectionProvider","features":[227]},{"name":"IDataProtectionProviderFactory","features":[227]}],"237":[{"name":"IUserDataAvailabilityStateChangedEventArgs","features":[228]},{"name":"IUserDataBufferUnprotectResult","features":[228]},{"name":"IUserDataProtectionManager","features":[228]},{"name":"IUserDataProtectionManagerStatics","features":[228]},{"name":"IUserDataStorageItemProtectionInfo","features":[228]},{"name":"UserDataAvailability","features":[228]},{"name":"UserDataAvailabilityStateChangedEventArgs","features":[228]},{"name":"UserDataBufferUnprotectResult","features":[228]},{"name":"UserDataBufferUnprotectStatus","features":[228]},{"name":"UserDataProtectionManager","features":[228]},{"name":"UserDataStorageItemProtectionInfo","features":[228]},{"name":"UserDataStorageItemProtectionStatus","features":[228]}],"238":[{"name":"BufferProtectUnprotectResult","features":[229]},{"name":"DataProtectionInfo","features":[229]},{"name":"DataProtectionManager","features":[229]},{"name":"DataProtectionStatus","features":[229]},{"name":"EnforcementLevel","features":[229]},{"name":"EnterpriseDataContract","features":[229]},{"name":"FileProtectionInfo","features":[229]},{"name":"FileProtectionManager","features":[229]},{"name":"FileProtectionStatus","features":[229]},{"name":"FileRevocationManager","features":[229]},{"name":"FileUnprotectOptions","features":[229]},{"name":"IBufferProtectUnprotectResult","features":[229]},{"name":"IDataProtectionInfo","features":[229]},{"name":"IDataProtectionManagerStatics","features":[229]},{"name":"IFileProtectionInfo","features":[229]},{"name":"IFileProtectionInfo2","features":[229]},{"name":"IFileProtectionManagerStatics","features":[229]},{"name":"IFileProtectionManagerStatics2","features":[229]},{"name":"IFileProtectionManagerStatics3","features":[229]},{"name":"IFileRevocationManagerStatics","features":[229]},{"name":"IFileUnprotectOptions","features":[229]},{"name":"IFileUnprotectOptionsFactory","features":[229]},{"name":"IProtectedAccessResumedEventArgs","features":[229]},{"name":"IProtectedAccessSuspendingEventArgs","features":[229]},{"name":"IProtectedContainerExportResult","features":[229]},{"name":"IProtectedContainerImportResult","features":[229]},{"name":"IProtectedContentRevokedEventArgs","features":[229]},{"name":"IProtectedFileCreateResult","features":[229]},{"name":"IProtectionPolicyAuditInfo","features":[229]},{"name":"IProtectionPolicyAuditInfoFactory","features":[229]},{"name":"IProtectionPolicyManager","features":[229]},{"name":"IProtectionPolicyManager2","features":[229]},{"name":"IProtectionPolicyManagerStatics","features":[229]},{"name":"IProtectionPolicyManagerStatics2","features":[229]},{"name":"IProtectionPolicyManagerStatics3","features":[229]},{"name":"IProtectionPolicyManagerStatics4","features":[229]},{"name":"IThreadNetworkContext","features":[229]},{"name":"ProtectedAccessResumedEventArgs","features":[229]},{"name":"ProtectedAccessSuspendingEventArgs","features":[229]},{"name":"ProtectedContainerExportResult","features":[229]},{"name":"ProtectedContainerImportResult","features":[229]},{"name":"ProtectedContentRevokedEventArgs","features":[229]},{"name":"ProtectedFileCreateResult","features":[229]},{"name":"ProtectedImportExportStatus","features":[229]},{"name":"ProtectionPolicyAuditAction","features":[229]},{"name":"ProtectionPolicyAuditInfo","features":[229]},{"name":"ProtectionPolicyEvaluationResult","features":[229]},{"name":"ProtectionPolicyManager","features":[229]},{"name":"ProtectionPolicyRequestAccessBehavior","features":[229]},{"name":"ThreadNetworkContext","features":[229]}],"239":[{"name":"EasClientDeviceInformation","features":[230]},{"name":"EasClientSecurityPolicy","features":[230]},{"name":"EasComplianceResults","features":[230]},{"name":"EasContract","features":[230]},{"name":"EasDisallowConvenienceLogonResult","features":[230]},{"name":"EasEncryptionProviderType","features":[230]},{"name":"EasMaxInactivityTimeLockResult","features":[230]},{"name":"EasMaxPasswordFailedAttemptsResult","features":[230]},{"name":"EasMinPasswordComplexCharactersResult","features":[230]},{"name":"EasMinPasswordLengthResult","features":[230]},{"name":"EasPasswordExpirationResult","features":[230]},{"name":"EasPasswordHistoryResult","features":[230]},{"name":"EasRequireEncryptionResult","features":[230]},{"name":"IEasClientDeviceInformation","features":[230]},{"name":"IEasClientDeviceInformation2","features":[230]},{"name":"IEasClientSecurityPolicy","features":[230]},{"name":"IEasComplianceResults","features":[230]},{"name":"IEasComplianceResults2","features":[230]}],"240":[{"name":"HostMessageReceivedCallback","features":[37,231]},{"name":"IIsolatedWindowsEnvironment","features":[231]},{"name":"IIsolatedWindowsEnvironment2","features":[231]},{"name":"IIsolatedWindowsEnvironment3","features":[231]},{"name":"IIsolatedWindowsEnvironment4","features":[231]},{"name":"IIsolatedWindowsEnvironmentCreateResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentCreateResult2","features":[231]},{"name":"IIsolatedWindowsEnvironmentFactory","features":[231]},{"name":"IIsolatedWindowsEnvironmentFile","features":[231]},{"name":"IIsolatedWindowsEnvironmentFile2","features":[231]},{"name":"IIsolatedWindowsEnvironmentHostStatics","features":[231]},{"name":"IIsolatedWindowsEnvironmentLaunchFileResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentOptions","features":[231]},{"name":"IIsolatedWindowsEnvironmentOptions2","features":[231]},{"name":"IIsolatedWindowsEnvironmentOptions3","features":[231]},{"name":"IIsolatedWindowsEnvironmentOwnerRegistrationData","features":[231]},{"name":"IIsolatedWindowsEnvironmentOwnerRegistrationResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentOwnerRegistrationStatics","features":[231]},{"name":"IIsolatedWindowsEnvironmentPostMessageResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentProcess","features":[231]},{"name":"IIsolatedWindowsEnvironmentShareFileRequestOptions","features":[231]},{"name":"IIsolatedWindowsEnvironmentShareFileResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentShareFolderRequestOptions","features":[231]},{"name":"IIsolatedWindowsEnvironmentShareFolderResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentStartProcessResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentTelemetryParameters","features":[231]},{"name":"IIsolatedWindowsEnvironmentUserInfo","features":[231]},{"name":"IIsolatedWindowsEnvironmentUserInfo2","features":[231]},{"name":"IIsolatedWindowsHostMessengerStatics","features":[231]},{"name":"IIsolatedWindowsHostMessengerStatics2","features":[231]},{"name":"IsolatedWindowsEnvironment","features":[231]},{"name":"IsolatedWindowsEnvironmentActivator","features":[231]},{"name":"IsolatedWindowsEnvironmentAllowedClipboardFormats","features":[231]},{"name":"IsolatedWindowsEnvironmentAvailablePrinters","features":[231]},{"name":"IsolatedWindowsEnvironmentClipboardCopyPasteDirections","features":[231]},{"name":"IsolatedWindowsEnvironmentContract","features":[231]},{"name":"IsolatedWindowsEnvironmentCreateProgress","features":[231]},{"name":"IsolatedWindowsEnvironmentCreateResult","features":[231]},{"name":"IsolatedWindowsEnvironmentCreateStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentCreationPriority","features":[231]},{"name":"IsolatedWindowsEnvironmentFile","features":[231]},{"name":"IsolatedWindowsEnvironmentHost","features":[231]},{"name":"IsolatedWindowsEnvironmentHostError","features":[231]},{"name":"IsolatedWindowsEnvironmentLaunchFileResult","features":[231]},{"name":"IsolatedWindowsEnvironmentLaunchFileStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentOptions","features":[231]},{"name":"IsolatedWindowsEnvironmentOwnerRegistration","features":[231]},{"name":"IsolatedWindowsEnvironmentOwnerRegistrationData","features":[231]},{"name":"IsolatedWindowsEnvironmentOwnerRegistrationResult","features":[231]},{"name":"IsolatedWindowsEnvironmentOwnerRegistrationStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentPostMessageResult","features":[231]},{"name":"IsolatedWindowsEnvironmentPostMessageStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentProcess","features":[231]},{"name":"IsolatedWindowsEnvironmentProcessState","features":[231]},{"name":"IsolatedWindowsEnvironmentProgressState","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFileRequestOptions","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFileResult","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFileStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFolderRequestOptions","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFolderResult","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFolderStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentSignInProgress","features":[231]},{"name":"IsolatedWindowsEnvironmentStartProcessResult","features":[231]},{"name":"IsolatedWindowsEnvironmentStartProcessStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentTelemetryParameters","features":[231]},{"name":"IsolatedWindowsEnvironmentUserInfo","features":[231]},{"name":"IsolatedWindowsHostMessenger","features":[231]},{"name":"MessageReceivedCallback","features":[37,231]}],"242":[{"name":"EnhancedWaypoint","features":[232]},{"name":"GuidanceContract","features":[232]},{"name":"IEnhancedWaypoint","features":[232]},{"name":"IEnhancedWaypointFactory","features":[232]},{"name":"IManeuverWarning","features":[232]},{"name":"IMapAddress","features":[232]},{"name":"IMapAddress2","features":[232]},{"name":"IMapLocation","features":[232]},{"name":"IMapLocationFinderResult","features":[232]},{"name":"IMapLocationFinderStatics","features":[232]},{"name":"IMapLocationFinderStatics2","features":[232]},{"name":"IMapManagerStatics","features":[232]},{"name":"IMapRoute","features":[232]},{"name":"IMapRoute2","features":[232]},{"name":"IMapRoute3","features":[232]},{"name":"IMapRoute4","features":[232]},{"name":"IMapRouteDrivingOptions","features":[232]},{"name":"IMapRouteDrivingOptions2","features":[232]},{"name":"IMapRouteFinderResult","features":[232]},{"name":"IMapRouteFinderResult2","features":[232]},{"name":"IMapRouteFinderStatics","features":[232]},{"name":"IMapRouteFinderStatics2","features":[232]},{"name":"IMapRouteFinderStatics3","features":[232]},{"name":"IMapRouteLeg","features":[232]},{"name":"IMapRouteLeg2","features":[232]},{"name":"IMapRouteManeuver","features":[232]},{"name":"IMapRouteManeuver2","features":[232]},{"name":"IMapRouteManeuver3","features":[232]},{"name":"IMapServiceStatics","features":[232]},{"name":"IMapServiceStatics2","features":[232]},{"name":"IMapServiceStatics3","features":[232]},{"name":"IMapServiceStatics4","features":[232]},{"name":"IPlaceInfo","features":[232]},{"name":"IPlaceInfoCreateOptions","features":[232]},{"name":"IPlaceInfoStatics","features":[232]},{"name":"IPlaceInfoStatics2","features":[232]},{"name":"LocalSearchContract","features":[232]},{"name":"ManeuverWarning","features":[232]},{"name":"ManeuverWarningKind","features":[232]},{"name":"ManeuverWarningSeverity","features":[232]},{"name":"MapAddress","features":[232]},{"name":"MapLocation","features":[232]},{"name":"MapLocationDesiredAccuracy","features":[232]},{"name":"MapLocationFinder","features":[232]},{"name":"MapLocationFinderResult","features":[232]},{"name":"MapLocationFinderStatus","features":[232]},{"name":"MapManager","features":[232]},{"name":"MapManeuverNotices","features":[232]},{"name":"MapRoute","features":[232]},{"name":"MapRouteDrivingOptions","features":[232]},{"name":"MapRouteFinder","features":[232]},{"name":"MapRouteFinderResult","features":[232]},{"name":"MapRouteFinderStatus","features":[232]},{"name":"MapRouteLeg","features":[232]},{"name":"MapRouteManeuver","features":[232]},{"name":"MapRouteManeuverKind","features":[232]},{"name":"MapRouteOptimization","features":[232]},{"name":"MapRouteRestrictions","features":[232]},{"name":"MapService","features":[232]},{"name":"MapServiceDataUsagePreference","features":[232]},{"name":"PlaceInfo","features":[232]},{"name":"PlaceInfoCreateOptions","features":[232]},{"name":"TrafficCongestion","features":[232]},{"name":"WaypointKind","features":[232]}],"243":[{"name":"GuidanceAudioMeasurementSystem","features":[233]},{"name":"GuidanceAudioNotificationKind","features":[233]},{"name":"GuidanceAudioNotificationRequestedEventArgs","features":[233]},{"name":"GuidanceAudioNotifications","features":[233]},{"name":"GuidanceLaneInfo","features":[233]},{"name":"GuidanceLaneMarkers","features":[233]},{"name":"GuidanceManeuver","features":[233]},{"name":"GuidanceManeuverKind","features":[233]},{"name":"GuidanceMapMatchedCoordinate","features":[233]},{"name":"GuidanceMode","features":[233]},{"name":"GuidanceNavigator","features":[233]},{"name":"GuidanceReroutedEventArgs","features":[233]},{"name":"GuidanceRoadSegment","features":[233]},{"name":"GuidanceRoadSignpost","features":[233]},{"name":"GuidanceRoute","features":[233]},{"name":"GuidanceTelemetryCollector","features":[233]},{"name":"GuidanceUpdatedEventArgs","features":[233]},{"name":"IGuidanceAudioNotificationRequestedEventArgs","features":[233]},{"name":"IGuidanceLaneInfo","features":[233]},{"name":"IGuidanceManeuver","features":[233]},{"name":"IGuidanceMapMatchedCoordinate","features":[233]},{"name":"IGuidanceNavigator","features":[233]},{"name":"IGuidanceNavigator2","features":[233]},{"name":"IGuidanceNavigatorStatics","features":[233]},{"name":"IGuidanceNavigatorStatics2","features":[233]},{"name":"IGuidanceReroutedEventArgs","features":[233]},{"name":"IGuidanceRoadSegment","features":[233]},{"name":"IGuidanceRoadSegment2","features":[233]},{"name":"IGuidanceRoadSignpost","features":[233]},{"name":"IGuidanceRoute","features":[233]},{"name":"IGuidanceRouteStatics","features":[233]},{"name":"IGuidanceTelemetryCollector","features":[233]},{"name":"IGuidanceTelemetryCollectorStatics","features":[233]},{"name":"IGuidanceUpdatedEventArgs","features":[233]}],"244":[{"name":"ILocalCategoriesStatics","features":[234]},{"name":"ILocalLocation","features":[234]},{"name":"ILocalLocation2","features":[234]},{"name":"ILocalLocationFinderResult","features":[234]},{"name":"ILocalLocationFinderStatics","features":[234]},{"name":"ILocalLocationHoursOfOperationItem","features":[234]},{"name":"ILocalLocationRatingInfo","features":[234]},{"name":"IPlaceInfoHelperStatics","features":[234]},{"name":"LocalCategories","features":[234]},{"name":"LocalLocation","features":[234]},{"name":"LocalLocationFinder","features":[234]},{"name":"LocalLocationFinderResult","features":[234]},{"name":"LocalLocationFinderStatus","features":[234]},{"name":"LocalLocationHoursOfOperationItem","features":[234]},{"name":"LocalLocationRatingInfo","features":[234]},{"name":"PlaceInfoHelper","features":[234]}],"245":[{"name":"IOfflineMapPackage","features":[235]},{"name":"IOfflineMapPackageQueryResult","features":[235]},{"name":"IOfflineMapPackageStartDownloadResult","features":[235]},{"name":"IOfflineMapPackageStatics","features":[235]},{"name":"OfflineMapPackage","features":[235]},{"name":"OfflineMapPackageQueryResult","features":[235]},{"name":"OfflineMapPackageQueryStatus","features":[235]},{"name":"OfflineMapPackageStartDownloadResult","features":[235]},{"name":"OfflineMapPackageStartDownloadStatus","features":[235]},{"name":"OfflineMapPackageStatus","features":[235]}],"246":[{"name":"IStoreAcquireLicenseResult","features":[236]},{"name":"IStoreAppLicense","features":[236]},{"name":"IStoreAppLicense2","features":[236]},{"name":"IStoreAvailability","features":[236]},{"name":"IStoreCanAcquireLicenseResult","features":[236]},{"name":"IStoreCollectionData","features":[236]},{"name":"IStoreConsumableResult","features":[236]},{"name":"IStoreContext","features":[236]},{"name":"IStoreContext2","features":[236]},{"name":"IStoreContext3","features":[236]},{"name":"IStoreContext4","features":[236]},{"name":"IStoreContext5","features":[236]},{"name":"IStoreContextStatics","features":[236]},{"name":"IStoreImage","features":[236]},{"name":"IStoreLicense","features":[236]},{"name":"IStorePackageInstallOptions","features":[236]},{"name":"IStorePackageLicense","features":[236]},{"name":"IStorePackageUpdate","features":[236]},{"name":"IStorePackageUpdateResult","features":[236]},{"name":"IStorePackageUpdateResult2","features":[236]},{"name":"IStorePrice","features":[236]},{"name":"IStorePrice2","features":[236]},{"name":"IStoreProduct","features":[236]},{"name":"IStoreProductOptions","features":[236]},{"name":"IStoreProductPagedQueryResult","features":[236]},{"name":"IStoreProductQueryResult","features":[236]},{"name":"IStoreProductResult","features":[236]},{"name":"IStorePurchaseProperties","features":[236]},{"name":"IStorePurchasePropertiesFactory","features":[236]},{"name":"IStorePurchaseResult","features":[236]},{"name":"IStoreQueueItem","features":[236]},{"name":"IStoreQueueItem2","features":[236]},{"name":"IStoreQueueItemCompletedEventArgs","features":[236]},{"name":"IStoreQueueItemStatus","features":[236]},{"name":"IStoreRateAndReviewResult","features":[236]},{"name":"IStoreRequestHelperStatics","features":[236]},{"name":"IStoreSendRequestResult","features":[236]},{"name":"IStoreSendRequestResult2","features":[236]},{"name":"IStoreSku","features":[236]},{"name":"IStoreSubscriptionInfo","features":[236]},{"name":"IStoreUninstallStorePackageResult","features":[236]},{"name":"IStoreVideo","features":[236]},{"name":"StoreAcquireLicenseResult","features":[236]},{"name":"StoreAppLicense","features":[236]},{"name":"StoreAvailability","features":[236]},{"name":"StoreCanAcquireLicenseResult","features":[236]},{"name":"StoreCanLicenseStatus","features":[236]},{"name":"StoreCollectionData","features":[236]},{"name":"StoreConsumableResult","features":[236]},{"name":"StoreConsumableStatus","features":[236]},{"name":"StoreContext","features":[236]},{"name":"StoreContract","features":[236]},{"name":"StoreDurationUnit","features":[236]},{"name":"StoreImage","features":[236]},{"name":"StoreLicense","features":[236]},{"name":"StorePackageInstallOptions","features":[236]},{"name":"StorePackageLicense","features":[236]},{"name":"StorePackageUpdate","features":[236]},{"name":"StorePackageUpdateResult","features":[236]},{"name":"StorePackageUpdateState","features":[236]},{"name":"StorePackageUpdateStatus","features":[236]},{"name":"StorePrice","features":[236]},{"name":"StoreProduct","features":[236]},{"name":"StoreProductOptions","features":[236]},{"name":"StoreProductPagedQueryResult","features":[236]},{"name":"StoreProductQueryResult","features":[236]},{"name":"StoreProductResult","features":[236]},{"name":"StorePurchaseProperties","features":[236]},{"name":"StorePurchaseResult","features":[236]},{"name":"StorePurchaseStatus","features":[236]},{"name":"StoreQueueItem","features":[236]},{"name":"StoreQueueItemCompletedEventArgs","features":[236]},{"name":"StoreQueueItemExtendedState","features":[236]},{"name":"StoreQueueItemKind","features":[236]},{"name":"StoreQueueItemState","features":[236]},{"name":"StoreQueueItemStatus","features":[236]},{"name":"StoreRateAndReviewResult","features":[236]},{"name":"StoreRateAndReviewStatus","features":[236]},{"name":"StoreRequestHelper","features":[236]},{"name":"StoreSendRequestResult","features":[236]},{"name":"StoreSku","features":[236]},{"name":"StoreSubscriptionInfo","features":[236]},{"name":"StoreUninstallStorePackageResult","features":[236]},{"name":"StoreUninstallStorePackageStatus","features":[236]},{"name":"StoreVideo","features":[236]}],"247":[{"name":"ITargetedContentAction","features":[237]},{"name":"ITargetedContentAvailabilityChangedEventArgs","features":[237]},{"name":"ITargetedContentChangedEventArgs","features":[237]},{"name":"ITargetedContentCollection","features":[237]},{"name":"ITargetedContentContainer","features":[237]},{"name":"ITargetedContentContainerStatics","features":[237]},{"name":"ITargetedContentImage","features":[237]},{"name":"ITargetedContentItem","features":[237]},{"name":"ITargetedContentItemState","features":[237]},{"name":"ITargetedContentObject","features":[237]},{"name":"ITargetedContentStateChangedEventArgs","features":[237]},{"name":"ITargetedContentSubscription","features":[237]},{"name":"ITargetedContentSubscriptionOptions","features":[237]},{"name":"ITargetedContentSubscriptionStatics","features":[237]},{"name":"ITargetedContentValue","features":[237]},{"name":"TargetedContentAction","features":[237]},{"name":"TargetedContentAppInstallationState","features":[237]},{"name":"TargetedContentAvailability","features":[237]},{"name":"TargetedContentAvailabilityChangedEventArgs","features":[237]},{"name":"TargetedContentChangedEventArgs","features":[237]},{"name":"TargetedContentCollection","features":[237]},{"name":"TargetedContentContainer","features":[237]},{"name":"TargetedContentContract","features":[237]},{"name":"TargetedContentFile","features":[237,71]},{"name":"TargetedContentImage","features":[237]},{"name":"TargetedContentInteraction","features":[237]},{"name":"TargetedContentItem","features":[237]},{"name":"TargetedContentItemState","features":[237]},{"name":"TargetedContentObject","features":[237]},{"name":"TargetedContentObjectKind","features":[237]},{"name":"TargetedContentStateChangedEventArgs","features":[237]},{"name":"TargetedContentSubscription","features":[237]},{"name":"TargetedContentSubscriptionOptions","features":[237]},{"name":"TargetedContentValue","features":[237]},{"name":"TargetedContentValueKind","features":[237]}],"248":[{"name":"AppDataPaths","features":[238]},{"name":"ApplicationData","features":[238]},{"name":"ApplicationDataCompositeValue","features":[37,238]},{"name":"ApplicationDataContainer","features":[238]},{"name":"ApplicationDataContainerSettings","features":[37,238]},{"name":"ApplicationDataCreateDisposition","features":[238]},{"name":"ApplicationDataLocality","features":[238]},{"name":"ApplicationDataSetVersionHandler","features":[238]},{"name":"CachedFileManager","features":[238]},{"name":"CreationCollisionOption","features":[238]},{"name":"DownloadsFolder","features":[238]},{"name":"FileAccessMode","features":[238]},{"name":"FileAttributes","features":[238]},{"name":"FileIO","features":[238]},{"name":"IAppDataPaths","features":[238]},{"name":"IAppDataPathsStatics","features":[238]},{"name":"IApplicationData","features":[238]},{"name":"IApplicationData2","features":[238]},{"name":"IApplicationData3","features":[238]},{"name":"IApplicationDataContainer","features":[238]},{"name":"IApplicationDataStatics","features":[238]},{"name":"IApplicationDataStatics2","features":[238]},{"name":"ICachedFileManagerStatics","features":[238]},{"name":"IDownloadsFolderStatics","features":[238]},{"name":"IDownloadsFolderStatics2","features":[238]},{"name":"IFileIOStatics","features":[238]},{"name":"IKnownFoldersCameraRollStatics","features":[238]},{"name":"IKnownFoldersPlaylistsStatics","features":[238]},{"name":"IKnownFoldersSavedPicturesStatics","features":[238]},{"name":"IKnownFoldersStatics","features":[238]},{"name":"IKnownFoldersStatics2","features":[238]},{"name":"IKnownFoldersStatics3","features":[238]},{"name":"IKnownFoldersStatics4","features":[238]},{"name":"IPathIOStatics","features":[238]},{"name":"ISetVersionDeferral","features":[238]},{"name":"ISetVersionRequest","features":[238]},{"name":"IStorageFile","features":[238]},{"name":"IStorageFile2","features":[238]},{"name":"IStorageFilePropertiesWithAvailability","features":[238]},{"name":"IStorageFileStatics","features":[238]},{"name":"IStorageFileStatics2","features":[238]},{"name":"IStorageFolder","features":[238]},{"name":"IStorageFolder2","features":[238]},{"name":"IStorageFolder3","features":[238]},{"name":"IStorageFolderStatics","features":[238]},{"name":"IStorageFolderStatics2","features":[238]},{"name":"IStorageItem","features":[238]},{"name":"IStorageItem2","features":[238]},{"name":"IStorageItemProperties","features":[238]},{"name":"IStorageItemProperties2","features":[238]},{"name":"IStorageItemPropertiesWithProvider","features":[238]},{"name":"IStorageLibrary","features":[238]},{"name":"IStorageLibrary2","features":[238]},{"name":"IStorageLibrary3","features":[238]},{"name":"IStorageLibraryChange","features":[238]},{"name":"IStorageLibraryChangeReader","features":[238]},{"name":"IStorageLibraryChangeReader2","features":[238]},{"name":"IStorageLibraryChangeTracker","features":[238]},{"name":"IStorageLibraryChangeTracker2","features":[238]},{"name":"IStorageLibraryChangeTrackerOptions","features":[238]},{"name":"IStorageLibraryLastChangeId","features":[238]},{"name":"IStorageLibraryLastChangeIdStatics","features":[238]},{"name":"IStorageLibraryStatics","features":[238]},{"name":"IStorageLibraryStatics2","features":[238]},{"name":"IStorageProvider","features":[238]},{"name":"IStorageProvider2","features":[238]},{"name":"IStorageStreamTransaction","features":[238]},{"name":"IStreamedFileDataRequest","features":[238]},{"name":"ISystemAudioProperties","features":[238]},{"name":"ISystemDataPaths","features":[238]},{"name":"ISystemDataPathsStatics","features":[238]},{"name":"ISystemGPSProperties","features":[238]},{"name":"ISystemImageProperties","features":[238]},{"name":"ISystemMediaProperties","features":[238]},{"name":"ISystemMusicProperties","features":[238]},{"name":"ISystemPhotoProperties","features":[238]},{"name":"ISystemProperties","features":[238]},{"name":"ISystemVideoProperties","features":[238]},{"name":"IUserDataPaths","features":[238]},{"name":"IUserDataPathsStatics","features":[238]},{"name":"KnownFolderId","features":[238]},{"name":"KnownFolders","features":[238]},{"name":"KnownFoldersAccessStatus","features":[238]},{"name":"KnownLibraryId","features":[238]},{"name":"NameCollisionOption","features":[238]},{"name":"PathIO","features":[238]},{"name":"SetVersionDeferral","features":[238]},{"name":"SetVersionRequest","features":[238]},{"name":"StorageDeleteOption","features":[238]},{"name":"StorageFile","features":[238]},{"name":"StorageFolder","features":[238]},{"name":"StorageItemTypes","features":[238]},{"name":"StorageLibrary","features":[238]},{"name":"StorageLibraryChange","features":[238]},{"name":"StorageLibraryChangeReader","features":[238]},{"name":"StorageLibraryChangeTracker","features":[238]},{"name":"StorageLibraryChangeTrackerOptions","features":[238]},{"name":"StorageLibraryChangeType","features":[238]},{"name":"StorageLibraryLastChangeId","features":[238]},{"name":"StorageOpenOptions","features":[238]},{"name":"StorageProvider","features":[238]},{"name":"StorageStreamTransaction","features":[238]},{"name":"StreamedFileDataRequest","features":[71]},{"name":"StreamedFileDataRequestedHandler","features":[71]},{"name":"StreamedFileFailureMode","features":[238]},{"name":"SystemAudioProperties","features":[238]},{"name":"SystemDataPaths","features":[238]},{"name":"SystemGPSProperties","features":[238]},{"name":"SystemImageProperties","features":[238]},{"name":"SystemMediaProperties","features":[238]},{"name":"SystemMusicProperties","features":[238]},{"name":"SystemPhotoProperties","features":[238]},{"name":"SystemProperties","features":[238]},{"name":"SystemVideoProperties","features":[238]},{"name":"UserDataPaths","features":[238]}],"249":[{"name":"AccessCacheOptions","features":[239]},{"name":"AccessListEntry","features":[239]},{"name":"AccessListEntryView","features":[37,239]},{"name":"IItemRemovedEventArgs","features":[239]},{"name":"IStorageApplicationPermissionsStatics","features":[239]},{"name":"IStorageApplicationPermissionsStatics2","features":[239]},{"name":"IStorageItemAccessList","features":[239]},{"name":"IStorageItemMostRecentlyUsedList","features":[239]},{"name":"IStorageItemMostRecentlyUsedList2","features":[239]},{"name":"ItemRemovedEventArgs","features":[239]},{"name":"RecentStorageItemVisibility","features":[239]},{"name":"StorageApplicationPermissions","features":[239]},{"name":"StorageItemAccessList","features":[239]},{"name":"StorageItemMostRecentlyUsedList","features":[239]}],"250":[{"name":"FileInformation","features":[240]},{"name":"FileInformationFactory","features":[240]},{"name":"FolderInformation","features":[240]},{"name":"IFileInformationFactory","features":[240]},{"name":"IFileInformationFactoryFactory","features":[240]},{"name":"IStorageItemInformation","features":[240]}],"251":[{"name":"CompressAlgorithm","features":[241]},{"name":"Compressor","features":[241]},{"name":"Decompressor","features":[241]},{"name":"ICompressor","features":[241]},{"name":"ICompressorFactory","features":[241]},{"name":"IDecompressor","features":[241]},{"name":"IDecompressorFactory","features":[241]}],"252":[{"name":"BasicProperties","features":[242]},{"name":"DocumentProperties","features":[242]},{"name":"GeotagHelper","features":[242]},{"name":"IBasicProperties","features":[242]},{"name":"IDocumentProperties","features":[242]},{"name":"IGeotagHelperStatics","features":[242]},{"name":"IImageProperties","features":[242]},{"name":"IMusicProperties","features":[242]},{"name":"IStorageItemContentProperties","features":[242]},{"name":"IStorageItemExtraProperties","features":[242]},{"name":"IThumbnailProperties","features":[242]},{"name":"IVideoProperties","features":[242]},{"name":"ImageProperties","features":[242]},{"name":"MusicProperties","features":[242]},{"name":"PhotoOrientation","features":[242]},{"name":"PropertyPrefetchOptions","features":[242]},{"name":"StorageItemContentProperties","features":[242]},{"name":"StorageItemThumbnail","features":[242,71]},{"name":"ThumbnailMode","features":[242]},{"name":"ThumbnailOptions","features":[242]},{"name":"ThumbnailType","features":[242]},{"name":"VideoOrientation","features":[242]},{"name":"VideoProperties","features":[242]}],"253":[{"name":"FileExtensionVector","features":[37,243]},{"name":"FileOpenPicker","features":[243]},{"name":"FilePickerFileTypesOrderedMap","features":[37,243]},{"name":"FilePickerSelectedFilesArray","features":[37,243]},{"name":"FileSavePicker","features":[243]},{"name":"FolderPicker","features":[243]},{"name":"IFileOpenPicker","features":[243]},{"name":"IFileOpenPicker2","features":[243]},{"name":"IFileOpenPicker3","features":[243]},{"name":"IFileOpenPickerStatics","features":[243]},{"name":"IFileOpenPickerStatics2","features":[243]},{"name":"IFileOpenPickerWithOperationId","features":[243]},{"name":"IFileSavePicker","features":[243]},{"name":"IFileSavePicker2","features":[243]},{"name":"IFileSavePicker3","features":[243]},{"name":"IFileSavePicker4","features":[243]},{"name":"IFileSavePickerStatics","features":[243]},{"name":"IFolderPicker","features":[243]},{"name":"IFolderPicker2","features":[243]},{"name":"IFolderPicker3","features":[243]},{"name":"IFolderPickerStatics","features":[243]},{"name":"PickerLocationId","features":[243]},{"name":"PickerViewMode","features":[243]}],"254":[{"name":"AddFileResult","features":[244]},{"name":"FileOpenPickerUI","features":[244]},{"name":"FileRemovedEventArgs","features":[244]},{"name":"FileSavePickerUI","features":[244]},{"name":"FileSelectionMode","features":[244]},{"name":"IFileOpenPickerUI","features":[244]},{"name":"IFileRemovedEventArgs","features":[244]},{"name":"IFileSavePickerUI","features":[244]},{"name":"IPickerClosingDeferral","features":[244]},{"name":"IPickerClosingEventArgs","features":[244]},{"name":"IPickerClosingOperation","features":[244]},{"name":"ITargetFileRequest","features":[244]},{"name":"ITargetFileRequestDeferral","features":[244]},{"name":"ITargetFileRequestedEventArgs","features":[244]},{"name":"PickerClosingDeferral","features":[244]},{"name":"PickerClosingEventArgs","features":[244]},{"name":"PickerClosingOperation","features":[244]},{"name":"SetFileNameResult","features":[244]},{"name":"TargetFileRequest","features":[244]},{"name":"TargetFileRequestDeferral","features":[244]},{"name":"TargetFileRequestedEventArgs","features":[244]}],"255":[{"name":"CachedFileOptions","features":[245]},{"name":"CachedFileTarget","features":[245]},{"name":"CachedFileUpdater","features":[245]},{"name":"CachedFileUpdaterUI","features":[245]},{"name":"CloudFilesContract","features":[245]},{"name":"FileUpdateRequest","features":[245]},{"name":"FileUpdateRequestDeferral","features":[245]},{"name":"FileUpdateRequestedEventArgs","features":[245]},{"name":"FileUpdateStatus","features":[245]},{"name":"ICachedFileUpdaterStatics","features":[245]},{"name":"ICachedFileUpdaterUI","features":[245]},{"name":"ICachedFileUpdaterUI2","features":[245]},{"name":"IFileUpdateRequest","features":[245]},{"name":"IFileUpdateRequest2","features":[245]},{"name":"IFileUpdateRequestDeferral","features":[245]},{"name":"IFileUpdateRequestedEventArgs","features":[245]},{"name":"IStorageProviderFileTypeInfo","features":[245]},{"name":"IStorageProviderFileTypeInfoFactory","features":[245]},{"name":"IStorageProviderGetContentInfoForPathResult","features":[245]},{"name":"IStorageProviderGetPathForContentUriResult","features":[245]},{"name":"IStorageProviderItemPropertiesStatics","features":[245]},{"name":"IStorageProviderItemProperty","features":[245]},{"name":"IStorageProviderItemPropertyDefinition","features":[245]},{"name":"IStorageProviderItemPropertySource","features":[245]},{"name":"IStorageProviderKnownFolderEntry","features":[245]},{"name":"IStorageProviderKnownFolderSyncInfo","features":[245]},{"name":"IStorageProviderKnownFolderSyncInfoSource","features":[245]},{"name":"IStorageProviderKnownFolderSyncInfoSourceFactory","features":[245]},{"name":"IStorageProviderKnownFolderSyncRequestArgs","features":[245]},{"name":"IStorageProviderMoreInfoUI","features":[245]},{"name":"IStorageProviderPropertyCapabilities","features":[245]},{"name":"IStorageProviderQuotaUI","features":[245]},{"name":"IStorageProviderStatusUI","features":[245]},{"name":"IStorageProviderStatusUISource","features":[245]},{"name":"IStorageProviderStatusUISourceFactory","features":[245]},{"name":"IStorageProviderSyncRootInfo","features":[245]},{"name":"IStorageProviderSyncRootInfo2","features":[245]},{"name":"IStorageProviderSyncRootInfo3","features":[245]},{"name":"IStorageProviderSyncRootManagerStatics","features":[245]},{"name":"IStorageProviderSyncRootManagerStatics2","features":[245]},{"name":"IStorageProviderUICommand","features":[245]},{"name":"IStorageProviderUriSource","features":[245]},{"name":"ReadActivationMode","features":[245]},{"name":"StorageProviderFileTypeInfo","features":[245]},{"name":"StorageProviderGetContentInfoForPathResult","features":[245]},{"name":"StorageProviderGetPathForContentUriResult","features":[245]},{"name":"StorageProviderHardlinkPolicy","features":[245]},{"name":"StorageProviderHydrationPolicy","features":[245]},{"name":"StorageProviderHydrationPolicyModifier","features":[245]},{"name":"StorageProviderInSyncPolicy","features":[245]},{"name":"StorageProviderItemProperties","features":[245]},{"name":"StorageProviderItemProperty","features":[245]},{"name":"StorageProviderItemPropertyDefinition","features":[245]},{"name":"StorageProviderKnownFolderEntry","features":[245]},{"name":"StorageProviderKnownFolderSyncInfo","features":[245]},{"name":"StorageProviderKnownFolderSyncRequestArgs","features":[245]},{"name":"StorageProviderKnownFolderSyncRequestedHandler","features":[245]},{"name":"StorageProviderKnownFolderSyncStatus","features":[245]},{"name":"StorageProviderMoreInfoUI","features":[245]},{"name":"StorageProviderPopulationPolicy","features":[245]},{"name":"StorageProviderProtectionMode","features":[245]},{"name":"StorageProviderQuotaUI","features":[245]},{"name":"StorageProviderState","features":[245]},{"name":"StorageProviderStatusUI","features":[245]},{"name":"StorageProviderSyncRootInfo","features":[245]},{"name":"StorageProviderSyncRootManager","features":[245]},{"name":"StorageProviderUICommandState","features":[245]},{"name":"StorageProviderUriSourceStatus","features":[245]},{"name":"UIStatus","features":[245]},{"name":"WriteActivationMode","features":[245]}],"256":[{"name":"CommonFileQuery","features":[246]},{"name":"CommonFolderQuery","features":[246]},{"name":"ContentIndexer","features":[246]},{"name":"ContentIndexerQuery","features":[246]},{"name":"DateStackOption","features":[246]},{"name":"FolderDepth","features":[246]},{"name":"IContentIndexer","features":[246]},{"name":"IContentIndexerQuery","features":[246]},{"name":"IContentIndexerQueryOperations","features":[246]},{"name":"IContentIndexerStatics","features":[246]},{"name":"IIndexableContent","features":[246]},{"name":"IQueryOptions","features":[246]},{"name":"IQueryOptionsFactory","features":[246]},{"name":"IQueryOptionsWithProviderFilter","features":[246]},{"name":"IStorageFileQueryResult","features":[246]},{"name":"IStorageFileQueryResult2","features":[246]},{"name":"IStorageFolderQueryOperations","features":[246]},{"name":"IStorageFolderQueryResult","features":[246]},{"name":"IStorageItemQueryResult","features":[246]},{"name":"IStorageLibraryChangeTrackerTriggerDetails","features":[246]},{"name":"IStorageLibraryContentChangedTriggerDetails","features":[246]},{"name":"IStorageQueryResultBase","features":[246]},{"name":"IValueAndLanguage","features":[246]},{"name":"IndexableContent","features":[246]},{"name":"IndexedState","features":[246]},{"name":"IndexerOption","features":[246]},{"name":"QueryOptions","features":[246]},{"name":"SortEntry","features":[246]},{"name":"SortEntryVector","features":[37,246]},{"name":"StorageFileQueryResult","features":[246]},{"name":"StorageFolderQueryResult","features":[246]},{"name":"StorageItemQueryResult","features":[246]},{"name":"StorageLibraryChangeTrackerTriggerDetails","features":[246]},{"name":"StorageLibraryContentChangedTriggerDetails","features":[246]},{"name":"ValueAndLanguage","features":[246]}],"257":[{"name":"Buffer","features":[71]},{"name":"ByteOrder","features":[71]},{"name":"DataReader","features":[71]},{"name":"DataReaderLoadOperation","features":[77,71]},{"name":"DataWriter","features":[71]},{"name":"DataWriterStoreOperation","features":[77,71]},{"name":"FileInputStream","features":[71]},{"name":"FileOpenDisposition","features":[71]},{"name":"FileOutputStream","features":[71]},{"name":"FileRandomAccessStream","features":[71]},{"name":"IBuffer","features":[71]},{"name":"IBufferFactory","features":[71]},{"name":"IBufferStatics","features":[71]},{"name":"IContentTypeProvider","features":[71]},{"name":"IDataReader","features":[71]},{"name":"IDataReaderFactory","features":[71]},{"name":"IDataReaderStatics","features":[71]},{"name":"IDataWriter","features":[71]},{"name":"IDataWriterFactory","features":[71]},{"name":"IFileRandomAccessStreamStatics","features":[71]},{"name":"IInputStream","features":[71]},{"name":"IInputStreamReference","features":[71]},{"name":"IOutputStream","features":[71]},{"name":"IPropertySetSerializer","features":[71]},{"name":"IRandomAccessStream","features":[71]},{"name":"IRandomAccessStreamReference","features":[71]},{"name":"IRandomAccessStreamReferenceStatics","features":[71]},{"name":"IRandomAccessStreamStatics","features":[71]},{"name":"IRandomAccessStreamWithContentType","features":[71]},{"name":"InMemoryRandomAccessStream","features":[71]},{"name":"InputStreamOptions","features":[71]},{"name":"InputStreamOverStream","features":[71]},{"name":"OutputStreamOverStream","features":[71]},{"name":"RandomAccessStream","features":[71]},{"name":"RandomAccessStreamOverStream","features":[71]},{"name":"RandomAccessStreamReference","features":[71]},{"name":"UnicodeEncoding","features":[71]}],"258":[{"name":"AppActivationResult","features":[247]},{"name":"AppDiagnosticInfo","features":[247]},{"name":"AppDiagnosticInfoWatcher","features":[247]},{"name":"AppDiagnosticInfoWatcherEventArgs","features":[247]},{"name":"AppDiagnosticInfoWatcherStatus","features":[247]},{"name":"AppExecutionStateChangeResult","features":[247]},{"name":"AppMemoryReport","features":[247]},{"name":"AppMemoryUsageLevel","features":[247]},{"name":"AppMemoryUsageLimitChangingEventArgs","features":[247]},{"name":"AppResourceGroupBackgroundTaskReport","features":[247]},{"name":"AppResourceGroupEnergyQuotaState","features":[247]},{"name":"AppResourceGroupExecutionState","features":[247]},{"name":"AppResourceGroupInfo","features":[247]},{"name":"AppResourceGroupInfoWatcher","features":[247]},{"name":"AppResourceGroupInfoWatcherEventArgs","features":[247]},{"name":"AppResourceGroupInfoWatcherExecutionStateChangedEventArgs","features":[247]},{"name":"AppResourceGroupInfoWatcherStatus","features":[247]},{"name":"AppResourceGroupMemoryReport","features":[247]},{"name":"AppResourceGroupStateReport","features":[247]},{"name":"AppUriHandlerHost","features":[247]},{"name":"AppUriHandlerRegistration","features":[247]},{"name":"AppUriHandlerRegistrationManager","features":[247]},{"name":"AutoUpdateTimeZoneStatus","features":[247]},{"name":"DateTimeSettings","features":[247]},{"name":"DiagnosticAccessStatus","features":[247]},{"name":"DispatcherQueue","features":[247]},{"name":"DispatcherQueueController","features":[247]},{"name":"DispatcherQueueHandler","features":[247]},{"name":"DispatcherQueuePriority","features":[247]},{"name":"DispatcherQueueShutdownStartingEventArgs","features":[247]},{"name":"DispatcherQueueTimer","features":[247]},{"name":"FolderLauncherOptions","features":[247]},{"name":"IAppActivationResult","features":[247]},{"name":"IAppDiagnosticInfo","features":[247]},{"name":"IAppDiagnosticInfo2","features":[247]},{"name":"IAppDiagnosticInfo3","features":[247]},{"name":"IAppDiagnosticInfoStatics","features":[247]},{"name":"IAppDiagnosticInfoStatics2","features":[247]},{"name":"IAppDiagnosticInfoWatcher","features":[247]},{"name":"IAppDiagnosticInfoWatcherEventArgs","features":[247]},{"name":"IAppExecutionStateChangeResult","features":[247]},{"name":"IAppMemoryReport","features":[247]},{"name":"IAppMemoryReport2","features":[247]},{"name":"IAppMemoryUsageLimitChangingEventArgs","features":[247]},{"name":"IAppResourceGroupBackgroundTaskReport","features":[247]},{"name":"IAppResourceGroupInfo","features":[247]},{"name":"IAppResourceGroupInfo2","features":[247]},{"name":"IAppResourceGroupInfoWatcher","features":[247]},{"name":"IAppResourceGroupInfoWatcherEventArgs","features":[247]},{"name":"IAppResourceGroupInfoWatcherExecutionStateChangedEventArgs","features":[247]},{"name":"IAppResourceGroupMemoryReport","features":[247]},{"name":"IAppResourceGroupStateReport","features":[247]},{"name":"IAppUriHandlerHost","features":[247]},{"name":"IAppUriHandlerHost2","features":[247]},{"name":"IAppUriHandlerHostFactory","features":[247]},{"name":"IAppUriHandlerRegistration","features":[247]},{"name":"IAppUriHandlerRegistration2","features":[247]},{"name":"IAppUriHandlerRegistrationManager","features":[247]},{"name":"IAppUriHandlerRegistrationManager2","features":[247]},{"name":"IAppUriHandlerRegistrationManagerStatics","features":[247]},{"name":"IAppUriHandlerRegistrationManagerStatics2","features":[247]},{"name":"IDateTimeSettingsStatics","features":[247]},{"name":"IDispatcherQueue","features":[247]},{"name":"IDispatcherQueue2","features":[247]},{"name":"IDispatcherQueueController","features":[247]},{"name":"IDispatcherQueueControllerStatics","features":[247]},{"name":"IDispatcherQueueShutdownStartingEventArgs","features":[247]},{"name":"IDispatcherQueueStatics","features":[247]},{"name":"IDispatcherQueueTimer","features":[247]},{"name":"IFolderLauncherOptions","features":[247]},{"name":"IKnownUserPropertiesStatics","features":[247]},{"name":"IKnownUserPropertiesStatics2","features":[247]},{"name":"ILaunchUriResult","features":[247]},{"name":"ILauncherOptions","features":[247]},{"name":"ILauncherOptions2","features":[247]},{"name":"ILauncherOptions3","features":[247]},{"name":"ILauncherOptions4","features":[247]},{"name":"ILauncherStatics","features":[247]},{"name":"ILauncherStatics2","features":[247]},{"name":"ILauncherStatics3","features":[247]},{"name":"ILauncherStatics4","features":[247]},{"name":"ILauncherStatics5","features":[247]},{"name":"ILauncherUIOptions","features":[247]},{"name":"ILauncherViewOptions","features":[247]},{"name":"IMemoryManagerStatics","features":[247]},{"name":"IMemoryManagerStatics2","features":[247]},{"name":"IMemoryManagerStatics3","features":[247]},{"name":"IMemoryManagerStatics4","features":[247]},{"name":"IProcessLauncherOptions","features":[247]},{"name":"IProcessLauncherResult","features":[247]},{"name":"IProcessLauncherStatics","features":[247]},{"name":"IProcessMemoryReport","features":[247]},{"name":"IProtocolForResultsOperation","features":[247]},{"name":"IRemoteLauncherOptions","features":[247]},{"name":"IRemoteLauncherStatics","features":[247]},{"name":"IShutdownManagerStatics","features":[247]},{"name":"IShutdownManagerStatics2","features":[247]},{"name":"ITimeZoneSettingsStatics","features":[247]},{"name":"ITimeZoneSettingsStatics2","features":[247]},{"name":"IUser","features":[247]},{"name":"IUser2","features":[247]},{"name":"IUserAuthenticationStatusChangeDeferral","features":[247]},{"name":"IUserAuthenticationStatusChangingEventArgs","features":[247]},{"name":"IUserChangedEventArgs","features":[247]},{"name":"IUserChangedEventArgs2","features":[247]},{"name":"IUserDeviceAssociationChangedEventArgs","features":[247]},{"name":"IUserDeviceAssociationStatics","features":[247]},{"name":"IUserPicker","features":[247]},{"name":"IUserPickerStatics","features":[247]},{"name":"IUserStatics","features":[247]},{"name":"IUserStatics2","features":[247]},{"name":"IUserWatcher","features":[247]},{"name":"KnownUserProperties","features":[247]},{"name":"LaunchFileStatus","features":[247]},{"name":"LaunchQuerySupportStatus","features":[247]},{"name":"LaunchQuerySupportType","features":[247]},{"name":"LaunchUriResult","features":[247]},{"name":"LaunchUriStatus","features":[247]},{"name":"Launcher","features":[247]},{"name":"LauncherOptions","features":[247]},{"name":"LauncherUIOptions","features":[247]},{"name":"MemoryManager","features":[247]},{"name":"PowerState","features":[247]},{"name":"ProcessLauncher","features":[247]},{"name":"ProcessLauncherOptions","features":[247]},{"name":"ProcessLauncherResult","features":[247]},{"name":"ProcessMemoryReport","features":[247]},{"name":"ProcessorArchitecture","features":[247]},{"name":"ProtocolForResultsOperation","features":[247]},{"name":"RemoteLaunchUriStatus","features":[247]},{"name":"RemoteLauncher","features":[247]},{"name":"RemoteLauncherOptions","features":[247]},{"name":"ShutdownKind","features":[247]},{"name":"ShutdownManager","features":[247]},{"name":"SystemManagementContract","features":[247]},{"name":"TimeZoneSettings","features":[247]},{"name":"User","features":[247]},{"name":"UserAgeConsentGroup","features":[247]},{"name":"UserAgeConsentResult","features":[247]},{"name":"UserAuthenticationStatus","features":[247]},{"name":"UserAuthenticationStatusChangeDeferral","features":[247]},{"name":"UserAuthenticationStatusChangingEventArgs","features":[247]},{"name":"UserChangedEventArgs","features":[247]},{"name":"UserDeviceAssociation","features":[247]},{"name":"UserDeviceAssociationChangedEventArgs","features":[247]},{"name":"UserPicker","features":[247]},{"name":"UserPictureSize","features":[247]},{"name":"UserType","features":[247]},{"name":"UserWatcher","features":[247]},{"name":"UserWatcherStatus","features":[247]},{"name":"UserWatcherUpdateKind","features":[247]},{"name":"VirtualKey","features":[247]},{"name":"VirtualKeyModifiers","features":[247]}],"259":[{"name":"DiagnosticActionResult","features":[248]},{"name":"DiagnosticActionState","features":[248]},{"name":"DiagnosticInvoker","features":[248]},{"name":"IDiagnosticActionResult","features":[248]},{"name":"IDiagnosticInvoker","features":[248]},{"name":"IDiagnosticInvoker2","features":[248]},{"name":"IDiagnosticInvokerStatics","features":[248]},{"name":"IProcessCpuUsage","features":[248]},{"name":"IProcessCpuUsageReport","features":[248]},{"name":"IProcessDiagnosticInfo","features":[248]},{"name":"IProcessDiagnosticInfo2","features":[248]},{"name":"IProcessDiagnosticInfoStatics","features":[248]},{"name":"IProcessDiagnosticInfoStatics2","features":[248]},{"name":"IProcessDiskUsage","features":[248]},{"name":"IProcessDiskUsageReport","features":[248]},{"name":"IProcessMemoryUsage","features":[248]},{"name":"IProcessMemoryUsageReport","features":[248]},{"name":"ISystemCpuUsage","features":[248]},{"name":"ISystemCpuUsageReport","features":[248]},{"name":"ISystemDiagnosticInfo","features":[248]},{"name":"ISystemDiagnosticInfoStatics","features":[248]},{"name":"ISystemDiagnosticInfoStatics2","features":[248]},{"name":"ISystemMemoryUsage","features":[248]},{"name":"ISystemMemoryUsageReport","features":[248]},{"name":"ProcessCpuUsage","features":[248]},{"name":"ProcessCpuUsageReport","features":[248]},{"name":"ProcessDiagnosticInfo","features":[248]},{"name":"ProcessDiskUsage","features":[248]},{"name":"ProcessDiskUsageReport","features":[248]},{"name":"ProcessMemoryUsage","features":[248]},{"name":"ProcessMemoryUsageReport","features":[248]},{"name":"SystemCpuUsage","features":[248]},{"name":"SystemCpuUsageReport","features":[248]},{"name":"SystemDiagnosticInfo","features":[248]},{"name":"SystemMemoryUsage","features":[248]},{"name":"SystemMemoryUsageReport","features":[248]}],"260":[{"name":"DevicePortalConnection","features":[249]},{"name":"DevicePortalConnectionClosedEventArgs","features":[249]},{"name":"DevicePortalConnectionClosedReason","features":[249]},{"name":"DevicePortalConnectionRequestReceivedEventArgs","features":[249]},{"name":"IDevicePortalConnection","features":[249]},{"name":"IDevicePortalConnectionClosedEventArgs","features":[249]},{"name":"IDevicePortalConnectionRequestReceivedEventArgs","features":[249]},{"name":"IDevicePortalConnectionStatics","features":[249]},{"name":"IDevicePortalWebSocketConnection","features":[249]},{"name":"IDevicePortalWebSocketConnectionRequestReceivedEventArgs","features":[249]}],"261":[{"name":"IPlatformTelemetryClientStatics","features":[250]},{"name":"IPlatformTelemetryRegistrationResult","features":[250]},{"name":"IPlatformTelemetryRegistrationSettings","features":[250]},{"name":"PlatformTelemetryClient","features":[250]},{"name":"PlatformTelemetryRegistrationResult","features":[250]},{"name":"PlatformTelemetryRegistrationSettings","features":[250]},{"name":"PlatformTelemetryRegistrationStatus","features":[250]}],"262":[{"name":"IPlatformDiagnosticActionsStatics","features":[251]},{"name":"IPlatformDiagnosticTraceInfo","features":[251]},{"name":"IPlatformDiagnosticTraceRuntimeInfo","features":[251]},{"name":"PlatformDiagnosticActionState","features":[251]},{"name":"PlatformDiagnosticActions","features":[251]},{"name":"PlatformDiagnosticEscalationType","features":[251]},{"name":"PlatformDiagnosticEventBufferLatencies","features":[251]},{"name":"PlatformDiagnosticTraceInfo","features":[251]},{"name":"PlatformDiagnosticTracePriority","features":[251]},{"name":"PlatformDiagnosticTraceRuntimeInfo","features":[251]},{"name":"PlatformDiagnosticTraceSlotState","features":[251]},{"name":"PlatformDiagnosticTraceSlotType","features":[251]}],"263":[{"name":"DisplayRequest","features":[252]},{"name":"IDisplayRequest","features":[252]}],"264":[{"name":"ISysStorageProviderEventReceivedEventArgs","features":[253]},{"name":"ISysStorageProviderEventReceivedEventArgsFactory","features":[253]},{"name":"ISysStorageProviderEventSource","features":[253]},{"name":"ISysStorageProviderHandlerFactory","features":[253]},{"name":"ISysStorageProviderHttpRequestProvider","features":[253]},{"name":"SysStorageProviderEventReceivedEventArgs","features":[253]}],"265":[{"name":"IInstalledDesktopApp","features":[254]},{"name":"IInstalledDesktopAppStatics","features":[254]},{"name":"InstalledDesktopApp","features":[254]}],"266":[{"name":"BackgroundEnergyManager","features":[255]},{"name":"BatteryStatus","features":[255]},{"name":"EnergySaverStatus","features":[255]},{"name":"ForegroundEnergyManager","features":[255]},{"name":"IBackgroundEnergyManagerStatics","features":[255]},{"name":"IForegroundEnergyManagerStatics","features":[255]},{"name":"IPowerManagerStatics","features":[255]},{"name":"PowerManager","features":[255]},{"name":"PowerSupplyStatus","features":[255]}],"269":[{"name":"AnalyticsInfo","features":[256]},{"name":"AnalyticsVersionInfo","features":[256]},{"name":"AppApplicability","features":[256]},{"name":"EducationSettings","features":[256]},{"name":"HardwareIdentification","features":[256]},{"name":"HardwareToken","features":[256]},{"name":"IAnalyticsInfoStatics","features":[256]},{"name":"IAnalyticsInfoStatics2","features":[256]},{"name":"IAnalyticsVersionInfo","features":[256]},{"name":"IAnalyticsVersionInfo2","features":[256]},{"name":"IAppApplicabilityStatics","features":[256]},{"name":"IEducationSettingsStatics","features":[256]},{"name":"IHardwareIdentificationStatics","features":[256]},{"name":"IHardwareToken","features":[256]},{"name":"IKnownRetailInfoPropertiesStatics","features":[256]},{"name":"IPlatformAutomaticAppSignInManagerStatics","features":[256]},{"name":"IPlatformDiagnosticsAndUsageDataSettingsStatics","features":[256]},{"name":"IRetailInfoStatics","features":[256]},{"name":"ISharedModeSettingsStatics","features":[256]},{"name":"ISharedModeSettingsStatics2","features":[256]},{"name":"ISmartAppControlPolicyStatics","features":[256]},{"name":"ISystemIdentificationInfo","features":[256]},{"name":"ISystemIdentificationStatics","features":[256]},{"name":"ISystemSetupInfoStatics","features":[256]},{"name":"IUnsupportedAppRequirement","features":[256]},{"name":"IWindowsIntegrityPolicyStatics","features":[256]},{"name":"KnownRetailInfoProperties","features":[256]},{"name":"PlatformAutomaticAppSignInContract","features":[256]},{"name":"PlatformAutomaticAppSignInManager","features":[256]},{"name":"PlatformAutomaticAppSignInPolicy","features":[256]},{"name":"PlatformDataCollectionLevel","features":[256]},{"name":"PlatformDiagnosticsAndUsageDataSettings","features":[256]},{"name":"ProfileHardwareTokenContract","features":[256]},{"name":"ProfileRetailInfoContract","features":[256]},{"name":"ProfileSharedModeContract","features":[256]},{"name":"RetailInfo","features":[256]},{"name":"SharedModeSettings","features":[256]},{"name":"SmartAppControlPolicy","features":[256]},{"name":"SystemIdentification","features":[256]},{"name":"SystemIdentificationInfo","features":[256]},{"name":"SystemIdentificationSource","features":[256]},{"name":"SystemOutOfBoxExperienceState","features":[256]},{"name":"SystemSetupInfo","features":[256]},{"name":"UnsupportedAppRequirement","features":[256]},{"name":"UnsupportedAppRequirementReasons","features":[256]},{"name":"WindowsIntegrityPolicy","features":[256]}],"270":[{"name":"IOemSupportInfo","features":[257]},{"name":"ISmbiosInformationStatics","features":[257]},{"name":"ISystemSupportDeviceInfo","features":[257]},{"name":"ISystemSupportInfoStatics","features":[257]},{"name":"ISystemSupportInfoStatics2","features":[257]},{"name":"OemSupportInfo","features":[257]},{"name":"SmbiosInformation","features":[257]},{"name":"SystemManufacturersContract","features":[257]},{"name":"SystemSupportDeviceInfo","features":[257]},{"name":"SystemSupportInfo","features":[257]}],"271":[{"name":"IInteractiveSessionStatics","features":[258]},{"name":"InteractiveSession","features":[258]}],"272":[{"name":"IRemoteTextConnection","features":[259]},{"name":"IRemoteTextConnection2","features":[259]},{"name":"IRemoteTextConnectionFactory","features":[259]},{"name":"IRemoteTextConnectionFactory2","features":[259]},{"name":"RemoteKeyEventAttributes","features":[259]},{"name":"RemoteTextConnection","features":[259]},{"name":"RemoteTextConnectionDataHandler","features":[259]},{"name":"RemoteTextConnectionOptions","features":[259]}],"273":[{"name":"IPerformLocalActionRequestedEventArgs","features":[260]},{"name":"IRemoteDesktopConnectionInfo","features":[260]},{"name":"IRemoteDesktopConnectionInfo2","features":[260]},{"name":"IRemoteDesktopConnectionInfoStatics","features":[260]},{"name":"IRemoteDesktopConnectionRemoteInfo","features":[260]},{"name":"IRemoteDesktopConnectionRemoteInfoStatics","features":[260]},{"name":"IRemoteDesktopInfo","features":[260]},{"name":"IRemoteDesktopInfoFactory","features":[260]},{"name":"IRemoteDesktopRegistrarStatics","features":[260]},{"name":"PerformLocalActionRequestedEventArgs","features":[260]},{"name":"RemoteDesktopConnectionInfo","features":[260]},{"name":"RemoteDesktopConnectionRemoteInfo","features":[260]},{"name":"RemoteDesktopConnectionStatus","features":[260]},{"name":"RemoteDesktopInfo","features":[260]},{"name":"RemoteDesktopLocalAction","features":[260]},{"name":"RemoteDesktopRegistrar","features":[260]}],"274":[{"name":"IKnownRemoteSystemCapabilitiesStatics","features":[261]},{"name":"IRemoteSystem","features":[261]},{"name":"IRemoteSystem2","features":[261]},{"name":"IRemoteSystem3","features":[261]},{"name":"IRemoteSystem4","features":[261]},{"name":"IRemoteSystem5","features":[261]},{"name":"IRemoteSystem6","features":[261]},{"name":"IRemoteSystemAddedEventArgs","features":[261]},{"name":"IRemoteSystemApp","features":[261]},{"name":"IRemoteSystemApp2","features":[261]},{"name":"IRemoteSystemAppRegistration","features":[261]},{"name":"IRemoteSystemAppRegistrationStatics","features":[261]},{"name":"IRemoteSystemAuthorizationKindFilter","features":[261]},{"name":"IRemoteSystemAuthorizationKindFilterFactory","features":[261]},{"name":"IRemoteSystemConnectionInfo","features":[261]},{"name":"IRemoteSystemConnectionInfoStatics","features":[261]},{"name":"IRemoteSystemConnectionRequest","features":[261]},{"name":"IRemoteSystemConnectionRequest2","features":[261]},{"name":"IRemoteSystemConnectionRequest3","features":[261]},{"name":"IRemoteSystemConnectionRequestFactory","features":[261]},{"name":"IRemoteSystemConnectionRequestStatics","features":[261]},{"name":"IRemoteSystemConnectionRequestStatics2","features":[261]},{"name":"IRemoteSystemDiscoveryTypeFilter","features":[261]},{"name":"IRemoteSystemDiscoveryTypeFilterFactory","features":[261]},{"name":"IRemoteSystemEnumerationCompletedEventArgs","features":[261]},{"name":"IRemoteSystemFilter","features":[261]},{"name":"IRemoteSystemKindFilter","features":[261]},{"name":"IRemoteSystemKindFilterFactory","features":[261]},{"name":"IRemoteSystemKindStatics","features":[261]},{"name":"IRemoteSystemKindStatics2","features":[261]},{"name":"IRemoteSystemRemovedEventArgs","features":[261]},{"name":"IRemoteSystemSession","features":[261]},{"name":"IRemoteSystemSessionAddedEventArgs","features":[261]},{"name":"IRemoteSystemSessionController","features":[261]},{"name":"IRemoteSystemSessionControllerFactory","features":[261]},{"name":"IRemoteSystemSessionCreationResult","features":[261]},{"name":"IRemoteSystemSessionDisconnectedEventArgs","features":[261]},{"name":"IRemoteSystemSessionInfo","features":[261]},{"name":"IRemoteSystemSessionInvitation","features":[261]},{"name":"IRemoteSystemSessionInvitationListener","features":[261]},{"name":"IRemoteSystemSessionInvitationReceivedEventArgs","features":[261]},{"name":"IRemoteSystemSessionJoinRequest","features":[261]},{"name":"IRemoteSystemSessionJoinRequestedEventArgs","features":[261]},{"name":"IRemoteSystemSessionJoinResult","features":[261]},{"name":"IRemoteSystemSessionMessageChannel","features":[261]},{"name":"IRemoteSystemSessionMessageChannelFactory","features":[261]},{"name":"IRemoteSystemSessionOptions","features":[261]},{"name":"IRemoteSystemSessionParticipant","features":[261]},{"name":"IRemoteSystemSessionParticipantAddedEventArgs","features":[261]},{"name":"IRemoteSystemSessionParticipantRemovedEventArgs","features":[261]},{"name":"IRemoteSystemSessionParticipantWatcher","features":[261]},{"name":"IRemoteSystemSessionRemovedEventArgs","features":[261]},{"name":"IRemoteSystemSessionStatics","features":[261]},{"name":"IRemoteSystemSessionUpdatedEventArgs","features":[261]},{"name":"IRemoteSystemSessionValueSetReceivedEventArgs","features":[261]},{"name":"IRemoteSystemSessionWatcher","features":[261]},{"name":"IRemoteSystemStatics","features":[261]},{"name":"IRemoteSystemStatics2","features":[261]},{"name":"IRemoteSystemStatics3","features":[261]},{"name":"IRemoteSystemStatusTypeFilter","features":[261]},{"name":"IRemoteSystemStatusTypeFilterFactory","features":[261]},{"name":"IRemoteSystemUpdatedEventArgs","features":[261]},{"name":"IRemoteSystemWatcher","features":[261]},{"name":"IRemoteSystemWatcher2","features":[261]},{"name":"IRemoteSystemWatcher3","features":[261]},{"name":"IRemoteSystemWatcherErrorOccurredEventArgs","features":[261]},{"name":"IRemoteSystemWebAccountFilter","features":[261]},{"name":"IRemoteSystemWebAccountFilterFactory","features":[261]},{"name":"KnownRemoteSystemCapabilities","features":[261]},{"name":"RemoteSystem","features":[261]},{"name":"RemoteSystemAccessStatus","features":[261]},{"name":"RemoteSystemAddedEventArgs","features":[261]},{"name":"RemoteSystemApp","features":[261]},{"name":"RemoteSystemAppRegistration","features":[261]},{"name":"RemoteSystemAuthorizationKind","features":[261]},{"name":"RemoteSystemAuthorizationKindFilter","features":[261]},{"name":"RemoteSystemConnectionInfo","features":[261]},{"name":"RemoteSystemConnectionRequest","features":[261]},{"name":"RemoteSystemDiscoveryType","features":[261]},{"name":"RemoteSystemDiscoveryTypeFilter","features":[261]},{"name":"RemoteSystemEnumerationCompletedEventArgs","features":[261]},{"name":"RemoteSystemKindFilter","features":[261]},{"name":"RemoteSystemKinds","features":[261]},{"name":"RemoteSystemPlatform","features":[261]},{"name":"RemoteSystemRemovedEventArgs","features":[261]},{"name":"RemoteSystemSession","features":[261]},{"name":"RemoteSystemSessionAddedEventArgs","features":[261]},{"name":"RemoteSystemSessionController","features":[261]},{"name":"RemoteSystemSessionCreationResult","features":[261]},{"name":"RemoteSystemSessionCreationStatus","features":[261]},{"name":"RemoteSystemSessionDisconnectedEventArgs","features":[261]},{"name":"RemoteSystemSessionDisconnectedReason","features":[261]},{"name":"RemoteSystemSessionInfo","features":[261]},{"name":"RemoteSystemSessionInvitation","features":[261]},{"name":"RemoteSystemSessionInvitationListener","features":[261]},{"name":"RemoteSystemSessionInvitationReceivedEventArgs","features":[261]},{"name":"RemoteSystemSessionJoinRequest","features":[261]},{"name":"RemoteSystemSessionJoinRequestedEventArgs","features":[261]},{"name":"RemoteSystemSessionJoinResult","features":[261]},{"name":"RemoteSystemSessionJoinStatus","features":[261]},{"name":"RemoteSystemSessionMessageChannel","features":[261]},{"name":"RemoteSystemSessionMessageChannelReliability","features":[261]},{"name":"RemoteSystemSessionOptions","features":[261]},{"name":"RemoteSystemSessionParticipant","features":[261]},{"name":"RemoteSystemSessionParticipantAddedEventArgs","features":[261]},{"name":"RemoteSystemSessionParticipantRemovedEventArgs","features":[261]},{"name":"RemoteSystemSessionParticipantWatcher","features":[261]},{"name":"RemoteSystemSessionParticipantWatcherStatus","features":[261]},{"name":"RemoteSystemSessionRemovedEventArgs","features":[261]},{"name":"RemoteSystemSessionUpdatedEventArgs","features":[261]},{"name":"RemoteSystemSessionValueSetReceivedEventArgs","features":[261]},{"name":"RemoteSystemSessionWatcher","features":[261]},{"name":"RemoteSystemSessionWatcherStatus","features":[261]},{"name":"RemoteSystemStatus","features":[261]},{"name":"RemoteSystemStatusType","features":[261]},{"name":"RemoteSystemStatusTypeFilter","features":[261]},{"name":"RemoteSystemUpdatedEventArgs","features":[261]},{"name":"RemoteSystemWatcher","features":[261]},{"name":"RemoteSystemWatcherError","features":[261]},{"name":"RemoteSystemWatcherErrorOccurredEventArgs","features":[261]},{"name":"RemoteSystemWebAccountFilter","features":[261]}],"275":[{"name":"IThreadPoolStatics","features":[262]},{"name":"IThreadPoolTimer","features":[262]},{"name":"IThreadPoolTimerStatics","features":[262]},{"name":"ThreadPool","features":[262]},{"name":"ThreadPoolTimer","features":[262]},{"name":"TimerDestroyedHandler","features":[262]},{"name":"TimerElapsedHandler","features":[262]},{"name":"WorkItemHandler","features":[77,262]},{"name":"WorkItemOptions","features":[262]},{"name":"WorkItemPriority","features":[262]}],"276":[{"name":"IPreallocatedWorkItem","features":[263]},{"name":"IPreallocatedWorkItemFactory","features":[263]},{"name":"ISignalNotifier","features":[263]},{"name":"ISignalNotifierStatics","features":[263]},{"name":"PreallocatedWorkItem","features":[263]},{"name":"SignalHandler","features":[263]},{"name":"SignalNotifier","features":[263]}],"277":[{"name":"ISystemUpdateItem","features":[264]},{"name":"ISystemUpdateLastErrorInfo","features":[264]},{"name":"ISystemUpdateManagerStatics","features":[264]},{"name":"SystemUpdateAttentionRequiredReason","features":[264]},{"name":"SystemUpdateItem","features":[264]},{"name":"SystemUpdateItemState","features":[264]},{"name":"SystemUpdateLastErrorInfo","features":[264]},{"name":"SystemUpdateManager","features":[264]},{"name":"SystemUpdateManagerState","features":[264]},{"name":"SystemUpdateStartInstallAction","features":[264]}],"278":[{"name":"AccountPictureKind","features":[265]},{"name":"AdvertisingManager","features":[265]},{"name":"AdvertisingManagerForUser","features":[265]},{"name":"AssignedAccessSettings","features":[265]},{"name":"DiagnosticsSettings","features":[265]},{"name":"FirstSignInSettings","features":[265]},{"name":"GlobalizationPreferences","features":[265]},{"name":"GlobalizationPreferencesForUser","features":[265]},{"name":"IAdvertisingManagerForUser","features":[265]},{"name":"IAdvertisingManagerStatics","features":[265]},{"name":"IAdvertisingManagerStatics2","features":[265]},{"name":"IAssignedAccessSettings","features":[265]},{"name":"IAssignedAccessSettingsStatics","features":[265]},{"name":"IDiagnosticsSettings","features":[265]},{"name":"IDiagnosticsSettingsStatics","features":[265]},{"name":"IFirstSignInSettings","features":[265]},{"name":"IFirstSignInSettingsStatics","features":[265]},{"name":"IGlobalizationPreferencesForUser","features":[265]},{"name":"IGlobalizationPreferencesStatics","features":[265]},{"name":"IGlobalizationPreferencesStatics2","features":[265]},{"name":"IGlobalizationPreferencesStatics3","features":[265]},{"name":"ILockScreenImageFeedStatics","features":[265]},{"name":"ILockScreenStatics","features":[265]},{"name":"IUserInformationStatics","features":[265]},{"name":"IUserProfilePersonalizationSettings","features":[265]},{"name":"IUserProfilePersonalizationSettingsStatics","features":[265]},{"name":"LockScreen","features":[265]},{"name":"SetAccountPictureResult","features":[265]},{"name":"SetImageFeedResult","features":[265]},{"name":"UserInformation","features":[265]},{"name":"UserProfileContract","features":[265]},{"name":"UserProfileLockScreenContract","features":[265]},{"name":"UserProfilePersonalizationSettings","features":[265]}],"279":[{"name":"Color","features":[266]},{"name":"ColorHelper","features":[266]},{"name":"Colors","features":[266]},{"name":"IColorHelper","features":[266]},{"name":"IColorHelperStatics","features":[266]},{"name":"IColorHelperStatics2","features":[266]},{"name":"IColors","features":[266]},{"name":"IColorsStatics","features":[266]},{"name":"IUIContentRoot","features":[266]},{"name":"IUIContext","features":[266]},{"name":"UIContentRoot","features":[266]},{"name":"UIContext","features":[266]},{"name":"WindowId","features":[266]}],"280":[{"name":"IScreenReaderPositionChangedEventArgs","features":[267]},{"name":"IScreenReaderService","features":[267]},{"name":"ScreenReaderPositionChangedEventArgs","features":[267]},{"name":"ScreenReaderService","features":[267]}],"281":[{"name":"AccountsSettingsPane","features":[268]},{"name":"AccountsSettingsPaneCommandsRequestedEventArgs","features":[268]},{"name":"AccountsSettingsPaneEventDeferral","features":[268]},{"name":"ApplicationsSettingsContract","features":[268]},{"name":"CredentialCommand","features":[268]},{"name":"CredentialCommandCredentialDeletedHandler","features":[268]},{"name":"IAccountsSettingsPane","features":[268]},{"name":"IAccountsSettingsPaneCommandsRequestedEventArgs","features":[268]},{"name":"IAccountsSettingsPaneCommandsRequestedEventArgs2","features":[268]},{"name":"IAccountsSettingsPaneEventDeferral","features":[268]},{"name":"IAccountsSettingsPaneStatics","features":[268]},{"name":"IAccountsSettingsPaneStatics2","features":[268]},{"name":"IAccountsSettingsPaneStatics3","features":[268]},{"name":"ICredentialCommand","features":[268]},{"name":"ICredentialCommandFactory","features":[268]},{"name":"ISettingsCommandFactory","features":[268]},{"name":"ISettingsCommandStatics","features":[268]},{"name":"ISettingsPane","features":[268]},{"name":"ISettingsPaneCommandsRequest","features":[268]},{"name":"ISettingsPaneCommandsRequestedEventArgs","features":[268]},{"name":"ISettingsPaneStatics","features":[268]},{"name":"IWebAccountCommand","features":[268]},{"name":"IWebAccountCommandFactory","features":[268]},{"name":"IWebAccountInvokedArgs","features":[268]},{"name":"IWebAccountProviderCommand","features":[268]},{"name":"IWebAccountProviderCommandFactory","features":[268]},{"name":"SettingsCommand","features":[268,269]},{"name":"SettingsEdgeLocation","features":[268]},{"name":"SettingsPane","features":[268]},{"name":"SettingsPaneCommandsRequest","features":[268]},{"name":"SettingsPaneCommandsRequestedEventArgs","features":[268]},{"name":"SupportedWebAccountActions","features":[268]},{"name":"WebAccountAction","features":[268]},{"name":"WebAccountCommand","features":[268]},{"name":"WebAccountCommandInvokedHandler","features":[268]},{"name":"WebAccountInvokedArgs","features":[268]},{"name":"WebAccountProviderCommand","features":[268]},{"name":"WebAccountProviderCommandInvokedHandler","features":[268]}],"282":[{"name":"AmbientLight","features":[270]},{"name":"AnimationController","features":[270]},{"name":"AnimationControllerProgressBehavior","features":[270]},{"name":"AnimationDelayBehavior","features":[270]},{"name":"AnimationDirection","features":[270]},{"name":"AnimationIterationBehavior","features":[270]},{"name":"AnimationPropertyAccessMode","features":[270]},{"name":"AnimationPropertyInfo","features":[270]},{"name":"AnimationStopBehavior","features":[270]},{"name":"BackEasingFunction","features":[270]},{"name":"BooleanKeyFrameAnimation","features":[270]},{"name":"BounceEasingFunction","features":[270]},{"name":"BounceScalarNaturalMotionAnimation","features":[270]},{"name":"BounceVector2NaturalMotionAnimation","features":[270]},{"name":"BounceVector3NaturalMotionAnimation","features":[270]},{"name":"CircleEasingFunction","features":[270]},{"name":"ColorKeyFrameAnimation","features":[270]},{"name":"CompositionAnimation","features":[270]},{"name":"CompositionAnimationGroup","features":[270]},{"name":"CompositionBackdropBrush","features":[270]},{"name":"CompositionBackfaceVisibility","features":[270]},{"name":"CompositionBatchCompletedEventArgs","features":[270]},{"name":"CompositionBatchTypes","features":[270]},{"name":"CompositionBitmapInterpolationMode","features":[270]},{"name":"CompositionBorderMode","features":[270]},{"name":"CompositionBrush","features":[270]},{"name":"CompositionCapabilities","features":[270]},{"name":"CompositionClip","features":[270]},{"name":"CompositionColorBrush","features":[270]},{"name":"CompositionColorGradientStop","features":[270]},{"name":"CompositionColorGradientStopCollection","features":[270]},{"name":"CompositionColorSpace","features":[270]},{"name":"CompositionCommitBatch","features":[270]},{"name":"CompositionCompositeMode","features":[270]},{"name":"CompositionContainerShape","features":[270]},{"name":"CompositionDrawingSurface","features":[270]},{"name":"CompositionDropShadowSourcePolicy","features":[270]},{"name":"CompositionEasingFunction","features":[270]},{"name":"CompositionEasingFunctionMode","features":[270]},{"name":"CompositionEffectBrush","features":[270]},{"name":"CompositionEffectFactory","features":[270]},{"name":"CompositionEffectFactoryLoadStatus","features":[270]},{"name":"CompositionEffectSourceParameter","features":[270]},{"name":"CompositionEllipseGeometry","features":[270]},{"name":"CompositionGeometricClip","features":[270]},{"name":"CompositionGeometry","features":[270]},{"name":"CompositionGetValueStatus","features":[270]},{"name":"CompositionGradientBrush","features":[270]},{"name":"CompositionGradientExtendMode","features":[270]},{"name":"CompositionGraphicsDevice","features":[270]},{"name":"CompositionLight","features":[270]},{"name":"CompositionLineGeometry","features":[270]},{"name":"CompositionLinearGradientBrush","features":[270]},{"name":"CompositionMappingMode","features":[270]},{"name":"CompositionMaskBrush","features":[270]},{"name":"CompositionMipmapSurface","features":[270]},{"name":"CompositionNineGridBrush","features":[270]},{"name":"CompositionObject","features":[270]},{"name":"CompositionPath","features":[270]},{"name":"CompositionPathGeometry","features":[270]},{"name":"CompositionProjectedShadow","features":[270]},{"name":"CompositionProjectedShadowCaster","features":[270]},{"name":"CompositionProjectedShadowCasterCollection","features":[270]},{"name":"CompositionProjectedShadowReceiver","features":[270]},{"name":"CompositionProjectedShadowReceiverUnorderedCollection","features":[270]},{"name":"CompositionPropertySet","features":[270]},{"name":"CompositionRadialGradientBrush","features":[270]},{"name":"CompositionRectangleGeometry","features":[270]},{"name":"CompositionRoundedRectangleGeometry","features":[270]},{"name":"CompositionScopedBatch","features":[270]},{"name":"CompositionShadow","features":[270]},{"name":"CompositionShape","features":[270]},{"name":"CompositionShapeCollection","features":[37,270]},{"name":"CompositionSpriteShape","features":[270]},{"name":"CompositionStretch","features":[270]},{"name":"CompositionStrokeCap","features":[270]},{"name":"CompositionStrokeDashArray","features":[37,270]},{"name":"CompositionStrokeLineJoin","features":[270]},{"name":"CompositionSurfaceBrush","features":[270]},{"name":"CompositionTarget","features":[270]},{"name":"CompositionTexture","features":[270]},{"name":"CompositionTransform","features":[270]},{"name":"CompositionViewBox","features":[270]},{"name":"CompositionVirtualDrawingSurface","features":[270]},{"name":"CompositionVisualSurface","features":[270]},{"name":"Compositor","features":[270]},{"name":"ContainerVisual","features":[270]},{"name":"CubicBezierEasingFunction","features":[270]},{"name":"DelegatedInkTrailVisual","features":[270]},{"name":"DistantLight","features":[270]},{"name":"DropShadow","features":[270]},{"name":"ElasticEasingFunction","features":[270]},{"name":"ExponentialEasingFunction","features":[270]},{"name":"ExpressionAnimation","features":[270]},{"name":"IAmbientLight","features":[270]},{"name":"IAmbientLight2","features":[270]},{"name":"IAnimationController","features":[270]},{"name":"IAnimationControllerStatics","features":[270]},{"name":"IAnimationObject","features":[270]},{"name":"IAnimationPropertyInfo","features":[270]},{"name":"IAnimationPropertyInfo2","features":[270]},{"name":"IBackEasingFunction","features":[270]},{"name":"IBooleanKeyFrameAnimation","features":[270]},{"name":"IBounceEasingFunction","features":[270]},{"name":"IBounceScalarNaturalMotionAnimation","features":[270]},{"name":"IBounceVector2NaturalMotionAnimation","features":[270]},{"name":"IBounceVector3NaturalMotionAnimation","features":[270]},{"name":"ICircleEasingFunction","features":[270]},{"name":"IColorKeyFrameAnimation","features":[270]},{"name":"ICompositionAnimation","features":[270]},{"name":"ICompositionAnimation2","features":[270]},{"name":"ICompositionAnimation3","features":[270]},{"name":"ICompositionAnimation4","features":[270]},{"name":"ICompositionAnimationBase","features":[270]},{"name":"ICompositionAnimationFactory","features":[270]},{"name":"ICompositionAnimationGroup","features":[270]},{"name":"ICompositionBackdropBrush","features":[270]},{"name":"ICompositionBatchCompletedEventArgs","features":[270]},{"name":"ICompositionBrush","features":[270]},{"name":"ICompositionBrushFactory","features":[270]},{"name":"ICompositionCapabilities","features":[270]},{"name":"ICompositionCapabilitiesStatics","features":[270]},{"name":"ICompositionClip","features":[270]},{"name":"ICompositionClip2","features":[270]},{"name":"ICompositionClipFactory","features":[270]},{"name":"ICompositionColorBrush","features":[270]},{"name":"ICompositionColorGradientStop","features":[270]},{"name":"ICompositionColorGradientStopCollection","features":[270]},{"name":"ICompositionCommitBatch","features":[270]},{"name":"ICompositionContainerShape","features":[270]},{"name":"ICompositionDrawingSurface","features":[270]},{"name":"ICompositionDrawingSurface2","features":[270]},{"name":"ICompositionDrawingSurfaceFactory","features":[270]},{"name":"ICompositionEasingFunction","features":[270]},{"name":"ICompositionEasingFunctionFactory","features":[270]},{"name":"ICompositionEasingFunctionStatics","features":[270]},{"name":"ICompositionEffectBrush","features":[270]},{"name":"ICompositionEffectFactory","features":[270]},{"name":"ICompositionEffectSourceParameter","features":[270]},{"name":"ICompositionEffectSourceParameterFactory","features":[270]},{"name":"ICompositionEllipseGeometry","features":[270]},{"name":"ICompositionGeometricClip","features":[270]},{"name":"ICompositionGeometry","features":[270]},{"name":"ICompositionGeometryFactory","features":[270]},{"name":"ICompositionGradientBrush","features":[270]},{"name":"ICompositionGradientBrush2","features":[270]},{"name":"ICompositionGradientBrushFactory","features":[270]},{"name":"ICompositionGraphicsDevice","features":[270]},{"name":"ICompositionGraphicsDevice2","features":[270]},{"name":"ICompositionGraphicsDevice3","features":[270]},{"name":"ICompositionGraphicsDevice4","features":[270]},{"name":"ICompositionLight","features":[270]},{"name":"ICompositionLight2","features":[270]},{"name":"ICompositionLight3","features":[270]},{"name":"ICompositionLightFactory","features":[270]},{"name":"ICompositionLineGeometry","features":[270]},{"name":"ICompositionLinearGradientBrush","features":[270]},{"name":"ICompositionMaskBrush","features":[270]},{"name":"ICompositionMipmapSurface","features":[270]},{"name":"ICompositionNineGridBrush","features":[270]},{"name":"ICompositionObject","features":[270]},{"name":"ICompositionObject2","features":[270]},{"name":"ICompositionObject3","features":[270]},{"name":"ICompositionObject4","features":[270]},{"name":"ICompositionObject5","features":[270]},{"name":"ICompositionObjectFactory","features":[270]},{"name":"ICompositionObjectStatics","features":[270]},{"name":"ICompositionPath","features":[270]},{"name":"ICompositionPathFactory","features":[270]},{"name":"ICompositionPathGeometry","features":[270]},{"name":"ICompositionProjectedShadow","features":[270]},{"name":"ICompositionProjectedShadowCaster","features":[270]},{"name":"ICompositionProjectedShadowCasterCollection","features":[270]},{"name":"ICompositionProjectedShadowCasterCollectionStatics","features":[270]},{"name":"ICompositionProjectedShadowReceiver","features":[270]},{"name":"ICompositionProjectedShadowReceiverUnorderedCollection","features":[270]},{"name":"ICompositionPropertySet","features":[270]},{"name":"ICompositionPropertySet2","features":[270]},{"name":"ICompositionRadialGradientBrush","features":[270]},{"name":"ICompositionRectangleGeometry","features":[270]},{"name":"ICompositionRoundedRectangleGeometry","features":[270]},{"name":"ICompositionScopedBatch","features":[270]},{"name":"ICompositionShadow","features":[270]},{"name":"ICompositionShadowFactory","features":[270]},{"name":"ICompositionShape","features":[270]},{"name":"ICompositionShapeFactory","features":[270]},{"name":"ICompositionSpriteShape","features":[270]},{"name":"ICompositionSupportsSystemBackdrop","features":[270]},{"name":"ICompositionSurface","features":[270]},{"name":"ICompositionSurfaceBrush","features":[270]},{"name":"ICompositionSurfaceBrush2","features":[270]},{"name":"ICompositionSurfaceBrush3","features":[270]},{"name":"ICompositionSurfaceFacade","features":[270]},{"name":"ICompositionTarget","features":[270]},{"name":"ICompositionTargetFactory","features":[270]},{"name":"ICompositionTexture","features":[270]},{"name":"ICompositionTextureFactory","features":[270]},{"name":"ICompositionTransform","features":[270]},{"name":"ICompositionTransformFactory","features":[270]},{"name":"ICompositionViewBox","features":[270]},{"name":"ICompositionVirtualDrawingSurface","features":[270]},{"name":"ICompositionVirtualDrawingSurfaceFactory","features":[270]},{"name":"ICompositionVisualSurface","features":[270]},{"name":"ICompositor","features":[270]},{"name":"ICompositor2","features":[270]},{"name":"ICompositor3","features":[270]},{"name":"ICompositor4","features":[270]},{"name":"ICompositor5","features":[270]},{"name":"ICompositor6","features":[270]},{"name":"ICompositor7","features":[270]},{"name":"ICompositor8","features":[270]},{"name":"ICompositorStatics","features":[270]},{"name":"ICompositorWithBlurredWallpaperBackdropBrush","features":[270]},{"name":"ICompositorWithProjectedShadow","features":[270]},{"name":"ICompositorWithRadialGradient","features":[270]},{"name":"ICompositorWithVisualSurface","features":[270]},{"name":"IContainerVisual","features":[270]},{"name":"IContainerVisualFactory","features":[270]},{"name":"ICubicBezierEasingFunction","features":[270]},{"name":"IDelegatedInkTrailVisual","features":[270]},{"name":"IDelegatedInkTrailVisualStatics","features":[270]},{"name":"IDistantLight","features":[270]},{"name":"IDistantLight2","features":[270]},{"name":"IDropShadow","features":[270]},{"name":"IDropShadow2","features":[270]},{"name":"IElasticEasingFunction","features":[270]},{"name":"IExponentialEasingFunction","features":[270]},{"name":"IExpressionAnimation","features":[270]},{"name":"IImplicitAnimationCollection","features":[270]},{"name":"IInsetClip","features":[270]},{"name":"IKeyFrameAnimation","features":[270]},{"name":"IKeyFrameAnimation2","features":[270]},{"name":"IKeyFrameAnimation3","features":[270]},{"name":"IKeyFrameAnimationFactory","features":[270]},{"name":"ILayerVisual","features":[270]},{"name":"ILayerVisual2","features":[270]},{"name":"ILinearEasingFunction","features":[270]},{"name":"INaturalMotionAnimation","features":[270]},{"name":"INaturalMotionAnimationFactory","features":[270]},{"name":"IPathKeyFrameAnimation","features":[270]},{"name":"IPointLight","features":[270]},{"name":"IPointLight2","features":[270]},{"name":"IPointLight3","features":[270]},{"name":"IPowerEasingFunction","features":[270]},{"name":"IQuaternionKeyFrameAnimation","features":[270]},{"name":"IRectangleClip","features":[270]},{"name":"IRedirectVisual","features":[270]},{"name":"IRenderingDeviceReplacedEventArgs","features":[270]},{"name":"IScalarKeyFrameAnimation","features":[270]},{"name":"IScalarNaturalMotionAnimation","features":[270]},{"name":"IScalarNaturalMotionAnimationFactory","features":[270]},{"name":"IShapeVisual","features":[270]},{"name":"ISineEasingFunction","features":[270]},{"name":"ISpotLight","features":[270]},{"name":"ISpotLight2","features":[270]},{"name":"ISpotLight3","features":[270]},{"name":"ISpringScalarNaturalMotionAnimation","features":[270]},{"name":"ISpringVector2NaturalMotionAnimation","features":[270]},{"name":"ISpringVector3NaturalMotionAnimation","features":[270]},{"name":"ISpriteVisual","features":[270]},{"name":"ISpriteVisual2","features":[270]},{"name":"IStepEasingFunction","features":[270]},{"name":"IVector2KeyFrameAnimation","features":[270]},{"name":"IVector2NaturalMotionAnimation","features":[270]},{"name":"IVector2NaturalMotionAnimationFactory","features":[270]},{"name":"IVector3KeyFrameAnimation","features":[270]},{"name":"IVector3NaturalMotionAnimation","features":[270]},{"name":"IVector3NaturalMotionAnimationFactory","features":[270]},{"name":"IVector4KeyFrameAnimation","features":[270]},{"name":"IVisual","features":[270]},{"name":"IVisual2","features":[270]},{"name":"IVisual3","features":[270]},{"name":"IVisual4","features":[270]},{"name":"IVisualCollection","features":[270]},{"name":"IVisualElement","features":[270]},{"name":"IVisualElement2","features":[270]},{"name":"IVisualFactory","features":[270]},{"name":"IVisualUnorderedCollection","features":[270]},{"name":"ImplicitAnimationCollection","features":[270]},{"name":"InitialValueExpressionCollection","features":[37,270]},{"name":"InkTrailPoint","features":[77,270]},{"name":"InsetClip","features":[270]},{"name":"KeyFrameAnimation","features":[270]},{"name":"LayerVisual","features":[270]},{"name":"LinearEasingFunction","features":[270]},{"name":"NaturalMotionAnimation","features":[270]},{"name":"PathKeyFrameAnimation","features":[270]},{"name":"PointLight","features":[270]},{"name":"PowerEasingFunction","features":[270]},{"name":"QuaternionKeyFrameAnimation","features":[270]},{"name":"RectangleClip","features":[270]},{"name":"RedirectVisual","features":[270]},{"name":"RenderingDeviceReplacedEventArgs","features":[270]},{"name":"ScalarKeyFrameAnimation","features":[270]},{"name":"ScalarNaturalMotionAnimation","features":[270]},{"name":"ShapeVisual","features":[270]},{"name":"SineEasingFunction","features":[270]},{"name":"SpotLight","features":[270]},{"name":"SpringScalarNaturalMotionAnimation","features":[270]},{"name":"SpringVector2NaturalMotionAnimation","features":[270]},{"name":"SpringVector3NaturalMotionAnimation","features":[270]},{"name":"SpriteVisual","features":[270]},{"name":"StepEasingFunction","features":[270]},{"name":"Vector2KeyFrameAnimation","features":[270]},{"name":"Vector2NaturalMotionAnimation","features":[270]},{"name":"Vector3KeyFrameAnimation","features":[270]},{"name":"Vector3NaturalMotionAnimation","features":[270]},{"name":"Vector4KeyFrameAnimation","features":[270]},{"name":"Visual","features":[270]},{"name":"VisualCollection","features":[270]},{"name":"VisualUnorderedCollection","features":[270]}],"283":[{"name":"CompositorController","features":[271]},{"name":"ICompositorController","features":[271]}],"284":[{"name":"DesktopWindowTarget","features":[272]},{"name":"IDesktopWindowTarget","features":[272]}],"285":[{"name":"CompositionDebugHeatMaps","features":[273]},{"name":"CompositionDebugOverdrawContentKinds","features":[273]},{"name":"CompositionDebugSettings","features":[273]},{"name":"ICompositionDebugHeatMaps","features":[273]},{"name":"ICompositionDebugSettings","features":[273]},{"name":"ICompositionDebugSettingsStatics","features":[273]}],"286":[{"name":"ISceneLightingEffect","features":[274]},{"name":"ISceneLightingEffect2","features":[274]},{"name":"SceneLightingEffect","features":[274]},{"name":"SceneLightingEffectReflectanceModel","features":[274]}],"287":[{"name":"CompositionConditionalValue","features":[275]},{"name":"CompositionInteractionSourceCollection","features":[275]},{"name":"ICompositionConditionalValue","features":[275]},{"name":"ICompositionConditionalValueStatics","features":[275]},{"name":"ICompositionInteractionSource","features":[275]},{"name":"ICompositionInteractionSourceCollection","features":[275]},{"name":"IInteractionSourceConfiguration","features":[275]},{"name":"IInteractionTracker","features":[275]},{"name":"IInteractionTracker2","features":[275]},{"name":"IInteractionTracker3","features":[275]},{"name":"IInteractionTracker4","features":[275]},{"name":"IInteractionTracker5","features":[275]},{"name":"IInteractionTrackerCustomAnimationStateEnteredArgs","features":[275]},{"name":"IInteractionTrackerCustomAnimationStateEnteredArgs2","features":[275]},{"name":"IInteractionTrackerIdleStateEnteredArgs","features":[275]},{"name":"IInteractionTrackerIdleStateEnteredArgs2","features":[275]},{"name":"IInteractionTrackerInertiaModifier","features":[275]},{"name":"IInteractionTrackerInertiaModifierFactory","features":[275]},{"name":"IInteractionTrackerInertiaMotion","features":[275]},{"name":"IInteractionTrackerInertiaMotionStatics","features":[275]},{"name":"IInteractionTrackerInertiaNaturalMotion","features":[275]},{"name":"IInteractionTrackerInertiaNaturalMotionStatics","features":[275]},{"name":"IInteractionTrackerInertiaRestingValue","features":[275]},{"name":"IInteractionTrackerInertiaRestingValueStatics","features":[275]},{"name":"IInteractionTrackerInertiaStateEnteredArgs","features":[275]},{"name":"IInteractionTrackerInertiaStateEnteredArgs2","features":[275]},{"name":"IInteractionTrackerInertiaStateEnteredArgs3","features":[275]},{"name":"IInteractionTrackerInteractingStateEnteredArgs","features":[275]},{"name":"IInteractionTrackerInteractingStateEnteredArgs2","features":[275]},{"name":"IInteractionTrackerOwner","features":[275]},{"name":"IInteractionTrackerRequestIgnoredArgs","features":[275]},{"name":"IInteractionTrackerStatics","features":[275]},{"name":"IInteractionTrackerStatics2","features":[275]},{"name":"IInteractionTrackerValuesChangedArgs","features":[275]},{"name":"IInteractionTrackerVector2InertiaModifier","features":[275]},{"name":"IInteractionTrackerVector2InertiaModifierFactory","features":[275]},{"name":"IInteractionTrackerVector2InertiaNaturalMotion","features":[275]},{"name":"IInteractionTrackerVector2InertiaNaturalMotionStatics","features":[275]},{"name":"IVisualInteractionSource","features":[275]},{"name":"IVisualInteractionSource2","features":[275]},{"name":"IVisualInteractionSource3","features":[275]},{"name":"IVisualInteractionSourceObjectFactory","features":[275]},{"name":"IVisualInteractionSourceStatics","features":[275]},{"name":"IVisualInteractionSourceStatics2","features":[275]},{"name":"InteractionBindingAxisModes","features":[275]},{"name":"InteractionChainingMode","features":[275]},{"name":"InteractionSourceConfiguration","features":[275]},{"name":"InteractionSourceMode","features":[275]},{"name":"InteractionSourceRedirectionMode","features":[275]},{"name":"InteractionTracker","features":[275]},{"name":"InteractionTrackerClampingOption","features":[275]},{"name":"InteractionTrackerCustomAnimationStateEnteredArgs","features":[275]},{"name":"InteractionTrackerIdleStateEnteredArgs","features":[275]},{"name":"InteractionTrackerInertiaModifier","features":[275]},{"name":"InteractionTrackerInertiaMotion","features":[275]},{"name":"InteractionTrackerInertiaNaturalMotion","features":[275]},{"name":"InteractionTrackerInertiaRestingValue","features":[275]},{"name":"InteractionTrackerInertiaStateEnteredArgs","features":[275]},{"name":"InteractionTrackerInteractingStateEnteredArgs","features":[275]},{"name":"InteractionTrackerPositionUpdateOption","features":[275]},{"name":"InteractionTrackerRequestIgnoredArgs","features":[275]},{"name":"InteractionTrackerValuesChangedArgs","features":[275]},{"name":"InteractionTrackerVector2InertiaModifier","features":[275]},{"name":"InteractionTrackerVector2InertiaNaturalMotion","features":[275]},{"name":"VisualInteractionSource","features":[275]},{"name":"VisualInteractionSourceRedirectionMode","features":[275]}],"288":[{"name":"ISceneBoundingBox","features":[276]},{"name":"ISceneComponent","features":[276]},{"name":"ISceneComponentCollection","features":[276]},{"name":"ISceneComponentFactory","features":[276]},{"name":"ISceneMaterial","features":[276]},{"name":"ISceneMaterialFactory","features":[276]},{"name":"ISceneMaterialInput","features":[276]},{"name":"ISceneMaterialInputFactory","features":[276]},{"name":"ISceneMesh","features":[276]},{"name":"ISceneMeshMaterialAttributeMap","features":[276]},{"name":"ISceneMeshRendererComponent","features":[276]},{"name":"ISceneMeshRendererComponentStatics","features":[276]},{"name":"ISceneMeshStatics","features":[276]},{"name":"ISceneMetallicRoughnessMaterial","features":[276]},{"name":"ISceneMetallicRoughnessMaterialStatics","features":[276]},{"name":"ISceneModelTransform","features":[276]},{"name":"ISceneNode","features":[276]},{"name":"ISceneNodeCollection","features":[276]},{"name":"ISceneNodeStatics","features":[276]},{"name":"ISceneObject","features":[276]},{"name":"ISceneObjectFactory","features":[276]},{"name":"IScenePbrMaterial","features":[276]},{"name":"IScenePbrMaterialFactory","features":[276]},{"name":"ISceneRendererComponent","features":[276]},{"name":"ISceneRendererComponentFactory","features":[276]},{"name":"ISceneSurfaceMaterialInput","features":[276]},{"name":"ISceneSurfaceMaterialInputStatics","features":[276]},{"name":"ISceneVisual","features":[276]},{"name":"ISceneVisualStatics","features":[276]},{"name":"SceneAlphaMode","features":[276]},{"name":"SceneAttributeSemantic","features":[276]},{"name":"SceneBoundingBox","features":[276]},{"name":"SceneComponent","features":[276]},{"name":"SceneComponentCollection","features":[37,276]},{"name":"SceneComponentType","features":[276]},{"name":"SceneMaterial","features":[276]},{"name":"SceneMaterialInput","features":[276]},{"name":"SceneMesh","features":[276]},{"name":"SceneMeshMaterialAttributeMap","features":[276]},{"name":"SceneMeshRendererComponent","features":[276]},{"name":"SceneMetallicRoughnessMaterial","features":[276]},{"name":"SceneModelTransform","features":[276]},{"name":"SceneNode","features":[276]},{"name":"SceneNodeCollection","features":[37,276]},{"name":"SceneObject","features":[276]},{"name":"ScenePbrMaterial","features":[276]},{"name":"SceneRendererComponent","features":[276]},{"name":"SceneSurfaceMaterialInput","features":[276]},{"name":"SceneVisual","features":[276]},{"name":"SceneWrappingMode","features":[276]}],"289":[{"name":"AcceleratorKeyEventArgs","features":[277]},{"name":"AppViewBackButtonVisibility","features":[277]},{"name":"AutomationProviderRequestedEventArgs","features":[277]},{"name":"BackRequestedEventArgs","features":[277]},{"name":"CharacterReceivedEventArgs","features":[277]},{"name":"ClosestInteractiveBoundsRequestedEventArgs","features":[277]},{"name":"CoreAcceleratorKeyEventType","features":[277]},{"name":"CoreAcceleratorKeys","features":[277]},{"name":"CoreComponentInputSource","features":[277]},{"name":"CoreCursor","features":[277]},{"name":"CoreCursorType","features":[277]},{"name":"CoreDispatcher","features":[277]},{"name":"CoreDispatcherPriority","features":[277]},{"name":"CoreIndependentInputFilters","features":[277]},{"name":"CoreIndependentInputSource","features":[277]},{"name":"CoreIndependentInputSourceController","features":[277]},{"name":"CoreInputDeviceTypes","features":[277]},{"name":"CorePhysicalKeyStatus","features":[277]},{"name":"CoreProcessEventsOption","features":[277]},{"name":"CoreProximityEvaluation","features":[77,277]},{"name":"CoreProximityEvaluationScore","features":[277]},{"name":"CoreVirtualKeyStates","features":[277]},{"name":"CoreWindow","features":[277]},{"name":"CoreWindowActivationMode","features":[277]},{"name":"CoreWindowActivationState","features":[277]},{"name":"CoreWindowDialog","features":[277]},{"name":"CoreWindowDialogsContract","features":[277]},{"name":"CoreWindowEventArgs","features":[277]},{"name":"CoreWindowFlowDirection","features":[277]},{"name":"CoreWindowFlyout","features":[277]},{"name":"CoreWindowPopupShowingEventArgs","features":[277]},{"name":"CoreWindowResizeManager","features":[277]},{"name":"DispatchedHandler","features":[277]},{"name":"IAcceleratorKeyEventArgs","features":[277]},{"name":"IAcceleratorKeyEventArgs2","features":[277]},{"name":"IAutomationProviderRequestedEventArgs","features":[277]},{"name":"IBackRequestedEventArgs","features":[277]},{"name":"ICharacterReceivedEventArgs","features":[277]},{"name":"IClosestInteractiveBoundsRequestedEventArgs","features":[277]},{"name":"ICoreAcceleratorKeys","features":[277]},{"name":"ICoreClosestInteractiveBoundsRequested","features":[277]},{"name":"ICoreComponentFocusable","features":[277]},{"name":"ICoreCursor","features":[277]},{"name":"ICoreCursorFactory","features":[277]},{"name":"ICoreDispatcher","features":[277]},{"name":"ICoreDispatcher2","features":[277]},{"name":"ICoreDispatcherWithTaskPriority","features":[277]},{"name":"ICoreIndependentInputSourceController","features":[277]},{"name":"ICoreIndependentInputSourceControllerStatics","features":[277]},{"name":"ICoreInputSourceBase","features":[277]},{"name":"ICoreKeyboardInputSource","features":[277]},{"name":"ICoreKeyboardInputSource2","features":[277]},{"name":"ICorePointerInputSource","features":[277]},{"name":"ICorePointerInputSource2","features":[277]},{"name":"ICorePointerRedirector","features":[277]},{"name":"ICoreTouchHitTesting","features":[277]},{"name":"ICoreWindow","features":[277]},{"name":"ICoreWindow2","features":[277]},{"name":"ICoreWindow3","features":[277]},{"name":"ICoreWindow4","features":[277]},{"name":"ICoreWindow5","features":[277]},{"name":"ICoreWindowDialog","features":[277]},{"name":"ICoreWindowDialogFactory","features":[277]},{"name":"ICoreWindowEventArgs","features":[277]},{"name":"ICoreWindowFlyout","features":[277]},{"name":"ICoreWindowFlyoutFactory","features":[277]},{"name":"ICoreWindowPopupShowingEventArgs","features":[277]},{"name":"ICoreWindowResizeManager","features":[277]},{"name":"ICoreWindowResizeManagerLayoutCapability","features":[277]},{"name":"ICoreWindowResizeManagerStatics","features":[277]},{"name":"ICoreWindowStatic","features":[277]},{"name":"ICoreWindowWithContext","features":[277]},{"name":"IIdleDispatchedHandlerArgs","features":[277]},{"name":"IInitializeWithCoreWindow","features":[277]},{"name":"IInputEnabledEventArgs","features":[277]},{"name":"IKeyEventArgs","features":[277]},{"name":"IKeyEventArgs2","features":[277]},{"name":"IPointerEventArgs","features":[277]},{"name":"ISystemNavigationManager","features":[277]},{"name":"ISystemNavigationManager2","features":[277]},{"name":"ISystemNavigationManagerStatics","features":[277]},{"name":"ITouchHitTestingEventArgs","features":[277]},{"name":"IVisibilityChangedEventArgs","features":[277]},{"name":"IWindowActivatedEventArgs","features":[277]},{"name":"IWindowSizeChangedEventArgs","features":[277]},{"name":"IdleDispatchedHandler","features":[277]},{"name":"IdleDispatchedHandlerArgs","features":[277]},{"name":"InputEnabledEventArgs","features":[277]},{"name":"KeyEventArgs","features":[277]},{"name":"PointerEventArgs","features":[277]},{"name":"SystemNavigationManager","features":[277]},{"name":"TouchHitTestingEventArgs","features":[277]},{"name":"VisibilityChangedEventArgs","features":[277]},{"name":"WindowActivatedEventArgs","features":[277]},{"name":"WindowSizeChangedEventArgs","features":[277]}],"290":[{"name":"AnimationDescription","features":[278]},{"name":"AnimationEffect","features":[278]},{"name":"AnimationEffectTarget","features":[278]},{"name":"AnimationMetricsContract","features":[278]},{"name":"IAnimationDescription","features":[278]},{"name":"IAnimationDescriptionFactory","features":[278]},{"name":"IOpacityAnimation","features":[278]},{"name":"IPropertyAnimation","features":[278]},{"name":"IScaleAnimation","features":[278]},{"name":"OpacityAnimation","features":[278]},{"name":"PropertyAnimation","features":[278]},{"name":"PropertyAnimationType","features":[278]},{"name":"ScaleAnimation","features":[278]},{"name":"TranslationAnimation","features":[278]}],"291":[{"name":"CoreAppWindowPreview","features":[279]},{"name":"ICoreAppWindowPreview","features":[279]},{"name":"ICoreAppWindowPreviewStatics","features":[279]},{"name":"ISystemNavigationCloseRequestedPreviewEventArgs","features":[279]},{"name":"ISystemNavigationManagerPreview","features":[279]},{"name":"ISystemNavigationManagerPreviewStatics","features":[279]},{"name":"SystemNavigationCloseRequestedPreviewEventArgs","features":[279]},{"name":"SystemNavigationManagerPreview","features":[279]}],"292":[{"name":"AttachableInputObject","features":[280]},{"name":"CrossSlideThresholds","features":[280]},{"name":"CrossSlidingEventArgs","features":[280]},{"name":"CrossSlidingState","features":[280]},{"name":"DraggingEventArgs","features":[280]},{"name":"DraggingState","features":[280]},{"name":"EdgeGesture","features":[280]},{"name":"EdgeGestureEventArgs","features":[280]},{"name":"EdgeGestureKind","features":[280]},{"name":"GazeInputAccessStatus","features":[280]},{"name":"GestureRecognizer","features":[280]},{"name":"GestureSettings","features":[280]},{"name":"HoldingEventArgs","features":[280]},{"name":"HoldingState","features":[280]},{"name":"IAttachableInputObject","features":[280]},{"name":"IAttachableInputObjectFactory","features":[280]},{"name":"ICrossSlidingEventArgs","features":[280]},{"name":"ICrossSlidingEventArgs2","features":[280]},{"name":"IDraggingEventArgs","features":[280]},{"name":"IDraggingEventArgs2","features":[280]},{"name":"IEdgeGesture","features":[280]},{"name":"IEdgeGestureEventArgs","features":[280]},{"name":"IEdgeGestureStatics","features":[280]},{"name":"IGestureRecognizer","features":[280]},{"name":"IGestureRecognizer2","features":[280]},{"name":"IHoldingEventArgs","features":[280]},{"name":"IHoldingEventArgs2","features":[280]},{"name":"IInputActivationListener","features":[280]},{"name":"IInputActivationListenerActivationChangedEventArgs","features":[280]},{"name":"IKeyboardDeliveryInterceptor","features":[280]},{"name":"IKeyboardDeliveryInterceptorStatics","features":[280]},{"name":"IManipulationCompletedEventArgs","features":[280]},{"name":"IManipulationCompletedEventArgs2","features":[280]},{"name":"IManipulationInertiaStartingEventArgs","features":[280]},{"name":"IManipulationInertiaStartingEventArgs2","features":[280]},{"name":"IManipulationStartedEventArgs","features":[280]},{"name":"IManipulationStartedEventArgs2","features":[280]},{"name":"IManipulationUpdatedEventArgs","features":[280]},{"name":"IManipulationUpdatedEventArgs2","features":[280]},{"name":"IMouseWheelParameters","features":[280]},{"name":"IPointerPoint","features":[280]},{"name":"IPointerPointProperties","features":[280]},{"name":"IPointerPointProperties2","features":[280]},{"name":"IPointerPointStatics","features":[280]},{"name":"IPointerPointTransform","features":[280]},{"name":"IPointerVisualizationSettings","features":[280]},{"name":"IPointerVisualizationSettingsStatics","features":[280]},{"name":"IRadialController","features":[280]},{"name":"IRadialController2","features":[280]},{"name":"IRadialControllerButtonClickedEventArgs","features":[280]},{"name":"IRadialControllerButtonClickedEventArgs2","features":[280]},{"name":"IRadialControllerButtonHoldingEventArgs","features":[280]},{"name":"IRadialControllerButtonPressedEventArgs","features":[280]},{"name":"IRadialControllerButtonReleasedEventArgs","features":[280]},{"name":"IRadialControllerConfiguration","features":[280]},{"name":"IRadialControllerConfiguration2","features":[280]},{"name":"IRadialControllerConfigurationStatics","features":[280]},{"name":"IRadialControllerConfigurationStatics2","features":[280]},{"name":"IRadialControllerControlAcquiredEventArgs","features":[280]},{"name":"IRadialControllerControlAcquiredEventArgs2","features":[280]},{"name":"IRadialControllerMenu","features":[280]},{"name":"IRadialControllerMenuItem","features":[280]},{"name":"IRadialControllerMenuItemStatics","features":[280]},{"name":"IRadialControllerMenuItemStatics2","features":[280]},{"name":"IRadialControllerRotationChangedEventArgs","features":[280]},{"name":"IRadialControllerRotationChangedEventArgs2","features":[280]},{"name":"IRadialControllerScreenContact","features":[280]},{"name":"IRadialControllerScreenContactContinuedEventArgs","features":[280]},{"name":"IRadialControllerScreenContactContinuedEventArgs2","features":[280]},{"name":"IRadialControllerScreenContactEndedEventArgs","features":[280]},{"name":"IRadialControllerScreenContactStartedEventArgs","features":[280]},{"name":"IRadialControllerScreenContactStartedEventArgs2","features":[280]},{"name":"IRadialControllerStatics","features":[280]},{"name":"IRightTappedEventArgs","features":[280]},{"name":"IRightTappedEventArgs2","features":[280]},{"name":"ISystemButtonEventController","features":[280]},{"name":"ISystemButtonEventControllerStatics","features":[280]},{"name":"ISystemFunctionButtonEventArgs","features":[280]},{"name":"ISystemFunctionLockChangedEventArgs","features":[280]},{"name":"ISystemFunctionLockIndicatorChangedEventArgs","features":[280]},{"name":"ITappedEventArgs","features":[280]},{"name":"ITappedEventArgs2","features":[280]},{"name":"InputActivationListener","features":[280]},{"name":"InputActivationListenerActivationChangedEventArgs","features":[280]},{"name":"InputActivationState","features":[280]},{"name":"KeyboardDeliveryInterceptor","features":[280]},{"name":"ManipulationCompletedEventArgs","features":[280]},{"name":"ManipulationDelta","features":[77,280]},{"name":"ManipulationInertiaStartingEventArgs","features":[280]},{"name":"ManipulationStartedEventArgs","features":[280]},{"name":"ManipulationUpdatedEventArgs","features":[280]},{"name":"ManipulationVelocities","features":[77,280]},{"name":"MouseWheelParameters","features":[280]},{"name":"PointerPoint","features":[280]},{"name":"PointerPointProperties","features":[280]},{"name":"PointerUpdateKind","features":[280]},{"name":"PointerVisualizationSettings","features":[280]},{"name":"RadialController","features":[280]},{"name":"RadialControllerButtonClickedEventArgs","features":[280]},{"name":"RadialControllerButtonHoldingEventArgs","features":[280]},{"name":"RadialControllerButtonPressedEventArgs","features":[280]},{"name":"RadialControllerButtonReleasedEventArgs","features":[280]},{"name":"RadialControllerConfiguration","features":[280]},{"name":"RadialControllerControlAcquiredEventArgs","features":[280]},{"name":"RadialControllerMenu","features":[280]},{"name":"RadialControllerMenuItem","features":[280]},{"name":"RadialControllerMenuKnownIcon","features":[280]},{"name":"RadialControllerRotationChangedEventArgs","features":[280]},{"name":"RadialControllerScreenContact","features":[280]},{"name":"RadialControllerScreenContactContinuedEventArgs","features":[280]},{"name":"RadialControllerScreenContactEndedEventArgs","features":[280]},{"name":"RadialControllerScreenContactStartedEventArgs","features":[280]},{"name":"RadialControllerSystemMenuItemKind","features":[280]},{"name":"RightTappedEventArgs","features":[280]},{"name":"SystemButtonEventController","features":[280]},{"name":"SystemFunctionButtonEventArgs","features":[280]},{"name":"SystemFunctionLockChangedEventArgs","features":[280]},{"name":"SystemFunctionLockIndicatorChangedEventArgs","features":[280]},{"name":"TappedEventArgs","features":[280]}],"293":[{"name":"IRadialControllerIndependentInputSource","features":[281]},{"name":"IRadialControllerIndependentInputSource2","features":[281]},{"name":"IRadialControllerIndependentInputSourceStatics","features":[281]},{"name":"RadialControllerIndependentInputSource","features":[281]}],"294":[{"name":"HandwritingLineHeight","features":[282]},{"name":"IInkDrawingAttributes","features":[282]},{"name":"IInkDrawingAttributes2","features":[282]},{"name":"IInkDrawingAttributes3","features":[282]},{"name":"IInkDrawingAttributes4","features":[282]},{"name":"IInkDrawingAttributes5","features":[282]},{"name":"IInkDrawingAttributesPencilProperties","features":[282]},{"name":"IInkDrawingAttributesStatics","features":[282]},{"name":"IInkInputConfiguration","features":[282]},{"name":"IInkInputConfiguration2","features":[282]},{"name":"IInkInputProcessingConfiguration","features":[282]},{"name":"IInkManager","features":[282]},{"name":"IInkModelerAttributes","features":[282]},{"name":"IInkModelerAttributes2","features":[282]},{"name":"IInkPoint","features":[282]},{"name":"IInkPoint2","features":[282]},{"name":"IInkPointFactory","features":[282]},{"name":"IInkPointFactory2","features":[282]},{"name":"IInkPresenter","features":[282]},{"name":"IInkPresenter2","features":[282]},{"name":"IInkPresenter3","features":[282]},{"name":"IInkPresenterProtractor","features":[282]},{"name":"IInkPresenterProtractorFactory","features":[282]},{"name":"IInkPresenterRuler","features":[282]},{"name":"IInkPresenterRuler2","features":[282]},{"name":"IInkPresenterRulerFactory","features":[282]},{"name":"IInkPresenterStencil","features":[282]},{"name":"IInkRecognitionResult","features":[282]},{"name":"IInkRecognizer","features":[282]},{"name":"IInkRecognizerContainer","features":[282]},{"name":"IInkStroke","features":[282]},{"name":"IInkStroke2","features":[282]},{"name":"IInkStroke3","features":[282]},{"name":"IInkStroke4","features":[282]},{"name":"IInkStrokeBuilder","features":[282]},{"name":"IInkStrokeBuilder2","features":[282]},{"name":"IInkStrokeBuilder3","features":[282]},{"name":"IInkStrokeContainer","features":[282]},{"name":"IInkStrokeContainer2","features":[282]},{"name":"IInkStrokeContainer3","features":[282]},{"name":"IInkStrokeInput","features":[282]},{"name":"IInkStrokeRenderingSegment","features":[282]},{"name":"IInkStrokesCollectedEventArgs","features":[282]},{"name":"IInkStrokesErasedEventArgs","features":[282]},{"name":"IInkSynchronizer","features":[282]},{"name":"IInkUnprocessedInput","features":[282]},{"name":"IPenAndInkSettings","features":[282]},{"name":"IPenAndInkSettings2","features":[282]},{"name":"IPenAndInkSettingsStatics","features":[282]},{"name":"InkDrawingAttributes","features":[282]},{"name":"InkDrawingAttributesKind","features":[282]},{"name":"InkDrawingAttributesPencilProperties","features":[282]},{"name":"InkHighContrastAdjustment","features":[282]},{"name":"InkInputConfiguration","features":[282]},{"name":"InkInputProcessingConfiguration","features":[282]},{"name":"InkInputProcessingMode","features":[282]},{"name":"InkInputRightDragAction","features":[282]},{"name":"InkManager","features":[282]},{"name":"InkManipulationMode","features":[282]},{"name":"InkModelerAttributes","features":[282]},{"name":"InkPersistenceFormat","features":[282]},{"name":"InkPoint","features":[282]},{"name":"InkPresenter","features":[282]},{"name":"InkPresenterPredefinedConfiguration","features":[282]},{"name":"InkPresenterProtractor","features":[282]},{"name":"InkPresenterRuler","features":[282]},{"name":"InkPresenterStencilKind","features":[282]},{"name":"InkRecognitionResult","features":[282]},{"name":"InkRecognitionTarget","features":[282]},{"name":"InkRecognizer","features":[282]},{"name":"InkRecognizerContainer","features":[282]},{"name":"InkStroke","features":[282]},{"name":"InkStrokeBuilder","features":[282]},{"name":"InkStrokeContainer","features":[282]},{"name":"InkStrokeInput","features":[282]},{"name":"InkStrokeRenderingSegment","features":[282]},{"name":"InkStrokesCollectedEventArgs","features":[282]},{"name":"InkStrokesErasedEventArgs","features":[282]},{"name":"InkSynchronizer","features":[282]},{"name":"InkUnprocessedInput","features":[282]},{"name":"PenAndInkSettings","features":[282]},{"name":"PenHandedness","features":[282]},{"name":"PenTipShape","features":[282]}],"295":[{"name":"IInkAnalysisInkBullet","features":[283]},{"name":"IInkAnalysisInkDrawing","features":[283]},{"name":"IInkAnalysisInkWord","features":[283]},{"name":"IInkAnalysisLine","features":[283]},{"name":"IInkAnalysisListItem","features":[283]},{"name":"IInkAnalysisNode","features":[283]},{"name":"IInkAnalysisParagraph","features":[283]},{"name":"IInkAnalysisResult","features":[283]},{"name":"IInkAnalysisRoot","features":[283]},{"name":"IInkAnalysisWritingRegion","features":[283]},{"name":"IInkAnalyzer","features":[283]},{"name":"IInkAnalyzerFactory","features":[283]},{"name":"InkAnalysisDrawingKind","features":[283]},{"name":"InkAnalysisInkBullet","features":[283]},{"name":"InkAnalysisInkDrawing","features":[283]},{"name":"InkAnalysisInkWord","features":[283]},{"name":"InkAnalysisLine","features":[283]},{"name":"InkAnalysisListItem","features":[283]},{"name":"InkAnalysisNode","features":[283]},{"name":"InkAnalysisNodeKind","features":[283]},{"name":"InkAnalysisParagraph","features":[283]},{"name":"InkAnalysisResult","features":[283]},{"name":"InkAnalysisRoot","features":[283]},{"name":"InkAnalysisStatus","features":[283]},{"name":"InkAnalysisStrokeKind","features":[283]},{"name":"InkAnalysisWritingRegion","features":[283]},{"name":"InkAnalyzer","features":[283]}],"296":[{"name":"CoreIncrementalInkStroke","features":[284]},{"name":"CoreInkIndependentInputSource","features":[284]},{"name":"CoreInkPresenterHost","features":[284]},{"name":"CoreWetStrokeDisposition","features":[284]},{"name":"CoreWetStrokeUpdateEventArgs","features":[284]},{"name":"CoreWetStrokeUpdateSource","features":[284]},{"name":"ICoreIncrementalInkStroke","features":[284]},{"name":"ICoreIncrementalInkStrokeFactory","features":[284]},{"name":"ICoreInkIndependentInputSource","features":[284]},{"name":"ICoreInkIndependentInputSource2","features":[284]},{"name":"ICoreInkIndependentInputSourceStatics","features":[284]},{"name":"ICoreInkPresenterHost","features":[284]},{"name":"ICoreWetStrokeUpdateEventArgs","features":[284]},{"name":"ICoreWetStrokeUpdateSource","features":[284]},{"name":"ICoreWetStrokeUpdateSourceStatics","features":[284]}],"297":[{"name":"IPalmRejectionDelayZonePreview","features":[285]},{"name":"IPalmRejectionDelayZonePreviewStatics","features":[285]},{"name":"PalmRejectionDelayZonePreview","features":[285]}],"298":[{"name":"IInputActivationListenerPreviewStatics","features":[286]},{"name":"InputActivationListenerPreview","features":[286]}],"299":[{"name":"IInjectedInputGamepadInfo","features":[287]},{"name":"IInjectedInputGamepadInfoFactory","features":[287]},{"name":"IInjectedInputKeyboardInfo","features":[287]},{"name":"IInjectedInputMouseInfo","features":[287]},{"name":"IInjectedInputPenInfo","features":[287]},{"name":"IInjectedInputTouchInfo","features":[287]},{"name":"IInputInjector","features":[287]},{"name":"IInputInjector2","features":[287]},{"name":"IInputInjectorStatics","features":[287]},{"name":"IInputInjectorStatics2","features":[287]},{"name":"InjectedInputButtonChangeKind","features":[287]},{"name":"InjectedInputGamepadInfo","features":[287]},{"name":"InjectedInputKeyOptions","features":[287]},{"name":"InjectedInputKeyboardInfo","features":[287]},{"name":"InjectedInputMouseInfo","features":[287]},{"name":"InjectedInputMouseOptions","features":[287]},{"name":"InjectedInputPenButtons","features":[287]},{"name":"InjectedInputPenInfo","features":[287]},{"name":"InjectedInputPenParameters","features":[287]},{"name":"InjectedInputPoint","features":[287]},{"name":"InjectedInputPointerInfo","features":[287]},{"name":"InjectedInputPointerOptions","features":[287]},{"name":"InjectedInputRectangle","features":[287]},{"name":"InjectedInputShortcut","features":[287]},{"name":"InjectedInputTouchInfo","features":[287]},{"name":"InjectedInputTouchParameters","features":[287]},{"name":"InjectedInputVisualizationMode","features":[287]},{"name":"InputInjector","features":[287]}],"300":[{"name":"ISpatialGestureRecognizer","features":[288]},{"name":"ISpatialGestureRecognizerFactory","features":[288]},{"name":"ISpatialHoldCanceledEventArgs","features":[288]},{"name":"ISpatialHoldCompletedEventArgs","features":[288]},{"name":"ISpatialHoldStartedEventArgs","features":[288]},{"name":"ISpatialInteraction","features":[288]},{"name":"ISpatialInteractionController","features":[288]},{"name":"ISpatialInteractionController2","features":[288]},{"name":"ISpatialInteractionController3","features":[288]},{"name":"ISpatialInteractionControllerProperties","features":[288]},{"name":"ISpatialInteractionDetectedEventArgs","features":[288]},{"name":"ISpatialInteractionDetectedEventArgs2","features":[288]},{"name":"ISpatialInteractionManager","features":[288]},{"name":"ISpatialInteractionManagerStatics","features":[288]},{"name":"ISpatialInteractionManagerStatics2","features":[288]},{"name":"ISpatialInteractionSource","features":[288]},{"name":"ISpatialInteractionSource2","features":[288]},{"name":"ISpatialInteractionSource3","features":[288]},{"name":"ISpatialInteractionSource4","features":[288]},{"name":"ISpatialInteractionSourceEventArgs","features":[288]},{"name":"ISpatialInteractionSourceEventArgs2","features":[288]},{"name":"ISpatialInteractionSourceLocation","features":[288]},{"name":"ISpatialInteractionSourceLocation2","features":[288]},{"name":"ISpatialInteractionSourceLocation3","features":[288]},{"name":"ISpatialInteractionSourceProperties","features":[288]},{"name":"ISpatialInteractionSourceState","features":[288]},{"name":"ISpatialInteractionSourceState2","features":[288]},{"name":"ISpatialInteractionSourceState3","features":[288]},{"name":"ISpatialManipulationCanceledEventArgs","features":[288]},{"name":"ISpatialManipulationCompletedEventArgs","features":[288]},{"name":"ISpatialManipulationDelta","features":[288]},{"name":"ISpatialManipulationStartedEventArgs","features":[288]},{"name":"ISpatialManipulationUpdatedEventArgs","features":[288]},{"name":"ISpatialNavigationCanceledEventArgs","features":[288]},{"name":"ISpatialNavigationCompletedEventArgs","features":[288]},{"name":"ISpatialNavigationStartedEventArgs","features":[288]},{"name":"ISpatialNavigationUpdatedEventArgs","features":[288]},{"name":"ISpatialPointerInteractionSourcePose","features":[288]},{"name":"ISpatialPointerInteractionSourcePose2","features":[288]},{"name":"ISpatialPointerPose","features":[288]},{"name":"ISpatialPointerPose2","features":[288]},{"name":"ISpatialPointerPose3","features":[288]},{"name":"ISpatialPointerPoseStatics","features":[288]},{"name":"ISpatialRecognitionEndedEventArgs","features":[288]},{"name":"ISpatialRecognitionStartedEventArgs","features":[288]},{"name":"ISpatialTappedEventArgs","features":[288]},{"name":"SpatialGestureRecognizer","features":[288]},{"name":"SpatialGestureSettings","features":[288]},{"name":"SpatialHoldCanceledEventArgs","features":[288]},{"name":"SpatialHoldCompletedEventArgs","features":[288]},{"name":"SpatialHoldStartedEventArgs","features":[288]},{"name":"SpatialInteraction","features":[288]},{"name":"SpatialInteractionController","features":[288]},{"name":"SpatialInteractionControllerProperties","features":[288]},{"name":"SpatialInteractionDetectedEventArgs","features":[288]},{"name":"SpatialInteractionManager","features":[288]},{"name":"SpatialInteractionPressKind","features":[288]},{"name":"SpatialInteractionSource","features":[288]},{"name":"SpatialInteractionSourceEventArgs","features":[288]},{"name":"SpatialInteractionSourceHandedness","features":[288]},{"name":"SpatialInteractionSourceKind","features":[288]},{"name":"SpatialInteractionSourceLocation","features":[288]},{"name":"SpatialInteractionSourcePositionAccuracy","features":[288]},{"name":"SpatialInteractionSourceProperties","features":[288]},{"name":"SpatialInteractionSourceState","features":[288]},{"name":"SpatialManipulationCanceledEventArgs","features":[288]},{"name":"SpatialManipulationCompletedEventArgs","features":[288]},{"name":"SpatialManipulationDelta","features":[288]},{"name":"SpatialManipulationStartedEventArgs","features":[288]},{"name":"SpatialManipulationUpdatedEventArgs","features":[288]},{"name":"SpatialNavigationCanceledEventArgs","features":[288]},{"name":"SpatialNavigationCompletedEventArgs","features":[288]},{"name":"SpatialNavigationStartedEventArgs","features":[288]},{"name":"SpatialNavigationUpdatedEventArgs","features":[288]},{"name":"SpatialPointerInteractionSourcePose","features":[288]},{"name":"SpatialPointerPose","features":[288]},{"name":"SpatialRecognitionEndedEventArgs","features":[288]},{"name":"SpatialRecognitionStartedEventArgs","features":[288]},{"name":"SpatialTappedEventArgs","features":[288]}],"301":[{"name":"AdaptiveNotificationContentKind","features":[289]},{"name":"AdaptiveNotificationText","features":[289]},{"name":"BadgeNotification","features":[289]},{"name":"BadgeTemplateType","features":[289]},{"name":"BadgeUpdateManager","features":[289]},{"name":"BadgeUpdateManagerForUser","features":[289]},{"name":"BadgeUpdater","features":[289]},{"name":"IAdaptiveNotificationContent","features":[289]},{"name":"IAdaptiveNotificationText","features":[289]},{"name":"IBadgeNotification","features":[289]},{"name":"IBadgeNotificationFactory","features":[289]},{"name":"IBadgeUpdateManagerForUser","features":[289]},{"name":"IBadgeUpdateManagerStatics","features":[289]},{"name":"IBadgeUpdateManagerStatics2","features":[289]},{"name":"IBadgeUpdater","features":[289]},{"name":"IKnownAdaptiveNotificationHintsStatics","features":[289]},{"name":"IKnownAdaptiveNotificationTextStylesStatics","features":[289]},{"name":"IKnownNotificationBindingsStatics","features":[289]},{"name":"INotification","features":[289]},{"name":"INotificationBinding","features":[289]},{"name":"INotificationData","features":[289]},{"name":"INotificationDataFactory","features":[289]},{"name":"INotificationVisual","features":[289]},{"name":"IScheduledTileNotification","features":[289]},{"name":"IScheduledTileNotificationFactory","features":[289]},{"name":"IScheduledToastNotification","features":[289]},{"name":"IScheduledToastNotification2","features":[289]},{"name":"IScheduledToastNotification3","features":[289]},{"name":"IScheduledToastNotification4","features":[289]},{"name":"IScheduledToastNotificationFactory","features":[289]},{"name":"IScheduledToastNotificationShowingEventArgs","features":[289]},{"name":"IShownTileNotification","features":[289]},{"name":"ITileFlyoutNotification","features":[289]},{"name":"ITileFlyoutNotificationFactory","features":[289]},{"name":"ITileFlyoutUpdateManagerStatics","features":[289]},{"name":"ITileFlyoutUpdater","features":[289]},{"name":"ITileNotification","features":[289]},{"name":"ITileNotificationFactory","features":[289]},{"name":"ITileUpdateManagerForUser","features":[289]},{"name":"ITileUpdateManagerStatics","features":[289]},{"name":"ITileUpdateManagerStatics2","features":[289]},{"name":"ITileUpdater","features":[289]},{"name":"ITileUpdater2","features":[289]},{"name":"IToastActivatedEventArgs","features":[289]},{"name":"IToastActivatedEventArgs2","features":[289]},{"name":"IToastCollection","features":[289]},{"name":"IToastCollectionFactory","features":[289]},{"name":"IToastCollectionManager","features":[289]},{"name":"IToastDismissedEventArgs","features":[289]},{"name":"IToastFailedEventArgs","features":[289]},{"name":"IToastNotification","features":[289]},{"name":"IToastNotification2","features":[289]},{"name":"IToastNotification3","features":[289]},{"name":"IToastNotification4","features":[289]},{"name":"IToastNotification6","features":[289]},{"name":"IToastNotificationActionTriggerDetail","features":[289]},{"name":"IToastNotificationFactory","features":[289]},{"name":"IToastNotificationHistory","features":[289]},{"name":"IToastNotificationHistory2","features":[289]},{"name":"IToastNotificationHistoryChangedTriggerDetail","features":[289]},{"name":"IToastNotificationHistoryChangedTriggerDetail2","features":[289]},{"name":"IToastNotificationManagerForUser","features":[289]},{"name":"IToastNotificationManagerForUser2","features":[289]},{"name":"IToastNotificationManagerForUser3","features":[289]},{"name":"IToastNotificationManagerStatics","features":[289]},{"name":"IToastNotificationManagerStatics2","features":[289]},{"name":"IToastNotificationManagerStatics4","features":[289]},{"name":"IToastNotificationManagerStatics5","features":[289]},{"name":"IToastNotifier","features":[289]},{"name":"IToastNotifier2","features":[289]},{"name":"IToastNotifier3","features":[289]},{"name":"IUserNotification","features":[289]},{"name":"IUserNotificationChangedEventArgs","features":[289]},{"name":"KnownAdaptiveNotificationHints","features":[289]},{"name":"KnownAdaptiveNotificationTextStyles","features":[289]},{"name":"KnownNotificationBindings","features":[289]},{"name":"Notification","features":[289]},{"name":"NotificationBinding","features":[289]},{"name":"NotificationData","features":[289]},{"name":"NotificationKinds","features":[289]},{"name":"NotificationMirroring","features":[289]},{"name":"NotificationSetting","features":[289]},{"name":"NotificationUpdateResult","features":[289]},{"name":"NotificationVisual","features":[289]},{"name":"PeriodicUpdateRecurrence","features":[289]},{"name":"ScheduledTileNotification","features":[289]},{"name":"ScheduledToastNotification","features":[289]},{"name":"ScheduledToastNotificationShowingEventArgs","features":[289]},{"name":"ShownTileNotification","features":[289]},{"name":"TileFlyoutNotification","features":[289]},{"name":"TileFlyoutTemplateType","features":[289]},{"name":"TileFlyoutUpdateManager","features":[289]},{"name":"TileFlyoutUpdater","features":[289]},{"name":"TileNotification","features":[289]},{"name":"TileTemplateType","features":[289]},{"name":"TileUpdateManager","features":[289]},{"name":"TileUpdateManagerForUser","features":[289]},{"name":"TileUpdater","features":[289]},{"name":"ToastActivatedEventArgs","features":[289]},{"name":"ToastCollection","features":[289]},{"name":"ToastCollectionManager","features":[289]},{"name":"ToastDismissalReason","features":[289]},{"name":"ToastDismissedEventArgs","features":[289]},{"name":"ToastFailedEventArgs","features":[289]},{"name":"ToastHistoryChangedType","features":[289]},{"name":"ToastNotification","features":[289]},{"name":"ToastNotificationActionTriggerDetail","features":[289]},{"name":"ToastNotificationHistory","features":[289]},{"name":"ToastNotificationHistoryChangedTriggerDetail","features":[289]},{"name":"ToastNotificationManager","features":[289]},{"name":"ToastNotificationManagerForUser","features":[289]},{"name":"ToastNotificationMode","features":[289]},{"name":"ToastNotificationPriority","features":[289]},{"name":"ToastNotifier","features":[289]},{"name":"ToastTemplateType","features":[289]},{"name":"UserNotification","features":[289]},{"name":"UserNotificationChangedEventArgs","features":[289]},{"name":"UserNotificationChangedKind","features":[289]}],"302":[{"name":"IUserNotificationListener","features":[290]},{"name":"IUserNotificationListenerStatics","features":[290]},{"name":"UserNotificationListener","features":[290]},{"name":"UserNotificationListenerAccessStatus","features":[290]}],"303":[{"name":"IToastOcclusionManagerPreviewStatics","features":[291]},{"name":"ToastOcclusionManagerPreview","features":[291]}],"304":[{"name":"IMessageDialog","features":[269]},{"name":"IMessageDialogFactory","features":[269]},{"name":"IPopupMenu","features":[269]},{"name":"IUICommand","features":[269]},{"name":"IUICommandFactory","features":[269]},{"name":"MessageDialog","features":[269]},{"name":"MessageDialogOptions","features":[269]},{"name":"Placement","features":[269]},{"name":"PopupMenu","features":[269]},{"name":"UICommand","features":[269]},{"name":"UICommandInvokedHandler","features":[269]},{"name":"UICommandSeparator","features":[269]}],"305":[{"name":"AdaptiveCardBuilder","features":[292]},{"name":"FocusSession","features":[292]},{"name":"FocusSessionManager","features":[292]},{"name":"IAdaptiveCard","features":[292]},{"name":"IAdaptiveCardBuilderStatics","features":[292]},{"name":"IFocusSession","features":[292]},{"name":"IFocusSessionManager","features":[292]},{"name":"IFocusSessionManagerStatics","features":[292]},{"name":"ISecurityAppManager","features":[292]},{"name":"IShareWindowCommandEventArgs","features":[292]},{"name":"IShareWindowCommandSource","features":[292]},{"name":"IShareWindowCommandSourceStatics","features":[292]},{"name":"ITaskbarManager","features":[292]},{"name":"ITaskbarManager2","features":[292]},{"name":"ITaskbarManagerDesktopAppSupportStatics","features":[292]},{"name":"ITaskbarManagerStatics","features":[292]},{"name":"IWindowTab","features":[292]},{"name":"IWindowTabCloseRequestedEventArgs","features":[292]},{"name":"IWindowTabCollection","features":[292]},{"name":"IWindowTabGroup","features":[292]},{"name":"IWindowTabIcon","features":[292]},{"name":"IWindowTabIconStatics","features":[292]},{"name":"IWindowTabManager","features":[292]},{"name":"IWindowTabManagerStatics","features":[292]},{"name":"IWindowTabSwitchRequestedEventArgs","features":[292]},{"name":"IWindowTabTearOutRequestedEventArgs","features":[292]},{"name":"IWindowTabThumbnailRequestedEventArgs","features":[292]},{"name":"SecurityAppKind","features":[292]},{"name":"SecurityAppManager","features":[292]},{"name":"SecurityAppManagerContract","features":[292]},{"name":"SecurityAppState","features":[292]},{"name":"SecurityAppSubstatus","features":[292]},{"name":"ShareWindowCommand","features":[292]},{"name":"ShareWindowCommandEventArgs","features":[292]},{"name":"ShareWindowCommandSource","features":[292]},{"name":"TaskbarManager","features":[292]},{"name":"WindowTab","features":[292]},{"name":"WindowTabCloseRequestedEventArgs","features":[292]},{"name":"WindowTabCollection","features":[292]},{"name":"WindowTabGroup","features":[292]},{"name":"WindowTabIcon","features":[292]},{"name":"WindowTabManager","features":[292]},{"name":"WindowTabManagerContract","features":[292]},{"name":"WindowTabSwitchRequestedEventArgs","features":[292]},{"name":"WindowTabTearOutRequestedEventArgs","features":[292]},{"name":"WindowTabThumbnailRequestedEventArgs","features":[292]}],"306":[{"name":"ForegroundText","features":[293]},{"name":"IJumpList","features":[293]},{"name":"IJumpListItem","features":[293]},{"name":"IJumpListItemStatics","features":[293]},{"name":"IJumpListStatics","features":[293]},{"name":"ISecondaryTile","features":[293]},{"name":"ISecondaryTile2","features":[293]},{"name":"ISecondaryTileFactory","features":[293]},{"name":"ISecondaryTileFactory2","features":[293]},{"name":"ISecondaryTileStatics","features":[293]},{"name":"ISecondaryTileVisualElements","features":[293]},{"name":"ISecondaryTileVisualElements2","features":[293]},{"name":"ISecondaryTileVisualElements3","features":[293]},{"name":"ISecondaryTileVisualElements4","features":[293]},{"name":"IStartScreenManager","features":[293]},{"name":"IStartScreenManager2","features":[293]},{"name":"IStartScreenManagerStatics","features":[293]},{"name":"ITileMixedRealityModel","features":[293]},{"name":"ITileMixedRealityModel2","features":[293]},{"name":"IVisualElementsRequest","features":[293]},{"name":"IVisualElementsRequestDeferral","features":[293]},{"name":"IVisualElementsRequestedEventArgs","features":[293]},{"name":"JumpList","features":[293]},{"name":"JumpListItem","features":[293]},{"name":"JumpListItemKind","features":[293]},{"name":"JumpListSystemGroupKind","features":[293]},{"name":"SecondaryTile","features":[293]},{"name":"SecondaryTileVisualElements","features":[293]},{"name":"StartScreenManager","features":[293]},{"name":"TileMixedRealityModel","features":[293]},{"name":"TileMixedRealityModelActivationBehavior","features":[293]},{"name":"TileOptions","features":[293]},{"name":"TileSize","features":[293]},{"name":"VisualElementsRequest","features":[293]},{"name":"VisualElementsRequestDeferral","features":[293]},{"name":"VisualElementsRequestedEventArgs","features":[293]}],"307":[{"name":"CaretType","features":[294]},{"name":"ContentLinkInfo","features":[294]},{"name":"FindOptions","features":[294]},{"name":"FontStretch","features":[294]},{"name":"FontStyle","features":[294]},{"name":"FontWeight","features":[294]},{"name":"FontWeights","features":[294]},{"name":"FormatEffect","features":[294]},{"name":"HorizontalCharacterAlignment","features":[294]},{"name":"IContentLinkInfo","features":[294]},{"name":"IFontWeights","features":[294]},{"name":"IFontWeightsStatics","features":[294]},{"name":"IRichEditTextRange","features":[294]},{"name":"ITextCharacterFormat","features":[294]},{"name":"ITextConstantsStatics","features":[294]},{"name":"ITextDocument","features":[294]},{"name":"ITextDocument2","features":[294]},{"name":"ITextDocument3","features":[294]},{"name":"ITextDocument4","features":[294]},{"name":"ITextParagraphFormat","features":[294]},{"name":"ITextRange","features":[294]},{"name":"ITextSelection","features":[294]},{"name":"LetterCase","features":[294]},{"name":"LineSpacingRule","features":[294]},{"name":"LinkType","features":[294]},{"name":"MarkerAlignment","features":[294]},{"name":"MarkerStyle","features":[294]},{"name":"MarkerType","features":[294]},{"name":"ParagraphAlignment","features":[294]},{"name":"ParagraphStyle","features":[294]},{"name":"PointOptions","features":[294]},{"name":"RangeGravity","features":[294]},{"name":"RichEditMathMode","features":[294]},{"name":"RichEditTextDocument","features":[294]},{"name":"RichEditTextRange","features":[294]},{"name":"SelectionOptions","features":[294]},{"name":"SelectionType","features":[294]},{"name":"TabAlignment","features":[294]},{"name":"TabLeader","features":[294]},{"name":"TextConstants","features":[294]},{"name":"TextDecorations","features":[294]},{"name":"TextGetOptions","features":[294]},{"name":"TextRangeUnit","features":[294]},{"name":"TextScript","features":[294]},{"name":"TextSetOptions","features":[294]},{"name":"UnderlineType","features":[294]},{"name":"VerticalCharacterAlignment","features":[294]}],"308":[{"name":"CoreTextCompositionCompletedEventArgs","features":[295]},{"name":"CoreTextCompositionSegment","features":[295]},{"name":"CoreTextCompositionStartedEventArgs","features":[295]},{"name":"CoreTextEditContext","features":[295]},{"name":"CoreTextFormatUpdatingEventArgs","features":[295]},{"name":"CoreTextFormatUpdatingReason","features":[295]},{"name":"CoreTextFormatUpdatingResult","features":[295]},{"name":"CoreTextInputPaneDisplayPolicy","features":[295]},{"name":"CoreTextInputScope","features":[295]},{"name":"CoreTextLayoutBounds","features":[295]},{"name":"CoreTextLayoutRequest","features":[295]},{"name":"CoreTextLayoutRequestedEventArgs","features":[295]},{"name":"CoreTextRange","features":[295]},{"name":"CoreTextSelectionRequest","features":[295]},{"name":"CoreTextSelectionRequestedEventArgs","features":[295]},{"name":"CoreTextSelectionUpdatingEventArgs","features":[295]},{"name":"CoreTextSelectionUpdatingResult","features":[295]},{"name":"CoreTextServicesConstants","features":[295]},{"name":"CoreTextServicesManager","features":[295]},{"name":"CoreTextTextRequest","features":[295]},{"name":"CoreTextTextRequestedEventArgs","features":[295]},{"name":"CoreTextTextUpdatingEventArgs","features":[295]},{"name":"CoreTextTextUpdatingResult","features":[295]},{"name":"ICoreTextCompositionCompletedEventArgs","features":[295]},{"name":"ICoreTextCompositionSegment","features":[295]},{"name":"ICoreTextCompositionStartedEventArgs","features":[295]},{"name":"ICoreTextEditContext","features":[295]},{"name":"ICoreTextEditContext2","features":[295]},{"name":"ICoreTextFormatUpdatingEventArgs","features":[295]},{"name":"ICoreTextLayoutBounds","features":[295]},{"name":"ICoreTextLayoutRequest","features":[295]},{"name":"ICoreTextLayoutRequest2","features":[295]},{"name":"ICoreTextLayoutRequestedEventArgs","features":[295]},{"name":"ICoreTextSelectionRequest","features":[295]},{"name":"ICoreTextSelectionRequestedEventArgs","features":[295]},{"name":"ICoreTextSelectionUpdatingEventArgs","features":[295]},{"name":"ICoreTextServicesManager","features":[295]},{"name":"ICoreTextServicesManagerStatics","features":[295]},{"name":"ICoreTextServicesStatics","features":[295]},{"name":"ICoreTextTextRequest","features":[295]},{"name":"ICoreTextTextRequestedEventArgs","features":[295]},{"name":"ICoreTextTextUpdatingEventArgs","features":[295]}],"309":[{"name":"AutomationConnection","features":[296]},{"name":"AutomationConnectionBoundObject","features":[296]},{"name":"AutomationElement","features":[296]},{"name":"AutomationTextRange","features":[296]},{"name":"IAutomationConnection","features":[296]},{"name":"IAutomationConnectionBoundObject","features":[296]},{"name":"IAutomationElement","features":[296]},{"name":"IAutomationTextRange","features":[296]},{"name":"UIAutomationContract","features":[296]}],"310":[{"name":"AutomationAnnotationTypeRegistration","features":[297]},{"name":"AutomationRemoteOperationOperandId","features":[297]},{"name":"AutomationRemoteOperationResult","features":[297]},{"name":"AutomationRemoteOperationStatus","features":[297]},{"name":"CoreAutomationRegistrar","features":[297]},{"name":"CoreAutomationRemoteOperation","features":[297]},{"name":"CoreAutomationRemoteOperationContext","features":[297]},{"name":"IAutomationRemoteOperationResult","features":[297]},{"name":"ICoreAutomationConnectionBoundObjectProvider","features":[297]},{"name":"ICoreAutomationRegistrarStatics","features":[297]},{"name":"ICoreAutomationRemoteOperation","features":[297]},{"name":"ICoreAutomationRemoteOperation2","features":[297]},{"name":"ICoreAutomationRemoteOperationContext","features":[297]},{"name":"ICoreAutomationRemoteOperationExtensionProvider","features":[297]},{"name":"IRemoteAutomationClientSession","features":[297]},{"name":"IRemoteAutomationClientSessionFactory","features":[297]},{"name":"IRemoteAutomationConnectionRequestedEventArgs","features":[297]},{"name":"IRemoteAutomationDisconnectedEventArgs","features":[297]},{"name":"IRemoteAutomationServerStatics","features":[297]},{"name":"IRemoteAutomationWindow","features":[297]},{"name":"RemoteAutomationClientSession","features":[297]},{"name":"RemoteAutomationConnectionRequestedEventArgs","features":[297]},{"name":"RemoteAutomationDisconnectedEventArgs","features":[297]},{"name":"RemoteAutomationServer","features":[297]},{"name":"RemoteAutomationWindow","features":[297]}],"311":[{"name":"AccessibilitySettings","features":[298]},{"name":"ActivationViewSwitcher","features":[298]},{"name":"ApplicationView","features":[298]},{"name":"ApplicationViewBoundsMode","features":[298]},{"name":"ApplicationViewConsolidatedEventArgs","features":[298]},{"name":"ApplicationViewMode","features":[298]},{"name":"ApplicationViewOrientation","features":[298]},{"name":"ApplicationViewScaling","features":[298]},{"name":"ApplicationViewState","features":[298]},{"name":"ApplicationViewSwitcher","features":[298]},{"name":"ApplicationViewSwitchingOptions","features":[298]},{"name":"ApplicationViewTitleBar","features":[298]},{"name":"ApplicationViewTransferContext","features":[298]},{"name":"ApplicationViewWindowingMode","features":[298]},{"name":"FullScreenSystemOverlayMode","features":[298]},{"name":"HandPreference","features":[298]},{"name":"IAccessibilitySettings","features":[298]},{"name":"IActivationViewSwitcher","features":[298]},{"name":"IApplicationView","features":[298]},{"name":"IApplicationView2","features":[298]},{"name":"IApplicationView3","features":[298]},{"name":"IApplicationView4","features":[298]},{"name":"IApplicationView7","features":[298]},{"name":"IApplicationView9","features":[298]},{"name":"IApplicationViewConsolidatedEventArgs","features":[298]},{"name":"IApplicationViewConsolidatedEventArgs2","features":[298]},{"name":"IApplicationViewFullscreenStatics","features":[298]},{"name":"IApplicationViewInteropStatics","features":[298]},{"name":"IApplicationViewScaling","features":[298]},{"name":"IApplicationViewScalingStatics","features":[298]},{"name":"IApplicationViewStatics","features":[298]},{"name":"IApplicationViewStatics2","features":[298]},{"name":"IApplicationViewStatics3","features":[298]},{"name":"IApplicationViewStatics4","features":[298]},{"name":"IApplicationViewSwitcherStatics","features":[298]},{"name":"IApplicationViewSwitcherStatics2","features":[298]},{"name":"IApplicationViewSwitcherStatics3","features":[298]},{"name":"IApplicationViewTitleBar","features":[298]},{"name":"IApplicationViewTransferContext","features":[298]},{"name":"IApplicationViewTransferContextStatics","features":[298]},{"name":"IApplicationViewWithContext","features":[298]},{"name":"IInputPane","features":[298]},{"name":"IInputPane2","features":[298]},{"name":"IInputPaneControl","features":[298]},{"name":"IInputPaneStatics","features":[298]},{"name":"IInputPaneStatics2","features":[298]},{"name":"IInputPaneVisibilityEventArgs","features":[298]},{"name":"IProjectionManagerStatics","features":[298]},{"name":"IProjectionManagerStatics2","features":[298]},{"name":"IStatusBar","features":[298]},{"name":"IStatusBarProgressIndicator","features":[298]},{"name":"IStatusBarStatics","features":[298]},{"name":"IUISettings","features":[298]},{"name":"IUISettings2","features":[298]},{"name":"IUISettings3","features":[298]},{"name":"IUISettings4","features":[298]},{"name":"IUISettings5","features":[298]},{"name":"IUISettings6","features":[298]},{"name":"IUISettingsAnimationsEnabledChangedEventArgs","features":[298]},{"name":"IUISettingsAutoHideScrollBarsChangedEventArgs","features":[298]},{"name":"IUISettingsMessageDurationChangedEventArgs","features":[298]},{"name":"IUIViewSettings","features":[298]},{"name":"IUIViewSettingsStatics","features":[298]},{"name":"IViewModePreferences","features":[298]},{"name":"IViewModePreferencesStatics","features":[298]},{"name":"InputPane","features":[298]},{"name":"InputPaneVisibilityEventArgs","features":[298]},{"name":"ProjectionManager","features":[298]},{"name":"ScreenCaptureDisabledBehavior","features":[298]},{"name":"StatusBar","features":[298]},{"name":"StatusBarProgressIndicator","features":[298]},{"name":"UIColorType","features":[298]},{"name":"UIElementType","features":[298]},{"name":"UISettings","features":[298]},{"name":"UISettingsAnimationsEnabledChangedEventArgs","features":[298]},{"name":"UISettingsAutoHideScrollBarsChangedEventArgs","features":[298]},{"name":"UISettingsMessageDurationChangedEventArgs","features":[298]},{"name":"UIViewSettings","features":[298]},{"name":"UserInteractionMode","features":[298]},{"name":"ViewManagementViewScalingContract","features":[298]},{"name":"ViewModePreferences","features":[298]},{"name":"ViewSizePreference","features":[298]}],"312":[{"name":"CoreFrameworkInputView","features":[299]},{"name":"CoreFrameworkInputViewAnimationStartingEventArgs","features":[299]},{"name":"CoreFrameworkInputViewOcclusionsChangedEventArgs","features":[299]},{"name":"CoreInputView","features":[299]},{"name":"CoreInputViewAnimationStartingEventArgs","features":[299]},{"name":"CoreInputViewHidingEventArgs","features":[299]},{"name":"CoreInputViewKind","features":[299]},{"name":"CoreInputViewOcclusion","features":[299]},{"name":"CoreInputViewOcclusionKind","features":[299]},{"name":"CoreInputViewOcclusionsChangedEventArgs","features":[299]},{"name":"CoreInputViewShowingEventArgs","features":[299]},{"name":"CoreInputViewTransferringXYFocusEventArgs","features":[299]},{"name":"CoreInputViewXYFocusTransferDirection","features":[299]},{"name":"ICoreFrameworkInputView","features":[299]},{"name":"ICoreFrameworkInputViewAnimationStartingEventArgs","features":[299]},{"name":"ICoreFrameworkInputViewOcclusionsChangedEventArgs","features":[299]},{"name":"ICoreFrameworkInputViewStatics","features":[299]},{"name":"ICoreInputView","features":[299]},{"name":"ICoreInputView2","features":[299]},{"name":"ICoreInputView3","features":[299]},{"name":"ICoreInputView4","features":[299]},{"name":"ICoreInputView5","features":[299]},{"name":"ICoreInputViewAnimationStartingEventArgs","features":[299]},{"name":"ICoreInputViewHidingEventArgs","features":[299]},{"name":"ICoreInputViewOcclusion","features":[299]},{"name":"ICoreInputViewOcclusionsChangedEventArgs","features":[299]},{"name":"ICoreInputViewShowingEventArgs","features":[299]},{"name":"ICoreInputViewStatics","features":[299]},{"name":"ICoreInputViewStatics2","features":[299]},{"name":"ICoreInputViewTransferringXYFocusEventArgs","features":[299]},{"name":"IUISettingsController","features":[299]},{"name":"IUISettingsControllerStatics","features":[299]},{"name":"UISettingsController","features":[299]}],"313":[{"name":"ActivatedDeferral","features":[300]},{"name":"ActivatedEventHandler","features":[2,300]},{"name":"ActivatedOperation","features":[300]},{"name":"BackgroundActivatedEventArgs","features":[2,300]},{"name":"BackgroundActivatedEventHandler","features":[2,300]},{"name":"EnteredBackgroundEventArgs","features":[1,300]},{"name":"EnteredBackgroundEventHandler","features":[1,300]},{"name":"HtmlPrintDocumentSource","features":[300]},{"name":"IActivatedDeferral","features":[300]},{"name":"IActivatedEventArgsDeferral","features":[300]},{"name":"IActivatedOperation","features":[300]},{"name":"IHtmlPrintDocumentSource","features":[300]},{"name":"INewWebUIViewCreatedEventArgs","features":[300]},{"name":"IWebUIActivationStatics","features":[300]},{"name":"IWebUIActivationStatics2","features":[300]},{"name":"IWebUIActivationStatics3","features":[300]},{"name":"IWebUIActivationStatics4","features":[300]},{"name":"IWebUIBackgroundTaskInstance","features":[300]},{"name":"IWebUIBackgroundTaskInstanceStatics","features":[300]},{"name":"IWebUINavigatedDeferral","features":[300]},{"name":"IWebUINavigatedEventArgs","features":[300]},{"name":"IWebUINavigatedOperation","features":[300]},{"name":"IWebUIView","features":[300]},{"name":"IWebUIViewStatics","features":[300]},{"name":"LeavingBackgroundEventArgs","features":[1,300]},{"name":"LeavingBackgroundEventHandler","features":[1,300]},{"name":"NavigatedEventHandler","features":[300]},{"name":"NewWebUIViewCreatedEventArgs","features":[300]},{"name":"PrintContent","features":[300]},{"name":"ResumingEventHandler","features":[300]},{"name":"SuspendingDeferral","features":[1,300]},{"name":"SuspendingEventArgs","features":[1,300]},{"name":"SuspendingEventHandler","features":[1,300]},{"name":"SuspendingOperation","features":[1,300]},{"name":"WebUIApplication","features":[300]},{"name":"WebUIAppointmentsProviderAddAppointmentActivatedEventArgs","features":[2,300]},{"name":"WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs","features":[2,300]},{"name":"WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs","features":[2,300]},{"name":"WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs","features":[2,300]},{"name":"WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs","features":[2,300]},{"name":"WebUIBackgroundTaskInstance","features":[300]},{"name":"WebUIBackgroundTaskInstanceRuntimeClass","features":[300]},{"name":"WebUIBarcodeScannerPreviewActivatedEventArgs","features":[2,300]},{"name":"WebUICachedFileUpdaterActivatedEventArgs","features":[2,300]},{"name":"WebUICameraSettingsActivatedEventArgs","features":[2,300]},{"name":"WebUICommandLineActivatedEventArgs","features":[2,300]},{"name":"WebUIContactCallActivatedEventArgs","features":[2,300]},{"name":"WebUIContactMapActivatedEventArgs","features":[2,300]},{"name":"WebUIContactMessageActivatedEventArgs","features":[2,300]},{"name":"WebUIContactPanelActivatedEventArgs","features":[2,300]},{"name":"WebUIContactPickerActivatedEventArgs","features":[2,300]},{"name":"WebUIContactPostActivatedEventArgs","features":[2,300]},{"name":"WebUIContactVideoCallActivatedEventArgs","features":[2,300]},{"name":"WebUIDeviceActivatedEventArgs","features":[2,300]},{"name":"WebUIDevicePairingActivatedEventArgs","features":[2,300]},{"name":"WebUIDialReceiverActivatedEventArgs","features":[2,300]},{"name":"WebUIFileActivatedEventArgs","features":[2,300]},{"name":"WebUIFileOpenPickerActivatedEventArgs","features":[2,300]},{"name":"WebUIFileOpenPickerContinuationEventArgs","features":[2,300]},{"name":"WebUIFileSavePickerActivatedEventArgs","features":[2,300]},{"name":"WebUIFileSavePickerContinuationEventArgs","features":[2,300]},{"name":"WebUIFolderPickerContinuationEventArgs","features":[2,300]},{"name":"WebUILaunchActivatedEventArgs","features":[2,300]},{"name":"WebUILockScreenActivatedEventArgs","features":[2,300]},{"name":"WebUILockScreenCallActivatedEventArgs","features":[2,300]},{"name":"WebUILockScreenComponentActivatedEventArgs","features":[2,300]},{"name":"WebUINavigatedDeferral","features":[300]},{"name":"WebUINavigatedEventArgs","features":[300]},{"name":"WebUINavigatedOperation","features":[300]},{"name":"WebUIPhoneCallActivatedEventArgs","features":[2,300]},{"name":"WebUIPrint3DWorkflowActivatedEventArgs","features":[2,300]},{"name":"WebUIPrintTaskSettingsActivatedEventArgs","features":[2,300]},{"name":"WebUIPrintWorkflowForegroundTaskActivatedEventArgs","features":[2,300]},{"name":"WebUIProtocolActivatedEventArgs","features":[2,300]},{"name":"WebUIProtocolForResultsActivatedEventArgs","features":[2,300]},{"name":"WebUIRestrictedLaunchActivatedEventArgs","features":[2,300]},{"name":"WebUISearchActivatedEventArgs","features":[2,300]},{"name":"WebUIShareTargetActivatedEventArgs","features":[2,300]},{"name":"WebUIStartupTaskActivatedEventArgs","features":[2,300]},{"name":"WebUIToastNotificationActivatedEventArgs","features":[2,300]},{"name":"WebUIUserDataAccountProviderActivatedEventArgs","features":[2,300]},{"name":"WebUIView","features":[300]},{"name":"WebUIVoiceCommandActivatedEventArgs","features":[2,300]},{"name":"WebUIWalletActionActivatedEventArgs","features":[2,300]},{"name":"WebUIWebAccountProviderActivatedEventArgs","features":[2,300]},{"name":"WebUIWebAuthenticationBrokerContinuationEventArgs","features":[2,300]}],"314":[{"name":"IWebUICommandBar","features":[301]},{"name":"IWebUICommandBarBitmapIcon","features":[301]},{"name":"IWebUICommandBarBitmapIconFactory","features":[301]},{"name":"IWebUICommandBarConfirmationButton","features":[301]},{"name":"IWebUICommandBarElement","features":[301]},{"name":"IWebUICommandBarIcon","features":[301]},{"name":"IWebUICommandBarIconButton","features":[301]},{"name":"IWebUICommandBarItemInvokedEventArgs","features":[301]},{"name":"IWebUICommandBarSizeChangedEventArgs","features":[301]},{"name":"IWebUICommandBarStatics","features":[301]},{"name":"IWebUICommandBarSymbolIcon","features":[301]},{"name":"IWebUICommandBarSymbolIconFactory","features":[301]},{"name":"MenuClosedEventHandler","features":[301]},{"name":"MenuOpenedEventHandler","features":[301]},{"name":"SizeChangedEventHandler","features":[301]},{"name":"WebUICommandBar","features":[301]},{"name":"WebUICommandBarBitmapIcon","features":[301]},{"name":"WebUICommandBarClosedDisplayMode","features":[301]},{"name":"WebUICommandBarConfirmationButton","features":[301]},{"name":"WebUICommandBarContract","features":[301]},{"name":"WebUICommandBarIconButton","features":[301]},{"name":"WebUICommandBarItemInvokedEventArgs","features":[301]},{"name":"WebUICommandBarSizeChangedEventArgs","features":[301]},{"name":"WebUICommandBarSymbolIcon","features":[301]}],"315":[{"name":"AppWindow","features":[302]},{"name":"AppWindowChangedEventArgs","features":[302]},{"name":"AppWindowCloseRequestedEventArgs","features":[302]},{"name":"AppWindowClosedEventArgs","features":[302]},{"name":"AppWindowClosedReason","features":[302]},{"name":"AppWindowFrame","features":[302]},{"name":"AppWindowFrameStyle","features":[302]},{"name":"AppWindowPlacement","features":[302]},{"name":"AppWindowPresentationConfiguration","features":[302]},{"name":"AppWindowPresentationKind","features":[302]},{"name":"AppWindowPresenter","features":[302]},{"name":"AppWindowTitleBar","features":[302]},{"name":"AppWindowTitleBarOcclusion","features":[302]},{"name":"AppWindowTitleBarVisibility","features":[302]},{"name":"CompactOverlayPresentationConfiguration","features":[302]},{"name":"DefaultPresentationConfiguration","features":[302]},{"name":"DisplayRegion","features":[302]},{"name":"FullScreenPresentationConfiguration","features":[302]},{"name":"IAppWindow","features":[302]},{"name":"IAppWindowChangedEventArgs","features":[302]},{"name":"IAppWindowCloseRequestedEventArgs","features":[302]},{"name":"IAppWindowClosedEventArgs","features":[302]},{"name":"IAppWindowFrame","features":[302]},{"name":"IAppWindowFrameStyle","features":[302]},{"name":"IAppWindowPlacement","features":[302]},{"name":"IAppWindowPresentationConfiguration","features":[302]},{"name":"IAppWindowPresentationConfigurationFactory","features":[302]},{"name":"IAppWindowPresenter","features":[302]},{"name":"IAppWindowStatics","features":[302]},{"name":"IAppWindowTitleBar","features":[302]},{"name":"IAppWindowTitleBarOcclusion","features":[302]},{"name":"IAppWindowTitleBarVisibility","features":[302]},{"name":"ICompactOverlayPresentationConfiguration","features":[302]},{"name":"IDefaultPresentationConfiguration","features":[302]},{"name":"IDisplayRegion","features":[302]},{"name":"IFullScreenPresentationConfiguration","features":[302]},{"name":"IWindowServicesStatics","features":[302]},{"name":"IWindowingEnvironment","features":[302]},{"name":"IWindowingEnvironmentAddedEventArgs","features":[302]},{"name":"IWindowingEnvironmentChangedEventArgs","features":[302]},{"name":"IWindowingEnvironmentRemovedEventArgs","features":[302]},{"name":"IWindowingEnvironmentStatics","features":[302]},{"name":"WindowServices","features":[302]},{"name":"WindowingEnvironment","features":[302]},{"name":"WindowingEnvironmentAddedEventArgs","features":[302]},{"name":"WindowingEnvironmentChangedEventArgs","features":[302]},{"name":"WindowingEnvironmentKind","features":[302]},{"name":"WindowingEnvironmentRemovedEventArgs","features":[302]}],"316":[{"name":"IWindowManagementPreview","features":[303]},{"name":"IWindowManagementPreviewStatics","features":[303]},{"name":"WindowManagementPreview","features":[303]}],"340":[{"name":"DEVPKEY_Bluetooth_ClassOfDevice","features":[304,305]},{"name":"DEVPKEY_Bluetooth_ClassOfDevice_Deprecated","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceAddress","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceFlags","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceManufacturer","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceModelNumber","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DevicePID","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceProductVersion","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceVID","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceVIDSource","features":[304,305]},{"name":"DEVPKEY_Bluetooth_LastConnectedTime","features":[304,305]},{"name":"DEVPKEY_Bluetooth_LastConnectedTime_Deprecated","features":[304,305]},{"name":"DEVPKEY_Bluetooth_LastSeenTime","features":[304,305]},{"name":"DEVPKEY_Bluetooth_ServiceGUID","features":[304,305]},{"name":"GUID_BTHDDI_PROFILE_DRIVER_INTERFACE","features":[304]},{"name":"GUID_BTHDDI_SDP_NODE_INTERFACE","features":[304]},{"name":"GUID_BTHDDI_SDP_PARSE_INTERFACE","features":[304]},{"name":"GUID_BTH_DEVICE_INTERFACE","features":[304]}],"341":[{"name":"EVT_VHF_ASYNC_OPERATION","features":[306]},{"name":"EVT_VHF_CLEANUP","features":[306]},{"name":"EVT_VHF_READY_FOR_NEXT_READ_REPORT","features":[306]},{"name":"HID_XFER_PACKET","features":[306]},{"name":"VHF_CONFIG","features":[306,307]},{"name":"VhfAsyncOperationComplete","features":[306,307]},{"name":"VhfCreate","features":[306,307]},{"name":"VhfDelete","features":[306,307]},{"name":"VhfReadReportSubmit","features":[306,307]},{"name":"VhfStart","features":[306,307]}],"342":[{"name":"ACCESS_STATE","features":[308,309,307,310]},{"name":"DEVICE_OBJECT","features":[308,311,309,307,310,312,313,314]},{"name":"DEVOBJ_EXTENSION","features":[308,311,309,307,310,312,313,314]},{"name":"DISPATCHER_HEADER","features":[308,307,313]},{"name":"DMA_COMMON_BUFFER_VECTOR","features":[308]},{"name":"DRIVER_ADD_DEVICE","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_CANCEL","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_CONTROL","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_DISPATCH","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_DISPATCH_PAGED","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_EXTENSION","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_FS_NOTIFICATION","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_INITIALIZE","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_NOTIFICATION_CALLBACK_ROUTINE","features":[308,307]},{"name":"DRIVER_OBJECT","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_REINITIALIZE","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_STARTIO","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_UNLOAD","features":[308,311,309,307,310,312,313,314]},{"name":"DontUseThisType","features":[308]},{"name":"DontUseThisTypeSession","features":[308]},{"name":"ECP_HEADER","features":[308]},{"name":"ECP_LIST","features":[308]},{"name":"ERESOURCE","features":[308,313]},{"name":"FAST_IO_ACQUIRE_FILE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_ACQUIRE_FOR_CCFLUSH","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_ACQUIRE_FOR_MOD_WRITE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_CHECK_IF_POSSIBLE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_DETACH_DEVICE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_DEVICE_CONTROL","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_DISPATCH","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_LOCK","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_MDL_READ","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_MDL_READ_COMPLETE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_MDL_READ_COMPLETE_COMPRESSED","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_MDL_WRITE_COMPLETE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_MDL_WRITE_COMPLETE_COMPRESSED","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_PREPARE_MDL_WRITE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_QUERY_BASIC_INFO","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_QUERY_NETWORK_OPEN_INFO","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_QUERY_OPEN","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_QUERY_STANDARD_INFO","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_READ","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_READ_COMPRESSED","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_RELEASE_FILE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_RELEASE_FOR_CCFLUSH","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_RELEASE_FOR_MOD_WRITE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_UNLOCK_ALL","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_UNLOCK_ALL_BY_KEY","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_UNLOCK_SINGLE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_WRITE","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_IO_WRITE_COMPRESSED","features":[308,311,309,307,310,312,313,314]},{"name":"FAST_MUTEX","features":[308,307,313]},{"name":"FILE_OBJECT","features":[308,311,309,307,310,312,313,314]},{"name":"IOMMU_DMA_DEVICE","features":[308]},{"name":"IOMMU_DMA_DOMAIN","features":[308]},{"name":"IO_COMPLETION_CONTEXT","features":[308]},{"name":"IO_PRIORITY_HINT","features":[308]},{"name":"IO_SECURITY_CONTEXT","features":[308,309,307,310]},{"name":"IO_STACK_LOCATION","features":[308,311,309,307,310,312,313,314]},{"name":"IRP","features":[308,311,309,307,310,312,313,314]},{"name":"IoPriorityCritical","features":[308]},{"name":"IoPriorityHigh","features":[308]},{"name":"IoPriorityLow","features":[308]},{"name":"IoPriorityNormal","features":[308]},{"name":"IoPriorityVeryLow","features":[308]},{"name":"KDEVICE_QUEUE","features":[308,307,313]},{"name":"KDPC","features":[308,313]},{"name":"KENLISTMENT","features":[308]},{"name":"KEVENT","features":[308,307,313]},{"name":"KGDT","features":[308]},{"name":"KIDT","features":[308]},{"name":"KMUTANT","features":[308,307,313]},{"name":"KPCR","features":[308]},{"name":"KPRCB","features":[308]},{"name":"KQUEUE","features":[308,307,313]},{"name":"KRESOURCEMANAGER","features":[308]},{"name":"KSPIN_LOCK_QUEUE_NUMBER","features":[308]},{"name":"KTM","features":[308]},{"name":"KTRANSACTION","features":[308]},{"name":"KTSS","features":[308]},{"name":"KWAIT_BLOCK","features":[308,307,313]},{"name":"LOADER_PARAMETER_BLOCK","features":[308]},{"name":"LockQueueAfdWorkQueueLock","features":[308]},{"name":"LockQueueBcbLock","features":[308]},{"name":"LockQueueIoCancelLock","features":[308]},{"name":"LockQueueIoCompletionLock","features":[308]},{"name":"LockQueueIoDatabaseLock","features":[308]},{"name":"LockQueueIoVpbLock","features":[308]},{"name":"LockQueueMasterLock","features":[308]},{"name":"LockQueueMaximumLock","features":[308]},{"name":"LockQueueNonPagedPoolLock","features":[308]},{"name":"LockQueueNtfsStructLock","features":[308]},{"name":"LockQueueUnusedSpare0","features":[308]},{"name":"LockQueueUnusedSpare1","features":[308]},{"name":"LockQueueUnusedSpare15","features":[308]},{"name":"LockQueueUnusedSpare16","features":[308]},{"name":"LockQueueUnusedSpare2","features":[308]},{"name":"LockQueueUnusedSpare3","features":[308]},{"name":"LockQueueUnusedSpare8","features":[308]},{"name":"LockQueueVacbLock","features":[308]},{"name":"MDL","features":[308]},{"name":"MaxIoPriorityTypes","features":[308]},{"name":"MaxPoolType","features":[308]},{"name":"NTSTRSAFE_MAX_CCH","features":[308]},{"name":"NTSTRSAFE_MAX_LENGTH","features":[308]},{"name":"NTSTRSAFE_UNICODE_STRING_MAX_CCH","features":[308]},{"name":"NTSTRSAFE_USE_SECURE_CRT","features":[308]},{"name":"NonPagedPool","features":[308]},{"name":"NonPagedPoolBase","features":[308]},{"name":"NonPagedPoolBaseCacheAligned","features":[308]},{"name":"NonPagedPoolBaseCacheAlignedMustS","features":[308]},{"name":"NonPagedPoolBaseMustSucceed","features":[308]},{"name":"NonPagedPoolCacheAligned","features":[308]},{"name":"NonPagedPoolCacheAlignedMustS","features":[308]},{"name":"NonPagedPoolCacheAlignedMustSSession","features":[308]},{"name":"NonPagedPoolCacheAlignedSession","features":[308]},{"name":"NonPagedPoolExecute","features":[308]},{"name":"NonPagedPoolMustSucceed","features":[308]},{"name":"NonPagedPoolMustSucceedSession","features":[308]},{"name":"NonPagedPoolNx","features":[308]},{"name":"NonPagedPoolNxCacheAligned","features":[308]},{"name":"NonPagedPoolSession","features":[308]},{"name":"NonPagedPoolSessionNx","features":[308]},{"name":"NtClose","features":[308,307]},{"name":"NtQueryObject","features":[308,307]},{"name":"OBJECT_ATTRIBUTES","features":[308,307]},{"name":"OBJECT_ATTRIBUTES32","features":[308]},{"name":"OBJECT_ATTRIBUTES64","features":[308]},{"name":"OBJECT_INFORMATION_CLASS","features":[308]},{"name":"OBJECT_NAME_INFORMATION","features":[308,307]},{"name":"OWNER_ENTRY","features":[308]},{"name":"ObjectBasicInformation","features":[308]},{"name":"ObjectTypeInformation","features":[308]},{"name":"PAFFINITY_TOKEN","features":[308]},{"name":"PBUS_HANDLER","features":[308]},{"name":"PCALLBACK_OBJECT","features":[308]},{"name":"PDEVICE_HANDLER_OBJECT","features":[308]},{"name":"PEJOB","features":[308]},{"name":"PEPROCESS","features":[308]},{"name":"PESILO","features":[308]},{"name":"PETHREAD","features":[308]},{"name":"PEX_RUNDOWN_REF_CACHE_AWARE","features":[308]},{"name":"PEX_TIMER","features":[308]},{"name":"PFREE_FUNCTION","features":[308]},{"name":"PIO_COMPLETION_ROUTINE","features":[308,307]},{"name":"PIO_REMOVE_LOCK_TRACKING_BLOCK","features":[308]},{"name":"PIO_TIMER","features":[308]},{"name":"PIO_WORKITEM","features":[308]},{"name":"PKDEFERRED_ROUTINE","features":[308]},{"name":"PKINTERRUPT","features":[308]},{"name":"PKPROCESS","features":[308]},{"name":"PKTHREAD","features":[308]},{"name":"PNOTIFY_SYNC","features":[308]},{"name":"POBJECT_TYPE","features":[308]},{"name":"POHANDLE","features":[308]},{"name":"POOL_TYPE","features":[308]},{"name":"PPCW_BUFFER","features":[308]},{"name":"PPCW_INSTANCE","features":[308]},{"name":"PPCW_REGISTRATION","features":[308]},{"name":"PRKPROCESS","features":[308]},{"name":"PRKTHREAD","features":[308]},{"name":"PSILO_MONITOR","features":[308]},{"name":"PWORKER_THREAD_ROUTINE","features":[308]},{"name":"PagedPool","features":[308]},{"name":"PagedPoolCacheAligned","features":[308]},{"name":"PagedPoolCacheAlignedSession","features":[308]},{"name":"PagedPoolSession","features":[308]},{"name":"RTL_SPLAY_LINKS","features":[308]},{"name":"SECTION_OBJECT_POINTERS","features":[308]},{"name":"SECURITY_SUBJECT_CONTEXT","features":[308,310]},{"name":"STRSAFE_FILL_BEHIND","features":[308]},{"name":"STRSAFE_FILL_BEHIND_NULL","features":[308]},{"name":"STRSAFE_FILL_ON_FAILURE","features":[308]},{"name":"STRSAFE_IGNORE_NULLS","features":[308]},{"name":"STRSAFE_NO_TRUNCATION","features":[308]},{"name":"STRSAFE_NULL_ON_FAILURE","features":[308]},{"name":"STRSAFE_ZERO_LENGTH_ON_FAILURE","features":[308]},{"name":"SspiAsyncContext","features":[308]},{"name":"TARGET_DEVICE_CUSTOM_NOTIFICATION","features":[308,311,309,307,310,312,313,314]},{"name":"VPB","features":[308,311,309,307,310,312,313,314]},{"name":"WORK_QUEUE_ITEM","features":[308,313]},{"name":"_DEVICE_OBJECT_POWER_EXTENSION","features":[308]},{"name":"_IORING_OBJECT","features":[308]},{"name":"_SCSI_REQUEST_BLOCK","features":[308]},{"name":"__WARNING_BANNED_API_USAGE","features":[308]},{"name":"__WARNING_CYCLOMATIC_COMPLEXITY","features":[308]},{"name":"__WARNING_DEREF_NULL_PTR","features":[308]},{"name":"__WARNING_HIGH_PRIORITY_OVERFLOW_POSTCONDITION","features":[308]},{"name":"__WARNING_INCORRECT_ANNOTATION","features":[308]},{"name":"__WARNING_INVALID_PARAM_VALUE_1","features":[308]},{"name":"__WARNING_INVALID_PARAM_VALUE_3","features":[308]},{"name":"__WARNING_MISSING_ZERO_TERMINATION2","features":[308]},{"name":"__WARNING_POSTCONDITION_NULLTERMINATION_VIOLATION","features":[308]},{"name":"__WARNING_POST_EXPECTED","features":[308]},{"name":"__WARNING_POTENTIAL_BUFFER_OVERFLOW_HIGH_PRIORITY","features":[308]},{"name":"__WARNING_POTENTIAL_RANGE_POSTCONDITION_VIOLATION","features":[308]},{"name":"__WARNING_PRECONDITION_NULLTERMINATION_VIOLATION","features":[308]},{"name":"__WARNING_RANGE_POSTCONDITION_VIOLATION","features":[308]},{"name":"__WARNING_RETURNING_BAD_RESULT","features":[308]},{"name":"__WARNING_RETURN_UNINIT_VAR","features":[308]},{"name":"__WARNING_USING_UNINIT_VAR","features":[308]}],"343":[{"name":"D3DCAPS8","features":[315,316]},{"name":"D3DCLEAR_COMPUTERECTS","features":[315]},{"name":"D3DDDIARG_CREATERESOURCE","features":[315,307]},{"name":"D3DDDIARG_CREATERESOURCE2","features":[315,307]},{"name":"D3DDDICB_DESTROYALLOCATION2FLAGS","features":[315]},{"name":"D3DDDICB_LOCK2FLAGS","features":[315]},{"name":"D3DDDICB_LOCKFLAGS","features":[315]},{"name":"D3DDDICB_SIGNALFLAGS","features":[315]},{"name":"D3DDDIFMT_A1","features":[315]},{"name":"D3DDDIFMT_A16B16G16R16","features":[315]},{"name":"D3DDDIFMT_A16B16G16R16F","features":[315]},{"name":"D3DDDIFMT_A1R5G5B5","features":[315]},{"name":"D3DDDIFMT_A2B10G10R10","features":[315]},{"name":"D3DDDIFMT_A2B10G10R10_XR_BIAS","features":[315]},{"name":"D3DDDIFMT_A2R10G10B10","features":[315]},{"name":"D3DDDIFMT_A2W10V10U10","features":[315]},{"name":"D3DDDIFMT_A32B32G32R32F","features":[315]},{"name":"D3DDDIFMT_A4L4","features":[315]},{"name":"D3DDDIFMT_A4R4G4B4","features":[315]},{"name":"D3DDDIFMT_A8","features":[315]},{"name":"D3DDDIFMT_A8B8G8R8","features":[315]},{"name":"D3DDDIFMT_A8L8","features":[315]},{"name":"D3DDDIFMT_A8P8","features":[315]},{"name":"D3DDDIFMT_A8R3G3B2","features":[315]},{"name":"D3DDDIFMT_A8R8G8B8","features":[315]},{"name":"D3DDDIFMT_BINARYBUFFER","features":[315]},{"name":"D3DDDIFMT_BITSTREAMDATA","features":[315]},{"name":"D3DDDIFMT_CxV8U8","features":[315]},{"name":"D3DDDIFMT_D15S1","features":[315]},{"name":"D3DDDIFMT_D16","features":[315]},{"name":"D3DDDIFMT_D16_LOCKABLE","features":[315]},{"name":"D3DDDIFMT_D24FS8","features":[315]},{"name":"D3DDDIFMT_D24S8","features":[315]},{"name":"D3DDDIFMT_D24X4S4","features":[315]},{"name":"D3DDDIFMT_D24X8","features":[315]},{"name":"D3DDDIFMT_D32","features":[315]},{"name":"D3DDDIFMT_D32F_LOCKABLE","features":[315]},{"name":"D3DDDIFMT_D32_LOCKABLE","features":[315]},{"name":"D3DDDIFMT_DEBLOCKINGDATA","features":[315]},{"name":"D3DDDIFMT_DXT1","features":[315]},{"name":"D3DDDIFMT_DXT2","features":[315]},{"name":"D3DDDIFMT_DXT3","features":[315]},{"name":"D3DDDIFMT_DXT4","features":[315]},{"name":"D3DDDIFMT_DXT5","features":[315]},{"name":"D3DDDIFMT_DXVACOMPBUFFER_BASE","features":[315]},{"name":"D3DDDIFMT_DXVACOMPBUFFER_MAX","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED10","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED11","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED12","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED13","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED14","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED15","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED16","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED17","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED18","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED19","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED20","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED21","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED22","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED23","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED24","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED25","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED26","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED27","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED28","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED29","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED30","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED31","features":[315]},{"name":"D3DDDIFMT_DXVA_RESERVED9","features":[315]},{"name":"D3DDDIFMT_FILMGRAINBUFFER","features":[315]},{"name":"D3DDDIFMT_G16R16","features":[315]},{"name":"D3DDDIFMT_G16R16F","features":[315]},{"name":"D3DDDIFMT_G32R32F","features":[315]},{"name":"D3DDDIFMT_G8R8","features":[315]},{"name":"D3DDDIFMT_G8R8_G8B8","features":[315]},{"name":"D3DDDIFMT_INDEX16","features":[315]},{"name":"D3DDDIFMT_INDEX32","features":[315]},{"name":"D3DDDIFMT_INVERSEQUANTIZATIONDATA","features":[315]},{"name":"D3DDDIFMT_L16","features":[315]},{"name":"D3DDDIFMT_L6V5U5","features":[315]},{"name":"D3DDDIFMT_L8","features":[315]},{"name":"D3DDDIFMT_MACROBLOCKDATA","features":[315]},{"name":"D3DDDIFMT_MOTIONVECTORBUFFER","features":[315]},{"name":"D3DDDIFMT_MULTI2_ARGB8","features":[315]},{"name":"D3DDDIFMT_P8","features":[315]},{"name":"D3DDDIFMT_PICTUREPARAMSDATA","features":[315]},{"name":"D3DDDIFMT_Q16W16V16U16","features":[315]},{"name":"D3DDDIFMT_Q8W8V8U8","features":[315]},{"name":"D3DDDIFMT_R16F","features":[315]},{"name":"D3DDDIFMT_R32F","features":[315]},{"name":"D3DDDIFMT_R3G3B2","features":[315]},{"name":"D3DDDIFMT_R5G6B5","features":[315]},{"name":"D3DDDIFMT_R8","features":[315]},{"name":"D3DDDIFMT_R8G8B8","features":[315]},{"name":"D3DDDIFMT_R8G8_B8G8","features":[315]},{"name":"D3DDDIFMT_RESIDUALDIFFERENCEDATA","features":[315]},{"name":"D3DDDIFMT_S1D15","features":[315]},{"name":"D3DDDIFMT_S8D24","features":[315]},{"name":"D3DDDIFMT_S8_LOCKABLE","features":[315]},{"name":"D3DDDIFMT_SLICECONTROLDATA","features":[315]},{"name":"D3DDDIFMT_UNKNOWN","features":[315]},{"name":"D3DDDIFMT_UYVY","features":[315]},{"name":"D3DDDIFMT_V16U16","features":[315]},{"name":"D3DDDIFMT_V8U8","features":[315]},{"name":"D3DDDIFMT_VERTEXDATA","features":[315]},{"name":"D3DDDIFMT_W11V11U10","features":[315]},{"name":"D3DDDIFMT_X1R5G5B5","features":[315]},{"name":"D3DDDIFMT_X4R4G4B4","features":[315]},{"name":"D3DDDIFMT_X4S4D24","features":[315]},{"name":"D3DDDIFMT_X8B8G8R8","features":[315]},{"name":"D3DDDIFMT_X8D24","features":[315]},{"name":"D3DDDIFMT_X8L8V8U8","features":[315]},{"name":"D3DDDIFMT_X8R8G8B8","features":[315]},{"name":"D3DDDIFMT_YUY2","features":[315]},{"name":"D3DDDIFORMAT","features":[315]},{"name":"D3DDDIGPUVIRTUALADDRESS_PROTECTION_TYPE","features":[315]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVATION_TYPE","features":[315]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_NO_ACCESS","features":[315]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_NO_COMMIT","features":[315]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_ZERO","features":[315]},{"name":"D3DDDIMULTISAMPLE_10_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_11_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_12_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_13_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_14_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_15_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_16_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_2_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_3_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_4_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_5_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_6_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_7_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_8_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_9_SAMPLES","features":[315]},{"name":"D3DDDIMULTISAMPLE_NONE","features":[315]},{"name":"D3DDDIMULTISAMPLE_NONMASKABLE","features":[315]},{"name":"D3DDDIMULTISAMPLE_TYPE","features":[315]},{"name":"D3DDDIPOOL_LOCALVIDMEM","features":[315]},{"name":"D3DDDIPOOL_NONLOCALVIDMEM","features":[315]},{"name":"D3DDDIPOOL_STAGINGMEM","features":[315]},{"name":"D3DDDIPOOL_SYSTEMMEM","features":[315]},{"name":"D3DDDIPOOL_VIDEOMEMORY","features":[315]},{"name":"D3DDDIRECT","features":[315]},{"name":"D3DDDI_ALLOCATIONINFO","features":[315]},{"name":"D3DDDI_ALLOCATIONINFO2","features":[315,307]},{"name":"D3DDDI_ALLOCATIONLIST","features":[315]},{"name":"D3DDDI_ALLOCATIONPRIORITY_HIGH","features":[315]},{"name":"D3DDDI_ALLOCATIONPRIORITY_LOW","features":[315]},{"name":"D3DDDI_ALLOCATIONPRIORITY_MAXIMUM","features":[315]},{"name":"D3DDDI_ALLOCATIONPRIORITY_MINIMUM","features":[315]},{"name":"D3DDDI_ALLOCATIONPRIORITY_NORMAL","features":[315]},{"name":"D3DDDI_COLOR_SPACE_CUSTOM","features":[315]},{"name":"D3DDDI_COLOR_SPACE_RESERVED","features":[315]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G10_NONE_P709","features":[315]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G22_NONE_P709","features":[315]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709","features":[315]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709","features":[315]},{"name":"D3DDDI_COLOR_SPACE_TYPE","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020","features":[315]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020","features":[315]},{"name":"D3DDDI_CPU_NOTIFICATION","features":[315]},{"name":"D3DDDI_CREATECONTEXTFLAGS","features":[315]},{"name":"D3DDDI_CREATEHWCONTEXTFLAGS","features":[315]},{"name":"D3DDDI_CREATEHWQUEUEFLAGS","features":[315]},{"name":"D3DDDI_CREATENATIVEFENCEINFO","features":[315]},{"name":"D3DDDI_DESTROYPAGINGQUEUE","features":[315]},{"name":"D3DDDI_DOORBELLSTATUS","features":[315]},{"name":"D3DDDI_DOORBELLSTATUS_CONNECTED","features":[315]},{"name":"D3DDDI_DOORBELLSTATUS_CONNECTED_NOTIFY_KMD","features":[315]},{"name":"D3DDDI_DOORBELLSTATUS_DISCONNECTED_ABORT","features":[315]},{"name":"D3DDDI_DOORBELLSTATUS_DISCONNECTED_RETRY","features":[315]},{"name":"D3DDDI_DOORBELL_PRIVATEDATA_MAX_BYTES_WDDM3_1","features":[315]},{"name":"D3DDDI_DRIVERESCAPETYPE","features":[315]},{"name":"D3DDDI_DRIVERESCAPETYPE_CPUEVENTUSAGE","features":[315]},{"name":"D3DDDI_DRIVERESCAPETYPE_MAX","features":[315]},{"name":"D3DDDI_DRIVERESCAPETYPE_TRANSLATEALLOCATIONHANDLE","features":[315]},{"name":"D3DDDI_DRIVERESCAPETYPE_TRANSLATERESOURCEHANDLE","features":[315]},{"name":"D3DDDI_DRIVERESCAPE_CPUEVENTUSAGE","features":[315]},{"name":"D3DDDI_DRIVERESCAPE_TRANSLATEALLOCATIONEHANDLE","features":[315]},{"name":"D3DDDI_DRIVERESCAPE_TRANSLATERESOURCEHANDLE","features":[315]},{"name":"D3DDDI_DXGI_RGB","features":[315]},{"name":"D3DDDI_ESCAPEFLAGS","features":[315]},{"name":"D3DDDI_EVICT_FLAGS","features":[315]},{"name":"D3DDDI_FENCE","features":[315]},{"name":"D3DDDI_FLIPINTERVAL_FOUR","features":[315]},{"name":"D3DDDI_FLIPINTERVAL_IMMEDIATE","features":[315]},{"name":"D3DDDI_FLIPINTERVAL_IMMEDIATE_ALLOW_TEARING","features":[315]},{"name":"D3DDDI_FLIPINTERVAL_ONE","features":[315]},{"name":"D3DDDI_FLIPINTERVAL_THREE","features":[315]},{"name":"D3DDDI_FLIPINTERVAL_TWO","features":[315]},{"name":"D3DDDI_FLIPINTERVAL_TYPE","features":[315]},{"name":"D3DDDI_GAMMARAMP_DEFAULT","features":[315]},{"name":"D3DDDI_GAMMARAMP_DXGI_1","features":[315]},{"name":"D3DDDI_GAMMARAMP_MATRIX_3x4","features":[315]},{"name":"D3DDDI_GAMMARAMP_MATRIX_V2","features":[315]},{"name":"D3DDDI_GAMMARAMP_RGB256x3x16","features":[315]},{"name":"D3DDDI_GAMMARAMP_TYPE","features":[315]},{"name":"D3DDDI_GAMMARAMP_UNINITIALIZED","features":[315]},{"name":"D3DDDI_GAMMA_RAMP_DXGI_1","features":[315]},{"name":"D3DDDI_GAMMA_RAMP_RGB256x3x16","features":[315]},{"name":"D3DDDI_GETRESOURCEPRESENTPRIVATEDRIVERDATA","features":[315]},{"name":"D3DDDI_HDR_METADATA_HDR10","features":[315]},{"name":"D3DDDI_HDR_METADATA_HDR10PLUS","features":[315]},{"name":"D3DDDI_HDR_METADATA_TYPE","features":[315]},{"name":"D3DDDI_HDR_METADATA_TYPE_HDR10","features":[315]},{"name":"D3DDDI_HDR_METADATA_TYPE_HDR10PLUS","features":[315]},{"name":"D3DDDI_HDR_METADATA_TYPE_NONE","features":[315]},{"name":"D3DDDI_KERNELOVERLAYINFO","features":[315]},{"name":"D3DDDI_MAKERESIDENT","features":[315]},{"name":"D3DDDI_MAKERESIDENT_FLAGS","features":[315]},{"name":"D3DDDI_MAPGPUVIRTUALADDRESS","features":[315]},{"name":"D3DDDI_MAX_BROADCAST_CONTEXT","features":[315]},{"name":"D3DDDI_MAX_MPO_PRESENT_DIRTY_RECTS","features":[315]},{"name":"D3DDDI_MAX_OBJECT_SIGNALED","features":[315]},{"name":"D3DDDI_MAX_OBJECT_WAITED_ON","features":[315]},{"name":"D3DDDI_MAX_WRITTEN_PRIMARIES","features":[315]},{"name":"D3DDDI_MONITORED_FENCE","features":[315]},{"name":"D3DDDI_MULTISAMPLINGMETHOD","features":[315]},{"name":"D3DDDI_NATIVEFENCEMAPPING","features":[315]},{"name":"D3DDDI_OFFER_FLAGS","features":[315]},{"name":"D3DDDI_OFFER_PRIORITY","features":[315]},{"name":"D3DDDI_OFFER_PRIORITY_AUTO","features":[315]},{"name":"D3DDDI_OFFER_PRIORITY_HIGH","features":[315]},{"name":"D3DDDI_OFFER_PRIORITY_LOW","features":[315]},{"name":"D3DDDI_OFFER_PRIORITY_NONE","features":[315]},{"name":"D3DDDI_OFFER_PRIORITY_NORMAL","features":[315]},{"name":"D3DDDI_OPENALLOCATIONINFO","features":[315]},{"name":"D3DDDI_OPENALLOCATIONINFO2","features":[315]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020","features":[315]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_DVLL","features":[315]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_HDR10PLUS","features":[315]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P2020","features":[315]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P709","features":[315]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P709_WCG","features":[315]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_RESERVED","features":[315]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_TYPE","features":[315]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY","features":[315]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_ABOVE_NORMAL","features":[315]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_BELOW_NORMAL","features":[315]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_NORMAL","features":[315]},{"name":"D3DDDI_PATCHLOCATIONLIST","features":[315]},{"name":"D3DDDI_PERIODIC_MONITORED_FENCE","features":[315]},{"name":"D3DDDI_POOL","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_ADAPTERKEY","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_DRIVERIMAGEPATH","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_DRIVERSTOREPATH","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_FLAGS","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_INFO","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_MAX","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_SERVICEKEY","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_STATUS","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_BUFFER_OVERFLOW","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_FAIL","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_MAX","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_SUCCESS","features":[315]},{"name":"D3DDDI_QUERYREGISTRY_TYPE","features":[315]},{"name":"D3DDDI_RATIONAL","features":[315]},{"name":"D3DDDI_RECLAIM_RESULT","features":[315]},{"name":"D3DDDI_RECLAIM_RESULT_DISCARDED","features":[315]},{"name":"D3DDDI_RECLAIM_RESULT_NOT_COMMITTED","features":[315]},{"name":"D3DDDI_RECLAIM_RESULT_OK","features":[315]},{"name":"D3DDDI_RESERVEGPUVIRTUALADDRESS","features":[315]},{"name":"D3DDDI_RESOURCEFLAGS","features":[315]},{"name":"D3DDDI_RESOURCEFLAGS2","features":[315]},{"name":"D3DDDI_ROTATION","features":[315]},{"name":"D3DDDI_ROTATION_180","features":[315]},{"name":"D3DDDI_ROTATION_270","features":[315]},{"name":"D3DDDI_ROTATION_90","features":[315]},{"name":"D3DDDI_ROTATION_IDENTITY","features":[315]},{"name":"D3DDDI_SCANLINEORDERING","features":[315]},{"name":"D3DDDI_SCANLINEORDERING_INTERLACED","features":[315]},{"name":"D3DDDI_SCANLINEORDERING_PROGRESSIVE","features":[315]},{"name":"D3DDDI_SCANLINEORDERING_UNKNOWN","features":[315]},{"name":"D3DDDI_SEGMENTPREFERENCE","features":[315]},{"name":"D3DDDI_SEMAPHORE","features":[315]},{"name":"D3DDDI_SURFACEINFO","features":[315]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECTINFO","features":[315,307]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECTINFO2","features":[315,307]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECT_FLAGS","features":[315]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECT_TYPE","features":[315]},{"name":"D3DDDI_SYNCHRONIZATION_MUTEX","features":[315]},{"name":"D3DDDI_SYNCHRONIZATION_TYPE_LIMIT","features":[315]},{"name":"D3DDDI_SYNC_OBJECT_SIGNAL","features":[315]},{"name":"D3DDDI_SYNC_OBJECT_WAIT","features":[315]},{"name":"D3DDDI_TRIMRESIDENCYSET_FLAGS","features":[315]},{"name":"D3DDDI_UPDATEALLOCPROPERTY","features":[315]},{"name":"D3DDDI_UPDATEALLOCPROPERTY_FLAGS","features":[315]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_COPY","features":[315]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_MAP","features":[315]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_MAP_PROTECT","features":[315]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_OPERATION","features":[315]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_OPERATION_TYPE","features":[315]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_UNMAP","features":[315]},{"name":"D3DDDI_VIDEO_SIGNAL_SCANLINE_ORDERING","features":[315]},{"name":"D3DDDI_VSSLO_INTERLACED_LOWERFIELDFIRST","features":[315]},{"name":"D3DDDI_VSSLO_INTERLACED_UPPERFIELDFIRST","features":[315]},{"name":"D3DDDI_VSSLO_OTHER","features":[315]},{"name":"D3DDDI_VSSLO_PROGRESSIVE","features":[315]},{"name":"D3DDDI_VSSLO_UNINITIALIZED","features":[315]},{"name":"D3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPU_FLAGS","features":[315]},{"name":"D3DDEVCAPS_HWINDEXBUFFER","features":[315]},{"name":"D3DDEVCAPS_HWVERTEXBUFFER","features":[315]},{"name":"D3DDEVCAPS_SUBVOLUMELOCK","features":[315]},{"name":"D3DDEVICEDESC_V1","features":[315,307,316]},{"name":"D3DDEVICEDESC_V2","features":[315,307,316]},{"name":"D3DDEVICEDESC_V3","features":[315,307,316]},{"name":"D3DDEVINFOID_VCACHE","features":[315]},{"name":"D3DDP2OP_ADDDIRTYBOX","features":[315]},{"name":"D3DDP2OP_ADDDIRTYRECT","features":[315]},{"name":"D3DDP2OP_BLT","features":[315]},{"name":"D3DDP2OP_BUFFERBLT","features":[315]},{"name":"D3DDP2OP_CLEAR","features":[315]},{"name":"D3DDP2OP_CLIPPEDTRIANGLEFAN","features":[315]},{"name":"D3DDP2OP_COLORFILL","features":[315]},{"name":"D3DDP2OP_COMPOSERECTS","features":[315]},{"name":"D3DDP2OP_CREATELIGHT","features":[315]},{"name":"D3DDP2OP_CREATEPIXELSHADER","features":[315]},{"name":"D3DDP2OP_CREATEQUERY","features":[315]},{"name":"D3DDP2OP_CREATEVERTEXSHADER","features":[315]},{"name":"D3DDP2OP_CREATEVERTEXSHADERDECL","features":[315]},{"name":"D3DDP2OP_CREATEVERTEXSHADERFUNC","features":[315]},{"name":"D3DDP2OP_DELETEPIXELSHADER","features":[315]},{"name":"D3DDP2OP_DELETEQUERY","features":[315]},{"name":"D3DDP2OP_DELETEVERTEXSHADER","features":[315]},{"name":"D3DDP2OP_DELETEVERTEXSHADERDECL","features":[315]},{"name":"D3DDP2OP_DELETEVERTEXSHADERFUNC","features":[315]},{"name":"D3DDP2OP_DRAWINDEXEDPRIMITIVE","features":[315]},{"name":"D3DDP2OP_DRAWINDEXEDPRIMITIVE2","features":[315]},{"name":"D3DDP2OP_DRAWPRIMITIVE","features":[315]},{"name":"D3DDP2OP_DRAWPRIMITIVE2","features":[315]},{"name":"D3DDP2OP_DRAWRECTPATCH","features":[315]},{"name":"D3DDP2OP_DRAWTRIPATCH","features":[315]},{"name":"D3DDP2OP_GENERATEMIPSUBLEVELS","features":[315]},{"name":"D3DDP2OP_INDEXEDLINELIST","features":[315]},{"name":"D3DDP2OP_INDEXEDLINELIST2","features":[315]},{"name":"D3DDP2OP_INDEXEDLINESTRIP","features":[315]},{"name":"D3DDP2OP_INDEXEDTRIANGLEFAN","features":[315]},{"name":"D3DDP2OP_INDEXEDTRIANGLELIST","features":[315]},{"name":"D3DDP2OP_INDEXEDTRIANGLELIST2","features":[315]},{"name":"D3DDP2OP_INDEXEDTRIANGLESTRIP","features":[315]},{"name":"D3DDP2OP_ISSUEQUERY","features":[315]},{"name":"D3DDP2OP_LINELIST","features":[315]},{"name":"D3DDP2OP_LINELIST_IMM","features":[315]},{"name":"D3DDP2OP_LINESTRIP","features":[315]},{"name":"D3DDP2OP_MULTIPLYTRANSFORM","features":[315]},{"name":"D3DDP2OP_POINTS","features":[315]},{"name":"D3DDP2OP_RENDERSTATE","features":[315]},{"name":"D3DDP2OP_RESPONSECONTINUE","features":[315]},{"name":"D3DDP2OP_RESPONSEQUERY","features":[315]},{"name":"D3DDP2OP_SETCLIPPLANE","features":[315]},{"name":"D3DDP2OP_SETCONVOLUTIONKERNELMONO","features":[315]},{"name":"D3DDP2OP_SETDEPTHSTENCIL","features":[315]},{"name":"D3DDP2OP_SETINDICES","features":[315]},{"name":"D3DDP2OP_SETLIGHT","features":[315]},{"name":"D3DDP2OP_SETMATERIAL","features":[315]},{"name":"D3DDP2OP_SETPALETTE","features":[315]},{"name":"D3DDP2OP_SETPIXELSHADER","features":[315]},{"name":"D3DDP2OP_SETPIXELSHADERCONST","features":[315]},{"name":"D3DDP2OP_SETPIXELSHADERCONSTB","features":[315]},{"name":"D3DDP2OP_SETPIXELSHADERCONSTI","features":[315]},{"name":"D3DDP2OP_SETPRIORITY","features":[315]},{"name":"D3DDP2OP_SETRENDERTARGET","features":[315]},{"name":"D3DDP2OP_SETRENDERTARGET2","features":[315]},{"name":"D3DDP2OP_SETSCISSORRECT","features":[315]},{"name":"D3DDP2OP_SETSTREAMSOURCE","features":[315]},{"name":"D3DDP2OP_SETSTREAMSOURCE2","features":[315]},{"name":"D3DDP2OP_SETSTREAMSOURCEFREQ","features":[315]},{"name":"D3DDP2OP_SETSTREAMSOURCEUM","features":[315]},{"name":"D3DDP2OP_SETTEXLOD","features":[315]},{"name":"D3DDP2OP_SETTRANSFORM","features":[315]},{"name":"D3DDP2OP_SETVERTEXSHADER","features":[315]},{"name":"D3DDP2OP_SETVERTEXSHADERCONST","features":[315]},{"name":"D3DDP2OP_SETVERTEXSHADERCONSTB","features":[315]},{"name":"D3DDP2OP_SETVERTEXSHADERCONSTI","features":[315]},{"name":"D3DDP2OP_SETVERTEXSHADERDECL","features":[315]},{"name":"D3DDP2OP_SETVERTEXSHADERFUNC","features":[315]},{"name":"D3DDP2OP_STATESET","features":[315]},{"name":"D3DDP2OP_SURFACEBLT","features":[315]},{"name":"D3DDP2OP_TEXBLT","features":[315]},{"name":"D3DDP2OP_TEXTURESTAGESTATE","features":[315]},{"name":"D3DDP2OP_TRIANGLEFAN","features":[315]},{"name":"D3DDP2OP_TRIANGLEFAN_IMM","features":[315]},{"name":"D3DDP2OP_TRIANGLELIST","features":[315]},{"name":"D3DDP2OP_TRIANGLESTRIP","features":[315]},{"name":"D3DDP2OP_UPDATEPALETTE","features":[315]},{"name":"D3DDP2OP_VIEWPORTINFO","features":[315]},{"name":"D3DDP2OP_VOLUMEBLT","features":[315]},{"name":"D3DDP2OP_WINFO","features":[315]},{"name":"D3DDP2OP_ZRANGE","features":[315]},{"name":"D3DFVF_FOG","features":[315]},{"name":"D3DGDI2_MAGIC","features":[315]},{"name":"D3DGDI2_TYPE_DEFERRED_AGP_AWARE","features":[315]},{"name":"D3DGDI2_TYPE_DEFER_AGP_FREES","features":[315]},{"name":"D3DGDI2_TYPE_DXVERSION","features":[315]},{"name":"D3DGDI2_TYPE_FREE_DEFERRED_AGP","features":[315]},{"name":"D3DGDI2_TYPE_GETADAPTERGROUP","features":[315]},{"name":"D3DGDI2_TYPE_GETD3DCAPS8","features":[315]},{"name":"D3DGDI2_TYPE_GETD3DCAPS9","features":[315]},{"name":"D3DGDI2_TYPE_GETD3DQUERY","features":[315]},{"name":"D3DGDI2_TYPE_GETD3DQUERYCOUNT","features":[315]},{"name":"D3DGDI2_TYPE_GETDDIVERSION","features":[315]},{"name":"D3DGDI2_TYPE_GETEXTENDEDMODE","features":[315]},{"name":"D3DGDI2_TYPE_GETEXTENDEDMODECOUNT","features":[315]},{"name":"D3DGDI2_TYPE_GETFORMAT","features":[315]},{"name":"D3DGDI2_TYPE_GETFORMATCOUNT","features":[315]},{"name":"D3DGDI2_TYPE_GETMULTISAMPLEQUALITYLEVELS","features":[315]},{"name":"D3DGPU_NULL","features":[315]},{"name":"D3DGPU_PHYSICAL_ADDRESS","features":[315]},{"name":"D3DHAL2_CB32_CLEAR","features":[315]},{"name":"D3DHAL2_CB32_DRAWONEINDEXEDPRIMITIVE","features":[315]},{"name":"D3DHAL2_CB32_DRAWONEPRIMITIVE","features":[315]},{"name":"D3DHAL2_CB32_DRAWPRIMITIVES","features":[315]},{"name":"D3DHAL2_CB32_SETRENDERTARGET","features":[315]},{"name":"D3DHAL3_CB32_CLEAR2","features":[315]},{"name":"D3DHAL3_CB32_DRAWPRIMITIVES2","features":[315]},{"name":"D3DHAL3_CB32_RESERVED","features":[315]},{"name":"D3DHAL3_CB32_VALIDATETEXTURESTAGESTATE","features":[315]},{"name":"D3DHALDP2_EXECUTEBUFFER","features":[315]},{"name":"D3DHALDP2_REQCOMMANDBUFSIZE","features":[315]},{"name":"D3DHALDP2_REQVERTEXBUFSIZE","features":[315]},{"name":"D3DHALDP2_SWAPCOMMANDBUFFER","features":[315]},{"name":"D3DHALDP2_SWAPVERTEXBUFFER","features":[315]},{"name":"D3DHALDP2_USERMEMVERTICES","features":[315]},{"name":"D3DHALDP2_VIDMEMCOMMANDBUF","features":[315]},{"name":"D3DHALDP2_VIDMEMVERTEXBUF","features":[315]},{"name":"D3DHALSTATE_GET_LIGHT","features":[315]},{"name":"D3DHALSTATE_GET_RENDER","features":[315]},{"name":"D3DHALSTATE_GET_TRANSFORM","features":[315]},{"name":"D3DHAL_CALLBACKS","features":[315,307,316,317,318]},{"name":"D3DHAL_CALLBACKS2","features":[315,307,316,317,318]},{"name":"D3DHAL_CALLBACKS3","features":[315,307,316,317,318]},{"name":"D3DHAL_CLEAR2DATA","features":[315,316]},{"name":"D3DHAL_CLEARDATA","features":[315,316]},{"name":"D3DHAL_CLIPPEDTRIANGLEFAN","features":[315]},{"name":"D3DHAL_COL_WEIGHTS","features":[315]},{"name":"D3DHAL_CONTEXTCREATEDATA","features":[315,307,317,318]},{"name":"D3DHAL_CONTEXTDESTROYALLDATA","features":[315]},{"name":"D3DHAL_CONTEXTDESTROYDATA","features":[315]},{"name":"D3DHAL_CONTEXT_BAD","features":[315]},{"name":"D3DHAL_D3DDX6EXTENDEDCAPS","features":[315]},{"name":"D3DHAL_D3DEXTENDEDCAPS","features":[315]},{"name":"D3DHAL_DP2ADDDIRTYBOX","features":[315,316]},{"name":"D3DHAL_DP2ADDDIRTYRECT","features":[315,307]},{"name":"D3DHAL_DP2BLT","features":[315,307]},{"name":"D3DHAL_DP2BUFFERBLT","features":[315,316]},{"name":"D3DHAL_DP2CLEAR","features":[315,307]},{"name":"D3DHAL_DP2COLORFILL","features":[315,307]},{"name":"D3DHAL_DP2COMMAND","features":[315]},{"name":"D3DHAL_DP2COMPOSERECTS","features":[315,316]},{"name":"D3DHAL_DP2CREATELIGHT","features":[315]},{"name":"D3DHAL_DP2CREATEPIXELSHADER","features":[315]},{"name":"D3DHAL_DP2CREATEQUERY","features":[315,316]},{"name":"D3DHAL_DP2CREATEVERTEXSHADER","features":[315]},{"name":"D3DHAL_DP2CREATEVERTEXSHADERDECL","features":[315]},{"name":"D3DHAL_DP2CREATEVERTEXSHADERFUNC","features":[315]},{"name":"D3DHAL_DP2DELETEQUERY","features":[315]},{"name":"D3DHAL_DP2DRAWINDEXEDPRIMITIVE","features":[315,316]},{"name":"D3DHAL_DP2DRAWINDEXEDPRIMITIVE2","features":[315,316]},{"name":"D3DHAL_DP2DRAWPRIMITIVE","features":[315,316]},{"name":"D3DHAL_DP2DRAWPRIMITIVE2","features":[315,316]},{"name":"D3DHAL_DP2DRAWRECTPATCH","features":[315]},{"name":"D3DHAL_DP2DRAWTRIPATCH","features":[315]},{"name":"D3DHAL_DP2EXT","features":[315]},{"name":"D3DHAL_DP2GENERATEMIPSUBLEVELS","features":[315,316]},{"name":"D3DHAL_DP2INDEXEDLINELIST","features":[315]},{"name":"D3DHAL_DP2INDEXEDLINESTRIP","features":[315]},{"name":"D3DHAL_DP2INDEXEDTRIANGLEFAN","features":[315]},{"name":"D3DHAL_DP2INDEXEDTRIANGLELIST","features":[315]},{"name":"D3DHAL_DP2INDEXEDTRIANGLELIST2","features":[315]},{"name":"D3DHAL_DP2INDEXEDTRIANGLESTRIP","features":[315]},{"name":"D3DHAL_DP2ISSUEQUERY","features":[315]},{"name":"D3DHAL_DP2LINELIST","features":[315]},{"name":"D3DHAL_DP2LINESTRIP","features":[315]},{"name":"D3DHAL_DP2MULTIPLYTRANSFORM","features":[69,315,316]},{"name":"D3DHAL_DP2OPERATION","features":[315]},{"name":"D3DHAL_DP2PIXELSHADER","features":[315]},{"name":"D3DHAL_DP2POINTS","features":[315]},{"name":"D3DHAL_DP2RENDERSTATE","features":[315,316]},{"name":"D3DHAL_DP2RESPONSE","features":[315]},{"name":"D3DHAL_DP2RESPONSEQUERY","features":[315]},{"name":"D3DHAL_DP2SETCLIPPLANE","features":[315]},{"name":"D3DHAL_DP2SETCONVOLUTIONKERNELMONO","features":[315]},{"name":"D3DHAL_DP2SETDEPTHSTENCIL","features":[315]},{"name":"D3DHAL_DP2SETINDICES","features":[315]},{"name":"D3DHAL_DP2SETLIGHT","features":[315]},{"name":"D3DHAL_DP2SETPALETTE","features":[315]},{"name":"D3DHAL_DP2SETPIXELSHADERCONST","features":[315]},{"name":"D3DHAL_DP2SETPRIORITY","features":[315]},{"name":"D3DHAL_DP2SETRENDERTARGET","features":[315]},{"name":"D3DHAL_DP2SETRENDERTARGET2","features":[315]},{"name":"D3DHAL_DP2SETSTREAMSOURCE","features":[315]},{"name":"D3DHAL_DP2SETSTREAMSOURCE2","features":[315]},{"name":"D3DHAL_DP2SETSTREAMSOURCEFREQ","features":[315]},{"name":"D3DHAL_DP2SETSTREAMSOURCEUM","features":[315]},{"name":"D3DHAL_DP2SETTEXLOD","features":[315]},{"name":"D3DHAL_DP2SETTRANSFORM","features":[69,315,316]},{"name":"D3DHAL_DP2SETVERTEXSHADERCONST","features":[315]},{"name":"D3DHAL_DP2STARTVERTEX","features":[315]},{"name":"D3DHAL_DP2STATESET","features":[315,316]},{"name":"D3DHAL_DP2SURFACEBLT","features":[315,307]},{"name":"D3DHAL_DP2TEXBLT","features":[315,307]},{"name":"D3DHAL_DP2TEXTURESTAGESTATE","features":[315]},{"name":"D3DHAL_DP2TRIANGLEFAN","features":[315]},{"name":"D3DHAL_DP2TRIANGLEFAN_IMM","features":[315]},{"name":"D3DHAL_DP2TRIANGLELIST","features":[315]},{"name":"D3DHAL_DP2TRIANGLESTRIP","features":[315]},{"name":"D3DHAL_DP2UPDATEPALETTE","features":[315]},{"name":"D3DHAL_DP2VERTEXSHADER","features":[315]},{"name":"D3DHAL_DP2VIEWPORTINFO","features":[315]},{"name":"D3DHAL_DP2VOLUMEBLT","features":[315,316]},{"name":"D3DHAL_DP2WINFO","features":[315]},{"name":"D3DHAL_DP2ZRANGE","features":[315]},{"name":"D3DHAL_DRAWONEINDEXEDPRIMITIVEDATA","features":[315,316]},{"name":"D3DHAL_DRAWONEPRIMITIVEDATA","features":[315,316]},{"name":"D3DHAL_DRAWPRIMCOUNTS","features":[315]},{"name":"D3DHAL_DRAWPRIMITIVES2DATA","features":[315,307,317,318]},{"name":"D3DHAL_DRAWPRIMITIVESDATA","features":[315]},{"name":"D3DHAL_EXECUTE_ABORT","features":[315]},{"name":"D3DHAL_EXECUTE_NORMAL","features":[315]},{"name":"D3DHAL_EXECUTE_OVERRIDE","features":[315]},{"name":"D3DHAL_EXECUTE_UNHANDLED","features":[315]},{"name":"D3DHAL_GETSTATEDATA","features":[315,316]},{"name":"D3DHAL_GLOBALDRIVERDATA","features":[315,307,316,317]},{"name":"D3DHAL_MAX_RSTATES","features":[315]},{"name":"D3DHAL_MAX_RSTATES_DX6","features":[315]},{"name":"D3DHAL_MAX_RSTATES_DX7","features":[315]},{"name":"D3DHAL_MAX_RSTATES_DX8","features":[315]},{"name":"D3DHAL_MAX_RSTATES_DX9","features":[315]},{"name":"D3DHAL_MAX_TEXTURESTATES","features":[315]},{"name":"D3DHAL_NUMCLIPVERTICES","features":[315]},{"name":"D3DHAL_OUTOFCONTEXTS","features":[315]},{"name":"D3DHAL_RENDERPRIMITIVEDATA","features":[315,316,317]},{"name":"D3DHAL_RENDERSTATEDATA","features":[315,317]},{"name":"D3DHAL_ROW_WEIGHTS","features":[315]},{"name":"D3DHAL_SAMPLER_MAXSAMP","features":[315]},{"name":"D3DHAL_SAMPLER_MAXVERTEXSAMP","features":[315]},{"name":"D3DHAL_SCENECAPTUREDATA","features":[315]},{"name":"D3DHAL_SCENE_CAPTURE_END","features":[315]},{"name":"D3DHAL_SCENE_CAPTURE_START","features":[315]},{"name":"D3DHAL_SETLIGHT_DATA","features":[315]},{"name":"D3DHAL_SETLIGHT_DISABLE","features":[315]},{"name":"D3DHAL_SETLIGHT_ENABLE","features":[315]},{"name":"D3DHAL_SETRENDERTARGETDATA","features":[315,307,317,318]},{"name":"D3DHAL_STATESETBEGIN","features":[315]},{"name":"D3DHAL_STATESETCAPTURE","features":[315]},{"name":"D3DHAL_STATESETCREATE","features":[315]},{"name":"D3DHAL_STATESETDELETE","features":[315]},{"name":"D3DHAL_STATESETEND","features":[315]},{"name":"D3DHAL_STATESETEXECUTE","features":[315]},{"name":"D3DHAL_TEXTURECREATEDATA","features":[315,317]},{"name":"D3DHAL_TEXTUREDESTROYDATA","features":[315]},{"name":"D3DHAL_TEXTUREGETSURFDATA","features":[315]},{"name":"D3DHAL_TEXTURESTATEBUF_SIZE","features":[315]},{"name":"D3DHAL_TEXTURESWAPDATA","features":[315]},{"name":"D3DHAL_TSS_MAXSTAGES","features":[315]},{"name":"D3DHAL_TSS_RENDERSTATEBASE","features":[315]},{"name":"D3DHAL_TSS_STATESPERSTAGE","features":[315]},{"name":"D3DHAL_VALIDATETEXTURESTAGESTATEDATA","features":[315]},{"name":"D3DINFINITEINSTRUCTIONS","features":[315]},{"name":"D3DKMDT_2DREGION","features":[315]},{"name":"D3DKMDT_3x4_COLORSPACE_TRANSFORM","features":[315]},{"name":"D3DKMDT_BITS_PER_COMPONENT_06","features":[315]},{"name":"D3DKMDT_BITS_PER_COMPONENT_08","features":[315]},{"name":"D3DKMDT_BITS_PER_COMPONENT_10","features":[315]},{"name":"D3DKMDT_BITS_PER_COMPONENT_12","features":[315]},{"name":"D3DKMDT_BITS_PER_COMPONENT_14","features":[315]},{"name":"D3DKMDT_BITS_PER_COMPONENT_16","features":[315]},{"name":"D3DKMDT_CB_INTENSITY","features":[315]},{"name":"D3DKMDT_CB_SCRGB","features":[315]},{"name":"D3DKMDT_CB_SRGB","features":[315]},{"name":"D3DKMDT_CB_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_CB_YCBCR","features":[315]},{"name":"D3DKMDT_CB_YPBPR","features":[315]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_MATRIX_V2","features":[315]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL","features":[315]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_BYPASS","features":[315]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_ENABLE","features":[315]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_NO_CHANGE","features":[315]},{"name":"D3DKMDT_COLOR_BASIS","features":[315]},{"name":"D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES","features":[315]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_DISPATCH_BOUNDARY","features":[315]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[315]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_GRANULARITY","features":[315]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_NONE","features":[315]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_SHADER_BOUNDARY","features":[315]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_THREAD_BOUNDARY","features":[315]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_THREAD_GROUP_BOUNDARY","features":[315]},{"name":"D3DKMDT_DISPLAYMODE_FLAGS","features":[315]},{"name":"D3DKMDT_ENUMCOFUNCMODALITY_PIVOT_TYPE","features":[315]},{"name":"D3DKMDT_EPT_NOPIVOT","features":[315]},{"name":"D3DKMDT_EPT_ROTATION","features":[315]},{"name":"D3DKMDT_EPT_SCALING","features":[315]},{"name":"D3DKMDT_EPT_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_EPT_VIDPNSOURCE","features":[315]},{"name":"D3DKMDT_EPT_VIDPNTARGET","features":[315]},{"name":"D3DKMDT_FREQUENCY_RANGE","features":[315]},{"name":"D3DKMDT_GAMMA_RAMP","features":[315]},{"name":"D3DKMDT_GDISURFACEDATA","features":[315]},{"name":"D3DKMDT_GDISURFACEFLAGS","features":[315]},{"name":"D3DKMDT_GDISURFACETYPE","features":[315]},{"name":"D3DKMDT_GDISURFACE_EXISTINGSYSMEM","features":[315]},{"name":"D3DKMDT_GDISURFACE_INVALID","features":[315]},{"name":"D3DKMDT_GDISURFACE_LOOKUPTABLE","features":[315]},{"name":"D3DKMDT_GDISURFACE_STAGING","features":[315]},{"name":"D3DKMDT_GDISURFACE_STAGING_CPUVISIBLE","features":[315]},{"name":"D3DKMDT_GDISURFACE_TEXTURE","features":[315]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CPUVISIBLE","features":[315]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CPUVISIBLE_CROSSADAPTER","features":[315]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CROSSADAPTER","features":[315]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[315]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_GRANULARITY","features":[315]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_NONE","features":[315]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_PIXEL_BOUNDARY","features":[315]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_PRIMITIVE_BOUNDARY","features":[315]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_SHADER_BOUNDARY","features":[315]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_TRIANGLE_BOUNDARY","features":[315]},{"name":"D3DKMDT_GRAPHICS_RENDERING_FORMAT","features":[315]},{"name":"D3DKMDT_GTFCOMPLIANCE","features":[315]},{"name":"D3DKMDT_GTF_COMPLIANT","features":[315]},{"name":"D3DKMDT_GTF_NOTCOMPLIANT","features":[315]},{"name":"D3DKMDT_GTF_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_MACROVISION_OEMCOPYPROTECTION_SIZE","features":[315]},{"name":"D3DKMDT_MAX_OVERLAYS_BITCOUNT","features":[315]},{"name":"D3DKMDT_MAX_VIDPN_SOURCES_BITCOUNT","features":[315]},{"name":"D3DKMDT_MCC_ENFORCE","features":[315]},{"name":"D3DKMDT_MCC_IGNORE","features":[315]},{"name":"D3DKMDT_MCC_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_MCO_DEFAULTMONITORPROFILE","features":[315]},{"name":"D3DKMDT_MCO_DRIVER","features":[315]},{"name":"D3DKMDT_MCO_MONITORDESCRIPTOR","features":[315]},{"name":"D3DKMDT_MCO_MONITORDESCRIPTOR_REGISTRYOVERRIDE","features":[315]},{"name":"D3DKMDT_MCO_SPECIFICCAP_REGISTRYOVERRIDE","features":[315]},{"name":"D3DKMDT_MCO_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_MDT_OTHER","features":[315]},{"name":"D3DKMDT_MDT_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_MDT_VESA_EDID_V1_BASEBLOCK","features":[315]},{"name":"D3DKMDT_MDT_VESA_EDID_V1_BLOCKMAP","features":[315]},{"name":"D3DKMDT_MFRC_ACTIVESIZE","features":[315]},{"name":"D3DKMDT_MFRC_MAXPIXELRATE","features":[315]},{"name":"D3DKMDT_MFRC_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_MOA_INTERRUPTIBLE","features":[315]},{"name":"D3DKMDT_MOA_NONE","features":[315]},{"name":"D3DKMDT_MOA_POLLED","features":[315]},{"name":"D3DKMDT_MOA_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_MODE_PREFERENCE","features":[315]},{"name":"D3DKMDT_MODE_PRUNING_REASON","features":[315]},{"name":"D3DKMDT_MONITOR_CAPABILITIES_ORIGIN","features":[315]},{"name":"D3DKMDT_MONITOR_CONNECTIVITY_CHECKS","features":[315]},{"name":"D3DKMDT_MONITOR_DESCRIPTOR","features":[315]},{"name":"D3DKMDT_MONITOR_DESCRIPTOR_TYPE","features":[315]},{"name":"D3DKMDT_MONITOR_FREQUENCY_RANGE","features":[315]},{"name":"D3DKMDT_MONITOR_FREQUENCY_RANGE_CONSTRAINT","features":[315]},{"name":"D3DKMDT_MONITOR_ORIENTATION","features":[315]},{"name":"D3DKMDT_MONITOR_ORIENTATION_AWARENESS","features":[315]},{"name":"D3DKMDT_MONITOR_SOURCE_MODE","features":[315]},{"name":"D3DKMDT_MONITOR_TIMING_TYPE","features":[315]},{"name":"D3DKMDT_MO_0DEG","features":[315]},{"name":"D3DKMDT_MO_180DEG","features":[315]},{"name":"D3DKMDT_MO_270DEG","features":[315]},{"name":"D3DKMDT_MO_90DEG","features":[315]},{"name":"D3DKMDT_MO_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_MPR_ALLCAPS","features":[315]},{"name":"D3DKMDT_MPR_CLONE_PATH_PRUNED","features":[315]},{"name":"D3DKMDT_MPR_DEFAULT_PROFILE_MONITOR_SOURCE_MODE","features":[315]},{"name":"D3DKMDT_MPR_DESCRIPTOR_MONITOR_FREQUENCY_RANGE","features":[315]},{"name":"D3DKMDT_MPR_DESCRIPTOR_MONITOR_SOURCE_MODE","features":[315]},{"name":"D3DKMDT_MPR_DESCRIPTOR_OVERRIDE_MONITOR_FREQUENCY_RANGE","features":[315]},{"name":"D3DKMDT_MPR_DESCRIPTOR_OVERRIDE_MONITOR_SOURCE_MODE","features":[315]},{"name":"D3DKMDT_MPR_DRIVER_RECOMMENDED_MONITOR_SOURCE_MODE","features":[315]},{"name":"D3DKMDT_MPR_MAXVALID","features":[315]},{"name":"D3DKMDT_MPR_MONITOR_FREQUENCY_RANGE_OVERRIDE","features":[315]},{"name":"D3DKMDT_MPR_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_MP_NOTPREFERRED","features":[315]},{"name":"D3DKMDT_MP_PREFERRED","features":[315]},{"name":"D3DKMDT_MP_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_MTT_DEFAULTMONITORPROFILE","features":[315]},{"name":"D3DKMDT_MTT_DETAILED","features":[315]},{"name":"D3DKMDT_MTT_DRIVER","features":[315]},{"name":"D3DKMDT_MTT_ESTABLISHED","features":[315]},{"name":"D3DKMDT_MTT_EXTRASTANDARD","features":[315]},{"name":"D3DKMDT_MTT_STANDARD","features":[315]},{"name":"D3DKMDT_MTT_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_PALETTEDATA","features":[315]},{"name":"D3DKMDT_PIXEL_VALUE_ACCESS_MODE","features":[315]},{"name":"D3DKMDT_PREEMPTION_CAPS","features":[315]},{"name":"D3DKMDT_PVAM_DIRECT","features":[315]},{"name":"D3DKMDT_PVAM_PRESETPALETTE","features":[315]},{"name":"D3DKMDT_PVAM_SETTABLEPALETTE","features":[315]},{"name":"D3DKMDT_PVAM_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_RMT_GRAPHICS","features":[315]},{"name":"D3DKMDT_RMT_GRAPHICS_STEREO","features":[315]},{"name":"D3DKMDT_RMT_GRAPHICS_STEREO_ADVANCED_SCAN","features":[315]},{"name":"D3DKMDT_RMT_TEXT","features":[315]},{"name":"D3DKMDT_RMT_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_SHADOWSURFACEDATA","features":[315]},{"name":"D3DKMDT_SHAREDPRIMARYSURFACEDATA","features":[315]},{"name":"D3DKMDT_STAGINGSURFACEDATA","features":[315]},{"name":"D3DKMDT_STANDARDALLOCATION_GDISURFACE","features":[315]},{"name":"D3DKMDT_STANDARDALLOCATION_SHADOWSURFACE","features":[315]},{"name":"D3DKMDT_STANDARDALLOCATION_SHAREDPRIMARYSURFACE","features":[315]},{"name":"D3DKMDT_STANDARDALLOCATION_STAGINGSURFACE","features":[315]},{"name":"D3DKMDT_STANDARDALLOCATION_TYPE","features":[315]},{"name":"D3DKMDT_STANDARDALLOCATION_VGPU","features":[315]},{"name":"D3DKMDT_TEXT_RENDERING_FORMAT","features":[315]},{"name":"D3DKMDT_TRF_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_VIDEO_OUTPUT_TECHNOLOGY","features":[315]},{"name":"D3DKMDT_VIDEO_PRESENT_SOURCE","features":[315]},{"name":"D3DKMDT_VIDEO_PRESENT_TARGET","features":[315,307]},{"name":"D3DKMDT_VIDEO_SIGNAL_INFO","features":[315]},{"name":"D3DKMDT_VIDEO_SIGNAL_STANDARD","features":[315]},{"name":"D3DKMDT_VIDPN_HW_CAPABILITY","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_CONTENT","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_IMPORTANCE","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_ROTATION","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_ROTATION_SUPPORT","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_SCALING","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT","features":[315]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION","features":[315]},{"name":"D3DKMDT_VIDPN_SOURCE_MODE","features":[315]},{"name":"D3DKMDT_VIDPN_SOURCE_MODE_TYPE","features":[315]},{"name":"D3DKMDT_VIDPN_TARGET_MODE","features":[315]},{"name":"D3DKMDT_VIRTUALGPUSURFACEDATA","features":[315]},{"name":"D3DKMDT_VOT_BNC","features":[315]},{"name":"D3DKMDT_VOT_COMPONENT_VIDEO","features":[315]},{"name":"D3DKMDT_VOT_COMPOSITE_VIDEO","features":[315]},{"name":"D3DKMDT_VOT_DISPLAYPORT_EMBEDDED","features":[315]},{"name":"D3DKMDT_VOT_DISPLAYPORT_EXTERNAL","features":[315]},{"name":"D3DKMDT_VOT_DVI","features":[315]},{"name":"D3DKMDT_VOT_D_JPN","features":[315]},{"name":"D3DKMDT_VOT_HD15","features":[315]},{"name":"D3DKMDT_VOT_HDMI","features":[315]},{"name":"D3DKMDT_VOT_INDIRECT_WIRED","features":[315]},{"name":"D3DKMDT_VOT_INTERNAL","features":[315]},{"name":"D3DKMDT_VOT_LVDS","features":[315]},{"name":"D3DKMDT_VOT_MIRACAST","features":[315]},{"name":"D3DKMDT_VOT_OTHER","features":[315]},{"name":"D3DKMDT_VOT_RCA_3COMPONENT","features":[315]},{"name":"D3DKMDT_VOT_RF","features":[315]},{"name":"D3DKMDT_VOT_SDI","features":[315]},{"name":"D3DKMDT_VOT_SDTVDONGLE","features":[315]},{"name":"D3DKMDT_VOT_SVIDEO","features":[315]},{"name":"D3DKMDT_VOT_SVIDEO_4PIN","features":[315]},{"name":"D3DKMDT_VOT_SVIDEO_7PIN","features":[315]},{"name":"D3DKMDT_VOT_UDI_EMBEDDED","features":[315]},{"name":"D3DKMDT_VOT_UDI_EXTERNAL","features":[315]},{"name":"D3DKMDT_VOT_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_VPPC_GRAPHICS","features":[315]},{"name":"D3DKMDT_VPPC_NOTSPECIFIED","features":[315]},{"name":"D3DKMDT_VPPC_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_VPPC_VIDEO","features":[315]},{"name":"D3DKMDT_VPPI_DENARY","features":[315]},{"name":"D3DKMDT_VPPI_NONARY","features":[315]},{"name":"D3DKMDT_VPPI_OCTONARY","features":[315]},{"name":"D3DKMDT_VPPI_PRIMARY","features":[315]},{"name":"D3DKMDT_VPPI_QUATERNARY","features":[315]},{"name":"D3DKMDT_VPPI_QUINARY","features":[315]},{"name":"D3DKMDT_VPPI_SECONDARY","features":[315]},{"name":"D3DKMDT_VPPI_SENARY","features":[315]},{"name":"D3DKMDT_VPPI_SEPTENARY","features":[315]},{"name":"D3DKMDT_VPPI_TERTIARY","features":[315]},{"name":"D3DKMDT_VPPI_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_VPPMT_MACROVISION_APSTRIGGER","features":[315]},{"name":"D3DKMDT_VPPMT_MACROVISION_FULLSUPPORT","features":[315]},{"name":"D3DKMDT_VPPMT_NOPROTECTION","features":[315]},{"name":"D3DKMDT_VPPMT_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_VPPR_IDENTITY","features":[315]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET180","features":[315]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET270","features":[315]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET90","features":[315]},{"name":"D3DKMDT_VPPR_NOTSPECIFIED","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE180","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET180","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET270","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET90","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE270","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET180","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET270","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET90","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE90","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET180","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET270","features":[315]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET90","features":[315]},{"name":"D3DKMDT_VPPR_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_VPPR_UNPINNED","features":[315]},{"name":"D3DKMDT_VPPS_ASPECTRATIOCENTEREDMAX","features":[315]},{"name":"D3DKMDT_VPPS_CENTERED","features":[315]},{"name":"D3DKMDT_VPPS_CUSTOM","features":[315]},{"name":"D3DKMDT_VPPS_IDENTITY","features":[315]},{"name":"D3DKMDT_VPPS_NOTSPECIFIED","features":[315]},{"name":"D3DKMDT_VPPS_RESERVED1","features":[315]},{"name":"D3DKMDT_VPPS_STRETCHED","features":[315]},{"name":"D3DKMDT_VPPS_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_VPPS_UNPINNED","features":[315]},{"name":"D3DKMDT_VSS_APPLE","features":[315]},{"name":"D3DKMDT_VSS_EIA_861","features":[315]},{"name":"D3DKMDT_VSS_EIA_861A","features":[315]},{"name":"D3DKMDT_VSS_EIA_861B","features":[315]},{"name":"D3DKMDT_VSS_IBM","features":[315]},{"name":"D3DKMDT_VSS_NTSC_443","features":[315]},{"name":"D3DKMDT_VSS_NTSC_J","features":[315]},{"name":"D3DKMDT_VSS_NTSC_M","features":[315]},{"name":"D3DKMDT_VSS_OTHER","features":[315]},{"name":"D3DKMDT_VSS_PAL_B","features":[315]},{"name":"D3DKMDT_VSS_PAL_B1","features":[315]},{"name":"D3DKMDT_VSS_PAL_D","features":[315]},{"name":"D3DKMDT_VSS_PAL_G","features":[315]},{"name":"D3DKMDT_VSS_PAL_H","features":[315]},{"name":"D3DKMDT_VSS_PAL_I","features":[315]},{"name":"D3DKMDT_VSS_PAL_K","features":[315]},{"name":"D3DKMDT_VSS_PAL_K1","features":[315]},{"name":"D3DKMDT_VSS_PAL_L","features":[315]},{"name":"D3DKMDT_VSS_PAL_M","features":[315]},{"name":"D3DKMDT_VSS_PAL_N","features":[315]},{"name":"D3DKMDT_VSS_PAL_NC","features":[315]},{"name":"D3DKMDT_VSS_SECAM_B","features":[315]},{"name":"D3DKMDT_VSS_SECAM_D","features":[315]},{"name":"D3DKMDT_VSS_SECAM_G","features":[315]},{"name":"D3DKMDT_VSS_SECAM_H","features":[315]},{"name":"D3DKMDT_VSS_SECAM_K","features":[315]},{"name":"D3DKMDT_VSS_SECAM_K1","features":[315]},{"name":"D3DKMDT_VSS_SECAM_L","features":[315]},{"name":"D3DKMDT_VSS_SECAM_L1","features":[315]},{"name":"D3DKMDT_VSS_UNINITIALIZED","features":[315]},{"name":"D3DKMDT_VSS_VESA_CVT","features":[315]},{"name":"D3DKMDT_VSS_VESA_DMT","features":[315]},{"name":"D3DKMDT_VSS_VESA_GTF","features":[315]},{"name":"D3DKMDT_WIRE_FORMAT_AND_PREFERENCE","features":[315]},{"name":"D3DKMTAcquireKeyedMutex","features":[315,307]},{"name":"D3DKMTAcquireKeyedMutex2","features":[315,307]},{"name":"D3DKMTAdjustFullscreenGamma","features":[315,307]},{"name":"D3DKMTCancelPresents","features":[315,307]},{"name":"D3DKMTChangeSurfacePointer","features":[315,307,318]},{"name":"D3DKMTChangeVideoMemoryReservation","features":[315,307]},{"name":"D3DKMTCheckExclusiveOwnership","features":[315,307]},{"name":"D3DKMTCheckMonitorPowerState","features":[315,307]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport","features":[315,307]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport2","features":[315,307]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport3","features":[315,307]},{"name":"D3DKMTCheckOcclusion","features":[315,307]},{"name":"D3DKMTCheckSharedResourceAccess","features":[315,307]},{"name":"D3DKMTCheckVidPnExclusiveOwnership","features":[315,307]},{"name":"D3DKMTCloseAdapter","features":[315,307]},{"name":"D3DKMTConfigureSharedResource","features":[315,307]},{"name":"D3DKMTCreateAllocation","features":[315,307]},{"name":"D3DKMTCreateAllocation2","features":[315,307]},{"name":"D3DKMTCreateContext","features":[315,307]},{"name":"D3DKMTCreateContextVirtual","features":[315,307]},{"name":"D3DKMTCreateDCFromMemory","features":[315,307,318]},{"name":"D3DKMTCreateDevice","features":[315,307]},{"name":"D3DKMTCreateHwContext","features":[315,307]},{"name":"D3DKMTCreateHwQueue","features":[315,307]},{"name":"D3DKMTCreateKeyedMutex","features":[315,307]},{"name":"D3DKMTCreateKeyedMutex2","features":[315,307]},{"name":"D3DKMTCreateOutputDupl","features":[315,307]},{"name":"D3DKMTCreateOverlay","features":[315,307]},{"name":"D3DKMTCreatePagingQueue","features":[315,307]},{"name":"D3DKMTCreateProtectedSession","features":[315,307]},{"name":"D3DKMTCreateSynchronizationObject","features":[315,307]},{"name":"D3DKMTCreateSynchronizationObject2","features":[315,307]},{"name":"D3DKMTDestroyAllocation","features":[315,307]},{"name":"D3DKMTDestroyAllocation2","features":[315,307]},{"name":"D3DKMTDestroyContext","features":[315,307]},{"name":"D3DKMTDestroyDCFromMemory","features":[315,307,318]},{"name":"D3DKMTDestroyDevice","features":[315,307]},{"name":"D3DKMTDestroyHwContext","features":[315,307]},{"name":"D3DKMTDestroyHwQueue","features":[315,307]},{"name":"D3DKMTDestroyKeyedMutex","features":[315,307]},{"name":"D3DKMTDestroyOutputDupl","features":[315,307]},{"name":"D3DKMTDestroyOverlay","features":[315,307]},{"name":"D3DKMTDestroyPagingQueue","features":[315,307]},{"name":"D3DKMTDestroyProtectedSession","features":[315,307]},{"name":"D3DKMTDestroySynchronizationObject","features":[315,307]},{"name":"D3DKMTEnumAdapters","features":[315,307]},{"name":"D3DKMTEnumAdapters2","features":[315,307]},{"name":"D3DKMTEnumAdapters3","features":[315,307]},{"name":"D3DKMTEscape","features":[315,307]},{"name":"D3DKMTEvict","features":[315,307]},{"name":"D3DKMTFlipOverlay","features":[315,307]},{"name":"D3DKMTFlushHeapTransitions","features":[315,307]},{"name":"D3DKMTFreeGpuVirtualAddress","features":[315,307]},{"name":"D3DKMTGetAllocationPriority","features":[315,307]},{"name":"D3DKMTGetContextInProcessSchedulingPriority","features":[315,307]},{"name":"D3DKMTGetContextSchedulingPriority","features":[315,307]},{"name":"D3DKMTGetDWMVerticalBlankEvent","features":[315,307]},{"name":"D3DKMTGetDeviceState","features":[315,307]},{"name":"D3DKMTGetDisplayModeList","features":[315,307]},{"name":"D3DKMTGetMultiPlaneOverlayCaps","features":[315,307]},{"name":"D3DKMTGetMultisampleMethodList","features":[315,307]},{"name":"D3DKMTGetOverlayState","features":[315,307]},{"name":"D3DKMTGetPostCompositionCaps","features":[315,307]},{"name":"D3DKMTGetPresentHistory","features":[315,307]},{"name":"D3DKMTGetPresentQueueEvent","features":[315,307]},{"name":"D3DKMTGetProcessDeviceRemovalSupport","features":[315,307]},{"name":"D3DKMTGetProcessSchedulingPriorityClass","features":[315,307]},{"name":"D3DKMTGetResourcePresentPrivateDriverData","features":[315,307]},{"name":"D3DKMTGetRuntimeData","features":[315,307]},{"name":"D3DKMTGetScanLine","features":[315,307]},{"name":"D3DKMTGetSharedPrimaryHandle","features":[315,307]},{"name":"D3DKMTGetSharedResourceAdapterLuid","features":[315,307]},{"name":"D3DKMTInvalidateActiveVidPn","features":[315,307]},{"name":"D3DKMTInvalidateCache","features":[315,307]},{"name":"D3DKMTLock","features":[315,307]},{"name":"D3DKMTLock2","features":[315,307]},{"name":"D3DKMTMakeResident","features":[315,307]},{"name":"D3DKMTMapGpuVirtualAddress","features":[315,307]},{"name":"D3DKMTMarkDeviceAsError","features":[315,307]},{"name":"D3DKMTOfferAllocations","features":[315,307]},{"name":"D3DKMTOpenAdapterFromDeviceName","features":[315,307]},{"name":"D3DKMTOpenAdapterFromGdiDisplayName","features":[315,307]},{"name":"D3DKMTOpenAdapterFromHdc","features":[315,307,318]},{"name":"D3DKMTOpenAdapterFromLuid","features":[315,307]},{"name":"D3DKMTOpenKeyedMutex","features":[315,307]},{"name":"D3DKMTOpenKeyedMutex2","features":[315,307]},{"name":"D3DKMTOpenKeyedMutexFromNtHandle","features":[315,307]},{"name":"D3DKMTOpenNtHandleFromName","features":[308,315,307]},{"name":"D3DKMTOpenProtectedSessionFromNtHandle","features":[315,307]},{"name":"D3DKMTOpenResource","features":[315,307]},{"name":"D3DKMTOpenResource2","features":[315,307]},{"name":"D3DKMTOpenResourceFromNtHandle","features":[315,307]},{"name":"D3DKMTOpenSyncObjectFromNtHandle","features":[315,307]},{"name":"D3DKMTOpenSyncObjectFromNtHandle2","features":[315,307]},{"name":"D3DKMTOpenSyncObjectNtHandleFromName","features":[308,315,307]},{"name":"D3DKMTOpenSynchronizationObject","features":[315,307]},{"name":"D3DKMTOutputDuplGetFrameInfo","features":[315,307]},{"name":"D3DKMTOutputDuplGetMetaData","features":[315,307]},{"name":"D3DKMTOutputDuplGetPointerShapeData","features":[315,307]},{"name":"D3DKMTOutputDuplPresent","features":[315,307]},{"name":"D3DKMTOutputDuplPresentToHwQueue","features":[315,307]},{"name":"D3DKMTOutputDuplReleaseFrame","features":[315,307]},{"name":"D3DKMTPollDisplayChildren","features":[315,307]},{"name":"D3DKMTPresent","features":[315,307]},{"name":"D3DKMTPresentMultiPlaneOverlay","features":[315,307]},{"name":"D3DKMTPresentMultiPlaneOverlay2","features":[315,307]},{"name":"D3DKMTPresentMultiPlaneOverlay3","features":[315,307]},{"name":"D3DKMTPresentRedirected","features":[315,307]},{"name":"D3DKMTQueryAdapterInfo","features":[315,307]},{"name":"D3DKMTQueryAllocationResidency","features":[315,307]},{"name":"D3DKMTQueryClockCalibration","features":[315,307]},{"name":"D3DKMTQueryFSEBlock","features":[315,307]},{"name":"D3DKMTQueryProcessOfferInfo","features":[315,307]},{"name":"D3DKMTQueryProtectedSessionInfoFromNtHandle","features":[315,307]},{"name":"D3DKMTQueryProtectedSessionStatus","features":[315,307]},{"name":"D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName","features":[315,307]},{"name":"D3DKMTQueryResourceInfo","features":[315,307]},{"name":"D3DKMTQueryResourceInfoFromNtHandle","features":[315,307]},{"name":"D3DKMTQueryStatistics","features":[315,307]},{"name":"D3DKMTQueryVidPnExclusiveOwnership","features":[315,307]},{"name":"D3DKMTQueryVideoMemoryInfo","features":[315,307]},{"name":"D3DKMTReclaimAllocations","features":[315,307]},{"name":"D3DKMTReclaimAllocations2","features":[315,307]},{"name":"D3DKMTRegisterTrimNotification","features":[315,307]},{"name":"D3DKMTRegisterVailProcess","features":[315,307]},{"name":"D3DKMTReleaseKeyedMutex","features":[315,307]},{"name":"D3DKMTReleaseKeyedMutex2","features":[315,307]},{"name":"D3DKMTReleaseProcessVidPnSourceOwners","features":[315,307]},{"name":"D3DKMTRender","features":[315,307]},{"name":"D3DKMTReserveGpuVirtualAddress","features":[315,307]},{"name":"D3DKMTSetAllocationPriority","features":[315,307]},{"name":"D3DKMTSetContextInProcessSchedulingPriority","features":[315,307]},{"name":"D3DKMTSetContextSchedulingPriority","features":[315,307]},{"name":"D3DKMTSetDisplayMode","features":[315,307]},{"name":"D3DKMTSetDisplayPrivateDriverFormat","features":[315,307]},{"name":"D3DKMTSetFSEBlock","features":[315,307]},{"name":"D3DKMTSetGammaRamp","features":[315,307]},{"name":"D3DKMTSetHwProtectionTeardownRecovery","features":[315,307]},{"name":"D3DKMTSetMonitorColorSpaceTransform","features":[315,307]},{"name":"D3DKMTSetProcessSchedulingPriorityClass","features":[315,307]},{"name":"D3DKMTSetQueuedLimit","features":[315,307]},{"name":"D3DKMTSetStablePowerState","features":[315,307]},{"name":"D3DKMTSetSyncRefreshCountWaitTarget","features":[315,307]},{"name":"D3DKMTSetVidPnSourceHwProtection","features":[315,307]},{"name":"D3DKMTSetVidPnSourceOwner","features":[315,307]},{"name":"D3DKMTSetVidPnSourceOwner1","features":[315,307]},{"name":"D3DKMTSetVidPnSourceOwner2","features":[315,307]},{"name":"D3DKMTShareObjects","features":[308,315,307]},{"name":"D3DKMTSharedPrimaryLockNotification","features":[315,307]},{"name":"D3DKMTSharedPrimaryUnLockNotification","features":[315,307]},{"name":"D3DKMTSignalSynchronizationObject","features":[315,307]},{"name":"D3DKMTSignalSynchronizationObject2","features":[315,307]},{"name":"D3DKMTSignalSynchronizationObjectFromCpu","features":[315,307]},{"name":"D3DKMTSignalSynchronizationObjectFromGpu","features":[315,307]},{"name":"D3DKMTSignalSynchronizationObjectFromGpu2","features":[315,307]},{"name":"D3DKMTSubmitCommand","features":[315,307]},{"name":"D3DKMTSubmitCommandToHwQueue","features":[315,307]},{"name":"D3DKMTSubmitPresentBltToHwQueue","features":[315,307]},{"name":"D3DKMTSubmitPresentToHwQueue","features":[315,307]},{"name":"D3DKMTSubmitSignalSyncObjectsToHwQueue","features":[315,307]},{"name":"D3DKMTSubmitWaitForSyncObjectsToHwQueue","features":[315,307]},{"name":"D3DKMTTrimProcessCommitment","features":[315,307]},{"name":"D3DKMTUnlock","features":[315,307]},{"name":"D3DKMTUnlock2","features":[315,307]},{"name":"D3DKMTUnregisterTrimNotification","features":[315,307]},{"name":"D3DKMTUpdateAllocationProperty","features":[315,307]},{"name":"D3DKMTUpdateGpuVirtualAddress","features":[315,307]},{"name":"D3DKMTUpdateOverlay","features":[315,307]},{"name":"D3DKMTWaitForIdle","features":[315,307]},{"name":"D3DKMTWaitForSynchronizationObject","features":[315,307]},{"name":"D3DKMTWaitForSynchronizationObject2","features":[315,307]},{"name":"D3DKMTWaitForSynchronizationObjectFromCpu","features":[315,307]},{"name":"D3DKMTWaitForSynchronizationObjectFromGpu","features":[315,307]},{"name":"D3DKMTWaitForVerticalBlankEvent","features":[315,307]},{"name":"D3DKMTWaitForVerticalBlankEvent2","features":[315,307]},{"name":"D3DKMT_ACQUIREKEYEDMUTEX","features":[315]},{"name":"D3DKMT_ACQUIREKEYEDMUTEX2","features":[315]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE","features":[315,307]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE","features":[315]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE_EXTRA_CCD_DATABASE_INFO","features":[315]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE_MODES_PRUNED","features":[315]},{"name":"D3DKMT_ADAPTERADDRESS","features":[315]},{"name":"D3DKMT_ADAPTERINFO","features":[315,307]},{"name":"D3DKMT_ADAPTERREGISTRYINFO","features":[315]},{"name":"D3DKMT_ADAPTERTYPE","features":[315]},{"name":"D3DKMT_ADAPTER_PERFDATA","features":[315]},{"name":"D3DKMT_ADAPTER_PERFDATACAPS","features":[315]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION","features":[315]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_DATA","features":[315]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_TYPE","features":[315]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_VIDMM_FLAGS","features":[315]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_VIDMM_TRIM_INTERVAL","features":[315]},{"name":"D3DKMT_ADAPTER_VERIFIER_VIDMM_FLAGS","features":[315]},{"name":"D3DKMT_ADAPTER_VERIFIER_VIDMM_TRIM_INTERVAL","features":[315]},{"name":"D3DKMT_ADJUSTFULLSCREENGAMMA","features":[315]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS","features":[315]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_NOTRESIDENT","features":[315]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINGPUMEMORY","features":[315]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINSHAREDMEMORY","features":[315]},{"name":"D3DKMT_AUXILIARYPRESENTINFO","features":[315]},{"name":"D3DKMT_AUXILIARYPRESENTINFO_TYPE","features":[315]},{"name":"D3DKMT_AUXILIARYPRESENTINFO_TYPE_FLIPMANAGER","features":[315]},{"name":"D3DKMT_AllocationPriorityClassHigh","features":[315]},{"name":"D3DKMT_AllocationPriorityClassLow","features":[315]},{"name":"D3DKMT_AllocationPriorityClassMaximum","features":[315]},{"name":"D3DKMT_AllocationPriorityClassMinimum","features":[315]},{"name":"D3DKMT_AllocationPriorityClassNormal","features":[315]},{"name":"D3DKMT_BDDFALLBACK_CTL","features":[315,307]},{"name":"D3DKMT_BLOCKLIST_INFO","features":[315]},{"name":"D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN","features":[315,307]},{"name":"D3DKMT_BRIGHTNESS_INFO","features":[315,307]},{"name":"D3DKMT_BRIGHTNESS_INFO_BEGIN_MANUAL_MODE","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_END_MANUAL_MODE","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_CAPS","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_NIT_RANGES","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_POSSIBLE_LEVELS","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_REDUCTION","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET_OPTIMIZATION","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET_STATE","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_TOGGLE_LOGGING","features":[315]},{"name":"D3DKMT_BRIGHTNESS_INFO_TYPE","features":[315]},{"name":"D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS","features":[315]},{"name":"D3DKMT_BUDGETCHANGENOTIFICATION","features":[315]},{"name":"D3DKMT_CANCEL_PRESENTS","features":[315,307]},{"name":"D3DKMT_CANCEL_PRESENTS_FLAGS","features":[315]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION","features":[315]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION_CANCEL_FROM","features":[315]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION_REPROGRAM_INTERRUPT","features":[315]},{"name":"D3DKMT_CHANGESURFACEPOINTER","features":[315,307,318]},{"name":"D3DKMT_CHANGEVIDEOMEMORYRESERVATION","features":[315,307]},{"name":"D3DKMT_CHECKMONITORPOWERSTATE","features":[315]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT","features":[315,307]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2","features":[315,307]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3","features":[315,307]},{"name":"D3DKMT_CHECKOCCLUSION","features":[315,307]},{"name":"D3DKMT_CHECKSHAREDRESOURCEACCESS","features":[315]},{"name":"D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP","features":[315]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE","features":[315,307]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2","features":[315,307]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3","features":[315,307]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO","features":[315]},{"name":"D3DKMT_CLIENTHINT","features":[315]},{"name":"D3DKMT_CLIENTHINT_11ON12","features":[315]},{"name":"D3DKMT_CLIENTHINT_9ON12","features":[315]},{"name":"D3DKMT_CLIENTHINT_CDD","features":[315]},{"name":"D3DKMT_CLIENTHINT_CLON12","features":[315]},{"name":"D3DKMT_CLIENTHINT_CUDA","features":[315]},{"name":"D3DKMT_CLIENTHINT_DML_PYTORCH","features":[315]},{"name":"D3DKMT_CLIENTHINT_DML_TENSORFLOW","features":[315]},{"name":"D3DKMT_CLIENTHINT_DX10","features":[315]},{"name":"D3DKMT_CLIENTHINT_DX11","features":[315]},{"name":"D3DKMT_CLIENTHINT_DX12","features":[315]},{"name":"D3DKMT_CLIENTHINT_DX7","features":[315]},{"name":"D3DKMT_CLIENTHINT_DX8","features":[315]},{"name":"D3DKMT_CLIENTHINT_DX9","features":[315]},{"name":"D3DKMT_CLIENTHINT_GLON12","features":[315]},{"name":"D3DKMT_CLIENTHINT_MAX","features":[315]},{"name":"D3DKMT_CLIENTHINT_MFT_ENCODE","features":[315]},{"name":"D3DKMT_CLIENTHINT_ONEAPI_LEVEL0","features":[315]},{"name":"D3DKMT_CLIENTHINT_OPENCL","features":[315]},{"name":"D3DKMT_CLIENTHINT_OPENGL","features":[315]},{"name":"D3DKMT_CLIENTHINT_RESERVED","features":[315]},{"name":"D3DKMT_CLIENTHINT_UNKNOWN","features":[315]},{"name":"D3DKMT_CLIENTHINT_VULKAN","features":[315]},{"name":"D3DKMT_CLOSEADAPTER","features":[315]},{"name":"D3DKMT_COMPOSITION_PRESENTHISTORYTOKEN","features":[315]},{"name":"D3DKMT_CONFIGURESHAREDRESOURCE","features":[315,307]},{"name":"D3DKMT_CONNECT_DOORBELL","features":[315]},{"name":"D3DKMT_CONNECT_DOORBELL_FLAGS","features":[315]},{"name":"D3DKMT_CPDRIVERNAME","features":[315]},{"name":"D3DKMT_CREATEALLOCATION","features":[315,307]},{"name":"D3DKMT_CREATEALLOCATIONFLAGS","features":[315]},{"name":"D3DKMT_CREATECONTEXT","features":[315]},{"name":"D3DKMT_CREATECONTEXTVIRTUAL","features":[315]},{"name":"D3DKMT_CREATEDCFROMMEMORY","features":[315,307,318]},{"name":"D3DKMT_CREATEDEVICE","features":[315]},{"name":"D3DKMT_CREATEDEVICEFLAGS","features":[315]},{"name":"D3DKMT_CREATEHWCONTEXT","features":[315]},{"name":"D3DKMT_CREATEHWQUEUE","features":[315]},{"name":"D3DKMT_CREATEKEYEDMUTEX","features":[315]},{"name":"D3DKMT_CREATEKEYEDMUTEX2","features":[315]},{"name":"D3DKMT_CREATEKEYEDMUTEX2_FLAGS","features":[315]},{"name":"D3DKMT_CREATENATIVEFENCE","features":[315]},{"name":"D3DKMT_CREATEOVERLAY","features":[315]},{"name":"D3DKMT_CREATEPAGINGQUEUE","features":[315]},{"name":"D3DKMT_CREATEPROTECTEDSESSION","features":[315]},{"name":"D3DKMT_CREATESTANDARDALLOCATION","features":[315]},{"name":"D3DKMT_CREATESTANDARDALLOCATIONFLAGS","features":[315]},{"name":"D3DKMT_CREATESYNCFILE","features":[315]},{"name":"D3DKMT_CREATESYNCHRONIZATIONOBJECT","features":[315,307]},{"name":"D3DKMT_CREATESYNCHRONIZATIONOBJECT2","features":[315,307]},{"name":"D3DKMT_CREATE_DOORBELL","features":[315]},{"name":"D3DKMT_CREATE_DOORBELL_FLAGS","features":[315]},{"name":"D3DKMT_CREATE_OUTPUTDUPL","features":[315,307]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT","features":[315]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER","features":[315]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_COPY","features":[315]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_NONE","features":[315]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_SCANOUT","features":[315]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_TEXTURE","features":[315]},{"name":"D3DKMT_CROSS_ADAPTER_RESOURCE_HEIGHT_ALIGNMENT","features":[315]},{"name":"D3DKMT_CROSS_ADAPTER_RESOURCE_PITCH_ALIGNMENT","features":[315]},{"name":"D3DKMT_CURRENTDISPLAYMODE","features":[315]},{"name":"D3DKMT_ClientPagingBuffer","features":[315]},{"name":"D3DKMT_ClientRenderBuffer","features":[315]},{"name":"D3DKMT_DEBUG_SNAPSHOT_ESCAPE","features":[315]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_DOWNWARD","features":[315]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_PASS","features":[315]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_UPWARD","features":[315]},{"name":"D3DKMT_DEFRAG_ESCAPE_GET_FRAGMENTATION_STATS","features":[315]},{"name":"D3DKMT_DEFRAG_ESCAPE_OPERATION","features":[315]},{"name":"D3DKMT_DEFRAG_ESCAPE_VERIFY_TRANSFER","features":[315]},{"name":"D3DKMT_DESTROYALLOCATION","features":[315]},{"name":"D3DKMT_DESTROYALLOCATION2","features":[315]},{"name":"D3DKMT_DESTROYCONTEXT","features":[315]},{"name":"D3DKMT_DESTROYDCFROMMEMORY","features":[315,307,318]},{"name":"D3DKMT_DESTROYDEVICE","features":[315]},{"name":"D3DKMT_DESTROYHWCONTEXT","features":[315]},{"name":"D3DKMT_DESTROYHWQUEUE","features":[315]},{"name":"D3DKMT_DESTROYKEYEDMUTEX","features":[315]},{"name":"D3DKMT_DESTROYOVERLAY","features":[315]},{"name":"D3DKMT_DESTROYPROTECTEDSESSION","features":[315]},{"name":"D3DKMT_DESTROYSYNCHRONIZATIONOBJECT","features":[315]},{"name":"D3DKMT_DESTROY_DOORBELL","features":[315]},{"name":"D3DKMT_DESTROY_OUTPUTDUPL","features":[315,307]},{"name":"D3DKMT_DEVICEESCAPE_RESTOREGAMMA","features":[315]},{"name":"D3DKMT_DEVICEESCAPE_TYPE","features":[315]},{"name":"D3DKMT_DEVICEESCAPE_VIDPNFROMALLOCATION","features":[315]},{"name":"D3DKMT_DEVICEEXECUTION_ACTIVE","features":[315]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_DMAFAULT","features":[315]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_DMAPAGEFAULT","features":[315]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_OUTOFMEMORY","features":[315]},{"name":"D3DKMT_DEVICEEXECUTION_HUNG","features":[315]},{"name":"D3DKMT_DEVICEEXECUTION_RESET","features":[315]},{"name":"D3DKMT_DEVICEEXECUTION_STATE","features":[315]},{"name":"D3DKMT_DEVICEEXECUTION_STOPPED","features":[315]},{"name":"D3DKMT_DEVICEPAGEFAULT_STATE","features":[315]},{"name":"D3DKMT_DEVICEPRESENT_QUEUE_STATE","features":[315,307]},{"name":"D3DKMT_DEVICEPRESENT_STATE","features":[315]},{"name":"D3DKMT_DEVICEPRESENT_STATE_DWM","features":[315]},{"name":"D3DKMT_DEVICERESET_STATE","features":[315]},{"name":"D3DKMT_DEVICESTATE_EXECUTION","features":[315]},{"name":"D3DKMT_DEVICESTATE_PAGE_FAULT","features":[315]},{"name":"D3DKMT_DEVICESTATE_PRESENT","features":[315]},{"name":"D3DKMT_DEVICESTATE_PRESENT_DWM","features":[315]},{"name":"D3DKMT_DEVICESTATE_PRESENT_QUEUE","features":[315]},{"name":"D3DKMT_DEVICESTATE_RESET","features":[315]},{"name":"D3DKMT_DEVICESTATE_TYPE","features":[315]},{"name":"D3DKMT_DEVICE_ERROR_REASON","features":[315]},{"name":"D3DKMT_DEVICE_ERROR_REASON_DRIVER_ERROR","features":[315]},{"name":"D3DKMT_DEVICE_ERROR_REASON_GENERIC","features":[315]},{"name":"D3DKMT_DEVICE_ESCAPE","features":[315]},{"name":"D3DKMT_DEVICE_IDS","features":[315]},{"name":"D3DKMT_DIRECTFLIP_SUPPORT","features":[315,307]},{"name":"D3DKMT_DIRTYREGIONS","features":[315,307]},{"name":"D3DKMT_DISPLAYMODE","features":[315]},{"name":"D3DKMT_DISPLAYMODELIST","features":[315]},{"name":"D3DKMT_DISPLAY_CAPS","features":[315]},{"name":"D3DKMT_DISPLAY_UMD_FILENAMEINFO","features":[315]},{"name":"D3DKMT_DLIST_DRIVER_NAME","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_ACTIVEVIDPN_COFUNCPATHMODALITY_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_ACTIVEVIDPN_SOURCEMODESET_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_GET_ACTIVEVIDPN_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_GET_LASTCLIENTCOMMITTEDVIDPN_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_GET_MONITORS_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_GET_SUMMARY_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VERSION_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VIDEO_PRESENT_SOURCES_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VIDEO_PRESENT_TARGETS_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_RECENTLY_COMMITTED_VIDPNS_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_RECENTLY_RECOMMENDED_VIDPNS_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_RECENT_MODECHANGE_REQUESTS_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_RECENT_MONITOR_PRESENCE_EVENTS_INFO","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_UNINITIALIZED","features":[315]},{"name":"D3DKMT_DMMESCAPETYPE_VIDPN_MGR_DIAGNOSTICS","features":[315]},{"name":"D3DKMT_DMM_ESCAPE","features":[315]},{"name":"D3DKMT_DOD_SET_DIRTYRECT_MODE","features":[315,307]},{"name":"D3DKMT_DRIVERCAPS_EXT","features":[315]},{"name":"D3DKMT_DRIVERVERSION","features":[315]},{"name":"D3DKMT_DRIVER_DESCRIPTION","features":[315]},{"name":"D3DKMT_DeferredCommandBuffer","features":[315]},{"name":"D3DKMT_DeviceCommandBuffer","features":[315]},{"name":"D3DKMT_DmaPacketTypeMax","features":[315]},{"name":"D3DKMT_ENUMADAPTERS","features":[315,307]},{"name":"D3DKMT_ENUMADAPTERS2","features":[315,307]},{"name":"D3DKMT_ENUMADAPTERS3","features":[315,307]},{"name":"D3DKMT_ENUMADAPTERS_FILTER","features":[315]},{"name":"D3DKMT_ESCAPE","features":[315]},{"name":"D3DKMT_ESCAPETYPE","features":[315]},{"name":"D3DKMT_ESCAPE_ACTIVATE_SPECIFIC_DIAG","features":[315]},{"name":"D3DKMT_ESCAPE_ADAPTER_VERIFIER_OPTION","features":[315]},{"name":"D3DKMT_ESCAPE_BDD_FALLBACK","features":[315]},{"name":"D3DKMT_ESCAPE_BDD_PNP","features":[315]},{"name":"D3DKMT_ESCAPE_BRIGHTNESS","features":[315]},{"name":"D3DKMT_ESCAPE_CCD_DATABASE","features":[315]},{"name":"D3DKMT_ESCAPE_DEBUG_SNAPSHOT","features":[315]},{"name":"D3DKMT_ESCAPE_DEVICE","features":[315]},{"name":"D3DKMT_ESCAPE_DIAGNOSTICS","features":[315]},{"name":"D3DKMT_ESCAPE_DMM","features":[315]},{"name":"D3DKMT_ESCAPE_DOD_SET_DIRTYRECT_MODE","features":[315]},{"name":"D3DKMT_ESCAPE_DRIVERPRIVATE","features":[315]},{"name":"D3DKMT_ESCAPE_DRT_TEST","features":[315]},{"name":"D3DKMT_ESCAPE_EDID_CACHE","features":[315]},{"name":"D3DKMT_ESCAPE_FORCE_BDDFALLBACK_HEADLESS","features":[315]},{"name":"D3DKMT_ESCAPE_GET_DISPLAY_CONFIGURATIONS","features":[315]},{"name":"D3DKMT_ESCAPE_GET_EXTERNAL_DIAGNOSTICS","features":[315]},{"name":"D3DKMT_ESCAPE_HISTORY_BUFFER_STATUS","features":[315]},{"name":"D3DKMT_ESCAPE_IDD_REQUEST","features":[315]},{"name":"D3DKMT_ESCAPE_LOG_CODEPOINT_PACKET","features":[315]},{"name":"D3DKMT_ESCAPE_LOG_USERMODE_DAIG_PACKET","features":[315]},{"name":"D3DKMT_ESCAPE_MIRACAST_ADAPTER_DIAG_INFO","features":[315]},{"name":"D3DKMT_ESCAPE_MIRACAST_DISPLAY_REQUEST","features":[315]},{"name":"D3DKMT_ESCAPE_MODES_PRUNED_OUT","features":[315]},{"name":"D3DKMT_ESCAPE_OUTPUTDUPL_DIAGNOSTICS","features":[315]},{"name":"D3DKMT_ESCAPE_OUTPUTDUPL_SNAPSHOT","features":[315]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_COMMAND","features":[315]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_DEFAULT","features":[315]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_FORCE_CPU","features":[315]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_FORCE_GPU","features":[315]},{"name":"D3DKMT_ESCAPE_PROCESS_VERIFIER_OPTION","features":[315]},{"name":"D3DKMT_ESCAPE_QUERY_DMA_REMAPPING_STATUS","features":[315]},{"name":"D3DKMT_ESCAPE_QUERY_IOMMU_STATUS","features":[315]},{"name":"D3DKMT_ESCAPE_REQUEST_MACHINE_CRASH","features":[315]},{"name":"D3DKMT_ESCAPE_SOFTGPU_ENABLE_DISABLE_HMD","features":[315]},{"name":"D3DKMT_ESCAPE_TDRDBGCTRL","features":[315]},{"name":"D3DKMT_ESCAPE_VIDMM","features":[315]},{"name":"D3DKMT_ESCAPE_VIDSCH","features":[315]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE","features":[315,307]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE","features":[315]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_BASE_DESKTOP_DURATION","features":[315]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_PROCESS_BOOST_ELIGIBLE","features":[315]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_VSYNC_MULTIPLIER","features":[315]},{"name":"D3DKMT_ESCAPE_WHQL_INFO","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_BDD_FALLBACK","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_COLOR_PROFILE_INFO","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_DDA_TEST_CTL","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_DISPBROKER_TEST","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_DPI_INFO","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_HIP_DEVICE_INFO","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_PRESENTER_VIEW_INFO","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_QUERY_CD_ROTATION_BLOCK","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_SET_DIMMED_STATE","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_SPECIALIZED_DISPLAY_TEST","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_START","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_SYSTEM_DPI","features":[315]},{"name":"D3DKMT_ESCAPE_WIN32K_USER_DETECTED_BLACK_SCREEN","features":[315]},{"name":"D3DKMT_EVICT","features":[315]},{"name":"D3DKMT_EVICTION_CRITERIA","features":[315]},{"name":"D3DKMT_FENCE_PRESENTHISTORYTOKEN","features":[315]},{"name":"D3DKMT_FLIPINFOFLAGS","features":[315]},{"name":"D3DKMT_FLIPMANAGER_AUXILIARYPRESENTINFO","features":[315,307]},{"name":"D3DKMT_FLIPMANAGER_PRESENTHISTORYTOKEN","features":[315]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE","features":[315]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE_FLIP_COMPLETE","features":[315]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE_FLIP_SUBMITTED","features":[315]},{"name":"D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN","features":[315,307]},{"name":"D3DKMT_FLIPMODEL_PRESENTHISTORYTOKENFLAGS","features":[315]},{"name":"D3DKMT_FLIPOVERLAY","features":[315]},{"name":"D3DKMT_FLIPQUEUEINFO","features":[315]},{"name":"D3DKMT_FLUSHHEAPTRANSITIONS","features":[315]},{"name":"D3DKMT_FREEGPUVIRTUALADDRESS","features":[315]},{"name":"D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN","features":[315,307]},{"name":"D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN","features":[315]},{"name":"D3DKMT_GDI_STYLE_HANDLE_DECORATION","features":[315]},{"name":"D3DKMT_GETALLOCATIONPRIORITY","features":[315]},{"name":"D3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[315]},{"name":"D3DKMT_GETCONTEXTSCHEDULINGPRIORITY","features":[315]},{"name":"D3DKMT_GETDEVICESTATE","features":[315,307]},{"name":"D3DKMT_GETDISPLAYMODELIST","features":[315]},{"name":"D3DKMT_GETMULTISAMPLEMETHODLIST","features":[315]},{"name":"D3DKMT_GETOVERLAYSTATE","features":[315,307]},{"name":"D3DKMT_GETPRESENTHISTORY","features":[315,307]},{"name":"D3DKMT_GETPRESENTHISTORY_MAXTOKENS","features":[315]},{"name":"D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT","features":[315,307]},{"name":"D3DKMT_GETRUNTIMEDATA","features":[315]},{"name":"D3DKMT_GETSCANLINE","features":[315,307]},{"name":"D3DKMT_GETSHAREDPRIMARYHANDLE","features":[315]},{"name":"D3DKMT_GETSHAREDRESOURCEADAPTERLUID","features":[315,307]},{"name":"D3DKMT_GETVERTICALBLANKEVENT","features":[315]},{"name":"D3DKMT_GET_DEVICE_VIDPN_OWNERSHIP_INFO","features":[315,307]},{"name":"D3DKMT_GET_GPUMMU_CAPS","features":[315,307]},{"name":"D3DKMT_GET_MULTIPLANE_OVERLAY_CAPS","features":[315]},{"name":"D3DKMT_GET_POST_COMPOSITION_CAPS","features":[315]},{"name":"D3DKMT_GET_PTE","features":[315,307]},{"name":"D3DKMT_GET_PTE_MAX","features":[315]},{"name":"D3DKMT_GET_QUEUEDLIMIT_PRESENT","features":[315]},{"name":"D3DKMT_GET_SEGMENT_CAPS","features":[315,307]},{"name":"D3DKMT_GPUMMU_CAPS","features":[315]},{"name":"D3DKMT_GPUVERSION","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_QUERY_STATE","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_QUERY_TYPE","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_HIGH_PERFORMANCE","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_MINIMUM_POWER","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_NOT_FOUND","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_UNINITIALIZED","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_UNSPECIFIED","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_USER_SPECIFIED_GPU","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_DX_DATABASE","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_IHV_DLIST","features":[315]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_USER_PREFERENCE","features":[315]},{"name":"D3DKMT_HISTORY_BUFFER_STATUS","features":[315,307]},{"name":"D3DKMT_HWDRM_SUPPORT","features":[315,307]},{"name":"D3DKMT_HYBRID_DLIST_DLL_SUPPORT","features":[315,307]},{"name":"D3DKMT_HYBRID_LIST","features":[315,307]},{"name":"D3DKMT_INDEPENDENTFLIP_SECONDARY_SUPPORT","features":[315,307]},{"name":"D3DKMT_INDEPENDENTFLIP_SUPPORT","features":[315,307]},{"name":"D3DKMT_INVALIDATEACTIVEVIDPN","features":[315]},{"name":"D3DKMT_INVALIDATECACHE","features":[315]},{"name":"D3DKMT_ISBADDRIVERFORHWPROTECTIONDISABLED","features":[315,307]},{"name":"D3DKMT_KMD_DRIVER_VERSION","features":[315]},{"name":"D3DKMT_LOCK","features":[315]},{"name":"D3DKMT_LOCK2","features":[315]},{"name":"D3DKMT_MARKDEVICEASERROR","features":[315]},{"name":"D3DKMT_MAX_BUNDLE_OBJECTS_PER_HANDLE","features":[315]},{"name":"D3DKMT_MAX_DMM_ESCAPE_DATASIZE","features":[315]},{"name":"D3DKMT_MAX_MULTIPLANE_OVERLAY_ALLOCATIONS_PER_PLANE","features":[315]},{"name":"D3DKMT_MAX_MULTIPLANE_OVERLAY_PLANES","features":[315]},{"name":"D3DKMT_MAX_OBJECTS_PER_HANDLE","features":[315]},{"name":"D3DKMT_MAX_PRESENT_HISTORY_RECTS","features":[315]},{"name":"D3DKMT_MAX_PRESENT_HISTORY_SCATTERBLTS","features":[315]},{"name":"D3DKMT_MAX_SEGMENT_COUNT","features":[315]},{"name":"D3DKMT_MAX_WAITFORVERTICALBLANK_OBJECTS","features":[315]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP","features":[315]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP_LOCAL","features":[315]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP_NON_LOCAL","features":[315]},{"name":"D3DKMT_MIRACASTCOMPANIONDRIVERNAME","features":[315]},{"name":"D3DKMT_MIRACAST_CHUNK_DATA","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_CANCELLED","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_ERROR","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_NOT_FOUND","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_NOT_STARTED","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_GPU_RESOURCE_IN_USE","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INSUFFICIENT_BANDWIDTH","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INSUFFICIENT_MEMORY","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INVALID_PARAMETER","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_PENDING","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_REMOTE_SESSION","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_SUCCESS","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_SUCCESS_NO_MONITOR","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_UNKOWN_ERROR","features":[315]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_UNKOWN_PAIRING","features":[315]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_CAPS","features":[315,307]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_STATE","features":[315]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_STATUS","features":[315]},{"name":"D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS","features":[315,307]},{"name":"D3DKMT_MIRACAST_DRIVER_IHV","features":[315]},{"name":"D3DKMT_MIRACAST_DRIVER_MS","features":[315]},{"name":"D3DKMT_MIRACAST_DRIVER_NOT_SUPPORTED","features":[315]},{"name":"D3DKMT_MIRACAST_DRIVER_TYPE","features":[315]},{"name":"D3DKMT_MOVE_RECT","features":[315,307]},{"name":"D3DKMT_MPO3DDI_SUPPORT","features":[315,307]},{"name":"D3DKMT_MPOKERNELCAPS_SUPPORT","features":[315,307]},{"name":"D3DKMT_MULIIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_PROGRESSIVE","features":[315]},{"name":"D3DKMT_MULTIPLANEOVERLAY_DECODE_SUPPORT","features":[315,307]},{"name":"D3DKMT_MULTIPLANEOVERLAY_HUD_SUPPORT","features":[315,307]},{"name":"D3DKMT_MULTIPLANEOVERLAY_SECONDARY_SUPPORT","features":[315,307]},{"name":"D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT","features":[315,307]},{"name":"D3DKMT_MULTIPLANEOVERLAY_SUPPORT","features":[315,307]},{"name":"D3DKMT_MULTIPLANE_OVERLAY","features":[315,307]},{"name":"D3DKMT_MULTIPLANE_OVERLAY2","features":[315,307]},{"name":"D3DKMT_MULTIPLANE_OVERLAY3","features":[315,307]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES","features":[315,307]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2","features":[315,307]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3","features":[315,307]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND_ALPHABLEND","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND_OPAQUE","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_CAPS","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAGS","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_HORIZONTAL_FLIP","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_STATIC_CHECK","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_VERTICAL_FLIP","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION","features":[315,307]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE","features":[315,307]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_HORIZONTAL","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_VERTICAL","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAGS","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE","features":[315]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC","features":[315]},{"name":"D3DKMT_MULTISAMPLEMETHOD","features":[315]},{"name":"D3DKMT_MaxAllocationPriorityClass","features":[315]},{"name":"D3DKMT_MmIoFlipCommandBuffer","features":[315]},{"name":"D3DKMT_NODEMETADATA","features":[315,307]},{"name":"D3DKMT_NODE_PERFDATA","features":[315]},{"name":"D3DKMT_NOTIFY_WORK_SUBMISSION","features":[315]},{"name":"D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS","features":[315]},{"name":"D3DKMT_OFFERALLOCATIONS","features":[315]},{"name":"D3DKMT_OFFER_FLAGS","features":[315]},{"name":"D3DKMT_OFFER_PRIORITY","features":[315]},{"name":"D3DKMT_OFFER_PRIORITY_AUTO","features":[315]},{"name":"D3DKMT_OFFER_PRIORITY_HIGH","features":[315]},{"name":"D3DKMT_OFFER_PRIORITY_LOW","features":[315]},{"name":"D3DKMT_OFFER_PRIORITY_NORMAL","features":[315]},{"name":"D3DKMT_OPENADAPTERFROMDEVICENAME","features":[315,307]},{"name":"D3DKMT_OPENADAPTERFROMGDIDISPLAYNAME","features":[315,307]},{"name":"D3DKMT_OPENADAPTERFROMHDC","features":[315,307,318]},{"name":"D3DKMT_OPENADAPTERFROMLUID","features":[315,307]},{"name":"D3DKMT_OPENGLINFO","features":[315]},{"name":"D3DKMT_OPENKEYEDMUTEX","features":[315]},{"name":"D3DKMT_OPENKEYEDMUTEX2","features":[315]},{"name":"D3DKMT_OPENKEYEDMUTEXFROMNTHANDLE","features":[315,307]},{"name":"D3DKMT_OPENNATIVEFENCEFROMNTHANDLE","features":[315,307]},{"name":"D3DKMT_OPENNTHANDLEFROMNAME","features":[308,315,307]},{"name":"D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE","features":[315,307]},{"name":"D3DKMT_OPENRESOURCE","features":[315]},{"name":"D3DKMT_OPENRESOURCEFROMNTHANDLE","features":[315,307]},{"name":"D3DKMT_OPENSYNCHRONIZATIONOBJECT","features":[315]},{"name":"D3DKMT_OPENSYNCOBJECTFROMNTHANDLE","features":[315,307]},{"name":"D3DKMT_OPENSYNCOBJECTFROMNTHANDLE2","features":[315,307]},{"name":"D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME","features":[308,315,307]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_INFO","features":[315,307]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE","features":[315]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_COLOR","features":[315]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR","features":[315]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME","features":[315]},{"name":"D3DKMT_OUTPUTDUPLCONTEXTSCOUNT","features":[315]},{"name":"D3DKMT_OUTPUTDUPLCREATIONFLAGS","features":[315]},{"name":"D3DKMT_OUTPUTDUPLPRESENT","features":[315,307]},{"name":"D3DKMT_OUTPUTDUPLPRESENTFLAGS","features":[315]},{"name":"D3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE","features":[315,307]},{"name":"D3DKMT_OUTPUTDUPL_FRAMEINFO","features":[315,307]},{"name":"D3DKMT_OUTPUTDUPL_GET_FRAMEINFO","features":[315,307]},{"name":"D3DKMT_OUTPUTDUPL_GET_POINTER_SHAPE_DATA","features":[315,307]},{"name":"D3DKMT_OUTPUTDUPL_KEYEDMUTEX","features":[315,307]},{"name":"D3DKMT_OUTPUTDUPL_METADATA","features":[315]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE","features":[315]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE_DIRTY_RECTS","features":[315]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE_MOVE_RECTS","features":[315]},{"name":"D3DKMT_OUTPUTDUPL_POINTER_POSITION","features":[315,307]},{"name":"D3DKMT_OUTPUTDUPL_RELEASE_FRAME","features":[315]},{"name":"D3DKMT_OUTPUTDUPL_SNAPSHOT","features":[315,307]},{"name":"D3DKMT_PAGE_TABLE_LEVEL_DESC","features":[315]},{"name":"D3DKMT_PANELFITTER_SUPPORT","features":[315,307]},{"name":"D3DKMT_PARAVIRTUALIZATION","features":[315,307]},{"name":"D3DKMT_PHYSICAL_ADAPTER_COUNT","features":[315]},{"name":"D3DKMT_PINDIRECTFLIPRESOURCES","features":[315]},{"name":"D3DKMT_PLANE_SPECIFIC_INPUT_FLAGS","features":[315]},{"name":"D3DKMT_PLANE_SPECIFIC_OUTPUT_FLAGS","features":[315]},{"name":"D3DKMT_PM_FLIPMANAGER","features":[315]},{"name":"D3DKMT_PM_REDIRECTED_BLT","features":[315]},{"name":"D3DKMT_PM_REDIRECTED_COMPOSITION","features":[315]},{"name":"D3DKMT_PM_REDIRECTED_FLIP","features":[315]},{"name":"D3DKMT_PM_REDIRECTED_GDI","features":[315]},{"name":"D3DKMT_PM_REDIRECTED_GDI_SYSMEM","features":[315]},{"name":"D3DKMT_PM_REDIRECTED_VISTABLT","features":[315]},{"name":"D3DKMT_PM_SCREENCAPTUREFENCE","features":[315]},{"name":"D3DKMT_PM_SURFACECOMPLETE","features":[315]},{"name":"D3DKMT_PM_UNINITIALIZED","features":[315]},{"name":"D3DKMT_PNP_KEY_HARDWARE","features":[315]},{"name":"D3DKMT_PNP_KEY_SOFTWARE","features":[315]},{"name":"D3DKMT_PNP_KEY_TYPE","features":[315]},{"name":"D3DKMT_POLLDISPLAYCHILDREN","features":[315]},{"name":"D3DKMT_PRESENT","features":[315,307]},{"name":"D3DKMT_PRESENTFLAGS","features":[315]},{"name":"D3DKMT_PRESENTHISTORYTOKEN","features":[315,307]},{"name":"D3DKMT_PRESENT_MODEL","features":[315]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY","features":[315,307]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY2","features":[315,307]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY3","features":[315,307]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS","features":[315]},{"name":"D3DKMT_PRESENT_REDIRECTED","features":[315,307]},{"name":"D3DKMT_PRESENT_REDIRECTED_FLAGS","features":[315]},{"name":"D3DKMT_PRESENT_RGNS","features":[315,307]},{"name":"D3DKMT_PRESENT_STATS","features":[315]},{"name":"D3DKMT_PRESENT_STATS_DWM","features":[315]},{"name":"D3DKMT_PRESENT_STATS_DWM2","features":[315]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION","features":[315,307]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_DATA","features":[315]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_TYPE","features":[315]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_VIDMM_FLAGS","features":[315]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_VIDMM_RESTRICT_BUDGET","features":[315]},{"name":"D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS","features":[315]},{"name":"D3DKMT_PROCESS_VERIFIER_VIDMM_RESTRICT_BUDGET","features":[315]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS","features":[315]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS_INVALID","features":[315]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS_OK","features":[315]},{"name":"D3DKMT_PreemptionAttempt","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissAlreadyPreempting","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissAlreadyRunning","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissFenceCommand","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissGlobalBlock","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissLessPriority","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissNextFence","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissNoCommand","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissNotEnabled","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissNotMakingProgress","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissPagingCommand","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissRemainingPreemptionQuantum","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissRemainingQuantum","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissRenderPendingFlip","features":[315]},{"name":"D3DKMT_PreemptionAttemptMissSplittedCommand","features":[315]},{"name":"D3DKMT_PreemptionAttemptStatisticsMax","features":[315]},{"name":"D3DKMT_PreemptionAttemptSuccess","features":[315]},{"name":"D3DKMT_QUERYADAPTERINFO","features":[315]},{"name":"D3DKMT_QUERYALLOCATIONRESIDENCY","features":[315]},{"name":"D3DKMT_QUERYCLOCKCALIBRATION","features":[315]},{"name":"D3DKMT_QUERYFSEBLOCK","features":[315,307]},{"name":"D3DKMT_QUERYFSEBLOCKFLAGS","features":[315]},{"name":"D3DKMT_QUERYPROCESSOFFERINFO","features":[315,307]},{"name":"D3DKMT_QUERYPROTECTEDSESSIONINFOFROMNTHANDLE","features":[315,307]},{"name":"D3DKMT_QUERYPROTECTEDSESSIONSTATUS","features":[315]},{"name":"D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME","features":[315]},{"name":"D3DKMT_QUERYRESOURCEINFO","features":[315]},{"name":"D3DKMT_QUERYRESOURCEINFOFROMNTHANDLE","features":[315,307]},{"name":"D3DKMT_QUERYRESULT_PREEMPTION_ATTEMPT_RESULT","features":[315]},{"name":"D3DKMT_QUERYRESULT_PREEMPTION_ATTEMPT_RESULT_MAX","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS","features":[315,307]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER_INFORMATION_FLAGS","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS_MAX","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_COMMITMENT_DATA","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_COUNTER","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_BUFFER","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE_MAX","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_MEMORY","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_MEMORY_USAGE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_NODE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_NODE2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_NODE_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PACKET_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PHYSICAL_ADAPTER","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PHYSICAL_ADAPTER_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_POLICY","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PREEMPTION_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INTERFERENCE_BUCKET_COUNT","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INTERFERENCE_COUNTERS","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_POLICY","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_VIDPNSOURCE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_VIDPNSOURCE_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_ADAPTER2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_ADAPTER_INFORMATION2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_NODE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_NODE2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_PHYSICAL_ADAPTER","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_PROCESS_SEGMENT_GROUP2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT_GROUP_USAGE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT_USAGE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_VIDPNSOURCE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE_MAX","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_RESULT","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT2","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_GROUP_USAGE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_PREFERENCE_MAX","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_APERTURE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_MEMORY","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_SYSMEM","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_USAGE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_TYPE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_VIDEO_MEMORY","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_VIDPNSOURCE","features":[315]},{"name":"D3DKMT_QUERYSTATISTICS_VIDPNSOURCE_INFORMATION","features":[315]},{"name":"D3DKMT_QUERYSTATSTICS_ALLOCATIONS","features":[315]},{"name":"D3DKMT_QUERYSTATSTICS_LOCKS","features":[315]},{"name":"D3DKMT_QUERYSTATSTICS_PAGING_FAULT","features":[315]},{"name":"D3DKMT_QUERYSTATSTICS_PAGING_TRANSFER","features":[315]},{"name":"D3DKMT_QUERYSTATSTICS_PREPRATION","features":[315]},{"name":"D3DKMT_QUERYSTATSTICS_REFERENCE_DMA_BUFFER","features":[315]},{"name":"D3DKMT_QUERYSTATSTICS_RENAMING","features":[315]},{"name":"D3DKMT_QUERYSTATSTICS_SWIZZLING_RANGE","features":[315]},{"name":"D3DKMT_QUERYSTATSTICS_TERMINATIONS","features":[315]},{"name":"D3DKMT_QUERYVIDEOMEMORYINFO","features":[315,307]},{"name":"D3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP","features":[315,307]},{"name":"D3DKMT_QUERY_ADAPTER_UNIQUE_GUID","features":[315]},{"name":"D3DKMT_QUERY_DEVICE_IDS","features":[315]},{"name":"D3DKMT_QUERY_GPUMMU_CAPS","features":[315]},{"name":"D3DKMT_QUERY_MIRACAST_DRIVER_TYPE","features":[315]},{"name":"D3DKMT_QUERY_PHYSICAL_ADAPTER_PNP_KEY","features":[315]},{"name":"D3DKMT_QUERY_SCANOUT_CAPS","features":[315]},{"name":"D3DKMT_QUEUEDLIMIT_TYPE","features":[315]},{"name":"D3DKMT_QueuePacketTypeMax","features":[315]},{"name":"D3DKMT_RECLAIMALLOCATIONS","features":[315,307]},{"name":"D3DKMT_RECLAIMALLOCATIONS2","features":[315,307]},{"name":"D3DKMT_REGISTERBUDGETCHANGENOTIFICATION","features":[315]},{"name":"D3DKMT_REGISTERTRIMNOTIFICATION","features":[315,307]},{"name":"D3DKMT_RELEASEKEYEDMUTEX","features":[315]},{"name":"D3DKMT_RELEASEKEYEDMUTEX2","features":[315]},{"name":"D3DKMT_RENDER","features":[315]},{"name":"D3DKMT_RENDERFLAGS","features":[315]},{"name":"D3DKMT_REQUEST_MACHINE_CRASH_ESCAPE","features":[315]},{"name":"D3DKMT_RenderCommandBuffer","features":[315]},{"name":"D3DKMT_SCATTERBLT","features":[315,307]},{"name":"D3DKMT_SCATTERBLTS","features":[315,307]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS","features":[315]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_ABOVE_NORMAL","features":[315]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_BELOW_NORMAL","features":[315]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_HIGH","features":[315]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_IDLE","features":[315]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_NORMAL","features":[315]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_REALTIME","features":[315]},{"name":"D3DKMT_SEGMENTGROUPSIZEINFO","features":[315]},{"name":"D3DKMT_SEGMENTSIZEINFO","features":[315]},{"name":"D3DKMT_SEGMENT_CAPS","features":[315,307]},{"name":"D3DKMT_SETALLOCATIONPRIORITY","features":[315]},{"name":"D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[315]},{"name":"D3DKMT_SETCONTEXTSCHEDULINGPRIORITY","features":[315]},{"name":"D3DKMT_SETCONTEXTSCHEDULINGPRIORITY_ABSOLUTE","features":[315]},{"name":"D3DKMT_SETDISPLAYMODE","features":[315]},{"name":"D3DKMT_SETDISPLAYMODE_FLAGS","features":[315]},{"name":"D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT","features":[315]},{"name":"D3DKMT_SETFSEBLOCK","features":[315,307]},{"name":"D3DKMT_SETFSEBLOCKFLAGS","features":[315]},{"name":"D3DKMT_SETGAMMARAMP","features":[315]},{"name":"D3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY","features":[315,307]},{"name":"D3DKMT_SETQUEUEDLIMIT","features":[315]},{"name":"D3DKMT_SETSTABLEPOWERSTATE","features":[315,307]},{"name":"D3DKMT_SETSYNCREFRESHCOUNTWAITTARGET","features":[315]},{"name":"D3DKMT_SETVIDPNSOURCEHWPROTECTION","features":[315,307]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER","features":[315]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER1","features":[315]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER2","features":[315]},{"name":"D3DKMT_SET_COLORSPACE_TRANSFORM","features":[315,307]},{"name":"D3DKMT_SET_QUEUEDLIMIT_PRESENT","features":[315]},{"name":"D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION","features":[315,307]},{"name":"D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION","features":[315,307]},{"name":"D3DKMT_SHAREOBJECTWITHHOST","features":[315]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECT","features":[315]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECT2","features":[315,307]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU","features":[315]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU","features":[315]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2","features":[315,307]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE","features":[315]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_EXISTINGHEAP","features":[315]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_INTERNALBACKINGSTORE","features":[315]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_MAX","features":[315]},{"name":"D3DKMT_STANDARDALLOCATION_EXISTINGHEAP","features":[315]},{"name":"D3DKMT_SUBKEY_DX9","features":[315]},{"name":"D3DKMT_SUBKEY_OPENGL","features":[315]},{"name":"D3DKMT_SUBMITCOMMAND","features":[315]},{"name":"D3DKMT_SUBMITCOMMANDFLAGS","features":[315]},{"name":"D3DKMT_SUBMITCOMMANDTOHWQUEUE","features":[315]},{"name":"D3DKMT_SUBMITPRESENTBLTTOHWQUEUE","features":[315,307]},{"name":"D3DKMT_SUBMITPRESENTTOHWQUEUE","features":[315,307]},{"name":"D3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE","features":[315]},{"name":"D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE","features":[315]},{"name":"D3DKMT_SURFACECOMPLETE_PRESENTHISTORYTOKEN","features":[315]},{"name":"D3DKMT_SignalCommandBuffer","features":[315]},{"name":"D3DKMT_SoftwareCommandBuffer","features":[315]},{"name":"D3DKMT_SystemCommandBuffer","features":[315]},{"name":"D3DKMT_SystemPagingBuffer","features":[315]},{"name":"D3DKMT_SystemPreemptionBuffer","features":[315]},{"name":"D3DKMT_TDRDBGCTRLTYPE","features":[315]},{"name":"D3DKMT_TDRDBGCTRLTYPE_DISABLEBREAK","features":[315]},{"name":"D3DKMT_TDRDBGCTRLTYPE_ENABLEBREAK","features":[315]},{"name":"D3DKMT_TDRDBGCTRLTYPE_ENGINETDR","features":[315]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCEDODTDR","features":[315]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCEDODVSYNCTDR","features":[315]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCETDR","features":[315]},{"name":"D3DKMT_TDRDBGCTRLTYPE_GPUTDR","features":[315]},{"name":"D3DKMT_TDRDBGCTRLTYPE_UNCONDITIONAL","features":[315]},{"name":"D3DKMT_TDRDBGCTRLTYPE_VSYNCTDR","features":[315]},{"name":"D3DKMT_TDRDBGCTRL_ESCAPE","features":[315]},{"name":"D3DKMT_TRACKEDWORKLOAD_SUPPORT","features":[315,307]},{"name":"D3DKMT_TRIMNOTIFICATION","features":[315]},{"name":"D3DKMT_TRIMPROCESSCOMMITMENT","features":[315,307]},{"name":"D3DKMT_TRIMPROCESSCOMMITMENT_FLAGS","features":[315]},{"name":"D3DKMT_UMDFILENAMEINFO","features":[315]},{"name":"D3DKMT_UMD_DRIVER_VERSION","features":[315]},{"name":"D3DKMT_UNLOCK","features":[315]},{"name":"D3DKMT_UNLOCK2","features":[315]},{"name":"D3DKMT_UNPINDIRECTFLIPRESOURCES","features":[315]},{"name":"D3DKMT_UNREGISTERBUDGETCHANGENOTIFICATION","features":[315]},{"name":"D3DKMT_UNREGISTERTRIMNOTIFICATION","features":[315]},{"name":"D3DKMT_UPDATEGPUVIRTUALADDRESS","features":[315]},{"name":"D3DKMT_UPDATEOVERLAY","features":[315]},{"name":"D3DKMT_VAD_DESC","features":[315]},{"name":"D3DKMT_VAD_ESCAPE_COMMAND","features":[315]},{"name":"D3DKMT_VAD_ESCAPE_GETNUMVADS","features":[315]},{"name":"D3DKMT_VAD_ESCAPE_GETVAD","features":[315]},{"name":"D3DKMT_VAD_ESCAPE_GETVADRANGE","features":[315]},{"name":"D3DKMT_VAD_ESCAPE_GET_GPUMMU_CAPS","features":[315]},{"name":"D3DKMT_VAD_ESCAPE_GET_PTE","features":[315]},{"name":"D3DKMT_VAD_ESCAPE_GET_SEGMENT_CAPS","features":[315]},{"name":"D3DKMT_VA_RANGE_DESC","features":[315]},{"name":"D3DKMT_VERIFIER_OPTION_MODE","features":[315]},{"name":"D3DKMT_VERIFIER_OPTION_QUERY","features":[315]},{"name":"D3DKMT_VERIFIER_OPTION_SET","features":[315]},{"name":"D3DKMT_VGPUINTERFACEID","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_APERTURE_CORRUPTION_CHECK","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_DEFRAG","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_DELAYEXECUTION","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT_BY_CRITERIA","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT_BY_NT_HANDLE","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_GET_BUDGET","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_GET_VAD_INFO","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_RESUME_PROCESS","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_RUN_COHERENCY_TEST","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_RUN_UNMAP_TO_DUMMY_PAGE_TEST","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_SETFAULT","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_BUDGET","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_EVICTION_CONFIG","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_TRIM_INTERVALS","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_SUSPEND_CPU_ACCESS_TEST","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_SUSPEND_PROCESS","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_VALIDATE_INTEGRITY","features":[315]},{"name":"D3DKMT_VIDMMESCAPETYPE_WAKE","features":[315]},{"name":"D3DKMT_VIDMM_ESCAPE","features":[315,307]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EMULATED","features":[315]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EXCLUSIVE","features":[315]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EXCLUSIVEGDI","features":[315]},{"name":"D3DKMT_VIDPNSOURCEOWNER_FLAGS","features":[315]},{"name":"D3DKMT_VIDPNSOURCEOWNER_SHARED","features":[315]},{"name":"D3DKMT_VIDPNSOURCEOWNER_TYPE","features":[315]},{"name":"D3DKMT_VIDPNSOURCEOWNER_UNOWNED","features":[315]},{"name":"D3DKMT_VIDSCHESCAPETYPE","features":[315]},{"name":"D3DKMT_VIDSCHESCAPETYPE_CONFIGURE_TDR_LIMIT","features":[315]},{"name":"D3DKMT_VIDSCHESCAPETYPE_ENABLECONTEXTDELAY","features":[315]},{"name":"D3DKMT_VIDSCHESCAPETYPE_PFN_CONTROL","features":[315]},{"name":"D3DKMT_VIDSCHESCAPETYPE_PREEMPTIONCONTROL","features":[315]},{"name":"D3DKMT_VIDSCHESCAPETYPE_SUSPENDRESUME","features":[315]},{"name":"D3DKMT_VIDSCHESCAPETYPE_SUSPENDSCHEDULER","features":[315]},{"name":"D3DKMT_VIDSCHESCAPETYPE_TDRCONTROL","features":[315]},{"name":"D3DKMT_VIDSCHESCAPETYPE_VGPU_RESET","features":[315]},{"name":"D3DKMT_VIDSCHESCAPETYPE_VIRTUAL_REFRESH_RATE","features":[315]},{"name":"D3DKMT_VIDSCH_ESCAPE","features":[315,307]},{"name":"D3DKMT_VIRTUALADDRESSFLAGS","features":[315]},{"name":"D3DKMT_VIRTUALADDRESSINFO","features":[315]},{"name":"D3DKMT_WAITFORIDLE","features":[315]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECT","features":[315]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECT2","features":[315]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU","features":[315,307]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU","features":[315]},{"name":"D3DKMT_WAITFORVERTICALBLANKEVENT","features":[315]},{"name":"D3DKMT_WAITFORVERTICALBLANKEVENT2","features":[315]},{"name":"D3DKMT_WDDM_1_2_CAPS","features":[315]},{"name":"D3DKMT_WDDM_1_3_CAPS","features":[315]},{"name":"D3DKMT_WDDM_2_0_CAPS","features":[315]},{"name":"D3DKMT_WDDM_2_7_CAPS","features":[315]},{"name":"D3DKMT_WDDM_2_9_CAPS","features":[315]},{"name":"D3DKMT_WDDM_3_0_CAPS","features":[315]},{"name":"D3DKMT_WDDM_3_1_CAPS","features":[315]},{"name":"D3DKMT_WORKINGSETFLAGS","features":[315]},{"name":"D3DKMT_WORKINGSETINFO","features":[315]},{"name":"D3DKMT_WSAUMDIMAGENAME","features":[315]},{"name":"D3DKMT_WaitCommandBuffer","features":[315]},{"name":"D3DKMT_XBOX","features":[315,307]},{"name":"D3DLINEPATTERN","features":[315]},{"name":"D3DNTCLEAR_COMPUTERECTS","features":[315]},{"name":"D3DNTDEVICEDESC_V3","features":[315,307,316]},{"name":"D3DNTDP2OP_ADDDIRTYBOX","features":[315]},{"name":"D3DNTDP2OP_ADDDIRTYRECT","features":[315]},{"name":"D3DNTDP2OP_BLT","features":[315]},{"name":"D3DNTDP2OP_BUFFERBLT","features":[315]},{"name":"D3DNTDP2OP_CLEAR","features":[315]},{"name":"D3DNTDP2OP_CLIPPEDTRIANGLEFAN","features":[315]},{"name":"D3DNTDP2OP_COLORFILL","features":[315]},{"name":"D3DNTDP2OP_COMPOSERECTS","features":[315]},{"name":"D3DNTDP2OP_CREATELIGHT","features":[315]},{"name":"D3DNTDP2OP_CREATEPIXELSHADER","features":[315]},{"name":"D3DNTDP2OP_CREATEQUERY","features":[315]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADER","features":[315]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADERDECL","features":[315]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADERFUNC","features":[315]},{"name":"D3DNTDP2OP_DELETEPIXELSHADER","features":[315]},{"name":"D3DNTDP2OP_DELETEQUERY","features":[315]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADER","features":[315]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADERDECL","features":[315]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADERFUNC","features":[315]},{"name":"D3DNTDP2OP_DRAWINDEXEDPRIMITIVE","features":[315]},{"name":"D3DNTDP2OP_DRAWINDEXEDPRIMITIVE2","features":[315]},{"name":"D3DNTDP2OP_DRAWPRIMITIVE","features":[315]},{"name":"D3DNTDP2OP_DRAWPRIMITIVE2","features":[315]},{"name":"D3DNTDP2OP_DRAWRECTPATCH","features":[315]},{"name":"D3DNTDP2OP_DRAWTRIPATCH","features":[315]},{"name":"D3DNTDP2OP_GENERATEMIPSUBLEVELS","features":[315]},{"name":"D3DNTDP2OP_INDEXEDLINELIST","features":[315]},{"name":"D3DNTDP2OP_INDEXEDLINELIST2","features":[315]},{"name":"D3DNTDP2OP_INDEXEDLINESTRIP","features":[315]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLEFAN","features":[315]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLELIST","features":[315]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLELIST2","features":[315]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLESTRIP","features":[315]},{"name":"D3DNTDP2OP_ISSUEQUERY","features":[315]},{"name":"D3DNTDP2OP_LINELIST","features":[315]},{"name":"D3DNTDP2OP_LINELIST_IMM","features":[315]},{"name":"D3DNTDP2OP_LINESTRIP","features":[315]},{"name":"D3DNTDP2OP_MULTIPLYTRANSFORM","features":[315]},{"name":"D3DNTDP2OP_POINTS","features":[315]},{"name":"D3DNTDP2OP_RENDERSTATE","features":[315]},{"name":"D3DNTDP2OP_RESPONSECONTINUE","features":[315]},{"name":"D3DNTDP2OP_RESPONSEQUERY","features":[315]},{"name":"D3DNTDP2OP_SETCLIPPLANE","features":[315]},{"name":"D3DNTDP2OP_SETCONVOLUTIONKERNELMONO","features":[315]},{"name":"D3DNTDP2OP_SETDEPTHSTENCIL","features":[315]},{"name":"D3DNTDP2OP_SETINDICES","features":[315]},{"name":"D3DNTDP2OP_SETLIGHT","features":[315]},{"name":"D3DNTDP2OP_SETMATERIAL","features":[315]},{"name":"D3DNTDP2OP_SETPALETTE","features":[315]},{"name":"D3DNTDP2OP_SETPIXELSHADER","features":[315]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONST","features":[315]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONSTB","features":[315]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONSTI","features":[315]},{"name":"D3DNTDP2OP_SETPRIORITY","features":[315]},{"name":"D3DNTDP2OP_SETRENDERTARGET","features":[315]},{"name":"D3DNTDP2OP_SETRENDERTARGET2","features":[315]},{"name":"D3DNTDP2OP_SETSCISSORRECT","features":[315]},{"name":"D3DNTDP2OP_SETSTREAMSOURCE","features":[315]},{"name":"D3DNTDP2OP_SETSTREAMSOURCE2","features":[315]},{"name":"D3DNTDP2OP_SETSTREAMSOURCEFREQ","features":[315]},{"name":"D3DNTDP2OP_SETSTREAMSOURCEUM","features":[315]},{"name":"D3DNTDP2OP_SETTEXLOD","features":[315]},{"name":"D3DNTDP2OP_SETTRANSFORM","features":[315]},{"name":"D3DNTDP2OP_SETVERTEXSHADER","features":[315]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONST","features":[315]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONSTB","features":[315]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONSTI","features":[315]},{"name":"D3DNTDP2OP_SETVERTEXSHADERDECL","features":[315]},{"name":"D3DNTDP2OP_SETVERTEXSHADERFUNC","features":[315]},{"name":"D3DNTDP2OP_STATESET","features":[315]},{"name":"D3DNTDP2OP_SURFACEBLT","features":[315]},{"name":"D3DNTDP2OP_TEXBLT","features":[315]},{"name":"D3DNTDP2OP_TEXTURESTAGESTATE","features":[315]},{"name":"D3DNTDP2OP_TRIANGLEFAN","features":[315]},{"name":"D3DNTDP2OP_TRIANGLEFAN_IMM","features":[315]},{"name":"D3DNTDP2OP_TRIANGLELIST","features":[315]},{"name":"D3DNTDP2OP_TRIANGLESTRIP","features":[315]},{"name":"D3DNTDP2OP_UPDATEPALETTE","features":[315]},{"name":"D3DNTDP2OP_VIEWPORTINFO","features":[315]},{"name":"D3DNTDP2OP_VOLUMEBLT","features":[315]},{"name":"D3DNTDP2OP_WINFO","features":[315]},{"name":"D3DNTDP2OP_ZRANGE","features":[315]},{"name":"D3DNTHAL2_CB32_SETRENDERTARGET","features":[315]},{"name":"D3DNTHAL3_CB32_CLEAR2","features":[315]},{"name":"D3DNTHAL3_CB32_DRAWPRIMITIVES2","features":[315]},{"name":"D3DNTHAL3_CB32_RESERVED","features":[315]},{"name":"D3DNTHAL3_CB32_VALIDATETEXTURESTAGESTATE","features":[315]},{"name":"D3DNTHALDEVICEDESC_V1","features":[315,307,316]},{"name":"D3DNTHALDEVICEDESC_V2","features":[315,307,316]},{"name":"D3DNTHALDP2_EXECUTEBUFFER","features":[315]},{"name":"D3DNTHALDP2_REQCOMMANDBUFSIZE","features":[315]},{"name":"D3DNTHALDP2_REQVERTEXBUFSIZE","features":[315]},{"name":"D3DNTHALDP2_SWAPCOMMANDBUFFER","features":[315]},{"name":"D3DNTHALDP2_SWAPVERTEXBUFFER","features":[315]},{"name":"D3DNTHALDP2_USERMEMVERTICES","features":[315]},{"name":"D3DNTHALDP2_VIDMEMCOMMANDBUF","features":[315]},{"name":"D3DNTHALDP2_VIDMEMVERTEXBUF","features":[315]},{"name":"D3DNTHAL_CALLBACKS","features":[315,307,317]},{"name":"D3DNTHAL_CALLBACKS2","features":[315,307,317]},{"name":"D3DNTHAL_CALLBACKS3","features":[315,307,316,317]},{"name":"D3DNTHAL_CLEAR2DATA","features":[315,316]},{"name":"D3DNTHAL_CLIPPEDTRIANGLEFAN","features":[315]},{"name":"D3DNTHAL_COL_WEIGHTS","features":[315]},{"name":"D3DNTHAL_CONTEXTCREATEDATA","features":[315,307,317]},{"name":"D3DNTHAL_CONTEXTDESTROYALLDATA","features":[315]},{"name":"D3DNTHAL_CONTEXTDESTROYDATA","features":[315]},{"name":"D3DNTHAL_CONTEXT_BAD","features":[315]},{"name":"D3DNTHAL_D3DDX6EXTENDEDCAPS","features":[315]},{"name":"D3DNTHAL_D3DEXTENDEDCAPS","features":[315]},{"name":"D3DNTHAL_DP2ADDDIRTYBOX","features":[315,316]},{"name":"D3DNTHAL_DP2ADDDIRTYRECT","features":[315,307]},{"name":"D3DNTHAL_DP2BLT","features":[315,307]},{"name":"D3DNTHAL_DP2BUFFERBLT","features":[315,316]},{"name":"D3DNTHAL_DP2CLEAR","features":[315,307]},{"name":"D3DNTHAL_DP2COLORFILL","features":[315,307]},{"name":"D3DNTHAL_DP2COMMAND","features":[315]},{"name":"D3DNTHAL_DP2COMPOSERECTS","features":[315,316]},{"name":"D3DNTHAL_DP2CREATELIGHT","features":[315]},{"name":"D3DNTHAL_DP2CREATEPIXELSHADER","features":[315]},{"name":"D3DNTHAL_DP2CREATEQUERY","features":[315,316]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADER","features":[315]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADERDECL","features":[315]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADERFUNC","features":[315]},{"name":"D3DNTHAL_DP2DELETEQUERY","features":[315]},{"name":"D3DNTHAL_DP2DRAWINDEXEDPRIMITIVE","features":[315,316]},{"name":"D3DNTHAL_DP2DRAWINDEXEDPRIMITIVE2","features":[315,316]},{"name":"D3DNTHAL_DP2DRAWPRIMITIVE","features":[315,316]},{"name":"D3DNTHAL_DP2DRAWPRIMITIVE2","features":[315,316]},{"name":"D3DNTHAL_DP2DRAWRECTPATCH","features":[315]},{"name":"D3DNTHAL_DP2DRAWTRIPATCH","features":[315]},{"name":"D3DNTHAL_DP2EXT","features":[315]},{"name":"D3DNTHAL_DP2GENERATEMIPSUBLEVELS","features":[315,316]},{"name":"D3DNTHAL_DP2INDEXEDLINELIST","features":[315]},{"name":"D3DNTHAL_DP2INDEXEDLINESTRIP","features":[315]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLEFAN","features":[315]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLELIST","features":[315]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLELIST2","features":[315]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLESTRIP","features":[315]},{"name":"D3DNTHAL_DP2ISSUEQUERY","features":[315]},{"name":"D3DNTHAL_DP2LINELIST","features":[315]},{"name":"D3DNTHAL_DP2LINESTRIP","features":[315]},{"name":"D3DNTHAL_DP2MULTIPLYTRANSFORM","features":[69,315,316]},{"name":"D3DNTHAL_DP2OPERATION","features":[315]},{"name":"D3DNTHAL_DP2PIXELSHADER","features":[315]},{"name":"D3DNTHAL_DP2POINTS","features":[315]},{"name":"D3DNTHAL_DP2RENDERSTATE","features":[315,316]},{"name":"D3DNTHAL_DP2RESPONSE","features":[315]},{"name":"D3DNTHAL_DP2RESPONSEQUERY","features":[315]},{"name":"D3DNTHAL_DP2SETCLIPPLANE","features":[315]},{"name":"D3DNTHAL_DP2SETCONVOLUTIONKERNELMONO","features":[315]},{"name":"D3DNTHAL_DP2SETDEPTHSTENCIL","features":[315]},{"name":"D3DNTHAL_DP2SETINDICES","features":[315]},{"name":"D3DNTHAL_DP2SETLIGHT","features":[315]},{"name":"D3DNTHAL_DP2SETPALETTE","features":[315]},{"name":"D3DNTHAL_DP2SETPIXELSHADERCONST","features":[315]},{"name":"D3DNTHAL_DP2SETPRIORITY","features":[315]},{"name":"D3DNTHAL_DP2SETRENDERTARGET","features":[315]},{"name":"D3DNTHAL_DP2SETRENDERTARGET2","features":[315]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCE","features":[315]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCE2","features":[315]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCEFREQ","features":[315]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCEUM","features":[315]},{"name":"D3DNTHAL_DP2SETTEXLOD","features":[315]},{"name":"D3DNTHAL_DP2SETTRANSFORM","features":[69,315,316]},{"name":"D3DNTHAL_DP2SETVERTEXSHADERCONST","features":[315]},{"name":"D3DNTHAL_DP2STARTVERTEX","features":[315]},{"name":"D3DNTHAL_DP2STATESET","features":[315,316]},{"name":"D3DNTHAL_DP2SURFACEBLT","features":[315,307]},{"name":"D3DNTHAL_DP2TEXBLT","features":[315,307]},{"name":"D3DNTHAL_DP2TEXTURESTAGESTATE","features":[315]},{"name":"D3DNTHAL_DP2TRIANGLEFAN","features":[315]},{"name":"D3DNTHAL_DP2TRIANGLEFAN_IMM","features":[315]},{"name":"D3DNTHAL_DP2TRIANGLELIST","features":[315]},{"name":"D3DNTHAL_DP2TRIANGLESTRIP","features":[315]},{"name":"D3DNTHAL_DP2UPDATEPALETTE","features":[315]},{"name":"D3DNTHAL_DP2VERTEXSHADER","features":[315]},{"name":"D3DNTHAL_DP2VIEWPORTINFO","features":[315]},{"name":"D3DNTHAL_DP2VOLUMEBLT","features":[315,316]},{"name":"D3DNTHAL_DP2WINFO","features":[315]},{"name":"D3DNTHAL_DP2ZRANGE","features":[315]},{"name":"D3DNTHAL_DRAWPRIMITIVES2DATA","features":[315,307,317]},{"name":"D3DNTHAL_GLOBALDRIVERDATA","features":[315,307,316,317]},{"name":"D3DNTHAL_NUMCLIPVERTICES","features":[315]},{"name":"D3DNTHAL_OUTOFCONTEXTS","features":[315]},{"name":"D3DNTHAL_ROW_WEIGHTS","features":[315]},{"name":"D3DNTHAL_SCENECAPTUREDATA","features":[315]},{"name":"D3DNTHAL_SCENE_CAPTURE_END","features":[315]},{"name":"D3DNTHAL_SCENE_CAPTURE_START","features":[315]},{"name":"D3DNTHAL_SETRENDERTARGETDATA","features":[315,307,317]},{"name":"D3DNTHAL_STATESETCREATE","features":[315]},{"name":"D3DNTHAL_TEXTURECREATEDATA","features":[315,307]},{"name":"D3DNTHAL_TEXTUREDESTROYDATA","features":[315]},{"name":"D3DNTHAL_TEXTUREGETSURFDATA","features":[315,307]},{"name":"D3DNTHAL_TEXTURESWAPDATA","features":[315]},{"name":"D3DNTHAL_TSS_MAXSTAGES","features":[315]},{"name":"D3DNTHAL_TSS_RENDERSTATEBASE","features":[315]},{"name":"D3DNTHAL_TSS_STATESPERSTAGE","features":[315]},{"name":"D3DNTHAL_VALIDATETEXTURESTAGESTATEDATA","features":[315]},{"name":"D3DPMISCCAPS_FOGINFVF","features":[315]},{"name":"D3DPMISCCAPS_LINEPATTERNREP","features":[315]},{"name":"D3DPRASTERCAPS_PAT","features":[315]},{"name":"D3DPRASTERCAPS_STRETCHBLTMULTISAMPLE","features":[315]},{"name":"D3DPS_COLOROUT_MAX_V2_0","features":[315]},{"name":"D3DPS_COLOROUT_MAX_V2_1","features":[315]},{"name":"D3DPS_COLOROUT_MAX_V3_0","features":[315]},{"name":"D3DPS_CONSTBOOLREG_MAX_SW_DX9","features":[315]},{"name":"D3DPS_CONSTBOOLREG_MAX_V2_1","features":[315]},{"name":"D3DPS_CONSTBOOLREG_MAX_V3_0","features":[315]},{"name":"D3DPS_CONSTINTREG_MAX_SW_DX9","features":[315]},{"name":"D3DPS_CONSTINTREG_MAX_V2_1","features":[315]},{"name":"D3DPS_CONSTINTREG_MAX_V3_0","features":[315]},{"name":"D3DPS_CONSTREG_MAX_DX8","features":[315]},{"name":"D3DPS_CONSTREG_MAX_SW_DX9","features":[315]},{"name":"D3DPS_CONSTREG_MAX_V1_1","features":[315]},{"name":"D3DPS_CONSTREG_MAX_V1_2","features":[315]},{"name":"D3DPS_CONSTREG_MAX_V1_3","features":[315]},{"name":"D3DPS_CONSTREG_MAX_V1_4","features":[315]},{"name":"D3DPS_CONSTREG_MAX_V2_0","features":[315]},{"name":"D3DPS_CONSTREG_MAX_V2_1","features":[315]},{"name":"D3DPS_CONSTREG_MAX_V3_0","features":[315]},{"name":"D3DPS_INPUTREG_MAX_DX8","features":[315]},{"name":"D3DPS_INPUTREG_MAX_SW_DX9","features":[315]},{"name":"D3DPS_INPUTREG_MAX_V1_1","features":[315]},{"name":"D3DPS_INPUTREG_MAX_V1_2","features":[315]},{"name":"D3DPS_INPUTREG_MAX_V1_3","features":[315]},{"name":"D3DPS_INPUTREG_MAX_V1_4","features":[315]},{"name":"D3DPS_INPUTREG_MAX_V2_0","features":[315]},{"name":"D3DPS_INPUTREG_MAX_V2_1","features":[315]},{"name":"D3DPS_INPUTREG_MAX_V3_0","features":[315]},{"name":"D3DPS_MAXLOOPINITVALUE_V2_1","features":[315]},{"name":"D3DPS_MAXLOOPINITVALUE_V3_0","features":[315]},{"name":"D3DPS_MAXLOOPITERATIONCOUNT_V2_1","features":[315]},{"name":"D3DPS_MAXLOOPITERATIONCOUNT_V3_0","features":[315]},{"name":"D3DPS_MAXLOOPSTEP_V2_1","features":[315]},{"name":"D3DPS_MAXLOOPSTEP_V3_0","features":[315]},{"name":"D3DPS_PREDICATE_MAX_V2_1","features":[315]},{"name":"D3DPS_PREDICATE_MAX_V3_0","features":[315]},{"name":"D3DPS_TEMPREG_MAX_DX8","features":[315]},{"name":"D3DPS_TEMPREG_MAX_V1_1","features":[315]},{"name":"D3DPS_TEMPREG_MAX_V1_2","features":[315]},{"name":"D3DPS_TEMPREG_MAX_V1_3","features":[315]},{"name":"D3DPS_TEMPREG_MAX_V1_4","features":[315]},{"name":"D3DPS_TEMPREG_MAX_V2_0","features":[315]},{"name":"D3DPS_TEMPREG_MAX_V2_1","features":[315]},{"name":"D3DPS_TEMPREG_MAX_V3_0","features":[315]},{"name":"D3DPS_TEXTUREREG_MAX_DX8","features":[315]},{"name":"D3DPS_TEXTUREREG_MAX_V1_1","features":[315]},{"name":"D3DPS_TEXTUREREG_MAX_V1_2","features":[315]},{"name":"D3DPS_TEXTUREREG_MAX_V1_3","features":[315]},{"name":"D3DPS_TEXTUREREG_MAX_V1_4","features":[315]},{"name":"D3DPS_TEXTUREREG_MAX_V2_0","features":[315]},{"name":"D3DPS_TEXTUREREG_MAX_V2_1","features":[315]},{"name":"D3DPS_TEXTUREREG_MAX_V3_0","features":[315]},{"name":"D3DRENDERSTATE_EVICTMANAGEDTEXTURES","features":[315]},{"name":"D3DRENDERSTATE_SCENECAPTURE","features":[315]},{"name":"D3DRS_DELETERTPATCH","features":[315]},{"name":"D3DRS_MAXPIXELSHADERINST","features":[315]},{"name":"D3DRS_MAXVERTEXSHADERINST","features":[315]},{"name":"D3DTEXF_FLATCUBIC","features":[315]},{"name":"D3DTEXF_GAUSSIANCUBIC","features":[315]},{"name":"D3DTRANSFORMSTATE_WORLD1_DX7","features":[315]},{"name":"D3DTRANSFORMSTATE_WORLD2_DX7","features":[315]},{"name":"D3DTRANSFORMSTATE_WORLD3_DX7","features":[315]},{"name":"D3DTRANSFORMSTATE_WORLD_DX7","features":[315]},{"name":"D3DTSS_TEXTUREMAP","features":[315]},{"name":"D3DVSDE_BLENDINDICES","features":[315]},{"name":"D3DVSDE_BLENDWEIGHT","features":[315]},{"name":"D3DVSDE_DIFFUSE","features":[315]},{"name":"D3DVSDE_NORMAL","features":[315]},{"name":"D3DVSDE_NORMAL2","features":[315]},{"name":"D3DVSDE_POSITION","features":[315]},{"name":"D3DVSDE_POSITION2","features":[315]},{"name":"D3DVSDE_PSIZE","features":[315]},{"name":"D3DVSDE_SPECULAR","features":[315]},{"name":"D3DVSDE_TEXCOORD0","features":[315]},{"name":"D3DVSDE_TEXCOORD1","features":[315]},{"name":"D3DVSDE_TEXCOORD2","features":[315]},{"name":"D3DVSDE_TEXCOORD3","features":[315]},{"name":"D3DVSDE_TEXCOORD4","features":[315]},{"name":"D3DVSDE_TEXCOORD5","features":[315]},{"name":"D3DVSDE_TEXCOORD6","features":[315]},{"name":"D3DVSDE_TEXCOORD7","features":[315]},{"name":"D3DVSDT_D3DCOLOR","features":[315]},{"name":"D3DVSDT_FLOAT1","features":[315]},{"name":"D3DVSDT_FLOAT2","features":[315]},{"name":"D3DVSDT_FLOAT3","features":[315]},{"name":"D3DVSDT_FLOAT4","features":[315]},{"name":"D3DVSDT_SHORT2","features":[315]},{"name":"D3DVSDT_SHORT4","features":[315]},{"name":"D3DVSDT_UBYTE4","features":[315]},{"name":"D3DVSD_CONSTADDRESSSHIFT","features":[315]},{"name":"D3DVSD_CONSTCOUNTSHIFT","features":[315]},{"name":"D3DVSD_CONSTRSSHIFT","features":[315]},{"name":"D3DVSD_DATALOADTYPESHIFT","features":[315]},{"name":"D3DVSD_DATATYPESHIFT","features":[315]},{"name":"D3DVSD_EXTCOUNTSHIFT","features":[315]},{"name":"D3DVSD_EXTINFOSHIFT","features":[315]},{"name":"D3DVSD_SKIPCOUNTSHIFT","features":[315]},{"name":"D3DVSD_STREAMNUMBERSHIFT","features":[315]},{"name":"D3DVSD_STREAMTESSSHIFT","features":[315]},{"name":"D3DVSD_TOKENTYPE","features":[315]},{"name":"D3DVSD_TOKENTYPESHIFT","features":[315]},{"name":"D3DVSD_TOKEN_CONSTMEM","features":[315]},{"name":"D3DVSD_TOKEN_END","features":[315]},{"name":"D3DVSD_TOKEN_EXT","features":[315]},{"name":"D3DVSD_TOKEN_NOP","features":[315]},{"name":"D3DVSD_TOKEN_STREAM","features":[315]},{"name":"D3DVSD_TOKEN_STREAMDATA","features":[315]},{"name":"D3DVSD_TOKEN_TESSELLATOR","features":[315]},{"name":"D3DVSD_VERTEXREGINSHIFT","features":[315]},{"name":"D3DVSD_VERTEXREGSHIFT","features":[315]},{"name":"D3DVS_ADDRREG_MAX_V1_1","features":[315]},{"name":"D3DVS_ADDRREG_MAX_V2_0","features":[315]},{"name":"D3DVS_ADDRREG_MAX_V2_1","features":[315]},{"name":"D3DVS_ADDRREG_MAX_V3_0","features":[315]},{"name":"D3DVS_ATTROUTREG_MAX_V1_1","features":[315]},{"name":"D3DVS_ATTROUTREG_MAX_V2_0","features":[315]},{"name":"D3DVS_ATTROUTREG_MAX_V2_1","features":[315]},{"name":"D3DVS_CONSTBOOLREG_MAX_SW_DX9","features":[315]},{"name":"D3DVS_CONSTBOOLREG_MAX_V2_0","features":[315]},{"name":"D3DVS_CONSTBOOLREG_MAX_V2_1","features":[315]},{"name":"D3DVS_CONSTBOOLREG_MAX_V3_0","features":[315]},{"name":"D3DVS_CONSTINTREG_MAX_SW_DX9","features":[315]},{"name":"D3DVS_CONSTINTREG_MAX_V2_0","features":[315]},{"name":"D3DVS_CONSTINTREG_MAX_V2_1","features":[315]},{"name":"D3DVS_CONSTINTREG_MAX_V3_0","features":[315]},{"name":"D3DVS_CONSTREG_MAX_V1_1","features":[315]},{"name":"D3DVS_CONSTREG_MAX_V2_0","features":[315]},{"name":"D3DVS_CONSTREG_MAX_V2_1","features":[315]},{"name":"D3DVS_CONSTREG_MAX_V3_0","features":[315]},{"name":"D3DVS_INPUTREG_MAX_V1_1","features":[315]},{"name":"D3DVS_INPUTREG_MAX_V2_0","features":[315]},{"name":"D3DVS_INPUTREG_MAX_V2_1","features":[315]},{"name":"D3DVS_INPUTREG_MAX_V3_0","features":[315]},{"name":"D3DVS_LABEL_MAX_V3_0","features":[315]},{"name":"D3DVS_MAXINSTRUCTIONCOUNT_V1_1","features":[315]},{"name":"D3DVS_MAXLOOPINITVALUE_V2_0","features":[315]},{"name":"D3DVS_MAXLOOPINITVALUE_V2_1","features":[315]},{"name":"D3DVS_MAXLOOPINITVALUE_V3_0","features":[315]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V2_0","features":[315]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V2_1","features":[315]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V3_0","features":[315]},{"name":"D3DVS_MAXLOOPSTEP_V2_0","features":[315]},{"name":"D3DVS_MAXLOOPSTEP_V2_1","features":[315]},{"name":"D3DVS_MAXLOOPSTEP_V3_0","features":[315]},{"name":"D3DVS_OUTPUTREG_MAX_SW_DX9","features":[315]},{"name":"D3DVS_OUTPUTREG_MAX_V3_0","features":[315]},{"name":"D3DVS_PREDICATE_MAX_V2_1","features":[315]},{"name":"D3DVS_PREDICATE_MAX_V3_0","features":[315]},{"name":"D3DVS_TCRDOUTREG_MAX_V1_1","features":[315]},{"name":"D3DVS_TCRDOUTREG_MAX_V2_0","features":[315]},{"name":"D3DVS_TCRDOUTREG_MAX_V2_1","features":[315]},{"name":"D3DVS_TEMPREG_MAX_V1_1","features":[315]},{"name":"D3DVS_TEMPREG_MAX_V2_0","features":[315]},{"name":"D3DVS_TEMPREG_MAX_V2_1","features":[315]},{"name":"D3DVS_TEMPREG_MAX_V3_0","features":[315]},{"name":"D3DVTXPCAPS_NO_VSDT_UBYTE4","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_VISTA","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM1_3","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M1_3","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M2_2","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_2","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_3","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_4","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2_2","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3_2","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4_2","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_2","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_3","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_2","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_3","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_4","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7_2","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_8","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_8_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_9","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_9_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_0","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_0_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_1_1","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN7","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_CP","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_M3","features":[315]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_RC","features":[315]},{"name":"DDBLT_EXTENDED_PRESENTATION_STRETCHFACTOR","features":[315]},{"name":"DDNT_DEFERRED_AGP_AWARE_DATA","features":[315]},{"name":"DDNT_DXVERSION","features":[315]},{"name":"DDNT_FREE_DEFERRED_AGP_DATA","features":[315]},{"name":"DDNT_GETADAPTERGROUPDATA","features":[315]},{"name":"DDNT_GETD3DQUERYCOUNTDATA","features":[315]},{"name":"DDNT_GETD3DQUERYDATA","features":[315,316]},{"name":"DDNT_GETDDIVERSIONDATA","features":[315]},{"name":"DDNT_GETDRIVERINFO2DATA","features":[315]},{"name":"DDNT_GETEXTENDEDMODECOUNTDATA","features":[315]},{"name":"DDNT_GETEXTENDEDMODEDATA","features":[315,316]},{"name":"DDNT_GETFORMATCOUNTDATA","features":[315]},{"name":"DDNT_GETFORMATDATA","features":[315,317]},{"name":"DDNT_MULTISAMPLEQUALITYLEVELSDATA","features":[315,316]},{"name":"DD_DEFERRED_AGP_AWARE_DATA","features":[315]},{"name":"DD_DXVERSION","features":[315]},{"name":"DD_FREE_DEFERRED_AGP_DATA","features":[315]},{"name":"DD_GETADAPTERGROUPDATA","features":[315]},{"name":"DD_GETD3DQUERYCOUNTDATA","features":[315]},{"name":"DD_GETD3DQUERYDATA","features":[315,316]},{"name":"DD_GETDDIVERSIONDATA","features":[315]},{"name":"DD_GETDRIVERINFO2DATA","features":[315]},{"name":"DD_GETEXTENDEDMODECOUNTDATA","features":[315]},{"name":"DD_GETEXTENDEDMODEDATA","features":[315,316]},{"name":"DD_GETFORMATCOUNTDATA","features":[315]},{"name":"DD_GETFORMATDATA","features":[315,317]},{"name":"DD_MULTISAMPLEQUALITYLEVELSDATA","features":[315,316]},{"name":"DIDDT1_AspectRatio_15x9","features":[315]},{"name":"DIDDT1_AspectRatio_16x10","features":[315]},{"name":"DIDDT1_AspectRatio_16x9","features":[315]},{"name":"DIDDT1_AspectRatio_1x1","features":[315]},{"name":"DIDDT1_AspectRatio_4x3","features":[315]},{"name":"DIDDT1_AspectRatio_5x4","features":[315]},{"name":"DIDDT1_Dependent","features":[315]},{"name":"DIDDT1_Interlaced","features":[315]},{"name":"DIDDT1_Monoscopic","features":[315]},{"name":"DIDDT1_Progressive","features":[315]},{"name":"DIDDT1_Stereo","features":[315]},{"name":"DIDDT1_Sync_Negative","features":[315]},{"name":"DIDDT1_Sync_Positive","features":[315]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I","features":[315]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_ASPECT_RATIO","features":[315]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SCANNING_MODE","features":[315]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SIZE","features":[315]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_STEREO_MODE","features":[315]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SYNC_POLARITY","features":[315]},{"name":"DP2BLT_LINEAR","features":[315]},{"name":"DP2BLT_POINT","features":[315]},{"name":"DX9_DDI_VERSION","features":[315]},{"name":"DXGKARG_SETPALETTE","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_VISTA","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_VISTA_SP1","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM1_3","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM1_3_PATH_INDEPENDENT_ROTATION","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_0","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1_5","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1_6","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_2","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_3","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_4","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_5","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_6","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_7","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_8","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_9","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM3_0","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM3_1","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WIN7","features":[315]},{"name":"DXGKDDI_INTERFACE_VERSION_WIN8","features":[315]},{"name":"DXGKDT_OPM_DVI_CHARACTERISTICS","features":[315]},{"name":"DXGKMDT_CERTIFICATE_TYPE","features":[315]},{"name":"DXGKMDT_COPP_CERTIFICATE","features":[315]},{"name":"DXGKMDT_I2C_DEVICE_TRANSMITS_DATA_LENGTH","features":[315]},{"name":"DXGKMDT_I2C_NO_FLAGS","features":[315]},{"name":"DXGKMDT_INDIRECT_DISPLAY_CERTIFICATE","features":[315]},{"name":"DXGKMDT_OPM_128_BIT_RANDOM_NUMBER_SIZE","features":[315]},{"name":"DXGKMDT_OPM_ACP_AND_CGMSA_SIGNALING","features":[315]},{"name":"DXGKMDT_OPM_ACP_LEVEL_ONE","features":[315]},{"name":"DXGKMDT_OPM_ACP_LEVEL_THREE","features":[315]},{"name":"DXGKMDT_OPM_ACP_LEVEL_TWO","features":[315]},{"name":"DXGKMDT_OPM_ACP_OFF","features":[315]},{"name":"DXGKMDT_OPM_ACP_PROTECTION_LEVEL","features":[315]},{"name":"DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT","features":[315]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_CENTER","features":[315]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_TOP","features":[315]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_CENTER","features":[315]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_TOP","features":[315]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_GT_16_BY_9_CENTER","features":[315]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_16_BY_9_ANAMORPHIC","features":[315]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3","features":[315]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3_PROTECTED_CENTER","features":[315]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR","features":[315]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE","features":[315]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_INSIDE_OF_CHIPSET","features":[315]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_NON_STANDARD","features":[315]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP","features":[315]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET","features":[315]},{"name":"DXGKMDT_OPM_BUS_TYPE_AGP","features":[315]},{"name":"DXGKMDT_OPM_BUS_TYPE_AND_IMPLEMENTATION","features":[315]},{"name":"DXGKMDT_OPM_BUS_TYPE_OTHER","features":[315]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCI","features":[315]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCIEXPRESS","features":[315]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCIX","features":[315]},{"name":"DXGKMDT_OPM_CERTIFICATE","features":[315]},{"name":"DXGKMDT_OPM_CGMSA","features":[315]},{"name":"DXGKMDT_OPM_CGMSA_COPY_FREELY","features":[315]},{"name":"DXGKMDT_OPM_CGMSA_COPY_NEVER","features":[315]},{"name":"DXGKMDT_OPM_CGMSA_COPY_NO_MORE","features":[315]},{"name":"DXGKMDT_OPM_CGMSA_COPY_ONE_GENERATION","features":[315]},{"name":"DXGKMDT_OPM_CGMSA_OFF","features":[315]},{"name":"DXGKMDT_OPM_CONFIGURE_PARAMETERS","features":[315]},{"name":"DXGKMDT_OPM_CONFIGURE_SETTING_DATA_SIZE","features":[315]},{"name":"DXGKMDT_OPM_CONNECTED_HDCP_DEVICE_INFORMATION","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_COMPONENT_VIDEO","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_COMPOSITE_VIDEO","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DISPLAYPORT_EMBEDDED","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DISPLAYPORT_EXTERNAL","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DVI","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_D_JPN","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_HD15","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_HDMI","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_LVDS","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_MIRACAST","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_OTHER","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_RESERVED","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_SDI","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_SVIDEO","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_A","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_B","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_UDI_EMBEDDED","features":[315]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_UDI_EXTERNAL","features":[315]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_BUS_TYPE_INTEGRATED","features":[315]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL","features":[315]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS","features":[315]},{"name":"DXGKMDT_OPM_CREATE_VIDEO_OUTPUT_FOR_TARGET_PARAMETERS","features":[315,307]},{"name":"DXGKMDT_OPM_DPCP_OFF","features":[315]},{"name":"DXGKMDT_OPM_DPCP_ON","features":[315]},{"name":"DXGKMDT_OPM_DPCP_PROTECTION_LEVEL","features":[315]},{"name":"DXGKMDT_OPM_DVI_CHARACTERISTIC_1_0","features":[315]},{"name":"DXGKMDT_OPM_DVI_CHARACTERISTIC_1_1_OR_ABOVE","features":[315]},{"name":"DXGKMDT_OPM_ENCRYPTED_PARAMETERS","features":[315]},{"name":"DXGKMDT_OPM_ENCRYPTED_PARAMETERS_SIZE","features":[315]},{"name":"DXGKMDT_OPM_GET_ACP_AND_CGMSA_SIGNALING","features":[315]},{"name":"DXGKMDT_OPM_GET_ACTUAL_OUTPUT_FORMAT","features":[315]},{"name":"DXGKMDT_OPM_GET_ACTUAL_PROTECTION_LEVEL","features":[315]},{"name":"DXGKMDT_OPM_GET_ADAPTER_BUS_TYPE","features":[315]},{"name":"DXGKMDT_OPM_GET_CODEC_INFO","features":[315]},{"name":"DXGKMDT_OPM_GET_CONNECTED_HDCP_DEVICE_INFORMATION","features":[315]},{"name":"DXGKMDT_OPM_GET_CONNECTOR_TYPE","features":[315]},{"name":"DXGKMDT_OPM_GET_CURRENT_HDCP_SRM_VERSION","features":[315]},{"name":"DXGKMDT_OPM_GET_DVI_CHARACTERISTICS","features":[315]},{"name":"DXGKMDT_OPM_GET_INFORMATION_PARAMETERS_SIZE","features":[315]},{"name":"DXGKMDT_OPM_GET_INFO_PARAMETERS","features":[315]},{"name":"DXGKMDT_OPM_GET_OUTPUT_HARDWARE_PROTECTION_SUPPORT","features":[315]},{"name":"DXGKMDT_OPM_GET_OUTPUT_ID","features":[315]},{"name":"DXGKMDT_OPM_GET_SUPPORTED_PROTECTION_TYPES","features":[315]},{"name":"DXGKMDT_OPM_GET_VIRTUAL_PROTECTION_LEVEL","features":[315]},{"name":"DXGKMDT_OPM_HDCP_FLAG","features":[315]},{"name":"DXGKMDT_OPM_HDCP_FLAG_NONE","features":[315]},{"name":"DXGKMDT_OPM_HDCP_FLAG_REPEATER","features":[315]},{"name":"DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR","features":[315]},{"name":"DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR_SIZE","features":[315]},{"name":"DXGKMDT_OPM_HDCP_OFF","features":[315]},{"name":"DXGKMDT_OPM_HDCP_ON","features":[315]},{"name":"DXGKMDT_OPM_HDCP_PROTECTION_LEVEL","features":[315]},{"name":"DXGKMDT_OPM_IMAGE_ASPECT_RATIO_EN300294","features":[315]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT","features":[315]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_INTERLEAVED_EVEN_FIRST","features":[315]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_INTERLEAVED_ODD_FIRST","features":[315]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_OTHER","features":[315]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_PROGRESSIVE","features":[315]},{"name":"DXGKMDT_OPM_OMAC","features":[315]},{"name":"DXGKMDT_OPM_OMAC_SIZE","features":[315]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION","features":[315]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION_NOT_SUPPORTED","features":[315]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION_SUPPORTED","features":[315]},{"name":"DXGKMDT_OPM_OUTPUT_ID","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_1125I","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_525I","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_525P","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_750P","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_1125I","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_525P","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_750P","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_1125I","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_525P","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_750P","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_EIA608B_525","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_EN300294_625I","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC61880_2_525I","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC61880_525I","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC62375_625P","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_NONE","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_OTHER","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_ACP","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_CGMSA","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_COPP_COMPATIBLE_HDCP","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_DPCP","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_HDCP","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_MASK","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_NONE","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_OTHER","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_SIZE","features":[315]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_TYPE_ENFORCEMENT_HDCP","features":[315]},{"name":"DXGKMDT_OPM_RANDOM_NUMBER","features":[315]},{"name":"DXGKMDT_OPM_REDISTRIBUTION_CONTROL_REQUIRED","features":[315]},{"name":"DXGKMDT_OPM_REQUESTED_INFORMATION","features":[315]},{"name":"DXGKMDT_OPM_REQUESTED_INFORMATION_SIZE","features":[315]},{"name":"DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING","features":[315]},{"name":"DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING_PARAMETERS","features":[315]},{"name":"DXGKMDT_OPM_SET_HDCP_SRM","features":[315]},{"name":"DXGKMDT_OPM_SET_HDCP_SRM_PARAMETERS","features":[315]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL","features":[315]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL_ACCORDING_TO_CSS_DVD","features":[315]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL_PARAMETERS","features":[315]},{"name":"DXGKMDT_OPM_STANDARD_INFORMATION","features":[315]},{"name":"DXGKMDT_OPM_STATUS","features":[315]},{"name":"DXGKMDT_OPM_STATUS_LINK_LOST","features":[315]},{"name":"DXGKMDT_OPM_STATUS_NORMAL","features":[315]},{"name":"DXGKMDT_OPM_STATUS_RENEGOTIATION_REQUIRED","features":[315]},{"name":"DXGKMDT_OPM_STATUS_REVOKED_HDCP_DEVICE_ATTACHED","features":[315]},{"name":"DXGKMDT_OPM_STATUS_TAMPERING_DETECTED","features":[315]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_OFF","features":[315]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_NO_TYPE_RESTRICTION","features":[315]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_TYPE1_RESTRICTION","features":[315]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_PROTECTION_LEVEL","features":[315]},{"name":"DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS","features":[315]},{"name":"DXGKMDT_OPM_VOS_COPP_SEMANTICS","features":[315]},{"name":"DXGKMDT_OPM_VOS_OPM_INDIRECT_DISPLAY","features":[315]},{"name":"DXGKMDT_OPM_VOS_OPM_SEMANTICS","features":[315]},{"name":"DXGKMDT_UAB_CERTIFICATE","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME0","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME1","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_NONE","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_CHECKERBOARD","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_COLUMN_INTERLEAVED","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO_OFFSET","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_ROW_INTERLEAVED","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_SEPARATE","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_BILINEAR","features":[315]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH","features":[315]},{"name":"DXGKMT_POWER_SHARED_TYPE","features":[315]},{"name":"DXGKMT_POWER_SHARED_TYPE_AUDIO","features":[315]},{"name":"DXGKVGPU_ESCAPE_HEAD","features":[315,307]},{"name":"DXGKVGPU_ESCAPE_INITIALIZE","features":[315,307]},{"name":"DXGKVGPU_ESCAPE_PAUSE","features":[315,307]},{"name":"DXGKVGPU_ESCAPE_POWERTRANSITIONCOMPLETE","features":[315,307]},{"name":"DXGKVGPU_ESCAPE_READ_PCI_CONFIG","features":[315,307]},{"name":"DXGKVGPU_ESCAPE_READ_VGPU_TYPE","features":[315,307]},{"name":"DXGKVGPU_ESCAPE_RELEASE","features":[315,307]},{"name":"DXGKVGPU_ESCAPE_RESUME","features":[315,307]},{"name":"DXGKVGPU_ESCAPE_TYPE","features":[315]},{"name":"DXGKVGPU_ESCAPE_TYPE_GET_VGPU_TYPE","features":[315]},{"name":"DXGKVGPU_ESCAPE_TYPE_INITIALIZE","features":[315]},{"name":"DXGKVGPU_ESCAPE_TYPE_PAUSE","features":[315]},{"name":"DXGKVGPU_ESCAPE_TYPE_POWERTRANSITIONCOMPLETE","features":[315]},{"name":"DXGKVGPU_ESCAPE_TYPE_READ_PCI_CONFIG","features":[315]},{"name":"DXGKVGPU_ESCAPE_TYPE_RELEASE","features":[315]},{"name":"DXGKVGPU_ESCAPE_TYPE_RESUME","features":[315]},{"name":"DXGKVGPU_ESCAPE_TYPE_WRITE_PCI_CONFIG","features":[315]},{"name":"DXGKVGPU_ESCAPE_WRITE_PCI_CONFIG","features":[315,307]},{"name":"DXGK_ADAPTER_PERFDATA","features":[315]},{"name":"DXGK_ADAPTER_PERFDATACAPS","features":[315]},{"name":"DXGK_BACKLIGHT_INFO","features":[315]},{"name":"DXGK_BACKLIGHT_OPTIMIZATION_LEVEL","features":[315]},{"name":"DXGK_BRIGHTNESS_CAPS","features":[315]},{"name":"DXGK_BRIGHTNESS_GET_NIT_RANGES_OUT","features":[315]},{"name":"DXGK_BRIGHTNESS_GET_OUT","features":[315]},{"name":"DXGK_BRIGHTNESS_MAXIMUM_NIT_RANGE_COUNT","features":[315]},{"name":"DXGK_BRIGHTNESS_NIT_RANGE","features":[315]},{"name":"DXGK_BRIGHTNESS_SENSOR_DATA","features":[315]},{"name":"DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY","features":[315]},{"name":"DXGK_BRIGHTNESS_SET_IN","features":[315]},{"name":"DXGK_BRIGHTNESS_STATE","features":[315]},{"name":"DXGK_CHILD_DEVICE_HPD_AWARENESS","features":[315]},{"name":"DXGK_DDT_DISPLAYID","features":[315]},{"name":"DXGK_DDT_EDID","features":[315]},{"name":"DXGK_DDT_INVALID","features":[315]},{"name":"DXGK_DIAG_PROCESS_NAME_LENGTH","features":[315]},{"name":"DXGK_DISPLAY_DESCRIPTOR_TYPE","features":[315]},{"name":"DXGK_DISPLAY_INFORMATION","features":[315]},{"name":"DXGK_DISPLAY_TECHNOLOGY","features":[315]},{"name":"DXGK_DISPLAY_USAGE","features":[315]},{"name":"DXGK_DT_INVALID","features":[315]},{"name":"DXGK_DT_LCD","features":[315]},{"name":"DXGK_DT_MAX","features":[315]},{"name":"DXGK_DT_OLED","features":[315]},{"name":"DXGK_DT_OTHER","features":[315]},{"name":"DXGK_DT_PROJECTOR","features":[315]},{"name":"DXGK_DU_ACCESSORY","features":[315]},{"name":"DXGK_DU_AR","features":[315]},{"name":"DXGK_DU_GENERIC","features":[315]},{"name":"DXGK_DU_INVALID","features":[315]},{"name":"DXGK_DU_MAX","features":[315]},{"name":"DXGK_DU_MEDICAL_IMAGING","features":[315]},{"name":"DXGK_DU_VR","features":[315]},{"name":"DXGK_ENGINE_TYPE","features":[315]},{"name":"DXGK_ENGINE_TYPE_3D","features":[315]},{"name":"DXGK_ENGINE_TYPE_COPY","features":[315]},{"name":"DXGK_ENGINE_TYPE_CRYPTO","features":[315]},{"name":"DXGK_ENGINE_TYPE_MAX","features":[315]},{"name":"DXGK_ENGINE_TYPE_OTHER","features":[315]},{"name":"DXGK_ENGINE_TYPE_OVERLAY","features":[315]},{"name":"DXGK_ENGINE_TYPE_SCENE_ASSEMBLY","features":[315]},{"name":"DXGK_ENGINE_TYPE_VIDEO_DECODE","features":[315]},{"name":"DXGK_ENGINE_TYPE_VIDEO_ENCODE","features":[315]},{"name":"DXGK_ENGINE_TYPE_VIDEO_PROCESSING","features":[315]},{"name":"DXGK_ESCAPE_GPUMMUCAPS","features":[315,307]},{"name":"DXGK_FAULT_ERROR_CODE","features":[315]},{"name":"DXGK_GENERAL_ERROR_CODE","features":[315]},{"name":"DXGK_GENERAL_ERROR_INVALID_INSTRUCTION","features":[315]},{"name":"DXGK_GENERAL_ERROR_PAGE_FAULT","features":[315]},{"name":"DXGK_GPUCLOCKDATA","features":[315]},{"name":"DXGK_GPUCLOCKDATA_FLAGS","features":[315]},{"name":"DXGK_GPUVERSION","features":[315]},{"name":"DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2","features":[315,307,314]},{"name":"DXGK_GRAPHICSPOWER_REGISTER_OUTPUT","features":[315,307,314]},{"name":"DXGK_GRAPHICSPOWER_VERSION","features":[315]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_0","features":[315]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_1","features":[315]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_2","features":[315]},{"name":"DXGK_MAX_GPUVERSION_NAME_LENGTH","features":[315]},{"name":"DXGK_MAX_METADATA_NAME_LENGTH","features":[315]},{"name":"DXGK_MAX_PAGE_TABLE_LEVEL_COUNT","features":[315]},{"name":"DXGK_MIN_PAGE_TABLE_LEVEL_COUNT","features":[315]},{"name":"DXGK_MIRACAST_CHUNK_ID","features":[315]},{"name":"DXGK_MIRACAST_CHUNK_INFO","features":[315]},{"name":"DXGK_MIRACAST_CHUNK_TYPE","features":[315]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_COLOR_CONVERT_COMPLETE","features":[315]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_COMPLETE","features":[315]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_DRIVER_DEFINED_1","features":[315]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_DRIVER_DEFINED_2","features":[315]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_FRAME_DROPPED","features":[315]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_FRAME_START","features":[315]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_UNKNOWN","features":[315]},{"name":"DXGK_MONITORLINKINFO_CAPABILITIES","features":[315]},{"name":"DXGK_MONITORLINKINFO_USAGEHINTS","features":[315]},{"name":"DXGK_NODEMETADATA","features":[315,307]},{"name":"DXGK_NODEMETADATA_FLAGS","features":[315]},{"name":"DXGK_NODE_PERFDATA","features":[315]},{"name":"DXGK_PAGE_FAULT_ADAPTER_RESET_REQUIRED","features":[315]},{"name":"DXGK_PAGE_FAULT_ENGINE_RESET_REQUIRED","features":[315]},{"name":"DXGK_PAGE_FAULT_FATAL_HARDWARE_ERROR","features":[315]},{"name":"DXGK_PAGE_FAULT_FENCE_INVALID","features":[315]},{"name":"DXGK_PAGE_FAULT_FLAGS","features":[315]},{"name":"DXGK_PAGE_FAULT_HW_CONTEXT_VALID","features":[315]},{"name":"DXGK_PAGE_FAULT_IOMMU","features":[315]},{"name":"DXGK_PAGE_FAULT_PROCESS_HANDLE_VALID","features":[315]},{"name":"DXGK_PAGE_FAULT_WRITE","features":[315]},{"name":"DXGK_PTE","features":[315]},{"name":"DXGK_PTE_PAGE_SIZE","features":[315]},{"name":"DXGK_PTE_PAGE_TABLE_PAGE_4KB","features":[315]},{"name":"DXGK_PTE_PAGE_TABLE_PAGE_64KB","features":[315]},{"name":"DXGK_RENDER_PIPELINE_STAGE","features":[315]},{"name":"DXGK_RENDER_PIPELINE_STAGE_GEOMETRY_SHADER","features":[315]},{"name":"DXGK_RENDER_PIPELINE_STAGE_INPUT_ASSEMBLER","features":[315]},{"name":"DXGK_RENDER_PIPELINE_STAGE_OUTPUT_MERGER","features":[315]},{"name":"DXGK_RENDER_PIPELINE_STAGE_PIXEL_SHADER","features":[315]},{"name":"DXGK_RENDER_PIPELINE_STAGE_RASTERIZER","features":[315]},{"name":"DXGK_RENDER_PIPELINE_STAGE_STREAM_OUTPUT","features":[315]},{"name":"DXGK_RENDER_PIPELINE_STAGE_UNKNOWN","features":[315]},{"name":"DXGK_RENDER_PIPELINE_STAGE_VERTEX_SHADER","features":[315]},{"name":"DXGK_TARGETMODE_DETAIL_TIMING","features":[315]},{"name":"DxgkBacklightOptimizationDesktop","features":[315]},{"name":"DxgkBacklightOptimizationDimmed","features":[315]},{"name":"DxgkBacklightOptimizationDisable","features":[315]},{"name":"DxgkBacklightOptimizationDynamic","features":[315]},{"name":"DxgkBacklightOptimizationEDR","features":[315]},{"name":"FLIPEX_TIMEOUT_USER","features":[315]},{"name":"GPUP_DRIVER_ESCAPE_INPUT","features":[315,307]},{"name":"GUID_DEVINTERFACE_GRAPHICSPOWER","features":[315]},{"name":"HpdAwarenessAlwaysConnected","features":[315]},{"name":"HpdAwarenessInterruptible","features":[315]},{"name":"HpdAwarenessNone","features":[315]},{"name":"HpdAwarenessPolled","features":[315]},{"name":"HpdAwarenessUninitialized","features":[315]},{"name":"IOCTL_GPUP_DRIVER_ESCAPE","features":[315]},{"name":"IOCTL_INTERNAL_GRAPHICSPOWER_REGISTER","features":[315]},{"name":"KMTQAITYPE_ADAPTERADDRESS","features":[315]},{"name":"KMTQAITYPE_ADAPTERADDRESS_RENDER","features":[315]},{"name":"KMTQAITYPE_ADAPTERGUID","features":[315]},{"name":"KMTQAITYPE_ADAPTERGUID_RENDER","features":[315]},{"name":"KMTQAITYPE_ADAPTERPERFDATA","features":[315]},{"name":"KMTQAITYPE_ADAPTERPERFDATA_CAPS","features":[315]},{"name":"KMTQAITYPE_ADAPTERREGISTRYINFO","features":[315]},{"name":"KMTQAITYPE_ADAPTERREGISTRYINFO_RENDER","features":[315]},{"name":"KMTQAITYPE_ADAPTERTYPE","features":[315]},{"name":"KMTQAITYPE_ADAPTERTYPE_RENDER","features":[315]},{"name":"KMTQAITYPE_BLOCKLIST_KERNEL","features":[315]},{"name":"KMTQAITYPE_BLOCKLIST_RUNTIME","features":[315]},{"name":"KMTQAITYPE_CHECKDRIVERUPDATESTATUS","features":[315]},{"name":"KMTQAITYPE_CHECKDRIVERUPDATESTATUS_RENDER","features":[315]},{"name":"KMTQAITYPE_CPDRIVERNAME","features":[315]},{"name":"KMTQAITYPE_CROSSADAPTERRESOURCE_SUPPORT","features":[315]},{"name":"KMTQAITYPE_CURRENTDISPLAYMODE","features":[315]},{"name":"KMTQAITYPE_DIRECTFLIP_SUPPORT","features":[315]},{"name":"KMTQAITYPE_DISPLAY_CAPS","features":[315]},{"name":"KMTQAITYPE_DISPLAY_UMDRIVERNAME","features":[315]},{"name":"KMTQAITYPE_DLIST_DRIVER_NAME","features":[315]},{"name":"KMTQAITYPE_DRIVERCAPS_EXT","features":[315]},{"name":"KMTQAITYPE_DRIVERVERSION","features":[315]},{"name":"KMTQAITYPE_DRIVERVERSION_RENDER","features":[315]},{"name":"KMTQAITYPE_DRIVER_DESCRIPTION","features":[315]},{"name":"KMTQAITYPE_DRIVER_DESCRIPTION_RENDER","features":[315]},{"name":"KMTQAITYPE_FLIPQUEUEINFO","features":[315]},{"name":"KMTQAITYPE_GETSEGMENTGROUPSIZE","features":[315]},{"name":"KMTQAITYPE_GETSEGMENTSIZE","features":[315]},{"name":"KMTQAITYPE_GET_DEVICE_VIDPN_OWNERSHIP_INFO","features":[315]},{"name":"KMTQAITYPE_HWDRM_SUPPORT","features":[315]},{"name":"KMTQAITYPE_HYBRID_DLIST_DLL_SUPPORT","features":[315]},{"name":"KMTQAITYPE_INDEPENDENTFLIP_SECONDARY_SUPPORT","features":[315]},{"name":"KMTQAITYPE_INDEPENDENTFLIP_SUPPORT","features":[315]},{"name":"KMTQAITYPE_KMD_DRIVER_VERSION","features":[315]},{"name":"KMTQAITYPE_MIRACASTCOMPANIONDRIVERNAME","features":[315]},{"name":"KMTQAITYPE_MODELIST","features":[315]},{"name":"KMTQAITYPE_MPO3DDI_SUPPORT","features":[315]},{"name":"KMTQAITYPE_MPOKERNELCAPS_SUPPORT","features":[315]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_HUD_SUPPORT","features":[315]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_SECONDARY_SUPPORT","features":[315]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_STRETCH_SUPPORT","features":[315]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_SUPPORT","features":[315]},{"name":"KMTQAITYPE_NODEMETADATA","features":[315]},{"name":"KMTQAITYPE_NODEPERFDATA","features":[315]},{"name":"KMTQAITYPE_OUTPUTDUPLCONTEXTSCOUNT","features":[315]},{"name":"KMTQAITYPE_PANELFITTER_SUPPORT","features":[315]},{"name":"KMTQAITYPE_PARAVIRTUALIZATION_RENDER","features":[315]},{"name":"KMTQAITYPE_PHYSICALADAPTERCOUNT","features":[315]},{"name":"KMTQAITYPE_PHYSICALADAPTERDEVICEIDS","features":[315]},{"name":"KMTQAITYPE_PHYSICALADAPTERPNPKEY","features":[315]},{"name":"KMTQAITYPE_QUERYREGISTRY","features":[315]},{"name":"KMTQAITYPE_QUERY_ADAPTER_UNIQUE_GUID","features":[315]},{"name":"KMTQAITYPE_QUERY_GPUMMU_CAPS","features":[315]},{"name":"KMTQAITYPE_QUERY_HW_PROTECTION_TEARDOWN_COUNT","features":[315]},{"name":"KMTQAITYPE_QUERY_ISBADDRIVERFORHWPROTECTIONDISABLED","features":[315]},{"name":"KMTQAITYPE_QUERY_MIRACAST_DRIVER_TYPE","features":[315]},{"name":"KMTQAITYPE_QUERY_MULTIPLANEOVERLAY_DECODE_SUPPORT","features":[315]},{"name":"KMTQAITYPE_SCANOUT_CAPS","features":[315]},{"name":"KMTQAITYPE_SERVICENAME","features":[315]},{"name":"KMTQAITYPE_SETWORKINGSETINFO","features":[315]},{"name":"KMTQAITYPE_TRACKEDWORKLOAD_SUPPORT","features":[315]},{"name":"KMTQAITYPE_UMDRIVERNAME","features":[315]},{"name":"KMTQAITYPE_UMDRIVERPRIVATE","features":[315]},{"name":"KMTQAITYPE_UMD_DRIVER_VERSION","features":[315]},{"name":"KMTQAITYPE_UMOPENGLINFO","features":[315]},{"name":"KMTQAITYPE_VGPUINTERFACEID","features":[315]},{"name":"KMTQAITYPE_VIRTUALADDRESSINFO","features":[315]},{"name":"KMTQAITYPE_WDDM_1_2_CAPS","features":[315]},{"name":"KMTQAITYPE_WDDM_1_2_CAPS_RENDER","features":[315]},{"name":"KMTQAITYPE_WDDM_1_3_CAPS","features":[315]},{"name":"KMTQAITYPE_WDDM_1_3_CAPS_RENDER","features":[315]},{"name":"KMTQAITYPE_WDDM_2_0_CAPS","features":[315]},{"name":"KMTQAITYPE_WDDM_2_7_CAPS","features":[315]},{"name":"KMTQAITYPE_WDDM_2_9_CAPS","features":[315]},{"name":"KMTQAITYPE_WDDM_3_0_CAPS","features":[315]},{"name":"KMTQAITYPE_WDDM_3_1_CAPS","features":[315]},{"name":"KMTQAITYPE_WSAUMDIMAGENAME","features":[315]},{"name":"KMTQAITYPE_XBOX","features":[315]},{"name":"KMTQUERYADAPTERINFOTYPE","features":[315]},{"name":"KMTQUITYPE_GPUVERSION","features":[315]},{"name":"KMTUMDVERSION","features":[315]},{"name":"KMTUMDVERSION_DX10","features":[315]},{"name":"KMTUMDVERSION_DX11","features":[315]},{"name":"KMTUMDVERSION_DX12","features":[315]},{"name":"KMTUMDVERSION_DX12_WSA32","features":[315]},{"name":"KMTUMDVERSION_DX12_WSA64","features":[315]},{"name":"KMTUMDVERSION_DX9","features":[315]},{"name":"KMT_DISPLAY_UMDVERSION_1","features":[315]},{"name":"KMT_DISPLAY_UMD_VERSION","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_1_0","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_1_1","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_1_1_PRERELEASE","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_1_2","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_1_3","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_2_0","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_2_1","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_2_2","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_2_3","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_2_4","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_2_5","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_2_6","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_2_7","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_2_8","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_2_9","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_3_0","features":[315]},{"name":"KMT_DRIVERVERSION_WDDM_3_1","features":[315]},{"name":"LPD3DHAL_CLEAR2CB","features":[315,316]},{"name":"LPD3DHAL_CLEARCB","features":[315,316]},{"name":"LPD3DHAL_CONTEXTCREATECB","features":[315,307,317,318]},{"name":"LPD3DHAL_CONTEXTDESTROYALLCB","features":[315]},{"name":"LPD3DHAL_CONTEXTDESTROYCB","features":[315]},{"name":"LPD3DHAL_DRAWONEINDEXEDPRIMITIVECB","features":[315,316]},{"name":"LPD3DHAL_DRAWONEPRIMITIVECB","features":[315,316]},{"name":"LPD3DHAL_DRAWPRIMITIVES2CB","features":[315,307,317,318]},{"name":"LPD3DHAL_DRAWPRIMITIVESCB","features":[315]},{"name":"LPD3DHAL_GETSTATECB","features":[315,316]},{"name":"LPD3DHAL_RENDERPRIMITIVECB","features":[315,316,317]},{"name":"LPD3DHAL_RENDERSTATECB","features":[315,317]},{"name":"LPD3DHAL_SCENECAPTURECB","features":[315]},{"name":"LPD3DHAL_SETRENDERTARGETCB","features":[315,307,317,318]},{"name":"LPD3DHAL_TEXTURECREATECB","features":[315,317]},{"name":"LPD3DHAL_TEXTUREDESTROYCB","features":[315]},{"name":"LPD3DHAL_TEXTUREGETSURFCB","features":[315]},{"name":"LPD3DHAL_TEXTURESWAPCB","features":[315]},{"name":"LPD3DHAL_VALIDATETEXTURESTAGESTATECB","features":[315]},{"name":"LPD3DNTHAL_CLEAR2CB","features":[315,316]},{"name":"LPD3DNTHAL_CONTEXTCREATECB","features":[315,307,317]},{"name":"LPD3DNTHAL_CONTEXTDESTROYALLCB","features":[315]},{"name":"LPD3DNTHAL_CONTEXTDESTROYCB","features":[315]},{"name":"LPD3DNTHAL_DRAWPRIMITIVES2CB","features":[315,307,317]},{"name":"LPD3DNTHAL_SCENECAPTURECB","features":[315]},{"name":"LPD3DNTHAL_SETRENDERTARGETCB","features":[315,307,317]},{"name":"LPD3DNTHAL_TEXTURECREATECB","features":[315,307]},{"name":"LPD3DNTHAL_TEXTUREDESTROYCB","features":[315]},{"name":"LPD3DNTHAL_TEXTUREGETSURFCB","features":[315,307]},{"name":"LPD3DNTHAL_TEXTURESWAPCB","features":[315]},{"name":"LPD3DNTHAL_VALIDATETEXTURESTAGESTATECB","features":[315]},{"name":"MAX_ENUM_ADAPTERS","features":[315]},{"name":"MiracastStartPending","features":[315]},{"name":"MiracastStarted","features":[315]},{"name":"MiracastStopPending","features":[315]},{"name":"MiracastStopped","features":[315]},{"name":"NUM_KMTUMDVERSIONS","features":[315]},{"name":"NUM_KMT_DISPLAY_UMDVERSIONS","features":[315]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_INFO","features":[315,307]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS","features":[315]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_ACTIVE","features":[315]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_INACTIVE","features":[315]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_PENDING_DESTROY","features":[315]},{"name":"OUTPUTDUPL_CREATE_MAX_KEYEDMUTXES","features":[315]},{"name":"PDXGK_FSTATE_NOTIFICATION","features":[315,307]},{"name":"PDXGK_GRAPHICSPOWER_UNREGISTER","features":[315,307]},{"name":"PDXGK_INITIAL_COMPONENT_STATE","features":[315,307]},{"name":"PDXGK_POWER_NOTIFICATION","features":[315,307,314]},{"name":"PDXGK_REMOVAL_NOTIFICATION","features":[315]},{"name":"PDXGK_SET_SHARED_POWER_COMPONENT_STATE","features":[315,307]},{"name":"PFND3DKMT_ACQUIREKEYEDMUTEX","features":[315,307]},{"name":"PFND3DKMT_ACQUIREKEYEDMUTEX2","features":[315,307]},{"name":"PFND3DKMT_ADJUSTFULLSCREENGAMMA","features":[315,307]},{"name":"PFND3DKMT_BUDGETCHANGENOTIFICATIONCALLBACK","features":[315]},{"name":"PFND3DKMT_CANCELPRESENTS","features":[315,307]},{"name":"PFND3DKMT_CHANGESURFACEPOINTER","features":[315,307,318]},{"name":"PFND3DKMT_CHANGEVIDEOMEMORYRESERVATION","features":[315,307]},{"name":"PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP","features":[315,307]},{"name":"PFND3DKMT_CHECKMONITORPOWERSTATE","features":[315,307]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT","features":[315,307]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2","features":[315,307]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3","features":[315,307]},{"name":"PFND3DKMT_CHECKOCCLUSION","features":[315,307]},{"name":"PFND3DKMT_CHECKSHAREDRESOURCEACCESS","features":[315,307]},{"name":"PFND3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP","features":[315,307]},{"name":"PFND3DKMT_CLOSEADAPTER","features":[315,307]},{"name":"PFND3DKMT_CONFIGURESHAREDRESOURCE","features":[315,307]},{"name":"PFND3DKMT_CONNECTDOORBELL","features":[315,307]},{"name":"PFND3DKMT_CREATEALLOCATION","features":[315,307]},{"name":"PFND3DKMT_CREATEALLOCATION2","features":[315,307]},{"name":"PFND3DKMT_CREATECONTEXT","features":[315,307]},{"name":"PFND3DKMT_CREATECONTEXTVIRTUAL","features":[315,307]},{"name":"PFND3DKMT_CREATEDCFROMMEMORY","features":[315,307,318]},{"name":"PFND3DKMT_CREATEDEVICE","features":[315,307]},{"name":"PFND3DKMT_CREATEDOORBELL","features":[315,307]},{"name":"PFND3DKMT_CREATEHWQUEUE","features":[315,307]},{"name":"PFND3DKMT_CREATEKEYEDMUTEX","features":[315,307]},{"name":"PFND3DKMT_CREATEKEYEDMUTEX2","features":[315,307]},{"name":"PFND3DKMT_CREATENATIVEFENCE","features":[315,307]},{"name":"PFND3DKMT_CREATEOUTPUTDUPL","features":[315,307]},{"name":"PFND3DKMT_CREATEOVERLAY","features":[315,307]},{"name":"PFND3DKMT_CREATEPAGINGQUEUE","features":[315,307]},{"name":"PFND3DKMT_CREATEPROTECTEDSESSION","features":[315,307]},{"name":"PFND3DKMT_CREATESYNCHRONIZATIONOBJECT","features":[315,307]},{"name":"PFND3DKMT_CREATESYNCHRONIZATIONOBJECT2","features":[315,307]},{"name":"PFND3DKMT_DESTROYALLOCATION","features":[315,307]},{"name":"PFND3DKMT_DESTROYALLOCATION2","features":[315,307]},{"name":"PFND3DKMT_DESTROYCONTEXT","features":[315,307]},{"name":"PFND3DKMT_DESTROYDCFROMMEMORY","features":[315,307,318]},{"name":"PFND3DKMT_DESTROYDEVICE","features":[315,307]},{"name":"PFND3DKMT_DESTROYDOORBELL","features":[315,307]},{"name":"PFND3DKMT_DESTROYHWQUEUE","features":[315,307]},{"name":"PFND3DKMT_DESTROYKEYEDMUTEX","features":[315,307]},{"name":"PFND3DKMT_DESTROYOUTPUTDUPL","features":[315,307]},{"name":"PFND3DKMT_DESTROYOVERLAY","features":[315,307]},{"name":"PFND3DKMT_DESTROYPAGINGQUEUE","features":[315,307]},{"name":"PFND3DKMT_DESTROYPROTECTEDSESSION","features":[315,307]},{"name":"PFND3DKMT_DESTROYSYNCHRONIZATIONOBJECT","features":[315,307]},{"name":"PFND3DKMT_ENUMADAPTERS","features":[315,307]},{"name":"PFND3DKMT_ENUMADAPTERS2","features":[315,307]},{"name":"PFND3DKMT_ENUMADAPTERS3","features":[315,307]},{"name":"PFND3DKMT_ESCAPE","features":[315,307]},{"name":"PFND3DKMT_EVICT","features":[315,307]},{"name":"PFND3DKMT_FLIPOVERLAY","features":[315,307]},{"name":"PFND3DKMT_FLUSHHEAPTRANSITIONS","features":[315,307]},{"name":"PFND3DKMT_FREEGPUVIRTUALADDRESS","features":[315,307]},{"name":"PFND3DKMT_GETALLOCATIONPRIORITY","features":[315,307]},{"name":"PFND3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[315,307]},{"name":"PFND3DKMT_GETCONTEXTSCHEDULINGPRIORITY","features":[315,307]},{"name":"PFND3DKMT_GETDEVICESTATE","features":[315,307]},{"name":"PFND3DKMT_GETDISPLAYMODELIST","features":[315,307]},{"name":"PFND3DKMT_GETDWMVERTICALBLANKEVENT","features":[315,307]},{"name":"PFND3DKMT_GETMULTIPLANEOVERLAYCAPS","features":[315,307]},{"name":"PFND3DKMT_GETMULTISAMPLEMETHODLIST","features":[315,307]},{"name":"PFND3DKMT_GETOVERLAYSTATE","features":[315,307]},{"name":"PFND3DKMT_GETPOSTCOMPOSITIONCAPS","features":[315,307]},{"name":"PFND3DKMT_GETPRESENTHISTORY","features":[315,307]},{"name":"PFND3DKMT_GETPROCESSDEVICEREMOVALSUPPORT","features":[315,307]},{"name":"PFND3DKMT_GETPROCESSSCHEDULINGPRIORITYCLASS","features":[315,307]},{"name":"PFND3DKMT_GETRESOURCEPRESENTPRIVATEDRIVERDATA","features":[315,307]},{"name":"PFND3DKMT_GETRUNTIMEDATA","features":[315,307]},{"name":"PFND3DKMT_GETSCANLINE","features":[315,307]},{"name":"PFND3DKMT_GETSHAREDPRIMARYHANDLE","features":[315,307]},{"name":"PFND3DKMT_GETSHAREDRESOURCEADAPTERLUID","features":[315,307]},{"name":"PFND3DKMT_INVALIDATEACTIVEVIDPN","features":[315,307]},{"name":"PFND3DKMT_INVALIDATECACHE","features":[315,307]},{"name":"PFND3DKMT_LOCK","features":[315,307]},{"name":"PFND3DKMT_LOCK2","features":[315,307]},{"name":"PFND3DKMT_MAKERESIDENT","features":[315,307]},{"name":"PFND3DKMT_MAPGPUVIRTUALADDRESS","features":[315,307]},{"name":"PFND3DKMT_MARKDEVICEASERROR","features":[315,307]},{"name":"PFND3DKMT_NOTIFYWORKSUBMISSION","features":[315,307]},{"name":"PFND3DKMT_OFFERALLOCATIONS","features":[315,307]},{"name":"PFND3DKMT_OPENADAPTERFROMDEVICENAME","features":[315,307]},{"name":"PFND3DKMT_OPENADAPTERFROMGDIDISPLAYNAME","features":[315,307]},{"name":"PFND3DKMT_OPENADAPTERFROMHDC","features":[315,307,318]},{"name":"PFND3DKMT_OPENADAPTERFROMLUID","features":[315,307]},{"name":"PFND3DKMT_OPENKEYEDMUTEX","features":[315,307]},{"name":"PFND3DKMT_OPENKEYEDMUTEX2","features":[315,307]},{"name":"PFND3DKMT_OPENKEYEDMUTEXFROMNTHANDLE","features":[315,307]},{"name":"PFND3DKMT_OPENNATIVEFENCEFROMNTHANDLE","features":[315,307]},{"name":"PFND3DKMT_OPENNTHANDLEFROMNAME","features":[308,315,307]},{"name":"PFND3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE","features":[315,307]},{"name":"PFND3DKMT_OPENRESOURCE","features":[315,307]},{"name":"PFND3DKMT_OPENRESOURCE2","features":[315,307]},{"name":"PFND3DKMT_OPENRESOURCEFROMNTHANDLE","features":[315,307]},{"name":"PFND3DKMT_OPENSYNCHRONIZATIONOBJECT","features":[315,307]},{"name":"PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE","features":[315,307]},{"name":"PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE2","features":[315,307]},{"name":"PFND3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME","features":[308,315,307]},{"name":"PFND3DKMT_OUTPUTDUPLGETFRAMEINFO","features":[315,307]},{"name":"PFND3DKMT_OUTPUTDUPLGETMETADATA","features":[315,307]},{"name":"PFND3DKMT_OUTPUTDUPLGETPOINTERSHAPEDATA","features":[315,307]},{"name":"PFND3DKMT_OUTPUTDUPLPRESENT","features":[315,307]},{"name":"PFND3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE","features":[315,307]},{"name":"PFND3DKMT_OUTPUTDUPLRELEASEFRAME","features":[315,307]},{"name":"PFND3DKMT_PINDIRECTFLIPRESOURCES","features":[315,307]},{"name":"PFND3DKMT_POLLDISPLAYCHILDREN","features":[315,307]},{"name":"PFND3DKMT_PRESENT","features":[315,307]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY","features":[315,307]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY2","features":[315,307]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY3","features":[315,307]},{"name":"PFND3DKMT_QUERYADAPTERINFO","features":[315,307]},{"name":"PFND3DKMT_QUERYALLOCATIONRESIDENCY","features":[315,307]},{"name":"PFND3DKMT_QUERYCLOCKCALIBRATION","features":[315,307]},{"name":"PFND3DKMT_QUERYFSEBLOCK","features":[315,307]},{"name":"PFND3DKMT_QUERYHYBRIDLISTVALUE","features":[315,307]},{"name":"PFND3DKMT_QUERYPROCESSOFFERINFO","features":[315,307]},{"name":"PFND3DKMT_QUERYPROTECTEDSESSIONINFOFROMNTHANDLE","features":[315,307]},{"name":"PFND3DKMT_QUERYPROTECTEDSESSIONSTATUS","features":[315,307]},{"name":"PFND3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME","features":[315,307]},{"name":"PFND3DKMT_QUERYRESOURCEINFO","features":[315,307]},{"name":"PFND3DKMT_QUERYRESOURCEINFOFROMNTHANDLE","features":[315,307]},{"name":"PFND3DKMT_QUERYSTATISTICS","features":[315,307]},{"name":"PFND3DKMT_QUERYVIDEOMEMORYINFO","features":[315,307]},{"name":"PFND3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP","features":[315,307]},{"name":"PFND3DKMT_RECLAIMALLOCATIONS","features":[315,307]},{"name":"PFND3DKMT_RECLAIMALLOCATIONS2","features":[315,307]},{"name":"PFND3DKMT_REGISTERBUDGETCHANGENOTIFICATION","features":[315,307]},{"name":"PFND3DKMT_REGISTERTRIMNOTIFICATION","features":[315,307]},{"name":"PFND3DKMT_RELEASEKEYEDMUTEX","features":[315,307]},{"name":"PFND3DKMT_RELEASEKEYEDMUTEX2","features":[315,307]},{"name":"PFND3DKMT_RELEASEPROCESSVIDPNSOURCEOWNERS","features":[315,307]},{"name":"PFND3DKMT_RENDER","features":[315,307]},{"name":"PFND3DKMT_RESERVEGPUVIRTUALADDRESS","features":[315,307]},{"name":"PFND3DKMT_SETALLOCATIONPRIORITY","features":[315,307]},{"name":"PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[315,307]},{"name":"PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY","features":[315,307]},{"name":"PFND3DKMT_SETDISPLAYMODE","features":[315,307]},{"name":"PFND3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT","features":[315,307]},{"name":"PFND3DKMT_SETFSEBLOCK","features":[315,307]},{"name":"PFND3DKMT_SETGAMMARAMP","features":[315,307]},{"name":"PFND3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY","features":[315,307]},{"name":"PFND3DKMT_SETHYBRIDLISTVVALUE","features":[315,307]},{"name":"PFND3DKMT_SETPROCESSSCHEDULINGPRIORITYCLASS","features":[315,307]},{"name":"PFND3DKMT_SETQUEUEDLIMIT","features":[315,307]},{"name":"PFND3DKMT_SETSTABLEPOWERSTATE","features":[315,307]},{"name":"PFND3DKMT_SETSTEREOENABLED","features":[315,307]},{"name":"PFND3DKMT_SETSYNCREFRESHCOUNTWAITTARGET","features":[315,307]},{"name":"PFND3DKMT_SETVIDPNSOURCEHWPROTECTION","features":[315,307]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER","features":[315,307]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER1","features":[315,307]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER2","features":[315,307]},{"name":"PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION","features":[315,307]},{"name":"PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION","features":[315,307]},{"name":"PFND3DKMT_SHAREOBJECTS","features":[308,315,307]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT","features":[315,307]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2","features":[315,307]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU","features":[315,307]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU","features":[315,307]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2","features":[315,307]},{"name":"PFND3DKMT_SUBMITCOMMAND","features":[315,307]},{"name":"PFND3DKMT_SUBMITCOMMANDTOHWQUEUE","features":[315,307]},{"name":"PFND3DKMT_SUBMITPRESENTBLTTOHWQUEUE","features":[315,307]},{"name":"PFND3DKMT_SUBMITPRESENTTOHWQUEUE","features":[315,307]},{"name":"PFND3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE","features":[315,307]},{"name":"PFND3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE","features":[315,307]},{"name":"PFND3DKMT_TRIMNOTIFICATIONCALLBACK","features":[315]},{"name":"PFND3DKMT_TRIMPROCESSCOMMITMENT","features":[315,307]},{"name":"PFND3DKMT_UNLOCK","features":[315,307]},{"name":"PFND3DKMT_UNLOCK2","features":[315,307]},{"name":"PFND3DKMT_UNPINDIRECTFLIPRESOURCES","features":[315,307]},{"name":"PFND3DKMT_UNREGISTERBUDGETCHANGENOTIFICATION","features":[315,307]},{"name":"PFND3DKMT_UNREGISTERTRIMNOTIFICATION","features":[315,307]},{"name":"PFND3DKMT_UPDATEALLOCATIONPROPERTY","features":[315,307]},{"name":"PFND3DKMT_UPDATEGPUVIRTUALADDRESS","features":[315,307]},{"name":"PFND3DKMT_UPDATEOVERLAY","features":[315,307]},{"name":"PFND3DKMT_WAITFORIDLE","features":[315,307]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECT","features":[315,307]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECT2","features":[315,307]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU","features":[315,307]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU","features":[315,307]},{"name":"PFND3DKMT_WAITFORVERTICALBLANKEVENT","features":[315,307]},{"name":"PFND3DKMT_WAITFORVERTICALBLANKEVENT2","features":[315,307]},{"name":"PFND3DNTPARSEUNKNOWNCOMMAND","features":[315]},{"name":"PFND3DPARSEUNKNOWNCOMMAND","features":[315]},{"name":"RTPATCHFLAG_HASINFO","features":[315]},{"name":"RTPATCHFLAG_HASSEGS","features":[315]},{"name":"SHARED_ALLOCATION_WRITE","features":[315]},{"name":"_NT_D3DDEVCAPS_HWINDEXBUFFER","features":[315]},{"name":"_NT_D3DDEVCAPS_HWVERTEXBUFFER","features":[315]},{"name":"_NT_D3DDEVCAPS_SUBVOLUMELOCK","features":[315]},{"name":"_NT_D3DFVF_FOG","features":[315]},{"name":"_NT_D3DGDI2_MAGIC","features":[315]},{"name":"_NT_D3DGDI2_TYPE_DEFERRED_AGP_AWARE","features":[315]},{"name":"_NT_D3DGDI2_TYPE_DEFER_AGP_FREES","features":[315]},{"name":"_NT_D3DGDI2_TYPE_DXVERSION","features":[315]},{"name":"_NT_D3DGDI2_TYPE_FREE_DEFERRED_AGP","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETADAPTERGROUP","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETD3DCAPS8","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETD3DCAPS9","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETD3DQUERY","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETD3DQUERYCOUNT","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETDDIVERSION","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETEXTENDEDMODE","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETEXTENDEDMODECOUNT","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETFORMAT","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETFORMATCOUNT","features":[315]},{"name":"_NT_D3DGDI2_TYPE_GETMULTISAMPLEQUALITYLEVELS","features":[315]},{"name":"_NT_D3DLINEPATTERN","features":[315]},{"name":"_NT_D3DPMISCCAPS_FOGINFVF","features":[315]},{"name":"_NT_D3DPS_COLOROUT_MAX_V2_0","features":[315]},{"name":"_NT_D3DPS_COLOROUT_MAX_V2_1","features":[315]},{"name":"_NT_D3DPS_COLOROUT_MAX_V3_0","features":[315]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_SW_DX9","features":[315]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_SW_DX9","features":[315]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DPS_CONSTREG_MAX_DX8","features":[315]},{"name":"_NT_D3DPS_CONSTREG_MAX_SW_DX9","features":[315]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_1","features":[315]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_2","features":[315]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_3","features":[315]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_4","features":[315]},{"name":"_NT_D3DPS_CONSTREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DPS_CONSTREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DPS_CONSTREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DPS_INPUTREG_MAX_DX8","features":[315]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_1","features":[315]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_2","features":[315]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_3","features":[315]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_4","features":[315]},{"name":"_NT_D3DPS_INPUTREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DPS_INPUTREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DPS_INPUTREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DPS_MAXLOOPINITVALUE_V2_1","features":[315]},{"name":"_NT_D3DPS_MAXLOOPINITVALUE_V3_0","features":[315]},{"name":"_NT_D3DPS_MAXLOOPITERATIONCOUNT_V2_1","features":[315]},{"name":"_NT_D3DPS_MAXLOOPITERATIONCOUNT_V3_0","features":[315]},{"name":"_NT_D3DPS_MAXLOOPSTEP_V2_1","features":[315]},{"name":"_NT_D3DPS_MAXLOOPSTEP_V3_0","features":[315]},{"name":"_NT_D3DPS_PREDICATE_MAX_V2_1","features":[315]},{"name":"_NT_D3DPS_PREDICATE_MAX_V3_0","features":[315]},{"name":"_NT_D3DPS_TEMPREG_MAX_DX8","features":[315]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_1","features":[315]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_2","features":[315]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_3","features":[315]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_4","features":[315]},{"name":"_NT_D3DPS_TEMPREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DPS_TEMPREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DPS_TEMPREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_DX8","features":[315]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_1","features":[315]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_2","features":[315]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_3","features":[315]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_4","features":[315]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DRS_DELETERTPATCH","features":[315]},{"name":"_NT_D3DVS_ADDRREG_MAX_V1_1","features":[315]},{"name":"_NT_D3DVS_ADDRREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DVS_ADDRREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DVS_ADDRREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V1_1","features":[315]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_SW_DX9","features":[315]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_SW_DX9","features":[315]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DVS_CONSTREG_MAX_V1_1","features":[315]},{"name":"_NT_D3DVS_CONSTREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DVS_CONSTREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DVS_CONSTREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DVS_INPUTREG_MAX_V1_1","features":[315]},{"name":"_NT_D3DVS_INPUTREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DVS_INPUTREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DVS_INPUTREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DVS_LABEL_MAX_V3_0","features":[315]},{"name":"_NT_D3DVS_MAXINSTRUCTIONCOUNT_V1_1","features":[315]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V2_0","features":[315]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V2_1","features":[315]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V3_0","features":[315]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V2_0","features":[315]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V2_1","features":[315]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V3_0","features":[315]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V2_0","features":[315]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V2_1","features":[315]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V3_0","features":[315]},{"name":"_NT_D3DVS_OUTPUTREG_MAX_SW_DX9","features":[315]},{"name":"_NT_D3DVS_OUTPUTREG_MAX_V3_0","features":[315]},{"name":"_NT_D3DVS_PREDICATE_MAX_V2_1","features":[315]},{"name":"_NT_D3DVS_PREDICATE_MAX_V3_0","features":[315]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V1_1","features":[315]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DVS_TEMPREG_MAX_V1_1","features":[315]},{"name":"_NT_D3DVS_TEMPREG_MAX_V2_0","features":[315]},{"name":"_NT_D3DVS_TEMPREG_MAX_V2_1","features":[315]},{"name":"_NT_D3DVS_TEMPREG_MAX_V3_0","features":[315]},{"name":"_NT_RTPATCHFLAG_HASINFO","features":[315]},{"name":"_NT_RTPATCHFLAG_HASSEGS","features":[315]}],"344":[{"name":"AUTHENTICATE","features":[319]},{"name":"BINARY_COMPATIBLE","features":[319]},{"name":"BINARY_DATA","features":[319]},{"name":"BROADCAST_VC","features":[319]},{"name":"BSSID_INFO","features":[319]},{"name":"CALL_PARAMETERS_CHANGED","features":[319]},{"name":"CLOCK_NETWORK_DERIVED","features":[319]},{"name":"CLOCK_PRECISION","features":[319]},{"name":"CL_ADD_PARTY_COMPLETE_HANDLER","features":[319]},{"name":"CL_CALL_CONNECTED_HANDLER","features":[319]},{"name":"CL_CLOSE_AF_COMPLETE_HANDLER","features":[319]},{"name":"CL_CLOSE_CALL_COMPLETE_HANDLER","features":[319]},{"name":"CL_DEREG_SAP_COMPLETE_HANDLER","features":[319]},{"name":"CL_DROP_PARTY_COMPLETE_HANDLER","features":[319]},{"name":"CL_INCOMING_CALL_HANDLER","features":[319]},{"name":"CL_INCOMING_CALL_QOS_CHANGE_HANDLER","features":[319]},{"name":"CL_INCOMING_CLOSE_CALL_HANDLER","features":[319]},{"name":"CL_INCOMING_DROP_PARTY_HANDLER","features":[319]},{"name":"CL_MAKE_CALL_COMPLETE_HANDLER","features":[319]},{"name":"CL_MODIFY_CALL_QOS_COMPLETE_HANDLER","features":[319]},{"name":"CL_OPEN_AF_COMPLETE_HANDLER","features":[319]},{"name":"CL_REG_SAP_COMPLETE_HANDLER","features":[319]},{"name":"CM_ACTIVATE_VC_COMPLETE_HANDLER","features":[319]},{"name":"CM_ADD_PARTY_HANDLER","features":[319]},{"name":"CM_CLOSE_AF_HANDLER","features":[319]},{"name":"CM_CLOSE_CALL_HANDLER","features":[319]},{"name":"CM_DEACTIVATE_VC_COMPLETE_HANDLER","features":[319]},{"name":"CM_DEREG_SAP_HANDLER","features":[319]},{"name":"CM_DROP_PARTY_HANDLER","features":[319]},{"name":"CM_INCOMING_CALL_COMPLETE_HANDLER","features":[319]},{"name":"CM_MAKE_CALL_HANDLER","features":[319]},{"name":"CM_MODIFY_CALL_QOS_HANDLER","features":[319]},{"name":"CM_OPEN_AF_HANDLER","features":[319]},{"name":"CM_REG_SAP_HANDLER","features":[319]},{"name":"CO_ADDRESS","features":[319]},{"name":"CO_ADDRESS_FAMILY","features":[319]},{"name":"CO_ADDRESS_FAMILY_PROXY","features":[319]},{"name":"CO_ADDRESS_LIST","features":[319]},{"name":"CO_AF_REGISTER_NOTIFY_HANDLER","features":[319]},{"name":"CO_CALL_MANAGER_PARAMETERS","features":[319,320]},{"name":"CO_CALL_PARAMETERS","features":[319]},{"name":"CO_CREATE_VC_HANDLER","features":[319]},{"name":"CO_DELETE_VC_HANDLER","features":[319]},{"name":"CO_MEDIA_PARAMETERS","features":[319]},{"name":"CO_PVC","features":[319]},{"name":"CO_SAP","features":[319]},{"name":"CO_SEND_FLAG_SET_DISCARD_ELIBILITY","features":[319]},{"name":"CO_SPECIFIC_PARAMETERS","features":[319]},{"name":"CRYPTO_GENERIC_ERROR","features":[319]},{"name":"CRYPTO_INVALID_PACKET_SYNTAX","features":[319]},{"name":"CRYPTO_INVALID_PROTOCOL","features":[319]},{"name":"CRYPTO_SUCCESS","features":[319]},{"name":"CRYPTO_TRANSPORT_AH_AUTH_FAILED","features":[319]},{"name":"CRYPTO_TRANSPORT_ESP_AUTH_FAILED","features":[319]},{"name":"CRYPTO_TUNNEL_AH_AUTH_FAILED","features":[319]},{"name":"CRYPTO_TUNNEL_ESP_AUTH_FAILED","features":[319]},{"name":"CachedNetBufferList","features":[319]},{"name":"ClassificationHandlePacketInfo","features":[319]},{"name":"DD_NDIS_DEVICE_NAME","features":[319]},{"name":"DOT11_RSN_KCK_LENGTH","features":[319]},{"name":"DOT11_RSN_KEK_LENGTH","features":[319]},{"name":"DOT11_RSN_MAX_CIPHER_KEY_LENGTH","features":[319]},{"name":"EAPOL_REQUEST_ID_WOL_FLAG_MUST_ENCRYPT","features":[319]},{"name":"ENCRYPT","features":[319]},{"name":"ERRED_PACKET_INDICATION","features":[319]},{"name":"ETHERNET_LENGTH_OF_ADDRESS","features":[319]},{"name":"ETH_FILTER","features":[319]},{"name":"FILTERDBS","features":[319]},{"name":"GEN_GET_NETCARD_TIME","features":[319]},{"name":"GEN_GET_TIME_CAPS","features":[319]},{"name":"GUID_NDIS_NDK_CAPABILITIES","features":[319]},{"name":"GUID_NDIS_NDK_STATE","features":[319]},{"name":"INDICATE_END_OF_TX","features":[319]},{"name":"INDICATE_ERRED_PACKETS","features":[319]},{"name":"IOCTL_NDIS_RESERVED5","features":[319]},{"name":"IOCTL_NDIS_RESERVED6","features":[319]},{"name":"IPSEC_OFFLOAD_V2_AND_TCP_CHECKSUM_COEXISTENCE","features":[319]},{"name":"IPSEC_OFFLOAD_V2_AND_UDP_CHECKSUM_COEXISTENCE","features":[319]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_128","features":[319]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_192","features":[319]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_256","features":[319]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_MD5","features":[319]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_1","features":[319]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_256","features":[319]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_3_DES_CBC","features":[319]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_128","features":[319]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_192","features":[319]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_256","features":[319]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_128","features":[319]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_192","features":[319]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_256","features":[319]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_DES_CBC","features":[319]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_NONE","features":[319]},{"name":"IPSEC_OFFLOAD_V2_ESN_SA","features":[319]},{"name":"IPSEC_OFFLOAD_V2_INBOUND","features":[319]},{"name":"IPSEC_OFFLOAD_V2_IPv6","features":[319]},{"name":"IPSEC_OFFLOAD_V2_MAX_EXTENSION_HEADERS","features":[319]},{"name":"IPSEC_OFFLOAD_V2_TRANSPORT_OVER_UDP_ESP_ENCAPSULATION_TUNNEL","features":[319]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_NONE","features":[319]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TRANSPORT","features":[319]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TRANSPORT_OVER_TUNNEL","features":[319]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TUNNEL","features":[319]},{"name":"IPSEC_TPTOVERTUN_UDPESP_ENCAPTYPE_IKE","features":[319]},{"name":"IPSEC_TPTOVERTUN_UDPESP_ENCAPTYPE_OTHER","features":[319]},{"name":"IPSEC_TPT_UDPESP_ENCAPTYPE_IKE","features":[319]},{"name":"IPSEC_TPT_UDPESP_ENCAPTYPE_OTHER","features":[319]},{"name":"IPSEC_TPT_UDPESP_OVER_PURE_TUN_ENCAPTYPE_IKE","features":[319]},{"name":"IPSEC_TPT_UDPESP_OVER_PURE_TUN_ENCAPTYPE_OTHER","features":[319]},{"name":"IPSEC_TUN_UDPESP_ENCAPTYPE_IKE","features":[319]},{"name":"IPSEC_TUN_UDPESP_ENCAPTYPE_OTHER","features":[319]},{"name":"Ieee8021QInfo","features":[319]},{"name":"IpSecPacketInfo","features":[319]},{"name":"LOCK_STATE","features":[319]},{"name":"MAXIMUM_IP_OPER_STATUS_ADDRESS_FAMILIES_SUPPORTED","features":[319]},{"name":"MAX_HASHES","features":[319]},{"name":"MEDIA_SPECIFIC_INFORMATION","features":[319]},{"name":"MINIPORT_CO_ACTIVATE_VC","features":[319]},{"name":"MINIPORT_CO_CREATE_VC","features":[319]},{"name":"MINIPORT_CO_DEACTIVATE_VC","features":[319]},{"name":"MINIPORT_CO_DELETE_VC","features":[319]},{"name":"MULTIPOINT_VC","features":[319]},{"name":"MaxPerPacketInfo","features":[319]},{"name":"NBL_FLAGS_MINIPORT_RESERVED","features":[319]},{"name":"NBL_FLAGS_NDIS_RESERVED","features":[319]},{"name":"NBL_FLAGS_PROTOCOL_RESERVED","features":[319]},{"name":"NBL_FLAGS_SCRATCH","features":[319]},{"name":"NBL_PROT_RSVD_FLAGS","features":[319]},{"name":"NDIS630_MINIPORT","features":[319]},{"name":"NDIS685_MINIPORT","features":[319]},{"name":"NDIS_802_11_AI_REQFI","features":[319]},{"name":"NDIS_802_11_AI_REQFI_CAPABILITIES","features":[319]},{"name":"NDIS_802_11_AI_REQFI_CURRENTAPADDRESS","features":[319]},{"name":"NDIS_802_11_AI_REQFI_LISTENINTERVAL","features":[319]},{"name":"NDIS_802_11_AI_RESFI","features":[319]},{"name":"NDIS_802_11_AI_RESFI_ASSOCIATIONID","features":[319]},{"name":"NDIS_802_11_AI_RESFI_CAPABILITIES","features":[319]},{"name":"NDIS_802_11_AI_RESFI_STATUSCODE","features":[319]},{"name":"NDIS_802_11_ASSOCIATION_INFORMATION","features":[319]},{"name":"NDIS_802_11_AUTHENTICATION_ENCRYPTION","features":[319]},{"name":"NDIS_802_11_AUTHENTICATION_EVENT","features":[319]},{"name":"NDIS_802_11_AUTHENTICATION_MODE","features":[319]},{"name":"NDIS_802_11_AUTHENTICATION_REQUEST","features":[319]},{"name":"NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS","features":[319]},{"name":"NDIS_802_11_AUTH_REQUEST_GROUP_ERROR","features":[319]},{"name":"NDIS_802_11_AUTH_REQUEST_KEYUPDATE","features":[319]},{"name":"NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR","features":[319]},{"name":"NDIS_802_11_AUTH_REQUEST_REAUTH","features":[319]},{"name":"NDIS_802_11_BSSID_LIST","features":[319]},{"name":"NDIS_802_11_BSSID_LIST_EX","features":[319]},{"name":"NDIS_802_11_CAPABILITY","features":[319]},{"name":"NDIS_802_11_CONFIGURATION","features":[319]},{"name":"NDIS_802_11_CONFIGURATION_FH","features":[319]},{"name":"NDIS_802_11_FIXED_IEs","features":[319]},{"name":"NDIS_802_11_KEY","features":[319]},{"name":"NDIS_802_11_LENGTH_RATES","features":[319]},{"name":"NDIS_802_11_LENGTH_RATES_EX","features":[319]},{"name":"NDIS_802_11_LENGTH_SSID","features":[319]},{"name":"NDIS_802_11_MEDIA_STREAM_MODE","features":[319]},{"name":"NDIS_802_11_NETWORK_INFRASTRUCTURE","features":[319]},{"name":"NDIS_802_11_NETWORK_TYPE","features":[319]},{"name":"NDIS_802_11_NETWORK_TYPE_LIST","features":[319]},{"name":"NDIS_802_11_NON_BCAST_SSID_LIST","features":[319]},{"name":"NDIS_802_11_PMKID","features":[319]},{"name":"NDIS_802_11_PMKID_CANDIDATE_LIST","features":[319]},{"name":"NDIS_802_11_PMKID_CANDIDATE_PREAUTH_ENABLED","features":[319]},{"name":"NDIS_802_11_POWER_MODE","features":[319]},{"name":"NDIS_802_11_PRIVACY_FILTER","features":[319]},{"name":"NDIS_802_11_RADIO_STATUS","features":[319]},{"name":"NDIS_802_11_RELOAD_DEFAULTS","features":[319]},{"name":"NDIS_802_11_REMOVE_KEY","features":[319]},{"name":"NDIS_802_11_SSID","features":[319]},{"name":"NDIS_802_11_STATISTICS","features":[319]},{"name":"NDIS_802_11_STATUS_INDICATION","features":[319]},{"name":"NDIS_802_11_STATUS_TYPE","features":[319]},{"name":"NDIS_802_11_TEST","features":[319]},{"name":"NDIS_802_11_VARIABLE_IEs","features":[319]},{"name":"NDIS_802_11_WEP","features":[319]},{"name":"NDIS_802_11_WEP_STATUS","features":[319]},{"name":"NDIS_802_3_MAC_OPTION_PRIORITY","features":[319]},{"name":"NDIS_802_5_RING_STATE","features":[319]},{"name":"NDIS_AF_LIST","features":[319]},{"name":"NDIS_ANY_NUMBER_OF_NBLS","features":[319]},{"name":"NDIS_ATTRIBUTE_BUS_MASTER","features":[319]},{"name":"NDIS_ATTRIBUTE_DESERIALIZE","features":[319]},{"name":"NDIS_ATTRIBUTE_DO_NOT_BIND_TO_ALL_CO","features":[319]},{"name":"NDIS_ATTRIBUTE_IGNORE_PACKET_TIMEOUT","features":[319]},{"name":"NDIS_ATTRIBUTE_IGNORE_REQUEST_TIMEOUT","features":[319]},{"name":"NDIS_ATTRIBUTE_IGNORE_TOKEN_RING_ERRORS","features":[319]},{"name":"NDIS_ATTRIBUTE_INTERMEDIATE_DRIVER","features":[319]},{"name":"NDIS_ATTRIBUTE_MINIPORT_PADS_SHORT_PACKETS","features":[319]},{"name":"NDIS_ATTRIBUTE_NOT_CO_NDIS","features":[319]},{"name":"NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND","features":[319]},{"name":"NDIS_ATTRIBUTE_SURPRISE_REMOVE_OK","features":[319]},{"name":"NDIS_ATTRIBUTE_USES_SAFE_BUFFER_APIS","features":[319]},{"name":"NDIS_BIND_FAILED_NOTIFICATION_REVISION_1","features":[319]},{"name":"NDIS_BIND_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_BIND_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_BIND_PARAMETERS_REVISION_3","features":[319]},{"name":"NDIS_BIND_PARAMETERS_REVISION_4","features":[319]},{"name":"NDIS_CALL_MANAGER_CHARACTERISTICS","features":[319]},{"name":"NDIS_CLASS_ID","features":[319]},{"name":"NDIS_CLONE_FLAGS_RESERVED","features":[319]},{"name":"NDIS_CLONE_FLAGS_USE_ORIGINAL_MDLS","features":[319]},{"name":"NDIS_CONFIGURATION_OBJECT_REVISION_1","features":[319]},{"name":"NDIS_CONFIGURATION_PARAMETER","features":[319,307]},{"name":"NDIS_CONFIG_FLAG_FILTER_INSTANCE_CONFIGURATION","features":[319]},{"name":"NDIS_CO_CALL_MANAGER_OPTIONAL_HANDLERS_REVISION_1","features":[319]},{"name":"NDIS_CO_CLIENT_OPTIONAL_HANDLERS_REVISION_1","features":[319]},{"name":"NDIS_CO_DEVICE_PROFILE","features":[319]},{"name":"NDIS_CO_LINK_SPEED","features":[319]},{"name":"NDIS_CO_MAC_OPTION_DYNAMIC_LINK_SPEED","features":[319]},{"name":"NDIS_DEFAULT_RECEIVE_FILTER_ID","features":[319]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_GROUP_ID","features":[319]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_ID","features":[319]},{"name":"NDIS_DEFAULT_SWITCH_ID","features":[319]},{"name":"NDIS_DEFAULT_VPORT_ID","features":[319]},{"name":"NDIS_DEVICE_OBJECT_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_DEVICE_PNP_EVENT","features":[319]},{"name":"NDIS_DEVICE_POWER_STATE","features":[319]},{"name":"NDIS_DEVICE_TYPE_ENDPOINT","features":[319]},{"name":"NDIS_DEVICE_WAKE_ON_MAGIC_PACKET_ENABLE","features":[319]},{"name":"NDIS_DEVICE_WAKE_ON_PATTERN_MATCH_ENABLE","features":[319]},{"name":"NDIS_DEVICE_WAKE_UP_ENABLE","features":[319]},{"name":"NDIS_DMA_BLOCK","features":[308,319,307,313]},{"name":"NDIS_DMA_DESCRIPTION","features":[319,309,307]},{"name":"NDIS_DRIVER_FLAGS_RESERVED","features":[319]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV4","features":[319]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV6","features":[319]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_NOT_SUPPORTED","features":[319]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV4","features":[319]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV6","features":[319]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3","features":[319]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q","features":[319]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q_IN_OOB","features":[319]},{"name":"NDIS_ENCAPSULATION_IEEE_LLC_SNAP_ROUTED","features":[319]},{"name":"NDIS_ENCAPSULATION_NOT_SUPPORTED","features":[319]},{"name":"NDIS_ENCAPSULATION_NULL","features":[319]},{"name":"NDIS_ENCAPSULATION_TYPE_GRE_MAC","features":[319]},{"name":"NDIS_ENCAPSULATION_TYPE_VXLAN","features":[319]},{"name":"NDIS_ENUM_FILTERS_REVISION_1","features":[319]},{"name":"NDIS_ENVIRONMENT_TYPE","features":[319]},{"name":"NDIS_ETH_TYPE_802_1Q","features":[319]},{"name":"NDIS_ETH_TYPE_802_1X","features":[319]},{"name":"NDIS_ETH_TYPE_ARP","features":[319]},{"name":"NDIS_ETH_TYPE_IPV4","features":[319]},{"name":"NDIS_ETH_TYPE_IPV6","features":[319]},{"name":"NDIS_ETH_TYPE_SLOW_PROTOCOL","features":[319]},{"name":"NDIS_EVENT","features":[308,319,307,313]},{"name":"NDIS_FDDI_ATTACHMENT_TYPE","features":[319]},{"name":"NDIS_FDDI_LCONNECTION_STATE","features":[319]},{"name":"NDIS_FDDI_RING_MGT_STATE","features":[319]},{"name":"NDIS_FILTER_ATTACH_FLAGS_IGNORE_MANDATORY","features":[319]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_3","features":[319]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_4","features":[319]},{"name":"NDIS_FILTER_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_2","features":[319]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_3","features":[319]},{"name":"NDIS_FILTER_DRIVER_MANDATORY","features":[319]},{"name":"NDIS_FILTER_DRIVER_SUPPORTS_CURRENT_MAC_ADDRESS_CHANGE","features":[319]},{"name":"NDIS_FILTER_DRIVER_SUPPORTS_L2_MTU_SIZE_CHANGE","features":[319]},{"name":"NDIS_FILTER_INTERFACE_IM_FILTER","features":[319]},{"name":"NDIS_FILTER_INTERFACE_LW_FILTER","features":[319]},{"name":"NDIS_FILTER_INTERFACE_RECEIVE_BYPASS","features":[319]},{"name":"NDIS_FILTER_INTERFACE_REVISION_1","features":[319]},{"name":"NDIS_FILTER_INTERFACE_REVISION_2","features":[319]},{"name":"NDIS_FILTER_INTERFACE_SEND_BYPASS","features":[319]},{"name":"NDIS_FILTER_MAJOR_VERSION","features":[319]},{"name":"NDIS_FILTER_MINIMUM_MAJOR_VERSION","features":[319]},{"name":"NDIS_FILTER_MINIMUM_MINOR_VERSION","features":[319]},{"name":"NDIS_FILTER_MINOR_VERSION","features":[319]},{"name":"NDIS_FILTER_PARTIAL_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_FILTER_PAUSE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_FILTER_RESTART_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_FLAGS_DONT_LOOPBACK","features":[319]},{"name":"NDIS_FLAGS_DOUBLE_BUFFERED","features":[319]},{"name":"NDIS_FLAGS_IS_LOOPBACK_PACKET","features":[319]},{"name":"NDIS_FLAGS_LOOPBACK_ONLY","features":[319]},{"name":"NDIS_FLAGS_MULTICAST_PACKET","features":[319]},{"name":"NDIS_FLAGS_PADDED","features":[319]},{"name":"NDIS_FLAGS_PROTOCOL_ID_MASK","features":[319]},{"name":"NDIS_FLAGS_RESERVED2","features":[319]},{"name":"NDIS_FLAGS_RESERVED3","features":[319]},{"name":"NDIS_FLAGS_RESERVED4","features":[319]},{"name":"NDIS_FLAGS_SENT_AT_DPC","features":[319]},{"name":"NDIS_FLAGS_USES_ORIGINAL_PACKET","features":[319]},{"name":"NDIS_FLAGS_USES_SG_BUFFER_LIST","features":[319]},{"name":"NDIS_FLAGS_XLATE_AT_TOP","features":[319]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_GRE","features":[319]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_IP","features":[319]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NOT_ENCAPSULATED","features":[319]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NVGRE","features":[319]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_VXLAN","features":[319]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_RDMA_FLOW","features":[319]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_REVISION_1","features":[319]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_IS_TTL_ONE","features":[319]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_IS_TTL_ONE","features":[319]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_REVISION_1","features":[319]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_REVISION_1","features":[319]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_IS_TTL_ONE","features":[319]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_IS_TTL_ONE","features":[319]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[319]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_REVISION_1","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_ESP","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_ETHERNET","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_ICMP","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV4","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV6","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_GRE_ENCAP","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_IP_ENCAP","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_NO_ENCAP","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_NVGRE_ENCAP","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_TCP","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_UDP","features":[319]},{"name":"NDIS_GFP_HEADER_PRESENT_VXLAN_ENCAP","features":[319]},{"name":"NDIS_GFP_UNDEFINED_PROFILE_ID","features":[319]},{"name":"NDIS_GFP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[319]},{"name":"NDIS_GFT_COUNTER_INFO_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_GFT_COUNTER_INFO_REVISION_1","features":[319]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_CLIENT_SPECIFIED_ADDRESS","features":[319]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_GET_VALUES","features":[319]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_UPDATE_MEMORY_MAPPED_COUNTERS","features":[319]},{"name":"NDIS_GFT_CUSTOM_ACTION_LAST_ACTION","features":[319]},{"name":"NDIS_GFT_CUSTOM_ACTION_PROFILE_REVISION_1","features":[319]},{"name":"NDIS_GFT_CUSTOM_ACTION_REVISION_1","features":[319]},{"name":"NDIS_GFT_DELETE_PROFILE_ALL_PROFILES","features":[319]},{"name":"NDIS_GFT_DELETE_PROFILE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_GFT_DELETE_TABLE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_GFT_EMFE_ADD_IN_ACTIVATED_STATE","features":[319]},{"name":"NDIS_GFT_EMFE_ALL_VPORT_FLOW_ENTRIES","features":[319]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_FIN_FLAG_SET","features":[319]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_RST_FLAG_SET","features":[319]},{"name":"NDIS_GFT_EMFE_COPY_ALL_PACKETS","features":[319]},{"name":"NDIS_GFT_EMFE_COPY_CONDITION_CHANGED","features":[319]},{"name":"NDIS_GFT_EMFE_COPY_FIRST_PACKET","features":[319]},{"name":"NDIS_GFT_EMFE_COPY_WHEN_TCP_FLAG_SET","features":[319]},{"name":"NDIS_GFT_EMFE_COUNTER_ALLOCATE","features":[319]},{"name":"NDIS_GFT_EMFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[319]},{"name":"NDIS_GFT_EMFE_COUNTER_MEMORY_MAPPED","features":[319]},{"name":"NDIS_GFT_EMFE_COUNTER_TRACK_TCP_FLOW","features":[319]},{"name":"NDIS_GFT_EMFE_CUSTOM_ACTION_PRESENT","features":[319]},{"name":"NDIS_GFT_EMFE_MATCH_AND_ACTION_MUST_BE_SUPPORTED","features":[319]},{"name":"NDIS_GFT_EMFE_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[319]},{"name":"NDIS_GFT_EMFE_RDMA_FLOW","features":[319]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[319]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[319]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[319]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[319]},{"name":"NDIS_GFT_EXACT_MATCH_FLOW_ENTRY_REVISION_1","features":[319]},{"name":"NDIS_GFT_FLOW_ENTRY_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_NIC_SWITCH_FLOW_ENTRIES","features":[319]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_TABLE_FLOW_ENTRIES","features":[319]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_VPORT_FLOW_ENTRIES","features":[319]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_COUNTER_VALUES","features":[319]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_DEFINED","features":[319]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_RANGE_DEFINED","features":[319]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ALL_FLOW_ENTRIES","features":[319]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_GFT_FREE_COUNTER_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_DECREMENT_TTL_IF_NOT_ONE","features":[319]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_DECREMENT_TTL_IF_NOT_ONE","features":[319]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_REVISION_1","features":[319]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_REVISION_1","features":[319]},{"name":"NDIS_GFT_HEADER_TRANSPOSITION_PROFILE_REVISION_1","features":[319]},{"name":"NDIS_GFT_HTP_COPY_ALL_PACKETS","features":[319]},{"name":"NDIS_GFT_HTP_COPY_FIRST_PACKET","features":[319]},{"name":"NDIS_GFT_HTP_COPY_WHEN_TCP_FLAG_SET","features":[319]},{"name":"NDIS_GFT_HTP_CUSTOM_ACTION_PRESENT","features":[319]},{"name":"NDIS_GFT_HTP_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[319]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[319]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[319]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[319]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[319]},{"name":"NDIS_GFT_MAX_COUNTER_OBJECTS_PER_FLOW_ENTRY","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_8021P_PRIORITY_MASK","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ADD_FLOW_ENTRY_DEACTIVATED_PREFERRED","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ALLOW","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_CLIENT_SPECIFIED_MEMORY_MAPPED_COUNTERS","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COMBINED_COUNTER_AND_STATE","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_ALL","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_FIRST","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_WHEN_TCP_FLAG_SET","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DESIGNATED_EXCEPTION_VPORT","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DROP","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DSCP_MASK","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_AGGREGATE_COUNTERS","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_EXACT_MATCH","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_WILDCARD_MATCH","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_EXACT_MATCH","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_WILDCARD_MATCH","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_EXACT_MATCH","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_WILDCARD_MATCH","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_IGNORE_ACTION_SUPPORTED","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_AGGREGATE_COUNTERS","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_EXACT_MATCH","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_WILDCARD_MATCH","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_COUNTERS","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_PAKCET_AND_BYTE_COUNTERS","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_AFTER_HEADER_TRANSPOSITION","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MODIFY","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_FLOW_ENTRY_COUNTERS","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_PACKET_COUNTER_UPDATE","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_VPORT_EXCEPTION_VPORT","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_POP","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PUSH","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_RATE_LIMITING_QUEUE_SUPPORTED","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_SAMPLE","features":[319]},{"name":"NDIS_GFT_OFFLOAD_CAPS_TRACK_TCP_FLOW_STATE","features":[319]},{"name":"NDIS_GFT_OFFLOAD_INFO_COPY_PACKET","features":[319]},{"name":"NDIS_GFT_OFFLOAD_INFO_DIRECTION_INGRESS","features":[319]},{"name":"NDIS_GFT_OFFLOAD_INFO_EXCEPTION_PACKET","features":[319]},{"name":"NDIS_GFT_OFFLOAD_INFO_SAMPLE_PACKET","features":[319]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_CUSTOM_PROVIDER_RESERVED","features":[319]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_ENABLE_OFFLOAD","features":[319]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_GFT_PROFILE_INFO_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_GFT_PROFILE_INFO_REVISION_1","features":[319]},{"name":"NDIS_GFT_RESERVED_CUSTOM_ACTIONS","features":[319]},{"name":"NDIS_GFT_STATISTICS_REVISION_1","features":[319]},{"name":"NDIS_GFT_TABLE_INCLUDE_EXTERNAL_VPPORT","features":[319]},{"name":"NDIS_GFT_TABLE_INFO_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_GFT_TABLE_INFO_REVISION_1","features":[319]},{"name":"NDIS_GFT_TABLE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_GFT_UNDEFINED_COUNTER_ID","features":[319]},{"name":"NDIS_GFT_UNDEFINED_CUSTOM_ACTION","features":[319]},{"name":"NDIS_GFT_UNDEFINED_FLOW_ENTRY_ID","features":[319]},{"name":"NDIS_GFT_UNDEFINED_TABLE_ID","features":[319]},{"name":"NDIS_GFT_VPORT_DSCP_FLAGS_CHANGED","features":[319]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_RX","features":[319]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_TX","features":[319]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_CHANGED","features":[319]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_RX","features":[319]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_TX","features":[319]},{"name":"NDIS_GFT_VPORT_ENABLE","features":[319]},{"name":"NDIS_GFT_VPORT_ENABLE_STATE_CHANGED","features":[319]},{"name":"NDIS_GFT_VPORT_EXCEPTION_VPORT_CHANGED","features":[319]},{"name":"NDIS_GFT_VPORT_MAX_DSCP_MASK_COUNTER_OBJECTS","features":[319]},{"name":"NDIS_GFT_VPORT_MAX_PRIORITY_MASK_COUNTER_OBJECTS","features":[319]},{"name":"NDIS_GFT_VPORT_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_GFT_VPORT_PARAMS_CHANGE_MASK","features":[319]},{"name":"NDIS_GFT_VPORT_PARAMS_CUSTOM_PROVIDER_RESERVED","features":[319]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN","features":[319]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN_NOT_IN_SRC_PORT_RANGE","features":[319]},{"name":"NDIS_GFT_VPORT_PRIORITY_MASK_CHANGED","features":[319]},{"name":"NDIS_GFT_VPORT_SAMPLING_RATE_CHANGED","features":[319]},{"name":"NDIS_GFT_VPORT_VXLAN_SETTINGS_CHANGED","features":[319]},{"name":"NDIS_GFT_WCFE_ADD_IN_ACTIVATED_STATE","features":[319]},{"name":"NDIS_GFT_WCFE_COPY_ALL_PACKETS","features":[319]},{"name":"NDIS_GFT_WCFE_COUNTER_ALLOCATE","features":[319]},{"name":"NDIS_GFT_WCFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[319]},{"name":"NDIS_GFT_WCFE_COUNTER_MEMORY_MAPPED","features":[319]},{"name":"NDIS_GFT_WCFE_CUSTOM_ACTION_PRESENT","features":[319]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[319]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[319]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[319]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[319]},{"name":"NDIS_GFT_WILDCARD_MATCH_FLOW_ENTRY_REVISION_1","features":[319]},{"name":"NDIS_GUID","features":[319]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP","features":[319]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP_REVISION_1","features":[319]},{"name":"NDIS_HARDWARE_STATUS","features":[319]},{"name":"NDIS_HASH_FUNCTION_MASK","features":[319]},{"name":"NDIS_HASH_IPV4","features":[319]},{"name":"NDIS_HASH_IPV6","features":[319]},{"name":"NDIS_HASH_IPV6_EX","features":[319]},{"name":"NDIS_HASH_TCP_IPV4","features":[319]},{"name":"NDIS_HASH_TCP_IPV6","features":[319]},{"name":"NDIS_HASH_TCP_IPV6_EX","features":[319]},{"name":"NDIS_HASH_TYPE_MASK","features":[319]},{"name":"NDIS_HASH_UDP_IPV4","features":[319]},{"name":"NDIS_HASH_UDP_IPV6","features":[319]},{"name":"NDIS_HASH_UDP_IPV6_EX","features":[319]},{"name":"NDIS_HD_SPLIT_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_HEADER_DATA_SPLIT","features":[319]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV4_OPTIONS","features":[319]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV6_EXTENSION_HEADERS","features":[319]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_TCP_OPTIONS","features":[319]},{"name":"NDIS_HD_SPLIT_COMBINE_ALL_HEADERS","features":[319]},{"name":"NDIS_HD_SPLIT_CURRENT_CONFIG_REVISION_1","features":[319]},{"name":"NDIS_HD_SPLIT_ENABLE_HEADER_DATA_SPLIT","features":[319]},{"name":"NDIS_HD_SPLIT_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_HYPERVISOR_INFO_FLAG_HYPERVISOR_PRESENT","features":[319]},{"name":"NDIS_HYPERVISOR_INFO_REVISION_1","features":[319]},{"name":"NDIS_INTERFACE_TYPE","features":[319]},{"name":"NDIS_INTERMEDIATE_DRIVER","features":[319]},{"name":"NDIS_INTERRUPT_MODERATION","features":[319]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_REINITIALIZE","features":[319]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_RESET","features":[319]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS","features":[319]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_IPSEC_OFFLOAD_V1","features":[319]},{"name":"NDIS_IPSEC_OFFLOAD_V2_ADD_SA_EX_REVISION_1","features":[319]},{"name":"NDIS_IPSEC_OFFLOAD_V2_ADD_SA_REVISION_1","features":[319]},{"name":"NDIS_IPSEC_OFFLOAD_V2_DELETE_SA_REVISION_1","features":[319]},{"name":"NDIS_IPSEC_OFFLOAD_V2_UPDATE_SA_REVISION_1","features":[319]},{"name":"NDIS_IP_OPER_STATE","features":[319,321]},{"name":"NDIS_IP_OPER_STATE_REVISION_1","features":[319]},{"name":"NDIS_IP_OPER_STATUS","features":[319,321]},{"name":"NDIS_IP_OPER_STATUS_INFO","features":[319,321]},{"name":"NDIS_IP_OPER_STATUS_INFO_REVISION_1","features":[319]},{"name":"NDIS_IRDA_PACKET_INFO","features":[319]},{"name":"NDIS_ISOLATION_NAME_MAX_STRING_SIZE","features":[319]},{"name":"NDIS_ISOLATION_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_KDNET_ADD_PF_REVISION_1","features":[319]},{"name":"NDIS_KDNET_ENUMERATE_PFS_REVISION_1","features":[319]},{"name":"NDIS_KDNET_PF_ENUM_ELEMENT_REVISION_1","features":[319]},{"name":"NDIS_KDNET_QUERY_PF_INFORMATION_REVISION_1","features":[319]},{"name":"NDIS_KDNET_REMOVE_PF_REVISION_1","features":[319]},{"name":"NDIS_LARGE_SEND_OFFLOAD_MAX_HEADER_LENGTH","features":[319]},{"name":"NDIS_LEGACY_DRIVER","features":[319]},{"name":"NDIS_LEGACY_MINIPORT","features":[319]},{"name":"NDIS_LEGACY_PROTOCOL","features":[319]},{"name":"NDIS_LINK_PARAMETERS","features":[319,321]},{"name":"NDIS_LINK_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_LINK_SPEED","features":[319]},{"name":"NDIS_LINK_STATE","features":[319,321]},{"name":"NDIS_LINK_STATE_DUPLEX_AUTO_NEGOTIATED","features":[319]},{"name":"NDIS_LINK_STATE_PAUSE_FUNCTIONS_AUTO_NEGOTIATED","features":[319]},{"name":"NDIS_LINK_STATE_RCV_LINK_SPEED_AUTO_NEGOTIATED","features":[319]},{"name":"NDIS_LINK_STATE_REVISION_1","features":[319]},{"name":"NDIS_LINK_STATE_XMIT_LINK_SPEED_AUTO_NEGOTIATED","features":[319]},{"name":"NDIS_MAC_OPTION_8021P_PRIORITY","features":[319]},{"name":"NDIS_MAC_OPTION_8021Q_VLAN","features":[319]},{"name":"NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA","features":[319]},{"name":"NDIS_MAC_OPTION_EOTX_INDICATION","features":[319]},{"name":"NDIS_MAC_OPTION_FULL_DUPLEX","features":[319]},{"name":"NDIS_MAC_OPTION_NO_LOOPBACK","features":[319]},{"name":"NDIS_MAC_OPTION_RECEIVE_AT_DPC","features":[319]},{"name":"NDIS_MAC_OPTION_RECEIVE_SERIALIZED","features":[319]},{"name":"NDIS_MAC_OPTION_RESERVED","features":[319]},{"name":"NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE","features":[319]},{"name":"NDIS_MAC_OPTION_TRANSFERS_NOT_PEND","features":[319]},{"name":"NDIS_MAXIMUM_PORTS","features":[319]},{"name":"NDIS_MAX_LOOKAHEAD_SIZE_ACCESSED_UNDEFINED","features":[319]},{"name":"NDIS_MAX_PROCESSOR_COUNT","features":[319]},{"name":"NDIS_MEDIA_CAP_RECEIVE","features":[319]},{"name":"NDIS_MEDIA_CAP_TRANSMIT","features":[319]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_EAPOL","features":[319]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_FCOE","features":[319]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_LLDP","features":[319]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_TIMESYNC","features":[319]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_TUNDL","features":[319]},{"name":"NDIS_MEDIA_STATE","features":[319]},{"name":"NDIS_MEDIUM","features":[319]},{"name":"NDIS_MEMORY_CONTIGUOUS","features":[319]},{"name":"NDIS_MEMORY_NONCACHED","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_2","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_3","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES_REVISION_2","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_2","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_3","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_4","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES_REVISION_2","features":[319]},{"name":"NDIS_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_BUS_MASTER","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_CONTROLS_DEFAULT_PORT","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_DO_NOT_BIND_TO_ALL_CO","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_HARDWARE_DEVICE","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NDIS_WDM","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NOT_CO_NDIS","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_HALT_ON_SUSPEND","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_OID_INTERCEPT_ON_NONDEFAULT_PORTS","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_PAUSE_ON_SUSPEND","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_REGISTER_BUGCHECK_CALLBACK","features":[319]},{"name":"NDIS_MINIPORT_ATTRIBUTES_SURPRISE_REMOVE_OK","features":[319]},{"name":"NDIS_MINIPORT_BLOCK","features":[319]},{"name":"NDIS_MINIPORT_CO_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_DRIVER","features":[319]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_2","features":[319]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_3","features":[319]},{"name":"NDIS_MINIPORT_INIT_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_INTERRUPT_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_MAJOR_VERSION","features":[319]},{"name":"NDIS_MINIPORT_MINIMUM_MAJOR_VERSION","features":[319]},{"name":"NDIS_MINIPORT_MINIMUM_MINOR_VERSION","features":[319]},{"name":"NDIS_MINIPORT_MINOR_VERSION","features":[319]},{"name":"NDIS_MINIPORT_PAUSE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_PNP_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_RESTART_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_SS_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_MINIPORT_TIMER","features":[308,319,309,307,313]},{"name":"NDIS_MIN_API","features":[319]},{"name":"NDIS_MONITOR_CONFIG_REVISION_1","features":[319]},{"name":"NDIS_MSIX_CONFIG_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_M_DRIVER_BLOCK","features":[319]},{"name":"NDIS_M_MAX_LOOKAHEAD","features":[319]},{"name":"NDIS_NBL_FLAGS_CAPTURE_TIMESTAMP_ON_TRANSMIT","features":[319]},{"name":"NDIS_NBL_FLAGS_HD_SPLIT","features":[319]},{"name":"NDIS_NBL_FLAGS_IS_IPV4","features":[319]},{"name":"NDIS_NBL_FLAGS_IS_IPV6","features":[319]},{"name":"NDIS_NBL_FLAGS_IS_LOOPBACK_PACKET","features":[319]},{"name":"NDIS_NBL_FLAGS_IS_TCP","features":[319]},{"name":"NDIS_NBL_FLAGS_IS_UDP","features":[319]},{"name":"NDIS_NBL_FLAGS_RECV_READ_ONLY","features":[319]},{"name":"NDIS_NBL_FLAGS_SEND_READ_ONLY","features":[319]},{"name":"NDIS_NBL_FLAGS_SPLIT_AT_UPPER_LAYER_PROTOCOL_HEADER","features":[319]},{"name":"NDIS_NBL_FLAGS_SPLIT_AT_UPPER_LAYER_PROTOCOL_PAYLOAD","features":[319]},{"name":"NDIS_NBL_MEDIA_SPECIFIC_INFO_REVISION_1","features":[319]},{"name":"NDIS_NDK_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_NDK_CONNECTIONS_REVISION_1","features":[319]},{"name":"NDIS_NDK_LOCAL_ENDPOINTS_REVISION_1","features":[319]},{"name":"NDIS_NDK_STATISTICS_INFO_REVISION_1","features":[319]},{"name":"NDIS_NETWORK_CHANGE_TYPE","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_2","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_3","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_ASYMMETRIC_QUEUE_PAIRS_FOR_NONDEFAULT_VPORT_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_NIC_SWITCH_WITHOUT_IOV_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_PER_VPORT_INTERRUPT_MODERATION_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_ON_PF_VPORTS_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PARAMETERS_PER_PF_VPORT_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_FUNCTION_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_KEY_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_TYPE_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SIZE_RESTRICTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_SINGLE_VPORT_POOL","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_VF_RSS_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_CAPS_VLAN_SUPPORTED","features":[319]},{"name":"NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_DELETE_VPORT_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_FREE_VF_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_INFO_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_INFO_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_CHANGE_MASK","features":[319]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_DEFAULT_NUMBER_OF_QUEUE_PAIRS_FOR_DEFAULT_VPORT","features":[319]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_SWITCH_NAME_CHANGED","features":[319]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[319]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_VF_INFO_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_VF_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_FUNCTION","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_GFT_ENABLED","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_LOOKAHEAD_SPLIT_ENABLED","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_PACKET_DIRECT_RX_ONLY","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_CHANGE_MASK","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_ENFORCE_MAX_SG_LIST","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_FLAGS_CHANGED","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_INT_MOD_CHANGED","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_LOOKAHEAD_SPLIT_ENABLED","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NAME_CHANGED","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NDK_PARAMS_CHANGED","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NUM_QUEUE_PAIRS_CHANGED","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PACKET_DIRECT_RX_ONLY","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PROCESSOR_AFFINITY_CHANGED","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_QOS_SQ_ID_CHANGED","features":[319]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_STATE_CHANGED","features":[319]},{"name":"NDIS_NT","features":[319]},{"name":"NDIS_OBJECT_HEADER","features":[319]},{"name":"NDIS_OBJECT_REVISION_1","features":[319]},{"name":"NDIS_OBJECT_TYPE_BIND_PARAMETERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_CONFIGURATION_OBJECT","features":[319]},{"name":"NDIS_OBJECT_TYPE_CO_CALL_MANAGER_OPTIONAL_HANDLERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_CO_CLIENT_OPTIONAL_HANDLERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_CO_MINIPORT_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_CO_PROTOCOL_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_DEFAULT","features":[319]},{"name":"NDIS_OBJECT_TYPE_DEVICE_OBJECT_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_OBJECT","features":[319]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_REVISION_1","features":[319]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTACH_PARAMETERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_FILTER_DRIVER_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_FILTER_PARTIAL_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_FILTER_PAUSE_PARAMETERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_FILTER_RESTART_PARAMETERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_HD_SPLIT_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NDK_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DEVICE_POWER_NOTIFICATION","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DRIVER_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INIT_PARAMETERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INTERRUPT","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_PNP_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_SS_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_NDK_PROVIDER_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_NSI_COMPARTMENT_RW_STRUCT","features":[319]},{"name":"NDIS_OBJECT_TYPE_NSI_INTERFACE_PERSIST_RW_STRUCT","features":[319]},{"name":"NDIS_OBJECT_TYPE_NSI_NETWORK_RW_STRUCT","features":[319]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD","features":[319]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD_ENCAPSULATION","features":[319]},{"name":"NDIS_OBJECT_TYPE_OID_REQUEST","features":[319]},{"name":"NDIS_OBJECT_TYPE_OPEN_PARAMETERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_1","features":[319]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_2","features":[319]},{"name":"NDIS_OBJECT_TYPE_PD_RECEIVE_QUEUE","features":[319]},{"name":"NDIS_OBJECT_TYPE_PD_TRANSMIT_QUEUE","features":[319]},{"name":"NDIS_OBJECT_TYPE_PORT_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_PORT_STATE","features":[319]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_DRIVER_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_RESTART_PARAMETERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_QOS_CAPABILITIES","features":[319]},{"name":"NDIS_OBJECT_TYPE_QOS_CLASSIFICATION_ELEMENT","features":[319]},{"name":"NDIS_OBJECT_TYPE_QOS_PARAMETERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_REQUEST_EX","features":[319]},{"name":"NDIS_OBJECT_TYPE_RESTART_GENERAL_ATTRIBUTES","features":[319]},{"name":"NDIS_OBJECT_TYPE_RSS_CAPABILITIES","features":[319]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS_V2","features":[319]},{"name":"NDIS_OBJECT_TYPE_RSS_PROCESSOR_INFO","features":[319]},{"name":"NDIS_OBJECT_TYPE_RSS_SET_INDIRECTION_ENTRIES","features":[319]},{"name":"NDIS_OBJECT_TYPE_SG_DMA_DESCRIPTION","features":[319]},{"name":"NDIS_OBJECT_TYPE_SHARED_MEMORY_PROVIDER_CHARACTERISTICS","features":[319]},{"name":"NDIS_OBJECT_TYPE_STATUS_INDICATION","features":[319]},{"name":"NDIS_OBJECT_TYPE_SWITCH_OPTIONAL_HANDLERS","features":[319]},{"name":"NDIS_OBJECT_TYPE_TIMER_CHARACTERISTICS","features":[319]},{"name":"NDIS_OFFLOAD","features":[319]},{"name":"NDIS_OFFLOAD_ENCAPSULATION_REVISION_1","features":[319]},{"name":"NDIS_OFFLOAD_FLAGS_GROUP_CHECKSUM_CAPABILITIES","features":[319]},{"name":"NDIS_OFFLOAD_NOT_SUPPORTED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_DISABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_AND_ESP_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_DISABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_ESP_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_AND_ESP_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_DISABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_ESP_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_DISABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_DISABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_NO_CHANGE","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_3","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_4","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_5","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_DISABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_RX_ENABLED_TX_DISABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_SKIP_REGISTRY_UPDATE","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_ENABLED_RX_DISABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_DISABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_DISABLED","features":[319]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_ENABLED","features":[319]},{"name":"NDIS_OFFLOAD_REVISION_1","features":[319]},{"name":"NDIS_OFFLOAD_REVISION_2","features":[319]},{"name":"NDIS_OFFLOAD_REVISION_3","features":[319]},{"name":"NDIS_OFFLOAD_REVISION_4","features":[319]},{"name":"NDIS_OFFLOAD_REVISION_5","features":[319]},{"name":"NDIS_OFFLOAD_REVISION_6","features":[319]},{"name":"NDIS_OFFLOAD_REVISION_7","features":[319]},{"name":"NDIS_OFFLOAD_SET_NO_CHANGE","features":[319]},{"name":"NDIS_OFFLOAD_SET_OFF","features":[319]},{"name":"NDIS_OFFLOAD_SET_ON","features":[319]},{"name":"NDIS_OFFLOAD_SUPPORTED","features":[319]},{"name":"NDIS_OID_REQUEST_FLAGS_VPORT_ID_VALID","features":[319]},{"name":"NDIS_OID_REQUEST_NDIS_RESERVED_SIZE","features":[319]},{"name":"NDIS_OID_REQUEST_REVISION_1","features":[319]},{"name":"NDIS_OID_REQUEST_REVISION_2","features":[319]},{"name":"NDIS_OID_REQUEST_TIMEOUT_INFINITE","features":[319]},{"name":"NDIS_OPEN_BLOCK","features":[319]},{"name":"NDIS_OPEN_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_OPEN_RECEIVE_NOT_REENTRANT","features":[319]},{"name":"NDIS_OPER_STATE","features":[319,321]},{"name":"NDIS_OPER_STATE_REVISION_1","features":[319]},{"name":"NDIS_PACKET_8021Q_INFO","features":[319]},{"name":"NDIS_PACKET_TYPE_ALL_FUNCTIONAL","features":[319]},{"name":"NDIS_PACKET_TYPE_ALL_LOCAL","features":[319]},{"name":"NDIS_PACKET_TYPE_ALL_MULTICAST","features":[319]},{"name":"NDIS_PACKET_TYPE_BROADCAST","features":[319]},{"name":"NDIS_PACKET_TYPE_DIRECTED","features":[319]},{"name":"NDIS_PACKET_TYPE_FUNCTIONAL","features":[319]},{"name":"NDIS_PACKET_TYPE_GROUP","features":[319]},{"name":"NDIS_PACKET_TYPE_MAC_FRAME","features":[319]},{"name":"NDIS_PACKET_TYPE_MULTICAST","features":[319]},{"name":"NDIS_PACKET_TYPE_NO_LOCAL","features":[319]},{"name":"NDIS_PACKET_TYPE_PROMISCUOUS","features":[319]},{"name":"NDIS_PACKET_TYPE_SMT","features":[319]},{"name":"NDIS_PACKET_TYPE_SOURCE_ROUTING","features":[319]},{"name":"NDIS_PARAMETER_TYPE","features":[319]},{"name":"NDIS_PAUSE_ATTACH_FILTER","features":[319]},{"name":"NDIS_PAUSE_BIND_PROTOCOL","features":[319]},{"name":"NDIS_PAUSE_DETACH_FILTER","features":[319]},{"name":"NDIS_PAUSE_FILTER_RESTART_STACK","features":[319]},{"name":"NDIS_PAUSE_LOW_POWER","features":[319]},{"name":"NDIS_PAUSE_MINIPORT_DEVICE_REMOVE","features":[319]},{"name":"NDIS_PAUSE_NDIS_INTERNAL","features":[319]},{"name":"NDIS_PAUSE_UNBIND_PROTOCOL","features":[319]},{"name":"NDIS_PCI_DEVICE_CUSTOM_PROPERTIES","features":[319]},{"name":"NDIS_PD_ACQUIRE_QUEUES_FLAG_DRAIN_NOTIFICATION","features":[319]},{"name":"NDIS_PD_ACQUIRE_QUEUES_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_PD_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_PD_CAPS_DRAIN_NOTIFICATIONS_SUPPORTED","features":[319]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_COUNT_SUPPORTED","features":[319]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_INTERVAL_SUPPORTED","features":[319]},{"name":"NDIS_PD_CAPS_RECEIVE_FILTER_COUNTERS_SUPPORTED","features":[319]},{"name":"NDIS_PD_CLOSE_PROVIDER_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_PD_CONFIG_REVISION_1","features":[319]},{"name":"NDIS_PD_COUNTER_HANDLE","features":[319]},{"name":"NDIS_PD_COUNTER_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_PD_FILTER_HANDLE","features":[319]},{"name":"NDIS_PD_FILTER_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_PD_OPEN_PROVIDER_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_PD_PROVIDER_DISPATCH_REVISION_1","features":[319]},{"name":"NDIS_PD_PROVIDER_HANDLE","features":[319]},{"name":"NDIS_PD_QUEUE_DISPATCH_REVISION_1","features":[319]},{"name":"NDIS_PD_QUEUE_FLAG_DRAIN_NOTIFICATION","features":[319]},{"name":"NDIS_PD_QUEUE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_PD_QUEUE_REVISION_1","features":[319]},{"name":"NDIS_PER_PACKET_INFO","features":[319]},{"name":"NDIS_PHYSICAL_ADDRESS_UNIT","features":[319]},{"name":"NDIS_PHYSICAL_MEDIUM","features":[319]},{"name":"NDIS_PM_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_PM_CAPABILITIES_REVISION_2","features":[319]},{"name":"NDIS_PM_MAX_PATTERN_ID","features":[319]},{"name":"NDIS_PM_MAX_STRING_SIZE","features":[319]},{"name":"NDIS_PM_PACKET_PATTERN","features":[319]},{"name":"NDIS_PM_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_PM_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_PM_PRIVATE_PATTERN_ID","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_ENABLED","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_SUPPORTED","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_ENABLED","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_SUPPORTED","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_ENABLED","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_SUPPORTED","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_HIGHEST","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_LOWEST","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_NORMAL","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[319]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_2","features":[319]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_ENABLED","features":[319]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_SUPPORTED","features":[319]},{"name":"NDIS_PM_WAKE_ON_LINK_CHANGE_ENABLED","features":[319]},{"name":"NDIS_PM_WAKE_ON_MEDIA_CONNECT_SUPPORTED","features":[319]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_ENABLED","features":[319]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_SUPPORTED","features":[319]},{"name":"NDIS_PM_WAKE_PACKET_INDICATION_SUPPORTED","features":[319]},{"name":"NDIS_PM_WAKE_PACKET_REVISION_1","features":[319]},{"name":"NDIS_PM_WAKE_REASON_REVISION_1","features":[319]},{"name":"NDIS_PM_WAKE_UP_CAPABILITIES","features":[319]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_ENABLED","features":[319]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_SUPPORTED","features":[319]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_ENABLED","features":[319]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_SUPPORTED","features":[319]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_ENABLED","features":[319]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_SUPPORTED","features":[319]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_ENABLED","features":[319]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_SUPPORTED","features":[319]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_ENABLED","features":[319]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_SUPPORTED","features":[319]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_ENABLED","features":[319]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_SUPPORTED","features":[319]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_ENABLED","features":[319]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_SUPPORTED","features":[319]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_1","features":[319]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_2","features":[319]},{"name":"NDIS_PM_WOL_PRIORITY_HIGHEST","features":[319]},{"name":"NDIS_PM_WOL_PRIORITY_LOWEST","features":[319]},{"name":"NDIS_PM_WOL_PRIORITY_NORMAL","features":[319]},{"name":"NDIS_PNP_CAPABILITIES","features":[319]},{"name":"NDIS_PNP_WAKE_UP_LINK_CHANGE","features":[319]},{"name":"NDIS_PNP_WAKE_UP_MAGIC_PACKET","features":[319]},{"name":"NDIS_PNP_WAKE_UP_PATTERN_MATCH","features":[319]},{"name":"NDIS_POLL_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_POLL_DATA_REVISION_1","features":[319]},{"name":"NDIS_POLL_HANDLE","features":[319]},{"name":"NDIS_POLL_NOTIFICATION_REVISION_1","features":[319]},{"name":"NDIS_PORT","features":[319,321]},{"name":"NDIS_PORT_ARRAY","features":[319,321]},{"name":"NDIS_PORT_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS","features":[319]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_PORT_AUTHORIZATION_STATE","features":[319]},{"name":"NDIS_PORT_CHARACTERISTICS","features":[319,321]},{"name":"NDIS_PORT_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_PORT_CHAR_USE_DEFAULT_AUTH_SETTINGS","features":[319]},{"name":"NDIS_PORT_CONTROL_STATE","features":[319]},{"name":"NDIS_PORT_STATE","features":[319,321]},{"name":"NDIS_PORT_STATE_REVISION_1","features":[319]},{"name":"NDIS_PORT_TYPE","features":[319]},{"name":"NDIS_POWER_PROFILE","features":[319]},{"name":"NDIS_PROC","features":[319]},{"name":"NDIS_PROCESSOR_TYPE","features":[319]},{"name":"NDIS_PROCESSOR_VENDOR","features":[319]},{"name":"NDIS_PROC_CALLBACK","features":[319]},{"name":"NDIS_PROTOCOL_BLOCK","features":[319]},{"name":"NDIS_PROTOCOL_CO_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_PROTOCOL_DRIVER_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_PROTOCOL_DRIVER_CHARACTERISTICS_REVISION_2","features":[319]},{"name":"NDIS_PROTOCOL_DRIVER_SUPPORTS_CURRENT_MAC_ADDRESS_CHANGE","features":[319]},{"name":"NDIS_PROTOCOL_DRIVER_SUPPORTS_L2_MTU_SIZE_CHANGE","features":[319]},{"name":"NDIS_PROTOCOL_ID_DEFAULT","features":[319]},{"name":"NDIS_PROTOCOL_ID_IP6","features":[319]},{"name":"NDIS_PROTOCOL_ID_IPX","features":[319]},{"name":"NDIS_PROTOCOL_ID_MASK","features":[319]},{"name":"NDIS_PROTOCOL_ID_MAX","features":[319]},{"name":"NDIS_PROTOCOL_ID_NBF","features":[319]},{"name":"NDIS_PROTOCOL_ID_TCP_IP","features":[319]},{"name":"NDIS_PROTOCOL_MAJOR_VERSION","features":[319]},{"name":"NDIS_PROTOCOL_MINIMUM_MAJOR_VERSION","features":[319]},{"name":"NDIS_PROTOCOL_MINIMUM_MINOR_VERSION","features":[319]},{"name":"NDIS_PROTOCOL_MINOR_VERSION","features":[319]},{"name":"NDIS_PROTOCOL_PAUSE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_PROTOCOL_RESTART_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_PROT_OPTION_ESTIMATED_LENGTH","features":[319]},{"name":"NDIS_PROT_OPTION_NO_LOOPBACK","features":[319]},{"name":"NDIS_PROT_OPTION_NO_RSVD_ON_RCVPKT","features":[319]},{"name":"NDIS_PROT_OPTION_SEND_RESTRICTED","features":[319]},{"name":"NDIS_QOS_ACTION_MAXIMUM","features":[319]},{"name":"NDIS_QOS_ACTION_PRIORITY","features":[319]},{"name":"NDIS_QOS_CAPABILITIES_CEE_DCBX_SUPPORTED","features":[319]},{"name":"NDIS_QOS_CAPABILITIES_IEEE_DCBX_SUPPORTED","features":[319]},{"name":"NDIS_QOS_CAPABILITIES_MACSEC_BYPASS_SUPPORTED","features":[319]},{"name":"NDIS_QOS_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_QOS_CAPABILITIES_STRICT_TSA_SUPPORTED","features":[319]},{"name":"NDIS_QOS_CLASSIFICATION_ELEMENT_REVISION_1","features":[319]},{"name":"NDIS_QOS_CLASSIFICATION_ENFORCED_BY_MINIPORT","features":[319]},{"name":"NDIS_QOS_CLASSIFICATION_SET_BY_MINIPORT_MASK","features":[319]},{"name":"NDIS_QOS_CONDITION_DEFAULT","features":[319]},{"name":"NDIS_QOS_CONDITION_ETHERTYPE","features":[319]},{"name":"NDIS_QOS_CONDITION_MAXIMUM","features":[319]},{"name":"NDIS_QOS_CONDITION_NETDIRECT_PORT","features":[319]},{"name":"NDIS_QOS_CONDITION_RESERVED","features":[319]},{"name":"NDIS_QOS_CONDITION_TCP_OR_UDP_PORT","features":[319]},{"name":"NDIS_QOS_CONDITION_TCP_PORT","features":[319]},{"name":"NDIS_QOS_CONDITION_UDP_PORT","features":[319]},{"name":"NDIS_QOS_DEFAULT_SQ_ID","features":[319]},{"name":"NDIS_QOS_MAXIMUM_PRIORITIES","features":[319]},{"name":"NDIS_QOS_MAXIMUM_TRAFFIC_CLASSES","features":[319]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_2","features":[319]},{"name":"NDIS_QOS_OFFLOAD_CAPS_GFT_SQ","features":[319]},{"name":"NDIS_QOS_OFFLOAD_CAPS_STANDARD_SQ","features":[319]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CHANGED","features":[319]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CONFIGURED","features":[319]},{"name":"NDIS_QOS_PARAMETERS_ETS_CHANGED","features":[319]},{"name":"NDIS_QOS_PARAMETERS_ETS_CONFIGURED","features":[319]},{"name":"NDIS_QOS_PARAMETERS_PFC_CHANGED","features":[319]},{"name":"NDIS_QOS_PARAMETERS_PFC_CONFIGURED","features":[319]},{"name":"NDIS_QOS_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_QOS_PARAMETERS_WILLING","features":[319]},{"name":"NDIS_QOS_SQ_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_QOS_SQ_PARAMETERS_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_QOS_SQ_RECEIVE_CAP_ENABLED","features":[319]},{"name":"NDIS_QOS_SQ_STATS_REVISION_1","features":[319]},{"name":"NDIS_QOS_SQ_TRANSMIT_CAP_ENABLED","features":[319]},{"name":"NDIS_QOS_SQ_TRANSMIT_RESERVATION_ENABLED","features":[319]},{"name":"NDIS_QOS_TSA_CBS","features":[319]},{"name":"NDIS_QOS_TSA_ETS","features":[319]},{"name":"NDIS_QOS_TSA_MAXIMUM","features":[319]},{"name":"NDIS_QOS_TSA_STRICT","features":[319]},{"name":"NDIS_RECEIVE_FILTER_ANY_VLAN_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_OPERATION_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SPA_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_TPA_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_2","features":[319]},{"name":"NDIS_RECEIVE_FILTER_CLEAR_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_FOR_DEFAULT_QUEUE_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_FIELD_MAC_HEADER_VLAN_UNTAGGED_OR_ZERO","features":[319]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_RECEIVE_FILTER_FLAGS_RESERVED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_MIN_OF_QUEUES_MODE","features":[319]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_SUM_OF_QUEUES_MODE","features":[319]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_2","features":[319]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_VPORT_ID_SPECIFIED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_INFO_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_FILTER_INTERRUPT_VECTOR_COALESCING_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_PROTOCOL_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_PROTOCOL_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_LOOKAHEAD_SPLIT_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_DEST_ADDR_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PACKET_TYPE_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PRIORITY_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PROTOCOL_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SOURCE_ADDR_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_VLAN_ID_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_MOVE_FILTER_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_FILTER_MSI_X_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_FILTERS_ENABLED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_SUPPORTED_ON_DEFAULT_QUEUE","features":[319]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION","features":[319]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION_GRE","features":[319]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_RECEIVE_FILTER_QUEUE_STATE_CHANGE_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_FILTER_RESERVED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_EQUAL_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_MASK_EQUAL_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_NOT_EQUAL_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_DEST_PORT_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_VMQ_FILTERS_ENABLED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUES_ENABLED","features":[319]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUE_SUPPORTED","features":[319]},{"name":"NDIS_RECEIVE_FLAGS_DISPATCH_LEVEL","features":[319]},{"name":"NDIS_RECEIVE_FLAGS_MORE_NBLS","features":[319]},{"name":"NDIS_RECEIVE_FLAGS_PERFECT_FILTERED","features":[319]},{"name":"NDIS_RECEIVE_FLAGS_RESOURCES","features":[319]},{"name":"NDIS_RECEIVE_FLAGS_SHARED_MEMORY_INFO_VALID","features":[319]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_ETHER_TYPE","features":[319]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_QUEUE","features":[319]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_VLAN","features":[319]},{"name":"NDIS_RECEIVE_FLAGS_SWITCH_DESTINATION_GROUP","features":[319]},{"name":"NDIS_RECEIVE_FLAGS_SWITCH_SINGLE_SOURCE","features":[319]},{"name":"NDIS_RECEIVE_HASH_FLAG_ENABLE_HASH","features":[319]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_INFO_UNCHANGED","features":[319]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_KEY_UNCHANGED","features":[319]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS","features":[319]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_FREE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_INFO_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_2","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_CHANGE_MASK","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_FLAGS_CHANGED","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_INTERRUPT_COALESCING_DOMAIN_ID_CHANGED","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_LOOKAHEAD_SPLIT_REQUIRED","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_NAME_CHANGED","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PER_QUEUE_RECEIVE_INDICATION","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PROCESSOR_AFFINITY_CHANGED","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_QOS_SQ_ID_CHANGED","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_3","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_SUGGESTED_RECV_BUFFER_NUMBERS_CHANGED","features":[319]},{"name":"NDIS_RECEIVE_QUEUE_STATE_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES","features":[319]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_2","features":[319]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_3","features":[319]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS","features":[319]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_3","features":[319]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_V2_REVISION_1","features":[319]},{"name":"NDIS_RECEIVE_SCALE_PARAM_ENABLE_RSS","features":[319]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_INFO_CHANGED","features":[319]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_KEY_CHANGED","features":[319]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_ENTRIES_CHANGED","features":[319]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_QUEUES_CHANGED","features":[319]},{"name":"NDIS_REQUEST_TYPE","features":[319]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_MAX_LOOKAHEAD_ACCESSED_DEFINED","features":[319]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_REVISION_1","features":[319]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_REVISION_2","features":[319]},{"name":"NDIS_RETURN_FLAGS_DISPATCH_LEVEL","features":[319]},{"name":"NDIS_RETURN_FLAGS_SINGLE_QUEUE","features":[319]},{"name":"NDIS_RETURN_FLAGS_SWITCH_SINGLE_SOURCE","features":[319]},{"name":"NDIS_RING_AUTO_REMOVAL_ERROR","features":[319]},{"name":"NDIS_RING_COUNTER_OVERFLOW","features":[319]},{"name":"NDIS_RING_HARD_ERROR","features":[319]},{"name":"NDIS_RING_LOBE_WIRE_FAULT","features":[319]},{"name":"NDIS_RING_REMOVE_RECEIVED","features":[319]},{"name":"NDIS_RING_RING_RECOVERY","features":[319]},{"name":"NDIS_RING_SIGNAL_LOSS","features":[319]},{"name":"NDIS_RING_SINGLE_STATION","features":[319]},{"name":"NDIS_RING_SOFT_ERROR","features":[319]},{"name":"NDIS_RING_TRANSMIT_BEACON","features":[319]},{"name":"NDIS_ROUTING_DOMAIN_ENTRY_REVISION_1","features":[319]},{"name":"NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_REVISION_1","features":[319]},{"name":"NDIS_RSC_STATISTICS_REVISION_1","features":[319]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_DPC","features":[319]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_ISR","features":[319]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV4","features":[319]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6","features":[319]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6_EX","features":[319]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV4","features":[319]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6","features":[319]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6_EX","features":[319]},{"name":"NDIS_RSS_CAPS_MESSAGE_SIGNALED_INTERRUPTS","features":[319]},{"name":"NDIS_RSS_CAPS_RSS_AVAILABLE_ON_PORTS","features":[319]},{"name":"NDIS_RSS_CAPS_SUPPORTS_INDEPENDENT_ENTRY_MOVE","features":[319]},{"name":"NDIS_RSS_CAPS_SUPPORTS_MSI_X","features":[319]},{"name":"NDIS_RSS_CAPS_USING_MSI_X","features":[319]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_1","features":[319]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_2","features":[319]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_3","features":[319]},{"name":"NDIS_RSS_HASH_SECRET_KEY_SIZE_REVISION_1","features":[319]},{"name":"NDIS_RSS_INDIRECTION_TABLE_MAX_SIZE_REVISION_1","features":[319]},{"name":"NDIS_RSS_INDIRECTION_TABLE_SIZE_REVISION_1","features":[319]},{"name":"NDIS_RSS_PARAM_FLAG_BASE_CPU_UNCHANGED","features":[319]},{"name":"NDIS_RSS_PARAM_FLAG_DEFAULT_PROCESSOR_UNCHANGED","features":[319]},{"name":"NDIS_RSS_PARAM_FLAG_DISABLE_RSS","features":[319]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_INFO_UNCHANGED","features":[319]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_KEY_UNCHANGED","features":[319]},{"name":"NDIS_RSS_PARAM_FLAG_ITABLE_UNCHANGED","features":[319]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_1","features":[319]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_2","features":[319]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRIES_REVISION_1","features":[319]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_DEFAULT_PROCESSOR","features":[319]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_PRIMARY_PROCESSOR","features":[319]},{"name":"NDIS_RUNTIME_VERSION_60","features":[319]},{"name":"NDIS_RWL_AT_DISPATCH_LEVEL","features":[319]},{"name":"NDIS_RW_LOCK","features":[319,307]},{"name":"NDIS_RW_LOCK_REFCOUNT","features":[319]},{"name":"NDIS_SCATTER_GATHER_LIST_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SEND_COMPLETE_FLAGS_DISPATCH_LEVEL","features":[319]},{"name":"NDIS_SEND_COMPLETE_FLAGS_SINGLE_QUEUE","features":[319]},{"name":"NDIS_SEND_COMPLETE_FLAGS_SWITCH_SINGLE_SOURCE","features":[319]},{"name":"NDIS_SEND_FLAGS_CHECK_FOR_LOOPBACK","features":[319]},{"name":"NDIS_SEND_FLAGS_DISPATCH_LEVEL","features":[319]},{"name":"NDIS_SEND_FLAGS_SINGLE_QUEUE","features":[319]},{"name":"NDIS_SEND_FLAGS_SWITCH_DESTINATION_GROUP","features":[319]},{"name":"NDIS_SEND_FLAGS_SWITCH_SINGLE_SOURCE","features":[319]},{"name":"NDIS_SG_DMA_64_BIT_ADDRESS","features":[319]},{"name":"NDIS_SG_DMA_DESCRIPTION_REVISION_1","features":[319]},{"name":"NDIS_SG_DMA_DESCRIPTION_REVISION_2","features":[319]},{"name":"NDIS_SG_DMA_HYBRID_DMA","features":[319]},{"name":"NDIS_SG_DMA_V3_HAL_API","features":[319]},{"name":"NDIS_SG_LIST_WRITE_TO_DEVICE","features":[319]},{"name":"NDIS_SHARED_MEMORY_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SHARED_MEMORY_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_SHARED_MEMORY_PROVIDER_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_SHARED_MEMORY_PROVIDER_CHAR_SUPPORTS_PF_VPORTS","features":[319]},{"name":"NDIS_SHARED_MEM_PARAMETERS_CONTIGOUS","features":[319]},{"name":"NDIS_SHARED_MEM_PARAMETERS_CONTIGUOUS","features":[319]},{"name":"NDIS_SIZEOF_NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[319]},{"name":"NDIS_SPIN_LOCK","features":[319]},{"name":"NDIS_SRIOV_BAR_RESOURCES_INFO_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_CAPS_PF_MINIPORT","features":[319]},{"name":"NDIS_SRIOV_CAPS_SRIOV_SUPPORTED","features":[319]},{"name":"NDIS_SRIOV_CAPS_VF_MINIPORT","features":[319]},{"name":"NDIS_SRIOV_CONFIG_STATE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_OVERLYING_ADAPTER_INFO_VERSION_1","features":[319]},{"name":"NDIS_SRIOV_PF_LUID_INFO_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_PROBED_BARS_INFO_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_RESET_VF_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_SET_VF_POWER_STATE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_VF_INVALIDATE_CONFIG_BLOCK_INFO_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_VF_SERIAL_NUMBER_INFO_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_VF_VENDOR_DEVICE_ID_INFO_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_STATISTICS_BROADCAST_BYTES_RCV_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_BROADCAST_BYTES_XMIT_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_BROADCAST_FRAMES_RCV_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_BROADCAST_FRAMES_XMIT_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_BYTES_RCV_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_BYTES_XMIT_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_DIRECTED_BYTES_RCV_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_DIRECTED_BYTES_XMIT_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_DIRECTED_FRAMES_RCV_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_DIRECTED_FRAMES_XMIT_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_RCV","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_XMIT","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_RCV","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_XMIT","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_RCV","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_XMIT","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_RCV","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_XMIT","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_RCV","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_XMIT","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_RCV","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_XMIT","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_RCV","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_XMIT","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_DISCARDS","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_ERROR","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_DISCARDS","features":[319]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_ERROR","features":[319]},{"name":"NDIS_STATISTICS_GEN_STATISTICS_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_INFO","features":[319]},{"name":"NDIS_STATISTICS_INFO_REVISION_1","features":[319]},{"name":"NDIS_STATISTICS_MULTICAST_BYTES_RCV_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_MULTICAST_BYTES_XMIT_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_MULTICAST_FRAMES_RCV_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_MULTICAST_FRAMES_XMIT_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_RCV_CRC_ERROR_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_RCV_DISCARDS_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_RCV_ERROR_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_RCV_NO_BUFFER_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_RCV_OK_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_TRANSMIT_QUEUE_LENGTH_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_VALUE","features":[319]},{"name":"NDIS_STATISTICS_VALUE_EX","features":[319]},{"name":"NDIS_STATISTICS_XMIT_DISCARDS_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_XMIT_ERROR_SUPPORTED","features":[319]},{"name":"NDIS_STATISTICS_XMIT_OK_SUPPORTED","features":[319]},{"name":"NDIS_STATUS_INDICATION_FLAGS_MEDIA_CONNECT_TO_CONNECT","features":[319]},{"name":"NDIS_STATUS_INDICATION_FLAGS_NDIS_RESERVED","features":[319]},{"name":"NDIS_STATUS_INDICATION_REVISION_1","features":[319]},{"name":"NDIS_SUPPORTED_PAUSE_FUNCTIONS","features":[319]},{"name":"NDIS_SUPPORT_60_COMPATIBLE_API","features":[319]},{"name":"NDIS_SUPPORT_NDIS6","features":[319]},{"name":"NDIS_SUPPORT_NDIS61","features":[319]},{"name":"NDIS_SUPPORT_NDIS620","features":[319]},{"name":"NDIS_SUPPORT_NDIS630","features":[319]},{"name":"NDIS_SUPPORT_NDIS640","features":[319]},{"name":"NDIS_SUPPORT_NDIS650","features":[319]},{"name":"NDIS_SUPPORT_NDIS651","features":[319]},{"name":"NDIS_SUPPORT_NDIS660","features":[319]},{"name":"NDIS_SUPPORT_NDIS670","features":[319]},{"name":"NDIS_SUPPORT_NDIS680","features":[319]},{"name":"NDIS_SUPPORT_NDIS681","features":[319]},{"name":"NDIS_SUPPORT_NDIS682","features":[319]},{"name":"NDIS_SUPPORT_NDIS683","features":[319]},{"name":"NDIS_SUPPORT_NDIS684","features":[319]},{"name":"NDIS_SUPPORT_NDIS685","features":[319]},{"name":"NDIS_SUPPORT_NDIS686","features":[319]},{"name":"NDIS_SUPPORT_NDIS687","features":[319]},{"name":"NDIS_SWITCH_COPY_NBL_INFO_FLAGS_PRESERVE_DESTINATIONS","features":[319]},{"name":"NDIS_SWITCH_COPY_NBL_INFO_FLAGS_PRESERVE_SWITCH_INFO_ONLY","features":[319]},{"name":"NDIS_SWITCH_DEFAULT_NIC_INDEX","features":[319]},{"name":"NDIS_SWITCH_DEFAULT_PORT_ID","features":[319]},{"name":"NDIS_SWITCH_FEATURE_STATUS_CUSTOM_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_FORWARDING_DESTINATION_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_NET_BUFFER_LIST_CONTEXT_TYPE_INFO_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_NIC_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_NIC_FLAGS_MAPPED_NIC_UPDATED","features":[319]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_INITIALIZING","features":[319]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED","features":[319]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED_LM","features":[319]},{"name":"NDIS_SWITCH_NIC_OID_REQUEST_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_2","features":[319]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_2","features":[319]},{"name":"NDIS_SWITCH_NIC_STATUS_INDICATION_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_OBJECT_SERIALIZATION_VERSION_1","features":[319]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_PD_RESERVED_SIZE","features":[319]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_REVISION_2","features":[319]},{"name":"NDIS_SWITCH_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_ARRAY_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_CUSTOM_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_RESTORING_PORT","features":[319]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_UNTRUSTED_INTERNAL_PORT","features":[319]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_CUSTOM_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ISOLATION_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PROFILE_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_2","features":[319]},{"name":"NDIS_SWITCH_PORT_PROPERTY_VLAN_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PROPERTY_CUSTOM_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_INFO_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_PROPERTY_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_SWITCH_REPORT_FILTERED_NBL_FLAGS_IS_INCOMING","features":[319]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_EX_REVISION_1","features":[319]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_REVISION_1","features":[319]},{"name":"NDIS_TASK_OFFLOAD_VERSION","features":[319]},{"name":"NDIS_TASK_TCP_LARGE_SEND_V0","features":[319]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD","features":[319]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_1","features":[319]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_2","features":[319]},{"name":"NDIS_TCP_IP_CHECKSUM_OFFLOAD","features":[319]},{"name":"NDIS_TCP_IP_CHECKSUM_PACKET_INFO","features":[319]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_IPv4","features":[319]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_IPv6","features":[319]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1","features":[319]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1_TYPE","features":[319]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2","features":[319]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2_TYPE","features":[319]},{"name":"NDIS_TCP_RECV_SEG_COALESC_OFFLOAD_REVISION_1","features":[319]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[319]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_TIMER","features":[308,319,309,307,313]},{"name":"NDIS_TIMER_CHARACTERISTICS_REVISION_1","features":[319]},{"name":"NDIS_TIMER_FUNCTION","features":[319]},{"name":"NDIS_TIMESTAMP_CAPABILITIES","features":[319,307]},{"name":"NDIS_TIMESTAMP_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_TIMESTAMP_CAPABILITY_FLAGS","features":[319,307]},{"name":"NDIS_UDP_SEGMENTATION_OFFLOAD_IPV4","features":[319]},{"name":"NDIS_UDP_SEGMENTATION_OFFLOAD_IPV6","features":[319]},{"name":"NDIS_VAR_DATA_DESC","features":[319]},{"name":"NDIS_WAN_FRAGMENT","features":[319]},{"name":"NDIS_WAN_GET_STATS","features":[319]},{"name":"NDIS_WAN_HEADER_FORMAT","features":[319]},{"name":"NDIS_WAN_LINE_DOWN","features":[319]},{"name":"NDIS_WAN_LINE_UP","features":[319,307]},{"name":"NDIS_WAN_MEDIUM_SUBTYPE","features":[319]},{"name":"NDIS_WAN_PROTOCOL_CAPS","features":[319]},{"name":"NDIS_WAN_QUALITY","features":[319]},{"name":"NDIS_WDF","features":[319]},{"name":"NDIS_WDM","features":[319]},{"name":"NDIS_WDM_DRIVER","features":[319]},{"name":"NDIS_WLAN_BSSID","features":[319]},{"name":"NDIS_WLAN_BSSID_EX","features":[319]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_ENABLED","features":[319]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_SUPPORTED","features":[319]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_ENABLED","features":[319]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_SUPPORTED","features":[319]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_ENABLED","features":[319]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_SUPPORTED","features":[319]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_ENABLED","features":[319]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_SUPPORTED","features":[319]},{"name":"NDIS_WMI_DEFAULT_METHOD_ID","features":[319]},{"name":"NDIS_WMI_ENUM_ADAPTER","features":[319,321]},{"name":"NDIS_WMI_ENUM_ADAPTER_REVISION_1","features":[319]},{"name":"NDIS_WMI_EVENT_HEADER","features":[319,321]},{"name":"NDIS_WMI_EVENT_HEADER_REVISION_1","features":[319]},{"name":"NDIS_WMI_IPSEC_OFFLOAD_V1","features":[319]},{"name":"NDIS_WMI_METHOD_HEADER","features":[319,321]},{"name":"NDIS_WMI_METHOD_HEADER_REVISION_1","features":[319]},{"name":"NDIS_WMI_OBJECT_TYPE_ENUM_ADAPTER","features":[319]},{"name":"NDIS_WMI_OBJECT_TYPE_EVENT","features":[319]},{"name":"NDIS_WMI_OBJECT_TYPE_METHOD","features":[319]},{"name":"NDIS_WMI_OBJECT_TYPE_OUTPUT_INFO","features":[319]},{"name":"NDIS_WMI_OBJECT_TYPE_SET","features":[319]},{"name":"NDIS_WMI_OFFLOAD","features":[319]},{"name":"NDIS_WMI_OUTPUT_INFO","features":[319]},{"name":"NDIS_WMI_PM_ACTIVE_CAPABILITIES_REVISION_1","features":[319]},{"name":"NDIS_WMI_PM_ADMIN_CONFIG_REVISION_1","features":[319]},{"name":"NDIS_WMI_RECEIVE_QUEUE_INFO_REVISION_1","features":[319]},{"name":"NDIS_WMI_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[319]},{"name":"NDIS_WMI_SET_HEADER","features":[319,321]},{"name":"NDIS_WMI_SET_HEADER_REVISION_1","features":[319]},{"name":"NDIS_WMI_TCP_CONNECTION_OFFLOAD","features":[319]},{"name":"NDIS_WMI_TCP_IP_CHECKSUM_OFFLOAD","features":[319]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V1","features":[319]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2","features":[319]},{"name":"NDIS_WORK_ITEM","features":[319]},{"name":"NDIS_WRAPPER_HANDLE","features":[319]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_ENABLED","features":[319]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_SUPPORTED","features":[319]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_ENABLED","features":[319]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_SUPPORTED","features":[319]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_ENABLED","features":[319]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_SUPPORTED","features":[319]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_ENABLED","features":[319]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_SUPPORTED","features":[319]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_ENABLED","features":[319]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_SUPPORTED","features":[319]},{"name":"NETWORK_ADDRESS","features":[319]},{"name":"NETWORK_ADDRESS_IP","features":[319]},{"name":"NETWORK_ADDRESS_IP6","features":[319]},{"name":"NETWORK_ADDRESS_IPX","features":[319]},{"name":"NETWORK_ADDRESS_LIST","features":[319]},{"name":"NET_BUFFER_LIST_POOL_FLAG_VERIFY","features":[319]},{"name":"NET_BUFFER_LIST_POOL_PARAMETERS_REVISION_1","features":[319]},{"name":"NET_BUFFER_LIST_POOL_PARAMETERS_REVISION_2","features":[319]},{"name":"NET_BUFFER_POOL_FLAG_VERIFY","features":[319]},{"name":"NET_BUFFER_POOL_PARAMETERS_REVISION_1","features":[319]},{"name":"NET_BUFFER_POOL_PARAMETERS_REVISION_2","features":[319]},{"name":"NET_DEVICE_PNP_EVENT_REVISION_1","features":[319]},{"name":"NET_EVENT_FLAGS_VPORT_ID_VALID","features":[319]},{"name":"NET_EVENT_HALT_MINIPORT_ON_LOW_POWER","features":[319]},{"name":"NET_PNP_EVENT_NOTIFICATION_REVISION_1","features":[319]},{"name":"NET_PNP_EVENT_NOTIFICATION_REVISION_2","features":[319]},{"name":"NULL_FILTER","features":[319]},{"name":"Ndis802_11AuthModeAutoSwitch","features":[319]},{"name":"Ndis802_11AuthModeMax","features":[319]},{"name":"Ndis802_11AuthModeOpen","features":[319]},{"name":"Ndis802_11AuthModeShared","features":[319]},{"name":"Ndis802_11AuthModeWPA","features":[319]},{"name":"Ndis802_11AuthModeWPA2","features":[319]},{"name":"Ndis802_11AuthModeWPA2PSK","features":[319]},{"name":"Ndis802_11AuthModeWPA3","features":[319]},{"name":"Ndis802_11AuthModeWPA3Ent","features":[319]},{"name":"Ndis802_11AuthModeWPA3Ent192","features":[319]},{"name":"Ndis802_11AuthModeWPA3SAE","features":[319]},{"name":"Ndis802_11AuthModeWPANone","features":[319]},{"name":"Ndis802_11AuthModeWPAPSK","features":[319]},{"name":"Ndis802_11AutoUnknown","features":[319]},{"name":"Ndis802_11Automode","features":[319]},{"name":"Ndis802_11DS","features":[319]},{"name":"Ndis802_11Encryption1Enabled","features":[319]},{"name":"Ndis802_11Encryption1KeyAbsent","features":[319]},{"name":"Ndis802_11Encryption2Enabled","features":[319]},{"name":"Ndis802_11Encryption2KeyAbsent","features":[319]},{"name":"Ndis802_11Encryption3Enabled","features":[319]},{"name":"Ndis802_11Encryption3KeyAbsent","features":[319]},{"name":"Ndis802_11EncryptionDisabled","features":[319]},{"name":"Ndis802_11EncryptionNotSupported","features":[319]},{"name":"Ndis802_11FH","features":[319]},{"name":"Ndis802_11IBSS","features":[319]},{"name":"Ndis802_11Infrastructure","features":[319]},{"name":"Ndis802_11InfrastructureMax","features":[319]},{"name":"Ndis802_11MediaStreamOff","features":[319]},{"name":"Ndis802_11MediaStreamOn","features":[319]},{"name":"Ndis802_11NetworkTypeMax","features":[319]},{"name":"Ndis802_11OFDM24","features":[319]},{"name":"Ndis802_11OFDM5","features":[319]},{"name":"Ndis802_11PowerModeCAM","features":[319]},{"name":"Ndis802_11PowerModeFast_PSP","features":[319]},{"name":"Ndis802_11PowerModeMAX_PSP","features":[319]},{"name":"Ndis802_11PowerModeMax","features":[319]},{"name":"Ndis802_11PrivFilter8021xWEP","features":[319]},{"name":"Ndis802_11PrivFilterAcceptAll","features":[319]},{"name":"Ndis802_11RadioStatusHardwareOff","features":[319]},{"name":"Ndis802_11RadioStatusHardwareSoftwareOff","features":[319]},{"name":"Ndis802_11RadioStatusMax","features":[319]},{"name":"Ndis802_11RadioStatusOn","features":[319]},{"name":"Ndis802_11RadioStatusSoftwareOff","features":[319]},{"name":"Ndis802_11ReloadWEPKeys","features":[319]},{"name":"Ndis802_11StatusTypeMax","features":[319]},{"name":"Ndis802_11StatusType_Authentication","features":[319]},{"name":"Ndis802_11StatusType_MediaStreamMode","features":[319]},{"name":"Ndis802_11StatusType_PMKID_CandidateList","features":[319]},{"name":"Ndis802_11WEPDisabled","features":[319]},{"name":"Ndis802_11WEPEnabled","features":[319]},{"name":"Ndis802_11WEPKeyAbsent","features":[319]},{"name":"Ndis802_11WEPNotSupported","features":[319]},{"name":"NdisAcquireReadWriteLock","features":[319,307]},{"name":"NdisAllocateMemoryWithTag","features":[319]},{"name":"NdisCancelTimer","features":[308,319,309,307,313]},{"name":"NdisClAddParty","features":[319]},{"name":"NdisClCloseAddressFamily","features":[319]},{"name":"NdisClCloseCall","features":[319]},{"name":"NdisClDeregisterSap","features":[319]},{"name":"NdisClDropParty","features":[319]},{"name":"NdisClGetProtocolVcContextFromTapiCallId","features":[319,307]},{"name":"NdisClIncomingCallComplete","features":[319]},{"name":"NdisClMakeCall","features":[319]},{"name":"NdisClModifyCallQoS","features":[319]},{"name":"NdisClRegisterSap","features":[319]},{"name":"NdisClass802_3Priority","features":[319]},{"name":"NdisClassAtmAALInfo","features":[319]},{"name":"NdisClassIrdaPacketInfo","features":[319]},{"name":"NdisClassWirelessWanMbxMailbox","features":[319]},{"name":"NdisCloseConfiguration","features":[319]},{"name":"NdisCloseFile","features":[319]},{"name":"NdisCmActivateVc","features":[319]},{"name":"NdisCmAddPartyComplete","features":[319]},{"name":"NdisCmCloseAddressFamilyComplete","features":[319]},{"name":"NdisCmCloseCallComplete","features":[319]},{"name":"NdisCmDeactivateVc","features":[319]},{"name":"NdisCmDeregisterSapComplete","features":[319]},{"name":"NdisCmDispatchCallConnected","features":[319]},{"name":"NdisCmDispatchIncomingCall","features":[319]},{"name":"NdisCmDispatchIncomingCallQoSChange","features":[319]},{"name":"NdisCmDispatchIncomingCloseCall","features":[319]},{"name":"NdisCmDispatchIncomingDropParty","features":[319]},{"name":"NdisCmDropPartyComplete","features":[319]},{"name":"NdisCmMakeCallComplete","features":[319]},{"name":"NdisCmModifyCallQoSComplete","features":[319]},{"name":"NdisCmOpenAddressFamilyComplete","features":[319]},{"name":"NdisCmRegisterSapComplete","features":[319]},{"name":"NdisCoAssignInstanceName","features":[319,307]},{"name":"NdisCoCreateVc","features":[319]},{"name":"NdisCoDeleteVc","features":[319]},{"name":"NdisCoGetTapiCallId","features":[319]},{"name":"NdisCompleteDmaTransfer","features":[308,319,307]},{"name":"NdisCopyBuffer","features":[308,319]},{"name":"NdisDefinitelyNetworkChange","features":[319]},{"name":"NdisDeregisterTdiCallBack","features":[319]},{"name":"NdisDevicePnPEventMaximum","features":[319]},{"name":"NdisDevicePnPEventPowerProfileChanged","features":[319]},{"name":"NdisDevicePnPEventQueryRemoved","features":[319]},{"name":"NdisDevicePnPEventQueryStopped","features":[319]},{"name":"NdisDevicePnPEventRemoved","features":[319]},{"name":"NdisDevicePnPEventStopped","features":[319]},{"name":"NdisDevicePnPEventSurpriseRemoved","features":[319]},{"name":"NdisDeviceStateD0","features":[319]},{"name":"NdisDeviceStateD1","features":[319]},{"name":"NdisDeviceStateD2","features":[319]},{"name":"NdisDeviceStateD3","features":[319]},{"name":"NdisDeviceStateMaximum","features":[319]},{"name":"NdisDeviceStateUnspecified","features":[319]},{"name":"NdisEnvironmentWindows","features":[319]},{"name":"NdisEnvironmentWindowsNt","features":[319]},{"name":"NdisFddiRingDetect","features":[319]},{"name":"NdisFddiRingDirected","features":[319]},{"name":"NdisFddiRingIsolated","features":[319]},{"name":"NdisFddiRingNonOperational","features":[319]},{"name":"NdisFddiRingNonOperationalDup","features":[319]},{"name":"NdisFddiRingOperational","features":[319]},{"name":"NdisFddiRingOperationalDup","features":[319]},{"name":"NdisFddiRingTrace","features":[319]},{"name":"NdisFddiStateActive","features":[319]},{"name":"NdisFddiStateBreak","features":[319]},{"name":"NdisFddiStateConnect","features":[319]},{"name":"NdisFddiStateJoin","features":[319]},{"name":"NdisFddiStateMaintenance","features":[319]},{"name":"NdisFddiStateNext","features":[319]},{"name":"NdisFddiStateOff","features":[319]},{"name":"NdisFddiStateSignal","features":[319]},{"name":"NdisFddiStateTrace","features":[319]},{"name":"NdisFddiStateVerify","features":[319]},{"name":"NdisFddiTypeCWrapA","features":[319]},{"name":"NdisFddiTypeCWrapB","features":[319]},{"name":"NdisFddiTypeCWrapS","features":[319]},{"name":"NdisFddiTypeIsolated","features":[319]},{"name":"NdisFddiTypeLocalA","features":[319]},{"name":"NdisFddiTypeLocalAB","features":[319]},{"name":"NdisFddiTypeLocalB","features":[319]},{"name":"NdisFddiTypeLocalS","features":[319]},{"name":"NdisFddiTypeThrough","features":[319]},{"name":"NdisFddiTypeWrapA","features":[319]},{"name":"NdisFddiTypeWrapAB","features":[319]},{"name":"NdisFddiTypeWrapB","features":[319]},{"name":"NdisFddiTypeWrapS","features":[319]},{"name":"NdisFreeMemory","features":[319]},{"name":"NdisGeneratePartialCancelId","features":[319]},{"name":"NdisGetCurrentProcessorCounts","features":[319]},{"name":"NdisGetCurrentProcessorCpuUsage","features":[319]},{"name":"NdisGetRoutineAddress","features":[319,307]},{"name":"NdisGetSharedDataAlignment","features":[319]},{"name":"NdisGetVersion","features":[319]},{"name":"NdisHardwareStatusClosing","features":[319]},{"name":"NdisHardwareStatusInitializing","features":[319]},{"name":"NdisHardwareStatusNotReady","features":[319]},{"name":"NdisHardwareStatusReady","features":[319]},{"name":"NdisHardwareStatusReset","features":[319]},{"name":"NdisHashFunctionReserved1","features":[319]},{"name":"NdisHashFunctionReserved2","features":[319]},{"name":"NdisHashFunctionReserved3","features":[319]},{"name":"NdisHashFunctionToeplitz","features":[319]},{"name":"NdisIMAssociateMiniport","features":[319]},{"name":"NdisIMCancelInitializeDeviceInstance","features":[319,307]},{"name":"NdisIMDeInitializeDeviceInstance","features":[319]},{"name":"NdisIMGetBindingContext","features":[319]},{"name":"NdisIMInitializeDeviceInstanceEx","features":[319,307]},{"name":"NdisInitializeEvent","features":[308,319,307,313]},{"name":"NdisInitializeReadWriteLock","features":[319,307]},{"name":"NdisInitializeString","features":[319,307]},{"name":"NdisInitializeTimer","features":[308,319,309,307,313]},{"name":"NdisInterface1394","features":[319]},{"name":"NdisInterfaceCBus","features":[319]},{"name":"NdisInterfaceEisa","features":[319]},{"name":"NdisInterfaceInternal","features":[319]},{"name":"NdisInterfaceInternalPowerBus","features":[319]},{"name":"NdisInterfaceIrda","features":[319]},{"name":"NdisInterfaceIsa","features":[319]},{"name":"NdisInterfaceMPIBus","features":[319]},{"name":"NdisInterfaceMPSABus","features":[319]},{"name":"NdisInterfaceMca","features":[319]},{"name":"NdisInterfacePNPBus","features":[319]},{"name":"NdisInterfacePNPISABus","features":[319]},{"name":"NdisInterfacePcMcia","features":[319]},{"name":"NdisInterfacePci","features":[319]},{"name":"NdisInterfaceProcessorInternal","features":[319]},{"name":"NdisInterfaceTurboChannel","features":[319]},{"name":"NdisInterfaceUSB","features":[319]},{"name":"NdisInterruptModerationDisabled","features":[319]},{"name":"NdisInterruptModerationEnabled","features":[319]},{"name":"NdisInterruptModerationNotSupported","features":[319]},{"name":"NdisInterruptModerationUnknown","features":[319]},{"name":"NdisMAllocateSharedMemory","features":[319,307]},{"name":"NdisMAllocateSharedMemoryAsync","features":[319,307]},{"name":"NdisMCancelTimer","features":[308,319,309,307,313]},{"name":"NdisMCloseLog","features":[319]},{"name":"NdisMCmActivateVc","features":[319]},{"name":"NdisMCmCreateVc","features":[319]},{"name":"NdisMCmDeactivateVc","features":[319]},{"name":"NdisMCmDeleteVc","features":[319]},{"name":"NdisMCmRegisterAddressFamily","features":[319]},{"name":"NdisMCoActivateVcComplete","features":[319]},{"name":"NdisMCoDeactivateVcComplete","features":[319]},{"name":"NdisMCreateLog","features":[319]},{"name":"NdisMDeregisterDmaChannel","features":[319]},{"name":"NdisMDeregisterIoPortRange","features":[319]},{"name":"NdisMFlushLog","features":[319]},{"name":"NdisMFreeSharedMemory","features":[319,307]},{"name":"NdisMGetDeviceProperty","features":[308,319,311,309,307,310,312,313,314]},{"name":"NdisMGetDmaAlignment","features":[319]},{"name":"NdisMInitializeTimer","features":[308,319,309,307,313]},{"name":"NdisMMapIoSpace","features":[319]},{"name":"NdisMQueryAdapterInstanceName","features":[319,307]},{"name":"NdisMReadDmaCounter","features":[319]},{"name":"NdisMRegisterDmaChannel","features":[319,309,307]},{"name":"NdisMRegisterIoPortRange","features":[319]},{"name":"NdisMRemoveMiniport","features":[319]},{"name":"NdisMSetPeriodicTimer","features":[308,319,309,307,313]},{"name":"NdisMSleep","features":[319]},{"name":"NdisMUnmapIoSpace","features":[319]},{"name":"NdisMWriteLogData","features":[319]},{"name":"NdisMapFile","features":[319]},{"name":"NdisMaximumInterfaceType","features":[319]},{"name":"NdisMediaStateConnected","features":[319]},{"name":"NdisMediaStateDisconnected","features":[319]},{"name":"NdisMedium1394","features":[319]},{"name":"NdisMedium802_3","features":[319]},{"name":"NdisMedium802_5","features":[319]},{"name":"NdisMediumArcnet878_2","features":[319]},{"name":"NdisMediumArcnetRaw","features":[319]},{"name":"NdisMediumAtm","features":[319]},{"name":"NdisMediumBpc","features":[319]},{"name":"NdisMediumCoWan","features":[319]},{"name":"NdisMediumDix","features":[319]},{"name":"NdisMediumFddi","features":[319]},{"name":"NdisMediumIP","features":[319]},{"name":"NdisMediumInfiniBand","features":[319]},{"name":"NdisMediumIrda","features":[319]},{"name":"NdisMediumLocalTalk","features":[319]},{"name":"NdisMediumLoopback","features":[319]},{"name":"NdisMediumMax","features":[319]},{"name":"NdisMediumNative802_11","features":[319]},{"name":"NdisMediumTunnel","features":[319]},{"name":"NdisMediumWan","features":[319]},{"name":"NdisMediumWiMAX","features":[319]},{"name":"NdisMediumWirelessWan","features":[319]},{"name":"NdisNetworkChangeFromMediaConnect","features":[319]},{"name":"NdisNetworkChangeMax","features":[319]},{"name":"NdisOpenConfigurationKeyByIndex","features":[319,307]},{"name":"NdisOpenConfigurationKeyByName","features":[319,307]},{"name":"NdisOpenFile","features":[319,307]},{"name":"NdisParameterBinary","features":[319]},{"name":"NdisParameterHexInteger","features":[319]},{"name":"NdisParameterInteger","features":[319]},{"name":"NdisParameterMultiString","features":[319]},{"name":"NdisParameterString","features":[319]},{"name":"NdisPauseFunctionsReceiveOnly","features":[319]},{"name":"NdisPauseFunctionsSendAndReceive","features":[319]},{"name":"NdisPauseFunctionsSendOnly","features":[319]},{"name":"NdisPauseFunctionsUnknown","features":[319]},{"name":"NdisPauseFunctionsUnsupported","features":[319]},{"name":"NdisPhysicalMedium1394","features":[319]},{"name":"NdisPhysicalMedium802_3","features":[319]},{"name":"NdisPhysicalMedium802_5","features":[319]},{"name":"NdisPhysicalMediumBluetooth","features":[319]},{"name":"NdisPhysicalMediumCableModem","features":[319]},{"name":"NdisPhysicalMediumDSL","features":[319]},{"name":"NdisPhysicalMediumFibreChannel","features":[319]},{"name":"NdisPhysicalMediumInfiniband","features":[319]},{"name":"NdisPhysicalMediumIrda","features":[319]},{"name":"NdisPhysicalMediumMax","features":[319]},{"name":"NdisPhysicalMediumNative802_11","features":[319]},{"name":"NdisPhysicalMediumNative802_15_4","features":[319]},{"name":"NdisPhysicalMediumOther","features":[319]},{"name":"NdisPhysicalMediumPhoneLine","features":[319]},{"name":"NdisPhysicalMediumPowerLine","features":[319]},{"name":"NdisPhysicalMediumUWB","features":[319]},{"name":"NdisPhysicalMediumUnspecified","features":[319]},{"name":"NdisPhysicalMediumWiMax","features":[319]},{"name":"NdisPhysicalMediumWiredCoWan","features":[319]},{"name":"NdisPhysicalMediumWiredWAN","features":[319]},{"name":"NdisPhysicalMediumWirelessLan","features":[319]},{"name":"NdisPhysicalMediumWirelessWan","features":[319]},{"name":"NdisPortAuthorizationUnknown","features":[319]},{"name":"NdisPortAuthorized","features":[319]},{"name":"NdisPortControlStateControlled","features":[319]},{"name":"NdisPortControlStateUncontrolled","features":[319]},{"name":"NdisPortControlStateUnknown","features":[319]},{"name":"NdisPortReauthorizing","features":[319]},{"name":"NdisPortType8021xSupplicant","features":[319]},{"name":"NdisPortTypeBridge","features":[319]},{"name":"NdisPortTypeMax","features":[319]},{"name":"NdisPortTypeRasConnection","features":[319]},{"name":"NdisPortTypeUndefined","features":[319]},{"name":"NdisPortUnauthorized","features":[319]},{"name":"NdisPossibleNetworkChange","features":[319]},{"name":"NdisPowerProfileAcOnLine","features":[319]},{"name":"NdisPowerProfileBattery","features":[319]},{"name":"NdisProcessorAlpha","features":[319]},{"name":"NdisProcessorAmd64","features":[319]},{"name":"NdisProcessorArm","features":[319]},{"name":"NdisProcessorArm64","features":[319]},{"name":"NdisProcessorIA64","features":[319]},{"name":"NdisProcessorMips","features":[319]},{"name":"NdisProcessorPpc","features":[319]},{"name":"NdisProcessorVendorAuthenticAMD","features":[319]},{"name":"NdisProcessorVendorGenuinIntel","features":[319]},{"name":"NdisProcessorVendorGenuineIntel","features":[319]},{"name":"NdisProcessorVendorUnknown","features":[319]},{"name":"NdisProcessorX86","features":[319]},{"name":"NdisQueryAdapterInstanceName","features":[319,307]},{"name":"NdisQueryBindInstanceName","features":[319,307]},{"name":"NdisReEnumerateProtocolBindings","features":[319]},{"name":"NdisReadConfiguration","features":[319,307]},{"name":"NdisReadNetworkAddress","features":[319]},{"name":"NdisRegisterTdiCallBack","features":[319,307]},{"name":"NdisReleaseReadWriteLock","features":[319,307]},{"name":"NdisRequestClose","features":[319]},{"name":"NdisRequestGeneric1","features":[319]},{"name":"NdisRequestGeneric2","features":[319]},{"name":"NdisRequestGeneric3","features":[319]},{"name":"NdisRequestGeneric4","features":[319]},{"name":"NdisRequestOpen","features":[319]},{"name":"NdisRequestQueryInformation","features":[319]},{"name":"NdisRequestQueryStatistics","features":[319]},{"name":"NdisRequestReset","features":[319]},{"name":"NdisRequestSend","features":[319]},{"name":"NdisRequestSetInformation","features":[319]},{"name":"NdisRequestTransferData","features":[319]},{"name":"NdisReserved","features":[319]},{"name":"NdisResetEvent","features":[308,319,307,313]},{"name":"NdisRingStateClosed","features":[319]},{"name":"NdisRingStateClosing","features":[319]},{"name":"NdisRingStateOpenFailure","features":[319]},{"name":"NdisRingStateOpened","features":[319]},{"name":"NdisRingStateOpening","features":[319]},{"name":"NdisRingStateRingFailure","features":[319]},{"name":"NdisSetEvent","features":[308,319,307,313]},{"name":"NdisSetPeriodicTimer","features":[308,319,309,307,313]},{"name":"NdisSetTimer","features":[308,319,309,307,313]},{"name":"NdisSetTimerEx","features":[308,319,309,307,313]},{"name":"NdisSetupDmaTransfer","features":[308,319,307]},{"name":"NdisSystemProcessorCount","features":[319]},{"name":"NdisUnmapFile","features":[319]},{"name":"NdisUpdateSharedMemory","features":[319]},{"name":"NdisWaitEvent","features":[308,319,307,313]},{"name":"NdisWanErrorControl","features":[319]},{"name":"NdisWanHeaderEthernet","features":[319]},{"name":"NdisWanHeaderNative","features":[319]},{"name":"NdisWanMediumAgileVPN","features":[319]},{"name":"NdisWanMediumAtm","features":[319]},{"name":"NdisWanMediumFrameRelay","features":[319]},{"name":"NdisWanMediumGre","features":[319]},{"name":"NdisWanMediumHub","features":[319]},{"name":"NdisWanMediumIrda","features":[319]},{"name":"NdisWanMediumIsdn","features":[319]},{"name":"NdisWanMediumL2TP","features":[319]},{"name":"NdisWanMediumPPTP","features":[319]},{"name":"NdisWanMediumParallel","features":[319]},{"name":"NdisWanMediumPppoe","features":[319]},{"name":"NdisWanMediumSSTP","features":[319]},{"name":"NdisWanMediumSW56K","features":[319]},{"name":"NdisWanMediumSerial","features":[319]},{"name":"NdisWanMediumSonet","features":[319]},{"name":"NdisWanMediumSubTypeMax","features":[319]},{"name":"NdisWanMediumX_25","features":[319]},{"name":"NdisWanRaw","features":[319]},{"name":"NdisWanReliable","features":[319]},{"name":"NdisWriteConfiguration","features":[319,307]},{"name":"NdisWriteErrorLogEntry","features":[319]},{"name":"NdisWriteEventLogEntry","features":[319]},{"name":"OFFLOAD_ALGO_INFO","features":[319]},{"name":"OFFLOAD_CONF_ALGO","features":[319]},{"name":"OFFLOAD_INBOUND_SA","features":[319]},{"name":"OFFLOAD_INTEGRITY_ALGO","features":[319]},{"name":"OFFLOAD_IPSEC_ADD_SA","features":[319,307]},{"name":"OFFLOAD_IPSEC_ADD_UDPESP_SA","features":[319,307]},{"name":"OFFLOAD_IPSEC_CONF_3_DES","features":[319]},{"name":"OFFLOAD_IPSEC_CONF_DES","features":[319]},{"name":"OFFLOAD_IPSEC_CONF_MAX","features":[319]},{"name":"OFFLOAD_IPSEC_CONF_NONE","features":[319]},{"name":"OFFLOAD_IPSEC_CONF_RESERVED","features":[319]},{"name":"OFFLOAD_IPSEC_DELETE_SA","features":[319,307]},{"name":"OFFLOAD_IPSEC_DELETE_UDPESP_SA","features":[319,307]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MAX","features":[319]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MD5","features":[319]},{"name":"OFFLOAD_IPSEC_INTEGRITY_NONE","features":[319]},{"name":"OFFLOAD_IPSEC_INTEGRITY_SHA","features":[319]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_ENTRY","features":[319]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_IKE","features":[319]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_OTHER","features":[319]},{"name":"OFFLOAD_MAX_SAS","features":[319]},{"name":"OFFLOAD_OPERATION_E","features":[319]},{"name":"OFFLOAD_OUTBOUND_SA","features":[319]},{"name":"OFFLOAD_SECURITY_ASSOCIATION","features":[319]},{"name":"OID_1394_LOCAL_NODE_INFO","features":[319]},{"name":"OID_1394_VC_INFO","features":[319]},{"name":"OID_802_11_ADD_KEY","features":[319]},{"name":"OID_802_11_ADD_WEP","features":[319]},{"name":"OID_802_11_ASSOCIATION_INFORMATION","features":[319]},{"name":"OID_802_11_AUTHENTICATION_MODE","features":[319]},{"name":"OID_802_11_BSSID","features":[319]},{"name":"OID_802_11_BSSID_LIST","features":[319]},{"name":"OID_802_11_BSSID_LIST_SCAN","features":[319]},{"name":"OID_802_11_CAPABILITY","features":[319]},{"name":"OID_802_11_CONFIGURATION","features":[319]},{"name":"OID_802_11_DESIRED_RATES","features":[319]},{"name":"OID_802_11_DISASSOCIATE","features":[319]},{"name":"OID_802_11_ENCRYPTION_STATUS","features":[319]},{"name":"OID_802_11_FRAGMENTATION_THRESHOLD","features":[319]},{"name":"OID_802_11_INFRASTRUCTURE_MODE","features":[319]},{"name":"OID_802_11_MEDIA_STREAM_MODE","features":[319]},{"name":"OID_802_11_NETWORK_TYPES_SUPPORTED","features":[319]},{"name":"OID_802_11_NETWORK_TYPE_IN_USE","features":[319]},{"name":"OID_802_11_NON_BCAST_SSID_LIST","features":[319]},{"name":"OID_802_11_NUMBER_OF_ANTENNAS","features":[319]},{"name":"OID_802_11_PMKID","features":[319]},{"name":"OID_802_11_POWER_MODE","features":[319]},{"name":"OID_802_11_PRIVACY_FILTER","features":[319]},{"name":"OID_802_11_RADIO_STATUS","features":[319]},{"name":"OID_802_11_RELOAD_DEFAULTS","features":[319]},{"name":"OID_802_11_REMOVE_KEY","features":[319]},{"name":"OID_802_11_REMOVE_WEP","features":[319]},{"name":"OID_802_11_RSSI","features":[319]},{"name":"OID_802_11_RSSI_TRIGGER","features":[319]},{"name":"OID_802_11_RTS_THRESHOLD","features":[319]},{"name":"OID_802_11_RX_ANTENNA_SELECTED","features":[319]},{"name":"OID_802_11_SSID","features":[319]},{"name":"OID_802_11_STATISTICS","features":[319]},{"name":"OID_802_11_SUPPORTED_RATES","features":[319]},{"name":"OID_802_11_TEST","features":[319]},{"name":"OID_802_11_TX_ANTENNA_SELECTED","features":[319]},{"name":"OID_802_11_TX_POWER_LEVEL","features":[319]},{"name":"OID_802_11_WEP_STATUS","features":[319]},{"name":"OID_802_3_ADD_MULTICAST_ADDRESS","features":[319]},{"name":"OID_802_3_CURRENT_ADDRESS","features":[319]},{"name":"OID_802_3_DELETE_MULTICAST_ADDRESS","features":[319]},{"name":"OID_802_3_MAC_OPTIONS","features":[319]},{"name":"OID_802_3_MAXIMUM_LIST_SIZE","features":[319]},{"name":"OID_802_3_MULTICAST_LIST","features":[319]},{"name":"OID_802_3_PERMANENT_ADDRESS","features":[319]},{"name":"OID_802_3_RCV_ERROR_ALIGNMENT","features":[319]},{"name":"OID_802_3_RCV_OVERRUN","features":[319]},{"name":"OID_802_3_XMIT_DEFERRED","features":[319]},{"name":"OID_802_3_XMIT_HEARTBEAT_FAILURE","features":[319]},{"name":"OID_802_3_XMIT_LATE_COLLISIONS","features":[319]},{"name":"OID_802_3_XMIT_MAX_COLLISIONS","features":[319]},{"name":"OID_802_3_XMIT_MORE_COLLISIONS","features":[319]},{"name":"OID_802_3_XMIT_ONE_COLLISION","features":[319]},{"name":"OID_802_3_XMIT_TIMES_CRS_LOST","features":[319]},{"name":"OID_802_3_XMIT_UNDERRUN","features":[319]},{"name":"OID_802_5_ABORT_DELIMETERS","features":[319]},{"name":"OID_802_5_AC_ERRORS","features":[319]},{"name":"OID_802_5_BURST_ERRORS","features":[319]},{"name":"OID_802_5_CURRENT_ADDRESS","features":[319]},{"name":"OID_802_5_CURRENT_FUNCTIONAL","features":[319]},{"name":"OID_802_5_CURRENT_GROUP","features":[319]},{"name":"OID_802_5_CURRENT_RING_STATE","features":[319]},{"name":"OID_802_5_CURRENT_RING_STATUS","features":[319]},{"name":"OID_802_5_FRAME_COPIED_ERRORS","features":[319]},{"name":"OID_802_5_FREQUENCY_ERRORS","features":[319]},{"name":"OID_802_5_INTERNAL_ERRORS","features":[319]},{"name":"OID_802_5_LAST_OPEN_STATUS","features":[319]},{"name":"OID_802_5_LINE_ERRORS","features":[319]},{"name":"OID_802_5_LOST_FRAMES","features":[319]},{"name":"OID_802_5_PERMANENT_ADDRESS","features":[319]},{"name":"OID_802_5_TOKEN_ERRORS","features":[319]},{"name":"OID_ARCNET_CURRENT_ADDRESS","features":[319]},{"name":"OID_ARCNET_PERMANENT_ADDRESS","features":[319]},{"name":"OID_ARCNET_RECONFIGURATIONS","features":[319]},{"name":"OID_ATM_ACQUIRE_ACCESS_NET_RESOURCES","features":[319]},{"name":"OID_ATM_ALIGNMENT_REQUIRED","features":[319]},{"name":"OID_ATM_ASSIGNED_VPI","features":[319]},{"name":"OID_ATM_CALL_ALERTING","features":[319]},{"name":"OID_ATM_CALL_NOTIFY","features":[319]},{"name":"OID_ATM_CALL_PROCEEDING","features":[319]},{"name":"OID_ATM_CELLS_HEC_ERROR","features":[319]},{"name":"OID_ATM_DIGITAL_BROADCAST_VPIVCI","features":[319]},{"name":"OID_ATM_GET_NEAREST_FLOW","features":[319]},{"name":"OID_ATM_HW_CURRENT_ADDRESS","features":[319]},{"name":"OID_ATM_ILMI_VPIVCI","features":[319]},{"name":"OID_ATM_LECS_ADDRESS","features":[319]},{"name":"OID_ATM_MAX_AAL0_PACKET_SIZE","features":[319]},{"name":"OID_ATM_MAX_AAL1_PACKET_SIZE","features":[319]},{"name":"OID_ATM_MAX_AAL34_PACKET_SIZE","features":[319]},{"name":"OID_ATM_MAX_AAL5_PACKET_SIZE","features":[319]},{"name":"OID_ATM_MAX_ACTIVE_VCI_BITS","features":[319]},{"name":"OID_ATM_MAX_ACTIVE_VCS","features":[319]},{"name":"OID_ATM_MAX_ACTIVE_VPI_BITS","features":[319]},{"name":"OID_ATM_MY_IP_NM_ADDRESS","features":[319]},{"name":"OID_ATM_PARTY_ALERTING","features":[319]},{"name":"OID_ATM_RCV_CELLS_DROPPED","features":[319]},{"name":"OID_ATM_RCV_CELLS_OK","features":[319]},{"name":"OID_ATM_RCV_INVALID_VPI_VCI","features":[319]},{"name":"OID_ATM_RCV_REASSEMBLY_ERROR","features":[319]},{"name":"OID_ATM_RELEASE_ACCESS_NET_RESOURCES","features":[319]},{"name":"OID_ATM_SERVICE_ADDRESS","features":[319]},{"name":"OID_ATM_SIGNALING_VPIVCI","features":[319]},{"name":"OID_ATM_SUPPORTED_AAL_TYPES","features":[319]},{"name":"OID_ATM_SUPPORTED_SERVICE_CATEGORY","features":[319]},{"name":"OID_ATM_SUPPORTED_VC_RATES","features":[319]},{"name":"OID_ATM_XMIT_CELLS_OK","features":[319]},{"name":"OID_CO_ADDRESS_CHANGE","features":[319]},{"name":"OID_CO_ADD_ADDRESS","features":[319]},{"name":"OID_CO_ADD_PVC","features":[319]},{"name":"OID_CO_AF_CLOSE","features":[319]},{"name":"OID_CO_DELETE_ADDRESS","features":[319]},{"name":"OID_CO_DELETE_PVC","features":[319]},{"name":"OID_CO_GET_ADDRESSES","features":[319]},{"name":"OID_CO_GET_CALL_INFORMATION","features":[319]},{"name":"OID_CO_SIGNALING_DISABLED","features":[319]},{"name":"OID_CO_SIGNALING_ENABLED","features":[319]},{"name":"OID_CO_TAPI_ADDRESS_CAPS","features":[319]},{"name":"OID_CO_TAPI_CM_CAPS","features":[319]},{"name":"OID_CO_TAPI_DONT_REPORT_DIGITS","features":[319]},{"name":"OID_CO_TAPI_GET_CALL_DIAGNOSTICS","features":[319]},{"name":"OID_CO_TAPI_LINE_CAPS","features":[319]},{"name":"OID_CO_TAPI_REPORT_DIGITS","features":[319]},{"name":"OID_CO_TAPI_TRANSLATE_NDIS_CALLPARAMS","features":[319]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_CALLPARAMS","features":[319]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_SAP","features":[319]},{"name":"OID_FDDI_ATTACHMENT_TYPE","features":[319]},{"name":"OID_FDDI_DOWNSTREAM_NODE_LONG","features":[319]},{"name":"OID_FDDI_FRAMES_LOST","features":[319]},{"name":"OID_FDDI_FRAME_ERRORS","features":[319]},{"name":"OID_FDDI_IF_ADMIN_STATUS","features":[319]},{"name":"OID_FDDI_IF_DESCR","features":[319]},{"name":"OID_FDDI_IF_IN_DISCARDS","features":[319]},{"name":"OID_FDDI_IF_IN_ERRORS","features":[319]},{"name":"OID_FDDI_IF_IN_NUCAST_PKTS","features":[319]},{"name":"OID_FDDI_IF_IN_OCTETS","features":[319]},{"name":"OID_FDDI_IF_IN_UCAST_PKTS","features":[319]},{"name":"OID_FDDI_IF_IN_UNKNOWN_PROTOS","features":[319]},{"name":"OID_FDDI_IF_LAST_CHANGE","features":[319]},{"name":"OID_FDDI_IF_MTU","features":[319]},{"name":"OID_FDDI_IF_OPER_STATUS","features":[319]},{"name":"OID_FDDI_IF_OUT_DISCARDS","features":[319]},{"name":"OID_FDDI_IF_OUT_ERRORS","features":[319]},{"name":"OID_FDDI_IF_OUT_NUCAST_PKTS","features":[319]},{"name":"OID_FDDI_IF_OUT_OCTETS","features":[319]},{"name":"OID_FDDI_IF_OUT_QLEN","features":[319]},{"name":"OID_FDDI_IF_OUT_UCAST_PKTS","features":[319]},{"name":"OID_FDDI_IF_PHYS_ADDRESS","features":[319]},{"name":"OID_FDDI_IF_SPECIFIC","features":[319]},{"name":"OID_FDDI_IF_SPEED","features":[319]},{"name":"OID_FDDI_IF_TYPE","features":[319]},{"name":"OID_FDDI_LCONNECTION_STATE","features":[319]},{"name":"OID_FDDI_LCT_FAILURES","features":[319]},{"name":"OID_FDDI_LEM_REJECTS","features":[319]},{"name":"OID_FDDI_LONG_CURRENT_ADDR","features":[319]},{"name":"OID_FDDI_LONG_MAX_LIST_SIZE","features":[319]},{"name":"OID_FDDI_LONG_MULTICAST_LIST","features":[319]},{"name":"OID_FDDI_LONG_PERMANENT_ADDR","features":[319]},{"name":"OID_FDDI_MAC_AVAILABLE_PATHS","features":[319]},{"name":"OID_FDDI_MAC_BRIDGE_FUNCTIONS","features":[319]},{"name":"OID_FDDI_MAC_COPIED_CT","features":[319]},{"name":"OID_FDDI_MAC_CURRENT_PATH","features":[319]},{"name":"OID_FDDI_MAC_DA_FLAG","features":[319]},{"name":"OID_FDDI_MAC_DOWNSTREAM_NBR","features":[319]},{"name":"OID_FDDI_MAC_DOWNSTREAM_PORT_TYPE","features":[319]},{"name":"OID_FDDI_MAC_DUP_ADDRESS_TEST","features":[319]},{"name":"OID_FDDI_MAC_ERROR_CT","features":[319]},{"name":"OID_FDDI_MAC_FRAME_CT","features":[319]},{"name":"OID_FDDI_MAC_FRAME_ERROR_FLAG","features":[319]},{"name":"OID_FDDI_MAC_FRAME_ERROR_RATIO","features":[319]},{"name":"OID_FDDI_MAC_FRAME_ERROR_THRESHOLD","features":[319]},{"name":"OID_FDDI_MAC_FRAME_STATUS_FUNCTIONS","features":[319]},{"name":"OID_FDDI_MAC_HARDWARE_PRESENT","features":[319]},{"name":"OID_FDDI_MAC_INDEX","features":[319]},{"name":"OID_FDDI_MAC_LATE_CT","features":[319]},{"name":"OID_FDDI_MAC_LONG_GRP_ADDRESS","features":[319]},{"name":"OID_FDDI_MAC_LOST_CT","features":[319]},{"name":"OID_FDDI_MAC_MA_UNITDATA_AVAILABLE","features":[319]},{"name":"OID_FDDI_MAC_MA_UNITDATA_ENABLE","features":[319]},{"name":"OID_FDDI_MAC_NOT_COPIED_CT","features":[319]},{"name":"OID_FDDI_MAC_NOT_COPIED_FLAG","features":[319]},{"name":"OID_FDDI_MAC_NOT_COPIED_RATIO","features":[319]},{"name":"OID_FDDI_MAC_NOT_COPIED_THRESHOLD","features":[319]},{"name":"OID_FDDI_MAC_OLD_DOWNSTREAM_NBR","features":[319]},{"name":"OID_FDDI_MAC_OLD_UPSTREAM_NBR","features":[319]},{"name":"OID_FDDI_MAC_REQUESTED_PATHS","features":[319]},{"name":"OID_FDDI_MAC_RING_OP_CT","features":[319]},{"name":"OID_FDDI_MAC_RMT_STATE","features":[319]},{"name":"OID_FDDI_MAC_SHORT_GRP_ADDRESS","features":[319]},{"name":"OID_FDDI_MAC_SMT_ADDRESS","features":[319]},{"name":"OID_FDDI_MAC_TOKEN_CT","features":[319]},{"name":"OID_FDDI_MAC_TRANSMIT_CT","features":[319]},{"name":"OID_FDDI_MAC_TVX_CAPABILITY","features":[319]},{"name":"OID_FDDI_MAC_TVX_EXPIRED_CT","features":[319]},{"name":"OID_FDDI_MAC_TVX_VALUE","features":[319]},{"name":"OID_FDDI_MAC_T_MAX","features":[319]},{"name":"OID_FDDI_MAC_T_MAX_CAPABILITY","features":[319]},{"name":"OID_FDDI_MAC_T_NEG","features":[319]},{"name":"OID_FDDI_MAC_T_PRI0","features":[319]},{"name":"OID_FDDI_MAC_T_PRI1","features":[319]},{"name":"OID_FDDI_MAC_T_PRI2","features":[319]},{"name":"OID_FDDI_MAC_T_PRI3","features":[319]},{"name":"OID_FDDI_MAC_T_PRI4","features":[319]},{"name":"OID_FDDI_MAC_T_PRI5","features":[319]},{"name":"OID_FDDI_MAC_T_PRI6","features":[319]},{"name":"OID_FDDI_MAC_T_REQ","features":[319]},{"name":"OID_FDDI_MAC_UNDA_FLAG","features":[319]},{"name":"OID_FDDI_MAC_UPSTREAM_NBR","features":[319]},{"name":"OID_FDDI_PATH_CONFIGURATION","features":[319]},{"name":"OID_FDDI_PATH_INDEX","features":[319]},{"name":"OID_FDDI_PATH_MAX_T_REQ","features":[319]},{"name":"OID_FDDI_PATH_RING_LATENCY","features":[319]},{"name":"OID_FDDI_PATH_SBA_AVAILABLE","features":[319]},{"name":"OID_FDDI_PATH_SBA_OVERHEAD","features":[319]},{"name":"OID_FDDI_PATH_SBA_PAYLOAD","features":[319]},{"name":"OID_FDDI_PATH_TRACE_STATUS","features":[319]},{"name":"OID_FDDI_PATH_TVX_LOWER_BOUND","features":[319]},{"name":"OID_FDDI_PATH_T_MAX_LOWER_BOUND","features":[319]},{"name":"OID_FDDI_PATH_T_R_MODE","features":[319]},{"name":"OID_FDDI_PORT_ACTION","features":[319]},{"name":"OID_FDDI_PORT_AVAILABLE_PATHS","features":[319]},{"name":"OID_FDDI_PORT_BS_FLAG","features":[319]},{"name":"OID_FDDI_PORT_CONNECTION_CAPABILITIES","features":[319]},{"name":"OID_FDDI_PORT_CONNECTION_POLICIES","features":[319]},{"name":"OID_FDDI_PORT_CONNNECT_STATE","features":[319]},{"name":"OID_FDDI_PORT_CURRENT_PATH","features":[319]},{"name":"OID_FDDI_PORT_EB_ERROR_CT","features":[319]},{"name":"OID_FDDI_PORT_HARDWARE_PRESENT","features":[319]},{"name":"OID_FDDI_PORT_INDEX","features":[319]},{"name":"OID_FDDI_PORT_LCT_FAIL_CT","features":[319]},{"name":"OID_FDDI_PORT_LEM_CT","features":[319]},{"name":"OID_FDDI_PORT_LEM_REJECT_CT","features":[319]},{"name":"OID_FDDI_PORT_LER_ALARM","features":[319]},{"name":"OID_FDDI_PORT_LER_CUTOFF","features":[319]},{"name":"OID_FDDI_PORT_LER_ESTIMATE","features":[319]},{"name":"OID_FDDI_PORT_LER_FLAG","features":[319]},{"name":"OID_FDDI_PORT_MAC_INDICATED","features":[319]},{"name":"OID_FDDI_PORT_MAC_LOOP_TIME","features":[319]},{"name":"OID_FDDI_PORT_MAC_PLACEMENT","features":[319]},{"name":"OID_FDDI_PORT_MAINT_LS","features":[319]},{"name":"OID_FDDI_PORT_MY_TYPE","features":[319]},{"name":"OID_FDDI_PORT_NEIGHBOR_TYPE","features":[319]},{"name":"OID_FDDI_PORT_PCM_STATE","features":[319]},{"name":"OID_FDDI_PORT_PC_LS","features":[319]},{"name":"OID_FDDI_PORT_PC_WITHHOLD","features":[319]},{"name":"OID_FDDI_PORT_PMD_CLASS","features":[319]},{"name":"OID_FDDI_PORT_REQUESTED_PATHS","features":[319]},{"name":"OID_FDDI_RING_MGT_STATE","features":[319]},{"name":"OID_FDDI_SHORT_CURRENT_ADDR","features":[319]},{"name":"OID_FDDI_SHORT_MAX_LIST_SIZE","features":[319]},{"name":"OID_FDDI_SHORT_MULTICAST_LIST","features":[319]},{"name":"OID_FDDI_SHORT_PERMANENT_ADDR","features":[319]},{"name":"OID_FDDI_SMT_AVAILABLE_PATHS","features":[319]},{"name":"OID_FDDI_SMT_BYPASS_PRESENT","features":[319]},{"name":"OID_FDDI_SMT_CF_STATE","features":[319]},{"name":"OID_FDDI_SMT_CONFIG_CAPABILITIES","features":[319]},{"name":"OID_FDDI_SMT_CONFIG_POLICY","features":[319]},{"name":"OID_FDDI_SMT_CONNECTION_POLICY","features":[319]},{"name":"OID_FDDI_SMT_ECM_STATE","features":[319]},{"name":"OID_FDDI_SMT_HI_VERSION_ID","features":[319]},{"name":"OID_FDDI_SMT_HOLD_STATE","features":[319]},{"name":"OID_FDDI_SMT_LAST_SET_STATION_ID","features":[319]},{"name":"OID_FDDI_SMT_LO_VERSION_ID","features":[319]},{"name":"OID_FDDI_SMT_MAC_CT","features":[319]},{"name":"OID_FDDI_SMT_MAC_INDEXES","features":[319]},{"name":"OID_FDDI_SMT_MANUFACTURER_DATA","features":[319]},{"name":"OID_FDDI_SMT_MASTER_CT","features":[319]},{"name":"OID_FDDI_SMT_MIB_VERSION_ID","features":[319]},{"name":"OID_FDDI_SMT_MSG_TIME_STAMP","features":[319]},{"name":"OID_FDDI_SMT_NON_MASTER_CT","features":[319]},{"name":"OID_FDDI_SMT_OP_VERSION_ID","features":[319]},{"name":"OID_FDDI_SMT_PEER_WRAP_FLAG","features":[319]},{"name":"OID_FDDI_SMT_PORT_INDEXES","features":[319]},{"name":"OID_FDDI_SMT_REMOTE_DISCONNECT_FLAG","features":[319]},{"name":"OID_FDDI_SMT_SET_COUNT","features":[319]},{"name":"OID_FDDI_SMT_STATION_ACTION","features":[319]},{"name":"OID_FDDI_SMT_STATION_ID","features":[319]},{"name":"OID_FDDI_SMT_STATION_STATUS","features":[319]},{"name":"OID_FDDI_SMT_STAT_RPT_POLICY","features":[319]},{"name":"OID_FDDI_SMT_TRACE_MAX_EXPIRATION","features":[319]},{"name":"OID_FDDI_SMT_TRANSITION_TIME_STAMP","features":[319]},{"name":"OID_FDDI_SMT_T_NOTIFY","features":[319]},{"name":"OID_FDDI_SMT_USER_DATA","features":[319]},{"name":"OID_FDDI_UPSTREAM_NODE_LONG","features":[319]},{"name":"OID_FFP_ADAPTER_STATS","features":[319]},{"name":"OID_FFP_CONTROL","features":[319]},{"name":"OID_FFP_DATA","features":[319]},{"name":"OID_FFP_DRIVER_STATS","features":[319]},{"name":"OID_FFP_FLUSH","features":[319]},{"name":"OID_FFP_PARAMS","features":[319]},{"name":"OID_FFP_SUPPORT","features":[319]},{"name":"OID_GEN_ADMIN_STATUS","features":[319]},{"name":"OID_GEN_ALIAS","features":[319]},{"name":"OID_GEN_BROADCAST_BYTES_RCV","features":[319]},{"name":"OID_GEN_BROADCAST_BYTES_XMIT","features":[319]},{"name":"OID_GEN_BROADCAST_FRAMES_RCV","features":[319]},{"name":"OID_GEN_BROADCAST_FRAMES_XMIT","features":[319]},{"name":"OID_GEN_BYTES_RCV","features":[319]},{"name":"OID_GEN_BYTES_XMIT","features":[319]},{"name":"OID_GEN_CO_BYTES_RCV","features":[319]},{"name":"OID_GEN_CO_BYTES_XMIT","features":[319]},{"name":"OID_GEN_CO_BYTES_XMIT_OUTSTANDING","features":[319]},{"name":"OID_GEN_CO_DEVICE_PROFILE","features":[319]},{"name":"OID_GEN_CO_DRIVER_VERSION","features":[319]},{"name":"OID_GEN_CO_GET_NETCARD_TIME","features":[319]},{"name":"OID_GEN_CO_GET_TIME_CAPS","features":[319]},{"name":"OID_GEN_CO_HARDWARE_STATUS","features":[319]},{"name":"OID_GEN_CO_LINK_SPEED","features":[319]},{"name":"OID_GEN_CO_MAC_OPTIONS","features":[319]},{"name":"OID_GEN_CO_MEDIA_CONNECT_STATUS","features":[319]},{"name":"OID_GEN_CO_MEDIA_IN_USE","features":[319]},{"name":"OID_GEN_CO_MEDIA_SUPPORTED","features":[319]},{"name":"OID_GEN_CO_MINIMUM_LINK_SPEED","features":[319]},{"name":"OID_GEN_CO_NETCARD_LOAD","features":[319]},{"name":"OID_GEN_CO_PROTOCOL_OPTIONS","features":[319]},{"name":"OID_GEN_CO_RCV_CRC_ERROR","features":[319]},{"name":"OID_GEN_CO_RCV_PDUS_ERROR","features":[319]},{"name":"OID_GEN_CO_RCV_PDUS_NO_BUFFER","features":[319]},{"name":"OID_GEN_CO_RCV_PDUS_OK","features":[319]},{"name":"OID_GEN_CO_SUPPORTED_GUIDS","features":[319]},{"name":"OID_GEN_CO_SUPPORTED_LIST","features":[319]},{"name":"OID_GEN_CO_TRANSMIT_QUEUE_LENGTH","features":[319]},{"name":"OID_GEN_CO_VENDOR_DESCRIPTION","features":[319]},{"name":"OID_GEN_CO_VENDOR_DRIVER_VERSION","features":[319]},{"name":"OID_GEN_CO_VENDOR_ID","features":[319]},{"name":"OID_GEN_CO_XMIT_PDUS_ERROR","features":[319]},{"name":"OID_GEN_CO_XMIT_PDUS_OK","features":[319]},{"name":"OID_GEN_CURRENT_LOOKAHEAD","features":[319]},{"name":"OID_GEN_CURRENT_PACKET_FILTER","features":[319]},{"name":"OID_GEN_DEVICE_PROFILE","features":[319]},{"name":"OID_GEN_DIRECTED_BYTES_RCV","features":[319]},{"name":"OID_GEN_DIRECTED_BYTES_XMIT","features":[319]},{"name":"OID_GEN_DIRECTED_FRAMES_RCV","features":[319]},{"name":"OID_GEN_DIRECTED_FRAMES_XMIT","features":[319]},{"name":"OID_GEN_DISCONTINUITY_TIME","features":[319]},{"name":"OID_GEN_DRIVER_VERSION","features":[319]},{"name":"OID_GEN_ENUMERATE_PORTS","features":[319]},{"name":"OID_GEN_FRIENDLY_NAME","features":[319]},{"name":"OID_GEN_GET_NETCARD_TIME","features":[319]},{"name":"OID_GEN_GET_TIME_CAPS","features":[319]},{"name":"OID_GEN_HARDWARE_STATUS","features":[319]},{"name":"OID_GEN_HD_SPLIT_CURRENT_CONFIG","features":[319]},{"name":"OID_GEN_HD_SPLIT_PARAMETERS","features":[319]},{"name":"OID_GEN_INIT_TIME_MS","features":[319]},{"name":"OID_GEN_INTERFACE_INFO","features":[319]},{"name":"OID_GEN_INTERRUPT_MODERATION","features":[319]},{"name":"OID_GEN_IP_OPER_STATUS","features":[319]},{"name":"OID_GEN_ISOLATION_PARAMETERS","features":[319]},{"name":"OID_GEN_LAST_CHANGE","features":[319]},{"name":"OID_GEN_LINK_PARAMETERS","features":[319]},{"name":"OID_GEN_LINK_SPEED","features":[319]},{"name":"OID_GEN_LINK_SPEED_EX","features":[319]},{"name":"OID_GEN_LINK_STATE","features":[319]},{"name":"OID_GEN_MACHINE_NAME","features":[319]},{"name":"OID_GEN_MAC_ADDRESS","features":[319]},{"name":"OID_GEN_MAC_OPTIONS","features":[319]},{"name":"OID_GEN_MAXIMUM_FRAME_SIZE","features":[319]},{"name":"OID_GEN_MAXIMUM_LOOKAHEAD","features":[319]},{"name":"OID_GEN_MAXIMUM_SEND_PACKETS","features":[319]},{"name":"OID_GEN_MAXIMUM_TOTAL_SIZE","features":[319]},{"name":"OID_GEN_MAX_LINK_SPEED","features":[319]},{"name":"OID_GEN_MEDIA_CAPABILITIES","features":[319]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS","features":[319]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS_EX","features":[319]},{"name":"OID_GEN_MEDIA_DUPLEX_STATE","features":[319]},{"name":"OID_GEN_MEDIA_IN_USE","features":[319]},{"name":"OID_GEN_MEDIA_SENSE_COUNTS","features":[319]},{"name":"OID_GEN_MEDIA_SUPPORTED","features":[319]},{"name":"OID_GEN_MINIPORT_RESTART_ATTRIBUTES","features":[319]},{"name":"OID_GEN_MULTICAST_BYTES_RCV","features":[319]},{"name":"OID_GEN_MULTICAST_BYTES_XMIT","features":[319]},{"name":"OID_GEN_MULTICAST_FRAMES_RCV","features":[319]},{"name":"OID_GEN_MULTICAST_FRAMES_XMIT","features":[319]},{"name":"OID_GEN_NDIS_RESERVED_1","features":[319]},{"name":"OID_GEN_NDIS_RESERVED_2","features":[319]},{"name":"OID_GEN_NDIS_RESERVED_3","features":[319]},{"name":"OID_GEN_NDIS_RESERVED_4","features":[319]},{"name":"OID_GEN_NDIS_RESERVED_5","features":[319]},{"name":"OID_GEN_NDIS_RESERVED_6","features":[319]},{"name":"OID_GEN_NDIS_RESERVED_7","features":[319]},{"name":"OID_GEN_NETCARD_LOAD","features":[319]},{"name":"OID_GEN_NETWORK_LAYER_ADDRESSES","features":[319]},{"name":"OID_GEN_OPERATIONAL_STATUS","features":[319]},{"name":"OID_GEN_PACKET_MONITOR","features":[319]},{"name":"OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[319]},{"name":"OID_GEN_PHYSICAL_MEDIUM","features":[319]},{"name":"OID_GEN_PHYSICAL_MEDIUM_EX","features":[319]},{"name":"OID_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[319]},{"name":"OID_GEN_PORT_STATE","features":[319]},{"name":"OID_GEN_PROMISCUOUS_MODE","features":[319]},{"name":"OID_GEN_PROTOCOL_OPTIONS","features":[319]},{"name":"OID_GEN_RCV_CRC_ERROR","features":[319]},{"name":"OID_GEN_RCV_DISCARDS","features":[319]},{"name":"OID_GEN_RCV_ERROR","features":[319]},{"name":"OID_GEN_RCV_LINK_SPEED","features":[319]},{"name":"OID_GEN_RCV_NO_BUFFER","features":[319]},{"name":"OID_GEN_RCV_OK","features":[319]},{"name":"OID_GEN_RECEIVE_BLOCK_SIZE","features":[319]},{"name":"OID_GEN_RECEIVE_BUFFER_SPACE","features":[319]},{"name":"OID_GEN_RECEIVE_HASH","features":[319]},{"name":"OID_GEN_RECEIVE_SCALE_CAPABILITIES","features":[319]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS","features":[319]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS_V2","features":[319]},{"name":"OID_GEN_RESET_COUNTS","features":[319]},{"name":"OID_GEN_RNDIS_CONFIG_PARAMETER","features":[319]},{"name":"OID_GEN_RSS_SET_INDIRECTION_TABLE_ENTRIES","features":[319]},{"name":"OID_GEN_STATISTICS","features":[319]},{"name":"OID_GEN_SUPPORTED_GUIDS","features":[319]},{"name":"OID_GEN_SUPPORTED_LIST","features":[319]},{"name":"OID_GEN_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[319]},{"name":"OID_GEN_TRANSMIT_BLOCK_SIZE","features":[319]},{"name":"OID_GEN_TRANSMIT_BUFFER_SPACE","features":[319]},{"name":"OID_GEN_TRANSMIT_QUEUE_LENGTH","features":[319]},{"name":"OID_GEN_TRANSPORT_HEADER_OFFSET","features":[319]},{"name":"OID_GEN_UNKNOWN_PROTOS","features":[319]},{"name":"OID_GEN_VENDOR_DESCRIPTION","features":[319]},{"name":"OID_GEN_VENDOR_DRIVER_VERSION","features":[319]},{"name":"OID_GEN_VENDOR_ID","features":[319]},{"name":"OID_GEN_VLAN_ID","features":[319]},{"name":"OID_GEN_XMIT_DISCARDS","features":[319]},{"name":"OID_GEN_XMIT_ERROR","features":[319]},{"name":"OID_GEN_XMIT_LINK_SPEED","features":[319]},{"name":"OID_GEN_XMIT_OK","features":[319]},{"name":"OID_GFT_ACTIVATE_FLOW_ENTRIES","features":[319]},{"name":"OID_GFT_ADD_FLOW_ENTRIES","features":[319]},{"name":"OID_GFT_ALLOCATE_COUNTERS","features":[319]},{"name":"OID_GFT_COUNTER_VALUES","features":[319]},{"name":"OID_GFT_CREATE_LOGICAL_VPORT","features":[319]},{"name":"OID_GFT_CREATE_TABLE","features":[319]},{"name":"OID_GFT_CURRENT_CAPABILITIES","features":[319]},{"name":"OID_GFT_DEACTIVATE_FLOW_ENTRIES","features":[319]},{"name":"OID_GFT_DELETE_FLOW_ENTRIES","features":[319]},{"name":"OID_GFT_DELETE_LOGICAL_VPORT","features":[319]},{"name":"OID_GFT_DELETE_PROFILE","features":[319]},{"name":"OID_GFT_DELETE_TABLE","features":[319]},{"name":"OID_GFT_ENUM_COUNTERS","features":[319]},{"name":"OID_GFT_ENUM_FLOW_ENTRIES","features":[319]},{"name":"OID_GFT_ENUM_LOGICAL_VPORTS","features":[319]},{"name":"OID_GFT_ENUM_PROFILES","features":[319]},{"name":"OID_GFT_ENUM_TABLES","features":[319]},{"name":"OID_GFT_EXACT_MATCH_PROFILE","features":[319]},{"name":"OID_GFT_FLOW_ENTRY_PARAMETERS","features":[319]},{"name":"OID_GFT_FREE_COUNTERS","features":[319]},{"name":"OID_GFT_GLOBAL_PARAMETERS","features":[319]},{"name":"OID_GFT_HARDWARE_CAPABILITIES","features":[319]},{"name":"OID_GFT_HEADER_TRANSPOSITION_PROFILE","features":[319]},{"name":"OID_GFT_STATISTICS","features":[319]},{"name":"OID_GFT_VPORT_PARAMETERS","features":[319]},{"name":"OID_GFT_WILDCARD_MATCH_PROFILE","features":[319]},{"name":"OID_IP4_OFFLOAD_STATS","features":[319]},{"name":"OID_IP6_OFFLOAD_STATS","features":[319]},{"name":"OID_IRDA_EXTRA_RCV_BOFS","features":[319]},{"name":"OID_IRDA_LINK_SPEED","features":[319]},{"name":"OID_IRDA_MAX_RECEIVE_WINDOW_SIZE","features":[319]},{"name":"OID_IRDA_MAX_SEND_WINDOW_SIZE","features":[319]},{"name":"OID_IRDA_MAX_UNICAST_LIST_SIZE","features":[319]},{"name":"OID_IRDA_MEDIA_BUSY","features":[319]},{"name":"OID_IRDA_RATE_SNIFF","features":[319]},{"name":"OID_IRDA_RECEIVING","features":[319]},{"name":"OID_IRDA_RESERVED1","features":[319]},{"name":"OID_IRDA_RESERVED2","features":[319]},{"name":"OID_IRDA_SUPPORTED_SPEEDS","features":[319]},{"name":"OID_IRDA_TURNAROUND_TIME","features":[319]},{"name":"OID_IRDA_UNICAST_LIST","features":[319]},{"name":"OID_KDNET_ADD_PF","features":[319]},{"name":"OID_KDNET_ENUMERATE_PFS","features":[319]},{"name":"OID_KDNET_QUERY_PF_INFORMATION","features":[319]},{"name":"OID_KDNET_REMOVE_PF","features":[319]},{"name":"OID_LTALK_COLLISIONS","features":[319]},{"name":"OID_LTALK_CURRENT_NODE_ID","features":[319]},{"name":"OID_LTALK_DEFERS","features":[319]},{"name":"OID_LTALK_FCS_ERRORS","features":[319]},{"name":"OID_LTALK_IN_BROADCASTS","features":[319]},{"name":"OID_LTALK_IN_LENGTH_ERRORS","features":[319]},{"name":"OID_LTALK_NO_DATA_ERRORS","features":[319]},{"name":"OID_LTALK_OUT_NO_HANDLERS","features":[319]},{"name":"OID_LTALK_RANDOM_CTS_ERRORS","features":[319]},{"name":"OID_NDK_CONNECTIONS","features":[319]},{"name":"OID_NDK_LOCAL_ENDPOINTS","features":[319]},{"name":"OID_NDK_SET_STATE","features":[319]},{"name":"OID_NDK_STATISTICS","features":[319]},{"name":"OID_NIC_SWITCH_ALLOCATE_VF","features":[319]},{"name":"OID_NIC_SWITCH_CREATE_SWITCH","features":[319]},{"name":"OID_NIC_SWITCH_CREATE_VPORT","features":[319]},{"name":"OID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[319]},{"name":"OID_NIC_SWITCH_DELETE_SWITCH","features":[319]},{"name":"OID_NIC_SWITCH_DELETE_VPORT","features":[319]},{"name":"OID_NIC_SWITCH_ENUM_SWITCHES","features":[319]},{"name":"OID_NIC_SWITCH_ENUM_VFS","features":[319]},{"name":"OID_NIC_SWITCH_ENUM_VPORTS","features":[319]},{"name":"OID_NIC_SWITCH_FREE_VF","features":[319]},{"name":"OID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[319]},{"name":"OID_NIC_SWITCH_PARAMETERS","features":[319]},{"name":"OID_NIC_SWITCH_VF_PARAMETERS","features":[319]},{"name":"OID_NIC_SWITCH_VPORT_PARAMETERS","features":[319]},{"name":"OID_OFFLOAD_ENCAPSULATION","features":[319]},{"name":"OID_PACKET_COALESCING_FILTER_MATCH_COUNT","features":[319]},{"name":"OID_PD_CLOSE_PROVIDER","features":[319]},{"name":"OID_PD_OPEN_PROVIDER","features":[319]},{"name":"OID_PD_QUERY_CURRENT_CONFIG","features":[319]},{"name":"OID_PM_ADD_PROTOCOL_OFFLOAD","features":[319]},{"name":"OID_PM_ADD_WOL_PATTERN","features":[319]},{"name":"OID_PM_CURRENT_CAPABILITIES","features":[319]},{"name":"OID_PM_GET_PROTOCOL_OFFLOAD","features":[319]},{"name":"OID_PM_HARDWARE_CAPABILITIES","features":[319]},{"name":"OID_PM_PARAMETERS","features":[319]},{"name":"OID_PM_PROTOCOL_OFFLOAD_LIST","features":[319]},{"name":"OID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[319]},{"name":"OID_PM_REMOVE_WOL_PATTERN","features":[319]},{"name":"OID_PM_RESERVED_1","features":[319]},{"name":"OID_PM_WOL_PATTERN_LIST","features":[319]},{"name":"OID_PNP_ADD_WAKE_UP_PATTERN","features":[319]},{"name":"OID_PNP_CAPABILITIES","features":[319]},{"name":"OID_PNP_ENABLE_WAKE_UP","features":[319]},{"name":"OID_PNP_QUERY_POWER","features":[319]},{"name":"OID_PNP_REMOVE_WAKE_UP_PATTERN","features":[319]},{"name":"OID_PNP_SET_POWER","features":[319]},{"name":"OID_PNP_WAKE_UP_ERROR","features":[319]},{"name":"OID_PNP_WAKE_UP_OK","features":[319]},{"name":"OID_PNP_WAKE_UP_PATTERN_LIST","features":[319]},{"name":"OID_QOS_CURRENT_CAPABILITIES","features":[319]},{"name":"OID_QOS_HARDWARE_CAPABILITIES","features":[319]},{"name":"OID_QOS_OFFLOAD_CREATE_SQ","features":[319]},{"name":"OID_QOS_OFFLOAD_CURRENT_CAPABILITIES","features":[319]},{"name":"OID_QOS_OFFLOAD_DELETE_SQ","features":[319]},{"name":"OID_QOS_OFFLOAD_ENUM_SQS","features":[319]},{"name":"OID_QOS_OFFLOAD_HARDWARE_CAPABILITIES","features":[319]},{"name":"OID_QOS_OFFLOAD_SQ_STATS","features":[319]},{"name":"OID_QOS_OFFLOAD_UPDATE_SQ","features":[319]},{"name":"OID_QOS_OPERATIONAL_PARAMETERS","features":[319]},{"name":"OID_QOS_PARAMETERS","features":[319]},{"name":"OID_QOS_REMOTE_PARAMETERS","features":[319]},{"name":"OID_QOS_RESERVED1","features":[319]},{"name":"OID_QOS_RESERVED10","features":[319]},{"name":"OID_QOS_RESERVED11","features":[319]},{"name":"OID_QOS_RESERVED12","features":[319]},{"name":"OID_QOS_RESERVED13","features":[319]},{"name":"OID_QOS_RESERVED14","features":[319]},{"name":"OID_QOS_RESERVED15","features":[319]},{"name":"OID_QOS_RESERVED16","features":[319]},{"name":"OID_QOS_RESERVED17","features":[319]},{"name":"OID_QOS_RESERVED18","features":[319]},{"name":"OID_QOS_RESERVED19","features":[319]},{"name":"OID_QOS_RESERVED2","features":[319]},{"name":"OID_QOS_RESERVED20","features":[319]},{"name":"OID_QOS_RESERVED3","features":[319]},{"name":"OID_QOS_RESERVED4","features":[319]},{"name":"OID_QOS_RESERVED5","features":[319]},{"name":"OID_QOS_RESERVED6","features":[319]},{"name":"OID_QOS_RESERVED7","features":[319]},{"name":"OID_QOS_RESERVED8","features":[319]},{"name":"OID_QOS_RESERVED9","features":[319]},{"name":"OID_RECEIVE_FILTER_ALLOCATE_QUEUE","features":[319]},{"name":"OID_RECEIVE_FILTER_CLEAR_FILTER","features":[319]},{"name":"OID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[319]},{"name":"OID_RECEIVE_FILTER_ENUM_FILTERS","features":[319]},{"name":"OID_RECEIVE_FILTER_ENUM_QUEUES","features":[319]},{"name":"OID_RECEIVE_FILTER_FREE_QUEUE","features":[319]},{"name":"OID_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[319]},{"name":"OID_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[319]},{"name":"OID_RECEIVE_FILTER_MOVE_FILTER","features":[319]},{"name":"OID_RECEIVE_FILTER_PARAMETERS","features":[319]},{"name":"OID_RECEIVE_FILTER_QUEUE_ALLOCATION_COMPLETE","features":[319]},{"name":"OID_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[319]},{"name":"OID_RECEIVE_FILTER_SET_FILTER","features":[319]},{"name":"OID_SRIOV_BAR_RESOURCES","features":[319]},{"name":"OID_SRIOV_CONFIG_STATE","features":[319]},{"name":"OID_SRIOV_CURRENT_CAPABILITIES","features":[319]},{"name":"OID_SRIOV_HARDWARE_CAPABILITIES","features":[319]},{"name":"OID_SRIOV_OVERLYING_ADAPTER_INFO","features":[319]},{"name":"OID_SRIOV_PF_LUID","features":[319]},{"name":"OID_SRIOV_PROBED_BARS","features":[319]},{"name":"OID_SRIOV_READ_VF_CONFIG_BLOCK","features":[319]},{"name":"OID_SRIOV_READ_VF_CONFIG_SPACE","features":[319]},{"name":"OID_SRIOV_RESET_VF","features":[319]},{"name":"OID_SRIOV_SET_VF_POWER_STATE","features":[319]},{"name":"OID_SRIOV_VF_INVALIDATE_CONFIG_BLOCK","features":[319]},{"name":"OID_SRIOV_VF_SERIAL_NUMBER","features":[319]},{"name":"OID_SRIOV_VF_VENDOR_DEVICE_ID","features":[319]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_BLOCK","features":[319]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_SPACE","features":[319]},{"name":"OID_SWITCH_FEATURE_STATUS_QUERY","features":[319]},{"name":"OID_SWITCH_NIC_ARRAY","features":[319]},{"name":"OID_SWITCH_NIC_CONNECT","features":[319]},{"name":"OID_SWITCH_NIC_CREATE","features":[319]},{"name":"OID_SWITCH_NIC_DELETE","features":[319]},{"name":"OID_SWITCH_NIC_DIRECT_REQUEST","features":[319]},{"name":"OID_SWITCH_NIC_DISCONNECT","features":[319]},{"name":"OID_SWITCH_NIC_REQUEST","features":[319]},{"name":"OID_SWITCH_NIC_RESTORE","features":[319]},{"name":"OID_SWITCH_NIC_RESTORE_COMPLETE","features":[319]},{"name":"OID_SWITCH_NIC_RESUME","features":[319]},{"name":"OID_SWITCH_NIC_SAVE","features":[319]},{"name":"OID_SWITCH_NIC_SAVE_COMPLETE","features":[319]},{"name":"OID_SWITCH_NIC_SUSPEND","features":[319]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_FINISHED","features":[319]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_STARTED","features":[319]},{"name":"OID_SWITCH_NIC_UPDATED","features":[319]},{"name":"OID_SWITCH_PARAMETERS","features":[319]},{"name":"OID_SWITCH_PORT_ARRAY","features":[319]},{"name":"OID_SWITCH_PORT_CREATE","features":[319]},{"name":"OID_SWITCH_PORT_DELETE","features":[319]},{"name":"OID_SWITCH_PORT_FEATURE_STATUS_QUERY","features":[319]},{"name":"OID_SWITCH_PORT_PROPERTY_ADD","features":[319]},{"name":"OID_SWITCH_PORT_PROPERTY_DELETE","features":[319]},{"name":"OID_SWITCH_PORT_PROPERTY_ENUM","features":[319]},{"name":"OID_SWITCH_PORT_PROPERTY_UPDATE","features":[319]},{"name":"OID_SWITCH_PORT_TEARDOWN","features":[319]},{"name":"OID_SWITCH_PORT_UPDATED","features":[319]},{"name":"OID_SWITCH_PROPERTY_ADD","features":[319]},{"name":"OID_SWITCH_PROPERTY_DELETE","features":[319]},{"name":"OID_SWITCH_PROPERTY_ENUM","features":[319]},{"name":"OID_SWITCH_PROPERTY_UPDATE","features":[319]},{"name":"OID_TAPI_ACCEPT","features":[319]},{"name":"OID_TAPI_ANSWER","features":[319]},{"name":"OID_TAPI_CLOSE","features":[319]},{"name":"OID_TAPI_CLOSE_CALL","features":[319]},{"name":"OID_TAPI_CONDITIONAL_MEDIA_DETECTION","features":[319]},{"name":"OID_TAPI_CONFIG_DIALOG","features":[319]},{"name":"OID_TAPI_DEV_SPECIFIC","features":[319]},{"name":"OID_TAPI_DIAL","features":[319]},{"name":"OID_TAPI_DROP","features":[319]},{"name":"OID_TAPI_GATHER_DIGITS","features":[319]},{"name":"OID_TAPI_GET_ADDRESS_CAPS","features":[319]},{"name":"OID_TAPI_GET_ADDRESS_ID","features":[319]},{"name":"OID_TAPI_GET_ADDRESS_STATUS","features":[319]},{"name":"OID_TAPI_GET_CALL_ADDRESS_ID","features":[319]},{"name":"OID_TAPI_GET_CALL_INFO","features":[319]},{"name":"OID_TAPI_GET_CALL_STATUS","features":[319]},{"name":"OID_TAPI_GET_DEV_CAPS","features":[319]},{"name":"OID_TAPI_GET_DEV_CONFIG","features":[319]},{"name":"OID_TAPI_GET_EXTENSION_ID","features":[319]},{"name":"OID_TAPI_GET_ID","features":[319]},{"name":"OID_TAPI_GET_LINE_DEV_STATUS","features":[319]},{"name":"OID_TAPI_MAKE_CALL","features":[319]},{"name":"OID_TAPI_MONITOR_DIGITS","features":[319]},{"name":"OID_TAPI_NEGOTIATE_EXT_VERSION","features":[319]},{"name":"OID_TAPI_OPEN","features":[319]},{"name":"OID_TAPI_PROVIDER_INITIALIZE","features":[319]},{"name":"OID_TAPI_PROVIDER_SHUTDOWN","features":[319]},{"name":"OID_TAPI_SECURE_CALL","features":[319]},{"name":"OID_TAPI_SELECT_EXT_VERSION","features":[319]},{"name":"OID_TAPI_SEND_USER_USER_INFO","features":[319]},{"name":"OID_TAPI_SET_APP_SPECIFIC","features":[319]},{"name":"OID_TAPI_SET_CALL_PARAMS","features":[319]},{"name":"OID_TAPI_SET_DEFAULT_MEDIA_DETECTION","features":[319]},{"name":"OID_TAPI_SET_DEV_CONFIG","features":[319]},{"name":"OID_TAPI_SET_MEDIA_MODE","features":[319]},{"name":"OID_TAPI_SET_STATUS_MESSAGES","features":[319]},{"name":"OID_TCP4_OFFLOAD_STATS","features":[319]},{"name":"OID_TCP6_OFFLOAD_STATS","features":[319]},{"name":"OID_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[319]},{"name":"OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[319]},{"name":"OID_TCP_CONNECTION_OFFLOAD_PARAMETERS","features":[319]},{"name":"OID_TCP_OFFLOAD_CURRENT_CONFIG","features":[319]},{"name":"OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[319]},{"name":"OID_TCP_OFFLOAD_PARAMETERS","features":[319]},{"name":"OID_TCP_RSC_STATISTICS","features":[319]},{"name":"OID_TCP_SAN_SUPPORT","features":[319]},{"name":"OID_TCP_TASK_IPSEC_ADD_SA","features":[319]},{"name":"OID_TCP_TASK_IPSEC_ADD_UDPESP_SA","features":[319]},{"name":"OID_TCP_TASK_IPSEC_DELETE_SA","features":[319]},{"name":"OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA","features":[319]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA","features":[319]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA_EX","features":[319]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_DELETE_SA","features":[319]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_UPDATE_SA","features":[319]},{"name":"OID_TCP_TASK_OFFLOAD","features":[319]},{"name":"OID_TIMESTAMP_CAPABILITY","features":[319]},{"name":"OID_TIMESTAMP_CURRENT_CONFIG","features":[319]},{"name":"OID_TIMESTAMP_GET_CROSSTIMESTAMP","features":[319]},{"name":"OID_TUNNEL_INTERFACE_RELEASE_OID","features":[319]},{"name":"OID_TUNNEL_INTERFACE_SET_OID","features":[319]},{"name":"OID_VLAN_RESERVED1","features":[319]},{"name":"OID_VLAN_RESERVED2","features":[319]},{"name":"OID_VLAN_RESERVED3","features":[319]},{"name":"OID_VLAN_RESERVED4","features":[319]},{"name":"OID_WAN_CO_GET_COMP_INFO","features":[319]},{"name":"OID_WAN_CO_GET_INFO","features":[319]},{"name":"OID_WAN_CO_GET_LINK_INFO","features":[319]},{"name":"OID_WAN_CO_GET_STATS_INFO","features":[319]},{"name":"OID_WAN_CO_SET_COMP_INFO","features":[319]},{"name":"OID_WAN_CO_SET_LINK_INFO","features":[319]},{"name":"OID_WAN_CURRENT_ADDRESS","features":[319]},{"name":"OID_WAN_GET_BRIDGE_INFO","features":[319]},{"name":"OID_WAN_GET_COMP_INFO","features":[319]},{"name":"OID_WAN_GET_INFO","features":[319]},{"name":"OID_WAN_GET_LINK_INFO","features":[319]},{"name":"OID_WAN_GET_STATS_INFO","features":[319]},{"name":"OID_WAN_HEADER_FORMAT","features":[319]},{"name":"OID_WAN_LINE_COUNT","features":[319]},{"name":"OID_WAN_MEDIUM_SUBTYPE","features":[319]},{"name":"OID_WAN_PERMANENT_ADDRESS","features":[319]},{"name":"OID_WAN_PROTOCOL_CAPS","features":[319]},{"name":"OID_WAN_PROTOCOL_TYPE","features":[319]},{"name":"OID_WAN_QUALITY_OF_SERVICE","features":[319]},{"name":"OID_WAN_SET_BRIDGE_INFO","features":[319]},{"name":"OID_WAN_SET_COMP_INFO","features":[319]},{"name":"OID_WAN_SET_LINK_INFO","features":[319]},{"name":"OID_WWAN_AUTH_CHALLENGE","features":[319]},{"name":"OID_WWAN_BASE_STATIONS_INFO","features":[319]},{"name":"OID_WWAN_CONNECT","features":[319]},{"name":"OID_WWAN_CREATE_MAC","features":[319]},{"name":"OID_WWAN_DELETE_MAC","features":[319]},{"name":"OID_WWAN_DEVICE_BINDINGS","features":[319]},{"name":"OID_WWAN_DEVICE_CAPS","features":[319]},{"name":"OID_WWAN_DEVICE_CAPS_EX","features":[319]},{"name":"OID_WWAN_DEVICE_RESET","features":[319]},{"name":"OID_WWAN_DEVICE_SERVICE_COMMAND","features":[319]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION","features":[319]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION_WRITE","features":[319]},{"name":"OID_WWAN_DRIVER_CAPS","features":[319]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICES","features":[319]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICE_COMMANDS","features":[319]},{"name":"OID_WWAN_HOME_PROVIDER","features":[319]},{"name":"OID_WWAN_IMS_VOICE_STATE","features":[319]},{"name":"OID_WWAN_LOCATION_STATE","features":[319]},{"name":"OID_WWAN_LTE_ATTACH_CONFIG","features":[319]},{"name":"OID_WWAN_LTE_ATTACH_STATUS","features":[319]},{"name":"OID_WWAN_MBIM_VERSION","features":[319]},{"name":"OID_WWAN_MODEM_CONFIG_INFO","features":[319]},{"name":"OID_WWAN_MODEM_LOGGING_CONFIG","features":[319]},{"name":"OID_WWAN_MPDP","features":[319]},{"name":"OID_WWAN_NETWORK_BLACKLIST","features":[319]},{"name":"OID_WWAN_NETWORK_IDLE_HINT","features":[319]},{"name":"OID_WWAN_NETWORK_PARAMS","features":[319]},{"name":"OID_WWAN_NITZ","features":[319]},{"name":"OID_WWAN_PACKET_SERVICE","features":[319]},{"name":"OID_WWAN_PCO","features":[319]},{"name":"OID_WWAN_PIN","features":[319]},{"name":"OID_WWAN_PIN_EX","features":[319]},{"name":"OID_WWAN_PIN_EX2","features":[319]},{"name":"OID_WWAN_PIN_LIST","features":[319]},{"name":"OID_WWAN_PREFERRED_MULTICARRIER_PROVIDERS","features":[319]},{"name":"OID_WWAN_PREFERRED_PROVIDERS","features":[319]},{"name":"OID_WWAN_PRESHUTDOWN","features":[319]},{"name":"OID_WWAN_PROVISIONED_CONTEXTS","features":[319]},{"name":"OID_WWAN_PS_MEDIA_CONFIG","features":[319]},{"name":"OID_WWAN_RADIO_STATE","features":[319]},{"name":"OID_WWAN_READY_INFO","features":[319]},{"name":"OID_WWAN_REGISTER_PARAMS","features":[319]},{"name":"OID_WWAN_REGISTER_STATE","features":[319]},{"name":"OID_WWAN_REGISTER_STATE_EX","features":[319]},{"name":"OID_WWAN_SAR_CONFIG","features":[319]},{"name":"OID_WWAN_SAR_TRANSMISSION_STATUS","features":[319]},{"name":"OID_WWAN_SERVICE_ACTIVATION","features":[319]},{"name":"OID_WWAN_SIGNAL_STATE","features":[319]},{"name":"OID_WWAN_SIGNAL_STATE_EX","features":[319]},{"name":"OID_WWAN_SLOT_INFO_STATUS","features":[319]},{"name":"OID_WWAN_SMS_CONFIGURATION","features":[319]},{"name":"OID_WWAN_SMS_DELETE","features":[319]},{"name":"OID_WWAN_SMS_READ","features":[319]},{"name":"OID_WWAN_SMS_SEND","features":[319]},{"name":"OID_WWAN_SMS_STATUS","features":[319]},{"name":"OID_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS","features":[319]},{"name":"OID_WWAN_SYS_CAPS","features":[319]},{"name":"OID_WWAN_SYS_SLOTMAPPINGS","features":[319]},{"name":"OID_WWAN_UE_POLICY","features":[319]},{"name":"OID_WWAN_UICC_ACCESS_BINARY","features":[319]},{"name":"OID_WWAN_UICC_ACCESS_RECORD","features":[319]},{"name":"OID_WWAN_UICC_APDU","features":[319]},{"name":"OID_WWAN_UICC_APP_LIST","features":[319]},{"name":"OID_WWAN_UICC_ATR","features":[319]},{"name":"OID_WWAN_UICC_CLOSE_CHANNEL","features":[319]},{"name":"OID_WWAN_UICC_FILE_STATUS","features":[319]},{"name":"OID_WWAN_UICC_OPEN_CHANNEL","features":[319]},{"name":"OID_WWAN_UICC_RESET","features":[319]},{"name":"OID_WWAN_UICC_TERMINAL_CAPABILITY","features":[319]},{"name":"OID_WWAN_USSD","features":[319]},{"name":"OID_WWAN_VENDOR_SPECIFIC","features":[319]},{"name":"OID_WWAN_VISIBLE_PROVIDERS","features":[319]},{"name":"OID_XBOX_ACC_RESERVED0","features":[319]},{"name":"OriginalNetBufferList","features":[319]},{"name":"OriginalPacketInfo","features":[319]},{"name":"PD_BUFFER_ATTR_BUILT_IN_DATA_BUFFER","features":[319]},{"name":"PD_BUFFER_FLAG_PARTIAL_PACKET_HEAD","features":[319]},{"name":"PD_BUFFER_MIN_RX_DATA_START_ALIGNMENT","features":[319]},{"name":"PD_BUFFER_MIN_RX_DATA_START_VALUE","features":[319]},{"name":"PD_BUFFER_MIN_TX_DATA_START_ALIGNMENT","features":[319]},{"name":"PERMANENT_VC","features":[319]},{"name":"PMKID_CANDIDATE","features":[319]},{"name":"PNDIS_TIMER_FUNCTION","features":[319]},{"name":"PROTCOL_CO_AF_REGISTER_NOTIFY","features":[319]},{"name":"PROTOCOL_CL_ADD_PARTY_COMPLETE","features":[319]},{"name":"PROTOCOL_CL_CALL_CONNECTED","features":[319]},{"name":"PROTOCOL_CL_CLOSE_AF_COMPLETE","features":[319]},{"name":"PROTOCOL_CL_CLOSE_CALL_COMPLETE","features":[319]},{"name":"PROTOCOL_CL_DEREGISTER_SAP_COMPLETE","features":[319]},{"name":"PROTOCOL_CL_DROP_PARTY_COMPLETE","features":[319]},{"name":"PROTOCOL_CL_INCOMING_CALL","features":[319]},{"name":"PROTOCOL_CL_INCOMING_CALL_QOS_CHANGE","features":[319]},{"name":"PROTOCOL_CL_INCOMING_CLOSE_CALL","features":[319]},{"name":"PROTOCOL_CL_INCOMING_DROP_PARTY","features":[319]},{"name":"PROTOCOL_CL_MAKE_CALL_COMPLETE","features":[319]},{"name":"PROTOCOL_CL_MODIFY_CALL_QOS_COMPLETE","features":[319]},{"name":"PROTOCOL_CL_OPEN_AF_COMPLETE","features":[319]},{"name":"PROTOCOL_CL_REGISTER_SAP_COMPLETE","features":[319]},{"name":"PROTOCOL_CM_ACTIVATE_VC_COMPLETE","features":[319]},{"name":"PROTOCOL_CM_ADD_PARTY","features":[319]},{"name":"PROTOCOL_CM_CLOSE_AF","features":[319]},{"name":"PROTOCOL_CM_CLOSE_CALL","features":[319]},{"name":"PROTOCOL_CM_DEACTIVATE_VC_COMPLETE","features":[319]},{"name":"PROTOCOL_CM_DEREGISTER_SAP","features":[319]},{"name":"PROTOCOL_CM_DROP_PARTY","features":[319]},{"name":"PROTOCOL_CM_INCOMING_CALL_COMPLETE","features":[319]},{"name":"PROTOCOL_CM_MAKE_CALL","features":[319]},{"name":"PROTOCOL_CM_MODIFY_QOS_CALL","features":[319]},{"name":"PROTOCOL_CM_OPEN_AF","features":[319]},{"name":"PROTOCOL_CM_REG_SAP","features":[319]},{"name":"PROTOCOL_CO_AF_REGISTER_NOTIFY","features":[319]},{"name":"PROTOCOL_CO_CREATE_VC","features":[319]},{"name":"PROTOCOL_CO_DELETE_VC","features":[319]},{"name":"PacketCancelId","features":[319]},{"name":"QUERY_CALL_PARAMETERS","features":[319]},{"name":"READABLE_LOCAL_CLOCK","features":[319]},{"name":"RECEIVE_TIME_INDICATION","features":[319]},{"name":"RECEIVE_TIME_INDICATION_CAPABLE","features":[319]},{"name":"RECEIVE_VC","features":[319]},{"name":"REFERENCE","features":[319,307]},{"name":"RESERVE_RESOURCES_VC","features":[319]},{"name":"ROUND_DOWN_FLOW","features":[319]},{"name":"ROUND_UP_FLOW","features":[319]},{"name":"STRINGFORMAT_ASCII","features":[319]},{"name":"STRINGFORMAT_BINARY","features":[319]},{"name":"STRINGFORMAT_DBCS","features":[319]},{"name":"STRINGFORMAT_UNICODE","features":[319]},{"name":"ScatterGatherListPacketInfo","features":[319]},{"name":"ShortPacketPaddingInfo","features":[319]},{"name":"TDI_PNP_HANDLER","features":[319,307]},{"name":"TDI_REGISTER_CALLBACK","features":[319,307]},{"name":"TIMED_SEND_CAPABLE","features":[319]},{"name":"TIME_STAMP_CAPABLE","features":[319]},{"name":"TRANSMIT_VC","features":[319]},{"name":"TRANSPORT_HEADER_OFFSET","features":[319]},{"name":"TRUNCATED_HASH_LEN","features":[319]},{"name":"TR_FILTER","features":[319]},{"name":"TcpIpChecksumPacketInfo","features":[319]},{"name":"TcpLargeSendPacketInfo","features":[319]},{"name":"UDP_ENCAP_TYPE","features":[319]},{"name":"USE_TIME_STAMPS","features":[319]},{"name":"VAR_STRING","features":[319]},{"name":"WAN_PROTOCOL_KEEPS_STATS","features":[319]},{"name":"W_CO_ACTIVATE_VC_HANDLER","features":[319]},{"name":"W_CO_CREATE_VC_HANDLER","features":[319]},{"name":"W_CO_DEACTIVATE_VC_HANDLER","features":[319]},{"name":"W_CO_DELETE_VC_HANDLER","features":[319]},{"name":"fNDIS_GUID_ALLOW_READ","features":[319]},{"name":"fNDIS_GUID_ALLOW_WRITE","features":[319]},{"name":"fNDIS_GUID_ANSI_STRING","features":[319]},{"name":"fNDIS_GUID_ARRAY","features":[319]},{"name":"fNDIS_GUID_METHOD","features":[319]},{"name":"fNDIS_GUID_NDIS_RESERVED","features":[319]},{"name":"fNDIS_GUID_SUPPORT_COMMON_HEADER","features":[319]},{"name":"fNDIS_GUID_TO_OID","features":[319]},{"name":"fNDIS_GUID_TO_STATUS","features":[319]},{"name":"fNDIS_GUID_UNICODE_STRING","features":[319]},{"name":"fPACKET_ALLOCATED_BY_NDIS","features":[319]},{"name":"fPACKET_CONTAINS_MEDIA_SPECIFIC_INFO","features":[319]},{"name":"fPACKET_WRAPPER_RESERVED","features":[319]}],"345":[{"name":"FWPM_SERVICE_STATE_CHANGE_CALLBACK0","features":[322,323]},{"name":"FwpmBfeStateGet0","features":[322,323]},{"name":"FwpmBfeStateSubscribeChanges0","features":[322,307,323]},{"name":"FwpmBfeStateUnsubscribeChanges0","features":[322,307]},{"name":"FwpmCalloutAdd0","features":[322,307,323,310]},{"name":"FwpmCalloutCreateEnumHandle0","features":[322,307,323]},{"name":"FwpmCalloutDeleteById0","features":[322,307]},{"name":"FwpmCalloutDeleteByKey0","features":[322,307]},{"name":"FwpmCalloutDestroyEnumHandle0","features":[322,307]},{"name":"FwpmCalloutEnum0","features":[322,307,323]},{"name":"FwpmCalloutGetById0","features":[322,307,323]},{"name":"FwpmCalloutGetByKey0","features":[322,307,323]},{"name":"FwpmCalloutGetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmCalloutSetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmConnectionCreateEnumHandle0","features":[322,307,323]},{"name":"FwpmConnectionDestroyEnumHandle0","features":[322,307]},{"name":"FwpmConnectionEnum0","features":[322,307,323]},{"name":"FwpmConnectionGetById0","features":[322,307,323]},{"name":"FwpmConnectionGetSecurityInfo0","features":[322,307,310]},{"name":"FwpmConnectionSetSecurityInfo0","features":[322,307,310]},{"name":"FwpmEngineClose0","features":[322,307]},{"name":"FwpmEngineGetOption0","features":[322,307,323,310]},{"name":"FwpmEngineGetSecurityInfo0","features":[322,307,310]},{"name":"FwpmEngineOpen0","features":[322,307,323,310,324]},{"name":"FwpmEngineSetOption0","features":[322,307,323,310]},{"name":"FwpmEngineSetSecurityInfo0","features":[322,307,310]},{"name":"FwpmFilterAdd0","features":[322,307,323,310]},{"name":"FwpmFilterCreateEnumHandle0","features":[322,307,323,310]},{"name":"FwpmFilterDeleteById0","features":[322,307]},{"name":"FwpmFilterDeleteByKey0","features":[322,307]},{"name":"FwpmFilterDestroyEnumHandle0","features":[322,307]},{"name":"FwpmFilterEnum0","features":[322,307,323,310]},{"name":"FwpmFilterGetById0","features":[322,307,323,310]},{"name":"FwpmFilterGetByKey0","features":[322,307,323,310]},{"name":"FwpmFilterGetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmFilterSetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmFreeMemory0","features":[322]},{"name":"FwpmIPsecTunnelAdd0","features":[322,307,323,310]},{"name":"FwpmIPsecTunnelAdd1","features":[322,307,323,310]},{"name":"FwpmIPsecTunnelAdd2","features":[322,307,323,310]},{"name":"FwpmIPsecTunnelAdd3","features":[322,307,323,310]},{"name":"FwpmIPsecTunnelDeleteByKey0","features":[322,307]},{"name":"FwpmLayerCreateEnumHandle0","features":[322,307,323]},{"name":"FwpmLayerDestroyEnumHandle0","features":[322,307]},{"name":"FwpmLayerEnum0","features":[322,307,323]},{"name":"FwpmLayerGetById0","features":[322,307,323]},{"name":"FwpmLayerGetByKey0","features":[322,307,323]},{"name":"FwpmLayerGetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmLayerSetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmNetEventCreateEnumHandle0","features":[322,307,323,310]},{"name":"FwpmNetEventDestroyEnumHandle0","features":[322,307]},{"name":"FwpmNetEventEnum0","features":[322,307,323,310]},{"name":"FwpmNetEventEnum1","features":[322,307,323,310]},{"name":"FwpmNetEventEnum2","features":[322,307,323,310]},{"name":"FwpmNetEventEnum3","features":[322,307,323,310]},{"name":"FwpmNetEventEnum4","features":[322,307,323,310]},{"name":"FwpmNetEventEnum5","features":[322,307,323,310]},{"name":"FwpmNetEventsGetSecurityInfo0","features":[322,307,310]},{"name":"FwpmNetEventsSetSecurityInfo0","features":[322,307,310]},{"name":"FwpmProviderAdd0","features":[322,307,323,310]},{"name":"FwpmProviderContextAdd0","features":[322,307,323,310]},{"name":"FwpmProviderContextAdd1","features":[322,307,323,310]},{"name":"FwpmProviderContextAdd2","features":[322,307,323,310]},{"name":"FwpmProviderContextAdd3","features":[322,307,323,310]},{"name":"FwpmProviderContextCreateEnumHandle0","features":[322,307,323]},{"name":"FwpmProviderContextDeleteById0","features":[322,307]},{"name":"FwpmProviderContextDeleteByKey0","features":[322,307]},{"name":"FwpmProviderContextDestroyEnumHandle0","features":[322,307]},{"name":"FwpmProviderContextEnum0","features":[322,307,323,310]},{"name":"FwpmProviderContextEnum1","features":[322,307,323,310]},{"name":"FwpmProviderContextEnum2","features":[322,307,323,310]},{"name":"FwpmProviderContextEnum3","features":[322,307,323,310]},{"name":"FwpmProviderContextGetById0","features":[322,307,323,310]},{"name":"FwpmProviderContextGetById1","features":[322,307,323,310]},{"name":"FwpmProviderContextGetById2","features":[322,307,323,310]},{"name":"FwpmProviderContextGetById3","features":[322,307,323,310]},{"name":"FwpmProviderContextGetByKey0","features":[322,307,323,310]},{"name":"FwpmProviderContextGetByKey1","features":[322,307,323,310]},{"name":"FwpmProviderContextGetByKey2","features":[322,307,323,310]},{"name":"FwpmProviderContextGetByKey3","features":[322,307,323,310]},{"name":"FwpmProviderContextGetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmProviderContextSetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmProviderCreateEnumHandle0","features":[322,307,323]},{"name":"FwpmProviderDeleteByKey0","features":[322,307]},{"name":"FwpmProviderDestroyEnumHandle0","features":[322,307]},{"name":"FwpmProviderEnum0","features":[322,307,323]},{"name":"FwpmProviderGetByKey0","features":[322,307,323]},{"name":"FwpmProviderGetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmProviderSetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmSessionCreateEnumHandle0","features":[322,307,323]},{"name":"FwpmSessionDestroyEnumHandle0","features":[322,307]},{"name":"FwpmSessionEnum0","features":[322,307,323,310]},{"name":"FwpmSubLayerAdd0","features":[322,307,323,310]},{"name":"FwpmSubLayerCreateEnumHandle0","features":[322,307,323]},{"name":"FwpmSubLayerDeleteByKey0","features":[322,307]},{"name":"FwpmSubLayerDestroyEnumHandle0","features":[322,307]},{"name":"FwpmSubLayerEnum0","features":[322,307,323]},{"name":"FwpmSubLayerGetByKey0","features":[322,307,323]},{"name":"FwpmSubLayerGetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmSubLayerSetSecurityInfoByKey0","features":[322,307,310]},{"name":"FwpmTransactionAbort0","features":[322,307]},{"name":"FwpmTransactionBegin0","features":[322,307]},{"name":"FwpmTransactionCommit0","features":[322,307]},{"name":"FwpmvSwitchEventsGetSecurityInfo0","features":[322,307,310]},{"name":"FwpmvSwitchEventsSetSecurityInfo0","features":[322,307,310]},{"name":"IPsecDospGetSecurityInfo0","features":[322,307,310]},{"name":"IPsecDospGetStatistics0","features":[322,307,323]},{"name":"IPsecDospSetSecurityInfo0","features":[322,307,310]},{"name":"IPsecDospStateCreateEnumHandle0","features":[322,307,323]},{"name":"IPsecDospStateDestroyEnumHandle0","features":[322,307]},{"name":"IPsecDospStateEnum0","features":[322,307,323]},{"name":"IPsecGetStatistics0","features":[322,307,323]},{"name":"IPsecGetStatistics1","features":[322,307,323]},{"name":"IPsecSaContextAddInbound0","features":[322,307,323]},{"name":"IPsecSaContextAddInbound1","features":[322,307,323]},{"name":"IPsecSaContextAddOutbound0","features":[322,307,323]},{"name":"IPsecSaContextAddOutbound1","features":[322,307,323]},{"name":"IPsecSaContextCreate0","features":[322,307,323]},{"name":"IPsecSaContextCreate1","features":[322,307,323]},{"name":"IPsecSaContextCreateEnumHandle0","features":[322,307,323,310]},{"name":"IPsecSaContextDeleteById0","features":[322,307]},{"name":"IPsecSaContextDestroyEnumHandle0","features":[322,307]},{"name":"IPsecSaContextEnum0","features":[322,307,323,310]},{"name":"IPsecSaContextEnum1","features":[322,307,323,310]},{"name":"IPsecSaContextExpire0","features":[322,307]},{"name":"IPsecSaContextGetById0","features":[322,307,323,310]},{"name":"IPsecSaContextGetById1","features":[322,307,323,310]},{"name":"IPsecSaContextGetSpi0","features":[322,307,323]},{"name":"IPsecSaContextGetSpi1","features":[322,307,323]},{"name":"IPsecSaContextSetSpi0","features":[322,307,323]},{"name":"IPsecSaContextUpdate0","features":[322,307,323,310]},{"name":"IPsecSaCreateEnumHandle0","features":[322,307,323]},{"name":"IPsecSaDbGetSecurityInfo0","features":[322,307,310]},{"name":"IPsecSaDbSetSecurityInfo0","features":[322,307,310]},{"name":"IPsecSaDestroyEnumHandle0","features":[322,307]},{"name":"IPsecSaEnum0","features":[322,307,323,310]},{"name":"IPsecSaEnum1","features":[322,307,323,310]},{"name":"IkeextGetStatistics0","features":[322,307,323]},{"name":"IkeextGetStatistics1","features":[322,307,323]},{"name":"IkeextSaCreateEnumHandle0","features":[322,307,323,310]},{"name":"IkeextSaDbGetSecurityInfo0","features":[322,307,310]},{"name":"IkeextSaDbSetSecurityInfo0","features":[322,307,310]},{"name":"IkeextSaDeleteById0","features":[322,307]},{"name":"IkeextSaDestroyEnumHandle0","features":[322,307]},{"name":"IkeextSaEnum0","features":[322,307,323]},{"name":"IkeextSaEnum1","features":[322,307,323]},{"name":"IkeextSaEnum2","features":[322,307,323]},{"name":"IkeextSaGetById0","features":[322,307,323]},{"name":"IkeextSaGetById1","features":[322,307,323]},{"name":"IkeextSaGetById2","features":[322,307,323]}],"346":[{"name":"ACE_HEADER","features":[311]},{"name":"ALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK","features":[311,307,325]},{"name":"ATOMIC_CREATE_ECP_CONTEXT","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_BEST_EFFORT","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_EOF_SPECIFIED","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_FILE_ATTRIBUTES_SPECIFIED","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_GEN_FLAGS_SPECIFIED","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_MARK_USN_SOURCE_INFO","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_OPERATION_MASK","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_OP_FLAGS_SPECIFIED","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_REPARSE_POINT_SPECIFIED","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SPARSE_SPECIFIED","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_DIR_CHANGE_NOTIFY","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_FILE_ATTRIBUTE_INHERITANCE","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_PARENT_TIMESTAMPS_UPDATE","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_TIMESTAMPS_SPECIFIED","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_VDL_SPECIFIED","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_WRITE_USN_CLOSE_RECORD","features":[311]},{"name":"ATOMIC_CREATE_ECP_IN_OP_FLAG_CASE_SENSITIVE_FLAGS_SPECIFIED","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_EOF_SET","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTES_RETURNED","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTES_SET","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTE_INHERITANCE_SUPPRESSED","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_OPERATION_MASK","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_OP_FLAGS_HONORED","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_REPARSE_POINT_SET","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_SPARSE_SET","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_TIMESTAMPS_RETURNED","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_TIMESTAMPS_SET","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_CLOSE_RECORD_WRITTEN","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_RETURNED","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_SOURCE_INFO_MARKED","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_VDL_SET","features":[311]},{"name":"ATOMIC_CREATE_ECP_OUT_OP_FLAG_CASE_SENSITIVE_FLAGS_SET","features":[311]},{"name":"ApplyControlToken","features":[311]},{"name":"AuditAccessCheck","features":[311]},{"name":"AuditCloseNonObject","features":[311]},{"name":"AuditCloseObject","features":[311]},{"name":"AuditDeleteObject","features":[311]},{"name":"AuditHandleCreation","features":[311]},{"name":"AuditObjectReference","features":[311]},{"name":"AuditOpenNonObject","features":[311]},{"name":"AuditOpenObject","features":[311]},{"name":"AuditOpenObjectForDelete","features":[311]},{"name":"AuditOpenObjectForDeleteWithTransaction","features":[311]},{"name":"AuditOpenObjectWithTransaction","features":[311]},{"name":"AuditPrivilegeObject","features":[311]},{"name":"AuditPrivilegeService","features":[311]},{"name":"BASE_MCB","features":[311]},{"name":"BOOT_AREA_INFO","features":[311]},{"name":"CACHE_MANAGER_CALLBACKS","features":[311,307]},{"name":"CACHE_MANAGER_CALLBACKS_EX","features":[311,307]},{"name":"CACHE_MANAGER_CALLBACKS_EX_V1","features":[311]},{"name":"CACHE_MANAGER_CALLBACK_FUNCTIONS","features":[311,307]},{"name":"CACHE_UNINITIALIZE_EVENT","features":[308,311,307,313]},{"name":"CACHE_USE_DIRECT_ACCESS_MAPPING","features":[311]},{"name":"CACHE_VALID_FLAGS","features":[311]},{"name":"CC_ACQUIRE_DONT_WAIT","features":[311]},{"name":"CC_ACQUIRE_SUPPORTS_ASYNC_LAZYWRITE","features":[311]},{"name":"CC_AGGRESSIVE_UNMAP_BEHIND","features":[311]},{"name":"CC_ASYNC_READ_CONTEXT","features":[308,311,307]},{"name":"CC_DISABLE_DIRTY_PAGE_TRACKING","features":[311]},{"name":"CC_DISABLE_READ_AHEAD","features":[311]},{"name":"CC_DISABLE_UNMAP_BEHIND","features":[311]},{"name":"CC_DISABLE_WRITE_BEHIND","features":[311]},{"name":"CC_ENABLE_CPU_CACHE","features":[311]},{"name":"CC_ENABLE_DISK_IO_ACCOUNTING","features":[311]},{"name":"CC_ERROR_CALLBACK_CONTEXT","features":[311,307]},{"name":"CC_FILE_SIZES","features":[311]},{"name":"CC_FLUSH_AND_PURGE_GATHER_DIRTY_BITS","features":[311]},{"name":"CC_FLUSH_AND_PURGE_NO_PURGE","features":[311]},{"name":"CC_FLUSH_AND_PURGE_WRITEABLE_VIEWS_NOTSEEN","features":[311]},{"name":"COMPRESSED_DATA_INFO","features":[311]},{"name":"COMPRESSION_ENGINE_MASK","features":[311]},{"name":"COMPRESSION_ENGINE_MAX","features":[311]},{"name":"COMPRESSION_FORMAT_MASK","features":[311]},{"name":"COMPRESSION_FORMAT_MAX","features":[311]},{"name":"CONTAINER_ROOT_INFO_INPUT","features":[311]},{"name":"CONTAINER_ROOT_INFO_OUTPUT","features":[311]},{"name":"CONTAINER_VOLUME_STATE","features":[311]},{"name":"COPY_INFORMATION","features":[308,311,309,307,310,312,313,314]},{"name":"CPTABLEINFO","features":[311]},{"name":"CREATE_REDIRECTION_ECP_CONTEXT","features":[311,326]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_LAYER","features":[311]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_REGISTERED_LAYER","features":[311]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_REMOTE_LAYER","features":[311]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_SCRATCH","features":[311]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_USER_MODE","features":[311]},{"name":"CREATE_USN_JOURNAL_DATA","features":[311]},{"name":"CSV_DOWN_LEVEL_FILE_TYPE","features":[311]},{"name":"CSV_DOWN_LEVEL_OPEN_ECP_CONTEXT","features":[311,307]},{"name":"CSV_QUERY_FILE_REVISION_ECP_CONTEXT","features":[311]},{"name":"CSV_QUERY_FILE_REVISION_ECP_CONTEXT_FILE_ID_128","features":[311,326]},{"name":"CSV_SET_HANDLE_PROPERTIES_ECP_CONTEXT","features":[311]},{"name":"CSV_SET_HANDLE_PROPERTIES_ECP_CONTEXT_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[311]},{"name":"CcAsyncCopyRead","features":[308,311,309,307,310,312,313,314]},{"name":"CcCanIWrite","features":[308,311,309,307,310,312,313,314]},{"name":"CcCoherencyFlushAndPurgeCache","features":[308,311,307,312]},{"name":"CcCopyRead","features":[308,311,309,307,310,312,313,314]},{"name":"CcCopyReadEx","features":[308,311,309,307,310,312,313,314]},{"name":"CcCopyWrite","features":[308,311,309,307,310,312,313,314]},{"name":"CcCopyWriteEx","features":[308,311,309,307,310,312,313,314]},{"name":"CcCopyWriteWontFlush","features":[308,311,309,307,310,312,313,314]},{"name":"CcDeferWrite","features":[308,311,309,307,310,312,313,314]},{"name":"CcErrorCallbackRoutine","features":[311,307]},{"name":"CcFastCopyRead","features":[308,311,309,307,310,312,313,314]},{"name":"CcFastCopyWrite","features":[308,311,309,307,310,312,313,314]},{"name":"CcFlushCache","features":[308,311,307,312]},{"name":"CcGetDirtyPages","features":[308,311,309,307,310,312,313,314]},{"name":"CcGetFileObjectFromBcb","features":[308,311,309,307,310,312,313,314]},{"name":"CcGetFileObjectFromSectionPtrs","features":[308,311,309,307,310,312,313,314]},{"name":"CcGetFileObjectFromSectionPtrsRef","features":[308,311,309,307,310,312,313,314]},{"name":"CcGetFlushedValidData","features":[308,311,307]},{"name":"CcInitializeCacheMap","features":[308,311,309,307,310,312,313,314]},{"name":"CcInitializeCacheMapEx","features":[308,311,309,307,310,312,313,314]},{"name":"CcIsCacheManagerCallbackNeeded","features":[311,307]},{"name":"CcIsThereDirtyData","features":[308,311,309,307,310,312,313,314]},{"name":"CcIsThereDirtyDataEx","features":[308,311,309,307,310,312,313,314]},{"name":"CcMapData","features":[308,311,309,307,310,312,313,314]},{"name":"CcMdlRead","features":[308,311,309,307,310,312,313,314]},{"name":"CcMdlReadComplete","features":[308,311,309,307,310,312,313,314]},{"name":"CcMdlWriteAbort","features":[308,311,309,307,310,312,313,314]},{"name":"CcMdlWriteComplete","features":[308,311,309,307,310,312,313,314]},{"name":"CcPinMappedData","features":[308,311,309,307,310,312,313,314]},{"name":"CcPinRead","features":[308,311,309,307,310,312,313,314]},{"name":"CcPrepareMdlWrite","features":[308,311,309,307,310,312,313,314]},{"name":"CcPreparePinWrite","features":[308,311,309,307,310,312,313,314]},{"name":"CcPurgeCacheSection","features":[308,311,307]},{"name":"CcRemapBcb","features":[311]},{"name":"CcRepinBcb","features":[311]},{"name":"CcScheduleReadAhead","features":[308,311,309,307,310,312,313,314]},{"name":"CcScheduleReadAheadEx","features":[308,311,309,307,310,312,313,314]},{"name":"CcSetAdditionalCacheAttributes","features":[308,311,309,307,310,312,313,314]},{"name":"CcSetAdditionalCacheAttributesEx","features":[308,311,309,307,310,312,313,314]},{"name":"CcSetBcbOwnerPointer","features":[311]},{"name":"CcSetDirtyPageThreshold","features":[308,311,309,307,310,312,313,314]},{"name":"CcSetDirtyPinnedData","features":[311]},{"name":"CcSetFileSizes","features":[308,311,309,307,310,312,313,314]},{"name":"CcSetFileSizesEx","features":[308,311,309,307,310,312,313,314]},{"name":"CcSetLogHandleForFile","features":[308,311,309,307,310,312,313,314]},{"name":"CcSetParallelFlushFile","features":[308,311,309,307,310,312,313,314]},{"name":"CcSetReadAheadGranularity","features":[308,311,309,307,310,312,313,314]},{"name":"CcUninitializeCacheMap","features":[308,311,309,307,310,312,313,314]},{"name":"CcUnpinData","features":[311]},{"name":"CcUnpinDataForThread","features":[311]},{"name":"CcUnpinRepinnedBcb","features":[311,307,312]},{"name":"CcWaitForCurrentLazyWriterActivity","features":[311,307]},{"name":"CcZeroData","features":[308,311,309,307,310,312,313,314]},{"name":"ChangeDataControlArea","features":[311]},{"name":"ChangeImageControlArea","features":[311]},{"name":"ChangeSharedCacheMap","features":[311]},{"name":"CompleteAuthToken","features":[311]},{"name":"CsvCsvFsInternalFileObject","features":[311]},{"name":"CsvDownLevelFileObject","features":[311]},{"name":"DD_MUP_DEVICE_NAME","features":[311]},{"name":"DEVICE_RESET_KEEP_STACK","features":[311]},{"name":"DEVICE_RESET_RESERVED_0","features":[311]},{"name":"DEVICE_RESET_RESERVED_1","features":[311]},{"name":"DO_BOOT_CRITICAL","features":[311]},{"name":"DO_BUFFERED_IO","features":[311]},{"name":"DO_BUS_ENUMERATED_DEVICE","features":[311]},{"name":"DO_DAX_VOLUME","features":[311]},{"name":"DO_DEVICE_HAS_NAME","features":[311]},{"name":"DO_DEVICE_INITIALIZING","features":[311]},{"name":"DO_DEVICE_IRP_REQUIRES_EXTENSION","features":[311]},{"name":"DO_DEVICE_TO_BE_RESET","features":[311]},{"name":"DO_DIRECT_IO","features":[311]},{"name":"DO_DISALLOW_EXECUTE","features":[311]},{"name":"DO_EXCLUSIVE","features":[311]},{"name":"DO_FORCE_NEITHER_IO","features":[311]},{"name":"DO_LONG_TERM_REQUESTS","features":[311]},{"name":"DO_LOW_PRIORITY_FILESYSTEM","features":[311]},{"name":"DO_MAP_IO_BUFFER","features":[311]},{"name":"DO_NEVER_LAST_DEVICE","features":[311]},{"name":"DO_NOT_PURGE_DIRTY_PAGES","features":[311]},{"name":"DO_NOT_RETRY_PURGE","features":[311]},{"name":"DO_POWER_INRUSH","features":[311]},{"name":"DO_POWER_PAGABLE","features":[311]},{"name":"DO_SHUTDOWN_REGISTERED","features":[311]},{"name":"DO_SUPPORTS_PERSISTENT_ACLS","features":[311]},{"name":"DO_SUPPORTS_TRANSACTIONS","features":[311]},{"name":"DO_SYSTEM_BOOT_PARTITION","features":[311]},{"name":"DO_SYSTEM_CRITICAL_PARTITION","features":[311]},{"name":"DO_SYSTEM_SYSTEM_PARTITION","features":[311]},{"name":"DO_VERIFY_VOLUME","features":[311]},{"name":"DO_VOLUME_DEVICE_OBJECT","features":[311]},{"name":"DUAL_OPLOCK_KEY_ECP_CONTEXT","features":[311,307]},{"name":"DUPLICATE_CLUSTER_DATA","features":[311]},{"name":"DfsLinkTrackingInformation","features":[311]},{"name":"EA_NAME_NETWORK_OPEN_ECP_INTEGRITY","features":[311]},{"name":"EA_NAME_NETWORK_OPEN_ECP_INTEGRITY_U","features":[311]},{"name":"EA_NAME_NETWORK_OPEN_ECP_PRIVACY","features":[311]},{"name":"EA_NAME_NETWORK_OPEN_ECP_PRIVACY_U","features":[311]},{"name":"ECP_OPEN_PARAMETERS","features":[311]},{"name":"ECP_OPEN_PARAMETERS_FLAG_FAIL_ON_CASE_SENSITIVE_DIR","features":[311]},{"name":"ECP_OPEN_PARAMETERS_FLAG_IGNORE_DIR_CASE_SENSITIVITY","features":[311]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_DELETE","features":[311]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_READ","features":[311]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_WRITE","features":[311]},{"name":"ECP_TYPE_CLFS_CREATE_CONTAINER","features":[311]},{"name":"ECP_TYPE_IO_STOP_ON_SYMLINK_FILTER_GUID","features":[311]},{"name":"ECP_TYPE_OPEN_REPARSE_GUID","features":[311]},{"name":"EOF_WAIT_BLOCK","features":[308,311,307,313]},{"name":"EVENT_INCREMENT","features":[311]},{"name":"EXTENT_READ_CACHE_INFO_BUFFER","features":[311]},{"name":"EqualTo","features":[311]},{"name":"ExDisableResourceBoostLite","features":[308,311,313]},{"name":"ExQueryPoolBlockSize","features":[311,307]},{"name":"ExportSecurityContext","features":[311]},{"name":"FAST_IO_POSSIBLE","features":[311]},{"name":"FILE_ACCESS_INFORMATION","features":[311]},{"name":"FILE_ACTION_ADDED_STREAM","features":[311]},{"name":"FILE_ACTION_ID_NOT_TUNNELLED","features":[311]},{"name":"FILE_ACTION_MODIFIED_STREAM","features":[311]},{"name":"FILE_ACTION_REMOVED_BY_DELETE","features":[311]},{"name":"FILE_ACTION_REMOVED_STREAM","features":[311]},{"name":"FILE_ACTION_TUNNELLED_ID_COLLISION","features":[311]},{"name":"FILE_ALIGNMENT_INFORMATION","features":[311]},{"name":"FILE_ALLOCATION_INFORMATION","features":[311]},{"name":"FILE_ALL_INFORMATION","features":[311,307]},{"name":"FILE_BASIC_INFORMATION","features":[311]},{"name":"FILE_BOTH_DIR_INFORMATION","features":[311]},{"name":"FILE_CASE_SENSITIVE_INFORMATION","features":[311]},{"name":"FILE_CLEANUP_FILE_DELETED","features":[311]},{"name":"FILE_CLEANUP_FILE_REMAINS","features":[311]},{"name":"FILE_CLEANUP_LINK_DELETED","features":[311]},{"name":"FILE_CLEANUP_POSIX_STYLE_DELETE","features":[311]},{"name":"FILE_CLEANUP_STREAM_DELETED","features":[311]},{"name":"FILE_CLEANUP_UNKNOWN","features":[311]},{"name":"FILE_CLEANUP_WRONG_DEVICE","features":[311]},{"name":"FILE_COMPLETE_IF_OPLOCKED","features":[311]},{"name":"FILE_COMPLETION_INFORMATION","features":[311,307]},{"name":"FILE_COMPRESSION_INFORMATION","features":[311]},{"name":"FILE_CONTAINS_EXTENDED_CREATE_INFORMATION","features":[311]},{"name":"FILE_CREATE","features":[311]},{"name":"FILE_CREATE_TREE_CONNECTION","features":[311]},{"name":"FILE_DELETE_ON_CLOSE","features":[311]},{"name":"FILE_DIRECTORY_FILE","features":[311]},{"name":"FILE_DIRECTORY_INFORMATION","features":[311]},{"name":"FILE_DISALLOW_EXCLUSIVE","features":[311]},{"name":"FILE_DISPOSITION_DELETE","features":[311]},{"name":"FILE_DISPOSITION_DO_NOT_DELETE","features":[311]},{"name":"FILE_DISPOSITION_FORCE_IMAGE_SECTION_CHECK","features":[311]},{"name":"FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE","features":[311]},{"name":"FILE_DISPOSITION_INFORMATION","features":[311,307]},{"name":"FILE_DISPOSITION_INFORMATION_EX","features":[311]},{"name":"FILE_DISPOSITION_INFORMATION_EX_FLAGS","features":[311]},{"name":"FILE_DISPOSITION_ON_CLOSE","features":[311]},{"name":"FILE_DISPOSITION_POSIX_SEMANTICS","features":[311]},{"name":"FILE_EA_INFORMATION","features":[311]},{"name":"FILE_EA_TYPE_ASCII","features":[311]},{"name":"FILE_EA_TYPE_ASN1","features":[311]},{"name":"FILE_EA_TYPE_BINARY","features":[311]},{"name":"FILE_EA_TYPE_BITMAP","features":[311]},{"name":"FILE_EA_TYPE_EA","features":[311]},{"name":"FILE_EA_TYPE_FAMILY_IDS","features":[311]},{"name":"FILE_EA_TYPE_ICON","features":[311]},{"name":"FILE_EA_TYPE_METAFILE","features":[311]},{"name":"FILE_EA_TYPE_MVMT","features":[311]},{"name":"FILE_EA_TYPE_MVST","features":[311]},{"name":"FILE_END_OF_FILE_INFORMATION_EX","features":[311]},{"name":"FILE_FS_ATTRIBUTE_INFORMATION","features":[311]},{"name":"FILE_FS_CONTROL_INFORMATION","features":[311]},{"name":"FILE_FS_DATA_COPY_INFORMATION","features":[311]},{"name":"FILE_FS_DRIVER_PATH_INFORMATION","features":[311,307]},{"name":"FILE_FS_SECTOR_SIZE_INFORMATION","features":[311]},{"name":"FILE_FS_VOLUME_FLAGS_INFORMATION","features":[311]},{"name":"FILE_FULL_DIR_INFORMATION","features":[311]},{"name":"FILE_FULL_EA_INFORMATION","features":[311]},{"name":"FILE_GET_EA_INFORMATION","features":[311]},{"name":"FILE_GET_QUOTA_INFORMATION","features":[311,310]},{"name":"FILE_ID_BOTH_DIR_INFORMATION","features":[311]},{"name":"FILE_ID_EXTD_BOTH_DIR_INFORMATION","features":[311,326]},{"name":"FILE_ID_EXTD_DIR_INFORMATION","features":[311,326]},{"name":"FILE_ID_FULL_DIR_INFORMATION","features":[311]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFORMATION","features":[311]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_VISIBLE_OUTSIDE_TX","features":[311]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_VISIBLE_TO_TX","features":[311]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_WRITELOCKED","features":[311]},{"name":"FILE_ID_INFORMATION","features":[311,326]},{"name":"FILE_INFORMATION_CLASS","features":[311]},{"name":"FILE_INFORMATION_DEFINITION","features":[311]},{"name":"FILE_INTERNAL_INFORMATION","features":[311]},{"name":"FILE_KNOWN_FOLDER_INFORMATION","features":[311]},{"name":"FILE_KNOWN_FOLDER_TYPE","features":[311]},{"name":"FILE_LINKS_FULL_ID_INFORMATION","features":[311,326]},{"name":"FILE_LINKS_INFORMATION","features":[311]},{"name":"FILE_LINK_ENTRY_FULL_ID_INFORMATION","features":[311,326]},{"name":"FILE_LINK_ENTRY_INFORMATION","features":[311]},{"name":"FILE_LINK_FORCE_RESIZE_SOURCE_SR","features":[311]},{"name":"FILE_LINK_FORCE_RESIZE_SR","features":[311]},{"name":"FILE_LINK_FORCE_RESIZE_TARGET_SR","features":[311]},{"name":"FILE_LINK_IGNORE_READONLY_ATTRIBUTE","features":[311]},{"name":"FILE_LINK_INFORMATION","features":[311,307]},{"name":"FILE_LINK_NO_DECREASE_AVAILABLE_SPACE","features":[311]},{"name":"FILE_LINK_NO_INCREASE_AVAILABLE_SPACE","features":[311]},{"name":"FILE_LINK_POSIX_SEMANTICS","features":[311]},{"name":"FILE_LINK_PRESERVE_AVAILABLE_SPACE","features":[311]},{"name":"FILE_LINK_REPLACE_IF_EXISTS","features":[311]},{"name":"FILE_LINK_SUPPRESS_STORAGE_RESERVE_INHERITANCE","features":[311]},{"name":"FILE_LOCK","features":[308,311,309,307,310,312,313,314]},{"name":"FILE_LOCK_INFO","features":[308,311,309,307,310,312,313,314]},{"name":"FILE_MAILSLOT_QUERY_INFORMATION","features":[311]},{"name":"FILE_MAILSLOT_SET_INFORMATION","features":[311]},{"name":"FILE_MODE_INFORMATION","features":[311]},{"name":"FILE_MOVE_CLUSTER_INFORMATION","features":[311,307]},{"name":"FILE_NAMES_INFORMATION","features":[311]},{"name":"FILE_NAME_INFORMATION","features":[311]},{"name":"FILE_NEED_EA","features":[311]},{"name":"FILE_NETWORK_OPEN_INFORMATION","features":[311]},{"name":"FILE_NETWORK_PHYSICAL_NAME_INFORMATION","features":[311]},{"name":"FILE_NON_DIRECTORY_FILE","features":[311]},{"name":"FILE_NOTIFY_CHANGE_EA","features":[311]},{"name":"FILE_NOTIFY_CHANGE_NAME","features":[311]},{"name":"FILE_NOTIFY_CHANGE_STREAM_NAME","features":[311]},{"name":"FILE_NOTIFY_CHANGE_STREAM_SIZE","features":[311]},{"name":"FILE_NOTIFY_CHANGE_STREAM_WRITE","features":[311]},{"name":"FILE_NOTIFY_VALID_MASK","features":[311]},{"name":"FILE_NO_COMPRESSION","features":[311]},{"name":"FILE_NO_EA_KNOWLEDGE","features":[311]},{"name":"FILE_NO_INTERMEDIATE_BUFFERING","features":[311]},{"name":"FILE_OBJECTID_INFORMATION","features":[311]},{"name":"FILE_OPBATCH_BREAK_UNDERWAY","features":[311]},{"name":"FILE_OPEN","features":[311]},{"name":"FILE_OPEN_BY_FILE_ID","features":[311]},{"name":"FILE_OPEN_FOR_BACKUP_INTENT","features":[311]},{"name":"FILE_OPEN_FOR_FREE_SPACE_QUERY","features":[311]},{"name":"FILE_OPEN_IF","features":[311]},{"name":"FILE_OPEN_NO_RECALL","features":[311]},{"name":"FILE_OPEN_REPARSE_POINT","features":[311]},{"name":"FILE_OPEN_REQUIRING_OPLOCK","features":[311]},{"name":"FILE_OPLOCK_BROKEN_TO_LEVEL_2","features":[311]},{"name":"FILE_OPLOCK_BROKEN_TO_NONE","features":[311]},{"name":"FILE_OVERWRITE","features":[311]},{"name":"FILE_OVERWRITE_IF","features":[311]},{"name":"FILE_PIPE_ACCEPT_REMOTE_CLIENTS","features":[311]},{"name":"FILE_PIPE_ASSIGN_EVENT_BUFFER","features":[311,307]},{"name":"FILE_PIPE_BYTE_STREAM_MODE","features":[311]},{"name":"FILE_PIPE_BYTE_STREAM_TYPE","features":[311]},{"name":"FILE_PIPE_CLIENT_END","features":[311]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER","features":[311]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER_EX","features":[311]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER_V2","features":[311]},{"name":"FILE_PIPE_CLOSING_STATE","features":[311]},{"name":"FILE_PIPE_COMPLETE_OPERATION","features":[311]},{"name":"FILE_PIPE_COMPUTER_NAME_LENGTH","features":[311]},{"name":"FILE_PIPE_CONNECTED_STATE","features":[311]},{"name":"FILE_PIPE_CREATE_SYMLINK_INPUT","features":[311]},{"name":"FILE_PIPE_DELETE_SYMLINK_INPUT","features":[311]},{"name":"FILE_PIPE_DISCONNECTED_STATE","features":[311]},{"name":"FILE_PIPE_EVENT_BUFFER","features":[311]},{"name":"FILE_PIPE_FULL_DUPLEX","features":[311]},{"name":"FILE_PIPE_INBOUND","features":[311]},{"name":"FILE_PIPE_INFORMATION","features":[311]},{"name":"FILE_PIPE_LISTENING_STATE","features":[311]},{"name":"FILE_PIPE_LOCAL_INFORMATION","features":[311]},{"name":"FILE_PIPE_MESSAGE_MODE","features":[311]},{"name":"FILE_PIPE_MESSAGE_TYPE","features":[311]},{"name":"FILE_PIPE_OUTBOUND","features":[311]},{"name":"FILE_PIPE_PEEK_BUFFER","features":[311]},{"name":"FILE_PIPE_QUEUE_OPERATION","features":[311]},{"name":"FILE_PIPE_READ_DATA","features":[311]},{"name":"FILE_PIPE_REJECT_REMOTE_CLIENTS","features":[311]},{"name":"FILE_PIPE_REMOTE_INFORMATION","features":[311]},{"name":"FILE_PIPE_SERVER_END","features":[311]},{"name":"FILE_PIPE_SILO_ARRIVAL_INPUT","features":[311,307]},{"name":"FILE_PIPE_SYMLINK_FLAG_GLOBAL","features":[311]},{"name":"FILE_PIPE_SYMLINK_FLAG_RELATIVE","features":[311]},{"name":"FILE_PIPE_TYPE_VALID_MASK","features":[311]},{"name":"FILE_PIPE_WAIT_FOR_BUFFER","features":[311,307]},{"name":"FILE_PIPE_WRITE_SPACE","features":[311]},{"name":"FILE_POSITION_INFORMATION","features":[311]},{"name":"FILE_QUOTA_INFORMATION","features":[311,310]},{"name":"FILE_RANDOM_ACCESS","features":[311]},{"name":"FILE_REMOTE_PROTOCOL_INFORMATION","features":[311]},{"name":"FILE_RENAME_FORCE_RESIZE_SOURCE_SR","features":[311]},{"name":"FILE_RENAME_FORCE_RESIZE_SR","features":[311]},{"name":"FILE_RENAME_FORCE_RESIZE_TARGET_SR","features":[311]},{"name":"FILE_RENAME_IGNORE_READONLY_ATTRIBUTE","features":[311]},{"name":"FILE_RENAME_INFORMATION","features":[311,307]},{"name":"FILE_RENAME_NO_DECREASE_AVAILABLE_SPACE","features":[311]},{"name":"FILE_RENAME_NO_INCREASE_AVAILABLE_SPACE","features":[311]},{"name":"FILE_RENAME_POSIX_SEMANTICS","features":[311]},{"name":"FILE_RENAME_PRESERVE_AVAILABLE_SPACE","features":[311]},{"name":"FILE_RENAME_REPLACE_IF_EXISTS","features":[311]},{"name":"FILE_RENAME_SUPPRESS_PIN_STATE_INHERITANCE","features":[311]},{"name":"FILE_RENAME_SUPPRESS_STORAGE_RESERVE_INHERITANCE","features":[311]},{"name":"FILE_REPARSE_POINT_INFORMATION","features":[311]},{"name":"FILE_RESERVE_OPFILTER","features":[311]},{"name":"FILE_SEQUENTIAL_ONLY","features":[311]},{"name":"FILE_SESSION_AWARE","features":[311]},{"name":"FILE_STANDARD_INFORMATION","features":[311,307]},{"name":"FILE_STANDARD_LINK_INFORMATION","features":[311,307]},{"name":"FILE_STAT_INFORMATION","features":[311]},{"name":"FILE_STAT_LX_INFORMATION","features":[311]},{"name":"FILE_STORAGE_RESERVE_ID_INFORMATION","features":[311,327]},{"name":"FILE_STREAM_INFORMATION","features":[311]},{"name":"FILE_SUPERSEDE","features":[311]},{"name":"FILE_SYNCHRONOUS_IO_ALERT","features":[311]},{"name":"FILE_SYNCHRONOUS_IO_NONALERT","features":[311]},{"name":"FILE_TIMESTAMPS","features":[311]},{"name":"FILE_TRACKING_INFORMATION","features":[311,307]},{"name":"FILE_VC_CONTENT_INDEX_DISABLED","features":[311]},{"name":"FILE_VC_LOG_QUOTA_LIMIT","features":[311]},{"name":"FILE_VC_LOG_QUOTA_THRESHOLD","features":[311]},{"name":"FILE_VC_LOG_VOLUME_LIMIT","features":[311]},{"name":"FILE_VC_LOG_VOLUME_THRESHOLD","features":[311]},{"name":"FILE_VC_QUOTAS_INCOMPLETE","features":[311]},{"name":"FILE_VC_QUOTAS_REBUILDING","features":[311]},{"name":"FILE_VC_QUOTA_ENFORCE","features":[311]},{"name":"FILE_VC_QUOTA_MASK","features":[311]},{"name":"FILE_VC_QUOTA_NONE","features":[311]},{"name":"FILE_VC_QUOTA_TRACK","features":[311]},{"name":"FILE_VC_VALID_MASK","features":[311]},{"name":"FILE_VOLUME_NAME_INFORMATION","features":[311]},{"name":"FILE_WRITE_THROUGH","features":[311]},{"name":"FLAGS_DELAY_REASONS_BITMAP_SCANNED","features":[311]},{"name":"FLAGS_DELAY_REASONS_LOG_FILE_FULL","features":[311]},{"name":"FLAGS_END_OF_FILE_INFO_EX_EXTEND_PAGING","features":[311]},{"name":"FLAGS_END_OF_FILE_INFO_EX_NO_EXTRA_PAGING_EXTEND","features":[311]},{"name":"FLAGS_END_OF_FILE_INFO_EX_TIME_CONSTRAINED","features":[311]},{"name":"FREE_VIRTUAL_MEMORY_EX_CALLBACK","features":[311,307]},{"name":"FSCTL_GHOST_FILE_EXTENTS_INPUT_BUFFER","features":[311]},{"name":"FSCTL_LMR_GET_LINK_TRACKING_INFORMATION","features":[311]},{"name":"FSCTL_LMR_SET_LINK_TRACKING_INFORMATION","features":[311]},{"name":"FSCTL_MAILSLOT_PEEK","features":[311]},{"name":"FSCTL_PIPE_ASSIGN_EVENT","features":[311]},{"name":"FSCTL_PIPE_CREATE_SYMLINK","features":[311]},{"name":"FSCTL_PIPE_DELETE_SYMLINK","features":[311]},{"name":"FSCTL_PIPE_DISABLE_IMPERSONATE","features":[311]},{"name":"FSCTL_PIPE_DISCONNECT","features":[311]},{"name":"FSCTL_PIPE_FLUSH","features":[311]},{"name":"FSCTL_PIPE_GET_CONNECTION_ATTRIBUTE","features":[311]},{"name":"FSCTL_PIPE_GET_HANDLE_ATTRIBUTE","features":[311]},{"name":"FSCTL_PIPE_GET_PIPE_ATTRIBUTE","features":[311]},{"name":"FSCTL_PIPE_IMPERSONATE","features":[311]},{"name":"FSCTL_PIPE_INTERNAL_READ","features":[311]},{"name":"FSCTL_PIPE_INTERNAL_READ_OVFLOW","features":[311]},{"name":"FSCTL_PIPE_INTERNAL_TRANSCEIVE","features":[311]},{"name":"FSCTL_PIPE_INTERNAL_WRITE","features":[311]},{"name":"FSCTL_PIPE_LISTEN","features":[311]},{"name":"FSCTL_PIPE_PEEK","features":[311]},{"name":"FSCTL_PIPE_QUERY_CLIENT_PROCESS","features":[311]},{"name":"FSCTL_PIPE_QUERY_CLIENT_PROCESS_V2","features":[311]},{"name":"FSCTL_PIPE_QUERY_EVENT","features":[311]},{"name":"FSCTL_PIPE_SET_CLIENT_PROCESS","features":[311]},{"name":"FSCTL_PIPE_SET_CONNECTION_ATTRIBUTE","features":[311]},{"name":"FSCTL_PIPE_SET_HANDLE_ATTRIBUTE","features":[311]},{"name":"FSCTL_PIPE_SET_PIPE_ATTRIBUTE","features":[311]},{"name":"FSCTL_PIPE_SILO_ARRIVAL","features":[311]},{"name":"FSCTL_PIPE_TRANSCEIVE","features":[311]},{"name":"FSCTL_PIPE_WAIT","features":[311]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS_INPUT_RANGE","features":[311]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS_OUTPUT","features":[311]},{"name":"FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT","features":[311]},{"name":"FSCTL_UNMAP_SPACE_INPUT_BUFFER","features":[311]},{"name":"FSCTL_UNMAP_SPACE_OUTPUT","features":[311]},{"name":"FSRTL_ADD_TC_CASE_SENSITIVE","features":[311]},{"name":"FSRTL_ADD_TC_KEY_BY_SHORT_NAME","features":[311]},{"name":"FSRTL_ADVANCED_FCB_HEADER","features":[308,311,307,313]},{"name":"FSRTL_ALLOCATE_ECPLIST_FLAG_CHARGE_QUOTA","features":[311]},{"name":"FSRTL_ALLOCATE_ECP_FLAG_CHARGE_QUOTA","features":[311]},{"name":"FSRTL_ALLOCATE_ECP_FLAG_NONPAGED_POOL","features":[311]},{"name":"FSRTL_AUXILIARY_BUFFER","features":[308,311]},{"name":"FSRTL_AUXILIARY_FLAG_DEALLOCATE","features":[311]},{"name":"FSRTL_CC_FLUSH_ERROR_FLAG_NO_HARD_ERROR","features":[311]},{"name":"FSRTL_CC_FLUSH_ERROR_FLAG_NO_LOG_ENTRY","features":[311]},{"name":"FSRTL_CHANGE_BACKING_TYPE","features":[311]},{"name":"FSRTL_COMMON_FCB_HEADER","features":[308,311,313]},{"name":"FSRTL_COMPARISON_RESULT","features":[311]},{"name":"FSRTL_DRIVER_BACKING_FLAG_USE_PAGE_FILE","features":[311]},{"name":"FSRTL_ECP_LOOKASIDE_FLAG_NONPAGED_POOL","features":[311]},{"name":"FSRTL_FAT_LEGAL","features":[311]},{"name":"FSRTL_FCB_HEADER_V0","features":[311]},{"name":"FSRTL_FCB_HEADER_V1","features":[311]},{"name":"FSRTL_FCB_HEADER_V2","features":[311]},{"name":"FSRTL_FCB_HEADER_V3","features":[311]},{"name":"FSRTL_FCB_HEADER_V4","features":[311]},{"name":"FSRTL_FIND_TC_CASE_SENSITIVE","features":[311]},{"name":"FSRTL_FLAG2_BYPASSIO_STREAM_PAUSED","features":[311]},{"name":"FSRTL_FLAG2_DO_MODIFIED_WRITE","features":[311]},{"name":"FSRTL_FLAG2_IS_PAGING_FILE","features":[311]},{"name":"FSRTL_FLAG2_PURGE_WHEN_MAPPED","features":[311]},{"name":"FSRTL_FLAG2_SUPPORTS_FILTER_CONTEXTS","features":[311]},{"name":"FSRTL_FLAG2_WRITABLE_USER_MAPPED_FILE","features":[311]},{"name":"FSRTL_FLAG_ACQUIRE_MAIN_RSRC_EX","features":[311]},{"name":"FSRTL_FLAG_ACQUIRE_MAIN_RSRC_SH","features":[311]},{"name":"FSRTL_FLAG_ADVANCED_HEADER","features":[311]},{"name":"FSRTL_FLAG_EOF_ADVANCE_ACTIVE","features":[311]},{"name":"FSRTL_FLAG_FILE_LENGTH_CHANGED","features":[311]},{"name":"FSRTL_FLAG_FILE_MODIFIED","features":[311]},{"name":"FSRTL_FLAG_LIMIT_MODIFIED_PAGES","features":[311]},{"name":"FSRTL_FLAG_USER_MAPPED_FILE","features":[311]},{"name":"FSRTL_HPFS_LEGAL","features":[311]},{"name":"FSRTL_MUP_PROVIDER_INFO_LEVEL_1","features":[311]},{"name":"FSRTL_MUP_PROVIDER_INFO_LEVEL_2","features":[311,307]},{"name":"FSRTL_NTFS_LEGAL","features":[311]},{"name":"FSRTL_OLE_LEGAL","features":[311]},{"name":"FSRTL_PER_FILEOBJECT_CONTEXT","features":[311,313]},{"name":"FSRTL_PER_FILE_CONTEXT","features":[308,311,313]},{"name":"FSRTL_PER_STREAM_CONTEXT","features":[308,311,313]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_INTEGRITY","features":[311]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_MUTUAL_AUTH","features":[311]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_PRIVACY","features":[311]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_CONTAINER_AWARE","features":[311]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_CSC_ENABLED","features":[311]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_DOMAIN_SVC_AWARE","features":[311]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_MAILSLOTS_SUPPORTED","features":[311]},{"name":"FSRTL_UNC_PROVIDER_REGISTRATION","features":[311]},{"name":"FSRTL_UNC_REGISTRATION_CURRENT_VERSION","features":[311]},{"name":"FSRTL_UNC_REGISTRATION_VERSION_0200","features":[311]},{"name":"FSRTL_UNC_REGISTRATION_VERSION_0201","features":[311]},{"name":"FSRTL_VIRTDISK_FULLY_ALLOCATED","features":[311]},{"name":"FSRTL_VIRTDISK_NO_DRIVE_LETTER","features":[311]},{"name":"FSRTL_VOLUME_BACKGROUND_FORMAT","features":[311]},{"name":"FSRTL_VOLUME_CHANGE_SIZE","features":[311]},{"name":"FSRTL_VOLUME_DISMOUNT","features":[311]},{"name":"FSRTL_VOLUME_DISMOUNT_FAILED","features":[311]},{"name":"FSRTL_VOLUME_FORCED_CLOSED","features":[311]},{"name":"FSRTL_VOLUME_INFO_MAKE_COMPAT","features":[311]},{"name":"FSRTL_VOLUME_LOCK","features":[311]},{"name":"FSRTL_VOLUME_LOCK_FAILED","features":[311]},{"name":"FSRTL_VOLUME_MOUNT","features":[311]},{"name":"FSRTL_VOLUME_NEEDS_CHKDSK","features":[311]},{"name":"FSRTL_VOLUME_PREPARING_EJECT","features":[311]},{"name":"FSRTL_VOLUME_UNLOCK","features":[311]},{"name":"FSRTL_VOLUME_WEARING_OUT","features":[311]},{"name":"FSRTL_VOLUME_WORM_NEAR_FULL","features":[311]},{"name":"FSRTL_WILD_CHARACTER","features":[311]},{"name":"FS_BPIO_INFO","features":[311]},{"name":"FS_BPIO_INPUT","features":[311,327]},{"name":"FS_FILTER_ACQUIRE_FOR_CC_FLUSH","features":[311]},{"name":"FS_FILTER_ACQUIRE_FOR_MOD_WRITE","features":[311]},{"name":"FS_FILTER_ACQUIRE_FOR_SECTION_SYNCHRONIZATION","features":[311]},{"name":"FS_FILTER_CALLBACKS","features":[308,311,309,307,310,312,313,314]},{"name":"FS_FILTER_CALLBACK_DATA","features":[308,311,309,307,310,312,313,314]},{"name":"FS_FILTER_PARAMETERS","features":[308,311,309,307,310,312,313,314]},{"name":"FS_FILTER_QUERY_OPEN","features":[311]},{"name":"FS_FILTER_RELEASE_FOR_CC_FLUSH","features":[311]},{"name":"FS_FILTER_RELEASE_FOR_MOD_WRITE","features":[311]},{"name":"FS_FILTER_RELEASE_FOR_SECTION_SYNCHRONIZATION","features":[311]},{"name":"FS_FILTER_SECTION_SYNC_IMAGE_EXTENTS_ARE_NOT_RVA","features":[311]},{"name":"FS_FILTER_SECTION_SYNC_IN_FLAG_DONT_UPDATE_LAST_ACCESS","features":[311]},{"name":"FS_FILTER_SECTION_SYNC_IN_FLAG_DONT_UPDATE_LAST_WRITE","features":[311]},{"name":"FS_FILTER_SECTION_SYNC_OUTPUT","features":[311]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_ASYNC_PARALLEL_IO","features":[311]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_DIRECT_MAP_DATA","features":[311]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_DIRECT_MAP_IMAGE","features":[311]},{"name":"FS_FILTER_SECTION_SYNC_TYPE","features":[311]},{"name":"FS_FILTER_STREAM_FO_NOTIFICATION_TYPE","features":[311]},{"name":"FS_INFORMATION_CLASS","features":[311]},{"name":"FastIoIsNotPossible","features":[311]},{"name":"FastIoIsPossible","features":[311]},{"name":"FastIoIsQuestionable","features":[311]},{"name":"FileAccessInformation","features":[311]},{"name":"FileAlignmentInformation","features":[311]},{"name":"FileAllInformation","features":[311]},{"name":"FileAllocationInformation","features":[311]},{"name":"FileAlternateNameInformation","features":[311]},{"name":"FileAttributeTagInformation","features":[311]},{"name":"FileBasicInformation","features":[311]},{"name":"FileBothDirectoryInformation","features":[311]},{"name":"FileCaseSensitiveInformation","features":[311]},{"name":"FileCaseSensitiveInformationForceAccessCheck","features":[311]},{"name":"FileCompletionInformation","features":[311]},{"name":"FileCompressionInformation","features":[311]},{"name":"FileDesiredStorageClassInformation","features":[311]},{"name":"FileDirectoryInformation","features":[311]},{"name":"FileDispositionInformation","features":[311]},{"name":"FileDispositionInformationEx","features":[311]},{"name":"FileEaInformation","features":[311]},{"name":"FileEndOfFileInformation","features":[311]},{"name":"FileFsAttributeInformation","features":[311]},{"name":"FileFsControlInformation","features":[311]},{"name":"FileFsDataCopyInformation","features":[311]},{"name":"FileFsDeviceInformation","features":[311]},{"name":"FileFsDriverPathInformation","features":[311]},{"name":"FileFsFullSizeInformation","features":[311]},{"name":"FileFsFullSizeInformationEx","features":[311]},{"name":"FileFsLabelInformation","features":[311]},{"name":"FileFsMaximumInformation","features":[311]},{"name":"FileFsMetadataSizeInformation","features":[311]},{"name":"FileFsObjectIdInformation","features":[311]},{"name":"FileFsSectorSizeInformation","features":[311]},{"name":"FileFsSizeInformation","features":[311]},{"name":"FileFsVolumeFlagsInformation","features":[311]},{"name":"FileFsVolumeInformation","features":[311]},{"name":"FileFullDirectoryInformation","features":[311]},{"name":"FileFullEaInformation","features":[311]},{"name":"FileHardLinkFullIdInformation","features":[311]},{"name":"FileHardLinkInformation","features":[311]},{"name":"FileIdBothDirectoryInformation","features":[311]},{"name":"FileIdExtdBothDirectoryInformation","features":[311]},{"name":"FileIdExtdDirectoryInformation","features":[311]},{"name":"FileIdFullDirectoryInformation","features":[311]},{"name":"FileIdGlobalTxDirectoryInformation","features":[311]},{"name":"FileIdInformation","features":[311]},{"name":"FileInternalInformation","features":[311]},{"name":"FileIoCompletionNotificationInformation","features":[311]},{"name":"FileIoPriorityHintInformation","features":[311]},{"name":"FileIoStatusBlockRangeInformation","features":[311]},{"name":"FileIsRemoteDeviceInformation","features":[311]},{"name":"FileKnownFolderInformation","features":[311]},{"name":"FileLinkInformation","features":[311]},{"name":"FileLinkInformationBypassAccessCheck","features":[311]},{"name":"FileLinkInformationEx","features":[311]},{"name":"FileLinkInformationExBypassAccessCheck","features":[311]},{"name":"FileMailslotQueryInformation","features":[311]},{"name":"FileMailslotSetInformation","features":[311]},{"name":"FileMaximumInformation","features":[311]},{"name":"FileMemoryPartitionInformation","features":[311]},{"name":"FileModeInformation","features":[311]},{"name":"FileMoveClusterInformation","features":[311]},{"name":"FileNameInformation","features":[311]},{"name":"FileNamesInformation","features":[311]},{"name":"FileNetworkOpenInformation","features":[311]},{"name":"FileNetworkPhysicalNameInformation","features":[311]},{"name":"FileNormalizedNameInformation","features":[311]},{"name":"FileNumaNodeInformation","features":[311]},{"name":"FileObjectIdInformation","features":[311]},{"name":"FilePipeInformation","features":[311]},{"name":"FilePipeLocalInformation","features":[311]},{"name":"FilePipeRemoteInformation","features":[311]},{"name":"FilePositionInformation","features":[311]},{"name":"FileProcessIdsUsingFileInformation","features":[311]},{"name":"FileQuotaInformation","features":[311]},{"name":"FileRemoteProtocolInformation","features":[311]},{"name":"FileRenameInformation","features":[311]},{"name":"FileRenameInformationBypassAccessCheck","features":[311]},{"name":"FileRenameInformationEx","features":[311]},{"name":"FileRenameInformationExBypassAccessCheck","features":[311]},{"name":"FileReparsePointInformation","features":[311]},{"name":"FileReplaceCompletionInformation","features":[311]},{"name":"FileSfioReserveInformation","features":[311]},{"name":"FileSfioVolumeInformation","features":[311]},{"name":"FileShortNameInformation","features":[311]},{"name":"FileStandardInformation","features":[311]},{"name":"FileStandardLinkInformation","features":[311]},{"name":"FileStatInformation","features":[311]},{"name":"FileStatLxInformation","features":[311]},{"name":"FileStorageReserveIdInformation","features":[311]},{"name":"FileStreamInformation","features":[311]},{"name":"FileTrackingInformation","features":[311]},{"name":"FileUnusedInformation","features":[311]},{"name":"FileValidDataLengthInformation","features":[311]},{"name":"FileVolumeNameInformation","features":[311]},{"name":"FsRtlAcknowledgeEcp","features":[311]},{"name":"FsRtlAcquireFileExclusive","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlAddBaseMcbEntry","features":[311,307]},{"name":"FsRtlAddBaseMcbEntryEx","features":[311,307]},{"name":"FsRtlAddLargeMcbEntry","features":[308,311,307,313]},{"name":"FsRtlAddMcbEntry","features":[308,311,307,313]},{"name":"FsRtlAddToTunnelCache","features":[308,311,307,313]},{"name":"FsRtlAddToTunnelCacheEx","features":[308,311,307,313]},{"name":"FsRtlAllocateAePushLock","features":[308,311]},{"name":"FsRtlAllocateExtraCreateParameter","features":[311,307]},{"name":"FsRtlAllocateExtraCreateParameterFromLookasideList","features":[311,307]},{"name":"FsRtlAllocateExtraCreateParameterList","features":[308,311,307]},{"name":"FsRtlAllocateFileLock","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlAllocateResource","features":[308,311,313]},{"name":"FsRtlAreNamesEqual","features":[311,307]},{"name":"FsRtlAreThereCurrentOrInProgressFileLocks","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlAreThereWaitingFileLocks","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlAreVolumeStartupApplicationsComplete","features":[311,307]},{"name":"FsRtlBalanceReads","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCancellableWaitForMultipleObjects","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCancellableWaitForSingleObject","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlChangeBackingFileObject","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCheckLockForOplockRequest","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCheckLockForReadAccess","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCheckLockForWriteAccess","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCheckOplock","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCheckOplockEx","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCheckOplockEx2","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCheckUpperOplock","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCopyRead","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCopyWrite","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCreateSectionForDataScan","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlCurrentBatchOplock","features":[311,307]},{"name":"FsRtlCurrentOplock","features":[311,307]},{"name":"FsRtlCurrentOplockH","features":[311,307]},{"name":"FsRtlDeleteExtraCreateParameterLookasideList","features":[311]},{"name":"FsRtlDeleteKeyFromTunnelCache","features":[308,311,307,313]},{"name":"FsRtlDeleteTunnelCache","features":[308,311,307,313]},{"name":"FsRtlDeregisterUncProvider","features":[311,307]},{"name":"FsRtlDismountComplete","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlDissectDbcs","features":[311,313]},{"name":"FsRtlDissectName","features":[311,307]},{"name":"FsRtlDoesDbcsContainWildCards","features":[311,307,313]},{"name":"FsRtlDoesNameContainWildCards","features":[311,307]},{"name":"FsRtlFastCheckLockForRead","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlFastCheckLockForWrite","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlFastUnlockAll","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlFastUnlockAllByKey","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlFastUnlockSingle","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlFindExtraCreateParameter","features":[308,311,307]},{"name":"FsRtlFindInTunnelCache","features":[308,311,307,313]},{"name":"FsRtlFindInTunnelCacheEx","features":[308,311,307,313]},{"name":"FsRtlFreeAePushLock","features":[311]},{"name":"FsRtlFreeExtraCreateParameter","features":[311]},{"name":"FsRtlFreeExtraCreateParameterList","features":[308,311]},{"name":"FsRtlFreeFileLock","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlGetCurrentProcessLoaderList","features":[311,313]},{"name":"FsRtlGetEcpListFromIrp","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlGetFileSize","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlGetNextBaseMcbEntry","features":[311,307]},{"name":"FsRtlGetNextExtraCreateParameter","features":[308,311,307]},{"name":"FsRtlGetNextFileLock","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlGetNextLargeMcbEntry","features":[308,311,307,313]},{"name":"FsRtlGetNextMcbEntry","features":[308,311,307,313]},{"name":"FsRtlGetSectorSizeInformation","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlGetSupportedFeatures","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlGetVirtualDiskNestingLevel","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlIncrementCcFastMdlReadWait","features":[311]},{"name":"FsRtlIncrementCcFastReadNoWait","features":[311]},{"name":"FsRtlIncrementCcFastReadNotPossible","features":[311]},{"name":"FsRtlIncrementCcFastReadResourceMiss","features":[311]},{"name":"FsRtlIncrementCcFastReadWait","features":[311]},{"name":"FsRtlInitExtraCreateParameterLookasideList","features":[311]},{"name":"FsRtlInitializeBaseMcb","features":[308,311]},{"name":"FsRtlInitializeBaseMcbEx","features":[308,311,307]},{"name":"FsRtlInitializeExtraCreateParameter","features":[308,311]},{"name":"FsRtlInitializeExtraCreateParameterList","features":[308,311,307]},{"name":"FsRtlInitializeFileLock","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlInitializeLargeMcb","features":[308,311,307,313]},{"name":"FsRtlInitializeMcb","features":[308,311,307,313]},{"name":"FsRtlInitializeOplock","features":[311]},{"name":"FsRtlInitializeTunnelCache","features":[308,311,307,313]},{"name":"FsRtlInsertExtraCreateParameter","features":[308,311,307]},{"name":"FsRtlInsertPerFileContext","features":[308,311,307,313]},{"name":"FsRtlInsertPerFileObjectContext","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlInsertPerStreamContext","features":[308,311,307,313]},{"name":"FsRtlIs32BitProcess","features":[308,311,307]},{"name":"FsRtlIsDaxVolume","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlIsDbcsInExpression","features":[311,307,313]},{"name":"FsRtlIsEcpAcknowledged","features":[311,307]},{"name":"FsRtlIsEcpFromUserMode","features":[311,307]},{"name":"FsRtlIsExtentDangling","features":[311]},{"name":"FsRtlIsFatDbcsLegal","features":[311,307,313]},{"name":"FsRtlIsHpfsDbcsLegal","features":[311,307,313]},{"name":"FsRtlIsMobileOS","features":[311,307]},{"name":"FsRtlIsNameInExpression","features":[311,307]},{"name":"FsRtlIsNameInUnUpcasedExpression","features":[311,307]},{"name":"FsRtlIsNonEmptyDirectoryReparsePointAllowed","features":[311,307]},{"name":"FsRtlIsNtstatusExpected","features":[311,307]},{"name":"FsRtlIsPagingFile","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlIsSystemPagingFile","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlIssueDeviceIoControl","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlKernelFsControlFile","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlLogCcFlushError","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlLookupBaseMcbEntry","features":[311,307]},{"name":"FsRtlLookupLargeMcbEntry","features":[308,311,307,313]},{"name":"FsRtlLookupLastBaseMcbEntry","features":[311,307]},{"name":"FsRtlLookupLastBaseMcbEntryAndIndex","features":[311,307]},{"name":"FsRtlLookupLastLargeMcbEntry","features":[308,311,307,313]},{"name":"FsRtlLookupLastLargeMcbEntryAndIndex","features":[308,311,307,313]},{"name":"FsRtlLookupLastMcbEntry","features":[308,311,307,313]},{"name":"FsRtlLookupMcbEntry","features":[308,311,307,313]},{"name":"FsRtlLookupPerFileContext","features":[308,311,313]},{"name":"FsRtlLookupPerFileObjectContext","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlLookupPerStreamContextInternal","features":[308,311,307,313]},{"name":"FsRtlMdlReadCompleteDev","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlMdlReadDev","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlMdlReadEx","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlMdlWriteCompleteDev","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlMupGetProviderIdFromName","features":[311,307]},{"name":"FsRtlMupGetProviderInfoFromFileObject","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlNormalizeNtstatus","features":[311,307]},{"name":"FsRtlNotifyCleanup","features":[308,311,313]},{"name":"FsRtlNotifyCleanupAll","features":[308,311,313]},{"name":"FsRtlNotifyFilterChangeDirectory","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlNotifyFilterReportChange","features":[308,311,313]},{"name":"FsRtlNotifyFullChangeDirectory","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlNotifyFullReportChange","features":[308,311,313]},{"name":"FsRtlNotifyInitializeSync","features":[308,311]},{"name":"FsRtlNotifyUninitializeSync","features":[308,311]},{"name":"FsRtlNotifyVolumeEvent","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlNotifyVolumeEventEx","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlNumberOfRunsInBaseMcb","features":[311]},{"name":"FsRtlNumberOfRunsInLargeMcb","features":[308,311,307,313]},{"name":"FsRtlNumberOfRunsInMcb","features":[308,311,307,313]},{"name":"FsRtlOplockBreakH","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlOplockBreakH2","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlOplockBreakToNone","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlOplockBreakToNoneEx","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlOplockFsctrl","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlOplockFsctrlEx","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlOplockGetAnyBreakOwnerProcess","features":[308,311]},{"name":"FsRtlOplockIsFastIoPossible","features":[311,307]},{"name":"FsRtlOplockIsSharedRequest","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlOplockKeysEqual","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlPostPagingFileStackOverflow","features":[308,311,307,313]},{"name":"FsRtlPostStackOverflow","features":[308,311,307,313]},{"name":"FsRtlPrepareMdlWriteDev","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlPrepareMdlWriteEx","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlPrepareToReuseEcp","features":[311]},{"name":"FsRtlPrivateLock","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlProcessFileLock","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlQueryCachedVdl","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlQueryInformationFile","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlQueryKernelEaFile","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlQueryMaximumVirtualDiskNestingLevel","features":[311]},{"name":"FsRtlRegisterFileSystemFilterCallbacks","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlRegisterUncProvider","features":[311,307]},{"name":"FsRtlRegisterUncProviderEx","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlRegisterUncProviderEx2","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlReleaseFile","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlRemoveBaseMcbEntry","features":[311,307]},{"name":"FsRtlRemoveDotsFromPath","features":[311,307]},{"name":"FsRtlRemoveExtraCreateParameter","features":[308,311,307]},{"name":"FsRtlRemoveLargeMcbEntry","features":[308,311,307,313]},{"name":"FsRtlRemoveMcbEntry","features":[308,311,307,313]},{"name":"FsRtlRemovePerFileContext","features":[308,311,313]},{"name":"FsRtlRemovePerFileObjectContext","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlRemovePerStreamContext","features":[308,311,307,313]},{"name":"FsRtlResetBaseMcb","features":[311]},{"name":"FsRtlResetLargeMcb","features":[308,311,307,313]},{"name":"FsRtlSetDriverBacking","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlSetEcpListIntoIrp","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlSetKernelEaFile","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlSplitBaseMcb","features":[311,307]},{"name":"FsRtlSplitLargeMcb","features":[308,311,307,313]},{"name":"FsRtlTeardownPerFileContexts","features":[311]},{"name":"FsRtlTeardownPerStreamContexts","features":[308,311,307,313]},{"name":"FsRtlTruncateBaseMcb","features":[311]},{"name":"FsRtlTruncateLargeMcb","features":[308,311,307,313]},{"name":"FsRtlTruncateMcb","features":[308,311,307,313]},{"name":"FsRtlUninitializeBaseMcb","features":[311]},{"name":"FsRtlUninitializeFileLock","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlUninitializeLargeMcb","features":[308,311,307,313]},{"name":"FsRtlUninitializeMcb","features":[308,311,307,313]},{"name":"FsRtlUninitializeOplock","features":[311]},{"name":"FsRtlUpdateDiskCounters","features":[311]},{"name":"FsRtlUpperOplockFsctrl","features":[308,311,309,307,310,312,313,314]},{"name":"FsRtlValidateReparsePointBuffer","features":[311,307]},{"name":"FsRtlVolumeDeviceToCorrelationId","features":[308,311,309,307,310,312,313,314]},{"name":"GCR_ALLOW_LM","features":[311]},{"name":"GCR_ALLOW_NO_TARGET","features":[311]},{"name":"GCR_ALLOW_NTLM","features":[311]},{"name":"GCR_MACHINE_CREDENTIAL","features":[311]},{"name":"GCR_NTLM3_PARMS","features":[311]},{"name":"GCR_TARGET_INFO","features":[311]},{"name":"GCR_USE_OEM_SET","features":[311]},{"name":"GCR_USE_OWF_PASSWORD","features":[311]},{"name":"GCR_VSM_PROTECTED_PASSWORD","features":[311]},{"name":"GENERATE_CLIENT_CHALLENGE","features":[311]},{"name":"GENERATE_NAME_CONTEXT","features":[311,307]},{"name":"GHOSTED_FILE_EXTENT","features":[311]},{"name":"GUID_ECP_ATOMIC_CREATE","features":[311]},{"name":"GUID_ECP_CLOUDFILES_ATTRIBUTION","features":[311]},{"name":"GUID_ECP_CREATE_REDIRECTION","features":[311]},{"name":"GUID_ECP_CSV_DOWN_LEVEL_OPEN","features":[311]},{"name":"GUID_ECP_CSV_QUERY_FILE_REVISION","features":[311]},{"name":"GUID_ECP_CSV_QUERY_FILE_REVISION_FILE_ID_128","features":[311]},{"name":"GUID_ECP_CSV_SET_HANDLE_PROPERTIES","features":[311]},{"name":"GUID_ECP_DUAL_OPLOCK_KEY","features":[311]},{"name":"GUID_ECP_IO_DEVICE_HINT","features":[311]},{"name":"GUID_ECP_NETWORK_APP_INSTANCE","features":[311]},{"name":"GUID_ECP_NETWORK_APP_INSTANCE_VERSION","features":[311]},{"name":"GUID_ECP_NETWORK_OPEN_CONTEXT","features":[311]},{"name":"GUID_ECP_NFS_OPEN","features":[311]},{"name":"GUID_ECP_OPEN_PARAMETERS","features":[311]},{"name":"GUID_ECP_OPLOCK_KEY","features":[311]},{"name":"GUID_ECP_PREFETCH_OPEN","features":[311]},{"name":"GUID_ECP_QUERY_ON_CREATE","features":[311]},{"name":"GUID_ECP_RKF_BYPASS","features":[311]},{"name":"GUID_ECP_SRV_OPEN","features":[311]},{"name":"GetSecurityUserInfo","features":[311,307,328]},{"name":"GreaterThan","features":[311]},{"name":"HEAP_CLASS_0","features":[311]},{"name":"HEAP_CLASS_1","features":[311]},{"name":"HEAP_CLASS_2","features":[311]},{"name":"HEAP_CLASS_3","features":[311]},{"name":"HEAP_CLASS_4","features":[311]},{"name":"HEAP_CLASS_5","features":[311]},{"name":"HEAP_CLASS_6","features":[311]},{"name":"HEAP_CLASS_7","features":[311]},{"name":"HEAP_CLASS_8","features":[311]},{"name":"HEAP_CLASS_MASK","features":[311]},{"name":"HEAP_CREATE_ALIGN_16","features":[311]},{"name":"HEAP_CREATE_ENABLE_EXECUTE","features":[311]},{"name":"HEAP_CREATE_ENABLE_TRACING","features":[311]},{"name":"HEAP_CREATE_HARDENED","features":[311]},{"name":"HEAP_CREATE_SEGMENT_HEAP","features":[311]},{"name":"HEAP_DISABLE_COALESCE_ON_FREE","features":[311]},{"name":"HEAP_FREE_CHECKING_ENABLED","features":[311]},{"name":"HEAP_GENERATE_EXCEPTIONS","features":[311]},{"name":"HEAP_GLOBAL_TAG","features":[311]},{"name":"HEAP_GROWABLE","features":[311]},{"name":"HEAP_MAXIMUM_TAG","features":[311]},{"name":"HEAP_MEMORY_INFO_CLASS","features":[311]},{"name":"HEAP_NO_SERIALIZE","features":[311]},{"name":"HEAP_PSEUDO_TAG_FLAG","features":[311]},{"name":"HEAP_REALLOC_IN_PLACE_ONLY","features":[311]},{"name":"HEAP_SETTABLE_USER_FLAG1","features":[311]},{"name":"HEAP_SETTABLE_USER_FLAG2","features":[311]},{"name":"HEAP_SETTABLE_USER_FLAG3","features":[311]},{"name":"HEAP_SETTABLE_USER_FLAGS","features":[311]},{"name":"HEAP_SETTABLE_USER_VALUE","features":[311]},{"name":"HEAP_TAG_SHIFT","features":[311]},{"name":"HEAP_TAIL_CHECKING_ENABLED","features":[311]},{"name":"HEAP_ZERO_MEMORY","features":[311]},{"name":"HeapMemoryBasicInformation","features":[311]},{"name":"INVALID_PROCESSOR_INDEX","features":[311]},{"name":"IOCTL_LMR_ARE_FILE_OBJECTS_ON_SAME_SERVER","features":[311]},{"name":"IOCTL_REDIR_QUERY_PATH","features":[311]},{"name":"IOCTL_REDIR_QUERY_PATH_EX","features":[311]},{"name":"IOCTL_VOLSNAP_FLUSH_AND_HOLD_WRITES","features":[311]},{"name":"IO_CD_ROM_INCREMENT","features":[311]},{"name":"IO_CREATE_STREAM_FILE_LITE","features":[311]},{"name":"IO_CREATE_STREAM_FILE_OPTIONS","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CREATE_STREAM_FILE_RAISE_ON_ERROR","features":[311]},{"name":"IO_DEVICE_HINT_ECP_CONTEXT","features":[308,311,309,307,310,312,313,314]},{"name":"IO_DISK_INCREMENT","features":[311]},{"name":"IO_FILE_OBJECT_NON_PAGED_POOL_CHARGE","features":[311]},{"name":"IO_FILE_OBJECT_PAGED_POOL_CHARGE","features":[311]},{"name":"IO_IGNORE_READONLY_ATTRIBUTE","features":[311]},{"name":"IO_MAILSLOT_INCREMENT","features":[311]},{"name":"IO_MM_PAGING_FILE","features":[311]},{"name":"IO_NAMED_PIPE_INCREMENT","features":[311]},{"name":"IO_NETWORK_INCREMENT","features":[311]},{"name":"IO_NO_INCREMENT","features":[311]},{"name":"IO_OPEN_PAGING_FILE","features":[311]},{"name":"IO_OPEN_TARGET_DIRECTORY","features":[311]},{"name":"IO_PRIORITY_INFO","features":[308,311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_0","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_1","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_2","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_3","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_4","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_5","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_6","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_7","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_8","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_9","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_A","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_B","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_C","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_D","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_E","features":[311]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_F","features":[311]},{"name":"IO_REPARSE_TAG_ACTIVISION_HSM","features":[311]},{"name":"IO_REPARSE_TAG_ADA_HSM","features":[311]},{"name":"IO_REPARSE_TAG_ADOBE_HSM","features":[311]},{"name":"IO_REPARSE_TAG_ALERTBOOT","features":[311]},{"name":"IO_REPARSE_TAG_ALTIRIS_HSM","features":[311]},{"name":"IO_REPARSE_TAG_APPXSTRM","features":[311]},{"name":"IO_REPARSE_TAG_ARCO_BACKUP","features":[311]},{"name":"IO_REPARSE_TAG_ARKIVIO","features":[311]},{"name":"IO_REPARSE_TAG_AURISTOR_FS","features":[311]},{"name":"IO_REPARSE_TAG_AUTN_HSM","features":[311]},{"name":"IO_REPARSE_TAG_BRIDGEHEAD_HSM","features":[311]},{"name":"IO_REPARSE_TAG_C2CSYSTEMS_HSM","features":[311]},{"name":"IO_REPARSE_TAG_CARINGO_HSM","features":[311]},{"name":"IO_REPARSE_TAG_CARROLL_HSM","features":[311]},{"name":"IO_REPARSE_TAG_CITRIX_PM","features":[311]},{"name":"IO_REPARSE_TAG_COMMVAULT","features":[311]},{"name":"IO_REPARSE_TAG_COMMVAULT_HSM","features":[311]},{"name":"IO_REPARSE_TAG_COMTRADE_HSM","features":[311]},{"name":"IO_REPARSE_TAG_CTERA_HSM","features":[311]},{"name":"IO_REPARSE_TAG_DATAFIRST_HSM","features":[311]},{"name":"IO_REPARSE_TAG_DATAGLOBAL_HSM","features":[311]},{"name":"IO_REPARSE_TAG_DATASTOR_SIS","features":[311]},{"name":"IO_REPARSE_TAG_DFM","features":[311]},{"name":"IO_REPARSE_TAG_DOR_HSM","features":[311]},{"name":"IO_REPARSE_TAG_DOUBLE_TAKE_HSM","features":[311]},{"name":"IO_REPARSE_TAG_DOUBLE_TAKE_SIS","features":[311]},{"name":"IO_REPARSE_TAG_DRIVE_EXTENDER","features":[311]},{"name":"IO_REPARSE_TAG_DROPBOX_HSM","features":[311]},{"name":"IO_REPARSE_TAG_EASEFILTER_HSM","features":[311]},{"name":"IO_REPARSE_TAG_EASEVAULT_HSM","features":[311]},{"name":"IO_REPARSE_TAG_EDSI_HSM","features":[311]},{"name":"IO_REPARSE_TAG_ELTAN_HSM","features":[311]},{"name":"IO_REPARSE_TAG_EMC_HSM","features":[311]},{"name":"IO_REPARSE_TAG_ENIGMA_HSM","features":[311]},{"name":"IO_REPARSE_TAG_FILTER_MANAGER","features":[311]},{"name":"IO_REPARSE_TAG_GLOBAL360_HSM","features":[311]},{"name":"IO_REPARSE_TAG_GOOGLE_HSM","features":[311]},{"name":"IO_REPARSE_TAG_GRAU_DATASTORAGE_HSM","features":[311]},{"name":"IO_REPARSE_TAG_HDS_HCP_HSM","features":[311]},{"name":"IO_REPARSE_TAG_HDS_HSM","features":[311]},{"name":"IO_REPARSE_TAG_HERMES_HSM","features":[311]},{"name":"IO_REPARSE_TAG_HP_BACKUP","features":[311]},{"name":"IO_REPARSE_TAG_HP_DATA_PROTECT","features":[311]},{"name":"IO_REPARSE_TAG_HP_HSM","features":[311]},{"name":"IO_REPARSE_TAG_HSAG_HSM","features":[311]},{"name":"IO_REPARSE_TAG_HUBSTOR_HSM","features":[311]},{"name":"IO_REPARSE_TAG_IFSTEST_CONGRUENT","features":[311]},{"name":"IO_REPARSE_TAG_IIS_CACHE","features":[311]},{"name":"IO_REPARSE_TAG_IMANAGE_HSM","features":[311]},{"name":"IO_REPARSE_TAG_INTERCOPE_HSM","features":[311]},{"name":"IO_REPARSE_TAG_ITSTATION","features":[311]},{"name":"IO_REPARSE_TAG_KOM_NETWORKS_HSM","features":[311]},{"name":"IO_REPARSE_TAG_LX_BLK","features":[311]},{"name":"IO_REPARSE_TAG_LX_CHR","features":[311]},{"name":"IO_REPARSE_TAG_LX_FIFO","features":[311]},{"name":"IO_REPARSE_TAG_LX_SYMLINK","features":[311]},{"name":"IO_REPARSE_TAG_MAGINATICS_RDR","features":[311]},{"name":"IO_REPARSE_TAG_MAXISCALE_HSM","features":[311]},{"name":"IO_REPARSE_TAG_MEMORY_TECH_HSM","features":[311]},{"name":"IO_REPARSE_TAG_MIMOSA_HSM","features":[311]},{"name":"IO_REPARSE_TAG_MOONWALK_HSM","features":[311]},{"name":"IO_REPARSE_TAG_MTALOS","features":[311]},{"name":"IO_REPARSE_TAG_NEUSHIELD","features":[311]},{"name":"IO_REPARSE_TAG_NEXSAN_HSM","features":[311]},{"name":"IO_REPARSE_TAG_NIPPON_HSM","features":[311]},{"name":"IO_REPARSE_TAG_NVIDIA_UNIONFS","features":[311]},{"name":"IO_REPARSE_TAG_OPENAFS_DFS","features":[311]},{"name":"IO_REPARSE_TAG_OSR_SAMPLE","features":[311]},{"name":"IO_REPARSE_TAG_OVERTONE","features":[311]},{"name":"IO_REPARSE_TAG_POINTSOFT_HSM","features":[311]},{"name":"IO_REPARSE_TAG_QI_TECH_HSM","features":[311]},{"name":"IO_REPARSE_TAG_QUADDRA_HSM","features":[311]},{"name":"IO_REPARSE_TAG_QUEST_HSM","features":[311]},{"name":"IO_REPARSE_TAG_REDSTOR_HSM","features":[311]},{"name":"IO_REPARSE_TAG_RIVERBED_HSM","features":[311]},{"name":"IO_REPARSE_TAG_SER_HSM","features":[311]},{"name":"IO_REPARSE_TAG_SHX_BACKUP","features":[311]},{"name":"IO_REPARSE_TAG_SOLUTIONSOFT","features":[311]},{"name":"IO_REPARSE_TAG_SONY_HSM","features":[311]},{"name":"IO_REPARSE_TAG_SPHARSOFT","features":[311]},{"name":"IO_REPARSE_TAG_SYMANTEC_HSM","features":[311]},{"name":"IO_REPARSE_TAG_SYMANTEC_HSM2","features":[311]},{"name":"IO_REPARSE_TAG_TSINGHUA_UNIVERSITY_RESEARCH","features":[311]},{"name":"IO_REPARSE_TAG_UTIXO_HSM","features":[311]},{"name":"IO_REPARSE_TAG_VALID_VALUES","features":[311]},{"name":"IO_REPARSE_TAG_VMWARE_PM","features":[311]},{"name":"IO_REPARSE_TAG_WATERFORD","features":[311]},{"name":"IO_REPARSE_TAG_WISDATA_HSM","features":[311]},{"name":"IO_REPARSE_TAG_ZLTI_HSM","features":[311]},{"name":"IO_STOP_ON_SYMLINK","features":[311]},{"name":"IO_STOP_ON_SYMLINK_FILTER_ECP_v0","features":[311]},{"name":"IoAcquireVpbSpinLock","features":[311]},{"name":"IoApplyPriorityInfoThread","features":[308,311,307]},{"name":"IoCheckDesiredAccess","features":[311,307]},{"name":"IoCheckEaBufferValidity","features":[311,307]},{"name":"IoCheckFunctionAccess","features":[311,307]},{"name":"IoCheckQuerySetFileInformation","features":[311,307]},{"name":"IoCheckQuerySetVolumeInformation","features":[311,307]},{"name":"IoCheckQuotaBufferValidity","features":[311,307,310]},{"name":"IoClearFsTrackOffsetState","features":[308,311,309,307,310,312,313,314]},{"name":"IoCreateStreamFileObject","features":[308,311,309,307,310,312,313,314]},{"name":"IoCreateStreamFileObjectEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoCreateStreamFileObjectEx2","features":[308,311,309,307,310,312,313,314]},{"name":"IoCreateStreamFileObjectLite","features":[308,311,309,307,310,312,313,314]},{"name":"IoEnumerateDeviceObjectList","features":[308,311,309,307,310,312,313,314]},{"name":"IoEnumerateRegisteredFiltersList","features":[308,311,309,307,310,312,313,314]},{"name":"IoFastQueryNetworkAttributes","features":[308,311,307,312]},{"name":"IoGetAttachedDevice","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetBaseFileSystemDeviceObject","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetDeviceAttachmentBaseRef","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetDeviceToVerify","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetDiskDeviceObject","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetFsTrackOffsetState","features":[308,311,309,307,310,312,327,313,314]},{"name":"IoGetLowerDeviceObject","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetOplockKeyContext","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetOplockKeyContextEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetRequestorProcess","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetRequestorProcessId","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetRequestorSessionId","features":[308,311,309,307,310,312,313,314]},{"name":"IoIrpHasFsTrackOffsetExtensionType","features":[308,311,309,307,310,312,313,314]},{"name":"IoIsOperationSynchronous","features":[308,311,309,307,310,312,313,314]},{"name":"IoIsSystemThread","features":[308,311,307]},{"name":"IoIsValidNameGraftingBuffer","features":[308,311,309,307,310,312,313,314]},{"name":"IoPageRead","features":[308,311,309,307,310,312,313,314]},{"name":"IoQueryFileDosDeviceName","features":[308,311,309,307,310,312,313,314]},{"name":"IoQueryFileInformation","features":[308,311,309,307,310,312,313,314]},{"name":"IoQueryVolumeInformation","features":[308,311,309,307,310,312,313,314]},{"name":"IoQueueThreadIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoRegisterFileSystem","features":[308,311,309,307,310,312,313,314]},{"name":"IoRegisterFsRegistrationChange","features":[308,311,309,307,310,312,313,314]},{"name":"IoRegisterFsRegistrationChangeMountAware","features":[308,311,309,307,310,312,313,314]},{"name":"IoReleaseVpbSpinLock","features":[311]},{"name":"IoReplaceFileObjectName","features":[308,311,309,307,310,312,313,314]},{"name":"IoRequestDeviceRemovalForReset","features":[308,311,309,307,310,312,313,314]},{"name":"IoRetrievePriorityInfo","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetDeviceToVerify","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetFsTrackOffsetState","features":[308,311,309,307,310,312,327,313,314]},{"name":"IoSetInformation","features":[308,311,309,307,310,312,313,314]},{"name":"IoSynchronousPageWrite","features":[308,311,309,307,310,312,313,314]},{"name":"IoThreadToProcess","features":[308,311]},{"name":"IoUnregisterFileSystem","features":[308,311,309,307,310,312,313,314]},{"name":"IoUnregisterFsRegistrationChange","features":[308,311,309,307,310,312,313,314]},{"name":"IoVerifyVolume","features":[308,311,309,307,310,312,313,314]},{"name":"KAPC_STATE","features":[311,307,313]},{"name":"KeAcquireQueuedSpinLock","features":[308,311]},{"name":"KeAcquireSpinLockRaiseToSynch","features":[311]},{"name":"KeAttachProcess","features":[308,311]},{"name":"KeDetachProcess","features":[311]},{"name":"KeInitializeMutant","features":[308,311,307,313]},{"name":"KeInitializeQueue","features":[308,311,307,313]},{"name":"KeInsertHeadQueue","features":[308,311,307,313]},{"name":"KeInsertQueue","features":[308,311,307,313]},{"name":"KeReadStateMutant","features":[308,311,307,313]},{"name":"KeReadStateQueue","features":[308,311,307,313]},{"name":"KeReleaseMutant","features":[308,311,307,313]},{"name":"KeReleaseQueuedSpinLock","features":[308,311]},{"name":"KeRemoveQueue","features":[308,311,307,313]},{"name":"KeRemoveQueueEx","features":[308,311,307,313]},{"name":"KeRundownQueue","features":[308,311,307,313]},{"name":"KeSetIdealProcessorThread","features":[308,311]},{"name":"KeSetKernelStackSwapEnable","features":[311,307]},{"name":"KeStackAttachProcess","features":[308,311,307,313]},{"name":"KeTryToAcquireQueuedSpinLock","features":[308,311]},{"name":"KeUnstackDetachProcess","features":[311,307,313]},{"name":"KnownFolderDesktop","features":[311]},{"name":"KnownFolderDocuments","features":[311]},{"name":"KnownFolderDownloads","features":[311]},{"name":"KnownFolderMax","features":[311]},{"name":"KnownFolderMusic","features":[311]},{"name":"KnownFolderNone","features":[311]},{"name":"KnownFolderOther","features":[311]},{"name":"KnownFolderPictures","features":[311]},{"name":"KnownFolderVideos","features":[311]},{"name":"LARGE_MCB","features":[308,311,307,313]},{"name":"LCN_CHECKSUM_VALID","features":[311]},{"name":"LCN_WEAK_REFERENCE_BUFFER","features":[311]},{"name":"LCN_WEAK_REFERENCE_CREATE_INPUT_BUFFER","features":[311]},{"name":"LCN_WEAK_REFERENCE_VALID","features":[311]},{"name":"LINK_TRACKING_INFORMATION","features":[311]},{"name":"LINK_TRACKING_INFORMATION_TYPE","features":[311]},{"name":"LX_FILE_CASE_SENSITIVE_DIR","features":[311]},{"name":"LX_FILE_METADATA_DEVICE_ID_EA_NAME","features":[311]},{"name":"LX_FILE_METADATA_GID_EA_NAME","features":[311]},{"name":"LX_FILE_METADATA_HAS_DEVICE_ID","features":[311]},{"name":"LX_FILE_METADATA_HAS_GID","features":[311]},{"name":"LX_FILE_METADATA_HAS_MODE","features":[311]},{"name":"LX_FILE_METADATA_HAS_UID","features":[311]},{"name":"LX_FILE_METADATA_MODE_EA_NAME","features":[311]},{"name":"LX_FILE_METADATA_UID_EA_NAME","features":[311]},{"name":"LessThan","features":[311]},{"name":"MAP_DISABLE_PAGEFAULT_CLUSTERING","features":[311]},{"name":"MAP_HIGH_PRIORITY","features":[311]},{"name":"MAP_NO_READ","features":[311]},{"name":"MAP_WAIT","features":[311]},{"name":"MAXIMUM_LEADBYTES","features":[311]},{"name":"MAX_UNICODE_STACK_BUFFER_LENGTH","features":[311]},{"name":"MCB","features":[308,311,307,313]},{"name":"MCB_FLAG_RAISE_ON_ALLOCATION_FAILURE","features":[311]},{"name":"MEMORY_INFORMATION_CLASS","features":[311]},{"name":"MEMORY_RANGE_ENTRY","features":[311]},{"name":"MFT_ENUM_DATA","features":[311]},{"name":"MMFLUSH_TYPE","features":[311]},{"name":"MM_FORCE_CLOSED_DATA","features":[311]},{"name":"MM_FORCE_CLOSED_IMAGE","features":[311]},{"name":"MM_FORCE_CLOSED_LATER_OK","features":[311]},{"name":"MM_IS_FILE_SECTION_ACTIVE_DATA","features":[311]},{"name":"MM_IS_FILE_SECTION_ACTIVE_IMAGE","features":[311]},{"name":"MM_IS_FILE_SECTION_ACTIVE_USER","features":[311]},{"name":"MM_PREFETCH_FLAGS","features":[311]},{"name":"MSV1_0_AVID","features":[311]},{"name":"MSV1_0_ENUMUSERS_REQUEST","features":[311,328]},{"name":"MSV1_0_ENUMUSERS_RESPONSE","features":[311,307,328]},{"name":"MSV1_0_GETCHALLENRESP_REQUEST","features":[311,307,328]},{"name":"MSV1_0_GETCHALLENRESP_REQUEST_V1","features":[311,307,328]},{"name":"MSV1_0_GETCHALLENRESP_RESPONSE","features":[311,307,328,313]},{"name":"MSV1_0_GETUSERINFO_REQUEST","features":[311,307,328]},{"name":"MSV1_0_GETUSERINFO_RESPONSE","features":[311,307,328]},{"name":"MSV1_0_LM20_CHALLENGE_REQUEST","features":[311,328]},{"name":"MSV1_0_LM20_CHALLENGE_RESPONSE","features":[311,328]},{"name":"MakeSignature","features":[311]},{"name":"MapSecurityError","features":[311,307]},{"name":"MemoryBasicInformation","features":[311]},{"name":"MemoryType64KPage","features":[311]},{"name":"MemoryTypeCustom","features":[311]},{"name":"MemoryTypeHugePage","features":[311]},{"name":"MemoryTypeLargePage","features":[311]},{"name":"MemoryTypeMax","features":[311]},{"name":"MemoryTypeNonPaged","features":[311]},{"name":"MemoryTypePaged","features":[311]},{"name":"MmCanFileBeTruncated","features":[308,311,307]},{"name":"MmDoesFileHaveUserWritableReferences","features":[308,311]},{"name":"MmFlushForDelete","features":[311]},{"name":"MmFlushForWrite","features":[311]},{"name":"MmFlushImageSection","features":[308,311,307]},{"name":"MmForceSectionClosed","features":[308,311,307]},{"name":"MmForceSectionClosedEx","features":[308,311,307]},{"name":"MmGetMaximumFileSectionSize","features":[311]},{"name":"MmIsFileSectionActive","features":[308,311,307]},{"name":"MmIsRecursiveIoFault","features":[311,307]},{"name":"MmMdlPagesAreZero","features":[308,311]},{"name":"MmPrefetchPages","features":[308,311,309,307,310,326,312,313,314]},{"name":"MmSetAddressRangeModified","features":[311,307]},{"name":"MsvAvChannelBindings","features":[311]},{"name":"MsvAvDnsComputerName","features":[311]},{"name":"MsvAvDnsDomainName","features":[311]},{"name":"MsvAvDnsTreeName","features":[311]},{"name":"MsvAvEOL","features":[311]},{"name":"MsvAvFlags","features":[311]},{"name":"MsvAvNbComputerName","features":[311]},{"name":"MsvAvNbDomainName","features":[311]},{"name":"MsvAvRestrictions","features":[311]},{"name":"MsvAvTargetName","features":[311]},{"name":"MsvAvTimestamp","features":[311]},{"name":"NETWORK_APP_INSTANCE_ECP_CONTEXT","features":[311]},{"name":"NETWORK_APP_INSTANCE_VERSION_ECP_CONTEXT","features":[311]},{"name":"NETWORK_OPEN_ECP_CONTEXT","features":[311]},{"name":"NETWORK_OPEN_ECP_CONTEXT_V0","features":[311]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_HANDLE_COLLAPSING","features":[311]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_HANDLE_DURABILITY","features":[311]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_OPLOCKS","features":[311]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_FORCE_BUFFERED_SYNCHRONOUS_IO_HACK","features":[311]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_FORCE_MAX_EOF_HACK","features":[311]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_REQ_MUTUAL_AUTH","features":[311]},{"name":"NETWORK_OPEN_ECP_OUT_FLAG_RET_MUTUAL_AUTH","features":[311]},{"name":"NETWORK_OPEN_INTEGRITY_QUALIFIER","features":[311]},{"name":"NETWORK_OPEN_LOCATION_QUALIFIER","features":[311]},{"name":"NFS_OPEN_ECP_CONTEXT","features":[311,307,320]},{"name":"NLSTABLEINFO","features":[311]},{"name":"NO_8DOT3_NAME_PRESENT","features":[311]},{"name":"NTCREATEFILE_CREATE_DISPOSITION","features":[311]},{"name":"NTCREATEFILE_CREATE_OPTIONS","features":[311]},{"name":"NetworkOpenIntegrityAny","features":[311]},{"name":"NetworkOpenIntegrityEncrypted","features":[311]},{"name":"NetworkOpenIntegrityMaximum","features":[311]},{"name":"NetworkOpenIntegrityNone","features":[311]},{"name":"NetworkOpenIntegritySigned","features":[311]},{"name":"NetworkOpenLocationAny","features":[311]},{"name":"NetworkOpenLocationLoopback","features":[311]},{"name":"NetworkOpenLocationRemote","features":[311]},{"name":"NotifyTypeCreate","features":[311]},{"name":"NotifyTypeRetired","features":[311]},{"name":"NtAccessCheckAndAuditAlarm","features":[311,307,310]},{"name":"NtAccessCheckByTypeAndAuditAlarm","features":[311,307,310]},{"name":"NtAccessCheckByTypeResultListAndAuditAlarm","features":[311,307,310]},{"name":"NtAccessCheckByTypeResultListAndAuditAlarmByHandle","features":[311,307,310]},{"name":"NtAdjustGroupsToken","features":[311,307,310]},{"name":"NtAdjustPrivilegesToken","features":[311,307,310]},{"name":"NtAllocateVirtualMemory","features":[311,307]},{"name":"NtAllocateVirtualMemoryEx","features":[311,307,325]},{"name":"NtCancelIoFileEx","features":[311,307,312]},{"name":"NtCloseObjectAuditAlarm","features":[311,307]},{"name":"NtCreateDirectoryObject","features":[308,311,307]},{"name":"NtCreateEvent","features":[308,311,307,313]},{"name":"NtCreateFile","features":[308,311,307,326,312]},{"name":"NtCreateSection","features":[308,311,307]},{"name":"NtCreateSectionEx","features":[308,311,307,325]},{"name":"NtDeleteFile","features":[308,311,307]},{"name":"NtDeleteObjectAuditAlarm","features":[311,307]},{"name":"NtDuplicateObject","features":[311,307]},{"name":"NtDuplicateToken","features":[308,311,307,310]},{"name":"NtFilterToken","features":[311,307,310]},{"name":"NtFlushBuffersFile","features":[311,307,312]},{"name":"NtFlushBuffersFileEx","features":[311,307,312]},{"name":"NtFlushVirtualMemory","features":[311,307,312]},{"name":"NtFreeVirtualMemory","features":[311,307]},{"name":"NtFsControlFile","features":[311,307,312]},{"name":"NtImpersonateAnonymousToken","features":[311,307]},{"name":"NtLockFile","features":[311,307,312]},{"name":"NtNotifyChangeKey","features":[311,307,312]},{"name":"NtOpenDirectoryObject","features":[308,311,307]},{"name":"NtOpenFile","features":[308,311,307,312]},{"name":"NtOpenObjectAuditAlarm","features":[311,307,310]},{"name":"NtOpenProcessToken","features":[311,307]},{"name":"NtOpenProcessTokenEx","features":[311,307]},{"name":"NtOpenSymbolicLinkObject","features":[308,311,307]},{"name":"NtOpenThreadToken","features":[311,307]},{"name":"NtOpenThreadTokenEx","features":[311,307]},{"name":"NtPrivilegeCheck","features":[311,307,310]},{"name":"NtPrivilegeObjectAuditAlarm","features":[311,307,310]},{"name":"NtPrivilegedServiceAuditAlarm","features":[311,307,310]},{"name":"NtQueryDirectoryFile","features":[311,307,312]},{"name":"NtQueryDirectoryFileEx","features":[311,307,312]},{"name":"NtQueryDirectoryObject","features":[311,307]},{"name":"NtQueryEaFile","features":[311,307,312]},{"name":"NtQueryFullAttributesFile","features":[308,311,307]},{"name":"NtQueryInformationByName","features":[308,311,307,312]},{"name":"NtQueryInformationFile","features":[311,307,312]},{"name":"NtQueryInformationToken","features":[311,307,310]},{"name":"NtQueryQuotaInformationFile","features":[311,307,310,312]},{"name":"NtQuerySecurityObject","features":[311,307,310]},{"name":"NtQuerySymbolicLinkObject","features":[311,307]},{"name":"NtQueryVirtualMemory","features":[311,307]},{"name":"NtQueryVolumeInformationFile","features":[311,307,312]},{"name":"NtReadFile","features":[311,307,312]},{"name":"NtSetEaFile","features":[311,307,312]},{"name":"NtSetEvent","features":[311,307]},{"name":"NtSetInformationFile","features":[311,307,312]},{"name":"NtSetInformationToken","features":[311,307,310]},{"name":"NtSetInformationVirtualMemory","features":[311,307]},{"name":"NtSetQuotaInformationFile","features":[311,307,312]},{"name":"NtSetSecurityObject","features":[311,307,310]},{"name":"NtSetVolumeInformationFile","features":[311,307,312]},{"name":"NtUnlockFile","features":[311,307,312]},{"name":"NtWriteFile","features":[311,307,312]},{"name":"NtfsLinkTrackingInformation","features":[311]},{"name":"OPEN_REPARSE_LIST","features":[311,313]},{"name":"OPEN_REPARSE_LIST_ENTRY","features":[311,313]},{"name":"OPEN_REPARSE_POINT_OVERRIDE_CREATE_OPTION","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_ALWAYS","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_CHILD_EXISTS","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_CHILD_NOT_EXISTS","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_DIRECTORY_FINAL_COMPONENT","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_DIRECTORY_FINAL_COMPONENT_ALWAYS","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_FINAL_COMPONENT","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_FINAL_COMPONENT_ALWAYS","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_FINAL_COMPONENT","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_FINAL_COMPONENT_ALWAYS","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_NON_FINAL_COMPONENT","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_NON_FINAL_COMPONENT_ALWAYS","features":[311]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_FINAL_COMPONENT","features":[311]},{"name":"OPEN_REPARSE_POINT_RETURN_REPARSE_DATA_BUFFER","features":[311]},{"name":"OPEN_REPARSE_POINT_TAG_ENCOUNTERED","features":[311]},{"name":"OPEN_REPARSE_POINT_VERSION_EX","features":[311]},{"name":"OPLOCK_FLAG_BACK_OUT_ATOMIC_OPLOCK","features":[311]},{"name":"OPLOCK_FLAG_BREAKING_FOR_SHARING_VIOLATION","features":[311]},{"name":"OPLOCK_FLAG_CLOSING_DELETE_ON_CLOSE","features":[311]},{"name":"OPLOCK_FLAG_COMPLETE_IF_OPLOCKED","features":[311]},{"name":"OPLOCK_FLAG_IGNORE_OPLOCK_KEYS","features":[311]},{"name":"OPLOCK_FLAG_OPLOCK_KEY_CHECK_ONLY","features":[311]},{"name":"OPLOCK_FLAG_PARENT_OBJECT","features":[311]},{"name":"OPLOCK_FLAG_REMOVING_FILE_OR_LINK","features":[311]},{"name":"OPLOCK_FSCTRL_FLAG_ALL_KEYS_MATCH","features":[311]},{"name":"OPLOCK_KEY_CONTEXT","features":[311]},{"name":"OPLOCK_KEY_ECP_CONTEXT","features":[311]},{"name":"OPLOCK_NOTIFY_BREAK_WAIT_INTERIM_TIMEOUT","features":[311]},{"name":"OPLOCK_NOTIFY_BREAK_WAIT_TERMINATED","features":[311]},{"name":"OPLOCK_NOTIFY_PARAMS","features":[308,311,309,307,310,312,313,314]},{"name":"OPLOCK_NOTIFY_REASON","features":[311]},{"name":"OPLOCK_UPPER_FLAG_CHECK_NO_BREAK","features":[311]},{"name":"OPLOCK_UPPER_FLAG_NOTIFY_REFRESH_READ","features":[311]},{"name":"ObInsertObject","features":[308,311,309,307,310]},{"name":"ObIsKernelHandle","features":[311,307]},{"name":"ObMakeTemporaryObject","features":[311]},{"name":"ObOpenObjectByPointer","features":[308,311,309,307,310]},{"name":"ObOpenObjectByPointerWithTag","features":[308,311,309,307,310]},{"name":"ObQueryNameString","features":[308,311,307]},{"name":"ObQueryObjectAuditingByHandle","features":[311,307]},{"name":"PACQUIRE_FOR_LAZY_WRITE","features":[311,307]},{"name":"PACQUIRE_FOR_LAZY_WRITE_EX","features":[311,307]},{"name":"PACQUIRE_FOR_READ_AHEAD","features":[311,307]},{"name":"PALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK","features":[311,307]},{"name":"PASYNC_READ_COMPLETION_CALLBACK","features":[311,307]},{"name":"PCC_POST_DEFERRED_WRITE","features":[311]},{"name":"PCHECK_FOR_TRAVERSE_ACCESS","features":[308,311,307,310]},{"name":"PCOMPLETE_LOCK_IRP_ROUTINE","features":[308,311,309,307,310,312,313,314]},{"name":"PDIRTY_PAGE_ROUTINE","features":[308,311,309,307,310,312,313,314]},{"name":"PFILTER_REPORT_CHANGE","features":[311,307]},{"name":"PFLUSH_TO_LSN","features":[311]},{"name":"PFN_FSRTLTEARDOWNPERSTREAMCONTEXTS","features":[308,311,307,313]},{"name":"PFREE_VIRTUAL_MEMORY_EX_CALLBACK","features":[311,307]},{"name":"PFSRTL_EXTRA_CREATE_PARAMETER_CLEANUP_CALLBACK","features":[311]},{"name":"PFSRTL_STACK_OVERFLOW_ROUTINE","features":[308,311,307,313]},{"name":"PFS_FILTER_CALLBACK","features":[308,311,309,307,310,312,313,314]},{"name":"PFS_FILTER_COMPLETION_CALLBACK","features":[308,311,309,307,310,312,313,314]},{"name":"PHYSICAL_EXTENTS_DESCRIPTOR","features":[311]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR","features":[311]},{"name":"PHYSICAL_MEMORY_RUN","features":[311]},{"name":"PIN_CALLER_TRACKS_DIRTY_DATA","features":[311]},{"name":"PIN_EXCLUSIVE","features":[311]},{"name":"PIN_HIGH_PRIORITY","features":[311]},{"name":"PIN_IF_BCB","features":[311]},{"name":"PIN_NO_READ","features":[311]},{"name":"PIN_VERIFY_REQUIRED","features":[311]},{"name":"PIN_WAIT","features":[311]},{"name":"POLICY_AUDIT_SUBCATEGORY_COUNT","features":[311]},{"name":"POPLOCK_FS_PREPOST_IRP","features":[308,311,309,307,310,312,313,314]},{"name":"POPLOCK_NOTIFY_ROUTINE","features":[308,311,309,307,310,312,313,314]},{"name":"POPLOCK_WAIT_COMPLETE_ROUTINE","features":[308,311,309,307,310,312,313,314]},{"name":"PO_CB_AC_STATUS","features":[311]},{"name":"PO_CB_BUTTON_COLLISION","features":[311]},{"name":"PO_CB_LID_SWITCH_STATE","features":[311]},{"name":"PO_CB_PROCESSOR_POWER_POLICY","features":[311]},{"name":"PO_CB_SYSTEM_POWER_POLICY","features":[311]},{"name":"PO_CB_SYSTEM_STATE_LOCK","features":[311]},{"name":"PQUERY_LOG_USAGE","features":[311]},{"name":"PQUERY_VIRTUAL_MEMORY_CALLBACK","features":[311,307]},{"name":"PREFETCH_OPEN_ECP_CONTEXT","features":[311]},{"name":"PREFIX_TABLE","features":[308,311,313]},{"name":"PREFIX_TABLE_ENTRY","features":[308,311,313]},{"name":"PRELEASE_FROM_LAZY_WRITE","features":[311]},{"name":"PRELEASE_FROM_READ_AHEAD","features":[311]},{"name":"PRTL_ALLOCATE_STRING_ROUTINE","features":[311]},{"name":"PRTL_FREE_STRING_ROUTINE","features":[311]},{"name":"PRTL_HEAP_COMMIT_ROUTINE","features":[311,307]},{"name":"PRTL_REALLOCATE_STRING_ROUTINE","features":[311]},{"name":"PSE_LOGON_SESSION_TERMINATED_ROUTINE","features":[311,307]},{"name":"PSE_LOGON_SESSION_TERMINATED_ROUTINE_EX","features":[311,307]},{"name":"PSMP_MAXIMUM_SYSAPP_CLAIM_VALUES","features":[311]},{"name":"PSMP_MINIMUM_SYSAPP_CLAIM_VALUES","features":[311]},{"name":"PUBLIC_BCB","features":[311]},{"name":"PUNLOCK_ROUTINE","features":[308,311,309,307,310,312,313,314]},{"name":"PURGE_WITH_ACTIVE_VIEWS","features":[311]},{"name":"PfxFindPrefix","features":[308,311,313]},{"name":"PfxInitialize","features":[308,311,313]},{"name":"PfxInsertPrefix","features":[308,311,307,313]},{"name":"PfxRemovePrefix","features":[308,311,313]},{"name":"PoQueueShutdownWorkItem","features":[308,311,307,313]},{"name":"PsAssignImpersonationToken","features":[308,311,307]},{"name":"PsChargePoolQuota","features":[308,311]},{"name":"PsChargeProcessPoolQuota","features":[308,311,307]},{"name":"PsDereferenceImpersonationToken","features":[311]},{"name":"PsDereferencePrimaryToken","features":[311]},{"name":"PsDisableImpersonation","features":[308,311,307,310]},{"name":"PsGetProcessExitTime","features":[311]},{"name":"PsGetThreadProcess","features":[308,311]},{"name":"PsImpersonateClient","features":[308,311,307,310]},{"name":"PsIsDiskCountersEnabled","features":[311,307]},{"name":"PsIsSystemThread","features":[308,311,307]},{"name":"PsIsThreadTerminating","features":[308,311,307]},{"name":"PsLookupProcessByProcessId","features":[308,311,307]},{"name":"PsLookupThreadByThreadId","features":[308,311,307]},{"name":"PsReferenceImpersonationToken","features":[308,311,307,310]},{"name":"PsReferencePrimaryToken","features":[308,311]},{"name":"PsRestoreImpersonation","features":[308,311,307,310]},{"name":"PsReturnPoolQuota","features":[308,311]},{"name":"PsRevertToSelf","features":[311]},{"name":"PsUpdateDiskCounters","features":[308,311]},{"name":"QUERY_BAD_RANGES_INPUT","features":[311,327]},{"name":"QUERY_DIRECT_ACCESS_DATA_EXTENTS","features":[311]},{"name":"QUERY_DIRECT_ACCESS_EXTENTS","features":[311]},{"name":"QUERY_DIRECT_ACCESS_IMAGE_EXTENTS","features":[311]},{"name":"QUERY_ON_CREATE_EA_INFORMATION","features":[311]},{"name":"QUERY_ON_CREATE_ECP_CONTEXT","features":[311]},{"name":"QUERY_ON_CREATE_FILE_LX_INFORMATION","features":[311]},{"name":"QUERY_ON_CREATE_FILE_STAT_INFORMATION","features":[311]},{"name":"QUERY_PATH_REQUEST","features":[308,311,309,307,310]},{"name":"QUERY_PATH_REQUEST_EX","features":[308,311,309,307,310]},{"name":"QUERY_PATH_RESPONSE","features":[311]},{"name":"QUERY_VIRTUAL_MEMORY_CALLBACK","features":[311,307]},{"name":"QoCFileEaInformation","features":[311]},{"name":"QoCFileLxInformation","features":[311]},{"name":"QoCFileStatInformation","features":[311]},{"name":"QuerySecurityContextToken","features":[311]},{"name":"READ_AHEAD_PARAMETERS","features":[311]},{"name":"READ_LIST","features":[308,311,309,307,310,326,312,313,314]},{"name":"READ_USN_JOURNAL_DATA","features":[311]},{"name":"REFS_COMPRESSION_FORMATS","features":[311]},{"name":"REFS_COMPRESSION_FORMAT_LZ4","features":[311]},{"name":"REFS_COMPRESSION_FORMAT_MAX","features":[311]},{"name":"REFS_COMPRESSION_FORMAT_UNCOMPRESSED","features":[311]},{"name":"REFS_COMPRESSION_FORMAT_ZSTD","features":[311]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR","features":[311]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_CAA","features":[311]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_MAA","features":[311]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_NONE","features":[311]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_SAA","features":[311]},{"name":"REFS_DEALLOCATE_RANGES_INPUT_BUFFER","features":[311]},{"name":"REFS_DEALLOCATE_RANGES_INPUT_BUFFER_EX","features":[311]},{"name":"REFS_DEALLOCATE_RANGES_RANGE","features":[311]},{"name":"REFS_QUERY_VOLUME_COMPRESSION_INFO_OUTPUT_BUFFER","features":[311]},{"name":"REFS_QUERY_VOLUME_DEDUP_INFO_OUTPUT_BUFFER","features":[311,307]},{"name":"REFS_REMOVE_HARDLINK_BACKPOINTER","features":[311]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAGS","features":[311]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAG_COMPRESS_SYNC","features":[311]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAG_MAX","features":[311]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_INPUT_BUFFER","features":[311]},{"name":"REFS_SET_VOLUME_DEDUP_INFO_INPUT_BUFFER","features":[311,307]},{"name":"REFS_STREAM_EXTENT","features":[311]},{"name":"REFS_STREAM_EXTENT_PROPERTY_CRC32","features":[311]},{"name":"REFS_STREAM_EXTENT_PROPERTY_CRC64","features":[311]},{"name":"REFS_STREAM_EXTENT_PROPERTY_GHOSTED","features":[311]},{"name":"REFS_STREAM_EXTENT_PROPERTY_READONLY","features":[311]},{"name":"REFS_STREAM_EXTENT_PROPERTY_SPARSE","features":[311]},{"name":"REFS_STREAM_EXTENT_PROPERTY_STREAM_RESERVED","features":[311]},{"name":"REFS_STREAM_EXTENT_PROPERTY_VALID","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_LIST_OUTPUT_BUFFER","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_LIST_OUTPUT_BUFFER_ENTRY","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_MANAGEMENT_INPUT_BUFFER","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_CLEAR_SHADOW_BTREE","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_CREATE","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_INVALID","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_LIST","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_MAX","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_QUERY_DELTAS","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_REVERT","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_SET_SHADOW_BTREE","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_QUERY_DELTAS_INPUT_BUFFER","features":[311]},{"name":"REFS_STREAM_SNAPSHOT_QUERY_DELTAS_OUTPUT_BUFFER","features":[311]},{"name":"REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER","features":[311,307]},{"name":"REFS_VOLUME_DATA_BUFFER","features":[311]},{"name":"REMOTE_LINK_TRACKING_INFORMATION","features":[311]},{"name":"REMOTE_PROTOCOL_FLAG_INTEGRITY","features":[311]},{"name":"REMOTE_PROTOCOL_FLAG_LOOPBACK","features":[311]},{"name":"REMOTE_PROTOCOL_FLAG_MUTUAL_AUTH","features":[311]},{"name":"REMOTE_PROTOCOL_FLAG_OFFLINE","features":[311]},{"name":"REMOTE_PROTOCOL_FLAG_PERSISTENT_HANDLE","features":[311]},{"name":"REMOTE_PROTOCOL_FLAG_PRIVACY","features":[311]},{"name":"REMOVED_8DOT3_NAME","features":[311]},{"name":"REPARSE_DATA_BUFFER","features":[311]},{"name":"REPARSE_DATA_BUFFER_EX","features":[311,326]},{"name":"REPARSE_DATA_EX_FLAG_GIVEN_TAG_OR_NONE","features":[311]},{"name":"REPARSE_INDEX_KEY","features":[311]},{"name":"RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER","features":[311]},{"name":"RETURN_NON_NT_USER_SESSION_KEY","features":[311]},{"name":"RETURN_PRIMARY_LOGON_DOMAINNAME","features":[311]},{"name":"RETURN_PRIMARY_USERNAME","features":[311]},{"name":"RETURN_RESERVED_PARAMETER","features":[311]},{"name":"RKF_BYPASS_ECP_CONTEXT","features":[311]},{"name":"RPI_SMB2_SERVERCAP_DFS","features":[311]},{"name":"RPI_SMB2_SERVERCAP_DIRECTORY_LEASING","features":[311]},{"name":"RPI_SMB2_SERVERCAP_ENCRYPTION_AWARE","features":[311]},{"name":"RPI_SMB2_SERVERCAP_LARGEMTU","features":[311]},{"name":"RPI_SMB2_SERVERCAP_LEASING","features":[311]},{"name":"RPI_SMB2_SERVERCAP_MULTICHANNEL","features":[311]},{"name":"RPI_SMB2_SERVERCAP_PERSISTENT_HANDLES","features":[311]},{"name":"RPI_SMB2_SHARECAP_ACCESS_BASED_DIRECTORY_ENUM","features":[311]},{"name":"RPI_SMB2_SHARECAP_ASYMMETRIC_SCALEOUT","features":[311]},{"name":"RPI_SMB2_SHARECAP_CLUSTER","features":[311]},{"name":"RPI_SMB2_SHARECAP_CONTINUOUS_AVAILABILITY","features":[311]},{"name":"RPI_SMB2_SHARECAP_DFS","features":[311]},{"name":"RPI_SMB2_SHARECAP_ENCRYPTED","features":[311]},{"name":"RPI_SMB2_SHARECAP_IDENTITY_REMOTING","features":[311]},{"name":"RPI_SMB2_SHARECAP_SCALEOUT","features":[311]},{"name":"RPI_SMB2_SHARECAP_TIMEWARP","features":[311]},{"name":"RPI_SMB2_SHARETYPE_DISK","features":[311]},{"name":"RPI_SMB2_SHARETYPE_PIPE","features":[311]},{"name":"RPI_SMB2_SHARETYPE_PRINT","features":[311]},{"name":"RTL_ALLOCATE_STRING_ROUTINE","features":[311]},{"name":"RTL_DUPLICATE_UNICODE_STRING_ALLOCATE_NULL_STRING","features":[311]},{"name":"RTL_DUPLICATE_UNICODE_STRING_NULL_TERMINATE","features":[311]},{"name":"RTL_FREE_STRING_ROUTINE","features":[311]},{"name":"RTL_HEAP_COMMIT_ROUTINE","features":[311,307]},{"name":"RTL_HEAP_MEMORY_LIMIT_CURRENT_VERSION","features":[311]},{"name":"RTL_HEAP_MEMORY_LIMIT_DATA","features":[311]},{"name":"RTL_HEAP_MEMORY_LIMIT_INFO","features":[311]},{"name":"RTL_HEAP_PARAMETERS","features":[311,307]},{"name":"RTL_MEMORY_TYPE","features":[311]},{"name":"RTL_NLS_STATE","features":[311]},{"name":"RTL_REALLOCATE_STRING_ROUTINE","features":[311]},{"name":"RTL_SEGMENT_HEAP_MEMORY_SOURCE","features":[311,307]},{"name":"RTL_SEGMENT_HEAP_PARAMETERS","features":[311,307]},{"name":"RTL_SEGMENT_HEAP_VA_CALLBACKS","features":[311,307]},{"name":"RTL_SYSTEM_VOLUME_INFORMATION_FOLDER","features":[311]},{"name":"RtlAbsoluteToSelfRelativeSD","features":[311,307,310]},{"name":"RtlAddAccessAllowedAce","features":[311,307,310]},{"name":"RtlAddAccessAllowedAceEx","features":[311,307,310]},{"name":"RtlAddAce","features":[311,307,310]},{"name":"RtlAllocateAndInitializeSid","features":[311,307,310]},{"name":"RtlAllocateAndInitializeSidEx","features":[311,307,310]},{"name":"RtlAllocateHeap","features":[311]},{"name":"RtlAppendStringToString","features":[311,307,313]},{"name":"RtlCompareAltitudes","features":[311,307]},{"name":"RtlCompareMemoryUlong","features":[311]},{"name":"RtlCompressBuffer","features":[311,307]},{"name":"RtlCompressChunks","features":[311,307]},{"name":"RtlCopyLuid","features":[311,307]},{"name":"RtlCopySid","features":[311,307,310]},{"name":"RtlCreateAcl","features":[311,307,310]},{"name":"RtlCreateHeap","features":[311,307]},{"name":"RtlCreateServiceSid","features":[311,307,310]},{"name":"RtlCreateSystemVolumeInformationFolder","features":[311,307]},{"name":"RtlCreateUnicodeString","features":[311,307]},{"name":"RtlCreateVirtualAccountSid","features":[311,307,310]},{"name":"RtlCustomCPToUnicodeN","features":[311,307]},{"name":"RtlDecompressBuffer","features":[311,307]},{"name":"RtlDecompressBufferEx","features":[311,307]},{"name":"RtlDecompressBufferEx2","features":[311,307]},{"name":"RtlDecompressChunks","features":[311,307]},{"name":"RtlDecompressFragment","features":[311,307]},{"name":"RtlDecompressFragmentEx","features":[311,307]},{"name":"RtlDeleteAce","features":[311,307,310]},{"name":"RtlDescribeChunk","features":[311,307]},{"name":"RtlDestroyHeap","features":[311]},{"name":"RtlDowncaseUnicodeString","features":[311,307]},{"name":"RtlDuplicateUnicodeString","features":[311,307]},{"name":"RtlEqualPrefixSid","features":[311,307,310]},{"name":"RtlEqualSid","features":[311,307,310]},{"name":"RtlFindUnicodePrefix","features":[308,311,307]},{"name":"RtlFreeHeap","features":[311]},{"name":"RtlFreeSid","features":[311,310]},{"name":"RtlGenerate8dot3Name","features":[311,307]},{"name":"RtlGetAce","features":[311,307,310]},{"name":"RtlGetCompressionWorkSpaceSize","features":[311,307]},{"name":"RtlGetDaclSecurityDescriptor","features":[311,307,310]},{"name":"RtlGetGroupSecurityDescriptor","features":[311,307,310]},{"name":"RtlGetOwnerSecurityDescriptor","features":[311,307,310]},{"name":"RtlGetSaclSecurityDescriptor","features":[311,307,310]},{"name":"RtlIdentifierAuthoritySid","features":[311,310]},{"name":"RtlIdnToAscii","features":[311,307]},{"name":"RtlIdnToNameprepUnicode","features":[311,307]},{"name":"RtlIdnToUnicode","features":[311,307]},{"name":"RtlInitCodePageTable","features":[311]},{"name":"RtlInitUnicodeStringEx","features":[311,307]},{"name":"RtlInitializeSid","features":[311,307,310]},{"name":"RtlInitializeSidEx","features":[311,307,310]},{"name":"RtlInitializeUnicodePrefix","features":[308,311,307]},{"name":"RtlInsertUnicodePrefix","features":[308,311,307]},{"name":"RtlIsCloudFilesPlaceholder","features":[311,307]},{"name":"RtlIsNonEmptyDirectoryReparsePointAllowed","features":[311,307]},{"name":"RtlIsNormalizedString","features":[311,307]},{"name":"RtlIsPartialPlaceholder","features":[311,307]},{"name":"RtlIsPartialPlaceholderFileHandle","features":[311,307]},{"name":"RtlIsPartialPlaceholderFileInfo","features":[311,307]},{"name":"RtlIsSandboxedToken","features":[308,311,307,310]},{"name":"RtlIsValidOemCharacter","features":[311,307]},{"name":"RtlLengthRequiredSid","features":[311]},{"name":"RtlLengthSid","features":[311,310]},{"name":"RtlMultiByteToUnicodeN","features":[311,307]},{"name":"RtlMultiByteToUnicodeSize","features":[311,307]},{"name":"RtlNextUnicodePrefix","features":[308,311,307]},{"name":"RtlNormalizeString","features":[311,307]},{"name":"RtlNtStatusToDosErrorNoTeb","features":[311,307]},{"name":"RtlOemStringToCountedUnicodeString","features":[311,307,313]},{"name":"RtlOemStringToUnicodeString","features":[311,307,313]},{"name":"RtlOemToUnicodeN","features":[311,307]},{"name":"RtlPrefixString","features":[311,307,313]},{"name":"RtlQueryPackageIdentity","features":[311,307]},{"name":"RtlQueryPackageIdentityEx","features":[311,307]},{"name":"RtlQueryProcessPlaceholderCompatibilityMode","features":[311]},{"name":"RtlQueryThreadPlaceholderCompatibilityMode","features":[311]},{"name":"RtlRandom","features":[311]},{"name":"RtlRandomEx","features":[311]},{"name":"RtlRemoveUnicodePrefix","features":[308,311,307]},{"name":"RtlReplaceSidInSd","features":[311,307,310]},{"name":"RtlReserveChunk","features":[311,307]},{"name":"RtlSecondsSince1970ToTime","features":[311]},{"name":"RtlSecondsSince1980ToTime","features":[311]},{"name":"RtlSelfRelativeToAbsoluteSD","features":[311,307,310]},{"name":"RtlSetGroupSecurityDescriptor","features":[311,307,310]},{"name":"RtlSetOwnerSecurityDescriptor","features":[311,307,310]},{"name":"RtlSetProcessPlaceholderCompatibilityMode","features":[311]},{"name":"RtlSetThreadPlaceholderCompatibilityMode","features":[311]},{"name":"RtlSubAuthorityCountSid","features":[311,310]},{"name":"RtlSubAuthoritySid","features":[311,310]},{"name":"RtlTimeToSecondsSince1980","features":[311,307]},{"name":"RtlUnicodeStringToCountedOemString","features":[311,307,313]},{"name":"RtlUnicodeToCustomCPN","features":[311,307]},{"name":"RtlUnicodeToMultiByteN","features":[311,307]},{"name":"RtlUnicodeToOemN","features":[311,307]},{"name":"RtlUpcaseUnicodeStringToCountedOemString","features":[311,307,313]},{"name":"RtlUpcaseUnicodeStringToOemString","features":[311,307,313]},{"name":"RtlUpcaseUnicodeToCustomCPN","features":[311,307]},{"name":"RtlUpcaseUnicodeToMultiByteN","features":[311,307]},{"name":"RtlUpcaseUnicodeToOemN","features":[311,307]},{"name":"RtlValidSid","features":[311,307,310]},{"name":"RtlValidateUnicodeString","features":[311,307]},{"name":"RtlxOemStringToUnicodeSize","features":[311,313]},{"name":"RtlxUnicodeStringToOemSize","features":[311,307]},{"name":"SECURITY_ANONYMOUS_LOGON_RID","features":[311]},{"name":"SECURITY_CLIENT_CONTEXT","features":[311,307,310]},{"name":"SEC_APPLICATION_PROTOCOLS","features":[311,328]},{"name":"SEC_DTLS_MTU","features":[311]},{"name":"SEC_FLAGS","features":[311]},{"name":"SEC_NEGOTIATION_INFO","features":[311]},{"name":"SEC_PRESHAREDKEY","features":[311]},{"name":"SEC_SRTP_MASTER_KEY_IDENTIFIER","features":[311]},{"name":"SEGMENT_HEAP_FLG_USE_PAGE_HEAP","features":[311]},{"name":"SEGMENT_HEAP_PARAMETERS_VERSION","features":[311]},{"name":"SEGMENT_HEAP_PARAMS_VALID_FLAGS","features":[311]},{"name":"SEMAPHORE_INCREMENT","features":[311]},{"name":"SET_CACHED_RUNS_STATE_INPUT_BUFFER","features":[311,307]},{"name":"SET_PURGE_FAILURE_MODE_DISABLED","features":[311]},{"name":"SE_AUDIT_INFO","features":[311,307,310]},{"name":"SE_AUDIT_OPERATION","features":[311]},{"name":"SE_BACKUP_PRIVILEGES_CHECKED","features":[311]},{"name":"SE_DACL_UNTRUSTED","features":[311]},{"name":"SE_EXPORTS","features":[311,307,310]},{"name":"SE_LOGON_SESSION_TERMINATED_ROUTINE","features":[311,307]},{"name":"SE_LOGON_SESSION_TERMINATED_ROUTINE_EX","features":[308,311,307]},{"name":"SE_SERVER_SECURITY","features":[311]},{"name":"SPECIAL_ENCRYPTED_OPEN","features":[311]},{"name":"SRV_INSTANCE_TYPE","features":[311]},{"name":"SRV_OPEN_ECP_CONTEXT","features":[311,307,320]},{"name":"SRV_OPEN_ECP_CONTEXT_VERSION_2","features":[311]},{"name":"SUPPORTED_FS_FEATURES_BYPASS_IO","features":[311]},{"name":"SUPPORTED_FS_FEATURES_OFFLOAD_READ","features":[311]},{"name":"SUPPORTED_FS_FEATURES_OFFLOAD_WRITE","features":[311]},{"name":"SUPPORTED_FS_FEATURES_QUERY_OPEN","features":[311]},{"name":"SYMLINK_DIRECTORY","features":[311]},{"name":"SYMLINK_FILE","features":[311]},{"name":"SYMLINK_FLAG_RELATIVE","features":[311]},{"name":"SYMLINK_RESERVED_MASK","features":[311]},{"name":"SYSTEM_PAGE_PRIORITY_BITS","features":[311]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE","features":[311]},{"name":"SeAccessCheckFromState","features":[311,307,310]},{"name":"SeAccessCheckFromStateEx","features":[311,307,310]},{"name":"SeAdjustAccessStateForAccessConstraints","features":[308,311,309,307,310]},{"name":"SeAdjustAccessStateForTrustLabel","features":[308,311,309,307,310]},{"name":"SeAdjustObjectSecurity","features":[308,311,307,310]},{"name":"SeAppendPrivileges","features":[308,311,309,307,310]},{"name":"SeAuditFipsCryptoSelftests","features":[311,307]},{"name":"SeAuditHardLinkCreation","features":[311,307]},{"name":"SeAuditHardLinkCreationWithTransaction","features":[311,307]},{"name":"SeAuditTransactionStateChange","features":[311]},{"name":"SeAuditingAnyFileEventsWithContext","features":[308,311,307,310]},{"name":"SeAuditingAnyFileEventsWithContextEx","features":[308,311,307,310]},{"name":"SeAuditingFileEvents","features":[311,307,310]},{"name":"SeAuditingFileEventsWithContext","features":[308,311,307,310]},{"name":"SeAuditingFileEventsWithContextEx","features":[308,311,307,310]},{"name":"SeAuditingFileOrGlobalEvents","features":[308,311,307,310]},{"name":"SeAuditingHardLinkEvents","features":[311,307,310]},{"name":"SeAuditingHardLinkEventsWithContext","features":[308,311,307,310]},{"name":"SeCaptureSubjectContextEx","features":[308,311,310]},{"name":"SeCheckForCriticalAceRemoval","features":[308,311,307,310]},{"name":"SeCreateClientSecurity","features":[308,311,307,310]},{"name":"SeCreateClientSecurityFromSubjectContext","features":[308,311,307,310]},{"name":"SeDeleteClientSecurity","features":[311,307,310]},{"name":"SeDeleteObjectAuditAlarm","features":[311,307]},{"name":"SeDeleteObjectAuditAlarmWithTransaction","features":[311,307]},{"name":"SeExamineSacl","features":[311,307,310]},{"name":"SeFilterToken","features":[311,307,310]},{"name":"SeFreePrivileges","features":[311,307,310]},{"name":"SeImpersonateClient","features":[308,311,307,310]},{"name":"SeImpersonateClientEx","features":[308,311,307,310]},{"name":"SeLocateProcessImageName","features":[308,311,307]},{"name":"SeMarkLogonSessionForTerminationNotification","features":[311,307]},{"name":"SeMarkLogonSessionForTerminationNotificationEx","features":[308,311,307]},{"name":"SeOpenObjectAuditAlarm","features":[308,311,309,307,310]},{"name":"SeOpenObjectAuditAlarmWithTransaction","features":[308,311,309,307,310]},{"name":"SeOpenObjectForDeleteAuditAlarm","features":[308,311,309,307,310]},{"name":"SeOpenObjectForDeleteAuditAlarmWithTransaction","features":[308,311,309,307,310]},{"name":"SePrivilegeCheck","features":[308,311,307,310]},{"name":"SeQueryAuthenticationIdToken","features":[311,307]},{"name":"SeQueryInformationToken","features":[311,307,310]},{"name":"SeQuerySecurityDescriptorInfo","features":[311,307,310]},{"name":"SeQueryServerSiloToken","features":[308,311,307]},{"name":"SeQuerySessionIdToken","features":[311,307]},{"name":"SeQuerySessionIdTokenEx","features":[311,307]},{"name":"SeRegisterLogonSessionTerminatedRoutine","features":[311,307]},{"name":"SeRegisterLogonSessionTerminatedRoutineEx","features":[311,307]},{"name":"SeReportSecurityEventWithSubCategory","features":[311,307,328]},{"name":"SeSetAccessStateGenericMapping","features":[308,311,309,307,310]},{"name":"SeSetSecurityDescriptorInfo","features":[308,311,307,310]},{"name":"SeSetSecurityDescriptorInfoEx","features":[308,311,307,310]},{"name":"SeShouldCheckForAccessRightsFromParent","features":[308,311,309,307,310]},{"name":"SeTokenFromAccessInformation","features":[311,307,310]},{"name":"SeTokenIsAdmin","features":[311,307]},{"name":"SeTokenIsRestricted","features":[311,307]},{"name":"SeTokenIsWriteRestricted","features":[311,307]},{"name":"SeTokenType","features":[311,310]},{"name":"SeUnregisterLogonSessionTerminatedRoutine","features":[311,307]},{"name":"SeUnregisterLogonSessionTerminatedRoutineEx","features":[311,307]},{"name":"SecBuffer","features":[311]},{"name":"SecBufferDesc","features":[311]},{"name":"SecHandle","features":[311]},{"name":"SecLookupAccountName","features":[311,307,310]},{"name":"SecLookupAccountSid","features":[311,307,310]},{"name":"SecLookupWellKnownSid","features":[311,307,310]},{"name":"SecMakeSPN","features":[311,307]},{"name":"SecMakeSPNEx","features":[311,307]},{"name":"SecMakeSPNEx2","features":[311,307]},{"name":"SetContextAttributesW","features":[311]},{"name":"SharedVirtualDiskCDPSnapshotsSupported","features":[311]},{"name":"SharedVirtualDiskHandleState","features":[311]},{"name":"SharedVirtualDiskHandleStateFileShared","features":[311]},{"name":"SharedVirtualDiskHandleStateHandleShared","features":[311]},{"name":"SharedVirtualDiskHandleStateNone","features":[311]},{"name":"SharedVirtualDiskSnapshotsSupported","features":[311]},{"name":"SharedVirtualDiskSupportType","features":[311]},{"name":"SharedVirtualDisksSupported","features":[311]},{"name":"SharedVirtualDisksUnsupported","features":[311]},{"name":"SrvInstanceTypeCsv","features":[311]},{"name":"SrvInstanceTypePrimary","features":[311]},{"name":"SrvInstanceTypeSBL","features":[311]},{"name":"SrvInstanceTypeSR","features":[311]},{"name":"SrvInstanceTypeUndefined","features":[311]},{"name":"SrvInstanceTypeVSMB","features":[311]},{"name":"SspiAcceptSecurityContextAsync","features":[308,311]},{"name":"SspiAcquireCredentialsHandleAsyncA","features":[308,311,328]},{"name":"SspiAcquireCredentialsHandleAsyncW","features":[308,311,307,328]},{"name":"SspiAsyncNotifyCallback","features":[308,311]},{"name":"SspiCreateAsyncContext","features":[308,311]},{"name":"SspiDeleteSecurityContextAsync","features":[308,311]},{"name":"SspiFreeAsyncContext","features":[308,311]},{"name":"SspiFreeCredentialsHandleAsync","features":[308,311]},{"name":"SspiGetAsyncCallStatus","features":[308,311]},{"name":"SspiInitializeSecurityContextAsyncA","features":[308,311]},{"name":"SspiInitializeSecurityContextAsyncW","features":[308,311,307]},{"name":"SspiReinitAsyncContext","features":[308,311,307]},{"name":"SspiSetAsyncNotifyCallback","features":[308,311]},{"name":"SyncTypeCreateSection","features":[311]},{"name":"SyncTypeOther","features":[311]},{"name":"TOKEN_AUDIT_NO_CHILD_PROCESS","features":[311]},{"name":"TOKEN_AUDIT_REDIRECTION_TRUST","features":[311]},{"name":"TOKEN_DO_NOT_USE_GLOBAL_ATTRIBS_FOR_QUERY","features":[311]},{"name":"TOKEN_ENFORCE_REDIRECTION_TRUST","features":[311]},{"name":"TOKEN_HAS_BACKUP_PRIVILEGE","features":[311]},{"name":"TOKEN_HAS_IMPERSONATE_PRIVILEGE","features":[311]},{"name":"TOKEN_HAS_OWN_CLAIM_ATTRIBUTES","features":[311]},{"name":"TOKEN_HAS_RESTORE_PRIVILEGE","features":[311]},{"name":"TOKEN_HAS_TRAVERSE_PRIVILEGE","features":[311]},{"name":"TOKEN_IS_FILTERED","features":[311]},{"name":"TOKEN_IS_RESTRICTED","features":[311]},{"name":"TOKEN_LEARNING_MODE_LOGGING","features":[311]},{"name":"TOKEN_LOWBOX","features":[311]},{"name":"TOKEN_NOT_LOW","features":[311]},{"name":"TOKEN_NO_CHILD_PROCESS","features":[311]},{"name":"TOKEN_NO_CHILD_PROCESS_UNLESS_SECURE","features":[311]},{"name":"TOKEN_PERMISSIVE_LEARNING_MODE","features":[311]},{"name":"TOKEN_PRIVATE_NAMESPACE","features":[311]},{"name":"TOKEN_SANDBOX_INERT","features":[311]},{"name":"TOKEN_SESSION_NOT_REFERENCED","features":[311]},{"name":"TOKEN_UIACCESS","features":[311]},{"name":"TOKEN_VIRTUALIZE_ALLOWED","features":[311]},{"name":"TOKEN_VIRTUALIZE_ENABLED","features":[311]},{"name":"TOKEN_WRITE_RESTRICTED","features":[311]},{"name":"TUNNEL","features":[308,311,307,313]},{"name":"UNICODE_PREFIX_TABLE","features":[308,311,307]},{"name":"UNICODE_PREFIX_TABLE_ENTRY","features":[308,311,307]},{"name":"UNINITIALIZE_CACHE_MAPS","features":[311]},{"name":"USE_PRIMARY_PASSWORD","features":[311]},{"name":"USN_DELETE_FLAG_DELETE","features":[311]},{"name":"USN_JOURNAL_DATA","features":[311]},{"name":"USN_RECORD","features":[311]},{"name":"VACB_MAPPING_GRANULARITY","features":[311]},{"name":"VACB_OFFSET_SHIFT","features":[311]},{"name":"VALID_INHERIT_FLAGS","features":[311]},{"name":"VCN_RANGE_INPUT_BUFFER","features":[311]},{"name":"VIRTUAL_MEMORY_INFORMATION_CLASS","features":[311]},{"name":"VOLSNAPCONTROLTYPE","features":[311]},{"name":"VOLUME_REFS_INFO_BUFFER","features":[311]},{"name":"VerifySignature","features":[311]},{"name":"VmPrefetchInformation","features":[311]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_LAYER","features":[311]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_REGISTERED_LAYER","features":[311]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_REMOTE_LAYER","features":[311]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_SCRATCH","features":[311]},{"name":"ZwAccessCheckAndAuditAlarm","features":[311,307,310]},{"name":"ZwAccessCheckByTypeAndAuditAlarm","features":[311,307,310]},{"name":"ZwAccessCheckByTypeResultListAndAuditAlarm","features":[311,307,310]},{"name":"ZwAccessCheckByTypeResultListAndAuditAlarmByHandle","features":[311,307,310]},{"name":"ZwAdjustGroupsToken","features":[311,307,310]},{"name":"ZwAdjustPrivilegesToken","features":[311,307,310]},{"name":"ZwAllocateVirtualMemory","features":[311,307]},{"name":"ZwAllocateVirtualMemoryEx","features":[311,307,325]},{"name":"ZwCancelIoFileEx","features":[311,307,312]},{"name":"ZwCloseObjectAuditAlarm","features":[311,307]},{"name":"ZwCreateDirectoryObject","features":[308,311,307]},{"name":"ZwCreateEvent","features":[308,311,307,313]},{"name":"ZwCreateSectionEx","features":[308,311,307,325]},{"name":"ZwDeleteFile","features":[308,311,307]},{"name":"ZwDeleteObjectAuditAlarm","features":[311,307]},{"name":"ZwDuplicateObject","features":[311,307]},{"name":"ZwDuplicateToken","features":[308,311,307,310]},{"name":"ZwFilterToken","features":[311,307,310]},{"name":"ZwFlushBuffersFile","features":[311,307,312]},{"name":"ZwFlushBuffersFileEx","features":[311,307,312]},{"name":"ZwFlushVirtualMemory","features":[311,307,312]},{"name":"ZwFreeVirtualMemory","features":[311,307]},{"name":"ZwFsControlFile","features":[311,307,312]},{"name":"ZwImpersonateAnonymousToken","features":[311,307]},{"name":"ZwLockFile","features":[311,307,312]},{"name":"ZwNotifyChangeKey","features":[311,307,312]},{"name":"ZwOpenDirectoryObject","features":[308,311,307]},{"name":"ZwOpenObjectAuditAlarm","features":[311,307,310]},{"name":"ZwOpenProcessToken","features":[311,307]},{"name":"ZwOpenProcessTokenEx","features":[311,307]},{"name":"ZwOpenThreadToken","features":[311,307]},{"name":"ZwOpenThreadTokenEx","features":[311,307]},{"name":"ZwPrivilegeCheck","features":[311,307,310]},{"name":"ZwPrivilegeObjectAuditAlarm","features":[311,307,310]},{"name":"ZwPrivilegedServiceAuditAlarm","features":[311,307,310]},{"name":"ZwQueryDirectoryFile","features":[311,307,312]},{"name":"ZwQueryDirectoryFileEx","features":[311,307,312]},{"name":"ZwQueryDirectoryObject","features":[311,307]},{"name":"ZwQueryEaFile","features":[311,307,312]},{"name":"ZwQueryFullAttributesFile","features":[308,311,307]},{"name":"ZwQueryInformationToken","features":[311,307,310]},{"name":"ZwQueryObject","features":[308,311,307]},{"name":"ZwQueryQuotaInformationFile","features":[311,307,310,312]},{"name":"ZwQuerySecurityObject","features":[311,307,310]},{"name":"ZwQueryVirtualMemory","features":[311,307]},{"name":"ZwQueryVolumeInformationFile","features":[311,307,312]},{"name":"ZwSetEaFile","features":[311,307,312]},{"name":"ZwSetEvent","features":[311,307]},{"name":"ZwSetInformationToken","features":[311,307,310]},{"name":"ZwSetInformationVirtualMemory","features":[311,307]},{"name":"ZwSetQuotaInformationFile","features":[311,307,312]},{"name":"ZwSetSecurityObject","features":[311,307,310]},{"name":"ZwSetVolumeInformationFile","features":[311,307,312]},{"name":"ZwUnlockFile","features":[311,307,312]},{"name":"_LCN_WEAK_REFERENCE_STATE","features":[311]},{"name":"_REFS_STREAM_EXTENT_PROPERTIES","features":[311]}],"347":[{"name":"FLTFL_CALLBACK_DATA_DIRTY","features":[329]},{"name":"FLTFL_CALLBACK_DATA_DRAINING_IO","features":[329]},{"name":"FLTFL_CALLBACK_DATA_FAST_IO_OPERATION","features":[329]},{"name":"FLTFL_CALLBACK_DATA_FS_FILTER_OPERATION","features":[329]},{"name":"FLTFL_CALLBACK_DATA_GENERATED_IO","features":[329]},{"name":"FLTFL_CALLBACK_DATA_IRP_OPERATION","features":[329]},{"name":"FLTFL_CALLBACK_DATA_NEW_SYSTEM_BUFFER","features":[329]},{"name":"FLTFL_CALLBACK_DATA_POST_OPERATION","features":[329]},{"name":"FLTFL_CALLBACK_DATA_REISSUED_IO","features":[329]},{"name":"FLTFL_CALLBACK_DATA_REISSUE_MASK","features":[329]},{"name":"FLTFL_CALLBACK_DATA_SYSTEM_BUFFER","features":[329]},{"name":"FLTFL_CONTEXT_REGISTRATION_NO_EXACT_SIZE_MATCH","features":[329]},{"name":"FLTFL_FILE_NAME_PARSED_EXTENSION","features":[329]},{"name":"FLTFL_FILE_NAME_PARSED_FINAL_COMPONENT","features":[329]},{"name":"FLTFL_FILE_NAME_PARSED_PARENT_DIR","features":[329]},{"name":"FLTFL_FILE_NAME_PARSED_STREAM","features":[329]},{"name":"FLTFL_FILTER_UNLOAD_MANDATORY","features":[329]},{"name":"FLTFL_INSTANCE_SETUP_AUTOMATIC_ATTACHMENT","features":[329]},{"name":"FLTFL_INSTANCE_SETUP_DETACHED_VOLUME","features":[329]},{"name":"FLTFL_INSTANCE_SETUP_MANUAL_ATTACHMENT","features":[329]},{"name":"FLTFL_INSTANCE_SETUP_NEWLY_MOUNTED_VOLUME","features":[329]},{"name":"FLTFL_INSTANCE_TEARDOWN_FILTER_UNLOAD","features":[329]},{"name":"FLTFL_INSTANCE_TEARDOWN_INTERNAL_ERROR","features":[329]},{"name":"FLTFL_INSTANCE_TEARDOWN_MANDATORY_FILTER_UNLOAD","features":[329]},{"name":"FLTFL_INSTANCE_TEARDOWN_MANUAL","features":[329]},{"name":"FLTFL_INSTANCE_TEARDOWN_VOLUME_DISMOUNT","features":[329]},{"name":"FLTFL_IO_OPERATION_DO_NOT_UPDATE_BYTE_OFFSET","features":[329]},{"name":"FLTFL_IO_OPERATION_NON_CACHED","features":[329]},{"name":"FLTFL_IO_OPERATION_PAGING","features":[329]},{"name":"FLTFL_IO_OPERATION_SYNCHRONOUS_PAGING","features":[329]},{"name":"FLTFL_NORMALIZE_NAME_CASE_SENSITIVE","features":[329]},{"name":"FLTFL_NORMALIZE_NAME_DESTINATION_FILE_NAME","features":[329]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_CACHED_IO","features":[329]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_NON_CACHED_NON_PAGING_IO","features":[329]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_NON_DASD_IO","features":[329]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_PAGING_IO","features":[329]},{"name":"FLTFL_POST_OPERATION_DRAINING","features":[329]},{"name":"FLTFL_REGISTRATION_DO_NOT_SUPPORT_SERVICE_STOP","features":[329]},{"name":"FLTFL_REGISTRATION_SUPPORT_DAX_VOLUME","features":[329]},{"name":"FLTFL_REGISTRATION_SUPPORT_NPFS_MSFS","features":[329]},{"name":"FLTFL_REGISTRATION_SUPPORT_WCOS","features":[329]},{"name":"FLTTCFL_AUTO_REPARSE","features":[329]},{"name":"FLT_ALLOCATE_CALLBACK_DATA_PREALLOCATE_ALL_MEMORY","features":[329]},{"name":"FLT_CALLBACK_DATA","features":[308,329,309,307,310,312,313,314]},{"name":"FLT_CALLBACK_DATA_QUEUE","features":[308,329,309,307,310,312,313,314]},{"name":"FLT_CALLBACK_DATA_QUEUE_FLAGS","features":[329]},{"name":"FLT_CONTEXT_END","features":[329]},{"name":"FLT_CONTEXT_REGISTRATION","features":[308,329]},{"name":"FLT_CREATEFILE_TARGET_ECP_CONTEXT","features":[329,307]},{"name":"FLT_FILE_CONTEXT","features":[329]},{"name":"FLT_FILE_NAME_ALLOW_QUERY_ON_REPARSE","features":[329]},{"name":"FLT_FILE_NAME_DO_NOT_CACHE","features":[329]},{"name":"FLT_FILE_NAME_INFORMATION","features":[329,307]},{"name":"FLT_FILE_NAME_NORMALIZED","features":[329]},{"name":"FLT_FILE_NAME_OPENED","features":[329]},{"name":"FLT_FILE_NAME_QUERY_ALWAYS_ALLOW_CACHE_LOOKUP","features":[329]},{"name":"FLT_FILE_NAME_QUERY_CACHE_ONLY","features":[329]},{"name":"FLT_FILE_NAME_QUERY_DEFAULT","features":[329]},{"name":"FLT_FILE_NAME_QUERY_FILESYSTEM_ONLY","features":[329]},{"name":"FLT_FILE_NAME_REQUEST_FROM_CURRENT_PROVIDER","features":[329]},{"name":"FLT_FILE_NAME_SHORT","features":[329]},{"name":"FLT_FLUSH_TYPE_DATA_SYNC_ONLY","features":[329]},{"name":"FLT_FLUSH_TYPE_FILE_DATA_ONLY","features":[329]},{"name":"FLT_FLUSH_TYPE_FLUSH_AND_PURGE","features":[329]},{"name":"FLT_FLUSH_TYPE_NO_SYNC","features":[329]},{"name":"FLT_INSTANCE_CONTEXT","features":[329]},{"name":"FLT_INTERNAL_OPERATION_COUNT","features":[329]},{"name":"FLT_IO_PARAMETER_BLOCK","features":[308,329,309,307,310,312,313,314]},{"name":"FLT_MAX_DEVICE_REPARSE_ATTEMPTS","features":[329]},{"name":"FLT_NAME_CONTROL","features":[329,307]},{"name":"FLT_OPERATION_REGISTRATION","features":[308,329,309,307,310,312,313,314]},{"name":"FLT_PARAMETERS","features":[308,329,309,307,310,312,313,314]},{"name":"FLT_PORT_CONNECT","features":[329]},{"name":"FLT_POSTOP_CALLBACK_STATUS","features":[329]},{"name":"FLT_POSTOP_DISALLOW_FSFILTER_IO","features":[329]},{"name":"FLT_POSTOP_FINISHED_PROCESSING","features":[329]},{"name":"FLT_POSTOP_MORE_PROCESSING_REQUIRED","features":[329]},{"name":"FLT_PREOP_CALLBACK_STATUS","features":[329]},{"name":"FLT_PREOP_COMPLETE","features":[329]},{"name":"FLT_PREOP_DISALLOW_FASTIO","features":[329]},{"name":"FLT_PREOP_DISALLOW_FSFILTER_IO","features":[329]},{"name":"FLT_PREOP_PENDING","features":[329]},{"name":"FLT_PREOP_SUCCESS_NO_CALLBACK","features":[329]},{"name":"FLT_PREOP_SUCCESS_WITH_CALLBACK","features":[329]},{"name":"FLT_PREOP_SYNCHRONIZE","features":[329]},{"name":"FLT_PUSH_LOCK_DISABLE_AUTO_BOOST","features":[329]},{"name":"FLT_PUSH_LOCK_ENABLE_AUTO_BOOST","features":[329]},{"name":"FLT_PUSH_LOCK_VALID_FLAGS","features":[329]},{"name":"FLT_REGISTRATION","features":[308,329,309,307,310,330,312,313,314]},{"name":"FLT_REGISTRATION_VERSION","features":[329]},{"name":"FLT_REGISTRATION_VERSION_0200","features":[329]},{"name":"FLT_REGISTRATION_VERSION_0201","features":[329]},{"name":"FLT_REGISTRATION_VERSION_0202","features":[329]},{"name":"FLT_REGISTRATION_VERSION_0203","features":[329]},{"name":"FLT_RELATED_CONTEXTS","features":[329]},{"name":"FLT_RELATED_CONTEXTS_EX","features":[329]},{"name":"FLT_RELATED_OBJECTS","features":[308,329,309,307,310,312,313,314]},{"name":"FLT_SECTION_CONTEXT","features":[329]},{"name":"FLT_SET_CONTEXT_KEEP_IF_EXISTS","features":[329]},{"name":"FLT_SET_CONTEXT_OPERATION","features":[329]},{"name":"FLT_SET_CONTEXT_REPLACE_IF_EXISTS","features":[329]},{"name":"FLT_STREAMHANDLE_CONTEXT","features":[329]},{"name":"FLT_STREAM_CONTEXT","features":[329]},{"name":"FLT_TAG_DATA_BUFFER","features":[329]},{"name":"FLT_TRANSACTION_CONTEXT","features":[329]},{"name":"FLT_VALID_FILE_NAME_FLAGS","features":[329]},{"name":"FLT_VALID_FILE_NAME_FORMATS","features":[329]},{"name":"FLT_VALID_FILE_NAME_QUERY_METHODS","features":[329]},{"name":"FLT_VOLUME_CONTEXT","features":[329]},{"name":"FLT_VOLUME_PROPERTIES","features":[329,307]},{"name":"FltAcknowledgeEcp","features":[329]},{"name":"FltAcquirePushLockExclusive","features":[329]},{"name":"FltAcquirePushLockExclusiveEx","features":[329]},{"name":"FltAcquirePushLockShared","features":[329]},{"name":"FltAcquirePushLockSharedEx","features":[329]},{"name":"FltAcquireResourceExclusive","features":[308,329,313]},{"name":"FltAcquireResourceShared","features":[308,329,313]},{"name":"FltAddOpenReparseEntry","features":[308,329,309,307,310,312,313,314]},{"name":"FltAdjustDeviceStackSizeForIoRedirection","features":[329,307]},{"name":"FltAllocateCallbackData","features":[308,329,309,307,310,312,313,314]},{"name":"FltAllocateCallbackDataEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltAllocateContext","features":[308,329,307]},{"name":"FltAllocateDeferredIoWorkItem","features":[329]},{"name":"FltAllocateExtraCreateParameter","features":[329,307]},{"name":"FltAllocateExtraCreateParameterFromLookasideList","features":[329,307]},{"name":"FltAllocateExtraCreateParameterList","features":[308,329,307]},{"name":"FltAllocateFileLock","features":[308,329,309,307,310,312,313,314]},{"name":"FltAllocateGenericWorkItem","features":[329]},{"name":"FltAllocatePoolAlignedWithTag","features":[308,329]},{"name":"FltApplyPriorityInfoThread","features":[308,329,307]},{"name":"FltAttachVolume","features":[329,307]},{"name":"FltAttachVolumeAtAltitude","features":[329,307]},{"name":"FltBuildDefaultSecurityDescriptor","features":[329,307,310]},{"name":"FltCancelFileOpen","features":[308,329,309,307,310,312,313,314]},{"name":"FltCancelIo","features":[308,329,309,307,310,312,313,314]},{"name":"FltCancellableWaitForMultipleObjects","features":[308,329,309,307,310,312,313,314]},{"name":"FltCancellableWaitForSingleObject","features":[308,329,309,307,310,312,313,314]},{"name":"FltCbdqDisable","features":[308,329,309,307,310,312,313,314]},{"name":"FltCbdqEnable","features":[308,329,309,307,310,312,313,314]},{"name":"FltCbdqInitialize","features":[308,329,309,307,310,312,313,314]},{"name":"FltCbdqInsertIo","features":[308,329,309,307,310,312,313,314]},{"name":"FltCbdqRemoveIo","features":[308,329,309,307,310,312,313,314]},{"name":"FltCbdqRemoveNextIo","features":[308,329,309,307,310,312,313,314]},{"name":"FltCheckAndGrowNameControl","features":[329,307]},{"name":"FltCheckLockForReadAccess","features":[308,329,309,307,310,312,313,314]},{"name":"FltCheckLockForWriteAccess","features":[308,329,309,307,310,312,313,314]},{"name":"FltCheckOplock","features":[308,329,309,307,310,312,313,314]},{"name":"FltCheckOplockEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltClearCallbackDataDirty","features":[308,329,309,307,310,312,313,314]},{"name":"FltClearCancelCompletion","features":[308,329,309,307,310,312,313,314]},{"name":"FltClose","features":[329,307]},{"name":"FltCloseClientPort","features":[329]},{"name":"FltCloseCommunicationPort","features":[329]},{"name":"FltCloseSectionForDataScan","features":[329,307]},{"name":"FltCommitComplete","features":[308,329,307]},{"name":"FltCommitFinalizeComplete","features":[308,329,307]},{"name":"FltCompareInstanceAltitudes","features":[329]},{"name":"FltCompletePendedPostOperation","features":[308,329,309,307,310,312,313,314]},{"name":"FltCompletePendedPreOperation","features":[308,329,309,307,310,312,313,314]},{"name":"FltCopyOpenReparseList","features":[308,329,309,307,310,312,313,314]},{"name":"FltCreateCommunicationPort","features":[308,329,307]},{"name":"FltCreateFile","features":[308,329,307,312]},{"name":"FltCreateFileEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltCreateFileEx2","features":[308,329,309,307,310,312,313,314]},{"name":"FltCreateMailslotFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltCreateNamedPipeFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltCreateSectionForDataScan","features":[308,329,309,307,310,312,313,314]},{"name":"FltCreateSystemVolumeInformationFolder","features":[329,307]},{"name":"FltCurrentBatchOplock","features":[329,307]},{"name":"FltCurrentOplock","features":[329,307]},{"name":"FltCurrentOplockH","features":[329,307]},{"name":"FltDecodeParameters","features":[308,329,309,307,310,312,313,314]},{"name":"FltDeleteContext","features":[329]},{"name":"FltDeleteExtraCreateParameterLookasideList","features":[329]},{"name":"FltDeleteFileContext","features":[308,329,309,307,310,312,313,314]},{"name":"FltDeleteInstanceContext","features":[329,307]},{"name":"FltDeletePushLock","features":[329]},{"name":"FltDeleteStreamContext","features":[308,329,309,307,310,312,313,314]},{"name":"FltDeleteStreamHandleContext","features":[308,329,309,307,310,312,313,314]},{"name":"FltDeleteTransactionContext","features":[308,329,307]},{"name":"FltDeleteVolumeContext","features":[329,307]},{"name":"FltDetachVolume","features":[329,307]},{"name":"FltDeviceIoControlFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltDoCompletionProcessingWhenSafe","features":[308,329,309,307,310,312,313,314]},{"name":"FltEnlistInTransaction","features":[308,329,307]},{"name":"FltEnumerateFilterInformation","features":[329,307,330]},{"name":"FltEnumerateFilters","features":[329,307]},{"name":"FltEnumerateInstanceInformationByDeviceObject","features":[308,329,309,307,310,330,312,313,314]},{"name":"FltEnumerateInstanceInformationByFilter","features":[329,307,330]},{"name":"FltEnumerateInstanceInformationByVolume","features":[329,307,330]},{"name":"FltEnumerateInstanceInformationByVolumeName","features":[329,307,330]},{"name":"FltEnumerateInstances","features":[329,307]},{"name":"FltEnumerateVolumeInformation","features":[329,307,330]},{"name":"FltEnumerateVolumes","features":[329,307]},{"name":"FltFastIoMdlRead","features":[308,329,309,307,310,312,313,314]},{"name":"FltFastIoMdlReadComplete","features":[308,329,309,307,310,312,313,314]},{"name":"FltFastIoMdlWriteComplete","features":[308,329,309,307,310,312,313,314]},{"name":"FltFastIoPrepareMdlWrite","features":[308,329,309,307,310,312,313,314]},{"name":"FltFindExtraCreateParameter","features":[308,329,307]},{"name":"FltFlushBuffers","features":[308,329,309,307,310,312,313,314]},{"name":"FltFlushBuffers2","features":[308,329,309,307,310,312,313,314]},{"name":"FltFreeCallbackData","features":[308,329,309,307,310,312,313,314]},{"name":"FltFreeDeferredIoWorkItem","features":[329]},{"name":"FltFreeExtraCreateParameter","features":[329]},{"name":"FltFreeExtraCreateParameterList","features":[308,329]},{"name":"FltFreeFileLock","features":[308,329,309,307,310,312,313,314]},{"name":"FltFreeGenericWorkItem","features":[329]},{"name":"FltFreeOpenReparseList","features":[308,329]},{"name":"FltFreePoolAlignedWithTag","features":[329]},{"name":"FltFreeSecurityDescriptor","features":[329,310]},{"name":"FltFsControlFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetActivityIdCallbackData","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetBottomInstance","features":[329,307]},{"name":"FltGetContexts","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetContextsEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetDestinationFileNameInformation","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetDeviceObject","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetDiskDeviceObject","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetEcpListFromCallbackData","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetFileContext","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetFileNameInformation","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetFileNameInformationUnsafe","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetFileSystemType","features":[329,307,330]},{"name":"FltGetFilterFromInstance","features":[329,307]},{"name":"FltGetFilterFromName","features":[329,307]},{"name":"FltGetFilterInformation","features":[329,307,330]},{"name":"FltGetFsZeroingOffset","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetInstanceContext","features":[329,307]},{"name":"FltGetInstanceInformation","features":[329,307,330]},{"name":"FltGetIoAttributionHandleFromCallbackData","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetIoPriorityHint","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetIoPriorityHintFromCallbackData","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetIoPriorityHintFromFileObject","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetIoPriorityHintFromThread","features":[308,329]},{"name":"FltGetIrpName","features":[329]},{"name":"FltGetLowerInstance","features":[329,307]},{"name":"FltGetNewSystemBufferAddress","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetNextExtraCreateParameter","features":[308,329,307]},{"name":"FltGetRequestorProcess","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetRequestorProcessId","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetRequestorProcessIdEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetRequestorSessionId","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetRoutineAddress","features":[329]},{"name":"FltGetSectionContext","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetStreamContext","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetStreamHandleContext","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetSwappedBufferMdlAddress","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetTopInstance","features":[329,307]},{"name":"FltGetTransactionContext","features":[308,329,307]},{"name":"FltGetTunneledName","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetUpperInstance","features":[329,307]},{"name":"FltGetVolumeContext","features":[329,307]},{"name":"FltGetVolumeFromDeviceObject","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetVolumeFromFileObject","features":[308,329,309,307,310,312,313,314]},{"name":"FltGetVolumeFromInstance","features":[329,307]},{"name":"FltGetVolumeFromName","features":[329,307]},{"name":"FltGetVolumeGuidName","features":[329,307]},{"name":"FltGetVolumeInformation","features":[329,307,330]},{"name":"FltGetVolumeInstanceFromName","features":[329,307]},{"name":"FltGetVolumeName","features":[329,307]},{"name":"FltGetVolumeProperties","features":[329,307]},{"name":"FltInitExtraCreateParameterLookasideList","features":[329]},{"name":"FltInitializeFileLock","features":[308,329,309,307,310,312,313,314]},{"name":"FltInitializeOplock","features":[329]},{"name":"FltInitializePushLock","features":[329]},{"name":"FltInsertExtraCreateParameter","features":[308,329,307]},{"name":"FltIs32bitProcess","features":[308,329,309,307,310,312,313,314]},{"name":"FltIsCallbackDataDirty","features":[308,329,309,307,310,312,313,314]},{"name":"FltIsDirectory","features":[308,329,309,307,310,312,313,314]},{"name":"FltIsEcpAcknowledged","features":[329,307]},{"name":"FltIsEcpFromUserMode","features":[329,307]},{"name":"FltIsFltMgrVolumeDeviceObject","features":[308,329,309,307,310,312,313,314]},{"name":"FltIsIoCanceled","features":[308,329,309,307,310,312,313,314]},{"name":"FltIsIoRedirectionAllowed","features":[329,307]},{"name":"FltIsIoRedirectionAllowedForOperation","features":[308,329,309,307,310,312,313,314]},{"name":"FltIsOperationSynchronous","features":[308,329,309,307,310,312,313,314]},{"name":"FltIsVolumeSnapshot","features":[329,307]},{"name":"FltIsVolumeWritable","features":[329,307]},{"name":"FltLoadFilter","features":[329,307]},{"name":"FltLockUserBuffer","features":[308,329,309,307,310,312,313,314]},{"name":"FltNotifyFilterChangeDirectory","features":[308,329,309,307,310,312,313,314]},{"name":"FltObjectDereference","features":[329]},{"name":"FltObjectReference","features":[329,307]},{"name":"FltOpenVolume","features":[308,329,309,307,310,312,313,314]},{"name":"FltOplockBreakH","features":[308,329,309,307,310,312,313,314]},{"name":"FltOplockBreakToNone","features":[308,329,309,307,310,312,313,314]},{"name":"FltOplockBreakToNoneEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltOplockFsctrl","features":[308,329,309,307,310,312,313,314]},{"name":"FltOplockFsctrlEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltOplockIsFastIoPossible","features":[329,307]},{"name":"FltOplockIsSharedRequest","features":[308,329,309,307,310,312,313,314]},{"name":"FltOplockKeysEqual","features":[308,329,309,307,310,312,313,314]},{"name":"FltParseFileName","features":[329,307]},{"name":"FltParseFileNameInformation","features":[329,307]},{"name":"FltPerformAsynchronousIo","features":[308,329,309,307,310,312,313,314]},{"name":"FltPerformSynchronousIo","features":[308,329,309,307,310,312,313,314]},{"name":"FltPrePrepareComplete","features":[308,329,307]},{"name":"FltPrepareComplete","features":[308,329,307]},{"name":"FltPrepareToReuseEcp","features":[329]},{"name":"FltProcessFileLock","features":[308,329,309,307,310,312,313,314]},{"name":"FltPropagateActivityIdToThread","features":[308,329,309,307,310,312,313,314]},{"name":"FltPropagateIrpExtension","features":[308,329,309,307,310,312,313,314]},{"name":"FltPurgeFileNameInformationCache","features":[308,329,309,307,310,312,313,314]},{"name":"FltQueryDirectoryFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltQueryDirectoryFileEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltQueryEaFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltQueryInformationByName","features":[308,329,309,307,312]},{"name":"FltQueryInformationFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltQueryQuotaInformationFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltQuerySecurityObject","features":[308,329,309,307,310,312,313,314]},{"name":"FltQueryVolumeInformation","features":[329,307,312]},{"name":"FltQueryVolumeInformationFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltQueueDeferredIoWorkItem","features":[308,329,309,307,310,312,313,314]},{"name":"FltQueueGenericWorkItem","features":[329,309,307]},{"name":"FltReadFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltReadFileEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltReferenceContext","features":[329]},{"name":"FltReferenceFileNameInformation","features":[329,307]},{"name":"FltRegisterFilter","features":[308,329,309,307,310,330,312,313,314]},{"name":"FltRegisterForDataScan","features":[329,307]},{"name":"FltReissueSynchronousIo","features":[308,329,309,307,310,312,313,314]},{"name":"FltReleaseContext","features":[329]},{"name":"FltReleaseContexts","features":[329]},{"name":"FltReleaseContextsEx","features":[329]},{"name":"FltReleaseFileNameInformation","features":[329,307]},{"name":"FltReleasePushLock","features":[329]},{"name":"FltReleasePushLockEx","features":[329]},{"name":"FltReleaseResource","features":[308,329,313]},{"name":"FltRemoveExtraCreateParameter","features":[308,329,307]},{"name":"FltRemoveOpenReparseEntry","features":[308,329,309,307,310,312,313,314]},{"name":"FltRequestFileInfoOnCreateCompletion","features":[308,329,309,307,310,312,313,314]},{"name":"FltRequestOperationStatusCallback","features":[308,329,309,307,310,312,313,314]},{"name":"FltRetainSwappedBufferMdlAddress","features":[308,329,309,307,310,312,313,314]},{"name":"FltRetrieveFileInfoOnCreateCompletion","features":[308,329,309,307,310,312,313,314]},{"name":"FltRetrieveFileInfoOnCreateCompletionEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltRetrieveIoPriorityInfo","features":[308,329,309,307,310,312,313,314]},{"name":"FltReuseCallbackData","features":[308,329,309,307,310,312,313,314]},{"name":"FltRollbackComplete","features":[308,329,307]},{"name":"FltRollbackEnlistment","features":[308,329,307]},{"name":"FltSendMessage","features":[329,307]},{"name":"FltSetActivityIdCallbackData","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetCallbackDataDirty","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetCancelCompletion","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetEaFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetEcpListIntoCallbackData","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetFileContext","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetFsZeroingOffset","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetFsZeroingOffsetRequired","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetInformationFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetInstanceContext","features":[329,307]},{"name":"FltSetIoPriorityHintIntoCallbackData","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetIoPriorityHintIntoFileObject","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetIoPriorityHintIntoThread","features":[308,329,307]},{"name":"FltSetQuotaInformationFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetSecurityObject","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetStreamContext","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetStreamHandleContext","features":[308,329,309,307,310,312,313,314]},{"name":"FltSetTransactionContext","features":[308,329,307]},{"name":"FltSetVolumeContext","features":[329,307]},{"name":"FltSetVolumeInformation","features":[329,307,312]},{"name":"FltStartFiltering","features":[329,307]},{"name":"FltSupportsFileContexts","features":[308,329,309,307,310,312,313,314]},{"name":"FltSupportsFileContextsEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltSupportsStreamContexts","features":[308,329,309,307,310,312,313,314]},{"name":"FltSupportsStreamHandleContexts","features":[308,329,309,307,310,312,313,314]},{"name":"FltTagFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltTagFileEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltUninitializeFileLock","features":[308,329,309,307,310,312,313,314]},{"name":"FltUninitializeOplock","features":[329]},{"name":"FltUnloadFilter","features":[329,307]},{"name":"FltUnregisterFilter","features":[329]},{"name":"FltUntagFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltVetoBypassIo","features":[308,329,309,307,310,312,313,314]},{"name":"FltWriteFile","features":[308,329,309,307,310,312,313,314]},{"name":"FltWriteFileEx","features":[308,329,309,307,310,312,313,314]},{"name":"FltpTraceRedirectedFileIo","features":[308,329,309,307,310,312,313,314]},{"name":"GUID_ECP_FLT_CREATEFILE_TARGET","features":[329]},{"name":"IRP_MJ_ACQUIRE_FOR_CC_FLUSH","features":[329]},{"name":"IRP_MJ_ACQUIRE_FOR_MOD_WRITE","features":[329]},{"name":"IRP_MJ_ACQUIRE_FOR_SECTION_SYNCHRONIZATION","features":[329]},{"name":"IRP_MJ_FAST_IO_CHECK_IF_POSSIBLE","features":[329]},{"name":"IRP_MJ_MDL_READ","features":[329]},{"name":"IRP_MJ_MDL_READ_COMPLETE","features":[329]},{"name":"IRP_MJ_MDL_WRITE_COMPLETE","features":[329]},{"name":"IRP_MJ_NETWORK_QUERY_OPEN","features":[329]},{"name":"IRP_MJ_OPERATION_END","features":[329]},{"name":"IRP_MJ_PREPARE_MDL_WRITE","features":[329]},{"name":"IRP_MJ_QUERY_OPEN","features":[329]},{"name":"IRP_MJ_RELEASE_FOR_CC_FLUSH","features":[329]},{"name":"IRP_MJ_RELEASE_FOR_MOD_WRITE","features":[329]},{"name":"IRP_MJ_RELEASE_FOR_SECTION_SYNCHRONIZATION","features":[329]},{"name":"IRP_MJ_VOLUME_DISMOUNT","features":[329]},{"name":"IRP_MJ_VOLUME_MOUNT","features":[329]},{"name":"PFLTOPLOCK_PREPOST_CALLBACKDATA_ROUTINE","features":[308,329,309,307,310,312,313,314]},{"name":"PFLTOPLOCK_WAIT_COMPLETE_ROUTINE","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_CALLBACK_DATA_QUEUE_ACQUIRE","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_CALLBACK_DATA_QUEUE_COMPLETE_CANCELED_IO","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_CALLBACK_DATA_QUEUE_INSERT_IO","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_CALLBACK_DATA_QUEUE_PEEK_NEXT_IO","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_CALLBACK_DATA_QUEUE_RELEASE","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_CALLBACK_DATA_QUEUE_REMOVE_IO","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_COMPLETED_ASYNC_IO_CALLBACK","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_COMPLETE_CANCELED_CALLBACK","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_COMPLETE_LOCK_CALLBACK_DATA_ROUTINE","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_CONNECT_NOTIFY","features":[329,307]},{"name":"PFLT_CONTEXT","features":[329]},{"name":"PFLT_CONTEXT_ALLOCATE_CALLBACK","features":[308,329]},{"name":"PFLT_CONTEXT_CLEANUP_CALLBACK","features":[329]},{"name":"PFLT_CONTEXT_FREE_CALLBACK","features":[329]},{"name":"PFLT_DEFERRED_IO_WORKITEM","features":[329]},{"name":"PFLT_DEFERRED_IO_WORKITEM_ROUTINE","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_DISCONNECT_NOTIFY","features":[329]},{"name":"PFLT_FILTER","features":[329]},{"name":"PFLT_FILTER_UNLOAD_CALLBACK","features":[329,307]},{"name":"PFLT_GENERATE_FILE_NAME","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_GENERIC_WORKITEM","features":[329]},{"name":"PFLT_GENERIC_WORKITEM_ROUTINE","features":[329]},{"name":"PFLT_GET_OPERATION_STATUS_CALLBACK","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_INSTANCE","features":[329]},{"name":"PFLT_INSTANCE_QUERY_TEARDOWN_CALLBACK","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_INSTANCE_SETUP_CALLBACK","features":[308,329,309,307,310,330,312,313,314]},{"name":"PFLT_INSTANCE_TEARDOWN_CALLBACK","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_MESSAGE_NOTIFY","features":[329,307]},{"name":"PFLT_NORMALIZE_CONTEXT_CLEANUP","features":[329]},{"name":"PFLT_NORMALIZE_NAME_COMPONENT","features":[329,307]},{"name":"PFLT_NORMALIZE_NAME_COMPONENT_EX","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_PORT","features":[329]},{"name":"PFLT_POST_OPERATION_CALLBACK","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_PRE_OPERATION_CALLBACK","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_SECTION_CONFLICT_NOTIFICATION_CALLBACK","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_TRANSACTION_NOTIFICATION_CALLBACK","features":[308,329,309,307,310,312,313,314]},{"name":"PFLT_VOLUME","features":[329]},{"name":"VOL_PROP_FL_DAX_VOLUME","features":[329]}],"348":[{"name":"NtDeviceIoControlFile","features":[331,307,312]}],"349":[{"name":"NtMapViewOfSection","features":[332,307]},{"name":"NtOpenSection","features":[308,332,307]},{"name":"NtUnmapViewOfSection","features":[332,307]},{"name":"SECTION_INHERIT","features":[332]},{"name":"ViewShare","features":[332]},{"name":"ViewUnmap","features":[332]},{"name":"ZwMapViewOfSection","features":[332,307]},{"name":"ZwOpenSection","features":[308,332,307]},{"name":"ZwUnmapViewOfSection","features":[332,307]}],"350":[{"name":"ORCloseHive","features":[333,307]},{"name":"ORCloseKey","features":[333,307]},{"name":"ORCreateHive","features":[333,307]},{"name":"ORCreateKey","features":[333,307,310]},{"name":"ORDeleteKey","features":[333,307]},{"name":"ORDeleteValue","features":[333,307]},{"name":"OREnumKey","features":[333,307]},{"name":"OREnumValue","features":[333,307]},{"name":"ORGetKeySecurity","features":[333,307,310]},{"name":"ORGetValue","features":[333,307]},{"name":"ORGetVersion","features":[333,307]},{"name":"ORGetVirtualFlags","features":[333,307]},{"name":"ORHKEY","features":[333]},{"name":"ORMergeHives","features":[333,307]},{"name":"OROpenHive","features":[333,307]},{"name":"OROpenHiveByHandle","features":[333,307]},{"name":"OROpenKey","features":[333,307]},{"name":"ORQueryInfoKey","features":[333,307]},{"name":"ORRenameKey","features":[333,307]},{"name":"ORSaveHive","features":[333,307]},{"name":"ORSetKeySecurity","features":[333,307,310]},{"name":"ORSetValue","features":[333,307]},{"name":"ORSetVirtualFlags","features":[333,307]},{"name":"ORShutdown","features":[333,307]},{"name":"ORStart","features":[333,307]}],"351":[{"name":"KEY_INFORMATION_CLASS","features":[334]},{"name":"KEY_SET_INFORMATION_CLASS","features":[334]},{"name":"KEY_VALUE_ENTRY","features":[334,307]},{"name":"KEY_VALUE_INFORMATION_CLASS","features":[334]},{"name":"KeyBasicInformation","features":[334]},{"name":"KeyCachedInformation","features":[334]},{"name":"KeyControlFlagsInformation","features":[334]},{"name":"KeyFlagsInformation","features":[334]},{"name":"KeyFullInformation","features":[334]},{"name":"KeyHandleTagsInformation","features":[334]},{"name":"KeyLayerInformation","features":[334]},{"name":"KeyNameInformation","features":[334]},{"name":"KeyNodeInformation","features":[334]},{"name":"KeySetDebugInformation","features":[334]},{"name":"KeySetHandleTagsInformation","features":[334]},{"name":"KeySetLayerInformation","features":[334]},{"name":"KeySetVirtualizationInformation","features":[334]},{"name":"KeyTrustInformation","features":[334]},{"name":"KeyValueBasicInformation","features":[334]},{"name":"KeyValueFullInformation","features":[334]},{"name":"KeyValueFullInformationAlign64","features":[334]},{"name":"KeyValueLayerInformation","features":[334]},{"name":"KeyValuePartialInformation","features":[334]},{"name":"KeyValuePartialInformationAlign64","features":[334]},{"name":"KeyVirtualizationInformation","features":[334]},{"name":"KeyWow64FlagsInformation","features":[334]},{"name":"KeyWriteTimeInformation","features":[334]},{"name":"MaxKeyInfoClass","features":[334]},{"name":"MaxKeySetInfoClass","features":[334]},{"name":"MaxKeyValueInfoClass","features":[334]},{"name":"NtCommitRegistryTransaction","features":[334,307]},{"name":"NtCreateKey","features":[308,334,307]},{"name":"NtCreateKeyTransacted","features":[308,334,307]},{"name":"NtCreateRegistryTransaction","features":[308,334,307]},{"name":"NtDeleteKey","features":[334,307]},{"name":"NtDeleteValueKey","features":[334,307]},{"name":"NtEnumerateKey","features":[334,307]},{"name":"NtEnumerateValueKey","features":[334,307]},{"name":"NtFlushKey","features":[334,307]},{"name":"NtNotifyChangeMultipleKeys","features":[308,334,307,312]},{"name":"NtOpenKey","features":[308,334,307]},{"name":"NtOpenKeyEx","features":[308,334,307]},{"name":"NtOpenKeyTransacted","features":[308,334,307]},{"name":"NtOpenKeyTransactedEx","features":[308,334,307]},{"name":"NtOpenRegistryTransaction","features":[308,334,307]},{"name":"NtQueryKey","features":[334,307]},{"name":"NtQueryMultipleValueKey","features":[334,307]},{"name":"NtQueryValueKey","features":[334,307]},{"name":"NtRenameKey","features":[334,307]},{"name":"NtRestoreKey","features":[334,307]},{"name":"NtRollbackRegistryTransaction","features":[334,307]},{"name":"NtSaveKey","features":[334,307]},{"name":"NtSaveKeyEx","features":[334,307]},{"name":"NtSetInformationKey","features":[334,307]},{"name":"NtSetValueKey","features":[334,307]},{"name":"REG_ENUMERATE_KEY_INFORMATION","features":[334]},{"name":"REG_ENUMERATE_VALUE_KEY_INFORMATION","features":[334]},{"name":"REG_QUERY_KEY_INFORMATION","features":[334]},{"name":"REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION","features":[334,307]},{"name":"REG_QUERY_VALUE_KEY_INFORMATION","features":[334,307]},{"name":"REG_SET_INFORMATION_KEY_INFORMATION","features":[334]},{"name":"ZwCommitRegistryTransaction","features":[334,307]},{"name":"ZwCreateKey","features":[308,334,307]},{"name":"ZwCreateKeyTransacted","features":[308,334,307]},{"name":"ZwCreateRegistryTransaction","features":[308,334,307]},{"name":"ZwDeleteKey","features":[334,307]},{"name":"ZwDeleteValueKey","features":[334,307]},{"name":"ZwEnumerateKey","features":[334,307]},{"name":"ZwEnumerateValueKey","features":[334,307]},{"name":"ZwFlushKey","features":[334,307]},{"name":"ZwNotifyChangeMultipleKeys","features":[308,334,307,312]},{"name":"ZwOpenKey","features":[308,334,307]},{"name":"ZwOpenKeyEx","features":[308,334,307]},{"name":"ZwOpenKeyTransacted","features":[308,334,307]},{"name":"ZwOpenKeyTransactedEx","features":[308,334,307]},{"name":"ZwOpenRegistryTransaction","features":[308,334,307]},{"name":"ZwQueryKey","features":[334,307]},{"name":"ZwQueryMultipleValueKey","features":[334,307]},{"name":"ZwQueryValueKey","features":[334,307]},{"name":"ZwRenameKey","features":[334,307]},{"name":"ZwRestoreKey","features":[334,307]},{"name":"ZwRollbackRegistryTransaction","features":[334,307]},{"name":"ZwSaveKey","features":[334,307]},{"name":"ZwSaveKeyEx","features":[334,307]},{"name":"ZwSetInformationKey","features":[334,307]},{"name":"ZwSetValueKey","features":[334,307]}],"352":[{"name":"NtQuerySystemInformation","features":[335,307]},{"name":"NtQuerySystemTime","features":[335,307]},{"name":"NtQueryTimerResolution","features":[335,307]},{"name":"SYSTEM_INFORMATION_CLASS","features":[335]},{"name":"SystemBasicInformation","features":[335]},{"name":"SystemCodeIntegrityInformation","features":[335]},{"name":"SystemExceptionInformation","features":[335]},{"name":"SystemInterruptInformation","features":[335]},{"name":"SystemLookasideInformation","features":[335]},{"name":"SystemPerformanceInformation","features":[335]},{"name":"SystemPolicyInformation","features":[335]},{"name":"SystemProcessInformation","features":[335]},{"name":"SystemProcessorPerformanceInformation","features":[335]},{"name":"SystemRegistryQuotaInformation","features":[335]},{"name":"SystemTimeOfDayInformation","features":[335]},{"name":"ZwQuerySystemInformation","features":[335,307]},{"name":"ZwQuerySystemTime","features":[335,307]},{"name":"ZwQueryTimerResolution","features":[335,307]}],"353":[{"name":"ACPIBus","features":[309]},{"name":"ACPI_DEBUGGING_DEVICE_IN_USE","features":[309]},{"name":"ACPI_INTERFACE_STANDARD","features":[308,311,309,307,310,312,313,314]},{"name":"ACPI_INTERFACE_STANDARD2","features":[309,307]},{"name":"ADAPTER_INFO_API_BYPASS","features":[309]},{"name":"ADAPTER_INFO_SYNCHRONOUS_CALLBACK","features":[309]},{"name":"AGP_TARGET_BUS_INTERFACE_STANDARD","features":[309]},{"name":"ALLOCATE_FUNCTION","features":[308,309]},{"name":"ALLOC_DATA_PRAGMA","features":[309]},{"name":"ALLOC_PRAGMA","features":[309]},{"name":"ALTERNATIVE_ARCHITECTURE_TYPE","features":[309]},{"name":"AMD_L1_CACHE_INFO","features":[309]},{"name":"AMD_L2_CACHE_INFO","features":[309]},{"name":"AMD_L3_CACHE_INFO","features":[309]},{"name":"ANY_SIZE","features":[309]},{"name":"APC_LEVEL","features":[309]},{"name":"ARBITER_ACTION","features":[309]},{"name":"ARBITER_ADD_RESERVED_PARAMETERS","features":[308,311,309,307,310,312,313,314]},{"name":"ARBITER_BOOT_ALLOCATION_PARAMETERS","features":[309,313]},{"name":"ARBITER_CONFLICT_INFO","features":[308,311,309,307,310,312,313,314]},{"name":"ARBITER_FLAG_BOOT_CONFIG","features":[309]},{"name":"ARBITER_FLAG_OTHER_ENUM","features":[309]},{"name":"ARBITER_FLAG_ROOT_ENUM","features":[309]},{"name":"ARBITER_INTERFACE","features":[308,311,309,307,310,312,313,314]},{"name":"ARBITER_LIST_ENTRY","features":[308,311,309,307,310,312,313,314]},{"name":"ARBITER_PARAMETERS","features":[308,311,309,307,310,312,313,314]},{"name":"ARBITER_PARTIAL","features":[309]},{"name":"ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS","features":[309]},{"name":"ARBITER_QUERY_ARBITRATE_PARAMETERS","features":[309,313]},{"name":"ARBITER_QUERY_CONFLICT_PARAMETERS","features":[308,311,309,307,310,312,313,314]},{"name":"ARBITER_REQUEST_SOURCE","features":[309]},{"name":"ARBITER_RESULT","features":[309]},{"name":"ARBITER_RETEST_ALLOCATION_PARAMETERS","features":[309,313]},{"name":"ARBITER_TEST_ALLOCATION_PARAMETERS","features":[309,313]},{"name":"ARM64_NT_CONTEXT","features":[309,336]},{"name":"ARM64_PCR_RESERVED_MASK","features":[309]},{"name":"ARM_PROCESSOR_ERROR_SECTION_GUID","features":[309]},{"name":"ATS_DEVICE_SVM_OPTOUT","features":[309]},{"name":"AccessFlagFault","features":[309]},{"name":"AddressSizeFault","features":[309]},{"name":"AgpControl","features":[309]},{"name":"AllLoggerHandlesClass","features":[309]},{"name":"AperturePageSize","features":[309]},{"name":"ApertureSize","features":[309]},{"name":"ApicDestinationModeLogicalClustered","features":[309]},{"name":"ApicDestinationModeLogicalFlat","features":[309]},{"name":"ApicDestinationModePhysical","features":[309]},{"name":"ApicDestinationModeUnknown","features":[309]},{"name":"ArbiterActionAddReserved","features":[309]},{"name":"ArbiterActionBootAllocation","features":[309]},{"name":"ArbiterActionCommitAllocation","features":[309]},{"name":"ArbiterActionQueryAllocatedResources","features":[309]},{"name":"ArbiterActionQueryArbitrate","features":[309]},{"name":"ArbiterActionQueryConflict","features":[309]},{"name":"ArbiterActionRetestAllocation","features":[309]},{"name":"ArbiterActionRollbackAllocation","features":[309]},{"name":"ArbiterActionTestAllocation","features":[309]},{"name":"ArbiterActionWriteReservedResources","features":[309]},{"name":"ArbiterRequestHalReported","features":[309]},{"name":"ArbiterRequestLegacyAssigned","features":[309]},{"name":"ArbiterRequestLegacyReported","features":[309]},{"name":"ArbiterRequestPnpDetected","features":[309]},{"name":"ArbiterRequestPnpEnumerated","features":[309]},{"name":"ArbiterRequestUndefined","features":[309]},{"name":"ArbiterResultExternalConflict","features":[309]},{"name":"ArbiterResultNullRequest","features":[309]},{"name":"ArbiterResultSuccess","features":[309]},{"name":"ArbiterResultUndefined","features":[309]},{"name":"ArcSystem","features":[309]},{"name":"AssignSecurityDescriptor","features":[309]},{"name":"AudioController","features":[309]},{"name":"BDCB_CALLBACK_TYPE","features":[309]},{"name":"BDCB_CLASSIFICATION","features":[309]},{"name":"BDCB_IMAGE_INFORMATION","features":[309,307]},{"name":"BDCB_STATUS_UPDATE_CONTEXT","features":[309]},{"name":"BDCB_STATUS_UPDATE_TYPE","features":[309]},{"name":"BMC_NOTIFY_TYPE_GUID","features":[309]},{"name":"BOOTDISK_INFORMATION","features":[309]},{"name":"BOOTDISK_INFORMATION_EX","features":[309,307]},{"name":"BOOTDISK_INFORMATION_LITE","features":[309]},{"name":"BOOT_DRIVER_CALLBACK_FUNCTION","features":[309,307]},{"name":"BOOT_NOTIFY_TYPE_GUID","features":[309]},{"name":"BOUND_CALLBACK","features":[309]},{"name":"BOUND_CALLBACK_STATUS","features":[309]},{"name":"BUS_DATA_TYPE","features":[309]},{"name":"BUS_INTERFACE_STANDARD","features":[308,311,309,307,310,312,313,314]},{"name":"BUS_QUERY_ID_TYPE","features":[309]},{"name":"BUS_RESOURCE_UPDATE_INTERFACE","features":[309,307]},{"name":"BUS_SPECIFIC_RESET_FLAGS","features":[309]},{"name":"BackgroundWorkQueue","features":[309]},{"name":"BdCbClassificationEnd","features":[309]},{"name":"BdCbClassificationKnownBadImage","features":[309]},{"name":"BdCbClassificationKnownBadImageBootCritical","features":[309]},{"name":"BdCbClassificationKnownGoodImage","features":[309]},{"name":"BdCbClassificationUnknownImage","features":[309]},{"name":"BdCbInitializeImage","features":[309]},{"name":"BdCbStatusPrepareForDependencyLoad","features":[309]},{"name":"BdCbStatusPrepareForDriverLoad","features":[309]},{"name":"BdCbStatusPrepareForUnload","features":[309]},{"name":"BdCbStatusUpdate","features":[309]},{"name":"BoundExceptionContinueSearch","features":[309]},{"name":"BoundExceptionError","features":[309]},{"name":"BoundExceptionHandled","features":[309]},{"name":"BoundExceptionMaximum","features":[309]},{"name":"BufferEmpty","features":[309]},{"name":"BufferFinished","features":[309]},{"name":"BufferIncomplete","features":[309]},{"name":"BufferInserted","features":[309]},{"name":"BufferStarted","features":[309]},{"name":"BusQueryCompatibleIDs","features":[309]},{"name":"BusQueryContainerID","features":[309]},{"name":"BusQueryDeviceID","features":[309]},{"name":"BusQueryDeviceSerialNumber","features":[309]},{"name":"BusQueryHardwareIDs","features":[309]},{"name":"BusQueryInstanceID","features":[309]},{"name":"BusRelations","features":[309]},{"name":"BusWidth32Bits","features":[309]},{"name":"BusWidth64Bits","features":[309]},{"name":"CBus","features":[309]},{"name":"CLFS_MAX_CONTAINER_INFO","features":[309]},{"name":"CLFS_MGMT_CLIENT_REGISTRATION","features":[308,311,309,307,310,326,312,313,314]},{"name":"CLFS_SCAN_BACKWARD","features":[309]},{"name":"CLFS_SCAN_BUFFERED","features":[309]},{"name":"CLFS_SCAN_CLOSE","features":[309]},{"name":"CLFS_SCAN_FORWARD","features":[309]},{"name":"CLFS_SCAN_INIT","features":[309]},{"name":"CLFS_SCAN_INITIALIZED","features":[309]},{"name":"CLOCK1_LEVEL","features":[309]},{"name":"CLOCK2_LEVEL","features":[309]},{"name":"CLOCK_LEVEL","features":[309]},{"name":"CMCI_LEVEL","features":[309]},{"name":"CMCI_NOTIFY_TYPE_GUID","features":[309]},{"name":"CMC_DRIVER_INFO","features":[308,309]},{"name":"CMC_NOTIFY_TYPE_GUID","features":[309]},{"name":"CM_COMPONENT_INFORMATION","features":[309]},{"name":"CM_DISK_GEOMETRY_DEVICE_DATA","features":[309]},{"name":"CM_EISA_FUNCTION_INFORMATION","features":[309]},{"name":"CM_EISA_SLOT_INFORMATION","features":[309]},{"name":"CM_FLOPPY_DEVICE_DATA","features":[309]},{"name":"CM_FULL_RESOURCE_DESCRIPTOR","features":[309]},{"name":"CM_INT13_DRIVE_PARAMETER","features":[309]},{"name":"CM_KEYBOARD_DEVICE_DATA","features":[309]},{"name":"CM_MCA_POS_DATA","features":[309]},{"name":"CM_MONITOR_DEVICE_DATA","features":[309]},{"name":"CM_PARTIAL_RESOURCE_DESCRIPTOR","features":[309]},{"name":"CM_PARTIAL_RESOURCE_LIST","features":[309]},{"name":"CM_PCCARD_DEVICE_DATA","features":[309]},{"name":"CM_PNP_BIOS_DEVICE_NODE","features":[309]},{"name":"CM_PNP_BIOS_INSTALLATION_CHECK","features":[309]},{"name":"CM_POWER_DATA","features":[309,314]},{"name":"CM_RESOURCE_CONNECTION_CLASS_FUNCTION_CONFIG","features":[309]},{"name":"CM_RESOURCE_CONNECTION_CLASS_GPIO","features":[309]},{"name":"CM_RESOURCE_CONNECTION_CLASS_SERIAL","features":[309]},{"name":"CM_RESOURCE_CONNECTION_TYPE_FUNCTION_CONFIG","features":[309]},{"name":"CM_RESOURCE_CONNECTION_TYPE_GPIO_IO","features":[309]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_I2C","features":[309]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_SPI","features":[309]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_UART","features":[309]},{"name":"CM_RESOURCE_DMA_16","features":[309]},{"name":"CM_RESOURCE_DMA_32","features":[309]},{"name":"CM_RESOURCE_DMA_8","features":[309]},{"name":"CM_RESOURCE_DMA_8_AND_16","features":[309]},{"name":"CM_RESOURCE_DMA_BUS_MASTER","features":[309]},{"name":"CM_RESOURCE_DMA_TYPE_A","features":[309]},{"name":"CM_RESOURCE_DMA_TYPE_B","features":[309]},{"name":"CM_RESOURCE_DMA_TYPE_F","features":[309]},{"name":"CM_RESOURCE_DMA_V3","features":[309]},{"name":"CM_RESOURCE_INTERRUPT_LATCHED","features":[309]},{"name":"CM_RESOURCE_INTERRUPT_LEVEL_LATCHED_BITS","features":[309]},{"name":"CM_RESOURCE_INTERRUPT_LEVEL_SENSITIVE","features":[309]},{"name":"CM_RESOURCE_INTERRUPT_MESSAGE","features":[309]},{"name":"CM_RESOURCE_INTERRUPT_POLICY_INCLUDED","features":[309]},{"name":"CM_RESOURCE_INTERRUPT_SECONDARY_INTERRUPT","features":[309]},{"name":"CM_RESOURCE_INTERRUPT_WAKE_HINT","features":[309]},{"name":"CM_RESOURCE_LIST","features":[309]},{"name":"CM_RESOURCE_MEMORY_24","features":[309]},{"name":"CM_RESOURCE_MEMORY_BAR","features":[309]},{"name":"CM_RESOURCE_MEMORY_CACHEABLE","features":[309]},{"name":"CM_RESOURCE_MEMORY_COMBINEDWRITE","features":[309]},{"name":"CM_RESOURCE_MEMORY_COMPAT_FOR_INACCESSIBLE_RANGE","features":[309]},{"name":"CM_RESOURCE_MEMORY_LARGE","features":[309]},{"name":"CM_RESOURCE_MEMORY_LARGE_40","features":[309]},{"name":"CM_RESOURCE_MEMORY_LARGE_40_MAXLEN","features":[309]},{"name":"CM_RESOURCE_MEMORY_LARGE_48","features":[309]},{"name":"CM_RESOURCE_MEMORY_LARGE_48_MAXLEN","features":[309]},{"name":"CM_RESOURCE_MEMORY_LARGE_64","features":[309]},{"name":"CM_RESOURCE_MEMORY_LARGE_64_MAXLEN","features":[309]},{"name":"CM_RESOURCE_MEMORY_PREFETCHABLE","features":[309]},{"name":"CM_RESOURCE_MEMORY_READ_ONLY","features":[309]},{"name":"CM_RESOURCE_MEMORY_READ_WRITE","features":[309]},{"name":"CM_RESOURCE_MEMORY_WINDOW_DECODE","features":[309]},{"name":"CM_RESOURCE_MEMORY_WRITEABILITY_MASK","features":[309]},{"name":"CM_RESOURCE_MEMORY_WRITE_ONLY","features":[309]},{"name":"CM_RESOURCE_PORT_10_BIT_DECODE","features":[309]},{"name":"CM_RESOURCE_PORT_12_BIT_DECODE","features":[309]},{"name":"CM_RESOURCE_PORT_16_BIT_DECODE","features":[309]},{"name":"CM_RESOURCE_PORT_BAR","features":[309]},{"name":"CM_RESOURCE_PORT_IO","features":[309]},{"name":"CM_RESOURCE_PORT_MEMORY","features":[309]},{"name":"CM_RESOURCE_PORT_PASSIVE_DECODE","features":[309]},{"name":"CM_RESOURCE_PORT_POSITIVE_DECODE","features":[309]},{"name":"CM_RESOURCE_PORT_WINDOW_DECODE","features":[309]},{"name":"CM_ROM_BLOCK","features":[309]},{"name":"CM_SCSI_DEVICE_DATA","features":[309]},{"name":"CM_SERIAL_DEVICE_DATA","features":[309]},{"name":"CM_SERVICE_MEASURED_BOOT_LOAD","features":[309]},{"name":"CM_SHARE_DISPOSITION","features":[309]},{"name":"CM_SONIC_DEVICE_DATA","features":[309]},{"name":"CM_VIDEO_DEVICE_DATA","features":[309]},{"name":"CONFIGURATION_INFORMATION","features":[309,307]},{"name":"CONFIGURATION_TYPE","features":[309]},{"name":"CONNECT_CURRENT_VERSION","features":[309]},{"name":"CONNECT_FULLY_SPECIFIED","features":[309]},{"name":"CONNECT_FULLY_SPECIFIED_GROUP","features":[309]},{"name":"CONNECT_LINE_BASED","features":[309]},{"name":"CONNECT_MESSAGE_BASED","features":[309]},{"name":"CONNECT_MESSAGE_BASED_PASSIVE","features":[309]},{"name":"CONTROLLER_OBJECT","features":[308,309,307,313]},{"name":"COUNTED_REASON_CONTEXT","features":[309,307]},{"name":"CP15_PCR_RESERVED_MASK","features":[309]},{"name":"CPER_EMPTY_GUID","features":[309]},{"name":"CPE_DRIVER_INFO","features":[308,309]},{"name":"CPE_NOTIFY_TYPE_GUID","features":[309]},{"name":"CP_GET_ERROR","features":[309]},{"name":"CP_GET_NODATA","features":[309]},{"name":"CP_GET_SUCCESS","features":[309]},{"name":"CRASHDUMP_FUNCTIONS_INTERFACE","features":[309,307]},{"name":"CREATE_FILE_TYPE","features":[309]},{"name":"CREATE_USER_PROCESS_ECP_CONTEXT","features":[309]},{"name":"CardPresent","features":[309]},{"name":"CbusConfiguration","features":[309]},{"name":"CdromController","features":[309]},{"name":"CentralProcessor","features":[309]},{"name":"ClfsAddLogContainer","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsAddLogContainerSet","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsAdvanceLogBase","features":[309,307,326]},{"name":"ClfsAlignReservedLog","features":[309,307]},{"name":"ClfsAllocReservedLog","features":[309,307]},{"name":"ClfsClientRecord","features":[309]},{"name":"ClfsCloseAndResetLogFile","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsCloseLogFileObject","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsContainerActive","features":[309]},{"name":"ClfsContainerActivePendingDelete","features":[309]},{"name":"ClfsContainerInactive","features":[309]},{"name":"ClfsContainerInitializing","features":[309]},{"name":"ClfsContainerPendingArchive","features":[309]},{"name":"ClfsContainerPendingArchiveAndDelete","features":[309]},{"name":"ClfsCreateLogFile","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsCreateMarshallingArea","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsCreateMarshallingAreaEx","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsCreateScanContext","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsDataRecord","features":[309]},{"name":"ClfsDeleteLogByPointer","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsDeleteLogFile","features":[309,307]},{"name":"ClfsDeleteMarshallingArea","features":[309,307]},{"name":"ClfsEarlierLsn","features":[309,326]},{"name":"ClfsFinalize","features":[309]},{"name":"ClfsFlushBuffers","features":[309,307]},{"name":"ClfsFlushToLsn","features":[309,307,326]},{"name":"ClfsFreeReservedLog","features":[309,307]},{"name":"ClfsGetContainerName","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsGetIoStatistics","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsGetLogFileInformation","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsInitialize","features":[309,307]},{"name":"ClfsLaterLsn","features":[309,326]},{"name":"ClfsLsnBlockOffset","features":[309,326]},{"name":"ClfsLsnContainer","features":[309,326]},{"name":"ClfsLsnCreate","features":[309,326]},{"name":"ClfsLsnDifference","features":[309,307,326]},{"name":"ClfsLsnEqual","features":[309,307,326]},{"name":"ClfsLsnGreater","features":[309,307,326]},{"name":"ClfsLsnInvalid","features":[309,307,326]},{"name":"ClfsLsnLess","features":[309,307,326]},{"name":"ClfsLsnNull","features":[309,307,326]},{"name":"ClfsLsnRecordSequence","features":[309,326]},{"name":"ClfsMgmtDeregisterManagedClient","features":[309,307]},{"name":"ClfsMgmtHandleLogFileFull","features":[309,307]},{"name":"ClfsMgmtInstallPolicy","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsMgmtQueryPolicy","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsMgmtRegisterManagedClient","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsMgmtRemovePolicy","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsMgmtSetLogFileSize","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsMgmtSetLogFileSizeAsClient","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsMgmtTailAdvanceFailure","features":[309,307]},{"name":"ClfsNullRecord","features":[309]},{"name":"ClfsQueryLogFileInformation","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsReadLogRecord","features":[309,307,326]},{"name":"ClfsReadNextLogRecord","features":[309,307,326]},{"name":"ClfsReadPreviousRestartArea","features":[309,307,326]},{"name":"ClfsReadRestartArea","features":[309,307,326]},{"name":"ClfsRemoveLogContainer","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsRemoveLogContainerSet","features":[308,311,309,307,310,312,313,314]},{"name":"ClfsReserveAndAppendLog","features":[309,307,326]},{"name":"ClfsReserveAndAppendLogAligned","features":[309,307,326]},{"name":"ClfsRestartRecord","features":[309]},{"name":"ClfsScanLogContainers","features":[309,307,326]},{"name":"ClfsSetArchiveTail","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsSetEndOfLog","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsSetLogFileInformation","features":[308,311,309,307,310,326,312,313,314]},{"name":"ClfsTerminateReadLog","features":[309,307]},{"name":"ClfsWriteRestartArea","features":[309,307,326]},{"name":"ClsContainerActive","features":[309]},{"name":"ClsContainerActivePendingDelete","features":[309]},{"name":"ClsContainerInactive","features":[309]},{"name":"ClsContainerInitializing","features":[309]},{"name":"ClsContainerPendingArchive","features":[309]},{"name":"ClsContainerPendingArchiveAndDelete","features":[309]},{"name":"CmCallbackGetKeyObjectID","features":[309,307]},{"name":"CmCallbackGetKeyObjectIDEx","features":[309,307]},{"name":"CmCallbackReleaseKeyObjectIDEx","features":[309,307]},{"name":"CmGetBoundTransaction","features":[309]},{"name":"CmGetCallbackVersion","features":[309]},{"name":"CmRegisterCallback","features":[309,307]},{"name":"CmRegisterCallbackEx","features":[309,307]},{"name":"CmResourceShareDeviceExclusive","features":[309]},{"name":"CmResourceShareDriverExclusive","features":[309]},{"name":"CmResourceShareShared","features":[309]},{"name":"CmResourceShareUndetermined","features":[309]},{"name":"CmResourceTypeBusNumber","features":[309]},{"name":"CmResourceTypeConfigData","features":[309]},{"name":"CmResourceTypeConnection","features":[309]},{"name":"CmResourceTypeDevicePrivate","features":[309]},{"name":"CmResourceTypeDeviceSpecific","features":[309]},{"name":"CmResourceTypeDma","features":[309]},{"name":"CmResourceTypeInterrupt","features":[309]},{"name":"CmResourceTypeMaximum","features":[309]},{"name":"CmResourceTypeMemory","features":[309]},{"name":"CmResourceTypeMemoryLarge","features":[309]},{"name":"CmResourceTypeMfCardConfig","features":[309]},{"name":"CmResourceTypeNonArbitrated","features":[309]},{"name":"CmResourceTypeNull","features":[309]},{"name":"CmResourceTypePcCardConfig","features":[309]},{"name":"CmResourceTypePort","features":[309]},{"name":"CmSetCallbackObjectContext","features":[309,307]},{"name":"CmUnRegisterCallback","features":[309,307]},{"name":"Cmos","features":[309]},{"name":"CommonBufferConfigTypeHardwareAccessPermissions","features":[309]},{"name":"CommonBufferConfigTypeLogicalAddressLimits","features":[309]},{"name":"CommonBufferConfigTypeMax","features":[309]},{"name":"CommonBufferConfigTypeSubSection","features":[309]},{"name":"CommonBufferHardwareAccessMax","features":[309]},{"name":"CommonBufferHardwareAccessReadOnly","features":[309]},{"name":"CommonBufferHardwareAccessReadWrite","features":[309]},{"name":"CommonBufferHardwareAccessWriteOnly","features":[309]},{"name":"Compatible","features":[309]},{"name":"ConfigurationSpaceUndefined","features":[309]},{"name":"ContinueCompletion","features":[309]},{"name":"CreateFileTypeMailslot","features":[309]},{"name":"CreateFileTypeNamedPipe","features":[309]},{"name":"CreateFileTypeNone","features":[309]},{"name":"CriticalWorkQueue","features":[309]},{"name":"CustomPriorityWorkQueue","features":[309]},{"name":"D3COLD_AUX_POWER_AND_TIMING_INTERFACE","features":[309,307]},{"name":"D3COLD_LAST_TRANSITION_STATUS","features":[309]},{"name":"D3COLD_REQUEST_AUX_POWER","features":[309,307]},{"name":"D3COLD_REQUEST_CORE_POWER_RAIL","features":[309,307]},{"name":"D3COLD_REQUEST_PERST_DELAY","features":[309,307]},{"name":"D3COLD_SUPPORT_INTERFACE","features":[309,307]},{"name":"D3COLD_SUPPORT_INTERFACE_VERSION","features":[309]},{"name":"DBG_DEVICE_FLAG_BARS_MAPPED","features":[309]},{"name":"DBG_DEVICE_FLAG_HAL_SCRATCH_ALLOCATED","features":[309]},{"name":"DBG_DEVICE_FLAG_HOST_VISIBLE_ALLOCATED","features":[309]},{"name":"DBG_DEVICE_FLAG_SCRATCH_ALLOCATED","features":[309]},{"name":"DBG_DEVICE_FLAG_SYNTHETIC","features":[309]},{"name":"DBG_DEVICE_FLAG_UNCACHED_MEMORY","features":[309]},{"name":"DBG_STATUS_BUGCHECK_FIRST","features":[309]},{"name":"DBG_STATUS_BUGCHECK_SECOND","features":[309]},{"name":"DBG_STATUS_CONTROL_C","features":[309]},{"name":"DBG_STATUS_DEBUG_CONTROL","features":[309]},{"name":"DBG_STATUS_FATAL","features":[309]},{"name":"DBG_STATUS_SYSRQ","features":[309]},{"name":"DBG_STATUS_WORKER","features":[309]},{"name":"DEBUGGING_DEVICE_IN_USE","features":[309]},{"name":"DEBUGGING_DEVICE_IN_USE_INFORMATION","features":[309]},{"name":"DEBUG_DEVICE_ADDRESS","features":[309,307]},{"name":"DEBUG_DEVICE_DESCRIPTOR","features":[309,307]},{"name":"DEBUG_EFI_IOMMU_DATA","features":[309]},{"name":"DEBUG_MEMORY_REQUIREMENTS","features":[309,307]},{"name":"DEBUG_TRANSPORT_DATA","features":[309,307]},{"name":"DEFAULT_DEVICE_DRIVER_CREATOR_GUID","features":[309]},{"name":"DEVICE_BUS_SPECIFIC_RESET_HANDLER","features":[309,307]},{"name":"DEVICE_BUS_SPECIFIC_RESET_INFO","features":[309]},{"name":"DEVICE_BUS_SPECIFIC_RESET_TYPE","features":[309]},{"name":"DEVICE_CAPABILITIES","features":[309,314]},{"name":"DEVICE_CHANGE_COMPLETE_CALLBACK","features":[309]},{"name":"DEVICE_DESCRIPTION","features":[309,307]},{"name":"DEVICE_DESCRIPTION_VERSION","features":[309]},{"name":"DEVICE_DESCRIPTION_VERSION1","features":[309]},{"name":"DEVICE_DESCRIPTION_VERSION2","features":[309]},{"name":"DEVICE_DESCRIPTION_VERSION3","features":[309]},{"name":"DEVICE_DIRECTORY_TYPE","features":[309]},{"name":"DEVICE_DRIVER_NOTIFY_TYPE_GUID","features":[309]},{"name":"DEVICE_FAULT_CONFIGURATION","features":[309]},{"name":"DEVICE_FLAGS","features":[309]},{"name":"DEVICE_INSTALL_STATE","features":[309]},{"name":"DEVICE_INTERFACE_CHANGE_NOTIFICATION","features":[309,307]},{"name":"DEVICE_INTERFACE_INCLUDE_NONACTIVE","features":[309]},{"name":"DEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER","features":[309,307]},{"name":"DEVICE_REGISTRY_PROPERTY","features":[309]},{"name":"DEVICE_RELATIONS","features":[308,311,309,307,310,312,313,314]},{"name":"DEVICE_RELATION_TYPE","features":[309]},{"name":"DEVICE_REMOVAL_POLICY","features":[309]},{"name":"DEVICE_RESET_COMPLETION","features":[309,307]},{"name":"DEVICE_RESET_HANDLER","features":[309,307]},{"name":"DEVICE_RESET_INTERFACE_STANDARD","features":[309,307]},{"name":"DEVICE_RESET_INTERFACE_VERSION","features":[309]},{"name":"DEVICE_RESET_INTERFACE_VERSION_1","features":[309]},{"name":"DEVICE_RESET_INTERFACE_VERSION_2","features":[309]},{"name":"DEVICE_RESET_INTERFACE_VERSION_3","features":[309]},{"name":"DEVICE_RESET_STATUS_FLAGS","features":[309]},{"name":"DEVICE_RESET_TYPE","features":[309]},{"name":"DEVICE_TEXT_TYPE","features":[309]},{"name":"DEVICE_USAGE_NOTIFICATION_TYPE","features":[309]},{"name":"DEVICE_WAKE_DEPTH","features":[309]},{"name":"DIRECTORY_CREATE_OBJECT","features":[309]},{"name":"DIRECTORY_CREATE_SUBDIRECTORY","features":[309]},{"name":"DIRECTORY_NOTIFY_INFORMATION_CLASS","features":[309]},{"name":"DIRECTORY_QUERY","features":[309]},{"name":"DIRECTORY_TRAVERSE","features":[309]},{"name":"DISK_SIGNATURE","features":[309]},{"name":"DISPATCH_LEVEL","features":[309]},{"name":"DMAV3_TRANFER_WIDTH_128","features":[309]},{"name":"DMAV3_TRANFER_WIDTH_16","features":[309]},{"name":"DMAV3_TRANFER_WIDTH_256","features":[309]},{"name":"DMAV3_TRANFER_WIDTH_32","features":[309]},{"name":"DMAV3_TRANFER_WIDTH_64","features":[309]},{"name":"DMAV3_TRANFER_WIDTH_8","features":[309]},{"name":"DMA_ADAPTER","features":[308,311,309,307,310,312,313,314]},{"name":"DMA_ADAPTER_INFO","features":[309,307]},{"name":"DMA_ADAPTER_INFO_CRASHDUMP","features":[309,307]},{"name":"DMA_ADAPTER_INFO_V1","features":[309]},{"name":"DMA_ADAPTER_INFO_VERSION1","features":[309]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION","features":[309]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_ACCESS_TYPE","features":[309]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_TYPE","features":[309]},{"name":"DMA_COMPLETION_ROUTINE","features":[308,311,309,307,310,312,313,314]},{"name":"DMA_COMPLETION_STATUS","features":[309]},{"name":"DMA_CONFIGURATION_BYTE0","features":[309]},{"name":"DMA_CONFIGURATION_BYTE1","features":[309]},{"name":"DMA_FAIL_ON_BOUNCE","features":[309]},{"name":"DMA_IOMMU_INTERFACE","features":[309,307]},{"name":"DMA_IOMMU_INTERFACE_EX","features":[309,307]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION","features":[309]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_1","features":[309]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_2","features":[309]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_MAX","features":[309]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_MIN","features":[309]},{"name":"DMA_IOMMU_INTERFACE_V1","features":[309,307]},{"name":"DMA_IOMMU_INTERFACE_V2","features":[309,307]},{"name":"DMA_IOMMU_INTERFACE_VERSION","features":[309]},{"name":"DMA_IOMMU_INTERFACE_VERSION_1","features":[309]},{"name":"DMA_OPERATIONS","features":[308,311,309,307,310,312,313,314]},{"name":"DMA_SPEED","features":[309]},{"name":"DMA_SYNCHRONOUS_CALLBACK","features":[309]},{"name":"DMA_TRANSFER_CONTEXT_SIZE_V1","features":[309]},{"name":"DMA_TRANSFER_CONTEXT_VERSION1","features":[309]},{"name":"DMA_TRANSFER_INFO","features":[309]},{"name":"DMA_TRANSFER_INFO_V1","features":[309]},{"name":"DMA_TRANSFER_INFO_V2","features":[309]},{"name":"DMA_TRANSFER_INFO_VERSION1","features":[309]},{"name":"DMA_TRANSFER_INFO_VERSION2","features":[309]},{"name":"DMA_WIDTH","features":[309]},{"name":"DMA_ZERO_BUFFERS","features":[309]},{"name":"DOMAIN_COMMON_BUFFER_LARGE_PAGE","features":[309]},{"name":"DOMAIN_CONFIGURATION","features":[309,307]},{"name":"DOMAIN_CONFIGURATION_ARCH","features":[309]},{"name":"DOMAIN_CONFIGURATION_ARM64","features":[309,307]},{"name":"DOMAIN_CONFIGURATION_X64","features":[309,307]},{"name":"DPC_NORMAL","features":[309]},{"name":"DPC_THREADED","features":[309]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK","features":[309]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK_REVISION_1","features":[309]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK_SIGNATURE","features":[309]},{"name":"DRIVER_DIRECTORY_TYPE","features":[309]},{"name":"DRIVER_LIST_CONTROL","features":[308,311,309,307,310,312,313,314]},{"name":"DRIVER_REGKEY_TYPE","features":[309]},{"name":"DRIVER_RUNTIME_INIT_FLAGS","features":[309]},{"name":"DRIVER_VERIFIER_FORCE_IRQL_CHECKING","features":[309]},{"name":"DRIVER_VERIFIER_INJECT_ALLOCATION_FAILURES","features":[309]},{"name":"DRIVER_VERIFIER_IO_CHECKING","features":[309]},{"name":"DRIVER_VERIFIER_SPECIAL_POOLING","features":[309]},{"name":"DRIVER_VERIFIER_THUNK_PAIRS","features":[309]},{"name":"DRIVER_VERIFIER_TRACK_POOL_ALLOCATIONS","features":[309]},{"name":"DRS_LEVEL","features":[309]},{"name":"DRVO_BOOTREINIT_REGISTERED","features":[309]},{"name":"DRVO_BUILTIN_DRIVER","features":[309]},{"name":"DRVO_INITIALIZED","features":[309]},{"name":"DRVO_LEGACY_DRIVER","features":[309]},{"name":"DRVO_LEGACY_RESOURCES","features":[309]},{"name":"DRVO_REINIT_REGISTERED","features":[309]},{"name":"DRVO_UNLOAD_INVOKED","features":[309]},{"name":"DUPLICATE_SAME_ATTRIBUTES","features":[309]},{"name":"DbgBreakPointWithStatus","features":[309]},{"name":"DbgPrint","features":[309]},{"name":"DbgPrintEx","features":[309]},{"name":"DbgPrintReturnControlC","features":[309]},{"name":"DbgPrompt","features":[309]},{"name":"DbgQueryDebugFilterState","features":[309,307]},{"name":"DbgSetDebugFilterState","features":[309,307]},{"name":"DbgSetDebugPrintCallback","features":[309,307,313]},{"name":"DeallocateObject","features":[309]},{"name":"DeallocateObjectKeepRegisters","features":[309]},{"name":"DelayExecution","features":[309]},{"name":"DelayedWorkQueue","features":[309]},{"name":"DeleteSecurityDescriptor","features":[309]},{"name":"DeviceDirectoryData","features":[309]},{"name":"DevicePowerState","features":[309]},{"name":"DevicePropertyAddress","features":[309]},{"name":"DevicePropertyAllocatedResources","features":[309]},{"name":"DevicePropertyBootConfiguration","features":[309]},{"name":"DevicePropertyBootConfigurationTranslated","features":[309]},{"name":"DevicePropertyBusNumber","features":[309]},{"name":"DevicePropertyBusTypeGuid","features":[309]},{"name":"DevicePropertyClassGuid","features":[309]},{"name":"DevicePropertyClassName","features":[309]},{"name":"DevicePropertyCompatibleIDs","features":[309]},{"name":"DevicePropertyContainerID","features":[309]},{"name":"DevicePropertyDeviceDescription","features":[309]},{"name":"DevicePropertyDriverKeyName","features":[309]},{"name":"DevicePropertyEnumeratorName","features":[309]},{"name":"DevicePropertyFriendlyName","features":[309]},{"name":"DevicePropertyHardwareID","features":[309]},{"name":"DevicePropertyInstallState","features":[309]},{"name":"DevicePropertyLegacyBusType","features":[309]},{"name":"DevicePropertyLocationInformation","features":[309]},{"name":"DevicePropertyManufacturer","features":[309]},{"name":"DevicePropertyPhysicalDeviceObjectName","features":[309]},{"name":"DevicePropertyRemovalPolicy","features":[309]},{"name":"DevicePropertyResourceRequirements","features":[309]},{"name":"DevicePropertyUINumber","features":[309]},{"name":"DeviceTextDescription","features":[309]},{"name":"DeviceTextLocationInformation","features":[309]},{"name":"DeviceUsageTypeBoot","features":[309]},{"name":"DeviceUsageTypeDumpFile","features":[309]},{"name":"DeviceUsageTypeGuestAssigned","features":[309]},{"name":"DeviceUsageTypeHibernation","features":[309]},{"name":"DeviceUsageTypePaging","features":[309]},{"name":"DeviceUsageTypePostDisplay","features":[309]},{"name":"DeviceUsageTypeUndefined","features":[309]},{"name":"DeviceWakeDepthD0","features":[309]},{"name":"DeviceWakeDepthD1","features":[309]},{"name":"DeviceWakeDepthD2","features":[309]},{"name":"DeviceWakeDepthD3cold","features":[309]},{"name":"DeviceWakeDepthD3hot","features":[309]},{"name":"DeviceWakeDepthMaximum","features":[309]},{"name":"DeviceWakeDepthNotWakeable","features":[309]},{"name":"DirectoryNotifyExtendedInformation","features":[309]},{"name":"DirectoryNotifyFullInformation","features":[309]},{"name":"DirectoryNotifyInformation","features":[309]},{"name":"DirectoryNotifyMaximumInformation","features":[309]},{"name":"DisabledControl","features":[309]},{"name":"DiskController","features":[309]},{"name":"DiskIoNotifyRoutinesClass","features":[309]},{"name":"DiskPeripheral","features":[309]},{"name":"DisplayController","features":[309]},{"name":"DmaAborted","features":[309]},{"name":"DmaCancelled","features":[309]},{"name":"DmaComplete","features":[309]},{"name":"DmaError","features":[309]},{"name":"DockingInformation","features":[309]},{"name":"DomainConfigurationArm64","features":[309]},{"name":"DomainConfigurationInvalid","features":[309]},{"name":"DomainConfigurationX64","features":[309]},{"name":"DomainTypeMax","features":[309]},{"name":"DomainTypePassThrough","features":[309]},{"name":"DomainTypeTranslate","features":[309]},{"name":"DomainTypeUnmanaged","features":[309]},{"name":"DriverDirectoryData","features":[309]},{"name":"DriverDirectoryImage","features":[309]},{"name":"DriverDirectorySharedData","features":[309]},{"name":"DriverRegKeyParameters","features":[309]},{"name":"DriverRegKeyPersistentState","features":[309]},{"name":"DriverRegKeySharedPersistentState","features":[309]},{"name":"DrvRtPoolNxOptIn","features":[309]},{"name":"DtiAdapter","features":[309]},{"name":"EFI_ACPI_RAS_SIGNAL_TABLE","features":[309]},{"name":"EFLAG_SIGN","features":[309]},{"name":"EFLAG_ZERO","features":[309]},{"name":"EISA_DMA_CONFIGURATION","features":[309]},{"name":"EISA_EMPTY_SLOT","features":[309]},{"name":"EISA_FREE_FORM_DATA","features":[309]},{"name":"EISA_FUNCTION_ENABLED","features":[309]},{"name":"EISA_HAS_DMA_ENTRY","features":[309]},{"name":"EISA_HAS_IRQ_ENTRY","features":[309]},{"name":"EISA_HAS_MEMORY_ENTRY","features":[309]},{"name":"EISA_HAS_PORT_INIT_ENTRY","features":[309]},{"name":"EISA_HAS_PORT_RANGE","features":[309]},{"name":"EISA_HAS_TYPE_ENTRY","features":[309]},{"name":"EISA_INVALID_BIOS_CALL","features":[309]},{"name":"EISA_INVALID_CONFIGURATION","features":[309]},{"name":"EISA_INVALID_FUNCTION","features":[309]},{"name":"EISA_INVALID_SLOT","features":[309]},{"name":"EISA_IRQ_CONFIGURATION","features":[309]},{"name":"EISA_IRQ_DESCRIPTOR","features":[309]},{"name":"EISA_MEMORY_CONFIGURATION","features":[309]},{"name":"EISA_MEMORY_TYPE","features":[309]},{"name":"EISA_MEMORY_TYPE_RAM","features":[309]},{"name":"EISA_MORE_ENTRIES","features":[309]},{"name":"EISA_PORT_CONFIGURATION","features":[309]},{"name":"EISA_PORT_DESCRIPTOR","features":[309]},{"name":"EISA_SYSTEM_MEMORY","features":[309]},{"name":"ENABLE_VIRTUALIZATION","features":[309,307]},{"name":"ERROR_LOG_LIMIT_SIZE","features":[309]},{"name":"ERROR_MAJOR_REVISION_SAL_03_00","features":[309]},{"name":"ERROR_MEMORY_GUID","features":[309]},{"name":"ERROR_MINOR_REVISION_SAL_03_00","features":[309]},{"name":"ERROR_PCI_BUS_GUID","features":[309]},{"name":"ERROR_PCI_COMPONENT_GUID","features":[309]},{"name":"ERROR_PLATFORM_BUS_GUID","features":[309]},{"name":"ERROR_PLATFORM_HOST_CONTROLLER_GUID","features":[309]},{"name":"ERROR_PLATFORM_SPECIFIC_GUID","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_BUS_CHECK_MASK","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_BUS_CHECK_SHIFT","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_CACHE_CHECK_MASK","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_CACHE_CHECK_SHIFT","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_MICROARCH_CHECK_MASK","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_MICROARCH_CHECK_SHIFT","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_REG_CHECK_MASK","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_REG_CHECK_SHIFT","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_TLB_CHECK_MASK","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_TLB_CHECK_SHIFT","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_UNKNOWN_CHECK_MASK","features":[309]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_UNKNOWN_CHECK_SHIFT","features":[309]},{"name":"ERROR_SMBIOS_GUID","features":[309]},{"name":"ERROR_SYSTEM_EVENT_LOG_GUID","features":[309]},{"name":"ERRTYP_BUS","features":[309]},{"name":"ERRTYP_CACHE","features":[309]},{"name":"ERRTYP_FLOW","features":[309]},{"name":"ERRTYP_FUNCTION","features":[309]},{"name":"ERRTYP_IMPROPER","features":[309]},{"name":"ERRTYP_INTERNAL","features":[309]},{"name":"ERRTYP_LOSSOFLOCKSTEP","features":[309]},{"name":"ERRTYP_MAP","features":[309]},{"name":"ERRTYP_MEM","features":[309]},{"name":"ERRTYP_PARITY","features":[309]},{"name":"ERRTYP_PATHERROR","features":[309]},{"name":"ERRTYP_POISONED","features":[309]},{"name":"ERRTYP_PROTOCOL","features":[309]},{"name":"ERRTYP_RESPONSE","features":[309]},{"name":"ERRTYP_SELFTEST","features":[309]},{"name":"ERRTYP_TIMEOUT","features":[309]},{"name":"ERRTYP_TLB","features":[309]},{"name":"ERRTYP_UNIMPL","features":[309]},{"name":"ETWENABLECALLBACK","features":[309,337]},{"name":"ETW_TRACE_SESSION_SETTINGS","features":[309]},{"name":"EVENT_QUERY_STATE","features":[309]},{"name":"EXCEPTION_ALIGNMENT_CHECK","features":[309]},{"name":"EXCEPTION_BOUND_CHECK","features":[309]},{"name":"EXCEPTION_CP_FAULT","features":[309]},{"name":"EXCEPTION_DEBUG","features":[309]},{"name":"EXCEPTION_DIVIDED_BY_ZERO","features":[309]},{"name":"EXCEPTION_DOUBLE_FAULT","features":[309]},{"name":"EXCEPTION_GP_FAULT","features":[309]},{"name":"EXCEPTION_INT3","features":[309]},{"name":"EXCEPTION_INVALID_OPCODE","features":[309]},{"name":"EXCEPTION_INVALID_TSS","features":[309]},{"name":"EXCEPTION_NMI","features":[309]},{"name":"EXCEPTION_NPX_ERROR","features":[309]},{"name":"EXCEPTION_NPX_NOT_AVAILABLE","features":[309]},{"name":"EXCEPTION_NPX_OVERRUN","features":[309]},{"name":"EXCEPTION_RESERVED_TRAP","features":[309]},{"name":"EXCEPTION_SEGMENT_NOT_PRESENT","features":[309]},{"name":"EXCEPTION_SE_FAULT","features":[309]},{"name":"EXCEPTION_SOFTWARE_ORIGINATE","features":[309]},{"name":"EXCEPTION_STACK_FAULT","features":[309]},{"name":"EXCEPTION_VIRTUALIZATION_FAULT","features":[309]},{"name":"EXPAND_STACK_CALLOUT","features":[309]},{"name":"EXTENDED_AGP_REGISTER","features":[309]},{"name":"EXTENDED_CREATE_INFORMATION","features":[309]},{"name":"EXTENDED_CREATE_INFORMATION_32","features":[309]},{"name":"EXTINT_NOTIFY_TYPE_GUID","features":[309]},{"name":"EXT_CALLBACK","features":[308,309]},{"name":"EXT_DELETE_CALLBACK","features":[309]},{"name":"EXT_DELETE_PARAMETERS","features":[309]},{"name":"EX_CALLBACK_FUNCTION","features":[309,307]},{"name":"EX_CARR_ALLOCATE_NONPAGED_POOL","features":[309]},{"name":"EX_CARR_ALLOCATE_PAGED_POOL","features":[309]},{"name":"EX_CARR_DISABLE_EXPANSION","features":[309]},{"name":"EX_CREATE_FLAG_FILE_DEST_OPEN_FOR_COPY","features":[309]},{"name":"EX_CREATE_FLAG_FILE_SOURCE_OPEN_FOR_COPY","features":[309]},{"name":"EX_DEFAULT_PUSH_LOCK_FLAGS","features":[309]},{"name":"EX_LOOKASIDE_LIST_EX_FLAGS_FAIL_NO_RAISE","features":[309]},{"name":"EX_LOOKASIDE_LIST_EX_FLAGS_RAISE_ON_FAIL","features":[309]},{"name":"EX_MAXIMUM_LOOKASIDE_DEPTH_BASE","features":[309]},{"name":"EX_MAXIMUM_LOOKASIDE_DEPTH_LIMIT","features":[309]},{"name":"EX_POOL_PRIORITY","features":[309]},{"name":"EX_RUNDOWN_ACTIVE","features":[309]},{"name":"EX_RUNDOWN_COUNT_SHIFT","features":[309]},{"name":"EX_RUNDOWN_REF","features":[309]},{"name":"EX_TIMER_HIGH_RESOLUTION","features":[309]},{"name":"EX_TIMER_NO_WAKE","features":[309]},{"name":"Eisa","features":[309]},{"name":"EisaAdapter","features":[309]},{"name":"EisaConfiguration","features":[309]},{"name":"EjectionRelations","features":[309]},{"name":"EndAlternatives","features":[309]},{"name":"EtwActivityIdControl","features":[309,307]},{"name":"EtwEventEnabled","features":[309,307,337]},{"name":"EtwProviderEnabled","features":[309,307,337]},{"name":"EtwRegister","features":[309,307]},{"name":"EtwSetInformation","features":[309,307,337]},{"name":"EtwUnregister","features":[309,307,337]},{"name":"EtwWrite","features":[309,307,337]},{"name":"EtwWriteEx","features":[309,307,337]},{"name":"EtwWriteString","features":[309,307,337]},{"name":"EtwWriteTransfer","features":[309,307,337]},{"name":"EventCategoryDeviceInterfaceChange","features":[309]},{"name":"EventCategoryHardwareProfileChange","features":[309]},{"name":"EventCategoryKernelSoftRestart","features":[309]},{"name":"EventCategoryReserved","features":[309]},{"name":"EventCategoryTargetDeviceChange","features":[309]},{"name":"EventLoggerHandleClass","features":[309]},{"name":"ExAcquireFastMutex","features":[308,309,307,313]},{"name":"ExAcquireFastMutexUnsafe","features":[308,309,307,313]},{"name":"ExAcquirePushLockExclusiveEx","features":[309]},{"name":"ExAcquirePushLockSharedEx","features":[309]},{"name":"ExAcquireResourceExclusiveLite","features":[308,309,307,313]},{"name":"ExAcquireResourceSharedLite","features":[308,309,307,313]},{"name":"ExAcquireRundownProtection","features":[309,307]},{"name":"ExAcquireRundownProtectionCacheAware","features":[308,309,307]},{"name":"ExAcquireRundownProtectionCacheAwareEx","features":[308,309,307]},{"name":"ExAcquireRundownProtectionEx","features":[309,307]},{"name":"ExAcquireSharedStarveExclusive","features":[308,309,307,313]},{"name":"ExAcquireSharedWaitForExclusive","features":[308,309,307,313]},{"name":"ExAcquireSpinLockExclusive","features":[309]},{"name":"ExAcquireSpinLockExclusiveAtDpcLevel","features":[309]},{"name":"ExAcquireSpinLockShared","features":[309]},{"name":"ExAcquireSpinLockSharedAtDpcLevel","features":[309]},{"name":"ExAllocateCacheAwareRundownProtection","features":[308,309]},{"name":"ExAllocatePool","features":[308,309]},{"name":"ExAllocatePool2","features":[309]},{"name":"ExAllocatePool3","features":[309,307]},{"name":"ExAllocatePoolWithQuota","features":[308,309]},{"name":"ExAllocatePoolWithQuotaTag","features":[308,309]},{"name":"ExAllocatePoolWithTag","features":[308,309]},{"name":"ExAllocatePoolWithTagPriority","features":[308,309]},{"name":"ExAllocateTimer","features":[308,309]},{"name":"ExCancelTimer","features":[308,309,307]},{"name":"ExCleanupRundownProtectionCacheAware","features":[308,309]},{"name":"ExConvertExclusiveToSharedLite","features":[308,309,313]},{"name":"ExCreateCallback","features":[308,309,307]},{"name":"ExCreatePool","features":[309,307]},{"name":"ExDeleteResourceLite","features":[308,309,307,313]},{"name":"ExDeleteTimer","features":[308,309,307]},{"name":"ExDestroyPool","features":[309,307]},{"name":"ExEnterCriticalRegionAndAcquireResourceExclusive","features":[308,309,313]},{"name":"ExEnterCriticalRegionAndAcquireResourceShared","features":[308,309,313]},{"name":"ExEnterCriticalRegionAndAcquireSharedWaitForExclusive","features":[308,309,313]},{"name":"ExEnumerateSystemFirmwareTables","features":[309,307]},{"name":"ExExtendZone","features":[309,307,313]},{"name":"ExFreeCacheAwareRundownProtection","features":[308,309]},{"name":"ExFreePool","features":[309]},{"name":"ExFreePool2","features":[309,307]},{"name":"ExFreePoolWithTag","features":[309]},{"name":"ExGetExclusiveWaiterCount","features":[308,309,313]},{"name":"ExGetFirmwareEnvironmentVariable","features":[309,307]},{"name":"ExGetFirmwareType","features":[309,338]},{"name":"ExGetPreviousMode","features":[309]},{"name":"ExGetSharedWaiterCount","features":[308,309,313]},{"name":"ExGetSystemFirmwareTable","features":[309,307]},{"name":"ExInitializePushLock","features":[309]},{"name":"ExInitializeResourceLite","features":[308,309,307,313]},{"name":"ExInitializeRundownProtection","features":[309]},{"name":"ExInitializeRundownProtectionCacheAware","features":[308,309]},{"name":"ExInitializeRundownProtectionCacheAwareEx","features":[308,309]},{"name":"ExInitializeZone","features":[309,307,313]},{"name":"ExInterlockedAddLargeInteger","features":[309]},{"name":"ExInterlockedExtendZone","features":[309,307,313]},{"name":"ExIsManufacturingModeEnabled","features":[309,307]},{"name":"ExIsProcessorFeaturePresent","features":[309,307]},{"name":"ExIsResourceAcquiredExclusiveLite","features":[308,309,307,313]},{"name":"ExIsResourceAcquiredSharedLite","features":[308,309,313]},{"name":"ExIsSoftBoot","features":[309,307]},{"name":"ExLocalTimeToSystemTime","features":[309]},{"name":"ExNotifyCallback","features":[309]},{"name":"ExQueryTimerResolution","features":[309]},{"name":"ExQueueWorkItem","features":[308,309,313]},{"name":"ExRaiseAccessViolation","features":[309]},{"name":"ExRaiseDatatypeMisalignment","features":[309]},{"name":"ExRaiseStatus","features":[309,307]},{"name":"ExReInitializeRundownProtection","features":[309]},{"name":"ExReInitializeRundownProtectionCacheAware","features":[308,309]},{"name":"ExRegisterCallback","features":[308,309]},{"name":"ExReinitializeResourceLite","features":[308,309,307,313]},{"name":"ExReleaseFastMutex","features":[308,309,307,313]},{"name":"ExReleaseFastMutexUnsafe","features":[308,309,307,313]},{"name":"ExReleasePushLockExclusiveEx","features":[309]},{"name":"ExReleasePushLockSharedEx","features":[309]},{"name":"ExReleaseResourceAndLeaveCriticalRegion","features":[308,309,313]},{"name":"ExReleaseResourceForThreadLite","features":[308,309,313]},{"name":"ExReleaseResourceLite","features":[308,309,313]},{"name":"ExReleaseRundownProtection","features":[309]},{"name":"ExReleaseRundownProtectionCacheAware","features":[308,309]},{"name":"ExReleaseRundownProtectionCacheAwareEx","features":[308,309]},{"name":"ExReleaseRundownProtectionEx","features":[309]},{"name":"ExReleaseSpinLockExclusive","features":[309]},{"name":"ExReleaseSpinLockExclusiveFromDpcLevel","features":[309]},{"name":"ExReleaseSpinLockShared","features":[309]},{"name":"ExReleaseSpinLockSharedFromDpcLevel","features":[309]},{"name":"ExRundownCompleted","features":[309]},{"name":"ExRundownCompletedCacheAware","features":[308,309]},{"name":"ExSecurePoolUpdate","features":[309,307]},{"name":"ExSecurePoolValidate","features":[309,307]},{"name":"ExSetFirmwareEnvironmentVariable","features":[309,307]},{"name":"ExSetResourceOwnerPointer","features":[308,309,313]},{"name":"ExSetResourceOwnerPointerEx","features":[308,309,313]},{"name":"ExSetTimer","features":[308,309,307]},{"name":"ExSetTimerResolution","features":[309,307]},{"name":"ExSizeOfRundownProtectionCacheAware","features":[309]},{"name":"ExSystemTimeToLocalTime","features":[309]},{"name":"ExTryAcquireSpinLockExclusiveAtDpcLevel","features":[309]},{"name":"ExTryAcquireSpinLockSharedAtDpcLevel","features":[309]},{"name":"ExTryConvertSharedSpinLockExclusive","features":[309]},{"name":"ExTryToAcquireFastMutex","features":[308,309,307,313]},{"name":"ExUnregisterCallback","features":[309]},{"name":"ExUuidCreate","features":[309,307]},{"name":"ExVerifySuite","features":[309,307,313]},{"name":"ExWaitForRundownProtectionRelease","features":[309]},{"name":"ExWaitForRundownProtectionReleaseCacheAware","features":[308,309]},{"name":"Executive","features":[309]},{"name":"ExternalFault","features":[309]},{"name":"FAULT_INFORMATION","features":[308,311,309,307,310,312,313,314]},{"name":"FAULT_INFORMATION_ARCH","features":[309]},{"name":"FAULT_INFORMATION_ARM64","features":[308,311,309,307,310,312,313,314]},{"name":"FAULT_INFORMATION_ARM64_FLAGS","features":[309]},{"name":"FAULT_INFORMATION_ARM64_TYPE","features":[309]},{"name":"FAULT_INFORMATION_X64","features":[309]},{"name":"FAULT_INFORMATION_X64_FLAGS","features":[309]},{"name":"FILE_128_BYTE_ALIGNMENT","features":[309]},{"name":"FILE_256_BYTE_ALIGNMENT","features":[309]},{"name":"FILE_32_BYTE_ALIGNMENT","features":[309]},{"name":"FILE_512_BYTE_ALIGNMENT","features":[309]},{"name":"FILE_64_BYTE_ALIGNMENT","features":[309]},{"name":"FILE_ATTRIBUTE_TAG_INFORMATION","features":[309]},{"name":"FILE_ATTRIBUTE_VALID_FLAGS","features":[309]},{"name":"FILE_ATTRIBUTE_VALID_KERNEL_SET_FLAGS","features":[309]},{"name":"FILE_ATTRIBUTE_VALID_SET_FLAGS","features":[309]},{"name":"FILE_AUTOGENERATED_DEVICE_NAME","features":[309]},{"name":"FILE_BYTE_ALIGNMENT","features":[309]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL","features":[309]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL_DEPRECATED","features":[309]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL_EX","features":[309]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL","features":[309]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL_DEPRECATED","features":[309]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL_EX","features":[309]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK","features":[309]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK_DEPRECATED","features":[309]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK_EX","features":[309]},{"name":"FILE_CHARACTERISTIC_CSV","features":[309]},{"name":"FILE_CHARACTERISTIC_PNP_DEVICE","features":[309]},{"name":"FILE_CHARACTERISTIC_TS_DEVICE","features":[309]},{"name":"FILE_CHARACTERISTIC_WEBDAV_DEVICE","features":[309]},{"name":"FILE_DEVICE_ALLOW_APPCONTAINER_TRAVERSAL","features":[309]},{"name":"FILE_DEVICE_IS_MOUNTED","features":[309]},{"name":"FILE_DEVICE_REQUIRE_SECURITY_CHECK","features":[309]},{"name":"FILE_DEVICE_SECURE_OPEN","features":[309]},{"name":"FILE_END_OF_FILE_INFORMATION","features":[309]},{"name":"FILE_FLOPPY_DISKETTE","features":[309]},{"name":"FILE_FS_DEVICE_INFORMATION","features":[309]},{"name":"FILE_FS_FULL_SIZE_INFORMATION","features":[309]},{"name":"FILE_FS_FULL_SIZE_INFORMATION_EX","features":[309]},{"name":"FILE_FS_LABEL_INFORMATION","features":[309]},{"name":"FILE_FS_METADATA_SIZE_INFORMATION","features":[309]},{"name":"FILE_FS_OBJECTID_INFORMATION","features":[309]},{"name":"FILE_FS_SIZE_INFORMATION","features":[309]},{"name":"FILE_FS_VOLUME_INFORMATION","features":[309,307]},{"name":"FILE_IOSTATUSBLOCK_RANGE_INFORMATION","features":[309]},{"name":"FILE_IO_COMPLETION_NOTIFICATION_INFORMATION","features":[309]},{"name":"FILE_IO_PRIORITY_HINT_INFORMATION","features":[308,309]},{"name":"FILE_IO_PRIORITY_HINT_INFORMATION_EX","features":[308,309,307]},{"name":"FILE_IS_REMOTE_DEVICE_INFORMATION","features":[309,307]},{"name":"FILE_LONG_ALIGNMENT","features":[309]},{"name":"FILE_MEMORY_PARTITION_INFORMATION","features":[309]},{"name":"FILE_NUMA_NODE_INFORMATION","features":[309]},{"name":"FILE_OCTA_ALIGNMENT","features":[309]},{"name":"FILE_PORTABLE_DEVICE","features":[309]},{"name":"FILE_PROCESS_IDS_USING_FILE_INFORMATION","features":[309]},{"name":"FILE_QUAD_ALIGNMENT","features":[309]},{"name":"FILE_QUERY_INDEX_SPECIFIED","features":[309]},{"name":"FILE_QUERY_NO_CURSOR_UPDATE","features":[309]},{"name":"FILE_QUERY_RESTART_SCAN","features":[309]},{"name":"FILE_QUERY_RETURN_ON_DISK_ENTRIES_ONLY","features":[309]},{"name":"FILE_QUERY_RETURN_SINGLE_ENTRY","features":[309]},{"name":"FILE_READ_ONLY_DEVICE","features":[309]},{"name":"FILE_REMOTE_DEVICE","features":[309]},{"name":"FILE_REMOTE_DEVICE_VSMB","features":[309]},{"name":"FILE_REMOVABLE_MEDIA","features":[309]},{"name":"FILE_SFIO_RESERVE_INFORMATION","features":[309,307]},{"name":"FILE_SFIO_VOLUME_INFORMATION","features":[309]},{"name":"FILE_SHARE_VALID_FLAGS","features":[309]},{"name":"FILE_SKIP_SET_USER_EVENT_ON_FAST_IO","features":[309]},{"name":"FILE_STANDARD_INFORMATION_EX","features":[309,307]},{"name":"FILE_USE_FILE_POINTER_POSITION","features":[309]},{"name":"FILE_VALID_DATA_LENGTH_INFORMATION","features":[309]},{"name":"FILE_VALID_EXTENDED_OPTION_FLAGS","features":[309]},{"name":"FILE_VIRTUAL_VOLUME","features":[309]},{"name":"FILE_WORD_ALIGNMENT","features":[309]},{"name":"FILE_WRITE_ONCE_MEDIA","features":[309]},{"name":"FILE_WRITE_TO_END_OF_FILE","features":[309]},{"name":"FIRMWARE_ERROR_RECORD_REFERENCE_GUID","features":[309]},{"name":"FLAG_OWNER_POINTER_IS_THREAD","features":[309]},{"name":"FLOATING_SAVE_AREA","features":[309]},{"name":"FLUSH_MULTIPLE_MAXIMUM","features":[309]},{"name":"FM_LOCK_BIT","features":[309]},{"name":"FM_LOCK_BIT_V","features":[309]},{"name":"FO_ALERTABLE_IO","features":[309]},{"name":"FO_BYPASS_IO_ENABLED","features":[309]},{"name":"FO_CACHE_SUPPORTED","features":[309]},{"name":"FO_CLEANUP_COMPLETE","features":[309]},{"name":"FO_DELETE_ON_CLOSE","features":[309]},{"name":"FO_DIRECT_DEVICE_OPEN","features":[309]},{"name":"FO_DISALLOW_EXCLUSIVE","features":[309]},{"name":"FO_FILE_FAST_IO_READ","features":[309]},{"name":"FO_FILE_MODIFIED","features":[309]},{"name":"FO_FILE_OPEN","features":[309]},{"name":"FO_FILE_OPEN_CANCELLED","features":[309]},{"name":"FO_FILE_SIZE_CHANGED","features":[309]},{"name":"FO_FLAGS_VALID_ONLY_DURING_CREATE","features":[309]},{"name":"FO_GENERATE_AUDIT_ON_CLOSE","features":[309]},{"name":"FO_HANDLE_CREATED","features":[309]},{"name":"FO_INDIRECT_WAIT_OBJECT","features":[309]},{"name":"FO_MAILSLOT","features":[309]},{"name":"FO_NAMED_PIPE","features":[309]},{"name":"FO_NO_INTERMEDIATE_BUFFERING","features":[309]},{"name":"FO_OPENED_CASE_SENSITIVE","features":[309]},{"name":"FO_QUEUE_IRP_TO_THREAD","features":[309]},{"name":"FO_RANDOM_ACCESS","features":[309]},{"name":"FO_REMOTE_ORIGIN","features":[309]},{"name":"FO_SECTION_MINSTORE_TREATMENT","features":[309]},{"name":"FO_SEQUENTIAL_ONLY","features":[309]},{"name":"FO_SKIP_COMPLETION_PORT","features":[309]},{"name":"FO_SKIP_SET_EVENT","features":[309]},{"name":"FO_SKIP_SET_FAST_IO","features":[309]},{"name":"FO_STREAM_FILE","features":[309]},{"name":"FO_SYNCHRONOUS_IO","features":[309]},{"name":"FO_TEMPORARY_FILE","features":[309]},{"name":"FO_VOLUME_OPEN","features":[309]},{"name":"FO_WRITE_THROUGH","features":[309]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_16GB","features":[309]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_1GB","features":[309]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_1MB","features":[309]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_256MB","features":[309]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_2GB","features":[309]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_32GB","features":[309]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_4GB","features":[309]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_512MB","features":[309]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_8GB","features":[309]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_16MB","features":[309]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_1MB","features":[309]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_2MB","features":[309]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_4MB","features":[309]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_8MB","features":[309]},{"name":"FPB_MEM_VECTOR_GRANULARITY_1B","features":[309]},{"name":"FPB_RID_VECTOR_GRANULARITY_256RIDS","features":[309]},{"name":"FPB_RID_VECTOR_GRANULARITY_64RIDS","features":[309]},{"name":"FPB_RID_VECTOR_GRANULARITY_8RIDS","features":[309]},{"name":"FPB_VECTOR_SELECT_MEM_HIGH","features":[309]},{"name":"FPB_VECTOR_SELECT_MEM_LOW","features":[309]},{"name":"FPB_VECTOR_SELECT_RID","features":[309]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_1KBITS","features":[309]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_256BITS","features":[309]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_2KBITS","features":[309]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_4KBITS","features":[309]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_512BITS","features":[309]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_8KBITS","features":[309]},{"name":"FPGA_BUS_SCAN","features":[309]},{"name":"FPGA_CONTROL_CONFIG_SPACE","features":[309,307]},{"name":"FPGA_CONTROL_ERROR_REPORTING","features":[309,307]},{"name":"FPGA_CONTROL_INTERFACE","features":[309,307]},{"name":"FPGA_CONTROL_LINK","features":[309,307]},{"name":"FREE_FUNCTION","features":[309]},{"name":"FUNCTION_LEVEL_DEVICE_RESET_PARAMETERS","features":[309]},{"name":"FWMI_NOTIFICATION_CALLBACK","features":[309]},{"name":"FailControl","features":[309]},{"name":"FaultInformationArm64","features":[309]},{"name":"FaultInformationInvalid","features":[309]},{"name":"FaultInformationX64","features":[309]},{"name":"FloatingPointProcessor","features":[309]},{"name":"FloppyDiskPeripheral","features":[309]},{"name":"FltIoNotifyRoutinesClass","features":[309]},{"name":"FreePage","features":[309]},{"name":"FsRtlIsTotalDeviceFailure","features":[309,307]},{"name":"FunctionLevelDeviceReset","features":[309]},{"name":"GENERIC_NOTIFY_TYPE_GUID","features":[309]},{"name":"GENERIC_SECTION_GUID","features":[309]},{"name":"GENPROC_FLAGS_CORRECTED","features":[309]},{"name":"GENPROC_FLAGS_OVERFLOW","features":[309]},{"name":"GENPROC_FLAGS_PRECISEIP","features":[309]},{"name":"GENPROC_FLAGS_RESTARTABLE","features":[309]},{"name":"GENPROC_OP_DATAREAD","features":[309]},{"name":"GENPROC_OP_DATAWRITE","features":[309]},{"name":"GENPROC_OP_GENERIC","features":[309]},{"name":"GENPROC_OP_INSTRUCTIONEXE","features":[309]},{"name":"GENPROC_PROCERRTYPE_BUS","features":[309]},{"name":"GENPROC_PROCERRTYPE_CACHE","features":[309]},{"name":"GENPROC_PROCERRTYPE_MAE","features":[309]},{"name":"GENPROC_PROCERRTYPE_TLB","features":[309]},{"name":"GENPROC_PROCERRTYPE_UNKNOWN","features":[309]},{"name":"GENPROC_PROCISA_ARM32","features":[309]},{"name":"GENPROC_PROCISA_ARM64","features":[309]},{"name":"GENPROC_PROCISA_IPF","features":[309]},{"name":"GENPROC_PROCISA_X64","features":[309]},{"name":"GENPROC_PROCISA_X86","features":[309]},{"name":"GENPROC_PROCTYPE_ARM","features":[309]},{"name":"GENPROC_PROCTYPE_IPF","features":[309]},{"name":"GENPROC_PROCTYPE_XPF","features":[309]},{"name":"GET_D3COLD_CAPABILITY","features":[309,307]},{"name":"GET_D3COLD_LAST_TRANSITION_STATUS","features":[309]},{"name":"GET_DEVICE_RESET_STATUS","features":[309,307]},{"name":"GET_DMA_ADAPTER","features":[308,311,309,307,310,312,313,314]},{"name":"GET_IDLE_WAKE_INFO","features":[309,307,314]},{"name":"GET_SDEV_IDENTIFIER","features":[309]},{"name":"GET_SET_DEVICE_DATA","features":[309]},{"name":"GET_UPDATED_BUS_RESOURCE","features":[309,307]},{"name":"GET_VIRTUAL_DEVICE_DATA","features":[309]},{"name":"GET_VIRTUAL_DEVICE_LOCATION","features":[309,307]},{"name":"GET_VIRTUAL_DEVICE_RESOURCES","features":[309]},{"name":"GET_VIRTUAL_FUNCTION_PROBED_BARS","features":[309,307]},{"name":"GUID_ECP_CREATE_USER_PROCESS","features":[309]},{"name":"GartHigh","features":[309]},{"name":"GartLow","features":[309]},{"name":"GenericEqual","features":[309]},{"name":"GenericGreaterThan","features":[309]},{"name":"GenericLessThan","features":[309]},{"name":"GlobalLoggerHandleClass","features":[309]},{"name":"GroupAffinityAllGroupZero","features":[309]},{"name":"GroupAffinityDontCare","features":[309]},{"name":"HAL_AMLI_BAD_IO_ADDRESS_LIST","features":[309,307]},{"name":"HAL_APIC_DESTINATION_MODE","features":[309]},{"name":"HAL_BUS_INFORMATION","features":[309]},{"name":"HAL_CALLBACKS","features":[308,309]},{"name":"HAL_DISPATCH","features":[308,311,309,307,310,312,327,313,314]},{"name":"HAL_DISPATCH_VERSION","features":[309]},{"name":"HAL_DISPLAY_BIOS_INFORMATION","features":[309]},{"name":"HAL_DMA_ADAPTER_VERSION_1","features":[309]},{"name":"HAL_DMA_CRASH_DUMP_REGISTER_TYPE","features":[309]},{"name":"HAL_ERROR_INFO","features":[309]},{"name":"HAL_MASK_UNMASK_FLAGS_NONE","features":[309]},{"name":"HAL_MASK_UNMASK_FLAGS_SERVICING_COMPLETE","features":[309]},{"name":"HAL_MASK_UNMASK_FLAGS_SERVICING_DEFERRED","features":[309]},{"name":"HAL_MCA_INTERFACE","features":[309,307]},{"name":"HAL_MCA_RECORD","features":[309]},{"name":"HAL_MCE_RECORD","features":[309]},{"name":"HAL_PLATFORM_ACPI_TABLES_CACHED","features":[309]},{"name":"HAL_PLATFORM_DISABLE_PTCG","features":[309]},{"name":"HAL_PLATFORM_DISABLE_UC_MAIN_MEMORY","features":[309]},{"name":"HAL_PLATFORM_DISABLE_WRITE_COMBINING","features":[309]},{"name":"HAL_PLATFORM_ENABLE_WRITE_COMBINING_MMIO","features":[309]},{"name":"HAL_PLATFORM_INFORMATION","features":[309]},{"name":"HAL_POWER_INFORMATION","features":[309]},{"name":"HAL_PROCESSOR_FEATURE","features":[309]},{"name":"HAL_PROCESSOR_SPEED_INFORMATION","features":[309]},{"name":"HAL_QUERY_INFORMATION_CLASS","features":[309]},{"name":"HAL_SET_INFORMATION_CLASS","features":[309]},{"name":"HARDWARE_COUNTER","features":[309]},{"name":"HARDWARE_COUNTER_TYPE","features":[309]},{"name":"HASH_STRING_ALGORITHM_DEFAULT","features":[309]},{"name":"HASH_STRING_ALGORITHM_INVALID","features":[309]},{"name":"HASH_STRING_ALGORITHM_X65599","features":[309]},{"name":"HIGH_LEVEL","features":[309]},{"name":"HIGH_PRIORITY","features":[309]},{"name":"HVL_WHEA_ERROR_NOTIFICATION","features":[309,307]},{"name":"HWPROFILE_CHANGE_NOTIFICATION","features":[309]},{"name":"HalAcpiAuditInformation","features":[309]},{"name":"HalAcquireDisplayOwnership","features":[309,307]},{"name":"HalAllocateAdapterChannel","features":[308,311,309,307,310,339,312,313,314]},{"name":"HalAllocateCommonBuffer","features":[309,307,339]},{"name":"HalAllocateCrashDumpRegisters","features":[309,339]},{"name":"HalAllocateHardwareCounters","features":[309,307,338]},{"name":"HalAssignSlotResources","features":[308,311,309,307,310,312,313,314]},{"name":"HalBugCheckSystem","features":[309,307,336]},{"name":"HalCallbackInformation","features":[309]},{"name":"HalChannelTopologyInformation","features":[309]},{"name":"HalCmcLog","features":[309]},{"name":"HalCmcLogInformation","features":[309]},{"name":"HalCmcRegisterDriver","features":[309]},{"name":"HalCpeLog","features":[309]},{"name":"HalCpeLogInformation","features":[309]},{"name":"HalCpeRegisterDriver","features":[309]},{"name":"HalDisplayBiosInformation","features":[309]},{"name":"HalDisplayEmulatedBios","features":[309]},{"name":"HalDisplayInt10Bios","features":[309]},{"name":"HalDisplayNoBios","features":[309]},{"name":"HalDmaAllocateCrashDumpRegistersEx","features":[309,307,339]},{"name":"HalDmaCrashDumpRegisterSet1","features":[309]},{"name":"HalDmaCrashDumpRegisterSet2","features":[309]},{"name":"HalDmaCrashDumpRegisterSetMax","features":[309]},{"name":"HalDmaFreeCrashDumpRegistersEx","features":[309,307,339]},{"name":"HalDmaRemappingInformation","features":[309]},{"name":"HalEnlightenment","features":[309]},{"name":"HalErrorInformation","features":[309]},{"name":"HalExamineMBR","features":[308,311,309,307,310,312,313,314]},{"name":"HalExternalCacheInformation","features":[309]},{"name":"HalFrameBufferCachingInformation","features":[309]},{"name":"HalFreeCommonBuffer","features":[309,307,339]},{"name":"HalFreeHardwareCounters","features":[309,307]},{"name":"HalFrequencyInformation","features":[309]},{"name":"HalFwBootPerformanceInformation","features":[309]},{"name":"HalFwS3PerformanceInformation","features":[309]},{"name":"HalGenerateCmcInterrupt","features":[309]},{"name":"HalGetAdapter","features":[309,307,339]},{"name":"HalGetBusData","features":[309]},{"name":"HalGetBusDataByOffset","features":[309]},{"name":"HalGetChannelPowerInformation","features":[309]},{"name":"HalGetInterruptVector","features":[309]},{"name":"HalHardwareWatchdogInformation","features":[309]},{"name":"HalHeterogeneousMemoryAttributesInterface","features":[309]},{"name":"HalHypervisorInformation","features":[309]},{"name":"HalI386ExceptionChainTerminatorInformation","features":[309]},{"name":"HalInformationClassUnused1","features":[309]},{"name":"HalInitLogInformation","features":[309]},{"name":"HalInstalledBusInformation","features":[309]},{"name":"HalInterruptControllerInformation","features":[309]},{"name":"HalIrtInformation","features":[309]},{"name":"HalKernelErrorHandler","features":[309]},{"name":"HalMakeBeep","features":[309,307]},{"name":"HalMapRegisterInformation","features":[309]},{"name":"HalMcaLog","features":[309]},{"name":"HalMcaLogInformation","features":[309]},{"name":"HalMcaRegisterDriver","features":[309]},{"name":"HalNumaRangeTableInformation","features":[309]},{"name":"HalNumaTopologyInterface","features":[309]},{"name":"HalParkingPageInformation","features":[309]},{"name":"HalPartitionIpiInterface","features":[309]},{"name":"HalPlatformInformation","features":[309]},{"name":"HalPlatformTimerInformation","features":[309]},{"name":"HalPowerInformation","features":[309]},{"name":"HalProcessorBrandString","features":[309]},{"name":"HalProcessorFeatureInformation","features":[309]},{"name":"HalProcessorSpeedInformation","features":[309]},{"name":"HalProfileDpgoSourceInterruptHandler","features":[309]},{"name":"HalProfileSourceAdd","features":[309]},{"name":"HalProfileSourceInformation","features":[309]},{"name":"HalProfileSourceInterruptHandler","features":[309]},{"name":"HalProfileSourceInterval","features":[309]},{"name":"HalProfileSourceRemove","features":[309]},{"name":"HalProfileSourceTimerHandler","features":[309]},{"name":"HalPsciInformation","features":[309]},{"name":"HalQueryAMLIIllegalIOPortAddresses","features":[309]},{"name":"HalQueryAcpiWakeAlarmSystemPowerStateInformation","features":[309]},{"name":"HalQueryArmErrataInformation","features":[309]},{"name":"HalQueryDebuggerInformation","features":[309]},{"name":"HalQueryHyperlaunchEntrypoint","features":[309]},{"name":"HalQueryIommuReservedRegionInformation","features":[309]},{"name":"HalQueryMaxHotPlugMemoryAddress","features":[309]},{"name":"HalQueryMcaInterface","features":[309]},{"name":"HalQueryPerDeviceMsiLimitInformation","features":[309]},{"name":"HalQueryProcessorEfficiencyInformation","features":[309]},{"name":"HalQueryProfileCorruptionStatus","features":[309]},{"name":"HalQueryProfileCounterOwnership","features":[309]},{"name":"HalQueryProfileNumberOfCounters","features":[309]},{"name":"HalQueryProfileSourceList","features":[309]},{"name":"HalQueryStateElementInformation","features":[309]},{"name":"HalQueryUnused0001","features":[309]},{"name":"HalReadDmaCounter","features":[309,339]},{"name":"HalRegisterSecondaryInterruptInterface","features":[309]},{"name":"HalSecondaryInterruptInformation","features":[309]},{"name":"HalSetBusData","features":[309]},{"name":"HalSetBusDataByOffset","features":[309]},{"name":"HalSetChannelPowerInformation","features":[309]},{"name":"HalSetClockTimerMinimumInterval","features":[309]},{"name":"HalSetHvciEnabled","features":[309]},{"name":"HalSetProcessorTraceInterruptHandler","features":[309]},{"name":"HalSetPsciSuspendMode","features":[309]},{"name":"HalSetResetParkDisposition","features":[309]},{"name":"HalSetSwInterruptHandler","features":[309]},{"name":"HalTranslateBusAddress","features":[309,307]},{"name":"HighImportance","features":[309]},{"name":"HighPagePriority","features":[309]},{"name":"HighPoolPriority","features":[309]},{"name":"HighPoolPrioritySpecialPoolOverrun","features":[309]},{"name":"HighPoolPrioritySpecialPoolUnderrun","features":[309]},{"name":"HotSpareControl","features":[309]},{"name":"HvlRegisterWheaErrorNotification","features":[309,307]},{"name":"HvlUnregisterWheaErrorNotification","features":[309,307]},{"name":"HyperCriticalWorkQueue","features":[309]},{"name":"IMAGE_ADDRESSING_MODE_32BIT","features":[309]},{"name":"IMAGE_INFO","features":[309]},{"name":"IMAGE_INFO_EX","features":[308,311,309,307,310,312,313,314]},{"name":"INITIAL_PRIVILEGE_COUNT","features":[309]},{"name":"INITIAL_PRIVILEGE_SET","features":[309,307,310]},{"name":"INIT_NOTIFY_TYPE_GUID","features":[309]},{"name":"INJECT_ERRTYPE_MEMORY_CORRECTABLE","features":[309]},{"name":"INJECT_ERRTYPE_MEMORY_UNCORRECTABLEFATAL","features":[309]},{"name":"INJECT_ERRTYPE_MEMORY_UNCORRECTABLENONFATAL","features":[309]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_CORRECTABLE","features":[309]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_UNCORRECTABLEFATAL","features":[309]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_UNCORRECTABLENONFATAL","features":[309]},{"name":"INJECT_ERRTYPE_PLATFORM_CORRECTABLE","features":[309]},{"name":"INJECT_ERRTYPE_PLATFORM_UNCORRECTABLEFATAL","features":[309]},{"name":"INJECT_ERRTYPE_PLATFORM_UNCORRECTABLENONFATAL","features":[309]},{"name":"INJECT_ERRTYPE_PROCESSOR_CORRECTABLE","features":[309]},{"name":"INJECT_ERRTYPE_PROCESSOR_UNCORRECTABLEFATAL","features":[309]},{"name":"INJECT_ERRTYPE_PROCESSOR_UNCORRECTABLENONFATAL","features":[309]},{"name":"INPUT_MAPPING_ELEMENT","features":[309]},{"name":"INTEL_CACHE_INFO_EAX","features":[309]},{"name":"INTEL_CACHE_INFO_EBX","features":[309]},{"name":"INTEL_CACHE_TYPE","features":[309]},{"name":"INTERFACE","features":[309]},{"name":"INTERFACE_TYPE","features":[309]},{"name":"INTERLOCKED_RESULT","features":[309]},{"name":"IOCTL_CANCEL_DEVICE_WAKE","features":[309]},{"name":"IOCTL_QUERY_DEVICE_POWER_STATE","features":[309]},{"name":"IOCTL_SET_DEVICE_WAKE","features":[309]},{"name":"IOMMU_ACCESS_NONE","features":[309]},{"name":"IOMMU_ACCESS_READ","features":[309]},{"name":"IOMMU_ACCESS_WRITE","features":[309]},{"name":"IOMMU_DEVICE_CREATE","features":[308,311,309,307,310,312,313,314]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION","features":[309,313]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI","features":[309]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION_TYPE","features":[309]},{"name":"IOMMU_DEVICE_DELETE","features":[308,309,307]},{"name":"IOMMU_DEVICE_FAULT_HANDLER","features":[308,311,309,307,310,312,313,314]},{"name":"IOMMU_DEVICE_QUERY_DOMAIN_TYPES","features":[308,309]},{"name":"IOMMU_DMA_DOMAIN_CREATION_FLAGS","features":[309]},{"name":"IOMMU_DMA_DOMAIN_TYPE","features":[309]},{"name":"IOMMU_DMA_LOGICAL_ADDRESS_TOKEN","features":[309]},{"name":"IOMMU_DMA_LOGICAL_ADDRESS_TOKEN_MAPPED_SEGMENT","features":[309]},{"name":"IOMMU_DMA_LOGICAL_ALLOCATOR_CONFIG","features":[309]},{"name":"IOMMU_DMA_LOGICAL_ALLOCATOR_TYPE","features":[309]},{"name":"IOMMU_DMA_RESERVED_REGION","features":[309,307]},{"name":"IOMMU_DOMAIN_ATTACH_DEVICE","features":[308,311,309,307,310,312,313,314]},{"name":"IOMMU_DOMAIN_ATTACH_DEVICE_EX","features":[308,309,307]},{"name":"IOMMU_DOMAIN_CONFIGURE","features":[308,309,307]},{"name":"IOMMU_DOMAIN_CREATE","features":[308,309,307]},{"name":"IOMMU_DOMAIN_CREATE_EX","features":[308,309,307]},{"name":"IOMMU_DOMAIN_DELETE","features":[308,309,307]},{"name":"IOMMU_DOMAIN_DETACH_DEVICE","features":[308,311,309,307,310,312,313,314]},{"name":"IOMMU_DOMAIN_DETACH_DEVICE_EX","features":[308,309,307]},{"name":"IOMMU_FLUSH_DOMAIN","features":[308,309,307]},{"name":"IOMMU_FLUSH_DOMAIN_VA_LIST","features":[308,309,307]},{"name":"IOMMU_FREE_RESERVED_LOGICAL_ADDRESS_RANGE","features":[309,307]},{"name":"IOMMU_INTERFACE_STATE_CHANGE","features":[309]},{"name":"IOMMU_INTERFACE_STATE_CHANGE_CALLBACK","features":[309]},{"name":"IOMMU_INTERFACE_STATE_CHANGE_FIELDS","features":[309]},{"name":"IOMMU_MAP_IDENTITY_RANGE","features":[308,309,307]},{"name":"IOMMU_MAP_IDENTITY_RANGE_EX","features":[308,309,307]},{"name":"IOMMU_MAP_LOGICAL_RANGE","features":[308,309,307]},{"name":"IOMMU_MAP_LOGICAL_RANGE_EX","features":[308,309,307]},{"name":"IOMMU_MAP_PHYSICAL_ADDRESS","features":[308,309]},{"name":"IOMMU_MAP_PHYSICAL_ADDRESS_TYPE","features":[309]},{"name":"IOMMU_MAP_RESERVED_LOGICAL_RANGE","features":[308,309,307]},{"name":"IOMMU_QUERY_INPUT_MAPPINGS","features":[308,311,309,307,310,312,313,314]},{"name":"IOMMU_REGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[308,309,307]},{"name":"IOMMU_RESERVE_LOGICAL_ADDRESS_RANGE","features":[308,309,307]},{"name":"IOMMU_SET_DEVICE_FAULT_REPORTING","features":[308,311,309,307,310,312,313,314]},{"name":"IOMMU_SET_DEVICE_FAULT_REPORTING_EX","features":[308,309,307]},{"name":"IOMMU_UNMAP_IDENTITY_RANGE","features":[308,309,307]},{"name":"IOMMU_UNMAP_IDENTITY_RANGE_EX","features":[308,309,307]},{"name":"IOMMU_UNMAP_LOGICAL_RANGE","features":[308,309,307]},{"name":"IOMMU_UNMAP_RESERVED_LOGICAL_RANGE","features":[309,307]},{"name":"IOMMU_UNREGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[308,309,307]},{"name":"IO_ACCESS_MODE","features":[309]},{"name":"IO_ACCESS_TYPE","features":[309]},{"name":"IO_ALLOCATION_ACTION","features":[309]},{"name":"IO_ATTACH_DEVICE","features":[309]},{"name":"IO_ATTRIBUTION_INFORMATION","features":[309]},{"name":"IO_ATTRIBUTION_INFO_V1","features":[309]},{"name":"IO_CHECK_CREATE_PARAMETERS","features":[309]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_DELETE","features":[309]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_READ","features":[309]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_WRITE","features":[309]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_UPDATE_FILE_OBJECT","features":[309]},{"name":"IO_CHECK_SHARE_ACCESS_FORCE_CHECK","features":[309]},{"name":"IO_CHECK_SHARE_ACCESS_FORCE_USING_SCB","features":[309]},{"name":"IO_CHECK_SHARE_ACCESS_UPDATE_SHARE_ACCESS","features":[309]},{"name":"IO_COMPLETION_ROUTINE","features":[308,311,309,307,310,312,313,314]},{"name":"IO_COMPLETION_ROUTINE_RESULT","features":[309]},{"name":"IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CONNECT_INTERRUPT_PARAMETERS","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CONTAINER_INFORMATION_CLASS","features":[309]},{"name":"IO_CONTAINER_NOTIFICATION_CLASS","features":[309]},{"name":"IO_CSQ","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CSQ_ACQUIRE_LOCK","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CSQ_COMPLETE_CANCELED_IRP","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CSQ_INSERT_IRP","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CSQ_INSERT_IRP_EX","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CSQ_IRP_CONTEXT","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CSQ_PEEK_NEXT_IRP","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CSQ_RELEASE_LOCK","features":[308,311,309,307,310,312,313,314]},{"name":"IO_CSQ_REMOVE_IRP","features":[308,311,309,307,310,312,313,314]},{"name":"IO_DISCONNECT_INTERRUPT_PARAMETERS","features":[308,309]},{"name":"IO_DPC_ROUTINE","features":[308,311,309,307,310,312,313,314]},{"name":"IO_DRIVER_CREATE_CONTEXT","features":[308,309]},{"name":"IO_ERROR_LOG_MESSAGE","features":[309,307]},{"name":"IO_ERROR_LOG_PACKET","features":[309,307]},{"name":"IO_FOEXT_SHADOW_FILE","features":[308,311,309,307,310,312,313,314]},{"name":"IO_FOEXT_SILO_PARAMETERS","features":[308,309]},{"name":"IO_FORCE_ACCESS_CHECK","features":[309]},{"name":"IO_IGNORE_SHARE_ACCESS_CHECK","features":[309]},{"name":"IO_INTERRUPT_MESSAGE_INFO","features":[308,309]},{"name":"IO_INTERRUPT_MESSAGE_INFO_ENTRY","features":[308,309]},{"name":"IO_KEYBOARD_INCREMENT","features":[309]},{"name":"IO_MOUSE_INCREMENT","features":[309]},{"name":"IO_NOTIFICATION_EVENT_CATEGORY","features":[309]},{"name":"IO_NO_PARAMETER_CHECKING","features":[309]},{"name":"IO_PAGING_PRIORITY","features":[309]},{"name":"IO_PARALLEL_INCREMENT","features":[309]},{"name":"IO_PERSISTED_MEMORY_ENUMERATION_CALLBACK","features":[308,311,309,307,310,312,313,314]},{"name":"IO_QUERY_DEVICE_DATA_FORMAT","features":[309]},{"name":"IO_REMOUNT","features":[309]},{"name":"IO_REMOVE_LOCK","features":[308,309,307,313]},{"name":"IO_REMOVE_LOCK_COMMON_BLOCK","features":[308,309,307,313]},{"name":"IO_REMOVE_LOCK_DBG_BLOCK","features":[308,309,313]},{"name":"IO_REPARSE","features":[309]},{"name":"IO_REPARSE_GLOBAL","features":[309]},{"name":"IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS","features":[308,309]},{"name":"IO_RESOURCE_ALTERNATIVE","features":[309]},{"name":"IO_RESOURCE_DEFAULT","features":[309]},{"name":"IO_RESOURCE_DESCRIPTOR","features":[309]},{"name":"IO_RESOURCE_LIST","features":[309]},{"name":"IO_RESOURCE_PREFERRED","features":[309]},{"name":"IO_RESOURCE_REQUIREMENTS_LIST","features":[309]},{"name":"IO_SERIAL_INCREMENT","features":[309]},{"name":"IO_SESSION_CONNECT_INFO","features":[309,307]},{"name":"IO_SESSION_EVENT","features":[309]},{"name":"IO_SESSION_MAX_PAYLOAD_SIZE","features":[309]},{"name":"IO_SESSION_NOTIFICATION_FUNCTION","features":[309,307]},{"name":"IO_SESSION_STATE","features":[309]},{"name":"IO_SESSION_STATE_ALL_EVENTS","features":[309]},{"name":"IO_SESSION_STATE_CONNECT_EVENT","features":[309]},{"name":"IO_SESSION_STATE_CREATION_EVENT","features":[309]},{"name":"IO_SESSION_STATE_DISCONNECT_EVENT","features":[309]},{"name":"IO_SESSION_STATE_INFORMATION","features":[309,307]},{"name":"IO_SESSION_STATE_LOGOFF_EVENT","features":[309]},{"name":"IO_SESSION_STATE_LOGON_EVENT","features":[309]},{"name":"IO_SESSION_STATE_NOTIFICATION","features":[309]},{"name":"IO_SESSION_STATE_TERMINATION_EVENT","features":[309]},{"name":"IO_SESSION_STATE_VALID_EVENT_MASK","features":[309]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FLAGS_MASK","features":[309]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FROM_PROCESS","features":[309]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FROM_THREAD","features":[309]},{"name":"IO_SHARE_ACCESS_NON_PRIMARY_STREAM","features":[309]},{"name":"IO_SHARE_ACCESS_NO_WRITE_PERMISSION","features":[309]},{"name":"IO_SOUND_INCREMENT","features":[309]},{"name":"IO_STATUS_BLOCK32","features":[309,307]},{"name":"IO_STATUS_BLOCK64","features":[309,307]},{"name":"IO_TIMER_ROUTINE","features":[308,311,309,307,310,312,313,314]},{"name":"IO_TYPE_ADAPTER","features":[309]},{"name":"IO_TYPE_CONTROLLER","features":[309]},{"name":"IO_TYPE_CSQ","features":[309]},{"name":"IO_TYPE_CSQ_EX","features":[309]},{"name":"IO_TYPE_CSQ_IRP_CONTEXT","features":[309]},{"name":"IO_TYPE_DEVICE","features":[309]},{"name":"IO_TYPE_DEVICE_OBJECT_EXTENSION","features":[309]},{"name":"IO_TYPE_DRIVER","features":[309]},{"name":"IO_TYPE_ERROR_LOG","features":[309]},{"name":"IO_TYPE_ERROR_MESSAGE","features":[309]},{"name":"IO_TYPE_FILE","features":[309]},{"name":"IO_TYPE_IORING","features":[309]},{"name":"IO_TYPE_IRP","features":[309]},{"name":"IO_TYPE_MASTER_ADAPTER","features":[309]},{"name":"IO_TYPE_OPEN_PACKET","features":[309]},{"name":"IO_TYPE_TIMER","features":[309]},{"name":"IO_TYPE_VPB","features":[309]},{"name":"IO_VIDEO_INCREMENT","features":[309]},{"name":"IO_WORKITEM_ROUTINE","features":[308,311,309,307,310,312,313,314]},{"name":"IO_WORKITEM_ROUTINE_EX","features":[308,309]},{"name":"IPF_SAL_RECORD_SECTION_GUID","features":[309]},{"name":"IPI_LEVEL","features":[309]},{"name":"IPMI_MSR_DUMP_SECTION_GUID","features":[309]},{"name":"IRP_ALLOCATED_FIXED_SIZE","features":[309]},{"name":"IRP_ALLOCATED_MUST_SUCCEED","features":[309]},{"name":"IRP_ASSOCIATED_IRP","features":[309]},{"name":"IRP_BUFFERED_IO","features":[309]},{"name":"IRP_CLOSE_OPERATION","features":[309]},{"name":"IRP_CREATE_OPERATION","features":[309]},{"name":"IRP_DEALLOCATE_BUFFER","features":[309]},{"name":"IRP_DEFER_IO_COMPLETION","features":[309]},{"name":"IRP_HOLD_DEVICE_QUEUE","features":[309]},{"name":"IRP_INPUT_OPERATION","features":[309]},{"name":"IRP_LOOKASIDE_ALLOCATION","features":[309]},{"name":"IRP_MJ_CLEANUP","features":[309]},{"name":"IRP_MJ_CLOSE","features":[309]},{"name":"IRP_MJ_CREATE","features":[309]},{"name":"IRP_MJ_CREATE_MAILSLOT","features":[309]},{"name":"IRP_MJ_CREATE_NAMED_PIPE","features":[309]},{"name":"IRP_MJ_DEVICE_CHANGE","features":[309]},{"name":"IRP_MJ_DEVICE_CONTROL","features":[309]},{"name":"IRP_MJ_DIRECTORY_CONTROL","features":[309]},{"name":"IRP_MJ_FILE_SYSTEM_CONTROL","features":[309]},{"name":"IRP_MJ_FLUSH_BUFFERS","features":[309]},{"name":"IRP_MJ_INTERNAL_DEVICE_CONTROL","features":[309]},{"name":"IRP_MJ_LOCK_CONTROL","features":[309]},{"name":"IRP_MJ_MAXIMUM_FUNCTION","features":[309]},{"name":"IRP_MJ_PNP","features":[309]},{"name":"IRP_MJ_PNP_POWER","features":[309]},{"name":"IRP_MJ_POWER","features":[309]},{"name":"IRP_MJ_QUERY_EA","features":[309]},{"name":"IRP_MJ_QUERY_INFORMATION","features":[309]},{"name":"IRP_MJ_QUERY_QUOTA","features":[309]},{"name":"IRP_MJ_QUERY_SECURITY","features":[309]},{"name":"IRP_MJ_QUERY_VOLUME_INFORMATION","features":[309]},{"name":"IRP_MJ_READ","features":[309]},{"name":"IRP_MJ_SCSI","features":[309]},{"name":"IRP_MJ_SET_EA","features":[309]},{"name":"IRP_MJ_SET_INFORMATION","features":[309]},{"name":"IRP_MJ_SET_QUOTA","features":[309]},{"name":"IRP_MJ_SET_SECURITY","features":[309]},{"name":"IRP_MJ_SET_VOLUME_INFORMATION","features":[309]},{"name":"IRP_MJ_SHUTDOWN","features":[309]},{"name":"IRP_MJ_SYSTEM_CONTROL","features":[309]},{"name":"IRP_MJ_WRITE","features":[309]},{"name":"IRP_MN_CANCEL_REMOVE_DEVICE","features":[309]},{"name":"IRP_MN_CANCEL_STOP_DEVICE","features":[309]},{"name":"IRP_MN_CHANGE_SINGLE_INSTANCE","features":[309]},{"name":"IRP_MN_CHANGE_SINGLE_ITEM","features":[309]},{"name":"IRP_MN_COMPLETE","features":[309]},{"name":"IRP_MN_COMPRESSED","features":[309]},{"name":"IRP_MN_DEVICE_ENUMERATED","features":[309]},{"name":"IRP_MN_DEVICE_USAGE_NOTIFICATION","features":[309]},{"name":"IRP_MN_DISABLE_COLLECTION","features":[309]},{"name":"IRP_MN_DISABLE_EVENTS","features":[309]},{"name":"IRP_MN_DPC","features":[309]},{"name":"IRP_MN_EJECT","features":[309]},{"name":"IRP_MN_ENABLE_COLLECTION","features":[309]},{"name":"IRP_MN_ENABLE_EVENTS","features":[309]},{"name":"IRP_MN_EXECUTE_METHOD","features":[309]},{"name":"IRP_MN_FILTER_RESOURCE_REQUIREMENTS","features":[309]},{"name":"IRP_MN_FLUSH_AND_PURGE","features":[309]},{"name":"IRP_MN_FLUSH_DATA_ONLY","features":[309]},{"name":"IRP_MN_FLUSH_DATA_SYNC_ONLY","features":[309]},{"name":"IRP_MN_FLUSH_NO_SYNC","features":[309]},{"name":"IRP_MN_KERNEL_CALL","features":[309]},{"name":"IRP_MN_LOAD_FILE_SYSTEM","features":[309]},{"name":"IRP_MN_LOCK","features":[309]},{"name":"IRP_MN_MDL","features":[309]},{"name":"IRP_MN_MOUNT_VOLUME","features":[309]},{"name":"IRP_MN_NORMAL","features":[309]},{"name":"IRP_MN_NOTIFY_CHANGE_DIRECTORY","features":[309]},{"name":"IRP_MN_NOTIFY_CHANGE_DIRECTORY_EX","features":[309]},{"name":"IRP_MN_POWER_SEQUENCE","features":[309]},{"name":"IRP_MN_QUERY_ALL_DATA","features":[309]},{"name":"IRP_MN_QUERY_BUS_INFORMATION","features":[309]},{"name":"IRP_MN_QUERY_CAPABILITIES","features":[309]},{"name":"IRP_MN_QUERY_DEVICE_RELATIONS","features":[309]},{"name":"IRP_MN_QUERY_DEVICE_TEXT","features":[309]},{"name":"IRP_MN_QUERY_DIRECTORY","features":[309]},{"name":"IRP_MN_QUERY_ID","features":[309]},{"name":"IRP_MN_QUERY_INTERFACE","features":[309]},{"name":"IRP_MN_QUERY_LEGACY_BUS_INFORMATION","features":[309]},{"name":"IRP_MN_QUERY_PNP_DEVICE_STATE","features":[309]},{"name":"IRP_MN_QUERY_POWER","features":[309]},{"name":"IRP_MN_QUERY_REMOVE_DEVICE","features":[309]},{"name":"IRP_MN_QUERY_RESOURCES","features":[309]},{"name":"IRP_MN_QUERY_RESOURCE_REQUIREMENTS","features":[309]},{"name":"IRP_MN_QUERY_SINGLE_INSTANCE","features":[309]},{"name":"IRP_MN_QUERY_STOP_DEVICE","features":[309]},{"name":"IRP_MN_READ_CONFIG","features":[309]},{"name":"IRP_MN_REGINFO","features":[309]},{"name":"IRP_MN_REGINFO_EX","features":[309]},{"name":"IRP_MN_REMOVE_DEVICE","features":[309]},{"name":"IRP_MN_SCSI_CLASS","features":[309]},{"name":"IRP_MN_SET_LOCK","features":[309]},{"name":"IRP_MN_SET_POWER","features":[309]},{"name":"IRP_MN_START_DEVICE","features":[309]},{"name":"IRP_MN_STOP_DEVICE","features":[309]},{"name":"IRP_MN_SURPRISE_REMOVAL","features":[309]},{"name":"IRP_MN_TRACK_LINK","features":[309]},{"name":"IRP_MN_UNLOCK_ALL","features":[309]},{"name":"IRP_MN_UNLOCK_ALL_BY_KEY","features":[309]},{"name":"IRP_MN_UNLOCK_SINGLE","features":[309]},{"name":"IRP_MN_USER_FS_REQUEST","features":[309]},{"name":"IRP_MN_VERIFY_VOLUME","features":[309]},{"name":"IRP_MN_WAIT_WAKE","features":[309]},{"name":"IRP_MN_WRITE_CONFIG","features":[309]},{"name":"IRP_MOUNT_COMPLETION","features":[309]},{"name":"IRP_NOCACHE","features":[309]},{"name":"IRP_OB_QUERY_NAME","features":[309]},{"name":"IRP_PAGING_IO","features":[309]},{"name":"IRP_QUOTA_CHARGED","features":[309]},{"name":"IRP_READ_OPERATION","features":[309]},{"name":"IRP_SYNCHRONOUS_API","features":[309]},{"name":"IRP_SYNCHRONOUS_PAGING_IO","features":[309]},{"name":"IRP_UM_DRIVER_INITIATED_IO","features":[309]},{"name":"IRP_WRITE_OPERATION","features":[309]},{"name":"IRQ_DEVICE_POLICY","features":[309]},{"name":"IRQ_GROUP_POLICY","features":[309]},{"name":"IRQ_PRIORITY","features":[309]},{"name":"InACriticalArrayControl","features":[309]},{"name":"InAFailedArrayControl","features":[309]},{"name":"IndicatorBlink","features":[309]},{"name":"IndicatorOff","features":[309]},{"name":"IndicatorOn","features":[309]},{"name":"InitiateReset","features":[309]},{"name":"InstallStateFailedInstall","features":[309]},{"name":"InstallStateFinishInstall","features":[309]},{"name":"InstallStateInstalled","features":[309]},{"name":"InstallStateNeedsReinstall","features":[309]},{"name":"IntelCacheData","features":[309]},{"name":"IntelCacheInstruction","features":[309]},{"name":"IntelCacheNull","features":[309]},{"name":"IntelCacheRam","features":[309]},{"name":"IntelCacheTrace","features":[309]},{"name":"IntelCacheUnified","features":[309]},{"name":"InterfaceTypeUndefined","features":[309]},{"name":"Internal","features":[309]},{"name":"InternalPowerBus","features":[309]},{"name":"InterruptActiveBoth","features":[309]},{"name":"InterruptActiveBothTriggerHigh","features":[309]},{"name":"InterruptActiveBothTriggerLow","features":[309]},{"name":"InterruptActiveHigh","features":[309]},{"name":"InterruptActiveLow","features":[309]},{"name":"InterruptFallingEdge","features":[309]},{"name":"InterruptPolarityUnknown","features":[309]},{"name":"InterruptRisingEdge","features":[309]},{"name":"InvalidDeviceTypeControl","features":[309]},{"name":"IoAcquireCancelSpinLock","features":[309]},{"name":"IoAcquireKsrPersistentMemory","features":[308,311,309,307,310,312,313,314]},{"name":"IoAcquireKsrPersistentMemoryEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoAcquireRemoveLockEx","features":[308,309,307,313]},{"name":"IoAllocateAdapterChannel","features":[308,311,309,307,310,339,312,313,314]},{"name":"IoAllocateController","features":[308,311,309,307,310,312,313,314]},{"name":"IoAllocateDriverObjectExtension","features":[308,311,309,307,310,312,313,314]},{"name":"IoAllocateErrorLogEntry","features":[309]},{"name":"IoAllocateIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoAllocateIrpEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoAllocateMdl","features":[308,311,309,307,310,312,313,314]},{"name":"IoAllocateSfioStreamIdentifier","features":[308,311,309,307,310,312,313,314]},{"name":"IoAllocateWorkItem","features":[308,311,309,307,310,312,313,314]},{"name":"IoAssignResources","features":[308,311,309,307,310,312,313,314]},{"name":"IoAttachDevice","features":[308,311,309,307,310,312,313,314]},{"name":"IoAttachDeviceByPointer","features":[308,311,309,307,310,312,313,314]},{"name":"IoAttachDeviceToDeviceStack","features":[308,311,309,307,310,312,313,314]},{"name":"IoAttachDeviceToDeviceStackSafe","features":[308,311,309,307,310,312,313,314]},{"name":"IoBuildAsynchronousFsdRequest","features":[308,311,309,307,310,312,313,314]},{"name":"IoBuildDeviceIoControlRequest","features":[308,311,309,307,310,312,313,314]},{"name":"IoBuildPartialMdl","features":[308,309]},{"name":"IoBuildSynchronousFsdRequest","features":[308,311,309,307,310,312,313,314]},{"name":"IoCancelFileOpen","features":[308,311,309,307,310,312,313,314]},{"name":"IoCancelIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoCheckLinkShareAccess","features":[308,311,309,307,310,312,313,314]},{"name":"IoCheckShareAccess","features":[308,311,309,307,310,312,313,314]},{"name":"IoCheckShareAccessEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoCleanupIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoClearActivityIdThread","features":[309]},{"name":"IoClearIrpExtraCreateParameter","features":[308,311,309,307,310,312,313,314]},{"name":"IoConnectInterrupt","features":[308,309,307]},{"name":"IoConnectInterruptEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoCreateController","features":[308,309,307,313]},{"name":"IoCreateDevice","features":[308,311,309,307,310,312,313,314]},{"name":"IoCreateDisk","features":[308,311,309,307,310,312,327,313,314]},{"name":"IoCreateFile","features":[308,309,307,312]},{"name":"IoCreateFileEx","features":[308,309,307,312]},{"name":"IoCreateFileSpecifyDeviceObjectHint","features":[308,309,307,312]},{"name":"IoCreateNotificationEvent","features":[308,309,307,313]},{"name":"IoCreateSymbolicLink","features":[309,307]},{"name":"IoCreateSynchronizationEvent","features":[308,309,307,313]},{"name":"IoCreateSystemThread","features":[308,309,307,340]},{"name":"IoCreateUnprotectedSymbolicLink","features":[309,307]},{"name":"IoCsqInitialize","features":[308,311,309,307,310,312,313,314]},{"name":"IoCsqInitializeEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoCsqInsertIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoCsqInsertIrpEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoCsqRemoveIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoCsqRemoveNextIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoDecrementKeepAliveCount","features":[308,311,309,307,310,312,313,314]},{"name":"IoDeleteController","features":[308,309,307,313]},{"name":"IoDeleteDevice","features":[308,311,309,307,310,312,313,314]},{"name":"IoDeleteSymbolicLink","features":[309,307]},{"name":"IoDetachDevice","features":[308,311,309,307,310,312,313,314]},{"name":"IoDisconnectInterrupt","features":[308,309]},{"name":"IoDisconnectInterruptEx","features":[308,309]},{"name":"IoEnumerateKsrPersistentMemoryEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoFlushAdapterBuffers","features":[308,309,307,339]},{"name":"IoForwardIrpSynchronously","features":[308,311,309,307,310,312,313,314]},{"name":"IoFreeAdapterChannel","features":[309,339]},{"name":"IoFreeController","features":[308,309,307,313]},{"name":"IoFreeErrorLogEntry","features":[309]},{"name":"IoFreeIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoFreeKsrPersistentMemory","features":[309,307]},{"name":"IoFreeMapRegisters","features":[309,339]},{"name":"IoFreeMdl","features":[308,309]},{"name":"IoFreeSfioStreamIdentifier","features":[308,311,309,307,310,312,313,314]},{"name":"IoFreeWorkItem","features":[308,309]},{"name":"IoGetActivityIdIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetActivityIdThread","features":[309]},{"name":"IoGetAffinityInterrupt","features":[308,309,307,338]},{"name":"IoGetAttachedDeviceReference","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetBootDiskInformation","features":[309,307]},{"name":"IoGetBootDiskInformationLite","features":[309,307]},{"name":"IoGetConfigurationInformation","features":[309,307]},{"name":"IoGetContainerInformation","features":[309,307]},{"name":"IoGetCurrentProcess","features":[308,309]},{"name":"IoGetDeviceDirectory","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetDeviceInterfaceAlias","features":[309,307]},{"name":"IoGetDeviceInterfacePropertyData","features":[309,305,307]},{"name":"IoGetDeviceInterfaces","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetDeviceNumaNode","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetDeviceObjectPointer","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetDeviceProperty","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetDevicePropertyData","features":[308,311,309,305,307,310,312,313,314]},{"name":"IoGetDmaAdapter","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetDriverDirectory","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetDriverObjectExtension","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetFileObjectGenericMapping","features":[309,310]},{"name":"IoGetFsZeroingOffset","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetInitialStack","features":[309]},{"name":"IoGetInitiatorProcess","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetIoAttributionHandle","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetIoPriorityHint","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetIommuInterface","features":[309,307]},{"name":"IoGetIommuInterfaceEx","features":[309,307]},{"name":"IoGetIrpExtraCreateParameter","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetPagingIoPriority","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetRelatedDeviceObject","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetSfioStreamIdentifier","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetSilo","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetSiloParameters","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetStackLimits","features":[309]},{"name":"IoGetTopLevelIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoGetTransactionParameterBlock","features":[308,311,309,307,310,312,313,314]},{"name":"IoIncrementKeepAliveCount","features":[308,311,309,307,310,312,313,314]},{"name":"IoInitializeIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoInitializeIrpEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoInitializeRemoveLockEx","features":[308,309,307,313]},{"name":"IoInitializeTimer","features":[308,311,309,307,310,312,313,314]},{"name":"IoInitializeWorkItem","features":[308,309]},{"name":"IoInvalidateDeviceRelations","features":[308,311,309,307,310,312,313,314]},{"name":"IoInvalidateDeviceState","features":[308,311,309,307,310,312,313,314]},{"name":"IoIs32bitProcess","features":[308,311,309,307,310,312,313,314]},{"name":"IoIsFileObjectIgnoringSharing","features":[308,311,309,307,310,312,313,314]},{"name":"IoIsFileOriginRemote","features":[308,311,309,307,310,312,313,314]},{"name":"IoIsInitiator32bitProcess","features":[308,311,309,307,310,312,313,314]},{"name":"IoIsValidIrpStatus","features":[309,307]},{"name":"IoIsWdmVersionAvailable","features":[309,307]},{"name":"IoMakeAssociatedIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoMakeAssociatedIrpEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoMapTransfer","features":[308,309,307,339]},{"name":"IoMaxContainerInformationClass","features":[309]},{"name":"IoMaxContainerNotificationClass","features":[309]},{"name":"IoModifyAccess","features":[309]},{"name":"IoOpenDeviceInterfaceRegistryKey","features":[309,307]},{"name":"IoOpenDeviceRegistryKey","features":[308,311,309,307,310,312,313,314]},{"name":"IoOpenDriverRegistryKey","features":[308,311,309,307,310,312,313,314]},{"name":"IoPagingPriorityHigh","features":[309]},{"name":"IoPagingPriorityInvalid","features":[309]},{"name":"IoPagingPriorityNormal","features":[309]},{"name":"IoPagingPriorityReserved1","features":[309]},{"name":"IoPagingPriorityReserved2","features":[309]},{"name":"IoPropagateActivityIdToThread","features":[308,311,309,307,310,312,313,314]},{"name":"IoQueryDeviceComponentInformation","features":[309]},{"name":"IoQueryDeviceConfigurationData","features":[309]},{"name":"IoQueryDeviceDescription","features":[309,307]},{"name":"IoQueryDeviceIdentifier","features":[309]},{"name":"IoQueryDeviceMaxData","features":[309]},{"name":"IoQueryFullDriverPath","features":[308,311,309,307,310,312,313,314]},{"name":"IoQueryInformationByName","features":[308,311,309,307,312]},{"name":"IoQueryKsrPersistentMemorySize","features":[308,311,309,307,310,312,313,314]},{"name":"IoQueryKsrPersistentMemorySizeEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoQueueWorkItem","features":[308,309]},{"name":"IoQueueWorkItemEx","features":[308,309]},{"name":"IoRaiseHardError","features":[308,311,309,307,310,312,313,314]},{"name":"IoRaiseInformationalHardError","features":[308,309,307]},{"name":"IoReadAccess","features":[309]},{"name":"IoReadDiskSignature","features":[308,311,309,307,310,312,313,314]},{"name":"IoReadPartitionTable","features":[308,311,309,307,310,312,327,313,314]},{"name":"IoReadPartitionTableEx","features":[308,311,309,307,310,312,327,313,314]},{"name":"IoRecordIoAttribution","features":[309,307]},{"name":"IoRegisterBootDriverCallback","features":[309]},{"name":"IoRegisterBootDriverReinitialization","features":[308,311,309,307,310,312,313,314]},{"name":"IoRegisterContainerNotification","features":[309,307]},{"name":"IoRegisterDeviceInterface","features":[308,311,309,307,310,312,313,314]},{"name":"IoRegisterDriverReinitialization","features":[308,311,309,307,310,312,313,314]},{"name":"IoRegisterLastChanceShutdownNotification","features":[308,311,309,307,310,312,313,314]},{"name":"IoRegisterPlugPlayNotification","features":[308,311,309,307,310,312,313,314]},{"name":"IoRegisterShutdownNotification","features":[308,311,309,307,310,312,313,314]},{"name":"IoReleaseCancelSpinLock","features":[309]},{"name":"IoReleaseRemoveLockAndWaitEx","features":[308,309,307,313]},{"name":"IoReleaseRemoveLockEx","features":[308,309,307,313]},{"name":"IoRemoveLinkShareAccess","features":[308,311,309,307,310,312,313,314]},{"name":"IoRemoveLinkShareAccessEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoRemoveShareAccess","features":[308,311,309,307,310,312,313,314]},{"name":"IoReplacePartitionUnit","features":[308,311,309,307,310,312,313,314]},{"name":"IoReportDetectedDevice","features":[308,311,309,307,310,312,313,314]},{"name":"IoReportInterruptActive","features":[308,309]},{"name":"IoReportInterruptInactive","features":[308,309]},{"name":"IoReportResourceForDetection","features":[308,311,309,307,310,312,313,314]},{"name":"IoReportResourceUsage","features":[308,311,309,307,310,312,313,314]},{"name":"IoReportRootDevice","features":[308,311,309,307,310,312,313,314]},{"name":"IoReportTargetDeviceChange","features":[308,311,309,307,310,312,313,314]},{"name":"IoReportTargetDeviceChangeAsynchronous","features":[308,311,309,307,310,312,313,314]},{"name":"IoRequestDeviceEject","features":[308,311,309,307,310,312,313,314]},{"name":"IoRequestDeviceEjectEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoReserveKsrPersistentMemory","features":[308,311,309,307,310,312,313,314]},{"name":"IoReserveKsrPersistentMemoryEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoReuseIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoSessionEventConnected","features":[309]},{"name":"IoSessionEventCreated","features":[309]},{"name":"IoSessionEventDisconnected","features":[309]},{"name":"IoSessionEventIgnore","features":[309]},{"name":"IoSessionEventLogoff","features":[309]},{"name":"IoSessionEventLogon","features":[309]},{"name":"IoSessionEventMax","features":[309]},{"name":"IoSessionEventTerminated","features":[309]},{"name":"IoSessionStateConnected","features":[309]},{"name":"IoSessionStateCreated","features":[309]},{"name":"IoSessionStateDisconnected","features":[309]},{"name":"IoSessionStateDisconnectedLoggedOn","features":[309]},{"name":"IoSessionStateInformation","features":[309]},{"name":"IoSessionStateInitialized","features":[309]},{"name":"IoSessionStateLoggedOff","features":[309]},{"name":"IoSessionStateLoggedOn","features":[309]},{"name":"IoSessionStateMax","features":[309]},{"name":"IoSessionStateNotification","features":[309]},{"name":"IoSessionStateTerminated","features":[309]},{"name":"IoSetActivityIdIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetActivityIdThread","features":[309]},{"name":"IoSetCompletionRoutineEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetDeviceInterfacePropertyData","features":[309,305,307]},{"name":"IoSetDeviceInterfaceState","features":[309,307]},{"name":"IoSetDevicePropertyData","features":[308,311,309,305,307,310,312,313,314]},{"name":"IoSetFileObjectIgnoreSharing","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetFileOrigin","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetFsZeroingOffset","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetFsZeroingOffsetRequired","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetHardErrorOrVerifyDevice","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetIoAttributionIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetIoPriorityHint","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetIrpExtraCreateParameter","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetLinkShareAccess","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetMasterIrpStatus","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetPartitionInformation","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetPartitionInformationEx","features":[308,311,309,307,310,312,327,313,314]},{"name":"IoSetShareAccess","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetShareAccessEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetStartIoAttributes","features":[308,311,309,307,310,312,313,314]},{"name":"IoSetSystemPartition","features":[309,307]},{"name":"IoSetThreadHardErrorMode","features":[309,307]},{"name":"IoSetTopLevelIrp","features":[308,311,309,307,310,312,313,314]},{"name":"IoSizeOfIrpEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoSizeofWorkItem","features":[309]},{"name":"IoStartNextPacket","features":[308,311,309,307,310,312,313,314]},{"name":"IoStartNextPacketByKey","features":[308,311,309,307,310,312,313,314]},{"name":"IoStartPacket","features":[308,311,309,307,310,312,313,314]},{"name":"IoStartTimer","features":[308,311,309,307,310,312,313,314]},{"name":"IoStopTimer","features":[308,311,309,307,310,312,313,314]},{"name":"IoSynchronousCallDriver","features":[308,311,309,307,310,312,313,314]},{"name":"IoTransferActivityId","features":[309]},{"name":"IoTranslateBusAddress","features":[309,307]},{"name":"IoTryQueueWorkItem","features":[308,309,307]},{"name":"IoUninitializeWorkItem","features":[308,309]},{"name":"IoUnregisterBootDriverCallback","features":[309]},{"name":"IoUnregisterContainerNotification","features":[309]},{"name":"IoUnregisterPlugPlayNotification","features":[309,307]},{"name":"IoUnregisterPlugPlayNotificationEx","features":[309,307]},{"name":"IoUnregisterShutdownNotification","features":[308,311,309,307,310,312,313,314]},{"name":"IoUpdateLinkShareAccess","features":[308,311,309,307,310,312,313,314]},{"name":"IoUpdateLinkShareAccessEx","features":[308,311,309,307,310,312,313,314]},{"name":"IoUpdateShareAccess","features":[308,311,309,307,310,312,313,314]},{"name":"IoValidateDeviceIoControlAccess","features":[308,311,309,307,310,312,313,314]},{"name":"IoVerifyPartitionTable","features":[308,311,309,307,310,312,313,314]},{"name":"IoVolumeDeviceNameToGuid","features":[309,307]},{"name":"IoVolumeDeviceNameToGuidPath","features":[309,307]},{"name":"IoVolumeDeviceToDosName","features":[309,307]},{"name":"IoVolumeDeviceToGuid","features":[309,307]},{"name":"IoVolumeDeviceToGuidPath","features":[309,307]},{"name":"IoWMIAllocateInstanceIds","features":[309,307]},{"name":"IoWMIDeviceObjectToInstanceName","features":[308,311,309,307,310,312,313,314]},{"name":"IoWMIExecuteMethod","features":[309,307]},{"name":"IoWMIHandleToInstanceName","features":[309,307]},{"name":"IoWMIOpenBlock","features":[309,307]},{"name":"IoWMIQueryAllData","features":[309,307]},{"name":"IoWMIQueryAllDataMultiple","features":[309,307]},{"name":"IoWMIQuerySingleInstance","features":[309,307]},{"name":"IoWMIQuerySingleInstanceMultiple","features":[309,307]},{"name":"IoWMIRegistrationControl","features":[308,311,309,307,310,312,313,314]},{"name":"IoWMISetNotificationCallback","features":[309,307]},{"name":"IoWMISetSingleInstance","features":[309,307]},{"name":"IoWMISetSingleItem","features":[309,307]},{"name":"IoWMISuggestInstanceName","features":[308,311,309,307,310,312,313,314]},{"name":"IoWMIWriteEvent","features":[309,307]},{"name":"IoWithinStackLimits","features":[309]},{"name":"IoWriteAccess","features":[309]},{"name":"IoWriteErrorLogEntry","features":[309]},{"name":"IoWriteKsrPersistentMemory","features":[309,307]},{"name":"IoWritePartitionTable","features":[308,311,309,307,310,312,327,313,314]},{"name":"IoWritePartitionTableEx","features":[308,311,309,307,310,312,327,313,314]},{"name":"IofCallDriver","features":[308,311,309,307,310,312,313,314]},{"name":"IofCompleteRequest","features":[308,311,309,307,310,312,313,314]},{"name":"IommuDeviceCreationConfigTypeAcpi","features":[309]},{"name":"IommuDeviceCreationConfigTypeDeviceId","features":[309]},{"name":"IommuDeviceCreationConfigTypeMax","features":[309]},{"name":"IommuDeviceCreationConfigTypeNone","features":[309]},{"name":"IommuDmaLogicalAllocatorBuddy","features":[309]},{"name":"IommuDmaLogicalAllocatorMax","features":[309]},{"name":"IommuDmaLogicalAllocatorNone","features":[309]},{"name":"IrqPolicyAllCloseProcessors","features":[309]},{"name":"IrqPolicyAllProcessorsInMachine","features":[309]},{"name":"IrqPolicyAllProcessorsInMachineWhenSteered","features":[309]},{"name":"IrqPolicyMachineDefault","features":[309]},{"name":"IrqPolicyOneCloseProcessor","features":[309]},{"name":"IrqPolicySpecifiedProcessors","features":[309]},{"name":"IrqPolicySpreadMessagesAcrossAllProcessors","features":[309]},{"name":"IrqPriorityHigh","features":[309]},{"name":"IrqPriorityLow","features":[309]},{"name":"IrqPriorityNormal","features":[309]},{"name":"IrqPriorityUndefined","features":[309]},{"name":"Isa","features":[309]},{"name":"IsochCommand","features":[309]},{"name":"IsochStatus","features":[309]},{"name":"KADDRESS_BASE","features":[309]},{"name":"KADDRESS_RANGE","features":[309]},{"name":"KADDRESS_RANGE_DESCRIPTOR","features":[309]},{"name":"KAPC","features":[309,307,313]},{"name":"KBUGCHECK_ADD_PAGES","features":[309]},{"name":"KBUGCHECK_BUFFER_DUMP_STATE","features":[309]},{"name":"KBUGCHECK_CALLBACK_REASON","features":[309]},{"name":"KBUGCHECK_CALLBACK_RECORD","features":[309,313]},{"name":"KBUGCHECK_CALLBACK_ROUTINE","features":[309]},{"name":"KBUGCHECK_DUMP_IO","features":[309]},{"name":"KBUGCHECK_DUMP_IO_TYPE","features":[309]},{"name":"KBUGCHECK_REASON_CALLBACK_RECORD","features":[309,313]},{"name":"KBUGCHECK_REASON_CALLBACK_ROUTINE","features":[309,313]},{"name":"KBUGCHECK_REMOVE_PAGES","features":[309]},{"name":"KBUGCHECK_SECONDARY_DUMP_DATA","features":[309]},{"name":"KBUGCHECK_SECONDARY_DUMP_DATA_EX","features":[309]},{"name":"KBUGCHECK_TRIAGE_DUMP_DATA","features":[309,313]},{"name":"KB_ADD_PAGES_FLAG_ADDITIONAL_RANGES_EXIST","features":[309]},{"name":"KB_ADD_PAGES_FLAG_PHYSICAL_ADDRESS","features":[309]},{"name":"KB_ADD_PAGES_FLAG_VIRTUAL_ADDRESS","features":[309]},{"name":"KB_REMOVE_PAGES_FLAG_ADDITIONAL_RANGES_EXIST","features":[309]},{"name":"KB_REMOVE_PAGES_FLAG_PHYSICAL_ADDRESS","features":[309]},{"name":"KB_REMOVE_PAGES_FLAG_VIRTUAL_ADDRESS","features":[309]},{"name":"KB_SECONDARY_DATA_FLAG_ADDITIONAL_DATA","features":[309]},{"name":"KB_SECONDARY_DATA_FLAG_NO_DEVICE_ACCESS","features":[309]},{"name":"KB_TRIAGE_DUMP_DATA_FLAG_BUGCHECK_ACTIVE","features":[309]},{"name":"KDEFERRED_ROUTINE","features":[308,309,313]},{"name":"KDEVICE_QUEUE_ENTRY","features":[309,307,313]},{"name":"KDPC_IMPORTANCE","features":[309]},{"name":"KDPC_WATCHDOG_INFORMATION","features":[309]},{"name":"KD_CALLBACK_ACTION","features":[309]},{"name":"KD_NAMESPACE_ENUM","features":[309]},{"name":"KD_OPTION","features":[309]},{"name":"KD_OPTION_SET_BLOCK_ENABLE","features":[309]},{"name":"KENCODED_TIMER_PROCESSOR","features":[309]},{"name":"KERNEL_LARGE_STACK_COMMIT","features":[309]},{"name":"KERNEL_LARGE_STACK_SIZE","features":[309]},{"name":"KERNEL_MCA_EXCEPTION_STACK_SIZE","features":[309]},{"name":"KERNEL_SOFT_RESTART_NOTIFICATION","features":[309]},{"name":"KERNEL_SOFT_RESTART_NOTIFICATION_VERSION","features":[309]},{"name":"KERNEL_STACK_SIZE","features":[309]},{"name":"KERNEL_USER_TIMES","features":[309]},{"name":"KEY_BASIC_INFORMATION","features":[309]},{"name":"KEY_CACHED_INFORMATION","features":[309]},{"name":"KEY_CONTROL_FLAGS_INFORMATION","features":[309]},{"name":"KEY_FULL_INFORMATION","features":[309]},{"name":"KEY_LAYER_INFORMATION","features":[309]},{"name":"KEY_NAME_INFORMATION","features":[309]},{"name":"KEY_NODE_INFORMATION","features":[309]},{"name":"KEY_SET_VIRTUALIZATION_INFORMATION","features":[309]},{"name":"KEY_TRUST_INFORMATION","features":[309]},{"name":"KEY_VALUE_BASIC_INFORMATION","features":[309]},{"name":"KEY_VALUE_FULL_INFORMATION","features":[309]},{"name":"KEY_VALUE_LAYER_INFORMATION","features":[309]},{"name":"KEY_VALUE_PARTIAL_INFORMATION","features":[309]},{"name":"KEY_VALUE_PARTIAL_INFORMATION_ALIGN64","features":[309]},{"name":"KEY_VIRTUALIZATION_INFORMATION","features":[309]},{"name":"KEY_WOW64_FLAGS_INFORMATION","features":[309]},{"name":"KEY_WRITE_TIME_INFORMATION","features":[309]},{"name":"KE_MAX_TRIAGE_DUMP_DATA_MEMORY_SIZE","features":[309]},{"name":"KE_PROCESSOR_CHANGE_ADD_EXISTING","features":[309]},{"name":"KE_PROCESSOR_CHANGE_NOTIFY_CONTEXT","features":[309,307,313]},{"name":"KE_PROCESSOR_CHANGE_NOTIFY_STATE","features":[309]},{"name":"KFLOATING_SAVE","features":[309]},{"name":"KGATE","features":[308,309,307,313]},{"name":"KINTERRUPT_MODE","features":[309]},{"name":"KINTERRUPT_POLARITY","features":[309]},{"name":"KIPI_BROADCAST_WORKER","features":[309]},{"name":"KI_USER_SHARED_DATA","features":[309]},{"name":"KLOCK_QUEUE_HANDLE","features":[309]},{"name":"KMESSAGE_SERVICE_ROUTINE","features":[309,307]},{"name":"KPROFILE_SOURCE","features":[309]},{"name":"KSEMAPHORE","features":[308,309,307,313]},{"name":"KSERVICE_ROUTINE","features":[309,307]},{"name":"KSPIN_LOCK_QUEUE","features":[309]},{"name":"KSTART_ROUTINE","features":[309]},{"name":"KSYNCHRONIZE_ROUTINE","features":[309,307]},{"name":"KSYSTEM_TIME","features":[309]},{"name":"KTIMER","features":[308,309,307,313]},{"name":"KTRIAGE_DUMP_DATA_ARRAY","features":[309,313]},{"name":"KUMS_UCH_VOLATILE_BIT","features":[309]},{"name":"KUSER_SHARED_DATA","features":[309,307,336,313]},{"name":"KWAIT_CHAIN","features":[309]},{"name":"KWAIT_REASON","features":[309]},{"name":"KbCallbackAddPages","features":[309]},{"name":"KbCallbackDumpIo","features":[309]},{"name":"KbCallbackInvalid","features":[309]},{"name":"KbCallbackRemovePages","features":[309]},{"name":"KbCallbackReserved1","features":[309]},{"name":"KbCallbackReserved2","features":[309]},{"name":"KbCallbackSecondaryDumpData","features":[309]},{"name":"KbCallbackSecondaryMultiPartDumpData","features":[309]},{"name":"KbCallbackTriageDumpData","features":[309]},{"name":"KbDumpIoBody","features":[309]},{"name":"KbDumpIoComplete","features":[309]},{"name":"KbDumpIoHeader","features":[309]},{"name":"KbDumpIoInvalid","features":[309]},{"name":"KbDumpIoSecondaryData","features":[309]},{"name":"KdChangeOption","features":[309,307]},{"name":"KdConfigureDeviceAndContinue","features":[309]},{"name":"KdConfigureDeviceAndStop","features":[309]},{"name":"KdDisableDebugger","features":[309,307]},{"name":"KdEnableDebugger","features":[309,307]},{"name":"KdNameSpaceACPI","features":[309]},{"name":"KdNameSpaceAny","features":[309]},{"name":"KdNameSpaceMax","features":[309]},{"name":"KdNameSpaceNone","features":[309]},{"name":"KdNameSpacePCI","features":[309]},{"name":"KdRefreshDebuggerNotPresent","features":[309,307]},{"name":"KdSkipDeviceAndContinue","features":[309]},{"name":"KdSkipDeviceAndStop","features":[309]},{"name":"KeAcquireGuardedMutex","features":[308,309,307,313]},{"name":"KeAcquireGuardedMutexUnsafe","features":[308,309,307,313]},{"name":"KeAcquireInStackQueuedSpinLock","features":[309]},{"name":"KeAcquireInStackQueuedSpinLockAtDpcLevel","features":[309]},{"name":"KeAcquireInStackQueuedSpinLockForDpc","features":[309]},{"name":"KeAcquireInterruptSpinLock","features":[308,309]},{"name":"KeAcquireSpinLockForDpc","features":[309]},{"name":"KeAddTriageDumpDataBlock","features":[309,307,313]},{"name":"KeAreAllApcsDisabled","features":[309,307]},{"name":"KeAreApcsDisabled","features":[309,307]},{"name":"KeBugCheck","features":[309,336]},{"name":"KeBugCheckEx","features":[309,336]},{"name":"KeCancelTimer","features":[308,309,307,313]},{"name":"KeClearEvent","features":[308,309,307,313]},{"name":"KeConvertAuxiliaryCounterToPerformanceCounter","features":[309,307]},{"name":"KeConvertPerformanceCounterToAuxiliaryCounter","features":[309,307]},{"name":"KeDelayExecutionThread","features":[309,307]},{"name":"KeDeregisterBoundCallback","features":[309,307]},{"name":"KeDeregisterBugCheckCallback","features":[309,307,313]},{"name":"KeDeregisterBugCheckReasonCallback","features":[309,307,313]},{"name":"KeDeregisterNmiCallback","features":[309,307]},{"name":"KeDeregisterProcessorChangeCallback","features":[309]},{"name":"KeEnterCriticalRegion","features":[309]},{"name":"KeEnterGuardedRegion","features":[309]},{"name":"KeExpandKernelStackAndCallout","features":[309,307]},{"name":"KeExpandKernelStackAndCalloutEx","features":[309,307]},{"name":"KeFlushIoBuffers","features":[308,309,307]},{"name":"KeFlushQueuedDpcs","features":[309]},{"name":"KeFlushWriteBuffer","features":[309]},{"name":"KeGetCurrentIrql","features":[309]},{"name":"KeGetCurrentNodeNumber","features":[309]},{"name":"KeGetCurrentProcessorNumberEx","features":[309,313]},{"name":"KeGetProcessorIndexFromNumber","features":[309,313]},{"name":"KeGetProcessorNumberFromIndex","features":[309,307,313]},{"name":"KeGetRecommendedSharedDataAlignment","features":[309]},{"name":"KeInitializeCrashDumpHeader","features":[309,307]},{"name":"KeInitializeDeviceQueue","features":[308,309,307,313]},{"name":"KeInitializeDpc","features":[308,309,313]},{"name":"KeInitializeEvent","features":[308,309,307,313]},{"name":"KeInitializeGuardedMutex","features":[308,309,307,313]},{"name":"KeInitializeMutex","features":[308,309,307,313]},{"name":"KeInitializeSemaphore","features":[308,309,307,313]},{"name":"KeInitializeSpinLock","features":[309]},{"name":"KeInitializeThreadedDpc","features":[308,309,313]},{"name":"KeInitializeTimer","features":[308,309,307,313]},{"name":"KeInitializeTimerEx","features":[308,309,307,313]},{"name":"KeInitializeTriageDumpDataArray","features":[309,307,313]},{"name":"KeInsertByKeyDeviceQueue","features":[308,309,307,313]},{"name":"KeInsertDeviceQueue","features":[308,309,307,313]},{"name":"KeInsertQueueDpc","features":[308,309,307,313]},{"name":"KeInvalidateAllCaches","features":[309,307]},{"name":"KeInvalidateRangeAllCaches","features":[309]},{"name":"KeIpiGenericCall","features":[309]},{"name":"KeIsExecutingDpc","features":[309]},{"name":"KeLeaveCriticalRegion","features":[309]},{"name":"KeLeaveGuardedRegion","features":[309]},{"name":"KeProcessorAddCompleteNotify","features":[309]},{"name":"KeProcessorAddFailureNotify","features":[309]},{"name":"KeProcessorAddStartNotify","features":[309]},{"name":"KePulseEvent","features":[308,309,307,313]},{"name":"KeQueryActiveGroupCount","features":[309]},{"name":"KeQueryActiveProcessorCount","features":[309]},{"name":"KeQueryActiveProcessorCountEx","features":[309]},{"name":"KeQueryActiveProcessors","features":[309]},{"name":"KeQueryAuxiliaryCounterFrequency","features":[309,307]},{"name":"KeQueryDpcWatchdogInformation","features":[309,307]},{"name":"KeQueryGroupAffinity","features":[309]},{"name":"KeQueryHardwareCounterConfiguration","features":[309,307]},{"name":"KeQueryHighestNodeNumber","features":[309]},{"name":"KeQueryInterruptTimePrecise","features":[309]},{"name":"KeQueryLogicalProcessorRelationship","features":[309,307,313,338]},{"name":"KeQueryMaximumGroupCount","features":[309]},{"name":"KeQueryMaximumProcessorCount","features":[309]},{"name":"KeQueryMaximumProcessorCountEx","features":[309]},{"name":"KeQueryNodeActiveAffinity","features":[309,338]},{"name":"KeQueryNodeActiveAffinity2","features":[309,307,338]},{"name":"KeQueryNodeActiveProcessorCount","features":[309]},{"name":"KeQueryNodeMaximumProcessorCount","features":[309]},{"name":"KeQueryPerformanceCounter","features":[309]},{"name":"KeQueryPriorityThread","features":[308,309]},{"name":"KeQueryRuntimeThread","features":[308,309]},{"name":"KeQuerySystemTimePrecise","features":[309]},{"name":"KeQueryTimeIncrement","features":[309]},{"name":"KeQueryTotalCycleTimeThread","features":[308,309]},{"name":"KeQueryUnbiasedInterruptTime","features":[309]},{"name":"KeQueryUnbiasedInterruptTimePrecise","features":[309]},{"name":"KeReadStateEvent","features":[308,309,307,313]},{"name":"KeReadStateMutex","features":[308,309,307,313]},{"name":"KeReadStateSemaphore","features":[308,309,307,313]},{"name":"KeReadStateTimer","features":[308,309,307,313]},{"name":"KeRegisterBoundCallback","features":[309]},{"name":"KeRegisterBugCheckCallback","features":[309,307,313]},{"name":"KeRegisterBugCheckReasonCallback","features":[309,307,313]},{"name":"KeRegisterNmiCallback","features":[309,307]},{"name":"KeRegisterProcessorChangeCallback","features":[309]},{"name":"KeReleaseGuardedMutex","features":[308,309,307,313]},{"name":"KeReleaseGuardedMutexUnsafe","features":[308,309,307,313]},{"name":"KeReleaseInStackQueuedSpinLock","features":[309]},{"name":"KeReleaseInStackQueuedSpinLockForDpc","features":[309]},{"name":"KeReleaseInStackQueuedSpinLockFromDpcLevel","features":[309]},{"name":"KeReleaseInterruptSpinLock","features":[308,309]},{"name":"KeReleaseMutex","features":[308,309,307,313]},{"name":"KeReleaseSemaphore","features":[308,309,307,313]},{"name":"KeReleaseSpinLockForDpc","features":[309]},{"name":"KeRemoveByKeyDeviceQueue","features":[308,309,307,313]},{"name":"KeRemoveByKeyDeviceQueueIfBusy","features":[308,309,307,313]},{"name":"KeRemoveDeviceQueue","features":[308,309,307,313]},{"name":"KeRemoveEntryDeviceQueue","features":[308,309,307,313]},{"name":"KeRemoveQueueDpc","features":[308,309,307,313]},{"name":"KeRemoveQueueDpcEx","features":[308,309,307,313]},{"name":"KeResetEvent","features":[308,309,307,313]},{"name":"KeRestoreExtendedProcessorState","features":[309,336]},{"name":"KeRevertToUserAffinityThread","features":[309]},{"name":"KeRevertToUserAffinityThreadEx","features":[309]},{"name":"KeRevertToUserGroupAffinityThread","features":[309,338]},{"name":"KeSaveExtendedProcessorState","features":[309,307,336]},{"name":"KeSetBasePriorityThread","features":[308,309]},{"name":"KeSetCoalescableTimer","features":[308,309,307,313]},{"name":"KeSetEvent","features":[308,309,307,313]},{"name":"KeSetHardwareCounterConfiguration","features":[309,307]},{"name":"KeSetImportanceDpc","features":[308,309,313]},{"name":"KeSetPriorityThread","features":[308,309]},{"name":"KeSetSystemAffinityThread","features":[309]},{"name":"KeSetSystemAffinityThreadEx","features":[309]},{"name":"KeSetSystemGroupAffinityThread","features":[309,338]},{"name":"KeSetTargetProcessorDpc","features":[308,309,313]},{"name":"KeSetTargetProcessorDpcEx","features":[308,309,307,313]},{"name":"KeSetTimer","features":[308,309,307,313]},{"name":"KeSetTimerEx","features":[308,309,307,313]},{"name":"KeShouldYieldProcessor","features":[309]},{"name":"KeStallExecutionProcessor","features":[309]},{"name":"KeSynchronizeExecution","features":[308,309,307]},{"name":"KeTestSpinLock","features":[309,307]},{"name":"KeTryToAcquireGuardedMutex","features":[308,309,307,313]},{"name":"KeTryToAcquireSpinLockAtDpcLevel","features":[309,307]},{"name":"KeWaitForMultipleObjects","features":[308,309,307,313]},{"name":"KeWaitForSingleObject","features":[309,307]},{"name":"KeepObject","features":[309]},{"name":"KernelMode","features":[309]},{"name":"KeyboardController","features":[309]},{"name":"KeyboardPeripheral","features":[309]},{"name":"KfRaiseIrql","features":[309]},{"name":"L0sAndL1EntryDisabled","features":[309]},{"name":"L0sAndL1EntryEnabled","features":[309]},{"name":"L0sAndL1EntrySupport","features":[309]},{"name":"L0sEntryEnabled","features":[309]},{"name":"L0sEntrySupport","features":[309]},{"name":"L0s_128ns_256ns","features":[309]},{"name":"L0s_1us_2us","features":[309]},{"name":"L0s_256ns_512ns","features":[309]},{"name":"L0s_2us_4us","features":[309]},{"name":"L0s_512ns_1us","features":[309]},{"name":"L0s_64ns_128ns","features":[309]},{"name":"L0s_Above4us","features":[309]},{"name":"L0s_Below64ns","features":[309]},{"name":"L1EntryEnabled","features":[309]},{"name":"L1EntrySupport","features":[309]},{"name":"L1_16us_32us","features":[309]},{"name":"L1_1us_2us","features":[309]},{"name":"L1_2us_4us","features":[309]},{"name":"L1_32us_64us","features":[309]},{"name":"L1_4us_8us","features":[309]},{"name":"L1_8us_16us","features":[309]},{"name":"L1_Above64us","features":[309]},{"name":"L1_Below1us","features":[309]},{"name":"LEGACY_BUS_INFORMATION","features":[309]},{"name":"LINK_SHARE_ACCESS","features":[309]},{"name":"LOADER_PARTITION_INFORMATION_EX","features":[309]},{"name":"LOCK_OPERATION","features":[309]},{"name":"LOCK_QUEUE_HALTED","features":[309]},{"name":"LOCK_QUEUE_HALTED_BIT","features":[309]},{"name":"LOCK_QUEUE_OWNER","features":[309]},{"name":"LOCK_QUEUE_OWNER_BIT","features":[309]},{"name":"LOCK_QUEUE_WAIT","features":[309]},{"name":"LOCK_QUEUE_WAIT_BIT","features":[309]},{"name":"LONG_2ND_MOST_SIGNIFICANT_BIT","features":[309]},{"name":"LONG_3RD_MOST_SIGNIFICANT_BIT","features":[309]},{"name":"LONG_LEAST_SIGNIFICANT_BIT","features":[309]},{"name":"LONG_MOST_SIGNIFICANT_BIT","features":[309]},{"name":"LOWBYTE_MASK","features":[309]},{"name":"LOW_LEVEL","features":[309]},{"name":"LOW_PRIORITY","features":[309]},{"name":"LOW_REALTIME_PRIORITY","features":[309]},{"name":"LastDStateTransitionD3cold","features":[309]},{"name":"LastDStateTransitionD3hot","features":[309]},{"name":"LastDStateTransitionStatusUnknown","features":[309]},{"name":"LastDrvRtFlag","features":[309]},{"name":"Latched","features":[309]},{"name":"LevelSensitive","features":[309]},{"name":"LinePeripheral","features":[309]},{"name":"LocateControl","features":[309]},{"name":"LocationTypeFileSystem","features":[309]},{"name":"LocationTypeMaximum","features":[309]},{"name":"LocationTypeRegistry","features":[309]},{"name":"LoggerEventsLoggedClass","features":[309]},{"name":"LoggerEventsLostClass","features":[309]},{"name":"LowImportance","features":[309]},{"name":"LowPagePriority","features":[309]},{"name":"LowPoolPriority","features":[309]},{"name":"LowPoolPrioritySpecialPoolOverrun","features":[309]},{"name":"LowPoolPrioritySpecialPoolUnderrun","features":[309]},{"name":"MAILSLOT_CREATE_PARAMETERS","features":[309,307]},{"name":"MAP_REGISTER_ENTRY","features":[309,307]},{"name":"MAXIMUM_DEBUG_BARS","features":[309]},{"name":"MAXIMUM_FILENAME_LENGTH","features":[309]},{"name":"MAXIMUM_PRIORITY","features":[309]},{"name":"MAX_EVENT_COUNTERS","features":[309]},{"name":"MCA_DRIVER_INFO","features":[308,309]},{"name":"MCA_EXCEPTION","features":[309]},{"name":"MCA_EXCEPTION_TYPE","features":[309]},{"name":"MCA_EXTREG_V2MAX","features":[309]},{"name":"MCE_NOTIFY_TYPE_GUID","features":[309]},{"name":"MCG_CAP","features":[309]},{"name":"MCG_STATUS","features":[309]},{"name":"MCI_ADDR","features":[309]},{"name":"MCI_STATS","features":[309]},{"name":"MCI_STATUS","features":[309]},{"name":"MCI_STATUS_AMD_BITS","features":[309]},{"name":"MCI_STATUS_BITS_COMMON","features":[309]},{"name":"MCI_STATUS_INTEL_BITS","features":[309]},{"name":"MDL_ALLOCATED_FIXED_SIZE","features":[309]},{"name":"MDL_DESCRIBES_AWE","features":[309]},{"name":"MDL_FREE_EXTRA_PTES","features":[309]},{"name":"MDL_INTERNAL","features":[309]},{"name":"MDL_LOCKED_PAGE_TABLES","features":[309]},{"name":"MDL_PAGE_CONTENTS_INVARIANT","features":[309]},{"name":"MEMORY_CACHING_TYPE","features":[309]},{"name":"MEMORY_CACHING_TYPE_ORIG","features":[309]},{"name":"MEMORY_CORRECTABLE_ERROR_SUMMARY_SECTION_GUID","features":[309]},{"name":"MEMORY_ERROR_SECTION_GUID","features":[309]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_OPEN_INFORMATION","features":[309,307]},{"name":"MEM_COMMIT","features":[309]},{"name":"MEM_DECOMMIT","features":[309]},{"name":"MEM_DEDICATED_ATTRIBUTE_TYPE","features":[309]},{"name":"MEM_EXTENDED_PARAMETER_EC_CODE","features":[309]},{"name":"MEM_EXTENDED_PARAMETER_TYPE_BITS","features":[309]},{"name":"MEM_LARGE_PAGES","features":[309]},{"name":"MEM_MAPPED","features":[309]},{"name":"MEM_PRIVATE","features":[309]},{"name":"MEM_RELEASE","features":[309]},{"name":"MEM_RESERVE","features":[309]},{"name":"MEM_RESET","features":[309]},{"name":"MEM_RESET_UNDO","features":[309]},{"name":"MEM_SECTION_EXTENDED_PARAMETER_TYPE","features":[309]},{"name":"MEM_TOP_DOWN","features":[309]},{"name":"MM_ADD_PHYSICAL_MEMORY_ALREADY_ZEROED","features":[309]},{"name":"MM_ADD_PHYSICAL_MEMORY_HUGE_PAGES_ONLY","features":[309]},{"name":"MM_ADD_PHYSICAL_MEMORY_LARGE_PAGES_ONLY","features":[309]},{"name":"MM_ALLOCATE_AND_HOT_REMOVE","features":[309]},{"name":"MM_ALLOCATE_CONTIGUOUS_MEMORY_FAST_ONLY","features":[309]},{"name":"MM_ALLOCATE_FAST_LARGE_PAGES","features":[309]},{"name":"MM_ALLOCATE_FROM_LOCAL_NODE_ONLY","features":[309]},{"name":"MM_ALLOCATE_FULLY_REQUIRED","features":[309]},{"name":"MM_ALLOCATE_NO_WAIT","features":[309]},{"name":"MM_ALLOCATE_PREFER_CONTIGUOUS","features":[309]},{"name":"MM_ALLOCATE_REQUIRE_CONTIGUOUS_CHUNKS","features":[309]},{"name":"MM_ALLOCATE_TRIM_IF_NECESSARY","features":[309]},{"name":"MM_ANY_NODE_OK","features":[309]},{"name":"MM_COPY_ADDRESS","features":[309]},{"name":"MM_COPY_MEMORY_PHYSICAL","features":[309]},{"name":"MM_COPY_MEMORY_VIRTUAL","features":[309]},{"name":"MM_DONT_ZERO_ALLOCATION","features":[309]},{"name":"MM_DUMP_MAP_CACHED","features":[309]},{"name":"MM_DUMP_MAP_INVALIDATE","features":[309]},{"name":"MM_FREE_MDL_PAGES_ZERO","features":[309]},{"name":"MM_GET_CACHE_ATTRIBUTE_IO_SPACE","features":[309]},{"name":"MM_GET_PHYSICAL_MEMORY_RANGES_INCLUDE_ALL_PARTITIONS","features":[309]},{"name":"MM_GET_PHYSICAL_MEMORY_RANGES_INCLUDE_FILE_ONLY","features":[309]},{"name":"MM_MAPPING_ADDRESS_DIVISIBLE","features":[309]},{"name":"MM_MAXIMUM_DISK_IO_SIZE","features":[309]},{"name":"MM_MDL_PAGE_CONTENTS_STATE","features":[309]},{"name":"MM_MDL_ROUTINE","features":[309]},{"name":"MM_PAGE_PRIORITY","features":[309]},{"name":"MM_PERMANENT_ADDRESS_IS_IO_SPACE","features":[309]},{"name":"MM_PHYSICAL_ADDRESS_LIST","features":[309]},{"name":"MM_PROTECT_DRIVER_SECTION_ALLOW_UNLOAD","features":[309]},{"name":"MM_PROTECT_DRIVER_SECTION_VALID_FLAGS","features":[309]},{"name":"MM_REMOVE_PHYSICAL_MEMORY_BAD_ONLY","features":[309]},{"name":"MM_ROTATE_DIRECTION","features":[309]},{"name":"MM_SECURE_EXCLUSIVE","features":[309]},{"name":"MM_SECURE_NO_CHANGE","features":[309]},{"name":"MM_SECURE_NO_INHERIT","features":[309]},{"name":"MM_SECURE_USER_MODE_ONLY","features":[309]},{"name":"MM_SYSTEMSIZE","features":[309]},{"name":"MM_SYSTEM_SPACE_END","features":[309]},{"name":"MM_SYSTEM_VIEW_EXCEPTIONS_FOR_INPAGE_ERRORS","features":[309]},{"name":"MODE","features":[309]},{"name":"MPIBus","features":[309]},{"name":"MPIConfiguration","features":[309]},{"name":"MPSABus","features":[309]},{"name":"MPSAConfiguration","features":[309]},{"name":"MRLClosed","features":[309]},{"name":"MRLOpen","features":[309]},{"name":"MU_TELEMETRY_SECTION","features":[309]},{"name":"MU_TELEMETRY_SECTION_GUID","features":[309]},{"name":"MapPhysicalAddressTypeContiguousRange","features":[309]},{"name":"MapPhysicalAddressTypeMax","features":[309]},{"name":"MapPhysicalAddressTypeMdl","features":[309]},{"name":"MapPhysicalAddressTypePfn","features":[309]},{"name":"MaxFaultType","features":[309]},{"name":"MaxHardwareCounterType","features":[309]},{"name":"MaxPayload1024Bytes","features":[309]},{"name":"MaxPayload128Bytes","features":[309]},{"name":"MaxPayload2048Bytes","features":[309]},{"name":"MaxPayload256Bytes","features":[309]},{"name":"MaxPayload4096Bytes","features":[309]},{"name":"MaxPayload512Bytes","features":[309]},{"name":"MaxRegNtNotifyClass","features":[309]},{"name":"MaxSubsystemInformationType","features":[309]},{"name":"MaxTraceInformationClass","features":[309]},{"name":"MaximumBusDataType","features":[309]},{"name":"MaximumDmaSpeed","features":[309]},{"name":"MaximumDmaWidth","features":[309]},{"name":"MaximumInterfaceType","features":[309]},{"name":"MaximumMode","features":[309]},{"name":"MaximumType","features":[309]},{"name":"MaximumWaitReason","features":[309]},{"name":"MaximumWorkQueue","features":[309]},{"name":"MdlMappingNoExecute","features":[309]},{"name":"MdlMappingNoWrite","features":[309]},{"name":"MdlMappingWithGuardPtes","features":[309]},{"name":"MediumHighImportance","features":[309]},{"name":"MediumImportance","features":[309]},{"name":"MemDedicatedAttributeMax","features":[309]},{"name":"MemDedicatedAttributeReadBandwidth","features":[309]},{"name":"MemDedicatedAttributeReadLatency","features":[309]},{"name":"MemDedicatedAttributeWriteBandwidth","features":[309]},{"name":"MemDedicatedAttributeWriteLatency","features":[309]},{"name":"MemSectionExtendedParameterInvalidType","features":[309]},{"name":"MemSectionExtendedParameterMax","features":[309]},{"name":"MemSectionExtendedParameterNumaNode","features":[309]},{"name":"MemSectionExtendedParameterSigningLevel","features":[309]},{"name":"MemSectionExtendedParameterUserPhysicalFlags","features":[309]},{"name":"MicroChannel","features":[309]},{"name":"MmAddPhysicalMemory","features":[309,307]},{"name":"MmAddVerifierSpecialThunks","features":[309,307]},{"name":"MmAddVerifierThunks","features":[309,307]},{"name":"MmAdvanceMdl","features":[308,309,307]},{"name":"MmAllocateContiguousMemory","features":[309]},{"name":"MmAllocateContiguousMemoryEx","features":[309,307]},{"name":"MmAllocateContiguousMemorySpecifyCache","features":[309]},{"name":"MmAllocateContiguousMemorySpecifyCacheNode","features":[309]},{"name":"MmAllocateContiguousNodeMemory","features":[309]},{"name":"MmAllocateMappingAddress","features":[309]},{"name":"MmAllocateMappingAddressEx","features":[309]},{"name":"MmAllocateMdlForIoSpace","features":[308,309,307]},{"name":"MmAllocateNodePagesForMdlEx","features":[308,309]},{"name":"MmAllocateNonCachedMemory","features":[309]},{"name":"MmAllocatePagesForMdl","features":[308,309]},{"name":"MmAllocatePagesForMdlEx","features":[308,309]},{"name":"MmAllocatePartitionNodePagesForMdlEx","features":[308,309]},{"name":"MmAreMdlPagesCached","features":[308,309]},{"name":"MmBuildMdlForNonPagedPool","features":[308,309]},{"name":"MmCached","features":[309]},{"name":"MmCopyMemory","features":[309,307]},{"name":"MmCreateMdl","features":[308,309]},{"name":"MmCreateMirror","features":[309,307]},{"name":"MmFrameBufferCached","features":[309]},{"name":"MmFreeContiguousMemory","features":[309]},{"name":"MmFreeContiguousMemorySpecifyCache","features":[309]},{"name":"MmFreeMappingAddress","features":[309]},{"name":"MmFreeNonCachedMemory","features":[309]},{"name":"MmFreePagesFromMdl","features":[308,309]},{"name":"MmFreePagesFromMdlEx","features":[308,309]},{"name":"MmGetCacheAttribute","features":[309,307]},{"name":"MmGetCacheAttributeEx","features":[309,307]},{"name":"MmGetPhysicalAddress","features":[309]},{"name":"MmGetPhysicalMemoryRanges","features":[309]},{"name":"MmGetPhysicalMemoryRangesEx","features":[309]},{"name":"MmGetPhysicalMemoryRangesEx2","features":[309]},{"name":"MmGetSystemRoutineAddress","features":[309,307]},{"name":"MmGetVirtualForPhysical","features":[309]},{"name":"MmHardwareCoherentCached","features":[309]},{"name":"MmIsAddressValid","features":[309,307]},{"name":"MmIsDriverSuspectForVerifier","features":[308,311,309,307,310,312,313,314]},{"name":"MmIsDriverVerifying","features":[308,311,309,307,310,312,313,314]},{"name":"MmIsDriverVerifyingByAddress","features":[309]},{"name":"MmIsIoSpaceActive","features":[309]},{"name":"MmIsNonPagedSystemAddressValid","features":[309,307]},{"name":"MmIsThisAnNtAsSystem","features":[309,307]},{"name":"MmIsVerifierEnabled","features":[309,307]},{"name":"MmLargeSystem","features":[309]},{"name":"MmLockPagableDataSection","features":[309]},{"name":"MmLockPagableSectionByHandle","features":[309]},{"name":"MmMapIoSpace","features":[309]},{"name":"MmMapIoSpaceEx","features":[309]},{"name":"MmMapLockedPages","features":[308,309]},{"name":"MmMapLockedPagesSpecifyCache","features":[308,309]},{"name":"MmMapLockedPagesWithReservedMapping","features":[308,309]},{"name":"MmMapMdl","features":[308,309,307]},{"name":"MmMapMemoryDumpMdlEx","features":[308,309,307]},{"name":"MmMapUserAddressesToPage","features":[309,307]},{"name":"MmMapVideoDisplay","features":[309]},{"name":"MmMapViewInSessionSpace","features":[309,307]},{"name":"MmMapViewInSessionSpaceEx","features":[309,307]},{"name":"MmMapViewInSystemSpace","features":[309,307]},{"name":"MmMapViewInSystemSpaceEx","features":[309,307]},{"name":"MmMaximumCacheType","features":[309]},{"name":"MmMaximumRotateDirection","features":[309]},{"name":"MmMdlPageContentsDynamic","features":[309]},{"name":"MmMdlPageContentsInvariant","features":[309]},{"name":"MmMdlPageContentsQuery","features":[309]},{"name":"MmMdlPageContentsState","features":[308,309]},{"name":"MmMediumSystem","features":[309]},{"name":"MmNonCached","features":[309]},{"name":"MmNonCachedUnordered","features":[309]},{"name":"MmNotMapped","features":[309]},{"name":"MmPageEntireDriver","features":[309]},{"name":"MmProbeAndLockPages","features":[308,309]},{"name":"MmProbeAndLockProcessPages","features":[308,309]},{"name":"MmProbeAndLockSelectedPages","features":[308,309,326]},{"name":"MmProtectDriverSection","features":[309,307]},{"name":"MmProtectMdlSystemAddress","features":[308,309,307]},{"name":"MmQuerySystemSize","features":[309]},{"name":"MmRemovePhysicalMemory","features":[309,307]},{"name":"MmResetDriverPaging","features":[309]},{"name":"MmRotatePhysicalView","features":[308,309,307]},{"name":"MmSecureVirtualMemory","features":[309,307]},{"name":"MmSecureVirtualMemoryEx","features":[309,307]},{"name":"MmSetPermanentCacheAttribute","features":[309,307]},{"name":"MmSizeOfMdl","features":[309]},{"name":"MmSmallSystem","features":[309]},{"name":"MmToFrameBuffer","features":[309]},{"name":"MmToFrameBufferNoCopy","features":[309]},{"name":"MmToRegularMemory","features":[309]},{"name":"MmToRegularMemoryNoCopy","features":[309]},{"name":"MmUSWCCached","features":[309]},{"name":"MmUnlockPagableImageSection","features":[309]},{"name":"MmUnlockPages","features":[308,309]},{"name":"MmUnmapIoSpace","features":[309]},{"name":"MmUnmapLockedPages","features":[308,309]},{"name":"MmUnmapReservedMapping","features":[308,309]},{"name":"MmUnmapVideoDisplay","features":[309]},{"name":"MmUnmapViewInSessionSpace","features":[309,307]},{"name":"MmUnmapViewInSystemSpace","features":[309,307]},{"name":"MmUnsecureVirtualMemory","features":[309,307]},{"name":"MmWriteCombined","features":[309]},{"name":"ModemPeripheral","features":[309]},{"name":"ModifyAccess","features":[309]},{"name":"MonitorPeripheral","features":[309]},{"name":"MonitorRequestReasonAcDcDisplayBurst","features":[309]},{"name":"MonitorRequestReasonAcDcDisplayBurstSuppressed","features":[309]},{"name":"MonitorRequestReasonBatteryCountChange","features":[309]},{"name":"MonitorRequestReasonBatteryCountChangeSuppressed","features":[309]},{"name":"MonitorRequestReasonBatteryPreCritical","features":[309]},{"name":"MonitorRequestReasonBuiltinPanel","features":[309]},{"name":"MonitorRequestReasonDP","features":[309]},{"name":"MonitorRequestReasonDim","features":[309]},{"name":"MonitorRequestReasonDirectedDrips","features":[309]},{"name":"MonitorRequestReasonDisplayRequiredUnDim","features":[309]},{"name":"MonitorRequestReasonFullWake","features":[309]},{"name":"MonitorRequestReasonGracePeriod","features":[309]},{"name":"MonitorRequestReasonIdleTimeout","features":[309]},{"name":"MonitorRequestReasonLid","features":[309]},{"name":"MonitorRequestReasonMax","features":[309]},{"name":"MonitorRequestReasonNearProximity","features":[309]},{"name":"MonitorRequestReasonPdcSignal","features":[309]},{"name":"MonitorRequestReasonPdcSignalFingerprint","features":[309]},{"name":"MonitorRequestReasonPdcSignalHeyCortana","features":[309]},{"name":"MonitorRequestReasonPdcSignalHolographicShell","features":[309]},{"name":"MonitorRequestReasonPdcSignalSensorsHumanPresence","features":[309]},{"name":"MonitorRequestReasonPdcSignalWindowsMobilePwrNotif","features":[309]},{"name":"MonitorRequestReasonPdcSignalWindowsMobileShell","features":[309]},{"name":"MonitorRequestReasonPnP","features":[309]},{"name":"MonitorRequestReasonPoSetSystemState","features":[309]},{"name":"MonitorRequestReasonPolicyChange","features":[309]},{"name":"MonitorRequestReasonPowerButton","features":[309]},{"name":"MonitorRequestReasonRemoteConnection","features":[309]},{"name":"MonitorRequestReasonResumeModernStandby","features":[309]},{"name":"MonitorRequestReasonResumePdc","features":[309]},{"name":"MonitorRequestReasonResumeS4","features":[309]},{"name":"MonitorRequestReasonScMonitorpower","features":[309]},{"name":"MonitorRequestReasonScreenOffRequest","features":[309]},{"name":"MonitorRequestReasonSessionUnlock","features":[309]},{"name":"MonitorRequestReasonSetThreadExecutionState","features":[309]},{"name":"MonitorRequestReasonSleepButton","features":[309]},{"name":"MonitorRequestReasonSxTransition","features":[309]},{"name":"MonitorRequestReasonSystemIdle","features":[309]},{"name":"MonitorRequestReasonSystemStateEntered","features":[309]},{"name":"MonitorRequestReasonTerminal","features":[309]},{"name":"MonitorRequestReasonTerminalInit","features":[309]},{"name":"MonitorRequestReasonThermalStandby","features":[309]},{"name":"MonitorRequestReasonUnknown","features":[309]},{"name":"MonitorRequestReasonUserDisplayBurst","features":[309]},{"name":"MonitorRequestReasonUserInput","features":[309]},{"name":"MonitorRequestReasonUserInputAccelerometer","features":[309]},{"name":"MonitorRequestReasonUserInputHid","features":[309]},{"name":"MonitorRequestReasonUserInputInitialization","features":[309]},{"name":"MonitorRequestReasonUserInputKeyboard","features":[309]},{"name":"MonitorRequestReasonUserInputMouse","features":[309]},{"name":"MonitorRequestReasonUserInputPen","features":[309]},{"name":"MonitorRequestReasonUserInputPoUserPresent","features":[309]},{"name":"MonitorRequestReasonUserInputSessionSwitch","features":[309]},{"name":"MonitorRequestReasonUserInputTouch","features":[309]},{"name":"MonitorRequestReasonUserInputTouchpad","features":[309]},{"name":"MonitorRequestReasonWinrt","features":[309]},{"name":"MonitorRequestTypeOff","features":[309]},{"name":"MonitorRequestTypeOnAndPresent","features":[309]},{"name":"MonitorRequestTypeToggleOn","features":[309]},{"name":"MultiFunctionAdapter","features":[309]},{"name":"NAMED_PIPE_CREATE_PARAMETERS","features":[309,307]},{"name":"NEC98x86","features":[309]},{"name":"NMI_CALLBACK","features":[309,307]},{"name":"NMI_NOTIFY_TYPE_GUID","features":[309]},{"name":"NMI_SECTION_GUID","features":[309]},{"name":"NPEM_CAPABILITY_STANDARD","features":[309]},{"name":"NPEM_CONTROL_ENABLE_DISABLE","features":[309,307]},{"name":"NPEM_CONTROL_INTERFACE","features":[309,307]},{"name":"NPEM_CONTROL_INTERFACE_CURRENT_VERSION","features":[309]},{"name":"NPEM_CONTROL_INTERFACE_VERSION1","features":[309]},{"name":"NPEM_CONTROL_INTERFACE_VERSION2","features":[309]},{"name":"NPEM_CONTROL_QUERY_CONTROL","features":[309]},{"name":"NPEM_CONTROL_QUERY_STANDARD_CAPABILITIES","features":[309,307]},{"name":"NPEM_CONTROL_SET_STANDARD_CONTROL","features":[309,307]},{"name":"NPEM_CONTROL_STANDARD_CONTROL_BIT","features":[309]},{"name":"NTFS_DEREF_EXPORTED_SECURITY_DESCRIPTOR","features":[309,310]},{"name":"NT_PAGING_LEVELS","features":[309]},{"name":"NT_TIB32","features":[309]},{"name":"NX_SUPPORT_POLICY_ALWAYSOFF","features":[309]},{"name":"NX_SUPPORT_POLICY_ALWAYSON","features":[309]},{"name":"NX_SUPPORT_POLICY_OPTIN","features":[309]},{"name":"NX_SUPPORT_POLICY_OPTOUT","features":[309]},{"name":"NetworkController","features":[309]},{"name":"NetworkPeripheral","features":[309]},{"name":"NoAspmSupport","features":[309]},{"name":"NormalPagePriority","features":[309]},{"name":"NormalPoolPriority","features":[309]},{"name":"NormalPoolPrioritySpecialPoolOverrun","features":[309]},{"name":"NormalPoolPrioritySpecialPoolUnderrun","features":[309]},{"name":"NormalWorkQueue","features":[309]},{"name":"NtAllocateLocallyUniqueId","features":[309,307]},{"name":"NtCommitComplete","features":[309,307]},{"name":"NtCommitEnlistment","features":[309,307]},{"name":"NtCommitTransaction","features":[309,307]},{"name":"NtCreateEnlistment","features":[308,309,307]},{"name":"NtCreateResourceManager","features":[308,309,307]},{"name":"NtCreateTransaction","features":[308,309,307]},{"name":"NtCreateTransactionManager","features":[308,309,307]},{"name":"NtDisplayString","features":[309,307]},{"name":"NtEnumerateTransactionObject","features":[309,307,341]},{"name":"NtGetNotificationResourceManager","features":[309,307,326]},{"name":"NtLoadDriver","features":[309,307]},{"name":"NtMakeTemporaryObject","features":[309,307]},{"name":"NtManagePartition","features":[309,307]},{"name":"NtOpenEnlistment","features":[308,309,307]},{"name":"NtOpenResourceManager","features":[308,309,307]},{"name":"NtOpenTransaction","features":[308,309,307]},{"name":"NtOpenTransactionManager","features":[308,309,307]},{"name":"NtPowerInformation","features":[309,307,314]},{"name":"NtPrePrepareComplete","features":[309,307]},{"name":"NtPrePrepareEnlistment","features":[309,307]},{"name":"NtPrepareComplete","features":[309,307]},{"name":"NtPrepareEnlistment","features":[309,307]},{"name":"NtPropagationComplete","features":[309,307]},{"name":"NtPropagationFailed","features":[309,307]},{"name":"NtQueryInformationEnlistment","features":[309,307,341]},{"name":"NtQueryInformationResourceManager","features":[309,307,341]},{"name":"NtQueryInformationTransaction","features":[309,307,341]},{"name":"NtQueryInformationTransactionManager","features":[309,307,341]},{"name":"NtReadOnlyEnlistment","features":[309,307]},{"name":"NtRecoverEnlistment","features":[309,307]},{"name":"NtRecoverResourceManager","features":[309,307]},{"name":"NtRecoverTransactionManager","features":[309,307]},{"name":"NtRegisterProtocolAddressInformation","features":[309,307]},{"name":"NtRenameTransactionManager","features":[309,307]},{"name":"NtRollbackComplete","features":[309,307]},{"name":"NtRollbackEnlistment","features":[309,307]},{"name":"NtRollbackTransaction","features":[309,307]},{"name":"NtRollforwardTransactionManager","features":[309,307]},{"name":"NtSetInformationEnlistment","features":[309,307,341]},{"name":"NtSetInformationResourceManager","features":[309,307,341]},{"name":"NtSetInformationTransaction","features":[309,307,341]},{"name":"NtSetInformationTransactionManager","features":[309,307,341]},{"name":"NtSinglePhaseReject","features":[309,307]},{"name":"NtUnloadDriver","features":[309,307]},{"name":"NuBus","features":[309]},{"name":"NuBusConfiguration","features":[309]},{"name":"OBJECT_HANDLE_INFORMATION","features":[309]},{"name":"OBJECT_TYPE_CREATE","features":[309]},{"name":"OB_CALLBACK_REGISTRATION","features":[308,309,307]},{"name":"OB_FLT_REGISTRATION_VERSION","features":[309]},{"name":"OB_FLT_REGISTRATION_VERSION_0100","features":[309]},{"name":"OB_OPERATION_HANDLE_CREATE","features":[309]},{"name":"OB_OPERATION_HANDLE_DUPLICATE","features":[309]},{"name":"OB_OPERATION_REGISTRATION","features":[308,309,307]},{"name":"OB_POST_CREATE_HANDLE_INFORMATION","features":[309]},{"name":"OB_POST_DUPLICATE_HANDLE_INFORMATION","features":[309]},{"name":"OB_POST_OPERATION_INFORMATION","features":[308,309,307]},{"name":"OB_POST_OPERATION_PARAMETERS","features":[309]},{"name":"OB_PREOP_CALLBACK_STATUS","features":[309]},{"name":"OB_PREOP_SUCCESS","features":[309]},{"name":"OB_PRE_CREATE_HANDLE_INFORMATION","features":[309]},{"name":"OB_PRE_DUPLICATE_HANDLE_INFORMATION","features":[309]},{"name":"OB_PRE_OPERATION_INFORMATION","features":[308,309]},{"name":"OB_PRE_OPERATION_PARAMETERS","features":[309]},{"name":"OPLOCK_KEY_FLAG_PARENT_KEY","features":[309]},{"name":"OPLOCK_KEY_FLAG_TARGET_KEY","features":[309]},{"name":"OPLOCK_KEY_VERSION_WIN7","features":[309]},{"name":"OPLOCK_KEY_VERSION_WIN8","features":[309]},{"name":"OSC_CAPABILITIES_MASKED","features":[309]},{"name":"OSC_FIRMWARE_FAILURE","features":[309]},{"name":"OSC_UNRECOGNIZED_REVISION","features":[309]},{"name":"OSC_UNRECOGNIZED_UUID","features":[309]},{"name":"ObCloseHandle","features":[309,307]},{"name":"ObDereferenceObjectDeferDelete","features":[309]},{"name":"ObDereferenceObjectDeferDeleteWithTag","features":[309]},{"name":"ObGetFilterVersion","features":[309]},{"name":"ObGetObjectSecurity","features":[309,307,310]},{"name":"ObReferenceObjectByHandle","features":[308,309,307]},{"name":"ObReferenceObjectByHandleWithTag","features":[308,309,307]},{"name":"ObReferenceObjectByPointer","features":[308,309,307]},{"name":"ObReferenceObjectByPointerWithTag","features":[308,309,307]},{"name":"ObReferenceObjectSafe","features":[309,307]},{"name":"ObReferenceObjectSafeWithTag","features":[309,307]},{"name":"ObRegisterCallbacks","features":[308,309,307]},{"name":"ObReleaseObjectSecurity","features":[309,307,310]},{"name":"ObUnRegisterCallbacks","features":[309]},{"name":"ObfDereferenceObject","features":[309]},{"name":"ObfDereferenceObjectWithTag","features":[309]},{"name":"ObfReferenceObject","features":[309]},{"name":"ObfReferenceObjectWithTag","features":[309]},{"name":"OkControl","features":[309]},{"name":"OtherController","features":[309]},{"name":"OtherPeripheral","features":[309]},{"name":"PAGE_ENCLAVE_NO_CHANGE","features":[309]},{"name":"PAGE_ENCLAVE_THREAD_CONTROL","features":[309]},{"name":"PAGE_ENCLAVE_UNVALIDATED","features":[309]},{"name":"PAGE_EXECUTE","features":[309]},{"name":"PAGE_EXECUTE_READ","features":[309]},{"name":"PAGE_EXECUTE_READWRITE","features":[309]},{"name":"PAGE_EXECUTE_WRITECOPY","features":[309]},{"name":"PAGE_GRAPHICS_COHERENT","features":[309]},{"name":"PAGE_GRAPHICS_EXECUTE","features":[309]},{"name":"PAGE_GRAPHICS_EXECUTE_READ","features":[309]},{"name":"PAGE_GRAPHICS_EXECUTE_READWRITE","features":[309]},{"name":"PAGE_GRAPHICS_NOACCESS","features":[309]},{"name":"PAGE_GRAPHICS_NOCACHE","features":[309]},{"name":"PAGE_GRAPHICS_READONLY","features":[309]},{"name":"PAGE_GRAPHICS_READWRITE","features":[309]},{"name":"PAGE_GUARD","features":[309]},{"name":"PAGE_NOACCESS","features":[309]},{"name":"PAGE_NOCACHE","features":[309]},{"name":"PAGE_PRIORITY_INFORMATION","features":[309]},{"name":"PAGE_READONLY","features":[309]},{"name":"PAGE_READWRITE","features":[309]},{"name":"PAGE_REVERT_TO_FILE_MAP","features":[309]},{"name":"PAGE_SHIFT","features":[309]},{"name":"PAGE_SIZE","features":[309]},{"name":"PAGE_TARGETS_INVALID","features":[309]},{"name":"PAGE_TARGETS_NO_UPDATE","features":[309]},{"name":"PAGE_WRITECOMBINE","features":[309]},{"name":"PAGE_WRITECOPY","features":[309]},{"name":"PALLOCATE_ADAPTER_CHANNEL","features":[308,311,309,307,310,312,313,314]},{"name":"PALLOCATE_ADAPTER_CHANNEL_EX","features":[308,311,309,307,310,312,313,314]},{"name":"PALLOCATE_COMMON_BUFFER","features":[308,311,309,307,310,312,313,314]},{"name":"PALLOCATE_COMMON_BUFFER_EX","features":[308,311,309,307,310,312,313,314]},{"name":"PALLOCATE_COMMON_BUFFER_VECTOR","features":[308,311,309,307,310,312,313,314]},{"name":"PALLOCATE_COMMON_BUFFER_WITH_BOUNDS","features":[308,311,309,307,310,312,313,314]},{"name":"PALLOCATE_DOMAIN_COMMON_BUFFER","features":[308,311,309,307,310,312,313,314]},{"name":"PALLOCATE_FUNCTION","features":[309]},{"name":"PALLOCATE_FUNCTION_EX","features":[309]},{"name":"PARBITER_HANDLER","features":[308,311,309,307,310,312,313,314]},{"name":"PARKING_TOPOLOGY_POLICY_DISABLED","features":[309]},{"name":"PARTITION_INFORMATION_CLASS","features":[309]},{"name":"PASSIVE_LEVEL","features":[309]},{"name":"PBOOT_DRIVER_CALLBACK_FUNCTION","features":[309]},{"name":"PBOUND_CALLBACK","features":[309]},{"name":"PBUILD_MDL_FROM_SCATTER_GATHER_LIST","features":[308,311,309,307,310,312,313,314]},{"name":"PBUILD_SCATTER_GATHER_LIST","features":[308,311,309,307,310,312,313,314]},{"name":"PBUILD_SCATTER_GATHER_LIST_EX","features":[308,311,309,307,310,312,313,314]},{"name":"PCALCULATE_SCATTER_GATHER_LIST_SIZE","features":[308,311,309,307,310,312,313,314]},{"name":"PCALLBACK_FUNCTION","features":[309]},{"name":"PCANCEL_ADAPTER_CHANNEL","features":[308,311,309,307,310,312,313,314]},{"name":"PCANCEL_MAPPED_TRANSFER","features":[308,311,309,307,310,312,313,314]},{"name":"PCCARD_DEVICE_PCI","features":[309]},{"name":"PCCARD_DUP_LEGACY_BASE","features":[309]},{"name":"PCCARD_MAP_ERROR","features":[309]},{"name":"PCCARD_MAP_ZERO","features":[309]},{"name":"PCCARD_NO_CONTROLLERS","features":[309]},{"name":"PCCARD_NO_LEGACY_BASE","features":[309]},{"name":"PCCARD_NO_PIC","features":[309]},{"name":"PCCARD_NO_TIMER","features":[309]},{"name":"PCCARD_SCAN_DISABLED","features":[309]},{"name":"PCIBUSDATA","features":[309]},{"name":"PCIBus","features":[309]},{"name":"PCIConfiguration","features":[309]},{"name":"PCIEXPRESS_ERROR_SECTION_GUID","features":[309]},{"name":"PCIE_CORRECTABLE_ERROR_SUMMARY_SECTION_GUID","features":[309]},{"name":"PCIXBUS_ERROR_SECTION_GUID","features":[309]},{"name":"PCIXBUS_ERRTYPE_ADDRESSPARITY","features":[309]},{"name":"PCIXBUS_ERRTYPE_BUSTIMEOUT","features":[309]},{"name":"PCIXBUS_ERRTYPE_COMMANDPARITY","features":[309]},{"name":"PCIXBUS_ERRTYPE_DATAPARITY","features":[309]},{"name":"PCIXBUS_ERRTYPE_MASTERABORT","features":[309]},{"name":"PCIXBUS_ERRTYPE_MASTERDATAPARITY","features":[309]},{"name":"PCIXBUS_ERRTYPE_SYSTEM","features":[309]},{"name":"PCIXBUS_ERRTYPE_UNKNOWN","features":[309]},{"name":"PCIXDEVICE_ERROR_SECTION_GUID","features":[309]},{"name":"PCIX_BRIDGE_CAPABILITY","features":[309]},{"name":"PCIX_MODE1_100MHZ","features":[309]},{"name":"PCIX_MODE1_133MHZ","features":[309]},{"name":"PCIX_MODE1_66MHZ","features":[309]},{"name":"PCIX_MODE2_266_100MHZ","features":[309]},{"name":"PCIX_MODE2_266_133MHZ","features":[309]},{"name":"PCIX_MODE2_266_66MHZ","features":[309]},{"name":"PCIX_MODE2_533_100MHZ","features":[309]},{"name":"PCIX_MODE2_533_133MHZ","features":[309]},{"name":"PCIX_MODE2_533_66MHZ","features":[309]},{"name":"PCIX_MODE_CONVENTIONAL_PCI","features":[309]},{"name":"PCIX_VERSION_DUAL_MODE_ECC","features":[309]},{"name":"PCIX_VERSION_MODE1_ONLY","features":[309]},{"name":"PCIX_VERSION_MODE2_ECC","features":[309]},{"name":"PCI_ACS_ALLOWED","features":[309]},{"name":"PCI_ACS_BIT","features":[309]},{"name":"PCI_ACS_BLOCKED","features":[309]},{"name":"PCI_ACS_REDIRECTED","features":[309]},{"name":"PCI_ADDRESS_IO_ADDRESS_MASK","features":[309]},{"name":"PCI_ADDRESS_IO_SPACE","features":[309]},{"name":"PCI_ADDRESS_MEMORY_ADDRESS_MASK","features":[309]},{"name":"PCI_ADDRESS_MEMORY_PREFETCHABLE","features":[309]},{"name":"PCI_ADDRESS_MEMORY_TYPE_MASK","features":[309]},{"name":"PCI_ADDRESS_ROM_ADDRESS_MASK","features":[309]},{"name":"PCI_ADVANCED_FEATURES_CAPABILITY","features":[309]},{"name":"PCI_AGP_APERTURE_PAGE_SIZE","features":[309]},{"name":"PCI_AGP_CAPABILITY","features":[309]},{"name":"PCI_AGP_CONTROL","features":[309]},{"name":"PCI_AGP_EXTENDED_CAPABILITY","features":[309]},{"name":"PCI_AGP_ISOCH_COMMAND","features":[309]},{"name":"PCI_AGP_ISOCH_STATUS","features":[309]},{"name":"PCI_AGP_RATE_1X","features":[309]},{"name":"PCI_AGP_RATE_2X","features":[309]},{"name":"PCI_AGP_RATE_4X","features":[309]},{"name":"PCI_ATS_INTERFACE","features":[309,307]},{"name":"PCI_ATS_INTERFACE_VERSION","features":[309]},{"name":"PCI_BRIDGE_TYPE","features":[309]},{"name":"PCI_BUS_INTERFACE_STANDARD","features":[309]},{"name":"PCI_BUS_INTERFACE_STANDARD_VERSION","features":[309]},{"name":"PCI_BUS_WIDTH","features":[309]},{"name":"PCI_CAPABILITIES_HEADER","features":[309]},{"name":"PCI_CAPABILITY_ID_ADVANCED_FEATURES","features":[309]},{"name":"PCI_CAPABILITY_ID_AGP","features":[309]},{"name":"PCI_CAPABILITY_ID_AGP_TARGET","features":[309]},{"name":"PCI_CAPABILITY_ID_CPCI_HOTSWAP","features":[309]},{"name":"PCI_CAPABILITY_ID_CPCI_RES_CTRL","features":[309]},{"name":"PCI_CAPABILITY_ID_DEBUG_PORT","features":[309]},{"name":"PCI_CAPABILITY_ID_FPB","features":[309]},{"name":"PCI_CAPABILITY_ID_HYPERTRANSPORT","features":[309]},{"name":"PCI_CAPABILITY_ID_MSI","features":[309]},{"name":"PCI_CAPABILITY_ID_MSIX","features":[309]},{"name":"PCI_CAPABILITY_ID_P2P_SSID","features":[309]},{"name":"PCI_CAPABILITY_ID_PCIX","features":[309]},{"name":"PCI_CAPABILITY_ID_PCI_EXPRESS","features":[309]},{"name":"PCI_CAPABILITY_ID_POWER_MANAGEMENT","features":[309]},{"name":"PCI_CAPABILITY_ID_SATA_CONFIG","features":[309]},{"name":"PCI_CAPABILITY_ID_SECURE","features":[309]},{"name":"PCI_CAPABILITY_ID_SHPC","features":[309]},{"name":"PCI_CAPABILITY_ID_SLOT_ID","features":[309]},{"name":"PCI_CAPABILITY_ID_VENDOR_SPECIFIC","features":[309]},{"name":"PCI_CAPABILITY_ID_VPD","features":[309]},{"name":"PCI_CARDBUS_BRIDGE_TYPE","features":[309]},{"name":"PCI_CLASS_BASE_SYSTEM_DEV","features":[309]},{"name":"PCI_CLASS_BRIDGE_DEV","features":[309]},{"name":"PCI_CLASS_DATA_ACQ_SIGNAL_PROC","features":[309]},{"name":"PCI_CLASS_DISPLAY_CTLR","features":[309]},{"name":"PCI_CLASS_DOCKING_STATION","features":[309]},{"name":"PCI_CLASS_ENCRYPTION_DECRYPTION","features":[309]},{"name":"PCI_CLASS_INPUT_DEV","features":[309]},{"name":"PCI_CLASS_INTELLIGENT_IO_CTLR","features":[309]},{"name":"PCI_CLASS_MASS_STORAGE_CTLR","features":[309]},{"name":"PCI_CLASS_MEMORY_CTLR","features":[309]},{"name":"PCI_CLASS_MULTIMEDIA_DEV","features":[309]},{"name":"PCI_CLASS_NETWORK_CTLR","features":[309]},{"name":"PCI_CLASS_NOT_DEFINED","features":[309]},{"name":"PCI_CLASS_PRE_20","features":[309]},{"name":"PCI_CLASS_PROCESSOR","features":[309]},{"name":"PCI_CLASS_SATELLITE_COMMS_CTLR","features":[309]},{"name":"PCI_CLASS_SERIAL_BUS_CTLR","features":[309]},{"name":"PCI_CLASS_SIMPLE_COMMS_CTLR","features":[309]},{"name":"PCI_CLASS_WIRELESS_CTLR","features":[309]},{"name":"PCI_COMMON_CONFIG","features":[309]},{"name":"PCI_COMMON_HEADER","features":[309]},{"name":"PCI_DATA_VERSION","features":[309]},{"name":"PCI_DEBUGGING_DEVICE_IN_USE","features":[309]},{"name":"PCI_DEVICE_D3COLD_STATE_REASON","features":[309]},{"name":"PCI_DEVICE_PRESENCE_PARAMETERS","features":[309]},{"name":"PCI_DEVICE_PRESENT_INTERFACE","features":[309,307]},{"name":"PCI_DEVICE_PRESENT_INTERFACE_VERSION","features":[309]},{"name":"PCI_DEVICE_TYPE","features":[309]},{"name":"PCI_DISABLE_LEVEL_INTERRUPT","features":[309]},{"name":"PCI_ENABLE_BUS_MASTER","features":[309]},{"name":"PCI_ENABLE_FAST_BACK_TO_BACK","features":[309]},{"name":"PCI_ENABLE_IO_SPACE","features":[309]},{"name":"PCI_ENABLE_MEMORY_SPACE","features":[309]},{"name":"PCI_ENABLE_PARITY","features":[309]},{"name":"PCI_ENABLE_SERR","features":[309]},{"name":"PCI_ENABLE_SPECIAL_CYCLES","features":[309]},{"name":"PCI_ENABLE_VGA_COMPATIBLE_PALETTE","features":[309]},{"name":"PCI_ENABLE_WAIT_CYCLE","features":[309]},{"name":"PCI_ENABLE_WRITE_AND_INVALIDATE","features":[309]},{"name":"PCI_ERROR_HANDLER_CALLBACK","features":[309]},{"name":"PCI_EXPRESS_ACCESS_CONTROL_SERVICES_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_ACS_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_ACS_CAPABILITY_REGISTER","features":[309]},{"name":"PCI_EXPRESS_ACS_CONTROL","features":[309]},{"name":"PCI_EXPRESS_ADVANCED_ERROR_REPORTING_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_AER_CAPABILITIES","features":[309]},{"name":"PCI_EXPRESS_AER_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_ARI_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_ARI_CAPABILITY_REGISTER","features":[309]},{"name":"PCI_EXPRESS_ARI_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_ARI_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_ASPM_CONTROL","features":[309]},{"name":"PCI_EXPRESS_ASPM_SUPPORT","features":[309]},{"name":"PCI_EXPRESS_ATS_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_ATS_CAPABILITY_REGISTER","features":[309]},{"name":"PCI_EXPRESS_ATS_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_ATS_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_BRIDGE_AER_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_CAPABILITIES_REGISTER","features":[309]},{"name":"PCI_EXPRESS_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_CARD_PRESENCE","features":[309]},{"name":"PCI_EXPRESS_CONFIGURATION_ACCESS_CORRELATION_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_CORRECTABLE_ERROR_MASK","features":[309]},{"name":"PCI_EXPRESS_CORRECTABLE_ERROR_STATUS","features":[309]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY_REGISTER_V11","features":[309]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY_V11","features":[309]},{"name":"PCI_EXPRESS_CXL_DVSEC_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_CXL_DVSEC_LOCK_REGISTER","features":[309]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_BASE_HIGH_REGISTER","features":[309]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_BASE_LOW_REGISTER","features":[309]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_SIZE_HIGH_REGISTER","features":[309]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_SIZE_LOW_REGISTER_V11","features":[309]},{"name":"PCI_EXPRESS_CXL_DVSEC_STATUS_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_1","features":[309]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2","features":[309]},{"name":"PCI_EXPRESS_DEVICE_CAPABILITIES_2_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DEVICE_CAPABILITIES_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DEVICE_CONTROL_2_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DEVICE_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DEVICE_SERIAL_NUMBER_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_DEVICE_STATUS_2_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DEVICE_STATUS_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DEVICE_TYPE","features":[309]},{"name":"PCI_EXPRESS_DPA_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_DPC_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_DPC_CAPS_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DPC_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_DPC_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DPC_ERROR_SOURCE_ID","features":[309]},{"name":"PCI_EXPRESS_DPC_RP_PIO_EXCEPTION_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DPC_RP_PIO_HEADERLOG_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DPC_RP_PIO_IMPSPECLOG_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DPC_RP_PIO_MASK_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DPC_RP_PIO_SEVERITY_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DPC_RP_PIO_STATUS_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DPC_RP_PIO_SYSERR_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DPC_RP_PIO_TLPPREFIXLOG_REGISTER","features":[309]},{"name":"PCI_EXPRESS_DPC_STATUS_REGISTER","features":[309]},{"name":"PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER","features":[309]},{"name":"PCI_EXPRESS_ENTER_LINK_QUIESCENT_MODE","features":[309,307]},{"name":"PCI_EXPRESS_ERROR_SOURCE_ID","features":[309]},{"name":"PCI_EXPRESS_EVENT_COLLECTOR_ENDPOINT_ASSOCIATION_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_EXIT_LINK_QUIESCENT_MODE","features":[309,307]},{"name":"PCI_EXPRESS_FRS_QUEUEING_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_INDICATOR_STATE","features":[309]},{"name":"PCI_EXPRESS_L0s_EXIT_LATENCY","features":[309]},{"name":"PCI_EXPRESS_L1_EXIT_LATENCY","features":[309]},{"name":"PCI_EXPRESS_L1_PM_SS_CAPABILITIES_REGISTER","features":[309]},{"name":"PCI_EXPRESS_L1_PM_SS_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_L1_PM_SS_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_L1_PM_SS_CONTROL_1_REGISTER","features":[309]},{"name":"PCI_EXPRESS_L1_PM_SS_CONTROL_2_REGISTER","features":[309]},{"name":"PCI_EXPRESS_LANE_ERROR_STATUS","features":[309]},{"name":"PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER","features":[309]},{"name":"PCI_EXPRESS_LINK_CAPABILITIES_REGISTER","features":[309]},{"name":"PCI_EXPRESS_LINK_CONTROL3","features":[309]},{"name":"PCI_EXPRESS_LINK_CONTROL_2_REGISTER","features":[309]},{"name":"PCI_EXPRESS_LINK_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_LINK_QUIESCENT_INTERFACE","features":[309,307]},{"name":"PCI_EXPRESS_LINK_QUIESCENT_INTERFACE_VERSION","features":[309]},{"name":"PCI_EXPRESS_LINK_STATUS_2_REGISTER","features":[309]},{"name":"PCI_EXPRESS_LINK_STATUS_REGISTER","features":[309]},{"name":"PCI_EXPRESS_LINK_SUBSTATE","features":[309]},{"name":"PCI_EXPRESS_LN_REQUESTER_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_LTR_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_LTR_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_LTR_MAX_LATENCY_REGISTER","features":[309]},{"name":"PCI_EXPRESS_MAX_PAYLOAD_SIZE","features":[309]},{"name":"PCI_EXPRESS_MFVC_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_MPCIE_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_MRL_STATE","features":[309]},{"name":"PCI_EXPRESS_MULTICAST_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_MULTI_ROOT_IO_VIRTUALIZATION_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_NPEM_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_NPEM_CAPABILITY_REGISTER","features":[309]},{"name":"PCI_EXPRESS_NPEM_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_NPEM_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_NPEM_STATUS_REGISTER","features":[309]},{"name":"PCI_EXPRESS_PAGE_REQUEST_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_PASID_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_PASID_CAPABILITY_REGISTER","features":[309]},{"name":"PCI_EXPRESS_PASID_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_PASID_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_PME_REQUESTOR_ID","features":[309]},{"name":"PCI_EXPRESS_PMUX_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_POWER_BUDGETING_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_POWER_STATE","features":[309]},{"name":"PCI_EXPRESS_PRI_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_PRI_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_PRI_STATUS_REGISTER","features":[309]},{"name":"PCI_EXPRESS_PTM_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_PTM_CAPABILITY_REGISTER","features":[309]},{"name":"PCI_EXPRESS_PTM_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_PTM_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_RCB","features":[309]},{"name":"PCI_EXPRESS_RCRB_HEADER_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_RC_EVENT_COLLECTOR_ENDPOINT_ASSOCIATION_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_RC_INTERNAL_LINK_CONTROL_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_RC_LINK_DECLARATION_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_READINESS_TIME_REPORTING_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_RESERVED_FOR_AMD_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY_REGISTER","features":[309]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_ENTRY","features":[309]},{"name":"PCI_EXPRESS_ROOTPORT_AER_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_ROOT_CAPABILITIES_REGISTER","features":[309]},{"name":"PCI_EXPRESS_ROOT_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_ROOT_ERROR_COMMAND","features":[309]},{"name":"PCI_EXPRESS_ROOT_ERROR_STATUS","features":[309]},{"name":"PCI_EXPRESS_ROOT_PORT_INTERFACE","features":[309]},{"name":"PCI_EXPRESS_ROOT_PORT_INTERFACE_VERSION","features":[309]},{"name":"PCI_EXPRESS_ROOT_STATUS_REGISTER","features":[309]},{"name":"PCI_EXPRESS_SECONDARY_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_SECONDARY_PCI_EXPRESS_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_SEC_AER_CAPABILITIES","features":[309]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_MASK","features":[309]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY","features":[309]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_STATUS","features":[309]},{"name":"PCI_EXPRESS_SERIAL_NUMBER_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_SINGLE_ROOT_IO_VIRTUALIZATION_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_SLOT_CAPABILITIES_REGISTER","features":[309]},{"name":"PCI_EXPRESS_SLOT_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_SLOT_STATUS_REGISTER","features":[309]},{"name":"PCI_EXPRESS_SRIOV_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_SRIOV_CAPS","features":[309]},{"name":"PCI_EXPRESS_SRIOV_CONTROL","features":[309]},{"name":"PCI_EXPRESS_SRIOV_MIGRATION_STATE_ARRAY","features":[309]},{"name":"PCI_EXPRESS_SRIOV_STATUS","features":[309]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAPABILITY_REGISTER","features":[309]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CONTROL_REGISTER","features":[309]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_MSIX_TABLE","features":[309]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_NONE","features":[309]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_RESERVED","features":[309]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_TPH_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_TPH_ST_TABLE_ENTRY","features":[309]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK","features":[309]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_SEVERITY","features":[309]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS","features":[309]},{"name":"PCI_EXPRESS_VC_AND_MFVC_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_VENDOR_SPECIFIC_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_VENDOR_SPECIFIC_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_VIRTUAL_CHANNEL_CAPABILITY","features":[309]},{"name":"PCI_EXPRESS_VIRTUAL_CHANNEL_CAP_ID","features":[309]},{"name":"PCI_EXPRESS_WAKE_CONTROL","features":[309,307]},{"name":"PCI_EXTENDED_CONFIG_LENGTH","features":[309]},{"name":"PCI_FIRMWARE_BUS_CAPS","features":[309]},{"name":"PCI_FIRMWARE_BUS_CAPS_RETURN_BUFFER","features":[309]},{"name":"PCI_FPB_CAPABILITIES_REGISTER","features":[309]},{"name":"PCI_FPB_CAPABILITY","features":[309]},{"name":"PCI_FPB_CAPABILITY_HEADER","features":[309]},{"name":"PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER","features":[309]},{"name":"PCI_FPB_MEM_HIGH_VECTOR_CONTROL2_REGISTER","features":[309]},{"name":"PCI_FPB_MEM_LOW_VECTOR_CONTROL_REGISTER","features":[309]},{"name":"PCI_FPB_RID_VECTOR_CONTROL1_REGISTER","features":[309]},{"name":"PCI_FPB_RID_VECTOR_CONTROL2_REGISTER","features":[309]},{"name":"PCI_FPB_VECTOR_ACCESS_CONTROL_REGISTER","features":[309]},{"name":"PCI_FPB_VECTOR_ACCESS_DATA_REGISTER","features":[309]},{"name":"PCI_HARDWARE_INTERFACE","features":[309]},{"name":"PCI_INVALID_ALTERNATE_FUNCTION_NUMBER","features":[309]},{"name":"PCI_INVALID_VENDORID","features":[309]},{"name":"PCI_IS_DEVICE_PRESENT","features":[309,307]},{"name":"PCI_IS_DEVICE_PRESENT_EX","features":[309,307]},{"name":"PCI_LINE_TO_PIN","features":[309]},{"name":"PCI_MAX_BRIDGE_NUMBER","features":[309]},{"name":"PCI_MAX_DEVICES","features":[309]},{"name":"PCI_MAX_FUNCTION","features":[309]},{"name":"PCI_MAX_SEGMENT_NUMBER","features":[309]},{"name":"PCI_MSIX_GET_ENTRY","features":[309,307]},{"name":"PCI_MSIX_GET_TABLE_SIZE","features":[309,307]},{"name":"PCI_MSIX_MASKUNMASK_ENTRY","features":[309,307]},{"name":"PCI_MSIX_SET_ENTRY","features":[309,307]},{"name":"PCI_MSIX_TABLE_CONFIG_INTERFACE","features":[309,307]},{"name":"PCI_MSIX_TABLE_CONFIG_INTERFACE_VERSION","features":[309]},{"name":"PCI_MULTIFUNCTION","features":[309]},{"name":"PCI_PIN_TO_LINE","features":[309]},{"name":"PCI_PMC","features":[309]},{"name":"PCI_PMCSR","features":[309]},{"name":"PCI_PMCSR_BSE","features":[309]},{"name":"PCI_PM_CAPABILITY","features":[309]},{"name":"PCI_PREPARE_MULTISTAGE_RESUME","features":[309]},{"name":"PCI_PROGRAMMING_INTERFACE_MSC_NVM_EXPRESS","features":[309]},{"name":"PCI_PTM_TIME_SOURCE_AUX","features":[309]},{"name":"PCI_READ_WRITE_CONFIG","features":[309]},{"name":"PCI_RECOVERY_SECTION_GUID","features":[309]},{"name":"PCI_ROMADDRESS_ENABLED","features":[309]},{"name":"PCI_ROOT_BUS_CAPABILITY","features":[309,307]},{"name":"PCI_ROOT_BUS_HARDWARE_CAPABILITY","features":[309,307]},{"name":"PCI_ROOT_BUS_OSC_CONTROL_FIELD","features":[309]},{"name":"PCI_ROOT_BUS_OSC_METHOD_CAPABILITY_REVISION","features":[309]},{"name":"PCI_ROOT_BUS_OSC_SUPPORT_FIELD","features":[309]},{"name":"PCI_SECURITY_DIRECT_TRANSLATED_P2P","features":[309]},{"name":"PCI_SECURITY_ENHANCED","features":[309]},{"name":"PCI_SECURITY_FULLY_SUPPORTED","features":[309]},{"name":"PCI_SECURITY_GUEST_ASSIGNED","features":[309]},{"name":"PCI_SECURITY_INTERFACE","features":[309,307]},{"name":"PCI_SECURITY_INTERFACE2","features":[309,307]},{"name":"PCI_SECURITY_INTERFACE_VERSION","features":[309]},{"name":"PCI_SECURITY_INTERFACE_VERSION2","features":[309]},{"name":"PCI_SECURITY_SRIOV_DIRECT_TRANSLATED_P2P","features":[309]},{"name":"PCI_SEGMENT_BUS_NUMBER","features":[309]},{"name":"PCI_SET_ACS","features":[309,307]},{"name":"PCI_SET_ACS2","features":[309,307]},{"name":"PCI_SET_ATS","features":[309,307]},{"name":"PCI_SLOT_NUMBER","features":[309]},{"name":"PCI_STATUS_66MHZ_CAPABLE","features":[309]},{"name":"PCI_STATUS_CAPABILITIES_LIST","features":[309]},{"name":"PCI_STATUS_DATA_PARITY_DETECTED","features":[309]},{"name":"PCI_STATUS_DETECTED_PARITY_ERROR","features":[309]},{"name":"PCI_STATUS_DEVSEL","features":[309]},{"name":"PCI_STATUS_FAST_BACK_TO_BACK","features":[309]},{"name":"PCI_STATUS_IMMEDIATE_READINESS","features":[309]},{"name":"PCI_STATUS_INTERRUPT_PENDING","features":[309]},{"name":"PCI_STATUS_RECEIVED_MASTER_ABORT","features":[309]},{"name":"PCI_STATUS_RECEIVED_TARGET_ABORT","features":[309]},{"name":"PCI_STATUS_SIGNALED_SYSTEM_ERROR","features":[309]},{"name":"PCI_STATUS_SIGNALED_TARGET_ABORT","features":[309]},{"name":"PCI_STATUS_UDF_SUPPORTED","features":[309]},{"name":"PCI_SUBCLASS_BR_CARDBUS","features":[309]},{"name":"PCI_SUBCLASS_BR_EISA","features":[309]},{"name":"PCI_SUBCLASS_BR_HOST","features":[309]},{"name":"PCI_SUBCLASS_BR_ISA","features":[309]},{"name":"PCI_SUBCLASS_BR_MCA","features":[309]},{"name":"PCI_SUBCLASS_BR_NUBUS","features":[309]},{"name":"PCI_SUBCLASS_BR_OTHER","features":[309]},{"name":"PCI_SUBCLASS_BR_PCI_TO_PCI","features":[309]},{"name":"PCI_SUBCLASS_BR_PCMCIA","features":[309]},{"name":"PCI_SUBCLASS_BR_RACEWAY","features":[309]},{"name":"PCI_SUBCLASS_COM_MODEM","features":[309]},{"name":"PCI_SUBCLASS_COM_MULTIPORT","features":[309]},{"name":"PCI_SUBCLASS_COM_OTHER","features":[309]},{"name":"PCI_SUBCLASS_COM_PARALLEL","features":[309]},{"name":"PCI_SUBCLASS_COM_SERIAL","features":[309]},{"name":"PCI_SUBCLASS_CRYPTO_ENTERTAINMENT","features":[309]},{"name":"PCI_SUBCLASS_CRYPTO_NET_COMP","features":[309]},{"name":"PCI_SUBCLASS_CRYPTO_OTHER","features":[309]},{"name":"PCI_SUBCLASS_DASP_DPIO","features":[309]},{"name":"PCI_SUBCLASS_DASP_OTHER","features":[309]},{"name":"PCI_SUBCLASS_DOC_GENERIC","features":[309]},{"name":"PCI_SUBCLASS_DOC_OTHER","features":[309]},{"name":"PCI_SUBCLASS_INP_DIGITIZER","features":[309]},{"name":"PCI_SUBCLASS_INP_GAMEPORT","features":[309]},{"name":"PCI_SUBCLASS_INP_KEYBOARD","features":[309]},{"name":"PCI_SUBCLASS_INP_MOUSE","features":[309]},{"name":"PCI_SUBCLASS_INP_OTHER","features":[309]},{"name":"PCI_SUBCLASS_INP_SCANNER","features":[309]},{"name":"PCI_SUBCLASS_INTIO_I2O","features":[309]},{"name":"PCI_SUBCLASS_MEM_FLASH","features":[309]},{"name":"PCI_SUBCLASS_MEM_OTHER","features":[309]},{"name":"PCI_SUBCLASS_MEM_RAM","features":[309]},{"name":"PCI_SUBCLASS_MM_AUDIO_DEV","features":[309]},{"name":"PCI_SUBCLASS_MM_OTHER","features":[309]},{"name":"PCI_SUBCLASS_MM_TELEPHONY_DEV","features":[309]},{"name":"PCI_SUBCLASS_MM_VIDEO_DEV","features":[309]},{"name":"PCI_SUBCLASS_MSC_AHCI_CTLR","features":[309]},{"name":"PCI_SUBCLASS_MSC_FLOPPY_CTLR","features":[309]},{"name":"PCI_SUBCLASS_MSC_IDE_CTLR","features":[309]},{"name":"PCI_SUBCLASS_MSC_IPI_CTLR","features":[309]},{"name":"PCI_SUBCLASS_MSC_NVM_CTLR","features":[309]},{"name":"PCI_SUBCLASS_MSC_OTHER","features":[309]},{"name":"PCI_SUBCLASS_MSC_RAID_CTLR","features":[309]},{"name":"PCI_SUBCLASS_MSC_SCSI_BUS_CTLR","features":[309]},{"name":"PCI_SUBCLASS_NET_ATM_CTLR","features":[309]},{"name":"PCI_SUBCLASS_NET_ETHERNET_CTLR","features":[309]},{"name":"PCI_SUBCLASS_NET_FDDI_CTLR","features":[309]},{"name":"PCI_SUBCLASS_NET_ISDN_CTLR","features":[309]},{"name":"PCI_SUBCLASS_NET_OTHER","features":[309]},{"name":"PCI_SUBCLASS_NET_TOKEN_RING_CTLR","features":[309]},{"name":"PCI_SUBCLASS_PRE_20_NON_VGA","features":[309]},{"name":"PCI_SUBCLASS_PRE_20_VGA","features":[309]},{"name":"PCI_SUBCLASS_PROC_386","features":[309]},{"name":"PCI_SUBCLASS_PROC_486","features":[309]},{"name":"PCI_SUBCLASS_PROC_ALPHA","features":[309]},{"name":"PCI_SUBCLASS_PROC_COPROCESSOR","features":[309]},{"name":"PCI_SUBCLASS_PROC_PENTIUM","features":[309]},{"name":"PCI_SUBCLASS_PROC_POWERPC","features":[309]},{"name":"PCI_SUBCLASS_SAT_AUDIO","features":[309]},{"name":"PCI_SUBCLASS_SAT_DATA","features":[309]},{"name":"PCI_SUBCLASS_SAT_TV","features":[309]},{"name":"PCI_SUBCLASS_SAT_VOICE","features":[309]},{"name":"PCI_SUBCLASS_SB_ACCESS","features":[309]},{"name":"PCI_SUBCLASS_SB_FIBRE_CHANNEL","features":[309]},{"name":"PCI_SUBCLASS_SB_IEEE1394","features":[309]},{"name":"PCI_SUBCLASS_SB_SMBUS","features":[309]},{"name":"PCI_SUBCLASS_SB_SSA","features":[309]},{"name":"PCI_SUBCLASS_SB_THUNDERBOLT","features":[309]},{"name":"PCI_SUBCLASS_SB_USB","features":[309]},{"name":"PCI_SUBCLASS_SYS_DMA_CTLR","features":[309]},{"name":"PCI_SUBCLASS_SYS_GEN_HOTPLUG_CTLR","features":[309]},{"name":"PCI_SUBCLASS_SYS_INTERRUPT_CTLR","features":[309]},{"name":"PCI_SUBCLASS_SYS_OTHER","features":[309]},{"name":"PCI_SUBCLASS_SYS_RCEC","features":[309]},{"name":"PCI_SUBCLASS_SYS_REAL_TIME_CLOCK","features":[309]},{"name":"PCI_SUBCLASS_SYS_SDIO_CTRL","features":[309]},{"name":"PCI_SUBCLASS_SYS_SYSTEM_TIMER","features":[309]},{"name":"PCI_SUBCLASS_VID_OTHER","features":[309]},{"name":"PCI_SUBCLASS_VID_VGA_CTLR","features":[309]},{"name":"PCI_SUBCLASS_VID_XGA_CTLR","features":[309]},{"name":"PCI_SUBCLASS_WIRELESS_CON_IR","features":[309]},{"name":"PCI_SUBCLASS_WIRELESS_IRDA","features":[309]},{"name":"PCI_SUBCLASS_WIRELESS_OTHER","features":[309]},{"name":"PCI_SUBCLASS_WIRELESS_RF","features":[309]},{"name":"PCI_SUBLCASS_VID_3D_CTLR","features":[309]},{"name":"PCI_SUBSYSTEM_IDS_CAPABILITY","features":[309]},{"name":"PCI_TYPE0_ADDRESSES","features":[309]},{"name":"PCI_TYPE1_ADDRESSES","features":[309]},{"name":"PCI_TYPE2_ADDRESSES","features":[309]},{"name":"PCI_TYPE_20BIT","features":[309]},{"name":"PCI_TYPE_32BIT","features":[309]},{"name":"PCI_TYPE_64BIT","features":[309]},{"name":"PCI_USE_CLASS_SUBCLASS","features":[309]},{"name":"PCI_USE_LOCAL_BUS","features":[309]},{"name":"PCI_USE_LOCAL_DEVICE","features":[309]},{"name":"PCI_USE_PROGIF","features":[309]},{"name":"PCI_USE_REVISION","features":[309]},{"name":"PCI_USE_SUBSYSTEM_IDS","features":[309]},{"name":"PCI_USE_VENDEV_IDS","features":[309]},{"name":"PCI_VENDOR_SPECIFIC_CAPABILITY","features":[309]},{"name":"PCI_VIRTUALIZATION_INTERFACE","features":[309,307]},{"name":"PCI_WHICHSPACE_CONFIG","features":[309]},{"name":"PCI_WHICHSPACE_ROM","features":[309]},{"name":"PCI_X_CAPABILITY","features":[309]},{"name":"PCIe_NOTIFY_TYPE_GUID","features":[309]},{"name":"PCLFS_CLIENT_ADVANCE_TAIL_CALLBACK","features":[308,311,309,307,310,326,312,313,314]},{"name":"PCLFS_CLIENT_LFF_HANDLER_COMPLETE_CALLBACK","features":[308,311,309,307,310,312,313,314]},{"name":"PCLFS_CLIENT_LOG_UNPINNED_CALLBACK","features":[308,311,309,307,310,312,313,314]},{"name":"PCLFS_SET_LOG_SIZE_COMPLETE_CALLBACK","features":[308,311,309,307,310,312,313,314]},{"name":"PCMCIABus","features":[309]},{"name":"PCMCIAConfiguration","features":[309]},{"name":"PCONFIGURE_ADAPTER_CHANNEL","features":[308,311,309,307,310,312,313,314]},{"name":"PCRASHDUMP_POWER_ON","features":[309,307]},{"name":"PCREATE_COMMON_BUFFER_FROM_MDL","features":[308,311,309,307,310,312,313,314]},{"name":"PCREATE_PROCESS_NOTIFY_ROUTINE","features":[309,307]},{"name":"PCREATE_PROCESS_NOTIFY_ROUTINE_EX","features":[308,311,309,307,310,312,313,314,340]},{"name":"PCREATE_THREAD_NOTIFY_ROUTINE","features":[309,307]},{"name":"PCR_BTI_MITIGATION_CSWAP_HVC","features":[309]},{"name":"PCR_BTI_MITIGATION_CSWAP_SMC","features":[309]},{"name":"PCR_BTI_MITIGATION_NONE","features":[309]},{"name":"PCR_BTI_MITIGATION_VBAR_MASK","features":[309]},{"name":"PCR_MAJOR_VERSION","features":[309]},{"name":"PCR_MINOR_VERSION","features":[309]},{"name":"PCW_CALLBACK","features":[308,309,307,313]},{"name":"PCW_CALLBACK_INFORMATION","features":[308,309,307,313]},{"name":"PCW_CALLBACK_TYPE","features":[309]},{"name":"PCW_COUNTER_DESCRIPTOR","features":[309]},{"name":"PCW_COUNTER_INFORMATION","features":[309,307]},{"name":"PCW_CURRENT_VERSION","features":[309]},{"name":"PCW_DATA","features":[309]},{"name":"PCW_MASK_INFORMATION","features":[308,309,307,313]},{"name":"PCW_REGISTRATION_FLAGS","features":[309]},{"name":"PCW_REGISTRATION_INFORMATION","features":[309,307]},{"name":"PCW_VERSION_1","features":[309]},{"name":"PCW_VERSION_2","features":[309]},{"name":"PD3COLD_REQUEST_AUX_POWER","features":[309,307]},{"name":"PD3COLD_REQUEST_CORE_POWER_RAIL","features":[309]},{"name":"PD3COLD_REQUEST_PERST_DELAY","features":[309,307]},{"name":"PDEBUG_DEVICE_FOUND_FUNCTION","features":[309,307]},{"name":"PDEBUG_PRINT_CALLBACK","features":[309,313]},{"name":"PDEVICE_BUS_SPECIFIC_RESET_HANDLER","features":[309,307]},{"name":"PDEVICE_CHANGE_COMPLETE_CALLBACK","features":[309]},{"name":"PDEVICE_NOTIFY_CALLBACK","features":[309]},{"name":"PDEVICE_NOTIFY_CALLBACK2","features":[309]},{"name":"PDEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER","features":[309,307]},{"name":"PDEVICE_RESET_COMPLETION","features":[309]},{"name":"PDEVICE_RESET_HANDLER","features":[309,307]},{"name":"PDE_BASE","features":[309]},{"name":"PDE_PER_PAGE","features":[309]},{"name":"PDE_TOP","features":[309]},{"name":"PDI_SHIFT","features":[309]},{"name":"PDMA_COMPLETION_ROUTINE","features":[309]},{"name":"PDRIVER_CMC_EXCEPTION_CALLBACK","features":[309]},{"name":"PDRIVER_CPE_EXCEPTION_CALLBACK","features":[309]},{"name":"PDRIVER_EXCPTN_CALLBACK","features":[309]},{"name":"PDRIVER_VERIFIER_THUNK_ROUTINE","features":[309]},{"name":"PEI_NOTIFY_TYPE_GUID","features":[309]},{"name":"PENABLE_VIRTUALIZATION","features":[309,307]},{"name":"PETWENABLECALLBACK","features":[309]},{"name":"PEXPAND_STACK_CALLOUT","features":[309]},{"name":"PEXT_CALLBACK","features":[309]},{"name":"PEXT_DELETE_CALLBACK","features":[309]},{"name":"PEX_CALLBACK_FUNCTION","features":[309,307]},{"name":"PFAControl","features":[309]},{"name":"PFLUSH_ADAPTER_BUFFERS","features":[308,311,309,307,310,312,313,314]},{"name":"PFLUSH_ADAPTER_BUFFERS_EX","features":[308,311,309,307,310,312,313,314]},{"name":"PFLUSH_DMA_BUFFER","features":[308,311,309,307,310,312,313,314]},{"name":"PFNFTH","features":[309,307]},{"name":"PFN_IN_USE_PAGE_OFFLINE_NOTIFY","features":[309,307]},{"name":"PFN_NT_COMMIT_TRANSACTION","features":[309,307]},{"name":"PFN_NT_CREATE_TRANSACTION","features":[308,309,307]},{"name":"PFN_NT_OPEN_TRANSACTION","features":[308,309,307]},{"name":"PFN_NT_QUERY_INFORMATION_TRANSACTION","features":[309,307,341]},{"name":"PFN_NT_ROLLBACK_TRANSACTION","features":[309,307]},{"name":"PFN_NT_SET_INFORMATION_TRANSACTION","features":[309,307,341]},{"name":"PFN_RTL_IS_NTDDI_VERSION_AVAILABLE","features":[309,307]},{"name":"PFN_RTL_IS_SERVICE_PACK_VERSION_INSTALLED","features":[309,307]},{"name":"PFN_WHEA_HIGH_IRQL_LOG_SEL_EVENT_HANDLER","features":[309,307,336]},{"name":"PFPGA_BUS_SCAN","features":[309]},{"name":"PFPGA_CONTROL_CONFIG_SPACE","features":[309,307]},{"name":"PFPGA_CONTROL_ERROR_REPORTING","features":[309,307]},{"name":"PFPGA_CONTROL_LINK","features":[309,307]},{"name":"PFREE_ADAPTER_CHANNEL","features":[308,311,309,307,310,312,313,314]},{"name":"PFREE_ADAPTER_OBJECT","features":[308,311,309,307,310,312,313,314]},{"name":"PFREE_COMMON_BUFFER","features":[308,311,309,307,310,312,313,314]},{"name":"PFREE_COMMON_BUFFER_FROM_VECTOR","features":[308,311,309,307,310,312,313,314]},{"name":"PFREE_COMMON_BUFFER_VECTOR","features":[308,311,309,307,310,312,313,314]},{"name":"PFREE_FUNCTION_EX","features":[309]},{"name":"PFREE_MAP_REGISTERS","features":[308,311,309,307,310,312,313,314]},{"name":"PGET_COMMON_BUFFER_FROM_VECTOR_BY_INDEX","features":[308,311,309,307,310,312,313,314]},{"name":"PGET_D3COLD_CAPABILITY","features":[309,307]},{"name":"PGET_D3COLD_LAST_TRANSITION_STATUS","features":[309]},{"name":"PGET_DEVICE_RESET_STATUS","features":[309,307]},{"name":"PGET_DMA_ADAPTER","features":[308,311,309,307,310,312,313,314]},{"name":"PGET_DMA_ADAPTER_INFO","features":[308,311,309,307,310,312,313,314]},{"name":"PGET_DMA_ALIGNMENT","features":[308,311,309,307,310,312,313,314]},{"name":"PGET_DMA_DOMAIN","features":[308,311,309,307,310,312,313,314]},{"name":"PGET_DMA_TRANSFER_INFO","features":[308,311,309,307,310,312,313,314]},{"name":"PGET_IDLE_WAKE_INFO","features":[309,307]},{"name":"PGET_LOCATION_STRING","features":[309,307]},{"name":"PGET_SCATTER_GATHER_LIST","features":[308,311,309,307,310,312,313,314]},{"name":"PGET_SCATTER_GATHER_LIST_EX","features":[308,311,309,307,310,312,313,314]},{"name":"PGET_SDEV_IDENTIFIER","features":[309]},{"name":"PGET_SET_DEVICE_DATA","features":[309]},{"name":"PGET_UPDATED_BUS_RESOURCE","features":[309,307]},{"name":"PGET_VIRTUAL_DEVICE_DATA","features":[309]},{"name":"PGET_VIRTUAL_DEVICE_LOCATION","features":[309,307]},{"name":"PGET_VIRTUAL_DEVICE_RESOURCES","features":[309]},{"name":"PGET_VIRTUAL_FUNCTION_PROBED_BARS","features":[309,307]},{"name":"PGPE_CLEAR_STATUS","features":[308,311,309,307,310,312,313,314]},{"name":"PGPE_CLEAR_STATUS2","features":[309,307]},{"name":"PGPE_CONNECT_VECTOR","features":[308,311,309,307,310,312,313,314]},{"name":"PGPE_CONNECT_VECTOR2","features":[309,307]},{"name":"PGPE_DISABLE_EVENT","features":[308,311,309,307,310,312,313,314]},{"name":"PGPE_DISABLE_EVENT2","features":[309,307]},{"name":"PGPE_DISCONNECT_VECTOR","features":[309,307]},{"name":"PGPE_DISCONNECT_VECTOR2","features":[309,307]},{"name":"PGPE_ENABLE_EVENT","features":[308,311,309,307,310,312,313,314]},{"name":"PGPE_ENABLE_EVENT2","features":[309,307]},{"name":"PGPE_SERVICE_ROUTINE","features":[309,307]},{"name":"PGPE_SERVICE_ROUTINE2","features":[309,307]},{"name":"PHALIOREADWRITEHANDLER","features":[309,307]},{"name":"PHALMCAINTERFACELOCK","features":[309]},{"name":"PHALMCAINTERFACEREADREGISTER","features":[309,307]},{"name":"PHALMCAINTERFACEUNLOCK","features":[309]},{"name":"PHAL_RESET_DISPLAY_PARAMETERS","features":[309,307]},{"name":"PHVL_WHEA_ERROR_NOTIFICATION","features":[309,307]},{"name":"PHYSICAL_COUNTER_EVENT_BUFFER_CONFIGURATION","features":[309,307]},{"name":"PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR","features":[309,307]},{"name":"PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR_TYPE","features":[309]},{"name":"PHYSICAL_COUNTER_RESOURCE_LIST","features":[309,307]},{"name":"PHYSICAL_MEMORY_RANGE","features":[309]},{"name":"PINITIALIZE_DMA_TRANSFER_CONTEXT","features":[308,311,309,307,310,312,313,314]},{"name":"PINTERFACE_DEREFERENCE","features":[309]},{"name":"PINTERFACE_REFERENCE","features":[309]},{"name":"PIOMMU_DEVICE_CREATE","features":[309,307]},{"name":"PIOMMU_DEVICE_DELETE","features":[309,307]},{"name":"PIOMMU_DEVICE_FAULT_HANDLER","features":[309]},{"name":"PIOMMU_DEVICE_QUERY_DOMAIN_TYPES","features":[309]},{"name":"PIOMMU_DOMAIN_ATTACH_DEVICE","features":[309,307]},{"name":"PIOMMU_DOMAIN_ATTACH_DEVICE_EX","features":[309,307]},{"name":"PIOMMU_DOMAIN_CONFIGURE","features":[309,307]},{"name":"PIOMMU_DOMAIN_CREATE","features":[309,307]},{"name":"PIOMMU_DOMAIN_CREATE_EX","features":[309,307]},{"name":"PIOMMU_DOMAIN_DELETE","features":[309,307]},{"name":"PIOMMU_DOMAIN_DETACH_DEVICE","features":[309,307]},{"name":"PIOMMU_DOMAIN_DETACH_DEVICE_EX","features":[309,307]},{"name":"PIOMMU_FLUSH_DOMAIN","features":[309,307]},{"name":"PIOMMU_FLUSH_DOMAIN_VA_LIST","features":[309,307]},{"name":"PIOMMU_FREE_RESERVED_LOGICAL_ADDRESS_RANGE","features":[309,307]},{"name":"PIOMMU_INTERFACE_STATE_CHANGE_CALLBACK","features":[309]},{"name":"PIOMMU_MAP_IDENTITY_RANGE","features":[309,307]},{"name":"PIOMMU_MAP_IDENTITY_RANGE_EX","features":[309,307]},{"name":"PIOMMU_MAP_LOGICAL_RANGE","features":[309,307]},{"name":"PIOMMU_MAP_LOGICAL_RANGE_EX","features":[309,307]},{"name":"PIOMMU_MAP_RESERVED_LOGICAL_RANGE","features":[309,307]},{"name":"PIOMMU_QUERY_INPUT_MAPPINGS","features":[309,307]},{"name":"PIOMMU_REGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[309,307]},{"name":"PIOMMU_RESERVE_LOGICAL_ADDRESS_RANGE","features":[309,307]},{"name":"PIOMMU_SET_DEVICE_FAULT_REPORTING","features":[309,307]},{"name":"PIOMMU_SET_DEVICE_FAULT_REPORTING_EX","features":[309,307]},{"name":"PIOMMU_UNMAP_IDENTITY_RANGE","features":[309,307]},{"name":"PIOMMU_UNMAP_IDENTITY_RANGE_EX","features":[309,307]},{"name":"PIOMMU_UNMAP_LOGICAL_RANGE","features":[309,307]},{"name":"PIOMMU_UNMAP_RESERVED_LOGICAL_RANGE","features":[309,307]},{"name":"PIOMMU_UNREGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[309,307]},{"name":"PIO_CONTAINER_NOTIFICATION_FUNCTION","features":[309,307]},{"name":"PIO_CSQ_ACQUIRE_LOCK","features":[309]},{"name":"PIO_CSQ_COMPLETE_CANCELED_IRP","features":[309]},{"name":"PIO_CSQ_INSERT_IRP","features":[309]},{"name":"PIO_CSQ_INSERT_IRP_EX","features":[309,307]},{"name":"PIO_CSQ_PEEK_NEXT_IRP","features":[308,311,309,307,310,312,313,314]},{"name":"PIO_CSQ_RELEASE_LOCK","features":[309]},{"name":"PIO_CSQ_REMOVE_IRP","features":[309]},{"name":"PIO_DEVICE_EJECT_CALLBACK","features":[309,307]},{"name":"PIO_DPC_ROUTINE","features":[309]},{"name":"PIO_PERSISTED_MEMORY_ENUMERATION_CALLBACK","features":[309,307]},{"name":"PIO_QUERY_DEVICE_ROUTINE","features":[309,307]},{"name":"PIO_SESSION_NOTIFICATION_FUNCTION","features":[309,307]},{"name":"PIO_TIMER_ROUTINE","features":[309]},{"name":"PIO_WORKITEM_ROUTINE","features":[309]},{"name":"PIO_WORKITEM_ROUTINE_EX","features":[309]},{"name":"PJOIN_DMA_DOMAIN","features":[308,311,309,307,310,312,313,314]},{"name":"PKBUGCHECK_CALLBACK_ROUTINE","features":[309]},{"name":"PKBUGCHECK_REASON_CALLBACK_ROUTINE","features":[309]},{"name":"PKIPI_BROADCAST_WORKER","features":[309]},{"name":"PKMESSAGE_SERVICE_ROUTINE","features":[309,307]},{"name":"PKSERVICE_ROUTINE","features":[309,307]},{"name":"PKSTART_ROUTINE","features":[309]},{"name":"PKSYNCHRONIZE_ROUTINE","features":[309,307]},{"name":"PLEAVE_DMA_DOMAIN","features":[308,311,309,307,310,312,313,314]},{"name":"PLOAD_IMAGE_NOTIFY_ROUTINE","features":[309,307]},{"name":"PLUGPLAY_NOTIFICATION_HEADER","features":[309]},{"name":"PLUGPLAY_PROPERTY_PERSISTENT","features":[309]},{"name":"PLUGPLAY_REGKEY_CURRENT_HWPROFILE","features":[309]},{"name":"PLUGPLAY_REGKEY_DEVICE","features":[309]},{"name":"PLUGPLAY_REGKEY_DRIVER","features":[309]},{"name":"PMAP_TRANSFER","features":[308,311,309,307,310,312,313,314]},{"name":"PMAP_TRANSFER_EX","features":[308,311,309,307,310,312,313,314]},{"name":"PMCCounter","features":[309]},{"name":"PMEM_ERROR_SECTION_GUID","features":[309]},{"name":"PMM_DLL_INITIALIZE","features":[309,307]},{"name":"PMM_DLL_UNLOAD","features":[309,307]},{"name":"PMM_GET_SYSTEM_ROUTINE_ADDRESS_EX","features":[309,307]},{"name":"PMM_MDL_ROUTINE","features":[309]},{"name":"PMM_ROTATE_COPY_CALLBACK_FUNCTION","features":[308,309,307]},{"name":"PM_DISPATCH_TABLE","features":[309]},{"name":"PNMI_CALLBACK","features":[309,307]},{"name":"PNPBus","features":[309]},{"name":"PNPEM_CONTROL_ENABLE_DISABLE","features":[309,307]},{"name":"PNPEM_CONTROL_QUERY_CONTROL","features":[309]},{"name":"PNPEM_CONTROL_QUERY_STANDARD_CAPABILITIES","features":[309,307]},{"name":"PNPEM_CONTROL_SET_STANDARD_CONTROL","features":[309,307]},{"name":"PNPISABus","features":[309]},{"name":"PNPISAConfiguration","features":[309]},{"name":"PNPNOTIFY_DEVICE_INTERFACE_INCLUDE_EXISTING_INTERFACES","features":[309]},{"name":"PNP_BUS_INFORMATION","features":[309]},{"name":"PNP_DEVICE_ASSIGNED_TO_GUEST","features":[309]},{"name":"PNP_DEVICE_DISABLED","features":[309]},{"name":"PNP_DEVICE_DISCONNECTED","features":[309]},{"name":"PNP_DEVICE_DONT_DISPLAY_IN_UI","features":[309]},{"name":"PNP_DEVICE_FAILED","features":[309]},{"name":"PNP_DEVICE_NOT_DISABLEABLE","features":[309]},{"name":"PNP_DEVICE_REMOVED","features":[309]},{"name":"PNP_DEVICE_RESOURCE_REQUIREMENTS_CHANGED","features":[309]},{"name":"PNP_DEVICE_RESOURCE_UPDATED","features":[309]},{"name":"PNP_EXTENDED_ADDRESS_INTERFACE","features":[309]},{"name":"PNP_EXTENDED_ADDRESS_INTERFACE_VERSION","features":[309]},{"name":"PNP_LOCATION_INTERFACE","features":[309,307]},{"name":"PNP_REPLACE_DRIVER_INTERFACE","features":[309,307]},{"name":"PNP_REPLACE_DRIVER_INTERFACE_VERSION","features":[309]},{"name":"PNP_REPLACE_HARDWARE_MEMORY_MIRRORING","features":[309]},{"name":"PNP_REPLACE_HARDWARE_PAGE_COPY","features":[309]},{"name":"PNP_REPLACE_HARDWARE_QUIESCE","features":[309]},{"name":"PNP_REPLACE_MEMORY_LIST","features":[309]},{"name":"PNP_REPLACE_MEMORY_SUPPORTED","features":[309]},{"name":"PNP_REPLACE_PARAMETERS","features":[309,307]},{"name":"PNP_REPLACE_PARAMETERS_VERSION","features":[309]},{"name":"PNP_REPLACE_PROCESSOR_LIST","features":[309]},{"name":"PNP_REPLACE_PROCESSOR_LIST_V1","features":[309]},{"name":"PNP_REPLACE_PROCESSOR_SUPPORTED","features":[309]},{"name":"PNTFS_DEREF_EXPORTED_SECURITY_DESCRIPTOR","features":[309]},{"name":"POB_POST_OPERATION_CALLBACK","features":[308,309,307]},{"name":"POB_PRE_OPERATION_CALLBACK","features":[308,309]},{"name":"POOLED_USAGE_AND_LIMITS","features":[309]},{"name":"POOL_COLD_ALLOCATION","features":[309]},{"name":"POOL_CREATE_EXTENDED_PARAMS","features":[309]},{"name":"POOL_CREATE_FLG_SECURE_POOL","features":[309]},{"name":"POOL_CREATE_FLG_USE_GLOBAL_POOL","features":[309]},{"name":"POOL_CREATE_PARAMS_VERSION","features":[309]},{"name":"POOL_EXTENDED_PARAMETER","features":[309,307]},{"name":"POOL_EXTENDED_PARAMETER_REQUIRED_FIELD_BITS","features":[309]},{"name":"POOL_EXTENDED_PARAMETER_TYPE","features":[309]},{"name":"POOL_EXTENDED_PARAMETER_TYPE_BITS","features":[309]},{"name":"POOL_EXTENDED_PARAMS_SECURE_POOL","features":[309,307]},{"name":"POOL_NX_ALLOCATION","features":[309]},{"name":"POOL_NX_OPTIN_AUTO","features":[309]},{"name":"POOL_QUOTA_FAIL_INSTEAD_OF_RAISE","features":[309]},{"name":"POOL_RAISE_IF_ALLOCATION_FAILURE","features":[309]},{"name":"POOL_TAGGING","features":[309]},{"name":"POOL_ZEROING_INFORMATION","features":[309]},{"name":"POOL_ZERO_ALLOCATION","features":[309]},{"name":"PORT_MAXIMUM_MESSAGE_LENGTH","features":[309]},{"name":"POWER_LEVEL","features":[309]},{"name":"POWER_MONITOR_INVOCATION","features":[309,307]},{"name":"POWER_MONITOR_REQUEST_REASON","features":[309]},{"name":"POWER_MONITOR_REQUEST_TYPE","features":[309]},{"name":"POWER_PLATFORM_INFORMATION","features":[309,307]},{"name":"POWER_PLATFORM_ROLE","features":[309]},{"name":"POWER_PLATFORM_ROLE_V1","features":[309]},{"name":"POWER_PLATFORM_ROLE_V2","features":[309]},{"name":"POWER_PLATFORM_ROLE_VERSION","features":[309]},{"name":"POWER_SEQUENCE","features":[309]},{"name":"POWER_SESSION_CONNECT","features":[309,307]},{"name":"POWER_SESSION_RIT_STATE","features":[309,307]},{"name":"POWER_SESSION_TIMEOUTS","features":[309]},{"name":"POWER_SESSION_WINLOGON","features":[309,307]},{"name":"POWER_SETTING_CALLBACK","features":[309,307]},{"name":"POWER_SETTING_VALUE_VERSION","features":[309]},{"name":"POWER_STATE","features":[309,314]},{"name":"POWER_STATE_TYPE","features":[309]},{"name":"POWER_THROTTLING_PROCESS_CURRENT_VERSION","features":[309]},{"name":"POWER_THROTTLING_PROCESS_DELAYTIMERS","features":[309]},{"name":"POWER_THROTTLING_PROCESS_EXECUTION_SPEED","features":[309]},{"name":"POWER_THROTTLING_PROCESS_IGNORE_TIMER_RESOLUTION","features":[309]},{"name":"POWER_THROTTLING_PROCESS_STATE","features":[309]},{"name":"POWER_THROTTLING_THREAD_CURRENT_VERSION","features":[309]},{"name":"POWER_THROTTLING_THREAD_EXECUTION_SPEED","features":[309]},{"name":"POWER_THROTTLING_THREAD_STATE","features":[309]},{"name":"POWER_THROTTLING_THREAD_VALID_FLAGS","features":[309]},{"name":"POWER_USER_PRESENCE_TYPE","features":[309]},{"name":"PO_FX_COMPONENT_ACTIVE_CONDITION_CALLBACK","features":[309]},{"name":"PO_FX_COMPONENT_CRITICAL_TRANSITION_CALLBACK","features":[309,307]},{"name":"PO_FX_COMPONENT_FLAG_F0_ON_DX","features":[309]},{"name":"PO_FX_COMPONENT_FLAG_NO_DEBOUNCE","features":[309]},{"name":"PO_FX_COMPONENT_IDLE_CONDITION_CALLBACK","features":[309]},{"name":"PO_FX_COMPONENT_IDLE_STATE","features":[309]},{"name":"PO_FX_COMPONENT_IDLE_STATE_CALLBACK","features":[309]},{"name":"PO_FX_COMPONENT_PERF_INFO","features":[309,307]},{"name":"PO_FX_COMPONENT_PERF_SET","features":[309,307]},{"name":"PO_FX_COMPONENT_PERF_STATE_CALLBACK","features":[309,307]},{"name":"PO_FX_COMPONENT_V1","features":[309]},{"name":"PO_FX_COMPONENT_V2","features":[309]},{"name":"PO_FX_DEVICE_POWER_NOT_REQUIRED_CALLBACK","features":[309]},{"name":"PO_FX_DEVICE_POWER_REQUIRED_CALLBACK","features":[309]},{"name":"PO_FX_DEVICE_V1","features":[309,307]},{"name":"PO_FX_DEVICE_V2","features":[309,307]},{"name":"PO_FX_DEVICE_V3","features":[309,307]},{"name":"PO_FX_DIRECTED_FX_DEFAULT_IDLE_TIMEOUT","features":[309]},{"name":"PO_FX_DIRECTED_POWER_DOWN_CALLBACK","features":[309]},{"name":"PO_FX_DIRECTED_POWER_UP_CALLBACK","features":[309]},{"name":"PO_FX_DRIPS_WATCHDOG_CALLBACK","features":[308,311,309,307,310,312,313,314]},{"name":"PO_FX_FLAG_ASYNC_ONLY","features":[309]},{"name":"PO_FX_FLAG_BLOCKING","features":[309]},{"name":"PO_FX_FLAG_PERF_PEP_OPTIONAL","features":[309]},{"name":"PO_FX_FLAG_PERF_QUERY_ON_ALL_IDLE_STATES","features":[309]},{"name":"PO_FX_FLAG_PERF_QUERY_ON_F0","features":[309]},{"name":"PO_FX_PERF_STATE","features":[309]},{"name":"PO_FX_PERF_STATE_CHANGE","features":[309]},{"name":"PO_FX_PERF_STATE_TYPE","features":[309]},{"name":"PO_FX_PERF_STATE_UNIT","features":[309]},{"name":"PO_FX_POWER_CONTROL_CALLBACK","features":[309,307]},{"name":"PO_FX_UNKNOWN_POWER","features":[309]},{"name":"PO_FX_UNKNOWN_TIME","features":[309]},{"name":"PO_FX_VERSION","features":[309]},{"name":"PO_FX_VERSION_V1","features":[309]},{"name":"PO_FX_VERSION_V2","features":[309]},{"name":"PO_FX_VERSION_V3","features":[309]},{"name":"PO_MEM_BOOT_PHASE","features":[309]},{"name":"PO_MEM_CLONE","features":[309]},{"name":"PO_MEM_CL_OR_NCHK","features":[309]},{"name":"PO_MEM_DISCARD","features":[309]},{"name":"PO_MEM_PAGE_ADDRESS","features":[309]},{"name":"PO_MEM_PRESERVE","features":[309]},{"name":"PO_THERMAL_REQUEST_TYPE","features":[309]},{"name":"PPCI_EXPRESS_ENTER_LINK_QUIESCENT_MODE","features":[309,307]},{"name":"PPCI_EXPRESS_EXIT_LINK_QUIESCENT_MODE","features":[309,307]},{"name":"PPCI_EXPRESS_ROOT_PORT_READ_CONFIG_SPACE","features":[309]},{"name":"PPCI_EXPRESS_ROOT_PORT_WRITE_CONFIG_SPACE","features":[309]},{"name":"PPCI_EXPRESS_WAKE_CONTROL","features":[309]},{"name":"PPCI_IS_DEVICE_PRESENT","features":[309,307]},{"name":"PPCI_IS_DEVICE_PRESENT_EX","features":[309,307]},{"name":"PPCI_LINE_TO_PIN","features":[309]},{"name":"PPCI_MSIX_GET_ENTRY","features":[309,307]},{"name":"PPCI_MSIX_GET_TABLE_SIZE","features":[309,307]},{"name":"PPCI_MSIX_MASKUNMASK_ENTRY","features":[309,307]},{"name":"PPCI_MSIX_SET_ENTRY","features":[309,307]},{"name":"PPCI_PIN_TO_LINE","features":[309]},{"name":"PPCI_PREPARE_MULTISTAGE_RESUME","features":[309]},{"name":"PPCI_READ_WRITE_CONFIG","features":[309]},{"name":"PPCI_ROOT_BUS_CAPABILITY","features":[309]},{"name":"PPCI_SET_ACS","features":[309,307]},{"name":"PPCI_SET_ACS2","features":[309,307]},{"name":"PPCI_SET_ATS","features":[309,307]},{"name":"PPCW_CALLBACK","features":[309,307]},{"name":"PPHYSICAL_COUNTER_EVENT_BUFFER_OVERFLOW_HANDLER","features":[309,307]},{"name":"PPHYSICAL_COUNTER_OVERFLOW_HANDLER","features":[309,307]},{"name":"PPI_SHIFT","features":[309]},{"name":"PPOWER_SETTING_CALLBACK","features":[309,307]},{"name":"PPO_FX_COMPONENT_ACTIVE_CONDITION_CALLBACK","features":[309]},{"name":"PPO_FX_COMPONENT_CRITICAL_TRANSITION_CALLBACK","features":[309]},{"name":"PPO_FX_COMPONENT_IDLE_CONDITION_CALLBACK","features":[309]},{"name":"PPO_FX_COMPONENT_IDLE_STATE_CALLBACK","features":[309]},{"name":"PPO_FX_COMPONENT_PERF_STATE_CALLBACK","features":[309]},{"name":"PPO_FX_DEVICE_POWER_NOT_REQUIRED_CALLBACK","features":[309]},{"name":"PPO_FX_DEVICE_POWER_REQUIRED_CALLBACK","features":[309]},{"name":"PPO_FX_DIRECTED_POWER_DOWN_CALLBACK","features":[309]},{"name":"PPO_FX_DIRECTED_POWER_UP_CALLBACK","features":[309]},{"name":"PPO_FX_DRIPS_WATCHDOG_CALLBACK","features":[309]},{"name":"PPO_FX_POWER_CONTROL_CALLBACK","features":[309,307]},{"name":"PPROCESSOR_CALLBACK_FUNCTION","features":[309]},{"name":"PPROCESSOR_HALT_ROUTINE","features":[309,307]},{"name":"PPTM_DEVICE_DISABLE","features":[309,307]},{"name":"PPTM_DEVICE_ENABLE","features":[309,307]},{"name":"PPTM_DEVICE_QUERY_GRANULARITY","features":[309,307]},{"name":"PPTM_DEVICE_QUERY_TIME_SOURCE","features":[309,307]},{"name":"PPUT_DMA_ADAPTER","features":[308,311,309,307,310,312,313,314]},{"name":"PPUT_SCATTER_GATHER_LIST","features":[308,311,309,307,310,312,313,314]},{"name":"PQUERYEXTENDEDADDRESS","features":[309]},{"name":"PREAD_DMA_COUNTER","features":[308,311,309,307,310,312,313,314]},{"name":"PREENUMERATE_SELF","features":[309]},{"name":"PREGISTER_FOR_DEVICE_NOTIFICATIONS","features":[308,311,309,307,310,312,313,314]},{"name":"PREGISTER_FOR_DEVICE_NOTIFICATIONS2","features":[309,307]},{"name":"PREPLACE_BEGIN","features":[309,307]},{"name":"PREPLACE_DRIVER_INIT","features":[309,307]},{"name":"PREPLACE_ENABLE_DISABLE_HARDWARE_QUIESCE","features":[309,307]},{"name":"PREPLACE_END","features":[309,307]},{"name":"PREPLACE_GET_MEMORY_DESTINATION","features":[309,307]},{"name":"PREPLACE_INITIATE_HARDWARE_MIRROR","features":[309,307]},{"name":"PREPLACE_MAP_MEMORY","features":[309,307]},{"name":"PREPLACE_MIRROR_PHYSICAL_MEMORY","features":[309,307]},{"name":"PREPLACE_MIRROR_PLATFORM_MEMORY","features":[309,307]},{"name":"PREPLACE_SET_PROCESSOR_ID","features":[309,307]},{"name":"PREPLACE_SWAP","features":[309,307]},{"name":"PREPLACE_UNLOAD","features":[309]},{"name":"PREQUEST_POWER_COMPLETE","features":[309]},{"name":"PRIVILEGE_SET_ALL_NECESSARY","features":[309]},{"name":"PROCESSOR_CALLBACK_FUNCTION","features":[309,307,313]},{"name":"PROCESSOR_FEATURE_MAX","features":[309]},{"name":"PROCESSOR_GENERIC_ERROR_SECTION_GUID","features":[309]},{"name":"PROCESSOR_HALT_ROUTINE","features":[309,307]},{"name":"PROCESS_ACCESS_TOKEN","features":[309,307]},{"name":"PROCESS_DEVICEMAP_INFORMATION","features":[309,307]},{"name":"PROCESS_DEVICEMAP_INFORMATION_EX","features":[309,307]},{"name":"PROCESS_EXCEPTION_PORT","features":[309,307]},{"name":"PROCESS_EXCEPTION_PORT_ALL_STATE_BITS","features":[309]},{"name":"PROCESS_EXTENDED_BASIC_INFORMATION","features":[309,307,313,342]},{"name":"PROCESS_HANDLE_EXCEPTIONS_ENABLED","features":[309]},{"name":"PROCESS_HANDLE_RAISE_UM_EXCEPTION_ON_INVALID_HANDLE_CLOSE_DISABLED","features":[309]},{"name":"PROCESS_HANDLE_RAISE_UM_EXCEPTION_ON_INVALID_HANDLE_CLOSE_ENABLED","features":[309]},{"name":"PROCESS_HANDLE_TRACING_ENABLE","features":[309]},{"name":"PROCESS_HANDLE_TRACING_ENABLE_EX","features":[309]},{"name":"PROCESS_HANDLE_TRACING_ENTRY","features":[309,307,340]},{"name":"PROCESS_HANDLE_TRACING_MAX_STACKS","features":[309]},{"name":"PROCESS_HANDLE_TRACING_QUERY","features":[309,307,340]},{"name":"PROCESS_KEEPALIVE_COUNT_INFORMATION","features":[309]},{"name":"PROCESS_LUID_DOSDEVICES_ONLY","features":[309]},{"name":"PROCESS_MEMBERSHIP_INFORMATION","features":[309]},{"name":"PROCESS_REVOKE_FILE_HANDLES_INFORMATION","features":[309,307]},{"name":"PROCESS_SESSION_INFORMATION","features":[309]},{"name":"PROCESS_SYSCALL_PROVIDER_INFORMATION","features":[309]},{"name":"PROCESS_WS_WATCH_INFORMATION","features":[309]},{"name":"PROFILE_LEVEL","features":[309]},{"name":"PROTECTED_POOL","features":[309]},{"name":"PRTL_AVL_ALLOCATE_ROUTINE","features":[309]},{"name":"PRTL_AVL_COMPARE_ROUTINE","features":[309]},{"name":"PRTL_AVL_FREE_ROUTINE","features":[309]},{"name":"PRTL_AVL_MATCH_FUNCTION","features":[309,307]},{"name":"PRTL_GENERIC_ALLOCATE_ROUTINE","features":[309]},{"name":"PRTL_GENERIC_COMPARE_ROUTINE","features":[309]},{"name":"PRTL_GENERIC_FREE_ROUTINE","features":[309]},{"name":"PRTL_QUERY_REGISTRY_ROUTINE","features":[309,307]},{"name":"PRTL_RUN_ONCE_INIT_FN","features":[309]},{"name":"PSCREATEPROCESSNOTIFYTYPE","features":[309]},{"name":"PSCREATETHREADNOTIFYTYPE","features":[309]},{"name":"PSECURE_DRIVER_PROCESS_DEREFERENCE","features":[309]},{"name":"PSECURE_DRIVER_PROCESS_REFERENCE","features":[308,309]},{"name":"PSET_D3COLD_SUPPORT","features":[309]},{"name":"PSET_VIRTUAL_DEVICE_DATA","features":[309]},{"name":"PSE_IMAGE_VERIFICATION_CALLBACK_FUNCTION","features":[309]},{"name":"PSHED_PI_ATTEMPT_ERROR_RECOVERY","features":[309,307]},{"name":"PSHED_PI_CLEAR_ERROR_RECORD","features":[309,307]},{"name":"PSHED_PI_CLEAR_ERROR_STATUS","features":[309,307,336]},{"name":"PSHED_PI_DISABLE_ERROR_SOURCE","features":[309,307,336]},{"name":"PSHED_PI_ENABLE_ERROR_SOURCE","features":[309,307,336]},{"name":"PSHED_PI_ERR_READING_PCIE_OVERRIDES","features":[309]},{"name":"PSHED_PI_FINALIZE_ERROR_RECORD","features":[309,307,336]},{"name":"PSHED_PI_GET_ALL_ERROR_SOURCES","features":[309,307,336]},{"name":"PSHED_PI_GET_ERROR_SOURCE_INFO","features":[309,307,336]},{"name":"PSHED_PI_GET_INJECTION_CAPABILITIES","features":[309,307]},{"name":"PSHED_PI_INJECT_ERROR","features":[309,307]},{"name":"PSHED_PI_READ_ERROR_RECORD","features":[309,307]},{"name":"PSHED_PI_RETRIEVE_ERROR_INFO","features":[309,307,336]},{"name":"PSHED_PI_SET_ERROR_SOURCE_INFO","features":[309,307,336]},{"name":"PSHED_PI_WRITE_ERROR_RECORD","features":[309,307]},{"name":"PS_CREATE_NOTIFY_INFO","features":[308,311,309,307,310,312,313,314,340]},{"name":"PS_IMAGE_NOTIFY_CONFLICTING_ARCHITECTURE","features":[309]},{"name":"PS_INVALID_SILO_CONTEXT_SLOT","features":[309]},{"name":"PTE_BASE","features":[309]},{"name":"PTE_PER_PAGE","features":[309]},{"name":"PTE_TOP","features":[309]},{"name":"PTIMER_APC_ROUTINE","features":[309]},{"name":"PTI_SHIFT","features":[309]},{"name":"PTM_CONTROL_INTERFACE","features":[309,307]},{"name":"PTM_DEVICE_DISABLE","features":[309,307]},{"name":"PTM_DEVICE_ENABLE","features":[309,307]},{"name":"PTM_DEVICE_QUERY_GRANULARITY","features":[309,307]},{"name":"PTM_DEVICE_QUERY_TIME_SOURCE","features":[309,307]},{"name":"PTM_PROPAGATE_ROUTINE","features":[309,307]},{"name":"PTM_RM_NOTIFICATION","features":[308,309,307]},{"name":"PTRANSLATE_BUS_ADDRESS","features":[309,307]},{"name":"PTRANSLATE_RESOURCE_HANDLER","features":[308,311,309,307,310,312,313,314]},{"name":"PTRANSLATE_RESOURCE_REQUIREMENTS_HANDLER","features":[308,311,309,307,310,312,313,314]},{"name":"PUNREGISTER_FOR_DEVICE_NOTIFICATIONS","features":[308,311,309,307,310,312,313,314]},{"name":"PUNREGISTER_FOR_DEVICE_NOTIFICATIONS2","features":[309]},{"name":"PageIn","features":[309]},{"name":"ParallelController","features":[309]},{"name":"PciAcsBitDisable","features":[309]},{"name":"PciAcsBitDontCare","features":[309]},{"name":"PciAcsBitEnable","features":[309]},{"name":"PciAcsReserved","features":[309]},{"name":"PciAddressParityError","features":[309]},{"name":"PciBusDataParityError","features":[309]},{"name":"PciBusMasterAbort","features":[309]},{"name":"PciBusSystemError","features":[309]},{"name":"PciBusTimeOut","features":[309]},{"name":"PciBusUnknownError","features":[309]},{"name":"PciCommandParityError","features":[309]},{"name":"PciConventional","features":[309]},{"name":"PciDeviceD3Cold_Reason_Default_State_BitIndex","features":[309]},{"name":"PciDeviceD3Cold_Reason_INF_BitIndex","features":[309]},{"name":"PciDeviceD3Cold_Reason_Interface_Api_BitIndex","features":[309]},{"name":"PciDeviceD3Cold_State_Disabled_BitIndex","features":[309]},{"name":"PciDeviceD3Cold_State_Disabled_Bridge_HackFlags_BitIndex","features":[309]},{"name":"PciDeviceD3Cold_State_Enabled_BitIndex","features":[309]},{"name":"PciDeviceD3Cold_State_ParentRootPortS0WakeSupported_BitIndex","features":[309]},{"name":"PciExpress","features":[309]},{"name":"PciExpressASPMLinkSubState_L11_BitIndex","features":[309]},{"name":"PciExpressASPMLinkSubState_L12_BitIndex","features":[309]},{"name":"PciExpressDownstreamSwitchPort","features":[309]},{"name":"PciExpressEndpoint","features":[309]},{"name":"PciExpressLegacyEndpoint","features":[309]},{"name":"PciExpressPciPmLinkSubState_L11_BitIndex","features":[309]},{"name":"PciExpressPciPmLinkSubState_L12_BitIndex","features":[309]},{"name":"PciExpressRootComplexEventCollector","features":[309]},{"name":"PciExpressRootComplexIntegratedEndpoint","features":[309]},{"name":"PciExpressRootPort","features":[309]},{"name":"PciExpressToPciXBridge","features":[309]},{"name":"PciExpressUpstreamSwitchPort","features":[309]},{"name":"PciLine2Pin","features":[309]},{"name":"PciMasterDataParityError","features":[309]},{"name":"PciPin2Line","features":[309]},{"name":"PciReadWriteConfig","features":[309]},{"name":"PciXMode1","features":[309]},{"name":"PciXMode2","features":[309]},{"name":"PciXToExpressBridge","features":[309]},{"name":"PcwAddInstance","features":[308,309,307]},{"name":"PcwCallbackAddCounter","features":[309]},{"name":"PcwCallbackCollectData","features":[309]},{"name":"PcwCallbackEnumerateInstances","features":[309]},{"name":"PcwCallbackRemoveCounter","features":[309]},{"name":"PcwCloseInstance","features":[308,309]},{"name":"PcwCreateInstance","features":[308,309,307]},{"name":"PcwRegister","features":[308,309,307]},{"name":"PcwRegistrationNone","features":[309]},{"name":"PcwRegistrationSiloNeutral","features":[309]},{"name":"PcwUnregister","features":[308,309]},{"name":"PermissionFault","features":[309]},{"name":"PlatformLevelDeviceReset","features":[309]},{"name":"PlatformRoleAppliancePC","features":[309]},{"name":"PlatformRoleDesktop","features":[309]},{"name":"PlatformRoleEnterpriseServer","features":[309]},{"name":"PlatformRoleMaximum","features":[309]},{"name":"PlatformRoleMobile","features":[309]},{"name":"PlatformRolePerformanceServer","features":[309]},{"name":"PlatformRoleSOHOServer","features":[309]},{"name":"PlatformRoleSlate","features":[309]},{"name":"PlatformRoleUnspecified","features":[309]},{"name":"PlatformRoleWorkstation","features":[309]},{"name":"PoAc","features":[309]},{"name":"PoCallDriver","features":[308,311,309,307,310,312,313,314]},{"name":"PoClearPowerRequest","features":[309,307,314]},{"name":"PoConditionMaximum","features":[309]},{"name":"PoCreatePowerRequest","features":[308,311,309,307,310,312,313,314]},{"name":"PoCreateThermalRequest","features":[308,311,309,307,310,312,313,314]},{"name":"PoDc","features":[309]},{"name":"PoDeletePowerRequest","features":[309]},{"name":"PoDeleteThermalRequest","features":[309]},{"name":"PoEndDeviceBusy","features":[309]},{"name":"PoFxActivateComponent","features":[308,309]},{"name":"PoFxCompleteDevicePowerNotRequired","features":[308,309]},{"name":"PoFxCompleteDirectedPowerDown","features":[308,309]},{"name":"PoFxCompleteIdleCondition","features":[308,309]},{"name":"PoFxCompleteIdleState","features":[308,309]},{"name":"PoFxIdleComponent","features":[308,309]},{"name":"PoFxIssueComponentPerfStateChange","features":[308,309]},{"name":"PoFxIssueComponentPerfStateChangeMultiple","features":[308,309]},{"name":"PoFxNotifySurprisePowerOn","features":[308,311,309,307,310,312,313,314]},{"name":"PoFxPerfStateTypeDiscrete","features":[309]},{"name":"PoFxPerfStateTypeMaximum","features":[309]},{"name":"PoFxPerfStateTypeRange","features":[309]},{"name":"PoFxPerfStateUnitBandwidth","features":[309]},{"name":"PoFxPerfStateUnitFrequency","features":[309]},{"name":"PoFxPerfStateUnitMaximum","features":[309]},{"name":"PoFxPerfStateUnitOther","features":[309]},{"name":"PoFxPowerControl","features":[308,309,307]},{"name":"PoFxPowerOnCrashdumpDevice","features":[308,309,307]},{"name":"PoFxQueryCurrentComponentPerfState","features":[308,309,307]},{"name":"PoFxRegisterComponentPerfStates","features":[308,309,307]},{"name":"PoFxRegisterCrashdumpDevice","features":[308,309,307]},{"name":"PoFxRegisterDevice","features":[308,311,309,307,310,312,313,314]},{"name":"PoFxRegisterDripsWatchdogCallback","features":[308,311,309,307,310,312,313,314]},{"name":"PoFxReportDevicePoweredOn","features":[308,309]},{"name":"PoFxSetComponentLatency","features":[308,309]},{"name":"PoFxSetComponentResidency","features":[308,309]},{"name":"PoFxSetComponentWake","features":[308,309,307]},{"name":"PoFxSetDeviceIdleTimeout","features":[308,309]},{"name":"PoFxSetTargetDripsDevicePowerState","features":[308,309,307,314]},{"name":"PoFxStartDevicePowerManagement","features":[308,309]},{"name":"PoFxUnregisterDevice","features":[308,309]},{"name":"PoGetSystemWake","features":[308,311,309,307,310,312,313,314]},{"name":"PoGetThermalRequestSupport","features":[309,307]},{"name":"PoHot","features":[309]},{"name":"PoQueryWatchdogTime","features":[308,311,309,307,310,312,313,314]},{"name":"PoRegisterDeviceForIdleDetection","features":[308,311,309,307,310,312,313,314]},{"name":"PoRegisterPowerSettingCallback","features":[308,311,309,307,310,312,313,314]},{"name":"PoRegisterSystemState","features":[309]},{"name":"PoRequestPowerIrp","features":[308,311,309,307,310,312,313,314]},{"name":"PoSetDeviceBusyEx","features":[309]},{"name":"PoSetHiberRange","features":[309]},{"name":"PoSetPowerRequest","features":[309,307,314]},{"name":"PoSetPowerState","features":[308,311,309,307,310,312,313,314]},{"name":"PoSetSystemState","features":[309]},{"name":"PoSetSystemWake","features":[308,311,309,307,310,312,313,314]},{"name":"PoSetSystemWakeDevice","features":[308,311,309,307,310,312,313,314]},{"name":"PoSetThermalActiveCooling","features":[309,307]},{"name":"PoSetThermalPassiveCooling","features":[309,307]},{"name":"PoStartDeviceBusy","features":[309]},{"name":"PoStartNextPowerIrp","features":[308,311,309,307,310,312,313,314]},{"name":"PoThermalRequestActive","features":[309]},{"name":"PoThermalRequestPassive","features":[309]},{"name":"PoUnregisterPowerSettingCallback","features":[309,307]},{"name":"PoUnregisterSystemState","features":[309]},{"name":"PointerController","features":[309]},{"name":"PointerPeripheral","features":[309]},{"name":"PoolAllocation","features":[309]},{"name":"PoolExtendedParameterInvalidType","features":[309]},{"name":"PoolExtendedParameterMax","features":[309]},{"name":"PoolExtendedParameterNumaNode","features":[309]},{"name":"PoolExtendedParameterPriority","features":[309]},{"name":"PoolExtendedParameterSecurePool","features":[309]},{"name":"Pos","features":[309]},{"name":"PowerOff","features":[309]},{"name":"PowerOn","features":[309]},{"name":"PowerRelations","features":[309]},{"name":"PrimaryDcache","features":[309]},{"name":"PrimaryIcache","features":[309]},{"name":"PrinterPeripheral","features":[309]},{"name":"ProbeForRead","features":[309]},{"name":"ProbeForWrite","features":[309]},{"name":"ProcessorInternal","features":[309]},{"name":"Profile2Issue","features":[309]},{"name":"Profile3Issue","features":[309]},{"name":"Profile4Issue","features":[309]},{"name":"ProfileAlignmentFixup","features":[309]},{"name":"ProfileBranchInstructions","features":[309]},{"name":"ProfileBranchMispredictions","features":[309]},{"name":"ProfileCacheMisses","features":[309]},{"name":"ProfileDcacheAccesses","features":[309]},{"name":"ProfileDcacheMisses","features":[309]},{"name":"ProfileFpInstructions","features":[309]},{"name":"ProfileIcacheIssues","features":[309]},{"name":"ProfileIcacheMisses","features":[309]},{"name":"ProfileIntegerInstructions","features":[309]},{"name":"ProfileLoadInstructions","features":[309]},{"name":"ProfileLoadLinkedIssues","features":[309]},{"name":"ProfileMaximum","features":[309]},{"name":"ProfileMemoryBarrierCycles","features":[309]},{"name":"ProfilePipelineDry","features":[309]},{"name":"ProfilePipelineFrozen","features":[309]},{"name":"ProfileSpecialInstructions","features":[309]},{"name":"ProfileStoreInstructions","features":[309]},{"name":"ProfileTime","features":[309]},{"name":"ProfileTotalCycles","features":[309]},{"name":"ProfileTotalIssues","features":[309]},{"name":"ProfileTotalNonissues","features":[309]},{"name":"PsAcquireSiloHardReference","features":[308,309,307]},{"name":"PsAllocSiloContextSlot","features":[309,307]},{"name":"PsAllocateAffinityToken","features":[308,309,307]},{"name":"PsAttachSiloToCurrentThread","features":[308,309]},{"name":"PsCreateProcessNotifySubsystems","features":[309]},{"name":"PsCreateSiloContext","features":[308,309,307]},{"name":"PsCreateSystemThread","features":[308,309,307,340]},{"name":"PsCreateThreadNotifyNonSystem","features":[309]},{"name":"PsCreateThreadNotifySubsystems","features":[309]},{"name":"PsDereferenceSiloContext","features":[309]},{"name":"PsDetachSiloFromCurrentThread","features":[308,309]},{"name":"PsFreeAffinityToken","features":[308,309]},{"name":"PsFreeSiloContextSlot","features":[309,307]},{"name":"PsGetCurrentProcessId","features":[309,307]},{"name":"PsGetCurrentServerSilo","features":[308,309]},{"name":"PsGetCurrentServerSiloName","features":[309,307]},{"name":"PsGetCurrentSilo","features":[308,309]},{"name":"PsGetCurrentThreadId","features":[309,307]},{"name":"PsGetCurrentThreadTeb","features":[309]},{"name":"PsGetEffectiveServerSilo","features":[308,309]},{"name":"PsGetHostSilo","features":[308,309]},{"name":"PsGetJobServerSilo","features":[308,309,307]},{"name":"PsGetJobSilo","features":[308,309,307]},{"name":"PsGetParentSilo","features":[308,309]},{"name":"PsGetPermanentSiloContext","features":[308,309,307]},{"name":"PsGetProcessCreateTimeQuadPart","features":[308,309]},{"name":"PsGetProcessExitStatus","features":[308,309,307]},{"name":"PsGetProcessId","features":[308,309,307]},{"name":"PsGetProcessStartKey","features":[308,309]},{"name":"PsGetServerSiloServiceSessionId","features":[308,309]},{"name":"PsGetSiloContainerId","features":[308,309]},{"name":"PsGetSiloContext","features":[308,309,307]},{"name":"PsGetSiloMonitorContextSlot","features":[308,309]},{"name":"PsGetThreadCreateTime","features":[308,309]},{"name":"PsGetThreadExitStatus","features":[308,309,307]},{"name":"PsGetThreadId","features":[308,309,307]},{"name":"PsGetThreadProcessId","features":[308,309,307]},{"name":"PsGetThreadProperty","features":[308,309]},{"name":"PsGetThreadServerSilo","features":[308,309]},{"name":"PsGetVersion","features":[309,307]},{"name":"PsInsertPermanentSiloContext","features":[308,309,307]},{"name":"PsInsertSiloContext","features":[308,309,307]},{"name":"PsIsCurrentThreadInServerSilo","features":[309,307]},{"name":"PsIsCurrentThreadPrefetching","features":[309,307]},{"name":"PsIsHostSilo","features":[308,309,307]},{"name":"PsMakeSiloContextPermanent","features":[308,309,307]},{"name":"PsQueryTotalCycleTimeProcess","features":[308,309]},{"name":"PsReferenceSiloContext","features":[309]},{"name":"PsRegisterSiloMonitor","features":[308,309,307]},{"name":"PsReleaseSiloHardReference","features":[308,309]},{"name":"PsRemoveCreateThreadNotifyRoutine","features":[309,307]},{"name":"PsRemoveLoadImageNotifyRoutine","features":[309,307]},{"name":"PsRemoveSiloContext","features":[308,309,307]},{"name":"PsReplaceSiloContext","features":[308,309,307]},{"name":"PsRevertToUserMultipleGroupAffinityThread","features":[308,309]},{"name":"PsSetCreateProcessNotifyRoutine","features":[309,307]},{"name":"PsSetCreateProcessNotifyRoutineEx","features":[308,311,309,307,310,312,313,314,340]},{"name":"PsSetCreateProcessNotifyRoutineEx2","features":[309,307]},{"name":"PsSetCreateThreadNotifyRoutine","features":[309,307]},{"name":"PsSetCreateThreadNotifyRoutineEx","features":[309,307]},{"name":"PsSetCurrentThreadPrefetching","features":[309,307]},{"name":"PsSetLoadImageNotifyRoutine","features":[309,307]},{"name":"PsSetLoadImageNotifyRoutineEx","features":[309,307]},{"name":"PsSetSystemMultipleGroupAffinityThread","features":[308,309,307,338]},{"name":"PsStartSiloMonitor","features":[308,309,307]},{"name":"PsTerminateServerSilo","features":[308,309,307]},{"name":"PsTerminateSystemThread","features":[309,307]},{"name":"PsUnregisterSiloMonitor","features":[308,309]},{"name":"PsWrapApcWow64Thread","features":[309,307]},{"name":"PshedAllocateMemory","features":[309]},{"name":"PshedFADiscovery","features":[309]},{"name":"PshedFAErrorInfoRetrieval","features":[309]},{"name":"PshedFAErrorInjection","features":[309]},{"name":"PshedFAErrorRecordPersistence","features":[309]},{"name":"PshedFAErrorRecovery","features":[309]},{"name":"PshedFAErrorSourceControl","features":[309]},{"name":"PshedFreeMemory","features":[309]},{"name":"PshedIsSystemWheaEnabled","features":[309,307]},{"name":"PshedPiEnableNotifyErrorCreateNotifyEvent","features":[309]},{"name":"PshedPiEnableNotifyErrorCreateSystemThread","features":[309]},{"name":"PshedPiEnableNotifyErrorMax","features":[309]},{"name":"PshedPiErrReadingPcieOverridesBadSignature","features":[309]},{"name":"PshedPiErrReadingPcieOverridesBadSize","features":[309]},{"name":"PshedPiErrReadingPcieOverridesNoCapOffset","features":[309]},{"name":"PshedPiErrReadingPcieOverridesNoErr","features":[309]},{"name":"PshedPiErrReadingPcieOverridesNoMemory","features":[309]},{"name":"PshedPiErrReadingPcieOverridesNotBinary","features":[309]},{"name":"PshedPiErrReadingPcieOverridesQueryErr","features":[309]},{"name":"PshedRegisterPlugin","features":[309,307,336]},{"name":"PshedSynchronizeExecution","features":[309,307,336]},{"name":"PshedUnregisterPlugin","features":[309]},{"name":"QuerySecurityDescriptor","features":[309]},{"name":"RCB128Bytes","features":[309]},{"name":"RCB64Bytes","features":[309]},{"name":"RECOVERY_INFO_SECTION_GUID","features":[309]},{"name":"REENUMERATE_SELF_INTERFACE_STANDARD","features":[309]},{"name":"REG_CALLBACK_CONTEXT_CLEANUP_INFORMATION","features":[309]},{"name":"REG_CREATE_KEY_INFORMATION","features":[309,307]},{"name":"REG_CREATE_KEY_INFORMATION_V1","features":[309,307]},{"name":"REG_DELETE_KEY_INFORMATION","features":[309]},{"name":"REG_DELETE_VALUE_KEY_INFORMATION","features":[309,307]},{"name":"REG_KEY_HANDLE_CLOSE_INFORMATION","features":[309]},{"name":"REG_LOAD_KEY_INFORMATION","features":[309,307]},{"name":"REG_LOAD_KEY_INFORMATION_V2","features":[309,307]},{"name":"REG_NOTIFY_CLASS","features":[309]},{"name":"REG_POST_CREATE_KEY_INFORMATION","features":[309,307]},{"name":"REG_POST_OPERATION_INFORMATION","features":[309,307]},{"name":"REG_PRE_CREATE_KEY_INFORMATION","features":[309,307]},{"name":"REG_QUERY_KEY_NAME","features":[308,309,307]},{"name":"REG_QUERY_KEY_SECURITY_INFORMATION","features":[309,310]},{"name":"REG_RENAME_KEY_INFORMATION","features":[309,307]},{"name":"REG_REPLACE_KEY_INFORMATION","features":[309,307]},{"name":"REG_RESTORE_KEY_INFORMATION","features":[309,307]},{"name":"REG_SAVE_KEY_INFORMATION","features":[309,307]},{"name":"REG_SAVE_MERGED_KEY_INFORMATION","features":[309,307]},{"name":"REG_SET_KEY_SECURITY_INFORMATION","features":[309,310]},{"name":"REG_SET_VALUE_KEY_INFORMATION","features":[309,307]},{"name":"REG_UNLOAD_KEY_INFORMATION","features":[309]},{"name":"REQUEST_POWER_COMPLETE","features":[308,311,309,307,310,312,313,314]},{"name":"RESOURCE_HASH_ENTRY","features":[309,313]},{"name":"RESOURCE_HASH_TABLE_SIZE","features":[309]},{"name":"RESOURCE_PERFORMANCE_DATA","features":[309,313]},{"name":"RESOURCE_TRANSLATION_DIRECTION","features":[309]},{"name":"RESULT_NEGATIVE","features":[309]},{"name":"RESULT_POSITIVE","features":[309]},{"name":"RESULT_ZERO","features":[309]},{"name":"ROOT_CMD_ENABLE_CORRECTABLE_ERROR_REPORTING","features":[309]},{"name":"ROOT_CMD_ENABLE_FATAL_ERROR_REPORTING","features":[309]},{"name":"ROOT_CMD_ENABLE_NONFATAL_ERROR_REPORTING","features":[309]},{"name":"RTL_AVL_ALLOCATE_ROUTINE","features":[309]},{"name":"RTL_AVL_COMPARE_ROUTINE","features":[309]},{"name":"RTL_AVL_FREE_ROUTINE","features":[309]},{"name":"RTL_AVL_MATCH_FUNCTION","features":[309,307]},{"name":"RTL_AVL_TABLE","features":[309]},{"name":"RTL_BALANCED_LINKS","features":[309]},{"name":"RTL_BITMAP","features":[309]},{"name":"RTL_BITMAP_RUN","features":[309]},{"name":"RTL_DYNAMIC_HASH_TABLE","features":[309]},{"name":"RTL_DYNAMIC_HASH_TABLE_CONTEXT","features":[309,313]},{"name":"RTL_DYNAMIC_HASH_TABLE_ENTRY","features":[309,313]},{"name":"RTL_DYNAMIC_HASH_TABLE_ENUMERATOR","features":[309,313]},{"name":"RTL_GENERIC_ALLOCATE_ROUTINE","features":[308,309,313]},{"name":"RTL_GENERIC_COMPARE_RESULTS","features":[309]},{"name":"RTL_GENERIC_COMPARE_ROUTINE","features":[308,309,313]},{"name":"RTL_GENERIC_FREE_ROUTINE","features":[308,309,313]},{"name":"RTL_GENERIC_TABLE","features":[308,309,313]},{"name":"RTL_GUID_STRING_SIZE","features":[309]},{"name":"RTL_HASH_ALLOCATED_HEADER","features":[309]},{"name":"RTL_HASH_RESERVED_SIGNATURE","features":[309]},{"name":"RTL_QUERY_REGISTRY_DELETE","features":[309]},{"name":"RTL_QUERY_REGISTRY_DIRECT","features":[309]},{"name":"RTL_QUERY_REGISTRY_NOEXPAND","features":[309]},{"name":"RTL_QUERY_REGISTRY_NOSTRING","features":[309]},{"name":"RTL_QUERY_REGISTRY_NOVALUE","features":[309]},{"name":"RTL_QUERY_REGISTRY_REQUIRED","features":[309]},{"name":"RTL_QUERY_REGISTRY_ROUTINE","features":[309,307]},{"name":"RTL_QUERY_REGISTRY_SUBKEY","features":[309]},{"name":"RTL_QUERY_REGISTRY_TABLE","features":[309,307]},{"name":"RTL_QUERY_REGISTRY_TOPKEY","features":[309]},{"name":"RTL_QUERY_REGISTRY_TYPECHECK","features":[309]},{"name":"RTL_QUERY_REGISTRY_TYPECHECK_SHIFT","features":[309]},{"name":"RTL_REGISTRY_ABSOLUTE","features":[309]},{"name":"RTL_REGISTRY_CONTROL","features":[309]},{"name":"RTL_REGISTRY_DEVICEMAP","features":[309]},{"name":"RTL_REGISTRY_HANDLE","features":[309]},{"name":"RTL_REGISTRY_MAXIMUM","features":[309]},{"name":"RTL_REGISTRY_OPTIONAL","features":[309]},{"name":"RTL_REGISTRY_SERVICES","features":[309]},{"name":"RTL_REGISTRY_USER","features":[309]},{"name":"RTL_REGISTRY_WINDOWS_NT","features":[309]},{"name":"RTL_RUN_ONCE_INIT_FN","features":[309,342]},{"name":"RTL_STACK_WALKING_MODE_FRAMES_TO_SKIP_SHIFT","features":[309]},{"name":"RandomAccess","features":[309]},{"name":"ReadAccess","features":[309]},{"name":"RealModeIrqRoutingTable","features":[309]},{"name":"RealModePCIEnumeration","features":[309]},{"name":"RealTimeWorkQueue","features":[309]},{"name":"RebuildControl","features":[309]},{"name":"RegNtCallbackObjectContextCleanup","features":[309]},{"name":"RegNtDeleteKey","features":[309]},{"name":"RegNtDeleteValueKey","features":[309]},{"name":"RegNtEnumerateKey","features":[309]},{"name":"RegNtEnumerateValueKey","features":[309]},{"name":"RegNtKeyHandleClose","features":[309]},{"name":"RegNtPostCreateKey","features":[309]},{"name":"RegNtPostCreateKeyEx","features":[309]},{"name":"RegNtPostDeleteKey","features":[309]},{"name":"RegNtPostDeleteValueKey","features":[309]},{"name":"RegNtPostEnumerateKey","features":[309]},{"name":"RegNtPostEnumerateValueKey","features":[309]},{"name":"RegNtPostFlushKey","features":[309]},{"name":"RegNtPostKeyHandleClose","features":[309]},{"name":"RegNtPostLoadKey","features":[309]},{"name":"RegNtPostOpenKey","features":[309]},{"name":"RegNtPostOpenKeyEx","features":[309]},{"name":"RegNtPostQueryKey","features":[309]},{"name":"RegNtPostQueryKeyName","features":[309]},{"name":"RegNtPostQueryKeySecurity","features":[309]},{"name":"RegNtPostQueryMultipleValueKey","features":[309]},{"name":"RegNtPostQueryValueKey","features":[309]},{"name":"RegNtPostRenameKey","features":[309]},{"name":"RegNtPostReplaceKey","features":[309]},{"name":"RegNtPostRestoreKey","features":[309]},{"name":"RegNtPostSaveKey","features":[309]},{"name":"RegNtPostSaveMergedKey","features":[309]},{"name":"RegNtPostSetInformationKey","features":[309]},{"name":"RegNtPostSetKeySecurity","features":[309]},{"name":"RegNtPostSetValueKey","features":[309]},{"name":"RegNtPostUnLoadKey","features":[309]},{"name":"RegNtPreCreateKey","features":[309]},{"name":"RegNtPreCreateKeyEx","features":[309]},{"name":"RegNtPreDeleteKey","features":[309]},{"name":"RegNtPreDeleteValueKey","features":[309]},{"name":"RegNtPreEnumerateKey","features":[309]},{"name":"RegNtPreEnumerateValueKey","features":[309]},{"name":"RegNtPreFlushKey","features":[309]},{"name":"RegNtPreKeyHandleClose","features":[309]},{"name":"RegNtPreLoadKey","features":[309]},{"name":"RegNtPreOpenKey","features":[309]},{"name":"RegNtPreOpenKeyEx","features":[309]},{"name":"RegNtPreQueryKey","features":[309]},{"name":"RegNtPreQueryKeyName","features":[309]},{"name":"RegNtPreQueryKeySecurity","features":[309]},{"name":"RegNtPreQueryMultipleValueKey","features":[309]},{"name":"RegNtPreQueryValueKey","features":[309]},{"name":"RegNtPreRenameKey","features":[309]},{"name":"RegNtPreReplaceKey","features":[309]},{"name":"RegNtPreRestoreKey","features":[309]},{"name":"RegNtPreSaveKey","features":[309]},{"name":"RegNtPreSaveMergedKey","features":[309]},{"name":"RegNtPreSetInformationKey","features":[309]},{"name":"RegNtPreSetKeySecurity","features":[309]},{"name":"RegNtPreSetValueKey","features":[309]},{"name":"RegNtPreUnLoadKey","features":[309]},{"name":"RegNtQueryKey","features":[309]},{"name":"RegNtQueryMultipleValueKey","features":[309]},{"name":"RegNtQueryValueKey","features":[309]},{"name":"RegNtRenameKey","features":[309]},{"name":"RegNtSetInformationKey","features":[309]},{"name":"RegNtSetValueKey","features":[309]},{"name":"RemovalPolicyExpectNoRemoval","features":[309]},{"name":"RemovalPolicyExpectOrderlyRemoval","features":[309]},{"name":"RemovalPolicyExpectSurpriseRemoval","features":[309]},{"name":"RemovalRelations","features":[309]},{"name":"ResourceNeverExclusive","features":[309]},{"name":"ResourceOwnedExclusive","features":[309]},{"name":"ResourceReleaseByOtherThread","features":[309]},{"name":"ResourceTypeEventBuffer","features":[309]},{"name":"ResourceTypeExtendedCounterConfiguration","features":[309]},{"name":"ResourceTypeIdenitificationTag","features":[309]},{"name":"ResourceTypeMax","features":[309]},{"name":"ResourceTypeOverflow","features":[309]},{"name":"ResourceTypeRange","features":[309]},{"name":"ResourceTypeSingle","features":[309]},{"name":"ResultNegative","features":[309]},{"name":"ResultPositive","features":[309]},{"name":"ResultZero","features":[309]},{"name":"RtlAppendUnicodeStringToString","features":[309,307]},{"name":"RtlAppendUnicodeToString","features":[309,307]},{"name":"RtlAreBitsClear","features":[309,307]},{"name":"RtlAreBitsSet","features":[309,307]},{"name":"RtlAssert","features":[309]},{"name":"RtlCheckRegistryKey","features":[309,307]},{"name":"RtlClearAllBits","features":[309]},{"name":"RtlClearBit","features":[309]},{"name":"RtlClearBits","features":[309]},{"name":"RtlCmDecodeMemIoResource","features":[309]},{"name":"RtlCmEncodeMemIoResource","features":[309,307]},{"name":"RtlCompareString","features":[309,307,313]},{"name":"RtlCompareUnicodeString","features":[309,307]},{"name":"RtlCompareUnicodeStrings","features":[309,307]},{"name":"RtlContractHashTable","features":[309,307]},{"name":"RtlCopyBitMap","features":[309]},{"name":"RtlCopyString","features":[309,313]},{"name":"RtlCopyUnicodeString","features":[309,307]},{"name":"RtlCreateHashTable","features":[309,307]},{"name":"RtlCreateHashTableEx","features":[309,307]},{"name":"RtlCreateRegistryKey","features":[309,307]},{"name":"RtlCreateSecurityDescriptor","features":[309,307,310]},{"name":"RtlDelete","features":[308,309]},{"name":"RtlDeleteElementGenericTable","features":[308,309,307,313]},{"name":"RtlDeleteElementGenericTableAvl","features":[309,307]},{"name":"RtlDeleteElementGenericTableAvlEx","features":[309]},{"name":"RtlDeleteHashTable","features":[309]},{"name":"RtlDeleteNoSplay","features":[308,309]},{"name":"RtlDeleteRegistryValue","features":[309,307]},{"name":"RtlDowncaseUnicodeChar","features":[309]},{"name":"RtlEndEnumerationHashTable","features":[309,313]},{"name":"RtlEndStrongEnumerationHashTable","features":[309,313]},{"name":"RtlEndWeakEnumerationHashTable","features":[309,313]},{"name":"RtlEnumerateEntryHashTable","features":[309,313]},{"name":"RtlEnumerateGenericTable","features":[308,309,307,313]},{"name":"RtlEnumerateGenericTableAvl","features":[309,307]},{"name":"RtlEnumerateGenericTableLikeADirectory","features":[309,307]},{"name":"RtlEnumerateGenericTableWithoutSplaying","features":[308,309,313]},{"name":"RtlEnumerateGenericTableWithoutSplayingAvl","features":[309]},{"name":"RtlEqualString","features":[309,307,313]},{"name":"RtlEqualUnicodeString","features":[309,307]},{"name":"RtlExpandHashTable","features":[309,307]},{"name":"RtlExtractBitMap","features":[309]},{"name":"RtlFindClearBits","features":[309]},{"name":"RtlFindClearBitsAndSet","features":[309]},{"name":"RtlFindClearRuns","features":[309,307]},{"name":"RtlFindClosestEncodableLength","features":[309,307]},{"name":"RtlFindFirstRunClear","features":[309]},{"name":"RtlFindLastBackwardRunClear","features":[309]},{"name":"RtlFindLeastSignificantBit","features":[309]},{"name":"RtlFindLongestRunClear","features":[309]},{"name":"RtlFindMostSignificantBit","features":[309]},{"name":"RtlFindNextForwardRunClear","features":[309]},{"name":"RtlFindSetBits","features":[309]},{"name":"RtlFindSetBitsAndClear","features":[309]},{"name":"RtlFreeUTF8String","features":[309,313]},{"name":"RtlGUIDFromString","features":[309,307]},{"name":"RtlGenerateClass5Guid","features":[309,307]},{"name":"RtlGetActiveConsoleId","features":[309]},{"name":"RtlGetCallersAddress","features":[309]},{"name":"RtlGetConsoleSessionForegroundProcessId","features":[309]},{"name":"RtlGetElementGenericTable","features":[308,309,313]},{"name":"RtlGetElementGenericTableAvl","features":[309]},{"name":"RtlGetEnabledExtendedFeatures","features":[309]},{"name":"RtlGetNextEntryHashTable","features":[309,313]},{"name":"RtlGetNtProductType","features":[309,307,313]},{"name":"RtlGetNtSystemRoot","features":[309]},{"name":"RtlGetPersistedStateLocation","features":[309,307]},{"name":"RtlGetSuiteMask","features":[309]},{"name":"RtlGetVersion","features":[309,307,338]},{"name":"RtlHashUnicodeString","features":[309,307]},{"name":"RtlInitEnumerationHashTable","features":[309,307,313]},{"name":"RtlInitStrongEnumerationHashTable","features":[309,307,313]},{"name":"RtlInitUTF8String","features":[309,313]},{"name":"RtlInitUTF8StringEx","features":[309,307,313]},{"name":"RtlInitWeakEnumerationHashTable","features":[309,307,313]},{"name":"RtlInitializeBitMap","features":[309]},{"name":"RtlInitializeGenericTable","features":[308,309,313]},{"name":"RtlInitializeGenericTableAvl","features":[309]},{"name":"RtlInsertElementGenericTable","features":[308,309,307,313]},{"name":"RtlInsertElementGenericTableAvl","features":[309,307]},{"name":"RtlInsertElementGenericTableFull","features":[308,309,307,313]},{"name":"RtlInsertElementGenericTableFullAvl","features":[309,307]},{"name":"RtlInsertEntryHashTable","features":[309,307,313]},{"name":"RtlInt64ToUnicodeString","features":[309,307]},{"name":"RtlIntegerToUnicodeString","features":[309,307]},{"name":"RtlIoDecodeMemIoResource","features":[309]},{"name":"RtlIoEncodeMemIoResource","features":[309,307]},{"name":"RtlIsApiSetImplemented","features":[309,307]},{"name":"RtlIsGenericTableEmpty","features":[308,309,307,313]},{"name":"RtlIsGenericTableEmptyAvl","features":[309,307]},{"name":"RtlIsMultiSessionSku","features":[309,307]},{"name":"RtlIsMultiUsersInSessionSku","features":[309,307]},{"name":"RtlIsNtDdiVersionAvailable","features":[309,307]},{"name":"RtlIsServicePackVersionInstalled","features":[309,307]},{"name":"RtlIsStateSeparationEnabled","features":[309,307]},{"name":"RtlIsUntrustedObject","features":[309,307]},{"name":"RtlLengthSecurityDescriptor","features":[309,310]},{"name":"RtlLookupElementGenericTable","features":[308,309,313]},{"name":"RtlLookupElementGenericTableAvl","features":[309]},{"name":"RtlLookupElementGenericTableFull","features":[308,309,313]},{"name":"RtlLookupElementGenericTableFullAvl","features":[309]},{"name":"RtlLookupEntryHashTable","features":[309,313]},{"name":"RtlLookupFirstMatchingElementGenericTableAvl","features":[309]},{"name":"RtlMapGenericMask","features":[309,310]},{"name":"RtlNormalizeSecurityDescriptor","features":[309,307,310]},{"name":"RtlNumberGenericTableElements","features":[308,309,313]},{"name":"RtlNumberGenericTableElementsAvl","features":[309]},{"name":"RtlNumberOfClearBits","features":[309]},{"name":"RtlNumberOfClearBitsInRange","features":[309]},{"name":"RtlNumberOfSetBits","features":[309]},{"name":"RtlNumberOfSetBitsInRange","features":[309]},{"name":"RtlNumberOfSetBitsUlongPtr","features":[309]},{"name":"RtlPrefetchMemoryNonTemporal","features":[309]},{"name":"RtlPrefixUnicodeString","features":[309,307]},{"name":"RtlQueryRegistryValueWithFallback","features":[309,307]},{"name":"RtlQueryRegistryValues","features":[309,307]},{"name":"RtlQueryValidationRunlevel","features":[309,307]},{"name":"RtlRealPredecessor","features":[308,309]},{"name":"RtlRealSuccessor","features":[308,309]},{"name":"RtlRemoveEntryHashTable","features":[309,307,313]},{"name":"RtlRunOnceBeginInitialize","features":[309,307,342]},{"name":"RtlRunOnceComplete","features":[309,307,342]},{"name":"RtlRunOnceExecuteOnce","features":[309,307,342]},{"name":"RtlRunOnceInitialize","features":[309,342]},{"name":"RtlSetAllBits","features":[309]},{"name":"RtlSetBit","features":[309]},{"name":"RtlSetBits","features":[309]},{"name":"RtlSetDaclSecurityDescriptor","features":[309,307,310]},{"name":"RtlSetSystemGlobalData","features":[309,307,338]},{"name":"RtlSplay","features":[308,309]},{"name":"RtlStringFromGUID","features":[309,307]},{"name":"RtlStronglyEnumerateEntryHashTable","features":[309,313]},{"name":"RtlSubtreePredecessor","features":[308,309]},{"name":"RtlSubtreeSuccessor","features":[308,309]},{"name":"RtlSuffixUnicodeString","features":[309,307]},{"name":"RtlTestBit","features":[309,307]},{"name":"RtlTimeFieldsToTime","features":[309,307]},{"name":"RtlTimeToTimeFields","features":[309]},{"name":"RtlUTF8StringToUnicodeString","features":[309,307,313]},{"name":"RtlUTF8ToUnicodeN","features":[309,307]},{"name":"RtlUnicodeStringToInt64","features":[309,307]},{"name":"RtlUnicodeStringToInteger","features":[309,307]},{"name":"RtlUnicodeStringToUTF8String","features":[309,307,313]},{"name":"RtlUnicodeToUTF8N","features":[309,307]},{"name":"RtlUpcaseUnicodeChar","features":[309]},{"name":"RtlUpcaseUnicodeString","features":[309,307]},{"name":"RtlUpperChar","features":[309]},{"name":"RtlUpperString","features":[309,313]},{"name":"RtlValidRelativeSecurityDescriptor","features":[309,307,310]},{"name":"RtlValidSecurityDescriptor","features":[309,307,310]},{"name":"RtlVerifyVersionInfo","features":[309,307,338]},{"name":"RtlVolumeDeviceToDosName","features":[309,307]},{"name":"RtlWalkFrameChain","features":[309]},{"name":"RtlWeaklyEnumerateEntryHashTable","features":[309,313]},{"name":"RtlWriteRegistryValue","features":[309,307]},{"name":"RtlxAnsiStringToUnicodeSize","features":[309,313]},{"name":"RtlxUnicodeStringToAnsiSize","features":[309,307]},{"name":"SCATTER_GATHER_ELEMENT","features":[309]},{"name":"SCATTER_GATHER_LIST","features":[309]},{"name":"SCI_NOTIFY_TYPE_GUID","features":[309]},{"name":"SDEV_IDENTIFIER_INTERFACE","features":[309]},{"name":"SDEV_IDENTIFIER_INTERFACE_VERSION","features":[309]},{"name":"SEA_NOTIFY_TYPE_GUID","features":[309]},{"name":"SEA_SECTION_GUID","features":[309]},{"name":"SECTION_MAP_EXECUTE","features":[309]},{"name":"SECTION_MAP_EXECUTE_EXPLICIT","features":[309]},{"name":"SECTION_MAP_READ","features":[309]},{"name":"SECTION_MAP_WRITE","features":[309]},{"name":"SECTION_QUERY","features":[309]},{"name":"SECURE_DRIVER_INTERFACE","features":[308,309]},{"name":"SECURE_DRIVER_INTERFACE_VERSION","features":[309]},{"name":"SECURE_DRIVER_PROCESS_DEREFERENCE","features":[308,309]},{"name":"SECURE_DRIVER_PROCESS_REFERENCE","features":[308,309]},{"name":"SECURE_POOL_FLAGS_FREEABLE","features":[309]},{"name":"SECURE_POOL_FLAGS_MODIFIABLE","features":[309]},{"name":"SECURE_POOL_FLAGS_NONE","features":[309]},{"name":"SECURE_SECTION_ALLOW_PARTIAL_MDL","features":[309]},{"name":"SECURITY_CONTEXT_TRACKING_MODE","features":[309]},{"name":"SECURITY_OPERATION_CODE","features":[309]},{"name":"SEC_LARGE_PAGES","features":[309]},{"name":"SEH_VALIDATION_POLICY_DEFER","features":[309]},{"name":"SEH_VALIDATION_POLICY_OFF","features":[309]},{"name":"SEH_VALIDATION_POLICY_ON","features":[309]},{"name":"SEH_VALIDATION_POLICY_TELEMETRY","features":[309]},{"name":"SEI_NOTIFY_TYPE_GUID","features":[309]},{"name":"SEI_SECTION_GUID","features":[309]},{"name":"SEMAPHORE_QUERY_STATE","features":[309]},{"name":"SET_D3COLD_SUPPORT","features":[309,307]},{"name":"SET_VIRTUAL_DEVICE_DATA","features":[309]},{"name":"SE_ASSIGNPRIMARYTOKEN_PRIVILEGE","features":[309]},{"name":"SE_AUDIT_PRIVILEGE","features":[309]},{"name":"SE_BACKUP_PRIVILEGE","features":[309]},{"name":"SE_CHANGE_NOTIFY_PRIVILEGE","features":[309]},{"name":"SE_CREATE_GLOBAL_PRIVILEGE","features":[309]},{"name":"SE_CREATE_PAGEFILE_PRIVILEGE","features":[309]},{"name":"SE_CREATE_PERMANENT_PRIVILEGE","features":[309]},{"name":"SE_CREATE_SYMBOLIC_LINK_PRIVILEGE","features":[309]},{"name":"SE_CREATE_TOKEN_PRIVILEGE","features":[309]},{"name":"SE_DEBUG_PRIVILEGE","features":[309]},{"name":"SE_DELEGATE_SESSION_USER_IMPERSONATE_PRIVILEGE","features":[309]},{"name":"SE_ENABLE_DELEGATION_PRIVILEGE","features":[309]},{"name":"SE_IMAGE_TYPE","features":[309]},{"name":"SE_IMAGE_VERIFICATION_CALLBACK_FUNCTION","features":[309,307]},{"name":"SE_IMAGE_VERIFICATION_CALLBACK_TYPE","features":[309]},{"name":"SE_IMPERSONATE_PRIVILEGE","features":[309]},{"name":"SE_INCREASE_QUOTA_PRIVILEGE","features":[309]},{"name":"SE_INC_BASE_PRIORITY_PRIVILEGE","features":[309]},{"name":"SE_INC_WORKING_SET_PRIVILEGE","features":[309]},{"name":"SE_LOAD_DRIVER_PRIVILEGE","features":[309]},{"name":"SE_LOCK_MEMORY_PRIVILEGE","features":[309]},{"name":"SE_MACHINE_ACCOUNT_PRIVILEGE","features":[309]},{"name":"SE_MANAGE_VOLUME_PRIVILEGE","features":[309]},{"name":"SE_MAX_WELL_KNOWN_PRIVILEGE","features":[309]},{"name":"SE_MIN_WELL_KNOWN_PRIVILEGE","features":[309]},{"name":"SE_PROF_SINGLE_PROCESS_PRIVILEGE","features":[309]},{"name":"SE_RELABEL_PRIVILEGE","features":[309]},{"name":"SE_REMOTE_SHUTDOWN_PRIVILEGE","features":[309]},{"name":"SE_RESTORE_PRIVILEGE","features":[309]},{"name":"SE_SECURITY_PRIVILEGE","features":[309]},{"name":"SE_SHUTDOWN_PRIVILEGE","features":[309]},{"name":"SE_SYNC_AGENT_PRIVILEGE","features":[309]},{"name":"SE_SYSTEMTIME_PRIVILEGE","features":[309]},{"name":"SE_SYSTEM_ENVIRONMENT_PRIVILEGE","features":[309]},{"name":"SE_SYSTEM_PROFILE_PRIVILEGE","features":[309]},{"name":"SE_TAKE_OWNERSHIP_PRIVILEGE","features":[309]},{"name":"SE_TCB_PRIVILEGE","features":[309]},{"name":"SE_TIME_ZONE_PRIVILEGE","features":[309]},{"name":"SE_TRUSTED_CREDMAN_ACCESS_PRIVILEGE","features":[309]},{"name":"SE_UNDOCK_PRIVILEGE","features":[309]},{"name":"SE_UNSOLICITED_INPUT_PRIVILEGE","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_CLEAR_GLOBAL_DATA_FLAG","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_CONSOLE_BROKER_ENABLED_V","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_DYNAMIC_PROC_ENABLED_V","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_ELEVATION_ENABLED_V","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_ERROR_PORT_V","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_INSTALLER_DETECT_ENABLED_V","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_LKG_ENABLED_V","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_MULTIUSERS_IN_SESSION_SKU_V","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_MULTI_SESSION_SKU_V","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_A73_ERRATA","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_DISABLE_32BIT","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_ENABLED","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_HV_PAGE","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_LFENCE","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_MFENCE","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_RDTSCP","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_SECURE_BOOT_ENABLED_V","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_SET_GLOBAL_DATA_FLAG","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_STATE_SEPARATION_ENABLED_V","features":[309]},{"name":"SHARED_GLOBAL_FLAGS_VIRT_ENABLED_V","features":[309]},{"name":"SHARE_ACCESS","features":[309]},{"name":"SHORT_LEAST_SIGNIFICANT_BIT","features":[309]},{"name":"SHORT_MOST_SIGNIFICANT_BIT","features":[309]},{"name":"SIGNAL_REG_VALUE","features":[309]},{"name":"SILO_CONTEXT_CLEANUP_CALLBACK","features":[309]},{"name":"SILO_MONITOR_CREATE_CALLBACK","features":[308,309,307]},{"name":"SILO_MONITOR_REGISTRATION","features":[308,309,307]},{"name":"SILO_MONITOR_REGISTRATION_VERSION","features":[309]},{"name":"SILO_MONITOR_TERMINATE_CALLBACK","features":[308,309]},{"name":"SINGLE_GROUP_LEGACY_API","features":[309]},{"name":"SL_ALLOW_RAW_MOUNT","features":[309]},{"name":"SL_BYPASS_ACCESS_CHECK","features":[309]},{"name":"SL_BYPASS_IO","features":[309]},{"name":"SL_CASE_SENSITIVE","features":[309]},{"name":"SL_ERROR_RETURNED","features":[309]},{"name":"SL_EXCLUSIVE_LOCK","features":[309]},{"name":"SL_FAIL_IMMEDIATELY","features":[309]},{"name":"SL_FORCE_ACCESS_CHECK","features":[309]},{"name":"SL_FORCE_ASYNCHRONOUS","features":[309]},{"name":"SL_FORCE_DIRECT_WRITE","features":[309]},{"name":"SL_FT_SEQUENTIAL_WRITE","features":[309]},{"name":"SL_IGNORE_READONLY_ATTRIBUTE","features":[309]},{"name":"SL_INDEX_SPECIFIED","features":[309]},{"name":"SL_INFO_FORCE_ACCESS_CHECK","features":[309]},{"name":"SL_INFO_IGNORE_READONLY_ATTRIBUTE","features":[309]},{"name":"SL_INVOKE_ON_CANCEL","features":[309]},{"name":"SL_INVOKE_ON_ERROR","features":[309]},{"name":"SL_INVOKE_ON_SUCCESS","features":[309]},{"name":"SL_KEY_SPECIFIED","features":[309]},{"name":"SL_NO_CURSOR_UPDATE","features":[309]},{"name":"SL_OPEN_PAGING_FILE","features":[309]},{"name":"SL_OPEN_TARGET_DIRECTORY","features":[309]},{"name":"SL_OVERRIDE_VERIFY_VOLUME","features":[309]},{"name":"SL_PENDING_RETURNED","features":[309]},{"name":"SL_PERSISTENT_MEMORY_FIXED_MAPPING","features":[309]},{"name":"SL_QUERY_DIRECTORY_MASK","features":[309]},{"name":"SL_READ_ACCESS_GRANTED","features":[309]},{"name":"SL_REALTIME_STREAM","features":[309]},{"name":"SL_RESTART_SCAN","features":[309]},{"name":"SL_RETURN_ON_DISK_ENTRIES_ONLY","features":[309]},{"name":"SL_RETURN_SINGLE_ENTRY","features":[309]},{"name":"SL_STOP_ON_SYMLINK","features":[309]},{"name":"SL_WATCH_TREE","features":[309]},{"name":"SL_WRITE_ACCESS_GRANTED","features":[309]},{"name":"SL_WRITE_THROUGH","features":[309]},{"name":"SOC_SUBSYSTEM_FAILURE_DETAILS","features":[309]},{"name":"SOC_SUBSYSTEM_TYPE","features":[309]},{"name":"SOC_SUBSYS_AUDIO_DSP","features":[309]},{"name":"SOC_SUBSYS_COMPUTE_DSP","features":[309]},{"name":"SOC_SUBSYS_SECURE_PROC","features":[309]},{"name":"SOC_SUBSYS_SENSORS","features":[309]},{"name":"SOC_SUBSYS_VENDOR_DEFINED","features":[309]},{"name":"SOC_SUBSYS_WIRELESS_MODEM","features":[309]},{"name":"SOC_SUBSYS_WIRELSS_CONNECTIVITY","features":[309]},{"name":"SSINFO_FLAGS_ALIGNED_DEVICE","features":[309]},{"name":"SSINFO_FLAGS_BYTE_ADDRESSABLE","features":[309]},{"name":"SSINFO_FLAGS_NO_SEEK_PENALTY","features":[309]},{"name":"SSINFO_FLAGS_PARTITION_ALIGNED_ON_DEVICE","features":[309]},{"name":"SSINFO_FLAGS_TRIM_ENABLED","features":[309]},{"name":"SSINFO_OFFSET_UNKNOWN","features":[309]},{"name":"STATE_LOCATION_TYPE","features":[309]},{"name":"SUBSYSTEM_INFORMATION_TYPE","features":[309]},{"name":"SYMBOLIC_LINK_QUERY","features":[309]},{"name":"SYMBOLIC_LINK_SET","features":[309]},{"name":"SYSTEM_CALL_INT_2E","features":[309]},{"name":"SYSTEM_CALL_SYSCALL","features":[309]},{"name":"SYSTEM_FIRMWARE_TABLE_ACTION","features":[309]},{"name":"SYSTEM_FIRMWARE_TABLE_HANDLER","features":[309,307]},{"name":"SYSTEM_FIRMWARE_TABLE_INFORMATION","features":[309]},{"name":"SYSTEM_POWER_CONDITION","features":[309]},{"name":"SYSTEM_POWER_STATE_CONTEXT","features":[309]},{"name":"ScsiAdapter","features":[309]},{"name":"SeAccessCheck","features":[308,309,307,310]},{"name":"SeAssignSecurity","features":[308,309,307,310]},{"name":"SeAssignSecurityEx","features":[308,309,307,310]},{"name":"SeCaptureSubjectContext","features":[308,309,310]},{"name":"SeComputeAutoInheritByObjectType","features":[309,310]},{"name":"SeDeassignSecurity","features":[309,307,310]},{"name":"SeEtwWriteKMCveEvent","features":[309,307]},{"name":"SeImageTypeDriver","features":[309]},{"name":"SeImageTypeDynamicCodeFile","features":[309]},{"name":"SeImageTypeElamDriver","features":[309]},{"name":"SeImageTypeMax","features":[309]},{"name":"SeImageTypePlatformSecureFile","features":[309]},{"name":"SeImageVerificationCallbackInformational","features":[309]},{"name":"SeLockSubjectContext","features":[308,309,310]},{"name":"SeRegisterImageVerificationCallback","features":[309,307]},{"name":"SeReleaseSubjectContext","features":[308,309,310]},{"name":"SeReportSecurityEvent","features":[309,307,328]},{"name":"SeSetAuditParameter","features":[309,307,328]},{"name":"SeSinglePrivilegeCheck","features":[309,307]},{"name":"SeUnlockSubjectContext","features":[308,309,310]},{"name":"SeUnregisterImageVerificationCallback","features":[309]},{"name":"SeValidSecurityDescriptor","features":[309,307,310]},{"name":"SecondaryCache","features":[309]},{"name":"SecondaryDcache","features":[309]},{"name":"SecondaryIcache","features":[309]},{"name":"SequentialAccess","features":[309]},{"name":"SerialController","features":[309]},{"name":"SetSecurityDescriptor","features":[309]},{"name":"SgiInternalConfiguration","features":[309]},{"name":"SharedInterruptTime","features":[309]},{"name":"SharedSystemTime","features":[309]},{"name":"SharedTickCount","features":[309]},{"name":"SingleBusRelations","features":[309]},{"name":"SlotEmpty","features":[309]},{"name":"StandardDesign","features":[309]},{"name":"StopCompletion","features":[309]},{"name":"SubsystemInformationTypeWSL","features":[309]},{"name":"SubsystemInformationTypeWin32","features":[309]},{"name":"SuperCriticalWorkQueue","features":[309]},{"name":"Suspended","features":[309]},{"name":"SystemFirmwareTable_Enumerate","features":[309]},{"name":"SystemFirmwareTable_Get","features":[309]},{"name":"SystemMemory","features":[309]},{"name":"SystemMemoryPartitionDedicatedMemoryInformation","features":[309]},{"name":"SystemMemoryPartitionInformation","features":[309]},{"name":"SystemMemoryPartitionOpenDedicatedMemory","features":[309]},{"name":"SystemPowerState","features":[309]},{"name":"TABLE_SEARCH_RESULT","features":[309]},{"name":"TARGET_DEVICE_REMOVAL_NOTIFICATION","features":[308,311,309,307,310,312,313,314]},{"name":"THREAD_ALERT","features":[309]},{"name":"THREAD_CSWITCH_PMU_DISABLE","features":[309]},{"name":"THREAD_CSWITCH_PMU_ENABLE","features":[309]},{"name":"THREAD_GET_CONTEXT","features":[309]},{"name":"THREAD_WAIT_OBJECTS","features":[309]},{"name":"TIMER_EXPIRED_INDEX_BITS","features":[309]},{"name":"TIMER_PROCESSOR_INDEX_BITS","features":[309]},{"name":"TIMER_SET_COALESCABLE_TIMER_INFO","features":[309,307]},{"name":"TIMER_TOLERABLE_DELAY_BITS","features":[309]},{"name":"TIME_FIELDS","features":[309]},{"name":"TRACE_INFORMATION_CLASS","features":[309]},{"name":"TRANSLATE_BUS_ADDRESS","features":[309,307]},{"name":"TRANSLATOR_INTERFACE","features":[308,311,309,307,310,312,313,314]},{"name":"TREE_CONNECT_NO_CLIENT_BUFFERING","features":[309]},{"name":"TREE_CONNECT_WRITE_THROUGH","features":[309]},{"name":"TXF_MINIVERSION_DEFAULT_VIEW","features":[309]},{"name":"TXN_PARAMETER_BLOCK","features":[309]},{"name":"TableEmptyTree","features":[309]},{"name":"TableFoundNode","features":[309]},{"name":"TableInsertAsLeft","features":[309]},{"name":"TableInsertAsRight","features":[309]},{"name":"TapeController","features":[309]},{"name":"TapePeripheral","features":[309]},{"name":"TargetDeviceRelation","features":[309]},{"name":"TcAdapter","features":[309]},{"name":"TerminalPeripheral","features":[309]},{"name":"TlbMatchConflict","features":[309]},{"name":"TmCommitComplete","features":[308,309,307]},{"name":"TmCommitEnlistment","features":[308,309,307]},{"name":"TmCommitTransaction","features":[308,309,307]},{"name":"TmCreateEnlistment","features":[308,309,307]},{"name":"TmDereferenceEnlistmentKey","features":[308,309,307]},{"name":"TmEnableCallbacks","features":[308,309,307]},{"name":"TmGetTransactionId","features":[308,309]},{"name":"TmInitializeTransactionManager","features":[309,307]},{"name":"TmIsTransactionActive","features":[308,309,307]},{"name":"TmPrePrepareComplete","features":[308,309,307]},{"name":"TmPrePrepareEnlistment","features":[308,309,307]},{"name":"TmPrepareComplete","features":[308,309,307]},{"name":"TmPrepareEnlistment","features":[308,309,307]},{"name":"TmPropagationComplete","features":[308,309,307]},{"name":"TmPropagationFailed","features":[308,309,307]},{"name":"TmReadOnlyEnlistment","features":[308,309,307]},{"name":"TmRecoverEnlistment","features":[308,309,307]},{"name":"TmRecoverResourceManager","features":[308,309,307]},{"name":"TmRecoverTransactionManager","features":[308,309,307]},{"name":"TmReferenceEnlistmentKey","features":[308,309,307]},{"name":"TmRenameTransactionManager","features":[309,307]},{"name":"TmRequestOutcomeEnlistment","features":[308,309,307]},{"name":"TmRollbackComplete","features":[308,309,307]},{"name":"TmRollbackEnlistment","features":[308,309,307]},{"name":"TmRollbackTransaction","features":[308,309,307]},{"name":"TmSinglePhaseReject","features":[308,309,307]},{"name":"TraceEnableFlagsClass","features":[309]},{"name":"TraceEnableLevelClass","features":[309]},{"name":"TraceHandleByNameClass","features":[309]},{"name":"TraceHandleClass","features":[309]},{"name":"TraceIdClass","features":[309]},{"name":"TraceInformationClassReserved1","features":[309]},{"name":"TraceInformationClassReserved2","features":[309]},{"name":"TraceSessionSettingsClass","features":[309]},{"name":"TranslateChildToParent","features":[309]},{"name":"TranslateParentToChild","features":[309]},{"name":"TranslationFault","features":[309]},{"name":"TransportRelations","features":[309]},{"name":"TurboChannel","features":[309]},{"name":"TypeA","features":[309]},{"name":"TypeB","features":[309]},{"name":"TypeC","features":[309]},{"name":"TypeF","features":[309]},{"name":"UADDRESS_BASE","features":[309]},{"name":"UnsupportedUpstreamTransaction","features":[309]},{"name":"UserMode","features":[309]},{"name":"UserNotPresent","features":[309]},{"name":"UserPresent","features":[309]},{"name":"UserRequest","features":[309]},{"name":"UserUnknown","features":[309]},{"name":"VIRTUAL_CHANNEL_CAPABILITIES1","features":[309]},{"name":"VIRTUAL_CHANNEL_CAPABILITIES2","features":[309]},{"name":"VIRTUAL_CHANNEL_CONTROL","features":[309]},{"name":"VIRTUAL_CHANNEL_STATUS","features":[309]},{"name":"VIRTUAL_RESOURCE","features":[309]},{"name":"VIRTUAL_RESOURCE_CAPABILITY","features":[309]},{"name":"VIRTUAL_RESOURCE_CONTROL","features":[309]},{"name":"VIRTUAL_RESOURCE_STATUS","features":[309]},{"name":"VMEBus","features":[309]},{"name":"VMEConfiguration","features":[309]},{"name":"VM_COUNTERS","features":[309]},{"name":"VM_COUNTERS_EX","features":[309]},{"name":"VM_COUNTERS_EX2","features":[309]},{"name":"VPB_DIRECT_WRITES_ALLOWED","features":[309]},{"name":"VPB_DISMOUNTING","features":[309]},{"name":"VPB_FLAGS_BYPASSIO_BLOCKED","features":[309]},{"name":"VPB_LOCKED","features":[309]},{"name":"VPB_MOUNTED","features":[309]},{"name":"VPB_PERSISTENT","features":[309]},{"name":"VPB_RAW_MOUNT","features":[309]},{"name":"VPB_REMOVE_PENDING","features":[309]},{"name":"Vmcs","features":[309]},{"name":"VslCreateSecureSection","features":[308,309,307]},{"name":"VslDeleteSecureSection","features":[309,307]},{"name":"WAIT_CONTEXT_BLOCK","features":[308,311,309,307,310,312,313,314]},{"name":"WCS_RAS_REGISTER_NAME_MAX_LENGTH","features":[309]},{"name":"WDM_MAJORVERSION","features":[309]},{"name":"WDM_MINORVERSION","features":[309]},{"name":"WHEA128A","features":[309]},{"name":"WHEAP_ACPI_TIMEOUT_EVENT","features":[309]},{"name":"WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT","features":[309,307,336]},{"name":"WHEAP_ATTEMPT_RECOVERY_EVENT","features":[309,307]},{"name":"WHEAP_BAD_HEST_NOTIFY_DATA_EVENT","features":[309,336]},{"name":"WHEAP_CLEARED_POISON_EVENT","features":[309]},{"name":"WHEAP_CMCI_IMPLEMENTED_EVENT","features":[309,307]},{"name":"WHEAP_CMCI_INITERR_EVENT","features":[309]},{"name":"WHEAP_CMCI_RESTART_EVENT","features":[309]},{"name":"WHEAP_CREATE_GENERIC_RECORD_EVENT","features":[309,307]},{"name":"WHEAP_DEFERRED_EVENT","features":[309,313]},{"name":"WHEAP_DEVICE_DRV_EVENT","features":[309]},{"name":"WHEAP_DPC_ERROR_EVENT","features":[309]},{"name":"WHEAP_DPC_ERROR_EVENT_TYPE","features":[309]},{"name":"WHEAP_DROPPED_CORRECTED_ERROR_EVENT","features":[309,336]},{"name":"WHEAP_EDPC_ENABLED_EVENT","features":[309,307]},{"name":"WHEAP_ERROR_CLEARED_EVENT","features":[309]},{"name":"WHEAP_ERROR_RECORD_EVENT","features":[309]},{"name":"WHEAP_ERR_SRC_ARRAY_INVALID_EVENT","features":[309]},{"name":"WHEAP_ERR_SRC_INVALID_EVENT","features":[309,307,336]},{"name":"WHEAP_FOUND_ERROR_IN_BANK_EVENT","features":[309]},{"name":"WHEAP_GENERIC_ERR_MEM_MAP_EVENT","features":[309]},{"name":"WHEAP_OSC_IMPLEMENTED","features":[309,307]},{"name":"WHEAP_PCIE_CONFIG_INFO","features":[309]},{"name":"WHEAP_PCIE_OVERRIDE_INFO","features":[309]},{"name":"WHEAP_PCIE_READ_OVERRIDES_ERR","features":[309,307]},{"name":"WHEAP_PFA_MEMORY_OFFLINED","features":[309,307]},{"name":"WHEAP_PFA_MEMORY_POLICY","features":[309,307]},{"name":"WHEAP_PFA_MEMORY_REMOVE_MONITOR","features":[309]},{"name":"WHEAP_PFA_OFFLINE_DECISION_TYPE","features":[309]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_CORRUPT","features":[309]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_FULL_EVENT","features":[309]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_UEFI_VAR_FAILED","features":[309]},{"name":"WHEAP_PLUGIN_PFA_EVENT","features":[309,307]},{"name":"WHEAP_PROCESS_EINJ_EVENT","features":[309,307]},{"name":"WHEAP_PROCESS_HEST_EVENT","features":[309,307]},{"name":"WHEAP_PSHED_INJECT_ERROR","features":[309,307]},{"name":"WHEAP_PSHED_PLUGIN_REGISTER","features":[309,307]},{"name":"WHEAP_ROW_FAILURE_EVENT","features":[309]},{"name":"WHEAP_SPURIOUS_AER_EVENT","features":[309]},{"name":"WHEAP_STARTED_REPORT_HW_ERROR","features":[309,336]},{"name":"WHEAP_STUCK_ERROR_EVENT","features":[309]},{"name":"WHEA_ACPI_HEADER","features":[309]},{"name":"WHEA_AMD_EXTENDED_REGISTERS","features":[309]},{"name":"WHEA_AMD_EXT_REG_NUM","features":[309]},{"name":"WHEA_ARMV8_AARCH32_GPRS","features":[309]},{"name":"WHEA_ARMV8_AARCH64_EL3_CSR","features":[309]},{"name":"WHEA_ARMV8_AARCH64_GPRS","features":[309]},{"name":"WHEA_ARM_AARCH32_EL1_CSR","features":[309]},{"name":"WHEA_ARM_AARCH32_EL2_CSR","features":[309]},{"name":"WHEA_ARM_AARCH32_SECURE_CSR","features":[309]},{"name":"WHEA_ARM_AARCH64_EL1_CSR","features":[309]},{"name":"WHEA_ARM_AARCH64_EL2_CSR","features":[309]},{"name":"WHEA_ARM_BUS_ERROR","features":[309]},{"name":"WHEA_ARM_BUS_ERROR_VALID_BITS","features":[309]},{"name":"WHEA_ARM_CACHE_ERROR","features":[309]},{"name":"WHEA_ARM_CACHE_ERROR_VALID_BITS","features":[309]},{"name":"WHEA_ARM_MISC_CSR","features":[309]},{"name":"WHEA_ARM_PROCESSOR_ERROR","features":[309]},{"name":"WHEA_ARM_PROCESSOR_ERROR_CONTEXT_INFORMATION_HEADER","features":[309]},{"name":"WHEA_ARM_PROCESSOR_ERROR_CONTEXT_INFORMATION_HEADER_FLAGS","features":[309]},{"name":"WHEA_ARM_PROCESSOR_ERROR_INFORMATION","features":[309]},{"name":"WHEA_ARM_PROCESSOR_ERROR_INFORMATION_VALID_BITS","features":[309]},{"name":"WHEA_ARM_PROCESSOR_ERROR_SECTION","features":[309]},{"name":"WHEA_ARM_PROCESSOR_ERROR_SECTION_VALID_BITS","features":[309]},{"name":"WHEA_ARM_TLB_ERROR","features":[309]},{"name":"WHEA_ARM_TLB_ERROR_VALID_BITS","features":[309]},{"name":"WHEA_AZCC_ROOT_BUS_ERR_EVENT","features":[309,307]},{"name":"WHEA_AZCC_ROOT_BUS_LIST_EVENT","features":[309]},{"name":"WHEA_AZCC_SET_POISON_EVENT","features":[309,307]},{"name":"WHEA_BUGCHECK_RECOVERY_LOG_TYPE","features":[309]},{"name":"WHEA_BUSCHECK_GUID","features":[309]},{"name":"WHEA_CACHECHECK_GUID","features":[309]},{"name":"WHEA_CPU_VENDOR","features":[309]},{"name":"WHEA_DEVICE_ERROR_SUMMARY_GUID","features":[309]},{"name":"WHEA_DPC_CAPABILITY_SECTION_GUID","features":[309]},{"name":"WHEA_ERROR_INJECTION_CAPABILITIES","features":[309]},{"name":"WHEA_ERROR_LOG_ENTRY_VERSION","features":[309]},{"name":"WHEA_ERROR_PACKET_DATA_FORMAT","features":[309]},{"name":"WHEA_ERROR_PACKET_FLAGS","features":[309]},{"name":"WHEA_ERROR_PACKET_SECTION_GUID","features":[309]},{"name":"WHEA_ERROR_PACKET_V1","features":[309,336]},{"name":"WHEA_ERROR_PACKET_V1_VERSION","features":[309]},{"name":"WHEA_ERROR_PACKET_V2","features":[309,336]},{"name":"WHEA_ERROR_PACKET_V2_VERSION","features":[309]},{"name":"WHEA_ERROR_PACKET_VERSION","features":[309]},{"name":"WHEA_ERROR_PKT_VERSION","features":[309]},{"name":"WHEA_ERROR_RECORD","features":[309]},{"name":"WHEA_ERROR_RECORD_FLAGS_DEVICE_DRIVER","features":[309]},{"name":"WHEA_ERROR_RECORD_FLAGS_PREVIOUSERROR","features":[309]},{"name":"WHEA_ERROR_RECORD_FLAGS_RECOVERED","features":[309]},{"name":"WHEA_ERROR_RECORD_FLAGS_SIMULATED","features":[309]},{"name":"WHEA_ERROR_RECORD_HEADER","features":[309]},{"name":"WHEA_ERROR_RECORD_HEADER_FLAGS","features":[309]},{"name":"WHEA_ERROR_RECORD_HEADER_VALIDBITS","features":[309]},{"name":"WHEA_ERROR_RECORD_REVISION","features":[309]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR","features":[309]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_FLAGS","features":[309]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_REVISION","features":[309]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS","features":[309]},{"name":"WHEA_ERROR_RECORD_SIGNATURE_END","features":[309]},{"name":"WHEA_ERROR_RECORD_VALID_PARTITIONID","features":[309]},{"name":"WHEA_ERROR_RECORD_VALID_PLATFORMID","features":[309]},{"name":"WHEA_ERROR_RECORD_VALID_TIMESTAMP","features":[309]},{"name":"WHEA_ERROR_RECOVERY_INFO_SECTION","features":[309,307]},{"name":"WHEA_ERROR_SEVERITY","features":[309]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION","features":[309,307]},{"name":"WHEA_ERROR_SOURCE_CORRECT","features":[309,307]},{"name":"WHEA_ERROR_SOURCE_CREATE_RECORD","features":[309,307]},{"name":"WHEA_ERROR_SOURCE_INITIALIZE","features":[309,307]},{"name":"WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS","features":[309,336]},{"name":"WHEA_ERROR_SOURCE_RECOVER","features":[309,307]},{"name":"WHEA_ERROR_SOURCE_UNINITIALIZE","features":[309]},{"name":"WHEA_ERROR_STATUS","features":[309]},{"name":"WHEA_ERROR_TEXT_LEN","features":[309]},{"name":"WHEA_ERROR_TYPE","features":[309]},{"name":"WHEA_ERR_SRC_OVERRIDE_FLAG","features":[309]},{"name":"WHEA_ETW_OVERFLOW_EVENT","features":[309]},{"name":"WHEA_EVENT_LOG_ENTRY","features":[309]},{"name":"WHEA_EVENT_LOG_ENTRY_FLAGS","features":[309]},{"name":"WHEA_EVENT_LOG_ENTRY_HEADER","features":[309]},{"name":"WHEA_EVENT_LOG_ENTRY_ID","features":[309]},{"name":"WHEA_EVENT_LOG_ENTRY_TYPE","features":[309]},{"name":"WHEA_FAILED_ADD_DEFECT_LIST_EVENT","features":[309]},{"name":"WHEA_FIRMWARE_ERROR_RECORD_REFERENCE","features":[309]},{"name":"WHEA_FIRMWARE_RECORD_TYPE_IPFSAL","features":[309]},{"name":"WHEA_GENERIC_ENTRY_TEXT_LEN","features":[309]},{"name":"WHEA_GENERIC_ENTRY_V2_VERSION","features":[309]},{"name":"WHEA_GENERIC_ENTRY_VERSION","features":[309]},{"name":"WHEA_GENERIC_ERROR","features":[309]},{"name":"WHEA_GENERIC_ERROR_BLOCKSTATUS","features":[309]},{"name":"WHEA_GENERIC_ERROR_DATA_ENTRY_V1","features":[309]},{"name":"WHEA_GENERIC_ERROR_DATA_ENTRY_V2","features":[309]},{"name":"WHEA_INVALID_ERR_SRC_ID","features":[309]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAGS","features":[309]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_NOTIFYALL","features":[309]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_PAGEOFFLINED","features":[309]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_PLATFORMDIRECTED","features":[309]},{"name":"WHEA_MAX_LOG_DATA_LEN","features":[309]},{"name":"WHEA_MEMERRTYPE_INVALIDADDRESS","features":[309]},{"name":"WHEA_MEMERRTYPE_MASTERABORT","features":[309]},{"name":"WHEA_MEMERRTYPE_MEMORYSPARING","features":[309]},{"name":"WHEA_MEMERRTYPE_MIRRORBROKEN","features":[309]},{"name":"WHEA_MEMERRTYPE_MULTIBITECC","features":[309]},{"name":"WHEA_MEMERRTYPE_MULTISYMCHIPKILL","features":[309]},{"name":"WHEA_MEMERRTYPE_NOERROR","features":[309]},{"name":"WHEA_MEMERRTYPE_PARITYERROR","features":[309]},{"name":"WHEA_MEMERRTYPE_SINGLEBITECC","features":[309]},{"name":"WHEA_MEMERRTYPE_SINGLESYMCHIPKILL","features":[309]},{"name":"WHEA_MEMERRTYPE_TARGETABORT","features":[309]},{"name":"WHEA_MEMERRTYPE_UNKNOWN","features":[309]},{"name":"WHEA_MEMERRTYPE_WATCHDOGTIMEOUT","features":[309]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_DATA","features":[309]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_HEADER","features":[309]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_SECTION","features":[309]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_SECTION_VALIDBITS","features":[309]},{"name":"WHEA_MEMORY_ERROR_SECTION","features":[309]},{"name":"WHEA_MEMORY_ERROR_SECTION_VALIDBITS","features":[309]},{"name":"WHEA_MEMORY_THROTTLE_SUMMARY_FAILED_EVENT","features":[309,307]},{"name":"WHEA_MSCHECK_GUID","features":[309]},{"name":"WHEA_MSR_DUMP_SECTION","features":[309]},{"name":"WHEA_NMI_ERROR_SECTION","features":[309]},{"name":"WHEA_NMI_ERROR_SECTION_FLAGS","features":[309]},{"name":"WHEA_OFFLINE_DONE_EVENT","features":[309]},{"name":"WHEA_PACKET_LOG_DATA","features":[309]},{"name":"WHEA_PCIEXPRESS_BRIDGE_CONTROL_STATUS","features":[309]},{"name":"WHEA_PCIEXPRESS_COMMAND_STATUS","features":[309]},{"name":"WHEA_PCIEXPRESS_DEVICE_ID","features":[309]},{"name":"WHEA_PCIEXPRESS_DEVICE_TYPE","features":[309]},{"name":"WHEA_PCIEXPRESS_ERROR_SECTION","features":[309]},{"name":"WHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS","features":[309]},{"name":"WHEA_PCIEXPRESS_VERSION","features":[309]},{"name":"WHEA_PCIE_ADDRESS","features":[309]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_DEVICES","features":[309]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS","features":[309]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION","features":[309]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION_COUNT_SIZE","features":[309]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION_HEADER","features":[309]},{"name":"WHEA_PCIXBUS_COMMAND","features":[309]},{"name":"WHEA_PCIXBUS_ERROR_SECTION","features":[309]},{"name":"WHEA_PCIXBUS_ERROR_SECTION_VALIDBITS","features":[309]},{"name":"WHEA_PCIXBUS_ID","features":[309]},{"name":"WHEA_PCIXDEVICE_ERROR_SECTION","features":[309]},{"name":"WHEA_PCIXDEVICE_ERROR_SECTION_VALIDBITS","features":[309]},{"name":"WHEA_PCIXDEVICE_ID","features":[309]},{"name":"WHEA_PCIXDEVICE_REGISTER_PAIR","features":[309]},{"name":"WHEA_PCI_RECOVERY_SECTION","features":[309,307]},{"name":"WHEA_PCI_RECOVERY_SIGNAL","features":[309]},{"name":"WHEA_PCI_RECOVERY_STATUS","features":[309]},{"name":"WHEA_PERSISTENCE_INFO","features":[309]},{"name":"WHEA_PFA_REMOVE_TRIGGER","features":[309]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_V1","features":[309]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_V2","features":[309]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_VERSION","features":[309]},{"name":"WHEA_PMEM_ERROR_SECTION","features":[309]},{"name":"WHEA_PMEM_ERROR_SECTION_LOCATION_INFO_SIZE","features":[309]},{"name":"WHEA_PMEM_ERROR_SECTION_MAX_PAGES","features":[309]},{"name":"WHEA_PMEM_ERROR_SECTION_VALIDBITS","features":[309]},{"name":"WHEA_PMEM_PAGE_RANGE","features":[309]},{"name":"WHEA_PROCESSOR_FAMILY_INFO","features":[309]},{"name":"WHEA_PROCESSOR_GENERIC_ERROR_SECTION","features":[309]},{"name":"WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS","features":[309]},{"name":"WHEA_PSHED_PI_CPU_BUSES_INIT_FAILED_EVENT","features":[309,307]},{"name":"WHEA_PSHED_PI_TRACE_EVENT","features":[309]},{"name":"WHEA_PSHED_PLUGIN_CALLBACKS","features":[309,307,336]},{"name":"WHEA_PSHED_PLUGIN_DIMM_MISMATCH","features":[309]},{"name":"WHEA_PSHED_PLUGIN_ENABLE_NOTIFY_ERRORS","features":[309]},{"name":"WHEA_PSHED_PLUGIN_ENABLE_NOTIFY_FAILED_EVENT","features":[309]},{"name":"WHEA_PSHED_PLUGIN_HEARTBEAT","features":[309]},{"name":"WHEA_PSHED_PLUGIN_INIT_FAILED_EVENT","features":[309,307]},{"name":"WHEA_PSHED_PLUGIN_LOAD_EVENT","features":[309]},{"name":"WHEA_PSHED_PLUGIN_PLATFORM_SUPPORT_EVENT","features":[309,307]},{"name":"WHEA_PSHED_PLUGIN_REGISTRATION_PACKET_V1","features":[309,307,336]},{"name":"WHEA_PSHED_PLUGIN_REGISTRATION_PACKET_V2","features":[309,307,336]},{"name":"WHEA_PSHED_PLUGIN_UNLOAD_EVENT","features":[309]},{"name":"WHEA_RAW_DATA_FORMAT","features":[309]},{"name":"WHEA_RECORD_CREATOR_GUID","features":[309]},{"name":"WHEA_RECOVERY_ACTION","features":[309]},{"name":"WHEA_RECOVERY_CONTEXT","features":[309,307]},{"name":"WHEA_RECOVERY_CONTEXT_ERROR_TYPE","features":[309]},{"name":"WHEA_RECOVERY_FAILURE_REASON","features":[309]},{"name":"WHEA_RECOVERY_TYPE","features":[309]},{"name":"WHEA_REGISTER_KEY_NOTIFICATION_FAILED_EVENT","features":[309]},{"name":"WHEA_REPORT_HW_ERROR_DEVICE_DRIVER_FLAGS","features":[309]},{"name":"WHEA_REVISION","features":[309]},{"name":"WHEA_SEA_SECTION","features":[309,307]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_CONTAINMENTWRN","features":[309]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_FRU_TEXT_BY_PLUGIN","features":[309]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_LATENTERROR","features":[309]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_PRIMARY","features":[309]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_PROPAGATED","features":[309]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_RESET","features":[309]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_RESOURCENA","features":[309]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_THRESHOLDEXCEEDED","features":[309]},{"name":"WHEA_SECTION_DESCRIPTOR_REVISION","features":[309]},{"name":"WHEA_SEI_SECTION","features":[309]},{"name":"WHEA_SEL_BUGCHECK_PROGRESS","features":[309]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_MULTIPLE_BUGCHECK_EVENT","features":[309,307]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE1_EVENT","features":[309,307]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE1_VERSION","features":[309]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE2_EVENT","features":[309,307]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_START_EVENT","features":[309]},{"name":"WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK","features":[309,307]},{"name":"WHEA_SRAR_DETAIL_EVENT","features":[309,307]},{"name":"WHEA_SRAS_TABLE_ENTRIES_EVENT","features":[309]},{"name":"WHEA_SRAS_TABLE_ERROR","features":[309]},{"name":"WHEA_SRAS_TABLE_NOT_FOUND","features":[309]},{"name":"WHEA_THROTTLE_ADD_ERR_SRC_FAILED_EVENT","features":[309]},{"name":"WHEA_THROTTLE_MEMORY_ADD_OR_REMOVE_EVENT","features":[309]},{"name":"WHEA_THROTTLE_PCIE_ADD_EVENT","features":[309,307]},{"name":"WHEA_THROTTLE_PCIE_REMOVE_EVENT","features":[309]},{"name":"WHEA_THROTTLE_REGISTRY_CORRUPT_EVENT","features":[309]},{"name":"WHEA_THROTTLE_REG_DATA_IGNORED_EVENT","features":[309]},{"name":"WHEA_THROTTLE_TYPE","features":[309]},{"name":"WHEA_TIMESTAMP","features":[309]},{"name":"WHEA_TLBCHECK_GUID","features":[309]},{"name":"WHEA_WRITE_FLAG_DUMMY","features":[309]},{"name":"WHEA_X64_REGISTER_STATE","features":[309]},{"name":"WHEA_X86_REGISTER_STATE","features":[309]},{"name":"WHEA_XPF_BUS_CHECK","features":[309]},{"name":"WHEA_XPF_CACHE_CHECK","features":[309]},{"name":"WHEA_XPF_CONTEXT_INFO","features":[309]},{"name":"WHEA_XPF_MCA_EXTREG_MAX_COUNT","features":[309]},{"name":"WHEA_XPF_MCA_SECTION","features":[309,307]},{"name":"WHEA_XPF_MCA_SECTION_VERSION","features":[309]},{"name":"WHEA_XPF_MCA_SECTION_VERSION_2","features":[309]},{"name":"WHEA_XPF_MCA_SECTION_VERSION_3","features":[309]},{"name":"WHEA_XPF_MS_CHECK","features":[309]},{"name":"WHEA_XPF_PROCESSOR_ERROR_SECTION","features":[309]},{"name":"WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS","features":[309]},{"name":"WHEA_XPF_PROCINFO","features":[309]},{"name":"WHEA_XPF_PROCINFO_VALIDBITS","features":[309]},{"name":"WHEA_XPF_TLB_CHECK","features":[309]},{"name":"WMIREGISTER","features":[309]},{"name":"WMIREG_ACTION_BLOCK_IRPS","features":[309]},{"name":"WMIREG_ACTION_DEREGISTER","features":[309]},{"name":"WMIREG_ACTION_REGISTER","features":[309]},{"name":"WMIREG_ACTION_REREGISTER","features":[309]},{"name":"WMIREG_ACTION_UPDATE_GUIDS","features":[309]},{"name":"WMIUPDATE","features":[309]},{"name":"WMI_NOTIFICATION_CALLBACK","features":[309]},{"name":"WORKER_THREAD_ROUTINE","features":[309]},{"name":"WORK_QUEUE_TYPE","features":[309]},{"name":"WdfNotifyRoutinesClass","features":[309]},{"name":"WheaAddErrorSource","features":[309,307,336]},{"name":"WheaAddErrorSourceDeviceDriver","features":[309,307,336]},{"name":"WheaAddErrorSourceDeviceDriverV1","features":[309,307,336]},{"name":"WheaAddHwErrorReportSectionDeviceDriver","features":[309,307,336]},{"name":"WheaConfigureErrorSource","features":[309,307,336]},{"name":"WheaCpuVendorAmd","features":[309]},{"name":"WheaCpuVendorIntel","features":[309]},{"name":"WheaCpuVendorOther","features":[309]},{"name":"WheaCreateHwErrorReportDeviceDriver","features":[308,311,309,307,310,312,313,314]},{"name":"WheaDataFormatGeneric","features":[309]},{"name":"WheaDataFormatIPFSalRecord","features":[309]},{"name":"WheaDataFormatMax","features":[309]},{"name":"WheaDataFormatMemory","features":[309]},{"name":"WheaDataFormatNMIPort","features":[309]},{"name":"WheaDataFormatPCIExpress","features":[309]},{"name":"WheaDataFormatPCIXBus","features":[309]},{"name":"WheaDataFormatPCIXDevice","features":[309]},{"name":"WheaDataFormatXPFMCA","features":[309]},{"name":"WheaErrSevCorrected","features":[309]},{"name":"WheaErrSevFatal","features":[309]},{"name":"WheaErrSevInformational","features":[309]},{"name":"WheaErrSevRecoverable","features":[309]},{"name":"WheaErrTypeGeneric","features":[309]},{"name":"WheaErrTypeMemory","features":[309]},{"name":"WheaErrTypeNMI","features":[309]},{"name":"WheaErrTypePCIExpress","features":[309]},{"name":"WheaErrTypePCIXBus","features":[309]},{"name":"WheaErrTypePCIXDevice","features":[309]},{"name":"WheaErrTypePmem","features":[309]},{"name":"WheaErrTypeProcessor","features":[309]},{"name":"WheaErrorSourceGetState","features":[309,336]},{"name":"WheaEventBugCheckRecoveryEntry","features":[309]},{"name":"WheaEventBugCheckRecoveryMax","features":[309]},{"name":"WheaEventBugCheckRecoveryReturn","features":[309]},{"name":"WheaEventLogAzccRootBusList","features":[309]},{"name":"WheaEventLogAzccRootBusPoisonSet","features":[309]},{"name":"WheaEventLogAzccRootBusSearchErr","features":[309]},{"name":"WheaEventLogCmciFinalRestart","features":[309]},{"name":"WheaEventLogCmciRestart","features":[309]},{"name":"WheaEventLogEntryEarlyError","features":[309]},{"name":"WheaEventLogEntryEtwOverFlow","features":[309]},{"name":"WheaEventLogEntryIdAcpiTimeOut","features":[309]},{"name":"WheaEventLogEntryIdAddRemoveErrorSource","features":[309]},{"name":"WheaEventLogEntryIdAerNotGrantedToOs","features":[309]},{"name":"WheaEventLogEntryIdAttemptErrorRecovery","features":[309]},{"name":"WheaEventLogEntryIdBadHestNotifyData","features":[309]},{"name":"WheaEventLogEntryIdBadPageLimitReached","features":[309]},{"name":"WheaEventLogEntryIdClearedPoison","features":[309]},{"name":"WheaEventLogEntryIdCmcPollingTimeout","features":[309]},{"name":"WheaEventLogEntryIdCmcSwitchToPolling","features":[309]},{"name":"WheaEventLogEntryIdCmciImplPresent","features":[309]},{"name":"WheaEventLogEntryIdCmciInitError","features":[309]},{"name":"WheaEventLogEntryIdCpuBusesInitFailed","features":[309]},{"name":"WheaEventLogEntryIdCpusFrozen","features":[309]},{"name":"WheaEventLogEntryIdCpusFrozenNoCrashDump","features":[309]},{"name":"WheaEventLogEntryIdCreateGenericRecord","features":[309]},{"name":"WheaEventLogEntryIdDefectListCorrupt","features":[309]},{"name":"WheaEventLogEntryIdDefectListFull","features":[309]},{"name":"WheaEventLogEntryIdDefectListUEFIVarFailed","features":[309]},{"name":"WheaEventLogEntryIdDeviceDriver","features":[309]},{"name":"WheaEventLogEntryIdDroppedCorrectedError","features":[309]},{"name":"WheaEventLogEntryIdDrvErrSrcInvalid","features":[309]},{"name":"WheaEventLogEntryIdDrvHandleBusy","features":[309]},{"name":"WheaEventLogEntryIdEnableKeyNotifFailed","features":[309]},{"name":"WheaEventLogEntryIdErrDimmInfoMismatch","features":[309]},{"name":"WheaEventLogEntryIdErrSrcArrayInvalid","features":[309]},{"name":"WheaEventLogEntryIdErrSrcInvalid","features":[309]},{"name":"WheaEventLogEntryIdErrorRecord","features":[309]},{"name":"WheaEventLogEntryIdErrorRecordLimit","features":[309]},{"name":"WheaEventLogEntryIdFailedAddToDefectList","features":[309]},{"name":"WheaEventLogEntryIdGenericErrMemMap","features":[309]},{"name":"WheaEventLogEntryIdKeyNotificationFailed","features":[309]},{"name":"WheaEventLogEntryIdMcaErrorCleared","features":[309]},{"name":"WheaEventLogEntryIdMcaFoundErrorInBank","features":[309]},{"name":"WheaEventLogEntryIdMcaStuckErrorCheck","features":[309]},{"name":"WheaEventLogEntryIdMemoryAddDevice","features":[309]},{"name":"WheaEventLogEntryIdMemoryRemoveDevice","features":[309]},{"name":"WheaEventLogEntryIdMemorySummaryFailed","features":[309]},{"name":"WheaEventLogEntryIdOscCapabilities","features":[309]},{"name":"WheaEventLogEntryIdPFAMemoryOfflined","features":[309]},{"name":"WheaEventLogEntryIdPFAMemoryPolicy","features":[309]},{"name":"WheaEventLogEntryIdPFAMemoryRemoveMonitor","features":[309]},{"name":"WheaEventLogEntryIdPcieAddDevice","features":[309]},{"name":"WheaEventLogEntryIdPcieConfigInfo","features":[309]},{"name":"WheaEventLogEntryIdPcieDpcError","features":[309]},{"name":"WheaEventLogEntryIdPcieOverrideInfo","features":[309]},{"name":"WheaEventLogEntryIdPcieRemoveDevice","features":[309]},{"name":"WheaEventLogEntryIdPcieSpuriousErrSource","features":[309]},{"name":"WheaEventLogEntryIdPcieSummaryFailed","features":[309]},{"name":"WheaEventLogEntryIdProcessEINJ","features":[309]},{"name":"WheaEventLogEntryIdProcessHEST","features":[309]},{"name":"WheaEventLogEntryIdPshedCallbackCollision","features":[309]},{"name":"WheaEventLogEntryIdPshedInjectError","features":[309]},{"name":"WheaEventLogEntryIdPshedPiTraceLog","features":[309]},{"name":"WheaEventLogEntryIdPshedPluginInitFailed","features":[309]},{"name":"WheaEventLogEntryIdPshedPluginLoad","features":[309]},{"name":"WheaEventLogEntryIdPshedPluginRegister","features":[309]},{"name":"WheaEventLogEntryIdPshedPluginSupported","features":[309]},{"name":"WheaEventLogEntryIdPshedPluginUnload","features":[309]},{"name":"WheaEventLogEntryIdReadPcieOverridesErr","features":[309]},{"name":"WheaEventLogEntryIdRowFailure","features":[309]},{"name":"WheaEventLogEntryIdSELBugCheckInfo","features":[309]},{"name":"WheaEventLogEntryIdSELBugCheckProgress","features":[309]},{"name":"WheaEventLogEntryIdSELBugCheckRecovery","features":[309]},{"name":"WheaEventLogEntryIdSrasTableEntries","features":[309]},{"name":"WheaEventLogEntryIdSrasTableError","features":[309]},{"name":"WheaEventLogEntryIdSrasTableNotFound","features":[309]},{"name":"WheaEventLogEntryIdStartedReportHwError","features":[309]},{"name":"WheaEventLogEntryIdThrottleAddErrSrcFailed","features":[309]},{"name":"WheaEventLogEntryIdThrottleRegCorrupt","features":[309]},{"name":"WheaEventLogEntryIdThrottleRegDataIgnored","features":[309]},{"name":"WheaEventLogEntryIdWheaHeartbeat","features":[309]},{"name":"WheaEventLogEntryIdWheaInit","features":[309]},{"name":"WheaEventLogEntryIdWorkQueueItem","features":[309]},{"name":"WheaEventLogEntryIdeDpcEnabled","features":[309]},{"name":"WheaEventLogEntryPageOfflineDone","features":[309]},{"name":"WheaEventLogEntryPageOfflinePendMax","features":[309]},{"name":"WheaEventLogEntrySrarDetail","features":[309]},{"name":"WheaEventLogEntryTypeError","features":[309]},{"name":"WheaEventLogEntryTypeInformational","features":[309]},{"name":"WheaEventLogEntryTypeWarning","features":[309]},{"name":"WheaGetNotifyAllOfflinesPolicy","features":[309,307]},{"name":"WheaHighIrqlLogSelEventHandlerRegister","features":[309,307,336]},{"name":"WheaHighIrqlLogSelEventHandlerUnregister","features":[309]},{"name":"WheaHwErrorReportAbandonDeviceDriver","features":[309,307]},{"name":"WheaHwErrorReportSetSectionNameDeviceDriver","features":[309,307,336]},{"name":"WheaHwErrorReportSetSeverityDeviceDriver","features":[309,307]},{"name":"WheaHwErrorReportSubmitDeviceDriver","features":[309,307]},{"name":"WheaInitializeRecordHeader","features":[309,307]},{"name":"WheaIsCriticalState","features":[309,307]},{"name":"WheaLogInternalEvent","features":[309]},{"name":"WheaMemoryThrottle","features":[309]},{"name":"WheaPciExpressDownstreamSwitchPort","features":[309]},{"name":"WheaPciExpressEndpoint","features":[309]},{"name":"WheaPciExpressLegacyEndpoint","features":[309]},{"name":"WheaPciExpressRootComplexEventCollector","features":[309]},{"name":"WheaPciExpressRootComplexIntegratedEndpoint","features":[309]},{"name":"WheaPciExpressRootPort","features":[309]},{"name":"WheaPciExpressToPciXBridge","features":[309]},{"name":"WheaPciExpressUpstreamSwitchPort","features":[309]},{"name":"WheaPciREcoveryStatusUnknown","features":[309]},{"name":"WheaPciRecoverySignalAer","features":[309]},{"name":"WheaPciRecoverySignalDpc","features":[309]},{"name":"WheaPciRecoverySignalUnknown","features":[309]},{"name":"WheaPciRecoveryStatusBusNotFound","features":[309]},{"name":"WheaPciRecoveryStatusComplexTree","features":[309]},{"name":"WheaPciRecoveryStatusLinkDisableTimeout","features":[309]},{"name":"WheaPciRecoveryStatusLinkEnableTimeout","features":[309]},{"name":"WheaPciRecoveryStatusNoError","features":[309]},{"name":"WheaPciRecoveryStatusRpBusyTimeout","features":[309]},{"name":"WheaPciXToExpressBridge","features":[309]},{"name":"WheaPcieThrottle","features":[309]},{"name":"WheaPfaRemoveCapacity","features":[309]},{"name":"WheaPfaRemoveErrorThreshold","features":[309]},{"name":"WheaPfaRemoveTimeout","features":[309]},{"name":"WheaRawDataFormatAMD64MCA","features":[309]},{"name":"WheaRawDataFormatGeneric","features":[309]},{"name":"WheaRawDataFormatIA32MCA","features":[309]},{"name":"WheaRawDataFormatIPFSalRecord","features":[309]},{"name":"WheaRawDataFormatIntel64MCA","features":[309]},{"name":"WheaRawDataFormatMax","features":[309]},{"name":"WheaRawDataFormatMemory","features":[309]},{"name":"WheaRawDataFormatNMIPort","features":[309]},{"name":"WheaRawDataFormatPCIExpress","features":[309]},{"name":"WheaRawDataFormatPCIXBus","features":[309]},{"name":"WheaRawDataFormatPCIXDevice","features":[309]},{"name":"WheaRecoveryContextErrorTypeMax","features":[309]},{"name":"WheaRecoveryContextErrorTypeMemory","features":[309]},{"name":"WheaRecoveryContextErrorTypePmem","features":[309]},{"name":"WheaRecoveryFailureReasonFarNotValid","features":[309]},{"name":"WheaRecoveryFailureReasonHighIrql","features":[309]},{"name":"WheaRecoveryFailureReasonInsufficientAltContextWrappers","features":[309]},{"name":"WheaRecoveryFailureReasonInterruptsDisabled","features":[309]},{"name":"WheaRecoveryFailureReasonInvalidAddressMode","features":[309]},{"name":"WheaRecoveryFailureReasonKernelCouldNotMarkMemoryBad","features":[309]},{"name":"WheaRecoveryFailureReasonKernelMarkMemoryBadTimedOut","features":[309]},{"name":"WheaRecoveryFailureReasonKernelWillPageFaultBCAtCurrentIrql","features":[309]},{"name":"WheaRecoveryFailureReasonMax","features":[309]},{"name":"WheaRecoveryFailureReasonMiscOrAddrNotValid","features":[309]},{"name":"WheaRecoveryFailureReasonNoRecoveryContext","features":[309]},{"name":"WheaRecoveryFailureReasonNotContinuable","features":[309]},{"name":"WheaRecoveryFailureReasonNotSupported","features":[309]},{"name":"WheaRecoveryFailureReasonOverflow","features":[309]},{"name":"WheaRecoveryFailureReasonPcc","features":[309]},{"name":"WheaRecoveryFailureReasonStackOverflow","features":[309]},{"name":"WheaRecoveryFailureReasonSwapBusy","features":[309]},{"name":"WheaRecoveryFailureReasonUnexpectedFailure","features":[309]},{"name":"WheaRecoveryTypeActionOptional","features":[309]},{"name":"WheaRecoveryTypeActionRequired","features":[309]},{"name":"WheaRecoveryTypeMax","features":[309]},{"name":"WheaRegisterInUsePageOfflineNotification","features":[309,307]},{"name":"WheaRemoveErrorSource","features":[309]},{"name":"WheaRemoveErrorSourceDeviceDriver","features":[309,307]},{"name":"WheaReportHwError","features":[309,307,336]},{"name":"WheaReportHwErrorDeviceDriver","features":[308,311,309,307,310,312,313,314]},{"name":"WheaUnconfigureErrorSource","features":[309,307,336]},{"name":"WheaUnregisterInUsePageOfflineNotification","features":[309,307]},{"name":"WheapDpcErrBusNotFound","features":[309]},{"name":"WheapDpcErrDeviceIdBad","features":[309]},{"name":"WheapDpcErrDpcedSubtree","features":[309]},{"name":"WheapDpcErrNoChildren","features":[309]},{"name":"WheapDpcErrNoErr","features":[309]},{"name":"WheapDpcErrResetFailed","features":[309]},{"name":"WheapPfaOfflinePredictiveFailure","features":[309]},{"name":"WheapPfaOfflineUncorrectedError","features":[309]},{"name":"Width16Bits","features":[309]},{"name":"Width32Bits","features":[309]},{"name":"Width64Bits","features":[309]},{"name":"Width8Bits","features":[309]},{"name":"WidthNoWrap","features":[309]},{"name":"WmiQueryTraceInformation","features":[309,307]},{"name":"WormController","features":[309]},{"name":"WrAlertByThreadId","features":[309]},{"name":"WrCalloutStack","features":[309]},{"name":"WrCpuRateControl","features":[309]},{"name":"WrDeferredPreempt","features":[309]},{"name":"WrDelayExecution","features":[309]},{"name":"WrDispatchInt","features":[309]},{"name":"WrExecutive","features":[309]},{"name":"WrFastMutex","features":[309]},{"name":"WrFreePage","features":[309]},{"name":"WrGuardedMutex","features":[309]},{"name":"WrIoRing","features":[309]},{"name":"WrKernel","features":[309]},{"name":"WrKeyedEvent","features":[309]},{"name":"WrLpcReceive","features":[309]},{"name":"WrLpcReply","features":[309]},{"name":"WrMdlCache","features":[309]},{"name":"WrMutex","features":[309]},{"name":"WrPageIn","features":[309]},{"name":"WrPageOut","features":[309]},{"name":"WrPhysicalFault","features":[309]},{"name":"WrPoolAllocation","features":[309]},{"name":"WrPreempted","features":[309]},{"name":"WrProcessInSwap","features":[309]},{"name":"WrPushLock","features":[309]},{"name":"WrQuantumEnd","features":[309]},{"name":"WrQueue","features":[309]},{"name":"WrRendezvous","features":[309]},{"name":"WrResource","features":[309]},{"name":"WrRundown","features":[309]},{"name":"WrSpare0","features":[309]},{"name":"WrSuspended","features":[309]},{"name":"WrTerminated","features":[309]},{"name":"WrUserRequest","features":[309]},{"name":"WrVirtualMemory","features":[309]},{"name":"WrYieldExecution","features":[309]},{"name":"WriteAccess","features":[309]},{"name":"XPF_BUS_CHECK_ADDRESS_IO","features":[309]},{"name":"XPF_BUS_CHECK_ADDRESS_MEMORY","features":[309]},{"name":"XPF_BUS_CHECK_ADDRESS_OTHER","features":[309]},{"name":"XPF_BUS_CHECK_ADDRESS_RESERVED","features":[309]},{"name":"XPF_BUS_CHECK_OPERATION_DATAREAD","features":[309]},{"name":"XPF_BUS_CHECK_OPERATION_DATAWRITE","features":[309]},{"name":"XPF_BUS_CHECK_OPERATION_GENERIC","features":[309]},{"name":"XPF_BUS_CHECK_OPERATION_GENREAD","features":[309]},{"name":"XPF_BUS_CHECK_OPERATION_GENWRITE","features":[309]},{"name":"XPF_BUS_CHECK_OPERATION_INSTRUCTIONFETCH","features":[309]},{"name":"XPF_BUS_CHECK_OPERATION_PREFETCH","features":[309]},{"name":"XPF_BUS_CHECK_PARTICIPATION_GENERIC","features":[309]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCOBSERVED","features":[309]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCORIGINATED","features":[309]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCRESPONDED","features":[309]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[309]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_GENERIC","features":[309]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[309]},{"name":"XPF_CACHE_CHECK_OPERATION_DATAREAD","features":[309]},{"name":"XPF_CACHE_CHECK_OPERATION_DATAWRITE","features":[309]},{"name":"XPF_CACHE_CHECK_OPERATION_EVICTION","features":[309]},{"name":"XPF_CACHE_CHECK_OPERATION_GENERIC","features":[309]},{"name":"XPF_CACHE_CHECK_OPERATION_GENREAD","features":[309]},{"name":"XPF_CACHE_CHECK_OPERATION_GENWRITE","features":[309]},{"name":"XPF_CACHE_CHECK_OPERATION_INSTRUCTIONFETCH","features":[309]},{"name":"XPF_CACHE_CHECK_OPERATION_PREFETCH","features":[309]},{"name":"XPF_CACHE_CHECK_OPERATION_SNOOP","features":[309]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[309]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_GENERIC","features":[309]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[309]},{"name":"XPF_CONTEXT_INFO_32BITCONTEXT","features":[309]},{"name":"XPF_CONTEXT_INFO_32BITDEBUGREGS","features":[309]},{"name":"XPF_CONTEXT_INFO_64BITCONTEXT","features":[309]},{"name":"XPF_CONTEXT_INFO_64BITDEBUGREGS","features":[309]},{"name":"XPF_CONTEXT_INFO_FXSAVE","features":[309]},{"name":"XPF_CONTEXT_INFO_MMREGISTERS","features":[309]},{"name":"XPF_CONTEXT_INFO_MSRREGISTERS","features":[309]},{"name":"XPF_CONTEXT_INFO_UNCLASSIFIEDDATA","features":[309]},{"name":"XPF_MCA_SECTION_GUID","features":[309]},{"name":"XPF_MS_CHECK_ERRORTYPE_EXTERNAL","features":[309]},{"name":"XPF_MS_CHECK_ERRORTYPE_FRC","features":[309]},{"name":"XPF_MS_CHECK_ERRORTYPE_INTERNALUNCLASSIFIED","features":[309]},{"name":"XPF_MS_CHECK_ERRORTYPE_MCROMPARITY","features":[309]},{"name":"XPF_MS_CHECK_ERRORTYPE_NOERROR","features":[309]},{"name":"XPF_MS_CHECK_ERRORTYPE_UNCLASSIFIED","features":[309]},{"name":"XPF_PROCESSOR_ERROR_SECTION_GUID","features":[309]},{"name":"XPF_RECOVERY_INFO","features":[309,307]},{"name":"XPF_TLB_CHECK_OPERATION_DATAREAD","features":[309]},{"name":"XPF_TLB_CHECK_OPERATION_DATAWRITE","features":[309]},{"name":"XPF_TLB_CHECK_OPERATION_GENERIC","features":[309]},{"name":"XPF_TLB_CHECK_OPERATION_GENREAD","features":[309]},{"name":"XPF_TLB_CHECK_OPERATION_GENWRITE","features":[309]},{"name":"XPF_TLB_CHECK_OPERATION_INSTRUCTIONFETCH","features":[309]},{"name":"XPF_TLB_CHECK_OPERATION_PREFETCH","features":[309]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[309]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_GENERIC","features":[309]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[309]},{"name":"XSAVE_FORMAT","features":[309,336]},{"name":"XSTATE_CONTEXT","features":[309,336]},{"name":"XSTATE_SAVE","features":[309,336]},{"name":"ZONE_HEADER","features":[309,313]},{"name":"ZONE_SEGMENT_HEADER","features":[309,313]},{"name":"ZwAllocateLocallyUniqueId","features":[309,307]},{"name":"ZwClose","features":[309,307]},{"name":"ZwCommitComplete","features":[309,307]},{"name":"ZwCommitEnlistment","features":[309,307]},{"name":"ZwCommitTransaction","features":[309,307]},{"name":"ZwCreateEnlistment","features":[308,309,307]},{"name":"ZwCreateFile","features":[308,309,307,312]},{"name":"ZwCreateResourceManager","features":[308,309,307]},{"name":"ZwCreateSection","features":[308,309,307]},{"name":"ZwCreateTransaction","features":[308,309,307]},{"name":"ZwCreateTransactionManager","features":[308,309,307]},{"name":"ZwDeviceIoControlFile","features":[309,307,312]},{"name":"ZwDisplayString","features":[309,307]},{"name":"ZwEnumerateTransactionObject","features":[309,307,341]},{"name":"ZwGetNotificationResourceManager","features":[309,307,326]},{"name":"ZwLoadDriver","features":[309,307]},{"name":"ZwMakeTemporaryObject","features":[309,307]},{"name":"ZwManagePartition","features":[309,307]},{"name":"ZwOpenEnlistment","features":[308,309,307]},{"name":"ZwOpenFile","features":[308,309,307,312]},{"name":"ZwOpenResourceManager","features":[308,309,307]},{"name":"ZwOpenSymbolicLinkObject","features":[308,309,307]},{"name":"ZwOpenTransaction","features":[308,309,307]},{"name":"ZwOpenTransactionManager","features":[308,309,307]},{"name":"ZwPowerInformation","features":[309,307,314]},{"name":"ZwPrePrepareComplete","features":[309,307]},{"name":"ZwPrePrepareEnlistment","features":[309,307]},{"name":"ZwPrepareComplete","features":[309,307]},{"name":"ZwPrepareEnlistment","features":[309,307]},{"name":"ZwPropagationComplete","features":[309,307]},{"name":"ZwPropagationFailed","features":[309,307]},{"name":"ZwQueryInformationByName","features":[308,311,309,307,312]},{"name":"ZwQueryInformationEnlistment","features":[309,307,341]},{"name":"ZwQueryInformationFile","features":[311,309,307,312]},{"name":"ZwQueryInformationResourceManager","features":[309,307,341]},{"name":"ZwQueryInformationTransaction","features":[309,307,341]},{"name":"ZwQueryInformationTransactionManager","features":[309,307,341]},{"name":"ZwQuerySymbolicLinkObject","features":[309,307]},{"name":"ZwReadFile","features":[309,307,312]},{"name":"ZwReadOnlyEnlistment","features":[309,307]},{"name":"ZwRecoverEnlistment","features":[309,307]},{"name":"ZwRecoverResourceManager","features":[309,307]},{"name":"ZwRecoverTransactionManager","features":[309,307]},{"name":"ZwRegisterProtocolAddressInformation","features":[309,307]},{"name":"ZwRenameTransactionManager","features":[309,307]},{"name":"ZwRollbackComplete","features":[309,307]},{"name":"ZwRollbackEnlistment","features":[309,307]},{"name":"ZwRollbackTransaction","features":[309,307]},{"name":"ZwRollforwardTransactionManager","features":[309,307]},{"name":"ZwSetInformationEnlistment","features":[309,307,341]},{"name":"ZwSetInformationFile","features":[311,309,307,312]},{"name":"ZwSetInformationResourceManager","features":[309,307,341]},{"name":"ZwSetInformationTransaction","features":[309,307,341]},{"name":"ZwSetInformationTransactionManager","features":[309,307,341]},{"name":"ZwSinglePhaseReject","features":[309,307]},{"name":"ZwUnloadDriver","features":[309,307]},{"name":"ZwWriteFile","features":[309,307,312]},{"name":"_EXT_SET_PARAMETERS_V0","features":[309]},{"name":"_STRSAFE_USE_SECURE_CRT","features":[309]},{"name":"_WHEA_ERROR_SOURCE_CORRECT","features":[309,307,336]},{"name":"_WHEA_ERROR_SOURCE_CREATE_RECORD","features":[309,307,336]},{"name":"_WHEA_ERROR_SOURCE_INITIALIZE","features":[309,307,336]},{"name":"_WHEA_ERROR_SOURCE_RECOVER","features":[309,307]},{"name":"_WHEA_ERROR_SOURCE_UNINITIALIZE","features":[309]},{"name":"_WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK","features":[309,307]},{"name":"__guid_type","features":[309]},{"name":"__multiString_type","features":[309]},{"name":"__string_type","features":[309]},{"name":"pHalAssignSlotResources","features":[308,311,309,307,310,312,313,314]},{"name":"pHalEndMirroring","features":[309,307]},{"name":"pHalEndOfBoot","features":[309]},{"name":"pHalExamineMBR","features":[308,311,309,307,310,312,313,314]},{"name":"pHalFindBusAddressTranslation","features":[309,307]},{"name":"pHalGetAcpiTable","features":[309]},{"name":"pHalGetDmaAdapter","features":[308,311,309,307,310,312,313,314]},{"name":"pHalGetInterruptTranslator","features":[308,311,309,307,310,312,313,314]},{"name":"pHalGetPrmCache","features":[309,313]},{"name":"pHalHaltSystem","features":[309]},{"name":"pHalHandlerForBus","features":[308,309]},{"name":"pHalInitPnpDriver","features":[309,307]},{"name":"pHalInitPowerManagement","features":[309,307]},{"name":"pHalIoReadPartitionTable","features":[308,311,309,307,310,312,327,313,314]},{"name":"pHalIoSetPartitionInformation","features":[308,311,309,307,310,312,313,314]},{"name":"pHalIoWritePartitionTable","features":[308,311,309,307,310,312,327,313,314]},{"name":"pHalMirrorPhysicalMemory","features":[309,307]},{"name":"pHalMirrorVerify","features":[309,307]},{"name":"pHalQueryBusSlots","features":[308,309,307]},{"name":"pHalQuerySystemInformation","features":[309,307]},{"name":"pHalReferenceBusHandler","features":[308,309]},{"name":"pHalResetDisplay","features":[309,307]},{"name":"pHalSetPciErrorHandlerCallback","features":[309]},{"name":"pHalSetSystemInformation","features":[309,307]},{"name":"pHalStartMirroring","features":[309,307]},{"name":"pHalTranslateBusAddress","features":[309,307]},{"name":"pHalVectorToIDTEntry","features":[309]},{"name":"pKdCheckPowerButton","features":[309]},{"name":"pKdEnumerateDebuggingDevices","features":[309,307]},{"name":"pKdGetAcpiTablePhase0","features":[309]},{"name":"pKdGetPciDataByOffset","features":[309]},{"name":"pKdMapPhysicalMemory64","features":[309,307]},{"name":"pKdReleaseIntegratedDeviceForDebugging","features":[309,307]},{"name":"pKdReleasePciDeviceForDebugging","features":[309,307]},{"name":"pKdSetPciDataByOffset","features":[309]},{"name":"pKdSetupIntegratedDeviceForDebugging","features":[309,307]},{"name":"pKdSetupPciDeviceForDebugging","features":[309,307]},{"name":"pKdUnmapVirtualAddress","features":[309,307]},{"name":"vDbgPrintEx","features":[309]},{"name":"vDbgPrintExWithPrefix","features":[309]}],"354":[{"name":"MaxProcessInfoClass","features":[343]},{"name":"MaxThreadInfoClass","features":[343]},{"name":"MaxTimerInfoClass","features":[343]},{"name":"NtCancelTimer","features":[343,307]},{"name":"NtCreateTimer","features":[308,343,307,313]},{"name":"NtOpenEvent","features":[308,343,307]},{"name":"NtOpenProcess","features":[308,343,307,340]},{"name":"NtOpenTimer","features":[308,343,307]},{"name":"NtQueryInformationProcess","features":[343,307]},{"name":"NtQueryInformationThread","features":[343,307]},{"name":"NtSetInformationThread","features":[343,307]},{"name":"NtSetTimer","features":[309,343,307]},{"name":"NtSetTimerEx","features":[343,307]},{"name":"NtTerminateProcess","features":[343,307]},{"name":"NtWaitForSingleObject","features":[343,307]},{"name":"PROCESSINFOCLASS","features":[343]},{"name":"ProcessAccessToken","features":[343]},{"name":"ProcessAffinityMask","features":[343]},{"name":"ProcessAffinityUpdateMode","features":[343]},{"name":"ProcessBasePriority","features":[343]},{"name":"ProcessBasicInformation","features":[343]},{"name":"ProcessBreakOnTermination","features":[343]},{"name":"ProcessCheckStackExtentsMode","features":[343]},{"name":"ProcessCommandLineInformation","features":[343]},{"name":"ProcessCommitReleaseInformation","features":[343]},{"name":"ProcessCookie","features":[343]},{"name":"ProcessCycleTime","features":[343]},{"name":"ProcessDebugFlags","features":[343]},{"name":"ProcessDebugObjectHandle","features":[343]},{"name":"ProcessDebugPort","features":[343]},{"name":"ProcessDefaultHardErrorMode","features":[343]},{"name":"ProcessDeviceMap","features":[343]},{"name":"ProcessDynamicFunctionTableInformation","features":[343]},{"name":"ProcessEnableAlignmentFaultFixup","features":[343]},{"name":"ProcessEnergyTrackingState","features":[343]},{"name":"ProcessExceptionPort","features":[343]},{"name":"ProcessExecuteFlags","features":[343]},{"name":"ProcessFaultInformation","features":[343]},{"name":"ProcessForegroundInformation","features":[343]},{"name":"ProcessGroupInformation","features":[343]},{"name":"ProcessHandleCheckingMode","features":[343]},{"name":"ProcessHandleCount","features":[343]},{"name":"ProcessHandleInformation","features":[343]},{"name":"ProcessHandleTable","features":[343]},{"name":"ProcessHandleTracing","features":[343]},{"name":"ProcessImageFileMapping","features":[343]},{"name":"ProcessImageFileName","features":[343]},{"name":"ProcessImageFileNameWin32","features":[343]},{"name":"ProcessImageInformation","features":[343]},{"name":"ProcessInPrivate","features":[343]},{"name":"ProcessInstrumentationCallback","features":[343]},{"name":"ProcessIoCounters","features":[343]},{"name":"ProcessIoPortHandlers","features":[343]},{"name":"ProcessIoPriority","features":[343]},{"name":"ProcessKeepAliveCount","features":[343]},{"name":"ProcessLUIDDeviceMapsEnabled","features":[343]},{"name":"ProcessLdtInformation","features":[343]},{"name":"ProcessLdtSize","features":[343]},{"name":"ProcessMemoryAllocationMode","features":[343]},{"name":"ProcessMemoryExhaustion","features":[343]},{"name":"ProcessMitigationPolicy","features":[343]},{"name":"ProcessOwnerInformation","features":[343]},{"name":"ProcessPagePriority","features":[343]},{"name":"ProcessPooledUsageAndLimits","features":[343]},{"name":"ProcessPriorityBoost","features":[343]},{"name":"ProcessPriorityClass","features":[343]},{"name":"ProcessProtectionInformation","features":[343]},{"name":"ProcessQuotaLimits","features":[343]},{"name":"ProcessRaisePriority","features":[343]},{"name":"ProcessRaiseUMExceptionOnInvalidHandleClose","features":[343]},{"name":"ProcessReserved1Information","features":[343]},{"name":"ProcessReserved2Information","features":[343]},{"name":"ProcessRevokeFileHandles","features":[343]},{"name":"ProcessSessionInformation","features":[343]},{"name":"ProcessSubsystemInformation","features":[343]},{"name":"ProcessSubsystemProcess","features":[343]},{"name":"ProcessTelemetryIdInformation","features":[343]},{"name":"ProcessThreadStackAllocation","features":[343]},{"name":"ProcessTimes","features":[343]},{"name":"ProcessTlsInformation","features":[343]},{"name":"ProcessTokenVirtualizationEnabled","features":[343]},{"name":"ProcessUserModeIOPL","features":[343]},{"name":"ProcessVmCounters","features":[343]},{"name":"ProcessWin32kSyscallFilterInformation","features":[343]},{"name":"ProcessWindowInformation","features":[343]},{"name":"ProcessWorkingSetControl","features":[343]},{"name":"ProcessWorkingSetWatch","features":[343]},{"name":"ProcessWorkingSetWatchEx","features":[343]},{"name":"ProcessWow64Information","features":[343]},{"name":"ProcessWx86Information","features":[343]},{"name":"THREADINFOCLASS","features":[343]},{"name":"TIMER_SET_INFORMATION_CLASS","features":[343]},{"name":"ThreadActualBasePriority","features":[343]},{"name":"ThreadActualGroupAffinity","features":[343]},{"name":"ThreadAffinityMask","features":[343]},{"name":"ThreadAmILastThread","features":[343]},{"name":"ThreadBasePriority","features":[343]},{"name":"ThreadBasicInformation","features":[343]},{"name":"ThreadBreakOnTermination","features":[343]},{"name":"ThreadCSwitchMon","features":[343]},{"name":"ThreadCSwitchPmu","features":[343]},{"name":"ThreadCounterProfiling","features":[343]},{"name":"ThreadCpuAccountingInformation","features":[343]},{"name":"ThreadCycleTime","features":[343]},{"name":"ThreadDescriptorTableEntry","features":[343]},{"name":"ThreadDynamicCodePolicyInfo","features":[343]},{"name":"ThreadEnableAlignmentFaultFixup","features":[343]},{"name":"ThreadEventPair_Reusable","features":[343]},{"name":"ThreadGroupInformation","features":[343]},{"name":"ThreadHideFromDebugger","features":[343]},{"name":"ThreadIdealProcessor","features":[343]},{"name":"ThreadIdealProcessorEx","features":[343]},{"name":"ThreadImpersonationToken","features":[343]},{"name":"ThreadIoPriority","features":[343]},{"name":"ThreadIsIoPending","features":[343]},{"name":"ThreadIsTerminated","features":[343]},{"name":"ThreadLastSystemCall","features":[343]},{"name":"ThreadNameInformation","features":[343]},{"name":"ThreadPagePriority","features":[343]},{"name":"ThreadPerformanceCount","features":[343]},{"name":"ThreadPriority","features":[343]},{"name":"ThreadPriorityBoost","features":[343]},{"name":"ThreadQuerySetWin32StartAddress","features":[343]},{"name":"ThreadSetTlsArrayAddress","features":[343]},{"name":"ThreadSubsystemInformation","features":[343]},{"name":"ThreadSuspendCount","features":[343]},{"name":"ThreadSwitchLegacyState","features":[343]},{"name":"ThreadTebInformation","features":[343]},{"name":"ThreadTimes","features":[343]},{"name":"ThreadUmsInformation","features":[343]},{"name":"ThreadWow64Context","features":[343]},{"name":"ThreadZeroTlsCell","features":[343]},{"name":"TimerSetCoalescableTimer","features":[343]},{"name":"ZwCancelTimer","features":[343,307]},{"name":"ZwCreateTimer","features":[308,343,307,313]},{"name":"ZwOpenEvent","features":[308,343,307]},{"name":"ZwOpenProcess","features":[308,343,307,340]},{"name":"ZwOpenTimer","features":[308,343,307]},{"name":"ZwQueryInformationProcess","features":[343,307]},{"name":"ZwQueryInformationThread","features":[343,307]},{"name":"ZwSetInformationThread","features":[343,307]},{"name":"ZwSetTimer","features":[309,343,307]},{"name":"ZwSetTimerEx","features":[343,307]},{"name":"ZwTerminateProcess","features":[343,307]},{"name":"ZwWaitForSingleObject","features":[343,307]}],"355":[{"name":"IUriToStreamResolver","features":[344]},{"name":"IWebErrorStatics","features":[344]},{"name":"WebError","features":[344]},{"name":"WebErrorStatus","features":[344]}],"356":[{"name":"AtomPubClient","features":[345]},{"name":"IAtomPubClient","features":[345]},{"name":"IAtomPubClientFactory","features":[345]},{"name":"IResourceCollection","features":[345]},{"name":"IServiceDocument","features":[345]},{"name":"IWorkspace","features":[345]},{"name":"ResourceCollection","features":[345]},{"name":"ServiceDocument","features":[345]},{"name":"Workspace","features":[345]}],"357":[{"name":"HttpBufferContent","features":[346]},{"name":"HttpClient","features":[346]},{"name":"HttpCompletionOption","features":[346]},{"name":"HttpCookie","features":[346]},{"name":"HttpCookieCollection","features":[37,346]},{"name":"HttpCookieManager","features":[346]},{"name":"HttpFormUrlEncodedContent","features":[346]},{"name":"HttpGetBufferResult","features":[346]},{"name":"HttpGetInputStreamResult","features":[346]},{"name":"HttpGetStringResult","features":[346]},{"name":"HttpMethod","features":[346]},{"name":"HttpMultipartContent","features":[346]},{"name":"HttpMultipartFormDataContent","features":[346]},{"name":"HttpProgress","features":[77,346]},{"name":"HttpProgressStage","features":[346]},{"name":"HttpRequestMessage","features":[346]},{"name":"HttpRequestResult","features":[346]},{"name":"HttpResponseMessage","features":[346]},{"name":"HttpResponseMessageSource","features":[346]},{"name":"HttpStatusCode","features":[346]},{"name":"HttpStreamContent","features":[346]},{"name":"HttpStringContent","features":[346]},{"name":"HttpTransportInformation","features":[346]},{"name":"HttpVersion","features":[346]},{"name":"IHttpBufferContentFactory","features":[346]},{"name":"IHttpClient","features":[346]},{"name":"IHttpClient2","features":[346]},{"name":"IHttpClient3","features":[346]},{"name":"IHttpClientFactory","features":[346]},{"name":"IHttpContent","features":[346]},{"name":"IHttpCookie","features":[346]},{"name":"IHttpCookieFactory","features":[346]},{"name":"IHttpCookieManager","features":[346]},{"name":"IHttpFormUrlEncodedContentFactory","features":[346]},{"name":"IHttpGetBufferResult","features":[346]},{"name":"IHttpGetInputStreamResult","features":[346]},{"name":"IHttpGetStringResult","features":[346]},{"name":"IHttpMethod","features":[346]},{"name":"IHttpMethodFactory","features":[346]},{"name":"IHttpMethodStatics","features":[346]},{"name":"IHttpMultipartContent","features":[346]},{"name":"IHttpMultipartContentFactory","features":[346]},{"name":"IHttpMultipartFormDataContent","features":[346]},{"name":"IHttpMultipartFormDataContentFactory","features":[346]},{"name":"IHttpRequestMessage","features":[346]},{"name":"IHttpRequestMessage2","features":[346]},{"name":"IHttpRequestMessageFactory","features":[346]},{"name":"IHttpRequestResult","features":[346]},{"name":"IHttpResponseMessage","features":[346]},{"name":"IHttpResponseMessageFactory","features":[346]},{"name":"IHttpStreamContentFactory","features":[346]},{"name":"IHttpStringContentFactory","features":[346]},{"name":"IHttpTransportInformation","features":[346]}],"358":[{"name":"HttpDiagnosticProvider","features":[347]},{"name":"HttpDiagnosticProviderRequestResponseCompletedEventArgs","features":[347]},{"name":"HttpDiagnosticProviderRequestResponseTimestamps","features":[347]},{"name":"HttpDiagnosticProviderRequestSentEventArgs","features":[347]},{"name":"HttpDiagnosticProviderResponseReceivedEventArgs","features":[347]},{"name":"HttpDiagnosticRequestInitiator","features":[347]},{"name":"HttpDiagnosticSourceLocation","features":[347]},{"name":"HttpDiagnosticsContract","features":[347]},{"name":"IHttpDiagnosticProvider","features":[347]},{"name":"IHttpDiagnosticProviderRequestResponseCompletedEventArgs","features":[347]},{"name":"IHttpDiagnosticProviderRequestResponseTimestamps","features":[347]},{"name":"IHttpDiagnosticProviderRequestSentEventArgs","features":[347]},{"name":"IHttpDiagnosticProviderResponseReceivedEventArgs","features":[347]},{"name":"IHttpDiagnosticProviderStatics","features":[347]},{"name":"IHttpDiagnosticSourceLocation","features":[347]}],"359":[{"name":"HttpBaseProtocolFilter","features":[348]},{"name":"HttpCacheControl","features":[348]},{"name":"HttpCacheReadBehavior","features":[348]},{"name":"HttpCacheWriteBehavior","features":[348]},{"name":"HttpCookieUsageBehavior","features":[348]},{"name":"HttpServerCustomValidationRequestedEventArgs","features":[348]},{"name":"IHttpBaseProtocolFilter","features":[348]},{"name":"IHttpBaseProtocolFilter2","features":[348]},{"name":"IHttpBaseProtocolFilter3","features":[348]},{"name":"IHttpBaseProtocolFilter4","features":[348]},{"name":"IHttpBaseProtocolFilter5","features":[348]},{"name":"IHttpBaseProtocolFilterStatics","features":[348]},{"name":"IHttpCacheControl","features":[348]},{"name":"IHttpFilter","features":[348]},{"name":"IHttpServerCustomValidationRequestedEventArgs","features":[348]}],"360":[{"name":"HttpCacheDirectiveHeaderValueCollection","features":[349]},{"name":"HttpChallengeHeaderValue","features":[349]},{"name":"HttpChallengeHeaderValueCollection","features":[349]},{"name":"HttpConnectionOptionHeaderValue","features":[349]},{"name":"HttpConnectionOptionHeaderValueCollection","features":[349]},{"name":"HttpContentCodingHeaderValue","features":[349]},{"name":"HttpContentCodingHeaderValueCollection","features":[349]},{"name":"HttpContentCodingWithQualityHeaderValue","features":[349]},{"name":"HttpContentCodingWithQualityHeaderValueCollection","features":[349]},{"name":"HttpContentDispositionHeaderValue","features":[349]},{"name":"HttpContentHeaderCollection","features":[349]},{"name":"HttpContentRangeHeaderValue","features":[349]},{"name":"HttpCookiePairHeaderValue","features":[349]},{"name":"HttpCookiePairHeaderValueCollection","features":[349]},{"name":"HttpCredentialsHeaderValue","features":[349]},{"name":"HttpDateOrDeltaHeaderValue","features":[349]},{"name":"HttpExpectationHeaderValue","features":[349]},{"name":"HttpExpectationHeaderValueCollection","features":[349]},{"name":"HttpLanguageHeaderValueCollection","features":[349]},{"name":"HttpLanguageRangeWithQualityHeaderValue","features":[349]},{"name":"HttpLanguageRangeWithQualityHeaderValueCollection","features":[349]},{"name":"HttpMediaTypeHeaderValue","features":[349]},{"name":"HttpMediaTypeWithQualityHeaderValue","features":[349]},{"name":"HttpMediaTypeWithQualityHeaderValueCollection","features":[349]},{"name":"HttpMethodHeaderValueCollection","features":[349]},{"name":"HttpNameValueHeaderValue","features":[349]},{"name":"HttpProductHeaderValue","features":[349]},{"name":"HttpProductInfoHeaderValue","features":[349]},{"name":"HttpProductInfoHeaderValueCollection","features":[349]},{"name":"HttpRequestHeaderCollection","features":[349]},{"name":"HttpResponseHeaderCollection","features":[349]},{"name":"HttpTransferCodingHeaderValue","features":[349]},{"name":"HttpTransferCodingHeaderValueCollection","features":[349]},{"name":"IHttpCacheDirectiveHeaderValueCollection","features":[349]},{"name":"IHttpChallengeHeaderValue","features":[349]},{"name":"IHttpChallengeHeaderValueCollection","features":[349]},{"name":"IHttpChallengeHeaderValueFactory","features":[349]},{"name":"IHttpChallengeHeaderValueStatics","features":[349]},{"name":"IHttpConnectionOptionHeaderValue","features":[349]},{"name":"IHttpConnectionOptionHeaderValueCollection","features":[349]},{"name":"IHttpConnectionOptionHeaderValueFactory","features":[349]},{"name":"IHttpConnectionOptionHeaderValueStatics","features":[349]},{"name":"IHttpContentCodingHeaderValue","features":[349]},{"name":"IHttpContentCodingHeaderValueCollection","features":[349]},{"name":"IHttpContentCodingHeaderValueFactory","features":[349]},{"name":"IHttpContentCodingHeaderValueStatics","features":[349]},{"name":"IHttpContentCodingWithQualityHeaderValue","features":[349]},{"name":"IHttpContentCodingWithQualityHeaderValueCollection","features":[349]},{"name":"IHttpContentCodingWithQualityHeaderValueFactory","features":[349]},{"name":"IHttpContentCodingWithQualityHeaderValueStatics","features":[349]},{"name":"IHttpContentDispositionHeaderValue","features":[349]},{"name":"IHttpContentDispositionHeaderValueFactory","features":[349]},{"name":"IHttpContentDispositionHeaderValueStatics","features":[349]},{"name":"IHttpContentHeaderCollection","features":[349]},{"name":"IHttpContentRangeHeaderValue","features":[349]},{"name":"IHttpContentRangeHeaderValueFactory","features":[349]},{"name":"IHttpContentRangeHeaderValueStatics","features":[349]},{"name":"IHttpCookiePairHeaderValue","features":[349]},{"name":"IHttpCookiePairHeaderValueCollection","features":[349]},{"name":"IHttpCookiePairHeaderValueFactory","features":[349]},{"name":"IHttpCookiePairHeaderValueStatics","features":[349]},{"name":"IHttpCredentialsHeaderValue","features":[349]},{"name":"IHttpCredentialsHeaderValueFactory","features":[349]},{"name":"IHttpCredentialsHeaderValueStatics","features":[349]},{"name":"IHttpDateOrDeltaHeaderValue","features":[349]},{"name":"IHttpDateOrDeltaHeaderValueStatics","features":[349]},{"name":"IHttpExpectationHeaderValue","features":[349]},{"name":"IHttpExpectationHeaderValueCollection","features":[349]},{"name":"IHttpExpectationHeaderValueFactory","features":[349]},{"name":"IHttpExpectationHeaderValueStatics","features":[349]},{"name":"IHttpLanguageHeaderValueCollection","features":[349]},{"name":"IHttpLanguageRangeWithQualityHeaderValue","features":[349]},{"name":"IHttpLanguageRangeWithQualityHeaderValueCollection","features":[349]},{"name":"IHttpLanguageRangeWithQualityHeaderValueFactory","features":[349]},{"name":"IHttpLanguageRangeWithQualityHeaderValueStatics","features":[349]},{"name":"IHttpMediaTypeHeaderValue","features":[349]},{"name":"IHttpMediaTypeHeaderValueFactory","features":[349]},{"name":"IHttpMediaTypeHeaderValueStatics","features":[349]},{"name":"IHttpMediaTypeWithQualityHeaderValue","features":[349]},{"name":"IHttpMediaTypeWithQualityHeaderValueCollection","features":[349]},{"name":"IHttpMediaTypeWithQualityHeaderValueFactory","features":[349]},{"name":"IHttpMediaTypeWithQualityHeaderValueStatics","features":[349]},{"name":"IHttpMethodHeaderValueCollection","features":[349]},{"name":"IHttpNameValueHeaderValue","features":[349]},{"name":"IHttpNameValueHeaderValueFactory","features":[349]},{"name":"IHttpNameValueHeaderValueStatics","features":[349]},{"name":"IHttpProductHeaderValue","features":[349]},{"name":"IHttpProductHeaderValueFactory","features":[349]},{"name":"IHttpProductHeaderValueStatics","features":[349]},{"name":"IHttpProductInfoHeaderValue","features":[349]},{"name":"IHttpProductInfoHeaderValueCollection","features":[349]},{"name":"IHttpProductInfoHeaderValueFactory","features":[349]},{"name":"IHttpProductInfoHeaderValueStatics","features":[349]},{"name":"IHttpRequestHeaderCollection","features":[349]},{"name":"IHttpResponseHeaderCollection","features":[349]},{"name":"IHttpTransferCodingHeaderValue","features":[349]},{"name":"IHttpTransferCodingHeaderValueCollection","features":[349]},{"name":"IHttpTransferCodingHeaderValueFactory","features":[349]},{"name":"IHttpTransferCodingHeaderValueStatics","features":[349]}],"361":[{"name":"ISyndicationAttribute","features":[350]},{"name":"ISyndicationAttributeFactory","features":[350]},{"name":"ISyndicationCategory","features":[350]},{"name":"ISyndicationCategoryFactory","features":[350]},{"name":"ISyndicationClient","features":[350]},{"name":"ISyndicationClientFactory","features":[350]},{"name":"ISyndicationContent","features":[350]},{"name":"ISyndicationContentFactory","features":[350]},{"name":"ISyndicationErrorStatics","features":[350]},{"name":"ISyndicationFeed","features":[350]},{"name":"ISyndicationFeedFactory","features":[350]},{"name":"ISyndicationGenerator","features":[350]},{"name":"ISyndicationGeneratorFactory","features":[350]},{"name":"ISyndicationItem","features":[350]},{"name":"ISyndicationItemFactory","features":[350]},{"name":"ISyndicationLink","features":[350]},{"name":"ISyndicationLinkFactory","features":[350]},{"name":"ISyndicationNode","features":[350]},{"name":"ISyndicationNodeFactory","features":[350]},{"name":"ISyndicationPerson","features":[350]},{"name":"ISyndicationPersonFactory","features":[350]},{"name":"ISyndicationText","features":[350]},{"name":"ISyndicationTextFactory","features":[350]},{"name":"RetrievalProgress","features":[350]},{"name":"SyndicationAttribute","features":[350]},{"name":"SyndicationCategory","features":[350]},{"name":"SyndicationClient","features":[350]},{"name":"SyndicationContent","features":[350]},{"name":"SyndicationError","features":[350]},{"name":"SyndicationErrorStatus","features":[350]},{"name":"SyndicationFeed","features":[350]},{"name":"SyndicationFormat","features":[350]},{"name":"SyndicationGenerator","features":[350]},{"name":"SyndicationItem","features":[350]},{"name":"SyndicationLink","features":[350]},{"name":"SyndicationNode","features":[350]},{"name":"SyndicationPerson","features":[350]},{"name":"SyndicationText","features":[350]},{"name":"SyndicationTextType","features":[350]},{"name":"TransferProgress","features":[350]}],"362":[{"name":"IWebViewControl","features":[351]},{"name":"IWebViewControl2","features":[351]},{"name":"IWebViewControlContentLoadingEventArgs","features":[351]},{"name":"IWebViewControlDOMContentLoadedEventArgs","features":[351]},{"name":"IWebViewControlDeferredPermissionRequest","features":[351]},{"name":"IWebViewControlLongRunningScriptDetectedEventArgs","features":[351]},{"name":"IWebViewControlNavigationCompletedEventArgs","features":[351]},{"name":"IWebViewControlNavigationStartingEventArgs","features":[351]},{"name":"IWebViewControlNewWindowRequestedEventArgs","features":[351]},{"name":"IWebViewControlNewWindowRequestedEventArgs2","features":[351]},{"name":"IWebViewControlPermissionRequest","features":[351]},{"name":"IWebViewControlPermissionRequestedEventArgs","features":[351]},{"name":"IWebViewControlScriptNotifyEventArgs","features":[351]},{"name":"IWebViewControlSettings","features":[351]},{"name":"IWebViewControlUnsupportedUriSchemeIdentifiedEventArgs","features":[351]},{"name":"IWebViewControlUnviewableContentIdentifiedEventArgs","features":[351]},{"name":"IWebViewControlWebResourceRequestedEventArgs","features":[351]},{"name":"WebViewControlContentLoadingEventArgs","features":[351]},{"name":"WebViewControlDOMContentLoadedEventArgs","features":[351]},{"name":"WebViewControlDeferredPermissionRequest","features":[351]},{"name":"WebViewControlLongRunningScriptDetectedEventArgs","features":[351]},{"name":"WebViewControlNavigationCompletedEventArgs","features":[351]},{"name":"WebViewControlNavigationStartingEventArgs","features":[351]},{"name":"WebViewControlNewWindowRequestedEventArgs","features":[351]},{"name":"WebViewControlPermissionRequest","features":[351]},{"name":"WebViewControlPermissionRequestedEventArgs","features":[351]},{"name":"WebViewControlPermissionState","features":[351]},{"name":"WebViewControlPermissionType","features":[351]},{"name":"WebViewControlScriptNotifyEventArgs","features":[351]},{"name":"WebViewControlSettings","features":[351]},{"name":"WebViewControlUnsupportedUriSchemeIdentifiedEventArgs","features":[351]},{"name":"WebViewControlUnviewableContentIdentifiedEventArgs","features":[351]},{"name":"WebViewControlWebResourceRequestedEventArgs","features":[351]}],"363":[{"name":"IWebViewControlAcceleratorKeyPressedEventArgs","features":[352]},{"name":"IWebViewControlMoveFocusRequestedEventArgs","features":[352]},{"name":"IWebViewControlProcess","features":[352]},{"name":"IWebViewControlProcessFactory","features":[352]},{"name":"IWebViewControlProcessOptions","features":[352]},{"name":"IWebViewControlSite","features":[352]},{"name":"IWebViewControlSite2","features":[352]},{"name":"WebViewControl","features":[352]},{"name":"WebViewControlAcceleratorKeyPressedEventArgs","features":[352]},{"name":"WebViewControlAcceleratorKeyRoutingStage","features":[352]},{"name":"WebViewControlMoveFocusReason","features":[352]},{"name":"WebViewControlMoveFocusRequestedEventArgs","features":[352]},{"name":"WebViewControlProcess","features":[352]},{"name":"WebViewControlProcessCapabilityState","features":[352]},{"name":"WebViewControlProcessOptions","features":[352]}],"364":[{"name":"DMLCreateDevice","features":[353,354]},{"name":"DMLCreateDevice1","features":[353,354]},{"name":"DML_ACTIVATION_CELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_ELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_HARDMAX_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_HARD_SIGMOID_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_IDENTITY_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_LEAKY_RELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_LINEAR_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_LOG_SOFTMAX_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_PARAMETERIZED_RELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_PARAMETRIC_SOFTPLUS_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_RELU_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_RELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SCALED_ELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SCALED_TANH_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SHRINK_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SIGMOID_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SOFTMAX_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SOFTPLUS_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SOFTSIGN_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_TANH_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_THRESHOLDED_RELU_OPERATOR_DESC","features":[353]},{"name":"DML_ADAM_OPTIMIZER_OPERATOR_DESC","features":[353]},{"name":"DML_ARGMAX_OPERATOR_DESC","features":[353]},{"name":"DML_ARGMIN_OPERATOR_DESC","features":[353]},{"name":"DML_AVERAGE_POOLING_GRAD_OPERATOR_DESC","features":[353,307]},{"name":"DML_AVERAGE_POOLING_OPERATOR_DESC","features":[353,307]},{"name":"DML_AXIS_DIRECTION","features":[353]},{"name":"DML_AXIS_DIRECTION_DECREASING","features":[353]},{"name":"DML_AXIS_DIRECTION_INCREASING","features":[353]},{"name":"DML_BATCH_NORMALIZATION_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_BATCH_NORMALIZATION_OPERATOR_DESC","features":[353,307]},{"name":"DML_BINDING_DESC","features":[353]},{"name":"DML_BINDING_PROPERTIES","features":[353]},{"name":"DML_BINDING_TABLE_DESC","features":[353,354]},{"name":"DML_BINDING_TYPE","features":[353]},{"name":"DML_BINDING_TYPE_BUFFER","features":[353]},{"name":"DML_BINDING_TYPE_BUFFER_ARRAY","features":[353]},{"name":"DML_BINDING_TYPE_NONE","features":[353]},{"name":"DML_BUFFER_ARRAY_BINDING","features":[353,354]},{"name":"DML_BUFFER_BINDING","features":[353,354]},{"name":"DML_BUFFER_TENSOR_DESC","features":[353]},{"name":"DML_CAST_OPERATOR_DESC","features":[353]},{"name":"DML_CONVOLUTION_DIRECTION","features":[353]},{"name":"DML_CONVOLUTION_DIRECTION_BACKWARD","features":[353]},{"name":"DML_CONVOLUTION_DIRECTION_FORWARD","features":[353]},{"name":"DML_CONVOLUTION_INTEGER_OPERATOR_DESC","features":[353]},{"name":"DML_CONVOLUTION_MODE","features":[353]},{"name":"DML_CONVOLUTION_MODE_CONVOLUTION","features":[353]},{"name":"DML_CONVOLUTION_MODE_CROSS_CORRELATION","features":[353]},{"name":"DML_CONVOLUTION_OPERATOR_DESC","features":[353]},{"name":"DML_CREATE_DEVICE_FLAGS","features":[353]},{"name":"DML_CREATE_DEVICE_FLAG_DEBUG","features":[353]},{"name":"DML_CREATE_DEVICE_FLAG_NONE","features":[353]},{"name":"DML_CUMULATIVE_PRODUCT_OPERATOR_DESC","features":[353,307]},{"name":"DML_CUMULATIVE_SUMMATION_OPERATOR_DESC","features":[353,307]},{"name":"DML_DEPTH_SPACE_ORDER","features":[353]},{"name":"DML_DEPTH_SPACE_ORDER_COLUMN_ROW_DEPTH","features":[353]},{"name":"DML_DEPTH_SPACE_ORDER_DEPTH_COLUMN_ROW","features":[353]},{"name":"DML_DEPTH_TO_SPACE1_OPERATOR_DESC","features":[353]},{"name":"DML_DEPTH_TO_SPACE_OPERATOR_DESC","features":[353]},{"name":"DML_DIAGONAL_MATRIX_OPERATOR_DESC","features":[353]},{"name":"DML_DYNAMIC_QUANTIZE_LINEAR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ABS_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ACOSH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ACOS_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ADD1_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ADD_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ASINH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ASIN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ATANH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ATAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ATAN_YX_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_AND_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_COUNT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_NOT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_OR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_SHIFT_LEFT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_SHIFT_RIGHT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_XOR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_CEIL_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_CLIP_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_CLIP_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_CONSTANT_POW_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_COSH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_COS_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_DEQUANTIZE_LINEAR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_DIFFERENCE_SQUARE_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_DIVIDE_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ERF_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_EXP_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_FLOOR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_IDENTITY_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_IF_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_IS_INFINITY_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_IS_NAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_AND_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_EQUALS_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_GREATER_THAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_GREATER_THAN_OR_EQUAL_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_LESS_THAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_LESS_THAN_OR_EQUAL_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_NOT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_OR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_XOR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOG_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MAX_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MEAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MIN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MODULUS_FLOOR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MODULUS_TRUNCATE_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MULTIPLY_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_POW_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_QUANTIZED_LINEAR_ADD_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_QUANTIZE_LINEAR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_RECIP_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ROUND_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_SIGN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_SINH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_SIN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_SQRT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_SUBTRACT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_TANH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_TAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_THRESHOLD_OPERATOR_DESC","features":[353]},{"name":"DML_EXECUTION_FLAGS","features":[353]},{"name":"DML_EXECUTION_FLAG_ALLOW_HALF_PRECISION_COMPUTATION","features":[353]},{"name":"DML_EXECUTION_FLAG_DESCRIPTORS_VOLATILE","features":[353]},{"name":"DML_EXECUTION_FLAG_DISABLE_META_COMMANDS","features":[353]},{"name":"DML_EXECUTION_FLAG_NONE","features":[353]},{"name":"DML_FEATURE","features":[353]},{"name":"DML_FEATURE_DATA_FEATURE_LEVELS","features":[353]},{"name":"DML_FEATURE_DATA_TENSOR_DATA_TYPE_SUPPORT","features":[353,307]},{"name":"DML_FEATURE_FEATURE_LEVELS","features":[353]},{"name":"DML_FEATURE_LEVEL","features":[353]},{"name":"DML_FEATURE_LEVEL_1_0","features":[353]},{"name":"DML_FEATURE_LEVEL_2_0","features":[353]},{"name":"DML_FEATURE_LEVEL_2_1","features":[353]},{"name":"DML_FEATURE_LEVEL_3_0","features":[353]},{"name":"DML_FEATURE_LEVEL_3_1","features":[353]},{"name":"DML_FEATURE_LEVEL_4_0","features":[353]},{"name":"DML_FEATURE_LEVEL_4_1","features":[353]},{"name":"DML_FEATURE_LEVEL_5_0","features":[353]},{"name":"DML_FEATURE_QUERY_FEATURE_LEVELS","features":[353]},{"name":"DML_FEATURE_QUERY_TENSOR_DATA_TYPE_SUPPORT","features":[353]},{"name":"DML_FEATURE_TENSOR_DATA_TYPE_SUPPORT","features":[353]},{"name":"DML_FILL_VALUE_CONSTANT_OPERATOR_DESC","features":[353]},{"name":"DML_FILL_VALUE_SEQUENCE_OPERATOR_DESC","features":[353]},{"name":"DML_GATHER_ELEMENTS_OPERATOR_DESC","features":[353]},{"name":"DML_GATHER_ND1_OPERATOR_DESC","features":[353]},{"name":"DML_GATHER_ND_OPERATOR_DESC","features":[353]},{"name":"DML_GATHER_OPERATOR_DESC","features":[353]},{"name":"DML_GEMM_OPERATOR_DESC","features":[353]},{"name":"DML_GRAPH_DESC","features":[353]},{"name":"DML_GRAPH_EDGE_DESC","features":[353]},{"name":"DML_GRAPH_EDGE_TYPE","features":[353]},{"name":"DML_GRAPH_EDGE_TYPE_INPUT","features":[353]},{"name":"DML_GRAPH_EDGE_TYPE_INTERMEDIATE","features":[353]},{"name":"DML_GRAPH_EDGE_TYPE_INVALID","features":[353]},{"name":"DML_GRAPH_EDGE_TYPE_OUTPUT","features":[353]},{"name":"DML_GRAPH_NODE_DESC","features":[353]},{"name":"DML_GRAPH_NODE_TYPE","features":[353]},{"name":"DML_GRAPH_NODE_TYPE_INVALID","features":[353]},{"name":"DML_GRAPH_NODE_TYPE_OPERATOR","features":[353]},{"name":"DML_GRU_OPERATOR_DESC","features":[353,307]},{"name":"DML_INPUT_GRAPH_EDGE_DESC","features":[353]},{"name":"DML_INTERMEDIATE_GRAPH_EDGE_DESC","features":[353]},{"name":"DML_INTERPOLATION_MODE","features":[353]},{"name":"DML_INTERPOLATION_MODE_LINEAR","features":[353]},{"name":"DML_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[353]},{"name":"DML_IS_INFINITY_MODE","features":[353]},{"name":"DML_IS_INFINITY_MODE_EITHER","features":[353]},{"name":"DML_IS_INFINITY_MODE_NEGATIVE","features":[353]},{"name":"DML_IS_INFINITY_MODE_POSITIVE","features":[353]},{"name":"DML_JOIN_OPERATOR_DESC","features":[353]},{"name":"DML_LOCAL_RESPONSE_NORMALIZATION_GRAD_OPERATOR_DESC","features":[353,307]},{"name":"DML_LOCAL_RESPONSE_NORMALIZATION_OPERATOR_DESC","features":[353,307]},{"name":"DML_LP_NORMALIZATION_OPERATOR_DESC","features":[353]},{"name":"DML_LP_POOLING_OPERATOR_DESC","features":[353]},{"name":"DML_LSTM_OPERATOR_DESC","features":[353,307]},{"name":"DML_MATRIX_MULTIPLY_INTEGER_OPERATOR_DESC","features":[353]},{"name":"DML_MATRIX_TRANSFORM","features":[353]},{"name":"DML_MATRIX_TRANSFORM_NONE","features":[353]},{"name":"DML_MATRIX_TRANSFORM_TRANSPOSE","features":[353]},{"name":"DML_MAX_POOLING1_OPERATOR_DESC","features":[353]},{"name":"DML_MAX_POOLING2_OPERATOR_DESC","features":[353]},{"name":"DML_MAX_POOLING_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_MAX_POOLING_OPERATOR_DESC","features":[353]},{"name":"DML_MAX_UNPOOLING_OPERATOR_DESC","features":[353]},{"name":"DML_MEAN_VARIANCE_NORMALIZATION1_OPERATOR_DESC","features":[353,307]},{"name":"DML_MEAN_VARIANCE_NORMALIZATION_OPERATOR_DESC","features":[353,307]},{"name":"DML_MINIMUM_BUFFER_TENSOR_ALIGNMENT","features":[353]},{"name":"DML_NONZERO_COORDINATES_OPERATOR_DESC","features":[353]},{"name":"DML_ONE_HOT_OPERATOR_DESC","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_CELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_ELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_HARDMAX","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_HARD_SIGMOID","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_IDENTITY","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_LEAKY_RELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_LINEAR","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_LOG_SOFTMAX","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_PARAMETERIZED_RELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_PARAMETRIC_SOFTPLUS","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_RELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_RELU_GRAD","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SCALED_ELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SCALED_TANH","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SHRINK","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SIGMOID","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SOFTMAX","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SOFTPLUS","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SOFTSIGN","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_TANH","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_THRESHOLDED_RELU","features":[353]},{"name":"DML_OPERATOR_ADAM_OPTIMIZER","features":[353]},{"name":"DML_OPERATOR_ARGMAX","features":[353]},{"name":"DML_OPERATOR_ARGMIN","features":[353]},{"name":"DML_OPERATOR_AVERAGE_POOLING","features":[353]},{"name":"DML_OPERATOR_AVERAGE_POOLING_GRAD","features":[353]},{"name":"DML_OPERATOR_BATCH_NORMALIZATION","features":[353]},{"name":"DML_OPERATOR_BATCH_NORMALIZATION_GRAD","features":[353]},{"name":"DML_OPERATOR_CAST","features":[353]},{"name":"DML_OPERATOR_CONVOLUTION","features":[353]},{"name":"DML_OPERATOR_CONVOLUTION_INTEGER","features":[353]},{"name":"DML_OPERATOR_CUMULATIVE_PRODUCT","features":[353]},{"name":"DML_OPERATOR_CUMULATIVE_SUMMATION","features":[353]},{"name":"DML_OPERATOR_DEPTH_TO_SPACE","features":[353]},{"name":"DML_OPERATOR_DEPTH_TO_SPACE1","features":[353]},{"name":"DML_OPERATOR_DESC","features":[353]},{"name":"DML_OPERATOR_DIAGONAL_MATRIX","features":[353]},{"name":"DML_OPERATOR_DYNAMIC_QUANTIZE_LINEAR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ABS","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ACOS","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ACOSH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ADD","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ADD1","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ASIN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ASINH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ATAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ATANH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ATAN_YX","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_AND","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_COUNT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_NOT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_OR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_SHIFT_LEFT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_SHIFT_RIGHT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_XOR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_CEIL","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_CLIP","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_CLIP_GRAD","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_CONSTANT_POW","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_COS","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_COSH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_DEQUANTIZE_LINEAR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_DIFFERENCE_SQUARE","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_DIVIDE","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ERF","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_EXP","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_FLOOR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_IDENTITY","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_IF","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_IS_INFINITY","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_IS_NAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOG","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_AND","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_EQUALS","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_GREATER_THAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_GREATER_THAN_OR_EQUAL","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_LESS_THAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_LESS_THAN_OR_EQUAL","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_NOT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_OR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_XOR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MAX","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MEAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MIN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MODULUS_FLOOR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MODULUS_TRUNCATE","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MULTIPLY","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_POW","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_QUANTIZED_LINEAR_ADD","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_QUANTIZE_LINEAR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_RECIP","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ROUND","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_SIGN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_SIN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_SINH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_SQRT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_SUBTRACT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_TAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_TANH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_THRESHOLD","features":[353]},{"name":"DML_OPERATOR_FILL_VALUE_CONSTANT","features":[353]},{"name":"DML_OPERATOR_FILL_VALUE_SEQUENCE","features":[353]},{"name":"DML_OPERATOR_GATHER","features":[353]},{"name":"DML_OPERATOR_GATHER_ELEMENTS","features":[353]},{"name":"DML_OPERATOR_GATHER_ND","features":[353]},{"name":"DML_OPERATOR_GATHER_ND1","features":[353]},{"name":"DML_OPERATOR_GEMM","features":[353]},{"name":"DML_OPERATOR_GRAPH_NODE_DESC","features":[353]},{"name":"DML_OPERATOR_GRU","features":[353]},{"name":"DML_OPERATOR_INVALID","features":[353]},{"name":"DML_OPERATOR_JOIN","features":[353]},{"name":"DML_OPERATOR_LOCAL_RESPONSE_NORMALIZATION","features":[353]},{"name":"DML_OPERATOR_LOCAL_RESPONSE_NORMALIZATION_GRAD","features":[353]},{"name":"DML_OPERATOR_LP_NORMALIZATION","features":[353]},{"name":"DML_OPERATOR_LP_POOLING","features":[353]},{"name":"DML_OPERATOR_LSTM","features":[353]},{"name":"DML_OPERATOR_MATRIX_MULTIPLY_INTEGER","features":[353]},{"name":"DML_OPERATOR_MAX_POOLING","features":[353]},{"name":"DML_OPERATOR_MAX_POOLING1","features":[353]},{"name":"DML_OPERATOR_MAX_POOLING2","features":[353]},{"name":"DML_OPERATOR_MAX_POOLING_GRAD","features":[353]},{"name":"DML_OPERATOR_MAX_UNPOOLING","features":[353]},{"name":"DML_OPERATOR_MEAN_VARIANCE_NORMALIZATION","features":[353]},{"name":"DML_OPERATOR_MEAN_VARIANCE_NORMALIZATION1","features":[353]},{"name":"DML_OPERATOR_NONZERO_COORDINATES","features":[353]},{"name":"DML_OPERATOR_ONE_HOT","features":[353]},{"name":"DML_OPERATOR_PADDING","features":[353]},{"name":"DML_OPERATOR_QUANTIZED_LINEAR_CONVOLUTION","features":[353]},{"name":"DML_OPERATOR_QUANTIZED_LINEAR_MATRIX_MULTIPLY","features":[353]},{"name":"DML_OPERATOR_RANDOM_GENERATOR","features":[353]},{"name":"DML_OPERATOR_REDUCE","features":[353]},{"name":"DML_OPERATOR_RESAMPLE","features":[353]},{"name":"DML_OPERATOR_RESAMPLE1","features":[353]},{"name":"DML_OPERATOR_RESAMPLE_GRAD","features":[353]},{"name":"DML_OPERATOR_REVERSE_SUBSEQUENCES","features":[353]},{"name":"DML_OPERATOR_RNN","features":[353]},{"name":"DML_OPERATOR_ROI_ALIGN","features":[353]},{"name":"DML_OPERATOR_ROI_ALIGN1","features":[353]},{"name":"DML_OPERATOR_ROI_POOLING","features":[353]},{"name":"DML_OPERATOR_SCATTER","features":[353]},{"name":"DML_OPERATOR_SCATTER_ELEMENTS","features":[353]},{"name":"DML_OPERATOR_SCATTER_ND","features":[353]},{"name":"DML_OPERATOR_SLICE","features":[353]},{"name":"DML_OPERATOR_SLICE1","features":[353]},{"name":"DML_OPERATOR_SLICE_GRAD","features":[353]},{"name":"DML_OPERATOR_SPACE_TO_DEPTH","features":[353]},{"name":"DML_OPERATOR_SPACE_TO_DEPTH1","features":[353]},{"name":"DML_OPERATOR_SPLIT","features":[353]},{"name":"DML_OPERATOR_TILE","features":[353]},{"name":"DML_OPERATOR_TOP_K","features":[353]},{"name":"DML_OPERATOR_TOP_K1","features":[353]},{"name":"DML_OPERATOR_TYPE","features":[353]},{"name":"DML_OPERATOR_UPSAMPLE_2D","features":[353]},{"name":"DML_OPERATOR_VALUE_SCALE_2D","features":[353]},{"name":"DML_OUTPUT_GRAPH_EDGE_DESC","features":[353]},{"name":"DML_PADDING_MODE","features":[353]},{"name":"DML_PADDING_MODE_CONSTANT","features":[353]},{"name":"DML_PADDING_MODE_EDGE","features":[353]},{"name":"DML_PADDING_MODE_REFLECTION","features":[353]},{"name":"DML_PADDING_MODE_SYMMETRIC","features":[353]},{"name":"DML_PADDING_OPERATOR_DESC","features":[353]},{"name":"DML_PERSISTENT_BUFFER_ALIGNMENT","features":[353]},{"name":"DML_QUANTIZED_LINEAR_CONVOLUTION_OPERATOR_DESC","features":[353]},{"name":"DML_QUANTIZED_LINEAR_MATRIX_MULTIPLY_OPERATOR_DESC","features":[353]},{"name":"DML_RANDOM_GENERATOR_OPERATOR_DESC","features":[353]},{"name":"DML_RANDOM_GENERATOR_TYPE","features":[353]},{"name":"DML_RANDOM_GENERATOR_TYPE_PHILOX_4X32_10","features":[353]},{"name":"DML_RECURRENT_NETWORK_DIRECTION","features":[353]},{"name":"DML_RECURRENT_NETWORK_DIRECTION_BACKWARD","features":[353]},{"name":"DML_RECURRENT_NETWORK_DIRECTION_BIDIRECTIONAL","features":[353]},{"name":"DML_RECURRENT_NETWORK_DIRECTION_FORWARD","features":[353]},{"name":"DML_REDUCE_FUNCTION","features":[353]},{"name":"DML_REDUCE_FUNCTION_ARGMAX","features":[353]},{"name":"DML_REDUCE_FUNCTION_ARGMIN","features":[353]},{"name":"DML_REDUCE_FUNCTION_AVERAGE","features":[353]},{"name":"DML_REDUCE_FUNCTION_L1","features":[353]},{"name":"DML_REDUCE_FUNCTION_L2","features":[353]},{"name":"DML_REDUCE_FUNCTION_LOG_SUM","features":[353]},{"name":"DML_REDUCE_FUNCTION_LOG_SUM_EXP","features":[353]},{"name":"DML_REDUCE_FUNCTION_MAX","features":[353]},{"name":"DML_REDUCE_FUNCTION_MIN","features":[353]},{"name":"DML_REDUCE_FUNCTION_MULTIPLY","features":[353]},{"name":"DML_REDUCE_FUNCTION_SUM","features":[353]},{"name":"DML_REDUCE_FUNCTION_SUM_SQUARE","features":[353]},{"name":"DML_REDUCE_OPERATOR_DESC","features":[353]},{"name":"DML_RESAMPLE1_OPERATOR_DESC","features":[353]},{"name":"DML_RESAMPLE_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_RESAMPLE_OPERATOR_DESC","features":[353]},{"name":"DML_REVERSE_SUBSEQUENCES_OPERATOR_DESC","features":[353]},{"name":"DML_RNN_OPERATOR_DESC","features":[353]},{"name":"DML_ROI_ALIGN1_OPERATOR_DESC","features":[353,307]},{"name":"DML_ROI_ALIGN_OPERATOR_DESC","features":[353]},{"name":"DML_ROI_POOLING_OPERATOR_DESC","features":[353]},{"name":"DML_ROUNDING_MODE","features":[353]},{"name":"DML_ROUNDING_MODE_HALVES_TO_NEAREST_EVEN","features":[353]},{"name":"DML_ROUNDING_MODE_TOWARD_INFINITY","features":[353]},{"name":"DML_ROUNDING_MODE_TOWARD_ZERO","features":[353]},{"name":"DML_SCALAR_UNION","features":[353]},{"name":"DML_SCALE_BIAS","features":[353]},{"name":"DML_SCATTER_ND_OPERATOR_DESC","features":[353]},{"name":"DML_SCATTER_OPERATOR_DESC","features":[353]},{"name":"DML_SIZE_2D","features":[353]},{"name":"DML_SLICE1_OPERATOR_DESC","features":[353]},{"name":"DML_SLICE_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_SLICE_OPERATOR_DESC","features":[353]},{"name":"DML_SPACE_TO_DEPTH1_OPERATOR_DESC","features":[353]},{"name":"DML_SPACE_TO_DEPTH_OPERATOR_DESC","features":[353]},{"name":"DML_SPLIT_OPERATOR_DESC","features":[353]},{"name":"DML_TARGET_VERSION","features":[353]},{"name":"DML_TEMPORARY_BUFFER_ALIGNMENT","features":[353]},{"name":"DML_TENSOR_DATA_TYPE","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_FLOAT16","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_FLOAT32","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_FLOAT64","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_INT16","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_INT32","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_INT64","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_INT8","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_UINT16","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_UINT32","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_UINT64","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_UINT8","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_UNKNOWN","features":[353]},{"name":"DML_TENSOR_DESC","features":[353]},{"name":"DML_TENSOR_DIMENSION_COUNT_MAX","features":[353]},{"name":"DML_TENSOR_DIMENSION_COUNT_MAX1","features":[353]},{"name":"DML_TENSOR_FLAGS","features":[353]},{"name":"DML_TENSOR_FLAG_NONE","features":[353]},{"name":"DML_TENSOR_FLAG_OWNED_BY_DML","features":[353]},{"name":"DML_TENSOR_TYPE","features":[353]},{"name":"DML_TENSOR_TYPE_BUFFER","features":[353]},{"name":"DML_TENSOR_TYPE_INVALID","features":[353]},{"name":"DML_TILE_OPERATOR_DESC","features":[353]},{"name":"DML_TOP_K1_OPERATOR_DESC","features":[353]},{"name":"DML_TOP_K_OPERATOR_DESC","features":[353]},{"name":"DML_UPSAMPLE_2D_OPERATOR_DESC","features":[353]},{"name":"DML_VALUE_SCALE_2D_OPERATOR_DESC","features":[353]},{"name":"IDMLBindingTable","features":[353]},{"name":"IDMLCommandRecorder","features":[353]},{"name":"IDMLCompiledOperator","features":[353]},{"name":"IDMLDebugDevice","features":[353]},{"name":"IDMLDevice","features":[353]},{"name":"IDMLDevice1","features":[353]},{"name":"IDMLDeviceChild","features":[353]},{"name":"IDMLDispatchable","features":[353]},{"name":"IDMLObject","features":[353]},{"name":"IDMLOperator","features":[353]},{"name":"IDMLOperatorInitializer","features":[353]},{"name":"IDMLPageable","features":[353]}],"365":[{"name":"IMLOperatorAttributes","features":[355]},{"name":"IMLOperatorKernel","features":[355]},{"name":"IMLOperatorKernelContext","features":[355]},{"name":"IMLOperatorKernelCreationContext","features":[355]},{"name":"IMLOperatorKernelFactory","features":[355]},{"name":"IMLOperatorRegistry","features":[355]},{"name":"IMLOperatorShapeInferenceContext","features":[355]},{"name":"IMLOperatorShapeInferrer","features":[355]},{"name":"IMLOperatorTensor","features":[355]},{"name":"IMLOperatorTensorShapeDescription","features":[355]},{"name":"IMLOperatorTypeInferenceContext","features":[355]},{"name":"IMLOperatorTypeInferrer","features":[355]},{"name":"IWinMLEvaluationContext","features":[355]},{"name":"IWinMLModel","features":[355]},{"name":"IWinMLRuntime","features":[355]},{"name":"IWinMLRuntimeFactory","features":[355]},{"name":"MLCreateOperatorRegistry","features":[355]},{"name":"MLOperatorAttribute","features":[355]},{"name":"MLOperatorAttributeNameValue","features":[355]},{"name":"MLOperatorAttributeType","features":[355]},{"name":"MLOperatorEdgeDescription","features":[355]},{"name":"MLOperatorEdgeType","features":[355]},{"name":"MLOperatorEdgeTypeConstraint","features":[355]},{"name":"MLOperatorExecutionType","features":[355]},{"name":"MLOperatorKernelDescription","features":[355]},{"name":"MLOperatorKernelOptions","features":[355]},{"name":"MLOperatorParameterOptions","features":[355]},{"name":"MLOperatorSchemaDescription","features":[355]},{"name":"MLOperatorSchemaEdgeDescription","features":[355]},{"name":"MLOperatorSchemaEdgeTypeFormat","features":[355]},{"name":"MLOperatorSetId","features":[355]},{"name":"MLOperatorTensorDataType","features":[355]},{"name":"WINML_BINDING_DESC","features":[355,354]},{"name":"WINML_BINDING_IMAGE","features":[355]},{"name":"WINML_BINDING_MAP","features":[355]},{"name":"WINML_BINDING_RESOURCE","features":[355]},{"name":"WINML_BINDING_SEQUENCE","features":[355]},{"name":"WINML_BINDING_TENSOR","features":[355]},{"name":"WINML_BINDING_TYPE","features":[355]},{"name":"WINML_BINDING_UNDEFINED","features":[355]},{"name":"WINML_FEATURE_IMAGE","features":[355]},{"name":"WINML_FEATURE_MAP","features":[355]},{"name":"WINML_FEATURE_SEQUENCE","features":[355]},{"name":"WINML_FEATURE_TENSOR","features":[355]},{"name":"WINML_FEATURE_TYPE","features":[355]},{"name":"WINML_FEATURE_UNDEFINED","features":[355]},{"name":"WINML_IMAGE_BINDING_DESC","features":[355]},{"name":"WINML_IMAGE_VARIABLE_DESC","features":[355]},{"name":"WINML_MAP_BINDING_DESC","features":[355]},{"name":"WINML_MAP_VARIABLE_DESC","features":[355]},{"name":"WINML_MODEL_DESC","features":[355]},{"name":"WINML_RESOURCE_BINDING_DESC","features":[355,354]},{"name":"WINML_RUNTIME_CNTK","features":[355]},{"name":"WINML_RUNTIME_TYPE","features":[355]},{"name":"WINML_SEQUENCE_BINDING_DESC","features":[355]},{"name":"WINML_SEQUENCE_VARIABLE_DESC","features":[355]},{"name":"WINML_TENSOR_BINDING_DESC","features":[355]},{"name":"WINML_TENSOR_BOOLEAN","features":[355]},{"name":"WINML_TENSOR_COMPLEX128","features":[355]},{"name":"WINML_TENSOR_COMPLEX64","features":[355]},{"name":"WINML_TENSOR_DATA_TYPE","features":[355]},{"name":"WINML_TENSOR_DIMENSION_COUNT_MAX","features":[355]},{"name":"WINML_TENSOR_DOUBLE","features":[355]},{"name":"WINML_TENSOR_FLOAT","features":[355]},{"name":"WINML_TENSOR_FLOAT16","features":[355]},{"name":"WINML_TENSOR_INT16","features":[355]},{"name":"WINML_TENSOR_INT32","features":[355]},{"name":"WINML_TENSOR_INT64","features":[355]},{"name":"WINML_TENSOR_INT8","features":[355]},{"name":"WINML_TENSOR_STRING","features":[355]},{"name":"WINML_TENSOR_UINT16","features":[355]},{"name":"WINML_TENSOR_UINT32","features":[355]},{"name":"WINML_TENSOR_UINT64","features":[355]},{"name":"WINML_TENSOR_UINT8","features":[355]},{"name":"WINML_TENSOR_UNDEFINED","features":[355]},{"name":"WINML_TENSOR_VARIABLE_DESC","features":[355]},{"name":"WINML_VARIABLE_DESC","features":[355,307]},{"name":"WinMLCreateRuntime","features":[355]}],"366":[{"name":"CLSID_IITCmdInt","features":[356]},{"name":"CLSID_IITDatabase","features":[356]},{"name":"CLSID_IITDatabaseLocal","features":[356]},{"name":"CLSID_IITGroupUpdate","features":[356]},{"name":"CLSID_IITIndexBuild","features":[356]},{"name":"CLSID_IITPropList","features":[356]},{"name":"CLSID_IITResultSet","features":[356]},{"name":"CLSID_IITSvMgr","features":[356]},{"name":"CLSID_IITWWFilterBuild","features":[356]},{"name":"CLSID_IITWordWheel","features":[356]},{"name":"CLSID_IITWordWheelLocal","features":[356]},{"name":"CLSID_IITWordWheelUpdate","features":[356]},{"name":"CLSID_ITEngStemmer","features":[356]},{"name":"CLSID_ITStdBreaker","features":[356]},{"name":"COLUMNSTATUS","features":[356]},{"name":"CProperty","features":[356,307]},{"name":"E_ALL_WILD","features":[356]},{"name":"E_ALREADYINIT","features":[356]},{"name":"E_ALREADYOPEN","features":[356]},{"name":"E_ASSERT","features":[356]},{"name":"E_BADBREAKER","features":[356]},{"name":"E_BADFILE","features":[356]},{"name":"E_BADFILTERSIZE","features":[356]},{"name":"E_BADFORMAT","features":[356]},{"name":"E_BADINDEXFLAGS","features":[356]},{"name":"E_BADPARAM","features":[356]},{"name":"E_BADRANGEOP","features":[356]},{"name":"E_BADVALUE","features":[356]},{"name":"E_BADVERSION","features":[356]},{"name":"E_CANTFINDDLL","features":[356]},{"name":"E_DISKFULL","features":[356]},{"name":"E_DUPLICATE","features":[356]},{"name":"E_EXPECTEDTERM","features":[356]},{"name":"E_FILECLOSE","features":[356]},{"name":"E_FILECREATE","features":[356]},{"name":"E_FILEDELETE","features":[356]},{"name":"E_FILEINVALID","features":[356]},{"name":"E_FILENOTFOUND","features":[356]},{"name":"E_FILEREAD","features":[356]},{"name":"E_FILESEEK","features":[356]},{"name":"E_FILEWRITE","features":[356]},{"name":"E_GETLASTERROR","features":[356]},{"name":"E_GROUPIDTOOBIG","features":[356]},{"name":"E_INTERRUPT","features":[356]},{"name":"E_INVALIDSTATE","features":[356]},{"name":"E_MISSINGPROP","features":[356]},{"name":"E_MISSLPAREN","features":[356]},{"name":"E_MISSQUOTE","features":[356]},{"name":"E_MISSRPAREN","features":[356]},{"name":"E_NAMETOOLONG","features":[356]},{"name":"E_NOHANDLE","features":[356]},{"name":"E_NOKEYPROP","features":[356]},{"name":"E_NOMERGEDDATA","features":[356]},{"name":"E_NOPERMISSION","features":[356]},{"name":"E_NOSTEMMER","features":[356]},{"name":"E_NOTEXIST","features":[356]},{"name":"E_NOTFOUND","features":[356]},{"name":"E_NOTINIT","features":[356]},{"name":"E_NOTOPEN","features":[356]},{"name":"E_NOTSUPPORTED","features":[356]},{"name":"E_NULLQUERY","features":[356]},{"name":"E_OUTOFRANGE","features":[356]},{"name":"E_PROPLISTEMPTY","features":[356]},{"name":"E_PROPLISTNOTEMPTY","features":[356]},{"name":"E_RESULTSETEMPTY","features":[356]},{"name":"E_STOPWORD","features":[356]},{"name":"E_TOODEEP","features":[356]},{"name":"E_TOOMANYCOLUMNS","features":[356]},{"name":"E_TOOMANYDUPS","features":[356]},{"name":"E_TOOMANYOBJECTS","features":[356]},{"name":"E_TOOMANYTITLES","features":[356]},{"name":"E_TOOMANYTOPICS","features":[356]},{"name":"E_TREETOOBIG","features":[356]},{"name":"E_UNKNOWN_TRANSPORT","features":[356]},{"name":"E_UNMATCHEDTYPE","features":[356]},{"name":"E_UNSUPPORTED_TRANSPORT","features":[356]},{"name":"E_WILD_IN_DTYPE","features":[356]},{"name":"E_WORDTOOLONG","features":[356]},{"name":"HHACT_BACK","features":[356]},{"name":"HHACT_CONTRACT","features":[356]},{"name":"HHACT_CUSTOMIZE","features":[356]},{"name":"HHACT_EXPAND","features":[356]},{"name":"HHACT_FORWARD","features":[356]},{"name":"HHACT_HIGHLIGHT","features":[356]},{"name":"HHACT_HOME","features":[356]},{"name":"HHACT_JUMP1","features":[356]},{"name":"HHACT_JUMP2","features":[356]},{"name":"HHACT_LAST_ENUM","features":[356]},{"name":"HHACT_NOTES","features":[356]},{"name":"HHACT_OPTIONS","features":[356]},{"name":"HHACT_PRINT","features":[356]},{"name":"HHACT_REFRESH","features":[356]},{"name":"HHACT_STOP","features":[356]},{"name":"HHACT_SYNC","features":[356]},{"name":"HHACT_TAB_CONTENTS","features":[356]},{"name":"HHACT_TAB_FAVORITES","features":[356]},{"name":"HHACT_TAB_HISTORY","features":[356]},{"name":"HHACT_TAB_INDEX","features":[356]},{"name":"HHACT_TAB_SEARCH","features":[356]},{"name":"HHACT_TOC_NEXT","features":[356]},{"name":"HHACT_TOC_PREV","features":[356]},{"name":"HHACT_ZOOM","features":[356]},{"name":"HHNTRACK","features":[356,307,357]},{"name":"HHN_FIRST","features":[356]},{"name":"HHN_LAST","features":[356]},{"name":"HHN_NAVCOMPLETE","features":[356]},{"name":"HHN_NOTIFY","features":[356,307,357]},{"name":"HHN_TRACK","features":[356]},{"name":"HHN_WINDOW_CREATE","features":[356]},{"name":"HHWIN_BUTTON_BACK","features":[356]},{"name":"HHWIN_BUTTON_BROWSE_BCK","features":[356]},{"name":"HHWIN_BUTTON_BROWSE_FWD","features":[356]},{"name":"HHWIN_BUTTON_CONTENTS","features":[356]},{"name":"HHWIN_BUTTON_EXPAND","features":[356]},{"name":"HHWIN_BUTTON_FAVORITES","features":[356]},{"name":"HHWIN_BUTTON_FORWARD","features":[356]},{"name":"HHWIN_BUTTON_HISTORY","features":[356]},{"name":"HHWIN_BUTTON_HOME","features":[356]},{"name":"HHWIN_BUTTON_INDEX","features":[356]},{"name":"HHWIN_BUTTON_JUMP1","features":[356]},{"name":"HHWIN_BUTTON_JUMP2","features":[356]},{"name":"HHWIN_BUTTON_NOTES","features":[356]},{"name":"HHWIN_BUTTON_OPTIONS","features":[356]},{"name":"HHWIN_BUTTON_PRINT","features":[356]},{"name":"HHWIN_BUTTON_REFRESH","features":[356]},{"name":"HHWIN_BUTTON_SEARCH","features":[356]},{"name":"HHWIN_BUTTON_STOP","features":[356]},{"name":"HHWIN_BUTTON_SYNC","features":[356]},{"name":"HHWIN_BUTTON_TOC_NEXT","features":[356]},{"name":"HHWIN_BUTTON_TOC_PREV","features":[356]},{"name":"HHWIN_BUTTON_ZOOM","features":[356]},{"name":"HHWIN_NAVTAB_BOTTOM","features":[356]},{"name":"HHWIN_NAVTAB_LEFT","features":[356]},{"name":"HHWIN_NAVTAB_TOP","features":[356]},{"name":"HHWIN_NAVTYPE_AUTHOR","features":[356]},{"name":"HHWIN_NAVTYPE_CUSTOM_FIRST","features":[356]},{"name":"HHWIN_NAVTYPE_FAVORITES","features":[356]},{"name":"HHWIN_NAVTYPE_HISTORY","features":[356]},{"name":"HHWIN_NAVTYPE_INDEX","features":[356]},{"name":"HHWIN_NAVTYPE_SEARCH","features":[356]},{"name":"HHWIN_NAVTYPE_TOC","features":[356]},{"name":"HHWIN_PARAM_CUR_TAB","features":[356]},{"name":"HHWIN_PARAM_EXPANSION","features":[356]},{"name":"HHWIN_PARAM_EXSTYLES","features":[356]},{"name":"HHWIN_PARAM_HISTORY_COUNT","features":[356]},{"name":"HHWIN_PARAM_INFOTYPES","features":[356]},{"name":"HHWIN_PARAM_NAV_WIDTH","features":[356]},{"name":"HHWIN_PARAM_PROPERTIES","features":[356]},{"name":"HHWIN_PARAM_RECT","features":[356]},{"name":"HHWIN_PARAM_SHOWSTATE","features":[356]},{"name":"HHWIN_PARAM_STYLES","features":[356]},{"name":"HHWIN_PARAM_TABORDER","features":[356]},{"name":"HHWIN_PARAM_TABPOS","features":[356]},{"name":"HHWIN_PARAM_TB_FLAGS","features":[356]},{"name":"HHWIN_PROP_AUTO_SYNC","features":[356]},{"name":"HHWIN_PROP_CHANGE_TITLE","features":[356]},{"name":"HHWIN_PROP_MENU","features":[356]},{"name":"HHWIN_PROP_NAV_ONLY_WIN","features":[356]},{"name":"HHWIN_PROP_NODEF_EXSTYLES","features":[356]},{"name":"HHWIN_PROP_NODEF_STYLES","features":[356]},{"name":"HHWIN_PROP_NOTB_TEXT","features":[356]},{"name":"HHWIN_PROP_NOTITLEBAR","features":[356]},{"name":"HHWIN_PROP_NO_TOOLBAR","features":[356]},{"name":"HHWIN_PROP_ONTOP","features":[356]},{"name":"HHWIN_PROP_POST_QUIT","features":[356]},{"name":"HHWIN_PROP_TAB_ADVSEARCH","features":[356]},{"name":"HHWIN_PROP_TAB_AUTOHIDESHOW","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM1","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM2","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM3","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM4","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM5","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM6","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM7","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM8","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM9","features":[356]},{"name":"HHWIN_PROP_TAB_FAVORITES","features":[356]},{"name":"HHWIN_PROP_TAB_HISTORY","features":[356]},{"name":"HHWIN_PROP_TAB_SEARCH","features":[356]},{"name":"HHWIN_PROP_TRACKING","features":[356]},{"name":"HHWIN_PROP_TRI_PANE","features":[356]},{"name":"HHWIN_PROP_USER_POS","features":[356]},{"name":"HHWIN_TB_MARGIN","features":[356]},{"name":"HH_AKLINK","features":[356,307]},{"name":"HH_ALINK_LOOKUP","features":[356]},{"name":"HH_CLOSE_ALL","features":[356]},{"name":"HH_DISPLAY_INDEX","features":[356]},{"name":"HH_DISPLAY_SEARCH","features":[356]},{"name":"HH_DISPLAY_TEXT_POPUP","features":[356]},{"name":"HH_DISPLAY_TOC","features":[356]},{"name":"HH_DISPLAY_TOPIC","features":[356]},{"name":"HH_ENUM_CAT","features":[356]},{"name":"HH_ENUM_CATEGORY","features":[356]},{"name":"HH_ENUM_CATEGORY_IT","features":[356]},{"name":"HH_ENUM_INFO_TYPE","features":[356]},{"name":"HH_ENUM_IT","features":[356]},{"name":"HH_FTS_DEFAULT_PROXIMITY","features":[356]},{"name":"HH_FTS_QUERY","features":[356,307]},{"name":"HH_GET_LAST_ERROR","features":[356]},{"name":"HH_GET_WIN_HANDLE","features":[356]},{"name":"HH_GET_WIN_TYPE","features":[356]},{"name":"HH_GLOBAL_PROPERTY","features":[356,307,358,359,360]},{"name":"HH_GPROPID","features":[356]},{"name":"HH_GPROPID_CONTENT_LANGUAGE","features":[356]},{"name":"HH_GPROPID_CURRENT_SUBSET","features":[356]},{"name":"HH_GPROPID_SINGLETHREAD","features":[356]},{"name":"HH_GPROPID_TOOLBAR_MARGIN","features":[356]},{"name":"HH_GPROPID_UI_LANGUAGE","features":[356]},{"name":"HH_HELP_CONTEXT","features":[356]},{"name":"HH_HELP_FINDER","features":[356]},{"name":"HH_INITIALIZE","features":[356]},{"name":"HH_KEYWORD_LOOKUP","features":[356]},{"name":"HH_MAX_TABS","features":[356]},{"name":"HH_MAX_TABS_CUSTOM","features":[356]},{"name":"HH_POPUP","features":[356,307]},{"name":"HH_PRETRANSLATEMESSAGE","features":[356]},{"name":"HH_RESERVED1","features":[356]},{"name":"HH_RESERVED2","features":[356]},{"name":"HH_RESERVED3","features":[356]},{"name":"HH_RESET_IT_FILTER","features":[356]},{"name":"HH_SAFE_DISPLAY_TOPIC","features":[356]},{"name":"HH_SET_EXCLUSIVE_FILTER","features":[356]},{"name":"HH_SET_GLOBAL_PROPERTY","features":[356]},{"name":"HH_SET_INCLUSIVE_FILTER","features":[356]},{"name":"HH_SET_INFOTYPE","features":[356]},{"name":"HH_SET_INFO_TYPE","features":[356]},{"name":"HH_SET_QUERYSERVICE","features":[356]},{"name":"HH_SET_WIN_TYPE","features":[356]},{"name":"HH_SYNC","features":[356]},{"name":"HH_TAB_AUTHOR","features":[356]},{"name":"HH_TAB_CONTENTS","features":[356]},{"name":"HH_TAB_CUSTOM_FIRST","features":[356]},{"name":"HH_TAB_CUSTOM_LAST","features":[356]},{"name":"HH_TAB_FAVORITES","features":[356]},{"name":"HH_TAB_HISTORY","features":[356]},{"name":"HH_TAB_INDEX","features":[356]},{"name":"HH_TAB_SEARCH","features":[356]},{"name":"HH_TP_HELP_CONTEXTMENU","features":[356]},{"name":"HH_TP_HELP_WM_HELP","features":[356]},{"name":"HH_UNINITIALIZE","features":[356]},{"name":"HH_WINTYPE","features":[356,307]},{"name":"HTML_HELP_COMMAND","features":[356]},{"name":"HtmlHelpA","features":[356,307]},{"name":"HtmlHelpW","features":[356,307]},{"name":"IDTB_BACK","features":[356]},{"name":"IDTB_BROWSE_BACK","features":[356]},{"name":"IDTB_BROWSE_FWD","features":[356]},{"name":"IDTB_CONTENTS","features":[356]},{"name":"IDTB_CONTRACT","features":[356]},{"name":"IDTB_CUSTOMIZE","features":[356]},{"name":"IDTB_EXPAND","features":[356]},{"name":"IDTB_FAVORITES","features":[356]},{"name":"IDTB_FORWARD","features":[356]},{"name":"IDTB_HISTORY","features":[356]},{"name":"IDTB_HOME","features":[356]},{"name":"IDTB_INDEX","features":[356]},{"name":"IDTB_JUMP1","features":[356]},{"name":"IDTB_JUMP2","features":[356]},{"name":"IDTB_NOTES","features":[356]},{"name":"IDTB_OPTIONS","features":[356]},{"name":"IDTB_PRINT","features":[356]},{"name":"IDTB_REFRESH","features":[356]},{"name":"IDTB_SEARCH","features":[356]},{"name":"IDTB_STOP","features":[356]},{"name":"IDTB_SYNC","features":[356]},{"name":"IDTB_TOC_NEXT","features":[356]},{"name":"IDTB_TOC_PREV","features":[356]},{"name":"IDTB_ZOOM","features":[356]},{"name":"IITDatabase","features":[356]},{"name":"IITPropList","features":[356,358]},{"name":"IITResultSet","features":[356]},{"name":"IITWBC_BREAK_ACCEPT_WILDCARDS","features":[356]},{"name":"IITWBC_BREAK_AND_STEM","features":[356]},{"name":"IStemSink","features":[356]},{"name":"IStemmerConfig","features":[356]},{"name":"ITWW_CBKEY_MAX","features":[356]},{"name":"ITWW_OPEN_NOCONNECT","features":[356]},{"name":"IT_EXCLUSIVE","features":[356]},{"name":"IT_HIDDEN","features":[356]},{"name":"IT_INCLUSIVE","features":[356]},{"name":"IWordBreakerConfig","features":[356]},{"name":"MAX_COLUMNS","features":[356]},{"name":"PFNCOLHEAPFREE","features":[356]},{"name":"PRIORITY","features":[356]},{"name":"PRIORITY_HIGH","features":[356]},{"name":"PRIORITY_LOW","features":[356]},{"name":"PRIORITY_NORMAL","features":[356]},{"name":"PROP_ADD","features":[356]},{"name":"PROP_DELETE","features":[356]},{"name":"PROP_UPDATE","features":[356]},{"name":"ROWSTATUS","features":[356]},{"name":"STDPROP_DISPLAYKEY","features":[356]},{"name":"STDPROP_INDEX_BREAK","features":[356]},{"name":"STDPROP_INDEX_DTYPE","features":[356]},{"name":"STDPROP_INDEX_LENGTH","features":[356]},{"name":"STDPROP_INDEX_TERM","features":[356]},{"name":"STDPROP_INDEX_TERM_RAW_LENGTH","features":[356]},{"name":"STDPROP_INDEX_TEXT","features":[356]},{"name":"STDPROP_INDEX_VFLD","features":[356]},{"name":"STDPROP_KEY","features":[356]},{"name":"STDPROP_SORTKEY","features":[356]},{"name":"STDPROP_SORTORDINAL","features":[356]},{"name":"STDPROP_TITLE","features":[356]},{"name":"STDPROP_UID","features":[356]},{"name":"STDPROP_USERDATA","features":[356]},{"name":"STDPROP_USERPROP_BASE","features":[356]},{"name":"STDPROP_USERPROP_MAX","features":[356]},{"name":"SZ_WWDEST_GLOBAL","features":[356]},{"name":"SZ_WWDEST_KEY","features":[356]},{"name":"SZ_WWDEST_OCC","features":[356]},{"name":"TYPE_POINTER","features":[356]},{"name":"TYPE_STRING","features":[356]},{"name":"TYPE_VALUE","features":[356]}],"367":[{"name":"DRMACTSERVINFOVERSION","features":[361]},{"name":"DRMATTESTTYPE","features":[361]},{"name":"DRMATTESTTYPE_FULLENVIRONMENT","features":[361]},{"name":"DRMATTESTTYPE_HASHONLY","features":[361]},{"name":"DRMAcquireAdvisories","features":[361]},{"name":"DRMAcquireIssuanceLicenseTemplate","features":[361]},{"name":"DRMAcquireLicense","features":[361]},{"name":"DRMActivate","features":[361,307]},{"name":"DRMAddLicense","features":[361]},{"name":"DRMAddRightWithUser","features":[361]},{"name":"DRMAttest","features":[361]},{"name":"DRMBINDINGFLAGS_IGNORE_VALIDITY_INTERVALS","features":[361]},{"name":"DRMBOUNDLICENSEPARAMS","features":[361]},{"name":"DRMBOUNDLICENSEPARAMSVERSION","features":[361]},{"name":"DRMCALLBACK","features":[361]},{"name":"DRMCALLBACKVERSION","features":[361]},{"name":"DRMCLIENTSTRUCTVERSION","features":[361]},{"name":"DRMCheckSecurity","features":[361]},{"name":"DRMClearAllRights","features":[361]},{"name":"DRMCloseEnvironmentHandle","features":[361]},{"name":"DRMCloseHandle","features":[361]},{"name":"DRMClosePubHandle","features":[361]},{"name":"DRMCloseQueryHandle","features":[361]},{"name":"DRMCloseSession","features":[361]},{"name":"DRMConstructCertificateChain","features":[361]},{"name":"DRMCreateBoundLicense","features":[361]},{"name":"DRMCreateClientSession","features":[361]},{"name":"DRMCreateEnablingBitsDecryptor","features":[361]},{"name":"DRMCreateEnablingBitsEncryptor","features":[361]},{"name":"DRMCreateEnablingPrincipal","features":[361]},{"name":"DRMCreateIssuanceLicense","features":[361,307]},{"name":"DRMCreateLicenseStorageSession","features":[361]},{"name":"DRMCreateRight","features":[361,307]},{"name":"DRMCreateUser","features":[361]},{"name":"DRMDecode","features":[361]},{"name":"DRMDeconstructCertificateChain","features":[361]},{"name":"DRMDecrypt","features":[361]},{"name":"DRMDeleteLicense","features":[361]},{"name":"DRMDuplicateEnvironmentHandle","features":[361]},{"name":"DRMDuplicateHandle","features":[361]},{"name":"DRMDuplicatePubHandle","features":[361]},{"name":"DRMDuplicateSession","features":[361]},{"name":"DRMENCODINGTYPE","features":[361]},{"name":"DRMENCODINGTYPE_BASE64","features":[361]},{"name":"DRMENCODINGTYPE_LONG","features":[361]},{"name":"DRMENCODINGTYPE_RAW","features":[361]},{"name":"DRMENCODINGTYPE_STRING","features":[361]},{"name":"DRMENCODINGTYPE_TIME","features":[361]},{"name":"DRMENCODINGTYPE_UINT","features":[361]},{"name":"DRMENVHANDLE_INVALID","features":[361]},{"name":"DRMEncode","features":[361]},{"name":"DRMEncrypt","features":[361]},{"name":"DRMEnumerateLicense","features":[361,307]},{"name":"DRMGLOBALOPTIONS","features":[361]},{"name":"DRMGLOBALOPTIONS_USE_SERVERSECURITYPROCESSOR","features":[361]},{"name":"DRMGLOBALOPTIONS_USE_WINHTTP","features":[361]},{"name":"DRMGetApplicationSpecificData","features":[361]},{"name":"DRMGetBoundLicenseAttribute","features":[361]},{"name":"DRMGetBoundLicenseAttributeCount","features":[361]},{"name":"DRMGetBoundLicenseObject","features":[361]},{"name":"DRMGetBoundLicenseObjectCount","features":[361]},{"name":"DRMGetCertificateChainCount","features":[361]},{"name":"DRMGetClientVersion","features":[361]},{"name":"DRMGetEnvironmentInfo","features":[361]},{"name":"DRMGetInfo","features":[361]},{"name":"DRMGetIntervalTime","features":[361]},{"name":"DRMGetIssuanceLicenseInfo","features":[361,307]},{"name":"DRMGetIssuanceLicenseTemplate","features":[361]},{"name":"DRMGetMetaData","features":[361]},{"name":"DRMGetNameAndDescription","features":[361]},{"name":"DRMGetOwnerLicense","features":[361]},{"name":"DRMGetProcAddress","features":[361,307]},{"name":"DRMGetRevocationPoint","features":[361,307]},{"name":"DRMGetRightExtendedInfo","features":[361]},{"name":"DRMGetRightInfo","features":[361,307]},{"name":"DRMGetSecurityProvider","features":[361]},{"name":"DRMGetServiceLocation","features":[361]},{"name":"DRMGetSignedIssuanceLicense","features":[361]},{"name":"DRMGetSignedIssuanceLicenseEx","features":[361]},{"name":"DRMGetTime","features":[361,307]},{"name":"DRMGetUnboundLicenseAttribute","features":[361]},{"name":"DRMGetUnboundLicenseAttributeCount","features":[361]},{"name":"DRMGetUnboundLicenseObject","features":[361]},{"name":"DRMGetUnboundLicenseObjectCount","features":[361]},{"name":"DRMGetUsagePolicy","features":[361,307]},{"name":"DRMGetUserInfo","features":[361]},{"name":"DRMGetUserRights","features":[361]},{"name":"DRMGetUsers","features":[361]},{"name":"DRMHANDLE_INVALID","features":[361]},{"name":"DRMHSESSION_INVALID","features":[361]},{"name":"DRMID","features":[361]},{"name":"DRMIDVERSION","features":[361]},{"name":"DRMInitEnvironment","features":[361]},{"name":"DRMIsActivated","features":[361]},{"name":"DRMIsWindowProtected","features":[361,307]},{"name":"DRMLICENSEACQDATAVERSION","features":[361]},{"name":"DRMLoadLibrary","features":[361]},{"name":"DRMPUBHANDLE_INVALID","features":[361]},{"name":"DRMParseUnboundLicense","features":[361]},{"name":"DRMQUERYHANDLE_INVALID","features":[361]},{"name":"DRMRegisterContent","features":[361,307]},{"name":"DRMRegisterProtectedWindow","features":[361,307]},{"name":"DRMRegisterRevocationList","features":[361]},{"name":"DRMRepair","features":[361]},{"name":"DRMSECURITYPROVIDERTYPE","features":[361]},{"name":"DRMSECURITYPROVIDERTYPE_SOFTWARESECREP","features":[361]},{"name":"DRMSPECTYPE","features":[361]},{"name":"DRMSPECTYPE_FILENAME","features":[361]},{"name":"DRMSPECTYPE_UNKNOWN","features":[361]},{"name":"DRMSetApplicationSpecificData","features":[361,307]},{"name":"DRMSetGlobalOptions","features":[361]},{"name":"DRMSetIntervalTime","features":[361]},{"name":"DRMSetMetaData","features":[361]},{"name":"DRMSetNameAndDescription","features":[361,307]},{"name":"DRMSetRevocationPoint","features":[361,307]},{"name":"DRMSetUsagePolicy","features":[361,307]},{"name":"DRMTIMETYPE","features":[361]},{"name":"DRMTIMETYPE_SYSTEMLOCAL","features":[361]},{"name":"DRMTIMETYPE_SYSTEMUTC","features":[361]},{"name":"DRMVerify","features":[361]},{"name":"DRM_ACTIVATE_CANCEL","features":[361]},{"name":"DRM_ACTIVATE_DELAYED","features":[361]},{"name":"DRM_ACTIVATE_GROUPIDENTITY","features":[361]},{"name":"DRM_ACTIVATE_MACHINE","features":[361]},{"name":"DRM_ACTIVATE_SHARED_GROUPIDENTITY","features":[361]},{"name":"DRM_ACTIVATE_SILENT","features":[361]},{"name":"DRM_ACTIVATE_TEMPORARY","features":[361]},{"name":"DRM_ACTSERV_INFO","features":[361]},{"name":"DRM_ADD_LICENSE_NOPERSIST","features":[361]},{"name":"DRM_ADD_LICENSE_PERSIST","features":[361]},{"name":"DRM_AILT_CANCEL","features":[361]},{"name":"DRM_AILT_NONSILENT","features":[361]},{"name":"DRM_AILT_OBTAIN_ALL","features":[361]},{"name":"DRM_AL_CANCEL","features":[361]},{"name":"DRM_AL_FETCHNOADVISORY","features":[361]},{"name":"DRM_AL_NONSILENT","features":[361]},{"name":"DRM_AL_NOPERSIST","features":[361]},{"name":"DRM_AL_NOUI","features":[361]},{"name":"DRM_AUTO_GENERATE_KEY","features":[361]},{"name":"DRM_CLIENT_VERSION_INFO","features":[361]},{"name":"DRM_DEFAULTGROUPIDTYPE_PASSPORT","features":[361]},{"name":"DRM_DEFAULTGROUPIDTYPE_WINDOWSAUTH","features":[361]},{"name":"DRM_DISTRIBUTION_POINT_INFO","features":[361]},{"name":"DRM_DISTRIBUTION_POINT_LICENSE_ACQUISITION","features":[361]},{"name":"DRM_DISTRIBUTION_POINT_PUBLISHING","features":[361]},{"name":"DRM_DISTRIBUTION_POINT_REFERRAL_INFO","features":[361]},{"name":"DRM_EL_CLIENTLICENSOR","features":[361]},{"name":"DRM_EL_CLIENTLICENSOR_LID","features":[361]},{"name":"DRM_EL_EUL","features":[361]},{"name":"DRM_EL_EUL_LID","features":[361]},{"name":"DRM_EL_EXPIRED","features":[361]},{"name":"DRM_EL_GROUPIDENTITY","features":[361]},{"name":"DRM_EL_GROUPIDENTITY_LID","features":[361]},{"name":"DRM_EL_GROUPIDENTITY_NAME","features":[361]},{"name":"DRM_EL_ISSUANCELICENSE_TEMPLATE","features":[361]},{"name":"DRM_EL_ISSUANCELICENSE_TEMPLATE_LID","features":[361]},{"name":"DRM_EL_ISSUERNAME","features":[361]},{"name":"DRM_EL_MACHINE","features":[361]},{"name":"DRM_EL_REVOCATIONLIST","features":[361]},{"name":"DRM_EL_REVOCATIONLIST_LID","features":[361]},{"name":"DRM_EL_SPECIFIED_CLIENTLICENSOR","features":[361]},{"name":"DRM_EL_SPECIFIED_GROUPIDENTITY","features":[361]},{"name":"DRM_LICENSE_ACQ_DATA","features":[361]},{"name":"DRM_LOCKBOXTYPE_BLACKBOX","features":[361]},{"name":"DRM_LOCKBOXTYPE_DEFAULT","features":[361]},{"name":"DRM_LOCKBOXTYPE_NONE","features":[361]},{"name":"DRM_LOCKBOXTYPE_WHITEBOX","features":[361]},{"name":"DRM_MSG_ACQUIRE_ADVISORY","features":[361]},{"name":"DRM_MSG_ACQUIRE_CLIENTLICENSOR","features":[361]},{"name":"DRM_MSG_ACQUIRE_ISSUANCE_LICENSE_TEMPLATE","features":[361]},{"name":"DRM_MSG_ACQUIRE_LICENSE","features":[361]},{"name":"DRM_MSG_ACTIVATE_GROUPIDENTITY","features":[361]},{"name":"DRM_MSG_ACTIVATE_MACHINE","features":[361]},{"name":"DRM_MSG_SIGN_ISSUANCE_LICENSE","features":[361]},{"name":"DRM_OWNER_LICENSE_NOPERSIST","features":[361]},{"name":"DRM_REUSE_KEY","features":[361]},{"name":"DRM_SERVER_ISSUANCELICENSE","features":[361]},{"name":"DRM_SERVICE_LOCATION_ENTERPRISE","features":[361]},{"name":"DRM_SERVICE_LOCATION_INTERNET","features":[361]},{"name":"DRM_SERVICE_TYPE_ACTIVATION","features":[361]},{"name":"DRM_SERVICE_TYPE_CERTIFICATION","features":[361]},{"name":"DRM_SERVICE_TYPE_CLIENTLICENSOR","features":[361]},{"name":"DRM_SERVICE_TYPE_PUBLISHING","features":[361]},{"name":"DRM_SERVICE_TYPE_SILENT","features":[361]},{"name":"DRM_SIGN_CANCEL","features":[361]},{"name":"DRM_SIGN_OFFLINE","features":[361]},{"name":"DRM_SIGN_ONLINE","features":[361]},{"name":"DRM_STATUS_MSG","features":[361]},{"name":"DRM_USAGEPOLICY_TYPE","features":[361]},{"name":"DRM_USAGEPOLICY_TYPE_BYDIGEST","features":[361]},{"name":"DRM_USAGEPOLICY_TYPE_BYNAME","features":[361]},{"name":"DRM_USAGEPOLICY_TYPE_BYPUBLICKEY","features":[361]},{"name":"DRM_USAGEPOLICY_TYPE_OSEXCLUSION","features":[361]},{"name":"MSDRM_CLIENT_ZONE","features":[361]},{"name":"MSDRM_POLICY_ZONE","features":[361]}],"368":[{"name":"DISPID_DOM_ATTRIBUTE","features":[362]},{"name":"DISPID_DOM_ATTRIBUTE_GETNAME","features":[362]},{"name":"DISPID_DOM_ATTRIBUTE_SPECIFIED","features":[362]},{"name":"DISPID_DOM_ATTRIBUTE_VALUE","features":[362]},{"name":"DISPID_DOM_ATTRIBUTE__TOP","features":[362]},{"name":"DISPID_DOM_BASE","features":[362]},{"name":"DISPID_DOM_COLLECTION_BASE","features":[362]},{"name":"DISPID_DOM_COLLECTION_MAX","features":[362]},{"name":"DISPID_DOM_DATA","features":[362]},{"name":"DISPID_DOM_DATA_APPEND","features":[362]},{"name":"DISPID_DOM_DATA_DATA","features":[362]},{"name":"DISPID_DOM_DATA_DELETE","features":[362]},{"name":"DISPID_DOM_DATA_INSERT","features":[362]},{"name":"DISPID_DOM_DATA_LENGTH","features":[362]},{"name":"DISPID_DOM_DATA_REPLACE","features":[362]},{"name":"DISPID_DOM_DATA_SUBSTRING","features":[362]},{"name":"DISPID_DOM_DATA__TOP","features":[362]},{"name":"DISPID_DOM_DOCUMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENTFRAGMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENTFRAGMENT__TOP","features":[362]},{"name":"DISPID_DOM_DOCUMENTTYPE","features":[362]},{"name":"DISPID_DOM_DOCUMENTTYPE_ENTITIES","features":[362]},{"name":"DISPID_DOM_DOCUMENTTYPE_NAME","features":[362]},{"name":"DISPID_DOM_DOCUMENTTYPE_NOTATIONS","features":[362]},{"name":"DISPID_DOM_DOCUMENTTYPE__TOP","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEATTRIBUTE","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATECDATASECTION","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATECOMMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEDOCUMENTFRAGMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEELEMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEENTITY","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEENTITYREFERENCE","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEPROCESSINGINSTRUCTION","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATETEXTNODE","features":[362]},{"name":"DISPID_DOM_DOCUMENT_DOCTYPE","features":[362]},{"name":"DISPID_DOM_DOCUMENT_DOCUMENTELEMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENT_GETELEMENTSBYTAGNAME","features":[362]},{"name":"DISPID_DOM_DOCUMENT_IMPLEMENTATION","features":[362]},{"name":"DISPID_DOM_DOCUMENT_TOP","features":[362]},{"name":"DISPID_DOM_ELEMENT","features":[362]},{"name":"DISPID_DOM_ELEMENT_GETATTRIBUTE","features":[362]},{"name":"DISPID_DOM_ELEMENT_GETATTRIBUTENODE","features":[362]},{"name":"DISPID_DOM_ELEMENT_GETATTRIBUTES","features":[362]},{"name":"DISPID_DOM_ELEMENT_GETELEMENTSBYTAGNAME","features":[362]},{"name":"DISPID_DOM_ELEMENT_GETTAGNAME","features":[362]},{"name":"DISPID_DOM_ELEMENT_NORMALIZE","features":[362]},{"name":"DISPID_DOM_ELEMENT_REMOVEATTRIBUTE","features":[362]},{"name":"DISPID_DOM_ELEMENT_REMOVEATTRIBUTENODE","features":[362]},{"name":"DISPID_DOM_ELEMENT_SETATTRIBUTE","features":[362]},{"name":"DISPID_DOM_ELEMENT_SETATTRIBUTENODE","features":[362]},{"name":"DISPID_DOM_ELEMENT__TOP","features":[362]},{"name":"DISPID_DOM_ENTITY","features":[362]},{"name":"DISPID_DOM_ENTITY_NOTATIONNAME","features":[362]},{"name":"DISPID_DOM_ENTITY_PUBLICID","features":[362]},{"name":"DISPID_DOM_ENTITY_SYSTEMID","features":[362]},{"name":"DISPID_DOM_ENTITY__TOP","features":[362]},{"name":"DISPID_DOM_ERROR","features":[362]},{"name":"DISPID_DOM_ERROR2","features":[362]},{"name":"DISPID_DOM_ERROR2_ALLERRORS","features":[362]},{"name":"DISPID_DOM_ERROR2_ERRORPARAMETERS","features":[362]},{"name":"DISPID_DOM_ERROR2_ERRORPARAMETERSCOUNT","features":[362]},{"name":"DISPID_DOM_ERROR2_ERRORXPATH","features":[362]},{"name":"DISPID_DOM_ERROR2__TOP","features":[362]},{"name":"DISPID_DOM_ERRORCOLLECTION","features":[362]},{"name":"DISPID_DOM_ERRORCOLLECTION_LENGTH","features":[362]},{"name":"DISPID_DOM_ERRORCOLLECTION_NEXT","features":[362]},{"name":"DISPID_DOM_ERRORCOLLECTION_RESET","features":[362]},{"name":"DISPID_DOM_ERRORCOLLECTION__TOP","features":[362]},{"name":"DISPID_DOM_ERROR_ERRORCODE","features":[362]},{"name":"DISPID_DOM_ERROR_FILEPOS","features":[362]},{"name":"DISPID_DOM_ERROR_LINE","features":[362]},{"name":"DISPID_DOM_ERROR_LINEPOS","features":[362]},{"name":"DISPID_DOM_ERROR_REASON","features":[362]},{"name":"DISPID_DOM_ERROR_SRCTEXT","features":[362]},{"name":"DISPID_DOM_ERROR_URL","features":[362]},{"name":"DISPID_DOM_ERROR__TOP","features":[362]},{"name":"DISPID_DOM_IMPLEMENTATION","features":[362]},{"name":"DISPID_DOM_IMPLEMENTATION_HASFEATURE","features":[362]},{"name":"DISPID_DOM_IMPLEMENTATION__TOP","features":[362]},{"name":"DISPID_DOM_NAMEDNODEMAP","features":[362]},{"name":"DISPID_DOM_NAMEDNODEMAP_GETNAMEDITEM","features":[362]},{"name":"DISPID_DOM_NAMEDNODEMAP_REMOVENAMEDITEM","features":[362]},{"name":"DISPID_DOM_NAMEDNODEMAP_SETNAMEDITEM","features":[362]},{"name":"DISPID_DOM_NODE","features":[362]},{"name":"DISPID_DOM_NODELIST","features":[362]},{"name":"DISPID_DOM_NODELIST_ITEM","features":[362]},{"name":"DISPID_DOM_NODELIST_LENGTH","features":[362]},{"name":"DISPID_DOM_NODE_APPENDCHILD","features":[362]},{"name":"DISPID_DOM_NODE_ATTRIBUTES","features":[362]},{"name":"DISPID_DOM_NODE_CHILDNODES","features":[362]},{"name":"DISPID_DOM_NODE_CLONENODE","features":[362]},{"name":"DISPID_DOM_NODE_FIRSTCHILD","features":[362]},{"name":"DISPID_DOM_NODE_HASCHILDNODES","features":[362]},{"name":"DISPID_DOM_NODE_INSERTBEFORE","features":[362]},{"name":"DISPID_DOM_NODE_LASTCHILD","features":[362]},{"name":"DISPID_DOM_NODE_NEXTSIBLING","features":[362]},{"name":"DISPID_DOM_NODE_NODENAME","features":[362]},{"name":"DISPID_DOM_NODE_NODETYPE","features":[362]},{"name":"DISPID_DOM_NODE_NODETYPEENUM","features":[362]},{"name":"DISPID_DOM_NODE_NODEVALUE","features":[362]},{"name":"DISPID_DOM_NODE_OWNERDOC","features":[362]},{"name":"DISPID_DOM_NODE_PARENTNODE","features":[362]},{"name":"DISPID_DOM_NODE_PREVIOUSSIBLING","features":[362]},{"name":"DISPID_DOM_NODE_REMOVECHILD","features":[362]},{"name":"DISPID_DOM_NODE_REPLACECHILD","features":[362]},{"name":"DISPID_DOM_NOTATION","features":[362]},{"name":"DISPID_DOM_NOTATION_PUBLICID","features":[362]},{"name":"DISPID_DOM_NOTATION_SYSTEMID","features":[362]},{"name":"DISPID_DOM_NOTATION__TOP","features":[362]},{"name":"DISPID_DOM_PI","features":[362]},{"name":"DISPID_DOM_PI_DATA","features":[362]},{"name":"DISPID_DOM_PI_TARGET","features":[362]},{"name":"DISPID_DOM_PI__TOP","features":[362]},{"name":"DISPID_DOM_TEXT","features":[362]},{"name":"DISPID_DOM_TEXT_JOINTEXT","features":[362]},{"name":"DISPID_DOM_TEXT_SPLITTEXT","features":[362]},{"name":"DISPID_DOM_TEXT__TOP","features":[362]},{"name":"DISPID_DOM_W3CWRAPPERS","features":[362]},{"name":"DISPID_DOM_W3CWRAPPERS_TOP","features":[362]},{"name":"DISPID_DOM__TOP","features":[362]},{"name":"DISPID_MXXML_FILTER","features":[362]},{"name":"DISPID_MXXML_FILTER_CONTENTHANDLER","features":[362]},{"name":"DISPID_MXXML_FILTER_DTDHANDLER","features":[362]},{"name":"DISPID_MXXML_FILTER_ENTITYRESOLVER","features":[362]},{"name":"DISPID_MXXML_FILTER_ERRORHANDLER","features":[362]},{"name":"DISPID_MXXML_FILTER_GETFEATURE","features":[362]},{"name":"DISPID_MXXML_FILTER_GETPROPERTY","features":[362]},{"name":"DISPID_MXXML_FILTER_PUTFEATURE","features":[362]},{"name":"DISPID_MXXML_FILTER_PUTPROPERTY","features":[362]},{"name":"DISPID_MXXML_FILTER__BASE","features":[362]},{"name":"DISPID_MXXML_FILTER__TOP","features":[362]},{"name":"DISPID_MX_ATTRIBUTES","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_ADDATTRIBUTE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_ADDATTRIBUTEFROMINDEX","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_CLEAR","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_REMOVEATTRIBUTE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETATTRIBUTE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETATTRIBUTES","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETLOCALNAME","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETQNAME","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETTYPE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETURI","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETVALUE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES__BASE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES__TOP","features":[362]},{"name":"DISPID_MX_NSMGR","features":[362]},{"name":"DISPID_MX_NSMGR_ALLOWOVERRIDE","features":[362]},{"name":"DISPID_MX_NSMGR_DECLAREPREFIX","features":[362]},{"name":"DISPID_MX_NSMGR_GETDECLAREDPREFIXES","features":[362]},{"name":"DISPID_MX_NSMGR_GETPREFIXES","features":[362]},{"name":"DISPID_MX_NSMGR_GETURI","features":[362]},{"name":"DISPID_MX_NSMGR_GETURIFROMNODE","features":[362]},{"name":"DISPID_MX_NSMGR_LENGTH","features":[362]},{"name":"DISPID_MX_NSMGR_POPCONTEXT","features":[362]},{"name":"DISPID_MX_NSMGR_PUSHCONTEXT","features":[362]},{"name":"DISPID_MX_NSMGR_PUSHNODECONTEXT","features":[362]},{"name":"DISPID_MX_NSMGR_RESET","features":[362]},{"name":"DISPID_MX_NSMGR__BASE","features":[362]},{"name":"DISPID_MX_NSMGR__TOP","features":[362]},{"name":"DISPID_MX_READER_CONTROL","features":[362]},{"name":"DISPID_MX_READER_CONTROL_ABORT","features":[362]},{"name":"DISPID_MX_READER_CONTROL_RESUME","features":[362]},{"name":"DISPID_MX_READER_CONTROL_SUSPEND","features":[362]},{"name":"DISPID_MX_READER_CONTROL__BASE","features":[362]},{"name":"DISPID_MX_READER_CONTROL__TOP","features":[362]},{"name":"DISPID_MX_SCHEMADECLHANDLER","features":[362]},{"name":"DISPID_MX_SCHEMADECLHANDLER_SCHEMAELEMENTDECL","features":[362]},{"name":"DISPID_MX_SCHEMADECLHANDLER__BASE","features":[362]},{"name":"DISPID_MX_SCHEMADECLHANDLER__TOP","features":[362]},{"name":"DISPID_MX_WRITER","features":[362]},{"name":"DISPID_MX_WRITER_BYTEORDERMARK","features":[362]},{"name":"DISPID_MX_WRITER_DESTINATION","features":[362]},{"name":"DISPID_MX_WRITER_DISABLEOUTPUTESCAPING","features":[362]},{"name":"DISPID_MX_WRITER_ENCODING","features":[362]},{"name":"DISPID_MX_WRITER_FLUSH","features":[362]},{"name":"DISPID_MX_WRITER_INDENT","features":[362]},{"name":"DISPID_MX_WRITER_OMITXMLDECLARATION","features":[362]},{"name":"DISPID_MX_WRITER_OUTPUT","features":[362]},{"name":"DISPID_MX_WRITER_RESET","features":[362]},{"name":"DISPID_MX_WRITER_STANDALONE","features":[362]},{"name":"DISPID_MX_WRITER_VERSION","features":[362]},{"name":"DISPID_MX_WRITER__BASE","features":[362]},{"name":"DISPID_MX_WRITER__TOP","features":[362]},{"name":"DISPID_NODE","features":[362]},{"name":"DISPID_NODELIST","features":[362]},{"name":"DISPID_NODELIST_CURRENT","features":[362]},{"name":"DISPID_NODELIST_ITEM","features":[362]},{"name":"DISPID_NODELIST_LENGTH","features":[362]},{"name":"DISPID_NODELIST_MOVE","features":[362]},{"name":"DISPID_NODELIST_MOVETONODE","features":[362]},{"name":"DISPID_NODELIST_NEWENUM","features":[362]},{"name":"DISPID_NODELIST_NEXT","features":[362]},{"name":"DISPID_NODE_ADD","features":[362]},{"name":"DISPID_NODE_ATTRIBUTES","features":[362]},{"name":"DISPID_NODE_CHILDREN","features":[362]},{"name":"DISPID_NODE_GETATTRIBUTE","features":[362]},{"name":"DISPID_NODE_NAME","features":[362]},{"name":"DISPID_NODE_PARENT","features":[362]},{"name":"DISPID_NODE_REMOVE","features":[362]},{"name":"DISPID_NODE_REMOVEATTRIBUTE","features":[362]},{"name":"DISPID_NODE_SETATTRIBUTE","features":[362]},{"name":"DISPID_NODE_TYPE","features":[362]},{"name":"DISPID_NODE_VALUE","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETINDEXFROMNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETINDEXFROMQNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETLOCALNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETQNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETTYPE","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETTYPEFROMNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETTYPEFROMQNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETURI","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETVALUE","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETVALUEFROMNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETVALUEFROMQNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_LENGTH","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES__BASE","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES__TOP","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_CHARACTERS","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_DOCUMENTLOCATOR","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_ENDDOCUMENT","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_ENDELEMENT","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_ENDPREFIXMAPPING","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_IGNORABLEWHITESPACE","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_PROCESSINGINSTRUCTION","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_SKIPPEDENTITY","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_STARTDOCUMENT","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_STARTELEMENT","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_STARTPREFIXMAPPING","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER__BASE","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER__TOP","features":[362]},{"name":"DISPID_SAX_DECLHANDLER","features":[362]},{"name":"DISPID_SAX_DECLHANDLER_ATTRIBUTEDECL","features":[362]},{"name":"DISPID_SAX_DECLHANDLER_ELEMENTDECL","features":[362]},{"name":"DISPID_SAX_DECLHANDLER_EXTERNALENTITYDECL","features":[362]},{"name":"DISPID_SAX_DECLHANDLER_INTERNALENTITYDECL","features":[362]},{"name":"DISPID_SAX_DECLHANDLER__BASE","features":[362]},{"name":"DISPID_SAX_DECLHANDLER__TOP","features":[362]},{"name":"DISPID_SAX_DTDHANDLER","features":[362]},{"name":"DISPID_SAX_DTDHANDLER_NOTATIONDECL","features":[362]},{"name":"DISPID_SAX_DTDHANDLER_UNPARSEDENTITYDECL","features":[362]},{"name":"DISPID_SAX_DTDHANDLER__BASE","features":[362]},{"name":"DISPID_SAX_DTDHANDLER__TOP","features":[362]},{"name":"DISPID_SAX_ENTITYRESOLVER","features":[362]},{"name":"DISPID_SAX_ENTITYRESOLVER_RESOLVEENTITY","features":[362]},{"name":"DISPID_SAX_ENTITYRESOLVER__BASE","features":[362]},{"name":"DISPID_SAX_ENTITYRESOLVER__TOP","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER_ERROR","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER_FATALERROR","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER_IGNORABLEWARNING","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER__BASE","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER__TOP","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_COMMENT","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_ENDCDATA","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_ENDDTD","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_ENDENTITY","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_STARTCDATA","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_STARTDTD","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_STARTENTITY","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER__BASE","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER__TOP","features":[362]},{"name":"DISPID_SAX_LOCATOR","features":[362]},{"name":"DISPID_SAX_LOCATOR_COLUMNNUMBER","features":[362]},{"name":"DISPID_SAX_LOCATOR_LINENUMBER","features":[362]},{"name":"DISPID_SAX_LOCATOR_PUBLICID","features":[362]},{"name":"DISPID_SAX_LOCATOR_SYSTEMID","features":[362]},{"name":"DISPID_SAX_LOCATOR__BASE","features":[362]},{"name":"DISPID_SAX_LOCATOR__TOP","features":[362]},{"name":"DISPID_SAX_XMLFILTER","features":[362]},{"name":"DISPID_SAX_XMLFILTER_BASEURL","features":[362]},{"name":"DISPID_SAX_XMLFILTER_CONTENTHANDLER","features":[362]},{"name":"DISPID_SAX_XMLFILTER_DTDHANDLER","features":[362]},{"name":"DISPID_SAX_XMLFILTER_ENTITYRESOLVER","features":[362]},{"name":"DISPID_SAX_XMLFILTER_ERRORHANDLER","features":[362]},{"name":"DISPID_SAX_XMLFILTER_GETFEATURE","features":[362]},{"name":"DISPID_SAX_XMLFILTER_GETPROPERTY","features":[362]},{"name":"DISPID_SAX_XMLFILTER_PARENT","features":[362]},{"name":"DISPID_SAX_XMLFILTER_PARSE","features":[362]},{"name":"DISPID_SAX_XMLFILTER_PARSEURL","features":[362]},{"name":"DISPID_SAX_XMLFILTER_PUTFEATURE","features":[362]},{"name":"DISPID_SAX_XMLFILTER_PUTPROPERTY","features":[362]},{"name":"DISPID_SAX_XMLFILTER_SECUREBASEURL","features":[362]},{"name":"DISPID_SAX_XMLFILTER__BASE","features":[362]},{"name":"DISPID_SAX_XMLFILTER__TOP","features":[362]},{"name":"DISPID_SAX_XMLREADER","features":[362]},{"name":"DISPID_SAX_XMLREADER_BASEURL","features":[362]},{"name":"DISPID_SAX_XMLREADER_CONTENTHANDLER","features":[362]},{"name":"DISPID_SAX_XMLREADER_DTDHANDLER","features":[362]},{"name":"DISPID_SAX_XMLREADER_ENTITYRESOLVER","features":[362]},{"name":"DISPID_SAX_XMLREADER_ERRORHANDLER","features":[362]},{"name":"DISPID_SAX_XMLREADER_GETFEATURE","features":[362]},{"name":"DISPID_SAX_XMLREADER_GETPROPERTY","features":[362]},{"name":"DISPID_SAX_XMLREADER_PARENT","features":[362]},{"name":"DISPID_SAX_XMLREADER_PARSE","features":[362]},{"name":"DISPID_SAX_XMLREADER_PARSEURL","features":[362]},{"name":"DISPID_SAX_XMLREADER_PUTFEATURE","features":[362]},{"name":"DISPID_SAX_XMLREADER_PUTPROPERTY","features":[362]},{"name":"DISPID_SAX_XMLREADER_SECUREBASEURL","features":[362]},{"name":"DISPID_SAX_XMLREADER__BASE","features":[362]},{"name":"DISPID_SAX_XMLREADER__MAX","features":[362]},{"name":"DISPID_SAX_XMLREADER__MIN","features":[362]},{"name":"DISPID_SAX_XMLREADER__TOP","features":[362]},{"name":"DISPID_SOM","features":[362]},{"name":"DISPID_SOM_ANYATTRIBUTE","features":[362]},{"name":"DISPID_SOM_ATTRIBUTEGROUPS","features":[362]},{"name":"DISPID_SOM_ATTRIBUTES","features":[362]},{"name":"DISPID_SOM_BASETYPES","features":[362]},{"name":"DISPID_SOM_CONTENTMODEL","features":[362]},{"name":"DISPID_SOM_CONTENTTYPE","features":[362]},{"name":"DISPID_SOM_DEFAULTVALUE","features":[362]},{"name":"DISPID_SOM_DERIVEDBY","features":[362]},{"name":"DISPID_SOM_DISALLOWED","features":[362]},{"name":"DISPID_SOM_ELEMENTS","features":[362]},{"name":"DISPID_SOM_ENUMERATION","features":[362]},{"name":"DISPID_SOM_EXCLUSIONS","features":[362]},{"name":"DISPID_SOM_FIELDS","features":[362]},{"name":"DISPID_SOM_FINAL","features":[362]},{"name":"DISPID_SOM_FIXEDVALUE","features":[362]},{"name":"DISPID_SOM_FRACTIONDIGITS","features":[362]},{"name":"DISPID_SOM_GETDECLARATION","features":[362]},{"name":"DISPID_SOM_GETSCHEMA","features":[362]},{"name":"DISPID_SOM_ID","features":[362]},{"name":"DISPID_SOM_IDCONSTRAINTS","features":[362]},{"name":"DISPID_SOM_ISABSTRACT","features":[362]},{"name":"DISPID_SOM_ISNILLABLE","features":[362]},{"name":"DISPID_SOM_ISREFERENCE","features":[362]},{"name":"DISPID_SOM_ISVALID","features":[362]},{"name":"DISPID_SOM_ITEMBYNAME","features":[362]},{"name":"DISPID_SOM_ITEMBYQNAME","features":[362]},{"name":"DISPID_SOM_ITEMTYPE","features":[362]},{"name":"DISPID_SOM_LENGTH","features":[362]},{"name":"DISPID_SOM_MAXEXCLUSIVE","features":[362]},{"name":"DISPID_SOM_MAXINCLUSIVE","features":[362]},{"name":"DISPID_SOM_MAXLENGTH","features":[362]},{"name":"DISPID_SOM_MAXOCCURS","features":[362]},{"name":"DISPID_SOM_MINEXCLUSIVE","features":[362]},{"name":"DISPID_SOM_MININCLUSIVE","features":[362]},{"name":"DISPID_SOM_MINLENGTH","features":[362]},{"name":"DISPID_SOM_MINOCCURS","features":[362]},{"name":"DISPID_SOM_MODELGROUPS","features":[362]},{"name":"DISPID_SOM_NAME","features":[362]},{"name":"DISPID_SOM_NAMESPACES","features":[362]},{"name":"DISPID_SOM_NAMESPACEURI","features":[362]},{"name":"DISPID_SOM_NOTATIONS","features":[362]},{"name":"DISPID_SOM_PARTICLES","features":[362]},{"name":"DISPID_SOM_PATTERNS","features":[362]},{"name":"DISPID_SOM_PROCESSCONTENTS","features":[362]},{"name":"DISPID_SOM_PROHIBITED","features":[362]},{"name":"DISPID_SOM_PUBLICIDENTIFIER","features":[362]},{"name":"DISPID_SOM_REFERENCEDKEY","features":[362]},{"name":"DISPID_SOM_SCHEMA","features":[362]},{"name":"DISPID_SOM_SCHEMALOCATIONS","features":[362]},{"name":"DISPID_SOM_SCOPE","features":[362]},{"name":"DISPID_SOM_SELECTOR","features":[362]},{"name":"DISPID_SOM_SUBSTITUTIONGROUP","features":[362]},{"name":"DISPID_SOM_SYSTEMIDENTIFIER","features":[362]},{"name":"DISPID_SOM_TARGETNAMESPACE","features":[362]},{"name":"DISPID_SOM_TOP","features":[362]},{"name":"DISPID_SOM_TOTALDIGITS","features":[362]},{"name":"DISPID_SOM_TYPE","features":[362]},{"name":"DISPID_SOM_TYPES","features":[362]},{"name":"DISPID_SOM_UNHANDLEDATTRS","features":[362]},{"name":"DISPID_SOM_USE","features":[362]},{"name":"DISPID_SOM_VALIDATE","features":[362]},{"name":"DISPID_SOM_VALIDATEONLOAD","features":[362]},{"name":"DISPID_SOM_VARIETY","features":[362]},{"name":"DISPID_SOM_VERSION","features":[362]},{"name":"DISPID_SOM_WHITESPACE","features":[362]},{"name":"DISPID_SOM_WRITEANNOTATION","features":[362]},{"name":"DISPID_XMLATTRIBUTE","features":[362]},{"name":"DISPID_XMLATTRIBUTE_NAME","features":[362]},{"name":"DISPID_XMLATTRIBUTE_VALUE","features":[362]},{"name":"DISPID_XMLDOCUMENT","features":[362]},{"name":"DISPID_XMLDOCUMENT_ASYNC","features":[362]},{"name":"DISPID_XMLDOCUMENT_BASEURL","features":[362]},{"name":"DISPID_XMLDOCUMENT_CASEINSENSITIVE","features":[362]},{"name":"DISPID_XMLDOCUMENT_CHARSET","features":[362]},{"name":"DISPID_XMLDOCUMENT_COMMIT","features":[362]},{"name":"DISPID_XMLDOCUMENT_CREATEELEMENT","features":[362]},{"name":"DISPID_XMLDOCUMENT_DOCTYPE","features":[362]},{"name":"DISPID_XMLDOCUMENT_DTDURL","features":[362]},{"name":"DISPID_XMLDOCUMENT_FILEMODIFIEDDATE","features":[362]},{"name":"DISPID_XMLDOCUMENT_FILESIZE","features":[362]},{"name":"DISPID_XMLDOCUMENT_FILEUPDATEDDATE","features":[362]},{"name":"DISPID_XMLDOCUMENT_LASTERROR","features":[362]},{"name":"DISPID_XMLDOCUMENT_MIMETYPE","features":[362]},{"name":"DISPID_XMLDOCUMENT_READYSTATE","features":[362]},{"name":"DISPID_XMLDOCUMENT_ROOT","features":[362]},{"name":"DISPID_XMLDOCUMENT_TRIMWHITESPACE","features":[362]},{"name":"DISPID_XMLDOCUMENT_URL","features":[362]},{"name":"DISPID_XMLDOCUMENT_VERSION","features":[362]},{"name":"DISPID_XMLDOCUMENT_XML","features":[362]},{"name":"DISPID_XMLDOMEVENT","features":[362]},{"name":"DISPID_XMLDOMEVENT_ONDATAAVAILABLE","features":[362]},{"name":"DISPID_XMLDOMEVENT_ONREADYSTATECHANGE","features":[362]},{"name":"DISPID_XMLDOMEVENT__TOP","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2_GETPROPERTY","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2_NAMESPACES","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2_SCHEMAS","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2_SETPROPERTY","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2_VALIDATE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2__TOP","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT3","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT3_IMPORTNODE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT3_VALIDATENODE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT3__TOP","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_ABORT","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_ASYNC","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_CREATENODE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_CREATENODEEX","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_DOCUMENTNAMESPACES","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_DOCUMENTNODE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_LOAD","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_LOADXML","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_NODEFROMID","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_ONDATAAVAILABLE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_ONREADYSTATECHANGE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_ONTRANSFORMNODE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_PARSEERROR","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_PRESERVEWHITESPACE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_RESOLVENAMESPACE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_SAVE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_URL","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_VALIDATE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT__TOP","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP_GETQUALIFIEDITEM","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP_NEWENUM","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP_NEXTNODE","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP_REMOVEQUALIFIEDITEM","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP_RESET","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP__TOP","features":[362]},{"name":"DISPID_XMLDOM_NODE","features":[362]},{"name":"DISPID_XMLDOM_NODELIST","features":[362]},{"name":"DISPID_XMLDOM_NODELIST_NEWENUM","features":[362]},{"name":"DISPID_XMLDOM_NODELIST_NEXTNODE","features":[362]},{"name":"DISPID_XMLDOM_NODELIST_RESET","features":[362]},{"name":"DISPID_XMLDOM_NODELIST__TOP","features":[362]},{"name":"DISPID_XMLDOM_NODE_BASENAME","features":[362]},{"name":"DISPID_XMLDOM_NODE_DATATYPE","features":[362]},{"name":"DISPID_XMLDOM_NODE_DEFINITION","features":[362]},{"name":"DISPID_XMLDOM_NODE_NAMESPACE","features":[362]},{"name":"DISPID_XMLDOM_NODE_NODETYPEDVALUE","features":[362]},{"name":"DISPID_XMLDOM_NODE_PARSED","features":[362]},{"name":"DISPID_XMLDOM_NODE_PREFIX","features":[362]},{"name":"DISPID_XMLDOM_NODE_SELECTNODES","features":[362]},{"name":"DISPID_XMLDOM_NODE_SELECTSINGLENODE","features":[362]},{"name":"DISPID_XMLDOM_NODE_SPECIFIED","features":[362]},{"name":"DISPID_XMLDOM_NODE_STRINGTYPE","features":[362]},{"name":"DISPID_XMLDOM_NODE_TEXT","features":[362]},{"name":"DISPID_XMLDOM_NODE_TRANSFORMNODE","features":[362]},{"name":"DISPID_XMLDOM_NODE_TRANSFORMNODETOOBJECT","features":[362]},{"name":"DISPID_XMLDOM_NODE_XML","features":[362]},{"name":"DISPID_XMLDOM_NODE__TOP","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_ADDOBJECT","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_ADDPARAMETER","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_INPUT","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_OUTPUT","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_READYSTATE","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_RESET","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_SETSTARTMODE","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_STARTMODE","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_STARTMODEURI","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_STYLESHEET","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_TRANSFORM","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_XSLTEMPLATE","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR__TOP","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_ADD","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_ADDCOLLECTION","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_GET","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_LENGTH","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_NAMESPACEURI","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_REMOVE","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION__TOP","features":[362]},{"name":"DISPID_XMLDOM_SELECTION","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_CLONE","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_CONTEXT","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_EXPR","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_GETPROPERTY","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_MATCHES","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_PEEKNODE","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_REMOVEALL","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_REMOVENEXT","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_SETPROPERTY","features":[362]},{"name":"DISPID_XMLDOM_SELECTION__TOP","features":[362]},{"name":"DISPID_XMLDOM_TEMPLATE","features":[362]},{"name":"DISPID_XMLDOM_TEMPLATE_CREATEPROCESSOR","features":[362]},{"name":"DISPID_XMLDOM_TEMPLATE_STYLESHEET","features":[362]},{"name":"DISPID_XMLDOM_TEMPLATE__TOP","features":[362]},{"name":"DISPID_XMLDSIG","features":[362]},{"name":"DISPID_XMLDSIG_CREATEKEYFROMCSP","features":[362]},{"name":"DISPID_XMLDSIG_CREATEKEYFROMHMACSECRET","features":[362]},{"name":"DISPID_XMLDSIG_CREATEKEYFROMNODE","features":[362]},{"name":"DISPID_XMLDSIG_CREATESAXPROXY","features":[362]},{"name":"DISPID_XMLDSIG_GETVERIFYINGCERTIFICATE","features":[362]},{"name":"DISPID_XMLDSIG_SETREFERENCEDATA","features":[362]},{"name":"DISPID_XMLDSIG_SIGN","features":[362]},{"name":"DISPID_XMLDSIG_SIGNATURE","features":[362]},{"name":"DISPID_XMLDSIG_STORE","features":[362]},{"name":"DISPID_XMLDSIG_VERIFY","features":[362]},{"name":"DISPID_XMLDSO","features":[362]},{"name":"DISPID_XMLDSO_DOCUMENT","features":[362]},{"name":"DISPID_XMLDSO_JAVADSOCOMPATIBLE","features":[362]},{"name":"DISPID_XMLELEMENT","features":[362]},{"name":"DISPID_XMLELEMENTCOLLECTION","features":[362]},{"name":"DISPID_XMLELEMENTCOLLECTION_ITEM","features":[362]},{"name":"DISPID_XMLELEMENTCOLLECTION_LENGTH","features":[362]},{"name":"DISPID_XMLELEMENTCOLLECTION_NEWENUM","features":[362]},{"name":"DISPID_XMLELEMENT_ADDCHILD","features":[362]},{"name":"DISPID_XMLELEMENT_ATTRIBUTES","features":[362]},{"name":"DISPID_XMLELEMENT_CHILDREN","features":[362]},{"name":"DISPID_XMLELEMENT_GETATTRIBUTE","features":[362]},{"name":"DISPID_XMLELEMENT_PARENT","features":[362]},{"name":"DISPID_XMLELEMENT_REMOVEATTRIBUTE","features":[362]},{"name":"DISPID_XMLELEMENT_REMOVECHILD","features":[362]},{"name":"DISPID_XMLELEMENT_SETATTRIBUTE","features":[362]},{"name":"DISPID_XMLELEMENT_TAGNAME","features":[362]},{"name":"DISPID_XMLELEMENT_TEXT","features":[362]},{"name":"DISPID_XMLELEMENT_TYPE","features":[362]},{"name":"DISPID_XMLERROR","features":[362]},{"name":"DISPID_XMLERROR_LINE","features":[362]},{"name":"DISPID_XMLERROR_POS","features":[362]},{"name":"DISPID_XMLERROR_REASON","features":[362]},{"name":"DISPID_XMLNOTIFSINK","features":[362]},{"name":"DISPID_XMLNOTIFSINK_CHILDADDED","features":[362]},{"name":"DISPID_XOBJ_BASE","features":[362]},{"name":"DISPID_XOBJ_MAX","features":[362]},{"name":"DISPID_XOBJ_MIN","features":[362]},{"name":"DISPID_XTLRUNTIME","features":[362]},{"name":"DISPID_XTLRUNTIME_ABSOLUTECHILDNUMBER","features":[362]},{"name":"DISPID_XTLRUNTIME_ANCESTORCHILDNUMBER","features":[362]},{"name":"DISPID_XTLRUNTIME_CHILDNUMBER","features":[362]},{"name":"DISPID_XTLRUNTIME_DEPTH","features":[362]},{"name":"DISPID_XTLRUNTIME_FORMATDATE","features":[362]},{"name":"DISPID_XTLRUNTIME_FORMATINDEX","features":[362]},{"name":"DISPID_XTLRUNTIME_FORMATNUMBER","features":[362]},{"name":"DISPID_XTLRUNTIME_FORMATTIME","features":[362]},{"name":"DISPID_XTLRUNTIME_UNIQUEID","features":[362]},{"name":"DISPID_XTLRUNTIME__TOP","features":[362]},{"name":"DOMDocument","features":[362]},{"name":"DOMDocument60","features":[362]},{"name":"DOMFreeThreadedDocument","features":[362]},{"name":"DOMNodeType","features":[362]},{"name":"E_XML_BUFFERTOOSMALL","features":[362]},{"name":"E_XML_INVALID","features":[362]},{"name":"E_XML_NODTD","features":[362]},{"name":"E_XML_NOTWF","features":[362]},{"name":"FreeThreadedDOMDocument60","features":[362]},{"name":"FreeThreadedXMLHTTP60","features":[362]},{"name":"IMXAttributes","features":[362,358]},{"name":"IMXNamespaceManager","features":[362]},{"name":"IMXNamespacePrefixes","features":[362,358]},{"name":"IMXReaderControl","features":[362,358]},{"name":"IMXSchemaDeclHandler","features":[362,358]},{"name":"IMXWriter","features":[362,358]},{"name":"IMXXMLFilter","features":[362,358]},{"name":"ISAXAttributes","features":[362]},{"name":"ISAXContentHandler","features":[362]},{"name":"ISAXDTDHandler","features":[362]},{"name":"ISAXDeclHandler","features":[362]},{"name":"ISAXEntityResolver","features":[362]},{"name":"ISAXErrorHandler","features":[362]},{"name":"ISAXLexicalHandler","features":[362]},{"name":"ISAXLocator","features":[362]},{"name":"ISAXXMLFilter","features":[362]},{"name":"ISAXXMLReader","features":[362]},{"name":"ISchema","features":[362,358]},{"name":"ISchemaAny","features":[362,358]},{"name":"ISchemaAttribute","features":[362,358]},{"name":"ISchemaAttributeGroup","features":[362,358]},{"name":"ISchemaComplexType","features":[362,358]},{"name":"ISchemaElement","features":[362,358]},{"name":"ISchemaIdentityConstraint","features":[362,358]},{"name":"ISchemaItem","features":[362,358]},{"name":"ISchemaItemCollection","features":[362,358]},{"name":"ISchemaModelGroup","features":[362,358]},{"name":"ISchemaNotation","features":[362,358]},{"name":"ISchemaParticle","features":[362,358]},{"name":"ISchemaStringCollection","features":[362,358]},{"name":"ISchemaType","features":[362,358]},{"name":"IServerXMLHTTPRequest","features":[362,358]},{"name":"IServerXMLHTTPRequest2","features":[362,358]},{"name":"IVBMXNamespaceManager","features":[362,358]},{"name":"IVBSAXAttributes","features":[362,358]},{"name":"IVBSAXContentHandler","features":[362,358]},{"name":"IVBSAXDTDHandler","features":[362,358]},{"name":"IVBSAXDeclHandler","features":[362,358]},{"name":"IVBSAXEntityResolver","features":[362,358]},{"name":"IVBSAXErrorHandler","features":[362,358]},{"name":"IVBSAXLexicalHandler","features":[362,358]},{"name":"IVBSAXLocator","features":[362,358]},{"name":"IVBSAXXMLFilter","features":[362,358]},{"name":"IVBSAXXMLReader","features":[362,358]},{"name":"IXMLAttribute","features":[362,358]},{"name":"IXMLDOMAttribute","features":[362,358]},{"name":"IXMLDOMCDATASection","features":[362,358]},{"name":"IXMLDOMCharacterData","features":[362,358]},{"name":"IXMLDOMComment","features":[362,358]},{"name":"IXMLDOMDocument","features":[362,358]},{"name":"IXMLDOMDocument2","features":[362,358]},{"name":"IXMLDOMDocument3","features":[362,358]},{"name":"IXMLDOMDocumentFragment","features":[362,358]},{"name":"IXMLDOMDocumentType","features":[362,358]},{"name":"IXMLDOMElement","features":[362,358]},{"name":"IXMLDOMEntity","features":[362,358]},{"name":"IXMLDOMEntityReference","features":[362,358]},{"name":"IXMLDOMImplementation","features":[362,358]},{"name":"IXMLDOMNamedNodeMap","features":[362,358]},{"name":"IXMLDOMNode","features":[362,358]},{"name":"IXMLDOMNodeList","features":[362,358]},{"name":"IXMLDOMNotation","features":[362,358]},{"name":"IXMLDOMParseError","features":[362,358]},{"name":"IXMLDOMParseError2","features":[362,358]},{"name":"IXMLDOMParseErrorCollection","features":[362,358]},{"name":"IXMLDOMProcessingInstruction","features":[362,358]},{"name":"IXMLDOMSchemaCollection","features":[362,358]},{"name":"IXMLDOMSchemaCollection2","features":[362,358]},{"name":"IXMLDOMSelection","features":[362,358]},{"name":"IXMLDOMText","features":[362,358]},{"name":"IXMLDSOControl","features":[362,358]},{"name":"IXMLDocument","features":[362,358]},{"name":"IXMLDocument2","features":[362,358]},{"name":"IXMLElement","features":[362,358]},{"name":"IXMLElement2","features":[362,358]},{"name":"IXMLElementCollection","features":[362,358]},{"name":"IXMLError","features":[362]},{"name":"IXMLHTTPRequest","features":[362,358]},{"name":"IXMLHTTPRequest2","features":[362]},{"name":"IXMLHTTPRequest2Callback","features":[362]},{"name":"IXMLHTTPRequest3","features":[362]},{"name":"IXMLHTTPRequest3Callback","features":[362]},{"name":"IXSLProcessor","features":[362,358]},{"name":"IXSLTemplate","features":[362,358]},{"name":"IXTLRuntime","features":[362,358]},{"name":"MXHTMLWriter60","features":[362]},{"name":"MXNamespaceManager60","features":[362]},{"name":"MXXMLWriter60","features":[362]},{"name":"NODE_ATTRIBUTE","features":[362]},{"name":"NODE_CDATA_SECTION","features":[362]},{"name":"NODE_COMMENT","features":[362]},{"name":"NODE_DOCUMENT","features":[362]},{"name":"NODE_DOCUMENT_FRAGMENT","features":[362]},{"name":"NODE_DOCUMENT_TYPE","features":[362]},{"name":"NODE_ELEMENT","features":[362]},{"name":"NODE_ENTITY","features":[362]},{"name":"NODE_ENTITY_REFERENCE","features":[362]},{"name":"NODE_INVALID","features":[362]},{"name":"NODE_NOTATION","features":[362]},{"name":"NODE_PROCESSING_INSTRUCTION","features":[362]},{"name":"NODE_TEXT","features":[362]},{"name":"SAXAttributes60","features":[362]},{"name":"SAXXMLReader60","features":[362]},{"name":"SCHEMACONTENTTYPE","features":[362]},{"name":"SCHEMACONTENTTYPE_ELEMENTONLY","features":[362]},{"name":"SCHEMACONTENTTYPE_EMPTY","features":[362]},{"name":"SCHEMACONTENTTYPE_MIXED","features":[362]},{"name":"SCHEMACONTENTTYPE_TEXTONLY","features":[362]},{"name":"SCHEMADERIVATIONMETHOD","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_ALL","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_EMPTY","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_EXTENSION","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_LIST","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_NONE","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_RESTRICTION","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_SUBSTITUTION","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_UNION","features":[362]},{"name":"SCHEMAPROCESSCONTENTS","features":[362]},{"name":"SCHEMAPROCESSCONTENTS_LAX","features":[362]},{"name":"SCHEMAPROCESSCONTENTS_NONE","features":[362]},{"name":"SCHEMAPROCESSCONTENTS_SKIP","features":[362]},{"name":"SCHEMAPROCESSCONTENTS_STRICT","features":[362]},{"name":"SCHEMATYPEVARIETY","features":[362]},{"name":"SCHEMATYPEVARIETY_ATOMIC","features":[362]},{"name":"SCHEMATYPEVARIETY_LIST","features":[362]},{"name":"SCHEMATYPEVARIETY_NONE","features":[362]},{"name":"SCHEMATYPEVARIETY_UNION","features":[362]},{"name":"SCHEMAUSE","features":[362]},{"name":"SCHEMAUSE_OPTIONAL","features":[362]},{"name":"SCHEMAUSE_PROHIBITED","features":[362]},{"name":"SCHEMAUSE_REQUIRED","features":[362]},{"name":"SCHEMAWHITESPACE","features":[362]},{"name":"SCHEMAWHITESPACE_COLLAPSE","features":[362]},{"name":"SCHEMAWHITESPACE_NONE","features":[362]},{"name":"SCHEMAWHITESPACE_PRESERVE","features":[362]},{"name":"SCHEMAWHITESPACE_REPLACE","features":[362]},{"name":"SERVERXMLHTTP_OPTION","features":[362]},{"name":"SOMITEMTYPE","features":[362]},{"name":"SOMITEM_ALL","features":[362]},{"name":"SOMITEM_ANNOTATION","features":[362]},{"name":"SOMITEM_ANY","features":[362]},{"name":"SOMITEM_ANYATTRIBUTE","features":[362]},{"name":"SOMITEM_ANYTYPE","features":[362]},{"name":"SOMITEM_ATTRIBUTE","features":[362]},{"name":"SOMITEM_ATTRIBUTEGROUP","features":[362]},{"name":"SOMITEM_CHOICE","features":[362]},{"name":"SOMITEM_COMPLEXTYPE","features":[362]},{"name":"SOMITEM_DATATYPE","features":[362]},{"name":"SOMITEM_DATATYPE_ANYSIMPLETYPE","features":[362]},{"name":"SOMITEM_DATATYPE_ANYTYPE","features":[362]},{"name":"SOMITEM_DATATYPE_ANYURI","features":[362]},{"name":"SOMITEM_DATATYPE_BASE64BINARY","features":[362]},{"name":"SOMITEM_DATATYPE_BOOLEAN","features":[362]},{"name":"SOMITEM_DATATYPE_BYTE","features":[362]},{"name":"SOMITEM_DATATYPE_DATE","features":[362]},{"name":"SOMITEM_DATATYPE_DATETIME","features":[362]},{"name":"SOMITEM_DATATYPE_DAY","features":[362]},{"name":"SOMITEM_DATATYPE_DECIMAL","features":[362]},{"name":"SOMITEM_DATATYPE_DOUBLE","features":[362]},{"name":"SOMITEM_DATATYPE_DURATION","features":[362]},{"name":"SOMITEM_DATATYPE_ENTITIES","features":[362]},{"name":"SOMITEM_DATATYPE_ENTITY","features":[362]},{"name":"SOMITEM_DATATYPE_FLOAT","features":[362]},{"name":"SOMITEM_DATATYPE_HEXBINARY","features":[362]},{"name":"SOMITEM_DATATYPE_ID","features":[362]},{"name":"SOMITEM_DATATYPE_IDREF","features":[362]},{"name":"SOMITEM_DATATYPE_IDREFS","features":[362]},{"name":"SOMITEM_DATATYPE_INT","features":[362]},{"name":"SOMITEM_DATATYPE_INTEGER","features":[362]},{"name":"SOMITEM_DATATYPE_LANGUAGE","features":[362]},{"name":"SOMITEM_DATATYPE_LONG","features":[362]},{"name":"SOMITEM_DATATYPE_MONTH","features":[362]},{"name":"SOMITEM_DATATYPE_MONTHDAY","features":[362]},{"name":"SOMITEM_DATATYPE_NAME","features":[362]},{"name":"SOMITEM_DATATYPE_NCNAME","features":[362]},{"name":"SOMITEM_DATATYPE_NEGATIVEINTEGER","features":[362]},{"name":"SOMITEM_DATATYPE_NMTOKEN","features":[362]},{"name":"SOMITEM_DATATYPE_NMTOKENS","features":[362]},{"name":"SOMITEM_DATATYPE_NONNEGATIVEINTEGER","features":[362]},{"name":"SOMITEM_DATATYPE_NONPOSITIVEINTEGER","features":[362]},{"name":"SOMITEM_DATATYPE_NORMALIZEDSTRING","features":[362]},{"name":"SOMITEM_DATATYPE_NOTATION","features":[362]},{"name":"SOMITEM_DATATYPE_POSITIVEINTEGER","features":[362]},{"name":"SOMITEM_DATATYPE_QNAME","features":[362]},{"name":"SOMITEM_DATATYPE_SHORT","features":[362]},{"name":"SOMITEM_DATATYPE_STRING","features":[362]},{"name":"SOMITEM_DATATYPE_TIME","features":[362]},{"name":"SOMITEM_DATATYPE_TOKEN","features":[362]},{"name":"SOMITEM_DATATYPE_UNSIGNEDBYTE","features":[362]},{"name":"SOMITEM_DATATYPE_UNSIGNEDINT","features":[362]},{"name":"SOMITEM_DATATYPE_UNSIGNEDLONG","features":[362]},{"name":"SOMITEM_DATATYPE_UNSIGNEDSHORT","features":[362]},{"name":"SOMITEM_DATATYPE_YEAR","features":[362]},{"name":"SOMITEM_DATATYPE_YEARMONTH","features":[362]},{"name":"SOMITEM_ELEMENT","features":[362]},{"name":"SOMITEM_EMPTYPARTICLE","features":[362]},{"name":"SOMITEM_GROUP","features":[362]},{"name":"SOMITEM_IDENTITYCONSTRAINT","features":[362]},{"name":"SOMITEM_KEY","features":[362]},{"name":"SOMITEM_KEYREF","features":[362]},{"name":"SOMITEM_NOTATION","features":[362]},{"name":"SOMITEM_NULL","features":[362]},{"name":"SOMITEM_NULL_ANY","features":[362]},{"name":"SOMITEM_NULL_ANYATTRIBUTE","features":[362]},{"name":"SOMITEM_NULL_ELEMENT","features":[362]},{"name":"SOMITEM_NULL_TYPE","features":[362]},{"name":"SOMITEM_PARTICLE","features":[362]},{"name":"SOMITEM_SCHEMA","features":[362]},{"name":"SOMITEM_SEQUENCE","features":[362]},{"name":"SOMITEM_SIMPLETYPE","features":[362]},{"name":"SOMITEM_UNIQUE","features":[362]},{"name":"SXH_OPTION_ESCAPE_PERCENT_IN_URL","features":[362]},{"name":"SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS","features":[362]},{"name":"SXH_OPTION_SELECT_CLIENT_SSL_CERT","features":[362]},{"name":"SXH_OPTION_URL","features":[362]},{"name":"SXH_OPTION_URL_CODEPAGE","features":[362]},{"name":"SXH_PROXY_SETTING","features":[362]},{"name":"SXH_PROXY_SET_DEFAULT","features":[362]},{"name":"SXH_PROXY_SET_DIRECT","features":[362]},{"name":"SXH_PROXY_SET_PRECONFIG","features":[362]},{"name":"SXH_PROXY_SET_PROXY","features":[362]},{"name":"SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS","features":[362]},{"name":"SXH_SERVER_CERT_IGNORE_CERT_CN_INVALID","features":[362]},{"name":"SXH_SERVER_CERT_IGNORE_CERT_DATE_INVALID","features":[362]},{"name":"SXH_SERVER_CERT_IGNORE_UNKNOWN_CA","features":[362]},{"name":"SXH_SERVER_CERT_IGNORE_WRONG_USAGE","features":[362]},{"name":"SXH_SERVER_CERT_OPTION","features":[362]},{"name":"ServerXMLHTTP60","features":[362]},{"name":"XHR_AUTH","features":[362]},{"name":"XHR_AUTH_ALL","features":[362]},{"name":"XHR_AUTH_NONE","features":[362]},{"name":"XHR_AUTH_PROXY","features":[362]},{"name":"XHR_CERT","features":[362]},{"name":"XHR_CERT_ERROR_ALL_SERVER_ERRORS","features":[362]},{"name":"XHR_CERT_ERROR_CERT_CN_INVALID","features":[362]},{"name":"XHR_CERT_ERROR_CERT_DATE_INVALID","features":[362]},{"name":"XHR_CERT_ERROR_FLAG","features":[362]},{"name":"XHR_CERT_ERROR_REVOCATION_FAILED","features":[362]},{"name":"XHR_CERT_ERROR_UNKNOWN_CA","features":[362]},{"name":"XHR_CERT_IGNORE_ALL_SERVER_ERRORS","features":[362]},{"name":"XHR_CERT_IGNORE_CERT_CN_INVALID","features":[362]},{"name":"XHR_CERT_IGNORE_CERT_DATE_INVALID","features":[362]},{"name":"XHR_CERT_IGNORE_FLAG","features":[362]},{"name":"XHR_CERT_IGNORE_REVOCATION_FAILED","features":[362]},{"name":"XHR_CERT_IGNORE_UNKNOWN_CA","features":[362]},{"name":"XHR_COOKIE","features":[362,307]},{"name":"XHR_COOKIE_APPLY_P3P","features":[362]},{"name":"XHR_COOKIE_EVALUATE_P3P","features":[362]},{"name":"XHR_COOKIE_FLAG","features":[362]},{"name":"XHR_COOKIE_HTTPONLY","features":[362]},{"name":"XHR_COOKIE_IE6","features":[362]},{"name":"XHR_COOKIE_IS_LEGACY","features":[362]},{"name":"XHR_COOKIE_IS_RESTRICTED","features":[362]},{"name":"XHR_COOKIE_IS_SECURE","features":[362]},{"name":"XHR_COOKIE_IS_SESSION","features":[362]},{"name":"XHR_COOKIE_NON_SCRIPT","features":[362]},{"name":"XHR_COOKIE_P3P_ENABLED","features":[362]},{"name":"XHR_COOKIE_PROMPT_REQUIRED","features":[362]},{"name":"XHR_COOKIE_STATE","features":[362]},{"name":"XHR_COOKIE_STATE_ACCEPT","features":[362]},{"name":"XHR_COOKIE_STATE_DOWNGRADE","features":[362]},{"name":"XHR_COOKIE_STATE_LEASH","features":[362]},{"name":"XHR_COOKIE_STATE_PROMPT","features":[362]},{"name":"XHR_COOKIE_STATE_REJECT","features":[362]},{"name":"XHR_COOKIE_STATE_UNKNOWN","features":[362]},{"name":"XHR_COOKIE_THIRD_PARTY","features":[362]},{"name":"XHR_CRED_PROMPT","features":[362]},{"name":"XHR_CRED_PROMPT_ALL","features":[362]},{"name":"XHR_CRED_PROMPT_NONE","features":[362]},{"name":"XHR_CRED_PROMPT_PROXY","features":[362]},{"name":"XHR_PROPERTY","features":[362]},{"name":"XHR_PROP_EXTENDED_ERROR","features":[362]},{"name":"XHR_PROP_IGNORE_CERT_ERRORS","features":[362]},{"name":"XHR_PROP_MAX_CONNECTIONS","features":[362]},{"name":"XHR_PROP_NO_AUTH","features":[362]},{"name":"XHR_PROP_NO_CACHE","features":[362]},{"name":"XHR_PROP_NO_CRED_PROMPT","features":[362]},{"name":"XHR_PROP_NO_DEFAULT_HEADERS","features":[362]},{"name":"XHR_PROP_ONDATA_ALWAYS","features":[362]},{"name":"XHR_PROP_ONDATA_NEVER","features":[362]},{"name":"XHR_PROP_ONDATA_THRESHOLD","features":[362]},{"name":"XHR_PROP_QUERY_STRING_UTF8","features":[362]},{"name":"XHR_PROP_REPORT_REDIRECT_STATUS","features":[362]},{"name":"XHR_PROP_SET_ENTERPRISEID","features":[362]},{"name":"XHR_PROP_TIMEOUT","features":[362]},{"name":"XMLDOMDocumentEvents","features":[362,358]},{"name":"XMLDSOControl","features":[362]},{"name":"XMLDocument","features":[362]},{"name":"XMLELEMTYPE_COMMENT","features":[362]},{"name":"XMLELEMTYPE_DOCUMENT","features":[362]},{"name":"XMLELEMTYPE_DTD","features":[362]},{"name":"XMLELEMTYPE_ELEMENT","features":[362]},{"name":"XMLELEMTYPE_OTHER","features":[362]},{"name":"XMLELEMTYPE_PI","features":[362]},{"name":"XMLELEMTYPE_TEXT","features":[362]},{"name":"XMLELEM_TYPE","features":[362]},{"name":"XMLHTTP60","features":[362]},{"name":"XMLHTTPRequest","features":[362]},{"name":"XMLSchemaCache60","features":[362]},{"name":"XML_ERROR","features":[362]},{"name":"XSLTemplate60","features":[362]},{"name":"__msxml6_ReferenceRemainingTypes__","features":[362]}],"369":[{"name":"CreateXmlReader","features":[363,358]},{"name":"CreateXmlReaderInputWithEncodingCodePage","features":[363,307,358]},{"name":"CreateXmlReaderInputWithEncodingName","features":[363,307,358]},{"name":"CreateXmlWriter","features":[363,358]},{"name":"CreateXmlWriterOutputWithEncodingCodePage","features":[363,358]},{"name":"CreateXmlWriterOutputWithEncodingName","features":[363,358]},{"name":"DtdProcessing","features":[363]},{"name":"DtdProcessing_Parse","features":[363]},{"name":"DtdProcessing_Prohibit","features":[363]},{"name":"IXmlReader","features":[363]},{"name":"IXmlResolver","features":[363]},{"name":"IXmlWriter","features":[363]},{"name":"IXmlWriterLite","features":[363]},{"name":"MX_E_ENCODING","features":[363]},{"name":"MX_E_ENCODINGSIGNATURE","features":[363]},{"name":"MX_E_ENCODINGSWITCH","features":[363]},{"name":"MX_E_INPUTEND","features":[363]},{"name":"MX_E_MX","features":[363]},{"name":"NC_E_DECLAREDPREFIX","features":[363]},{"name":"NC_E_EMPTYURI","features":[363]},{"name":"NC_E_NAMECOLON","features":[363]},{"name":"NC_E_NC","features":[363]},{"name":"NC_E_QNAMECHARACTER","features":[363]},{"name":"NC_E_QNAMECOLON","features":[363]},{"name":"NC_E_UNDECLAREDPREFIX","features":[363]},{"name":"NC_E_XMLNSPREFIXRESERVED","features":[363]},{"name":"NC_E_XMLNSURIRESERVED","features":[363]},{"name":"NC_E_XMLPREFIXRESERVED","features":[363]},{"name":"NC_E_XMLURIRESERVED","features":[363]},{"name":"SC_E_MAXELEMENTDEPTH","features":[363]},{"name":"SC_E_MAXENTITYEXPANSION","features":[363]},{"name":"SC_E_SC","features":[363]},{"name":"WC_E_CDSECT","features":[363]},{"name":"WC_E_CDSECTEND","features":[363]},{"name":"WC_E_COMMENT","features":[363]},{"name":"WC_E_CONDSECT","features":[363]},{"name":"WC_E_DECLATTLIST","features":[363]},{"name":"WC_E_DECLDOCTYPE","features":[363]},{"name":"WC_E_DECLELEMENT","features":[363]},{"name":"WC_E_DECLENTITY","features":[363]},{"name":"WC_E_DECLNOTATION","features":[363]},{"name":"WC_E_DIGIT","features":[363]},{"name":"WC_E_DTDPROHIBITED","features":[363]},{"name":"WC_E_ELEMENTMATCH","features":[363]},{"name":"WC_E_ENCNAME","features":[363]},{"name":"WC_E_ENTITYCONTENT","features":[363]},{"name":"WC_E_EQUAL","features":[363]},{"name":"WC_E_GREATERTHAN","features":[363]},{"name":"WC_E_HEXDIGIT","features":[363]},{"name":"WC_E_INVALIDXMLSPACE","features":[363]},{"name":"WC_E_LEADINGXML","features":[363]},{"name":"WC_E_LEFTBRACKET","features":[363]},{"name":"WC_E_LEFTPAREN","features":[363]},{"name":"WC_E_LESSTHAN","features":[363]},{"name":"WC_E_MOREDATA","features":[363]},{"name":"WC_E_NAME","features":[363]},{"name":"WC_E_NAMECHARACTER","features":[363]},{"name":"WC_E_NDATA","features":[363]},{"name":"WC_E_NOEXTERNALENTITYREF","features":[363]},{"name":"WC_E_NORECURSION","features":[363]},{"name":"WC_E_PARSEDENTITY","features":[363]},{"name":"WC_E_PESBETWEENDECLS","features":[363]},{"name":"WC_E_PESINTERNALSUBSET","features":[363]},{"name":"WC_E_PI","features":[363]},{"name":"WC_E_PUBLIC","features":[363]},{"name":"WC_E_PUBLICID","features":[363]},{"name":"WC_E_QUESTIONMARK","features":[363]},{"name":"WC_E_QUOTE","features":[363]},{"name":"WC_E_ROOTELEMENT","features":[363]},{"name":"WC_E_SEMICOLON","features":[363]},{"name":"WC_E_SYNTAX","features":[363]},{"name":"WC_E_SYSTEM","features":[363]},{"name":"WC_E_SYSTEMID","features":[363]},{"name":"WC_E_TEXTDECL","features":[363]},{"name":"WC_E_TEXTXMLDECL","features":[363]},{"name":"WC_E_UNDECLAREDENTITY","features":[363]},{"name":"WC_E_UNIQUEATTRIBUTE","features":[363]},{"name":"WC_E_WC","features":[363]},{"name":"WC_E_WHITESPACE","features":[363]},{"name":"WC_E_XMLCHARACTER","features":[363]},{"name":"WC_E_XMLDECL","features":[363]},{"name":"WR_E_DUPLICATEATTRIBUTE","features":[363]},{"name":"WR_E_INVALIDACTION","features":[363]},{"name":"WR_E_INVALIDSURROGATEPAIR","features":[363]},{"name":"WR_E_INVALIDXMLSPACE","features":[363]},{"name":"WR_E_NAMESPACEUNDECLARED","features":[363]},{"name":"WR_E_NONWHITESPACE","features":[363]},{"name":"WR_E_NSPREFIXDECLARED","features":[363]},{"name":"WR_E_NSPREFIXWITHEMPTYNSURI","features":[363]},{"name":"WR_E_WR","features":[363]},{"name":"WR_E_XMLNSPREFIXDECLARATION","features":[363]},{"name":"WR_E_XMLNSURIDECLARATION","features":[363]},{"name":"WR_E_XMLPREFIXDECLARATION","features":[363]},{"name":"WR_E_XMLURIDECLARATION","features":[363]},{"name":"XML_E_INVALIDENCODING","features":[363]},{"name":"XML_E_INVALID_DECIMAL","features":[363]},{"name":"XML_E_INVALID_HEXIDECIMAL","features":[363]},{"name":"XML_E_INVALID_UNICODE","features":[363]},{"name":"XmlConformanceLevel","features":[363]},{"name":"XmlConformanceLevel_Auto","features":[363]},{"name":"XmlConformanceLevel_Document","features":[363]},{"name":"XmlConformanceLevel_Fragment","features":[363]},{"name":"XmlError","features":[363]},{"name":"XmlNodeType","features":[363]},{"name":"XmlNodeType_Attribute","features":[363]},{"name":"XmlNodeType_CDATA","features":[363]},{"name":"XmlNodeType_Comment","features":[363]},{"name":"XmlNodeType_DocumentType","features":[363]},{"name":"XmlNodeType_Element","features":[363]},{"name":"XmlNodeType_EndElement","features":[363]},{"name":"XmlNodeType_None","features":[363]},{"name":"XmlNodeType_ProcessingInstruction","features":[363]},{"name":"XmlNodeType_Text","features":[363]},{"name":"XmlNodeType_Whitespace","features":[363]},{"name":"XmlNodeType_XmlDeclaration","features":[363]},{"name":"XmlReadState","features":[363]},{"name":"XmlReadState_Closed","features":[363]},{"name":"XmlReadState_EndOfFile","features":[363]},{"name":"XmlReadState_Error","features":[363]},{"name":"XmlReadState_Initial","features":[363]},{"name":"XmlReadState_Interactive","features":[363]},{"name":"XmlReaderProperty","features":[363]},{"name":"XmlReaderProperty_ConformanceLevel","features":[363]},{"name":"XmlReaderProperty_DtdProcessing","features":[363]},{"name":"XmlReaderProperty_MaxElementDepth","features":[363]},{"name":"XmlReaderProperty_MaxEntityExpansion","features":[363]},{"name":"XmlReaderProperty_MultiLanguage","features":[363]},{"name":"XmlReaderProperty_RandomAccess","features":[363]},{"name":"XmlReaderProperty_ReadState","features":[363]},{"name":"XmlReaderProperty_XmlResolver","features":[363]},{"name":"XmlStandalone","features":[363]},{"name":"XmlStandalone_No","features":[363]},{"name":"XmlStandalone_Omit","features":[363]},{"name":"XmlStandalone_Yes","features":[363]},{"name":"XmlWriterProperty","features":[363]},{"name":"XmlWriterProperty_ByteOrderMark","features":[363]},{"name":"XmlWriterProperty_CompactEmptyElement","features":[363]},{"name":"XmlWriterProperty_ConformanceLevel","features":[363]},{"name":"XmlWriterProperty_Indent","features":[363]},{"name":"XmlWriterProperty_MultiLanguage","features":[363]},{"name":"XmlWriterProperty_OmitXmlDeclaration","features":[363]},{"name":"_DtdProcessing_Last","features":[363]},{"name":"_XmlConformanceLevel_Last","features":[363]},{"name":"_XmlNodeType_Last","features":[363]},{"name":"_XmlReaderProperty_Last","features":[363]},{"name":"_XmlStandalone_Last","features":[363]},{"name":"_XmlWriterProperty_Last","features":[363]}],"370":[{"name":"AJ_IFC_SECURITY_INHERIT","features":[364]},{"name":"AJ_IFC_SECURITY_OFF","features":[364]},{"name":"AJ_IFC_SECURITY_REQUIRED","features":[364]},{"name":"ALLJOYN_ARRAY","features":[364]},{"name":"ALLJOYN_BIG_ENDIAN","features":[364]},{"name":"ALLJOYN_BOOLEAN","features":[364]},{"name":"ALLJOYN_BOOLEAN_ARRAY","features":[364]},{"name":"ALLJOYN_BYTE","features":[364]},{"name":"ALLJOYN_BYTE_ARRAY","features":[364]},{"name":"ALLJOYN_CRED_CERT_CHAIN","features":[364]},{"name":"ALLJOYN_CRED_EXPIRATION","features":[364]},{"name":"ALLJOYN_CRED_LOGON_ENTRY","features":[364]},{"name":"ALLJOYN_CRED_NEW_PASSWORD","features":[364]},{"name":"ALLJOYN_CRED_ONE_TIME_PWD","features":[364]},{"name":"ALLJOYN_CRED_PASSWORD","features":[364]},{"name":"ALLJOYN_CRED_PRIVATE_KEY","features":[364]},{"name":"ALLJOYN_CRED_USER_NAME","features":[364]},{"name":"ALLJOYN_DICT_ENTRY","features":[364]},{"name":"ALLJOYN_DICT_ENTRY_CLOSE","features":[364]},{"name":"ALLJOYN_DICT_ENTRY_OPEN","features":[364]},{"name":"ALLJOYN_DISCONNECTED","features":[364]},{"name":"ALLJOYN_DOUBLE","features":[364]},{"name":"ALLJOYN_DOUBLE_ARRAY","features":[364]},{"name":"ALLJOYN_HANDLE","features":[364]},{"name":"ALLJOYN_INT16","features":[364]},{"name":"ALLJOYN_INT16_ARRAY","features":[364]},{"name":"ALLJOYN_INT32","features":[364]},{"name":"ALLJOYN_INT32_ARRAY","features":[364]},{"name":"ALLJOYN_INT64","features":[364]},{"name":"ALLJOYN_INT64_ARRAY","features":[364]},{"name":"ALLJOYN_INVALID","features":[364]},{"name":"ALLJOYN_LITTLE_ENDIAN","features":[364]},{"name":"ALLJOYN_MEMBER_ANNOTATE_DEPRECATED","features":[364]},{"name":"ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST","features":[364]},{"name":"ALLJOYN_MEMBER_ANNOTATE_NO_REPLY","features":[364]},{"name":"ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST","features":[364]},{"name":"ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS","features":[364]},{"name":"ALLJOYN_MEMBER_ANNOTATE_UNICAST","features":[364]},{"name":"ALLJOYN_MESSAGE_DEFAULT_TIMEOUT","features":[364]},{"name":"ALLJOYN_MESSAGE_ERROR","features":[364]},{"name":"ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG","features":[364]},{"name":"ALLJOYN_MESSAGE_FLAG_AUTO_START","features":[364]},{"name":"ALLJOYN_MESSAGE_FLAG_ENCRYPTED","features":[364]},{"name":"ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST","features":[364]},{"name":"ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED","features":[364]},{"name":"ALLJOYN_MESSAGE_FLAG_SESSIONLESS","features":[364]},{"name":"ALLJOYN_MESSAGE_INVALID","features":[364]},{"name":"ALLJOYN_MESSAGE_METHOD_CALL","features":[364]},{"name":"ALLJOYN_MESSAGE_METHOD_RET","features":[364]},{"name":"ALLJOYN_MESSAGE_SIGNAL","features":[364]},{"name":"ALLJOYN_NAMED_PIPE_CONNECT_SPEC","features":[364]},{"name":"ALLJOYN_OBJECT_PATH","features":[364]},{"name":"ALLJOYN_PROP_ACCESS_READ","features":[364]},{"name":"ALLJOYN_PROP_ACCESS_RW","features":[364]},{"name":"ALLJOYN_PROP_ACCESS_WRITE","features":[364]},{"name":"ALLJOYN_PROXIMITY_ANY","features":[364]},{"name":"ALLJOYN_PROXIMITY_NETWORK","features":[364]},{"name":"ALLJOYN_PROXIMITY_PHYSICAL","features":[364]},{"name":"ALLJOYN_READ_READY","features":[364]},{"name":"ALLJOYN_SESSIONLOST_INVALID","features":[364]},{"name":"ALLJOYN_SESSIONLOST_LINK_TIMEOUT","features":[364]},{"name":"ALLJOYN_SESSIONLOST_REASON_OTHER","features":[364]},{"name":"ALLJOYN_SESSIONLOST_REMOTE_END_CLOSED_ABRUPTLY","features":[364]},{"name":"ALLJOYN_SESSIONLOST_REMOTE_END_LEFT_SESSION","features":[364]},{"name":"ALLJOYN_SESSIONLOST_REMOVED_BY_BINDER","features":[364]},{"name":"ALLJOYN_SIGNATURE","features":[364]},{"name":"ALLJOYN_STRING","features":[364]},{"name":"ALLJOYN_STRUCT","features":[364]},{"name":"ALLJOYN_STRUCT_CLOSE","features":[364]},{"name":"ALLJOYN_STRUCT_OPEN","features":[364]},{"name":"ALLJOYN_TRAFFIC_TYPE_MESSAGES","features":[364]},{"name":"ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE","features":[364]},{"name":"ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE","features":[364]},{"name":"ALLJOYN_UINT16","features":[364]},{"name":"ALLJOYN_UINT16_ARRAY","features":[364]},{"name":"ALLJOYN_UINT32","features":[364]},{"name":"ALLJOYN_UINT32_ARRAY","features":[364]},{"name":"ALLJOYN_UINT64","features":[364]},{"name":"ALLJOYN_UINT64_ARRAY","features":[364]},{"name":"ALLJOYN_VARIANT","features":[364]},{"name":"ALLJOYN_WILDCARD","features":[364]},{"name":"ALLJOYN_WRITE_READY","features":[364]},{"name":"ANNOUNCED","features":[364]},{"name":"AllJoynAcceptBusConnection","features":[364,307]},{"name":"AllJoynCloseBusHandle","features":[364,307]},{"name":"AllJoynConnectToBus","features":[364,307]},{"name":"AllJoynCreateBus","features":[364,307,310]},{"name":"AllJoynEnumEvents","features":[364,307]},{"name":"AllJoynEventSelect","features":[364,307]},{"name":"AllJoynReceiveFromBus","features":[364,307]},{"name":"AllJoynSendToBus","features":[364,307]},{"name":"CAPABLE_ECDHE_ECDSA","features":[364]},{"name":"CAPABLE_ECDHE_NULL","features":[364]},{"name":"CAPABLE_ECDHE_SPEKE","features":[364]},{"name":"CLAIMABLE","features":[364]},{"name":"CLAIMED","features":[364]},{"name":"ER_ABOUT_ABOUTDATA_MISSING_REQUIRED_FIELD","features":[364]},{"name":"ER_ABOUT_DEFAULT_LANGUAGE_NOT_SPECIFIED","features":[364]},{"name":"ER_ABOUT_FIELD_ALREADY_SPECIFIED","features":[364]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_FIELD_APPID_SIZE","features":[364]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_FIELD_VALUE","features":[364]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_LISTENER","features":[364]},{"name":"ER_ABOUT_SESSIONPORT_NOT_BOUND","features":[364]},{"name":"ER_ALERTED_THREAD","features":[364]},{"name":"ER_ALLJOYN_ACCESS_PERMISSION_ERROR","features":[364]},{"name":"ER_ALLJOYN_ACCESS_PERMISSION_WARNING","features":[364]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_ALREADY_ADVERTISING","features":[364]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_TRANSPORT_NOT_AVAILABLE","features":[364]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_ALREADY_EXISTS","features":[364]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_INVALID_OPTS","features":[364]},{"name":"ER_ALLJOYN_CANCELADVERTISENAME_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_CANCELFINDADVERTISEDNAME_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_ALREADY_DISCOVERING","features":[364]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_TRANSPORT_NOT_AVAILABLE","features":[364]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_ALREADY_JOINED","features":[364]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_BAD_SESSION_OPTS","features":[364]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_CONNECT_FAILED","features":[364]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_NO_SESSION","features":[364]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_REJECTED","features":[364]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_UNREACHABLE","features":[364]},{"name":"ER_ALLJOYN_LEAVESESSION_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_LEAVESESSION_REPLY_NO_SESSION","features":[364]},{"name":"ER_ALLJOYN_ONAPPRESUME_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_ONAPPRESUME_REPLY_UNSUPPORTED","features":[364]},{"name":"ER_ALLJOYN_ONAPPSUSPEND_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_ONAPPSUSPEND_REPLY_UNSUPPORTED","features":[364]},{"name":"ER_ALLJOYN_PING_FAILED","features":[364]},{"name":"ER_ALLJOYN_PING_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_PING_REPLY_INCOMPATIBLE_REMOTE_ROUTING_NODE","features":[364]},{"name":"ER_ALLJOYN_PING_REPLY_IN_PROGRESS","features":[364]},{"name":"ER_ALLJOYN_PING_REPLY_TIMEOUT","features":[364]},{"name":"ER_ALLJOYN_PING_REPLY_UNKNOWN_NAME","features":[364]},{"name":"ER_ALLJOYN_PING_REPLY_UNREACHABLE","features":[364]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_INCOMPATIBLE_REMOTE_DAEMON","features":[364]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_BINDER","features":[364]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_FOUND","features":[364]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_MULTIPOINT","features":[364]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_REPLY_NO_SESSION","features":[364]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_FAILED","features":[364]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_NOT_SUPPORTED","features":[364]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_NO_DEST_SUPPORT","features":[364]},{"name":"ER_ALLJOYN_UNBINDSESSIONPORT_REPLY_BAD_PORT","features":[364]},{"name":"ER_ALLJOYN_UNBINDSESSIONPORT_REPLY_FAILED","features":[364]},{"name":"ER_APPLICATION_STATE_LISTENER_ALREADY_EXISTS","features":[364]},{"name":"ER_APPLICATION_STATE_LISTENER_NO_SUCH_LISTENER","features":[364]},{"name":"ER_ARDP_BACKPRESSURE","features":[364]},{"name":"ER_ARDP_DISCONNECTING","features":[364]},{"name":"ER_ARDP_INVALID_CONNECTION","features":[364]},{"name":"ER_ARDP_INVALID_RESPONSE","features":[364]},{"name":"ER_ARDP_INVALID_STATE","features":[364]},{"name":"ER_ARDP_PERSIST_TIMEOUT","features":[364]},{"name":"ER_ARDP_PROBE_TIMEOUT","features":[364]},{"name":"ER_ARDP_REMOTE_CONNECTION_RESET","features":[364]},{"name":"ER_ARDP_TTL_EXPIRED","features":[364]},{"name":"ER_ARDP_VERSION_NOT_SUPPORTED","features":[364]},{"name":"ER_ARDP_WRITE_BLOCKED","features":[364]},{"name":"ER_AUTH_FAIL","features":[364]},{"name":"ER_AUTH_USER_REJECT","features":[364]},{"name":"ER_BAD_ARG_1","features":[364]},{"name":"ER_BAD_ARG_2","features":[364]},{"name":"ER_BAD_ARG_3","features":[364]},{"name":"ER_BAD_ARG_4","features":[364]},{"name":"ER_BAD_ARG_5","features":[364]},{"name":"ER_BAD_ARG_6","features":[364]},{"name":"ER_BAD_ARG_7","features":[364]},{"name":"ER_BAD_ARG_8","features":[364]},{"name":"ER_BAD_ARG_COUNT","features":[364]},{"name":"ER_BAD_HOSTNAME","features":[364]},{"name":"ER_BAD_STRING_ENCODING","features":[364]},{"name":"ER_BAD_TRANSPORT_MASK","features":[364]},{"name":"ER_BUFFER_TOO_SMALL","features":[364]},{"name":"ER_BUS_ALREADY_CONNECTED","features":[364]},{"name":"ER_BUS_ALREADY_LISTENING","features":[364]},{"name":"ER_BUS_ANNOTATION_ALREADY_EXISTS","features":[364]},{"name":"ER_BUS_AUTHENTICATION_PENDING","features":[364]},{"name":"ER_BUS_BAD_BODY_LEN","features":[364]},{"name":"ER_BUS_BAD_BUS_NAME","features":[364]},{"name":"ER_BUS_BAD_CHILD_PATH","features":[364]},{"name":"ER_BUS_BAD_ERROR_NAME","features":[364]},{"name":"ER_BUS_BAD_HDR_FLAGS","features":[364]},{"name":"ER_BUS_BAD_HEADER_FIELD","features":[364]},{"name":"ER_BUS_BAD_HEADER_LEN","features":[364]},{"name":"ER_BUS_BAD_INTERFACE_NAME","features":[364]},{"name":"ER_BUS_BAD_LENGTH","features":[364]},{"name":"ER_BUS_BAD_MEMBER_NAME","features":[364]},{"name":"ER_BUS_BAD_OBJ_PATH","features":[364]},{"name":"ER_BUS_BAD_SENDER_ID","features":[364]},{"name":"ER_BUS_BAD_SEND_PARAMETER","features":[364]},{"name":"ER_BUS_BAD_SESSION_OPTS","features":[364]},{"name":"ER_BUS_BAD_SIGNATURE","features":[364]},{"name":"ER_BUS_BAD_TRANSPORT_ARGS","features":[364]},{"name":"ER_BUS_BAD_VALUE","features":[364]},{"name":"ER_BUS_BAD_VALUE_TYPE","features":[364]},{"name":"ER_BUS_BAD_XML","features":[364]},{"name":"ER_BUS_BLOCKING_CALL_NOT_ALLOWED","features":[364]},{"name":"ER_BUS_BUS_ALREADY_STARTED","features":[364]},{"name":"ER_BUS_BUS_NOT_STARTED","features":[364]},{"name":"ER_BUS_CANNOT_ADD_HANDLER","features":[364]},{"name":"ER_BUS_CANNOT_ADD_INTERFACE","features":[364]},{"name":"ER_BUS_CANNOT_EXPAND_MESSAGE","features":[364]},{"name":"ER_BUS_CONNECTION_REJECTED","features":[364]},{"name":"ER_BUS_CONNECT_FAILED","features":[364]},{"name":"ER_BUS_CORRUPT_KEYSTORE","features":[364]},{"name":"ER_BUS_DESCRIPTION_ALREADY_EXISTS","features":[364]},{"name":"ER_BUS_DESTINATION_NOT_AUTHENTICATED","features":[364]},{"name":"ER_BUS_ELEMENT_NOT_FOUND","features":[364]},{"name":"ER_BUS_EMPTY_MESSAGE","features":[364]},{"name":"ER_BUS_ENDPOINT_CLOSING","features":[364]},{"name":"ER_BUS_ENDPOINT_REDIRECTED","features":[364]},{"name":"ER_BUS_ERRORS","features":[364]},{"name":"ER_BUS_ERROR_NAME_MISSING","features":[364]},{"name":"ER_BUS_ERROR_RESPONSE","features":[364]},{"name":"ER_BUS_ESTABLISH_FAILED","features":[364]},{"name":"ER_BUS_HANDLES_MISMATCH","features":[364]},{"name":"ER_BUS_HANDLES_NOT_ENABLED","features":[364]},{"name":"ER_BUS_HDR_EXPANSION_INVALID","features":[364]},{"name":"ER_BUS_IFACE_ALREADY_EXISTS","features":[364]},{"name":"ER_BUS_INCOMPATIBLE_DAEMON","features":[364]},{"name":"ER_BUS_INTERFACE_ACTIVATED","features":[364]},{"name":"ER_BUS_INTERFACE_MISMATCH","features":[364]},{"name":"ER_BUS_INTERFACE_MISSING","features":[364]},{"name":"ER_BUS_INTERFACE_NO_SUCH_MEMBER","features":[364]},{"name":"ER_BUS_INVALID_AUTH_MECHANISM","features":[364]},{"name":"ER_BUS_INVALID_HEADER_CHECKSUM","features":[364]},{"name":"ER_BUS_INVALID_HEADER_SERIAL","features":[364]},{"name":"ER_BUS_KEYBLOB_OP_INVALID","features":[364]},{"name":"ER_BUS_KEYSTORE_NOT_LOADED","features":[364]},{"name":"ER_BUS_KEYSTORE_VERSION_MISMATCH","features":[364]},{"name":"ER_BUS_KEY_EXPIRED","features":[364]},{"name":"ER_BUS_KEY_STORE_NOT_LOADED","features":[364]},{"name":"ER_BUS_KEY_UNAVAILABLE","features":[364]},{"name":"ER_BUS_LISTENER_ALREADY_SET","features":[364]},{"name":"ER_BUS_MATCH_RULE_NOT_FOUND","features":[364]},{"name":"ER_BUS_MEMBER_ALREADY_EXISTS","features":[364]},{"name":"ER_BUS_MEMBER_MISSING","features":[364]},{"name":"ER_BUS_MEMBER_NO_SUCH_SIGNATURE","features":[364]},{"name":"ER_BUS_MESSAGE_DECRYPTION_FAILED","features":[364]},{"name":"ER_BUS_MESSAGE_NOT_ENCRYPTED","features":[364]},{"name":"ER_BUS_METHOD_CALL_ABORTED","features":[364]},{"name":"ER_BUS_MISSING_COMPRESSION_TOKEN","features":[364]},{"name":"ER_BUS_NAME_TOO_LONG","features":[364]},{"name":"ER_BUS_NOT_ALLOWED","features":[364]},{"name":"ER_BUS_NOT_AUTHENTICATING","features":[364]},{"name":"ER_BUS_NOT_AUTHORIZED","features":[364]},{"name":"ER_BUS_NOT_A_COMPLETE_TYPE","features":[364]},{"name":"ER_BUS_NOT_A_DICTIONARY","features":[364]},{"name":"ER_BUS_NOT_COMPRESSED","features":[364]},{"name":"ER_BUS_NOT_CONNECTED","features":[364]},{"name":"ER_BUS_NOT_NUL_TERMINATED","features":[364]},{"name":"ER_BUS_NOT_OWNER","features":[364]},{"name":"ER_BUS_NO_AUTHENTICATION_MECHANISM","features":[364]},{"name":"ER_BUS_NO_CALL_FOR_REPLY","features":[364]},{"name":"ER_BUS_NO_ENDPOINT","features":[364]},{"name":"ER_BUS_NO_LISTENER","features":[364]},{"name":"ER_BUS_NO_PEER_GUID","features":[364]},{"name":"ER_BUS_NO_ROUTE","features":[364]},{"name":"ER_BUS_NO_SESSION","features":[364]},{"name":"ER_BUS_NO_SUCH_ANNOTATION","features":[364]},{"name":"ER_BUS_NO_SUCH_HANDLE","features":[364]},{"name":"ER_BUS_NO_SUCH_INTERFACE","features":[364]},{"name":"ER_BUS_NO_SUCH_MESSAGE","features":[364]},{"name":"ER_BUS_NO_SUCH_OBJECT","features":[364]},{"name":"ER_BUS_NO_SUCH_PROPERTY","features":[364]},{"name":"ER_BUS_NO_SUCH_SERVICE","features":[364]},{"name":"ER_BUS_NO_TRANSPORTS","features":[364]},{"name":"ER_BUS_OBJECT_NOT_REGISTERED","features":[364]},{"name":"ER_BUS_OBJECT_NO_SUCH_INTERFACE","features":[364]},{"name":"ER_BUS_OBJECT_NO_SUCH_MEMBER","features":[364]},{"name":"ER_BUS_OBJ_ALREADY_EXISTS","features":[364]},{"name":"ER_BUS_OBJ_NOT_FOUND","features":[364]},{"name":"ER_BUS_PATH_MISSING","features":[364]},{"name":"ER_BUS_PEER_AUTH_VERSION_MISMATCH","features":[364]},{"name":"ER_BUS_PING_GROUP_NOT_FOUND","features":[364]},{"name":"ER_BUS_POLICY_VIOLATION","features":[364]},{"name":"ER_BUS_PROPERTY_ACCESS_DENIED","features":[364]},{"name":"ER_BUS_PROPERTY_ALREADY_EXISTS","features":[364]},{"name":"ER_BUS_PROPERTY_VALUE_NOT_SET","features":[364]},{"name":"ER_BUS_READ_ERROR","features":[364]},{"name":"ER_BUS_REMOVED_BY_BINDER","features":[364]},{"name":"ER_BUS_REMOVED_BY_BINDER_SELF","features":[364]},{"name":"ER_BUS_REPLY_IS_ERROR_MESSAGE","features":[364]},{"name":"ER_BUS_REPLY_SERIAL_MISSING","features":[364]},{"name":"ER_BUS_SECURITY_FATAL","features":[364]},{"name":"ER_BUS_SECURITY_NOT_ENABLED","features":[364]},{"name":"ER_BUS_SELF_CONNECT","features":[364]},{"name":"ER_BUS_SET_PROPERTY_REJECTED","features":[364]},{"name":"ER_BUS_SET_WRONG_SIGNATURE","features":[364]},{"name":"ER_BUS_SIGNATURE_MISMATCH","features":[364]},{"name":"ER_BUS_STOPPING","features":[364]},{"name":"ER_BUS_TIME_TO_LIVE_EXPIRED","features":[364]},{"name":"ER_BUS_TRANSPORT_ACCESS_DENIED","features":[364]},{"name":"ER_BUS_TRANSPORT_NOT_AVAILABLE","features":[364]},{"name":"ER_BUS_TRANSPORT_NOT_STARTED","features":[364]},{"name":"ER_BUS_TRUNCATED","features":[364]},{"name":"ER_BUS_UNEXPECTED_DISPOSITION","features":[364]},{"name":"ER_BUS_UNEXPECTED_SIGNATURE","features":[364]},{"name":"ER_BUS_UNKNOWN_INTERFACE","features":[364]},{"name":"ER_BUS_UNKNOWN_PATH","features":[364]},{"name":"ER_BUS_UNKNOWN_SERIAL","features":[364]},{"name":"ER_BUS_UNMATCHED_REPLY_SERIAL","features":[364]},{"name":"ER_BUS_WAIT_FAILED","features":[364]},{"name":"ER_BUS_WRITE_ERROR","features":[364]},{"name":"ER_BUS_WRITE_QUEUE_FULL","features":[364]},{"name":"ER_CERTIFICATE_NOT_FOUND","features":[364]},{"name":"ER_COMMON_ERRORS","features":[364]},{"name":"ER_CONNECTION_LIMIT_EXCEEDED","features":[364]},{"name":"ER_CONN_REFUSED","features":[364]},{"name":"ER_CORRUPT_KEYBLOB","features":[364]},{"name":"ER_CRYPTO_ERROR","features":[364]},{"name":"ER_CRYPTO_HASH_UNINITIALIZED","features":[364]},{"name":"ER_CRYPTO_ILLEGAL_PARAMETERS","features":[364]},{"name":"ER_CRYPTO_INSUFFICIENT_SECURITY","features":[364]},{"name":"ER_CRYPTO_KEY_UNAVAILABLE","features":[364]},{"name":"ER_CRYPTO_KEY_UNUSABLE","features":[364]},{"name":"ER_CRYPTO_TRUNCATED","features":[364]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_NON_EXISTENT","features":[364]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_NOT_OWNER","features":[364]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_RELEASED","features":[364]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER","features":[364]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_EXISTS","features":[364]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_IN_QUEUE","features":[364]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER","features":[364]},{"name":"ER_DBUS_START_REPLY_ALREADY_RUNNING","features":[364]},{"name":"ER_DEADLOCK","features":[364]},{"name":"ER_DEAD_THREAD","features":[364]},{"name":"ER_DIGEST_MISMATCH","features":[364]},{"name":"ER_DUPLICATE_CERTIFICATE","features":[364]},{"name":"ER_DUPLICATE_KEY","features":[364]},{"name":"ER_EMPTY_KEY_BLOB","features":[364]},{"name":"ER_END_OF_DATA","features":[364]},{"name":"ER_EOF","features":[364]},{"name":"ER_EXTERNAL_THREAD","features":[364]},{"name":"ER_FAIL","features":[364]},{"name":"ER_FEATURE_NOT_AVAILABLE","features":[364]},{"name":"ER_INIT_FAILED","features":[364]},{"name":"ER_INVALID_ADDRESS","features":[364]},{"name":"ER_INVALID_APPLICATION_STATE","features":[364]},{"name":"ER_INVALID_CERTIFICATE","features":[364]},{"name":"ER_INVALID_CERTIFICATE_USAGE","features":[364]},{"name":"ER_INVALID_CERT_CHAIN","features":[364]},{"name":"ER_INVALID_CONFIG","features":[364]},{"name":"ER_INVALID_DATA","features":[364]},{"name":"ER_INVALID_GUID","features":[364]},{"name":"ER_INVALID_HTTP_METHOD_USED_FOR_RENDEZVOUS_SERVER_INTERFACE_MESSAGE","features":[364]},{"name":"ER_INVALID_KEY_ENCODING","features":[364]},{"name":"ER_INVALID_ON_DEMAND_CONNECTION_MESSAGE_RESPONSE","features":[364]},{"name":"ER_INVALID_PERSISTENT_CONNECTION_MESSAGE_RESPONSE","features":[364]},{"name":"ER_INVALID_RENDEZVOUS_SERVER_INTERFACE_MESSAGE","features":[364]},{"name":"ER_INVALID_SIGNAL_EMISSION_TYPE","features":[364]},{"name":"ER_INVALID_STREAM","features":[364]},{"name":"ER_IODISPATCH_STOPPING","features":[364]},{"name":"ER_KEY_STORE_ALREADY_INITIALIZED","features":[364]},{"name":"ER_KEY_STORE_ID_NOT_YET_SET","features":[364]},{"name":"ER_LANGUAGE_NOT_SUPPORTED","features":[364]},{"name":"ER_MANAGEMENT_ALREADY_STARTED","features":[364]},{"name":"ER_MANAGEMENT_NOT_STARTED","features":[364]},{"name":"ER_MANIFEST_NOT_FOUND","features":[364]},{"name":"ER_MANIFEST_REJECTED","features":[364]},{"name":"ER_MISSING_DIGEST_IN_CERTIFICATE","features":[364]},{"name":"ER_NONE","features":[364]},{"name":"ER_NOT_CONN","features":[364]},{"name":"ER_NOT_CONNECTED_TO_RENDEZVOUS_SERVER","features":[364]},{"name":"ER_NOT_IMPLEMENTED","features":[364]},{"name":"ER_NO_COMMON_TRUST","features":[364]},{"name":"ER_NO_SUCH_ALARM","features":[364]},{"name":"ER_NO_SUCH_DEVICE","features":[364]},{"name":"ER_NO_TRUST_ANCHOR","features":[364]},{"name":"ER_OK","features":[364]},{"name":"ER_OPEN_FAILED","features":[364]},{"name":"ER_OS_ERROR","features":[364]},{"name":"ER_OUT_OF_MEMORY","features":[364]},{"name":"ER_P2P","features":[364]},{"name":"ER_P2P_BUSY","features":[364]},{"name":"ER_P2P_DISABLED","features":[364]},{"name":"ER_P2P_FORBIDDEN","features":[364]},{"name":"ER_P2P_NOT_CONNECTED","features":[364]},{"name":"ER_P2P_NO_GO","features":[364]},{"name":"ER_P2P_NO_STA","features":[364]},{"name":"ER_P2P_TIMEOUT","features":[364]},{"name":"ER_PACKET_BAD_CRC","features":[364]},{"name":"ER_PACKET_BAD_FORMAT","features":[364]},{"name":"ER_PACKET_BAD_PARAMETER","features":[364]},{"name":"ER_PACKET_BUS_NO_SUCH_CHANNEL","features":[364]},{"name":"ER_PACKET_CHANNEL_FAIL","features":[364]},{"name":"ER_PACKET_CONNECT_TIMEOUT","features":[364]},{"name":"ER_PACKET_TOO_LARGE","features":[364]},{"name":"ER_PARSE_ERROR","features":[364]},{"name":"ER_PERMISSION_DENIED","features":[364]},{"name":"ER_POLICY_NOT_NEWER","features":[364]},{"name":"ER_PROXIMITY_CONNECTION_ESTABLISH_FAIL","features":[364]},{"name":"ER_PROXIMITY_NO_PEERS_FOUND","features":[364]},{"name":"ER_READ_ERROR","features":[364]},{"name":"ER_RENDEZVOUS_SERVER_DEACTIVATED_USER","features":[364]},{"name":"ER_RENDEZVOUS_SERVER_ERR401_UNAUTHORIZED_REQUEST","features":[364]},{"name":"ER_RENDEZVOUS_SERVER_ERR500_INTERNAL_ERROR","features":[364]},{"name":"ER_RENDEZVOUS_SERVER_ERR503_STATUS_UNAVAILABLE","features":[364]},{"name":"ER_RENDEZVOUS_SERVER_ROOT_CERTIFICATE_UNINITIALIZED","features":[364]},{"name":"ER_RENDEZVOUS_SERVER_UNKNOWN_USER","features":[364]},{"name":"ER_RENDEZVOUS_SERVER_UNRECOVERABLE_ERROR","features":[364]},{"name":"ER_SLAP_CRC_ERROR","features":[364]},{"name":"ER_SLAP_ERROR","features":[364]},{"name":"ER_SLAP_HDR_CHECKSUM_ERROR","features":[364]},{"name":"ER_SLAP_INVALID_PACKET_LEN","features":[364]},{"name":"ER_SLAP_INVALID_PACKET_TYPE","features":[364]},{"name":"ER_SLAP_LEN_MISMATCH","features":[364]},{"name":"ER_SLAP_OTHER_END_CLOSED","features":[364]},{"name":"ER_SLAP_PACKET_TYPE_MISMATCH","features":[364]},{"name":"ER_SOCKET_BIND_ERROR","features":[364]},{"name":"ER_SOCK_CLOSING","features":[364]},{"name":"ER_SOCK_OTHER_END_CLOSED","features":[364]},{"name":"ER_SSL_CONNECT","features":[364]},{"name":"ER_SSL_ERRORS","features":[364]},{"name":"ER_SSL_INIT","features":[364]},{"name":"ER_SSL_VERIFY","features":[364]},{"name":"ER_STOPPING_THREAD","features":[364]},{"name":"ER_TCP_MAX_UNTRUSTED","features":[364]},{"name":"ER_THREADPOOL_EXHAUSTED","features":[364]},{"name":"ER_THREADPOOL_STOPPING","features":[364]},{"name":"ER_THREAD_NO_WAIT","features":[364]},{"name":"ER_THREAD_RUNNING","features":[364]},{"name":"ER_THREAD_STOPPING","features":[364]},{"name":"ER_TIMEOUT","features":[364]},{"name":"ER_TIMER_EXITING","features":[364]},{"name":"ER_TIMER_FALLBEHIND","features":[364]},{"name":"ER_TIMER_FULL","features":[364]},{"name":"ER_TIMER_NOT_ALLOWED","features":[364]},{"name":"ER_UDP_BACKPRESSURE","features":[364]},{"name":"ER_UDP_BUSHELLO","features":[364]},{"name":"ER_UDP_DEMUX_NO_ENDPOINT","features":[364]},{"name":"ER_UDP_DISCONNECT","features":[364]},{"name":"ER_UDP_EARLY_EXIT","features":[364]},{"name":"ER_UDP_ENDPOINT_NOT_STARTED","features":[364]},{"name":"ER_UDP_ENDPOINT_REMOVED","features":[364]},{"name":"ER_UDP_ENDPOINT_STALLED","features":[364]},{"name":"ER_UDP_INVALID","features":[364]},{"name":"ER_UDP_LOCAL_DISCONNECT","features":[364]},{"name":"ER_UDP_LOCAL_DISCONNECT_FAIL","features":[364]},{"name":"ER_UDP_MESSAGE","features":[364]},{"name":"ER_UDP_MSG_TOO_LONG","features":[364]},{"name":"ER_UDP_NOT_DISCONNECTED","features":[364]},{"name":"ER_UDP_NOT_IMPLEMENTED","features":[364]},{"name":"ER_UDP_NO_LISTENER","features":[364]},{"name":"ER_UDP_NO_NETWORK","features":[364]},{"name":"ER_UDP_STOPPING","features":[364]},{"name":"ER_UDP_UNEXPECTED_FLOW","features":[364]},{"name":"ER_UDP_UNEXPECTED_LENGTH","features":[364]},{"name":"ER_UDP_UNSUPPORTED","features":[364]},{"name":"ER_UNABLE_TO_CONNECT_TO_RENDEZVOUS_SERVER","features":[364]},{"name":"ER_UNABLE_TO_SEND_MESSAGE_TO_RENDEZVOUS_SERVER","features":[364]},{"name":"ER_UNKNOWN_CERTIFICATE","features":[364]},{"name":"ER_UTF_CONVERSION_FAILED","features":[364]},{"name":"ER_WARNING","features":[364]},{"name":"ER_WOULDBLOCK","features":[364]},{"name":"ER_WRITE_ERROR","features":[364]},{"name":"ER_XML_ACLS_MISSING","features":[364]},{"name":"ER_XML_ACL_ALL_TYPE_PEER_WITH_OTHERS","features":[364]},{"name":"ER_XML_ACL_PEERS_MISSING","features":[364]},{"name":"ER_XML_ACL_PEER_NOT_UNIQUE","features":[364]},{"name":"ER_XML_ACL_PEER_PUBLIC_KEY_SET","features":[364]},{"name":"ER_XML_ANNOTATION_NOT_UNIQUE","features":[364]},{"name":"ER_XML_CONVERTER_ERROR","features":[364]},{"name":"ER_XML_INTERFACE_MEMBERS_MISSING","features":[364]},{"name":"ER_XML_INTERFACE_NAME_NOT_UNIQUE","features":[364]},{"name":"ER_XML_INVALID_ACL_PEER_CHILDREN_COUNT","features":[364]},{"name":"ER_XML_INVALID_ACL_PEER_PUBLIC_KEY","features":[364]},{"name":"ER_XML_INVALID_ACL_PEER_TYPE","features":[364]},{"name":"ER_XML_INVALID_ANNOTATIONS_COUNT","features":[364]},{"name":"ER_XML_INVALID_ATTRIBUTE_VALUE","features":[364]},{"name":"ER_XML_INVALID_BASE64","features":[364]},{"name":"ER_XML_INVALID_ELEMENT_CHILDREN_COUNT","features":[364]},{"name":"ER_XML_INVALID_ELEMENT_NAME","features":[364]},{"name":"ER_XML_INVALID_INTERFACE_NAME","features":[364]},{"name":"ER_XML_INVALID_MANIFEST_VERSION","features":[364]},{"name":"ER_XML_INVALID_MEMBER_ACTION","features":[364]},{"name":"ER_XML_INVALID_MEMBER_NAME","features":[364]},{"name":"ER_XML_INVALID_MEMBER_TYPE","features":[364]},{"name":"ER_XML_INVALID_OBJECT_PATH","features":[364]},{"name":"ER_XML_INVALID_OID","features":[364]},{"name":"ER_XML_INVALID_POLICY_SERIAL_NUMBER","features":[364]},{"name":"ER_XML_INVALID_POLICY_VERSION","features":[364]},{"name":"ER_XML_INVALID_RULES_COUNT","features":[364]},{"name":"ER_XML_INVALID_SECURITY_LEVEL_ANNOTATION_VALUE","features":[364]},{"name":"ER_XML_MALFORMED","features":[364]},{"name":"ER_XML_MEMBER_DENY_ACTION_WITH_OTHER","features":[364]},{"name":"ER_XML_MEMBER_NAME_NOT_UNIQUE","features":[364]},{"name":"ER_XML_OBJECT_PATH_NOT_UNIQUE","features":[364]},{"name":"NEED_UPDATE","features":[364]},{"name":"NOT_CLAIMABLE","features":[364]},{"name":"PASSWORD_GENERATED_BY_APPLICATION","features":[364]},{"name":"PASSWORD_GENERATED_BY_SECURITY_MANAGER","features":[364]},{"name":"QCC_FALSE","features":[364]},{"name":"QCC_StatusText","features":[364]},{"name":"QCC_TRUE","features":[364]},{"name":"QStatus","features":[364]},{"name":"UNANNOUNCED","features":[364]},{"name":"alljoyn_about_announced_ptr","features":[364]},{"name":"alljoyn_about_announceflag","features":[364]},{"name":"alljoyn_aboutdata","features":[364]},{"name":"alljoyn_aboutdata_create","features":[364]},{"name":"alljoyn_aboutdata_create_empty","features":[364]},{"name":"alljoyn_aboutdata_create_full","features":[364]},{"name":"alljoyn_aboutdata_createfrommsgarg","features":[364]},{"name":"alljoyn_aboutdata_createfromxml","features":[364]},{"name":"alljoyn_aboutdata_destroy","features":[364]},{"name":"alljoyn_aboutdata_getaboutdata","features":[364]},{"name":"alljoyn_aboutdata_getajsoftwareversion","features":[364]},{"name":"alljoyn_aboutdata_getannouncedaboutdata","features":[364]},{"name":"alljoyn_aboutdata_getappid","features":[364]},{"name":"alljoyn_aboutdata_getappname","features":[364]},{"name":"alljoyn_aboutdata_getdateofmanufacture","features":[364]},{"name":"alljoyn_aboutdata_getdefaultlanguage","features":[364]},{"name":"alljoyn_aboutdata_getdescription","features":[364]},{"name":"alljoyn_aboutdata_getdeviceid","features":[364]},{"name":"alljoyn_aboutdata_getdevicename","features":[364]},{"name":"alljoyn_aboutdata_getfield","features":[364]},{"name":"alljoyn_aboutdata_getfields","features":[364]},{"name":"alljoyn_aboutdata_getfieldsignature","features":[364]},{"name":"alljoyn_aboutdata_gethardwareversion","features":[364]},{"name":"alljoyn_aboutdata_getmanufacturer","features":[364]},{"name":"alljoyn_aboutdata_getmodelnumber","features":[364]},{"name":"alljoyn_aboutdata_getsoftwareversion","features":[364]},{"name":"alljoyn_aboutdata_getsupportedlanguages","features":[364]},{"name":"alljoyn_aboutdata_getsupporturl","features":[364]},{"name":"alljoyn_aboutdata_isfieldannounced","features":[364]},{"name":"alljoyn_aboutdata_isfieldlocalized","features":[364]},{"name":"alljoyn_aboutdata_isfieldrequired","features":[364]},{"name":"alljoyn_aboutdata_isvalid","features":[364]},{"name":"alljoyn_aboutdata_setappid","features":[364]},{"name":"alljoyn_aboutdata_setappid_fromstring","features":[364]},{"name":"alljoyn_aboutdata_setappname","features":[364]},{"name":"alljoyn_aboutdata_setdateofmanufacture","features":[364]},{"name":"alljoyn_aboutdata_setdefaultlanguage","features":[364]},{"name":"alljoyn_aboutdata_setdescription","features":[364]},{"name":"alljoyn_aboutdata_setdeviceid","features":[364]},{"name":"alljoyn_aboutdata_setdevicename","features":[364]},{"name":"alljoyn_aboutdata_setfield","features":[364]},{"name":"alljoyn_aboutdata_sethardwareversion","features":[364]},{"name":"alljoyn_aboutdata_setmanufacturer","features":[364]},{"name":"alljoyn_aboutdata_setmodelnumber","features":[364]},{"name":"alljoyn_aboutdata_setsoftwareversion","features":[364]},{"name":"alljoyn_aboutdata_setsupportedlanguage","features":[364]},{"name":"alljoyn_aboutdata_setsupporturl","features":[364]},{"name":"alljoyn_aboutdatalistener","features":[364]},{"name":"alljoyn_aboutdatalistener_callbacks","features":[364]},{"name":"alljoyn_aboutdatalistener_create","features":[364]},{"name":"alljoyn_aboutdatalistener_destroy","features":[364]},{"name":"alljoyn_aboutdatalistener_getaboutdata_ptr","features":[364]},{"name":"alljoyn_aboutdatalistener_getannouncedaboutdata_ptr","features":[364]},{"name":"alljoyn_abouticon","features":[364]},{"name":"alljoyn_abouticon_clear","features":[364]},{"name":"alljoyn_abouticon_create","features":[364]},{"name":"alljoyn_abouticon_destroy","features":[364]},{"name":"alljoyn_abouticon_getcontent","features":[364]},{"name":"alljoyn_abouticon_geturl","features":[364]},{"name":"alljoyn_abouticon_setcontent","features":[364]},{"name":"alljoyn_abouticon_setcontent_frommsgarg","features":[364]},{"name":"alljoyn_abouticon_seturl","features":[364]},{"name":"alljoyn_abouticonobj","features":[364]},{"name":"alljoyn_abouticonobj_create","features":[364]},{"name":"alljoyn_abouticonobj_destroy","features":[364]},{"name":"alljoyn_abouticonproxy","features":[364]},{"name":"alljoyn_abouticonproxy_create","features":[364]},{"name":"alljoyn_abouticonproxy_destroy","features":[364]},{"name":"alljoyn_abouticonproxy_geticon","features":[364]},{"name":"alljoyn_abouticonproxy_getversion","features":[364]},{"name":"alljoyn_aboutlistener","features":[364]},{"name":"alljoyn_aboutlistener_callback","features":[364]},{"name":"alljoyn_aboutlistener_create","features":[364]},{"name":"alljoyn_aboutlistener_destroy","features":[364]},{"name":"alljoyn_aboutobj","features":[364]},{"name":"alljoyn_aboutobj_announce","features":[364]},{"name":"alljoyn_aboutobj_announce_using_datalistener","features":[364]},{"name":"alljoyn_aboutobj_create","features":[364]},{"name":"alljoyn_aboutobj_destroy","features":[364]},{"name":"alljoyn_aboutobj_unannounce","features":[364]},{"name":"alljoyn_aboutobjectdescription","features":[364]},{"name":"alljoyn_aboutobjectdescription_clear","features":[364]},{"name":"alljoyn_aboutobjectdescription_create","features":[364]},{"name":"alljoyn_aboutobjectdescription_create_full","features":[364]},{"name":"alljoyn_aboutobjectdescription_createfrommsgarg","features":[364]},{"name":"alljoyn_aboutobjectdescription_destroy","features":[364]},{"name":"alljoyn_aboutobjectdescription_getinterfacepaths","features":[364]},{"name":"alljoyn_aboutobjectdescription_getinterfaces","features":[364]},{"name":"alljoyn_aboutobjectdescription_getmsgarg","features":[364]},{"name":"alljoyn_aboutobjectdescription_getpaths","features":[364]},{"name":"alljoyn_aboutobjectdescription_hasinterface","features":[364]},{"name":"alljoyn_aboutobjectdescription_hasinterfaceatpath","features":[364]},{"name":"alljoyn_aboutobjectdescription_haspath","features":[364]},{"name":"alljoyn_aboutproxy","features":[364]},{"name":"alljoyn_aboutproxy_create","features":[364]},{"name":"alljoyn_aboutproxy_destroy","features":[364]},{"name":"alljoyn_aboutproxy_getaboutdata","features":[364]},{"name":"alljoyn_aboutproxy_getobjectdescription","features":[364]},{"name":"alljoyn_aboutproxy_getversion","features":[364]},{"name":"alljoyn_applicationstate","features":[364]},{"name":"alljoyn_applicationstatelistener","features":[364]},{"name":"alljoyn_applicationstatelistener_callbacks","features":[364]},{"name":"alljoyn_applicationstatelistener_create","features":[364]},{"name":"alljoyn_applicationstatelistener_destroy","features":[364]},{"name":"alljoyn_applicationstatelistener_state_ptr","features":[364]},{"name":"alljoyn_authlistener","features":[364]},{"name":"alljoyn_authlistener_authenticationcomplete_ptr","features":[364]},{"name":"alljoyn_authlistener_callbacks","features":[364]},{"name":"alljoyn_authlistener_create","features":[364]},{"name":"alljoyn_authlistener_destroy","features":[364]},{"name":"alljoyn_authlistener_requestcredentials_ptr","features":[364]},{"name":"alljoyn_authlistener_requestcredentialsasync_ptr","features":[364]},{"name":"alljoyn_authlistener_requestcredentialsresponse","features":[364]},{"name":"alljoyn_authlistener_securityviolation_ptr","features":[364]},{"name":"alljoyn_authlistener_setsharedsecret","features":[364]},{"name":"alljoyn_authlistener_verifycredentials_ptr","features":[364]},{"name":"alljoyn_authlistener_verifycredentialsasync_ptr","features":[364]},{"name":"alljoyn_authlistener_verifycredentialsresponse","features":[364]},{"name":"alljoyn_authlistenerasync_callbacks","features":[364]},{"name":"alljoyn_authlistenerasync_create","features":[364]},{"name":"alljoyn_authlistenerasync_destroy","features":[364]},{"name":"alljoyn_autopinger","features":[364]},{"name":"alljoyn_autopinger_adddestination","features":[364]},{"name":"alljoyn_autopinger_addpinggroup","features":[364]},{"name":"alljoyn_autopinger_create","features":[364]},{"name":"alljoyn_autopinger_destination_found_ptr","features":[364]},{"name":"alljoyn_autopinger_destination_lost_ptr","features":[364]},{"name":"alljoyn_autopinger_destroy","features":[364]},{"name":"alljoyn_autopinger_pause","features":[364]},{"name":"alljoyn_autopinger_removedestination","features":[364]},{"name":"alljoyn_autopinger_removepinggroup","features":[364]},{"name":"alljoyn_autopinger_resume","features":[364]},{"name":"alljoyn_autopinger_setpinginterval","features":[364]},{"name":"alljoyn_busattachment","features":[364]},{"name":"alljoyn_busattachment_addlogonentry","features":[364]},{"name":"alljoyn_busattachment_addmatch","features":[364]},{"name":"alljoyn_busattachment_advertisename","features":[364]},{"name":"alljoyn_busattachment_bindsessionport","features":[364]},{"name":"alljoyn_busattachment_canceladvertisename","features":[364]},{"name":"alljoyn_busattachment_cancelfindadvertisedname","features":[364]},{"name":"alljoyn_busattachment_cancelfindadvertisednamebytransport","features":[364]},{"name":"alljoyn_busattachment_cancelwhoimplements_interface","features":[364]},{"name":"alljoyn_busattachment_cancelwhoimplements_interfaces","features":[364]},{"name":"alljoyn_busattachment_clearkeys","features":[364]},{"name":"alljoyn_busattachment_clearkeystore","features":[364]},{"name":"alljoyn_busattachment_connect","features":[364]},{"name":"alljoyn_busattachment_create","features":[364]},{"name":"alljoyn_busattachment_create_concurrency","features":[364]},{"name":"alljoyn_busattachment_createinterface","features":[364]},{"name":"alljoyn_busattachment_createinterface_secure","features":[364]},{"name":"alljoyn_busattachment_createinterfacesfromxml","features":[364]},{"name":"alljoyn_busattachment_deletedefaultkeystore","features":[364]},{"name":"alljoyn_busattachment_deleteinterface","features":[364]},{"name":"alljoyn_busattachment_destroy","features":[364]},{"name":"alljoyn_busattachment_disconnect","features":[364]},{"name":"alljoyn_busattachment_enableconcurrentcallbacks","features":[364]},{"name":"alljoyn_busattachment_enablepeersecurity","features":[364]},{"name":"alljoyn_busattachment_enablepeersecuritywithpermissionconfigurationlistener","features":[364]},{"name":"alljoyn_busattachment_findadvertisedname","features":[364]},{"name":"alljoyn_busattachment_findadvertisednamebytransport","features":[364]},{"name":"alljoyn_busattachment_getalljoyndebugobj","features":[364]},{"name":"alljoyn_busattachment_getalljoynproxyobj","features":[364]},{"name":"alljoyn_busattachment_getconcurrency","features":[364]},{"name":"alljoyn_busattachment_getconnectspec","features":[364]},{"name":"alljoyn_busattachment_getdbusproxyobj","features":[364]},{"name":"alljoyn_busattachment_getglobalguidstring","features":[364]},{"name":"alljoyn_busattachment_getinterface","features":[364]},{"name":"alljoyn_busattachment_getinterfaces","features":[364]},{"name":"alljoyn_busattachment_getkeyexpiration","features":[364]},{"name":"alljoyn_busattachment_getpeerguid","features":[364]},{"name":"alljoyn_busattachment_getpermissionconfigurator","features":[364]},{"name":"alljoyn_busattachment_gettimestamp","features":[364]},{"name":"alljoyn_busattachment_getuniquename","features":[364]},{"name":"alljoyn_busattachment_isconnected","features":[364]},{"name":"alljoyn_busattachment_ispeersecurityenabled","features":[364]},{"name":"alljoyn_busattachment_isstarted","features":[364]},{"name":"alljoyn_busattachment_isstopping","features":[364]},{"name":"alljoyn_busattachment_join","features":[364]},{"name":"alljoyn_busattachment_joinsession","features":[364]},{"name":"alljoyn_busattachment_joinsessionasync","features":[364]},{"name":"alljoyn_busattachment_joinsessioncb_ptr","features":[364]},{"name":"alljoyn_busattachment_leavesession","features":[364]},{"name":"alljoyn_busattachment_namehasowner","features":[364]},{"name":"alljoyn_busattachment_ping","features":[364]},{"name":"alljoyn_busattachment_registeraboutlistener","features":[364]},{"name":"alljoyn_busattachment_registerapplicationstatelistener","features":[364]},{"name":"alljoyn_busattachment_registerbuslistener","features":[364]},{"name":"alljoyn_busattachment_registerbusobject","features":[364]},{"name":"alljoyn_busattachment_registerbusobject_secure","features":[364]},{"name":"alljoyn_busattachment_registerkeystorelistener","features":[364]},{"name":"alljoyn_busattachment_registersignalhandler","features":[364]},{"name":"alljoyn_busattachment_registersignalhandlerwithrule","features":[364]},{"name":"alljoyn_busattachment_releasename","features":[364]},{"name":"alljoyn_busattachment_reloadkeystore","features":[364]},{"name":"alljoyn_busattachment_removematch","features":[364]},{"name":"alljoyn_busattachment_removesessionmember","features":[364]},{"name":"alljoyn_busattachment_requestname","features":[364]},{"name":"alljoyn_busattachment_secureconnection","features":[364]},{"name":"alljoyn_busattachment_secureconnectionasync","features":[364]},{"name":"alljoyn_busattachment_setdaemondebug","features":[364]},{"name":"alljoyn_busattachment_setkeyexpiration","features":[364]},{"name":"alljoyn_busattachment_setlinktimeout","features":[364]},{"name":"alljoyn_busattachment_setlinktimeoutasync","features":[364]},{"name":"alljoyn_busattachment_setlinktimeoutcb_ptr","features":[364]},{"name":"alljoyn_busattachment_setsessionlistener","features":[364]},{"name":"alljoyn_busattachment_start","features":[364]},{"name":"alljoyn_busattachment_stop","features":[364]},{"name":"alljoyn_busattachment_unbindsessionport","features":[364]},{"name":"alljoyn_busattachment_unregisteraboutlistener","features":[364]},{"name":"alljoyn_busattachment_unregisterallaboutlisteners","features":[364]},{"name":"alljoyn_busattachment_unregisterallhandlers","features":[364]},{"name":"alljoyn_busattachment_unregisterapplicationstatelistener","features":[364]},{"name":"alljoyn_busattachment_unregisterbuslistener","features":[364]},{"name":"alljoyn_busattachment_unregisterbusobject","features":[364]},{"name":"alljoyn_busattachment_unregistersignalhandler","features":[364]},{"name":"alljoyn_busattachment_unregistersignalhandlerwithrule","features":[364]},{"name":"alljoyn_busattachment_whoimplements_interface","features":[364]},{"name":"alljoyn_busattachment_whoimplements_interfaces","features":[364]},{"name":"alljoyn_buslistener","features":[364]},{"name":"alljoyn_buslistener_bus_disconnected_ptr","features":[364]},{"name":"alljoyn_buslistener_bus_prop_changed_ptr","features":[364]},{"name":"alljoyn_buslistener_bus_stopping_ptr","features":[364]},{"name":"alljoyn_buslistener_callbacks","features":[364]},{"name":"alljoyn_buslistener_create","features":[364]},{"name":"alljoyn_buslistener_destroy","features":[364]},{"name":"alljoyn_buslistener_found_advertised_name_ptr","features":[364]},{"name":"alljoyn_buslistener_listener_registered_ptr","features":[364]},{"name":"alljoyn_buslistener_listener_unregistered_ptr","features":[364]},{"name":"alljoyn_buslistener_lost_advertised_name_ptr","features":[364]},{"name":"alljoyn_buslistener_name_owner_changed_ptr","features":[364]},{"name":"alljoyn_busobject","features":[364]},{"name":"alljoyn_busobject_addinterface","features":[364]},{"name":"alljoyn_busobject_addinterface_announced","features":[364]},{"name":"alljoyn_busobject_addmethodhandler","features":[364]},{"name":"alljoyn_busobject_addmethodhandlers","features":[364]},{"name":"alljoyn_busobject_callbacks","features":[364]},{"name":"alljoyn_busobject_cancelsessionlessmessage","features":[364]},{"name":"alljoyn_busobject_cancelsessionlessmessage_serial","features":[364]},{"name":"alljoyn_busobject_create","features":[364]},{"name":"alljoyn_busobject_destroy","features":[364]},{"name":"alljoyn_busobject_emitpropertieschanged","features":[364]},{"name":"alljoyn_busobject_emitpropertychanged","features":[364]},{"name":"alljoyn_busobject_getannouncedinterfacenames","features":[364]},{"name":"alljoyn_busobject_getbusattachment","features":[364]},{"name":"alljoyn_busobject_getname","features":[364]},{"name":"alljoyn_busobject_getpath","features":[364]},{"name":"alljoyn_busobject_issecure","features":[364]},{"name":"alljoyn_busobject_methodentry","features":[364]},{"name":"alljoyn_busobject_methodreply_args","features":[364]},{"name":"alljoyn_busobject_methodreply_err","features":[364]},{"name":"alljoyn_busobject_methodreply_status","features":[364]},{"name":"alljoyn_busobject_object_registration_ptr","features":[364]},{"name":"alljoyn_busobject_prop_get_ptr","features":[364]},{"name":"alljoyn_busobject_prop_set_ptr","features":[364]},{"name":"alljoyn_busobject_setannounceflag","features":[364]},{"name":"alljoyn_busobject_signal","features":[364]},{"name":"alljoyn_certificateid","features":[364]},{"name":"alljoyn_certificateidarray","features":[364]},{"name":"alljoyn_claimcapability_masks","features":[364]},{"name":"alljoyn_claimcapabilityadditionalinfo_masks","features":[364]},{"name":"alljoyn_credentials","features":[364]},{"name":"alljoyn_credentials_clear","features":[364]},{"name":"alljoyn_credentials_create","features":[364]},{"name":"alljoyn_credentials_destroy","features":[364]},{"name":"alljoyn_credentials_getcertchain","features":[364]},{"name":"alljoyn_credentials_getexpiration","features":[364]},{"name":"alljoyn_credentials_getlogonentry","features":[364]},{"name":"alljoyn_credentials_getpassword","features":[364]},{"name":"alljoyn_credentials_getprivateKey","features":[364]},{"name":"alljoyn_credentials_getusername","features":[364]},{"name":"alljoyn_credentials_isset","features":[364]},{"name":"alljoyn_credentials_setcertchain","features":[364]},{"name":"alljoyn_credentials_setexpiration","features":[364]},{"name":"alljoyn_credentials_setlogonentry","features":[364]},{"name":"alljoyn_credentials_setpassword","features":[364]},{"name":"alljoyn_credentials_setprivatekey","features":[364]},{"name":"alljoyn_credentials_setusername","features":[364]},{"name":"alljoyn_getbuildinfo","features":[364]},{"name":"alljoyn_getnumericversion","features":[364]},{"name":"alljoyn_getversion","features":[364]},{"name":"alljoyn_init","features":[364]},{"name":"alljoyn_interfacedescription","features":[364]},{"name":"alljoyn_interfacedescription_activate","features":[364]},{"name":"alljoyn_interfacedescription_addannotation","features":[364]},{"name":"alljoyn_interfacedescription_addargannotation","features":[364]},{"name":"alljoyn_interfacedescription_addmember","features":[364]},{"name":"alljoyn_interfacedescription_addmemberannotation","features":[364]},{"name":"alljoyn_interfacedescription_addmethod","features":[364]},{"name":"alljoyn_interfacedescription_addproperty","features":[364]},{"name":"alljoyn_interfacedescription_addpropertyannotation","features":[364]},{"name":"alljoyn_interfacedescription_addsignal","features":[364]},{"name":"alljoyn_interfacedescription_eql","features":[364]},{"name":"alljoyn_interfacedescription_getannotation","features":[364]},{"name":"alljoyn_interfacedescription_getannotationatindex","features":[364]},{"name":"alljoyn_interfacedescription_getannotationscount","features":[364]},{"name":"alljoyn_interfacedescription_getargdescriptionforlanguage","features":[364]},{"name":"alljoyn_interfacedescription_getdescriptionforlanguage","features":[364]},{"name":"alljoyn_interfacedescription_getdescriptionlanguages","features":[364]},{"name":"alljoyn_interfacedescription_getdescriptionlanguages2","features":[364]},{"name":"alljoyn_interfacedescription_getdescriptiontranslationcallback","features":[364]},{"name":"alljoyn_interfacedescription_getmember","features":[364]},{"name":"alljoyn_interfacedescription_getmemberannotation","features":[364]},{"name":"alljoyn_interfacedescription_getmemberargannotation","features":[364]},{"name":"alljoyn_interfacedescription_getmemberdescriptionforlanguage","features":[364]},{"name":"alljoyn_interfacedescription_getmembers","features":[364]},{"name":"alljoyn_interfacedescription_getmethod","features":[364]},{"name":"alljoyn_interfacedescription_getname","features":[364]},{"name":"alljoyn_interfacedescription_getproperties","features":[364]},{"name":"alljoyn_interfacedescription_getproperty","features":[364]},{"name":"alljoyn_interfacedescription_getpropertyannotation","features":[364]},{"name":"alljoyn_interfacedescription_getpropertydescriptionforlanguage","features":[364]},{"name":"alljoyn_interfacedescription_getsecuritypolicy","features":[364]},{"name":"alljoyn_interfacedescription_getsignal","features":[364]},{"name":"alljoyn_interfacedescription_hasdescription","features":[364]},{"name":"alljoyn_interfacedescription_hasmember","features":[364]},{"name":"alljoyn_interfacedescription_hasproperties","features":[364]},{"name":"alljoyn_interfacedescription_hasproperty","features":[364]},{"name":"alljoyn_interfacedescription_introspect","features":[364]},{"name":"alljoyn_interfacedescription_issecure","features":[364]},{"name":"alljoyn_interfacedescription_member","features":[364]},{"name":"alljoyn_interfacedescription_member_eql","features":[364]},{"name":"alljoyn_interfacedescription_member_getannotation","features":[364]},{"name":"alljoyn_interfacedescription_member_getannotationatindex","features":[364]},{"name":"alljoyn_interfacedescription_member_getannotationscount","features":[364]},{"name":"alljoyn_interfacedescription_member_getargannotation","features":[364]},{"name":"alljoyn_interfacedescription_member_getargannotationatindex","features":[364]},{"name":"alljoyn_interfacedescription_member_getargannotationscount","features":[364]},{"name":"alljoyn_interfacedescription_property","features":[364]},{"name":"alljoyn_interfacedescription_property_eql","features":[364]},{"name":"alljoyn_interfacedescription_property_getannotation","features":[364]},{"name":"alljoyn_interfacedescription_property_getannotationatindex","features":[364]},{"name":"alljoyn_interfacedescription_property_getannotationscount","features":[364]},{"name":"alljoyn_interfacedescription_securitypolicy","features":[364]},{"name":"alljoyn_interfacedescription_setargdescription","features":[364]},{"name":"alljoyn_interfacedescription_setargdescriptionforlanguage","features":[364]},{"name":"alljoyn_interfacedescription_setdescription","features":[364]},{"name":"alljoyn_interfacedescription_setdescriptionforlanguage","features":[364]},{"name":"alljoyn_interfacedescription_setdescriptionlanguage","features":[364]},{"name":"alljoyn_interfacedescription_setdescriptiontranslationcallback","features":[364]},{"name":"alljoyn_interfacedescription_setmemberdescription","features":[364]},{"name":"alljoyn_interfacedescription_setmemberdescriptionforlanguage","features":[364]},{"name":"alljoyn_interfacedescription_setpropertydescription","features":[364]},{"name":"alljoyn_interfacedescription_setpropertydescriptionforlanguage","features":[364]},{"name":"alljoyn_interfacedescription_translation_callback_ptr","features":[364]},{"name":"alljoyn_keystore","features":[364]},{"name":"alljoyn_keystorelistener","features":[364]},{"name":"alljoyn_keystorelistener_acquireexclusivelock_ptr","features":[364]},{"name":"alljoyn_keystorelistener_callbacks","features":[364]},{"name":"alljoyn_keystorelistener_create","features":[364]},{"name":"alljoyn_keystorelistener_destroy","features":[364]},{"name":"alljoyn_keystorelistener_getkeys","features":[364]},{"name":"alljoyn_keystorelistener_loadrequest_ptr","features":[364]},{"name":"alljoyn_keystorelistener_putkeys","features":[364]},{"name":"alljoyn_keystorelistener_releaseexclusivelock_ptr","features":[364]},{"name":"alljoyn_keystorelistener_storerequest_ptr","features":[364]},{"name":"alljoyn_keystorelistener_with_synchronization_callbacks","features":[364]},{"name":"alljoyn_keystorelistener_with_synchronization_create","features":[364]},{"name":"alljoyn_manifestarray","features":[364]},{"name":"alljoyn_message","features":[364]},{"name":"alljoyn_message_create","features":[364]},{"name":"alljoyn_message_description","features":[364]},{"name":"alljoyn_message_destroy","features":[364]},{"name":"alljoyn_message_eql","features":[364]},{"name":"alljoyn_message_getarg","features":[364]},{"name":"alljoyn_message_getargs","features":[364]},{"name":"alljoyn_message_getauthmechanism","features":[364]},{"name":"alljoyn_message_getcallserial","features":[364]},{"name":"alljoyn_message_getcompressiontoken","features":[364]},{"name":"alljoyn_message_getdestination","features":[364]},{"name":"alljoyn_message_geterrorname","features":[364]},{"name":"alljoyn_message_getflags","features":[364]},{"name":"alljoyn_message_getinterface","features":[364]},{"name":"alljoyn_message_getmembername","features":[364]},{"name":"alljoyn_message_getobjectpath","features":[364]},{"name":"alljoyn_message_getreceiveendpointname","features":[364]},{"name":"alljoyn_message_getreplyserial","features":[364]},{"name":"alljoyn_message_getsender","features":[364]},{"name":"alljoyn_message_getsessionid","features":[364]},{"name":"alljoyn_message_getsignature","features":[364]},{"name":"alljoyn_message_gettimestamp","features":[364]},{"name":"alljoyn_message_gettype","features":[364]},{"name":"alljoyn_message_isbroadcastsignal","features":[364]},{"name":"alljoyn_message_isencrypted","features":[364]},{"name":"alljoyn_message_isexpired","features":[364]},{"name":"alljoyn_message_isglobalbroadcast","features":[364]},{"name":"alljoyn_message_issessionless","features":[364]},{"name":"alljoyn_message_isunreliable","features":[364]},{"name":"alljoyn_message_parseargs","features":[364]},{"name":"alljoyn_message_setendianess","features":[364]},{"name":"alljoyn_message_tostring","features":[364]},{"name":"alljoyn_messagereceiver_methodhandler_ptr","features":[364]},{"name":"alljoyn_messagereceiver_replyhandler_ptr","features":[364]},{"name":"alljoyn_messagereceiver_signalhandler_ptr","features":[364]},{"name":"alljoyn_messagetype","features":[364]},{"name":"alljoyn_msgarg","features":[364]},{"name":"alljoyn_msgarg_array_create","features":[364]},{"name":"alljoyn_msgarg_array_element","features":[364]},{"name":"alljoyn_msgarg_array_get","features":[364]},{"name":"alljoyn_msgarg_array_set","features":[364]},{"name":"alljoyn_msgarg_array_set_offset","features":[364]},{"name":"alljoyn_msgarg_array_signature","features":[364]},{"name":"alljoyn_msgarg_array_tostring","features":[364]},{"name":"alljoyn_msgarg_clear","features":[364]},{"name":"alljoyn_msgarg_clone","features":[364]},{"name":"alljoyn_msgarg_copy","features":[364]},{"name":"alljoyn_msgarg_create","features":[364]},{"name":"alljoyn_msgarg_create_and_set","features":[364]},{"name":"alljoyn_msgarg_destroy","features":[364]},{"name":"alljoyn_msgarg_equal","features":[364]},{"name":"alljoyn_msgarg_get","features":[364]},{"name":"alljoyn_msgarg_get_array_element","features":[364]},{"name":"alljoyn_msgarg_get_array_elementsignature","features":[364]},{"name":"alljoyn_msgarg_get_array_numberofelements","features":[364]},{"name":"alljoyn_msgarg_get_bool","features":[364]},{"name":"alljoyn_msgarg_get_bool_array","features":[364]},{"name":"alljoyn_msgarg_get_double","features":[364]},{"name":"alljoyn_msgarg_get_double_array","features":[364]},{"name":"alljoyn_msgarg_get_int16","features":[364]},{"name":"alljoyn_msgarg_get_int16_array","features":[364]},{"name":"alljoyn_msgarg_get_int32","features":[364]},{"name":"alljoyn_msgarg_get_int32_array","features":[364]},{"name":"alljoyn_msgarg_get_int64","features":[364]},{"name":"alljoyn_msgarg_get_int64_array","features":[364]},{"name":"alljoyn_msgarg_get_objectpath","features":[364]},{"name":"alljoyn_msgarg_get_signature","features":[364]},{"name":"alljoyn_msgarg_get_string","features":[364]},{"name":"alljoyn_msgarg_get_uint16","features":[364]},{"name":"alljoyn_msgarg_get_uint16_array","features":[364]},{"name":"alljoyn_msgarg_get_uint32","features":[364]},{"name":"alljoyn_msgarg_get_uint32_array","features":[364]},{"name":"alljoyn_msgarg_get_uint64","features":[364]},{"name":"alljoyn_msgarg_get_uint64_array","features":[364]},{"name":"alljoyn_msgarg_get_uint8","features":[364]},{"name":"alljoyn_msgarg_get_uint8_array","features":[364]},{"name":"alljoyn_msgarg_get_variant","features":[364]},{"name":"alljoyn_msgarg_get_variant_array","features":[364]},{"name":"alljoyn_msgarg_getdictelement","features":[364]},{"name":"alljoyn_msgarg_getkey","features":[364]},{"name":"alljoyn_msgarg_getmember","features":[364]},{"name":"alljoyn_msgarg_getnummembers","features":[364]},{"name":"alljoyn_msgarg_gettype","features":[364]},{"name":"alljoyn_msgarg_getvalue","features":[364]},{"name":"alljoyn_msgarg_hassignature","features":[364]},{"name":"alljoyn_msgarg_set","features":[364]},{"name":"alljoyn_msgarg_set_and_stabilize","features":[364]},{"name":"alljoyn_msgarg_set_bool","features":[364]},{"name":"alljoyn_msgarg_set_bool_array","features":[364]},{"name":"alljoyn_msgarg_set_double","features":[364]},{"name":"alljoyn_msgarg_set_double_array","features":[364]},{"name":"alljoyn_msgarg_set_int16","features":[364]},{"name":"alljoyn_msgarg_set_int16_array","features":[364]},{"name":"alljoyn_msgarg_set_int32","features":[364]},{"name":"alljoyn_msgarg_set_int32_array","features":[364]},{"name":"alljoyn_msgarg_set_int64","features":[364]},{"name":"alljoyn_msgarg_set_int64_array","features":[364]},{"name":"alljoyn_msgarg_set_objectpath","features":[364]},{"name":"alljoyn_msgarg_set_objectpath_array","features":[364]},{"name":"alljoyn_msgarg_set_signature","features":[364]},{"name":"alljoyn_msgarg_set_signature_array","features":[364]},{"name":"alljoyn_msgarg_set_string","features":[364]},{"name":"alljoyn_msgarg_set_string_array","features":[364]},{"name":"alljoyn_msgarg_set_uint16","features":[364]},{"name":"alljoyn_msgarg_set_uint16_array","features":[364]},{"name":"alljoyn_msgarg_set_uint32","features":[364]},{"name":"alljoyn_msgarg_set_uint32_array","features":[364]},{"name":"alljoyn_msgarg_set_uint64","features":[364]},{"name":"alljoyn_msgarg_set_uint64_array","features":[364]},{"name":"alljoyn_msgarg_set_uint8","features":[364]},{"name":"alljoyn_msgarg_set_uint8_array","features":[364]},{"name":"alljoyn_msgarg_setdictentry","features":[364]},{"name":"alljoyn_msgarg_setstruct","features":[364]},{"name":"alljoyn_msgarg_signature","features":[364]},{"name":"alljoyn_msgarg_stabilize","features":[364]},{"name":"alljoyn_msgarg_tostring","features":[364]},{"name":"alljoyn_observer","features":[364]},{"name":"alljoyn_observer_create","features":[364]},{"name":"alljoyn_observer_destroy","features":[364]},{"name":"alljoyn_observer_get","features":[364]},{"name":"alljoyn_observer_getfirst","features":[364]},{"name":"alljoyn_observer_getnext","features":[364]},{"name":"alljoyn_observer_object_discovered_ptr","features":[364]},{"name":"alljoyn_observer_object_lost_ptr","features":[364]},{"name":"alljoyn_observer_registerlistener","features":[364]},{"name":"alljoyn_observer_unregisteralllisteners","features":[364]},{"name":"alljoyn_observer_unregisterlistener","features":[364]},{"name":"alljoyn_observerlistener","features":[364]},{"name":"alljoyn_observerlistener_callback","features":[364]},{"name":"alljoyn_observerlistener_create","features":[364]},{"name":"alljoyn_observerlistener_destroy","features":[364]},{"name":"alljoyn_passwordmanager_setcredentials","features":[364]},{"name":"alljoyn_permissionconfigurationlistener","features":[364]},{"name":"alljoyn_permissionconfigurationlistener_callbacks","features":[364]},{"name":"alljoyn_permissionconfigurationlistener_create","features":[364]},{"name":"alljoyn_permissionconfigurationlistener_destroy","features":[364]},{"name":"alljoyn_permissionconfigurationlistener_endmanagement_ptr","features":[364]},{"name":"alljoyn_permissionconfigurationlistener_factoryreset_ptr","features":[364]},{"name":"alljoyn_permissionconfigurationlistener_policychanged_ptr","features":[364]},{"name":"alljoyn_permissionconfigurationlistener_startmanagement_ptr","features":[364]},{"name":"alljoyn_permissionconfigurator","features":[364]},{"name":"alljoyn_permissionconfigurator_certificatechain_destroy","features":[364]},{"name":"alljoyn_permissionconfigurator_certificateid_cleanup","features":[364]},{"name":"alljoyn_permissionconfigurator_certificateidarray_cleanup","features":[364]},{"name":"alljoyn_permissionconfigurator_claim","features":[364]},{"name":"alljoyn_permissionconfigurator_endmanagement","features":[364]},{"name":"alljoyn_permissionconfigurator_getapplicationstate","features":[364]},{"name":"alljoyn_permissionconfigurator_getclaimcapabilities","features":[364]},{"name":"alljoyn_permissionconfigurator_getclaimcapabilitiesadditionalinfo","features":[364]},{"name":"alljoyn_permissionconfigurator_getdefaultclaimcapabilities","features":[364]},{"name":"alljoyn_permissionconfigurator_getdefaultpolicy","features":[364]},{"name":"alljoyn_permissionconfigurator_getidentity","features":[364]},{"name":"alljoyn_permissionconfigurator_getidentitycertificateid","features":[364]},{"name":"alljoyn_permissionconfigurator_getmanifests","features":[364]},{"name":"alljoyn_permissionconfigurator_getmanifesttemplate","features":[364]},{"name":"alljoyn_permissionconfigurator_getmembershipsummaries","features":[364]},{"name":"alljoyn_permissionconfigurator_getpolicy","features":[364]},{"name":"alljoyn_permissionconfigurator_getpublickey","features":[364]},{"name":"alljoyn_permissionconfigurator_installmanifests","features":[364]},{"name":"alljoyn_permissionconfigurator_installmembership","features":[364]},{"name":"alljoyn_permissionconfigurator_manifestarray_cleanup","features":[364]},{"name":"alljoyn_permissionconfigurator_manifesttemplate_destroy","features":[364]},{"name":"alljoyn_permissionconfigurator_policy_destroy","features":[364]},{"name":"alljoyn_permissionconfigurator_publickey_destroy","features":[364]},{"name":"alljoyn_permissionconfigurator_removemembership","features":[364]},{"name":"alljoyn_permissionconfigurator_reset","features":[364]},{"name":"alljoyn_permissionconfigurator_resetpolicy","features":[364]},{"name":"alljoyn_permissionconfigurator_setapplicationstate","features":[364]},{"name":"alljoyn_permissionconfigurator_setclaimcapabilities","features":[364]},{"name":"alljoyn_permissionconfigurator_setclaimcapabilitiesadditionalinfo","features":[364]},{"name":"alljoyn_permissionconfigurator_setmanifesttemplatefromxml","features":[364]},{"name":"alljoyn_permissionconfigurator_startmanagement","features":[364]},{"name":"alljoyn_permissionconfigurator_updateidentity","features":[364]},{"name":"alljoyn_permissionconfigurator_updatepolicy","features":[364]},{"name":"alljoyn_pinglistener","features":[364]},{"name":"alljoyn_pinglistener_callback","features":[364]},{"name":"alljoyn_pinglistener_create","features":[364]},{"name":"alljoyn_pinglistener_destroy","features":[364]},{"name":"alljoyn_proxybusobject","features":[364]},{"name":"alljoyn_proxybusobject_addchild","features":[364]},{"name":"alljoyn_proxybusobject_addinterface","features":[364]},{"name":"alljoyn_proxybusobject_addinterface_by_name","features":[364]},{"name":"alljoyn_proxybusobject_copy","features":[364]},{"name":"alljoyn_proxybusobject_create","features":[364]},{"name":"alljoyn_proxybusobject_create_secure","features":[364]},{"name":"alljoyn_proxybusobject_destroy","features":[364]},{"name":"alljoyn_proxybusobject_enablepropertycaching","features":[364]},{"name":"alljoyn_proxybusobject_getallproperties","features":[364]},{"name":"alljoyn_proxybusobject_getallpropertiesasync","features":[364]},{"name":"alljoyn_proxybusobject_getchild","features":[364]},{"name":"alljoyn_proxybusobject_getchildren","features":[364]},{"name":"alljoyn_proxybusobject_getinterface","features":[364]},{"name":"alljoyn_proxybusobject_getinterfaces","features":[364]},{"name":"alljoyn_proxybusobject_getpath","features":[364]},{"name":"alljoyn_proxybusobject_getproperty","features":[364]},{"name":"alljoyn_proxybusobject_getpropertyasync","features":[364]},{"name":"alljoyn_proxybusobject_getservicename","features":[364]},{"name":"alljoyn_proxybusobject_getsessionid","features":[364]},{"name":"alljoyn_proxybusobject_getuniquename","features":[364]},{"name":"alljoyn_proxybusobject_implementsinterface","features":[364]},{"name":"alljoyn_proxybusobject_introspectremoteobject","features":[364]},{"name":"alljoyn_proxybusobject_introspectremoteobjectasync","features":[364]},{"name":"alljoyn_proxybusobject_issecure","features":[364]},{"name":"alljoyn_proxybusobject_isvalid","features":[364]},{"name":"alljoyn_proxybusobject_listener_getallpropertiescb_ptr","features":[364]},{"name":"alljoyn_proxybusobject_listener_getpropertycb_ptr","features":[364]},{"name":"alljoyn_proxybusobject_listener_introspectcb_ptr","features":[364]},{"name":"alljoyn_proxybusobject_listener_propertieschanged_ptr","features":[364]},{"name":"alljoyn_proxybusobject_listener_setpropertycb_ptr","features":[364]},{"name":"alljoyn_proxybusobject_methodcall","features":[364]},{"name":"alljoyn_proxybusobject_methodcall_member","features":[364]},{"name":"alljoyn_proxybusobject_methodcall_member_noreply","features":[364]},{"name":"alljoyn_proxybusobject_methodcall_noreply","features":[364]},{"name":"alljoyn_proxybusobject_methodcallasync","features":[364]},{"name":"alljoyn_proxybusobject_methodcallasync_member","features":[364]},{"name":"alljoyn_proxybusobject_parsexml","features":[364]},{"name":"alljoyn_proxybusobject_ref","features":[364]},{"name":"alljoyn_proxybusobject_ref_create","features":[364]},{"name":"alljoyn_proxybusobject_ref_decref","features":[364]},{"name":"alljoyn_proxybusobject_ref_get","features":[364]},{"name":"alljoyn_proxybusobject_ref_incref","features":[364]},{"name":"alljoyn_proxybusobject_registerpropertieschangedlistener","features":[364]},{"name":"alljoyn_proxybusobject_removechild","features":[364]},{"name":"alljoyn_proxybusobject_secureconnection","features":[364]},{"name":"alljoyn_proxybusobject_secureconnectionasync","features":[364]},{"name":"alljoyn_proxybusobject_setproperty","features":[364]},{"name":"alljoyn_proxybusobject_setpropertyasync","features":[364]},{"name":"alljoyn_proxybusobject_unregisterpropertieschangedlistener","features":[364]},{"name":"alljoyn_routerinit","features":[364]},{"name":"alljoyn_routerinitwithconfig","features":[364]},{"name":"alljoyn_routershutdown","features":[364]},{"name":"alljoyn_securityapplicationproxy","features":[364]},{"name":"alljoyn_securityapplicationproxy_claim","features":[364]},{"name":"alljoyn_securityapplicationproxy_computemanifestdigest","features":[364]},{"name":"alljoyn_securityapplicationproxy_create","features":[364]},{"name":"alljoyn_securityapplicationproxy_destroy","features":[364]},{"name":"alljoyn_securityapplicationproxy_digest_destroy","features":[364]},{"name":"alljoyn_securityapplicationproxy_eccpublickey_destroy","features":[364]},{"name":"alljoyn_securityapplicationproxy_endmanagement","features":[364]},{"name":"alljoyn_securityapplicationproxy_getapplicationstate","features":[364]},{"name":"alljoyn_securityapplicationproxy_getclaimcapabilities","features":[364]},{"name":"alljoyn_securityapplicationproxy_getclaimcapabilitiesadditionalinfo","features":[364]},{"name":"alljoyn_securityapplicationproxy_getdefaultpolicy","features":[364]},{"name":"alljoyn_securityapplicationproxy_geteccpublickey","features":[364]},{"name":"alljoyn_securityapplicationproxy_getmanifesttemplate","features":[364]},{"name":"alljoyn_securityapplicationproxy_getpermissionmanagementsessionport","features":[364]},{"name":"alljoyn_securityapplicationproxy_getpolicy","features":[364]},{"name":"alljoyn_securityapplicationproxy_installmembership","features":[364]},{"name":"alljoyn_securityapplicationproxy_manifest_destroy","features":[364]},{"name":"alljoyn_securityapplicationproxy_manifesttemplate_destroy","features":[364]},{"name":"alljoyn_securityapplicationproxy_policy_destroy","features":[364]},{"name":"alljoyn_securityapplicationproxy_reset","features":[364]},{"name":"alljoyn_securityapplicationproxy_resetpolicy","features":[364]},{"name":"alljoyn_securityapplicationproxy_setmanifestsignature","features":[364]},{"name":"alljoyn_securityapplicationproxy_signmanifest","features":[364]},{"name":"alljoyn_securityapplicationproxy_startmanagement","features":[364]},{"name":"alljoyn_securityapplicationproxy_updateidentity","features":[364]},{"name":"alljoyn_securityapplicationproxy_updatepolicy","features":[364]},{"name":"alljoyn_sessionlistener","features":[364]},{"name":"alljoyn_sessionlistener_callbacks","features":[364]},{"name":"alljoyn_sessionlistener_create","features":[364]},{"name":"alljoyn_sessionlistener_destroy","features":[364]},{"name":"alljoyn_sessionlistener_sessionlost_ptr","features":[364]},{"name":"alljoyn_sessionlistener_sessionmemberadded_ptr","features":[364]},{"name":"alljoyn_sessionlistener_sessionmemberremoved_ptr","features":[364]},{"name":"alljoyn_sessionlostreason","features":[364]},{"name":"alljoyn_sessionopts","features":[364]},{"name":"alljoyn_sessionopts_cmp","features":[364]},{"name":"alljoyn_sessionopts_create","features":[364]},{"name":"alljoyn_sessionopts_destroy","features":[364]},{"name":"alljoyn_sessionopts_get_multipoint","features":[364]},{"name":"alljoyn_sessionopts_get_proximity","features":[364]},{"name":"alljoyn_sessionopts_get_traffic","features":[364]},{"name":"alljoyn_sessionopts_get_transports","features":[364]},{"name":"alljoyn_sessionopts_iscompatible","features":[364]},{"name":"alljoyn_sessionopts_set_multipoint","features":[364]},{"name":"alljoyn_sessionopts_set_proximity","features":[364]},{"name":"alljoyn_sessionopts_set_traffic","features":[364]},{"name":"alljoyn_sessionopts_set_transports","features":[364]},{"name":"alljoyn_sessionportlistener","features":[364]},{"name":"alljoyn_sessionportlistener_acceptsessionjoiner_ptr","features":[364]},{"name":"alljoyn_sessionportlistener_callbacks","features":[364]},{"name":"alljoyn_sessionportlistener_create","features":[364]},{"name":"alljoyn_sessionportlistener_destroy","features":[364]},{"name":"alljoyn_sessionportlistener_sessionjoined_ptr","features":[364]},{"name":"alljoyn_shutdown","features":[364]},{"name":"alljoyn_typeid","features":[364]},{"name":"alljoyn_unity_deferred_callbacks_process","features":[364]},{"name":"alljoyn_unity_set_deferred_callback_mainthread_only","features":[364]}],"371":[{"name":"FACILITY_NONE","features":[365]},{"name":"FACILITY_WINBIO","features":[365]},{"name":"GUID_DEVINTERFACE_BIOMETRIC_READER","features":[365]},{"name":"IOCTL_BIOMETRIC_VENDOR","features":[365]},{"name":"PIBIO_ENGINE_ACCEPT_PRIVATE_SENSOR_TYPE_INFO_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_ACCEPT_SAMPLE_DATA_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_ACTIVATE_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_ATTACH_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_CHECK_FOR_DUPLICATE_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_CLEAR_CONTEXT_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_COMMIT_ENROLLMENT_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_CONTROL_UNIT_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_CONTROL_UNIT_PRIVILEGED_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_CREATE_ENROLLMENT_AUTHENTICATED_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_CREATE_ENROLLMENT_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_CREATE_KEY_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_DEACTIVATE_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_DETACH_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_DISCARD_ENROLLMENT_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_EXPORT_ENGINE_DATA_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_GET_ENROLLMENT_HASH_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_GET_ENROLLMENT_STATUS_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_IDENTIFY_ALL_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_AUTHENTICATED_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_SECURE_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_NOTIFY_POWER_CHANGE_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_PIPELINE_CLEANUP_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_PIPELINE_INIT_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_QUERY_CALIBRATION_DATA_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_QUERY_EXTENDED_ENROLLMENT_STATUS_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_QUERY_EXTENDED_INFO_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_QUERY_HASH_ALGORITHMS_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_QUERY_INDEX_VECTOR_SIZE_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_QUERY_PREFERRED_FORMAT_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_QUERY_SAMPLE_HINT_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_REFRESH_CACHE_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_RESERVED_1_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_SELECT_CALIBRATION_FORMAT_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_SET_ACCOUNT_POLICY_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_SET_ENROLLMENT_SELECTOR_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_SET_HASH_ALGORITHM_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_UPDATE_ENROLLMENT_FN","features":[365,307,312]},{"name":"PIBIO_ENGINE_VERIFY_FEATURE_SET_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_ALLOCATE_MEMORY_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_FREE_MEMORY_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_GET_PROPERTY_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_LOCK_AND_VALIDATE_SECURE_BUFFER_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_RELEASE_SECURE_BUFFER_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_SET_UNIT_STATUS_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_CLEAR_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_BEGIN_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_END_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_NEXT_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_BEGIN_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_END_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_NEXT_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_DECRYPT_SAMPLE_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_QUERY_AUTHORIZED_ENROLLMENTS_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_1_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_2_FN","features":[365,307,312]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_3_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_ACCEPT_CALIBRATION_DATA_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_ACTIVATE_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_ASYNC_IMPORT_RAW_BUFFER_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_ASYNC_IMPORT_SECURE_BUFFER_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_ATTACH_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_CANCEL_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_CLEAR_CONTEXT_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_CONNECT_SECURE_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_CONTROL_UNIT_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_CONTROL_UNIT_PRIVILEGED_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_DEACTIVATE_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_DETACH_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_EXPORT_SENSOR_DATA_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_FINISH_CAPTURE_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_FINISH_NOTIFY_WAKE_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_GET_INDICATOR_STATUS_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_NOTIFY_POWER_CHANGE_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_PIPELINE_CLEANUP_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_PIPELINE_INIT_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_PUSH_DATA_TO_ENGINE_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_QUERY_CALIBRATION_FORMATS_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_QUERY_EXTENDED_INFO_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_QUERY_PRIVATE_SENSOR_TYPE_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_QUERY_STATUS_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_RESET_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_SET_CALIBRATION_FORMAT_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_SET_INDICATOR_STATUS_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_SET_MODE_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_START_CAPTURE_EX_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_START_CAPTURE_FN","features":[365,307,312]},{"name":"PIBIO_SENSOR_START_NOTIFY_WAKE_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_ACTIVATE_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_ADD_RECORD_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_ATTACH_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_CLEAR_CONTEXT_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_CLOSE_DATABASE_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_CONTROL_UNIT_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_CONTROL_UNIT_PRIVILEGED_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_CREATE_DATABASE_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_DEACTIVATE_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_DELETE_RECORD_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_DETACH_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_ERASE_DATABASE_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_FIRST_RECORD_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_GET_CURRENT_RECORD_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_GET_DATABASE_SIZE_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_GET_DATA_FORMAT_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_GET_RECORD_COUNT_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_NEXT_RECORD_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_NOTIFY_DATABASE_CHANGE_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_NOTIFY_POWER_CHANGE_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_OPEN_DATABASE_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_PIPELINE_CLEANUP_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_PIPELINE_INIT_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_QUERY_BY_CONTENT_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_QUERY_BY_SUBJECT_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_QUERY_EXTENDED_INFO_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_RESERVED_1_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_RESERVED_2_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_UPDATE_RECORD_BEGIN_FN","features":[365,307,312]},{"name":"PIBIO_STORAGE_UPDATE_RECORD_COMMIT_FN","features":[365,307,312]},{"name":"PWINBIO_ASYNC_COMPLETION_CALLBACK","features":[365,307]},{"name":"PWINBIO_CAPTURE_CALLBACK","features":[365]},{"name":"PWINBIO_ENROLL_CAPTURE_CALLBACK","features":[365]},{"name":"PWINBIO_EVENT_CALLBACK","features":[365]},{"name":"PWINBIO_IDENTIFY_CALLBACK","features":[365]},{"name":"PWINBIO_LOCATE_SENSOR_CALLBACK","features":[365]},{"name":"PWINBIO_QUERY_ENGINE_INTERFACE_FN","features":[365,307,312]},{"name":"PWINBIO_QUERY_SENSOR_INTERFACE_FN","features":[365,307,312]},{"name":"PWINBIO_QUERY_STORAGE_INTERFACE_FN","features":[365,307,312]},{"name":"PWINBIO_VERIFY_CALLBACK","features":[365,307]},{"name":"WINBIO_ACCOUNT_POLICY","features":[365]},{"name":"WINBIO_ADAPTER_INTERFACE_VERSION","features":[365]},{"name":"WINBIO_ANSI_381_IMG_BIT_PACKED","features":[365]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_JPEG","features":[365]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_JPEG2000","features":[365]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_PNG","features":[365]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_WSQ","features":[365]},{"name":"WINBIO_ANSI_381_IMG_UNCOMPRESSED","features":[365]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LATENT","features":[365]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_CONTACTLESS","features":[365]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_PLAIN","features":[365]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_ROLLED","features":[365]},{"name":"WINBIO_ANSI_381_IMP_TYPE_NONLIVE_SCAN_PLAIN","features":[365]},{"name":"WINBIO_ANSI_381_IMP_TYPE_NONLIVE_SCAN_ROLLED","features":[365]},{"name":"WINBIO_ANSI_381_IMP_TYPE_SWIPE","features":[365]},{"name":"WINBIO_ANSI_381_PIXELS_PER_CM","features":[365]},{"name":"WINBIO_ANSI_381_PIXELS_PER_INCH","features":[365]},{"name":"WINBIO_ANTI_SPOOF_DISABLE","features":[365]},{"name":"WINBIO_ANTI_SPOOF_ENABLE","features":[365]},{"name":"WINBIO_ANTI_SPOOF_POLICY","features":[365]},{"name":"WINBIO_ANTI_SPOOF_POLICY_ACTION","features":[365]},{"name":"WINBIO_ANTI_SPOOF_REMOVE","features":[365]},{"name":"WINBIO_ASYNC_NOTIFICATION_METHOD","features":[365]},{"name":"WINBIO_ASYNC_NOTIFY_CALLBACK","features":[365]},{"name":"WINBIO_ASYNC_NOTIFY_MAXIMUM_VALUE","features":[365]},{"name":"WINBIO_ASYNC_NOTIFY_MESSAGE","features":[365]},{"name":"WINBIO_ASYNC_NOTIFY_NONE","features":[365]},{"name":"WINBIO_ASYNC_RESULT","features":[365,307]},{"name":"WINBIO_BDB_ANSI_381_HEADER","features":[365]},{"name":"WINBIO_BDB_ANSI_381_RECORD","features":[365]},{"name":"WINBIO_BIR","features":[365]},{"name":"WINBIO_BIR_ALGIN_SIZE","features":[365]},{"name":"WINBIO_BIR_ALIGN_SIZE","features":[365]},{"name":"WINBIO_BIR_DATA","features":[365]},{"name":"WINBIO_BIR_HEADER","features":[365]},{"name":"WINBIO_BLANK_PAYLOAD","features":[365]},{"name":"WINBIO_BSP_SCHEMA","features":[365]},{"name":"WINBIO_CALIBRATION_INFO","features":[365]},{"name":"WINBIO_CAPTURE_DATA","features":[365]},{"name":"WINBIO_CAPTURE_PARAMETERS","features":[365]},{"name":"WINBIO_COMPONENT","features":[365]},{"name":"WINBIO_COMPONENT_ENGINE","features":[365]},{"name":"WINBIO_COMPONENT_SENSOR","features":[365]},{"name":"WINBIO_COMPONENT_STORAGE","features":[365]},{"name":"WINBIO_CREDENTIAL_ALL","features":[365]},{"name":"WINBIO_CREDENTIAL_FORMAT","features":[365]},{"name":"WINBIO_CREDENTIAL_NOT_SET","features":[365]},{"name":"WINBIO_CREDENTIAL_PASSWORD","features":[365]},{"name":"WINBIO_CREDENTIAL_SET","features":[365]},{"name":"WINBIO_CREDENTIAL_STATE","features":[365]},{"name":"WINBIO_CREDENTIAL_TYPE","features":[365]},{"name":"WINBIO_DATA","features":[365]},{"name":"WINBIO_DATA_FLAG_INTEGRITY","features":[365]},{"name":"WINBIO_DATA_FLAG_INTERMEDIATE","features":[365]},{"name":"WINBIO_DATA_FLAG_OPTION_MASK_PRESENT","features":[365]},{"name":"WINBIO_DATA_FLAG_PRIVACY","features":[365]},{"name":"WINBIO_DATA_FLAG_PROCESSED","features":[365]},{"name":"WINBIO_DATA_FLAG_RAW","features":[365]},{"name":"WINBIO_DATA_FLAG_SIGNED","features":[365]},{"name":"WINBIO_DIAGNOSTICS","features":[365]},{"name":"WINBIO_ENCRYPTED_CAPTURE_PARAMS","features":[365]},{"name":"WINBIO_ENGINE_INTERFACE","features":[365,307,312]},{"name":"WINBIO_EVENT","features":[365]},{"name":"WINBIO_EXTENDED_ENGINE_INFO","features":[365]},{"name":"WINBIO_EXTENDED_ENROLLMENT_PARAMETERS","features":[365]},{"name":"WINBIO_EXTENDED_ENROLLMENT_STATUS","features":[365,307]},{"name":"WINBIO_EXTENDED_SENSOR_INFO","features":[365,307]},{"name":"WINBIO_EXTENDED_STORAGE_INFO","features":[365]},{"name":"WINBIO_EXTENDED_UNIT_STATUS","features":[365]},{"name":"WINBIO_E_ADAPTER_INTEGRITY_FAILURE","features":[365]},{"name":"WINBIO_E_AUTO_LOGON_DISABLED","features":[365]},{"name":"WINBIO_E_BAD_CAPTURE","features":[365]},{"name":"WINBIO_E_CALIBRATION_BUFFER_INVALID","features":[365]},{"name":"WINBIO_E_CALIBRATION_BUFFER_TOO_LARGE","features":[365]},{"name":"WINBIO_E_CALIBRATION_BUFFER_TOO_SMALL","features":[365]},{"name":"WINBIO_E_CANCELED","features":[365]},{"name":"WINBIO_E_CAPTURE_ABORTED","features":[365]},{"name":"WINBIO_E_CONFIGURATION_FAILURE","features":[365]},{"name":"WINBIO_E_CRED_PROV_DISABLED","features":[365]},{"name":"WINBIO_E_CRED_PROV_NO_CREDENTIAL","features":[365]},{"name":"WINBIO_E_CRED_PROV_SECURITY_LOCKOUT","features":[365]},{"name":"WINBIO_E_DATABASE_ALREADY_EXISTS","features":[365]},{"name":"WINBIO_E_DATABASE_BAD_INDEX_VECTOR","features":[365]},{"name":"WINBIO_E_DATABASE_CANT_CLOSE","features":[365]},{"name":"WINBIO_E_DATABASE_CANT_CREATE","features":[365]},{"name":"WINBIO_E_DATABASE_CANT_ERASE","features":[365]},{"name":"WINBIO_E_DATABASE_CANT_FIND","features":[365]},{"name":"WINBIO_E_DATABASE_CANT_OPEN","features":[365]},{"name":"WINBIO_E_DATABASE_CORRUPTED","features":[365]},{"name":"WINBIO_E_DATABASE_EOF","features":[365]},{"name":"WINBIO_E_DATABASE_FULL","features":[365]},{"name":"WINBIO_E_DATABASE_LOCKED","features":[365]},{"name":"WINBIO_E_DATABASE_NO_MORE_RECORDS","features":[365]},{"name":"WINBIO_E_DATABASE_NO_RESULTS","features":[365]},{"name":"WINBIO_E_DATABASE_NO_SUCH_RECORD","features":[365]},{"name":"WINBIO_E_DATABASE_READ_ERROR","features":[365]},{"name":"WINBIO_E_DATABASE_WRITE_ERROR","features":[365]},{"name":"WINBIO_E_DATA_COLLECTION_IN_PROGRESS","features":[365]},{"name":"WINBIO_E_DATA_PROTECTION_FAILURE","features":[365]},{"name":"WINBIO_E_DEADLOCK_DETECTED","features":[365]},{"name":"WINBIO_E_DEVICE_BUSY","features":[365]},{"name":"WINBIO_E_DEVICE_FAILURE","features":[365]},{"name":"WINBIO_E_DISABLED","features":[365]},{"name":"WINBIO_E_DUPLICATE_ENROLLMENT","features":[365]},{"name":"WINBIO_E_DUPLICATE_TEMPLATE","features":[365]},{"name":"WINBIO_E_ENROLLMENT_CANCELED_BY_SUSPEND","features":[365]},{"name":"WINBIO_E_ENROLLMENT_IN_PROGRESS","features":[365]},{"name":"WINBIO_E_EVENT_MONITOR_ACTIVE","features":[365]},{"name":"WINBIO_E_FAST_USER_SWITCH_DISABLED","features":[365]},{"name":"WINBIO_E_INCORRECT_BSP","features":[365]},{"name":"WINBIO_E_INCORRECT_SENSOR_POOL","features":[365]},{"name":"WINBIO_E_INCORRECT_SESSION_TYPE","features":[365]},{"name":"WINBIO_E_INSECURE_SENSOR","features":[365]},{"name":"WINBIO_E_INVALID_BUFFER","features":[365]},{"name":"WINBIO_E_INVALID_BUFFER_ID","features":[365]},{"name":"WINBIO_E_INVALID_CALIBRATION_FORMAT_ARRAY","features":[365]},{"name":"WINBIO_E_INVALID_CONTROL_CODE","features":[365]},{"name":"WINBIO_E_INVALID_DEVICE_STATE","features":[365]},{"name":"WINBIO_E_INVALID_KEY_IDENTIFIER","features":[365]},{"name":"WINBIO_E_INVALID_OPERATION","features":[365]},{"name":"WINBIO_E_INVALID_PROPERTY_ID","features":[365]},{"name":"WINBIO_E_INVALID_PROPERTY_TYPE","features":[365]},{"name":"WINBIO_E_INVALID_SENSOR_MODE","features":[365]},{"name":"WINBIO_E_INVALID_SUBFACTOR","features":[365]},{"name":"WINBIO_E_INVALID_TICKET","features":[365]},{"name":"WINBIO_E_INVALID_UNIT","features":[365]},{"name":"WINBIO_E_KEY_CREATION_FAILED","features":[365]},{"name":"WINBIO_E_KEY_IDENTIFIER_BUFFER_TOO_SMALL","features":[365]},{"name":"WINBIO_E_LOCK_VIOLATION","features":[365]},{"name":"WINBIO_E_MAX_ERROR_COUNT_EXCEEDED","features":[365]},{"name":"WINBIO_E_NOT_ACTIVE_CONSOLE","features":[365]},{"name":"WINBIO_E_NO_CAPTURE_DATA","features":[365]},{"name":"WINBIO_E_NO_MATCH","features":[365]},{"name":"WINBIO_E_NO_PREBOOT_IDENTITY","features":[365]},{"name":"WINBIO_E_NO_SUPPORTED_CALIBRATION_FORMAT","features":[365]},{"name":"WINBIO_E_POLICY_PROTECTION_UNAVAILABLE","features":[365]},{"name":"WINBIO_E_PRESENCE_MONITOR_ACTIVE","features":[365]},{"name":"WINBIO_E_PROPERTY_UNAVAILABLE","features":[365]},{"name":"WINBIO_E_SAS_ENABLED","features":[365]},{"name":"WINBIO_E_SELECTION_REQUIRED","features":[365]},{"name":"WINBIO_E_SENSOR_UNAVAILABLE","features":[365]},{"name":"WINBIO_E_SESSION_BUSY","features":[365]},{"name":"WINBIO_E_SESSION_HANDLE_CLOSED","features":[365]},{"name":"WINBIO_E_TICKET_QUOTA_EXCEEDED","features":[365]},{"name":"WINBIO_E_TRUSTLET_INTEGRITY_FAIL","features":[365]},{"name":"WINBIO_E_UNKNOWN_ID","features":[365]},{"name":"WINBIO_E_UNSUPPORTED_DATA_FORMAT","features":[365]},{"name":"WINBIO_E_UNSUPPORTED_DATA_TYPE","features":[365]},{"name":"WINBIO_E_UNSUPPORTED_FACTOR","features":[365]},{"name":"WINBIO_E_UNSUPPORTED_POOL_TYPE","features":[365]},{"name":"WINBIO_E_UNSUPPORTED_PROPERTY","features":[365]},{"name":"WINBIO_E_UNSUPPORTED_PURPOSE","features":[365]},{"name":"WINBIO_E_UNSUPPORTED_SENSOR_CALIBRATION_FORMAT","features":[365]},{"name":"WINBIO_FP_BU_STATE","features":[365,307]},{"name":"WINBIO_FRAMEWORK_INTERFACE","features":[365,307,312]},{"name":"WINBIO_GESTURE_METADATA","features":[365]},{"name":"WINBIO_GET_INDICATOR","features":[365]},{"name":"WINBIO_IDENTITY","features":[365]},{"name":"WINBIO_I_EXTENDED_STATUS_INFORMATION","features":[365]},{"name":"WINBIO_I_MORE_DATA","features":[365]},{"name":"WINBIO_MAX_STRING_LEN","features":[365]},{"name":"WINBIO_NOTIFY_WAKE","features":[365]},{"name":"WINBIO_PASSWORD_GENERIC","features":[365]},{"name":"WINBIO_PASSWORD_PACKED","features":[365]},{"name":"WINBIO_PASSWORD_PROTECTED","features":[365]},{"name":"WINBIO_PIPELINE","features":[365,307,312]},{"name":"WINBIO_POLICY_ADMIN","features":[365]},{"name":"WINBIO_POLICY_DEFAULT","features":[365]},{"name":"WINBIO_POLICY_LOCAL","features":[365]},{"name":"WINBIO_POLICY_SOURCE","features":[365]},{"name":"WINBIO_POLICY_UNKNOWN","features":[365]},{"name":"WINBIO_POOL","features":[365]},{"name":"WINBIO_POOL_PRIVATE","features":[365]},{"name":"WINBIO_POOL_SYSTEM","features":[365]},{"name":"WINBIO_PRESENCE","features":[365,307]},{"name":"WINBIO_PRESENCE_PROPERTIES","features":[365,307]},{"name":"WINBIO_PRIVATE_SENSOR_TYPE_INFO","features":[365]},{"name":"WINBIO_PROTECTION_POLICY","features":[365]},{"name":"WINBIO_REGISTERED_FORMAT","features":[365]},{"name":"WINBIO_SCP_CURVE_FIELD_SIZE_V1","features":[365]},{"name":"WINBIO_SCP_DIGEST_SIZE_V1","features":[365]},{"name":"WINBIO_SCP_ENCRYPTION_BLOCK_SIZE_V1","features":[365]},{"name":"WINBIO_SCP_ENCRYPTION_KEY_SIZE_V1","features":[365]},{"name":"WINBIO_SCP_PRIVATE_KEY_SIZE_V1","features":[365]},{"name":"WINBIO_SCP_PUBLIC_KEY_SIZE_V1","features":[365]},{"name":"WINBIO_SCP_RANDOM_SIZE_V1","features":[365]},{"name":"WINBIO_SCP_SIGNATURE_SIZE_V1","features":[365]},{"name":"WINBIO_SCP_VERSION_1","features":[365]},{"name":"WINBIO_SECURE_BUFFER_HEADER_V1","features":[365]},{"name":"WINBIO_SECURE_CONNECTION_DATA","features":[365]},{"name":"WINBIO_SECURE_CONNECTION_PARAMS","features":[365]},{"name":"WINBIO_SENSOR_ATTRIBUTES","features":[365]},{"name":"WINBIO_SENSOR_INTERFACE","features":[365,307,312]},{"name":"WINBIO_SETTING_SOURCE","features":[365]},{"name":"WINBIO_SETTING_SOURCE_DEFAULT","features":[365]},{"name":"WINBIO_SETTING_SOURCE_INVALID","features":[365]},{"name":"WINBIO_SETTING_SOURCE_LOCAL","features":[365]},{"name":"WINBIO_SETTING_SOURCE_POLICY","features":[365]},{"name":"WINBIO_SET_INDICATOR","features":[365]},{"name":"WINBIO_STORAGE_INTERFACE","features":[365,307,312]},{"name":"WINBIO_STORAGE_RECORD","features":[365]},{"name":"WINBIO_STORAGE_SCHEMA","features":[365]},{"name":"WINBIO_SUPPORTED_ALGORITHMS","features":[365]},{"name":"WINBIO_UNIT_SCHEMA","features":[365]},{"name":"WINBIO_UPDATE_FIRMWARE","features":[365]},{"name":"WINBIO_VERSION","features":[365]},{"name":"WINBIO_WBDI_MAJOR_VERSION","features":[365]},{"name":"WINBIO_WBDI_MINOR_VERSION","features":[365]},{"name":"WINIBIO_ENGINE_CONTEXT","features":[365]},{"name":"WINIBIO_SENSOR_CONTEXT","features":[365]},{"name":"WINIBIO_STORAGE_CONTEXT","features":[365]},{"name":"WinBioAcquireFocus","features":[365]},{"name":"WinBioAsyncEnumBiometricUnits","features":[365]},{"name":"WinBioAsyncEnumDatabases","features":[365]},{"name":"WinBioAsyncEnumServiceProviders","features":[365]},{"name":"WinBioAsyncMonitorFrameworkChanges","features":[365]},{"name":"WinBioAsyncOpenFramework","features":[365,307]},{"name":"WinBioAsyncOpenSession","features":[365,307]},{"name":"WinBioCancel","features":[365]},{"name":"WinBioCaptureSample","features":[365]},{"name":"WinBioCaptureSampleWithCallback","features":[365]},{"name":"WinBioCloseFramework","features":[365]},{"name":"WinBioCloseSession","features":[365]},{"name":"WinBioControlUnit","features":[365]},{"name":"WinBioControlUnitPrivileged","features":[365]},{"name":"WinBioDeleteTemplate","features":[365]},{"name":"WinBioEnrollBegin","features":[365]},{"name":"WinBioEnrollCapture","features":[365]},{"name":"WinBioEnrollCaptureWithCallback","features":[365]},{"name":"WinBioEnrollCommit","features":[365]},{"name":"WinBioEnrollDiscard","features":[365]},{"name":"WinBioEnrollSelect","features":[365]},{"name":"WinBioEnumBiometricUnits","features":[365]},{"name":"WinBioEnumDatabases","features":[365]},{"name":"WinBioEnumEnrollments","features":[365]},{"name":"WinBioEnumServiceProviders","features":[365]},{"name":"WinBioFree","features":[365]},{"name":"WinBioGetCredentialState","features":[365]},{"name":"WinBioGetDomainLogonSetting","features":[365]},{"name":"WinBioGetEnabledSetting","features":[365]},{"name":"WinBioGetEnrolledFactors","features":[365]},{"name":"WinBioGetLogonSetting","features":[365]},{"name":"WinBioGetProperty","features":[365]},{"name":"WinBioIdentify","features":[365]},{"name":"WinBioIdentifyWithCallback","features":[365]},{"name":"WinBioImproveBegin","features":[365]},{"name":"WinBioImproveEnd","features":[365]},{"name":"WinBioLocateSensor","features":[365]},{"name":"WinBioLocateSensorWithCallback","features":[365]},{"name":"WinBioLockUnit","features":[365]},{"name":"WinBioLogonIdentifiedUser","features":[365]},{"name":"WinBioMonitorPresence","features":[365]},{"name":"WinBioOpenSession","features":[365]},{"name":"WinBioRegisterEventMonitor","features":[365]},{"name":"WinBioReleaseFocus","features":[365]},{"name":"WinBioRemoveAllCredentials","features":[365]},{"name":"WinBioRemoveAllDomainCredentials","features":[365]},{"name":"WinBioRemoveCredential","features":[365]},{"name":"WinBioSetCredential","features":[365]},{"name":"WinBioSetProperty","features":[365]},{"name":"WinBioUnlockUnit","features":[365]},{"name":"WinBioUnregisterEventMonitor","features":[365]},{"name":"WinBioVerify","features":[365]},{"name":"WinBioVerifyWithCallback","features":[365,307]},{"name":"WinBioWait","features":[365]}],"372":[{"name":"A2DP_SINK_SUPPORTED_FEATURES_AMPLIFIER","features":[366]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_HEADPHONE","features":[366]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_RECORDER","features":[366]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_SPEAKER","features":[366]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_MICROPHONE","features":[366]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_MIXER","features":[366]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_PLAYER","features":[366]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_TUNER","features":[366]},{"name":"AF_BTH","features":[366]},{"name":"ATT_PROTOCOL_UUID16","features":[366]},{"name":"AUTHENTICATION_REQUIREMENTS","features":[366]},{"name":"AVCTP_PROTOCOL_UUID16","features":[366]},{"name":"AVDTP_PROTOCOL_UUID16","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_1","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_2","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_3","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_4","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_BROWSING","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_IMAGE","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_IMAGE_PROPERTIES","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_LINKED_THUMBNAIL","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_BROWSING","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_COVER_ART","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_GROUP_NAVIGATION","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_MULTIPLE_PLAYER_APPLICATIONS","features":[366]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_PLAYER_APPLICATION_SETTINGS","features":[366]},{"name":"AVRemoteControlControllerServiceClass_UUID16","features":[366]},{"name":"AVRemoteControlServiceClassID_UUID16","features":[366]},{"name":"AVRemoteControlTargetServiceClassID_UUID16","features":[366]},{"name":"AdvancedAudioDistributionProfileID_UUID16","features":[366]},{"name":"AdvancedAudioDistributionServiceClassID_UUID16","features":[366]},{"name":"AudioSinkServiceClassID_UUID16","features":[366]},{"name":"AudioSinkSourceServiceClassID_UUID16","features":[366]},{"name":"AudioSourceServiceClassID_UUID16","features":[366]},{"name":"AudioVideoServiceClassID_UUID16","features":[366]},{"name":"AudioVideoServiceClass_UUID16","features":[366]},{"name":"BDIF_ADDRESS","features":[366]},{"name":"BDIF_BR","features":[366]},{"name":"BDIF_BR_SECURE_CONNECTION_PAIRED","features":[366]},{"name":"BDIF_COD","features":[366]},{"name":"BDIF_CONNECTED","features":[366]},{"name":"BDIF_DEBUGKEY","features":[366]},{"name":"BDIF_EIR","features":[366]},{"name":"BDIF_LE","features":[366]},{"name":"BDIF_LE_CONNECTABLE","features":[366]},{"name":"BDIF_LE_CONNECTED","features":[366]},{"name":"BDIF_LE_DEBUGKEY","features":[366]},{"name":"BDIF_LE_DISCOVERABLE","features":[366]},{"name":"BDIF_LE_MITM_PROTECTED","features":[366]},{"name":"BDIF_LE_NAME","features":[366]},{"name":"BDIF_LE_PAIRED","features":[366]},{"name":"BDIF_LE_PERSONAL","features":[366]},{"name":"BDIF_LE_PRIVACY_ENABLED","features":[366]},{"name":"BDIF_LE_RANDOM_ADDRESS_TYPE","features":[366]},{"name":"BDIF_LE_SECURE_CONNECTION_PAIRED","features":[366]},{"name":"BDIF_LE_VISIBLE","features":[366]},{"name":"BDIF_NAME","features":[366]},{"name":"BDIF_PAIRED","features":[366]},{"name":"BDIF_PERSONAL","features":[366]},{"name":"BDIF_RSSI","features":[366]},{"name":"BDIF_SHORT_NAME","features":[366]},{"name":"BDIF_SSP_MITM_PROTECTED","features":[366]},{"name":"BDIF_SSP_PAIRED","features":[366]},{"name":"BDIF_SSP_SUPPORTED","features":[366]},{"name":"BDIF_TX_POWER","features":[366]},{"name":"BDIF_VISIBLE","features":[366]},{"name":"BLUETOOTH_ADDRESS","features":[366]},{"name":"BLUETOOTH_AUTHENTICATE_RESPONSE","features":[366]},{"name":"BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS","features":[366,307]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD","features":[366]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_LEGACY","features":[366]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON","features":[366]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_OOB","features":[366]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY","features":[366]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION","features":[366]},{"name":"BLUETOOTH_AUTHENTICATION_REQUIREMENTS","features":[366]},{"name":"BLUETOOTH_COD_PAIRS","features":[366]},{"name":"BLUETOOTH_DEVICE_INFO","features":[366,307]},{"name":"BLUETOOTH_DEVICE_NAME_SIZE","features":[366]},{"name":"BLUETOOTH_DEVICE_SEARCH_PARAMS","features":[366,307]},{"name":"BLUETOOTH_FIND_RADIO_PARAMS","features":[366]},{"name":"BLUETOOTH_GATT_FLAG_CONNECTION_AUTHENTICATED","features":[366]},{"name":"BLUETOOTH_GATT_FLAG_CONNECTION_ENCRYPTED","features":[366]},{"name":"BLUETOOTH_GATT_FLAG_FORCE_READ_FROM_CACHE","features":[366]},{"name":"BLUETOOTH_GATT_FLAG_FORCE_READ_FROM_DEVICE","features":[366]},{"name":"BLUETOOTH_GATT_FLAG_NONE","features":[366]},{"name":"BLUETOOTH_GATT_FLAG_RETURN_ALL","features":[366]},{"name":"BLUETOOTH_GATT_FLAG_SIGNED_WRITE","features":[366]},{"name":"BLUETOOTH_GATT_FLAG_WRITE_WITHOUT_RESPONSE","features":[366]},{"name":"BLUETOOTH_GATT_VALUE_CHANGED_EVENT","features":[366]},{"name":"BLUETOOTH_GATT_VALUE_CHANGED_EVENT_REGISTRATION","features":[366,307]},{"name":"BLUETOOTH_IO_CAPABILITY","features":[366]},{"name":"BLUETOOTH_IO_CAPABILITY_DISPLAYONLY","features":[366]},{"name":"BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO","features":[366]},{"name":"BLUETOOTH_IO_CAPABILITY_KEYBOARDONLY","features":[366]},{"name":"BLUETOOTH_IO_CAPABILITY_NOINPUTNOOUTPUT","features":[366]},{"name":"BLUETOOTH_IO_CAPABILITY_UNDEFINED","features":[366]},{"name":"BLUETOOTH_LOCAL_SERVICE_INFO","features":[366,307]},{"name":"BLUETOOTH_MAX_NAME_SIZE","features":[366]},{"name":"BLUETOOTH_MAX_PASSKEY_BUFFER_SIZE","features":[366]},{"name":"BLUETOOTH_MAX_PASSKEY_SIZE","features":[366]},{"name":"BLUETOOTH_MAX_SERVICE_NAME_SIZE","features":[366]},{"name":"BLUETOOTH_MITM_ProtectionNotDefined","features":[366]},{"name":"BLUETOOTH_MITM_ProtectionNotRequired","features":[366]},{"name":"BLUETOOTH_MITM_ProtectionNotRequiredBonding","features":[366]},{"name":"BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding","features":[366]},{"name":"BLUETOOTH_MITM_ProtectionRequired","features":[366]},{"name":"BLUETOOTH_MITM_ProtectionRequiredBonding","features":[366]},{"name":"BLUETOOTH_MITM_ProtectionRequiredGeneralBonding","features":[366]},{"name":"BLUETOOTH_NUMERIC_COMPARISON_INFO","features":[366]},{"name":"BLUETOOTH_OOB_DATA_INFO","features":[366]},{"name":"BLUETOOTH_PASSKEY_INFO","features":[366]},{"name":"BLUETOOTH_PIN_INFO","features":[366]},{"name":"BLUETOOTH_RADIO_INFO","features":[366]},{"name":"BLUETOOTH_SELECT_DEVICE_PARAMS","features":[366,307]},{"name":"BLUETOOTH_SERVICE_DISABLE","features":[366]},{"name":"BLUETOOTH_SERVICE_ENABLE","features":[366]},{"name":"BNEP_PROTOCOL_UUID16","features":[366]},{"name":"BTHLEENUM_ATT_MTU_DEFAULT","features":[366]},{"name":"BTHLEENUM_ATT_MTU_INITIAL_NEGOTIATION","features":[366]},{"name":"BTHLEENUM_ATT_MTU_MAX","features":[366]},{"name":"BTHLEENUM_ATT_MTU_MIN","features":[366]},{"name":"BTHNS_RESULT_DEVICE_AUTHENTICATED","features":[366]},{"name":"BTHNS_RESULT_DEVICE_CONNECTED","features":[366]},{"name":"BTHNS_RESULT_DEVICE_REMEMBERED","features":[366]},{"name":"BTHPROTO_L2CAP","features":[366]},{"name":"BTHPROTO_RFCOMM","features":[366]},{"name":"BTH_ADDR_GIAC","features":[366]},{"name":"BTH_ADDR_IAC_FIRST","features":[366]},{"name":"BTH_ADDR_IAC_LAST","features":[366]},{"name":"BTH_ADDR_LIAC","features":[366]},{"name":"BTH_ADDR_STRING_SIZE","features":[366]},{"name":"BTH_DEVICE_INFO","features":[366]},{"name":"BTH_EIR_128_UUIDS_COMPLETE_ID","features":[366]},{"name":"BTH_EIR_128_UUIDS_PARTIAL_ID","features":[366]},{"name":"BTH_EIR_16_UUIDS_COMPLETE_ID","features":[366]},{"name":"BTH_EIR_16_UUIDS_PARTIAL_ID","features":[366]},{"name":"BTH_EIR_32_UUIDS_COMPLETE_ID","features":[366]},{"name":"BTH_EIR_32_UUIDS_PARTIAL_ID","features":[366]},{"name":"BTH_EIR_FLAGS_ID","features":[366]},{"name":"BTH_EIR_LOCAL_NAME_COMPLETE_ID","features":[366]},{"name":"BTH_EIR_LOCAL_NAME_PARTIAL_ID","features":[366]},{"name":"BTH_EIR_MANUFACTURER_ID","features":[366]},{"name":"BTH_EIR_OOB_BD_ADDR_ID","features":[366]},{"name":"BTH_EIR_OOB_COD_ID","features":[366]},{"name":"BTH_EIR_OOB_OPT_DATA_LEN_ID","features":[366]},{"name":"BTH_EIR_OOB_SP_HASH_ID","features":[366]},{"name":"BTH_EIR_OOB_SP_RANDOMIZER_ID","features":[366]},{"name":"BTH_EIR_SIZE","features":[366]},{"name":"BTH_EIR_TX_POWER_LEVEL_ID","features":[366]},{"name":"BTH_ERROR_ACL_CONNECTION_ALREADY_EXISTS","features":[366]},{"name":"BTH_ERROR_AUTHENTICATION_FAILURE","features":[366]},{"name":"BTH_ERROR_CHANNEL_CLASSIFICATION_NOT_SUPPORTED","features":[366]},{"name":"BTH_ERROR_COARSE_CLOCK_ADJUSTMENT_REJECTED","features":[366]},{"name":"BTH_ERROR_COMMAND_DISALLOWED","features":[366]},{"name":"BTH_ERROR_CONNECTION_FAILED_TO_BE_ESTABLISHED","features":[366]},{"name":"BTH_ERROR_CONNECTION_REJECTED_DUE_TO_NO_SUITABLE_CHANNEL_FOUND","features":[366]},{"name":"BTH_ERROR_CONNECTION_TERMINATED_DUE_TO_MIC_FAILURE","features":[366]},{"name":"BTH_ERROR_CONNECTION_TIMEOUT","features":[366]},{"name":"BTH_ERROR_CONTROLLER_BUSY","features":[366]},{"name":"BTH_ERROR_DIFFERENT_TRANSACTION_COLLISION","features":[366]},{"name":"BTH_ERROR_DIRECTED_ADVERTISING_TIMEOUT","features":[366]},{"name":"BTH_ERROR_ENCRYPTION_MODE_NOT_ACCEPTABLE","features":[366]},{"name":"BTH_ERROR_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE","features":[366]},{"name":"BTH_ERROR_HARDWARE_FAILURE","features":[366]},{"name":"BTH_ERROR_HOST_BUSY_PAIRING","features":[366]},{"name":"BTH_ERROR_HOST_REJECTED_LIMITED_RESOURCES","features":[366]},{"name":"BTH_ERROR_HOST_REJECTED_PERSONAL_DEVICE","features":[366]},{"name":"BTH_ERROR_HOST_REJECTED_SECURITY_REASONS","features":[366]},{"name":"BTH_ERROR_HOST_TIMEOUT","features":[366]},{"name":"BTH_ERROR_INSTANT_PASSED","features":[366]},{"name":"BTH_ERROR_INSUFFICIENT_SECURITY","features":[366]},{"name":"BTH_ERROR_INVALID_HCI_PARAMETER","features":[366]},{"name":"BTH_ERROR_INVALID_LMP_PARAMETERS","features":[366]},{"name":"BTH_ERROR_KEY_MISSING","features":[366]},{"name":"BTH_ERROR_LIMIT_REACHED","features":[366]},{"name":"BTH_ERROR_LMP_PDU_NOT_ALLOWED","features":[366]},{"name":"BTH_ERROR_LMP_RESPONSE_TIMEOUT","features":[366]},{"name":"BTH_ERROR_LMP_TRANSACTION_COLLISION","features":[366]},{"name":"BTH_ERROR_LOCAL_HOST_TERMINATED_CONNECTION","features":[366]},{"name":"BTH_ERROR_MAC_CONNECTION_FAILED","features":[366]},{"name":"BTH_ERROR_MAX_NUMBER_OF_CONNECTIONS","features":[366]},{"name":"BTH_ERROR_MAX_NUMBER_OF_SCO_CONNECTIONS","features":[366]},{"name":"BTH_ERROR_MEMORY_FULL","features":[366]},{"name":"BTH_ERROR_NO_CONNECTION","features":[366]},{"name":"BTH_ERROR_OPERATION_CANCELLED_BY_HOST","features":[366]},{"name":"BTH_ERROR_PACKET_TOO_LONG","features":[366]},{"name":"BTH_ERROR_PAGE_TIMEOUT","features":[366]},{"name":"BTH_ERROR_PAIRING_NOT_ALLOWED","features":[366]},{"name":"BTH_ERROR_PAIRING_WITH_UNIT_KEY_NOT_SUPPORTED","features":[366]},{"name":"BTH_ERROR_PARAMETER_OUT_OF_MANDATORY_RANGE","features":[366]},{"name":"BTH_ERROR_QOS_IS_NOT_SUPPORTED","features":[366]},{"name":"BTH_ERROR_QOS_REJECTED","features":[366]},{"name":"BTH_ERROR_QOS_UNACCEPTABLE_PARAMETER","features":[366]},{"name":"BTH_ERROR_REMOTE_LOW_RESOURCES","features":[366]},{"name":"BTH_ERROR_REMOTE_POWERING_OFF","features":[366]},{"name":"BTH_ERROR_REMOTE_USER_ENDED_CONNECTION","features":[366]},{"name":"BTH_ERROR_REPEATED_ATTEMPTS","features":[366]},{"name":"BTH_ERROR_RESERVED_SLOT_VIOLATION","features":[366]},{"name":"BTH_ERROR_ROLE_CHANGE_NOT_ALLOWED","features":[366]},{"name":"BTH_ERROR_ROLE_SWITCH_FAILED","features":[366]},{"name":"BTH_ERROR_ROLE_SWITCH_PENDING","features":[366]},{"name":"BTH_ERROR_SCO_AIRMODE_REJECTED","features":[366]},{"name":"BTH_ERROR_SCO_INTERVAL_REJECTED","features":[366]},{"name":"BTH_ERROR_SCO_OFFSET_REJECTED","features":[366]},{"name":"BTH_ERROR_SECURE_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST","features":[366]},{"name":"BTH_ERROR_SUCCESS","features":[366]},{"name":"BTH_ERROR_TYPE_0_SUBMAP_NOT_DEFINED","features":[366]},{"name":"BTH_ERROR_UKNOWN_LMP_PDU","features":[366]},{"name":"BTH_ERROR_UNACCEPTABLE_CONNECTION_INTERVAL","features":[366]},{"name":"BTH_ERROR_UNIT_KEY_NOT_USED","features":[366]},{"name":"BTH_ERROR_UNKNOWN_ADVERTISING_IDENTIFIER","features":[366]},{"name":"BTH_ERROR_UNKNOWN_HCI_COMMAND","features":[366]},{"name":"BTH_ERROR_UNSPECIFIED","features":[366]},{"name":"BTH_ERROR_UNSPECIFIED_ERROR","features":[366]},{"name":"BTH_ERROR_UNSUPPORTED_FEATURE_OR_PARAMETER","features":[366]},{"name":"BTH_ERROR_UNSUPPORTED_LMP_PARM_VALUE","features":[366]},{"name":"BTH_ERROR_UNSUPPORTED_REMOTE_FEATURE","features":[366]},{"name":"BTH_HCI_EVENT_INFO","features":[366]},{"name":"BTH_HOST_FEATURE_ENHANCED_RETRANSMISSION_MODE","features":[366]},{"name":"BTH_HOST_FEATURE_LOW_ENERGY","features":[366]},{"name":"BTH_HOST_FEATURE_SCO_HCI","features":[366]},{"name":"BTH_HOST_FEATURE_SCO_HCIBYPASS","features":[366]},{"name":"BTH_HOST_FEATURE_STREAMING_MODE","features":[366]},{"name":"BTH_INFO_REQ","features":[366]},{"name":"BTH_INFO_RSP","features":[366]},{"name":"BTH_IOCTL_BASE","features":[366]},{"name":"BTH_L2CAP_EVENT_INFO","features":[366]},{"name":"BTH_LE_ATT_BLUETOOTH_BASE_GUID","features":[366]},{"name":"BTH_LE_ATT_CID","features":[366]},{"name":"BTH_LE_ATT_MAX_VALUE_SIZE","features":[366]},{"name":"BTH_LE_ATT_TRANSACTION_TIMEOUT","features":[366]},{"name":"BTH_LE_ERROR_ATTRIBUTE_NOT_FOUND","features":[366]},{"name":"BTH_LE_ERROR_ATTRIBUTE_NOT_LONG","features":[366]},{"name":"BTH_LE_ERROR_INSUFFICIENT_AUTHENTICATION","features":[366]},{"name":"BTH_LE_ERROR_INSUFFICIENT_AUTHORIZATION","features":[366]},{"name":"BTH_LE_ERROR_INSUFFICIENT_ENCRYPTION","features":[366]},{"name":"BTH_LE_ERROR_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[366]},{"name":"BTH_LE_ERROR_INSUFFICIENT_RESOURCES","features":[366]},{"name":"BTH_LE_ERROR_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[366]},{"name":"BTH_LE_ERROR_INVALID_HANDLE","features":[366]},{"name":"BTH_LE_ERROR_INVALID_OFFSET","features":[366]},{"name":"BTH_LE_ERROR_INVALID_PDU","features":[366]},{"name":"BTH_LE_ERROR_PREPARE_QUEUE_FULL","features":[366]},{"name":"BTH_LE_ERROR_READ_NOT_PERMITTED","features":[366]},{"name":"BTH_LE_ERROR_REQUEST_NOT_SUPPORTED","features":[366]},{"name":"BTH_LE_ERROR_UNKNOWN","features":[366]},{"name":"BTH_LE_ERROR_UNLIKELY","features":[366]},{"name":"BTH_LE_ERROR_UNSUPPORTED_GROUP_TYPE","features":[366]},{"name":"BTH_LE_ERROR_WRITE_NOT_PERMITTED","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_BOOKSHELF_SPEAKER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_SOUNDBAR","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_SPEAKERPHONE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_STANDALONE_SPEAKER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_STANDMOUNTED_SPEAKER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_ALARM","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_AUDITORIUM","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BELL","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BROADCASTING_DEVICE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BROADCASTING_ROOM","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_HORN","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_KIOSK","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_MICROPHONE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_SERVICE_DESK","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_BLOOD_PRESSURE_SUBCATEGORY_ARM","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_BLOOD_PRESSURE_SUBCATEGORY_WRIST","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_ACCESS_CONTROL","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AIRCRAFT","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AIR_CONDITIONING","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AUDIO_SINK","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AUDIO_SOURCE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AV_EQUIPMENT","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_BARCODE_SCANNER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_BLOOD_PRESSURE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CLOCK","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_COMPUTER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CONTINUOUS_GLUCOSE_MONITOR","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CONTROL_DEVICE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CYCLING","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DISPLAY","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DISPLAY_EQUIPMENT","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DOMESTIC_APPLIANCE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_EYE_GLASSES","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_FAN","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_GAMING","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_GLUCOSE_METER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEARING_AID","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEART_RATE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEATING","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HID","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HUMIDIFIER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HVAC","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_INSULIN_PUMP","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_KEYRING","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_LIGHT_FIXTURES","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_LIGHT_SOURCE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MASK","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MEDIA_PLAYER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MEDICATION_DELIVERY","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MOTORIZED_DEVICE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MOTORIZED_VEHICLE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_NETWORK_DEVICE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_OFFSET","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_OUTDOOR_SPORTS_ACTIVITY","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PERSONAL_MOBILITY_DEVICE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PHONE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PLUSE_OXIMETER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_POWER_DEVICE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_REMOTE_CONTROL","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_RUNNING_WALKING_SENSOR","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_SENSOR","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_SIGNAGE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_TAG","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_THERMOMETER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_UNCATEGORIZED","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WATCH","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WEARABLE_AUDIO_DEVICE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WEIGHT_SCALE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WINDOW_COVERING","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_CADENCE_SENSOR","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_CYCLING_COMPUTER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_POWER_SENSOR","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_SPEED_AND_CADENCE_SENSOR","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_SPEED_SENSOR","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_BEHIND_EAR_HEARING_AID","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_COCHLEAR_IMPLANT","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_IN_EAR_HEARING_AID","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HEART_RATE_SUBCATEGORY_HEART_RATE_BELT","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_BARCODE_SCANNER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_CARD_READER","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_DIGITAL_PEN","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_DIGITIZER_TABLET","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_GAMEPAD","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_JOYSTICK","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_KEYBOARD","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_MOUSE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_DISPLAY_DEVICE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_NAVIGATION_DISPLAY_DEVICE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_NAVIGATION_POD","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_POD","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_PULSE_OXIMETER_SUBCATEGORY_FINGERTIP","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_PULSE_OXIMETER_SUBCATEGORY_WRIST_WORN","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_IN_SHOE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_ON_HIP","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_ON_SHOE","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_SUBCATEGORY_GENERIC","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_SUB_CATEGORY_MASK","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_THERMOMETER_SUBCATEGORY_EAR","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_WATCH_SUBCATEGORY_SPORTS_WATCH","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_EARBUD","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_HEADPHONES","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_HEADSET","features":[366]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_NECKBAND","features":[366]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_CHARACTERISTIC","features":[366]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_INCLUDE","features":[366]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_PRIMARY_SERVICE","features":[366]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_SECONDARY_SERVICE","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC","features":[366,307]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_AGGREGATE_FORMAT","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_CLIENT_CONFIGURATION","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_EXTENDED_PROPERTIES","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_FORMAT","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_SERVER_CONFIGURATION","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_USER_DESCRIPTION","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_APPEARANCE","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_DEVICE_NAME","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_PERIPHERAL_PREFERED_CONNECTION_PARAMETER","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_PERIPHERAL_PRIVACY_FLAG","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_RECONNECTION_ADDRESS","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_SERVICE_CHANGED","features":[366]},{"name":"BTH_LE_GATT_CHARACTERISTIC_VALUE","features":[366]},{"name":"BTH_LE_GATT_DEFAULT_MAX_INCLUDED_SERVICES_DEPTH","features":[366]},{"name":"BTH_LE_GATT_DESCRIPTOR","features":[366,307]},{"name":"BTH_LE_GATT_DESCRIPTOR_TYPE","features":[366]},{"name":"BTH_LE_GATT_DESCRIPTOR_VALUE","features":[366,307]},{"name":"BTH_LE_GATT_EVENT_TYPE","features":[366]},{"name":"BTH_LE_GATT_SERVICE","features":[366,307]},{"name":"BTH_LE_SERVICE_GAP","features":[366]},{"name":"BTH_LE_SERVICE_GATT","features":[366]},{"name":"BTH_LE_UUID","features":[366,307]},{"name":"BTH_LINK_KEY_LENGTH","features":[366]},{"name":"BTH_MAJORVERSION","features":[366]},{"name":"BTH_MAX_NAME_SIZE","features":[366]},{"name":"BTH_MAX_PIN_SIZE","features":[366]},{"name":"BTH_MAX_SERVICE_NAME_SIZE","features":[366]},{"name":"BTH_MFG_3COM","features":[366]},{"name":"BTH_MFG_ALCATEL","features":[366]},{"name":"BTH_MFG_APPLE","features":[366]},{"name":"BTH_MFG_ARUBA_NETWORKS","features":[366]},{"name":"BTH_MFG_ATMEL","features":[366]},{"name":"BTH_MFG_AVM_BERLIN","features":[366]},{"name":"BTH_MFG_BANDSPEED","features":[366]},{"name":"BTH_MFG_BROADCOM","features":[366]},{"name":"BTH_MFG_CONEXANT","features":[366]},{"name":"BTH_MFG_CSR","features":[366]},{"name":"BTH_MFG_C_TECHNOLOGIES","features":[366]},{"name":"BTH_MFG_DIGIANSWER","features":[366]},{"name":"BTH_MFG_ERICSSON","features":[366]},{"name":"BTH_MFG_HITACHI","features":[366]},{"name":"BTH_MFG_IBM","features":[366]},{"name":"BTH_MFG_INFINEON","features":[366]},{"name":"BTH_MFG_INTEL","features":[366]},{"name":"BTH_MFG_INTERNAL_USE","features":[366]},{"name":"BTH_MFG_INVENTEL","features":[366]},{"name":"BTH_MFG_KC_TECHNOLOGY","features":[366]},{"name":"BTH_MFG_LUCENT","features":[366]},{"name":"BTH_MFG_MACRONIX_INTERNATIONAL","features":[366]},{"name":"BTH_MFG_MANSELLA","features":[366]},{"name":"BTH_MFG_MARVELL","features":[366]},{"name":"BTH_MFG_MICROSOFT","features":[366]},{"name":"BTH_MFG_MITEL","features":[366]},{"name":"BTH_MFG_MITSIBUSHI","features":[366]},{"name":"BTH_MFG_MOTOROLA","features":[366]},{"name":"BTH_MFG_NEC","features":[366]},{"name":"BTH_MFG_NEWLOGIC","features":[366]},{"name":"BTH_MFG_NOKIA","features":[366]},{"name":"BTH_MFG_NORDIC_SEMICONDUCTORS_ASA","features":[366]},{"name":"BTH_MFG_OPEN_INTERFACE","features":[366]},{"name":"BTH_MFG_PARTHUS","features":[366]},{"name":"BTH_MFG_PHILIPS_SEMICONDUCTOR","features":[366]},{"name":"BTH_MFG_QUALCOMM","features":[366]},{"name":"BTH_MFG_RF_MICRO_DEVICES","features":[366]},{"name":"BTH_MFG_ROHDE_SCHWARZ","features":[366]},{"name":"BTH_MFG_RTX_TELECOM","features":[366]},{"name":"BTH_MFG_SIGNIA","features":[366]},{"name":"BTH_MFG_SILICONWAVE","features":[366]},{"name":"BTH_MFG_SYMBOL_TECHNOLOGIES","features":[366]},{"name":"BTH_MFG_TENOVIS","features":[366]},{"name":"BTH_MFG_TI","features":[366]},{"name":"BTH_MFG_TOSHIBA","features":[366]},{"name":"BTH_MFG_TRANSILICA","features":[366]},{"name":"BTH_MFG_TTPCOM","features":[366]},{"name":"BTH_MFG_WAVEPLUS_TECHNOLOGY_CO","features":[366]},{"name":"BTH_MFG_WIDCOMM","features":[366]},{"name":"BTH_MFG_ZEEVO","features":[366]},{"name":"BTH_MINORVERSION","features":[366]},{"name":"BTH_PING_REQ","features":[366]},{"name":"BTH_PING_RSP","features":[366]},{"name":"BTH_QUERY_DEVICE","features":[366]},{"name":"BTH_QUERY_SERVICE","features":[366]},{"name":"BTH_RADIO_IN_RANGE","features":[366]},{"name":"BTH_SDP_VERSION","features":[366]},{"name":"BTH_SET_SERVICE","features":[366,307]},{"name":"BTH_VID_DEFAULT_VALUE","features":[366]},{"name":"BT_PORT_DYN_FIRST","features":[366]},{"name":"BT_PORT_MAX","features":[366]},{"name":"BT_PORT_MIN","features":[366]},{"name":"BasicPrintingProfileID_UUID16","features":[366]},{"name":"BasicPrintingServiceClassID_UUID16","features":[366]},{"name":"BluetoothAuthenticateDevice","features":[366,307]},{"name":"BluetoothAuthenticateDeviceEx","features":[366,307]},{"name":"BluetoothAuthenticateMultipleDevices","features":[366,307]},{"name":"BluetoothDisplayDeviceProperties","features":[366,307]},{"name":"BluetoothEnableDiscovery","features":[366,307]},{"name":"BluetoothEnableIncomingConnections","features":[366,307]},{"name":"BluetoothEnumerateInstalledServices","features":[366,307]},{"name":"BluetoothFindDeviceClose","features":[366,307]},{"name":"BluetoothFindFirstDevice","features":[366,307]},{"name":"BluetoothFindFirstRadio","features":[366,307]},{"name":"BluetoothFindNextDevice","features":[366,307]},{"name":"BluetoothFindNextRadio","features":[366,307]},{"name":"BluetoothFindRadioClose","features":[366,307]},{"name":"BluetoothGATTAbortReliableWrite","features":[366,307]},{"name":"BluetoothGATTBeginReliableWrite","features":[366,307]},{"name":"BluetoothGATTEndReliableWrite","features":[366,307]},{"name":"BluetoothGATTGetCharacteristicValue","features":[366,307]},{"name":"BluetoothGATTGetCharacteristics","features":[366,307]},{"name":"BluetoothGATTGetDescriptorValue","features":[366,307]},{"name":"BluetoothGATTGetDescriptors","features":[366,307]},{"name":"BluetoothGATTGetIncludedServices","features":[366,307]},{"name":"BluetoothGATTGetServices","features":[366,307]},{"name":"BluetoothGATTRegisterEvent","features":[366,307]},{"name":"BluetoothGATTSetCharacteristicValue","features":[366,307]},{"name":"BluetoothGATTSetDescriptorValue","features":[366,307]},{"name":"BluetoothGATTUnregisterEvent","features":[366]},{"name":"BluetoothGetDeviceInfo","features":[366,307]},{"name":"BluetoothGetRadioInfo","features":[366,307]},{"name":"BluetoothIsConnectable","features":[366,307]},{"name":"BluetoothIsDiscoverable","features":[366,307]},{"name":"BluetoothIsVersionAvailable","features":[366,307]},{"name":"BluetoothRegisterForAuthentication","features":[366,307]},{"name":"BluetoothRegisterForAuthenticationEx","features":[366,307]},{"name":"BluetoothRemoveDevice","features":[366]},{"name":"BluetoothSdpEnumAttributes","features":[366,307]},{"name":"BluetoothSdpGetAttributeValue","features":[366]},{"name":"BluetoothSdpGetContainerElementData","features":[366]},{"name":"BluetoothSdpGetElementData","features":[366]},{"name":"BluetoothSdpGetString","features":[366]},{"name":"BluetoothSelectDevices","features":[366,307]},{"name":"BluetoothSelectDevicesFree","features":[366,307]},{"name":"BluetoothSendAuthenticationResponse","features":[366,307]},{"name":"BluetoothSendAuthenticationResponseEx","features":[366,307]},{"name":"BluetoothSetLocalServiceInfo","features":[366,307]},{"name":"BluetoothSetServiceState","features":[366,307]},{"name":"BluetoothUnregisterAuthentication","features":[366,307]},{"name":"BluetoothUpdateDeviceRecord","features":[366,307]},{"name":"Bluetooth_Base_UUID","features":[366]},{"name":"BrowseGroupDescriptorServiceClassID_UUID16","features":[366]},{"name":"CMPT_PROTOCOL_UUID16","features":[366]},{"name":"COD_AUDIO_MINOR_CAMCORDER","features":[366]},{"name":"COD_AUDIO_MINOR_CAR_AUDIO","features":[366]},{"name":"COD_AUDIO_MINOR_GAMING_TOY","features":[366]},{"name":"COD_AUDIO_MINOR_HANDS_FREE","features":[366]},{"name":"COD_AUDIO_MINOR_HEADPHONES","features":[366]},{"name":"COD_AUDIO_MINOR_HEADSET","features":[366]},{"name":"COD_AUDIO_MINOR_HEADSET_HANDS_FREE","features":[366]},{"name":"COD_AUDIO_MINOR_HIFI_AUDIO","features":[366]},{"name":"COD_AUDIO_MINOR_LOUDSPEAKER","features":[366]},{"name":"COD_AUDIO_MINOR_MICROPHONE","features":[366]},{"name":"COD_AUDIO_MINOR_PORTABLE_AUDIO","features":[366]},{"name":"COD_AUDIO_MINOR_SET_TOP_BOX","features":[366]},{"name":"COD_AUDIO_MINOR_UNCLASSIFIED","features":[366]},{"name":"COD_AUDIO_MINOR_VCR","features":[366]},{"name":"COD_AUDIO_MINOR_VIDEO_CAMERA","features":[366]},{"name":"COD_AUDIO_MINOR_VIDEO_DISPLAY_CONFERENCING","features":[366]},{"name":"COD_AUDIO_MINOR_VIDEO_DISPLAY_LOUDSPEAKER","features":[366]},{"name":"COD_AUDIO_MINOR_VIDEO_MONITOR","features":[366]},{"name":"COD_COMPUTER_MINOR_DESKTOP","features":[366]},{"name":"COD_COMPUTER_MINOR_HANDHELD","features":[366]},{"name":"COD_COMPUTER_MINOR_LAPTOP","features":[366]},{"name":"COD_COMPUTER_MINOR_PALM","features":[366]},{"name":"COD_COMPUTER_MINOR_SERVER","features":[366]},{"name":"COD_COMPUTER_MINOR_UNCLASSIFIED","features":[366]},{"name":"COD_COMPUTER_MINOR_WEARABLE","features":[366]},{"name":"COD_FORMAT_BIT_OFFSET","features":[366]},{"name":"COD_FORMAT_MASK","features":[366]},{"name":"COD_HEALTH_MINOR_BLOOD_PRESSURE_MONITOR","features":[366]},{"name":"COD_HEALTH_MINOR_GLUCOSE_METER","features":[366]},{"name":"COD_HEALTH_MINOR_HEALTH_DATA_DISPLAY","features":[366]},{"name":"COD_HEALTH_MINOR_HEART_PULSE_MONITOR","features":[366]},{"name":"COD_HEALTH_MINOR_PULSE_OXIMETER","features":[366]},{"name":"COD_HEALTH_MINOR_STEP_COUNTER","features":[366]},{"name":"COD_HEALTH_MINOR_THERMOMETER","features":[366]},{"name":"COD_HEALTH_MINOR_WEIGHING_SCALE","features":[366]},{"name":"COD_IMAGING_MINOR_CAMERA_MASK","features":[366]},{"name":"COD_IMAGING_MINOR_DISPLAY_MASK","features":[366]},{"name":"COD_IMAGING_MINOR_PRINTER_MASK","features":[366]},{"name":"COD_IMAGING_MINOR_SCANNER_MASK","features":[366]},{"name":"COD_LAN_ACCESS_0_USED","features":[366]},{"name":"COD_LAN_ACCESS_17_USED","features":[366]},{"name":"COD_LAN_ACCESS_33_USED","features":[366]},{"name":"COD_LAN_ACCESS_50_USED","features":[366]},{"name":"COD_LAN_ACCESS_67_USED","features":[366]},{"name":"COD_LAN_ACCESS_83_USED","features":[366]},{"name":"COD_LAN_ACCESS_99_USED","features":[366]},{"name":"COD_LAN_ACCESS_BIT_OFFSET","features":[366]},{"name":"COD_LAN_ACCESS_FULL","features":[366]},{"name":"COD_LAN_ACCESS_MASK","features":[366]},{"name":"COD_LAN_MINOR_MASK","features":[366]},{"name":"COD_LAN_MINOR_UNCLASSIFIED","features":[366]},{"name":"COD_MAJOR_AUDIO","features":[366]},{"name":"COD_MAJOR_COMPUTER","features":[366]},{"name":"COD_MAJOR_HEALTH","features":[366]},{"name":"COD_MAJOR_IMAGING","features":[366]},{"name":"COD_MAJOR_LAN_ACCESS","features":[366]},{"name":"COD_MAJOR_MASK","features":[366]},{"name":"COD_MAJOR_MISCELLANEOUS","features":[366]},{"name":"COD_MAJOR_PERIPHERAL","features":[366]},{"name":"COD_MAJOR_PHONE","features":[366]},{"name":"COD_MAJOR_TOY","features":[366]},{"name":"COD_MAJOR_UNCLASSIFIED","features":[366]},{"name":"COD_MAJOR_WEARABLE","features":[366]},{"name":"COD_MINOR_BIT_OFFSET","features":[366]},{"name":"COD_MINOR_MASK","features":[366]},{"name":"COD_PERIPHERAL_MINOR_GAMEPAD","features":[366]},{"name":"COD_PERIPHERAL_MINOR_JOYSTICK","features":[366]},{"name":"COD_PERIPHERAL_MINOR_KEYBOARD_MASK","features":[366]},{"name":"COD_PERIPHERAL_MINOR_NO_CATEGORY","features":[366]},{"name":"COD_PERIPHERAL_MINOR_POINTER_MASK","features":[366]},{"name":"COD_PERIPHERAL_MINOR_REMOTE_CONTROL","features":[366]},{"name":"COD_PERIPHERAL_MINOR_SENSING","features":[366]},{"name":"COD_PHONE_MINOR_CELLULAR","features":[366]},{"name":"COD_PHONE_MINOR_CORDLESS","features":[366]},{"name":"COD_PHONE_MINOR_SMART","features":[366]},{"name":"COD_PHONE_MINOR_UNCLASSIFIED","features":[366]},{"name":"COD_PHONE_MINOR_WIRED_MODEM","features":[366]},{"name":"COD_SERVICE_AUDIO","features":[366]},{"name":"COD_SERVICE_CAPTURING","features":[366]},{"name":"COD_SERVICE_INFORMATION","features":[366]},{"name":"COD_SERVICE_LE_AUDIO","features":[366]},{"name":"COD_SERVICE_LIMITED","features":[366]},{"name":"COD_SERVICE_MASK","features":[366]},{"name":"COD_SERVICE_MAX_COUNT","features":[366]},{"name":"COD_SERVICE_NETWORKING","features":[366]},{"name":"COD_SERVICE_OBJECT_XFER","features":[366]},{"name":"COD_SERVICE_POSITIONING","features":[366]},{"name":"COD_SERVICE_RENDERING","features":[366]},{"name":"COD_SERVICE_TELEPHONY","features":[366]},{"name":"COD_TOY_MINOR_CONTROLLER","features":[366]},{"name":"COD_TOY_MINOR_DOLL_ACTION_FIGURE","features":[366]},{"name":"COD_TOY_MINOR_GAME","features":[366]},{"name":"COD_TOY_MINOR_ROBOT","features":[366]},{"name":"COD_TOY_MINOR_VEHICLE","features":[366]},{"name":"COD_VERSION","features":[366]},{"name":"COD_WEARABLE_MINOR_GLASSES","features":[366]},{"name":"COD_WEARABLE_MINOR_HELMET","features":[366]},{"name":"COD_WEARABLE_MINOR_JACKET","features":[366]},{"name":"COD_WEARABLE_MINOR_PAGER","features":[366]},{"name":"COD_WEARABLE_MINOR_WRIST_WATCH","features":[366]},{"name":"CORDLESS_EXTERNAL_NETWORK_ANALOG_CELLULAR","features":[366]},{"name":"CORDLESS_EXTERNAL_NETWORK_CDMA","features":[366]},{"name":"CORDLESS_EXTERNAL_NETWORK_GSM","features":[366]},{"name":"CORDLESS_EXTERNAL_NETWORK_ISDN","features":[366]},{"name":"CORDLESS_EXTERNAL_NETWORK_OTHER","features":[366]},{"name":"CORDLESS_EXTERNAL_NETWORK_PACKET_SWITCHED","features":[366]},{"name":"CORDLESS_EXTERNAL_NETWORK_PSTN","features":[366]},{"name":"CTNAccessServiceClassID_UUID16","features":[366]},{"name":"CTNNotificationServiceClassID_UUID16","features":[366]},{"name":"CTNProfileID_UUID16","features":[366]},{"name":"CharacteristicAggregateFormat","features":[366]},{"name":"CharacteristicExtendedProperties","features":[366]},{"name":"CharacteristicFormat","features":[366]},{"name":"CharacteristicUserDescription","features":[366]},{"name":"CharacteristicValueChangedEvent","features":[366]},{"name":"ClientCharacteristicConfiguration","features":[366]},{"name":"CommonISDNAccessServiceClassID_UUID16","features":[366]},{"name":"CommonISDNAccessServiceClass_UUID16","features":[366]},{"name":"CordlessServiceClassID_UUID16","features":[366]},{"name":"CordlessTelephonyServiceClassID_UUID16","features":[366]},{"name":"CustomDescriptor","features":[366]},{"name":"DI_VENDOR_ID_SOURCE_BLUETOOTH_SIG","features":[366]},{"name":"DI_VENDOR_ID_SOURCE_USB_IF","features":[366]},{"name":"DialupNetworkingServiceClassID_UUID16","features":[366]},{"name":"DirectPrintingReferenceObjectsServiceClassID_UUID16","features":[366]},{"name":"DirectPrintingServiceClassID_UUID16","features":[366]},{"name":"ENCODING_UTF_8","features":[366]},{"name":"ESdpUpnpIpLapServiceClassID_UUID16","features":[366]},{"name":"ESdpUpnpIpPanServiceClassID_UUID16","features":[366]},{"name":"ESdpUpnpL2capServiceClassID_UUID16","features":[366]},{"name":"FTP_PROTOCOL_UUID16","features":[366]},{"name":"FaxServiceClassID_UUID16","features":[366]},{"name":"GNSSProfileID_UUID16","features":[366]},{"name":"GNSSServerServiceClassID_UUID16","features":[366]},{"name":"GNServiceClassID_UUID16","features":[366]},{"name":"GUID_BLUETOOTHLE_DEVICE_INTERFACE","features":[366]},{"name":"GUID_BLUETOOTH_AUTHENTICATION_REQUEST","features":[366]},{"name":"GUID_BLUETOOTH_GATT_SERVICE_DEVICE_INTERFACE","features":[366]},{"name":"GUID_BLUETOOTH_HCI_EVENT","features":[366]},{"name":"GUID_BLUETOOTH_HCI_VENDOR_EVENT","features":[366]},{"name":"GUID_BLUETOOTH_KEYPRESS_EVENT","features":[366]},{"name":"GUID_BLUETOOTH_L2CAP_EVENT","features":[366]},{"name":"GUID_BLUETOOTH_RADIO_IN_RANGE","features":[366]},{"name":"GUID_BLUETOOTH_RADIO_OUT_OF_RANGE","features":[366]},{"name":"GUID_BTHPORT_DEVICE_INTERFACE","features":[366]},{"name":"GUID_BTH_RFCOMM_SERVICE_DEVICE_INTERFACE","features":[366]},{"name":"GenericAudioServiceClassID_UUID16","features":[366]},{"name":"GenericFileTransferServiceClassID_UUID16","features":[366]},{"name":"GenericNetworkingServiceClassID_UUID16","features":[366]},{"name":"GenericTelephonyServiceClassID_UUID16","features":[366]},{"name":"HANDLE_SDP_TYPE","features":[366]},{"name":"HBLUETOOTH_DEVICE_FIND","features":[366]},{"name":"HBLUETOOTH_RADIO_FIND","features":[366]},{"name":"HCCC_PROTOCOL_UUID16","features":[366]},{"name":"HCDC_PROTOCOL_UUID16","features":[366]},{"name":"HCI_CONNECTION_TYPE_ACL","features":[366]},{"name":"HCI_CONNECTION_TYPE_LE","features":[366]},{"name":"HCI_CONNECTION_TYPE_SCO","features":[366]},{"name":"HCI_CONNNECTION_TYPE_ACL","features":[366]},{"name":"HCI_CONNNECTION_TYPE_SCO","features":[366]},{"name":"HCN_PROTOCOL_UUID16","features":[366]},{"name":"HCRPrintServiceClassID_UUID16","features":[366]},{"name":"HCRScanServiceClassID_UUID16","features":[366]},{"name":"HID_PROTOCOL_UUID16","features":[366]},{"name":"HTTP_PROTOCOL_UUID16","features":[366]},{"name":"HandsfreeAudioGatewayServiceClassID_UUID16","features":[366]},{"name":"HandsfreeServiceClassID_UUID16","features":[366]},{"name":"HardcopyCableReplacementProfileID_UUID16","features":[366]},{"name":"HardcopyCableReplacementServiceClassID_UUID16","features":[366]},{"name":"HeadsetAudioGatewayServiceClassID_UUID16","features":[366]},{"name":"HeadsetHSServiceClassID_UUID16","features":[366]},{"name":"HeadsetServiceClassID_UUID16","features":[366]},{"name":"HealthDeviceProfileID_UUID16","features":[366]},{"name":"HealthDeviceProfileSinkServiceClassID_UUID16","features":[366]},{"name":"HealthDeviceProfileSourceServiceClassID_UUID16","features":[366]},{"name":"HumanInterfaceDeviceServiceClassID_UUID16","features":[366]},{"name":"IO_CAPABILITY","features":[366]},{"name":"IP_PROTOCOL_UUID16","features":[366]},{"name":"ImagingAutomaticArchiveServiceClassID_UUID16","features":[366]},{"name":"ImagingReferenceObjectsServiceClassID_UUID16","features":[366]},{"name":"ImagingResponderServiceClassID_UUID16","features":[366]},{"name":"ImagingServiceClassID_UUID16","features":[366]},{"name":"ImagingServiceProfileID_UUID16","features":[366]},{"name":"IntercomServiceClassID_UUID16","features":[366]},{"name":"IoCaps_DisplayOnly","features":[366]},{"name":"IoCaps_DisplayYesNo","features":[366]},{"name":"IoCaps_KeyboardOnly","features":[366]},{"name":"IoCaps_NoInputNoOutput","features":[366]},{"name":"IoCaps_Undefined","features":[366]},{"name":"IrMCSyncServiceClassID_UUID16","features":[366]},{"name":"IrMcSyncCommandServiceClassID_UUID16","features":[366]},{"name":"L2CAP_DEFAULT_MTU","features":[366]},{"name":"L2CAP_MAX_MTU","features":[366]},{"name":"L2CAP_MIN_MTU","features":[366]},{"name":"L2CAP_PROTOCOL_UUID16","features":[366]},{"name":"LANAccessUsingPPPServiceClassID_UUID16","features":[366]},{"name":"LANGUAGE_EN_US","features":[366]},{"name":"LANG_BASE_ENCODING_INDEX","features":[366]},{"name":"LANG_BASE_LANGUAGE_INDEX","features":[366]},{"name":"LANG_BASE_OFFSET_INDEX","features":[366]},{"name":"LANG_DEFAULT_ID","features":[366]},{"name":"LAP_GIAC_VALUE","features":[366]},{"name":"LAP_LIAC_VALUE","features":[366]},{"name":"MAX_L2CAP_INFO_DATA_LENGTH","features":[366]},{"name":"MAX_L2CAP_PING_DATA_LENGTH","features":[366]},{"name":"MAX_UUIDS_IN_QUERY","features":[366]},{"name":"MITMProtectionNotDefined","features":[366]},{"name":"MITMProtectionNotRequired","features":[366]},{"name":"MITMProtectionNotRequiredBonding","features":[366]},{"name":"MITMProtectionNotRequiredGeneralBonding","features":[366]},{"name":"MITMProtectionRequired","features":[366]},{"name":"MITMProtectionRequiredBonding","features":[366]},{"name":"MITMProtectionRequiredGeneralBonding","features":[366]},{"name":"MPSProfileID_UUID16","features":[366]},{"name":"MPSServiceClassID_UUID16","features":[366]},{"name":"MessageAccessProfileID_UUID16","features":[366]},{"name":"MessageAccessServerServiceClassID_UUID16","features":[366]},{"name":"MessageNotificationServerServiceClassID_UUID16","features":[366]},{"name":"NAPServiceClassID_UUID16","features":[366]},{"name":"NS_BTH","features":[366]},{"name":"NodeContainerType","features":[366]},{"name":"NodeContainerTypeAlternative","features":[366]},{"name":"NodeContainerTypeSequence","features":[366]},{"name":"OBEXFileTransferServiceClassID_UUID16","features":[366]},{"name":"OBEXObjectPushServiceClassID_UUID16","features":[366]},{"name":"OBEX_PROTOCOL_UUID16","features":[366]},{"name":"OBJECT_PUSH_FORMAT_ANY","features":[366]},{"name":"OBJECT_PUSH_FORMAT_ICAL_2_0","features":[366]},{"name":"OBJECT_PUSH_FORMAT_VCAL_1_0","features":[366]},{"name":"OBJECT_PUSH_FORMAT_VCARD_2_1","features":[366]},{"name":"OBJECT_PUSH_FORMAT_VCARD_3_0","features":[366]},{"name":"OBJECT_PUSH_FORMAT_VMESSAGE","features":[366]},{"name":"OBJECT_PUSH_FORMAT_VNOTE","features":[366]},{"name":"PANUServiceClassID_UUID16","features":[366]},{"name":"PFNBLUETOOTH_GATT_EVENT_CALLBACK","features":[366]},{"name":"PFN_AUTHENTICATION_CALLBACK","features":[366,307]},{"name":"PFN_AUTHENTICATION_CALLBACK_EX","features":[366,307]},{"name":"PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK","features":[366,307]},{"name":"PFN_DEVICE_CALLBACK","features":[366,307]},{"name":"PF_BTH","features":[366]},{"name":"PSM_3DSP","features":[366]},{"name":"PSM_ATT","features":[366]},{"name":"PSM_AVCTP","features":[366]},{"name":"PSM_AVCTP_BROWSE","features":[366]},{"name":"PSM_AVDTP","features":[366]},{"name":"PSM_BNEP","features":[366]},{"name":"PSM_HID_CONTROL","features":[366]},{"name":"PSM_HID_INTERRUPT","features":[366]},{"name":"PSM_LE_IPSP","features":[366]},{"name":"PSM_RFCOMM","features":[366]},{"name":"PSM_SDP","features":[366]},{"name":"PSM_TCS_BIN","features":[366]},{"name":"PSM_TCS_BIN_CORDLESS","features":[366]},{"name":"PSM_UDI_C_PLANE","features":[366]},{"name":"PSM_UPNP","features":[366]},{"name":"PhonebookAccessPceServiceClassID_UUID16","features":[366]},{"name":"PhonebookAccessProfileID_UUID16","features":[366]},{"name":"PhonebookAccessPseServiceClassID_UUID16","features":[366]},{"name":"PnPInformationServiceClassID_UUID16","features":[366]},{"name":"PrintingStatusServiceClassID_UUID16","features":[366]},{"name":"PublicBrowseGroupServiceClassID_UUID16","features":[366]},{"name":"RFCOMM_CMD_MSC","features":[366]},{"name":"RFCOMM_CMD_NONE","features":[366]},{"name":"RFCOMM_CMD_RLS","features":[366]},{"name":"RFCOMM_CMD_RPN","features":[366]},{"name":"RFCOMM_CMD_RPN_REQUEST","features":[366]},{"name":"RFCOMM_CMD_RPN_RESPONSE","features":[366]},{"name":"RFCOMM_COMMAND","features":[366]},{"name":"RFCOMM_MAX_MTU","features":[366]},{"name":"RFCOMM_MIN_MTU","features":[366]},{"name":"RFCOMM_MSC_DATA","features":[366]},{"name":"RFCOMM_PROTOCOL_UUID16","features":[366]},{"name":"RFCOMM_RLS_DATA","features":[366]},{"name":"RFCOMM_RPN_DATA","features":[366]},{"name":"RLS_ERROR","features":[366]},{"name":"RLS_FRAMING","features":[366]},{"name":"RLS_OVERRUN","features":[366]},{"name":"RLS_PARITY","features":[366]},{"name":"RPN_BAUD_115200","features":[366]},{"name":"RPN_BAUD_19200","features":[366]},{"name":"RPN_BAUD_230400","features":[366]},{"name":"RPN_BAUD_2400","features":[366]},{"name":"RPN_BAUD_38400","features":[366]},{"name":"RPN_BAUD_4800","features":[366]},{"name":"RPN_BAUD_57600","features":[366]},{"name":"RPN_BAUD_7200","features":[366]},{"name":"RPN_BAUD_9600","features":[366]},{"name":"RPN_DATA_5","features":[366]},{"name":"RPN_DATA_6","features":[366]},{"name":"RPN_DATA_7","features":[366]},{"name":"RPN_DATA_8","features":[366]},{"name":"RPN_FLOW_RTC_IN","features":[366]},{"name":"RPN_FLOW_RTC_OUT","features":[366]},{"name":"RPN_FLOW_RTR_IN","features":[366]},{"name":"RPN_FLOW_RTR_OUT","features":[366]},{"name":"RPN_FLOW_X_IN","features":[366]},{"name":"RPN_FLOW_X_OUT","features":[366]},{"name":"RPN_PARAM_BAUD","features":[366]},{"name":"RPN_PARAM_DATA","features":[366]},{"name":"RPN_PARAM_PARITY","features":[366]},{"name":"RPN_PARAM_P_TYPE","features":[366]},{"name":"RPN_PARAM_RTC_IN","features":[366]},{"name":"RPN_PARAM_RTC_OUT","features":[366]},{"name":"RPN_PARAM_RTR_IN","features":[366]},{"name":"RPN_PARAM_RTR_OUT","features":[366]},{"name":"RPN_PARAM_STOP","features":[366]},{"name":"RPN_PARAM_XOFF","features":[366]},{"name":"RPN_PARAM_XON","features":[366]},{"name":"RPN_PARAM_X_IN","features":[366]},{"name":"RPN_PARAM_X_OUT","features":[366]},{"name":"RPN_PARITY_EVEN","features":[366]},{"name":"RPN_PARITY_MARK","features":[366]},{"name":"RPN_PARITY_NONE","features":[366]},{"name":"RPN_PARITY_ODD","features":[366]},{"name":"RPN_PARITY_SPACE","features":[366]},{"name":"RPN_STOP_1","features":[366]},{"name":"RPN_STOP_1_5","features":[366]},{"name":"ReferencePrintingServiceClassID_UUID16","features":[366]},{"name":"ReflectsUIServiceClassID_UUID16","features":[366]},{"name":"SAP_BIT_OFFSET","features":[366]},{"name":"SDP_ATTRIB_A2DP_SUPPORTED_FEATURES","features":[366]},{"name":"SDP_ATTRIB_ADDITIONAL_PROTOCOL_DESCRIPTOR_LIST","features":[366]},{"name":"SDP_ATTRIB_AVAILABILITY","features":[366]},{"name":"SDP_ATTRIB_AVRCP_SUPPORTED_FEATURES","features":[366]},{"name":"SDP_ATTRIB_BROWSE_GROUP_ID","features":[366]},{"name":"SDP_ATTRIB_BROWSE_GROUP_LIST","features":[366]},{"name":"SDP_ATTRIB_CLASS_ID_LIST","features":[366]},{"name":"SDP_ATTRIB_CLIENT_EXECUTABLE_URL","features":[366]},{"name":"SDP_ATTRIB_CORDLESS_EXTERNAL_NETWORK","features":[366]},{"name":"SDP_ATTRIB_DI_PRIMARY_RECORD","features":[366]},{"name":"SDP_ATTRIB_DI_PRODUCT_ID","features":[366]},{"name":"SDP_ATTRIB_DI_SPECIFICATION_ID","features":[366]},{"name":"SDP_ATTRIB_DI_VENDOR_ID","features":[366]},{"name":"SDP_ATTRIB_DI_VENDOR_ID_SOURCE","features":[366]},{"name":"SDP_ATTRIB_DI_VERSION","features":[366]},{"name":"SDP_ATTRIB_DOCUMENTATION_URL","features":[366]},{"name":"SDP_ATTRIB_FAX_AUDIO_FEEDBACK_SUPPORT","features":[366]},{"name":"SDP_ATTRIB_FAX_CLASS_1_SUPPORT","features":[366]},{"name":"SDP_ATTRIB_FAX_CLASS_2_0_SUPPORT","features":[366]},{"name":"SDP_ATTRIB_FAX_CLASS_2_SUPPORT","features":[366]},{"name":"SDP_ATTRIB_HEADSET_REMOTE_AUDIO_VOLUME_CONTROL","features":[366]},{"name":"SDP_ATTRIB_HFP_SUPPORTED_FEATURES","features":[366]},{"name":"SDP_ATTRIB_HID_BATTERY_POWER","features":[366]},{"name":"SDP_ATTRIB_HID_BOOT_DEVICE","features":[366]},{"name":"SDP_ATTRIB_HID_COUNTRY_CODE","features":[366]},{"name":"SDP_ATTRIB_HID_DESCRIPTOR_LIST","features":[366]},{"name":"SDP_ATTRIB_HID_DEVICE_RELEASE_NUMBER","features":[366]},{"name":"SDP_ATTRIB_HID_DEVICE_SUBCLASS","features":[366]},{"name":"SDP_ATTRIB_HID_LANG_ID_BASE_LIST","features":[366]},{"name":"SDP_ATTRIB_HID_NORMALLY_CONNECTABLE","features":[366]},{"name":"SDP_ATTRIB_HID_PARSER_VERSION","features":[366]},{"name":"SDP_ATTRIB_HID_PROFILE_VERSION","features":[366]},{"name":"SDP_ATTRIB_HID_RECONNECT_INITIATE","features":[366]},{"name":"SDP_ATTRIB_HID_REMOTE_WAKE","features":[366]},{"name":"SDP_ATTRIB_HID_SDP_DISABLE","features":[366]},{"name":"SDP_ATTRIB_HID_SSR_HOST_MAX_LATENCY","features":[366]},{"name":"SDP_ATTRIB_HID_SSR_HOST_MIN_TIMEOUT","features":[366]},{"name":"SDP_ATTRIB_HID_SUPERVISION_TIMEOUT","features":[366]},{"name":"SDP_ATTRIB_HID_VIRTUAL_CABLE","features":[366]},{"name":"SDP_ATTRIB_ICON_URL","features":[366]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_CAPABILITIES","features":[366]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_FEATURES","features":[366]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_FUNCTIONS","features":[366]},{"name":"SDP_ATTRIB_IMAGING_TOTAL_DATA_CAPACITY","features":[366]},{"name":"SDP_ATTRIB_INFO_TIME_TO_LIVE","features":[366]},{"name":"SDP_ATTRIB_LANG_BASE_ATTRIB_ID_LIST","features":[366]},{"name":"SDP_ATTRIB_LAN_LPSUBNET","features":[366]},{"name":"SDP_ATTRIB_OBJECT_PUSH_SUPPORTED_FORMATS_LIST","features":[366]},{"name":"SDP_ATTRIB_PAN_HOME_PAGE_URL","features":[366]},{"name":"SDP_ATTRIB_PAN_MAX_NET_ACCESS_RATE","features":[366]},{"name":"SDP_ATTRIB_PAN_NETWORK_ADDRESS","features":[366]},{"name":"SDP_ATTRIB_PAN_NET_ACCESS_TYPE","features":[366]},{"name":"SDP_ATTRIB_PAN_SECURITY_DESCRIPTION","features":[366]},{"name":"SDP_ATTRIB_PAN_WAP_GATEWAY","features":[366]},{"name":"SDP_ATTRIB_PAN_WAP_STACK_TYPE","features":[366]},{"name":"SDP_ATTRIB_PROFILE_DESCRIPTOR_LIST","features":[366]},{"name":"SDP_ATTRIB_PROFILE_SPECIFIC","features":[366]},{"name":"SDP_ATTRIB_PROTOCOL_DESCRIPTOR_LIST","features":[366]},{"name":"SDP_ATTRIB_RECORD_HANDLE","features":[366]},{"name":"SDP_ATTRIB_RECORD_STATE","features":[366]},{"name":"SDP_ATTRIB_SDP_DATABASE_STATE","features":[366]},{"name":"SDP_ATTRIB_SDP_VERSION_NUMBER_LIST","features":[366]},{"name":"SDP_ATTRIB_SERVICE_ID","features":[366]},{"name":"SDP_ATTRIB_SERVICE_VERSION","features":[366]},{"name":"SDP_ATTRIB_SYNCH_SUPPORTED_DATA_STORES_LIST","features":[366]},{"name":"SDP_CONNECT_ALLOW_PIN","features":[366]},{"name":"SDP_CONNECT_CACHE","features":[366]},{"name":"SDP_DEFAULT_INQUIRY_MAX_RESPONSES","features":[366]},{"name":"SDP_DEFAULT_INQUIRY_SECONDS","features":[366]},{"name":"SDP_ELEMENT_DATA","features":[366]},{"name":"SDP_ERROR_INSUFFICIENT_RESOURCES","features":[366]},{"name":"SDP_ERROR_INVALID_CONTINUATION_STATE","features":[366]},{"name":"SDP_ERROR_INVALID_PDU_SIZE","features":[366]},{"name":"SDP_ERROR_INVALID_RECORD_HANDLE","features":[366]},{"name":"SDP_ERROR_INVALID_REQUEST_SYNTAX","features":[366]},{"name":"SDP_ERROR_INVALID_SDP_VERSION","features":[366]},{"name":"SDP_LARGE_INTEGER_16","features":[366]},{"name":"SDP_MAX_INQUIRY_SECONDS","features":[366]},{"name":"SDP_PROTOCOL_UUID16","features":[366]},{"name":"SDP_REQUEST_TO_DEFAULT","features":[366]},{"name":"SDP_REQUEST_TO_MAX","features":[366]},{"name":"SDP_REQUEST_TO_MIN","features":[366]},{"name":"SDP_SEARCH_NO_FORMAT_CHECK","features":[366]},{"name":"SDP_SEARCH_NO_PARSE_CHECK","features":[366]},{"name":"SDP_SERVICE_ATTRIBUTE_REQUEST","features":[366]},{"name":"SDP_SERVICE_SEARCH_ATTRIBUTE_REQUEST","features":[366]},{"name":"SDP_SERVICE_SEARCH_REQUEST","features":[366]},{"name":"SDP_SPECIFICTYPE","features":[366]},{"name":"SDP_STRING_TYPE_DATA","features":[366]},{"name":"SDP_ST_INT128","features":[366]},{"name":"SDP_ST_INT16","features":[366]},{"name":"SDP_ST_INT32","features":[366]},{"name":"SDP_ST_INT64","features":[366]},{"name":"SDP_ST_INT8","features":[366]},{"name":"SDP_ST_NONE","features":[366]},{"name":"SDP_ST_UINT128","features":[366]},{"name":"SDP_ST_UINT16","features":[366]},{"name":"SDP_ST_UINT32","features":[366]},{"name":"SDP_ST_UINT64","features":[366]},{"name":"SDP_ST_UINT8","features":[366]},{"name":"SDP_ST_UUID128","features":[366]},{"name":"SDP_ST_UUID16","features":[366]},{"name":"SDP_ST_UUID32","features":[366]},{"name":"SDP_TYPE","features":[366]},{"name":"SDP_TYPE_ALTERNATIVE","features":[366]},{"name":"SDP_TYPE_BOOLEAN","features":[366]},{"name":"SDP_TYPE_CONTAINER","features":[366]},{"name":"SDP_TYPE_INT","features":[366]},{"name":"SDP_TYPE_NIL","features":[366]},{"name":"SDP_TYPE_SEQUENCE","features":[366]},{"name":"SDP_TYPE_STRING","features":[366]},{"name":"SDP_TYPE_UINT","features":[366]},{"name":"SDP_TYPE_URL","features":[366]},{"name":"SDP_TYPE_UUID","features":[366]},{"name":"SDP_ULARGE_INTEGER_16","features":[366]},{"name":"SERVICE_OPTION_DO_NOT_PUBLISH","features":[366]},{"name":"SERVICE_OPTION_DO_NOT_PUBLISH_EIR","features":[366]},{"name":"SERVICE_OPTION_NO_PUBLIC_BROWSE","features":[366]},{"name":"SERVICE_SECURITY_AUTHENTICATE","features":[366]},{"name":"SERVICE_SECURITY_AUTHORIZE","features":[366]},{"name":"SERVICE_SECURITY_DISABLED","features":[366]},{"name":"SERVICE_SECURITY_ENCRYPT_OPTIONAL","features":[366]},{"name":"SERVICE_SECURITY_ENCRYPT_REQUIRED","features":[366]},{"name":"SERVICE_SECURITY_NONE","features":[366]},{"name":"SERVICE_SECURITY_NO_ASK","features":[366]},{"name":"SERVICE_SECURITY_USE_DEFAULTS","features":[366]},{"name":"SOCKADDR_BTH","features":[366]},{"name":"SOL_L2CAP","features":[366]},{"name":"SOL_RFCOMM","features":[366]},{"name":"SOL_SDP","features":[366]},{"name":"SO_BTH_AUTHENTICATE","features":[366]},{"name":"SO_BTH_ENCRYPT","features":[366]},{"name":"SO_BTH_MTU","features":[366]},{"name":"SO_BTH_MTU_MAX","features":[366]},{"name":"SO_BTH_MTU_MIN","features":[366]},{"name":"STRING_DESCRIPTION_OFFSET","features":[366]},{"name":"STRING_NAME_OFFSET","features":[366]},{"name":"STRING_PROVIDER_NAME_OFFSET","features":[366]},{"name":"STR_ADDR_FMT","features":[366]},{"name":"STR_ADDR_FMTA","features":[366]},{"name":"STR_ADDR_FMTW","features":[366]},{"name":"STR_ADDR_SHORT_FMT","features":[366]},{"name":"STR_ADDR_SHORT_FMTA","features":[366]},{"name":"STR_ADDR_SHORT_FMTW","features":[366]},{"name":"STR_USBHCI_CLASS_HARDWAREID","features":[366]},{"name":"STR_USBHCI_CLASS_HARDWAREIDA","features":[366]},{"name":"STR_USBHCI_CLASS_HARDWAREIDW","features":[366]},{"name":"SVCID_BTH_PROVIDER","features":[366]},{"name":"SYNCH_DATA_STORE_CALENDAR","features":[366]},{"name":"SYNCH_DATA_STORE_MESSAGES","features":[366]},{"name":"SYNCH_DATA_STORE_NOTES","features":[366]},{"name":"SYNCH_DATA_STORE_PHONEBOOK","features":[366]},{"name":"SdpAttributeRange","features":[366]},{"name":"SdpQueryUuid","features":[366]},{"name":"SdpQueryUuidUnion","features":[366]},{"name":"SerialPortServiceClassID_UUID16","features":[366]},{"name":"ServerCharacteristicConfiguration","features":[366]},{"name":"ServiceDiscoveryServerServiceClassID_UUID16","features":[366]},{"name":"SimAccessServiceClassID_UUID16","features":[366]},{"name":"TCP_PROTOCOL_UUID16","features":[366]},{"name":"TCSAT_PROTOCOL_UUID16","features":[366]},{"name":"TCSBIN_PROTOCOL_UUID16","features":[366]},{"name":"ThreeDimensionalDisplayServiceClassID_UUID16","features":[366]},{"name":"ThreeDimensionalGlassesServiceClassID_UUID16","features":[366]},{"name":"ThreeDimensionalSynchronizationProfileID_UUID16","features":[366]},{"name":"UDIMTServiceClassID_UUID16","features":[366]},{"name":"UDIMTServiceClass_UUID16","features":[366]},{"name":"UDITAServiceClassID_UUID16","features":[366]},{"name":"UDITAServiceClass_UUID16","features":[366]},{"name":"UDI_C_PLANE_PROTOCOL_UUID16","features":[366]},{"name":"UDP_PROTOCOL_UUID16","features":[366]},{"name":"UPNP_PROTOCOL_UUID16","features":[366]},{"name":"UPnpIpServiceClassID_UUID16","features":[366]},{"name":"UPnpServiceClassID_UUID16","features":[366]},{"name":"VideoConferencingGWServiceClassID_UUID16","features":[366]},{"name":"VideoConferencingGWServiceClass_UUID16","features":[366]},{"name":"VideoConferencingServiceClassID_UUID16","features":[366]},{"name":"VideoDistributionProfileID_UUID16","features":[366]},{"name":"VideoSinkServiceClassID_UUID16","features":[366]},{"name":"VideoSourceServiceClassID_UUID16","features":[366]},{"name":"WAPClientServiceClassID_UUID16","features":[366]},{"name":"WAPServiceClassID_UUID16","features":[366]},{"name":"WSP_PROTOCOL_UUID16","features":[366]}],"373":[{"name":"BuildCommDCBA","features":[367,307]},{"name":"BuildCommDCBAndTimeoutsA","features":[367,307]},{"name":"BuildCommDCBAndTimeoutsW","features":[367,307]},{"name":"BuildCommDCBW","features":[367,307]},{"name":"CE_BREAK","features":[367]},{"name":"CE_FRAME","features":[367]},{"name":"CE_OVERRUN","features":[367]},{"name":"CE_RXOVER","features":[367]},{"name":"CE_RXPARITY","features":[367]},{"name":"CLEAR_COMM_ERROR_FLAGS","features":[367]},{"name":"CLRBREAK","features":[367]},{"name":"CLRDTR","features":[367]},{"name":"CLRRTS","features":[367]},{"name":"COMMCONFIG","features":[367]},{"name":"COMMPROP","features":[367]},{"name":"COMMPROP_STOP_PARITY","features":[367]},{"name":"COMMTIMEOUTS","features":[367]},{"name":"COMM_EVENT_MASK","features":[367]},{"name":"COMSTAT","features":[367]},{"name":"ClearCommBreak","features":[367,307]},{"name":"ClearCommError","features":[367,307]},{"name":"CommConfigDialogA","features":[367,307]},{"name":"CommConfigDialogW","features":[367,307]},{"name":"DCB","features":[367]},{"name":"DCB_PARITY","features":[367]},{"name":"DCB_STOP_BITS","features":[367]},{"name":"DIALOPTION_BILLING","features":[367]},{"name":"DIALOPTION_DIALTONE","features":[367]},{"name":"DIALOPTION_QUIET","features":[367]},{"name":"ESCAPE_COMM_FUNCTION","features":[367]},{"name":"EVENPARITY","features":[367]},{"name":"EV_BREAK","features":[367]},{"name":"EV_CTS","features":[367]},{"name":"EV_DSR","features":[367]},{"name":"EV_ERR","features":[367]},{"name":"EV_EVENT1","features":[367]},{"name":"EV_EVENT2","features":[367]},{"name":"EV_PERR","features":[367]},{"name":"EV_RING","features":[367]},{"name":"EV_RLSD","features":[367]},{"name":"EV_RX80FULL","features":[367]},{"name":"EV_RXCHAR","features":[367]},{"name":"EV_RXFLAG","features":[367]},{"name":"EV_TXEMPTY","features":[367]},{"name":"EscapeCommFunction","features":[367,307]},{"name":"GetCommConfig","features":[367,307]},{"name":"GetCommMask","features":[367,307]},{"name":"GetCommModemStatus","features":[367,307]},{"name":"GetCommPorts","features":[367]},{"name":"GetCommProperties","features":[367,307]},{"name":"GetCommState","features":[367,307]},{"name":"GetCommTimeouts","features":[367,307]},{"name":"GetDefaultCommConfigA","features":[367,307]},{"name":"GetDefaultCommConfigW","features":[367,307]},{"name":"MARKPARITY","features":[367]},{"name":"MAXLENGTH_NAI","features":[367]},{"name":"MAXLENGTH_UICCDATASTORE","features":[367]},{"name":"MDMSPKRFLAG_CALLSETUP","features":[367]},{"name":"MDMSPKRFLAG_DIAL","features":[367]},{"name":"MDMSPKRFLAG_OFF","features":[367]},{"name":"MDMSPKRFLAG_ON","features":[367]},{"name":"MDMSPKR_CALLSETUP","features":[367]},{"name":"MDMSPKR_DIAL","features":[367]},{"name":"MDMSPKR_OFF","features":[367]},{"name":"MDMSPKR_ON","features":[367]},{"name":"MDMVOLFLAG_HIGH","features":[367]},{"name":"MDMVOLFLAG_LOW","features":[367]},{"name":"MDMVOLFLAG_MEDIUM","features":[367]},{"name":"MDMVOL_HIGH","features":[367]},{"name":"MDMVOL_LOW","features":[367]},{"name":"MDMVOL_MEDIUM","features":[367]},{"name":"MDM_ANALOG_RLP_OFF","features":[367]},{"name":"MDM_ANALOG_RLP_ON","features":[367]},{"name":"MDM_ANALOG_V34","features":[367]},{"name":"MDM_AUTO_ML_2","features":[367]},{"name":"MDM_AUTO_ML_DEFAULT","features":[367]},{"name":"MDM_AUTO_ML_NONE","features":[367]},{"name":"MDM_AUTO_SPEED_DEFAULT","features":[367]},{"name":"MDM_BEARERMODE_ANALOG","features":[367]},{"name":"MDM_BEARERMODE_GSM","features":[367]},{"name":"MDM_BEARERMODE_ISDN","features":[367]},{"name":"MDM_BLIND_DIAL","features":[367]},{"name":"MDM_CCITT_OVERRIDE","features":[367]},{"name":"MDM_CELLULAR","features":[367]},{"name":"MDM_COMPRESSION","features":[367]},{"name":"MDM_DIAGNOSTICS","features":[367]},{"name":"MDM_ERROR_CONTROL","features":[367]},{"name":"MDM_FLOWCONTROL_HARD","features":[367]},{"name":"MDM_FLOWCONTROL_SOFT","features":[367]},{"name":"MDM_FORCED_EC","features":[367]},{"name":"MDM_HDLCPPP_AUTH_CHAP","features":[367]},{"name":"MDM_HDLCPPP_AUTH_DEFAULT","features":[367]},{"name":"MDM_HDLCPPP_AUTH_MSCHAP","features":[367]},{"name":"MDM_HDLCPPP_AUTH_NONE","features":[367]},{"name":"MDM_HDLCPPP_AUTH_PAP","features":[367]},{"name":"MDM_HDLCPPP_ML_2","features":[367]},{"name":"MDM_HDLCPPP_ML_DEFAULT","features":[367]},{"name":"MDM_HDLCPPP_ML_NONE","features":[367]},{"name":"MDM_HDLCPPP_SPEED_56K","features":[367]},{"name":"MDM_HDLCPPP_SPEED_64K","features":[367]},{"name":"MDM_HDLCPPP_SPEED_DEFAULT","features":[367]},{"name":"MDM_MASK_AUTO_SPEED","features":[367]},{"name":"MDM_MASK_BEARERMODE","features":[367]},{"name":"MDM_MASK_HDLCPPP_SPEED","features":[367]},{"name":"MDM_MASK_PROTOCOLDATA","features":[367]},{"name":"MDM_MASK_PROTOCOLID","features":[367]},{"name":"MDM_MASK_V110_SPEED","features":[367]},{"name":"MDM_MASK_V120_SPEED","features":[367]},{"name":"MDM_MASK_X75_DATA","features":[367]},{"name":"MDM_PIAFS_INCOMING","features":[367]},{"name":"MDM_PIAFS_OUTGOING","features":[367]},{"name":"MDM_PROTOCOLID_ANALOG","features":[367]},{"name":"MDM_PROTOCOLID_AUTO","features":[367]},{"name":"MDM_PROTOCOLID_DEFAULT","features":[367]},{"name":"MDM_PROTOCOLID_GPRS","features":[367]},{"name":"MDM_PROTOCOLID_HDLCPPP","features":[367]},{"name":"MDM_PROTOCOLID_PIAFS","features":[367]},{"name":"MDM_PROTOCOLID_V110","features":[367]},{"name":"MDM_PROTOCOLID_V120","features":[367]},{"name":"MDM_PROTOCOLID_V128","features":[367]},{"name":"MDM_PROTOCOLID_X75","features":[367]},{"name":"MDM_SHIFT_AUTO_ML","features":[367]},{"name":"MDM_SHIFT_AUTO_SPEED","features":[367]},{"name":"MDM_SHIFT_BEARERMODE","features":[367]},{"name":"MDM_SHIFT_EXTENDEDINFO","features":[367]},{"name":"MDM_SHIFT_HDLCPPP_AUTH","features":[367]},{"name":"MDM_SHIFT_HDLCPPP_ML","features":[367]},{"name":"MDM_SHIFT_HDLCPPP_SPEED","features":[367]},{"name":"MDM_SHIFT_PROTOCOLDATA","features":[367]},{"name":"MDM_SHIFT_PROTOCOLID","features":[367]},{"name":"MDM_SHIFT_PROTOCOLINFO","features":[367]},{"name":"MDM_SHIFT_V110_SPEED","features":[367]},{"name":"MDM_SHIFT_V120_ML","features":[367]},{"name":"MDM_SHIFT_V120_SPEED","features":[367]},{"name":"MDM_SHIFT_X75_DATA","features":[367]},{"name":"MDM_SPEED_ADJUST","features":[367]},{"name":"MDM_TONE_DIAL","features":[367]},{"name":"MDM_V110_SPEED_12DOT0K","features":[367]},{"name":"MDM_V110_SPEED_14DOT4K","features":[367]},{"name":"MDM_V110_SPEED_19DOT2K","features":[367]},{"name":"MDM_V110_SPEED_1DOT2K","features":[367]},{"name":"MDM_V110_SPEED_28DOT8K","features":[367]},{"name":"MDM_V110_SPEED_2DOT4K","features":[367]},{"name":"MDM_V110_SPEED_38DOT4K","features":[367]},{"name":"MDM_V110_SPEED_4DOT8K","features":[367]},{"name":"MDM_V110_SPEED_57DOT6K","features":[367]},{"name":"MDM_V110_SPEED_9DOT6K","features":[367]},{"name":"MDM_V110_SPEED_DEFAULT","features":[367]},{"name":"MDM_V120_ML_2","features":[367]},{"name":"MDM_V120_ML_DEFAULT","features":[367]},{"name":"MDM_V120_ML_NONE","features":[367]},{"name":"MDM_V120_SPEED_56K","features":[367]},{"name":"MDM_V120_SPEED_64K","features":[367]},{"name":"MDM_V120_SPEED_DEFAULT","features":[367]},{"name":"MDM_V23_OVERRIDE","features":[367]},{"name":"MDM_X75_DATA_128K","features":[367]},{"name":"MDM_X75_DATA_64K","features":[367]},{"name":"MDM_X75_DATA_BTX","features":[367]},{"name":"MDM_X75_DATA_DEFAULT","features":[367]},{"name":"MDM_X75_DATA_T_70","features":[367]},{"name":"MODEMDEVCAPS","features":[367]},{"name":"MODEMDEVCAPS_DIAL_OPTIONS","features":[367]},{"name":"MODEMDEVCAPS_SPEAKER_MODE","features":[367]},{"name":"MODEMDEVCAPS_SPEAKER_VOLUME","features":[367]},{"name":"MODEMSETTINGS","features":[367]},{"name":"MODEMSETTINGS_SPEAKER_MODE","features":[367]},{"name":"MODEM_SPEAKER_VOLUME","features":[367]},{"name":"MODEM_STATUS_FLAGS","features":[367]},{"name":"MS_CTS_ON","features":[367]},{"name":"MS_DSR_ON","features":[367]},{"name":"MS_RING_ON","features":[367]},{"name":"MS_RLSD_ON","features":[367]},{"name":"NOPARITY","features":[367]},{"name":"ODDPARITY","features":[367]},{"name":"ONE5STOPBITS","features":[367]},{"name":"ONESTOPBIT","features":[367]},{"name":"OpenCommPort","features":[367,307]},{"name":"PARITY_EVEN","features":[367]},{"name":"PARITY_MARK","features":[367]},{"name":"PARITY_NONE","features":[367]},{"name":"PARITY_ODD","features":[367]},{"name":"PARITY_SPACE","features":[367]},{"name":"PURGE_COMM_FLAGS","features":[367]},{"name":"PURGE_RXABORT","features":[367]},{"name":"PURGE_RXCLEAR","features":[367]},{"name":"PURGE_TXABORT","features":[367]},{"name":"PURGE_TXCLEAR","features":[367]},{"name":"PurgeComm","features":[367,307]},{"name":"SETBREAK","features":[367]},{"name":"SETDTR","features":[367]},{"name":"SETRTS","features":[367]},{"name":"SETXOFF","features":[367]},{"name":"SETXON","features":[367]},{"name":"SID_3GPP_SUPSVCMODEL","features":[367]},{"name":"SPACEPARITY","features":[367]},{"name":"STOPBITS_10","features":[367]},{"name":"STOPBITS_15","features":[367]},{"name":"STOPBITS_20","features":[367]},{"name":"SetCommBreak","features":[367,307]},{"name":"SetCommConfig","features":[367,307]},{"name":"SetCommMask","features":[367,307]},{"name":"SetCommState","features":[367,307]},{"name":"SetCommTimeouts","features":[367,307]},{"name":"SetDefaultCommConfigA","features":[367,307]},{"name":"SetDefaultCommConfigW","features":[367,307]},{"name":"SetupComm","features":[367,307]},{"name":"TWOSTOPBITS","features":[367]},{"name":"TransmitCommChar","features":[367,307]},{"name":"WaitCommEvent","features":[367,307,312]}],"374":[{"name":"CLSID_DeviceIoControl","features":[368]},{"name":"CreateDeviceAccessInstance","features":[368]},{"name":"DEV_PORT_1394","features":[368]},{"name":"DEV_PORT_ARTI","features":[368]},{"name":"DEV_PORT_COM1","features":[368]},{"name":"DEV_PORT_COM2","features":[368]},{"name":"DEV_PORT_COM3","features":[368]},{"name":"DEV_PORT_COM4","features":[368]},{"name":"DEV_PORT_DIAQ","features":[368]},{"name":"DEV_PORT_MAX","features":[368]},{"name":"DEV_PORT_MIN","features":[368]},{"name":"DEV_PORT_SIM","features":[368]},{"name":"DEV_PORT_USB","features":[368]},{"name":"ED_AUDIO_1","features":[368]},{"name":"ED_AUDIO_10","features":[368]},{"name":"ED_AUDIO_11","features":[368]},{"name":"ED_AUDIO_12","features":[368]},{"name":"ED_AUDIO_13","features":[368]},{"name":"ED_AUDIO_14","features":[368]},{"name":"ED_AUDIO_15","features":[368]},{"name":"ED_AUDIO_16","features":[368]},{"name":"ED_AUDIO_17","features":[368]},{"name":"ED_AUDIO_18","features":[368]},{"name":"ED_AUDIO_19","features":[368]},{"name":"ED_AUDIO_2","features":[368]},{"name":"ED_AUDIO_20","features":[368]},{"name":"ED_AUDIO_21","features":[368]},{"name":"ED_AUDIO_22","features":[368]},{"name":"ED_AUDIO_23","features":[368]},{"name":"ED_AUDIO_24","features":[368]},{"name":"ED_AUDIO_3","features":[368]},{"name":"ED_AUDIO_4","features":[368]},{"name":"ED_AUDIO_5","features":[368]},{"name":"ED_AUDIO_6","features":[368]},{"name":"ED_AUDIO_7","features":[368]},{"name":"ED_AUDIO_8","features":[368]},{"name":"ED_AUDIO_9","features":[368]},{"name":"ED_AUDIO_ALL","features":[368]},{"name":"ED_BASE","features":[368]},{"name":"ED_BOTTOM","features":[368]},{"name":"ED_CENTER","features":[368]},{"name":"ED_LEFT","features":[368]},{"name":"ED_MIDDLE","features":[368]},{"name":"ED_RIGHT","features":[368]},{"name":"ED_TOP","features":[368]},{"name":"ED_VIDEO","features":[368]},{"name":"ICreateDeviceAccessAsync","features":[368]},{"name":"IDeviceIoControl","features":[368]},{"name":"IDeviceRequestCompletionCallback","features":[368]}],"375":[{"name":"ALLOC_LOG_CONF","features":[369]},{"name":"BASIC_LOG_CONF","features":[369]},{"name":"BOOT_LOG_CONF","features":[369]},{"name":"BUSNUMBER_DES","features":[369]},{"name":"BUSNUMBER_RANGE","features":[369]},{"name":"BUSNUMBER_RESOURCE","features":[369]},{"name":"CABINET_INFO_A","features":[369]},{"name":"CABINET_INFO_A","features":[369]},{"name":"CABINET_INFO_W","features":[369]},{"name":"CABINET_INFO_W","features":[369]},{"name":"CMP_WaitNoPendingInstallEvents","features":[369]},{"name":"CM_ADD_ID_BITS","features":[369]},{"name":"CM_ADD_ID_COMPATIBLE","features":[369]},{"name":"CM_ADD_ID_HARDWARE","features":[369]},{"name":"CM_ADD_RANGE_ADDIFCONFLICT","features":[369]},{"name":"CM_ADD_RANGE_BITS","features":[369]},{"name":"CM_ADD_RANGE_DONOTADDIFCONFLICT","features":[369]},{"name":"CM_Add_Empty_Log_Conf","features":[356,369]},{"name":"CM_Add_Empty_Log_Conf_Ex","features":[356,369]},{"name":"CM_Add_IDA","features":[369]},{"name":"CM_Add_IDW","features":[369]},{"name":"CM_Add_ID_ExA","features":[369]},{"name":"CM_Add_ID_ExW","features":[369]},{"name":"CM_Add_Range","features":[369]},{"name":"CM_Add_Res_Des","features":[369]},{"name":"CM_Add_Res_Des_Ex","features":[369]},{"name":"CM_CDFLAGS","features":[369]},{"name":"CM_CDFLAGS_DRIVER","features":[369]},{"name":"CM_CDFLAGS_RESERVED","features":[369]},{"name":"CM_CDFLAGS_ROOT_OWNED","features":[369]},{"name":"CM_CDMASK","features":[369]},{"name":"CM_CDMASK_DESCRIPTION","features":[369]},{"name":"CM_CDMASK_DEVINST","features":[369]},{"name":"CM_CDMASK_FLAGS","features":[369]},{"name":"CM_CDMASK_RESDES","features":[369]},{"name":"CM_CDMASK_VALID","features":[369]},{"name":"CM_CLASS_PROPERTY_BITS","features":[369]},{"name":"CM_CLASS_PROPERTY_INSTALLER","features":[369]},{"name":"CM_CLASS_PROPERTY_INTERFACE","features":[369]},{"name":"CM_CREATE_DEVINST_BITS","features":[369]},{"name":"CM_CREATE_DEVINST_DO_NOT_INSTALL","features":[369]},{"name":"CM_CREATE_DEVINST_GENERATE_ID","features":[369]},{"name":"CM_CREATE_DEVINST_NORMAL","features":[369]},{"name":"CM_CREATE_DEVINST_NO_WAIT_INSTALL","features":[369]},{"name":"CM_CREATE_DEVINST_PHANTOM","features":[369]},{"name":"CM_CREATE_DEVNODE_BITS","features":[369]},{"name":"CM_CREATE_DEVNODE_DO_NOT_INSTALL","features":[369]},{"name":"CM_CREATE_DEVNODE_GENERATE_ID","features":[369]},{"name":"CM_CREATE_DEVNODE_NORMAL","features":[369]},{"name":"CM_CREATE_DEVNODE_NO_WAIT_INSTALL","features":[369]},{"name":"CM_CREATE_DEVNODE_PHANTOM","features":[369]},{"name":"CM_CRP_CHARACTERISTICS","features":[369]},{"name":"CM_CRP_DEVTYPE","features":[369]},{"name":"CM_CRP_EXCLUSIVE","features":[369]},{"name":"CM_CRP_LOWERFILTERS","features":[369]},{"name":"CM_CRP_MAX","features":[369]},{"name":"CM_CRP_MIN","features":[369]},{"name":"CM_CRP_SECURITY","features":[369]},{"name":"CM_CRP_SECURITY_SDS","features":[369]},{"name":"CM_CRP_UPPERFILTERS","features":[369]},{"name":"CM_CUSTOMDEVPROP_BITS","features":[369]},{"name":"CM_CUSTOMDEVPROP_MERGE_MULTISZ","features":[369]},{"name":"CM_Connect_MachineA","features":[369]},{"name":"CM_Connect_MachineW","features":[369]},{"name":"CM_Create_DevNodeA","features":[369]},{"name":"CM_Create_DevNodeW","features":[369]},{"name":"CM_Create_DevNode_ExA","features":[369]},{"name":"CM_Create_DevNode_ExW","features":[369]},{"name":"CM_Create_Range_List","features":[369]},{"name":"CM_DELETE_CLASS_BITS","features":[369]},{"name":"CM_DELETE_CLASS_INTERFACE","features":[369]},{"name":"CM_DELETE_CLASS_ONLY","features":[369]},{"name":"CM_DELETE_CLASS_SUBKEYS","features":[369]},{"name":"CM_DETECT_BITS","features":[369]},{"name":"CM_DETECT_CRASHED","features":[369]},{"name":"CM_DETECT_HWPROF_FIRST_BOOT","features":[369]},{"name":"CM_DETECT_NEW_PROFILE","features":[369]},{"name":"CM_DETECT_RUN","features":[369]},{"name":"CM_DEVCAP","features":[369]},{"name":"CM_DEVCAP_DOCKDEVICE","features":[369]},{"name":"CM_DEVCAP_EJECTSUPPORTED","features":[369]},{"name":"CM_DEVCAP_HARDWAREDISABLED","features":[369]},{"name":"CM_DEVCAP_LOCKSUPPORTED","features":[369]},{"name":"CM_DEVCAP_NONDYNAMIC","features":[369]},{"name":"CM_DEVCAP_RAWDEVICEOK","features":[369]},{"name":"CM_DEVCAP_REMOVABLE","features":[369]},{"name":"CM_DEVCAP_SECUREDEVICE","features":[369]},{"name":"CM_DEVCAP_SILENTINSTALL","features":[369]},{"name":"CM_DEVCAP_SURPRISEREMOVALOK","features":[369]},{"name":"CM_DEVCAP_UNIQUEID","features":[369]},{"name":"CM_DEVICE_PANEL_EDGE_BOTTOM","features":[369]},{"name":"CM_DEVICE_PANEL_EDGE_LEFT","features":[369]},{"name":"CM_DEVICE_PANEL_EDGE_RIGHT","features":[369]},{"name":"CM_DEVICE_PANEL_EDGE_TOP","features":[369]},{"name":"CM_DEVICE_PANEL_EDGE_UNKNOWN","features":[369]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_HINGE","features":[369]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_PIVOT","features":[369]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_PLANAR","features":[369]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_SWIVEL","features":[369]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_UNKNOWN","features":[369]},{"name":"CM_DEVICE_PANEL_ORIENTATION_HORIZONTAL","features":[369]},{"name":"CM_DEVICE_PANEL_ORIENTATION_VERTICAL","features":[369]},{"name":"CM_DEVICE_PANEL_SHAPE_OVAL","features":[369]},{"name":"CM_DEVICE_PANEL_SHAPE_RECTANGLE","features":[369]},{"name":"CM_DEVICE_PANEL_SHAPE_UNKNOWN","features":[369]},{"name":"CM_DEVICE_PANEL_SIDE_BACK","features":[369]},{"name":"CM_DEVICE_PANEL_SIDE_BOTTOM","features":[369]},{"name":"CM_DEVICE_PANEL_SIDE_FRONT","features":[369]},{"name":"CM_DEVICE_PANEL_SIDE_LEFT","features":[369]},{"name":"CM_DEVICE_PANEL_SIDE_RIGHT","features":[369]},{"name":"CM_DEVICE_PANEL_SIDE_TOP","features":[369]},{"name":"CM_DEVICE_PANEL_SIDE_UNKNOWN","features":[369]},{"name":"CM_DEVNODE_STATUS_FLAGS","features":[369]},{"name":"CM_DISABLE_ABSOLUTE","features":[369]},{"name":"CM_DISABLE_BITS","features":[369]},{"name":"CM_DISABLE_HARDWARE","features":[369]},{"name":"CM_DISABLE_PERSIST","features":[369]},{"name":"CM_DISABLE_POLITE","features":[369]},{"name":"CM_DISABLE_UI_NOT_OK","features":[369]},{"name":"CM_DRP_ADDRESS","features":[369]},{"name":"CM_DRP_BASE_CONTAINERID","features":[369]},{"name":"CM_DRP_BUSNUMBER","features":[369]},{"name":"CM_DRP_BUSTYPEGUID","features":[369]},{"name":"CM_DRP_CAPABILITIES","features":[369]},{"name":"CM_DRP_CHARACTERISTICS","features":[369]},{"name":"CM_DRP_CLASS","features":[369]},{"name":"CM_DRP_CLASSGUID","features":[369]},{"name":"CM_DRP_COMPATIBLEIDS","features":[369]},{"name":"CM_DRP_CONFIGFLAGS","features":[369]},{"name":"CM_DRP_DEVICEDESC","features":[369]},{"name":"CM_DRP_DEVICE_POWER_DATA","features":[369]},{"name":"CM_DRP_DEVTYPE","features":[369]},{"name":"CM_DRP_DRIVER","features":[369]},{"name":"CM_DRP_ENUMERATOR_NAME","features":[369]},{"name":"CM_DRP_EXCLUSIVE","features":[369]},{"name":"CM_DRP_FRIENDLYNAME","features":[369]},{"name":"CM_DRP_HARDWAREID","features":[369]},{"name":"CM_DRP_INSTALL_STATE","features":[369]},{"name":"CM_DRP_LEGACYBUSTYPE","features":[369]},{"name":"CM_DRP_LOCATION_INFORMATION","features":[369]},{"name":"CM_DRP_LOCATION_PATHS","features":[369]},{"name":"CM_DRP_LOWERFILTERS","features":[369]},{"name":"CM_DRP_MAX","features":[369]},{"name":"CM_DRP_MFG","features":[369]},{"name":"CM_DRP_MIN","features":[369]},{"name":"CM_DRP_PHYSICAL_DEVICE_OBJECT_NAME","features":[369]},{"name":"CM_DRP_REMOVAL_POLICY","features":[369]},{"name":"CM_DRP_REMOVAL_POLICY_HW_DEFAULT","features":[369]},{"name":"CM_DRP_REMOVAL_POLICY_OVERRIDE","features":[369]},{"name":"CM_DRP_SECURITY","features":[369]},{"name":"CM_DRP_SECURITY_SDS","features":[369]},{"name":"CM_DRP_SERVICE","features":[369]},{"name":"CM_DRP_UI_NUMBER","features":[369]},{"name":"CM_DRP_UI_NUMBER_DESC_FORMAT","features":[369]},{"name":"CM_DRP_UNUSED0","features":[369]},{"name":"CM_DRP_UNUSED1","features":[369]},{"name":"CM_DRP_UNUSED2","features":[369]},{"name":"CM_DRP_UPPERFILTERS","features":[369]},{"name":"CM_Delete_Class_Key","features":[369]},{"name":"CM_Delete_Class_Key_Ex","features":[369]},{"name":"CM_Delete_DevNode_Key","features":[369]},{"name":"CM_Delete_DevNode_Key_Ex","features":[369]},{"name":"CM_Delete_Device_Interface_KeyA","features":[369]},{"name":"CM_Delete_Device_Interface_KeyW","features":[369]},{"name":"CM_Delete_Device_Interface_Key_ExA","features":[369]},{"name":"CM_Delete_Device_Interface_Key_ExW","features":[369]},{"name":"CM_Delete_Range","features":[369]},{"name":"CM_Detect_Resource_Conflict","features":[369,307]},{"name":"CM_Detect_Resource_Conflict_Ex","features":[369,307]},{"name":"CM_Disable_DevNode","features":[369]},{"name":"CM_Disable_DevNode_Ex","features":[369]},{"name":"CM_Disconnect_Machine","features":[369]},{"name":"CM_Dup_Range_List","features":[369]},{"name":"CM_ENUMERATE_CLASSES_BITS","features":[369]},{"name":"CM_ENUMERATE_CLASSES_INSTALLER","features":[369]},{"name":"CM_ENUMERATE_CLASSES_INTERFACE","features":[369]},{"name":"CM_ENUMERATE_FLAGS","features":[369]},{"name":"CM_Enable_DevNode","features":[369]},{"name":"CM_Enable_DevNode_Ex","features":[369]},{"name":"CM_Enumerate_Classes","features":[369]},{"name":"CM_Enumerate_Classes_Ex","features":[369]},{"name":"CM_Enumerate_EnumeratorsA","features":[369]},{"name":"CM_Enumerate_EnumeratorsW","features":[369]},{"name":"CM_Enumerate_Enumerators_ExA","features":[369]},{"name":"CM_Enumerate_Enumerators_ExW","features":[369]},{"name":"CM_Find_Range","features":[369]},{"name":"CM_First_Range","features":[369]},{"name":"CM_Free_Log_Conf","features":[369]},{"name":"CM_Free_Log_Conf_Ex","features":[369]},{"name":"CM_Free_Log_Conf_Handle","features":[369]},{"name":"CM_Free_Range_List","features":[369]},{"name":"CM_Free_Res_Des","features":[369]},{"name":"CM_Free_Res_Des_Ex","features":[369]},{"name":"CM_Free_Res_Des_Handle","features":[369]},{"name":"CM_Free_Resource_Conflict_Handle","features":[369]},{"name":"CM_GETIDLIST_DONOTGENERATE","features":[369]},{"name":"CM_GETIDLIST_FILTER_BITS","features":[369]},{"name":"CM_GETIDLIST_FILTER_BUSRELATIONS","features":[369]},{"name":"CM_GETIDLIST_FILTER_CLASS","features":[369]},{"name":"CM_GETIDLIST_FILTER_EJECTRELATIONS","features":[369]},{"name":"CM_GETIDLIST_FILTER_ENUMERATOR","features":[369]},{"name":"CM_GETIDLIST_FILTER_NONE","features":[369]},{"name":"CM_GETIDLIST_FILTER_POWERRELATIONS","features":[369]},{"name":"CM_GETIDLIST_FILTER_PRESENT","features":[369]},{"name":"CM_GETIDLIST_FILTER_REMOVALRELATIONS","features":[369]},{"name":"CM_GETIDLIST_FILTER_SERVICE","features":[369]},{"name":"CM_GETIDLIST_FILTER_TRANSPORTRELATIONS","features":[369]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_ALL_DEVICES","features":[369]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_BITS","features":[369]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_FLAGS","features":[369]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_PRESENT","features":[369]},{"name":"CM_GLOBAL_STATE_CAN_DO_UI","features":[369]},{"name":"CM_GLOBAL_STATE_DETECTION_PENDING","features":[369]},{"name":"CM_GLOBAL_STATE_ON_BIG_STACK","features":[369]},{"name":"CM_GLOBAL_STATE_REBOOT_REQUIRED","features":[369]},{"name":"CM_GLOBAL_STATE_SERVICES_AVAILABLE","features":[369]},{"name":"CM_GLOBAL_STATE_SHUTTING_DOWN","features":[369]},{"name":"CM_Get_Child","features":[369]},{"name":"CM_Get_Child_Ex","features":[369]},{"name":"CM_Get_Class_Key_NameA","features":[369]},{"name":"CM_Get_Class_Key_NameW","features":[369]},{"name":"CM_Get_Class_Key_Name_ExA","features":[369]},{"name":"CM_Get_Class_Key_Name_ExW","features":[369]},{"name":"CM_Get_Class_NameA","features":[369]},{"name":"CM_Get_Class_NameW","features":[369]},{"name":"CM_Get_Class_Name_ExA","features":[369]},{"name":"CM_Get_Class_Name_ExW","features":[369]},{"name":"CM_Get_Class_PropertyW","features":[369,305]},{"name":"CM_Get_Class_Property_ExW","features":[369,305]},{"name":"CM_Get_Class_Property_Keys","features":[369,305]},{"name":"CM_Get_Class_Property_Keys_Ex","features":[369,305]},{"name":"CM_Get_Class_Registry_PropertyA","features":[369]},{"name":"CM_Get_Class_Registry_PropertyW","features":[369]},{"name":"CM_Get_Depth","features":[369]},{"name":"CM_Get_Depth_Ex","features":[369]},{"name":"CM_Get_DevNode_Custom_PropertyA","features":[369]},{"name":"CM_Get_DevNode_Custom_PropertyW","features":[369]},{"name":"CM_Get_DevNode_Custom_Property_ExA","features":[369]},{"name":"CM_Get_DevNode_Custom_Property_ExW","features":[369]},{"name":"CM_Get_DevNode_PropertyW","features":[369,305]},{"name":"CM_Get_DevNode_Property_ExW","features":[369,305]},{"name":"CM_Get_DevNode_Property_Keys","features":[369,305]},{"name":"CM_Get_DevNode_Property_Keys_Ex","features":[369,305]},{"name":"CM_Get_DevNode_Registry_PropertyA","features":[369]},{"name":"CM_Get_DevNode_Registry_PropertyW","features":[369]},{"name":"CM_Get_DevNode_Registry_Property_ExA","features":[369]},{"name":"CM_Get_DevNode_Registry_Property_ExW","features":[369]},{"name":"CM_Get_DevNode_Status","features":[369]},{"name":"CM_Get_DevNode_Status_Ex","features":[369]},{"name":"CM_Get_Device_IDA","features":[369]},{"name":"CM_Get_Device_IDW","features":[369]},{"name":"CM_Get_Device_ID_ExA","features":[369]},{"name":"CM_Get_Device_ID_ExW","features":[369]},{"name":"CM_Get_Device_ID_ListA","features":[369]},{"name":"CM_Get_Device_ID_ListW","features":[369]},{"name":"CM_Get_Device_ID_List_ExA","features":[369]},{"name":"CM_Get_Device_ID_List_ExW","features":[369]},{"name":"CM_Get_Device_ID_List_SizeA","features":[369]},{"name":"CM_Get_Device_ID_List_SizeW","features":[369]},{"name":"CM_Get_Device_ID_List_Size_ExA","features":[369]},{"name":"CM_Get_Device_ID_List_Size_ExW","features":[369]},{"name":"CM_Get_Device_ID_Size","features":[369]},{"name":"CM_Get_Device_ID_Size_Ex","features":[369]},{"name":"CM_Get_Device_Interface_AliasA","features":[369]},{"name":"CM_Get_Device_Interface_AliasW","features":[369]},{"name":"CM_Get_Device_Interface_Alias_ExA","features":[369]},{"name":"CM_Get_Device_Interface_Alias_ExW","features":[369]},{"name":"CM_Get_Device_Interface_ListA","features":[369]},{"name":"CM_Get_Device_Interface_ListW","features":[369]},{"name":"CM_Get_Device_Interface_List_ExA","features":[369]},{"name":"CM_Get_Device_Interface_List_ExW","features":[369]},{"name":"CM_Get_Device_Interface_List_SizeA","features":[369]},{"name":"CM_Get_Device_Interface_List_SizeW","features":[369]},{"name":"CM_Get_Device_Interface_List_Size_ExA","features":[369]},{"name":"CM_Get_Device_Interface_List_Size_ExW","features":[369]},{"name":"CM_Get_Device_Interface_PropertyW","features":[369,305]},{"name":"CM_Get_Device_Interface_Property_ExW","features":[369,305]},{"name":"CM_Get_Device_Interface_Property_KeysW","features":[369,305]},{"name":"CM_Get_Device_Interface_Property_Keys_ExW","features":[369,305]},{"name":"CM_Get_First_Log_Conf","features":[369]},{"name":"CM_Get_First_Log_Conf_Ex","features":[369]},{"name":"CM_Get_Global_State","features":[369]},{"name":"CM_Get_Global_State_Ex","features":[369]},{"name":"CM_Get_HW_Prof_FlagsA","features":[369]},{"name":"CM_Get_HW_Prof_FlagsW","features":[369]},{"name":"CM_Get_HW_Prof_Flags_ExA","features":[369]},{"name":"CM_Get_HW_Prof_Flags_ExW","features":[369]},{"name":"CM_Get_Hardware_Profile_InfoA","features":[369]},{"name":"CM_Get_Hardware_Profile_InfoW","features":[369]},{"name":"CM_Get_Hardware_Profile_Info_ExA","features":[369]},{"name":"CM_Get_Hardware_Profile_Info_ExW","features":[369]},{"name":"CM_Get_Log_Conf_Priority","features":[369]},{"name":"CM_Get_Log_Conf_Priority_Ex","features":[369]},{"name":"CM_Get_Next_Log_Conf","features":[369]},{"name":"CM_Get_Next_Log_Conf_Ex","features":[369]},{"name":"CM_Get_Next_Res_Des","features":[369]},{"name":"CM_Get_Next_Res_Des_Ex","features":[369]},{"name":"CM_Get_Parent","features":[369]},{"name":"CM_Get_Parent_Ex","features":[369]},{"name":"CM_Get_Res_Des_Data","features":[369]},{"name":"CM_Get_Res_Des_Data_Ex","features":[369]},{"name":"CM_Get_Res_Des_Data_Size","features":[369]},{"name":"CM_Get_Res_Des_Data_Size_Ex","features":[369]},{"name":"CM_Get_Resource_Conflict_Count","features":[369]},{"name":"CM_Get_Resource_Conflict_DetailsA","features":[369]},{"name":"CM_Get_Resource_Conflict_DetailsW","features":[369]},{"name":"CM_Get_Sibling","features":[369]},{"name":"CM_Get_Sibling_Ex","features":[369]},{"name":"CM_Get_Version","features":[369]},{"name":"CM_Get_Version_Ex","features":[369]},{"name":"CM_HWPI_DOCKED","features":[369]},{"name":"CM_HWPI_NOT_DOCKABLE","features":[369]},{"name":"CM_HWPI_UNDOCKED","features":[369]},{"name":"CM_INSTALL_STATE","features":[369]},{"name":"CM_INSTALL_STATE_FAILED_INSTALL","features":[369]},{"name":"CM_INSTALL_STATE_FINISH_INSTALL","features":[369]},{"name":"CM_INSTALL_STATE_INSTALLED","features":[369]},{"name":"CM_INSTALL_STATE_NEEDS_REINSTALL","features":[369]},{"name":"CM_Intersect_Range_List","features":[369]},{"name":"CM_Invert_Range_List","features":[369]},{"name":"CM_Is_Dock_Station_Present","features":[369,307]},{"name":"CM_Is_Dock_Station_Present_Ex","features":[369,307]},{"name":"CM_Is_Version_Available","features":[369,307]},{"name":"CM_Is_Version_Available_Ex","features":[369,307]},{"name":"CM_LOCATE_DEVNODE_BITS","features":[369]},{"name":"CM_LOCATE_DEVNODE_CANCELREMOVE","features":[369]},{"name":"CM_LOCATE_DEVNODE_FLAGS","features":[369]},{"name":"CM_LOCATE_DEVNODE_NORMAL","features":[369]},{"name":"CM_LOCATE_DEVNODE_NOVALIDATION","features":[369]},{"name":"CM_LOCATE_DEVNODE_PHANTOM","features":[369]},{"name":"CM_LOG_CONF","features":[369]},{"name":"CM_Locate_DevNodeA","features":[369]},{"name":"CM_Locate_DevNodeW","features":[369]},{"name":"CM_Locate_DevNode_ExA","features":[369]},{"name":"CM_Locate_DevNode_ExW","features":[369]},{"name":"CM_MapCrToWin32Err","features":[369]},{"name":"CM_Merge_Range_List","features":[369]},{"name":"CM_Modify_Res_Des","features":[369]},{"name":"CM_Modify_Res_Des_Ex","features":[369]},{"name":"CM_Move_DevNode","features":[369]},{"name":"CM_Move_DevNode_Ex","features":[369]},{"name":"CM_NAME_ATTRIBUTE_NAME_RETRIEVED_FROM_DEVICE","features":[369]},{"name":"CM_NAME_ATTRIBUTE_USER_ASSIGNED_NAME","features":[369]},{"name":"CM_NOTIFY_ACTION","features":[369]},{"name":"CM_NOTIFY_ACTION_DEVICECUSTOMEVENT","features":[369]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCEENUMERATED","features":[369]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCEREMOVED","features":[369]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCESTARTED","features":[369]},{"name":"CM_NOTIFY_ACTION_DEVICEINTERFACEARRIVAL","features":[369]},{"name":"CM_NOTIFY_ACTION_DEVICEINTERFACEREMOVAL","features":[369]},{"name":"CM_NOTIFY_ACTION_DEVICEQUERYREMOVE","features":[369]},{"name":"CM_NOTIFY_ACTION_DEVICEQUERYREMOVEFAILED","features":[369]},{"name":"CM_NOTIFY_ACTION_DEVICEREMOVECOMPLETE","features":[369]},{"name":"CM_NOTIFY_ACTION_DEVICEREMOVEPENDING","features":[369]},{"name":"CM_NOTIFY_ACTION_MAX","features":[369]},{"name":"CM_NOTIFY_EVENT_DATA","features":[369]},{"name":"CM_NOTIFY_FILTER","features":[369,307]},{"name":"CM_NOTIFY_FILTER_FLAG_ALL_DEVICE_INSTANCES","features":[369]},{"name":"CM_NOTIFY_FILTER_FLAG_ALL_INTERFACE_CLASSES","features":[369]},{"name":"CM_NOTIFY_FILTER_TYPE","features":[369]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEHANDLE","features":[369]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEINSTANCE","features":[369]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEINTERFACE","features":[369]},{"name":"CM_NOTIFY_FILTER_TYPE_MAX","features":[369]},{"name":"CM_Next_Range","features":[369]},{"name":"CM_OPEN_CLASS_KEY_BITS","features":[369]},{"name":"CM_OPEN_CLASS_KEY_INSTALLER","features":[369]},{"name":"CM_OPEN_CLASS_KEY_INTERFACE","features":[369]},{"name":"CM_Open_Class_KeyA","features":[369,370]},{"name":"CM_Open_Class_KeyW","features":[369,370]},{"name":"CM_Open_Class_Key_ExA","features":[369,370]},{"name":"CM_Open_Class_Key_ExW","features":[369,370]},{"name":"CM_Open_DevNode_Key","features":[369,370]},{"name":"CM_Open_DevNode_Key_Ex","features":[369,370]},{"name":"CM_Open_Device_Interface_KeyA","features":[369,370]},{"name":"CM_Open_Device_Interface_KeyW","features":[369,370]},{"name":"CM_Open_Device_Interface_Key_ExA","features":[369,370]},{"name":"CM_Open_Device_Interface_Key_ExW","features":[369,370]},{"name":"CM_PROB","features":[369]},{"name":"CM_PROB_BIOS_TABLE","features":[369]},{"name":"CM_PROB_BOOT_CONFIG_CONFLICT","features":[369]},{"name":"CM_PROB_CANT_SHARE_IRQ","features":[369]},{"name":"CM_PROB_CONSOLE_LOCKED","features":[369]},{"name":"CM_PROB_DEVICE_NOT_THERE","features":[369]},{"name":"CM_PROB_DEVICE_RESET","features":[369]},{"name":"CM_PROB_DEVLOADER_FAILED","features":[369]},{"name":"CM_PROB_DEVLOADER_NOT_FOUND","features":[369]},{"name":"CM_PROB_DEVLOADER_NOT_READY","features":[369]},{"name":"CM_PROB_DISABLED","features":[369]},{"name":"CM_PROB_DISABLED_SERVICE","features":[369]},{"name":"CM_PROB_DRIVER_BLOCKED","features":[369]},{"name":"CM_PROB_DRIVER_FAILED_LOAD","features":[369]},{"name":"CM_PROB_DRIVER_FAILED_PRIOR_UNLOAD","features":[369]},{"name":"CM_PROB_DRIVER_SERVICE_KEY_INVALID","features":[369]},{"name":"CM_PROB_DUPLICATE_DEVICE","features":[369]},{"name":"CM_PROB_ENTRY_IS_WRONG_TYPE","features":[369]},{"name":"CM_PROB_FAILED_ADD","features":[369]},{"name":"CM_PROB_FAILED_DRIVER_ENTRY","features":[369]},{"name":"CM_PROB_FAILED_FILTER","features":[369]},{"name":"CM_PROB_FAILED_INSTALL","features":[369]},{"name":"CM_PROB_FAILED_POST_START","features":[369]},{"name":"CM_PROB_FAILED_START","features":[369]},{"name":"CM_PROB_GUEST_ASSIGNMENT_FAILED","features":[369]},{"name":"CM_PROB_HALTED","features":[369]},{"name":"CM_PROB_HARDWARE_DISABLED","features":[369]},{"name":"CM_PROB_HELD_FOR_EJECT","features":[369]},{"name":"CM_PROB_INVALID_DATA","features":[369]},{"name":"CM_PROB_IRQ_TRANSLATION_FAILED","features":[369]},{"name":"CM_PROB_LACKED_ARBITRATOR","features":[369]},{"name":"CM_PROB_LEGACY_SERVICE_NO_DEVICES","features":[369]},{"name":"CM_PROB_LIAR","features":[369]},{"name":"CM_PROB_MOVED","features":[369]},{"name":"CM_PROB_NEED_CLASS_CONFIG","features":[369]},{"name":"CM_PROB_NEED_RESTART","features":[369]},{"name":"CM_PROB_NORMAL_CONFLICT","features":[369]},{"name":"CM_PROB_NOT_CONFIGURED","features":[369]},{"name":"CM_PROB_NOT_VERIFIED","features":[369]},{"name":"CM_PROB_NO_SOFTCONFIG","features":[369]},{"name":"CM_PROB_NO_VALID_LOG_CONF","features":[369]},{"name":"CM_PROB_OUT_OF_MEMORY","features":[369]},{"name":"CM_PROB_PARTIAL_LOG_CONF","features":[369]},{"name":"CM_PROB_PHANTOM","features":[369]},{"name":"CM_PROB_REENUMERATION","features":[369]},{"name":"CM_PROB_REGISTRY","features":[369]},{"name":"CM_PROB_REGISTRY_TOO_LARGE","features":[369]},{"name":"CM_PROB_REINSTALL","features":[369]},{"name":"CM_PROB_SETPROPERTIES_FAILED","features":[369]},{"name":"CM_PROB_SYSTEM_SHUTDOWN","features":[369]},{"name":"CM_PROB_TOO_EARLY","features":[369]},{"name":"CM_PROB_TRANSLATION_FAILED","features":[369]},{"name":"CM_PROB_UNKNOWN_RESOURCE","features":[369]},{"name":"CM_PROB_UNSIGNED_DRIVER","features":[369]},{"name":"CM_PROB_USED_BY_DEBUGGER","features":[369]},{"name":"CM_PROB_VXDLDR","features":[369]},{"name":"CM_PROB_WAITING_ON_DEPENDENCY","features":[369]},{"name":"CM_PROB_WILL_BE_REMOVED","features":[369]},{"name":"CM_QUERY_ARBITRATOR_BITS","features":[369]},{"name":"CM_QUERY_ARBITRATOR_RAW","features":[369]},{"name":"CM_QUERY_ARBITRATOR_TRANSLATED","features":[369]},{"name":"CM_QUERY_REMOVE_UI_NOT_OK","features":[369]},{"name":"CM_QUERY_REMOVE_UI_OK","features":[369]},{"name":"CM_Query_And_Remove_SubTreeA","features":[369]},{"name":"CM_Query_And_Remove_SubTreeW","features":[369]},{"name":"CM_Query_And_Remove_SubTree_ExA","features":[369]},{"name":"CM_Query_And_Remove_SubTree_ExW","features":[369]},{"name":"CM_Query_Arbitrator_Free_Data","features":[369]},{"name":"CM_Query_Arbitrator_Free_Data_Ex","features":[369]},{"name":"CM_Query_Arbitrator_Free_Size","features":[369]},{"name":"CM_Query_Arbitrator_Free_Size_Ex","features":[369]},{"name":"CM_Query_Remove_SubTree","features":[369]},{"name":"CM_Query_Remove_SubTree_Ex","features":[369]},{"name":"CM_Query_Resource_Conflict_List","features":[369]},{"name":"CM_REENUMERATE_ASYNCHRONOUS","features":[369]},{"name":"CM_REENUMERATE_BITS","features":[369]},{"name":"CM_REENUMERATE_FLAGS","features":[369]},{"name":"CM_REENUMERATE_NORMAL","features":[369]},{"name":"CM_REENUMERATE_RETRY_INSTALLATION","features":[369]},{"name":"CM_REENUMERATE_SYNCHRONOUS","features":[369]},{"name":"CM_REGISTER_DEVICE_DRIVER_BITS","features":[369]},{"name":"CM_REGISTER_DEVICE_DRIVER_DISABLEABLE","features":[369]},{"name":"CM_REGISTER_DEVICE_DRIVER_REMOVABLE","features":[369]},{"name":"CM_REGISTER_DEVICE_DRIVER_STATIC","features":[369]},{"name":"CM_REGISTRY_BITS","features":[369]},{"name":"CM_REGISTRY_CONFIG","features":[369]},{"name":"CM_REGISTRY_HARDWARE","features":[369]},{"name":"CM_REGISTRY_SOFTWARE","features":[369]},{"name":"CM_REGISTRY_USER","features":[369]},{"name":"CM_REMOVAL_POLICY","features":[369]},{"name":"CM_REMOVAL_POLICY_EXPECT_NO_REMOVAL","features":[369]},{"name":"CM_REMOVAL_POLICY_EXPECT_ORDERLY_REMOVAL","features":[369]},{"name":"CM_REMOVAL_POLICY_EXPECT_SURPRISE_REMOVAL","features":[369]},{"name":"CM_REMOVE_BITS","features":[369]},{"name":"CM_REMOVE_DISABLE","features":[369]},{"name":"CM_REMOVE_NO_RESTART","features":[369]},{"name":"CM_REMOVE_UI_NOT_OK","features":[369]},{"name":"CM_REMOVE_UI_OK","features":[369]},{"name":"CM_RESDES_WIDTH_32","features":[369]},{"name":"CM_RESDES_WIDTH_64","features":[369]},{"name":"CM_RESDES_WIDTH_BITS","features":[369]},{"name":"CM_RESDES_WIDTH_DEFAULT","features":[369]},{"name":"CM_RESTYPE","features":[369]},{"name":"CM_Reenumerate_DevNode","features":[369]},{"name":"CM_Reenumerate_DevNode_Ex","features":[369]},{"name":"CM_Register_Device_Driver","features":[369]},{"name":"CM_Register_Device_Driver_Ex","features":[369]},{"name":"CM_Register_Device_InterfaceA","features":[369]},{"name":"CM_Register_Device_InterfaceW","features":[369]},{"name":"CM_Register_Device_Interface_ExA","features":[369]},{"name":"CM_Register_Device_Interface_ExW","features":[369]},{"name":"CM_Register_Notification","features":[369,307]},{"name":"CM_Remove_SubTree","features":[369]},{"name":"CM_Remove_SubTree_Ex","features":[369]},{"name":"CM_Request_Device_EjectA","features":[369]},{"name":"CM_Request_Device_EjectW","features":[369]},{"name":"CM_Request_Device_Eject_ExA","features":[369]},{"name":"CM_Request_Device_Eject_ExW","features":[369]},{"name":"CM_Request_Eject_PC","features":[369]},{"name":"CM_Request_Eject_PC_Ex","features":[369]},{"name":"CM_Run_Detection","features":[369]},{"name":"CM_Run_Detection_Ex","features":[369]},{"name":"CM_SETUP_BITS","features":[369]},{"name":"CM_SETUP_DEVINST_CONFIG","features":[369]},{"name":"CM_SETUP_DEVINST_CONFIG_CLASS","features":[369]},{"name":"CM_SETUP_DEVINST_CONFIG_EXTENSIONS","features":[369]},{"name":"CM_SETUP_DEVINST_CONFIG_RESET","features":[369]},{"name":"CM_SETUP_DEVINST_READY","features":[369]},{"name":"CM_SETUP_DEVINST_RESET","features":[369]},{"name":"CM_SETUP_DEVNODE_CONFIG","features":[369]},{"name":"CM_SETUP_DEVNODE_CONFIG_CLASS","features":[369]},{"name":"CM_SETUP_DEVNODE_CONFIG_EXTENSIONS","features":[369]},{"name":"CM_SETUP_DEVNODE_CONFIG_RESET","features":[369]},{"name":"CM_SETUP_DEVNODE_READY","features":[369]},{"name":"CM_SETUP_DEVNODE_RESET","features":[369]},{"name":"CM_SETUP_DOWNLOAD","features":[369]},{"name":"CM_SETUP_PROP_CHANGE","features":[369]},{"name":"CM_SETUP_WRITE_LOG_CONFS","features":[369]},{"name":"CM_SET_DEVINST_PROBLEM_BITS","features":[369]},{"name":"CM_SET_DEVINST_PROBLEM_NORMAL","features":[369]},{"name":"CM_SET_DEVINST_PROBLEM_OVERRIDE","features":[369]},{"name":"CM_SET_DEVNODE_PROBLEM_BITS","features":[369]},{"name":"CM_SET_DEVNODE_PROBLEM_NORMAL","features":[369]},{"name":"CM_SET_DEVNODE_PROBLEM_OVERRIDE","features":[369]},{"name":"CM_SET_HW_PROF_FLAGS_BITS","features":[369]},{"name":"CM_SET_HW_PROF_FLAGS_UI_NOT_OK","features":[369]},{"name":"CM_Set_Class_PropertyW","features":[369,305]},{"name":"CM_Set_Class_Property_ExW","features":[369,305]},{"name":"CM_Set_Class_Registry_PropertyA","features":[369]},{"name":"CM_Set_Class_Registry_PropertyW","features":[369]},{"name":"CM_Set_DevNode_Problem","features":[369]},{"name":"CM_Set_DevNode_Problem_Ex","features":[369]},{"name":"CM_Set_DevNode_PropertyW","features":[369,305]},{"name":"CM_Set_DevNode_Property_ExW","features":[369,305]},{"name":"CM_Set_DevNode_Registry_PropertyA","features":[369]},{"name":"CM_Set_DevNode_Registry_PropertyW","features":[369]},{"name":"CM_Set_DevNode_Registry_Property_ExA","features":[369]},{"name":"CM_Set_DevNode_Registry_Property_ExW","features":[369]},{"name":"CM_Set_Device_Interface_PropertyW","features":[369,305]},{"name":"CM_Set_Device_Interface_Property_ExW","features":[369,305]},{"name":"CM_Set_HW_Prof","features":[369]},{"name":"CM_Set_HW_Prof_Ex","features":[369]},{"name":"CM_Set_HW_Prof_FlagsA","features":[369]},{"name":"CM_Set_HW_Prof_FlagsW","features":[369]},{"name":"CM_Set_HW_Prof_Flags_ExA","features":[369]},{"name":"CM_Set_HW_Prof_Flags_ExW","features":[369]},{"name":"CM_Setup_DevNode","features":[369]},{"name":"CM_Setup_DevNode_Ex","features":[369]},{"name":"CM_Test_Range_Available","features":[369]},{"name":"CM_Uninstall_DevNode","features":[369]},{"name":"CM_Uninstall_DevNode_Ex","features":[369]},{"name":"CM_Unregister_Device_InterfaceA","features":[369]},{"name":"CM_Unregister_Device_InterfaceW","features":[369]},{"name":"CM_Unregister_Device_Interface_ExA","features":[369]},{"name":"CM_Unregister_Device_Interface_ExW","features":[369]},{"name":"CM_Unregister_Notification","features":[369]},{"name":"COINSTALLER_CONTEXT_DATA","features":[369,307]},{"name":"COINSTALLER_CONTEXT_DATA","features":[369,307]},{"name":"CONFIGFLAG_BOOT_DEVICE","features":[369]},{"name":"CONFIGFLAG_CANTSTOPACHILD","features":[369]},{"name":"CONFIGFLAG_DISABLED","features":[369]},{"name":"CONFIGFLAG_FAILEDINSTALL","features":[369]},{"name":"CONFIGFLAG_FINISHINSTALL_ACTION","features":[369]},{"name":"CONFIGFLAG_FINISHINSTALL_UI","features":[369]},{"name":"CONFIGFLAG_FINISH_INSTALL","features":[369]},{"name":"CONFIGFLAG_IGNORE_BOOT_LC","features":[369]},{"name":"CONFIGFLAG_MANUAL_INSTALL","features":[369]},{"name":"CONFIGFLAG_NEEDS_CLASS_CONFIG","features":[369]},{"name":"CONFIGFLAG_NEEDS_FORCED_CONFIG","features":[369]},{"name":"CONFIGFLAG_NETBOOT_CARD","features":[369]},{"name":"CONFIGFLAG_NET_BOOT","features":[369]},{"name":"CONFIGFLAG_NOREMOVEEXIT","features":[369]},{"name":"CONFIGFLAG_OKREMOVEROM","features":[369]},{"name":"CONFIGFLAG_PARTIAL_LOG_CONF","features":[369]},{"name":"CONFIGFLAG_REINSTALL","features":[369]},{"name":"CONFIGFLAG_REMOVED","features":[369]},{"name":"CONFIGFLAG_SUPPRESS_SURPRISE","features":[369]},{"name":"CONFIGFLAG_VERIFY_HARDWARE","features":[369]},{"name":"CONFIGMG_VERSION","features":[369]},{"name":"CONFIGRET","features":[369]},{"name":"CONFLICT_DETAILS_A","features":[369]},{"name":"CONFLICT_DETAILS_W","features":[369]},{"name":"CONNECTION_DES","features":[369]},{"name":"CONNECTION_RESOURCE","features":[369]},{"name":"COPYFLG_FORCE_FILE_IN_USE","features":[369]},{"name":"COPYFLG_IN_USE_TRY_RENAME","features":[369]},{"name":"COPYFLG_NODECOMP","features":[369]},{"name":"COPYFLG_NOPRUNE","features":[369]},{"name":"COPYFLG_NOSKIP","features":[369]},{"name":"COPYFLG_NOVERSIONCHECK","features":[369]},{"name":"COPYFLG_NO_OVERWRITE","features":[369]},{"name":"COPYFLG_NO_VERSION_DIALOG","features":[369]},{"name":"COPYFLG_OVERWRITE_OLDER_ONLY","features":[369]},{"name":"COPYFLG_PROTECTED_WINDOWS_DRIVER_FILE","features":[369]},{"name":"COPYFLG_REPLACEONLY","features":[369]},{"name":"COPYFLG_REPLACE_BOOT_FILE","features":[369]},{"name":"COPYFLG_WARN_IF_SKIP","features":[369]},{"name":"CR_ACCESS_DENIED","features":[369]},{"name":"CR_ALREADY_SUCH_DEVINST","features":[369]},{"name":"CR_ALREADY_SUCH_DEVNODE","features":[369]},{"name":"CR_APM_VETOED","features":[369]},{"name":"CR_BUFFER_SMALL","features":[369]},{"name":"CR_CALL_NOT_IMPLEMENTED","features":[369]},{"name":"CR_CANT_SHARE_IRQ","features":[369]},{"name":"CR_CREATE_BLOCKED","features":[369]},{"name":"CR_DEFAULT","features":[369]},{"name":"CR_DEVICE_INTERFACE_ACTIVE","features":[369]},{"name":"CR_DEVICE_NOT_THERE","features":[369]},{"name":"CR_DEVINST_HAS_REQS","features":[369]},{"name":"CR_DEVLOADER_NOT_READY","features":[369]},{"name":"CR_DEVNODE_HAS_REQS","features":[369]},{"name":"CR_DLVXD_NOT_FOUND","features":[369]},{"name":"CR_FAILURE","features":[369]},{"name":"CR_FREE_RESOURCES","features":[369]},{"name":"CR_INVALID_API","features":[369]},{"name":"CR_INVALID_ARBITRATOR","features":[369]},{"name":"CR_INVALID_CONFLICT_LIST","features":[369]},{"name":"CR_INVALID_DATA","features":[369]},{"name":"CR_INVALID_DEVICE_ID","features":[369]},{"name":"CR_INVALID_DEVINST","features":[369]},{"name":"CR_INVALID_DEVNODE","features":[369]},{"name":"CR_INVALID_FLAG","features":[369]},{"name":"CR_INVALID_INDEX","features":[369]},{"name":"CR_INVALID_LOAD_TYPE","features":[369]},{"name":"CR_INVALID_LOG_CONF","features":[369]},{"name":"CR_INVALID_MACHINENAME","features":[369]},{"name":"CR_INVALID_NODELIST","features":[369]},{"name":"CR_INVALID_POINTER","features":[369]},{"name":"CR_INVALID_PRIORITY","features":[369]},{"name":"CR_INVALID_PROPERTY","features":[369]},{"name":"CR_INVALID_RANGE","features":[369]},{"name":"CR_INVALID_RANGE_LIST","features":[369]},{"name":"CR_INVALID_REFERENCE_STRING","features":[369]},{"name":"CR_INVALID_RESOURCEID","features":[369]},{"name":"CR_INVALID_RES_DES","features":[369]},{"name":"CR_INVALID_STRUCTURE_SIZE","features":[369]},{"name":"CR_MACHINE_UNAVAILABLE","features":[369]},{"name":"CR_NEED_RESTART","features":[369]},{"name":"CR_NOT_DISABLEABLE","features":[369]},{"name":"CR_NOT_SYSTEM_VM","features":[369]},{"name":"CR_NO_ARBITRATOR","features":[369]},{"name":"CR_NO_CM_SERVICES","features":[369]},{"name":"CR_NO_DEPENDENT","features":[369]},{"name":"CR_NO_MORE_HW_PROFILES","features":[369]},{"name":"CR_NO_MORE_LOG_CONF","features":[369]},{"name":"CR_NO_MORE_RES_DES","features":[369]},{"name":"CR_NO_REGISTRY_HANDLE","features":[369]},{"name":"CR_NO_SUCH_DEVICE_INTERFACE","features":[369]},{"name":"CR_NO_SUCH_DEVINST","features":[369]},{"name":"CR_NO_SUCH_DEVNODE","features":[369]},{"name":"CR_NO_SUCH_LOGICAL_DEV","features":[369]},{"name":"CR_NO_SUCH_REGISTRY_KEY","features":[369]},{"name":"CR_NO_SUCH_VALUE","features":[369]},{"name":"CR_OUT_OF_MEMORY","features":[369]},{"name":"CR_QUERY_VETOED","features":[369]},{"name":"CR_REGISTRY_ERROR","features":[369]},{"name":"CR_REMOTE_COMM_FAILURE","features":[369]},{"name":"CR_REMOVE_VETOED","features":[369]},{"name":"CR_SAME_RESOURCES","features":[369]},{"name":"CR_SUCCESS","features":[369]},{"name":"CR_WRONG_TYPE","features":[369]},{"name":"CS_DES","features":[369]},{"name":"CS_RESOURCE","features":[369]},{"name":"DD_FLAGS","features":[369]},{"name":"DELFLG_IN_USE","features":[369]},{"name":"DELFLG_IN_USE1","features":[369]},{"name":"DEVPRIVATE_DES","features":[369]},{"name":"DEVPRIVATE_RANGE","features":[369]},{"name":"DEVPRIVATE_RESOURCE","features":[369]},{"name":"DIBCI_NODISPLAYCLASS","features":[369]},{"name":"DIBCI_NOINSTALLCLASS","features":[369]},{"name":"DICD_GENERATE_ID","features":[369]},{"name":"DICD_INHERIT_CLASSDRVS","features":[369]},{"name":"DICLASSPROP_INSTALLER","features":[369]},{"name":"DICLASSPROP_INTERFACE","features":[369]},{"name":"DICS_DISABLE","features":[369]},{"name":"DICS_ENABLE","features":[369]},{"name":"DICS_FLAG_CONFIGGENERAL","features":[369]},{"name":"DICS_FLAG_CONFIGSPECIFIC","features":[369]},{"name":"DICS_FLAG_GLOBAL","features":[369]},{"name":"DICS_PROPCHANGE","features":[369]},{"name":"DICS_START","features":[369]},{"name":"DICS_STOP","features":[369]},{"name":"DICUSTOMDEVPROP_MERGE_MULTISZ","features":[369]},{"name":"DIF_ADDPROPERTYPAGE_ADVANCED","features":[369]},{"name":"DIF_ADDPROPERTYPAGE_BASIC","features":[369]},{"name":"DIF_ADDREMOTEPROPERTYPAGE_ADVANCED","features":[369]},{"name":"DIF_ALLOW_INSTALL","features":[369]},{"name":"DIF_ASSIGNRESOURCES","features":[369]},{"name":"DIF_CALCDISKSPACE","features":[369]},{"name":"DIF_DESTROYPRIVATEDATA","features":[369]},{"name":"DIF_DESTROYWIZARDDATA","features":[369]},{"name":"DIF_DETECT","features":[369]},{"name":"DIF_DETECTCANCEL","features":[369]},{"name":"DIF_DETECTVERIFY","features":[369]},{"name":"DIF_ENABLECLASS","features":[369]},{"name":"DIF_FINISHINSTALL_ACTION","features":[369]},{"name":"DIF_FIRSTTIMESETUP","features":[369]},{"name":"DIF_FOUNDDEVICE","features":[369]},{"name":"DIF_INSTALLCLASSDRIVERS","features":[369]},{"name":"DIF_INSTALLDEVICE","features":[369]},{"name":"DIF_INSTALLDEVICEFILES","features":[369]},{"name":"DIF_INSTALLINTERFACES","features":[369]},{"name":"DIF_INSTALLWIZARD","features":[369]},{"name":"DIF_MOVEDEVICE","features":[369]},{"name":"DIF_NEWDEVICEWIZARD_FINISHINSTALL","features":[369]},{"name":"DIF_NEWDEVICEWIZARD_POSTANALYZE","features":[369]},{"name":"DIF_NEWDEVICEWIZARD_PREANALYZE","features":[369]},{"name":"DIF_NEWDEVICEWIZARD_PRESELECT","features":[369]},{"name":"DIF_NEWDEVICEWIZARD_SELECT","features":[369]},{"name":"DIF_POWERMESSAGEWAKE","features":[369]},{"name":"DIF_PROPERTIES","features":[369]},{"name":"DIF_PROPERTYCHANGE","features":[369]},{"name":"DIF_REGISTERDEVICE","features":[369]},{"name":"DIF_REGISTER_COINSTALLERS","features":[369]},{"name":"DIF_REMOVE","features":[369]},{"name":"DIF_RESERVED1","features":[369]},{"name":"DIF_RESERVED2","features":[369]},{"name":"DIF_SELECTBESTCOMPATDRV","features":[369]},{"name":"DIF_SELECTCLASSDRIVERS","features":[369]},{"name":"DIF_SELECTDEVICE","features":[369]},{"name":"DIF_TROUBLESHOOTER","features":[369]},{"name":"DIF_UNREMOVE","features":[369]},{"name":"DIF_UNUSED1","features":[369]},{"name":"DIF_UPDATEDRIVER_UI","features":[369]},{"name":"DIF_VALIDATECLASSDRIVERS","features":[369]},{"name":"DIF_VALIDATEDRIVER","features":[369]},{"name":"DIGCDP_FLAG_ADVANCED","features":[369]},{"name":"DIGCDP_FLAG_BASIC","features":[369]},{"name":"DIGCDP_FLAG_REMOTE_ADVANCED","features":[369]},{"name":"DIGCDP_FLAG_REMOTE_BASIC","features":[369]},{"name":"DIGCF_ALLCLASSES","features":[369]},{"name":"DIGCF_DEFAULT","features":[369]},{"name":"DIGCF_DEVICEINTERFACE","features":[369]},{"name":"DIGCF_INTERFACEDEVICE","features":[369]},{"name":"DIGCF_PRESENT","features":[369]},{"name":"DIGCF_PROFILE","features":[369]},{"name":"DIIDFLAG_BITS","features":[369]},{"name":"DIIDFLAG_INSTALLCOPYINFDRIVERS","features":[369]},{"name":"DIIDFLAG_INSTALLNULLDRIVER","features":[369]},{"name":"DIIDFLAG_NOFINISHINSTALLUI","features":[369]},{"name":"DIIDFLAG_SHOWSEARCHUI","features":[369]},{"name":"DIINSTALLDEVICE_FLAGS","features":[369]},{"name":"DIINSTALLDRIVER_FLAGS","features":[369]},{"name":"DIIRFLAG_BITS","features":[369]},{"name":"DIIRFLAG_FORCE_INF","features":[369]},{"name":"DIIRFLAG_HOTPATCH","features":[369]},{"name":"DIIRFLAG_HW_USING_THE_INF","features":[369]},{"name":"DIIRFLAG_INF_ALREADY_COPIED","features":[369]},{"name":"DIIRFLAG_INSTALL_AS_SET","features":[369]},{"name":"DIIRFLAG_NOBACKUP","features":[369]},{"name":"DIIRFLAG_PRE_CONFIGURE_INF","features":[369]},{"name":"DIIRFLAG_SYSTEM_BITS","features":[369]},{"name":"DIOCR_INSTALLER","features":[369]},{"name":"DIOCR_INTERFACE","features":[369]},{"name":"DIODI_NO_ADD","features":[369]},{"name":"DIOD_CANCEL_REMOVE","features":[369]},{"name":"DIOD_INHERIT_CLASSDRVS","features":[369]},{"name":"DIREG_BOTH","features":[369]},{"name":"DIREG_DEV","features":[369]},{"name":"DIREG_DRV","features":[369]},{"name":"DIRID_ABSOLUTE","features":[369]},{"name":"DIRID_ABSOLUTE_16BIT","features":[369]},{"name":"DIRID_APPS","features":[369]},{"name":"DIRID_BOOT","features":[369]},{"name":"DIRID_COLOR","features":[369]},{"name":"DIRID_COMMON_APPDATA","features":[369]},{"name":"DIRID_COMMON_DESKTOPDIRECTORY","features":[369]},{"name":"DIRID_COMMON_DOCUMENTS","features":[369]},{"name":"DIRID_COMMON_FAVORITES","features":[369]},{"name":"DIRID_COMMON_PROGRAMS","features":[369]},{"name":"DIRID_COMMON_STARTMENU","features":[369]},{"name":"DIRID_COMMON_STARTUP","features":[369]},{"name":"DIRID_COMMON_TEMPLATES","features":[369]},{"name":"DIRID_DEFAULT","features":[369]},{"name":"DIRID_DRIVERS","features":[369]},{"name":"DIRID_DRIVER_STORE","features":[369]},{"name":"DIRID_FONTS","features":[369]},{"name":"DIRID_HELP","features":[369]},{"name":"DIRID_INF","features":[369]},{"name":"DIRID_IOSUBSYS","features":[369]},{"name":"DIRID_LOADER","features":[369]},{"name":"DIRID_NULL","features":[369]},{"name":"DIRID_PRINTPROCESSOR","features":[369]},{"name":"DIRID_PROGRAM_FILES","features":[369]},{"name":"DIRID_PROGRAM_FILES_COMMON","features":[369]},{"name":"DIRID_PROGRAM_FILES_COMMONX86","features":[369]},{"name":"DIRID_PROGRAM_FILES_X86","features":[369]},{"name":"DIRID_SHARED","features":[369]},{"name":"DIRID_SPOOL","features":[369]},{"name":"DIRID_SPOOLDRIVERS","features":[369]},{"name":"DIRID_SRCPATH","features":[369]},{"name":"DIRID_SYSTEM","features":[369]},{"name":"DIRID_SYSTEM16","features":[369]},{"name":"DIRID_SYSTEM_X86","features":[369]},{"name":"DIRID_USER","features":[369]},{"name":"DIRID_USERPROFILE","features":[369]},{"name":"DIRID_VIEWERS","features":[369]},{"name":"DIRID_WINDOWS","features":[369]},{"name":"DIROLLBACKDRIVER_FLAGS","features":[369]},{"name":"DIUNINSTALLDRIVER_FLAGS","features":[369]},{"name":"DIURFLAG_NO_REMOVE_INF","features":[369]},{"name":"DIURFLAG_RESERVED","features":[369]},{"name":"DIURFLAG_VALID","features":[369]},{"name":"DI_AUTOASSIGNRES","features":[369]},{"name":"DI_CLASSINSTALLPARAMS","features":[369]},{"name":"DI_COMPAT_FROM_CLASS","features":[369]},{"name":"DI_DIDCLASS","features":[369]},{"name":"DI_DIDCOMPAT","features":[369]},{"name":"DI_DISABLED","features":[369]},{"name":"DI_DONOTCALLCONFIGMG","features":[369]},{"name":"DI_DRIVERPAGE_ADDED","features":[369]},{"name":"DI_ENUMSINGLEINF","features":[369]},{"name":"DI_FLAGSEX_ALLOWEXCLUDEDDRVS","features":[369]},{"name":"DI_FLAGSEX_ALTPLATFORM_DRVSEARCH","features":[369]},{"name":"DI_FLAGSEX_ALWAYSWRITEIDS","features":[369]},{"name":"DI_FLAGSEX_APPENDDRIVERLIST","features":[369]},{"name":"DI_FLAGSEX_BACKUPONREPLACE","features":[369]},{"name":"DI_FLAGSEX_CI_FAILED","features":[369]},{"name":"DI_FLAGSEX_DEVICECHANGE","features":[369]},{"name":"DI_FLAGSEX_DIDCOMPATINFO","features":[369]},{"name":"DI_FLAGSEX_DIDINFOLIST","features":[369]},{"name":"DI_FLAGSEX_DRIVERLIST_FROM_URL","features":[369]},{"name":"DI_FLAGSEX_EXCLUDE_OLD_INET_DRIVERS","features":[369]},{"name":"DI_FLAGSEX_FILTERCLASSES","features":[369]},{"name":"DI_FLAGSEX_FILTERSIMILARDRIVERS","features":[369]},{"name":"DI_FLAGSEX_FINISHINSTALL_ACTION","features":[369]},{"name":"DI_FLAGSEX_INET_DRIVER","features":[369]},{"name":"DI_FLAGSEX_INSTALLEDDRIVER","features":[369]},{"name":"DI_FLAGSEX_IN_SYSTEM_SETUP","features":[369]},{"name":"DI_FLAGSEX_NOUIONQUERYREMOVE","features":[369]},{"name":"DI_FLAGSEX_NO_CLASSLIST_NODE_MERGE","features":[369]},{"name":"DI_FLAGSEX_NO_DRVREG_MODIFY","features":[369]},{"name":"DI_FLAGSEX_POWERPAGE_ADDED","features":[369]},{"name":"DI_FLAGSEX_PREINSTALLBACKUP","features":[369]},{"name":"DI_FLAGSEX_PROPCHANGE_PENDING","features":[369]},{"name":"DI_FLAGSEX_RECURSIVESEARCH","features":[369]},{"name":"DI_FLAGSEX_RESERVED1","features":[369]},{"name":"DI_FLAGSEX_RESERVED2","features":[369]},{"name":"DI_FLAGSEX_RESERVED3","features":[369]},{"name":"DI_FLAGSEX_RESERVED4","features":[369]},{"name":"DI_FLAGSEX_RESTART_DEVICE_ONLY","features":[369]},{"name":"DI_FLAGSEX_SEARCH_PUBLISHED_INFS","features":[369]},{"name":"DI_FLAGSEX_SETFAILEDINSTALL","features":[369]},{"name":"DI_FLAGSEX_USECLASSFORCOMPAT","features":[369]},{"name":"DI_FORCECOPY","features":[369]},{"name":"DI_FUNCTION","features":[369]},{"name":"DI_GENERALPAGE_ADDED","features":[369]},{"name":"DI_INF_IS_SORTED","features":[369]},{"name":"DI_INSTALLDISABLED","features":[369]},{"name":"DI_MULTMFGS","features":[369]},{"name":"DI_NEEDREBOOT","features":[369]},{"name":"DI_NEEDRESTART","features":[369]},{"name":"DI_NOBROWSE","features":[369]},{"name":"DI_NODI_DEFAULTACTION","features":[369]},{"name":"DI_NOFILECOPY","features":[369]},{"name":"DI_NOSELECTICONS","features":[369]},{"name":"DI_NOVCP","features":[369]},{"name":"DI_NOWRITE_IDS","features":[369]},{"name":"DI_OVERRIDE_INFFLAGS","features":[369]},{"name":"DI_PROPERTIES_CHANGE","features":[369]},{"name":"DI_PROPS_NOCHANGEUSAGE","features":[369]},{"name":"DI_QUIETINSTALL","features":[369]},{"name":"DI_REMOVEDEVICE_CONFIGSPECIFIC","features":[369]},{"name":"DI_REMOVEDEVICE_GLOBAL","features":[369]},{"name":"DI_RESOURCEPAGE_ADDED","features":[369]},{"name":"DI_SHOWALL","features":[369]},{"name":"DI_SHOWCLASS","features":[369]},{"name":"DI_SHOWCOMPAT","features":[369]},{"name":"DI_SHOWOEM","features":[369]},{"name":"DI_UNREMOVEDEVICE_CONFIGSPECIFIC","features":[369]},{"name":"DI_USECI_SELECTSTRINGS","features":[369]},{"name":"DMA_DES","features":[369]},{"name":"DMA_RANGE","features":[369]},{"name":"DMA_RESOURCE","features":[369]},{"name":"DMI_BKCOLOR","features":[369]},{"name":"DMI_MASK","features":[369]},{"name":"DMI_USERECT","features":[369]},{"name":"DNF_ALWAYSEXCLUDEFROMLIST","features":[369]},{"name":"DNF_AUTHENTICODE_SIGNED","features":[369]},{"name":"DNF_BAD_DRIVER","features":[369]},{"name":"DNF_BASIC_DRIVER","features":[369]},{"name":"DNF_CLASS_DRIVER","features":[369]},{"name":"DNF_COMPATIBLE_DRIVER","features":[369]},{"name":"DNF_DUPDESC","features":[369]},{"name":"DNF_DUPDRIVERVER","features":[369]},{"name":"DNF_DUPPROVIDER","features":[369]},{"name":"DNF_EXCLUDEFROMLIST","features":[369]},{"name":"DNF_INBOX_DRIVER","features":[369]},{"name":"DNF_INET_DRIVER","features":[369]},{"name":"DNF_INF_IS_SIGNED","features":[369]},{"name":"DNF_INSTALLEDDRIVER","features":[369]},{"name":"DNF_LEGACYINF","features":[369]},{"name":"DNF_NODRIVER","features":[369]},{"name":"DNF_OEM_F6_INF","features":[369]},{"name":"DNF_OLDDRIVER","features":[369]},{"name":"DNF_OLD_INET_DRIVER","features":[369]},{"name":"DNF_REQUESTADDITIONALSOFTWARE","features":[369]},{"name":"DNF_UNUSED1","features":[369]},{"name":"DNF_UNUSED2","features":[369]},{"name":"DNF_UNUSED_22","features":[369]},{"name":"DNF_UNUSED_23","features":[369]},{"name":"DNF_UNUSED_24","features":[369]},{"name":"DNF_UNUSED_25","features":[369]},{"name":"DNF_UNUSED_26","features":[369]},{"name":"DNF_UNUSED_27","features":[369]},{"name":"DNF_UNUSED_28","features":[369]},{"name":"DNF_UNUSED_29","features":[369]},{"name":"DNF_UNUSED_30","features":[369]},{"name":"DNF_UNUSED_31","features":[369]},{"name":"DN_APM_DRIVER","features":[369]},{"name":"DN_APM_ENUMERATOR","features":[369]},{"name":"DN_ARM_WAKEUP","features":[369]},{"name":"DN_BAD_PARTIAL","features":[369]},{"name":"DN_BOOT_LOG_PROB","features":[369]},{"name":"DN_CHANGEABLE_FLAGS","features":[369]},{"name":"DN_CHILD_WITH_INVALID_ID","features":[369]},{"name":"DN_DEVICE_DISCONNECTED","features":[369]},{"name":"DN_DISABLEABLE","features":[369]},{"name":"DN_DRIVER_BLOCKED","features":[369]},{"name":"DN_DRIVER_LOADED","features":[369]},{"name":"DN_ENUM_LOADED","features":[369]},{"name":"DN_FILTERED","features":[369]},{"name":"DN_HARDWARE_ENUM","features":[369]},{"name":"DN_HAS_MARK","features":[369]},{"name":"DN_HAS_PROBLEM","features":[369]},{"name":"DN_LEGACY_DRIVER","features":[369]},{"name":"DN_LIAR","features":[369]},{"name":"DN_MANUAL","features":[369]},{"name":"DN_MF_CHILD","features":[369]},{"name":"DN_MF_PARENT","features":[369]},{"name":"DN_MOVED","features":[369]},{"name":"DN_NEEDS_LOCKING","features":[369]},{"name":"DN_NEED_RESTART","features":[369]},{"name":"DN_NEED_TO_ENUM","features":[369]},{"name":"DN_NOT_FIRST_TIME","features":[369]},{"name":"DN_NOT_FIRST_TIMEE","features":[369]},{"name":"DN_NO_SHOW_IN_DM","features":[369]},{"name":"DN_NT_DRIVER","features":[369]},{"name":"DN_NT_ENUMERATOR","features":[369]},{"name":"DN_PRIVATE_PROBLEM","features":[369]},{"name":"DN_QUERY_REMOVE_ACTIVE","features":[369]},{"name":"DN_QUERY_REMOVE_PENDING","features":[369]},{"name":"DN_REBAL_CANDIDATE","features":[369]},{"name":"DN_REMOVABLE","features":[369]},{"name":"DN_ROOT_ENUMERATED","features":[369]},{"name":"DN_SILENT_INSTALL","features":[369]},{"name":"DN_STARTED","features":[369]},{"name":"DN_STOP_FREE_RES","features":[369]},{"name":"DN_WILL_BE_REMOVED","features":[369]},{"name":"DPROMPT_BUFFERTOOSMALL","features":[369]},{"name":"DPROMPT_CANCEL","features":[369]},{"name":"DPROMPT_OUTOFMEMORY","features":[369]},{"name":"DPROMPT_SKIPFILE","features":[369]},{"name":"DPROMPT_SUCCESS","features":[369]},{"name":"DRIVER_COMPATID_RANK","features":[369]},{"name":"DRIVER_HARDWAREID_MASK","features":[369]},{"name":"DRIVER_HARDWAREID_RANK","features":[369]},{"name":"DRIVER_UNTRUSTED_COMPATID_RANK","features":[369]},{"name":"DRIVER_UNTRUSTED_HARDWAREID_RANK","features":[369]},{"name":"DRIVER_UNTRUSTED_RANK","features":[369]},{"name":"DRIVER_W9X_SUSPECT_COMPATID_RANK","features":[369]},{"name":"DRIVER_W9X_SUSPECT_HARDWAREID_RANK","features":[369]},{"name":"DRIVER_W9X_SUSPECT_RANK","features":[369]},{"name":"DWORD_MAX","features":[369]},{"name":"DYNAWIZ_FLAG_ANALYZE_HANDLECONFLICT","features":[369]},{"name":"DYNAWIZ_FLAG_INSTALLDET_NEXT","features":[369]},{"name":"DYNAWIZ_FLAG_INSTALLDET_PREV","features":[369]},{"name":"DYNAWIZ_FLAG_PAGESADDED","features":[369]},{"name":"DiInstallDevice","features":[369,307]},{"name":"DiInstallDriverA","features":[369,307]},{"name":"DiInstallDriverW","features":[369,307]},{"name":"DiRollbackDriver","features":[369,307]},{"name":"DiShowUpdateDevice","features":[369,307]},{"name":"DiShowUpdateDriver","features":[369,307]},{"name":"DiUninstallDevice","features":[369,307]},{"name":"DiUninstallDriverA","features":[369,307]},{"name":"DiUninstallDriverW","features":[369,307]},{"name":"ENABLECLASS_FAILURE","features":[369]},{"name":"ENABLECLASS_QUERY","features":[369]},{"name":"ENABLECLASS_SUCCESS","features":[369]},{"name":"FILEOP_ABORT","features":[369]},{"name":"FILEOP_BACKUP","features":[369]},{"name":"FILEOP_COPY","features":[369]},{"name":"FILEOP_DELETE","features":[369]},{"name":"FILEOP_DOIT","features":[369]},{"name":"FILEOP_NEWPATH","features":[369]},{"name":"FILEOP_RENAME","features":[369]},{"name":"FILEOP_RETRY","features":[369]},{"name":"FILEOP_SKIP","features":[369]},{"name":"FILEPATHS_A","features":[369]},{"name":"FILEPATHS_A","features":[369]},{"name":"FILEPATHS_SIGNERINFO_A","features":[369]},{"name":"FILEPATHS_SIGNERINFO_A","features":[369]},{"name":"FILEPATHS_SIGNERINFO_W","features":[369]},{"name":"FILEPATHS_SIGNERINFO_W","features":[369]},{"name":"FILEPATHS_W","features":[369]},{"name":"FILEPATHS_W","features":[369]},{"name":"FILE_COMPRESSION_MSZIP","features":[369]},{"name":"FILE_COMPRESSION_NONE","features":[369]},{"name":"FILE_COMPRESSION_NTCAB","features":[369]},{"name":"FILE_COMPRESSION_TYPE","features":[369]},{"name":"FILE_COMPRESSION_WINLZA","features":[369]},{"name":"FILE_IN_CABINET_INFO_A","features":[369]},{"name":"FILE_IN_CABINET_INFO_A","features":[369]},{"name":"FILE_IN_CABINET_INFO_W","features":[369]},{"name":"FILE_IN_CABINET_INFO_W","features":[369]},{"name":"FILTERED_LOG_CONF","features":[369]},{"name":"FLG_ADDPROPERTY_AND","features":[369]},{"name":"FLG_ADDPROPERTY_APPEND","features":[369]},{"name":"FLG_ADDPROPERTY_NOCLOBBER","features":[369]},{"name":"FLG_ADDPROPERTY_OR","features":[369]},{"name":"FLG_ADDPROPERTY_OVERWRITEONLY","features":[369]},{"name":"FLG_ADDREG_32BITKEY","features":[369]},{"name":"FLG_ADDREG_64BITKEY","features":[369]},{"name":"FLG_ADDREG_APPEND","features":[369]},{"name":"FLG_ADDREG_BINVALUETYPE","features":[369]},{"name":"FLG_ADDREG_DELREG_BIT","features":[369]},{"name":"FLG_ADDREG_DELVAL","features":[369]},{"name":"FLG_ADDREG_KEYONLY","features":[369]},{"name":"FLG_ADDREG_KEYONLY_COMMON","features":[369]},{"name":"FLG_ADDREG_NOCLOBBER","features":[369]},{"name":"FLG_ADDREG_OVERWRITEONLY","features":[369]},{"name":"FLG_ADDREG_TYPE_EXPAND_SZ","features":[369]},{"name":"FLG_ADDREG_TYPE_MULTI_SZ","features":[369]},{"name":"FLG_ADDREG_TYPE_SZ","features":[369]},{"name":"FLG_BITREG_32BITKEY","features":[369]},{"name":"FLG_BITREG_64BITKEY","features":[369]},{"name":"FLG_BITREG_CLEARBITS","features":[369]},{"name":"FLG_BITREG_SETBITS","features":[369]},{"name":"FLG_DELPROPERTY_MULTI_SZ_DELSTRING","features":[369]},{"name":"FLG_DELREG_32BITKEY","features":[369]},{"name":"FLG_DELREG_64BITKEY","features":[369]},{"name":"FLG_DELREG_KEYONLY_COMMON","features":[369]},{"name":"FLG_DELREG_OPERATION_MASK","features":[369]},{"name":"FLG_DELREG_TYPE_EXPAND_SZ","features":[369]},{"name":"FLG_DELREG_TYPE_MULTI_SZ","features":[369]},{"name":"FLG_DELREG_TYPE_SZ","features":[369]},{"name":"FLG_DELREG_VALUE","features":[369]},{"name":"FLG_INI2REG_32BITKEY","features":[369]},{"name":"FLG_INI2REG_64BITKEY","features":[369]},{"name":"FLG_PROFITEM_CSIDL","features":[369]},{"name":"FLG_PROFITEM_CURRENTUSER","features":[369]},{"name":"FLG_PROFITEM_DELETE","features":[369]},{"name":"FLG_PROFITEM_GROUP","features":[369]},{"name":"FLG_REGSVR_DLLINSTALL","features":[369]},{"name":"FLG_REGSVR_DLLREGISTER","features":[369]},{"name":"FORCED_LOG_CONF","features":[369]},{"name":"GUID_ACPI_CMOS_INTERFACE_STANDARD","features":[369]},{"name":"GUID_ACPI_INTERFACE_STANDARD","features":[369]},{"name":"GUID_ACPI_INTERFACE_STANDARD2","features":[369]},{"name":"GUID_ACPI_PORT_RANGES_INTERFACE_STANDARD","features":[369]},{"name":"GUID_ACPI_REGS_INTERFACE_STANDARD","features":[369]},{"name":"GUID_AGP_TARGET_BUS_INTERFACE_STANDARD","features":[369]},{"name":"GUID_ARBITER_INTERFACE_STANDARD","features":[369]},{"name":"GUID_BUS_INTERFACE_STANDARD","features":[369]},{"name":"GUID_BUS_RESOURCE_UPDATE_INTERFACE","features":[369]},{"name":"GUID_BUS_TYPE_1394","features":[369]},{"name":"GUID_BUS_TYPE_ACPI","features":[369]},{"name":"GUID_BUS_TYPE_AVC","features":[369]},{"name":"GUID_BUS_TYPE_DOT4PRT","features":[369]},{"name":"GUID_BUS_TYPE_EISA","features":[369]},{"name":"GUID_BUS_TYPE_HID","features":[369]},{"name":"GUID_BUS_TYPE_INTERNAL","features":[369]},{"name":"GUID_BUS_TYPE_IRDA","features":[369]},{"name":"GUID_BUS_TYPE_ISAPNP","features":[369]},{"name":"GUID_BUS_TYPE_LPTENUM","features":[369]},{"name":"GUID_BUS_TYPE_MCA","features":[369]},{"name":"GUID_BUS_TYPE_PCI","features":[369]},{"name":"GUID_BUS_TYPE_PCMCIA","features":[369]},{"name":"GUID_BUS_TYPE_SCM","features":[369]},{"name":"GUID_BUS_TYPE_SD","features":[369]},{"name":"GUID_BUS_TYPE_SERENUM","features":[369]},{"name":"GUID_BUS_TYPE_SW_DEVICE","features":[369]},{"name":"GUID_BUS_TYPE_USB","features":[369]},{"name":"GUID_BUS_TYPE_USBPRINT","features":[369]},{"name":"GUID_D3COLD_AUX_POWER_AND_TIMING_INTERFACE","features":[369]},{"name":"GUID_D3COLD_SUPPORT_INTERFACE","features":[369]},{"name":"GUID_DEVCLASS_1394","features":[369]},{"name":"GUID_DEVCLASS_1394DEBUG","features":[369]},{"name":"GUID_DEVCLASS_61883","features":[369]},{"name":"GUID_DEVCLASS_ADAPTER","features":[369]},{"name":"GUID_DEVCLASS_APMSUPPORT","features":[369]},{"name":"GUID_DEVCLASS_AVC","features":[369]},{"name":"GUID_DEVCLASS_BATTERY","features":[369]},{"name":"GUID_DEVCLASS_BIOMETRIC","features":[369]},{"name":"GUID_DEVCLASS_BLUETOOTH","features":[369]},{"name":"GUID_DEVCLASS_CAMERA","features":[369]},{"name":"GUID_DEVCLASS_CDROM","features":[369]},{"name":"GUID_DEVCLASS_COMPUTEACCELERATOR","features":[369]},{"name":"GUID_DEVCLASS_COMPUTER","features":[369]},{"name":"GUID_DEVCLASS_DECODER","features":[369]},{"name":"GUID_DEVCLASS_DISKDRIVE","features":[369]},{"name":"GUID_DEVCLASS_DISPLAY","features":[369]},{"name":"GUID_DEVCLASS_DOT4","features":[369]},{"name":"GUID_DEVCLASS_DOT4PRINT","features":[369]},{"name":"GUID_DEVCLASS_EHSTORAGESILO","features":[369]},{"name":"GUID_DEVCLASS_ENUM1394","features":[369]},{"name":"GUID_DEVCLASS_EXTENSION","features":[369]},{"name":"GUID_DEVCLASS_FDC","features":[369]},{"name":"GUID_DEVCLASS_FIRMWARE","features":[369]},{"name":"GUID_DEVCLASS_FLOPPYDISK","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_ACTIVITYMONITOR","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_ANTIVIRUS","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_BOTTOM","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_CFSMETADATASERVER","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_COMPRESSION","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_CONTENTSCREENER","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_CONTINUOUSBACKUP","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_COPYPROTECTION","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_ENCRYPTION","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_HSM","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_INFRASTRUCTURE","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_OPENFILEBACKUP","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_PHYSICALQUOTAMANAGEMENT","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_QUOTAMANAGEMENT","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_REPLICATION","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_SECURITYENHANCER","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_SYSTEM","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_SYSTEMRECOVERY","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_TOP","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_UNDELETE","features":[369]},{"name":"GUID_DEVCLASS_FSFILTER_VIRTUALIZATION","features":[369]},{"name":"GUID_DEVCLASS_GENERIC","features":[369]},{"name":"GUID_DEVCLASS_GPS","features":[369]},{"name":"GUID_DEVCLASS_HDC","features":[369]},{"name":"GUID_DEVCLASS_HIDCLASS","features":[369]},{"name":"GUID_DEVCLASS_HOLOGRAPHIC","features":[369]},{"name":"GUID_DEVCLASS_IMAGE","features":[369]},{"name":"GUID_DEVCLASS_INFINIBAND","features":[369]},{"name":"GUID_DEVCLASS_INFRARED","features":[369]},{"name":"GUID_DEVCLASS_KEYBOARD","features":[369]},{"name":"GUID_DEVCLASS_LEGACYDRIVER","features":[369]},{"name":"GUID_DEVCLASS_MEDIA","features":[369]},{"name":"GUID_DEVCLASS_MEDIUM_CHANGER","features":[369]},{"name":"GUID_DEVCLASS_MEMORY","features":[369]},{"name":"GUID_DEVCLASS_MODEM","features":[369]},{"name":"GUID_DEVCLASS_MONITOR","features":[369]},{"name":"GUID_DEVCLASS_MOUSE","features":[369]},{"name":"GUID_DEVCLASS_MTD","features":[369]},{"name":"GUID_DEVCLASS_MULTIFUNCTION","features":[369]},{"name":"GUID_DEVCLASS_MULTIPORTSERIAL","features":[369]},{"name":"GUID_DEVCLASS_NET","features":[369]},{"name":"GUID_DEVCLASS_NETCLIENT","features":[369]},{"name":"GUID_DEVCLASS_NETDRIVER","features":[369]},{"name":"GUID_DEVCLASS_NETSERVICE","features":[369]},{"name":"GUID_DEVCLASS_NETTRANS","features":[369]},{"name":"GUID_DEVCLASS_NETUIO","features":[369]},{"name":"GUID_DEVCLASS_NODRIVER","features":[369]},{"name":"GUID_DEVCLASS_PCMCIA","features":[369]},{"name":"GUID_DEVCLASS_PNPPRINTERS","features":[369]},{"name":"GUID_DEVCLASS_PORTS","features":[369]},{"name":"GUID_DEVCLASS_PRIMITIVE","features":[369]},{"name":"GUID_DEVCLASS_PRINTER","features":[369]},{"name":"GUID_DEVCLASS_PRINTERUPGRADE","features":[369]},{"name":"GUID_DEVCLASS_PRINTQUEUE","features":[369]},{"name":"GUID_DEVCLASS_PROCESSOR","features":[369]},{"name":"GUID_DEVCLASS_SBP2","features":[369]},{"name":"GUID_DEVCLASS_SCMDISK","features":[369]},{"name":"GUID_DEVCLASS_SCMVOLUME","features":[369]},{"name":"GUID_DEVCLASS_SCSIADAPTER","features":[369]},{"name":"GUID_DEVCLASS_SECURITYACCELERATOR","features":[369]},{"name":"GUID_DEVCLASS_SENSOR","features":[369]},{"name":"GUID_DEVCLASS_SIDESHOW","features":[369]},{"name":"GUID_DEVCLASS_SMARTCARDREADER","features":[369]},{"name":"GUID_DEVCLASS_SMRDISK","features":[369]},{"name":"GUID_DEVCLASS_SMRVOLUME","features":[369]},{"name":"GUID_DEVCLASS_SOFTWARECOMPONENT","features":[369]},{"name":"GUID_DEVCLASS_SOUND","features":[369]},{"name":"GUID_DEVCLASS_SYSTEM","features":[369]},{"name":"GUID_DEVCLASS_TAPEDRIVE","features":[369]},{"name":"GUID_DEVCLASS_UCM","features":[369]},{"name":"GUID_DEVCLASS_UNKNOWN","features":[369]},{"name":"GUID_DEVCLASS_USB","features":[369]},{"name":"GUID_DEVCLASS_VOLUME","features":[369]},{"name":"GUID_DEVCLASS_VOLUMESNAPSHOT","features":[369]},{"name":"GUID_DEVCLASS_WCEUSBS","features":[369]},{"name":"GUID_DEVCLASS_WPD","features":[369]},{"name":"GUID_DEVICE_INTERFACE_ARRIVAL","features":[369]},{"name":"GUID_DEVICE_INTERFACE_REMOVAL","features":[369]},{"name":"GUID_DEVICE_RESET_INTERFACE_STANDARD","features":[369]},{"name":"GUID_DMA_CACHE_COHERENCY_INTERFACE","features":[369]},{"name":"GUID_HWPROFILE_CHANGE_CANCELLED","features":[369]},{"name":"GUID_HWPROFILE_CHANGE_COMPLETE","features":[369]},{"name":"GUID_HWPROFILE_QUERY_CHANGE","features":[369]},{"name":"GUID_INT_ROUTE_INTERFACE_STANDARD","features":[369]},{"name":"GUID_IOMMU_BUS_INTERFACE","features":[369]},{"name":"GUID_KERNEL_SOFT_RESTART_CANCEL","features":[369]},{"name":"GUID_KERNEL_SOFT_RESTART_FINALIZE","features":[369]},{"name":"GUID_KERNEL_SOFT_RESTART_PREPARE","features":[369]},{"name":"GUID_LEGACY_DEVICE_DETECTION_STANDARD","features":[369]},{"name":"GUID_MF_ENUMERATION_INTERFACE","features":[369]},{"name":"GUID_MSIX_TABLE_CONFIG_INTERFACE","features":[369]},{"name":"GUID_NPEM_CONTROL_INTERFACE","features":[369]},{"name":"GUID_PARTITION_UNIT_INTERFACE_STANDARD","features":[369]},{"name":"GUID_PCC_INTERFACE_INTERNAL","features":[369]},{"name":"GUID_PCC_INTERFACE_STANDARD","features":[369]},{"name":"GUID_PCI_ATS_INTERFACE","features":[369]},{"name":"GUID_PCI_BUS_INTERFACE_STANDARD","features":[369]},{"name":"GUID_PCI_BUS_INTERFACE_STANDARD2","features":[369]},{"name":"GUID_PCI_DEVICE_PRESENT_INTERFACE","features":[369]},{"name":"GUID_PCI_EXPRESS_LINK_QUIESCENT_INTERFACE","features":[369]},{"name":"GUID_PCI_EXPRESS_ROOT_PORT_INTERFACE","features":[369]},{"name":"GUID_PCI_FPGA_CONTROL_INTERFACE","features":[369]},{"name":"GUID_PCI_PTM_CONTROL_INTERFACE","features":[369]},{"name":"GUID_PCI_SECURITY_INTERFACE","features":[369]},{"name":"GUID_PCI_VIRTUALIZATION_INTERFACE","features":[369]},{"name":"GUID_PCMCIA_BUS_INTERFACE_STANDARD","features":[369]},{"name":"GUID_PNP_CUSTOM_NOTIFICATION","features":[369]},{"name":"GUID_PNP_EXTENDED_ADDRESS_INTERFACE","features":[369]},{"name":"GUID_PNP_LOCATION_INTERFACE","features":[369]},{"name":"GUID_PNP_POWER_NOTIFICATION","features":[369]},{"name":"GUID_PNP_POWER_SETTING_CHANGE","features":[369]},{"name":"GUID_POWER_DEVICE_ENABLE","features":[369]},{"name":"GUID_POWER_DEVICE_TIMEOUTS","features":[369]},{"name":"GUID_POWER_DEVICE_WAKE_ENABLE","features":[369]},{"name":"GUID_PROCESSOR_PCC_INTERFACE_STANDARD","features":[369]},{"name":"GUID_QUERY_CRASHDUMP_FUNCTIONS","features":[369]},{"name":"GUID_RECOVERY_NVMED_PREPARE_SHUTDOWN","features":[369]},{"name":"GUID_RECOVERY_PCI_PREPARE_SHUTDOWN","features":[369]},{"name":"GUID_REENUMERATE_SELF_INTERFACE_STANDARD","features":[369]},{"name":"GUID_SCM_BUS_INTERFACE","features":[369]},{"name":"GUID_SCM_BUS_LD_INTERFACE","features":[369]},{"name":"GUID_SCM_BUS_NVD_INTERFACE","features":[369]},{"name":"GUID_SCM_PHYSICAL_NVDIMM_INTERFACE","features":[369]},{"name":"GUID_SDEV_IDENTIFIER_INTERFACE","features":[369]},{"name":"GUID_SECURE_DRIVER_INTERFACE","features":[369]},{"name":"GUID_TARGET_DEVICE_QUERY_REMOVE","features":[369]},{"name":"GUID_TARGET_DEVICE_REMOVE_CANCELLED","features":[369]},{"name":"GUID_TARGET_DEVICE_REMOVE_COMPLETE","features":[369]},{"name":"GUID_TARGET_DEVICE_TRANSPORT_RELATIONS_CHANGED","features":[369]},{"name":"GUID_THERMAL_COOLING_INTERFACE","features":[369]},{"name":"GUID_TRANSLATOR_INTERFACE_STANDARD","features":[369]},{"name":"GUID_WUDF_DEVICE_HOST_PROBLEM","features":[369]},{"name":"HCMNOTIFICATION","features":[369]},{"name":"HDEVINFO","features":[369]},{"name":"HWPROFILEINFO_A","features":[369]},{"name":"HWPROFILEINFO_W","features":[369]},{"name":"IDD_DYNAWIZ_ANALYZEDEV_PAGE","features":[369]},{"name":"IDD_DYNAWIZ_ANALYZE_NEXTPAGE","features":[369]},{"name":"IDD_DYNAWIZ_ANALYZE_PREVPAGE","features":[369]},{"name":"IDD_DYNAWIZ_FIRSTPAGE","features":[369]},{"name":"IDD_DYNAWIZ_INSTALLDETECTEDDEVS_PAGE","features":[369]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_NEXTPAGE","features":[369]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_NODEVS","features":[369]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_PREVPAGE","features":[369]},{"name":"IDD_DYNAWIZ_SELECTCLASS_PAGE","features":[369]},{"name":"IDD_DYNAWIZ_SELECTDEV_PAGE","features":[369]},{"name":"IDD_DYNAWIZ_SELECT_NEXTPAGE","features":[369]},{"name":"IDD_DYNAWIZ_SELECT_PREVPAGE","features":[369]},{"name":"IDF_CHECKFIRST","features":[369]},{"name":"IDF_NOBEEP","features":[369]},{"name":"IDF_NOBROWSE","features":[369]},{"name":"IDF_NOCOMPRESSED","features":[369]},{"name":"IDF_NODETAILS","features":[369]},{"name":"IDF_NOFOREGROUND","features":[369]},{"name":"IDF_NOREMOVABLEMEDIAPROMPT","features":[369]},{"name":"IDF_NOSKIP","features":[369]},{"name":"IDF_OEMDISK","features":[369]},{"name":"IDF_USEDISKNAMEASPROMPT","features":[369]},{"name":"IDF_WARNIFSKIP","features":[369]},{"name":"IDI_CLASSICON_OVERLAYFIRST","features":[369]},{"name":"IDI_CLASSICON_OVERLAYLAST","features":[369]},{"name":"IDI_CONFLICT","features":[369]},{"name":"IDI_DISABLED_OVL","features":[369]},{"name":"IDI_FORCED_OVL","features":[369]},{"name":"IDI_PROBLEM_OVL","features":[369]},{"name":"IDI_RESOURCE","features":[369]},{"name":"IDI_RESOURCEFIRST","features":[369]},{"name":"IDI_RESOURCELAST","features":[369]},{"name":"IDI_RESOURCEOVERLAYFIRST","features":[369]},{"name":"IDI_RESOURCEOVERLAYLAST","features":[369]},{"name":"INFCONTEXT","features":[369]},{"name":"INFCONTEXT","features":[369]},{"name":"INFINFO_DEFAULT_SEARCH","features":[369]},{"name":"INFINFO_INF_NAME_IS_ABSOLUTE","features":[369]},{"name":"INFINFO_INF_PATH_LIST_SEARCH","features":[369]},{"name":"INFINFO_INF_SPEC_IS_HINF","features":[369]},{"name":"INFINFO_REVERSE_DEFAULT_SEARCH","features":[369]},{"name":"INFSTR_BUS_ALL","features":[369]},{"name":"INFSTR_BUS_EISA","features":[369]},{"name":"INFSTR_BUS_ISA","features":[369]},{"name":"INFSTR_BUS_MCA","features":[369]},{"name":"INFSTR_CFGPRI_DESIRED","features":[369]},{"name":"INFSTR_CFGPRI_DISABLED","features":[369]},{"name":"INFSTR_CFGPRI_FORCECONFIG","features":[369]},{"name":"INFSTR_CFGPRI_HARDRECONFIG","features":[369]},{"name":"INFSTR_CFGPRI_HARDWIRED","features":[369]},{"name":"INFSTR_CFGPRI_NORMAL","features":[369]},{"name":"INFSTR_CFGPRI_POWEROFF","features":[369]},{"name":"INFSTR_CFGPRI_REBOOT","features":[369]},{"name":"INFSTR_CFGPRI_RESTART","features":[369]},{"name":"INFSTR_CFGPRI_SUBOPTIMAL","features":[369]},{"name":"INFSTR_CFGTYPE_BASIC","features":[369]},{"name":"INFSTR_CFGTYPE_FORCED","features":[369]},{"name":"INFSTR_CFGTYPE_OVERRIDE","features":[369]},{"name":"INFSTR_CLASS_SAFEEXCL","features":[369]},{"name":"INFSTR_CONTROLFLAGS_SECTION","features":[369]},{"name":"INFSTR_DRIVERSELECT_FUNCTIONS","features":[369]},{"name":"INFSTR_DRIVERSELECT_SECTION","features":[369]},{"name":"INFSTR_DRIVERVERSION_SECTION","features":[369]},{"name":"INFSTR_KEY_ACTION","features":[369]},{"name":"INFSTR_KEY_ALWAYSEXCLUDEFROMSELECT","features":[369]},{"name":"INFSTR_KEY_BUFFER_SIZE","features":[369]},{"name":"INFSTR_KEY_CATALOGFILE","features":[369]},{"name":"INFSTR_KEY_CHANNEL_ACCESS","features":[369]},{"name":"INFSTR_KEY_CHANNEL_ENABLED","features":[369]},{"name":"INFSTR_KEY_CHANNEL_ISOLATION","features":[369]},{"name":"INFSTR_KEY_CHANNEL_VALUE","features":[369]},{"name":"INFSTR_KEY_CLASS","features":[369]},{"name":"INFSTR_KEY_CLASSGUID","features":[369]},{"name":"INFSTR_KEY_CLOCK_TYPE","features":[369]},{"name":"INFSTR_KEY_CONFIGPRIORITY","features":[369]},{"name":"INFSTR_KEY_COPYFILESONLY","features":[369]},{"name":"INFSTR_KEY_DATA_ITEM","features":[369]},{"name":"INFSTR_KEY_DELAYEDAUTOSTART","features":[369]},{"name":"INFSTR_KEY_DEPENDENCIES","features":[369]},{"name":"INFSTR_KEY_DESCRIPTION","features":[369]},{"name":"INFSTR_KEY_DETECTLIST","features":[369]},{"name":"INFSTR_KEY_DETPARAMS","features":[369]},{"name":"INFSTR_KEY_DISABLE_REALTIME_PERSISTENCE","features":[369]},{"name":"INFSTR_KEY_DISPLAYNAME","features":[369]},{"name":"INFSTR_KEY_DMA","features":[369]},{"name":"INFSTR_KEY_DMACONFIG","features":[369]},{"name":"INFSTR_KEY_DRIVERSET","features":[369]},{"name":"INFSTR_KEY_ENABLED","features":[369]},{"name":"INFSTR_KEY_ENABLE_FLAGS","features":[369]},{"name":"INFSTR_KEY_ENABLE_LEVEL","features":[369]},{"name":"INFSTR_KEY_ENABLE_PROPERTY","features":[369]},{"name":"INFSTR_KEY_ERRORCONTROL","features":[369]},{"name":"INFSTR_KEY_EXCLUDEFROMSELECT","features":[369]},{"name":"INFSTR_KEY_EXCLUDERES","features":[369]},{"name":"INFSTR_KEY_EXTENSIONID","features":[369]},{"name":"INFSTR_KEY_FAILURE_ACTION","features":[369]},{"name":"INFSTR_KEY_FILE_MAX","features":[369]},{"name":"INFSTR_KEY_FILE_NAME","features":[369]},{"name":"INFSTR_KEY_FLUSH_TIMER","features":[369]},{"name":"INFSTR_KEY_FROMINET","features":[369]},{"name":"INFSTR_KEY_HARDWARE_CLASS","features":[369]},{"name":"INFSTR_KEY_HARDWARE_CLASSGUID","features":[369]},{"name":"INFSTR_KEY_INTERACTIVEINSTALL","features":[369]},{"name":"INFSTR_KEY_IO","features":[369]},{"name":"INFSTR_KEY_IOCONFIG","features":[369]},{"name":"INFSTR_KEY_IRQ","features":[369]},{"name":"INFSTR_KEY_IRQCONFIG","features":[369]},{"name":"INFSTR_KEY_LOADORDERGROUP","features":[369]},{"name":"INFSTR_KEY_LOGGING_AUTOBACKUP","features":[369]},{"name":"INFSTR_KEY_LOGGING_MAXSIZE","features":[369]},{"name":"INFSTR_KEY_LOGGING_RETENTION","features":[369]},{"name":"INFSTR_KEY_LOG_FILE_MODE","features":[369]},{"name":"INFSTR_KEY_MATCH_ALL_KEYWORD","features":[369]},{"name":"INFSTR_KEY_MATCH_ANY_KEYWORD","features":[369]},{"name":"INFSTR_KEY_MAXIMUM_BUFFERS","features":[369]},{"name":"INFSTR_KEY_MAX_FILE_SIZE","features":[369]},{"name":"INFSTR_KEY_MEM","features":[369]},{"name":"INFSTR_KEY_MEMCONFIG","features":[369]},{"name":"INFSTR_KEY_MEMLARGECONFIG","features":[369]},{"name":"INFSTR_KEY_MESSAGE_FILE","features":[369]},{"name":"INFSTR_KEY_MFCARDCONFIG","features":[369]},{"name":"INFSTR_KEY_MINIMUM_BUFFERS","features":[369]},{"name":"INFSTR_KEY_NAME","features":[369]},{"name":"INFSTR_KEY_NON_CRASH_FAILURES","features":[369]},{"name":"INFSTR_KEY_NOSETUPINF","features":[369]},{"name":"INFSTR_KEY_PARAMETER_FILE","features":[369]},{"name":"INFSTR_KEY_PATH","features":[369]},{"name":"INFSTR_KEY_PCCARDCONFIG","features":[369]},{"name":"INFSTR_KEY_PNPLOCKDOWN","features":[369]},{"name":"INFSTR_KEY_PROVIDER","features":[369]},{"name":"INFSTR_KEY_PROVIDER_NAME","features":[369]},{"name":"INFSTR_KEY_REQUESTADDITIONALSOFTWARE","features":[369]},{"name":"INFSTR_KEY_REQUIREDPRIVILEGES","features":[369]},{"name":"INFSTR_KEY_RESET_PERIOD","features":[369]},{"name":"INFSTR_KEY_RESOURCE_FILE","features":[369]},{"name":"INFSTR_KEY_SECURITY","features":[369]},{"name":"INFSTR_KEY_SERVICEBINARY","features":[369]},{"name":"INFSTR_KEY_SERVICESIDTYPE","features":[369]},{"name":"INFSTR_KEY_SERVICETYPE","features":[369]},{"name":"INFSTR_KEY_SIGNATURE","features":[369]},{"name":"INFSTR_KEY_SKIPLIST","features":[369]},{"name":"INFSTR_KEY_START","features":[369]},{"name":"INFSTR_KEY_STARTNAME","features":[369]},{"name":"INFSTR_KEY_STARTTYPE","features":[369]},{"name":"INFSTR_KEY_SUB_TYPE","features":[369]},{"name":"INFSTR_KEY_TRIGGER_TYPE","features":[369]},{"name":"INFSTR_PLATFORM_NT","features":[369]},{"name":"INFSTR_PLATFORM_NTALPHA","features":[369]},{"name":"INFSTR_PLATFORM_NTAMD64","features":[369]},{"name":"INFSTR_PLATFORM_NTARM","features":[369]},{"name":"INFSTR_PLATFORM_NTARM64","features":[369]},{"name":"INFSTR_PLATFORM_NTAXP64","features":[369]},{"name":"INFSTR_PLATFORM_NTIA64","features":[369]},{"name":"INFSTR_PLATFORM_NTMIPS","features":[369]},{"name":"INFSTR_PLATFORM_NTPPC","features":[369]},{"name":"INFSTR_PLATFORM_NTX86","features":[369]},{"name":"INFSTR_PLATFORM_WIN","features":[369]},{"name":"INFSTR_REBOOT","features":[369]},{"name":"INFSTR_RESTART","features":[369]},{"name":"INFSTR_RISK_BIOSROMRD","features":[369]},{"name":"INFSTR_RISK_DELICATE","features":[369]},{"name":"INFSTR_RISK_IORD","features":[369]},{"name":"INFSTR_RISK_IOWR","features":[369]},{"name":"INFSTR_RISK_LOW","features":[369]},{"name":"INFSTR_RISK_MEMRD","features":[369]},{"name":"INFSTR_RISK_MEMWR","features":[369]},{"name":"INFSTR_RISK_NONE","features":[369]},{"name":"INFSTR_RISK_QUERYDRV","features":[369]},{"name":"INFSTR_RISK_SWINT","features":[369]},{"name":"INFSTR_RISK_UNRELIABLE","features":[369]},{"name":"INFSTR_RISK_VERYHIGH","features":[369]},{"name":"INFSTR_RISK_VERYLOW","features":[369]},{"name":"INFSTR_SECT_AUTOEXECBAT","features":[369]},{"name":"INFSTR_SECT_AVOIDCFGSYSDEV","features":[369]},{"name":"INFSTR_SECT_AVOIDENVDEV","features":[369]},{"name":"INFSTR_SECT_AVOIDINIDEV","features":[369]},{"name":"INFSTR_SECT_BADACPIBIOS","features":[369]},{"name":"INFSTR_SECT_BADDISKBIOS","features":[369]},{"name":"INFSTR_SECT_BADDSBIOS","features":[369]},{"name":"INFSTR_SECT_BADPMCALLBIOS","features":[369]},{"name":"INFSTR_SECT_BADPNPBIOS","features":[369]},{"name":"INFSTR_SECT_BADRMCALLBIOS","features":[369]},{"name":"INFSTR_SECT_BADROUTINGTABLEBIOS","features":[369]},{"name":"INFSTR_SECT_CFGSYS","features":[369]},{"name":"INFSTR_SECT_CLASS_INSTALL","features":[369]},{"name":"INFSTR_SECT_CLASS_INSTALL_32","features":[369]},{"name":"INFSTR_SECT_DEFAULT_INSTALL","features":[369]},{"name":"INFSTR_SECT_DEFAULT_UNINSTALL","features":[369]},{"name":"INFSTR_SECT_DETCLASSINFO","features":[369]},{"name":"INFSTR_SECT_DETMODULES","features":[369]},{"name":"INFSTR_SECT_DETOPTIONS","features":[369]},{"name":"INFSTR_SECT_DEVINFS","features":[369]},{"name":"INFSTR_SECT_DISPLAY_CLEANUP","features":[369]},{"name":"INFSTR_SECT_EXTENSIONCONTRACTS","features":[369]},{"name":"INFSTR_SECT_FORCEHWVERIFY","features":[369]},{"name":"INFSTR_SECT_GOODACPIBIOS","features":[369]},{"name":"INFSTR_SECT_HPOMNIBOOK","features":[369]},{"name":"INFSTR_SECT_INTERFACE_INSTALL_32","features":[369]},{"name":"INFSTR_SECT_MACHINEIDBIOS","features":[369]},{"name":"INFSTR_SECT_MANUALDEV","features":[369]},{"name":"INFSTR_SECT_MFG","features":[369]},{"name":"INFSTR_SECT_REGCFGSYSDEV","features":[369]},{"name":"INFSTR_SECT_REGENVDEV","features":[369]},{"name":"INFSTR_SECT_REGINIDEV","features":[369]},{"name":"INFSTR_SECT_SYSINI","features":[369]},{"name":"INFSTR_SECT_SYSINIDRV","features":[369]},{"name":"INFSTR_SECT_TARGETCOMPUTERS","features":[369]},{"name":"INFSTR_SECT_VERSION","features":[369]},{"name":"INFSTR_SECT_WININIRUN","features":[369]},{"name":"INFSTR_SOFTWAREVERSION_SECTION","features":[369]},{"name":"INFSTR_STRKEY_DRVDESC","features":[369]},{"name":"INFSTR_SUBKEY_COINSTALLERS","features":[369]},{"name":"INFSTR_SUBKEY_CTL","features":[369]},{"name":"INFSTR_SUBKEY_DET","features":[369]},{"name":"INFSTR_SUBKEY_EVENTS","features":[369]},{"name":"INFSTR_SUBKEY_FACTDEF","features":[369]},{"name":"INFSTR_SUBKEY_FILTERS","features":[369]},{"name":"INFSTR_SUBKEY_HW","features":[369]},{"name":"INFSTR_SUBKEY_INTERFACES","features":[369]},{"name":"INFSTR_SUBKEY_LOGCONFIG","features":[369]},{"name":"INFSTR_SUBKEY_LOGCONFIGOVERRIDE","features":[369]},{"name":"INFSTR_SUBKEY_NORESOURCEDUPS","features":[369]},{"name":"INFSTR_SUBKEY_POSSIBLEDUPS","features":[369]},{"name":"INFSTR_SUBKEY_SERVICES","features":[369]},{"name":"INFSTR_SUBKEY_SOFTWARE","features":[369]},{"name":"INFSTR_SUBKEY_WMI","features":[369]},{"name":"INF_STYLE","features":[369]},{"name":"INF_STYLE_CACHE_DISABLE","features":[369]},{"name":"INF_STYLE_CACHE_ENABLE","features":[369]},{"name":"INF_STYLE_CACHE_IGNORE","features":[369]},{"name":"INF_STYLE_NONE","features":[369]},{"name":"INF_STYLE_OLDNT","features":[369]},{"name":"INF_STYLE_WIN4","features":[369]},{"name":"INSTALLFLAG_BITS","features":[369]},{"name":"INSTALLFLAG_FORCE","features":[369]},{"name":"INSTALLFLAG_NONINTERACTIVE","features":[369]},{"name":"INSTALLFLAG_READONLY","features":[369]},{"name":"IOA_Local","features":[369]},{"name":"IOD_DESFLAGS","features":[369]},{"name":"IO_ALIAS_10_BIT_DECODE","features":[369]},{"name":"IO_ALIAS_12_BIT_DECODE","features":[369]},{"name":"IO_ALIAS_16_BIT_DECODE","features":[369]},{"name":"IO_ALIAS_POSITIVE_DECODE","features":[369]},{"name":"IO_DES","features":[369]},{"name":"IO_RANGE","features":[369]},{"name":"IO_RESOURCE","features":[369]},{"name":"IRQD_FLAGS","features":[369]},{"name":"IRQ_DES_32","features":[369]},{"name":"IRQ_DES_64","features":[369]},{"name":"IRQ_RANGE","features":[369]},{"name":"IRQ_RESOURCE_32","features":[369]},{"name":"IRQ_RESOURCE_64","features":[369]},{"name":"InstallHinfSectionA","features":[369,307]},{"name":"InstallHinfSectionW","features":[369,307]},{"name":"LCPRI_BOOTCONFIG","features":[369]},{"name":"LCPRI_DESIRED","features":[369]},{"name":"LCPRI_DISABLED","features":[369]},{"name":"LCPRI_FORCECONFIG","features":[369]},{"name":"LCPRI_HARDRECONFIG","features":[369]},{"name":"LCPRI_HARDWIRED","features":[369]},{"name":"LCPRI_IMPOSSIBLE","features":[369]},{"name":"LCPRI_LASTBESTCONFIG","features":[369]},{"name":"LCPRI_LASTSOFTCONFIG","features":[369]},{"name":"LCPRI_NORMAL","features":[369]},{"name":"LCPRI_POWEROFF","features":[369]},{"name":"LCPRI_REBOOT","features":[369]},{"name":"LCPRI_RESTART","features":[369]},{"name":"LCPRI_SUBOPTIMAL","features":[369]},{"name":"LINE_LEN","features":[369]},{"name":"LOG_CONF_BITS","features":[369]},{"name":"LogSevError","features":[369]},{"name":"LogSevFatalError","features":[369]},{"name":"LogSevInformation","features":[369]},{"name":"LogSevMaximum","features":[369]},{"name":"LogSevWarning","features":[369]},{"name":"MAX_CLASS_NAME_LEN","features":[369]},{"name":"MAX_CONFIG_VALUE","features":[369]},{"name":"MAX_DEVICE_ID_LEN","features":[369]},{"name":"MAX_DEVNODE_ID_LEN","features":[369]},{"name":"MAX_DMA_CHANNELS","features":[369]},{"name":"MAX_GUID_STRING_LEN","features":[369]},{"name":"MAX_IDD_DYNAWIZ_RESOURCE_ID","features":[369]},{"name":"MAX_INFSTR_STRKEY_LEN","features":[369]},{"name":"MAX_INF_FLAG","features":[369]},{"name":"MAX_INF_SECTION_NAME_LENGTH","features":[369]},{"name":"MAX_INF_STRING_LENGTH","features":[369]},{"name":"MAX_INSTALLWIZARD_DYNAPAGES","features":[369]},{"name":"MAX_INSTANCE_VALUE","features":[369]},{"name":"MAX_INSTRUCTION_LEN","features":[369]},{"name":"MAX_IO_PORTS","features":[369]},{"name":"MAX_IRQS","features":[369]},{"name":"MAX_KEY_LEN","features":[369]},{"name":"MAX_LABEL_LEN","features":[369]},{"name":"MAX_LCPRI","features":[369]},{"name":"MAX_MEM_REGISTERS","features":[369]},{"name":"MAX_PRIORITYSTR_LEN","features":[369]},{"name":"MAX_PROFILE_LEN","features":[369]},{"name":"MAX_SERVICE_NAME_LEN","features":[369]},{"name":"MAX_SUBTITLE_LEN","features":[369]},{"name":"MAX_TITLE_LEN","features":[369]},{"name":"MD_FLAGS","features":[369]},{"name":"MEM_DES","features":[369]},{"name":"MEM_LARGE_DES","features":[369]},{"name":"MEM_LARGE_RANGE","features":[369]},{"name":"MEM_LARGE_RESOURCE","features":[369]},{"name":"MEM_RANGE","features":[369]},{"name":"MEM_RESOURCE","features":[369]},{"name":"MFCARD_DES","features":[369]},{"name":"MFCARD_RESOURCE","features":[369]},{"name":"MIN_IDD_DYNAWIZ_RESOURCE_ID","features":[369]},{"name":"NDW_INSTALLFLAG_CI_PICKED_OEM","features":[369]},{"name":"NDW_INSTALLFLAG_DIDFACTDEFS","features":[369]},{"name":"NDW_INSTALLFLAG_EXPRESSINTRO","features":[369]},{"name":"NDW_INSTALLFLAG_HARDWAREALLREADYIN","features":[369]},{"name":"NDW_INSTALLFLAG_INSTALLSPECIFIC","features":[369]},{"name":"NDW_INSTALLFLAG_KNOWNCLASS","features":[369]},{"name":"NDW_INSTALLFLAG_NEEDSHUTDOWN","features":[369]},{"name":"NDW_INSTALLFLAG_NODETECTEDDEVS","features":[369]},{"name":"NDW_INSTALLFLAG_PCMCIADEVICE","features":[369]},{"name":"NDW_INSTALLFLAG_PCMCIAMODE","features":[369]},{"name":"NDW_INSTALLFLAG_SKIPCLASSLIST","features":[369]},{"name":"NDW_INSTALLFLAG_SKIPISDEVINSTALLED","features":[369]},{"name":"NDW_INSTALLFLAG_USERCANCEL","features":[369]},{"name":"NUM_CM_PROB","features":[369]},{"name":"NUM_CM_PROB_V1","features":[369]},{"name":"NUM_CM_PROB_V2","features":[369]},{"name":"NUM_CM_PROB_V3","features":[369]},{"name":"NUM_CM_PROB_V4","features":[369]},{"name":"NUM_CM_PROB_V5","features":[369]},{"name":"NUM_CM_PROB_V6","features":[369]},{"name":"NUM_CM_PROB_V7","features":[369]},{"name":"NUM_CM_PROB_V8","features":[369]},{"name":"NUM_CM_PROB_V9","features":[369]},{"name":"NUM_CR_RESULTS","features":[369]},{"name":"NUM_LOG_CONF","features":[369]},{"name":"OEM_SOURCE_MEDIA_TYPE","features":[369]},{"name":"OVERRIDE_LOG_CONF","features":[369]},{"name":"PCCARD_DES","features":[369]},{"name":"PCCARD_RESOURCE","features":[369]},{"name":"PCD_FLAGS","features":[369]},{"name":"PCD_MAX_IO","features":[369]},{"name":"PCD_MAX_MEMORY","features":[369]},{"name":"PCM_NOTIFY_CALLBACK","features":[369]},{"name":"PDETECT_PROGRESS_NOTIFY","features":[369,307]},{"name":"PMF_FLAGS","features":[369]},{"name":"PNP_VETO_TYPE","features":[369]},{"name":"PNP_VetoAlreadyRemoved","features":[369]},{"name":"PNP_VetoDevice","features":[369]},{"name":"PNP_VetoDriver","features":[369]},{"name":"PNP_VetoIllegalDeviceRequest","features":[369]},{"name":"PNP_VetoInsufficientPower","features":[369]},{"name":"PNP_VetoInsufficientRights","features":[369]},{"name":"PNP_VetoLegacyDevice","features":[369]},{"name":"PNP_VetoLegacyDriver","features":[369]},{"name":"PNP_VetoNonDisableable","features":[369]},{"name":"PNP_VetoOutstandingOpen","features":[369]},{"name":"PNP_VetoPendingClose","features":[369]},{"name":"PNP_VetoTypeUnknown","features":[369]},{"name":"PNP_VetoWindowsApp","features":[369]},{"name":"PNP_VetoWindowsService","features":[369]},{"name":"PRIORITY_BIT","features":[369]},{"name":"PRIORITY_EQUAL_FIRST","features":[369]},{"name":"PRIORITY_EQUAL_LAST","features":[369]},{"name":"PSP_DETSIG_CMPPROC","features":[369]},{"name":"PSP_FILE_CALLBACK_A","features":[369]},{"name":"PSP_FILE_CALLBACK_W","features":[369]},{"name":"ROLLBACK_BITS","features":[369]},{"name":"ROLLBACK_FLAG_NO_UI","features":[369]},{"name":"RegDisposition_Bits","features":[369]},{"name":"RegDisposition_OpenAlways","features":[369]},{"name":"RegDisposition_OpenExisting","features":[369]},{"name":"ResType_All","features":[369]},{"name":"ResType_BusNumber","features":[369]},{"name":"ResType_ClassSpecific","features":[369]},{"name":"ResType_Connection","features":[369]},{"name":"ResType_DMA","features":[369]},{"name":"ResType_DevicePrivate","features":[369]},{"name":"ResType_DoNotUse","features":[369]},{"name":"ResType_IO","features":[369]},{"name":"ResType_IRQ","features":[369]},{"name":"ResType_Ignored_Bit","features":[369]},{"name":"ResType_MAX","features":[369]},{"name":"ResType_Mem","features":[369]},{"name":"ResType_MemLarge","features":[369]},{"name":"ResType_MfCardConfig","features":[369]},{"name":"ResType_None","features":[369]},{"name":"ResType_PcCardConfig","features":[369]},{"name":"ResType_Reserved","features":[369]},{"name":"SCWMI_CLOBBER_SECURITY","features":[369]},{"name":"SETDIRID_NOT_FULL_PATH","features":[369]},{"name":"SETUPSCANFILEQUEUE_FLAGS","features":[369]},{"name":"SETUP_DI_DEVICE_CONFIGURATION_FLAGS","features":[369]},{"name":"SETUP_DI_DEVICE_CREATION_FLAGS","features":[369]},{"name":"SETUP_DI_DEVICE_INSTALL_FLAGS","features":[369]},{"name":"SETUP_DI_DEVICE_INSTALL_FLAGS_EX","features":[369]},{"name":"SETUP_DI_DRIVER_INSTALL_FLAGS","features":[369]},{"name":"SETUP_DI_DRIVER_TYPE","features":[369]},{"name":"SETUP_DI_GET_CLASS_DEVS_FLAGS","features":[369]},{"name":"SETUP_DI_PROPERTY_CHANGE_SCOPE","features":[369]},{"name":"SETUP_DI_REGISTRY_PROPERTY","features":[369]},{"name":"SETUP_DI_REMOVE_DEVICE_SCOPE","features":[369]},{"name":"SETUP_DI_STATE_CHANGE","features":[369]},{"name":"SETUP_FILE_OPERATION","features":[369]},{"name":"SIGNERSCORE_AUTHENTICODE","features":[369]},{"name":"SIGNERSCORE_INBOX","features":[369]},{"name":"SIGNERSCORE_LOGO_PREMIUM","features":[369]},{"name":"SIGNERSCORE_LOGO_STANDARD","features":[369]},{"name":"SIGNERSCORE_MASK","features":[369]},{"name":"SIGNERSCORE_SIGNED_MASK","features":[369]},{"name":"SIGNERSCORE_UNCLASSIFIED","features":[369]},{"name":"SIGNERSCORE_UNKNOWN","features":[369]},{"name":"SIGNERSCORE_UNSIGNED","features":[369]},{"name":"SIGNERSCORE_W9X_SUSPECT","features":[369]},{"name":"SIGNERSCORE_WHQL","features":[369]},{"name":"SOURCE_MEDIA_A","features":[369]},{"name":"SOURCE_MEDIA_A","features":[369]},{"name":"SOURCE_MEDIA_W","features":[369]},{"name":"SOURCE_MEDIA_W","features":[369]},{"name":"SPCRP_CHARACTERISTICS","features":[369]},{"name":"SPCRP_DEVTYPE","features":[369]},{"name":"SPCRP_EXCLUSIVE","features":[369]},{"name":"SPCRP_LOWERFILTERS","features":[369]},{"name":"SPCRP_MAXIMUM_PROPERTY","features":[369]},{"name":"SPCRP_SECURITY","features":[369]},{"name":"SPCRP_SECURITY_SDS","features":[369]},{"name":"SPCRP_UPPERFILTERS","features":[369]},{"name":"SPDIT_CLASSDRIVER","features":[369]},{"name":"SPDIT_COMPATDRIVER","features":[369]},{"name":"SPDIT_NODRIVER","features":[369]},{"name":"SPDRP_ADDRESS","features":[369]},{"name":"SPDRP_BASE_CONTAINERID","features":[369]},{"name":"SPDRP_BUSNUMBER","features":[369]},{"name":"SPDRP_BUSTYPEGUID","features":[369]},{"name":"SPDRP_CAPABILITIES","features":[369]},{"name":"SPDRP_CHARACTERISTICS","features":[369]},{"name":"SPDRP_CLASS","features":[369]},{"name":"SPDRP_CLASSGUID","features":[369]},{"name":"SPDRP_COMPATIBLEIDS","features":[369]},{"name":"SPDRP_CONFIGFLAGS","features":[369]},{"name":"SPDRP_DEVICEDESC","features":[369]},{"name":"SPDRP_DEVICE_POWER_DATA","features":[369]},{"name":"SPDRP_DEVTYPE","features":[369]},{"name":"SPDRP_DRIVER","features":[369]},{"name":"SPDRP_ENUMERATOR_NAME","features":[369]},{"name":"SPDRP_EXCLUSIVE","features":[369]},{"name":"SPDRP_FRIENDLYNAME","features":[369]},{"name":"SPDRP_HARDWAREID","features":[369]},{"name":"SPDRP_INSTALL_STATE","features":[369]},{"name":"SPDRP_LEGACYBUSTYPE","features":[369]},{"name":"SPDRP_LOCATION_INFORMATION","features":[369]},{"name":"SPDRP_LOCATION_PATHS","features":[369]},{"name":"SPDRP_LOWERFILTERS","features":[369]},{"name":"SPDRP_MAXIMUM_PROPERTY","features":[369]},{"name":"SPDRP_MFG","features":[369]},{"name":"SPDRP_PHYSICAL_DEVICE_OBJECT_NAME","features":[369]},{"name":"SPDRP_REMOVAL_POLICY","features":[369]},{"name":"SPDRP_REMOVAL_POLICY_HW_DEFAULT","features":[369]},{"name":"SPDRP_REMOVAL_POLICY_OVERRIDE","features":[369]},{"name":"SPDRP_SECURITY","features":[369]},{"name":"SPDRP_SECURITY_SDS","features":[369]},{"name":"SPDRP_SERVICE","features":[369]},{"name":"SPDRP_UI_NUMBER","features":[369]},{"name":"SPDRP_UI_NUMBER_DESC_FORMAT","features":[369]},{"name":"SPDRP_UNUSED0","features":[369]},{"name":"SPDRP_UNUSED1","features":[369]},{"name":"SPDRP_UNUSED2","features":[369]},{"name":"SPDRP_UPPERFILTERS","features":[369]},{"name":"SPDSL_DISALLOW_NEGATIVE_ADJUST","features":[369]},{"name":"SPDSL_IGNORE_DISK","features":[369]},{"name":"SPFILELOG_FORCENEW","features":[369]},{"name":"SPFILELOG_OEMFILE","features":[369]},{"name":"SPFILELOG_QUERYONLY","features":[369]},{"name":"SPFILELOG_SYSTEMLOG","features":[369]},{"name":"SPFILENOTIFY_BACKUPERROR","features":[369]},{"name":"SPFILENOTIFY_CABINETINFO","features":[369]},{"name":"SPFILENOTIFY_COPYERROR","features":[369]},{"name":"SPFILENOTIFY_DELETEERROR","features":[369]},{"name":"SPFILENOTIFY_ENDBACKUP","features":[369]},{"name":"SPFILENOTIFY_ENDCOPY","features":[369]},{"name":"SPFILENOTIFY_ENDDELETE","features":[369]},{"name":"SPFILENOTIFY_ENDQUEUE","features":[369]},{"name":"SPFILENOTIFY_ENDREGISTRATION","features":[369]},{"name":"SPFILENOTIFY_ENDRENAME","features":[369]},{"name":"SPFILENOTIFY_ENDSUBQUEUE","features":[369]},{"name":"SPFILENOTIFY_FILEEXTRACTED","features":[369]},{"name":"SPFILENOTIFY_FILEINCABINET","features":[369]},{"name":"SPFILENOTIFY_FILEOPDELAYED","features":[369]},{"name":"SPFILENOTIFY_LANGMISMATCH","features":[369]},{"name":"SPFILENOTIFY_NEEDMEDIA","features":[369]},{"name":"SPFILENOTIFY_NEEDNEWCABINET","features":[369]},{"name":"SPFILENOTIFY_QUEUESCAN","features":[369]},{"name":"SPFILENOTIFY_QUEUESCAN_EX","features":[369]},{"name":"SPFILENOTIFY_QUEUESCAN_SIGNERINFO","features":[369]},{"name":"SPFILENOTIFY_RENAMEERROR","features":[369]},{"name":"SPFILENOTIFY_STARTBACKUP","features":[369]},{"name":"SPFILENOTIFY_STARTCOPY","features":[369]},{"name":"SPFILENOTIFY_STARTDELETE","features":[369]},{"name":"SPFILENOTIFY_STARTQUEUE","features":[369]},{"name":"SPFILENOTIFY_STARTREGISTRATION","features":[369]},{"name":"SPFILENOTIFY_STARTRENAME","features":[369]},{"name":"SPFILENOTIFY_STARTSUBQUEUE","features":[369]},{"name":"SPFILENOTIFY_TARGETEXISTS","features":[369]},{"name":"SPFILENOTIFY_TARGETNEWER","features":[369]},{"name":"SPFILEQ_FILE_IN_USE","features":[369]},{"name":"SPFILEQ_REBOOT_IN_PROGRESS","features":[369]},{"name":"SPFILEQ_REBOOT_RECOMMENDED","features":[369]},{"name":"SPID_ACTIVE","features":[369]},{"name":"SPID_DEFAULT","features":[369]},{"name":"SPID_REMOVED","features":[369]},{"name":"SPINST_ALL","features":[369]},{"name":"SPINST_BITREG","features":[369]},{"name":"SPINST_COPYINF","features":[369]},{"name":"SPINST_DEVICEINSTALL","features":[369]},{"name":"SPINST_FILES","features":[369]},{"name":"SPINST_INI2REG","features":[369]},{"name":"SPINST_INIFILES","features":[369]},{"name":"SPINST_LOGCONFIG","features":[369]},{"name":"SPINST_LOGCONFIGS_ARE_OVERRIDES","features":[369]},{"name":"SPINST_LOGCONFIG_IS_FORCED","features":[369]},{"name":"SPINST_PROFILEITEMS","features":[369]},{"name":"SPINST_PROPERTIES","features":[369]},{"name":"SPINST_REGISTERCALLBACKAWARE","features":[369]},{"name":"SPINST_REGISTRY","features":[369]},{"name":"SPINST_REGSVR","features":[369]},{"name":"SPINST_SINGLESECTION","features":[369]},{"name":"SPINST_UNREGSVR","features":[369]},{"name":"SPINT_ACTIVE","features":[369]},{"name":"SPINT_DEFAULT","features":[369]},{"name":"SPINT_REMOVED","features":[369]},{"name":"SPOST_MAX","features":[369]},{"name":"SPOST_NONE","features":[369]},{"name":"SPOST_PATH","features":[369]},{"name":"SPOST_URL","features":[369]},{"name":"SPPSR_ENUM_ADV_DEVICE_PROPERTIES","features":[369]},{"name":"SPPSR_ENUM_BASIC_DEVICE_PROPERTIES","features":[369]},{"name":"SPPSR_SELECT_DEVICE_RESOURCES","features":[369]},{"name":"SPQ_DELAYED_COPY","features":[369]},{"name":"SPQ_FLAG_ABORT_IF_UNSIGNED","features":[369]},{"name":"SPQ_FLAG_BACKUP_AWARE","features":[369]},{"name":"SPQ_FLAG_DO_SHUFFLEMOVE","features":[369]},{"name":"SPQ_FLAG_FILES_MODIFIED","features":[369]},{"name":"SPQ_FLAG_VALID","features":[369]},{"name":"SPQ_SCAN_ACTIVATE_DRP","features":[369]},{"name":"SPQ_SCAN_FILE_COMPARISON","features":[369]},{"name":"SPQ_SCAN_FILE_PRESENCE","features":[369]},{"name":"SPQ_SCAN_FILE_PRESENCE_WITHOUT_SOURCE","features":[369]},{"name":"SPQ_SCAN_FILE_VALIDITY","features":[369]},{"name":"SPQ_SCAN_INFORM_USER","features":[369]},{"name":"SPQ_SCAN_PRUNE_COPY_QUEUE","features":[369]},{"name":"SPQ_SCAN_PRUNE_DELREN","features":[369]},{"name":"SPQ_SCAN_USE_CALLBACK","features":[369]},{"name":"SPQ_SCAN_USE_CALLBACKEX","features":[369]},{"name":"SPQ_SCAN_USE_CALLBACK_SIGNERINFO","features":[369]},{"name":"SPRDI_FIND_DUPS","features":[369]},{"name":"SPREG_DLLINSTALL","features":[369]},{"name":"SPREG_GETPROCADDR","features":[369]},{"name":"SPREG_LOADLIBRARY","features":[369]},{"name":"SPREG_REGSVR","features":[369]},{"name":"SPREG_SUCCESS","features":[369]},{"name":"SPREG_TIMEOUT","features":[369]},{"name":"SPREG_UNKNOWN","features":[369]},{"name":"SPSVCINST_ASSOCSERVICE","features":[369]},{"name":"SPSVCINST_CLOBBER_SECURITY","features":[369]},{"name":"SPSVCINST_DELETEEVENTLOGENTRY","features":[369]},{"name":"SPSVCINST_FLAGS","features":[369]},{"name":"SPSVCINST_NOCLOBBER_DELAYEDAUTOSTART","features":[369]},{"name":"SPSVCINST_NOCLOBBER_DEPENDENCIES","features":[369]},{"name":"SPSVCINST_NOCLOBBER_DESCRIPTION","features":[369]},{"name":"SPSVCINST_NOCLOBBER_DISPLAYNAME","features":[369]},{"name":"SPSVCINST_NOCLOBBER_ERRORCONTROL","features":[369]},{"name":"SPSVCINST_NOCLOBBER_FAILUREACTIONS","features":[369]},{"name":"SPSVCINST_NOCLOBBER_LOADORDERGROUP","features":[369]},{"name":"SPSVCINST_NOCLOBBER_REQUIREDPRIVILEGES","features":[369]},{"name":"SPSVCINST_NOCLOBBER_SERVICESIDTYPE","features":[369]},{"name":"SPSVCINST_NOCLOBBER_STARTTYPE","features":[369]},{"name":"SPSVCINST_NOCLOBBER_TRIGGERS","features":[369]},{"name":"SPSVCINST_STARTSERVICE","features":[369]},{"name":"SPSVCINST_STOPSERVICE","features":[369]},{"name":"SPSVCINST_TAGTOFRONT","features":[369]},{"name":"SPSVCINST_UNIQUE_NAME","features":[369]},{"name":"SPWPT_SELECTDEVICE","features":[369]},{"name":"SPWP_USE_DEVINFO_DATA","features":[369]},{"name":"SP_ALTPLATFORM_FLAGS_SUITE_MASK","features":[369]},{"name":"SP_ALTPLATFORM_FLAGS_VERSION_RANGE","features":[369]},{"name":"SP_ALTPLATFORM_INFO_V1","features":[369,336]},{"name":"SP_ALTPLATFORM_INFO_V1","features":[369,336]},{"name":"SP_ALTPLATFORM_INFO_V2","features":[369,336,338]},{"name":"SP_ALTPLATFORM_INFO_V2","features":[369,336,338]},{"name":"SP_ALTPLATFORM_INFO_V3","features":[369]},{"name":"SP_ALTPLATFORM_INFO_V3","features":[369]},{"name":"SP_BACKUP_BACKUPPASS","features":[369]},{"name":"SP_BACKUP_BOOTFILE","features":[369]},{"name":"SP_BACKUP_DEMANDPASS","features":[369]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_A","features":[369]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_A","features":[369]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_W","features":[369]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_W","features":[369]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_A","features":[369]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_A","features":[369]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_W","features":[369]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_W","features":[369]},{"name":"SP_BACKUP_SPECIAL","features":[369]},{"name":"SP_CLASSIMAGELIST_DATA","features":[369,357]},{"name":"SP_CLASSIMAGELIST_DATA","features":[369,357]},{"name":"SP_CLASSINSTALL_HEADER","features":[369]},{"name":"SP_CLASSINSTALL_HEADER","features":[369]},{"name":"SP_COPY_ALREADYDECOMP","features":[369]},{"name":"SP_COPY_DELETESOURCE","features":[369]},{"name":"SP_COPY_FORCE_IN_USE","features":[369]},{"name":"SP_COPY_FORCE_NEWER","features":[369]},{"name":"SP_COPY_FORCE_NOOVERWRITE","features":[369]},{"name":"SP_COPY_HARDLINK","features":[369]},{"name":"SP_COPY_INBOX_INF","features":[369]},{"name":"SP_COPY_IN_USE_NEEDS_REBOOT","features":[369]},{"name":"SP_COPY_IN_USE_TRY_RENAME","features":[369]},{"name":"SP_COPY_LANGUAGEAWARE","features":[369]},{"name":"SP_COPY_NEWER","features":[369]},{"name":"SP_COPY_NEWER_ONLY","features":[369]},{"name":"SP_COPY_NEWER_OR_SAME","features":[369]},{"name":"SP_COPY_NOBROWSE","features":[369]},{"name":"SP_COPY_NODECOMP","features":[369]},{"name":"SP_COPY_NOOVERWRITE","features":[369]},{"name":"SP_COPY_NOPRUNE","features":[369]},{"name":"SP_COPY_NOSKIP","features":[369]},{"name":"SP_COPY_OEMINF_CATALOG_ONLY","features":[369]},{"name":"SP_COPY_OEM_F6_INF","features":[369]},{"name":"SP_COPY_PNPLOCKED","features":[369]},{"name":"SP_COPY_REPLACEONLY","features":[369]},{"name":"SP_COPY_REPLACE_BOOT_FILE","features":[369]},{"name":"SP_COPY_RESERVED","features":[369]},{"name":"SP_COPY_SOURCEPATH_ABSOLUTE","features":[369]},{"name":"SP_COPY_SOURCE_ABSOLUTE","features":[369]},{"name":"SP_COPY_STYLE","features":[369]},{"name":"SP_COPY_WARNIFSKIP","features":[369]},{"name":"SP_COPY_WINDOWS_SIGNED","features":[369]},{"name":"SP_DETECTDEVICE_PARAMS","features":[369,307]},{"name":"SP_DETECTDEVICE_PARAMS","features":[369,307]},{"name":"SP_DEVICE_INTERFACE_DATA","features":[369]},{"name":"SP_DEVICE_INTERFACE_DATA","features":[369]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_A","features":[369]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_A","features":[369]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_W","features":[369]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_W","features":[369]},{"name":"SP_DEVINFO_DATA","features":[369]},{"name":"SP_DEVINFO_DATA","features":[369]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_A","features":[369,307]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_A","features":[369,307]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_W","features":[369,307]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_W","features":[369,307]},{"name":"SP_DEVINSTALL_PARAMS_A","features":[369,307]},{"name":"SP_DEVINSTALL_PARAMS_A","features":[369,307]},{"name":"SP_DEVINSTALL_PARAMS_W","features":[369,307]},{"name":"SP_DEVINSTALL_PARAMS_W","features":[369,307]},{"name":"SP_DRVINFO_DATA_V1_A","features":[369]},{"name":"SP_DRVINFO_DATA_V1_A","features":[369]},{"name":"SP_DRVINFO_DATA_V1_W","features":[369]},{"name":"SP_DRVINFO_DATA_V1_W","features":[369]},{"name":"SP_DRVINFO_DATA_V2_A","features":[369,307]},{"name":"SP_DRVINFO_DATA_V2_A","features":[369,307]},{"name":"SP_DRVINFO_DATA_V2_W","features":[369,307]},{"name":"SP_DRVINFO_DATA_V2_W","features":[369,307]},{"name":"SP_DRVINFO_DETAIL_DATA_A","features":[369,307]},{"name":"SP_DRVINFO_DETAIL_DATA_A","features":[369,307]},{"name":"SP_DRVINFO_DETAIL_DATA_W","features":[369,307]},{"name":"SP_DRVINFO_DETAIL_DATA_W","features":[369,307]},{"name":"SP_DRVINSTALL_PARAMS","features":[369]},{"name":"SP_DRVINSTALL_PARAMS","features":[369]},{"name":"SP_ENABLECLASS_PARAMS","features":[369]},{"name":"SP_ENABLECLASS_PARAMS","features":[369]},{"name":"SP_FILE_COPY_PARAMS_A","features":[369]},{"name":"SP_FILE_COPY_PARAMS_A","features":[369]},{"name":"SP_FILE_COPY_PARAMS_W","features":[369]},{"name":"SP_FILE_COPY_PARAMS_W","features":[369]},{"name":"SP_FLAG_CABINETCONTINUATION","features":[369]},{"name":"SP_INF_INFORMATION","features":[369]},{"name":"SP_INF_INFORMATION","features":[369]},{"name":"SP_INF_SIGNER_INFO_V1_A","features":[369]},{"name":"SP_INF_SIGNER_INFO_V1_A","features":[369]},{"name":"SP_INF_SIGNER_INFO_V1_W","features":[369]},{"name":"SP_INF_SIGNER_INFO_V1_W","features":[369]},{"name":"SP_INF_SIGNER_INFO_V2_A","features":[369]},{"name":"SP_INF_SIGNER_INFO_V2_A","features":[369]},{"name":"SP_INF_SIGNER_INFO_V2_W","features":[369]},{"name":"SP_INF_SIGNER_INFO_V2_W","features":[369]},{"name":"SP_INSTALLWIZARD_DATA","features":[369,307,357]},{"name":"SP_INSTALLWIZARD_DATA","features":[369,307,357]},{"name":"SP_MAX_MACHINENAME_LENGTH","features":[369]},{"name":"SP_NEWDEVICEWIZARD_DATA","features":[369,307,357]},{"name":"SP_NEWDEVICEWIZARD_DATA","features":[369,307,357]},{"name":"SP_ORIGINAL_FILE_INFO_A","features":[369]},{"name":"SP_ORIGINAL_FILE_INFO_A","features":[369]},{"name":"SP_ORIGINAL_FILE_INFO_W","features":[369]},{"name":"SP_ORIGINAL_FILE_INFO_W","features":[369]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_A","features":[369]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_W","features":[369]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_W","features":[369]},{"name":"SP_PROPCHANGE_PARAMS","features":[369]},{"name":"SP_PROPCHANGE_PARAMS","features":[369]},{"name":"SP_PROPSHEETPAGE_REQUEST","features":[369]},{"name":"SP_PROPSHEETPAGE_REQUEST","features":[369]},{"name":"SP_REGISTER_CONTROL_STATUSA","features":[369]},{"name":"SP_REGISTER_CONTROL_STATUSA","features":[369]},{"name":"SP_REGISTER_CONTROL_STATUSW","features":[369]},{"name":"SP_REGISTER_CONTROL_STATUSW","features":[369]},{"name":"SP_REMOVEDEVICE_PARAMS","features":[369]},{"name":"SP_REMOVEDEVICE_PARAMS","features":[369]},{"name":"SP_SELECTDEVICE_PARAMS_A","features":[369]},{"name":"SP_SELECTDEVICE_PARAMS_W","features":[369]},{"name":"SP_SELECTDEVICE_PARAMS_W","features":[369]},{"name":"SP_TROUBLESHOOTER_PARAMS_A","features":[369]},{"name":"SP_TROUBLESHOOTER_PARAMS_W","features":[369]},{"name":"SP_TROUBLESHOOTER_PARAMS_W","features":[369]},{"name":"SP_UNREMOVEDEVICE_PARAMS","features":[369]},{"name":"SP_UNREMOVEDEVICE_PARAMS","features":[369]},{"name":"SRCINFO_DESCRIPTION","features":[369]},{"name":"SRCINFO_FLAGS","features":[369]},{"name":"SRCINFO_PATH","features":[369]},{"name":"SRCINFO_TAGFILE","features":[369]},{"name":"SRCINFO_TAGFILE2","features":[369]},{"name":"SRCLIST_APPEND","features":[369]},{"name":"SRCLIST_NOBROWSE","features":[369]},{"name":"SRCLIST_NOSTRIPPLATFORM","features":[369]},{"name":"SRCLIST_SUBDIRS","features":[369]},{"name":"SRCLIST_SYSIFADMIN","features":[369]},{"name":"SRCLIST_SYSTEM","features":[369]},{"name":"SRCLIST_TEMPORARY","features":[369]},{"name":"SRCLIST_USER","features":[369]},{"name":"SRC_FLAGS_CABFILE","features":[369]},{"name":"SUOI_FORCEDELETE","features":[369]},{"name":"SUOI_INTERNAL1","features":[369]},{"name":"SZ_KEY_ADDAUTOLOGGER","features":[369]},{"name":"SZ_KEY_ADDAUTOLOGGERPROVIDER","features":[369]},{"name":"SZ_KEY_ADDCHANNEL","features":[369]},{"name":"SZ_KEY_ADDEVENTPROVIDER","features":[369]},{"name":"SZ_KEY_ADDFILTER","features":[369]},{"name":"SZ_KEY_ADDIME","features":[369]},{"name":"SZ_KEY_ADDINTERFACE","features":[369]},{"name":"SZ_KEY_ADDPOWERSETTING","features":[369]},{"name":"SZ_KEY_ADDPROP","features":[369]},{"name":"SZ_KEY_ADDREG","features":[369]},{"name":"SZ_KEY_ADDREGNOCLOBBER","features":[369]},{"name":"SZ_KEY_ADDSERVICE","features":[369]},{"name":"SZ_KEY_ADDTRIGGER","features":[369]},{"name":"SZ_KEY_BITREG","features":[369]},{"name":"SZ_KEY_CLEANONLY","features":[369]},{"name":"SZ_KEY_COPYFILES","features":[369]},{"name":"SZ_KEY_COPYINF","features":[369]},{"name":"SZ_KEY_DEFAULTOPTION","features":[369]},{"name":"SZ_KEY_DEFDESTDIR","features":[369]},{"name":"SZ_KEY_DELFILES","features":[369]},{"name":"SZ_KEY_DELIME","features":[369]},{"name":"SZ_KEY_DELPROP","features":[369]},{"name":"SZ_KEY_DELREG","features":[369]},{"name":"SZ_KEY_DELSERVICE","features":[369]},{"name":"SZ_KEY_DESTDIRS","features":[369]},{"name":"SZ_KEY_EXCLUDEID","features":[369]},{"name":"SZ_KEY_FAILUREACTIONS","features":[369]},{"name":"SZ_KEY_FEATURESCORE","features":[369]},{"name":"SZ_KEY_FILTERLEVEL","features":[369]},{"name":"SZ_KEY_FILTERPOSITION","features":[369]},{"name":"SZ_KEY_HARDWARE","features":[369]},{"name":"SZ_KEY_IMPORTCHANNEL","features":[369]},{"name":"SZ_KEY_INI2REG","features":[369]},{"name":"SZ_KEY_LAYOUT_FILE","features":[369]},{"name":"SZ_KEY_LDIDOEM","features":[369]},{"name":"SZ_KEY_LFN_SECTION","features":[369]},{"name":"SZ_KEY_LISTOPTIONS","features":[369]},{"name":"SZ_KEY_LOGCONFIG","features":[369]},{"name":"SZ_KEY_MODULES","features":[369]},{"name":"SZ_KEY_OPTIONDESC","features":[369]},{"name":"SZ_KEY_PHASE1","features":[369]},{"name":"SZ_KEY_PROFILEITEMS","features":[369]},{"name":"SZ_KEY_REGSVR","features":[369]},{"name":"SZ_KEY_RENFILES","features":[369]},{"name":"SZ_KEY_SFN_SECTION","features":[369]},{"name":"SZ_KEY_SRCDISKFILES","features":[369]},{"name":"SZ_KEY_SRCDISKNAMES","features":[369]},{"name":"SZ_KEY_STRINGS","features":[369]},{"name":"SZ_KEY_UNREGSVR","features":[369]},{"name":"SZ_KEY_UPDATEAUTOLOGGER","features":[369]},{"name":"SZ_KEY_UPDATEINIFIELDS","features":[369]},{"name":"SZ_KEY_UPDATEINIS","features":[369]},{"name":"SZ_KEY_UPGRADEONLY","features":[369]},{"name":"SetupAddInstallSectionToDiskSpaceListA","features":[369,307]},{"name":"SetupAddInstallSectionToDiskSpaceListW","features":[369,307]},{"name":"SetupAddSectionToDiskSpaceListA","features":[369,307]},{"name":"SetupAddSectionToDiskSpaceListW","features":[369,307]},{"name":"SetupAddToDiskSpaceListA","features":[369,307]},{"name":"SetupAddToDiskSpaceListW","features":[369,307]},{"name":"SetupAddToSourceListA","features":[369,307]},{"name":"SetupAddToSourceListW","features":[369,307]},{"name":"SetupAdjustDiskSpaceListA","features":[369,307]},{"name":"SetupAdjustDiskSpaceListW","features":[369,307]},{"name":"SetupBackupErrorA","features":[369,307]},{"name":"SetupBackupErrorW","features":[369,307]},{"name":"SetupCancelTemporarySourceList","features":[369,307]},{"name":"SetupCloseFileQueue","features":[369,307]},{"name":"SetupCloseInfFile","features":[369]},{"name":"SetupCloseLog","features":[369]},{"name":"SetupCommitFileQueueA","features":[369,307]},{"name":"SetupCommitFileQueueW","features":[369,307]},{"name":"SetupConfigureWmiFromInfSectionA","features":[369,307]},{"name":"SetupConfigureWmiFromInfSectionW","features":[369,307]},{"name":"SetupCopyErrorA","features":[369,307]},{"name":"SetupCopyErrorW","features":[369,307]},{"name":"SetupCopyOEMInfA","features":[369,307]},{"name":"SetupCopyOEMInfW","features":[369,307]},{"name":"SetupCreateDiskSpaceListA","features":[369]},{"name":"SetupCreateDiskSpaceListW","features":[369]},{"name":"SetupDecompressOrCopyFileA","features":[369]},{"name":"SetupDecompressOrCopyFileW","features":[369]},{"name":"SetupDefaultQueueCallbackA","features":[369]},{"name":"SetupDefaultQueueCallbackW","features":[369]},{"name":"SetupDeleteErrorA","features":[369,307]},{"name":"SetupDeleteErrorW","features":[369,307]},{"name":"SetupDestroyDiskSpaceList","features":[369,307]},{"name":"SetupDiAskForOEMDisk","features":[369,307]},{"name":"SetupDiBuildClassInfoList","features":[369,307]},{"name":"SetupDiBuildClassInfoListExA","features":[369,307]},{"name":"SetupDiBuildClassInfoListExW","features":[369,307]},{"name":"SetupDiBuildDriverInfoList","features":[369,307]},{"name":"SetupDiCallClassInstaller","features":[369,307]},{"name":"SetupDiCancelDriverInfoSearch","features":[369,307]},{"name":"SetupDiChangeState","features":[369,307]},{"name":"SetupDiClassGuidsFromNameA","features":[369,307]},{"name":"SetupDiClassGuidsFromNameExA","features":[369,307]},{"name":"SetupDiClassGuidsFromNameExW","features":[369,307]},{"name":"SetupDiClassGuidsFromNameW","features":[369,307]},{"name":"SetupDiClassNameFromGuidA","features":[369,307]},{"name":"SetupDiClassNameFromGuidExA","features":[369,307]},{"name":"SetupDiClassNameFromGuidExW","features":[369,307]},{"name":"SetupDiClassNameFromGuidW","features":[369,307]},{"name":"SetupDiCreateDevRegKeyA","features":[369,370]},{"name":"SetupDiCreateDevRegKeyW","features":[369,370]},{"name":"SetupDiCreateDeviceInfoA","features":[369,307]},{"name":"SetupDiCreateDeviceInfoList","features":[369,307]},{"name":"SetupDiCreateDeviceInfoListExA","features":[369,307]},{"name":"SetupDiCreateDeviceInfoListExW","features":[369,307]},{"name":"SetupDiCreateDeviceInfoW","features":[369,307]},{"name":"SetupDiCreateDeviceInterfaceA","features":[369,307]},{"name":"SetupDiCreateDeviceInterfaceRegKeyA","features":[369,370]},{"name":"SetupDiCreateDeviceInterfaceRegKeyW","features":[369,370]},{"name":"SetupDiCreateDeviceInterfaceW","features":[369,307]},{"name":"SetupDiDeleteDevRegKey","features":[369,307]},{"name":"SetupDiDeleteDeviceInfo","features":[369,307]},{"name":"SetupDiDeleteDeviceInterfaceData","features":[369,307]},{"name":"SetupDiDeleteDeviceInterfaceRegKey","features":[369,307]},{"name":"SetupDiDestroyClassImageList","features":[369,307,357]},{"name":"SetupDiDestroyDeviceInfoList","features":[369,307]},{"name":"SetupDiDestroyDriverInfoList","features":[369,307]},{"name":"SetupDiDrawMiniIcon","features":[369,307,318]},{"name":"SetupDiEnumDeviceInfo","features":[369,307]},{"name":"SetupDiEnumDeviceInterfaces","features":[369,307]},{"name":"SetupDiEnumDriverInfoA","features":[369,307]},{"name":"SetupDiEnumDriverInfoW","features":[369,307]},{"name":"SetupDiGetActualModelsSectionA","features":[369,307,336,338]},{"name":"SetupDiGetActualModelsSectionW","features":[369,307,336,338]},{"name":"SetupDiGetActualSectionToInstallA","features":[369,307]},{"name":"SetupDiGetActualSectionToInstallExA","features":[369,307,336,338]},{"name":"SetupDiGetActualSectionToInstallExW","features":[369,307,336,338]},{"name":"SetupDiGetActualSectionToInstallW","features":[369,307]},{"name":"SetupDiGetClassBitmapIndex","features":[369,307]},{"name":"SetupDiGetClassDescriptionA","features":[369,307]},{"name":"SetupDiGetClassDescriptionExA","features":[369,307]},{"name":"SetupDiGetClassDescriptionExW","features":[369,307]},{"name":"SetupDiGetClassDescriptionW","features":[369,307]},{"name":"SetupDiGetClassDevPropertySheetsA","features":[369,307,318,357,371]},{"name":"SetupDiGetClassDevPropertySheetsW","features":[369,307,318,357,371]},{"name":"SetupDiGetClassDevsA","features":[369,307]},{"name":"SetupDiGetClassDevsExA","features":[369,307]},{"name":"SetupDiGetClassDevsExW","features":[369,307]},{"name":"SetupDiGetClassDevsW","features":[369,307]},{"name":"SetupDiGetClassImageIndex","features":[369,307,357]},{"name":"SetupDiGetClassImageList","features":[369,307,357]},{"name":"SetupDiGetClassImageListExA","features":[369,307,357]},{"name":"SetupDiGetClassImageListExW","features":[369,307,357]},{"name":"SetupDiGetClassInstallParamsA","features":[369,307]},{"name":"SetupDiGetClassInstallParamsW","features":[369,307]},{"name":"SetupDiGetClassPropertyExW","features":[369,305,307]},{"name":"SetupDiGetClassPropertyKeys","features":[369,305,307]},{"name":"SetupDiGetClassPropertyKeysExW","features":[369,305,307]},{"name":"SetupDiGetClassPropertyW","features":[369,305,307]},{"name":"SetupDiGetClassRegistryPropertyA","features":[369,307]},{"name":"SetupDiGetClassRegistryPropertyW","features":[369,307]},{"name":"SetupDiGetCustomDevicePropertyA","features":[369,307]},{"name":"SetupDiGetCustomDevicePropertyW","features":[369,307]},{"name":"SetupDiGetDeviceInfoListClass","features":[369,307]},{"name":"SetupDiGetDeviceInfoListDetailA","features":[369,307]},{"name":"SetupDiGetDeviceInfoListDetailW","features":[369,307]},{"name":"SetupDiGetDeviceInstallParamsA","features":[369,307]},{"name":"SetupDiGetDeviceInstallParamsW","features":[369,307]},{"name":"SetupDiGetDeviceInstanceIdA","features":[369,307]},{"name":"SetupDiGetDeviceInstanceIdW","features":[369,307]},{"name":"SetupDiGetDeviceInterfaceAlias","features":[369,307]},{"name":"SetupDiGetDeviceInterfaceDetailA","features":[369,307]},{"name":"SetupDiGetDeviceInterfaceDetailW","features":[369,307]},{"name":"SetupDiGetDeviceInterfacePropertyKeys","features":[369,305,307]},{"name":"SetupDiGetDeviceInterfacePropertyW","features":[369,305,307]},{"name":"SetupDiGetDevicePropertyKeys","features":[369,305,307]},{"name":"SetupDiGetDevicePropertyW","features":[369,305,307]},{"name":"SetupDiGetDeviceRegistryPropertyA","features":[369,307]},{"name":"SetupDiGetDeviceRegistryPropertyW","features":[369,307]},{"name":"SetupDiGetDriverInfoDetailA","features":[369,307]},{"name":"SetupDiGetDriverInfoDetailW","features":[369,307]},{"name":"SetupDiGetDriverInstallParamsA","features":[369,307]},{"name":"SetupDiGetDriverInstallParamsW","features":[369,307]},{"name":"SetupDiGetHwProfileFriendlyNameA","features":[369,307]},{"name":"SetupDiGetHwProfileFriendlyNameExA","features":[369,307]},{"name":"SetupDiGetHwProfileFriendlyNameExW","features":[369,307]},{"name":"SetupDiGetHwProfileFriendlyNameW","features":[369,307]},{"name":"SetupDiGetHwProfileList","features":[369,307]},{"name":"SetupDiGetHwProfileListExA","features":[369,307]},{"name":"SetupDiGetHwProfileListExW","features":[369,307]},{"name":"SetupDiGetINFClassA","features":[369,307]},{"name":"SetupDiGetINFClassW","features":[369,307]},{"name":"SetupDiGetSelectedDevice","features":[369,307]},{"name":"SetupDiGetSelectedDriverA","features":[369,307]},{"name":"SetupDiGetSelectedDriverW","features":[369,307]},{"name":"SetupDiGetWizardPage","features":[369,307,357]},{"name":"SetupDiInstallClassA","features":[369,307]},{"name":"SetupDiInstallClassExA","features":[369,307]},{"name":"SetupDiInstallClassExW","features":[369,307]},{"name":"SetupDiInstallClassW","features":[369,307]},{"name":"SetupDiInstallDevice","features":[369,307]},{"name":"SetupDiInstallDeviceInterfaces","features":[369,307]},{"name":"SetupDiInstallDriverFiles","features":[369,307]},{"name":"SetupDiLoadClassIcon","features":[369,307,371]},{"name":"SetupDiLoadDeviceIcon","features":[369,307,371]},{"name":"SetupDiOpenClassRegKey","features":[369,370]},{"name":"SetupDiOpenClassRegKeyExA","features":[369,370]},{"name":"SetupDiOpenClassRegKeyExW","features":[369,370]},{"name":"SetupDiOpenDevRegKey","features":[369,370]},{"name":"SetupDiOpenDeviceInfoA","features":[369,307]},{"name":"SetupDiOpenDeviceInfoW","features":[369,307]},{"name":"SetupDiOpenDeviceInterfaceA","features":[369,307]},{"name":"SetupDiOpenDeviceInterfaceRegKey","features":[369,370]},{"name":"SetupDiOpenDeviceInterfaceW","features":[369,307]},{"name":"SetupDiRegisterCoDeviceInstallers","features":[369,307]},{"name":"SetupDiRegisterDeviceInfo","features":[369,307]},{"name":"SetupDiRemoveDevice","features":[369,307]},{"name":"SetupDiRemoveDeviceInterface","features":[369,307]},{"name":"SetupDiRestartDevices","features":[369,307]},{"name":"SetupDiSelectBestCompatDrv","features":[369,307]},{"name":"SetupDiSelectDevice","features":[369,307]},{"name":"SetupDiSelectOEMDrv","features":[369,307]},{"name":"SetupDiSetClassInstallParamsA","features":[369,307]},{"name":"SetupDiSetClassInstallParamsW","features":[369,307]},{"name":"SetupDiSetClassPropertyExW","features":[369,305,307]},{"name":"SetupDiSetClassPropertyW","features":[369,305,307]},{"name":"SetupDiSetClassRegistryPropertyA","features":[369,307]},{"name":"SetupDiSetClassRegistryPropertyW","features":[369,307]},{"name":"SetupDiSetDeviceInstallParamsA","features":[369,307]},{"name":"SetupDiSetDeviceInstallParamsW","features":[369,307]},{"name":"SetupDiSetDeviceInterfaceDefault","features":[369,307]},{"name":"SetupDiSetDeviceInterfacePropertyW","features":[369,305,307]},{"name":"SetupDiSetDevicePropertyW","features":[369,305,307]},{"name":"SetupDiSetDeviceRegistryPropertyA","features":[369,307]},{"name":"SetupDiSetDeviceRegistryPropertyW","features":[369,307]},{"name":"SetupDiSetDriverInstallParamsA","features":[369,307]},{"name":"SetupDiSetDriverInstallParamsW","features":[369,307]},{"name":"SetupDiSetSelectedDevice","features":[369,307]},{"name":"SetupDiSetSelectedDriverA","features":[369,307]},{"name":"SetupDiSetSelectedDriverW","features":[369,307]},{"name":"SetupDiUnremoveDevice","features":[369,307]},{"name":"SetupDuplicateDiskSpaceListA","features":[369]},{"name":"SetupDuplicateDiskSpaceListW","features":[369]},{"name":"SetupEnumInfSectionsA","features":[369,307]},{"name":"SetupEnumInfSectionsW","features":[369,307]},{"name":"SetupFileLogChecksum","features":[369]},{"name":"SetupFileLogDiskDescription","features":[369]},{"name":"SetupFileLogDiskTagfile","features":[369]},{"name":"SetupFileLogInfo","features":[369]},{"name":"SetupFileLogMax","features":[369]},{"name":"SetupFileLogOtherInfo","features":[369]},{"name":"SetupFileLogSourceFilename","features":[369]},{"name":"SetupFindFirstLineA","features":[369,307]},{"name":"SetupFindFirstLineW","features":[369,307]},{"name":"SetupFindNextLine","features":[369,307]},{"name":"SetupFindNextMatchLineA","features":[369,307]},{"name":"SetupFindNextMatchLineW","features":[369,307]},{"name":"SetupFreeSourceListA","features":[369,307]},{"name":"SetupFreeSourceListW","features":[369,307]},{"name":"SetupGetBackupInformationA","features":[369,307]},{"name":"SetupGetBackupInformationW","features":[369,307]},{"name":"SetupGetBinaryField","features":[369,307]},{"name":"SetupGetFieldCount","features":[369]},{"name":"SetupGetFileCompressionInfoA","features":[369]},{"name":"SetupGetFileCompressionInfoExA","features":[369,307]},{"name":"SetupGetFileCompressionInfoExW","features":[369,307]},{"name":"SetupGetFileCompressionInfoW","features":[369]},{"name":"SetupGetFileQueueCount","features":[369,307]},{"name":"SetupGetFileQueueFlags","features":[369,307]},{"name":"SetupGetInfDriverStoreLocationA","features":[369,307,336,338]},{"name":"SetupGetInfDriverStoreLocationW","features":[369,307,336,338]},{"name":"SetupGetInfFileListA","features":[369,307]},{"name":"SetupGetInfFileListW","features":[369,307]},{"name":"SetupGetInfInformationA","features":[369,307]},{"name":"SetupGetInfInformationW","features":[369,307]},{"name":"SetupGetInfPublishedNameA","features":[369,307]},{"name":"SetupGetInfPublishedNameW","features":[369,307]},{"name":"SetupGetIntField","features":[369,307]},{"name":"SetupGetLineByIndexA","features":[369,307]},{"name":"SetupGetLineByIndexW","features":[369,307]},{"name":"SetupGetLineCountA","features":[369]},{"name":"SetupGetLineCountW","features":[369]},{"name":"SetupGetLineTextA","features":[369,307]},{"name":"SetupGetLineTextW","features":[369,307]},{"name":"SetupGetMultiSzFieldA","features":[369,307]},{"name":"SetupGetMultiSzFieldW","features":[369,307]},{"name":"SetupGetNonInteractiveMode","features":[369,307]},{"name":"SetupGetSourceFileLocationA","features":[369,307]},{"name":"SetupGetSourceFileLocationW","features":[369,307]},{"name":"SetupGetSourceFileSizeA","features":[369,307]},{"name":"SetupGetSourceFileSizeW","features":[369,307]},{"name":"SetupGetSourceInfoA","features":[369,307]},{"name":"SetupGetSourceInfoW","features":[369,307]},{"name":"SetupGetStringFieldA","features":[369,307]},{"name":"SetupGetStringFieldW","features":[369,307]},{"name":"SetupGetTargetPathA","features":[369,307]},{"name":"SetupGetTargetPathW","features":[369,307]},{"name":"SetupGetThreadLogToken","features":[369]},{"name":"SetupInitDefaultQueueCallback","features":[369,307]},{"name":"SetupInitDefaultQueueCallbackEx","features":[369,307]},{"name":"SetupInitializeFileLogA","features":[369]},{"name":"SetupInitializeFileLogW","features":[369]},{"name":"SetupInstallFileA","features":[369,307]},{"name":"SetupInstallFileExA","features":[369,307]},{"name":"SetupInstallFileExW","features":[369,307]},{"name":"SetupInstallFileW","features":[369,307]},{"name":"SetupInstallFilesFromInfSectionA","features":[369,307]},{"name":"SetupInstallFilesFromInfSectionW","features":[369,307]},{"name":"SetupInstallFromInfSectionA","features":[369,307,370]},{"name":"SetupInstallFromInfSectionW","features":[369,307,370]},{"name":"SetupInstallServicesFromInfSectionA","features":[369,307]},{"name":"SetupInstallServicesFromInfSectionExA","features":[369,307]},{"name":"SetupInstallServicesFromInfSectionExW","features":[369,307]},{"name":"SetupInstallServicesFromInfSectionW","features":[369,307]},{"name":"SetupIterateCabinetA","features":[369,307]},{"name":"SetupIterateCabinetW","features":[369,307]},{"name":"SetupLogErrorA","features":[369,307]},{"name":"SetupLogErrorW","features":[369,307]},{"name":"SetupLogFileA","features":[369,307]},{"name":"SetupLogFileW","features":[369,307]},{"name":"SetupOpenAppendInfFileA","features":[369,307]},{"name":"SetupOpenAppendInfFileW","features":[369,307]},{"name":"SetupOpenFileQueue","features":[369]},{"name":"SetupOpenInfFileA","features":[369]},{"name":"SetupOpenInfFileW","features":[369]},{"name":"SetupOpenLog","features":[369,307]},{"name":"SetupOpenMasterInf","features":[369]},{"name":"SetupPrepareQueueForRestoreA","features":[369,307]},{"name":"SetupPrepareQueueForRestoreW","features":[369,307]},{"name":"SetupPromptForDiskA","features":[369,307]},{"name":"SetupPromptForDiskW","features":[369,307]},{"name":"SetupPromptReboot","features":[369,307]},{"name":"SetupQueryDrivesInDiskSpaceListA","features":[369,307]},{"name":"SetupQueryDrivesInDiskSpaceListW","features":[369,307]},{"name":"SetupQueryFileLogA","features":[369,307]},{"name":"SetupQueryFileLogW","features":[369,307]},{"name":"SetupQueryInfFileInformationA","features":[369,307]},{"name":"SetupQueryInfFileInformationW","features":[369,307]},{"name":"SetupQueryInfOriginalFileInformationA","features":[369,307,336,338]},{"name":"SetupQueryInfOriginalFileInformationW","features":[369,307,336,338]},{"name":"SetupQueryInfVersionInformationA","features":[369,307]},{"name":"SetupQueryInfVersionInformationW","features":[369,307]},{"name":"SetupQuerySourceListA","features":[369,307]},{"name":"SetupQuerySourceListW","features":[369,307]},{"name":"SetupQuerySpaceRequiredOnDriveA","features":[369,307]},{"name":"SetupQuerySpaceRequiredOnDriveW","features":[369,307]},{"name":"SetupQueueCopyA","features":[369,307]},{"name":"SetupQueueCopyIndirectA","features":[369,307]},{"name":"SetupQueueCopyIndirectW","features":[369,307]},{"name":"SetupQueueCopySectionA","features":[369,307]},{"name":"SetupQueueCopySectionW","features":[369,307]},{"name":"SetupQueueCopyW","features":[369,307]},{"name":"SetupQueueDefaultCopyA","features":[369,307]},{"name":"SetupQueueDefaultCopyW","features":[369,307]},{"name":"SetupQueueDeleteA","features":[369,307]},{"name":"SetupQueueDeleteSectionA","features":[369,307]},{"name":"SetupQueueDeleteSectionW","features":[369,307]},{"name":"SetupQueueDeleteW","features":[369,307]},{"name":"SetupQueueRenameA","features":[369,307]},{"name":"SetupQueueRenameSectionA","features":[369,307]},{"name":"SetupQueueRenameSectionW","features":[369,307]},{"name":"SetupQueueRenameW","features":[369,307]},{"name":"SetupRemoveFileLogEntryA","features":[369,307]},{"name":"SetupRemoveFileLogEntryW","features":[369,307]},{"name":"SetupRemoveFromDiskSpaceListA","features":[369,307]},{"name":"SetupRemoveFromDiskSpaceListW","features":[369,307]},{"name":"SetupRemoveFromSourceListA","features":[369,307]},{"name":"SetupRemoveFromSourceListW","features":[369,307]},{"name":"SetupRemoveInstallSectionFromDiskSpaceListA","features":[369,307]},{"name":"SetupRemoveInstallSectionFromDiskSpaceListW","features":[369,307]},{"name":"SetupRemoveSectionFromDiskSpaceListA","features":[369,307]},{"name":"SetupRemoveSectionFromDiskSpaceListW","features":[369,307]},{"name":"SetupRenameErrorA","features":[369,307]},{"name":"SetupRenameErrorW","features":[369,307]},{"name":"SetupScanFileQueueA","features":[369,307]},{"name":"SetupScanFileQueueW","features":[369,307]},{"name":"SetupSetDirectoryIdA","features":[369,307]},{"name":"SetupSetDirectoryIdExA","features":[369,307]},{"name":"SetupSetDirectoryIdExW","features":[369,307]},{"name":"SetupSetDirectoryIdW","features":[369,307]},{"name":"SetupSetFileQueueAlternatePlatformA","features":[369,307,336,338]},{"name":"SetupSetFileQueueAlternatePlatformW","features":[369,307,336,338]},{"name":"SetupSetFileQueueFlags","features":[369,307]},{"name":"SetupSetNonInteractiveMode","features":[369,307]},{"name":"SetupSetPlatformPathOverrideA","features":[369,307]},{"name":"SetupSetPlatformPathOverrideW","features":[369,307]},{"name":"SetupSetSourceListA","features":[369,307]},{"name":"SetupSetSourceListW","features":[369,307]},{"name":"SetupSetThreadLogToken","features":[369]},{"name":"SetupTermDefaultQueueCallback","features":[369]},{"name":"SetupTerminateFileLog","features":[369,307]},{"name":"SetupUninstallNewlyCopiedInfs","features":[369,307]},{"name":"SetupUninstallOEMInfA","features":[369,307]},{"name":"SetupUninstallOEMInfW","features":[369,307]},{"name":"SetupVerifyInfFileA","features":[369,307,336,338]},{"name":"SetupVerifyInfFileW","features":[369,307,336,338]},{"name":"SetupWriteTextLog","features":[369]},{"name":"SetupWriteTextLogError","features":[369]},{"name":"SetupWriteTextLogInfLine","features":[369]},{"name":"UPDATEDRIVERFORPLUGANDPLAYDEVICES_FLAGS","features":[369]},{"name":"UpdateDriverForPlugAndPlayDevicesA","features":[369,307]},{"name":"UpdateDriverForPlugAndPlayDevicesW","features":[369,307]},{"name":"fDD_BYTE","features":[369]},{"name":"fDD_BYTE_AND_WORD","features":[369]},{"name":"fDD_BusMaster","features":[369]},{"name":"fDD_DWORD","features":[369]},{"name":"fDD_NoBusMaster","features":[369]},{"name":"fDD_TypeA","features":[369]},{"name":"fDD_TypeB","features":[369]},{"name":"fDD_TypeF","features":[369]},{"name":"fDD_TypeStandard","features":[369]},{"name":"fDD_WORD","features":[369]},{"name":"fIOD_10_BIT_DECODE","features":[369]},{"name":"fIOD_12_BIT_DECODE","features":[369]},{"name":"fIOD_16_BIT_DECODE","features":[369]},{"name":"fIOD_DECODE","features":[369]},{"name":"fIOD_IO","features":[369]},{"name":"fIOD_Memory","features":[369]},{"name":"fIOD_PASSIVE_DECODE","features":[369]},{"name":"fIOD_PORT_BAR","features":[369]},{"name":"fIOD_POSITIVE_DECODE","features":[369]},{"name":"fIOD_PortType","features":[369]},{"name":"fIOD_WINDOW_DECODE","features":[369]},{"name":"fIRQD_Edge","features":[369]},{"name":"fIRQD_Exclusive","features":[369]},{"name":"fIRQD_Level","features":[369]},{"name":"fIRQD_Level_Bit","features":[369]},{"name":"fIRQD_Share","features":[369]},{"name":"fIRQD_Share_Bit","features":[369]},{"name":"fMD_24","features":[369]},{"name":"fMD_32","features":[369]},{"name":"fMD_32_24","features":[369]},{"name":"fMD_Cacheable","features":[369]},{"name":"fMD_CombinedWrite","features":[369]},{"name":"fMD_CombinedWriteAllowed","features":[369]},{"name":"fMD_CombinedWriteDisallowed","features":[369]},{"name":"fMD_MEMORY_BAR","features":[369]},{"name":"fMD_MemoryType","features":[369]},{"name":"fMD_NonCacheable","features":[369]},{"name":"fMD_Pref","features":[369]},{"name":"fMD_PrefetchAllowed","features":[369]},{"name":"fMD_PrefetchDisallowed","features":[369]},{"name":"fMD_Prefetchable","features":[369]},{"name":"fMD_RAM","features":[369]},{"name":"fMD_ROM","features":[369]},{"name":"fMD_ReadAllowed","features":[369]},{"name":"fMD_ReadDisallowed","features":[369]},{"name":"fMD_Readable","features":[369]},{"name":"fMD_WINDOW_DECODE","features":[369]},{"name":"fPCD_ATTRIBUTES_PER_WINDOW","features":[369]},{"name":"fPCD_IO1_16","features":[369]},{"name":"fPCD_IO1_SRC_16","features":[369]},{"name":"fPCD_IO1_WS_16","features":[369]},{"name":"fPCD_IO1_ZW_8","features":[369]},{"name":"fPCD_IO2_16","features":[369]},{"name":"fPCD_IO2_SRC_16","features":[369]},{"name":"fPCD_IO2_WS_16","features":[369]},{"name":"fPCD_IO2_ZW_8","features":[369]},{"name":"fPCD_IO_16","features":[369]},{"name":"fPCD_IO_8","features":[369]},{"name":"fPCD_IO_SRC_16","features":[369]},{"name":"fPCD_IO_WS_16","features":[369]},{"name":"fPCD_IO_ZW_8","features":[369]},{"name":"fPCD_MEM1_16","features":[369]},{"name":"fPCD_MEM1_A","features":[369]},{"name":"fPCD_MEM1_WS_ONE","features":[369]},{"name":"fPCD_MEM1_WS_THREE","features":[369]},{"name":"fPCD_MEM1_WS_TWO","features":[369]},{"name":"fPCD_MEM2_16","features":[369]},{"name":"fPCD_MEM2_A","features":[369]},{"name":"fPCD_MEM2_WS_ONE","features":[369]},{"name":"fPCD_MEM2_WS_THREE","features":[369]},{"name":"fPCD_MEM2_WS_TWO","features":[369]},{"name":"fPCD_MEM_16","features":[369]},{"name":"fPCD_MEM_8","features":[369]},{"name":"fPCD_MEM_A","features":[369]},{"name":"fPCD_MEM_WS_ONE","features":[369]},{"name":"fPCD_MEM_WS_THREE","features":[369]},{"name":"fPCD_MEM_WS_TWO","features":[369]},{"name":"fPMF_AUDIO_ENABLE","features":[369]},{"name":"mDD_BusMaster","features":[369]},{"name":"mDD_Type","features":[369]},{"name":"mDD_Width","features":[369]},{"name":"mIRQD_Edge_Level","features":[369]},{"name":"mIRQD_Share","features":[369]},{"name":"mMD_32_24","features":[369]},{"name":"mMD_Cacheable","features":[369]},{"name":"mMD_CombinedWrite","features":[369]},{"name":"mMD_MemoryType","features":[369]},{"name":"mMD_Prefetchable","features":[369]},{"name":"mMD_Readable","features":[369]},{"name":"mPCD_IO_8_16","features":[369]},{"name":"mPCD_MEM1_WS","features":[369]},{"name":"mPCD_MEM2_WS","features":[369]},{"name":"mPCD_MEM_8_16","features":[369]},{"name":"mPCD_MEM_A_C","features":[369]},{"name":"mPCD_MEM_WS","features":[369]},{"name":"mPMF_AUDIO_ENABLE","features":[369]}],"376":[{"name":"DEVPROP_FILTER_EXPRESSION","features":[372,305]},{"name":"DEVPROP_OPERATOR","features":[372]},{"name":"DEVPROP_OPERATOR_AND_CLOSE","features":[372]},{"name":"DEVPROP_OPERATOR_AND_OPEN","features":[372]},{"name":"DEVPROP_OPERATOR_ARRAY_CONTAINS","features":[372]},{"name":"DEVPROP_OPERATOR_BEGINS_WITH","features":[372]},{"name":"DEVPROP_OPERATOR_BEGINS_WITH_IGNORE_CASE","features":[372]},{"name":"DEVPROP_OPERATOR_BITWISE_AND","features":[372]},{"name":"DEVPROP_OPERATOR_BITWISE_OR","features":[372]},{"name":"DEVPROP_OPERATOR_CONTAINS","features":[372]},{"name":"DEVPROP_OPERATOR_CONTAINS_IGNORE_CASE","features":[372]},{"name":"DEVPROP_OPERATOR_ENDS_WITH","features":[372]},{"name":"DEVPROP_OPERATOR_ENDS_WITH_IGNORE_CASE","features":[372]},{"name":"DEVPROP_OPERATOR_EQUALS","features":[372]},{"name":"DEVPROP_OPERATOR_EQUALS_IGNORE_CASE","features":[372]},{"name":"DEVPROP_OPERATOR_EXISTS","features":[372]},{"name":"DEVPROP_OPERATOR_GREATER_THAN","features":[372]},{"name":"DEVPROP_OPERATOR_GREATER_THAN_EQUALS","features":[372]},{"name":"DEVPROP_OPERATOR_LESS_THAN","features":[372]},{"name":"DEVPROP_OPERATOR_LESS_THAN_EQUALS","features":[372]},{"name":"DEVPROP_OPERATOR_LIST_CONTAINS","features":[372]},{"name":"DEVPROP_OPERATOR_LIST_CONTAINS_IGNORE_CASE","features":[372]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_BEGINS_WITH","features":[372]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_BEGINS_WITH_IGNORE_CASE","features":[372]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_CONTAINS","features":[372]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_CONTAINS_IGNORE_CASE","features":[372]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_ENDS_WITH","features":[372]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_ENDS_WITH_IGNORE_CASE","features":[372]},{"name":"DEVPROP_OPERATOR_MASK_ARRAY","features":[372]},{"name":"DEVPROP_OPERATOR_MASK_EVAL","features":[372]},{"name":"DEVPROP_OPERATOR_MASK_LIST","features":[372]},{"name":"DEVPROP_OPERATOR_MASK_LOGICAL","features":[372]},{"name":"DEVPROP_OPERATOR_MASK_MODIFIER","features":[372]},{"name":"DEVPROP_OPERATOR_MASK_NOT_LOGICAL","features":[372]},{"name":"DEVPROP_OPERATOR_MODIFIER_IGNORE_CASE","features":[372]},{"name":"DEVPROP_OPERATOR_MODIFIER_NOT","features":[372]},{"name":"DEVPROP_OPERATOR_NONE","features":[372]},{"name":"DEVPROP_OPERATOR_NOT_CLOSE","features":[372]},{"name":"DEVPROP_OPERATOR_NOT_EQUALS","features":[372]},{"name":"DEVPROP_OPERATOR_NOT_EQUALS_IGNORE_CASE","features":[372]},{"name":"DEVPROP_OPERATOR_NOT_EXISTS","features":[372]},{"name":"DEVPROP_OPERATOR_NOT_OPEN","features":[372]},{"name":"DEVPROP_OPERATOR_OR_CLOSE","features":[372]},{"name":"DEVPROP_OPERATOR_OR_OPEN","features":[372]},{"name":"DEV_OBJECT","features":[372,305]},{"name":"DEV_OBJECT_TYPE","features":[372]},{"name":"DEV_QUERY_FLAGS","features":[372]},{"name":"DEV_QUERY_PARAMETER","features":[372,305]},{"name":"DEV_QUERY_RESULT_ACTION","features":[372]},{"name":"DEV_QUERY_RESULT_ACTION_DATA","features":[372,305]},{"name":"DEV_QUERY_STATE","features":[372]},{"name":"DevCloseObjectQuery","features":[372]},{"name":"DevCreateObjectQuery","features":[372,305]},{"name":"DevCreateObjectQueryEx","features":[372,305]},{"name":"DevCreateObjectQueryFromId","features":[372,305]},{"name":"DevCreateObjectQueryFromIdEx","features":[372,305]},{"name":"DevCreateObjectQueryFromIds","features":[372,305]},{"name":"DevCreateObjectQueryFromIdsEx","features":[372,305]},{"name":"DevFindProperty","features":[372,305]},{"name":"DevFreeObjectProperties","features":[372,305]},{"name":"DevFreeObjects","features":[372,305]},{"name":"DevGetObjectProperties","features":[372,305]},{"name":"DevGetObjectPropertiesEx","features":[372,305]},{"name":"DevGetObjects","features":[372,305]},{"name":"DevGetObjectsEx","features":[372,305]},{"name":"DevObjectTypeAEP","features":[372]},{"name":"DevObjectTypeAEPContainer","features":[372]},{"name":"DevObjectTypeAEPService","features":[372]},{"name":"DevObjectTypeDevice","features":[372]},{"name":"DevObjectTypeDeviceContainer","features":[372]},{"name":"DevObjectTypeDeviceContainerDisplay","features":[372]},{"name":"DevObjectTypeDeviceInstallerClass","features":[372]},{"name":"DevObjectTypeDeviceInterface","features":[372]},{"name":"DevObjectTypeDeviceInterfaceClass","features":[372]},{"name":"DevObjectTypeDeviceInterfaceDisplay","features":[372]},{"name":"DevObjectTypeDevicePanel","features":[372]},{"name":"DevObjectTypeUnknown","features":[372]},{"name":"DevQueryFlagAllProperties","features":[372]},{"name":"DevQueryFlagAsyncClose","features":[372]},{"name":"DevQueryFlagLocalize","features":[372]},{"name":"DevQueryFlagNone","features":[372]},{"name":"DevQueryFlagUpdateResults","features":[372]},{"name":"DevQueryResultAdd","features":[372]},{"name":"DevQueryResultRemove","features":[372]},{"name":"DevQueryResultStateChange","features":[372]},{"name":"DevQueryResultUpdate","features":[372]},{"name":"DevQueryStateAborted","features":[372]},{"name":"DevQueryStateClosed","features":[372]},{"name":"DevQueryStateEnumCompleted","features":[372]},{"name":"DevQueryStateInitialized","features":[372]},{"name":"HDEVQUERY","features":[372]},{"name":"PDEV_QUERY_RESULT_CALLBACK","features":[372,305]}],"377":[{"name":"AR_DISABLED","features":[373]},{"name":"AR_DOCKED","features":[373]},{"name":"AR_ENABLED","features":[373]},{"name":"AR_LAPTOP","features":[373]},{"name":"AR_MULTIMON","features":[373]},{"name":"AR_NOSENSOR","features":[373]},{"name":"AR_NOT_SUPPORTED","features":[373]},{"name":"AR_REMOTESESSION","features":[373]},{"name":"AR_STATE","features":[373]},{"name":"AR_SUPPRESSED","features":[373]},{"name":"Adapter","features":[373]},{"name":"Adapters","features":[373]},{"name":"BACKLIGHT_OPTIMIZATION_LEVEL","features":[373]},{"name":"BACKLIGHT_REDUCTION_GAMMA_RAMP","features":[373]},{"name":"BANK_POSITION","features":[373]},{"name":"BITMAP_ARRAY_BYTE","features":[373]},{"name":"BITMAP_BITS_BYTE_ALIGN","features":[373]},{"name":"BITMAP_BITS_PIXEL","features":[373]},{"name":"BITMAP_BITS_WORD_ALIGN","features":[373]},{"name":"BITMAP_PLANES","features":[373]},{"name":"BLENDOBJ","features":[373,318]},{"name":"BMF_16BPP","features":[373]},{"name":"BMF_1BPP","features":[373]},{"name":"BMF_24BPP","features":[373]},{"name":"BMF_32BPP","features":[373]},{"name":"BMF_4BPP","features":[373]},{"name":"BMF_4RLE","features":[373]},{"name":"BMF_8BPP","features":[373]},{"name":"BMF_8RLE","features":[373]},{"name":"BMF_ACC_NOTIFY","features":[373]},{"name":"BMF_DONTCACHE","features":[373]},{"name":"BMF_JPEG","features":[373]},{"name":"BMF_KMSECTION","features":[373]},{"name":"BMF_NOTSYSMEM","features":[373]},{"name":"BMF_NOZEROINIT","features":[373]},{"name":"BMF_PNG","features":[373]},{"name":"BMF_RESERVED","features":[373]},{"name":"BMF_RMT_ENTER","features":[373]},{"name":"BMF_TEMP_ALPHA","features":[373]},{"name":"BMF_TOPDOWN","features":[373]},{"name":"BMF_UMPDMEM","features":[373]},{"name":"BMF_USERMEM","features":[373]},{"name":"BMF_WINDOW_BLT","features":[373]},{"name":"BRIGHTNESS_INTERFACE_VERSION","features":[373]},{"name":"BRIGHTNESS_INTERFACE_VERSION_1","features":[373]},{"name":"BRIGHTNESS_INTERFACE_VERSION_2","features":[373]},{"name":"BRIGHTNESS_INTERFACE_VERSION_3","features":[373]},{"name":"BRIGHTNESS_LEVEL","features":[373]},{"name":"BRIGHTNESS_MAX_LEVEL_COUNT","features":[373]},{"name":"BRIGHTNESS_MAX_NIT_RANGE_COUNT","features":[373]},{"name":"BRIGHTNESS_NIT_RANGE","features":[373]},{"name":"BRIGHTNESS_NIT_RANGES","features":[373]},{"name":"BRUSHOBJ","features":[373]},{"name":"BRUSHOBJ_hGetColorTransform","features":[373,307]},{"name":"BRUSHOBJ_pvAllocRbrush","features":[373]},{"name":"BRUSHOBJ_pvGetRbrush","features":[373]},{"name":"BRUSHOBJ_ulGetBrushColor","features":[373]},{"name":"BR_CMYKCOLOR","features":[373]},{"name":"BR_DEVICE_ICM","features":[373]},{"name":"BR_HOST_ICM","features":[373]},{"name":"BR_ORIGCOLOR","features":[373]},{"name":"BacklightOptimizationDesktop","features":[373]},{"name":"BacklightOptimizationDimmed","features":[373]},{"name":"BacklightOptimizationDisable","features":[373]},{"name":"BacklightOptimizationDynamic","features":[373]},{"name":"BacklightOptimizationEDR","features":[373]},{"name":"BlackScreenDiagnosticsCalloutParam","features":[373]},{"name":"BlackScreenDiagnosticsData","features":[373]},{"name":"BlackScreenDisplayRecovery","features":[373]},{"name":"CDBEX_CROSSADAPTER","features":[373]},{"name":"CDBEX_DXINTEROP","features":[373]},{"name":"CDBEX_NTSHAREDSURFACEHANDLE","features":[373]},{"name":"CDBEX_REDIRECTION","features":[373]},{"name":"CDBEX_REUSE","features":[373]},{"name":"CDDDXGK_REDIRBITMAPPRESENTINFO","features":[373,307]},{"name":"CD_ANY","features":[373]},{"name":"CD_LEFTDOWN","features":[373]},{"name":"CD_LEFTUP","features":[373]},{"name":"CD_LEFTWARDS","features":[373]},{"name":"CD_RIGHTDOWN","features":[373]},{"name":"CD_RIGHTUP","features":[373]},{"name":"CD_UPWARDS","features":[373]},{"name":"CHAR_IMAGE_INFO","features":[373,374]},{"name":"CHAR_TYPE_LEADING","features":[373]},{"name":"CHAR_TYPE_SBCS","features":[373]},{"name":"CHAR_TYPE_TRAILING","features":[373]},{"name":"CHROMATICITY_COORDINATE","features":[373]},{"name":"CIECHROMA","features":[373]},{"name":"CLIPLINE","features":[373]},{"name":"CLIPOBJ","features":[373,307]},{"name":"CLIPOBJ_bEnum","features":[373,307]},{"name":"CLIPOBJ_cEnumStart","features":[373,307]},{"name":"CLIPOBJ_ppoGetPath","features":[373,307]},{"name":"COLORINFO","features":[373]},{"name":"COLORSPACE_TRANSFORM","features":[373]},{"name":"COLORSPACE_TRANSFORM_1DLUT_CAP","features":[373]},{"name":"COLORSPACE_TRANSFORM_3x4","features":[373]},{"name":"COLORSPACE_TRANSFORM_DATA_CAP","features":[373]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE","features":[373]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE_FIXED_POINT","features":[373]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE_FLOAT","features":[373]},{"name":"COLORSPACE_TRANSFORM_MATRIX_CAP","features":[373]},{"name":"COLORSPACE_TRANSFORM_MATRIX_V2","features":[373]},{"name":"COLORSPACE_TRANSFORM_SET_INPUT","features":[373]},{"name":"COLORSPACE_TRANSFORM_STAGE_CONTROL","features":[373]},{"name":"COLORSPACE_TRANSFORM_TARGET_CAPS","features":[373]},{"name":"COLORSPACE_TRANSFORM_TARGET_CAPS_VERSION","features":[373]},{"name":"COLORSPACE_TRANSFORM_TYPE","features":[373]},{"name":"COLORSPACE_TRANSFORM_TYPE_DEFAULT","features":[373]},{"name":"COLORSPACE_TRANSFORM_TYPE_DXGI_1","features":[373]},{"name":"COLORSPACE_TRANSFORM_TYPE_MATRIX_3x4","features":[373]},{"name":"COLORSPACE_TRANSFORM_TYPE_MATRIX_V2","features":[373]},{"name":"COLORSPACE_TRANSFORM_TYPE_RGB256x3x16","features":[373]},{"name":"COLORSPACE_TRANSFORM_TYPE_UNINITIALIZED","features":[373]},{"name":"COLORSPACE_TRANSFORM_VERSION_1","features":[373]},{"name":"COLORSPACE_TRANSFORM_VERSION_DEFAULT","features":[373]},{"name":"COLORSPACE_TRANSFORM_VERSION_NOT_SUPPORTED","features":[373]},{"name":"CT_RECTANGLES","features":[373]},{"name":"CapabilitiesRequestAndCapabilitiesReply","features":[373,307]},{"name":"ColorSpaceTransformStageControl_Bypass","features":[373]},{"name":"ColorSpaceTransformStageControl_Enable","features":[373]},{"name":"ColorSpaceTransformStageControl_No_Change","features":[373]},{"name":"DCR_DRIVER","features":[373]},{"name":"DCR_HALFTONE","features":[373]},{"name":"DCR_SOLID","features":[373]},{"name":"DCT_DEFAULT","features":[373]},{"name":"DCT_FORCE_HIGH_PERFORMANCE","features":[373]},{"name":"DCT_FORCE_LOW_POWER","features":[373]},{"name":"DC_COMPLEX","features":[373]},{"name":"DC_RECT","features":[373]},{"name":"DC_TRIVIAL","features":[373]},{"name":"DDI_DRIVER_VERSION_NT4","features":[373]},{"name":"DDI_DRIVER_VERSION_NT5","features":[373]},{"name":"DDI_DRIVER_VERSION_NT5_01","features":[373]},{"name":"DDI_DRIVER_VERSION_NT5_01_SP1","features":[373]},{"name":"DDI_DRIVER_VERSION_SP3","features":[373]},{"name":"DDI_ERROR","features":[373]},{"name":"DD_FULLSCREEN_VIDEO_DEVICE_NAME","features":[373]},{"name":"DEVHTADJDATA","features":[373]},{"name":"DEVHTADJF_ADDITIVE_DEVICE","features":[373]},{"name":"DEVHTADJF_COLOR_DEVICE","features":[373]},{"name":"DEVHTINFO","features":[373]},{"name":"DEVINFO","features":[373,318]},{"name":"DEVPKEY_Device_ActivityId","features":[373,305]},{"name":"DEVPKEY_Device_AdapterLuid","features":[373,305]},{"name":"DEVPKEY_Device_TerminalLuid","features":[373,305]},{"name":"DEVPKEY_IndirectDisplay","features":[373,305]},{"name":"DHPDEV","features":[373]},{"name":"DHSURF","features":[373]},{"name":"DISPLAYCONFIG_2DREGION","features":[373]},{"name":"DISPLAYCONFIG_ADAPTER_NAME","features":[373,307]},{"name":"DISPLAYCONFIG_DESKTOP_IMAGE_INFO","features":[373,307]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_ADAPTER_NAME","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_MONITOR_SPECIALIZATION","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SDR_WHITE_LEVEL","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SOURCE_NAME","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SUPPORT_VIRTUAL_RESOLUTION","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_BASE_TYPE","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_PREFERRED_MODE","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_HEADER","features":[373,307]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_ADVANCED_COLOR_STATE","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_MONITOR_SPECIALIZATION","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_SUPPORT_VIRTUAL_RESOLUTION","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_TARGET_PERSISTENCE","features":[373]},{"name":"DISPLAYCONFIG_DEVICE_INFO_TYPE","features":[373]},{"name":"DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO","features":[373,307,318]},{"name":"DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION","features":[373,307]},{"name":"DISPLAYCONFIG_MODE_INFO","features":[373,307]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE","features":[373]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_DESKTOP_IMAGE","features":[373]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_SOURCE","features":[373]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_TARGET","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPONENT_VIDEO","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPOSITE_VIDEO","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EMBEDDED","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EXTERNAL","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_USB_TUNNEL","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DVI","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_D_JPN","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HD15","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HDMI","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_VIRTUAL","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_WIRED","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INTERNAL","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_LVDS","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_MIRACAST","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_OTHER","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDI","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDTVDONGLE","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SVIDEO","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EMBEDDED","features":[373]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EXTERNAL","features":[373]},{"name":"DISPLAYCONFIG_PATH_INFO","features":[373,307]},{"name":"DISPLAYCONFIG_PATH_SOURCE_INFO","features":[373,307]},{"name":"DISPLAYCONFIG_PATH_TARGET_INFO","features":[373,307]},{"name":"DISPLAYCONFIG_PIXELFORMAT","features":[373]},{"name":"DISPLAYCONFIG_PIXELFORMAT_16BPP","features":[373]},{"name":"DISPLAYCONFIG_PIXELFORMAT_24BPP","features":[373]},{"name":"DISPLAYCONFIG_PIXELFORMAT_32BPP","features":[373]},{"name":"DISPLAYCONFIG_PIXELFORMAT_8BPP","features":[373]},{"name":"DISPLAYCONFIG_PIXELFORMAT_NONGDI","features":[373]},{"name":"DISPLAYCONFIG_RATIONAL","features":[373]},{"name":"DISPLAYCONFIG_ROTATION","features":[373]},{"name":"DISPLAYCONFIG_ROTATION_IDENTITY","features":[373]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE180","features":[373]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE270","features":[373]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE90","features":[373]},{"name":"DISPLAYCONFIG_SCALING","features":[373]},{"name":"DISPLAYCONFIG_SCALING_ASPECTRATIOCENTEREDMAX","features":[373]},{"name":"DISPLAYCONFIG_SCALING_CENTERED","features":[373]},{"name":"DISPLAYCONFIG_SCALING_CUSTOM","features":[373]},{"name":"DISPLAYCONFIG_SCALING_IDENTITY","features":[373]},{"name":"DISPLAYCONFIG_SCALING_PREFERRED","features":[373]},{"name":"DISPLAYCONFIG_SCALING_STRETCHED","features":[373]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING","features":[373]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED","features":[373]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_LOWERFIELDFIRST","features":[373]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_UPPERFIELDFIRST","features":[373]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_PROGRESSIVE","features":[373]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_UNSPECIFIED","features":[373]},{"name":"DISPLAYCONFIG_SDR_WHITE_LEVEL","features":[373,307]},{"name":"DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE","features":[373,307]},{"name":"DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION","features":[373,307]},{"name":"DISPLAYCONFIG_SET_TARGET_PERSISTENCE","features":[373,307]},{"name":"DISPLAYCONFIG_SOURCE_DEVICE_NAME","features":[373,307]},{"name":"DISPLAYCONFIG_SOURCE_MODE","features":[373,307]},{"name":"DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION","features":[373,307]},{"name":"DISPLAYCONFIG_TARGET_BASE_TYPE","features":[373,307]},{"name":"DISPLAYCONFIG_TARGET_DEVICE_NAME","features":[373,307]},{"name":"DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS","features":[373]},{"name":"DISPLAYCONFIG_TARGET_MODE","features":[373]},{"name":"DISPLAYCONFIG_TARGET_PREFERRED_MODE","features":[373,307]},{"name":"DISPLAYCONFIG_TOPOLOGY_CLONE","features":[373]},{"name":"DISPLAYCONFIG_TOPOLOGY_EXTEND","features":[373]},{"name":"DISPLAYCONFIG_TOPOLOGY_EXTERNAL","features":[373]},{"name":"DISPLAYCONFIG_TOPOLOGY_ID","features":[373]},{"name":"DISPLAYCONFIG_TOPOLOGY_INTERNAL","features":[373]},{"name":"DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY","features":[373]},{"name":"DISPLAYCONFIG_VIDEO_SIGNAL_INFO","features":[373]},{"name":"DISPLAYPOLICY_AC","features":[373]},{"name":"DISPLAYPOLICY_DC","features":[373]},{"name":"DISPLAY_BRIGHTNESS","features":[373]},{"name":"DM_DEFAULT","features":[373]},{"name":"DM_MONOCHROME","features":[373]},{"name":"DN_ACCELERATION_LEVEL","features":[373]},{"name":"DN_ASSOCIATE_WINDOW","features":[373]},{"name":"DN_COMPOSITION_CHANGED","features":[373]},{"name":"DN_DEVICE_ORIGIN","features":[373]},{"name":"DN_DRAWING_BEGIN","features":[373]},{"name":"DN_DRAWING_BEGIN_APIBITMAP","features":[373]},{"name":"DN_SLEEP_MODE","features":[373]},{"name":"DN_SURFOBJ_DESTRUCTION","features":[373]},{"name":"DRD_ERROR","features":[373]},{"name":"DRD_SUCCESS","features":[373]},{"name":"DRH_APIBITMAP","features":[373]},{"name":"DRH_APIBITMAPDATA","features":[373,307]},{"name":"DRIVEROBJ","features":[373,307]},{"name":"DRVENABLEDATA","features":[373]},{"name":"DRVFN","features":[373]},{"name":"DRVQUERY_USERMODE","features":[373]},{"name":"DSI_CHECKSUM_ERROR_CORRECTED","features":[373]},{"name":"DSI_CHECKSUM_ERROR_NOT_CORRECTED","features":[373]},{"name":"DSI_CONTENTION_DETECTED","features":[373]},{"name":"DSI_CONTROL_TRANSMISSION_MODE","features":[373]},{"name":"DSI_DSI_DATA_TYPE_NOT_RECOGNIZED","features":[373]},{"name":"DSI_DSI_PROTOCOL_VIOLATION","features":[373]},{"name":"DSI_DSI_VC_ID_INVALID","features":[373]},{"name":"DSI_EOT_SYNC_ERROR","features":[373]},{"name":"DSI_ESCAPE_MODE_ENTRY_COMMAND_ERROR","features":[373]},{"name":"DSI_FALSE_CONTROL_ERROR","features":[373]},{"name":"DSI_INVALID_PACKET_INDEX","features":[373]},{"name":"DSI_INVALID_TRANSMISSION_LENGTH","features":[373]},{"name":"DSI_LONG_PACKET_PAYLOAD_CHECKSUM_ERROR","features":[373]},{"name":"DSI_LOW_POWER_TRANSMIT_SYNC_ERROR","features":[373]},{"name":"DSI_PACKET_EMBEDDED_PAYLOAD_SIZE","features":[373]},{"name":"DSI_PERIPHERAL_TIMEOUT_ERROR","features":[373]},{"name":"DSI_SOT_ERROR","features":[373]},{"name":"DSI_SOT_SYNC_ERROR","features":[373]},{"name":"DSS_FLUSH_EVENT","features":[373]},{"name":"DSS_RESERVED","features":[373]},{"name":"DSS_RESERVED1","features":[373]},{"name":"DSS_RESERVED2","features":[373]},{"name":"DSS_TIMER_EVENT","features":[373]},{"name":"DXGK_WIN32K_PARAM_DATA","features":[373]},{"name":"DXGK_WIN32K_PARAM_FLAG_DISABLEVIEW","features":[373]},{"name":"DXGK_WIN32K_PARAM_FLAG_MODESWITCH","features":[373]},{"name":"DXGK_WIN32K_PARAM_FLAG_UPDATEREGISTRY","features":[373]},{"name":"DegaussMonitor","features":[373,307]},{"name":"DestroyPhysicalMonitor","features":[373,307]},{"name":"DestroyPhysicalMonitors","features":[373,307]},{"name":"DisplayConfigGetDeviceInfo","features":[373,307]},{"name":"DisplayConfigSetDeviceInfo","features":[373,307]},{"name":"DisplayMode","features":[373,307,318]},{"name":"DisplayModes","features":[373,307,318]},{"name":"ECS_REDRAW","features":[373]},{"name":"ECS_TEARDOWN","features":[373]},{"name":"ED_ABORTDOC","features":[373]},{"name":"EHN_ERROR","features":[373]},{"name":"EHN_RESTORED","features":[373]},{"name":"EMFINFO","features":[373,318]},{"name":"ENDCAP_BUTT","features":[373]},{"name":"ENDCAP_ROUND","features":[373]},{"name":"ENDCAP_SQUARE","features":[373]},{"name":"ENGSAFESEMAPHORE","features":[373]},{"name":"ENG_DEVICE_ATTRIBUTE","features":[373]},{"name":"ENG_EVENT","features":[373]},{"name":"ENG_FNT_CACHE_READ_FAULT","features":[373]},{"name":"ENG_FNT_CACHE_WRITE_FAULT","features":[373]},{"name":"ENG_SYSTEM_ATTRIBUTE","features":[373]},{"name":"ENG_TIME_FIELDS","features":[373]},{"name":"ENUMRECTS","features":[373,307]},{"name":"EngAcquireSemaphore","features":[373]},{"name":"EngAlphaBlend","features":[373,307,318]},{"name":"EngAssociateSurface","features":[373,307]},{"name":"EngBitBlt","features":[373,307]},{"name":"EngCheckAbort","features":[373,307]},{"name":"EngComputeGlyphSet","features":[373]},{"name":"EngCopyBits","features":[373,307]},{"name":"EngCreateBitmap","features":[373,307,318]},{"name":"EngCreateClip","features":[373,307]},{"name":"EngCreateDeviceBitmap","features":[373,307,318]},{"name":"EngCreateDeviceSurface","features":[373,307]},{"name":"EngCreatePalette","features":[373,318]},{"name":"EngCreateSemaphore","features":[373]},{"name":"EngDeleteClip","features":[373,307]},{"name":"EngDeletePalette","features":[373,307,318]},{"name":"EngDeletePath","features":[373]},{"name":"EngDeleteSemaphore","features":[373]},{"name":"EngDeleteSurface","features":[373,307]},{"name":"EngEraseSurface","features":[373,307]},{"name":"EngFillPath","features":[373,307]},{"name":"EngFindResource","features":[373,307]},{"name":"EngFreeModule","features":[373,307]},{"name":"EngGetCurrentCodePage","features":[373]},{"name":"EngGetDriverName","features":[373]},{"name":"EngGetPrinterDataFileName","features":[373]},{"name":"EngGradientFill","features":[373,307,318]},{"name":"EngLineTo","features":[373,307]},{"name":"EngLoadModule","features":[373,307]},{"name":"EngLockSurface","features":[373,307]},{"name":"EngMarkBandingSurface","features":[373,307]},{"name":"EngMultiByteToUnicodeN","features":[373]},{"name":"EngMultiByteToWideChar","features":[373]},{"name":"EngNumberOfProcessors","features":[373]},{"name":"EngOptimumAvailableSystemMemory","features":[373]},{"name":"EngOptimumAvailableUserMemory","features":[373]},{"name":"EngPaint","features":[373,307]},{"name":"EngPlgBlt","features":[373,307,318]},{"name":"EngProcessorFeature","features":[373]},{"name":"EngQueryEMFInfo","features":[373,307,318]},{"name":"EngQueryLocalTime","features":[373]},{"name":"EngReleaseSemaphore","features":[373]},{"name":"EngStretchBlt","features":[373,307,318]},{"name":"EngStretchBltROP","features":[373,307,318]},{"name":"EngStrokeAndFillPath","features":[373,307]},{"name":"EngStrokePath","features":[373,307]},{"name":"EngTextOut","features":[373,307]},{"name":"EngTransparentBlt","features":[373,307]},{"name":"EngUnicodeToMultiByteN","features":[373]},{"name":"EngUnlockSurface","features":[373,307]},{"name":"EngWideCharToMultiByte","features":[373]},{"name":"FC_COMPLEX","features":[373]},{"name":"FC_RECT","features":[373]},{"name":"FC_RECT4","features":[373]},{"name":"FDM_TYPE_BM_SIDE_CONST","features":[373]},{"name":"FDM_TYPE_CHAR_INC_EQUAL_BM_BASE","features":[373]},{"name":"FDM_TYPE_CONST_BEARINGS","features":[373]},{"name":"FDM_TYPE_MAXEXT_EQUAL_BM_SIDE","features":[373]},{"name":"FDM_TYPE_ZERO_BEARINGS","features":[373]},{"name":"FD_DEVICEMETRICS","features":[373,307]},{"name":"FD_ERROR","features":[373]},{"name":"FD_GLYPHATTR","features":[373]},{"name":"FD_GLYPHSET","features":[373]},{"name":"FD_KERNINGPAIR","features":[373]},{"name":"FD_LIGATURE","features":[373]},{"name":"FD_NEGATIVE_FONT","features":[373]},{"name":"FD_XFORM","features":[373]},{"name":"FD_XFORM","features":[373]},{"name":"FF_IGNORED_SIGNATURE","features":[373]},{"name":"FF_SIGNATURE_VERIFIED","features":[373]},{"name":"FLOATOBJ","features":[373]},{"name":"FLOATOBJ_XFORM","features":[373]},{"name":"FLOATOBJ_XFORM","features":[373]},{"name":"FLOAT_LONG","features":[373]},{"name":"FLOAT_LONG","features":[373]},{"name":"FL_NONPAGED_MEMORY","features":[373]},{"name":"FL_NON_SESSION","features":[373]},{"name":"FL_ZERO_MEMORY","features":[373]},{"name":"FM_EDITABLE_EMBED","features":[373]},{"name":"FM_INFO_16BPP","features":[373]},{"name":"FM_INFO_1BPP","features":[373]},{"name":"FM_INFO_24BPP","features":[373]},{"name":"FM_INFO_32BPP","features":[373]},{"name":"FM_INFO_4BPP","features":[373]},{"name":"FM_INFO_8BPP","features":[373]},{"name":"FM_INFO_90DEGREE_ROTATIONS","features":[373]},{"name":"FM_INFO_ANISOTROPIC_SCALING_ONLY","features":[373]},{"name":"FM_INFO_ARB_XFORMS","features":[373]},{"name":"FM_INFO_CONSTANT_WIDTH","features":[373]},{"name":"FM_INFO_DBCS_FIXED_PITCH","features":[373]},{"name":"FM_INFO_DO_NOT_ENUMERATE","features":[373]},{"name":"FM_INFO_DSIG","features":[373]},{"name":"FM_INFO_FAMILY_EQUIV","features":[373]},{"name":"FM_INFO_IGNORE_TC_RA_ABLE","features":[373]},{"name":"FM_INFO_INTEGER_WIDTH","features":[373]},{"name":"FM_INFO_INTEGRAL_SCALING","features":[373]},{"name":"FM_INFO_ISOTROPIC_SCALING_ONLY","features":[373]},{"name":"FM_INFO_NONNEGATIVE_AC","features":[373]},{"name":"FM_INFO_NOT_CONTIGUOUS","features":[373]},{"name":"FM_INFO_OPTICALLY_FIXED_PITCH","features":[373]},{"name":"FM_INFO_RETURNS_BITMAPS","features":[373]},{"name":"FM_INFO_RETURNS_OUTLINES","features":[373]},{"name":"FM_INFO_RETURNS_STROKES","features":[373]},{"name":"FM_INFO_RIGHT_HANDED","features":[373]},{"name":"FM_INFO_TECH_BITMAP","features":[373]},{"name":"FM_INFO_TECH_CFF","features":[373]},{"name":"FM_INFO_TECH_MM","features":[373]},{"name":"FM_INFO_TECH_OUTLINE_NOT_TRUETYPE","features":[373]},{"name":"FM_INFO_TECH_STROKE","features":[373]},{"name":"FM_INFO_TECH_TRUETYPE","features":[373]},{"name":"FM_INFO_TECH_TYPE1","features":[373]},{"name":"FM_NO_EMBEDDING","features":[373]},{"name":"FM_PANOSE_CULTURE_LATIN","features":[373]},{"name":"FM_READONLY_EMBED","features":[373]},{"name":"FM_SEL_BOLD","features":[373]},{"name":"FM_SEL_ITALIC","features":[373]},{"name":"FM_SEL_NEGATIVE","features":[373]},{"name":"FM_SEL_OUTLINED","features":[373]},{"name":"FM_SEL_REGULAR","features":[373]},{"name":"FM_SEL_STRIKEOUT","features":[373]},{"name":"FM_SEL_UNDERSCORE","features":[373]},{"name":"FM_TYPE_LICENSED","features":[373]},{"name":"FM_VERSION_NUMBER","features":[373]},{"name":"FONTDIFF","features":[373,307]},{"name":"FONTINFO","features":[373]},{"name":"FONTOBJ","features":[373,307]},{"name":"FONTOBJ_cGetAllGlyphHandles","features":[373,307]},{"name":"FONTOBJ_cGetGlyphs","features":[373,307]},{"name":"FONTOBJ_pQueryGlyphAttrs","features":[373,307]},{"name":"FONTOBJ_pfdg","features":[373,307]},{"name":"FONTOBJ_pifi","features":[373,307,318]},{"name":"FONTOBJ_pvTrueTypeFontFile","features":[373,307]},{"name":"FONTOBJ_pxoGetXform","features":[373,307]},{"name":"FONTOBJ_vGetInfo","features":[373,307]},{"name":"FONTSIM","features":[373]},{"name":"FONT_IMAGE_INFO","features":[373,374]},{"name":"FO_ATTR_MODE_ROTATE","features":[373]},{"name":"FO_CFF","features":[373]},{"name":"FO_CLEARTYPENATURAL_X","features":[373]},{"name":"FO_CLEARTYPE_X","features":[373]},{"name":"FO_CLEARTYPE_Y","features":[373]},{"name":"FO_DBCS_FONT","features":[373]},{"name":"FO_DEVICE_FONT","features":[373]},{"name":"FO_EM_HEIGHT","features":[373]},{"name":"FO_GLYPHBITS","features":[373]},{"name":"FO_GRAY16","features":[373]},{"name":"FO_HGLYPHS","features":[373]},{"name":"FO_MULTIPLEMASTER","features":[373]},{"name":"FO_NOCLEARTYPE","features":[373]},{"name":"FO_NOGRAY16","features":[373]},{"name":"FO_NOHINTS","features":[373]},{"name":"FO_NO_CHOICE","features":[373]},{"name":"FO_OUTLINE_CAPABLE","features":[373]},{"name":"FO_PATHOBJ","features":[373]},{"name":"FO_POSTSCRIPT","features":[373]},{"name":"FO_SIM_BOLD","features":[373]},{"name":"FO_SIM_ITALIC","features":[373]},{"name":"FO_VERT_FACE","features":[373]},{"name":"FP_ALTERNATEMODE","features":[373]},{"name":"FP_WINDINGMODE","features":[373]},{"name":"FREEOBJPROC","features":[373,307]},{"name":"FSCNTL_SCREEN_INFO","features":[373,374]},{"name":"FSVIDEO_COPY_FRAME_BUFFER","features":[373,374]},{"name":"FSVIDEO_CURSOR_POSITION","features":[373]},{"name":"FSVIDEO_MODE_INFORMATION","features":[373]},{"name":"FSVIDEO_REVERSE_MOUSE_POINTER","features":[373,374]},{"name":"FSVIDEO_SCREEN_INFORMATION","features":[373,374]},{"name":"FSVIDEO_WRITE_TO_FRAME_BUFFER","features":[373,374]},{"name":"GAMMARAMP","features":[373]},{"name":"GAMMA_RAMP_DXGI_1","features":[373]},{"name":"GAMMA_RAMP_RGB","features":[373]},{"name":"GAMMA_RAMP_RGB256x3x16","features":[373]},{"name":"GCAPS2_ACC_DRIVER","features":[373]},{"name":"GCAPS2_ALPHACURSOR","features":[373]},{"name":"GCAPS2_BITMAPEXREUSE","features":[373]},{"name":"GCAPS2_CHANGEGAMMARAMP","features":[373]},{"name":"GCAPS2_CLEARTYPE","features":[373]},{"name":"GCAPS2_EXCLUDELAYERED","features":[373]},{"name":"GCAPS2_ICD_MULTIMON","features":[373]},{"name":"GCAPS2_INCLUDEAPIBITMAPS","features":[373]},{"name":"GCAPS2_JPEGSRC","features":[373]},{"name":"GCAPS2_MOUSETRAILS","features":[373]},{"name":"GCAPS2_PNGSRC","features":[373]},{"name":"GCAPS2_REMOTEDRIVER","features":[373]},{"name":"GCAPS2_RESERVED1","features":[373]},{"name":"GCAPS2_SHOWHIDDENPOINTER","features":[373]},{"name":"GCAPS2_SYNCFLUSH","features":[373]},{"name":"GCAPS2_SYNCTIMER","features":[373]},{"name":"GCAPS2_xxxx","features":[373]},{"name":"GCAPS_ALTERNATEFILL","features":[373]},{"name":"GCAPS_ARBRUSHOPAQUE","features":[373]},{"name":"GCAPS_ARBRUSHTEXT","features":[373]},{"name":"GCAPS_ASYNCCHANGE","features":[373]},{"name":"GCAPS_ASYNCMOVE","features":[373]},{"name":"GCAPS_BEZIERS","features":[373]},{"name":"GCAPS_CMYKCOLOR","features":[373]},{"name":"GCAPS_COLOR_DITHER","features":[373]},{"name":"GCAPS_DIRECTDRAW","features":[373]},{"name":"GCAPS_DITHERONREALIZE","features":[373]},{"name":"GCAPS_DONTJOURNAL","features":[373]},{"name":"GCAPS_FONT_RASTERIZER","features":[373]},{"name":"GCAPS_FORCEDITHER","features":[373]},{"name":"GCAPS_GEOMETRICWIDE","features":[373]},{"name":"GCAPS_GRAY16","features":[373]},{"name":"GCAPS_HALFTONE","features":[373]},{"name":"GCAPS_HIGHRESTEXT","features":[373]},{"name":"GCAPS_HORIZSTRIKE","features":[373]},{"name":"GCAPS_ICM","features":[373]},{"name":"GCAPS_LAYERED","features":[373]},{"name":"GCAPS_MONO_DITHER","features":[373]},{"name":"GCAPS_NO64BITMEMACCESS","features":[373]},{"name":"GCAPS_NUP","features":[373]},{"name":"GCAPS_OPAQUERECT","features":[373]},{"name":"GCAPS_PALMANAGED","features":[373]},{"name":"GCAPS_PANNING","features":[373]},{"name":"GCAPS_SCREENPRECISION","features":[373]},{"name":"GCAPS_VECTORFONT","features":[373]},{"name":"GCAPS_VERTSTRIKE","features":[373]},{"name":"GCAPS_WINDINGFILL","features":[373]},{"name":"GDIINFO","features":[373,307]},{"name":"GDI_DRIVER_VERSION","features":[373]},{"name":"GETCONNECTEDIDS_SOURCE","features":[373]},{"name":"GETCONNECTEDIDS_TARGET","features":[373]},{"name":"GLYPHBITS","features":[373,307]},{"name":"GLYPHDATA","features":[373,307]},{"name":"GLYPHDEF","features":[373,307]},{"name":"GLYPHPOS","features":[373,307]},{"name":"GS_16BIT_HANDLES","features":[373]},{"name":"GS_8BIT_HANDLES","features":[373]},{"name":"GS_UNICODE_HANDLES","features":[373]},{"name":"GUID_DEVINTERFACE_DISPLAY_ADAPTER","features":[373]},{"name":"GUID_DEVINTERFACE_MONITOR","features":[373]},{"name":"GUID_DEVINTERFACE_VIDEO_OUTPUT_ARRIVAL","features":[373]},{"name":"GUID_DISPLAY_DEVICE_ARRIVAL","features":[373]},{"name":"GUID_MONITOR_OVERRIDE_PSEUDO_SPECIALIZED","features":[373]},{"name":"GX_GENERAL","features":[373]},{"name":"GX_IDENTITY","features":[373]},{"name":"GX_OFFSET","features":[373]},{"name":"GX_SCALE","features":[373]},{"name":"GetAutoRotationState","features":[373,307]},{"name":"GetCapabilitiesStringLength","features":[373,307]},{"name":"GetDisplayAutoRotationPreferences","features":[373,307]},{"name":"GetDisplayConfigBufferSizes","features":[373,307]},{"name":"GetMonitorBrightness","features":[373,307]},{"name":"GetMonitorCapabilities","features":[373,307]},{"name":"GetMonitorColorTemperature","features":[373,307]},{"name":"GetMonitorContrast","features":[373,307]},{"name":"GetMonitorDisplayAreaPosition","features":[373,307]},{"name":"GetMonitorDisplayAreaSize","features":[373,307]},{"name":"GetMonitorRedGreenOrBlueDrive","features":[373,307]},{"name":"GetMonitorRedGreenOrBlueGain","features":[373,307]},{"name":"GetMonitorTechnologyType","features":[373,307]},{"name":"GetNumberOfPhysicalMonitorsFromHMONITOR","features":[373,307,318]},{"name":"GetNumberOfPhysicalMonitorsFromIDirect3DDevice9","features":[373,316]},{"name":"GetPhysicalMonitorsFromHMONITOR","features":[373,307,318]},{"name":"GetPhysicalMonitorsFromIDirect3DDevice9","features":[373,307,316]},{"name":"GetTimingReport","features":[373,307]},{"name":"GetVCPFeatureAndVCPFeatureReply","features":[373,307]},{"name":"HBM","features":[373]},{"name":"HDEV","features":[373]},{"name":"HDRVOBJ","features":[373]},{"name":"HFASTMUTEX","features":[373]},{"name":"HOOK_ALPHABLEND","features":[373]},{"name":"HOOK_BITBLT","features":[373]},{"name":"HOOK_COPYBITS","features":[373]},{"name":"HOOK_FILLPATH","features":[373]},{"name":"HOOK_FLAGS","features":[373]},{"name":"HOOK_GRADIENTFILL","features":[373]},{"name":"HOOK_LINETO","features":[373]},{"name":"HOOK_MOVEPANNING","features":[373]},{"name":"HOOK_PAINT","features":[373]},{"name":"HOOK_PLGBLT","features":[373]},{"name":"HOOK_STRETCHBLT","features":[373]},{"name":"HOOK_STRETCHBLTROP","features":[373]},{"name":"HOOK_STROKEANDFILLPATH","features":[373]},{"name":"HOOK_STROKEPATH","features":[373]},{"name":"HOOK_SYNCHRONIZE","features":[373]},{"name":"HOOK_SYNCHRONIZEACCESS","features":[373]},{"name":"HOOK_TEXTOUT","features":[373]},{"name":"HOOK_TRANSPARENTBLT","features":[373]},{"name":"HOST_DSI_BAD_TRANSMISSION_MODE","features":[373]},{"name":"HOST_DSI_DEVICE_NOT_READY","features":[373]},{"name":"HOST_DSI_DEVICE_RESET","features":[373]},{"name":"HOST_DSI_DRIVER_REJECTED_PACKET","features":[373]},{"name":"HOST_DSI_INTERFACE_RESET","features":[373]},{"name":"HOST_DSI_INVALID_TRANSMISSION","features":[373]},{"name":"HOST_DSI_OS_REJECTED_PACKET","features":[373]},{"name":"HOST_DSI_TRANSMISSION_CANCELLED","features":[373]},{"name":"HOST_DSI_TRANSMISSION_DROPPED","features":[373]},{"name":"HOST_DSI_TRANSMISSION_TIMEOUT","features":[373]},{"name":"HSEMAPHORE","features":[373]},{"name":"HSURF","features":[373]},{"name":"HS_DDI_MAX","features":[373]},{"name":"HT_FLAG_8BPP_CMY332_MASK","features":[373]},{"name":"HT_FLAG_ADDITIVE_PRIMS","features":[373]},{"name":"HT_FLAG_DO_DEVCLR_XFORM","features":[373]},{"name":"HT_FLAG_HAS_BLACK_DYE","features":[373]},{"name":"HT_FLAG_INK_ABSORPTION_IDX0","features":[373]},{"name":"HT_FLAG_INK_ABSORPTION_IDX1","features":[373]},{"name":"HT_FLAG_INK_ABSORPTION_IDX2","features":[373]},{"name":"HT_FLAG_INK_ABSORPTION_IDX3","features":[373]},{"name":"HT_FLAG_INK_ABSORPTION_INDICES","features":[373]},{"name":"HT_FLAG_INK_HIGH_ABSORPTION","features":[373]},{"name":"HT_FLAG_INVERT_8BPP_BITMASK_IDX","features":[373]},{"name":"HT_FLAG_LOWER_INK_ABSORPTION","features":[373]},{"name":"HT_FLAG_LOWEST_INK_ABSORPTION","features":[373]},{"name":"HT_FLAG_LOW_INK_ABSORPTION","features":[373]},{"name":"HT_FLAG_NORMAL_INK_ABSORPTION","features":[373]},{"name":"HT_FLAG_OUTPUT_CMY","features":[373]},{"name":"HT_FLAG_PRINT_DRAFT_MODE","features":[373]},{"name":"HT_FLAG_SQUARE_DEVICE_PEL","features":[373]},{"name":"HT_FLAG_USE_8BPP_BITMASK","features":[373]},{"name":"HT_FORMAT_16BPP","features":[373]},{"name":"HT_FORMAT_1BPP","features":[373]},{"name":"HT_FORMAT_24BPP","features":[373]},{"name":"HT_FORMAT_32BPP","features":[373]},{"name":"HT_FORMAT_4BPP","features":[373]},{"name":"HT_FORMAT_4BPP_IRGB","features":[373]},{"name":"HT_FORMAT_8BPP","features":[373]},{"name":"HT_Get8BPPFormatPalette","features":[373,318]},{"name":"HT_Get8BPPMaskPalette","features":[373,307,318]},{"name":"HT_PATSIZE_10x10","features":[373]},{"name":"HT_PATSIZE_10x10_M","features":[373]},{"name":"HT_PATSIZE_12x12","features":[373]},{"name":"HT_PATSIZE_12x12_M","features":[373]},{"name":"HT_PATSIZE_14x14","features":[373]},{"name":"HT_PATSIZE_14x14_M","features":[373]},{"name":"HT_PATSIZE_16x16","features":[373]},{"name":"HT_PATSIZE_16x16_M","features":[373]},{"name":"HT_PATSIZE_2x2","features":[373]},{"name":"HT_PATSIZE_2x2_M","features":[373]},{"name":"HT_PATSIZE_4x4","features":[373]},{"name":"HT_PATSIZE_4x4_M","features":[373]},{"name":"HT_PATSIZE_6x6","features":[373]},{"name":"HT_PATSIZE_6x6_M","features":[373]},{"name":"HT_PATSIZE_8x8","features":[373]},{"name":"HT_PATSIZE_8x8_M","features":[373]},{"name":"HT_PATSIZE_DEFAULT","features":[373]},{"name":"HT_PATSIZE_MAX_INDEX","features":[373]},{"name":"HT_PATSIZE_SUPERCELL","features":[373]},{"name":"HT_PATSIZE_SUPERCELL_M","features":[373]},{"name":"HT_PATSIZE_USER","features":[373]},{"name":"HT_USERPAT_CX_MAX","features":[373]},{"name":"HT_USERPAT_CX_MIN","features":[373]},{"name":"HT_USERPAT_CY_MAX","features":[373]},{"name":"HT_USERPAT_CY_MIN","features":[373]},{"name":"ICloneViewHelper","features":[373]},{"name":"IFIEXTRA","features":[373]},{"name":"IFIMETRICS","features":[373,307,318]},{"name":"IFIMETRICS","features":[373,307,318]},{"name":"IGRF_RGB_256BYTES","features":[373]},{"name":"IGRF_RGB_256WORDS","features":[373]},{"name":"INDEX_DrvAccumulateD3DDirtyRect","features":[373]},{"name":"INDEX_DrvAlphaBlend","features":[373]},{"name":"INDEX_DrvAssertMode","features":[373]},{"name":"INDEX_DrvAssociateSharedSurface","features":[373]},{"name":"INDEX_DrvBitBlt","features":[373]},{"name":"INDEX_DrvCompletePDEV","features":[373]},{"name":"INDEX_DrvCopyBits","features":[373]},{"name":"INDEX_DrvCreateDeviceBitmap","features":[373]},{"name":"INDEX_DrvCreateDeviceBitmapEx","features":[373]},{"name":"INDEX_DrvDeleteDeviceBitmap","features":[373]},{"name":"INDEX_DrvDeleteDeviceBitmapEx","features":[373]},{"name":"INDEX_DrvDeriveSurface","features":[373]},{"name":"INDEX_DrvDescribePixelFormat","features":[373]},{"name":"INDEX_DrvDestroyFont","features":[373]},{"name":"INDEX_DrvDisableDirectDraw","features":[373]},{"name":"INDEX_DrvDisableDriver","features":[373]},{"name":"INDEX_DrvDisablePDEV","features":[373]},{"name":"INDEX_DrvDisableSurface","features":[373]},{"name":"INDEX_DrvDitherColor","features":[373]},{"name":"INDEX_DrvDrawEscape","features":[373]},{"name":"INDEX_DrvEnableDirectDraw","features":[373]},{"name":"INDEX_DrvEnablePDEV","features":[373]},{"name":"INDEX_DrvEnableSurface","features":[373]},{"name":"INDEX_DrvEndDoc","features":[373]},{"name":"INDEX_DrvEndDxInterop","features":[373]},{"name":"INDEX_DrvEscape","features":[373]},{"name":"INDEX_DrvFillPath","features":[373]},{"name":"INDEX_DrvFontManagement","features":[373]},{"name":"INDEX_DrvFree","features":[373]},{"name":"INDEX_DrvGetDirectDrawInfo","features":[373]},{"name":"INDEX_DrvGetGlyphMode","features":[373]},{"name":"INDEX_DrvGetModes","features":[373]},{"name":"INDEX_DrvGetSynthesizedFontFiles","features":[373]},{"name":"INDEX_DrvGetTrueTypeFile","features":[373]},{"name":"INDEX_DrvGradientFill","features":[373]},{"name":"INDEX_DrvIcmCheckBitmapBits","features":[373]},{"name":"INDEX_DrvIcmCreateColorTransform","features":[373]},{"name":"INDEX_DrvIcmDeleteColorTransform","features":[373]},{"name":"INDEX_DrvIcmSetDeviceGammaRamp","features":[373]},{"name":"INDEX_DrvLineTo","features":[373]},{"name":"INDEX_DrvLoadFontFile","features":[373]},{"name":"INDEX_DrvLockDisplayArea","features":[373]},{"name":"INDEX_DrvMovePanning","features":[373]},{"name":"INDEX_DrvMovePointer","features":[373]},{"name":"INDEX_DrvNextBand","features":[373]},{"name":"INDEX_DrvNotify","features":[373]},{"name":"INDEX_DrvOffset","features":[373]},{"name":"INDEX_DrvPaint","features":[373]},{"name":"INDEX_DrvPlgBlt","features":[373]},{"name":"INDEX_DrvQueryAdvanceWidths","features":[373]},{"name":"INDEX_DrvQueryDeviceSupport","features":[373]},{"name":"INDEX_DrvQueryFont","features":[373]},{"name":"INDEX_DrvQueryFontCaps","features":[373]},{"name":"INDEX_DrvQueryFontData","features":[373]},{"name":"INDEX_DrvQueryFontFile","features":[373]},{"name":"INDEX_DrvQueryFontTree","features":[373]},{"name":"INDEX_DrvQueryGlyphAttrs","features":[373]},{"name":"INDEX_DrvQueryPerBandInfo","features":[373]},{"name":"INDEX_DrvQuerySpoolType","features":[373]},{"name":"INDEX_DrvQueryTrueTypeOutline","features":[373]},{"name":"INDEX_DrvQueryTrueTypeTable","features":[373]},{"name":"INDEX_DrvRealizeBrush","features":[373]},{"name":"INDEX_DrvRenderHint","features":[373]},{"name":"INDEX_DrvReserved1","features":[373]},{"name":"INDEX_DrvReserved10","features":[373]},{"name":"INDEX_DrvReserved11","features":[373]},{"name":"INDEX_DrvReserved2","features":[373]},{"name":"INDEX_DrvReserved3","features":[373]},{"name":"INDEX_DrvReserved4","features":[373]},{"name":"INDEX_DrvReserved5","features":[373]},{"name":"INDEX_DrvReserved6","features":[373]},{"name":"INDEX_DrvReserved7","features":[373]},{"name":"INDEX_DrvReserved8","features":[373]},{"name":"INDEX_DrvReserved9","features":[373]},{"name":"INDEX_DrvResetDevice","features":[373]},{"name":"INDEX_DrvResetPDEV","features":[373]},{"name":"INDEX_DrvSaveScreenBits","features":[373]},{"name":"INDEX_DrvSendPage","features":[373]},{"name":"INDEX_DrvSetPalette","features":[373]},{"name":"INDEX_DrvSetPixelFormat","features":[373]},{"name":"INDEX_DrvSetPointerShape","features":[373]},{"name":"INDEX_DrvStartBanding","features":[373]},{"name":"INDEX_DrvStartDoc","features":[373]},{"name":"INDEX_DrvStartDxInterop","features":[373]},{"name":"INDEX_DrvStartPage","features":[373]},{"name":"INDEX_DrvStretchBlt","features":[373]},{"name":"INDEX_DrvStretchBltROP","features":[373]},{"name":"INDEX_DrvStrokeAndFillPath","features":[373]},{"name":"INDEX_DrvStrokePath","features":[373]},{"name":"INDEX_DrvSurfaceComplete","features":[373]},{"name":"INDEX_DrvSwapBuffers","features":[373]},{"name":"INDEX_DrvSynchronize","features":[373]},{"name":"INDEX_DrvSynchronizeRedirectionBitmaps","features":[373]},{"name":"INDEX_DrvSynchronizeSurface","features":[373]},{"name":"INDEX_DrvSynthesizeFont","features":[373]},{"name":"INDEX_DrvTextOut","features":[373]},{"name":"INDEX_DrvTransparentBlt","features":[373]},{"name":"INDEX_DrvUnloadFontFile","features":[373]},{"name":"INDEX_DrvUnlockDisplayArea","features":[373]},{"name":"INDEX_LAST","features":[373]},{"name":"INDIRECT_DISPLAY_INFO","features":[373,307]},{"name":"INDIRECT_DISPLAY_INFO_FLAGS_CREATED_IDDCX_ADAPTER","features":[373]},{"name":"IOCTL_COLORSPACE_TRANSFORM_QUERY_TARGET_CAPS","features":[373]},{"name":"IOCTL_COLORSPACE_TRANSFORM_SET","features":[373]},{"name":"IOCTL_FSVIDEO_COPY_FRAME_BUFFER","features":[373]},{"name":"IOCTL_FSVIDEO_REVERSE_MOUSE_POINTER","features":[373]},{"name":"IOCTL_FSVIDEO_SET_CURRENT_MODE","features":[373]},{"name":"IOCTL_FSVIDEO_SET_CURSOR_POSITION","features":[373]},{"name":"IOCTL_FSVIDEO_SET_SCREEN_INFORMATION","features":[373]},{"name":"IOCTL_FSVIDEO_WRITE_TO_FRAME_BUFFER","features":[373]},{"name":"IOCTL_MIPI_DSI_QUERY_CAPS","features":[373]},{"name":"IOCTL_MIPI_DSI_RESET","features":[373]},{"name":"IOCTL_MIPI_DSI_TRANSMISSION","features":[373]},{"name":"IOCTL_PANEL_GET_BACKLIGHT_REDUCTION","features":[373]},{"name":"IOCTL_PANEL_GET_BRIGHTNESS","features":[373]},{"name":"IOCTL_PANEL_GET_MANUFACTURING_MODE","features":[373]},{"name":"IOCTL_PANEL_QUERY_BRIGHTNESS_CAPS","features":[373]},{"name":"IOCTL_PANEL_QUERY_BRIGHTNESS_RANGES","features":[373]},{"name":"IOCTL_PANEL_SET_BACKLIGHT_OPTIMIZATION","features":[373]},{"name":"IOCTL_PANEL_SET_BRIGHTNESS","features":[373]},{"name":"IOCTL_PANEL_SET_BRIGHTNESS_STATE","features":[373]},{"name":"IOCTL_SET_ACTIVE_COLOR_PROFILE_NAME","features":[373]},{"name":"IOCTL_VIDEO_DISABLE_CURSOR","features":[373]},{"name":"IOCTL_VIDEO_DISABLE_POINTER","features":[373]},{"name":"IOCTL_VIDEO_DISABLE_VDM","features":[373]},{"name":"IOCTL_VIDEO_ENABLE_CURSOR","features":[373]},{"name":"IOCTL_VIDEO_ENABLE_POINTER","features":[373]},{"name":"IOCTL_VIDEO_ENABLE_VDM","features":[373]},{"name":"IOCTL_VIDEO_ENUM_MONITOR_PDO","features":[373]},{"name":"IOCTL_VIDEO_FREE_PUBLIC_ACCESS_RANGES","features":[373]},{"name":"IOCTL_VIDEO_GET_BANK_SELECT_CODE","features":[373]},{"name":"IOCTL_VIDEO_GET_CHILD_STATE","features":[373]},{"name":"IOCTL_VIDEO_GET_OUTPUT_DEVICE_POWER_STATE","features":[373]},{"name":"IOCTL_VIDEO_GET_POWER_MANAGEMENT","features":[373]},{"name":"IOCTL_VIDEO_HANDLE_VIDEOPARAMETERS","features":[373]},{"name":"IOCTL_VIDEO_INIT_WIN32K_CALLBACKS","features":[373]},{"name":"IOCTL_VIDEO_IS_VGA_DEVICE","features":[373]},{"name":"IOCTL_VIDEO_LOAD_AND_SET_FONT","features":[373]},{"name":"IOCTL_VIDEO_MAP_VIDEO_MEMORY","features":[373]},{"name":"IOCTL_VIDEO_MONITOR_DEVICE","features":[373]},{"name":"IOCTL_VIDEO_PREPARE_FOR_EARECOVERY","features":[373]},{"name":"IOCTL_VIDEO_QUERY_AVAIL_MODES","features":[373]},{"name":"IOCTL_VIDEO_QUERY_COLOR_CAPABILITIES","features":[373]},{"name":"IOCTL_VIDEO_QUERY_CURRENT_MODE","features":[373]},{"name":"IOCTL_VIDEO_QUERY_CURSOR_ATTR","features":[373]},{"name":"IOCTL_VIDEO_QUERY_CURSOR_POSITION","features":[373]},{"name":"IOCTL_VIDEO_QUERY_DISPLAY_BRIGHTNESS","features":[373]},{"name":"IOCTL_VIDEO_QUERY_NUM_AVAIL_MODES","features":[373]},{"name":"IOCTL_VIDEO_QUERY_POINTER_ATTR","features":[373]},{"name":"IOCTL_VIDEO_QUERY_POINTER_CAPABILITIES","features":[373]},{"name":"IOCTL_VIDEO_QUERY_POINTER_POSITION","features":[373]},{"name":"IOCTL_VIDEO_QUERY_PUBLIC_ACCESS_RANGES","features":[373]},{"name":"IOCTL_VIDEO_QUERY_SUPPORTED_BRIGHTNESS","features":[373]},{"name":"IOCTL_VIDEO_REGISTER_VDM","features":[373]},{"name":"IOCTL_VIDEO_RESET_DEVICE","features":[373]},{"name":"IOCTL_VIDEO_RESTORE_HARDWARE_STATE","features":[373]},{"name":"IOCTL_VIDEO_SAVE_HARDWARE_STATE","features":[373]},{"name":"IOCTL_VIDEO_SET_BANK_POSITION","features":[373]},{"name":"IOCTL_VIDEO_SET_CHILD_STATE_CONFIGURATION","features":[373]},{"name":"IOCTL_VIDEO_SET_COLOR_LUT_DATA","features":[373]},{"name":"IOCTL_VIDEO_SET_COLOR_REGISTERS","features":[373]},{"name":"IOCTL_VIDEO_SET_CURRENT_MODE","features":[373]},{"name":"IOCTL_VIDEO_SET_CURSOR_ATTR","features":[373]},{"name":"IOCTL_VIDEO_SET_CURSOR_POSITION","features":[373]},{"name":"IOCTL_VIDEO_SET_DISPLAY_BRIGHTNESS","features":[373]},{"name":"IOCTL_VIDEO_SET_OUTPUT_DEVICE_POWER_STATE","features":[373]},{"name":"IOCTL_VIDEO_SET_PALETTE_REGISTERS","features":[373]},{"name":"IOCTL_VIDEO_SET_POINTER_ATTR","features":[373]},{"name":"IOCTL_VIDEO_SET_POINTER_POSITION","features":[373]},{"name":"IOCTL_VIDEO_SET_POWER_MANAGEMENT","features":[373]},{"name":"IOCTL_VIDEO_SHARE_VIDEO_MEMORY","features":[373]},{"name":"IOCTL_VIDEO_SWITCH_DUALVIEW","features":[373]},{"name":"IOCTL_VIDEO_UNMAP_VIDEO_MEMORY","features":[373]},{"name":"IOCTL_VIDEO_UNSHARE_VIDEO_MEMORY","features":[373]},{"name":"IOCTL_VIDEO_USE_DEVICE_IN_SESSION","features":[373]},{"name":"IOCTL_VIDEO_VALIDATE_CHILD_STATE_CONFIGURATION","features":[373]},{"name":"IViewHelper","features":[373]},{"name":"JOIN_BEVEL","features":[373]},{"name":"JOIN_MITER","features":[373]},{"name":"JOIN_ROUND","features":[373]},{"name":"LA_ALTERNATE","features":[373]},{"name":"LA_GEOMETRIC","features":[373]},{"name":"LA_STARTGAP","features":[373]},{"name":"LA_STYLED","features":[373]},{"name":"LIGATURE","features":[373]},{"name":"LINEATTRS","features":[373]},{"name":"LINEATTRS","features":[373]},{"name":"MAXCHARSETS","features":[373]},{"name":"MAX_PACKET_COUNT","features":[373]},{"name":"MC_APERTURE_GRILL_CATHODE_RAY_TUBE","features":[373]},{"name":"MC_BLUE_DRIVE","features":[373]},{"name":"MC_BLUE_GAIN","features":[373]},{"name":"MC_CAPS_BRIGHTNESS","features":[373]},{"name":"MC_CAPS_COLOR_TEMPERATURE","features":[373]},{"name":"MC_CAPS_CONTRAST","features":[373]},{"name":"MC_CAPS_DEGAUSS","features":[373]},{"name":"MC_CAPS_DISPLAY_AREA_POSITION","features":[373]},{"name":"MC_CAPS_DISPLAY_AREA_SIZE","features":[373]},{"name":"MC_CAPS_MONITOR_TECHNOLOGY_TYPE","features":[373]},{"name":"MC_CAPS_NONE","features":[373]},{"name":"MC_CAPS_RED_GREEN_BLUE_DRIVE","features":[373]},{"name":"MC_CAPS_RED_GREEN_BLUE_GAIN","features":[373]},{"name":"MC_CAPS_RESTORE_FACTORY_COLOR_DEFAULTS","features":[373]},{"name":"MC_CAPS_RESTORE_FACTORY_DEFAULTS","features":[373]},{"name":"MC_COLOR_TEMPERATURE","features":[373]},{"name":"MC_COLOR_TEMPERATURE_10000K","features":[373]},{"name":"MC_COLOR_TEMPERATURE_11500K","features":[373]},{"name":"MC_COLOR_TEMPERATURE_4000K","features":[373]},{"name":"MC_COLOR_TEMPERATURE_5000K","features":[373]},{"name":"MC_COLOR_TEMPERATURE_6500K","features":[373]},{"name":"MC_COLOR_TEMPERATURE_7500K","features":[373]},{"name":"MC_COLOR_TEMPERATURE_8200K","features":[373]},{"name":"MC_COLOR_TEMPERATURE_9300K","features":[373]},{"name":"MC_COLOR_TEMPERATURE_UNKNOWN","features":[373]},{"name":"MC_DISPLAY_TECHNOLOGY_TYPE","features":[373]},{"name":"MC_DRIVE_TYPE","features":[373]},{"name":"MC_ELECTROLUMINESCENT","features":[373]},{"name":"MC_FIELD_EMISSION_DEVICE","features":[373]},{"name":"MC_GAIN_TYPE","features":[373]},{"name":"MC_GREEN_DRIVE","features":[373]},{"name":"MC_GREEN_GAIN","features":[373]},{"name":"MC_HEIGHT","features":[373]},{"name":"MC_HORIZONTAL_POSITION","features":[373]},{"name":"MC_LIQUID_CRYSTAL_ON_SILICON","features":[373]},{"name":"MC_MICROELECTROMECHANICAL","features":[373]},{"name":"MC_MOMENTARY","features":[373]},{"name":"MC_ORGANIC_LIGHT_EMITTING_DIODE","features":[373]},{"name":"MC_PLASMA","features":[373]},{"name":"MC_POSITION_TYPE","features":[373]},{"name":"MC_RED_DRIVE","features":[373]},{"name":"MC_RED_GAIN","features":[373]},{"name":"MC_RESTORE_FACTORY_DEFAULTS_ENABLES_MONITOR_SETTINGS","features":[373]},{"name":"MC_SET_PARAMETER","features":[373]},{"name":"MC_SHADOW_MASK_CATHODE_RAY_TUBE","features":[373]},{"name":"MC_SIZE_TYPE","features":[373]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_10000K","features":[373]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_11500K","features":[373]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_4000K","features":[373]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_5000K","features":[373]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_6500K","features":[373]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_7500K","features":[373]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_8200K","features":[373]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_9300K","features":[373]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_NONE","features":[373]},{"name":"MC_THIN_FILM_TRANSISTOR","features":[373]},{"name":"MC_TIMING_REPORT","features":[373]},{"name":"MC_VCP_CODE_TYPE","features":[373]},{"name":"MC_VERTICAL_POSITION","features":[373]},{"name":"MC_WIDTH","features":[373]},{"name":"MIPI_DSI_CAPS","features":[373]},{"name":"MIPI_DSI_PACKET","features":[373]},{"name":"MIPI_DSI_RESET","features":[373]},{"name":"MIPI_DSI_TRANSMISSION","features":[373]},{"name":"MS_CDDDEVICEBITMAP","features":[373]},{"name":"MS_NOTSYSTEMMEMORY","features":[373]},{"name":"MS_REUSEDDEVICEBITMAP","features":[373]},{"name":"MS_SHAREDACCESS","features":[373]},{"name":"NumVideoBankTypes","features":[373]},{"name":"OC_BANK_CLIP","features":[373]},{"name":"OPENGL_CMD","features":[373]},{"name":"OPENGL_GETINFO","features":[373]},{"name":"ORIENTATION_PREFERENCE","features":[373]},{"name":"ORIENTATION_PREFERENCE_LANDSCAPE","features":[373]},{"name":"ORIENTATION_PREFERENCE_LANDSCAPE_FLIPPED","features":[373]},{"name":"ORIENTATION_PREFERENCE_NONE","features":[373]},{"name":"ORIENTATION_PREFERENCE_PORTRAIT","features":[373]},{"name":"ORIENTATION_PREFERENCE_PORTRAIT_FLIPPED","features":[373]},{"name":"OUTPUT_COLOR_ENCODING","features":[373]},{"name":"OUTPUT_COLOR_ENCODING_INTENSITY","features":[373]},{"name":"OUTPUT_COLOR_ENCODING_RGB","features":[373]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR420","features":[373]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR422","features":[373]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR444","features":[373]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020","features":[373]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_DVLL","features":[373]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_HDR10PLUS","features":[373]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P2020","features":[373]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P709","features":[373]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P709_WCG","features":[373]},{"name":"OUTPUT_WIRE_COLOR_SPACE_RESERVED","features":[373]},{"name":"OUTPUT_WIRE_COLOR_SPACE_TYPE","features":[373]},{"name":"OUTPUT_WIRE_FORMAT","features":[373]},{"name":"PALOBJ","features":[373]},{"name":"PAL_BGR","features":[373]},{"name":"PAL_BITFIELDS","features":[373]},{"name":"PAL_CMYK","features":[373]},{"name":"PAL_INDEXED","features":[373]},{"name":"PAL_RGB","features":[373]},{"name":"PANEL_BRIGHTNESS_SENSOR_DATA","features":[373]},{"name":"PANEL_GET_BACKLIGHT_REDUCTION","features":[373]},{"name":"PANEL_GET_BRIGHTNESS","features":[373]},{"name":"PANEL_QUERY_BRIGHTNESS_CAPS","features":[373]},{"name":"PANEL_QUERY_BRIGHTNESS_RANGES","features":[373]},{"name":"PANEL_SET_BACKLIGHT_OPTIMIZATION","features":[373]},{"name":"PANEL_SET_BRIGHTNESS","features":[373]},{"name":"PANEL_SET_BRIGHTNESS_STATE","features":[373]},{"name":"PATHDATA","features":[373]},{"name":"PATHOBJ","features":[373]},{"name":"PATHOBJ_bEnum","features":[373,307]},{"name":"PATHOBJ_bEnumClipLines","features":[373,307]},{"name":"PATHOBJ_vEnumStart","features":[373]},{"name":"PATHOBJ_vEnumStartClipLines","features":[373,307]},{"name":"PATHOBJ_vGetBounds","features":[373]},{"name":"PD_BEGINSUBPATH","features":[373]},{"name":"PD_BEZIERS","features":[373]},{"name":"PD_CLOSEFIGURE","features":[373]},{"name":"PD_ENDSUBPATH","features":[373]},{"name":"PD_RESETSTYLE","features":[373]},{"name":"PERBANDINFO","features":[373,307]},{"name":"PFN","features":[373]},{"name":"PFN_DrvAccumulateD3DDirtyRect","features":[373,307]},{"name":"PFN_DrvAlphaBlend","features":[373,307,318]},{"name":"PFN_DrvAssertMode","features":[373,307]},{"name":"PFN_DrvAssociateSharedSurface","features":[373,307]},{"name":"PFN_DrvBitBlt","features":[373,307]},{"name":"PFN_DrvCompletePDEV","features":[373]},{"name":"PFN_DrvCopyBits","features":[373,307]},{"name":"PFN_DrvCreateDeviceBitmap","features":[373,307,318]},{"name":"PFN_DrvCreateDeviceBitmapEx","features":[373,307,318]},{"name":"PFN_DrvDeleteDeviceBitmap","features":[373]},{"name":"PFN_DrvDeleteDeviceBitmapEx","features":[373]},{"name":"PFN_DrvDeriveSurface","features":[373,307,317,318]},{"name":"PFN_DrvDescribePixelFormat","features":[373,375]},{"name":"PFN_DrvDestroyFont","features":[373,307]},{"name":"PFN_DrvDisableDirectDraw","features":[373]},{"name":"PFN_DrvDisableDriver","features":[373]},{"name":"PFN_DrvDisablePDEV","features":[373]},{"name":"PFN_DrvDisableSurface","features":[373]},{"name":"PFN_DrvDitherColor","features":[373]},{"name":"PFN_DrvDrawEscape","features":[373,307]},{"name":"PFN_DrvEnableDirectDraw","features":[373,307,317,318]},{"name":"PFN_DrvEnableDriver","features":[373,307]},{"name":"PFN_DrvEnablePDEV","features":[373,307,318]},{"name":"PFN_DrvEnableSurface","features":[373]},{"name":"PFN_DrvEndDoc","features":[373,307]},{"name":"PFN_DrvEndDxInterop","features":[373,307]},{"name":"PFN_DrvEscape","features":[373,307]},{"name":"PFN_DrvFillPath","features":[373,307]},{"name":"PFN_DrvFontManagement","features":[373,307]},{"name":"PFN_DrvFree","features":[373]},{"name":"PFN_DrvGetDirectDrawInfo","features":[373,307,317]},{"name":"PFN_DrvGetGlyphMode","features":[373,307]},{"name":"PFN_DrvGetModes","features":[373,307,318]},{"name":"PFN_DrvGetTrueTypeFile","features":[373]},{"name":"PFN_DrvGradientFill","features":[373,307,318]},{"name":"PFN_DrvIcmCheckBitmapBits","features":[373,307]},{"name":"PFN_DrvIcmCreateColorTransform","features":[373,307,318,376]},{"name":"PFN_DrvIcmDeleteColorTransform","features":[373,307]},{"name":"PFN_DrvIcmSetDeviceGammaRamp","features":[373,307]},{"name":"PFN_DrvLineTo","features":[373,307]},{"name":"PFN_DrvLoadFontFile","features":[373,318]},{"name":"PFN_DrvLockDisplayArea","features":[373,307]},{"name":"PFN_DrvMovePointer","features":[373,307]},{"name":"PFN_DrvNextBand","features":[373,307]},{"name":"PFN_DrvNotify","features":[373,307]},{"name":"PFN_DrvPaint","features":[373,307]},{"name":"PFN_DrvPlgBlt","features":[373,307,318]},{"name":"PFN_DrvQueryAdvanceWidths","features":[373,307]},{"name":"PFN_DrvQueryDeviceSupport","features":[373,307]},{"name":"PFN_DrvQueryFont","features":[373,307,318]},{"name":"PFN_DrvQueryFontCaps","features":[373]},{"name":"PFN_DrvQueryFontData","features":[373,307]},{"name":"PFN_DrvQueryFontFile","features":[373]},{"name":"PFN_DrvQueryFontTree","features":[373]},{"name":"PFN_DrvQueryGlyphAttrs","features":[373,307]},{"name":"PFN_DrvQueryPerBandInfo","features":[373,307]},{"name":"PFN_DrvQuerySpoolType","features":[373,307]},{"name":"PFN_DrvQueryTrueTypeOutline","features":[373,307,318]},{"name":"PFN_DrvQueryTrueTypeSection","features":[373,307]},{"name":"PFN_DrvQueryTrueTypeTable","features":[373]},{"name":"PFN_DrvRealizeBrush","features":[373,307]},{"name":"PFN_DrvRenderHint","features":[373]},{"name":"PFN_DrvResetDevice","features":[373]},{"name":"PFN_DrvResetPDEV","features":[373,307]},{"name":"PFN_DrvSaveScreenBits","features":[373,307]},{"name":"PFN_DrvSendPage","features":[373,307]},{"name":"PFN_DrvSetPalette","features":[373,307]},{"name":"PFN_DrvSetPixelFormat","features":[373,307]},{"name":"PFN_DrvSetPointerShape","features":[373,307]},{"name":"PFN_DrvStartBanding","features":[373,307]},{"name":"PFN_DrvStartDoc","features":[373,307]},{"name":"PFN_DrvStartDxInterop","features":[373,307]},{"name":"PFN_DrvStartPage","features":[373,307]},{"name":"PFN_DrvStretchBlt","features":[373,307,318]},{"name":"PFN_DrvStretchBltROP","features":[373,307,318]},{"name":"PFN_DrvStrokeAndFillPath","features":[373,307]},{"name":"PFN_DrvStrokePath","features":[373,307]},{"name":"PFN_DrvSurfaceComplete","features":[373,307]},{"name":"PFN_DrvSwapBuffers","features":[373,307]},{"name":"PFN_DrvSynchronize","features":[373,307]},{"name":"PFN_DrvSynchronizeRedirectionBitmaps","features":[373,307]},{"name":"PFN_DrvSynchronizeSurface","features":[373,307]},{"name":"PFN_DrvTextOut","features":[373,307]},{"name":"PFN_DrvTransparentBlt","features":[373,307]},{"name":"PFN_DrvUnloadFontFile","features":[373,307]},{"name":"PFN_DrvUnlockDisplayArea","features":[373,307]},{"name":"PFN_EngCombineRgn","features":[373,307]},{"name":"PFN_EngCopyRgn","features":[373,307]},{"name":"PFN_EngCreateRectRgn","features":[373,307]},{"name":"PFN_EngDeleteRgn","features":[373,307]},{"name":"PFN_EngIntersectRgn","features":[373,307]},{"name":"PFN_EngSubtractRgn","features":[373,307]},{"name":"PFN_EngUnionRgn","features":[373,307]},{"name":"PFN_EngXorRgn","features":[373,307]},{"name":"PHYSICAL_MONITOR","features":[373,307]},{"name":"PHYSICAL_MONITOR_DESCRIPTION_SIZE","features":[373]},{"name":"PLANAR_HC","features":[373]},{"name":"POINTE","features":[373]},{"name":"POINTE","features":[373]},{"name":"POINTFIX","features":[373]},{"name":"POINTQF","features":[373]},{"name":"PO_ALL_INTEGERS","features":[373]},{"name":"PO_BEZIERS","features":[373]},{"name":"PO_ELLIPSE","features":[373]},{"name":"PO_ENUM_AS_INTEGERS","features":[373]},{"name":"PO_WIDENED","features":[373]},{"name":"PPC_BGR_ORDER_HORIZONTAL_STRIPES","features":[373]},{"name":"PPC_BGR_ORDER_VERTICAL_STRIPES","features":[373]},{"name":"PPC_DEFAULT","features":[373]},{"name":"PPC_RGB_ORDER_HORIZONTAL_STRIPES","features":[373]},{"name":"PPC_RGB_ORDER_VERTICAL_STRIPES","features":[373]},{"name":"PPC_UNDEFINED","features":[373]},{"name":"PPG_DEFAULT","features":[373]},{"name":"PPG_SRGB","features":[373]},{"name":"PRIMARY_ORDER_ABC","features":[373]},{"name":"PRIMARY_ORDER_ACB","features":[373]},{"name":"PRIMARY_ORDER_BAC","features":[373]},{"name":"PRIMARY_ORDER_BCA","features":[373]},{"name":"PRIMARY_ORDER_CAB","features":[373]},{"name":"PRIMARY_ORDER_CBA","features":[373]},{"name":"PVIDEO_WIN32K_CALLOUT","features":[373]},{"name":"QAW_GETEASYWIDTHS","features":[373]},{"name":"QAW_GETWIDTHS","features":[373]},{"name":"QC_1BIT","features":[373]},{"name":"QC_4BIT","features":[373]},{"name":"QC_OUTLINES","features":[373]},{"name":"QDA_ACCELERATION_LEVEL","features":[373]},{"name":"QDA_RESERVED","features":[373]},{"name":"QDC_ALL_PATHS","features":[373]},{"name":"QDC_DATABASE_CURRENT","features":[373]},{"name":"QDC_INCLUDE_HMD","features":[373]},{"name":"QDC_ONLY_ACTIVE_PATHS","features":[373]},{"name":"QDC_VIRTUAL_MODE_AWARE","features":[373]},{"name":"QDC_VIRTUAL_REFRESH_RATE_AWARE","features":[373]},{"name":"QDS_CHECKJPEGFORMAT","features":[373]},{"name":"QDS_CHECKPNGFORMAT","features":[373]},{"name":"QFD_GLYPHANDBITMAP","features":[373]},{"name":"QFD_GLYPHANDOUTLINE","features":[373]},{"name":"QFD_MAXEXTENTS","features":[373]},{"name":"QFD_TT_GLYPHANDBITMAP","features":[373]},{"name":"QFD_TT_GRAY1_BITMAP","features":[373]},{"name":"QFD_TT_GRAY2_BITMAP","features":[373]},{"name":"QFD_TT_GRAY4_BITMAP","features":[373]},{"name":"QFD_TT_GRAY8_BITMAP","features":[373]},{"name":"QFD_TT_MONO_BITMAP","features":[373]},{"name":"QFF_DESCRIPTION","features":[373]},{"name":"QFF_NUMFACES","features":[373]},{"name":"QFT_GLYPHSET","features":[373]},{"name":"QFT_KERNPAIRS","features":[373]},{"name":"QFT_LIGATURES","features":[373]},{"name":"QSA_3DNOW","features":[373]},{"name":"QSA_MMX","features":[373]},{"name":"QSA_SSE","features":[373]},{"name":"QSA_SSE1","features":[373]},{"name":"QSA_SSE2","features":[373]},{"name":"QSA_SSE3","features":[373]},{"name":"QUERY_DISPLAY_CONFIG_FLAGS","features":[373]},{"name":"QueryDisplayConfig","features":[373,307]},{"name":"RB_DITHERCOLOR","features":[373]},{"name":"RECTFX","features":[373]},{"name":"RUN","features":[373]},{"name":"RestoreMonitorFactoryColorDefaults","features":[373,307]},{"name":"RestoreMonitorFactoryDefaults","features":[373,307]},{"name":"SDC_ALLOW_CHANGES","features":[373]},{"name":"SDC_ALLOW_PATH_ORDER_CHANGES","features":[373]},{"name":"SDC_APPLY","features":[373]},{"name":"SDC_FORCE_MODE_ENUMERATION","features":[373]},{"name":"SDC_NO_OPTIMIZATION","features":[373]},{"name":"SDC_PATH_PERSIST_IF_REQUIRED","features":[373]},{"name":"SDC_SAVE_TO_DATABASE","features":[373]},{"name":"SDC_TOPOLOGY_CLONE","features":[373]},{"name":"SDC_TOPOLOGY_EXTEND","features":[373]},{"name":"SDC_TOPOLOGY_EXTERNAL","features":[373]},{"name":"SDC_TOPOLOGY_INTERNAL","features":[373]},{"name":"SDC_TOPOLOGY_SUPPLIED","features":[373]},{"name":"SDC_USE_DATABASE_CURRENT","features":[373]},{"name":"SDC_USE_SUPPLIED_DISPLAY_CONFIG","features":[373]},{"name":"SDC_VALIDATE","features":[373]},{"name":"SDC_VIRTUAL_MODE_AWARE","features":[373]},{"name":"SDC_VIRTUAL_REFRESH_RATE_AWARE","features":[373]},{"name":"SETCONFIGURATION_STATUS_ADDITIONAL","features":[373]},{"name":"SETCONFIGURATION_STATUS_APPLIED","features":[373]},{"name":"SETCONFIGURATION_STATUS_OVERRIDDEN","features":[373]},{"name":"SET_ACTIVE_COLOR_PROFILE_NAME","features":[373]},{"name":"SET_DISPLAY_CONFIG_FLAGS","features":[373]},{"name":"SGI_EXTRASPACE","features":[373]},{"name":"SORTCOMP","features":[373]},{"name":"SO_BREAK_EXTRA","features":[373]},{"name":"SO_CHARACTER_EXTRA","features":[373]},{"name":"SO_CHAR_INC_EQUAL_BM_BASE","features":[373]},{"name":"SO_DO_NOT_SUBSTITUTE_DEVICE_FONT","features":[373]},{"name":"SO_DXDY","features":[373]},{"name":"SO_ESC_NOT_ORIENT","features":[373]},{"name":"SO_FLAG_DEFAULT_PLACEMENT","features":[373]},{"name":"SO_GLYPHINDEX_TEXTOUT","features":[373]},{"name":"SO_HORIZONTAL","features":[373]},{"name":"SO_MAXEXT_EQUAL_BM_SIDE","features":[373]},{"name":"SO_REVERSED","features":[373]},{"name":"SO_VERTICAL","features":[373]},{"name":"SO_ZERO_BEARINGS","features":[373]},{"name":"SPS_ACCEPT_EXCLUDE","features":[373]},{"name":"SPS_ACCEPT_NOEXCLUDE","features":[373]},{"name":"SPS_ACCEPT_SYNCHRONOUS","features":[373]},{"name":"SPS_ALPHA","features":[373]},{"name":"SPS_ANIMATESTART","features":[373]},{"name":"SPS_ANIMATEUPDATE","features":[373]},{"name":"SPS_ASYNCCHANGE","features":[373]},{"name":"SPS_CHANGE","features":[373]},{"name":"SPS_DECLINE","features":[373]},{"name":"SPS_ERROR","features":[373]},{"name":"SPS_FLAGSMASK","features":[373]},{"name":"SPS_FREQMASK","features":[373]},{"name":"SPS_LENGTHMASK","features":[373]},{"name":"SPS_RESERVED","features":[373]},{"name":"SPS_RESERVED1","features":[373]},{"name":"SS_FREE","features":[373]},{"name":"SS_RESTORE","features":[373]},{"name":"SS_SAVE","features":[373]},{"name":"STROBJ","features":[373,307]},{"name":"STROBJ_bEnum","features":[373,307]},{"name":"STROBJ_bEnumPositionsOnly","features":[373,307]},{"name":"STROBJ_bGetAdvanceWidths","features":[373,307]},{"name":"STROBJ_dwGetCodePage","features":[373,307]},{"name":"STROBJ_vEnumStart","features":[373,307]},{"name":"STYPE_BITMAP","features":[373]},{"name":"STYPE_DEVBITMAP","features":[373]},{"name":"SURFOBJ","features":[373,307]},{"name":"S_INIT","features":[373]},{"name":"SaveCurrentMonitorSettings","features":[373,307]},{"name":"SaveCurrentSettings","features":[373,307]},{"name":"SetDisplayAutoRotationPreferences","features":[373,307]},{"name":"SetDisplayConfig","features":[373,307]},{"name":"SetMonitorBrightness","features":[373,307]},{"name":"SetMonitorColorTemperature","features":[373,307]},{"name":"SetMonitorContrast","features":[373,307]},{"name":"SetMonitorDisplayAreaPosition","features":[373,307]},{"name":"SetMonitorDisplayAreaSize","features":[373,307]},{"name":"SetMonitorRedGreenOrBlueDrive","features":[373,307]},{"name":"SetMonitorRedGreenOrBlueGain","features":[373,307]},{"name":"SetVCPFeature","features":[373,307]},{"name":"Sources","features":[373]},{"name":"TC_PATHOBJ","features":[373]},{"name":"TC_RECTANGLES","features":[373]},{"name":"TTO_METRICS_ONLY","features":[373]},{"name":"TTO_QUBICS","features":[373]},{"name":"TTO_UNHINTED","features":[373]},{"name":"TYPE1_FONT","features":[373,307]},{"name":"VGA_CHAR","features":[373]},{"name":"VIDEOPARAMETERS","features":[373]},{"name":"VIDEO_BANK_SELECT","features":[373]},{"name":"VIDEO_BANK_TYPE","features":[373]},{"name":"VIDEO_BRIGHTNESS_POLICY","features":[373,307]},{"name":"VIDEO_CLUT","features":[373]},{"name":"VIDEO_CLUTDATA","features":[373]},{"name":"VIDEO_COLOR_CAPABILITIES","features":[373]},{"name":"VIDEO_COLOR_LUT_DATA","features":[373]},{"name":"VIDEO_COLOR_LUT_DATA_FORMAT_PRIVATEFORMAT","features":[373]},{"name":"VIDEO_COLOR_LUT_DATA_FORMAT_RGB256WORDS","features":[373]},{"name":"VIDEO_CURSOR_ATTRIBUTES","features":[373]},{"name":"VIDEO_CURSOR_POSITION","features":[373]},{"name":"VIDEO_DEVICE_COLOR","features":[373]},{"name":"VIDEO_DEVICE_NAME","features":[373]},{"name":"VIDEO_DEVICE_SESSION_STATUS","features":[373]},{"name":"VIDEO_DUALVIEW_PRIMARY","features":[373]},{"name":"VIDEO_DUALVIEW_REMOVABLE","features":[373]},{"name":"VIDEO_DUALVIEW_SECONDARY","features":[373]},{"name":"VIDEO_DUALVIEW_WDDM_VGA","features":[373]},{"name":"VIDEO_HARDWARE_STATE","features":[373]},{"name":"VIDEO_HARDWARE_STATE_HEADER","features":[373]},{"name":"VIDEO_LOAD_FONT_INFORMATION","features":[373]},{"name":"VIDEO_LUT_RGB256WORDS","features":[373]},{"name":"VIDEO_MAX_REASON","features":[373]},{"name":"VIDEO_MEMORY","features":[373]},{"name":"VIDEO_MEMORY_INFORMATION","features":[373]},{"name":"VIDEO_MODE","features":[373]},{"name":"VIDEO_MODE_ANIMATE_START","features":[373]},{"name":"VIDEO_MODE_ANIMATE_UPDATE","features":[373]},{"name":"VIDEO_MODE_ASYNC_POINTER","features":[373]},{"name":"VIDEO_MODE_BANKED","features":[373]},{"name":"VIDEO_MODE_COLOR","features":[373]},{"name":"VIDEO_MODE_COLOR_POINTER","features":[373]},{"name":"VIDEO_MODE_GRAPHICS","features":[373]},{"name":"VIDEO_MODE_INFORMATION","features":[373]},{"name":"VIDEO_MODE_INTERLACED","features":[373]},{"name":"VIDEO_MODE_LINEAR","features":[373]},{"name":"VIDEO_MODE_MANAGED_PALETTE","features":[373]},{"name":"VIDEO_MODE_MAP_MEM_LINEAR","features":[373]},{"name":"VIDEO_MODE_MONO_POINTER","features":[373]},{"name":"VIDEO_MODE_NO_64_BIT_ACCESS","features":[373]},{"name":"VIDEO_MODE_NO_OFF_SCREEN","features":[373]},{"name":"VIDEO_MODE_NO_ZERO_MEMORY","features":[373]},{"name":"VIDEO_MODE_PALETTE_DRIVEN","features":[373]},{"name":"VIDEO_MONITOR_DESCRIPTOR","features":[373]},{"name":"VIDEO_NUM_MODES","features":[373]},{"name":"VIDEO_OPTIONAL_GAMMET_TABLE","features":[373]},{"name":"VIDEO_PALETTE_DATA","features":[373]},{"name":"VIDEO_PERFORMANCE_COUNTER","features":[373]},{"name":"VIDEO_POINTER_ATTRIBUTES","features":[373]},{"name":"VIDEO_POINTER_CAPABILITIES","features":[373]},{"name":"VIDEO_POINTER_POSITION","features":[373]},{"name":"VIDEO_POWER_MANAGEMENT","features":[373]},{"name":"VIDEO_POWER_STATE","features":[373]},{"name":"VIDEO_PUBLIC_ACCESS_RANGES","features":[373]},{"name":"VIDEO_QUERY_PERFORMANCE_COUNTER","features":[373]},{"name":"VIDEO_REASON_ALLOCATION","features":[373]},{"name":"VIDEO_REASON_CONFIGURATION","features":[373]},{"name":"VIDEO_REASON_FAILED_ROTATION","features":[373]},{"name":"VIDEO_REASON_LOCK","features":[373]},{"name":"VIDEO_REASON_NONE","features":[373]},{"name":"VIDEO_REASON_POLICY1","features":[373]},{"name":"VIDEO_REASON_POLICY2","features":[373]},{"name":"VIDEO_REASON_POLICY3","features":[373]},{"name":"VIDEO_REASON_POLICY4","features":[373]},{"name":"VIDEO_REASON_SCRATCH","features":[373]},{"name":"VIDEO_REGISTER_VDM","features":[373]},{"name":"VIDEO_SHARE_MEMORY","features":[373,307]},{"name":"VIDEO_SHARE_MEMORY_INFORMATION","features":[373]},{"name":"VIDEO_STATE_NON_STANDARD_VGA","features":[373]},{"name":"VIDEO_STATE_PACKED_CHAIN4_MODE","features":[373]},{"name":"VIDEO_STATE_UNEMULATED_VGA_STATE","features":[373]},{"name":"VIDEO_VDM","features":[373,307]},{"name":"VIDEO_WIN32K_CALLBACKS","features":[373,307]},{"name":"VIDEO_WIN32K_CALLBACKS_PARAMS","features":[373,307]},{"name":"VIDEO_WIN32K_CALLBACKS_PARAMS_TYPE","features":[373]},{"name":"VideoBanked1R1W","features":[373]},{"name":"VideoBanked1RW","features":[373]},{"name":"VideoBanked2RW","features":[373]},{"name":"VideoBlackScreenDiagnostics","features":[373]},{"name":"VideoDesktopDuplicationChange","features":[373]},{"name":"VideoDisableMultiPlaneOverlay","features":[373]},{"name":"VideoDxgkDisplaySwitchCallout","features":[373]},{"name":"VideoDxgkFindAdapterTdrCallout","features":[373]},{"name":"VideoDxgkHardwareProtectionTeardown","features":[373]},{"name":"VideoEnumChildPdoNotifyCallout","features":[373]},{"name":"VideoFindAdapterCallout","features":[373]},{"name":"VideoNotBanked","features":[373]},{"name":"VideoPnpNotifyCallout","features":[373]},{"name":"VideoPowerHibernate","features":[373]},{"name":"VideoPowerMaximum","features":[373]},{"name":"VideoPowerNotifyCallout","features":[373]},{"name":"VideoPowerOff","features":[373]},{"name":"VideoPowerOn","features":[373]},{"name":"VideoPowerShutdown","features":[373]},{"name":"VideoPowerStandBy","features":[373]},{"name":"VideoPowerSuspend","features":[373]},{"name":"VideoPowerUnspecified","features":[373]},{"name":"VideoRepaintDesktop","features":[373]},{"name":"VideoUpdateCursor","features":[373]},{"name":"WCRUN","features":[373]},{"name":"WINDDI_MAXSETPALETTECOLORINDEX","features":[373]},{"name":"WINDDI_MAXSETPALETTECOLORS","features":[373]},{"name":"WINDDI_MAX_BROADCAST_CONTEXT","features":[373]},{"name":"WNDOBJ","features":[373,307]},{"name":"WNDOBJCHANGEPROC","features":[373,307]},{"name":"WNDOBJ_SETUP","features":[373]},{"name":"WOC_CHANGED","features":[373]},{"name":"WOC_DELETE","features":[373]},{"name":"WOC_DRAWN","features":[373]},{"name":"WOC_RGN_CLIENT","features":[373]},{"name":"WOC_RGN_CLIENT_DELTA","features":[373]},{"name":"WOC_RGN_SPRITE","features":[373]},{"name":"WOC_RGN_SURFACE","features":[373]},{"name":"WOC_RGN_SURFACE_DELTA","features":[373]},{"name":"WOC_SPRITE_NO_OVERLAP","features":[373]},{"name":"WOC_SPRITE_OVERLAP","features":[373]},{"name":"WO_DRAW_NOTIFY","features":[373]},{"name":"WO_RGN_CLIENT","features":[373]},{"name":"WO_RGN_CLIENT_DELTA","features":[373]},{"name":"WO_RGN_DESKTOP_COORD","features":[373]},{"name":"WO_RGN_SPRITE","features":[373]},{"name":"WO_RGN_SURFACE","features":[373]},{"name":"WO_RGN_SURFACE_DELTA","features":[373]},{"name":"WO_RGN_UPDATE_ALL","features":[373]},{"name":"WO_RGN_WINDOW","features":[373]},{"name":"WO_SPRITE_NOTIFY","features":[373]},{"name":"WVIDEO_DEVICE_NAME","features":[373]},{"name":"XFORML","features":[373]},{"name":"XFORML","features":[373]},{"name":"XFORMOBJ","features":[373]},{"name":"XFORMOBJ_bApplyXform","features":[373,307]},{"name":"XFORMOBJ_iGetXform","features":[373]},{"name":"XF_INV_FXTOL","features":[373]},{"name":"XF_INV_LTOL","features":[373]},{"name":"XF_LTOFX","features":[373]},{"name":"XF_LTOL","features":[373]},{"name":"XLATEOBJ","features":[373]},{"name":"XLATEOBJ_cGetPalette","features":[373]},{"name":"XLATEOBJ_hGetColorTransform","features":[373,307]},{"name":"XLATEOBJ_iXlate","features":[373]},{"name":"XLATEOBJ_piVector","features":[373]},{"name":"XO_DESTBITFIELDS","features":[373]},{"name":"XO_DESTDCPALETTE","features":[373]},{"name":"XO_DESTPALETTE","features":[373]},{"name":"XO_DEVICE_ICM","features":[373]},{"name":"XO_FROM_CMYK","features":[373]},{"name":"XO_HOST_ICM","features":[373]},{"name":"XO_SRCBITFIELDS","features":[373]},{"name":"XO_SRCPALETTE","features":[373]},{"name":"XO_TABLE","features":[373]},{"name":"XO_TO_MONO","features":[373]},{"name":"XO_TRIVIAL","features":[373]}],"378":[{"name":"ADDRESS_FAMILY_VALUE_NAME","features":[377]},{"name":"FAULT_ACTION_SPECIFIC_BASE","features":[377]},{"name":"FAULT_ACTION_SPECIFIC_MAX","features":[377]},{"name":"FAULT_DEVICE_INTERNAL_ERROR","features":[377]},{"name":"FAULT_INVALID_ACTION","features":[377]},{"name":"FAULT_INVALID_ARG","features":[377]},{"name":"FAULT_INVALID_SEQUENCE_NUMBER","features":[377]},{"name":"FAULT_INVALID_VARIABLE","features":[377]},{"name":"HSWDEVICE","features":[377]},{"name":"IUPnPAddressFamilyControl","features":[377]},{"name":"IUPnPAsyncResult","features":[377]},{"name":"IUPnPDescriptionDocument","features":[377,358]},{"name":"IUPnPDescriptionDocumentCallback","features":[377]},{"name":"IUPnPDevice","features":[377,358]},{"name":"IUPnPDeviceControl","features":[377]},{"name":"IUPnPDeviceControlHttpHeaders","features":[377]},{"name":"IUPnPDeviceDocumentAccess","features":[377]},{"name":"IUPnPDeviceDocumentAccessEx","features":[377]},{"name":"IUPnPDeviceFinder","features":[377,358]},{"name":"IUPnPDeviceFinderAddCallbackWithInterface","features":[377]},{"name":"IUPnPDeviceFinderCallback","features":[377]},{"name":"IUPnPDeviceProvider","features":[377]},{"name":"IUPnPDevices","features":[377,358]},{"name":"IUPnPEventSink","features":[377]},{"name":"IUPnPEventSource","features":[377]},{"name":"IUPnPHttpHeaderControl","features":[377]},{"name":"IUPnPRegistrar","features":[377]},{"name":"IUPnPRemoteEndpointInfo","features":[377]},{"name":"IUPnPReregistrar","features":[377]},{"name":"IUPnPService","features":[377,358]},{"name":"IUPnPServiceAsync","features":[377]},{"name":"IUPnPServiceCallback","features":[377]},{"name":"IUPnPServiceDocumentAccess","features":[377]},{"name":"IUPnPServiceEnumProperty","features":[377]},{"name":"IUPnPServices","features":[377,358]},{"name":"REMOTE_ADDRESS_VALUE_NAME","features":[377]},{"name":"SWDeviceCapabilitiesDriverRequired","features":[377]},{"name":"SWDeviceCapabilitiesNoDisplayInUI","features":[377]},{"name":"SWDeviceCapabilitiesNone","features":[377]},{"name":"SWDeviceCapabilitiesRemovable","features":[377]},{"name":"SWDeviceCapabilitiesSilentInstall","features":[377]},{"name":"SWDeviceLifetimeHandle","features":[377]},{"name":"SWDeviceLifetimeMax","features":[377]},{"name":"SWDeviceLifetimeParentPresent","features":[377]},{"name":"SW_DEVICE_CAPABILITIES","features":[377]},{"name":"SW_DEVICE_CREATE_CALLBACK","features":[377]},{"name":"SW_DEVICE_CREATE_INFO","features":[377,310]},{"name":"SW_DEVICE_LIFETIME","features":[377]},{"name":"SwDeviceClose","features":[377]},{"name":"SwDeviceCreate","features":[377,305,310]},{"name":"SwDeviceGetLifetime","features":[377]},{"name":"SwDeviceInterfacePropertySet","features":[377,305]},{"name":"SwDeviceInterfaceRegister","features":[377,305,307]},{"name":"SwDeviceInterfaceSetState","features":[377,307]},{"name":"SwDevicePropertySet","features":[377,305]},{"name":"SwDeviceSetLifetime","features":[377]},{"name":"SwMemFree","features":[377]},{"name":"UPNP_ADDRESSFAMILY_BOTH","features":[377]},{"name":"UPNP_ADDRESSFAMILY_IPv4","features":[377]},{"name":"UPNP_ADDRESSFAMILY_IPv6","features":[377]},{"name":"UPNP_E_ACTION_REQUEST_FAILED","features":[377]},{"name":"UPNP_E_ACTION_SPECIFIC_BASE","features":[377]},{"name":"UPNP_E_DEVICE_ELEMENT_EXPECTED","features":[377]},{"name":"UPNP_E_DEVICE_ERROR","features":[377]},{"name":"UPNP_E_DEVICE_NODE_INCOMPLETE","features":[377]},{"name":"UPNP_E_DEVICE_NOTREGISTERED","features":[377]},{"name":"UPNP_E_DEVICE_RUNNING","features":[377]},{"name":"UPNP_E_DEVICE_TIMEOUT","features":[377]},{"name":"UPNP_E_DUPLICATE_NOT_ALLOWED","features":[377]},{"name":"UPNP_E_DUPLICATE_SERVICE_ID","features":[377]},{"name":"UPNP_E_ERROR_PROCESSING_RESPONSE","features":[377]},{"name":"UPNP_E_EVENT_SUBSCRIPTION_FAILED","features":[377]},{"name":"UPNP_E_ICON_ELEMENT_EXPECTED","features":[377]},{"name":"UPNP_E_ICON_NODE_INCOMPLETE","features":[377]},{"name":"UPNP_E_INVALID_ACTION","features":[377]},{"name":"UPNP_E_INVALID_ARGUMENTS","features":[377]},{"name":"UPNP_E_INVALID_DESCRIPTION","features":[377]},{"name":"UPNP_E_INVALID_DOCUMENT","features":[377]},{"name":"UPNP_E_INVALID_ICON","features":[377]},{"name":"UPNP_E_INVALID_ROOT_NAMESPACE","features":[377]},{"name":"UPNP_E_INVALID_SERVICE","features":[377]},{"name":"UPNP_E_INVALID_VARIABLE","features":[377]},{"name":"UPNP_E_INVALID_XML","features":[377]},{"name":"UPNP_E_OUT_OF_SYNC","features":[377]},{"name":"UPNP_E_PROTOCOL_ERROR","features":[377]},{"name":"UPNP_E_REQUIRED_ELEMENT_ERROR","features":[377]},{"name":"UPNP_E_ROOT_ELEMENT_EXPECTED","features":[377]},{"name":"UPNP_E_SERVICE_ELEMENT_EXPECTED","features":[377]},{"name":"UPNP_E_SERVICE_NODE_INCOMPLETE","features":[377]},{"name":"UPNP_E_SUFFIX_TOO_LONG","features":[377]},{"name":"UPNP_E_TRANSPORT_ERROR","features":[377]},{"name":"UPNP_E_URLBASE_PRESENT","features":[377]},{"name":"UPNP_E_VALUE_TOO_LONG","features":[377]},{"name":"UPNP_E_VARIABLE_VALUE_UNKNOWN","features":[377]},{"name":"UPNP_SERVICE_DELAY_SCPD_AND_SUBSCRIPTION","features":[377]},{"name":"UPnPDescriptionDocument","features":[377]},{"name":"UPnPDescriptionDocumentEx","features":[377]},{"name":"UPnPDevice","features":[377]},{"name":"UPnPDeviceFinder","features":[377]},{"name":"UPnPDeviceFinderEx","features":[377]},{"name":"UPnPDevices","features":[377]},{"name":"UPnPRegistrar","features":[377]},{"name":"UPnPRemoteEndpointInfo","features":[377]},{"name":"UPnPService","features":[377]},{"name":"UPnPServices","features":[377]}],"379":[{"name":"CF_MSFAXSRV_DEVICE_ID","features":[378]},{"name":"CF_MSFAXSRV_FSP_GUID","features":[378]},{"name":"CF_MSFAXSRV_ROUTEEXT_NAME","features":[378]},{"name":"CF_MSFAXSRV_ROUTING_METHOD_GUID","features":[378]},{"name":"CF_MSFAXSRV_SERVER_NAME","features":[378]},{"name":"CLSID_Sti","features":[378]},{"name":"CanSendToFaxRecipient","features":[378,307]},{"name":"DEVPKEY_WIA_DeviceType","features":[378,305]},{"name":"DEVPKEY_WIA_USDClassId","features":[378,305]},{"name":"DEV_ID_SRC_FAX","features":[378]},{"name":"DEV_ID_SRC_TAPI","features":[378]},{"name":"DRT_EMAIL","features":[378]},{"name":"DRT_INBOX","features":[378]},{"name":"DRT_NONE","features":[378]},{"name":"FAXDEVRECEIVE_SIZE","features":[378]},{"name":"FAXDEVREPORTSTATUS_SIZE","features":[378]},{"name":"FAXLOG_CATEGORY_INBOUND","features":[378]},{"name":"FAXLOG_CATEGORY_INIT","features":[378]},{"name":"FAXLOG_CATEGORY_OUTBOUND","features":[378]},{"name":"FAXLOG_CATEGORY_UNKNOWN","features":[378]},{"name":"FAXLOG_LEVEL_MAX","features":[378]},{"name":"FAXLOG_LEVEL_MED","features":[378]},{"name":"FAXLOG_LEVEL_MIN","features":[378]},{"name":"FAXLOG_LEVEL_NONE","features":[378]},{"name":"FAXROUTE_ENABLE","features":[378]},{"name":"FAXSRV_DEVICE_NODETYPE_GUID","features":[378]},{"name":"FAXSRV_DEVICE_PROVIDER_NODETYPE_GUID","features":[378]},{"name":"FAXSRV_ROUTING_METHOD_NODETYPE_GUID","features":[378]},{"name":"FAX_ACCESS_RIGHTS_ENUM","features":[378]},{"name":"FAX_ACCESS_RIGHTS_ENUM_2","features":[378]},{"name":"FAX_ACCOUNT_EVENTS_TYPE_ENUM","features":[378]},{"name":"FAX_CONFIGURATIONA","features":[378,307]},{"name":"FAX_CONFIGURATIONW","features":[378,307]},{"name":"FAX_CONFIG_QUERY","features":[378]},{"name":"FAX_CONFIG_SET","features":[378]},{"name":"FAX_CONTEXT_INFOA","features":[378,318]},{"name":"FAX_CONTEXT_INFOW","features":[378,318]},{"name":"FAX_COVERPAGE_INFOA","features":[378,307]},{"name":"FAX_COVERPAGE_INFOW","features":[378,307]},{"name":"FAX_COVERPAGE_TYPE_ENUM","features":[378]},{"name":"FAX_DEVICE_RECEIVE_MODE_ENUM","features":[378]},{"name":"FAX_DEVICE_STATUSA","features":[378,307]},{"name":"FAX_DEVICE_STATUSW","features":[378,307]},{"name":"FAX_DEV_STATUS","features":[378]},{"name":"FAX_ENUM_DELIVERY_REPORT_TYPES","features":[378]},{"name":"FAX_ENUM_DEVICE_ID_SOURCE","features":[378]},{"name":"FAX_ENUM_JOB_COMMANDS","features":[378]},{"name":"FAX_ENUM_JOB_SEND_ATTRIBUTES","features":[378]},{"name":"FAX_ENUM_LOG_CATEGORIES","features":[378]},{"name":"FAX_ENUM_LOG_LEVELS","features":[378]},{"name":"FAX_ENUM_PORT_OPEN_TYPE","features":[378]},{"name":"FAX_ERR_BAD_GROUP_CONFIGURATION","features":[378]},{"name":"FAX_ERR_DEVICE_NUM_LIMIT_EXCEEDED","features":[378]},{"name":"FAX_ERR_DIRECTORY_IN_USE","features":[378]},{"name":"FAX_ERR_END","features":[378]},{"name":"FAX_ERR_FILE_ACCESS_DENIED","features":[378]},{"name":"FAX_ERR_GROUP_IN_USE","features":[378]},{"name":"FAX_ERR_GROUP_NOT_FOUND","features":[378]},{"name":"FAX_ERR_MESSAGE_NOT_FOUND","features":[378]},{"name":"FAX_ERR_NOT_NTFS","features":[378]},{"name":"FAX_ERR_NOT_SUPPORTED_ON_THIS_SKU","features":[378]},{"name":"FAX_ERR_RECIPIENTS_LIMIT","features":[378]},{"name":"FAX_ERR_RULE_NOT_FOUND","features":[378]},{"name":"FAX_ERR_SRV_OUTOFMEMORY","features":[378]},{"name":"FAX_ERR_START","features":[378]},{"name":"FAX_ERR_VERSION_MISMATCH","features":[378]},{"name":"FAX_EVENTA","features":[378,307]},{"name":"FAX_EVENTW","features":[378,307]},{"name":"FAX_E_BAD_GROUP_CONFIGURATION","features":[378]},{"name":"FAX_E_DEVICE_NUM_LIMIT_EXCEEDED","features":[378]},{"name":"FAX_E_DIRECTORY_IN_USE","features":[378]},{"name":"FAX_E_FILE_ACCESS_DENIED","features":[378]},{"name":"FAX_E_GROUP_IN_USE","features":[378]},{"name":"FAX_E_GROUP_NOT_FOUND","features":[378]},{"name":"FAX_E_MESSAGE_NOT_FOUND","features":[378]},{"name":"FAX_E_NOT_NTFS","features":[378]},{"name":"FAX_E_NOT_SUPPORTED_ON_THIS_SKU","features":[378]},{"name":"FAX_E_RECIPIENTS_LIMIT","features":[378]},{"name":"FAX_E_RULE_NOT_FOUND","features":[378]},{"name":"FAX_E_SRV_OUTOFMEMORY","features":[378]},{"name":"FAX_E_VERSION_MISMATCH","features":[378]},{"name":"FAX_GLOBAL_ROUTING_INFOA","features":[378]},{"name":"FAX_GLOBAL_ROUTING_INFOW","features":[378]},{"name":"FAX_GROUP_STATUS_ENUM","features":[378]},{"name":"FAX_JOB_ENTRYA","features":[378,307]},{"name":"FAX_JOB_ENTRYW","features":[378,307]},{"name":"FAX_JOB_EXTENDED_STATUS_ENUM","features":[378]},{"name":"FAX_JOB_MANAGE","features":[378]},{"name":"FAX_JOB_OPERATIONS_ENUM","features":[378]},{"name":"FAX_JOB_PARAMA","features":[378,307]},{"name":"FAX_JOB_PARAMW","features":[378,307]},{"name":"FAX_JOB_QUERY","features":[378]},{"name":"FAX_JOB_STATUS_ENUM","features":[378]},{"name":"FAX_JOB_SUBMIT","features":[378]},{"name":"FAX_JOB_TYPE_ENUM","features":[378]},{"name":"FAX_LOG_CATEGORYA","features":[378]},{"name":"FAX_LOG_CATEGORYW","features":[378]},{"name":"FAX_LOG_LEVEL_ENUM","features":[378]},{"name":"FAX_PORT_INFOA","features":[378]},{"name":"FAX_PORT_INFOW","features":[378]},{"name":"FAX_PORT_QUERY","features":[378]},{"name":"FAX_PORT_SET","features":[378]},{"name":"FAX_PRINT_INFOA","features":[378]},{"name":"FAX_PRINT_INFOW","features":[378]},{"name":"FAX_PRIORITY_TYPE_ENUM","features":[378]},{"name":"FAX_PROVIDER_STATUS_ENUM","features":[378]},{"name":"FAX_RECEIPT_TYPE_ENUM","features":[378]},{"name":"FAX_RECEIVE","features":[378]},{"name":"FAX_ROUTE","features":[378]},{"name":"FAX_ROUTE_CALLBACKROUTINES","features":[378,307]},{"name":"FAX_ROUTING_METHODA","features":[378,307]},{"name":"FAX_ROUTING_METHODW","features":[378,307]},{"name":"FAX_ROUTING_RULE_CODE_ENUM","features":[378]},{"name":"FAX_RULE_STATUS_ENUM","features":[378]},{"name":"FAX_SCHEDULE_TYPE_ENUM","features":[378]},{"name":"FAX_SEND","features":[378,307]},{"name":"FAX_SERVER_APIVERSION_ENUM","features":[378]},{"name":"FAX_SERVER_EVENTS_TYPE_ENUM","features":[378]},{"name":"FAX_SMTP_AUTHENTICATION_TYPE_ENUM","features":[378]},{"name":"FAX_TIME","features":[378]},{"name":"FEI_ABORTING","features":[378]},{"name":"FEI_ANSWERED","features":[378]},{"name":"FEI_BAD_ADDRESS","features":[378]},{"name":"FEI_BUSY","features":[378]},{"name":"FEI_CALL_BLACKLISTED","features":[378]},{"name":"FEI_CALL_DELAYED","features":[378]},{"name":"FEI_COMPLETED","features":[378]},{"name":"FEI_DELETED","features":[378]},{"name":"FEI_DIALING","features":[378]},{"name":"FEI_DISCONNECTED","features":[378]},{"name":"FEI_FATAL_ERROR","features":[378]},{"name":"FEI_FAXSVC_ENDED","features":[378]},{"name":"FEI_FAXSVC_STARTED","features":[378]},{"name":"FEI_HANDLED","features":[378]},{"name":"FEI_IDLE","features":[378]},{"name":"FEI_INITIALIZING","features":[378]},{"name":"FEI_JOB_QUEUED","features":[378]},{"name":"FEI_LINE_UNAVAILABLE","features":[378]},{"name":"FEI_MODEM_POWERED_OFF","features":[378]},{"name":"FEI_MODEM_POWERED_ON","features":[378]},{"name":"FEI_NEVENTS","features":[378]},{"name":"FEI_NOT_FAX_CALL","features":[378]},{"name":"FEI_NO_ANSWER","features":[378]},{"name":"FEI_NO_DIAL_TONE","features":[378]},{"name":"FEI_RECEIVING","features":[378]},{"name":"FEI_RINGING","features":[378]},{"name":"FEI_ROUTING","features":[378]},{"name":"FEI_SENDING","features":[378]},{"name":"FPF_RECEIVE","features":[378]},{"name":"FPF_SEND","features":[378]},{"name":"FPF_VIRTUAL","features":[378]},{"name":"FPS_ABORTING","features":[378]},{"name":"FPS_ANSWERED","features":[378]},{"name":"FPS_AVAILABLE","features":[378]},{"name":"FPS_BAD_ADDRESS","features":[378]},{"name":"FPS_BUSY","features":[378]},{"name":"FPS_CALL_BLACKLISTED","features":[378]},{"name":"FPS_CALL_DELAYED","features":[378]},{"name":"FPS_COMPLETED","features":[378]},{"name":"FPS_DIALING","features":[378]},{"name":"FPS_DISCONNECTED","features":[378]},{"name":"FPS_FATAL_ERROR","features":[378]},{"name":"FPS_HANDLED","features":[378]},{"name":"FPS_INITIALIZING","features":[378]},{"name":"FPS_NOT_FAX_CALL","features":[378]},{"name":"FPS_NO_ANSWER","features":[378]},{"name":"FPS_NO_DIAL_TONE","features":[378]},{"name":"FPS_OFFLINE","features":[378]},{"name":"FPS_RECEIVING","features":[378]},{"name":"FPS_RINGING","features":[378]},{"name":"FPS_ROUTING","features":[378]},{"name":"FPS_SENDING","features":[378]},{"name":"FPS_UNAVAILABLE","features":[378]},{"name":"FS_ANSWERED","features":[378]},{"name":"FS_BAD_ADDRESS","features":[378]},{"name":"FS_BUSY","features":[378]},{"name":"FS_CALL_BLACKLISTED","features":[378]},{"name":"FS_CALL_DELAYED","features":[378]},{"name":"FS_COMPLETED","features":[378]},{"name":"FS_DIALING","features":[378]},{"name":"FS_DISCONNECTED","features":[378]},{"name":"FS_FATAL_ERROR","features":[378]},{"name":"FS_HANDLED","features":[378]},{"name":"FS_INITIALIZING","features":[378]},{"name":"FS_LINE_UNAVAILABLE","features":[378]},{"name":"FS_NOT_FAX_CALL","features":[378]},{"name":"FS_NO_ANSWER","features":[378]},{"name":"FS_NO_DIAL_TONE","features":[378]},{"name":"FS_RECEIVING","features":[378]},{"name":"FS_TRANSMITTING","features":[378]},{"name":"FS_USER_ABORT","features":[378]},{"name":"FaxAbort","features":[378,307]},{"name":"FaxAccessCheck","features":[378,307]},{"name":"FaxAccount","features":[378]},{"name":"FaxAccountFolders","features":[378]},{"name":"FaxAccountIncomingArchive","features":[378]},{"name":"FaxAccountIncomingQueue","features":[378]},{"name":"FaxAccountOutgoingArchive","features":[378]},{"name":"FaxAccountOutgoingQueue","features":[378]},{"name":"FaxAccountSet","features":[378]},{"name":"FaxAccounts","features":[378]},{"name":"FaxActivity","features":[378]},{"name":"FaxActivityLogging","features":[378]},{"name":"FaxClose","features":[378,307]},{"name":"FaxCompleteJobParamsA","features":[378,307]},{"name":"FaxCompleteJobParamsW","features":[378,307]},{"name":"FaxConfiguration","features":[378]},{"name":"FaxConnectFaxServerA","features":[378,307]},{"name":"FaxConnectFaxServerW","features":[378,307]},{"name":"FaxDevice","features":[378]},{"name":"FaxDeviceIds","features":[378]},{"name":"FaxDeviceProvider","features":[378]},{"name":"FaxDeviceProviders","features":[378]},{"name":"FaxDevices","features":[378]},{"name":"FaxDocument","features":[378]},{"name":"FaxEnableRoutingMethodA","features":[378,307]},{"name":"FaxEnableRoutingMethodW","features":[378,307]},{"name":"FaxEnumGlobalRoutingInfoA","features":[378,307]},{"name":"FaxEnumGlobalRoutingInfoW","features":[378,307]},{"name":"FaxEnumJobsA","features":[378,307]},{"name":"FaxEnumJobsW","features":[378,307]},{"name":"FaxEnumPortsA","features":[378,307]},{"name":"FaxEnumPortsW","features":[378,307]},{"name":"FaxEnumRoutingMethodsA","features":[378,307]},{"name":"FaxEnumRoutingMethodsW","features":[378,307]},{"name":"FaxEventLogging","features":[378]},{"name":"FaxFolders","features":[378]},{"name":"FaxFreeBuffer","features":[378]},{"name":"FaxGetConfigurationA","features":[378,307]},{"name":"FaxGetConfigurationW","features":[378,307]},{"name":"FaxGetDeviceStatusA","features":[378,307]},{"name":"FaxGetDeviceStatusW","features":[378,307]},{"name":"FaxGetJobA","features":[378,307]},{"name":"FaxGetJobW","features":[378,307]},{"name":"FaxGetLoggingCategoriesA","features":[378,307]},{"name":"FaxGetLoggingCategoriesW","features":[378,307]},{"name":"FaxGetPageData","features":[378,307]},{"name":"FaxGetPortA","features":[378,307]},{"name":"FaxGetPortW","features":[378,307]},{"name":"FaxGetRoutingInfoA","features":[378,307]},{"name":"FaxGetRoutingInfoW","features":[378,307]},{"name":"FaxInboundRouting","features":[378]},{"name":"FaxInboundRoutingExtension","features":[378]},{"name":"FaxInboundRoutingExtensions","features":[378]},{"name":"FaxInboundRoutingMethod","features":[378]},{"name":"FaxInboundRoutingMethods","features":[378]},{"name":"FaxIncomingArchive","features":[378]},{"name":"FaxIncomingJob","features":[378]},{"name":"FaxIncomingJobs","features":[378]},{"name":"FaxIncomingMessage","features":[378]},{"name":"FaxIncomingMessageIterator","features":[378]},{"name":"FaxIncomingQueue","features":[378]},{"name":"FaxInitializeEventQueue","features":[378,307]},{"name":"FaxJobStatus","features":[378]},{"name":"FaxLoggingOptions","features":[378]},{"name":"FaxOpenPort","features":[378,307]},{"name":"FaxOutboundRouting","features":[378]},{"name":"FaxOutboundRoutingGroup","features":[378]},{"name":"FaxOutboundRoutingGroups","features":[378]},{"name":"FaxOutboundRoutingRule","features":[378]},{"name":"FaxOutboundRoutingRules","features":[378]},{"name":"FaxOutgoingArchive","features":[378]},{"name":"FaxOutgoingJob","features":[378]},{"name":"FaxOutgoingJobs","features":[378]},{"name":"FaxOutgoingMessage","features":[378]},{"name":"FaxOutgoingMessageIterator","features":[378]},{"name":"FaxOutgoingQueue","features":[378]},{"name":"FaxPrintCoverPageA","features":[378,307,318]},{"name":"FaxPrintCoverPageW","features":[378,307,318]},{"name":"FaxReceiptOptions","features":[378]},{"name":"FaxRecipient","features":[378]},{"name":"FaxRecipients","features":[378]},{"name":"FaxRegisterRoutingExtensionW","features":[378,307]},{"name":"FaxRegisterServiceProviderW","features":[378,307]},{"name":"FaxSecurity","features":[378]},{"name":"FaxSecurity2","features":[378]},{"name":"FaxSendDocumentA","features":[378,307]},{"name":"FaxSendDocumentForBroadcastA","features":[378,307]},{"name":"FaxSendDocumentForBroadcastW","features":[378,307]},{"name":"FaxSendDocumentW","features":[378,307]},{"name":"FaxSender","features":[378]},{"name":"FaxServer","features":[378]},{"name":"FaxSetConfigurationA","features":[378,307]},{"name":"FaxSetConfigurationW","features":[378,307]},{"name":"FaxSetGlobalRoutingInfoA","features":[378,307]},{"name":"FaxSetGlobalRoutingInfoW","features":[378,307]},{"name":"FaxSetJobA","features":[378,307]},{"name":"FaxSetJobW","features":[378,307]},{"name":"FaxSetLoggingCategoriesA","features":[378,307]},{"name":"FaxSetLoggingCategoriesW","features":[378,307]},{"name":"FaxSetPortA","features":[378,307]},{"name":"FaxSetPortW","features":[378,307]},{"name":"FaxSetRoutingInfoA","features":[378,307]},{"name":"FaxSetRoutingInfoW","features":[378,307]},{"name":"FaxStartPrintJobA","features":[378,307,318]},{"name":"FaxStartPrintJobW","features":[378,307,318]},{"name":"FaxUnregisterServiceProviderW","features":[378,307]},{"name":"GUID_DeviceArrivedLaunch","features":[378]},{"name":"GUID_STIUserDefined1","features":[378]},{"name":"GUID_STIUserDefined2","features":[378]},{"name":"GUID_STIUserDefined3","features":[378]},{"name":"GUID_ScanFaxImage","features":[378]},{"name":"GUID_ScanImage","features":[378]},{"name":"GUID_ScanPrintImage","features":[378]},{"name":"IFaxAccount","features":[378,358]},{"name":"IFaxAccountFolders","features":[378,358]},{"name":"IFaxAccountIncomingArchive","features":[378,358]},{"name":"IFaxAccountIncomingQueue","features":[378,358]},{"name":"IFaxAccountNotify","features":[378,358]},{"name":"IFaxAccountOutgoingArchive","features":[378,358]},{"name":"IFaxAccountOutgoingQueue","features":[378,358]},{"name":"IFaxAccountSet","features":[378,358]},{"name":"IFaxAccounts","features":[378,358]},{"name":"IFaxActivity","features":[378,358]},{"name":"IFaxActivityLogging","features":[378,358]},{"name":"IFaxConfiguration","features":[378,358]},{"name":"IFaxDevice","features":[378,358]},{"name":"IFaxDeviceIds","features":[378,358]},{"name":"IFaxDeviceProvider","features":[378,358]},{"name":"IFaxDeviceProviders","features":[378,358]},{"name":"IFaxDevices","features":[378,358]},{"name":"IFaxDocument","features":[378,358]},{"name":"IFaxDocument2","features":[378,358]},{"name":"IFaxEventLogging","features":[378,358]},{"name":"IFaxFolders","features":[378,358]},{"name":"IFaxInboundRouting","features":[378,358]},{"name":"IFaxInboundRoutingExtension","features":[378,358]},{"name":"IFaxInboundRoutingExtensions","features":[378,358]},{"name":"IFaxInboundRoutingMethod","features":[378,358]},{"name":"IFaxInboundRoutingMethods","features":[378,358]},{"name":"IFaxIncomingArchive","features":[378,358]},{"name":"IFaxIncomingJob","features":[378,358]},{"name":"IFaxIncomingJobs","features":[378,358]},{"name":"IFaxIncomingMessage","features":[378,358]},{"name":"IFaxIncomingMessage2","features":[378,358]},{"name":"IFaxIncomingMessageIterator","features":[378,358]},{"name":"IFaxIncomingQueue","features":[378,358]},{"name":"IFaxJobStatus","features":[378,358]},{"name":"IFaxLoggingOptions","features":[378,358]},{"name":"IFaxOutboundRouting","features":[378,358]},{"name":"IFaxOutboundRoutingGroup","features":[378,358]},{"name":"IFaxOutboundRoutingGroups","features":[378,358]},{"name":"IFaxOutboundRoutingRule","features":[378,358]},{"name":"IFaxOutboundRoutingRules","features":[378,358]},{"name":"IFaxOutgoingArchive","features":[378,358]},{"name":"IFaxOutgoingJob","features":[378,358]},{"name":"IFaxOutgoingJob2","features":[378,358]},{"name":"IFaxOutgoingJobs","features":[378,358]},{"name":"IFaxOutgoingMessage","features":[378,358]},{"name":"IFaxOutgoingMessage2","features":[378,358]},{"name":"IFaxOutgoingMessageIterator","features":[378,358]},{"name":"IFaxOutgoingQueue","features":[378,358]},{"name":"IFaxReceiptOptions","features":[378,358]},{"name":"IFaxRecipient","features":[378,358]},{"name":"IFaxRecipients","features":[378,358]},{"name":"IFaxSecurity","features":[378,358]},{"name":"IFaxSecurity2","features":[378,358]},{"name":"IFaxSender","features":[378,358]},{"name":"IFaxServer","features":[378,358]},{"name":"IFaxServer2","features":[378,358]},{"name":"IFaxServerNotify","features":[378,358]},{"name":"IFaxServerNotify2","features":[378,358]},{"name":"IS_DIGITAL_CAMERA_STR","features":[378]},{"name":"IS_DIGITAL_CAMERA_VAL","features":[378]},{"name":"IStiDevice","features":[378]},{"name":"IStiDeviceControl","features":[378]},{"name":"IStiUSD","features":[378]},{"name":"IStillImageW","features":[378]},{"name":"JC_DELETE","features":[378]},{"name":"JC_PAUSE","features":[378]},{"name":"JC_RESUME","features":[378]},{"name":"JC_UNKNOWN","features":[378]},{"name":"JSA_DISCOUNT_PERIOD","features":[378]},{"name":"JSA_NOW","features":[378]},{"name":"JSA_SPECIFIC_TIME","features":[378]},{"name":"JS_DELETING","features":[378]},{"name":"JS_FAILED","features":[378]},{"name":"JS_INPROGRESS","features":[378]},{"name":"JS_NOLINE","features":[378]},{"name":"JS_PAUSED","features":[378]},{"name":"JS_PENDING","features":[378]},{"name":"JS_RETRIES_EXCEEDED","features":[378]},{"name":"JS_RETRYING","features":[378]},{"name":"JT_FAIL_RECEIVE","features":[378]},{"name":"JT_RECEIVE","features":[378]},{"name":"JT_ROUTING","features":[378]},{"name":"JT_SEND","features":[378]},{"name":"JT_UNKNOWN","features":[378]},{"name":"MAX_NOTIFICATION_DATA","features":[378]},{"name":"MS_FAXROUTE_EMAIL_GUID","features":[378]},{"name":"MS_FAXROUTE_FOLDER_GUID","features":[378]},{"name":"MS_FAXROUTE_PRINTING_GUID","features":[378]},{"name":"PFAXABORT","features":[378,307]},{"name":"PFAXACCESSCHECK","features":[378,307]},{"name":"PFAXCLOSE","features":[378,307]},{"name":"PFAXCOMPLETEJOBPARAMSA","features":[378,307]},{"name":"PFAXCOMPLETEJOBPARAMSW","features":[378,307]},{"name":"PFAXCONNECTFAXSERVERA","features":[378,307]},{"name":"PFAXCONNECTFAXSERVERW","features":[378,307]},{"name":"PFAXDEVABORTOPERATION","features":[378,307]},{"name":"PFAXDEVCONFIGURE","features":[378,307,357]},{"name":"PFAXDEVENDJOB","features":[378,307]},{"name":"PFAXDEVINITIALIZE","features":[378,307]},{"name":"PFAXDEVRECEIVE","features":[378,307]},{"name":"PFAXDEVREPORTSTATUS","features":[378,307]},{"name":"PFAXDEVSEND","features":[378,307]},{"name":"PFAXDEVSHUTDOWN","features":[378]},{"name":"PFAXDEVSTARTJOB","features":[378,307]},{"name":"PFAXDEVVIRTUALDEVICECREATION","features":[378,307]},{"name":"PFAXENABLEROUTINGMETHODA","features":[378,307]},{"name":"PFAXENABLEROUTINGMETHODW","features":[378,307]},{"name":"PFAXENUMGLOBALROUTINGINFOA","features":[378,307]},{"name":"PFAXENUMGLOBALROUTINGINFOW","features":[378,307]},{"name":"PFAXENUMJOBSA","features":[378,307]},{"name":"PFAXENUMJOBSW","features":[378,307]},{"name":"PFAXENUMPORTSA","features":[378,307]},{"name":"PFAXENUMPORTSW","features":[378,307]},{"name":"PFAXENUMROUTINGMETHODSA","features":[378,307]},{"name":"PFAXENUMROUTINGMETHODSW","features":[378,307]},{"name":"PFAXFREEBUFFER","features":[378]},{"name":"PFAXGETCONFIGURATIONA","features":[378,307]},{"name":"PFAXGETCONFIGURATIONW","features":[378,307]},{"name":"PFAXGETDEVICESTATUSA","features":[378,307]},{"name":"PFAXGETDEVICESTATUSW","features":[378,307]},{"name":"PFAXGETJOBA","features":[378,307]},{"name":"PFAXGETJOBW","features":[378,307]},{"name":"PFAXGETLOGGINGCATEGORIESA","features":[378,307]},{"name":"PFAXGETLOGGINGCATEGORIESW","features":[378,307]},{"name":"PFAXGETPAGEDATA","features":[378,307]},{"name":"PFAXGETPORTA","features":[378,307]},{"name":"PFAXGETPORTW","features":[378,307]},{"name":"PFAXGETROUTINGINFOA","features":[378,307]},{"name":"PFAXGETROUTINGINFOW","features":[378,307]},{"name":"PFAXINITIALIZEEVENTQUEUE","features":[378,307]},{"name":"PFAXOPENPORT","features":[378,307]},{"name":"PFAXPRINTCOVERPAGEA","features":[378,307,318]},{"name":"PFAXPRINTCOVERPAGEW","features":[378,307,318]},{"name":"PFAXREGISTERROUTINGEXTENSIONW","features":[378,307]},{"name":"PFAXREGISTERSERVICEPROVIDERW","features":[378,307]},{"name":"PFAXROUTEADDFILE","features":[378]},{"name":"PFAXROUTEDELETEFILE","features":[378]},{"name":"PFAXROUTEDEVICECHANGENOTIFICATION","features":[378,307]},{"name":"PFAXROUTEDEVICEENABLE","features":[378,307]},{"name":"PFAXROUTEENUMFILE","features":[378,307]},{"name":"PFAXROUTEENUMFILES","features":[378,307]},{"name":"PFAXROUTEGETFILE","features":[378,307]},{"name":"PFAXROUTEGETROUTINGINFO","features":[378,307]},{"name":"PFAXROUTEINITIALIZE","features":[378,307]},{"name":"PFAXROUTEMETHOD","features":[378,307]},{"name":"PFAXROUTEMODIFYROUTINGDATA","features":[378,307]},{"name":"PFAXROUTESETROUTINGINFO","features":[378,307]},{"name":"PFAXSENDDOCUMENTA","features":[378,307]},{"name":"PFAXSENDDOCUMENTFORBROADCASTA","features":[378,307]},{"name":"PFAXSENDDOCUMENTFORBROADCASTW","features":[378,307]},{"name":"PFAXSENDDOCUMENTW","features":[378,307]},{"name":"PFAXSETCONFIGURATIONA","features":[378,307]},{"name":"PFAXSETCONFIGURATIONW","features":[378,307]},{"name":"PFAXSETGLOBALROUTINGINFOA","features":[378,307]},{"name":"PFAXSETGLOBALROUTINGINFOW","features":[378,307]},{"name":"PFAXSETJOBA","features":[378,307]},{"name":"PFAXSETJOBW","features":[378,307]},{"name":"PFAXSETLOGGINGCATEGORIESA","features":[378,307]},{"name":"PFAXSETLOGGINGCATEGORIESW","features":[378,307]},{"name":"PFAXSETPORTA","features":[378,307]},{"name":"PFAXSETPORTW","features":[378,307]},{"name":"PFAXSETROUTINGINFOA","features":[378,307]},{"name":"PFAXSETROUTINGINFOW","features":[378,307]},{"name":"PFAXSTARTPRINTJOBA","features":[378,307,318]},{"name":"PFAXSTARTPRINTJOBW","features":[378,307,318]},{"name":"PFAXUNREGISTERSERVICEPROVIDERW","features":[378,307]},{"name":"PFAX_EXT_CONFIG_CHANGE","features":[378]},{"name":"PFAX_EXT_FREE_BUFFER","features":[378]},{"name":"PFAX_EXT_GET_DATA","features":[378]},{"name":"PFAX_EXT_INITIALIZE_CONFIG","features":[378,307]},{"name":"PFAX_EXT_REGISTER_FOR_EVENTS","features":[378,307]},{"name":"PFAX_EXT_SET_DATA","features":[378,307]},{"name":"PFAX_EXT_UNREGISTER_FOR_EVENTS","features":[378,307]},{"name":"PFAX_LINECALLBACK","features":[378,307]},{"name":"PFAX_RECIPIENT_CALLBACKA","features":[378,307]},{"name":"PFAX_RECIPIENT_CALLBACKW","features":[378,307]},{"name":"PFAX_ROUTING_INSTALLATION_CALLBACKW","features":[378,307]},{"name":"PFAX_SEND_CALLBACK","features":[378,307]},{"name":"PFAX_SERVICE_CALLBACK","features":[378,307]},{"name":"PORT_OPEN_MODIFY","features":[378]},{"name":"PORT_OPEN_QUERY","features":[378]},{"name":"QUERY_STATUS","features":[378]},{"name":"REGSTR_VAL_BAUDRATE","features":[378]},{"name":"REGSTR_VAL_BAUDRATE_A","features":[378]},{"name":"REGSTR_VAL_DATA_W","features":[378]},{"name":"REGSTR_VAL_DEVICESUBTYPE_W","features":[378]},{"name":"REGSTR_VAL_DEVICETYPE_W","features":[378]},{"name":"REGSTR_VAL_DEVICE_NAME_W","features":[378]},{"name":"REGSTR_VAL_DEV_NAME_W","features":[378]},{"name":"REGSTR_VAL_DRIVER_DESC_W","features":[378]},{"name":"REGSTR_VAL_FRIENDLY_NAME_W","features":[378]},{"name":"REGSTR_VAL_GENERIC_CAPS_W","features":[378]},{"name":"REGSTR_VAL_GUID","features":[378]},{"name":"REGSTR_VAL_GUID_W","features":[378]},{"name":"REGSTR_VAL_HARDWARE","features":[378]},{"name":"REGSTR_VAL_HARDWARE_W","features":[378]},{"name":"REGSTR_VAL_LAUNCHABLE","features":[378]},{"name":"REGSTR_VAL_LAUNCHABLE_W","features":[378]},{"name":"REGSTR_VAL_LAUNCH_APPS","features":[378]},{"name":"REGSTR_VAL_LAUNCH_APPS_W","features":[378]},{"name":"REGSTR_VAL_SHUTDOWNDELAY","features":[378]},{"name":"REGSTR_VAL_SHUTDOWNDELAY_W","features":[378]},{"name":"REGSTR_VAL_TYPE_W","features":[378]},{"name":"REGSTR_VAL_VENDOR_NAME_W","features":[378]},{"name":"SEND_TO_FAX_RECIPIENT_ATTACHMENT","features":[378]},{"name":"STATUS_DISABLE","features":[378]},{"name":"STATUS_ENABLE","features":[378]},{"name":"STIEDFL_ALLDEVICES","features":[378]},{"name":"STIEDFL_ATTACHEDONLY","features":[378]},{"name":"STIERR_ALREADY_INITIALIZED","features":[378]},{"name":"STIERR_BADDRIVER","features":[378]},{"name":"STIERR_BETA_VERSION","features":[378]},{"name":"STIERR_DEVICENOTREG","features":[378]},{"name":"STIERR_DEVICE_LOCKED","features":[378]},{"name":"STIERR_DEVICE_NOTREADY","features":[378]},{"name":"STIERR_GENERIC","features":[378]},{"name":"STIERR_HANDLEEXISTS","features":[378]},{"name":"STIERR_INVALID_DEVICE_NAME","features":[378]},{"name":"STIERR_INVALID_HW_TYPE","features":[378]},{"name":"STIERR_INVALID_PARAM","features":[378]},{"name":"STIERR_NEEDS_LOCK","features":[378]},{"name":"STIERR_NOEVENTS","features":[378]},{"name":"STIERR_NOINTERFACE","features":[378]},{"name":"STIERR_NOTINITIALIZED","features":[378]},{"name":"STIERR_NOT_INITIALIZED","features":[378]},{"name":"STIERR_OBJECTNOTFOUND","features":[378]},{"name":"STIERR_OLD_VERSION","features":[378]},{"name":"STIERR_OUTOFMEMORY","features":[378]},{"name":"STIERR_READONLY","features":[378]},{"name":"STIERR_SHARING_VIOLATION","features":[378]},{"name":"STIERR_UNSUPPORTED","features":[378]},{"name":"STINOTIFY","features":[378]},{"name":"STISUBSCRIBE","features":[378,307]},{"name":"STI_ADD_DEVICE_BROADCAST_ACTION","features":[378]},{"name":"STI_ADD_DEVICE_BROADCAST_STRING","features":[378]},{"name":"STI_CHANGENOEFFECT","features":[378]},{"name":"STI_DEVICE_CREATE_BOTH","features":[378]},{"name":"STI_DEVICE_CREATE_DATA","features":[378]},{"name":"STI_DEVICE_CREATE_FOR_MONITOR","features":[378]},{"name":"STI_DEVICE_CREATE_MASK","features":[378]},{"name":"STI_DEVICE_CREATE_STATUS","features":[378]},{"name":"STI_DEVICE_INFORMATIONW","features":[378]},{"name":"STI_DEVICE_MJ_TYPE","features":[378]},{"name":"STI_DEVICE_STATUS","features":[378]},{"name":"STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP","features":[378]},{"name":"STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP_A","features":[378]},{"name":"STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS","features":[378]},{"name":"STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS_A","features":[378]},{"name":"STI_DEVICE_VALUE_ICM_PROFILE","features":[378]},{"name":"STI_DEVICE_VALUE_ICM_PROFILE_A","features":[378]},{"name":"STI_DEVICE_VALUE_ISIS_NAME","features":[378]},{"name":"STI_DEVICE_VALUE_ISIS_NAME_A","features":[378]},{"name":"STI_DEVICE_VALUE_TIMEOUT","features":[378]},{"name":"STI_DEVICE_VALUE_TIMEOUT_A","features":[378]},{"name":"STI_DEVICE_VALUE_TWAIN_NAME","features":[378]},{"name":"STI_DEVICE_VALUE_TWAIN_NAME_A","features":[378]},{"name":"STI_DEVSTATUS_EVENTS_STATE","features":[378]},{"name":"STI_DEVSTATUS_ONLINE_STATE","features":[378]},{"name":"STI_DEV_CAPS","features":[378]},{"name":"STI_DIAG","features":[378]},{"name":"STI_DIAGCODE_HWPRESENCE","features":[378]},{"name":"STI_ERROR_NO_ERROR","features":[378]},{"name":"STI_EVENTHANDLING_ENABLED","features":[378]},{"name":"STI_EVENTHANDLING_PENDING","features":[378]},{"name":"STI_EVENTHANDLING_POLLING","features":[378]},{"name":"STI_GENCAP_AUTO_PORTSELECT","features":[378]},{"name":"STI_GENCAP_COMMON_MASK","features":[378]},{"name":"STI_GENCAP_GENERATE_ARRIVALEVENT","features":[378]},{"name":"STI_GENCAP_NOTIFICATIONS","features":[378]},{"name":"STI_GENCAP_POLLING_NEEDED","features":[378]},{"name":"STI_GENCAP_SUBSET","features":[378]},{"name":"STI_GENCAP_WIA","features":[378]},{"name":"STI_HW_CONFIG_PARALLEL","features":[378]},{"name":"STI_HW_CONFIG_SCSI","features":[378]},{"name":"STI_HW_CONFIG_SERIAL","features":[378]},{"name":"STI_HW_CONFIG_UNKNOWN","features":[378]},{"name":"STI_HW_CONFIG_USB","features":[378]},{"name":"STI_MAX_INTERNAL_NAME_LENGTH","features":[378]},{"name":"STI_NOTCONNECTED","features":[378]},{"name":"STI_OK","features":[378]},{"name":"STI_ONLINESTATE_BUSY","features":[378]},{"name":"STI_ONLINESTATE_ERROR","features":[378]},{"name":"STI_ONLINESTATE_INITIALIZING","features":[378]},{"name":"STI_ONLINESTATE_IO_ACTIVE","features":[378]},{"name":"STI_ONLINESTATE_OFFLINE","features":[378]},{"name":"STI_ONLINESTATE_OPERATIONAL","features":[378]},{"name":"STI_ONLINESTATE_PAPER_JAM","features":[378]},{"name":"STI_ONLINESTATE_PAPER_PROBLEM","features":[378]},{"name":"STI_ONLINESTATE_PAUSED","features":[378]},{"name":"STI_ONLINESTATE_PENDING","features":[378]},{"name":"STI_ONLINESTATE_POWER_SAVE","features":[378]},{"name":"STI_ONLINESTATE_TRANSFERRING","features":[378]},{"name":"STI_ONLINESTATE_USER_INTERVENTION","features":[378]},{"name":"STI_ONLINESTATE_WARMING_UP","features":[378]},{"name":"STI_RAW_RESERVED","features":[378]},{"name":"STI_REMOVE_DEVICE_BROADCAST_ACTION","features":[378]},{"name":"STI_REMOVE_DEVICE_BROADCAST_STRING","features":[378]},{"name":"STI_SUBSCRIBE_FLAG_EVENT","features":[378]},{"name":"STI_SUBSCRIBE_FLAG_WINDOW","features":[378]},{"name":"STI_TRACE_ERROR","features":[378]},{"name":"STI_TRACE_INFORMATION","features":[378]},{"name":"STI_TRACE_WARNING","features":[378]},{"name":"STI_UNICODE","features":[378]},{"name":"STI_USD_CAPS","features":[378]},{"name":"STI_USD_GENCAP_NATIVE_PUSHSUPPORT","features":[378]},{"name":"STI_VERSION","features":[378]},{"name":"STI_VERSION_FLAG_MASK","features":[378]},{"name":"STI_VERSION_FLAG_UNICODE","features":[378]},{"name":"STI_VERSION_MIN_ALLOWED","features":[378]},{"name":"STI_VERSION_REAL","features":[378]},{"name":"STI_WIA_DEVICE_INFORMATIONW","features":[378]},{"name":"SUPPORTS_MSCPLUS_STR","features":[378]},{"name":"SUPPORTS_MSCPLUS_VAL","features":[378]},{"name":"SendToFaxRecipient","features":[378]},{"name":"SendToMode","features":[378]},{"name":"StiCreateInstanceW","features":[378,307]},{"name":"StiDeviceTypeDefault","features":[378]},{"name":"StiDeviceTypeDigitalCamera","features":[378]},{"name":"StiDeviceTypeScanner","features":[378]},{"name":"StiDeviceTypeStreamingVideo","features":[378]},{"name":"WIA_INCOMPAT_XP","features":[378]},{"name":"_ERROR_INFOW","features":[378]},{"name":"faetFXSSVC_ENDED","features":[378]},{"name":"faetIN_ARCHIVE","features":[378]},{"name":"faetIN_QUEUE","features":[378]},{"name":"faetNONE","features":[378]},{"name":"faetOUT_ARCHIVE","features":[378]},{"name":"faetOUT_QUEUE","features":[378]},{"name":"far2MANAGE_ARCHIVES","features":[378]},{"name":"far2MANAGE_CONFIG","features":[378]},{"name":"far2MANAGE_OUT_JOBS","features":[378]},{"name":"far2MANAGE_RECEIVE_FOLDER","features":[378]},{"name":"far2QUERY_ARCHIVES","features":[378]},{"name":"far2QUERY_CONFIG","features":[378]},{"name":"far2QUERY_OUT_JOBS","features":[378]},{"name":"far2SUBMIT_HIGH","features":[378]},{"name":"far2SUBMIT_LOW","features":[378]},{"name":"far2SUBMIT_NORMAL","features":[378]},{"name":"farMANAGE_CONFIG","features":[378]},{"name":"farMANAGE_IN_ARCHIVE","features":[378]},{"name":"farMANAGE_JOBS","features":[378]},{"name":"farMANAGE_OUT_ARCHIVE","features":[378]},{"name":"farQUERY_CONFIG","features":[378]},{"name":"farQUERY_IN_ARCHIVE","features":[378]},{"name":"farQUERY_JOBS","features":[378]},{"name":"farQUERY_OUT_ARCHIVE","features":[378]},{"name":"farSUBMIT_HIGH","features":[378]},{"name":"farSUBMIT_LOW","features":[378]},{"name":"farSUBMIT_NORMAL","features":[378]},{"name":"fcptLOCAL","features":[378]},{"name":"fcptNONE","features":[378]},{"name":"fcptSERVER","features":[378]},{"name":"fdrmAUTO_ANSWER","features":[378]},{"name":"fdrmMANUAL_ANSWER","features":[378]},{"name":"fdrmNO_ANSWER","features":[378]},{"name":"fgsALL_DEV_NOT_VALID","features":[378]},{"name":"fgsALL_DEV_VALID","features":[378]},{"name":"fgsEMPTY","features":[378]},{"name":"fgsSOME_DEV_NOT_VALID","features":[378]},{"name":"fjesANSWERED","features":[378]},{"name":"fjesBAD_ADDRESS","features":[378]},{"name":"fjesBUSY","features":[378]},{"name":"fjesCALL_ABORTED","features":[378]},{"name":"fjesCALL_BLACKLISTED","features":[378]},{"name":"fjesCALL_COMPLETED","features":[378]},{"name":"fjesCALL_DELAYED","features":[378]},{"name":"fjesDIALING","features":[378]},{"name":"fjesDISCONNECTED","features":[378]},{"name":"fjesFATAL_ERROR","features":[378]},{"name":"fjesHANDLED","features":[378]},{"name":"fjesINITIALIZING","features":[378]},{"name":"fjesLINE_UNAVAILABLE","features":[378]},{"name":"fjesNONE","features":[378]},{"name":"fjesNOT_FAX_CALL","features":[378]},{"name":"fjesNO_ANSWER","features":[378]},{"name":"fjesNO_DIAL_TONE","features":[378]},{"name":"fjesPARTIALLY_RECEIVED","features":[378]},{"name":"fjesPROPRIETARY","features":[378]},{"name":"fjesRECEIVING","features":[378]},{"name":"fjesTRANSMITTING","features":[378]},{"name":"fjoDELETE","features":[378]},{"name":"fjoPAUSE","features":[378]},{"name":"fjoRECIPIENT_INFO","features":[378]},{"name":"fjoRESTART","features":[378]},{"name":"fjoRESUME","features":[378]},{"name":"fjoSENDER_INFO","features":[378]},{"name":"fjoVIEW","features":[378]},{"name":"fjsCANCELED","features":[378]},{"name":"fjsCANCELING","features":[378]},{"name":"fjsCOMPLETED","features":[378]},{"name":"fjsFAILED","features":[378]},{"name":"fjsINPROGRESS","features":[378]},{"name":"fjsNOLINE","features":[378]},{"name":"fjsPAUSED","features":[378]},{"name":"fjsPENDING","features":[378]},{"name":"fjsRETRIES_EXCEEDED","features":[378]},{"name":"fjsRETRYING","features":[378]},{"name":"fjsROUTING","features":[378]},{"name":"fjtRECEIVE","features":[378]},{"name":"fjtROUTING","features":[378]},{"name":"fjtSEND","features":[378]},{"name":"fllMAX","features":[378]},{"name":"fllMED","features":[378]},{"name":"fllMIN","features":[378]},{"name":"fllNONE","features":[378]},{"name":"fpsBAD_GUID","features":[378]},{"name":"fpsBAD_VERSION","features":[378]},{"name":"fpsCANT_INIT","features":[378]},{"name":"fpsCANT_LINK","features":[378]},{"name":"fpsCANT_LOAD","features":[378]},{"name":"fpsSERVER_ERROR","features":[378]},{"name":"fpsSUCCESS","features":[378]},{"name":"fptHIGH","features":[378]},{"name":"fptLOW","features":[378]},{"name":"fptNORMAL","features":[378]},{"name":"frrcANY_CODE","features":[378]},{"name":"frsALL_GROUP_DEV_NOT_VALID","features":[378]},{"name":"frsBAD_DEVICE","features":[378]},{"name":"frsEMPTY_GROUP","features":[378]},{"name":"frsSOME_GROUP_DEV_NOT_VALID","features":[378]},{"name":"frsVALID","features":[378]},{"name":"frtMAIL","features":[378]},{"name":"frtMSGBOX","features":[378]},{"name":"frtNONE","features":[378]},{"name":"fsAPI_VERSION_0","features":[378]},{"name":"fsAPI_VERSION_1","features":[378]},{"name":"fsAPI_VERSION_2","features":[378]},{"name":"fsAPI_VERSION_3","features":[378]},{"name":"fsatANONYMOUS","features":[378]},{"name":"fsatBASIC","features":[378]},{"name":"fsatNTLM","features":[378]},{"name":"fsetACTIVITY","features":[378]},{"name":"fsetCONFIG","features":[378]},{"name":"fsetDEVICE_STATUS","features":[378]},{"name":"fsetFXSSVC_ENDED","features":[378]},{"name":"fsetINCOMING_CALL","features":[378]},{"name":"fsetIN_ARCHIVE","features":[378]},{"name":"fsetIN_QUEUE","features":[378]},{"name":"fsetNONE","features":[378]},{"name":"fsetOUT_ARCHIVE","features":[378]},{"name":"fsetOUT_QUEUE","features":[378]},{"name":"fsetQUEUE_STATE","features":[378]},{"name":"fstDISCOUNT_PERIOD","features":[378]},{"name":"fstNOW","features":[378]},{"name":"fstSPECIFIC_TIME","features":[378]},{"name":"lDEFAULT_PREFETCH_SIZE","features":[378]},{"name":"prv_DEFAULT_PREFETCH_SIZE","features":[378]},{"name":"wcharREASSIGN_RECIPIENTS_DELIMITER","features":[378]}],"380":[{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_AD_PRINTER","features":[379]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_ASP_INFRA","features":[379]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_BLUETOOTH","features":[379]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_BLUETOOTH_LE","features":[379]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_NETBIOS","features":[379]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_PNP","features":[379]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_UPNP","features":[379]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_WFD","features":[379]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_WSD","features":[379]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_WUSB","features":[379]},{"name":"E_FDPAIRING_AUTHFAILURE","features":[379]},{"name":"E_FDPAIRING_AUTHNOTALLOWED","features":[379]},{"name":"E_FDPAIRING_CONNECTTIMEOUT","features":[379]},{"name":"E_FDPAIRING_HWFAILURE","features":[379]},{"name":"E_FDPAIRING_IPBUSDISABLED","features":[379]},{"name":"E_FDPAIRING_NOCONNECTION","features":[379]},{"name":"E_FDPAIRING_NOPROFILES","features":[379]},{"name":"E_FDPAIRING_TOOMANYCONNECTIONS","features":[379]},{"name":"FCTN_CATEGORY_BT","features":[379]},{"name":"FCTN_CATEGORY_DEVICEDISPLAYOBJECTS","features":[379]},{"name":"FCTN_CATEGORY_DEVICEFUNCTIONENUMERATORS","features":[379]},{"name":"FCTN_CATEGORY_DEVICEPAIRING","features":[379]},{"name":"FCTN_CATEGORY_DEVICES","features":[379]},{"name":"FCTN_CATEGORY_DEVQUERYOBJECTS","features":[379]},{"name":"FCTN_CATEGORY_NETBIOS","features":[379]},{"name":"FCTN_CATEGORY_NETWORKDEVICES","features":[379]},{"name":"FCTN_CATEGORY_PNP","features":[379]},{"name":"FCTN_CATEGORY_PNPXASSOCIATION","features":[379]},{"name":"FCTN_CATEGORY_PUBLICATION","features":[379]},{"name":"FCTN_CATEGORY_REGISTRY","features":[379]},{"name":"FCTN_CATEGORY_SSDP","features":[379]},{"name":"FCTN_CATEGORY_WCN","features":[379]},{"name":"FCTN_CATEGORY_WSDISCOVERY","features":[379]},{"name":"FCTN_CATEGORY_WUSB","features":[379]},{"name":"FCTN_SUBCAT_DEVICES_WSDPRINTERS","features":[379]},{"name":"FCTN_SUBCAT_NETWORKDEVICES_SSDP","features":[379]},{"name":"FCTN_SUBCAT_NETWORKDEVICES_WSD","features":[379]},{"name":"FCTN_SUBCAT_REG_DIRECTED","features":[379]},{"name":"FCTN_SUBCAT_REG_PUBLICATION","features":[379]},{"name":"FD_CONSTRAINTVALUE_ALL","features":[379]},{"name":"FD_CONSTRAINTVALUE_COMCLSCONTEXT_INPROC_SERVER","features":[379]},{"name":"FD_CONSTRAINTVALUE_COMCLSCONTEXT_LOCAL_SERVER","features":[379]},{"name":"FD_CONSTRAINTVALUE_FALSE","features":[379]},{"name":"FD_CONSTRAINTVALUE_PAIRED","features":[379]},{"name":"FD_CONSTRAINTVALUE_RECURSESUBCATEGORY_TRUE","features":[379]},{"name":"FD_CONSTRAINTVALUE_ROUTINGSCOPE_ALL","features":[379]},{"name":"FD_CONSTRAINTVALUE_ROUTINGSCOPE_DIRECT","features":[379]},{"name":"FD_CONSTRAINTVALUE_TRUE","features":[379]},{"name":"FD_CONSTRAINTVALUE_UNPAIRED","features":[379]},{"name":"FD_CONSTRAINTVALUE_VISIBILITY_ALL","features":[379]},{"name":"FD_CONSTRAINTVALUE_VISIBILITY_DEFAULT","features":[379]},{"name":"FD_EVENTID","features":[379]},{"name":"FD_EVENTID_ASYNCTHREADEXIT","features":[379]},{"name":"FD_EVENTID_IPADDRESSCHANGE","features":[379]},{"name":"FD_EVENTID_PRIVATE","features":[379]},{"name":"FD_EVENTID_QUERYREFRESH","features":[379]},{"name":"FD_EVENTID_SEARCHCOMPLETE","features":[379]},{"name":"FD_EVENTID_SEARCHSTART","features":[379]},{"name":"FD_LONGHORN","features":[379]},{"name":"FD_QUERYCONSTRAINT_COMCLSCONTEXT","features":[379]},{"name":"FD_QUERYCONSTRAINT_INQUIRY_TIMEOUT","features":[379]},{"name":"FD_QUERYCONSTRAINT_PAIRING_STATE","features":[379]},{"name":"FD_QUERYCONSTRAINT_PROVIDERINSTANCEID","features":[379]},{"name":"FD_QUERYCONSTRAINT_RECURSESUBCATEGORY","features":[379]},{"name":"FD_QUERYCONSTRAINT_ROUTINGSCOPE","features":[379]},{"name":"FD_QUERYCONSTRAINT_SUBCATEGORY","features":[379]},{"name":"FD_QUERYCONSTRAINT_VISIBILITY","features":[379]},{"name":"FD_SUBKEY","features":[379]},{"name":"FD_Visibility_Default","features":[379]},{"name":"FD_Visibility_Hidden","features":[379]},{"name":"FMTID_Device","features":[379]},{"name":"FMTID_DeviceInterface","features":[379]},{"name":"FMTID_FD","features":[379]},{"name":"FMTID_PNPX","features":[379]},{"name":"FMTID_PNPXDynamicProperty","features":[379]},{"name":"FMTID_Pairing","features":[379]},{"name":"FMTID_WSD","features":[379]},{"name":"FunctionDiscovery","features":[379]},{"name":"FunctionInstanceCollection","features":[379]},{"name":"IFunctionDiscovery","features":[379]},{"name":"IFunctionDiscoveryNotification","features":[379]},{"name":"IFunctionDiscoveryProvider","features":[379]},{"name":"IFunctionDiscoveryProviderFactory","features":[379]},{"name":"IFunctionDiscoveryProviderQuery","features":[379]},{"name":"IFunctionDiscoveryServiceProvider","features":[379]},{"name":"IFunctionInstance","features":[379,358]},{"name":"IFunctionInstanceCollection","features":[379]},{"name":"IFunctionInstanceCollectionQuery","features":[379]},{"name":"IFunctionInstanceQuery","features":[379]},{"name":"IPNPXAssociation","features":[379]},{"name":"IPNPXDeviceAssociation","features":[379]},{"name":"IPropertyStoreCollection","features":[379]},{"name":"IProviderProperties","features":[379]},{"name":"IProviderPropertyConstraintCollection","features":[379]},{"name":"IProviderPublishing","features":[379]},{"name":"IProviderQueryConstraintCollection","features":[379]},{"name":"MAX_FDCONSTRAINTNAME_LENGTH","features":[379]},{"name":"MAX_FDCONSTRAINTVALUE_LENGTH","features":[379]},{"name":"ONLINE_PROVIDER_DEVICES_QUERYCONSTRAINT_OWNERNAME","features":[379]},{"name":"PKEY_DeviceClass_Characteristics","features":[379,380]},{"name":"PKEY_DeviceClass_ClassCoInstallers","features":[379,380]},{"name":"PKEY_DeviceClass_ClassInstaller","features":[379,380]},{"name":"PKEY_DeviceClass_ClassName","features":[379,380]},{"name":"PKEY_DeviceClass_DefaultService","features":[379,380]},{"name":"PKEY_DeviceClass_DevType","features":[379,380]},{"name":"PKEY_DeviceClass_Exclusive","features":[379,380]},{"name":"PKEY_DeviceClass_Icon","features":[379,380]},{"name":"PKEY_DeviceClass_IconPath","features":[379,380]},{"name":"PKEY_DeviceClass_LowerFilters","features":[379,380]},{"name":"PKEY_DeviceClass_Name","features":[379,380]},{"name":"PKEY_DeviceClass_NoDisplayClass","features":[379,380]},{"name":"PKEY_DeviceClass_NoInstallClass","features":[379,380]},{"name":"PKEY_DeviceClass_NoUseClass","features":[379,380]},{"name":"PKEY_DeviceClass_PropPageProvider","features":[379,380]},{"name":"PKEY_DeviceClass_Security","features":[379,380]},{"name":"PKEY_DeviceClass_SecuritySDS","features":[379,380]},{"name":"PKEY_DeviceClass_SilentInstall","features":[379,380]},{"name":"PKEY_DeviceClass_UpperFilters","features":[379,380]},{"name":"PKEY_DeviceDisplay_Address","features":[379,380]},{"name":"PKEY_DeviceDisplay_AlwaysShowDeviceAsConnected","features":[379,380]},{"name":"PKEY_DeviceDisplay_AssociationArray","features":[379,380]},{"name":"PKEY_DeviceDisplay_BaselineExperienceId","features":[379,380]},{"name":"PKEY_DeviceDisplay_Category","features":[379,380]},{"name":"PKEY_DeviceDisplay_CategoryGroup_Desc","features":[379,380]},{"name":"PKEY_DeviceDisplay_CategoryGroup_Icon","features":[379,380]},{"name":"PKEY_DeviceDisplay_Category_Desc_Plural","features":[379,380]},{"name":"PKEY_DeviceDisplay_Category_Desc_Singular","features":[379,380]},{"name":"PKEY_DeviceDisplay_Category_Icon","features":[379,380]},{"name":"PKEY_DeviceDisplay_DeviceDescription1","features":[379,380]},{"name":"PKEY_DeviceDisplay_DeviceDescription2","features":[379,380]},{"name":"PKEY_DeviceDisplay_DeviceFunctionSubRank","features":[379,380]},{"name":"PKEY_DeviceDisplay_DiscoveryMethod","features":[379,380]},{"name":"PKEY_DeviceDisplay_ExperienceId","features":[379,380]},{"name":"PKEY_DeviceDisplay_FriendlyName","features":[379,380]},{"name":"PKEY_DeviceDisplay_Icon","features":[379,380]},{"name":"PKEY_DeviceDisplay_InstallInProgress","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsAuthenticated","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsConnected","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsDefaultDevice","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsDeviceUniquelyIdentifiable","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsEncrypted","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsLocalMachine","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsMetadataSearchInProgress","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsNetworkDevice","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsNotInterestingForDisplay","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsNotWorkingProperly","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsPaired","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsSharedDevice","features":[379,380]},{"name":"PKEY_DeviceDisplay_IsShowInDisconnectedState","features":[379,380]},{"name":"PKEY_DeviceDisplay_Last_Connected","features":[379,380]},{"name":"PKEY_DeviceDisplay_Last_Seen","features":[379,380]},{"name":"PKEY_DeviceDisplay_LaunchDeviceStageFromExplorer","features":[379,380]},{"name":"PKEY_DeviceDisplay_LaunchDeviceStageOnDeviceConnect","features":[379,380]},{"name":"PKEY_DeviceDisplay_Manufacturer","features":[379,380]},{"name":"PKEY_DeviceDisplay_MetadataCabinet","features":[379,380]},{"name":"PKEY_DeviceDisplay_MetadataChecksum","features":[379,380]},{"name":"PKEY_DeviceDisplay_MetadataPath","features":[379,380]},{"name":"PKEY_DeviceDisplay_ModelName","features":[379,380]},{"name":"PKEY_DeviceDisplay_ModelNumber","features":[379,380]},{"name":"PKEY_DeviceDisplay_PrimaryCategory","features":[379,380]},{"name":"PKEY_DeviceDisplay_RequiresPairingElevation","features":[379,380]},{"name":"PKEY_DeviceDisplay_RequiresUninstallElevation","features":[379,380]},{"name":"PKEY_DeviceDisplay_UnpairUninstall","features":[379,380]},{"name":"PKEY_DeviceDisplay_Version","features":[379,380]},{"name":"PKEY_DeviceInterfaceClass_DefaultInterface","features":[379,380]},{"name":"PKEY_DeviceInterface_ClassGuid","features":[379,380]},{"name":"PKEY_DeviceInterface_Enabled","features":[379,380]},{"name":"PKEY_DeviceInterface_FriendlyName","features":[379,380]},{"name":"PKEY_Device_AdditionalSoftwareRequested","features":[379,380]},{"name":"PKEY_Device_Address","features":[379,380]},{"name":"PKEY_Device_BIOSVersion","features":[379,380]},{"name":"PKEY_Device_BaseContainerId","features":[379,380]},{"name":"PKEY_Device_BusNumber","features":[379,380]},{"name":"PKEY_Device_BusRelations","features":[379,380]},{"name":"PKEY_Device_BusReportedDeviceDesc","features":[379,380]},{"name":"PKEY_Device_BusTypeGuid","features":[379,380]},{"name":"PKEY_Device_Capabilities","features":[379,380]},{"name":"PKEY_Device_Characteristics","features":[379,380]},{"name":"PKEY_Device_Children","features":[379,380]},{"name":"PKEY_Device_Class","features":[379,380]},{"name":"PKEY_Device_ClassGuid","features":[379,380]},{"name":"PKEY_Device_CompatibleIds","features":[379,380]},{"name":"PKEY_Device_ConfigFlags","features":[379,380]},{"name":"PKEY_Device_ContainerId","features":[379,380]},{"name":"PKEY_Device_DHP_Rebalance_Policy","features":[379,380]},{"name":"PKEY_Device_DevNodeStatus","features":[379,380]},{"name":"PKEY_Device_DevType","features":[379,380]},{"name":"PKEY_Device_DeviceDesc","features":[379,380]},{"name":"PKEY_Device_Driver","features":[379,380]},{"name":"PKEY_Device_DriverCoInstallers","features":[379,380]},{"name":"PKEY_Device_DriverDate","features":[379,380]},{"name":"PKEY_Device_DriverDesc","features":[379,380]},{"name":"PKEY_Device_DriverInfPath","features":[379,380]},{"name":"PKEY_Device_DriverInfSection","features":[379,380]},{"name":"PKEY_Device_DriverInfSectionExt","features":[379,380]},{"name":"PKEY_Device_DriverLogoLevel","features":[379,380]},{"name":"PKEY_Device_DriverPropPageProvider","features":[379,380]},{"name":"PKEY_Device_DriverProvider","features":[379,380]},{"name":"PKEY_Device_DriverRank","features":[379,380]},{"name":"PKEY_Device_DriverVersion","features":[379,380]},{"name":"PKEY_Device_EjectionRelations","features":[379,380]},{"name":"PKEY_Device_EnumeratorName","features":[379,380]},{"name":"PKEY_Device_Exclusive","features":[379,380]},{"name":"PKEY_Device_FriendlyName","features":[379,380]},{"name":"PKEY_Device_FriendlyNameAttributes","features":[379,380]},{"name":"PKEY_Device_GenericDriverInstalled","features":[379,380]},{"name":"PKEY_Device_HardwareIds","features":[379,380]},{"name":"PKEY_Device_InstallInProgress","features":[379,380]},{"name":"PKEY_Device_InstallState","features":[379,380]},{"name":"PKEY_Device_InstanceId","features":[379,380]},{"name":"PKEY_Device_IsAssociateableByUserAction","features":[379,380]},{"name":"PKEY_Device_Legacy","features":[379,380]},{"name":"PKEY_Device_LegacyBusType","features":[379,380]},{"name":"PKEY_Device_LocationInfo","features":[379,380]},{"name":"PKEY_Device_LocationPaths","features":[379,380]},{"name":"PKEY_Device_LowerFilters","features":[379,380]},{"name":"PKEY_Device_Manufacturer","features":[379,380]},{"name":"PKEY_Device_ManufacturerAttributes","features":[379,380]},{"name":"PKEY_Device_MatchingDeviceId","features":[379,380]},{"name":"PKEY_Device_ModelId","features":[379,380]},{"name":"PKEY_Device_NoConnectSound","features":[379,380]},{"name":"PKEY_Device_Numa_Node","features":[379,380]},{"name":"PKEY_Device_PDOName","features":[379,380]},{"name":"PKEY_Device_Parent","features":[379,380]},{"name":"PKEY_Device_PowerData","features":[379,380]},{"name":"PKEY_Device_PowerRelations","features":[379,380]},{"name":"PKEY_Device_PresenceNotForDevice","features":[379,380]},{"name":"PKEY_Device_ProblemCode","features":[379,380]},{"name":"PKEY_Device_RemovalPolicy","features":[379,380]},{"name":"PKEY_Device_RemovalPolicyDefault","features":[379,380]},{"name":"PKEY_Device_RemovalPolicyOverride","features":[379,380]},{"name":"PKEY_Device_RemovalRelations","features":[379,380]},{"name":"PKEY_Device_Reported","features":[379,380]},{"name":"PKEY_Device_ResourcePickerExceptions","features":[379,380]},{"name":"PKEY_Device_ResourcePickerTags","features":[379,380]},{"name":"PKEY_Device_SafeRemovalRequired","features":[379,380]},{"name":"PKEY_Device_SafeRemovalRequiredOverride","features":[379,380]},{"name":"PKEY_Device_Security","features":[379,380]},{"name":"PKEY_Device_SecuritySDS","features":[379,380]},{"name":"PKEY_Device_Service","features":[379,380]},{"name":"PKEY_Device_Siblings","features":[379,380]},{"name":"PKEY_Device_SignalStrength","features":[379,380]},{"name":"PKEY_Device_TransportRelations","features":[379,380]},{"name":"PKEY_Device_UINumber","features":[379,380]},{"name":"PKEY_Device_UINumberDescFormat","features":[379,380]},{"name":"PKEY_Device_UpperFilters","features":[379,380]},{"name":"PKEY_DrvPkg_BrandingIcon","features":[379,380]},{"name":"PKEY_DrvPkg_DetailedDescription","features":[379,380]},{"name":"PKEY_DrvPkg_DocumentationLink","features":[379,380]},{"name":"PKEY_DrvPkg_Icon","features":[379,380]},{"name":"PKEY_DrvPkg_Model","features":[379,380]},{"name":"PKEY_DrvPkg_VendorWebSite","features":[379,380]},{"name":"PKEY_FunctionInstance","features":[379,380]},{"name":"PKEY_Hardware_Devinst","features":[379,380]},{"name":"PKEY_Hardware_DisplayAttribute","features":[379,380]},{"name":"PKEY_Hardware_DriverDate","features":[379,380]},{"name":"PKEY_Hardware_DriverProvider","features":[379,380]},{"name":"PKEY_Hardware_DriverVersion","features":[379,380]},{"name":"PKEY_Hardware_Function","features":[379,380]},{"name":"PKEY_Hardware_Icon","features":[379,380]},{"name":"PKEY_Hardware_Image","features":[379,380]},{"name":"PKEY_Hardware_Manufacturer","features":[379,380]},{"name":"PKEY_Hardware_Model","features":[379,380]},{"name":"PKEY_Hardware_Name","features":[379,380]},{"name":"PKEY_Hardware_SerialNumber","features":[379,380]},{"name":"PKEY_Hardware_ShellAttributes","features":[379,380]},{"name":"PKEY_Hardware_Status","features":[379,380]},{"name":"PKEY_NAME","features":[379,380]},{"name":"PKEY_Numa_Proximity_Domain","features":[379,380]},{"name":"PKEY_PNPX_Associated","features":[379,380]},{"name":"PKEY_PNPX_Category_Desc_NonPlural","features":[379,380]},{"name":"PKEY_PNPX_CompactSignature","features":[379,380]},{"name":"PKEY_PNPX_CompatibleTypes","features":[379,380]},{"name":"PKEY_PNPX_DeviceCategory","features":[379,380]},{"name":"PKEY_PNPX_DeviceCategory_Desc","features":[379,380]},{"name":"PKEY_PNPX_DeviceCertHash","features":[379,380]},{"name":"PKEY_PNPX_DomainName","features":[379,380]},{"name":"PKEY_PNPX_FirmwareVersion","features":[379,380]},{"name":"PKEY_PNPX_GlobalIdentity","features":[379,380]},{"name":"PKEY_PNPX_ID","features":[379,380]},{"name":"PKEY_PNPX_IPBusEnumerated","features":[379,380]},{"name":"PKEY_PNPX_InstallState","features":[379,380]},{"name":"PKEY_PNPX_Installable","features":[379,380]},{"name":"PKEY_PNPX_IpAddress","features":[379,380]},{"name":"PKEY_PNPX_ManufacturerUrl","features":[379,380]},{"name":"PKEY_PNPX_MetadataVersion","features":[379,380]},{"name":"PKEY_PNPX_ModelUrl","features":[379,380]},{"name":"PKEY_PNPX_NetworkInterfaceGuid","features":[379,380]},{"name":"PKEY_PNPX_NetworkInterfaceLuid","features":[379,380]},{"name":"PKEY_PNPX_PhysicalAddress","features":[379,380]},{"name":"PKEY_PNPX_PresentationUrl","features":[379,380]},{"name":"PKEY_PNPX_RemoteAddress","features":[379,380]},{"name":"PKEY_PNPX_Removable","features":[379,380]},{"name":"PKEY_PNPX_RootProxy","features":[379,380]},{"name":"PKEY_PNPX_Scopes","features":[379,380]},{"name":"PKEY_PNPX_SecureChannel","features":[379,380]},{"name":"PKEY_PNPX_SerialNumber","features":[379,380]},{"name":"PKEY_PNPX_ServiceAddress","features":[379,380]},{"name":"PKEY_PNPX_ServiceControlUrl","features":[379,380]},{"name":"PKEY_PNPX_ServiceDescUrl","features":[379,380]},{"name":"PKEY_PNPX_ServiceEventSubUrl","features":[379,380]},{"name":"PKEY_PNPX_ServiceId","features":[379,380]},{"name":"PKEY_PNPX_ServiceTypes","features":[379,380]},{"name":"PKEY_PNPX_ShareName","features":[379,380]},{"name":"PKEY_PNPX_Types","features":[379,380]},{"name":"PKEY_PNPX_Upc","features":[379,380]},{"name":"PKEY_PNPX_XAddrs","features":[379,380]},{"name":"PKEY_Pairing_IsWifiOnlyDevice","features":[379,380]},{"name":"PKEY_Pairing_ListItemDefault","features":[379,380]},{"name":"PKEY_Pairing_ListItemDescription","features":[379,380]},{"name":"PKEY_Pairing_ListItemIcon","features":[379,380]},{"name":"PKEY_Pairing_ListItemText","features":[379,380]},{"name":"PKEY_SSDP_AltLocationInfo","features":[379,380]},{"name":"PKEY_SSDP_DevLifeTime","features":[379,380]},{"name":"PKEY_SSDP_NetworkInterface","features":[379,380]},{"name":"PKEY_WCN_AssocState","features":[379,380]},{"name":"PKEY_WCN_AuthType","features":[379,380]},{"name":"PKEY_WCN_ConfigError","features":[379,380]},{"name":"PKEY_WCN_ConfigMethods","features":[379,380]},{"name":"PKEY_WCN_ConfigState","features":[379,380]},{"name":"PKEY_WCN_ConnType","features":[379,380]},{"name":"PKEY_WCN_DevicePasswordId","features":[379,380]},{"name":"PKEY_WCN_EncryptType","features":[379,380]},{"name":"PKEY_WCN_OSVersion","features":[379,380]},{"name":"PKEY_WCN_RegistrarType","features":[379,380]},{"name":"PKEY_WCN_RequestType","features":[379,380]},{"name":"PKEY_WCN_RfBand","features":[379,380]},{"name":"PKEY_WCN_VendorExtension","features":[379,380]},{"name":"PKEY_WCN_Version","features":[379,380]},{"name":"PKEY_WNET_Comment","features":[379,380]},{"name":"PKEY_WNET_DisplayType","features":[379,380]},{"name":"PKEY_WNET_LocalName","features":[379,380]},{"name":"PKEY_WNET_Provider","features":[379,380]},{"name":"PKEY_WNET_RemoteName","features":[379,380]},{"name":"PKEY_WNET_Scope","features":[379,380]},{"name":"PKEY_WNET_Type","features":[379,380]},{"name":"PKEY_WNET_Usage","features":[379,380]},{"name":"PNPXAssociation","features":[379]},{"name":"PNPXPairingHandler","features":[379]},{"name":"PNPX_DEVICECATEGORY_CAMERA","features":[379]},{"name":"PNPX_DEVICECATEGORY_COMPUTER","features":[379]},{"name":"PNPX_DEVICECATEGORY_DISPLAYS","features":[379]},{"name":"PNPX_DEVICECATEGORY_FAX","features":[379]},{"name":"PNPX_DEVICECATEGORY_GAMING_DEVICE","features":[379]},{"name":"PNPX_DEVICECATEGORY_HOME_AUTOMATION_SYSTEM","features":[379]},{"name":"PNPX_DEVICECATEGORY_HOME_SECURITY_SYSTEM","features":[379]},{"name":"PNPX_DEVICECATEGORY_INPUTDEVICE","features":[379]},{"name":"PNPX_DEVICECATEGORY_MFP","features":[379]},{"name":"PNPX_DEVICECATEGORY_MULTIMEDIA_DEVICE","features":[379]},{"name":"PNPX_DEVICECATEGORY_NETWORK_INFRASTRUCTURE","features":[379]},{"name":"PNPX_DEVICECATEGORY_OTHER","features":[379]},{"name":"PNPX_DEVICECATEGORY_PRINTER","features":[379]},{"name":"PNPX_DEVICECATEGORY_SCANNER","features":[379]},{"name":"PNPX_DEVICECATEGORY_STORAGE","features":[379]},{"name":"PNPX_DEVICECATEGORY_TELEPHONE","features":[379]},{"name":"PNPX_INSTALLSTATE_FAILED","features":[379]},{"name":"PNPX_INSTALLSTATE_INSTALLED","features":[379]},{"name":"PNPX_INSTALLSTATE_INSTALLING","features":[379]},{"name":"PNPX_INSTALLSTATE_NOTINSTALLED","features":[379]},{"name":"PNP_CONSTRAINTVALUE_NOTIFICATIONSONLY","features":[379]},{"name":"PNP_CONSTRAINTVALUE_NOTPRESENT","features":[379]},{"name":"PROVIDERDDO_QUERYCONSTRAINT_DEVICEFUNCTIONDISPLAYOBJECTS","features":[379]},{"name":"PROVIDERDDO_QUERYCONSTRAINT_DEVICEINTERFACES","features":[379]},{"name":"PROVIDERDDO_QUERYCONSTRAINT_ONLYCONNECTEDDEVICES","features":[379]},{"name":"PROVIDERPNP_QUERYCONSTRAINT_INTERFACECLASS","features":[379]},{"name":"PROVIDERPNP_QUERYCONSTRAINT_NOTIFICATIONSONLY","features":[379]},{"name":"PROVIDERPNP_QUERYCONSTRAINT_NOTPRESENT","features":[379]},{"name":"PROVIDERSSDP_QUERYCONSTRAINT_CUSTOMXMLPROPERTY","features":[379]},{"name":"PROVIDERSSDP_QUERYCONSTRAINT_TYPE","features":[379]},{"name":"PROVIDERWNET_QUERYCONSTRAINT_PROPERTIES","features":[379]},{"name":"PROVIDERWNET_QUERYCONSTRAINT_RESOURCETYPE","features":[379]},{"name":"PROVIDERWNET_QUERYCONSTRAINT_TYPE","features":[379]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_DIRECTEDADDRESS","features":[379]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_SCOPE","features":[379]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_SECURITY_REQUIREMENTS","features":[379]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_SSL_CERTHASH_FOR_SERVER_AUTH","features":[379]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_SSL_CERT_FOR_CLIENT_AUTH","features":[379]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_TYPE","features":[379]},{"name":"PropertyConstraint","features":[379]},{"name":"PropertyStore","features":[379]},{"name":"PropertyStoreCollection","features":[379]},{"name":"QCT_LAYERED","features":[379]},{"name":"QCT_PROVIDER","features":[379]},{"name":"QC_CONTAINS","features":[379]},{"name":"QC_DOESNOTEXIST","features":[379]},{"name":"QC_EQUALS","features":[379]},{"name":"QC_EXISTS","features":[379]},{"name":"QC_GREATERTHAN","features":[379]},{"name":"QC_GREATERTHANOREQUAL","features":[379]},{"name":"QC_LESSTHAN","features":[379]},{"name":"QC_LESSTHANOREQUAL","features":[379]},{"name":"QC_NOTEQUAL","features":[379]},{"name":"QC_STARTSWITH","features":[379]},{"name":"QUA_ADD","features":[379]},{"name":"QUA_CHANGE","features":[379]},{"name":"QUA_REMOVE","features":[379]},{"name":"QueryCategoryType","features":[379]},{"name":"QueryUpdateAction","features":[379]},{"name":"SID_DeviceDisplayStatusManager","features":[379]},{"name":"SID_EnumDeviceFunction","features":[379]},{"name":"SID_EnumInterface","features":[379]},{"name":"SID_FDPairingHandler","features":[379]},{"name":"SID_FunctionDiscoveryProviderRefresh","features":[379]},{"name":"SID_PNPXAssociation","features":[379]},{"name":"SID_PNPXPropertyStore","features":[379]},{"name":"SID_PNPXServiceCollection","features":[379]},{"name":"SID_PnpProvider","features":[379]},{"name":"SID_UPnPActivator","features":[379]},{"name":"SID_UninstallDeviceFunction","features":[379]},{"name":"SID_UnpairProvider","features":[379]},{"name":"SSDP_CONSTRAINTVALUE_TYPE_ALL","features":[379]},{"name":"SSDP_CONSTRAINTVALUE_TYPE_DEVICE_PREFIX","features":[379]},{"name":"SSDP_CONSTRAINTVALUE_TYPE_ROOT","features":[379]},{"name":"SSDP_CONSTRAINTVALUE_TYPE_SVC_PREFIX","features":[379]},{"name":"SVF_SYSTEM","features":[379]},{"name":"SVF_USER","features":[379]},{"name":"SystemVisibilityFlags","features":[379]},{"name":"WNET_CONSTRAINTVALUE_PROPERTIES_ALL","features":[379]},{"name":"WNET_CONSTRAINTVALUE_PROPERTIES_LIMITED","features":[379]},{"name":"WNET_CONSTRAINTVALUE_RESOURCETYPE_DISK","features":[379]},{"name":"WNET_CONSTRAINTVALUE_RESOURCETYPE_DISKORPRINTER","features":[379]},{"name":"WNET_CONSTRAINTVALUE_RESOURCETYPE_PRINTER","features":[379]},{"name":"WNET_CONSTRAINTVALUE_TYPE_ALL","features":[379]},{"name":"WNET_CONSTRAINTVALUE_TYPE_DOMAIN","features":[379]},{"name":"WNET_CONSTRAINTVALUE_TYPE_SERVER","features":[379]},{"name":"WSD_CONSTRAINTVALUE_NO_TRUST_VERIFICATION","features":[379]},{"name":"WSD_CONSTRAINTVALUE_REQUIRE_SECURECHANNEL","features":[379]},{"name":"WSD_CONSTRAINTVALUE_REQUIRE_SECURECHANNEL_AND_COMPACTSIGNATURE","features":[379]}],"381":[{"name":"BREADCRUMBING_UNSUPPORTED","features":[381]},{"name":"BREADCRUMBING_VERSION_1","features":[381]},{"name":"CivicAddressReport","features":[381]},{"name":"CivicAddressReportFactory","features":[381]},{"name":"DefaultLocation","features":[381]},{"name":"DispCivicAddressReport","features":[381]},{"name":"DispLatLongReport","features":[381]},{"name":"GNSS_AGNSSFORMAT_LTO","features":[381]},{"name":"GNSS_AGNSSFORMAT_XTRA1","features":[381]},{"name":"GNSS_AGNSSFORMAT_XTRA2","features":[381]},{"name":"GNSS_AGNSSFORMAT_XTRA3","features":[381]},{"name":"GNSS_AGNSSFORMAT_XTRA3_1","features":[381]},{"name":"GNSS_AGNSSFORMAT_XTRA3_2","features":[381]},{"name":"GNSS_AGNSSFORMAT_XTRA_INT","features":[381]},{"name":"GNSS_AGNSS_BlobInjection","features":[381]},{"name":"GNSS_AGNSS_INJECT","features":[381,307]},{"name":"GNSS_AGNSS_INJECTBLOB","features":[381]},{"name":"GNSS_AGNSS_INJECTPOSITION","features":[381]},{"name":"GNSS_AGNSS_INJECTTIME","features":[381,307]},{"name":"GNSS_AGNSS_PositionInjection","features":[381]},{"name":"GNSS_AGNSS_REQUEST_PARAM","features":[381]},{"name":"GNSS_AGNSS_REQUEST_TYPE","features":[381]},{"name":"GNSS_AGNSS_TimeInjection","features":[381]},{"name":"GNSS_BREADCRUMBING_ALERT_DATA","features":[381]},{"name":"GNSS_BREADCRUMBING_PARAM","features":[381]},{"name":"GNSS_BREADCRUMB_LIST","features":[381,307]},{"name":"GNSS_BREADCRUMB_V1","features":[381,307]},{"name":"GNSS_CHIPSETINFO","features":[381]},{"name":"GNSS_CONTINUOUSTRACKING_PARAM","features":[381]},{"name":"GNSS_CP_NI_INFO","features":[381]},{"name":"GNSS_CWTESTDATA","features":[381,307]},{"name":"GNSS_ClearAgnssData","features":[381]},{"name":"GNSS_CustomCommand","features":[381]},{"name":"GNSS_DEVICE_CAPABILITY","features":[381,307]},{"name":"GNSS_DISTANCETRACKING_PARAM","features":[381]},{"name":"GNSS_DRIVERCOMMAND_PARAM","features":[381]},{"name":"GNSS_DRIVERCOMMAND_TYPE","features":[381]},{"name":"GNSS_DRIVER_REQUEST","features":[381]},{"name":"GNSS_DRIVER_REQUEST_DATA","features":[381]},{"name":"GNSS_DRIVER_VERSION_1","features":[381]},{"name":"GNSS_DRIVER_VERSION_2","features":[381]},{"name":"GNSS_DRIVER_VERSION_3","features":[381]},{"name":"GNSS_DRIVER_VERSION_4","features":[381]},{"name":"GNSS_DRIVER_VERSION_5","features":[381]},{"name":"GNSS_DRIVER_VERSION_6","features":[381]},{"name":"GNSS_ERRORINFO","features":[381,307]},{"name":"GNSS_EVENT","features":[381,307]},{"name":"GNSS_EVENT_2","features":[381,307]},{"name":"GNSS_EVENT_TYPE","features":[381]},{"name":"GNSS_Event_BreadcrumbAlertEvent","features":[381]},{"name":"GNSS_Event_Custom","features":[381]},{"name":"GNSS_Event_DriverRequest","features":[381]},{"name":"GNSS_Event_Error","features":[381]},{"name":"GNSS_Event_FixAvailable","features":[381]},{"name":"GNSS_Event_FixAvailable_2","features":[381]},{"name":"GNSS_Event_GeofenceAlertData","features":[381]},{"name":"GNSS_Event_GeofencesTrackingStatus","features":[381]},{"name":"GNSS_Event_NiRequest","features":[381]},{"name":"GNSS_Event_NmeaData","features":[381]},{"name":"GNSS_Event_RequireAgnss","features":[381]},{"name":"GNSS_FIXDATA","features":[381,307]},{"name":"GNSS_FIXDATA_2","features":[381,307]},{"name":"GNSS_FIXDATA_ACCURACY","features":[381]},{"name":"GNSS_FIXDATA_ACCURACY_2","features":[381]},{"name":"GNSS_FIXDATA_BASIC","features":[381]},{"name":"GNSS_FIXDATA_BASIC_2","features":[381]},{"name":"GNSS_FIXDATA_SATELLITE","features":[381,307]},{"name":"GNSS_FIXDETAIL_ACCURACY","features":[381]},{"name":"GNSS_FIXDETAIL_BASIC","features":[381]},{"name":"GNSS_FIXDETAIL_SATELLITE","features":[381]},{"name":"GNSS_FIXSESSIONTYPE","features":[381]},{"name":"GNSS_FIXSESSION_PARAM","features":[381]},{"name":"GNSS_FixSession_ContinuousTracking","features":[381]},{"name":"GNSS_FixSession_DistanceTracking","features":[381]},{"name":"GNSS_FixSession_LKG","features":[381]},{"name":"GNSS_FixSession_SingleShot","features":[381]},{"name":"GNSS_ForceOperationMode","features":[381]},{"name":"GNSS_ForceSatelliteSystem","features":[381]},{"name":"GNSS_GEOFENCESUPPORT_CIRCLE","features":[381]},{"name":"GNSS_GEOFENCESUPPORT_SUPPORTED","features":[381]},{"name":"GNSS_GEOFENCES_TRACKINGSTATUS_DATA","features":[381,307]},{"name":"GNSS_GEOFENCE_ALERT_DATA","features":[381]},{"name":"GNSS_GEOFENCE_CREATE_PARAM","features":[381]},{"name":"GNSS_GEOFENCE_CREATE_RESPONSE","features":[381,307]},{"name":"GNSS_GEOFENCE_DELETE_PARAM","features":[381]},{"name":"GNSS_GEOFENCE_STATE","features":[381]},{"name":"GNSS_GEOREGION","features":[381]},{"name":"GNSS_GEOREGIONTYPE","features":[381]},{"name":"GNSS_GEOREGION_CIRCLE","features":[381]},{"name":"GNSS_GeoRegion_Circle","features":[381]},{"name":"GNSS_GeofenceState_Entered","features":[381]},{"name":"GNSS_GeofenceState_Exited","features":[381]},{"name":"GNSS_GeofenceState_Unknown","features":[381]},{"name":"GNSS_LKGFIX_PARAM","features":[381]},{"name":"GNSS_MAXSATELLITE","features":[381]},{"name":"GNSS_NI_CP","features":[381]},{"name":"GNSS_NI_NOTIFICATION_TYPE","features":[381]},{"name":"GNSS_NI_NoNotifyNoVerify","features":[381]},{"name":"GNSS_NI_NotifyOnly","features":[381]},{"name":"GNSS_NI_NotifyVerifyDefaultAllow","features":[381]},{"name":"GNSS_NI_NotifyVerifyDefaultNotAllow","features":[381]},{"name":"GNSS_NI_PLANE_TYPE","features":[381]},{"name":"GNSS_NI_PrivacyOverride","features":[381]},{"name":"GNSS_NI_REQUEST_PARAM","features":[381,307]},{"name":"GNSS_NI_REQUEST_TYPE","features":[381]},{"name":"GNSS_NI_RESPONSE","features":[381]},{"name":"GNSS_NI_Request_AreaTrigger","features":[381]},{"name":"GNSS_NI_Request_SingleShot","features":[381]},{"name":"GNSS_NI_SUPL","features":[381]},{"name":"GNSS_NI_USER_RESPONSE","features":[381]},{"name":"GNSS_NI_V2UPL","features":[381]},{"name":"GNSS_NMEALOGGING_ALL","features":[381]},{"name":"GNSS_NMEALOGGING_NONE","features":[381]},{"name":"GNSS_NMEA_DATA","features":[381]},{"name":"GNSS_Ni_UserResponseAccept","features":[381]},{"name":"GNSS_Ni_UserResponseDeny","features":[381]},{"name":"GNSS_Ni_UserResponseTimeout","features":[381]},{"name":"GNSS_OPERMODE_AFLT","features":[381]},{"name":"GNSS_OPERMODE_ANY","features":[381]},{"name":"GNSS_OPERMODE_CELLID","features":[381]},{"name":"GNSS_OPERMODE_MSA","features":[381]},{"name":"GNSS_OPERMODE_MSB","features":[381]},{"name":"GNSS_OPERMODE_MSS","features":[381]},{"name":"GNSS_OPERMODE_OTDOA","features":[381]},{"name":"GNSS_PLATFORM_CAPABILITY","features":[381,307]},{"name":"GNSS_ResetEngine","features":[381]},{"name":"GNSS_ResetGeofencesTracking","features":[381]},{"name":"GNSS_SATELLITEINFO","features":[381,307]},{"name":"GNSS_SATELLITE_ANY","features":[381]},{"name":"GNSS_SATELLITE_BEIDOU","features":[381]},{"name":"GNSS_SATELLITE_GALILEO","features":[381]},{"name":"GNSS_SATELLITE_GLONASS","features":[381]},{"name":"GNSS_SATELLITE_GPS","features":[381]},{"name":"GNSS_SELFTESTCONFIG","features":[381]},{"name":"GNSS_SELFTESTRESULT","features":[381,307]},{"name":"GNSS_SINGLESHOT_PARAM","features":[381]},{"name":"GNSS_STOPFIXSESSION_PARAM","features":[381]},{"name":"GNSS_SUPL_CERT_ACTION","features":[381]},{"name":"GNSS_SUPL_CERT_CONFIG","features":[381]},{"name":"GNSS_SUPL_HSLP_CONFIG","features":[381]},{"name":"GNSS_SUPL_NI_INFO","features":[381]},{"name":"GNSS_SUPL_VERSION","features":[381]},{"name":"GNSS_SUPL_VERSION_2","features":[381]},{"name":"GNSS_SetLocationNIRequestAllowed","features":[381]},{"name":"GNSS_SetLocationServiceEnabled","features":[381]},{"name":"GNSS_SetNMEALogging","features":[381]},{"name":"GNSS_SetNiTimeoutInterval","features":[381]},{"name":"GNSS_SetSuplVersion","features":[381]},{"name":"GNSS_SetSuplVersion2","features":[381]},{"name":"GNSS_SetUplServerAccessInterval","features":[381]},{"name":"GNSS_Supl_Cert_Delete","features":[381]},{"name":"GNSS_Supl_Cert_Inject","features":[381]},{"name":"GNSS_Supl_Cert_Purge","features":[381]},{"name":"GNSS_V2UPL_CONFIG","features":[381]},{"name":"GNSS_V2UPL_NI_INFO","features":[381]},{"name":"GUID_DEVINTERFACE_GNSS","features":[381]},{"name":"ICivicAddressReport","features":[381]},{"name":"ICivicAddressReportFactory","features":[381,358]},{"name":"IDefaultLocation","features":[381]},{"name":"IDispCivicAddressReport","features":[381,358]},{"name":"IDispLatLongReport","features":[381,358]},{"name":"ILatLongReport","features":[381]},{"name":"ILatLongReportFactory","features":[381,358]},{"name":"ILocation","features":[381]},{"name":"ILocationEvents","features":[381]},{"name":"ILocationPower","features":[381]},{"name":"ILocationReport","features":[381]},{"name":"ILocationReportFactory","features":[381,358]},{"name":"IOCTL_GNSS_CONFIG_SUPL_CERT","features":[381]},{"name":"IOCTL_GNSS_CREATE_GEOFENCE","features":[381]},{"name":"IOCTL_GNSS_DELETE_GEOFENCE","features":[381]},{"name":"IOCTL_GNSS_EXECUTE_CWTEST","features":[381]},{"name":"IOCTL_GNSS_EXECUTE_SELFTEST","features":[381]},{"name":"IOCTL_GNSS_GET_CHIPSETINFO","features":[381]},{"name":"IOCTL_GNSS_GET_DEVICE_CAPABILITY","features":[381]},{"name":"IOCTL_GNSS_GET_FIXDATA","features":[381]},{"name":"IOCTL_GNSS_INJECT_AGNSS","features":[381]},{"name":"IOCTL_GNSS_LISTEN_AGNSS","features":[381]},{"name":"IOCTL_GNSS_LISTEN_BREADCRUMBING_ALERT","features":[381]},{"name":"IOCTL_GNSS_LISTEN_DRIVER_REQUEST","features":[381]},{"name":"IOCTL_GNSS_LISTEN_ERROR","features":[381]},{"name":"IOCTL_GNSS_LISTEN_GEOFENCES_TRACKINGSTATUS","features":[381]},{"name":"IOCTL_GNSS_LISTEN_GEOFENCE_ALERT","features":[381]},{"name":"IOCTL_GNSS_LISTEN_NI","features":[381]},{"name":"IOCTL_GNSS_LISTEN_NMEA","features":[381]},{"name":"IOCTL_GNSS_MODIFY_FIXSESSION","features":[381]},{"name":"IOCTL_GNSS_POP_BREADCRUMBS","features":[381]},{"name":"IOCTL_GNSS_RESPOND_NI","features":[381]},{"name":"IOCTL_GNSS_SEND_DRIVERCOMMAND","features":[381]},{"name":"IOCTL_GNSS_SEND_PLATFORM_CAPABILITY","features":[381]},{"name":"IOCTL_GNSS_SET_SUPL_HSLP","features":[381]},{"name":"IOCTL_GNSS_SET_V2UPL_CONFIG","features":[381]},{"name":"IOCTL_GNSS_START_BREADCRUMBING","features":[381]},{"name":"IOCTL_GNSS_START_FIXSESSION","features":[381]},{"name":"IOCTL_GNSS_STOP_BREADCRUMBING","features":[381]},{"name":"IOCTL_GNSS_STOP_FIXSESSION","features":[381]},{"name":"LOCATION_API_VERSION","features":[381]},{"name":"LOCATION_REPORT_STATUS","features":[381]},{"name":"LatLongReport","features":[381]},{"name":"LatLongReportFactory","features":[381]},{"name":"Location","features":[381]},{"name":"MAX_SERVER_URL_NAME","features":[381]},{"name":"MIN_BREADCRUMBS_SUPPORTED","features":[381]},{"name":"MIN_GEOFENCES_REQUIRED","features":[381]},{"name":"REPORT_ACCESS_DENIED","features":[381]},{"name":"REPORT_ERROR","features":[381]},{"name":"REPORT_INITIALIZING","features":[381]},{"name":"REPORT_NOT_SUPPORTED","features":[381]},{"name":"REPORT_RUNNING","features":[381]},{"name":"SUPL_CONFIG_DATA","features":[381]},{"name":"_ICivicAddressReportFactoryEvents","features":[381,358]},{"name":"_ILatLongReportFactoryEvents","features":[381,358]}],"382":[{"name":"BALLPOINT_I8042_HARDWARE","features":[382]},{"name":"BALLPOINT_SERIAL_HARDWARE","features":[382]},{"name":"BUTTON_BIT_ALLBUTTONSMASK","features":[382]},{"name":"BUTTON_BIT_BACK","features":[382]},{"name":"BUTTON_BIT_CAMERAFOCUS","features":[382]},{"name":"BUTTON_BIT_CAMERALENS","features":[382]},{"name":"BUTTON_BIT_CAMERASHUTTER","features":[382]},{"name":"BUTTON_BIT_HEADSET","features":[382]},{"name":"BUTTON_BIT_HWKBDEPLOY","features":[382]},{"name":"BUTTON_BIT_OEMCUSTOM","features":[382]},{"name":"BUTTON_BIT_OEMCUSTOM2","features":[382]},{"name":"BUTTON_BIT_OEMCUSTOM3","features":[382]},{"name":"BUTTON_BIT_POWER","features":[382]},{"name":"BUTTON_BIT_RINGERTOGGLE","features":[382]},{"name":"BUTTON_BIT_ROTATION_LOCK","features":[382]},{"name":"BUTTON_BIT_SEARCH","features":[382]},{"name":"BUTTON_BIT_VOLUMEDOWN","features":[382]},{"name":"BUTTON_BIT_VOLUMEUP","features":[382]},{"name":"BUTTON_BIT_WINDOWS","features":[382]},{"name":"CLSID_DirectInput","features":[382]},{"name":"CLSID_DirectInput8","features":[382]},{"name":"CLSID_DirectInputDevice","features":[382]},{"name":"CLSID_DirectInputDevice8","features":[382]},{"name":"CPOINT","features":[382]},{"name":"DD_KEYBOARD_DEVICE_NAME","features":[382]},{"name":"DD_KEYBOARD_DEVICE_NAME_U","features":[382]},{"name":"DD_MOUSE_DEVICE_NAME","features":[382]},{"name":"DD_MOUSE_DEVICE_NAME_U","features":[382]},{"name":"DEVPKEY_DeviceInterface_HID_BackgroundAccess","features":[382,305]},{"name":"DEVPKEY_DeviceInterface_HID_IsReadOnly","features":[382,305]},{"name":"DEVPKEY_DeviceInterface_HID_ProductId","features":[382,305]},{"name":"DEVPKEY_DeviceInterface_HID_UsageId","features":[382,305]},{"name":"DEVPKEY_DeviceInterface_HID_UsagePage","features":[382,305]},{"name":"DEVPKEY_DeviceInterface_HID_VendorId","features":[382,305]},{"name":"DEVPKEY_DeviceInterface_HID_VersionNumber","features":[382,305]},{"name":"DEVPKEY_DeviceInterface_HID_WakeScreenOnInputCapable","features":[382,305]},{"name":"DI8DEVCLASS_ALL","features":[382]},{"name":"DI8DEVCLASS_DEVICE","features":[382]},{"name":"DI8DEVCLASS_GAMECTRL","features":[382]},{"name":"DI8DEVCLASS_KEYBOARD","features":[382]},{"name":"DI8DEVCLASS_POINTER","features":[382]},{"name":"DI8DEVTYPE1STPERSON_LIMITED","features":[382]},{"name":"DI8DEVTYPE1STPERSON_SHOOTER","features":[382]},{"name":"DI8DEVTYPE1STPERSON_SIXDOF","features":[382]},{"name":"DI8DEVTYPE1STPERSON_UNKNOWN","features":[382]},{"name":"DI8DEVTYPEDEVICECTRL_COMMSSELECTION","features":[382]},{"name":"DI8DEVTYPEDEVICECTRL_COMMSSELECTION_HARDWIRED","features":[382]},{"name":"DI8DEVTYPEDEVICECTRL_UNKNOWN","features":[382]},{"name":"DI8DEVTYPEDRIVING_COMBINEDPEDALS","features":[382]},{"name":"DI8DEVTYPEDRIVING_DUALPEDALS","features":[382]},{"name":"DI8DEVTYPEDRIVING_HANDHELD","features":[382]},{"name":"DI8DEVTYPEDRIVING_LIMITED","features":[382]},{"name":"DI8DEVTYPEDRIVING_THREEPEDALS","features":[382]},{"name":"DI8DEVTYPEFLIGHT_LIMITED","features":[382]},{"name":"DI8DEVTYPEFLIGHT_RC","features":[382]},{"name":"DI8DEVTYPEFLIGHT_STICK","features":[382]},{"name":"DI8DEVTYPEFLIGHT_YOKE","features":[382]},{"name":"DI8DEVTYPEGAMEPAD_LIMITED","features":[382]},{"name":"DI8DEVTYPEGAMEPAD_STANDARD","features":[382]},{"name":"DI8DEVTYPEGAMEPAD_TILT","features":[382]},{"name":"DI8DEVTYPEJOYSTICK_LIMITED","features":[382]},{"name":"DI8DEVTYPEJOYSTICK_STANDARD","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_J3100","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_JAPAN106","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_JAPANAX","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_NEC98","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_NEC98106","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_NEC98LAPTOP","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_NOKIA1050","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_NOKIA9140","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_OLIVETTI","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_PCAT","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_PCENH","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_PCXT","features":[382]},{"name":"DI8DEVTYPEKEYBOARD_UNKNOWN","features":[382]},{"name":"DI8DEVTYPEMOUSE_ABSOLUTE","features":[382]},{"name":"DI8DEVTYPEMOUSE_FINGERSTICK","features":[382]},{"name":"DI8DEVTYPEMOUSE_TOUCHPAD","features":[382]},{"name":"DI8DEVTYPEMOUSE_TRACKBALL","features":[382]},{"name":"DI8DEVTYPEMOUSE_TRADITIONAL","features":[382]},{"name":"DI8DEVTYPEMOUSE_UNKNOWN","features":[382]},{"name":"DI8DEVTYPEREMOTE_UNKNOWN","features":[382]},{"name":"DI8DEVTYPESCREENPTR_LIGHTGUN","features":[382]},{"name":"DI8DEVTYPESCREENPTR_LIGHTPEN","features":[382]},{"name":"DI8DEVTYPESCREENPTR_TOUCH","features":[382]},{"name":"DI8DEVTYPESCREENPTR_UNKNOWN","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_2NDHANDCONTROLLER","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_COMBINEDPEDALS","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_DUALPEDALS","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_HANDTRACKER","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_HEADTRACKER","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_RUDDERPEDALS","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_SHIFTER","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_SHIFTSTICKGATE","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_SPLITTHROTTLE","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_THREEPEDALS","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_THROTTLE","features":[382]},{"name":"DI8DEVTYPESUPPLEMENTAL_UNKNOWN","features":[382]},{"name":"DI8DEVTYPE_1STPERSON","features":[382]},{"name":"DI8DEVTYPE_DEVICE","features":[382]},{"name":"DI8DEVTYPE_DEVICECTRL","features":[382]},{"name":"DI8DEVTYPE_DRIVING","features":[382]},{"name":"DI8DEVTYPE_FLIGHT","features":[382]},{"name":"DI8DEVTYPE_GAMEPAD","features":[382]},{"name":"DI8DEVTYPE_JOYSTICK","features":[382]},{"name":"DI8DEVTYPE_KEYBOARD","features":[382]},{"name":"DI8DEVTYPE_LIMITEDGAMESUBTYPE","features":[382]},{"name":"DI8DEVTYPE_MOUSE","features":[382]},{"name":"DI8DEVTYPE_REMOTE","features":[382]},{"name":"DI8DEVTYPE_SCREENPOINTER","features":[382]},{"name":"DI8DEVTYPE_SUPPLEMENTAL","features":[382]},{"name":"DIACTIONA","features":[382]},{"name":"DIACTIONFORMATA","features":[382,307]},{"name":"DIACTIONFORMATW","features":[382,307]},{"name":"DIACTIONW","features":[382]},{"name":"DIAFTS_NEWDEVICEHIGH","features":[382]},{"name":"DIAFTS_NEWDEVICELOW","features":[382]},{"name":"DIAFTS_UNUSEDDEVICEHIGH","features":[382]},{"name":"DIAFTS_UNUSEDDEVICELOW","features":[382]},{"name":"DIAH_APPREQUESTED","features":[382]},{"name":"DIAH_DEFAULT","features":[382]},{"name":"DIAH_ERROR","features":[382]},{"name":"DIAH_HWAPP","features":[382]},{"name":"DIAH_HWDEFAULT","features":[382]},{"name":"DIAH_UNMAPPED","features":[382]},{"name":"DIAH_USERCONFIG","features":[382]},{"name":"DIAPPIDFLAG_NOSIZE","features":[382]},{"name":"DIAPPIDFLAG_NOTIME","features":[382]},{"name":"DIAXIS_2DCONTROL_INOUT","features":[382]},{"name":"DIAXIS_2DCONTROL_LATERAL","features":[382]},{"name":"DIAXIS_2DCONTROL_MOVE","features":[382]},{"name":"DIAXIS_2DCONTROL_ROTATEZ","features":[382]},{"name":"DIAXIS_3DCONTROL_INOUT","features":[382]},{"name":"DIAXIS_3DCONTROL_LATERAL","features":[382]},{"name":"DIAXIS_3DCONTROL_MOVE","features":[382]},{"name":"DIAXIS_3DCONTROL_ROTATEX","features":[382]},{"name":"DIAXIS_3DCONTROL_ROTATEY","features":[382]},{"name":"DIAXIS_3DCONTROL_ROTATEZ","features":[382]},{"name":"DIAXIS_ANY_1","features":[382]},{"name":"DIAXIS_ANY_2","features":[382]},{"name":"DIAXIS_ANY_3","features":[382]},{"name":"DIAXIS_ANY_4","features":[382]},{"name":"DIAXIS_ANY_A_1","features":[382]},{"name":"DIAXIS_ANY_A_2","features":[382]},{"name":"DIAXIS_ANY_B_1","features":[382]},{"name":"DIAXIS_ANY_B_2","features":[382]},{"name":"DIAXIS_ANY_C_1","features":[382]},{"name":"DIAXIS_ANY_C_2","features":[382]},{"name":"DIAXIS_ANY_R_1","features":[382]},{"name":"DIAXIS_ANY_R_2","features":[382]},{"name":"DIAXIS_ANY_S_1","features":[382]},{"name":"DIAXIS_ANY_S_2","features":[382]},{"name":"DIAXIS_ANY_U_1","features":[382]},{"name":"DIAXIS_ANY_U_2","features":[382]},{"name":"DIAXIS_ANY_V_1","features":[382]},{"name":"DIAXIS_ANY_V_2","features":[382]},{"name":"DIAXIS_ANY_X_1","features":[382]},{"name":"DIAXIS_ANY_X_2","features":[382]},{"name":"DIAXIS_ANY_Y_1","features":[382]},{"name":"DIAXIS_ANY_Y_2","features":[382]},{"name":"DIAXIS_ANY_Z_1","features":[382]},{"name":"DIAXIS_ANY_Z_2","features":[382]},{"name":"DIAXIS_ARCADEP_LATERAL","features":[382]},{"name":"DIAXIS_ARCADEP_MOVE","features":[382]},{"name":"DIAXIS_ARCADES_LATERAL","features":[382]},{"name":"DIAXIS_ARCADES_MOVE","features":[382]},{"name":"DIAXIS_BASEBALLB_LATERAL","features":[382]},{"name":"DIAXIS_BASEBALLB_MOVE","features":[382]},{"name":"DIAXIS_BASEBALLF_LATERAL","features":[382]},{"name":"DIAXIS_BASEBALLF_MOVE","features":[382]},{"name":"DIAXIS_BASEBALLP_LATERAL","features":[382]},{"name":"DIAXIS_BASEBALLP_MOVE","features":[382]},{"name":"DIAXIS_BBALLD_LATERAL","features":[382]},{"name":"DIAXIS_BBALLD_MOVE","features":[382]},{"name":"DIAXIS_BBALLO_LATERAL","features":[382]},{"name":"DIAXIS_BBALLO_MOVE","features":[382]},{"name":"DIAXIS_BIKINGM_BRAKE","features":[382]},{"name":"DIAXIS_BIKINGM_PEDAL","features":[382]},{"name":"DIAXIS_BIKINGM_TURN","features":[382]},{"name":"DIAXIS_BROWSER_LATERAL","features":[382]},{"name":"DIAXIS_BROWSER_MOVE","features":[382]},{"name":"DIAXIS_BROWSER_VIEW","features":[382]},{"name":"DIAXIS_CADF_INOUT","features":[382]},{"name":"DIAXIS_CADF_LATERAL","features":[382]},{"name":"DIAXIS_CADF_MOVE","features":[382]},{"name":"DIAXIS_CADF_ROTATEX","features":[382]},{"name":"DIAXIS_CADF_ROTATEY","features":[382]},{"name":"DIAXIS_CADF_ROTATEZ","features":[382]},{"name":"DIAXIS_CADM_INOUT","features":[382]},{"name":"DIAXIS_CADM_LATERAL","features":[382]},{"name":"DIAXIS_CADM_MOVE","features":[382]},{"name":"DIAXIS_CADM_ROTATEX","features":[382]},{"name":"DIAXIS_CADM_ROTATEY","features":[382]},{"name":"DIAXIS_CADM_ROTATEZ","features":[382]},{"name":"DIAXIS_DRIVINGC_ACCELERATE","features":[382]},{"name":"DIAXIS_DRIVINGC_ACCEL_AND_BRAKE","features":[382]},{"name":"DIAXIS_DRIVINGC_BRAKE","features":[382]},{"name":"DIAXIS_DRIVINGC_STEER","features":[382]},{"name":"DIAXIS_DRIVINGR_ACCELERATE","features":[382]},{"name":"DIAXIS_DRIVINGR_ACCEL_AND_BRAKE","features":[382]},{"name":"DIAXIS_DRIVINGR_BRAKE","features":[382]},{"name":"DIAXIS_DRIVINGR_STEER","features":[382]},{"name":"DIAXIS_DRIVINGT_ACCELERATE","features":[382]},{"name":"DIAXIS_DRIVINGT_ACCEL_AND_BRAKE","features":[382]},{"name":"DIAXIS_DRIVINGT_BARREL","features":[382]},{"name":"DIAXIS_DRIVINGT_BRAKE","features":[382]},{"name":"DIAXIS_DRIVINGT_ROTATE","features":[382]},{"name":"DIAXIS_DRIVINGT_STEER","features":[382]},{"name":"DIAXIS_FIGHTINGH_LATERAL","features":[382]},{"name":"DIAXIS_FIGHTINGH_MOVE","features":[382]},{"name":"DIAXIS_FIGHTINGH_ROTATE","features":[382]},{"name":"DIAXIS_FISHING_LATERAL","features":[382]},{"name":"DIAXIS_FISHING_MOVE","features":[382]},{"name":"DIAXIS_FISHING_ROTATE","features":[382]},{"name":"DIAXIS_FLYINGC_BANK","features":[382]},{"name":"DIAXIS_FLYINGC_BRAKE","features":[382]},{"name":"DIAXIS_FLYINGC_FLAPS","features":[382]},{"name":"DIAXIS_FLYINGC_PITCH","features":[382]},{"name":"DIAXIS_FLYINGC_RUDDER","features":[382]},{"name":"DIAXIS_FLYINGC_THROTTLE","features":[382]},{"name":"DIAXIS_FLYINGH_BANK","features":[382]},{"name":"DIAXIS_FLYINGH_COLLECTIVE","features":[382]},{"name":"DIAXIS_FLYINGH_PITCH","features":[382]},{"name":"DIAXIS_FLYINGH_THROTTLE","features":[382]},{"name":"DIAXIS_FLYINGH_TORQUE","features":[382]},{"name":"DIAXIS_FLYINGM_BANK","features":[382]},{"name":"DIAXIS_FLYINGM_BRAKE","features":[382]},{"name":"DIAXIS_FLYINGM_FLAPS","features":[382]},{"name":"DIAXIS_FLYINGM_PITCH","features":[382]},{"name":"DIAXIS_FLYINGM_RUDDER","features":[382]},{"name":"DIAXIS_FLYINGM_THROTTLE","features":[382]},{"name":"DIAXIS_FOOTBALLD_LATERAL","features":[382]},{"name":"DIAXIS_FOOTBALLD_MOVE","features":[382]},{"name":"DIAXIS_FOOTBALLO_LATERAL","features":[382]},{"name":"DIAXIS_FOOTBALLO_MOVE","features":[382]},{"name":"DIAXIS_FOOTBALLQ_LATERAL","features":[382]},{"name":"DIAXIS_FOOTBALLQ_MOVE","features":[382]},{"name":"DIAXIS_FPS_LOOKUPDOWN","features":[382]},{"name":"DIAXIS_FPS_MOVE","features":[382]},{"name":"DIAXIS_FPS_ROTATE","features":[382]},{"name":"DIAXIS_FPS_SIDESTEP","features":[382]},{"name":"DIAXIS_GOLF_LATERAL","features":[382]},{"name":"DIAXIS_GOLF_MOVE","features":[382]},{"name":"DIAXIS_HOCKEYD_LATERAL","features":[382]},{"name":"DIAXIS_HOCKEYD_MOVE","features":[382]},{"name":"DIAXIS_HOCKEYG_LATERAL","features":[382]},{"name":"DIAXIS_HOCKEYG_MOVE","features":[382]},{"name":"DIAXIS_HOCKEYO_LATERAL","features":[382]},{"name":"DIAXIS_HOCKEYO_MOVE","features":[382]},{"name":"DIAXIS_HUNTING_LATERAL","features":[382]},{"name":"DIAXIS_HUNTING_MOVE","features":[382]},{"name":"DIAXIS_HUNTING_ROTATE","features":[382]},{"name":"DIAXIS_MECHA_ROTATE","features":[382]},{"name":"DIAXIS_MECHA_STEER","features":[382]},{"name":"DIAXIS_MECHA_THROTTLE","features":[382]},{"name":"DIAXIS_MECHA_TORSO","features":[382]},{"name":"DIAXIS_RACQUET_LATERAL","features":[382]},{"name":"DIAXIS_RACQUET_MOVE","features":[382]},{"name":"DIAXIS_REMOTE_SLIDER","features":[382]},{"name":"DIAXIS_REMOTE_SLIDER2","features":[382]},{"name":"DIAXIS_SKIING_SPEED","features":[382]},{"name":"DIAXIS_SKIING_TURN","features":[382]},{"name":"DIAXIS_SOCCERD_LATERAL","features":[382]},{"name":"DIAXIS_SOCCERD_MOVE","features":[382]},{"name":"DIAXIS_SOCCERO_BEND","features":[382]},{"name":"DIAXIS_SOCCERO_LATERAL","features":[382]},{"name":"DIAXIS_SOCCERO_MOVE","features":[382]},{"name":"DIAXIS_SPACESIM_CLIMB","features":[382]},{"name":"DIAXIS_SPACESIM_LATERAL","features":[382]},{"name":"DIAXIS_SPACESIM_MOVE","features":[382]},{"name":"DIAXIS_SPACESIM_ROTATE","features":[382]},{"name":"DIAXIS_SPACESIM_THROTTLE","features":[382]},{"name":"DIAXIS_STRATEGYR_LATERAL","features":[382]},{"name":"DIAXIS_STRATEGYR_MOVE","features":[382]},{"name":"DIAXIS_STRATEGYR_ROTATE","features":[382]},{"name":"DIAXIS_STRATEGYT_LATERAL","features":[382]},{"name":"DIAXIS_STRATEGYT_MOVE","features":[382]},{"name":"DIAXIS_TPS_MOVE","features":[382]},{"name":"DIAXIS_TPS_STEP","features":[382]},{"name":"DIAXIS_TPS_TURN","features":[382]},{"name":"DIA_APPFIXED","features":[382]},{"name":"DIA_APPMAPPED","features":[382]},{"name":"DIA_APPNOMAP","features":[382]},{"name":"DIA_FORCEFEEDBACK","features":[382]},{"name":"DIA_NORANGE","features":[382]},{"name":"DIBUTTON_2DCONTROL_DEVICE","features":[382]},{"name":"DIBUTTON_2DCONTROL_DISPLAY","features":[382]},{"name":"DIBUTTON_2DCONTROL_MENU","features":[382]},{"name":"DIBUTTON_2DCONTROL_PAUSE","features":[382]},{"name":"DIBUTTON_2DCONTROL_SELECT","features":[382]},{"name":"DIBUTTON_2DCONTROL_SPECIAL","features":[382]},{"name":"DIBUTTON_2DCONTROL_SPECIAL1","features":[382]},{"name":"DIBUTTON_2DCONTROL_SPECIAL2","features":[382]},{"name":"DIBUTTON_3DCONTROL_DEVICE","features":[382]},{"name":"DIBUTTON_3DCONTROL_DISPLAY","features":[382]},{"name":"DIBUTTON_3DCONTROL_MENU","features":[382]},{"name":"DIBUTTON_3DCONTROL_PAUSE","features":[382]},{"name":"DIBUTTON_3DCONTROL_SELECT","features":[382]},{"name":"DIBUTTON_3DCONTROL_SPECIAL","features":[382]},{"name":"DIBUTTON_3DCONTROL_SPECIAL1","features":[382]},{"name":"DIBUTTON_3DCONTROL_SPECIAL2","features":[382]},{"name":"DIBUTTON_ARCADEP_BACK_LINK","features":[382]},{"name":"DIBUTTON_ARCADEP_CROUCH","features":[382]},{"name":"DIBUTTON_ARCADEP_DEVICE","features":[382]},{"name":"DIBUTTON_ARCADEP_FIRE","features":[382]},{"name":"DIBUTTON_ARCADEP_FIRESECONDARY","features":[382]},{"name":"DIBUTTON_ARCADEP_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_ARCADEP_JUMP","features":[382]},{"name":"DIBUTTON_ARCADEP_LEFT_LINK","features":[382]},{"name":"DIBUTTON_ARCADEP_MENU","features":[382]},{"name":"DIBUTTON_ARCADEP_PAUSE","features":[382]},{"name":"DIBUTTON_ARCADEP_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_ARCADEP_SELECT","features":[382]},{"name":"DIBUTTON_ARCADEP_SPECIAL","features":[382]},{"name":"DIBUTTON_ARCADEP_VIEW_DOWN_LINK","features":[382]},{"name":"DIBUTTON_ARCADEP_VIEW_LEFT_LINK","features":[382]},{"name":"DIBUTTON_ARCADEP_VIEW_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_ARCADEP_VIEW_UP_LINK","features":[382]},{"name":"DIBUTTON_ARCADES_ATTACK","features":[382]},{"name":"DIBUTTON_ARCADES_BACK_LINK","features":[382]},{"name":"DIBUTTON_ARCADES_CARRY","features":[382]},{"name":"DIBUTTON_ARCADES_DEVICE","features":[382]},{"name":"DIBUTTON_ARCADES_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_ARCADES_LEFT_LINK","features":[382]},{"name":"DIBUTTON_ARCADES_MENU","features":[382]},{"name":"DIBUTTON_ARCADES_PAUSE","features":[382]},{"name":"DIBUTTON_ARCADES_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_ARCADES_SELECT","features":[382]},{"name":"DIBUTTON_ARCADES_SPECIAL","features":[382]},{"name":"DIBUTTON_ARCADES_THROW","features":[382]},{"name":"DIBUTTON_ARCADES_VIEW_DOWN_LINK","features":[382]},{"name":"DIBUTTON_ARCADES_VIEW_LEFT_LINK","features":[382]},{"name":"DIBUTTON_ARCADES_VIEW_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_ARCADES_VIEW_UP_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLB_BACK_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLB_BOX","features":[382]},{"name":"DIBUTTON_BASEBALLB_BUNT","features":[382]},{"name":"DIBUTTON_BASEBALLB_BURST","features":[382]},{"name":"DIBUTTON_BASEBALLB_CONTACT","features":[382]},{"name":"DIBUTTON_BASEBALLB_DEVICE","features":[382]},{"name":"DIBUTTON_BASEBALLB_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLB_LEFT_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLB_MENU","features":[382]},{"name":"DIBUTTON_BASEBALLB_NORMAL","features":[382]},{"name":"DIBUTTON_BASEBALLB_NOSTEAL","features":[382]},{"name":"DIBUTTON_BASEBALLB_PAUSE","features":[382]},{"name":"DIBUTTON_BASEBALLB_POWER","features":[382]},{"name":"DIBUTTON_BASEBALLB_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLB_SELECT","features":[382]},{"name":"DIBUTTON_BASEBALLB_SLIDE","features":[382]},{"name":"DIBUTTON_BASEBALLB_STEAL","features":[382]},{"name":"DIBUTTON_BASEBALLF_AIM_LEFT_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLF_AIM_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLF_BACK_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLF_BURST","features":[382]},{"name":"DIBUTTON_BASEBALLF_DEVICE","features":[382]},{"name":"DIBUTTON_BASEBALLF_DIVE","features":[382]},{"name":"DIBUTTON_BASEBALLF_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLF_JUMP","features":[382]},{"name":"DIBUTTON_BASEBALLF_MENU","features":[382]},{"name":"DIBUTTON_BASEBALLF_NEAREST","features":[382]},{"name":"DIBUTTON_BASEBALLF_PAUSE","features":[382]},{"name":"DIBUTTON_BASEBALLF_SHIFTIN","features":[382]},{"name":"DIBUTTON_BASEBALLF_SHIFTOUT","features":[382]},{"name":"DIBUTTON_BASEBALLF_THROW1","features":[382]},{"name":"DIBUTTON_BASEBALLF_THROW2","features":[382]},{"name":"DIBUTTON_BASEBALLP_BACK_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLP_BASE","features":[382]},{"name":"DIBUTTON_BASEBALLP_DEVICE","features":[382]},{"name":"DIBUTTON_BASEBALLP_FAKE","features":[382]},{"name":"DIBUTTON_BASEBALLP_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLP_LEFT_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLP_LOOK","features":[382]},{"name":"DIBUTTON_BASEBALLP_MENU","features":[382]},{"name":"DIBUTTON_BASEBALLP_PAUSE","features":[382]},{"name":"DIBUTTON_BASEBALLP_PITCH","features":[382]},{"name":"DIBUTTON_BASEBALLP_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_BASEBALLP_SELECT","features":[382]},{"name":"DIBUTTON_BASEBALLP_THROW","features":[382]},{"name":"DIBUTTON_BASEBALLP_WALK","features":[382]},{"name":"DIBUTTON_BBALLD_BACK_LINK","features":[382]},{"name":"DIBUTTON_BBALLD_BURST","features":[382]},{"name":"DIBUTTON_BBALLD_DEVICE","features":[382]},{"name":"DIBUTTON_BBALLD_FAKE","features":[382]},{"name":"DIBUTTON_BBALLD_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_BBALLD_JUMP","features":[382]},{"name":"DIBUTTON_BBALLD_LEFT_LINK","features":[382]},{"name":"DIBUTTON_BBALLD_MENU","features":[382]},{"name":"DIBUTTON_BBALLD_PAUSE","features":[382]},{"name":"DIBUTTON_BBALLD_PLAY","features":[382]},{"name":"DIBUTTON_BBALLD_PLAYER","features":[382]},{"name":"DIBUTTON_BBALLD_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_BBALLD_SPECIAL","features":[382]},{"name":"DIBUTTON_BBALLD_STEAL","features":[382]},{"name":"DIBUTTON_BBALLD_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_BBALLD_TIMEOUT","features":[382]},{"name":"DIBUTTON_BBALLO_BACK_LINK","features":[382]},{"name":"DIBUTTON_BBALLO_BURST","features":[382]},{"name":"DIBUTTON_BBALLO_CALL","features":[382]},{"name":"DIBUTTON_BBALLO_DEVICE","features":[382]},{"name":"DIBUTTON_BBALLO_DUNK","features":[382]},{"name":"DIBUTTON_BBALLO_FAKE","features":[382]},{"name":"DIBUTTON_BBALLO_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_BBALLO_JAB","features":[382]},{"name":"DIBUTTON_BBALLO_LEFT_LINK","features":[382]},{"name":"DIBUTTON_BBALLO_MENU","features":[382]},{"name":"DIBUTTON_BBALLO_PASS","features":[382]},{"name":"DIBUTTON_BBALLO_PAUSE","features":[382]},{"name":"DIBUTTON_BBALLO_PLAY","features":[382]},{"name":"DIBUTTON_BBALLO_PLAYER","features":[382]},{"name":"DIBUTTON_BBALLO_POST","features":[382]},{"name":"DIBUTTON_BBALLO_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_BBALLO_SCREEN","features":[382]},{"name":"DIBUTTON_BBALLO_SHOOT","features":[382]},{"name":"DIBUTTON_BBALLO_SPECIAL","features":[382]},{"name":"DIBUTTON_BBALLO_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_BBALLO_TIMEOUT","features":[382]},{"name":"DIBUTTON_BIKINGM_BRAKE_BUTTON_LINK","features":[382]},{"name":"DIBUTTON_BIKINGM_CAMERA","features":[382]},{"name":"DIBUTTON_BIKINGM_DEVICE","features":[382]},{"name":"DIBUTTON_BIKINGM_FASTER_LINK","features":[382]},{"name":"DIBUTTON_BIKINGM_JUMP","features":[382]},{"name":"DIBUTTON_BIKINGM_LEFT_LINK","features":[382]},{"name":"DIBUTTON_BIKINGM_MENU","features":[382]},{"name":"DIBUTTON_BIKINGM_PAUSE","features":[382]},{"name":"DIBUTTON_BIKINGM_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_BIKINGM_SELECT","features":[382]},{"name":"DIBUTTON_BIKINGM_SLOWER_LINK","features":[382]},{"name":"DIBUTTON_BIKINGM_SPECIAL1","features":[382]},{"name":"DIBUTTON_BIKINGM_SPECIAL2","features":[382]},{"name":"DIBUTTON_BIKINGM_ZOOM","features":[382]},{"name":"DIBUTTON_BROWSER_DEVICE","features":[382]},{"name":"DIBUTTON_BROWSER_FAVORITES","features":[382]},{"name":"DIBUTTON_BROWSER_HISTORY","features":[382]},{"name":"DIBUTTON_BROWSER_HOME","features":[382]},{"name":"DIBUTTON_BROWSER_MENU","features":[382]},{"name":"DIBUTTON_BROWSER_NEXT","features":[382]},{"name":"DIBUTTON_BROWSER_PAUSE","features":[382]},{"name":"DIBUTTON_BROWSER_PREVIOUS","features":[382]},{"name":"DIBUTTON_BROWSER_PRINT","features":[382]},{"name":"DIBUTTON_BROWSER_REFRESH","features":[382]},{"name":"DIBUTTON_BROWSER_SEARCH","features":[382]},{"name":"DIBUTTON_BROWSER_SELECT","features":[382]},{"name":"DIBUTTON_BROWSER_STOP","features":[382]},{"name":"DIBUTTON_CADF_DEVICE","features":[382]},{"name":"DIBUTTON_CADF_DISPLAY","features":[382]},{"name":"DIBUTTON_CADF_MENU","features":[382]},{"name":"DIBUTTON_CADF_PAUSE","features":[382]},{"name":"DIBUTTON_CADF_SELECT","features":[382]},{"name":"DIBUTTON_CADF_SPECIAL","features":[382]},{"name":"DIBUTTON_CADF_SPECIAL1","features":[382]},{"name":"DIBUTTON_CADF_SPECIAL2","features":[382]},{"name":"DIBUTTON_CADM_DEVICE","features":[382]},{"name":"DIBUTTON_CADM_DISPLAY","features":[382]},{"name":"DIBUTTON_CADM_MENU","features":[382]},{"name":"DIBUTTON_CADM_PAUSE","features":[382]},{"name":"DIBUTTON_CADM_SELECT","features":[382]},{"name":"DIBUTTON_CADM_SPECIAL","features":[382]},{"name":"DIBUTTON_CADM_SPECIAL1","features":[382]},{"name":"DIBUTTON_CADM_SPECIAL2","features":[382]},{"name":"DIBUTTON_DRIVINGC_ACCELERATE_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGC_AIDS","features":[382]},{"name":"DIBUTTON_DRIVINGC_BRAKE","features":[382]},{"name":"DIBUTTON_DRIVINGC_DASHBOARD","features":[382]},{"name":"DIBUTTON_DRIVINGC_DEVICE","features":[382]},{"name":"DIBUTTON_DRIVINGC_FIRE","features":[382]},{"name":"DIBUTTON_DRIVINGC_FIRESECONDARY","features":[382]},{"name":"DIBUTTON_DRIVINGC_GLANCE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGC_GLANCE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGC_MENU","features":[382]},{"name":"DIBUTTON_DRIVINGC_PAUSE","features":[382]},{"name":"DIBUTTON_DRIVINGC_SHIFTDOWN","features":[382]},{"name":"DIBUTTON_DRIVINGC_SHIFTUP","features":[382]},{"name":"DIBUTTON_DRIVINGC_STEER_LEFT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGC_STEER_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGC_TARGET","features":[382]},{"name":"DIBUTTON_DRIVINGC_WEAPONS","features":[382]},{"name":"DIBUTTON_DRIVINGR_ACCELERATE_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGR_AIDS","features":[382]},{"name":"DIBUTTON_DRIVINGR_BOOST","features":[382]},{"name":"DIBUTTON_DRIVINGR_BRAKE","features":[382]},{"name":"DIBUTTON_DRIVINGR_DASHBOARD","features":[382]},{"name":"DIBUTTON_DRIVINGR_DEVICE","features":[382]},{"name":"DIBUTTON_DRIVINGR_GLANCE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGR_GLANCE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGR_MAP","features":[382]},{"name":"DIBUTTON_DRIVINGR_MENU","features":[382]},{"name":"DIBUTTON_DRIVINGR_PAUSE","features":[382]},{"name":"DIBUTTON_DRIVINGR_PIT","features":[382]},{"name":"DIBUTTON_DRIVINGR_SHIFTDOWN","features":[382]},{"name":"DIBUTTON_DRIVINGR_SHIFTUP","features":[382]},{"name":"DIBUTTON_DRIVINGR_STEER_LEFT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGR_STEER_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGR_VIEW","features":[382]},{"name":"DIBUTTON_DRIVINGT_ACCELERATE_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGT_BARREL_DOWN_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGT_BARREL_UP_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGT_BRAKE","features":[382]},{"name":"DIBUTTON_DRIVINGT_DASHBOARD","features":[382]},{"name":"DIBUTTON_DRIVINGT_DEVICE","features":[382]},{"name":"DIBUTTON_DRIVINGT_FIRE","features":[382]},{"name":"DIBUTTON_DRIVINGT_FIRESECONDARY","features":[382]},{"name":"DIBUTTON_DRIVINGT_GLANCE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGT_GLANCE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGT_MENU","features":[382]},{"name":"DIBUTTON_DRIVINGT_PAUSE","features":[382]},{"name":"DIBUTTON_DRIVINGT_ROTATE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGT_ROTATE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGT_STEER_LEFT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGT_STEER_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_DRIVINGT_TARGET","features":[382]},{"name":"DIBUTTON_DRIVINGT_VIEW","features":[382]},{"name":"DIBUTTON_DRIVINGT_WEAPONS","features":[382]},{"name":"DIBUTTON_FIGHTINGH_BACKWARD_LINK","features":[382]},{"name":"DIBUTTON_FIGHTINGH_BLOCK","features":[382]},{"name":"DIBUTTON_FIGHTINGH_CROUCH","features":[382]},{"name":"DIBUTTON_FIGHTINGH_DEVICE","features":[382]},{"name":"DIBUTTON_FIGHTINGH_DISPLAY","features":[382]},{"name":"DIBUTTON_FIGHTINGH_DODGE","features":[382]},{"name":"DIBUTTON_FIGHTINGH_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_FIGHTINGH_JUMP","features":[382]},{"name":"DIBUTTON_FIGHTINGH_KICK","features":[382]},{"name":"DIBUTTON_FIGHTINGH_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FIGHTINGH_MENU","features":[382]},{"name":"DIBUTTON_FIGHTINGH_PAUSE","features":[382]},{"name":"DIBUTTON_FIGHTINGH_PUNCH","features":[382]},{"name":"DIBUTTON_FIGHTINGH_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FIGHTINGH_SELECT","features":[382]},{"name":"DIBUTTON_FIGHTINGH_SPECIAL1","features":[382]},{"name":"DIBUTTON_FIGHTINGH_SPECIAL2","features":[382]},{"name":"DIBUTTON_FISHING_BACK_LINK","features":[382]},{"name":"DIBUTTON_FISHING_BAIT","features":[382]},{"name":"DIBUTTON_FISHING_BINOCULAR","features":[382]},{"name":"DIBUTTON_FISHING_CAST","features":[382]},{"name":"DIBUTTON_FISHING_CROUCH","features":[382]},{"name":"DIBUTTON_FISHING_DEVICE","features":[382]},{"name":"DIBUTTON_FISHING_DISPLAY","features":[382]},{"name":"DIBUTTON_FISHING_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_FISHING_JUMP","features":[382]},{"name":"DIBUTTON_FISHING_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FISHING_MAP","features":[382]},{"name":"DIBUTTON_FISHING_MENU","features":[382]},{"name":"DIBUTTON_FISHING_PAUSE","features":[382]},{"name":"DIBUTTON_FISHING_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FISHING_ROTATE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FISHING_ROTATE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FISHING_TYPE","features":[382]},{"name":"DIBUTTON_FLYINGC_BRAKE_LINK","features":[382]},{"name":"DIBUTTON_FLYINGC_DEVICE","features":[382]},{"name":"DIBUTTON_FLYINGC_DISPLAY","features":[382]},{"name":"DIBUTTON_FLYINGC_FASTER_LINK","features":[382]},{"name":"DIBUTTON_FLYINGC_FLAPSDOWN","features":[382]},{"name":"DIBUTTON_FLYINGC_FLAPSUP","features":[382]},{"name":"DIBUTTON_FLYINGC_GEAR","features":[382]},{"name":"DIBUTTON_FLYINGC_GLANCE_DOWN_LINK","features":[382]},{"name":"DIBUTTON_FLYINGC_GLANCE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FLYINGC_GLANCE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FLYINGC_GLANCE_UP_LINK","features":[382]},{"name":"DIBUTTON_FLYINGC_MENU","features":[382]},{"name":"DIBUTTON_FLYINGC_PAUSE","features":[382]},{"name":"DIBUTTON_FLYINGC_SLOWER_LINK","features":[382]},{"name":"DIBUTTON_FLYINGC_VIEW","features":[382]},{"name":"DIBUTTON_FLYINGH_COUNTER","features":[382]},{"name":"DIBUTTON_FLYINGH_DEVICE","features":[382]},{"name":"DIBUTTON_FLYINGH_FASTER_LINK","features":[382]},{"name":"DIBUTTON_FLYINGH_FIRE","features":[382]},{"name":"DIBUTTON_FLYINGH_FIRESECONDARY","features":[382]},{"name":"DIBUTTON_FLYINGH_GEAR","features":[382]},{"name":"DIBUTTON_FLYINGH_GLANCE_DOWN_LINK","features":[382]},{"name":"DIBUTTON_FLYINGH_GLANCE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FLYINGH_GLANCE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FLYINGH_GLANCE_UP_LINK","features":[382]},{"name":"DIBUTTON_FLYINGH_MENU","features":[382]},{"name":"DIBUTTON_FLYINGH_PAUSE","features":[382]},{"name":"DIBUTTON_FLYINGH_SLOWER_LINK","features":[382]},{"name":"DIBUTTON_FLYINGH_TARGET","features":[382]},{"name":"DIBUTTON_FLYINGH_VIEW","features":[382]},{"name":"DIBUTTON_FLYINGH_WEAPONS","features":[382]},{"name":"DIBUTTON_FLYINGM_BRAKE_LINK","features":[382]},{"name":"DIBUTTON_FLYINGM_COUNTER","features":[382]},{"name":"DIBUTTON_FLYINGM_DEVICE","features":[382]},{"name":"DIBUTTON_FLYINGM_DISPLAY","features":[382]},{"name":"DIBUTTON_FLYINGM_FASTER_LINK","features":[382]},{"name":"DIBUTTON_FLYINGM_FIRE","features":[382]},{"name":"DIBUTTON_FLYINGM_FIRESECONDARY","features":[382]},{"name":"DIBUTTON_FLYINGM_FLAPSDOWN","features":[382]},{"name":"DIBUTTON_FLYINGM_FLAPSUP","features":[382]},{"name":"DIBUTTON_FLYINGM_GEAR","features":[382]},{"name":"DIBUTTON_FLYINGM_GLANCE_DOWN_LINK","features":[382]},{"name":"DIBUTTON_FLYINGM_GLANCE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FLYINGM_GLANCE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FLYINGM_GLANCE_UP_LINK","features":[382]},{"name":"DIBUTTON_FLYINGM_MENU","features":[382]},{"name":"DIBUTTON_FLYINGM_PAUSE","features":[382]},{"name":"DIBUTTON_FLYINGM_SLOWER_LINK","features":[382]},{"name":"DIBUTTON_FLYINGM_TARGET","features":[382]},{"name":"DIBUTTON_FLYINGM_VIEW","features":[382]},{"name":"DIBUTTON_FLYINGM_WEAPONS","features":[382]},{"name":"DIBUTTON_FOOTBALLD_AUDIBLE","features":[382]},{"name":"DIBUTTON_FOOTBALLD_BACK_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLD_BULLRUSH","features":[382]},{"name":"DIBUTTON_FOOTBALLD_DEVICE","features":[382]},{"name":"DIBUTTON_FOOTBALLD_FAKE","features":[382]},{"name":"DIBUTTON_FOOTBALLD_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLD_JUMP","features":[382]},{"name":"DIBUTTON_FOOTBALLD_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLD_MENU","features":[382]},{"name":"DIBUTTON_FOOTBALLD_PAUSE","features":[382]},{"name":"DIBUTTON_FOOTBALLD_PLAY","features":[382]},{"name":"DIBUTTON_FOOTBALLD_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLD_RIP","features":[382]},{"name":"DIBUTTON_FOOTBALLD_SELECT","features":[382]},{"name":"DIBUTTON_FOOTBALLD_SPIN","features":[382]},{"name":"DIBUTTON_FOOTBALLD_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_FOOTBALLD_SUPERTACKLE","features":[382]},{"name":"DIBUTTON_FOOTBALLD_SWIM","features":[382]},{"name":"DIBUTTON_FOOTBALLD_TACKLE","features":[382]},{"name":"DIBUTTON_FOOTBALLD_ZOOM","features":[382]},{"name":"DIBUTTON_FOOTBALLO_BACK_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLO_DEVICE","features":[382]},{"name":"DIBUTTON_FOOTBALLO_DIVE","features":[382]},{"name":"DIBUTTON_FOOTBALLO_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLO_JUKE","features":[382]},{"name":"DIBUTTON_FOOTBALLO_JUMP","features":[382]},{"name":"DIBUTTON_FOOTBALLO_LEFTARM","features":[382]},{"name":"DIBUTTON_FOOTBALLO_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLO_MENU","features":[382]},{"name":"DIBUTTON_FOOTBALLO_PAUSE","features":[382]},{"name":"DIBUTTON_FOOTBALLO_RIGHTARM","features":[382]},{"name":"DIBUTTON_FOOTBALLO_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLO_SHOULDER","features":[382]},{"name":"DIBUTTON_FOOTBALLO_SPIN","features":[382]},{"name":"DIBUTTON_FOOTBALLO_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_FOOTBALLO_THROW","features":[382]},{"name":"DIBUTTON_FOOTBALLO_TURBO","features":[382]},{"name":"DIBUTTON_FOOTBALLO_ZOOM","features":[382]},{"name":"DIBUTTON_FOOTBALLP_DEVICE","features":[382]},{"name":"DIBUTTON_FOOTBALLP_HELP","features":[382]},{"name":"DIBUTTON_FOOTBALLP_MENU","features":[382]},{"name":"DIBUTTON_FOOTBALLP_PAUSE","features":[382]},{"name":"DIBUTTON_FOOTBALLP_PLAY","features":[382]},{"name":"DIBUTTON_FOOTBALLP_SELECT","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_AUDIBLE","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_BACK_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_DEVICE","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_FAKE","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_FAKESNAP","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_JUMP","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_MENU","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_MOTION","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_PASS","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_PAUSE","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_SELECT","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_SLIDE","features":[382]},{"name":"DIBUTTON_FOOTBALLQ_SNAP","features":[382]},{"name":"DIBUTTON_FPS_APPLY","features":[382]},{"name":"DIBUTTON_FPS_BACKWARD_LINK","features":[382]},{"name":"DIBUTTON_FPS_CROUCH","features":[382]},{"name":"DIBUTTON_FPS_DEVICE","features":[382]},{"name":"DIBUTTON_FPS_DISPLAY","features":[382]},{"name":"DIBUTTON_FPS_DODGE","features":[382]},{"name":"DIBUTTON_FPS_FIRE","features":[382]},{"name":"DIBUTTON_FPS_FIRESECONDARY","features":[382]},{"name":"DIBUTTON_FPS_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_FPS_GLANCEL","features":[382]},{"name":"DIBUTTON_FPS_GLANCER","features":[382]},{"name":"DIBUTTON_FPS_GLANCE_DOWN_LINK","features":[382]},{"name":"DIBUTTON_FPS_GLANCE_UP_LINK","features":[382]},{"name":"DIBUTTON_FPS_JUMP","features":[382]},{"name":"DIBUTTON_FPS_MENU","features":[382]},{"name":"DIBUTTON_FPS_PAUSE","features":[382]},{"name":"DIBUTTON_FPS_ROTATE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FPS_ROTATE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FPS_SELECT","features":[382]},{"name":"DIBUTTON_FPS_STEP_LEFT_LINK","features":[382]},{"name":"DIBUTTON_FPS_STEP_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_FPS_STRAFE","features":[382]},{"name":"DIBUTTON_FPS_WEAPONS","features":[382]},{"name":"DIBUTTON_GOLF_BACK_LINK","features":[382]},{"name":"DIBUTTON_GOLF_DEVICE","features":[382]},{"name":"DIBUTTON_GOLF_DOWN","features":[382]},{"name":"DIBUTTON_GOLF_FLYBY","features":[382]},{"name":"DIBUTTON_GOLF_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_GOLF_LEFT_LINK","features":[382]},{"name":"DIBUTTON_GOLF_MENU","features":[382]},{"name":"DIBUTTON_GOLF_PAUSE","features":[382]},{"name":"DIBUTTON_GOLF_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_GOLF_SELECT","features":[382]},{"name":"DIBUTTON_GOLF_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_GOLF_SWING","features":[382]},{"name":"DIBUTTON_GOLF_TERRAIN","features":[382]},{"name":"DIBUTTON_GOLF_TIMEOUT","features":[382]},{"name":"DIBUTTON_GOLF_UP","features":[382]},{"name":"DIBUTTON_GOLF_ZOOM","features":[382]},{"name":"DIBUTTON_HOCKEYD_BACK_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYD_BLOCK","features":[382]},{"name":"DIBUTTON_HOCKEYD_BURST","features":[382]},{"name":"DIBUTTON_HOCKEYD_DEVICE","features":[382]},{"name":"DIBUTTON_HOCKEYD_FAKE","features":[382]},{"name":"DIBUTTON_HOCKEYD_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYD_LEFT_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYD_MENU","features":[382]},{"name":"DIBUTTON_HOCKEYD_PAUSE","features":[382]},{"name":"DIBUTTON_HOCKEYD_PLAYER","features":[382]},{"name":"DIBUTTON_HOCKEYD_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYD_STEAL","features":[382]},{"name":"DIBUTTON_HOCKEYD_STRATEGY","features":[382]},{"name":"DIBUTTON_HOCKEYD_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_HOCKEYD_TIMEOUT","features":[382]},{"name":"DIBUTTON_HOCKEYD_ZOOM","features":[382]},{"name":"DIBUTTON_HOCKEYG_BACK_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYG_BLOCK","features":[382]},{"name":"DIBUTTON_HOCKEYG_DEVICE","features":[382]},{"name":"DIBUTTON_HOCKEYG_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYG_LEFT_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYG_MENU","features":[382]},{"name":"DIBUTTON_HOCKEYG_PASS","features":[382]},{"name":"DIBUTTON_HOCKEYG_PAUSE","features":[382]},{"name":"DIBUTTON_HOCKEYG_POKE","features":[382]},{"name":"DIBUTTON_HOCKEYG_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYG_STEAL","features":[382]},{"name":"DIBUTTON_HOCKEYG_STRATEGY","features":[382]},{"name":"DIBUTTON_HOCKEYG_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_HOCKEYG_TIMEOUT","features":[382]},{"name":"DIBUTTON_HOCKEYG_ZOOM","features":[382]},{"name":"DIBUTTON_HOCKEYO_BACK_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYO_BURST","features":[382]},{"name":"DIBUTTON_HOCKEYO_DEVICE","features":[382]},{"name":"DIBUTTON_HOCKEYO_FAKE","features":[382]},{"name":"DIBUTTON_HOCKEYO_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYO_LEFT_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYO_MENU","features":[382]},{"name":"DIBUTTON_HOCKEYO_PASS","features":[382]},{"name":"DIBUTTON_HOCKEYO_PAUSE","features":[382]},{"name":"DIBUTTON_HOCKEYO_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_HOCKEYO_SHOOT","features":[382]},{"name":"DIBUTTON_HOCKEYO_SPECIAL","features":[382]},{"name":"DIBUTTON_HOCKEYO_STRATEGY","features":[382]},{"name":"DIBUTTON_HOCKEYO_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_HOCKEYO_TIMEOUT","features":[382]},{"name":"DIBUTTON_HOCKEYO_ZOOM","features":[382]},{"name":"DIBUTTON_HUNTING_AIM","features":[382]},{"name":"DIBUTTON_HUNTING_BACK_LINK","features":[382]},{"name":"DIBUTTON_HUNTING_BINOCULAR","features":[382]},{"name":"DIBUTTON_HUNTING_CALL","features":[382]},{"name":"DIBUTTON_HUNTING_CROUCH","features":[382]},{"name":"DIBUTTON_HUNTING_DEVICE","features":[382]},{"name":"DIBUTTON_HUNTING_DISPLAY","features":[382]},{"name":"DIBUTTON_HUNTING_FIRE","features":[382]},{"name":"DIBUTTON_HUNTING_FIRESECONDARY","features":[382]},{"name":"DIBUTTON_HUNTING_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_HUNTING_JUMP","features":[382]},{"name":"DIBUTTON_HUNTING_LEFT_LINK","features":[382]},{"name":"DIBUTTON_HUNTING_MAP","features":[382]},{"name":"DIBUTTON_HUNTING_MENU","features":[382]},{"name":"DIBUTTON_HUNTING_PAUSE","features":[382]},{"name":"DIBUTTON_HUNTING_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_HUNTING_ROTATE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_HUNTING_ROTATE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_HUNTING_SPECIAL","features":[382]},{"name":"DIBUTTON_HUNTING_WEAPON","features":[382]},{"name":"DIBUTTON_MECHA_BACK_LINK","features":[382]},{"name":"DIBUTTON_MECHA_CENTER","features":[382]},{"name":"DIBUTTON_MECHA_DEVICE","features":[382]},{"name":"DIBUTTON_MECHA_FASTER_LINK","features":[382]},{"name":"DIBUTTON_MECHA_FIRE","features":[382]},{"name":"DIBUTTON_MECHA_FIRESECONDARY","features":[382]},{"name":"DIBUTTON_MECHA_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_MECHA_JUMP","features":[382]},{"name":"DIBUTTON_MECHA_LEFT_LINK","features":[382]},{"name":"DIBUTTON_MECHA_MENU","features":[382]},{"name":"DIBUTTON_MECHA_PAUSE","features":[382]},{"name":"DIBUTTON_MECHA_REVERSE","features":[382]},{"name":"DIBUTTON_MECHA_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_MECHA_ROTATE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_MECHA_ROTATE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_MECHA_SLOWER_LINK","features":[382]},{"name":"DIBUTTON_MECHA_TARGET","features":[382]},{"name":"DIBUTTON_MECHA_VIEW","features":[382]},{"name":"DIBUTTON_MECHA_WEAPONS","features":[382]},{"name":"DIBUTTON_MECHA_ZOOM","features":[382]},{"name":"DIBUTTON_RACQUET_BACKSWING","features":[382]},{"name":"DIBUTTON_RACQUET_BACK_LINK","features":[382]},{"name":"DIBUTTON_RACQUET_DEVICE","features":[382]},{"name":"DIBUTTON_RACQUET_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_RACQUET_LEFT_LINK","features":[382]},{"name":"DIBUTTON_RACQUET_MENU","features":[382]},{"name":"DIBUTTON_RACQUET_PAUSE","features":[382]},{"name":"DIBUTTON_RACQUET_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_RACQUET_SELECT","features":[382]},{"name":"DIBUTTON_RACQUET_SMASH","features":[382]},{"name":"DIBUTTON_RACQUET_SPECIAL","features":[382]},{"name":"DIBUTTON_RACQUET_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_RACQUET_SWING","features":[382]},{"name":"DIBUTTON_RACQUET_TIMEOUT","features":[382]},{"name":"DIBUTTON_REMOTE_ADJUST","features":[382]},{"name":"DIBUTTON_REMOTE_CABLE","features":[382]},{"name":"DIBUTTON_REMOTE_CD","features":[382]},{"name":"DIBUTTON_REMOTE_CHANGE","features":[382]},{"name":"DIBUTTON_REMOTE_CUE","features":[382]},{"name":"DIBUTTON_REMOTE_DEVICE","features":[382]},{"name":"DIBUTTON_REMOTE_DIGIT0","features":[382]},{"name":"DIBUTTON_REMOTE_DIGIT1","features":[382]},{"name":"DIBUTTON_REMOTE_DIGIT2","features":[382]},{"name":"DIBUTTON_REMOTE_DIGIT3","features":[382]},{"name":"DIBUTTON_REMOTE_DIGIT4","features":[382]},{"name":"DIBUTTON_REMOTE_DIGIT5","features":[382]},{"name":"DIBUTTON_REMOTE_DIGIT6","features":[382]},{"name":"DIBUTTON_REMOTE_DIGIT7","features":[382]},{"name":"DIBUTTON_REMOTE_DIGIT8","features":[382]},{"name":"DIBUTTON_REMOTE_DIGIT9","features":[382]},{"name":"DIBUTTON_REMOTE_DVD","features":[382]},{"name":"DIBUTTON_REMOTE_MENU","features":[382]},{"name":"DIBUTTON_REMOTE_MUTE","features":[382]},{"name":"DIBUTTON_REMOTE_PAUSE","features":[382]},{"name":"DIBUTTON_REMOTE_PLAY","features":[382]},{"name":"DIBUTTON_REMOTE_RECORD","features":[382]},{"name":"DIBUTTON_REMOTE_REVIEW","features":[382]},{"name":"DIBUTTON_REMOTE_SELECT","features":[382]},{"name":"DIBUTTON_REMOTE_TUNER","features":[382]},{"name":"DIBUTTON_REMOTE_TV","features":[382]},{"name":"DIBUTTON_REMOTE_VCR","features":[382]},{"name":"DIBUTTON_SKIING_CAMERA","features":[382]},{"name":"DIBUTTON_SKIING_CROUCH","features":[382]},{"name":"DIBUTTON_SKIING_DEVICE","features":[382]},{"name":"DIBUTTON_SKIING_FASTER_LINK","features":[382]},{"name":"DIBUTTON_SKIING_JUMP","features":[382]},{"name":"DIBUTTON_SKIING_LEFT_LINK","features":[382]},{"name":"DIBUTTON_SKIING_MENU","features":[382]},{"name":"DIBUTTON_SKIING_PAUSE","features":[382]},{"name":"DIBUTTON_SKIING_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_SKIING_SELECT","features":[382]},{"name":"DIBUTTON_SKIING_SLOWER_LINK","features":[382]},{"name":"DIBUTTON_SKIING_SPECIAL1","features":[382]},{"name":"DIBUTTON_SKIING_SPECIAL2","features":[382]},{"name":"DIBUTTON_SKIING_ZOOM","features":[382]},{"name":"DIBUTTON_SOCCERD_BACK_LINK","features":[382]},{"name":"DIBUTTON_SOCCERD_BLOCK","features":[382]},{"name":"DIBUTTON_SOCCERD_CLEAR","features":[382]},{"name":"DIBUTTON_SOCCERD_DEVICE","features":[382]},{"name":"DIBUTTON_SOCCERD_FAKE","features":[382]},{"name":"DIBUTTON_SOCCERD_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_SOCCERD_FOUL","features":[382]},{"name":"DIBUTTON_SOCCERD_GOALIECHARGE","features":[382]},{"name":"DIBUTTON_SOCCERD_HEAD","features":[382]},{"name":"DIBUTTON_SOCCERD_LEFT_LINK","features":[382]},{"name":"DIBUTTON_SOCCERD_MENU","features":[382]},{"name":"DIBUTTON_SOCCERD_PAUSE","features":[382]},{"name":"DIBUTTON_SOCCERD_PLAYER","features":[382]},{"name":"DIBUTTON_SOCCERD_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_SOCCERD_SELECT","features":[382]},{"name":"DIBUTTON_SOCCERD_SLIDE","features":[382]},{"name":"DIBUTTON_SOCCERD_SPECIAL","features":[382]},{"name":"DIBUTTON_SOCCERD_STEAL","features":[382]},{"name":"DIBUTTON_SOCCERD_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_SOCCERO_BACK_LINK","features":[382]},{"name":"DIBUTTON_SOCCERO_CONTROL","features":[382]},{"name":"DIBUTTON_SOCCERO_DEVICE","features":[382]},{"name":"DIBUTTON_SOCCERO_FAKE","features":[382]},{"name":"DIBUTTON_SOCCERO_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_SOCCERO_HEAD","features":[382]},{"name":"DIBUTTON_SOCCERO_LEFT_LINK","features":[382]},{"name":"DIBUTTON_SOCCERO_MENU","features":[382]},{"name":"DIBUTTON_SOCCERO_PASS","features":[382]},{"name":"DIBUTTON_SOCCERO_PASSTHRU","features":[382]},{"name":"DIBUTTON_SOCCERO_PAUSE","features":[382]},{"name":"DIBUTTON_SOCCERO_PLAYER","features":[382]},{"name":"DIBUTTON_SOCCERO_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_SOCCERO_SELECT","features":[382]},{"name":"DIBUTTON_SOCCERO_SHOOT","features":[382]},{"name":"DIBUTTON_SOCCERO_SHOOTHIGH","features":[382]},{"name":"DIBUTTON_SOCCERO_SHOOTLOW","features":[382]},{"name":"DIBUTTON_SOCCERO_SPECIAL1","features":[382]},{"name":"DIBUTTON_SOCCERO_SPRINT","features":[382]},{"name":"DIBUTTON_SOCCERO_SUBSTITUTE","features":[382]},{"name":"DIBUTTON_SPACESIM_BACKWARD_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_DEVICE","features":[382]},{"name":"DIBUTTON_SPACESIM_DISPLAY","features":[382]},{"name":"DIBUTTON_SPACESIM_FASTER_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_FIRE","features":[382]},{"name":"DIBUTTON_SPACESIM_FIRESECONDARY","features":[382]},{"name":"DIBUTTON_SPACESIM_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_GEAR","features":[382]},{"name":"DIBUTTON_SPACESIM_GLANCE_DOWN_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_GLANCE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_GLANCE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_GLANCE_UP_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_LEFT_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_LOWER","features":[382]},{"name":"DIBUTTON_SPACESIM_MENU","features":[382]},{"name":"DIBUTTON_SPACESIM_PAUSE","features":[382]},{"name":"DIBUTTON_SPACESIM_RAISE","features":[382]},{"name":"DIBUTTON_SPACESIM_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_SLOWER_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_TARGET","features":[382]},{"name":"DIBUTTON_SPACESIM_TURN_LEFT_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_TURN_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_SPACESIM_VIEW","features":[382]},{"name":"DIBUTTON_SPACESIM_WEAPONS","features":[382]},{"name":"DIBUTTON_STRATEGYR_APPLY","features":[382]},{"name":"DIBUTTON_STRATEGYR_ATTACK","features":[382]},{"name":"DIBUTTON_STRATEGYR_BACK_LINK","features":[382]},{"name":"DIBUTTON_STRATEGYR_CAST","features":[382]},{"name":"DIBUTTON_STRATEGYR_CROUCH","features":[382]},{"name":"DIBUTTON_STRATEGYR_DEVICE","features":[382]},{"name":"DIBUTTON_STRATEGYR_DISPLAY","features":[382]},{"name":"DIBUTTON_STRATEGYR_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_STRATEGYR_GET","features":[382]},{"name":"DIBUTTON_STRATEGYR_JUMP","features":[382]},{"name":"DIBUTTON_STRATEGYR_LEFT_LINK","features":[382]},{"name":"DIBUTTON_STRATEGYR_MAP","features":[382]},{"name":"DIBUTTON_STRATEGYR_MENU","features":[382]},{"name":"DIBUTTON_STRATEGYR_PAUSE","features":[382]},{"name":"DIBUTTON_STRATEGYR_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_STRATEGYR_ROTATE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_STRATEGYR_ROTATE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_STRATEGYR_SELECT","features":[382]},{"name":"DIBUTTON_STRATEGYT_APPLY","features":[382]},{"name":"DIBUTTON_STRATEGYT_BACK_LINK","features":[382]},{"name":"DIBUTTON_STRATEGYT_DEVICE","features":[382]},{"name":"DIBUTTON_STRATEGYT_DISPLAY","features":[382]},{"name":"DIBUTTON_STRATEGYT_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_STRATEGYT_INSTRUCT","features":[382]},{"name":"DIBUTTON_STRATEGYT_LEFT_LINK","features":[382]},{"name":"DIBUTTON_STRATEGYT_MAP","features":[382]},{"name":"DIBUTTON_STRATEGYT_MENU","features":[382]},{"name":"DIBUTTON_STRATEGYT_PAUSE","features":[382]},{"name":"DIBUTTON_STRATEGYT_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_STRATEGYT_SELECT","features":[382]},{"name":"DIBUTTON_STRATEGYT_TEAM","features":[382]},{"name":"DIBUTTON_STRATEGYT_TURN","features":[382]},{"name":"DIBUTTON_STRATEGYT_ZOOM","features":[382]},{"name":"DIBUTTON_TPS_ACTION","features":[382]},{"name":"DIBUTTON_TPS_BACKWARD_LINK","features":[382]},{"name":"DIBUTTON_TPS_DEVICE","features":[382]},{"name":"DIBUTTON_TPS_DODGE","features":[382]},{"name":"DIBUTTON_TPS_FORWARD_LINK","features":[382]},{"name":"DIBUTTON_TPS_GLANCE_DOWN_LINK","features":[382]},{"name":"DIBUTTON_TPS_GLANCE_LEFT_LINK","features":[382]},{"name":"DIBUTTON_TPS_GLANCE_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_TPS_GLANCE_UP_LINK","features":[382]},{"name":"DIBUTTON_TPS_INVENTORY","features":[382]},{"name":"DIBUTTON_TPS_JUMP","features":[382]},{"name":"DIBUTTON_TPS_MENU","features":[382]},{"name":"DIBUTTON_TPS_PAUSE","features":[382]},{"name":"DIBUTTON_TPS_RUN","features":[382]},{"name":"DIBUTTON_TPS_SELECT","features":[382]},{"name":"DIBUTTON_TPS_STEPLEFT","features":[382]},{"name":"DIBUTTON_TPS_STEPRIGHT","features":[382]},{"name":"DIBUTTON_TPS_TURN_LEFT_LINK","features":[382]},{"name":"DIBUTTON_TPS_TURN_RIGHT_LINK","features":[382]},{"name":"DIBUTTON_TPS_USE","features":[382]},{"name":"DIBUTTON_TPS_VIEW","features":[382]},{"name":"DICD_DEFAULT","features":[382]},{"name":"DICD_EDIT","features":[382]},{"name":"DICOLORSET","features":[382]},{"name":"DICONDITION","features":[382]},{"name":"DICONFIGUREDEVICESPARAMSA","features":[382,307]},{"name":"DICONFIGUREDEVICESPARAMSW","features":[382,307]},{"name":"DICONSTANTFORCE","features":[382]},{"name":"DICUSTOMFORCE","features":[382]},{"name":"DIDAL_BOTTOMALIGNED","features":[382]},{"name":"DIDAL_CENTERED","features":[382]},{"name":"DIDAL_LEFTALIGNED","features":[382]},{"name":"DIDAL_MIDDLE","features":[382]},{"name":"DIDAL_RIGHTALIGNED","features":[382]},{"name":"DIDAL_TOPALIGNED","features":[382]},{"name":"DIDATAFORMAT","features":[382]},{"name":"DIDBAM_DEFAULT","features":[382]},{"name":"DIDBAM_HWDEFAULTS","features":[382]},{"name":"DIDBAM_INITIALIZE","features":[382]},{"name":"DIDBAM_PRESERVE","features":[382]},{"name":"DIDC_ALIAS","features":[382]},{"name":"DIDC_ATTACHED","features":[382]},{"name":"DIDC_DEADBAND","features":[382]},{"name":"DIDC_EMULATED","features":[382]},{"name":"DIDC_FFATTACK","features":[382]},{"name":"DIDC_FFFADE","features":[382]},{"name":"DIDC_FORCEFEEDBACK","features":[382]},{"name":"DIDC_HIDDEN","features":[382]},{"name":"DIDC_PHANTOM","features":[382]},{"name":"DIDC_POLLEDDATAFORMAT","features":[382]},{"name":"DIDC_POLLEDDEVICE","features":[382]},{"name":"DIDC_POSNEGCOEFFICIENTS","features":[382]},{"name":"DIDC_POSNEGSATURATION","features":[382]},{"name":"DIDC_SATURATION","features":[382]},{"name":"DIDC_STARTDELAY","features":[382]},{"name":"DIDEVCAPS","features":[382]},{"name":"DIDEVCAPS_DX3","features":[382]},{"name":"DIDEVICEIMAGEINFOA","features":[382,307]},{"name":"DIDEVICEIMAGEINFOHEADERA","features":[382,307]},{"name":"DIDEVICEIMAGEINFOHEADERW","features":[382,307]},{"name":"DIDEVICEIMAGEINFOW","features":[382,307]},{"name":"DIDEVICEINSTANCEA","features":[382]},{"name":"DIDEVICEINSTANCEW","features":[382]},{"name":"DIDEVICEINSTANCE_DX3A","features":[382]},{"name":"DIDEVICEINSTANCE_DX3W","features":[382]},{"name":"DIDEVICEOBJECTDATA","features":[382]},{"name":"DIDEVICEOBJECTDATA_DX3","features":[382]},{"name":"DIDEVICEOBJECTINSTANCEA","features":[382]},{"name":"DIDEVICEOBJECTINSTANCEW","features":[382]},{"name":"DIDEVICEOBJECTINSTANCE_DX3A","features":[382]},{"name":"DIDEVICEOBJECTINSTANCE_DX3W","features":[382]},{"name":"DIDEVICESTATE","features":[382]},{"name":"DIDEVTYPEJOYSTICK_FLIGHTSTICK","features":[382]},{"name":"DIDEVTYPEJOYSTICK_GAMEPAD","features":[382]},{"name":"DIDEVTYPEJOYSTICK_HEADTRACKER","features":[382]},{"name":"DIDEVTYPEJOYSTICK_RUDDER","features":[382]},{"name":"DIDEVTYPEJOYSTICK_TRADITIONAL","features":[382]},{"name":"DIDEVTYPEJOYSTICK_UNKNOWN","features":[382]},{"name":"DIDEVTYPEJOYSTICK_WHEEL","features":[382]},{"name":"DIDEVTYPEKEYBOARD_J3100","features":[382]},{"name":"DIDEVTYPEKEYBOARD_JAPAN106","features":[382]},{"name":"DIDEVTYPEKEYBOARD_JAPANAX","features":[382]},{"name":"DIDEVTYPEKEYBOARD_NEC98","features":[382]},{"name":"DIDEVTYPEKEYBOARD_NEC98106","features":[382]},{"name":"DIDEVTYPEKEYBOARD_NEC98LAPTOP","features":[382]},{"name":"DIDEVTYPEKEYBOARD_NOKIA1050","features":[382]},{"name":"DIDEVTYPEKEYBOARD_NOKIA9140","features":[382]},{"name":"DIDEVTYPEKEYBOARD_OLIVETTI","features":[382]},{"name":"DIDEVTYPEKEYBOARD_PCAT","features":[382]},{"name":"DIDEVTYPEKEYBOARD_PCENH","features":[382]},{"name":"DIDEVTYPEKEYBOARD_PCXT","features":[382]},{"name":"DIDEVTYPEKEYBOARD_UNKNOWN","features":[382]},{"name":"DIDEVTYPEMOUSE_FINGERSTICK","features":[382]},{"name":"DIDEVTYPEMOUSE_TOUCHPAD","features":[382]},{"name":"DIDEVTYPEMOUSE_TRACKBALL","features":[382]},{"name":"DIDEVTYPEMOUSE_TRADITIONAL","features":[382]},{"name":"DIDEVTYPEMOUSE_UNKNOWN","features":[382]},{"name":"DIDEVTYPE_DEVICE","features":[382]},{"name":"DIDEVTYPE_HID","features":[382]},{"name":"DIDEVTYPE_JOYSTICK","features":[382]},{"name":"DIDEVTYPE_KEYBOARD","features":[382]},{"name":"DIDEVTYPE_MOUSE","features":[382]},{"name":"DIDFT_ABSAXIS","features":[382]},{"name":"DIDFT_ALIAS","features":[382]},{"name":"DIDFT_ALL","features":[382]},{"name":"DIDFT_ANYINSTANCE","features":[382]},{"name":"DIDFT_AXIS","features":[382]},{"name":"DIDFT_BUTTON","features":[382]},{"name":"DIDFT_COLLECTION","features":[382]},{"name":"DIDFT_FFACTUATOR","features":[382]},{"name":"DIDFT_FFEFFECTTRIGGER","features":[382]},{"name":"DIDFT_INSTANCEMASK","features":[382]},{"name":"DIDFT_NOCOLLECTION","features":[382]},{"name":"DIDFT_NODATA","features":[382]},{"name":"DIDFT_OUTPUT","features":[382]},{"name":"DIDFT_POV","features":[382]},{"name":"DIDFT_PSHBUTTON","features":[382]},{"name":"DIDFT_RELAXIS","features":[382]},{"name":"DIDFT_TGLBUTTON","features":[382]},{"name":"DIDFT_VENDORDEFINED","features":[382]},{"name":"DIDF_ABSAXIS","features":[382]},{"name":"DIDF_RELAXIS","features":[382]},{"name":"DIDIFT_CONFIGURATION","features":[382]},{"name":"DIDIFT_DELETE","features":[382]},{"name":"DIDIFT_OVERLAY","features":[382]},{"name":"DIDOI_ASPECTACCEL","features":[382]},{"name":"DIDOI_ASPECTFORCE","features":[382]},{"name":"DIDOI_ASPECTMASK","features":[382]},{"name":"DIDOI_ASPECTPOSITION","features":[382]},{"name":"DIDOI_ASPECTVELOCITY","features":[382]},{"name":"DIDOI_FFACTUATOR","features":[382]},{"name":"DIDOI_FFEFFECTTRIGGER","features":[382]},{"name":"DIDOI_GUIDISUSAGE","features":[382]},{"name":"DIDOI_POLLED","features":[382]},{"name":"DIDRIVERVERSIONS","features":[382]},{"name":"DIDSAM_DEFAULT","features":[382]},{"name":"DIDSAM_FORCESAVE","features":[382]},{"name":"DIDSAM_NOUSER","features":[382]},{"name":"DIEB_NOTRIGGER","features":[382]},{"name":"DIEDBSFL_ATTACHEDONLY","features":[382]},{"name":"DIEDBSFL_AVAILABLEDEVICES","features":[382]},{"name":"DIEDBSFL_FORCEFEEDBACK","features":[382]},{"name":"DIEDBSFL_MULTIMICEKEYBOARDS","features":[382]},{"name":"DIEDBSFL_NONGAMINGDEVICES","features":[382]},{"name":"DIEDBSFL_THISUSER","features":[382]},{"name":"DIEDBSFL_VALID","features":[382]},{"name":"DIEDBS_MAPPEDPRI1","features":[382]},{"name":"DIEDBS_MAPPEDPRI2","features":[382]},{"name":"DIEDBS_NEWDEVICE","features":[382]},{"name":"DIEDBS_RECENTDEVICE","features":[382]},{"name":"DIEDFL_ALLDEVICES","features":[382]},{"name":"DIEDFL_ATTACHEDONLY","features":[382]},{"name":"DIEDFL_FORCEFEEDBACK","features":[382]},{"name":"DIEDFL_INCLUDEALIASES","features":[382]},{"name":"DIEDFL_INCLUDEHIDDEN","features":[382]},{"name":"DIEDFL_INCLUDEPHANTOMS","features":[382]},{"name":"DIEFFECT","features":[382]},{"name":"DIEFFECTATTRIBUTES","features":[382]},{"name":"DIEFFECTINFOA","features":[382]},{"name":"DIEFFECTINFOW","features":[382]},{"name":"DIEFFECT_DX5","features":[382]},{"name":"DIEFFESCAPE","features":[382]},{"name":"DIEFF_CARTESIAN","features":[382]},{"name":"DIEFF_OBJECTIDS","features":[382]},{"name":"DIEFF_OBJECTOFFSETS","features":[382]},{"name":"DIEFF_POLAR","features":[382]},{"name":"DIEFF_SPHERICAL","features":[382]},{"name":"DIEFT_ALL","features":[382]},{"name":"DIEFT_CONDITION","features":[382]},{"name":"DIEFT_CONSTANTFORCE","features":[382]},{"name":"DIEFT_CUSTOMFORCE","features":[382]},{"name":"DIEFT_DEADBAND","features":[382]},{"name":"DIEFT_FFATTACK","features":[382]},{"name":"DIEFT_FFFADE","features":[382]},{"name":"DIEFT_HARDWARE","features":[382]},{"name":"DIEFT_PERIODIC","features":[382]},{"name":"DIEFT_POSNEGCOEFFICIENTS","features":[382]},{"name":"DIEFT_POSNEGSATURATION","features":[382]},{"name":"DIEFT_RAMPFORCE","features":[382]},{"name":"DIEFT_SATURATION","features":[382]},{"name":"DIEFT_STARTDELAY","features":[382]},{"name":"DIEGES_EMULATED","features":[382]},{"name":"DIEGES_PLAYING","features":[382]},{"name":"DIENUM_CONTINUE","features":[382]},{"name":"DIENUM_STOP","features":[382]},{"name":"DIENVELOPE","features":[382]},{"name":"DIEP_ALLPARAMS","features":[382]},{"name":"DIEP_ALLPARAMS_DX5","features":[382]},{"name":"DIEP_AXES","features":[382]},{"name":"DIEP_DIRECTION","features":[382]},{"name":"DIEP_DURATION","features":[382]},{"name":"DIEP_ENVELOPE","features":[382]},{"name":"DIEP_GAIN","features":[382]},{"name":"DIEP_NODOWNLOAD","features":[382]},{"name":"DIEP_NORESTART","features":[382]},{"name":"DIEP_SAMPLEPERIOD","features":[382]},{"name":"DIEP_START","features":[382]},{"name":"DIEP_STARTDELAY","features":[382]},{"name":"DIEP_TRIGGERBUTTON","features":[382]},{"name":"DIEP_TRIGGERREPEATINTERVAL","features":[382]},{"name":"DIEP_TYPESPECIFICPARAMS","features":[382]},{"name":"DIERR_ACQUIRED","features":[382]},{"name":"DIERR_ALREADYINITIALIZED","features":[382]},{"name":"DIERR_BADDRIVERVER","features":[382]},{"name":"DIERR_BADINF","features":[382]},{"name":"DIERR_BETADIRECTINPUTVERSION","features":[382]},{"name":"DIERR_CANCELLED","features":[382]},{"name":"DIERR_DEVICEFULL","features":[382]},{"name":"DIERR_DEVICENOTREG","features":[382]},{"name":"DIERR_DRIVERFIRST","features":[382]},{"name":"DIERR_DRIVERLAST","features":[382]},{"name":"DIERR_EFFECTPLAYING","features":[382]},{"name":"DIERR_GENERIC","features":[382]},{"name":"DIERR_HANDLEEXISTS","features":[382]},{"name":"DIERR_HASEFFECTS","features":[382]},{"name":"DIERR_INCOMPLETEEFFECT","features":[382]},{"name":"DIERR_INPUTLOST","features":[382]},{"name":"DIERR_INSUFFICIENTPRIVS","features":[382]},{"name":"DIERR_INVALIDCLASSINSTALLER","features":[382]},{"name":"DIERR_INVALIDPARAM","features":[382]},{"name":"DIERR_MAPFILEFAIL","features":[382]},{"name":"DIERR_MOREDATA","features":[382]},{"name":"DIERR_NOAGGREGATION","features":[382]},{"name":"DIERR_NOINTERFACE","features":[382]},{"name":"DIERR_NOMOREITEMS","features":[382]},{"name":"DIERR_NOTACQUIRED","features":[382]},{"name":"DIERR_NOTBUFFERED","features":[382]},{"name":"DIERR_NOTDOWNLOADED","features":[382]},{"name":"DIERR_NOTEXCLUSIVEACQUIRED","features":[382]},{"name":"DIERR_NOTFOUND","features":[382]},{"name":"DIERR_NOTINITIALIZED","features":[382]},{"name":"DIERR_OBJECTNOTFOUND","features":[382]},{"name":"DIERR_OLDDIRECTINPUTVERSION","features":[382]},{"name":"DIERR_OTHERAPPHASPRIO","features":[382]},{"name":"DIERR_OUTOFMEMORY","features":[382]},{"name":"DIERR_READONLY","features":[382]},{"name":"DIERR_REPORTFULL","features":[382]},{"name":"DIERR_UNPLUGGED","features":[382]},{"name":"DIERR_UNSUPPORTED","features":[382]},{"name":"DIES_NODOWNLOAD","features":[382]},{"name":"DIES_SOLO","features":[382]},{"name":"DIFEF_DEFAULT","features":[382]},{"name":"DIFEF_INCLUDENONSTANDARD","features":[382]},{"name":"DIFEF_MODIFYIFNEEDED","features":[382]},{"name":"DIFFDEVICEATTRIBUTES","features":[382]},{"name":"DIFFOBJECTATTRIBUTES","features":[382]},{"name":"DIFILEEFFECT","features":[382]},{"name":"DIGDD_PEEK","features":[382]},{"name":"DIGFFS_ACTUATORSOFF","features":[382]},{"name":"DIGFFS_ACTUATORSON","features":[382]},{"name":"DIGFFS_DEVICELOST","features":[382]},{"name":"DIGFFS_EMPTY","features":[382]},{"name":"DIGFFS_PAUSED","features":[382]},{"name":"DIGFFS_POWEROFF","features":[382]},{"name":"DIGFFS_POWERON","features":[382]},{"name":"DIGFFS_SAFETYSWITCHOFF","features":[382]},{"name":"DIGFFS_SAFETYSWITCHON","features":[382]},{"name":"DIGFFS_STOPPED","features":[382]},{"name":"DIGFFS_USERFFSWITCHOFF","features":[382]},{"name":"DIGFFS_USERFFSWITCHON","features":[382]},{"name":"DIHATSWITCH_2DCONTROL_HATSWITCH","features":[382]},{"name":"DIHATSWITCH_3DCONTROL_HATSWITCH","features":[382]},{"name":"DIHATSWITCH_ARCADEP_VIEW","features":[382]},{"name":"DIHATSWITCH_ARCADES_VIEW","features":[382]},{"name":"DIHATSWITCH_BBALLD_GLANCE","features":[382]},{"name":"DIHATSWITCH_BBALLO_GLANCE","features":[382]},{"name":"DIHATSWITCH_BIKINGM_SCROLL","features":[382]},{"name":"DIHATSWITCH_CADF_HATSWITCH","features":[382]},{"name":"DIHATSWITCH_CADM_HATSWITCH","features":[382]},{"name":"DIHATSWITCH_DRIVINGC_GLANCE","features":[382]},{"name":"DIHATSWITCH_DRIVINGR_GLANCE","features":[382]},{"name":"DIHATSWITCH_DRIVINGT_GLANCE","features":[382]},{"name":"DIHATSWITCH_FIGHTINGH_SLIDE","features":[382]},{"name":"DIHATSWITCH_FISHING_GLANCE","features":[382]},{"name":"DIHATSWITCH_FLYINGC_GLANCE","features":[382]},{"name":"DIHATSWITCH_FLYINGH_GLANCE","features":[382]},{"name":"DIHATSWITCH_FLYINGM_GLANCE","features":[382]},{"name":"DIHATSWITCH_FPS_GLANCE","features":[382]},{"name":"DIHATSWITCH_GOLF_SCROLL","features":[382]},{"name":"DIHATSWITCH_HOCKEYD_SCROLL","features":[382]},{"name":"DIHATSWITCH_HOCKEYG_SCROLL","features":[382]},{"name":"DIHATSWITCH_HOCKEYO_SCROLL","features":[382]},{"name":"DIHATSWITCH_HUNTING_GLANCE","features":[382]},{"name":"DIHATSWITCH_MECHA_GLANCE","features":[382]},{"name":"DIHATSWITCH_RACQUET_GLANCE","features":[382]},{"name":"DIHATSWITCH_SKIING_GLANCE","features":[382]},{"name":"DIHATSWITCH_SOCCERD_GLANCE","features":[382]},{"name":"DIHATSWITCH_SOCCERO_GLANCE","features":[382]},{"name":"DIHATSWITCH_SPACESIM_GLANCE","features":[382]},{"name":"DIHATSWITCH_STRATEGYR_GLANCE","features":[382]},{"name":"DIHATSWITCH_TPS_GLANCE","features":[382]},{"name":"DIHIDFFINITINFO","features":[382]},{"name":"DIJC_CALLOUT","features":[382]},{"name":"DIJC_GAIN","features":[382]},{"name":"DIJC_GUIDINSTANCE","features":[382]},{"name":"DIJC_REGHWCONFIGTYPE","features":[382]},{"name":"DIJC_WDMGAMEPORT","features":[382]},{"name":"DIJOYCONFIG","features":[382]},{"name":"DIJOYCONFIG_DX5","features":[382]},{"name":"DIJOYSTATE","features":[382]},{"name":"DIJOYSTATE2","features":[382]},{"name":"DIJOYTYPEINFO","features":[382]},{"name":"DIJOYTYPEINFO_DX5","features":[382]},{"name":"DIJOYTYPEINFO_DX6","features":[382]},{"name":"DIJOYUSERVALUES","features":[382]},{"name":"DIJU_GAMEPORTEMULATOR","features":[382]},{"name":"DIJU_GLOBALDRIVER","features":[382]},{"name":"DIJU_USERVALUES","features":[382]},{"name":"DIKEYBOARD_0","features":[382]},{"name":"DIKEYBOARD_1","features":[382]},{"name":"DIKEYBOARD_2","features":[382]},{"name":"DIKEYBOARD_3","features":[382]},{"name":"DIKEYBOARD_4","features":[382]},{"name":"DIKEYBOARD_5","features":[382]},{"name":"DIKEYBOARD_6","features":[382]},{"name":"DIKEYBOARD_7","features":[382]},{"name":"DIKEYBOARD_8","features":[382]},{"name":"DIKEYBOARD_9","features":[382]},{"name":"DIKEYBOARD_A","features":[382]},{"name":"DIKEYBOARD_ABNT_C1","features":[382]},{"name":"DIKEYBOARD_ABNT_C2","features":[382]},{"name":"DIKEYBOARD_ADD","features":[382]},{"name":"DIKEYBOARD_APOSTROPHE","features":[382]},{"name":"DIKEYBOARD_APPS","features":[382]},{"name":"DIKEYBOARD_AT","features":[382]},{"name":"DIKEYBOARD_AX","features":[382]},{"name":"DIKEYBOARD_B","features":[382]},{"name":"DIKEYBOARD_BACK","features":[382]},{"name":"DIKEYBOARD_BACKSLASH","features":[382]},{"name":"DIKEYBOARD_C","features":[382]},{"name":"DIKEYBOARD_CALCULATOR","features":[382]},{"name":"DIKEYBOARD_CAPITAL","features":[382]},{"name":"DIKEYBOARD_COLON","features":[382]},{"name":"DIKEYBOARD_COMMA","features":[382]},{"name":"DIKEYBOARD_CONVERT","features":[382]},{"name":"DIKEYBOARD_D","features":[382]},{"name":"DIKEYBOARD_DECIMAL","features":[382]},{"name":"DIKEYBOARD_DELETE","features":[382]},{"name":"DIKEYBOARD_DIVIDE","features":[382]},{"name":"DIKEYBOARD_DOWN","features":[382]},{"name":"DIKEYBOARD_E","features":[382]},{"name":"DIKEYBOARD_END","features":[382]},{"name":"DIKEYBOARD_EQUALS","features":[382]},{"name":"DIKEYBOARD_ESCAPE","features":[382]},{"name":"DIKEYBOARD_F","features":[382]},{"name":"DIKEYBOARD_F1","features":[382]},{"name":"DIKEYBOARD_F10","features":[382]},{"name":"DIKEYBOARD_F11","features":[382]},{"name":"DIKEYBOARD_F12","features":[382]},{"name":"DIKEYBOARD_F13","features":[382]},{"name":"DIKEYBOARD_F14","features":[382]},{"name":"DIKEYBOARD_F15","features":[382]},{"name":"DIKEYBOARD_F2","features":[382]},{"name":"DIKEYBOARD_F3","features":[382]},{"name":"DIKEYBOARD_F4","features":[382]},{"name":"DIKEYBOARD_F5","features":[382]},{"name":"DIKEYBOARD_F6","features":[382]},{"name":"DIKEYBOARD_F7","features":[382]},{"name":"DIKEYBOARD_F8","features":[382]},{"name":"DIKEYBOARD_F9","features":[382]},{"name":"DIKEYBOARD_G","features":[382]},{"name":"DIKEYBOARD_GRAVE","features":[382]},{"name":"DIKEYBOARD_H","features":[382]},{"name":"DIKEYBOARD_HOME","features":[382]},{"name":"DIKEYBOARD_I","features":[382]},{"name":"DIKEYBOARD_INSERT","features":[382]},{"name":"DIKEYBOARD_J","features":[382]},{"name":"DIKEYBOARD_K","features":[382]},{"name":"DIKEYBOARD_KANA","features":[382]},{"name":"DIKEYBOARD_KANJI","features":[382]},{"name":"DIKEYBOARD_L","features":[382]},{"name":"DIKEYBOARD_LBRACKET","features":[382]},{"name":"DIKEYBOARD_LCONTROL","features":[382]},{"name":"DIKEYBOARD_LEFT","features":[382]},{"name":"DIKEYBOARD_LMENU","features":[382]},{"name":"DIKEYBOARD_LSHIFT","features":[382]},{"name":"DIKEYBOARD_LWIN","features":[382]},{"name":"DIKEYBOARD_M","features":[382]},{"name":"DIKEYBOARD_MAIL","features":[382]},{"name":"DIKEYBOARD_MEDIASELECT","features":[382]},{"name":"DIKEYBOARD_MEDIASTOP","features":[382]},{"name":"DIKEYBOARD_MINUS","features":[382]},{"name":"DIKEYBOARD_MULTIPLY","features":[382]},{"name":"DIKEYBOARD_MUTE","features":[382]},{"name":"DIKEYBOARD_MYCOMPUTER","features":[382]},{"name":"DIKEYBOARD_N","features":[382]},{"name":"DIKEYBOARD_NEXT","features":[382]},{"name":"DIKEYBOARD_NEXTTRACK","features":[382]},{"name":"DIKEYBOARD_NOCONVERT","features":[382]},{"name":"DIKEYBOARD_NUMLOCK","features":[382]},{"name":"DIKEYBOARD_NUMPAD0","features":[382]},{"name":"DIKEYBOARD_NUMPAD1","features":[382]},{"name":"DIKEYBOARD_NUMPAD2","features":[382]},{"name":"DIKEYBOARD_NUMPAD3","features":[382]},{"name":"DIKEYBOARD_NUMPAD4","features":[382]},{"name":"DIKEYBOARD_NUMPAD5","features":[382]},{"name":"DIKEYBOARD_NUMPAD6","features":[382]},{"name":"DIKEYBOARD_NUMPAD7","features":[382]},{"name":"DIKEYBOARD_NUMPAD8","features":[382]},{"name":"DIKEYBOARD_NUMPAD9","features":[382]},{"name":"DIKEYBOARD_NUMPADCOMMA","features":[382]},{"name":"DIKEYBOARD_NUMPADENTER","features":[382]},{"name":"DIKEYBOARD_NUMPADEQUALS","features":[382]},{"name":"DIKEYBOARD_O","features":[382]},{"name":"DIKEYBOARD_OEM_102","features":[382]},{"name":"DIKEYBOARD_P","features":[382]},{"name":"DIKEYBOARD_PAUSE","features":[382]},{"name":"DIKEYBOARD_PERIOD","features":[382]},{"name":"DIKEYBOARD_PLAYPAUSE","features":[382]},{"name":"DIKEYBOARD_POWER","features":[382]},{"name":"DIKEYBOARD_PREVTRACK","features":[382]},{"name":"DIKEYBOARD_PRIOR","features":[382]},{"name":"DIKEYBOARD_Q","features":[382]},{"name":"DIKEYBOARD_R","features":[382]},{"name":"DIKEYBOARD_RBRACKET","features":[382]},{"name":"DIKEYBOARD_RCONTROL","features":[382]},{"name":"DIKEYBOARD_RETURN","features":[382]},{"name":"DIKEYBOARD_RIGHT","features":[382]},{"name":"DIKEYBOARD_RMENU","features":[382]},{"name":"DIKEYBOARD_RSHIFT","features":[382]},{"name":"DIKEYBOARD_RWIN","features":[382]},{"name":"DIKEYBOARD_S","features":[382]},{"name":"DIKEYBOARD_SCROLL","features":[382]},{"name":"DIKEYBOARD_SEMICOLON","features":[382]},{"name":"DIKEYBOARD_SLASH","features":[382]},{"name":"DIKEYBOARD_SLEEP","features":[382]},{"name":"DIKEYBOARD_SPACE","features":[382]},{"name":"DIKEYBOARD_STOP","features":[382]},{"name":"DIKEYBOARD_SUBTRACT","features":[382]},{"name":"DIKEYBOARD_SYSRQ","features":[382]},{"name":"DIKEYBOARD_T","features":[382]},{"name":"DIKEYBOARD_TAB","features":[382]},{"name":"DIKEYBOARD_U","features":[382]},{"name":"DIKEYBOARD_UNDERLINE","features":[382]},{"name":"DIKEYBOARD_UNLABELED","features":[382]},{"name":"DIKEYBOARD_UP","features":[382]},{"name":"DIKEYBOARD_V","features":[382]},{"name":"DIKEYBOARD_VOLUMEDOWN","features":[382]},{"name":"DIKEYBOARD_VOLUMEUP","features":[382]},{"name":"DIKEYBOARD_W","features":[382]},{"name":"DIKEYBOARD_WAKE","features":[382]},{"name":"DIKEYBOARD_WEBBACK","features":[382]},{"name":"DIKEYBOARD_WEBFAVORITES","features":[382]},{"name":"DIKEYBOARD_WEBFORWARD","features":[382]},{"name":"DIKEYBOARD_WEBHOME","features":[382]},{"name":"DIKEYBOARD_WEBREFRESH","features":[382]},{"name":"DIKEYBOARD_WEBSEARCH","features":[382]},{"name":"DIKEYBOARD_WEBSTOP","features":[382]},{"name":"DIKEYBOARD_X","features":[382]},{"name":"DIKEYBOARD_Y","features":[382]},{"name":"DIKEYBOARD_YEN","features":[382]},{"name":"DIKEYBOARD_Z","features":[382]},{"name":"DIK_0","features":[382]},{"name":"DIK_1","features":[382]},{"name":"DIK_2","features":[382]},{"name":"DIK_3","features":[382]},{"name":"DIK_4","features":[382]},{"name":"DIK_5","features":[382]},{"name":"DIK_6","features":[382]},{"name":"DIK_7","features":[382]},{"name":"DIK_8","features":[382]},{"name":"DIK_9","features":[382]},{"name":"DIK_A","features":[382]},{"name":"DIK_ABNT_C1","features":[382]},{"name":"DIK_ABNT_C2","features":[382]},{"name":"DIK_ADD","features":[382]},{"name":"DIK_APOSTROPHE","features":[382]},{"name":"DIK_APPS","features":[382]},{"name":"DIK_AT","features":[382]},{"name":"DIK_AX","features":[382]},{"name":"DIK_B","features":[382]},{"name":"DIK_BACK","features":[382]},{"name":"DIK_BACKSLASH","features":[382]},{"name":"DIK_BACKSPACE","features":[382]},{"name":"DIK_C","features":[382]},{"name":"DIK_CALCULATOR","features":[382]},{"name":"DIK_CAPITAL","features":[382]},{"name":"DIK_CAPSLOCK","features":[382]},{"name":"DIK_CIRCUMFLEX","features":[382]},{"name":"DIK_COLON","features":[382]},{"name":"DIK_COMMA","features":[382]},{"name":"DIK_CONVERT","features":[382]},{"name":"DIK_D","features":[382]},{"name":"DIK_DECIMAL","features":[382]},{"name":"DIK_DELETE","features":[382]},{"name":"DIK_DIVIDE","features":[382]},{"name":"DIK_DOWN","features":[382]},{"name":"DIK_DOWNARROW","features":[382]},{"name":"DIK_E","features":[382]},{"name":"DIK_END","features":[382]},{"name":"DIK_EQUALS","features":[382]},{"name":"DIK_ESCAPE","features":[382]},{"name":"DIK_F","features":[382]},{"name":"DIK_F1","features":[382]},{"name":"DIK_F10","features":[382]},{"name":"DIK_F11","features":[382]},{"name":"DIK_F12","features":[382]},{"name":"DIK_F13","features":[382]},{"name":"DIK_F14","features":[382]},{"name":"DIK_F15","features":[382]},{"name":"DIK_F2","features":[382]},{"name":"DIK_F3","features":[382]},{"name":"DIK_F4","features":[382]},{"name":"DIK_F5","features":[382]},{"name":"DIK_F6","features":[382]},{"name":"DIK_F7","features":[382]},{"name":"DIK_F8","features":[382]},{"name":"DIK_F9","features":[382]},{"name":"DIK_G","features":[382]},{"name":"DIK_GRAVE","features":[382]},{"name":"DIK_H","features":[382]},{"name":"DIK_HOME","features":[382]},{"name":"DIK_I","features":[382]},{"name":"DIK_INSERT","features":[382]},{"name":"DIK_J","features":[382]},{"name":"DIK_K","features":[382]},{"name":"DIK_KANA","features":[382]},{"name":"DIK_KANJI","features":[382]},{"name":"DIK_L","features":[382]},{"name":"DIK_LALT","features":[382]},{"name":"DIK_LBRACKET","features":[382]},{"name":"DIK_LCONTROL","features":[382]},{"name":"DIK_LEFT","features":[382]},{"name":"DIK_LEFTARROW","features":[382]},{"name":"DIK_LMENU","features":[382]},{"name":"DIK_LSHIFT","features":[382]},{"name":"DIK_LWIN","features":[382]},{"name":"DIK_M","features":[382]},{"name":"DIK_MAIL","features":[382]},{"name":"DIK_MEDIASELECT","features":[382]},{"name":"DIK_MEDIASTOP","features":[382]},{"name":"DIK_MINUS","features":[382]},{"name":"DIK_MULTIPLY","features":[382]},{"name":"DIK_MUTE","features":[382]},{"name":"DIK_MYCOMPUTER","features":[382]},{"name":"DIK_N","features":[382]},{"name":"DIK_NEXT","features":[382]},{"name":"DIK_NEXTTRACK","features":[382]},{"name":"DIK_NOCONVERT","features":[382]},{"name":"DIK_NUMLOCK","features":[382]},{"name":"DIK_NUMPAD0","features":[382]},{"name":"DIK_NUMPAD1","features":[382]},{"name":"DIK_NUMPAD2","features":[382]},{"name":"DIK_NUMPAD3","features":[382]},{"name":"DIK_NUMPAD4","features":[382]},{"name":"DIK_NUMPAD5","features":[382]},{"name":"DIK_NUMPAD6","features":[382]},{"name":"DIK_NUMPAD7","features":[382]},{"name":"DIK_NUMPAD8","features":[382]},{"name":"DIK_NUMPAD9","features":[382]},{"name":"DIK_NUMPADCOMMA","features":[382]},{"name":"DIK_NUMPADENTER","features":[382]},{"name":"DIK_NUMPADEQUALS","features":[382]},{"name":"DIK_NUMPADMINUS","features":[382]},{"name":"DIK_NUMPADPERIOD","features":[382]},{"name":"DIK_NUMPADPLUS","features":[382]},{"name":"DIK_NUMPADSLASH","features":[382]},{"name":"DIK_NUMPADSTAR","features":[382]},{"name":"DIK_O","features":[382]},{"name":"DIK_OEM_102","features":[382]},{"name":"DIK_P","features":[382]},{"name":"DIK_PAUSE","features":[382]},{"name":"DIK_PERIOD","features":[382]},{"name":"DIK_PGDN","features":[382]},{"name":"DIK_PGUP","features":[382]},{"name":"DIK_PLAYPAUSE","features":[382]},{"name":"DIK_POWER","features":[382]},{"name":"DIK_PREVTRACK","features":[382]},{"name":"DIK_PRIOR","features":[382]},{"name":"DIK_Q","features":[382]},{"name":"DIK_R","features":[382]},{"name":"DIK_RALT","features":[382]},{"name":"DIK_RBRACKET","features":[382]},{"name":"DIK_RCONTROL","features":[382]},{"name":"DIK_RETURN","features":[382]},{"name":"DIK_RIGHT","features":[382]},{"name":"DIK_RIGHTARROW","features":[382]},{"name":"DIK_RMENU","features":[382]},{"name":"DIK_RSHIFT","features":[382]},{"name":"DIK_RWIN","features":[382]},{"name":"DIK_S","features":[382]},{"name":"DIK_SCROLL","features":[382]},{"name":"DIK_SEMICOLON","features":[382]},{"name":"DIK_SLASH","features":[382]},{"name":"DIK_SLEEP","features":[382]},{"name":"DIK_SPACE","features":[382]},{"name":"DIK_STOP","features":[382]},{"name":"DIK_SUBTRACT","features":[382]},{"name":"DIK_SYSRQ","features":[382]},{"name":"DIK_T","features":[382]},{"name":"DIK_TAB","features":[382]},{"name":"DIK_U","features":[382]},{"name":"DIK_UNDERLINE","features":[382]},{"name":"DIK_UNLABELED","features":[382]},{"name":"DIK_UP","features":[382]},{"name":"DIK_UPARROW","features":[382]},{"name":"DIK_V","features":[382]},{"name":"DIK_VOLUMEDOWN","features":[382]},{"name":"DIK_VOLUMEUP","features":[382]},{"name":"DIK_W","features":[382]},{"name":"DIK_WAKE","features":[382]},{"name":"DIK_WEBBACK","features":[382]},{"name":"DIK_WEBFAVORITES","features":[382]},{"name":"DIK_WEBFORWARD","features":[382]},{"name":"DIK_WEBHOME","features":[382]},{"name":"DIK_WEBREFRESH","features":[382]},{"name":"DIK_WEBSEARCH","features":[382]},{"name":"DIK_WEBSTOP","features":[382]},{"name":"DIK_X","features":[382]},{"name":"DIK_Y","features":[382]},{"name":"DIK_YEN","features":[382]},{"name":"DIK_Z","features":[382]},{"name":"DIMOUSESTATE","features":[382]},{"name":"DIMOUSESTATE2","features":[382]},{"name":"DIMSGWP_DX8APPSTART","features":[382]},{"name":"DIMSGWP_DX8MAPPERAPPSTART","features":[382]},{"name":"DIMSGWP_NEWAPPSTART","features":[382]},{"name":"DIOBJECTATTRIBUTES","features":[382]},{"name":"DIOBJECTCALIBRATION","features":[382]},{"name":"DIOBJECTDATAFORMAT","features":[382]},{"name":"DIPERIODIC","features":[382]},{"name":"DIPH_BYID","features":[382]},{"name":"DIPH_BYOFFSET","features":[382]},{"name":"DIPH_BYUSAGE","features":[382]},{"name":"DIPH_DEVICE","features":[382]},{"name":"DIPOVCALIBRATION","features":[382]},{"name":"DIPOV_ANY_1","features":[382]},{"name":"DIPOV_ANY_2","features":[382]},{"name":"DIPOV_ANY_3","features":[382]},{"name":"DIPOV_ANY_4","features":[382]},{"name":"DIPROPAUTOCENTER_OFF","features":[382]},{"name":"DIPROPAUTOCENTER_ON","features":[382]},{"name":"DIPROPAXISMODE_ABS","features":[382]},{"name":"DIPROPAXISMODE_REL","features":[382]},{"name":"DIPROPCAL","features":[382]},{"name":"DIPROPCALIBRATIONMODE_COOKED","features":[382]},{"name":"DIPROPCALIBRATIONMODE_RAW","features":[382]},{"name":"DIPROPCALPOV","features":[382]},{"name":"DIPROPCPOINTS","features":[382]},{"name":"DIPROPDWORD","features":[382]},{"name":"DIPROPGUIDANDPATH","features":[382]},{"name":"DIPROPHEADER","features":[382]},{"name":"DIPROPPOINTER","features":[382]},{"name":"DIPROPRANGE","features":[382]},{"name":"DIPROPSTRING","features":[382]},{"name":"DIPROP_APPDATA","features":[382]},{"name":"DIPROP_AUTOCENTER","features":[382]},{"name":"DIPROP_AXISMODE","features":[382]},{"name":"DIPROP_BUFFERSIZE","features":[382]},{"name":"DIPROP_CALIBRATION","features":[382]},{"name":"DIPROP_CALIBRATIONMODE","features":[382]},{"name":"DIPROP_CPOINTS","features":[382]},{"name":"DIPROP_DEADZONE","features":[382]},{"name":"DIPROP_FFGAIN","features":[382]},{"name":"DIPROP_FFLOAD","features":[382]},{"name":"DIPROP_GETPORTDISPLAYNAME","features":[382]},{"name":"DIPROP_GRANULARITY","features":[382]},{"name":"DIPROP_GUIDANDPATH","features":[382]},{"name":"DIPROP_INSTANCENAME","features":[382]},{"name":"DIPROP_JOYSTICKID","features":[382]},{"name":"DIPROP_KEYNAME","features":[382]},{"name":"DIPROP_LOGICALRANGE","features":[382]},{"name":"DIPROP_PHYSICALRANGE","features":[382]},{"name":"DIPROP_PRODUCTNAME","features":[382]},{"name":"DIPROP_RANGE","features":[382]},{"name":"DIPROP_SATURATION","features":[382]},{"name":"DIPROP_SCANCODE","features":[382]},{"name":"DIPROP_TYPENAME","features":[382]},{"name":"DIPROP_USERNAME","features":[382]},{"name":"DIPROP_VIDPID","features":[382]},{"name":"DIRAMPFORCE","features":[382]},{"name":"DIRECTINPUT_HEADER_VERSION","features":[382]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRING","features":[382]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRINGA","features":[382]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRINGW","features":[382]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPP","features":[382]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPPA","features":[382]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPPW","features":[382]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPP","features":[382]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPPA","features":[382]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPPW","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAG","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAGA","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAGW","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_ID","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_IDA","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_IDW","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTART","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTARTA","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTARTW","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPER","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPERA","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPERW","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_NAME","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_NAMEA","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_NAMEW","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSION","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSIONA","features":[382]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSIONW","features":[382]},{"name":"DIRECTINPUT_VERSION","features":[382]},{"name":"DISCL_BACKGROUND","features":[382]},{"name":"DISCL_EXCLUSIVE","features":[382]},{"name":"DISCL_FOREGROUND","features":[382]},{"name":"DISCL_NONEXCLUSIVE","features":[382]},{"name":"DISCL_NOWINKEY","features":[382]},{"name":"DISDD_CONTINUE","features":[382]},{"name":"DISFFC_CONTINUE","features":[382]},{"name":"DISFFC_PAUSE","features":[382]},{"name":"DISFFC_RESET","features":[382]},{"name":"DISFFC_SETACTUATORSOFF","features":[382]},{"name":"DISFFC_SETACTUATORSON","features":[382]},{"name":"DISFFC_STOPALL","features":[382]},{"name":"DITC_CALLOUT","features":[382]},{"name":"DITC_CLSIDCONFIG","features":[382]},{"name":"DITC_DISPLAYNAME","features":[382]},{"name":"DITC_FLAGS1","features":[382]},{"name":"DITC_FLAGS2","features":[382]},{"name":"DITC_HARDWAREID","features":[382]},{"name":"DITC_MAPFILE","features":[382]},{"name":"DITC_REGHWSETTINGS","features":[382]},{"name":"DIVIRTUAL_ARCADE_PLATFORM","features":[382]},{"name":"DIVIRTUAL_ARCADE_SIDE2SIDE","features":[382]},{"name":"DIVIRTUAL_BROWSER_CONTROL","features":[382]},{"name":"DIVIRTUAL_CAD_2DCONTROL","features":[382]},{"name":"DIVIRTUAL_CAD_3DCONTROL","features":[382]},{"name":"DIVIRTUAL_CAD_FLYBY","features":[382]},{"name":"DIVIRTUAL_CAD_MODEL","features":[382]},{"name":"DIVIRTUAL_DRIVING_COMBAT","features":[382]},{"name":"DIVIRTUAL_DRIVING_MECHA","features":[382]},{"name":"DIVIRTUAL_DRIVING_RACE","features":[382]},{"name":"DIVIRTUAL_DRIVING_TANK","features":[382]},{"name":"DIVIRTUAL_FIGHTING_FPS","features":[382]},{"name":"DIVIRTUAL_FIGHTING_HAND2HAND","features":[382]},{"name":"DIVIRTUAL_FIGHTING_THIRDPERSON","features":[382]},{"name":"DIVIRTUAL_FLYING_CIVILIAN","features":[382]},{"name":"DIVIRTUAL_FLYING_HELICOPTER","features":[382]},{"name":"DIVIRTUAL_FLYING_MILITARY","features":[382]},{"name":"DIVIRTUAL_REMOTE_CONTROL","features":[382]},{"name":"DIVIRTUAL_SPACESIM","features":[382]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_BAT","features":[382]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_FIELD","features":[382]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_PITCH","features":[382]},{"name":"DIVIRTUAL_SPORTS_BASKETBALL_DEFENSE","features":[382]},{"name":"DIVIRTUAL_SPORTS_BASKETBALL_OFFENSE","features":[382]},{"name":"DIVIRTUAL_SPORTS_BIKING_MOUNTAIN","features":[382]},{"name":"DIVIRTUAL_SPORTS_FISHING","features":[382]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_DEFENSE","features":[382]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_FIELD","features":[382]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_OFFENSE","features":[382]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_QBCK","features":[382]},{"name":"DIVIRTUAL_SPORTS_GOLF","features":[382]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_DEFENSE","features":[382]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_GOALIE","features":[382]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_OFFENSE","features":[382]},{"name":"DIVIRTUAL_SPORTS_HUNTING","features":[382]},{"name":"DIVIRTUAL_SPORTS_RACQUET","features":[382]},{"name":"DIVIRTUAL_SPORTS_SKIING","features":[382]},{"name":"DIVIRTUAL_SPORTS_SOCCER_DEFENSE","features":[382]},{"name":"DIVIRTUAL_SPORTS_SOCCER_OFFENSE","features":[382]},{"name":"DIVIRTUAL_STRATEGY_ROLEPLAYING","features":[382]},{"name":"DIVIRTUAL_STRATEGY_TURN","features":[382]},{"name":"DIVOICE_ALL","features":[382]},{"name":"DIVOICE_CHANNEL1","features":[382]},{"name":"DIVOICE_CHANNEL2","features":[382]},{"name":"DIVOICE_CHANNEL3","features":[382]},{"name":"DIVOICE_CHANNEL4","features":[382]},{"name":"DIVOICE_CHANNEL5","features":[382]},{"name":"DIVOICE_CHANNEL6","features":[382]},{"name":"DIVOICE_CHANNEL7","features":[382]},{"name":"DIVOICE_CHANNEL8","features":[382]},{"name":"DIVOICE_PLAYBACKMUTE","features":[382]},{"name":"DIVOICE_RECORDMUTE","features":[382]},{"name":"DIVOICE_TEAM","features":[382]},{"name":"DIVOICE_TRANSMIT","features":[382]},{"name":"DIVOICE_VOICECOMMAND","features":[382]},{"name":"DI_BUFFEROVERFLOW","features":[382]},{"name":"DI_DEGREES","features":[382]},{"name":"DI_DOWNLOADSKIPPED","features":[382]},{"name":"DI_EFFECTRESTARTED","features":[382]},{"name":"DI_FFNOMINALMAX","features":[382]},{"name":"DI_NOEFFECT","features":[382]},{"name":"DI_NOTATTACHED","features":[382]},{"name":"DI_OK","features":[382]},{"name":"DI_POLLEDDEVICE","features":[382]},{"name":"DI_PROPNOEFFECT","features":[382]},{"name":"DI_SECONDS","features":[382]},{"name":"DI_SETTINGSNOTSAVED","features":[382]},{"name":"DI_TRUNCATED","features":[382]},{"name":"DI_TRUNCATEDANDRESTARTED","features":[382]},{"name":"DI_WRITEPROTECT","features":[382]},{"name":"DirectInput8Create","features":[382,307]},{"name":"GPIOBUTTONS_BUTTON_TYPE","features":[382]},{"name":"GPIO_BUTTON_BACK","features":[382]},{"name":"GPIO_BUTTON_CAMERA_FOCUS","features":[382]},{"name":"GPIO_BUTTON_CAMERA_LENS","features":[382]},{"name":"GPIO_BUTTON_CAMERA_SHUTTER","features":[382]},{"name":"GPIO_BUTTON_COUNT","features":[382]},{"name":"GPIO_BUTTON_COUNT_MIN","features":[382]},{"name":"GPIO_BUTTON_HEADSET","features":[382]},{"name":"GPIO_BUTTON_HWKB_DEPLOY","features":[382]},{"name":"GPIO_BUTTON_OEM_CUSTOM","features":[382]},{"name":"GPIO_BUTTON_OEM_CUSTOM2","features":[382]},{"name":"GPIO_BUTTON_OEM_CUSTOM3","features":[382]},{"name":"GPIO_BUTTON_POWER","features":[382]},{"name":"GPIO_BUTTON_RINGER_TOGGLE","features":[382]},{"name":"GPIO_BUTTON_ROTATION_LOCK","features":[382]},{"name":"GPIO_BUTTON_SEARCH","features":[382]},{"name":"GPIO_BUTTON_VOLUME_DOWN","features":[382]},{"name":"GPIO_BUTTON_VOLUME_UP","features":[382]},{"name":"GPIO_BUTTON_WINDOWS","features":[382]},{"name":"GUID_Button","features":[382]},{"name":"GUID_ConstantForce","features":[382]},{"name":"GUID_CustomForce","features":[382]},{"name":"GUID_DEVINTERFACE_HID","features":[382]},{"name":"GUID_DEVINTERFACE_KEYBOARD","features":[382]},{"name":"GUID_DEVINTERFACE_MOUSE","features":[382]},{"name":"GUID_Damper","features":[382]},{"name":"GUID_Friction","features":[382]},{"name":"GUID_HIDClass","features":[382]},{"name":"GUID_HID_INTERFACE_HIDPARSE","features":[382]},{"name":"GUID_HID_INTERFACE_NOTIFY","features":[382]},{"name":"GUID_Inertia","features":[382]},{"name":"GUID_Joystick","features":[382]},{"name":"GUID_Key","features":[382]},{"name":"GUID_KeyboardClass","features":[382]},{"name":"GUID_MediaClass","features":[382]},{"name":"GUID_MouseClass","features":[382]},{"name":"GUID_POV","features":[382]},{"name":"GUID_RampForce","features":[382]},{"name":"GUID_RxAxis","features":[382]},{"name":"GUID_RyAxis","features":[382]},{"name":"GUID_RzAxis","features":[382]},{"name":"GUID_SawtoothDown","features":[382]},{"name":"GUID_SawtoothUp","features":[382]},{"name":"GUID_Sine","features":[382]},{"name":"GUID_Slider","features":[382]},{"name":"GUID_Spring","features":[382]},{"name":"GUID_Square","features":[382]},{"name":"GUID_SysKeyboard","features":[382]},{"name":"GUID_SysKeyboardEm","features":[382]},{"name":"GUID_SysKeyboardEm2","features":[382]},{"name":"GUID_SysMouse","features":[382]},{"name":"GUID_SysMouseEm","features":[382]},{"name":"GUID_SysMouseEm2","features":[382]},{"name":"GUID_Triangle","features":[382]},{"name":"GUID_Unknown","features":[382]},{"name":"GUID_XAxis","features":[382]},{"name":"GUID_YAxis","features":[382]},{"name":"GUID_ZAxis","features":[382]},{"name":"HIDD_ATTRIBUTES","features":[382]},{"name":"HIDD_CONFIGURATION","features":[382]},{"name":"HIDP_BUTTON_ARRAY_DATA","features":[382,307]},{"name":"HIDP_BUTTON_CAPS","features":[382,307]},{"name":"HIDP_CAPS","features":[382]},{"name":"HIDP_DATA","features":[382,307]},{"name":"HIDP_EXTENDED_ATTRIBUTES","features":[382]},{"name":"HIDP_KEYBOARD_DIRECTION","features":[382]},{"name":"HIDP_KEYBOARD_MODIFIER_STATE","features":[382]},{"name":"HIDP_LINK_COLLECTION_NODE","features":[382]},{"name":"HIDP_REPORT_TYPE","features":[382]},{"name":"HIDP_STATUS_BAD_LOG_PHY_VALUES","features":[382,307]},{"name":"HIDP_STATUS_BUFFER_TOO_SMALL","features":[382,307]},{"name":"HIDP_STATUS_BUTTON_NOT_PRESSED","features":[382,307]},{"name":"HIDP_STATUS_DATA_INDEX_NOT_FOUND","features":[382,307]},{"name":"HIDP_STATUS_DATA_INDEX_OUT_OF_RANGE","features":[382,307]},{"name":"HIDP_STATUS_I8042_TRANS_UNKNOWN","features":[382,307]},{"name":"HIDP_STATUS_I8242_TRANS_UNKNOWN","features":[382,307]},{"name":"HIDP_STATUS_INCOMPATIBLE_REPORT_ID","features":[382,307]},{"name":"HIDP_STATUS_INTERNAL_ERROR","features":[382,307]},{"name":"HIDP_STATUS_INVALID_PREPARSED_DATA","features":[382,307]},{"name":"HIDP_STATUS_INVALID_REPORT_LENGTH","features":[382,307]},{"name":"HIDP_STATUS_INVALID_REPORT_TYPE","features":[382,307]},{"name":"HIDP_STATUS_IS_VALUE_ARRAY","features":[382,307]},{"name":"HIDP_STATUS_NOT_BUTTON_ARRAY","features":[382,307]},{"name":"HIDP_STATUS_NOT_IMPLEMENTED","features":[382,307]},{"name":"HIDP_STATUS_NOT_VALUE_ARRAY","features":[382,307]},{"name":"HIDP_STATUS_NULL","features":[382,307]},{"name":"HIDP_STATUS_REPORT_DOES_NOT_EXIST","features":[382,307]},{"name":"HIDP_STATUS_SUCCESS","features":[382,307]},{"name":"HIDP_STATUS_USAGE_NOT_FOUND","features":[382,307]},{"name":"HIDP_STATUS_VALUE_OUT_OF_RANGE","features":[382,307]},{"name":"HIDP_UNKNOWN_TOKEN","features":[382]},{"name":"HIDP_VALUE_CAPS","features":[382,307]},{"name":"HID_COLLECTION_INFORMATION","features":[382,307]},{"name":"HID_DRIVER_CONFIG","features":[382]},{"name":"HID_REVISION","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_14_SEGMENT_DIRECT_MAP","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_7_SEGMENT_DIRECT_MAP","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_ALPHANUMERIC_DISPLAY","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_ASCII_CHARACTER_SET","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_ATTRIBUTE_DATA","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_ATTRIBUTE_READBACK","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAPPED_DISPLAY","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAP_SIZE_X","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAP_SIZE_Y","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_BIT_DEPTH_FORMAT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_DATA","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_X1","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_X2","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_Y1","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_Y2","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_REPORT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CHARACTER_ATTRIBUTE","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CHARACTER_REPORT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_BLINK","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_ENHANCE","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_UNDERLINE","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_HEIGHT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_SPACING_HORIZONTAL","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_SPACING_VERTICAL","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_WIDTH","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CLEAR_DISPLAY","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_COLUMN","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_COLUMNS","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_BLINK","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_ENABLE","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_MODE","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_PIXEL_POSITIONING","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_POSITION_REPORT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_DATA_READ_BACK","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ATTRIBUTES_REPORT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_BRIGHTNESS","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_CONTRAST","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_CONTROL_REPORT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_DATA","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ENABLE","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ORIENTATION","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_STATUS","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_ERR_FONT_DATA_CANNOT_BE_READ","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_ERR_NOT_A_LOADABLE_CHARACTER","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_14_SEGMENT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_7_SEGMENT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_DATA","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_READ_BACK","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_REPORT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_HORIZONTAL_SCROLL","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA_OFFSET","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA_SIZE","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_REPORT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_ROW","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_ROWS","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_SCREEN_SAVER_DELAY","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_SCREEN_SAVER_ENABLE","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_ID","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_OFFSET1","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_OFFSET2","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_REPORT","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_SIDE","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_STATUS_NOT_READY","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_STATUS_READY","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_UNICODE_CHAR_SET","features":[382]},{"name":"HID_USAGE_ALPHANUMERIC_VERTICAL_SCROLL","features":[382]},{"name":"HID_USAGE_CAMERA_AUTO_FOCUS","features":[382]},{"name":"HID_USAGE_CAMERA_SHUTTER","features":[382]},{"name":"HID_USAGE_CONSUMERCTRL","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_BACK","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_BOOKMARKS","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_FORWARD","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_GOTO","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_HOME","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_NEXT","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_PAN","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_PREVIOUS","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_REFRESH","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_SEARCH","features":[382]},{"name":"HID_USAGE_CONSUMER_AC_STOP","features":[382]},{"name":"HID_USAGE_CONSUMER_AL_BROWSER","features":[382]},{"name":"HID_USAGE_CONSUMER_AL_CALCULATOR","features":[382]},{"name":"HID_USAGE_CONSUMER_AL_CONFIGURATION","features":[382]},{"name":"HID_USAGE_CONSUMER_AL_EMAIL","features":[382]},{"name":"HID_USAGE_CONSUMER_AL_SEARCH","features":[382]},{"name":"HID_USAGE_CONSUMER_BALANCE","features":[382]},{"name":"HID_USAGE_CONSUMER_BASS","features":[382]},{"name":"HID_USAGE_CONSUMER_BASS_BOOST","features":[382]},{"name":"HID_USAGE_CONSUMER_BASS_DECREMENT","features":[382]},{"name":"HID_USAGE_CONSUMER_BASS_INCREMENT","features":[382]},{"name":"HID_USAGE_CONSUMER_CHANNEL_DECREMENT","features":[382]},{"name":"HID_USAGE_CONSUMER_CHANNEL_INCREMENT","features":[382]},{"name":"HID_USAGE_CONSUMER_EXTENDED_KEYBOARD_ATTRIBUTES_COLLECTION","features":[382]},{"name":"HID_USAGE_CONSUMER_FAST_FORWARD","features":[382]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_OPEN_GAMEBAR","features":[382]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_RECORD_CLIP","features":[382]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_SCREENSHOT","features":[382]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_BROADCAST","features":[382]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_CAMERA","features":[382]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_INDICATOR","features":[382]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_MICROPHONE","features":[382]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_RECORD","features":[382]},{"name":"HID_USAGE_CONSUMER_IMPLEMENTED_KEYBOARD_INPUT_ASSIST_CONTROLS","features":[382]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_FORM_FACTOR","features":[382]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_IETF_LANGUAGE_TAG_INDEX","features":[382]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_KEY_TYPE","features":[382]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_PHYSICAL_LAYOUT","features":[382]},{"name":"HID_USAGE_CONSUMER_LOUDNESS","features":[382]},{"name":"HID_USAGE_CONSUMER_MPX","features":[382]},{"name":"HID_USAGE_CONSUMER_MUTE","features":[382]},{"name":"HID_USAGE_CONSUMER_PAUSE","features":[382]},{"name":"HID_USAGE_CONSUMER_PLAY","features":[382]},{"name":"HID_USAGE_CONSUMER_PLAY_PAUSE","features":[382]},{"name":"HID_USAGE_CONSUMER_RECORD","features":[382]},{"name":"HID_USAGE_CONSUMER_REWIND","features":[382]},{"name":"HID_USAGE_CONSUMER_SCAN_NEXT_TRACK","features":[382]},{"name":"HID_USAGE_CONSUMER_SCAN_PREV_TRACK","features":[382]},{"name":"HID_USAGE_CONSUMER_STOP","features":[382]},{"name":"HID_USAGE_CONSUMER_SURROUND_MODE","features":[382]},{"name":"HID_USAGE_CONSUMER_TREBLE","features":[382]},{"name":"HID_USAGE_CONSUMER_TREBLE_DECREMENT","features":[382]},{"name":"HID_USAGE_CONSUMER_TREBLE_INCREMENT","features":[382]},{"name":"HID_USAGE_CONSUMER_VENDOR_SPECIFIC_KEYBOARD_PHYSICAL_LAYOUT","features":[382]},{"name":"HID_USAGE_CONSUMER_VOLUME","features":[382]},{"name":"HID_USAGE_CONSUMER_VOLUME_DECREMENT","features":[382]},{"name":"HID_USAGE_CONSUMER_VOLUME_INCREMENT","features":[382]},{"name":"HID_USAGE_DIGITIZER_3D_DIGITIZER","features":[382]},{"name":"HID_USAGE_DIGITIZER_ALTITUDE","features":[382]},{"name":"HID_USAGE_DIGITIZER_ARMATURE","features":[382]},{"name":"HID_USAGE_DIGITIZER_ARTICULATED_ARM","features":[382]},{"name":"HID_USAGE_DIGITIZER_AZIMUTH","features":[382]},{"name":"HID_USAGE_DIGITIZER_BARREL_PRESSURE","features":[382]},{"name":"HID_USAGE_DIGITIZER_BARREL_SWITCH","features":[382]},{"name":"HID_USAGE_DIGITIZER_BATTERY_STRENGTH","features":[382]},{"name":"HID_USAGE_DIGITIZER_COORD_MEASURING","features":[382]},{"name":"HID_USAGE_DIGITIZER_DATA_VALID","features":[382]},{"name":"HID_USAGE_DIGITIZER_DIGITIZER","features":[382]},{"name":"HID_USAGE_DIGITIZER_ERASER","features":[382]},{"name":"HID_USAGE_DIGITIZER_FINGER","features":[382]},{"name":"HID_USAGE_DIGITIZER_FREE_SPACE_WAND","features":[382]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP","features":[382]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_FRAME_DATA","features":[382]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_PROTOCOL_VENDOR_ID","features":[382]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_PROTOCOL_VERSION","features":[382]},{"name":"HID_USAGE_DIGITIZER_INVERT","features":[382]},{"name":"HID_USAGE_DIGITIZER_IN_RANGE","features":[382]},{"name":"HID_USAGE_DIGITIZER_LIGHT_PEN","features":[382]},{"name":"HID_USAGE_DIGITIZER_MULTI_POINT","features":[382]},{"name":"HID_USAGE_DIGITIZER_PEN","features":[382]},{"name":"HID_USAGE_DIGITIZER_PROG_CHANGE_KEYS","features":[382]},{"name":"HID_USAGE_DIGITIZER_PUCK","features":[382]},{"name":"HID_USAGE_DIGITIZER_QUALITY","features":[382]},{"name":"HID_USAGE_DIGITIZER_SECONDARY_TIP_SWITCH","features":[382]},{"name":"HID_USAGE_DIGITIZER_STEREO_PLOTTER","features":[382]},{"name":"HID_USAGE_DIGITIZER_STYLUS","features":[382]},{"name":"HID_USAGE_DIGITIZER_TABLET_FUNC_KEYS","features":[382]},{"name":"HID_USAGE_DIGITIZER_TABLET_PICK","features":[382]},{"name":"HID_USAGE_DIGITIZER_TAP","features":[382]},{"name":"HID_USAGE_DIGITIZER_TIP_PRESSURE","features":[382]},{"name":"HID_USAGE_DIGITIZER_TIP_SWITCH","features":[382]},{"name":"HID_USAGE_DIGITIZER_TOUCH","features":[382]},{"name":"HID_USAGE_DIGITIZER_TOUCH_PAD","features":[382]},{"name":"HID_USAGE_DIGITIZER_TOUCH_SCREEN","features":[382]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_CONNECTED","features":[382]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_INDEX","features":[382]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_PRODUCT","features":[382]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_SERIAL","features":[382]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_SERIAL_PART2","features":[382]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_VENDOR","features":[382]},{"name":"HID_USAGE_DIGITIZER_TWIST","features":[382]},{"name":"HID_USAGE_DIGITIZER_UNTOUCH","features":[382]},{"name":"HID_USAGE_DIGITIZER_WHITE_BOARD","features":[382]},{"name":"HID_USAGE_DIGITIZER_X_TILT","features":[382]},{"name":"HID_USAGE_DIGITIZER_Y_TILT","features":[382]},{"name":"HID_USAGE_GAME_3D_GAME_CONTROLLER","features":[382]},{"name":"HID_USAGE_GAME_BUMP","features":[382]},{"name":"HID_USAGE_GAME_FLIPPER","features":[382]},{"name":"HID_USAGE_GAME_GAMEPAD_FIRE_JUMP","features":[382]},{"name":"HID_USAGE_GAME_GAMEPAD_TRIGGER","features":[382]},{"name":"HID_USAGE_GAME_GUN_AUTOMATIC","features":[382]},{"name":"HID_USAGE_GAME_GUN_BOLT","features":[382]},{"name":"HID_USAGE_GAME_GUN_BURST","features":[382]},{"name":"HID_USAGE_GAME_GUN_CLIP","features":[382]},{"name":"HID_USAGE_GAME_GUN_DEVICE","features":[382]},{"name":"HID_USAGE_GAME_GUN_SAFETY","features":[382]},{"name":"HID_USAGE_GAME_GUN_SELECTOR","features":[382]},{"name":"HID_USAGE_GAME_GUN_SINGLE_SHOT","features":[382]},{"name":"HID_USAGE_GAME_LEAN_FORWARD_BACK","features":[382]},{"name":"HID_USAGE_GAME_LEAN_RIGHT_LEFT","features":[382]},{"name":"HID_USAGE_GAME_MOVE_FORWARD_BACK","features":[382]},{"name":"HID_USAGE_GAME_MOVE_RIGHT_LEFT","features":[382]},{"name":"HID_USAGE_GAME_MOVE_UP_DOWN","features":[382]},{"name":"HID_USAGE_GAME_NEW_GAME","features":[382]},{"name":"HID_USAGE_GAME_PINBALL_DEVICE","features":[382]},{"name":"HID_USAGE_GAME_PITCH_FORWARD_BACK","features":[382]},{"name":"HID_USAGE_GAME_PLAYER","features":[382]},{"name":"HID_USAGE_GAME_POINT_OF_VIEW","features":[382]},{"name":"HID_USAGE_GAME_POV_HEIGHT","features":[382]},{"name":"HID_USAGE_GAME_ROLL_RIGHT_LEFT","features":[382]},{"name":"HID_USAGE_GAME_SECONDARY_FLIPPER","features":[382]},{"name":"HID_USAGE_GAME_SHOOT_BALL","features":[382]},{"name":"HID_USAGE_GAME_TURN_RIGHT_LEFT","features":[382]},{"name":"HID_USAGE_GENERIC_BYTE_COUNT","features":[382]},{"name":"HID_USAGE_GENERIC_CONTROL_ENABLE","features":[382]},{"name":"HID_USAGE_GENERIC_COUNTED_BUFFER","features":[382]},{"name":"HID_USAGE_GENERIC_DEVICE_BATTERY_STRENGTH","features":[382]},{"name":"HID_USAGE_GENERIC_DEVICE_DISCOVER_WIRELESS_CONTROL","features":[382]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CHAR_ENTERED","features":[382]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CHAR_ERASED","features":[382]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CLEARED","features":[382]},{"name":"HID_USAGE_GENERIC_DEVICE_WIRELESS_CHANNEL","features":[382]},{"name":"HID_USAGE_GENERIC_DEVICE_WIRELESS_ID","features":[382]},{"name":"HID_USAGE_GENERIC_DIAL","features":[382]},{"name":"HID_USAGE_GENERIC_DPAD_DOWN","features":[382]},{"name":"HID_USAGE_GENERIC_DPAD_LEFT","features":[382]},{"name":"HID_USAGE_GENERIC_DPAD_RIGHT","features":[382]},{"name":"HID_USAGE_GENERIC_DPAD_UP","features":[382]},{"name":"HID_USAGE_GENERIC_FEATURE_NOTIFICATION","features":[382]},{"name":"HID_USAGE_GENERIC_GAMEPAD","features":[382]},{"name":"HID_USAGE_GENERIC_HATSWITCH","features":[382]},{"name":"HID_USAGE_GENERIC_INTERACTIVE_CONTROL","features":[382]},{"name":"HID_USAGE_GENERIC_JOYSTICK","features":[382]},{"name":"HID_USAGE_GENERIC_KEYBOARD","features":[382]},{"name":"HID_USAGE_GENERIC_KEYPAD","features":[382]},{"name":"HID_USAGE_GENERIC_MOTION_WAKEUP","features":[382]},{"name":"HID_USAGE_GENERIC_MOUSE","features":[382]},{"name":"HID_USAGE_GENERIC_MULTI_AXIS_CONTROLLER","features":[382]},{"name":"HID_USAGE_GENERIC_POINTER","features":[382]},{"name":"HID_USAGE_GENERIC_PORTABLE_DEVICE_CONTROL","features":[382]},{"name":"HID_USAGE_GENERIC_RESOLUTION_MULTIPLIER","features":[382]},{"name":"HID_USAGE_GENERIC_RX","features":[382]},{"name":"HID_USAGE_GENERIC_RY","features":[382]},{"name":"HID_USAGE_GENERIC_RZ","features":[382]},{"name":"HID_USAGE_GENERIC_SELECT","features":[382]},{"name":"HID_USAGE_GENERIC_SLIDER","features":[382]},{"name":"HID_USAGE_GENERIC_START","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_BREAK","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_DBG_BREAK","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_MENU","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_COLD_RESTART","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_CONTEXT_MENU","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISMISS_NOTIFICATION","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_AUTOSCALE","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_BOTH","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_DUAL","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_EXTERNAL","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_INTERNAL","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_INVERT","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_SWAP","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_TOGGLE","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_DOCK","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN_LOCK","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN_LOCK_INDICATOR","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_HELP_MENU","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_HIBERNATE","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_MAIN_MENU","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_DOWN","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_EXIT","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_LEFT","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_RIGHT","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_SELECT","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_UP","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_MUTE","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_POWER","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_SETUP","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_SLEEP","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_SYS_BREAK","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_SYS_DBG_BREAK","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_UNDOCK","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_WAKE","features":[382]},{"name":"HID_USAGE_GENERIC_SYSCTL_WARM_RESTART","features":[382]},{"name":"HID_USAGE_GENERIC_SYSTEM_CTL","features":[382]},{"name":"HID_USAGE_GENERIC_SYSTEM_DISPLAY_ROTATION_LOCK_BUTTON","features":[382]},{"name":"HID_USAGE_GENERIC_SYSTEM_DISPLAY_ROTATION_LOCK_SLIDER_SWITCH","features":[382]},{"name":"HID_USAGE_GENERIC_TABLET_PC_SYSTEM_CTL","features":[382]},{"name":"HID_USAGE_GENERIC_VBRX","features":[382]},{"name":"HID_USAGE_GENERIC_VBRY","features":[382]},{"name":"HID_USAGE_GENERIC_VBRZ","features":[382]},{"name":"HID_USAGE_GENERIC_VNO","features":[382]},{"name":"HID_USAGE_GENERIC_VX","features":[382]},{"name":"HID_USAGE_GENERIC_VY","features":[382]},{"name":"HID_USAGE_GENERIC_VZ","features":[382]},{"name":"HID_USAGE_GENERIC_WHEEL","features":[382]},{"name":"HID_USAGE_GENERIC_X","features":[382]},{"name":"HID_USAGE_GENERIC_Y","features":[382]},{"name":"HID_USAGE_GENERIC_Z","features":[382]},{"name":"HID_USAGE_HAPTICS_AUTO_ASSOCIATED_CONTROL","features":[382]},{"name":"HID_USAGE_HAPTICS_AUTO_TRIGGER","features":[382]},{"name":"HID_USAGE_HAPTICS_DURATION_LIST","features":[382]},{"name":"HID_USAGE_HAPTICS_INTENSITY","features":[382]},{"name":"HID_USAGE_HAPTICS_MANUAL_TRIGGER","features":[382]},{"name":"HID_USAGE_HAPTICS_REPEAT_COUNT","features":[382]},{"name":"HID_USAGE_HAPTICS_RETRIGGER_PERIOD","features":[382]},{"name":"HID_USAGE_HAPTICS_SIMPLE_CONTROLLER","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_BEGIN","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_BUZZ","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_CLICK","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_CUTOFF_TIME","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_END","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_LIST","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_NULL","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_PRESS","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_RELEASE","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_RUMBLE","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_STOP","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_BEGIN","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_END","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_ID","features":[382]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_PAGE","features":[382]},{"name":"HID_USAGE_KEYBOARD_CAPS_LOCK","features":[382]},{"name":"HID_USAGE_KEYBOARD_DELETE","features":[382]},{"name":"HID_USAGE_KEYBOARD_DELETE_FORWARD","features":[382]},{"name":"HID_USAGE_KEYBOARD_ESCAPE","features":[382]},{"name":"HID_USAGE_KEYBOARD_F1","features":[382]},{"name":"HID_USAGE_KEYBOARD_F10","features":[382]},{"name":"HID_USAGE_KEYBOARD_F11","features":[382]},{"name":"HID_USAGE_KEYBOARD_F12","features":[382]},{"name":"HID_USAGE_KEYBOARD_F13","features":[382]},{"name":"HID_USAGE_KEYBOARD_F14","features":[382]},{"name":"HID_USAGE_KEYBOARD_F15","features":[382]},{"name":"HID_USAGE_KEYBOARD_F16","features":[382]},{"name":"HID_USAGE_KEYBOARD_F17","features":[382]},{"name":"HID_USAGE_KEYBOARD_F18","features":[382]},{"name":"HID_USAGE_KEYBOARD_F19","features":[382]},{"name":"HID_USAGE_KEYBOARD_F2","features":[382]},{"name":"HID_USAGE_KEYBOARD_F20","features":[382]},{"name":"HID_USAGE_KEYBOARD_F21","features":[382]},{"name":"HID_USAGE_KEYBOARD_F22","features":[382]},{"name":"HID_USAGE_KEYBOARD_F23","features":[382]},{"name":"HID_USAGE_KEYBOARD_F24","features":[382]},{"name":"HID_USAGE_KEYBOARD_F3","features":[382]},{"name":"HID_USAGE_KEYBOARD_F4","features":[382]},{"name":"HID_USAGE_KEYBOARD_F5","features":[382]},{"name":"HID_USAGE_KEYBOARD_F6","features":[382]},{"name":"HID_USAGE_KEYBOARD_F7","features":[382]},{"name":"HID_USAGE_KEYBOARD_F8","features":[382]},{"name":"HID_USAGE_KEYBOARD_F9","features":[382]},{"name":"HID_USAGE_KEYBOARD_KEYPAD_0_AND_INSERT","features":[382]},{"name":"HID_USAGE_KEYBOARD_KEYPAD_1_AND_END","features":[382]},{"name":"HID_USAGE_KEYBOARD_LALT","features":[382]},{"name":"HID_USAGE_KEYBOARD_LCTRL","features":[382]},{"name":"HID_USAGE_KEYBOARD_LGUI","features":[382]},{"name":"HID_USAGE_KEYBOARD_LSHFT","features":[382]},{"name":"HID_USAGE_KEYBOARD_NOEVENT","features":[382]},{"name":"HID_USAGE_KEYBOARD_NUM_LOCK","features":[382]},{"name":"HID_USAGE_KEYBOARD_ONE","features":[382]},{"name":"HID_USAGE_KEYBOARD_POSTFAIL","features":[382]},{"name":"HID_USAGE_KEYBOARD_PRINT_SCREEN","features":[382]},{"name":"HID_USAGE_KEYBOARD_RALT","features":[382]},{"name":"HID_USAGE_KEYBOARD_RCTRL","features":[382]},{"name":"HID_USAGE_KEYBOARD_RETURN","features":[382]},{"name":"HID_USAGE_KEYBOARD_RGUI","features":[382]},{"name":"HID_USAGE_KEYBOARD_ROLLOVER","features":[382]},{"name":"HID_USAGE_KEYBOARD_RSHFT","features":[382]},{"name":"HID_USAGE_KEYBOARD_SCROLL_LOCK","features":[382]},{"name":"HID_USAGE_KEYBOARD_UNDEFINED","features":[382]},{"name":"HID_USAGE_KEYBOARD_ZERO","features":[382]},{"name":"HID_USAGE_KEYBOARD_aA","features":[382]},{"name":"HID_USAGE_KEYBOARD_zZ","features":[382]},{"name":"HID_USAGE_LAMPARRAY","features":[382]},{"name":"HID_USAGE_LAMPARRAY_ATTRBIUTES_REPORT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_AUTONOMOUS_MODE","features":[382]},{"name":"HID_USAGE_LAMPARRAY_BLUE_LEVEL_COUNT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_DEPTH_IN_MICROMETERS","features":[382]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_HEIGHT_IN_MICROMETERS","features":[382]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_WIDTH_IN_MICROMETERS","features":[382]},{"name":"HID_USAGE_LAMPARRAY_CONTROL_REPORT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_GREEN_LEVEL_COUNT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_INPUT_BINDING","features":[382]},{"name":"HID_USAGE_LAMPARRAY_INTENSITY_LEVEL_COUNT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_IS_PROGRAMMABLE","features":[382]},{"name":"HID_USAGE_LAMPARRAY_KIND","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ATTRIBUTES_REQUEST_REPORT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ATTRIBUTES_RESPONSE_REPORT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_BLUE_UPDATE_CHANNEL","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_COUNT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_GREEN_UPDATE_CHANNEL","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID_END","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID_START","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_INTENSITY_UPDATE_CHANNEL","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_MULTI_UPDATE_REPORT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_PURPOSES","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_RANGE_UPDATE_REPORT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_RED_UPDATE_CHANNEL","features":[382]},{"name":"HID_USAGE_LAMPARRAY_LAMP_UPDATE_FLAGS","features":[382]},{"name":"HID_USAGE_LAMPARRAY_MIN_UPDATE_INTERVAL_IN_MICROSECONDS","features":[382]},{"name":"HID_USAGE_LAMPARRAY_POSITION_X_IN_MICROMETERS","features":[382]},{"name":"HID_USAGE_LAMPARRAY_POSITION_Y_IN_MICROMETERS","features":[382]},{"name":"HID_USAGE_LAMPARRAY_POSITION_Z_IN_MICROMETERS","features":[382]},{"name":"HID_USAGE_LAMPARRAY_RED_LEVEL_COUNT","features":[382]},{"name":"HID_USAGE_LAMPARRAY_UPDATE_LATENCY_IN_MICROSECONDS","features":[382]},{"name":"HID_USAGE_LED_AMBER","features":[382]},{"name":"HID_USAGE_LED_BATTERY_LOW","features":[382]},{"name":"HID_USAGE_LED_BATTERY_OK","features":[382]},{"name":"HID_USAGE_LED_BATTERY_OPERATION","features":[382]},{"name":"HID_USAGE_LED_BUSY","features":[382]},{"name":"HID_USAGE_LED_CALL_PICKUP","features":[382]},{"name":"HID_USAGE_LED_CAMERA_OFF","features":[382]},{"name":"HID_USAGE_LED_CAMERA_ON","features":[382]},{"name":"HID_USAGE_LED_CAPS_LOCK","features":[382]},{"name":"HID_USAGE_LED_CAV","features":[382]},{"name":"HID_USAGE_LED_CLV","features":[382]},{"name":"HID_USAGE_LED_COMPOSE","features":[382]},{"name":"HID_USAGE_LED_CONFERENCE","features":[382]},{"name":"HID_USAGE_LED_COVERAGE","features":[382]},{"name":"HID_USAGE_LED_DATA_MODE","features":[382]},{"name":"HID_USAGE_LED_DO_NOT_DISTURB","features":[382]},{"name":"HID_USAGE_LED_EQUALIZER_ENABLE","features":[382]},{"name":"HID_USAGE_LED_ERROR","features":[382]},{"name":"HID_USAGE_LED_EXTERNAL_POWER","features":[382]},{"name":"HID_USAGE_LED_FAST_BLINK_OFF_TIME","features":[382]},{"name":"HID_USAGE_LED_FAST_BLINK_ON_TIME","features":[382]},{"name":"HID_USAGE_LED_FAST_FORWARD","features":[382]},{"name":"HID_USAGE_LED_FLASH_ON_TIME","features":[382]},{"name":"HID_USAGE_LED_FORWARD","features":[382]},{"name":"HID_USAGE_LED_GENERIC_INDICATOR","features":[382]},{"name":"HID_USAGE_LED_GREEN","features":[382]},{"name":"HID_USAGE_LED_HEAD_SET","features":[382]},{"name":"HID_USAGE_LED_HIGH_CUT_FILTER","features":[382]},{"name":"HID_USAGE_LED_HOLD","features":[382]},{"name":"HID_USAGE_LED_INDICATOR_COLOR","features":[382]},{"name":"HID_USAGE_LED_INDICATOR_FAST_BLINK","features":[382]},{"name":"HID_USAGE_LED_INDICATOR_FLASH","features":[382]},{"name":"HID_USAGE_LED_INDICATOR_OFF","features":[382]},{"name":"HID_USAGE_LED_INDICATOR_ON","features":[382]},{"name":"HID_USAGE_LED_INDICATOR_SLOW_BLINK","features":[382]},{"name":"HID_USAGE_LED_IN_USE_INDICATOR","features":[382]},{"name":"HID_USAGE_LED_KANA","features":[382]},{"name":"HID_USAGE_LED_LOW_CUT_FILTER","features":[382]},{"name":"HID_USAGE_LED_MESSAGE_WAITING","features":[382]},{"name":"HID_USAGE_LED_MICROPHONE","features":[382]},{"name":"HID_USAGE_LED_MULTI_MODE_INDICATOR","features":[382]},{"name":"HID_USAGE_LED_MUTE","features":[382]},{"name":"HID_USAGE_LED_NIGHT_MODE","features":[382]},{"name":"HID_USAGE_LED_NUM_LOCK","features":[382]},{"name":"HID_USAGE_LED_OFF_HOOK","features":[382]},{"name":"HID_USAGE_LED_OFF_LINE","features":[382]},{"name":"HID_USAGE_LED_ON_LINE","features":[382]},{"name":"HID_USAGE_LED_PAPER_JAM","features":[382]},{"name":"HID_USAGE_LED_PAPER_OUT","features":[382]},{"name":"HID_USAGE_LED_PAUSE","features":[382]},{"name":"HID_USAGE_LED_PLAY","features":[382]},{"name":"HID_USAGE_LED_POWER","features":[382]},{"name":"HID_USAGE_LED_READY","features":[382]},{"name":"HID_USAGE_LED_RECORD","features":[382]},{"name":"HID_USAGE_LED_RECORDING_FORMAT_DET","features":[382]},{"name":"HID_USAGE_LED_RED","features":[382]},{"name":"HID_USAGE_LED_REMOTE","features":[382]},{"name":"HID_USAGE_LED_REPEAT","features":[382]},{"name":"HID_USAGE_LED_REVERSE","features":[382]},{"name":"HID_USAGE_LED_REWIND","features":[382]},{"name":"HID_USAGE_LED_RING","features":[382]},{"name":"HID_USAGE_LED_SAMPLING_RATE_DETECT","features":[382]},{"name":"HID_USAGE_LED_SCROLL_LOCK","features":[382]},{"name":"HID_USAGE_LED_SELECTED_INDICATOR","features":[382]},{"name":"HID_USAGE_LED_SEND_CALLS","features":[382]},{"name":"HID_USAGE_LED_SHIFT","features":[382]},{"name":"HID_USAGE_LED_SLOW_BLINK_OFF_TIME","features":[382]},{"name":"HID_USAGE_LED_SLOW_BLINK_ON_TIME","features":[382]},{"name":"HID_USAGE_LED_SOUND_FIELD_ON","features":[382]},{"name":"HID_USAGE_LED_SPEAKER","features":[382]},{"name":"HID_USAGE_LED_SPINNING","features":[382]},{"name":"HID_USAGE_LED_STAND_BY","features":[382]},{"name":"HID_USAGE_LED_STEREO","features":[382]},{"name":"HID_USAGE_LED_STOP","features":[382]},{"name":"HID_USAGE_LED_SURROUND_FIELD_ON","features":[382]},{"name":"HID_USAGE_LED_SYSTEM_SUSPEND","features":[382]},{"name":"HID_USAGE_LED_TONE_ENABLE","features":[382]},{"name":"HID_USAGE_MS_BTH_HF_DIALMEMORY","features":[382]},{"name":"HID_USAGE_MS_BTH_HF_DIALNUMBER","features":[382]},{"name":"HID_USAGE_PAGE_ALPHANUMERIC","features":[382]},{"name":"HID_USAGE_PAGE_ARCADE","features":[382]},{"name":"HID_USAGE_PAGE_BARCODE_SCANNER","features":[382]},{"name":"HID_USAGE_PAGE_BUTTON","features":[382]},{"name":"HID_USAGE_PAGE_CAMERA_CONTROL","features":[382]},{"name":"HID_USAGE_PAGE_CONSUMER","features":[382]},{"name":"HID_USAGE_PAGE_DIGITIZER","features":[382]},{"name":"HID_USAGE_PAGE_GAME","features":[382]},{"name":"HID_USAGE_PAGE_GENERIC","features":[382]},{"name":"HID_USAGE_PAGE_GENERIC_DEVICE","features":[382]},{"name":"HID_USAGE_PAGE_HAPTICS","features":[382]},{"name":"HID_USAGE_PAGE_KEYBOARD","features":[382]},{"name":"HID_USAGE_PAGE_LED","features":[382]},{"name":"HID_USAGE_PAGE_LIGHTING_ILLUMINATION","features":[382]},{"name":"HID_USAGE_PAGE_MAGNETIC_STRIPE_READER","features":[382]},{"name":"HID_USAGE_PAGE_MICROSOFT_BLUETOOTH_HANDSFREE","features":[382]},{"name":"HID_USAGE_PAGE_ORDINAL","features":[382]},{"name":"HID_USAGE_PAGE_PID","features":[382]},{"name":"HID_USAGE_PAGE_SENSOR","features":[382]},{"name":"HID_USAGE_PAGE_SIMULATION","features":[382]},{"name":"HID_USAGE_PAGE_SPORT","features":[382]},{"name":"HID_USAGE_PAGE_TELEPHONY","features":[382]},{"name":"HID_USAGE_PAGE_UNDEFINED","features":[382]},{"name":"HID_USAGE_PAGE_UNICODE","features":[382]},{"name":"HID_USAGE_PAGE_VENDOR_DEFINED_BEGIN","features":[382]},{"name":"HID_USAGE_PAGE_VENDOR_DEFINED_END","features":[382]},{"name":"HID_USAGE_PAGE_VR","features":[382]},{"name":"HID_USAGE_PAGE_WEIGHING_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_ACCELLERATOR","features":[382]},{"name":"HID_USAGE_SIMULATION_AILERON","features":[382]},{"name":"HID_USAGE_SIMULATION_AILERON_TRIM","features":[382]},{"name":"HID_USAGE_SIMULATION_AIRPLANE_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_ANTI_TORQUE_CONTROL","features":[382]},{"name":"HID_USAGE_SIMULATION_AUTOMOBILE_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_AUTOPIOLOT_ENABLE","features":[382]},{"name":"HID_USAGE_SIMULATION_BALLAST","features":[382]},{"name":"HID_USAGE_SIMULATION_BARREL_ELEVATION","features":[382]},{"name":"HID_USAGE_SIMULATION_BICYCLE_CRANK","features":[382]},{"name":"HID_USAGE_SIMULATION_BICYCLE_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_BRAKE","features":[382]},{"name":"HID_USAGE_SIMULATION_CHAFF_RELEASE","features":[382]},{"name":"HID_USAGE_SIMULATION_CLUTCH","features":[382]},{"name":"HID_USAGE_SIMULATION_COLLECTIVE_CONTROL","features":[382]},{"name":"HID_USAGE_SIMULATION_CYCLIC_CONTROL","features":[382]},{"name":"HID_USAGE_SIMULATION_CYCLIC_TRIM","features":[382]},{"name":"HID_USAGE_SIMULATION_DIVE_BRAKE","features":[382]},{"name":"HID_USAGE_SIMULATION_DIVE_PLANE","features":[382]},{"name":"HID_USAGE_SIMULATION_ELECTRONIC_COUNTERMEASURES","features":[382]},{"name":"HID_USAGE_SIMULATION_ELEVATOR","features":[382]},{"name":"HID_USAGE_SIMULATION_ELEVATOR_TRIM","features":[382]},{"name":"HID_USAGE_SIMULATION_FLARE_RELEASE","features":[382]},{"name":"HID_USAGE_SIMULATION_FLIGHT_COMMUNICATIONS","features":[382]},{"name":"HID_USAGE_SIMULATION_FLIGHT_CONTROL_STICK","features":[382]},{"name":"HID_USAGE_SIMULATION_FLIGHT_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_FLIGHT_STICK","features":[382]},{"name":"HID_USAGE_SIMULATION_FLIGHT_YOKE","features":[382]},{"name":"HID_USAGE_SIMULATION_FRONT_BRAKE","features":[382]},{"name":"HID_USAGE_SIMULATION_HANDLE_BARS","features":[382]},{"name":"HID_USAGE_SIMULATION_HELICOPTER_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_LANDING_GEAR","features":[382]},{"name":"HID_USAGE_SIMULATION_MAGIC_CARPET_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_MOTORCYCLE_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_REAR_BRAKE","features":[382]},{"name":"HID_USAGE_SIMULATION_RUDDER","features":[382]},{"name":"HID_USAGE_SIMULATION_SAILING_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_SHIFTER","features":[382]},{"name":"HID_USAGE_SIMULATION_SPACESHIP_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_SPORTS_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_STEERING","features":[382]},{"name":"HID_USAGE_SIMULATION_SUBMARINE_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_TANK_SIMULATION_DEVICE","features":[382]},{"name":"HID_USAGE_SIMULATION_THROTTLE","features":[382]},{"name":"HID_USAGE_SIMULATION_TOE_BRAKE","features":[382]},{"name":"HID_USAGE_SIMULATION_TRACK_CONTROL","features":[382]},{"name":"HID_USAGE_SIMULATION_TRIGGER","features":[382]},{"name":"HID_USAGE_SIMULATION_TURRET_DIRECTION","features":[382]},{"name":"HID_USAGE_SIMULATION_WEAPONS_ARM","features":[382]},{"name":"HID_USAGE_SIMULATION_WEAPONS_SELECT","features":[382]},{"name":"HID_USAGE_SIMULATION_WING_FLAPS","features":[382]},{"name":"HID_USAGE_SPORT_10_IRON","features":[382]},{"name":"HID_USAGE_SPORT_11_IRON","features":[382]},{"name":"HID_USAGE_SPORT_1_IRON","features":[382]},{"name":"HID_USAGE_SPORT_1_WOOD","features":[382]},{"name":"HID_USAGE_SPORT_2_IRON","features":[382]},{"name":"HID_USAGE_SPORT_3_IRON","features":[382]},{"name":"HID_USAGE_SPORT_3_WOOD","features":[382]},{"name":"HID_USAGE_SPORT_4_IRON","features":[382]},{"name":"HID_USAGE_SPORT_5_IRON","features":[382]},{"name":"HID_USAGE_SPORT_5_WOOD","features":[382]},{"name":"HID_USAGE_SPORT_6_IRON","features":[382]},{"name":"HID_USAGE_SPORT_7_IRON","features":[382]},{"name":"HID_USAGE_SPORT_7_WOOD","features":[382]},{"name":"HID_USAGE_SPORT_8_IRON","features":[382]},{"name":"HID_USAGE_SPORT_9_IRON","features":[382]},{"name":"HID_USAGE_SPORT_9_WOOD","features":[382]},{"name":"HID_USAGE_SPORT_BASEBALL_BAT","features":[382]},{"name":"HID_USAGE_SPORT_FOLLOW_THROUGH","features":[382]},{"name":"HID_USAGE_SPORT_GOLF_CLUB","features":[382]},{"name":"HID_USAGE_SPORT_HEEL_TOE","features":[382]},{"name":"HID_USAGE_SPORT_HEIGHT","features":[382]},{"name":"HID_USAGE_SPORT_LOFT_WEDGE","features":[382]},{"name":"HID_USAGE_SPORT_OAR","features":[382]},{"name":"HID_USAGE_SPORT_POWER_WEDGE","features":[382]},{"name":"HID_USAGE_SPORT_PUTTER","features":[382]},{"name":"HID_USAGE_SPORT_RATE","features":[382]},{"name":"HID_USAGE_SPORT_ROWING_MACHINE","features":[382]},{"name":"HID_USAGE_SPORT_SAND_WEDGE","features":[382]},{"name":"HID_USAGE_SPORT_SLOPE","features":[382]},{"name":"HID_USAGE_SPORT_STICK_FACE_ANGLE","features":[382]},{"name":"HID_USAGE_SPORT_STICK_SPEED","features":[382]},{"name":"HID_USAGE_SPORT_STICK_TYPE","features":[382]},{"name":"HID_USAGE_SPORT_TEMPO","features":[382]},{"name":"HID_USAGE_SPORT_TREADMILL","features":[382]},{"name":"HID_USAGE_TELEPHONY_ANSWERING_MACHINE","features":[382]},{"name":"HID_USAGE_TELEPHONY_DROP","features":[382]},{"name":"HID_USAGE_TELEPHONY_HANDSET","features":[382]},{"name":"HID_USAGE_TELEPHONY_HEADSET","features":[382]},{"name":"HID_USAGE_TELEPHONY_HOST_AVAILABLE","features":[382]},{"name":"HID_USAGE_TELEPHONY_KEYPAD","features":[382]},{"name":"HID_USAGE_TELEPHONY_KEYPAD_0","features":[382]},{"name":"HID_USAGE_TELEPHONY_KEYPAD_D","features":[382]},{"name":"HID_USAGE_TELEPHONY_LINE","features":[382]},{"name":"HID_USAGE_TELEPHONY_MESSAGE_CONTROLS","features":[382]},{"name":"HID_USAGE_TELEPHONY_PHONE","features":[382]},{"name":"HID_USAGE_TELEPHONY_PROGRAMMABLE_BUTTON","features":[382]},{"name":"HID_USAGE_TELEPHONY_REDIAL","features":[382]},{"name":"HID_USAGE_TELEPHONY_RING_ENABLE","features":[382]},{"name":"HID_USAGE_TELEPHONY_SEND","features":[382]},{"name":"HID_USAGE_TELEPHONY_TRANSFER","features":[382]},{"name":"HID_USAGE_VR_ANIMATRONIC_DEVICE","features":[382]},{"name":"HID_USAGE_VR_BELT","features":[382]},{"name":"HID_USAGE_VR_BODY_SUIT","features":[382]},{"name":"HID_USAGE_VR_DISPLAY_ENABLE","features":[382]},{"name":"HID_USAGE_VR_FLEXOR","features":[382]},{"name":"HID_USAGE_VR_GLOVE","features":[382]},{"name":"HID_USAGE_VR_HAND_TRACKER","features":[382]},{"name":"HID_USAGE_VR_HEAD_MOUNTED_DISPLAY","features":[382]},{"name":"HID_USAGE_VR_HEAD_TRACKER","features":[382]},{"name":"HID_USAGE_VR_OCULOMETER","features":[382]},{"name":"HID_USAGE_VR_STEREO_ENABLE","features":[382]},{"name":"HID_USAGE_VR_VEST","features":[382]},{"name":"HID_XFER_PACKET","features":[382]},{"name":"HORIZONTAL_WHEEL_PRESENT","features":[382]},{"name":"HidD_FlushQueue","features":[382,307]},{"name":"HidD_FreePreparsedData","features":[382,307]},{"name":"HidD_GetAttributes","features":[382,307]},{"name":"HidD_GetConfiguration","features":[382,307]},{"name":"HidD_GetFeature","features":[382,307]},{"name":"HidD_GetHidGuid","features":[382]},{"name":"HidD_GetIndexedString","features":[382,307]},{"name":"HidD_GetInputReport","features":[382,307]},{"name":"HidD_GetManufacturerString","features":[382,307]},{"name":"HidD_GetMsGenreDescriptor","features":[382,307]},{"name":"HidD_GetNumInputBuffers","features":[382,307]},{"name":"HidD_GetPhysicalDescriptor","features":[382,307]},{"name":"HidD_GetPreparsedData","features":[382,307]},{"name":"HidD_GetProductString","features":[382,307]},{"name":"HidD_GetSerialNumberString","features":[382,307]},{"name":"HidD_SetConfiguration","features":[382,307]},{"name":"HidD_SetFeature","features":[382,307]},{"name":"HidD_SetNumInputBuffers","features":[382,307]},{"name":"HidD_SetOutputReport","features":[382,307]},{"name":"HidP_Feature","features":[382]},{"name":"HidP_GetButtonArray","features":[382,307]},{"name":"HidP_GetButtonCaps","features":[382,307]},{"name":"HidP_GetCaps","features":[382,307]},{"name":"HidP_GetData","features":[382,307]},{"name":"HidP_GetExtendedAttributes","features":[382,307]},{"name":"HidP_GetLinkCollectionNodes","features":[382,307]},{"name":"HidP_GetScaledUsageValue","features":[382,307]},{"name":"HidP_GetSpecificButtonCaps","features":[382,307]},{"name":"HidP_GetSpecificValueCaps","features":[382,307]},{"name":"HidP_GetUsageValue","features":[382,307]},{"name":"HidP_GetUsageValueArray","features":[382,307]},{"name":"HidP_GetUsages","features":[382,307]},{"name":"HidP_GetUsagesEx","features":[382,307]},{"name":"HidP_GetValueCaps","features":[382,307]},{"name":"HidP_InitializeReportForID","features":[382,307]},{"name":"HidP_Input","features":[382]},{"name":"HidP_Keyboard_Break","features":[382]},{"name":"HidP_Keyboard_Make","features":[382]},{"name":"HidP_MaxDataListLength","features":[382]},{"name":"HidP_MaxUsageListLength","features":[382]},{"name":"HidP_Output","features":[382]},{"name":"HidP_SetButtonArray","features":[382,307]},{"name":"HidP_SetData","features":[382,307]},{"name":"HidP_SetScaledUsageValue","features":[382,307]},{"name":"HidP_SetUsageValue","features":[382,307]},{"name":"HidP_SetUsageValueArray","features":[382,307]},{"name":"HidP_SetUsages","features":[382,307]},{"name":"HidP_TranslateUsagesToI8042ScanCodes","features":[382,307]},{"name":"HidP_UnsetUsages","features":[382,307]},{"name":"HidP_UsageListDifference","features":[382,307]},{"name":"IDirectInput2A","features":[382]},{"name":"IDirectInput2W","features":[382]},{"name":"IDirectInput7A","features":[382]},{"name":"IDirectInput7W","features":[382]},{"name":"IDirectInput8A","features":[382]},{"name":"IDirectInput8W","features":[382]},{"name":"IDirectInputA","features":[382]},{"name":"IDirectInputDevice2A","features":[382]},{"name":"IDirectInputDevice2W","features":[382]},{"name":"IDirectInputDevice7A","features":[382]},{"name":"IDirectInputDevice7W","features":[382]},{"name":"IDirectInputDevice8A","features":[382]},{"name":"IDirectInputDevice8W","features":[382]},{"name":"IDirectInputDeviceA","features":[382]},{"name":"IDirectInputDeviceW","features":[382]},{"name":"IDirectInputEffect","features":[382]},{"name":"IDirectInputEffectDriver","features":[382]},{"name":"IDirectInputJoyConfig","features":[382]},{"name":"IDirectInputJoyConfig8","features":[382]},{"name":"IDirectInputW","features":[382]},{"name":"INDICATOR_LIST","features":[382]},{"name":"INPUT_BUTTON_ENABLE_INFO","features":[382,307]},{"name":"IOCTL_BUTTON_GET_ENABLED_ON_IDLE","features":[382]},{"name":"IOCTL_BUTTON_SET_ENABLED_ON_IDLE","features":[382]},{"name":"IOCTL_KEYBOARD_INSERT_DATA","features":[382]},{"name":"IOCTL_KEYBOARD_QUERY_ATTRIBUTES","features":[382]},{"name":"IOCTL_KEYBOARD_QUERY_EXTENDED_ATTRIBUTES","features":[382]},{"name":"IOCTL_KEYBOARD_QUERY_IME_STATUS","features":[382]},{"name":"IOCTL_KEYBOARD_QUERY_INDICATORS","features":[382]},{"name":"IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION","features":[382]},{"name":"IOCTL_KEYBOARD_QUERY_TYPEMATIC","features":[382]},{"name":"IOCTL_KEYBOARD_SET_IME_STATUS","features":[382]},{"name":"IOCTL_KEYBOARD_SET_INDICATORS","features":[382]},{"name":"IOCTL_KEYBOARD_SET_TYPEMATIC","features":[382]},{"name":"IOCTL_MOUSE_INSERT_DATA","features":[382]},{"name":"IOCTL_MOUSE_QUERY_ATTRIBUTES","features":[382]},{"name":"JOYCALIBRATE","features":[382]},{"name":"JOYPOS","features":[382]},{"name":"JOYRANGE","features":[382]},{"name":"JOYREGHWCONFIG","features":[382]},{"name":"JOYREGHWSETTINGS","features":[382]},{"name":"JOYREGHWVALUES","features":[382]},{"name":"JOYREGUSERVALUES","features":[382]},{"name":"JOYTYPE_ANALOGCOMPAT","features":[382]},{"name":"JOYTYPE_DEFAULTPROPSHEET","features":[382]},{"name":"JOYTYPE_DEVICEHIDE","features":[382]},{"name":"JOYTYPE_ENABLEINPUTREPORT","features":[382]},{"name":"JOYTYPE_GAMEHIDE","features":[382]},{"name":"JOYTYPE_HIDEACTIVE","features":[382]},{"name":"JOYTYPE_INFODEFAULT","features":[382]},{"name":"JOYTYPE_INFOMASK","features":[382]},{"name":"JOYTYPE_INFOYRPEDALS","features":[382]},{"name":"JOYTYPE_INFOYYPEDALS","features":[382]},{"name":"JOYTYPE_INFOZISSLIDER","features":[382]},{"name":"JOYTYPE_INFOZISZ","features":[382]},{"name":"JOYTYPE_INFOZRPEDALS","features":[382]},{"name":"JOYTYPE_INFOZYPEDALS","features":[382]},{"name":"JOYTYPE_KEYBHIDE","features":[382]},{"name":"JOYTYPE_MOUSEHIDE","features":[382]},{"name":"JOYTYPE_NOAUTODETECTGAMEPORT","features":[382]},{"name":"JOYTYPE_NOHIDDIRECT","features":[382]},{"name":"JOYTYPE_ZEROGAMEENUMOEMDATA","features":[382]},{"name":"JOY_HWS_AUTOLOAD","features":[382]},{"name":"JOY_HWS_GAMEPORTBUSBUSY","features":[382]},{"name":"JOY_HWS_HASPOV","features":[382]},{"name":"JOY_HWS_HASR","features":[382]},{"name":"JOY_HWS_HASU","features":[382]},{"name":"JOY_HWS_HASV","features":[382]},{"name":"JOY_HWS_HASZ","features":[382]},{"name":"JOY_HWS_ISANALOGPORTDRIVER","features":[382]},{"name":"JOY_HWS_ISCARCTRL","features":[382]},{"name":"JOY_HWS_ISGAMEPAD","features":[382]},{"name":"JOY_HWS_ISGAMEPORTBUS","features":[382]},{"name":"JOY_HWS_ISGAMEPORTDRIVER","features":[382]},{"name":"JOY_HWS_ISHEADTRACKER","features":[382]},{"name":"JOY_HWS_ISYOKE","features":[382]},{"name":"JOY_HWS_NODEVNODE","features":[382]},{"name":"JOY_HWS_POVISBUTTONCOMBOS","features":[382]},{"name":"JOY_HWS_POVISJ1X","features":[382]},{"name":"JOY_HWS_POVISJ1Y","features":[382]},{"name":"JOY_HWS_POVISJ2X","features":[382]},{"name":"JOY_HWS_POVISPOLL","features":[382]},{"name":"JOY_HWS_RISJ1X","features":[382]},{"name":"JOY_HWS_RISJ1Y","features":[382]},{"name":"JOY_HWS_RISJ2Y","features":[382]},{"name":"JOY_HWS_XISJ1Y","features":[382]},{"name":"JOY_HWS_XISJ2X","features":[382]},{"name":"JOY_HWS_XISJ2Y","features":[382]},{"name":"JOY_HWS_YISJ1X","features":[382]},{"name":"JOY_HWS_YISJ2X","features":[382]},{"name":"JOY_HWS_YISJ2Y","features":[382]},{"name":"JOY_HWS_ZISJ1X","features":[382]},{"name":"JOY_HWS_ZISJ1Y","features":[382]},{"name":"JOY_HWS_ZISJ2X","features":[382]},{"name":"JOY_HW_2A_2B_GENERIC","features":[382]},{"name":"JOY_HW_2A_4B_GENERIC","features":[382]},{"name":"JOY_HW_2B_FLIGHTYOKE","features":[382]},{"name":"JOY_HW_2B_FLIGHTYOKETHROTTLE","features":[382]},{"name":"JOY_HW_2B_GAMEPAD","features":[382]},{"name":"JOY_HW_3A_2B_GENERIC","features":[382]},{"name":"JOY_HW_3A_4B_GENERIC","features":[382]},{"name":"JOY_HW_4B_FLIGHTYOKE","features":[382]},{"name":"JOY_HW_4B_FLIGHTYOKETHROTTLE","features":[382]},{"name":"JOY_HW_4B_GAMEPAD","features":[382]},{"name":"JOY_HW_CUSTOM","features":[382]},{"name":"JOY_HW_LASTENTRY","features":[382]},{"name":"JOY_HW_NONE","features":[382]},{"name":"JOY_HW_TWO_2A_2B_WITH_Y","features":[382]},{"name":"JOY_ISCAL_POV","features":[382]},{"name":"JOY_ISCAL_R","features":[382]},{"name":"JOY_ISCAL_U","features":[382]},{"name":"JOY_ISCAL_V","features":[382]},{"name":"JOY_ISCAL_XY","features":[382]},{"name":"JOY_ISCAL_Z","features":[382]},{"name":"JOY_OEMPOLL_PASSDRIVERDATA","features":[382]},{"name":"JOY_PASSDRIVERDATA","features":[382]},{"name":"JOY_POVVAL_BACKWARD","features":[382]},{"name":"JOY_POVVAL_FORWARD","features":[382]},{"name":"JOY_POVVAL_LEFT","features":[382]},{"name":"JOY_POVVAL_RIGHT","features":[382]},{"name":"JOY_POV_NUMDIRS","features":[382]},{"name":"JOY_US_HASRUDDER","features":[382]},{"name":"JOY_US_ISOEM","features":[382]},{"name":"JOY_US_PRESENT","features":[382]},{"name":"JOY_US_RESERVED","features":[382]},{"name":"JOY_US_VOLATILE","features":[382]},{"name":"KEYBOARD_ATTRIBUTES","features":[382]},{"name":"KEYBOARD_CAPS_LOCK_ON","features":[382]},{"name":"KEYBOARD_ERROR_VALUE_BASE","features":[382]},{"name":"KEYBOARD_EXTENDED_ATTRIBUTES","features":[382]},{"name":"KEYBOARD_EXTENDED_ATTRIBUTES_STRUCT_VERSION_1","features":[382]},{"name":"KEYBOARD_ID","features":[382]},{"name":"KEYBOARD_IME_STATUS","features":[382]},{"name":"KEYBOARD_INDICATOR_PARAMETERS","features":[382]},{"name":"KEYBOARD_INDICATOR_TRANSLATION","features":[382]},{"name":"KEYBOARD_INPUT_DATA","features":[382]},{"name":"KEYBOARD_KANA_LOCK_ON","features":[382]},{"name":"KEYBOARD_LED_INJECTED","features":[382]},{"name":"KEYBOARD_NUM_LOCK_ON","features":[382]},{"name":"KEYBOARD_OVERRUN_MAKE_CODE","features":[382]},{"name":"KEYBOARD_SCROLL_LOCK_ON","features":[382]},{"name":"KEYBOARD_SHADOW","features":[382]},{"name":"KEYBOARD_TYPEMATIC_PARAMETERS","features":[382]},{"name":"KEYBOARD_UNIT_ID_PARAMETER","features":[382]},{"name":"KEY_BREAK","features":[382]},{"name":"KEY_E0","features":[382]},{"name":"KEY_E1","features":[382]},{"name":"KEY_FROM_KEYBOARD_OVERRIDER","features":[382]},{"name":"KEY_MAKE","features":[382]},{"name":"KEY_RIM_VKEY","features":[382]},{"name":"KEY_TERMSRV_SET_LED","features":[382]},{"name":"KEY_TERMSRV_SHADOW","features":[382]},{"name":"KEY_TERMSRV_VKPACKET","features":[382]},{"name":"KEY_UNICODE_SEQUENCE_END","features":[382]},{"name":"KEY_UNICODE_SEQUENCE_ITEM","features":[382]},{"name":"LPDICONFIGUREDEVICESCALLBACK","features":[382,307]},{"name":"LPDIENUMCREATEDEFFECTOBJECTSCALLBACK","features":[382,307]},{"name":"LPDIENUMDEVICEOBJECTSCALLBACKA","features":[382,307]},{"name":"LPDIENUMDEVICEOBJECTSCALLBACKW","features":[382,307]},{"name":"LPDIENUMDEVICESBYSEMANTICSCBA","features":[382,307]},{"name":"LPDIENUMDEVICESBYSEMANTICSCBW","features":[382,307]},{"name":"LPDIENUMDEVICESCALLBACKA","features":[382,307]},{"name":"LPDIENUMDEVICESCALLBACKW","features":[382,307]},{"name":"LPDIENUMEFFECTSCALLBACKA","features":[382,307]},{"name":"LPDIENUMEFFECTSCALLBACKW","features":[382,307]},{"name":"LPDIENUMEFFECTSINFILECALLBACK","features":[382,307]},{"name":"LPDIJOYTYPECALLBACK","features":[382,307]},{"name":"LPFNSHOWJOYCPL","features":[382,307]},{"name":"MAXCPOINTSNUM","features":[382]},{"name":"MAX_JOYSTICKOEMVXDNAME","features":[382]},{"name":"MAX_JOYSTRING","features":[382]},{"name":"MOUSE_ATTRIBUTES","features":[382]},{"name":"MOUSE_BUTTON_1_DOWN","features":[382]},{"name":"MOUSE_BUTTON_1_UP","features":[382]},{"name":"MOUSE_BUTTON_2_DOWN","features":[382]},{"name":"MOUSE_BUTTON_2_UP","features":[382]},{"name":"MOUSE_BUTTON_3_DOWN","features":[382]},{"name":"MOUSE_BUTTON_3_UP","features":[382]},{"name":"MOUSE_BUTTON_4_DOWN","features":[382]},{"name":"MOUSE_BUTTON_4_UP","features":[382]},{"name":"MOUSE_BUTTON_5_DOWN","features":[382]},{"name":"MOUSE_BUTTON_5_UP","features":[382]},{"name":"MOUSE_ERROR_VALUE_BASE","features":[382]},{"name":"MOUSE_HID_HARDWARE","features":[382]},{"name":"MOUSE_HWHEEL","features":[382]},{"name":"MOUSE_I8042_HARDWARE","features":[382]},{"name":"MOUSE_INPORT_HARDWARE","features":[382]},{"name":"MOUSE_INPUT_DATA","features":[382]},{"name":"MOUSE_LEFT_BUTTON_DOWN","features":[382]},{"name":"MOUSE_LEFT_BUTTON_UP","features":[382]},{"name":"MOUSE_MIDDLE_BUTTON_DOWN","features":[382]},{"name":"MOUSE_MIDDLE_BUTTON_UP","features":[382]},{"name":"MOUSE_RIGHT_BUTTON_DOWN","features":[382]},{"name":"MOUSE_RIGHT_BUTTON_UP","features":[382]},{"name":"MOUSE_SERIAL_HARDWARE","features":[382]},{"name":"MOUSE_TERMSRV_SRC_SHADOW","features":[382]},{"name":"MOUSE_UNIT_ID_PARAMETER","features":[382]},{"name":"MOUSE_WHEEL","features":[382]},{"name":"PFN_HidP_GetVersionInternal","features":[382,307]},{"name":"PHIDP_INSERT_SCANCODES","features":[382,307]},{"name":"PHIDP_PREPARSED_DATA","features":[382]},{"name":"USAGE_AND_PAGE","features":[382]},{"name":"WHEELMOUSE_HID_HARDWARE","features":[382]},{"name":"WHEELMOUSE_I8042_HARDWARE","features":[382]},{"name":"WHEELMOUSE_SERIAL_HARDWARE","features":[382]},{"name":"joyConfigChanged","features":[382]}],"383":[{"name":"ADVANCED_DUP","features":[383]},{"name":"ADVANCED_DUPLEX","features":[383]},{"name":"ALL_PAGES","features":[383]},{"name":"AUTO_ADVANCE","features":[383]},{"name":"AUTO_SOURCE","features":[383]},{"name":"BACK_FIRST","features":[383]},{"name":"BACK_ONLY","features":[383]},{"name":"BARCODE_READER","features":[383]},{"name":"BARCODE_READER_READY","features":[383]},{"name":"BASE_VAL_WIA_ERROR","features":[383]},{"name":"BASE_VAL_WIA_SUCCESS","features":[383]},{"name":"BOTTOM_JUSTIFIED","features":[383]},{"name":"BUS_TYPE_FIREWIRE","features":[383]},{"name":"BUS_TYPE_PARALLEL","features":[383]},{"name":"BUS_TYPE_SCSI","features":[383]},{"name":"BUS_TYPE_USB","features":[383]},{"name":"CAPTUREMODE_BURST","features":[383]},{"name":"CAPTUREMODE_NORMAL","features":[383]},{"name":"CAPTUREMODE_TIMELAPSE","features":[383]},{"name":"CENTERED","features":[383]},{"name":"CFSTR_WIAITEMNAMES","features":[383]},{"name":"CFSTR_WIAITEMPTR","features":[383]},{"name":"CLSID_WiaDefaultSegFilter","features":[383]},{"name":"CMD_GETADFAVAILABLE","features":[383]},{"name":"CMD_GETADFHASPAPER","features":[383]},{"name":"CMD_GETADFOPEN","features":[383]},{"name":"CMD_GETADFREADY","features":[383]},{"name":"CMD_GETADFSTATUS","features":[383]},{"name":"CMD_GETADFUNLOADREADY","features":[383]},{"name":"CMD_GETCAPABILITIES","features":[383]},{"name":"CMD_GETSUPPORTEDFILEFORMATS","features":[383]},{"name":"CMD_GETSUPPORTEDMEMORYFORMATS","features":[383]},{"name":"CMD_GETTPAAVAILABLE","features":[383]},{"name":"CMD_GETTPAOPENED","features":[383]},{"name":"CMD_GET_INTERRUPT_EVENT","features":[383]},{"name":"CMD_INITIALIZE","features":[383]},{"name":"CMD_LOAD_ADF","features":[383]},{"name":"CMD_RESETSCANNER","features":[383]},{"name":"CMD_SENDSCSICOMMAND","features":[383]},{"name":"CMD_SETCOLORDITHER","features":[383]},{"name":"CMD_SETCONTRAST","features":[383]},{"name":"CMD_SETDATATYPE","features":[383]},{"name":"CMD_SETDITHER","features":[383]},{"name":"CMD_SETFILTER","features":[383]},{"name":"CMD_SETFORMAT","features":[383]},{"name":"CMD_SETGSDNAME","features":[383]},{"name":"CMD_SETINTENSITY","features":[383]},{"name":"CMD_SETLAMP","features":[383]},{"name":"CMD_SETMATRIX","features":[383]},{"name":"CMD_SETMIRROR","features":[383]},{"name":"CMD_SETNEGATIVE","features":[383]},{"name":"CMD_SETSCANMODE","features":[383]},{"name":"CMD_SETSPEED","features":[383]},{"name":"CMD_SETSTIDEVICEHKEY","features":[383]},{"name":"CMD_SETTONEMAP","features":[383]},{"name":"CMD_SETXRESOLUTION","features":[383]},{"name":"CMD_SETYRESOLUTION","features":[383]},{"name":"CMD_STI_DEVICERESET","features":[383]},{"name":"CMD_STI_DIAGNOSTIC","features":[383]},{"name":"CMD_STI_GETSTATUS","features":[383]},{"name":"CMD_TPAREADY","features":[383]},{"name":"CMD_UNINITIALIZE","features":[383]},{"name":"CMD_UNLOAD_ADF","features":[383]},{"name":"COPY_PARENT_PROPERTY_VALUES","features":[383]},{"name":"DETECT_DUP","features":[383]},{"name":"DETECT_DUP_AVAIL","features":[383]},{"name":"DETECT_FEED","features":[383]},{"name":"DETECT_FEED_AVAIL","features":[383]},{"name":"DETECT_FILM_TPA","features":[383]},{"name":"DETECT_FLAT","features":[383]},{"name":"DETECT_SCAN","features":[383]},{"name":"DETECT_STOR","features":[383]},{"name":"DEVICEDIALOGDATA","features":[383,307]},{"name":"DEVICEDIALOGDATA2","features":[383,307]},{"name":"DEVICE_ATTENTION","features":[383]},{"name":"DUP","features":[383]},{"name":"DUPLEX","features":[383]},{"name":"DUP_READY","features":[383]},{"name":"DeviceDialogFunction","features":[383,307]},{"name":"EFFECTMODE_BW","features":[383]},{"name":"EFFECTMODE_SEPIA","features":[383]},{"name":"EFFECTMODE_STANDARD","features":[383]},{"name":"ENDORSER","features":[383]},{"name":"ENDORSER_READY","features":[383]},{"name":"ESC_TWAIN_CAPABILITY","features":[383]},{"name":"ESC_TWAIN_PRIVATE_SUPPORTED_CAPS","features":[383]},{"name":"EXPOSUREMETERING_AVERAGE","features":[383]},{"name":"EXPOSUREMETERING_CENTERSPOT","features":[383]},{"name":"EXPOSUREMETERING_CENTERWEIGHT","features":[383]},{"name":"EXPOSUREMETERING_MULTISPOT","features":[383]},{"name":"EXPOSUREMODE_APERTURE_PRIORITY","features":[383]},{"name":"EXPOSUREMODE_AUTO","features":[383]},{"name":"EXPOSUREMODE_MANUAL","features":[383]},{"name":"EXPOSUREMODE_PORTRAIT","features":[383]},{"name":"EXPOSUREMODE_PROGRAM_ACTION","features":[383]},{"name":"EXPOSUREMODE_PROGRAM_CREATIVE","features":[383]},{"name":"EXPOSUREMODE_SHUTTER_PRIORITY","features":[383]},{"name":"FEED","features":[383]},{"name":"FEEDER","features":[383]},{"name":"FEED_READY","features":[383]},{"name":"FILM_TPA","features":[383]},{"name":"FILM_TPA_READY","features":[383]},{"name":"FLASHMODE_AUTO","features":[383]},{"name":"FLASHMODE_EXTERNALSYNC","features":[383]},{"name":"FLASHMODE_FILL","features":[383]},{"name":"FLASHMODE_OFF","features":[383]},{"name":"FLASHMODE_REDEYE_AUTO","features":[383]},{"name":"FLASHMODE_REDEYE_FILL","features":[383]},{"name":"FLAT","features":[383]},{"name":"FLATBED","features":[383]},{"name":"FLAT_COVER_UP","features":[383]},{"name":"FLAT_READY","features":[383]},{"name":"FOCUSMETERING_CENTERSPOT","features":[383]},{"name":"FOCUSMETERING_MULTISPOT","features":[383]},{"name":"FOCUSMODE_AUTO","features":[383]},{"name":"FOCUSMODE_MACROAUTO","features":[383]},{"name":"FOCUSMODE_MANUAL","features":[383]},{"name":"FRONT_FIRST","features":[383]},{"name":"FRONT_ONLY","features":[383]},{"name":"GUID_DEVINTERFACE_IMAGE","features":[383]},{"name":"IEnumWIA_DEV_CAPS","features":[383]},{"name":"IEnumWIA_DEV_INFO","features":[383]},{"name":"IEnumWIA_FORMAT_INFO","features":[383]},{"name":"IEnumWiaItem","features":[383]},{"name":"IEnumWiaItem2","features":[383]},{"name":"IMPRINTER","features":[383]},{"name":"IMPRINTER_READY","features":[383]},{"name":"IT_MSG_DATA","features":[383]},{"name":"IT_MSG_DATA_HEADER","features":[383]},{"name":"IT_MSG_FILE_PREVIEW_DATA","features":[383]},{"name":"IT_MSG_FILE_PREVIEW_DATA_HEADER","features":[383]},{"name":"IT_MSG_NEW_PAGE","features":[383]},{"name":"IT_MSG_STATUS","features":[383]},{"name":"IT_MSG_TERMINATION","features":[383]},{"name":"IT_STATUS_MASK","features":[383]},{"name":"IT_STATUS_PROCESSING_DATA","features":[383]},{"name":"IT_STATUS_TRANSFER_FROM_DEVICE","features":[383]},{"name":"IT_STATUS_TRANSFER_TO_CLIENT","features":[383]},{"name":"IWiaAppErrorHandler","features":[383]},{"name":"IWiaDataCallback","features":[383]},{"name":"IWiaDataTransfer","features":[383]},{"name":"IWiaDevMgr","features":[383]},{"name":"IWiaDevMgr2","features":[383]},{"name":"IWiaDrvItem","features":[383]},{"name":"IWiaErrorHandler","features":[383]},{"name":"IWiaEventCallback","features":[383]},{"name":"IWiaImageFilter","features":[383]},{"name":"IWiaItem","features":[383]},{"name":"IWiaItem2","features":[383]},{"name":"IWiaItemExtras","features":[383]},{"name":"IWiaLog","features":[383]},{"name":"IWiaLogEx","features":[383]},{"name":"IWiaMiniDrv","features":[383]},{"name":"IWiaMiniDrvCallBack","features":[383]},{"name":"IWiaMiniDrvTransferCallback","features":[383]},{"name":"IWiaNotifyDevMgr","features":[383]},{"name":"IWiaPreview","features":[383]},{"name":"IWiaPropertyStorage","features":[383]},{"name":"IWiaSegmentationFilter","features":[383]},{"name":"IWiaTransfer","features":[383]},{"name":"IWiaTransferCallback","features":[383]},{"name":"IWiaUIExtension","features":[383]},{"name":"IWiaUIExtension2","features":[383]},{"name":"IWiaVideo","features":[383]},{"name":"LAMP_ERR","features":[383]},{"name":"LANDSCAPE","features":[383]},{"name":"LANSCAPE","features":[383]},{"name":"LEFT_JUSTIFIED","features":[383]},{"name":"LIGHT_SOURCE_DETECT_READY","features":[383]},{"name":"LIGHT_SOURCE_NEGATIVE","features":[383]},{"name":"LIGHT_SOURCE_POSITIVE","features":[383]},{"name":"LIGHT_SOURCE_PRESENT","features":[383]},{"name":"LIGHT_SOURCE_PRESENT_DETECT","features":[383]},{"name":"LIGHT_SOURCE_READY","features":[383]},{"name":"LIGHT_SOURCE_SELECT","features":[383]},{"name":"MAX_ANSI_CHAR","features":[383]},{"name":"MAX_IO_HANDLES","features":[383]},{"name":"MAX_RESERVED","features":[383]},{"name":"MCRO_ERROR_GENERAL_ERROR","features":[383]},{"name":"MCRO_ERROR_OFFLINE","features":[383]},{"name":"MCRO_ERROR_PAPER_EMPTY","features":[383]},{"name":"MCRO_ERROR_PAPER_JAM","features":[383]},{"name":"MCRO_ERROR_PAPER_PROBLEM","features":[383]},{"name":"MCRO_ERROR_USER_INTERVENTION","features":[383]},{"name":"MCRO_STATUS_OK","features":[383]},{"name":"MICR_READER","features":[383]},{"name":"MICR_READER_READY","features":[383]},{"name":"MINIDRV_TRANSFER_CONTEXT","features":[383,307]},{"name":"MIRRORED","features":[383]},{"name":"MULTIPLE_FEED","features":[383]},{"name":"NEXT_PAGE","features":[383]},{"name":"PAPER_JAM","features":[383]},{"name":"PATCH_CODE_READER","features":[383]},{"name":"PATCH_CODE_READER_READY","features":[383]},{"name":"PATH_COVER_UP","features":[383]},{"name":"PORTRAIT","features":[383]},{"name":"POWERMODE_BATTERY","features":[383]},{"name":"POWERMODE_LINE","features":[383]},{"name":"PREFEED","features":[383]},{"name":"RANGEVALUE","features":[383]},{"name":"RIGHT_JUSTIFIED","features":[383]},{"name":"ROT180","features":[383]},{"name":"ROT270","features":[383]},{"name":"SCANINFO","features":[383,307]},{"name":"SCANMODE_FINALSCAN","features":[383]},{"name":"SCANMODE_PREVIEWSCAN","features":[383]},{"name":"SCANWINDOW","features":[383]},{"name":"SCAN_FINISHED","features":[383]},{"name":"SCAN_FIRST","features":[383]},{"name":"SCAN_NEXT","features":[383]},{"name":"SHELLEX_WIAUIEXTENSION_NAME","features":[383]},{"name":"STOR","features":[383]},{"name":"STORAGE_FULL","features":[383]},{"name":"STORAGE_READY","features":[383]},{"name":"SUPPORT_BW","features":[383]},{"name":"SUPPORT_COLOR","features":[383]},{"name":"SUPPORT_GRAYSCALE","features":[383]},{"name":"TOP_JUSTIFIED","features":[383]},{"name":"TRANSPARENCY_DYNAMIC_FRAME_SUPPORT","features":[383]},{"name":"TRANSPARENCY_STATIC_FRAME_SUPPORT","features":[383]},{"name":"TWAIN_CAPABILITY","features":[383]},{"name":"TYMED_CALLBACK","features":[383]},{"name":"TYMED_MULTIPAGE_CALLBACK","features":[383]},{"name":"TYMED_MULTIPAGE_FILE","features":[383]},{"name":"VAL","features":[383,307]},{"name":"WHITEBALANCE_AUTO","features":[383]},{"name":"WHITEBALANCE_DAYLIGHT","features":[383]},{"name":"WHITEBALANCE_FLASH","features":[383]},{"name":"WHITEBALANCE_FLORESCENT","features":[383]},{"name":"WHITEBALANCE_MANUAL","features":[383]},{"name":"WHITEBALANCE_ONEPUSH_AUTO","features":[383]},{"name":"WHITEBALANCE_TUNGSTEN","features":[383]},{"name":"WIAS_CHANGED_VALUE_INFO","features":[383,307]},{"name":"WIAS_DOWN_SAMPLE_INFO","features":[383]},{"name":"WIAS_ENDORSER_INFO","features":[383]},{"name":"WIAS_ENDORSER_VALUE","features":[383]},{"name":"WIAU_DEBUG_TSTR","features":[383]},{"name":"WIAVIDEO_CREATING_VIDEO","features":[383]},{"name":"WIAVIDEO_DESTROYING_VIDEO","features":[383]},{"name":"WIAVIDEO_NO_VIDEO","features":[383]},{"name":"WIAVIDEO_STATE","features":[383]},{"name":"WIAVIDEO_VIDEO_CREATED","features":[383]},{"name":"WIAVIDEO_VIDEO_PAUSED","features":[383]},{"name":"WIAVIDEO_VIDEO_PLAYING","features":[383]},{"name":"WIA_ACTION_EVENT","features":[383]},{"name":"WIA_ADVANCED_PREVIEW","features":[383]},{"name":"WIA_ALARM_BEEP1","features":[383]},{"name":"WIA_ALARM_BEEP10","features":[383]},{"name":"WIA_ALARM_BEEP2","features":[383]},{"name":"WIA_ALARM_BEEP3","features":[383]},{"name":"WIA_ALARM_BEEP4","features":[383]},{"name":"WIA_ALARM_BEEP5","features":[383]},{"name":"WIA_ALARM_BEEP6","features":[383]},{"name":"WIA_ALARM_BEEP7","features":[383]},{"name":"WIA_ALARM_BEEP8","features":[383]},{"name":"WIA_ALARM_BEEP9","features":[383]},{"name":"WIA_ALARM_NONE","features":[383]},{"name":"WIA_AUTO_CROP_DISABLED","features":[383]},{"name":"WIA_AUTO_CROP_MULTI","features":[383]},{"name":"WIA_AUTO_CROP_SINGLE","features":[383]},{"name":"WIA_AUTO_DESKEW_OFF","features":[383]},{"name":"WIA_AUTO_DESKEW_ON","features":[383]},{"name":"WIA_BARCODES","features":[383]},{"name":"WIA_BARCODE_AUTO_SEARCH","features":[383]},{"name":"WIA_BARCODE_AZTEC","features":[383]},{"name":"WIA_BARCODE_CODABAR","features":[383]},{"name":"WIA_BARCODE_CODE128","features":[383]},{"name":"WIA_BARCODE_CODE128A","features":[383]},{"name":"WIA_BARCODE_CODE128B","features":[383]},{"name":"WIA_BARCODE_CODE128C","features":[383]},{"name":"WIA_BARCODE_CODE39","features":[383]},{"name":"WIA_BARCODE_CODE39_FULLASCII","features":[383]},{"name":"WIA_BARCODE_CODE39_MOD43","features":[383]},{"name":"WIA_BARCODE_CODE93","features":[383]},{"name":"WIA_BARCODE_CPCBINARY","features":[383]},{"name":"WIA_BARCODE_CUSTOMBASE","features":[383]},{"name":"WIA_BARCODE_DATAMATRIX","features":[383]},{"name":"WIA_BARCODE_DATASTRIP","features":[383]},{"name":"WIA_BARCODE_EAN13","features":[383]},{"name":"WIA_BARCODE_EAN8","features":[383]},{"name":"WIA_BARCODE_EZCODE","features":[383]},{"name":"WIA_BARCODE_FIM","features":[383]},{"name":"WIA_BARCODE_GS1128","features":[383]},{"name":"WIA_BARCODE_GS1DATABAR","features":[383]},{"name":"WIA_BARCODE_HIGH_CAPACITY_COLOR","features":[383]},{"name":"WIA_BARCODE_HORIZONTAL_SEARCH","features":[383]},{"name":"WIA_BARCODE_HORIZONTAL_VERTICAL_SEARCH","features":[383]},{"name":"WIA_BARCODE_INFO","features":[383]},{"name":"WIA_BARCODE_INTELLIGENT_MAIL","features":[383]},{"name":"WIA_BARCODE_INTERLEAVED_2OF5","features":[383]},{"name":"WIA_BARCODE_ITF14","features":[383]},{"name":"WIA_BARCODE_JAN","features":[383]},{"name":"WIA_BARCODE_MAXICODE","features":[383]},{"name":"WIA_BARCODE_MSI","features":[383]},{"name":"WIA_BARCODE_NONINTERLEAVED_2OF5","features":[383]},{"name":"WIA_BARCODE_PDF417","features":[383]},{"name":"WIA_BARCODE_PHARMACODE","features":[383]},{"name":"WIA_BARCODE_PLANET","features":[383]},{"name":"WIA_BARCODE_PLESSEY","features":[383]},{"name":"WIA_BARCODE_POSTBAR","features":[383]},{"name":"WIA_BARCODE_POSTNETA","features":[383]},{"name":"WIA_BARCODE_POSTNETB","features":[383]},{"name":"WIA_BARCODE_POSTNETC","features":[383]},{"name":"WIA_BARCODE_POSTNET_DPBC","features":[383]},{"name":"WIA_BARCODE_QRCODE","features":[383]},{"name":"WIA_BARCODE_READER_AUTO","features":[383]},{"name":"WIA_BARCODE_READER_DISABLED","features":[383]},{"name":"WIA_BARCODE_READER_FEEDER_BACK","features":[383]},{"name":"WIA_BARCODE_READER_FEEDER_DUPLEX","features":[383]},{"name":"WIA_BARCODE_READER_FEEDER_FRONT","features":[383]},{"name":"WIA_BARCODE_READER_FLATBED","features":[383]},{"name":"WIA_BARCODE_RM4SCC","features":[383]},{"name":"WIA_BARCODE_SHOTCODE","features":[383]},{"name":"WIA_BARCODE_SMALLAZTEC","features":[383]},{"name":"WIA_BARCODE_SPARQCODE","features":[383]},{"name":"WIA_BARCODE_TELEPEN","features":[383]},{"name":"WIA_BARCODE_UPCA","features":[383]},{"name":"WIA_BARCODE_UPCE","features":[383]},{"name":"WIA_BARCODE_VERTICAL_HORIZONTAL_SEARCH","features":[383]},{"name":"WIA_BARCODE_VERTICAL_SEARCH","features":[383]},{"name":"WIA_BASIC_PREVIEW","features":[383]},{"name":"WIA_BLANK_PAGE_DETECTION_DISABLED","features":[383]},{"name":"WIA_BLANK_PAGE_DISCARD","features":[383]},{"name":"WIA_BLANK_PAGE_JOB_SEPARATOR","features":[383]},{"name":"WIA_CATEGORY_AUTO","features":[383]},{"name":"WIA_CATEGORY_BARCODE_READER","features":[383]},{"name":"WIA_CATEGORY_ENDORSER","features":[383]},{"name":"WIA_CATEGORY_FEEDER","features":[383]},{"name":"WIA_CATEGORY_FEEDER_BACK","features":[383]},{"name":"WIA_CATEGORY_FEEDER_FRONT","features":[383]},{"name":"WIA_CATEGORY_FILM","features":[383]},{"name":"WIA_CATEGORY_FINISHED_FILE","features":[383]},{"name":"WIA_CATEGORY_FLATBED","features":[383]},{"name":"WIA_CATEGORY_FOLDER","features":[383]},{"name":"WIA_CATEGORY_IMPRINTER","features":[383]},{"name":"WIA_CATEGORY_MICR_READER","features":[383]},{"name":"WIA_CATEGORY_PATCH_CODE_READER","features":[383]},{"name":"WIA_CATEGORY_ROOT","features":[383]},{"name":"WIA_CMD_BUILD_DEVICE_TREE","features":[383]},{"name":"WIA_CMD_CHANGE_DOCUMENT","features":[383]},{"name":"WIA_CMD_DELETE_ALL_ITEMS","features":[383]},{"name":"WIA_CMD_DELETE_DEVICE_TREE","features":[383]},{"name":"WIA_CMD_DIAGNOSTIC","features":[383]},{"name":"WIA_CMD_FORMAT","features":[383]},{"name":"WIA_CMD_PAUSE_FEEDER","features":[383]},{"name":"WIA_CMD_START_FEEDER","features":[383]},{"name":"WIA_CMD_STOP_FEEDER","features":[383]},{"name":"WIA_CMD_SYNCHRONIZE","features":[383]},{"name":"WIA_CMD_TAKE_PICTURE","features":[383]},{"name":"WIA_CMD_UNLOAD_DOCUMENT","features":[383]},{"name":"WIA_COLOR_DROP_BLUE","features":[383]},{"name":"WIA_COLOR_DROP_DISABLED","features":[383]},{"name":"WIA_COLOR_DROP_GREEN","features":[383]},{"name":"WIA_COLOR_DROP_RED","features":[383]},{"name":"WIA_COLOR_DROP_RGB","features":[383]},{"name":"WIA_COMPRESSION_AUTO","features":[383]},{"name":"WIA_COMPRESSION_BI_RLE4","features":[383]},{"name":"WIA_COMPRESSION_BI_RLE8","features":[383]},{"name":"WIA_COMPRESSION_G3","features":[383]},{"name":"WIA_COMPRESSION_G4","features":[383]},{"name":"WIA_COMPRESSION_JBIG","features":[383]},{"name":"WIA_COMPRESSION_JPEG","features":[383]},{"name":"WIA_COMPRESSION_JPEG2K","features":[383]},{"name":"WIA_COMPRESSION_NONE","features":[383]},{"name":"WIA_COMPRESSION_PNG","features":[383]},{"name":"WIA_DATA_AUTO","features":[383]},{"name":"WIA_DATA_CALLBACK_HEADER","features":[383]},{"name":"WIA_DATA_COLOR","features":[383]},{"name":"WIA_DATA_COLOR_DITHER","features":[383]},{"name":"WIA_DATA_COLOR_THRESHOLD","features":[383]},{"name":"WIA_DATA_DITHER","features":[383]},{"name":"WIA_DATA_GRAYSCALE","features":[383]},{"name":"WIA_DATA_RAW_BGR","features":[383]},{"name":"WIA_DATA_RAW_CMY","features":[383]},{"name":"WIA_DATA_RAW_CMYK","features":[383]},{"name":"WIA_DATA_RAW_RGB","features":[383]},{"name":"WIA_DATA_RAW_YUV","features":[383]},{"name":"WIA_DATA_RAW_YUVK","features":[383]},{"name":"WIA_DATA_THRESHOLD","features":[383]},{"name":"WIA_DATA_TRANSFER_INFO","features":[383,307]},{"name":"WIA_DEPTH_AUTO","features":[383]},{"name":"WIA_DEVICE_COMMANDS","features":[383]},{"name":"WIA_DEVICE_CONNECTED","features":[383]},{"name":"WIA_DEVICE_DIALOG_SINGLE_IMAGE","features":[383]},{"name":"WIA_DEVICE_DIALOG_USE_COMMON_UI","features":[383]},{"name":"WIA_DEVICE_EVENTS","features":[383]},{"name":"WIA_DEVICE_NOT_CONNECTED","features":[383]},{"name":"WIA_DEVINFO_ENUM_ALL","features":[383]},{"name":"WIA_DEVINFO_ENUM_LOCAL","features":[383]},{"name":"WIA_DEV_CAP","features":[383]},{"name":"WIA_DEV_CAP_DRV","features":[383]},{"name":"WIA_DIP_BAUDRATE","features":[383]},{"name":"WIA_DIP_BAUDRATE_STR","features":[383]},{"name":"WIA_DIP_DEV_DESC","features":[383]},{"name":"WIA_DIP_DEV_DESC_STR","features":[383]},{"name":"WIA_DIP_DEV_ID","features":[383]},{"name":"WIA_DIP_DEV_ID_STR","features":[383]},{"name":"WIA_DIP_DEV_NAME","features":[383]},{"name":"WIA_DIP_DEV_NAME_STR","features":[383]},{"name":"WIA_DIP_DEV_TYPE","features":[383]},{"name":"WIA_DIP_DEV_TYPE_STR","features":[383]},{"name":"WIA_DIP_DRIVER_VERSION","features":[383]},{"name":"WIA_DIP_DRIVER_VERSION_STR","features":[383]},{"name":"WIA_DIP_FIRST","features":[383]},{"name":"WIA_DIP_HW_CONFIG","features":[383]},{"name":"WIA_DIP_HW_CONFIG_STR","features":[383]},{"name":"WIA_DIP_PNP_ID","features":[383]},{"name":"WIA_DIP_PNP_ID_STR","features":[383]},{"name":"WIA_DIP_PORT_NAME","features":[383]},{"name":"WIA_DIP_PORT_NAME_STR","features":[383]},{"name":"WIA_DIP_REMOTE_DEV_ID","features":[383]},{"name":"WIA_DIP_REMOTE_DEV_ID_STR","features":[383]},{"name":"WIA_DIP_SERVER_NAME","features":[383]},{"name":"WIA_DIP_SERVER_NAME_STR","features":[383]},{"name":"WIA_DIP_STI_DRIVER_VERSION","features":[383]},{"name":"WIA_DIP_STI_DRIVER_VERSION_STR","features":[383]},{"name":"WIA_DIP_STI_GEN_CAPABILITIES","features":[383]},{"name":"WIA_DIP_STI_GEN_CAPABILITIES_STR","features":[383]},{"name":"WIA_DIP_UI_CLSID","features":[383]},{"name":"WIA_DIP_UI_CLSID_STR","features":[383]},{"name":"WIA_DIP_VEND_DESC","features":[383]},{"name":"WIA_DIP_VEND_DESC_STR","features":[383]},{"name":"WIA_DIP_WIA_VERSION","features":[383]},{"name":"WIA_DIP_WIA_VERSION_STR","features":[383]},{"name":"WIA_DITHER_PATTERN_DATA","features":[383]},{"name":"WIA_DONT_SHOW_PREVIEW_CONTROL","features":[383]},{"name":"WIA_DONT_USE_SEGMENTATION_FILTER","features":[383]},{"name":"WIA_DPA_CONNECT_STATUS","features":[383]},{"name":"WIA_DPA_CONNECT_STATUS_STR","features":[383]},{"name":"WIA_DPA_DEVICE_TIME","features":[383]},{"name":"WIA_DPA_DEVICE_TIME_STR","features":[383]},{"name":"WIA_DPA_FIRMWARE_VERSION","features":[383]},{"name":"WIA_DPA_FIRMWARE_VERSION_STR","features":[383]},{"name":"WIA_DPC_ARTIST","features":[383]},{"name":"WIA_DPC_ARTIST_STR","features":[383]},{"name":"WIA_DPC_BATTERY_STATUS","features":[383]},{"name":"WIA_DPC_BATTERY_STATUS_STR","features":[383]},{"name":"WIA_DPC_BURST_INTERVAL","features":[383]},{"name":"WIA_DPC_BURST_INTERVAL_STR","features":[383]},{"name":"WIA_DPC_BURST_NUMBER","features":[383]},{"name":"WIA_DPC_BURST_NUMBER_STR","features":[383]},{"name":"WIA_DPC_CAPTURE_DELAY","features":[383]},{"name":"WIA_DPC_CAPTURE_DELAY_STR","features":[383]},{"name":"WIA_DPC_CAPTURE_MODE","features":[383]},{"name":"WIA_DPC_CAPTURE_MODE_STR","features":[383]},{"name":"WIA_DPC_COMPRESSION_SETTING","features":[383]},{"name":"WIA_DPC_COMPRESSION_SETTING_STR","features":[383]},{"name":"WIA_DPC_CONTRAST","features":[383]},{"name":"WIA_DPC_CONTRAST_STR","features":[383]},{"name":"WIA_DPC_COPYRIGHT_INFO","features":[383]},{"name":"WIA_DPC_COPYRIGHT_INFO_STR","features":[383]},{"name":"WIA_DPC_DIGITAL_ZOOM","features":[383]},{"name":"WIA_DPC_DIGITAL_ZOOM_STR","features":[383]},{"name":"WIA_DPC_DIMENSION","features":[383]},{"name":"WIA_DPC_DIMENSION_STR","features":[383]},{"name":"WIA_DPC_EFFECT_MODE","features":[383]},{"name":"WIA_DPC_EFFECT_MODE_STR","features":[383]},{"name":"WIA_DPC_EXPOSURE_COMP","features":[383]},{"name":"WIA_DPC_EXPOSURE_COMP_STR","features":[383]},{"name":"WIA_DPC_EXPOSURE_INDEX","features":[383]},{"name":"WIA_DPC_EXPOSURE_INDEX_STR","features":[383]},{"name":"WIA_DPC_EXPOSURE_METERING_MODE","features":[383]},{"name":"WIA_DPC_EXPOSURE_METERING_MODE_STR","features":[383]},{"name":"WIA_DPC_EXPOSURE_MODE","features":[383]},{"name":"WIA_DPC_EXPOSURE_MODE_STR","features":[383]},{"name":"WIA_DPC_EXPOSURE_TIME","features":[383]},{"name":"WIA_DPC_EXPOSURE_TIME_STR","features":[383]},{"name":"WIA_DPC_FLASH_MODE","features":[383]},{"name":"WIA_DPC_FLASH_MODE_STR","features":[383]},{"name":"WIA_DPC_FNUMBER","features":[383]},{"name":"WIA_DPC_FNUMBER_STR","features":[383]},{"name":"WIA_DPC_FOCAL_LENGTH","features":[383]},{"name":"WIA_DPC_FOCAL_LENGTH_STR","features":[383]},{"name":"WIA_DPC_FOCUS_DISTANCE","features":[383]},{"name":"WIA_DPC_FOCUS_DISTANCE_STR","features":[383]},{"name":"WIA_DPC_FOCUS_MANUAL_DIST","features":[383]},{"name":"WIA_DPC_FOCUS_MANUAL_DIST_STR","features":[383]},{"name":"WIA_DPC_FOCUS_METERING","features":[383]},{"name":"WIA_DPC_FOCUS_METERING_MODE","features":[383]},{"name":"WIA_DPC_FOCUS_METERING_MODE_STR","features":[383]},{"name":"WIA_DPC_FOCUS_METERING_STR","features":[383]},{"name":"WIA_DPC_FOCUS_MODE","features":[383]},{"name":"WIA_DPC_FOCUS_MODE_STR","features":[383]},{"name":"WIA_DPC_PAN_POSITION","features":[383]},{"name":"WIA_DPC_PAN_POSITION_STR","features":[383]},{"name":"WIA_DPC_PICTURES_REMAINING","features":[383]},{"name":"WIA_DPC_PICTURES_REMAINING_STR","features":[383]},{"name":"WIA_DPC_PICTURES_TAKEN","features":[383]},{"name":"WIA_DPC_PICTURES_TAKEN_STR","features":[383]},{"name":"WIA_DPC_PICT_HEIGHT","features":[383]},{"name":"WIA_DPC_PICT_HEIGHT_STR","features":[383]},{"name":"WIA_DPC_PICT_WIDTH","features":[383]},{"name":"WIA_DPC_PICT_WIDTH_STR","features":[383]},{"name":"WIA_DPC_POWER_MODE","features":[383]},{"name":"WIA_DPC_POWER_MODE_STR","features":[383]},{"name":"WIA_DPC_RGB_GAIN","features":[383]},{"name":"WIA_DPC_RGB_GAIN_STR","features":[383]},{"name":"WIA_DPC_SHARPNESS","features":[383]},{"name":"WIA_DPC_SHARPNESS_STR","features":[383]},{"name":"WIA_DPC_THUMB_HEIGHT","features":[383]},{"name":"WIA_DPC_THUMB_HEIGHT_STR","features":[383]},{"name":"WIA_DPC_THUMB_WIDTH","features":[383]},{"name":"WIA_DPC_THUMB_WIDTH_STR","features":[383]},{"name":"WIA_DPC_TILT_POSITION","features":[383]},{"name":"WIA_DPC_TILT_POSITION_STR","features":[383]},{"name":"WIA_DPC_TIMELAPSE_INTERVAL","features":[383]},{"name":"WIA_DPC_TIMELAPSE_INTERVAL_STR","features":[383]},{"name":"WIA_DPC_TIMELAPSE_NUMBER","features":[383]},{"name":"WIA_DPC_TIMELAPSE_NUMBER_STR","features":[383]},{"name":"WIA_DPC_TIMER_MODE","features":[383]},{"name":"WIA_DPC_TIMER_MODE_STR","features":[383]},{"name":"WIA_DPC_TIMER_VALUE","features":[383]},{"name":"WIA_DPC_TIMER_VALUE_STR","features":[383]},{"name":"WIA_DPC_UPLOAD_URL","features":[383]},{"name":"WIA_DPC_UPLOAD_URL_STR","features":[383]},{"name":"WIA_DPC_WHITE_BALANCE","features":[383]},{"name":"WIA_DPC_WHITE_BALANCE_STR","features":[383]},{"name":"WIA_DPC_ZOOM_POSITION","features":[383]},{"name":"WIA_DPC_ZOOM_POSITION_STR","features":[383]},{"name":"WIA_DPF_FIRST","features":[383]},{"name":"WIA_DPF_MOUNT_POINT","features":[383]},{"name":"WIA_DPF_MOUNT_POINT_STR","features":[383]},{"name":"WIA_DPS_DEVICE_ID","features":[383]},{"name":"WIA_DPS_DEVICE_ID_STR","features":[383]},{"name":"WIA_DPS_DITHER_PATTERN_DATA","features":[383]},{"name":"WIA_DPS_DITHER_PATTERN_DATA_STR","features":[383]},{"name":"WIA_DPS_DITHER_SELECT","features":[383]},{"name":"WIA_DPS_DITHER_SELECT_STR","features":[383]},{"name":"WIA_DPS_DOCUMENT_HANDLING_CAPABILITIES","features":[383]},{"name":"WIA_DPS_DOCUMENT_HANDLING_CAPABILITIES_STR","features":[383]},{"name":"WIA_DPS_DOCUMENT_HANDLING_CAPACITY","features":[383]},{"name":"WIA_DPS_DOCUMENT_HANDLING_CAPACITY_STR","features":[383]},{"name":"WIA_DPS_DOCUMENT_HANDLING_SELECT","features":[383]},{"name":"WIA_DPS_DOCUMENT_HANDLING_SELECT_STR","features":[383]},{"name":"WIA_DPS_DOCUMENT_HANDLING_STATUS","features":[383]},{"name":"WIA_DPS_DOCUMENT_HANDLING_STATUS_STR","features":[383]},{"name":"WIA_DPS_ENDORSER_CHARACTERS","features":[383]},{"name":"WIA_DPS_ENDORSER_CHARACTERS_STR","features":[383]},{"name":"WIA_DPS_ENDORSER_STRING","features":[383]},{"name":"WIA_DPS_ENDORSER_STRING_STR","features":[383]},{"name":"WIA_DPS_FILTER_SELECT","features":[383]},{"name":"WIA_DPS_FILTER_SELECT_STR","features":[383]},{"name":"WIA_DPS_FIRST","features":[383]},{"name":"WIA_DPS_GLOBAL_IDENTITY","features":[383]},{"name":"WIA_DPS_GLOBAL_IDENTITY_STR","features":[383]},{"name":"WIA_DPS_HORIZONTAL_BED_REGISTRATION","features":[383]},{"name":"WIA_DPS_HORIZONTAL_BED_REGISTRATION_STR","features":[383]},{"name":"WIA_DPS_HORIZONTAL_BED_SIZE","features":[383]},{"name":"WIA_DPS_HORIZONTAL_BED_SIZE_STR","features":[383]},{"name":"WIA_DPS_HORIZONTAL_SHEET_FEED_SIZE","features":[383]},{"name":"WIA_DPS_HORIZONTAL_SHEET_FEED_SIZE_STR","features":[383]},{"name":"WIA_DPS_MAX_SCAN_TIME","features":[383]},{"name":"WIA_DPS_MAX_SCAN_TIME_STR","features":[383]},{"name":"WIA_DPS_MIN_HORIZONTAL_SHEET_FEED_SIZE","features":[383]},{"name":"WIA_DPS_MIN_HORIZONTAL_SHEET_FEED_SIZE_STR","features":[383]},{"name":"WIA_DPS_MIN_VERTICAL_SHEET_FEED_SIZE","features":[383]},{"name":"WIA_DPS_MIN_VERTICAL_SHEET_FEED_SIZE_STR","features":[383]},{"name":"WIA_DPS_OPTICAL_XRES","features":[383]},{"name":"WIA_DPS_OPTICAL_XRES_STR","features":[383]},{"name":"WIA_DPS_OPTICAL_YRES","features":[383]},{"name":"WIA_DPS_OPTICAL_YRES_STR","features":[383]},{"name":"WIA_DPS_PAD_COLOR","features":[383]},{"name":"WIA_DPS_PAD_COLOR_STR","features":[383]},{"name":"WIA_DPS_PAGES","features":[383]},{"name":"WIA_DPS_PAGES_STR","features":[383]},{"name":"WIA_DPS_PAGE_HEIGHT","features":[383]},{"name":"WIA_DPS_PAGE_HEIGHT_STR","features":[383]},{"name":"WIA_DPS_PAGE_SIZE","features":[383]},{"name":"WIA_DPS_PAGE_SIZE_STR","features":[383]},{"name":"WIA_DPS_PAGE_WIDTH","features":[383]},{"name":"WIA_DPS_PAGE_WIDTH_STR","features":[383]},{"name":"WIA_DPS_PLATEN_COLOR","features":[383]},{"name":"WIA_DPS_PLATEN_COLOR_STR","features":[383]},{"name":"WIA_DPS_PREVIEW","features":[383]},{"name":"WIA_DPS_PREVIEW_STR","features":[383]},{"name":"WIA_DPS_SCAN_AHEAD_PAGES","features":[383]},{"name":"WIA_DPS_SCAN_AHEAD_PAGES_STR","features":[383]},{"name":"WIA_DPS_SCAN_AVAILABLE_ITEM","features":[383]},{"name":"WIA_DPS_SCAN_AVAILABLE_ITEM_STR","features":[383]},{"name":"WIA_DPS_SERVICE_ID","features":[383]},{"name":"WIA_DPS_SERVICE_ID_STR","features":[383]},{"name":"WIA_DPS_SHEET_FEEDER_REGISTRATION","features":[383]},{"name":"WIA_DPS_SHEET_FEEDER_REGISTRATION_STR","features":[383]},{"name":"WIA_DPS_SHOW_PREVIEW_CONTROL","features":[383]},{"name":"WIA_DPS_SHOW_PREVIEW_CONTROL_STR","features":[383]},{"name":"WIA_DPS_TRANSPARENCY","features":[383]},{"name":"WIA_DPS_TRANSPARENCY_CAPABILITIES","features":[383]},{"name":"WIA_DPS_TRANSPARENCY_CAPABILITIES_STR","features":[383]},{"name":"WIA_DPS_TRANSPARENCY_SELECT","features":[383]},{"name":"WIA_DPS_TRANSPARENCY_SELECT_STR","features":[383]},{"name":"WIA_DPS_TRANSPARENCY_STATUS","features":[383]},{"name":"WIA_DPS_TRANSPARENCY_STATUS_STR","features":[383]},{"name":"WIA_DPS_TRANSPARENCY_STR","features":[383]},{"name":"WIA_DPS_USER_NAME","features":[383]},{"name":"WIA_DPS_USER_NAME_STR","features":[383]},{"name":"WIA_DPS_VERTICAL_BED_REGISTRATION","features":[383]},{"name":"WIA_DPS_VERTICAL_BED_REGISTRATION_STR","features":[383]},{"name":"WIA_DPS_VERTICAL_BED_SIZE","features":[383]},{"name":"WIA_DPS_VERTICAL_BED_SIZE_STR","features":[383]},{"name":"WIA_DPS_VERTICAL_SHEET_FEED_SIZE","features":[383]},{"name":"WIA_DPS_VERTICAL_SHEET_FEED_SIZE_STR","features":[383]},{"name":"WIA_DPV_DSHOW_DEVICE_PATH","features":[383]},{"name":"WIA_DPV_DSHOW_DEVICE_PATH_STR","features":[383]},{"name":"WIA_DPV_IMAGES_DIRECTORY","features":[383]},{"name":"WIA_DPV_IMAGES_DIRECTORY_STR","features":[383]},{"name":"WIA_DPV_LAST_PICTURE_TAKEN","features":[383]},{"name":"WIA_DPV_LAST_PICTURE_TAKEN_STR","features":[383]},{"name":"WIA_ENDORSER_TOK_DATE","features":[383]},{"name":"WIA_ENDORSER_TOK_DAY","features":[383]},{"name":"WIA_ENDORSER_TOK_MONTH","features":[383]},{"name":"WIA_ENDORSER_TOK_PAGE_COUNT","features":[383]},{"name":"WIA_ENDORSER_TOK_TIME","features":[383]},{"name":"WIA_ENDORSER_TOK_YEAR","features":[383]},{"name":"WIA_ERROR_BUSY","features":[383]},{"name":"WIA_ERROR_COVER_OPEN","features":[383]},{"name":"WIA_ERROR_DESTINATION","features":[383]},{"name":"WIA_ERROR_DEVICE_COMMUNICATION","features":[383]},{"name":"WIA_ERROR_DEVICE_LOCKED","features":[383]},{"name":"WIA_ERROR_EXCEPTION_IN_DRIVER","features":[383]},{"name":"WIA_ERROR_GENERAL_ERROR","features":[383]},{"name":"WIA_ERROR_INCORRECT_HARDWARE_SETTING","features":[383]},{"name":"WIA_ERROR_INVALID_COMMAND","features":[383]},{"name":"WIA_ERROR_INVALID_DRIVER_RESPONSE","features":[383]},{"name":"WIA_ERROR_ITEM_DELETED","features":[383]},{"name":"WIA_ERROR_LAMP_OFF","features":[383]},{"name":"WIA_ERROR_MAXIMUM_PRINTER_ENDORSER_COUNTER","features":[383]},{"name":"WIA_ERROR_MULTI_FEED","features":[383]},{"name":"WIA_ERROR_NETWORK_RESERVATION_FAILED","features":[383]},{"name":"WIA_ERROR_OFFLINE","features":[383]},{"name":"WIA_ERROR_PAPER_EMPTY","features":[383]},{"name":"WIA_ERROR_PAPER_JAM","features":[383]},{"name":"WIA_ERROR_PAPER_PROBLEM","features":[383]},{"name":"WIA_ERROR_USER_INTERVENTION","features":[383]},{"name":"WIA_ERROR_WARMING_UP","features":[383]},{"name":"WIA_EVENT_CANCEL_IO","features":[383]},{"name":"WIA_EVENT_COVER_CLOSED","features":[383]},{"name":"WIA_EVENT_COVER_OPEN","features":[383]},{"name":"WIA_EVENT_DEVICE_CONNECTED","features":[383]},{"name":"WIA_EVENT_DEVICE_CONNECTED_STR","features":[383]},{"name":"WIA_EVENT_DEVICE_DISCONNECTED","features":[383]},{"name":"WIA_EVENT_DEVICE_DISCONNECTED_STR","features":[383]},{"name":"WIA_EVENT_DEVICE_NOT_READY","features":[383]},{"name":"WIA_EVENT_DEVICE_READY","features":[383]},{"name":"WIA_EVENT_FEEDER_EMPTIED","features":[383]},{"name":"WIA_EVENT_FEEDER_LOADED","features":[383]},{"name":"WIA_EVENT_FLATBED_LID_CLOSED","features":[383]},{"name":"WIA_EVENT_FLATBED_LID_OPEN","features":[383]},{"name":"WIA_EVENT_HANDLER_NO_ACTION","features":[383]},{"name":"WIA_EVENT_HANDLER_PROMPT","features":[383]},{"name":"WIA_EVENT_ITEM_CREATED","features":[383]},{"name":"WIA_EVENT_ITEM_DELETED","features":[383]},{"name":"WIA_EVENT_POWER_RESUME","features":[383]},{"name":"WIA_EVENT_POWER_SUSPEND","features":[383]},{"name":"WIA_EVENT_SCAN_EMAIL_IMAGE","features":[383]},{"name":"WIA_EVENT_SCAN_FAX_IMAGE","features":[383]},{"name":"WIA_EVENT_SCAN_FILM_IMAGE","features":[383]},{"name":"WIA_EVENT_SCAN_IMAGE","features":[383]},{"name":"WIA_EVENT_SCAN_IMAGE2","features":[383]},{"name":"WIA_EVENT_SCAN_IMAGE3","features":[383]},{"name":"WIA_EVENT_SCAN_IMAGE4","features":[383]},{"name":"WIA_EVENT_SCAN_OCR_IMAGE","features":[383]},{"name":"WIA_EVENT_SCAN_PRINT_IMAGE","features":[383]},{"name":"WIA_EVENT_STI_PROXY","features":[383]},{"name":"WIA_EVENT_STORAGE_CREATED","features":[383]},{"name":"WIA_EVENT_STORAGE_DELETED","features":[383]},{"name":"WIA_EVENT_TREE_UPDATED","features":[383]},{"name":"WIA_EVENT_VOLUME_INSERT","features":[383]},{"name":"WIA_EXTENDED_TRANSFER_INFO","features":[383]},{"name":"WIA_FEEDER_CONTROL_AUTO","features":[383]},{"name":"WIA_FEEDER_CONTROL_MANUAL","features":[383]},{"name":"WIA_FILM_BW_NEGATIVE","features":[383]},{"name":"WIA_FILM_COLOR_NEGATIVE","features":[383]},{"name":"WIA_FILM_COLOR_SLIDE","features":[383]},{"name":"WIA_FINAL_SCAN","features":[383]},{"name":"WIA_FLAG_NOM","features":[383]},{"name":"WIA_FLAG_NUM_ELEMS","features":[383]},{"name":"WIA_FLAG_VALUES","features":[383]},{"name":"WIA_FORMAT_INFO","features":[383]},{"name":"WIA_IMAGEPROC_FILTER_STR","features":[383]},{"name":"WIA_INTENT_BEST_PREVIEW","features":[383]},{"name":"WIA_INTENT_IMAGE_TYPE_COLOR","features":[383]},{"name":"WIA_INTENT_IMAGE_TYPE_GRAYSCALE","features":[383]},{"name":"WIA_INTENT_IMAGE_TYPE_MASK","features":[383]},{"name":"WIA_INTENT_IMAGE_TYPE_TEXT","features":[383]},{"name":"WIA_INTENT_MAXIMIZE_QUALITY","features":[383]},{"name":"WIA_INTENT_MINIMIZE_SIZE","features":[383]},{"name":"WIA_INTENT_NONE","features":[383]},{"name":"WIA_INTENT_SIZE_MASK","features":[383]},{"name":"WIA_IPA_ACCESS_RIGHTS","features":[383]},{"name":"WIA_IPA_ACCESS_RIGHTS_STR","features":[383]},{"name":"WIA_IPA_APP_COLOR_MAPPING","features":[383]},{"name":"WIA_IPA_APP_COLOR_MAPPING_STR","features":[383]},{"name":"WIA_IPA_BITS_PER_CHANNEL","features":[383]},{"name":"WIA_IPA_BITS_PER_CHANNEL_STR","features":[383]},{"name":"WIA_IPA_BUFFER_SIZE","features":[383]},{"name":"WIA_IPA_BUFFER_SIZE_STR","features":[383]},{"name":"WIA_IPA_BYTES_PER_LINE","features":[383]},{"name":"WIA_IPA_BYTES_PER_LINE_STR","features":[383]},{"name":"WIA_IPA_CHANNELS_PER_PIXEL","features":[383]},{"name":"WIA_IPA_CHANNELS_PER_PIXEL_STR","features":[383]},{"name":"WIA_IPA_COLOR_PROFILE","features":[383]},{"name":"WIA_IPA_COLOR_PROFILE_STR","features":[383]},{"name":"WIA_IPA_COMPRESSION","features":[383]},{"name":"WIA_IPA_COMPRESSION_STR","features":[383]},{"name":"WIA_IPA_DATATYPE","features":[383]},{"name":"WIA_IPA_DATATYPE_STR","features":[383]},{"name":"WIA_IPA_DEPTH","features":[383]},{"name":"WIA_IPA_DEPTH_STR","features":[383]},{"name":"WIA_IPA_FILENAME_EXTENSION","features":[383]},{"name":"WIA_IPA_FILENAME_EXTENSION_STR","features":[383]},{"name":"WIA_IPA_FIRST","features":[383]},{"name":"WIA_IPA_FORMAT","features":[383]},{"name":"WIA_IPA_FORMAT_STR","features":[383]},{"name":"WIA_IPA_FULL_ITEM_NAME","features":[383]},{"name":"WIA_IPA_FULL_ITEM_NAME_STR","features":[383]},{"name":"WIA_IPA_GAMMA_CURVES","features":[383]},{"name":"WIA_IPA_GAMMA_CURVES_STR","features":[383]},{"name":"WIA_IPA_ICM_PROFILE_NAME","features":[383]},{"name":"WIA_IPA_ICM_PROFILE_NAME_STR","features":[383]},{"name":"WIA_IPA_ITEMS_STORED","features":[383]},{"name":"WIA_IPA_ITEMS_STORED_STR","features":[383]},{"name":"WIA_IPA_ITEM_CATEGORY","features":[383]},{"name":"WIA_IPA_ITEM_CATEGORY_STR","features":[383]},{"name":"WIA_IPA_ITEM_FLAGS","features":[383]},{"name":"WIA_IPA_ITEM_FLAGS_STR","features":[383]},{"name":"WIA_IPA_ITEM_NAME","features":[383]},{"name":"WIA_IPA_ITEM_NAME_STR","features":[383]},{"name":"WIA_IPA_ITEM_SIZE","features":[383]},{"name":"WIA_IPA_ITEM_SIZE_STR","features":[383]},{"name":"WIA_IPA_ITEM_TIME","features":[383]},{"name":"WIA_IPA_ITEM_TIME_STR","features":[383]},{"name":"WIA_IPA_MIN_BUFFER_SIZE","features":[383]},{"name":"WIA_IPA_MIN_BUFFER_SIZE_STR","features":[383]},{"name":"WIA_IPA_NUMBER_OF_LINES","features":[383]},{"name":"WIA_IPA_NUMBER_OF_LINES_STR","features":[383]},{"name":"WIA_IPA_PIXELS_PER_LINE","features":[383]},{"name":"WIA_IPA_PIXELS_PER_LINE_STR","features":[383]},{"name":"WIA_IPA_PLANAR","features":[383]},{"name":"WIA_IPA_PLANAR_STR","features":[383]},{"name":"WIA_IPA_PREFERRED_FORMAT","features":[383]},{"name":"WIA_IPA_PREFERRED_FORMAT_STR","features":[383]},{"name":"WIA_IPA_PROP_STREAM_COMPAT_ID","features":[383]},{"name":"WIA_IPA_PROP_STREAM_COMPAT_ID_STR","features":[383]},{"name":"WIA_IPA_RAW_BITS_PER_CHANNEL","features":[383]},{"name":"WIA_IPA_RAW_BITS_PER_CHANNEL_STR","features":[383]},{"name":"WIA_IPA_REGION_TYPE","features":[383]},{"name":"WIA_IPA_REGION_TYPE_STR","features":[383]},{"name":"WIA_IPA_SUPPRESS_PROPERTY_PAGE","features":[383]},{"name":"WIA_IPA_SUPPRESS_PROPERTY_PAGE_STR","features":[383]},{"name":"WIA_IPA_TYMED","features":[383]},{"name":"WIA_IPA_TYMED_STR","features":[383]},{"name":"WIA_IPA_UPLOAD_ITEM_SIZE","features":[383]},{"name":"WIA_IPA_UPLOAD_ITEM_SIZE_STR","features":[383]},{"name":"WIA_IPC_AUDIO_AVAILABLE","features":[383]},{"name":"WIA_IPC_AUDIO_AVAILABLE_STR","features":[383]},{"name":"WIA_IPC_AUDIO_DATA","features":[383]},{"name":"WIA_IPC_AUDIO_DATA_FORMAT","features":[383]},{"name":"WIA_IPC_AUDIO_DATA_FORMAT_STR","features":[383]},{"name":"WIA_IPC_AUDIO_DATA_STR","features":[383]},{"name":"WIA_IPC_FIRST","features":[383]},{"name":"WIA_IPC_NUM_PICT_PER_ROW","features":[383]},{"name":"WIA_IPC_NUM_PICT_PER_ROW_STR","features":[383]},{"name":"WIA_IPC_SEQUENCE","features":[383]},{"name":"WIA_IPC_SEQUENCE_STR","features":[383]},{"name":"WIA_IPC_THUMBNAIL","features":[383]},{"name":"WIA_IPC_THUMBNAIL_STR","features":[383]},{"name":"WIA_IPC_THUMB_HEIGHT","features":[383]},{"name":"WIA_IPC_THUMB_HEIGHT_STR","features":[383]},{"name":"WIA_IPC_THUMB_WIDTH","features":[383]},{"name":"WIA_IPC_THUMB_WIDTH_STR","features":[383]},{"name":"WIA_IPC_TIMEDELAY","features":[383]},{"name":"WIA_IPC_TIMEDELAY_STR","features":[383]},{"name":"WIA_IPS_ALARM","features":[383]},{"name":"WIA_IPS_ALARM_STR","features":[383]},{"name":"WIA_IPS_AUTO_CROP","features":[383]},{"name":"WIA_IPS_AUTO_CROP_STR","features":[383]},{"name":"WIA_IPS_AUTO_DESKEW","features":[383]},{"name":"WIA_IPS_AUTO_DESKEW_STR","features":[383]},{"name":"WIA_IPS_BARCODE_READER","features":[383]},{"name":"WIA_IPS_BARCODE_READER_STR","features":[383]},{"name":"WIA_IPS_BARCODE_SEARCH_DIRECTION","features":[383]},{"name":"WIA_IPS_BARCODE_SEARCH_DIRECTION_STR","features":[383]},{"name":"WIA_IPS_BARCODE_SEARCH_TIMEOUT","features":[383]},{"name":"WIA_IPS_BARCODE_SEARCH_TIMEOUT_STR","features":[383]},{"name":"WIA_IPS_BLANK_PAGES","features":[383]},{"name":"WIA_IPS_BLANK_PAGES_SENSITIVITY","features":[383]},{"name":"WIA_IPS_BLANK_PAGES_SENSITIVITY_STR","features":[383]},{"name":"WIA_IPS_BLANK_PAGES_STR","features":[383]},{"name":"WIA_IPS_BRIGHTNESS","features":[383]},{"name":"WIA_IPS_BRIGHTNESS_STR","features":[383]},{"name":"WIA_IPS_COLOR_DROP","features":[383]},{"name":"WIA_IPS_COLOR_DROP_BLUE","features":[383]},{"name":"WIA_IPS_COLOR_DROP_BLUE_STR","features":[383]},{"name":"WIA_IPS_COLOR_DROP_GREEN","features":[383]},{"name":"WIA_IPS_COLOR_DROP_GREEN_STR","features":[383]},{"name":"WIA_IPS_COLOR_DROP_MULTI","features":[383]},{"name":"WIA_IPS_COLOR_DROP_MULTI_STR","features":[383]},{"name":"WIA_IPS_COLOR_DROP_RED","features":[383]},{"name":"WIA_IPS_COLOR_DROP_RED_STR","features":[383]},{"name":"WIA_IPS_COLOR_DROP_STR","features":[383]},{"name":"WIA_IPS_CONTRAST","features":[383]},{"name":"WIA_IPS_CONTRAST_STR","features":[383]},{"name":"WIA_IPS_CUR_INTENT","features":[383]},{"name":"WIA_IPS_CUR_INTENT_STR","features":[383]},{"name":"WIA_IPS_DESKEW_X","features":[383]},{"name":"WIA_IPS_DESKEW_X_STR","features":[383]},{"name":"WIA_IPS_DESKEW_Y","features":[383]},{"name":"WIA_IPS_DESKEW_Y_STR","features":[383]},{"name":"WIA_IPS_DOCUMENT_HANDLING_SELECT","features":[383]},{"name":"WIA_IPS_DOCUMENT_HANDLING_SELECT_STR","features":[383]},{"name":"WIA_IPS_ENABLED_BARCODE_TYPES","features":[383]},{"name":"WIA_IPS_ENABLED_BARCODE_TYPES_STR","features":[383]},{"name":"WIA_IPS_ENABLED_PATCH_CODE_TYPES","features":[383]},{"name":"WIA_IPS_ENABLED_PATCH_CODE_TYPES_STR","features":[383]},{"name":"WIA_IPS_FEEDER_CONTROL","features":[383]},{"name":"WIA_IPS_FEEDER_CONTROL_STR","features":[383]},{"name":"WIA_IPS_FILM_NODE_NAME","features":[383]},{"name":"WIA_IPS_FILM_NODE_NAME_STR","features":[383]},{"name":"WIA_IPS_FILM_SCAN_MODE","features":[383]},{"name":"WIA_IPS_FILM_SCAN_MODE_STR","features":[383]},{"name":"WIA_IPS_FIRST","features":[383]},{"name":"WIA_IPS_INVERT","features":[383]},{"name":"WIA_IPS_INVERT_STR","features":[383]},{"name":"WIA_IPS_JOB_SEPARATORS","features":[383]},{"name":"WIA_IPS_JOB_SEPARATORS_STR","features":[383]},{"name":"WIA_IPS_LAMP","features":[383]},{"name":"WIA_IPS_LAMP_AUTO_OFF","features":[383]},{"name":"WIA_IPS_LAMP_AUTO_OFF_STR","features":[383]},{"name":"WIA_IPS_LAMP_STR","features":[383]},{"name":"WIA_IPS_LONG_DOCUMENT","features":[383]},{"name":"WIA_IPS_LONG_DOCUMENT_STR","features":[383]},{"name":"WIA_IPS_MAXIMUM_BARCODES_PER_PAGE","features":[383]},{"name":"WIA_IPS_MAXIMUM_BARCODES_PER_PAGE_STR","features":[383]},{"name":"WIA_IPS_MAXIMUM_BARCODE_SEARCH_RETRIES","features":[383]},{"name":"WIA_IPS_MAXIMUM_BARCODE_SEARCH_RETRIES_STR","features":[383]},{"name":"WIA_IPS_MAX_HORIZONTAL_SIZE","features":[383]},{"name":"WIA_IPS_MAX_HORIZONTAL_SIZE_STR","features":[383]},{"name":"WIA_IPS_MAX_VERTICAL_SIZE","features":[383]},{"name":"WIA_IPS_MAX_VERTICAL_SIZE_STR","features":[383]},{"name":"WIA_IPS_MICR_READER","features":[383]},{"name":"WIA_IPS_MICR_READER_STR","features":[383]},{"name":"WIA_IPS_MIN_HORIZONTAL_SIZE","features":[383]},{"name":"WIA_IPS_MIN_HORIZONTAL_SIZE_STR","features":[383]},{"name":"WIA_IPS_MIN_VERTICAL_SIZE","features":[383]},{"name":"WIA_IPS_MIN_VERTICAL_SIZE_STR","features":[383]},{"name":"WIA_IPS_MIRROR","features":[383]},{"name":"WIA_IPS_MIRROR_STR","features":[383]},{"name":"WIA_IPS_MULTI_FEED","features":[383]},{"name":"WIA_IPS_MULTI_FEED_DETECT_METHOD","features":[383]},{"name":"WIA_IPS_MULTI_FEED_DETECT_METHOD_STR","features":[383]},{"name":"WIA_IPS_MULTI_FEED_SENSITIVITY","features":[383]},{"name":"WIA_IPS_MULTI_FEED_SENSITIVITY_STR","features":[383]},{"name":"WIA_IPS_MULTI_FEED_STR","features":[383]},{"name":"WIA_IPS_OPTICAL_XRES","features":[383]},{"name":"WIA_IPS_OPTICAL_XRES_STR","features":[383]},{"name":"WIA_IPS_OPTICAL_YRES","features":[383]},{"name":"WIA_IPS_OPTICAL_YRES_STR","features":[383]},{"name":"WIA_IPS_ORIENTATION","features":[383]},{"name":"WIA_IPS_ORIENTATION_STR","features":[383]},{"name":"WIA_IPS_OVER_SCAN","features":[383]},{"name":"WIA_IPS_OVER_SCAN_BOTTOM","features":[383]},{"name":"WIA_IPS_OVER_SCAN_BOTTOM_STR","features":[383]},{"name":"WIA_IPS_OVER_SCAN_LEFT","features":[383]},{"name":"WIA_IPS_OVER_SCAN_LEFT_STR","features":[383]},{"name":"WIA_IPS_OVER_SCAN_RIGHT","features":[383]},{"name":"WIA_IPS_OVER_SCAN_RIGHT_STR","features":[383]},{"name":"WIA_IPS_OVER_SCAN_STR","features":[383]},{"name":"WIA_IPS_OVER_SCAN_TOP","features":[383]},{"name":"WIA_IPS_OVER_SCAN_TOP_STR","features":[383]},{"name":"WIA_IPS_PAGES","features":[383]},{"name":"WIA_IPS_PAGES_STR","features":[383]},{"name":"WIA_IPS_PAGE_HEIGHT","features":[383]},{"name":"WIA_IPS_PAGE_HEIGHT_STR","features":[383]},{"name":"WIA_IPS_PAGE_SIZE","features":[383]},{"name":"WIA_IPS_PAGE_SIZE_STR","features":[383]},{"name":"WIA_IPS_PAGE_WIDTH","features":[383]},{"name":"WIA_IPS_PAGE_WIDTH_STR","features":[383]},{"name":"WIA_IPS_PATCH_CODE_READER","features":[383]},{"name":"WIA_IPS_PATCH_CODE_READER_STR","features":[383]},{"name":"WIA_IPS_PHOTOMETRIC_INTERP","features":[383]},{"name":"WIA_IPS_PHOTOMETRIC_INTERP_STR","features":[383]},{"name":"WIA_IPS_PREVIEW","features":[383]},{"name":"WIA_IPS_PREVIEW_STR","features":[383]},{"name":"WIA_IPS_PREVIEW_TYPE","features":[383]},{"name":"WIA_IPS_PREVIEW_TYPE_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_CHARACTER_ROTATION","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_CHARACTER_ROTATION_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_COUNTER","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_COUNTER_DIGITS","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_COUNTER_DIGITS_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_COUNTER_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_FONT_TYPE","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_FONT_TYPE_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_DOWNLOAD","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_DOWNLOAD_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MAX_HEIGHT","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MAX_HEIGHT_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MAX_WIDTH","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MAX_WIDTH_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MIN_HEIGHT","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MIN_HEIGHT_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MIN_WIDTH","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MIN_WIDTH_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_POSITION","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_POSITION_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_UPLOAD","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_UPLOAD_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_INK","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_INK_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_MAX_CHARACTERS","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_MAX_CHARACTERS_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_MAX_GRAPHICS","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_MAX_GRAPHICS_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_NUM_LINES","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_NUM_LINES_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_ORDER","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_ORDER_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_PADDING","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_PADDING_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_STEP","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_STEP_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_STRING","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_STRING_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_TEXT_DOWNLOAD","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_TEXT_DOWNLOAD_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_TEXT_UPLOAD","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_TEXT_UPLOAD_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_VALID_CHARACTERS","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_VALID_CHARACTERS_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_VALID_FORMAT_SPECIFIERS","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_VALID_FORMAT_SPECIFIERS_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_XOFFSET","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_XOFFSET_STR","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_YOFFSET","features":[383]},{"name":"WIA_IPS_PRINTER_ENDORSER_YOFFSET_STR","features":[383]},{"name":"WIA_IPS_ROTATION","features":[383]},{"name":"WIA_IPS_ROTATION_STR","features":[383]},{"name":"WIA_IPS_SCAN_AHEAD","features":[383]},{"name":"WIA_IPS_SCAN_AHEAD_CAPACITY","features":[383]},{"name":"WIA_IPS_SCAN_AHEAD_CAPACITY_STR","features":[383]},{"name":"WIA_IPS_SCAN_AHEAD_STR","features":[383]},{"name":"WIA_IPS_SEGMENTATION","features":[383]},{"name":"WIA_IPS_SEGMENTATION_STR","features":[383]},{"name":"WIA_IPS_SHEET_FEEDER_REGISTRATION","features":[383]},{"name":"WIA_IPS_SHEET_FEEDER_REGISTRATION_STR","features":[383]},{"name":"WIA_IPS_SHOW_PREVIEW_CONTROL","features":[383]},{"name":"WIA_IPS_SHOW_PREVIEW_CONTROL_STR","features":[383]},{"name":"WIA_IPS_SUPPORTED_BARCODE_TYPES","features":[383]},{"name":"WIA_IPS_SUPPORTED_BARCODE_TYPES_STR","features":[383]},{"name":"WIA_IPS_SUPPORTED_PATCH_CODE_TYPES","features":[383]},{"name":"WIA_IPS_SUPPORTED_PATCH_CODE_TYPES_STR","features":[383]},{"name":"WIA_IPS_SUPPORTS_CHILD_ITEM_CREATION","features":[383]},{"name":"WIA_IPS_SUPPORTS_CHILD_ITEM_CREATION_STR","features":[383]},{"name":"WIA_IPS_THRESHOLD","features":[383]},{"name":"WIA_IPS_THRESHOLD_STR","features":[383]},{"name":"WIA_IPS_TRANSFER_CAPABILITIES","features":[383]},{"name":"WIA_IPS_TRANSFER_CAPABILITIES_STR","features":[383]},{"name":"WIA_IPS_WARM_UP_TIME","features":[383]},{"name":"WIA_IPS_WARM_UP_TIME_STR","features":[383]},{"name":"WIA_IPS_XEXTENT","features":[383]},{"name":"WIA_IPS_XEXTENT_STR","features":[383]},{"name":"WIA_IPS_XPOS","features":[383]},{"name":"WIA_IPS_XPOS_STR","features":[383]},{"name":"WIA_IPS_XRES","features":[383]},{"name":"WIA_IPS_XRES_STR","features":[383]},{"name":"WIA_IPS_XSCALING","features":[383]},{"name":"WIA_IPS_XSCALING_STR","features":[383]},{"name":"WIA_IPS_YEXTENT","features":[383]},{"name":"WIA_IPS_YEXTENT_STR","features":[383]},{"name":"WIA_IPS_YPOS","features":[383]},{"name":"WIA_IPS_YPOS_STR","features":[383]},{"name":"WIA_IPS_YRES","features":[383]},{"name":"WIA_IPS_YRES_STR","features":[383]},{"name":"WIA_IPS_YSCALING","features":[383]},{"name":"WIA_IPS_YSCALING_STR","features":[383]},{"name":"WIA_IS_DEFAULT_HANDLER","features":[383]},{"name":"WIA_ITEM_CAN_BE_DELETED","features":[383]},{"name":"WIA_ITEM_READ","features":[383]},{"name":"WIA_ITEM_WRITE","features":[383]},{"name":"WIA_LAMP_OFF","features":[383]},{"name":"WIA_LAMP_ON","features":[383]},{"name":"WIA_LINE_ORDER_BOTTOM_TO_TOP","features":[383]},{"name":"WIA_LINE_ORDER_TOP_TO_BOTTOM","features":[383]},{"name":"WIA_LIST_COUNT","features":[383]},{"name":"WIA_LIST_NOM","features":[383]},{"name":"WIA_LIST_NUM_ELEMS","features":[383]},{"name":"WIA_LIST_VALUES","features":[383]},{"name":"WIA_LONG_DOCUMENT_DISABLED","features":[383]},{"name":"WIA_LONG_DOCUMENT_ENABLED","features":[383]},{"name":"WIA_LONG_DOCUMENT_SPLIT","features":[383]},{"name":"WIA_MAJOR_EVENT_DEVICE_CONNECT","features":[383]},{"name":"WIA_MAJOR_EVENT_DEVICE_DISCONNECT","features":[383]},{"name":"WIA_MAJOR_EVENT_PICTURE_DELETED","features":[383]},{"name":"WIA_MAJOR_EVENT_PICTURE_TAKEN","features":[383]},{"name":"WIA_MAX_CTX_SIZE","features":[383]},{"name":"WIA_MICR","features":[383]},{"name":"WIA_MICR_INFO","features":[383]},{"name":"WIA_MICR_READER_AUTO","features":[383]},{"name":"WIA_MICR_READER_DISABLED","features":[383]},{"name":"WIA_MICR_READER_FEEDER_BACK","features":[383]},{"name":"WIA_MICR_READER_FEEDER_DUPLEX","features":[383]},{"name":"WIA_MICR_READER_FEEDER_FRONT","features":[383]},{"name":"WIA_MICR_READER_FLATBED","features":[383]},{"name":"WIA_MULTI_FEED_DETECT_CONTINUE","features":[383]},{"name":"WIA_MULTI_FEED_DETECT_DISABLED","features":[383]},{"name":"WIA_MULTI_FEED_DETECT_METHOD_LENGTH","features":[383]},{"name":"WIA_MULTI_FEED_DETECT_METHOD_OVERLAP","features":[383]},{"name":"WIA_MULTI_FEED_DETECT_STOP_ERROR","features":[383]},{"name":"WIA_MULTI_FEED_DETECT_STOP_SUCCESS","features":[383]},{"name":"WIA_NOTIFICATION_EVENT","features":[383]},{"name":"WIA_NUM_DIP","features":[383]},{"name":"WIA_NUM_IPC","features":[383]},{"name":"WIA_ORDER_BGR","features":[383]},{"name":"WIA_ORDER_RGB","features":[383]},{"name":"WIA_OVER_SCAN_ALL","features":[383]},{"name":"WIA_OVER_SCAN_DISABLED","features":[383]},{"name":"WIA_OVER_SCAN_LEFT_RIGHT","features":[383]},{"name":"WIA_OVER_SCAN_TOP_BOTTOM","features":[383]},{"name":"WIA_PACKED_PIXEL","features":[383]},{"name":"WIA_PAGE_A4","features":[383]},{"name":"WIA_PAGE_AUTO","features":[383]},{"name":"WIA_PAGE_BUSINESSCARD","features":[383]},{"name":"WIA_PAGE_CUSTOM","features":[383]},{"name":"WIA_PAGE_CUSTOM_BASE","features":[383]},{"name":"WIA_PAGE_DIN_2B","features":[383]},{"name":"WIA_PAGE_DIN_4B","features":[383]},{"name":"WIA_PAGE_ISO_A0","features":[383]},{"name":"WIA_PAGE_ISO_A1","features":[383]},{"name":"WIA_PAGE_ISO_A10","features":[383]},{"name":"WIA_PAGE_ISO_A2","features":[383]},{"name":"WIA_PAGE_ISO_A3","features":[383]},{"name":"WIA_PAGE_ISO_A4","features":[383]},{"name":"WIA_PAGE_ISO_A5","features":[383]},{"name":"WIA_PAGE_ISO_A6","features":[383]},{"name":"WIA_PAGE_ISO_A7","features":[383]},{"name":"WIA_PAGE_ISO_A8","features":[383]},{"name":"WIA_PAGE_ISO_A9","features":[383]},{"name":"WIA_PAGE_ISO_B0","features":[383]},{"name":"WIA_PAGE_ISO_B1","features":[383]},{"name":"WIA_PAGE_ISO_B10","features":[383]},{"name":"WIA_PAGE_ISO_B2","features":[383]},{"name":"WIA_PAGE_ISO_B3","features":[383]},{"name":"WIA_PAGE_ISO_B4","features":[383]},{"name":"WIA_PAGE_ISO_B5","features":[383]},{"name":"WIA_PAGE_ISO_B6","features":[383]},{"name":"WIA_PAGE_ISO_B7","features":[383]},{"name":"WIA_PAGE_ISO_B8","features":[383]},{"name":"WIA_PAGE_ISO_B9","features":[383]},{"name":"WIA_PAGE_ISO_C0","features":[383]},{"name":"WIA_PAGE_ISO_C1","features":[383]},{"name":"WIA_PAGE_ISO_C10","features":[383]},{"name":"WIA_PAGE_ISO_C2","features":[383]},{"name":"WIA_PAGE_ISO_C3","features":[383]},{"name":"WIA_PAGE_ISO_C4","features":[383]},{"name":"WIA_PAGE_ISO_C5","features":[383]},{"name":"WIA_PAGE_ISO_C6","features":[383]},{"name":"WIA_PAGE_ISO_C7","features":[383]},{"name":"WIA_PAGE_ISO_C8","features":[383]},{"name":"WIA_PAGE_ISO_C9","features":[383]},{"name":"WIA_PAGE_JIS_2A","features":[383]},{"name":"WIA_PAGE_JIS_4A","features":[383]},{"name":"WIA_PAGE_JIS_B0","features":[383]},{"name":"WIA_PAGE_JIS_B1","features":[383]},{"name":"WIA_PAGE_JIS_B10","features":[383]},{"name":"WIA_PAGE_JIS_B2","features":[383]},{"name":"WIA_PAGE_JIS_B3","features":[383]},{"name":"WIA_PAGE_JIS_B4","features":[383]},{"name":"WIA_PAGE_JIS_B5","features":[383]},{"name":"WIA_PAGE_JIS_B6","features":[383]},{"name":"WIA_PAGE_JIS_B7","features":[383]},{"name":"WIA_PAGE_JIS_B8","features":[383]},{"name":"WIA_PAGE_JIS_B9","features":[383]},{"name":"WIA_PAGE_LETTER","features":[383]},{"name":"WIA_PAGE_USLEDGER","features":[383]},{"name":"WIA_PAGE_USLEGAL","features":[383]},{"name":"WIA_PAGE_USLETTER","features":[383]},{"name":"WIA_PAGE_USSTATEMENT","features":[383]},{"name":"WIA_PATCH_CODES","features":[383]},{"name":"WIA_PATCH_CODE_1","features":[383]},{"name":"WIA_PATCH_CODE_10","features":[383]},{"name":"WIA_PATCH_CODE_11","features":[383]},{"name":"WIA_PATCH_CODE_12","features":[383]},{"name":"WIA_PATCH_CODE_13","features":[383]},{"name":"WIA_PATCH_CODE_14","features":[383]},{"name":"WIA_PATCH_CODE_2","features":[383]},{"name":"WIA_PATCH_CODE_3","features":[383]},{"name":"WIA_PATCH_CODE_4","features":[383]},{"name":"WIA_PATCH_CODE_6","features":[383]},{"name":"WIA_PATCH_CODE_7","features":[383]},{"name":"WIA_PATCH_CODE_8","features":[383]},{"name":"WIA_PATCH_CODE_9","features":[383]},{"name":"WIA_PATCH_CODE_CUSTOM_BASE","features":[383]},{"name":"WIA_PATCH_CODE_INFO","features":[383]},{"name":"WIA_PATCH_CODE_READER_AUTO","features":[383]},{"name":"WIA_PATCH_CODE_READER_DISABLED","features":[383]},{"name":"WIA_PATCH_CODE_READER_FEEDER_BACK","features":[383]},{"name":"WIA_PATCH_CODE_READER_FEEDER_DUPLEX","features":[383]},{"name":"WIA_PATCH_CODE_READER_FEEDER_FRONT","features":[383]},{"name":"WIA_PATCH_CODE_READER_FLATBED","features":[383]},{"name":"WIA_PATCH_CODE_T","features":[383]},{"name":"WIA_PATCH_CODE_UNKNOWN","features":[383]},{"name":"WIA_PHOTO_WHITE_0","features":[383]},{"name":"WIA_PHOTO_WHITE_1","features":[383]},{"name":"WIA_PLANAR","features":[383]},{"name":"WIA_PREVIEW_SCAN","features":[383]},{"name":"WIA_PRINTER_ENDORSER_AFTER_SCAN","features":[383]},{"name":"WIA_PRINTER_ENDORSER_AUTO","features":[383]},{"name":"WIA_PRINTER_ENDORSER_BEFORE_SCAN","features":[383]},{"name":"WIA_PRINTER_ENDORSER_DIGITAL","features":[383]},{"name":"WIA_PRINTER_ENDORSER_DISABLED","features":[383]},{"name":"WIA_PRINTER_ENDORSER_FEEDER_BACK","features":[383]},{"name":"WIA_PRINTER_ENDORSER_FEEDER_DUPLEX","features":[383]},{"name":"WIA_PRINTER_ENDORSER_FEEDER_FRONT","features":[383]},{"name":"WIA_PRINTER_ENDORSER_FLATBED","features":[383]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_BACKGROUND","features":[383]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_BOTTOM","features":[383]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_BOTTOM_LEFT","features":[383]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_BOTTOM_RIGHT","features":[383]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_DEVICE_DEFAULT","features":[383]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_LEFT","features":[383]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_RIGHT","features":[383]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_TOP","features":[383]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_TOP_LEFT","features":[383]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_TOP_RIGHT","features":[383]},{"name":"WIA_PRINT_AM_PM","features":[383]},{"name":"WIA_PRINT_DATE","features":[383]},{"name":"WIA_PRINT_DAY","features":[383]},{"name":"WIA_PRINT_FONT_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_EXTRA_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_ITALIC","features":[383]},{"name":"WIA_PRINT_FONT_ITALIC_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_ITALIC_EXTRA_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_LARGE","features":[383]},{"name":"WIA_PRINT_FONT_LARGE_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_LARGE_EXTRA_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_LARGE_ITALIC","features":[383]},{"name":"WIA_PRINT_FONT_LARGE_ITALIC_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_LARGE_ITALIC_EXTRA_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_NORMAL","features":[383]},{"name":"WIA_PRINT_FONT_SMALL","features":[383]},{"name":"WIA_PRINT_FONT_SMALL_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_SMALL_EXTRA_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_SMALL_ITALIC","features":[383]},{"name":"WIA_PRINT_FONT_SMALL_ITALIC_BOLD","features":[383]},{"name":"WIA_PRINT_FONT_SMALL_ITALIC_EXTRA_BOLD","features":[383]},{"name":"WIA_PRINT_HOUR_12H","features":[383]},{"name":"WIA_PRINT_HOUR_24H","features":[383]},{"name":"WIA_PRINT_IMAGE","features":[383]},{"name":"WIA_PRINT_MILLISECOND","features":[383]},{"name":"WIA_PRINT_MINUTE","features":[383]},{"name":"WIA_PRINT_MONTH","features":[383]},{"name":"WIA_PRINT_MONTH_NAME","features":[383]},{"name":"WIA_PRINT_MONTH_SHORT","features":[383]},{"name":"WIA_PRINT_PADDING_BLANK","features":[383]},{"name":"WIA_PRINT_PADDING_NONE","features":[383]},{"name":"WIA_PRINT_PADDING_ZERO","features":[383]},{"name":"WIA_PRINT_PAGE_COUNT","features":[383]},{"name":"WIA_PRINT_SECOND","features":[383]},{"name":"WIA_PRINT_TIME_12H","features":[383]},{"name":"WIA_PRINT_TIME_24H","features":[383]},{"name":"WIA_PRINT_WEEK_DAY","features":[383]},{"name":"WIA_PRINT_WEEK_DAY_SHORT","features":[383]},{"name":"WIA_PRINT_YEAR","features":[383]},{"name":"WIA_PRIVATE_DEVPROP","features":[383]},{"name":"WIA_PRIVATE_ITEMPROP","features":[383]},{"name":"WIA_PROPERTY_CONTEXT","features":[383,307]},{"name":"WIA_PROPERTY_INFO","features":[383,360]},{"name":"WIA_PROPID_TO_NAME","features":[383]},{"name":"WIA_PROPPAGE_CAMERA_ITEM_GENERAL","features":[383]},{"name":"WIA_PROPPAGE_DEVICE_GENERAL","features":[383]},{"name":"WIA_PROPPAGE_SCANNER_ITEM_GENERAL","features":[383]},{"name":"WIA_PROP_CACHEABLE","features":[383]},{"name":"WIA_PROP_FLAG","features":[383]},{"name":"WIA_PROP_LIST","features":[383]},{"name":"WIA_PROP_NONE","features":[383]},{"name":"WIA_PROP_RANGE","features":[383]},{"name":"WIA_PROP_READ","features":[383]},{"name":"WIA_PROP_SYNC_REQUIRED","features":[383]},{"name":"WIA_PROP_WRITE","features":[383]},{"name":"WIA_RANGE_MAX","features":[383]},{"name":"WIA_RANGE_MIN","features":[383]},{"name":"WIA_RANGE_NOM","features":[383]},{"name":"WIA_RANGE_NUM_ELEMS","features":[383]},{"name":"WIA_RANGE_STEP","features":[383]},{"name":"WIA_RAW_HEADER","features":[383]},{"name":"WIA_REGISTER_EVENT_CALLBACK","features":[383]},{"name":"WIA_RESERVED_FOR_NEW_PROPS","features":[383]},{"name":"WIA_SCAN_AHEAD_ALL","features":[383]},{"name":"WIA_SCAN_AHEAD_DISABLED","features":[383]},{"name":"WIA_SCAN_AHEAD_ENABLED","features":[383]},{"name":"WIA_SEGMENTATION_FILTER_STR","features":[383]},{"name":"WIA_SELECT_DEVICE_NODEFAULT","features":[383]},{"name":"WIA_SEPARATOR_DETECT_NOSCAN_CONTINUE","features":[383]},{"name":"WIA_SEPARATOR_DETECT_NOSCAN_STOP","features":[383]},{"name":"WIA_SEPARATOR_DETECT_SCAN_CONTINUE","features":[383]},{"name":"WIA_SEPARATOR_DETECT_SCAN_STOP","features":[383]},{"name":"WIA_SEPARATOR_DISABLED","features":[383]},{"name":"WIA_SET_DEFAULT_HANDLER","features":[383]},{"name":"WIA_SHOW_PREVIEW_CONTROL","features":[383]},{"name":"WIA_STATUS_CALIBRATING","features":[383]},{"name":"WIA_STATUS_CLEAR","features":[383]},{"name":"WIA_STATUS_END_OF_MEDIA","features":[383]},{"name":"WIA_STATUS_NETWORK_DEVICE_RESERVED","features":[383]},{"name":"WIA_STATUS_NOT_HANDLED","features":[383]},{"name":"WIA_STATUS_RESERVING_NETWORK_DEVICE","features":[383]},{"name":"WIA_STATUS_SKIP_ITEM","features":[383]},{"name":"WIA_STATUS_WARMING_UP","features":[383]},{"name":"WIA_S_CHANGE_DEVICE","features":[383]},{"name":"WIA_S_NO_DEVICE_AVAILABLE","features":[383]},{"name":"WIA_TRANSFER_ACQUIRE_CHILDREN","features":[383]},{"name":"WIA_TRANSFER_CHILDREN_SINGLE_SCAN","features":[383]},{"name":"WIA_TRANSFER_MSG_DEVICE_STATUS","features":[383]},{"name":"WIA_TRANSFER_MSG_END_OF_STREAM","features":[383]},{"name":"WIA_TRANSFER_MSG_END_OF_TRANSFER","features":[383]},{"name":"WIA_TRANSFER_MSG_NEW_PAGE","features":[383]},{"name":"WIA_TRANSFER_MSG_STATUS","features":[383]},{"name":"WIA_UNREGISTER_EVENT_CALLBACK","features":[383]},{"name":"WIA_USE_SEGMENTATION_FILTER","features":[383]},{"name":"WIA_WSD_FRIENDLY_NAME","features":[383]},{"name":"WIA_WSD_FRIENDLY_NAME_STR","features":[383]},{"name":"WIA_WSD_MANUFACTURER","features":[383]},{"name":"WIA_WSD_MANUFACTURER_STR","features":[383]},{"name":"WIA_WSD_MANUFACTURER_URL","features":[383]},{"name":"WIA_WSD_MANUFACTURER_URL_STR","features":[383]},{"name":"WIA_WSD_MODEL_NAME","features":[383]},{"name":"WIA_WSD_MODEL_NAME_STR","features":[383]},{"name":"WIA_WSD_MODEL_NUMBER","features":[383]},{"name":"WIA_WSD_MODEL_NUMBER_STR","features":[383]},{"name":"WIA_WSD_MODEL_URL","features":[383]},{"name":"WIA_WSD_MODEL_URL_STR","features":[383]},{"name":"WIA_WSD_PRESENTATION_URL","features":[383]},{"name":"WIA_WSD_PRESENTATION_URL_STR","features":[383]},{"name":"WIA_WSD_SCAN_AVAILABLE_ITEM","features":[383]},{"name":"WIA_WSD_SCAN_AVAILABLE_ITEM_STR","features":[383]},{"name":"WIA_WSD_SERIAL_NUMBER","features":[383]},{"name":"WIA_WSD_SERIAL_NUMBER_STR","features":[383]},{"name":"WiaAudFmt_AIFF","features":[383]},{"name":"WiaAudFmt_MP3","features":[383]},{"name":"WiaAudFmt_WAV","features":[383]},{"name":"WiaAudFmt_WMA","features":[383]},{"name":"WiaDevMgr","features":[383]},{"name":"WiaDevMgr2","features":[383]},{"name":"WiaImgFmt_ASF","features":[383]},{"name":"WiaImgFmt_AVI","features":[383]},{"name":"WiaImgFmt_BMP","features":[383]},{"name":"WiaImgFmt_CIFF","features":[383]},{"name":"WiaImgFmt_CSV","features":[383]},{"name":"WiaImgFmt_DPOF","features":[383]},{"name":"WiaImgFmt_EMF","features":[383]},{"name":"WiaImgFmt_EXEC","features":[383]},{"name":"WiaImgFmt_EXIF","features":[383]},{"name":"WiaImgFmt_FLASHPIX","features":[383]},{"name":"WiaImgFmt_GIF","features":[383]},{"name":"WiaImgFmt_HTML","features":[383]},{"name":"WiaImgFmt_ICO","features":[383]},{"name":"WiaImgFmt_JBIG","features":[383]},{"name":"WiaImgFmt_JBIG2","features":[383]},{"name":"WiaImgFmt_JPEG","features":[383]},{"name":"WiaImgFmt_JPEG2K","features":[383]},{"name":"WiaImgFmt_JPEG2KX","features":[383]},{"name":"WiaImgFmt_MEMORYBMP","features":[383]},{"name":"WiaImgFmt_MPG","features":[383]},{"name":"WiaImgFmt_OXPS","features":[383]},{"name":"WiaImgFmt_PDFA","features":[383]},{"name":"WiaImgFmt_PHOTOCD","features":[383]},{"name":"WiaImgFmt_PICT","features":[383]},{"name":"WiaImgFmt_PNG","features":[383]},{"name":"WiaImgFmt_RAW","features":[383]},{"name":"WiaImgFmt_RAWBAR","features":[383]},{"name":"WiaImgFmt_RAWMIC","features":[383]},{"name":"WiaImgFmt_RAWPAT","features":[383]},{"name":"WiaImgFmt_RAWRGB","features":[383]},{"name":"WiaImgFmt_RTF","features":[383]},{"name":"WiaImgFmt_SCRIPT","features":[383]},{"name":"WiaImgFmt_TIFF","features":[383]},{"name":"WiaImgFmt_TXT","features":[383]},{"name":"WiaImgFmt_UNDEFINED","features":[383]},{"name":"WiaImgFmt_UNICODE16","features":[383]},{"name":"WiaImgFmt_WMF","features":[383]},{"name":"WiaImgFmt_XML","features":[383]},{"name":"WiaImgFmt_XMLBAR","features":[383]},{"name":"WiaImgFmt_XMLMIC","features":[383]},{"name":"WiaImgFmt_XMLPAT","features":[383]},{"name":"WiaImgFmt_XPS","features":[383]},{"name":"WiaItemTypeAnalyze","features":[383]},{"name":"WiaItemTypeAudio","features":[383]},{"name":"WiaItemTypeBurst","features":[383]},{"name":"WiaItemTypeDeleted","features":[383]},{"name":"WiaItemTypeDevice","features":[383]},{"name":"WiaItemTypeDisconnected","features":[383]},{"name":"WiaItemTypeDocument","features":[383]},{"name":"WiaItemTypeFile","features":[383]},{"name":"WiaItemTypeFolder","features":[383]},{"name":"WiaItemTypeFree","features":[383]},{"name":"WiaItemTypeGenerated","features":[383]},{"name":"WiaItemTypeHPanorama","features":[383]},{"name":"WiaItemTypeHasAttachments","features":[383]},{"name":"WiaItemTypeImage","features":[383]},{"name":"WiaItemTypeMask","features":[383]},{"name":"WiaItemTypeProgrammableDataSource","features":[383]},{"name":"WiaItemTypeRemoved","features":[383]},{"name":"WiaItemTypeRoot","features":[383]},{"name":"WiaItemTypeStorage","features":[383]},{"name":"WiaItemTypeTransfer","features":[383]},{"name":"WiaItemTypeTwainCapabilityPassThrough","features":[383]},{"name":"WiaItemTypeVPanorama","features":[383]},{"name":"WiaItemTypeVideo","features":[383]},{"name":"WiaLog","features":[383]},{"name":"WiaTransferParams","features":[383]},{"name":"WiaVideo","features":[383]},{"name":"g_dwDebugFlags","features":[383]}],"384":[{"name":"CLSID_WPD_NAMESPACE_EXTENSION","features":[384]},{"name":"DELETE_OBJECT_OPTIONS","features":[384]},{"name":"DEVICE_RADIO_STATE","features":[384]},{"name":"DEVPKEY_MTPBTH_IsConnected","features":[384,305]},{"name":"DEVSVCTYPE_ABSTRACT","features":[384]},{"name":"DEVSVCTYPE_DEFAULT","features":[384]},{"name":"DEVSVC_SERVICEINFO_VERSION","features":[384]},{"name":"DMProcessConfigXMLFiltered","features":[384]},{"name":"DRS_HW_RADIO_OFF","features":[384]},{"name":"DRS_HW_RADIO_OFF_UNCONTROLLABLE","features":[384]},{"name":"DRS_HW_RADIO_ON_UNCONTROLLABLE","features":[384]},{"name":"DRS_RADIO_INVALID","features":[384]},{"name":"DRS_RADIO_MAX","features":[384]},{"name":"DRS_RADIO_ON","features":[384]},{"name":"DRS_SW_HW_RADIO_OFF","features":[384]},{"name":"DRS_SW_RADIO_OFF","features":[384]},{"name":"ENUM_AnchorResults_AnchorStateInvalid","features":[384]},{"name":"ENUM_AnchorResults_AnchorStateNormal","features":[384]},{"name":"ENUM_AnchorResults_AnchorStateOld","features":[384]},{"name":"ENUM_AnchorResults_ItemStateChanged","features":[384]},{"name":"ENUM_AnchorResults_ItemStateCreated","features":[384]},{"name":"ENUM_AnchorResults_ItemStateDeleted","features":[384]},{"name":"ENUM_AnchorResults_ItemStateInvalid","features":[384]},{"name":"ENUM_AnchorResults_ItemStateUpdated","features":[384]},{"name":"ENUM_CalendarObj_BusyStatusBusy","features":[384]},{"name":"ENUM_CalendarObj_BusyStatusFree","features":[384]},{"name":"ENUM_CalendarObj_BusyStatusOutOfOffice","features":[384]},{"name":"ENUM_CalendarObj_BusyStatusTentative","features":[384]},{"name":"ENUM_DeviceMetadataObj_DefaultCABFalse","features":[384]},{"name":"ENUM_DeviceMetadataObj_DefaultCABTrue","features":[384]},{"name":"ENUM_MessageObj_PatternInstanceFirst","features":[384]},{"name":"ENUM_MessageObj_PatternInstanceFourth","features":[384]},{"name":"ENUM_MessageObj_PatternInstanceLast","features":[384]},{"name":"ENUM_MessageObj_PatternInstanceNone","features":[384]},{"name":"ENUM_MessageObj_PatternInstanceSecond","features":[384]},{"name":"ENUM_MessageObj_PatternInstanceThird","features":[384]},{"name":"ENUM_MessageObj_PatternTypeDaily","features":[384]},{"name":"ENUM_MessageObj_PatternTypeMonthly","features":[384]},{"name":"ENUM_MessageObj_PatternTypeWeekly","features":[384]},{"name":"ENUM_MessageObj_PatternTypeYearly","features":[384]},{"name":"ENUM_MessageObj_PriorityHighest","features":[384]},{"name":"ENUM_MessageObj_PriorityLowest","features":[384]},{"name":"ENUM_MessageObj_PriorityNormal","features":[384]},{"name":"ENUM_MessageObj_ReadFalse","features":[384]},{"name":"ENUM_MessageObj_ReadTrue","features":[384]},{"name":"ENUM_StatusSvc_ChargingActive","features":[384]},{"name":"ENUM_StatusSvc_ChargingInactive","features":[384]},{"name":"ENUM_StatusSvc_ChargingUnknown","features":[384]},{"name":"ENUM_StatusSvc_RoamingActive","features":[384]},{"name":"ENUM_StatusSvc_RoamingInactive","features":[384]},{"name":"ENUM_StatusSvc_RoamingUnknown","features":[384]},{"name":"ENUM_SyncSvc_SyncObjectReferencesDisabled","features":[384]},{"name":"ENUM_SyncSvc_SyncObjectReferencesEnabled","features":[384]},{"name":"ENUM_TaskObj_CompleteFalse","features":[384]},{"name":"ENUM_TaskObj_CompleteTrue","features":[384]},{"name":"E_WPD_DEVICE_ALREADY_OPENED","features":[384]},{"name":"E_WPD_DEVICE_IS_HUNG","features":[384]},{"name":"E_WPD_DEVICE_NOT_OPEN","features":[384]},{"name":"E_WPD_OBJECT_ALREADY_ATTACHED_TO_DEVICE","features":[384]},{"name":"E_WPD_OBJECT_ALREADY_ATTACHED_TO_SERVICE","features":[384]},{"name":"E_WPD_OBJECT_NOT_ATTACHED_TO_DEVICE","features":[384]},{"name":"E_WPD_OBJECT_NOT_ATTACHED_TO_SERVICE","features":[384]},{"name":"E_WPD_OBJECT_NOT_COMMITED","features":[384]},{"name":"E_WPD_SERVICE_ALREADY_OPENED","features":[384]},{"name":"E_WPD_SERVICE_BAD_PARAMETER_ORDER","features":[384]},{"name":"E_WPD_SERVICE_NOT_OPEN","features":[384]},{"name":"E_WPD_SMS_INVALID_MESSAGE_BODY","features":[384]},{"name":"E_WPD_SMS_INVALID_RECIPIENT","features":[384]},{"name":"E_WPD_SMS_SERVICE_UNAVAILABLE","features":[384]},{"name":"EnumBthMtpConnectors","features":[384]},{"name":"FACILITY_WPD","features":[384]},{"name":"FLAG_MessageObj_DayOfWeekFriday","features":[384]},{"name":"FLAG_MessageObj_DayOfWeekMonday","features":[384]},{"name":"FLAG_MessageObj_DayOfWeekNone","features":[384]},{"name":"FLAG_MessageObj_DayOfWeekSaturday","features":[384]},{"name":"FLAG_MessageObj_DayOfWeekSunday","features":[384]},{"name":"FLAG_MessageObj_DayOfWeekThursday","features":[384]},{"name":"FLAG_MessageObj_DayOfWeekTuesday","features":[384]},{"name":"FLAG_MessageObj_DayOfWeekWednesday","features":[384]},{"name":"GUID_DEVINTERFACE_WPD","features":[384]},{"name":"GUID_DEVINTERFACE_WPD_PRIVATE","features":[384]},{"name":"GUID_DEVINTERFACE_WPD_SERVICE","features":[384]},{"name":"IConnectionRequestCallback","features":[384]},{"name":"IEnumPortableDeviceConnectors","features":[384]},{"name":"IEnumPortableDeviceObjectIDs","features":[384]},{"name":"IMediaRadioManager","features":[384]},{"name":"IMediaRadioManagerNotifySink","features":[384]},{"name":"IOCTL_WPD_MESSAGE_READWRITE_ACCESS","features":[384]},{"name":"IOCTL_WPD_MESSAGE_READ_ACCESS","features":[384]},{"name":"IPortableDevice","features":[384]},{"name":"IPortableDeviceCapabilities","features":[384]},{"name":"IPortableDeviceConnector","features":[384]},{"name":"IPortableDeviceContent","features":[384]},{"name":"IPortableDeviceContent2","features":[384]},{"name":"IPortableDeviceDataStream","features":[384,358]},{"name":"IPortableDeviceDispatchFactory","features":[384]},{"name":"IPortableDeviceEventCallback","features":[384]},{"name":"IPortableDeviceKeyCollection","features":[384]},{"name":"IPortableDeviceManager","features":[384]},{"name":"IPortableDevicePropVariantCollection","features":[384]},{"name":"IPortableDeviceProperties","features":[384]},{"name":"IPortableDevicePropertiesBulk","features":[384]},{"name":"IPortableDevicePropertiesBulkCallback","features":[384]},{"name":"IPortableDeviceResources","features":[384]},{"name":"IPortableDeviceService","features":[384]},{"name":"IPortableDeviceServiceActivation","features":[384]},{"name":"IPortableDeviceServiceCapabilities","features":[384]},{"name":"IPortableDeviceServiceManager","features":[384]},{"name":"IPortableDeviceServiceMethodCallback","features":[384]},{"name":"IPortableDeviceServiceMethods","features":[384]},{"name":"IPortableDeviceServiceOpenCallback","features":[384]},{"name":"IPortableDeviceUnitsStream","features":[384]},{"name":"IPortableDeviceValues","features":[384]},{"name":"IPortableDeviceValuesCollection","features":[384]},{"name":"IPortableDeviceWebControl","features":[384,358]},{"name":"IRadioInstance","features":[384]},{"name":"IRadioInstanceCollection","features":[384]},{"name":"IWpdSerializer","features":[384]},{"name":"NAME_3GPP2File","features":[384]},{"name":"NAME_3GPPFile","features":[384]},{"name":"NAME_AACFile","features":[384]},{"name":"NAME_AIFFFile","features":[384]},{"name":"NAME_AMRFile","features":[384]},{"name":"NAME_ASFFile","features":[384]},{"name":"NAME_ASXPlaylist","features":[384]},{"name":"NAME_ATSCTSFile","features":[384]},{"name":"NAME_AVCHDFile","features":[384]},{"name":"NAME_AVIFile","features":[384]},{"name":"NAME_AbstractActivity","features":[384]},{"name":"NAME_AbstractActivityOccurrence","features":[384]},{"name":"NAME_AbstractAudioAlbum","features":[384]},{"name":"NAME_AbstractAudioPlaylist","features":[384]},{"name":"NAME_AbstractAudioVideoAlbum","features":[384]},{"name":"NAME_AbstractChapteredProduction","features":[384]},{"name":"NAME_AbstractContact","features":[384]},{"name":"NAME_AbstractContactGroup","features":[384]},{"name":"NAME_AbstractDocument","features":[384]},{"name":"NAME_AbstractImageAlbum","features":[384]},{"name":"NAME_AbstractMediacast","features":[384]},{"name":"NAME_AbstractMessage","features":[384]},{"name":"NAME_AbstractMessageFolder","features":[384]},{"name":"NAME_AbstractMultimediaAlbum","features":[384]},{"name":"NAME_AbstractNote","features":[384]},{"name":"NAME_AbstractTask","features":[384]},{"name":"NAME_AbstractVideoAlbum","features":[384]},{"name":"NAME_AbstractVideoPlaylist","features":[384]},{"name":"NAME_AnchorResults","features":[384]},{"name":"NAME_AnchorResults_Anchor","features":[384]},{"name":"NAME_AnchorResults_AnchorState","features":[384]},{"name":"NAME_AnchorResults_ResultObjectID","features":[384]},{"name":"NAME_AnchorSyncKnowledge","features":[384]},{"name":"NAME_AnchorSyncSvc","features":[384]},{"name":"NAME_AnchorSyncSvc_BeginSync","features":[384]},{"name":"NAME_AnchorSyncSvc_CurrentAnchor","features":[384]},{"name":"NAME_AnchorSyncSvc_EndSync","features":[384]},{"name":"NAME_AnchorSyncSvc_FilterType","features":[384]},{"name":"NAME_AnchorSyncSvc_GetChangesSinceAnchor","features":[384]},{"name":"NAME_AnchorSyncSvc_KnowledgeObjectID","features":[384]},{"name":"NAME_AnchorSyncSvc_LastSyncProxyID","features":[384]},{"name":"NAME_AnchorSyncSvc_LocalOnlyDelete","features":[384]},{"name":"NAME_AnchorSyncSvc_ProviderVersion","features":[384]},{"name":"NAME_AnchorSyncSvc_ReplicaID","features":[384]},{"name":"NAME_AnchorSyncSvc_SyncFormat","features":[384]},{"name":"NAME_AnchorSyncSvc_VersionProps","features":[384]},{"name":"NAME_Association","features":[384]},{"name":"NAME_AudibleFile","features":[384]},{"name":"NAME_AudioObj_AudioBitDepth","features":[384]},{"name":"NAME_AudioObj_AudioBitRate","features":[384]},{"name":"NAME_AudioObj_AudioBlockAlignment","features":[384]},{"name":"NAME_AudioObj_AudioFormatCode","features":[384]},{"name":"NAME_AudioObj_Channels","features":[384]},{"name":"NAME_AudioObj_Lyrics","features":[384]},{"name":"NAME_BMPImage","features":[384]},{"name":"NAME_CIFFImage","features":[384]},{"name":"NAME_CalendarObj_Accepted","features":[384]},{"name":"NAME_CalendarObj_BeginDateTime","features":[384]},{"name":"NAME_CalendarObj_BusyStatus","features":[384]},{"name":"NAME_CalendarObj_Declined","features":[384]},{"name":"NAME_CalendarObj_EndDateTime","features":[384]},{"name":"NAME_CalendarObj_Location","features":[384]},{"name":"NAME_CalendarObj_PatternDuration","features":[384]},{"name":"NAME_CalendarObj_PatternStartTime","features":[384]},{"name":"NAME_CalendarObj_ReminderOffset","features":[384]},{"name":"NAME_CalendarObj_Tentative","features":[384]},{"name":"NAME_CalendarObj_TimeZone","features":[384]},{"name":"NAME_CalendarSvc","features":[384]},{"name":"NAME_CalendarSvc_SyncWindowEnd","features":[384]},{"name":"NAME_CalendarSvc_SyncWindowStart","features":[384]},{"name":"NAME_ContactObj_AnniversaryDate","features":[384]},{"name":"NAME_ContactObj_Assistant","features":[384]},{"name":"NAME_ContactObj_Birthdate","features":[384]},{"name":"NAME_ContactObj_BusinessAddressCity","features":[384]},{"name":"NAME_ContactObj_BusinessAddressCountry","features":[384]},{"name":"NAME_ContactObj_BusinessAddressFull","features":[384]},{"name":"NAME_ContactObj_BusinessAddressLine2","features":[384]},{"name":"NAME_ContactObj_BusinessAddressPostalCode","features":[384]},{"name":"NAME_ContactObj_BusinessAddressRegion","features":[384]},{"name":"NAME_ContactObj_BusinessAddressStreet","features":[384]},{"name":"NAME_ContactObj_BusinessEmail","features":[384]},{"name":"NAME_ContactObj_BusinessEmail2","features":[384]},{"name":"NAME_ContactObj_BusinessFax","features":[384]},{"name":"NAME_ContactObj_BusinessPhone","features":[384]},{"name":"NAME_ContactObj_BusinessPhone2","features":[384]},{"name":"NAME_ContactObj_BusinessWebAddress","features":[384]},{"name":"NAME_ContactObj_Children","features":[384]},{"name":"NAME_ContactObj_Email","features":[384]},{"name":"NAME_ContactObj_FamilyName","features":[384]},{"name":"NAME_ContactObj_Fax","features":[384]},{"name":"NAME_ContactObj_GivenName","features":[384]},{"name":"NAME_ContactObj_IMAddress","features":[384]},{"name":"NAME_ContactObj_IMAddress2","features":[384]},{"name":"NAME_ContactObj_IMAddress3","features":[384]},{"name":"NAME_ContactObj_MiddleNames","features":[384]},{"name":"NAME_ContactObj_MobilePhone","features":[384]},{"name":"NAME_ContactObj_MobilePhone2","features":[384]},{"name":"NAME_ContactObj_Organization","features":[384]},{"name":"NAME_ContactObj_OtherAddressCity","features":[384]},{"name":"NAME_ContactObj_OtherAddressCountry","features":[384]},{"name":"NAME_ContactObj_OtherAddressFull","features":[384]},{"name":"NAME_ContactObj_OtherAddressLine2","features":[384]},{"name":"NAME_ContactObj_OtherAddressPostalCode","features":[384]},{"name":"NAME_ContactObj_OtherAddressRegion","features":[384]},{"name":"NAME_ContactObj_OtherAddressStreet","features":[384]},{"name":"NAME_ContactObj_OtherEmail","features":[384]},{"name":"NAME_ContactObj_OtherPhone","features":[384]},{"name":"NAME_ContactObj_Pager","features":[384]},{"name":"NAME_ContactObj_PersonalAddressCity","features":[384]},{"name":"NAME_ContactObj_PersonalAddressCountry","features":[384]},{"name":"NAME_ContactObj_PersonalAddressFull","features":[384]},{"name":"NAME_ContactObj_PersonalAddressLine2","features":[384]},{"name":"NAME_ContactObj_PersonalAddressPostalCode","features":[384]},{"name":"NAME_ContactObj_PersonalAddressRegion","features":[384]},{"name":"NAME_ContactObj_PersonalAddressStreet","features":[384]},{"name":"NAME_ContactObj_PersonalEmail","features":[384]},{"name":"NAME_ContactObj_PersonalEmail2","features":[384]},{"name":"NAME_ContactObj_PersonalFax","features":[384]},{"name":"NAME_ContactObj_PersonalPhone","features":[384]},{"name":"NAME_ContactObj_PersonalPhone2","features":[384]},{"name":"NAME_ContactObj_PersonalWebAddress","features":[384]},{"name":"NAME_ContactObj_Phone","features":[384]},{"name":"NAME_ContactObj_PhoneticFamilyName","features":[384]},{"name":"NAME_ContactObj_PhoneticGivenName","features":[384]},{"name":"NAME_ContactObj_PhoneticOrganization","features":[384]},{"name":"NAME_ContactObj_Ringtone","features":[384]},{"name":"NAME_ContactObj_Role","features":[384]},{"name":"NAME_ContactObj_Spouse","features":[384]},{"name":"NAME_ContactObj_Suffix","features":[384]},{"name":"NAME_ContactObj_Title","features":[384]},{"name":"NAME_ContactObj_WebAddress","features":[384]},{"name":"NAME_ContactSvc_SyncWithPhoneOnly","features":[384]},{"name":"NAME_ContactsSvc","features":[384]},{"name":"NAME_DPOFDocument","features":[384]},{"name":"NAME_DVBTSFile","features":[384]},{"name":"NAME_DeviceExecutable","features":[384]},{"name":"NAME_DeviceMetadataCAB","features":[384]},{"name":"NAME_DeviceMetadataObj_ContentID","features":[384]},{"name":"NAME_DeviceMetadataObj_DefaultCAB","features":[384]},{"name":"NAME_DeviceMetadataSvc","features":[384]},{"name":"NAME_DeviceScript","features":[384]},{"name":"NAME_EXIFImage","features":[384]},{"name":"NAME_ExcelDocument","features":[384]},{"name":"NAME_FLACFile","features":[384]},{"name":"NAME_FirmwareFile","features":[384]},{"name":"NAME_FlashPixImage","features":[384]},{"name":"NAME_FullEnumSyncKnowledge","features":[384]},{"name":"NAME_FullEnumSyncSvc","features":[384]},{"name":"NAME_FullEnumSyncSvc_BeginSync","features":[384]},{"name":"NAME_FullEnumSyncSvc_EndSync","features":[384]},{"name":"NAME_FullEnumSyncSvc_FilterType","features":[384]},{"name":"NAME_FullEnumSyncSvc_KnowledgeObjectID","features":[384]},{"name":"NAME_FullEnumSyncSvc_LastSyncProxyID","features":[384]},{"name":"NAME_FullEnumSyncSvc_LocalOnlyDelete","features":[384]},{"name":"NAME_FullEnumSyncSvc_ProviderVersion","features":[384]},{"name":"NAME_FullEnumSyncSvc_ReplicaID","features":[384]},{"name":"NAME_FullEnumSyncSvc_SyncFormat","features":[384]},{"name":"NAME_FullEnumSyncSvc_VersionProps","features":[384]},{"name":"NAME_GIFImage","features":[384]},{"name":"NAME_GenericObj_AllowedFolderContents","features":[384]},{"name":"NAME_GenericObj_AssociationDesc","features":[384]},{"name":"NAME_GenericObj_AssociationType","features":[384]},{"name":"NAME_GenericObj_Copyright","features":[384]},{"name":"NAME_GenericObj_Corrupt","features":[384]},{"name":"NAME_GenericObj_DRMStatus","features":[384]},{"name":"NAME_GenericObj_DateAccessed","features":[384]},{"name":"NAME_GenericObj_DateAdded","features":[384]},{"name":"NAME_GenericObj_DateAuthored","features":[384]},{"name":"NAME_GenericObj_DateCreated","features":[384]},{"name":"NAME_GenericObj_DateModified","features":[384]},{"name":"NAME_GenericObj_DateRevised","features":[384]},{"name":"NAME_GenericObj_Description","features":[384]},{"name":"NAME_GenericObj_Hidden","features":[384]},{"name":"NAME_GenericObj_Keywords","features":[384]},{"name":"NAME_GenericObj_LanguageLocale","features":[384]},{"name":"NAME_GenericObj_Name","features":[384]},{"name":"NAME_GenericObj_NonConsumable","features":[384]},{"name":"NAME_GenericObj_ObjectFileName","features":[384]},{"name":"NAME_GenericObj_ObjectFormat","features":[384]},{"name":"NAME_GenericObj_ObjectID","features":[384]},{"name":"NAME_GenericObj_ObjectSize","features":[384]},{"name":"NAME_GenericObj_ParentID","features":[384]},{"name":"NAME_GenericObj_PersistentUID","features":[384]},{"name":"NAME_GenericObj_PropertyBag","features":[384]},{"name":"NAME_GenericObj_ProtectionStatus","features":[384]},{"name":"NAME_GenericObj_ReferenceParentID","features":[384]},{"name":"NAME_GenericObj_StorageID","features":[384]},{"name":"NAME_GenericObj_SubDescription","features":[384]},{"name":"NAME_GenericObj_SyncID","features":[384]},{"name":"NAME_GenericObj_SystemObject","features":[384]},{"name":"NAME_GenericObj_TimeToLive","features":[384]},{"name":"NAME_HDPhotoImage","features":[384]},{"name":"NAME_HTMLDocument","features":[384]},{"name":"NAME_HintsSvc","features":[384]},{"name":"NAME_ICalendarActivity","features":[384]},{"name":"NAME_ImageObj_Aperature","features":[384]},{"name":"NAME_ImageObj_Exposure","features":[384]},{"name":"NAME_ImageObj_ISOSpeed","features":[384]},{"name":"NAME_ImageObj_ImageBitDepth","features":[384]},{"name":"NAME_ImageObj_IsColorCorrected","features":[384]},{"name":"NAME_ImageObj_IsCropped","features":[384]},{"name":"NAME_JFIFImage","features":[384]},{"name":"NAME_JP2Image","features":[384]},{"name":"NAME_JPEGXRImage","features":[384]},{"name":"NAME_JPXImage","features":[384]},{"name":"NAME_M3UPlaylist","features":[384]},{"name":"NAME_MHTDocument","features":[384]},{"name":"NAME_MP3File","features":[384]},{"name":"NAME_MPEG2File","features":[384]},{"name":"NAME_MPEG4File","features":[384]},{"name":"NAME_MPEGFile","features":[384]},{"name":"NAME_MPLPlaylist","features":[384]},{"name":"NAME_MediaObj_AlbumArtist","features":[384]},{"name":"NAME_MediaObj_AlbumName","features":[384]},{"name":"NAME_MediaObj_Artist","features":[384]},{"name":"NAME_MediaObj_AudioEncodingProfile","features":[384]},{"name":"NAME_MediaObj_BitRateType","features":[384]},{"name":"NAME_MediaObj_BookmarkByte","features":[384]},{"name":"NAME_MediaObj_BookmarkObject","features":[384]},{"name":"NAME_MediaObj_BookmarkTime","features":[384]},{"name":"NAME_MediaObj_BufferSize","features":[384]},{"name":"NAME_MediaObj_Composer","features":[384]},{"name":"NAME_MediaObj_Credits","features":[384]},{"name":"NAME_MediaObj_DateOriginalRelease","features":[384]},{"name":"NAME_MediaObj_Duration","features":[384]},{"name":"NAME_MediaObj_Editor","features":[384]},{"name":"NAME_MediaObj_EffectiveRating","features":[384]},{"name":"NAME_MediaObj_EncodingProfile","features":[384]},{"name":"NAME_MediaObj_EncodingQuality","features":[384]},{"name":"NAME_MediaObj_Genre","features":[384]},{"name":"NAME_MediaObj_GeographicOrigin","features":[384]},{"name":"NAME_MediaObj_Height","features":[384]},{"name":"NAME_MediaObj_MediaType","features":[384]},{"name":"NAME_MediaObj_MediaUID","features":[384]},{"name":"NAME_MediaObj_Mood","features":[384]},{"name":"NAME_MediaObj_Owner","features":[384]},{"name":"NAME_MediaObj_ParentalRating","features":[384]},{"name":"NAME_MediaObj_Producer","features":[384]},{"name":"NAME_MediaObj_SampleRate","features":[384]},{"name":"NAME_MediaObj_SkipCount","features":[384]},{"name":"NAME_MediaObj_SubscriptionContentID","features":[384]},{"name":"NAME_MediaObj_Subtitle","features":[384]},{"name":"NAME_MediaObj_TotalBitRate","features":[384]},{"name":"NAME_MediaObj_Track","features":[384]},{"name":"NAME_MediaObj_URLLink","features":[384]},{"name":"NAME_MediaObj_URLSource","features":[384]},{"name":"NAME_MediaObj_UseCount","features":[384]},{"name":"NAME_MediaObj_UserRating","features":[384]},{"name":"NAME_MediaObj_WebMaster","features":[384]},{"name":"NAME_MediaObj_Width","features":[384]},{"name":"NAME_MessageObj_BCC","features":[384]},{"name":"NAME_MessageObj_Body","features":[384]},{"name":"NAME_MessageObj_CC","features":[384]},{"name":"NAME_MessageObj_Category","features":[384]},{"name":"NAME_MessageObj_PatternDayOfMonth","features":[384]},{"name":"NAME_MessageObj_PatternDayOfWeek","features":[384]},{"name":"NAME_MessageObj_PatternDeleteDates","features":[384]},{"name":"NAME_MessageObj_PatternInstance","features":[384]},{"name":"NAME_MessageObj_PatternMonthOfYear","features":[384]},{"name":"NAME_MessageObj_PatternOriginalDateTime","features":[384]},{"name":"NAME_MessageObj_PatternPeriod","features":[384]},{"name":"NAME_MessageObj_PatternType","features":[384]},{"name":"NAME_MessageObj_PatternValidEndDate","features":[384]},{"name":"NAME_MessageObj_PatternValidStartDate","features":[384]},{"name":"NAME_MessageObj_Priority","features":[384]},{"name":"NAME_MessageObj_Read","features":[384]},{"name":"NAME_MessageObj_ReceivedTime","features":[384]},{"name":"NAME_MessageObj_Sender","features":[384]},{"name":"NAME_MessageObj_Subject","features":[384]},{"name":"NAME_MessageObj_To","features":[384]},{"name":"NAME_MessageSvc","features":[384]},{"name":"NAME_NotesSvc","features":[384]},{"name":"NAME_OGGFile","features":[384]},{"name":"NAME_PCDImage","features":[384]},{"name":"NAME_PICTImage","features":[384]},{"name":"NAME_PNGImage","features":[384]},{"name":"NAME_PSLPlaylist","features":[384]},{"name":"NAME_PowerPointDocument","features":[384]},{"name":"NAME_QCELPFile","features":[384]},{"name":"NAME_RingtonesSvc","features":[384]},{"name":"NAME_RingtonesSvc_DefaultRingtone","features":[384]},{"name":"NAME_Services_ServiceDisplayName","features":[384]},{"name":"NAME_Services_ServiceIcon","features":[384]},{"name":"NAME_Services_ServiceLocale","features":[384]},{"name":"NAME_StatusSvc","features":[384]},{"name":"NAME_StatusSvc_BatteryLife","features":[384]},{"name":"NAME_StatusSvc_ChargingState","features":[384]},{"name":"NAME_StatusSvc_MissedCalls","features":[384]},{"name":"NAME_StatusSvc_NetworkName","features":[384]},{"name":"NAME_StatusSvc_NetworkType","features":[384]},{"name":"NAME_StatusSvc_NewPictures","features":[384]},{"name":"NAME_StatusSvc_Roaming","features":[384]},{"name":"NAME_StatusSvc_SignalStrength","features":[384]},{"name":"NAME_StatusSvc_StorageCapacity","features":[384]},{"name":"NAME_StatusSvc_StorageFreeSpace","features":[384]},{"name":"NAME_StatusSvc_TextMessages","features":[384]},{"name":"NAME_StatusSvc_VoiceMail","features":[384]},{"name":"NAME_SyncObj_LastAuthorProxyID","features":[384]},{"name":"NAME_SyncSvc_BeginSync","features":[384]},{"name":"NAME_SyncSvc_EndSync","features":[384]},{"name":"NAME_SyncSvc_FilterType","features":[384]},{"name":"NAME_SyncSvc_LocalOnlyDelete","features":[384]},{"name":"NAME_SyncSvc_SyncFormat","features":[384]},{"name":"NAME_SyncSvc_SyncObjectReferences","features":[384]},{"name":"NAME_TIFFEPImage","features":[384]},{"name":"NAME_TIFFITImage","features":[384]},{"name":"NAME_TIFFImage","features":[384]},{"name":"NAME_TaskObj_BeginDate","features":[384]},{"name":"NAME_TaskObj_Complete","features":[384]},{"name":"NAME_TaskObj_EndDate","features":[384]},{"name":"NAME_TaskObj_ReminderDateTime","features":[384]},{"name":"NAME_TasksSvc","features":[384]},{"name":"NAME_TasksSvc_SyncActiveOnly","features":[384]},{"name":"NAME_TextDocument","features":[384]},{"name":"NAME_Undefined","features":[384]},{"name":"NAME_UndefinedAudio","features":[384]},{"name":"NAME_UndefinedCollection","features":[384]},{"name":"NAME_UndefinedDocument","features":[384]},{"name":"NAME_UndefinedVideo","features":[384]},{"name":"NAME_UnknownImage","features":[384]},{"name":"NAME_VCalendar1Activity","features":[384]},{"name":"NAME_VCard2Contact","features":[384]},{"name":"NAME_VCard3Contact","features":[384]},{"name":"NAME_VideoObj_KeyFrameDistance","features":[384]},{"name":"NAME_VideoObj_ScanType","features":[384]},{"name":"NAME_VideoObj_Source","features":[384]},{"name":"NAME_VideoObj_VideoBitRate","features":[384]},{"name":"NAME_VideoObj_VideoFormatCode","features":[384]},{"name":"NAME_VideoObj_VideoFrameRate","features":[384]},{"name":"NAME_WAVFile","features":[384]},{"name":"NAME_WBMPImage","features":[384]},{"name":"NAME_WMAFile","features":[384]},{"name":"NAME_WMVFile","features":[384]},{"name":"NAME_WPLPlaylist","features":[384]},{"name":"NAME_WordDocument","features":[384]},{"name":"NAME_XMLDocument","features":[384]},{"name":"PORTABLE_DEVICE_DELETE_NO_RECURSION","features":[384]},{"name":"PORTABLE_DEVICE_DELETE_WITH_RECURSION","features":[384]},{"name":"PORTABLE_DEVICE_DRM_SCHEME_PDDRM","features":[384]},{"name":"PORTABLE_DEVICE_DRM_SCHEME_WMDRM10_PD","features":[384]},{"name":"PORTABLE_DEVICE_ICON","features":[384]},{"name":"PORTABLE_DEVICE_IS_MASS_STORAGE","features":[384]},{"name":"PORTABLE_DEVICE_NAMESPACE_EXCLUDE_FROM_SHELL","features":[384]},{"name":"PORTABLE_DEVICE_NAMESPACE_THUMBNAIL_CONTENT_TYPES","features":[384]},{"name":"PORTABLE_DEVICE_NAMESPACE_TIMEOUT","features":[384]},{"name":"PORTABLE_DEVICE_TYPE","features":[384]},{"name":"PortableDevice","features":[384]},{"name":"PortableDeviceDispatchFactory","features":[384]},{"name":"PortableDeviceFTM","features":[384]},{"name":"PortableDeviceKeyCollection","features":[384]},{"name":"PortableDeviceManager","features":[384]},{"name":"PortableDevicePropVariantCollection","features":[384]},{"name":"PortableDeviceService","features":[384]},{"name":"PortableDeviceServiceFTM","features":[384]},{"name":"PortableDeviceValues","features":[384]},{"name":"PortableDeviceValuesCollection","features":[384]},{"name":"PortableDeviceWebControl","features":[384]},{"name":"RANGEMAX_MessageObj_PatternDayOfMonth","features":[384]},{"name":"RANGEMAX_MessageObj_PatternMonthOfYear","features":[384]},{"name":"RANGEMAX_StatusSvc_BatteryLife","features":[384]},{"name":"RANGEMAX_StatusSvc_MissedCalls","features":[384]},{"name":"RANGEMAX_StatusSvc_NewPictures","features":[384]},{"name":"RANGEMAX_StatusSvc_SignalStrength","features":[384]},{"name":"RANGEMAX_StatusSvc_TextMessages","features":[384]},{"name":"RANGEMAX_StatusSvc_VoiceMail","features":[384]},{"name":"RANGEMIN_MessageObj_PatternDayOfMonth","features":[384]},{"name":"RANGEMIN_MessageObj_PatternMonthOfYear","features":[384]},{"name":"RANGEMIN_StatusSvc_BatteryLife","features":[384]},{"name":"RANGEMIN_StatusSvc_SignalStrength","features":[384]},{"name":"RANGESTEP_MessageObj_PatternDayOfMonth","features":[384]},{"name":"RANGESTEP_MessageObj_PatternMonthOfYear","features":[384]},{"name":"RANGESTEP_StatusSvc_BatteryLife","features":[384]},{"name":"RANGESTEP_StatusSvc_SignalStrength","features":[384]},{"name":"SMS_BINARY_MESSAGE","features":[384]},{"name":"SMS_ENCODING_7_BIT","features":[384]},{"name":"SMS_ENCODING_8_BIT","features":[384]},{"name":"SMS_ENCODING_UTF_16","features":[384]},{"name":"SMS_MESSAGE_TYPES","features":[384]},{"name":"SMS_TEXT_MESSAGE","features":[384]},{"name":"SRS_RADIO_DISABLED","features":[384]},{"name":"SRS_RADIO_ENABLED","features":[384]},{"name":"STR_WPDNSE_FAST_ENUM","features":[384]},{"name":"STR_WPDNSE_SIMPLE_ITEM","features":[384]},{"name":"SYNCSVC_FILTER_CALENDAR_WINDOW_WITH_RECURRENCE","features":[384]},{"name":"SYNCSVC_FILTER_CONTACTS_WITH_PHONE","features":[384]},{"name":"SYNCSVC_FILTER_NONE","features":[384]},{"name":"SYNCSVC_FILTER_TASK_ACTIVE","features":[384]},{"name":"SYSTEM_RADIO_STATE","features":[384]},{"name":"TYPE_AnchorSyncSvc","features":[384]},{"name":"TYPE_CalendarSvc","features":[384]},{"name":"TYPE_ContactsSvc","features":[384]},{"name":"TYPE_DeviceMetadataSvc","features":[384]},{"name":"TYPE_FullEnumSyncSvc","features":[384]},{"name":"TYPE_HintsSvc","features":[384]},{"name":"TYPE_MessageSvc","features":[384]},{"name":"TYPE_NotesSvc","features":[384]},{"name":"TYPE_RingtonesSvc","features":[384]},{"name":"TYPE_StatusSvc","features":[384]},{"name":"TYPE_TasksSvc","features":[384]},{"name":"WPDNSE_OBJECT_HAS_ALBUM_ART","features":[384,380]},{"name":"WPDNSE_OBJECT_HAS_AUDIO_CLIP","features":[384,380]},{"name":"WPDNSE_OBJECT_HAS_CONTACT_PHOTO","features":[384,380]},{"name":"WPDNSE_OBJECT_HAS_ICON","features":[384,380]},{"name":"WPDNSE_OBJECT_HAS_THUMBNAIL","features":[384,380]},{"name":"WPDNSE_OBJECT_OPTIMAL_READ_BLOCK_SIZE","features":[384,380]},{"name":"WPDNSE_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPDNSE_PROPSHEET_CONTENT_DETAILS","features":[384]},{"name":"WPDNSE_PROPSHEET_CONTENT_GENERAL","features":[384]},{"name":"WPDNSE_PROPSHEET_CONTENT_REFERENCES","features":[384]},{"name":"WPDNSE_PROPSHEET_CONTENT_RESOURCES","features":[384]},{"name":"WPDNSE_PROPSHEET_DEVICE_GENERAL","features":[384]},{"name":"WPDNSE_PROPSHEET_STORAGE_GENERAL","features":[384]},{"name":"WPD_API_OPTIONS_V1","features":[384]},{"name":"WPD_API_OPTION_IOCTL_ACCESS","features":[384,380]},{"name":"WPD_API_OPTION_USE_CLEAR_DATA_STREAM","features":[384,380]},{"name":"WPD_APPOINTMENT_ACCEPTED_ATTENDEES","features":[384,380]},{"name":"WPD_APPOINTMENT_DECLINED_ATTENDEES","features":[384,380]},{"name":"WPD_APPOINTMENT_LOCATION","features":[384,380]},{"name":"WPD_APPOINTMENT_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_APPOINTMENT_OPTIONAL_ATTENDEES","features":[384,380]},{"name":"WPD_APPOINTMENT_REQUIRED_ATTENDEES","features":[384,380]},{"name":"WPD_APPOINTMENT_RESOURCES","features":[384,380]},{"name":"WPD_APPOINTMENT_TENTATIVE_ATTENDEES","features":[384,380]},{"name":"WPD_APPOINTMENT_TYPE","features":[384,380]},{"name":"WPD_AUDIO_BITRATE","features":[384,380]},{"name":"WPD_AUDIO_BIT_DEPTH","features":[384,380]},{"name":"WPD_AUDIO_BLOCK_ALIGNMENT","features":[384,380]},{"name":"WPD_AUDIO_CHANNEL_COUNT","features":[384,380]},{"name":"WPD_AUDIO_FORMAT_CODE","features":[384,380]},{"name":"WPD_BITRATE_TYPES","features":[384]},{"name":"WPD_BITRATE_TYPE_DISCRETE","features":[384]},{"name":"WPD_BITRATE_TYPE_FREE","features":[384]},{"name":"WPD_BITRATE_TYPE_UNUSED","features":[384]},{"name":"WPD_BITRATE_TYPE_VARIABLE","features":[384]},{"name":"WPD_CAPTURE_MODES","features":[384]},{"name":"WPD_CAPTURE_MODE_BURST","features":[384]},{"name":"WPD_CAPTURE_MODE_NORMAL","features":[384]},{"name":"WPD_CAPTURE_MODE_TIMELAPSE","features":[384]},{"name":"WPD_CAPTURE_MODE_UNDEFINED","features":[384]},{"name":"WPD_CATEGORY_CAPABILITIES","features":[384]},{"name":"WPD_CATEGORY_COMMON","features":[384]},{"name":"WPD_CATEGORY_DEVICE_HINTS","features":[384]},{"name":"WPD_CATEGORY_MEDIA_CAPTURE","features":[384]},{"name":"WPD_CATEGORY_MTP_EXT_VENDOR_OPERATIONS","features":[384]},{"name":"WPD_CATEGORY_NETWORK_CONFIGURATION","features":[384]},{"name":"WPD_CATEGORY_NULL","features":[384]},{"name":"WPD_CATEGORY_OBJECT_ENUMERATION","features":[384]},{"name":"WPD_CATEGORY_OBJECT_MANAGEMENT","features":[384]},{"name":"WPD_CATEGORY_OBJECT_PROPERTIES","features":[384]},{"name":"WPD_CATEGORY_OBJECT_PROPERTIES_BULK","features":[384]},{"name":"WPD_CATEGORY_OBJECT_RESOURCES","features":[384]},{"name":"WPD_CATEGORY_SERVICE_CAPABILITIES","features":[384]},{"name":"WPD_CATEGORY_SERVICE_COMMON","features":[384]},{"name":"WPD_CATEGORY_SERVICE_METHODS","features":[384]},{"name":"WPD_CATEGORY_SMS","features":[384]},{"name":"WPD_CATEGORY_STILL_IMAGE_CAPTURE","features":[384]},{"name":"WPD_CATEGORY_STORAGE","features":[384]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_DEVICE_IDENTIFICATION_VALUES","features":[384,380]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_DONT_REGISTER_WPD_DEVICE_INTERFACE","features":[384,380]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_MULTITRANSPORT_MODE","features":[384,380]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_REGISTER_WPD_PRIVATE_DEVICE_INTERFACE","features":[384,380]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_SILENCE_AUTOPLAY","features":[384,380]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_SUPPORTED_CONTENT_TYPES","features":[384,380]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_TRANSPORT_BANDWIDTH","features":[384,380]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V1","features":[384]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V2","features":[384]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V3","features":[384]},{"name":"WPD_CLASS_EXTENSION_V1","features":[384]},{"name":"WPD_CLASS_EXTENSION_V2","features":[384]},{"name":"WPD_CLIENT_DESIRED_ACCESS","features":[384,380]},{"name":"WPD_CLIENT_EVENT_COOKIE","features":[384,380]},{"name":"WPD_CLIENT_INFORMATION_PROPERTIES_V1","features":[384]},{"name":"WPD_CLIENT_MAJOR_VERSION","features":[384,380]},{"name":"WPD_CLIENT_MANUAL_CLOSE_ON_DISCONNECT","features":[384,380]},{"name":"WPD_CLIENT_MINIMUM_RESULTS_BUFFER_SIZE","features":[384,380]},{"name":"WPD_CLIENT_MINOR_VERSION","features":[384,380]},{"name":"WPD_CLIENT_NAME","features":[384,380]},{"name":"WPD_CLIENT_REVISION","features":[384,380]},{"name":"WPD_CLIENT_SECURITY_QUALITY_OF_SERVICE","features":[384,380]},{"name":"WPD_CLIENT_SHARE_MODE","features":[384,380]},{"name":"WPD_CLIENT_WMDRM_APPLICATION_CERTIFICATE","features":[384,380]},{"name":"WPD_CLIENT_WMDRM_APPLICATION_PRIVATE_KEY","features":[384,380]},{"name":"WPD_COLOR_CORRECTED_STATUS_CORRECTED","features":[384]},{"name":"WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED","features":[384]},{"name":"WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED","features":[384]},{"name":"WPD_COLOR_CORRECTED_STATUS_VALUES","features":[384]},{"name":"WPD_COMMAND_ACCESS_FROM_ATTRIBUTE_WITH_METHOD_ACCESS","features":[384]},{"name":"WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_FILE_ACCESS","features":[384]},{"name":"WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_STGM_ACCESS","features":[384]},{"name":"WPD_COMMAND_ACCESS_LOOKUP_ENTRY","features":[384,380]},{"name":"WPD_COMMAND_ACCESS_READ","features":[384]},{"name":"WPD_COMMAND_ACCESS_READWRITE","features":[384]},{"name":"WPD_COMMAND_ACCESS_TYPES","features":[384]},{"name":"WPD_COMMAND_CAPABILITIES_GET_COMMAND_OPTIONS","features":[384,380]},{"name":"WPD_COMMAND_CAPABILITIES_GET_EVENT_OPTIONS","features":[384,380]},{"name":"WPD_COMMAND_CAPABILITIES_GET_FIXED_PROPERTY_ATTRIBUTES","features":[384,380]},{"name":"WPD_COMMAND_CAPABILITIES_GET_FUNCTIONAL_OBJECTS","features":[384,380]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_COMMANDS","features":[384,380]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_CONTENT_TYPES","features":[384,380]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_EVENTS","features":[384,380]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMATS","features":[384,380]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES","features":[384,380]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FUNCTIONAL_CATEGORIES","features":[384,380]},{"name":"WPD_COMMAND_CLASS_EXTENSION_REGISTER_SERVICE_INTERFACES","features":[384,380]},{"name":"WPD_COMMAND_CLASS_EXTENSION_UNREGISTER_SERVICE_INTERFACES","features":[384,380]},{"name":"WPD_COMMAND_CLASS_EXTENSION_WRITE_DEVICE_INFORMATION","features":[384,380]},{"name":"WPD_COMMAND_COMMIT_KEYPAIR","features":[384,380]},{"name":"WPD_COMMAND_COMMON_GET_OBJECT_IDS_FROM_PERSISTENT_UNIQUE_IDS","features":[384,380]},{"name":"WPD_COMMAND_COMMON_RESET_DEVICE","features":[384,380]},{"name":"WPD_COMMAND_COMMON_SAVE_CLIENT_INFORMATION","features":[384,380]},{"name":"WPD_COMMAND_DEVICE_HINTS_GET_CONTENT_LOCATION","features":[384,380]},{"name":"WPD_COMMAND_GENERATE_KEYPAIR","features":[384,380]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_PAUSE","features":[384,380]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_START","features":[384,380]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_STOP","features":[384,380]},{"name":"WPD_COMMAND_MTP_EXT_END_DATA_TRANSFER","features":[384,380]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITHOUT_DATA_PHASE","features":[384,380]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_READ","features":[384,380]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_WRITE","features":[384,380]},{"name":"WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES","features":[384,380]},{"name":"WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION","features":[384,380]},{"name":"WPD_COMMAND_MTP_EXT_READ_DATA","features":[384,380]},{"name":"WPD_COMMAND_MTP_EXT_WRITE_DATA","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_END_FIND","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_FIND_NEXT","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_START_FIND","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_COMMIT_OBJECT","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_COPY_OBJECTS","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_AND_DATA","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_ONLY","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_DELETE_OBJECTS","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_MOVE_OBJECTS","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_REVERT_OBJECT","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_UPDATE_OBJECT_WITH_PROPERTIES_AND_DATA","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_WRITE_OBJECT_DATA","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_END","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_NEXT","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_START","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_END","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_NEXT","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_START","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_END","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_NEXT","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_START","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_DELETE","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_ALL","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_ATTRIBUTES","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_SUPPORTED","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_SET","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_CLOSE","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_COMMIT","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_CREATE_RESOURCE","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_DELETE","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_GET_ATTRIBUTES","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_GET_SUPPORTED","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_OPEN","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_READ","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_REVERT","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_SEEK","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_SEEK_IN_UNITS","features":[384,380]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_WRITE","features":[384,380]},{"name":"WPD_COMMAND_PROCESS_WIRELESS_PROFILE","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_COMMAND_OPTIONS","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_ATTRIBUTES","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_PARAMETER_ATTRIBUTES","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_ATTRIBUTES","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_PROPERTY_ATTRIBUTES","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_RENDERING_PROFILES","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_INHERITED_SERVICES","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_ATTRIBUTES","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_PARAMETER_ATTRIBUTES","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_COMMANDS","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_EVENTS","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMATS","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS_BY_FORMAT","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_COMMON_GET_SERVICE_OBJECT_ID","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_METHODS_CANCEL_INVOKE","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_METHODS_END_INVOKE","features":[384,380]},{"name":"WPD_COMMAND_SERVICE_METHODS_START_INVOKE","features":[384,380]},{"name":"WPD_COMMAND_SMS_SEND","features":[384,380]},{"name":"WPD_COMMAND_STILL_IMAGE_CAPTURE_INITIATE","features":[384,380]},{"name":"WPD_COMMAND_STORAGE_EJECT","features":[384,380]},{"name":"WPD_COMMAND_STORAGE_FORMAT","features":[384,380]},{"name":"WPD_COMMON_INFORMATION_BODY_TEXT","features":[384,380]},{"name":"WPD_COMMON_INFORMATION_END_DATETIME","features":[384,380]},{"name":"WPD_COMMON_INFORMATION_NOTES","features":[384,380]},{"name":"WPD_COMMON_INFORMATION_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_COMMON_INFORMATION_PRIORITY","features":[384,380]},{"name":"WPD_COMMON_INFORMATION_START_DATETIME","features":[384,380]},{"name":"WPD_COMMON_INFORMATION_SUBJECT","features":[384,380]},{"name":"WPD_CONTACT_ANNIVERSARY_DATE","features":[384,380]},{"name":"WPD_CONTACT_ASSISTANT","features":[384,380]},{"name":"WPD_CONTACT_BIRTHDATE","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_EMAIL","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_EMAIL2","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_FAX","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_FULL_POSTAL_ADDRESS","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_PHONE","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_PHONE2","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_CITY","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_COUNTRY","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE1","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE2","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_POSTAL_CODE","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_REGION","features":[384,380]},{"name":"WPD_CONTACT_BUSINESS_WEB_ADDRESS","features":[384,380]},{"name":"WPD_CONTACT_CHILDREN","features":[384,380]},{"name":"WPD_CONTACT_COMPANY_NAME","features":[384,380]},{"name":"WPD_CONTACT_DISPLAY_NAME","features":[384,380]},{"name":"WPD_CONTACT_FIRST_NAME","features":[384,380]},{"name":"WPD_CONTACT_INSTANT_MESSENGER","features":[384,380]},{"name":"WPD_CONTACT_INSTANT_MESSENGER2","features":[384,380]},{"name":"WPD_CONTACT_INSTANT_MESSENGER3","features":[384,380]},{"name":"WPD_CONTACT_LAST_NAME","features":[384,380]},{"name":"WPD_CONTACT_MIDDLE_NAMES","features":[384,380]},{"name":"WPD_CONTACT_MOBILE_PHONE","features":[384,380]},{"name":"WPD_CONTACT_MOBILE_PHONE2","features":[384,380]},{"name":"WPD_CONTACT_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_CONTACT_OTHER_EMAILS","features":[384,380]},{"name":"WPD_CONTACT_OTHER_FULL_POSTAL_ADDRESS","features":[384,380]},{"name":"WPD_CONTACT_OTHER_PHONES","features":[384,380]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_CITY","features":[384,380]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE1","features":[384,380]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE2","features":[384,380]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_CODE","features":[384,380]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_COUNTRY","features":[384,380]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_REGION","features":[384,380]},{"name":"WPD_CONTACT_PAGER","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_EMAIL","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_EMAIL2","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_FAX","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_FULL_POSTAL_ADDRESS","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_PHONE","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_PHONE2","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_CITY","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_COUNTRY","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE1","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE2","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_POSTAL_CODE","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_REGION","features":[384,380]},{"name":"WPD_CONTACT_PERSONAL_WEB_ADDRESS","features":[384,380]},{"name":"WPD_CONTACT_PHONETIC_COMPANY_NAME","features":[384,380]},{"name":"WPD_CONTACT_PHONETIC_FIRST_NAME","features":[384,380]},{"name":"WPD_CONTACT_PHONETIC_LAST_NAME","features":[384,380]},{"name":"WPD_CONTACT_PREFIX","features":[384,380]},{"name":"WPD_CONTACT_PRIMARY_EMAIL_ADDRESS","features":[384,380]},{"name":"WPD_CONTACT_PRIMARY_FAX","features":[384,380]},{"name":"WPD_CONTACT_PRIMARY_PHONE","features":[384,380]},{"name":"WPD_CONTACT_PRIMARY_WEB_ADDRESS","features":[384,380]},{"name":"WPD_CONTACT_RINGTONE","features":[384,380]},{"name":"WPD_CONTACT_ROLE","features":[384,380]},{"name":"WPD_CONTACT_SPOUSE","features":[384,380]},{"name":"WPD_CONTACT_SUFFIX","features":[384,380]},{"name":"WPD_CONTENT_TYPE_ALL","features":[384]},{"name":"WPD_CONTENT_TYPE_APPOINTMENT","features":[384]},{"name":"WPD_CONTENT_TYPE_AUDIO","features":[384]},{"name":"WPD_CONTENT_TYPE_AUDIO_ALBUM","features":[384]},{"name":"WPD_CONTENT_TYPE_CALENDAR","features":[384]},{"name":"WPD_CONTENT_TYPE_CERTIFICATE","features":[384]},{"name":"WPD_CONTENT_TYPE_CONTACT","features":[384]},{"name":"WPD_CONTENT_TYPE_CONTACT_GROUP","features":[384]},{"name":"WPD_CONTENT_TYPE_DOCUMENT","features":[384]},{"name":"WPD_CONTENT_TYPE_EMAIL","features":[384]},{"name":"WPD_CONTENT_TYPE_FOLDER","features":[384]},{"name":"WPD_CONTENT_TYPE_FUNCTIONAL_OBJECT","features":[384]},{"name":"WPD_CONTENT_TYPE_GENERIC_FILE","features":[384]},{"name":"WPD_CONTENT_TYPE_GENERIC_MESSAGE","features":[384]},{"name":"WPD_CONTENT_TYPE_IMAGE","features":[384]},{"name":"WPD_CONTENT_TYPE_IMAGE_ALBUM","features":[384]},{"name":"WPD_CONTENT_TYPE_MEDIA_CAST","features":[384]},{"name":"WPD_CONTENT_TYPE_MEMO","features":[384]},{"name":"WPD_CONTENT_TYPE_MIXED_CONTENT_ALBUM","features":[384]},{"name":"WPD_CONTENT_TYPE_NETWORK_ASSOCIATION","features":[384]},{"name":"WPD_CONTENT_TYPE_PLAYLIST","features":[384]},{"name":"WPD_CONTENT_TYPE_PROGRAM","features":[384]},{"name":"WPD_CONTENT_TYPE_SECTION","features":[384]},{"name":"WPD_CONTENT_TYPE_TASK","features":[384]},{"name":"WPD_CONTENT_TYPE_TELEVISION","features":[384]},{"name":"WPD_CONTENT_TYPE_UNSPECIFIED","features":[384]},{"name":"WPD_CONTENT_TYPE_VIDEO","features":[384]},{"name":"WPD_CONTENT_TYPE_VIDEO_ALBUM","features":[384]},{"name":"WPD_CONTENT_TYPE_WIRELESS_PROFILE","features":[384]},{"name":"WPD_CONTROL_FUNCTION_GENERIC_MESSAGE","features":[384]},{"name":"WPD_CROPPED_STATUS_CROPPED","features":[384]},{"name":"WPD_CROPPED_STATUS_NOT_CROPPED","features":[384]},{"name":"WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED","features":[384]},{"name":"WPD_CROPPED_STATUS_VALUES","features":[384]},{"name":"WPD_DEVICE_DATETIME","features":[384,380]},{"name":"WPD_DEVICE_EDP_IDENTITY","features":[384,380]},{"name":"WPD_DEVICE_FIRMWARE_VERSION","features":[384,380]},{"name":"WPD_DEVICE_FRIENDLY_NAME","features":[384,380]},{"name":"WPD_DEVICE_FUNCTIONAL_UNIQUE_ID","features":[384,380]},{"name":"WPD_DEVICE_MANUFACTURER","features":[384,380]},{"name":"WPD_DEVICE_MODEL","features":[384,380]},{"name":"WPD_DEVICE_MODEL_UNIQUE_ID","features":[384,380]},{"name":"WPD_DEVICE_NETWORK_IDENTIFIER","features":[384,380]},{"name":"WPD_DEVICE_OBJECT_ID","features":[384]},{"name":"WPD_DEVICE_POWER_LEVEL","features":[384,380]},{"name":"WPD_DEVICE_POWER_SOURCE","features":[384,380]},{"name":"WPD_DEVICE_PROPERTIES_V1","features":[384]},{"name":"WPD_DEVICE_PROPERTIES_V2","features":[384]},{"name":"WPD_DEVICE_PROPERTIES_V3","features":[384]},{"name":"WPD_DEVICE_PROTOCOL","features":[384,380]},{"name":"WPD_DEVICE_SERIAL_NUMBER","features":[384,380]},{"name":"WPD_DEVICE_SUPPORTED_DRM_SCHEMES","features":[384,380]},{"name":"WPD_DEVICE_SUPPORTED_FORMATS_ARE_ORDERED","features":[384,380]},{"name":"WPD_DEVICE_SUPPORTS_NON_CONSUMABLE","features":[384,380]},{"name":"WPD_DEVICE_SYNC_PARTNER","features":[384,380]},{"name":"WPD_DEVICE_TRANSPORT","features":[384,380]},{"name":"WPD_DEVICE_TRANSPORTS","features":[384]},{"name":"WPD_DEVICE_TRANSPORT_BLUETOOTH","features":[384]},{"name":"WPD_DEVICE_TRANSPORT_IP","features":[384]},{"name":"WPD_DEVICE_TRANSPORT_UNSPECIFIED","features":[384]},{"name":"WPD_DEVICE_TRANSPORT_USB","features":[384]},{"name":"WPD_DEVICE_TYPE","features":[384,380]},{"name":"WPD_DEVICE_TYPES","features":[384]},{"name":"WPD_DEVICE_TYPE_AUDIO_RECORDER","features":[384]},{"name":"WPD_DEVICE_TYPE_CAMERA","features":[384]},{"name":"WPD_DEVICE_TYPE_GENERIC","features":[384]},{"name":"WPD_DEVICE_TYPE_MEDIA_PLAYER","features":[384]},{"name":"WPD_DEVICE_TYPE_PERSONAL_INFORMATION_MANAGER","features":[384]},{"name":"WPD_DEVICE_TYPE_PHONE","features":[384]},{"name":"WPD_DEVICE_TYPE_VIDEO","features":[384]},{"name":"WPD_DEVICE_USE_DEVICE_STAGE","features":[384,380]},{"name":"WPD_DOCUMENT_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_EFFECT_MODES","features":[384]},{"name":"WPD_EFFECT_MODE_BLACK_AND_WHITE","features":[384]},{"name":"WPD_EFFECT_MODE_COLOR","features":[384]},{"name":"WPD_EFFECT_MODE_SEPIA","features":[384]},{"name":"WPD_EFFECT_MODE_UNDEFINED","features":[384]},{"name":"WPD_EMAIL_BCC_LINE","features":[384,380]},{"name":"WPD_EMAIL_CC_LINE","features":[384,380]},{"name":"WPD_EMAIL_HAS_ATTACHMENTS","features":[384,380]},{"name":"WPD_EMAIL_HAS_BEEN_READ","features":[384,380]},{"name":"WPD_EMAIL_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_EMAIL_RECEIVED_TIME","features":[384,380]},{"name":"WPD_EMAIL_SENDER_ADDRESS","features":[384,380]},{"name":"WPD_EMAIL_TO_LINE","features":[384,380]},{"name":"WPD_EVENT_ATTRIBUTES_V1","features":[384]},{"name":"WPD_EVENT_ATTRIBUTE_NAME","features":[384,380]},{"name":"WPD_EVENT_ATTRIBUTE_OPTIONS","features":[384,380]},{"name":"WPD_EVENT_ATTRIBUTE_PARAMETERS","features":[384,380]},{"name":"WPD_EVENT_DEVICE_CAPABILITIES_UPDATED","features":[384]},{"name":"WPD_EVENT_DEVICE_REMOVED","features":[384]},{"name":"WPD_EVENT_DEVICE_RESET","features":[384]},{"name":"WPD_EVENT_MTP_VENDOR_EXTENDED_EVENTS","features":[384]},{"name":"WPD_EVENT_NOTIFICATION","features":[384]},{"name":"WPD_EVENT_OBJECT_ADDED","features":[384]},{"name":"WPD_EVENT_OBJECT_REMOVED","features":[384]},{"name":"WPD_EVENT_OBJECT_TRANSFER_REQUESTED","features":[384]},{"name":"WPD_EVENT_OBJECT_UPDATED","features":[384]},{"name":"WPD_EVENT_OPTIONS_V1","features":[384]},{"name":"WPD_EVENT_OPTION_IS_AUTOPLAY_EVENT","features":[384,380]},{"name":"WPD_EVENT_OPTION_IS_BROADCAST_EVENT","features":[384,380]},{"name":"WPD_EVENT_PARAMETER_CHILD_HIERARCHY_CHANGED","features":[384,380]},{"name":"WPD_EVENT_PARAMETER_EVENT_ID","features":[384,380]},{"name":"WPD_EVENT_PARAMETER_OBJECT_CREATION_COOKIE","features":[384,380]},{"name":"WPD_EVENT_PARAMETER_OBJECT_PARENT_PERSISTENT_UNIQUE_ID","features":[384,380]},{"name":"WPD_EVENT_PARAMETER_OPERATION_PROGRESS","features":[384,380]},{"name":"WPD_EVENT_PARAMETER_OPERATION_STATE","features":[384,380]},{"name":"WPD_EVENT_PARAMETER_PNP_DEVICE_ID","features":[384,380]},{"name":"WPD_EVENT_PARAMETER_SERVICE_METHOD_CONTEXT","features":[384,380]},{"name":"WPD_EVENT_PROPERTIES_V1","features":[384]},{"name":"WPD_EVENT_PROPERTIES_V2","features":[384]},{"name":"WPD_EVENT_SERVICE_METHOD_COMPLETE","features":[384]},{"name":"WPD_EVENT_STORAGE_FORMAT","features":[384]},{"name":"WPD_EXPOSURE_METERING_MODES","features":[384]},{"name":"WPD_EXPOSURE_METERING_MODE_AVERAGE","features":[384]},{"name":"WPD_EXPOSURE_METERING_MODE_CENTER_SPOT","features":[384]},{"name":"WPD_EXPOSURE_METERING_MODE_CENTER_WEIGHTED_AVERAGE","features":[384]},{"name":"WPD_EXPOSURE_METERING_MODE_MULTI_SPOT","features":[384]},{"name":"WPD_EXPOSURE_METERING_MODE_UNDEFINED","features":[384]},{"name":"WPD_EXPOSURE_PROGRAM_MODES","features":[384]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_ACTION","features":[384]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_APERTURE_PRIORITY","features":[384]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_AUTO","features":[384]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_CREATIVE","features":[384]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_MANUAL","features":[384]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_PORTRAIT","features":[384]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_SHUTTER_PRIORITY","features":[384]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_UNDEFINED","features":[384]},{"name":"WPD_FLASH_MODES","features":[384]},{"name":"WPD_FLASH_MODE_AUTO","features":[384]},{"name":"WPD_FLASH_MODE_EXTERNAL_SYNC","features":[384]},{"name":"WPD_FLASH_MODE_FILL","features":[384]},{"name":"WPD_FLASH_MODE_OFF","features":[384]},{"name":"WPD_FLASH_MODE_RED_EYE_AUTO","features":[384]},{"name":"WPD_FLASH_MODE_RED_EYE_FILL","features":[384]},{"name":"WPD_FLASH_MODE_UNDEFINED","features":[384]},{"name":"WPD_FOCUS_AUTOMATIC","features":[384]},{"name":"WPD_FOCUS_AUTOMATIC_MACRO","features":[384]},{"name":"WPD_FOCUS_MANUAL","features":[384]},{"name":"WPD_FOCUS_METERING_MODES","features":[384]},{"name":"WPD_FOCUS_METERING_MODE_CENTER_SPOT","features":[384]},{"name":"WPD_FOCUS_METERING_MODE_MULTI_SPOT","features":[384]},{"name":"WPD_FOCUS_METERING_MODE_UNDEFINED","features":[384]},{"name":"WPD_FOCUS_MODES","features":[384]},{"name":"WPD_FOCUS_UNDEFINED","features":[384]},{"name":"WPD_FOLDER_CONTENT_TYPES_ALLOWED","features":[384,380]},{"name":"WPD_FOLDER_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_FORMAT_ATTRIBUTES_V1","features":[384]},{"name":"WPD_FORMAT_ATTRIBUTE_MIMETYPE","features":[384,380]},{"name":"WPD_FORMAT_ATTRIBUTE_NAME","features":[384,380]},{"name":"WPD_FUNCTIONAL_CATEGORY_ALL","features":[384]},{"name":"WPD_FUNCTIONAL_CATEGORY_AUDIO_CAPTURE","features":[384]},{"name":"WPD_FUNCTIONAL_CATEGORY_DEVICE","features":[384]},{"name":"WPD_FUNCTIONAL_CATEGORY_NETWORK_CONFIGURATION","features":[384]},{"name":"WPD_FUNCTIONAL_CATEGORY_RENDERING_INFORMATION","features":[384]},{"name":"WPD_FUNCTIONAL_CATEGORY_SMS","features":[384]},{"name":"WPD_FUNCTIONAL_CATEGORY_STILL_IMAGE_CAPTURE","features":[384]},{"name":"WPD_FUNCTIONAL_CATEGORY_STORAGE","features":[384]},{"name":"WPD_FUNCTIONAL_CATEGORY_VIDEO_CAPTURE","features":[384]},{"name":"WPD_FUNCTIONAL_OBJECT_CATEGORY","features":[384,380]},{"name":"WPD_FUNCTIONAL_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_IMAGE_BITDEPTH","features":[384,380]},{"name":"WPD_IMAGE_COLOR_CORRECTED_STATUS","features":[384,380]},{"name":"WPD_IMAGE_CROPPED_STATUS","features":[384,380]},{"name":"WPD_IMAGE_EXPOSURE_INDEX","features":[384,380]},{"name":"WPD_IMAGE_EXPOSURE_TIME","features":[384,380]},{"name":"WPD_IMAGE_FNUMBER","features":[384,380]},{"name":"WPD_IMAGE_HORIZONTAL_RESOLUTION","features":[384,380]},{"name":"WPD_IMAGE_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_IMAGE_VERTICAL_RESOLUTION","features":[384,380]},{"name":"WPD_MEDIA_ALBUM_ARTIST","features":[384,380]},{"name":"WPD_MEDIA_ARTIST","features":[384,380]},{"name":"WPD_MEDIA_AUDIO_ENCODING_PROFILE","features":[384,380]},{"name":"WPD_MEDIA_BITRATE_TYPE","features":[384,380]},{"name":"WPD_MEDIA_BUY_NOW","features":[384,380]},{"name":"WPD_MEDIA_BYTE_BOOKMARK","features":[384,380]},{"name":"WPD_MEDIA_COMPOSER","features":[384,380]},{"name":"WPD_MEDIA_COPYRIGHT","features":[384,380]},{"name":"WPD_MEDIA_DESCRIPTION","features":[384,380]},{"name":"WPD_MEDIA_DESTINATION_URL","features":[384,380]},{"name":"WPD_MEDIA_DURATION","features":[384,380]},{"name":"WPD_MEDIA_EFFECTIVE_RATING","features":[384,380]},{"name":"WPD_MEDIA_ENCODING_PROFILE","features":[384,380]},{"name":"WPD_MEDIA_GENRE","features":[384,380]},{"name":"WPD_MEDIA_GUID","features":[384,380]},{"name":"WPD_MEDIA_HEIGHT","features":[384,380]},{"name":"WPD_MEDIA_LAST_ACCESSED_TIME","features":[384,380]},{"name":"WPD_MEDIA_LAST_BUILD_DATE","features":[384,380]},{"name":"WPD_MEDIA_MANAGING_EDITOR","features":[384,380]},{"name":"WPD_MEDIA_META_GENRE","features":[384,380]},{"name":"WPD_MEDIA_OBJECT_BOOKMARK","features":[384,380]},{"name":"WPD_MEDIA_OWNER","features":[384,380]},{"name":"WPD_MEDIA_PARENTAL_RATING","features":[384,380]},{"name":"WPD_MEDIA_PROPERTIES_V1","features":[384]},{"name":"WPD_MEDIA_RELEASE_DATE","features":[384,380]},{"name":"WPD_MEDIA_SAMPLE_RATE","features":[384,380]},{"name":"WPD_MEDIA_SKIP_COUNT","features":[384,380]},{"name":"WPD_MEDIA_SOURCE_URL","features":[384,380]},{"name":"WPD_MEDIA_STAR_RATING","features":[384,380]},{"name":"WPD_MEDIA_SUBSCRIPTION_CONTENT_ID","features":[384,380]},{"name":"WPD_MEDIA_SUB_DESCRIPTION","features":[384,380]},{"name":"WPD_MEDIA_SUB_TITLE","features":[384,380]},{"name":"WPD_MEDIA_TIME_BOOKMARK","features":[384,380]},{"name":"WPD_MEDIA_TIME_TO_LIVE","features":[384,380]},{"name":"WPD_MEDIA_TITLE","features":[384,380]},{"name":"WPD_MEDIA_TOTAL_BITRATE","features":[384,380]},{"name":"WPD_MEDIA_USER_EFFECTIVE_RATING","features":[384,380]},{"name":"WPD_MEDIA_USE_COUNT","features":[384,380]},{"name":"WPD_MEDIA_WEBMASTER","features":[384,380]},{"name":"WPD_MEDIA_WIDTH","features":[384,380]},{"name":"WPD_MEMO_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_META_GENRES","features":[384]},{"name":"WPD_META_GENRE_AUDIO_PODCAST","features":[384]},{"name":"WPD_META_GENRE_FEATURE_FILM_VIDEO_FILE","features":[384]},{"name":"WPD_META_GENRE_GENERIC_MUSIC_AUDIO_FILE","features":[384]},{"name":"WPD_META_GENRE_GENERIC_NON_AUDIO_NON_VIDEO","features":[384]},{"name":"WPD_META_GENRE_GENERIC_NON_MUSIC_AUDIO_FILE","features":[384]},{"name":"WPD_META_GENRE_GENERIC_VIDEO_FILE","features":[384]},{"name":"WPD_META_GENRE_HOME_VIDEO_FILE","features":[384]},{"name":"WPD_META_GENRE_MIXED_PODCAST","features":[384]},{"name":"WPD_META_GENRE_MUSIC_VIDEO_FILE","features":[384]},{"name":"WPD_META_GENRE_NEWS_VIDEO_FILE","features":[384]},{"name":"WPD_META_GENRE_PHOTO_MONTAGE_VIDEO_FILE","features":[384]},{"name":"WPD_META_GENRE_SPOKEN_WORD_AUDIO_BOOK_FILES","features":[384]},{"name":"WPD_META_GENRE_SPOKEN_WORD_FILES_NON_AUDIO_BOOK","features":[384]},{"name":"WPD_META_GENRE_SPOKEN_WORD_NEWS","features":[384]},{"name":"WPD_META_GENRE_SPOKEN_WORD_TALK_SHOWS","features":[384]},{"name":"WPD_META_GENRE_TELEVISION_VIDEO_FILE","features":[384]},{"name":"WPD_META_GENRE_TRAINING_EDUCATIONAL_VIDEO_FILE","features":[384]},{"name":"WPD_META_GENRE_UNUSED","features":[384]},{"name":"WPD_META_GENRE_VIDEO_PODCAST","features":[384]},{"name":"WPD_METHOD_ATTRIBUTES_V1","features":[384]},{"name":"WPD_METHOD_ATTRIBUTE_ACCESS","features":[384,380]},{"name":"WPD_METHOD_ATTRIBUTE_ASSOCIATED_FORMAT","features":[384,380]},{"name":"WPD_METHOD_ATTRIBUTE_NAME","features":[384,380]},{"name":"WPD_METHOD_ATTRIBUTE_PARAMETERS","features":[384,380]},{"name":"WPD_MUSIC_ALBUM","features":[384,380]},{"name":"WPD_MUSIC_LYRICS","features":[384,380]},{"name":"WPD_MUSIC_MOOD","features":[384,380]},{"name":"WPD_MUSIC_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_MUSIC_TRACK","features":[384,380]},{"name":"WPD_NETWORK_ASSOCIATION_HOST_NETWORK_IDENTIFIERS","features":[384,380]},{"name":"WPD_NETWORK_ASSOCIATION_PROPERTIES_V1","features":[384]},{"name":"WPD_NETWORK_ASSOCIATION_X509V3SEQUENCE","features":[384,380]},{"name":"WPD_OBJECT_BACK_REFERENCES","features":[384,380]},{"name":"WPD_OBJECT_CAN_DELETE","features":[384,380]},{"name":"WPD_OBJECT_CONTAINER_FUNCTIONAL_OBJECT_ID","features":[384,380]},{"name":"WPD_OBJECT_CONTENT_TYPE","features":[384,380]},{"name":"WPD_OBJECT_DATE_AUTHORED","features":[384,380]},{"name":"WPD_OBJECT_DATE_CREATED","features":[384,380]},{"name":"WPD_OBJECT_DATE_MODIFIED","features":[384,380]},{"name":"WPD_OBJECT_FORMAT","features":[384,380]},{"name":"WPD_OBJECT_FORMAT_3G2","features":[384]},{"name":"WPD_OBJECT_FORMAT_3G2A","features":[384]},{"name":"WPD_OBJECT_FORMAT_3GP","features":[384]},{"name":"WPD_OBJECT_FORMAT_3GPA","features":[384]},{"name":"WPD_OBJECT_FORMAT_AAC","features":[384]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_CONTACT","features":[384]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_CONTACT_GROUP","features":[384]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_MEDIA_CAST","features":[384]},{"name":"WPD_OBJECT_FORMAT_AIFF","features":[384]},{"name":"WPD_OBJECT_FORMAT_ALL","features":[384]},{"name":"WPD_OBJECT_FORMAT_AMR","features":[384]},{"name":"WPD_OBJECT_FORMAT_ASF","features":[384]},{"name":"WPD_OBJECT_FORMAT_ASXPLAYLIST","features":[384]},{"name":"WPD_OBJECT_FORMAT_ATSCTS","features":[384]},{"name":"WPD_OBJECT_FORMAT_AUDIBLE","features":[384]},{"name":"WPD_OBJECT_FORMAT_AVCHD","features":[384]},{"name":"WPD_OBJECT_FORMAT_AVI","features":[384]},{"name":"WPD_OBJECT_FORMAT_BMP","features":[384]},{"name":"WPD_OBJECT_FORMAT_CIFF","features":[384]},{"name":"WPD_OBJECT_FORMAT_DPOF","features":[384]},{"name":"WPD_OBJECT_FORMAT_DVBTS","features":[384]},{"name":"WPD_OBJECT_FORMAT_EXECUTABLE","features":[384]},{"name":"WPD_OBJECT_FORMAT_EXIF","features":[384]},{"name":"WPD_OBJECT_FORMAT_FLAC","features":[384]},{"name":"WPD_OBJECT_FORMAT_FLASHPIX","features":[384]},{"name":"WPD_OBJECT_FORMAT_GIF","features":[384]},{"name":"WPD_OBJECT_FORMAT_HTML","features":[384]},{"name":"WPD_OBJECT_FORMAT_ICALENDAR","features":[384]},{"name":"WPD_OBJECT_FORMAT_ICON","features":[384]},{"name":"WPD_OBJECT_FORMAT_JFIF","features":[384]},{"name":"WPD_OBJECT_FORMAT_JP2","features":[384]},{"name":"WPD_OBJECT_FORMAT_JPEGXR","features":[384]},{"name":"WPD_OBJECT_FORMAT_JPX","features":[384]},{"name":"WPD_OBJECT_FORMAT_M3UPLAYLIST","features":[384]},{"name":"WPD_OBJECT_FORMAT_M4A","features":[384]},{"name":"WPD_OBJECT_FORMAT_MHT_COMPILED_HTML","features":[384]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_EXCEL","features":[384]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_POWERPOINT","features":[384]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_WFC","features":[384]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_WORD","features":[384]},{"name":"WPD_OBJECT_FORMAT_MKV","features":[384]},{"name":"WPD_OBJECT_FORMAT_MP2","features":[384]},{"name":"WPD_OBJECT_FORMAT_MP3","features":[384]},{"name":"WPD_OBJECT_FORMAT_MP4","features":[384]},{"name":"WPD_OBJECT_FORMAT_MPEG","features":[384]},{"name":"WPD_OBJECT_FORMAT_MPLPLAYLIST","features":[384]},{"name":"WPD_OBJECT_FORMAT_NETWORK_ASSOCIATION","features":[384]},{"name":"WPD_OBJECT_FORMAT_OGG","features":[384]},{"name":"WPD_OBJECT_FORMAT_PCD","features":[384]},{"name":"WPD_OBJECT_FORMAT_PICT","features":[384]},{"name":"WPD_OBJECT_FORMAT_PLSPLAYLIST","features":[384]},{"name":"WPD_OBJECT_FORMAT_PNG","features":[384]},{"name":"WPD_OBJECT_FORMAT_PROPERTIES_ONLY","features":[384]},{"name":"WPD_OBJECT_FORMAT_QCELP","features":[384]},{"name":"WPD_OBJECT_FORMAT_SCRIPT","features":[384]},{"name":"WPD_OBJECT_FORMAT_TEXT","features":[384]},{"name":"WPD_OBJECT_FORMAT_TIFF","features":[384]},{"name":"WPD_OBJECT_FORMAT_TIFFEP","features":[384]},{"name":"WPD_OBJECT_FORMAT_TIFFIT","features":[384]},{"name":"WPD_OBJECT_FORMAT_UNSPECIFIED","features":[384]},{"name":"WPD_OBJECT_FORMAT_VCALENDAR1","features":[384]},{"name":"WPD_OBJECT_FORMAT_VCARD2","features":[384]},{"name":"WPD_OBJECT_FORMAT_VCARD3","features":[384]},{"name":"WPD_OBJECT_FORMAT_WAVE","features":[384]},{"name":"WPD_OBJECT_FORMAT_WBMP","features":[384]},{"name":"WPD_OBJECT_FORMAT_WINDOWSIMAGEFORMAT","features":[384]},{"name":"WPD_OBJECT_FORMAT_WMA","features":[384]},{"name":"WPD_OBJECT_FORMAT_WMV","features":[384]},{"name":"WPD_OBJECT_FORMAT_WPLPLAYLIST","features":[384]},{"name":"WPD_OBJECT_FORMAT_X509V3CERTIFICATE","features":[384]},{"name":"WPD_OBJECT_FORMAT_XML","features":[384]},{"name":"WPD_OBJECT_GENERATE_THUMBNAIL_FROM_RESOURCE","features":[384,380]},{"name":"WPD_OBJECT_HINT_LOCATION_DISPLAY_NAME","features":[384,380]},{"name":"WPD_OBJECT_ID","features":[384,380]},{"name":"WPD_OBJECT_ISHIDDEN","features":[384,380]},{"name":"WPD_OBJECT_ISSYSTEM","features":[384,380]},{"name":"WPD_OBJECT_IS_DRM_PROTECTED","features":[384,380]},{"name":"WPD_OBJECT_KEYWORDS","features":[384,380]},{"name":"WPD_OBJECT_LANGUAGE_LOCALE","features":[384,380]},{"name":"WPD_OBJECT_NAME","features":[384,380]},{"name":"WPD_OBJECT_NON_CONSUMABLE","features":[384,380]},{"name":"WPD_OBJECT_ORIGINAL_FILE_NAME","features":[384,380]},{"name":"WPD_OBJECT_PARENT_ID","features":[384,380]},{"name":"WPD_OBJECT_PERSISTENT_UNIQUE_ID","features":[384,380]},{"name":"WPD_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_OBJECT_PROPERTIES_V2","features":[384]},{"name":"WPD_OBJECT_REFERENCES","features":[384,380]},{"name":"WPD_OBJECT_SIZE","features":[384,380]},{"name":"WPD_OBJECT_SUPPORTED_UNITS","features":[384,380]},{"name":"WPD_OBJECT_SYNC_ID","features":[384,380]},{"name":"WPD_OPERATION_STATES","features":[384]},{"name":"WPD_OPERATION_STATE_ABORTED","features":[384]},{"name":"WPD_OPERATION_STATE_CANCELLED","features":[384]},{"name":"WPD_OPERATION_STATE_FINISHED","features":[384]},{"name":"WPD_OPERATION_STATE_PAUSED","features":[384]},{"name":"WPD_OPERATION_STATE_RUNNING","features":[384]},{"name":"WPD_OPERATION_STATE_STARTED","features":[384]},{"name":"WPD_OPERATION_STATE_UNSPECIFIED","features":[384]},{"name":"WPD_OPTION_OBJECT_MANAGEMENT_RECURSIVE_DELETE_SUPPORTED","features":[384,380]},{"name":"WPD_OPTION_OBJECT_RESOURCES_NO_INPUT_BUFFER_ON_READ","features":[384,380]},{"name":"WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_READ_SUPPORTED","features":[384,380]},{"name":"WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_WRITE_SUPPORTED","features":[384,380]},{"name":"WPD_OPTION_SMS_BINARY_MESSAGE_SUPPORTED","features":[384,380]},{"name":"WPD_OPTION_VALID_OBJECT_IDS","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTES_V1","features":[384]},{"name":"WPD_PARAMETER_ATTRIBUTE_DEFAULT_VALUE","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_ENUMERATION_ELEMENTS","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_ENUMERATION","features":[384]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_OBJECT_IDENTIFIER","features":[384]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_RANGE","features":[384]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_REGULAR_EXPRESSION","features":[384]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_UNSPECIFIED","features":[384]},{"name":"WPD_PARAMETER_ATTRIBUTE_MAX_SIZE","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_NAME","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_ORDER","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_MAX","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_MIN","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_STEP","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_REGULAR_EXPRESSION","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_USAGE","features":[384,380]},{"name":"WPD_PARAMETER_ATTRIBUTE_VARTYPE","features":[384,380]},{"name":"WPD_PARAMETER_USAGE_IN","features":[384]},{"name":"WPD_PARAMETER_USAGE_INOUT","features":[384]},{"name":"WPD_PARAMETER_USAGE_OUT","features":[384]},{"name":"WPD_PARAMETER_USAGE_RETURN","features":[384]},{"name":"WPD_PARAMETER_USAGE_TYPES","features":[384]},{"name":"WPD_POWER_SOURCES","features":[384]},{"name":"WPD_POWER_SOURCE_BATTERY","features":[384]},{"name":"WPD_POWER_SOURCE_EXTERNAL","features":[384]},{"name":"WPD_PROPERTIES_MTP_VENDOR_EXTENDED_DEVICE_PROPS","features":[384]},{"name":"WPD_PROPERTIES_MTP_VENDOR_EXTENDED_OBJECT_PROPS","features":[384]},{"name":"WPD_PROPERTY_ATTRIBUTES_V1","features":[384]},{"name":"WPD_PROPERTY_ATTRIBUTES_V2","features":[384]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_DELETE","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_READ","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_WRITE","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_DEFAULT_VALUE","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_ENUMERATION_ELEMENTS","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_FAST_PROPERTY","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_ENUMERATION","features":[384]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_OBJECT_IDENTIFIER","features":[384]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_RANGE","features":[384]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_REGULAR_EXPRESSION","features":[384]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_UNSPECIFIED","features":[384]},{"name":"WPD_PROPERTY_ATTRIBUTE_MAX_SIZE","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_NAME","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_MAX","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_MIN","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_STEP","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_REGULAR_EXPRESSION","features":[384,380]},{"name":"WPD_PROPERTY_ATTRIBUTE_VARTYPE","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_COMMAND","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_COMMAND_OPTIONS","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_CONTENT_TYPE","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_CONTENT_TYPES","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_EVENT","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_EVENT_OPTIONS","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_FORMAT","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_FORMATS","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORIES","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORY","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_OBJECTS","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_PROPERTY_ATTRIBUTES","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_PROPERTY_KEYS","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_SUPPORTED_COMMANDS","features":[384,380]},{"name":"WPD_PROPERTY_CAPABILITIES_SUPPORTED_EVENTS","features":[384,380]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_VALUES","features":[384,380]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_WRITE_RESULTS","features":[384,380]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_INTERFACES","features":[384,380]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_OBJECT_ID","features":[384,380]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_REGISTRATION_RESULTS","features":[384,380]},{"name":"WPD_PROPERTY_COMMON_ACTIVITY_ID","features":[384,380]},{"name":"WPD_PROPERTY_COMMON_CLIENT_INFORMATION","features":[384,380]},{"name":"WPD_PROPERTY_COMMON_CLIENT_INFORMATION_CONTEXT","features":[384,380]},{"name":"WPD_PROPERTY_COMMON_COMMAND_CATEGORY","features":[384,380]},{"name":"WPD_PROPERTY_COMMON_COMMAND_ID","features":[384,380]},{"name":"WPD_PROPERTY_COMMON_COMMAND_TARGET","features":[384,380]},{"name":"WPD_PROPERTY_COMMON_DRIVER_ERROR_CODE","features":[384,380]},{"name":"WPD_PROPERTY_COMMON_HRESULT","features":[384,380]},{"name":"WPD_PROPERTY_COMMON_OBJECT_IDS","features":[384,380]},{"name":"WPD_PROPERTY_COMMON_PERSISTENT_UNIQUE_IDS","features":[384,380]},{"name":"WPD_PROPERTY_DEVICE_HINTS_CONTENT_LOCATIONS","features":[384,380]},{"name":"WPD_PROPERTY_DEVICE_HINTS_CONTENT_TYPE","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_EVENT_PARAMS","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_OPERATION_CODE","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_OPERATION_PARAMS","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_RESPONSE_CODE","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_RESPONSE_PARAMS","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_CONTEXT","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_DATA","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_READ","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_READ","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_WRITE","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_WRITTEN","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_TOTAL_DATA_SIZE","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_VENDOR_EXTENSION_DESCRIPTION","features":[384,380]},{"name":"WPD_PROPERTY_MTP_EXT_VENDOR_OPERATION_CODES","features":[384,380]},{"name":"WPD_PROPERTY_NULL","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_CONTEXT","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_FILTER","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_NUM_OBJECTS_REQUESTED","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_OBJECT_IDS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_PARENT_ID","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_CONTEXT","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_COPY_RESULTS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_CREATION_PROPERTIES","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DATA","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_OPTIONS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_RESULTS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DESTINATION_FOLDER_OBJECT_ID","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_MOVE_RESULTS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_TO_WRITE","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_WRITTEN","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_FORMAT","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_ID","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_IDS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_PROPERTY_KEYS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_UPDATE_PROPERTIES","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_CONTEXT","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_DEPTH","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_FORMAT","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_IDS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PARENT_OBJECT_ID","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PROPERTY_KEYS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_VALUES","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_WRITE_RESULTS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_OBJECT_ID","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_ATTRIBUTES","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_DELETE_RESULTS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_KEYS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_VALUES","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_WRITE_RESULTS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_ACCESS_MODE","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_CONTEXT","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_DATA","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_READ","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_READ","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_WRITE","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_WRITTEN","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_OBJECT_ID","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_POSITION_FROM_START","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_ATTRIBUTES","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_KEYS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SEEK_OFFSET","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SEEK_ORIGIN_FLAG","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_STREAM_UNITS","features":[384,380]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SUPPORTS_UNITS","features":[384,380]},{"name":"WPD_PROPERTY_PUBLIC_KEY","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND_OPTIONS","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT_ATTRIBUTES","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMATS","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT_ATTRIBUTES","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITANCE_TYPE","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITED_SERVICES","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD_ATTRIBUTES","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER_ATTRIBUTES","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_ATTRIBUTES","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_KEYS","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_RENDERING_PROFILES","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_COMMANDS","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_EVENTS","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_METHODS","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_METHOD","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_METHOD_CONTEXT","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_METHOD_HRESULT","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_METHOD_PARAMETER_VALUES","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_METHOD_RESULT_VALUES","features":[384,380]},{"name":"WPD_PROPERTY_SERVICE_OBJECT_ID","features":[384,380]},{"name":"WPD_PROPERTY_SMS_BINARY_MESSAGE","features":[384,380]},{"name":"WPD_PROPERTY_SMS_MESSAGE_TYPE","features":[384,380]},{"name":"WPD_PROPERTY_SMS_RECIPIENT","features":[384,380]},{"name":"WPD_PROPERTY_SMS_TEXT_MESSAGE","features":[384,380]},{"name":"WPD_PROPERTY_STORAGE_DESTINATION_OBJECT_ID","features":[384,380]},{"name":"WPD_PROPERTY_STORAGE_OBJECT_ID","features":[384,380]},{"name":"WPD_RENDERING_INFORMATION_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_RENDERING_INFORMATION_PROFILES","features":[384,380]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_CREATABLE_RESOURCES","features":[384,380]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE","features":[384,380]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES","features":[384]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECT","features":[384]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCE","features":[384]},{"name":"WPD_RESOURCE_ALBUM_ART","features":[384,380]},{"name":"WPD_RESOURCE_ATTRIBUTES_V1","features":[384]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_DELETE","features":[384,380]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_READ","features":[384,380]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_WRITE","features":[384,380]},{"name":"WPD_RESOURCE_ATTRIBUTE_FORMAT","features":[384,380]},{"name":"WPD_RESOURCE_ATTRIBUTE_OPTIMAL_READ_BUFFER_SIZE","features":[384,380]},{"name":"WPD_RESOURCE_ATTRIBUTE_OPTIMAL_WRITE_BUFFER_SIZE","features":[384,380]},{"name":"WPD_RESOURCE_ATTRIBUTE_RESOURCE_KEY","features":[384,380]},{"name":"WPD_RESOURCE_ATTRIBUTE_TOTAL_SIZE","features":[384,380]},{"name":"WPD_RESOURCE_AUDIO_CLIP","features":[384,380]},{"name":"WPD_RESOURCE_BRANDING_ART","features":[384,380]},{"name":"WPD_RESOURCE_CONTACT_PHOTO","features":[384,380]},{"name":"WPD_RESOURCE_DEFAULT","features":[384,380]},{"name":"WPD_RESOURCE_GENERIC","features":[384,380]},{"name":"WPD_RESOURCE_ICON","features":[384,380]},{"name":"WPD_RESOURCE_THUMBNAIL","features":[384,380]},{"name":"WPD_RESOURCE_VIDEO_CLIP","features":[384,380]},{"name":"WPD_SECTION_DATA_LENGTH","features":[384,380]},{"name":"WPD_SECTION_DATA_OFFSET","features":[384,380]},{"name":"WPD_SECTION_DATA_REFERENCED_OBJECT_RESOURCE","features":[384,380]},{"name":"WPD_SECTION_DATA_UNITS","features":[384,380]},{"name":"WPD_SECTION_DATA_UNITS_BYTES","features":[384]},{"name":"WPD_SECTION_DATA_UNITS_MILLISECONDS","features":[384]},{"name":"WPD_SECTION_DATA_UNITS_VALUES","features":[384]},{"name":"WPD_SECTION_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_SERVICE_INHERITANCE_IMPLEMENTATION","features":[384]},{"name":"WPD_SERVICE_INHERITANCE_TYPES","features":[384]},{"name":"WPD_SERVICE_PROPERTIES_V1","features":[384]},{"name":"WPD_SERVICE_VERSION","features":[384,380]},{"name":"WPD_SMS_ENCODING","features":[384,380]},{"name":"WPD_SMS_ENCODING_TYPES","features":[384]},{"name":"WPD_SMS_MAX_PAYLOAD","features":[384,380]},{"name":"WPD_SMS_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_SMS_PROVIDER","features":[384,380]},{"name":"WPD_SMS_TIMEOUT","features":[384,380]},{"name":"WPD_STILL_IMAGE_ARTIST","features":[384,380]},{"name":"WPD_STILL_IMAGE_BURST_INTERVAL","features":[384,380]},{"name":"WPD_STILL_IMAGE_BURST_NUMBER","features":[384,380]},{"name":"WPD_STILL_IMAGE_CAMERA_MANUFACTURER","features":[384,380]},{"name":"WPD_STILL_IMAGE_CAMERA_MODEL","features":[384,380]},{"name":"WPD_STILL_IMAGE_CAPTURE_DELAY","features":[384,380]},{"name":"WPD_STILL_IMAGE_CAPTURE_FORMAT","features":[384,380]},{"name":"WPD_STILL_IMAGE_CAPTURE_MODE","features":[384,380]},{"name":"WPD_STILL_IMAGE_CAPTURE_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_STILL_IMAGE_CAPTURE_RESOLUTION","features":[384,380]},{"name":"WPD_STILL_IMAGE_COMPRESSION_SETTING","features":[384,380]},{"name":"WPD_STILL_IMAGE_CONTRAST","features":[384,380]},{"name":"WPD_STILL_IMAGE_DIGITAL_ZOOM","features":[384,380]},{"name":"WPD_STILL_IMAGE_EFFECT_MODE","features":[384,380]},{"name":"WPD_STILL_IMAGE_EXPOSURE_BIAS_COMPENSATION","features":[384,380]},{"name":"WPD_STILL_IMAGE_EXPOSURE_INDEX","features":[384,380]},{"name":"WPD_STILL_IMAGE_EXPOSURE_METERING_MODE","features":[384,380]},{"name":"WPD_STILL_IMAGE_EXPOSURE_PROGRAM_MODE","features":[384,380]},{"name":"WPD_STILL_IMAGE_EXPOSURE_TIME","features":[384,380]},{"name":"WPD_STILL_IMAGE_FLASH_MODE","features":[384,380]},{"name":"WPD_STILL_IMAGE_FNUMBER","features":[384,380]},{"name":"WPD_STILL_IMAGE_FOCAL_LENGTH","features":[384,380]},{"name":"WPD_STILL_IMAGE_FOCUS_DISTANCE","features":[384,380]},{"name":"WPD_STILL_IMAGE_FOCUS_METERING_MODE","features":[384,380]},{"name":"WPD_STILL_IMAGE_FOCUS_MODE","features":[384,380]},{"name":"WPD_STILL_IMAGE_RGB_GAIN","features":[384,380]},{"name":"WPD_STILL_IMAGE_SHARPNESS","features":[384,380]},{"name":"WPD_STILL_IMAGE_TIMELAPSE_INTERVAL","features":[384,380]},{"name":"WPD_STILL_IMAGE_TIMELAPSE_NUMBER","features":[384,380]},{"name":"WPD_STILL_IMAGE_UPLOAD_URL","features":[384,380]},{"name":"WPD_STILL_IMAGE_WHITE_BALANCE","features":[384,380]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY","features":[384,380]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READWRITE","features":[384]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITHOUT_OBJECT_DELETION","features":[384]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITH_OBJECT_DELETION","features":[384]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_VALUES","features":[384]},{"name":"WPD_STORAGE_CAPACITY","features":[384,380]},{"name":"WPD_STORAGE_CAPACITY_IN_OBJECTS","features":[384,380]},{"name":"WPD_STORAGE_DESCRIPTION","features":[384,380]},{"name":"WPD_STORAGE_FILE_SYSTEM_TYPE","features":[384,380]},{"name":"WPD_STORAGE_FREE_SPACE_IN_BYTES","features":[384,380]},{"name":"WPD_STORAGE_FREE_SPACE_IN_OBJECTS","features":[384,380]},{"name":"WPD_STORAGE_MAX_OBJECT_SIZE","features":[384,380]},{"name":"WPD_STORAGE_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_STORAGE_SERIAL_NUMBER","features":[384,380]},{"name":"WPD_STORAGE_TYPE","features":[384,380]},{"name":"WPD_STORAGE_TYPE_FIXED_RAM","features":[384]},{"name":"WPD_STORAGE_TYPE_FIXED_ROM","features":[384]},{"name":"WPD_STORAGE_TYPE_REMOVABLE_RAM","features":[384]},{"name":"WPD_STORAGE_TYPE_REMOVABLE_ROM","features":[384]},{"name":"WPD_STORAGE_TYPE_UNDEFINED","features":[384]},{"name":"WPD_STORAGE_TYPE_VALUES","features":[384]},{"name":"WPD_STREAM_UNITS","features":[384]},{"name":"WPD_STREAM_UNITS_BYTES","features":[384]},{"name":"WPD_STREAM_UNITS_FRAMES","features":[384]},{"name":"WPD_STREAM_UNITS_MICROSECONDS","features":[384]},{"name":"WPD_STREAM_UNITS_MILLISECONDS","features":[384]},{"name":"WPD_STREAM_UNITS_ROWS","features":[384]},{"name":"WPD_TASK_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_TASK_OWNER","features":[384,380]},{"name":"WPD_TASK_PERCENT_COMPLETE","features":[384,380]},{"name":"WPD_TASK_REMINDER_DATE","features":[384,380]},{"name":"WPD_TASK_STATUS","features":[384,380]},{"name":"WPD_VIDEO_AUTHOR","features":[384,380]},{"name":"WPD_VIDEO_BITRATE","features":[384,380]},{"name":"WPD_VIDEO_BUFFER_SIZE","features":[384,380]},{"name":"WPD_VIDEO_CREDITS","features":[384,380]},{"name":"WPD_VIDEO_FOURCC_CODE","features":[384,380]},{"name":"WPD_VIDEO_FRAMERATE","features":[384,380]},{"name":"WPD_VIDEO_KEY_FRAME_DISTANCE","features":[384,380]},{"name":"WPD_VIDEO_OBJECT_PROPERTIES_V1","features":[384]},{"name":"WPD_VIDEO_QUALITY_SETTING","features":[384,380]},{"name":"WPD_VIDEO_RECORDEDTV_CHANNEL_NUMBER","features":[384,380]},{"name":"WPD_VIDEO_RECORDEDTV_REPEAT","features":[384,380]},{"name":"WPD_VIDEO_RECORDEDTV_STATION_NAME","features":[384,380]},{"name":"WPD_VIDEO_SCAN_TYPE","features":[384,380]},{"name":"WPD_VIDEO_SCAN_TYPES","features":[384]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_LOWER_FIRST","features":[384]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_UPPER_FIRST","features":[384]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_LOWER_FIRST","features":[384]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_UPPER_FIRST","features":[384]},{"name":"WPD_VIDEO_SCAN_TYPE_MIXED_INTERLACE","features":[384]},{"name":"WPD_VIDEO_SCAN_TYPE_MIXED_INTERLACE_AND_PROGRESSIVE","features":[384]},{"name":"WPD_VIDEO_SCAN_TYPE_PROGRESSIVE","features":[384]},{"name":"WPD_VIDEO_SCAN_TYPE_UNUSED","features":[384]},{"name":"WPD_WHITE_BALANCE_AUTOMATIC","features":[384]},{"name":"WPD_WHITE_BALANCE_DAYLIGHT","features":[384]},{"name":"WPD_WHITE_BALANCE_FLASH","features":[384]},{"name":"WPD_WHITE_BALANCE_FLORESCENT","features":[384]},{"name":"WPD_WHITE_BALANCE_MANUAL","features":[384]},{"name":"WPD_WHITE_BALANCE_ONE_PUSH_AUTOMATIC","features":[384]},{"name":"WPD_WHITE_BALANCE_SETTINGS","features":[384]},{"name":"WPD_WHITE_BALANCE_TUNGSTEN","features":[384]},{"name":"WPD_WHITE_BALANCE_UNDEFINED","features":[384]},{"name":"WpdAttributeForm","features":[384]},{"name":"WpdParameterAttributeForm","features":[384]},{"name":"WpdSerializer","features":[384]}],"385":[{"name":"DEVPKEY_DevQuery_ObjectType","features":[305]},{"name":"DEVPKEY_DeviceClass_Characteristics","features":[305]},{"name":"DEVPKEY_DeviceClass_ClassCoInstallers","features":[305]},{"name":"DEVPKEY_DeviceClass_ClassInstaller","features":[305]},{"name":"DEVPKEY_DeviceClass_ClassName","features":[305]},{"name":"DEVPKEY_DeviceClass_DHPRebalanceOptOut","features":[305]},{"name":"DEVPKEY_DeviceClass_DefaultService","features":[305]},{"name":"DEVPKEY_DeviceClass_DevType","features":[305]},{"name":"DEVPKEY_DeviceClass_Exclusive","features":[305]},{"name":"DEVPKEY_DeviceClass_Icon","features":[305]},{"name":"DEVPKEY_DeviceClass_IconPath","features":[305]},{"name":"DEVPKEY_DeviceClass_LowerFilters","features":[305]},{"name":"DEVPKEY_DeviceClass_Name","features":[305]},{"name":"DEVPKEY_DeviceClass_NoDisplayClass","features":[305]},{"name":"DEVPKEY_DeviceClass_NoInstallClass","features":[305]},{"name":"DEVPKEY_DeviceClass_NoUseClass","features":[305]},{"name":"DEVPKEY_DeviceClass_PropPageProvider","features":[305]},{"name":"DEVPKEY_DeviceClass_Security","features":[305]},{"name":"DEVPKEY_DeviceClass_SecuritySDS","features":[305]},{"name":"DEVPKEY_DeviceClass_SilentInstall","features":[305]},{"name":"DEVPKEY_DeviceClass_UpperFilters","features":[305]},{"name":"DEVPKEY_DeviceContainer_Address","features":[305]},{"name":"DEVPKEY_DeviceContainer_AlwaysShowDeviceAsConnected","features":[305]},{"name":"DEVPKEY_DeviceContainer_AssociationArray","features":[305]},{"name":"DEVPKEY_DeviceContainer_BaselineExperienceId","features":[305]},{"name":"DEVPKEY_DeviceContainer_Category","features":[305]},{"name":"DEVPKEY_DeviceContainer_CategoryGroup_Desc","features":[305]},{"name":"DEVPKEY_DeviceContainer_CategoryGroup_Icon","features":[305]},{"name":"DEVPKEY_DeviceContainer_Category_Desc_Plural","features":[305]},{"name":"DEVPKEY_DeviceContainer_Category_Desc_Singular","features":[305]},{"name":"DEVPKEY_DeviceContainer_Category_Icon","features":[305]},{"name":"DEVPKEY_DeviceContainer_ConfigFlags","features":[305]},{"name":"DEVPKEY_DeviceContainer_CustomPrivilegedPackageFamilyNames","features":[305]},{"name":"DEVPKEY_DeviceContainer_DeviceDescription1","features":[305]},{"name":"DEVPKEY_DeviceContainer_DeviceDescription2","features":[305]},{"name":"DEVPKEY_DeviceContainer_DeviceFunctionSubRank","features":[305]},{"name":"DEVPKEY_DeviceContainer_DiscoveryMethod","features":[305]},{"name":"DEVPKEY_DeviceContainer_ExperienceId","features":[305]},{"name":"DEVPKEY_DeviceContainer_FriendlyName","features":[305]},{"name":"DEVPKEY_DeviceContainer_HasProblem","features":[305]},{"name":"DEVPKEY_DeviceContainer_Icon","features":[305]},{"name":"DEVPKEY_DeviceContainer_InstallInProgress","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsAuthenticated","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsConnected","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsDefaultDevice","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsDeviceUniquelyIdentifiable","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsEncrypted","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsLocalMachine","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsMetadataSearchInProgress","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsNetworkDevice","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsNotInterestingForDisplay","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsPaired","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsRebootRequired","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsSharedDevice","features":[305]},{"name":"DEVPKEY_DeviceContainer_IsShowInDisconnectedState","features":[305]},{"name":"DEVPKEY_DeviceContainer_Last_Connected","features":[305]},{"name":"DEVPKEY_DeviceContainer_Last_Seen","features":[305]},{"name":"DEVPKEY_DeviceContainer_LaunchDeviceStageFromExplorer","features":[305]},{"name":"DEVPKEY_DeviceContainer_LaunchDeviceStageOnDeviceConnect","features":[305]},{"name":"DEVPKEY_DeviceContainer_Manufacturer","features":[305]},{"name":"DEVPKEY_DeviceContainer_MetadataCabinet","features":[305]},{"name":"DEVPKEY_DeviceContainer_MetadataChecksum","features":[305]},{"name":"DEVPKEY_DeviceContainer_MetadataPath","features":[305]},{"name":"DEVPKEY_DeviceContainer_ModelName","features":[305]},{"name":"DEVPKEY_DeviceContainer_ModelNumber","features":[305]},{"name":"DEVPKEY_DeviceContainer_PrimaryCategory","features":[305]},{"name":"DEVPKEY_DeviceContainer_PrivilegedPackageFamilyNames","features":[305]},{"name":"DEVPKEY_DeviceContainer_RequiresPairingElevation","features":[305]},{"name":"DEVPKEY_DeviceContainer_RequiresUninstallElevation","features":[305]},{"name":"DEVPKEY_DeviceContainer_UnpairUninstall","features":[305]},{"name":"DEVPKEY_DeviceContainer_Version","features":[305]},{"name":"DEVPKEY_DeviceInterfaceClass_DefaultInterface","features":[305]},{"name":"DEVPKEY_DeviceInterfaceClass_Name","features":[305]},{"name":"DEVPKEY_DeviceInterface_Autoplay_Silent","features":[305]},{"name":"DEVPKEY_DeviceInterface_ClassGuid","features":[305]},{"name":"DEVPKEY_DeviceInterface_Enabled","features":[305]},{"name":"DEVPKEY_DeviceInterface_FriendlyName","features":[305]},{"name":"DEVPKEY_DeviceInterface_ReferenceString","features":[305]},{"name":"DEVPKEY_DeviceInterface_Restricted","features":[305]},{"name":"DEVPKEY_DeviceInterface_SchematicName","features":[305]},{"name":"DEVPKEY_DeviceInterface_UnrestrictedAppCapabilities","features":[305]},{"name":"DEVPKEY_Device_AdditionalSoftwareRequested","features":[305]},{"name":"DEVPKEY_Device_Address","features":[305]},{"name":"DEVPKEY_Device_AssignedToGuest","features":[305]},{"name":"DEVPKEY_Device_BaseContainerId","features":[305]},{"name":"DEVPKEY_Device_BiosDeviceName","features":[305]},{"name":"DEVPKEY_Device_BusNumber","features":[305]},{"name":"DEVPKEY_Device_BusRelations","features":[305]},{"name":"DEVPKEY_Device_BusReportedDeviceDesc","features":[305]},{"name":"DEVPKEY_Device_BusTypeGuid","features":[305]},{"name":"DEVPKEY_Device_Capabilities","features":[305]},{"name":"DEVPKEY_Device_Characteristics","features":[305]},{"name":"DEVPKEY_Device_Children","features":[305]},{"name":"DEVPKEY_Device_Class","features":[305]},{"name":"DEVPKEY_Device_ClassGuid","features":[305]},{"name":"DEVPKEY_Device_CompanionApps","features":[305]},{"name":"DEVPKEY_Device_CompatibleIds","features":[305]},{"name":"DEVPKEY_Device_ConfigFlags","features":[305]},{"name":"DEVPKEY_Device_ConfigurationId","features":[305]},{"name":"DEVPKEY_Device_ContainerId","features":[305]},{"name":"DEVPKEY_Device_CreatorProcessId","features":[305]},{"name":"DEVPKEY_Device_DHP_Rebalance_Policy","features":[305]},{"name":"DEVPKEY_Device_DebuggerSafe","features":[305]},{"name":"DEVPKEY_Device_DependencyDependents","features":[305]},{"name":"DEVPKEY_Device_DependencyProviders","features":[305]},{"name":"DEVPKEY_Device_DevNodeStatus","features":[305]},{"name":"DEVPKEY_Device_DevType","features":[305]},{"name":"DEVPKEY_Device_DeviceDesc","features":[305]},{"name":"DEVPKEY_Device_Driver","features":[305]},{"name":"DEVPKEY_Device_DriverCoInstallers","features":[305]},{"name":"DEVPKEY_Device_DriverDate","features":[305]},{"name":"DEVPKEY_Device_DriverDesc","features":[305]},{"name":"DEVPKEY_Device_DriverInfPath","features":[305]},{"name":"DEVPKEY_Device_DriverInfSection","features":[305]},{"name":"DEVPKEY_Device_DriverInfSectionExt","features":[305]},{"name":"DEVPKEY_Device_DriverLogoLevel","features":[305]},{"name":"DEVPKEY_Device_DriverProblemDesc","features":[305]},{"name":"DEVPKEY_Device_DriverPropPageProvider","features":[305]},{"name":"DEVPKEY_Device_DriverProvider","features":[305]},{"name":"DEVPKEY_Device_DriverRank","features":[305]},{"name":"DEVPKEY_Device_DriverVersion","features":[305]},{"name":"DEVPKEY_Device_EjectionRelations","features":[305]},{"name":"DEVPKEY_Device_EnumeratorName","features":[305]},{"name":"DEVPKEY_Device_Exclusive","features":[305]},{"name":"DEVPKEY_Device_ExtendedAddress","features":[305]},{"name":"DEVPKEY_Device_ExtendedConfigurationIds","features":[305]},{"name":"DEVPKEY_Device_FirmwareDate","features":[305]},{"name":"DEVPKEY_Device_FirmwareRevision","features":[305]},{"name":"DEVPKEY_Device_FirmwareVendor","features":[305]},{"name":"DEVPKEY_Device_FirmwareVersion","features":[305]},{"name":"DEVPKEY_Device_FirstInstallDate","features":[305]},{"name":"DEVPKEY_Device_FriendlyName","features":[305]},{"name":"DEVPKEY_Device_FriendlyNameAttributes","features":[305]},{"name":"DEVPKEY_Device_GenericDriverInstalled","features":[305]},{"name":"DEVPKEY_Device_HardwareIds","features":[305]},{"name":"DEVPKEY_Device_HasProblem","features":[305]},{"name":"DEVPKEY_Device_InLocalMachineContainer","features":[305]},{"name":"DEVPKEY_Device_InstallDate","features":[305]},{"name":"DEVPKEY_Device_InstallState","features":[305]},{"name":"DEVPKEY_Device_InstanceId","features":[305]},{"name":"DEVPKEY_Device_IsAssociateableByUserAction","features":[305]},{"name":"DEVPKEY_Device_IsPresent","features":[305]},{"name":"DEVPKEY_Device_IsRebootRequired","features":[305]},{"name":"DEVPKEY_Device_LastArrivalDate","features":[305]},{"name":"DEVPKEY_Device_LastRemovalDate","features":[305]},{"name":"DEVPKEY_Device_Legacy","features":[305]},{"name":"DEVPKEY_Device_LegacyBusType","features":[305]},{"name":"DEVPKEY_Device_LocationInfo","features":[305]},{"name":"DEVPKEY_Device_LocationPaths","features":[305]},{"name":"DEVPKEY_Device_LowerFilters","features":[305]},{"name":"DEVPKEY_Device_Manufacturer","features":[305]},{"name":"DEVPKEY_Device_ManufacturerAttributes","features":[305]},{"name":"DEVPKEY_Device_MatchingDeviceId","features":[305]},{"name":"DEVPKEY_Device_Model","features":[305]},{"name":"DEVPKEY_Device_ModelId","features":[305]},{"name":"DEVPKEY_Device_NoConnectSound","features":[305]},{"name":"DEVPKEY_Device_Numa_Node","features":[305]},{"name":"DEVPKEY_Device_Numa_Proximity_Domain","features":[305]},{"name":"DEVPKEY_Device_PDOName","features":[305]},{"name":"DEVPKEY_Device_Parent","features":[305]},{"name":"DEVPKEY_Device_PhysicalDeviceLocation","features":[305]},{"name":"DEVPKEY_Device_PostInstallInProgress","features":[305]},{"name":"DEVPKEY_Device_PowerData","features":[305]},{"name":"DEVPKEY_Device_PowerRelations","features":[305]},{"name":"DEVPKEY_Device_PresenceNotForDevice","features":[305]},{"name":"DEVPKEY_Device_PrimaryCompanionApp","features":[305]},{"name":"DEVPKEY_Device_ProblemCode","features":[305]},{"name":"DEVPKEY_Device_ProblemStatus","features":[305]},{"name":"DEVPKEY_Device_RemovalPolicy","features":[305]},{"name":"DEVPKEY_Device_RemovalPolicyDefault","features":[305]},{"name":"DEVPKEY_Device_RemovalPolicyOverride","features":[305]},{"name":"DEVPKEY_Device_RemovalRelations","features":[305]},{"name":"DEVPKEY_Device_Reported","features":[305]},{"name":"DEVPKEY_Device_ReportedDeviceIdsHash","features":[305]},{"name":"DEVPKEY_Device_ResourcePickerExceptions","features":[305]},{"name":"DEVPKEY_Device_ResourcePickerTags","features":[305]},{"name":"DEVPKEY_Device_SafeRemovalRequired","features":[305]},{"name":"DEVPKEY_Device_SafeRemovalRequiredOverride","features":[305]},{"name":"DEVPKEY_Device_Security","features":[305]},{"name":"DEVPKEY_Device_SecuritySDS","features":[305]},{"name":"DEVPKEY_Device_Service","features":[305]},{"name":"DEVPKEY_Device_SessionId","features":[305]},{"name":"DEVPKEY_Device_ShowInUninstallUI","features":[305]},{"name":"DEVPKEY_Device_Siblings","features":[305]},{"name":"DEVPKEY_Device_SignalStrength","features":[305]},{"name":"DEVPKEY_Device_SoftRestartSupported","features":[305]},{"name":"DEVPKEY_Device_Stack","features":[305]},{"name":"DEVPKEY_Device_TransportRelations","features":[305]},{"name":"DEVPKEY_Device_UINumber","features":[305]},{"name":"DEVPKEY_Device_UINumberDescFormat","features":[305]},{"name":"DEVPKEY_Device_UpperFilters","features":[305]},{"name":"DEVPKEY_DrvPkg_BrandingIcon","features":[305]},{"name":"DEVPKEY_DrvPkg_DetailedDescription","features":[305]},{"name":"DEVPKEY_DrvPkg_DocumentationLink","features":[305]},{"name":"DEVPKEY_DrvPkg_Icon","features":[305]},{"name":"DEVPKEY_DrvPkg_Model","features":[305]},{"name":"DEVPKEY_DrvPkg_VendorWebSite","features":[305]},{"name":"DEVPKEY_NAME","features":[305]},{"name":"DEVPROPCOMPKEY","features":[305]},{"name":"DEVPROPERTY","features":[305]},{"name":"DEVPROPID_FIRST_USABLE","features":[305]},{"name":"DEVPROPKEY","features":[305]},{"name":"DEVPROPSTORE","features":[305]},{"name":"DEVPROPTYPE","features":[305]},{"name":"DEVPROP_BOOLEAN","features":[305]},{"name":"DEVPROP_FALSE","features":[305]},{"name":"DEVPROP_MASK_TYPE","features":[305]},{"name":"DEVPROP_MASK_TYPEMOD","features":[305]},{"name":"DEVPROP_STORE_SYSTEM","features":[305]},{"name":"DEVPROP_STORE_USER","features":[305]},{"name":"DEVPROP_TRUE","features":[305]},{"name":"DEVPROP_TYPEMOD_ARRAY","features":[305]},{"name":"DEVPROP_TYPEMOD_LIST","features":[305]},{"name":"DEVPROP_TYPE_BINARY","features":[305]},{"name":"DEVPROP_TYPE_BOOLEAN","features":[305]},{"name":"DEVPROP_TYPE_BYTE","features":[305]},{"name":"DEVPROP_TYPE_CURRENCY","features":[305]},{"name":"DEVPROP_TYPE_DATE","features":[305]},{"name":"DEVPROP_TYPE_DECIMAL","features":[305]},{"name":"DEVPROP_TYPE_DEVPROPKEY","features":[305]},{"name":"DEVPROP_TYPE_DEVPROPTYPE","features":[305]},{"name":"DEVPROP_TYPE_DOUBLE","features":[305]},{"name":"DEVPROP_TYPE_EMPTY","features":[305]},{"name":"DEVPROP_TYPE_ERROR","features":[305]},{"name":"DEVPROP_TYPE_FILETIME","features":[305]},{"name":"DEVPROP_TYPE_FLOAT","features":[305]},{"name":"DEVPROP_TYPE_GUID","features":[305]},{"name":"DEVPROP_TYPE_INT16","features":[305]},{"name":"DEVPROP_TYPE_INT32","features":[305]},{"name":"DEVPROP_TYPE_INT64","features":[305]},{"name":"DEVPROP_TYPE_NTSTATUS","features":[305]},{"name":"DEVPROP_TYPE_NULL","features":[305]},{"name":"DEVPROP_TYPE_SBYTE","features":[305]},{"name":"DEVPROP_TYPE_SECURITY_DESCRIPTOR","features":[305]},{"name":"DEVPROP_TYPE_SECURITY_DESCRIPTOR_STRING","features":[305]},{"name":"DEVPROP_TYPE_STRING","features":[305]},{"name":"DEVPROP_TYPE_STRING_INDIRECT","features":[305]},{"name":"DEVPROP_TYPE_STRING_LIST","features":[305]},{"name":"DEVPROP_TYPE_UINT16","features":[305]},{"name":"DEVPROP_TYPE_UINT32","features":[305]},{"name":"DEVPROP_TYPE_UINT64","features":[305]},{"name":"MAX_DEVPROP_TYPE","features":[305]},{"name":"MAX_DEVPROP_TYPEMOD","features":[305]}],"386":[{"name":"GUID_DEVINTERFACE_PWM_CONTROLLER","features":[385]},{"name":"GUID_DEVINTERFACE_PWM_CONTROLLER_WSZ","features":[385]},{"name":"IOCTL_PWM_CONTROLLER_GET_ACTUAL_PERIOD","features":[385]},{"name":"IOCTL_PWM_CONTROLLER_GET_INFO","features":[385]},{"name":"IOCTL_PWM_CONTROLLER_SET_DESIRED_PERIOD","features":[385]},{"name":"IOCTL_PWM_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[385]},{"name":"IOCTL_PWM_PIN_GET_POLARITY","features":[385]},{"name":"IOCTL_PWM_PIN_IS_STARTED","features":[385]},{"name":"IOCTL_PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[385]},{"name":"IOCTL_PWM_PIN_SET_POLARITY","features":[385]},{"name":"IOCTL_PWM_PIN_START","features":[385]},{"name":"IOCTL_PWM_PIN_STOP","features":[385]},{"name":"PWM_ACTIVE_HIGH","features":[385]},{"name":"PWM_ACTIVE_LOW","features":[385]},{"name":"PWM_CONTROLLER_GET_ACTUAL_PERIOD_OUTPUT","features":[385]},{"name":"PWM_CONTROLLER_INFO","features":[385]},{"name":"PWM_CONTROLLER_SET_DESIRED_PERIOD_INPUT","features":[385]},{"name":"PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT","features":[385]},{"name":"PWM_IOCTL_ID_CONTROLLER_GET_ACTUAL_PERIOD","features":[385]},{"name":"PWM_IOCTL_ID_CONTROLLER_GET_INFO","features":[385]},{"name":"PWM_IOCTL_ID_CONTROLLER_SET_DESIRED_PERIOD","features":[385]},{"name":"PWM_IOCTL_ID_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[385]},{"name":"PWM_IOCTL_ID_PIN_GET_POLARITY","features":[385]},{"name":"PWM_IOCTL_ID_PIN_IS_STARTED","features":[385]},{"name":"PWM_IOCTL_ID_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[385]},{"name":"PWM_IOCTL_ID_PIN_SET_POLARITY","features":[385]},{"name":"PWM_IOCTL_ID_PIN_START","features":[385]},{"name":"PWM_IOCTL_ID_PIN_STOP","features":[385]},{"name":"PWM_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE_OUTPUT","features":[385]},{"name":"PWM_PIN_GET_POLARITY_OUTPUT","features":[385]},{"name":"PWM_PIN_IS_STARTED_OUTPUT","features":[385,307]},{"name":"PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE_INPUT","features":[385]},{"name":"PWM_PIN_SET_POLARITY_INPUT","features":[385]},{"name":"PWM_POLARITY","features":[385]}],"387":[{"name":"ACTIVITY_STATE","features":[386]},{"name":"ACTIVITY_STATE_COUNT","features":[386]},{"name":"AXIS","features":[386]},{"name":"AXIS_MAX","features":[386]},{"name":"AXIS_X","features":[386]},{"name":"AXIS_Y","features":[386]},{"name":"AXIS_Z","features":[386]},{"name":"ActivityStateCount","features":[386]},{"name":"ActivityState_Biking","features":[386]},{"name":"ActivityState_Fidgeting","features":[386]},{"name":"ActivityState_Force_Dword","features":[386]},{"name":"ActivityState_Idle","features":[386]},{"name":"ActivityState_InVehicle","features":[386]},{"name":"ActivityState_Max","features":[386]},{"name":"ActivityState_Running","features":[386]},{"name":"ActivityState_Stationary","features":[386]},{"name":"ActivityState_Unknown","features":[386]},{"name":"ActivityState_Walking","features":[386]},{"name":"CollectionsListAllocateBufferAndSerialize","features":[386,307,387,360,380]},{"name":"CollectionsListCopyAndMarshall","features":[386,307,387,360,380]},{"name":"CollectionsListDeserializeFromBuffer","features":[386,307,387,360,380]},{"name":"CollectionsListGetFillableCount","features":[386]},{"name":"CollectionsListGetMarshalledSize","features":[386,307,387,360,380]},{"name":"CollectionsListGetMarshalledSizeWithoutSerialization","features":[386,307,387,360,380]},{"name":"CollectionsListGetSerializedSize","features":[386,307,387,360,380]},{"name":"CollectionsListMarshall","features":[386,307,387,360,380]},{"name":"CollectionsListSerializeToBuffer","features":[386,307,387,360,380]},{"name":"CollectionsListSortSubscribedActivitiesByConfidence","features":[386,307,387,360,380]},{"name":"CollectionsListUpdateMarshalledPointer","features":[386,307,387,360,380]},{"name":"ELEVATION_CHANGE_MODE","features":[386]},{"name":"ElevationChangeMode_Elevator","features":[386]},{"name":"ElevationChangeMode_Force_Dword","features":[386]},{"name":"ElevationChangeMode_Max","features":[386]},{"name":"ElevationChangeMode_Stepping","features":[386]},{"name":"ElevationChangeMode_Unknown","features":[386]},{"name":"EvaluateActivityThresholds","features":[386,307,387,360,380]},{"name":"GNSS_CLEAR_ALL_ASSISTANCE_DATA","features":[386]},{"name":"GUID_DEVINTERFACE_SENSOR","features":[386]},{"name":"GUID_SensorCategory_All","features":[386]},{"name":"GUID_SensorCategory_Biometric","features":[386]},{"name":"GUID_SensorCategory_Electrical","features":[386]},{"name":"GUID_SensorCategory_Environmental","features":[386]},{"name":"GUID_SensorCategory_Light","features":[386]},{"name":"GUID_SensorCategory_Location","features":[386]},{"name":"GUID_SensorCategory_Mechanical","features":[386]},{"name":"GUID_SensorCategory_Motion","features":[386]},{"name":"GUID_SensorCategory_Orientation","features":[386]},{"name":"GUID_SensorCategory_Other","features":[386]},{"name":"GUID_SensorCategory_PersonalActivity","features":[386]},{"name":"GUID_SensorCategory_Scanner","features":[386]},{"name":"GUID_SensorCategory_Unsupported","features":[386]},{"name":"GUID_SensorType_Accelerometer3D","features":[386]},{"name":"GUID_SensorType_ActivityDetection","features":[386]},{"name":"GUID_SensorType_AmbientLight","features":[386]},{"name":"GUID_SensorType_Barometer","features":[386]},{"name":"GUID_SensorType_Custom","features":[386]},{"name":"GUID_SensorType_FloorElevation","features":[386]},{"name":"GUID_SensorType_GeomagneticOrientation","features":[386]},{"name":"GUID_SensorType_GravityVector","features":[386]},{"name":"GUID_SensorType_Gyrometer3D","features":[386]},{"name":"GUID_SensorType_HingeAngle","features":[386]},{"name":"GUID_SensorType_Humidity","features":[386]},{"name":"GUID_SensorType_LinearAccelerometer","features":[386]},{"name":"GUID_SensorType_Magnetometer3D","features":[386]},{"name":"GUID_SensorType_Orientation","features":[386]},{"name":"GUID_SensorType_Pedometer","features":[386]},{"name":"GUID_SensorType_Proximity","features":[386]},{"name":"GUID_SensorType_RelativeOrientation","features":[386]},{"name":"GUID_SensorType_SimpleDeviceOrientation","features":[386]},{"name":"GUID_SensorType_Temperature","features":[386]},{"name":"GetPerformanceTime","features":[386,307]},{"name":"HUMAN_PRESENCE_DETECTION_TYPE","features":[386]},{"name":"HUMAN_PRESENCE_DETECTION_TYPE_COUNT","features":[386]},{"name":"HumanPresenceDetectionTypeCount","features":[386]},{"name":"HumanPresenceDetectionType_AudioBiometric","features":[386]},{"name":"HumanPresenceDetectionType_FacialBiometric","features":[386]},{"name":"HumanPresenceDetectionType_Force_Dword","features":[386]},{"name":"HumanPresenceDetectionType_Undefined","features":[386]},{"name":"HumanPresenceDetectionType_VendorDefinedBiometric","features":[386]},{"name":"HumanPresenceDetectionType_VendorDefinedNonBiometric","features":[386]},{"name":"ILocationPermissions","features":[386]},{"name":"ISensor","features":[386]},{"name":"ISensorCollection","features":[386]},{"name":"ISensorDataReport","features":[386]},{"name":"ISensorEvents","features":[386]},{"name":"ISensorManager","features":[386]},{"name":"ISensorManagerEvents","features":[386]},{"name":"InitPropVariantFromCLSIDArray","features":[386,307,387,360]},{"name":"InitPropVariantFromFloat","features":[386,307,387,360]},{"name":"IsCollectionListSame","features":[386,307,387,360,380]},{"name":"IsGUIDPresentInList","features":[386,307]},{"name":"IsKeyPresentInCollectionList","features":[386,307,387,360,380]},{"name":"IsKeyPresentInPropertyList","features":[386,307,380]},{"name":"IsSensorSubscribed","features":[386,307,387,360,380]},{"name":"LOCATION_DESIRED_ACCURACY","features":[386]},{"name":"LOCATION_DESIRED_ACCURACY_DEFAULT","features":[386]},{"name":"LOCATION_DESIRED_ACCURACY_HIGH","features":[386]},{"name":"LOCATION_POSITION_SOURCE","features":[386]},{"name":"LOCATION_POSITION_SOURCE_CELLULAR","features":[386]},{"name":"LOCATION_POSITION_SOURCE_IPADDRESS","features":[386]},{"name":"LOCATION_POSITION_SOURCE_SATELLITE","features":[386]},{"name":"LOCATION_POSITION_SOURCE_UNKNOWN","features":[386]},{"name":"LOCATION_POSITION_SOURCE_WIFI","features":[386]},{"name":"MAGNETOMETER_ACCURACY","features":[386]},{"name":"MAGNETOMETER_ACCURACY_APPROXIMATE","features":[386]},{"name":"MAGNETOMETER_ACCURACY_HIGH","features":[386]},{"name":"MAGNETOMETER_ACCURACY_UNKNOWN","features":[386]},{"name":"MAGNETOMETER_ACCURACY_UNRELIABLE","features":[386]},{"name":"MATRIX3X3","features":[386]},{"name":"MagnetometerAccuracy","features":[386]},{"name":"MagnetometerAccuracy_Approximate","features":[386]},{"name":"MagnetometerAccuracy_High","features":[386]},{"name":"MagnetometerAccuracy_Unknown","features":[386]},{"name":"MagnetometerAccuracy_Unreliable","features":[386]},{"name":"PEDOMETER_STEP_TYPE","features":[386]},{"name":"PEDOMETER_STEP_TYPE_COUNT","features":[386]},{"name":"PROXIMITY_SENSOR_CAPABILITIES","features":[386]},{"name":"PROXIMITY_TYPE","features":[386]},{"name":"PedometerStepTypeCount","features":[386]},{"name":"PedometerStepType_Force_Dword","features":[386]},{"name":"PedometerStepType_Max","features":[386]},{"name":"PedometerStepType_Running","features":[386]},{"name":"PedometerStepType_Unknown","features":[386]},{"name":"PedometerStepType_Walking","features":[386]},{"name":"PropKeyFindKeyGetBool","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetDouble","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetFileTime","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetFloat","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetGuid","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetInt32","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetInt64","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetNthInt64","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetNthUlong","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetNthUshort","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetPropVariant","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetUlong","features":[386,307,387,360,380]},{"name":"PropKeyFindKeyGetUshort","features":[386,307,387,360,380]},{"name":"PropKeyFindKeySetPropVariant","features":[386,307,387,360,380]},{"name":"PropVariantGetInformation","features":[305,386,307,387,360]},{"name":"PropertiesListCopy","features":[386,307,380]},{"name":"PropertiesListGetFillableCount","features":[386]},{"name":"ProximityType_Force_Dword","features":[386]},{"name":"ProximityType_HumanProximity","features":[386]},{"name":"ProximityType_ObjectProximity","features":[386]},{"name":"Proximity_Sensor_Human_Engagement_Capable","features":[386]},{"name":"Proximity_Sensor_Human_Presence_Capable","features":[386]},{"name":"Proximity_Sensor_Supported_Capabilities","features":[386]},{"name":"QUATERNION","features":[386]},{"name":"SENSOR_CATEGORY_ALL","features":[386]},{"name":"SENSOR_CATEGORY_BIOMETRIC","features":[386]},{"name":"SENSOR_CATEGORY_ELECTRICAL","features":[386]},{"name":"SENSOR_CATEGORY_ENVIRONMENTAL","features":[386]},{"name":"SENSOR_CATEGORY_LIGHT","features":[386]},{"name":"SENSOR_CATEGORY_LOCATION","features":[386]},{"name":"SENSOR_CATEGORY_MECHANICAL","features":[386]},{"name":"SENSOR_CATEGORY_MOTION","features":[386]},{"name":"SENSOR_CATEGORY_ORIENTATION","features":[386]},{"name":"SENSOR_CATEGORY_OTHER","features":[386]},{"name":"SENSOR_CATEGORY_SCANNER","features":[386]},{"name":"SENSOR_CATEGORY_UNSUPPORTED","features":[386]},{"name":"SENSOR_COLLECTION_LIST","features":[386,307,387,360,380]},{"name":"SENSOR_CONNECTION_TYPES","features":[386]},{"name":"SENSOR_CONNECTION_TYPE_PC_ATTACHED","features":[386]},{"name":"SENSOR_CONNECTION_TYPE_PC_EXTERNAL","features":[386]},{"name":"SENSOR_CONNECTION_TYPE_PC_INTEGRATED","features":[386]},{"name":"SENSOR_DATA_TYPE_ABSOLUTE_PRESSURE_PASCAL","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_X_G","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_Y_G","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_Z_G","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ADDRESS1","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ADDRESS2","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ANTENNA_SEALEVEL_METERS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_ERROR_METERS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_METERS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_ERROR_METERS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_METERS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_X_DEGREES_PER_SECOND_SQUARED","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Y_DEGREES_PER_SECOND_SQUARED","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Z_DEGREES_PER_SECOND_SQUARED","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_X_DEGREES_PER_SECOND","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Y_DEGREES_PER_SECOND","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Z_DEGREES_PER_SECOND","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ATMOSPHERIC_PRESSURE_BAR","features":[386,380]},{"name":"SENSOR_DATA_TYPE_BIOMETRIC_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_BOOLEAN_SWITCH_ARRAY_STATES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_BOOLEAN_SWITCH_STATE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CAPACITANCE_FARAD","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CITY","features":[386,380]},{"name":"SENSOR_DATA_TYPE_COMMON_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_COUNTRY_REGION","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CURRENT_AMPS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_BOOLEAN_ARRAY","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_CUSTOM_USAGE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE1","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE10","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE11","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE12","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE13","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE14","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE15","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE16","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE17","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE18","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE19","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE2","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE20","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE21","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE22","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE23","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE24","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE25","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE26","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE27","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE28","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE3","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE4","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE5","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE6","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE7","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE8","features":[386,380]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE9","features":[386,380]},{"name":"SENSOR_DATA_TYPE_DGPS_DATA_AGE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_DIFFERENTIAL_REFERENCE_STATION_ID","features":[386,380]},{"name":"SENSOR_DATA_TYPE_DISTANCE_X_METERS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_DISTANCE_Y_METERS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_DISTANCE_Z_METERS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_FREQUENCY_HERTZ","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_PERCENT_OF_RANGE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_POWER_WATTS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ENVIRONMENTAL_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_ERROR_RADIUS_METERS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_FIX_QUALITY","features":[386,380]},{"name":"SENSOR_DATA_TYPE_FIX_TYPE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_FORCE_NEWTONS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_GAUGE_PRESSURE_PASCAL","features":[386,380]},{"name":"SENSOR_DATA_TYPE_GEOIDAL_SEPARATION","features":[386,380]},{"name":"SENSOR_DATA_TYPE_GPS_OPERATION_MODE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_GPS_SELECTION_MODE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_GPS_STATUS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_GUID_MECHANICAL_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_HORIZONAL_DILUTION_OF_PRECISION","features":[386,380]},{"name":"SENSOR_DATA_TYPE_HUMAN_PRESENCE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_HUMAN_PROXIMITY_METERS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_INDUCTANCE_HENRY","features":[386,380]},{"name":"SENSOR_DATA_TYPE_LATITUDE_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_LIGHT_CHROMACITY","features":[386,380]},{"name":"SENSOR_DATA_TYPE_LIGHT_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_LIGHT_LEVEL_LUX","features":[386,380]},{"name":"SENSOR_DATA_TYPE_LIGHT_TEMPERATURE_KELVIN","features":[386,380]},{"name":"SENSOR_DATA_TYPE_LOCATION_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_LOCATION_SOURCE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_LONGITUDE_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_X_MILLIGAUSS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Y_MILLIGAUSS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Z_MILLIGAUSS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_MAGNETIC_NORTH_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_TRUE_NORTH_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_MAGNETIC_NORTH_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_TRUE_NORTH_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_X_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_Y_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_Z_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_VARIATION","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MAGNETOMETER_ACCURACY","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MOTION_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_MOTION_STATE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_MULTIVALUE_SWITCH_STATE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_NMEA_SENTENCE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ORIENTATION_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_POSITION_DILUTION_OF_PRECISION","features":[386,380]},{"name":"SENSOR_DATA_TYPE_POSTALCODE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_QUADRANT_ANGLE_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_QUATERNION","features":[386,380]},{"name":"SENSOR_DATA_TYPE_RELATIVE_HUMIDITY_PERCENT","features":[386,380]},{"name":"SENSOR_DATA_TYPE_RESISTANCE_OHMS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_RFID_TAG_40_BIT","features":[386,380]},{"name":"SENSOR_DATA_TYPE_ROTATION_MATRIX","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_AZIMUTH","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ELEVATION","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ID","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_PRNS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_STN_RATIO","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_COUNT","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_PRNS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_PRNS_AND_CONSTELLATIONS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SCANNER_GUID","features":[386]},{"name":"SENSOR_DATA_TYPE_SIMPLE_DEVICE_ORIENTATION","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SPEED_KNOTS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_SPEED_METERS_PER_SECOND","features":[386,380]},{"name":"SENSOR_DATA_TYPE_STATE_PROVINCE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_STRAIN","features":[386,380]},{"name":"SENSOR_DATA_TYPE_TEMPERATURE_CELSIUS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_TILT_X_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_TILT_Y_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_TILT_Z_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_TIMESTAMP","features":[386,380]},{"name":"SENSOR_DATA_TYPE_TOUCH_STATE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_TRUE_HEADING_DEGREES","features":[386,380]},{"name":"SENSOR_DATA_TYPE_VERTICAL_DILUTION_OF_PRECISION","features":[386,380]},{"name":"SENSOR_DATA_TYPE_VOLTAGE_VOLTS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_WEIGHT_KILOGRAMS","features":[386,380]},{"name":"SENSOR_DATA_TYPE_WIND_DIRECTION_DEGREES_ANTICLOCKWISE","features":[386,380]},{"name":"SENSOR_DATA_TYPE_WIND_SPEED_METERS_PER_SECOND","features":[386,380]},{"name":"SENSOR_ERROR_PARAMETER_COMMON_GUID","features":[386]},{"name":"SENSOR_EVENT_ACCELEROMETER_SHAKE","features":[386]},{"name":"SENSOR_EVENT_DATA_UPDATED","features":[386]},{"name":"SENSOR_EVENT_PARAMETER_COMMON_GUID","features":[386]},{"name":"SENSOR_EVENT_PARAMETER_EVENT_ID","features":[386,380]},{"name":"SENSOR_EVENT_PARAMETER_STATE","features":[386,380]},{"name":"SENSOR_EVENT_PROPERTY_CHANGED","features":[386]},{"name":"SENSOR_EVENT_STATE_CHANGED","features":[386]},{"name":"SENSOR_PROPERTY_ACCURACY","features":[386,380]},{"name":"SENSOR_PROPERTY_CHANGE_SENSITIVITY","features":[386,380]},{"name":"SENSOR_PROPERTY_CLEAR_ASSISTANCE_DATA","features":[386,380]},{"name":"SENSOR_PROPERTY_COMMON_GUID","features":[386]},{"name":"SENSOR_PROPERTY_CONNECTION_TYPE","features":[386,380]},{"name":"SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL","features":[386,380]},{"name":"SENSOR_PROPERTY_DESCRIPTION","features":[386,380]},{"name":"SENSOR_PROPERTY_DEVICE_PATH","features":[386,380]},{"name":"SENSOR_PROPERTY_FRIENDLY_NAME","features":[386,380]},{"name":"SENSOR_PROPERTY_HID_USAGE","features":[386,380]},{"name":"SENSOR_PROPERTY_LIGHT_RESPONSE_CURVE","features":[386,380]},{"name":"SENSOR_PROPERTY_LIST","features":[386,380]},{"name":"SENSOR_PROPERTY_LIST_HEADER_SIZE","features":[386]},{"name":"SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY","features":[386,380]},{"name":"SENSOR_PROPERTY_MANUFACTURER","features":[386,380]},{"name":"SENSOR_PROPERTY_MIN_REPORT_INTERVAL","features":[386,380]},{"name":"SENSOR_PROPERTY_MODEL","features":[386,380]},{"name":"SENSOR_PROPERTY_PERSISTENT_UNIQUE_ID","features":[386,380]},{"name":"SENSOR_PROPERTY_RADIO_STATE","features":[386,380]},{"name":"SENSOR_PROPERTY_RADIO_STATE_PREVIOUS","features":[386,380]},{"name":"SENSOR_PROPERTY_RANGE_MAXIMUM","features":[386,380]},{"name":"SENSOR_PROPERTY_RANGE_MINIMUM","features":[386,380]},{"name":"SENSOR_PROPERTY_RESOLUTION","features":[386,380]},{"name":"SENSOR_PROPERTY_SERIAL_NUMBER","features":[386,380]},{"name":"SENSOR_PROPERTY_STATE","features":[386,380]},{"name":"SENSOR_PROPERTY_TEST_GUID","features":[386]},{"name":"SENSOR_PROPERTY_TURN_ON_OFF_NMEA","features":[386,380]},{"name":"SENSOR_PROPERTY_TYPE","features":[386,380]},{"name":"SENSOR_STATE","features":[386]},{"name":"SENSOR_STATE_ACCESS_DENIED","features":[386]},{"name":"SENSOR_STATE_ERROR","features":[386]},{"name":"SENSOR_STATE_INITIALIZING","features":[386]},{"name":"SENSOR_STATE_MAX","features":[386]},{"name":"SENSOR_STATE_MIN","features":[386]},{"name":"SENSOR_STATE_NOT_AVAILABLE","features":[386]},{"name":"SENSOR_STATE_NO_DATA","features":[386]},{"name":"SENSOR_STATE_READY","features":[386]},{"name":"SENSOR_TYPE_ACCELEROMETER_1D","features":[386]},{"name":"SENSOR_TYPE_ACCELEROMETER_2D","features":[386]},{"name":"SENSOR_TYPE_ACCELEROMETER_3D","features":[386]},{"name":"SENSOR_TYPE_AGGREGATED_DEVICE_ORIENTATION","features":[386]},{"name":"SENSOR_TYPE_AGGREGATED_QUADRANT_ORIENTATION","features":[386]},{"name":"SENSOR_TYPE_AGGREGATED_SIMPLE_DEVICE_ORIENTATION","features":[386]},{"name":"SENSOR_TYPE_AMBIENT_LIGHT","features":[386]},{"name":"SENSOR_TYPE_BARCODE_SCANNER","features":[386]},{"name":"SENSOR_TYPE_BOOLEAN_SWITCH","features":[386]},{"name":"SENSOR_TYPE_BOOLEAN_SWITCH_ARRAY","features":[386]},{"name":"SENSOR_TYPE_CAPACITANCE","features":[386]},{"name":"SENSOR_TYPE_COMPASS_1D","features":[386]},{"name":"SENSOR_TYPE_COMPASS_2D","features":[386]},{"name":"SENSOR_TYPE_COMPASS_3D","features":[386]},{"name":"SENSOR_TYPE_CURRENT","features":[386]},{"name":"SENSOR_TYPE_CUSTOM","features":[386]},{"name":"SENSOR_TYPE_DISTANCE_1D","features":[386]},{"name":"SENSOR_TYPE_DISTANCE_2D","features":[386]},{"name":"SENSOR_TYPE_DISTANCE_3D","features":[386]},{"name":"SENSOR_TYPE_ELECTRICAL_POWER","features":[386]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_ATMOSPHERIC_PRESSURE","features":[386]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_HUMIDITY","features":[386]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_TEMPERATURE","features":[386]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_WIND_DIRECTION","features":[386]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_WIND_SPEED","features":[386]},{"name":"SENSOR_TYPE_FORCE","features":[386]},{"name":"SENSOR_TYPE_FREQUENCY","features":[386]},{"name":"SENSOR_TYPE_GYROMETER_1D","features":[386]},{"name":"SENSOR_TYPE_GYROMETER_2D","features":[386]},{"name":"SENSOR_TYPE_GYROMETER_3D","features":[386]},{"name":"SENSOR_TYPE_HUMAN_PRESENCE","features":[386]},{"name":"SENSOR_TYPE_HUMAN_PROXIMITY","features":[386]},{"name":"SENSOR_TYPE_INCLINOMETER_1D","features":[386]},{"name":"SENSOR_TYPE_INCLINOMETER_2D","features":[386]},{"name":"SENSOR_TYPE_INCLINOMETER_3D","features":[386]},{"name":"SENSOR_TYPE_INDUCTANCE","features":[386]},{"name":"SENSOR_TYPE_LOCATION_BROADCAST","features":[386]},{"name":"SENSOR_TYPE_LOCATION_DEAD_RECKONING","features":[386]},{"name":"SENSOR_TYPE_LOCATION_GPS","features":[386]},{"name":"SENSOR_TYPE_LOCATION_LOOKUP","features":[386]},{"name":"SENSOR_TYPE_LOCATION_OTHER","features":[386]},{"name":"SENSOR_TYPE_LOCATION_STATIC","features":[386]},{"name":"SENSOR_TYPE_LOCATION_TRIANGULATION","features":[386]},{"name":"SENSOR_TYPE_MOTION_DETECTOR","features":[386]},{"name":"SENSOR_TYPE_MULTIVALUE_SWITCH","features":[386]},{"name":"SENSOR_TYPE_POTENTIOMETER","features":[386]},{"name":"SENSOR_TYPE_PRESSURE","features":[386]},{"name":"SENSOR_TYPE_RESISTANCE","features":[386]},{"name":"SENSOR_TYPE_RFID_SCANNER","features":[386]},{"name":"SENSOR_TYPE_SCALE","features":[386]},{"name":"SENSOR_TYPE_SPEEDOMETER","features":[386]},{"name":"SENSOR_TYPE_STRAIN","features":[386]},{"name":"SENSOR_TYPE_TOUCH","features":[386]},{"name":"SENSOR_TYPE_UNKNOWN","features":[386]},{"name":"SENSOR_TYPE_VOLTAGE","features":[386]},{"name":"SENSOR_VALUE_PAIR","features":[386,307,387,360,380]},{"name":"SIMPLE_DEVICE_ORIENTATION","features":[386]},{"name":"SIMPLE_DEVICE_ORIENTATION_NOT_ROTATED","features":[386]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_180","features":[386]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_270","features":[386]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_90","features":[386]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_FACE_DOWN","features":[386]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_FACE_UP","features":[386]},{"name":"Sensor","features":[386]},{"name":"SensorCollection","features":[386]},{"name":"SensorCollectionGetAt","features":[386,307,387,360,380]},{"name":"SensorConnectionType","features":[386]},{"name":"SensorConnectionType_Attached","features":[386]},{"name":"SensorConnectionType_External","features":[386]},{"name":"SensorConnectionType_Integrated","features":[386]},{"name":"SensorDataReport","features":[386]},{"name":"SensorManager","features":[386]},{"name":"SensorState","features":[386]},{"name":"SensorState_Active","features":[386]},{"name":"SensorState_Error","features":[386]},{"name":"SensorState_Idle","features":[386]},{"name":"SensorState_Initializing","features":[386]},{"name":"SerializationBufferAllocate","features":[386,307]},{"name":"SerializationBufferFree","features":[386]},{"name":"SimpleDeviceOrientation","features":[386]},{"name":"SimpleDeviceOrientation_Facedown","features":[386]},{"name":"SimpleDeviceOrientation_Faceup","features":[386]},{"name":"SimpleDeviceOrientation_NotRotated","features":[386]},{"name":"SimpleDeviceOrientation_Rotated180DegreesCounterclockwise","features":[386]},{"name":"SimpleDeviceOrientation_Rotated270DegreesCounterclockwise","features":[386]},{"name":"SimpleDeviceOrientation_Rotated90DegreesCounterclockwise","features":[386]},{"name":"VEC3D","features":[386]}],"388":[{"name":"CDB_REPORT_BITS","features":[388]},{"name":"CDB_REPORT_BYTES","features":[388]},{"name":"COMDB_MAX_PORTS_ARBITRATED","features":[388]},{"name":"COMDB_MIN_PORTS_ARBITRATED","features":[388]},{"name":"ComDBClaimNextFreePort","features":[388]},{"name":"ComDBClaimPort","features":[388,307]},{"name":"ComDBClose","features":[388]},{"name":"ComDBGetCurrentPortUsage","features":[388]},{"name":"ComDBOpen","features":[388]},{"name":"ComDBReleasePort","features":[388]},{"name":"ComDBResizeDatabase","features":[388]},{"name":"DEVPKEY_DeviceInterface_Serial_PortName","features":[305,388]},{"name":"DEVPKEY_DeviceInterface_Serial_UsbProductId","features":[305,388]},{"name":"DEVPKEY_DeviceInterface_Serial_UsbVendorId","features":[305,388]},{"name":"EVEN_PARITY","features":[388]},{"name":"HCOMDB","features":[388]},{"name":"IOCTL_INTERNAL_SERENUM_REMOVE_SELF","features":[388]},{"name":"IOCTL_SERIAL_APPLY_DEFAULT_CONFIGURATION","features":[388]},{"name":"IOCTL_SERIAL_CLEAR_STATS","features":[388]},{"name":"IOCTL_SERIAL_CLR_DTR","features":[388]},{"name":"IOCTL_SERIAL_CLR_RTS","features":[388]},{"name":"IOCTL_SERIAL_CONFIG_SIZE","features":[388]},{"name":"IOCTL_SERIAL_GET_BAUD_RATE","features":[388]},{"name":"IOCTL_SERIAL_GET_CHARS","features":[388]},{"name":"IOCTL_SERIAL_GET_COMMCONFIG","features":[388]},{"name":"IOCTL_SERIAL_GET_COMMSTATUS","features":[388]},{"name":"IOCTL_SERIAL_GET_DTRRTS","features":[388]},{"name":"IOCTL_SERIAL_GET_HANDFLOW","features":[388]},{"name":"IOCTL_SERIAL_GET_LINE_CONTROL","features":[388]},{"name":"IOCTL_SERIAL_GET_MODEMSTATUS","features":[388]},{"name":"IOCTL_SERIAL_GET_MODEM_CONTROL","features":[388]},{"name":"IOCTL_SERIAL_GET_PROPERTIES","features":[388]},{"name":"IOCTL_SERIAL_GET_STATS","features":[388]},{"name":"IOCTL_SERIAL_GET_TIMEOUTS","features":[388]},{"name":"IOCTL_SERIAL_GET_WAIT_MASK","features":[388]},{"name":"IOCTL_SERIAL_IMMEDIATE_CHAR","features":[388]},{"name":"IOCTL_SERIAL_INTERNAL_BASIC_SETTINGS","features":[388]},{"name":"IOCTL_SERIAL_INTERNAL_CANCEL_WAIT_WAKE","features":[388]},{"name":"IOCTL_SERIAL_INTERNAL_DO_WAIT_WAKE","features":[388]},{"name":"IOCTL_SERIAL_INTERNAL_RESTORE_SETTINGS","features":[388]},{"name":"IOCTL_SERIAL_PURGE","features":[388]},{"name":"IOCTL_SERIAL_RESET_DEVICE","features":[388]},{"name":"IOCTL_SERIAL_SET_BAUD_RATE","features":[388]},{"name":"IOCTL_SERIAL_SET_BREAK_OFF","features":[388]},{"name":"IOCTL_SERIAL_SET_BREAK_ON","features":[388]},{"name":"IOCTL_SERIAL_SET_CHARS","features":[388]},{"name":"IOCTL_SERIAL_SET_COMMCONFIG","features":[388]},{"name":"IOCTL_SERIAL_SET_DTR","features":[388]},{"name":"IOCTL_SERIAL_SET_FIFO_CONTROL","features":[388]},{"name":"IOCTL_SERIAL_SET_HANDFLOW","features":[388]},{"name":"IOCTL_SERIAL_SET_INTERVAL_TIMER_RESOLUTION","features":[388]},{"name":"IOCTL_SERIAL_SET_LINE_CONTROL","features":[388]},{"name":"IOCTL_SERIAL_SET_MODEM_CONTROL","features":[388]},{"name":"IOCTL_SERIAL_SET_QUEUE_SIZE","features":[388]},{"name":"IOCTL_SERIAL_SET_RTS","features":[388]},{"name":"IOCTL_SERIAL_SET_TIMEOUTS","features":[388]},{"name":"IOCTL_SERIAL_SET_WAIT_MASK","features":[388]},{"name":"IOCTL_SERIAL_SET_XOFF","features":[388]},{"name":"IOCTL_SERIAL_SET_XON","features":[388]},{"name":"IOCTL_SERIAL_WAIT_ON_MASK","features":[388]},{"name":"IOCTL_SERIAL_XOFF_COUNTER","features":[388]},{"name":"MARK_PARITY","features":[388]},{"name":"NO_PARITY","features":[388]},{"name":"ODD_PARITY","features":[388]},{"name":"PSERENUM_READPORT","features":[388]},{"name":"PSERENUM_WRITEPORT","features":[388]},{"name":"SERENUM_PORTION","features":[388]},{"name":"SERENUM_PORT_DESC","features":[388]},{"name":"SERENUM_PORT_PARAMETERS","features":[388]},{"name":"SERIALCONFIG","features":[388]},{"name":"SERIALPERF_STATS","features":[388]},{"name":"SERIAL_BASIC_SETTINGS","features":[388]},{"name":"SERIAL_BAUD_RATE","features":[388]},{"name":"SERIAL_CHARS","features":[388]},{"name":"SERIAL_COMMPROP","features":[388]},{"name":"SERIAL_EV_BREAK","features":[388]},{"name":"SERIAL_EV_CTS","features":[388]},{"name":"SERIAL_EV_DSR","features":[388]},{"name":"SERIAL_EV_ERR","features":[388]},{"name":"SERIAL_EV_EVENT1","features":[388]},{"name":"SERIAL_EV_EVENT2","features":[388]},{"name":"SERIAL_EV_PERR","features":[388]},{"name":"SERIAL_EV_RING","features":[388]},{"name":"SERIAL_EV_RLSD","features":[388]},{"name":"SERIAL_EV_RX80FULL","features":[388]},{"name":"SERIAL_EV_RXCHAR","features":[388]},{"name":"SERIAL_EV_RXFLAG","features":[388]},{"name":"SERIAL_EV_TXEMPTY","features":[388]},{"name":"SERIAL_HANDFLOW","features":[388]},{"name":"SERIAL_LINE_CONTROL","features":[388]},{"name":"SERIAL_LSRMST_ESCAPE","features":[388]},{"name":"SERIAL_LSRMST_LSR_DATA","features":[388]},{"name":"SERIAL_LSRMST_LSR_NODATA","features":[388]},{"name":"SERIAL_LSRMST_MST","features":[388]},{"name":"SERIAL_PURGE_RXABORT","features":[388]},{"name":"SERIAL_PURGE_RXCLEAR","features":[388]},{"name":"SERIAL_PURGE_TXABORT","features":[388]},{"name":"SERIAL_PURGE_TXCLEAR","features":[388]},{"name":"SERIAL_QUEUE_SIZE","features":[388]},{"name":"SERIAL_STATUS","features":[388,307]},{"name":"SERIAL_TIMEOUTS","features":[388]},{"name":"SERIAL_XOFF_COUNTER","features":[388]},{"name":"SPACE_PARITY","features":[388]},{"name":"STOP_BITS_1_5","features":[388]},{"name":"STOP_BITS_2","features":[388]},{"name":"STOP_BIT_1","features":[388]},{"name":"SerenumFirstHalf","features":[388]},{"name":"SerenumSecondHalf","features":[388]},{"name":"SerenumWhole","features":[388]}],"389":[{"name":"ACDGE_GROUP_REMOVED","features":[389]},{"name":"ACDGE_NEW_GROUP","features":[389]},{"name":"ACDGROUP_EVENT","features":[389]},{"name":"ACDQE_NEW_QUEUE","features":[389]},{"name":"ACDQE_QUEUE_REMOVED","features":[389]},{"name":"ACDQUEUE_EVENT","features":[389]},{"name":"ACS_ADDRESSDEVICESPECIFIC","features":[389]},{"name":"ACS_LINEDEVICESPECIFIC","features":[389]},{"name":"ACS_PERMANENTDEVICEGUID","features":[389]},{"name":"ACS_PROTOCOL","features":[389]},{"name":"ACS_PROVIDERSPECIFIC","features":[389]},{"name":"ACS_SWITCHSPECIFIC","features":[389]},{"name":"AC_ADDRESSCAPFLAGS","features":[389]},{"name":"AC_ADDRESSFEATURES","features":[389]},{"name":"AC_ADDRESSID","features":[389]},{"name":"AC_ADDRESSTYPES","features":[389]},{"name":"AC_ANSWERMODES","features":[389]},{"name":"AC_BEARERMODES","features":[389]},{"name":"AC_CALLCOMPLETIONCONDITIONS","features":[389]},{"name":"AC_CALLCOMPLETIONMODES","features":[389]},{"name":"AC_CALLEDIDSUPPORT","features":[389]},{"name":"AC_CALLERIDSUPPORT","features":[389]},{"name":"AC_CALLFEATURES1","features":[389]},{"name":"AC_CALLFEATURES2","features":[389]},{"name":"AC_CONNECTEDIDSUPPORT","features":[389]},{"name":"AC_DEVCAPFLAGS","features":[389]},{"name":"AC_FORWARDMODES","features":[389]},{"name":"AC_GATHERDIGITSMAXTIMEOUT","features":[389]},{"name":"AC_GATHERDIGITSMINTIMEOUT","features":[389]},{"name":"AC_GENERATEDIGITDEFAULTDURATION","features":[389]},{"name":"AC_GENERATEDIGITMAXDURATION","features":[389]},{"name":"AC_GENERATEDIGITMINDURATION","features":[389]},{"name":"AC_GENERATEDIGITSUPPORT","features":[389]},{"name":"AC_GENERATETONEMAXNUMFREQ","features":[389]},{"name":"AC_GENERATETONEMODES","features":[389]},{"name":"AC_LINEFEATURES","features":[389]},{"name":"AC_LINEID","features":[389]},{"name":"AC_MAXACTIVECALLS","features":[389]},{"name":"AC_MAXCALLCOMPLETIONS","features":[389]},{"name":"AC_MAXCALLDATASIZE","features":[389]},{"name":"AC_MAXFORWARDENTRIES","features":[389]},{"name":"AC_MAXFWDNUMRINGS","features":[389]},{"name":"AC_MAXNUMCONFERENCE","features":[389]},{"name":"AC_MAXNUMTRANSCONF","features":[389]},{"name":"AC_MAXONHOLDCALLS","features":[389]},{"name":"AC_MAXONHOLDPENDINGCALLS","features":[389]},{"name":"AC_MAXSPECIFICENTRIES","features":[389]},{"name":"AC_MINFWDNUMRINGS","features":[389]},{"name":"AC_MONITORDIGITSUPPORT","features":[389]},{"name":"AC_MONITORTONEMAXNUMENTRIES","features":[389]},{"name":"AC_MONITORTONEMAXNUMFREQ","features":[389]},{"name":"AC_PARKSUPPORT","features":[389]},{"name":"AC_PERMANENTDEVICEID","features":[389]},{"name":"AC_PREDICTIVEAUTOTRANSFERSTATES","features":[389]},{"name":"AC_REDIRECTINGIDSUPPORT","features":[389]},{"name":"AC_REDIRECTIONIDSUPPORT","features":[389]},{"name":"AC_REMOVEFROMCONFCAPS","features":[389]},{"name":"AC_REMOVEFROMCONFSTATE","features":[389]},{"name":"AC_SETTABLEDEVSTATUS","features":[389]},{"name":"AC_TRANSFERMODES","features":[389]},{"name":"ADDRALIAS","features":[389]},{"name":"ADDRESS_CAPABILITY","features":[389]},{"name":"ADDRESS_CAPABILITY_STRING","features":[389]},{"name":"ADDRESS_EVENT","features":[389]},{"name":"ADDRESS_STATE","features":[389]},{"name":"ADDRESS_TERMINAL_AVAILABLE","features":[389]},{"name":"ADDRESS_TERMINAL_UNAVAILABLE","features":[389]},{"name":"AE_BUSY_ACD","features":[389]},{"name":"AE_BUSY_INCOMING","features":[389]},{"name":"AE_BUSY_OUTGOING","features":[389]},{"name":"AE_CAPSCHANGE","features":[389]},{"name":"AE_CONFIGCHANGE","features":[389]},{"name":"AE_FORWARD","features":[389]},{"name":"AE_LASTITEM","features":[389]},{"name":"AE_MSGWAITOFF","features":[389]},{"name":"AE_MSGWAITON","features":[389]},{"name":"AE_NEWTERMINAL","features":[389]},{"name":"AE_NOT_READY","features":[389]},{"name":"AE_READY","features":[389]},{"name":"AE_REMOVETERMINAL","features":[389]},{"name":"AE_RINGING","features":[389]},{"name":"AE_STATE","features":[389]},{"name":"AE_UNKNOWN","features":[389]},{"name":"AGENTHANDLER_EVENT","features":[389]},{"name":"AGENT_EVENT","features":[389]},{"name":"AGENT_SESSION_EVENT","features":[389]},{"name":"AGENT_SESSION_STATE","features":[389]},{"name":"AGENT_STATE","features":[389]},{"name":"AHE_AGENTHANDLER_REMOVED","features":[389]},{"name":"AHE_NEW_AGENTHANDLER","features":[389]},{"name":"ASE_BUSY","features":[389]},{"name":"ASE_END","features":[389]},{"name":"ASE_NEW_SESSION","features":[389]},{"name":"ASE_NOT_READY","features":[389]},{"name":"ASE_READY","features":[389]},{"name":"ASE_WRAPUP","features":[389]},{"name":"ASST_BUSY_ON_CALL","features":[389]},{"name":"ASST_BUSY_WRAPUP","features":[389]},{"name":"ASST_NOT_READY","features":[389]},{"name":"ASST_READY","features":[389]},{"name":"ASST_SESSION_ENDED","features":[389]},{"name":"ASYNC_COMPLETION","features":[389]},{"name":"AS_BUSY_ACD","features":[389]},{"name":"AS_BUSY_INCOMING","features":[389]},{"name":"AS_BUSY_OUTGOING","features":[389]},{"name":"AS_INSERVICE","features":[389]},{"name":"AS_NOT_READY","features":[389]},{"name":"AS_OUTOFSERVICE","features":[389]},{"name":"AS_READY","features":[389]},{"name":"AS_UNKNOWN","features":[389]},{"name":"CALLHUB_EVENT","features":[389]},{"name":"CALLHUB_STATE","features":[389]},{"name":"CALLINFOCHANGE_CAUSE","features":[389]},{"name":"CALLINFO_BUFFER","features":[389]},{"name":"CALLINFO_LONG","features":[389]},{"name":"CALLINFO_STRING","features":[389]},{"name":"CALL_CAUSE_BAD_DEVICE","features":[389]},{"name":"CALL_CAUSE_CONNECT_FAIL","features":[389]},{"name":"CALL_CAUSE_LOCAL_REQUEST","features":[389]},{"name":"CALL_CAUSE_MEDIA_RECOVERED","features":[389]},{"name":"CALL_CAUSE_MEDIA_TIMEOUT","features":[389]},{"name":"CALL_CAUSE_QUALITY_OF_SERVICE","features":[389]},{"name":"CALL_CAUSE_REMOTE_REQUEST","features":[389]},{"name":"CALL_CAUSE_UNKNOWN","features":[389]},{"name":"CALL_MEDIA_EVENT","features":[389]},{"name":"CALL_MEDIA_EVENT_CAUSE","features":[389]},{"name":"CALL_NEW_STREAM","features":[389]},{"name":"CALL_NOTIFICATION_EVENT","features":[389]},{"name":"CALL_PRIVILEGE","features":[389]},{"name":"CALL_STATE","features":[389]},{"name":"CALL_STATE_EVENT_CAUSE","features":[389]},{"name":"CALL_STREAM_ACTIVE","features":[389]},{"name":"CALL_STREAM_FAIL","features":[389]},{"name":"CALL_STREAM_INACTIVE","features":[389]},{"name":"CALL_STREAM_NOT_USED","features":[389]},{"name":"CALL_TERMINAL_FAIL","features":[389]},{"name":"CEC_DISCONNECT_BADADDRESS","features":[389]},{"name":"CEC_DISCONNECT_BLOCKED","features":[389]},{"name":"CEC_DISCONNECT_BUSY","features":[389]},{"name":"CEC_DISCONNECT_CANCELLED","features":[389]},{"name":"CEC_DISCONNECT_FAILED","features":[389]},{"name":"CEC_DISCONNECT_NOANSWER","features":[389]},{"name":"CEC_DISCONNECT_NORMAL","features":[389]},{"name":"CEC_DISCONNECT_REJECTED","features":[389]},{"name":"CEC_NONE","features":[389]},{"name":"CHE_CALLHUBIDLE","features":[389]},{"name":"CHE_CALLHUBNEW","features":[389]},{"name":"CHE_CALLJOIN","features":[389]},{"name":"CHE_CALLLEAVE","features":[389]},{"name":"CHE_LASTITEM","features":[389]},{"name":"CHS_ACTIVE","features":[389]},{"name":"CHS_IDLE","features":[389]},{"name":"CIB_CALLDATABUFFER","features":[389]},{"name":"CIB_CHARGINGINFOBUFFER","features":[389]},{"name":"CIB_DEVSPECIFICBUFFER","features":[389]},{"name":"CIB_HIGHLEVELCOMPATIBILITYBUFFER","features":[389]},{"name":"CIB_LOWLEVELCOMPATIBILITYBUFFER","features":[389]},{"name":"CIB_USERUSERINFO","features":[389]},{"name":"CIC_APPSPECIFIC","features":[389]},{"name":"CIC_BEARERMODE","features":[389]},{"name":"CIC_CALLDATA","features":[389]},{"name":"CIC_CALLEDID","features":[389]},{"name":"CIC_CALLERID","features":[389]},{"name":"CIC_CALLID","features":[389]},{"name":"CIC_CHARGINGINFO","features":[389]},{"name":"CIC_COMPLETIONID","features":[389]},{"name":"CIC_CONNECTEDID","features":[389]},{"name":"CIC_DEVSPECIFIC","features":[389]},{"name":"CIC_HIGHLEVELCOMP","features":[389]},{"name":"CIC_LASTITEM","features":[389]},{"name":"CIC_LOWLEVELCOMP","features":[389]},{"name":"CIC_MEDIATYPE","features":[389]},{"name":"CIC_NUMMONITORS","features":[389]},{"name":"CIC_NUMOWNERDECR","features":[389]},{"name":"CIC_NUMOWNERINCR","features":[389]},{"name":"CIC_ORIGIN","features":[389]},{"name":"CIC_OTHER","features":[389]},{"name":"CIC_PRIVILEGE","features":[389]},{"name":"CIC_RATE","features":[389]},{"name":"CIC_REASON","features":[389]},{"name":"CIC_REDIRECTINGID","features":[389]},{"name":"CIC_REDIRECTIONID","features":[389]},{"name":"CIC_RELATEDCALLID","features":[389]},{"name":"CIC_TREATMENT","features":[389]},{"name":"CIC_TRUNK","features":[389]},{"name":"CIC_USERUSERINFO","features":[389]},{"name":"CIL_APPSPECIFIC","features":[389]},{"name":"CIL_BEARERMODE","features":[389]},{"name":"CIL_CALLEDIDADDRESSTYPE","features":[389]},{"name":"CIL_CALLERIDADDRESSTYPE","features":[389]},{"name":"CIL_CALLID","features":[389]},{"name":"CIL_CALLPARAMSFLAGS","features":[389]},{"name":"CIL_CALLTREATMENT","features":[389]},{"name":"CIL_COMPLETIONID","features":[389]},{"name":"CIL_CONNECTEDIDADDRESSTYPE","features":[389]},{"name":"CIL_COUNTRYCODE","features":[389]},{"name":"CIL_GENERATEDIGITDURATION","features":[389]},{"name":"CIL_MAXRATE","features":[389]},{"name":"CIL_MEDIATYPESAVAILABLE","features":[389]},{"name":"CIL_MINRATE","features":[389]},{"name":"CIL_MONITORDIGITMODES","features":[389]},{"name":"CIL_MONITORMEDIAMODES","features":[389]},{"name":"CIL_NUMBEROFMONITORS","features":[389]},{"name":"CIL_NUMBEROFOWNERS","features":[389]},{"name":"CIL_ORIGIN","features":[389]},{"name":"CIL_RATE","features":[389]},{"name":"CIL_REASON","features":[389]},{"name":"CIL_REDIRECTINGIDADDRESSTYPE","features":[389]},{"name":"CIL_REDIRECTIONIDADDRESSTYPE","features":[389]},{"name":"CIL_RELATEDCALLID","features":[389]},{"name":"CIL_TRUNK","features":[389]},{"name":"CIS_CALLEDIDNAME","features":[389]},{"name":"CIS_CALLEDIDNUMBER","features":[389]},{"name":"CIS_CALLEDPARTYFRIENDLYNAME","features":[389]},{"name":"CIS_CALLERIDNAME","features":[389]},{"name":"CIS_CALLERIDNUMBER","features":[389]},{"name":"CIS_CALLINGPARTYID","features":[389]},{"name":"CIS_COMMENT","features":[389]},{"name":"CIS_CONNECTEDIDNAME","features":[389]},{"name":"CIS_CONNECTEDIDNUMBER","features":[389]},{"name":"CIS_DISPLAYABLEADDRESS","features":[389]},{"name":"CIS_REDIRECTINGIDNAME","features":[389]},{"name":"CIS_REDIRECTINGIDNUMBER","features":[389]},{"name":"CIS_REDIRECTIONIDNAME","features":[389]},{"name":"CIS_REDIRECTIONIDNUMBER","features":[389]},{"name":"CMC_BAD_DEVICE","features":[389]},{"name":"CMC_CONNECT_FAIL","features":[389]},{"name":"CMC_LOCAL_REQUEST","features":[389]},{"name":"CMC_MEDIA_RECOVERED","features":[389]},{"name":"CMC_MEDIA_TIMEOUT","features":[389]},{"name":"CMC_QUALITY_OF_SERVICE","features":[389]},{"name":"CMC_REMOTE_REQUEST","features":[389]},{"name":"CMC_UNKNOWN","features":[389]},{"name":"CME_LASTITEM","features":[389]},{"name":"CME_NEW_STREAM","features":[389]},{"name":"CME_STREAM_ACTIVE","features":[389]},{"name":"CME_STREAM_FAIL","features":[389]},{"name":"CME_STREAM_INACTIVE","features":[389]},{"name":"CME_STREAM_NOT_USED","features":[389]},{"name":"CME_TERMINAL_FAIL","features":[389]},{"name":"CNE_LASTITEM","features":[389]},{"name":"CNE_MONITOR","features":[389]},{"name":"CNE_OWNER","features":[389]},{"name":"CP_MONITOR","features":[389]},{"name":"CP_OWNER","features":[389]},{"name":"CS_CONNECTED","features":[389]},{"name":"CS_DISCONNECTED","features":[389]},{"name":"CS_HOLD","features":[389]},{"name":"CS_IDLE","features":[389]},{"name":"CS_INPROGRESS","features":[389]},{"name":"CS_LASTITEM","features":[389]},{"name":"CS_OFFERING","features":[389]},{"name":"CS_QUEUED","features":[389]},{"name":"DC_NOANSWER","features":[389]},{"name":"DC_NORMAL","features":[389]},{"name":"DC_REJECTED","features":[389]},{"name":"DIRECTORY_OBJECT_TYPE","features":[389]},{"name":"DIRECTORY_TYPE","features":[389]},{"name":"DISCONNECT_CODE","features":[389]},{"name":"DISPIDMASK","features":[389]},{"name":"DTR","features":[389]},{"name":"DT_ILS","features":[389]},{"name":"DT_NTDS","features":[389]},{"name":"DispatchMapper","features":[389]},{"name":"FDS_NOTSUPPORTED","features":[389]},{"name":"FDS_SUPPORTED","features":[389]},{"name":"FDS_UNKNOWN","features":[389]},{"name":"FINISH_MODE","features":[389]},{"name":"FM_ASCONFERENCE","features":[389]},{"name":"FM_ASTRANSFER","features":[389]},{"name":"FTEC_END_OF_FILE","features":[389]},{"name":"FTEC_NORMAL","features":[389]},{"name":"FTEC_READ_ERROR","features":[389]},{"name":"FTEC_WRITE_ERROR","features":[389]},{"name":"FT_STATE_EVENT_CAUSE","features":[389]},{"name":"FULLDUPLEX_SUPPORT","features":[389]},{"name":"GETTNEFSTREAMCODEPAGE","features":[389]},{"name":"GetTnefStreamCodepage","features":[389,358]},{"name":"HDRVCALL","features":[389]},{"name":"HDRVDIALOGINSTANCE","features":[389]},{"name":"HDRVLINE","features":[389]},{"name":"HDRVMSPLINE","features":[389]},{"name":"HDRVPHONE","features":[389]},{"name":"HPROVIDER","features":[389]},{"name":"HTAPICALL","features":[389]},{"name":"HTAPILINE","features":[389]},{"name":"HTAPIPHONE","features":[389]},{"name":"IDISPADDRESS","features":[389]},{"name":"IDISPADDRESSCAPABILITIES","features":[389]},{"name":"IDISPADDRESSTRANSLATION","features":[389]},{"name":"IDISPAGGREGATEDMSPADDRESSOBJ","features":[389]},{"name":"IDISPAGGREGATEDMSPCALLOBJ","features":[389]},{"name":"IDISPAPC","features":[389]},{"name":"IDISPBASICCALLCONTROL","features":[389]},{"name":"IDISPCALLINFO","features":[389]},{"name":"IDISPDIRECTORY","features":[389]},{"name":"IDISPDIROBJCONFERENCE","features":[389]},{"name":"IDISPDIROBJECT","features":[389]},{"name":"IDISPDIROBJUSER","features":[389]},{"name":"IDISPFILETRACK","features":[389]},{"name":"IDISPILSCONFIG","features":[389]},{"name":"IDISPLEGACYADDRESSMEDIACONTROL","features":[389]},{"name":"IDISPLEGACYCALLMEDIACONTROL","features":[389]},{"name":"IDISPMEDIACONTROL","features":[389]},{"name":"IDISPMEDIAPLAYBACK","features":[389]},{"name":"IDISPMEDIARECORD","features":[389]},{"name":"IDISPMEDIASUPPORT","features":[389]},{"name":"IDISPMULTITRACK","features":[389]},{"name":"IDISPPHONE","features":[389]},{"name":"IDISPTAPI","features":[389]},{"name":"IDISPTAPICALLCENTER","features":[389]},{"name":"IEnumACDGroup","features":[389]},{"name":"IEnumAddress","features":[389]},{"name":"IEnumAgent","features":[389]},{"name":"IEnumAgentHandler","features":[389]},{"name":"IEnumAgentSession","features":[389]},{"name":"IEnumBstr","features":[389]},{"name":"IEnumCall","features":[389]},{"name":"IEnumCallHub","features":[389]},{"name":"IEnumCallingCard","features":[389]},{"name":"IEnumDialableAddrs","features":[389]},{"name":"IEnumDirectory","features":[389]},{"name":"IEnumDirectoryObject","features":[389]},{"name":"IEnumLocation","features":[389]},{"name":"IEnumMcastScope","features":[389]},{"name":"IEnumPhone","features":[389]},{"name":"IEnumPluggableSuperclassInfo","features":[389]},{"name":"IEnumPluggableTerminalClassInfo","features":[389]},{"name":"IEnumQueue","features":[389]},{"name":"IEnumStream","features":[389]},{"name":"IEnumSubStream","features":[389]},{"name":"IEnumTerminal","features":[389]},{"name":"IEnumTerminalClass","features":[389]},{"name":"IMcastAddressAllocation","features":[389,358]},{"name":"IMcastLeaseInfo","features":[389,358]},{"name":"IMcastScope","features":[389,358]},{"name":"INITIALIZE_NEGOTIATION","features":[389]},{"name":"INTERFACEMASK","features":[389]},{"name":"ITACDGroup","features":[389,358]},{"name":"ITACDGroupEvent","features":[389,358]},{"name":"ITAMMediaFormat","features":[389]},{"name":"ITASRTerminalEvent","features":[389,358]},{"name":"ITAddress","features":[389,358]},{"name":"ITAddress2","features":[389,358]},{"name":"ITAddressCapabilities","features":[389,358]},{"name":"ITAddressDeviceSpecificEvent","features":[389,358]},{"name":"ITAddressEvent","features":[389,358]},{"name":"ITAddressTranslation","features":[389,358]},{"name":"ITAddressTranslationInfo","features":[389,358]},{"name":"ITAgent","features":[389,358]},{"name":"ITAgentEvent","features":[389,358]},{"name":"ITAgentHandler","features":[389,358]},{"name":"ITAgentHandlerEvent","features":[389,358]},{"name":"ITAgentSession","features":[389,358]},{"name":"ITAgentSessionEvent","features":[389,358]},{"name":"ITAllocatorProperties","features":[389]},{"name":"ITAutomatedPhoneControl","features":[389,358]},{"name":"ITBasicAudioTerminal","features":[389,358]},{"name":"ITBasicCallControl","features":[389,358]},{"name":"ITBasicCallControl2","features":[389,358]},{"name":"ITCallHub","features":[389,358]},{"name":"ITCallHubEvent","features":[389,358]},{"name":"ITCallInfo","features":[389,358]},{"name":"ITCallInfo2","features":[389,358]},{"name":"ITCallInfoChangeEvent","features":[389,358]},{"name":"ITCallMediaEvent","features":[389,358]},{"name":"ITCallNotificationEvent","features":[389,358]},{"name":"ITCallStateEvent","features":[389,358]},{"name":"ITCallingCard","features":[389,358]},{"name":"ITCollection","features":[389,358]},{"name":"ITCollection2","features":[389,358]},{"name":"ITCustomTone","features":[389,358]},{"name":"ITDetectTone","features":[389,358]},{"name":"ITDigitDetectionEvent","features":[389,358]},{"name":"ITDigitGenerationEvent","features":[389,358]},{"name":"ITDigitsGatheredEvent","features":[389,358]},{"name":"ITDirectory","features":[389,358]},{"name":"ITDirectoryObject","features":[389,358]},{"name":"ITDirectoryObjectConference","features":[389,358]},{"name":"ITDirectoryObjectUser","features":[389,358]},{"name":"ITDispatchMapper","features":[389,358]},{"name":"ITFileTerminalEvent","features":[389,358]},{"name":"ITFileTrack","features":[389,358]},{"name":"ITForwardInformation","features":[389,358]},{"name":"ITForwardInformation2","features":[389,358]},{"name":"ITILSConfig","features":[389,358]},{"name":"ITLegacyAddressMediaControl","features":[389]},{"name":"ITLegacyAddressMediaControl2","features":[389]},{"name":"ITLegacyCallMediaControl","features":[389,358]},{"name":"ITLegacyCallMediaControl2","features":[389,358]},{"name":"ITLegacyWaveSupport","features":[389,358]},{"name":"ITLocationInfo","features":[389,358]},{"name":"ITMSPAddress","features":[389]},{"name":"ITMediaControl","features":[389,358]},{"name":"ITMediaPlayback","features":[389,358]},{"name":"ITMediaRecord","features":[389,358]},{"name":"ITMediaSupport","features":[389,358]},{"name":"ITMultiTrackTerminal","features":[389,358]},{"name":"ITPhone","features":[389,358]},{"name":"ITPhoneDeviceSpecificEvent","features":[389,358]},{"name":"ITPhoneEvent","features":[389,358]},{"name":"ITPluggableTerminalClassInfo","features":[389,358]},{"name":"ITPluggableTerminalEventSink","features":[389]},{"name":"ITPluggableTerminalEventSinkRegistration","features":[389]},{"name":"ITPluggableTerminalSuperclassInfo","features":[389,358]},{"name":"ITPrivateEvent","features":[389,358]},{"name":"ITQOSEvent","features":[389,358]},{"name":"ITQueue","features":[389,358]},{"name":"ITQueueEvent","features":[389,358]},{"name":"ITRendezvous","features":[389,358]},{"name":"ITRequest","features":[389,358]},{"name":"ITRequestEvent","features":[389,358]},{"name":"ITScriptableAudioFormat","features":[389,358]},{"name":"ITStaticAudioTerminal","features":[389,358]},{"name":"ITStream","features":[389,358]},{"name":"ITStreamControl","features":[389,358]},{"name":"ITSubStream","features":[389,358]},{"name":"ITSubStreamControl","features":[389,358]},{"name":"ITTAPI","features":[389,358]},{"name":"ITTAPI2","features":[389,358]},{"name":"ITTAPICallCenter","features":[389,358]},{"name":"ITTAPIDispatchEventNotification","features":[389,358]},{"name":"ITTAPIEventNotification","features":[389]},{"name":"ITTAPIObjectEvent","features":[389,358]},{"name":"ITTAPIObjectEvent2","features":[389,358]},{"name":"ITTTSTerminalEvent","features":[389,358]},{"name":"ITTerminal","features":[389,358]},{"name":"ITTerminalSupport","features":[389,358]},{"name":"ITTerminalSupport2","features":[389,358]},{"name":"ITToneDetectionEvent","features":[389,358]},{"name":"ITToneTerminalEvent","features":[389,358]},{"name":"ITnef","features":[389]},{"name":"LAST_LINEMEDIAMODE","features":[389]},{"name":"LAST_LINEREQUESTMODE","features":[389]},{"name":"LINEADDRCAPFLAGS_ACCEPTTOALERT","features":[389]},{"name":"LINEADDRCAPFLAGS_ACDGROUP","features":[389]},{"name":"LINEADDRCAPFLAGS_AUTORECONNECT","features":[389]},{"name":"LINEADDRCAPFLAGS_BLOCKIDDEFAULT","features":[389]},{"name":"LINEADDRCAPFLAGS_BLOCKIDOVERRIDE","features":[389]},{"name":"LINEADDRCAPFLAGS_COMPLETIONID","features":[389]},{"name":"LINEADDRCAPFLAGS_CONFDROP","features":[389]},{"name":"LINEADDRCAPFLAGS_CONFERENCEHELD","features":[389]},{"name":"LINEADDRCAPFLAGS_CONFERENCEMAKE","features":[389]},{"name":"LINEADDRCAPFLAGS_DESTOFFHOOK","features":[389]},{"name":"LINEADDRCAPFLAGS_DIALED","features":[389]},{"name":"LINEADDRCAPFLAGS_FWDBUSYNAADDR","features":[389]},{"name":"LINEADDRCAPFLAGS_FWDCONSULT","features":[389]},{"name":"LINEADDRCAPFLAGS_FWDINTEXTADDR","features":[389]},{"name":"LINEADDRCAPFLAGS_FWDNUMRINGS","features":[389]},{"name":"LINEADDRCAPFLAGS_FWDSTATUSVALID","features":[389]},{"name":"LINEADDRCAPFLAGS_HOLDMAKESNEW","features":[389]},{"name":"LINEADDRCAPFLAGS_NOEXTERNALCALLS","features":[389]},{"name":"LINEADDRCAPFLAGS_NOINTERNALCALLS","features":[389]},{"name":"LINEADDRCAPFLAGS_NOPSTNADDRESSTRANSLATION","features":[389]},{"name":"LINEADDRCAPFLAGS_ORIGOFFHOOK","features":[389]},{"name":"LINEADDRCAPFLAGS_PARTIALDIAL","features":[389]},{"name":"LINEADDRCAPFLAGS_PICKUPCALLWAIT","features":[389]},{"name":"LINEADDRCAPFLAGS_PICKUPGROUPID","features":[389]},{"name":"LINEADDRCAPFLAGS_PREDICTIVEDIALER","features":[389]},{"name":"LINEADDRCAPFLAGS_QUEUE","features":[389]},{"name":"LINEADDRCAPFLAGS_ROUTEPOINT","features":[389]},{"name":"LINEADDRCAPFLAGS_SECURE","features":[389]},{"name":"LINEADDRCAPFLAGS_SETCALLINGID","features":[389]},{"name":"LINEADDRCAPFLAGS_SETUPCONFNULL","features":[389]},{"name":"LINEADDRCAPFLAGS_TRANSFERHELD","features":[389]},{"name":"LINEADDRCAPFLAGS_TRANSFERMAKE","features":[389]},{"name":"LINEADDRESSCAPS","features":[389]},{"name":"LINEADDRESSMODE_ADDRESSID","features":[389]},{"name":"LINEADDRESSMODE_DIALABLEADDR","features":[389]},{"name":"LINEADDRESSSHARING_BRIDGEDEXCL","features":[389]},{"name":"LINEADDRESSSHARING_BRIDGEDNEW","features":[389]},{"name":"LINEADDRESSSHARING_BRIDGEDSHARED","features":[389]},{"name":"LINEADDRESSSHARING_MONITORED","features":[389]},{"name":"LINEADDRESSSHARING_PRIVATE","features":[389]},{"name":"LINEADDRESSSTATE_CAPSCHANGE","features":[389]},{"name":"LINEADDRESSSTATE_DEVSPECIFIC","features":[389]},{"name":"LINEADDRESSSTATE_FORWARD","features":[389]},{"name":"LINEADDRESSSTATE_INUSEMANY","features":[389]},{"name":"LINEADDRESSSTATE_INUSEONE","features":[389]},{"name":"LINEADDRESSSTATE_INUSEZERO","features":[389]},{"name":"LINEADDRESSSTATE_NUMCALLS","features":[389]},{"name":"LINEADDRESSSTATE_OTHER","features":[389]},{"name":"LINEADDRESSSTATE_TERMINALS","features":[389]},{"name":"LINEADDRESSSTATUS","features":[389]},{"name":"LINEADDRESSTYPE_DOMAINNAME","features":[389]},{"name":"LINEADDRESSTYPE_EMAILNAME","features":[389]},{"name":"LINEADDRESSTYPE_IPADDRESS","features":[389]},{"name":"LINEADDRESSTYPE_PHONENUMBER","features":[389]},{"name":"LINEADDRESSTYPE_SDP","features":[389]},{"name":"LINEADDRFEATURE_FORWARD","features":[389]},{"name":"LINEADDRFEATURE_FORWARDDND","features":[389]},{"name":"LINEADDRFEATURE_FORWARDFWD","features":[389]},{"name":"LINEADDRFEATURE_MAKECALL","features":[389]},{"name":"LINEADDRFEATURE_PICKUP","features":[389]},{"name":"LINEADDRFEATURE_PICKUPDIRECT","features":[389]},{"name":"LINEADDRFEATURE_PICKUPGROUP","features":[389]},{"name":"LINEADDRFEATURE_PICKUPHELD","features":[389]},{"name":"LINEADDRFEATURE_PICKUPWAITING","features":[389]},{"name":"LINEADDRFEATURE_SETMEDIACONTROL","features":[389]},{"name":"LINEADDRFEATURE_SETTERMINAL","features":[389]},{"name":"LINEADDRFEATURE_SETUPCONF","features":[389]},{"name":"LINEADDRFEATURE_UNCOMPLETECALL","features":[389]},{"name":"LINEADDRFEATURE_UNPARK","features":[389]},{"name":"LINEAGENTACTIVITYENTRY","features":[389]},{"name":"LINEAGENTACTIVITYLIST","features":[389]},{"name":"LINEAGENTCAPS","features":[389]},{"name":"LINEAGENTENTRY","features":[389]},{"name":"LINEAGENTFEATURE_AGENTSPECIFIC","features":[389]},{"name":"LINEAGENTFEATURE_GETAGENTACTIVITYLIST","features":[389]},{"name":"LINEAGENTFEATURE_GETAGENTGROUP","features":[389]},{"name":"LINEAGENTFEATURE_SETAGENTACTIVITY","features":[389]},{"name":"LINEAGENTFEATURE_SETAGENTGROUP","features":[389]},{"name":"LINEAGENTFEATURE_SETAGENTSTATE","features":[389]},{"name":"LINEAGENTGROUPENTRY","features":[389]},{"name":"LINEAGENTGROUPLIST","features":[389]},{"name":"LINEAGENTINFO","features":[389,358]},{"name":"LINEAGENTLIST","features":[389]},{"name":"LINEAGENTSESSIONENTRY","features":[389]},{"name":"LINEAGENTSESSIONINFO","features":[389,358]},{"name":"LINEAGENTSESSIONLIST","features":[389]},{"name":"LINEAGENTSESSIONSTATE_BUSYONCALL","features":[389]},{"name":"LINEAGENTSESSIONSTATE_BUSYWRAPUP","features":[389]},{"name":"LINEAGENTSESSIONSTATE_ENDED","features":[389]},{"name":"LINEAGENTSESSIONSTATE_NOTREADY","features":[389]},{"name":"LINEAGENTSESSIONSTATE_READY","features":[389]},{"name":"LINEAGENTSESSIONSTATE_RELEASED","features":[389]},{"name":"LINEAGENTSESSIONSTATUS_NEWSESSION","features":[389]},{"name":"LINEAGENTSESSIONSTATUS_STATE","features":[389]},{"name":"LINEAGENTSESSIONSTATUS_UPDATEINFO","features":[389]},{"name":"LINEAGENTSTATEEX_BUSYACD","features":[389]},{"name":"LINEAGENTSTATEEX_BUSYINCOMING","features":[389]},{"name":"LINEAGENTSTATEEX_BUSYOUTGOING","features":[389]},{"name":"LINEAGENTSTATEEX_NOTREADY","features":[389]},{"name":"LINEAGENTSTATEEX_READY","features":[389]},{"name":"LINEAGENTSTATEEX_RELEASED","features":[389]},{"name":"LINEAGENTSTATEEX_UNKNOWN","features":[389]},{"name":"LINEAGENTSTATE_BUSYACD","features":[389]},{"name":"LINEAGENTSTATE_BUSYINCOMING","features":[389]},{"name":"LINEAGENTSTATE_BUSYOTHER","features":[389]},{"name":"LINEAGENTSTATE_BUSYOUTBOUND","features":[389]},{"name":"LINEAGENTSTATE_LOGGEDOFF","features":[389]},{"name":"LINEAGENTSTATE_NOTREADY","features":[389]},{"name":"LINEAGENTSTATE_READY","features":[389]},{"name":"LINEAGENTSTATE_UNAVAIL","features":[389]},{"name":"LINEAGENTSTATE_UNKNOWN","features":[389]},{"name":"LINEAGENTSTATE_WORKINGAFTERCALL","features":[389]},{"name":"LINEAGENTSTATUS","features":[389]},{"name":"LINEAGENTSTATUSEX_NEWAGENT","features":[389]},{"name":"LINEAGENTSTATUSEX_STATE","features":[389]},{"name":"LINEAGENTSTATUSEX_UPDATEINFO","features":[389]},{"name":"LINEAGENTSTATUS_ACTIVITY","features":[389]},{"name":"LINEAGENTSTATUS_ACTIVITYLIST","features":[389]},{"name":"LINEAGENTSTATUS_CAPSCHANGE","features":[389]},{"name":"LINEAGENTSTATUS_GROUP","features":[389]},{"name":"LINEAGENTSTATUS_GROUPLIST","features":[389]},{"name":"LINEAGENTSTATUS_NEXTSTATE","features":[389]},{"name":"LINEAGENTSTATUS_STATE","features":[389]},{"name":"LINEAGENTSTATUS_VALIDNEXTSTATES","features":[389]},{"name":"LINEAGENTSTATUS_VALIDSTATES","features":[389]},{"name":"LINEANSWERMODE_DROP","features":[389]},{"name":"LINEANSWERMODE_HOLD","features":[389]},{"name":"LINEANSWERMODE_NONE","features":[389]},{"name":"LINEAPPINFO","features":[389]},{"name":"LINEBEARERMODE_ALTSPEECHDATA","features":[389]},{"name":"LINEBEARERMODE_DATA","features":[389]},{"name":"LINEBEARERMODE_MULTIUSE","features":[389]},{"name":"LINEBEARERMODE_NONCALLSIGNALING","features":[389]},{"name":"LINEBEARERMODE_PASSTHROUGH","features":[389]},{"name":"LINEBEARERMODE_RESTRICTEDDATA","features":[389]},{"name":"LINEBEARERMODE_SPEECH","features":[389]},{"name":"LINEBEARERMODE_VOICE","features":[389]},{"name":"LINEBUSYMODE_STATION","features":[389]},{"name":"LINEBUSYMODE_TRUNK","features":[389]},{"name":"LINEBUSYMODE_UNAVAIL","features":[389]},{"name":"LINEBUSYMODE_UNKNOWN","features":[389]},{"name":"LINECALLBACK","features":[389]},{"name":"LINECALLCOMPLCOND_BUSY","features":[389]},{"name":"LINECALLCOMPLCOND_NOANSWER","features":[389]},{"name":"LINECALLCOMPLMODE_CALLBACK","features":[389]},{"name":"LINECALLCOMPLMODE_CAMPON","features":[389]},{"name":"LINECALLCOMPLMODE_INTRUDE","features":[389]},{"name":"LINECALLCOMPLMODE_MESSAGE","features":[389]},{"name":"LINECALLFEATURE2_COMPLCALLBACK","features":[389]},{"name":"LINECALLFEATURE2_COMPLCAMPON","features":[389]},{"name":"LINECALLFEATURE2_COMPLINTRUDE","features":[389]},{"name":"LINECALLFEATURE2_COMPLMESSAGE","features":[389]},{"name":"LINECALLFEATURE2_NOHOLDCONFERENCE","features":[389]},{"name":"LINECALLFEATURE2_ONESTEPTRANSFER","features":[389]},{"name":"LINECALLFEATURE2_PARKDIRECT","features":[389]},{"name":"LINECALLFEATURE2_PARKNONDIRECT","features":[389]},{"name":"LINECALLFEATURE2_TRANSFERCONF","features":[389]},{"name":"LINECALLFEATURE2_TRANSFERNORM","features":[389]},{"name":"LINECALLFEATURE_ACCEPT","features":[389]},{"name":"LINECALLFEATURE_ADDTOCONF","features":[389]},{"name":"LINECALLFEATURE_ANSWER","features":[389]},{"name":"LINECALLFEATURE_BLINDTRANSFER","features":[389]},{"name":"LINECALLFEATURE_COMPLETECALL","features":[389]},{"name":"LINECALLFEATURE_COMPLETETRANSF","features":[389]},{"name":"LINECALLFEATURE_DIAL","features":[389]},{"name":"LINECALLFEATURE_DROP","features":[389]},{"name":"LINECALLFEATURE_GATHERDIGITS","features":[389]},{"name":"LINECALLFEATURE_GENERATEDIGITS","features":[389]},{"name":"LINECALLFEATURE_GENERATETONE","features":[389]},{"name":"LINECALLFEATURE_HOLD","features":[389]},{"name":"LINECALLFEATURE_MONITORDIGITS","features":[389]},{"name":"LINECALLFEATURE_MONITORMEDIA","features":[389]},{"name":"LINECALLFEATURE_MONITORTONES","features":[389]},{"name":"LINECALLFEATURE_PARK","features":[389]},{"name":"LINECALLFEATURE_PREPAREADDCONF","features":[389]},{"name":"LINECALLFEATURE_REDIRECT","features":[389]},{"name":"LINECALLFEATURE_RELEASEUSERUSERINFO","features":[389]},{"name":"LINECALLFEATURE_REMOVEFROMCONF","features":[389]},{"name":"LINECALLFEATURE_SECURECALL","features":[389]},{"name":"LINECALLFEATURE_SENDUSERUSER","features":[389]},{"name":"LINECALLFEATURE_SETCALLDATA","features":[389]},{"name":"LINECALLFEATURE_SETCALLPARAMS","features":[389]},{"name":"LINECALLFEATURE_SETMEDIACONTROL","features":[389]},{"name":"LINECALLFEATURE_SETQOS","features":[389]},{"name":"LINECALLFEATURE_SETTERMINAL","features":[389]},{"name":"LINECALLFEATURE_SETTREATMENT","features":[389]},{"name":"LINECALLFEATURE_SETUPCONF","features":[389]},{"name":"LINECALLFEATURE_SETUPTRANSFER","features":[389]},{"name":"LINECALLFEATURE_SWAPHOLD","features":[389]},{"name":"LINECALLFEATURE_UNHOLD","features":[389]},{"name":"LINECALLHUBTRACKING_ALLCALLS","features":[389]},{"name":"LINECALLHUBTRACKING_NONE","features":[389]},{"name":"LINECALLHUBTRACKING_PROVIDERLEVEL","features":[389]},{"name":"LINECALLINFO","features":[389]},{"name":"LINECALLINFOSTATE_APPSPECIFIC","features":[389]},{"name":"LINECALLINFOSTATE_BEARERMODE","features":[389]},{"name":"LINECALLINFOSTATE_CALLDATA","features":[389]},{"name":"LINECALLINFOSTATE_CALLEDID","features":[389]},{"name":"LINECALLINFOSTATE_CALLERID","features":[389]},{"name":"LINECALLINFOSTATE_CALLID","features":[389]},{"name":"LINECALLINFOSTATE_CHARGINGINFO","features":[389]},{"name":"LINECALLINFOSTATE_COMPLETIONID","features":[389]},{"name":"LINECALLINFOSTATE_CONNECTEDID","features":[389]},{"name":"LINECALLINFOSTATE_DEVSPECIFIC","features":[389]},{"name":"LINECALLINFOSTATE_DIALPARAMS","features":[389]},{"name":"LINECALLINFOSTATE_DISPLAY","features":[389]},{"name":"LINECALLINFOSTATE_HIGHLEVELCOMP","features":[389]},{"name":"LINECALLINFOSTATE_LOWLEVELCOMP","features":[389]},{"name":"LINECALLINFOSTATE_MEDIAMODE","features":[389]},{"name":"LINECALLINFOSTATE_MONITORMODES","features":[389]},{"name":"LINECALLINFOSTATE_NUMMONITORS","features":[389]},{"name":"LINECALLINFOSTATE_NUMOWNERDECR","features":[389]},{"name":"LINECALLINFOSTATE_NUMOWNERINCR","features":[389]},{"name":"LINECALLINFOSTATE_ORIGIN","features":[389]},{"name":"LINECALLINFOSTATE_OTHER","features":[389]},{"name":"LINECALLINFOSTATE_QOS","features":[389]},{"name":"LINECALLINFOSTATE_RATE","features":[389]},{"name":"LINECALLINFOSTATE_REASON","features":[389]},{"name":"LINECALLINFOSTATE_REDIRECTINGID","features":[389]},{"name":"LINECALLINFOSTATE_REDIRECTIONID","features":[389]},{"name":"LINECALLINFOSTATE_RELATEDCALLID","features":[389]},{"name":"LINECALLINFOSTATE_TERMINAL","features":[389]},{"name":"LINECALLINFOSTATE_TREATMENT","features":[389]},{"name":"LINECALLINFOSTATE_TRUNK","features":[389]},{"name":"LINECALLINFOSTATE_USERUSERINFO","features":[389]},{"name":"LINECALLLIST","features":[389]},{"name":"LINECALLORIGIN_CONFERENCE","features":[389]},{"name":"LINECALLORIGIN_EXTERNAL","features":[389]},{"name":"LINECALLORIGIN_INBOUND","features":[389]},{"name":"LINECALLORIGIN_INTERNAL","features":[389]},{"name":"LINECALLORIGIN_OUTBOUND","features":[389]},{"name":"LINECALLORIGIN_UNAVAIL","features":[389]},{"name":"LINECALLORIGIN_UNKNOWN","features":[389]},{"name":"LINECALLPARAMFLAGS_BLOCKID","features":[389]},{"name":"LINECALLPARAMFLAGS_DESTOFFHOOK","features":[389]},{"name":"LINECALLPARAMFLAGS_IDLE","features":[389]},{"name":"LINECALLPARAMFLAGS_NOHOLDCONFERENCE","features":[389]},{"name":"LINECALLPARAMFLAGS_ONESTEPTRANSFER","features":[389]},{"name":"LINECALLPARAMFLAGS_ORIGOFFHOOK","features":[389]},{"name":"LINECALLPARAMFLAGS_PREDICTIVEDIAL","features":[389]},{"name":"LINECALLPARAMFLAGS_SECURE","features":[389]},{"name":"LINECALLPARAMS","features":[389]},{"name":"LINECALLPARTYID_ADDRESS","features":[389]},{"name":"LINECALLPARTYID_BLOCKED","features":[389]},{"name":"LINECALLPARTYID_NAME","features":[389]},{"name":"LINECALLPARTYID_OUTOFAREA","features":[389]},{"name":"LINECALLPARTYID_PARTIAL","features":[389]},{"name":"LINECALLPARTYID_UNAVAIL","features":[389]},{"name":"LINECALLPARTYID_UNKNOWN","features":[389]},{"name":"LINECALLPRIVILEGE_MONITOR","features":[389]},{"name":"LINECALLPRIVILEGE_NONE","features":[389]},{"name":"LINECALLPRIVILEGE_OWNER","features":[389]},{"name":"LINECALLREASON_CALLCOMPLETION","features":[389]},{"name":"LINECALLREASON_CAMPEDON","features":[389]},{"name":"LINECALLREASON_DIRECT","features":[389]},{"name":"LINECALLREASON_FWDBUSY","features":[389]},{"name":"LINECALLREASON_FWDNOANSWER","features":[389]},{"name":"LINECALLREASON_FWDUNCOND","features":[389]},{"name":"LINECALLREASON_INTRUDE","features":[389]},{"name":"LINECALLREASON_PARKED","features":[389]},{"name":"LINECALLREASON_PICKUP","features":[389]},{"name":"LINECALLREASON_REDIRECT","features":[389]},{"name":"LINECALLREASON_REMINDER","features":[389]},{"name":"LINECALLREASON_ROUTEREQUEST","features":[389]},{"name":"LINECALLREASON_TRANSFER","features":[389]},{"name":"LINECALLREASON_UNAVAIL","features":[389]},{"name":"LINECALLREASON_UNKNOWN","features":[389]},{"name":"LINECALLREASON_UNPARK","features":[389]},{"name":"LINECALLSELECT_ADDRESS","features":[389]},{"name":"LINECALLSELECT_CALL","features":[389]},{"name":"LINECALLSELECT_CALLID","features":[389]},{"name":"LINECALLSELECT_DEVICEID","features":[389]},{"name":"LINECALLSELECT_LINE","features":[389]},{"name":"LINECALLSTATE_ACCEPTED","features":[389]},{"name":"LINECALLSTATE_BUSY","features":[389]},{"name":"LINECALLSTATE_CONFERENCED","features":[389]},{"name":"LINECALLSTATE_CONNECTED","features":[389]},{"name":"LINECALLSTATE_DIALING","features":[389]},{"name":"LINECALLSTATE_DIALTONE","features":[389]},{"name":"LINECALLSTATE_DISCONNECTED","features":[389]},{"name":"LINECALLSTATE_IDLE","features":[389]},{"name":"LINECALLSTATE_OFFERING","features":[389]},{"name":"LINECALLSTATE_ONHOLD","features":[389]},{"name":"LINECALLSTATE_ONHOLDPENDCONF","features":[389]},{"name":"LINECALLSTATE_ONHOLDPENDTRANSFER","features":[389]},{"name":"LINECALLSTATE_PROCEEDING","features":[389]},{"name":"LINECALLSTATE_RINGBACK","features":[389]},{"name":"LINECALLSTATE_SPECIALINFO","features":[389]},{"name":"LINECALLSTATE_UNKNOWN","features":[389]},{"name":"LINECALLSTATUS","features":[389,307]},{"name":"LINECALLTREATMENTENTRY","features":[389]},{"name":"LINECALLTREATMENT_BUSY","features":[389]},{"name":"LINECALLTREATMENT_MUSIC","features":[389]},{"name":"LINECALLTREATMENT_RINGBACK","features":[389]},{"name":"LINECALLTREATMENT_SILENCE","features":[389]},{"name":"LINECARDENTRY","features":[389]},{"name":"LINECARDOPTION_HIDDEN","features":[389]},{"name":"LINECARDOPTION_PREDEFINED","features":[389]},{"name":"LINECONNECTEDMODE_ACTIVE","features":[389]},{"name":"LINECONNECTEDMODE_ACTIVEHELD","features":[389]},{"name":"LINECONNECTEDMODE_CONFIRMED","features":[389]},{"name":"LINECONNECTEDMODE_INACTIVE","features":[389]},{"name":"LINECONNECTEDMODE_INACTIVEHELD","features":[389]},{"name":"LINECOUNTRYENTRY","features":[389]},{"name":"LINECOUNTRYLIST","features":[389]},{"name":"LINEDEVCAPFLAGS_CALLHUB","features":[389]},{"name":"LINEDEVCAPFLAGS_CALLHUBTRACKING","features":[389]},{"name":"LINEDEVCAPFLAGS_CLOSEDROP","features":[389]},{"name":"LINEDEVCAPFLAGS_CROSSADDRCONF","features":[389]},{"name":"LINEDEVCAPFLAGS_DIALBILLING","features":[389]},{"name":"LINEDEVCAPFLAGS_DIALDIALTONE","features":[389]},{"name":"LINEDEVCAPFLAGS_DIALQUIET","features":[389]},{"name":"LINEDEVCAPFLAGS_HIGHLEVCOMP","features":[389]},{"name":"LINEDEVCAPFLAGS_LOCAL","features":[389]},{"name":"LINEDEVCAPFLAGS_LOWLEVCOMP","features":[389]},{"name":"LINEDEVCAPFLAGS_MEDIACONTROL","features":[389]},{"name":"LINEDEVCAPFLAGS_MSP","features":[389]},{"name":"LINEDEVCAPFLAGS_MULTIPLEADDR","features":[389]},{"name":"LINEDEVCAPFLAGS_PRIVATEOBJECTS","features":[389]},{"name":"LINEDEVCAPS","features":[389]},{"name":"LINEDEVSTATE_BATTERY","features":[389]},{"name":"LINEDEVSTATE_CAPSCHANGE","features":[389]},{"name":"LINEDEVSTATE_CLOSE","features":[389]},{"name":"LINEDEVSTATE_COMPLCANCEL","features":[389]},{"name":"LINEDEVSTATE_CONFIGCHANGE","features":[389]},{"name":"LINEDEVSTATE_CONNECTED","features":[389]},{"name":"LINEDEVSTATE_DEVSPECIFIC","features":[389]},{"name":"LINEDEVSTATE_DISCONNECTED","features":[389]},{"name":"LINEDEVSTATE_INSERVICE","features":[389]},{"name":"LINEDEVSTATE_LOCK","features":[389]},{"name":"LINEDEVSTATE_MAINTENANCE","features":[389]},{"name":"LINEDEVSTATE_MSGWAITOFF","features":[389]},{"name":"LINEDEVSTATE_MSGWAITON","features":[389]},{"name":"LINEDEVSTATE_NUMCALLS","features":[389]},{"name":"LINEDEVSTATE_NUMCOMPLETIONS","features":[389]},{"name":"LINEDEVSTATE_OPEN","features":[389]},{"name":"LINEDEVSTATE_OTHER","features":[389]},{"name":"LINEDEVSTATE_OUTOFSERVICE","features":[389]},{"name":"LINEDEVSTATE_REINIT","features":[389]},{"name":"LINEDEVSTATE_REMOVED","features":[389]},{"name":"LINEDEVSTATE_RINGING","features":[389]},{"name":"LINEDEVSTATE_ROAMMODE","features":[389]},{"name":"LINEDEVSTATE_SIGNAL","features":[389]},{"name":"LINEDEVSTATE_TERMINALS","features":[389]},{"name":"LINEDEVSTATE_TRANSLATECHANGE","features":[389]},{"name":"LINEDEVSTATUS","features":[389]},{"name":"LINEDEVSTATUSFLAGS_CONNECTED","features":[389]},{"name":"LINEDEVSTATUSFLAGS_INSERVICE","features":[389]},{"name":"LINEDEVSTATUSFLAGS_LOCKED","features":[389]},{"name":"LINEDEVSTATUSFLAGS_MSGWAIT","features":[389]},{"name":"LINEDIALPARAMS","features":[389]},{"name":"LINEDIALTONEMODE_EXTERNAL","features":[389]},{"name":"LINEDIALTONEMODE_INTERNAL","features":[389]},{"name":"LINEDIALTONEMODE_NORMAL","features":[389]},{"name":"LINEDIALTONEMODE_SPECIAL","features":[389]},{"name":"LINEDIALTONEMODE_UNAVAIL","features":[389]},{"name":"LINEDIALTONEMODE_UNKNOWN","features":[389]},{"name":"LINEDIGITMODE_DTMF","features":[389]},{"name":"LINEDIGITMODE_DTMFEND","features":[389]},{"name":"LINEDIGITMODE_PULSE","features":[389]},{"name":"LINEDISCONNECTMODE_BADADDRESS","features":[389]},{"name":"LINEDISCONNECTMODE_BLOCKED","features":[389]},{"name":"LINEDISCONNECTMODE_BUSY","features":[389]},{"name":"LINEDISCONNECTMODE_CANCELLED","features":[389]},{"name":"LINEDISCONNECTMODE_CONGESTION","features":[389]},{"name":"LINEDISCONNECTMODE_DESTINATIONBARRED","features":[389]},{"name":"LINEDISCONNECTMODE_DONOTDISTURB","features":[389]},{"name":"LINEDISCONNECTMODE_FDNRESTRICT","features":[389]},{"name":"LINEDISCONNECTMODE_FORWARDED","features":[389]},{"name":"LINEDISCONNECTMODE_INCOMPATIBLE","features":[389]},{"name":"LINEDISCONNECTMODE_NOANSWER","features":[389]},{"name":"LINEDISCONNECTMODE_NODIALTONE","features":[389]},{"name":"LINEDISCONNECTMODE_NORMAL","features":[389]},{"name":"LINEDISCONNECTMODE_NUMBERCHANGED","features":[389]},{"name":"LINEDISCONNECTMODE_OUTOFORDER","features":[389]},{"name":"LINEDISCONNECTMODE_PICKUP","features":[389]},{"name":"LINEDISCONNECTMODE_QOSUNAVAIL","features":[389]},{"name":"LINEDISCONNECTMODE_REJECT","features":[389]},{"name":"LINEDISCONNECTMODE_TEMPFAILURE","features":[389]},{"name":"LINEDISCONNECTMODE_UNAVAIL","features":[389]},{"name":"LINEDISCONNECTMODE_UNKNOWN","features":[389]},{"name":"LINEDISCONNECTMODE_UNREACHABLE","features":[389]},{"name":"LINEEQOSINFO_ADMISSIONFAILURE","features":[389]},{"name":"LINEEQOSINFO_GENERICERROR","features":[389]},{"name":"LINEEQOSINFO_NOQOS","features":[389]},{"name":"LINEEQOSINFO_POLICYFAILURE","features":[389]},{"name":"LINEERR_ADDRESSBLOCKED","features":[389]},{"name":"LINEERR_ALLOCATED","features":[389]},{"name":"LINEERR_BADDEVICEID","features":[389]},{"name":"LINEERR_BEARERMODEUNAVAIL","features":[389]},{"name":"LINEERR_BILLINGREJECTED","features":[389]},{"name":"LINEERR_CALLUNAVAIL","features":[389]},{"name":"LINEERR_COMPLETIONOVERRUN","features":[389]},{"name":"LINEERR_CONFERENCEFULL","features":[389]},{"name":"LINEERR_DIALBILLING","features":[389]},{"name":"LINEERR_DIALDIALTONE","features":[389]},{"name":"LINEERR_DIALPROMPT","features":[389]},{"name":"LINEERR_DIALQUIET","features":[389]},{"name":"LINEERR_DIALVOICEDETECT","features":[389]},{"name":"LINEERR_DISCONNECTED","features":[389]},{"name":"LINEERR_INCOMPATIBLEAPIVERSION","features":[389]},{"name":"LINEERR_INCOMPATIBLEEXTVERSION","features":[389]},{"name":"LINEERR_INIFILECORRUPT","features":[389]},{"name":"LINEERR_INUSE","features":[389]},{"name":"LINEERR_INVALADDRESS","features":[389]},{"name":"LINEERR_INVALADDRESSID","features":[389]},{"name":"LINEERR_INVALADDRESSMODE","features":[389]},{"name":"LINEERR_INVALADDRESSSTATE","features":[389]},{"name":"LINEERR_INVALADDRESSTYPE","features":[389]},{"name":"LINEERR_INVALAGENTACTIVITY","features":[389]},{"name":"LINEERR_INVALAGENTGROUP","features":[389]},{"name":"LINEERR_INVALAGENTID","features":[389]},{"name":"LINEERR_INVALAGENTSESSIONSTATE","features":[389]},{"name":"LINEERR_INVALAGENTSTATE","features":[389]},{"name":"LINEERR_INVALAPPHANDLE","features":[389]},{"name":"LINEERR_INVALAPPNAME","features":[389]},{"name":"LINEERR_INVALBEARERMODE","features":[389]},{"name":"LINEERR_INVALCALLCOMPLMODE","features":[389]},{"name":"LINEERR_INVALCALLHANDLE","features":[389]},{"name":"LINEERR_INVALCALLPARAMS","features":[389]},{"name":"LINEERR_INVALCALLPRIVILEGE","features":[389]},{"name":"LINEERR_INVALCALLSELECT","features":[389]},{"name":"LINEERR_INVALCALLSTATE","features":[389]},{"name":"LINEERR_INVALCALLSTATELIST","features":[389]},{"name":"LINEERR_INVALCARD","features":[389]},{"name":"LINEERR_INVALCOMPLETIONID","features":[389]},{"name":"LINEERR_INVALCONFCALLHANDLE","features":[389]},{"name":"LINEERR_INVALCONSULTCALLHANDLE","features":[389]},{"name":"LINEERR_INVALCOUNTRYCODE","features":[389]},{"name":"LINEERR_INVALDEVICECLASS","features":[389]},{"name":"LINEERR_INVALDEVICEHANDLE","features":[389]},{"name":"LINEERR_INVALDIALPARAMS","features":[389]},{"name":"LINEERR_INVALDIGITLIST","features":[389]},{"name":"LINEERR_INVALDIGITMODE","features":[389]},{"name":"LINEERR_INVALDIGITS","features":[389]},{"name":"LINEERR_INVALEXTVERSION","features":[389]},{"name":"LINEERR_INVALFEATURE","features":[389]},{"name":"LINEERR_INVALGROUPID","features":[389]},{"name":"LINEERR_INVALLINEHANDLE","features":[389]},{"name":"LINEERR_INVALLINESTATE","features":[389]},{"name":"LINEERR_INVALLOCATION","features":[389]},{"name":"LINEERR_INVALMEDIALIST","features":[389]},{"name":"LINEERR_INVALMEDIAMODE","features":[389]},{"name":"LINEERR_INVALMESSAGEID","features":[389]},{"name":"LINEERR_INVALPARAM","features":[389]},{"name":"LINEERR_INVALPARKID","features":[389]},{"name":"LINEERR_INVALPARKMODE","features":[389]},{"name":"LINEERR_INVALPASSWORD","features":[389]},{"name":"LINEERR_INVALPOINTER","features":[389]},{"name":"LINEERR_INVALPRIVSELECT","features":[389]},{"name":"LINEERR_INVALRATE","features":[389]},{"name":"LINEERR_INVALREQUESTMODE","features":[389]},{"name":"LINEERR_INVALTERMINALID","features":[389]},{"name":"LINEERR_INVALTERMINALMODE","features":[389]},{"name":"LINEERR_INVALTIMEOUT","features":[389]},{"name":"LINEERR_INVALTONE","features":[389]},{"name":"LINEERR_INVALTONELIST","features":[389]},{"name":"LINEERR_INVALTONEMODE","features":[389]},{"name":"LINEERR_INVALTRANSFERMODE","features":[389]},{"name":"LINEERR_LINEMAPPERFAILED","features":[389]},{"name":"LINEERR_NOCONFERENCE","features":[389]},{"name":"LINEERR_NODEVICE","features":[389]},{"name":"LINEERR_NODRIVER","features":[389]},{"name":"LINEERR_NOMEM","features":[389]},{"name":"LINEERR_NOMULTIPLEINSTANCE","features":[389]},{"name":"LINEERR_NOREQUEST","features":[389]},{"name":"LINEERR_NOTOWNER","features":[389]},{"name":"LINEERR_NOTREGISTERED","features":[389]},{"name":"LINEERR_OPERATIONFAILED","features":[389]},{"name":"LINEERR_OPERATIONUNAVAIL","features":[389]},{"name":"LINEERR_RATEUNAVAIL","features":[389]},{"name":"LINEERR_REINIT","features":[389]},{"name":"LINEERR_REQUESTOVERRUN","features":[389]},{"name":"LINEERR_RESOURCEUNAVAIL","features":[389]},{"name":"LINEERR_SERVICE_NOT_RUNNING","features":[389]},{"name":"LINEERR_STRUCTURETOOSMALL","features":[389]},{"name":"LINEERR_TARGETNOTFOUND","features":[389]},{"name":"LINEERR_TARGETSELF","features":[389]},{"name":"LINEERR_UNINITIALIZED","features":[389]},{"name":"LINEERR_USERCANCELLED","features":[389]},{"name":"LINEERR_USERUSERINFOTOOBIG","features":[389]},{"name":"LINEEVENT","features":[389]},{"name":"LINEEXTENSIONID","features":[389]},{"name":"LINEFEATURE_DEVSPECIFIC","features":[389]},{"name":"LINEFEATURE_DEVSPECIFICFEAT","features":[389]},{"name":"LINEFEATURE_FORWARD","features":[389]},{"name":"LINEFEATURE_FORWARDDND","features":[389]},{"name":"LINEFEATURE_FORWARDFWD","features":[389]},{"name":"LINEFEATURE_MAKECALL","features":[389]},{"name":"LINEFEATURE_SETDEVSTATUS","features":[389]},{"name":"LINEFEATURE_SETMEDIACONTROL","features":[389]},{"name":"LINEFEATURE_SETTERMINAL","features":[389]},{"name":"LINEFORWARD","features":[389]},{"name":"LINEFORWARDLIST","features":[389]},{"name":"LINEFORWARDMODE_BUSY","features":[389]},{"name":"LINEFORWARDMODE_BUSYEXTERNAL","features":[389]},{"name":"LINEFORWARDMODE_BUSYINTERNAL","features":[389]},{"name":"LINEFORWARDMODE_BUSYNA","features":[389]},{"name":"LINEFORWARDMODE_BUSYNAEXTERNAL","features":[389]},{"name":"LINEFORWARDMODE_BUSYNAINTERNAL","features":[389]},{"name":"LINEFORWARDMODE_BUSYNASPECIFIC","features":[389]},{"name":"LINEFORWARDMODE_BUSYSPECIFIC","features":[389]},{"name":"LINEFORWARDMODE_NOANSW","features":[389]},{"name":"LINEFORWARDMODE_NOANSWEXTERNAL","features":[389]},{"name":"LINEFORWARDMODE_NOANSWINTERNAL","features":[389]},{"name":"LINEFORWARDMODE_NOANSWSPECIFIC","features":[389]},{"name":"LINEFORWARDMODE_UNAVAIL","features":[389]},{"name":"LINEFORWARDMODE_UNCOND","features":[389]},{"name":"LINEFORWARDMODE_UNCONDEXTERNAL","features":[389]},{"name":"LINEFORWARDMODE_UNCONDINTERNAL","features":[389]},{"name":"LINEFORWARDMODE_UNCONDSPECIFIC","features":[389]},{"name":"LINEFORWARDMODE_UNKNOWN","features":[389]},{"name":"LINEGATHERTERM_BUFFERFULL","features":[389]},{"name":"LINEGATHERTERM_CANCEL","features":[389]},{"name":"LINEGATHERTERM_FIRSTTIMEOUT","features":[389]},{"name":"LINEGATHERTERM_INTERTIMEOUT","features":[389]},{"name":"LINEGATHERTERM_TERMDIGIT","features":[389]},{"name":"LINEGENERATETERM_CANCEL","features":[389]},{"name":"LINEGENERATETERM_DONE","features":[389]},{"name":"LINEGENERATETONE","features":[389]},{"name":"LINEGROUPSTATUS_GROUPREMOVED","features":[389]},{"name":"LINEGROUPSTATUS_NEWGROUP","features":[389]},{"name":"LINEINITIALIZEEXOPTION_CALLHUBTRACKING","features":[389]},{"name":"LINEINITIALIZEEXOPTION_USECOMPLETIONPORT","features":[389]},{"name":"LINEINITIALIZEEXOPTION_USEEVENT","features":[389]},{"name":"LINEINITIALIZEEXOPTION_USEHIDDENWINDOW","features":[389]},{"name":"LINEINITIALIZEEXPARAMS","features":[389,307]},{"name":"LINELOCATIONENTRY","features":[389]},{"name":"LINELOCATIONOPTION_PULSEDIAL","features":[389]},{"name":"LINEMAPPER","features":[389]},{"name":"LINEMEDIACONTROLCALLSTATE","features":[389]},{"name":"LINEMEDIACONTROLDIGIT","features":[389]},{"name":"LINEMEDIACONTROLMEDIA","features":[389]},{"name":"LINEMEDIACONTROLTONE","features":[389]},{"name":"LINEMEDIACONTROL_NONE","features":[389]},{"name":"LINEMEDIACONTROL_PAUSE","features":[389]},{"name":"LINEMEDIACONTROL_RATEDOWN","features":[389]},{"name":"LINEMEDIACONTROL_RATENORMAL","features":[389]},{"name":"LINEMEDIACONTROL_RATEUP","features":[389]},{"name":"LINEMEDIACONTROL_RESET","features":[389]},{"name":"LINEMEDIACONTROL_RESUME","features":[389]},{"name":"LINEMEDIACONTROL_START","features":[389]},{"name":"LINEMEDIACONTROL_VOLUMEDOWN","features":[389]},{"name":"LINEMEDIACONTROL_VOLUMENORMAL","features":[389]},{"name":"LINEMEDIACONTROL_VOLUMEUP","features":[389]},{"name":"LINEMEDIAMODE_ADSI","features":[389]},{"name":"LINEMEDIAMODE_AUTOMATEDVOICE","features":[389]},{"name":"LINEMEDIAMODE_DATAMODEM","features":[389]},{"name":"LINEMEDIAMODE_DIGITALDATA","features":[389]},{"name":"LINEMEDIAMODE_G3FAX","features":[389]},{"name":"LINEMEDIAMODE_G4FAX","features":[389]},{"name":"LINEMEDIAMODE_INTERACTIVEVOICE","features":[389]},{"name":"LINEMEDIAMODE_MIXED","features":[389]},{"name":"LINEMEDIAMODE_TDD","features":[389]},{"name":"LINEMEDIAMODE_TELETEX","features":[389]},{"name":"LINEMEDIAMODE_TELEX","features":[389]},{"name":"LINEMEDIAMODE_UNKNOWN","features":[389]},{"name":"LINEMEDIAMODE_VIDEO","features":[389]},{"name":"LINEMEDIAMODE_VIDEOTEX","features":[389]},{"name":"LINEMEDIAMODE_VOICEVIEW","features":[389]},{"name":"LINEMESSAGE","features":[389]},{"name":"LINEMONITORTONE","features":[389]},{"name":"LINEOFFERINGMODE_ACTIVE","features":[389]},{"name":"LINEOFFERINGMODE_INACTIVE","features":[389]},{"name":"LINEOPENOPTION_PROXY","features":[389]},{"name":"LINEOPENOPTION_SINGLEADDRESS","features":[389]},{"name":"LINEPARKMODE_DIRECTED","features":[389]},{"name":"LINEPARKMODE_NONDIRECTED","features":[389]},{"name":"LINEPROVIDERENTRY","features":[389]},{"name":"LINEPROVIDERLIST","features":[389]},{"name":"LINEPROXYREQUEST","features":[389,358]},{"name":"LINEPROXYREQUESTLIST","features":[389]},{"name":"LINEPROXYREQUEST_AGENTSPECIFIC","features":[389]},{"name":"LINEPROXYREQUEST_CREATEAGENT","features":[389]},{"name":"LINEPROXYREQUEST_CREATEAGENTSESSION","features":[389]},{"name":"LINEPROXYREQUEST_GETAGENTACTIVITYLIST","features":[389]},{"name":"LINEPROXYREQUEST_GETAGENTCAPS","features":[389]},{"name":"LINEPROXYREQUEST_GETAGENTGROUPLIST","features":[389]},{"name":"LINEPROXYREQUEST_GETAGENTINFO","features":[389]},{"name":"LINEPROXYREQUEST_GETAGENTSESSIONINFO","features":[389]},{"name":"LINEPROXYREQUEST_GETAGENTSESSIONLIST","features":[389]},{"name":"LINEPROXYREQUEST_GETAGENTSTATUS","features":[389]},{"name":"LINEPROXYREQUEST_GETGROUPLIST","features":[389]},{"name":"LINEPROXYREQUEST_GETQUEUEINFO","features":[389]},{"name":"LINEPROXYREQUEST_GETQUEUELIST","features":[389]},{"name":"LINEPROXYREQUEST_SETAGENTACTIVITY","features":[389]},{"name":"LINEPROXYREQUEST_SETAGENTGROUP","features":[389]},{"name":"LINEPROXYREQUEST_SETAGENTMEASUREMENTPERIOD","features":[389]},{"name":"LINEPROXYREQUEST_SETAGENTSESSIONSTATE","features":[389]},{"name":"LINEPROXYREQUEST_SETAGENTSTATE","features":[389]},{"name":"LINEPROXYREQUEST_SETAGENTSTATEEX","features":[389]},{"name":"LINEPROXYREQUEST_SETQUEUEMEASUREMENTPERIOD","features":[389]},{"name":"LINEPROXYSTATUS_ALLOPENFORACD","features":[389]},{"name":"LINEPROXYSTATUS_CLOSE","features":[389]},{"name":"LINEPROXYSTATUS_OPEN","features":[389]},{"name":"LINEQOSREQUESTTYPE_SERVICELEVEL","features":[389]},{"name":"LINEQOSSERVICELEVEL_BESTEFFORT","features":[389]},{"name":"LINEQOSSERVICELEVEL_IFAVAILABLE","features":[389]},{"name":"LINEQOSSERVICELEVEL_NEEDED","features":[389]},{"name":"LINEQUEUEENTRY","features":[389]},{"name":"LINEQUEUEINFO","features":[389]},{"name":"LINEQUEUELIST","features":[389]},{"name":"LINEQUEUESTATUS_NEWQUEUE","features":[389]},{"name":"LINEQUEUESTATUS_QUEUEREMOVED","features":[389]},{"name":"LINEQUEUESTATUS_UPDATEINFO","features":[389]},{"name":"LINEREMOVEFROMCONF_ANY","features":[389]},{"name":"LINEREMOVEFROMCONF_LAST","features":[389]},{"name":"LINEREMOVEFROMCONF_NONE","features":[389]},{"name":"LINEREQMAKECALL","features":[389]},{"name":"LINEREQMAKECALLW","features":[389]},{"name":"LINEREQMEDIACALL","features":[389,307]},{"name":"LINEREQMEDIACALLW","features":[389,307]},{"name":"LINEREQUESTMODE_DROP","features":[389]},{"name":"LINEREQUESTMODE_MAKECALL","features":[389]},{"name":"LINEREQUESTMODE_MEDIACALL","features":[389]},{"name":"LINEROAMMODE_HOME","features":[389]},{"name":"LINEROAMMODE_ROAMA","features":[389]},{"name":"LINEROAMMODE_ROAMB","features":[389]},{"name":"LINEROAMMODE_UNAVAIL","features":[389]},{"name":"LINEROAMMODE_UNKNOWN","features":[389]},{"name":"LINESPECIALINFO_CUSTIRREG","features":[389]},{"name":"LINESPECIALINFO_NOCIRCUIT","features":[389]},{"name":"LINESPECIALINFO_REORDER","features":[389]},{"name":"LINESPECIALINFO_UNAVAIL","features":[389]},{"name":"LINESPECIALINFO_UNKNOWN","features":[389]},{"name":"LINETERMCAPS","features":[389]},{"name":"LINETERMDEV_HEADSET","features":[389]},{"name":"LINETERMDEV_PHONE","features":[389]},{"name":"LINETERMDEV_SPEAKER","features":[389]},{"name":"LINETERMMODE_BUTTONS","features":[389]},{"name":"LINETERMMODE_DISPLAY","features":[389]},{"name":"LINETERMMODE_HOOKSWITCH","features":[389]},{"name":"LINETERMMODE_LAMPS","features":[389]},{"name":"LINETERMMODE_MEDIABIDIRECT","features":[389]},{"name":"LINETERMMODE_MEDIAFROMLINE","features":[389]},{"name":"LINETERMMODE_MEDIATOLINE","features":[389]},{"name":"LINETERMMODE_RINGER","features":[389]},{"name":"LINETERMSHARING_PRIVATE","features":[389]},{"name":"LINETERMSHARING_SHAREDCONF","features":[389]},{"name":"LINETERMSHARING_SHAREDEXCL","features":[389]},{"name":"LINETOLLLISTOPTION_ADD","features":[389]},{"name":"LINETOLLLISTOPTION_REMOVE","features":[389]},{"name":"LINETONEMODE_BEEP","features":[389]},{"name":"LINETONEMODE_BILLING","features":[389]},{"name":"LINETONEMODE_BUSY","features":[389]},{"name":"LINETONEMODE_CUSTOM","features":[389]},{"name":"LINETONEMODE_RINGBACK","features":[389]},{"name":"LINETRANSFERMODE_CONFERENCE","features":[389]},{"name":"LINETRANSFERMODE_TRANSFER","features":[389]},{"name":"LINETRANSLATECAPS","features":[389]},{"name":"LINETRANSLATEOPTION_CANCELCALLWAITING","features":[389]},{"name":"LINETRANSLATEOPTION_CARDOVERRIDE","features":[389]},{"name":"LINETRANSLATEOPTION_FORCELD","features":[389]},{"name":"LINETRANSLATEOPTION_FORCELOCAL","features":[389]},{"name":"LINETRANSLATEOUTPUT","features":[389]},{"name":"LINETRANSLATERESULT_CANONICAL","features":[389]},{"name":"LINETRANSLATERESULT_DIALBILLING","features":[389]},{"name":"LINETRANSLATERESULT_DIALDIALTONE","features":[389]},{"name":"LINETRANSLATERESULT_DIALPROMPT","features":[389]},{"name":"LINETRANSLATERESULT_DIALQUIET","features":[389]},{"name":"LINETRANSLATERESULT_INTERNATIONAL","features":[389]},{"name":"LINETRANSLATERESULT_INTOLLLIST","features":[389]},{"name":"LINETRANSLATERESULT_LOCAL","features":[389]},{"name":"LINETRANSLATERESULT_LONGDISTANCE","features":[389]},{"name":"LINETRANSLATERESULT_NOTINTOLLLIST","features":[389]},{"name":"LINETRANSLATERESULT_NOTRANSLATION","features":[389]},{"name":"LINETRANSLATERESULT_VOICEDETECT","features":[389]},{"name":"LINETSPIOPTION_NONREENTRANT","features":[389]},{"name":"LINE_ADDRESSSTATE","features":[389]},{"name":"LINE_AGENTSESSIONSTATUS","features":[389]},{"name":"LINE_AGENTSPECIFIC","features":[389]},{"name":"LINE_AGENTSTATUS","features":[389]},{"name":"LINE_AGENTSTATUSEX","features":[389]},{"name":"LINE_APPNEWCALL","features":[389]},{"name":"LINE_APPNEWCALLHUB","features":[389]},{"name":"LINE_CALLHUBCLOSE","features":[389]},{"name":"LINE_CALLINFO","features":[389]},{"name":"LINE_CALLSTATE","features":[389]},{"name":"LINE_CLOSE","features":[389]},{"name":"LINE_CREATE","features":[389]},{"name":"LINE_DEVSPECIFIC","features":[389]},{"name":"LINE_DEVSPECIFICEX","features":[389]},{"name":"LINE_DEVSPECIFICFEATURE","features":[389]},{"name":"LINE_GATHERDIGITS","features":[389]},{"name":"LINE_GENERATE","features":[389]},{"name":"LINE_GROUPSTATUS","features":[389]},{"name":"LINE_LINEDEVSTATE","features":[389]},{"name":"LINE_MONITORDIGITS","features":[389]},{"name":"LINE_MONITORMEDIA","features":[389]},{"name":"LINE_MONITORTONE","features":[389]},{"name":"LINE_PROXYREQUEST","features":[389]},{"name":"LINE_PROXYSTATUS","features":[389]},{"name":"LINE_QUEUESTATUS","features":[389]},{"name":"LINE_REMOVE","features":[389]},{"name":"LINE_REPLY","features":[389]},{"name":"LINE_REQUEST","features":[389]},{"name":"LM_BROKENFLUTTER","features":[389]},{"name":"LM_DUMMY","features":[389]},{"name":"LM_FLASH","features":[389]},{"name":"LM_FLUTTER","features":[389]},{"name":"LM_OFF","features":[389]},{"name":"LM_STEADY","features":[389]},{"name":"LM_UNKNOWN","features":[389]},{"name":"LM_WINK","features":[389]},{"name":"LPGETTNEFSTREAMCODEPAGE","features":[389,358]},{"name":"LPOPENTNEFSTREAM","features":[389,390,358]},{"name":"LPOPENTNEFSTREAMEX","features":[389,390,358]},{"name":"ME_ADDRESS_EVENT","features":[389]},{"name":"ME_ASR_TERMINAL_EVENT","features":[389]},{"name":"ME_CALL_EVENT","features":[389]},{"name":"ME_FILE_TERMINAL_EVENT","features":[389]},{"name":"ME_PRIVATE_EVENT","features":[389]},{"name":"ME_TONE_TERMINAL_EVENT","features":[389]},{"name":"ME_TSP_DATA","features":[389]},{"name":"ME_TTS_TERMINAL_EVENT","features":[389]},{"name":"MSP_ADDRESS_EVENT","features":[389]},{"name":"MSP_CALL_EVENT","features":[389]},{"name":"MSP_CALL_EVENT_CAUSE","features":[389]},{"name":"MSP_EVENT","features":[389]},{"name":"MSP_EVENT_INFO","features":[389,358]},{"name":"McastAddressAllocation","features":[389]},{"name":"NSID","features":[389]},{"name":"OPENTNEFSTREAM","features":[389]},{"name":"OPENTNEFSTREAMEX","features":[389]},{"name":"OT_CONFERENCE","features":[389]},{"name":"OT_USER","features":[389]},{"name":"OpenTnefStream","features":[389,390,358]},{"name":"OpenTnefStreamEx","features":[389,390,358]},{"name":"PBF_ABBREVDIAL","features":[389]},{"name":"PBF_BRIDGEDAPP","features":[389]},{"name":"PBF_BUSY","features":[389]},{"name":"PBF_CALLAPP","features":[389]},{"name":"PBF_CALLID","features":[389]},{"name":"PBF_CAMPON","features":[389]},{"name":"PBF_CONFERENCE","features":[389]},{"name":"PBF_CONNECT","features":[389]},{"name":"PBF_COVER","features":[389]},{"name":"PBF_DATAOFF","features":[389]},{"name":"PBF_DATAON","features":[389]},{"name":"PBF_DATETIME","features":[389]},{"name":"PBF_DIRECTORY","features":[389]},{"name":"PBF_DISCONNECT","features":[389]},{"name":"PBF_DONOTDISTURB","features":[389]},{"name":"PBF_DROP","features":[389]},{"name":"PBF_FLASH","features":[389]},{"name":"PBF_FORWARD","features":[389]},{"name":"PBF_HOLD","features":[389]},{"name":"PBF_INTERCOM","features":[389]},{"name":"PBF_LASTNUM","features":[389]},{"name":"PBF_MSGINDICATOR","features":[389]},{"name":"PBF_MSGWAITOFF","features":[389]},{"name":"PBF_MSGWAITON","features":[389]},{"name":"PBF_MUTE","features":[389]},{"name":"PBF_NIGHTSRV","features":[389]},{"name":"PBF_NONE","features":[389]},{"name":"PBF_PARK","features":[389]},{"name":"PBF_PICKUP","features":[389]},{"name":"PBF_QUEUECALL","features":[389]},{"name":"PBF_RECALL","features":[389]},{"name":"PBF_REDIRECT","features":[389]},{"name":"PBF_REJECT","features":[389]},{"name":"PBF_REPDIAL","features":[389]},{"name":"PBF_RINGAGAIN","features":[389]},{"name":"PBF_SAVEREPEAT","features":[389]},{"name":"PBF_SELECTRING","features":[389]},{"name":"PBF_SEND","features":[389]},{"name":"PBF_SENDCALLS","features":[389]},{"name":"PBF_SETREPDIAL","features":[389]},{"name":"PBF_SPEAKEROFF","features":[389]},{"name":"PBF_SPEAKERON","features":[389]},{"name":"PBF_STATIONSPEED","features":[389]},{"name":"PBF_SYSTEMSPEED","features":[389]},{"name":"PBF_TRANSFER","features":[389]},{"name":"PBF_UNKNOWN","features":[389]},{"name":"PBF_VOLUMEDOWN","features":[389]},{"name":"PBF_VOLUMEUP","features":[389]},{"name":"PBM_CALL","features":[389]},{"name":"PBM_DISPLAY","features":[389]},{"name":"PBM_DUMMY","features":[389]},{"name":"PBM_FEATURE","features":[389]},{"name":"PBM_KEYPAD","features":[389]},{"name":"PBM_LOCAL","features":[389]},{"name":"PBS_DOWN","features":[389]},{"name":"PBS_UNAVAIL","features":[389]},{"name":"PBS_UNKNOWN","features":[389]},{"name":"PBS_UP","features":[389]},{"name":"PCB_DEVSPECIFICBUFFER","features":[389]},{"name":"PCL_DISPLAYNUMCOLUMNS","features":[389]},{"name":"PCL_DISPLAYNUMROWS","features":[389]},{"name":"PCL_GENERICPHONE","features":[389]},{"name":"PCL_HANDSETHOOKSWITCHMODES","features":[389]},{"name":"PCL_HEADSETHOOKSWITCHMODES","features":[389]},{"name":"PCL_HOOKSWITCHES","features":[389]},{"name":"PCL_NUMBUTTONLAMPS","features":[389]},{"name":"PCL_NUMRINGMODES","features":[389]},{"name":"PCL_SPEAKERPHONEHOOKSWITCHMODES","features":[389]},{"name":"PCS_PHONEINFO","features":[389]},{"name":"PCS_PHONENAME","features":[389]},{"name":"PCS_PROVIDERINFO","features":[389]},{"name":"PE_ANSWER","features":[389]},{"name":"PE_BUTTON","features":[389]},{"name":"PE_CAPSCHANGE","features":[389]},{"name":"PE_CLOSE","features":[389]},{"name":"PE_DIALING","features":[389]},{"name":"PE_DISCONNECT","features":[389]},{"name":"PE_DISPLAY","features":[389]},{"name":"PE_HOOKSWITCH","features":[389]},{"name":"PE_LAMPMODE","features":[389]},{"name":"PE_LASTITEM","features":[389]},{"name":"PE_NUMBERGATHERED","features":[389]},{"name":"PE_RINGMODE","features":[389]},{"name":"PE_RINGVOLUME","features":[389]},{"name":"PHONEBUTTONFUNCTION_ABBREVDIAL","features":[389]},{"name":"PHONEBUTTONFUNCTION_BRIDGEDAPP","features":[389]},{"name":"PHONEBUTTONFUNCTION_BUSY","features":[389]},{"name":"PHONEBUTTONFUNCTION_CALLAPP","features":[389]},{"name":"PHONEBUTTONFUNCTION_CALLID","features":[389]},{"name":"PHONEBUTTONFUNCTION_CAMPON","features":[389]},{"name":"PHONEBUTTONFUNCTION_CONFERENCE","features":[389]},{"name":"PHONEBUTTONFUNCTION_CONNECT","features":[389]},{"name":"PHONEBUTTONFUNCTION_COVER","features":[389]},{"name":"PHONEBUTTONFUNCTION_DATAOFF","features":[389]},{"name":"PHONEBUTTONFUNCTION_DATAON","features":[389]},{"name":"PHONEBUTTONFUNCTION_DATETIME","features":[389]},{"name":"PHONEBUTTONFUNCTION_DIRECTORY","features":[389]},{"name":"PHONEBUTTONFUNCTION_DISCONNECT","features":[389]},{"name":"PHONEBUTTONFUNCTION_DONOTDISTURB","features":[389]},{"name":"PHONEBUTTONFUNCTION_DROP","features":[389]},{"name":"PHONEBUTTONFUNCTION_FLASH","features":[389]},{"name":"PHONEBUTTONFUNCTION_FORWARD","features":[389]},{"name":"PHONEBUTTONFUNCTION_HOLD","features":[389]},{"name":"PHONEBUTTONFUNCTION_INTERCOM","features":[389]},{"name":"PHONEBUTTONFUNCTION_LASTNUM","features":[389]},{"name":"PHONEBUTTONFUNCTION_MSGINDICATOR","features":[389]},{"name":"PHONEBUTTONFUNCTION_MSGWAITOFF","features":[389]},{"name":"PHONEBUTTONFUNCTION_MSGWAITON","features":[389]},{"name":"PHONEBUTTONFUNCTION_MUTE","features":[389]},{"name":"PHONEBUTTONFUNCTION_NIGHTSRV","features":[389]},{"name":"PHONEBUTTONFUNCTION_NONE","features":[389]},{"name":"PHONEBUTTONFUNCTION_PARK","features":[389]},{"name":"PHONEBUTTONFUNCTION_PICKUP","features":[389]},{"name":"PHONEBUTTONFUNCTION_QUEUECALL","features":[389]},{"name":"PHONEBUTTONFUNCTION_RECALL","features":[389]},{"name":"PHONEBUTTONFUNCTION_REDIRECT","features":[389]},{"name":"PHONEBUTTONFUNCTION_REJECT","features":[389]},{"name":"PHONEBUTTONFUNCTION_REPDIAL","features":[389]},{"name":"PHONEBUTTONFUNCTION_RINGAGAIN","features":[389]},{"name":"PHONEBUTTONFUNCTION_SAVEREPEAT","features":[389]},{"name":"PHONEBUTTONFUNCTION_SELECTRING","features":[389]},{"name":"PHONEBUTTONFUNCTION_SEND","features":[389]},{"name":"PHONEBUTTONFUNCTION_SENDCALLS","features":[389]},{"name":"PHONEBUTTONFUNCTION_SETREPDIAL","features":[389]},{"name":"PHONEBUTTONFUNCTION_SPEAKEROFF","features":[389]},{"name":"PHONEBUTTONFUNCTION_SPEAKERON","features":[389]},{"name":"PHONEBUTTONFUNCTION_STATIONSPEED","features":[389]},{"name":"PHONEBUTTONFUNCTION_SYSTEMSPEED","features":[389]},{"name":"PHONEBUTTONFUNCTION_TRANSFER","features":[389]},{"name":"PHONEBUTTONFUNCTION_UNKNOWN","features":[389]},{"name":"PHONEBUTTONFUNCTION_VOLUMEDOWN","features":[389]},{"name":"PHONEBUTTONFUNCTION_VOLUMEUP","features":[389]},{"name":"PHONEBUTTONINFO","features":[389]},{"name":"PHONEBUTTONMODE_CALL","features":[389]},{"name":"PHONEBUTTONMODE_DISPLAY","features":[389]},{"name":"PHONEBUTTONMODE_DUMMY","features":[389]},{"name":"PHONEBUTTONMODE_FEATURE","features":[389]},{"name":"PHONEBUTTONMODE_KEYPAD","features":[389]},{"name":"PHONEBUTTONMODE_LOCAL","features":[389]},{"name":"PHONEBUTTONSTATE_DOWN","features":[389]},{"name":"PHONEBUTTONSTATE_UNAVAIL","features":[389]},{"name":"PHONEBUTTONSTATE_UNKNOWN","features":[389]},{"name":"PHONEBUTTONSTATE_UP","features":[389]},{"name":"PHONECALLBACK","features":[389]},{"name":"PHONECAPS","features":[389]},{"name":"PHONECAPS_BUFFER","features":[389]},{"name":"PHONECAPS_LONG","features":[389]},{"name":"PHONECAPS_STRING","features":[389]},{"name":"PHONEERR_ALLOCATED","features":[389]},{"name":"PHONEERR_BADDEVICEID","features":[389]},{"name":"PHONEERR_DISCONNECTED","features":[389]},{"name":"PHONEERR_INCOMPATIBLEAPIVERSION","features":[389]},{"name":"PHONEERR_INCOMPATIBLEEXTVERSION","features":[389]},{"name":"PHONEERR_INIFILECORRUPT","features":[389]},{"name":"PHONEERR_INUSE","features":[389]},{"name":"PHONEERR_INVALAPPHANDLE","features":[389]},{"name":"PHONEERR_INVALAPPNAME","features":[389]},{"name":"PHONEERR_INVALBUTTONLAMPID","features":[389]},{"name":"PHONEERR_INVALBUTTONMODE","features":[389]},{"name":"PHONEERR_INVALBUTTONSTATE","features":[389]},{"name":"PHONEERR_INVALDATAID","features":[389]},{"name":"PHONEERR_INVALDEVICECLASS","features":[389]},{"name":"PHONEERR_INVALEXTVERSION","features":[389]},{"name":"PHONEERR_INVALHOOKSWITCHDEV","features":[389]},{"name":"PHONEERR_INVALHOOKSWITCHMODE","features":[389]},{"name":"PHONEERR_INVALLAMPMODE","features":[389]},{"name":"PHONEERR_INVALPARAM","features":[389]},{"name":"PHONEERR_INVALPHONEHANDLE","features":[389]},{"name":"PHONEERR_INVALPHONESTATE","features":[389]},{"name":"PHONEERR_INVALPOINTER","features":[389]},{"name":"PHONEERR_INVALPRIVILEGE","features":[389]},{"name":"PHONEERR_INVALRINGMODE","features":[389]},{"name":"PHONEERR_NODEVICE","features":[389]},{"name":"PHONEERR_NODRIVER","features":[389]},{"name":"PHONEERR_NOMEM","features":[389]},{"name":"PHONEERR_NOTOWNER","features":[389]},{"name":"PHONEERR_OPERATIONFAILED","features":[389]},{"name":"PHONEERR_OPERATIONUNAVAIL","features":[389]},{"name":"PHONEERR_REINIT","features":[389]},{"name":"PHONEERR_REQUESTOVERRUN","features":[389]},{"name":"PHONEERR_RESOURCEUNAVAIL","features":[389]},{"name":"PHONEERR_SERVICE_NOT_RUNNING","features":[389]},{"name":"PHONEERR_STRUCTURETOOSMALL","features":[389]},{"name":"PHONEERR_UNINITIALIZED","features":[389]},{"name":"PHONEEVENT","features":[389]},{"name":"PHONEEXTENSIONID","features":[389]},{"name":"PHONEFEATURE_GENERICPHONE","features":[389]},{"name":"PHONEFEATURE_GETBUTTONINFO","features":[389]},{"name":"PHONEFEATURE_GETDATA","features":[389]},{"name":"PHONEFEATURE_GETDISPLAY","features":[389]},{"name":"PHONEFEATURE_GETGAINHANDSET","features":[389]},{"name":"PHONEFEATURE_GETGAINHEADSET","features":[389]},{"name":"PHONEFEATURE_GETGAINSPEAKER","features":[389]},{"name":"PHONEFEATURE_GETHOOKSWITCHHANDSET","features":[389]},{"name":"PHONEFEATURE_GETHOOKSWITCHHEADSET","features":[389]},{"name":"PHONEFEATURE_GETHOOKSWITCHSPEAKER","features":[389]},{"name":"PHONEFEATURE_GETLAMP","features":[389]},{"name":"PHONEFEATURE_GETRING","features":[389]},{"name":"PHONEFEATURE_GETVOLUMEHANDSET","features":[389]},{"name":"PHONEFEATURE_GETVOLUMEHEADSET","features":[389]},{"name":"PHONEFEATURE_GETVOLUMESPEAKER","features":[389]},{"name":"PHONEFEATURE_SETBUTTONINFO","features":[389]},{"name":"PHONEFEATURE_SETDATA","features":[389]},{"name":"PHONEFEATURE_SETDISPLAY","features":[389]},{"name":"PHONEFEATURE_SETGAINHANDSET","features":[389]},{"name":"PHONEFEATURE_SETGAINHEADSET","features":[389]},{"name":"PHONEFEATURE_SETGAINSPEAKER","features":[389]},{"name":"PHONEFEATURE_SETHOOKSWITCHHANDSET","features":[389]},{"name":"PHONEFEATURE_SETHOOKSWITCHHEADSET","features":[389]},{"name":"PHONEFEATURE_SETHOOKSWITCHSPEAKER","features":[389]},{"name":"PHONEFEATURE_SETLAMP","features":[389]},{"name":"PHONEFEATURE_SETRING","features":[389]},{"name":"PHONEFEATURE_SETVOLUMEHANDSET","features":[389]},{"name":"PHONEFEATURE_SETVOLUMEHEADSET","features":[389]},{"name":"PHONEFEATURE_SETVOLUMESPEAKER","features":[389]},{"name":"PHONEHOOKSWITCHDEV_HANDSET","features":[389]},{"name":"PHONEHOOKSWITCHDEV_HEADSET","features":[389]},{"name":"PHONEHOOKSWITCHDEV_SPEAKER","features":[389]},{"name":"PHONEHOOKSWITCHMODE_MIC","features":[389]},{"name":"PHONEHOOKSWITCHMODE_MICSPEAKER","features":[389]},{"name":"PHONEHOOKSWITCHMODE_ONHOOK","features":[389]},{"name":"PHONEHOOKSWITCHMODE_SPEAKER","features":[389]},{"name":"PHONEHOOKSWITCHMODE_UNKNOWN","features":[389]},{"name":"PHONEINITIALIZEEXOPTION_USECOMPLETIONPORT","features":[389]},{"name":"PHONEINITIALIZEEXOPTION_USEEVENT","features":[389]},{"name":"PHONEINITIALIZEEXOPTION_USEHIDDENWINDOW","features":[389]},{"name":"PHONEINITIALIZEEXPARAMS","features":[389,307]},{"name":"PHONELAMPMODE_BROKENFLUTTER","features":[389]},{"name":"PHONELAMPMODE_DUMMY","features":[389]},{"name":"PHONELAMPMODE_FLASH","features":[389]},{"name":"PHONELAMPMODE_FLUTTER","features":[389]},{"name":"PHONELAMPMODE_OFF","features":[389]},{"name":"PHONELAMPMODE_STEADY","features":[389]},{"name":"PHONELAMPMODE_UNKNOWN","features":[389]},{"name":"PHONELAMPMODE_WINK","features":[389]},{"name":"PHONEMESSAGE","features":[389]},{"name":"PHONEPRIVILEGE_MONITOR","features":[389]},{"name":"PHONEPRIVILEGE_OWNER","features":[389]},{"name":"PHONESTATE_CAPSCHANGE","features":[389]},{"name":"PHONESTATE_CONNECTED","features":[389]},{"name":"PHONESTATE_DEVSPECIFIC","features":[389]},{"name":"PHONESTATE_DISCONNECTED","features":[389]},{"name":"PHONESTATE_DISPLAY","features":[389]},{"name":"PHONESTATE_HANDSETGAIN","features":[389]},{"name":"PHONESTATE_HANDSETHOOKSWITCH","features":[389]},{"name":"PHONESTATE_HANDSETVOLUME","features":[389]},{"name":"PHONESTATE_HEADSETGAIN","features":[389]},{"name":"PHONESTATE_HEADSETHOOKSWITCH","features":[389]},{"name":"PHONESTATE_HEADSETVOLUME","features":[389]},{"name":"PHONESTATE_LAMP","features":[389]},{"name":"PHONESTATE_MONITORS","features":[389]},{"name":"PHONESTATE_OTHER","features":[389]},{"name":"PHONESTATE_OWNER","features":[389]},{"name":"PHONESTATE_REINIT","features":[389]},{"name":"PHONESTATE_REMOVED","features":[389]},{"name":"PHONESTATE_RESUME","features":[389]},{"name":"PHONESTATE_RINGMODE","features":[389]},{"name":"PHONESTATE_RINGVOLUME","features":[389]},{"name":"PHONESTATE_SPEAKERGAIN","features":[389]},{"name":"PHONESTATE_SPEAKERHOOKSWITCH","features":[389]},{"name":"PHONESTATE_SPEAKERVOLUME","features":[389]},{"name":"PHONESTATE_SUSPEND","features":[389]},{"name":"PHONESTATUS","features":[389]},{"name":"PHONESTATUSFLAGS_CONNECTED","features":[389]},{"name":"PHONESTATUSFLAGS_SUSPENDED","features":[389]},{"name":"PHONE_BUTTON","features":[389]},{"name":"PHONE_BUTTON_FUNCTION","features":[389]},{"name":"PHONE_BUTTON_MODE","features":[389]},{"name":"PHONE_BUTTON_STATE","features":[389]},{"name":"PHONE_CLOSE","features":[389]},{"name":"PHONE_CREATE","features":[389]},{"name":"PHONE_DEVSPECIFIC","features":[389]},{"name":"PHONE_EVENT","features":[389]},{"name":"PHONE_HOOK_SWITCH_DEVICE","features":[389]},{"name":"PHONE_HOOK_SWITCH_STATE","features":[389]},{"name":"PHONE_LAMP_MODE","features":[389]},{"name":"PHONE_PRIVILEGE","features":[389]},{"name":"PHONE_REMOVE","features":[389]},{"name":"PHONE_REPLY","features":[389]},{"name":"PHONE_STATE","features":[389]},{"name":"PHONE_TONE","features":[389]},{"name":"PHSD_HANDSET","features":[389]},{"name":"PHSD_HEADSET","features":[389]},{"name":"PHSD_SPEAKERPHONE","features":[389]},{"name":"PHSS_OFFHOOK","features":[389]},{"name":"PHSS_OFFHOOK_MIC_ONLY","features":[389]},{"name":"PHSS_OFFHOOK_SPEAKER_ONLY","features":[389]},{"name":"PHSS_ONHOOK","features":[389]},{"name":"PP_MONITOR","features":[389]},{"name":"PP_OWNER","features":[389]},{"name":"PRIVATEOBJECT_ADDRESS","features":[389]},{"name":"PRIVATEOBJECT_CALL","features":[389]},{"name":"PRIVATEOBJECT_CALLID","features":[389]},{"name":"PRIVATEOBJECT_LINE","features":[389]},{"name":"PRIVATEOBJECT_NONE","features":[389]},{"name":"PRIVATEOBJECT_PHONE","features":[389]},{"name":"PT_BUSY","features":[389]},{"name":"PT_ERRORTONE","features":[389]},{"name":"PT_EXTERNALDIALTONE","features":[389]},{"name":"PT_KEYPADA","features":[389]},{"name":"PT_KEYPADB","features":[389]},{"name":"PT_KEYPADC","features":[389]},{"name":"PT_KEYPADD","features":[389]},{"name":"PT_KEYPADEIGHT","features":[389]},{"name":"PT_KEYPADFIVE","features":[389]},{"name":"PT_KEYPADFOUR","features":[389]},{"name":"PT_KEYPADNINE","features":[389]},{"name":"PT_KEYPADONE","features":[389]},{"name":"PT_KEYPADPOUND","features":[389]},{"name":"PT_KEYPADSEVEN","features":[389]},{"name":"PT_KEYPADSIX","features":[389]},{"name":"PT_KEYPADSTAR","features":[389]},{"name":"PT_KEYPADTHREE","features":[389]},{"name":"PT_KEYPADTWO","features":[389]},{"name":"PT_KEYPADZERO","features":[389]},{"name":"PT_NORMALDIALTONE","features":[389]},{"name":"PT_RINGBACK","features":[389]},{"name":"PT_SILENCE","features":[389]},{"name":"QE_ADMISSIONFAILURE","features":[389]},{"name":"QE_GENERICERROR","features":[389]},{"name":"QE_LASTITEM","features":[389]},{"name":"QE_NOQOS","features":[389]},{"name":"QE_POLICYFAILURE","features":[389]},{"name":"QOS_EVENT","features":[389]},{"name":"QOS_SERVICE_LEVEL","features":[389]},{"name":"QSL_BEST_EFFORT","features":[389]},{"name":"QSL_IF_AVAILABLE","features":[389]},{"name":"QSL_NEEDED","features":[389]},{"name":"RAS_LOCAL","features":[389]},{"name":"RAS_REGION","features":[389]},{"name":"RAS_SITE","features":[389]},{"name":"RAS_WORLD","features":[389]},{"name":"RENDBIND_AUTHENTICATE","features":[389]},{"name":"RENDBIND_DEFAULTCREDENTIALS","features":[389]},{"name":"RENDBIND_DEFAULTDOMAINNAME","features":[389]},{"name":"RENDBIND_DEFAULTPASSWORD","features":[389]},{"name":"RENDBIND_DEFAULTUSERNAME","features":[389]},{"name":"RENDDATA","features":[389]},{"name":"RND_ADVERTISING_SCOPE","features":[389]},{"name":"Rendezvous","features":[389]},{"name":"RequestMakeCall","features":[389]},{"name":"STRINGFORMAT_ASCII","features":[389]},{"name":"STRINGFORMAT_BINARY","features":[389]},{"name":"STRINGFORMAT_DBCS","features":[389]},{"name":"STRINGFORMAT_UNICODE","features":[389]},{"name":"STRM_CONFIGURED","features":[389]},{"name":"STRM_INITIAL","features":[389]},{"name":"STRM_PAUSED","features":[389]},{"name":"STRM_RUNNING","features":[389]},{"name":"STRM_STOPPED","features":[389]},{"name":"STRM_TERMINALSELECTED","features":[389]},{"name":"STnefProblem","features":[389]},{"name":"STnefProblemArray","features":[389]},{"name":"TAPI","features":[389]},{"name":"TAPIERR_CONNECTED","features":[389]},{"name":"TAPIERR_DESTBUSY","features":[389]},{"name":"TAPIERR_DESTNOANSWER","features":[389]},{"name":"TAPIERR_DESTUNAVAIL","features":[389]},{"name":"TAPIERR_DEVICECLASSUNAVAIL","features":[389]},{"name":"TAPIERR_DEVICEIDUNAVAIL","features":[389]},{"name":"TAPIERR_DEVICEINUSE","features":[389]},{"name":"TAPIERR_DROPPED","features":[389]},{"name":"TAPIERR_INVALDESTADDRESS","features":[389]},{"name":"TAPIERR_INVALDEVICECLASS","features":[389]},{"name":"TAPIERR_INVALDEVICEID","features":[389]},{"name":"TAPIERR_INVALPOINTER","features":[389]},{"name":"TAPIERR_INVALWINDOWHANDLE","features":[389]},{"name":"TAPIERR_MMCWRITELOCKED","features":[389]},{"name":"TAPIERR_NOREQUESTRECIPIENT","features":[389]},{"name":"TAPIERR_NOTADMIN","features":[389]},{"name":"TAPIERR_PROVIDERALREADYINSTALLED","features":[389]},{"name":"TAPIERR_REQUESTCANCELLED","features":[389]},{"name":"TAPIERR_REQUESTFAILED","features":[389]},{"name":"TAPIERR_REQUESTQUEUEFULL","features":[389]},{"name":"TAPIERR_SCP_ALREADY_EXISTS","features":[389]},{"name":"TAPIERR_SCP_DOES_NOT_EXIST","features":[389]},{"name":"TAPIERR_UNKNOWNREQUESTID","features":[389]},{"name":"TAPIERR_UNKNOWNWINHANDLE","features":[389]},{"name":"TAPIMAXAPPNAMESIZE","features":[389]},{"name":"TAPIMAXCALLEDPARTYSIZE","features":[389]},{"name":"TAPIMAXCOMMENTSIZE","features":[389]},{"name":"TAPIMAXDESTADDRESSSIZE","features":[389]},{"name":"TAPIMAXDEVICECLASSSIZE","features":[389]},{"name":"TAPIMAXDEVICEIDSIZE","features":[389]},{"name":"TAPIMEDIATYPE_AUDIO","features":[389]},{"name":"TAPIMEDIATYPE_DATAMODEM","features":[389]},{"name":"TAPIMEDIATYPE_G3FAX","features":[389]},{"name":"TAPIMEDIATYPE_MULTITRACK","features":[389]},{"name":"TAPIMEDIATYPE_VIDEO","features":[389]},{"name":"TAPIOBJECT_EVENT","features":[389]},{"name":"TAPI_CURRENT_VERSION","features":[389]},{"name":"TAPI_CUSTOMTONE","features":[389]},{"name":"TAPI_DETECTTONE","features":[389]},{"name":"TAPI_EVENT","features":[389]},{"name":"TAPI_E_ADDRESSBLOCKED","features":[389]},{"name":"TAPI_E_ALLOCATED","features":[389]},{"name":"TAPI_E_BILLINGREJECTED","features":[389]},{"name":"TAPI_E_CALLCENTER_GROUP_REMOVED","features":[389]},{"name":"TAPI_E_CALLCENTER_INVALAGENTACTIVITY","features":[389]},{"name":"TAPI_E_CALLCENTER_INVALAGENTGROUP","features":[389]},{"name":"TAPI_E_CALLCENTER_INVALAGENTID","features":[389]},{"name":"TAPI_E_CALLCENTER_INVALAGENTSTATE","features":[389]},{"name":"TAPI_E_CALLCENTER_INVALPASSWORD","features":[389]},{"name":"TAPI_E_CALLCENTER_NO_AGENT_ID","features":[389]},{"name":"TAPI_E_CALLCENTER_QUEUE_REMOVED","features":[389]},{"name":"TAPI_E_CALLNOTSELECTED","features":[389]},{"name":"TAPI_E_CALLUNAVAIL","features":[389]},{"name":"TAPI_E_COMPLETIONOVERRUN","features":[389]},{"name":"TAPI_E_CONFERENCEFULL","features":[389]},{"name":"TAPI_E_DESTBUSY","features":[389]},{"name":"TAPI_E_DESTNOANSWER","features":[389]},{"name":"TAPI_E_DESTUNAVAIL","features":[389]},{"name":"TAPI_E_DIALMODIFIERNOTSUPPORTED","features":[389]},{"name":"TAPI_E_DROPPED","features":[389]},{"name":"TAPI_E_INUSE","features":[389]},{"name":"TAPI_E_INVALADDRESS","features":[389]},{"name":"TAPI_E_INVALADDRESSSTATE","features":[389]},{"name":"TAPI_E_INVALADDRESSTYPE","features":[389]},{"name":"TAPI_E_INVALBUTTONLAMPID","features":[389]},{"name":"TAPI_E_INVALBUTTONSTATE","features":[389]},{"name":"TAPI_E_INVALCALLPARAMS","features":[389]},{"name":"TAPI_E_INVALCALLPRIVILEGE","features":[389]},{"name":"TAPI_E_INVALCALLSTATE","features":[389]},{"name":"TAPI_E_INVALCARD","features":[389]},{"name":"TAPI_E_INVALCOMPLETIONID","features":[389]},{"name":"TAPI_E_INVALCOUNTRYCODE","features":[389]},{"name":"TAPI_E_INVALDATAID","features":[389]},{"name":"TAPI_E_INVALDEVICECLASS","features":[389]},{"name":"TAPI_E_INVALDIALPARAMS","features":[389]},{"name":"TAPI_E_INVALDIGITS","features":[389]},{"name":"TAPI_E_INVALFEATURE","features":[389]},{"name":"TAPI_E_INVALGROUPID","features":[389]},{"name":"TAPI_E_INVALHOOKSWITCHDEV","features":[389]},{"name":"TAPI_E_INVALIDDIRECTION","features":[389]},{"name":"TAPI_E_INVALIDMEDIATYPE","features":[389]},{"name":"TAPI_E_INVALIDSTREAM","features":[389]},{"name":"TAPI_E_INVALIDSTREAMSTATE","features":[389]},{"name":"TAPI_E_INVALIDTERMINAL","features":[389]},{"name":"TAPI_E_INVALIDTERMINALCLASS","features":[389]},{"name":"TAPI_E_INVALLIST","features":[389]},{"name":"TAPI_E_INVALLOCATION","features":[389]},{"name":"TAPI_E_INVALMESSAGEID","features":[389]},{"name":"TAPI_E_INVALMODE","features":[389]},{"name":"TAPI_E_INVALPARKID","features":[389]},{"name":"TAPI_E_INVALPRIVILEGE","features":[389]},{"name":"TAPI_E_INVALRATE","features":[389]},{"name":"TAPI_E_INVALTIMEOUT","features":[389]},{"name":"TAPI_E_INVALTONE","features":[389]},{"name":"TAPI_E_MAXSTREAMS","features":[389]},{"name":"TAPI_E_MAXTERMINALS","features":[389]},{"name":"TAPI_E_NOCONFERENCE","features":[389]},{"name":"TAPI_E_NODEVICE","features":[389]},{"name":"TAPI_E_NODRIVER","features":[389]},{"name":"TAPI_E_NOEVENT","features":[389]},{"name":"TAPI_E_NOFORMAT","features":[389]},{"name":"TAPI_E_NOITEMS","features":[389]},{"name":"TAPI_E_NOREQUEST","features":[389]},{"name":"TAPI_E_NOREQUESTRECIPIENT","features":[389]},{"name":"TAPI_E_NOTENOUGHMEMORY","features":[389]},{"name":"TAPI_E_NOTERMINALSELECTED","features":[389]},{"name":"TAPI_E_NOTOWNER","features":[389]},{"name":"TAPI_E_NOTREGISTERED","features":[389]},{"name":"TAPI_E_NOTSTOPPED","features":[389]},{"name":"TAPI_E_NOTSUPPORTED","features":[389]},{"name":"TAPI_E_NOT_INITIALIZED","features":[389]},{"name":"TAPI_E_OPERATIONFAILED","features":[389]},{"name":"TAPI_E_PEER_NOT_SET","features":[389]},{"name":"TAPI_E_PHONENOTOPEN","features":[389]},{"name":"TAPI_E_REGISTRY_SETTING_CORRUPT","features":[389]},{"name":"TAPI_E_REINIT","features":[389]},{"name":"TAPI_E_REQUESTCANCELLED","features":[389]},{"name":"TAPI_E_REQUESTFAILED","features":[389]},{"name":"TAPI_E_REQUESTOVERRUN","features":[389]},{"name":"TAPI_E_REQUESTQUEUEFULL","features":[389]},{"name":"TAPI_E_RESOURCEUNAVAIL","features":[389]},{"name":"TAPI_E_SERVICE_NOT_RUNNING","features":[389]},{"name":"TAPI_E_TARGETNOTFOUND","features":[389]},{"name":"TAPI_E_TARGETSELF","features":[389]},{"name":"TAPI_E_TERMINALINUSE","features":[389]},{"name":"TAPI_E_TERMINAL_PEER","features":[389]},{"name":"TAPI_E_TIMEOUT","features":[389]},{"name":"TAPI_E_USERUSERINFOTOOBIG","features":[389]},{"name":"TAPI_E_WRONGEVENT","features":[389]},{"name":"TAPI_E_WRONG_STATE","features":[389]},{"name":"TAPI_GATHERTERM","features":[389]},{"name":"TAPI_OBJECT_TYPE","features":[389]},{"name":"TAPI_REPLY","features":[389]},{"name":"TAPI_TONEMODE","features":[389]},{"name":"TD_BIDIRECTIONAL","features":[389]},{"name":"TD_CAPTURE","features":[389]},{"name":"TD_MULTITRACK_MIXED","features":[389]},{"name":"TD_NONE","features":[389]},{"name":"TD_RENDER","features":[389]},{"name":"TERMINAL_DIRECTION","features":[389]},{"name":"TERMINAL_MEDIA_STATE","features":[389]},{"name":"TERMINAL_STATE","features":[389]},{"name":"TERMINAL_TYPE","features":[389]},{"name":"TE_ACDGROUP","features":[389]},{"name":"TE_ADDRESS","features":[389]},{"name":"TE_ADDRESSCLOSE","features":[389]},{"name":"TE_ADDRESSCREATE","features":[389]},{"name":"TE_ADDRESSDEVSPECIFIC","features":[389]},{"name":"TE_ADDRESSREMOVE","features":[389]},{"name":"TE_AGENT","features":[389]},{"name":"TE_AGENTHANDLER","features":[389]},{"name":"TE_AGENTSESSION","features":[389]},{"name":"TE_ASRTERMINAL","features":[389]},{"name":"TE_CALLHUB","features":[389]},{"name":"TE_CALLINFOCHANGE","features":[389]},{"name":"TE_CALLMEDIA","features":[389]},{"name":"TE_CALLNOTIFICATION","features":[389]},{"name":"TE_CALLSTATE","features":[389]},{"name":"TE_DIGITEVENT","features":[389]},{"name":"TE_FILETERMINAL","features":[389]},{"name":"TE_GATHERDIGITS","features":[389]},{"name":"TE_GENERATEEVENT","features":[389]},{"name":"TE_PHONECREATE","features":[389]},{"name":"TE_PHONEDEVSPECIFIC","features":[389]},{"name":"TE_PHONEEVENT","features":[389]},{"name":"TE_PHONEREMOVE","features":[389]},{"name":"TE_PRIVATE","features":[389]},{"name":"TE_QOSEVENT","features":[389]},{"name":"TE_QUEUE","features":[389]},{"name":"TE_REINIT","features":[389]},{"name":"TE_REQUEST","features":[389]},{"name":"TE_TAPIOBJECT","features":[389]},{"name":"TE_TONEEVENT","features":[389]},{"name":"TE_TONETERMINAL","features":[389]},{"name":"TE_TRANSLATECHANGE","features":[389]},{"name":"TE_TTSTERMINAL","features":[389]},{"name":"TGT_BUFFERFULL","features":[389]},{"name":"TGT_CANCEL","features":[389]},{"name":"TGT_FIRSTTIMEOUT","features":[389]},{"name":"TGT_INTERTIMEOUT","features":[389]},{"name":"TGT_TERMDIGIT","features":[389]},{"name":"TMS_ACTIVE","features":[389]},{"name":"TMS_IDLE","features":[389]},{"name":"TMS_LASTITEM","features":[389]},{"name":"TMS_PAUSED","features":[389]},{"name":"TOT_ADDRESS","features":[389]},{"name":"TOT_CALL","features":[389]},{"name":"TOT_CALLHUB","features":[389]},{"name":"TOT_NONE","features":[389]},{"name":"TOT_PHONE","features":[389]},{"name":"TOT_TAPI","features":[389]},{"name":"TOT_TERMINAL","features":[389]},{"name":"TRP","features":[389]},{"name":"TSPI_LINEACCEPT","features":[389]},{"name":"TSPI_LINEADDTOCONFERENCE","features":[389]},{"name":"TSPI_LINEANSWER","features":[389]},{"name":"TSPI_LINEBLINDTRANSFER","features":[389]},{"name":"TSPI_LINECLOSE","features":[389]},{"name":"TSPI_LINECLOSECALL","features":[389]},{"name":"TSPI_LINECLOSEMSPINSTANCE","features":[389]},{"name":"TSPI_LINECOMPLETECALL","features":[389]},{"name":"TSPI_LINECOMPLETETRANSFER","features":[389]},{"name":"TSPI_LINECONDITIONALMEDIADETECTION","features":[389]},{"name":"TSPI_LINECONFIGDIALOG","features":[389]},{"name":"TSPI_LINECONFIGDIALOGEDIT","features":[389]},{"name":"TSPI_LINECREATEMSPINSTANCE","features":[389]},{"name":"TSPI_LINEDEVSPECIFIC","features":[389]},{"name":"TSPI_LINEDEVSPECIFICFEATURE","features":[389]},{"name":"TSPI_LINEDIAL","features":[389]},{"name":"TSPI_LINEDROP","features":[389]},{"name":"TSPI_LINEDROPNOOWNER","features":[389]},{"name":"TSPI_LINEDROPONCLOSE","features":[389]},{"name":"TSPI_LINEFORWARD","features":[389]},{"name":"TSPI_LINEGATHERDIGITS","features":[389]},{"name":"TSPI_LINEGENERATEDIGITS","features":[389]},{"name":"TSPI_LINEGENERATETONE","features":[389]},{"name":"TSPI_LINEGETADDRESSCAPS","features":[389]},{"name":"TSPI_LINEGETADDRESSID","features":[389]},{"name":"TSPI_LINEGETADDRESSSTATUS","features":[389]},{"name":"TSPI_LINEGETCALLADDRESSID","features":[389]},{"name":"TSPI_LINEGETCALLHUBTRACKING","features":[389]},{"name":"TSPI_LINEGETCALLID","features":[389]},{"name":"TSPI_LINEGETCALLINFO","features":[389]},{"name":"TSPI_LINEGETCALLSTATUS","features":[389]},{"name":"TSPI_LINEGETDEVCAPS","features":[389]},{"name":"TSPI_LINEGETDEVCONFIG","features":[389]},{"name":"TSPI_LINEGETEXTENSIONID","features":[389]},{"name":"TSPI_LINEGETICON","features":[389]},{"name":"TSPI_LINEGETID","features":[389]},{"name":"TSPI_LINEGETLINEDEVSTATUS","features":[389]},{"name":"TSPI_LINEGETNUMADDRESSIDS","features":[389]},{"name":"TSPI_LINEHOLD","features":[389]},{"name":"TSPI_LINEMAKECALL","features":[389]},{"name":"TSPI_LINEMONITORDIGITS","features":[389]},{"name":"TSPI_LINEMONITORMEDIA","features":[389]},{"name":"TSPI_LINEMONITORTONES","features":[389]},{"name":"TSPI_LINEMSPIDENTIFY","features":[389]},{"name":"TSPI_LINENEGOTIATEEXTVERSION","features":[389]},{"name":"TSPI_LINENEGOTIATETSPIVERSION","features":[389]},{"name":"TSPI_LINEOPEN","features":[389]},{"name":"TSPI_LINEPARK","features":[389]},{"name":"TSPI_LINEPICKUP","features":[389]},{"name":"TSPI_LINEPREPAREADDTOCONFERENCE","features":[389]},{"name":"TSPI_LINERECEIVEMSPDATA","features":[389]},{"name":"TSPI_LINEREDIRECT","features":[389]},{"name":"TSPI_LINERELEASEUSERUSERINFO","features":[389]},{"name":"TSPI_LINEREMOVEFROMCONFERENCE","features":[389]},{"name":"TSPI_LINESECURECALL","features":[389]},{"name":"TSPI_LINESELECTEXTVERSION","features":[389]},{"name":"TSPI_LINESENDUSERUSERINFO","features":[389]},{"name":"TSPI_LINESETAPPSPECIFIC","features":[389]},{"name":"TSPI_LINESETCALLHUBTRACKING","features":[389]},{"name":"TSPI_LINESETCALLPARAMS","features":[389]},{"name":"TSPI_LINESETCURRENTLOCATION","features":[389]},{"name":"TSPI_LINESETDEFAULTMEDIADETECTION","features":[389]},{"name":"TSPI_LINESETDEVCONFIG","features":[389]},{"name":"TSPI_LINESETMEDIACONTROL","features":[389]},{"name":"TSPI_LINESETMEDIAMODE","features":[389]},{"name":"TSPI_LINESETSTATUSMESSAGES","features":[389]},{"name":"TSPI_LINESETTERMINAL","features":[389]},{"name":"TSPI_LINESETUPCONFERENCE","features":[389]},{"name":"TSPI_LINESETUPTRANSFER","features":[389]},{"name":"TSPI_LINESWAPHOLD","features":[389]},{"name":"TSPI_LINEUNCOMPLETECALL","features":[389]},{"name":"TSPI_LINEUNHOLD","features":[389]},{"name":"TSPI_LINEUNPARK","features":[389]},{"name":"TSPI_MESSAGE_BASE","features":[389]},{"name":"TSPI_PHONECLOSE","features":[389]},{"name":"TSPI_PHONECONFIGDIALOG","features":[389]},{"name":"TSPI_PHONEDEVSPECIFIC","features":[389]},{"name":"TSPI_PHONEGETBUTTONINFO","features":[389]},{"name":"TSPI_PHONEGETDATA","features":[389]},{"name":"TSPI_PHONEGETDEVCAPS","features":[389]},{"name":"TSPI_PHONEGETDISPLAY","features":[389]},{"name":"TSPI_PHONEGETEXTENSIONID","features":[389]},{"name":"TSPI_PHONEGETGAIN","features":[389]},{"name":"TSPI_PHONEGETHOOKSWITCH","features":[389]},{"name":"TSPI_PHONEGETICON","features":[389]},{"name":"TSPI_PHONEGETID","features":[389]},{"name":"TSPI_PHONEGETLAMP","features":[389]},{"name":"TSPI_PHONEGETRING","features":[389]},{"name":"TSPI_PHONEGETSTATUS","features":[389]},{"name":"TSPI_PHONEGETVOLUME","features":[389]},{"name":"TSPI_PHONENEGOTIATEEXTVERSION","features":[389]},{"name":"TSPI_PHONENEGOTIATETSPIVERSION","features":[389]},{"name":"TSPI_PHONEOPEN","features":[389]},{"name":"TSPI_PHONESELECTEXTVERSION","features":[389]},{"name":"TSPI_PHONESETBUTTONINFO","features":[389]},{"name":"TSPI_PHONESETDATA","features":[389]},{"name":"TSPI_PHONESETDISPLAY","features":[389]},{"name":"TSPI_PHONESETGAIN","features":[389]},{"name":"TSPI_PHONESETHOOKSWITCH","features":[389]},{"name":"TSPI_PHONESETLAMP","features":[389]},{"name":"TSPI_PHONESETRING","features":[389]},{"name":"TSPI_PHONESETSTATUSMESSAGES","features":[389]},{"name":"TSPI_PHONESETVOLUME","features":[389]},{"name":"TSPI_PROC_BASE","features":[389]},{"name":"TSPI_PROVIDERCONFIG","features":[389]},{"name":"TSPI_PROVIDERCREATELINEDEVICE","features":[389]},{"name":"TSPI_PROVIDERCREATEPHONEDEVICE","features":[389]},{"name":"TSPI_PROVIDERENUMDEVICES","features":[389]},{"name":"TSPI_PROVIDERINIT","features":[389]},{"name":"TSPI_PROVIDERINSTALL","features":[389]},{"name":"TSPI_PROVIDERREMOVE","features":[389]},{"name":"TSPI_PROVIDERSHUTDOWN","features":[389]},{"name":"TS_INUSE","features":[389]},{"name":"TS_NOTINUSE","features":[389]},{"name":"TTM_BEEP","features":[389]},{"name":"TTM_BILLING","features":[389]},{"name":"TTM_BUSY","features":[389]},{"name":"TTM_RINGBACK","features":[389]},{"name":"TT_DYNAMIC","features":[389]},{"name":"TT_STATIC","features":[389]},{"name":"TUISPICREATEDIALOGINSTANCEPARAMS","features":[389]},{"name":"TUISPIDLLCALLBACK","features":[389]},{"name":"TUISPIDLL_OBJECT_DIALOGINSTANCE","features":[389]},{"name":"TUISPIDLL_OBJECT_LINEID","features":[389]},{"name":"TUISPIDLL_OBJECT_PHONEID","features":[389]},{"name":"TUISPIDLL_OBJECT_PROVIDERID","features":[389]},{"name":"VARSTRING","features":[389]},{"name":"atypFile","features":[389]},{"name":"atypMax","features":[389]},{"name":"atypNull","features":[389]},{"name":"atypOle","features":[389]},{"name":"atypPicture","features":[389]},{"name":"cbDisplayName","features":[389]},{"name":"cbEmailName","features":[389]},{"name":"cbMaxIdData","features":[389]},{"name":"cbSeverName","features":[389]},{"name":"cbTYPE","features":[389]},{"name":"lineAccept","features":[389]},{"name":"lineAddProvider","features":[389,307]},{"name":"lineAddProviderA","features":[389,307]},{"name":"lineAddProviderW","features":[389,307]},{"name":"lineAddToConference","features":[389]},{"name":"lineAgentSpecific","features":[389]},{"name":"lineAnswer","features":[389]},{"name":"lineBlindTransfer","features":[389]},{"name":"lineBlindTransferA","features":[389]},{"name":"lineBlindTransferW","features":[389]},{"name":"lineClose","features":[389]},{"name":"lineCompleteCall","features":[389]},{"name":"lineCompleteTransfer","features":[389]},{"name":"lineConfigDialog","features":[389,307]},{"name":"lineConfigDialogA","features":[389,307]},{"name":"lineConfigDialogEdit","features":[389,307]},{"name":"lineConfigDialogEditA","features":[389,307]},{"name":"lineConfigDialogEditW","features":[389,307]},{"name":"lineConfigDialogW","features":[389,307]},{"name":"lineConfigProvider","features":[389,307]},{"name":"lineCreateAgentA","features":[389]},{"name":"lineCreateAgentSessionA","features":[389]},{"name":"lineCreateAgentSessionW","features":[389]},{"name":"lineCreateAgentW","features":[389]},{"name":"lineDeallocateCall","features":[389]},{"name":"lineDevSpecific","features":[389]},{"name":"lineDevSpecificFeature","features":[389]},{"name":"lineDial","features":[389]},{"name":"lineDialA","features":[389]},{"name":"lineDialW","features":[389]},{"name":"lineDrop","features":[389]},{"name":"lineForward","features":[389]},{"name":"lineForwardA","features":[389]},{"name":"lineForwardW","features":[389]},{"name":"lineGatherDigits","features":[389]},{"name":"lineGatherDigitsA","features":[389]},{"name":"lineGatherDigitsW","features":[389]},{"name":"lineGenerateDigits","features":[389]},{"name":"lineGenerateDigitsA","features":[389]},{"name":"lineGenerateDigitsW","features":[389]},{"name":"lineGenerateTone","features":[389]},{"name":"lineGetAddressCaps","features":[389]},{"name":"lineGetAddressCapsA","features":[389]},{"name":"lineGetAddressCapsW","features":[389]},{"name":"lineGetAddressID","features":[389]},{"name":"lineGetAddressIDA","features":[389]},{"name":"lineGetAddressIDW","features":[389]},{"name":"lineGetAddressStatus","features":[389]},{"name":"lineGetAddressStatusA","features":[389]},{"name":"lineGetAddressStatusW","features":[389]},{"name":"lineGetAgentActivityListA","features":[389]},{"name":"lineGetAgentActivityListW","features":[389]},{"name":"lineGetAgentCapsA","features":[389]},{"name":"lineGetAgentCapsW","features":[389]},{"name":"lineGetAgentGroupListA","features":[389]},{"name":"lineGetAgentGroupListW","features":[389]},{"name":"lineGetAgentInfo","features":[389,358]},{"name":"lineGetAgentSessionInfo","features":[389,358]},{"name":"lineGetAgentSessionList","features":[389]},{"name":"lineGetAgentStatusA","features":[389]},{"name":"lineGetAgentStatusW","features":[389]},{"name":"lineGetAppPriority","features":[389]},{"name":"lineGetAppPriorityA","features":[389]},{"name":"lineGetAppPriorityW","features":[389]},{"name":"lineGetCallInfo","features":[389]},{"name":"lineGetCallInfoA","features":[389]},{"name":"lineGetCallInfoW","features":[389]},{"name":"lineGetCallStatus","features":[389,307]},{"name":"lineGetConfRelatedCalls","features":[389]},{"name":"lineGetCountry","features":[389]},{"name":"lineGetCountryA","features":[389]},{"name":"lineGetCountryW","features":[389]},{"name":"lineGetDevCaps","features":[389]},{"name":"lineGetDevCapsA","features":[389]},{"name":"lineGetDevCapsW","features":[389]},{"name":"lineGetDevConfig","features":[389]},{"name":"lineGetDevConfigA","features":[389]},{"name":"lineGetDevConfigW","features":[389]},{"name":"lineGetGroupListA","features":[389]},{"name":"lineGetGroupListW","features":[389]},{"name":"lineGetID","features":[389]},{"name":"lineGetIDA","features":[389]},{"name":"lineGetIDW","features":[389]},{"name":"lineGetIcon","features":[389,371]},{"name":"lineGetIconA","features":[389,371]},{"name":"lineGetIconW","features":[389,371]},{"name":"lineGetLineDevStatus","features":[389]},{"name":"lineGetLineDevStatusA","features":[389]},{"name":"lineGetLineDevStatusW","features":[389]},{"name":"lineGetMessage","features":[389]},{"name":"lineGetNewCalls","features":[389]},{"name":"lineGetNumRings","features":[389]},{"name":"lineGetProviderList","features":[389]},{"name":"lineGetProviderListA","features":[389]},{"name":"lineGetProviderListW","features":[389]},{"name":"lineGetProxyStatus","features":[389]},{"name":"lineGetQueueInfo","features":[389]},{"name":"lineGetQueueListA","features":[389]},{"name":"lineGetQueueListW","features":[389]},{"name":"lineGetRequest","features":[389]},{"name":"lineGetRequestA","features":[389]},{"name":"lineGetRequestW","features":[389]},{"name":"lineGetStatusMessages","features":[389]},{"name":"lineGetTranslateCaps","features":[389]},{"name":"lineGetTranslateCapsA","features":[389]},{"name":"lineGetTranslateCapsW","features":[389]},{"name":"lineHandoff","features":[389]},{"name":"lineHandoffA","features":[389]},{"name":"lineHandoffW","features":[389]},{"name":"lineHold","features":[389]},{"name":"lineInitialize","features":[389,307]},{"name":"lineInitializeExA","features":[389,307]},{"name":"lineInitializeExW","features":[389,307]},{"name":"lineMakeCall","features":[389]},{"name":"lineMakeCallA","features":[389]},{"name":"lineMakeCallW","features":[389]},{"name":"lineMonitorDigits","features":[389]},{"name":"lineMonitorMedia","features":[389]},{"name":"lineMonitorTones","features":[389]},{"name":"lineNegotiateAPIVersion","features":[389]},{"name":"lineNegotiateExtVersion","features":[389]},{"name":"lineOpen","features":[389]},{"name":"lineOpenA","features":[389]},{"name":"lineOpenW","features":[389]},{"name":"linePark","features":[389]},{"name":"lineParkA","features":[389]},{"name":"lineParkW","features":[389]},{"name":"linePickup","features":[389]},{"name":"linePickupA","features":[389]},{"name":"linePickupW","features":[389]},{"name":"linePrepareAddToConference","features":[389]},{"name":"linePrepareAddToConferenceA","features":[389]},{"name":"linePrepareAddToConferenceW","features":[389]},{"name":"lineProxyMessage","features":[389]},{"name":"lineProxyResponse","features":[389,358]},{"name":"lineRedirect","features":[389]},{"name":"lineRedirectA","features":[389]},{"name":"lineRedirectW","features":[389]},{"name":"lineRegisterRequestRecipient","features":[389]},{"name":"lineReleaseUserUserInfo","features":[389]},{"name":"lineRemoveFromConference","features":[389]},{"name":"lineRemoveProvider","features":[389,307]},{"name":"lineSecureCall","features":[389]},{"name":"lineSendUserUserInfo","features":[389]},{"name":"lineSetAgentActivity","features":[389]},{"name":"lineSetAgentGroup","features":[389]},{"name":"lineSetAgentMeasurementPeriod","features":[389]},{"name":"lineSetAgentSessionState","features":[389]},{"name":"lineSetAgentState","features":[389]},{"name":"lineSetAgentStateEx","features":[389]},{"name":"lineSetAppPriority","features":[389]},{"name":"lineSetAppPriorityA","features":[389]},{"name":"lineSetAppPriorityW","features":[389]},{"name":"lineSetAppSpecific","features":[389]},{"name":"lineSetCallData","features":[389]},{"name":"lineSetCallParams","features":[389]},{"name":"lineSetCallPrivilege","features":[389]},{"name":"lineSetCallQualityOfService","features":[389]},{"name":"lineSetCallTreatment","features":[389]},{"name":"lineSetCurrentLocation","features":[389]},{"name":"lineSetDevConfig","features":[389]},{"name":"lineSetDevConfigA","features":[389]},{"name":"lineSetDevConfigW","features":[389]},{"name":"lineSetLineDevStatus","features":[389]},{"name":"lineSetMediaControl","features":[389]},{"name":"lineSetMediaMode","features":[389]},{"name":"lineSetNumRings","features":[389]},{"name":"lineSetQueueMeasurementPeriod","features":[389]},{"name":"lineSetStatusMessages","features":[389]},{"name":"lineSetTerminal","features":[389]},{"name":"lineSetTollList","features":[389]},{"name":"lineSetTollListA","features":[389]},{"name":"lineSetTollListW","features":[389]},{"name":"lineSetupConference","features":[389]},{"name":"lineSetupConferenceA","features":[389]},{"name":"lineSetupConferenceW","features":[389]},{"name":"lineSetupTransfer","features":[389]},{"name":"lineSetupTransferA","features":[389]},{"name":"lineSetupTransferW","features":[389]},{"name":"lineShutdown","features":[389]},{"name":"lineSwapHold","features":[389]},{"name":"lineTranslateAddress","features":[389]},{"name":"lineTranslateAddressA","features":[389]},{"name":"lineTranslateAddressW","features":[389]},{"name":"lineTranslateDialog","features":[389,307]},{"name":"lineTranslateDialogA","features":[389,307]},{"name":"lineTranslateDialogW","features":[389,307]},{"name":"lineUncompleteCall","features":[389]},{"name":"lineUnhold","features":[389]},{"name":"lineUnpark","features":[389]},{"name":"lineUnparkA","features":[389]},{"name":"lineUnparkW","features":[389]},{"name":"phoneClose","features":[389]},{"name":"phoneConfigDialog","features":[389,307]},{"name":"phoneConfigDialogA","features":[389,307]},{"name":"phoneConfigDialogW","features":[389,307]},{"name":"phoneDevSpecific","features":[389]},{"name":"phoneGetButtonInfo","features":[389]},{"name":"phoneGetButtonInfoA","features":[389]},{"name":"phoneGetButtonInfoW","features":[389]},{"name":"phoneGetData","features":[389]},{"name":"phoneGetDevCaps","features":[389]},{"name":"phoneGetDevCapsA","features":[389]},{"name":"phoneGetDevCapsW","features":[389]},{"name":"phoneGetDisplay","features":[389]},{"name":"phoneGetGain","features":[389]},{"name":"phoneGetHookSwitch","features":[389]},{"name":"phoneGetID","features":[389]},{"name":"phoneGetIDA","features":[389]},{"name":"phoneGetIDW","features":[389]},{"name":"phoneGetIcon","features":[389,371]},{"name":"phoneGetIconA","features":[389,371]},{"name":"phoneGetIconW","features":[389,371]},{"name":"phoneGetLamp","features":[389]},{"name":"phoneGetMessage","features":[389]},{"name":"phoneGetRing","features":[389]},{"name":"phoneGetStatus","features":[389]},{"name":"phoneGetStatusA","features":[389]},{"name":"phoneGetStatusMessages","features":[389]},{"name":"phoneGetStatusW","features":[389]},{"name":"phoneGetVolume","features":[389]},{"name":"phoneInitialize","features":[389,307]},{"name":"phoneInitializeExA","features":[389,307]},{"name":"phoneInitializeExW","features":[389,307]},{"name":"phoneNegotiateAPIVersion","features":[389]},{"name":"phoneNegotiateExtVersion","features":[389]},{"name":"phoneOpen","features":[389]},{"name":"phoneSetButtonInfo","features":[389]},{"name":"phoneSetButtonInfoA","features":[389]},{"name":"phoneSetButtonInfoW","features":[389]},{"name":"phoneSetData","features":[389]},{"name":"phoneSetDisplay","features":[389]},{"name":"phoneSetGain","features":[389]},{"name":"phoneSetHookSwitch","features":[389]},{"name":"phoneSetLamp","features":[389]},{"name":"phoneSetRing","features":[389]},{"name":"phoneSetStatusMessages","features":[389]},{"name":"phoneSetVolume","features":[389]},{"name":"phoneShutdown","features":[389]},{"name":"prioHigh","features":[389]},{"name":"prioLow","features":[389]},{"name":"prioNorm","features":[389]},{"name":"tapiGetLocationInfo","features":[389]},{"name":"tapiGetLocationInfoA","features":[389]},{"name":"tapiGetLocationInfoW","features":[389]},{"name":"tapiRequestDrop","features":[389,307]},{"name":"tapiRequestMakeCall","features":[389]},{"name":"tapiRequestMakeCallA","features":[389]},{"name":"tapiRequestMakeCallW","features":[389]},{"name":"tapiRequestMediaCall","features":[389,307]},{"name":"tapiRequestMediaCallA","features":[389,307]},{"name":"tapiRequestMediaCallW","features":[389,307]}],"390":[{"name":"ALLOW_PARTIAL_READS","features":[391]},{"name":"ALL_PIPE","features":[391]},{"name":"ALTERNATE_INTERFACE","features":[391]},{"name":"AUTO_CLEAR_STALL","features":[391]},{"name":"AUTO_FLUSH","features":[391]},{"name":"AUTO_SUSPEND","features":[391]},{"name":"AcquireBusInfo","features":[391]},{"name":"AcquireControllerName","features":[391]},{"name":"AcquireHubName","features":[391]},{"name":"BMREQUEST_CLASS","features":[391]},{"name":"BMREQUEST_DEVICE_TO_HOST","features":[391]},{"name":"BMREQUEST_HOST_TO_DEVICE","features":[391]},{"name":"BMREQUEST_STANDARD","features":[391]},{"name":"BMREQUEST_TO_DEVICE","features":[391]},{"name":"BMREQUEST_TO_ENDPOINT","features":[391]},{"name":"BMREQUEST_TO_INTERFACE","features":[391]},{"name":"BMREQUEST_TO_OTHER","features":[391]},{"name":"BMREQUEST_VENDOR","features":[391]},{"name":"BM_REQUEST_TYPE","features":[391]},{"name":"BULKIN_FLAG","features":[391]},{"name":"CHANNEL_INFO","features":[391]},{"name":"CompositeDevice","features":[391]},{"name":"DEVICE_DESCRIPTOR","features":[391]},{"name":"DEVICE_SPEED","features":[391]},{"name":"DRV_VERSION","features":[391]},{"name":"DeviceCausedOvercurrent","features":[391]},{"name":"DeviceConnected","features":[391]},{"name":"DeviceEnumerating","features":[391]},{"name":"DeviceFailedEnumeration","features":[391]},{"name":"DeviceGeneralFailure","features":[391]},{"name":"DeviceHubNestedTooDeeply","features":[391]},{"name":"DeviceInLegacyHub","features":[391]},{"name":"DeviceNotEnoughBandwidth","features":[391]},{"name":"DeviceNotEnoughPower","features":[391]},{"name":"DeviceReset","features":[391]},{"name":"EHCI_Generic","features":[391]},{"name":"EHCI_Intel_Medfield","features":[391]},{"name":"EHCI_Lucent","features":[391]},{"name":"EHCI_NEC","features":[391]},{"name":"EHCI_NVIDIA_Tegra2","features":[391]},{"name":"EHCI_NVIDIA_Tegra3","features":[391]},{"name":"EVENT_PIPE","features":[391]},{"name":"EnumerationFailure","features":[391]},{"name":"FILE_DEVICE_USB","features":[391]},{"name":"FILE_DEVICE_USB_SCAN","features":[391]},{"name":"FullSpeed","features":[391]},{"name":"GUID_DEVINTERFACE_USB_BILLBOARD","features":[391]},{"name":"GUID_DEVINTERFACE_USB_DEVICE","features":[391]},{"name":"GUID_DEVINTERFACE_USB_HOST_CONTROLLER","features":[391]},{"name":"GUID_DEVINTERFACE_USB_HUB","features":[391]},{"name":"GUID_USB_MSOS20_PLATFORM_CAPABILITY_ID","features":[391]},{"name":"GUID_USB_PERFORMANCE_TRACING","features":[391]},{"name":"GUID_USB_TRANSFER_TRACING","features":[391]},{"name":"GUID_USB_WMI_DEVICE_PERF_INFO","features":[391]},{"name":"GUID_USB_WMI_NODE_INFO","features":[391]},{"name":"GUID_USB_WMI_STD_DATA","features":[391]},{"name":"GUID_USB_WMI_STD_NOTIFICATION","features":[391]},{"name":"GUID_USB_WMI_SURPRISE_REMOVAL_NOTIFICATION","features":[391]},{"name":"GUID_USB_WMI_TRACING","features":[391]},{"name":"HCD_DIAGNOSTIC_MODE_OFF","features":[391]},{"name":"HCD_DIAGNOSTIC_MODE_ON","features":[391]},{"name":"HCD_DISABLE_PORT","features":[391]},{"name":"HCD_ENABLE_PORT","features":[391]},{"name":"HCD_GET_DRIVERKEY_NAME","features":[391]},{"name":"HCD_GET_ROOT_HUB_NAME","features":[391]},{"name":"HCD_GET_STATS_1","features":[391]},{"name":"HCD_GET_STATS_2","features":[391]},{"name":"HCD_ISO_STAT_COUNTERS","features":[391]},{"name":"HCD_STAT_COUNTERS","features":[391]},{"name":"HCD_STAT_INFORMATION_1","features":[391]},{"name":"HCD_STAT_INFORMATION_2","features":[391]},{"name":"HCD_TRACE_READ_REQUEST","features":[391]},{"name":"HCD_USER_REQUEST","features":[391]},{"name":"HUB_DEVICE_CONFIG_INFO","features":[391]},{"name":"HighSpeed","features":[391]},{"name":"HubDevice","features":[391]},{"name":"HubNestedTooDeeply","features":[391]},{"name":"HubOvercurrent","features":[391]},{"name":"HubPowerChange","features":[391]},{"name":"IGNORE_SHORT_PACKETS","features":[391]},{"name":"IOCTL_ABORT_PIPE","features":[391]},{"name":"IOCTL_CANCEL_IO","features":[391]},{"name":"IOCTL_GENERICUSBFN_ACTIVATE_USB_BUS","features":[391]},{"name":"IOCTL_GENERICUSBFN_BUS_EVENT_NOTIFICATION","features":[391]},{"name":"IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_IN","features":[391]},{"name":"IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT","features":[391]},{"name":"IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS","features":[391]},{"name":"IOCTL_GENERICUSBFN_GET_CLASS_INFO","features":[391]},{"name":"IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX","features":[391]},{"name":"IOCTL_GENERICUSBFN_GET_INTERFACE_DESCRIPTOR_SET","features":[391]},{"name":"IOCTL_GENERICUSBFN_GET_PIPE_STATE","features":[391]},{"name":"IOCTL_GENERICUSBFN_REGISTER_USB_STRING","features":[391]},{"name":"IOCTL_GENERICUSBFN_SET_PIPE_STATE","features":[391]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_IN","features":[391]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_IN_APPEND_ZERO_PKT","features":[391]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_OUT","features":[391]},{"name":"IOCTL_GET_CHANNEL_ALIGN_RQST","features":[391]},{"name":"IOCTL_GET_DEVICE_DESCRIPTOR","features":[391]},{"name":"IOCTL_GET_HCD_DRIVERKEY_NAME","features":[391]},{"name":"IOCTL_GET_PIPE_CONFIGURATION","features":[391]},{"name":"IOCTL_GET_USB_DESCRIPTOR","features":[391]},{"name":"IOCTL_GET_VERSION","features":[391]},{"name":"IOCTL_INDEX","features":[391]},{"name":"IOCTL_INTERNAL_USB_CYCLE_PORT","features":[391]},{"name":"IOCTL_INTERNAL_USB_ENABLE_PORT","features":[391]},{"name":"IOCTL_INTERNAL_USB_FAIL_GET_STATUS_FROM_DEVICE","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_BUSGUID_INFO","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_BUS_INFO","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_CONTROLLER_NAME","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_CONFIG_INFO","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE_EX","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_HUB_COUNT","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_HUB_NAME","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_PARENT_HUB_INFO","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_PORT_STATUS","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_ROOTHUB_PDO","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_TOPOLOGY_ADDRESS","features":[391]},{"name":"IOCTL_INTERNAL_USB_GET_TT_DEVICE_HANDLE","features":[391]},{"name":"IOCTL_INTERNAL_USB_NOTIFY_IDLE_READY","features":[391]},{"name":"IOCTL_INTERNAL_USB_RECORD_FAILURE","features":[391]},{"name":"IOCTL_INTERNAL_USB_REGISTER_COMPOSITE_DEVICE","features":[391]},{"name":"IOCTL_INTERNAL_USB_REQUEST_REMOTE_WAKE_NOTIFICATION","features":[391]},{"name":"IOCTL_INTERNAL_USB_REQ_GLOBAL_RESUME","features":[391]},{"name":"IOCTL_INTERNAL_USB_REQ_GLOBAL_SUSPEND","features":[391]},{"name":"IOCTL_INTERNAL_USB_RESET_PORT","features":[391]},{"name":"IOCTL_INTERNAL_USB_SUBMIT_IDLE_NOTIFICATION","features":[391]},{"name":"IOCTL_INTERNAL_USB_SUBMIT_URB","features":[391]},{"name":"IOCTL_INTERNAL_USB_UNREGISTER_COMPOSITE_DEVICE","features":[391]},{"name":"IOCTL_READ_REGISTERS","features":[391]},{"name":"IOCTL_RESET_PIPE","features":[391]},{"name":"IOCTL_SEND_USB_REQUEST","features":[391]},{"name":"IOCTL_SET_TIMEOUT","features":[391]},{"name":"IOCTL_USB_DIAGNOSTIC_MODE_OFF","features":[391]},{"name":"IOCTL_USB_DIAGNOSTIC_MODE_ON","features":[391]},{"name":"IOCTL_USB_DIAG_IGNORE_HUBS_OFF","features":[391]},{"name":"IOCTL_USB_DIAG_IGNORE_HUBS_ON","features":[391]},{"name":"IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION","features":[391]},{"name":"IOCTL_USB_GET_DEVICE_CHARACTERISTICS","features":[391]},{"name":"IOCTL_USB_GET_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC","features":[391]},{"name":"IOCTL_USB_GET_HUB_CAPABILITIES","features":[391]},{"name":"IOCTL_USB_GET_HUB_CAPABILITIES_EX","features":[391]},{"name":"IOCTL_USB_GET_HUB_INFORMATION_EX","features":[391]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_ATTRIBUTES","features":[391]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY_NAME","features":[391]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION","features":[391]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX","features":[391]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX_V2","features":[391]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_NAME","features":[391]},{"name":"IOCTL_USB_GET_NODE_INFORMATION","features":[391]},{"name":"IOCTL_USB_GET_PORT_CONNECTOR_PROPERTIES","features":[391]},{"name":"IOCTL_USB_GET_ROOT_HUB_NAME","features":[391]},{"name":"IOCTL_USB_GET_TRANSPORT_CHARACTERISTICS","features":[391]},{"name":"IOCTL_USB_HCD_DISABLE_PORT","features":[391]},{"name":"IOCTL_USB_HCD_ENABLE_PORT","features":[391]},{"name":"IOCTL_USB_HCD_GET_STATS_1","features":[391]},{"name":"IOCTL_USB_HCD_GET_STATS_2","features":[391]},{"name":"IOCTL_USB_HUB_CYCLE_PORT","features":[391]},{"name":"IOCTL_USB_NOTIFY_ON_TRANSPORT_CHARACTERISTICS_CHANGE","features":[391]},{"name":"IOCTL_USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[391]},{"name":"IOCTL_USB_RESET_HUB","features":[391]},{"name":"IOCTL_USB_START_TRACKING_FOR_TIME_SYNC","features":[391]},{"name":"IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC","features":[391]},{"name":"IOCTL_USB_UNREGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[391]},{"name":"IOCTL_WAIT_ON_DEVICE_EVENT","features":[391]},{"name":"IOCTL_WRITE_REGISTERS","features":[391]},{"name":"IO_BLOCK","features":[391]},{"name":"IO_BLOCK_EX","features":[391]},{"name":"InsufficentBandwidth","features":[391]},{"name":"InsufficentPower","features":[391]},{"name":"KREGMANUSBFNENUMPATH","features":[391]},{"name":"KREGUSBFNENUMPATH","features":[391]},{"name":"LowSpeed","features":[391]},{"name":"MAXIMUM_TRANSFER_SIZE","features":[391]},{"name":"MAXIMUM_USB_STRING_LENGTH","features":[391]},{"name":"MAX_ALTERNATE_NAME_LENGTH","features":[391]},{"name":"MAX_ASSOCIATION_NAME_LENGTH","features":[391]},{"name":"MAX_CONFIGURATION_NAME_LENGTH","features":[391]},{"name":"MAX_INTERFACE_NAME_LENGTH","features":[391]},{"name":"MAX_NUM_PIPES","features":[391]},{"name":"MAX_NUM_USBFN_ENDPOINTS","features":[391]},{"name":"MAX_SUPPORTED_CONFIGURATIONS","features":[391]},{"name":"MAX_USB_STRING_LENGTH","features":[391]},{"name":"MS_GENRE_DESCRIPTOR_INDEX","features":[391]},{"name":"MS_OS_FLAGS_CONTAINERID","features":[391]},{"name":"MS_OS_STRING_SIGNATURE","features":[391]},{"name":"MS_POWER_DESCRIPTOR_INDEX","features":[391]},{"name":"ModernDeviceInLegacyHub","features":[391]},{"name":"NoDeviceConnected","features":[391]},{"name":"OHCI_Generic","features":[391]},{"name":"OHCI_Hydra","features":[391]},{"name":"OHCI_NEC","features":[391]},{"name":"OS_STRING","features":[391]},{"name":"OS_STRING_DESCRIPTOR_INDEX","features":[391]},{"name":"OverCurrent","features":[391]},{"name":"PACKET_PARAMETERS","features":[391]},{"name":"PIPE_TRANSFER_TIMEOUT","features":[391]},{"name":"PIPE_TYPE","features":[391]},{"name":"PORT_LINK_STATE_COMPLIANCE_MODE","features":[391]},{"name":"PORT_LINK_STATE_DISABLED","features":[391]},{"name":"PORT_LINK_STATE_HOT_RESET","features":[391]},{"name":"PORT_LINK_STATE_INACTIVE","features":[391]},{"name":"PORT_LINK_STATE_LOOPBACK","features":[391]},{"name":"PORT_LINK_STATE_POLLING","features":[391]},{"name":"PORT_LINK_STATE_RECOVERY","features":[391]},{"name":"PORT_LINK_STATE_RX_DETECT","features":[391]},{"name":"PORT_LINK_STATE_TEST_MODE","features":[391]},{"name":"PORT_LINK_STATE_U0","features":[391]},{"name":"PORT_LINK_STATE_U1","features":[391]},{"name":"PORT_LINK_STATE_U2","features":[391]},{"name":"PORT_LINK_STATE_U3","features":[391]},{"name":"RAW_IO","features":[391]},{"name":"RAW_PIPE_TYPE","features":[391]},{"name":"RAW_RESET_PORT_PARAMETERS","features":[391]},{"name":"RAW_ROOTPORT_FEATURE","features":[391]},{"name":"RAW_ROOTPORT_PARAMETERS","features":[391]},{"name":"READ_DATA_PIPE","features":[391]},{"name":"RESET_PIPE_ON_RESUME","features":[391]},{"name":"ResetOvercurrent","features":[391]},{"name":"SHORT_PACKET_TERMINATE","features":[391]},{"name":"SUSPEND_DELAY","features":[391]},{"name":"UHCI_Generic","features":[391]},{"name":"UHCI_Ich1","features":[391]},{"name":"UHCI_Ich2","features":[391]},{"name":"UHCI_Ich3m","features":[391]},{"name":"UHCI_Ich4","features":[391]},{"name":"UHCI_Ich5","features":[391]},{"name":"UHCI_Ich6","features":[391]},{"name":"UHCI_Intel","features":[391]},{"name":"UHCI_Piix3","features":[391]},{"name":"UHCI_Piix4","features":[391]},{"name":"UHCI_Reserved204","features":[391]},{"name":"UHCI_VIA","features":[391]},{"name":"UHCI_VIA_x01","features":[391]},{"name":"UHCI_VIA_x02","features":[391]},{"name":"UHCI_VIA_x03","features":[391]},{"name":"UHCI_VIA_x04","features":[391]},{"name":"UHCI_VIA_x0E_FIFO","features":[391]},{"name":"URB","features":[391]},{"name":"URB_FUNCTION_ABORT_PIPE","features":[391]},{"name":"URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER","features":[391]},{"name":"URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER_USING_CHAINED_MDL","features":[391]},{"name":"URB_FUNCTION_CLASS_DEVICE","features":[391]},{"name":"URB_FUNCTION_CLASS_ENDPOINT","features":[391]},{"name":"URB_FUNCTION_CLASS_INTERFACE","features":[391]},{"name":"URB_FUNCTION_CLASS_OTHER","features":[391]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_DEVICE","features":[391]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_ENDPOINT","features":[391]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_INTERFACE","features":[391]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_OTHER","features":[391]},{"name":"URB_FUNCTION_CLOSE_STATIC_STREAMS","features":[391]},{"name":"URB_FUNCTION_CONTROL_TRANSFER","features":[391]},{"name":"URB_FUNCTION_CONTROL_TRANSFER_EX","features":[391]},{"name":"URB_FUNCTION_GET_CONFIGURATION","features":[391]},{"name":"URB_FUNCTION_GET_CURRENT_FRAME_NUMBER","features":[391]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_DEVICE","features":[391]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_ENDPOINT","features":[391]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_INTERFACE","features":[391]},{"name":"URB_FUNCTION_GET_FRAME_LENGTH","features":[391]},{"name":"URB_FUNCTION_GET_INTERFACE","features":[391]},{"name":"URB_FUNCTION_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS","features":[391]},{"name":"URB_FUNCTION_GET_MS_FEATURE_DESCRIPTOR","features":[391]},{"name":"URB_FUNCTION_GET_STATUS_FROM_DEVICE","features":[391]},{"name":"URB_FUNCTION_GET_STATUS_FROM_ENDPOINT","features":[391]},{"name":"URB_FUNCTION_GET_STATUS_FROM_INTERFACE","features":[391]},{"name":"URB_FUNCTION_GET_STATUS_FROM_OTHER","features":[391]},{"name":"URB_FUNCTION_ISOCH_TRANSFER","features":[391]},{"name":"URB_FUNCTION_ISOCH_TRANSFER_USING_CHAINED_MDL","features":[391]},{"name":"URB_FUNCTION_OPEN_STATIC_STREAMS","features":[391]},{"name":"URB_FUNCTION_RELEASE_FRAME_LENGTH_CONTROL","features":[391]},{"name":"URB_FUNCTION_RESERVED_0X0016","features":[391]},{"name":"URB_FUNCTION_RESERVE_0X001D","features":[391]},{"name":"URB_FUNCTION_RESERVE_0X002B","features":[391]},{"name":"URB_FUNCTION_RESERVE_0X002C","features":[391]},{"name":"URB_FUNCTION_RESERVE_0X002D","features":[391]},{"name":"URB_FUNCTION_RESERVE_0X002E","features":[391]},{"name":"URB_FUNCTION_RESERVE_0X002F","features":[391]},{"name":"URB_FUNCTION_RESERVE_0X0033","features":[391]},{"name":"URB_FUNCTION_RESERVE_0X0034","features":[391]},{"name":"URB_FUNCTION_RESET_PIPE","features":[391]},{"name":"URB_FUNCTION_SELECT_CONFIGURATION","features":[391]},{"name":"URB_FUNCTION_SELECT_INTERFACE","features":[391]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_DEVICE","features":[391]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_ENDPOINT","features":[391]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_INTERFACE","features":[391]},{"name":"URB_FUNCTION_SET_FEATURE_TO_DEVICE","features":[391]},{"name":"URB_FUNCTION_SET_FEATURE_TO_ENDPOINT","features":[391]},{"name":"URB_FUNCTION_SET_FEATURE_TO_INTERFACE","features":[391]},{"name":"URB_FUNCTION_SET_FEATURE_TO_OTHER","features":[391]},{"name":"URB_FUNCTION_SET_FRAME_LENGTH","features":[391]},{"name":"URB_FUNCTION_SYNC_CLEAR_STALL","features":[391]},{"name":"URB_FUNCTION_SYNC_RESET_PIPE","features":[391]},{"name":"URB_FUNCTION_SYNC_RESET_PIPE_AND_CLEAR_STALL","features":[391]},{"name":"URB_FUNCTION_TAKE_FRAME_LENGTH_CONTROL","features":[391]},{"name":"URB_FUNCTION_VENDOR_DEVICE","features":[391]},{"name":"URB_FUNCTION_VENDOR_ENDPOINT","features":[391]},{"name":"URB_FUNCTION_VENDOR_INTERFACE","features":[391]},{"name":"URB_FUNCTION_VENDOR_OTHER","features":[391]},{"name":"URB_OPEN_STATIC_STREAMS_VERSION_100","features":[391]},{"name":"UREGMANUSBFNENUMPATH","features":[391]},{"name":"UREGUSBFNENUMPATH","features":[391]},{"name":"USBDI_VERSION","features":[391]},{"name":"USBD_DEFAULT_MAXIMUM_TRANSFER_SIZE","features":[391]},{"name":"USBD_DEFAULT_PIPE_TRANSFER","features":[391]},{"name":"USBD_DEVICE_INFORMATION","features":[391]},{"name":"USBD_ENDPOINT_OFFLOAD_INFORMATION","features":[391]},{"name":"USBD_ENDPOINT_OFFLOAD_MODE","features":[391]},{"name":"USBD_INTERFACE_INFORMATION","features":[391]},{"name":"USBD_ISO_PACKET_DESCRIPTOR","features":[391]},{"name":"USBD_ISO_START_FRAME_RANGE","features":[391]},{"name":"USBD_PF_CHANGE_MAX_PACKET","features":[391]},{"name":"USBD_PF_ENABLE_RT_THREAD_ACCESS","features":[391]},{"name":"USBD_PF_HANDLES_SSP_HIGH_BANDWIDTH_ISOCH","features":[391]},{"name":"USBD_PF_INTERACTIVE_PRIORITY","features":[391]},{"name":"USBD_PF_MAP_ADD_TRANSFERS","features":[391]},{"name":"USBD_PF_PRIORITY_MASK","features":[391]},{"name":"USBD_PF_SHORT_PACKET_OPT","features":[391]},{"name":"USBD_PF_SSP_HIGH_BANDWIDTH_ISOCH","features":[391]},{"name":"USBD_PF_VIDEO_PRIORITY","features":[391]},{"name":"USBD_PF_VOICE_PRIORITY","features":[391]},{"name":"USBD_PIPE_INFORMATION","features":[391]},{"name":"USBD_PIPE_TYPE","features":[391]},{"name":"USBD_PORT_CONNECTED","features":[391]},{"name":"USBD_PORT_ENABLED","features":[391]},{"name":"USBD_SHORT_TRANSFER_OK","features":[391]},{"name":"USBD_START_ISO_TRANSFER_ASAP","features":[391]},{"name":"USBD_STREAM_INFORMATION","features":[391]},{"name":"USBD_TRANSFER_DIRECTION","features":[391]},{"name":"USBD_TRANSFER_DIRECTION_IN","features":[391]},{"name":"USBD_TRANSFER_DIRECTION_OUT","features":[391]},{"name":"USBD_VERSION_INFORMATION","features":[391]},{"name":"USBFN_BUS_CONFIGURATION_INFO","features":[391,307]},{"name":"USBFN_BUS_SPEED","features":[391]},{"name":"USBFN_CLASS_INFORMATION_PACKET","features":[391,307]},{"name":"USBFN_CLASS_INFORMATION_PACKET_EX","features":[391,307]},{"name":"USBFN_CLASS_INTERFACE","features":[391]},{"name":"USBFN_CLASS_INTERFACE_EX","features":[391]},{"name":"USBFN_DEVICE_STATE","features":[391]},{"name":"USBFN_DIRECTION","features":[391]},{"name":"USBFN_EVENT","features":[391]},{"name":"USBFN_INTERFACE_INFO","features":[391]},{"name":"USBFN_INTERRUPT_ENDPOINT_SIZE_NOT_UPDATEABLE_MASK","features":[391]},{"name":"USBFN_NOTIFICATION","features":[391]},{"name":"USBFN_PIPE_INFORMATION","features":[391]},{"name":"USBFN_PORT_TYPE","features":[391]},{"name":"USBFN_USB_STRING","features":[391]},{"name":"USBSCAN_GET_DESCRIPTOR","features":[391]},{"name":"USBSCAN_PIPE_BULK","features":[391]},{"name":"USBSCAN_PIPE_CONFIGURATION","features":[391]},{"name":"USBSCAN_PIPE_CONTROL","features":[391]},{"name":"USBSCAN_PIPE_INFORMATION","features":[391]},{"name":"USBSCAN_PIPE_INTERRUPT","features":[391]},{"name":"USBSCAN_PIPE_ISOCHRONOUS","features":[391]},{"name":"USBSCAN_TIMEOUT","features":[391]},{"name":"USBUSER_BANDWIDTH_INFO_REQUEST","features":[391]},{"name":"USBUSER_BUS_STATISTICS_0_REQUEST","features":[391,307]},{"name":"USBUSER_CLEAR_ROOTPORT_FEATURE","features":[391]},{"name":"USBUSER_CLOSE_RAW_DEVICE","features":[391]},{"name":"USBUSER_CONTROLLER_INFO_0","features":[391]},{"name":"USBUSER_CONTROLLER_UNICODE_NAME","features":[391]},{"name":"USBUSER_GET_BANDWIDTH_INFORMATION","features":[391]},{"name":"USBUSER_GET_BUS_STATISTICS_0","features":[391]},{"name":"USBUSER_GET_CONTROLLER_DRIVER_KEY","features":[391]},{"name":"USBUSER_GET_CONTROLLER_INFO_0","features":[391]},{"name":"USBUSER_GET_DRIVER_VERSION","features":[391,307]},{"name":"USBUSER_GET_POWER_STATE_MAP","features":[391]},{"name":"USBUSER_GET_ROOTHUB_SYMBOLIC_NAME","features":[391]},{"name":"USBUSER_GET_ROOTPORT_STATUS","features":[391]},{"name":"USBUSER_GET_USB2HW_VERSION","features":[391]},{"name":"USBUSER_GET_USB2_HW_VERSION","features":[391]},{"name":"USBUSER_GET_USB_DRIVER_VERSION","features":[391]},{"name":"USBUSER_INVALID_REQUEST","features":[391]},{"name":"USBUSER_OPEN_RAW_DEVICE","features":[391]},{"name":"USBUSER_OP_CLOSE_RAW_DEVICE","features":[391]},{"name":"USBUSER_OP_MASK_DEVONLY_API","features":[391]},{"name":"USBUSER_OP_MASK_HCTEST_API","features":[391]},{"name":"USBUSER_OP_OPEN_RAW_DEVICE","features":[391]},{"name":"USBUSER_OP_RAW_RESET_PORT","features":[391]},{"name":"USBUSER_OP_SEND_ONE_PACKET","features":[391]},{"name":"USBUSER_OP_SEND_RAW_COMMAND","features":[391]},{"name":"USBUSER_PASS_THRU","features":[391]},{"name":"USBUSER_PASS_THRU_REQUEST","features":[391]},{"name":"USBUSER_POWER_INFO_REQUEST","features":[391,307]},{"name":"USBUSER_RAW_RESET_ROOT_PORT","features":[391]},{"name":"USBUSER_REFRESH_HCT_REG","features":[391]},{"name":"USBUSER_REQUEST_HEADER","features":[391]},{"name":"USBUSER_ROOTPORT_FEATURE_REQUEST","features":[391]},{"name":"USBUSER_ROOTPORT_PARAMETERS","features":[391]},{"name":"USBUSER_SEND_ONE_PACKET","features":[391]},{"name":"USBUSER_SEND_RAW_COMMAND","features":[391]},{"name":"USBUSER_SET_ROOTPORT_FEATURE","features":[391]},{"name":"USBUSER_USB_REFRESH_HCT_REG","features":[391]},{"name":"USBUSER_VERSION","features":[391]},{"name":"USB_20_ENDPOINT_TYPE_INTERRUPT_RESERVED_MASK","features":[391]},{"name":"USB_20_HUB_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_20_PORT_CHANGE","features":[391]},{"name":"USB_20_PORT_STATUS","features":[391]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_RESERVED_MASK","features":[391]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_MASK","features":[391]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_NOTIFICATION","features":[391]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_PERIODIC","features":[391]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_RESERVED10","features":[391]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_RESERVED11","features":[391]},{"name":"USB_30_HUB_DESCRIPTOR","features":[391]},{"name":"USB_30_HUB_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_30_PORT_CHANGE","features":[391]},{"name":"USB_30_PORT_STATUS","features":[391]},{"name":"USB_ACQUIRE_INFO","features":[391]},{"name":"USB_ALLOW_FIRMWARE_UPDATE","features":[391]},{"name":"USB_BANDWIDTH_INFO","features":[391]},{"name":"USB_BOS_DESCRIPTOR","features":[391]},{"name":"USB_BOS_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_BUS_NOTIFICATION","features":[391]},{"name":"USB_BUS_STATISTICS_0","features":[391,307]},{"name":"USB_CHANGE_REGISTRATION_HANDLE","features":[391]},{"name":"USB_CHARGING_POLICY_DEFAULT","features":[391]},{"name":"USB_CHARGING_POLICY_ICCHPF","features":[391]},{"name":"USB_CHARGING_POLICY_ICCLPF","features":[391]},{"name":"USB_CHARGING_POLICY_NO_POWER","features":[391]},{"name":"USB_CLOSE_RAW_DEVICE_PARAMETERS","features":[391]},{"name":"USB_COMMON_DESCRIPTOR","features":[391]},{"name":"USB_COMPOSITE_DEVICE_INFO","features":[391,307]},{"name":"USB_COMPOSITE_FUNCTION_INFO","features":[391,307]},{"name":"USB_CONFIGURATION_DESCRIPTOR","features":[391]},{"name":"USB_CONFIGURATION_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_CONFIGURATION_POWER_DESCRIPTOR","features":[391]},{"name":"USB_CONFIG_BUS_POWERED","features":[391]},{"name":"USB_CONFIG_POWERED_MASK","features":[391]},{"name":"USB_CONFIG_POWER_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_CONFIG_REMOTE_WAKEUP","features":[391]},{"name":"USB_CONFIG_RESERVED","features":[391]},{"name":"USB_CONFIG_SELF_POWERED","features":[391]},{"name":"USB_CONNECTION_NOTIFICATION","features":[391]},{"name":"USB_CONNECTION_STATUS","features":[391]},{"name":"USB_CONTROLLER_DEVICE_INFO","features":[391]},{"name":"USB_CONTROLLER_FLAVOR","features":[391]},{"name":"USB_CONTROLLER_INFO_0","features":[391]},{"name":"USB_CYCLE_PORT","features":[391]},{"name":"USB_CYCLE_PORT_PARAMS","features":[391]},{"name":"USB_DEBUG_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_DEFAULT_DEVICE_ADDRESS","features":[391]},{"name":"USB_DEFAULT_ENDPOINT_ADDRESS","features":[391]},{"name":"USB_DEFAULT_MAX_PACKET","features":[391]},{"name":"USB_DEFAULT_PIPE_SETUP_PACKET","features":[391]},{"name":"USB_DESCRIPTOR_REQUEST","features":[391]},{"name":"USB_DEVICE_CAPABILITY_BATTERY_INFO","features":[391]},{"name":"USB_DEVICE_CAPABILITY_BILLBOARD","features":[391]},{"name":"USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_CAPABILITY_CONTAINER_ID","features":[391]},{"name":"USB_DEVICE_CAPABILITY_CONTAINER_ID_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_CAPABILITY_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_CAPABILITY_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_DEVICE_CAPABILITY_FIRMWARE_STATUS","features":[391]},{"name":"USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_CAPABILITY_MAX_U1_LATENCY","features":[391]},{"name":"USB_DEVICE_CAPABILITY_MAX_U2_LATENCY","features":[391]},{"name":"USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT","features":[391]},{"name":"USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_CAPABILITY_PD_PROVIDER_PORT","features":[391]},{"name":"USB_DEVICE_CAPABILITY_PLATFORM","features":[391]},{"name":"USB_DEVICE_CAPABILITY_PLATFORM_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_CAPABILITY_POWER_DELIVERY","features":[391]},{"name":"USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_CAPABILITY_PRECISION_TIME_MEASUREMENT","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_RX","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_TX","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_BPS","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_GBPS","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_KBPS","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_MBPS","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_ASYMMETRIC","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_SYMMETRIC","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SS","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SSP","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_LTM_CAPABLE","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_RESERVED_MASK","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_FULL","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_HIGH","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_LOW","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_RESERVED_MASK","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_SUPER","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_U1_DEVICE_EXIT_MAX_VALUE","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_U2_DEVICE_EXIT_MAX_VALUE","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_USB","features":[391]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_USB_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION","features":[391]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION_BMATTRIBUTES_RESERVED_MASK","features":[391]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_CAPABILITY_WIRELESS_USB","features":[391]},{"name":"USB_DEVICE_CHARACTERISTICS","features":[391]},{"name":"USB_DEVICE_CHARACTERISTICS_MAXIMUM_PATH_DELAYS_AVAILABLE","features":[391]},{"name":"USB_DEVICE_CHARACTERISTICS_VERSION_1","features":[391]},{"name":"USB_DEVICE_CLASS_APPLICATION_SPECIFIC","features":[391]},{"name":"USB_DEVICE_CLASS_AUDIO","features":[391]},{"name":"USB_DEVICE_CLASS_AUDIO_VIDEO","features":[391]},{"name":"USB_DEVICE_CLASS_BILLBOARD","features":[391]},{"name":"USB_DEVICE_CLASS_CDC_DATA","features":[391]},{"name":"USB_DEVICE_CLASS_COMMUNICATIONS","features":[391]},{"name":"USB_DEVICE_CLASS_CONTENT_SECURITY","features":[391]},{"name":"USB_DEVICE_CLASS_DIAGNOSTIC_DEVICE","features":[391]},{"name":"USB_DEVICE_CLASS_HUB","features":[391]},{"name":"USB_DEVICE_CLASS_HUMAN_INTERFACE","features":[391]},{"name":"USB_DEVICE_CLASS_IMAGE","features":[391]},{"name":"USB_DEVICE_CLASS_MISCELLANEOUS","features":[391]},{"name":"USB_DEVICE_CLASS_MONITOR","features":[391]},{"name":"USB_DEVICE_CLASS_PERSONAL_HEALTHCARE","features":[391]},{"name":"USB_DEVICE_CLASS_PHYSICAL_INTERFACE","features":[391]},{"name":"USB_DEVICE_CLASS_POWER","features":[391]},{"name":"USB_DEVICE_CLASS_PRINTER","features":[391]},{"name":"USB_DEVICE_CLASS_RESERVED","features":[391]},{"name":"USB_DEVICE_CLASS_SMART_CARD","features":[391]},{"name":"USB_DEVICE_CLASS_STORAGE","features":[391]},{"name":"USB_DEVICE_CLASS_VENDOR_SPECIFIC","features":[391]},{"name":"USB_DEVICE_CLASS_VIDEO","features":[391]},{"name":"USB_DEVICE_CLASS_WIRELESS_CONTROLLER","features":[391]},{"name":"USB_DEVICE_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_DEVICE_FIRMWARE_HASH_LENGTH","features":[391]},{"name":"USB_DEVICE_INFO","features":[391]},{"name":"USB_DEVICE_NODE_INFO","features":[391,307]},{"name":"USB_DEVICE_PERFORMANCE_INFO","features":[391]},{"name":"USB_DEVICE_QUALIFIER_DESCRIPTOR","features":[391]},{"name":"USB_DEVICE_QUALIFIER_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_DEVICE_SPEED","features":[391]},{"name":"USB_DEVICE_STATE","features":[391]},{"name":"USB_DEVICE_STATUS","features":[391]},{"name":"USB_DEVICE_TYPE","features":[391]},{"name":"USB_DIAG_IGNORE_HUBS_OFF","features":[391]},{"name":"USB_DIAG_IGNORE_HUBS_ON","features":[391]},{"name":"USB_DISALLOW_FIRMWARE_UPDATE","features":[391]},{"name":"USB_DRIVER_VERSION_PARAMETERS","features":[391,307]},{"name":"USB_ENABLE_PORT","features":[391]},{"name":"USB_ENDPOINT_ADDRESS_MASK","features":[391]},{"name":"USB_ENDPOINT_DESCRIPTOR","features":[391]},{"name":"USB_ENDPOINT_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_ENDPOINT_DIRECTION_MASK","features":[391]},{"name":"USB_ENDPOINT_STATUS","features":[391]},{"name":"USB_ENDPOINT_SUPERSPEED_BULK_MAX_PACKET_SIZE","features":[391]},{"name":"USB_ENDPOINT_SUPERSPEED_CONTROL_MAX_PACKET_SIZE","features":[391]},{"name":"USB_ENDPOINT_SUPERSPEED_INTERRUPT_MAX_PACKET_SIZE","features":[391]},{"name":"USB_ENDPOINT_SUPERSPEED_ISO_MAX_PACKET_SIZE","features":[391]},{"name":"USB_ENDPOINT_TYPE_BULK","features":[391]},{"name":"USB_ENDPOINT_TYPE_BULK_RESERVED_MASK","features":[391]},{"name":"USB_ENDPOINT_TYPE_CONTROL","features":[391]},{"name":"USB_ENDPOINT_TYPE_CONTROL_RESERVED_MASK","features":[391]},{"name":"USB_ENDPOINT_TYPE_INTERRUPT","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_RESERVED_MASK","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_ADAPTIVE","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_ASYNCHRONOUS","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_MASK","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_NO_SYNCHRONIZATION","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_SYNCHRONOUS","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_DATA_ENDOINT","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_FEEDBACK_ENDPOINT","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_IMPLICIT_FEEDBACK_DATA_ENDPOINT","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_MASK","features":[391]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_RESERVED","features":[391]},{"name":"USB_ENDPOINT_TYPE_MASK","features":[391]},{"name":"USB_FAIL_GET_STATUS","features":[391]},{"name":"USB_FEATURE_BATTERY_WAKE_MASK","features":[391]},{"name":"USB_FEATURE_CHARGING_POLICY","features":[391]},{"name":"USB_FEATURE_ENDPOINT_STALL","features":[391]},{"name":"USB_FEATURE_FUNCTION_SUSPEND","features":[391]},{"name":"USB_FEATURE_INTERFACE_POWER_D0","features":[391]},{"name":"USB_FEATURE_INTERFACE_POWER_D1","features":[391]},{"name":"USB_FEATURE_INTERFACE_POWER_D2","features":[391]},{"name":"USB_FEATURE_INTERFACE_POWER_D3","features":[391]},{"name":"USB_FEATURE_LDM_ENABLE","features":[391]},{"name":"USB_FEATURE_LTM_ENABLE","features":[391]},{"name":"USB_FEATURE_OS_IS_PD_AWARE","features":[391]},{"name":"USB_FEATURE_POLICY_MODE","features":[391]},{"name":"USB_FEATURE_REMOTE_WAKEUP","features":[391]},{"name":"USB_FEATURE_TEST_MODE","features":[391]},{"name":"USB_FEATURE_U1_ENABLE","features":[391]},{"name":"USB_FEATURE_U2_ENABLE","features":[391]},{"name":"USB_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC_INFORMATION","features":[391,307]},{"name":"USB_FUNCTION_SUSPEND_OPTIONS","features":[391]},{"name":"USB_GETSTATUS_LTM_ENABLE","features":[391]},{"name":"USB_GETSTATUS_REMOTE_WAKEUP_ENABLED","features":[391]},{"name":"USB_GETSTATUS_SELF_POWERED","features":[391]},{"name":"USB_GETSTATUS_U1_ENABLE","features":[391]},{"name":"USB_GETSTATUS_U2_ENABLE","features":[391]},{"name":"USB_GET_BUSGUID_INFO","features":[391]},{"name":"USB_GET_BUS_INFO","features":[391]},{"name":"USB_GET_CONTROLLER_NAME","features":[391]},{"name":"USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION","features":[391]},{"name":"USB_GET_DEVICE_CHARACTERISTICS","features":[391]},{"name":"USB_GET_DEVICE_HANDLE","features":[391]},{"name":"USB_GET_DEVICE_HANDLE_EX","features":[391]},{"name":"USB_GET_FIRMWARE_ALLOWED_OR_DISALLOWED_STATE","features":[391]},{"name":"USB_GET_FIRMWARE_HASH","features":[391]},{"name":"USB_GET_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC","features":[391]},{"name":"USB_GET_HUB_CAPABILITIES","features":[391]},{"name":"USB_GET_HUB_CAPABILITIES_EX","features":[391]},{"name":"USB_GET_HUB_CONFIG_INFO","features":[391]},{"name":"USB_GET_HUB_COUNT","features":[391]},{"name":"USB_GET_HUB_INFORMATION_EX","features":[391]},{"name":"USB_GET_HUB_NAME","features":[391]},{"name":"USB_GET_NODE_CONNECTION_ATTRIBUTES","features":[391]},{"name":"USB_GET_NODE_CONNECTION_DRIVERKEY_NAME","features":[391]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION","features":[391]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION_EX","features":[391]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION_EX_V2","features":[391]},{"name":"USB_GET_NODE_CONNECTION_NAME","features":[391]},{"name":"USB_GET_NODE_INFORMATION","features":[391]},{"name":"USB_GET_PARENT_HUB_INFO","features":[391]},{"name":"USB_GET_PORT_CONNECTOR_PROPERTIES","features":[391]},{"name":"USB_GET_PORT_STATUS","features":[391]},{"name":"USB_GET_ROOTHUB_PDO","features":[391]},{"name":"USB_GET_TOPOLOGY_ADDRESS","features":[391]},{"name":"USB_GET_TRANSPORT_CHARACTERISTICS","features":[391]},{"name":"USB_GET_TT_DEVICE_HANDLE","features":[391]},{"name":"USB_HCD_DRIVERKEY_NAME","features":[391]},{"name":"USB_HC_FEATURE_FLAG_PORT_POWER_SWITCHING","features":[391]},{"name":"USB_HC_FEATURE_FLAG_SEL_SUSPEND","features":[391]},{"name":"USB_HC_FEATURE_LEGACY_BIOS","features":[391]},{"name":"USB_HC_FEATURE_TIME_SYNC_API","features":[391]},{"name":"USB_HIGH_SPEED_MAXPACKET","features":[391]},{"name":"USB_HUB_30_PORT_REMOTE_WAKE_MASK","features":[391]},{"name":"USB_HUB_CAPABILITIES","features":[391]},{"name":"USB_HUB_CAPABILITIES_EX","features":[391]},{"name":"USB_HUB_CAP_FLAGS","features":[391]},{"name":"USB_HUB_CHANGE","features":[391]},{"name":"USB_HUB_CYCLE_PORT","features":[391]},{"name":"USB_HUB_DESCRIPTOR","features":[391]},{"name":"USB_HUB_DEVICE_INFO","features":[391,307]},{"name":"USB_HUB_DEVICE_UXD_SETTINGS","features":[391]},{"name":"USB_HUB_INFORMATION","features":[391,307]},{"name":"USB_HUB_INFORMATION_EX","features":[391]},{"name":"USB_HUB_NAME","features":[391]},{"name":"USB_HUB_NODE","features":[391]},{"name":"USB_HUB_PORT_INFORMATION","features":[391]},{"name":"USB_HUB_STATUS","features":[391]},{"name":"USB_HUB_STATUS_AND_CHANGE","features":[391]},{"name":"USB_HUB_TYPE","features":[391]},{"name":"USB_HcGeneric","features":[391]},{"name":"USB_IDLE_CALLBACK","features":[391]},{"name":"USB_IDLE_CALLBACK_INFO","features":[391]},{"name":"USB_IDLE_NOTIFICATION","features":[391]},{"name":"USB_IDLE_NOTIFICATION_EX","features":[391]},{"name":"USB_ID_STRING","features":[391]},{"name":"USB_INTERFACE_ASSOCIATION_DESCRIPTOR","features":[391]},{"name":"USB_INTERFACE_ASSOCIATION_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_INTERFACE_DESCRIPTOR","features":[391]},{"name":"USB_INTERFACE_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_INTERFACE_POWER_DESCRIPTOR","features":[391]},{"name":"USB_INTERFACE_POWER_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_INTERFACE_STATUS","features":[391]},{"name":"USB_MI_PARENT_INFORMATION","features":[391]},{"name":"USB_NODE_CONNECTION_ATTRIBUTES","features":[391]},{"name":"USB_NODE_CONNECTION_DRIVERKEY_NAME","features":[391]},{"name":"USB_NODE_CONNECTION_INFORMATION","features":[391,307]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX","features":[391,307]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX_V2","features":[391]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS","features":[391]},{"name":"USB_NODE_CONNECTION_NAME","features":[391]},{"name":"USB_NODE_INFORMATION","features":[391,307]},{"name":"USB_NOTIFICATION","features":[391]},{"name":"USB_NOTIFICATION_TYPE","features":[391]},{"name":"USB_NOTIFY_ON_TRANSPORT_CHARACTERISTICS_CHANGE","features":[391]},{"name":"USB_OPEN_RAW_DEVICE_PARAMETERS","features":[391]},{"name":"USB_OTG_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_OTHER_SPEED_CONFIGURATION_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_PACKETFLAG_ASYNC_IN","features":[391]},{"name":"USB_PACKETFLAG_ASYNC_OUT","features":[391]},{"name":"USB_PACKETFLAG_FULL_SPEED","features":[391]},{"name":"USB_PACKETFLAG_HIGH_SPEED","features":[391]},{"name":"USB_PACKETFLAG_ISO_IN","features":[391]},{"name":"USB_PACKETFLAG_ISO_OUT","features":[391]},{"name":"USB_PACKETFLAG_LOW_SPEED","features":[391]},{"name":"USB_PACKETFLAG_SETUP","features":[391]},{"name":"USB_PACKETFLAG_TOGGLE0","features":[391]},{"name":"USB_PACKETFLAG_TOGGLE1","features":[391]},{"name":"USB_PASS_THRU_PARAMETERS","features":[391]},{"name":"USB_PIPE_INFO","features":[391]},{"name":"USB_PORTATTR_MINI_CONNECTOR","features":[391]},{"name":"USB_PORTATTR_NO_CONNECTOR","features":[391]},{"name":"USB_PORTATTR_NO_OVERCURRENT_UI","features":[391]},{"name":"USB_PORTATTR_OEM_CONNECTOR","features":[391]},{"name":"USB_PORTATTR_OWNED_BY_CC","features":[391]},{"name":"USB_PORTATTR_SHARED_USB2","features":[391]},{"name":"USB_PORT_CHANGE","features":[391]},{"name":"USB_PORT_CONNECTOR_PROPERTIES","features":[391]},{"name":"USB_PORT_EXT_STATUS","features":[391]},{"name":"USB_PORT_EXT_STATUS_AND_CHANGE","features":[391]},{"name":"USB_PORT_PROPERTIES","features":[391]},{"name":"USB_PORT_STATUS","features":[391]},{"name":"USB_PORT_STATUS_AND_CHANGE","features":[391]},{"name":"USB_PORT_STATUS_CONNECT","features":[391]},{"name":"USB_PORT_STATUS_ENABLE","features":[391]},{"name":"USB_PORT_STATUS_HIGH_SPEED","features":[391]},{"name":"USB_PORT_STATUS_LOW_SPEED","features":[391]},{"name":"USB_PORT_STATUS_OVER_CURRENT","features":[391]},{"name":"USB_PORT_STATUS_POWER","features":[391]},{"name":"USB_PORT_STATUS_RESET","features":[391]},{"name":"USB_PORT_STATUS_SUSPEND","features":[391]},{"name":"USB_POWER_INFO","features":[391,307]},{"name":"USB_PROTOCOLS","features":[391]},{"name":"USB_RECORD_FAILURE","features":[391]},{"name":"USB_REGISTER_COMPOSITE_DEVICE","features":[391]},{"name":"USB_REGISTER_FOR_TRANSPORT_BANDWIDTH_CHANGE","features":[391]},{"name":"USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[391]},{"name":"USB_REGISTER_FOR_TRANSPORT_LATENCY_CHANGE","features":[391]},{"name":"USB_REQUEST_CLEAR_FEATURE","features":[391]},{"name":"USB_REQUEST_CLEAR_TT_BUFFER","features":[391]},{"name":"USB_REQUEST_GET_CONFIGURATION","features":[391]},{"name":"USB_REQUEST_GET_DESCRIPTOR","features":[391]},{"name":"USB_REQUEST_GET_FIRMWARE_STATUS","features":[391]},{"name":"USB_REQUEST_GET_INTERFACE","features":[391]},{"name":"USB_REQUEST_GET_PORT_ERR_COUNT","features":[391]},{"name":"USB_REQUEST_GET_STATE","features":[391]},{"name":"USB_REQUEST_GET_STATUS","features":[391]},{"name":"USB_REQUEST_GET_TT_STATE","features":[391]},{"name":"USB_REQUEST_ISOCH_DELAY","features":[391]},{"name":"USB_REQUEST_REMOTE_WAKE_NOTIFICATION","features":[391]},{"name":"USB_REQUEST_RESET_TT","features":[391]},{"name":"USB_REQUEST_SET_ADDRESS","features":[391]},{"name":"USB_REQUEST_SET_CONFIGURATION","features":[391]},{"name":"USB_REQUEST_SET_DESCRIPTOR","features":[391]},{"name":"USB_REQUEST_SET_FEATURE","features":[391]},{"name":"USB_REQUEST_SET_FIRMWARE_STATUS","features":[391]},{"name":"USB_REQUEST_SET_HUB_DEPTH","features":[391]},{"name":"USB_REQUEST_SET_INTERFACE","features":[391]},{"name":"USB_REQUEST_SET_SEL","features":[391]},{"name":"USB_REQUEST_STOP_TT","features":[391]},{"name":"USB_REQUEST_SYNC_FRAME","features":[391]},{"name":"USB_REQ_GLOBAL_RESUME","features":[391]},{"name":"USB_REQ_GLOBAL_SUSPEND","features":[391]},{"name":"USB_RESERVED_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_RESERVED_USER_BASE","features":[391]},{"name":"USB_RESET_HUB","features":[391]},{"name":"USB_RESET_PORT","features":[391]},{"name":"USB_ROOT_HUB_NAME","features":[391]},{"name":"USB_SEND_RAW_COMMAND_PARAMETERS","features":[391]},{"name":"USB_START_TRACKING_FOR_TIME_SYNC","features":[391]},{"name":"USB_START_TRACKING_FOR_TIME_SYNC_INFORMATION","features":[391,307]},{"name":"USB_STATUS_EXT_PORT_STATUS","features":[391]},{"name":"USB_STATUS_PD_STATUS","features":[391]},{"name":"USB_STATUS_PORT_STATUS","features":[391]},{"name":"USB_STOP_TRACKING_FOR_TIME_SYNC","features":[391]},{"name":"USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION","features":[391,307]},{"name":"USB_STRING_DESCRIPTOR","features":[391]},{"name":"USB_STRING_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_SUBMIT_URB","features":[391]},{"name":"USB_SUPERSPEEDPLUS_ISOCHRONOUS_MAX_BYTESPERINTERVAL","features":[391]},{"name":"USB_SUPERSPEEDPLUS_ISOCHRONOUS_MIN_BYTESPERINTERVAL","features":[391]},{"name":"USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR","features":[391]},{"name":"USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR","features":[391]},{"name":"USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_TYPE","features":[391]},{"name":"USB_SUPERSPEED_ISOCHRONOUS_MAX_MULTIPLIER","features":[391]},{"name":"USB_SUPPORT_D0_COMMAND","features":[391]},{"name":"USB_SUPPORT_D1_COMMAND","features":[391]},{"name":"USB_SUPPORT_D1_WAKEUP","features":[391]},{"name":"USB_SUPPORT_D2_COMMAND","features":[391]},{"name":"USB_SUPPORT_D2_WAKEUP","features":[391]},{"name":"USB_SUPPORT_D3_COMMAND","features":[391]},{"name":"USB_TEST_MODE_TEST_FORCE_ENABLE","features":[391]},{"name":"USB_TEST_MODE_TEST_J","features":[391]},{"name":"USB_TEST_MODE_TEST_K","features":[391]},{"name":"USB_TEST_MODE_TEST_PACKET","features":[391]},{"name":"USB_TEST_MODE_TEST_SE0_NAK","features":[391]},{"name":"USB_TOPOLOGY_ADDRESS","features":[391]},{"name":"USB_TRANSPORT_CHARACTERISTICS","features":[391]},{"name":"USB_TRANSPORT_CHARACTERISTICS_BANDWIDTH_AVAILABLE","features":[391]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_NOTIFICATION","features":[391]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_REGISTRATION","features":[391]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_UNREGISTRATION","features":[391]},{"name":"USB_TRANSPORT_CHARACTERISTICS_LATENCY_AVAILABLE","features":[391]},{"name":"USB_TRANSPORT_CHARACTERISTICS_VERSION_1","features":[391]},{"name":"USB_UNICODE_NAME","features":[391]},{"name":"USB_UNREGISTER_COMPOSITE_DEVICE","features":[391]},{"name":"USB_UNREGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[391]},{"name":"USB_USB2HW_VERSION_PARAMETERS","features":[391]},{"name":"USB_USER_ERROR_CODE","features":[391]},{"name":"USB_WMI_DEVICE_NODE_TYPE","features":[391]},{"name":"Usb11Device","features":[391]},{"name":"Usb20Device","features":[391]},{"name":"Usb20Hub","features":[391]},{"name":"Usb30Hub","features":[391]},{"name":"UsbController","features":[391]},{"name":"UsbDevice","features":[391]},{"name":"UsbFullSpeed","features":[391]},{"name":"UsbHighSpeed","features":[391]},{"name":"UsbHub","features":[391]},{"name":"UsbLowSpeed","features":[391]},{"name":"UsbMIParent","features":[391]},{"name":"UsbRootHub","features":[391]},{"name":"UsbSuperSpeed","features":[391]},{"name":"UsbUserBufferTooSmall","features":[391]},{"name":"UsbUserDeviceNotStarted","features":[391]},{"name":"UsbUserErrorNotMapped","features":[391]},{"name":"UsbUserFeatureDisabled","features":[391]},{"name":"UsbUserInvalidHeaderParameter","features":[391]},{"name":"UsbUserInvalidParameter","features":[391]},{"name":"UsbUserInvalidRequestCode","features":[391]},{"name":"UsbUserMiniportError","features":[391]},{"name":"UsbUserNoDeviceConnected","features":[391]},{"name":"UsbUserNotSupported","features":[391]},{"name":"UsbUserSuccess","features":[391]},{"name":"UsbdEndpointOffloadHardwareAssisted","features":[391]},{"name":"UsbdEndpointOffloadModeNotSupported","features":[391]},{"name":"UsbdEndpointOffloadSoftwareAssisted","features":[391]},{"name":"UsbdPipeTypeBulk","features":[391]},{"name":"UsbdPipeTypeControl","features":[391]},{"name":"UsbdPipeTypeInterrupt","features":[391]},{"name":"UsbdPipeTypeIsochronous","features":[391]},{"name":"UsbfnBusSpeedFull","features":[391]},{"name":"UsbfnBusSpeedHigh","features":[391]},{"name":"UsbfnBusSpeedLow","features":[391]},{"name":"UsbfnBusSpeedMaximum","features":[391]},{"name":"UsbfnBusSpeedSuper","features":[391]},{"name":"UsbfnChargingDownstreamPort","features":[391]},{"name":"UsbfnDedicatedChargingPort","features":[391]},{"name":"UsbfnDeviceStateAddressed","features":[391]},{"name":"UsbfnDeviceStateAttached","features":[391]},{"name":"UsbfnDeviceStateConfigured","features":[391]},{"name":"UsbfnDeviceStateDefault","features":[391]},{"name":"UsbfnDeviceStateDetached","features":[391]},{"name":"UsbfnDeviceStateMinimum","features":[391]},{"name":"UsbfnDeviceStateStateMaximum","features":[391]},{"name":"UsbfnDeviceStateSuspended","features":[391]},{"name":"UsbfnDirectionIn","features":[391]},{"name":"UsbfnDirectionMaximum","features":[391]},{"name":"UsbfnDirectionMinimum","features":[391]},{"name":"UsbfnDirectionOut","features":[391]},{"name":"UsbfnDirectionRx","features":[391]},{"name":"UsbfnDirectionTx","features":[391]},{"name":"UsbfnEventAttach","features":[391]},{"name":"UsbfnEventBusTearDown","features":[391]},{"name":"UsbfnEventConfigured","features":[391]},{"name":"UsbfnEventDetach","features":[391]},{"name":"UsbfnEventMaximum","features":[391]},{"name":"UsbfnEventMinimum","features":[391]},{"name":"UsbfnEventPortType","features":[391]},{"name":"UsbfnEventReset","features":[391]},{"name":"UsbfnEventResume","features":[391]},{"name":"UsbfnEventSetInterface","features":[391]},{"name":"UsbfnEventSetupPacket","features":[391]},{"name":"UsbfnEventSuspend","features":[391]},{"name":"UsbfnEventUnConfigured","features":[391]},{"name":"UsbfnInvalidDedicatedChargingPort","features":[391]},{"name":"UsbfnPortTypeMaximum","features":[391]},{"name":"UsbfnProprietaryDedicatedChargingPort","features":[391]},{"name":"UsbfnStandardDownstreamPort","features":[391]},{"name":"UsbfnUnknownPort","features":[391]},{"name":"WDMUSB_POWER_STATE","features":[391]},{"name":"WINUSB_INTERFACE_HANDLE","features":[391]},{"name":"WINUSB_PIPE_INFORMATION","features":[391]},{"name":"WINUSB_PIPE_INFORMATION_EX","features":[391]},{"name":"WINUSB_PIPE_POLICY","features":[391]},{"name":"WINUSB_POWER_POLICY","features":[391]},{"name":"WINUSB_SETUP_PACKET","features":[391]},{"name":"WMI_USB_DEVICE_NODE_INFORMATION","features":[391]},{"name":"WMI_USB_DRIVER_INFORMATION","features":[391]},{"name":"WMI_USB_DRIVER_NOTIFICATION","features":[391]},{"name":"WMI_USB_HUB_NODE_INFORMATION","features":[391]},{"name":"WMI_USB_PERFORMANCE_INFORMATION","features":[391]},{"name":"WMI_USB_POWER_DEVICE_ENABLE","features":[391]},{"name":"WRITE_DATA_PIPE","features":[391]},{"name":"WdmUsbPowerDeviceD0","features":[391]},{"name":"WdmUsbPowerDeviceD1","features":[391]},{"name":"WdmUsbPowerDeviceD2","features":[391]},{"name":"WdmUsbPowerDeviceD3","features":[391]},{"name":"WdmUsbPowerDeviceUnspecified","features":[391]},{"name":"WdmUsbPowerNotMapped","features":[391]},{"name":"WdmUsbPowerSystemHibernate","features":[391]},{"name":"WdmUsbPowerSystemShutdown","features":[391]},{"name":"WdmUsbPowerSystemSleeping1","features":[391]},{"name":"WdmUsbPowerSystemSleeping2","features":[391]},{"name":"WdmUsbPowerSystemSleeping3","features":[391]},{"name":"WdmUsbPowerSystemUnspecified","features":[391]},{"name":"WdmUsbPowerSystemWorking","features":[391]},{"name":"WinUSB_TestGuid","features":[391]},{"name":"WinUsb_AbortPipe","features":[391,307]},{"name":"WinUsb_ControlTransfer","features":[391,307,312]},{"name":"WinUsb_FlushPipe","features":[391,307]},{"name":"WinUsb_Free","features":[391,307]},{"name":"WinUsb_GetAdjustedFrameNumber","features":[391,307]},{"name":"WinUsb_GetAssociatedInterface","features":[391,307]},{"name":"WinUsb_GetCurrentAlternateSetting","features":[391,307]},{"name":"WinUsb_GetCurrentFrameNumber","features":[391,307]},{"name":"WinUsb_GetCurrentFrameNumberAndQpc","features":[391,307]},{"name":"WinUsb_GetDescriptor","features":[391,307]},{"name":"WinUsb_GetOverlappedResult","features":[391,307,312]},{"name":"WinUsb_GetPipePolicy","features":[391,307]},{"name":"WinUsb_GetPowerPolicy","features":[391,307]},{"name":"WinUsb_Initialize","features":[391,307]},{"name":"WinUsb_ParseConfigurationDescriptor","features":[391]},{"name":"WinUsb_ParseDescriptors","features":[391]},{"name":"WinUsb_QueryDeviceInformation","features":[391,307]},{"name":"WinUsb_QueryInterfaceSettings","features":[391,307]},{"name":"WinUsb_QueryPipe","features":[391,307]},{"name":"WinUsb_QueryPipeEx","features":[391,307]},{"name":"WinUsb_ReadIsochPipe","features":[391,307,312]},{"name":"WinUsb_ReadIsochPipeAsap","features":[391,307,312]},{"name":"WinUsb_ReadPipe","features":[391,307,312]},{"name":"WinUsb_RegisterIsochBuffer","features":[391,307]},{"name":"WinUsb_ResetPipe","features":[391,307]},{"name":"WinUsb_SetCurrentAlternateSetting","features":[391,307]},{"name":"WinUsb_SetPipePolicy","features":[391,307]},{"name":"WinUsb_SetPowerPolicy","features":[391,307]},{"name":"WinUsb_StartTrackingForTimeSync","features":[391,307]},{"name":"WinUsb_StopTrackingForTimeSync","features":[391,307]},{"name":"WinUsb_UnregisterIsochBuffer","features":[391,307]},{"name":"WinUsb_WriteIsochPipe","features":[391,307,312]},{"name":"WinUsb_WriteIsochPipeAsap","features":[391,307,312]},{"name":"WinUsb_WritePipe","features":[391,307,312]},{"name":"_URB_BULK_OR_INTERRUPT_TRANSFER","features":[391]},{"name":"_URB_CONTROL_DESCRIPTOR_REQUEST","features":[391]},{"name":"_URB_CONTROL_FEATURE_REQUEST","features":[391]},{"name":"_URB_CONTROL_GET_CONFIGURATION_REQUEST","features":[391]},{"name":"_URB_CONTROL_GET_INTERFACE_REQUEST","features":[391]},{"name":"_URB_CONTROL_GET_STATUS_REQUEST","features":[391]},{"name":"_URB_CONTROL_TRANSFER","features":[391]},{"name":"_URB_CONTROL_TRANSFER_EX","features":[391]},{"name":"_URB_CONTROL_VENDOR_OR_CLASS_REQUEST","features":[391]},{"name":"_URB_FRAME_LENGTH_CONTROL","features":[391]},{"name":"_URB_GET_CURRENT_FRAME_NUMBER","features":[391]},{"name":"_URB_GET_FRAME_LENGTH","features":[391]},{"name":"_URB_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS","features":[391]},{"name":"_URB_HCD_AREA","features":[391]},{"name":"_URB_HEADER","features":[391]},{"name":"_URB_ISOCH_TRANSFER","features":[391]},{"name":"_URB_OPEN_STATIC_STREAMS","features":[391]},{"name":"_URB_OS_FEATURE_DESCRIPTOR_REQUEST","features":[391]},{"name":"_URB_PIPE_REQUEST","features":[391]},{"name":"_URB_SELECT_CONFIGURATION","features":[391]},{"name":"_URB_SELECT_INTERFACE","features":[391]},{"name":"_URB_SET_FRAME_LENGTH","features":[391]}],"391":[{"name":"DeviceDiscoveryMechanism","features":[392]},{"name":"DirectedDiscovery","features":[392]},{"name":"IWSDAddress","features":[392]},{"name":"IWSDAsyncCallback","features":[392]},{"name":"IWSDAsyncResult","features":[392]},{"name":"IWSDAttachment","features":[392]},{"name":"IWSDDeviceHost","features":[392]},{"name":"IWSDDeviceHostNotify","features":[392]},{"name":"IWSDDeviceProxy","features":[392]},{"name":"IWSDEndpointProxy","features":[392]},{"name":"IWSDEventingStatus","features":[392]},{"name":"IWSDHttpAddress","features":[392]},{"name":"IWSDHttpAuthParameters","features":[392]},{"name":"IWSDHttpMessageParameters","features":[392]},{"name":"IWSDInboundAttachment","features":[392]},{"name":"IWSDMessageParameters","features":[392]},{"name":"IWSDMetadataExchange","features":[392]},{"name":"IWSDOutboundAttachment","features":[392]},{"name":"IWSDSSLClientCertificate","features":[392]},{"name":"IWSDScopeMatchingRule","features":[392]},{"name":"IWSDServiceMessaging","features":[392]},{"name":"IWSDServiceProxy","features":[392]},{"name":"IWSDServiceProxyEventing","features":[392]},{"name":"IWSDSignatureProperty","features":[392]},{"name":"IWSDTransportAddress","features":[392]},{"name":"IWSDUdpAddress","features":[392]},{"name":"IWSDUdpMessageParameters","features":[392]},{"name":"IWSDXMLContext","features":[392]},{"name":"IWSDiscoveredService","features":[392]},{"name":"IWSDiscoveryProvider","features":[392]},{"name":"IWSDiscoveryProviderNotify","features":[392]},{"name":"IWSDiscoveryPublisher","features":[392]},{"name":"IWSDiscoveryPublisherNotify","features":[392]},{"name":"MulticastDiscovery","features":[392]},{"name":"ONE_WAY","features":[392]},{"name":"OpAnyElement","features":[392]},{"name":"OpAnyElements","features":[392]},{"name":"OpAnyNumber","features":[392]},{"name":"OpAnyText","features":[392]},{"name":"OpAnything","features":[392]},{"name":"OpAttribute_","features":[392]},{"name":"OpBeginAll","features":[392]},{"name":"OpBeginAnyElement","features":[392]},{"name":"OpBeginChoice","features":[392]},{"name":"OpBeginElement_","features":[392]},{"name":"OpBeginSequence","features":[392]},{"name":"OpElement_","features":[392]},{"name":"OpEndAll","features":[392]},{"name":"OpEndChoice","features":[392]},{"name":"OpEndElement","features":[392]},{"name":"OpEndOfTable","features":[392]},{"name":"OpEndSequence","features":[392]},{"name":"OpFormatBool_","features":[392]},{"name":"OpFormatDateTime_","features":[392]},{"name":"OpFormatDom_","features":[392]},{"name":"OpFormatDouble_","features":[392]},{"name":"OpFormatDuration_","features":[392]},{"name":"OpFormatDynamicType_","features":[392]},{"name":"OpFormatFloat_","features":[392]},{"name":"OpFormatInt16_","features":[392]},{"name":"OpFormatInt32_","features":[392]},{"name":"OpFormatInt64_","features":[392]},{"name":"OpFormatInt8_","features":[392]},{"name":"OpFormatListInsertTail_","features":[392]},{"name":"OpFormatLookupType_","features":[392]},{"name":"OpFormatMax","features":[392]},{"name":"OpFormatName_","features":[392]},{"name":"OpFormatStruct_","features":[392]},{"name":"OpFormatType_","features":[392]},{"name":"OpFormatUInt16_","features":[392]},{"name":"OpFormatUInt32_","features":[392]},{"name":"OpFormatUInt64_","features":[392]},{"name":"OpFormatUInt8_","features":[392]},{"name":"OpFormatUnicodeString_","features":[392]},{"name":"OpFormatUri_","features":[392]},{"name":"OpFormatUuidUri_","features":[392]},{"name":"OpFormatXMLDeclaration_","features":[392]},{"name":"OpNone","features":[392]},{"name":"OpOneOrMore","features":[392]},{"name":"OpOptional","features":[392]},{"name":"OpProcess_","features":[392]},{"name":"OpQualifiedAttribute_","features":[392]},{"name":"PWSD_SOAP_MESSAGE_HANDLER","features":[392]},{"name":"REQUESTBODY_GetStatus","features":[392]},{"name":"REQUESTBODY_Renew","features":[392,307]},{"name":"REQUESTBODY_Subscribe","features":[392,307]},{"name":"REQUESTBODY_Unsubscribe","features":[392]},{"name":"RESPONSEBODY_GetMetadata","features":[392]},{"name":"RESPONSEBODY_GetStatus","features":[392,307]},{"name":"RESPONSEBODY_Renew","features":[392,307]},{"name":"RESPONSEBODY_Subscribe","features":[392,307]},{"name":"RESPONSEBODY_SubscriptionEnd","features":[392]},{"name":"SecureDirectedDiscovery","features":[392]},{"name":"TWO_WAY","features":[392]},{"name":"WSDAPI_ADDRESSFAMILY_IPV4","features":[392]},{"name":"WSDAPI_ADDRESSFAMILY_IPV6","features":[392]},{"name":"WSDAPI_COMPACTSIG_ACCEPT_ALL_MESSAGES","features":[392]},{"name":"WSDAPI_OPTION_MAX_INBOUND_MESSAGE_SIZE","features":[392]},{"name":"WSDAPI_OPTION_TRACE_XML_TO_DEBUGGER","features":[392]},{"name":"WSDAPI_OPTION_TRACE_XML_TO_FILE","features":[392]},{"name":"WSDAPI_SSL_CERT_APPLY_DEFAULT_CHECKS","features":[392]},{"name":"WSDAPI_SSL_CERT_IGNORE_EXPIRY","features":[392]},{"name":"WSDAPI_SSL_CERT_IGNORE_INVALID_CN","features":[392]},{"name":"WSDAPI_SSL_CERT_IGNORE_REVOCATION","features":[392]},{"name":"WSDAPI_SSL_CERT_IGNORE_UNKNOWN_CA","features":[392]},{"name":"WSDAPI_SSL_CERT_IGNORE_WRONG_USAGE","features":[392]},{"name":"WSDAllocateLinkedMemory","features":[392]},{"name":"WSDAttachLinkedMemory","features":[392]},{"name":"WSDCreateDeviceHost","features":[392]},{"name":"WSDCreateDeviceHost2","features":[392]},{"name":"WSDCreateDeviceHostAdvanced","features":[392]},{"name":"WSDCreateDeviceProxy","features":[392]},{"name":"WSDCreateDeviceProxy2","features":[392]},{"name":"WSDCreateDeviceProxyAdvanced","features":[392]},{"name":"WSDCreateDiscoveryProvider","features":[392]},{"name":"WSDCreateDiscoveryProvider2","features":[392]},{"name":"WSDCreateDiscoveryPublisher","features":[392]},{"name":"WSDCreateDiscoveryPublisher2","features":[392]},{"name":"WSDCreateHttpAddress","features":[392]},{"name":"WSDCreateHttpMessageParameters","features":[392]},{"name":"WSDCreateOutboundAttachment","features":[392]},{"name":"WSDCreateUdpAddress","features":[392]},{"name":"WSDCreateUdpMessageParameters","features":[392]},{"name":"WSDDetachLinkedMemory","features":[392]},{"name":"WSDET_INCOMING_FAULT","features":[392]},{"name":"WSDET_INCOMING_MESSAGE","features":[392]},{"name":"WSDET_NONE","features":[392]},{"name":"WSDET_RESPONSE_TIMEOUT","features":[392]},{"name":"WSDET_TRANSMISSION_FAILURE","features":[392]},{"name":"WSDEventType","features":[392]},{"name":"WSDFreeLinkedMemory","features":[392]},{"name":"WSDGenerateFault","features":[392]},{"name":"WSDGenerateFaultEx","features":[392]},{"name":"WSDGetConfigurationOption","features":[392]},{"name":"WSDSetConfigurationOption","features":[392]},{"name":"WSDUdpMessageType","features":[392]},{"name":"WSDUdpRetransmitParams","features":[392]},{"name":"WSDUriDecode","features":[392]},{"name":"WSDUriEncode","features":[392]},{"name":"WSDXMLAddChild","features":[392]},{"name":"WSDXMLAddSibling","features":[392]},{"name":"WSDXMLBuildAnyForSingleElement","features":[392]},{"name":"WSDXMLCleanupElement","features":[392]},{"name":"WSDXMLCreateContext","features":[392]},{"name":"WSDXMLGetNameFromBuiltinNamespace","features":[392]},{"name":"WSDXMLGetValueFromAny","features":[392]},{"name":"WSDXML_ATTRIBUTE","features":[392]},{"name":"WSDXML_ELEMENT","features":[392]},{"name":"WSDXML_ELEMENT_LIST","features":[392]},{"name":"WSDXML_NAME","features":[392]},{"name":"WSDXML_NAMESPACE","features":[392]},{"name":"WSDXML_NODE","features":[392]},{"name":"WSDXML_OP","features":[392]},{"name":"WSDXML_PREFIX_MAPPING","features":[392]},{"name":"WSDXML_TEXT","features":[392]},{"name":"WSDXML_TYPE","features":[392]},{"name":"WSD_APP_SEQUENCE","features":[392]},{"name":"WSD_BYE","features":[392]},{"name":"WSD_CONFIG_ADDRESSES","features":[392]},{"name":"WSD_CONFIG_DEVICE_ADDRESSES","features":[392]},{"name":"WSD_CONFIG_HOSTING_ADDRESSES","features":[392]},{"name":"WSD_CONFIG_MAX_INBOUND_MESSAGE_SIZE","features":[392]},{"name":"WSD_CONFIG_MAX_OUTBOUND_MESSAGE_SIZE","features":[392]},{"name":"WSD_CONFIG_PARAM","features":[392]},{"name":"WSD_CONFIG_PARAM_TYPE","features":[392]},{"name":"WSD_DATETIME","features":[392,307]},{"name":"WSD_DEFAULT_EVENTING_ADDRESS","features":[392]},{"name":"WSD_DEFAULT_HOSTING_ADDRESS","features":[392]},{"name":"WSD_DEFAULT_SECURE_HOSTING_ADDRESS","features":[392]},{"name":"WSD_DURATION","features":[392,307]},{"name":"WSD_ENDPOINT_REFERENCE","features":[392]},{"name":"WSD_ENDPOINT_REFERENCE_LIST","features":[392]},{"name":"WSD_EVENT","features":[392]},{"name":"WSD_EVENTING_DELIVERY_MODE","features":[392]},{"name":"WSD_EVENTING_DELIVERY_MODE_PUSH","features":[392]},{"name":"WSD_EVENTING_EXPIRES","features":[392,307]},{"name":"WSD_EVENTING_FILTER","features":[392]},{"name":"WSD_EVENTING_FILTER_ACTION","features":[392]},{"name":"WSD_HANDLER_CONTEXT","features":[392]},{"name":"WSD_HEADER_RELATESTO","features":[392]},{"name":"WSD_HELLO","features":[392]},{"name":"WSD_HOST_METADATA","features":[392]},{"name":"WSD_LOCALIZED_STRING","features":[392]},{"name":"WSD_LOCALIZED_STRING_LIST","features":[392]},{"name":"WSD_METADATA_SECTION","features":[392]},{"name":"WSD_METADATA_SECTION_LIST","features":[392]},{"name":"WSD_NAME_LIST","features":[392]},{"name":"WSD_OPERATION","features":[392]},{"name":"WSD_PORT_TYPE","features":[392]},{"name":"WSD_PROBE","features":[392]},{"name":"WSD_PROBE_MATCH","features":[392]},{"name":"WSD_PROBE_MATCHES","features":[392]},{"name":"WSD_PROBE_MATCH_LIST","features":[392]},{"name":"WSD_PROTOCOL_TYPE","features":[392]},{"name":"WSD_PT_ALL","features":[392]},{"name":"WSD_PT_HTTP","features":[392]},{"name":"WSD_PT_HTTPS","features":[392]},{"name":"WSD_PT_NONE","features":[392]},{"name":"WSD_PT_UDP","features":[392]},{"name":"WSD_REFERENCE_PARAMETERS","features":[392]},{"name":"WSD_REFERENCE_PROPERTIES","features":[392]},{"name":"WSD_RELATIONSHIP_METADATA","features":[392]},{"name":"WSD_RESOLVE","features":[392]},{"name":"WSD_RESOLVE_MATCH","features":[392]},{"name":"WSD_RESOLVE_MATCHES","features":[392]},{"name":"WSD_SCOPES","features":[392]},{"name":"WSD_SECURITY_CERT_VALIDATION","features":[392,307,393]},{"name":"WSD_SECURITY_CERT_VALIDATION_V1","features":[392,307,393]},{"name":"WSD_SECURITY_COMPACTSIG_SIGNING_CERT","features":[392]},{"name":"WSD_SECURITY_COMPACTSIG_VALIDATION","features":[392]},{"name":"WSD_SECURITY_HTTP_AUTH_SCHEME_NEGOTIATE","features":[392]},{"name":"WSD_SECURITY_HTTP_AUTH_SCHEME_NTLM","features":[392]},{"name":"WSD_SECURITY_REQUIRE_CLIENT_CERT_OR_HTTP_CLIENT_AUTH","features":[392]},{"name":"WSD_SECURITY_REQUIRE_HTTP_CLIENT_AUTH","features":[392]},{"name":"WSD_SECURITY_SIGNATURE_VALIDATION","features":[392,307,393]},{"name":"WSD_SECURITY_SSL_CERT_FOR_CLIENT_AUTH","features":[392]},{"name":"WSD_SECURITY_SSL_CLIENT_CERT_VALIDATION","features":[392]},{"name":"WSD_SECURITY_SSL_NEGOTIATE_CLIENT_CERT","features":[392]},{"name":"WSD_SECURITY_SSL_SERVER_CERT_VALIDATION","features":[392]},{"name":"WSD_SECURITY_USE_HTTP_CLIENT_AUTH","features":[392]},{"name":"WSD_SERVICE_METADATA","features":[392]},{"name":"WSD_SERVICE_METADATA_LIST","features":[392]},{"name":"WSD_SOAP_FAULT","features":[392]},{"name":"WSD_SOAP_FAULT_CODE","features":[392]},{"name":"WSD_SOAP_FAULT_REASON","features":[392]},{"name":"WSD_SOAP_FAULT_SUBCODE","features":[392]},{"name":"WSD_SOAP_HEADER","features":[392]},{"name":"WSD_SOAP_MESSAGE","features":[392]},{"name":"WSD_STUB_FUNCTION","features":[392]},{"name":"WSD_SYNCHRONOUS_RESPONSE_CONTEXT","features":[392,307]},{"name":"WSD_THIS_DEVICE_METADATA","features":[392]},{"name":"WSD_THIS_MODEL_METADATA","features":[392]},{"name":"WSD_UNKNOWN_LOOKUP","features":[392]},{"name":"WSD_URI_LIST","features":[392]}],"392":[{"name":"APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID","features":[307]},{"name":"APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED","features":[307]},{"name":"APPMODEL_ERROR_NO_APPLICATION","features":[307]},{"name":"APPMODEL_ERROR_NO_MUTABLE_DIRECTORY","features":[307]},{"name":"APPMODEL_ERROR_NO_PACKAGE","features":[307]},{"name":"APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT","features":[307]},{"name":"APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE","features":[307]},{"name":"APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT","features":[307]},{"name":"APPX_E_BLOCK_HASH_INVALID","features":[307]},{"name":"APPX_E_CORRUPT_CONTENT","features":[307]},{"name":"APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED","features":[307]},{"name":"APPX_E_DELTA_BASELINE_VERSION_MISMATCH","features":[307]},{"name":"APPX_E_DELTA_PACKAGE_MISSING_FILE","features":[307]},{"name":"APPX_E_DIGEST_MISMATCH","features":[307]},{"name":"APPX_E_FILE_COMPRESSION_MISMATCH","features":[307]},{"name":"APPX_E_INTERLEAVING_NOT_ALLOWED","features":[307]},{"name":"APPX_E_INVALID_APPINSTALLER","features":[307]},{"name":"APPX_E_INVALID_BLOCKMAP","features":[307]},{"name":"APPX_E_INVALID_CONTENTGROUPMAP","features":[307]},{"name":"APPX_E_INVALID_DELTA_PACKAGE","features":[307]},{"name":"APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST","features":[307]},{"name":"APPX_E_INVALID_KEY_INFO","features":[307]},{"name":"APPX_E_INVALID_MANIFEST","features":[307]},{"name":"APPX_E_INVALID_PACKAGESIGNCONFIG","features":[307]},{"name":"APPX_E_INVALID_PACKAGE_FOLDER_ACLS","features":[307]},{"name":"APPX_E_INVALID_PACKAGING_LAYOUT","features":[307]},{"name":"APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION","features":[307]},{"name":"APPX_E_INVALID_PUBLISHER_BRIDGING","features":[307]},{"name":"APPX_E_INVALID_SIP_CLIENT_DATA","features":[307]},{"name":"APPX_E_MISSING_REQUIRED_FILE","features":[307]},{"name":"APPX_E_PACKAGING_INTERNAL","features":[307]},{"name":"APPX_E_RELATIONSHIPS_NOT_ALLOWED","features":[307]},{"name":"APPX_E_REQUESTED_RANGE_TOO_LARGE","features":[307]},{"name":"APPX_E_RESOURCESPRI_NOT_ALLOWED","features":[307]},{"name":"APP_LOCAL_DEVICE_ID","features":[307]},{"name":"APP_LOCAL_DEVICE_ID_SIZE","features":[307]},{"name":"BOOL","features":[307]},{"name":"BOOLEAN","features":[307]},{"name":"BSTR","features":[307]},{"name":"BT_E_SPURIOUS_ACTIVATION","features":[307]},{"name":"CACHE_E_FIRST","features":[307]},{"name":"CACHE_E_LAST","features":[307]},{"name":"CACHE_E_NOCACHE_UPDATED","features":[307]},{"name":"CACHE_S_FIRST","features":[307]},{"name":"CACHE_S_FORMATETC_NOTSUPPORTED","features":[307]},{"name":"CACHE_S_LAST","features":[307]},{"name":"CACHE_S_SAMECACHE","features":[307]},{"name":"CACHE_S_SOMECACHES_NOTUPDATED","features":[307]},{"name":"CAT_E_CATIDNOEXIST","features":[307]},{"name":"CAT_E_FIRST","features":[307]},{"name":"CAT_E_LAST","features":[307]},{"name":"CAT_E_NODESCRIPTION","features":[307]},{"name":"CERTSRV_E_ADMIN_DENIED_REQUEST","features":[307]},{"name":"CERTSRV_E_ALIGNMENT_FAULT","features":[307]},{"name":"CERTSRV_E_ARCHIVED_KEY_REQUIRED","features":[307]},{"name":"CERTSRV_E_ARCHIVED_KEY_UNEXPECTED","features":[307]},{"name":"CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE","features":[307]},{"name":"CERTSRV_E_BAD_RENEWAL_SUBJECT","features":[307]},{"name":"CERTSRV_E_BAD_REQUESTSTATUS","features":[307]},{"name":"CERTSRV_E_BAD_REQUESTSUBJECT","features":[307]},{"name":"CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL","features":[307]},{"name":"CERTSRV_E_BAD_TEMPLATE_VERSION","features":[307]},{"name":"CERTSRV_E_CERT_TYPE_OVERLAP","features":[307]},{"name":"CERTSRV_E_CORRUPT_KEY_ATTESTATION","features":[307]},{"name":"CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE","features":[307]},{"name":"CERTSRV_E_ENCODING_LENGTH","features":[307]},{"name":"CERTSRV_E_ENCRYPTION_CERT_REQUIRED","features":[307]},{"name":"CERTSRV_E_ENROLL_DENIED","features":[307]},{"name":"CERTSRV_E_EXPIRED_CHALLENGE","features":[307]},{"name":"CERTSRV_E_INVALID_ATTESTATION","features":[307]},{"name":"CERTSRV_E_INVALID_CA_CERTIFICATE","features":[307]},{"name":"CERTSRV_E_INVALID_EK","features":[307]},{"name":"CERTSRV_E_INVALID_IDBINDING","features":[307]},{"name":"CERTSRV_E_INVALID_REQUESTID","features":[307]},{"name":"CERTSRV_E_INVALID_RESPONSE","features":[307]},{"name":"CERTSRV_E_ISSUANCE_POLICY_REQUIRED","features":[307]},{"name":"CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED","features":[307]},{"name":"CERTSRV_E_KEY_ATTESTATION","features":[307]},{"name":"CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED","features":[307]},{"name":"CERTSRV_E_KEY_LENGTH","features":[307]},{"name":"CERTSRV_E_NO_CAADMIN_DEFINED","features":[307]},{"name":"CERTSRV_E_NO_CERT_TYPE","features":[307]},{"name":"CERTSRV_E_NO_DB_SESSIONS","features":[307]},{"name":"CERTSRV_E_NO_POLICY_SERVER","features":[307]},{"name":"CERTSRV_E_NO_REQUEST","features":[307]},{"name":"CERTSRV_E_NO_VALID_KRA","features":[307]},{"name":"CERTSRV_E_PENDING_CLIENT_RESPONSE","features":[307]},{"name":"CERTSRV_E_PROPERTY_EMPTY","features":[307]},{"name":"CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY","features":[307]},{"name":"CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH","features":[307]},{"name":"CERTSRV_E_RESTRICTEDOFFICER","features":[307]},{"name":"CERTSRV_E_ROLECONFLICT","features":[307]},{"name":"CERTSRV_E_SEC_EXT_DIRECTORY_SID_REQUIRED","features":[307]},{"name":"CERTSRV_E_SERVER_SUSPENDED","features":[307]},{"name":"CERTSRV_E_SIGNATURE_COUNT","features":[307]},{"name":"CERTSRV_E_SIGNATURE_POLICY_REQUIRED","features":[307]},{"name":"CERTSRV_E_SIGNATURE_REJECTED","features":[307]},{"name":"CERTSRV_E_SMIME_REQUIRED","features":[307]},{"name":"CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED","features":[307]},{"name":"CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED","features":[307]},{"name":"CERTSRV_E_SUBJECT_DNS_REQUIRED","features":[307]},{"name":"CERTSRV_E_SUBJECT_EMAIL_REQUIRED","features":[307]},{"name":"CERTSRV_E_SUBJECT_UPN_REQUIRED","features":[307]},{"name":"CERTSRV_E_TEMPLATE_CONFLICT","features":[307]},{"name":"CERTSRV_E_TEMPLATE_DENIED","features":[307]},{"name":"CERTSRV_E_TEMPLATE_POLICY_REQUIRED","features":[307]},{"name":"CERTSRV_E_TOO_MANY_SIGNATURES","features":[307]},{"name":"CERTSRV_E_UNKNOWN_CERT_TYPE","features":[307]},{"name":"CERTSRV_E_UNSUPPORTED_CERT_TYPE","features":[307]},{"name":"CERTSRV_E_WEAK_SIGNATURE_OR_KEY","features":[307]},{"name":"CERT_E_CHAINING","features":[307]},{"name":"CERT_E_CN_NO_MATCH","features":[307]},{"name":"CERT_E_CRITICAL","features":[307]},{"name":"CERT_E_EXPIRED","features":[307]},{"name":"CERT_E_INVALID_NAME","features":[307]},{"name":"CERT_E_INVALID_POLICY","features":[307]},{"name":"CERT_E_ISSUERCHAINING","features":[307]},{"name":"CERT_E_MALFORMED","features":[307]},{"name":"CERT_E_PATHLENCONST","features":[307]},{"name":"CERT_E_PURPOSE","features":[307]},{"name":"CERT_E_REVOCATION_FAILURE","features":[307]},{"name":"CERT_E_REVOKED","features":[307]},{"name":"CERT_E_ROLE","features":[307]},{"name":"CERT_E_UNTRUSTEDCA","features":[307]},{"name":"CERT_E_UNTRUSTEDROOT","features":[307]},{"name":"CERT_E_UNTRUSTEDTESTROOT","features":[307]},{"name":"CERT_E_VALIDITYPERIODNESTING","features":[307]},{"name":"CERT_E_WRONG_USAGE","features":[307]},{"name":"CHAR","features":[307]},{"name":"CI_CORRUPT_CATALOG","features":[307]},{"name":"CI_CORRUPT_DATABASE","features":[307]},{"name":"CI_CORRUPT_FILTER_BUFFER","features":[307]},{"name":"CI_E_ALREADY_INITIALIZED","features":[307]},{"name":"CI_E_BUFFERTOOSMALL","features":[307]},{"name":"CI_E_CARDINALITY_MISMATCH","features":[307]},{"name":"CI_E_CLIENT_FILTER_ABORT","features":[307]},{"name":"CI_E_CONFIG_DISK_FULL","features":[307]},{"name":"CI_E_DISK_FULL","features":[307]},{"name":"CI_E_DISTRIBUTED_GROUPBY_UNSUPPORTED","features":[307]},{"name":"CI_E_DUPLICATE_NOTIFICATION","features":[307]},{"name":"CI_E_ENUMERATION_STARTED","features":[307]},{"name":"CI_E_FILTERING_DISABLED","features":[307]},{"name":"CI_E_INVALID_FLAGS_COMBINATION","features":[307]},{"name":"CI_E_INVALID_STATE","features":[307]},{"name":"CI_E_LOGON_FAILURE","features":[307]},{"name":"CI_E_NOT_FOUND","features":[307]},{"name":"CI_E_NOT_INITIALIZED","features":[307]},{"name":"CI_E_NOT_RUNNING","features":[307]},{"name":"CI_E_NO_CATALOG","features":[307]},{"name":"CI_E_OUTOFSEQ_INCREMENT_DATA","features":[307]},{"name":"CI_E_PROPERTY_NOT_CACHED","features":[307]},{"name":"CI_E_PROPERTY_TOOLARGE","features":[307]},{"name":"CI_E_SHARING_VIOLATION","features":[307]},{"name":"CI_E_SHUTDOWN","features":[307]},{"name":"CI_E_STRANGE_PAGEORSECTOR_SIZE","features":[307]},{"name":"CI_E_TIMEOUT","features":[307]},{"name":"CI_E_UPDATES_DISABLED","features":[307]},{"name":"CI_E_USE_DEFAULT_PID","features":[307]},{"name":"CI_E_WORKID_NOTVALID","features":[307]},{"name":"CI_INCORRECT_VERSION","features":[307]},{"name":"CI_INVALID_INDEX","features":[307]},{"name":"CI_INVALID_PARTITION","features":[307]},{"name":"CI_INVALID_PRIORITY","features":[307]},{"name":"CI_NO_CATALOG","features":[307]},{"name":"CI_NO_STARTING_KEY","features":[307]},{"name":"CI_OUT_OF_INDEX_IDS","features":[307]},{"name":"CI_PROPSTORE_INCONSISTENCY","features":[307]},{"name":"CI_S_CAT_STOPPED","features":[307]},{"name":"CI_S_END_OF_ENUMERATION","features":[307]},{"name":"CI_S_NO_DOCSTORE","features":[307]},{"name":"CI_S_WORKID_DELETED","features":[307]},{"name":"CLASSFACTORY_E_FIRST","features":[307]},{"name":"CLASSFACTORY_E_LAST","features":[307]},{"name":"CLASSFACTORY_S_FIRST","features":[307]},{"name":"CLASSFACTORY_S_LAST","features":[307]},{"name":"CLASS_E_CLASSNOTAVAILABLE","features":[307]},{"name":"CLASS_E_NOAGGREGATION","features":[307]},{"name":"CLASS_E_NOTLICENSED","features":[307]},{"name":"CLIENTSITE_E_FIRST","features":[307]},{"name":"CLIENTSITE_E_LAST","features":[307]},{"name":"CLIENTSITE_S_FIRST","features":[307]},{"name":"CLIENTSITE_S_LAST","features":[307]},{"name":"CLIPBRD_E_BAD_DATA","features":[307]},{"name":"CLIPBRD_E_CANT_CLOSE","features":[307]},{"name":"CLIPBRD_E_CANT_EMPTY","features":[307]},{"name":"CLIPBRD_E_CANT_OPEN","features":[307]},{"name":"CLIPBRD_E_CANT_SET","features":[307]},{"name":"CLIPBRD_E_FIRST","features":[307]},{"name":"CLIPBRD_E_LAST","features":[307]},{"name":"CLIPBRD_S_FIRST","features":[307]},{"name":"CLIPBRD_S_LAST","features":[307]},{"name":"COLORREF","features":[307]},{"name":"COMADMIN_E_ALREADYINSTALLED","features":[307]},{"name":"COMADMIN_E_AMBIGUOUS_APPLICATION_NAME","features":[307]},{"name":"COMADMIN_E_AMBIGUOUS_PARTITION_NAME","features":[307]},{"name":"COMADMIN_E_APPDIRNOTFOUND","features":[307]},{"name":"COMADMIN_E_APPLICATIONEXISTS","features":[307]},{"name":"COMADMIN_E_APPLID_MATCHES_CLSID","features":[307]},{"name":"COMADMIN_E_APP_FILE_READFAIL","features":[307]},{"name":"COMADMIN_E_APP_FILE_VERSION","features":[307]},{"name":"COMADMIN_E_APP_FILE_WRITEFAIL","features":[307]},{"name":"COMADMIN_E_APP_NOT_RUNNING","features":[307]},{"name":"COMADMIN_E_AUTHENTICATIONLEVEL","features":[307]},{"name":"COMADMIN_E_BADPATH","features":[307]},{"name":"COMADMIN_E_BADREGISTRYLIBID","features":[307]},{"name":"COMADMIN_E_BADREGISTRYPROGID","features":[307]},{"name":"COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET","features":[307]},{"name":"COMADMIN_E_BASE_PARTITION_ONLY","features":[307]},{"name":"COMADMIN_E_CANNOT_ALIAS_EVENTCLASS","features":[307]},{"name":"COMADMIN_E_CANTCOPYFILE","features":[307]},{"name":"COMADMIN_E_CANTMAKEINPROCSERVICE","features":[307]},{"name":"COMADMIN_E_CANTRECYCLELIBRARYAPPS","features":[307]},{"name":"COMADMIN_E_CANTRECYCLESERVICEAPPS","features":[307]},{"name":"COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT","features":[307]},{"name":"COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY","features":[307]},{"name":"COMADMIN_E_CAN_NOT_EXPORT_SYS_APP","features":[307]},{"name":"COMADMIN_E_CAN_NOT_START_APP","features":[307]},{"name":"COMADMIN_E_CAT_BITNESSMISMATCH","features":[307]},{"name":"COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME","features":[307]},{"name":"COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED","features":[307]},{"name":"COMADMIN_E_CAT_INVALID_PARTITION_NAME","features":[307]},{"name":"COMADMIN_E_CAT_PARTITION_IN_USE","features":[307]},{"name":"COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED","features":[307]},{"name":"COMADMIN_E_CAT_SERVERFAULT","features":[307]},{"name":"COMADMIN_E_CAT_UNACCEPTABLEBITNESS","features":[307]},{"name":"COMADMIN_E_CAT_WRONGAPPBITNESS","features":[307]},{"name":"COMADMIN_E_CLSIDORIIDMISMATCH","features":[307]},{"name":"COMADMIN_E_COMPFILE_BADTLB","features":[307]},{"name":"COMADMIN_E_COMPFILE_CLASSNOTAVAIL","features":[307]},{"name":"COMADMIN_E_COMPFILE_DOESNOTEXIST","features":[307]},{"name":"COMADMIN_E_COMPFILE_GETCLASSOBJ","features":[307]},{"name":"COMADMIN_E_COMPFILE_LOADDLLFAIL","features":[307]},{"name":"COMADMIN_E_COMPFILE_NOREGISTRAR","features":[307]},{"name":"COMADMIN_E_COMPFILE_NOTINSTALLABLE","features":[307]},{"name":"COMADMIN_E_COMPONENTEXISTS","features":[307]},{"name":"COMADMIN_E_COMP_MOVE_BAD_DEST","features":[307]},{"name":"COMADMIN_E_COMP_MOVE_DEST","features":[307]},{"name":"COMADMIN_E_COMP_MOVE_LOCKED","features":[307]},{"name":"COMADMIN_E_COMP_MOVE_PRIVATE","features":[307]},{"name":"COMADMIN_E_COMP_MOVE_SOURCE","features":[307]},{"name":"COMADMIN_E_COREQCOMPINSTALLED","features":[307]},{"name":"COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET","features":[307]},{"name":"COMADMIN_E_DLLLOADFAILED","features":[307]},{"name":"COMADMIN_E_DLLREGISTERSERVER","features":[307]},{"name":"COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER","features":[307]},{"name":"COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES","features":[307]},{"name":"COMADMIN_E_INVALIDUSERIDS","features":[307]},{"name":"COMADMIN_E_INVALID_PARTITION","features":[307]},{"name":"COMADMIN_E_KEYMISSING","features":[307]},{"name":"COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT","features":[307]},{"name":"COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS","features":[307]},{"name":"COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE","features":[307]},{"name":"COMADMIN_E_MIG_SCHEMANOTFOUND","features":[307]},{"name":"COMADMIN_E_MIG_VERSIONNOTSUPPORTED","features":[307]},{"name":"COMADMIN_E_NOREGISTRYCLSID","features":[307]},{"name":"COMADMIN_E_NOSERVERSHARE","features":[307]},{"name":"COMADMIN_E_NOTCHANGEABLE","features":[307]},{"name":"COMADMIN_E_NOTDELETEABLE","features":[307]},{"name":"COMADMIN_E_NOTINREGISTRY","features":[307]},{"name":"COMADMIN_E_NOUSER","features":[307]},{"name":"COMADMIN_E_OBJECTERRORS","features":[307]},{"name":"COMADMIN_E_OBJECTEXISTS","features":[307]},{"name":"COMADMIN_E_OBJECTINVALID","features":[307]},{"name":"COMADMIN_E_OBJECTNOTPOOLABLE","features":[307]},{"name":"COMADMIN_E_OBJECT_DOES_NOT_EXIST","features":[307]},{"name":"COMADMIN_E_OBJECT_PARENT_MISSING","features":[307]},{"name":"COMADMIN_E_PARTITIONS_DISABLED","features":[307]},{"name":"COMADMIN_E_PARTITION_ACCESSDENIED","features":[307]},{"name":"COMADMIN_E_PARTITION_MSI_ONLY","features":[307]},{"name":"COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED","features":[307]},{"name":"COMADMIN_E_PRIVATE_ACCESSDENIED","features":[307]},{"name":"COMADMIN_E_PROCESSALREADYRECYCLED","features":[307]},{"name":"COMADMIN_E_PROGIDINUSEBYCLSID","features":[307]},{"name":"COMADMIN_E_PROPERTYSAVEFAILED","features":[307]},{"name":"COMADMIN_E_PROPERTY_OVERFLOW","features":[307]},{"name":"COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED","features":[307]},{"name":"COMADMIN_E_REGDB_ALREADYRUNNING","features":[307]},{"name":"COMADMIN_E_REGDB_NOTINITIALIZED","features":[307]},{"name":"COMADMIN_E_REGDB_NOTOPEN","features":[307]},{"name":"COMADMIN_E_REGDB_SYSTEMERR","features":[307]},{"name":"COMADMIN_E_REGFILE_CORRUPT","features":[307]},{"name":"COMADMIN_E_REGISTERTLB","features":[307]},{"name":"COMADMIN_E_REGISTRARFAILED","features":[307]},{"name":"COMADMIN_E_REGISTRY_ACCESSDENIED","features":[307]},{"name":"COMADMIN_E_REMOTEINTERFACE","features":[307]},{"name":"COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM","features":[307]},{"name":"COMADMIN_E_ROLEEXISTS","features":[307]},{"name":"COMADMIN_E_ROLE_DOES_NOT_EXIST","features":[307]},{"name":"COMADMIN_E_SAFERINVALID","features":[307]},{"name":"COMADMIN_E_SERVICENOTINSTALLED","features":[307]},{"name":"COMADMIN_E_SESSION","features":[307]},{"name":"COMADMIN_E_START_APP_DISABLED","features":[307]},{"name":"COMADMIN_E_START_APP_NEEDS_COMPONENTS","features":[307]},{"name":"COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE","features":[307]},{"name":"COMADMIN_E_SYSTEMAPP","features":[307]},{"name":"COMADMIN_E_USERPASSWDNOTVALID","features":[307]},{"name":"COMADMIN_E_USER_IN_SET","features":[307]},{"name":"COMQC_E_APPLICATION_NOT_QUEUED","features":[307]},{"name":"COMQC_E_BAD_MESSAGE","features":[307]},{"name":"COMQC_E_NO_IPERSISTSTREAM","features":[307]},{"name":"COMQC_E_NO_QUEUEABLE_INTERFACES","features":[307]},{"name":"COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE","features":[307]},{"name":"COMQC_E_UNAUTHENTICATED","features":[307]},{"name":"COMQC_E_UNTRUSTED_ENQUEUER","features":[307]},{"name":"CONTEXT_E_ABORTED","features":[307]},{"name":"CONTEXT_E_ABORTING","features":[307]},{"name":"CONTEXT_E_FIRST","features":[307]},{"name":"CONTEXT_E_LAST","features":[307]},{"name":"CONTEXT_E_NOCONTEXT","features":[307]},{"name":"CONTEXT_E_NOJIT","features":[307]},{"name":"CONTEXT_E_NOTRANSACTION","features":[307]},{"name":"CONTEXT_E_OLDREF","features":[307]},{"name":"CONTEXT_E_ROLENOTFOUND","features":[307]},{"name":"CONTEXT_E_SYNCH_TIMEOUT","features":[307]},{"name":"CONTEXT_E_TMNOTAVAILABLE","features":[307]},{"name":"CONTEXT_E_WOULD_DEADLOCK","features":[307]},{"name":"CONTEXT_S_FIRST","features":[307]},{"name":"CONTEXT_S_LAST","features":[307]},{"name":"CONTROL_C_EXIT","features":[307]},{"name":"CONVERT10_E_FIRST","features":[307]},{"name":"CONVERT10_E_LAST","features":[307]},{"name":"CONVERT10_E_OLELINK_DISABLED","features":[307]},{"name":"CONVERT10_E_OLESTREAM_BITMAP_TO_DIB","features":[307]},{"name":"CONVERT10_E_OLESTREAM_FMT","features":[307]},{"name":"CONVERT10_E_OLESTREAM_GET","features":[307]},{"name":"CONVERT10_E_OLESTREAM_PUT","features":[307]},{"name":"CONVERT10_E_STG_DIB_TO_BITMAP","features":[307]},{"name":"CONVERT10_E_STG_FMT","features":[307]},{"name":"CONVERT10_E_STG_NO_STD_STREAM","features":[307]},{"name":"CONVERT10_S_FIRST","features":[307]},{"name":"CONVERT10_S_LAST","features":[307]},{"name":"CONVERT10_S_NO_PRESENTATION","features":[307]},{"name":"CO_E_ACCESSCHECKFAILED","features":[307]},{"name":"CO_E_ACESINWRONGORDER","features":[307]},{"name":"CO_E_ACNOTINITIALIZED","features":[307]},{"name":"CO_E_ACTIVATIONFAILED","features":[307]},{"name":"CO_E_ACTIVATIONFAILED_CATALOGERROR","features":[307]},{"name":"CO_E_ACTIVATIONFAILED_EVENTLOGGED","features":[307]},{"name":"CO_E_ACTIVATIONFAILED_TIMEOUT","features":[307]},{"name":"CO_E_ALREADYINITIALIZED","features":[307]},{"name":"CO_E_APPDIDNTREG","features":[307]},{"name":"CO_E_APPNOTFOUND","features":[307]},{"name":"CO_E_APPSINGLEUSE","features":[307]},{"name":"CO_E_ASYNC_WORK_REJECTED","features":[307]},{"name":"CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT","features":[307]},{"name":"CO_E_BAD_PATH","features":[307]},{"name":"CO_E_BAD_SERVER_NAME","features":[307]},{"name":"CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED","features":[307]},{"name":"CO_E_CANCEL_DISABLED","features":[307]},{"name":"CO_E_CANTDETERMINECLASS","features":[307]},{"name":"CO_E_CANT_REMOTE","features":[307]},{"name":"CO_E_CLASSSTRING","features":[307]},{"name":"CO_E_CLASS_CREATE_FAILED","features":[307]},{"name":"CO_E_CLASS_DISABLED","features":[307]},{"name":"CO_E_CLRNOTAVAILABLE","features":[307]},{"name":"CO_E_CLSREG_INCONSISTENT","features":[307]},{"name":"CO_E_CONVERSIONFAILED","features":[307]},{"name":"CO_E_CREATEPROCESS_FAILURE","features":[307]},{"name":"CO_E_DBERROR","features":[307]},{"name":"CO_E_DECODEFAILED","features":[307]},{"name":"CO_E_DLLNOTFOUND","features":[307]},{"name":"CO_E_ELEVATION_DISABLED","features":[307]},{"name":"CO_E_ERRORINAPP","features":[307]},{"name":"CO_E_ERRORINDLL","features":[307]},{"name":"CO_E_EXCEEDSYSACLLIMIT","features":[307]},{"name":"CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED","features":[307]},{"name":"CO_E_FAILEDTOCLOSEHANDLE","features":[307]},{"name":"CO_E_FAILEDTOCREATEFILE","features":[307]},{"name":"CO_E_FAILEDTOGENUUID","features":[307]},{"name":"CO_E_FAILEDTOGETSECCTX","features":[307]},{"name":"CO_E_FAILEDTOGETTOKENINFO","features":[307]},{"name":"CO_E_FAILEDTOGETWINDIR","features":[307]},{"name":"CO_E_FAILEDTOIMPERSONATE","features":[307]},{"name":"CO_E_FAILEDTOOPENPROCESSTOKEN","features":[307]},{"name":"CO_E_FAILEDTOOPENTHREADTOKEN","features":[307]},{"name":"CO_E_FAILEDTOQUERYCLIENTBLANKET","features":[307]},{"name":"CO_E_FAILEDTOSETDACL","features":[307]},{"name":"CO_E_FIRST","features":[307]},{"name":"CO_E_IIDREG_INCONSISTENT","features":[307]},{"name":"CO_E_IIDSTRING","features":[307]},{"name":"CO_E_INCOMPATIBLESTREAMVERSION","features":[307]},{"name":"CO_E_INITIALIZATIONFAILED","features":[307]},{"name":"CO_E_INIT_CLASS_CACHE","features":[307]},{"name":"CO_E_INIT_MEMORY_ALLOCATOR","features":[307]},{"name":"CO_E_INIT_ONLY_SINGLE_THREADED","features":[307]},{"name":"CO_E_INIT_RPC_CHANNEL","features":[307]},{"name":"CO_E_INIT_SCM_EXEC_FAILURE","features":[307]},{"name":"CO_E_INIT_SCM_FILE_MAPPING_EXISTS","features":[307]},{"name":"CO_E_INIT_SCM_MAP_VIEW_OF_FILE","features":[307]},{"name":"CO_E_INIT_SCM_MUTEX_EXISTS","features":[307]},{"name":"CO_E_INIT_SHARED_ALLOCATOR","features":[307]},{"name":"CO_E_INIT_TLS","features":[307]},{"name":"CO_E_INIT_TLS_CHANNEL_CONTROL","features":[307]},{"name":"CO_E_INIT_TLS_SET_CHANNEL_CONTROL","features":[307]},{"name":"CO_E_INIT_UNACCEPTED_USER_ALLOCATOR","features":[307]},{"name":"CO_E_INVALIDSID","features":[307]},{"name":"CO_E_ISOLEVELMISMATCH","features":[307]},{"name":"CO_E_LAST","features":[307]},{"name":"CO_E_LAUNCH_PERMSSION_DENIED","features":[307]},{"name":"CO_E_LOOKUPACCNAMEFAILED","features":[307]},{"name":"CO_E_LOOKUPACCSIDFAILED","features":[307]},{"name":"CO_E_MALFORMED_SPN","features":[307]},{"name":"CO_E_MISSING_DISPLAYNAME","features":[307]},{"name":"CO_E_MSI_ERROR","features":[307]},{"name":"CO_E_NETACCESSAPIFAILED","features":[307]},{"name":"CO_E_NOCOOKIES","features":[307]},{"name":"CO_E_NOIISINTRINSICS","features":[307]},{"name":"CO_E_NOMATCHINGNAMEFOUND","features":[307]},{"name":"CO_E_NOMATCHINGSIDFOUND","features":[307]},{"name":"CO_E_NOSYNCHRONIZATION","features":[307]},{"name":"CO_E_NOTCONSTRUCTED","features":[307]},{"name":"CO_E_NOTINITIALIZED","features":[307]},{"name":"CO_E_NOTPOOLED","features":[307]},{"name":"CO_E_NOT_SUPPORTED","features":[307]},{"name":"CO_E_NO_SECCTX_IN_ACTIVATE","features":[307]},{"name":"CO_E_OBJISREG","features":[307]},{"name":"CO_E_OBJNOTCONNECTED","features":[307]},{"name":"CO_E_OBJNOTREG","features":[307]},{"name":"CO_E_OBJSRV_RPC_FAILURE","features":[307]},{"name":"CO_E_OLE1DDE_DISABLED","features":[307]},{"name":"CO_E_PATHTOOLONG","features":[307]},{"name":"CO_E_PREMATURE_STUB_RUNDOWN","features":[307]},{"name":"CO_E_RELEASED","features":[307]},{"name":"CO_E_RELOAD_DLL","features":[307]},{"name":"CO_E_REMOTE_COMMUNICATION_FAILURE","features":[307]},{"name":"CO_E_RUNAS_CREATEPROCESS_FAILURE","features":[307]},{"name":"CO_E_RUNAS_LOGON_FAILURE","features":[307]},{"name":"CO_E_RUNAS_SYNTAX","features":[307]},{"name":"CO_E_RUNAS_VALUE_MUST_BE_AAA","features":[307]},{"name":"CO_E_SCM_ERROR","features":[307]},{"name":"CO_E_SCM_RPC_FAILURE","features":[307]},{"name":"CO_E_SERVER_EXEC_FAILURE","features":[307]},{"name":"CO_E_SERVER_INIT_TIMEOUT","features":[307]},{"name":"CO_E_SERVER_NOT_PAUSED","features":[307]},{"name":"CO_E_SERVER_PAUSED","features":[307]},{"name":"CO_E_SERVER_START_TIMEOUT","features":[307]},{"name":"CO_E_SERVER_STOPPING","features":[307]},{"name":"CO_E_SETSERLHNDLFAILED","features":[307]},{"name":"CO_E_START_SERVICE_FAILURE","features":[307]},{"name":"CO_E_SXS_CONFIG","features":[307]},{"name":"CO_E_THREADINGMODEL_CHANGED","features":[307]},{"name":"CO_E_THREADPOOL_CONFIG","features":[307]},{"name":"CO_E_TRACKER_CONFIG","features":[307]},{"name":"CO_E_TRUSTEEDOESNTMATCHCLIENT","features":[307]},{"name":"CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN","features":[307]},{"name":"CO_E_WRONGOSFORAPP","features":[307]},{"name":"CO_E_WRONGTRUSTEENAMESYNTAX","features":[307]},{"name":"CO_E_WRONG_SERVER_IDENTITY","features":[307]},{"name":"CO_S_FIRST","features":[307]},{"name":"CO_S_LAST","features":[307]},{"name":"CO_S_MACHINENAMENOTFOUND","features":[307]},{"name":"CO_S_NOTALLINTERFACES","features":[307]},{"name":"CRYPT_E_ALREADY_DECRYPTED","features":[307]},{"name":"CRYPT_E_ASN1_BADARGS","features":[307]},{"name":"CRYPT_E_ASN1_BADPDU","features":[307]},{"name":"CRYPT_E_ASN1_BADREAL","features":[307]},{"name":"CRYPT_E_ASN1_BADTAG","features":[307]},{"name":"CRYPT_E_ASN1_CHOICE","features":[307]},{"name":"CRYPT_E_ASN1_CONSTRAINT","features":[307]},{"name":"CRYPT_E_ASN1_CORRUPT","features":[307]},{"name":"CRYPT_E_ASN1_EOD","features":[307]},{"name":"CRYPT_E_ASN1_ERROR","features":[307]},{"name":"CRYPT_E_ASN1_EXTENDED","features":[307]},{"name":"CRYPT_E_ASN1_INTERNAL","features":[307]},{"name":"CRYPT_E_ASN1_LARGE","features":[307]},{"name":"CRYPT_E_ASN1_MEMORY","features":[307]},{"name":"CRYPT_E_ASN1_NOEOD","features":[307]},{"name":"CRYPT_E_ASN1_NYI","features":[307]},{"name":"CRYPT_E_ASN1_OVERFLOW","features":[307]},{"name":"CRYPT_E_ASN1_PDU_TYPE","features":[307]},{"name":"CRYPT_E_ASN1_RULE","features":[307]},{"name":"CRYPT_E_ASN1_UTF8","features":[307]},{"name":"CRYPT_E_ATTRIBUTES_MISSING","features":[307]},{"name":"CRYPT_E_AUTH_ATTR_MISSING","features":[307]},{"name":"CRYPT_E_BAD_ENCODE","features":[307]},{"name":"CRYPT_E_BAD_LEN","features":[307]},{"name":"CRYPT_E_BAD_MSG","features":[307]},{"name":"CRYPT_E_CONTROL_TYPE","features":[307]},{"name":"CRYPT_E_DELETED_PREV","features":[307]},{"name":"CRYPT_E_EXISTS","features":[307]},{"name":"CRYPT_E_FILERESIZED","features":[307]},{"name":"CRYPT_E_FILE_ERROR","features":[307]},{"name":"CRYPT_E_HASH_VALUE","features":[307]},{"name":"CRYPT_E_INVALID_IA5_STRING","features":[307]},{"name":"CRYPT_E_INVALID_INDEX","features":[307]},{"name":"CRYPT_E_INVALID_MSG_TYPE","features":[307]},{"name":"CRYPT_E_INVALID_NUMERIC_STRING","features":[307]},{"name":"CRYPT_E_INVALID_PRINTABLE_STRING","features":[307]},{"name":"CRYPT_E_INVALID_X500_STRING","features":[307]},{"name":"CRYPT_E_ISSUER_SERIALNUMBER","features":[307]},{"name":"CRYPT_E_MISSING_PUBKEY_PARA","features":[307]},{"name":"CRYPT_E_MSG_ERROR","features":[307]},{"name":"CRYPT_E_NOT_CHAR_STRING","features":[307]},{"name":"CRYPT_E_NOT_DECRYPTED","features":[307]},{"name":"CRYPT_E_NOT_FOUND","features":[307]},{"name":"CRYPT_E_NOT_IN_CTL","features":[307]},{"name":"CRYPT_E_NOT_IN_REVOCATION_DATABASE","features":[307]},{"name":"CRYPT_E_NO_DECRYPT_CERT","features":[307]},{"name":"CRYPT_E_NO_KEY_PROPERTY","features":[307]},{"name":"CRYPT_E_NO_MATCH","features":[307]},{"name":"CRYPT_E_NO_PROVIDER","features":[307]},{"name":"CRYPT_E_NO_REVOCATION_CHECK","features":[307]},{"name":"CRYPT_E_NO_REVOCATION_DLL","features":[307]},{"name":"CRYPT_E_NO_SIGNER","features":[307]},{"name":"CRYPT_E_NO_TRUSTED_SIGNER","features":[307]},{"name":"CRYPT_E_NO_VERIFY_USAGE_CHECK","features":[307]},{"name":"CRYPT_E_NO_VERIFY_USAGE_DLL","features":[307]},{"name":"CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND","features":[307]},{"name":"CRYPT_E_OID_FORMAT","features":[307]},{"name":"CRYPT_E_OSS_ERROR","features":[307]},{"name":"CRYPT_E_PENDING_CLOSE","features":[307]},{"name":"CRYPT_E_RECIPIENT_NOT_FOUND","features":[307]},{"name":"CRYPT_E_REVOCATION_OFFLINE","features":[307]},{"name":"CRYPT_E_REVOKED","features":[307]},{"name":"CRYPT_E_SECURITY_SETTINGS","features":[307]},{"name":"CRYPT_E_SELF_SIGNED","features":[307]},{"name":"CRYPT_E_SIGNER_NOT_FOUND","features":[307]},{"name":"CRYPT_E_STREAM_INSUFFICIENT_DATA","features":[307]},{"name":"CRYPT_E_STREAM_MSG_NOT_READY","features":[307]},{"name":"CRYPT_E_UNEXPECTED_ENCODING","features":[307]},{"name":"CRYPT_E_UNEXPECTED_MSG_TYPE","features":[307]},{"name":"CRYPT_E_UNKNOWN_ALGO","features":[307]},{"name":"CRYPT_E_VERIFY_USAGE_OFFLINE","features":[307]},{"name":"CRYPT_I_NEW_PROTECTION_REQUIRED","features":[307]},{"name":"CS_E_ADMIN_LIMIT_EXCEEDED","features":[307]},{"name":"CS_E_CLASS_NOTFOUND","features":[307]},{"name":"CS_E_FIRST","features":[307]},{"name":"CS_E_INTERNAL_ERROR","features":[307]},{"name":"CS_E_INVALID_PATH","features":[307]},{"name":"CS_E_INVALID_VERSION","features":[307]},{"name":"CS_E_LAST","features":[307]},{"name":"CS_E_NETWORK_ERROR","features":[307]},{"name":"CS_E_NOT_DELETABLE","features":[307]},{"name":"CS_E_NO_CLASSSTORE","features":[307]},{"name":"CS_E_OBJECT_ALREADY_EXISTS","features":[307]},{"name":"CS_E_OBJECT_NOTFOUND","features":[307]},{"name":"CS_E_PACKAGE_NOTFOUND","features":[307]},{"name":"CS_E_SCHEMA_MISMATCH","features":[307]},{"name":"CloseHandle","features":[307]},{"name":"CompareObjectHandles","features":[307]},{"name":"D2DERR_BAD_NUMBER","features":[307]},{"name":"D2DERR_BITMAP_BOUND_AS_TARGET","features":[307]},{"name":"D2DERR_BITMAP_CANNOT_DRAW","features":[307]},{"name":"D2DERR_CYCLIC_GRAPH","features":[307]},{"name":"D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED","features":[307]},{"name":"D2DERR_DISPLAY_STATE_INVALID","features":[307]},{"name":"D2DERR_EFFECT_IS_NOT_REGISTERED","features":[307]},{"name":"D2DERR_EXCEEDS_MAX_BITMAP_SIZE","features":[307]},{"name":"D2DERR_INCOMPATIBLE_BRUSH_TYPES","features":[307]},{"name":"D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES","features":[307]},{"name":"D2DERR_INTERMEDIATE_TOO_LARGE","features":[307]},{"name":"D2DERR_INTERNAL_ERROR","features":[307]},{"name":"D2DERR_INVALID_CALL","features":[307]},{"name":"D2DERR_INVALID_GLYPH_IMAGE","features":[307]},{"name":"D2DERR_INVALID_GRAPH_CONFIGURATION","features":[307]},{"name":"D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION","features":[307]},{"name":"D2DERR_INVALID_PROPERTY","features":[307]},{"name":"D2DERR_INVALID_TARGET","features":[307]},{"name":"D2DERR_LAYER_ALREADY_IN_USE","features":[307]},{"name":"D2DERR_MAX_TEXTURE_SIZE_EXCEEDED","features":[307]},{"name":"D2DERR_NOT_INITIALIZED","features":[307]},{"name":"D2DERR_NO_HARDWARE_DEVICE","features":[307]},{"name":"D2DERR_NO_SUBPROPERTIES","features":[307]},{"name":"D2DERR_ORIGINAL_TARGET_NOT_BOUND","features":[307]},{"name":"D2DERR_OUTSTANDING_BITMAP_REFERENCES","features":[307]},{"name":"D2DERR_POP_CALL_DID_NOT_MATCH_PUSH","features":[307]},{"name":"D2DERR_PRINT_FORMAT_NOT_SUPPORTED","features":[307]},{"name":"D2DERR_PRINT_JOB_CLOSED","features":[307]},{"name":"D2DERR_PUSH_POP_UNBALANCED","features":[307]},{"name":"D2DERR_RECREATE_TARGET","features":[307]},{"name":"D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT","features":[307]},{"name":"D2DERR_SCANNER_FAILED","features":[307]},{"name":"D2DERR_SCREEN_ACCESS_DENIED","features":[307]},{"name":"D2DERR_SHADER_COMPILE_FAILED","features":[307]},{"name":"D2DERR_TARGET_NOT_GDI_COMPATIBLE","features":[307]},{"name":"D2DERR_TEXT_EFFECT_IS_WRONG_TYPE","features":[307]},{"name":"D2DERR_TEXT_RENDERER_NOT_RELEASED","features":[307]},{"name":"D2DERR_TOO_MANY_SHADER_ELEMENTS","features":[307]},{"name":"D2DERR_TOO_MANY_TRANSFORM_INPUTS","features":[307]},{"name":"D2DERR_UNSUPPORTED_OPERATION","features":[307]},{"name":"D2DERR_UNSUPPORTED_VERSION","features":[307]},{"name":"D2DERR_WIN32_ERROR","features":[307]},{"name":"D2DERR_WRONG_FACTORY","features":[307]},{"name":"D2DERR_WRONG_RESOURCE_DOMAIN","features":[307]},{"name":"D2DERR_WRONG_STATE","features":[307]},{"name":"D2DERR_ZERO_VECTOR","features":[307]},{"name":"D3D10_ERROR_FILE_NOT_FOUND","features":[307]},{"name":"D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS","features":[307]},{"name":"D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD","features":[307]},{"name":"D3D11_ERROR_FILE_NOT_FOUND","features":[307]},{"name":"D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS","features":[307]},{"name":"D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS","features":[307]},{"name":"D3D12_ERROR_ADAPTER_NOT_FOUND","features":[307]},{"name":"D3D12_ERROR_DRIVER_VERSION_MISMATCH","features":[307]},{"name":"D3D12_ERROR_INVALID_REDIST","features":[307]},{"name":"DATA_E_FIRST","features":[307]},{"name":"DATA_E_LAST","features":[307]},{"name":"DATA_S_FIRST","features":[307]},{"name":"DATA_S_LAST","features":[307]},{"name":"DATA_S_SAMEFORMATETC","features":[307]},{"name":"DBG_APP_NOT_IDLE","features":[307]},{"name":"DBG_COMMAND_EXCEPTION","features":[307]},{"name":"DBG_CONTINUE","features":[307]},{"name":"DBG_CONTROL_BREAK","features":[307]},{"name":"DBG_CONTROL_C","features":[307]},{"name":"DBG_EXCEPTION_HANDLED","features":[307]},{"name":"DBG_EXCEPTION_NOT_HANDLED","features":[307]},{"name":"DBG_NO_STATE_CHANGE","features":[307]},{"name":"DBG_PRINTEXCEPTION_C","features":[307]},{"name":"DBG_PRINTEXCEPTION_WIDE_C","features":[307]},{"name":"DBG_REPLY_LATER","features":[307]},{"name":"DBG_RIPEXCEPTION","features":[307]},{"name":"DBG_TERMINATE_PROCESS","features":[307]},{"name":"DBG_TERMINATE_THREAD","features":[307]},{"name":"DBG_UNABLE_TO_PROVIDE_HANDLE","features":[307]},{"name":"DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED","features":[307]},{"name":"DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED","features":[307]},{"name":"DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED","features":[307]},{"name":"DECIMAL","features":[307]},{"name":"DIGSIG_E_CRYPTO","features":[307]},{"name":"DIGSIG_E_DECODE","features":[307]},{"name":"DIGSIG_E_ENCODE","features":[307]},{"name":"DIGSIG_E_EXTENSIBILITY","features":[307]},{"name":"DISP_E_ARRAYISLOCKED","features":[307]},{"name":"DISP_E_BADCALLEE","features":[307]},{"name":"DISP_E_BADINDEX","features":[307]},{"name":"DISP_E_BADPARAMCOUNT","features":[307]},{"name":"DISP_E_BADVARTYPE","features":[307]},{"name":"DISP_E_BUFFERTOOSMALL","features":[307]},{"name":"DISP_E_DIVBYZERO","features":[307]},{"name":"DISP_E_EXCEPTION","features":[307]},{"name":"DISP_E_MEMBERNOTFOUND","features":[307]},{"name":"DISP_E_NONAMEDARGS","features":[307]},{"name":"DISP_E_NOTACOLLECTION","features":[307]},{"name":"DISP_E_OVERFLOW","features":[307]},{"name":"DISP_E_PARAMNOTFOUND","features":[307]},{"name":"DISP_E_PARAMNOTOPTIONAL","features":[307]},{"name":"DISP_E_TYPEMISMATCH","features":[307]},{"name":"DISP_E_UNKNOWNINTERFACE","features":[307]},{"name":"DISP_E_UNKNOWNLCID","features":[307]},{"name":"DISP_E_UNKNOWNNAME","features":[307]},{"name":"DNS_ERROR_ADDRESS_REQUIRED","features":[307]},{"name":"DNS_ERROR_ALIAS_LOOP","features":[307]},{"name":"DNS_ERROR_AUTOZONE_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_AXFR","features":[307]},{"name":"DNS_ERROR_BACKGROUND_LOADING","features":[307]},{"name":"DNS_ERROR_BAD_KEYMASTER","features":[307]},{"name":"DNS_ERROR_BAD_PACKET","features":[307]},{"name":"DNS_ERROR_CANNOT_FIND_ROOT_HINTS","features":[307]},{"name":"DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST","features":[307]},{"name":"DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED","features":[307]},{"name":"DNS_ERROR_CNAME_COLLISION","features":[307]},{"name":"DNS_ERROR_CNAME_LOOP","features":[307]},{"name":"DNS_ERROR_DATABASE_BASE","features":[307]},{"name":"DNS_ERROR_DATAFILE_BASE","features":[307]},{"name":"DNS_ERROR_DATAFILE_OPEN_FAILURE","features":[307]},{"name":"DNS_ERROR_DATAFILE_PARSING","features":[307]},{"name":"DNS_ERROR_DEFAULT_SCOPE","features":[307]},{"name":"DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE","features":[307]},{"name":"DNS_ERROR_DEFAULT_ZONESCOPE","features":[307]},{"name":"DNS_ERROR_DELEGATION_REQUIRED","features":[307]},{"name":"DNS_ERROR_DNAME_COLLISION","features":[307]},{"name":"DNS_ERROR_DNSSEC_BASE","features":[307]},{"name":"DNS_ERROR_DNSSEC_IS_DISABLED","features":[307]},{"name":"DNS_ERROR_DP_ALREADY_ENLISTED","features":[307]},{"name":"DNS_ERROR_DP_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_DP_BASE","features":[307]},{"name":"DNS_ERROR_DP_DOES_NOT_EXIST","features":[307]},{"name":"DNS_ERROR_DP_FSMO_ERROR","features":[307]},{"name":"DNS_ERROR_DP_NOT_AVAILABLE","features":[307]},{"name":"DNS_ERROR_DP_NOT_ENLISTED","features":[307]},{"name":"DNS_ERROR_DS_UNAVAILABLE","features":[307]},{"name":"DNS_ERROR_DS_ZONE_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_DWORD_VALUE_TOO_LARGE","features":[307]},{"name":"DNS_ERROR_DWORD_VALUE_TOO_SMALL","features":[307]},{"name":"DNS_ERROR_FILE_WRITEBACK_FAILED","features":[307]},{"name":"DNS_ERROR_FORWARDER_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_GENERAL_API_BASE","features":[307]},{"name":"DNS_ERROR_INCONSISTENT_ROOT_HINTS","features":[307]},{"name":"DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME","features":[307]},{"name":"DNS_ERROR_INVALID_CLIENT_SUBNET_NAME","features":[307]},{"name":"DNS_ERROR_INVALID_DATA","features":[307]},{"name":"DNS_ERROR_INVALID_DATAFILE_NAME","features":[307]},{"name":"DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET","features":[307]},{"name":"DNS_ERROR_INVALID_IP_ADDRESS","features":[307]},{"name":"DNS_ERROR_INVALID_KEY_SIZE","features":[307]},{"name":"DNS_ERROR_INVALID_NAME","features":[307]},{"name":"DNS_ERROR_INVALID_NAME_CHAR","features":[307]},{"name":"DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT","features":[307]},{"name":"DNS_ERROR_INVALID_POLICY_TABLE","features":[307]},{"name":"DNS_ERROR_INVALID_PROPERTY","features":[307]},{"name":"DNS_ERROR_INVALID_ROLLOVER_PERIOD","features":[307]},{"name":"DNS_ERROR_INVALID_SCOPE_NAME","features":[307]},{"name":"DNS_ERROR_INVALID_SCOPE_OPERATION","features":[307]},{"name":"DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD","features":[307]},{"name":"DNS_ERROR_INVALID_TYPE","features":[307]},{"name":"DNS_ERROR_INVALID_XML","features":[307]},{"name":"DNS_ERROR_INVALID_ZONESCOPE_NAME","features":[307]},{"name":"DNS_ERROR_INVALID_ZONE_OPERATION","features":[307]},{"name":"DNS_ERROR_INVALID_ZONE_TYPE","features":[307]},{"name":"DNS_ERROR_KEYMASTER_REQUIRED","features":[307]},{"name":"DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION","features":[307]},{"name":"DNS_ERROR_KSP_NOT_ACCESSIBLE","features":[307]},{"name":"DNS_ERROR_LOAD_ZONESCOPE_FAILED","features":[307]},{"name":"DNS_ERROR_MASK","features":[307]},{"name":"DNS_ERROR_NAME_DOES_NOT_EXIST","features":[307]},{"name":"DNS_ERROR_NAME_NOT_IN_ZONE","features":[307]},{"name":"DNS_ERROR_NBSTAT_INIT_FAILED","features":[307]},{"name":"DNS_ERROR_NEED_SECONDARY_ADDRESSES","features":[307]},{"name":"DNS_ERROR_NEED_WINS_SERVERS","features":[307]},{"name":"DNS_ERROR_NODE_CREATION_FAILED","features":[307]},{"name":"DNS_ERROR_NODE_IS_CNAME","features":[307]},{"name":"DNS_ERROR_NODE_IS_DNAME","features":[307]},{"name":"DNS_ERROR_NON_RFC_NAME","features":[307]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD","features":[307]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_RODC","features":[307]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER","features":[307]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE","features":[307]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE","features":[307]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ZSK","features":[307]},{"name":"DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION","features":[307]},{"name":"DNS_ERROR_NOT_ALLOWED_UNDER_DNAME","features":[307]},{"name":"DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES","features":[307]},{"name":"DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS","features":[307]},{"name":"DNS_ERROR_NOT_UNIQUE","features":[307]},{"name":"DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE","features":[307]},{"name":"DNS_ERROR_NO_CREATE_CACHE_DATA","features":[307]},{"name":"DNS_ERROR_NO_DNS_SERVERS","features":[307]},{"name":"DNS_ERROR_NO_MEMORY","features":[307]},{"name":"DNS_ERROR_NO_PACKET","features":[307]},{"name":"DNS_ERROR_NO_TCPIP","features":[307]},{"name":"DNS_ERROR_NO_VALID_TRUST_ANCHORS","features":[307]},{"name":"DNS_ERROR_NO_ZONE_INFO","features":[307]},{"name":"DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1","features":[307]},{"name":"DNS_ERROR_NSEC3_NAME_COLLISION","features":[307]},{"name":"DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1","features":[307]},{"name":"DNS_ERROR_NUMERIC_NAME","features":[307]},{"name":"DNS_ERROR_OPERATION_BASE","features":[307]},{"name":"DNS_ERROR_PACKET_FMT_BASE","features":[307]},{"name":"DNS_ERROR_POLICY_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_POLICY_DOES_NOT_EXIST","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_NAME","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_SETTINGS","features":[307]},{"name":"DNS_ERROR_POLICY_INVALID_WEIGHT","features":[307]},{"name":"DNS_ERROR_POLICY_LOCKED","features":[307]},{"name":"DNS_ERROR_POLICY_MISSING_CRITERIA","features":[307]},{"name":"DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID","features":[307]},{"name":"DNS_ERROR_POLICY_SCOPE_MISSING","features":[307]},{"name":"DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED","features":[307]},{"name":"DNS_ERROR_PRIMARY_REQUIRES_DATAFILE","features":[307]},{"name":"DNS_ERROR_RCODE","features":[307]},{"name":"DNS_ERROR_RCODE_BADKEY","features":[307]},{"name":"DNS_ERROR_RCODE_BADSIG","features":[307]},{"name":"DNS_ERROR_RCODE_BADTIME","features":[307]},{"name":"DNS_ERROR_RCODE_FORMAT_ERROR","features":[307]},{"name":"DNS_ERROR_RCODE_LAST","features":[307]},{"name":"DNS_ERROR_RCODE_NAME_ERROR","features":[307]},{"name":"DNS_ERROR_RCODE_NOTAUTH","features":[307]},{"name":"DNS_ERROR_RCODE_NOTZONE","features":[307]},{"name":"DNS_ERROR_RCODE_NOT_IMPLEMENTED","features":[307]},{"name":"DNS_ERROR_RCODE_NO_ERROR","features":[307]},{"name":"DNS_ERROR_RCODE_NXRRSET","features":[307]},{"name":"DNS_ERROR_RCODE_REFUSED","features":[307]},{"name":"DNS_ERROR_RCODE_SERVER_FAILURE","features":[307]},{"name":"DNS_ERROR_RCODE_YXDOMAIN","features":[307]},{"name":"DNS_ERROR_RCODE_YXRRSET","features":[307]},{"name":"DNS_ERROR_RECORD_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_RECORD_DOES_NOT_EXIST","features":[307]},{"name":"DNS_ERROR_RECORD_FORMAT","features":[307]},{"name":"DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT","features":[307]},{"name":"DNS_ERROR_RECORD_TIMED_OUT","features":[307]},{"name":"DNS_ERROR_RESPONSE_CODES_BASE","features":[307]},{"name":"DNS_ERROR_ROLLOVER_ALREADY_QUEUED","features":[307]},{"name":"DNS_ERROR_ROLLOVER_IN_PROGRESS","features":[307]},{"name":"DNS_ERROR_ROLLOVER_NOT_POKEABLE","features":[307]},{"name":"DNS_ERROR_RRL_INVALID_IPV4_PREFIX","features":[307]},{"name":"DNS_ERROR_RRL_INVALID_IPV6_PREFIX","features":[307]},{"name":"DNS_ERROR_RRL_INVALID_LEAK_RATE","features":[307]},{"name":"DNS_ERROR_RRL_INVALID_TC_RATE","features":[307]},{"name":"DNS_ERROR_RRL_INVALID_WINDOW_SIZE","features":[307]},{"name":"DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE","features":[307]},{"name":"DNS_ERROR_RRL_NOT_ENABLED","features":[307]},{"name":"DNS_ERROR_SCOPE_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_SCOPE_DOES_NOT_EXIST","features":[307]},{"name":"DNS_ERROR_SCOPE_LOCKED","features":[307]},{"name":"DNS_ERROR_SECONDARY_DATA","features":[307]},{"name":"DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP","features":[307]},{"name":"DNS_ERROR_SECURE_BASE","features":[307]},{"name":"DNS_ERROR_SERVERSCOPE_IS_REFERENCED","features":[307]},{"name":"DNS_ERROR_SETUP_BASE","features":[307]},{"name":"DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE","features":[307]},{"name":"DNS_ERROR_SOA_DELETE_INVALID","features":[307]},{"name":"DNS_ERROR_STANDBY_KEY_NOT_PRESENT","features":[307]},{"name":"DNS_ERROR_SUBNET_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_SUBNET_DOES_NOT_EXIST","features":[307]},{"name":"DNS_ERROR_TOO_MANY_SKDS","features":[307]},{"name":"DNS_ERROR_TRY_AGAIN_LATER","features":[307]},{"name":"DNS_ERROR_UNEXPECTED_CNG_ERROR","features":[307]},{"name":"DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR","features":[307]},{"name":"DNS_ERROR_UNKNOWN_RECORD_TYPE","features":[307]},{"name":"DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION","features":[307]},{"name":"DNS_ERROR_UNSECURE_PACKET","features":[307]},{"name":"DNS_ERROR_UNSUPPORTED_ALGORITHM","features":[307]},{"name":"DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST","features":[307]},{"name":"DNS_ERROR_VIRTUALIZATION_TREE_LOCKED","features":[307]},{"name":"DNS_ERROR_WINS_INIT_FAILED","features":[307]},{"name":"DNS_ERROR_ZONESCOPE_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST","features":[307]},{"name":"DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED","features":[307]},{"name":"DNS_ERROR_ZONESCOPE_IS_REFERENCED","features":[307]},{"name":"DNS_ERROR_ZONE_ALREADY_EXISTS","features":[307]},{"name":"DNS_ERROR_ZONE_BASE","features":[307]},{"name":"DNS_ERROR_ZONE_CONFIGURATION_ERROR","features":[307]},{"name":"DNS_ERROR_ZONE_CREATION_FAILED","features":[307]},{"name":"DNS_ERROR_ZONE_DOES_NOT_EXIST","features":[307]},{"name":"DNS_ERROR_ZONE_HAS_NO_NS_RECORDS","features":[307]},{"name":"DNS_ERROR_ZONE_HAS_NO_SOA_RECORD","features":[307]},{"name":"DNS_ERROR_ZONE_IS_SHUTDOWN","features":[307]},{"name":"DNS_ERROR_ZONE_LOCKED","features":[307]},{"name":"DNS_ERROR_ZONE_LOCKED_FOR_SIGNING","features":[307]},{"name":"DNS_ERROR_ZONE_NOT_SECONDARY","features":[307]},{"name":"DNS_ERROR_ZONE_REQUIRES_MASTER_IP","features":[307]},{"name":"DNS_INFO_ADDED_LOCAL_WINS","features":[307]},{"name":"DNS_INFO_AXFR_COMPLETE","features":[307]},{"name":"DNS_INFO_NO_RECORDS","features":[307]},{"name":"DNS_REQUEST_PENDING","features":[307]},{"name":"DNS_STATUS_CONTINUE_NEEDED","features":[307]},{"name":"DNS_STATUS_DOTTED_NAME","features":[307]},{"name":"DNS_STATUS_FQDN","features":[307]},{"name":"DNS_STATUS_SINGLE_PART_NAME","features":[307]},{"name":"DNS_WARNING_DOMAIN_UNDELETED","features":[307]},{"name":"DNS_WARNING_PTR_CREATE_FAILED","features":[307]},{"name":"DRAGDROP_E_ALREADYREGISTERED","features":[307]},{"name":"DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED","features":[307]},{"name":"DRAGDROP_E_FIRST","features":[307]},{"name":"DRAGDROP_E_INVALIDHWND","features":[307]},{"name":"DRAGDROP_E_LAST","features":[307]},{"name":"DRAGDROP_E_NOTREGISTERED","features":[307]},{"name":"DRAGDROP_S_CANCEL","features":[307]},{"name":"DRAGDROP_S_DROP","features":[307]},{"name":"DRAGDROP_S_FIRST","features":[307]},{"name":"DRAGDROP_S_LAST","features":[307]},{"name":"DRAGDROP_S_USEDEFAULTCURSORS","features":[307]},{"name":"DUPLICATE_CLOSE_SOURCE","features":[307]},{"name":"DUPLICATE_HANDLE_OPTIONS","features":[307]},{"name":"DUPLICATE_SAME_ACCESS","features":[307]},{"name":"DV_E_CLIPFORMAT","features":[307]},{"name":"DV_E_DVASPECT","features":[307]},{"name":"DV_E_DVTARGETDEVICE","features":[307]},{"name":"DV_E_DVTARGETDEVICE_SIZE","features":[307]},{"name":"DV_E_FORMATETC","features":[307]},{"name":"DV_E_LINDEX","features":[307]},{"name":"DV_E_NOIVIEWOBJECT","features":[307]},{"name":"DV_E_STATDATA","features":[307]},{"name":"DV_E_STGMEDIUM","features":[307]},{"name":"DV_E_TYMED","features":[307]},{"name":"DWMERR_CATASTROPHIC_FAILURE","features":[307]},{"name":"DWMERR_STATE_TRANSITION_FAILED","features":[307]},{"name":"DWMERR_THEME_FAILED","features":[307]},{"name":"DWM_E_ADAPTER_NOT_FOUND","features":[307]},{"name":"DWM_E_COMPOSITIONDISABLED","features":[307]},{"name":"DWM_E_NOT_QUEUING_PRESENTS","features":[307]},{"name":"DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE","features":[307]},{"name":"DWM_E_REMOTING_NOT_SUPPORTED","features":[307]},{"name":"DWM_E_TEXTURE_TOO_LARGE","features":[307]},{"name":"DWM_S_GDI_REDIRECTION_SURFACE","features":[307]},{"name":"DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI","features":[307]},{"name":"DWRITE_E_ALREADYREGISTERED","features":[307]},{"name":"DWRITE_E_CACHEFORMAT","features":[307]},{"name":"DWRITE_E_CACHEVERSION","features":[307]},{"name":"DWRITE_E_FILEACCESS","features":[307]},{"name":"DWRITE_E_FILEFORMAT","features":[307]},{"name":"DWRITE_E_FILENOTFOUND","features":[307]},{"name":"DWRITE_E_FLOWDIRECTIONCONFLICTS","features":[307]},{"name":"DWRITE_E_FONTCOLLECTIONOBSOLETE","features":[307]},{"name":"DWRITE_E_NOCOLOR","features":[307]},{"name":"DWRITE_E_NOFONT","features":[307]},{"name":"DWRITE_E_TEXTRENDERERINCOMPATIBLE","features":[307]},{"name":"DWRITE_E_UNEXPECTED","features":[307]},{"name":"DWRITE_E_UNSUPPORTEDOPERATION","features":[307]},{"name":"DXCORE_ERROR_EVENT_NOT_UNREGISTERED","features":[307]},{"name":"DXGI_DDI_ERR_NONEXCLUSIVE","features":[307]},{"name":"DXGI_DDI_ERR_UNSUPPORTED","features":[307]},{"name":"DXGI_DDI_ERR_WASSTILLDRAWING","features":[307]},{"name":"DXGI_STATUS_CLIPPED","features":[307]},{"name":"DXGI_STATUS_DDA_WAS_STILL_DRAWING","features":[307]},{"name":"DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[307]},{"name":"DXGI_STATUS_MODE_CHANGED","features":[307]},{"name":"DXGI_STATUS_MODE_CHANGE_IN_PROGRESS","features":[307]},{"name":"DXGI_STATUS_NO_DESKTOP_ACCESS","features":[307]},{"name":"DXGI_STATUS_NO_REDIRECTION","features":[307]},{"name":"DXGI_STATUS_OCCLUDED","features":[307]},{"name":"DXGI_STATUS_PRESENT_REQUIRED","features":[307]},{"name":"DXGI_STATUS_UNOCCLUDED","features":[307]},{"name":"DuplicateHandle","features":[307]},{"name":"EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD","features":[307]},{"name":"EAS_E_ADMINS_HAVE_BLANK_PASSWORD","features":[307]},{"name":"EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD","features":[307]},{"name":"EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD","features":[307]},{"name":"EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD","features":[307]},{"name":"EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD","features":[307]},{"name":"EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS","features":[307]},{"name":"EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER","features":[307]},{"name":"EAS_E_POLICY_COMPLIANT_WITH_ACTIONS","features":[307]},{"name":"EAS_E_POLICY_NOT_MANAGED_BY_OS","features":[307]},{"name":"EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE","features":[307]},{"name":"EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE","features":[307]},{"name":"EAS_E_USER_CANNOT_CHANGE_PASSWORD","features":[307]},{"name":"ENUM_E_FIRST","features":[307]},{"name":"ENUM_E_LAST","features":[307]},{"name":"ENUM_S_FIRST","features":[307]},{"name":"ENUM_S_LAST","features":[307]},{"name":"EPT_NT_CANT_CREATE","features":[307]},{"name":"EPT_NT_CANT_PERFORM_OP","features":[307]},{"name":"EPT_NT_INVALID_ENTRY","features":[307]},{"name":"EPT_NT_NOT_REGISTERED","features":[307]},{"name":"ERROR_ABANDONED_WAIT_0","features":[307]},{"name":"ERROR_ABANDONED_WAIT_63","features":[307]},{"name":"ERROR_ABANDON_HIBERFILE","features":[307]},{"name":"ERROR_ABIOS_ERROR","features":[307]},{"name":"ERROR_ACCESS_AUDIT_BY_POLICY","features":[307]},{"name":"ERROR_ACCESS_DENIED","features":[307]},{"name":"ERROR_ACCESS_DENIED_APPDATA","features":[307]},{"name":"ERROR_ACCESS_DISABLED_BY_POLICY","features":[307]},{"name":"ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY","features":[307]},{"name":"ERROR_ACCESS_DISABLED_WEBBLADE","features":[307]},{"name":"ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER","features":[307]},{"name":"ERROR_ACCOUNT_DISABLED","features":[307]},{"name":"ERROR_ACCOUNT_EXPIRED","features":[307]},{"name":"ERROR_ACCOUNT_LOCKED_OUT","features":[307]},{"name":"ERROR_ACCOUNT_RESTRICTION","features":[307]},{"name":"ERROR_ACPI_ERROR","features":[307]},{"name":"ERROR_ACTIVATION_COUNT_EXCEEDED","features":[307]},{"name":"ERROR_ACTIVE_CONNECTIONS","features":[307]},{"name":"ERROR_ADAP_HDW_ERR","features":[307]},{"name":"ERROR_ADDRESS_ALREADY_ASSOCIATED","features":[307]},{"name":"ERROR_ADDRESS_NOT_ASSOCIATED","features":[307]},{"name":"ERROR_ADVANCED_INSTALLER_FAILED","features":[307]},{"name":"ERROR_ALERTED","features":[307]},{"name":"ERROR_ALIAS_EXISTS","features":[307]},{"name":"ERROR_ALLOCATE_BUCKET","features":[307]},{"name":"ERROR_ALLOTTED_SPACE_EXCEEDED","features":[307]},{"name":"ERROR_ALLOWED_PORT_TYPE_RESTRICTION","features":[307]},{"name":"ERROR_ALL_NODES_NOT_AVAILABLE","features":[307]},{"name":"ERROR_ALL_SIDS_FILTERED","features":[307]},{"name":"ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED","features":[307]},{"name":"ERROR_ALREADY_ASSIGNED","features":[307]},{"name":"ERROR_ALREADY_CONNECTED","features":[307]},{"name":"ERROR_ALREADY_CONNECTING","features":[307]},{"name":"ERROR_ALREADY_EXISTS","features":[307]},{"name":"ERROR_ALREADY_FIBER","features":[307]},{"name":"ERROR_ALREADY_HAS_STREAM_ID","features":[307]},{"name":"ERROR_ALREADY_INITIALIZED","features":[307]},{"name":"ERROR_ALREADY_REGISTERED","features":[307]},{"name":"ERROR_ALREADY_RUNNING_LKG","features":[307]},{"name":"ERROR_ALREADY_THREAD","features":[307]},{"name":"ERROR_ALREADY_WAITING","features":[307]},{"name":"ERROR_ALREADY_WIN32","features":[307]},{"name":"ERROR_AMBIGUOUS_SYSTEM_DEVICE","features":[307]},{"name":"ERROR_API_UNAVAILABLE","features":[307]},{"name":"ERROR_APPCONTAINER_REQUIRED","features":[307]},{"name":"ERROR_APPEXEC_APP_COMPAT_BLOCK","features":[307]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT","features":[307]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING","features":[307]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES","features":[307]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION","features":[307]},{"name":"ERROR_APPEXEC_CONDITION_NOT_SATISFIED","features":[307]},{"name":"ERROR_APPEXEC_HANDLE_INVALIDATED","features":[307]},{"name":"ERROR_APPEXEC_HOST_ID_MISMATCH","features":[307]},{"name":"ERROR_APPEXEC_INVALID_HOST_GENERATION","features":[307]},{"name":"ERROR_APPEXEC_INVALID_HOST_STATE","features":[307]},{"name":"ERROR_APPEXEC_NO_DONOR","features":[307]},{"name":"ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION","features":[307]},{"name":"ERROR_APPEXEC_UNKNOWN_USER","features":[307]},{"name":"ERROR_APPHELP_BLOCK","features":[307]},{"name":"ERROR_APPINSTALLER_ACTIVATION_BLOCKED","features":[307]},{"name":"ERROR_APPINSTALLER_IS_MANAGED_BY_SYSTEM","features":[307]},{"name":"ERROR_APPINSTALLER_URI_IN_USE","features":[307]},{"name":"ERROR_APPX_FILE_NOT_ENCRYPTED","features":[307]},{"name":"ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN","features":[307]},{"name":"ERROR_APPX_RAW_DATA_WRITE_FAILED","features":[307]},{"name":"ERROR_APP_DATA_CORRUPT","features":[307]},{"name":"ERROR_APP_DATA_EXPIRED","features":[307]},{"name":"ERROR_APP_DATA_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_APP_DATA_NOT_FOUND","features":[307]},{"name":"ERROR_APP_DATA_REBOOT_REQUIRED","features":[307]},{"name":"ERROR_APP_HANG","features":[307]},{"name":"ERROR_APP_INIT_FAILURE","features":[307]},{"name":"ERROR_APP_WRONG_OS","features":[307]},{"name":"ERROR_ARBITRATION_UNHANDLED","features":[307]},{"name":"ERROR_ARENA_TRASHED","features":[307]},{"name":"ERROR_ARITHMETIC_OVERFLOW","features":[307]},{"name":"ERROR_ASSERTION_FAILURE","features":[307]},{"name":"ERROR_ATOMIC_LOCKS_NOT_SUPPORTED","features":[307]},{"name":"ERROR_ATTRIBUTE_NOT_PRESENT","features":[307]},{"name":"ERROR_AUDITING_DISABLED","features":[307]},{"name":"ERROR_AUDIT_FAILED","features":[307]},{"name":"ERROR_AUTHENTICATION_FIREWALL_FAILED","features":[307]},{"name":"ERROR_AUTHENTICATOR_MISMATCH","features":[307]},{"name":"ERROR_AUTHENTICODE_DISALLOWED","features":[307]},{"name":"ERROR_AUTHENTICODE_PUBLISHER_NOT_TRUSTED","features":[307]},{"name":"ERROR_AUTHENTICODE_TRUSTED_PUBLISHER","features":[307]},{"name":"ERROR_AUTHENTICODE_TRUST_NOT_ESTABLISHED","features":[307]},{"name":"ERROR_AUTHIP_FAILURE","features":[307]},{"name":"ERROR_AUTH_PROTOCOL_REJECTED","features":[307]},{"name":"ERROR_AUTH_PROTOCOL_RESTRICTION","features":[307]},{"name":"ERROR_AUTH_SERVER_TIMEOUT","features":[307]},{"name":"ERROR_AUTODATASEG_EXCEEDS_64k","features":[307]},{"name":"ERROR_BACKUP_CONTROLLER","features":[307]},{"name":"ERROR_BADDB","features":[307]},{"name":"ERROR_BADKEY","features":[307]},{"name":"ERROR_BADSTARTPOSITION","features":[307]},{"name":"ERROR_BAD_ACCESSOR_FLAGS","features":[307]},{"name":"ERROR_BAD_ARGUMENTS","features":[307]},{"name":"ERROR_BAD_CLUSTERS","features":[307]},{"name":"ERROR_BAD_COMMAND","features":[307]},{"name":"ERROR_BAD_COMPRESSION_BUFFER","features":[307]},{"name":"ERROR_BAD_CONFIGURATION","features":[307]},{"name":"ERROR_BAD_CURRENT_DIRECTORY","features":[307]},{"name":"ERROR_BAD_DESCRIPTOR_FORMAT","features":[307]},{"name":"ERROR_BAD_DEVICE","features":[307]},{"name":"ERROR_BAD_DEVICE_PATH","features":[307]},{"name":"ERROR_BAD_DEV_TYPE","features":[307]},{"name":"ERROR_BAD_DLL_ENTRYPOINT","features":[307]},{"name":"ERROR_BAD_DRIVER","features":[307]},{"name":"ERROR_BAD_DRIVER_LEVEL","features":[307]},{"name":"ERROR_BAD_ENVIRONMENT","features":[307]},{"name":"ERROR_BAD_EXE_FORMAT","features":[307]},{"name":"ERROR_BAD_FILE_TYPE","features":[307]},{"name":"ERROR_BAD_FORMAT","features":[307]},{"name":"ERROR_BAD_FUNCTION_TABLE","features":[307]},{"name":"ERROR_BAD_IMPERSONATION_LEVEL","features":[307]},{"name":"ERROR_BAD_INHERITANCE_ACL","features":[307]},{"name":"ERROR_BAD_INTERFACE_INSTALLSECT","features":[307]},{"name":"ERROR_BAD_LENGTH","features":[307]},{"name":"ERROR_BAD_LOGON_SESSION_STATE","features":[307]},{"name":"ERROR_BAD_MCFG_TABLE","features":[307]},{"name":"ERROR_BAD_NETPATH","features":[307]},{"name":"ERROR_BAD_NET_NAME","features":[307]},{"name":"ERROR_BAD_NET_RESP","features":[307]},{"name":"ERROR_BAD_PATHNAME","features":[307]},{"name":"ERROR_BAD_PIPE","features":[307]},{"name":"ERROR_BAD_PROFILE","features":[307]},{"name":"ERROR_BAD_PROVIDER","features":[307]},{"name":"ERROR_BAD_QUERY_SYNTAX","features":[307]},{"name":"ERROR_BAD_RECOVERY_POLICY","features":[307]},{"name":"ERROR_BAD_REM_ADAP","features":[307]},{"name":"ERROR_BAD_SECTION_NAME_LINE","features":[307]},{"name":"ERROR_BAD_SERVICE_ENTRYPOINT","features":[307]},{"name":"ERROR_BAD_SERVICE_INSTALLSECT","features":[307]},{"name":"ERROR_BAD_STACK","features":[307]},{"name":"ERROR_BAD_THREADID_ADDR","features":[307]},{"name":"ERROR_BAD_TOKEN_TYPE","features":[307]},{"name":"ERROR_BAD_UNIT","features":[307]},{"name":"ERROR_BAD_USERNAME","features":[307]},{"name":"ERROR_BAD_USER_PROFILE","features":[307]},{"name":"ERROR_BAD_VALIDATION_CLASS","features":[307]},{"name":"ERROR_BAP_DISCONNECTED","features":[307]},{"name":"ERROR_BAP_REQUIRED","features":[307]},{"name":"ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED","features":[307]},{"name":"ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED","features":[307]},{"name":"ERROR_BCD_TOO_MANY_ELEMENTS","features":[307]},{"name":"ERROR_BEGINNING_OF_MEDIA","features":[307]},{"name":"ERROR_BEYOND_VDL","features":[307]},{"name":"ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT","features":[307]},{"name":"ERROR_BIZRULES_NOT_ENABLED","features":[307]},{"name":"ERROR_BLOCKED_BY_PARENTAL_CONTROLS","features":[307]},{"name":"ERROR_BLOCK_SHARED","features":[307]},{"name":"ERROR_BLOCK_SOURCE_WEAK_REFERENCE_INVALID","features":[307]},{"name":"ERROR_BLOCK_TARGET_WEAK_REFERENCE_INVALID","features":[307]},{"name":"ERROR_BLOCK_TOO_MANY_REFERENCES","features":[307]},{"name":"ERROR_BLOCK_WEAK_REFERENCE_INVALID","features":[307]},{"name":"ERROR_BOOT_ALREADY_ACCEPTED","features":[307]},{"name":"ERROR_BROKEN_PIPE","features":[307]},{"name":"ERROR_BUFFER_ALL_ZEROS","features":[307]},{"name":"ERROR_BUFFER_OVERFLOW","features":[307]},{"name":"ERROR_BUSY","features":[307]},{"name":"ERROR_BUSY_DRIVE","features":[307]},{"name":"ERROR_BUS_RESET","features":[307]},{"name":"ERROR_BYPASSIO_FLT_NOT_SUPPORTED","features":[307]},{"name":"ERROR_CACHE_PAGE_LOCKED","features":[307]},{"name":"ERROR_CALLBACK_INVOKE_INLINE","features":[307]},{"name":"ERROR_CALLBACK_POP_STACK","features":[307]},{"name":"ERROR_CALLBACK_SUPPLIED_INVALID_DATA","features":[307]},{"name":"ERROR_CALL_NOT_IMPLEMENTED","features":[307]},{"name":"ERROR_CANCELLED","features":[307]},{"name":"ERROR_CANCEL_VIOLATION","features":[307]},{"name":"ERROR_CANNOT_ABORT_TRANSACTIONS","features":[307]},{"name":"ERROR_CANNOT_ACCEPT_TRANSACTED_WORK","features":[307]},{"name":"ERROR_CANNOT_BREAK_OPLOCK","features":[307]},{"name":"ERROR_CANNOT_COPY","features":[307]},{"name":"ERROR_CANNOT_DETECT_DRIVER_FAILURE","features":[307]},{"name":"ERROR_CANNOT_DETECT_PROCESS_ABORT","features":[307]},{"name":"ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION","features":[307]},{"name":"ERROR_CANNOT_FIND_WND_CLASS","features":[307]},{"name":"ERROR_CANNOT_GRANT_REQUESTED_OPLOCK","features":[307]},{"name":"ERROR_CANNOT_IMPERSONATE","features":[307]},{"name":"ERROR_CANNOT_LOAD_REGISTRY_FILE","features":[307]},{"name":"ERROR_CANNOT_MAKE","features":[307]},{"name":"ERROR_CANNOT_OPEN_PROFILE","features":[307]},{"name":"ERROR_CANNOT_SWITCH_RUNLEVEL","features":[307]},{"name":"ERROR_CANTFETCHBACKWARDS","features":[307]},{"name":"ERROR_CANTOPEN","features":[307]},{"name":"ERROR_CANTREAD","features":[307]},{"name":"ERROR_CANTSCROLLBACKWARDS","features":[307]},{"name":"ERROR_CANTWRITE","features":[307]},{"name":"ERROR_CANT_ACCESS_DOMAIN_INFO","features":[307]},{"name":"ERROR_CANT_ACCESS_FILE","features":[307]},{"name":"ERROR_CANT_ATTACH_TO_DEV_VOLUME","features":[307]},{"name":"ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY","features":[307]},{"name":"ERROR_CANT_CLEAR_ENCRYPTION_FLAG","features":[307]},{"name":"ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS","features":[307]},{"name":"ERROR_CANT_CROSS_RM_BOUNDARY","features":[307]},{"name":"ERROR_CANT_DELETE_LAST_ITEM","features":[307]},{"name":"ERROR_CANT_DISABLE_MANDATORY","features":[307]},{"name":"ERROR_CANT_ENABLE_DENY_ONLY","features":[307]},{"name":"ERROR_CANT_EVICT_ACTIVE_NODE","features":[307]},{"name":"ERROR_CANT_LOAD_CLASS_ICON","features":[307]},{"name":"ERROR_CANT_OPEN_ANONYMOUS","features":[307]},{"name":"ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT","features":[307]},{"name":"ERROR_CANT_RECOVER_WITH_HANDLE_OPEN","features":[307]},{"name":"ERROR_CANT_REMOVE_DEVINST","features":[307]},{"name":"ERROR_CANT_RESOLVE_FILENAME","features":[307]},{"name":"ERROR_CANT_TERMINATE_SELF","features":[307]},{"name":"ERROR_CANT_WAIT","features":[307]},{"name":"ERROR_CAN_NOT_COMPLETE","features":[307]},{"name":"ERROR_CAN_NOT_DEL_LOCAL_WINS","features":[307]},{"name":"ERROR_CAPAUTHZ_CHANGE_TYPE","features":[307]},{"name":"ERROR_CAPAUTHZ_DB_CORRUPTED","features":[307]},{"name":"ERROR_CAPAUTHZ_NOT_AUTHORIZED","features":[307]},{"name":"ERROR_CAPAUTHZ_NOT_DEVUNLOCKED","features":[307]},{"name":"ERROR_CAPAUTHZ_NOT_PROVISIONED","features":[307]},{"name":"ERROR_CAPAUTHZ_NO_POLICY","features":[307]},{"name":"ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED","features":[307]},{"name":"ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG","features":[307]},{"name":"ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY","features":[307]},{"name":"ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH","features":[307]},{"name":"ERROR_CAPAUTHZ_SCCD_PARSE_ERROR","features":[307]},{"name":"ERROR_CARDBUS_NOT_SUPPORTED","features":[307]},{"name":"ERROR_CASE_DIFFERING_NAMES_IN_DIR","features":[307]},{"name":"ERROR_CASE_SENSITIVE_PATH","features":[307]},{"name":"ERROR_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT","features":[307]},{"name":"ERROR_CHECKING_FILE_SYSTEM","features":[307]},{"name":"ERROR_CHECKOUT_REQUIRED","features":[307]},{"name":"ERROR_CHILD_MUST_BE_VOLATILE","features":[307]},{"name":"ERROR_CHILD_NOT_COMPLETE","features":[307]},{"name":"ERROR_CHILD_PROCESS_BLOCKED","features":[307]},{"name":"ERROR_CHILD_WINDOW_MENU","features":[307]},{"name":"ERROR_CIMFS_IMAGE_CORRUPT","features":[307]},{"name":"ERROR_CIMFS_IMAGE_VERSION_NOT_SUPPORTED","features":[307]},{"name":"ERROR_CIRCULAR_DEPENDENCY","features":[307]},{"name":"ERROR_CLASSIC_COMPAT_MODE_NOT_ALLOWED","features":[307]},{"name":"ERROR_CLASS_ALREADY_EXISTS","features":[307]},{"name":"ERROR_CLASS_DOES_NOT_EXIST","features":[307]},{"name":"ERROR_CLASS_HAS_WINDOWS","features":[307]},{"name":"ERROR_CLASS_MISMATCH","features":[307]},{"name":"ERROR_CLEANER_CARTRIDGE_INSTALLED","features":[307]},{"name":"ERROR_CLEANER_CARTRIDGE_SPENT","features":[307]},{"name":"ERROR_CLEANER_SLOT_NOT_SET","features":[307]},{"name":"ERROR_CLEANER_SLOT_SET","features":[307]},{"name":"ERROR_CLIENT_INTERFACE_ALREADY_EXISTS","features":[307]},{"name":"ERROR_CLIENT_SERVER_PARAMETERS_INVALID","features":[307]},{"name":"ERROR_CLIPBOARD_NOT_OPEN","features":[307]},{"name":"ERROR_CLIPPING_NOT_SUPPORTED","features":[307]},{"name":"ERROR_CLIP_DEVICE_LICENSE_MISSING","features":[307]},{"name":"ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID","features":[307]},{"name":"ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH","features":[307]},{"name":"ERROR_CLIP_LICENSE_EXPIRED","features":[307]},{"name":"ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE","features":[307]},{"name":"ERROR_CLIP_LICENSE_INVALID_SIGNATURE","features":[307]},{"name":"ERROR_CLIP_LICENSE_NOT_FOUND","features":[307]},{"name":"ERROR_CLIP_LICENSE_NOT_SIGNED","features":[307]},{"name":"ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE","features":[307]},{"name":"ERROR_CLOUD_FILE_ACCESS_DENIED","features":[307]},{"name":"ERROR_CLOUD_FILE_ALREADY_CONNECTED","features":[307]},{"name":"ERROR_CLOUD_FILE_AUTHENTICATION_FAILED","features":[307]},{"name":"ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY","features":[307]},{"name":"ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED","features":[307]},{"name":"ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS","features":[307]},{"name":"ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES","features":[307]},{"name":"ERROR_CLOUD_FILE_INVALID_REQUEST","features":[307]},{"name":"ERROR_CLOUD_FILE_IN_USE","features":[307]},{"name":"ERROR_CLOUD_FILE_METADATA_CORRUPT","features":[307]},{"name":"ERROR_CLOUD_FILE_METADATA_TOO_LARGE","features":[307]},{"name":"ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE","features":[307]},{"name":"ERROR_CLOUD_FILE_NOT_IN_SYNC","features":[307]},{"name":"ERROR_CLOUD_FILE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT","features":[307]},{"name":"ERROR_CLOUD_FILE_PINNED","features":[307]},{"name":"ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH","features":[307]},{"name":"ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE","features":[307]},{"name":"ERROR_CLOUD_FILE_PROPERTY_CORRUPT","features":[307]},{"name":"ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT","features":[307]},{"name":"ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED","features":[307]},{"name":"ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING","features":[307]},{"name":"ERROR_CLOUD_FILE_PROVIDER_TERMINATED","features":[307]},{"name":"ERROR_CLOUD_FILE_READ_ONLY_VOLUME","features":[307]},{"name":"ERROR_CLOUD_FILE_REQUEST_ABORTED","features":[307]},{"name":"ERROR_CLOUD_FILE_REQUEST_CANCELED","features":[307]},{"name":"ERROR_CLOUD_FILE_REQUEST_TIMEOUT","features":[307]},{"name":"ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT","features":[307]},{"name":"ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS","features":[307]},{"name":"ERROR_CLOUD_FILE_UNSUCCESSFUL","features":[307]},{"name":"ERROR_CLOUD_FILE_US_MESSAGE_TIMEOUT","features":[307]},{"name":"ERROR_CLOUD_FILE_VALIDATION_FAILED","features":[307]},{"name":"ERROR_CLUSCFG_ALREADY_COMMITTED","features":[307]},{"name":"ERROR_CLUSCFG_ROLLBACK_FAILED","features":[307]},{"name":"ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT","features":[307]},{"name":"ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND","features":[307]},{"name":"ERROR_CLUSTERLOG_CORRUPT","features":[307]},{"name":"ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE","features":[307]},{"name":"ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE","features":[307]},{"name":"ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE","features":[307]},{"name":"ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE","features":[307]},{"name":"ERROR_CLUSTER_AFFINITY_CONFLICT","features":[307]},{"name":"ERROR_CLUSTER_BACKUP_IN_PROGRESS","features":[307]},{"name":"ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES","features":[307]},{"name":"ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME","features":[307]},{"name":"ERROR_CLUSTER_CANT_DESERIALIZE_DATA","features":[307]},{"name":"ERROR_CLUSTER_CSV_INVALID_HANDLE","features":[307]},{"name":"ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT","features":[307]},{"name":"ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR","features":[307]},{"name":"ERROR_CLUSTER_DATABASE_SEQMISMATCH","features":[307]},{"name":"ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS","features":[307]},{"name":"ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS","features":[307]},{"name":"ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED","features":[307]},{"name":"ERROR_CLUSTER_DISK_NOT_CONNECTED","features":[307]},{"name":"ERROR_CLUSTER_EVICT_INVALID_REQUEST","features":[307]},{"name":"ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP","features":[307]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION","features":[307]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY","features":[307]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND","features":[307]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS","features":[307]},{"name":"ERROR_CLUSTER_GROUP_BUSY","features":[307]},{"name":"ERROR_CLUSTER_GROUP_MOVING","features":[307]},{"name":"ERROR_CLUSTER_GROUP_QUEUED","features":[307]},{"name":"ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE","features":[307]},{"name":"ERROR_CLUSTER_GUM_NOT_LOCKER","features":[307]},{"name":"ERROR_CLUSTER_INCOMPATIBLE_VERSIONS","features":[307]},{"name":"ERROR_CLUSTER_INSTANCE_ID_MISMATCH","features":[307]},{"name":"ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION","features":[307]},{"name":"ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME","features":[307]},{"name":"ERROR_CLUSTER_INVALID_IPV6_NETWORK","features":[307]},{"name":"ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK","features":[307]},{"name":"ERROR_CLUSTER_INVALID_NETWORK","features":[307]},{"name":"ERROR_CLUSTER_INVALID_NETWORK_PROVIDER","features":[307]},{"name":"ERROR_CLUSTER_INVALID_NODE","features":[307]},{"name":"ERROR_CLUSTER_INVALID_NODE_WEIGHT","features":[307]},{"name":"ERROR_CLUSTER_INVALID_REQUEST","features":[307]},{"name":"ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR","features":[307]},{"name":"ERROR_CLUSTER_INVALID_STRING_FORMAT","features":[307]},{"name":"ERROR_CLUSTER_INVALID_STRING_TERMINATION","features":[307]},{"name":"ERROR_CLUSTER_IPADDR_IN_USE","features":[307]},{"name":"ERROR_CLUSTER_JOIN_ABORTED","features":[307]},{"name":"ERROR_CLUSTER_JOIN_IN_PROGRESS","features":[307]},{"name":"ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS","features":[307]},{"name":"ERROR_CLUSTER_LAST_INTERNAL_NETWORK","features":[307]},{"name":"ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND","features":[307]},{"name":"ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED","features":[307]},{"name":"ERROR_CLUSTER_MAX_NODES_IN_CLUSTER","features":[307]},{"name":"ERROR_CLUSTER_MEMBERSHIP_HALT","features":[307]},{"name":"ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE","features":[307]},{"name":"ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME","features":[307]},{"name":"ERROR_CLUSTER_NETINTERFACE_EXISTS","features":[307]},{"name":"ERROR_CLUSTER_NETINTERFACE_NOT_FOUND","features":[307]},{"name":"ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE","features":[307]},{"name":"ERROR_CLUSTER_NETWORK_ALREADY_ONLINE","features":[307]},{"name":"ERROR_CLUSTER_NETWORK_EXISTS","features":[307]},{"name":"ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS","features":[307]},{"name":"ERROR_CLUSTER_NETWORK_NOT_FOUND","features":[307]},{"name":"ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP","features":[307]},{"name":"ERROR_CLUSTER_NETWORK_NOT_INTERNAL","features":[307]},{"name":"ERROR_CLUSTER_NODE_ALREADY_DOWN","features":[307]},{"name":"ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT","features":[307]},{"name":"ERROR_CLUSTER_NODE_ALREADY_MEMBER","features":[307]},{"name":"ERROR_CLUSTER_NODE_ALREADY_UP","features":[307]},{"name":"ERROR_CLUSTER_NODE_DOWN","features":[307]},{"name":"ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS","features":[307]},{"name":"ERROR_CLUSTER_NODE_EXISTS","features":[307]},{"name":"ERROR_CLUSTER_NODE_IN_GRACE_PERIOD","features":[307]},{"name":"ERROR_CLUSTER_NODE_ISOLATED","features":[307]},{"name":"ERROR_CLUSTER_NODE_NOT_FOUND","features":[307]},{"name":"ERROR_CLUSTER_NODE_NOT_MEMBER","features":[307]},{"name":"ERROR_CLUSTER_NODE_NOT_PAUSED","features":[307]},{"name":"ERROR_CLUSTER_NODE_NOT_READY","features":[307]},{"name":"ERROR_CLUSTER_NODE_PAUSED","features":[307]},{"name":"ERROR_CLUSTER_NODE_QUARANTINED","features":[307]},{"name":"ERROR_CLUSTER_NODE_SHUTTING_DOWN","features":[307]},{"name":"ERROR_CLUSTER_NODE_UNREACHABLE","features":[307]},{"name":"ERROR_CLUSTER_NODE_UP","features":[307]},{"name":"ERROR_CLUSTER_NOT_INSTALLED","features":[307]},{"name":"ERROR_CLUSTER_NOT_SHARED_VOLUME","features":[307]},{"name":"ERROR_CLUSTER_NO_NET_ADAPTERS","features":[307]},{"name":"ERROR_CLUSTER_NO_QUORUM","features":[307]},{"name":"ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED","features":[307]},{"name":"ERROR_CLUSTER_NO_SECURITY_CONTEXT","features":[307]},{"name":"ERROR_CLUSTER_NULL_DATA","features":[307]},{"name":"ERROR_CLUSTER_OBJECT_ALREADY_USED","features":[307]},{"name":"ERROR_CLUSTER_OBJECT_IS_CLUSTER_SET_VM","features":[307]},{"name":"ERROR_CLUSTER_OLD_VERSION","features":[307]},{"name":"ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST","features":[307]},{"name":"ERROR_CLUSTER_PARAMETER_MISMATCH","features":[307]},{"name":"ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS","features":[307]},{"name":"ERROR_CLUSTER_PARTIAL_READ","features":[307]},{"name":"ERROR_CLUSTER_PARTIAL_SEND","features":[307]},{"name":"ERROR_CLUSTER_PARTIAL_WRITE","features":[307]},{"name":"ERROR_CLUSTER_POISONED","features":[307]},{"name":"ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH","features":[307]},{"name":"ERROR_CLUSTER_QUORUMLOG_NOT_FOUND","features":[307]},{"name":"ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION","features":[307]},{"name":"ERROR_CLUSTER_RESNAME_NOT_FOUND","features":[307]},{"name":"ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_IS_REPLICATED","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_LOCKED_STATUS","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_NOT_MONITORED","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_TYPE_BUSY","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_CALL","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION","features":[307]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE","features":[307]},{"name":"ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_CLUSTER_RHS_FAILED_INITIALIZATION","features":[307]},{"name":"ERROR_CLUSTER_SHARED_VOLUMES_IN_USE","features":[307]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED","features":[307]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED","features":[307]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED","features":[307]},{"name":"ERROR_CLUSTER_SHUTTING_DOWN","features":[307]},{"name":"ERROR_CLUSTER_SINGLETON_RESOURCE","features":[307]},{"name":"ERROR_CLUSTER_SPACE_DEGRADED","features":[307]},{"name":"ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED","features":[307]},{"name":"ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED","features":[307]},{"name":"ERROR_CLUSTER_TOO_MANY_NODES","features":[307]},{"name":"ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED","features":[307]},{"name":"ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS","features":[307]},{"name":"ERROR_CLUSTER_UPGRADE_INCOMPLETE","features":[307]},{"name":"ERROR_CLUSTER_UPGRADE_IN_PROGRESS","features":[307]},{"name":"ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED","features":[307]},{"name":"ERROR_CLUSTER_USE_SHARED_VOLUMES_API","features":[307]},{"name":"ERROR_CLUSTER_WATCHDOG_TERMINATING","features":[307]},{"name":"ERROR_CLUSTER_WRONG_OS_VERSION","features":[307]},{"name":"ERROR_COLORSPACE_MISMATCH","features":[307]},{"name":"ERROR_COMMITMENT_LIMIT","features":[307]},{"name":"ERROR_COMMITMENT_MINIMUM","features":[307]},{"name":"ERROR_COMPRESSED_FILE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_COMPRESSION_DISABLED","features":[307]},{"name":"ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","features":[307]},{"name":"ERROR_COMPRESSION_NOT_BENEFICIAL","features":[307]},{"name":"ERROR_COM_TASK_STOP_PENDING","features":[307]},{"name":"ERROR_CONNECTED_OTHER_PASSWORD","features":[307]},{"name":"ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT","features":[307]},{"name":"ERROR_CONNECTION_ABORTED","features":[307]},{"name":"ERROR_CONNECTION_ACTIVE","features":[307]},{"name":"ERROR_CONNECTION_COUNT_LIMIT","features":[307]},{"name":"ERROR_CONNECTION_INVALID","features":[307]},{"name":"ERROR_CONNECTION_REFUSED","features":[307]},{"name":"ERROR_CONNECTION_UNAVAIL","features":[307]},{"name":"ERROR_CONTAINER_ASSIGNED","features":[307]},{"name":"ERROR_CONTENT_BLOCKED","features":[307]},{"name":"ERROR_CONTEXT_EXPIRED","features":[307]},{"name":"ERROR_CONTINUE","features":[307]},{"name":"ERROR_CONTROLLING_IEPORT","features":[307]},{"name":"ERROR_CONTROL_C_EXIT","features":[307]},{"name":"ERROR_CONTROL_ID_NOT_FOUND","features":[307]},{"name":"ERROR_CONVERT_TO_LARGE","features":[307]},{"name":"ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND","features":[307]},{"name":"ERROR_CORE_RESOURCE","features":[307]},{"name":"ERROR_CORRUPT_LOG_CLEARED","features":[307]},{"name":"ERROR_CORRUPT_LOG_CORRUPTED","features":[307]},{"name":"ERROR_CORRUPT_LOG_DELETED_FULL","features":[307]},{"name":"ERROR_CORRUPT_LOG_OVERFULL","features":[307]},{"name":"ERROR_CORRUPT_LOG_UNAVAILABLE","features":[307]},{"name":"ERROR_CORRUPT_SYSTEM_FILE","features":[307]},{"name":"ERROR_COULD_NOT_INTERPRET","features":[307]},{"name":"ERROR_COULD_NOT_RESIZE_LOG","features":[307]},{"name":"ERROR_COUNTER_TIMEOUT","features":[307]},{"name":"ERROR_CPU_SET_INVALID","features":[307]},{"name":"ERROR_CRASH_DUMP","features":[307]},{"name":"ERROR_CRC","features":[307]},{"name":"ERROR_CREATE_FAILED","features":[307]},{"name":"ERROR_CRED_REQUIRES_CONFIRMATION","features":[307]},{"name":"ERROR_CRM_PROTOCOL_ALREADY_EXISTS","features":[307]},{"name":"ERROR_CRM_PROTOCOL_NOT_FOUND","features":[307]},{"name":"ERROR_CROSS_PARTITION_VIOLATION","features":[307]},{"name":"ERROR_CSCSHARE_OFFLINE","features":[307]},{"name":"ERROR_CSV_VOLUME_NOT_LOCAL","features":[307]},{"name":"ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE","features":[307]},{"name":"ERROR_CS_ENCRYPTION_FILE_NOT_CSE","features":[307]},{"name":"ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE","features":[307]},{"name":"ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE","features":[307]},{"name":"ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER","features":[307]},{"name":"ERROR_CTLOG_INCONSISTENT_TRACKING_FILE","features":[307]},{"name":"ERROR_CTLOG_INVALID_TRACKING_STATE","features":[307]},{"name":"ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE","features":[307]},{"name":"ERROR_CTLOG_TRACKING_NOT_INITIALIZED","features":[307]},{"name":"ERROR_CTLOG_VHD_CHANGED_OFFLINE","features":[307]},{"name":"ERROR_CTX_ACCOUNT_RESTRICTION","features":[307]},{"name":"ERROR_CTX_BAD_VIDEO_MODE","features":[307]},{"name":"ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY","features":[307]},{"name":"ERROR_CTX_CDM_CONNECT","features":[307]},{"name":"ERROR_CTX_CDM_DISCONNECT","features":[307]},{"name":"ERROR_CTX_CLIENT_LICENSE_IN_USE","features":[307]},{"name":"ERROR_CTX_CLIENT_LICENSE_NOT_SET","features":[307]},{"name":"ERROR_CTX_CLIENT_QUERY_TIMEOUT","features":[307]},{"name":"ERROR_CTX_CLOSE_PENDING","features":[307]},{"name":"ERROR_CTX_CONSOLE_CONNECT","features":[307]},{"name":"ERROR_CTX_CONSOLE_DISCONNECT","features":[307]},{"name":"ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED","features":[307]},{"name":"ERROR_CTX_GRAPHICS_INVALID","features":[307]},{"name":"ERROR_CTX_INVALID_MODEMNAME","features":[307]},{"name":"ERROR_CTX_INVALID_PD","features":[307]},{"name":"ERROR_CTX_INVALID_WD","features":[307]},{"name":"ERROR_CTX_LICENSE_CLIENT_INVALID","features":[307]},{"name":"ERROR_CTX_LICENSE_EXPIRED","features":[307]},{"name":"ERROR_CTX_LICENSE_NOT_AVAILABLE","features":[307]},{"name":"ERROR_CTX_LOGON_DISABLED","features":[307]},{"name":"ERROR_CTX_MODEM_INF_NOT_FOUND","features":[307]},{"name":"ERROR_CTX_MODEM_RESPONSE_BUSY","features":[307]},{"name":"ERROR_CTX_MODEM_RESPONSE_ERROR","features":[307]},{"name":"ERROR_CTX_MODEM_RESPONSE_NO_CARRIER","features":[307]},{"name":"ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE","features":[307]},{"name":"ERROR_CTX_MODEM_RESPONSE_TIMEOUT","features":[307]},{"name":"ERROR_CTX_MODEM_RESPONSE_VOICE","features":[307]},{"name":"ERROR_CTX_NOT_CONSOLE","features":[307]},{"name":"ERROR_CTX_NO_FORCE_LOGOFF","features":[307]},{"name":"ERROR_CTX_NO_OUTBUF","features":[307]},{"name":"ERROR_CTX_PD_NOT_FOUND","features":[307]},{"name":"ERROR_CTX_SECURITY_LAYER_ERROR","features":[307]},{"name":"ERROR_CTX_SERVICE_NAME_COLLISION","features":[307]},{"name":"ERROR_CTX_SESSION_IN_USE","features":[307]},{"name":"ERROR_CTX_SHADOW_DENIED","features":[307]},{"name":"ERROR_CTX_SHADOW_DISABLED","features":[307]},{"name":"ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE","features":[307]},{"name":"ERROR_CTX_SHADOW_INVALID","features":[307]},{"name":"ERROR_CTX_SHADOW_NOT_RUNNING","features":[307]},{"name":"ERROR_CTX_TD_ERROR","features":[307]},{"name":"ERROR_CTX_WD_NOT_FOUND","features":[307]},{"name":"ERROR_CTX_WINSTATIONS_DISABLED","features":[307]},{"name":"ERROR_CTX_WINSTATION_ACCESS_DENIED","features":[307]},{"name":"ERROR_CTX_WINSTATION_ALREADY_EXISTS","features":[307]},{"name":"ERROR_CTX_WINSTATION_BUSY","features":[307]},{"name":"ERROR_CTX_WINSTATION_NAME_INVALID","features":[307]},{"name":"ERROR_CTX_WINSTATION_NOT_FOUND","features":[307]},{"name":"ERROR_CURRENT_DIRECTORY","features":[307]},{"name":"ERROR_CURRENT_DOMAIN_NOT_ALLOWED","features":[307]},{"name":"ERROR_CURRENT_TRANSACTION_NOT_VALID","features":[307]},{"name":"ERROR_DATABASE_BACKUP_CORRUPT","features":[307]},{"name":"ERROR_DATABASE_DOES_NOT_EXIST","features":[307]},{"name":"ERROR_DATABASE_FAILURE","features":[307]},{"name":"ERROR_DATABASE_FULL","features":[307]},{"name":"ERROR_DATATYPE_MISMATCH","features":[307]},{"name":"ERROR_DATA_CHECKSUM_ERROR","features":[307]},{"name":"ERROR_DATA_LOST_REPAIR","features":[307]},{"name":"ERROR_DATA_NOT_ACCEPTED","features":[307]},{"name":"ERROR_DAX_MAPPING_EXISTS","features":[307]},{"name":"ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN","features":[307]},{"name":"ERROR_DBG_COMMAND_EXCEPTION","features":[307]},{"name":"ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN","features":[307]},{"name":"ERROR_DBG_CONTINUE","features":[307]},{"name":"ERROR_DBG_CONTROL_BREAK","features":[307]},{"name":"ERROR_DBG_CONTROL_C","features":[307]},{"name":"ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN","features":[307]},{"name":"ERROR_DBG_EXCEPTION_HANDLED","features":[307]},{"name":"ERROR_DBG_EXCEPTION_NOT_HANDLED","features":[307]},{"name":"ERROR_DBG_PRINTEXCEPTION_C","features":[307]},{"name":"ERROR_DBG_REPLY_LATER","features":[307]},{"name":"ERROR_DBG_RIPEXCEPTION","features":[307]},{"name":"ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN","features":[307]},{"name":"ERROR_DBG_TERMINATE_PROCESS","features":[307]},{"name":"ERROR_DBG_TERMINATE_THREAD","features":[307]},{"name":"ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE","features":[307]},{"name":"ERROR_DC_NOT_FOUND","features":[307]},{"name":"ERROR_DDE_FAIL","features":[307]},{"name":"ERROR_DDM_NOT_RUNNING","features":[307]},{"name":"ERROR_DEBUGGER_INACTIVE","features":[307]},{"name":"ERROR_DEBUG_ATTACH_FAILED","features":[307]},{"name":"ERROR_DECRYPTION_FAILED","features":[307]},{"name":"ERROR_DELAY_LOAD_FAILED","features":[307]},{"name":"ERROR_DELETE_PENDING","features":[307]},{"name":"ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED","features":[307]},{"name":"ERROR_DELETING_ICM_XFORM","features":[307]},{"name":"ERROR_DEPENDENCY_ALREADY_EXISTS","features":[307]},{"name":"ERROR_DEPENDENCY_NOT_ALLOWED","features":[307]},{"name":"ERROR_DEPENDENCY_NOT_FOUND","features":[307]},{"name":"ERROR_DEPENDENCY_TREE_TOO_COMPLEX","features":[307]},{"name":"ERROR_DEPENDENT_RESOURCE_EXISTS","features":[307]},{"name":"ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT","features":[307]},{"name":"ERROR_DEPENDENT_SERVICES_RUNNING","features":[307]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_POLICY","features":[307]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY","features":[307]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF","features":[307]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE","features":[307]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE","features":[307]},{"name":"ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY","features":[307]},{"name":"ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED","features":[307]},{"name":"ERROR_DESTINATION_ELEMENT_FULL","features":[307]},{"name":"ERROR_DESTROY_OBJECT_OF_OTHER_THREAD","features":[307]},{"name":"ERROR_DEVICE_ALREADY_ATTACHED","features":[307]},{"name":"ERROR_DEVICE_ALREADY_REMEMBERED","features":[307]},{"name":"ERROR_DEVICE_DOOR_OPEN","features":[307]},{"name":"ERROR_DEVICE_ENUMERATION_ERROR","features":[307]},{"name":"ERROR_DEVICE_FEATURE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_DEVICE_HARDWARE_ERROR","features":[307]},{"name":"ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL","features":[307]},{"name":"ERROR_DEVICE_INSTALLER_NOT_READY","features":[307]},{"name":"ERROR_DEVICE_INSTALL_BLOCKED","features":[307]},{"name":"ERROR_DEVICE_INTERFACE_ACTIVE","features":[307]},{"name":"ERROR_DEVICE_INTERFACE_REMOVED","features":[307]},{"name":"ERROR_DEVICE_IN_MAINTENANCE","features":[307]},{"name":"ERROR_DEVICE_IN_USE","features":[307]},{"name":"ERROR_DEVICE_NOT_AVAILABLE","features":[307]},{"name":"ERROR_DEVICE_NOT_CONNECTED","features":[307]},{"name":"ERROR_DEVICE_NOT_PARTITIONED","features":[307]},{"name":"ERROR_DEVICE_NO_RESOURCES","features":[307]},{"name":"ERROR_DEVICE_REINITIALIZATION_NEEDED","features":[307]},{"name":"ERROR_DEVICE_REMOVED","features":[307]},{"name":"ERROR_DEVICE_REQUIRES_CLEANING","features":[307]},{"name":"ERROR_DEVICE_RESET_REQUIRED","features":[307]},{"name":"ERROR_DEVICE_SUPPORT_IN_PROGRESS","features":[307]},{"name":"ERROR_DEVICE_UNREACHABLE","features":[307]},{"name":"ERROR_DEVINFO_DATA_LOCKED","features":[307]},{"name":"ERROR_DEVINFO_LIST_LOCKED","features":[307]},{"name":"ERROR_DEVINFO_NOT_REGISTERED","features":[307]},{"name":"ERROR_DEVINSTALL_QUEUE_NONNATIVE","features":[307]},{"name":"ERROR_DEVINST_ALREADY_EXISTS","features":[307]},{"name":"ERROR_DEV_NOT_EXIST","features":[307]},{"name":"ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_DHCP_ADDRESS_CONFLICT","features":[307]},{"name":"ERROR_DIALIN_HOURS_RESTRICTION","features":[307]},{"name":"ERROR_DIALOUT_HOURS_RESTRICTION","features":[307]},{"name":"ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST","features":[307]},{"name":"ERROR_DIFFERENT_SERVICE_ACCOUNT","features":[307]},{"name":"ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED","features":[307]},{"name":"ERROR_DIF_BINDING_API_NOT_FOUND","features":[307]},{"name":"ERROR_DIF_IOCALLBACK_NOT_REPLACED","features":[307]},{"name":"ERROR_DIF_LIVEDUMP_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_DIF_VOLATILE_DRIVER_HOTPATCHED","features":[307]},{"name":"ERROR_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING","features":[307]},{"name":"ERROR_DIF_VOLATILE_INVALID_INFO","features":[307]},{"name":"ERROR_DIF_VOLATILE_NOT_ALLOWED","features":[307]},{"name":"ERROR_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED","features":[307]},{"name":"ERROR_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING","features":[307]},{"name":"ERROR_DIF_VOLATILE_SECTION_NOT_LOCKED","features":[307]},{"name":"ERROR_DIRECTORY","features":[307]},{"name":"ERROR_DIRECTORY_NOT_RM","features":[307]},{"name":"ERROR_DIRECTORY_NOT_SUPPORTED","features":[307]},{"name":"ERROR_DIRECT_ACCESS_HANDLE","features":[307]},{"name":"ERROR_DIR_EFS_DISALLOWED","features":[307]},{"name":"ERROR_DIR_NOT_EMPTY","features":[307]},{"name":"ERROR_DIR_NOT_ROOT","features":[307]},{"name":"ERROR_DISCARDED","features":[307]},{"name":"ERROR_DISK_CHANGE","features":[307]},{"name":"ERROR_DISK_CORRUPT","features":[307]},{"name":"ERROR_DISK_FULL","features":[307]},{"name":"ERROR_DISK_NOT_CSV_CAPABLE","features":[307]},{"name":"ERROR_DISK_OPERATION_FAILED","features":[307]},{"name":"ERROR_DISK_QUOTA_EXCEEDED","features":[307]},{"name":"ERROR_DISK_RECALIBRATE_FAILED","features":[307]},{"name":"ERROR_DISK_REPAIR_DISABLED","features":[307]},{"name":"ERROR_DISK_REPAIR_REDIRECTED","features":[307]},{"name":"ERROR_DISK_REPAIR_UNSUCCESSFUL","features":[307]},{"name":"ERROR_DISK_RESET_FAILED","features":[307]},{"name":"ERROR_DISK_RESOURCES_EXHAUSTED","features":[307]},{"name":"ERROR_DISK_TOO_FRAGMENTED","features":[307]},{"name":"ERROR_DI_BAD_PATH","features":[307]},{"name":"ERROR_DI_DONT_INSTALL","features":[307]},{"name":"ERROR_DI_DO_DEFAULT","features":[307]},{"name":"ERROR_DI_FUNCTION_OBSOLETE","features":[307]},{"name":"ERROR_DI_NOFILECOPY","features":[307]},{"name":"ERROR_DI_POSTPROCESSING_REQUIRED","features":[307]},{"name":"ERROR_DLL_INIT_FAILED","features":[307]},{"name":"ERROR_DLL_INIT_FAILED_LOGOFF","features":[307]},{"name":"ERROR_DLL_MIGHT_BE_INCOMPATIBLE","features":[307]},{"name":"ERROR_DLL_MIGHT_BE_INSECURE","features":[307]},{"name":"ERROR_DLL_NOT_FOUND","features":[307]},{"name":"ERROR_DLP_POLICY_DENIES_OPERATION","features":[307]},{"name":"ERROR_DLP_POLICY_SILENTLY_FAIL","features":[307]},{"name":"ERROR_DLP_POLICY_WARNS_AGAINST_OPERATION","features":[307]},{"name":"ERROR_DM_OPERATION_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_DOMAIN_CONTROLLER_EXISTS","features":[307]},{"name":"ERROR_DOMAIN_CONTROLLER_NOT_FOUND","features":[307]},{"name":"ERROR_DOMAIN_CTRLR_CONFIG_ERROR","features":[307]},{"name":"ERROR_DOMAIN_EXISTS","features":[307]},{"name":"ERROR_DOMAIN_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION","features":[307]},{"name":"ERROR_DOMAIN_TRUST_INCONSISTENT","features":[307]},{"name":"ERROR_DOWNGRADE_DETECTED","features":[307]},{"name":"ERROR_DPL_NOT_SUPPORTED_FOR_USER","features":[307]},{"name":"ERROR_DRIVERS_LEAKING_LOCKED_PAGES","features":[307]},{"name":"ERROR_DRIVER_BLOCKED","features":[307]},{"name":"ERROR_DRIVER_CANCEL_TIMEOUT","features":[307]},{"name":"ERROR_DRIVER_DATABASE_ERROR","features":[307]},{"name":"ERROR_DRIVER_FAILED_PRIOR_UNLOAD","features":[307]},{"name":"ERROR_DRIVER_FAILED_SLEEP","features":[307]},{"name":"ERROR_DRIVER_INSTALL_BLOCKED","features":[307]},{"name":"ERROR_DRIVER_NONNATIVE","features":[307]},{"name":"ERROR_DRIVER_PROCESS_TERMINATED","features":[307]},{"name":"ERROR_DRIVER_STORE_ADD_FAILED","features":[307]},{"name":"ERROR_DRIVER_STORE_DELETE_FAILED","features":[307]},{"name":"ERROR_DRIVE_LOCKED","features":[307]},{"name":"ERROR_DRIVE_MEDIA_MISMATCH","features":[307]},{"name":"ERROR_DS_ADD_REPLICA_INHIBITED","features":[307]},{"name":"ERROR_DS_ADMIN_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_DS_AFFECTS_MULTIPLE_DSAS","features":[307]},{"name":"ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER","features":[307]},{"name":"ERROR_DS_ALIASED_OBJ_MISSING","features":[307]},{"name":"ERROR_DS_ALIAS_DEREF_PROBLEM","features":[307]},{"name":"ERROR_DS_ALIAS_POINTS_TO_ALIAS","features":[307]},{"name":"ERROR_DS_ALIAS_PROBLEM","features":[307]},{"name":"ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS","features":[307]},{"name":"ERROR_DS_ATTRIBUTE_OWNED_BY_SAM","features":[307]},{"name":"ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED","features":[307]},{"name":"ERROR_DS_ATT_ALREADY_EXISTS","features":[307]},{"name":"ERROR_DS_ATT_IS_NOT_ON_OBJ","features":[307]},{"name":"ERROR_DS_ATT_NOT_DEF_FOR_CLASS","features":[307]},{"name":"ERROR_DS_ATT_NOT_DEF_IN_SCHEMA","features":[307]},{"name":"ERROR_DS_ATT_SCHEMA_REQ_ID","features":[307]},{"name":"ERROR_DS_ATT_SCHEMA_REQ_SYNTAX","features":[307]},{"name":"ERROR_DS_ATT_VAL_ALREADY_EXISTS","features":[307]},{"name":"ERROR_DS_AUDIT_FAILURE","features":[307]},{"name":"ERROR_DS_AUTHORIZATION_FAILED","features":[307]},{"name":"ERROR_DS_AUTH_METHOD_NOT_SUPPORTED","features":[307]},{"name":"ERROR_DS_AUTH_UNKNOWN","features":[307]},{"name":"ERROR_DS_AUX_CLS_TEST_FAIL","features":[307]},{"name":"ERROR_DS_BACKLINK_WITHOUT_LINK","features":[307]},{"name":"ERROR_DS_BAD_ATT_SCHEMA_SYNTAX","features":[307]},{"name":"ERROR_DS_BAD_HIERARCHY_FILE","features":[307]},{"name":"ERROR_DS_BAD_INSTANCE_TYPE","features":[307]},{"name":"ERROR_DS_BAD_NAME_SYNTAX","features":[307]},{"name":"ERROR_DS_BAD_RDN_ATT_ID_SYNTAX","features":[307]},{"name":"ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED","features":[307]},{"name":"ERROR_DS_BUSY","features":[307]},{"name":"ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD","features":[307]},{"name":"ERROR_DS_CANT_ADD_ATT_VALUES","features":[307]},{"name":"ERROR_DS_CANT_ADD_SYSTEM_ONLY","features":[307]},{"name":"ERROR_DS_CANT_ADD_TO_GC","features":[307]},{"name":"ERROR_DS_CANT_CACHE_ATT","features":[307]},{"name":"ERROR_DS_CANT_CACHE_CLASS","features":[307]},{"name":"ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC","features":[307]},{"name":"ERROR_DS_CANT_CREATE_UNDER_SCHEMA","features":[307]},{"name":"ERROR_DS_CANT_DELETE","features":[307]},{"name":"ERROR_DS_CANT_DELETE_DSA_OBJ","features":[307]},{"name":"ERROR_DS_CANT_DEL_MASTER_CROSSREF","features":[307]},{"name":"ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC","features":[307]},{"name":"ERROR_DS_CANT_DEREF_ALIAS","features":[307]},{"name":"ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN","features":[307]},{"name":"ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF","features":[307]},{"name":"ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN","features":[307]},{"name":"ERROR_DS_CANT_FIND_DSA_OBJ","features":[307]},{"name":"ERROR_DS_CANT_FIND_EXPECTED_NC","features":[307]},{"name":"ERROR_DS_CANT_FIND_NC_IN_CACHE","features":[307]},{"name":"ERROR_DS_CANT_MIX_MASTER_AND_REPS","features":[307]},{"name":"ERROR_DS_CANT_MOD_OBJ_CLASS","features":[307]},{"name":"ERROR_DS_CANT_MOD_PRIMARYGROUPID","features":[307]},{"name":"ERROR_DS_CANT_MOD_SYSTEM_ONLY","features":[307]},{"name":"ERROR_DS_CANT_MOVE_ACCOUNT_GROUP","features":[307]},{"name":"ERROR_DS_CANT_MOVE_APP_BASIC_GROUP","features":[307]},{"name":"ERROR_DS_CANT_MOVE_APP_QUERY_GROUP","features":[307]},{"name":"ERROR_DS_CANT_MOVE_DELETED_OBJECT","features":[307]},{"name":"ERROR_DS_CANT_MOVE_RESOURCE_GROUP","features":[307]},{"name":"ERROR_DS_CANT_ON_NON_LEAF","features":[307]},{"name":"ERROR_DS_CANT_ON_RDN","features":[307]},{"name":"ERROR_DS_CANT_REMOVE_ATT_CACHE","features":[307]},{"name":"ERROR_DS_CANT_REMOVE_CLASS_CACHE","features":[307]},{"name":"ERROR_DS_CANT_REM_MISSING_ATT","features":[307]},{"name":"ERROR_DS_CANT_REM_MISSING_ATT_VAL","features":[307]},{"name":"ERROR_DS_CANT_REPLACE_HIDDEN_REC","features":[307]},{"name":"ERROR_DS_CANT_RETRIEVE_ATTS","features":[307]},{"name":"ERROR_DS_CANT_RETRIEVE_CHILD","features":[307]},{"name":"ERROR_DS_CANT_RETRIEVE_DN","features":[307]},{"name":"ERROR_DS_CANT_RETRIEVE_INSTANCE","features":[307]},{"name":"ERROR_DS_CANT_RETRIEVE_SD","features":[307]},{"name":"ERROR_DS_CANT_START","features":[307]},{"name":"ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ","features":[307]},{"name":"ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS","features":[307]},{"name":"ERROR_DS_CHILDREN_EXIST","features":[307]},{"name":"ERROR_DS_CLASS_MUST_BE_CONCRETE","features":[307]},{"name":"ERROR_DS_CLASS_NOT_DSA","features":[307]},{"name":"ERROR_DS_CLIENT_LOOP","features":[307]},{"name":"ERROR_DS_CODE_INCONSISTENCY","features":[307]},{"name":"ERROR_DS_COMPARE_FALSE","features":[307]},{"name":"ERROR_DS_COMPARE_TRUE","features":[307]},{"name":"ERROR_DS_CONFIDENTIALITY_REQUIRED","features":[307]},{"name":"ERROR_DS_CONFIG_PARAM_MISSING","features":[307]},{"name":"ERROR_DS_CONSTRAINT_VIOLATION","features":[307]},{"name":"ERROR_DS_CONSTRUCTED_ATT_MOD","features":[307]},{"name":"ERROR_DS_CONTROL_NOT_FOUND","features":[307]},{"name":"ERROR_DS_COULDNT_CONTACT_FSMO","features":[307]},{"name":"ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE","features":[307]},{"name":"ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE","features":[307]},{"name":"ERROR_DS_COULDNT_UPDATE_SPNS","features":[307]},{"name":"ERROR_DS_COUNTING_AB_INDICES_FAILED","features":[307]},{"name":"ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD","features":[307]},{"name":"ERROR_DS_CROSS_DOM_MOVE_ERROR","features":[307]},{"name":"ERROR_DS_CROSS_NC_DN_RENAME","features":[307]},{"name":"ERROR_DS_CROSS_REF_BUSY","features":[307]},{"name":"ERROR_DS_CROSS_REF_EXISTS","features":[307]},{"name":"ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE","features":[307]},{"name":"ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2","features":[307]},{"name":"ERROR_DS_DATABASE_ERROR","features":[307]},{"name":"ERROR_DS_DECODING_ERROR","features":[307]},{"name":"ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED","features":[307]},{"name":"ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST","features":[307]},{"name":"ERROR_DS_DIFFERENT_REPL_EPOCHS","features":[307]},{"name":"ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER","features":[307]},{"name":"ERROR_DS_DISALLOWED_NC_REDIRECT","features":[307]},{"name":"ERROR_DS_DNS_LOOKUP_FAILURE","features":[307]},{"name":"ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST","features":[307]},{"name":"ERROR_DS_DOMAIN_RENAME_IN_PROGRESS","features":[307]},{"name":"ERROR_DS_DOMAIN_VERSION_TOO_HIGH","features":[307]},{"name":"ERROR_DS_DOMAIN_VERSION_TOO_LOW","features":[307]},{"name":"ERROR_DS_DRA_ABANDON_SYNC","features":[307]},{"name":"ERROR_DS_DRA_ACCESS_DENIED","features":[307]},{"name":"ERROR_DS_DRA_BAD_DN","features":[307]},{"name":"ERROR_DS_DRA_BAD_INSTANCE_TYPE","features":[307]},{"name":"ERROR_DS_DRA_BAD_NC","features":[307]},{"name":"ERROR_DS_DRA_BUSY","features":[307]},{"name":"ERROR_DS_DRA_CONNECTION_FAILED","features":[307]},{"name":"ERROR_DS_DRA_CORRUPT_UTD_VECTOR","features":[307]},{"name":"ERROR_DS_DRA_DB_ERROR","features":[307]},{"name":"ERROR_DS_DRA_DN_EXISTS","features":[307]},{"name":"ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT","features":[307]},{"name":"ERROR_DS_DRA_EXTN_CONNECTION_FAILED","features":[307]},{"name":"ERROR_DS_DRA_GENERIC","features":[307]},{"name":"ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET","features":[307]},{"name":"ERROR_DS_DRA_INCONSISTENT_DIT","features":[307]},{"name":"ERROR_DS_DRA_INTERNAL_ERROR","features":[307]},{"name":"ERROR_DS_DRA_INVALID_PARAMETER","features":[307]},{"name":"ERROR_DS_DRA_MAIL_PROBLEM","features":[307]},{"name":"ERROR_DS_DRA_MISSING_KRBTGT_SECRET","features":[307]},{"name":"ERROR_DS_DRA_MISSING_PARENT","features":[307]},{"name":"ERROR_DS_DRA_NAME_COLLISION","features":[307]},{"name":"ERROR_DS_DRA_NOT_SUPPORTED","features":[307]},{"name":"ERROR_DS_DRA_NO_REPLICA","features":[307]},{"name":"ERROR_DS_DRA_OBJ_IS_REP_SOURCE","features":[307]},{"name":"ERROR_DS_DRA_OBJ_NC_MISMATCH","features":[307]},{"name":"ERROR_DS_DRA_OUT_OF_MEM","features":[307]},{"name":"ERROR_DS_DRA_OUT_SCHEDULE_WINDOW","features":[307]},{"name":"ERROR_DS_DRA_PREEMPTED","features":[307]},{"name":"ERROR_DS_DRA_RECYCLED_TARGET","features":[307]},{"name":"ERROR_DS_DRA_REF_ALREADY_EXISTS","features":[307]},{"name":"ERROR_DS_DRA_REF_NOT_FOUND","features":[307]},{"name":"ERROR_DS_DRA_REPL_PENDING","features":[307]},{"name":"ERROR_DS_DRA_RPC_CANCELLED","features":[307]},{"name":"ERROR_DS_DRA_SCHEMA_CONFLICT","features":[307]},{"name":"ERROR_DS_DRA_SCHEMA_INFO_SHIP","features":[307]},{"name":"ERROR_DS_DRA_SCHEMA_MISMATCH","features":[307]},{"name":"ERROR_DS_DRA_SECRETS_DENIED","features":[307]},{"name":"ERROR_DS_DRA_SHUTDOWN","features":[307]},{"name":"ERROR_DS_DRA_SINK_DISABLED","features":[307]},{"name":"ERROR_DS_DRA_SOURCE_DISABLED","features":[307]},{"name":"ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA","features":[307]},{"name":"ERROR_DS_DRA_SOURCE_REINSTALLED","features":[307]},{"name":"ERROR_DS_DRS_EXTENSIONS_CHANGED","features":[307]},{"name":"ERROR_DS_DSA_MUST_BE_INT_MASTER","features":[307]},{"name":"ERROR_DS_DST_DOMAIN_NOT_NATIVE","features":[307]},{"name":"ERROR_DS_DST_NC_MISMATCH","features":[307]},{"name":"ERROR_DS_DS_REQUIRED","features":[307]},{"name":"ERROR_DS_DUPLICATE_ID_FOUND","features":[307]},{"name":"ERROR_DS_DUP_LDAP_DISPLAY_NAME","features":[307]},{"name":"ERROR_DS_DUP_LINK_ID","features":[307]},{"name":"ERROR_DS_DUP_MAPI_ID","features":[307]},{"name":"ERROR_DS_DUP_MSDS_INTID","features":[307]},{"name":"ERROR_DS_DUP_OID","features":[307]},{"name":"ERROR_DS_DUP_RDN","features":[307]},{"name":"ERROR_DS_DUP_SCHEMA_ID_GUID","features":[307]},{"name":"ERROR_DS_ENCODING_ERROR","features":[307]},{"name":"ERROR_DS_EPOCH_MISMATCH","features":[307]},{"name":"ERROR_DS_EXISTING_AD_CHILD_NC","features":[307]},{"name":"ERROR_DS_EXISTS_IN_AUX_CLS","features":[307]},{"name":"ERROR_DS_EXISTS_IN_MAY_HAVE","features":[307]},{"name":"ERROR_DS_EXISTS_IN_MUST_HAVE","features":[307]},{"name":"ERROR_DS_EXISTS_IN_POSS_SUP","features":[307]},{"name":"ERROR_DS_EXISTS_IN_RDNATTID","features":[307]},{"name":"ERROR_DS_EXISTS_IN_SUB_CLS","features":[307]},{"name":"ERROR_DS_FILTER_UNKNOWN","features":[307]},{"name":"ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS","features":[307]},{"name":"ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST","features":[307]},{"name":"ERROR_DS_FOREST_VERSION_TOO_HIGH","features":[307]},{"name":"ERROR_DS_FOREST_VERSION_TOO_LOW","features":[307]},{"name":"ERROR_DS_GCVERIFY_ERROR","features":[307]},{"name":"ERROR_DS_GC_NOT_AVAILABLE","features":[307]},{"name":"ERROR_DS_GC_REQUIRED","features":[307]},{"name":"ERROR_DS_GENERIC_ERROR","features":[307]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER","features":[307]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER","features":[307]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER","features":[307]},{"name":"ERROR_DS_GOVERNSID_MISSING","features":[307]},{"name":"ERROR_DS_GROUP_CONVERSION_ERROR","features":[307]},{"name":"ERROR_DS_HAVE_PRIMARY_MEMBERS","features":[307]},{"name":"ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED","features":[307]},{"name":"ERROR_DS_HIERARCHY_TABLE_TOO_DEEP","features":[307]},{"name":"ERROR_DS_HIGH_ADLDS_FFL","features":[307]},{"name":"ERROR_DS_HIGH_DSA_VERSION","features":[307]},{"name":"ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD","features":[307]},{"name":"ERROR_DS_ILLEGAL_MOD_OPERATION","features":[307]},{"name":"ERROR_DS_ILLEGAL_SUPERIOR","features":[307]},{"name":"ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION","features":[307]},{"name":"ERROR_DS_INAPPROPRIATE_AUTH","features":[307]},{"name":"ERROR_DS_INAPPROPRIATE_MATCHING","features":[307]},{"name":"ERROR_DS_INCOMPATIBLE_CONTROLS_USED","features":[307]},{"name":"ERROR_DS_INCOMPATIBLE_VERSION","features":[307]},{"name":"ERROR_DS_INCORRECT_ROLE_OWNER","features":[307]},{"name":"ERROR_DS_INIT_FAILURE","features":[307]},{"name":"ERROR_DS_INIT_FAILURE_CONSOLE","features":[307]},{"name":"ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE","features":[307]},{"name":"ERROR_DS_INSTALL_NO_SRC_SCH_VERSION","features":[307]},{"name":"ERROR_DS_INSTALL_SCHEMA_MISMATCH","features":[307]},{"name":"ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT","features":[307]},{"name":"ERROR_DS_INSUFF_ACCESS_RIGHTS","features":[307]},{"name":"ERROR_DS_INTERNAL_FAILURE","features":[307]},{"name":"ERROR_DS_INVALID_ATTRIBUTE_SYNTAX","features":[307]},{"name":"ERROR_DS_INVALID_DMD","features":[307]},{"name":"ERROR_DS_INVALID_DN_SYNTAX","features":[307]},{"name":"ERROR_DS_INVALID_GROUP_TYPE","features":[307]},{"name":"ERROR_DS_INVALID_LDAP_DISPLAY_NAME","features":[307]},{"name":"ERROR_DS_INVALID_NAME_FOR_SPN","features":[307]},{"name":"ERROR_DS_INVALID_ROLE_OWNER","features":[307]},{"name":"ERROR_DS_INVALID_SCRIPT","features":[307]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG","features":[307]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE","features":[307]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG_TUPLE","features":[307]},{"name":"ERROR_DS_IS_LEAF","features":[307]},{"name":"ERROR_DS_KEY_NOT_UNIQUE","features":[307]},{"name":"ERROR_DS_LDAP_SEND_QUEUE_FULL","features":[307]},{"name":"ERROR_DS_LINK_ID_NOT_AVAILABLE","features":[307]},{"name":"ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER","features":[307]},{"name":"ERROR_DS_LOCAL_ERROR","features":[307]},{"name":"ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY","features":[307]},{"name":"ERROR_DS_LOOP_DETECT","features":[307]},{"name":"ERROR_DS_LOW_ADLDS_FFL","features":[307]},{"name":"ERROR_DS_LOW_DSA_VERSION","features":[307]},{"name":"ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4","features":[307]},{"name":"ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED","features":[307]},{"name":"ERROR_DS_MAPI_ID_NOT_AVAILABLE","features":[307]},{"name":"ERROR_DS_MASTERDSA_REQUIRED","features":[307]},{"name":"ERROR_DS_MAX_OBJ_SIZE_EXCEEDED","features":[307]},{"name":"ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY","features":[307]},{"name":"ERROR_DS_MISSING_EXPECTED_ATT","features":[307]},{"name":"ERROR_DS_MISSING_FOREST_TRUST","features":[307]},{"name":"ERROR_DS_MISSING_FSMO_SETTINGS","features":[307]},{"name":"ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER","features":[307]},{"name":"ERROR_DS_MISSING_REQUIRED_ATT","features":[307]},{"name":"ERROR_DS_MISSING_SUPREF","features":[307]},{"name":"ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG","features":[307]},{"name":"ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE","features":[307]},{"name":"ERROR_DS_MODIFYDN_WRONG_GRANDPARENT","features":[307]},{"name":"ERROR_DS_MUST_BE_RUN_ON_DST_DC","features":[307]},{"name":"ERROR_DS_NAME_ERROR_DOMAIN_ONLY","features":[307]},{"name":"ERROR_DS_NAME_ERROR_NOT_FOUND","features":[307]},{"name":"ERROR_DS_NAME_ERROR_NOT_UNIQUE","features":[307]},{"name":"ERROR_DS_NAME_ERROR_NO_MAPPING","features":[307]},{"name":"ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING","features":[307]},{"name":"ERROR_DS_NAME_ERROR_RESOLVING","features":[307]},{"name":"ERROR_DS_NAME_ERROR_TRUST_REFERRAL","features":[307]},{"name":"ERROR_DS_NAME_NOT_UNIQUE","features":[307]},{"name":"ERROR_DS_NAME_REFERENCE_INVALID","features":[307]},{"name":"ERROR_DS_NAME_TOO_LONG","features":[307]},{"name":"ERROR_DS_NAME_TOO_MANY_PARTS","features":[307]},{"name":"ERROR_DS_NAME_TYPE_UNKNOWN","features":[307]},{"name":"ERROR_DS_NAME_UNPARSEABLE","features":[307]},{"name":"ERROR_DS_NAME_VALUE_TOO_LONG","features":[307]},{"name":"ERROR_DS_NAMING_MASTER_GC","features":[307]},{"name":"ERROR_DS_NAMING_VIOLATION","features":[307]},{"name":"ERROR_DS_NCNAME_MISSING_CR_REF","features":[307]},{"name":"ERROR_DS_NCNAME_MUST_BE_NC","features":[307]},{"name":"ERROR_DS_NC_MUST_HAVE_NC_PARENT","features":[307]},{"name":"ERROR_DS_NC_STILL_HAS_DSAS","features":[307]},{"name":"ERROR_DS_NONEXISTENT_MAY_HAVE","features":[307]},{"name":"ERROR_DS_NONEXISTENT_MUST_HAVE","features":[307]},{"name":"ERROR_DS_NONEXISTENT_POSS_SUP","features":[307]},{"name":"ERROR_DS_NONSAFE_SCHEMA_CHANGE","features":[307]},{"name":"ERROR_DS_NON_ASQ_SEARCH","features":[307]},{"name":"ERROR_DS_NON_BASE_SEARCH","features":[307]},{"name":"ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX","features":[307]},{"name":"ERROR_DS_NOT_AN_OBJECT","features":[307]},{"name":"ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC","features":[307]},{"name":"ERROR_DS_NOT_CLOSEST","features":[307]},{"name":"ERROR_DS_NOT_INSTALLED","features":[307]},{"name":"ERROR_DS_NOT_ON_BACKLINK","features":[307]},{"name":"ERROR_DS_NOT_SUPPORTED","features":[307]},{"name":"ERROR_DS_NOT_SUPPORTED_SORT_ORDER","features":[307]},{"name":"ERROR_DS_NO_ATTRIBUTE_OR_VALUE","features":[307]},{"name":"ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN","features":[307]},{"name":"ERROR_DS_NO_CHAINED_EVAL","features":[307]},{"name":"ERROR_DS_NO_CHAINING","features":[307]},{"name":"ERROR_DS_NO_CHECKPOINT_WITH_PDC","features":[307]},{"name":"ERROR_DS_NO_CROSSREF_FOR_NC","features":[307]},{"name":"ERROR_DS_NO_DELETED_NAME","features":[307]},{"name":"ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS","features":[307]},{"name":"ERROR_DS_NO_MORE_RIDS","features":[307]},{"name":"ERROR_DS_NO_MSDS_INTID","features":[307]},{"name":"ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN","features":[307]},{"name":"ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN","features":[307]},{"name":"ERROR_DS_NO_NTDSA_OBJECT","features":[307]},{"name":"ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC","features":[307]},{"name":"ERROR_DS_NO_PARENT_OBJECT","features":[307]},{"name":"ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION","features":[307]},{"name":"ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA","features":[307]},{"name":"ERROR_DS_NO_REF_DOMAIN","features":[307]},{"name":"ERROR_DS_NO_REQUESTED_ATTS_FOUND","features":[307]},{"name":"ERROR_DS_NO_RESULTS_RETURNED","features":[307]},{"name":"ERROR_DS_NO_RIDS_ALLOCATED","features":[307]},{"name":"ERROR_DS_NO_SERVER_OBJECT","features":[307]},{"name":"ERROR_DS_NO_SUCH_OBJECT","features":[307]},{"name":"ERROR_DS_NO_TREE_DELETE_ABOVE_NC","features":[307]},{"name":"ERROR_DS_NTDSCRIPT_PROCESS_ERROR","features":[307]},{"name":"ERROR_DS_NTDSCRIPT_SYNTAX_ERROR","features":[307]},{"name":"ERROR_DS_OBJECT_BEING_REMOVED","features":[307]},{"name":"ERROR_DS_OBJECT_CLASS_REQUIRED","features":[307]},{"name":"ERROR_DS_OBJECT_RESULTS_TOO_LARGE","features":[307]},{"name":"ERROR_DS_OBJ_CLASS_NOT_DEFINED","features":[307]},{"name":"ERROR_DS_OBJ_CLASS_NOT_SUBCLASS","features":[307]},{"name":"ERROR_DS_OBJ_CLASS_VIOLATION","features":[307]},{"name":"ERROR_DS_OBJ_GUID_EXISTS","features":[307]},{"name":"ERROR_DS_OBJ_NOT_FOUND","features":[307]},{"name":"ERROR_DS_OBJ_STRING_NAME_EXISTS","features":[307]},{"name":"ERROR_DS_OBJ_TOO_LARGE","features":[307]},{"name":"ERROR_DS_OFFSET_RANGE_ERROR","features":[307]},{"name":"ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS","features":[307]},{"name":"ERROR_DS_OID_NOT_FOUND","features":[307]},{"name":"ERROR_DS_OPERATIONS_ERROR","features":[307]},{"name":"ERROR_DS_OUT_OF_SCOPE","features":[307]},{"name":"ERROR_DS_OUT_OF_VERSION_STORE","features":[307]},{"name":"ERROR_DS_PARAM_ERROR","features":[307]},{"name":"ERROR_DS_PARENT_IS_AN_ALIAS","features":[307]},{"name":"ERROR_DS_PDC_OPERATION_IN_PROGRESS","features":[307]},{"name":"ERROR_DS_PER_ATTRIBUTE_AUTHZ_FAILED_DURING_ADD","features":[307]},{"name":"ERROR_DS_POLICY_NOT_KNOWN","features":[307]},{"name":"ERROR_DS_PROTOCOL_ERROR","features":[307]},{"name":"ERROR_DS_RANGE_CONSTRAINT","features":[307]},{"name":"ERROR_DS_RDN_DOESNT_MATCH_SCHEMA","features":[307]},{"name":"ERROR_DS_RECALCSCHEMA_FAILED","features":[307]},{"name":"ERROR_DS_REFERRAL","features":[307]},{"name":"ERROR_DS_REFERRAL_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_DS_REFUSING_FSMO_ROLES","features":[307]},{"name":"ERROR_DS_REMOTE_CROSSREF_OP_FAILED","features":[307]},{"name":"ERROR_DS_REPLICATOR_ONLY","features":[307]},{"name":"ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR","features":[307]},{"name":"ERROR_DS_REPL_LIFETIME_EXCEEDED","features":[307]},{"name":"ERROR_DS_RESERVED_LINK_ID","features":[307]},{"name":"ERROR_DS_RESERVED_MAPI_ID","features":[307]},{"name":"ERROR_DS_RIDMGR_DISABLED","features":[307]},{"name":"ERROR_DS_RIDMGR_INIT_ERROR","features":[307]},{"name":"ERROR_DS_ROLE_NOT_VERIFIED","features":[307]},{"name":"ERROR_DS_ROOT_CANT_BE_SUBREF","features":[307]},{"name":"ERROR_DS_ROOT_MUST_BE_NC","features":[307]},{"name":"ERROR_DS_ROOT_REQUIRES_CLASS_TOP","features":[307]},{"name":"ERROR_DS_SAM_INIT_FAILURE","features":[307]},{"name":"ERROR_DS_SAM_INIT_FAILURE_CONSOLE","features":[307]},{"name":"ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY","features":[307]},{"name":"ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD","features":[307]},{"name":"ERROR_DS_SCHEMA_ALLOC_FAILED","features":[307]},{"name":"ERROR_DS_SCHEMA_NOT_LOADED","features":[307]},{"name":"ERROR_DS_SCHEMA_UPDATE_DISALLOWED","features":[307]},{"name":"ERROR_DS_SECURITY_CHECKING_ERROR","features":[307]},{"name":"ERROR_DS_SECURITY_ILLEGAL_MODIFY","features":[307]},{"name":"ERROR_DS_SEC_DESC_INVALID","features":[307]},{"name":"ERROR_DS_SEC_DESC_TOO_SHORT","features":[307]},{"name":"ERROR_DS_SEMANTIC_ATT_TEST","features":[307]},{"name":"ERROR_DS_SENSITIVE_GROUP_VIOLATION","features":[307]},{"name":"ERROR_DS_SERVER_DOWN","features":[307]},{"name":"ERROR_DS_SHUTTING_DOWN","features":[307]},{"name":"ERROR_DS_SINGLE_USER_MODE_FAILED","features":[307]},{"name":"ERROR_DS_SINGLE_VALUE_CONSTRAINT","features":[307]},{"name":"ERROR_DS_SIZELIMIT_EXCEEDED","features":[307]},{"name":"ERROR_DS_SORT_CONTROL_MISSING","features":[307]},{"name":"ERROR_DS_SOURCE_AUDITING_NOT_ENABLED","features":[307]},{"name":"ERROR_DS_SOURCE_DOMAIN_IN_FOREST","features":[307]},{"name":"ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST","features":[307]},{"name":"ERROR_DS_SRC_AND_DST_NC_IDENTICAL","features":[307]},{"name":"ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH","features":[307]},{"name":"ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER","features":[307]},{"name":"ERROR_DS_SRC_GUID_MISMATCH","features":[307]},{"name":"ERROR_DS_SRC_NAME_MISMATCH","features":[307]},{"name":"ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER","features":[307]},{"name":"ERROR_DS_SRC_SID_EXISTS_IN_FOREST","features":[307]},{"name":"ERROR_DS_STRING_SD_CONVERSION_FAILED","features":[307]},{"name":"ERROR_DS_STRONG_AUTH_REQUIRED","features":[307]},{"name":"ERROR_DS_SUBREF_MUST_HAVE_PARENT","features":[307]},{"name":"ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD","features":[307]},{"name":"ERROR_DS_SUB_CLS_TEST_FAIL","features":[307]},{"name":"ERROR_DS_SYNTAX_MISMATCH","features":[307]},{"name":"ERROR_DS_THREAD_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_DS_TIMELIMIT_EXCEEDED","features":[307]},{"name":"ERROR_DS_TREE_DELETE_NOT_FINISHED","features":[307]},{"name":"ERROR_DS_UNABLE_TO_SURRENDER_ROLES","features":[307]},{"name":"ERROR_DS_UNAVAILABLE","features":[307]},{"name":"ERROR_DS_UNAVAILABLE_CRIT_EXTENSION","features":[307]},{"name":"ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED","features":[307]},{"name":"ERROR_DS_UNICODEPWD_NOT_IN_QUOTES","features":[307]},{"name":"ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER","features":[307]},{"name":"ERROR_DS_UNKNOWN_ERROR","features":[307]},{"name":"ERROR_DS_UNKNOWN_OPERATION","features":[307]},{"name":"ERROR_DS_UNWILLING_TO_PERFORM","features":[307]},{"name":"ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST","features":[307]},{"name":"ERROR_DS_USER_BUFFER_TO_SMALL","features":[307]},{"name":"ERROR_DS_VALUE_KEY_NOT_UNIQUE","features":[307]},{"name":"ERROR_DS_VERSION_CHECK_FAILURE","features":[307]},{"name":"ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL","features":[307]},{"name":"ERROR_DS_WRONG_LINKED_ATT_SYNTAX","features":[307]},{"name":"ERROR_DS_WRONG_OM_OBJ_CLASS","features":[307]},{"name":"ERROR_DUPLICATE_FOUND","features":[307]},{"name":"ERROR_DUPLICATE_PRIVILEGES","features":[307]},{"name":"ERROR_DUPLICATE_SERVICE_NAME","features":[307]},{"name":"ERROR_DUPLICATE_TAG","features":[307]},{"name":"ERROR_DUP_DOMAINNAME","features":[307]},{"name":"ERROR_DUP_NAME","features":[307]},{"name":"ERROR_DYNAMIC_CODE_BLOCKED","features":[307]},{"name":"ERROR_DYNLINK_FROM_INVALID_RING","features":[307]},{"name":"ERROR_EAS_DIDNT_FIT","features":[307]},{"name":"ERROR_EAS_NOT_SUPPORTED","features":[307]},{"name":"ERROR_EA_ACCESS_DENIED","features":[307]},{"name":"ERROR_EA_FILE_CORRUPT","features":[307]},{"name":"ERROR_EA_LIST_INCONSISTENT","features":[307]},{"name":"ERROR_EA_TABLE_FULL","features":[307]},{"name":"ERROR_EC_CIRCULAR_FORWARDING","features":[307]},{"name":"ERROR_EC_CREDSTORE_FULL","features":[307]},{"name":"ERROR_EC_CRED_NOT_FOUND","features":[307]},{"name":"ERROR_EC_LOG_DISABLED","features":[307]},{"name":"ERROR_EC_NO_ACTIVE_CHANNEL","features":[307]},{"name":"ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE","features":[307]},{"name":"ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED","features":[307]},{"name":"ERROR_EDP_POLICY_DENIES_OPERATION","features":[307]},{"name":"ERROR_EFS_ALG_BLOB_TOO_BIG","features":[307]},{"name":"ERROR_EFS_DISABLED","features":[307]},{"name":"ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION","features":[307]},{"name":"ERROR_EFS_SERVER_NOT_TRUSTED","features":[307]},{"name":"ERROR_EFS_VERSION_NOT_SUPPORT","features":[307]},{"name":"ERROR_ELEVATION_REQUIRED","features":[307]},{"name":"ERROR_EMPTY","features":[307]},{"name":"ERROR_ENCLAVE_FAILURE","features":[307]},{"name":"ERROR_ENCLAVE_NOT_TERMINATED","features":[307]},{"name":"ERROR_ENCLAVE_VIOLATION","features":[307]},{"name":"ERROR_ENCRYPTED_FILE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_ENCRYPTED_IO_NOT_POSSIBLE","features":[307]},{"name":"ERROR_ENCRYPTING_METADATA_DISALLOWED","features":[307]},{"name":"ERROR_ENCRYPTION_DISABLED","features":[307]},{"name":"ERROR_ENCRYPTION_FAILED","features":[307]},{"name":"ERROR_ENCRYPTION_POLICY_DENIES_OPERATION","features":[307]},{"name":"ERROR_END_OF_MEDIA","features":[307]},{"name":"ERROR_ENLISTMENT_NOT_FOUND","features":[307]},{"name":"ERROR_ENLISTMENT_NOT_SUPERIOR","features":[307]},{"name":"ERROR_ENVVAR_NOT_FOUND","features":[307]},{"name":"ERROR_EOM_OVERFLOW","features":[307]},{"name":"ERROR_ERRORS_ENCOUNTERED","features":[307]},{"name":"ERROR_EVALUATION_EXPIRATION","features":[307]},{"name":"ERROR_EVENTLOG_CANT_START","features":[307]},{"name":"ERROR_EVENTLOG_FILE_CHANGED","features":[307]},{"name":"ERROR_EVENTLOG_FILE_CORRUPT","features":[307]},{"name":"ERROR_EVENT_DONE","features":[307]},{"name":"ERROR_EVENT_PENDING","features":[307]},{"name":"ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY","features":[307]},{"name":"ERROR_EVT_CHANNEL_CANNOT_ACTIVATE","features":[307]},{"name":"ERROR_EVT_CHANNEL_NOT_FOUND","features":[307]},{"name":"ERROR_EVT_CONFIGURATION_ERROR","features":[307]},{"name":"ERROR_EVT_EVENT_DEFINITION_NOT_FOUND","features":[307]},{"name":"ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND","features":[307]},{"name":"ERROR_EVT_FILTER_ALREADYSCOPED","features":[307]},{"name":"ERROR_EVT_FILTER_INVARG","features":[307]},{"name":"ERROR_EVT_FILTER_INVTEST","features":[307]},{"name":"ERROR_EVT_FILTER_INVTYPE","features":[307]},{"name":"ERROR_EVT_FILTER_NOTELTSET","features":[307]},{"name":"ERROR_EVT_FILTER_OUT_OF_RANGE","features":[307]},{"name":"ERROR_EVT_FILTER_PARSEERR","features":[307]},{"name":"ERROR_EVT_FILTER_TOO_COMPLEX","features":[307]},{"name":"ERROR_EVT_FILTER_UNEXPECTEDTOKEN","features":[307]},{"name":"ERROR_EVT_FILTER_UNSUPPORTEDOP","features":[307]},{"name":"ERROR_EVT_INVALID_CHANNEL_PATH","features":[307]},{"name":"ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE","features":[307]},{"name":"ERROR_EVT_INVALID_EVENT_DATA","features":[307]},{"name":"ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL","features":[307]},{"name":"ERROR_EVT_INVALID_PUBLISHER_NAME","features":[307]},{"name":"ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE","features":[307]},{"name":"ERROR_EVT_INVALID_QUERY","features":[307]},{"name":"ERROR_EVT_MALFORMED_XML_TEXT","features":[307]},{"name":"ERROR_EVT_MAX_INSERTS_REACHED","features":[307]},{"name":"ERROR_EVT_MESSAGE_ID_NOT_FOUND","features":[307]},{"name":"ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND","features":[307]},{"name":"ERROR_EVT_MESSAGE_NOT_FOUND","features":[307]},{"name":"ERROR_EVT_NON_VALIDATING_MSXML","features":[307]},{"name":"ERROR_EVT_PUBLISHER_DISABLED","features":[307]},{"name":"ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND","features":[307]},{"name":"ERROR_EVT_QUERY_RESULT_INVALID_POSITION","features":[307]},{"name":"ERROR_EVT_QUERY_RESULT_STALE","features":[307]},{"name":"ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL","features":[307]},{"name":"ERROR_EVT_UNRESOLVED_PARAMETER_INSERT","features":[307]},{"name":"ERROR_EVT_UNRESOLVED_VALUE_INSERT","features":[307]},{"name":"ERROR_EVT_VERSION_TOO_NEW","features":[307]},{"name":"ERROR_EVT_VERSION_TOO_OLD","features":[307]},{"name":"ERROR_EXCEPTION_IN_RESOURCE_CALL","features":[307]},{"name":"ERROR_EXCEPTION_IN_SERVICE","features":[307]},{"name":"ERROR_EXCL_SEM_ALREADY_OWNED","features":[307]},{"name":"ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY","features":[307]},{"name":"ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY","features":[307]},{"name":"ERROR_EXE_MACHINE_TYPE_MISMATCH","features":[307]},{"name":"ERROR_EXE_MARKED_INVALID","features":[307]},{"name":"ERROR_EXPECTED_SECTION_NAME","features":[307]},{"name":"ERROR_EXPIRED_HANDLE","features":[307]},{"name":"ERROR_EXTENDED_ERROR","features":[307]},{"name":"ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN","features":[307]},{"name":"ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED","features":[307]},{"name":"ERROR_EXTRANEOUS_INFORMATION","features":[307]},{"name":"ERROR_FAILED_DRIVER_ENTRY","features":[307]},{"name":"ERROR_FAILED_SERVICE_CONTROLLER_CONNECT","features":[307]},{"name":"ERROR_FAIL_FAST_EXCEPTION","features":[307]},{"name":"ERROR_FAIL_I24","features":[307]},{"name":"ERROR_FAIL_NOACTION_REBOOT","features":[307]},{"name":"ERROR_FAIL_REBOOT_INITIATED","features":[307]},{"name":"ERROR_FAIL_REBOOT_REQUIRED","features":[307]},{"name":"ERROR_FAIL_RESTART","features":[307]},{"name":"ERROR_FAIL_SHUTDOWN","features":[307]},{"name":"ERROR_FATAL_APP_EXIT","features":[307]},{"name":"ERROR_FILEMARK_DETECTED","features":[307]},{"name":"ERROR_FILENAME_EXCED_RANGE","features":[307]},{"name":"ERROR_FILEQUEUE_LOCKED","features":[307]},{"name":"ERROR_FILE_CHECKED_OUT","features":[307]},{"name":"ERROR_FILE_CORRUPT","features":[307]},{"name":"ERROR_FILE_ENCRYPTED","features":[307]},{"name":"ERROR_FILE_EXISTS","features":[307]},{"name":"ERROR_FILE_HANDLE_REVOKED","features":[307]},{"name":"ERROR_FILE_HASH_NOT_IN_CATALOG","features":[307]},{"name":"ERROR_FILE_IDENTITY_NOT_PERSISTENT","features":[307]},{"name":"ERROR_FILE_INVALID","features":[307]},{"name":"ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED","features":[307]},{"name":"ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS","features":[307]},{"name":"ERROR_FILE_NOT_ENCRYPTED","features":[307]},{"name":"ERROR_FILE_NOT_FOUND","features":[307]},{"name":"ERROR_FILE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_FILE_OFFLINE","features":[307]},{"name":"ERROR_FILE_PROTECTED_UNDER_DPL","features":[307]},{"name":"ERROR_FILE_READ_ONLY","features":[307]},{"name":"ERROR_FILE_SHARE_RESOURCE_CONFLICT","features":[307]},{"name":"ERROR_FILE_SNAP_INVALID_PARAMETER","features":[307]},{"name":"ERROR_FILE_SNAP_IN_PROGRESS","features":[307]},{"name":"ERROR_FILE_SNAP_IO_NOT_COORDINATED","features":[307]},{"name":"ERROR_FILE_SNAP_MODIFY_NOT_SUPPORTED","features":[307]},{"name":"ERROR_FILE_SNAP_UNEXPECTED_ERROR","features":[307]},{"name":"ERROR_FILE_SNAP_USER_SECTION_NOT_SUPPORTED","features":[307]},{"name":"ERROR_FILE_SYSTEM_LIMITATION","features":[307]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY","features":[307]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION","features":[307]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT","features":[307]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN","features":[307]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE","features":[307]},{"name":"ERROR_FILE_TOO_LARGE","features":[307]},{"name":"ERROR_FIRMWARE_UPDATED","features":[307]},{"name":"ERROR_FLOATED_SECTION","features":[307]},{"name":"ERROR_FLOAT_MULTIPLE_FAULTS","features":[307]},{"name":"ERROR_FLOAT_MULTIPLE_TRAPS","features":[307]},{"name":"ERROR_FLOPPY_BAD_REGISTERS","features":[307]},{"name":"ERROR_FLOPPY_ID_MARK_NOT_FOUND","features":[307]},{"name":"ERROR_FLOPPY_UNKNOWN_ERROR","features":[307]},{"name":"ERROR_FLOPPY_VOLUME","features":[307]},{"name":"ERROR_FLOPPY_WRONG_CYLINDER","features":[307]},{"name":"ERROR_FLT_ALREADY_ENLISTED","features":[307]},{"name":"ERROR_FLT_CBDQ_DISABLED","features":[307]},{"name":"ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND","features":[307]},{"name":"ERROR_FLT_CONTEXT_ALREADY_DEFINED","features":[307]},{"name":"ERROR_FLT_CONTEXT_ALREADY_LINKED","features":[307]},{"name":"ERROR_FLT_DELETING_OBJECT","features":[307]},{"name":"ERROR_FLT_DISALLOW_FAST_IO","features":[307]},{"name":"ERROR_FLT_DO_NOT_ATTACH","features":[307]},{"name":"ERROR_FLT_DO_NOT_DETACH","features":[307]},{"name":"ERROR_FLT_DUPLICATE_ENTRY","features":[307]},{"name":"ERROR_FLT_FILTER_NOT_FOUND","features":[307]},{"name":"ERROR_FLT_FILTER_NOT_READY","features":[307]},{"name":"ERROR_FLT_INSTANCE_ALTITUDE_COLLISION","features":[307]},{"name":"ERROR_FLT_INSTANCE_NAME_COLLISION","features":[307]},{"name":"ERROR_FLT_INSTANCE_NOT_FOUND","features":[307]},{"name":"ERROR_FLT_INTERNAL_ERROR","features":[307]},{"name":"ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST","features":[307]},{"name":"ERROR_FLT_INVALID_CONTEXT_REGISTRATION","features":[307]},{"name":"ERROR_FLT_INVALID_NAME_REQUEST","features":[307]},{"name":"ERROR_FLT_IO_COMPLETE","features":[307]},{"name":"ERROR_FLT_MUST_BE_NONPAGED_POOL","features":[307]},{"name":"ERROR_FLT_NAME_CACHE_MISS","features":[307]},{"name":"ERROR_FLT_NOT_INITIALIZED","features":[307]},{"name":"ERROR_FLT_NOT_SAFE_TO_POST_OPERATION","features":[307]},{"name":"ERROR_FLT_NO_DEVICE_OBJECT","features":[307]},{"name":"ERROR_FLT_NO_HANDLER_DEFINED","features":[307]},{"name":"ERROR_FLT_NO_WAITER_FOR_REPLY","features":[307]},{"name":"ERROR_FLT_POST_OPERATION_CLEANUP","features":[307]},{"name":"ERROR_FLT_REGISTRATION_BUSY","features":[307]},{"name":"ERROR_FLT_VOLUME_ALREADY_MOUNTED","features":[307]},{"name":"ERROR_FLT_VOLUME_NOT_FOUND","features":[307]},{"name":"ERROR_FLT_WCOS_NOT_SUPPORTED","features":[307]},{"name":"ERROR_FORMS_AUTH_REQUIRED","features":[307]},{"name":"ERROR_FOUND_OUT_OF_SCOPE","features":[307]},{"name":"ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY","features":[307]},{"name":"ERROR_FS_DRIVER_REQUIRED","features":[307]},{"name":"ERROR_FS_GUID_MISMATCH","features":[307]},{"name":"ERROR_FS_METADATA_INCONSISTENT","features":[307]},{"name":"ERROR_FT_DI_SCAN_REQUIRED","features":[307]},{"name":"ERROR_FT_READ_FAILURE","features":[307]},{"name":"ERROR_FT_READ_FROM_COPY_FAILURE","features":[307]},{"name":"ERROR_FT_READ_RECOVERY_FROM_BACKUP","features":[307]},{"name":"ERROR_FT_WRITE_FAILURE","features":[307]},{"name":"ERROR_FT_WRITE_RECOVERY","features":[307]},{"name":"ERROR_FULLSCREEN_MODE","features":[307]},{"name":"ERROR_FULL_BACKUP","features":[307]},{"name":"ERROR_FUNCTION_FAILED","features":[307]},{"name":"ERROR_FUNCTION_NOT_CALLED","features":[307]},{"name":"ERROR_GDI_HANDLE_LEAK","features":[307]},{"name":"ERROR_GENERAL_SYNTAX","features":[307]},{"name":"ERROR_GENERIC_COMMAND_FAILED","features":[307]},{"name":"ERROR_GENERIC_NOT_MAPPED","features":[307]},{"name":"ERROR_GEN_FAILURE","features":[307]},{"name":"ERROR_GLOBAL_ONLY_HOOK","features":[307]},{"name":"ERROR_GPIO_CLIENT_INFORMATION_INVALID","features":[307]},{"name":"ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE","features":[307]},{"name":"ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED","features":[307]},{"name":"ERROR_GPIO_INVALID_REGISTRATION_PACKET","features":[307]},{"name":"ERROR_GPIO_OPERATION_DENIED","features":[307]},{"name":"ERROR_GPIO_VERSION_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRACEFUL_DISCONNECT","features":[307]},{"name":"ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED","features":[307]},{"name":"ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY","features":[307]},{"name":"ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE","features":[307]},{"name":"ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET","features":[307]},{"name":"ERROR_GRAPHICS_ADAPTER_WAS_RESET","features":[307]},{"name":"ERROR_GRAPHICS_ALLOCATION_BUSY","features":[307]},{"name":"ERROR_GRAPHICS_ALLOCATION_CLOSED","features":[307]},{"name":"ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST","features":[307]},{"name":"ERROR_GRAPHICS_ALLOCATION_INVALID","features":[307]},{"name":"ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION","features":[307]},{"name":"ERROR_GRAPHICS_CANNOTCOLORCONVERT","features":[307]},{"name":"ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN","features":[307]},{"name":"ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION","features":[307]},{"name":"ERROR_GRAPHICS_CANT_LOCK_MEMORY","features":[307]},{"name":"ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION","features":[307]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED","features":[307]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON","features":[307]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED","features":[307]},{"name":"ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET","features":[307]},{"name":"ERROR_GRAPHICS_COPP_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_DATASET_IS_EMPTY","features":[307]},{"name":"ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE","features":[307]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_DATA","features":[307]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM","features":[307]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND","features":[307]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH","features":[307]},{"name":"ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE","features":[307]},{"name":"ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS","features":[307]},{"name":"ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP","features":[307]},{"name":"ERROR_GRAPHICS_DRIVER_MISMATCH","features":[307]},{"name":"ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION","features":[307]},{"name":"ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET","features":[307]},{"name":"ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET","features":[307]},{"name":"ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE","features":[307]},{"name":"ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST","features":[307]},{"name":"ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA","features":[307]},{"name":"ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA","features":[307]},{"name":"ERROR_GRAPHICS_I2C_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT","features":[307]},{"name":"ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE","features":[307]},{"name":"ERROR_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN","features":[307]},{"name":"ERROR_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED","features":[307]},{"name":"ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER","features":[307]},{"name":"ERROR_GRAPHICS_INTERNAL_ERROR","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_ACTIVE_REGION","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_CLIENT_TYPE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_COLORBASIS","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_DRIVER_MODEL","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_FREQUENCY","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_GAMMA_RAMP","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_PIXELFORMAT","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_POINTER","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_STRIDE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_TOTAL_REGION","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON","features":[307]},{"name":"ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE","features":[307]},{"name":"ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED","features":[307]},{"name":"ERROR_GRAPHICS_LEADLINK_START_DEFERRED","features":[307]},{"name":"ERROR_GRAPHICS_LINK_CONFIGURATION_IN_PROGRESS","features":[307]},{"name":"ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED","features":[307]},{"name":"ERROR_GRAPHICS_MCA_INTERNAL_ERROR","features":[307]},{"name":"ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING","features":[307]},{"name":"ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED","features":[307]},{"name":"ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION","features":[307]},{"name":"ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH","features":[307]},{"name":"ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION","features":[307]},{"name":"ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE","features":[307]},{"name":"ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION","features":[307]},{"name":"ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET","features":[307]},{"name":"ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE","features":[307]},{"name":"ERROR_GRAPHICS_MODE_NOT_IN_MODESET","features":[307]},{"name":"ERROR_GRAPHICS_MODE_NOT_PINNED","features":[307]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET","features":[307]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE","features":[307]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET","features":[307]},{"name":"ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER","features":[307]},{"name":"ERROR_GRAPHICS_MONITOR_NOT_CONNECTED","features":[307]},{"name":"ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS","features":[307]},{"name":"ERROR_GRAPHICS_MPO_ALLOCATION_UNPINNED","features":[307]},{"name":"ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER","features":[307]},{"name":"ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER","features":[307]},{"name":"ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER","features":[307]},{"name":"ERROR_GRAPHICS_NO_ACTIVE_VIDPN","features":[307]},{"name":"ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS","features":[307]},{"name":"ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET","features":[307]},{"name":"ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME","features":[307]},{"name":"ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT","features":[307]},{"name":"ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE","features":[307]},{"name":"ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET","features":[307]},{"name":"ERROR_GRAPHICS_NO_PREFERRED_MODE","features":[307]},{"name":"ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN","features":[307]},{"name":"ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY","features":[307]},{"name":"ERROR_GRAPHICS_NO_VIDEO_MEMORY","features":[307]},{"name":"ERROR_GRAPHICS_NO_VIDPNMGR","features":[307]},{"name":"ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE","features":[307]},{"name":"ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR","features":[307]},{"name":"ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET","features":[307]},{"name":"ERROR_GRAPHICS_OPM_INTERNAL_ERROR","features":[307]},{"name":"ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST","features":[307]},{"name":"ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS","features":[307]},{"name":"ERROR_GRAPHICS_OPM_INVALID_HANDLE","features":[307]},{"name":"ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST","features":[307]},{"name":"ERROR_GRAPHICS_OPM_INVALID_SRM","features":[307]},{"name":"ERROR_GRAPHICS_OPM_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST","features":[307]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP","features":[307]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA","features":[307]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP","features":[307]},{"name":"ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH","features":[307]},{"name":"ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[307]},{"name":"ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED","features":[307]},{"name":"ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED","features":[307]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS","features":[307]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS","features":[307]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS","features":[307]},{"name":"ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL","features":[307]},{"name":"ERROR_GRAPHICS_PARTIAL_DATA_POPULATED","features":[307]},{"name":"ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY","features":[307]},{"name":"ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED","features":[307]},{"name":"ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY","features":[307]},{"name":"ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET","features":[307]},{"name":"ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY","features":[307]},{"name":"ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND","features":[307]},{"name":"ERROR_GRAPHICS_PRESENT_DENIED","features":[307]},{"name":"ERROR_GRAPHICS_PRESENT_INVALID_WINDOW","features":[307]},{"name":"ERROR_GRAPHICS_PRESENT_MODE_CHANGED","features":[307]},{"name":"ERROR_GRAPHICS_PRESENT_OCCLUDED","features":[307]},{"name":"ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED","features":[307]},{"name":"ERROR_GRAPHICS_PRESENT_UNOCCLUDED","features":[307]},{"name":"ERROR_GRAPHICS_PVP_HFS_FAILED","features":[307]},{"name":"ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH","features":[307]},{"name":"ERROR_GRAPHICS_RESOURCES_NOT_RELATED","features":[307]},{"name":"ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[307]},{"name":"ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION","features":[307]},{"name":"ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET","features":[307]},{"name":"ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE","features":[307]},{"name":"ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY","features":[307]},{"name":"ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED","features":[307]},{"name":"ERROR_GRAPHICS_STALE_MODESET","features":[307]},{"name":"ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY","features":[307]},{"name":"ERROR_GRAPHICS_START_DEFERRED","features":[307]},{"name":"ERROR_GRAPHICS_TARGET_ALREADY_IN_SET","features":[307]},{"name":"ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE","features":[307]},{"name":"ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY","features":[307]},{"name":"ERROR_GRAPHICS_TOO_MANY_REFERENCES","features":[307]},{"name":"ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED","features":[307]},{"name":"ERROR_GRAPHICS_TRY_AGAIN_LATER","features":[307]},{"name":"ERROR_GRAPHICS_TRY_AGAIN_NOW","features":[307]},{"name":"ERROR_GRAPHICS_UAB_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS","features":[307]},{"name":"ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS","features":[307]},{"name":"ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE","features":[307]},{"name":"ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_COMPOSITION_WINDOW_DPI_MESSAGE","features":[307]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_CREATE_SUPERWETINK_MESSAGE","features":[307]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_DESTROY_SUPERWETINK_MESSAGE","features":[307]},{"name":"ERROR_GRAPHICS_VAIL_STATE_CHANGED","features":[307]},{"name":"ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES","features":[307]},{"name":"ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[307]},{"name":"ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED","features":[307]},{"name":"ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE","features":[307]},{"name":"ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED","features":[307]},{"name":"ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE","features":[307]},{"name":"ERROR_GROUPSET_CANT_PROVIDE","features":[307]},{"name":"ERROR_GROUPSET_NOT_AVAILABLE","features":[307]},{"name":"ERROR_GROUPSET_NOT_FOUND","features":[307]},{"name":"ERROR_GROUP_EXISTS","features":[307]},{"name":"ERROR_GROUP_NOT_AVAILABLE","features":[307]},{"name":"ERROR_GROUP_NOT_FOUND","features":[307]},{"name":"ERROR_GROUP_NOT_ONLINE","features":[307]},{"name":"ERROR_GUID_SUBSTITUTION_MADE","features":[307]},{"name":"ERROR_HANDLES_CLOSED","features":[307]},{"name":"ERROR_HANDLE_DISK_FULL","features":[307]},{"name":"ERROR_HANDLE_EOF","features":[307]},{"name":"ERROR_HANDLE_NO_LONGER_VALID","features":[307]},{"name":"ERROR_HANDLE_REVOKED","features":[307]},{"name":"ERROR_HASH_NOT_PRESENT","features":[307]},{"name":"ERROR_HASH_NOT_SUPPORTED","features":[307]},{"name":"ERROR_HAS_SYSTEM_CRITICAL_FILES","features":[307]},{"name":"ERROR_HEURISTIC_DAMAGE_POSSIBLE","features":[307]},{"name":"ERROR_HIBERNATED","features":[307]},{"name":"ERROR_HIBERNATION_FAILURE","features":[307]},{"name":"ERROR_HOOK_NEEDS_HMOD","features":[307]},{"name":"ERROR_HOOK_NOT_INSTALLED","features":[307]},{"name":"ERROR_HOOK_TYPE_NOT_ALLOWED","features":[307]},{"name":"ERROR_HOST_DOWN","features":[307]},{"name":"ERROR_HOST_NODE_NOT_AVAILABLE","features":[307]},{"name":"ERROR_HOST_NODE_NOT_GROUP_OWNER","features":[307]},{"name":"ERROR_HOST_NODE_NOT_RESOURCE_OWNER","features":[307]},{"name":"ERROR_HOST_UNREACHABLE","features":[307]},{"name":"ERROR_HOTKEY_ALREADY_REGISTERED","features":[307]},{"name":"ERROR_HOTKEY_NOT_REGISTERED","features":[307]},{"name":"ERROR_HUNG_DISPLAY_DRIVER_THREAD","features":[307]},{"name":"ERROR_HV_ACCESS_DENIED","features":[307]},{"name":"ERROR_HV_ACKNOWLEDGED","features":[307]},{"name":"ERROR_HV_CPUID_FEATURE_VALIDATION","features":[307]},{"name":"ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION","features":[307]},{"name":"ERROR_HV_DEVICE_NOT_IN_DOMAIN","features":[307]},{"name":"ERROR_HV_EVENT_BUFFER_ALREADY_FREED","features":[307]},{"name":"ERROR_HV_FEATURE_UNAVAILABLE","features":[307]},{"name":"ERROR_HV_INACTIVE","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_BUFFER","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_BUFFERS","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_MEMORY","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_MEMORY_MIRRORING","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_ROOT_MEMORY","features":[307]},{"name":"ERROR_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING","features":[307]},{"name":"ERROR_HV_INVALID_ALIGNMENT","features":[307]},{"name":"ERROR_HV_INVALID_CONNECTION_ID","features":[307]},{"name":"ERROR_HV_INVALID_CPU_GROUP_ID","features":[307]},{"name":"ERROR_HV_INVALID_CPU_GROUP_STATE","features":[307]},{"name":"ERROR_HV_INVALID_DEVICE_ID","features":[307]},{"name":"ERROR_HV_INVALID_DEVICE_STATE","features":[307]},{"name":"ERROR_HV_INVALID_HYPERCALL_CODE","features":[307]},{"name":"ERROR_HV_INVALID_HYPERCALL_INPUT","features":[307]},{"name":"ERROR_HV_INVALID_LP_INDEX","features":[307]},{"name":"ERROR_HV_INVALID_PARAMETER","features":[307]},{"name":"ERROR_HV_INVALID_PARTITION_ID","features":[307]},{"name":"ERROR_HV_INVALID_PARTITION_STATE","features":[307]},{"name":"ERROR_HV_INVALID_PORT_ID","features":[307]},{"name":"ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO","features":[307]},{"name":"ERROR_HV_INVALID_REGISTER_VALUE","features":[307]},{"name":"ERROR_HV_INVALID_SAVE_RESTORE_STATE","features":[307]},{"name":"ERROR_HV_INVALID_SYNIC_STATE","features":[307]},{"name":"ERROR_HV_INVALID_VP_INDEX","features":[307]},{"name":"ERROR_HV_INVALID_VP_STATE","features":[307]},{"name":"ERROR_HV_INVALID_VTL_STATE","features":[307]},{"name":"ERROR_HV_MSR_ACCESS_FAILED","features":[307]},{"name":"ERROR_HV_NESTED_VM_EXIT","features":[307]},{"name":"ERROR_HV_NOT_ACKNOWLEDGED","features":[307]},{"name":"ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE","features":[307]},{"name":"ERROR_HV_NOT_PRESENT","features":[307]},{"name":"ERROR_HV_NO_DATA","features":[307]},{"name":"ERROR_HV_NO_RESOURCES","features":[307]},{"name":"ERROR_HV_NX_NOT_DETECTED","features":[307]},{"name":"ERROR_HV_OBJECT_IN_USE","features":[307]},{"name":"ERROR_HV_OPERATION_DENIED","features":[307]},{"name":"ERROR_HV_OPERATION_FAILED","features":[307]},{"name":"ERROR_HV_PAGE_REQUEST_INVALID","features":[307]},{"name":"ERROR_HV_PARTITION_TOO_DEEP","features":[307]},{"name":"ERROR_HV_PENDING_PAGE_REQUESTS","features":[307]},{"name":"ERROR_HV_PROCESSOR_STARTUP_TIMEOUT","features":[307]},{"name":"ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE","features":[307]},{"name":"ERROR_HV_SMX_ENABLED","features":[307]},{"name":"ERROR_HV_UNKNOWN_PROPERTY","features":[307]},{"name":"ERROR_HWNDS_HAVE_DIFF_PARENT","features":[307]},{"name":"ERROR_ICM_NOT_ENABLED","features":[307]},{"name":"ERROR_IDLE_DISCONNECTED","features":[307]},{"name":"ERROR_IEPORT_FULL","features":[307]},{"name":"ERROR_ILLEGAL_CHARACTER","features":[307]},{"name":"ERROR_ILLEGAL_DLL_RELOCATION","features":[307]},{"name":"ERROR_ILLEGAL_ELEMENT_ADDRESS","features":[307]},{"name":"ERROR_ILLEGAL_FLOAT_CONTEXT","features":[307]},{"name":"ERROR_ILL_FORMED_PASSWORD","features":[307]},{"name":"ERROR_IMAGE_AT_DIFFERENT_BASE","features":[307]},{"name":"ERROR_IMAGE_MACHINE_TYPE_MISMATCH","features":[307]},{"name":"ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE","features":[307]},{"name":"ERROR_IMAGE_NOT_AT_BASE","features":[307]},{"name":"ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT","features":[307]},{"name":"ERROR_IMPLEMENTATION_LIMIT","features":[307]},{"name":"ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED","features":[307]},{"name":"ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE","features":[307]},{"name":"ERROR_INCOMPATIBLE_SERVICE_SID_TYPE","features":[307]},{"name":"ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING","features":[307]},{"name":"ERROR_INCORRECT_ACCOUNT_TYPE","features":[307]},{"name":"ERROR_INCORRECT_ADDRESS","features":[307]},{"name":"ERROR_INCORRECT_SIZE","features":[307]},{"name":"ERROR_INC_BACKUP","features":[307]},{"name":"ERROR_INDEX_ABSENT","features":[307]},{"name":"ERROR_INDEX_OUT_OF_BOUNDS","features":[307]},{"name":"ERROR_INDIGENOUS_TYPE","features":[307]},{"name":"ERROR_INDOUBT_TRANSACTIONS_EXIST","features":[307]},{"name":"ERROR_INFLOOP_IN_RELOC_CHAIN","features":[307]},{"name":"ERROR_INF_IN_USE_BY_DEVICES","features":[307]},{"name":"ERROR_INSTALL_ALREADY_RUNNING","features":[307]},{"name":"ERROR_INSTALL_CANCEL","features":[307]},{"name":"ERROR_INSTALL_DEREGISTRATION_FAILURE","features":[307]},{"name":"ERROR_INSTALL_FAILED","features":[307]},{"name":"ERROR_INSTALL_FAILURE","features":[307]},{"name":"ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING","features":[307]},{"name":"ERROR_INSTALL_FULLTRUST_HOSTRUNTIME_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY","features":[307]},{"name":"ERROR_INSTALL_INVALID_PACKAGE","features":[307]},{"name":"ERROR_INSTALL_INVALID_RELATED_SET_UPDATE","features":[307]},{"name":"ERROR_INSTALL_LANGUAGE_UNSUPPORTED","features":[307]},{"name":"ERROR_INSTALL_LOG_FAILURE","features":[307]},{"name":"ERROR_INSTALL_NETWORK_FAILURE","features":[307]},{"name":"ERROR_INSTALL_NOTUSED","features":[307]},{"name":"ERROR_INSTALL_OPEN_PACKAGE_FAILED","features":[307]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE","features":[307]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE","features":[307]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY","features":[307]},{"name":"ERROR_INSTALL_OUT_OF_DISK_SPACE","features":[307]},{"name":"ERROR_INSTALL_PACKAGE_DOWNGRADE","features":[307]},{"name":"ERROR_INSTALL_PACKAGE_INVALID","features":[307]},{"name":"ERROR_INSTALL_PACKAGE_NOT_FOUND","features":[307]},{"name":"ERROR_INSTALL_PACKAGE_OPEN_FAILED","features":[307]},{"name":"ERROR_INSTALL_PACKAGE_REJECTED","features":[307]},{"name":"ERROR_INSTALL_PACKAGE_VERSION","features":[307]},{"name":"ERROR_INSTALL_PLATFORM_UNSUPPORTED","features":[307]},{"name":"ERROR_INSTALL_POLICY_FAILURE","features":[307]},{"name":"ERROR_INSTALL_PREREQUISITE_FAILED","features":[307]},{"name":"ERROR_INSTALL_REGISTRATION_FAILURE","features":[307]},{"name":"ERROR_INSTALL_REJECTED","features":[307]},{"name":"ERROR_INSTALL_REMOTE_DISALLOWED","features":[307]},{"name":"ERROR_INSTALL_REMOTE_PROHIBITED","features":[307]},{"name":"ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED","features":[307]},{"name":"ERROR_INSTALL_RESOLVE_HOSTRUNTIME_DEPENDENCY_FAILED","features":[307]},{"name":"ERROR_INSTALL_SERVICE_FAILURE","features":[307]},{"name":"ERROR_INSTALL_SERVICE_SAFEBOOT","features":[307]},{"name":"ERROR_INSTALL_SOURCE_ABSENT","features":[307]},{"name":"ERROR_INSTALL_SUSPEND","features":[307]},{"name":"ERROR_INSTALL_TEMP_UNWRITABLE","features":[307]},{"name":"ERROR_INSTALL_TRANSFORM_FAILURE","features":[307]},{"name":"ERROR_INSTALL_TRANSFORM_REJECTED","features":[307]},{"name":"ERROR_INSTALL_UI_FAILURE","features":[307]},{"name":"ERROR_INSTALL_USEREXIT","features":[307]},{"name":"ERROR_INSTALL_VOLUME_CORRUPT","features":[307]},{"name":"ERROR_INSTALL_VOLUME_NOT_EMPTY","features":[307]},{"name":"ERROR_INSTALL_VOLUME_OFFLINE","features":[307]},{"name":"ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE","features":[307]},{"name":"ERROR_INSTRUCTION_MISALIGNMENT","features":[307]},{"name":"ERROR_INSUFFICIENT_BUFFER","features":[307]},{"name":"ERROR_INSUFFICIENT_LOGON_INFO","features":[307]},{"name":"ERROR_INSUFFICIENT_POWER","features":[307]},{"name":"ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE","features":[307]},{"name":"ERROR_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES","features":[307]},{"name":"ERROR_INTERFACE_ALREADY_EXISTS","features":[307]},{"name":"ERROR_INTERFACE_CONFIGURATION","features":[307]},{"name":"ERROR_INTERFACE_CONNECTED","features":[307]},{"name":"ERROR_INTERFACE_DEVICE_ACTIVE","features":[307]},{"name":"ERROR_INTERFACE_DEVICE_REMOVED","features":[307]},{"name":"ERROR_INTERFACE_DISABLED","features":[307]},{"name":"ERROR_INTERFACE_DISCONNECTED","features":[307]},{"name":"ERROR_INTERFACE_HAS_NO_DEVICES","features":[307]},{"name":"ERROR_INTERFACE_NOT_CONNECTED","features":[307]},{"name":"ERROR_INTERFACE_UNREACHABLE","features":[307]},{"name":"ERROR_INTERMIXED_KERNEL_EA_OPERATION","features":[307]},{"name":"ERROR_INTERNAL_DB_CORRUPTION","features":[307]},{"name":"ERROR_INTERNAL_DB_ERROR","features":[307]},{"name":"ERROR_INTERNAL_ERROR","features":[307]},{"name":"ERROR_INTERRUPT_STILL_CONNECTED","features":[307]},{"name":"ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED","features":[307]},{"name":"ERROR_INVALID_ACCEL_HANDLE","features":[307]},{"name":"ERROR_INVALID_ACCESS","features":[307]},{"name":"ERROR_INVALID_ACCOUNT_NAME","features":[307]},{"name":"ERROR_INVALID_ACE_CONDITION","features":[307]},{"name":"ERROR_INVALID_ACL","features":[307]},{"name":"ERROR_INVALID_ADDRESS","features":[307]},{"name":"ERROR_INVALID_ATTRIBUTE_LENGTH","features":[307]},{"name":"ERROR_INVALID_AT_INTERRUPT_TIME","features":[307]},{"name":"ERROR_INVALID_BLOCK","features":[307]},{"name":"ERROR_INVALID_BLOCK_LENGTH","features":[307]},{"name":"ERROR_INVALID_CAP","features":[307]},{"name":"ERROR_INVALID_CATEGORY","features":[307]},{"name":"ERROR_INVALID_CLASS","features":[307]},{"name":"ERROR_INVALID_CLASS_INSTALLER","features":[307]},{"name":"ERROR_INVALID_CLEANER","features":[307]},{"name":"ERROR_INVALID_CLUSTER_IPV6_ADDRESS","features":[307]},{"name":"ERROR_INVALID_CMM","features":[307]},{"name":"ERROR_INVALID_COINSTALLER","features":[307]},{"name":"ERROR_INVALID_COLORINDEX","features":[307]},{"name":"ERROR_INVALID_COLORSPACE","features":[307]},{"name":"ERROR_INVALID_COMBOBOX_MESSAGE","features":[307]},{"name":"ERROR_INVALID_COMMAND_LINE","features":[307]},{"name":"ERROR_INVALID_COMPUTERNAME","features":[307]},{"name":"ERROR_INVALID_CONFIG_VALUE","features":[307]},{"name":"ERROR_INVALID_CRUNTIME_PARAMETER","features":[307]},{"name":"ERROR_INVALID_CURSOR_HANDLE","features":[307]},{"name":"ERROR_INVALID_DATA","features":[307]},{"name":"ERROR_INVALID_DATATYPE","features":[307]},{"name":"ERROR_INVALID_DEVICE_OBJECT_PARAMETER","features":[307]},{"name":"ERROR_INVALID_DEVINST_NAME","features":[307]},{"name":"ERROR_INVALID_DLL","features":[307]},{"name":"ERROR_INVALID_DOMAINNAME","features":[307]},{"name":"ERROR_INVALID_DOMAIN_ROLE","features":[307]},{"name":"ERROR_INVALID_DOMAIN_STATE","features":[307]},{"name":"ERROR_INVALID_DRIVE","features":[307]},{"name":"ERROR_INVALID_DRIVE_OBJECT","features":[307]},{"name":"ERROR_INVALID_DWP_HANDLE","features":[307]},{"name":"ERROR_INVALID_EA_HANDLE","features":[307]},{"name":"ERROR_INVALID_EA_NAME","features":[307]},{"name":"ERROR_INVALID_EDIT_HEIGHT","features":[307]},{"name":"ERROR_INVALID_ENVIRONMENT","features":[307]},{"name":"ERROR_INVALID_EVENTNAME","features":[307]},{"name":"ERROR_INVALID_EVENT_COUNT","features":[307]},{"name":"ERROR_INVALID_EXCEPTION_HANDLER","features":[307]},{"name":"ERROR_INVALID_EXE_SIGNATURE","features":[307]},{"name":"ERROR_INVALID_FIELD","features":[307]},{"name":"ERROR_INVALID_FIELD_IN_PARAMETER_LIST","features":[307]},{"name":"ERROR_INVALID_FILTER_DRIVER","features":[307]},{"name":"ERROR_INVALID_FILTER_PROC","features":[307]},{"name":"ERROR_INVALID_FLAGS","features":[307]},{"name":"ERROR_INVALID_FLAG_NUMBER","features":[307]},{"name":"ERROR_INVALID_FORM_NAME","features":[307]},{"name":"ERROR_INVALID_FORM_SIZE","features":[307]},{"name":"ERROR_INVALID_FUNCTION","features":[307]},{"name":"ERROR_INVALID_GROUPNAME","features":[307]},{"name":"ERROR_INVALID_GROUP_ATTRIBUTES","features":[307]},{"name":"ERROR_INVALID_GW_COMMAND","features":[307]},{"name":"ERROR_INVALID_HANDLE","features":[307]},{"name":"ERROR_INVALID_HANDLE_STATE","features":[307]},{"name":"ERROR_INVALID_HOOK_FILTER","features":[307]},{"name":"ERROR_INVALID_HOOK_HANDLE","features":[307]},{"name":"ERROR_INVALID_HWPROFILE","features":[307]},{"name":"ERROR_INVALID_HW_PROFILE","features":[307]},{"name":"ERROR_INVALID_ICON_HANDLE","features":[307]},{"name":"ERROR_INVALID_ID_AUTHORITY","features":[307]},{"name":"ERROR_INVALID_IMAGE_HASH","features":[307]},{"name":"ERROR_INVALID_IMPORT_OF_NON_DLL","features":[307]},{"name":"ERROR_INVALID_INDEX","features":[307]},{"name":"ERROR_INVALID_INF_LOGCONFIG","features":[307]},{"name":"ERROR_INVALID_KERNEL_INFO_VERSION","features":[307]},{"name":"ERROR_INVALID_KEYBOARD_HANDLE","features":[307]},{"name":"ERROR_INVALID_LABEL","features":[307]},{"name":"ERROR_INVALID_LB_MESSAGE","features":[307]},{"name":"ERROR_INVALID_LDT_DESCRIPTOR","features":[307]},{"name":"ERROR_INVALID_LDT_OFFSET","features":[307]},{"name":"ERROR_INVALID_LDT_SIZE","features":[307]},{"name":"ERROR_INVALID_LEVEL","features":[307]},{"name":"ERROR_INVALID_LIBRARY","features":[307]},{"name":"ERROR_INVALID_LIST_FORMAT","features":[307]},{"name":"ERROR_INVALID_LOCK_RANGE","features":[307]},{"name":"ERROR_INVALID_LOGON_HOURS","features":[307]},{"name":"ERROR_INVALID_LOGON_TYPE","features":[307]},{"name":"ERROR_INVALID_MACHINENAME","features":[307]},{"name":"ERROR_INVALID_MEDIA","features":[307]},{"name":"ERROR_INVALID_MEDIA_POOL","features":[307]},{"name":"ERROR_INVALID_MEMBER","features":[307]},{"name":"ERROR_INVALID_MENU_HANDLE","features":[307]},{"name":"ERROR_INVALID_MESSAGE","features":[307]},{"name":"ERROR_INVALID_MESSAGEDEST","features":[307]},{"name":"ERROR_INVALID_MESSAGENAME","features":[307]},{"name":"ERROR_INVALID_MINALLOCSIZE","features":[307]},{"name":"ERROR_INVALID_MODULETYPE","features":[307]},{"name":"ERROR_INVALID_MONITOR_HANDLE","features":[307]},{"name":"ERROR_INVALID_MSGBOX_STYLE","features":[307]},{"name":"ERROR_INVALID_NAME","features":[307]},{"name":"ERROR_INVALID_NETNAME","features":[307]},{"name":"ERROR_INVALID_OPERATION","features":[307]},{"name":"ERROR_INVALID_OPERATION_ON_QUORUM","features":[307]},{"name":"ERROR_INVALID_OPLOCK_PROTOCOL","features":[307]},{"name":"ERROR_INVALID_ORDINAL","features":[307]},{"name":"ERROR_INVALID_OWNER","features":[307]},{"name":"ERROR_INVALID_PACKAGE_SID_LENGTH","features":[307]},{"name":"ERROR_INVALID_PACKET","features":[307]},{"name":"ERROR_INVALID_PACKET_LENGTH_OR_ID","features":[307]},{"name":"ERROR_INVALID_PARAMETER","features":[307]},{"name":"ERROR_INVALID_PASSWORD","features":[307]},{"name":"ERROR_INVALID_PASSWORDNAME","features":[307]},{"name":"ERROR_INVALID_PATCH_XML","features":[307]},{"name":"ERROR_INVALID_PEP_INFO_VERSION","features":[307]},{"name":"ERROR_INVALID_PIXEL_FORMAT","features":[307]},{"name":"ERROR_INVALID_PLUGPLAY_DEVICE_PATH","features":[307]},{"name":"ERROR_INVALID_PORT_ATTRIBUTES","features":[307]},{"name":"ERROR_INVALID_PRIMARY_GROUP","features":[307]},{"name":"ERROR_INVALID_PRINTER_COMMAND","features":[307]},{"name":"ERROR_INVALID_PRINTER_DRIVER_MANIFEST","features":[307]},{"name":"ERROR_INVALID_PRINTER_NAME","features":[307]},{"name":"ERROR_INVALID_PRINTER_STATE","features":[307]},{"name":"ERROR_INVALID_PRINT_MONITOR","features":[307]},{"name":"ERROR_INVALID_PRIORITY","features":[307]},{"name":"ERROR_INVALID_PROFILE","features":[307]},{"name":"ERROR_INVALID_PROPPAGE_PROVIDER","features":[307]},{"name":"ERROR_INVALID_QUOTA_LOWER","features":[307]},{"name":"ERROR_INVALID_RADIUS_RESPONSE","features":[307]},{"name":"ERROR_INVALID_REFERENCE_STRING","features":[307]},{"name":"ERROR_INVALID_REG_PROPERTY","features":[307]},{"name":"ERROR_INVALID_REPARSE_DATA","features":[307]},{"name":"ERROR_INVALID_RUNLEVEL_SETTING","features":[307]},{"name":"ERROR_INVALID_SCROLLBAR_RANGE","features":[307]},{"name":"ERROR_INVALID_SECURITY_DESCR","features":[307]},{"name":"ERROR_INVALID_SEGDPL","features":[307]},{"name":"ERROR_INVALID_SEGMENT_NUMBER","features":[307]},{"name":"ERROR_INVALID_SEPARATOR_FILE","features":[307]},{"name":"ERROR_INVALID_SERVER_STATE","features":[307]},{"name":"ERROR_INVALID_SERVICENAME","features":[307]},{"name":"ERROR_INVALID_SERVICE_ACCOUNT","features":[307]},{"name":"ERROR_INVALID_SERVICE_CONTROL","features":[307]},{"name":"ERROR_INVALID_SERVICE_LOCK","features":[307]},{"name":"ERROR_INVALID_SHARENAME","features":[307]},{"name":"ERROR_INVALID_SHOWWIN_COMMAND","features":[307]},{"name":"ERROR_INVALID_SID","features":[307]},{"name":"ERROR_INVALID_SIGNAL_NUMBER","features":[307]},{"name":"ERROR_INVALID_SIGNATURE","features":[307]},{"name":"ERROR_INVALID_SIGNATURE_LENGTH","features":[307]},{"name":"ERROR_INVALID_SPI_VALUE","features":[307]},{"name":"ERROR_INVALID_STACKSEG","features":[307]},{"name":"ERROR_INVALID_STAGED_SIGNATURE","features":[307]},{"name":"ERROR_INVALID_STARTING_CODESEG","features":[307]},{"name":"ERROR_INVALID_STATE","features":[307]},{"name":"ERROR_INVALID_SUB_AUTHORITY","features":[307]},{"name":"ERROR_INVALID_TABLE","features":[307]},{"name":"ERROR_INVALID_TARGET","features":[307]},{"name":"ERROR_INVALID_TARGET_HANDLE","features":[307]},{"name":"ERROR_INVALID_TASK_INDEX","features":[307]},{"name":"ERROR_INVALID_TASK_NAME","features":[307]},{"name":"ERROR_INVALID_THREAD_ID","features":[307]},{"name":"ERROR_INVALID_TIME","features":[307]},{"name":"ERROR_INVALID_TOKEN","features":[307]},{"name":"ERROR_INVALID_TRANSACTION","features":[307]},{"name":"ERROR_INVALID_TRANSFORM","features":[307]},{"name":"ERROR_INVALID_UNWIND_TARGET","features":[307]},{"name":"ERROR_INVALID_USER_BUFFER","features":[307]},{"name":"ERROR_INVALID_USER_PRINCIPAL_NAME","features":[307]},{"name":"ERROR_INVALID_VARIANT","features":[307]},{"name":"ERROR_INVALID_VERIFY_SWITCH","features":[307]},{"name":"ERROR_INVALID_WINDOW_HANDLE","features":[307]},{"name":"ERROR_INVALID_WINDOW_STYLE","features":[307]},{"name":"ERROR_INVALID_WORKSTATION","features":[307]},{"name":"ERROR_IN_WOW64","features":[307]},{"name":"ERROR_IOPL_NOT_ENABLED","features":[307]},{"name":"ERROR_IO_DEVICE","features":[307]},{"name":"ERROR_IO_INCOMPLETE","features":[307]},{"name":"ERROR_IO_PENDING","features":[307]},{"name":"ERROR_IO_PREEMPTED","features":[307]},{"name":"ERROR_IO_PRIVILEGE_FAILED","features":[307]},{"name":"ERROR_IO_REISSUE_AS_CACHED","features":[307]},{"name":"ERROR_IPSEC_AUTH_FIREWALL_DROP","features":[307]},{"name":"ERROR_IPSEC_BAD_SPI","features":[307]},{"name":"ERROR_IPSEC_CLEAR_TEXT_DROP","features":[307]},{"name":"ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND","features":[307]},{"name":"ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND","features":[307]},{"name":"ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND","features":[307]},{"name":"ERROR_IPSEC_DOSP_BLOCK","features":[307]},{"name":"ERROR_IPSEC_DOSP_INVALID_PACKET","features":[307]},{"name":"ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED","features":[307]},{"name":"ERROR_IPSEC_DOSP_MAX_ENTRIES","features":[307]},{"name":"ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES","features":[307]},{"name":"ERROR_IPSEC_DOSP_NOT_INSTALLED","features":[307]},{"name":"ERROR_IPSEC_DOSP_RECEIVED_MULTICAST","features":[307]},{"name":"ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED","features":[307]},{"name":"ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED","features":[307]},{"name":"ERROR_IPSEC_IKE_ATTRIB_FAIL","features":[307]},{"name":"ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE","features":[307]},{"name":"ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY","features":[307]},{"name":"ERROR_IPSEC_IKE_AUTH_FAIL","features":[307]},{"name":"ERROR_IPSEC_IKE_BENIGN_REINIT","features":[307]},{"name":"ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH","features":[307]},{"name":"ERROR_IPSEC_IKE_CGA_AUTH_FAILED","features":[307]},{"name":"ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS","features":[307]},{"name":"ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED","features":[307]},{"name":"ERROR_IPSEC_IKE_CRL_FAILED","features":[307]},{"name":"ERROR_IPSEC_IKE_DECRYPT","features":[307]},{"name":"ERROR_IPSEC_IKE_DH_FAIL","features":[307]},{"name":"ERROR_IPSEC_IKE_DH_FAILURE","features":[307]},{"name":"ERROR_IPSEC_IKE_DOS_COOKIE_SENT","features":[307]},{"name":"ERROR_IPSEC_IKE_DROP_NO_RESPONSE","features":[307]},{"name":"ERROR_IPSEC_IKE_ENCRYPT","features":[307]},{"name":"ERROR_IPSEC_IKE_ERROR","features":[307]},{"name":"ERROR_IPSEC_IKE_FAILQUERYSSP","features":[307]},{"name":"ERROR_IPSEC_IKE_FAILSSPINIT","features":[307]},{"name":"ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR","features":[307]},{"name":"ERROR_IPSEC_IKE_GETSPIFAIL","features":[307]},{"name":"ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_AUTH_ALG","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_CERT_TYPE","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_COOKIE","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_FILTER","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_GROUP","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH_ALG","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH_SIZE","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_HEADER","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_KEY_USAGE","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_MM_FOR_QM","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_PAYLOAD","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_POLICY","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_SIG","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_SIGNATURE","features":[307]},{"name":"ERROR_IPSEC_IKE_INVALID_SITUATION","features":[307]},{"name":"ERROR_IPSEC_IKE_KERBEROS_ERROR","features":[307]},{"name":"ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL","features":[307]},{"name":"ERROR_IPSEC_IKE_LOAD_FAILED","features":[307]},{"name":"ERROR_IPSEC_IKE_LOAD_SOFT_SA","features":[307]},{"name":"ERROR_IPSEC_IKE_MM_ACQUIRE_DROP","features":[307]},{"name":"ERROR_IPSEC_IKE_MM_DELAY_DROP","features":[307]},{"name":"ERROR_IPSEC_IKE_MM_EXPIRED","features":[307]},{"name":"ERROR_IPSEC_IKE_MM_LIMIT","features":[307]},{"name":"ERROR_IPSEC_IKE_NEGOTIATION_DISABLED","features":[307]},{"name":"ERROR_IPSEC_IKE_NEGOTIATION_PENDING","features":[307]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_BEGIN","features":[307]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_END","features":[307]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END","features":[307]},{"name":"ERROR_IPSEC_IKE_NOTCBPRIV","features":[307]},{"name":"ERROR_IPSEC_IKE_NO_CERT","features":[307]},{"name":"ERROR_IPSEC_IKE_NO_MM_POLICY","features":[307]},{"name":"ERROR_IPSEC_IKE_NO_PEER_CERT","features":[307]},{"name":"ERROR_IPSEC_IKE_NO_POLICY","features":[307]},{"name":"ERROR_IPSEC_IKE_NO_PRIVATE_KEY","features":[307]},{"name":"ERROR_IPSEC_IKE_NO_PUBLIC_KEY","features":[307]},{"name":"ERROR_IPSEC_IKE_OUT_OF_MEMORY","features":[307]},{"name":"ERROR_IPSEC_IKE_PEER_CRL_FAILED","features":[307]},{"name":"ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE","features":[307]},{"name":"ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID","features":[307]},{"name":"ERROR_IPSEC_IKE_POLICY_CHANGE","features":[307]},{"name":"ERROR_IPSEC_IKE_POLICY_MATCH","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_CERT","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_DELETE","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_HASH","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_ID","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_KE","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NATOA","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NONCE","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_PROP","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_SA","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_SIG","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_TRANS","features":[307]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR","features":[307]},{"name":"ERROR_IPSEC_IKE_QM_ACQUIRE_DROP","features":[307]},{"name":"ERROR_IPSEC_IKE_QM_DELAY_DROP","features":[307]},{"name":"ERROR_IPSEC_IKE_QM_EXPIRED","features":[307]},{"name":"ERROR_IPSEC_IKE_QM_LIMIT","features":[307]},{"name":"ERROR_IPSEC_IKE_QUEUE_DROP_MM","features":[307]},{"name":"ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM","features":[307]},{"name":"ERROR_IPSEC_IKE_RATELIMIT_DROP","features":[307]},{"name":"ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING","features":[307]},{"name":"ERROR_IPSEC_IKE_RPC_DELETE","features":[307]},{"name":"ERROR_IPSEC_IKE_SA_DELETED","features":[307]},{"name":"ERROR_IPSEC_IKE_SA_REAPED","features":[307]},{"name":"ERROR_IPSEC_IKE_SECLOADFAIL","features":[307]},{"name":"ERROR_IPSEC_IKE_SHUTTING_DOWN","features":[307]},{"name":"ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY","features":[307]},{"name":"ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN","features":[307]},{"name":"ERROR_IPSEC_IKE_SRVACQFAIL","features":[307]},{"name":"ERROR_IPSEC_IKE_SRVQUERYCRED","features":[307]},{"name":"ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE","features":[307]},{"name":"ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE","features":[307]},{"name":"ERROR_IPSEC_IKE_TIMED_OUT","features":[307]},{"name":"ERROR_IPSEC_IKE_TOO_MANY_FILTERS","features":[307]},{"name":"ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID","features":[307]},{"name":"ERROR_IPSEC_IKE_UNKNOWN_DOI","features":[307]},{"name":"ERROR_IPSEC_IKE_UNSUPPORTED_ID","features":[307]},{"name":"ERROR_IPSEC_INTEGRITY_CHECK_FAILED","features":[307]},{"name":"ERROR_IPSEC_INVALID_PACKET","features":[307]},{"name":"ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING","features":[307]},{"name":"ERROR_IPSEC_MM_AUTH_EXISTS","features":[307]},{"name":"ERROR_IPSEC_MM_AUTH_IN_USE","features":[307]},{"name":"ERROR_IPSEC_MM_AUTH_NOT_FOUND","features":[307]},{"name":"ERROR_IPSEC_MM_AUTH_PENDING_DELETION","features":[307]},{"name":"ERROR_IPSEC_MM_FILTER_EXISTS","features":[307]},{"name":"ERROR_IPSEC_MM_FILTER_NOT_FOUND","features":[307]},{"name":"ERROR_IPSEC_MM_FILTER_PENDING_DELETION","features":[307]},{"name":"ERROR_IPSEC_MM_POLICY_EXISTS","features":[307]},{"name":"ERROR_IPSEC_MM_POLICY_IN_USE","features":[307]},{"name":"ERROR_IPSEC_MM_POLICY_NOT_FOUND","features":[307]},{"name":"ERROR_IPSEC_MM_POLICY_PENDING_DELETION","features":[307]},{"name":"ERROR_IPSEC_QM_POLICY_EXISTS","features":[307]},{"name":"ERROR_IPSEC_QM_POLICY_IN_USE","features":[307]},{"name":"ERROR_IPSEC_QM_POLICY_NOT_FOUND","features":[307]},{"name":"ERROR_IPSEC_QM_POLICY_PENDING_DELETION","features":[307]},{"name":"ERROR_IPSEC_REPLAY_CHECK_FAILED","features":[307]},{"name":"ERROR_IPSEC_SA_LIFETIME_EXPIRED","features":[307]},{"name":"ERROR_IPSEC_THROTTLE_DROP","features":[307]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_EXISTS","features":[307]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND","features":[307]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION","features":[307]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_EXISTS","features":[307]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND","features":[307]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION","features":[307]},{"name":"ERROR_IPSEC_WRONG_SA","features":[307]},{"name":"ERROR_IP_ADDRESS_CONFLICT1","features":[307]},{"name":"ERROR_IP_ADDRESS_CONFLICT2","features":[307]},{"name":"ERROR_IRQ_BUSY","features":[307]},{"name":"ERROR_IS_JOINED","features":[307]},{"name":"ERROR_IS_JOIN_PATH","features":[307]},{"name":"ERROR_IS_JOIN_TARGET","features":[307]},{"name":"ERROR_IS_SUBSTED","features":[307]},{"name":"ERROR_IS_SUBST_PATH","features":[307]},{"name":"ERROR_IS_SUBST_TARGET","features":[307]},{"name":"ERROR_ITERATED_DATA_EXCEEDS_64k","features":[307]},{"name":"ERROR_JOB_NO_CONTAINER","features":[307]},{"name":"ERROR_JOIN_TO_JOIN","features":[307]},{"name":"ERROR_JOIN_TO_SUBST","features":[307]},{"name":"ERROR_JOURNAL_DELETE_IN_PROGRESS","features":[307]},{"name":"ERROR_JOURNAL_ENTRY_DELETED","features":[307]},{"name":"ERROR_JOURNAL_HOOK_SET","features":[307]},{"name":"ERROR_JOURNAL_NOT_ACTIVE","features":[307]},{"name":"ERROR_KERNEL_APC","features":[307]},{"name":"ERROR_KEY_DELETED","features":[307]},{"name":"ERROR_KEY_DOES_NOT_EXIST","features":[307]},{"name":"ERROR_KEY_HAS_CHILDREN","features":[307]},{"name":"ERROR_KM_DRIVER_BLOCKED","features":[307]},{"name":"ERROR_LABEL_TOO_LONG","features":[307]},{"name":"ERROR_LAPS_ENCRYPTION_REQUIRES_2016_DFL","features":[307]},{"name":"ERROR_LAPS_LEGACY_SCHEMA_MISSING","features":[307]},{"name":"ERROR_LAPS_SCHEMA_MISSING","features":[307]},{"name":"ERROR_LAST_ADMIN","features":[307]},{"name":"ERROR_LB_WITHOUT_TABSTOPS","features":[307]},{"name":"ERROR_LIBRARY_FULL","features":[307]},{"name":"ERROR_LIBRARY_OFFLINE","features":[307]},{"name":"ERROR_LICENSE_QUOTA_EXCEEDED","features":[307]},{"name":"ERROR_LINE_NOT_FOUND","features":[307]},{"name":"ERROR_LINUX_SUBSYSTEM_NOT_PRESENT","features":[307]},{"name":"ERROR_LINUX_SUBSYSTEM_UPDATE_REQUIRED","features":[307]},{"name":"ERROR_LISTBOX_ID_NOT_FOUND","features":[307]},{"name":"ERROR_LM_CROSS_ENCRYPTION_REQUIRED","features":[307]},{"name":"ERROR_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED","features":[307]},{"name":"ERROR_LOCAL_USER_SESSION_KEY","features":[307]},{"name":"ERROR_LOCKED","features":[307]},{"name":"ERROR_LOCK_FAILED","features":[307]},{"name":"ERROR_LOCK_VIOLATION","features":[307]},{"name":"ERROR_LOGIN_TIME_RESTRICTION","features":[307]},{"name":"ERROR_LOGIN_WKSTA_RESTRICTION","features":[307]},{"name":"ERROR_LOGON_FAILURE","features":[307]},{"name":"ERROR_LOGON_NOT_GRANTED","features":[307]},{"name":"ERROR_LOGON_SERVER_CONFLICT","features":[307]},{"name":"ERROR_LOGON_SESSION_COLLISION","features":[307]},{"name":"ERROR_LOGON_SESSION_EXISTS","features":[307]},{"name":"ERROR_LOGON_TYPE_NOT_GRANTED","features":[307]},{"name":"ERROR_LOG_APPENDED_FLUSH_FAILED","features":[307]},{"name":"ERROR_LOG_ARCHIVE_IN_PROGRESS","features":[307]},{"name":"ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS","features":[307]},{"name":"ERROR_LOG_BLOCKS_EXHAUSTED","features":[307]},{"name":"ERROR_LOG_BLOCK_INCOMPLETE","features":[307]},{"name":"ERROR_LOG_BLOCK_INVALID","features":[307]},{"name":"ERROR_LOG_BLOCK_VERSION","features":[307]},{"name":"ERROR_LOG_CANT_DELETE","features":[307]},{"name":"ERROR_LOG_CLIENT_ALREADY_REGISTERED","features":[307]},{"name":"ERROR_LOG_CLIENT_NOT_REGISTERED","features":[307]},{"name":"ERROR_LOG_CONTAINER_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_LOG_CONTAINER_OPEN_FAILED","features":[307]},{"name":"ERROR_LOG_CONTAINER_READ_FAILED","features":[307]},{"name":"ERROR_LOG_CONTAINER_STATE_INVALID","features":[307]},{"name":"ERROR_LOG_CONTAINER_WRITE_FAILED","features":[307]},{"name":"ERROR_LOG_CORRUPTION_DETECTED","features":[307]},{"name":"ERROR_LOG_DEDICATED","features":[307]},{"name":"ERROR_LOG_EPHEMERAL","features":[307]},{"name":"ERROR_LOG_FILE_FULL","features":[307]},{"name":"ERROR_LOG_FULL","features":[307]},{"name":"ERROR_LOG_FULL_HANDLER_IN_PROGRESS","features":[307]},{"name":"ERROR_LOG_GROWTH_FAILED","features":[307]},{"name":"ERROR_LOG_HARD_ERROR","features":[307]},{"name":"ERROR_LOG_INCONSISTENT_SECURITY","features":[307]},{"name":"ERROR_LOG_INVALID_RANGE","features":[307]},{"name":"ERROR_LOG_METADATA_CORRUPT","features":[307]},{"name":"ERROR_LOG_METADATA_FLUSH_FAILED","features":[307]},{"name":"ERROR_LOG_METADATA_INCONSISTENT","features":[307]},{"name":"ERROR_LOG_METADATA_INVALID","features":[307]},{"name":"ERROR_LOG_MULTIPLEXED","features":[307]},{"name":"ERROR_LOG_NOT_ENOUGH_CONTAINERS","features":[307]},{"name":"ERROR_LOG_NO_RESTART","features":[307]},{"name":"ERROR_LOG_PINNED","features":[307]},{"name":"ERROR_LOG_PINNED_ARCHIVE_TAIL","features":[307]},{"name":"ERROR_LOG_PINNED_RESERVATION","features":[307]},{"name":"ERROR_LOG_POLICY_ALREADY_INSTALLED","features":[307]},{"name":"ERROR_LOG_POLICY_CONFLICT","features":[307]},{"name":"ERROR_LOG_POLICY_INVALID","features":[307]},{"name":"ERROR_LOG_POLICY_NOT_INSTALLED","features":[307]},{"name":"ERROR_LOG_READ_CONTEXT_INVALID","features":[307]},{"name":"ERROR_LOG_READ_MODE_INVALID","features":[307]},{"name":"ERROR_LOG_RECORDS_RESERVED_INVALID","features":[307]},{"name":"ERROR_LOG_RECORD_NONEXISTENT","features":[307]},{"name":"ERROR_LOG_RESERVATION_INVALID","features":[307]},{"name":"ERROR_LOG_RESIZE_INVALID_SIZE","features":[307]},{"name":"ERROR_LOG_RESTART_INVALID","features":[307]},{"name":"ERROR_LOG_SECTOR_INVALID","features":[307]},{"name":"ERROR_LOG_SECTOR_PARITY_INVALID","features":[307]},{"name":"ERROR_LOG_SECTOR_REMAPPED","features":[307]},{"name":"ERROR_LOG_SPACE_RESERVED_INVALID","features":[307]},{"name":"ERROR_LOG_START_OF_LOG","features":[307]},{"name":"ERROR_LOG_STATE_INVALID","features":[307]},{"name":"ERROR_LOG_TAIL_INVALID","features":[307]},{"name":"ERROR_LONGJUMP","features":[307]},{"name":"ERROR_LOST_MODE_LOGON_RESTRICTION","features":[307]},{"name":"ERROR_LOST_WRITEBEHIND_DATA","features":[307]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR","features":[307]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED","features":[307]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR","features":[307]},{"name":"ERROR_LUIDS_EXHAUSTED","features":[307]},{"name":"ERROR_MACHINE_LOCKED","features":[307]},{"name":"ERROR_MACHINE_SCOPE_NOT_ALLOWED","features":[307]},{"name":"ERROR_MACHINE_UNAVAILABLE","features":[307]},{"name":"ERROR_MAGAZINE_NOT_PRESENT","features":[307]},{"name":"ERROR_MALFORMED_SUBSTITUTION_STRING","features":[307]},{"name":"ERROR_MAPPED_ALIGNMENT","features":[307]},{"name":"ERROR_MARKED_TO_DISALLOW_WRITES","features":[307]},{"name":"ERROR_MARSHALL_OVERFLOW","features":[307]},{"name":"ERROR_MAX_CLIENT_INTERFACE_LIMIT","features":[307]},{"name":"ERROR_MAX_LAN_INTERFACE_LIMIT","features":[307]},{"name":"ERROR_MAX_SESSIONS_REACHED","features":[307]},{"name":"ERROR_MAX_THRDS_REACHED","features":[307]},{"name":"ERROR_MAX_WAN_INTERFACE_LIMIT","features":[307]},{"name":"ERROR_MCA_EXCEPTION","features":[307]},{"name":"ERROR_MCA_INTERNAL_ERROR","features":[307]},{"name":"ERROR_MCA_INVALID_CAPABILITIES_STRING","features":[307]},{"name":"ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED","features":[307]},{"name":"ERROR_MCA_INVALID_VCP_VERSION","features":[307]},{"name":"ERROR_MCA_MCCS_VERSION_MISMATCH","features":[307]},{"name":"ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION","features":[307]},{"name":"ERROR_MCA_OCCURED","features":[307]},{"name":"ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE","features":[307]},{"name":"ERROR_MCA_UNSUPPORTED_MCCS_VERSION","features":[307]},{"name":"ERROR_MEDIA_CHANGED","features":[307]},{"name":"ERROR_MEDIA_CHECK","features":[307]},{"name":"ERROR_MEDIA_INCOMPATIBLE","features":[307]},{"name":"ERROR_MEDIA_NOT_AVAILABLE","features":[307]},{"name":"ERROR_MEDIA_OFFLINE","features":[307]},{"name":"ERROR_MEDIA_UNAVAILABLE","features":[307]},{"name":"ERROR_MEDIUM_NOT_ACCESSIBLE","features":[307]},{"name":"ERROR_MEMBERS_PRIMARY_GROUP","features":[307]},{"name":"ERROR_MEMBER_IN_ALIAS","features":[307]},{"name":"ERROR_MEMBER_IN_GROUP","features":[307]},{"name":"ERROR_MEMBER_NOT_IN_ALIAS","features":[307]},{"name":"ERROR_MEMBER_NOT_IN_GROUP","features":[307]},{"name":"ERROR_MEMORY_HARDWARE","features":[307]},{"name":"ERROR_MENU_ITEM_NOT_FOUND","features":[307]},{"name":"ERROR_MESSAGE_EXCEEDS_MAX_SIZE","features":[307]},{"name":"ERROR_MESSAGE_SYNC_ONLY","features":[307]},{"name":"ERROR_METAFILE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_META_EXPANSION_TOO_LONG","features":[307]},{"name":"ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION","features":[307]},{"name":"ERROR_MISSING_SYSTEMFILE","features":[307]},{"name":"ERROR_MOD_NOT_FOUND","features":[307]},{"name":"ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM","features":[307]},{"name":"ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK","features":[307]},{"name":"ERROR_MONITOR_INVALID_MANUFACTURE_DATE","features":[307]},{"name":"ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK","features":[307]},{"name":"ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK","features":[307]},{"name":"ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK","features":[307]},{"name":"ERROR_MONITOR_NO_DESCRIPTOR","features":[307]},{"name":"ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA","features":[307]},{"name":"ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT","features":[307]},{"name":"ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED","features":[307]},{"name":"ERROR_MORE_DATA","features":[307]},{"name":"ERROR_MORE_WRITES","features":[307]},{"name":"ERROR_MOUNT_POINT_NOT_RESOLVED","features":[307]},{"name":"ERROR_MP_PROCESSOR_MISMATCH","features":[307]},{"name":"ERROR_MRM_AUTOMERGE_ENABLED","features":[307]},{"name":"ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE","features":[307]},{"name":"ERROR_MRM_DUPLICATE_ENTRY","features":[307]},{"name":"ERROR_MRM_DUPLICATE_MAP_NAME","features":[307]},{"name":"ERROR_MRM_FILEPATH_TOO_LONG","features":[307]},{"name":"ERROR_MRM_GENERATION_COUNT_MISMATCH","features":[307]},{"name":"ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE","features":[307]},{"name":"ERROR_MRM_INVALID_FILE_TYPE","features":[307]},{"name":"ERROR_MRM_INVALID_PRICONFIG","features":[307]},{"name":"ERROR_MRM_INVALID_PRI_FILE","features":[307]},{"name":"ERROR_MRM_INVALID_QUALIFIER_OPERATOR","features":[307]},{"name":"ERROR_MRM_INVALID_QUALIFIER_VALUE","features":[307]},{"name":"ERROR_MRM_INVALID_RESOURCE_IDENTIFIER","features":[307]},{"name":"ERROR_MRM_MAP_NOT_FOUND","features":[307]},{"name":"ERROR_MRM_MISSING_DEFAULT_LANGUAGE","features":[307]},{"name":"ERROR_MRM_NAMED_RESOURCE_NOT_FOUND","features":[307]},{"name":"ERROR_MRM_NO_CANDIDATE","features":[307]},{"name":"ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD","features":[307]},{"name":"ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE","features":[307]},{"name":"ERROR_MRM_PACKAGE_NOT_FOUND","features":[307]},{"name":"ERROR_MRM_RESOURCE_TYPE_MISMATCH","features":[307]},{"name":"ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE","features":[307]},{"name":"ERROR_MRM_SCOPE_ITEM_CONFLICT","features":[307]},{"name":"ERROR_MRM_TOO_MANY_RESOURCES","features":[307]},{"name":"ERROR_MRM_UNKNOWN_QUALIFIER","features":[307]},{"name":"ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE","features":[307]},{"name":"ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE","features":[307]},{"name":"ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE","features":[307]},{"name":"ERROR_MRM_UNSUPPORTED_PROFILE_TYPE","features":[307]},{"name":"ERROR_MR_MID_NOT_FOUND","features":[307]},{"name":"ERROR_MUI_FILE_NOT_FOUND","features":[307]},{"name":"ERROR_MUI_FILE_NOT_LOADED","features":[307]},{"name":"ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME","features":[307]},{"name":"ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED","features":[307]},{"name":"ERROR_MUI_INVALID_FILE","features":[307]},{"name":"ERROR_MUI_INVALID_LOCALE_NAME","features":[307]},{"name":"ERROR_MUI_INVALID_RC_CONFIG","features":[307]},{"name":"ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME","features":[307]},{"name":"ERROR_MULTIPLE_FAULT_VIOLATION","features":[307]},{"name":"ERROR_MUTANT_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_MUTUAL_AUTH_FAILED","features":[307]},{"name":"ERROR_NDIS_ADAPTER_NOT_FOUND","features":[307]},{"name":"ERROR_NDIS_ADAPTER_NOT_READY","features":[307]},{"name":"ERROR_NDIS_ADAPTER_REMOVED","features":[307]},{"name":"ERROR_NDIS_ALREADY_MAPPED","features":[307]},{"name":"ERROR_NDIS_BAD_CHARACTERISTICS","features":[307]},{"name":"ERROR_NDIS_BAD_VERSION","features":[307]},{"name":"ERROR_NDIS_BUFFER_TOO_SHORT","features":[307]},{"name":"ERROR_NDIS_DEVICE_FAILED","features":[307]},{"name":"ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE","features":[307]},{"name":"ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED","features":[307]},{"name":"ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE","features":[307]},{"name":"ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED","features":[307]},{"name":"ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED","features":[307]},{"name":"ERROR_NDIS_DOT11_MEDIA_IN_USE","features":[307]},{"name":"ERROR_NDIS_DOT11_POWER_STATE_INVALID","features":[307]},{"name":"ERROR_NDIS_ERROR_READING_FILE","features":[307]},{"name":"ERROR_NDIS_FILE_NOT_FOUND","features":[307]},{"name":"ERROR_NDIS_GROUP_ADDRESS_IN_USE","features":[307]},{"name":"ERROR_NDIS_INDICATION_REQUIRED","features":[307]},{"name":"ERROR_NDIS_INTERFACE_CLOSING","features":[307]},{"name":"ERROR_NDIS_INTERFACE_NOT_FOUND","features":[307]},{"name":"ERROR_NDIS_INVALID_ADDRESS","features":[307]},{"name":"ERROR_NDIS_INVALID_DATA","features":[307]},{"name":"ERROR_NDIS_INVALID_DEVICE_REQUEST","features":[307]},{"name":"ERROR_NDIS_INVALID_LENGTH","features":[307]},{"name":"ERROR_NDIS_INVALID_OID","features":[307]},{"name":"ERROR_NDIS_INVALID_PACKET","features":[307]},{"name":"ERROR_NDIS_INVALID_PORT","features":[307]},{"name":"ERROR_NDIS_INVALID_PORT_STATE","features":[307]},{"name":"ERROR_NDIS_LOW_POWER_STATE","features":[307]},{"name":"ERROR_NDIS_MEDIA_DISCONNECTED","features":[307]},{"name":"ERROR_NDIS_MULTICAST_EXISTS","features":[307]},{"name":"ERROR_NDIS_MULTICAST_FULL","features":[307]},{"name":"ERROR_NDIS_MULTICAST_NOT_FOUND","features":[307]},{"name":"ERROR_NDIS_NOT_SUPPORTED","features":[307]},{"name":"ERROR_NDIS_NO_QUEUES","features":[307]},{"name":"ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED","features":[307]},{"name":"ERROR_NDIS_OFFLOAD_PATH_REJECTED","features":[307]},{"name":"ERROR_NDIS_OFFLOAD_POLICY","features":[307]},{"name":"ERROR_NDIS_OPEN_FAILED","features":[307]},{"name":"ERROR_NDIS_PAUSED","features":[307]},{"name":"ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL","features":[307]},{"name":"ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL","features":[307]},{"name":"ERROR_NDIS_REINIT_REQUIRED","features":[307]},{"name":"ERROR_NDIS_REQUEST_ABORTED","features":[307]},{"name":"ERROR_NDIS_RESET_IN_PROGRESS","features":[307]},{"name":"ERROR_NDIS_RESOURCE_CONFLICT","features":[307]},{"name":"ERROR_NDIS_UNSUPPORTED_MEDIA","features":[307]},{"name":"ERROR_NDIS_UNSUPPORTED_REVISION","features":[307]},{"name":"ERROR_NEEDS_REGISTRATION","features":[307]},{"name":"ERROR_NEEDS_REMEDIATION","features":[307]},{"name":"ERROR_NEGATIVE_SEEK","features":[307]},{"name":"ERROR_NESTING_NOT_ALLOWED","features":[307]},{"name":"ERROR_NETLOGON_NOT_STARTED","features":[307]},{"name":"ERROR_NETNAME_DELETED","features":[307]},{"name":"ERROR_NETWORK_ACCESS_DENIED","features":[307]},{"name":"ERROR_NETWORK_ACCESS_DENIED_EDP","features":[307]},{"name":"ERROR_NETWORK_AUTHENTICATION_PROMPT_CANCELED","features":[307]},{"name":"ERROR_NETWORK_BUSY","features":[307]},{"name":"ERROR_NETWORK_NOT_AVAILABLE","features":[307]},{"name":"ERROR_NETWORK_UNREACHABLE","features":[307]},{"name":"ERROR_NET_OPEN_FAILED","features":[307]},{"name":"ERROR_NET_WRITE_FAULT","features":[307]},{"name":"ERROR_NOACCESS","features":[307]},{"name":"ERROR_NODE_CANNOT_BE_CLUSTERED","features":[307]},{"name":"ERROR_NODE_CANT_HOST_RESOURCE","features":[307]},{"name":"ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER","features":[307]},{"name":"ERROR_NODE_NOT_AVAILABLE","features":[307]},{"name":"ERROR_NOINTERFACE","features":[307]},{"name":"ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT","features":[307]},{"name":"ERROR_NOLOGON_SERVER_TRUST_ACCOUNT","features":[307]},{"name":"ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT","features":[307]},{"name":"ERROR_NONCORE_GROUPS_FOUND","features":[307]},{"name":"ERROR_NONE_MAPPED","features":[307]},{"name":"ERROR_NONPAGED_SYSTEM_RESOURCES","features":[307]},{"name":"ERROR_NON_ACCOUNT_SID","features":[307]},{"name":"ERROR_NON_CSV_PATH","features":[307]},{"name":"ERROR_NON_DOMAIN_SID","features":[307]},{"name":"ERROR_NON_MDICHILD_WINDOW","features":[307]},{"name":"ERROR_NON_WINDOWS_DRIVER","features":[307]},{"name":"ERROR_NON_WINDOWS_NT_DRIVER","features":[307]},{"name":"ERROR_NOTHING_TO_TERMINATE","features":[307]},{"name":"ERROR_NOTIFICATION_GUID_ALREADY_DEFINED","features":[307]},{"name":"ERROR_NOTIFY_CLEANUP","features":[307]},{"name":"ERROR_NOTIFY_ENUM_DIR","features":[307]},{"name":"ERROR_NOT_ALLOWED_ON_SYSTEM_FILE","features":[307]},{"name":"ERROR_NOT_ALL_ASSIGNED","features":[307]},{"name":"ERROR_NOT_AN_INSTALLED_OEM_INF","features":[307]},{"name":"ERROR_NOT_APPCONTAINER","features":[307]},{"name":"ERROR_NOT_AUTHENTICATED","features":[307]},{"name":"ERROR_NOT_A_CLOUD_FILE","features":[307]},{"name":"ERROR_NOT_A_CLOUD_SYNC_ROOT","features":[307]},{"name":"ERROR_NOT_A_DAX_VOLUME","features":[307]},{"name":"ERROR_NOT_A_DEV_VOLUME","features":[307]},{"name":"ERROR_NOT_A_REPARSE_POINT","features":[307]},{"name":"ERROR_NOT_A_TIERED_VOLUME","features":[307]},{"name":"ERROR_NOT_CAPABLE","features":[307]},{"name":"ERROR_NOT_CHILD_WINDOW","features":[307]},{"name":"ERROR_NOT_CLIENT_PORT","features":[307]},{"name":"ERROR_NOT_CONNECTED","features":[307]},{"name":"ERROR_NOT_CONTAINER","features":[307]},{"name":"ERROR_NOT_DAX_MAPPABLE","features":[307]},{"name":"ERROR_NOT_DISABLEABLE","features":[307]},{"name":"ERROR_NOT_DOS_DISK","features":[307]},{"name":"ERROR_NOT_EMPTY","features":[307]},{"name":"ERROR_NOT_ENOUGH_MEMORY","features":[307]},{"name":"ERROR_NOT_ENOUGH_QUOTA","features":[307]},{"name":"ERROR_NOT_ENOUGH_SERVER_MEMORY","features":[307]},{"name":"ERROR_NOT_EXPORT_FORMAT","features":[307]},{"name":"ERROR_NOT_FOUND","features":[307]},{"name":"ERROR_NOT_GUI_PROCESS","features":[307]},{"name":"ERROR_NOT_INSTALLED","features":[307]},{"name":"ERROR_NOT_JOINED","features":[307]},{"name":"ERROR_NOT_LOCKED","features":[307]},{"name":"ERROR_NOT_LOGGED_ON","features":[307]},{"name":"ERROR_NOT_LOGON_PROCESS","features":[307]},{"name":"ERROR_NOT_OWNER","features":[307]},{"name":"ERROR_NOT_QUORUM_CAPABLE","features":[307]},{"name":"ERROR_NOT_QUORUM_CLASS","features":[307]},{"name":"ERROR_NOT_READY","features":[307]},{"name":"ERROR_NOT_READ_FROM_COPY","features":[307]},{"name":"ERROR_NOT_REDUNDANT_STORAGE","features":[307]},{"name":"ERROR_NOT_REGISTRY_FILE","features":[307]},{"name":"ERROR_NOT_ROUTER_PORT","features":[307]},{"name":"ERROR_NOT_SAFEBOOT_SERVICE","features":[307]},{"name":"ERROR_NOT_SAFE_MODE_DRIVER","features":[307]},{"name":"ERROR_NOT_SAME_DEVICE","features":[307]},{"name":"ERROR_NOT_SAME_OBJECT","features":[307]},{"name":"ERROR_NOT_SNAPSHOT_VOLUME","features":[307]},{"name":"ERROR_NOT_SUBSTED","features":[307]},{"name":"ERROR_NOT_SUPPORTED","features":[307]},{"name":"ERROR_NOT_SUPPORTED_IN_APPCONTAINER","features":[307]},{"name":"ERROR_NOT_SUPPORTED_ON_DAX","features":[307]},{"name":"ERROR_NOT_SUPPORTED_ON_SBS","features":[307]},{"name":"ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_AUDITING","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_BTT","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_BYPASSIO","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_CACHED_HANDLE","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_COMPRESSION","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_DEDUPLICATION","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_ENCRYPTION","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_MONITORING","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_REPLICATION","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_SNAPSHOT","features":[307]},{"name":"ERROR_NOT_SUPPORTED_WITH_VIRTUALIZATION","features":[307]},{"name":"ERROR_NOT_TINY_STREAM","features":[307]},{"name":"ERROR_NO_ACE_CONDITION","features":[307]},{"name":"ERROR_NO_ADMIN_ACCESS_POINT","features":[307]},{"name":"ERROR_NO_APPLICABLE_APP_LICENSES_FOUND","features":[307]},{"name":"ERROR_NO_ASSOCIATED_CLASS","features":[307]},{"name":"ERROR_NO_ASSOCIATED_SERVICE","features":[307]},{"name":"ERROR_NO_ASSOCIATION","features":[307]},{"name":"ERROR_NO_AUTHENTICODE_CATALOG","features":[307]},{"name":"ERROR_NO_AUTH_PROTOCOL_AVAILABLE","features":[307]},{"name":"ERROR_NO_BACKUP","features":[307]},{"name":"ERROR_NO_BROWSER_SERVERS_FOUND","features":[307]},{"name":"ERROR_NO_BYPASSIO_DRIVER_SUPPORT","features":[307]},{"name":"ERROR_NO_CALLBACK_ACTIVE","features":[307]},{"name":"ERROR_NO_CATALOG_FOR_OEM_INF","features":[307]},{"name":"ERROR_NO_CLASSINSTALL_PARAMS","features":[307]},{"name":"ERROR_NO_CLASS_DRIVER_LIST","features":[307]},{"name":"ERROR_NO_COMPAT_DRIVERS","features":[307]},{"name":"ERROR_NO_CONFIGMGR_SERVICES","features":[307]},{"name":"ERROR_NO_DATA","features":[307]},{"name":"ERROR_NO_DATA_DETECTED","features":[307]},{"name":"ERROR_NO_DEFAULT_DEVICE_INTERFACE","features":[307]},{"name":"ERROR_NO_DEFAULT_INTERFACE_DEVICE","features":[307]},{"name":"ERROR_NO_DEVICE_ICON","features":[307]},{"name":"ERROR_NO_DEVICE_SELECTED","features":[307]},{"name":"ERROR_NO_DRIVER_SELECTED","features":[307]},{"name":"ERROR_NO_EFS","features":[307]},{"name":"ERROR_NO_EVENT_PAIR","features":[307]},{"name":"ERROR_NO_GUID_TRANSLATION","features":[307]},{"name":"ERROR_NO_IMPERSONATION_TOKEN","features":[307]},{"name":"ERROR_NO_INF","features":[307]},{"name":"ERROR_NO_INHERITANCE","features":[307]},{"name":"ERROR_NO_INTERFACE_CREDENTIALS_SET","features":[307]},{"name":"ERROR_NO_LINK_TRACKING_IN_TRANSACTION","features":[307]},{"name":"ERROR_NO_LOGON_SERVERS","features":[307]},{"name":"ERROR_NO_LOG_SPACE","features":[307]},{"name":"ERROR_NO_MATCH","features":[307]},{"name":"ERROR_NO_MEDIA_IN_DRIVE","features":[307]},{"name":"ERROR_NO_MORE_DEVICES","features":[307]},{"name":"ERROR_NO_MORE_FILES","features":[307]},{"name":"ERROR_NO_MORE_ITEMS","features":[307]},{"name":"ERROR_NO_MORE_MATCHES","features":[307]},{"name":"ERROR_NO_MORE_SEARCH_HANDLES","features":[307]},{"name":"ERROR_NO_MORE_USER_HANDLES","features":[307]},{"name":"ERROR_NO_NETWORK","features":[307]},{"name":"ERROR_NO_NET_OR_BAD_PATH","features":[307]},{"name":"ERROR_NO_NVRAM_RESOURCES","features":[307]},{"name":"ERROR_NO_PAGEFILE","features":[307]},{"name":"ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND","features":[307]},{"name":"ERROR_NO_PROC_SLOTS","features":[307]},{"name":"ERROR_NO_PROMOTION_ACTIVE","features":[307]},{"name":"ERROR_NO_QUOTAS_FOR_ACCOUNT","features":[307]},{"name":"ERROR_NO_RADIUS_SERVERS","features":[307]},{"name":"ERROR_NO_RANGES_PROCESSED","features":[307]},{"name":"ERROR_NO_RECOVERY_POLICY","features":[307]},{"name":"ERROR_NO_RECOVERY_PROGRAM","features":[307]},{"name":"ERROR_NO_SAVEPOINT_WITH_OPEN_FILES","features":[307]},{"name":"ERROR_NO_SCROLLBARS","features":[307]},{"name":"ERROR_NO_SECRETS","features":[307]},{"name":"ERROR_NO_SECURITY_ON_OBJECT","features":[307]},{"name":"ERROR_NO_SHUTDOWN_IN_PROGRESS","features":[307]},{"name":"ERROR_NO_SIGNAL_SENT","features":[307]},{"name":"ERROR_NO_SIGNATURE","features":[307]},{"name":"ERROR_NO_SITENAME","features":[307]},{"name":"ERROR_NO_SITE_SETTINGS_OBJECT","features":[307]},{"name":"ERROR_NO_SPOOL_SPACE","features":[307]},{"name":"ERROR_NO_SUCH_ALIAS","features":[307]},{"name":"ERROR_NO_SUCH_DEVICE","features":[307]},{"name":"ERROR_NO_SUCH_DEVICE_INTERFACE","features":[307]},{"name":"ERROR_NO_SUCH_DEVINST","features":[307]},{"name":"ERROR_NO_SUCH_DOMAIN","features":[307]},{"name":"ERROR_NO_SUCH_GROUP","features":[307]},{"name":"ERROR_NO_SUCH_INTERFACE","features":[307]},{"name":"ERROR_NO_SUCH_INTERFACE_CLASS","features":[307]},{"name":"ERROR_NO_SUCH_INTERFACE_DEVICE","features":[307]},{"name":"ERROR_NO_SUCH_LOGON_SESSION","features":[307]},{"name":"ERROR_NO_SUCH_MEMBER","features":[307]},{"name":"ERROR_NO_SUCH_PACKAGE","features":[307]},{"name":"ERROR_NO_SUCH_PRIVILEGE","features":[307]},{"name":"ERROR_NO_SUCH_SITE","features":[307]},{"name":"ERROR_NO_SUCH_USER","features":[307]},{"name":"ERROR_NO_SUPPORTING_DRIVES","features":[307]},{"name":"ERROR_NO_SYSTEM_MENU","features":[307]},{"name":"ERROR_NO_SYSTEM_RESOURCES","features":[307]},{"name":"ERROR_NO_TASK_QUEUE","features":[307]},{"name":"ERROR_NO_TOKEN","features":[307]},{"name":"ERROR_NO_TRACKING_SERVICE","features":[307]},{"name":"ERROR_NO_TRUST_LSA_SECRET","features":[307]},{"name":"ERROR_NO_TRUST_SAM_ACCOUNT","features":[307]},{"name":"ERROR_NO_TXF_METADATA","features":[307]},{"name":"ERROR_NO_UNICODE_TRANSLATION","features":[307]},{"name":"ERROR_NO_USER_KEYS","features":[307]},{"name":"ERROR_NO_USER_SESSION_KEY","features":[307]},{"name":"ERROR_NO_VOLUME_ID","features":[307]},{"name":"ERROR_NO_VOLUME_LABEL","features":[307]},{"name":"ERROR_NO_WILDCARD_CHARACTERS","features":[307]},{"name":"ERROR_NO_WORK_DONE","features":[307]},{"name":"ERROR_NO_WRITABLE_DC_FOUND","features":[307]},{"name":"ERROR_NO_YIELD_PERFORMED","features":[307]},{"name":"ERROR_NTLM_BLOCKED","features":[307]},{"name":"ERROR_NT_CROSS_ENCRYPTION_REQUIRED","features":[307]},{"name":"ERROR_NULL_LM_PASSWORD","features":[307]},{"name":"ERROR_OBJECT_ALREADY_EXISTS","features":[307]},{"name":"ERROR_OBJECT_IN_LIST","features":[307]},{"name":"ERROR_OBJECT_IS_IMMUTABLE","features":[307]},{"name":"ERROR_OBJECT_NAME_EXISTS","features":[307]},{"name":"ERROR_OBJECT_NOT_EXTERNALLY_BACKED","features":[307]},{"name":"ERROR_OBJECT_NOT_FOUND","features":[307]},{"name":"ERROR_OBJECT_NO_LONGER_EXISTS","features":[307]},{"name":"ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED","features":[307]},{"name":"ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED","features":[307]},{"name":"ERROR_OFFSET_ALIGNMENT_VIOLATION","features":[307]},{"name":"ERROR_OLD_WIN_VERSION","features":[307]},{"name":"ERROR_ONLY_IF_CONNECTED","features":[307]},{"name":"ERROR_ONLY_VALIDATE_VIA_AUTHENTICODE","features":[307]},{"name":"ERROR_OPEN_FAILED","features":[307]},{"name":"ERROR_OPEN_FILES","features":[307]},{"name":"ERROR_OPERATION_ABORTED","features":[307]},{"name":"ERROR_OPERATION_IN_PROGRESS","features":[307]},{"name":"ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT","features":[307]},{"name":"ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION","features":[307]},{"name":"ERROR_OPLOCK_BREAK_IN_PROGRESS","features":[307]},{"name":"ERROR_OPLOCK_HANDLE_CLOSED","features":[307]},{"name":"ERROR_OPLOCK_NOT_GRANTED","features":[307]},{"name":"ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE","features":[307]},{"name":"ERROR_ORPHAN_NAME_EXHAUSTED","features":[307]},{"name":"ERROR_OUTOFMEMORY","features":[307]},{"name":"ERROR_OUT_OF_PAPER","features":[307]},{"name":"ERROR_OUT_OF_STRUCTURES","features":[307]},{"name":"ERROR_OVERRIDE_NOCHANGES","features":[307]},{"name":"ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES","features":[307]},{"name":"ERROR_PACKAGES_IN_USE","features":[307]},{"name":"ERROR_PACKAGES_REPUTATION_CHECK_FAILED","features":[307]},{"name":"ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT","features":[307]},{"name":"ERROR_PACKAGE_ALREADY_EXISTS","features":[307]},{"name":"ERROR_PACKAGE_EXTERNAL_LOCATION_NOT_ALLOWED","features":[307]},{"name":"ERROR_PACKAGE_LACKS_CAPABILITY_FOR_MANDATORY_STARTUPTASKS","features":[307]},{"name":"ERROR_PACKAGE_LACKS_CAPABILITY_TO_DEPLOY_ON_HOST","features":[307]},{"name":"ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING","features":[307]},{"name":"ERROR_PACKAGE_MOVE_FAILED","features":[307]},{"name":"ERROR_PACKAGE_NAME_MISMATCH","features":[307]},{"name":"ERROR_PACKAGE_NOT_REGISTERED_FOR_USER","features":[307]},{"name":"ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM","features":[307]},{"name":"ERROR_PACKAGE_REPOSITORY_CORRUPTED","features":[307]},{"name":"ERROR_PACKAGE_STAGING_ONHOLD","features":[307]},{"name":"ERROR_PACKAGE_UPDATING","features":[307]},{"name":"ERROR_PAGED_SYSTEM_RESOURCES","features":[307]},{"name":"ERROR_PAGEFILE_CREATE_FAILED","features":[307]},{"name":"ERROR_PAGEFILE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_PAGEFILE_QUOTA","features":[307]},{"name":"ERROR_PAGEFILE_QUOTA_EXCEEDED","features":[307]},{"name":"ERROR_PAGE_FAULT_COPY_ON_WRITE","features":[307]},{"name":"ERROR_PAGE_FAULT_DEMAND_ZERO","features":[307]},{"name":"ERROR_PAGE_FAULT_GUARD_PAGE","features":[307]},{"name":"ERROR_PAGE_FAULT_PAGING_FILE","features":[307]},{"name":"ERROR_PAGE_FAULT_TRANSITION","features":[307]},{"name":"ERROR_PARAMETER_QUOTA_EXCEEDED","features":[307]},{"name":"ERROR_PARTIAL_COPY","features":[307]},{"name":"ERROR_PARTITION_FAILURE","features":[307]},{"name":"ERROR_PARTITION_TERMINATING","features":[307]},{"name":"ERROR_PASSWORD_CHANGE_REQUIRED","features":[307]},{"name":"ERROR_PASSWORD_EXPIRED","features":[307]},{"name":"ERROR_PASSWORD_MUST_CHANGE","features":[307]},{"name":"ERROR_PASSWORD_RESTRICTION","features":[307]},{"name":"ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT","features":[307]},{"name":"ERROR_PATCH_NO_SEQUENCE","features":[307]},{"name":"ERROR_PATCH_PACKAGE_INVALID","features":[307]},{"name":"ERROR_PATCH_PACKAGE_OPEN_FAILED","features":[307]},{"name":"ERROR_PATCH_PACKAGE_REJECTED","features":[307]},{"name":"ERROR_PATCH_PACKAGE_UNSUPPORTED","features":[307]},{"name":"ERROR_PATCH_REMOVAL_DISALLOWED","features":[307]},{"name":"ERROR_PATCH_REMOVAL_UNSUPPORTED","features":[307]},{"name":"ERROR_PATCH_TARGET_NOT_FOUND","features":[307]},{"name":"ERROR_PATH_BUSY","features":[307]},{"name":"ERROR_PATH_NOT_FOUND","features":[307]},{"name":"ERROR_PEER_REFUSED_AUTH","features":[307]},{"name":"ERROR_PER_USER_TRUST_QUOTA_EXCEEDED","features":[307]},{"name":"ERROR_PIPE_BUSY","features":[307]},{"name":"ERROR_PIPE_CONNECTED","features":[307]},{"name":"ERROR_PIPE_LISTENING","features":[307]},{"name":"ERROR_PIPE_LOCAL","features":[307]},{"name":"ERROR_PIPE_NOT_CONNECTED","features":[307]},{"name":"ERROR_PKINIT_FAILURE","features":[307]},{"name":"ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND","features":[307]},{"name":"ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED","features":[307]},{"name":"ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED","features":[307]},{"name":"ERROR_PLATFORM_MANIFEST_INVALID","features":[307]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_ACTIVE","features":[307]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED","features":[307]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_SIGNED","features":[307]},{"name":"ERROR_PLUGPLAY_QUERY_VETOED","features":[307]},{"name":"ERROR_PNP_BAD_MPS_TABLE","features":[307]},{"name":"ERROR_PNP_INVALID_ID","features":[307]},{"name":"ERROR_PNP_IRQ_TRANSLATION_FAILED","features":[307]},{"name":"ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT","features":[307]},{"name":"ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT","features":[307]},{"name":"ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT","features":[307]},{"name":"ERROR_PNP_REBOOT_REQUIRED","features":[307]},{"name":"ERROR_PNP_REGISTRY_ERROR","features":[307]},{"name":"ERROR_PNP_RESTART_ENUMERATION","features":[307]},{"name":"ERROR_PNP_TRANSLATION_FAILED","features":[307]},{"name":"ERROR_POINT_NOT_FOUND","features":[307]},{"name":"ERROR_POLICY_CONTROLLED_ACCOUNT","features":[307]},{"name":"ERROR_POLICY_OBJECT_NOT_FOUND","features":[307]},{"name":"ERROR_POLICY_ONLY_IN_DS","features":[307]},{"name":"ERROR_POPUP_ALREADY_ACTIVE","features":[307]},{"name":"ERROR_PORT_LIMIT_REACHED","features":[307]},{"name":"ERROR_PORT_MESSAGE_TOO_LONG","features":[307]},{"name":"ERROR_PORT_NOT_SET","features":[307]},{"name":"ERROR_PORT_UNREACHABLE","features":[307]},{"name":"ERROR_POSSIBLE_DEADLOCK","features":[307]},{"name":"ERROR_POTENTIAL_FILE_FOUND","features":[307]},{"name":"ERROR_PPP_SESSION_TIMEOUT","features":[307]},{"name":"ERROR_PREDEFINED_HANDLE","features":[307]},{"name":"ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[307]},{"name":"ERROR_PRINTER_ALREADY_EXISTS","features":[307]},{"name":"ERROR_PRINTER_DELETED","features":[307]},{"name":"ERROR_PRINTER_DRIVER_ALREADY_INSTALLED","features":[307]},{"name":"ERROR_PRINTER_DRIVER_BLOCKED","features":[307]},{"name":"ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED","features":[307]},{"name":"ERROR_PRINTER_DRIVER_IN_USE","features":[307]},{"name":"ERROR_PRINTER_DRIVER_PACKAGE_IN_USE","features":[307]},{"name":"ERROR_PRINTER_DRIVER_WARNED","features":[307]},{"name":"ERROR_PRINTER_HAS_JOBS_QUEUED","features":[307]},{"name":"ERROR_PRINTER_NOT_FOUND","features":[307]},{"name":"ERROR_PRINTER_NOT_SHAREABLE","features":[307]},{"name":"ERROR_PRINTQ_FULL","features":[307]},{"name":"ERROR_PRINT_CANCELLED","features":[307]},{"name":"ERROR_PRINT_JOB_RESTART_REQUIRED","features":[307]},{"name":"ERROR_PRINT_MONITOR_ALREADY_INSTALLED","features":[307]},{"name":"ERROR_PRINT_MONITOR_IN_USE","features":[307]},{"name":"ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED","features":[307]},{"name":"ERROR_PRIVATE_DIALOG_INDEX","features":[307]},{"name":"ERROR_PRIVILEGE_NOT_HELD","features":[307]},{"name":"ERROR_PRI_MERGE_ADD_FILE_FAILED","features":[307]},{"name":"ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED","features":[307]},{"name":"ERROR_PRI_MERGE_INVALID_FILE_NAME","features":[307]},{"name":"ERROR_PRI_MERGE_LOAD_FILE_FAILED","features":[307]},{"name":"ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED","features":[307]},{"name":"ERROR_PRI_MERGE_MISSING_SCHEMA","features":[307]},{"name":"ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED","features":[307]},{"name":"ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED","features":[307]},{"name":"ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED","features":[307]},{"name":"ERROR_PRI_MERGE_VERSION_MISMATCH","features":[307]},{"name":"ERROR_PRI_MERGE_WRITE_FILE_FAILED","features":[307]},{"name":"ERROR_PROCESS_ABORTED","features":[307]},{"name":"ERROR_PROCESS_IN_JOB","features":[307]},{"name":"ERROR_PROCESS_IS_PROTECTED","features":[307]},{"name":"ERROR_PROCESS_MODE_ALREADY_BACKGROUND","features":[307]},{"name":"ERROR_PROCESS_MODE_NOT_BACKGROUND","features":[307]},{"name":"ERROR_PROCESS_NOT_IN_JOB","features":[307]},{"name":"ERROR_PROC_NOT_FOUND","features":[307]},{"name":"ERROR_PRODUCT_UNINSTALLED","features":[307]},{"name":"ERROR_PRODUCT_VERSION","features":[307]},{"name":"ERROR_PROFILE_DOES_NOT_MATCH_DEVICE","features":[307]},{"name":"ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE","features":[307]},{"name":"ERROR_PROFILE_NOT_FOUND","features":[307]},{"name":"ERROR_PROFILING_AT_LIMIT","features":[307]},{"name":"ERROR_PROFILING_NOT_STARTED","features":[307]},{"name":"ERROR_PROFILING_NOT_STOPPED","features":[307]},{"name":"ERROR_PROMOTION_ACTIVE","features":[307]},{"name":"ERROR_PROTOCOL_ALREADY_INSTALLED","features":[307]},{"name":"ERROR_PROTOCOL_STOP_PENDING","features":[307]},{"name":"ERROR_PROTOCOL_UNREACHABLE","features":[307]},{"name":"ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED","features":[307]},{"name":"ERROR_PWD_HISTORY_CONFLICT","features":[307]},{"name":"ERROR_PWD_TOO_LONG","features":[307]},{"name":"ERROR_PWD_TOO_RECENT","features":[307]},{"name":"ERROR_PWD_TOO_SHORT","features":[307]},{"name":"ERROR_QUERY_STORAGE_ERROR","features":[307]},{"name":"ERROR_QUIC_ALPN_NEG_FAILURE","features":[307]},{"name":"ERROR_QUIC_CONNECTION_IDLE","features":[307]},{"name":"ERROR_QUIC_CONNECTION_TIMEOUT","features":[307]},{"name":"ERROR_QUIC_HANDSHAKE_FAILURE","features":[307]},{"name":"ERROR_QUIC_INTERNAL_ERROR","features":[307]},{"name":"ERROR_QUIC_PROTOCOL_VIOLATION","features":[307]},{"name":"ERROR_QUIC_USER_CANCELED","features":[307]},{"name":"ERROR_QUIC_VER_NEG_FAILURE","features":[307]},{"name":"ERROR_QUORUMLOG_OPEN_FAILED","features":[307]},{"name":"ERROR_QUORUM_DISK_NOT_FOUND","features":[307]},{"name":"ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP","features":[307]},{"name":"ERROR_QUORUM_OWNER_ALIVE","features":[307]},{"name":"ERROR_QUORUM_RESOURCE","features":[307]},{"name":"ERROR_QUORUM_RESOURCE_ONLINE_FAILED","features":[307]},{"name":"ERROR_QUOTA_ACTIVITY","features":[307]},{"name":"ERROR_QUOTA_LIST_INCONSISTENT","features":[307]},{"name":"ERROR_RANGE_LIST_CONFLICT","features":[307]},{"name":"ERROR_RANGE_NOT_FOUND","features":[307]},{"name":"ERROR_RDP_PROTOCOL_ERROR","features":[307]},{"name":"ERROR_READ_FAULT","features":[307]},{"name":"ERROR_RECEIVE_EXPEDITED","features":[307]},{"name":"ERROR_RECEIVE_PARTIAL","features":[307]},{"name":"ERROR_RECEIVE_PARTIAL_EXPEDITED","features":[307]},{"name":"ERROR_RECOVERY_FAILURE","features":[307]},{"name":"ERROR_RECOVERY_FILE_CORRUPT","features":[307]},{"name":"ERROR_RECOVERY_NOT_NEEDED","features":[307]},{"name":"ERROR_REC_NON_EXISTENT","features":[307]},{"name":"ERROR_REDIRECTION_TO_DEFAULT_ACCOUNT_NOT_ALLOWED","features":[307]},{"name":"ERROR_REDIRECTOR_HAS_OPEN_HANDLES","features":[307]},{"name":"ERROR_REDIR_PAUSED","features":[307]},{"name":"ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_REGISTRY_CORRUPT","features":[307]},{"name":"ERROR_REGISTRY_HIVE_RECOVERED","features":[307]},{"name":"ERROR_REGISTRY_IO_FAILED","features":[307]},{"name":"ERROR_REGISTRY_QUOTA_LIMIT","features":[307]},{"name":"ERROR_REGISTRY_RECOVERED","features":[307]},{"name":"ERROR_REG_NAT_CONSUMPTION","features":[307]},{"name":"ERROR_RELOC_CHAIN_XEEDS_SEGLIM","features":[307]},{"name":"ERROR_REMOTEACCESS_NOT_CONFIGURED","features":[307]},{"name":"ERROR_REMOTE_ACCT_DISABLED","features":[307]},{"name":"ERROR_REMOTE_AUTHENTICATION_FAILURE","features":[307]},{"name":"ERROR_REMOTE_COMM_FAILURE","features":[307]},{"name":"ERROR_REMOTE_FILE_VERSION_MISMATCH","features":[307]},{"name":"ERROR_REMOTE_NO_DIALIN_PERMISSION","features":[307]},{"name":"ERROR_REMOTE_PASSWD_EXPIRED","features":[307]},{"name":"ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED","features":[307]},{"name":"ERROR_REMOTE_REQUEST_UNSUPPORTED","features":[307]},{"name":"ERROR_REMOTE_RESTRICTED_LOGON_HOURS","features":[307]},{"name":"ERROR_REMOTE_SESSION_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_REMOTE_STORAGE_MEDIA_ERROR","features":[307]},{"name":"ERROR_REMOTE_STORAGE_NOT_ACTIVE","features":[307]},{"name":"ERROR_REMOVE_FAILED","features":[307]},{"name":"ERROR_REM_NOT_LIST","features":[307]},{"name":"ERROR_REPARSE","features":[307]},{"name":"ERROR_REPARSE_ATTRIBUTE_CONFLICT","features":[307]},{"name":"ERROR_REPARSE_OBJECT","features":[307]},{"name":"ERROR_REPARSE_POINT_ENCOUNTERED","features":[307]},{"name":"ERROR_REPARSE_TAG_INVALID","features":[307]},{"name":"ERROR_REPARSE_TAG_MISMATCH","features":[307]},{"name":"ERROR_REPLY_MESSAGE_MISMATCH","features":[307]},{"name":"ERROR_REQUEST_ABORTED","features":[307]},{"name":"ERROR_REQUEST_OUT_OF_SEQUENCE","features":[307]},{"name":"ERROR_REQUEST_PAUSED","features":[307]},{"name":"ERROR_REQUEST_REFUSED","features":[307]},{"name":"ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION","features":[307]},{"name":"ERROR_REQ_NOT_ACCEP","features":[307]},{"name":"ERROR_RESIDENT_FILE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_RESILIENCY_FILE_CORRUPT","features":[307]},{"name":"ERROR_RESMON_CREATE_FAILED","features":[307]},{"name":"ERROR_RESMON_INVALID_STATE","features":[307]},{"name":"ERROR_RESMON_ONLINE_FAILED","features":[307]},{"name":"ERROR_RESMON_SYSTEM_RESOURCES_LACKING","features":[307]},{"name":"ERROR_RESOURCEMANAGER_NOT_FOUND","features":[307]},{"name":"ERROR_RESOURCEMANAGER_READ_ONLY","features":[307]},{"name":"ERROR_RESOURCE_CALL_TIMED_OUT","features":[307]},{"name":"ERROR_RESOURCE_DATA_NOT_FOUND","features":[307]},{"name":"ERROR_RESOURCE_DISABLED","features":[307]},{"name":"ERROR_RESOURCE_ENUM_USER_STOP","features":[307]},{"name":"ERROR_RESOURCE_FAILED","features":[307]},{"name":"ERROR_RESOURCE_LANG_NOT_FOUND","features":[307]},{"name":"ERROR_RESOURCE_NAME_NOT_FOUND","features":[307]},{"name":"ERROR_RESOURCE_NOT_AVAILABLE","features":[307]},{"name":"ERROR_RESOURCE_NOT_FOUND","features":[307]},{"name":"ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE","features":[307]},{"name":"ERROR_RESOURCE_NOT_ONLINE","features":[307]},{"name":"ERROR_RESOURCE_NOT_PRESENT","features":[307]},{"name":"ERROR_RESOURCE_ONLINE","features":[307]},{"name":"ERROR_RESOURCE_PROPERTIES_STORED","features":[307]},{"name":"ERROR_RESOURCE_PROPERTY_UNCHANGEABLE","features":[307]},{"name":"ERROR_RESOURCE_REQUIREMENTS_CHANGED","features":[307]},{"name":"ERROR_RESOURCE_TYPE_NOT_FOUND","features":[307]},{"name":"ERROR_RESTART_APPLICATION","features":[307]},{"name":"ERROR_RESUME_HIBERNATION","features":[307]},{"name":"ERROR_RETRY","features":[307]},{"name":"ERROR_RETURN_ADDRESS_HIJACK_ATTEMPT","features":[307]},{"name":"ERROR_REVISION_MISMATCH","features":[307]},{"name":"ERROR_RING2SEG_MUST_BE_MOVABLE","features":[307]},{"name":"ERROR_RING2_STACK_IN_USE","features":[307]},{"name":"ERROR_RMODE_APP","features":[307]},{"name":"ERROR_RM_ALREADY_STARTED","features":[307]},{"name":"ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT","features":[307]},{"name":"ERROR_RM_DISCONNECTED","features":[307]},{"name":"ERROR_RM_METADATA_CORRUPT","features":[307]},{"name":"ERROR_RM_NOT_ACTIVE","features":[307]},{"name":"ERROR_ROLLBACK_TIMER_EXPIRED","features":[307]},{"name":"ERROR_ROUTER_CONFIG_INCOMPATIBLE","features":[307]},{"name":"ERROR_ROUTER_STOPPED","features":[307]},{"name":"ERROR_ROWSNOTRELEASED","features":[307]},{"name":"ERROR_RPL_NOT_ALLOWED","features":[307]},{"name":"ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT","features":[307]},{"name":"ERROR_RUNLEVEL_SWITCH_IN_PROGRESS","features":[307]},{"name":"ERROR_RUNLEVEL_SWITCH_TIMEOUT","features":[307]},{"name":"ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED","features":[307]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET","features":[307]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE","features":[307]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER","features":[307]},{"name":"ERROR_RXACT_COMMITTED","features":[307]},{"name":"ERROR_RXACT_COMMIT_FAILURE","features":[307]},{"name":"ERROR_RXACT_COMMIT_NECESSARY","features":[307]},{"name":"ERROR_RXACT_INVALID_STATE","features":[307]},{"name":"ERROR_RXACT_STATE_CREATED","features":[307]},{"name":"ERROR_SAME_DRIVE","features":[307]},{"name":"ERROR_SAM_INIT_FAILURE","features":[307]},{"name":"ERROR_SCE_DISABLED","features":[307]},{"name":"ERROR_SCOPE_NOT_FOUND","features":[307]},{"name":"ERROR_SCREEN_ALREADY_LOCKED","features":[307]},{"name":"ERROR_SCRUB_DATA_DISABLED","features":[307]},{"name":"ERROR_SECCORE_INVALID_COMMAND","features":[307]},{"name":"ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED","features":[307]},{"name":"ERROR_SECRET_TOO_LONG","features":[307]},{"name":"ERROR_SECTION_DIRECT_MAP_ONLY","features":[307]},{"name":"ERROR_SECTION_NAME_TOO_LONG","features":[307]},{"name":"ERROR_SECTION_NOT_FOUND","features":[307]},{"name":"ERROR_SECTOR_NOT_FOUND","features":[307]},{"name":"ERROR_SECUREBOOT_FILE_REPLACED","features":[307]},{"name":"ERROR_SECUREBOOT_INVALID_POLICY","features":[307]},{"name":"ERROR_SECUREBOOT_NOT_BASE_POLICY","features":[307]},{"name":"ERROR_SECUREBOOT_NOT_ENABLED","features":[307]},{"name":"ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY","features":[307]},{"name":"ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH","features":[307]},{"name":"ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION","features":[307]},{"name":"ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED","features":[307]},{"name":"ERROR_SECUREBOOT_POLICY_NOT_SIGNED","features":[307]},{"name":"ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND","features":[307]},{"name":"ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED","features":[307]},{"name":"ERROR_SECUREBOOT_POLICY_UNKNOWN","features":[307]},{"name":"ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH","features":[307]},{"name":"ERROR_SECUREBOOT_POLICY_VIOLATION","features":[307]},{"name":"ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING","features":[307]},{"name":"ERROR_SECUREBOOT_ROLLBACK_DETECTED","features":[307]},{"name":"ERROR_SECURITY_DENIES_OPERATION","features":[307]},{"name":"ERROR_SECURITY_STREAM_IS_INCONSISTENT","features":[307]},{"name":"ERROR_SEEK","features":[307]},{"name":"ERROR_SEEK_ON_DEVICE","features":[307]},{"name":"ERROR_SEGMENT_NOTIFICATION","features":[307]},{"name":"ERROR_SEM_IS_SET","features":[307]},{"name":"ERROR_SEM_NOT_FOUND","features":[307]},{"name":"ERROR_SEM_OWNER_DIED","features":[307]},{"name":"ERROR_SEM_TIMEOUT","features":[307]},{"name":"ERROR_SEM_USER_LIMIT","features":[307]},{"name":"ERROR_SERIAL_NO_DEVICE","features":[307]},{"name":"ERROR_SERVER_DISABLED","features":[307]},{"name":"ERROR_SERVER_HAS_OPEN_HANDLES","features":[307]},{"name":"ERROR_SERVER_NOT_DISABLED","features":[307]},{"name":"ERROR_SERVER_SERVICE_CALL_REQUIRES_SMB1","features":[307]},{"name":"ERROR_SERVER_SHUTDOWN_IN_PROGRESS","features":[307]},{"name":"ERROR_SERVER_SID_MISMATCH","features":[307]},{"name":"ERROR_SERVER_TRANSPORT_CONFLICT","features":[307]},{"name":"ERROR_SERVICES_FAILED_AUTOSTART","features":[307]},{"name":"ERROR_SERVICE_ALREADY_RUNNING","features":[307]},{"name":"ERROR_SERVICE_CANNOT_ACCEPT_CTRL","features":[307]},{"name":"ERROR_SERVICE_DATABASE_LOCKED","features":[307]},{"name":"ERROR_SERVICE_DEPENDENCY_DELETED","features":[307]},{"name":"ERROR_SERVICE_DEPENDENCY_FAIL","features":[307]},{"name":"ERROR_SERVICE_DISABLED","features":[307]},{"name":"ERROR_SERVICE_DOES_NOT_EXIST","features":[307]},{"name":"ERROR_SERVICE_EXISTS","features":[307]},{"name":"ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE","features":[307]},{"name":"ERROR_SERVICE_IS_PAUSED","features":[307]},{"name":"ERROR_SERVICE_LOGON_FAILED","features":[307]},{"name":"ERROR_SERVICE_MARKED_FOR_DELETE","features":[307]},{"name":"ERROR_SERVICE_NEVER_STARTED","features":[307]},{"name":"ERROR_SERVICE_NOTIFICATION","features":[307]},{"name":"ERROR_SERVICE_NOTIFY_CLIENT_LAGGING","features":[307]},{"name":"ERROR_SERVICE_NOT_ACTIVE","features":[307]},{"name":"ERROR_SERVICE_NOT_FOUND","features":[307]},{"name":"ERROR_SERVICE_NOT_IN_EXE","features":[307]},{"name":"ERROR_SERVICE_NO_THREAD","features":[307]},{"name":"ERROR_SERVICE_REQUEST_TIMEOUT","features":[307]},{"name":"ERROR_SERVICE_SPECIFIC_ERROR","features":[307]},{"name":"ERROR_SERVICE_START_HANG","features":[307]},{"name":"ERROR_SESSION_CREDENTIAL_CONFLICT","features":[307]},{"name":"ERROR_SESSION_KEY_TOO_SHORT","features":[307]},{"name":"ERROR_SETCOUNT_ON_BAD_LB","features":[307]},{"name":"ERROR_SETMARK_DETECTED","features":[307]},{"name":"ERROR_SET_CONTEXT_DENIED","features":[307]},{"name":"ERROR_SET_NOT_FOUND","features":[307]},{"name":"ERROR_SET_POWER_STATE_FAILED","features":[307]},{"name":"ERROR_SET_POWER_STATE_VETOED","features":[307]},{"name":"ERROR_SET_SYSTEM_RESTORE_POINT","features":[307]},{"name":"ERROR_SHARED_POLICY","features":[307]},{"name":"ERROR_SHARING_BUFFER_EXCEEDED","features":[307]},{"name":"ERROR_SHARING_PAUSED","features":[307]},{"name":"ERROR_SHARING_VIOLATION","features":[307]},{"name":"ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME","features":[307]},{"name":"ERROR_SHUTDOWN_CLUSTER","features":[307]},{"name":"ERROR_SHUTDOWN_DISKS_NOT_IN_MAINTENANCE_MODE","features":[307]},{"name":"ERROR_SHUTDOWN_IN_PROGRESS","features":[307]},{"name":"ERROR_SHUTDOWN_IS_SCHEDULED","features":[307]},{"name":"ERROR_SHUTDOWN_USERS_LOGGED_ON","features":[307]},{"name":"ERROR_SIGNAL_PENDING","features":[307]},{"name":"ERROR_SIGNAL_REFUSED","features":[307]},{"name":"ERROR_SIGNATURE_OSATTRIBUTE_MISMATCH","features":[307]},{"name":"ERROR_SIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE","features":[307]},{"name":"ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER","features":[307]},{"name":"ERROR_SINGLE_INSTANCE_APP","features":[307]},{"name":"ERROR_SMARTCARD_SUBSYSTEM_FAILURE","features":[307]},{"name":"ERROR_SMB1_NOT_AVAILABLE","features":[307]},{"name":"ERROR_SMB_BAD_CLUSTER_DIALECT","features":[307]},{"name":"ERROR_SMB_GUEST_LOGON_BLOCKED","features":[307]},{"name":"ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP","features":[307]},{"name":"ERROR_SMB_NO_SIGNING_ALGORITHM_OVERLAP","features":[307]},{"name":"ERROR_SMI_PRIMITIVE_INSTALLER_FAILED","features":[307]},{"name":"ERROR_SMR_GARBAGE_COLLECTION_REQUIRED","features":[307]},{"name":"ERROR_SOME_NOT_MAPPED","features":[307]},{"name":"ERROR_SOURCE_ELEMENT_EMPTY","features":[307]},{"name":"ERROR_SPACES_ALLOCATION_SIZE_INVALID","features":[307]},{"name":"ERROR_SPACES_CACHE_FULL","features":[307]},{"name":"ERROR_SPACES_CORRUPT_METADATA","features":[307]},{"name":"ERROR_SPACES_DRIVE_LOST_DATA","features":[307]},{"name":"ERROR_SPACES_DRIVE_NOT_READY","features":[307]},{"name":"ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID","features":[307]},{"name":"ERROR_SPACES_DRIVE_REDUNDANCY_INVALID","features":[307]},{"name":"ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID","features":[307]},{"name":"ERROR_SPACES_DRIVE_SPLIT","features":[307]},{"name":"ERROR_SPACES_DRT_FULL","features":[307]},{"name":"ERROR_SPACES_ENCLOSURE_AWARE_INVALID","features":[307]},{"name":"ERROR_SPACES_ENTRY_INCOMPLETE","features":[307]},{"name":"ERROR_SPACES_ENTRY_INVALID","features":[307]},{"name":"ERROR_SPACES_EXTENDED_ERROR","features":[307]},{"name":"ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID","features":[307]},{"name":"ERROR_SPACES_FLUSH_METADATA","features":[307]},{"name":"ERROR_SPACES_INCONSISTENCY","features":[307]},{"name":"ERROR_SPACES_INTERLEAVE_LENGTH_INVALID","features":[307]},{"name":"ERROR_SPACES_INTERNAL_ERROR","features":[307]},{"name":"ERROR_SPACES_LOG_NOT_READY","features":[307]},{"name":"ERROR_SPACES_MAP_REQUIRED","features":[307]},{"name":"ERROR_SPACES_MARK_DIRTY","features":[307]},{"name":"ERROR_SPACES_NOT_ENOUGH_DRIVES","features":[307]},{"name":"ERROR_SPACES_NO_REDUNDANCY","features":[307]},{"name":"ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID","features":[307]},{"name":"ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID","features":[307]},{"name":"ERROR_SPACES_NUMBER_OF_GROUPS_INVALID","features":[307]},{"name":"ERROR_SPACES_PARITY_LAYOUT_INVALID","features":[307]},{"name":"ERROR_SPACES_POOL_WAS_DELETED","features":[307]},{"name":"ERROR_SPACES_PROVISIONING_TYPE_INVALID","features":[307]},{"name":"ERROR_SPACES_REPAIR_IN_PROGRESS","features":[307]},{"name":"ERROR_SPACES_RESILIENCY_TYPE_INVALID","features":[307]},{"name":"ERROR_SPACES_UNSUPPORTED_VERSION","features":[307]},{"name":"ERROR_SPACES_UPDATE_COLUMN_STATE","features":[307]},{"name":"ERROR_SPACES_WRITE_CACHE_SIZE_INVALID","features":[307]},{"name":"ERROR_SPARSE_FILE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION","features":[307]},{"name":"ERROR_SPECIAL_ACCOUNT","features":[307]},{"name":"ERROR_SPECIAL_GROUP","features":[307]},{"name":"ERROR_SPECIAL_USER","features":[307]},{"name":"ERROR_SPL_NO_ADDJOB","features":[307]},{"name":"ERROR_SPL_NO_STARTDOC","features":[307]},{"name":"ERROR_SPOOL_FILE_NOT_FOUND","features":[307]},{"name":"ERROR_SRC_SRV_DLL_LOAD_FAILED","features":[307]},{"name":"ERROR_STACK_BUFFER_OVERRUN","features":[307]},{"name":"ERROR_STACK_OVERFLOW","features":[307]},{"name":"ERROR_STACK_OVERFLOW_READ","features":[307]},{"name":"ERROR_STAGEFROMUPDATEAGENT_PACKAGE_NOT_APPLICABLE","features":[307]},{"name":"ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_STATE_CREATE_CONTAINER_FAILED","features":[307]},{"name":"ERROR_STATE_DELETE_CONTAINER_FAILED","features":[307]},{"name":"ERROR_STATE_DELETE_SETTING_FAILED","features":[307]},{"name":"ERROR_STATE_ENUMERATE_CONTAINER_FAILED","features":[307]},{"name":"ERROR_STATE_ENUMERATE_SETTINGS_FAILED","features":[307]},{"name":"ERROR_STATE_GET_VERSION_FAILED","features":[307]},{"name":"ERROR_STATE_LOAD_STORE_FAILED","features":[307]},{"name":"ERROR_STATE_OPEN_CONTAINER_FAILED","features":[307]},{"name":"ERROR_STATE_QUERY_SETTING_FAILED","features":[307]},{"name":"ERROR_STATE_READ_COMPOSITE_SETTING_FAILED","features":[307]},{"name":"ERROR_STATE_READ_SETTING_FAILED","features":[307]},{"name":"ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_STATE_SET_VERSION_FAILED","features":[307]},{"name":"ERROR_STATE_STRUCTURED_RESET_FAILED","features":[307]},{"name":"ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED","features":[307]},{"name":"ERROR_STATE_WRITE_SETTING_FAILED","features":[307]},{"name":"ERROR_STATIC_INIT","features":[307]},{"name":"ERROR_STOPPED_ON_SYMLINK","features":[307]},{"name":"ERROR_STORAGE_LOST_DATA_PERSISTENCE","features":[307]},{"name":"ERROR_STORAGE_RESERVE_ALREADY_EXISTS","features":[307]},{"name":"ERROR_STORAGE_RESERVE_DOES_NOT_EXIST","features":[307]},{"name":"ERROR_STORAGE_RESERVE_ID_INVALID","features":[307]},{"name":"ERROR_STORAGE_RESERVE_NOT_EMPTY","features":[307]},{"name":"ERROR_STORAGE_STACK_ACCESS_DENIED","features":[307]},{"name":"ERROR_STORAGE_TOPOLOGY_ID_MISMATCH","features":[307]},{"name":"ERROR_STREAM_MINIVERSION_NOT_FOUND","features":[307]},{"name":"ERROR_STREAM_MINIVERSION_NOT_VALID","features":[307]},{"name":"ERROR_STRICT_CFG_VIOLATION","features":[307]},{"name":"ERROR_SUBST_TO_JOIN","features":[307]},{"name":"ERROR_SUBST_TO_SUBST","features":[307]},{"name":"ERROR_SUCCESS","features":[307]},{"name":"ERROR_SUCCESS_REBOOT_INITIATED","features":[307]},{"name":"ERROR_SUCCESS_REBOOT_REQUIRED","features":[307]},{"name":"ERROR_SUCCESS_RESTART_REQUIRED","features":[307]},{"name":"ERROR_SVHDX_ERROR_NOT_AVAILABLE","features":[307]},{"name":"ERROR_SVHDX_ERROR_STORED","features":[307]},{"name":"ERROR_SVHDX_NO_INITIATOR","features":[307]},{"name":"ERROR_SVHDX_RESERVATION_CONFLICT","features":[307]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE","features":[307]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED","features":[307]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED","features":[307]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED","features":[307]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED","features":[307]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED","features":[307]},{"name":"ERROR_SVHDX_VERSION_MISMATCH","features":[307]},{"name":"ERROR_SVHDX_WRONG_FILE_TYPE","features":[307]},{"name":"ERROR_SWAPERROR","features":[307]},{"name":"ERROR_SXS_ACTIVATION_CONTEXT_DISABLED","features":[307]},{"name":"ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT","features":[307]},{"name":"ERROR_SXS_ASSEMBLY_MISSING","features":[307]},{"name":"ERROR_SXS_ASSEMBLY_NOT_FOUND","features":[307]},{"name":"ERROR_SXS_ASSEMBLY_NOT_LOCKED","features":[307]},{"name":"ERROR_SXS_CANT_GEN_ACTCTX","features":[307]},{"name":"ERROR_SXS_COMPONENT_STORE_CORRUPT","features":[307]},{"name":"ERROR_SXS_CORRUPTION","features":[307]},{"name":"ERROR_SXS_CORRUPT_ACTIVATION_STACK","features":[307]},{"name":"ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS","features":[307]},{"name":"ERROR_SXS_DUPLICATE_ASSEMBLY_NAME","features":[307]},{"name":"ERROR_SXS_DUPLICATE_CLSID","features":[307]},{"name":"ERROR_SXS_DUPLICATE_DLL_NAME","features":[307]},{"name":"ERROR_SXS_DUPLICATE_IID","features":[307]},{"name":"ERROR_SXS_DUPLICATE_PROGID","features":[307]},{"name":"ERROR_SXS_DUPLICATE_TLBID","features":[307]},{"name":"ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME","features":[307]},{"name":"ERROR_SXS_EARLY_DEACTIVATION","features":[307]},{"name":"ERROR_SXS_FILE_HASH_MISMATCH","features":[307]},{"name":"ERROR_SXS_FILE_HASH_MISSING","features":[307]},{"name":"ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY","features":[307]},{"name":"ERROR_SXS_IDENTITIES_DIFFERENT","features":[307]},{"name":"ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE","features":[307]},{"name":"ERROR_SXS_IDENTITY_PARSE_ERROR","features":[307]},{"name":"ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN","features":[307]},{"name":"ERROR_SXS_INVALID_ACTCTXDATA_FORMAT","features":[307]},{"name":"ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE","features":[307]},{"name":"ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME","features":[307]},{"name":"ERROR_SXS_INVALID_DEACTIVATION","features":[307]},{"name":"ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME","features":[307]},{"name":"ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE","features":[307]},{"name":"ERROR_SXS_INVALID_XML_NAMESPACE_URI","features":[307]},{"name":"ERROR_SXS_KEY_NOT_FOUND","features":[307]},{"name":"ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED","features":[307]},{"name":"ERROR_SXS_MANIFEST_FORMAT_ERROR","features":[307]},{"name":"ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT","features":[307]},{"name":"ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE","features":[307]},{"name":"ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE","features":[307]},{"name":"ERROR_SXS_MANIFEST_PARSE_ERROR","features":[307]},{"name":"ERROR_SXS_MANIFEST_TOO_BIG","features":[307]},{"name":"ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE","features":[307]},{"name":"ERROR_SXS_MULTIPLE_DEACTIVATION","features":[307]},{"name":"ERROR_SXS_POLICY_PARSE_ERROR","features":[307]},{"name":"ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT","features":[307]},{"name":"ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET","features":[307]},{"name":"ERROR_SXS_PROCESS_TERMINATION_REQUESTED","features":[307]},{"name":"ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING","features":[307]},{"name":"ERROR_SXS_PROTECTION_CATALOG_NOT_VALID","features":[307]},{"name":"ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT","features":[307]},{"name":"ERROR_SXS_PROTECTION_RECOVERY_FAILED","features":[307]},{"name":"ERROR_SXS_RELEASE_ACTIVATION_CONTEXT","features":[307]},{"name":"ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED","features":[307]},{"name":"ERROR_SXS_SECTION_NOT_FOUND","features":[307]},{"name":"ERROR_SXS_SETTING_NOT_REGISTERED","features":[307]},{"name":"ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY","features":[307]},{"name":"ERROR_SXS_THREAD_QUERIES_DISABLED","features":[307]},{"name":"ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE","features":[307]},{"name":"ERROR_SXS_UNKNOWN_ENCODING","features":[307]},{"name":"ERROR_SXS_UNKNOWN_ENCODING_GROUP","features":[307]},{"name":"ERROR_SXS_UNTRANSLATABLE_HRESULT","features":[307]},{"name":"ERROR_SXS_VERSION_CONFLICT","features":[307]},{"name":"ERROR_SXS_WRONG_SECTION_TYPE","features":[307]},{"name":"ERROR_SXS_XML_E_BADCHARDATA","features":[307]},{"name":"ERROR_SXS_XML_E_BADCHARINSTRING","features":[307]},{"name":"ERROR_SXS_XML_E_BADNAMECHAR","features":[307]},{"name":"ERROR_SXS_XML_E_BADPEREFINSUBSET","features":[307]},{"name":"ERROR_SXS_XML_E_BADSTARTNAMECHAR","features":[307]},{"name":"ERROR_SXS_XML_E_BADXMLCASE","features":[307]},{"name":"ERROR_SXS_XML_E_BADXMLDECL","features":[307]},{"name":"ERROR_SXS_XML_E_COMMENTSYNTAX","features":[307]},{"name":"ERROR_SXS_XML_E_DUPLICATEATTRIBUTE","features":[307]},{"name":"ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE","features":[307]},{"name":"ERROR_SXS_XML_E_EXPECTINGTAGEND","features":[307]},{"name":"ERROR_SXS_XML_E_INCOMPLETE_ENCODING","features":[307]},{"name":"ERROR_SXS_XML_E_INTERNALERROR","features":[307]},{"name":"ERROR_SXS_XML_E_INVALIDATROOTLEVEL","features":[307]},{"name":"ERROR_SXS_XML_E_INVALIDENCODING","features":[307]},{"name":"ERROR_SXS_XML_E_INVALIDSWITCH","features":[307]},{"name":"ERROR_SXS_XML_E_INVALID_DECIMAL","features":[307]},{"name":"ERROR_SXS_XML_E_INVALID_HEXIDECIMAL","features":[307]},{"name":"ERROR_SXS_XML_E_INVALID_STANDALONE","features":[307]},{"name":"ERROR_SXS_XML_E_INVALID_UNICODE","features":[307]},{"name":"ERROR_SXS_XML_E_INVALID_VERSION","features":[307]},{"name":"ERROR_SXS_XML_E_MISSINGEQUALS","features":[307]},{"name":"ERROR_SXS_XML_E_MISSINGQUOTE","features":[307]},{"name":"ERROR_SXS_XML_E_MISSINGROOT","features":[307]},{"name":"ERROR_SXS_XML_E_MISSINGSEMICOLON","features":[307]},{"name":"ERROR_SXS_XML_E_MISSINGWHITESPACE","features":[307]},{"name":"ERROR_SXS_XML_E_MISSING_PAREN","features":[307]},{"name":"ERROR_SXS_XML_E_MULTIPLEROOTS","features":[307]},{"name":"ERROR_SXS_XML_E_MULTIPLE_COLONS","features":[307]},{"name":"ERROR_SXS_XML_E_RESERVEDNAMESPACE","features":[307]},{"name":"ERROR_SXS_XML_E_UNBALANCEDPAREN","features":[307]},{"name":"ERROR_SXS_XML_E_UNCLOSEDCDATA","features":[307]},{"name":"ERROR_SXS_XML_E_UNCLOSEDCOMMENT","features":[307]},{"name":"ERROR_SXS_XML_E_UNCLOSEDDECL","features":[307]},{"name":"ERROR_SXS_XML_E_UNCLOSEDENDTAG","features":[307]},{"name":"ERROR_SXS_XML_E_UNCLOSEDSTARTTAG","features":[307]},{"name":"ERROR_SXS_XML_E_UNCLOSEDSTRING","features":[307]},{"name":"ERROR_SXS_XML_E_UNCLOSEDTAG","features":[307]},{"name":"ERROR_SXS_XML_E_UNEXPECTEDENDTAG","features":[307]},{"name":"ERROR_SXS_XML_E_UNEXPECTEDEOF","features":[307]},{"name":"ERROR_SXS_XML_E_UNEXPECTED_STANDALONE","features":[307]},{"name":"ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE","features":[307]},{"name":"ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK","features":[307]},{"name":"ERROR_SXS_XML_E_XMLDECLSYNTAX","features":[307]},{"name":"ERROR_SYMLINK_CLASS_DISABLED","features":[307]},{"name":"ERROR_SYMLINK_NOT_SUPPORTED","features":[307]},{"name":"ERROR_SYNCHRONIZATION_REQUIRED","features":[307]},{"name":"ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED","features":[307]},{"name":"ERROR_SYSTEM_DEVICE_NOT_FOUND","features":[307]},{"name":"ERROR_SYSTEM_HIVE_TOO_LARGE","features":[307]},{"name":"ERROR_SYSTEM_IMAGE_BAD_SIGNATURE","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_INVALID_POLICY","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_OFFLINE","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_PUA","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED","features":[307]},{"name":"ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES","features":[307]},{"name":"ERROR_SYSTEM_NEEDS_REMEDIATION","features":[307]},{"name":"ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION","features":[307]},{"name":"ERROR_SYSTEM_POWERSTATE_TRANSITION","features":[307]},{"name":"ERROR_SYSTEM_PROCESS_TERMINATED","features":[307]},{"name":"ERROR_SYSTEM_SHUTDOWN","features":[307]},{"name":"ERROR_SYSTEM_TRACE","features":[307]},{"name":"ERROR_TAG_NOT_FOUND","features":[307]},{"name":"ERROR_TAG_NOT_PRESENT","features":[307]},{"name":"ERROR_THREAD_1_INACTIVE","features":[307]},{"name":"ERROR_THREAD_ALREADY_IN_TASK","features":[307]},{"name":"ERROR_THREAD_MODE_ALREADY_BACKGROUND","features":[307]},{"name":"ERROR_THREAD_MODE_NOT_BACKGROUND","features":[307]},{"name":"ERROR_THREAD_NOT_IN_PROCESS","features":[307]},{"name":"ERROR_THREAD_WAS_SUSPENDED","features":[307]},{"name":"ERROR_TIERING_ALREADY_PROCESSING","features":[307]},{"name":"ERROR_TIERING_CANNOT_PIN_OBJECT","features":[307]},{"name":"ERROR_TIERING_FILE_IS_NOT_PINNED","features":[307]},{"name":"ERROR_TIERING_INVALID_FILE_ID","features":[307]},{"name":"ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME","features":[307]},{"name":"ERROR_TIERING_STORAGE_TIER_NOT_FOUND","features":[307]},{"name":"ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS","features":[307]},{"name":"ERROR_TIERING_WRONG_CLUSTER_NODE","features":[307]},{"name":"ERROR_TIMEOUT","features":[307]},{"name":"ERROR_TIMER_NOT_CANCELED","features":[307]},{"name":"ERROR_TIMER_RESOLUTION_NOT_SET","features":[307]},{"name":"ERROR_TIMER_RESUME_IGNORED","features":[307]},{"name":"ERROR_TIME_SENSITIVE_THREAD","features":[307]},{"name":"ERROR_TIME_SKEW","features":[307]},{"name":"ERROR_TLW_WITH_WSCHILD","features":[307]},{"name":"ERROR_TM_IDENTITY_MISMATCH","features":[307]},{"name":"ERROR_TM_INITIALIZATION_FAILED","features":[307]},{"name":"ERROR_TM_VOLATILE","features":[307]},{"name":"ERROR_TOKEN_ALREADY_IN_USE","features":[307]},{"name":"ERROR_TOO_MANY_CMDS","features":[307]},{"name":"ERROR_TOO_MANY_CONTEXT_IDS","features":[307]},{"name":"ERROR_TOO_MANY_DESCRIPTORS","features":[307]},{"name":"ERROR_TOO_MANY_LINKS","features":[307]},{"name":"ERROR_TOO_MANY_LUIDS_REQUESTED","features":[307]},{"name":"ERROR_TOO_MANY_MODULES","features":[307]},{"name":"ERROR_TOO_MANY_MUXWAITERS","features":[307]},{"name":"ERROR_TOO_MANY_NAMES","features":[307]},{"name":"ERROR_TOO_MANY_OPEN_FILES","features":[307]},{"name":"ERROR_TOO_MANY_POSTS","features":[307]},{"name":"ERROR_TOO_MANY_SECRETS","features":[307]},{"name":"ERROR_TOO_MANY_SEMAPHORES","features":[307]},{"name":"ERROR_TOO_MANY_SEM_REQUESTS","features":[307]},{"name":"ERROR_TOO_MANY_SESS","features":[307]},{"name":"ERROR_TOO_MANY_SIDS","features":[307]},{"name":"ERROR_TOO_MANY_TCBS","features":[307]},{"name":"ERROR_TOO_MANY_THREADS","features":[307]},{"name":"ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE","features":[307]},{"name":"ERROR_TRANSACTIONAL_CONFLICT","features":[307]},{"name":"ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED","features":[307]},{"name":"ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH","features":[307]},{"name":"ERROR_TRANSACTIONMANAGER_NOT_FOUND","features":[307]},{"name":"ERROR_TRANSACTIONMANAGER_NOT_ONLINE","features":[307]},{"name":"ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION","features":[307]},{"name":"ERROR_TRANSACTIONS_NOT_FROZEN","features":[307]},{"name":"ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE","features":[307]},{"name":"ERROR_TRANSACTION_ALREADY_ABORTED","features":[307]},{"name":"ERROR_TRANSACTION_ALREADY_COMMITTED","features":[307]},{"name":"ERROR_TRANSACTION_FREEZE_IN_PROGRESS","features":[307]},{"name":"ERROR_TRANSACTION_INTEGRITY_VIOLATED","features":[307]},{"name":"ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER","features":[307]},{"name":"ERROR_TRANSACTION_MUST_WRITETHROUGH","features":[307]},{"name":"ERROR_TRANSACTION_NOT_ACTIVE","features":[307]},{"name":"ERROR_TRANSACTION_NOT_ENLISTED","features":[307]},{"name":"ERROR_TRANSACTION_NOT_FOUND","features":[307]},{"name":"ERROR_TRANSACTION_NOT_JOINED","features":[307]},{"name":"ERROR_TRANSACTION_NOT_REQUESTED","features":[307]},{"name":"ERROR_TRANSACTION_NOT_ROOT","features":[307]},{"name":"ERROR_TRANSACTION_NO_SUPERIOR","features":[307]},{"name":"ERROR_TRANSACTION_OBJECT_EXPIRED","features":[307]},{"name":"ERROR_TRANSACTION_PROPAGATION_FAILED","features":[307]},{"name":"ERROR_TRANSACTION_RECORD_TOO_LONG","features":[307]},{"name":"ERROR_TRANSACTION_REQUEST_NOT_VALID","features":[307]},{"name":"ERROR_TRANSACTION_REQUIRED_PROMOTION","features":[307]},{"name":"ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED","features":[307]},{"name":"ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET","features":[307]},{"name":"ERROR_TRANSACTION_SUPERIOR_EXISTS","features":[307]},{"name":"ERROR_TRANSFORM_NOT_SUPPORTED","features":[307]},{"name":"ERROR_TRANSLATION_COMPLETE","features":[307]},{"name":"ERROR_TRANSPORT_FULL","features":[307]},{"name":"ERROR_TRUSTED_DOMAIN_FAILURE","features":[307]},{"name":"ERROR_TRUSTED_RELATIONSHIP_FAILURE","features":[307]},{"name":"ERROR_TRUST_FAILURE","features":[307]},{"name":"ERROR_TS_INCOMPATIBLE_SESSIONS","features":[307]},{"name":"ERROR_TS_VIDEO_SUBSYSTEM_ERROR","features":[307]},{"name":"ERROR_TXF_ATTRIBUTE_CORRUPT","features":[307]},{"name":"ERROR_TXF_DIR_NOT_EMPTY","features":[307]},{"name":"ERROR_TXF_METADATA_ALREADY_PRESENT","features":[307]},{"name":"ERROR_UNABLE_TO_CLEAN","features":[307]},{"name":"ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA","features":[307]},{"name":"ERROR_UNABLE_TO_INVENTORY_DRIVE","features":[307]},{"name":"ERROR_UNABLE_TO_INVENTORY_SLOT","features":[307]},{"name":"ERROR_UNABLE_TO_INVENTORY_TRANSPORT","features":[307]},{"name":"ERROR_UNABLE_TO_LOAD_MEDIUM","features":[307]},{"name":"ERROR_UNABLE_TO_LOCK_MEDIA","features":[307]},{"name":"ERROR_UNABLE_TO_MOVE_REPLACEMENT","features":[307]},{"name":"ERROR_UNABLE_TO_MOVE_REPLACEMENT_2","features":[307]},{"name":"ERROR_UNABLE_TO_REMOVE_REPLACED","features":[307]},{"name":"ERROR_UNABLE_TO_UNLOAD_MEDIA","features":[307]},{"name":"ERROR_UNDEFINED_CHARACTER","features":[307]},{"name":"ERROR_UNDEFINED_SCOPE","features":[307]},{"name":"ERROR_UNEXPECTED_MM_CREATE_ERR","features":[307]},{"name":"ERROR_UNEXPECTED_MM_EXTEND_ERR","features":[307]},{"name":"ERROR_UNEXPECTED_MM_MAP_ERROR","features":[307]},{"name":"ERROR_UNEXPECTED_NTCACHEMANAGER_ERROR","features":[307]},{"name":"ERROR_UNEXPECTED_OMID","features":[307]},{"name":"ERROR_UNEXP_NET_ERR","features":[307]},{"name":"ERROR_UNHANDLED_EXCEPTION","features":[307]},{"name":"ERROR_UNIDENTIFIED_ERROR","features":[307]},{"name":"ERROR_UNKNOWN_COMPONENT","features":[307]},{"name":"ERROR_UNKNOWN_EXCEPTION","features":[307]},{"name":"ERROR_UNKNOWN_FEATURE","features":[307]},{"name":"ERROR_UNKNOWN_PATCH","features":[307]},{"name":"ERROR_UNKNOWN_PORT","features":[307]},{"name":"ERROR_UNKNOWN_PRINTER_DRIVER","features":[307]},{"name":"ERROR_UNKNOWN_PRINTPROCESSOR","features":[307]},{"name":"ERROR_UNKNOWN_PRINT_MONITOR","features":[307]},{"name":"ERROR_UNKNOWN_PRODUCT","features":[307]},{"name":"ERROR_UNKNOWN_PROPERTY","features":[307]},{"name":"ERROR_UNKNOWN_PROTOCOL_ID","features":[307]},{"name":"ERROR_UNKNOWN_REVISION","features":[307]},{"name":"ERROR_UNMAPPED_SUBSTITUTION_STRING","features":[307]},{"name":"ERROR_UNRECOGNIZED_MEDIA","features":[307]},{"name":"ERROR_UNRECOGNIZED_VOLUME","features":[307]},{"name":"ERROR_UNRECOVERABLE_STACK_OVERFLOW","features":[307]},{"name":"ERROR_UNSATISFIED_DEPENDENCIES","features":[307]},{"name":"ERROR_UNSIGNED_PACKAGE_INVALID_CONTENT","features":[307]},{"name":"ERROR_UNSIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE","features":[307]},{"name":"ERROR_UNSUPPORTED_COMPRESSION","features":[307]},{"name":"ERROR_UNSUPPORTED_TYPE","features":[307]},{"name":"ERROR_UNTRUSTED_MOUNT_POINT","features":[307]},{"name":"ERROR_UNWIND","features":[307]},{"name":"ERROR_UNWIND_CONSOLIDATE","features":[307]},{"name":"ERROR_UPDATE_IN_PROGRESS","features":[307]},{"name":"ERROR_USER_APC","features":[307]},{"name":"ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED","features":[307]},{"name":"ERROR_USER_EXISTS","features":[307]},{"name":"ERROR_USER_LIMIT","features":[307]},{"name":"ERROR_USER_MAPPED_FILE","features":[307]},{"name":"ERROR_USER_PROFILE_LOAD","features":[307]},{"name":"ERROR_VALIDATE_CONTINUE","features":[307]},{"name":"ERROR_VC_DISCONNECTED","features":[307]},{"name":"ERROR_VDM_DISALLOWED","features":[307]},{"name":"ERROR_VDM_HARD_ERROR","features":[307]},{"name":"ERROR_VERIFIER_STOP","features":[307]},{"name":"ERROR_VERSION_PARSE_ERROR","features":[307]},{"name":"ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND","features":[307]},{"name":"ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE","features":[307]},{"name":"ERROR_VHD_BITMAP_MISMATCH","features":[307]},{"name":"ERROR_VHD_BLOCK_ALLOCATION_FAILURE","features":[307]},{"name":"ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT","features":[307]},{"name":"ERROR_VHD_CHANGE_TRACKING_DISABLED","features":[307]},{"name":"ERROR_VHD_CHILD_PARENT_ID_MISMATCH","features":[307]},{"name":"ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH","features":[307]},{"name":"ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH","features":[307]},{"name":"ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE","features":[307]},{"name":"ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED","features":[307]},{"name":"ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT","features":[307]},{"name":"ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH","features":[307]},{"name":"ERROR_VHD_DRIVE_FOOTER_CORRUPT","features":[307]},{"name":"ERROR_VHD_DRIVE_FOOTER_MISSING","features":[307]},{"name":"ERROR_VHD_FORMAT_UNKNOWN","features":[307]},{"name":"ERROR_VHD_FORMAT_UNSUPPORTED_VERSION","features":[307]},{"name":"ERROR_VHD_INVALID_BLOCK_SIZE","features":[307]},{"name":"ERROR_VHD_INVALID_CHANGE_TRACKING_ID","features":[307]},{"name":"ERROR_VHD_INVALID_FILE_SIZE","features":[307]},{"name":"ERROR_VHD_INVALID_SIZE","features":[307]},{"name":"ERROR_VHD_INVALID_STATE","features":[307]},{"name":"ERROR_VHD_INVALID_TYPE","features":[307]},{"name":"ERROR_VHD_METADATA_FULL","features":[307]},{"name":"ERROR_VHD_METADATA_READ_FAILURE","features":[307]},{"name":"ERROR_VHD_METADATA_WRITE_FAILURE","features":[307]},{"name":"ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION","features":[307]},{"name":"ERROR_VHD_PARENT_VHD_ACCESS_DENIED","features":[307]},{"name":"ERROR_VHD_PARENT_VHD_NOT_FOUND","features":[307]},{"name":"ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA","features":[307]},{"name":"ERROR_VHD_SHARED","features":[307]},{"name":"ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH","features":[307]},{"name":"ERROR_VHD_SPARSE_HEADER_CORRUPT","features":[307]},{"name":"ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION","features":[307]},{"name":"ERROR_VHD_UNEXPECTED_ID","features":[307]},{"name":"ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED","features":[307]},{"name":"ERROR_VID_DUPLICATE_HANDLER","features":[307]},{"name":"ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT","features":[307]},{"name":"ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT","features":[307]},{"name":"ERROR_VID_HANDLER_NOT_PRESENT","features":[307]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT","features":[307]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER","features":[307]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_RESERVE","features":[307]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_WITHDRAW","features":[307]},{"name":"ERROR_VID_INVALID_CHILD_GPA_PAGE_SET","features":[307]},{"name":"ERROR_VID_INVALID_GPA_RANGE_HANDLE","features":[307]},{"name":"ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE","features":[307]},{"name":"ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE","features":[307]},{"name":"ERROR_VID_INVALID_NUMA_NODE_INDEX","features":[307]},{"name":"ERROR_VID_INVALID_NUMA_SETTINGS","features":[307]},{"name":"ERROR_VID_INVALID_OBJECT_NAME","features":[307]},{"name":"ERROR_VID_INVALID_PPM_HANDLE","features":[307]},{"name":"ERROR_VID_INVALID_PROCESSOR_STATE","features":[307]},{"name":"ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED","features":[307]},{"name":"ERROR_VID_MBPS_ARE_LOCKED","features":[307]},{"name":"ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE","features":[307]},{"name":"ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT","features":[307]},{"name":"ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET","features":[307]},{"name":"ERROR_VID_MB_STILL_REFERENCED","features":[307]},{"name":"ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED","features":[307]},{"name":"ERROR_VID_MEMORY_TYPE_NOT_SUPPORTED","features":[307]},{"name":"ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS","features":[307]},{"name":"ERROR_VID_MESSAGE_QUEUE_CLOSED","features":[307]},{"name":"ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG","features":[307]},{"name":"ERROR_VID_MMIO_RANGE_DESTROYED","features":[307]},{"name":"ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED","features":[307]},{"name":"ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE","features":[307]},{"name":"ERROR_VID_PAGE_RANGE_OVERFLOW","features":[307]},{"name":"ERROR_VID_PARTITION_ALREADY_EXISTS","features":[307]},{"name":"ERROR_VID_PARTITION_DOES_NOT_EXIST","features":[307]},{"name":"ERROR_VID_PARTITION_NAME_NOT_FOUND","features":[307]},{"name":"ERROR_VID_PARTITION_NAME_TOO_LONG","features":[307]},{"name":"ERROR_VID_PROCESS_ALREADY_SET","features":[307]},{"name":"ERROR_VID_QUEUE_FULL","features":[307]},{"name":"ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED","features":[307]},{"name":"ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED","features":[307]},{"name":"ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL","features":[307]},{"name":"ERROR_VID_SAVED_STATE_CORRUPT","features":[307]},{"name":"ERROR_VID_SAVED_STATE_INCOMPATIBLE","features":[307]},{"name":"ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM","features":[307]},{"name":"ERROR_VID_STOP_PENDING","features":[307]},{"name":"ERROR_VID_TOO_MANY_HANDLERS","features":[307]},{"name":"ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED","features":[307]},{"name":"ERROR_VID_VTL_ACCESS_DENIED","features":[307]},{"name":"ERROR_VIRTDISK_DISK_ALREADY_OWNED","features":[307]},{"name":"ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE","features":[307]},{"name":"ERROR_VIRTDISK_NOT_VIRTUAL_DISK","features":[307]},{"name":"ERROR_VIRTDISK_PROVIDER_NOT_FOUND","features":[307]},{"name":"ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE","features":[307]},{"name":"ERROR_VIRTUAL_DISK_LIMITATION","features":[307]},{"name":"ERROR_VIRUS_DELETED","features":[307]},{"name":"ERROR_VIRUS_INFECTED","features":[307]},{"name":"ERROR_VMCOMPUTE_CONNECTION_CLOSED","features":[307]},{"name":"ERROR_VMCOMPUTE_CONNECT_FAILED","features":[307]},{"name":"ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED","features":[307]},{"name":"ERROR_VMCOMPUTE_IMAGE_MISMATCH","features":[307]},{"name":"ERROR_VMCOMPUTE_INVALID_JSON","features":[307]},{"name":"ERROR_VMCOMPUTE_INVALID_LAYER","features":[307]},{"name":"ERROR_VMCOMPUTE_INVALID_STATE","features":[307]},{"name":"ERROR_VMCOMPUTE_OPERATION_PENDING","features":[307]},{"name":"ERROR_VMCOMPUTE_PROTOCOL_ERROR","features":[307]},{"name":"ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS","features":[307]},{"name":"ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED","features":[307]},{"name":"ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND","features":[307]},{"name":"ERROR_VMCOMPUTE_TERMINATED","features":[307]},{"name":"ERROR_VMCOMPUTE_TERMINATED_DURING_START","features":[307]},{"name":"ERROR_VMCOMPUTE_TIMEOUT","features":[307]},{"name":"ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS","features":[307]},{"name":"ERROR_VMCOMPUTE_UNEXPECTED_EXIT","features":[307]},{"name":"ERROR_VMCOMPUTE_UNKNOWN_MESSAGE","features":[307]},{"name":"ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION","features":[307]},{"name":"ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED","features":[307]},{"name":"ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND","features":[307]},{"name":"ERROR_VOLMGR_ALL_DISKS_FAILED","features":[307]},{"name":"ERROR_VOLMGR_BAD_BOOT_DISK","features":[307]},{"name":"ERROR_VOLMGR_DATABASE_FULL","features":[307]},{"name":"ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE","features":[307]},{"name":"ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED","features":[307]},{"name":"ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC","features":[307]},{"name":"ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME","features":[307]},{"name":"ERROR_VOLMGR_DISK_DUPLICATE","features":[307]},{"name":"ERROR_VOLMGR_DISK_DYNAMIC","features":[307]},{"name":"ERROR_VOLMGR_DISK_ID_INVALID","features":[307]},{"name":"ERROR_VOLMGR_DISK_INVALID","features":[307]},{"name":"ERROR_VOLMGR_DISK_LAST_VOTER","features":[307]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_INVALID","features":[307]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS","features":[307]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED","features":[307]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL","features":[307]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS","features":[307]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS","features":[307]},{"name":"ERROR_VOLMGR_DISK_MISSING","features":[307]},{"name":"ERROR_VOLMGR_DISK_NOT_EMPTY","features":[307]},{"name":"ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE","features":[307]},{"name":"ERROR_VOLMGR_DISK_REVECTORING_FAILED","features":[307]},{"name":"ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID","features":[307]},{"name":"ERROR_VOLMGR_DISK_SET_NOT_CONTAINED","features":[307]},{"name":"ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS","features":[307]},{"name":"ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES","features":[307]},{"name":"ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED","features":[307]},{"name":"ERROR_VOLMGR_EXTENT_ALREADY_USED","features":[307]},{"name":"ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS","features":[307]},{"name":"ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION","features":[307]},{"name":"ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED","features":[307]},{"name":"ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION","features":[307]},{"name":"ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH","features":[307]},{"name":"ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED","features":[307]},{"name":"ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION","features":[307]},{"name":"ERROR_VOLMGR_INCOMPLETE_REGENERATION","features":[307]},{"name":"ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID","features":[307]},{"name":"ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS","features":[307]},{"name":"ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE","features":[307]},{"name":"ERROR_VOLMGR_MEMBER_INDEX_INVALID","features":[307]},{"name":"ERROR_VOLMGR_MEMBER_IN_SYNC","features":[307]},{"name":"ERROR_VOLMGR_MEMBER_MISSING","features":[307]},{"name":"ERROR_VOLMGR_MEMBER_NOT_DETACHED","features":[307]},{"name":"ERROR_VOLMGR_MEMBER_REGENERATING","features":[307]},{"name":"ERROR_VOLMGR_MIRROR_NOT_SUPPORTED","features":[307]},{"name":"ERROR_VOLMGR_NOTIFICATION_RESET","features":[307]},{"name":"ERROR_VOLMGR_NOT_PRIMARY_PACK","features":[307]},{"name":"ERROR_VOLMGR_NO_REGISTERED_USERS","features":[307]},{"name":"ERROR_VOLMGR_NO_SUCH_USER","features":[307]},{"name":"ERROR_VOLMGR_NO_VALID_LOG_COPIES","features":[307]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID","features":[307]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID","features":[307]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID","features":[307]},{"name":"ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID","features":[307]},{"name":"ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID","features":[307]},{"name":"ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID","features":[307]},{"name":"ERROR_VOLMGR_PACK_CONFIG_OFFLINE","features":[307]},{"name":"ERROR_VOLMGR_PACK_CONFIG_ONLINE","features":[307]},{"name":"ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED","features":[307]},{"name":"ERROR_VOLMGR_PACK_DUPLICATE","features":[307]},{"name":"ERROR_VOLMGR_PACK_HAS_QUORUM","features":[307]},{"name":"ERROR_VOLMGR_PACK_ID_INVALID","features":[307]},{"name":"ERROR_VOLMGR_PACK_INVALID","features":[307]},{"name":"ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED","features":[307]},{"name":"ERROR_VOLMGR_PACK_NAME_INVALID","features":[307]},{"name":"ERROR_VOLMGR_PACK_OFFLINE","features":[307]},{"name":"ERROR_VOLMGR_PACK_WITHOUT_QUORUM","features":[307]},{"name":"ERROR_VOLMGR_PARTITION_STYLE_INVALID","features":[307]},{"name":"ERROR_VOLMGR_PARTITION_UPDATE_FAILED","features":[307]},{"name":"ERROR_VOLMGR_PLEX_INDEX_DUPLICATE","features":[307]},{"name":"ERROR_VOLMGR_PLEX_INDEX_INVALID","features":[307]},{"name":"ERROR_VOLMGR_PLEX_IN_SYNC","features":[307]},{"name":"ERROR_VOLMGR_PLEX_LAST_ACTIVE","features":[307]},{"name":"ERROR_VOLMGR_PLEX_MISSING","features":[307]},{"name":"ERROR_VOLMGR_PLEX_NOT_RAID5","features":[307]},{"name":"ERROR_VOLMGR_PLEX_NOT_SIMPLE","features":[307]},{"name":"ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED","features":[307]},{"name":"ERROR_VOLMGR_PLEX_REGENERATING","features":[307]},{"name":"ERROR_VOLMGR_PLEX_TYPE_INVALID","features":[307]},{"name":"ERROR_VOLMGR_PRIMARY_PACK_PRESENT","features":[307]},{"name":"ERROR_VOLMGR_RAID5_NOT_SUPPORTED","features":[307]},{"name":"ERROR_VOLMGR_STRUCTURE_SIZE_INVALID","features":[307]},{"name":"ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS","features":[307]},{"name":"ERROR_VOLMGR_TRANSACTION_IN_PROGRESS","features":[307]},{"name":"ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE","features":[307]},{"name":"ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK","features":[307]},{"name":"ERROR_VOLMGR_VOLUME_ID_INVALID","features":[307]},{"name":"ERROR_VOLMGR_VOLUME_LENGTH_INVALID","features":[307]},{"name":"ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE","features":[307]},{"name":"ERROR_VOLMGR_VOLUME_MIRRORED","features":[307]},{"name":"ERROR_VOLMGR_VOLUME_NOT_MIRRORED","features":[307]},{"name":"ERROR_VOLMGR_VOLUME_NOT_RETAINED","features":[307]},{"name":"ERROR_VOLMGR_VOLUME_OFFLINE","features":[307]},{"name":"ERROR_VOLMGR_VOLUME_RETAINED","features":[307]},{"name":"ERROR_VOLSNAP_ACTIVATION_TIMEOUT","features":[307]},{"name":"ERROR_VOLSNAP_BOOTFILE_NOT_VALID","features":[307]},{"name":"ERROR_VOLSNAP_HIBERNATE_READY","features":[307]},{"name":"ERROR_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT","features":[307]},{"name":"ERROR_VOLSNAP_PREPARE_HIBERNATE","features":[307]},{"name":"ERROR_VOLUME_CONTAINS_SYS_FILES","features":[307]},{"name":"ERROR_VOLUME_DIRTY","features":[307]},{"name":"ERROR_VOLUME_MOUNTED","features":[307]},{"name":"ERROR_VOLUME_NOT_CLUSTER_ALIGNED","features":[307]},{"name":"ERROR_VOLUME_NOT_SIS_ENABLED","features":[307]},{"name":"ERROR_VOLUME_NOT_SUPPORTED","features":[307]},{"name":"ERROR_VOLUME_NOT_SUPPORT_EFS","features":[307]},{"name":"ERROR_VOLUME_UPGRADE_DISABLED","features":[307]},{"name":"ERROR_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED","features":[307]},{"name":"ERROR_VOLUME_UPGRADE_NOT_NEEDED","features":[307]},{"name":"ERROR_VOLUME_UPGRADE_PENDING","features":[307]},{"name":"ERROR_VOLUME_WRITE_ACCESS_DENIED","features":[307]},{"name":"ERROR_VRF_VOLATILE_CFG_AND_IO_ENABLED","features":[307]},{"name":"ERROR_VRF_VOLATILE_NMI_REGISTERED","features":[307]},{"name":"ERROR_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM","features":[307]},{"name":"ERROR_VRF_VOLATILE_NOT_STOPPABLE","features":[307]},{"name":"ERROR_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS","features":[307]},{"name":"ERROR_VRF_VOLATILE_PROTECTED_DRIVER","features":[307]},{"name":"ERROR_VRF_VOLATILE_SAFE_MODE","features":[307]},{"name":"ERROR_VRF_VOLATILE_SETTINGS_CONFLICT","features":[307]},{"name":"ERROR_VSMB_SAVED_STATE_CORRUPT","features":[307]},{"name":"ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND","features":[307]},{"name":"ERROR_VSM_DMA_PROTECTION_NOT_IN_USE","features":[307]},{"name":"ERROR_VSM_NOT_INITIALIZED","features":[307]},{"name":"ERROR_WAIT_1","features":[307]},{"name":"ERROR_WAIT_2","features":[307]},{"name":"ERROR_WAIT_3","features":[307]},{"name":"ERROR_WAIT_63","features":[307]},{"name":"ERROR_WAIT_FOR_OPLOCK","features":[307]},{"name":"ERROR_WAIT_NO_CHILDREN","features":[307]},{"name":"ERROR_WAKE_SYSTEM","features":[307]},{"name":"ERROR_WAKE_SYSTEM_DEBUGGER","features":[307]},{"name":"ERROR_WAS_LOCKED","features":[307]},{"name":"ERROR_WAS_UNLOCKED","features":[307]},{"name":"ERROR_WEAK_WHFBKEY_BLOCKED","features":[307]},{"name":"ERROR_WINDOW_NOT_COMBOBOX","features":[307]},{"name":"ERROR_WINDOW_NOT_DIALOG","features":[307]},{"name":"ERROR_WINDOW_OF_OTHER_THREAD","features":[307]},{"name":"ERROR_WINS_INTERNAL","features":[307]},{"name":"ERROR_WIP_ENCRYPTION_FAILED","features":[307]},{"name":"ERROR_WMI_ALREADY_DISABLED","features":[307]},{"name":"ERROR_WMI_ALREADY_ENABLED","features":[307]},{"name":"ERROR_WMI_DP_FAILED","features":[307]},{"name":"ERROR_WMI_DP_NOT_FOUND","features":[307]},{"name":"ERROR_WMI_GUID_DISCONNECTED","features":[307]},{"name":"ERROR_WMI_GUID_NOT_FOUND","features":[307]},{"name":"ERROR_WMI_INSTANCE_NOT_FOUND","features":[307]},{"name":"ERROR_WMI_INVALID_MOF","features":[307]},{"name":"ERROR_WMI_INVALID_REGINFO","features":[307]},{"name":"ERROR_WMI_ITEMID_NOT_FOUND","features":[307]},{"name":"ERROR_WMI_READ_ONLY","features":[307]},{"name":"ERROR_WMI_SERVER_UNAVAILABLE","features":[307]},{"name":"ERROR_WMI_SET_FAILURE","features":[307]},{"name":"ERROR_WMI_TRY_AGAIN","features":[307]},{"name":"ERROR_WMI_UNRESOLVED_INSTANCE_REF","features":[307]},{"name":"ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT","features":[307]},{"name":"ERROR_WOF_WIM_HEADER_CORRUPT","features":[307]},{"name":"ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT","features":[307]},{"name":"ERROR_WORKING_SET_QUOTA","features":[307]},{"name":"ERROR_WOW_ASSERTION","features":[307]},{"name":"ERROR_WRITE_FAULT","features":[307]},{"name":"ERROR_WRITE_PROTECT","features":[307]},{"name":"ERROR_WRONG_COMPARTMENT","features":[307]},{"name":"ERROR_WRONG_DISK","features":[307]},{"name":"ERROR_WRONG_EFS","features":[307]},{"name":"ERROR_WRONG_INF_STYLE","features":[307]},{"name":"ERROR_WRONG_INF_TYPE","features":[307]},{"name":"ERROR_WRONG_PASSWORD","features":[307]},{"name":"ERROR_WRONG_TARGET_NAME","features":[307]},{"name":"ERROR_WX86_ERROR","features":[307]},{"name":"ERROR_WX86_WARNING","features":[307]},{"name":"ERROR_XMLDSIG_ERROR","features":[307]},{"name":"ERROR_XML_ENCODING_MISMATCH","features":[307]},{"name":"ERROR_XML_PARSE_ERROR","features":[307]},{"name":"EVENT_E_ALL_SUBSCRIBERS_FAILED","features":[307]},{"name":"EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT","features":[307]},{"name":"EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT","features":[307]},{"name":"EVENT_E_COMPLUS_NOT_INSTALLED","features":[307]},{"name":"EVENT_E_FIRST","features":[307]},{"name":"EVENT_E_INTERNALERROR","features":[307]},{"name":"EVENT_E_INTERNALEXCEPTION","features":[307]},{"name":"EVENT_E_INVALID_EVENT_CLASS_PARTITION","features":[307]},{"name":"EVENT_E_INVALID_PER_USER_SID","features":[307]},{"name":"EVENT_E_LAST","features":[307]},{"name":"EVENT_E_MISSING_EVENTCLASS","features":[307]},{"name":"EVENT_E_NOT_ALL_REMOVED","features":[307]},{"name":"EVENT_E_PER_USER_SID_NOT_LOGGED_ON","features":[307]},{"name":"EVENT_E_QUERYFIELD","features":[307]},{"name":"EVENT_E_QUERYSYNTAX","features":[307]},{"name":"EVENT_E_TOO_MANY_METHODS","features":[307]},{"name":"EVENT_E_USER_EXCEPTION","features":[307]},{"name":"EVENT_S_FIRST","features":[307]},{"name":"EVENT_S_LAST","features":[307]},{"name":"EVENT_S_NOSUBSCRIBERS","features":[307]},{"name":"EVENT_S_SOME_SUBSCRIBERS_FAILED","features":[307]},{"name":"EXCEPTION_ACCESS_VIOLATION","features":[307]},{"name":"EXCEPTION_ARRAY_BOUNDS_EXCEEDED","features":[307]},{"name":"EXCEPTION_BREAKPOINT","features":[307]},{"name":"EXCEPTION_DATATYPE_MISALIGNMENT","features":[307]},{"name":"EXCEPTION_FLT_DENORMAL_OPERAND","features":[307]},{"name":"EXCEPTION_FLT_DIVIDE_BY_ZERO","features":[307]},{"name":"EXCEPTION_FLT_INEXACT_RESULT","features":[307]},{"name":"EXCEPTION_FLT_INVALID_OPERATION","features":[307]},{"name":"EXCEPTION_FLT_OVERFLOW","features":[307]},{"name":"EXCEPTION_FLT_STACK_CHECK","features":[307]},{"name":"EXCEPTION_FLT_UNDERFLOW","features":[307]},{"name":"EXCEPTION_GUARD_PAGE","features":[307]},{"name":"EXCEPTION_ILLEGAL_INSTRUCTION","features":[307]},{"name":"EXCEPTION_INT_DIVIDE_BY_ZERO","features":[307]},{"name":"EXCEPTION_INT_OVERFLOW","features":[307]},{"name":"EXCEPTION_INVALID_DISPOSITION","features":[307]},{"name":"EXCEPTION_INVALID_HANDLE","features":[307]},{"name":"EXCEPTION_IN_PAGE_ERROR","features":[307]},{"name":"EXCEPTION_NONCONTINUABLE_EXCEPTION","features":[307]},{"name":"EXCEPTION_POSSIBLE_DEADLOCK","features":[307]},{"name":"EXCEPTION_PRIV_INSTRUCTION","features":[307]},{"name":"EXCEPTION_SINGLE_STEP","features":[307]},{"name":"EXCEPTION_SPAPI_UNRECOVERABLE_STACK_OVERFLOW","features":[307]},{"name":"EXCEPTION_STACK_OVERFLOW","features":[307]},{"name":"E_ABORT","features":[307]},{"name":"E_ACCESSDENIED","features":[307]},{"name":"E_APPLICATION_ACTIVATION_EXEC_FAILURE","features":[307]},{"name":"E_APPLICATION_ACTIVATION_TIMED_OUT","features":[307]},{"name":"E_APPLICATION_EXITING","features":[307]},{"name":"E_APPLICATION_MANAGER_NOT_RUNNING","features":[307]},{"name":"E_APPLICATION_NOT_REGISTERED","features":[307]},{"name":"E_APPLICATION_TEMPORARY_LICENSE_ERROR","features":[307]},{"name":"E_APPLICATION_TRIAL_LICENSE_EXPIRED","features":[307]},{"name":"E_APPLICATION_VIEW_EXITING","features":[307]},{"name":"E_ASYNC_OPERATION_NOT_STARTED","features":[307]},{"name":"E_AUDIO_ENGINE_NODE_NOT_FOUND","features":[307]},{"name":"E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND","features":[307]},{"name":"E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG","features":[307]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION","features":[307]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION","features":[307]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION","features":[307]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[307]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES","features":[307]},{"name":"E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[307]},{"name":"E_BLUETOOTH_ATT_INVALID_HANDLE","features":[307]},{"name":"E_BLUETOOTH_ATT_INVALID_OFFSET","features":[307]},{"name":"E_BLUETOOTH_ATT_INVALID_PDU","features":[307]},{"name":"E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL","features":[307]},{"name":"E_BLUETOOTH_ATT_READ_NOT_PERMITTED","features":[307]},{"name":"E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED","features":[307]},{"name":"E_BLUETOOTH_ATT_UNKNOWN_ERROR","features":[307]},{"name":"E_BLUETOOTH_ATT_UNLIKELY","features":[307]},{"name":"E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE","features":[307]},{"name":"E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED","features":[307]},{"name":"E_BOUNDS","features":[307]},{"name":"E_CHANGED_STATE","features":[307]},{"name":"E_ELEVATED_ACTIVATION_NOT_SUPPORTED","features":[307]},{"name":"E_FAIL","features":[307]},{"name":"E_FULL_ADMIN_NOT_SUPPORTED","features":[307]},{"name":"E_HANDLE","features":[307]},{"name":"E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED","features":[307]},{"name":"E_HDAUDIO_EMPTY_CONNECTION_LIST","features":[307]},{"name":"E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED","features":[307]},{"name":"E_HDAUDIO_NULL_LINKED_LIST_ENTRY","features":[307]},{"name":"E_ILLEGAL_DELEGATE_ASSIGNMENT","features":[307]},{"name":"E_ILLEGAL_METHOD_CALL","features":[307]},{"name":"E_ILLEGAL_STATE_CHANGE","features":[307]},{"name":"E_INVALIDARG","features":[307]},{"name":"E_INVALID_PROTOCOL_FORMAT","features":[307]},{"name":"E_INVALID_PROTOCOL_OPERATION","features":[307]},{"name":"E_MBN_BAD_SIM","features":[307]},{"name":"E_MBN_CONTEXT_NOT_ACTIVATED","features":[307]},{"name":"E_MBN_DATA_CLASS_NOT_AVAILABLE","features":[307]},{"name":"E_MBN_DEFAULT_PROFILE_EXIST","features":[307]},{"name":"E_MBN_FAILURE","features":[307]},{"name":"E_MBN_INVALID_ACCESS_STRING","features":[307]},{"name":"E_MBN_INVALID_CACHE","features":[307]},{"name":"E_MBN_INVALID_PROFILE","features":[307]},{"name":"E_MBN_MAX_ACTIVATED_CONTEXTS","features":[307]},{"name":"E_MBN_NOT_REGISTERED","features":[307]},{"name":"E_MBN_PACKET_SVC_DETACHED","features":[307]},{"name":"E_MBN_PIN_DISABLED","features":[307]},{"name":"E_MBN_PIN_NOT_SUPPORTED","features":[307]},{"name":"E_MBN_PIN_REQUIRED","features":[307]},{"name":"E_MBN_PROVIDERS_NOT_FOUND","features":[307]},{"name":"E_MBN_PROVIDER_NOT_VISIBLE","features":[307]},{"name":"E_MBN_RADIO_POWER_OFF","features":[307]},{"name":"E_MBN_SERVICE_NOT_ACTIVATED","features":[307]},{"name":"E_MBN_SIM_NOT_INSERTED","features":[307]},{"name":"E_MBN_SMS_ENCODING_NOT_SUPPORTED","features":[307]},{"name":"E_MBN_SMS_FILTER_NOT_SUPPORTED","features":[307]},{"name":"E_MBN_SMS_FORMAT_NOT_SUPPORTED","features":[307]},{"name":"E_MBN_SMS_INVALID_MEMORY_INDEX","features":[307]},{"name":"E_MBN_SMS_LANG_NOT_SUPPORTED","features":[307]},{"name":"E_MBN_SMS_MEMORY_FAILURE","features":[307]},{"name":"E_MBN_SMS_MEMORY_FULL","features":[307]},{"name":"E_MBN_SMS_NETWORK_TIMEOUT","features":[307]},{"name":"E_MBN_SMS_OPERATION_NOT_ALLOWED","features":[307]},{"name":"E_MBN_SMS_UNKNOWN_SMSC_ADDRESS","features":[307]},{"name":"E_MBN_VOICE_CALL_IN_PROGRESS","features":[307]},{"name":"E_MONITOR_RESOLUTION_TOO_LOW","features":[307]},{"name":"E_MULTIPLE_EXTENSIONS_FOR_APPLICATION","features":[307]},{"name":"E_MULTIPLE_PACKAGES_FOR_FAMILY","features":[307]},{"name":"E_NOINTERFACE","features":[307]},{"name":"E_NOTIMPL","features":[307]},{"name":"E_OUTOFMEMORY","features":[307]},{"name":"E_POINTER","features":[307]},{"name":"E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED","features":[307]},{"name":"E_PROTOCOL_VERSION_NOT_SUPPORTED","features":[307]},{"name":"E_SKYDRIVE_FILE_NOT_UPLOADED","features":[307]},{"name":"E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX","features":[307]},{"name":"E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED","features":[307]},{"name":"E_SKYDRIVE_ROOT_TARGET_OVERLAP","features":[307]},{"name":"E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED","features":[307]},{"name":"E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL","features":[307]},{"name":"E_STRING_NOT_NULL_TERMINATED","features":[307]},{"name":"E_SUBPROTOCOL_NOT_SUPPORTED","features":[307]},{"name":"E_SYNCENGINE_CLIENT_UPDATE_NEEDED","features":[307]},{"name":"E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN","features":[307]},{"name":"E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA","features":[307]},{"name":"E_SYNCENGINE_FILE_SIZE_OVER_LIMIT","features":[307]},{"name":"E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR","features":[307]},{"name":"E_SYNCENGINE_FOLDER_INACCESSIBLE","features":[307]},{"name":"E_SYNCENGINE_FOLDER_IN_REDIRECTION","features":[307]},{"name":"E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED","features":[307]},{"name":"E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED","features":[307]},{"name":"E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED","features":[307]},{"name":"E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED","features":[307]},{"name":"E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE","features":[307]},{"name":"E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR","features":[307]},{"name":"E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED","features":[307]},{"name":"E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE","features":[307]},{"name":"E_SYNCENGINE_STORAGE_SERVICE_BLOCKED","features":[307]},{"name":"E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED","features":[307]},{"name":"E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE","features":[307]},{"name":"E_SYNCENGINE_UNKNOWN_SERVICE_ERROR","features":[307]},{"name":"E_SYNCENGINE_UNSUPPORTED_FILE_NAME","features":[307]},{"name":"E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME","features":[307]},{"name":"E_SYNCENGINE_UNSUPPORTED_MARKET","features":[307]},{"name":"E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT","features":[307]},{"name":"E_UAC_DISABLED","features":[307]},{"name":"E_UNEXPECTED","features":[307]},{"name":"FACILITY_ACPI_ERROR_CODE","features":[307]},{"name":"FACILITY_APP_EXEC","features":[307]},{"name":"FACILITY_AUDIO_KERNEL","features":[307]},{"name":"FACILITY_BCD_ERROR_CODE","features":[307]},{"name":"FACILITY_BTH_ATT","features":[307]},{"name":"FACILITY_CLUSTER_ERROR_CODE","features":[307]},{"name":"FACILITY_CODCLASS_ERROR_CODE","features":[307]},{"name":"FACILITY_COMMONLOG","features":[307]},{"name":"FACILITY_DEBUGGER","features":[307]},{"name":"FACILITY_DRIVER_FRAMEWORK","features":[307]},{"name":"FACILITY_FILTER_MANAGER","features":[307]},{"name":"FACILITY_FIREWIRE_ERROR_CODE","features":[307]},{"name":"FACILITY_FVE_ERROR_CODE","features":[307]},{"name":"FACILITY_FWP_ERROR_CODE","features":[307]},{"name":"FACILITY_GRAPHICS_KERNEL","features":[307]},{"name":"FACILITY_HID_ERROR_CODE","features":[307]},{"name":"FACILITY_HYPERVISOR","features":[307]},{"name":"FACILITY_INTERIX","features":[307]},{"name":"FACILITY_IO_ERROR_CODE","features":[307]},{"name":"FACILITY_IPSEC","features":[307]},{"name":"FACILITY_LICENSING","features":[307]},{"name":"FACILITY_MAXIMUM_VALUE","features":[307]},{"name":"FACILITY_MCA_ERROR_CODE","features":[307]},{"name":"FACILITY_MONITOR","features":[307]},{"name":"FACILITY_NDIS_ERROR_CODE","features":[307]},{"name":"FACILITY_NTCERT","features":[307]},{"name":"FACILITY_NTSSPI","features":[307]},{"name":"FACILITY_NTWIN32","features":[307]},{"name":"FACILITY_NT_IORING","features":[307]},{"name":"FACILITY_PLATFORM_MANIFEST","features":[307]},{"name":"FACILITY_QUIC_ERROR_CODE","features":[307]},{"name":"FACILITY_RDBSS","features":[307]},{"name":"FACILITY_RESUME_KEY_FILTER","features":[307]},{"name":"FACILITY_RPC_RUNTIME","features":[307]},{"name":"FACILITY_RPC_STUBS","features":[307]},{"name":"FACILITY_RTPM","features":[307]},{"name":"FACILITY_SDBUS","features":[307]},{"name":"FACILITY_SECUREBOOT","features":[307]},{"name":"FACILITY_SECURITY_CORE","features":[307]},{"name":"FACILITY_SHARED_VHDX","features":[307]},{"name":"FACILITY_SMB","features":[307]},{"name":"FACILITY_SPACES","features":[307]},{"name":"FACILITY_SXS_ERROR_CODE","features":[307]},{"name":"FACILITY_SYSTEM_INTEGRITY","features":[307]},{"name":"FACILITY_TERMINAL_SERVER","features":[307]},{"name":"FACILITY_TPM","features":[307]},{"name":"FACILITY_TRANSACTION","features":[307]},{"name":"FACILITY_USB_ERROR_CODE","features":[307]},{"name":"FACILITY_VIDEO","features":[307]},{"name":"FACILITY_VIRTUALIZATION","features":[307]},{"name":"FACILITY_VOLMGR","features":[307]},{"name":"FACILITY_VOLSNAP","features":[307]},{"name":"FACILITY_VSM","features":[307]},{"name":"FACILITY_WIN32K_NTGDI","features":[307]},{"name":"FACILITY_WIN32K_NTUSER","features":[307]},{"name":"FACILITY_XVS","features":[307]},{"name":"FACILTIY_MUI_ERROR_CODE","features":[307]},{"name":"FALSE","features":[307]},{"name":"FARPROC","features":[307]},{"name":"FA_E_HOMEGROUP_NOT_AVAILABLE","features":[307]},{"name":"FA_E_MAX_PERSISTED_ITEMS_REACHED","features":[307]},{"name":"FDAEMON_E_CHANGEUPDATEFAILED","features":[307]},{"name":"FDAEMON_E_FATALERROR","features":[307]},{"name":"FDAEMON_E_LOWRESOURCE","features":[307]},{"name":"FDAEMON_E_NOWORDLIST","features":[307]},{"name":"FDAEMON_E_PARTITIONDELETED","features":[307]},{"name":"FDAEMON_E_TOOMANYFILTEREDBLOCKS","features":[307]},{"name":"FDAEMON_E_WORDLISTCOMMITFAILED","features":[307]},{"name":"FDAEMON_W_EMPTYWORDLIST","features":[307]},{"name":"FDAEMON_W_WORDLISTFULL","features":[307]},{"name":"FILETIME","features":[307]},{"name":"FILTER_E_ALREADY_OPEN","features":[307]},{"name":"FILTER_E_CONTENTINDEXCORRUPT","features":[307]},{"name":"FILTER_E_IN_USE","features":[307]},{"name":"FILTER_E_NOT_OPEN","features":[307]},{"name":"FILTER_E_NO_SUCH_PROPERTY","features":[307]},{"name":"FILTER_E_OFFLINE","features":[307]},{"name":"FILTER_E_PARTIALLY_FILTERED","features":[307]},{"name":"FILTER_E_TOO_BIG","features":[307]},{"name":"FILTER_E_UNREACHABLE","features":[307]},{"name":"FILTER_S_CONTENTSCAN_DELAYED","features":[307]},{"name":"FILTER_S_DISK_FULL","features":[307]},{"name":"FILTER_S_FULL_CONTENTSCAN_IMMEDIATE","features":[307]},{"name":"FILTER_S_NO_PROPSETS","features":[307]},{"name":"FILTER_S_NO_SECURITY_DESCRIPTOR","features":[307]},{"name":"FILTER_S_PARTIAL_CONTENTSCAN_IMMEDIATE","features":[307]},{"name":"FLOAT128","features":[307]},{"name":"FRS_ERR_AUTHENTICATION","features":[307]},{"name":"FRS_ERR_CHILD_TO_PARENT_COMM","features":[307]},{"name":"FRS_ERR_INSUFFICIENT_PRIV","features":[307]},{"name":"FRS_ERR_INTERNAL","features":[307]},{"name":"FRS_ERR_INTERNAL_API","features":[307]},{"name":"FRS_ERR_INVALID_API_SEQUENCE","features":[307]},{"name":"FRS_ERR_INVALID_SERVICE_PARAMETER","features":[307]},{"name":"FRS_ERR_PARENT_AUTHENTICATION","features":[307]},{"name":"FRS_ERR_PARENT_INSUFFICIENT_PRIV","features":[307]},{"name":"FRS_ERR_PARENT_TO_CHILD_COMM","features":[307]},{"name":"FRS_ERR_SERVICE_COMM","features":[307]},{"name":"FRS_ERR_STARTING_SERVICE","features":[307]},{"name":"FRS_ERR_STOPPING_SERVICE","features":[307]},{"name":"FRS_ERR_SYSVOL_DEMOTE","features":[307]},{"name":"FRS_ERR_SYSVOL_IS_BUSY","features":[307]},{"name":"FRS_ERR_SYSVOL_POPULATE","features":[307]},{"name":"FRS_ERR_SYSVOL_POPULATE_TIMEOUT","features":[307]},{"name":"FVE_E_AAD_ENDPOINT_BUSY","features":[307]},{"name":"FVE_E_AAD_SERVER_FAIL_BACKOFF","features":[307]},{"name":"FVE_E_AAD_SERVER_FAIL_RETRY_AFTER","features":[307]},{"name":"FVE_E_ACTION_NOT_ALLOWED","features":[307]},{"name":"FVE_E_ADBACKUP_NOT_ENABLED","features":[307]},{"name":"FVE_E_AD_ATTR_NOT_SET","features":[307]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE","features":[307]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE","features":[307]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE","features":[307]},{"name":"FVE_E_AD_GUID_NOT_FOUND","features":[307]},{"name":"FVE_E_AD_INSUFFICIENT_BUFFER","features":[307]},{"name":"FVE_E_AD_INVALID_DATASIZE","features":[307]},{"name":"FVE_E_AD_INVALID_DATATYPE","features":[307]},{"name":"FVE_E_AD_NO_VALUES","features":[307]},{"name":"FVE_E_AD_SCHEMA_NOT_INSTALLED","features":[307]},{"name":"FVE_E_AUTH_INVALID_APPLICATION","features":[307]},{"name":"FVE_E_AUTH_INVALID_CONFIG","features":[307]},{"name":"FVE_E_AUTOUNLOCK_ENABLED","features":[307]},{"name":"FVE_E_BAD_DATA","features":[307]},{"name":"FVE_E_BAD_INFORMATION","features":[307]},{"name":"FVE_E_BAD_PARTITION_SIZE","features":[307]},{"name":"FVE_E_BCD_APPLICATIONS_PATH_INCORRECT","features":[307]},{"name":"FVE_E_BOOTABLE_CDDVD","features":[307]},{"name":"FVE_E_BUFFER_TOO_LARGE","features":[307]},{"name":"FVE_E_CANNOT_ENCRYPT_NO_KEY","features":[307]},{"name":"FVE_E_CANNOT_SET_FVEK_ENCRYPTED","features":[307]},{"name":"FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME","features":[307]},{"name":"FVE_E_CLUSTERING_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_CONV_READ","features":[307]},{"name":"FVE_E_CONV_RECOVERY_FAILED","features":[307]},{"name":"FVE_E_CONV_WRITE","features":[307]},{"name":"FVE_E_DATASET_FULL","features":[307]},{"name":"FVE_E_DEBUGGER_ENABLED","features":[307]},{"name":"FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH","features":[307]},{"name":"FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE","features":[307]},{"name":"FVE_E_DEVICE_NOT_JOINED","features":[307]},{"name":"FVE_E_DE_DEVICE_LOCKEDOUT","features":[307]},{"name":"FVE_E_DE_FIXED_DATA_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_DE_HARDWARE_NOT_COMPLIANT","features":[307]},{"name":"FVE_E_DE_OS_VOLUME_NOT_PROTECTED","features":[307]},{"name":"FVE_E_DE_PREVENTED_FOR_OS","features":[307]},{"name":"FVE_E_DE_PROTECTION_NOT_YET_ENABLED","features":[307]},{"name":"FVE_E_DE_PROTECTION_SUSPENDED","features":[307]},{"name":"FVE_E_DE_VOLUME_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_DE_VOLUME_OPTED_OUT","features":[307]},{"name":"FVE_E_DE_WINRE_NOT_CONFIGURED","features":[307]},{"name":"FVE_E_DRY_RUN_FAILED","features":[307]},{"name":"FVE_E_DV_NOT_ALLOWED_BY_GP","features":[307]},{"name":"FVE_E_DV_NOT_SUPPORTED_ON_FS","features":[307]},{"name":"FVE_E_EDRIVE_BAND_ENUMERATION_FAILED","features":[307]},{"name":"FVE_E_EDRIVE_BAND_IN_USE","features":[307]},{"name":"FVE_E_EDRIVE_DISALLOWED_BY_GP","features":[307]},{"name":"FVE_E_EDRIVE_DRY_RUN_FAILED","features":[307]},{"name":"FVE_E_EDRIVE_DV_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE","features":[307]},{"name":"FVE_E_EDRIVE_INCOMPATIBLE_VOLUME","features":[307]},{"name":"FVE_E_EDRIVE_NO_FAILOVER_TO_SW","features":[307]},{"name":"FVE_E_EFI_ONLY","features":[307]},{"name":"FVE_E_ENH_PIN_INVALID","features":[307]},{"name":"FVE_E_EOW_NOT_SUPPORTED_IN_VERSION","features":[307]},{"name":"FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON","features":[307]},{"name":"FVE_E_FAILED_AUTHENTICATION","features":[307]},{"name":"FVE_E_FAILED_SECTOR_SIZE","features":[307]},{"name":"FVE_E_FAILED_WRONG_FS","features":[307]},{"name":"FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED","features":[307]},{"name":"FVE_E_FIPS_HASH_KDF_NOT_ALLOWED","features":[307]},{"name":"FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT","features":[307]},{"name":"FVE_E_FIPS_PREVENTS_PASSPHRASE","features":[307]},{"name":"FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD","features":[307]},{"name":"FVE_E_FIPS_RNG_CHECK_FAILED","features":[307]},{"name":"FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_FOREIGN_VOLUME","features":[307]},{"name":"FVE_E_FS_MOUNTED","features":[307]},{"name":"FVE_E_FS_NOT_EXTENDED","features":[307]},{"name":"FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE","features":[307]},{"name":"FVE_E_HIDDEN_VOLUME","features":[307]},{"name":"FVE_E_INVALID_BITLOCKER_OID","features":[307]},{"name":"FVE_E_INVALID_DATUM_TYPE","features":[307]},{"name":"FVE_E_INVALID_KEY_FORMAT","features":[307]},{"name":"FVE_E_INVALID_NBP_CERT","features":[307]},{"name":"FVE_E_INVALID_NKP_CERT","features":[307]},{"name":"FVE_E_INVALID_PASSWORD_FORMAT","features":[307]},{"name":"FVE_E_INVALID_PIN_CHARS","features":[307]},{"name":"FVE_E_INVALID_PIN_CHARS_DETAILED","features":[307]},{"name":"FVE_E_INVALID_PROTECTOR_TYPE","features":[307]},{"name":"FVE_E_INVALID_STARTUP_OPTIONS","features":[307]},{"name":"FVE_E_KEYFILE_INVALID","features":[307]},{"name":"FVE_E_KEYFILE_NOT_FOUND","features":[307]},{"name":"FVE_E_KEYFILE_NO_VMK","features":[307]},{"name":"FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE","features":[307]},{"name":"FVE_E_KEY_PROTECTOR_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_KEY_REQUIRED","features":[307]},{"name":"FVE_E_KEY_ROTATION_NOT_ENABLED","features":[307]},{"name":"FVE_E_KEY_ROTATION_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_LIVEID_ACCOUNT_BLOCKED","features":[307]},{"name":"FVE_E_LIVEID_ACCOUNT_SUSPENDED","features":[307]},{"name":"FVE_E_LOCKED_VOLUME","features":[307]},{"name":"FVE_E_METADATA_FULL","features":[307]},{"name":"FVE_E_MOR_FAILED","features":[307]},{"name":"FVE_E_MULTIPLE_NKP_CERTS","features":[307]},{"name":"FVE_E_NON_BITLOCKER_KU","features":[307]},{"name":"FVE_E_NON_BITLOCKER_OID","features":[307]},{"name":"FVE_E_NOT_ACTIVATED","features":[307]},{"name":"FVE_E_NOT_ALLOWED_IN_SAFE_MODE","features":[307]},{"name":"FVE_E_NOT_ALLOWED_IN_VERSION","features":[307]},{"name":"FVE_E_NOT_ALLOWED_ON_CLUSTER","features":[307]},{"name":"FVE_E_NOT_ALLOWED_ON_CSV_STACK","features":[307]},{"name":"FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING","features":[307]},{"name":"FVE_E_NOT_DATA_VOLUME","features":[307]},{"name":"FVE_E_NOT_DECRYPTED","features":[307]},{"name":"FVE_E_NOT_DE_VOLUME","features":[307]},{"name":"FVE_E_NOT_ENCRYPTED","features":[307]},{"name":"FVE_E_NOT_ON_STACK","features":[307]},{"name":"FVE_E_NOT_OS_VOLUME","features":[307]},{"name":"FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES","features":[307]},{"name":"FVE_E_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_NO_AUTOUNLOCK_MASTER_KEY","features":[307]},{"name":"FVE_E_NO_BOOTMGR_METRIC","features":[307]},{"name":"FVE_E_NO_BOOTSECTOR_METRIC","features":[307]},{"name":"FVE_E_NO_EXISTING_PASSPHRASE","features":[307]},{"name":"FVE_E_NO_EXISTING_PIN","features":[307]},{"name":"FVE_E_NO_FEATURE_LICENSE","features":[307]},{"name":"FVE_E_NO_LICENSE","features":[307]},{"name":"FVE_E_NO_MBR_METRIC","features":[307]},{"name":"FVE_E_NO_PASSPHRASE_WITH_TPM","features":[307]},{"name":"FVE_E_NO_PREBOOT_KEYBOARD_DETECTED","features":[307]},{"name":"FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED","features":[307]},{"name":"FVE_E_NO_PROTECTORS_TO_TEST","features":[307]},{"name":"FVE_E_NO_SUCH_CAPABILITY_ON_TARGET","features":[307]},{"name":"FVE_E_NO_TPM_BIOS","features":[307]},{"name":"FVE_E_NO_TPM_WITH_PASSPHRASE","features":[307]},{"name":"FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME","features":[307]},{"name":"FVE_E_OSV_KSR_NOT_ALLOWED","features":[307]},{"name":"FVE_E_OS_NOT_PROTECTED","features":[307]},{"name":"FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED","features":[307]},{"name":"FVE_E_OVERLAPPED_UPDATE","features":[307]},{"name":"FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED","features":[307]},{"name":"FVE_E_PASSPHRASE_TOO_LONG","features":[307]},{"name":"FVE_E_PIN_INVALID","features":[307]},{"name":"FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED","features":[307]},{"name":"FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON","features":[307]},{"name":"FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON","features":[307]},{"name":"FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON","features":[307]},{"name":"FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON","features":[307]},{"name":"FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON","features":[307]},{"name":"FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED","features":[307]},{"name":"FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS","features":[307]},{"name":"FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH","features":[307]},{"name":"FVE_E_POLICY_INVALID_PIN_LENGTH","features":[307]},{"name":"FVE_E_POLICY_ON_RDV_EXCLUSION_LIST","features":[307]},{"name":"FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_PASSPHRASE_REQUIRED","features":[307]},{"name":"FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII","features":[307]},{"name":"FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE","features":[307]},{"name":"FVE_E_POLICY_PASSWORD_REQUIRED","features":[307]},{"name":"FVE_E_POLICY_PROHIBITS_SELFSIGNED","features":[307]},{"name":"FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_RECOVERY_KEY_REQUIRED","features":[307]},{"name":"FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED","features":[307]},{"name":"FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE","features":[307]},{"name":"FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE","features":[307]},{"name":"FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_STARTUP_KEY_REQUIRED","features":[307]},{"name":"FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED","features":[307]},{"name":"FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_STARTUP_PIN_REQUIRED","features":[307]},{"name":"FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_STARTUP_TPM_REQUIRED","features":[307]},{"name":"FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_USER_CERTIFICATE_REQUIRED","features":[307]},{"name":"FVE_E_POLICY_USER_CERT_MUST_BE_HW","features":[307]},{"name":"FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED","features":[307]},{"name":"FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED","features":[307]},{"name":"FVE_E_PREDICTED_TPM_PROTECTOR_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_PRIVATEKEY_AUTH_FAILED","features":[307]},{"name":"FVE_E_PROTECTION_CANNOT_BE_DISABLED","features":[307]},{"name":"FVE_E_PROTECTION_DISABLED","features":[307]},{"name":"FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED","features":[307]},{"name":"FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED","features":[307]},{"name":"FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH","features":[307]},{"name":"FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH","features":[307]},{"name":"FVE_E_PROTECTOR_EXISTS","features":[307]},{"name":"FVE_E_PROTECTOR_NOT_FOUND","features":[307]},{"name":"FVE_E_PUBKEY_NOT_ALLOWED","features":[307]},{"name":"FVE_E_RAW_ACCESS","features":[307]},{"name":"FVE_E_RAW_BLOCKED","features":[307]},{"name":"FVE_E_REBOOT_REQUIRED","features":[307]},{"name":"FVE_E_RECOVERY_KEY_REQUIRED","features":[307]},{"name":"FVE_E_RECOVERY_PARTITION","features":[307]},{"name":"FVE_E_RELATIVE_PATH","features":[307]},{"name":"FVE_E_REMOVAL_OF_DRA_FAILED","features":[307]},{"name":"FVE_E_REMOVAL_OF_NKP_FAILED","features":[307]},{"name":"FVE_E_SECUREBOOT_CONFIGURATION_INVALID","features":[307]},{"name":"FVE_E_SECUREBOOT_DISABLED","features":[307]},{"name":"FVE_E_SECURE_KEY_REQUIRED","features":[307]},{"name":"FVE_E_SETUP_TPM_CALLBACK_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_SHADOW_COPY_PRESENT","features":[307]},{"name":"FVE_E_SYSTEM_VOLUME","features":[307]},{"name":"FVE_E_TOKEN_NOT_IMPERSONATED","features":[307]},{"name":"FVE_E_TOO_SMALL","features":[307]},{"name":"FVE_E_TPM_CONTEXT_SETUP_NOT_SUPPORTED","features":[307]},{"name":"FVE_E_TPM_DISABLED","features":[307]},{"name":"FVE_E_TPM_INVALID_PCR","features":[307]},{"name":"FVE_E_TPM_NOT_OWNED","features":[307]},{"name":"FVE_E_TPM_NO_VMK","features":[307]},{"name":"FVE_E_TPM_SRK_AUTH_NOT_ZERO","features":[307]},{"name":"FVE_E_TRANSIENT_STATE","features":[307]},{"name":"FVE_E_UPDATE_INVALID_CONFIG","features":[307]},{"name":"FVE_E_VIRTUALIZED_SPACE_TOO_BIG","features":[307]},{"name":"FVE_E_VOLUME_BOUND_ALREADY","features":[307]},{"name":"FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT","features":[307]},{"name":"FVE_E_VOLUME_HANDLE_OPEN","features":[307]},{"name":"FVE_E_VOLUME_NOT_BOUND","features":[307]},{"name":"FVE_E_VOLUME_TOO_SMALL","features":[307]},{"name":"FVE_E_WIPE_CANCEL_NOT_APPLICABLE","features":[307]},{"name":"FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE","features":[307]},{"name":"FVE_E_WRONG_BOOTMGR","features":[307]},{"name":"FVE_E_WRONG_BOOTSECTOR","features":[307]},{"name":"FVE_E_WRONG_SYSTEM_FS","features":[307]},{"name":"FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER","features":[307]},{"name":"FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER","features":[307]},{"name":"FWP_E_ALREADY_EXISTS","features":[307]},{"name":"FWP_E_BUILTIN_OBJECT","features":[307]},{"name":"FWP_E_CALLOUT_NOTIFICATION_FAILED","features":[307]},{"name":"FWP_E_CALLOUT_NOT_FOUND","features":[307]},{"name":"FWP_E_CONDITION_NOT_FOUND","features":[307]},{"name":"FWP_E_CONNECTIONS_DISABLED","features":[307]},{"name":"FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT","features":[307]},{"name":"FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER","features":[307]},{"name":"FWP_E_DROP_NOICMP","features":[307]},{"name":"FWP_E_DUPLICATE_AUTH_METHOD","features":[307]},{"name":"FWP_E_DUPLICATE_CONDITION","features":[307]},{"name":"FWP_E_DUPLICATE_KEYMOD","features":[307]},{"name":"FWP_E_DYNAMIC_SESSION_IN_PROGRESS","features":[307]},{"name":"FWP_E_EM_NOT_SUPPORTED","features":[307]},{"name":"FWP_E_FILTER_NOT_FOUND","features":[307]},{"name":"FWP_E_IKEEXT_NOT_RUNNING","features":[307]},{"name":"FWP_E_INCOMPATIBLE_AUTH_METHOD","features":[307]},{"name":"FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM","features":[307]},{"name":"FWP_E_INCOMPATIBLE_DH_GROUP","features":[307]},{"name":"FWP_E_INCOMPATIBLE_LAYER","features":[307]},{"name":"FWP_E_INCOMPATIBLE_SA_STATE","features":[307]},{"name":"FWP_E_INCOMPATIBLE_TXN","features":[307]},{"name":"FWP_E_INVALID_ACTION_TYPE","features":[307]},{"name":"FWP_E_INVALID_AUTH_TRANSFORM","features":[307]},{"name":"FWP_E_INVALID_CIPHER_TRANSFORM","features":[307]},{"name":"FWP_E_INVALID_DNS_NAME","features":[307]},{"name":"FWP_E_INVALID_ENUMERATOR","features":[307]},{"name":"FWP_E_INVALID_FLAGS","features":[307]},{"name":"FWP_E_INVALID_INTERVAL","features":[307]},{"name":"FWP_E_INVALID_NET_MASK","features":[307]},{"name":"FWP_E_INVALID_PARAMETER","features":[307]},{"name":"FWP_E_INVALID_RANGE","features":[307]},{"name":"FWP_E_INVALID_TRANSFORM_COMBINATION","features":[307]},{"name":"FWP_E_INVALID_TUNNEL_ENDPOINT","features":[307]},{"name":"FWP_E_INVALID_WEIGHT","features":[307]},{"name":"FWP_E_IN_USE","features":[307]},{"name":"FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL","features":[307]},{"name":"FWP_E_KEY_DICTATOR_ALREADY_REGISTERED","features":[307]},{"name":"FWP_E_KM_CLIENTS_ONLY","features":[307]},{"name":"FWP_E_L2_DRIVER_NOT_READY","features":[307]},{"name":"FWP_E_LAYER_NOT_FOUND","features":[307]},{"name":"FWP_E_LIFETIME_MISMATCH","features":[307]},{"name":"FWP_E_MATCH_TYPE_MISMATCH","features":[307]},{"name":"FWP_E_NET_EVENTS_DISABLED","features":[307]},{"name":"FWP_E_NEVER_MATCH","features":[307]},{"name":"FWP_E_NOTIFICATION_DROPPED","features":[307]},{"name":"FWP_E_NOT_FOUND","features":[307]},{"name":"FWP_E_NO_TXN_IN_PROGRESS","features":[307]},{"name":"FWP_E_NULL_DISPLAY_NAME","features":[307]},{"name":"FWP_E_NULL_POINTER","features":[307]},{"name":"FWP_E_OUT_OF_BOUNDS","features":[307]},{"name":"FWP_E_PROVIDER_CONTEXT_MISMATCH","features":[307]},{"name":"FWP_E_PROVIDER_CONTEXT_NOT_FOUND","features":[307]},{"name":"FWP_E_PROVIDER_NOT_FOUND","features":[307]},{"name":"FWP_E_RESERVED","features":[307]},{"name":"FWP_E_SESSION_ABORTED","features":[307]},{"name":"FWP_E_STILL_ON","features":[307]},{"name":"FWP_E_SUBLAYER_NOT_FOUND","features":[307]},{"name":"FWP_E_TIMEOUT","features":[307]},{"name":"FWP_E_TOO_MANY_CALLOUTS","features":[307]},{"name":"FWP_E_TOO_MANY_SUBLAYERS","features":[307]},{"name":"FWP_E_TRAFFIC_MISMATCH","features":[307]},{"name":"FWP_E_TXN_ABORTED","features":[307]},{"name":"FWP_E_TXN_IN_PROGRESS","features":[307]},{"name":"FWP_E_TYPE_MISMATCH","features":[307]},{"name":"FWP_E_WRONG_SESSION","features":[307]},{"name":"FWP_E_ZERO_LENGTH_ARRAY","features":[307]},{"name":"FreeLibrary","features":[307]},{"name":"GCN_E_DEFAULTNAMESPACE_EXISTS","features":[307]},{"name":"GCN_E_MODULE_NOT_FOUND","features":[307]},{"name":"GCN_E_NETADAPTER_NOT_FOUND","features":[307]},{"name":"GCN_E_NETADAPTER_TIMEOUT","features":[307]},{"name":"GCN_E_NETCOMPARTMENT_NOT_FOUND","features":[307]},{"name":"GCN_E_NETINTERFACE_NOT_FOUND","features":[307]},{"name":"GCN_E_NO_REQUEST_HANDLERS","features":[307]},{"name":"GCN_E_REQUEST_UNSUPPORTED","features":[307]},{"name":"GCN_E_RUNTIMEKEYS_FAILED","features":[307]},{"name":"GENERIC_ACCESS_RIGHTS","features":[307]},{"name":"GENERIC_ALL","features":[307]},{"name":"GENERIC_EXECUTE","features":[307]},{"name":"GENERIC_READ","features":[307]},{"name":"GENERIC_WRITE","features":[307]},{"name":"GetHandleInformation","features":[307]},{"name":"GetLastError","features":[307]},{"name":"GlobalFree","features":[307]},{"name":"HANDLE","features":[307]},{"name":"HANDLE_FLAGS","features":[307]},{"name":"HANDLE_FLAG_INHERIT","features":[307]},{"name":"HANDLE_FLAG_PROTECT_FROM_CLOSE","features":[307]},{"name":"HANDLE_PTR","features":[307]},{"name":"HCN_E_ADAPTER_NOT_FOUND","features":[307]},{"name":"HCN_E_ADDR_INVALID_OR_RESERVED","features":[307]},{"name":"HCN_E_DEGRADED_OPERATION","features":[307]},{"name":"HCN_E_ENDPOINT_ALREADY_ATTACHED","features":[307]},{"name":"HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS","features":[307]},{"name":"HCN_E_ENDPOINT_NOT_ATTACHED","features":[307]},{"name":"HCN_E_ENDPOINT_NOT_FOUND","features":[307]},{"name":"HCN_E_ENDPOINT_NOT_LOCAL","features":[307]},{"name":"HCN_E_ENDPOINT_SHARING_DISABLED","features":[307]},{"name":"HCN_E_ENTITY_HAS_REFERENCES","features":[307]},{"name":"HCN_E_GUID_CONVERSION_FAILURE","features":[307]},{"name":"HCN_E_ICS_DISABLED","features":[307]},{"name":"HCN_E_INVALID_ENDPOINT","features":[307]},{"name":"HCN_E_INVALID_INTERNAL_PORT","features":[307]},{"name":"HCN_E_INVALID_IP","features":[307]},{"name":"HCN_E_INVALID_IP_SUBNET","features":[307]},{"name":"HCN_E_INVALID_JSON","features":[307]},{"name":"HCN_E_INVALID_JSON_REFERENCE","features":[307]},{"name":"HCN_E_INVALID_NETWORK","features":[307]},{"name":"HCN_E_INVALID_NETWORK_TYPE","features":[307]},{"name":"HCN_E_INVALID_POLICY","features":[307]},{"name":"HCN_E_INVALID_POLICY_TYPE","features":[307]},{"name":"HCN_E_INVALID_PREFIX","features":[307]},{"name":"HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION","features":[307]},{"name":"HCN_E_INVALID_SUBNET","features":[307]},{"name":"HCN_E_LAYER_ALREADY_EXISTS","features":[307]},{"name":"HCN_E_LAYER_NOT_FOUND","features":[307]},{"name":"HCN_E_MANAGER_STOPPED","features":[307]},{"name":"HCN_E_MAPPING_NOT_SUPPORTED","features":[307]},{"name":"HCN_E_NAMESPACE_ATTACH_FAILED","features":[307]},{"name":"HCN_E_NETWORK_ALREADY_EXISTS","features":[307]},{"name":"HCN_E_NETWORK_NOT_FOUND","features":[307]},{"name":"HCN_E_OBJECT_USED_AFTER_UNLOAD","features":[307]},{"name":"HCN_E_POLICY_ALREADY_EXISTS","features":[307]},{"name":"HCN_E_POLICY_NOT_FOUND","features":[307]},{"name":"HCN_E_PORT_ALREADY_EXISTS","features":[307]},{"name":"HCN_E_PORT_NOT_FOUND","features":[307]},{"name":"HCN_E_REGKEY_FAILURE","features":[307]},{"name":"HCN_E_REQUEST_UNSUPPORTED","features":[307]},{"name":"HCN_E_SHARED_SWITCH_MODIFICATION","features":[307]},{"name":"HCN_E_SUBNET_NOT_FOUND","features":[307]},{"name":"HCN_E_SWITCH_EXTENSION_NOT_FOUND","features":[307]},{"name":"HCN_E_SWITCH_NOT_FOUND","features":[307]},{"name":"HCN_E_VFP_NOT_ALLOWED","features":[307]},{"name":"HCN_E_VFP_PORTSETTING_NOT_FOUND","features":[307]},{"name":"HCN_INTERFACEPARAMETERS_ALREADY_APPLIED","features":[307]},{"name":"HCS_E_ACCESS_DENIED","features":[307]},{"name":"HCS_E_CONNECTION_CLOSED","features":[307]},{"name":"HCS_E_CONNECTION_TIMEOUT","features":[307]},{"name":"HCS_E_CONNECT_FAILED","features":[307]},{"name":"HCS_E_GUEST_CRITICAL_ERROR","features":[307]},{"name":"HCS_E_HYPERV_NOT_INSTALLED","features":[307]},{"name":"HCS_E_IMAGE_MISMATCH","features":[307]},{"name":"HCS_E_INVALID_JSON","features":[307]},{"name":"HCS_E_INVALID_LAYER","features":[307]},{"name":"HCS_E_INVALID_STATE","features":[307]},{"name":"HCS_E_OPERATION_ALREADY_CANCELLED","features":[307]},{"name":"HCS_E_OPERATION_ALREADY_STARTED","features":[307]},{"name":"HCS_E_OPERATION_NOT_STARTED","features":[307]},{"name":"HCS_E_OPERATION_PENDING","features":[307]},{"name":"HCS_E_OPERATION_RESULT_ALLOCATION_FAILED","features":[307]},{"name":"HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET","features":[307]},{"name":"HCS_E_OPERATION_TIMEOUT","features":[307]},{"name":"HCS_E_PROCESS_ALREADY_STOPPED","features":[307]},{"name":"HCS_E_PROCESS_INFO_NOT_AVAILABLE","features":[307]},{"name":"HCS_E_PROTOCOL_ERROR","features":[307]},{"name":"HCS_E_SERVICE_DISCONNECT","features":[307]},{"name":"HCS_E_SERVICE_NOT_AVAILABLE","features":[307]},{"name":"HCS_E_SYSTEM_ALREADY_EXISTS","features":[307]},{"name":"HCS_E_SYSTEM_ALREADY_STOPPED","features":[307]},{"name":"HCS_E_SYSTEM_NOT_CONFIGURED_FOR_OPERATION","features":[307]},{"name":"HCS_E_SYSTEM_NOT_FOUND","features":[307]},{"name":"HCS_E_TERMINATED","features":[307]},{"name":"HCS_E_TERMINATED_DURING_START","features":[307]},{"name":"HCS_E_UNEXPECTED_EXIT","features":[307]},{"name":"HCS_E_UNKNOWN_MESSAGE","features":[307]},{"name":"HCS_E_UNSUPPORTED_PROTOCOL_VERSION","features":[307]},{"name":"HCS_E_WINDOWS_INSIDER_REQUIRED","features":[307]},{"name":"HGLOBAL","features":[307]},{"name":"HINSTANCE","features":[307]},{"name":"HLOCAL","features":[307]},{"name":"HLSURF","features":[307]},{"name":"HMODULE","features":[307]},{"name":"HRESULT","features":[307]},{"name":"HRSRC","features":[307]},{"name":"HSPRITE","features":[307]},{"name":"HSP_BASE_ERROR_MASK","features":[307]},{"name":"HSP_BASE_INTERNAL_ERROR","features":[307]},{"name":"HSP_BS_ERROR_MASK","features":[307]},{"name":"HSP_BS_INTERNAL_ERROR","features":[307]},{"name":"HSP_DRV_ERROR_MASK","features":[307]},{"name":"HSP_DRV_INTERNAL_ERROR","features":[307]},{"name":"HSP_E_ERROR_MASK","features":[307]},{"name":"HSP_E_INTERNAL_ERROR","features":[307]},{"name":"HSP_KSP_ALGORITHM_NOT_SUPPORTED","features":[307]},{"name":"HSP_KSP_BUFFER_TOO_SMALL","features":[307]},{"name":"HSP_KSP_DEVICE_NOT_READY","features":[307]},{"name":"HSP_KSP_ERROR_MASK","features":[307]},{"name":"HSP_KSP_INTERNAL_ERROR","features":[307]},{"name":"HSP_KSP_INVALID_DATA","features":[307]},{"name":"HSP_KSP_INVALID_FLAGS","features":[307]},{"name":"HSP_KSP_INVALID_KEY_HANDLE","features":[307]},{"name":"HSP_KSP_INVALID_KEY_TYPE","features":[307]},{"name":"HSP_KSP_INVALID_PARAMETER","features":[307]},{"name":"HSP_KSP_INVALID_PROVIDER_HANDLE","features":[307]},{"name":"HSP_KSP_KEY_ALREADY_FINALIZED","features":[307]},{"name":"HSP_KSP_KEY_EXISTS","features":[307]},{"name":"HSP_KSP_KEY_LOAD_FAIL","features":[307]},{"name":"HSP_KSP_KEY_MISSING","features":[307]},{"name":"HSP_KSP_KEY_NOT_FINALIZED","features":[307]},{"name":"HSP_KSP_NOT_SUPPORTED","features":[307]},{"name":"HSP_KSP_NO_MEMORY","features":[307]},{"name":"HSP_KSP_NO_MORE_ITEMS","features":[307]},{"name":"HSP_KSP_PARAMETER_NOT_SET","features":[307]},{"name":"HSTR","features":[307]},{"name":"HTTP_E_STATUS_AMBIGUOUS","features":[307]},{"name":"HTTP_E_STATUS_BAD_GATEWAY","features":[307]},{"name":"HTTP_E_STATUS_BAD_METHOD","features":[307]},{"name":"HTTP_E_STATUS_BAD_REQUEST","features":[307]},{"name":"HTTP_E_STATUS_CONFLICT","features":[307]},{"name":"HTTP_E_STATUS_DENIED","features":[307]},{"name":"HTTP_E_STATUS_EXPECTATION_FAILED","features":[307]},{"name":"HTTP_E_STATUS_FORBIDDEN","features":[307]},{"name":"HTTP_E_STATUS_GATEWAY_TIMEOUT","features":[307]},{"name":"HTTP_E_STATUS_GONE","features":[307]},{"name":"HTTP_E_STATUS_LENGTH_REQUIRED","features":[307]},{"name":"HTTP_E_STATUS_MOVED","features":[307]},{"name":"HTTP_E_STATUS_NONE_ACCEPTABLE","features":[307]},{"name":"HTTP_E_STATUS_NOT_FOUND","features":[307]},{"name":"HTTP_E_STATUS_NOT_MODIFIED","features":[307]},{"name":"HTTP_E_STATUS_NOT_SUPPORTED","features":[307]},{"name":"HTTP_E_STATUS_PAYMENT_REQ","features":[307]},{"name":"HTTP_E_STATUS_PRECOND_FAILED","features":[307]},{"name":"HTTP_E_STATUS_PROXY_AUTH_REQ","features":[307]},{"name":"HTTP_E_STATUS_RANGE_NOT_SATISFIABLE","features":[307]},{"name":"HTTP_E_STATUS_REDIRECT","features":[307]},{"name":"HTTP_E_STATUS_REDIRECT_KEEP_VERB","features":[307]},{"name":"HTTP_E_STATUS_REDIRECT_METHOD","features":[307]},{"name":"HTTP_E_STATUS_REQUEST_TIMEOUT","features":[307]},{"name":"HTTP_E_STATUS_REQUEST_TOO_LARGE","features":[307]},{"name":"HTTP_E_STATUS_SERVER_ERROR","features":[307]},{"name":"HTTP_E_STATUS_SERVICE_UNAVAIL","features":[307]},{"name":"HTTP_E_STATUS_UNEXPECTED","features":[307]},{"name":"HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR","features":[307]},{"name":"HTTP_E_STATUS_UNEXPECTED_REDIRECTION","features":[307]},{"name":"HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR","features":[307]},{"name":"HTTP_E_STATUS_UNSUPPORTED_MEDIA","features":[307]},{"name":"HTTP_E_STATUS_URI_TOO_LONG","features":[307]},{"name":"HTTP_E_STATUS_USE_PROXY","features":[307]},{"name":"HTTP_E_STATUS_VERSION_NOT_SUP","features":[307]},{"name":"HUMPD","features":[307]},{"name":"HWND","features":[307]},{"name":"INPLACE_E_FIRST","features":[307]},{"name":"INPLACE_E_LAST","features":[307]},{"name":"INPLACE_E_NOTOOLSPACE","features":[307]},{"name":"INPLACE_E_NOTUNDOABLE","features":[307]},{"name":"INPLACE_S_FIRST","features":[307]},{"name":"INPLACE_S_LAST","features":[307]},{"name":"INPLACE_S_TRUNCATED","features":[307]},{"name":"INPUT_E_DEVICE_INFO","features":[307]},{"name":"INPUT_E_DEVICE_PROPERTY","features":[307]},{"name":"INPUT_E_FRAME","features":[307]},{"name":"INPUT_E_HISTORY","features":[307]},{"name":"INPUT_E_MULTIMODAL","features":[307]},{"name":"INPUT_E_OUT_OF_ORDER","features":[307]},{"name":"INPUT_E_PACKET","features":[307]},{"name":"INPUT_E_REENTRANCY","features":[307]},{"name":"INPUT_E_TRANSFORM","features":[307]},{"name":"INVALID_HANDLE_VALUE","features":[307]},{"name":"IORING_E_COMPLETION_QUEUE_TOO_BIG","features":[307]},{"name":"IORING_E_COMPLETION_QUEUE_TOO_FULL","features":[307]},{"name":"IORING_E_CORRUPT","features":[307]},{"name":"IORING_E_REQUIRED_FLAG_NOT_SUPPORTED","features":[307]},{"name":"IORING_E_SUBMISSION_QUEUE_FULL","features":[307]},{"name":"IORING_E_SUBMISSION_QUEUE_TOO_BIG","features":[307]},{"name":"IORING_E_SUBMIT_IN_PROGRESS","features":[307]},{"name":"IORING_E_VERSION_NOT_SUPPORTED","features":[307]},{"name":"IO_BAD_BLOCK_WITH_NAME","features":[307]},{"name":"IO_CDROM_EXCLUSIVE_LOCK","features":[307]},{"name":"IO_DRIVER_CANCEL_TIMEOUT","features":[307]},{"name":"IO_DUMP_CALLBACK_EXCEPTION","features":[307]},{"name":"IO_DUMP_CREATION_SUCCESS","features":[307]},{"name":"IO_DUMP_DIRECT_CONFIG_FAILED","features":[307]},{"name":"IO_DUMP_DRIVER_LOAD_FAILURE","features":[307]},{"name":"IO_DUMP_DUMPFILE_CONFLICT","features":[307]},{"name":"IO_DUMP_INITIALIZATION_FAILURE","features":[307]},{"name":"IO_DUMP_INIT_DEDICATED_DUMP_FAILURE","features":[307]},{"name":"IO_DUMP_PAGE_CONFIG_FAILED","features":[307]},{"name":"IO_DUMP_POINTER_FAILURE","features":[307]},{"name":"IO_ERROR_DISK_RESOURCES_EXHAUSTED","features":[307]},{"name":"IO_ERROR_DUMP_CREATION_ERROR","features":[307]},{"name":"IO_ERROR_IO_HARDWARE_ERROR","features":[307]},{"name":"IO_ERR_BAD_BLOCK","features":[307]},{"name":"IO_ERR_BAD_FIRMWARE","features":[307]},{"name":"IO_ERR_CONFIGURATION_ERROR","features":[307]},{"name":"IO_ERR_CONTROLLER_ERROR","features":[307]},{"name":"IO_ERR_DMA_CONFLICT_DETECTED","features":[307]},{"name":"IO_ERR_DMA_RESOURCE_CONFLICT","features":[307]},{"name":"IO_ERR_DRIVER_ERROR","features":[307]},{"name":"IO_ERR_INCORRECT_IRQL","features":[307]},{"name":"IO_ERR_INSUFFICIENT_RESOURCES","features":[307]},{"name":"IO_ERR_INTERNAL_ERROR","features":[307]},{"name":"IO_ERR_INTERRUPT_RESOURCE_CONFLICT","features":[307]},{"name":"IO_ERR_INVALID_IOBASE","features":[307]},{"name":"IO_ERR_INVALID_REQUEST","features":[307]},{"name":"IO_ERR_IRQ_CONFLICT_DETECTED","features":[307]},{"name":"IO_ERR_LAYERED_FAILURE","features":[307]},{"name":"IO_ERR_MEMORY_CONFLICT_DETECTED","features":[307]},{"name":"IO_ERR_MEMORY_RESOURCE_CONFLICT","features":[307]},{"name":"IO_ERR_NOT_READY","features":[307]},{"name":"IO_ERR_OVERRUN_ERROR","features":[307]},{"name":"IO_ERR_PARITY","features":[307]},{"name":"IO_ERR_PORT_CONFLICT_DETECTED","features":[307]},{"name":"IO_ERR_PORT_RESOURCE_CONFLICT","features":[307]},{"name":"IO_ERR_PORT_TIMEOUT","features":[307]},{"name":"IO_ERR_PROTOCOL","features":[307]},{"name":"IO_ERR_RESET","features":[307]},{"name":"IO_ERR_RETRY_SUCCEEDED","features":[307]},{"name":"IO_ERR_SEEK_ERROR","features":[307]},{"name":"IO_ERR_SEQUENCE","features":[307]},{"name":"IO_ERR_THREAD_STUCK_IN_DEVICE_DRIVER","features":[307]},{"name":"IO_ERR_TIMEOUT","features":[307]},{"name":"IO_ERR_VERSION","features":[307]},{"name":"IO_FILE_QUOTA_CORRUPT","features":[307]},{"name":"IO_FILE_QUOTA_FAILED","features":[307]},{"name":"IO_FILE_QUOTA_LIMIT","features":[307]},{"name":"IO_FILE_QUOTA_STARTED","features":[307]},{"name":"IO_FILE_QUOTA_SUCCEEDED","features":[307]},{"name":"IO_FILE_QUOTA_THRESHOLD","features":[307]},{"name":"IO_FILE_SYSTEM_CORRUPT","features":[307]},{"name":"IO_FILE_SYSTEM_CORRUPT_WITH_NAME","features":[307]},{"name":"IO_INFO_THROTTLE_COMPLETE","features":[307]},{"name":"IO_LOST_DELAYED_WRITE","features":[307]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_DISCONNECTED","features":[307]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_LOCAL_DISK_ERROR","features":[307]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_SERVER_ERROR","features":[307]},{"name":"IO_RECOVERED_VIA_ECC","features":[307]},{"name":"IO_SYSTEM_SLEEP_FAILED","features":[307]},{"name":"IO_WARNING_ADAPTER_FIRMWARE_UPDATED","features":[307]},{"name":"IO_WARNING_ALLOCATION_FAILED","features":[307]},{"name":"IO_WARNING_BUS_RESET","features":[307]},{"name":"IO_WARNING_COMPLETION_TIME","features":[307]},{"name":"IO_WARNING_DEVICE_HAS_INTERNAL_DUMP","features":[307]},{"name":"IO_WARNING_DISK_CAPACITY_CHANGED","features":[307]},{"name":"IO_WARNING_DISK_FIRMWARE_UPDATED","features":[307]},{"name":"IO_WARNING_DISK_PROVISIONING_TYPE_CHANGED","features":[307]},{"name":"IO_WARNING_DISK_SURPRISE_REMOVED","features":[307]},{"name":"IO_WARNING_DUMP_DISABLED_DEVICE_GONE","features":[307]},{"name":"IO_WARNING_DUPLICATE_PATH","features":[307]},{"name":"IO_WARNING_DUPLICATE_SIGNATURE","features":[307]},{"name":"IO_WARNING_INTERRUPT_STILL_PENDING","features":[307]},{"name":"IO_WARNING_IO_OPERATION_RETRIED","features":[307]},{"name":"IO_WARNING_LOG_FLUSH_FAILED","features":[307]},{"name":"IO_WARNING_PAGING_FAILURE","features":[307]},{"name":"IO_WARNING_REPEATED_DISK_GUID","features":[307]},{"name":"IO_WARNING_RESET","features":[307]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED","features":[307]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX","features":[307]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_LUN_LUN","features":[307]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_LUN_POOL","features":[307]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_POOL_LUN","features":[307]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_POOL_POOL","features":[307]},{"name":"IO_WARNING_VOLUME_LOST_DISK_EXTENT","features":[307]},{"name":"IO_WARNING_WRITE_FUA_PROBLEM","features":[307]},{"name":"IO_WRITE_CACHE_DISABLED","features":[307]},{"name":"IO_WRITE_CACHE_ENABLED","features":[307]},{"name":"IO_WRN_BAD_FIRMWARE","features":[307]},{"name":"IO_WRN_FAILURE_PREDICTED","features":[307]},{"name":"JSCRIPT_E_CANTEXECUTE","features":[307]},{"name":"LANGUAGE_E_DATABASE_NOT_FOUND","features":[307]},{"name":"LANGUAGE_S_LARGE_WORD","features":[307]},{"name":"LPARAM","features":[307]},{"name":"LRESULT","features":[307]},{"name":"LUID","features":[307]},{"name":"LocalFree","features":[307]},{"name":"MARSHAL_E_FIRST","features":[307]},{"name":"MARSHAL_E_LAST","features":[307]},{"name":"MARSHAL_S_FIRST","features":[307]},{"name":"MARSHAL_S_LAST","features":[307]},{"name":"MAX_PATH","features":[307]},{"name":"MCA_BUS_ERROR","features":[307]},{"name":"MCA_BUS_TIMEOUT_ERROR","features":[307]},{"name":"MCA_ERROR_CACHE","features":[307]},{"name":"MCA_ERROR_CPU","features":[307]},{"name":"MCA_ERROR_CPU_BUS","features":[307]},{"name":"MCA_ERROR_MAS","features":[307]},{"name":"MCA_ERROR_MEM_1_2","features":[307]},{"name":"MCA_ERROR_MEM_1_2_5","features":[307]},{"name":"MCA_ERROR_MEM_1_2_5_4","features":[307]},{"name":"MCA_ERROR_MEM_UNKNOWN","features":[307]},{"name":"MCA_ERROR_PCI_BUS_MASTER_ABORT","features":[307]},{"name":"MCA_ERROR_PCI_BUS_MASTER_ABORT_NO_INFO","features":[307]},{"name":"MCA_ERROR_PCI_BUS_PARITY","features":[307]},{"name":"MCA_ERROR_PCI_BUS_PARITY_NO_INFO","features":[307]},{"name":"MCA_ERROR_PCI_BUS_SERR","features":[307]},{"name":"MCA_ERROR_PCI_BUS_SERR_NO_INFO","features":[307]},{"name":"MCA_ERROR_PCI_BUS_TIMEOUT","features":[307]},{"name":"MCA_ERROR_PCI_BUS_TIMEOUT_NO_INFO","features":[307]},{"name":"MCA_ERROR_PCI_BUS_UNKNOWN","features":[307]},{"name":"MCA_ERROR_PCI_DEVICE","features":[307]},{"name":"MCA_ERROR_PLATFORM_SPECIFIC","features":[307]},{"name":"MCA_ERROR_REGISTER_FILE","features":[307]},{"name":"MCA_ERROR_SMBIOS","features":[307]},{"name":"MCA_ERROR_SYSTEM_EVENT","features":[307]},{"name":"MCA_ERROR_TLB","features":[307]},{"name":"MCA_ERROR_UNKNOWN","features":[307]},{"name":"MCA_ERROR_UNKNOWN_NO_CPU","features":[307]},{"name":"MCA_EXTERNAL_ERROR","features":[307]},{"name":"MCA_FRC_ERROR","features":[307]},{"name":"MCA_INFO_CPU_THERMAL_THROTTLING_REMOVED","features":[307]},{"name":"MCA_INFO_MEMORY_PAGE_MARKED_BAD","features":[307]},{"name":"MCA_INFO_NO_MORE_CORRECTED_ERROR_LOGS","features":[307]},{"name":"MCA_INTERNALTIMER_ERROR","features":[307]},{"name":"MCA_MEMORYHIERARCHY_ERROR","features":[307]},{"name":"MCA_MICROCODE_ROM_PARITY_ERROR","features":[307]},{"name":"MCA_TLB_ERROR","features":[307]},{"name":"MCA_WARNING_CACHE","features":[307]},{"name":"MCA_WARNING_CMC_THRESHOLD_EXCEEDED","features":[307]},{"name":"MCA_WARNING_CPE_THRESHOLD_EXCEEDED","features":[307]},{"name":"MCA_WARNING_CPU","features":[307]},{"name":"MCA_WARNING_CPU_BUS","features":[307]},{"name":"MCA_WARNING_CPU_THERMAL_THROTTLED","features":[307]},{"name":"MCA_WARNING_MAS","features":[307]},{"name":"MCA_WARNING_MEM_1_2","features":[307]},{"name":"MCA_WARNING_MEM_1_2_5","features":[307]},{"name":"MCA_WARNING_MEM_1_2_5_4","features":[307]},{"name":"MCA_WARNING_MEM_UNKNOWN","features":[307]},{"name":"MCA_WARNING_PCI_BUS_MASTER_ABORT","features":[307]},{"name":"MCA_WARNING_PCI_BUS_MASTER_ABORT_NO_INFO","features":[307]},{"name":"MCA_WARNING_PCI_BUS_PARITY","features":[307]},{"name":"MCA_WARNING_PCI_BUS_PARITY_NO_INFO","features":[307]},{"name":"MCA_WARNING_PCI_BUS_SERR","features":[307]},{"name":"MCA_WARNING_PCI_BUS_SERR_NO_INFO","features":[307]},{"name":"MCA_WARNING_PCI_BUS_TIMEOUT","features":[307]},{"name":"MCA_WARNING_PCI_BUS_TIMEOUT_NO_INFO","features":[307]},{"name":"MCA_WARNING_PCI_BUS_UNKNOWN","features":[307]},{"name":"MCA_WARNING_PCI_DEVICE","features":[307]},{"name":"MCA_WARNING_PLATFORM_SPECIFIC","features":[307]},{"name":"MCA_WARNING_REGISTER_FILE","features":[307]},{"name":"MCA_WARNING_SMBIOS","features":[307]},{"name":"MCA_WARNING_SYSTEM_EVENT","features":[307]},{"name":"MCA_WARNING_TLB","features":[307]},{"name":"MCA_WARNING_UNKNOWN","features":[307]},{"name":"MCA_WARNING_UNKNOWN_NO_CPU","features":[307]},{"name":"MEM_E_INVALID_LINK","features":[307]},{"name":"MEM_E_INVALID_ROOT","features":[307]},{"name":"MEM_E_INVALID_SIZE","features":[307]},{"name":"MENROLL_S_ENROLLMENT_SUSPENDED","features":[307]},{"name":"MILAVERR_INSUFFICIENTVIDEORESOURCES","features":[307]},{"name":"MILAVERR_INVALIDWMPVERSION","features":[307]},{"name":"MILAVERR_MEDIAPLAYERCLOSED","features":[307]},{"name":"MILAVERR_MODULENOTLOADED","features":[307]},{"name":"MILAVERR_NOCLOCK","features":[307]},{"name":"MILAVERR_NOMEDIATYPE","features":[307]},{"name":"MILAVERR_NOREADYFRAMES","features":[307]},{"name":"MILAVERR_NOVIDEOMIXER","features":[307]},{"name":"MILAVERR_NOVIDEOPRESENTER","features":[307]},{"name":"MILAVERR_REQUESTEDTEXTURETOOBIG","features":[307]},{"name":"MILAVERR_SEEKFAILED","features":[307]},{"name":"MILAVERR_UNEXPECTEDWMPFAILURE","features":[307]},{"name":"MILAVERR_UNKNOWNHARDWAREERROR","features":[307]},{"name":"MILAVERR_VIDEOACCELERATIONNOTAVAILABLE","features":[307]},{"name":"MILAVERR_WMPFACTORYNOTREGISTERED","features":[307]},{"name":"MILEFFECTSERR_ALREADYATTACHEDTOLISTENER","features":[307]},{"name":"MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT","features":[307]},{"name":"MILEFFECTSERR_CONNECTORNOTCONNECTED","features":[307]},{"name":"MILEFFECTSERR_CYCLEDETECTED","features":[307]},{"name":"MILEFFECTSERR_EFFECTALREADYINAGRAPH","features":[307]},{"name":"MILEFFECTSERR_EFFECTHASNOCHILDREN","features":[307]},{"name":"MILEFFECTSERR_EFFECTINMORETHANONEGRAPH","features":[307]},{"name":"MILEFFECTSERR_EFFECTNOTPARTOFGROUP","features":[307]},{"name":"MILEFFECTSERR_EMPTYBOUNDS","features":[307]},{"name":"MILEFFECTSERR_NOINPUTSOURCEATTACHED","features":[307]},{"name":"MILEFFECTSERR_NOTAFFINETRANSFORM","features":[307]},{"name":"MILEFFECTSERR_OUTPUTSIZETOOLARGE","features":[307]},{"name":"MILEFFECTSERR_RESERVED","features":[307]},{"name":"MILEFFECTSERR_UNKNOWNPROPERTY","features":[307]},{"name":"MILERR_ADAPTER_NOT_FOUND","features":[307]},{"name":"MILERR_ALREADYLOCKED","features":[307]},{"name":"MILERR_ALREADY_INITIALIZED","features":[307]},{"name":"MILERR_BADNUMBER","features":[307]},{"name":"MILERR_COLORSPACE_NOT_SUPPORTED","features":[307]},{"name":"MILERR_DEVICECANNOTRENDERTEXT","features":[307]},{"name":"MILERR_DISPLAYFORMATNOTSUPPORTED","features":[307]},{"name":"MILERR_DISPLAYID_ACCESS_DENIED","features":[307]},{"name":"MILERR_DISPLAYSTATEINVALID","features":[307]},{"name":"MILERR_DXGI_ENUMERATION_OUT_OF_SYNC","features":[307]},{"name":"MILERR_GENERIC_IGNORE","features":[307]},{"name":"MILERR_GLYPHBITMAPMISSED","features":[307]},{"name":"MILERR_INSUFFICIENTBUFFER","features":[307]},{"name":"MILERR_INTERNALERROR","features":[307]},{"name":"MILERR_INVALIDCALL","features":[307]},{"name":"MILERR_MALFORMEDGLYPHCACHE","features":[307]},{"name":"MILERR_MALFORMED_GUIDELINE_DATA","features":[307]},{"name":"MILERR_MAX_TEXTURE_SIZE_EXCEEDED","features":[307]},{"name":"MILERR_MISMATCHED_SIZE","features":[307]},{"name":"MILERR_MROW_READLOCK_FAILED","features":[307]},{"name":"MILERR_MROW_UPDATE_FAILED","features":[307]},{"name":"MILERR_NEED_RECREATE_AND_PRESENT","features":[307]},{"name":"MILERR_NONINVERTIBLEMATRIX","features":[307]},{"name":"MILERR_NOTLOCKED","features":[307]},{"name":"MILERR_NOT_QUEUING_PRESENTS","features":[307]},{"name":"MILERR_NO_HARDWARE_DEVICE","features":[307]},{"name":"MILERR_NO_REDIRECTION_SURFACE_AVAILABLE","features":[307]},{"name":"MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER","features":[307]},{"name":"MILERR_OBJECTBUSY","features":[307]},{"name":"MILERR_PREFILTER_NOT_SUPPORTED","features":[307]},{"name":"MILERR_QPC_TIME_WENT_BACKWARD","features":[307]},{"name":"MILERR_QUEUED_PRESENT_NOT_SUPPORTED","features":[307]},{"name":"MILERR_REMOTING_NOT_SUPPORTED","features":[307]},{"name":"MILERR_SCANNER_FAILED","features":[307]},{"name":"MILERR_SCREENACCESSDENIED","features":[307]},{"name":"MILERR_SHADER_COMPILE_FAILED","features":[307]},{"name":"MILERR_TERMINATED","features":[307]},{"name":"MILERR_TOOMANYSHADERELEMNTS","features":[307]},{"name":"MILERR_WIN32ERROR","features":[307]},{"name":"MILERR_ZEROVECTOR","features":[307]},{"name":"MK_E_CANTOPENFILE","features":[307]},{"name":"MK_E_CONNECTMANUALLY","features":[307]},{"name":"MK_E_ENUMERATION_FAILED","features":[307]},{"name":"MK_E_EXCEEDEDDEADLINE","features":[307]},{"name":"MK_E_FIRST","features":[307]},{"name":"MK_E_INTERMEDIATEINTERFACENOTSUPPORTED","features":[307]},{"name":"MK_E_INVALIDEXTENSION","features":[307]},{"name":"MK_E_LAST","features":[307]},{"name":"MK_E_MUSTBOTHERUSER","features":[307]},{"name":"MK_E_NEEDGENERIC","features":[307]},{"name":"MK_E_NOINVERSE","features":[307]},{"name":"MK_E_NOOBJECT","features":[307]},{"name":"MK_E_NOPREFIX","features":[307]},{"name":"MK_E_NOSTORAGE","features":[307]},{"name":"MK_E_NOTBINDABLE","features":[307]},{"name":"MK_E_NOTBOUND","features":[307]},{"name":"MK_E_NO_NORMALIZED","features":[307]},{"name":"MK_E_SYNTAX","features":[307]},{"name":"MK_E_UNAVAILABLE","features":[307]},{"name":"MK_S_FIRST","features":[307]},{"name":"MK_S_HIM","features":[307]},{"name":"MK_S_LAST","features":[307]},{"name":"MK_S_ME","features":[307]},{"name":"MK_S_MONIKERALREADYREGISTERED","features":[307]},{"name":"MK_S_REDUCED_TO_SELF","features":[307]},{"name":"MK_S_US","features":[307]},{"name":"MSDTC_E_DUPLICATE_RESOURCE","features":[307]},{"name":"MSSIPOTF_E_BADVERSION","features":[307]},{"name":"MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT","features":[307]},{"name":"MSSIPOTF_E_BAD_MAGICNUMBER","features":[307]},{"name":"MSSIPOTF_E_BAD_OFFSET_TABLE","features":[307]},{"name":"MSSIPOTF_E_CANTGETOBJECT","features":[307]},{"name":"MSSIPOTF_E_CRYPT","features":[307]},{"name":"MSSIPOTF_E_DSIG_STRUCTURE","features":[307]},{"name":"MSSIPOTF_E_FAILED_HINTS_CHECK","features":[307]},{"name":"MSSIPOTF_E_FAILED_POLICY","features":[307]},{"name":"MSSIPOTF_E_FILE","features":[307]},{"name":"MSSIPOTF_E_FILETOOSMALL","features":[307]},{"name":"MSSIPOTF_E_FILE_CHECKSUM","features":[307]},{"name":"MSSIPOTF_E_NOHEADTABLE","features":[307]},{"name":"MSSIPOTF_E_NOT_OPENTYPE","features":[307]},{"name":"MSSIPOTF_E_OUTOFMEMRANGE","features":[307]},{"name":"MSSIPOTF_E_PCONST_CHECK","features":[307]},{"name":"MSSIPOTF_E_STRUCTURE","features":[307]},{"name":"MSSIPOTF_E_TABLES_OVERLAP","features":[307]},{"name":"MSSIPOTF_E_TABLE_CHECKSUM","features":[307]},{"name":"MSSIPOTF_E_TABLE_LONGWORD","features":[307]},{"name":"MSSIPOTF_E_TABLE_PADBYTES","features":[307]},{"name":"MSSIPOTF_E_TABLE_TAGORDER","features":[307]},{"name":"NAP_E_CONFLICTING_ID","features":[307]},{"name":"NAP_E_ENTITY_DISABLED","features":[307]},{"name":"NAP_E_ID_NOT_FOUND","features":[307]},{"name":"NAP_E_INVALID_PACKET","features":[307]},{"name":"NAP_E_MAXSIZE_TOO_SMALL","features":[307]},{"name":"NAP_E_MISMATCHED_ID","features":[307]},{"name":"NAP_E_MISSING_SOH","features":[307]},{"name":"NAP_E_NETSH_GROUPPOLICY_ERROR","features":[307]},{"name":"NAP_E_NOT_INITIALIZED","features":[307]},{"name":"NAP_E_NOT_PENDING","features":[307]},{"name":"NAP_E_NOT_REGISTERED","features":[307]},{"name":"NAP_E_NO_CACHED_SOH","features":[307]},{"name":"NAP_E_SERVICE_NOT_RUNNING","features":[307]},{"name":"NAP_E_SHV_CONFIG_EXISTED","features":[307]},{"name":"NAP_E_SHV_CONFIG_NOT_FOUND","features":[307]},{"name":"NAP_E_SHV_TIMEOUT","features":[307]},{"name":"NAP_E_STILL_BOUND","features":[307]},{"name":"NAP_E_TOO_MANY_CALLS","features":[307]},{"name":"NAP_S_CERT_ALREADY_PRESENT","features":[307]},{"name":"NEARPROC","features":[307]},{"name":"NOERROR","features":[307]},{"name":"NOT_AN_ERROR1","features":[307]},{"name":"NO_ERROR","features":[307]},{"name":"NTDDI_MAXVER","features":[307]},{"name":"NTE_AUTHENTICATION_IGNORED","features":[307]},{"name":"NTE_BAD_ALGID","features":[307]},{"name":"NTE_BAD_DATA","features":[307]},{"name":"NTE_BAD_FLAGS","features":[307]},{"name":"NTE_BAD_HASH","features":[307]},{"name":"NTE_BAD_HASH_STATE","features":[307]},{"name":"NTE_BAD_KEY","features":[307]},{"name":"NTE_BAD_KEYSET","features":[307]},{"name":"NTE_BAD_KEYSET_PARAM","features":[307]},{"name":"NTE_BAD_KEY_STATE","features":[307]},{"name":"NTE_BAD_LEN","features":[307]},{"name":"NTE_BAD_PROVIDER","features":[307]},{"name":"NTE_BAD_PROV_TYPE","features":[307]},{"name":"NTE_BAD_PUBLIC_KEY","features":[307]},{"name":"NTE_BAD_SIGNATURE","features":[307]},{"name":"NTE_BAD_TYPE","features":[307]},{"name":"NTE_BAD_UID","features":[307]},{"name":"NTE_BAD_VER","features":[307]},{"name":"NTE_BUFFERS_OVERLAP","features":[307]},{"name":"NTE_BUFFER_TOO_SMALL","features":[307]},{"name":"NTE_DECRYPTION_FAILURE","features":[307]},{"name":"NTE_DEVICE_NOT_FOUND","features":[307]},{"name":"NTE_DEVICE_NOT_READY","features":[307]},{"name":"NTE_DOUBLE_ENCRYPT","features":[307]},{"name":"NTE_ENCRYPTION_FAILURE","features":[307]},{"name":"NTE_EXISTS","features":[307]},{"name":"NTE_FAIL","features":[307]},{"name":"NTE_FIXEDPARAMETER","features":[307]},{"name":"NTE_HMAC_NOT_SUPPORTED","features":[307]},{"name":"NTE_INCORRECT_PASSWORD","features":[307]},{"name":"NTE_INTERNAL_ERROR","features":[307]},{"name":"NTE_INVALID_HANDLE","features":[307]},{"name":"NTE_INVALID_PARAMETER","features":[307]},{"name":"NTE_KEYSET_ENTRY_BAD","features":[307]},{"name":"NTE_KEYSET_NOT_DEF","features":[307]},{"name":"NTE_NOT_ACTIVE_CONSOLE","features":[307]},{"name":"NTE_NOT_FOUND","features":[307]},{"name":"NTE_NOT_SUPPORTED","features":[307]},{"name":"NTE_NO_KEY","features":[307]},{"name":"NTE_NO_MEMORY","features":[307]},{"name":"NTE_NO_MORE_ITEMS","features":[307]},{"name":"NTE_OP_OK","features":[307]},{"name":"NTE_PASSWORD_CHANGE_REQUIRED","features":[307]},{"name":"NTE_PERM","features":[307]},{"name":"NTE_PROVIDER_DLL_FAIL","features":[307]},{"name":"NTE_PROV_DLL_NOT_FOUND","features":[307]},{"name":"NTE_PROV_TYPE_ENTRY_BAD","features":[307]},{"name":"NTE_PROV_TYPE_NOT_DEF","features":[307]},{"name":"NTE_PROV_TYPE_NO_MATCH","features":[307]},{"name":"NTE_SIGNATURE_FILE_BAD","features":[307]},{"name":"NTE_SILENT_CONTEXT","features":[307]},{"name":"NTE_SYS_ERR","features":[307]},{"name":"NTE_TEMPORARY_PROFILE","features":[307]},{"name":"NTE_TOKEN_KEYSET_STORAGE_FULL","features":[307]},{"name":"NTE_UI_REQUIRED","features":[307]},{"name":"NTE_USER_CANCELLED","features":[307]},{"name":"NTE_VALIDATION_FAILED","features":[307]},{"name":"NTSTATUS","features":[307]},{"name":"NTSTATUS_FACILITY_CODE","features":[307]},{"name":"NTSTATUS_SEVERITY_CODE","features":[307]},{"name":"OLEOBJ_E_FIRST","features":[307]},{"name":"OLEOBJ_E_INVALIDVERB","features":[307]},{"name":"OLEOBJ_E_LAST","features":[307]},{"name":"OLEOBJ_E_NOVERBS","features":[307]},{"name":"OLEOBJ_S_CANNOT_DOVERB_NOW","features":[307]},{"name":"OLEOBJ_S_FIRST","features":[307]},{"name":"OLEOBJ_S_INVALIDHWND","features":[307]},{"name":"OLEOBJ_S_INVALIDVERB","features":[307]},{"name":"OLEOBJ_S_LAST","features":[307]},{"name":"OLE_E_ADVF","features":[307]},{"name":"OLE_E_ADVISENOTSUPPORTED","features":[307]},{"name":"OLE_E_BLANK","features":[307]},{"name":"OLE_E_CANTCONVERT","features":[307]},{"name":"OLE_E_CANT_BINDTOSOURCE","features":[307]},{"name":"OLE_E_CANT_GETMONIKER","features":[307]},{"name":"OLE_E_CLASSDIFF","features":[307]},{"name":"OLE_E_ENUM_NOMORE","features":[307]},{"name":"OLE_E_FIRST","features":[307]},{"name":"OLE_E_INVALIDHWND","features":[307]},{"name":"OLE_E_INVALIDRECT","features":[307]},{"name":"OLE_E_LAST","features":[307]},{"name":"OLE_E_NOCACHE","features":[307]},{"name":"OLE_E_NOCONNECTION","features":[307]},{"name":"OLE_E_NOSTORAGE","features":[307]},{"name":"OLE_E_NOTRUNNING","features":[307]},{"name":"OLE_E_NOT_INPLACEACTIVE","features":[307]},{"name":"OLE_E_OLEVERB","features":[307]},{"name":"OLE_E_PROMPTSAVECANCELLED","features":[307]},{"name":"OLE_E_STATIC","features":[307]},{"name":"OLE_E_WRONGCOMPOBJ","features":[307]},{"name":"OLE_S_FIRST","features":[307]},{"name":"OLE_S_LAST","features":[307]},{"name":"OLE_S_MAC_CLIPFORMAT","features":[307]},{"name":"OLE_S_STATIC","features":[307]},{"name":"OLE_S_USEREG","features":[307]},{"name":"ONL_CONNECTION_COUNT_LIMIT","features":[307]},{"name":"ONL_E_ACCESS_DENIED_BY_TOU","features":[307]},{"name":"ONL_E_ACCOUNT_LOCKED","features":[307]},{"name":"ONL_E_ACCOUNT_SUSPENDED_ABUSE","features":[307]},{"name":"ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE","features":[307]},{"name":"ONL_E_ACCOUNT_UPDATE_REQUIRED","features":[307]},{"name":"ONL_E_ACTION_REQUIRED","features":[307]},{"name":"ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT","features":[307]},{"name":"ONL_E_EMAIL_VERIFICATION_REQUIRED","features":[307]},{"name":"ONL_E_FORCESIGNIN","features":[307]},{"name":"ONL_E_INVALID_APPLICATION","features":[307]},{"name":"ONL_E_INVALID_AUTHENTICATION_TARGET","features":[307]},{"name":"ONL_E_PARENTAL_CONSENT_REQUIRED","features":[307]},{"name":"ONL_E_PASSWORD_UPDATE_REQUIRED","features":[307]},{"name":"ONL_E_REQUEST_THROTTLED","features":[307]},{"name":"ONL_E_USER_AUTHENTICATION_REQUIRED","features":[307]},{"name":"OR_INVALID_OID","features":[307]},{"name":"OR_INVALID_OXID","features":[307]},{"name":"OR_INVALID_SET","features":[307]},{"name":"OSS_ACCESS_SERIALIZATION_ERROR","features":[307]},{"name":"OSS_API_DLL_NOT_LINKED","features":[307]},{"name":"OSS_BAD_ARG","features":[307]},{"name":"OSS_BAD_ENCRULES","features":[307]},{"name":"OSS_BAD_PTR","features":[307]},{"name":"OSS_BAD_TABLE","features":[307]},{"name":"OSS_BAD_TIME","features":[307]},{"name":"OSS_BAD_VERSION","features":[307]},{"name":"OSS_BERDER_DLL_NOT_LINKED","features":[307]},{"name":"OSS_CANT_CLOSE_TRACE_FILE","features":[307]},{"name":"OSS_CANT_OPEN_TRACE_FILE","features":[307]},{"name":"OSS_CANT_OPEN_TRACE_WINDOW","features":[307]},{"name":"OSS_COMPARATOR_CODE_NOT_LINKED","features":[307]},{"name":"OSS_COMPARATOR_DLL_NOT_LINKED","features":[307]},{"name":"OSS_CONSTRAINT_DLL_NOT_LINKED","features":[307]},{"name":"OSS_CONSTRAINT_VIOLATED","features":[307]},{"name":"OSS_COPIER_DLL_NOT_LINKED","features":[307]},{"name":"OSS_DATA_ERROR","features":[307]},{"name":"OSS_FATAL_ERROR","features":[307]},{"name":"OSS_INDEFINITE_NOT_SUPPORTED","features":[307]},{"name":"OSS_LIMITED","features":[307]},{"name":"OSS_MEM_ERROR","features":[307]},{"name":"OSS_MEM_MGR_DLL_NOT_LINKED","features":[307]},{"name":"OSS_MORE_BUF","features":[307]},{"name":"OSS_MORE_INPUT","features":[307]},{"name":"OSS_MUTEX_NOT_CREATED","features":[307]},{"name":"OSS_NEGATIVE_UINTEGER","features":[307]},{"name":"OSS_NULL_FCN","features":[307]},{"name":"OSS_NULL_TBL","features":[307]},{"name":"OSS_OID_DLL_NOT_LINKED","features":[307]},{"name":"OSS_OPEN_TYPE_ERROR","features":[307]},{"name":"OSS_OUT_MEMORY","features":[307]},{"name":"OSS_OUT_OF_RANGE","features":[307]},{"name":"OSS_PDU_MISMATCH","features":[307]},{"name":"OSS_PDU_RANGE","features":[307]},{"name":"OSS_PDV_CODE_NOT_LINKED","features":[307]},{"name":"OSS_PDV_DLL_NOT_LINKED","features":[307]},{"name":"OSS_PER_DLL_NOT_LINKED","features":[307]},{"name":"OSS_REAL_CODE_NOT_LINKED","features":[307]},{"name":"OSS_REAL_DLL_NOT_LINKED","features":[307]},{"name":"OSS_TABLE_MISMATCH","features":[307]},{"name":"OSS_TOO_LONG","features":[307]},{"name":"OSS_TRACE_FILE_ALREADY_OPEN","features":[307]},{"name":"OSS_TYPE_NOT_SUPPORTED","features":[307]},{"name":"OSS_UNAVAIL_ENCRULES","features":[307]},{"name":"OSS_UNIMPLEMENTED","features":[307]},{"name":"PAPCFUNC","features":[307]},{"name":"PEERDIST_ERROR_ALREADY_COMPLETED","features":[307]},{"name":"PEERDIST_ERROR_ALREADY_EXISTS","features":[307]},{"name":"PEERDIST_ERROR_ALREADY_INITIALIZED","features":[307]},{"name":"PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO","features":[307]},{"name":"PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED","features":[307]},{"name":"PEERDIST_ERROR_INVALIDATED","features":[307]},{"name":"PEERDIST_ERROR_INVALID_CONFIGURATION","features":[307]},{"name":"PEERDIST_ERROR_MISSING_DATA","features":[307]},{"name":"PEERDIST_ERROR_NOT_INITIALIZED","features":[307]},{"name":"PEERDIST_ERROR_NOT_LICENSED","features":[307]},{"name":"PEERDIST_ERROR_NO_MORE","features":[307]},{"name":"PEERDIST_ERROR_OPERATION_NOTFOUND","features":[307]},{"name":"PEERDIST_ERROR_OUT_OF_BOUNDS","features":[307]},{"name":"PEERDIST_ERROR_SERVICE_UNAVAILABLE","features":[307]},{"name":"PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS","features":[307]},{"name":"PEERDIST_ERROR_TRUST_FAILURE","features":[307]},{"name":"PEERDIST_ERROR_VERSION_UNSUPPORTED","features":[307]},{"name":"PEER_E_ALREADY_LISTENING","features":[307]},{"name":"PEER_E_CANNOT_CONVERT_PEER_NAME","features":[307]},{"name":"PEER_E_CANNOT_START_SERVICE","features":[307]},{"name":"PEER_E_CERT_STORE_CORRUPTED","features":[307]},{"name":"PEER_E_CHAIN_TOO_LONG","features":[307]},{"name":"PEER_E_CIRCULAR_CHAIN_DETECTED","features":[307]},{"name":"PEER_E_CLASSIFIER_TOO_LONG","features":[307]},{"name":"PEER_E_CLOUD_NAME_AMBIGUOUS","features":[307]},{"name":"PEER_E_CONNECTION_FAILED","features":[307]},{"name":"PEER_E_CONNECTION_NOT_AUTHENTICATED","features":[307]},{"name":"PEER_E_CONNECTION_NOT_FOUND","features":[307]},{"name":"PEER_E_CONNECTION_REFUSED","features":[307]},{"name":"PEER_E_CONNECT_SELF","features":[307]},{"name":"PEER_E_CONTACT_NOT_FOUND","features":[307]},{"name":"PEER_E_DATABASE_ACCESSDENIED","features":[307]},{"name":"PEER_E_DATABASE_ALREADY_PRESENT","features":[307]},{"name":"PEER_E_DATABASE_NOT_PRESENT","features":[307]},{"name":"PEER_E_DBINITIALIZATION_FAILED","features":[307]},{"name":"PEER_E_DBNAME_CHANGED","features":[307]},{"name":"PEER_E_DEFERRED_VALIDATION","features":[307]},{"name":"PEER_E_DUPLICATE_GRAPH","features":[307]},{"name":"PEER_E_EVENT_HANDLE_NOT_FOUND","features":[307]},{"name":"PEER_E_FW_BLOCKED_BY_POLICY","features":[307]},{"name":"PEER_E_FW_BLOCKED_BY_SHIELDS_UP","features":[307]},{"name":"PEER_E_FW_DECLINED","features":[307]},{"name":"PEER_E_FW_EXCEPTION_DISABLED","features":[307]},{"name":"PEER_E_GRAPH_IN_USE","features":[307]},{"name":"PEER_E_GRAPH_NOT_READY","features":[307]},{"name":"PEER_E_GRAPH_SHUTTING_DOWN","features":[307]},{"name":"PEER_E_GROUPS_EXIST","features":[307]},{"name":"PEER_E_GROUP_IN_USE","features":[307]},{"name":"PEER_E_GROUP_NOT_READY","features":[307]},{"name":"PEER_E_IDENTITY_DELETED","features":[307]},{"name":"PEER_E_IDENTITY_NOT_FOUND","features":[307]},{"name":"PEER_E_INVALID_ADDRESS","features":[307]},{"name":"PEER_E_INVALID_ATTRIBUTES","features":[307]},{"name":"PEER_E_INVALID_CLASSIFIER","features":[307]},{"name":"PEER_E_INVALID_CLASSIFIER_PROPERTY","features":[307]},{"name":"PEER_E_INVALID_CREDENTIAL","features":[307]},{"name":"PEER_E_INVALID_CREDENTIAL_INFO","features":[307]},{"name":"PEER_E_INVALID_DATABASE","features":[307]},{"name":"PEER_E_INVALID_FRIENDLY_NAME","features":[307]},{"name":"PEER_E_INVALID_GRAPH","features":[307]},{"name":"PEER_E_INVALID_GROUP","features":[307]},{"name":"PEER_E_INVALID_GROUP_PROPERTIES","features":[307]},{"name":"PEER_E_INVALID_PEER_HOST_NAME","features":[307]},{"name":"PEER_E_INVALID_PEER_NAME","features":[307]},{"name":"PEER_E_INVALID_RECORD","features":[307]},{"name":"PEER_E_INVALID_RECORD_EXPIRATION","features":[307]},{"name":"PEER_E_INVALID_RECORD_SIZE","features":[307]},{"name":"PEER_E_INVALID_ROLE_PROPERTY","features":[307]},{"name":"PEER_E_INVALID_SEARCH","features":[307]},{"name":"PEER_E_INVALID_TIME_PERIOD","features":[307]},{"name":"PEER_E_INVITATION_NOT_TRUSTED","features":[307]},{"name":"PEER_E_INVITE_CANCELLED","features":[307]},{"name":"PEER_E_INVITE_RESPONSE_NOT_AVAILABLE","features":[307]},{"name":"PEER_E_IPV6_NOT_INSTALLED","features":[307]},{"name":"PEER_E_MAX_RECORD_SIZE_EXCEEDED","features":[307]},{"name":"PEER_E_NODE_NOT_FOUND","features":[307]},{"name":"PEER_E_NOT_AUTHORIZED","features":[307]},{"name":"PEER_E_NOT_INITIALIZED","features":[307]},{"name":"PEER_E_NOT_LICENSED","features":[307]},{"name":"PEER_E_NOT_SIGNED_IN","features":[307]},{"name":"PEER_E_NO_CLOUD","features":[307]},{"name":"PEER_E_NO_KEY_ACCESS","features":[307]},{"name":"PEER_E_NO_MEMBERS_FOUND","features":[307]},{"name":"PEER_E_NO_MEMBER_CONNECTIONS","features":[307]},{"name":"PEER_E_NO_MORE","features":[307]},{"name":"PEER_E_PASSWORD_DOES_NOT_MEET_POLICY","features":[307]},{"name":"PEER_E_PNRP_DUPLICATE_PEER_NAME","features":[307]},{"name":"PEER_E_PRIVACY_DECLINED","features":[307]},{"name":"PEER_E_RECORD_NOT_FOUND","features":[307]},{"name":"PEER_E_SERVICE_NOT_AVAILABLE","features":[307]},{"name":"PEER_E_TIMEOUT","features":[307]},{"name":"PEER_E_TOO_MANY_ATTRIBUTES","features":[307]},{"name":"PEER_E_TOO_MANY_IDENTITIES","features":[307]},{"name":"PEER_E_UNABLE_TO_LISTEN","features":[307]},{"name":"PEER_E_UNSUPPORTED_VERSION","features":[307]},{"name":"PEER_S_ALREADY_A_MEMBER","features":[307]},{"name":"PEER_S_ALREADY_CONNECTED","features":[307]},{"name":"PEER_S_GRAPH_DATA_CREATED","features":[307]},{"name":"PEER_S_NO_CONNECTIVITY","features":[307]},{"name":"PEER_S_NO_EVENT_DATA","features":[307]},{"name":"PEER_S_SUBSCRIPTION_EXISTS","features":[307]},{"name":"PERSIST_E_NOTSELFSIZING","features":[307]},{"name":"PERSIST_E_SIZEDEFINITE","features":[307]},{"name":"PERSIST_E_SIZEINDEFINITE","features":[307]},{"name":"PLA_E_CABAPI_FAILURE","features":[307]},{"name":"PLA_E_CONFLICT_INCL_EXCL_API","features":[307]},{"name":"PLA_E_CREDENTIALS_REQUIRED","features":[307]},{"name":"PLA_E_DCS_ALREADY_EXISTS","features":[307]},{"name":"PLA_E_DCS_IN_USE","features":[307]},{"name":"PLA_E_DCS_NOT_FOUND","features":[307]},{"name":"PLA_E_DCS_NOT_RUNNING","features":[307]},{"name":"PLA_E_DCS_SINGLETON_REQUIRED","features":[307]},{"name":"PLA_E_DCS_START_WAIT_TIMEOUT","features":[307]},{"name":"PLA_E_DC_ALREADY_EXISTS","features":[307]},{"name":"PLA_E_DC_START_WAIT_TIMEOUT","features":[307]},{"name":"PLA_E_EXE_ALREADY_CONFIGURED","features":[307]},{"name":"PLA_E_EXE_FULL_PATH_REQUIRED","features":[307]},{"name":"PLA_E_EXE_PATH_NOT_VALID","features":[307]},{"name":"PLA_E_INVALID_SESSION_NAME","features":[307]},{"name":"PLA_E_NETWORK_EXE_NOT_VALID","features":[307]},{"name":"PLA_E_NO_DUPLICATES","features":[307]},{"name":"PLA_E_NO_MIN_DISK","features":[307]},{"name":"PLA_E_PLA_CHANNEL_NOT_ENABLED","features":[307]},{"name":"PLA_E_PROPERTY_CONFLICT","features":[307]},{"name":"PLA_E_REPORT_WAIT_TIMEOUT","features":[307]},{"name":"PLA_E_RULES_MANAGER_FAILED","features":[307]},{"name":"PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED","features":[307]},{"name":"PLA_E_TOO_MANY_FOLDERS","features":[307]},{"name":"PLA_S_PROPERTY_IGNORED","features":[307]},{"name":"POINT","features":[307]},{"name":"POINTL","features":[307]},{"name":"POINTS","features":[307]},{"name":"PRESENTATION_ERROR_LOST","features":[307]},{"name":"PROC","features":[307]},{"name":"PSINK_E_INDEX_ONLY","features":[307]},{"name":"PSINK_E_LARGE_ATTACHMENT","features":[307]},{"name":"PSINK_E_QUERY_ONLY","features":[307]},{"name":"PSINK_S_LARGE_WORD","features":[307]},{"name":"PSTR","features":[307]},{"name":"PWSTR","features":[307]},{"name":"QPARSE_E_EXPECTING_BRACE","features":[307]},{"name":"QPARSE_E_EXPECTING_COMMA","features":[307]},{"name":"QPARSE_E_EXPECTING_CURRENCY","features":[307]},{"name":"QPARSE_E_EXPECTING_DATE","features":[307]},{"name":"QPARSE_E_EXPECTING_EOS","features":[307]},{"name":"QPARSE_E_EXPECTING_GUID","features":[307]},{"name":"QPARSE_E_EXPECTING_INTEGER","features":[307]},{"name":"QPARSE_E_EXPECTING_PAREN","features":[307]},{"name":"QPARSE_E_EXPECTING_PHRASE","features":[307]},{"name":"QPARSE_E_EXPECTING_PROPERTY","features":[307]},{"name":"QPARSE_E_EXPECTING_REAL","features":[307]},{"name":"QPARSE_E_EXPECTING_REGEX","features":[307]},{"name":"QPARSE_E_EXPECTING_REGEX_PROPERTY","features":[307]},{"name":"QPARSE_E_INVALID_GROUPING","features":[307]},{"name":"QPARSE_E_INVALID_LITERAL","features":[307]},{"name":"QPARSE_E_INVALID_QUERY","features":[307]},{"name":"QPARSE_E_INVALID_RANKMETHOD","features":[307]},{"name":"QPARSE_E_INVALID_SORT_ORDER","features":[307]},{"name":"QPARSE_E_NOT_YET_IMPLEMENTED","features":[307]},{"name":"QPARSE_E_NO_SUCH_PROPERTY","features":[307]},{"name":"QPARSE_E_NO_SUCH_SORT_PROPERTY","features":[307]},{"name":"QPARSE_E_UNEXPECTED_EOS","features":[307]},{"name":"QPARSE_E_UNEXPECTED_NOT","features":[307]},{"name":"QPARSE_E_UNSUPPORTED_PROPERTY_TYPE","features":[307]},{"name":"QPARSE_E_WEIGHT_OUT_OF_RANGE","features":[307]},{"name":"QPLIST_E_BAD_GUID","features":[307]},{"name":"QPLIST_E_BYREF_USED_WITHOUT_PTRTYPE","features":[307]},{"name":"QPLIST_E_CANT_OPEN_FILE","features":[307]},{"name":"QPLIST_E_CANT_SET_PROPERTY","features":[307]},{"name":"QPLIST_E_DUPLICATE","features":[307]},{"name":"QPLIST_E_EXPECTING_CLOSE_PAREN","features":[307]},{"name":"QPLIST_E_EXPECTING_GUID","features":[307]},{"name":"QPLIST_E_EXPECTING_INTEGER","features":[307]},{"name":"QPLIST_E_EXPECTING_NAME","features":[307]},{"name":"QPLIST_E_EXPECTING_PROP_SPEC","features":[307]},{"name":"QPLIST_E_EXPECTING_TYPE","features":[307]},{"name":"QPLIST_E_READ_ERROR","features":[307]},{"name":"QPLIST_E_UNRECOGNIZED_TYPE","features":[307]},{"name":"QPLIST_E_VECTORBYREF_USED_ALONE","features":[307]},{"name":"QPLIST_S_DUPLICATE","features":[307]},{"name":"QUERY_E_ALLNOISE","features":[307]},{"name":"QUERY_E_DIR_ON_REMOVABLE_DRIVE","features":[307]},{"name":"QUERY_E_DUPLICATE_OUTPUT_COLUMN","features":[307]},{"name":"QUERY_E_FAILED","features":[307]},{"name":"QUERY_E_INVALIDCATEGORIZE","features":[307]},{"name":"QUERY_E_INVALIDQUERY","features":[307]},{"name":"QUERY_E_INVALIDRESTRICTION","features":[307]},{"name":"QUERY_E_INVALIDSORT","features":[307]},{"name":"QUERY_E_INVALID_DIRECTORY","features":[307]},{"name":"QUERY_E_INVALID_OUTPUT_COLUMN","features":[307]},{"name":"QUERY_E_TIMEDOUT","features":[307]},{"name":"QUERY_E_TOOCOMPLEX","features":[307]},{"name":"QUERY_S_NO_QUERY","features":[307]},{"name":"QUTIL_E_CANT_CONVERT_VROOT","features":[307]},{"name":"QUTIL_E_INVALID_CODEPAGE","features":[307]},{"name":"RECT","features":[307]},{"name":"RECTL","features":[307]},{"name":"REGDB_E_BADTHREADINGMODEL","features":[307]},{"name":"REGDB_E_CLASSNOTREG","features":[307]},{"name":"REGDB_E_FIRST","features":[307]},{"name":"REGDB_E_IIDNOTREG","features":[307]},{"name":"REGDB_E_INVALIDVALUE","features":[307]},{"name":"REGDB_E_KEYMISSING","features":[307]},{"name":"REGDB_E_LAST","features":[307]},{"name":"REGDB_E_PACKAGEPOLICYVIOLATION","features":[307]},{"name":"REGDB_E_READREGDB","features":[307]},{"name":"REGDB_E_WRITEREGDB","features":[307]},{"name":"REGDB_S_FIRST","features":[307]},{"name":"REGDB_S_LAST","features":[307]},{"name":"ROUTEBASE","features":[307]},{"name":"ROUTEBASEEND","features":[307]},{"name":"RO_E_BLOCKED_CROSS_ASTA_CALL","features":[307]},{"name":"RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER","features":[307]},{"name":"RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER","features":[307]},{"name":"RO_E_CHANGE_NOTIFICATION_IN_PROGRESS","features":[307]},{"name":"RO_E_CLOSED","features":[307]},{"name":"RO_E_COMMITTED","features":[307]},{"name":"RO_E_ERROR_STRING_NOT_FOUND","features":[307]},{"name":"RO_E_EXCLUSIVE_WRITE","features":[307]},{"name":"RO_E_INVALID_METADATA_FILE","features":[307]},{"name":"RO_E_METADATA_INVALID_TYPE_FORMAT","features":[307]},{"name":"RO_E_METADATA_NAME_IS_NAMESPACE","features":[307]},{"name":"RO_E_METADATA_NAME_NOT_FOUND","features":[307]},{"name":"RO_E_MUST_BE_AGILE","features":[307]},{"name":"RO_E_UNSUPPORTED_FROM_MTA","features":[307]},{"name":"RPC_E_ACCESS_DENIED","features":[307]},{"name":"RPC_E_ATTEMPTED_MULTITHREAD","features":[307]},{"name":"RPC_E_CALL_CANCELED","features":[307]},{"name":"RPC_E_CALL_COMPLETE","features":[307]},{"name":"RPC_E_CALL_REJECTED","features":[307]},{"name":"RPC_E_CANTCALLOUT_AGAIN","features":[307]},{"name":"RPC_E_CANTCALLOUT_INASYNCCALL","features":[307]},{"name":"RPC_E_CANTCALLOUT_INEXTERNALCALL","features":[307]},{"name":"RPC_E_CANTCALLOUT_ININPUTSYNCCALL","features":[307]},{"name":"RPC_E_CANTPOST_INSENDCALL","features":[307]},{"name":"RPC_E_CANTTRANSMIT_CALL","features":[307]},{"name":"RPC_E_CHANGED_MODE","features":[307]},{"name":"RPC_E_CLIENT_CANTMARSHAL_DATA","features":[307]},{"name":"RPC_E_CLIENT_CANTUNMARSHAL_DATA","features":[307]},{"name":"RPC_E_CLIENT_DIED","features":[307]},{"name":"RPC_E_CONNECTION_TERMINATED","features":[307]},{"name":"RPC_E_DISCONNECTED","features":[307]},{"name":"RPC_E_FAULT","features":[307]},{"name":"RPC_E_FULLSIC_REQUIRED","features":[307]},{"name":"RPC_E_INVALIDMETHOD","features":[307]},{"name":"RPC_E_INVALID_CALLDATA","features":[307]},{"name":"RPC_E_INVALID_DATA","features":[307]},{"name":"RPC_E_INVALID_DATAPACKET","features":[307]},{"name":"RPC_E_INVALID_EXTENSION","features":[307]},{"name":"RPC_E_INVALID_HEADER","features":[307]},{"name":"RPC_E_INVALID_IPID","features":[307]},{"name":"RPC_E_INVALID_OBJECT","features":[307]},{"name":"RPC_E_INVALID_OBJREF","features":[307]},{"name":"RPC_E_INVALID_PARAMETER","features":[307]},{"name":"RPC_E_INVALID_STD_NAME","features":[307]},{"name":"RPC_E_NOT_REGISTERED","features":[307]},{"name":"RPC_E_NO_CONTEXT","features":[307]},{"name":"RPC_E_NO_GOOD_SECURITY_PACKAGES","features":[307]},{"name":"RPC_E_NO_SYNC","features":[307]},{"name":"RPC_E_OUT_OF_RESOURCES","features":[307]},{"name":"RPC_E_REMOTE_DISABLED","features":[307]},{"name":"RPC_E_RETRY","features":[307]},{"name":"RPC_E_SERVERCALL_REJECTED","features":[307]},{"name":"RPC_E_SERVERCALL_RETRYLATER","features":[307]},{"name":"RPC_E_SERVERFAULT","features":[307]},{"name":"RPC_E_SERVER_CANTMARSHAL_DATA","features":[307]},{"name":"RPC_E_SERVER_CANTUNMARSHAL_DATA","features":[307]},{"name":"RPC_E_SERVER_DIED","features":[307]},{"name":"RPC_E_SERVER_DIED_DNE","features":[307]},{"name":"RPC_E_SYS_CALL_FAILED","features":[307]},{"name":"RPC_E_THREAD_NOT_INIT","features":[307]},{"name":"RPC_E_TIMEOUT","features":[307]},{"name":"RPC_E_TOO_LATE","features":[307]},{"name":"RPC_E_UNEXPECTED","features":[307]},{"name":"RPC_E_UNSECURE_CALL","features":[307]},{"name":"RPC_E_VERSION_MISMATCH","features":[307]},{"name":"RPC_E_WRONG_THREAD","features":[307]},{"name":"RPC_NT_ADDRESS_ERROR","features":[307]},{"name":"RPC_NT_ALREADY_LISTENING","features":[307]},{"name":"RPC_NT_ALREADY_REGISTERED","features":[307]},{"name":"RPC_NT_BAD_STUB_DATA","features":[307]},{"name":"RPC_NT_BINDING_HAS_NO_AUTH","features":[307]},{"name":"RPC_NT_BINDING_INCOMPLETE","features":[307]},{"name":"RPC_NT_BYTE_COUNT_TOO_SMALL","features":[307]},{"name":"RPC_NT_CALL_CANCELLED","features":[307]},{"name":"RPC_NT_CALL_FAILED","features":[307]},{"name":"RPC_NT_CALL_FAILED_DNE","features":[307]},{"name":"RPC_NT_CALL_IN_PROGRESS","features":[307]},{"name":"RPC_NT_CANNOT_SUPPORT","features":[307]},{"name":"RPC_NT_CANT_CREATE_ENDPOINT","features":[307]},{"name":"RPC_NT_COMM_FAILURE","features":[307]},{"name":"RPC_NT_COOKIE_AUTH_FAILED","features":[307]},{"name":"RPC_NT_DUPLICATE_ENDPOINT","features":[307]},{"name":"RPC_NT_ENTRY_ALREADY_EXISTS","features":[307]},{"name":"RPC_NT_ENTRY_NOT_FOUND","features":[307]},{"name":"RPC_NT_ENUM_VALUE_OUT_OF_RANGE","features":[307]},{"name":"RPC_NT_FP_DIV_ZERO","features":[307]},{"name":"RPC_NT_FP_OVERFLOW","features":[307]},{"name":"RPC_NT_FP_UNDERFLOW","features":[307]},{"name":"RPC_NT_GROUP_MEMBER_NOT_FOUND","features":[307]},{"name":"RPC_NT_INCOMPLETE_NAME","features":[307]},{"name":"RPC_NT_INTERFACE_NOT_FOUND","features":[307]},{"name":"RPC_NT_INTERNAL_ERROR","features":[307]},{"name":"RPC_NT_INVALID_ASYNC_CALL","features":[307]},{"name":"RPC_NT_INVALID_ASYNC_HANDLE","features":[307]},{"name":"RPC_NT_INVALID_AUTH_IDENTITY","features":[307]},{"name":"RPC_NT_INVALID_BINDING","features":[307]},{"name":"RPC_NT_INVALID_BOUND","features":[307]},{"name":"RPC_NT_INVALID_ENDPOINT_FORMAT","features":[307]},{"name":"RPC_NT_INVALID_ES_ACTION","features":[307]},{"name":"RPC_NT_INVALID_NAF_ID","features":[307]},{"name":"RPC_NT_INVALID_NAME_SYNTAX","features":[307]},{"name":"RPC_NT_INVALID_NETWORK_OPTIONS","features":[307]},{"name":"RPC_NT_INVALID_NET_ADDR","features":[307]},{"name":"RPC_NT_INVALID_OBJECT","features":[307]},{"name":"RPC_NT_INVALID_PIPE_OBJECT","features":[307]},{"name":"RPC_NT_INVALID_PIPE_OPERATION","features":[307]},{"name":"RPC_NT_INVALID_RPC_PROTSEQ","features":[307]},{"name":"RPC_NT_INVALID_STRING_BINDING","features":[307]},{"name":"RPC_NT_INVALID_STRING_UUID","features":[307]},{"name":"RPC_NT_INVALID_TAG","features":[307]},{"name":"RPC_NT_INVALID_TIMEOUT","features":[307]},{"name":"RPC_NT_INVALID_VERS_OPTION","features":[307]},{"name":"RPC_NT_MAX_CALLS_TOO_SMALL","features":[307]},{"name":"RPC_NT_NAME_SERVICE_UNAVAILABLE","features":[307]},{"name":"RPC_NT_NOTHING_TO_EXPORT","features":[307]},{"name":"RPC_NT_NOT_ALL_OBJS_UNEXPORTED","features":[307]},{"name":"RPC_NT_NOT_CANCELLED","features":[307]},{"name":"RPC_NT_NOT_LISTENING","features":[307]},{"name":"RPC_NT_NOT_RPC_ERROR","features":[307]},{"name":"RPC_NT_NO_BINDINGS","features":[307]},{"name":"RPC_NT_NO_CALL_ACTIVE","features":[307]},{"name":"RPC_NT_NO_CONTEXT_AVAILABLE","features":[307]},{"name":"RPC_NT_NO_ENDPOINT_FOUND","features":[307]},{"name":"RPC_NT_NO_ENTRY_NAME","features":[307]},{"name":"RPC_NT_NO_INTERFACES","features":[307]},{"name":"RPC_NT_NO_MORE_BINDINGS","features":[307]},{"name":"RPC_NT_NO_MORE_ENTRIES","features":[307]},{"name":"RPC_NT_NO_MORE_MEMBERS","features":[307]},{"name":"RPC_NT_NO_PRINC_NAME","features":[307]},{"name":"RPC_NT_NO_PROTSEQS","features":[307]},{"name":"RPC_NT_NO_PROTSEQS_REGISTERED","features":[307]},{"name":"RPC_NT_NULL_REF_POINTER","features":[307]},{"name":"RPC_NT_OBJECT_NOT_FOUND","features":[307]},{"name":"RPC_NT_OUT_OF_RESOURCES","features":[307]},{"name":"RPC_NT_PIPE_CLOSED","features":[307]},{"name":"RPC_NT_PIPE_DISCIPLINE_ERROR","features":[307]},{"name":"RPC_NT_PIPE_EMPTY","features":[307]},{"name":"RPC_NT_PROCNUM_OUT_OF_RANGE","features":[307]},{"name":"RPC_NT_PROTOCOL_ERROR","features":[307]},{"name":"RPC_NT_PROTSEQ_NOT_FOUND","features":[307]},{"name":"RPC_NT_PROTSEQ_NOT_SUPPORTED","features":[307]},{"name":"RPC_NT_PROXY_ACCESS_DENIED","features":[307]},{"name":"RPC_NT_SEC_PKG_ERROR","features":[307]},{"name":"RPC_NT_SEND_INCOMPLETE","features":[307]},{"name":"RPC_NT_SERVER_TOO_BUSY","features":[307]},{"name":"RPC_NT_SERVER_UNAVAILABLE","features":[307]},{"name":"RPC_NT_SS_CANNOT_GET_CALL_HANDLE","features":[307]},{"name":"RPC_NT_SS_CHAR_TRANS_OPEN_FAIL","features":[307]},{"name":"RPC_NT_SS_CHAR_TRANS_SHORT_FILE","features":[307]},{"name":"RPC_NT_SS_CONTEXT_DAMAGED","features":[307]},{"name":"RPC_NT_SS_CONTEXT_MISMATCH","features":[307]},{"name":"RPC_NT_SS_HANDLES_MISMATCH","features":[307]},{"name":"RPC_NT_SS_IN_NULL_CONTEXT","features":[307]},{"name":"RPC_NT_STRING_TOO_LONG","features":[307]},{"name":"RPC_NT_TYPE_ALREADY_REGISTERED","features":[307]},{"name":"RPC_NT_UNKNOWN_AUTHN_LEVEL","features":[307]},{"name":"RPC_NT_UNKNOWN_AUTHN_SERVICE","features":[307]},{"name":"RPC_NT_UNKNOWN_AUTHN_TYPE","features":[307]},{"name":"RPC_NT_UNKNOWN_AUTHZ_SERVICE","features":[307]},{"name":"RPC_NT_UNKNOWN_IF","features":[307]},{"name":"RPC_NT_UNKNOWN_MGR_TYPE","features":[307]},{"name":"RPC_NT_UNSUPPORTED_AUTHN_LEVEL","features":[307]},{"name":"RPC_NT_UNSUPPORTED_NAME_SYNTAX","features":[307]},{"name":"RPC_NT_UNSUPPORTED_TRANS_SYN","features":[307]},{"name":"RPC_NT_UNSUPPORTED_TYPE","features":[307]},{"name":"RPC_NT_UUID_LOCAL_ONLY","features":[307]},{"name":"RPC_NT_UUID_NO_ADDRESS","features":[307]},{"name":"RPC_NT_WRONG_ES_VERSION","features":[307]},{"name":"RPC_NT_WRONG_KIND_OF_BINDING","features":[307]},{"name":"RPC_NT_WRONG_PIPE_VERSION","features":[307]},{"name":"RPC_NT_WRONG_STUB_VERSION","features":[307]},{"name":"RPC_NT_ZERO_DIVIDE","features":[307]},{"name":"RPC_S_CALLPENDING","features":[307]},{"name":"RPC_S_WAITONTIMER","features":[307]},{"name":"RPC_X_BAD_STUB_DATA","features":[307]},{"name":"RPC_X_BYTE_COUNT_TOO_SMALL","features":[307]},{"name":"RPC_X_ENUM_VALUE_OUT_OF_RANGE","features":[307]},{"name":"RPC_X_ENUM_VALUE_TOO_LARGE","features":[307]},{"name":"RPC_X_INVALID_BOUND","features":[307]},{"name":"RPC_X_INVALID_BUFFER","features":[307]},{"name":"RPC_X_INVALID_ES_ACTION","features":[307]},{"name":"RPC_X_INVALID_PIPE_OBJECT","features":[307]},{"name":"RPC_X_INVALID_PIPE_OPERATION","features":[307]},{"name":"RPC_X_INVALID_TAG","features":[307]},{"name":"RPC_X_NO_MEMORY","features":[307]},{"name":"RPC_X_NO_MORE_ENTRIES","features":[307]},{"name":"RPC_X_NULL_REF_POINTER","features":[307]},{"name":"RPC_X_PIPE_APP_MEMORY","features":[307]},{"name":"RPC_X_PIPE_CLOSED","features":[307]},{"name":"RPC_X_PIPE_DISCIPLINE_ERROR","features":[307]},{"name":"RPC_X_PIPE_EMPTY","features":[307]},{"name":"RPC_X_SS_CANNOT_GET_CALL_HANDLE","features":[307]},{"name":"RPC_X_SS_CHAR_TRANS_OPEN_FAIL","features":[307]},{"name":"RPC_X_SS_CHAR_TRANS_SHORT_FILE","features":[307]},{"name":"RPC_X_SS_CONTEXT_DAMAGED","features":[307]},{"name":"RPC_X_SS_CONTEXT_MISMATCH","features":[307]},{"name":"RPC_X_SS_HANDLES_MISMATCH","features":[307]},{"name":"RPC_X_SS_IN_NULL_CONTEXT","features":[307]},{"name":"RPC_X_WRONG_ES_VERSION","features":[307]},{"name":"RPC_X_WRONG_PIPE_ORDER","features":[307]},{"name":"RPC_X_WRONG_PIPE_VERSION","features":[307]},{"name":"RPC_X_WRONG_STUB_VERSION","features":[307]},{"name":"RtlNtStatusToDosError","features":[307]},{"name":"SCARD_E_BAD_SEEK","features":[307]},{"name":"SCARD_E_CANCELLED","features":[307]},{"name":"SCARD_E_CANT_DISPOSE","features":[307]},{"name":"SCARD_E_CARD_UNSUPPORTED","features":[307]},{"name":"SCARD_E_CERTIFICATE_UNAVAILABLE","features":[307]},{"name":"SCARD_E_COMM_DATA_LOST","features":[307]},{"name":"SCARD_E_DIR_NOT_FOUND","features":[307]},{"name":"SCARD_E_DUPLICATE_READER","features":[307]},{"name":"SCARD_E_FILE_NOT_FOUND","features":[307]},{"name":"SCARD_E_ICC_CREATEORDER","features":[307]},{"name":"SCARD_E_ICC_INSTALLATION","features":[307]},{"name":"SCARD_E_INSUFFICIENT_BUFFER","features":[307]},{"name":"SCARD_E_INVALID_ATR","features":[307]},{"name":"SCARD_E_INVALID_CHV","features":[307]},{"name":"SCARD_E_INVALID_HANDLE","features":[307]},{"name":"SCARD_E_INVALID_PARAMETER","features":[307]},{"name":"SCARD_E_INVALID_TARGET","features":[307]},{"name":"SCARD_E_INVALID_VALUE","features":[307]},{"name":"SCARD_E_NOT_READY","features":[307]},{"name":"SCARD_E_NOT_TRANSACTED","features":[307]},{"name":"SCARD_E_NO_ACCESS","features":[307]},{"name":"SCARD_E_NO_DIR","features":[307]},{"name":"SCARD_E_NO_FILE","features":[307]},{"name":"SCARD_E_NO_KEY_CONTAINER","features":[307]},{"name":"SCARD_E_NO_MEMORY","features":[307]},{"name":"SCARD_E_NO_PIN_CACHE","features":[307]},{"name":"SCARD_E_NO_READERS_AVAILABLE","features":[307]},{"name":"SCARD_E_NO_SERVICE","features":[307]},{"name":"SCARD_E_NO_SMARTCARD","features":[307]},{"name":"SCARD_E_NO_SUCH_CERTIFICATE","features":[307]},{"name":"SCARD_E_PCI_TOO_SMALL","features":[307]},{"name":"SCARD_E_PIN_CACHE_EXPIRED","features":[307]},{"name":"SCARD_E_PROTO_MISMATCH","features":[307]},{"name":"SCARD_E_READER_UNAVAILABLE","features":[307]},{"name":"SCARD_E_READER_UNSUPPORTED","features":[307]},{"name":"SCARD_E_READ_ONLY_CARD","features":[307]},{"name":"SCARD_E_SERVER_TOO_BUSY","features":[307]},{"name":"SCARD_E_SERVICE_STOPPED","features":[307]},{"name":"SCARD_E_SHARING_VIOLATION","features":[307]},{"name":"SCARD_E_SYSTEM_CANCELLED","features":[307]},{"name":"SCARD_E_TIMEOUT","features":[307]},{"name":"SCARD_E_UNEXPECTED","features":[307]},{"name":"SCARD_E_UNKNOWN_CARD","features":[307]},{"name":"SCARD_E_UNKNOWN_READER","features":[307]},{"name":"SCARD_E_UNKNOWN_RES_MNG","features":[307]},{"name":"SCARD_E_UNSUPPORTED_FEATURE","features":[307]},{"name":"SCARD_E_WRITE_TOO_MANY","features":[307]},{"name":"SCARD_F_COMM_ERROR","features":[307]},{"name":"SCARD_F_INTERNAL_ERROR","features":[307]},{"name":"SCARD_F_UNKNOWN_ERROR","features":[307]},{"name":"SCARD_F_WAITED_TOO_LONG","features":[307]},{"name":"SCARD_P_SHUTDOWN","features":[307]},{"name":"SCARD_W_CACHE_ITEM_NOT_FOUND","features":[307]},{"name":"SCARD_W_CACHE_ITEM_STALE","features":[307]},{"name":"SCARD_W_CACHE_ITEM_TOO_BIG","features":[307]},{"name":"SCARD_W_CANCELLED_BY_USER","features":[307]},{"name":"SCARD_W_CARD_NOT_AUTHENTICATED","features":[307]},{"name":"SCARD_W_CHV_BLOCKED","features":[307]},{"name":"SCARD_W_EOF","features":[307]},{"name":"SCARD_W_REMOVED_CARD","features":[307]},{"name":"SCARD_W_RESET_CARD","features":[307]},{"name":"SCARD_W_SECURITY_VIOLATION","features":[307]},{"name":"SCARD_W_UNPOWERED_CARD","features":[307]},{"name":"SCARD_W_UNRESPONSIVE_CARD","features":[307]},{"name":"SCARD_W_UNSUPPORTED_CARD","features":[307]},{"name":"SCARD_W_WRONG_CHV","features":[307]},{"name":"SCHED_E_ACCOUNT_DBASE_CORRUPT","features":[307]},{"name":"SCHED_E_ACCOUNT_INFORMATION_NOT_SET","features":[307]},{"name":"SCHED_E_ACCOUNT_NAME_NOT_FOUND","features":[307]},{"name":"SCHED_E_ALREADY_RUNNING","features":[307]},{"name":"SCHED_E_CANNOT_OPEN_TASK","features":[307]},{"name":"SCHED_E_DEPRECATED_FEATURE_USED","features":[307]},{"name":"SCHED_E_INVALIDVALUE","features":[307]},{"name":"SCHED_E_INVALID_TASK","features":[307]},{"name":"SCHED_E_INVALID_TASK_HASH","features":[307]},{"name":"SCHED_E_MALFORMEDXML","features":[307]},{"name":"SCHED_E_MISSINGNODE","features":[307]},{"name":"SCHED_E_NAMESPACE","features":[307]},{"name":"SCHED_E_NO_SECURITY_SERVICES","features":[307]},{"name":"SCHED_E_PAST_END_BOUNDARY","features":[307]},{"name":"SCHED_E_SERVICE_NOT_AVAILABLE","features":[307]},{"name":"SCHED_E_SERVICE_NOT_INSTALLED","features":[307]},{"name":"SCHED_E_SERVICE_NOT_LOCALSYSTEM","features":[307]},{"name":"SCHED_E_SERVICE_NOT_RUNNING","features":[307]},{"name":"SCHED_E_SERVICE_TOO_BUSY","features":[307]},{"name":"SCHED_E_START_ON_DEMAND","features":[307]},{"name":"SCHED_E_TASK_ATTEMPTED","features":[307]},{"name":"SCHED_E_TASK_DISABLED","features":[307]},{"name":"SCHED_E_TASK_NOT_READY","features":[307]},{"name":"SCHED_E_TASK_NOT_RUNNING","features":[307]},{"name":"SCHED_E_TASK_NOT_UBPM_COMPAT","features":[307]},{"name":"SCHED_E_TASK_NOT_V1_COMPAT","features":[307]},{"name":"SCHED_E_TOO_MANY_NODES","features":[307]},{"name":"SCHED_E_TRIGGER_NOT_FOUND","features":[307]},{"name":"SCHED_E_UNEXPECTEDNODE","features":[307]},{"name":"SCHED_E_UNKNOWN_OBJECT_VERSION","features":[307]},{"name":"SCHED_E_UNSUPPORTED_ACCOUNT_OPTION","features":[307]},{"name":"SCHED_E_USER_NOT_LOGGED_ON","features":[307]},{"name":"SCHED_S_BATCH_LOGON_PROBLEM","features":[307]},{"name":"SCHED_S_EVENT_TRIGGER","features":[307]},{"name":"SCHED_S_SOME_TRIGGERS_FAILED","features":[307]},{"name":"SCHED_S_TASK_DISABLED","features":[307]},{"name":"SCHED_S_TASK_HAS_NOT_RUN","features":[307]},{"name":"SCHED_S_TASK_NOT_SCHEDULED","features":[307]},{"name":"SCHED_S_TASK_NO_MORE_RUNS","features":[307]},{"name":"SCHED_S_TASK_NO_VALID_TRIGGERS","features":[307]},{"name":"SCHED_S_TASK_QUEUED","features":[307]},{"name":"SCHED_S_TASK_READY","features":[307]},{"name":"SCHED_S_TASK_RUNNING","features":[307]},{"name":"SCHED_S_TASK_TERMINATED","features":[307]},{"name":"SDIAG_E_CANCELLED","features":[307]},{"name":"SDIAG_E_CANNOTRUN","features":[307]},{"name":"SDIAG_E_DISABLED","features":[307]},{"name":"SDIAG_E_MANAGEDHOST","features":[307]},{"name":"SDIAG_E_NOVERIFIER","features":[307]},{"name":"SDIAG_E_POWERSHELL","features":[307]},{"name":"SDIAG_E_RESOURCE","features":[307]},{"name":"SDIAG_E_ROOTCAUSE","features":[307]},{"name":"SDIAG_E_SCRIPT","features":[307]},{"name":"SDIAG_E_TRUST","features":[307]},{"name":"SDIAG_E_VERSION","features":[307]},{"name":"SDIAG_S_CANNOTRUN","features":[307]},{"name":"SEARCH_E_NOMONIKER","features":[307]},{"name":"SEARCH_E_NOREGION","features":[307]},{"name":"SEARCH_S_NOMOREHITS","features":[307]},{"name":"SEC_E_ALGORITHM_MISMATCH","features":[307]},{"name":"SEC_E_APPLICATION_PROTOCOL_MISMATCH","features":[307]},{"name":"SEC_E_BAD_BINDINGS","features":[307]},{"name":"SEC_E_BAD_PKGID","features":[307]},{"name":"SEC_E_BUFFER_TOO_SMALL","features":[307]},{"name":"SEC_E_CANNOT_INSTALL","features":[307]},{"name":"SEC_E_CANNOT_PACK","features":[307]},{"name":"SEC_E_CERT_EXPIRED","features":[307]},{"name":"SEC_E_CERT_UNKNOWN","features":[307]},{"name":"SEC_E_CERT_WRONG_USAGE","features":[307]},{"name":"SEC_E_CONTEXT_EXPIRED","features":[307]},{"name":"SEC_E_CROSSREALM_DELEGATION_FAILURE","features":[307]},{"name":"SEC_E_CRYPTO_SYSTEM_INVALID","features":[307]},{"name":"SEC_E_DECRYPT_FAILURE","features":[307]},{"name":"SEC_E_DELEGATION_POLICY","features":[307]},{"name":"SEC_E_DELEGATION_REQUIRED","features":[307]},{"name":"SEC_E_DOWNGRADE_DETECTED","features":[307]},{"name":"SEC_E_ENCRYPT_FAILURE","features":[307]},{"name":"SEC_E_EXT_BUFFER_TOO_SMALL","features":[307]},{"name":"SEC_E_ILLEGAL_MESSAGE","features":[307]},{"name":"SEC_E_INCOMPLETE_CREDENTIALS","features":[307]},{"name":"SEC_E_INCOMPLETE_MESSAGE","features":[307]},{"name":"SEC_E_INSUFFICIENT_BUFFERS","features":[307]},{"name":"SEC_E_INSUFFICIENT_MEMORY","features":[307]},{"name":"SEC_E_INTERNAL_ERROR","features":[307]},{"name":"SEC_E_INVALID_HANDLE","features":[307]},{"name":"SEC_E_INVALID_PARAMETER","features":[307]},{"name":"SEC_E_INVALID_TOKEN","features":[307]},{"name":"SEC_E_INVALID_UPN_NAME","features":[307]},{"name":"SEC_E_ISSUING_CA_UNTRUSTED","features":[307]},{"name":"SEC_E_ISSUING_CA_UNTRUSTED_KDC","features":[307]},{"name":"SEC_E_KDC_CERT_EXPIRED","features":[307]},{"name":"SEC_E_KDC_CERT_REVOKED","features":[307]},{"name":"SEC_E_KDC_INVALID_REQUEST","features":[307]},{"name":"SEC_E_KDC_UNABLE_TO_REFER","features":[307]},{"name":"SEC_E_KDC_UNKNOWN_ETYPE","features":[307]},{"name":"SEC_E_LOGON_DENIED","features":[307]},{"name":"SEC_E_MAX_REFERRALS_EXCEEDED","features":[307]},{"name":"SEC_E_MESSAGE_ALTERED","features":[307]},{"name":"SEC_E_MULTIPLE_ACCOUNTS","features":[307]},{"name":"SEC_E_MUST_BE_KDC","features":[307]},{"name":"SEC_E_MUTUAL_AUTH_FAILED","features":[307]},{"name":"SEC_E_NOT_OWNER","features":[307]},{"name":"SEC_E_NOT_SUPPORTED","features":[307]},{"name":"SEC_E_NO_AUTHENTICATING_AUTHORITY","features":[307]},{"name":"SEC_E_NO_CONTEXT","features":[307]},{"name":"SEC_E_NO_CREDENTIALS","features":[307]},{"name":"SEC_E_NO_IMPERSONATION","features":[307]},{"name":"SEC_E_NO_IP_ADDRESSES","features":[307]},{"name":"SEC_E_NO_KERB_KEY","features":[307]},{"name":"SEC_E_NO_PA_DATA","features":[307]},{"name":"SEC_E_NO_S4U_PROT_SUPPORT","features":[307]},{"name":"SEC_E_NO_SPM","features":[307]},{"name":"SEC_E_NO_TGT_REPLY","features":[307]},{"name":"SEC_E_OK","features":[307]},{"name":"SEC_E_ONLY_HTTPS_ALLOWED","features":[307]},{"name":"SEC_E_OUT_OF_SEQUENCE","features":[307]},{"name":"SEC_E_PKINIT_CLIENT_FAILURE","features":[307]},{"name":"SEC_E_PKINIT_NAME_MISMATCH","features":[307]},{"name":"SEC_E_PKU2U_CERT_FAILURE","features":[307]},{"name":"SEC_E_POLICY_NLTM_ONLY","features":[307]},{"name":"SEC_E_QOP_NOT_SUPPORTED","features":[307]},{"name":"SEC_E_REVOCATION_OFFLINE_C","features":[307]},{"name":"SEC_E_REVOCATION_OFFLINE_KDC","features":[307]},{"name":"SEC_E_SECPKG_NOT_FOUND","features":[307]},{"name":"SEC_E_SECURITY_QOS_FAILED","features":[307]},{"name":"SEC_E_SHUTDOWN_IN_PROGRESS","features":[307]},{"name":"SEC_E_SMARTCARD_CERT_EXPIRED","features":[307]},{"name":"SEC_E_SMARTCARD_CERT_REVOKED","features":[307]},{"name":"SEC_E_SMARTCARD_LOGON_REQUIRED","features":[307]},{"name":"SEC_E_STRONG_CRYPTO_NOT_SUPPORTED","features":[307]},{"name":"SEC_E_TARGET_UNKNOWN","features":[307]},{"name":"SEC_E_TIME_SKEW","features":[307]},{"name":"SEC_E_TOO_MANY_PRINCIPALS","features":[307]},{"name":"SEC_E_UNFINISHED_CONTEXT_DELETED","features":[307]},{"name":"SEC_E_UNKNOWN_CREDENTIALS","features":[307]},{"name":"SEC_E_UNSUPPORTED_FUNCTION","features":[307]},{"name":"SEC_E_UNSUPPORTED_PREAUTH","features":[307]},{"name":"SEC_E_UNTRUSTED_ROOT","features":[307]},{"name":"SEC_E_WRONG_CREDENTIAL_HANDLE","features":[307]},{"name":"SEC_E_WRONG_PRINCIPAL","features":[307]},{"name":"SEC_I_ASYNC_CALL_PENDING","features":[307]},{"name":"SEC_I_COMPLETE_AND_CONTINUE","features":[307]},{"name":"SEC_I_COMPLETE_NEEDED","features":[307]},{"name":"SEC_I_CONTEXT_EXPIRED","features":[307]},{"name":"SEC_I_CONTINUE_NEEDED","features":[307]},{"name":"SEC_I_CONTINUE_NEEDED_MESSAGE_OK","features":[307]},{"name":"SEC_I_GENERIC_EXTENSION_RECEIVED","features":[307]},{"name":"SEC_I_INCOMPLETE_CREDENTIALS","features":[307]},{"name":"SEC_I_LOCAL_LOGON","features":[307]},{"name":"SEC_I_MESSAGE_FRAGMENT","features":[307]},{"name":"SEC_I_NO_LSA_CONTEXT","features":[307]},{"name":"SEC_I_NO_RENEGOTIATION","features":[307]},{"name":"SEC_I_RENEGOTIATE","features":[307]},{"name":"SEC_I_SIGNATURE_NEEDED","features":[307]},{"name":"SEVERITY_ERROR","features":[307]},{"name":"SEVERITY_SUCCESS","features":[307]},{"name":"SHANDLE_PTR","features":[307]},{"name":"SIZE","features":[307]},{"name":"SPAPI_E_AUTHENTICODE_DISALLOWED","features":[307]},{"name":"SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED","features":[307]},{"name":"SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER","features":[307]},{"name":"SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED","features":[307]},{"name":"SPAPI_E_BAD_INTERFACE_INSTALLSECT","features":[307]},{"name":"SPAPI_E_BAD_SECTION_NAME_LINE","features":[307]},{"name":"SPAPI_E_BAD_SERVICE_INSTALLSECT","features":[307]},{"name":"SPAPI_E_CANT_LOAD_CLASS_ICON","features":[307]},{"name":"SPAPI_E_CANT_REMOVE_DEVINST","features":[307]},{"name":"SPAPI_E_CLASS_MISMATCH","features":[307]},{"name":"SPAPI_E_DEVICE_INSTALLER_NOT_READY","features":[307]},{"name":"SPAPI_E_DEVICE_INSTALL_BLOCKED","features":[307]},{"name":"SPAPI_E_DEVICE_INTERFACE_ACTIVE","features":[307]},{"name":"SPAPI_E_DEVICE_INTERFACE_REMOVED","features":[307]},{"name":"SPAPI_E_DEVINFO_DATA_LOCKED","features":[307]},{"name":"SPAPI_E_DEVINFO_LIST_LOCKED","features":[307]},{"name":"SPAPI_E_DEVINFO_NOT_REGISTERED","features":[307]},{"name":"SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE","features":[307]},{"name":"SPAPI_E_DEVINST_ALREADY_EXISTS","features":[307]},{"name":"SPAPI_E_DI_BAD_PATH","features":[307]},{"name":"SPAPI_E_DI_DONT_INSTALL","features":[307]},{"name":"SPAPI_E_DI_DO_DEFAULT","features":[307]},{"name":"SPAPI_E_DI_FUNCTION_OBSOLETE","features":[307]},{"name":"SPAPI_E_DI_NOFILECOPY","features":[307]},{"name":"SPAPI_E_DI_POSTPROCESSING_REQUIRED","features":[307]},{"name":"SPAPI_E_DRIVER_INSTALL_BLOCKED","features":[307]},{"name":"SPAPI_E_DRIVER_NONNATIVE","features":[307]},{"name":"SPAPI_E_DRIVER_STORE_ADD_FAILED","features":[307]},{"name":"SPAPI_E_DRIVER_STORE_DELETE_FAILED","features":[307]},{"name":"SPAPI_E_DUPLICATE_FOUND","features":[307]},{"name":"SPAPI_E_ERROR_NOT_INSTALLED","features":[307]},{"name":"SPAPI_E_EXPECTED_SECTION_NAME","features":[307]},{"name":"SPAPI_E_FILEQUEUE_LOCKED","features":[307]},{"name":"SPAPI_E_FILE_HASH_NOT_IN_CATALOG","features":[307]},{"name":"SPAPI_E_GENERAL_SYNTAX","features":[307]},{"name":"SPAPI_E_INCORRECTLY_COPIED_INF","features":[307]},{"name":"SPAPI_E_INF_IN_USE_BY_DEVICES","features":[307]},{"name":"SPAPI_E_INVALID_CLASS","features":[307]},{"name":"SPAPI_E_INVALID_CLASS_INSTALLER","features":[307]},{"name":"SPAPI_E_INVALID_COINSTALLER","features":[307]},{"name":"SPAPI_E_INVALID_DEVINST_NAME","features":[307]},{"name":"SPAPI_E_INVALID_FILTER_DRIVER","features":[307]},{"name":"SPAPI_E_INVALID_HWPROFILE","features":[307]},{"name":"SPAPI_E_INVALID_INF_LOGCONFIG","features":[307]},{"name":"SPAPI_E_INVALID_MACHINENAME","features":[307]},{"name":"SPAPI_E_INVALID_PROPPAGE_PROVIDER","features":[307]},{"name":"SPAPI_E_INVALID_REFERENCE_STRING","features":[307]},{"name":"SPAPI_E_INVALID_REG_PROPERTY","features":[307]},{"name":"SPAPI_E_INVALID_TARGET","features":[307]},{"name":"SPAPI_E_IN_WOW64","features":[307]},{"name":"SPAPI_E_KEY_DOES_NOT_EXIST","features":[307]},{"name":"SPAPI_E_LINE_NOT_FOUND","features":[307]},{"name":"SPAPI_E_MACHINE_UNAVAILABLE","features":[307]},{"name":"SPAPI_E_NON_WINDOWS_DRIVER","features":[307]},{"name":"SPAPI_E_NON_WINDOWS_NT_DRIVER","features":[307]},{"name":"SPAPI_E_NOT_AN_INSTALLED_OEM_INF","features":[307]},{"name":"SPAPI_E_NOT_DISABLEABLE","features":[307]},{"name":"SPAPI_E_NO_ASSOCIATED_CLASS","features":[307]},{"name":"SPAPI_E_NO_ASSOCIATED_SERVICE","features":[307]},{"name":"SPAPI_E_NO_AUTHENTICODE_CATALOG","features":[307]},{"name":"SPAPI_E_NO_BACKUP","features":[307]},{"name":"SPAPI_E_NO_CATALOG_FOR_OEM_INF","features":[307]},{"name":"SPAPI_E_NO_CLASSINSTALL_PARAMS","features":[307]},{"name":"SPAPI_E_NO_CLASS_DRIVER_LIST","features":[307]},{"name":"SPAPI_E_NO_COMPAT_DRIVERS","features":[307]},{"name":"SPAPI_E_NO_CONFIGMGR_SERVICES","features":[307]},{"name":"SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE","features":[307]},{"name":"SPAPI_E_NO_DEVICE_ICON","features":[307]},{"name":"SPAPI_E_NO_DEVICE_SELECTED","features":[307]},{"name":"SPAPI_E_NO_DRIVER_SELECTED","features":[307]},{"name":"SPAPI_E_NO_INF","features":[307]},{"name":"SPAPI_E_NO_SUCH_DEVICE_INTERFACE","features":[307]},{"name":"SPAPI_E_NO_SUCH_DEVINST","features":[307]},{"name":"SPAPI_E_NO_SUCH_INTERFACE_CLASS","features":[307]},{"name":"SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE","features":[307]},{"name":"SPAPI_E_PNP_REGISTRY_ERROR","features":[307]},{"name":"SPAPI_E_REMOTE_COMM_FAILURE","features":[307]},{"name":"SPAPI_E_REMOTE_REQUEST_UNSUPPORTED","features":[307]},{"name":"SPAPI_E_SCE_DISABLED","features":[307]},{"name":"SPAPI_E_SECTION_NAME_TOO_LONG","features":[307]},{"name":"SPAPI_E_SECTION_NOT_FOUND","features":[307]},{"name":"SPAPI_E_SET_SYSTEM_RESTORE_POINT","features":[307]},{"name":"SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH","features":[307]},{"name":"SPAPI_E_UNKNOWN_EXCEPTION","features":[307]},{"name":"SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW","features":[307]},{"name":"SPAPI_E_WRONG_INF_STYLE","features":[307]},{"name":"SPAPI_E_WRONG_INF_TYPE","features":[307]},{"name":"SQLITE_E_ABORT","features":[307]},{"name":"SQLITE_E_ABORT_ROLLBACK","features":[307]},{"name":"SQLITE_E_AUTH","features":[307]},{"name":"SQLITE_E_BUSY","features":[307]},{"name":"SQLITE_E_BUSY_RECOVERY","features":[307]},{"name":"SQLITE_E_BUSY_SNAPSHOT","features":[307]},{"name":"SQLITE_E_CANTOPEN","features":[307]},{"name":"SQLITE_E_CANTOPEN_CONVPATH","features":[307]},{"name":"SQLITE_E_CANTOPEN_FULLPATH","features":[307]},{"name":"SQLITE_E_CANTOPEN_ISDIR","features":[307]},{"name":"SQLITE_E_CANTOPEN_NOTEMPDIR","features":[307]},{"name":"SQLITE_E_CONSTRAINT","features":[307]},{"name":"SQLITE_E_CONSTRAINT_CHECK","features":[307]},{"name":"SQLITE_E_CONSTRAINT_COMMITHOOK","features":[307]},{"name":"SQLITE_E_CONSTRAINT_FOREIGNKEY","features":[307]},{"name":"SQLITE_E_CONSTRAINT_FUNCTION","features":[307]},{"name":"SQLITE_E_CONSTRAINT_NOTNULL","features":[307]},{"name":"SQLITE_E_CONSTRAINT_PRIMARYKEY","features":[307]},{"name":"SQLITE_E_CONSTRAINT_ROWID","features":[307]},{"name":"SQLITE_E_CONSTRAINT_TRIGGER","features":[307]},{"name":"SQLITE_E_CONSTRAINT_UNIQUE","features":[307]},{"name":"SQLITE_E_CONSTRAINT_VTAB","features":[307]},{"name":"SQLITE_E_CORRUPT","features":[307]},{"name":"SQLITE_E_CORRUPT_VTAB","features":[307]},{"name":"SQLITE_E_DONE","features":[307]},{"name":"SQLITE_E_EMPTY","features":[307]},{"name":"SQLITE_E_ERROR","features":[307]},{"name":"SQLITE_E_FORMAT","features":[307]},{"name":"SQLITE_E_FULL","features":[307]},{"name":"SQLITE_E_INTERNAL","features":[307]},{"name":"SQLITE_E_INTERRUPT","features":[307]},{"name":"SQLITE_E_IOERR","features":[307]},{"name":"SQLITE_E_IOERR_ACCESS","features":[307]},{"name":"SQLITE_E_IOERR_AUTH","features":[307]},{"name":"SQLITE_E_IOERR_BLOCKED","features":[307]},{"name":"SQLITE_E_IOERR_CHECKRESERVEDLOCK","features":[307]},{"name":"SQLITE_E_IOERR_CLOSE","features":[307]},{"name":"SQLITE_E_IOERR_CONVPATH","features":[307]},{"name":"SQLITE_E_IOERR_DELETE","features":[307]},{"name":"SQLITE_E_IOERR_DELETE_NOENT","features":[307]},{"name":"SQLITE_E_IOERR_DIR_CLOSE","features":[307]},{"name":"SQLITE_E_IOERR_DIR_FSYNC","features":[307]},{"name":"SQLITE_E_IOERR_FSTAT","features":[307]},{"name":"SQLITE_E_IOERR_FSYNC","features":[307]},{"name":"SQLITE_E_IOERR_GETTEMPPATH","features":[307]},{"name":"SQLITE_E_IOERR_LOCK","features":[307]},{"name":"SQLITE_E_IOERR_MMAP","features":[307]},{"name":"SQLITE_E_IOERR_NOMEM","features":[307]},{"name":"SQLITE_E_IOERR_RDLOCK","features":[307]},{"name":"SQLITE_E_IOERR_READ","features":[307]},{"name":"SQLITE_E_IOERR_SEEK","features":[307]},{"name":"SQLITE_E_IOERR_SHMLOCK","features":[307]},{"name":"SQLITE_E_IOERR_SHMMAP","features":[307]},{"name":"SQLITE_E_IOERR_SHMOPEN","features":[307]},{"name":"SQLITE_E_IOERR_SHMSIZE","features":[307]},{"name":"SQLITE_E_IOERR_SHORT_READ","features":[307]},{"name":"SQLITE_E_IOERR_TRUNCATE","features":[307]},{"name":"SQLITE_E_IOERR_UNLOCK","features":[307]},{"name":"SQLITE_E_IOERR_VNODE","features":[307]},{"name":"SQLITE_E_IOERR_WRITE","features":[307]},{"name":"SQLITE_E_LOCKED","features":[307]},{"name":"SQLITE_E_LOCKED_SHAREDCACHE","features":[307]},{"name":"SQLITE_E_MISMATCH","features":[307]},{"name":"SQLITE_E_MISUSE","features":[307]},{"name":"SQLITE_E_NOLFS","features":[307]},{"name":"SQLITE_E_NOMEM","features":[307]},{"name":"SQLITE_E_NOTADB","features":[307]},{"name":"SQLITE_E_NOTFOUND","features":[307]},{"name":"SQLITE_E_NOTICE","features":[307]},{"name":"SQLITE_E_NOTICE_RECOVER_ROLLBACK","features":[307]},{"name":"SQLITE_E_NOTICE_RECOVER_WAL","features":[307]},{"name":"SQLITE_E_PERM","features":[307]},{"name":"SQLITE_E_PROTOCOL","features":[307]},{"name":"SQLITE_E_RANGE","features":[307]},{"name":"SQLITE_E_READONLY","features":[307]},{"name":"SQLITE_E_READONLY_CANTLOCK","features":[307]},{"name":"SQLITE_E_READONLY_DBMOVED","features":[307]},{"name":"SQLITE_E_READONLY_RECOVERY","features":[307]},{"name":"SQLITE_E_READONLY_ROLLBACK","features":[307]},{"name":"SQLITE_E_ROW","features":[307]},{"name":"SQLITE_E_SCHEMA","features":[307]},{"name":"SQLITE_E_TOOBIG","features":[307]},{"name":"SQLITE_E_WARNING","features":[307]},{"name":"SQLITE_E_WARNING_AUTOINDEX","features":[307]},{"name":"STATEREPOSITORY_ERROR_CACHE_CORRUPTED","features":[307]},{"name":"STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED","features":[307]},{"name":"STATEREPOSITORY_E_BLOCKED","features":[307]},{"name":"STATEREPOSITORY_E_BUSY_RECOVERY_RETRY","features":[307]},{"name":"STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED","features":[307]},{"name":"STATEREPOSITORY_E_BUSY_RETRY","features":[307]},{"name":"STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED","features":[307]},{"name":"STATEREPOSITORY_E_CACHE_NOT_INIITALIZED","features":[307]},{"name":"STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE","features":[307]},{"name":"STATEREPOSITORY_E_CONFIGURATION_INVALID","features":[307]},{"name":"STATEREPOSITORY_E_DEPENDENCY_NOT_RESOLVED","features":[307]},{"name":"STATEREPOSITORY_E_LOCKED_RETRY","features":[307]},{"name":"STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY","features":[307]},{"name":"STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED","features":[307]},{"name":"STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED","features":[307]},{"name":"STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS","features":[307]},{"name":"STATEREPOSITORY_E_STATEMENT_INPROGRESS","features":[307]},{"name":"STATEREPOSITORY_E_TRANSACTION_REQUIRED","features":[307]},{"name":"STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION","features":[307]},{"name":"STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED","features":[307]},{"name":"STATEREPOSITORY_TRANSACTION_IN_PROGRESS","features":[307]},{"name":"STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED","features":[307]},{"name":"STATUS_ABANDONED","features":[307]},{"name":"STATUS_ABANDONED_WAIT_0","features":[307]},{"name":"STATUS_ABANDONED_WAIT_63","features":[307]},{"name":"STATUS_ABANDON_HIBERFILE","features":[307]},{"name":"STATUS_ABIOS_INVALID_COMMAND","features":[307]},{"name":"STATUS_ABIOS_INVALID_LID","features":[307]},{"name":"STATUS_ABIOS_INVALID_SELECTOR","features":[307]},{"name":"STATUS_ABIOS_LID_ALREADY_OWNED","features":[307]},{"name":"STATUS_ABIOS_LID_NOT_EXIST","features":[307]},{"name":"STATUS_ABIOS_NOT_LID_OWNER","features":[307]},{"name":"STATUS_ABIOS_NOT_PRESENT","features":[307]},{"name":"STATUS_ABIOS_SELECTOR_NOT_AVAILABLE","features":[307]},{"name":"STATUS_ACCESS_AUDIT_BY_POLICY","features":[307]},{"name":"STATUS_ACCESS_DENIED","features":[307]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT","features":[307]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_OTHER","features":[307]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_PATH","features":[307]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER","features":[307]},{"name":"STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY","features":[307]},{"name":"STATUS_ACCESS_VIOLATION","features":[307]},{"name":"STATUS_ACPI_ACQUIRE_GLOBAL_LOCK","features":[307]},{"name":"STATUS_ACPI_ADDRESS_NOT_MAPPED","features":[307]},{"name":"STATUS_ACPI_ALREADY_INITIALIZED","features":[307]},{"name":"STATUS_ACPI_ASSERT_FAILED","features":[307]},{"name":"STATUS_ACPI_FATAL","features":[307]},{"name":"STATUS_ACPI_HANDLER_COLLISION","features":[307]},{"name":"STATUS_ACPI_INCORRECT_ARGUMENT_COUNT","features":[307]},{"name":"STATUS_ACPI_INVALID_ACCESS_SIZE","features":[307]},{"name":"STATUS_ACPI_INVALID_ARGTYPE","features":[307]},{"name":"STATUS_ACPI_INVALID_ARGUMENT","features":[307]},{"name":"STATUS_ACPI_INVALID_DATA","features":[307]},{"name":"STATUS_ACPI_INVALID_EVENTTYPE","features":[307]},{"name":"STATUS_ACPI_INVALID_INDEX","features":[307]},{"name":"STATUS_ACPI_INVALID_MUTEX_LEVEL","features":[307]},{"name":"STATUS_ACPI_INVALID_OBJTYPE","features":[307]},{"name":"STATUS_ACPI_INVALID_OPCODE","features":[307]},{"name":"STATUS_ACPI_INVALID_REGION","features":[307]},{"name":"STATUS_ACPI_INVALID_SUPERNAME","features":[307]},{"name":"STATUS_ACPI_INVALID_TABLE","features":[307]},{"name":"STATUS_ACPI_INVALID_TARGETTYPE","features":[307]},{"name":"STATUS_ACPI_MUTEX_NOT_OWNED","features":[307]},{"name":"STATUS_ACPI_MUTEX_NOT_OWNER","features":[307]},{"name":"STATUS_ACPI_NOT_INITIALIZED","features":[307]},{"name":"STATUS_ACPI_POWER_REQUEST_FAILED","features":[307]},{"name":"STATUS_ACPI_REG_HANDLER_FAILED","features":[307]},{"name":"STATUS_ACPI_RS_ACCESS","features":[307]},{"name":"STATUS_ACPI_STACK_OVERFLOW","features":[307]},{"name":"STATUS_ADAPTER_HARDWARE_ERROR","features":[307]},{"name":"STATUS_ADDRESS_ALREADY_ASSOCIATED","features":[307]},{"name":"STATUS_ADDRESS_ALREADY_EXISTS","features":[307]},{"name":"STATUS_ADDRESS_CLOSED","features":[307]},{"name":"STATUS_ADDRESS_NOT_ASSOCIATED","features":[307]},{"name":"STATUS_ADMINLESS_ACCESS_DENIED","features":[307]},{"name":"STATUS_ADVANCED_INSTALLER_FAILED","features":[307]},{"name":"STATUS_AGENTS_EXHAUSTED","features":[307]},{"name":"STATUS_ALERTED","features":[307]},{"name":"STATUS_ALIAS_EXISTS","features":[307]},{"name":"STATUS_ALLOCATE_BUCKET","features":[307]},{"name":"STATUS_ALLOTTED_SPACE_EXCEEDED","features":[307]},{"name":"STATUS_ALL_SIDS_FILTERED","features":[307]},{"name":"STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED","features":[307]},{"name":"STATUS_ALPC_CHECK_COMPLETION_LIST","features":[307]},{"name":"STATUS_ALREADY_COMMITTED","features":[307]},{"name":"STATUS_ALREADY_COMPLETE","features":[307]},{"name":"STATUS_ALREADY_DISCONNECTED","features":[307]},{"name":"STATUS_ALREADY_HAS_STREAM_ID","features":[307]},{"name":"STATUS_ALREADY_INITIALIZED","features":[307]},{"name":"STATUS_ALREADY_REGISTERED","features":[307]},{"name":"STATUS_ALREADY_WIN32","features":[307]},{"name":"STATUS_AMBIGUOUS_SYSTEM_DEVICE","features":[307]},{"name":"STATUS_APC_RETURNED_WHILE_IMPERSONATING","features":[307]},{"name":"STATUS_APISET_NOT_HOSTED","features":[307]},{"name":"STATUS_APISET_NOT_PRESENT","features":[307]},{"name":"STATUS_APPEXEC_APP_COMPAT_BLOCK","features":[307]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT","features":[307]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING","features":[307]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES","features":[307]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION","features":[307]},{"name":"STATUS_APPEXEC_CONDITION_NOT_SATISFIED","features":[307]},{"name":"STATUS_APPEXEC_HANDLE_INVALIDATED","features":[307]},{"name":"STATUS_APPEXEC_HOST_ID_MISMATCH","features":[307]},{"name":"STATUS_APPEXEC_INVALID_HOST_GENERATION","features":[307]},{"name":"STATUS_APPEXEC_INVALID_HOST_STATE","features":[307]},{"name":"STATUS_APPEXEC_NO_DONOR","features":[307]},{"name":"STATUS_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION","features":[307]},{"name":"STATUS_APPEXEC_UNKNOWN_USER","features":[307]},{"name":"STATUS_APPHELP_BLOCK","features":[307]},{"name":"STATUS_APPX_FILE_NOT_ENCRYPTED","features":[307]},{"name":"STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN","features":[307]},{"name":"STATUS_APP_DATA_CORRUPT","features":[307]},{"name":"STATUS_APP_DATA_EXPIRED","features":[307]},{"name":"STATUS_APP_DATA_LIMIT_EXCEEDED","features":[307]},{"name":"STATUS_APP_DATA_NOT_FOUND","features":[307]},{"name":"STATUS_APP_DATA_REBOOT_REQUIRED","features":[307]},{"name":"STATUS_APP_INIT_FAILURE","features":[307]},{"name":"STATUS_ARBITRATION_UNHANDLED","features":[307]},{"name":"STATUS_ARRAY_BOUNDS_EXCEEDED","features":[307]},{"name":"STATUS_ASSERTION_FAILURE","features":[307]},{"name":"STATUS_ATTACHED_EXECUTABLE_MEMORY_WRITE","features":[307]},{"name":"STATUS_ATTRIBUTE_NOT_PRESENT","features":[307]},{"name":"STATUS_AUDIO_ENGINE_NODE_NOT_FOUND","features":[307]},{"name":"STATUS_AUDITING_DISABLED","features":[307]},{"name":"STATUS_AUDIT_FAILED","features":[307]},{"name":"STATUS_AUTHIP_FAILURE","features":[307]},{"name":"STATUS_AUTH_TAG_MISMATCH","features":[307]},{"name":"STATUS_BACKUP_CONTROLLER","features":[307]},{"name":"STATUS_BAD_BINDINGS","features":[307]},{"name":"STATUS_BAD_CLUSTERS","features":[307]},{"name":"STATUS_BAD_COMPRESSION_BUFFER","features":[307]},{"name":"STATUS_BAD_CURRENT_DIRECTORY","features":[307]},{"name":"STATUS_BAD_DATA","features":[307]},{"name":"STATUS_BAD_DESCRIPTOR_FORMAT","features":[307]},{"name":"STATUS_BAD_DEVICE_TYPE","features":[307]},{"name":"STATUS_BAD_DLL_ENTRYPOINT","features":[307]},{"name":"STATUS_BAD_FILE_TYPE","features":[307]},{"name":"STATUS_BAD_FUNCTION_TABLE","features":[307]},{"name":"STATUS_BAD_IMPERSONATION_LEVEL","features":[307]},{"name":"STATUS_BAD_INHERITANCE_ACL","features":[307]},{"name":"STATUS_BAD_INITIAL_PC","features":[307]},{"name":"STATUS_BAD_INITIAL_STACK","features":[307]},{"name":"STATUS_BAD_KEY","features":[307]},{"name":"STATUS_BAD_LOGON_SESSION_STATE","features":[307]},{"name":"STATUS_BAD_MASTER_BOOT_RECORD","features":[307]},{"name":"STATUS_BAD_MCFG_TABLE","features":[307]},{"name":"STATUS_BAD_NETWORK_NAME","features":[307]},{"name":"STATUS_BAD_NETWORK_PATH","features":[307]},{"name":"STATUS_BAD_REMOTE_ADAPTER","features":[307]},{"name":"STATUS_BAD_SERVICE_ENTRYPOINT","features":[307]},{"name":"STATUS_BAD_STACK","features":[307]},{"name":"STATUS_BAD_TOKEN_TYPE","features":[307]},{"name":"STATUS_BAD_VALIDATION_CLASS","features":[307]},{"name":"STATUS_BAD_WORKING_SET_LIMIT","features":[307]},{"name":"STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED","features":[307]},{"name":"STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED","features":[307]},{"name":"STATUS_BCD_TOO_MANY_ELEMENTS","features":[307]},{"name":"STATUS_BEGINNING_OF_MEDIA","features":[307]},{"name":"STATUS_BEYOND_VDL","features":[307]},{"name":"STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT","features":[307]},{"name":"STATUS_BIZRULES_NOT_ENABLED","features":[307]},{"name":"STATUS_BLOCKED_BY_PARENTAL_CONTROLS","features":[307]},{"name":"STATUS_BLOCK_SHARED","features":[307]},{"name":"STATUS_BLOCK_SOURCE_WEAK_REFERENCE_INVALID","features":[307]},{"name":"STATUS_BLOCK_TARGET_WEAK_REFERENCE_INVALID","features":[307]},{"name":"STATUS_BLOCK_TOO_MANY_REFERENCES","features":[307]},{"name":"STATUS_BLOCK_WEAK_REFERENCE_INVALID","features":[307]},{"name":"STATUS_BREAKPOINT","features":[307]},{"name":"STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND","features":[307]},{"name":"STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG","features":[307]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION","features":[307]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION","features":[307]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION","features":[307]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[307]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_RESOURCES","features":[307]},{"name":"STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[307]},{"name":"STATUS_BTH_ATT_INVALID_HANDLE","features":[307]},{"name":"STATUS_BTH_ATT_INVALID_OFFSET","features":[307]},{"name":"STATUS_BTH_ATT_INVALID_PDU","features":[307]},{"name":"STATUS_BTH_ATT_PREPARE_QUEUE_FULL","features":[307]},{"name":"STATUS_BTH_ATT_READ_NOT_PERMITTED","features":[307]},{"name":"STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED","features":[307]},{"name":"STATUS_BTH_ATT_UNKNOWN_ERROR","features":[307]},{"name":"STATUS_BTH_ATT_UNLIKELY","features":[307]},{"name":"STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE","features":[307]},{"name":"STATUS_BTH_ATT_WRITE_NOT_PERMITTED","features":[307]},{"name":"STATUS_BUFFER_ALL_ZEROS","features":[307]},{"name":"STATUS_BUFFER_OVERFLOW","features":[307]},{"name":"STATUS_BUFFER_TOO_SMALL","features":[307]},{"name":"STATUS_BUS_RESET","features":[307]},{"name":"STATUS_BYPASSIO_FLT_NOT_SUPPORTED","features":[307]},{"name":"STATUS_CACHE_PAGE_LOCKED","features":[307]},{"name":"STATUS_CALLBACK_BYPASS","features":[307]},{"name":"STATUS_CALLBACK_INVOKE_INLINE","features":[307]},{"name":"STATUS_CALLBACK_POP_STACK","features":[307]},{"name":"STATUS_CALLBACK_RETURNED_LANG","features":[307]},{"name":"STATUS_CALLBACK_RETURNED_LDR_LOCK","features":[307]},{"name":"STATUS_CALLBACK_RETURNED_PRI_BACK","features":[307]},{"name":"STATUS_CALLBACK_RETURNED_THREAD_AFFINITY","features":[307]},{"name":"STATUS_CALLBACK_RETURNED_THREAD_PRIORITY","features":[307]},{"name":"STATUS_CALLBACK_RETURNED_TRANSACTION","features":[307]},{"name":"STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING","features":[307]},{"name":"STATUS_CANCELLED","features":[307]},{"name":"STATUS_CANNOT_ABORT_TRANSACTIONS","features":[307]},{"name":"STATUS_CANNOT_ACCEPT_TRANSACTED_WORK","features":[307]},{"name":"STATUS_CANNOT_BREAK_OPLOCK","features":[307]},{"name":"STATUS_CANNOT_DELETE","features":[307]},{"name":"STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION","features":[307]},{"name":"STATUS_CANNOT_GRANT_REQUESTED_OPLOCK","features":[307]},{"name":"STATUS_CANNOT_IMPERSONATE","features":[307]},{"name":"STATUS_CANNOT_LOAD_REGISTRY_FILE","features":[307]},{"name":"STATUS_CANNOT_MAKE","features":[307]},{"name":"STATUS_CANNOT_SWITCH_RUNLEVEL","features":[307]},{"name":"STATUS_CANT_ACCESS_DOMAIN_INFO","features":[307]},{"name":"STATUS_CANT_ATTACH_TO_DEV_VOLUME","features":[307]},{"name":"STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY","features":[307]},{"name":"STATUS_CANT_CLEAR_ENCRYPTION_FLAG","features":[307]},{"name":"STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS","features":[307]},{"name":"STATUS_CANT_CROSS_RM_BOUNDARY","features":[307]},{"name":"STATUS_CANT_DISABLE_MANDATORY","features":[307]},{"name":"STATUS_CANT_ENABLE_DENY_ONLY","features":[307]},{"name":"STATUS_CANT_OPEN_ANONYMOUS","features":[307]},{"name":"STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT","features":[307]},{"name":"STATUS_CANT_RECOVER_WITH_HANDLE_OPEN","features":[307]},{"name":"STATUS_CANT_TERMINATE_SELF","features":[307]},{"name":"STATUS_CANT_WAIT","features":[307]},{"name":"STATUS_CARDBUS_NOT_SUPPORTED","features":[307]},{"name":"STATUS_CASE_DIFFERING_NAMES_IN_DIR","features":[307]},{"name":"STATUS_CASE_SENSITIVE_PATH","features":[307]},{"name":"STATUS_CC_NEEDS_CALLBACK_SECTION_DRAIN","features":[307]},{"name":"STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE","features":[307]},{"name":"STATUS_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT","features":[307]},{"name":"STATUS_CHECKING_FILE_SYSTEM","features":[307]},{"name":"STATUS_CHECKOUT_REQUIRED","features":[307]},{"name":"STATUS_CHILD_MUST_BE_VOLATILE","features":[307]},{"name":"STATUS_CHILD_PROCESS_BLOCKED","features":[307]},{"name":"STATUS_CIMFS_IMAGE_CORRUPT","features":[307]},{"name":"STATUS_CIMFS_IMAGE_VERSION_NOT_SUPPORTED","features":[307]},{"name":"STATUS_CLEANER_CARTRIDGE_INSTALLED","features":[307]},{"name":"STATUS_CLIENT_SERVER_PARAMETERS_INVALID","features":[307]},{"name":"STATUS_CLIP_DEVICE_LICENSE_MISSING","features":[307]},{"name":"STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID","features":[307]},{"name":"STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH","features":[307]},{"name":"STATUS_CLIP_LICENSE_EXPIRED","features":[307]},{"name":"STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE","features":[307]},{"name":"STATUS_CLIP_LICENSE_INVALID_SIGNATURE","features":[307]},{"name":"STATUS_CLIP_LICENSE_NOT_FOUND","features":[307]},{"name":"STATUS_CLIP_LICENSE_NOT_SIGNED","features":[307]},{"name":"STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE","features":[307]},{"name":"STATUS_CLOUD_FILE_ACCESS_DENIED","features":[307]},{"name":"STATUS_CLOUD_FILE_ALREADY_CONNECTED","features":[307]},{"name":"STATUS_CLOUD_FILE_AUTHENTICATION_FAILED","features":[307]},{"name":"STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY","features":[307]},{"name":"STATUS_CLOUD_FILE_DEHYDRATION_DISALLOWED","features":[307]},{"name":"STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS","features":[307]},{"name":"STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES","features":[307]},{"name":"STATUS_CLOUD_FILE_INVALID_REQUEST","features":[307]},{"name":"STATUS_CLOUD_FILE_IN_USE","features":[307]},{"name":"STATUS_CLOUD_FILE_METADATA_CORRUPT","features":[307]},{"name":"STATUS_CLOUD_FILE_METADATA_TOO_LARGE","features":[307]},{"name":"STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE","features":[307]},{"name":"STATUS_CLOUD_FILE_NOT_IN_SYNC","features":[307]},{"name":"STATUS_CLOUD_FILE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT","features":[307]},{"name":"STATUS_CLOUD_FILE_PINNED","features":[307]},{"name":"STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH","features":[307]},{"name":"STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE","features":[307]},{"name":"STATUS_CLOUD_FILE_PROPERTY_CORRUPT","features":[307]},{"name":"STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT","features":[307]},{"name":"STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED","features":[307]},{"name":"STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING","features":[307]},{"name":"STATUS_CLOUD_FILE_PROVIDER_TERMINATED","features":[307]},{"name":"STATUS_CLOUD_FILE_READ_ONLY_VOLUME","features":[307]},{"name":"STATUS_CLOUD_FILE_REQUEST_ABORTED","features":[307]},{"name":"STATUS_CLOUD_FILE_REQUEST_CANCELED","features":[307]},{"name":"STATUS_CLOUD_FILE_REQUEST_TIMEOUT","features":[307]},{"name":"STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT","features":[307]},{"name":"STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS","features":[307]},{"name":"STATUS_CLOUD_FILE_UNSUCCESSFUL","features":[307]},{"name":"STATUS_CLOUD_FILE_US_MESSAGE_TIMEOUT","features":[307]},{"name":"STATUS_CLOUD_FILE_VALIDATION_FAILED","features":[307]},{"name":"STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED","features":[307]},{"name":"STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR","features":[307]},{"name":"STATUS_CLUSTER_CSV_INVALID_HANDLE","features":[307]},{"name":"STATUS_CLUSTER_CSV_NOT_REDIRECTED","features":[307]},{"name":"STATUS_CLUSTER_CSV_NO_SNAPSHOTS","features":[307]},{"name":"STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS","features":[307]},{"name":"STATUS_CLUSTER_CSV_REDIRECTED","features":[307]},{"name":"STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS","features":[307]},{"name":"STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR","features":[307]},{"name":"STATUS_CLUSTER_CSV_VOLUME_DRAINING","features":[307]},{"name":"STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL","features":[307]},{"name":"STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL","features":[307]},{"name":"STATUS_CLUSTER_INVALID_NETWORK","features":[307]},{"name":"STATUS_CLUSTER_INVALID_NETWORK_PROVIDER","features":[307]},{"name":"STATUS_CLUSTER_INVALID_NODE","features":[307]},{"name":"STATUS_CLUSTER_INVALID_REQUEST","features":[307]},{"name":"STATUS_CLUSTER_JOIN_IN_PROGRESS","features":[307]},{"name":"STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS","features":[307]},{"name":"STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND","features":[307]},{"name":"STATUS_CLUSTER_NETINTERFACE_EXISTS","features":[307]},{"name":"STATUS_CLUSTER_NETINTERFACE_NOT_FOUND","features":[307]},{"name":"STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE","features":[307]},{"name":"STATUS_CLUSTER_NETWORK_ALREADY_ONLINE","features":[307]},{"name":"STATUS_CLUSTER_NETWORK_EXISTS","features":[307]},{"name":"STATUS_CLUSTER_NETWORK_NOT_FOUND","features":[307]},{"name":"STATUS_CLUSTER_NETWORK_NOT_INTERNAL","features":[307]},{"name":"STATUS_CLUSTER_NODE_ALREADY_DOWN","features":[307]},{"name":"STATUS_CLUSTER_NODE_ALREADY_MEMBER","features":[307]},{"name":"STATUS_CLUSTER_NODE_ALREADY_UP","features":[307]},{"name":"STATUS_CLUSTER_NODE_DOWN","features":[307]},{"name":"STATUS_CLUSTER_NODE_EXISTS","features":[307]},{"name":"STATUS_CLUSTER_NODE_NOT_FOUND","features":[307]},{"name":"STATUS_CLUSTER_NODE_NOT_MEMBER","features":[307]},{"name":"STATUS_CLUSTER_NODE_NOT_PAUSED","features":[307]},{"name":"STATUS_CLUSTER_NODE_PAUSED","features":[307]},{"name":"STATUS_CLUSTER_NODE_UNREACHABLE","features":[307]},{"name":"STATUS_CLUSTER_NODE_UP","features":[307]},{"name":"STATUS_CLUSTER_NON_CSV_PATH","features":[307]},{"name":"STATUS_CLUSTER_NO_NET_ADAPTERS","features":[307]},{"name":"STATUS_CLUSTER_NO_SECURITY_CONTEXT","features":[307]},{"name":"STATUS_CLUSTER_POISONED","features":[307]},{"name":"STATUS_COMMITMENT_LIMIT","features":[307]},{"name":"STATUS_COMMITMENT_MINIMUM","features":[307]},{"name":"STATUS_COMPRESSED_FILE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_COMPRESSION_DISABLED","features":[307]},{"name":"STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","features":[307]},{"name":"STATUS_COMPRESSION_NOT_BENEFICIAL","features":[307]},{"name":"STATUS_CONFLICTING_ADDRESSES","features":[307]},{"name":"STATUS_CONNECTION_ABORTED","features":[307]},{"name":"STATUS_CONNECTION_ACTIVE","features":[307]},{"name":"STATUS_CONNECTION_COUNT_LIMIT","features":[307]},{"name":"STATUS_CONNECTION_DISCONNECTED","features":[307]},{"name":"STATUS_CONNECTION_INVALID","features":[307]},{"name":"STATUS_CONNECTION_IN_USE","features":[307]},{"name":"STATUS_CONNECTION_REFUSED","features":[307]},{"name":"STATUS_CONNECTION_RESET","features":[307]},{"name":"STATUS_CONTAINER_ASSIGNED","features":[307]},{"name":"STATUS_CONTENT_BLOCKED","features":[307]},{"name":"STATUS_CONTEXT_MISMATCH","features":[307]},{"name":"STATUS_CONTEXT_STOWED_EXCEPTION","features":[307]},{"name":"STATUS_CONTROL_C_EXIT","features":[307]},{"name":"STATUS_CONTROL_STACK_VIOLATION","features":[307]},{"name":"STATUS_CONVERT_TO_LARGE","features":[307]},{"name":"STATUS_COPY_PROTECTION_FAILURE","features":[307]},{"name":"STATUS_CORRUPT_LOG_CLEARED","features":[307]},{"name":"STATUS_CORRUPT_LOG_CORRUPTED","features":[307]},{"name":"STATUS_CORRUPT_LOG_DELETED_FULL","features":[307]},{"name":"STATUS_CORRUPT_LOG_OVERFULL","features":[307]},{"name":"STATUS_CORRUPT_LOG_UNAVAILABLE","features":[307]},{"name":"STATUS_CORRUPT_LOG_UPLEVEL_RECORDS","features":[307]},{"name":"STATUS_CORRUPT_SYSTEM_FILE","features":[307]},{"name":"STATUS_COULD_NOT_INTERPRET","features":[307]},{"name":"STATUS_COULD_NOT_RESIZE_LOG","features":[307]},{"name":"STATUS_CPU_SET_INVALID","features":[307]},{"name":"STATUS_CRASH_DUMP","features":[307]},{"name":"STATUS_CRC_ERROR","features":[307]},{"name":"STATUS_CRED_REQUIRES_CONFIRMATION","features":[307]},{"name":"STATUS_CRM_PROTOCOL_ALREADY_EXISTS","features":[307]},{"name":"STATUS_CRM_PROTOCOL_NOT_FOUND","features":[307]},{"name":"STATUS_CROSSREALM_DELEGATION_FAILURE","features":[307]},{"name":"STATUS_CROSS_PARTITION_VIOLATION","features":[307]},{"name":"STATUS_CRYPTO_SYSTEM_INVALID","features":[307]},{"name":"STATUS_CSS_AUTHENTICATION_FAILURE","features":[307]},{"name":"STATUS_CSS_KEY_NOT_ESTABLISHED","features":[307]},{"name":"STATUS_CSS_KEY_NOT_PRESENT","features":[307]},{"name":"STATUS_CSS_REGION_MISMATCH","features":[307]},{"name":"STATUS_CSS_RESETS_EXHAUSTED","features":[307]},{"name":"STATUS_CSS_SCRAMBLED_SECTOR","features":[307]},{"name":"STATUS_CSV_IO_PAUSE_TIMEOUT","features":[307]},{"name":"STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE","features":[307]},{"name":"STATUS_CS_ENCRYPTION_FILE_NOT_CSE","features":[307]},{"name":"STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE","features":[307]},{"name":"STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE","features":[307]},{"name":"STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER","features":[307]},{"name":"STATUS_CTLOG_INCONSISTENT_TRACKING_FILE","features":[307]},{"name":"STATUS_CTLOG_INVALID_TRACKING_STATE","features":[307]},{"name":"STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE","features":[307]},{"name":"STATUS_CTLOG_TRACKING_NOT_INITIALIZED","features":[307]},{"name":"STATUS_CTLOG_VHD_CHANGED_OFFLINE","features":[307]},{"name":"STATUS_CTL_FILE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_CTX_BAD_VIDEO_MODE","features":[307]},{"name":"STATUS_CTX_CDM_CONNECT","features":[307]},{"name":"STATUS_CTX_CDM_DISCONNECT","features":[307]},{"name":"STATUS_CTX_CLIENT_LICENSE_IN_USE","features":[307]},{"name":"STATUS_CTX_CLIENT_LICENSE_NOT_SET","features":[307]},{"name":"STATUS_CTX_CLIENT_QUERY_TIMEOUT","features":[307]},{"name":"STATUS_CTX_CLOSE_PENDING","features":[307]},{"name":"STATUS_CTX_CONSOLE_CONNECT","features":[307]},{"name":"STATUS_CTX_CONSOLE_DISCONNECT","features":[307]},{"name":"STATUS_CTX_GRAPHICS_INVALID","features":[307]},{"name":"STATUS_CTX_INVALID_MODEMNAME","features":[307]},{"name":"STATUS_CTX_INVALID_PD","features":[307]},{"name":"STATUS_CTX_INVALID_WD","features":[307]},{"name":"STATUS_CTX_LICENSE_CLIENT_INVALID","features":[307]},{"name":"STATUS_CTX_LICENSE_EXPIRED","features":[307]},{"name":"STATUS_CTX_LICENSE_NOT_AVAILABLE","features":[307]},{"name":"STATUS_CTX_LOGON_DISABLED","features":[307]},{"name":"STATUS_CTX_MODEM_INF_NOT_FOUND","features":[307]},{"name":"STATUS_CTX_MODEM_RESPONSE_BUSY","features":[307]},{"name":"STATUS_CTX_MODEM_RESPONSE_NO_CARRIER","features":[307]},{"name":"STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE","features":[307]},{"name":"STATUS_CTX_MODEM_RESPONSE_TIMEOUT","features":[307]},{"name":"STATUS_CTX_MODEM_RESPONSE_VOICE","features":[307]},{"name":"STATUS_CTX_NOT_CONSOLE","features":[307]},{"name":"STATUS_CTX_NO_OUTBUF","features":[307]},{"name":"STATUS_CTX_PD_NOT_FOUND","features":[307]},{"name":"STATUS_CTX_RESPONSE_ERROR","features":[307]},{"name":"STATUS_CTX_SECURITY_LAYER_ERROR","features":[307]},{"name":"STATUS_CTX_SHADOW_DENIED","features":[307]},{"name":"STATUS_CTX_SHADOW_DISABLED","features":[307]},{"name":"STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE","features":[307]},{"name":"STATUS_CTX_SHADOW_INVALID","features":[307]},{"name":"STATUS_CTX_SHADOW_NOT_RUNNING","features":[307]},{"name":"STATUS_CTX_TD_ERROR","features":[307]},{"name":"STATUS_CTX_WD_NOT_FOUND","features":[307]},{"name":"STATUS_CTX_WINSTATION_ACCESS_DENIED","features":[307]},{"name":"STATUS_CTX_WINSTATION_BUSY","features":[307]},{"name":"STATUS_CTX_WINSTATION_NAME_COLLISION","features":[307]},{"name":"STATUS_CTX_WINSTATION_NAME_INVALID","features":[307]},{"name":"STATUS_CTX_WINSTATION_NOT_FOUND","features":[307]},{"name":"STATUS_CURRENT_DOMAIN_NOT_ALLOWED","features":[307]},{"name":"STATUS_CURRENT_TRANSACTION_NOT_VALID","features":[307]},{"name":"STATUS_DATATYPE_MISALIGNMENT","features":[307]},{"name":"STATUS_DATATYPE_MISALIGNMENT_ERROR","features":[307]},{"name":"STATUS_DATA_CHECKSUM_ERROR","features":[307]},{"name":"STATUS_DATA_ERROR","features":[307]},{"name":"STATUS_DATA_LATE_ERROR","features":[307]},{"name":"STATUS_DATA_LOST_REPAIR","features":[307]},{"name":"STATUS_DATA_NOT_ACCEPTED","features":[307]},{"name":"STATUS_DATA_OVERRUN","features":[307]},{"name":"STATUS_DATA_OVERWRITTEN","features":[307]},{"name":"STATUS_DAX_MAPPING_EXISTS","features":[307]},{"name":"STATUS_DEBUGGER_INACTIVE","features":[307]},{"name":"STATUS_DEBUG_ATTACH_FAILED","features":[307]},{"name":"STATUS_DECRYPTION_FAILED","features":[307]},{"name":"STATUS_DELAY_LOAD_FAILED","features":[307]},{"name":"STATUS_DELETE_PENDING","features":[307]},{"name":"STATUS_DESTINATION_ELEMENT_FULL","features":[307]},{"name":"STATUS_DEVICE_ALREADY_ATTACHED","features":[307]},{"name":"STATUS_DEVICE_BUSY","features":[307]},{"name":"STATUS_DEVICE_CONFIGURATION_ERROR","features":[307]},{"name":"STATUS_DEVICE_DATA_ERROR","features":[307]},{"name":"STATUS_DEVICE_DOES_NOT_EXIST","features":[307]},{"name":"STATUS_DEVICE_DOOR_OPEN","features":[307]},{"name":"STATUS_DEVICE_ENUMERATION_ERROR","features":[307]},{"name":"STATUS_DEVICE_FEATURE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_DEVICE_HARDWARE_ERROR","features":[307]},{"name":"STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL","features":[307]},{"name":"STATUS_DEVICE_HUNG","features":[307]},{"name":"STATUS_DEVICE_INSUFFICIENT_RESOURCES","features":[307]},{"name":"STATUS_DEVICE_IN_MAINTENANCE","features":[307]},{"name":"STATUS_DEVICE_NOT_CONNECTED","features":[307]},{"name":"STATUS_DEVICE_NOT_PARTITIONED","features":[307]},{"name":"STATUS_DEVICE_NOT_READY","features":[307]},{"name":"STATUS_DEVICE_OFF_LINE","features":[307]},{"name":"STATUS_DEVICE_PAPER_EMPTY","features":[307]},{"name":"STATUS_DEVICE_POWERED_OFF","features":[307]},{"name":"STATUS_DEVICE_POWER_CYCLE_REQUIRED","features":[307]},{"name":"STATUS_DEVICE_POWER_FAILURE","features":[307]},{"name":"STATUS_DEVICE_PROTOCOL_ERROR","features":[307]},{"name":"STATUS_DEVICE_REMOVED","features":[307]},{"name":"STATUS_DEVICE_REQUIRES_CLEANING","features":[307]},{"name":"STATUS_DEVICE_RESET_REQUIRED","features":[307]},{"name":"STATUS_DEVICE_SUPPORT_IN_PROGRESS","features":[307]},{"name":"STATUS_DEVICE_UNREACHABLE","features":[307]},{"name":"STATUS_DEVICE_UNRESPONSIVE","features":[307]},{"name":"STATUS_DFS_EXIT_PATH_FOUND","features":[307]},{"name":"STATUS_DFS_UNAVAILABLE","features":[307]},{"name":"STATUS_DIF_BINDING_API_NOT_FOUND","features":[307]},{"name":"STATUS_DIF_IOCALLBACK_NOT_REPLACED","features":[307]},{"name":"STATUS_DIF_LIVEDUMP_LIMIT_EXCEEDED","features":[307]},{"name":"STATUS_DIF_VOLATILE_DRIVER_HOTPATCHED","features":[307]},{"name":"STATUS_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING","features":[307]},{"name":"STATUS_DIF_VOLATILE_INVALID_INFO","features":[307]},{"name":"STATUS_DIF_VOLATILE_NOT_ALLOWED","features":[307]},{"name":"STATUS_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED","features":[307]},{"name":"STATUS_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING","features":[307]},{"name":"STATUS_DIF_VOLATILE_SECTION_NOT_LOCKED","features":[307]},{"name":"STATUS_DIRECTORY_IS_A_REPARSE_POINT","features":[307]},{"name":"STATUS_DIRECTORY_NOT_EMPTY","features":[307]},{"name":"STATUS_DIRECTORY_NOT_RM","features":[307]},{"name":"STATUS_DIRECTORY_NOT_SUPPORTED","features":[307]},{"name":"STATUS_DIRECTORY_SERVICE_REQUIRED","features":[307]},{"name":"STATUS_DISK_CORRUPT_ERROR","features":[307]},{"name":"STATUS_DISK_FULL","features":[307]},{"name":"STATUS_DISK_OPERATION_FAILED","features":[307]},{"name":"STATUS_DISK_QUOTA_EXCEEDED","features":[307]},{"name":"STATUS_DISK_RECALIBRATE_FAILED","features":[307]},{"name":"STATUS_DISK_REPAIR_DISABLED","features":[307]},{"name":"STATUS_DISK_REPAIR_REDIRECTED","features":[307]},{"name":"STATUS_DISK_REPAIR_UNSUCCESSFUL","features":[307]},{"name":"STATUS_DISK_RESET_FAILED","features":[307]},{"name":"STATUS_DISK_RESOURCES_EXHAUSTED","features":[307]},{"name":"STATUS_DLL_INIT_FAILED","features":[307]},{"name":"STATUS_DLL_INIT_FAILED_LOGOFF","features":[307]},{"name":"STATUS_DLL_MIGHT_BE_INCOMPATIBLE","features":[307]},{"name":"STATUS_DLL_MIGHT_BE_INSECURE","features":[307]},{"name":"STATUS_DLL_NOT_FOUND","features":[307]},{"name":"STATUS_DM_OPERATION_LIMIT_EXCEEDED","features":[307]},{"name":"STATUS_DOMAIN_CONTROLLER_NOT_FOUND","features":[307]},{"name":"STATUS_DOMAIN_CTRLR_CONFIG_ERROR","features":[307]},{"name":"STATUS_DOMAIN_EXISTS","features":[307]},{"name":"STATUS_DOMAIN_LIMIT_EXCEEDED","features":[307]},{"name":"STATUS_DOMAIN_TRUST_INCONSISTENT","features":[307]},{"name":"STATUS_DRIVERS_LEAKING_LOCKED_PAGES","features":[307]},{"name":"STATUS_DRIVER_BLOCKED","features":[307]},{"name":"STATUS_DRIVER_BLOCKED_CRITICAL","features":[307]},{"name":"STATUS_DRIVER_CANCEL_TIMEOUT","features":[307]},{"name":"STATUS_DRIVER_DATABASE_ERROR","features":[307]},{"name":"STATUS_DRIVER_ENTRYPOINT_NOT_FOUND","features":[307]},{"name":"STATUS_DRIVER_FAILED_PRIOR_UNLOAD","features":[307]},{"name":"STATUS_DRIVER_FAILED_SLEEP","features":[307]},{"name":"STATUS_DRIVER_INTERNAL_ERROR","features":[307]},{"name":"STATUS_DRIVER_ORDINAL_NOT_FOUND","features":[307]},{"name":"STATUS_DRIVER_PROCESS_TERMINATED","features":[307]},{"name":"STATUS_DRIVER_UNABLE_TO_LOAD","features":[307]},{"name":"STATUS_DS_ADMIN_LIMIT_EXCEEDED","features":[307]},{"name":"STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER","features":[307]},{"name":"STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS","features":[307]},{"name":"STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED","features":[307]},{"name":"STATUS_DS_BUSY","features":[307]},{"name":"STATUS_DS_CANT_MOD_OBJ_CLASS","features":[307]},{"name":"STATUS_DS_CANT_MOD_PRIMARYGROUPID","features":[307]},{"name":"STATUS_DS_CANT_ON_NON_LEAF","features":[307]},{"name":"STATUS_DS_CANT_ON_RDN","features":[307]},{"name":"STATUS_DS_CANT_START","features":[307]},{"name":"STATUS_DS_CROSS_DOM_MOVE_FAILED","features":[307]},{"name":"STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST","features":[307]},{"name":"STATUS_DS_DOMAIN_RENAME_IN_PROGRESS","features":[307]},{"name":"STATUS_DS_DUPLICATE_ID_FOUND","features":[307]},{"name":"STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST","features":[307]},{"name":"STATUS_DS_GC_NOT_AVAILABLE","features":[307]},{"name":"STATUS_DS_GC_REQUIRED","features":[307]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER","features":[307]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER","features":[307]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER","features":[307]},{"name":"STATUS_DS_GROUP_CONVERSION_ERROR","features":[307]},{"name":"STATUS_DS_HAVE_PRIMARY_MEMBERS","features":[307]},{"name":"STATUS_DS_INCORRECT_ROLE_OWNER","features":[307]},{"name":"STATUS_DS_INIT_FAILURE","features":[307]},{"name":"STATUS_DS_INIT_FAILURE_CONSOLE","features":[307]},{"name":"STATUS_DS_INVALID_ATTRIBUTE_SYNTAX","features":[307]},{"name":"STATUS_DS_INVALID_GROUP_TYPE","features":[307]},{"name":"STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER","features":[307]},{"name":"STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY","features":[307]},{"name":"STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED","features":[307]},{"name":"STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY","features":[307]},{"name":"STATUS_DS_NAME_NOT_UNIQUE","features":[307]},{"name":"STATUS_DS_NO_ATTRIBUTE_OR_VALUE","features":[307]},{"name":"STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS","features":[307]},{"name":"STATUS_DS_NO_MORE_RIDS","features":[307]},{"name":"STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN","features":[307]},{"name":"STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN","features":[307]},{"name":"STATUS_DS_NO_RIDS_ALLOCATED","features":[307]},{"name":"STATUS_DS_OBJ_CLASS_VIOLATION","features":[307]},{"name":"STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS","features":[307]},{"name":"STATUS_DS_OID_NOT_FOUND","features":[307]},{"name":"STATUS_DS_RIDMGR_DISABLED","features":[307]},{"name":"STATUS_DS_RIDMGR_INIT_ERROR","features":[307]},{"name":"STATUS_DS_SAM_INIT_FAILURE","features":[307]},{"name":"STATUS_DS_SAM_INIT_FAILURE_CONSOLE","features":[307]},{"name":"STATUS_DS_SENSITIVE_GROUP_VIOLATION","features":[307]},{"name":"STATUS_DS_SHUTTING_DOWN","features":[307]},{"name":"STATUS_DS_SRC_SID_EXISTS_IN_FOREST","features":[307]},{"name":"STATUS_DS_UNAVAILABLE","features":[307]},{"name":"STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER","features":[307]},{"name":"STATUS_DS_VERSION_CHECK_FAILURE","features":[307]},{"name":"STATUS_DUPLICATE_NAME","features":[307]},{"name":"STATUS_DUPLICATE_OBJECTID","features":[307]},{"name":"STATUS_DUPLICATE_PRIVILEGES","features":[307]},{"name":"STATUS_DYNAMIC_CODE_BLOCKED","features":[307]},{"name":"STATUS_EAS_NOT_SUPPORTED","features":[307]},{"name":"STATUS_EA_CORRUPT_ERROR","features":[307]},{"name":"STATUS_EA_LIST_INCONSISTENT","features":[307]},{"name":"STATUS_EA_TOO_LARGE","features":[307]},{"name":"STATUS_EFS_ALG_BLOB_TOO_BIG","features":[307]},{"name":"STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION","features":[307]},{"name":"STATUS_ELEVATION_REQUIRED","features":[307]},{"name":"STATUS_EMULATION_BREAKPOINT","features":[307]},{"name":"STATUS_EMULATION_SYSCALL","features":[307]},{"name":"STATUS_ENCLAVE_FAILURE","features":[307]},{"name":"STATUS_ENCLAVE_IS_TERMINATING","features":[307]},{"name":"STATUS_ENCLAVE_NOT_TERMINATED","features":[307]},{"name":"STATUS_ENCLAVE_VIOLATION","features":[307]},{"name":"STATUS_ENCOUNTERED_WRITE_IN_PROGRESS","features":[307]},{"name":"STATUS_ENCRYPTED_FILE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_ENCRYPTED_IO_NOT_POSSIBLE","features":[307]},{"name":"STATUS_ENCRYPTING_METADATA_DISALLOWED","features":[307]},{"name":"STATUS_ENCRYPTION_DISABLED","features":[307]},{"name":"STATUS_ENCRYPTION_FAILED","features":[307]},{"name":"STATUS_END_OF_FILE","features":[307]},{"name":"STATUS_END_OF_MEDIA","features":[307]},{"name":"STATUS_ENLISTMENT_NOT_FOUND","features":[307]},{"name":"STATUS_ENLISTMENT_NOT_SUPERIOR","features":[307]},{"name":"STATUS_ENTRYPOINT_NOT_FOUND","features":[307]},{"name":"STATUS_EOF_ON_GHOSTED_RANGE","features":[307]},{"name":"STATUS_EOM_OVERFLOW","features":[307]},{"name":"STATUS_ERROR_PROCESS_NOT_IN_JOB","features":[307]},{"name":"STATUS_EVALUATION_EXPIRATION","features":[307]},{"name":"STATUS_EVENTLOG_CANT_START","features":[307]},{"name":"STATUS_EVENTLOG_FILE_CHANGED","features":[307]},{"name":"STATUS_EVENTLOG_FILE_CORRUPT","features":[307]},{"name":"STATUS_EVENT_DONE","features":[307]},{"name":"STATUS_EVENT_PENDING","features":[307]},{"name":"STATUS_EXECUTABLE_MEMORY_WRITE","features":[307]},{"name":"STATUS_EXPIRED_HANDLE","features":[307]},{"name":"STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN","features":[307]},{"name":"STATUS_EXTERNAL_SYSKEY_NOT_SUPPORTED","features":[307]},{"name":"STATUS_EXTRANEOUS_INFORMATION","features":[307]},{"name":"STATUS_FAILED_DRIVER_ENTRY","features":[307]},{"name":"STATUS_FAILED_STACK_SWITCH","features":[307]},{"name":"STATUS_FAIL_CHECK","features":[307]},{"name":"STATUS_FAIL_FAST_EXCEPTION","features":[307]},{"name":"STATUS_FASTPATH_REJECTED","features":[307]},{"name":"STATUS_FATAL_APP_EXIT","features":[307]},{"name":"STATUS_FATAL_MEMORY_EXHAUSTION","features":[307]},{"name":"STATUS_FATAL_USER_CALLBACK_EXCEPTION","features":[307]},{"name":"STATUS_FILEMARK_DETECTED","features":[307]},{"name":"STATUS_FILES_OPEN","features":[307]},{"name":"STATUS_FILE_CHECKED_OUT","features":[307]},{"name":"STATUS_FILE_CLOSED","features":[307]},{"name":"STATUS_FILE_CORRUPT_ERROR","features":[307]},{"name":"STATUS_FILE_DELETED","features":[307]},{"name":"STATUS_FILE_ENCRYPTED","features":[307]},{"name":"STATUS_FILE_FORCED_CLOSED","features":[307]},{"name":"STATUS_FILE_HANDLE_REVOKED","features":[307]},{"name":"STATUS_FILE_IDENTITY_NOT_PERSISTENT","features":[307]},{"name":"STATUS_FILE_INVALID","features":[307]},{"name":"STATUS_FILE_IS_A_DIRECTORY","features":[307]},{"name":"STATUS_FILE_IS_OFFLINE","features":[307]},{"name":"STATUS_FILE_LOCKED_WITH_ONLY_READERS","features":[307]},{"name":"STATUS_FILE_LOCKED_WITH_WRITERS","features":[307]},{"name":"STATUS_FILE_LOCK_CONFLICT","features":[307]},{"name":"STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS","features":[307]},{"name":"STATUS_FILE_NOT_AVAILABLE","features":[307]},{"name":"STATUS_FILE_NOT_ENCRYPTED","features":[307]},{"name":"STATUS_FILE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_FILE_PROTECTED_UNDER_DPL","features":[307]},{"name":"STATUS_FILE_RENAMED","features":[307]},{"name":"STATUS_FILE_SNAP_INVALID_PARAMETER","features":[307]},{"name":"STATUS_FILE_SNAP_IN_PROGRESS","features":[307]},{"name":"STATUS_FILE_SNAP_IO_NOT_COORDINATED","features":[307]},{"name":"STATUS_FILE_SNAP_MODIFY_NOT_SUPPORTED","features":[307]},{"name":"STATUS_FILE_SNAP_UNEXPECTED_ERROR","features":[307]},{"name":"STATUS_FILE_SNAP_USER_SECTION_NOT_SUPPORTED","features":[307]},{"name":"STATUS_FILE_SYSTEM_LIMITATION","features":[307]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_BUSY","features":[307]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION","features":[307]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT","features":[307]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN","features":[307]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE","features":[307]},{"name":"STATUS_FILE_TOO_LARGE","features":[307]},{"name":"STATUS_FIRMWARE_IMAGE_INVALID","features":[307]},{"name":"STATUS_FIRMWARE_SLOT_INVALID","features":[307]},{"name":"STATUS_FIRMWARE_UPDATED","features":[307]},{"name":"STATUS_FLOATED_SECTION","features":[307]},{"name":"STATUS_FLOAT_DENORMAL_OPERAND","features":[307]},{"name":"STATUS_FLOAT_DIVIDE_BY_ZERO","features":[307]},{"name":"STATUS_FLOAT_INEXACT_RESULT","features":[307]},{"name":"STATUS_FLOAT_INVALID_OPERATION","features":[307]},{"name":"STATUS_FLOAT_MULTIPLE_FAULTS","features":[307]},{"name":"STATUS_FLOAT_MULTIPLE_TRAPS","features":[307]},{"name":"STATUS_FLOAT_OVERFLOW","features":[307]},{"name":"STATUS_FLOAT_STACK_CHECK","features":[307]},{"name":"STATUS_FLOAT_UNDERFLOW","features":[307]},{"name":"STATUS_FLOPPY_BAD_REGISTERS","features":[307]},{"name":"STATUS_FLOPPY_ID_MARK_NOT_FOUND","features":[307]},{"name":"STATUS_FLOPPY_UNKNOWN_ERROR","features":[307]},{"name":"STATUS_FLOPPY_VOLUME","features":[307]},{"name":"STATUS_FLOPPY_WRONG_CYLINDER","features":[307]},{"name":"STATUS_FLT_ALREADY_ENLISTED","features":[307]},{"name":"STATUS_FLT_BUFFER_TOO_SMALL","features":[307]},{"name":"STATUS_FLT_CBDQ_DISABLED","features":[307]},{"name":"STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND","features":[307]},{"name":"STATUS_FLT_CONTEXT_ALREADY_DEFINED","features":[307]},{"name":"STATUS_FLT_CONTEXT_ALREADY_LINKED","features":[307]},{"name":"STATUS_FLT_DELETING_OBJECT","features":[307]},{"name":"STATUS_FLT_DISALLOW_FAST_IO","features":[307]},{"name":"STATUS_FLT_DISALLOW_FSFILTER_IO","features":[307]},{"name":"STATUS_FLT_DO_NOT_ATTACH","features":[307]},{"name":"STATUS_FLT_DO_NOT_DETACH","features":[307]},{"name":"STATUS_FLT_DUPLICATE_ENTRY","features":[307]},{"name":"STATUS_FLT_FILTER_NOT_FOUND","features":[307]},{"name":"STATUS_FLT_FILTER_NOT_READY","features":[307]},{"name":"STATUS_FLT_INSTANCE_ALTITUDE_COLLISION","features":[307]},{"name":"STATUS_FLT_INSTANCE_NAME_COLLISION","features":[307]},{"name":"STATUS_FLT_INSTANCE_NOT_FOUND","features":[307]},{"name":"STATUS_FLT_INTERNAL_ERROR","features":[307]},{"name":"STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST","features":[307]},{"name":"STATUS_FLT_INVALID_CONTEXT_REGISTRATION","features":[307]},{"name":"STATUS_FLT_INVALID_NAME_REQUEST","features":[307]},{"name":"STATUS_FLT_IO_COMPLETE","features":[307]},{"name":"STATUS_FLT_MUST_BE_NONPAGED_POOL","features":[307]},{"name":"STATUS_FLT_NAME_CACHE_MISS","features":[307]},{"name":"STATUS_FLT_NOT_INITIALIZED","features":[307]},{"name":"STATUS_FLT_NOT_SAFE_TO_POST_OPERATION","features":[307]},{"name":"STATUS_FLT_NO_DEVICE_OBJECT","features":[307]},{"name":"STATUS_FLT_NO_HANDLER_DEFINED","features":[307]},{"name":"STATUS_FLT_NO_WAITER_FOR_REPLY","features":[307]},{"name":"STATUS_FLT_POST_OPERATION_CLEANUP","features":[307]},{"name":"STATUS_FLT_REGISTRATION_BUSY","features":[307]},{"name":"STATUS_FLT_VOLUME_ALREADY_MOUNTED","features":[307]},{"name":"STATUS_FLT_VOLUME_NOT_FOUND","features":[307]},{"name":"STATUS_FLT_WCOS_NOT_SUPPORTED","features":[307]},{"name":"STATUS_FORMS_AUTH_REQUIRED","features":[307]},{"name":"STATUS_FOUND_OUT_OF_SCOPE","features":[307]},{"name":"STATUS_FREE_SPACE_TOO_FRAGMENTED","features":[307]},{"name":"STATUS_FREE_VM_NOT_AT_BASE","features":[307]},{"name":"STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY","features":[307]},{"name":"STATUS_FS_DRIVER_REQUIRED","features":[307]},{"name":"STATUS_FS_GUID_MISMATCH","features":[307]},{"name":"STATUS_FS_METADATA_INCONSISTENT","features":[307]},{"name":"STATUS_FT_DI_SCAN_REQUIRED","features":[307]},{"name":"STATUS_FT_MISSING_MEMBER","features":[307]},{"name":"STATUS_FT_ORPHANING","features":[307]},{"name":"STATUS_FT_READ_FAILURE","features":[307]},{"name":"STATUS_FT_READ_FROM_COPY","features":[307]},{"name":"STATUS_FT_READ_FROM_COPY_FAILURE","features":[307]},{"name":"STATUS_FT_READ_RECOVERY_FROM_BACKUP","features":[307]},{"name":"STATUS_FT_WRITE_FAILURE","features":[307]},{"name":"STATUS_FT_WRITE_RECOVERY","features":[307]},{"name":"STATUS_FULLSCREEN_MODE","features":[307]},{"name":"STATUS_FVE_ACTION_NOT_ALLOWED","features":[307]},{"name":"STATUS_FVE_AUTH_INVALID_APPLICATION","features":[307]},{"name":"STATUS_FVE_AUTH_INVALID_CONFIG","features":[307]},{"name":"STATUS_FVE_BAD_DATA","features":[307]},{"name":"STATUS_FVE_BAD_INFORMATION","features":[307]},{"name":"STATUS_FVE_BAD_METADATA_POINTER","features":[307]},{"name":"STATUS_FVE_BAD_PARTITION_SIZE","features":[307]},{"name":"STATUS_FVE_CONV_READ_ERROR","features":[307]},{"name":"STATUS_FVE_CONV_RECOVERY_FAILED","features":[307]},{"name":"STATUS_FVE_CONV_WRITE_ERROR","features":[307]},{"name":"STATUS_FVE_DATASET_FULL","features":[307]},{"name":"STATUS_FVE_DEBUGGER_ENABLED","features":[307]},{"name":"STATUS_FVE_DEVICE_LOCKEDOUT","features":[307]},{"name":"STATUS_FVE_DRY_RUN_FAILED","features":[307]},{"name":"STATUS_FVE_EDRIVE_BAND_ENUMERATION_FAILED","features":[307]},{"name":"STATUS_FVE_EDRIVE_DRY_RUN_FAILED","features":[307]},{"name":"STATUS_FVE_ENH_PIN_INVALID","features":[307]},{"name":"STATUS_FVE_FAILED_AUTHENTICATION","features":[307]},{"name":"STATUS_FVE_FAILED_SECTOR_SIZE","features":[307]},{"name":"STATUS_FVE_FAILED_WRONG_FS","features":[307]},{"name":"STATUS_FVE_FS_MOUNTED","features":[307]},{"name":"STATUS_FVE_FS_NOT_EXTENDED","features":[307]},{"name":"STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE","features":[307]},{"name":"STATUS_FVE_INVALID_DATUM_TYPE","features":[307]},{"name":"STATUS_FVE_KEYFILE_INVALID","features":[307]},{"name":"STATUS_FVE_KEYFILE_NOT_FOUND","features":[307]},{"name":"STATUS_FVE_KEYFILE_NO_VMK","features":[307]},{"name":"STATUS_FVE_LOCKED_VOLUME","features":[307]},{"name":"STATUS_FVE_METADATA_FULL","features":[307]},{"name":"STATUS_FVE_MOR_FAILED","features":[307]},{"name":"STATUS_FVE_NOT_ALLOWED_ON_CLUSTER","features":[307]},{"name":"STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK","features":[307]},{"name":"STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING","features":[307]},{"name":"STATUS_FVE_NOT_DATA_VOLUME","features":[307]},{"name":"STATUS_FVE_NOT_DE_VOLUME","features":[307]},{"name":"STATUS_FVE_NOT_ENCRYPTED","features":[307]},{"name":"STATUS_FVE_NOT_OS_VOLUME","features":[307]},{"name":"STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY","features":[307]},{"name":"STATUS_FVE_NO_FEATURE_LICENSE","features":[307]},{"name":"STATUS_FVE_NO_LICENSE","features":[307]},{"name":"STATUS_FVE_OLD_METADATA_COPY","features":[307]},{"name":"STATUS_FVE_OSV_KSR_NOT_ALLOWED","features":[307]},{"name":"STATUS_FVE_OVERLAPPED_UPDATE","features":[307]},{"name":"STATUS_FVE_PARTIAL_METADATA","features":[307]},{"name":"STATUS_FVE_PIN_INVALID","features":[307]},{"name":"STATUS_FVE_POLICY_ON_RDV_EXCLUSION_LIST","features":[307]},{"name":"STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED","features":[307]},{"name":"STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED","features":[307]},{"name":"STATUS_FVE_PROTECTION_DISABLED","features":[307]},{"name":"STATUS_FVE_RAW_ACCESS","features":[307]},{"name":"STATUS_FVE_RAW_BLOCKED","features":[307]},{"name":"STATUS_FVE_REBOOT_REQUIRED","features":[307]},{"name":"STATUS_FVE_SECUREBOOT_CONFIG_CHANGE","features":[307]},{"name":"STATUS_FVE_SECUREBOOT_DISABLED","features":[307]},{"name":"STATUS_FVE_TOO_SMALL","features":[307]},{"name":"STATUS_FVE_TPM_DISABLED","features":[307]},{"name":"STATUS_FVE_TPM_INVALID_PCR","features":[307]},{"name":"STATUS_FVE_TPM_NO_VMK","features":[307]},{"name":"STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO","features":[307]},{"name":"STATUS_FVE_TRANSIENT_STATE","features":[307]},{"name":"STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG","features":[307]},{"name":"STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT","features":[307]},{"name":"STATUS_FVE_VOLUME_NOT_BOUND","features":[307]},{"name":"STATUS_FVE_VOLUME_TOO_SMALL","features":[307]},{"name":"STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE","features":[307]},{"name":"STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE","features":[307]},{"name":"STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER","features":[307]},{"name":"STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER","features":[307]},{"name":"STATUS_FWP_ALREADY_EXISTS","features":[307]},{"name":"STATUS_FWP_BUILTIN_OBJECT","features":[307]},{"name":"STATUS_FWP_CALLOUT_NOTIFICATION_FAILED","features":[307]},{"name":"STATUS_FWP_CALLOUT_NOT_FOUND","features":[307]},{"name":"STATUS_FWP_CANNOT_PEND","features":[307]},{"name":"STATUS_FWP_CONDITION_NOT_FOUND","features":[307]},{"name":"STATUS_FWP_CONNECTIONS_DISABLED","features":[307]},{"name":"STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT","features":[307]},{"name":"STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER","features":[307]},{"name":"STATUS_FWP_DROP_NOICMP","features":[307]},{"name":"STATUS_FWP_DUPLICATE_AUTH_METHOD","features":[307]},{"name":"STATUS_FWP_DUPLICATE_CONDITION","features":[307]},{"name":"STATUS_FWP_DUPLICATE_KEYMOD","features":[307]},{"name":"STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS","features":[307]},{"name":"STATUS_FWP_EM_NOT_SUPPORTED","features":[307]},{"name":"STATUS_FWP_FILTER_NOT_FOUND","features":[307]},{"name":"STATUS_FWP_IKEEXT_NOT_RUNNING","features":[307]},{"name":"STATUS_FWP_INCOMPATIBLE_AUTH_METHOD","features":[307]},{"name":"STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM","features":[307]},{"name":"STATUS_FWP_INCOMPATIBLE_DH_GROUP","features":[307]},{"name":"STATUS_FWP_INCOMPATIBLE_LAYER","features":[307]},{"name":"STATUS_FWP_INCOMPATIBLE_SA_STATE","features":[307]},{"name":"STATUS_FWP_INCOMPATIBLE_TXN","features":[307]},{"name":"STATUS_FWP_INJECT_HANDLE_CLOSING","features":[307]},{"name":"STATUS_FWP_INJECT_HANDLE_STALE","features":[307]},{"name":"STATUS_FWP_INVALID_ACTION_TYPE","features":[307]},{"name":"STATUS_FWP_INVALID_AUTH_TRANSFORM","features":[307]},{"name":"STATUS_FWP_INVALID_CIPHER_TRANSFORM","features":[307]},{"name":"STATUS_FWP_INVALID_DNS_NAME","features":[307]},{"name":"STATUS_FWP_INVALID_ENUMERATOR","features":[307]},{"name":"STATUS_FWP_INVALID_FLAGS","features":[307]},{"name":"STATUS_FWP_INVALID_INTERVAL","features":[307]},{"name":"STATUS_FWP_INVALID_NET_MASK","features":[307]},{"name":"STATUS_FWP_INVALID_PARAMETER","features":[307]},{"name":"STATUS_FWP_INVALID_RANGE","features":[307]},{"name":"STATUS_FWP_INVALID_TRANSFORM_COMBINATION","features":[307]},{"name":"STATUS_FWP_INVALID_TUNNEL_ENDPOINT","features":[307]},{"name":"STATUS_FWP_INVALID_WEIGHT","features":[307]},{"name":"STATUS_FWP_IN_USE","features":[307]},{"name":"STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL","features":[307]},{"name":"STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED","features":[307]},{"name":"STATUS_FWP_KM_CLIENTS_ONLY","features":[307]},{"name":"STATUS_FWP_L2_DRIVER_NOT_READY","features":[307]},{"name":"STATUS_FWP_LAYER_NOT_FOUND","features":[307]},{"name":"STATUS_FWP_LIFETIME_MISMATCH","features":[307]},{"name":"STATUS_FWP_MATCH_TYPE_MISMATCH","features":[307]},{"name":"STATUS_FWP_NET_EVENTS_DISABLED","features":[307]},{"name":"STATUS_FWP_NEVER_MATCH","features":[307]},{"name":"STATUS_FWP_NOTIFICATION_DROPPED","features":[307]},{"name":"STATUS_FWP_NOT_FOUND","features":[307]},{"name":"STATUS_FWP_NO_TXN_IN_PROGRESS","features":[307]},{"name":"STATUS_FWP_NULL_DISPLAY_NAME","features":[307]},{"name":"STATUS_FWP_NULL_POINTER","features":[307]},{"name":"STATUS_FWP_OUT_OF_BOUNDS","features":[307]},{"name":"STATUS_FWP_PROVIDER_CONTEXT_MISMATCH","features":[307]},{"name":"STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND","features":[307]},{"name":"STATUS_FWP_PROVIDER_NOT_FOUND","features":[307]},{"name":"STATUS_FWP_RESERVED","features":[307]},{"name":"STATUS_FWP_SESSION_ABORTED","features":[307]},{"name":"STATUS_FWP_STILL_ON","features":[307]},{"name":"STATUS_FWP_SUBLAYER_NOT_FOUND","features":[307]},{"name":"STATUS_FWP_TCPIP_NOT_READY","features":[307]},{"name":"STATUS_FWP_TIMEOUT","features":[307]},{"name":"STATUS_FWP_TOO_MANY_CALLOUTS","features":[307]},{"name":"STATUS_FWP_TOO_MANY_SUBLAYERS","features":[307]},{"name":"STATUS_FWP_TRAFFIC_MISMATCH","features":[307]},{"name":"STATUS_FWP_TXN_ABORTED","features":[307]},{"name":"STATUS_FWP_TXN_IN_PROGRESS","features":[307]},{"name":"STATUS_FWP_TYPE_MISMATCH","features":[307]},{"name":"STATUS_FWP_WRONG_SESSION","features":[307]},{"name":"STATUS_FWP_ZERO_LENGTH_ARRAY","features":[307]},{"name":"STATUS_GDI_HANDLE_LEAK","features":[307]},{"name":"STATUS_GENERIC_COMMAND_FAILED","features":[307]},{"name":"STATUS_GENERIC_NOT_MAPPED","features":[307]},{"name":"STATUS_GHOSTED","features":[307]},{"name":"STATUS_GPIO_CLIENT_INFORMATION_INVALID","features":[307]},{"name":"STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE","features":[307]},{"name":"STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED","features":[307]},{"name":"STATUS_GPIO_INVALID_REGISTRATION_PACKET","features":[307]},{"name":"STATUS_GPIO_OPERATION_DENIED","features":[307]},{"name":"STATUS_GPIO_VERSION_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRACEFUL_DISCONNECT","features":[307]},{"name":"STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED","features":[307]},{"name":"STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY","features":[307]},{"name":"STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE","features":[307]},{"name":"STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET","features":[307]},{"name":"STATUS_GRAPHICS_ADAPTER_WAS_RESET","features":[307]},{"name":"STATUS_GRAPHICS_ALLOCATION_BUSY","features":[307]},{"name":"STATUS_GRAPHICS_ALLOCATION_CLOSED","features":[307]},{"name":"STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST","features":[307]},{"name":"STATUS_GRAPHICS_ALLOCATION_INVALID","features":[307]},{"name":"STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION","features":[307]},{"name":"STATUS_GRAPHICS_CANNOTCOLORCONVERT","features":[307]},{"name":"STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN","features":[307]},{"name":"STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION","features":[307]},{"name":"STATUS_GRAPHICS_CANT_LOCK_MEMORY","features":[307]},{"name":"STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION","features":[307]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED","features":[307]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON","features":[307]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED","features":[307]},{"name":"STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET","features":[307]},{"name":"STATUS_GRAPHICS_COPP_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_DATASET_IS_EMPTY","features":[307]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING","features":[307]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_DATA","features":[307]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM","features":[307]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND","features":[307]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH","features":[307]},{"name":"STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE","features":[307]},{"name":"STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS","features":[307]},{"name":"STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP","features":[307]},{"name":"STATUS_GRAPHICS_DRIVER_MISMATCH","features":[307]},{"name":"STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION","features":[307]},{"name":"STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET","features":[307]},{"name":"STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET","features":[307]},{"name":"STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE","features":[307]},{"name":"STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST","features":[307]},{"name":"STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA","features":[307]},{"name":"STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA","features":[307]},{"name":"STATUS_GRAPHICS_I2C_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT","features":[307]},{"name":"STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE","features":[307]},{"name":"STATUS_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN","features":[307]},{"name":"STATUS_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED","features":[307]},{"name":"STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER","features":[307]},{"name":"STATUS_GRAPHICS_INTERNAL_ERROR","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_ACTIVE_REGION","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_CLIENT_TYPE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_COLORBASIS","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_DRIVER_MODEL","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_FREQUENCY","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_GAMMA_RAMP","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_PIXELFORMAT","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_POINTER","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_STRIDE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_TOTAL_REGION","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON","features":[307]},{"name":"STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE","features":[307]},{"name":"STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED","features":[307]},{"name":"STATUS_GRAPHICS_LEADLINK_START_DEFERRED","features":[307]},{"name":"STATUS_GRAPHICS_LINK_CONFIGURATION_IN_PROGRESS","features":[307]},{"name":"STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED","features":[307]},{"name":"STATUS_GRAPHICS_MCA_INTERNAL_ERROR","features":[307]},{"name":"STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET","features":[307]},{"name":"STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE","features":[307]},{"name":"STATUS_GRAPHICS_MODE_NOT_IN_MODESET","features":[307]},{"name":"STATUS_GRAPHICS_MODE_NOT_PINNED","features":[307]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET","features":[307]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE","features":[307]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET","features":[307]},{"name":"STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER","features":[307]},{"name":"STATUS_GRAPHICS_MONITOR_NOT_CONNECTED","features":[307]},{"name":"STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS","features":[307]},{"name":"STATUS_GRAPHICS_MPO_ALLOCATION_UNPINNED","features":[307]},{"name":"STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER","features":[307]},{"name":"STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER","features":[307]},{"name":"STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER","features":[307]},{"name":"STATUS_GRAPHICS_NO_ACTIVE_VIDPN","features":[307]},{"name":"STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS","features":[307]},{"name":"STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET","features":[307]},{"name":"STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME","features":[307]},{"name":"STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT","features":[307]},{"name":"STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE","features":[307]},{"name":"STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET","features":[307]},{"name":"STATUS_GRAPHICS_NO_PREFERRED_MODE","features":[307]},{"name":"STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN","features":[307]},{"name":"STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY","features":[307]},{"name":"STATUS_GRAPHICS_NO_VIDEO_MEMORY","features":[307]},{"name":"STATUS_GRAPHICS_NO_VIDPNMGR","features":[307]},{"name":"STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE","features":[307]},{"name":"STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR","features":[307]},{"name":"STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET","features":[307]},{"name":"STATUS_GRAPHICS_OPM_INTERNAL_ERROR","features":[307]},{"name":"STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST","features":[307]},{"name":"STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS","features":[307]},{"name":"STATUS_GRAPHICS_OPM_INVALID_HANDLE","features":[307]},{"name":"STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST","features":[307]},{"name":"STATUS_GRAPHICS_OPM_INVALID_SRM","features":[307]},{"name":"STATUS_GRAPHICS_OPM_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST","features":[307]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP","features":[307]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA","features":[307]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP","features":[307]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS","features":[307]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS","features":[307]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS","features":[307]},{"name":"STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH","features":[307]},{"name":"STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED","features":[307]},{"name":"STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED","features":[307]},{"name":"STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL","features":[307]},{"name":"STATUS_GRAPHICS_PARTIAL_DATA_POPULATED","features":[307]},{"name":"STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY","features":[307]},{"name":"STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED","features":[307]},{"name":"STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY","features":[307]},{"name":"STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET","features":[307]},{"name":"STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY","features":[307]},{"name":"STATUS_GRAPHICS_PRESENT_BUFFER_NOT_BOUND","features":[307]},{"name":"STATUS_GRAPHICS_PRESENT_DENIED","features":[307]},{"name":"STATUS_GRAPHICS_PRESENT_INVALID_WINDOW","features":[307]},{"name":"STATUS_GRAPHICS_PRESENT_MODE_CHANGED","features":[307]},{"name":"STATUS_GRAPHICS_PRESENT_OCCLUDED","features":[307]},{"name":"STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED","features":[307]},{"name":"STATUS_GRAPHICS_PRESENT_UNOCCLUDED","features":[307]},{"name":"STATUS_GRAPHICS_PVP_HFS_FAILED","features":[307]},{"name":"STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH","features":[307]},{"name":"STATUS_GRAPHICS_RESOURCES_NOT_RELATED","features":[307]},{"name":"STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[307]},{"name":"STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION","features":[307]},{"name":"STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET","features":[307]},{"name":"STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE","features":[307]},{"name":"STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY","features":[307]},{"name":"STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED","features":[307]},{"name":"STATUS_GRAPHICS_STALE_MODESET","features":[307]},{"name":"STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY","features":[307]},{"name":"STATUS_GRAPHICS_START_DEFERRED","features":[307]},{"name":"STATUS_GRAPHICS_TARGET_ALREADY_IN_SET","features":[307]},{"name":"STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE","features":[307]},{"name":"STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY","features":[307]},{"name":"STATUS_GRAPHICS_TOO_MANY_REFERENCES","features":[307]},{"name":"STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED","features":[307]},{"name":"STATUS_GRAPHICS_TRY_AGAIN_LATER","features":[307]},{"name":"STATUS_GRAPHICS_TRY_AGAIN_NOW","features":[307]},{"name":"STATUS_GRAPHICS_UAB_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS","features":[307]},{"name":"STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS","features":[307]},{"name":"STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE","features":[307]},{"name":"STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_VAIL_STATE_CHANGED","features":[307]},{"name":"STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES","features":[307]},{"name":"STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[307]},{"name":"STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED","features":[307]},{"name":"STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE","features":[307]},{"name":"STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED","features":[307]},{"name":"STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE","features":[307]},{"name":"STATUS_GROUP_EXISTS","features":[307]},{"name":"STATUS_GUARD_PAGE_VIOLATION","features":[307]},{"name":"STATUS_GUIDS_EXHAUSTED","features":[307]},{"name":"STATUS_GUID_SUBSTITUTION_MADE","features":[307]},{"name":"STATUS_HANDLES_CLOSED","features":[307]},{"name":"STATUS_HANDLE_NOT_CLOSABLE","features":[307]},{"name":"STATUS_HANDLE_NO_LONGER_VALID","features":[307]},{"name":"STATUS_HANDLE_REVOKED","features":[307]},{"name":"STATUS_HARDWARE_MEMORY_ERROR","features":[307]},{"name":"STATUS_HASH_NOT_PRESENT","features":[307]},{"name":"STATUS_HASH_NOT_SUPPORTED","features":[307]},{"name":"STATUS_HAS_SYSTEM_CRITICAL_FILES","features":[307]},{"name":"STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED","features":[307]},{"name":"STATUS_HDAUDIO_EMPTY_CONNECTION_LIST","features":[307]},{"name":"STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED","features":[307]},{"name":"STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY","features":[307]},{"name":"STATUS_HEAP_CORRUPTION","features":[307]},{"name":"STATUS_HEURISTIC_DAMAGE_POSSIBLE","features":[307]},{"name":"STATUS_HIBERNATED","features":[307]},{"name":"STATUS_HIBERNATION_FAILURE","features":[307]},{"name":"STATUS_HIVE_UNLOADED","features":[307]},{"name":"STATUS_HMAC_NOT_SUPPORTED","features":[307]},{"name":"STATUS_HOPLIMIT_EXCEEDED","features":[307]},{"name":"STATUS_HOST_DOWN","features":[307]},{"name":"STATUS_HOST_UNREACHABLE","features":[307]},{"name":"STATUS_HUNG_DISPLAY_DRIVER_THREAD","features":[307]},{"name":"STATUS_HV_ACCESS_DENIED","features":[307]},{"name":"STATUS_HV_ACKNOWLEDGED","features":[307]},{"name":"STATUS_HV_CALL_PENDING","features":[307]},{"name":"STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR","features":[307]},{"name":"STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR","features":[307]},{"name":"STATUS_HV_DEVICE_NOT_IN_DOMAIN","features":[307]},{"name":"STATUS_HV_EVENT_BUFFER_ALREADY_FREED","features":[307]},{"name":"STATUS_HV_FEATURE_UNAVAILABLE","features":[307]},{"name":"STATUS_HV_INACTIVE","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_BUFFER","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_BUFFERS","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_MEMORY","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_MEMORY_MIRRORING","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_ROOT_MEMORY","features":[307]},{"name":"STATUS_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING","features":[307]},{"name":"STATUS_HV_INVALID_ALIGNMENT","features":[307]},{"name":"STATUS_HV_INVALID_CONNECTION_ID","features":[307]},{"name":"STATUS_HV_INVALID_CPU_GROUP_ID","features":[307]},{"name":"STATUS_HV_INVALID_CPU_GROUP_STATE","features":[307]},{"name":"STATUS_HV_INVALID_DEVICE_ID","features":[307]},{"name":"STATUS_HV_INVALID_DEVICE_STATE","features":[307]},{"name":"STATUS_HV_INVALID_HYPERCALL_CODE","features":[307]},{"name":"STATUS_HV_INVALID_HYPERCALL_INPUT","features":[307]},{"name":"STATUS_HV_INVALID_LP_INDEX","features":[307]},{"name":"STATUS_HV_INVALID_PARAMETER","features":[307]},{"name":"STATUS_HV_INVALID_PARTITION_ID","features":[307]},{"name":"STATUS_HV_INVALID_PARTITION_STATE","features":[307]},{"name":"STATUS_HV_INVALID_PORT_ID","features":[307]},{"name":"STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO","features":[307]},{"name":"STATUS_HV_INVALID_REGISTER_VALUE","features":[307]},{"name":"STATUS_HV_INVALID_SAVE_RESTORE_STATE","features":[307]},{"name":"STATUS_HV_INVALID_SYNIC_STATE","features":[307]},{"name":"STATUS_HV_INVALID_VP_INDEX","features":[307]},{"name":"STATUS_HV_INVALID_VP_STATE","features":[307]},{"name":"STATUS_HV_INVALID_VTL_STATE","features":[307]},{"name":"STATUS_HV_MSR_ACCESS_FAILED","features":[307]},{"name":"STATUS_HV_NESTED_VM_EXIT","features":[307]},{"name":"STATUS_HV_NOT_ACKNOWLEDGED","features":[307]},{"name":"STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE","features":[307]},{"name":"STATUS_HV_NOT_PRESENT","features":[307]},{"name":"STATUS_HV_NO_DATA","features":[307]},{"name":"STATUS_HV_NO_RESOURCES","features":[307]},{"name":"STATUS_HV_NX_NOT_DETECTED","features":[307]},{"name":"STATUS_HV_OBJECT_IN_USE","features":[307]},{"name":"STATUS_HV_OPERATION_DENIED","features":[307]},{"name":"STATUS_HV_OPERATION_FAILED","features":[307]},{"name":"STATUS_HV_PAGE_REQUEST_INVALID","features":[307]},{"name":"STATUS_HV_PARTITION_TOO_DEEP","features":[307]},{"name":"STATUS_HV_PENDING_PAGE_REQUESTS","features":[307]},{"name":"STATUS_HV_PROCESSOR_STARTUP_TIMEOUT","features":[307]},{"name":"STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE","features":[307]},{"name":"STATUS_HV_SMX_ENABLED","features":[307]},{"name":"STATUS_HV_UNKNOWN_PROPERTY","features":[307]},{"name":"STATUS_ILLEGAL_CHARACTER","features":[307]},{"name":"STATUS_ILLEGAL_DLL_RELOCATION","features":[307]},{"name":"STATUS_ILLEGAL_ELEMENT_ADDRESS","features":[307]},{"name":"STATUS_ILLEGAL_FLOAT_CONTEXT","features":[307]},{"name":"STATUS_ILLEGAL_FUNCTION","features":[307]},{"name":"STATUS_ILLEGAL_INSTRUCTION","features":[307]},{"name":"STATUS_ILL_FORMED_PASSWORD","features":[307]},{"name":"STATUS_ILL_FORMED_SERVICE_ENTRY","features":[307]},{"name":"STATUS_IMAGE_ALREADY_LOADED","features":[307]},{"name":"STATUS_IMAGE_ALREADY_LOADED_AS_DLL","features":[307]},{"name":"STATUS_IMAGE_AT_DIFFERENT_BASE","features":[307]},{"name":"STATUS_IMAGE_CERT_EXPIRED","features":[307]},{"name":"STATUS_IMAGE_CERT_REVOKED","features":[307]},{"name":"STATUS_IMAGE_CHECKSUM_MISMATCH","features":[307]},{"name":"STATUS_IMAGE_LOADED_AS_PATCH_IMAGE","features":[307]},{"name":"STATUS_IMAGE_MACHINE_TYPE_MISMATCH","features":[307]},{"name":"STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE","features":[307]},{"name":"STATUS_IMAGE_MP_UP_MISMATCH","features":[307]},{"name":"STATUS_IMAGE_NOT_AT_BASE","features":[307]},{"name":"STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT","features":[307]},{"name":"STATUS_IMPLEMENTATION_LIMIT","features":[307]},{"name":"STATUS_INCOMPATIBLE_DRIVER_BLOCKED","features":[307]},{"name":"STATUS_INCOMPATIBLE_FILE_MAP","features":[307]},{"name":"STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING","features":[307]},{"name":"STATUS_INCORRECT_ACCOUNT_TYPE","features":[307]},{"name":"STATUS_INDEX_OUT_OF_BOUNDS","features":[307]},{"name":"STATUS_INDOUBT_TRANSACTIONS_EXIST","features":[307]},{"name":"STATUS_INFO_LENGTH_MISMATCH","features":[307]},{"name":"STATUS_INSTANCE_NOT_AVAILABLE","features":[307]},{"name":"STATUS_INSTRUCTION_MISALIGNMENT","features":[307]},{"name":"STATUS_INSUFFICIENT_LOGON_INFO","features":[307]},{"name":"STATUS_INSUFFICIENT_NVRAM_RESOURCES","features":[307]},{"name":"STATUS_INSUFFICIENT_POWER","features":[307]},{"name":"STATUS_INSUFFICIENT_RESOURCES","features":[307]},{"name":"STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE","features":[307]},{"name":"STATUS_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES","features":[307]},{"name":"STATUS_INSUFF_SERVER_RESOURCES","features":[307]},{"name":"STATUS_INTEGER_DIVIDE_BY_ZERO","features":[307]},{"name":"STATUS_INTEGER_OVERFLOW","features":[307]},{"name":"STATUS_INTERMIXED_KERNEL_EA_OPERATION","features":[307]},{"name":"STATUS_INTERNAL_DB_CORRUPTION","features":[307]},{"name":"STATUS_INTERNAL_DB_ERROR","features":[307]},{"name":"STATUS_INTERNAL_ERROR","features":[307]},{"name":"STATUS_INTERRUPTED","features":[307]},{"name":"STATUS_INTERRUPT_STILL_CONNECTED","features":[307]},{"name":"STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED","features":[307]},{"name":"STATUS_INVALID_ACCOUNT_NAME","features":[307]},{"name":"STATUS_INVALID_ACE_CONDITION","features":[307]},{"name":"STATUS_INVALID_ACL","features":[307]},{"name":"STATUS_INVALID_ADDRESS","features":[307]},{"name":"STATUS_INVALID_ADDRESS_COMPONENT","features":[307]},{"name":"STATUS_INVALID_ADDRESS_WILDCARD","features":[307]},{"name":"STATUS_INVALID_BLOCK_LENGTH","features":[307]},{"name":"STATUS_INVALID_BUFFER_SIZE","features":[307]},{"name":"STATUS_INVALID_CAP","features":[307]},{"name":"STATUS_INVALID_CID","features":[307]},{"name":"STATUS_INVALID_COMPUTER_NAME","features":[307]},{"name":"STATUS_INVALID_CONFIG_VALUE","features":[307]},{"name":"STATUS_INVALID_CONNECTION","features":[307]},{"name":"STATUS_INVALID_CRUNTIME_PARAMETER","features":[307]},{"name":"STATUS_INVALID_DEVICE_OBJECT_PARAMETER","features":[307]},{"name":"STATUS_INVALID_DEVICE_REQUEST","features":[307]},{"name":"STATUS_INVALID_DEVICE_STATE","features":[307]},{"name":"STATUS_INVALID_DISPOSITION","features":[307]},{"name":"STATUS_INVALID_DOMAIN_ROLE","features":[307]},{"name":"STATUS_INVALID_DOMAIN_STATE","features":[307]},{"name":"STATUS_INVALID_EA_FLAG","features":[307]},{"name":"STATUS_INVALID_EA_NAME","features":[307]},{"name":"STATUS_INVALID_EXCEPTION_HANDLER","features":[307]},{"name":"STATUS_INVALID_FIELD_IN_PARAMETER_LIST","features":[307]},{"name":"STATUS_INVALID_FILE_FOR_SECTION","features":[307]},{"name":"STATUS_INVALID_GROUP_ATTRIBUTES","features":[307]},{"name":"STATUS_INVALID_HANDLE","features":[307]},{"name":"STATUS_INVALID_HW_PROFILE","features":[307]},{"name":"STATUS_INVALID_IDN_NORMALIZATION","features":[307]},{"name":"STATUS_INVALID_ID_AUTHORITY","features":[307]},{"name":"STATUS_INVALID_IMAGE_FORMAT","features":[307]},{"name":"STATUS_INVALID_IMAGE_HASH","features":[307]},{"name":"STATUS_INVALID_IMAGE_LE_FORMAT","features":[307]},{"name":"STATUS_INVALID_IMAGE_NE_FORMAT","features":[307]},{"name":"STATUS_INVALID_IMAGE_NOT_MZ","features":[307]},{"name":"STATUS_INVALID_IMAGE_PROTECT","features":[307]},{"name":"STATUS_INVALID_IMAGE_WIN_16","features":[307]},{"name":"STATUS_INVALID_IMAGE_WIN_32","features":[307]},{"name":"STATUS_INVALID_IMAGE_WIN_64","features":[307]},{"name":"STATUS_INVALID_IMPORT_OF_NON_DLL","features":[307]},{"name":"STATUS_INVALID_INFO_CLASS","features":[307]},{"name":"STATUS_INVALID_INITIATOR_TARGET_PATH","features":[307]},{"name":"STATUS_INVALID_KERNEL_INFO_VERSION","features":[307]},{"name":"STATUS_INVALID_LABEL","features":[307]},{"name":"STATUS_INVALID_LDT_DESCRIPTOR","features":[307]},{"name":"STATUS_INVALID_LDT_OFFSET","features":[307]},{"name":"STATUS_INVALID_LDT_SIZE","features":[307]},{"name":"STATUS_INVALID_LEVEL","features":[307]},{"name":"STATUS_INVALID_LOCK_RANGE","features":[307]},{"name":"STATUS_INVALID_LOCK_SEQUENCE","features":[307]},{"name":"STATUS_INVALID_LOGON_HOURS","features":[307]},{"name":"STATUS_INVALID_LOGON_TYPE","features":[307]},{"name":"STATUS_INVALID_MEMBER","features":[307]},{"name":"STATUS_INVALID_MESSAGE","features":[307]},{"name":"STATUS_INVALID_NETWORK_RESPONSE","features":[307]},{"name":"STATUS_INVALID_OFFSET_ALIGNMENT","features":[307]},{"name":"STATUS_INVALID_OPLOCK_PROTOCOL","features":[307]},{"name":"STATUS_INVALID_OWNER","features":[307]},{"name":"STATUS_INVALID_PACKAGE_SID_LENGTH","features":[307]},{"name":"STATUS_INVALID_PAGE_PROTECTION","features":[307]},{"name":"STATUS_INVALID_PARAMETER","features":[307]},{"name":"STATUS_INVALID_PARAMETER_1","features":[307]},{"name":"STATUS_INVALID_PARAMETER_10","features":[307]},{"name":"STATUS_INVALID_PARAMETER_11","features":[307]},{"name":"STATUS_INVALID_PARAMETER_12","features":[307]},{"name":"STATUS_INVALID_PARAMETER_2","features":[307]},{"name":"STATUS_INVALID_PARAMETER_3","features":[307]},{"name":"STATUS_INVALID_PARAMETER_4","features":[307]},{"name":"STATUS_INVALID_PARAMETER_5","features":[307]},{"name":"STATUS_INVALID_PARAMETER_6","features":[307]},{"name":"STATUS_INVALID_PARAMETER_7","features":[307]},{"name":"STATUS_INVALID_PARAMETER_8","features":[307]},{"name":"STATUS_INVALID_PARAMETER_9","features":[307]},{"name":"STATUS_INVALID_PARAMETER_MIX","features":[307]},{"name":"STATUS_INVALID_PEP_INFO_VERSION","features":[307]},{"name":"STATUS_INVALID_PIPE_STATE","features":[307]},{"name":"STATUS_INVALID_PLUGPLAY_DEVICE_PATH","features":[307]},{"name":"STATUS_INVALID_PORT_ATTRIBUTES","features":[307]},{"name":"STATUS_INVALID_PORT_HANDLE","features":[307]},{"name":"STATUS_INVALID_PRIMARY_GROUP","features":[307]},{"name":"STATUS_INVALID_QUOTA_LOWER","features":[307]},{"name":"STATUS_INVALID_READ_MODE","features":[307]},{"name":"STATUS_INVALID_RUNLEVEL_SETTING","features":[307]},{"name":"STATUS_INVALID_SECURITY_DESCR","features":[307]},{"name":"STATUS_INVALID_SERVER_STATE","features":[307]},{"name":"STATUS_INVALID_SESSION","features":[307]},{"name":"STATUS_INVALID_SID","features":[307]},{"name":"STATUS_INVALID_SIGNATURE","features":[307]},{"name":"STATUS_INVALID_STATE_TRANSITION","features":[307]},{"name":"STATUS_INVALID_SUB_AUTHORITY","features":[307]},{"name":"STATUS_INVALID_SYSTEM_SERVICE","features":[307]},{"name":"STATUS_INVALID_TASK_INDEX","features":[307]},{"name":"STATUS_INVALID_TASK_NAME","features":[307]},{"name":"STATUS_INVALID_THREAD","features":[307]},{"name":"STATUS_INVALID_TOKEN","features":[307]},{"name":"STATUS_INVALID_TRANSACTION","features":[307]},{"name":"STATUS_INVALID_UNWIND_TARGET","features":[307]},{"name":"STATUS_INVALID_USER_BUFFER","features":[307]},{"name":"STATUS_INVALID_USER_PRINCIPAL_NAME","features":[307]},{"name":"STATUS_INVALID_VARIANT","features":[307]},{"name":"STATUS_INVALID_VIEW_SIZE","features":[307]},{"name":"STATUS_INVALID_VOLUME_LABEL","features":[307]},{"name":"STATUS_INVALID_WEIGHT","features":[307]},{"name":"STATUS_INVALID_WORKSTATION","features":[307]},{"name":"STATUS_IN_PAGE_ERROR","features":[307]},{"name":"STATUS_IORING_COMPLETION_QUEUE_TOO_BIG","features":[307]},{"name":"STATUS_IORING_COMPLETION_QUEUE_TOO_FULL","features":[307]},{"name":"STATUS_IORING_CORRUPT","features":[307]},{"name":"STATUS_IORING_REQUIRED_FLAG_NOT_SUPPORTED","features":[307]},{"name":"STATUS_IORING_SUBMISSION_QUEUE_FULL","features":[307]},{"name":"STATUS_IORING_SUBMISSION_QUEUE_TOO_BIG","features":[307]},{"name":"STATUS_IORING_SUBMIT_IN_PROGRESS","features":[307]},{"name":"STATUS_IORING_VERSION_NOT_SUPPORTED","features":[307]},{"name":"STATUS_IO_DEVICE_ERROR","features":[307]},{"name":"STATUS_IO_DEVICE_INVALID_DATA","features":[307]},{"name":"STATUS_IO_OPERATION_TIMEOUT","features":[307]},{"name":"STATUS_IO_PREEMPTED","features":[307]},{"name":"STATUS_IO_PRIVILEGE_FAILED","features":[307]},{"name":"STATUS_IO_REISSUE_AS_CACHED","features":[307]},{"name":"STATUS_IO_REPARSE_DATA_INVALID","features":[307]},{"name":"STATUS_IO_REPARSE_TAG_INVALID","features":[307]},{"name":"STATUS_IO_REPARSE_TAG_MISMATCH","features":[307]},{"name":"STATUS_IO_REPARSE_TAG_NOT_HANDLED","features":[307]},{"name":"STATUS_IO_TIMEOUT","features":[307]},{"name":"STATUS_IO_UNALIGNED_WRITE","features":[307]},{"name":"STATUS_IPSEC_AUTH_FIREWALL_DROP","features":[307]},{"name":"STATUS_IPSEC_BAD_SPI","features":[307]},{"name":"STATUS_IPSEC_CLEAR_TEXT_DROP","features":[307]},{"name":"STATUS_IPSEC_DOSP_BLOCK","features":[307]},{"name":"STATUS_IPSEC_DOSP_INVALID_PACKET","features":[307]},{"name":"STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED","features":[307]},{"name":"STATUS_IPSEC_DOSP_MAX_ENTRIES","features":[307]},{"name":"STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES","features":[307]},{"name":"STATUS_IPSEC_DOSP_RECEIVED_MULTICAST","features":[307]},{"name":"STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED","features":[307]},{"name":"STATUS_IPSEC_INTEGRITY_CHECK_FAILED","features":[307]},{"name":"STATUS_IPSEC_INVALID_PACKET","features":[307]},{"name":"STATUS_IPSEC_QUEUE_OVERFLOW","features":[307]},{"name":"STATUS_IPSEC_REPLAY_CHECK_FAILED","features":[307]},{"name":"STATUS_IPSEC_SA_LIFETIME_EXPIRED","features":[307]},{"name":"STATUS_IPSEC_THROTTLE_DROP","features":[307]},{"name":"STATUS_IPSEC_WRONG_SA","features":[307]},{"name":"STATUS_IP_ADDRESS_CONFLICT1","features":[307]},{"name":"STATUS_IP_ADDRESS_CONFLICT2","features":[307]},{"name":"STATUS_ISSUING_CA_UNTRUSTED","features":[307]},{"name":"STATUS_ISSUING_CA_UNTRUSTED_KDC","features":[307]},{"name":"STATUS_JOB_NOT_EMPTY","features":[307]},{"name":"STATUS_JOB_NO_CONTAINER","features":[307]},{"name":"STATUS_JOURNAL_DELETE_IN_PROGRESS","features":[307]},{"name":"STATUS_JOURNAL_ENTRY_DELETED","features":[307]},{"name":"STATUS_JOURNAL_NOT_ACTIVE","features":[307]},{"name":"STATUS_KDC_CERT_EXPIRED","features":[307]},{"name":"STATUS_KDC_CERT_REVOKED","features":[307]},{"name":"STATUS_KDC_INVALID_REQUEST","features":[307]},{"name":"STATUS_KDC_UNABLE_TO_REFER","features":[307]},{"name":"STATUS_KDC_UNKNOWN_ETYPE","features":[307]},{"name":"STATUS_KERNEL_APC","features":[307]},{"name":"STATUS_KERNEL_EXECUTABLE_MEMORY_WRITE","features":[307]},{"name":"STATUS_KEY_DELETED","features":[307]},{"name":"STATUS_KEY_HAS_CHILDREN","features":[307]},{"name":"STATUS_LAPS_ENCRYPTION_REQUIRES_2016_DFL","features":[307]},{"name":"STATUS_LAPS_LEGACY_SCHEMA_MISSING","features":[307]},{"name":"STATUS_LAPS_SCHEMA_MISSING","features":[307]},{"name":"STATUS_LAST_ADMIN","features":[307]},{"name":"STATUS_LICENSE_QUOTA_EXCEEDED","features":[307]},{"name":"STATUS_LICENSE_VIOLATION","features":[307]},{"name":"STATUS_LINK_FAILED","features":[307]},{"name":"STATUS_LINK_TIMEOUT","features":[307]},{"name":"STATUS_LM_CROSS_ENCRYPTION_REQUIRED","features":[307]},{"name":"STATUS_LOCAL_DISCONNECT","features":[307]},{"name":"STATUS_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED","features":[307]},{"name":"STATUS_LOCAL_USER_SESSION_KEY","features":[307]},{"name":"STATUS_LOCK_NOT_GRANTED","features":[307]},{"name":"STATUS_LOGIN_TIME_RESTRICTION","features":[307]},{"name":"STATUS_LOGIN_WKSTA_RESTRICTION","features":[307]},{"name":"STATUS_LOGON_NOT_GRANTED","features":[307]},{"name":"STATUS_LOGON_SERVER_CONFLICT","features":[307]},{"name":"STATUS_LOGON_SESSION_COLLISION","features":[307]},{"name":"STATUS_LOGON_SESSION_EXISTS","features":[307]},{"name":"STATUS_LOG_APPENDED_FLUSH_FAILED","features":[307]},{"name":"STATUS_LOG_ARCHIVE_IN_PROGRESS","features":[307]},{"name":"STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS","features":[307]},{"name":"STATUS_LOG_BLOCKS_EXHAUSTED","features":[307]},{"name":"STATUS_LOG_BLOCK_INCOMPLETE","features":[307]},{"name":"STATUS_LOG_BLOCK_INVALID","features":[307]},{"name":"STATUS_LOG_BLOCK_VERSION","features":[307]},{"name":"STATUS_LOG_CANT_DELETE","features":[307]},{"name":"STATUS_LOG_CLIENT_ALREADY_REGISTERED","features":[307]},{"name":"STATUS_LOG_CLIENT_NOT_REGISTERED","features":[307]},{"name":"STATUS_LOG_CONTAINER_LIMIT_EXCEEDED","features":[307]},{"name":"STATUS_LOG_CONTAINER_OPEN_FAILED","features":[307]},{"name":"STATUS_LOG_CONTAINER_READ_FAILED","features":[307]},{"name":"STATUS_LOG_CONTAINER_STATE_INVALID","features":[307]},{"name":"STATUS_LOG_CONTAINER_WRITE_FAILED","features":[307]},{"name":"STATUS_LOG_CORRUPTION_DETECTED","features":[307]},{"name":"STATUS_LOG_DEDICATED","features":[307]},{"name":"STATUS_LOG_EPHEMERAL","features":[307]},{"name":"STATUS_LOG_FILE_FULL","features":[307]},{"name":"STATUS_LOG_FULL","features":[307]},{"name":"STATUS_LOG_FULL_HANDLER_IN_PROGRESS","features":[307]},{"name":"STATUS_LOG_GROWTH_FAILED","features":[307]},{"name":"STATUS_LOG_HARD_ERROR","features":[307]},{"name":"STATUS_LOG_INCONSISTENT_SECURITY","features":[307]},{"name":"STATUS_LOG_INVALID_RANGE","features":[307]},{"name":"STATUS_LOG_METADATA_CORRUPT","features":[307]},{"name":"STATUS_LOG_METADATA_FLUSH_FAILED","features":[307]},{"name":"STATUS_LOG_METADATA_INCONSISTENT","features":[307]},{"name":"STATUS_LOG_METADATA_INVALID","features":[307]},{"name":"STATUS_LOG_MULTIPLEXED","features":[307]},{"name":"STATUS_LOG_NOT_ENOUGH_CONTAINERS","features":[307]},{"name":"STATUS_LOG_NO_RESTART","features":[307]},{"name":"STATUS_LOG_PINNED","features":[307]},{"name":"STATUS_LOG_PINNED_ARCHIVE_TAIL","features":[307]},{"name":"STATUS_LOG_PINNED_RESERVATION","features":[307]},{"name":"STATUS_LOG_POLICY_ALREADY_INSTALLED","features":[307]},{"name":"STATUS_LOG_POLICY_CONFLICT","features":[307]},{"name":"STATUS_LOG_POLICY_INVALID","features":[307]},{"name":"STATUS_LOG_POLICY_NOT_INSTALLED","features":[307]},{"name":"STATUS_LOG_READ_CONTEXT_INVALID","features":[307]},{"name":"STATUS_LOG_READ_MODE_INVALID","features":[307]},{"name":"STATUS_LOG_RECORDS_RESERVED_INVALID","features":[307]},{"name":"STATUS_LOG_RECORD_NONEXISTENT","features":[307]},{"name":"STATUS_LOG_RESERVATION_INVALID","features":[307]},{"name":"STATUS_LOG_RESIZE_INVALID_SIZE","features":[307]},{"name":"STATUS_LOG_RESTART_INVALID","features":[307]},{"name":"STATUS_LOG_SECTOR_INVALID","features":[307]},{"name":"STATUS_LOG_SECTOR_PARITY_INVALID","features":[307]},{"name":"STATUS_LOG_SECTOR_REMAPPED","features":[307]},{"name":"STATUS_LOG_SPACE_RESERVED_INVALID","features":[307]},{"name":"STATUS_LOG_START_OF_LOG","features":[307]},{"name":"STATUS_LOG_STATE_INVALID","features":[307]},{"name":"STATUS_LOG_TAIL_INVALID","features":[307]},{"name":"STATUS_LONGJUMP","features":[307]},{"name":"STATUS_LOST_MODE_LOGON_RESTRICTION","features":[307]},{"name":"STATUS_LOST_WRITEBEHIND_DATA","features":[307]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR","features":[307]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED","features":[307]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR","features":[307]},{"name":"STATUS_LPAC_ACCESS_DENIED","features":[307]},{"name":"STATUS_LPC_HANDLE_COUNT_EXCEEDED","features":[307]},{"name":"STATUS_LPC_INVALID_CONNECTION_USAGE","features":[307]},{"name":"STATUS_LPC_RECEIVE_BUFFER_EXPECTED","features":[307]},{"name":"STATUS_LPC_REPLY_LOST","features":[307]},{"name":"STATUS_LPC_REQUESTS_NOT_ALLOWED","features":[307]},{"name":"STATUS_LUIDS_EXHAUSTED","features":[307]},{"name":"STATUS_MAGAZINE_NOT_PRESENT","features":[307]},{"name":"STATUS_MAPPED_ALIGNMENT","features":[307]},{"name":"STATUS_MAPPED_FILE_SIZE_ZERO","features":[307]},{"name":"STATUS_MARKED_TO_DISALLOW_WRITES","features":[307]},{"name":"STATUS_MARSHALL_OVERFLOW","features":[307]},{"name":"STATUS_MAX_REFERRALS_EXCEEDED","features":[307]},{"name":"STATUS_MCA_EXCEPTION","features":[307]},{"name":"STATUS_MCA_OCCURED","features":[307]},{"name":"STATUS_MEDIA_CHANGED","features":[307]},{"name":"STATUS_MEDIA_CHECK","features":[307]},{"name":"STATUS_MEDIA_WRITE_PROTECTED","features":[307]},{"name":"STATUS_MEMBERS_PRIMARY_GROUP","features":[307]},{"name":"STATUS_MEMBER_IN_ALIAS","features":[307]},{"name":"STATUS_MEMBER_IN_GROUP","features":[307]},{"name":"STATUS_MEMBER_NOT_IN_ALIAS","features":[307]},{"name":"STATUS_MEMBER_NOT_IN_GROUP","features":[307]},{"name":"STATUS_MEMORY_NOT_ALLOCATED","features":[307]},{"name":"STATUS_MESSAGE_LOST","features":[307]},{"name":"STATUS_MESSAGE_NOT_FOUND","features":[307]},{"name":"STATUS_MESSAGE_RETRIEVED","features":[307]},{"name":"STATUS_MFT_TOO_FRAGMENTED","features":[307]},{"name":"STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION","features":[307]},{"name":"STATUS_MISSING_SYSTEMFILE","features":[307]},{"name":"STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM","features":[307]},{"name":"STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK","features":[307]},{"name":"STATUS_MONITOR_INVALID_MANUFACTURE_DATE","features":[307]},{"name":"STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK","features":[307]},{"name":"STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK","features":[307]},{"name":"STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK","features":[307]},{"name":"STATUS_MONITOR_NO_DESCRIPTOR","features":[307]},{"name":"STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA","features":[307]},{"name":"STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT","features":[307]},{"name":"STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED","features":[307]},{"name":"STATUS_MORE_ENTRIES","features":[307]},{"name":"STATUS_MORE_PROCESSING_REQUIRED","features":[307]},{"name":"STATUS_MOUNT_POINT_NOT_RESOLVED","features":[307]},{"name":"STATUS_MP_PROCESSOR_MISMATCH","features":[307]},{"name":"STATUS_MUI_FILE_NOT_FOUND","features":[307]},{"name":"STATUS_MUI_FILE_NOT_LOADED","features":[307]},{"name":"STATUS_MUI_INVALID_FILE","features":[307]},{"name":"STATUS_MUI_INVALID_LOCALE_NAME","features":[307]},{"name":"STATUS_MUI_INVALID_RC_CONFIG","features":[307]},{"name":"STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME","features":[307]},{"name":"STATUS_MULTIPLE_FAULT_VIOLATION","features":[307]},{"name":"STATUS_MUST_BE_KDC","features":[307]},{"name":"STATUS_MUTANT_LIMIT_EXCEEDED","features":[307]},{"name":"STATUS_MUTANT_NOT_OWNED","features":[307]},{"name":"STATUS_MUTUAL_AUTHENTICATION_FAILED","features":[307]},{"name":"STATUS_NAME_TOO_LONG","features":[307]},{"name":"STATUS_NDIS_ADAPTER_NOT_FOUND","features":[307]},{"name":"STATUS_NDIS_ADAPTER_NOT_READY","features":[307]},{"name":"STATUS_NDIS_ADAPTER_REMOVED","features":[307]},{"name":"STATUS_NDIS_ALREADY_MAPPED","features":[307]},{"name":"STATUS_NDIS_BAD_CHARACTERISTICS","features":[307]},{"name":"STATUS_NDIS_BAD_VERSION","features":[307]},{"name":"STATUS_NDIS_BUFFER_TOO_SHORT","features":[307]},{"name":"STATUS_NDIS_CLOSING","features":[307]},{"name":"STATUS_NDIS_DEVICE_FAILED","features":[307]},{"name":"STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE","features":[307]},{"name":"STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED","features":[307]},{"name":"STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE","features":[307]},{"name":"STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED","features":[307]},{"name":"STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED","features":[307]},{"name":"STATUS_NDIS_DOT11_MEDIA_IN_USE","features":[307]},{"name":"STATUS_NDIS_DOT11_POWER_STATE_INVALID","features":[307]},{"name":"STATUS_NDIS_ERROR_READING_FILE","features":[307]},{"name":"STATUS_NDIS_FILE_NOT_FOUND","features":[307]},{"name":"STATUS_NDIS_GROUP_ADDRESS_IN_USE","features":[307]},{"name":"STATUS_NDIS_INDICATION_REQUIRED","features":[307]},{"name":"STATUS_NDIS_INTERFACE_NOT_FOUND","features":[307]},{"name":"STATUS_NDIS_INVALID_ADDRESS","features":[307]},{"name":"STATUS_NDIS_INVALID_DATA","features":[307]},{"name":"STATUS_NDIS_INVALID_DEVICE_REQUEST","features":[307]},{"name":"STATUS_NDIS_INVALID_LENGTH","features":[307]},{"name":"STATUS_NDIS_INVALID_OID","features":[307]},{"name":"STATUS_NDIS_INVALID_PACKET","features":[307]},{"name":"STATUS_NDIS_INVALID_PORT","features":[307]},{"name":"STATUS_NDIS_INVALID_PORT_STATE","features":[307]},{"name":"STATUS_NDIS_LOW_POWER_STATE","features":[307]},{"name":"STATUS_NDIS_MEDIA_DISCONNECTED","features":[307]},{"name":"STATUS_NDIS_MULTICAST_EXISTS","features":[307]},{"name":"STATUS_NDIS_MULTICAST_FULL","features":[307]},{"name":"STATUS_NDIS_MULTICAST_NOT_FOUND","features":[307]},{"name":"STATUS_NDIS_NOT_SUPPORTED","features":[307]},{"name":"STATUS_NDIS_NO_QUEUES","features":[307]},{"name":"STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED","features":[307]},{"name":"STATUS_NDIS_OFFLOAD_PATH_REJECTED","features":[307]},{"name":"STATUS_NDIS_OFFLOAD_POLICY","features":[307]},{"name":"STATUS_NDIS_OPEN_FAILED","features":[307]},{"name":"STATUS_NDIS_PAUSED","features":[307]},{"name":"STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL","features":[307]},{"name":"STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL","features":[307]},{"name":"STATUS_NDIS_REINIT_REQUIRED","features":[307]},{"name":"STATUS_NDIS_REQUEST_ABORTED","features":[307]},{"name":"STATUS_NDIS_RESET_IN_PROGRESS","features":[307]},{"name":"STATUS_NDIS_RESOURCE_CONFLICT","features":[307]},{"name":"STATUS_NDIS_UNSUPPORTED_MEDIA","features":[307]},{"name":"STATUS_NDIS_UNSUPPORTED_REVISION","features":[307]},{"name":"STATUS_ND_QUEUE_OVERFLOW","features":[307]},{"name":"STATUS_NEEDS_REGISTRATION","features":[307]},{"name":"STATUS_NEEDS_REMEDIATION","features":[307]},{"name":"STATUS_NETLOGON_NOT_STARTED","features":[307]},{"name":"STATUS_NETWORK_ACCESS_DENIED","features":[307]},{"name":"STATUS_NETWORK_ACCESS_DENIED_EDP","features":[307]},{"name":"STATUS_NETWORK_AUTHENTICATION_PROMPT_CANCELED","features":[307]},{"name":"STATUS_NETWORK_BUSY","features":[307]},{"name":"STATUS_NETWORK_CREDENTIAL_CONFLICT","features":[307]},{"name":"STATUS_NETWORK_NAME_DELETED","features":[307]},{"name":"STATUS_NETWORK_OPEN_RESTRICTION","features":[307]},{"name":"STATUS_NETWORK_SESSION_EXPIRED","features":[307]},{"name":"STATUS_NETWORK_UNREACHABLE","features":[307]},{"name":"STATUS_NET_WRITE_FAULT","features":[307]},{"name":"STATUS_NOINTERFACE","features":[307]},{"name":"STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT","features":[307]},{"name":"STATUS_NOLOGON_SERVER_TRUST_ACCOUNT","features":[307]},{"name":"STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT","features":[307]},{"name":"STATUS_NONCONTINUABLE_EXCEPTION","features":[307]},{"name":"STATUS_NONEXISTENT_EA_ENTRY","features":[307]},{"name":"STATUS_NONEXISTENT_SECTOR","features":[307]},{"name":"STATUS_NONE_MAPPED","features":[307]},{"name":"STATUS_NOTHING_TO_TERMINATE","features":[307]},{"name":"STATUS_NOTIFICATION_GUID_ALREADY_DEFINED","features":[307]},{"name":"STATUS_NOTIFY_CLEANUP","features":[307]},{"name":"STATUS_NOTIFY_ENUM_DIR","features":[307]},{"name":"STATUS_NOT_ALLOWED_ON_SYSTEM_FILE","features":[307]},{"name":"STATUS_NOT_ALL_ASSIGNED","features":[307]},{"name":"STATUS_NOT_APPCONTAINER","features":[307]},{"name":"STATUS_NOT_A_CLOUD_FILE","features":[307]},{"name":"STATUS_NOT_A_CLOUD_SYNC_ROOT","features":[307]},{"name":"STATUS_NOT_A_DAX_VOLUME","features":[307]},{"name":"STATUS_NOT_A_DEV_VOLUME","features":[307]},{"name":"STATUS_NOT_A_DIRECTORY","features":[307]},{"name":"STATUS_NOT_A_REPARSE_POINT","features":[307]},{"name":"STATUS_NOT_A_TIERED_VOLUME","features":[307]},{"name":"STATUS_NOT_CAPABLE","features":[307]},{"name":"STATUS_NOT_CLIENT_SESSION","features":[307]},{"name":"STATUS_NOT_COMMITTED","features":[307]},{"name":"STATUS_NOT_DAX_MAPPABLE","features":[307]},{"name":"STATUS_NOT_EXPORT_FORMAT","features":[307]},{"name":"STATUS_NOT_FOUND","features":[307]},{"name":"STATUS_NOT_GUI_PROCESS","features":[307]},{"name":"STATUS_NOT_IMPLEMENTED","features":[307]},{"name":"STATUS_NOT_LOCKED","features":[307]},{"name":"STATUS_NOT_LOGON_PROCESS","features":[307]},{"name":"STATUS_NOT_MAPPED_DATA","features":[307]},{"name":"STATUS_NOT_MAPPED_VIEW","features":[307]},{"name":"STATUS_NOT_READ_FROM_COPY","features":[307]},{"name":"STATUS_NOT_REDUNDANT_STORAGE","features":[307]},{"name":"STATUS_NOT_REGISTRY_FILE","features":[307]},{"name":"STATUS_NOT_SAFE_MODE_DRIVER","features":[307]},{"name":"STATUS_NOT_SAME_DEVICE","features":[307]},{"name":"STATUS_NOT_SAME_OBJECT","features":[307]},{"name":"STATUS_NOT_SERVER_SESSION","features":[307]},{"name":"STATUS_NOT_SNAPSHOT_VOLUME","features":[307]},{"name":"STATUS_NOT_SUPPORTED","features":[307]},{"name":"STATUS_NOT_SUPPORTED_IN_APPCONTAINER","features":[307]},{"name":"STATUS_NOT_SUPPORTED_ON_DAX","features":[307]},{"name":"STATUS_NOT_SUPPORTED_ON_SBS","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_AUDITING","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_BTT","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_BYPASSIO","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_CACHED_HANDLE","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_COMPRESSION","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_DEDUPLICATION","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_ENCRYPTION","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_MONITORING","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_REPLICATION","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_SNAPSHOT","features":[307]},{"name":"STATUS_NOT_SUPPORTED_WITH_VIRTUALIZATION","features":[307]},{"name":"STATUS_NOT_TINY_STREAM","features":[307]},{"name":"STATUS_NO_ACE_CONDITION","features":[307]},{"name":"STATUS_NO_APPLICABLE_APP_LICENSES_FOUND","features":[307]},{"name":"STATUS_NO_APPLICATION_PACKAGE","features":[307]},{"name":"STATUS_NO_BROWSER_SERVERS_FOUND","features":[307]},{"name":"STATUS_NO_BYPASSIO_DRIVER_SUPPORT","features":[307]},{"name":"STATUS_NO_CALLBACK_ACTIVE","features":[307]},{"name":"STATUS_NO_DATA_DETECTED","features":[307]},{"name":"STATUS_NO_EAS_ON_FILE","features":[307]},{"name":"STATUS_NO_EFS","features":[307]},{"name":"STATUS_NO_EVENT_PAIR","features":[307]},{"name":"STATUS_NO_GUID_TRANSLATION","features":[307]},{"name":"STATUS_NO_IMPERSONATION_TOKEN","features":[307]},{"name":"STATUS_NO_INHERITANCE","features":[307]},{"name":"STATUS_NO_IP_ADDRESSES","features":[307]},{"name":"STATUS_NO_KERB_KEY","features":[307]},{"name":"STATUS_NO_KEY","features":[307]},{"name":"STATUS_NO_LDT","features":[307]},{"name":"STATUS_NO_LINK_TRACKING_IN_TRANSACTION","features":[307]},{"name":"STATUS_NO_LOGON_SERVERS","features":[307]},{"name":"STATUS_NO_LOG_SPACE","features":[307]},{"name":"STATUS_NO_MATCH","features":[307]},{"name":"STATUS_NO_MEDIA","features":[307]},{"name":"STATUS_NO_MEDIA_IN_DEVICE","features":[307]},{"name":"STATUS_NO_MEMORY","features":[307]},{"name":"STATUS_NO_MORE_EAS","features":[307]},{"name":"STATUS_NO_MORE_ENTRIES","features":[307]},{"name":"STATUS_NO_MORE_FILES","features":[307]},{"name":"STATUS_NO_MORE_MATCHES","features":[307]},{"name":"STATUS_NO_PAGEFILE","features":[307]},{"name":"STATUS_NO_PA_DATA","features":[307]},{"name":"STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND","features":[307]},{"name":"STATUS_NO_QUOTAS_FOR_ACCOUNT","features":[307]},{"name":"STATUS_NO_RANGES_PROCESSED","features":[307]},{"name":"STATUS_NO_RECOVERY_POLICY","features":[307]},{"name":"STATUS_NO_S4U_PROT_SUPPORT","features":[307]},{"name":"STATUS_NO_SAVEPOINT_WITH_OPEN_FILES","features":[307]},{"name":"STATUS_NO_SECRETS","features":[307]},{"name":"STATUS_NO_SECURITY_CONTEXT","features":[307]},{"name":"STATUS_NO_SECURITY_ON_OBJECT","features":[307]},{"name":"STATUS_NO_SPOOL_SPACE","features":[307]},{"name":"STATUS_NO_SUCH_ALIAS","features":[307]},{"name":"STATUS_NO_SUCH_DEVICE","features":[307]},{"name":"STATUS_NO_SUCH_DOMAIN","features":[307]},{"name":"STATUS_NO_SUCH_FILE","features":[307]},{"name":"STATUS_NO_SUCH_GROUP","features":[307]},{"name":"STATUS_NO_SUCH_MEMBER","features":[307]},{"name":"STATUS_NO_SUCH_PACKAGE","features":[307]},{"name":"STATUS_NO_SUCH_PRIVILEGE","features":[307]},{"name":"STATUS_NO_TGT_REPLY","features":[307]},{"name":"STATUS_NO_TOKEN","features":[307]},{"name":"STATUS_NO_TRACKING_SERVICE","features":[307]},{"name":"STATUS_NO_TRUST_LSA_SECRET","features":[307]},{"name":"STATUS_NO_TRUST_SAM_ACCOUNT","features":[307]},{"name":"STATUS_NO_TXF_METADATA","features":[307]},{"name":"STATUS_NO_UNICODE_TRANSLATION","features":[307]},{"name":"STATUS_NO_USER_KEYS","features":[307]},{"name":"STATUS_NO_USER_SESSION_KEY","features":[307]},{"name":"STATUS_NO_WORK_DONE","features":[307]},{"name":"STATUS_NO_YIELD_PERFORMED","features":[307]},{"name":"STATUS_NTLM_BLOCKED","features":[307]},{"name":"STATUS_NT_CROSS_ENCRYPTION_REQUIRED","features":[307]},{"name":"STATUS_NULL_LM_PASSWORD","features":[307]},{"name":"STATUS_OBJECTID_EXISTS","features":[307]},{"name":"STATUS_OBJECTID_NOT_FOUND","features":[307]},{"name":"STATUS_OBJECT_IS_IMMUTABLE","features":[307]},{"name":"STATUS_OBJECT_NAME_COLLISION","features":[307]},{"name":"STATUS_OBJECT_NAME_EXISTS","features":[307]},{"name":"STATUS_OBJECT_NAME_INVALID","features":[307]},{"name":"STATUS_OBJECT_NAME_NOT_FOUND","features":[307]},{"name":"STATUS_OBJECT_NOT_EXTERNALLY_BACKED","features":[307]},{"name":"STATUS_OBJECT_NO_LONGER_EXISTS","features":[307]},{"name":"STATUS_OBJECT_PATH_INVALID","features":[307]},{"name":"STATUS_OBJECT_PATH_NOT_FOUND","features":[307]},{"name":"STATUS_OBJECT_PATH_SYNTAX_BAD","features":[307]},{"name":"STATUS_OBJECT_TYPE_MISMATCH","features":[307]},{"name":"STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED","features":[307]},{"name":"STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED","features":[307]},{"name":"STATUS_ONLY_IF_CONNECTED","features":[307]},{"name":"STATUS_OPEN_FAILED","features":[307]},{"name":"STATUS_OPERATION_IN_PROGRESS","features":[307]},{"name":"STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION","features":[307]},{"name":"STATUS_OPLOCK_BREAK_IN_PROGRESS","features":[307]},{"name":"STATUS_OPLOCK_HANDLE_CLOSED","features":[307]},{"name":"STATUS_OPLOCK_NOT_GRANTED","features":[307]},{"name":"STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE","features":[307]},{"name":"STATUS_ORDINAL_NOT_FOUND","features":[307]},{"name":"STATUS_ORPHAN_NAME_EXHAUSTED","features":[307]},{"name":"STATUS_PACKAGE_NOT_AVAILABLE","features":[307]},{"name":"STATUS_PACKAGE_UPDATING","features":[307]},{"name":"STATUS_PAGEFILE_CREATE_FAILED","features":[307]},{"name":"STATUS_PAGEFILE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_PAGEFILE_QUOTA","features":[307]},{"name":"STATUS_PAGEFILE_QUOTA_EXCEEDED","features":[307]},{"name":"STATUS_PAGE_FAULT_COPY_ON_WRITE","features":[307]},{"name":"STATUS_PAGE_FAULT_DEMAND_ZERO","features":[307]},{"name":"STATUS_PAGE_FAULT_GUARD_PAGE","features":[307]},{"name":"STATUS_PAGE_FAULT_PAGING_FILE","features":[307]},{"name":"STATUS_PAGE_FAULT_RETRY","features":[307]},{"name":"STATUS_PAGE_FAULT_TRANSITION","features":[307]},{"name":"STATUS_PARAMETER_QUOTA_EXCEEDED","features":[307]},{"name":"STATUS_PARITY_ERROR","features":[307]},{"name":"STATUS_PARTIAL_COPY","features":[307]},{"name":"STATUS_PARTITION_FAILURE","features":[307]},{"name":"STATUS_PARTITION_TERMINATING","features":[307]},{"name":"STATUS_PASSWORD_CHANGE_REQUIRED","features":[307]},{"name":"STATUS_PASSWORD_RESTRICTION","features":[307]},{"name":"STATUS_PATCH_CONFLICT","features":[307]},{"name":"STATUS_PATCH_DEFERRED","features":[307]},{"name":"STATUS_PATCH_NOT_REGISTERED","features":[307]},{"name":"STATUS_PATH_NOT_COVERED","features":[307]},{"name":"STATUS_PCP_ATTESTATION_CHALLENGE_NOT_SET","features":[307]},{"name":"STATUS_PCP_AUTHENTICATION_FAILED","features":[307]},{"name":"STATUS_PCP_AUTHENTICATION_IGNORED","features":[307]},{"name":"STATUS_PCP_BUFFER_LENGTH_MISMATCH","features":[307]},{"name":"STATUS_PCP_BUFFER_TOO_SMALL","features":[307]},{"name":"STATUS_PCP_CLAIM_TYPE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_PCP_DEVICE_NOT_FOUND","features":[307]},{"name":"STATUS_PCP_DEVICE_NOT_READY","features":[307]},{"name":"STATUS_PCP_ERROR_MASK","features":[307]},{"name":"STATUS_PCP_FLAG_NOT_SUPPORTED","features":[307]},{"name":"STATUS_PCP_IFX_RSA_KEY_CREATION_BLOCKED","features":[307]},{"name":"STATUS_PCP_INTERNAL_ERROR","features":[307]},{"name":"STATUS_PCP_INVALID_HANDLE","features":[307]},{"name":"STATUS_PCP_INVALID_PARAMETER","features":[307]},{"name":"STATUS_PCP_KEY_ALREADY_FINALIZED","features":[307]},{"name":"STATUS_PCP_KEY_HANDLE_INVALIDATED","features":[307]},{"name":"STATUS_PCP_KEY_NOT_AIK","features":[307]},{"name":"STATUS_PCP_KEY_NOT_AUTHENTICATED","features":[307]},{"name":"STATUS_PCP_KEY_NOT_FINALIZED","features":[307]},{"name":"STATUS_PCP_KEY_NOT_LOADED","features":[307]},{"name":"STATUS_PCP_KEY_NOT_SIGNING_KEY","features":[307]},{"name":"STATUS_PCP_KEY_USAGE_POLICY_INVALID","features":[307]},{"name":"STATUS_PCP_KEY_USAGE_POLICY_NOT_SUPPORTED","features":[307]},{"name":"STATUS_PCP_LOCKED_OUT","features":[307]},{"name":"STATUS_PCP_NOT_PCR_BOUND","features":[307]},{"name":"STATUS_PCP_NOT_SUPPORTED","features":[307]},{"name":"STATUS_PCP_NO_KEY_CERTIFICATION","features":[307]},{"name":"STATUS_PCP_POLICY_NOT_FOUND","features":[307]},{"name":"STATUS_PCP_PROFILE_NOT_FOUND","features":[307]},{"name":"STATUS_PCP_RAW_POLICY_NOT_SUPPORTED","features":[307]},{"name":"STATUS_PCP_SOFT_KEY_ERROR","features":[307]},{"name":"STATUS_PCP_TICKET_MISSING","features":[307]},{"name":"STATUS_PCP_TPM_VERSION_NOT_SUPPORTED","features":[307]},{"name":"STATUS_PCP_UNSUPPORTED_PSS_SALT","features":[307]},{"name":"STATUS_PCP_VALIDATION_FAILED","features":[307]},{"name":"STATUS_PCP_WRONG_PARENT","features":[307]},{"name":"STATUS_PENDING","features":[307]},{"name":"STATUS_PER_USER_TRUST_QUOTA_EXCEEDED","features":[307]},{"name":"STATUS_PIPE_BROKEN","features":[307]},{"name":"STATUS_PIPE_BUSY","features":[307]},{"name":"STATUS_PIPE_CLOSING","features":[307]},{"name":"STATUS_PIPE_CONNECTED","features":[307]},{"name":"STATUS_PIPE_DISCONNECTED","features":[307]},{"name":"STATUS_PIPE_EMPTY","features":[307]},{"name":"STATUS_PIPE_LISTENING","features":[307]},{"name":"STATUS_PIPE_NOT_AVAILABLE","features":[307]},{"name":"STATUS_PKINIT_CLIENT_FAILURE","features":[307]},{"name":"STATUS_PKINIT_FAILURE","features":[307]},{"name":"STATUS_PKINIT_NAME_MISMATCH","features":[307]},{"name":"STATUS_PKU2U_CERT_FAILURE","features":[307]},{"name":"STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND","features":[307]},{"name":"STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED","features":[307]},{"name":"STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED","features":[307]},{"name":"STATUS_PLATFORM_MANIFEST_INVALID","features":[307]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_ACTIVE","features":[307]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED","features":[307]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_SIGNED","features":[307]},{"name":"STATUS_PLUGPLAY_NO_DEVICE","features":[307]},{"name":"STATUS_PLUGPLAY_QUERY_VETOED","features":[307]},{"name":"STATUS_PNP_BAD_MPS_TABLE","features":[307]},{"name":"STATUS_PNP_DEVICE_CONFIGURATION_PENDING","features":[307]},{"name":"STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE","features":[307]},{"name":"STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND","features":[307]},{"name":"STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND","features":[307]},{"name":"STATUS_PNP_FUNCTION_DRIVER_REQUIRED","features":[307]},{"name":"STATUS_PNP_INVALID_ID","features":[307]},{"name":"STATUS_PNP_IRQ_TRANSLATION_FAILED","features":[307]},{"name":"STATUS_PNP_NO_COMPAT_DRIVERS","features":[307]},{"name":"STATUS_PNP_REBOOT_REQUIRED","features":[307]},{"name":"STATUS_PNP_RESTART_ENUMERATION","features":[307]},{"name":"STATUS_PNP_TRANSLATION_FAILED","features":[307]},{"name":"STATUS_POLICY_CONTROLLED_ACCOUNT","features":[307]},{"name":"STATUS_POLICY_OBJECT_NOT_FOUND","features":[307]},{"name":"STATUS_POLICY_ONLY_IN_DS","features":[307]},{"name":"STATUS_PORT_ALREADY_HAS_COMPLETION_LIST","features":[307]},{"name":"STATUS_PORT_ALREADY_SET","features":[307]},{"name":"STATUS_PORT_CLOSED","features":[307]},{"name":"STATUS_PORT_CONNECTION_REFUSED","features":[307]},{"name":"STATUS_PORT_DISCONNECTED","features":[307]},{"name":"STATUS_PORT_DO_NOT_DISTURB","features":[307]},{"name":"STATUS_PORT_MESSAGE_TOO_LONG","features":[307]},{"name":"STATUS_PORT_NOT_SET","features":[307]},{"name":"STATUS_PORT_UNREACHABLE","features":[307]},{"name":"STATUS_POSSIBLE_DEADLOCK","features":[307]},{"name":"STATUS_POWER_STATE_INVALID","features":[307]},{"name":"STATUS_PREDEFINED_HANDLE","features":[307]},{"name":"STATUS_PRENT4_MACHINE_ACCOUNT","features":[307]},{"name":"STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[307]},{"name":"STATUS_PRINT_CANCELLED","features":[307]},{"name":"STATUS_PRINT_QUEUE_FULL","features":[307]},{"name":"STATUS_PRIVILEGED_INSTRUCTION","features":[307]},{"name":"STATUS_PRIVILEGE_NOT_HELD","features":[307]},{"name":"STATUS_PROACTIVE_SCAN_IN_PROGRESS","features":[307]},{"name":"STATUS_PROCEDURE_NOT_FOUND","features":[307]},{"name":"STATUS_PROCESS_CLONED","features":[307]},{"name":"STATUS_PROCESS_IN_JOB","features":[307]},{"name":"STATUS_PROCESS_IS_PROTECTED","features":[307]},{"name":"STATUS_PROCESS_IS_TERMINATING","features":[307]},{"name":"STATUS_PROCESS_NOT_IN_JOB","features":[307]},{"name":"STATUS_PROFILING_AT_LIMIT","features":[307]},{"name":"STATUS_PROFILING_NOT_STARTED","features":[307]},{"name":"STATUS_PROFILING_NOT_STOPPED","features":[307]},{"name":"STATUS_PROPSET_NOT_FOUND","features":[307]},{"name":"STATUS_PROTOCOL_NOT_SUPPORTED","features":[307]},{"name":"STATUS_PROTOCOL_UNREACHABLE","features":[307]},{"name":"STATUS_PTE_CHANGED","features":[307]},{"name":"STATUS_PURGE_FAILED","features":[307]},{"name":"STATUS_PWD_HISTORY_CONFLICT","features":[307]},{"name":"STATUS_PWD_TOO_LONG","features":[307]},{"name":"STATUS_PWD_TOO_RECENT","features":[307]},{"name":"STATUS_PWD_TOO_SHORT","features":[307]},{"name":"STATUS_QUERY_STORAGE_ERROR","features":[307]},{"name":"STATUS_QUIC_ALPN_NEG_FAILURE","features":[307]},{"name":"STATUS_QUIC_CONNECTION_IDLE","features":[307]},{"name":"STATUS_QUIC_CONNECTION_TIMEOUT","features":[307]},{"name":"STATUS_QUIC_HANDSHAKE_FAILURE","features":[307]},{"name":"STATUS_QUIC_INTERNAL_ERROR","features":[307]},{"name":"STATUS_QUIC_PROTOCOL_VIOLATION","features":[307]},{"name":"STATUS_QUIC_USER_CANCELED","features":[307]},{"name":"STATUS_QUIC_VER_NEG_FAILURE","features":[307]},{"name":"STATUS_QUOTA_ACTIVITY","features":[307]},{"name":"STATUS_QUOTA_EXCEEDED","features":[307]},{"name":"STATUS_QUOTA_LIST_INCONSISTENT","features":[307]},{"name":"STATUS_QUOTA_NOT_ENABLED","features":[307]},{"name":"STATUS_RANGE_LIST_CONFLICT","features":[307]},{"name":"STATUS_RANGE_NOT_FOUND","features":[307]},{"name":"STATUS_RANGE_NOT_LOCKED","features":[307]},{"name":"STATUS_RDBSS_CONTINUE_OPERATION","features":[307]},{"name":"STATUS_RDBSS_POST_OPERATION","features":[307]},{"name":"STATUS_RDBSS_RESTART_OPERATION","features":[307]},{"name":"STATUS_RDBSS_RETRY_LOOKUP","features":[307]},{"name":"STATUS_RDP_PROTOCOL_ERROR","features":[307]},{"name":"STATUS_RECEIVE_EXPEDITED","features":[307]},{"name":"STATUS_RECEIVE_PARTIAL","features":[307]},{"name":"STATUS_RECEIVE_PARTIAL_EXPEDITED","features":[307]},{"name":"STATUS_RECOVERABLE_BUGCHECK","features":[307]},{"name":"STATUS_RECOVERY_FAILURE","features":[307]},{"name":"STATUS_RECOVERY_NOT_NEEDED","features":[307]},{"name":"STATUS_RECURSIVE_DISPATCH","features":[307]},{"name":"STATUS_REDIRECTOR_HAS_OPEN_HANDLES","features":[307]},{"name":"STATUS_REDIRECTOR_NOT_STARTED","features":[307]},{"name":"STATUS_REDIRECTOR_PAUSED","features":[307]},{"name":"STATUS_REDIRECTOR_STARTED","features":[307]},{"name":"STATUS_REGISTRY_CORRUPT","features":[307]},{"name":"STATUS_REGISTRY_HIVE_RECOVERED","features":[307]},{"name":"STATUS_REGISTRY_IO_FAILED","features":[307]},{"name":"STATUS_REGISTRY_QUOTA_LIMIT","features":[307]},{"name":"STATUS_REGISTRY_RECOVERED","features":[307]},{"name":"STATUS_REG_NAT_CONSUMPTION","features":[307]},{"name":"STATUS_REINITIALIZATION_NEEDED","features":[307]},{"name":"STATUS_REMOTE_DISCONNECT","features":[307]},{"name":"STATUS_REMOTE_FILE_VERSION_MISMATCH","features":[307]},{"name":"STATUS_REMOTE_NOT_LISTENING","features":[307]},{"name":"STATUS_REMOTE_RESOURCES","features":[307]},{"name":"STATUS_REMOTE_SESSION_LIMIT","features":[307]},{"name":"STATUS_REMOTE_STORAGE_MEDIA_ERROR","features":[307]},{"name":"STATUS_REMOTE_STORAGE_NOT_ACTIVE","features":[307]},{"name":"STATUS_REPAIR_NEEDED","features":[307]},{"name":"STATUS_REPARSE","features":[307]},{"name":"STATUS_REPARSE_ATTRIBUTE_CONFLICT","features":[307]},{"name":"STATUS_REPARSE_GLOBAL","features":[307]},{"name":"STATUS_REPARSE_OBJECT","features":[307]},{"name":"STATUS_REPARSE_POINT_ENCOUNTERED","features":[307]},{"name":"STATUS_REPARSE_POINT_NOT_RESOLVED","features":[307]},{"name":"STATUS_REPLY_MESSAGE_MISMATCH","features":[307]},{"name":"STATUS_REQUEST_ABORTED","features":[307]},{"name":"STATUS_REQUEST_CANCELED","features":[307]},{"name":"STATUS_REQUEST_NOT_ACCEPTED","features":[307]},{"name":"STATUS_REQUEST_OUT_OF_SEQUENCE","features":[307]},{"name":"STATUS_REQUEST_PAUSED","features":[307]},{"name":"STATUS_RESIDENT_FILE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_RESOURCEMANAGER_NOT_FOUND","features":[307]},{"name":"STATUS_RESOURCEMANAGER_READ_ONLY","features":[307]},{"name":"STATUS_RESOURCE_DATA_NOT_FOUND","features":[307]},{"name":"STATUS_RESOURCE_ENUM_USER_STOP","features":[307]},{"name":"STATUS_RESOURCE_IN_USE","features":[307]},{"name":"STATUS_RESOURCE_LANG_NOT_FOUND","features":[307]},{"name":"STATUS_RESOURCE_NAME_NOT_FOUND","features":[307]},{"name":"STATUS_RESOURCE_NOT_OWNED","features":[307]},{"name":"STATUS_RESOURCE_REQUIREMENTS_CHANGED","features":[307]},{"name":"STATUS_RESOURCE_TYPE_NOT_FOUND","features":[307]},{"name":"STATUS_RESTART_BOOT_APPLICATION","features":[307]},{"name":"STATUS_RESUME_HIBERNATION","features":[307]},{"name":"STATUS_RETRY","features":[307]},{"name":"STATUS_RETURN_ADDRESS_HIJACK_ATTEMPT","features":[307]},{"name":"STATUS_REVISION_MISMATCH","features":[307]},{"name":"STATUS_REVOCATION_OFFLINE_C","features":[307]},{"name":"STATUS_REVOCATION_OFFLINE_KDC","features":[307]},{"name":"STATUS_RING_NEWLY_EMPTY","features":[307]},{"name":"STATUS_RING_PREVIOUSLY_ABOVE_QUOTA","features":[307]},{"name":"STATUS_RING_PREVIOUSLY_EMPTY","features":[307]},{"name":"STATUS_RING_PREVIOUSLY_FULL","features":[307]},{"name":"STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT","features":[307]},{"name":"STATUS_RKF_ACTIVE_KEY","features":[307]},{"name":"STATUS_RKF_BLOB_FULL","features":[307]},{"name":"STATUS_RKF_DUPLICATE_KEY","features":[307]},{"name":"STATUS_RKF_FILE_BLOCKED","features":[307]},{"name":"STATUS_RKF_KEY_NOT_FOUND","features":[307]},{"name":"STATUS_RKF_STORE_FULL","features":[307]},{"name":"STATUS_RM_ALREADY_STARTED","features":[307]},{"name":"STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT","features":[307]},{"name":"STATUS_RM_DISCONNECTED","features":[307]},{"name":"STATUS_RM_METADATA_CORRUPT","features":[307]},{"name":"STATUS_RM_NOT_ACTIVE","features":[307]},{"name":"STATUS_ROLLBACK_TIMER_EXPIRED","features":[307]},{"name":"STATUS_RTPM_CONTEXT_COMPLETE","features":[307]},{"name":"STATUS_RTPM_CONTEXT_CONTINUE","features":[307]},{"name":"STATUS_RTPM_INVALID_CONTEXT","features":[307]},{"name":"STATUS_RTPM_NO_RESULT","features":[307]},{"name":"STATUS_RTPM_PCR_READ_INCOMPLETE","features":[307]},{"name":"STATUS_RTPM_UNSUPPORTED_CMD","features":[307]},{"name":"STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT","features":[307]},{"name":"STATUS_RUNLEVEL_SWITCH_IN_PROGRESS","features":[307]},{"name":"STATUS_RUNLEVEL_SWITCH_TIMEOUT","features":[307]},{"name":"STATUS_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED","features":[307]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET","features":[307]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE","features":[307]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER","features":[307]},{"name":"STATUS_RXACT_COMMITTED","features":[307]},{"name":"STATUS_RXACT_COMMIT_FAILURE","features":[307]},{"name":"STATUS_RXACT_COMMIT_NECESSARY","features":[307]},{"name":"STATUS_RXACT_INVALID_STATE","features":[307]},{"name":"STATUS_RXACT_STATE_CREATED","features":[307]},{"name":"STATUS_SAM_INIT_FAILURE","features":[307]},{"name":"STATUS_SAM_NEED_BOOTKEY_FLOPPY","features":[307]},{"name":"STATUS_SAM_NEED_BOOTKEY_PASSWORD","features":[307]},{"name":"STATUS_SCRUB_DATA_DISABLED","features":[307]},{"name":"STATUS_SECCORE_INVALID_COMMAND","features":[307]},{"name":"STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED","features":[307]},{"name":"STATUS_SECRET_TOO_LONG","features":[307]},{"name":"STATUS_SECTION_DIRECT_MAP_ONLY","features":[307]},{"name":"STATUS_SECTION_NOT_EXTENDED","features":[307]},{"name":"STATUS_SECTION_NOT_IMAGE","features":[307]},{"name":"STATUS_SECTION_PROTECTION","features":[307]},{"name":"STATUS_SECTION_TOO_BIG","features":[307]},{"name":"STATUS_SECUREBOOT_FILE_REPLACED","features":[307]},{"name":"STATUS_SECUREBOOT_INVALID_POLICY","features":[307]},{"name":"STATUS_SECUREBOOT_NOT_BASE_POLICY","features":[307]},{"name":"STATUS_SECUREBOOT_NOT_ENABLED","features":[307]},{"name":"STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY","features":[307]},{"name":"STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH","features":[307]},{"name":"STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION","features":[307]},{"name":"STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED","features":[307]},{"name":"STATUS_SECUREBOOT_POLICY_NOT_SIGNED","features":[307]},{"name":"STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND","features":[307]},{"name":"STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED","features":[307]},{"name":"STATUS_SECUREBOOT_POLICY_UNKNOWN","features":[307]},{"name":"STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH","features":[307]},{"name":"STATUS_SECUREBOOT_POLICY_VIOLATION","features":[307]},{"name":"STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING","features":[307]},{"name":"STATUS_SECUREBOOT_ROLLBACK_DETECTED","features":[307]},{"name":"STATUS_SECURITY_STREAM_IS_INCONSISTENT","features":[307]},{"name":"STATUS_SEGMENT_NOTIFICATION","features":[307]},{"name":"STATUS_SEMAPHORE_LIMIT_EXCEEDED","features":[307]},{"name":"STATUS_SERIAL_COUNTER_TIMEOUT","features":[307]},{"name":"STATUS_SERIAL_MORE_WRITES","features":[307]},{"name":"STATUS_SERIAL_NO_DEVICE_INITED","features":[307]},{"name":"STATUS_SERVER_DISABLED","features":[307]},{"name":"STATUS_SERVER_HAS_OPEN_HANDLES","features":[307]},{"name":"STATUS_SERVER_NOT_DISABLED","features":[307]},{"name":"STATUS_SERVER_SHUTDOWN_IN_PROGRESS","features":[307]},{"name":"STATUS_SERVER_SID_MISMATCH","features":[307]},{"name":"STATUS_SERVER_TRANSPORT_CONFLICT","features":[307]},{"name":"STATUS_SERVER_UNAVAILABLE","features":[307]},{"name":"STATUS_SERVICES_FAILED_AUTOSTART","features":[307]},{"name":"STATUS_SERVICE_NOTIFICATION","features":[307]},{"name":"STATUS_SESSION_KEY_TOO_SHORT","features":[307]},{"name":"STATUS_SETMARK_DETECTED","features":[307]},{"name":"STATUS_SET_CONTEXT_DENIED","features":[307]},{"name":"STATUS_SEVERITY_COERROR","features":[307]},{"name":"STATUS_SEVERITY_COFAIL","features":[307]},{"name":"STATUS_SEVERITY_ERROR","features":[307]},{"name":"STATUS_SEVERITY_INFORMATIONAL","features":[307]},{"name":"STATUS_SEVERITY_SUCCESS","features":[307]},{"name":"STATUS_SEVERITY_WARNING","features":[307]},{"name":"STATUS_SHARED_IRQ_BUSY","features":[307]},{"name":"STATUS_SHARED_POLICY","features":[307]},{"name":"STATUS_SHARE_UNAVAILABLE","features":[307]},{"name":"STATUS_SHARING_PAUSED","features":[307]},{"name":"STATUS_SHARING_VIOLATION","features":[307]},{"name":"STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME","features":[307]},{"name":"STATUS_SHUTDOWN_IN_PROGRESS","features":[307]},{"name":"STATUS_SINGLE_STEP","features":[307]},{"name":"STATUS_SMARTCARD_CARD_BLOCKED","features":[307]},{"name":"STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED","features":[307]},{"name":"STATUS_SMARTCARD_CERT_EXPIRED","features":[307]},{"name":"STATUS_SMARTCARD_CERT_REVOKED","features":[307]},{"name":"STATUS_SMARTCARD_IO_ERROR","features":[307]},{"name":"STATUS_SMARTCARD_LOGON_REQUIRED","features":[307]},{"name":"STATUS_SMARTCARD_NO_CARD","features":[307]},{"name":"STATUS_SMARTCARD_NO_CERTIFICATE","features":[307]},{"name":"STATUS_SMARTCARD_NO_KEYSET","features":[307]},{"name":"STATUS_SMARTCARD_NO_KEY_CONTAINER","features":[307]},{"name":"STATUS_SMARTCARD_SILENT_CONTEXT","features":[307]},{"name":"STATUS_SMARTCARD_SUBSYSTEM_FAILURE","features":[307]},{"name":"STATUS_SMARTCARD_WRONG_PIN","features":[307]},{"name":"STATUS_SMB1_NOT_AVAILABLE","features":[307]},{"name":"STATUS_SMB_BAD_CLUSTER_DIALECT","features":[307]},{"name":"STATUS_SMB_GUEST_LOGON_BLOCKED","features":[307]},{"name":"STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP","features":[307]},{"name":"STATUS_SMB_NO_SIGNING_ALGORITHM_OVERLAP","features":[307]},{"name":"STATUS_SMI_PRIMITIVE_INSTALLER_FAILED","features":[307]},{"name":"STATUS_SMR_GARBAGE_COLLECTION_REQUIRED","features":[307]},{"name":"STATUS_SOME_NOT_MAPPED","features":[307]},{"name":"STATUS_SOURCE_ELEMENT_EMPTY","features":[307]},{"name":"STATUS_SPACES_ALLOCATION_SIZE_INVALID","features":[307]},{"name":"STATUS_SPACES_CACHE_FULL","features":[307]},{"name":"STATUS_SPACES_COMPLETE","features":[307]},{"name":"STATUS_SPACES_CORRUPT_METADATA","features":[307]},{"name":"STATUS_SPACES_DRIVE_LOST_DATA","features":[307]},{"name":"STATUS_SPACES_DRIVE_NOT_READY","features":[307]},{"name":"STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID","features":[307]},{"name":"STATUS_SPACES_DRIVE_REDUNDANCY_INVALID","features":[307]},{"name":"STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID","features":[307]},{"name":"STATUS_SPACES_DRIVE_SPLIT","features":[307]},{"name":"STATUS_SPACES_DRT_FULL","features":[307]},{"name":"STATUS_SPACES_ENCLOSURE_AWARE_INVALID","features":[307]},{"name":"STATUS_SPACES_ENTRY_INCOMPLETE","features":[307]},{"name":"STATUS_SPACES_ENTRY_INVALID","features":[307]},{"name":"STATUS_SPACES_EXTENDED_ERROR","features":[307]},{"name":"STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID","features":[307]},{"name":"STATUS_SPACES_FLUSH_METADATA","features":[307]},{"name":"STATUS_SPACES_INCONSISTENCY","features":[307]},{"name":"STATUS_SPACES_INTERLEAVE_LENGTH_INVALID","features":[307]},{"name":"STATUS_SPACES_LOG_NOT_READY","features":[307]},{"name":"STATUS_SPACES_MAP_REQUIRED","features":[307]},{"name":"STATUS_SPACES_MARK_DIRTY","features":[307]},{"name":"STATUS_SPACES_NOT_ENOUGH_DRIVES","features":[307]},{"name":"STATUS_SPACES_NO_REDUNDANCY","features":[307]},{"name":"STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID","features":[307]},{"name":"STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID","features":[307]},{"name":"STATUS_SPACES_NUMBER_OF_GROUPS_INVALID","features":[307]},{"name":"STATUS_SPACES_PAUSE","features":[307]},{"name":"STATUS_SPACES_PD_INVALID_DATA","features":[307]},{"name":"STATUS_SPACES_PD_LENGTH_MISMATCH","features":[307]},{"name":"STATUS_SPACES_PD_NOT_FOUND","features":[307]},{"name":"STATUS_SPACES_PD_UNSUPPORTED_VERSION","features":[307]},{"name":"STATUS_SPACES_PROVISIONING_TYPE_INVALID","features":[307]},{"name":"STATUS_SPACES_REDIRECT","features":[307]},{"name":"STATUS_SPACES_REPAIRED","features":[307]},{"name":"STATUS_SPACES_REPAIR_IN_PROGRESS","features":[307]},{"name":"STATUS_SPACES_RESILIENCY_TYPE_INVALID","features":[307]},{"name":"STATUS_SPACES_UNSUPPORTED_VERSION","features":[307]},{"name":"STATUS_SPACES_UPDATE_COLUMN_STATE","features":[307]},{"name":"STATUS_SPACES_WRITE_CACHE_SIZE_INVALID","features":[307]},{"name":"STATUS_SPARSE_FILE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION","features":[307]},{"name":"STATUS_SPECIAL_ACCOUNT","features":[307]},{"name":"STATUS_SPECIAL_GROUP","features":[307]},{"name":"STATUS_SPECIAL_USER","features":[307]},{"name":"STATUS_STACK_BUFFER_OVERRUN","features":[307]},{"name":"STATUS_STACK_OVERFLOW","features":[307]},{"name":"STATUS_STACK_OVERFLOW_READ","features":[307]},{"name":"STATUS_STOPPED_ON_SYMLINK","features":[307]},{"name":"STATUS_STORAGE_LOST_DATA_PERSISTENCE","features":[307]},{"name":"STATUS_STORAGE_RESERVE_ALREADY_EXISTS","features":[307]},{"name":"STATUS_STORAGE_RESERVE_DOES_NOT_EXIST","features":[307]},{"name":"STATUS_STORAGE_RESERVE_ID_INVALID","features":[307]},{"name":"STATUS_STORAGE_RESERVE_NOT_EMPTY","features":[307]},{"name":"STATUS_STORAGE_STACK_ACCESS_DENIED","features":[307]},{"name":"STATUS_STORAGE_TOPOLOGY_ID_MISMATCH","features":[307]},{"name":"STATUS_STOWED_EXCEPTION","features":[307]},{"name":"STATUS_STREAM_MINIVERSION_NOT_FOUND","features":[307]},{"name":"STATUS_STREAM_MINIVERSION_NOT_VALID","features":[307]},{"name":"STATUS_STRICT_CFG_VIOLATION","features":[307]},{"name":"STATUS_STRONG_CRYPTO_NOT_SUPPORTED","features":[307]},{"name":"STATUS_SUCCESS","features":[307]},{"name":"STATUS_SUSPEND_COUNT_EXCEEDED","features":[307]},{"name":"STATUS_SVHDX_ERROR_NOT_AVAILABLE","features":[307]},{"name":"STATUS_SVHDX_ERROR_STORED","features":[307]},{"name":"STATUS_SVHDX_NO_INITIATOR","features":[307]},{"name":"STATUS_SVHDX_RESERVATION_CONFLICT","features":[307]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE","features":[307]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED","features":[307]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED","features":[307]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED","features":[307]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED","features":[307]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED","features":[307]},{"name":"STATUS_SVHDX_VERSION_MISMATCH","features":[307]},{"name":"STATUS_SVHDX_WRONG_FILE_TYPE","features":[307]},{"name":"STATUS_SXS_ACTIVATION_CONTEXT_DISABLED","features":[307]},{"name":"STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT","features":[307]},{"name":"STATUS_SXS_ASSEMBLY_MISSING","features":[307]},{"name":"STATUS_SXS_ASSEMBLY_NOT_FOUND","features":[307]},{"name":"STATUS_SXS_CANT_GEN_ACTCTX","features":[307]},{"name":"STATUS_SXS_COMPONENT_STORE_CORRUPT","features":[307]},{"name":"STATUS_SXS_CORRUPTION","features":[307]},{"name":"STATUS_SXS_CORRUPT_ACTIVATION_STACK","features":[307]},{"name":"STATUS_SXS_EARLY_DEACTIVATION","features":[307]},{"name":"STATUS_SXS_FILE_HASH_MISMATCH","features":[307]},{"name":"STATUS_SXS_FILE_HASH_MISSING","features":[307]},{"name":"STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY","features":[307]},{"name":"STATUS_SXS_IDENTITIES_DIFFERENT","features":[307]},{"name":"STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE","features":[307]},{"name":"STATUS_SXS_IDENTITY_PARSE_ERROR","features":[307]},{"name":"STATUS_SXS_INVALID_ACTCTXDATA_FORMAT","features":[307]},{"name":"STATUS_SXS_INVALID_DEACTIVATION","features":[307]},{"name":"STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME","features":[307]},{"name":"STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE","features":[307]},{"name":"STATUS_SXS_KEY_NOT_FOUND","features":[307]},{"name":"STATUS_SXS_MANIFEST_FORMAT_ERROR","features":[307]},{"name":"STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT","features":[307]},{"name":"STATUS_SXS_MANIFEST_PARSE_ERROR","features":[307]},{"name":"STATUS_SXS_MANIFEST_TOO_BIG","features":[307]},{"name":"STATUS_SXS_MULTIPLE_DEACTIVATION","features":[307]},{"name":"STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET","features":[307]},{"name":"STATUS_SXS_PROCESS_TERMINATION_REQUESTED","features":[307]},{"name":"STATUS_SXS_RELEASE_ACTIVATION_CONTEXT","features":[307]},{"name":"STATUS_SXS_SECTION_NOT_FOUND","features":[307]},{"name":"STATUS_SXS_SETTING_NOT_REGISTERED","features":[307]},{"name":"STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY","features":[307]},{"name":"STATUS_SXS_THREAD_QUERIES_DISABLED","features":[307]},{"name":"STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE","features":[307]},{"name":"STATUS_SXS_VERSION_CONFLICT","features":[307]},{"name":"STATUS_SXS_WRONG_SECTION_TYPE","features":[307]},{"name":"STATUS_SYMLINK_CLASS_DISABLED","features":[307]},{"name":"STATUS_SYNCHRONIZATION_REQUIRED","features":[307]},{"name":"STATUS_SYSTEM_DEVICE_NOT_FOUND","features":[307]},{"name":"STATUS_SYSTEM_HIVE_TOO_LARGE","features":[307]},{"name":"STATUS_SYSTEM_IMAGE_BAD_SIGNATURE","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_INVALID_POLICY","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_OFFLINE","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_PUA","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED","features":[307]},{"name":"STATUS_SYSTEM_INTEGRITY_TOO_MANY_POLICIES","features":[307]},{"name":"STATUS_SYSTEM_NEEDS_REMEDIATION","features":[307]},{"name":"STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION","features":[307]},{"name":"STATUS_SYSTEM_POWERSTATE_TRANSITION","features":[307]},{"name":"STATUS_SYSTEM_PROCESS_TERMINATED","features":[307]},{"name":"STATUS_SYSTEM_SHUTDOWN","features":[307]},{"name":"STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED","features":[307]},{"name":"STATUS_THREADPOOL_HANDLE_EXCEPTION","features":[307]},{"name":"STATUS_THREADPOOL_RELEASED_DURING_OPERATION","features":[307]},{"name":"STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED","features":[307]},{"name":"STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED","features":[307]},{"name":"STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED","features":[307]},{"name":"STATUS_THREAD_ALREADY_IN_SESSION","features":[307]},{"name":"STATUS_THREAD_ALREADY_IN_TASK","features":[307]},{"name":"STATUS_THREAD_IS_TERMINATING","features":[307]},{"name":"STATUS_THREAD_NOT_IN_PROCESS","features":[307]},{"name":"STATUS_THREAD_NOT_IN_SESSION","features":[307]},{"name":"STATUS_THREAD_NOT_RUNNING","features":[307]},{"name":"STATUS_THREAD_WAS_SUSPENDED","features":[307]},{"name":"STATUS_TIMEOUT","features":[307]},{"name":"STATUS_TIMER_NOT_CANCELED","features":[307]},{"name":"STATUS_TIMER_RESOLUTION_NOT_SET","features":[307]},{"name":"STATUS_TIMER_RESUME_IGNORED","features":[307]},{"name":"STATUS_TIME_DIFFERENCE_AT_DC","features":[307]},{"name":"STATUS_TM_IDENTITY_MISMATCH","features":[307]},{"name":"STATUS_TM_INITIALIZATION_FAILED","features":[307]},{"name":"STATUS_TM_VOLATILE","features":[307]},{"name":"STATUS_TOKEN_ALREADY_IN_USE","features":[307]},{"name":"STATUS_TOO_LATE","features":[307]},{"name":"STATUS_TOO_MANY_ADDRESSES","features":[307]},{"name":"STATUS_TOO_MANY_COMMANDS","features":[307]},{"name":"STATUS_TOO_MANY_CONTEXT_IDS","features":[307]},{"name":"STATUS_TOO_MANY_GUIDS_REQUESTED","features":[307]},{"name":"STATUS_TOO_MANY_LINKS","features":[307]},{"name":"STATUS_TOO_MANY_LUIDS_REQUESTED","features":[307]},{"name":"STATUS_TOO_MANY_NAMES","features":[307]},{"name":"STATUS_TOO_MANY_NODES","features":[307]},{"name":"STATUS_TOO_MANY_OPENED_FILES","features":[307]},{"name":"STATUS_TOO_MANY_PAGING_FILES","features":[307]},{"name":"STATUS_TOO_MANY_PRINCIPALS","features":[307]},{"name":"STATUS_TOO_MANY_SECRETS","features":[307]},{"name":"STATUS_TOO_MANY_SEGMENT_DESCRIPTORS","features":[307]},{"name":"STATUS_TOO_MANY_SESSIONS","features":[307]},{"name":"STATUS_TOO_MANY_SIDS","features":[307]},{"name":"STATUS_TOO_MANY_THREADS","features":[307]},{"name":"STATUS_TPM_20_E_ASYMMETRIC","features":[307]},{"name":"STATUS_TPM_20_E_ATTRIBUTES","features":[307]},{"name":"STATUS_TPM_20_E_AUTHSIZE","features":[307]},{"name":"STATUS_TPM_20_E_AUTH_CONTEXT","features":[307]},{"name":"STATUS_TPM_20_E_AUTH_FAIL","features":[307]},{"name":"STATUS_TPM_20_E_AUTH_MISSING","features":[307]},{"name":"STATUS_TPM_20_E_AUTH_TYPE","features":[307]},{"name":"STATUS_TPM_20_E_AUTH_UNAVAILABLE","features":[307]},{"name":"STATUS_TPM_20_E_BAD_AUTH","features":[307]},{"name":"STATUS_TPM_20_E_BAD_CONTEXT","features":[307]},{"name":"STATUS_TPM_20_E_BINDING","features":[307]},{"name":"STATUS_TPM_20_E_COMMAND_CODE","features":[307]},{"name":"STATUS_TPM_20_E_COMMAND_SIZE","features":[307]},{"name":"STATUS_TPM_20_E_CPHASH","features":[307]},{"name":"STATUS_TPM_20_E_CURVE","features":[307]},{"name":"STATUS_TPM_20_E_DISABLED","features":[307]},{"name":"STATUS_TPM_20_E_ECC_CURVE","features":[307]},{"name":"STATUS_TPM_20_E_ECC_POINT","features":[307]},{"name":"STATUS_TPM_20_E_EXCLUSIVE","features":[307]},{"name":"STATUS_TPM_20_E_EXPIRED","features":[307]},{"name":"STATUS_TPM_20_E_FAILURE","features":[307]},{"name":"STATUS_TPM_20_E_HANDLE","features":[307]},{"name":"STATUS_TPM_20_E_HASH","features":[307]},{"name":"STATUS_TPM_20_E_HIERARCHY","features":[307]},{"name":"STATUS_TPM_20_E_HMAC","features":[307]},{"name":"STATUS_TPM_20_E_INITIALIZE","features":[307]},{"name":"STATUS_TPM_20_E_INSUFFICIENT","features":[307]},{"name":"STATUS_TPM_20_E_INTEGRITY","features":[307]},{"name":"STATUS_TPM_20_E_KDF","features":[307]},{"name":"STATUS_TPM_20_E_KEY","features":[307]},{"name":"STATUS_TPM_20_E_KEY_SIZE","features":[307]},{"name":"STATUS_TPM_20_E_MGF","features":[307]},{"name":"STATUS_TPM_20_E_MODE","features":[307]},{"name":"STATUS_TPM_20_E_NEEDS_TEST","features":[307]},{"name":"STATUS_TPM_20_E_NONCE","features":[307]},{"name":"STATUS_TPM_20_E_NO_RESULT","features":[307]},{"name":"STATUS_TPM_20_E_NV_AUTHORIZATION","features":[307]},{"name":"STATUS_TPM_20_E_NV_DEFINED","features":[307]},{"name":"STATUS_TPM_20_E_NV_LOCKED","features":[307]},{"name":"STATUS_TPM_20_E_NV_RANGE","features":[307]},{"name":"STATUS_TPM_20_E_NV_SIZE","features":[307]},{"name":"STATUS_TPM_20_E_NV_SPACE","features":[307]},{"name":"STATUS_TPM_20_E_NV_UNINITIALIZED","features":[307]},{"name":"STATUS_TPM_20_E_PARENT","features":[307]},{"name":"STATUS_TPM_20_E_PCR","features":[307]},{"name":"STATUS_TPM_20_E_PCR_CHANGED","features":[307]},{"name":"STATUS_TPM_20_E_POLICY","features":[307]},{"name":"STATUS_TPM_20_E_POLICY_CC","features":[307]},{"name":"STATUS_TPM_20_E_POLICY_FAIL","features":[307]},{"name":"STATUS_TPM_20_E_PP","features":[307]},{"name":"STATUS_TPM_20_E_PRIVATE","features":[307]},{"name":"STATUS_TPM_20_E_RANGE","features":[307]},{"name":"STATUS_TPM_20_E_REBOOT","features":[307]},{"name":"STATUS_TPM_20_E_RESERVED_BITS","features":[307]},{"name":"STATUS_TPM_20_E_SCHEME","features":[307]},{"name":"STATUS_TPM_20_E_SELECTOR","features":[307]},{"name":"STATUS_TPM_20_E_SENSITIVE","features":[307]},{"name":"STATUS_TPM_20_E_SEQUENCE","features":[307]},{"name":"STATUS_TPM_20_E_SIGNATURE","features":[307]},{"name":"STATUS_TPM_20_E_SIZE","features":[307]},{"name":"STATUS_TPM_20_E_SYMMETRIC","features":[307]},{"name":"STATUS_TPM_20_E_TAG","features":[307]},{"name":"STATUS_TPM_20_E_TICKET","features":[307]},{"name":"STATUS_TPM_20_E_TOO_MANY_CONTEXTS","features":[307]},{"name":"STATUS_TPM_20_E_TYPE","features":[307]},{"name":"STATUS_TPM_20_E_UNBALANCED","features":[307]},{"name":"STATUS_TPM_20_E_UPGRADE","features":[307]},{"name":"STATUS_TPM_20_E_VALUE","features":[307]},{"name":"STATUS_TPM_ACCESS_DENIED","features":[307]},{"name":"STATUS_TPM_AREA_LOCKED","features":[307]},{"name":"STATUS_TPM_AUDITFAILURE","features":[307]},{"name":"STATUS_TPM_AUDITFAIL_SUCCESSFUL","features":[307]},{"name":"STATUS_TPM_AUDITFAIL_UNSUCCESSFUL","features":[307]},{"name":"STATUS_TPM_AUTH2FAIL","features":[307]},{"name":"STATUS_TPM_AUTHFAIL","features":[307]},{"name":"STATUS_TPM_AUTH_CONFLICT","features":[307]},{"name":"STATUS_TPM_BADCONTEXT","features":[307]},{"name":"STATUS_TPM_BADINDEX","features":[307]},{"name":"STATUS_TPM_BADTAG","features":[307]},{"name":"STATUS_TPM_BAD_ATTRIBUTES","features":[307]},{"name":"STATUS_TPM_BAD_COUNTER","features":[307]},{"name":"STATUS_TPM_BAD_DATASIZE","features":[307]},{"name":"STATUS_TPM_BAD_DELEGATE","features":[307]},{"name":"STATUS_TPM_BAD_HANDLE","features":[307]},{"name":"STATUS_TPM_BAD_KEY_PROPERTY","features":[307]},{"name":"STATUS_TPM_BAD_LOCALITY","features":[307]},{"name":"STATUS_TPM_BAD_MIGRATION","features":[307]},{"name":"STATUS_TPM_BAD_MODE","features":[307]},{"name":"STATUS_TPM_BAD_ORDINAL","features":[307]},{"name":"STATUS_TPM_BAD_PARAMETER","features":[307]},{"name":"STATUS_TPM_BAD_PARAM_SIZE","features":[307]},{"name":"STATUS_TPM_BAD_PRESENCE","features":[307]},{"name":"STATUS_TPM_BAD_SCHEME","features":[307]},{"name":"STATUS_TPM_BAD_SIGNATURE","features":[307]},{"name":"STATUS_TPM_BAD_TYPE","features":[307]},{"name":"STATUS_TPM_BAD_VERSION","features":[307]},{"name":"STATUS_TPM_CLEAR_DISABLED","features":[307]},{"name":"STATUS_TPM_COMMAND_BLOCKED","features":[307]},{"name":"STATUS_TPM_COMMAND_CANCELED","features":[307]},{"name":"STATUS_TPM_CONTEXT_GAP","features":[307]},{"name":"STATUS_TPM_DAA_INPUT_DATA0","features":[307]},{"name":"STATUS_TPM_DAA_INPUT_DATA1","features":[307]},{"name":"STATUS_TPM_DAA_ISSUER_SETTINGS","features":[307]},{"name":"STATUS_TPM_DAA_ISSUER_VALIDITY","features":[307]},{"name":"STATUS_TPM_DAA_RESOURCES","features":[307]},{"name":"STATUS_TPM_DAA_STAGE","features":[307]},{"name":"STATUS_TPM_DAA_TPM_SETTINGS","features":[307]},{"name":"STATUS_TPM_DAA_WRONG_W","features":[307]},{"name":"STATUS_TPM_DEACTIVATED","features":[307]},{"name":"STATUS_TPM_DECRYPT_ERROR","features":[307]},{"name":"STATUS_TPM_DEFEND_LOCK_RUNNING","features":[307]},{"name":"STATUS_TPM_DELEGATE_ADMIN","features":[307]},{"name":"STATUS_TPM_DELEGATE_FAMILY","features":[307]},{"name":"STATUS_TPM_DELEGATE_LOCK","features":[307]},{"name":"STATUS_TPM_DISABLED","features":[307]},{"name":"STATUS_TPM_DISABLED_CMD","features":[307]},{"name":"STATUS_TPM_DOING_SELFTEST","features":[307]},{"name":"STATUS_TPM_DUPLICATE_VHANDLE","features":[307]},{"name":"STATUS_TPM_EMBEDDED_COMMAND_BLOCKED","features":[307]},{"name":"STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED","features":[307]},{"name":"STATUS_TPM_ENCRYPT_ERROR","features":[307]},{"name":"STATUS_TPM_ERROR_MASK","features":[307]},{"name":"STATUS_TPM_FAIL","features":[307]},{"name":"STATUS_TPM_FAILEDSELFTEST","features":[307]},{"name":"STATUS_TPM_FAMILYCOUNT","features":[307]},{"name":"STATUS_TPM_INAPPROPRIATE_ENC","features":[307]},{"name":"STATUS_TPM_INAPPROPRIATE_SIG","features":[307]},{"name":"STATUS_TPM_INSTALL_DISABLED","features":[307]},{"name":"STATUS_TPM_INSUFFICIENT_BUFFER","features":[307]},{"name":"STATUS_TPM_INVALID_AUTHHANDLE","features":[307]},{"name":"STATUS_TPM_INVALID_FAMILY","features":[307]},{"name":"STATUS_TPM_INVALID_HANDLE","features":[307]},{"name":"STATUS_TPM_INVALID_KEYHANDLE","features":[307]},{"name":"STATUS_TPM_INVALID_KEYUSAGE","features":[307]},{"name":"STATUS_TPM_INVALID_PCR_INFO","features":[307]},{"name":"STATUS_TPM_INVALID_POSTINIT","features":[307]},{"name":"STATUS_TPM_INVALID_RESOURCE","features":[307]},{"name":"STATUS_TPM_INVALID_STRUCTURE","features":[307]},{"name":"STATUS_TPM_IOERROR","features":[307]},{"name":"STATUS_TPM_KEYNOTFOUND","features":[307]},{"name":"STATUS_TPM_KEY_NOTSUPPORTED","features":[307]},{"name":"STATUS_TPM_KEY_OWNER_CONTROL","features":[307]},{"name":"STATUS_TPM_MAXNVWRITES","features":[307]},{"name":"STATUS_TPM_MA_AUTHORITY","features":[307]},{"name":"STATUS_TPM_MA_DESTINATION","features":[307]},{"name":"STATUS_TPM_MA_SOURCE","features":[307]},{"name":"STATUS_TPM_MA_TICKET_SIGNATURE","features":[307]},{"name":"STATUS_TPM_MIGRATEFAIL","features":[307]},{"name":"STATUS_TPM_NEEDS_SELFTEST","features":[307]},{"name":"STATUS_TPM_NOCONTEXTSPACE","features":[307]},{"name":"STATUS_TPM_NOOPERATOR","features":[307]},{"name":"STATUS_TPM_NOSPACE","features":[307]},{"name":"STATUS_TPM_NOSRK","features":[307]},{"name":"STATUS_TPM_NOTFIPS","features":[307]},{"name":"STATUS_TPM_NOTLOCAL","features":[307]},{"name":"STATUS_TPM_NOTRESETABLE","features":[307]},{"name":"STATUS_TPM_NOTSEALED_BLOB","features":[307]},{"name":"STATUS_TPM_NOT_FOUND","features":[307]},{"name":"STATUS_TPM_NOT_FULLWRITE","features":[307]},{"name":"STATUS_TPM_NO_ENDORSEMENT","features":[307]},{"name":"STATUS_TPM_NO_NV_PERMISSION","features":[307]},{"name":"STATUS_TPM_NO_WRAP_TRANSPORT","features":[307]},{"name":"STATUS_TPM_OWNER_CONTROL","features":[307]},{"name":"STATUS_TPM_OWNER_SET","features":[307]},{"name":"STATUS_TPM_PERMANENTEK","features":[307]},{"name":"STATUS_TPM_PER_NOWRITE","features":[307]},{"name":"STATUS_TPM_PPI_FUNCTION_UNSUPPORTED","features":[307]},{"name":"STATUS_TPM_READ_ONLY","features":[307]},{"name":"STATUS_TPM_REQUIRES_SIGN","features":[307]},{"name":"STATUS_TPM_RESOURCEMISSING","features":[307]},{"name":"STATUS_TPM_RESOURCES","features":[307]},{"name":"STATUS_TPM_RETRY","features":[307]},{"name":"STATUS_TPM_SHA_ERROR","features":[307]},{"name":"STATUS_TPM_SHA_THREAD","features":[307]},{"name":"STATUS_TPM_SHORTRANDOM","features":[307]},{"name":"STATUS_TPM_SIZE","features":[307]},{"name":"STATUS_TPM_TOOMANYCONTEXTS","features":[307]},{"name":"STATUS_TPM_TOO_MANY_CONTEXTS","features":[307]},{"name":"STATUS_TPM_TRANSPORT_NOTEXCLUSIVE","features":[307]},{"name":"STATUS_TPM_WRITE_LOCKED","features":[307]},{"name":"STATUS_TPM_WRONGPCRVAL","features":[307]},{"name":"STATUS_TPM_WRONG_ENTITYTYPE","features":[307]},{"name":"STATUS_TPM_ZERO_EXHAUST_ENABLED","features":[307]},{"name":"STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE","features":[307]},{"name":"STATUS_TRANSACTIONAL_CONFLICT","features":[307]},{"name":"STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED","features":[307]},{"name":"STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH","features":[307]},{"name":"STATUS_TRANSACTIONMANAGER_NOT_FOUND","features":[307]},{"name":"STATUS_TRANSACTIONMANAGER_NOT_ONLINE","features":[307]},{"name":"STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION","features":[307]},{"name":"STATUS_TRANSACTIONS_NOT_FROZEN","features":[307]},{"name":"STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE","features":[307]},{"name":"STATUS_TRANSACTION_ABORTED","features":[307]},{"name":"STATUS_TRANSACTION_ALREADY_ABORTED","features":[307]},{"name":"STATUS_TRANSACTION_ALREADY_COMMITTED","features":[307]},{"name":"STATUS_TRANSACTION_FREEZE_IN_PROGRESS","features":[307]},{"name":"STATUS_TRANSACTION_INTEGRITY_VIOLATED","features":[307]},{"name":"STATUS_TRANSACTION_INVALID_ID","features":[307]},{"name":"STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER","features":[307]},{"name":"STATUS_TRANSACTION_INVALID_TYPE","features":[307]},{"name":"STATUS_TRANSACTION_MUST_WRITETHROUGH","features":[307]},{"name":"STATUS_TRANSACTION_NOT_ACTIVE","features":[307]},{"name":"STATUS_TRANSACTION_NOT_ENLISTED","features":[307]},{"name":"STATUS_TRANSACTION_NOT_FOUND","features":[307]},{"name":"STATUS_TRANSACTION_NOT_JOINED","features":[307]},{"name":"STATUS_TRANSACTION_NOT_REQUESTED","features":[307]},{"name":"STATUS_TRANSACTION_NOT_ROOT","features":[307]},{"name":"STATUS_TRANSACTION_NO_MATCH","features":[307]},{"name":"STATUS_TRANSACTION_NO_RELEASE","features":[307]},{"name":"STATUS_TRANSACTION_NO_SUPERIOR","features":[307]},{"name":"STATUS_TRANSACTION_OBJECT_EXPIRED","features":[307]},{"name":"STATUS_TRANSACTION_PROPAGATION_FAILED","features":[307]},{"name":"STATUS_TRANSACTION_RECORD_TOO_LONG","features":[307]},{"name":"STATUS_TRANSACTION_REQUEST_NOT_VALID","features":[307]},{"name":"STATUS_TRANSACTION_REQUIRED_PROMOTION","features":[307]},{"name":"STATUS_TRANSACTION_RESPONDED","features":[307]},{"name":"STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED","features":[307]},{"name":"STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET","features":[307]},{"name":"STATUS_TRANSACTION_SUPERIOR_EXISTS","features":[307]},{"name":"STATUS_TRANSACTION_TIMED_OUT","features":[307]},{"name":"STATUS_TRANSLATION_COMPLETE","features":[307]},{"name":"STATUS_TRANSPORT_FULL","features":[307]},{"name":"STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE","features":[307]},{"name":"STATUS_TRIM_READ_ZERO_NOT_SUPPORTED","features":[307]},{"name":"STATUS_TRUSTED_DOMAIN_FAILURE","features":[307]},{"name":"STATUS_TRUSTED_RELATIONSHIP_FAILURE","features":[307]},{"name":"STATUS_TRUST_FAILURE","features":[307]},{"name":"STATUS_TS_INCOMPATIBLE_SESSIONS","features":[307]},{"name":"STATUS_TS_VIDEO_SUBSYSTEM_ERROR","features":[307]},{"name":"STATUS_TXF_ATTRIBUTE_CORRUPT","features":[307]},{"name":"STATUS_TXF_DIR_NOT_EMPTY","features":[307]},{"name":"STATUS_TXF_METADATA_ALREADY_PRESENT","features":[307]},{"name":"STATUS_UNABLE_TO_DECOMMIT_VM","features":[307]},{"name":"STATUS_UNABLE_TO_DELETE_SECTION","features":[307]},{"name":"STATUS_UNABLE_TO_FREE_VM","features":[307]},{"name":"STATUS_UNABLE_TO_LOCK_MEDIA","features":[307]},{"name":"STATUS_UNABLE_TO_UNLOAD_MEDIA","features":[307]},{"name":"STATUS_UNDEFINED_CHARACTER","features":[307]},{"name":"STATUS_UNDEFINED_SCOPE","features":[307]},{"name":"STATUS_UNEXPECTED_IO_ERROR","features":[307]},{"name":"STATUS_UNEXPECTED_MM_CREATE_ERR","features":[307]},{"name":"STATUS_UNEXPECTED_MM_EXTEND_ERR","features":[307]},{"name":"STATUS_UNEXPECTED_MM_MAP_ERROR","features":[307]},{"name":"STATUS_UNEXPECTED_NETWORK_ERROR","features":[307]},{"name":"STATUS_UNFINISHED_CONTEXT_DELETED","features":[307]},{"name":"STATUS_UNHANDLED_EXCEPTION","features":[307]},{"name":"STATUS_UNKNOWN_REVISION","features":[307]},{"name":"STATUS_UNMAPPABLE_CHARACTER","features":[307]},{"name":"STATUS_UNRECOGNIZED_MEDIA","features":[307]},{"name":"STATUS_UNRECOGNIZED_VOLUME","features":[307]},{"name":"STATUS_UNSATISFIED_DEPENDENCIES","features":[307]},{"name":"STATUS_UNSUCCESSFUL","features":[307]},{"name":"STATUS_UNSUPPORTED_COMPRESSION","features":[307]},{"name":"STATUS_UNSUPPORTED_PAGING_MODE","features":[307]},{"name":"STATUS_UNSUPPORTED_PREAUTH","features":[307]},{"name":"STATUS_UNTRUSTED_MOUNT_POINT","features":[307]},{"name":"STATUS_UNWIND","features":[307]},{"name":"STATUS_UNWIND_CONSOLIDATE","features":[307]},{"name":"STATUS_USER2USER_REQUIRED","features":[307]},{"name":"STATUS_USER_APC","features":[307]},{"name":"STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED","features":[307]},{"name":"STATUS_USER_EXISTS","features":[307]},{"name":"STATUS_USER_MAPPED_FILE","features":[307]},{"name":"STATUS_USER_SESSION_DELETED","features":[307]},{"name":"STATUS_VALIDATE_CONTINUE","features":[307]},{"name":"STATUS_VALID_CATALOG_HASH","features":[307]},{"name":"STATUS_VALID_IMAGE_HASH","features":[307]},{"name":"STATUS_VALID_STRONG_CODE_HASH","features":[307]},{"name":"STATUS_VARIABLE_NOT_FOUND","features":[307]},{"name":"STATUS_VDM_DISALLOWED","features":[307]},{"name":"STATUS_VDM_HARD_ERROR","features":[307]},{"name":"STATUS_VERIFIER_STOP","features":[307]},{"name":"STATUS_VERIFY_REQUIRED","features":[307]},{"name":"STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND","features":[307]},{"name":"STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE","features":[307]},{"name":"STATUS_VHD_BITMAP_MISMATCH","features":[307]},{"name":"STATUS_VHD_BLOCK_ALLOCATION_FAILURE","features":[307]},{"name":"STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT","features":[307]},{"name":"STATUS_VHD_CHANGE_TRACKING_DISABLED","features":[307]},{"name":"STATUS_VHD_CHILD_PARENT_ID_MISMATCH","features":[307]},{"name":"STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH","features":[307]},{"name":"STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH","features":[307]},{"name":"STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE","features":[307]},{"name":"STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED","features":[307]},{"name":"STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT","features":[307]},{"name":"STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH","features":[307]},{"name":"STATUS_VHD_DRIVE_FOOTER_CORRUPT","features":[307]},{"name":"STATUS_VHD_DRIVE_FOOTER_MISSING","features":[307]},{"name":"STATUS_VHD_FORMAT_UNKNOWN","features":[307]},{"name":"STATUS_VHD_FORMAT_UNSUPPORTED_VERSION","features":[307]},{"name":"STATUS_VHD_INVALID_BLOCK_SIZE","features":[307]},{"name":"STATUS_VHD_INVALID_CHANGE_TRACKING_ID","features":[307]},{"name":"STATUS_VHD_INVALID_FILE_SIZE","features":[307]},{"name":"STATUS_VHD_INVALID_SIZE","features":[307]},{"name":"STATUS_VHD_INVALID_STATE","features":[307]},{"name":"STATUS_VHD_INVALID_TYPE","features":[307]},{"name":"STATUS_VHD_METADATA_FULL","features":[307]},{"name":"STATUS_VHD_METADATA_READ_FAILURE","features":[307]},{"name":"STATUS_VHD_METADATA_WRITE_FAILURE","features":[307]},{"name":"STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION","features":[307]},{"name":"STATUS_VHD_PARENT_VHD_ACCESS_DENIED","features":[307]},{"name":"STATUS_VHD_PARENT_VHD_NOT_FOUND","features":[307]},{"name":"STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA","features":[307]},{"name":"STATUS_VHD_SHARED","features":[307]},{"name":"STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH","features":[307]},{"name":"STATUS_VHD_SPARSE_HEADER_CORRUPT","features":[307]},{"name":"STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION","features":[307]},{"name":"STATUS_VHD_UNEXPECTED_ID","features":[307]},{"name":"STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST","features":[307]},{"name":"STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD","features":[307]},{"name":"STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED","features":[307]},{"name":"STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED","features":[307]},{"name":"STATUS_VID_DUPLICATE_HANDLER","features":[307]},{"name":"STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT","features":[307]},{"name":"STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT","features":[307]},{"name":"STATUS_VID_HANDLER_NOT_PRESENT","features":[307]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT","features":[307]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER","features":[307]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_RESERVE","features":[307]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_WITHDRAW","features":[307]},{"name":"STATUS_VID_INVALID_CHILD_GPA_PAGE_SET","features":[307]},{"name":"STATUS_VID_INVALID_GPA_RANGE_HANDLE","features":[307]},{"name":"STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE","features":[307]},{"name":"STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE","features":[307]},{"name":"STATUS_VID_INVALID_NUMA_NODE_INDEX","features":[307]},{"name":"STATUS_VID_INVALID_NUMA_SETTINGS","features":[307]},{"name":"STATUS_VID_INVALID_OBJECT_NAME","features":[307]},{"name":"STATUS_VID_INVALID_PPM_HANDLE","features":[307]},{"name":"STATUS_VID_INVALID_PROCESSOR_STATE","features":[307]},{"name":"STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED","features":[307]},{"name":"STATUS_VID_MBPS_ARE_LOCKED","features":[307]},{"name":"STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE","features":[307]},{"name":"STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT","features":[307]},{"name":"STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET","features":[307]},{"name":"STATUS_VID_MB_STILL_REFERENCED","features":[307]},{"name":"STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED","features":[307]},{"name":"STATUS_VID_MEMORY_TYPE_NOT_SUPPORTED","features":[307]},{"name":"STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS","features":[307]},{"name":"STATUS_VID_MESSAGE_QUEUE_CLOSED","features":[307]},{"name":"STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG","features":[307]},{"name":"STATUS_VID_MMIO_RANGE_DESTROYED","features":[307]},{"name":"STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED","features":[307]},{"name":"STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE","features":[307]},{"name":"STATUS_VID_PAGE_RANGE_OVERFLOW","features":[307]},{"name":"STATUS_VID_PARTITION_ALREADY_EXISTS","features":[307]},{"name":"STATUS_VID_PARTITION_DOES_NOT_EXIST","features":[307]},{"name":"STATUS_VID_PARTITION_NAME_NOT_FOUND","features":[307]},{"name":"STATUS_VID_PARTITION_NAME_TOO_LONG","features":[307]},{"name":"STATUS_VID_PROCESS_ALREADY_SET","features":[307]},{"name":"STATUS_VID_QUEUE_FULL","features":[307]},{"name":"STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED","features":[307]},{"name":"STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED","features":[307]},{"name":"STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL","features":[307]},{"name":"STATUS_VID_SAVED_STATE_CORRUPT","features":[307]},{"name":"STATUS_VID_SAVED_STATE_INCOMPATIBLE","features":[307]},{"name":"STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM","features":[307]},{"name":"STATUS_VID_STOP_PENDING","features":[307]},{"name":"STATUS_VID_TOO_MANY_HANDLERS","features":[307]},{"name":"STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED","features":[307]},{"name":"STATUS_VID_VTL_ACCESS_DENIED","features":[307]},{"name":"STATUS_VIRTDISK_DISK_ALREADY_OWNED","features":[307]},{"name":"STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE","features":[307]},{"name":"STATUS_VIRTDISK_NOT_VIRTUAL_DISK","features":[307]},{"name":"STATUS_VIRTDISK_PROVIDER_NOT_FOUND","features":[307]},{"name":"STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE","features":[307]},{"name":"STATUS_VIRTUAL_CIRCUIT_CLOSED","features":[307]},{"name":"STATUS_VIRTUAL_DISK_LIMITATION","features":[307]},{"name":"STATUS_VIRUS_DELETED","features":[307]},{"name":"STATUS_VIRUS_INFECTED","features":[307]},{"name":"STATUS_VOLMGR_ALL_DISKS_FAILED","features":[307]},{"name":"STATUS_VOLMGR_BAD_BOOT_DISK","features":[307]},{"name":"STATUS_VOLMGR_DATABASE_FULL","features":[307]},{"name":"STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE","features":[307]},{"name":"STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED","features":[307]},{"name":"STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC","features":[307]},{"name":"STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME","features":[307]},{"name":"STATUS_VOLMGR_DISK_DUPLICATE","features":[307]},{"name":"STATUS_VOLMGR_DISK_DYNAMIC","features":[307]},{"name":"STATUS_VOLMGR_DISK_ID_INVALID","features":[307]},{"name":"STATUS_VOLMGR_DISK_INVALID","features":[307]},{"name":"STATUS_VOLMGR_DISK_LAST_VOTER","features":[307]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_INVALID","features":[307]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS","features":[307]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED","features":[307]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL","features":[307]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS","features":[307]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS","features":[307]},{"name":"STATUS_VOLMGR_DISK_MISSING","features":[307]},{"name":"STATUS_VOLMGR_DISK_NOT_EMPTY","features":[307]},{"name":"STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE","features":[307]},{"name":"STATUS_VOLMGR_DISK_REVECTORING_FAILED","features":[307]},{"name":"STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID","features":[307]},{"name":"STATUS_VOLMGR_DISK_SET_NOT_CONTAINED","features":[307]},{"name":"STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS","features":[307]},{"name":"STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES","features":[307]},{"name":"STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED","features":[307]},{"name":"STATUS_VOLMGR_EXTENT_ALREADY_USED","features":[307]},{"name":"STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS","features":[307]},{"name":"STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION","features":[307]},{"name":"STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED","features":[307]},{"name":"STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION","features":[307]},{"name":"STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH","features":[307]},{"name":"STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED","features":[307]},{"name":"STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION","features":[307]},{"name":"STATUS_VOLMGR_INCOMPLETE_REGENERATION","features":[307]},{"name":"STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID","features":[307]},{"name":"STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS","features":[307]},{"name":"STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE","features":[307]},{"name":"STATUS_VOLMGR_MEMBER_INDEX_INVALID","features":[307]},{"name":"STATUS_VOLMGR_MEMBER_IN_SYNC","features":[307]},{"name":"STATUS_VOLMGR_MEMBER_MISSING","features":[307]},{"name":"STATUS_VOLMGR_MEMBER_NOT_DETACHED","features":[307]},{"name":"STATUS_VOLMGR_MEMBER_REGENERATING","features":[307]},{"name":"STATUS_VOLMGR_MIRROR_NOT_SUPPORTED","features":[307]},{"name":"STATUS_VOLMGR_NOTIFICATION_RESET","features":[307]},{"name":"STATUS_VOLMGR_NOT_PRIMARY_PACK","features":[307]},{"name":"STATUS_VOLMGR_NO_REGISTERED_USERS","features":[307]},{"name":"STATUS_VOLMGR_NO_SUCH_USER","features":[307]},{"name":"STATUS_VOLMGR_NO_VALID_LOG_COPIES","features":[307]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID","features":[307]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID","features":[307]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID","features":[307]},{"name":"STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID","features":[307]},{"name":"STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID","features":[307]},{"name":"STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID","features":[307]},{"name":"STATUS_VOLMGR_PACK_CONFIG_OFFLINE","features":[307]},{"name":"STATUS_VOLMGR_PACK_CONFIG_ONLINE","features":[307]},{"name":"STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED","features":[307]},{"name":"STATUS_VOLMGR_PACK_DUPLICATE","features":[307]},{"name":"STATUS_VOLMGR_PACK_HAS_QUORUM","features":[307]},{"name":"STATUS_VOLMGR_PACK_ID_INVALID","features":[307]},{"name":"STATUS_VOLMGR_PACK_INVALID","features":[307]},{"name":"STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED","features":[307]},{"name":"STATUS_VOLMGR_PACK_NAME_INVALID","features":[307]},{"name":"STATUS_VOLMGR_PACK_OFFLINE","features":[307]},{"name":"STATUS_VOLMGR_PACK_WITHOUT_QUORUM","features":[307]},{"name":"STATUS_VOLMGR_PARTITION_STYLE_INVALID","features":[307]},{"name":"STATUS_VOLMGR_PARTITION_UPDATE_FAILED","features":[307]},{"name":"STATUS_VOLMGR_PLEX_INDEX_DUPLICATE","features":[307]},{"name":"STATUS_VOLMGR_PLEX_INDEX_INVALID","features":[307]},{"name":"STATUS_VOLMGR_PLEX_IN_SYNC","features":[307]},{"name":"STATUS_VOLMGR_PLEX_LAST_ACTIVE","features":[307]},{"name":"STATUS_VOLMGR_PLEX_MISSING","features":[307]},{"name":"STATUS_VOLMGR_PLEX_NOT_RAID5","features":[307]},{"name":"STATUS_VOLMGR_PLEX_NOT_SIMPLE","features":[307]},{"name":"STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED","features":[307]},{"name":"STATUS_VOLMGR_PLEX_REGENERATING","features":[307]},{"name":"STATUS_VOLMGR_PLEX_TYPE_INVALID","features":[307]},{"name":"STATUS_VOLMGR_PRIMARY_PACK_PRESENT","features":[307]},{"name":"STATUS_VOLMGR_RAID5_NOT_SUPPORTED","features":[307]},{"name":"STATUS_VOLMGR_STRUCTURE_SIZE_INVALID","features":[307]},{"name":"STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS","features":[307]},{"name":"STATUS_VOLMGR_TRANSACTION_IN_PROGRESS","features":[307]},{"name":"STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE","features":[307]},{"name":"STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK","features":[307]},{"name":"STATUS_VOLMGR_VOLUME_ID_INVALID","features":[307]},{"name":"STATUS_VOLMGR_VOLUME_LENGTH_INVALID","features":[307]},{"name":"STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE","features":[307]},{"name":"STATUS_VOLMGR_VOLUME_MIRRORED","features":[307]},{"name":"STATUS_VOLMGR_VOLUME_NOT_MIRRORED","features":[307]},{"name":"STATUS_VOLMGR_VOLUME_NOT_RETAINED","features":[307]},{"name":"STATUS_VOLMGR_VOLUME_OFFLINE","features":[307]},{"name":"STATUS_VOLMGR_VOLUME_RETAINED","features":[307]},{"name":"STATUS_VOLSNAP_ACTIVATION_TIMEOUT","features":[307]},{"name":"STATUS_VOLSNAP_BOOTFILE_NOT_VALID","features":[307]},{"name":"STATUS_VOLSNAP_HIBERNATE_READY","features":[307]},{"name":"STATUS_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT","features":[307]},{"name":"STATUS_VOLSNAP_PREPARE_HIBERNATE","features":[307]},{"name":"STATUS_VOLUME_DIRTY","features":[307]},{"name":"STATUS_VOLUME_DISMOUNTED","features":[307]},{"name":"STATUS_VOLUME_MOUNTED","features":[307]},{"name":"STATUS_VOLUME_NOT_CLUSTER_ALIGNED","features":[307]},{"name":"STATUS_VOLUME_NOT_SUPPORTED","features":[307]},{"name":"STATUS_VOLUME_NOT_UPGRADED","features":[307]},{"name":"STATUS_VOLUME_UPGRADE_DISABLED","features":[307]},{"name":"STATUS_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED","features":[307]},{"name":"STATUS_VOLUME_UPGRADE_NOT_NEEDED","features":[307]},{"name":"STATUS_VOLUME_UPGRADE_PENDING","features":[307]},{"name":"STATUS_VOLUME_WRITE_ACCESS_DENIED","features":[307]},{"name":"STATUS_VRF_VOLATILE_CFG_AND_IO_ENABLED","features":[307]},{"name":"STATUS_VRF_VOLATILE_NMI_REGISTERED","features":[307]},{"name":"STATUS_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM","features":[307]},{"name":"STATUS_VRF_VOLATILE_NOT_STOPPABLE","features":[307]},{"name":"STATUS_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS","features":[307]},{"name":"STATUS_VRF_VOLATILE_PROTECTED_DRIVER","features":[307]},{"name":"STATUS_VRF_VOLATILE_SAFE_MODE","features":[307]},{"name":"STATUS_VRF_VOLATILE_SETTINGS_CONFLICT","features":[307]},{"name":"STATUS_VSM_DMA_PROTECTION_NOT_IN_USE","features":[307]},{"name":"STATUS_VSM_NOT_INITIALIZED","features":[307]},{"name":"STATUS_WAIT_0","features":[307]},{"name":"STATUS_WAIT_1","features":[307]},{"name":"STATUS_WAIT_2","features":[307]},{"name":"STATUS_WAIT_3","features":[307]},{"name":"STATUS_WAIT_63","features":[307]},{"name":"STATUS_WAIT_FOR_OPLOCK","features":[307]},{"name":"STATUS_WAKE_SYSTEM","features":[307]},{"name":"STATUS_WAKE_SYSTEM_DEBUGGER","features":[307]},{"name":"STATUS_WAS_LOCKED","features":[307]},{"name":"STATUS_WAS_UNLOCKED","features":[307]},{"name":"STATUS_WEAK_WHFBKEY_BLOCKED","features":[307]},{"name":"STATUS_WIM_NOT_BOOTABLE","features":[307]},{"name":"STATUS_WMI_ALREADY_DISABLED","features":[307]},{"name":"STATUS_WMI_ALREADY_ENABLED","features":[307]},{"name":"STATUS_WMI_GUID_DISCONNECTED","features":[307]},{"name":"STATUS_WMI_GUID_NOT_FOUND","features":[307]},{"name":"STATUS_WMI_INSTANCE_NOT_FOUND","features":[307]},{"name":"STATUS_WMI_ITEMID_NOT_FOUND","features":[307]},{"name":"STATUS_WMI_NOT_SUPPORTED","features":[307]},{"name":"STATUS_WMI_READ_ONLY","features":[307]},{"name":"STATUS_WMI_SET_FAILURE","features":[307]},{"name":"STATUS_WMI_TRY_AGAIN","features":[307]},{"name":"STATUS_WOF_FILE_RESOURCE_TABLE_CORRUPT","features":[307]},{"name":"STATUS_WOF_WIM_HEADER_CORRUPT","features":[307]},{"name":"STATUS_WOF_WIM_RESOURCE_TABLE_CORRUPT","features":[307]},{"name":"STATUS_WORKING_SET_LIMIT_RANGE","features":[307]},{"name":"STATUS_WORKING_SET_QUOTA","features":[307]},{"name":"STATUS_WOW_ASSERTION","features":[307]},{"name":"STATUS_WRONG_COMPARTMENT","features":[307]},{"name":"STATUS_WRONG_CREDENTIAL_HANDLE","features":[307]},{"name":"STATUS_WRONG_EFS","features":[307]},{"name":"STATUS_WRONG_PASSWORD_CORE","features":[307]},{"name":"STATUS_WRONG_VOLUME","features":[307]},{"name":"STATUS_WX86_BREAKPOINT","features":[307]},{"name":"STATUS_WX86_CONTINUE","features":[307]},{"name":"STATUS_WX86_CREATEWX86TIB","features":[307]},{"name":"STATUS_WX86_EXCEPTION_CHAIN","features":[307]},{"name":"STATUS_WX86_EXCEPTION_CONTINUE","features":[307]},{"name":"STATUS_WX86_EXCEPTION_LASTCHANCE","features":[307]},{"name":"STATUS_WX86_FLOAT_STACK_CHECK","features":[307]},{"name":"STATUS_WX86_INTERNAL_ERROR","features":[307]},{"name":"STATUS_WX86_SINGLE_STEP","features":[307]},{"name":"STATUS_WX86_UNSIMULATE","features":[307]},{"name":"STATUS_XMLDSIG_ERROR","features":[307]},{"name":"STATUS_XML_ENCODING_MISMATCH","features":[307]},{"name":"STATUS_XML_PARSE_ERROR","features":[307]},{"name":"STG_E_ABNORMALAPIEXIT","features":[307]},{"name":"STG_E_ACCESSDENIED","features":[307]},{"name":"STG_E_BADBASEADDRESS","features":[307]},{"name":"STG_E_CANTSAVE","features":[307]},{"name":"STG_E_CSS_AUTHENTICATION_FAILURE","features":[307]},{"name":"STG_E_CSS_KEY_NOT_ESTABLISHED","features":[307]},{"name":"STG_E_CSS_KEY_NOT_PRESENT","features":[307]},{"name":"STG_E_CSS_REGION_MISMATCH","features":[307]},{"name":"STG_E_CSS_SCRAMBLED_SECTOR","features":[307]},{"name":"STG_E_DEVICE_UNRESPONSIVE","features":[307]},{"name":"STG_E_DISKISWRITEPROTECTED","features":[307]},{"name":"STG_E_DOCFILECORRUPT","features":[307]},{"name":"STG_E_DOCFILETOOLARGE","features":[307]},{"name":"STG_E_EXTANTMARSHALLINGS","features":[307]},{"name":"STG_E_FILEALREADYEXISTS","features":[307]},{"name":"STG_E_FILENOTFOUND","features":[307]},{"name":"STG_E_FIRMWARE_IMAGE_INVALID","features":[307]},{"name":"STG_E_FIRMWARE_SLOT_INVALID","features":[307]},{"name":"STG_E_INCOMPLETE","features":[307]},{"name":"STG_E_INSUFFICIENTMEMORY","features":[307]},{"name":"STG_E_INUSE","features":[307]},{"name":"STG_E_INVALIDFLAG","features":[307]},{"name":"STG_E_INVALIDFUNCTION","features":[307]},{"name":"STG_E_INVALIDHANDLE","features":[307]},{"name":"STG_E_INVALIDHEADER","features":[307]},{"name":"STG_E_INVALIDNAME","features":[307]},{"name":"STG_E_INVALIDPARAMETER","features":[307]},{"name":"STG_E_INVALIDPOINTER","features":[307]},{"name":"STG_E_LOCKVIOLATION","features":[307]},{"name":"STG_E_MEDIUMFULL","features":[307]},{"name":"STG_E_NOMOREFILES","features":[307]},{"name":"STG_E_NOTCURRENT","features":[307]},{"name":"STG_E_NOTFILEBASEDSTORAGE","features":[307]},{"name":"STG_E_NOTSIMPLEFORMAT","features":[307]},{"name":"STG_E_OLDDLL","features":[307]},{"name":"STG_E_OLDFORMAT","features":[307]},{"name":"STG_E_PATHNOTFOUND","features":[307]},{"name":"STG_E_PROPSETMISMATCHED","features":[307]},{"name":"STG_E_READFAULT","features":[307]},{"name":"STG_E_RESETS_EXHAUSTED","features":[307]},{"name":"STG_E_REVERTED","features":[307]},{"name":"STG_E_SEEKERROR","features":[307]},{"name":"STG_E_SHAREREQUIRED","features":[307]},{"name":"STG_E_SHAREVIOLATION","features":[307]},{"name":"STG_E_STATUS_COPY_PROTECTION_FAILURE","features":[307]},{"name":"STG_E_TERMINATED","features":[307]},{"name":"STG_E_TOOMANYOPENFILES","features":[307]},{"name":"STG_E_UNIMPLEMENTEDFUNCTION","features":[307]},{"name":"STG_E_UNKNOWN","features":[307]},{"name":"STG_E_WRITEFAULT","features":[307]},{"name":"STG_S_BLOCK","features":[307]},{"name":"STG_S_CANNOTCONSOLIDATE","features":[307]},{"name":"STG_S_CONSOLIDATIONFAILED","features":[307]},{"name":"STG_S_CONVERTED","features":[307]},{"name":"STG_S_MONITORING","features":[307]},{"name":"STG_S_MULTIPLEOPENS","features":[307]},{"name":"STG_S_POWER_CYCLE_REQUIRED","features":[307]},{"name":"STG_S_RETRYNOW","features":[307]},{"name":"STILL_ACTIVE","features":[307]},{"name":"STORE_ERROR_LICENSE_REVOKED","features":[307]},{"name":"STORE_ERROR_PENDING_COM_TRANSACTION","features":[307]},{"name":"STORE_ERROR_UNLICENSED","features":[307]},{"name":"STORE_ERROR_UNLICENSED_USER","features":[307]},{"name":"STRICT","features":[307]},{"name":"SUCCESS","features":[307]},{"name":"SYSTEMTIME","features":[307]},{"name":"S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG","features":[307]},{"name":"S_FALSE","features":[307]},{"name":"S_OK","features":[307]},{"name":"S_STORE_LAUNCHED_FOR_REMEDIATION","features":[307]},{"name":"SetHandleInformation","features":[307]},{"name":"SetLastError","features":[307]},{"name":"SetLastErrorEx","features":[307]},{"name":"SysAddRefString","features":[307]},{"name":"SysAllocString","features":[307]},{"name":"SysAllocStringByteLen","features":[307]},{"name":"SysAllocStringLen","features":[307]},{"name":"SysFreeString","features":[307]},{"name":"SysReAllocString","features":[307]},{"name":"SysReAllocStringLen","features":[307]},{"name":"SysReleaseString","features":[307]},{"name":"SysStringByteLen","features":[307]},{"name":"SysStringLen","features":[307]},{"name":"TBSIMP_E_BUFFER_TOO_SMALL","features":[307]},{"name":"TBSIMP_E_CLEANUP_FAILED","features":[307]},{"name":"TBSIMP_E_COMMAND_CANCELED","features":[307]},{"name":"TBSIMP_E_COMMAND_FAILED","features":[307]},{"name":"TBSIMP_E_DUPLICATE_VHANDLE","features":[307]},{"name":"TBSIMP_E_HASH_BAD_KEY","features":[307]},{"name":"TBSIMP_E_HASH_TABLE_FULL","features":[307]},{"name":"TBSIMP_E_INVALID_CONTEXT_HANDLE","features":[307]},{"name":"TBSIMP_E_INVALID_CONTEXT_PARAM","features":[307]},{"name":"TBSIMP_E_INVALID_OUTPUT_POINTER","features":[307]},{"name":"TBSIMP_E_INVALID_PARAMETER","features":[307]},{"name":"TBSIMP_E_INVALID_RESOURCE","features":[307]},{"name":"TBSIMP_E_LIST_NOT_FOUND","features":[307]},{"name":"TBSIMP_E_LIST_NO_MORE_ITEMS","features":[307]},{"name":"TBSIMP_E_NOTHING_TO_UNLOAD","features":[307]},{"name":"TBSIMP_E_NOT_ENOUGH_SPACE","features":[307]},{"name":"TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS","features":[307]},{"name":"TBSIMP_E_NO_EVENT_LOG","features":[307]},{"name":"TBSIMP_E_OUT_OF_MEMORY","features":[307]},{"name":"TBSIMP_E_PPI_NOT_SUPPORTED","features":[307]},{"name":"TBSIMP_E_RESOURCE_EXPIRED","features":[307]},{"name":"TBSIMP_E_RPC_INIT_FAILED","features":[307]},{"name":"TBSIMP_E_SCHEDULER_NOT_RUNNING","features":[307]},{"name":"TBSIMP_E_TOO_MANY_RESOURCES","features":[307]},{"name":"TBSIMP_E_TOO_MANY_TBS_CONTEXTS","features":[307]},{"name":"TBSIMP_E_TPM_ERROR","features":[307]},{"name":"TBSIMP_E_TPM_INCOMPATIBLE","features":[307]},{"name":"TBSIMP_E_UNKNOWN_ORDINAL","features":[307]},{"name":"TBS_E_ACCESS_DENIED","features":[307]},{"name":"TBS_E_BAD_PARAMETER","features":[307]},{"name":"TBS_E_BUFFER_TOO_LARGE","features":[307]},{"name":"TBS_E_COMMAND_CANCELED","features":[307]},{"name":"TBS_E_INSUFFICIENT_BUFFER","features":[307]},{"name":"TBS_E_INTERNAL_ERROR","features":[307]},{"name":"TBS_E_INVALID_CONTEXT","features":[307]},{"name":"TBS_E_INVALID_CONTEXT_PARAM","features":[307]},{"name":"TBS_E_INVALID_OUTPUT_POINTER","features":[307]},{"name":"TBS_E_IOERROR","features":[307]},{"name":"TBS_E_NO_EVENT_LOG","features":[307]},{"name":"TBS_E_OWNERAUTH_NOT_FOUND","features":[307]},{"name":"TBS_E_PPI_FUNCTION_UNSUPPORTED","features":[307]},{"name":"TBS_E_PPI_NOT_SUPPORTED","features":[307]},{"name":"TBS_E_PROVISIONING_INCOMPLETE","features":[307]},{"name":"TBS_E_PROVISIONING_NOT_ALLOWED","features":[307]},{"name":"TBS_E_SERVICE_DISABLED","features":[307]},{"name":"TBS_E_SERVICE_NOT_RUNNING","features":[307]},{"name":"TBS_E_SERVICE_START_PENDING","features":[307]},{"name":"TBS_E_TOO_MANY_RESOURCES","features":[307]},{"name":"TBS_E_TOO_MANY_TBS_CONTEXTS","features":[307]},{"name":"TBS_E_TPM_NOT_FOUND","features":[307]},{"name":"TPC_E_INITIALIZE_FAIL","features":[307]},{"name":"TPC_E_INVALID_CONFIGURATION","features":[307]},{"name":"TPC_E_INVALID_DATA_FROM_RECOGNIZER","features":[307]},{"name":"TPC_E_INVALID_INPUT_RECT","features":[307]},{"name":"TPC_E_INVALID_PACKET_DESCRIPTION","features":[307]},{"name":"TPC_E_INVALID_PROPERTY","features":[307]},{"name":"TPC_E_INVALID_RIGHTS","features":[307]},{"name":"TPC_E_INVALID_STROKE","features":[307]},{"name":"TPC_E_NOT_RELEVANT","features":[307]},{"name":"TPC_E_NO_DEFAULT_TABLET","features":[307]},{"name":"TPC_E_OUT_OF_ORDER_CALL","features":[307]},{"name":"TPC_E_QUEUE_FULL","features":[307]},{"name":"TPC_E_RECOGNIZER_NOT_REGISTERED","features":[307]},{"name":"TPC_E_UNKNOWN_PROPERTY","features":[307]},{"name":"TPC_S_INTERRUPTED","features":[307]},{"name":"TPC_S_NO_DATA_TO_PROCESS","features":[307]},{"name":"TPC_S_TRUNCATED","features":[307]},{"name":"TPMAPI_E_ACCESS_DENIED","features":[307]},{"name":"TPMAPI_E_AUTHORIZATION_FAILED","features":[307]},{"name":"TPMAPI_E_AUTHORIZATION_REVOKED","features":[307]},{"name":"TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED","features":[307]},{"name":"TPMAPI_E_BUFFER_TOO_SMALL","features":[307]},{"name":"TPMAPI_E_EMPTY_TCG_LOG","features":[307]},{"name":"TPMAPI_E_ENCRYPTION_FAILED","features":[307]},{"name":"TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL","features":[307]},{"name":"TPMAPI_E_FIPS_RNG_CHECK_FAILED","features":[307]},{"name":"TPMAPI_E_INTERNAL_ERROR","features":[307]},{"name":"TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE","features":[307]},{"name":"TPMAPI_E_INVALID_CONTEXT_HANDLE","features":[307]},{"name":"TPMAPI_E_INVALID_CONTEXT_PARAMS","features":[307]},{"name":"TPMAPI_E_INVALID_DELEGATE_BLOB","features":[307]},{"name":"TPMAPI_E_INVALID_ENCODING","features":[307]},{"name":"TPMAPI_E_INVALID_KEY_BLOB","features":[307]},{"name":"TPMAPI_E_INVALID_KEY_PARAMS","features":[307]},{"name":"TPMAPI_E_INVALID_KEY_SIZE","features":[307]},{"name":"TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB","features":[307]},{"name":"TPMAPI_E_INVALID_OUTPUT_POINTER","features":[307]},{"name":"TPMAPI_E_INVALID_OWNER_AUTH","features":[307]},{"name":"TPMAPI_E_INVALID_PARAMETER","features":[307]},{"name":"TPMAPI_E_INVALID_PCR_DATA","features":[307]},{"name":"TPMAPI_E_INVALID_PCR_INDEX","features":[307]},{"name":"TPMAPI_E_INVALID_POLICYAUTH_BLOB_TYPE","features":[307]},{"name":"TPMAPI_E_INVALID_STATE","features":[307]},{"name":"TPMAPI_E_INVALID_TCG_LOG_ENTRY","features":[307]},{"name":"TPMAPI_E_INVALID_TPM_VERSION","features":[307]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_KEY","features":[307]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER","features":[307]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY","features":[307]},{"name":"TPMAPI_E_MESSAGE_TOO_LARGE","features":[307]},{"name":"TPMAPI_E_NOT_ENOUGH_DATA","features":[307]},{"name":"TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND","features":[307]},{"name":"TPMAPI_E_NV_BITS_NOT_DEFINED","features":[307]},{"name":"TPMAPI_E_NV_BITS_NOT_READY","features":[307]},{"name":"TPMAPI_E_OUT_OF_MEMORY","features":[307]},{"name":"TPMAPI_E_OWNER_AUTH_NOT_NULL","features":[307]},{"name":"TPMAPI_E_POLICY_DENIES_OPERATION","features":[307]},{"name":"TPMAPI_E_SEALING_KEY_CHANGED","features":[307]},{"name":"TPMAPI_E_SEALING_KEY_NOT_AVAILABLE","features":[307]},{"name":"TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE","features":[307]},{"name":"TPMAPI_E_TBS_COMMUNICATION_ERROR","features":[307]},{"name":"TPMAPI_E_TCG_INVALID_DIGEST_ENTRY","features":[307]},{"name":"TPMAPI_E_TCG_SEPARATOR_ABSENT","features":[307]},{"name":"TPMAPI_E_TOO_MUCH_DATA","features":[307]},{"name":"TPMAPI_E_TPM_COMMAND_ERROR","features":[307]},{"name":"TPM_20_E_ASYMMETRIC","features":[307]},{"name":"TPM_20_E_ATTRIBUTES","features":[307]},{"name":"TPM_20_E_AUTHSIZE","features":[307]},{"name":"TPM_20_E_AUTH_CONTEXT","features":[307]},{"name":"TPM_20_E_AUTH_FAIL","features":[307]},{"name":"TPM_20_E_AUTH_MISSING","features":[307]},{"name":"TPM_20_E_AUTH_TYPE","features":[307]},{"name":"TPM_20_E_AUTH_UNAVAILABLE","features":[307]},{"name":"TPM_20_E_BAD_AUTH","features":[307]},{"name":"TPM_20_E_BAD_CONTEXT","features":[307]},{"name":"TPM_20_E_BINDING","features":[307]},{"name":"TPM_20_E_CANCELED","features":[307]},{"name":"TPM_20_E_COMMAND_CODE","features":[307]},{"name":"TPM_20_E_COMMAND_SIZE","features":[307]},{"name":"TPM_20_E_CONTEXT_GAP","features":[307]},{"name":"TPM_20_E_CPHASH","features":[307]},{"name":"TPM_20_E_CURVE","features":[307]},{"name":"TPM_20_E_DISABLED","features":[307]},{"name":"TPM_20_E_ECC_CURVE","features":[307]},{"name":"TPM_20_E_ECC_POINT","features":[307]},{"name":"TPM_20_E_EXCLUSIVE","features":[307]},{"name":"TPM_20_E_EXPIRED","features":[307]},{"name":"TPM_20_E_FAILURE","features":[307]},{"name":"TPM_20_E_HANDLE","features":[307]},{"name":"TPM_20_E_HASH","features":[307]},{"name":"TPM_20_E_HIERARCHY","features":[307]},{"name":"TPM_20_E_HMAC","features":[307]},{"name":"TPM_20_E_INITIALIZE","features":[307]},{"name":"TPM_20_E_INSUFFICIENT","features":[307]},{"name":"TPM_20_E_INTEGRITY","features":[307]},{"name":"TPM_20_E_KDF","features":[307]},{"name":"TPM_20_E_KEY","features":[307]},{"name":"TPM_20_E_KEY_SIZE","features":[307]},{"name":"TPM_20_E_LOCALITY","features":[307]},{"name":"TPM_20_E_LOCKOUT","features":[307]},{"name":"TPM_20_E_MEMORY","features":[307]},{"name":"TPM_20_E_MGF","features":[307]},{"name":"TPM_20_E_MODE","features":[307]},{"name":"TPM_20_E_NEEDS_TEST","features":[307]},{"name":"TPM_20_E_NONCE","features":[307]},{"name":"TPM_20_E_NO_RESULT","features":[307]},{"name":"TPM_20_E_NV_AUTHORIZATION","features":[307]},{"name":"TPM_20_E_NV_DEFINED","features":[307]},{"name":"TPM_20_E_NV_LOCKED","features":[307]},{"name":"TPM_20_E_NV_RANGE","features":[307]},{"name":"TPM_20_E_NV_RATE","features":[307]},{"name":"TPM_20_E_NV_SIZE","features":[307]},{"name":"TPM_20_E_NV_SPACE","features":[307]},{"name":"TPM_20_E_NV_UNAVAILABLE","features":[307]},{"name":"TPM_20_E_NV_UNINITIALIZED","features":[307]},{"name":"TPM_20_E_OBJECT_HANDLES","features":[307]},{"name":"TPM_20_E_OBJECT_MEMORY","features":[307]},{"name":"TPM_20_E_PARENT","features":[307]},{"name":"TPM_20_E_PCR","features":[307]},{"name":"TPM_20_E_PCR_CHANGED","features":[307]},{"name":"TPM_20_E_POLICY","features":[307]},{"name":"TPM_20_E_POLICY_CC","features":[307]},{"name":"TPM_20_E_POLICY_FAIL","features":[307]},{"name":"TPM_20_E_PP","features":[307]},{"name":"TPM_20_E_PRIVATE","features":[307]},{"name":"TPM_20_E_RANGE","features":[307]},{"name":"TPM_20_E_REBOOT","features":[307]},{"name":"TPM_20_E_RESERVED_BITS","features":[307]},{"name":"TPM_20_E_RETRY","features":[307]},{"name":"TPM_20_E_SCHEME","features":[307]},{"name":"TPM_20_E_SELECTOR","features":[307]},{"name":"TPM_20_E_SENSITIVE","features":[307]},{"name":"TPM_20_E_SEQUENCE","features":[307]},{"name":"TPM_20_E_SESSION_HANDLES","features":[307]},{"name":"TPM_20_E_SESSION_MEMORY","features":[307]},{"name":"TPM_20_E_SIGNATURE","features":[307]},{"name":"TPM_20_E_SIZE","features":[307]},{"name":"TPM_20_E_SYMMETRIC","features":[307]},{"name":"TPM_20_E_TAG","features":[307]},{"name":"TPM_20_E_TESTING","features":[307]},{"name":"TPM_20_E_TICKET","features":[307]},{"name":"TPM_20_E_TOO_MANY_CONTEXTS","features":[307]},{"name":"TPM_20_E_TYPE","features":[307]},{"name":"TPM_20_E_UNBALANCED","features":[307]},{"name":"TPM_20_E_UPGRADE","features":[307]},{"name":"TPM_20_E_VALUE","features":[307]},{"name":"TPM_20_E_YIELDED","features":[307]},{"name":"TPM_E_AREA_LOCKED","features":[307]},{"name":"TPM_E_ATTESTATION_CHALLENGE_NOT_SET","features":[307]},{"name":"TPM_E_AUDITFAILURE","features":[307]},{"name":"TPM_E_AUDITFAIL_SUCCESSFUL","features":[307]},{"name":"TPM_E_AUDITFAIL_UNSUCCESSFUL","features":[307]},{"name":"TPM_E_AUTH2FAIL","features":[307]},{"name":"TPM_E_AUTHFAIL","features":[307]},{"name":"TPM_E_AUTH_CONFLICT","features":[307]},{"name":"TPM_E_BADCONTEXT","features":[307]},{"name":"TPM_E_BADINDEX","features":[307]},{"name":"TPM_E_BADTAG","features":[307]},{"name":"TPM_E_BAD_ATTRIBUTES","features":[307]},{"name":"TPM_E_BAD_COUNTER","features":[307]},{"name":"TPM_E_BAD_DATASIZE","features":[307]},{"name":"TPM_E_BAD_DELEGATE","features":[307]},{"name":"TPM_E_BAD_HANDLE","features":[307]},{"name":"TPM_E_BAD_KEY_PROPERTY","features":[307]},{"name":"TPM_E_BAD_LOCALITY","features":[307]},{"name":"TPM_E_BAD_MIGRATION","features":[307]},{"name":"TPM_E_BAD_MODE","features":[307]},{"name":"TPM_E_BAD_ORDINAL","features":[307]},{"name":"TPM_E_BAD_PARAMETER","features":[307]},{"name":"TPM_E_BAD_PARAM_SIZE","features":[307]},{"name":"TPM_E_BAD_PRESENCE","features":[307]},{"name":"TPM_E_BAD_SCHEME","features":[307]},{"name":"TPM_E_BAD_SIGNATURE","features":[307]},{"name":"TPM_E_BAD_TYPE","features":[307]},{"name":"TPM_E_BAD_VERSION","features":[307]},{"name":"TPM_E_BUFFER_LENGTH_MISMATCH","features":[307]},{"name":"TPM_E_CLAIM_TYPE_NOT_SUPPORTED","features":[307]},{"name":"TPM_E_CLEAR_DISABLED","features":[307]},{"name":"TPM_E_COMMAND_BLOCKED","features":[307]},{"name":"TPM_E_CONTEXT_GAP","features":[307]},{"name":"TPM_E_DAA_INPUT_DATA0","features":[307]},{"name":"TPM_E_DAA_INPUT_DATA1","features":[307]},{"name":"TPM_E_DAA_ISSUER_SETTINGS","features":[307]},{"name":"TPM_E_DAA_ISSUER_VALIDITY","features":[307]},{"name":"TPM_E_DAA_RESOURCES","features":[307]},{"name":"TPM_E_DAA_STAGE","features":[307]},{"name":"TPM_E_DAA_TPM_SETTINGS","features":[307]},{"name":"TPM_E_DAA_WRONG_W","features":[307]},{"name":"TPM_E_DEACTIVATED","features":[307]},{"name":"TPM_E_DECRYPT_ERROR","features":[307]},{"name":"TPM_E_DEFEND_LOCK_RUNNING","features":[307]},{"name":"TPM_E_DELEGATE_ADMIN","features":[307]},{"name":"TPM_E_DELEGATE_FAMILY","features":[307]},{"name":"TPM_E_DELEGATE_LOCK","features":[307]},{"name":"TPM_E_DISABLED","features":[307]},{"name":"TPM_E_DISABLED_CMD","features":[307]},{"name":"TPM_E_DOING_SELFTEST","features":[307]},{"name":"TPM_E_DUPLICATE_VHANDLE","features":[307]},{"name":"TPM_E_EMBEDDED_COMMAND_BLOCKED","features":[307]},{"name":"TPM_E_EMBEDDED_COMMAND_UNSUPPORTED","features":[307]},{"name":"TPM_E_ENCRYPT_ERROR","features":[307]},{"name":"TPM_E_ERROR_MASK","features":[307]},{"name":"TPM_E_FAIL","features":[307]},{"name":"TPM_E_FAILEDSELFTEST","features":[307]},{"name":"TPM_E_FAMILYCOUNT","features":[307]},{"name":"TPM_E_INAPPROPRIATE_ENC","features":[307]},{"name":"TPM_E_INAPPROPRIATE_SIG","features":[307]},{"name":"TPM_E_INSTALL_DISABLED","features":[307]},{"name":"TPM_E_INVALID_AUTHHANDLE","features":[307]},{"name":"TPM_E_INVALID_FAMILY","features":[307]},{"name":"TPM_E_INVALID_HANDLE","features":[307]},{"name":"TPM_E_INVALID_KEYHANDLE","features":[307]},{"name":"TPM_E_INVALID_KEYUSAGE","features":[307]},{"name":"TPM_E_INVALID_OWNER_AUTH","features":[307]},{"name":"TPM_E_INVALID_PCR_INFO","features":[307]},{"name":"TPM_E_INVALID_POSTINIT","features":[307]},{"name":"TPM_E_INVALID_RESOURCE","features":[307]},{"name":"TPM_E_INVALID_STRUCTURE","features":[307]},{"name":"TPM_E_IOERROR","features":[307]},{"name":"TPM_E_KEYNOTFOUND","features":[307]},{"name":"TPM_E_KEY_ALREADY_FINALIZED","features":[307]},{"name":"TPM_E_KEY_NOTSUPPORTED","features":[307]},{"name":"TPM_E_KEY_NOT_AUTHENTICATED","features":[307]},{"name":"TPM_E_KEY_NOT_FINALIZED","features":[307]},{"name":"TPM_E_KEY_NOT_LOADED","features":[307]},{"name":"TPM_E_KEY_NOT_SIGNING_KEY","features":[307]},{"name":"TPM_E_KEY_OWNER_CONTROL","features":[307]},{"name":"TPM_E_KEY_USAGE_POLICY_INVALID","features":[307]},{"name":"TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED","features":[307]},{"name":"TPM_E_LOCKED_OUT","features":[307]},{"name":"TPM_E_MAXNVWRITES","features":[307]},{"name":"TPM_E_MA_AUTHORITY","features":[307]},{"name":"TPM_E_MA_DESTINATION","features":[307]},{"name":"TPM_E_MA_SOURCE","features":[307]},{"name":"TPM_E_MA_TICKET_SIGNATURE","features":[307]},{"name":"TPM_E_MIGRATEFAIL","features":[307]},{"name":"TPM_E_NEEDS_SELFTEST","features":[307]},{"name":"TPM_E_NOCONTEXTSPACE","features":[307]},{"name":"TPM_E_NOOPERATOR","features":[307]},{"name":"TPM_E_NOSPACE","features":[307]},{"name":"TPM_E_NOSRK","features":[307]},{"name":"TPM_E_NOTFIPS","features":[307]},{"name":"TPM_E_NOTLOCAL","features":[307]},{"name":"TPM_E_NOTRESETABLE","features":[307]},{"name":"TPM_E_NOTSEALED_BLOB","features":[307]},{"name":"TPM_E_NOT_FULLWRITE","features":[307]},{"name":"TPM_E_NOT_PCR_BOUND","features":[307]},{"name":"TPM_E_NO_ENDORSEMENT","features":[307]},{"name":"TPM_E_NO_KEY_CERTIFICATION","features":[307]},{"name":"TPM_E_NO_NV_PERMISSION","features":[307]},{"name":"TPM_E_NO_WRAP_TRANSPORT","features":[307]},{"name":"TPM_E_OWNER_CONTROL","features":[307]},{"name":"TPM_E_OWNER_SET","features":[307]},{"name":"TPM_E_PCP_AUTHENTICATION_FAILED","features":[307]},{"name":"TPM_E_PCP_AUTHENTICATION_IGNORED","features":[307]},{"name":"TPM_E_PCP_BUFFER_TOO_SMALL","features":[307]},{"name":"TPM_E_PCP_DEVICE_NOT_READY","features":[307]},{"name":"TPM_E_PCP_ERROR_MASK","features":[307]},{"name":"TPM_E_PCP_FLAG_NOT_SUPPORTED","features":[307]},{"name":"TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED","features":[307]},{"name":"TPM_E_PCP_INTERNAL_ERROR","features":[307]},{"name":"TPM_E_PCP_INVALID_HANDLE","features":[307]},{"name":"TPM_E_PCP_INVALID_PARAMETER","features":[307]},{"name":"TPM_E_PCP_KEY_HANDLE_INVALIDATED","features":[307]},{"name":"TPM_E_PCP_KEY_NOT_AIK","features":[307]},{"name":"TPM_E_PCP_NOT_SUPPORTED","features":[307]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_MAY_BE_OUTDATED","features":[307]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_OUTDATED","features":[307]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_REBOOT","features":[307]},{"name":"TPM_E_PCP_POLICY_NOT_FOUND","features":[307]},{"name":"TPM_E_PCP_PROFILE_NOT_FOUND","features":[307]},{"name":"TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED","features":[307]},{"name":"TPM_E_PCP_TICKET_MISSING","features":[307]},{"name":"TPM_E_PCP_UNSUPPORTED_PSS_SALT","features":[307]},{"name":"TPM_E_PCP_VALIDATION_FAILED","features":[307]},{"name":"TPM_E_PCP_WRONG_PARENT","features":[307]},{"name":"TPM_E_PERMANENTEK","features":[307]},{"name":"TPM_E_PER_NOWRITE","features":[307]},{"name":"TPM_E_PPI_ACPI_FAILURE","features":[307]},{"name":"TPM_E_PPI_BIOS_FAILURE","features":[307]},{"name":"TPM_E_PPI_BLOCKED_IN_BIOS","features":[307]},{"name":"TPM_E_PPI_NOT_SUPPORTED","features":[307]},{"name":"TPM_E_PPI_USER_ABORT","features":[307]},{"name":"TPM_E_PROVISIONING_INCOMPLETE","features":[307]},{"name":"TPM_E_READ_ONLY","features":[307]},{"name":"TPM_E_REQUIRES_SIGN","features":[307]},{"name":"TPM_E_RESOURCEMISSING","features":[307]},{"name":"TPM_E_RESOURCES","features":[307]},{"name":"TPM_E_RETRY","features":[307]},{"name":"TPM_E_SHA_ERROR","features":[307]},{"name":"TPM_E_SHA_THREAD","features":[307]},{"name":"TPM_E_SHORTRANDOM","features":[307]},{"name":"TPM_E_SIZE","features":[307]},{"name":"TPM_E_SOFT_KEY_ERROR","features":[307]},{"name":"TPM_E_TOOMANYCONTEXTS","features":[307]},{"name":"TPM_E_TOO_MUCH_DATA","features":[307]},{"name":"TPM_E_TPM_GENERATED_EPS","features":[307]},{"name":"TPM_E_TRANSPORT_NOTEXCLUSIVE","features":[307]},{"name":"TPM_E_VERSION_NOT_SUPPORTED","features":[307]},{"name":"TPM_E_WRITE_LOCKED","features":[307]},{"name":"TPM_E_WRONGPCRVAL","features":[307]},{"name":"TPM_E_WRONG_ENTITYTYPE","features":[307]},{"name":"TPM_E_ZERO_EXHAUST_ENABLED","features":[307]},{"name":"TRUE","features":[307]},{"name":"TRUST_E_ACTION_UNKNOWN","features":[307]},{"name":"TRUST_E_BAD_DIGEST","features":[307]},{"name":"TRUST_E_BASIC_CONSTRAINTS","features":[307]},{"name":"TRUST_E_CERT_SIGNATURE","features":[307]},{"name":"TRUST_E_COUNTER_SIGNER","features":[307]},{"name":"TRUST_E_EXPLICIT_DISTRUST","features":[307]},{"name":"TRUST_E_FAIL","features":[307]},{"name":"TRUST_E_FINANCIAL_CRITERIA","features":[307]},{"name":"TRUST_E_MALFORMED_SIGNATURE","features":[307]},{"name":"TRUST_E_NOSIGNATURE","features":[307]},{"name":"TRUST_E_NO_SIGNER_CERT","features":[307]},{"name":"TRUST_E_PROVIDER_UNKNOWN","features":[307]},{"name":"TRUST_E_SUBJECT_FORM_UNKNOWN","features":[307]},{"name":"TRUST_E_SUBJECT_NOT_TRUSTED","features":[307]},{"name":"TRUST_E_SYSTEM_ERROR","features":[307]},{"name":"TRUST_E_TIME_STAMP","features":[307]},{"name":"TYPE_E_AMBIGUOUSNAME","features":[307]},{"name":"TYPE_E_BADMODULEKIND","features":[307]},{"name":"TYPE_E_BUFFERTOOSMALL","features":[307]},{"name":"TYPE_E_CANTCREATETMPFILE","features":[307]},{"name":"TYPE_E_CANTLOADLIBRARY","features":[307]},{"name":"TYPE_E_CIRCULARTYPE","features":[307]},{"name":"TYPE_E_DLLFUNCTIONNOTFOUND","features":[307]},{"name":"TYPE_E_DUPLICATEID","features":[307]},{"name":"TYPE_E_ELEMENTNOTFOUND","features":[307]},{"name":"TYPE_E_FIELDNOTFOUND","features":[307]},{"name":"TYPE_E_INCONSISTENTPROPFUNCS","features":[307]},{"name":"TYPE_E_INVALIDID","features":[307]},{"name":"TYPE_E_INVALIDSTATE","features":[307]},{"name":"TYPE_E_INVDATAREAD","features":[307]},{"name":"TYPE_E_IOERROR","features":[307]},{"name":"TYPE_E_LIBNOTREGISTERED","features":[307]},{"name":"TYPE_E_NAMECONFLICT","features":[307]},{"name":"TYPE_E_OUTOFBOUNDS","features":[307]},{"name":"TYPE_E_QUALIFIEDNAMEDISALLOWED","features":[307]},{"name":"TYPE_E_REGISTRYACCESS","features":[307]},{"name":"TYPE_E_SIZETOOBIG","features":[307]},{"name":"TYPE_E_TYPEMISMATCH","features":[307]},{"name":"TYPE_E_UNDEFINEDTYPE","features":[307]},{"name":"TYPE_E_UNKNOWNLCID","features":[307]},{"name":"TYPE_E_UNSUPFORMAT","features":[307]},{"name":"TYPE_E_WRONGTYPEKIND","features":[307]},{"name":"UCEERR_BLOCKSFULL","features":[307]},{"name":"UCEERR_CHANNELSYNCABANDONED","features":[307]},{"name":"UCEERR_CHANNELSYNCTIMEDOUT","features":[307]},{"name":"UCEERR_COMMANDTRANSPORTDENIED","features":[307]},{"name":"UCEERR_CONNECTIONIDLOOKUPFAILED","features":[307]},{"name":"UCEERR_CTXSTACKFRSTTARGETNULL","features":[307]},{"name":"UCEERR_FEEDBACK_UNSUPPORTED","features":[307]},{"name":"UCEERR_GRAPHICSSTREAMALREADYOPEN","features":[307]},{"name":"UCEERR_GRAPHICSSTREAMUNAVAILABLE","features":[307]},{"name":"UCEERR_HANDLELOOKUPFAILED","features":[307]},{"name":"UCEERR_ILLEGALHANDLE","features":[307]},{"name":"UCEERR_ILLEGALPACKET","features":[307]},{"name":"UCEERR_ILLEGALRECORDTYPE","features":[307]},{"name":"UCEERR_INVALIDPACKETHEADER","features":[307]},{"name":"UCEERR_MALFORMEDPACKET","features":[307]},{"name":"UCEERR_MEMORYFAILURE","features":[307]},{"name":"UCEERR_MISSINGBEGINCOMMAND","features":[307]},{"name":"UCEERR_MISSINGENDCOMMAND","features":[307]},{"name":"UCEERR_NO_MULTIPLE_WORKER_THREADS","features":[307]},{"name":"UCEERR_OUTOFHANDLES","features":[307]},{"name":"UCEERR_PACKETRECORDOUTOFRANGE","features":[307]},{"name":"UCEERR_PARTITION_ZOMBIED","features":[307]},{"name":"UCEERR_REMOTINGNOTSUPPORTED","features":[307]},{"name":"UCEERR_RENDERTHREADFAILURE","features":[307]},{"name":"UCEERR_TRANSPORTDISCONNECTED","features":[307]},{"name":"UCEERR_TRANSPORTOVERLOADED","features":[307]},{"name":"UCEERR_TRANSPORTUNAVAILABLE","features":[307]},{"name":"UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED","features":[307]},{"name":"UCEERR_UNKNOWNPACKET","features":[307]},{"name":"UCEERR_UNSUPPORTEDTRANSPORTVERSION","features":[307]},{"name":"UI_E_AMBIGUOUS_MATCH","features":[307]},{"name":"UI_E_BOOLEAN_EXPECTED","features":[307]},{"name":"UI_E_CREATE_FAILED","features":[307]},{"name":"UI_E_DIFFERENT_OWNER","features":[307]},{"name":"UI_E_END_KEYFRAME_NOT_DETERMINED","features":[307]},{"name":"UI_E_FP_OVERFLOW","features":[307]},{"name":"UI_E_ILLEGAL_REENTRANCY","features":[307]},{"name":"UI_E_INVALID_DIMENSION","features":[307]},{"name":"UI_E_INVALID_OUTPUT","features":[307]},{"name":"UI_E_LOOPS_OVERLAP","features":[307]},{"name":"UI_E_OBJECT_SEALED","features":[307]},{"name":"UI_E_PRIMITIVE_OUT_OF_BOUNDS","features":[307]},{"name":"UI_E_SHUTDOWN_CALLED","features":[307]},{"name":"UI_E_START_KEYFRAME_AFTER_END","features":[307]},{"name":"UI_E_STORYBOARD_ACTIVE","features":[307]},{"name":"UI_E_STORYBOARD_NOT_PLAYING","features":[307]},{"name":"UI_E_TIMER_CLIENT_ALREADY_CONNECTED","features":[307]},{"name":"UI_E_TIME_BEFORE_LAST_UPDATE","features":[307]},{"name":"UI_E_TRANSITION_ALREADY_USED","features":[307]},{"name":"UI_E_TRANSITION_ECLIPSED","features":[307]},{"name":"UI_E_TRANSITION_NOT_IN_STORYBOARD","features":[307]},{"name":"UI_E_VALUE_NOT_DETERMINED","features":[307]},{"name":"UI_E_VALUE_NOT_SET","features":[307]},{"name":"UI_E_WINDOW_CLOSED","features":[307]},{"name":"UI_E_WRONG_THREAD","features":[307]},{"name":"UNICODE_STRING","features":[307]},{"name":"UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION","features":[307]},{"name":"UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE","features":[307]},{"name":"UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT","features":[307]},{"name":"UTC_E_AOT_NOT_RUNNING","features":[307]},{"name":"UTC_E_API_BUSY","features":[307]},{"name":"UTC_E_API_NOT_SUPPORTED","features":[307]},{"name":"UTC_E_API_RESULT_UNAVAILABLE","features":[307]},{"name":"UTC_E_BINARY_MISSING","features":[307]},{"name":"UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML","features":[307]},{"name":"UTC_E_CERT_REV_FAILED","features":[307]},{"name":"UTC_E_CHILD_PROCESS_FAILED","features":[307]},{"name":"UTC_E_COMMAND_LINE_NOT_AUTHORIZED","features":[307]},{"name":"UTC_E_DELAY_TERMINATED","features":[307]},{"name":"UTC_E_DEVICE_TICKET_ERROR","features":[307]},{"name":"UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH","features":[307]},{"name":"UTC_E_ESCALATION_ALREADY_RUNNING","features":[307]},{"name":"UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN","features":[307]},{"name":"UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS","features":[307]},{"name":"UTC_E_ESCALATION_NOT_AUTHORIZED","features":[307]},{"name":"UTC_E_ESCALATION_TIMED_OUT","features":[307]},{"name":"UTC_E_EVENTLOG_ENTRY_MALFORMED","features":[307]},{"name":"UTC_E_EXCLUSIVITY_NOT_AVAILABLE","features":[307]},{"name":"UTC_E_EXE_TERMINATED","features":[307]},{"name":"UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS","features":[307]},{"name":"UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID","features":[307]},{"name":"UTC_E_FAILED_TO_START_NDISCAP","features":[307]},{"name":"UTC_E_FILTER_FUNCTION_RESTRICTED","features":[307]},{"name":"UTC_E_FILTER_ILLEGAL_EVAL","features":[307]},{"name":"UTC_E_FILTER_INVALID_COMMAND","features":[307]},{"name":"UTC_E_FILTER_INVALID_FUNCTION","features":[307]},{"name":"UTC_E_FILTER_INVALID_FUNCTION_PARAMS","features":[307]},{"name":"UTC_E_FILTER_INVALID_TYPE","features":[307]},{"name":"UTC_E_FILTER_MISSING_ATTRIBUTE","features":[307]},{"name":"UTC_E_FILTER_VARIABLE_NOT_FOUND","features":[307]},{"name":"UTC_E_FILTER_VERSION_MISMATCH","features":[307]},{"name":"UTC_E_FORWARDER_ALREADY_DISABLED","features":[307]},{"name":"UTC_E_FORWARDER_ALREADY_ENABLED","features":[307]},{"name":"UTC_E_FORWARDER_PRODUCER_MISMATCH","features":[307]},{"name":"UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED","features":[307]},{"name":"UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED","features":[307]},{"name":"UTC_E_GETFILE_FILE_PATH_NOT_APPROVED","features":[307]},{"name":"UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE","features":[307]},{"name":"UTC_E_INTENTIONAL_SCRIPT_FAILURE","features":[307]},{"name":"UTC_E_INVALID_AGGREGATION_STRUCT","features":[307]},{"name":"UTC_E_INVALID_CUSTOM_FILTER","features":[307]},{"name":"UTC_E_INVALID_FILTER","features":[307]},{"name":"UTC_E_KERNELDUMP_LIMIT_REACHED","features":[307]},{"name":"UTC_E_MISSING_AGGREGATE_EVENT_TAG","features":[307]},{"name":"UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE","features":[307]},{"name":"UTC_E_NO_WER_LOGGER_SUPPORTED","features":[307]},{"name":"UTC_E_PERFTRACK_ALREADY_TRACING","features":[307]},{"name":"UTC_E_REACHED_MAX_ESCALATIONS","features":[307]},{"name":"UTC_E_REESCALATED_TOO_QUICKLY","features":[307]},{"name":"UTC_E_RPC_TIMEOUT","features":[307]},{"name":"UTC_E_RPC_WAIT_FAILED","features":[307]},{"name":"UTC_E_SCENARIODEF_NOT_FOUND","features":[307]},{"name":"UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH","features":[307]},{"name":"UTC_E_SCENARIO_HAS_NO_ACTIONS","features":[307]},{"name":"UTC_E_SCENARIO_THROTTLED","features":[307]},{"name":"UTC_E_SCRIPT_MISSING","features":[307]},{"name":"UTC_E_SCRIPT_TERMINATED","features":[307]},{"name":"UTC_E_SCRIPT_TYPE_INVALID","features":[307]},{"name":"UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED","features":[307]},{"name":"UTC_E_SETUP_NOT_AUTHORIZED","features":[307]},{"name":"UTC_E_SETUP_TIMED_OUT","features":[307]},{"name":"UTC_E_SIF_NOT_SUPPORTED","features":[307]},{"name":"UTC_E_SQM_INIT_FAILED","features":[307]},{"name":"UTC_E_THROTTLED","features":[307]},{"name":"UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE","features":[307]},{"name":"UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION","features":[307]},{"name":"UTC_E_TIME_TRIGGER_ON_START_INVALID","features":[307]},{"name":"UTC_E_TOGGLE_TRACE_STARTED","features":[307]},{"name":"UTC_E_TRACEPROFILE_NOT_FOUND","features":[307]},{"name":"UTC_E_TRACERS_DONT_EXIST","features":[307]},{"name":"UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED","features":[307]},{"name":"UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET","features":[307]},{"name":"UTC_E_TRACE_NOT_RUNNING","features":[307]},{"name":"UTC_E_TRACE_THROTTLED","features":[307]},{"name":"UTC_E_TRIGGER_MISMATCH","features":[307]},{"name":"UTC_E_TRIGGER_NOT_FOUND","features":[307]},{"name":"UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED","features":[307]},{"name":"UTC_E_TTTRACER_RETURNED_ERROR","features":[307]},{"name":"UTC_E_TTTRACER_STORAGE_FULL","features":[307]},{"name":"UTC_E_UNABLE_TO_RESOLVE_SESSION","features":[307]},{"name":"UTC_E_UNAPPROVED_SCRIPT","features":[307]},{"name":"UTC_E_WINRT_INIT_FAILED","features":[307]},{"name":"VARIANT_BOOL","features":[307]},{"name":"VARIANT_FALSE","features":[307]},{"name":"VARIANT_TRUE","features":[307]},{"name":"VIEW_E_DRAW","features":[307]},{"name":"VIEW_E_FIRST","features":[307]},{"name":"VIEW_E_LAST","features":[307]},{"name":"VIEW_S_ALREADY_FROZEN","features":[307]},{"name":"VIEW_S_FIRST","features":[307]},{"name":"VIEW_S_LAST","features":[307]},{"name":"VM_SAVED_STATE_DUMP_E_GUEST_MEMORY_NOT_FOUND","features":[307]},{"name":"VM_SAVED_STATE_DUMP_E_INVALID_VP_STATE","features":[307]},{"name":"VM_SAVED_STATE_DUMP_E_NESTED_VIRTUALIZATION_NOT_SUPPORTED","features":[307]},{"name":"VM_SAVED_STATE_DUMP_E_NO_VP_FOUND_IN_PARTITION_STATE","features":[307]},{"name":"VM_SAVED_STATE_DUMP_E_PARTITION_STATE_NOT_FOUND","features":[307]},{"name":"VM_SAVED_STATE_DUMP_E_VA_NOT_MAPPED","features":[307]},{"name":"VM_SAVED_STATE_DUMP_E_VP_VTL_NOT_ENABLED","features":[307]},{"name":"VM_SAVED_STATE_DUMP_E_WINDOWS_KERNEL_IMAGE_NOT_FOUND","features":[307]},{"name":"VOLMGR_KSR_BYPASS","features":[307]},{"name":"VOLMGR_KSR_ERROR","features":[307]},{"name":"VOLMGR_KSR_READ_ERROR","features":[307]},{"name":"WAIT_ABANDONED","features":[307]},{"name":"WAIT_ABANDONED_0","features":[307]},{"name":"WAIT_EVENT","features":[307]},{"name":"WAIT_FAILED","features":[307]},{"name":"WAIT_IO_COMPLETION","features":[307]},{"name":"WAIT_OBJECT_0","features":[307]},{"name":"WAIT_TIMEOUT","features":[307]},{"name":"WARNING_IPSEC_MM_POLICY_PRUNED","features":[307]},{"name":"WARNING_IPSEC_QM_POLICY_PRUNED","features":[307]},{"name":"WARNING_NO_MD5_MIGRATION","features":[307]},{"name":"WBREAK_E_BUFFER_TOO_SMALL","features":[307]},{"name":"WBREAK_E_END_OF_TEXT","features":[307]},{"name":"WBREAK_E_INIT_FAILED","features":[307]},{"name":"WBREAK_E_QUERY_ONLY","features":[307]},{"name":"WEB_E_INVALID_JSON_NUMBER","features":[307]},{"name":"WEB_E_INVALID_JSON_STRING","features":[307]},{"name":"WEB_E_INVALID_XML","features":[307]},{"name":"WEB_E_JSON_VALUE_NOT_FOUND","features":[307]},{"name":"WEB_E_MISSING_REQUIRED_ATTRIBUTE","features":[307]},{"name":"WEB_E_MISSING_REQUIRED_ELEMENT","features":[307]},{"name":"WEB_E_RESOURCE_TOO_LARGE","features":[307]},{"name":"WEB_E_UNEXPECTED_CONTENT","features":[307]},{"name":"WEB_E_UNSUPPORTED_FORMAT","features":[307]},{"name":"WEP_E_BUFFER_TOO_LARGE","features":[307]},{"name":"WEP_E_FIXED_DATA_NOT_SUPPORTED","features":[307]},{"name":"WEP_E_HARDWARE_NOT_COMPLIANT","features":[307]},{"name":"WEP_E_LOCK_NOT_CONFIGURED","features":[307]},{"name":"WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES","features":[307]},{"name":"WEP_E_NO_LICENSE","features":[307]},{"name":"WEP_E_OS_NOT_PROTECTED","features":[307]},{"name":"WEP_E_PROTECTION_SUSPENDED","features":[307]},{"name":"WEP_E_UNEXPECTED_FAIL","features":[307]},{"name":"WER_E_ALREADY_REPORTING","features":[307]},{"name":"WER_E_CANCELED","features":[307]},{"name":"WER_E_CRASH_FAILURE","features":[307]},{"name":"WER_E_DUMP_THROTTLED","features":[307]},{"name":"WER_E_INSUFFICIENT_CONSENT","features":[307]},{"name":"WER_E_NETWORK_FAILURE","features":[307]},{"name":"WER_E_NOT_INITIALIZED","features":[307]},{"name":"WER_E_TOO_HEAVY","features":[307]},{"name":"WER_S_ASSERT_CONTINUE","features":[307]},{"name":"WER_S_DISABLED","features":[307]},{"name":"WER_S_DISABLED_ARCHIVE","features":[307]},{"name":"WER_S_DISABLED_QUEUE","features":[307]},{"name":"WER_S_IGNORE_ALL_ASSERTS","features":[307]},{"name":"WER_S_IGNORE_ASSERT_INSTANCE","features":[307]},{"name":"WER_S_REPORT_ASYNC","features":[307]},{"name":"WER_S_REPORT_DEBUG","features":[307]},{"name":"WER_S_REPORT_QUEUED","features":[307]},{"name":"WER_S_REPORT_UPLOADED","features":[307]},{"name":"WER_S_REPORT_UPLOADED_CAB","features":[307]},{"name":"WER_S_SUSPENDED_UPLOAD","features":[307]},{"name":"WER_S_THROTTLED","features":[307]},{"name":"WHV_E_GPA_RANGE_NOT_FOUND","features":[307]},{"name":"WHV_E_INSUFFICIENT_BUFFER","features":[307]},{"name":"WHV_E_INVALID_PARTITION_CONFIG","features":[307]},{"name":"WHV_E_INVALID_VP_REGISTER_NAME","features":[307]},{"name":"WHV_E_INVALID_VP_STATE","features":[307]},{"name":"WHV_E_UNKNOWN_CAPABILITY","features":[307]},{"name":"WHV_E_UNKNOWN_PROPERTY","features":[307]},{"name":"WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG","features":[307]},{"name":"WHV_E_UNSUPPORTED_PROCESSOR_CONFIG","features":[307]},{"name":"WHV_E_VP_ALREADY_EXISTS","features":[307]},{"name":"WHV_E_VP_DOES_NOT_EXIST","features":[307]},{"name":"WIN32_ERROR","features":[307]},{"name":"WINCODEC_ERR_ALREADYLOCKED","features":[307]},{"name":"WINCODEC_ERR_BADHEADER","features":[307]},{"name":"WINCODEC_ERR_BADIMAGE","features":[307]},{"name":"WINCODEC_ERR_BADMETADATAHEADER","features":[307]},{"name":"WINCODEC_ERR_BADSTREAMDATA","features":[307]},{"name":"WINCODEC_ERR_CODECNOTHUMBNAIL","features":[307]},{"name":"WINCODEC_ERR_CODECPRESENT","features":[307]},{"name":"WINCODEC_ERR_CODECTOOMANYSCANLINES","features":[307]},{"name":"WINCODEC_ERR_COMPONENTINITIALIZEFAILURE","features":[307]},{"name":"WINCODEC_ERR_COMPONENTNOTFOUND","features":[307]},{"name":"WINCODEC_ERR_DUPLICATEMETADATAPRESENT","features":[307]},{"name":"WINCODEC_ERR_FRAMEMISSING","features":[307]},{"name":"WINCODEC_ERR_IMAGESIZEOUTOFRANGE","features":[307]},{"name":"WINCODEC_ERR_INSUFFICIENTBUFFER","features":[307]},{"name":"WINCODEC_ERR_INTERNALERROR","features":[307]},{"name":"WINCODEC_ERR_INVALIDJPEGSCANINDEX","features":[307]},{"name":"WINCODEC_ERR_INVALIDPROGRESSIVELEVEL","features":[307]},{"name":"WINCODEC_ERR_INVALIDQUERYCHARACTER","features":[307]},{"name":"WINCODEC_ERR_INVALIDQUERYREQUEST","features":[307]},{"name":"WINCODEC_ERR_INVALIDREGISTRATION","features":[307]},{"name":"WINCODEC_ERR_NOTINITIALIZED","features":[307]},{"name":"WINCODEC_ERR_PALETTEUNAVAILABLE","features":[307]},{"name":"WINCODEC_ERR_PROPERTYNOTFOUND","features":[307]},{"name":"WINCODEC_ERR_PROPERTYNOTSUPPORTED","features":[307]},{"name":"WINCODEC_ERR_PROPERTYSIZE","features":[307]},{"name":"WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE","features":[307]},{"name":"WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT","features":[307]},{"name":"WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS","features":[307]},{"name":"WINCODEC_ERR_STREAMNOTAVAILABLE","features":[307]},{"name":"WINCODEC_ERR_STREAMREAD","features":[307]},{"name":"WINCODEC_ERR_STREAMWRITE","features":[307]},{"name":"WINCODEC_ERR_TOOMUCHMETADATA","features":[307]},{"name":"WINCODEC_ERR_UNEXPECTEDMETADATATYPE","features":[307]},{"name":"WINCODEC_ERR_UNEXPECTEDSIZE","features":[307]},{"name":"WINCODEC_ERR_UNKNOWNIMAGEFORMAT","features":[307]},{"name":"WINCODEC_ERR_UNSUPPORTEDOPERATION","features":[307]},{"name":"WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT","features":[307]},{"name":"WINCODEC_ERR_UNSUPPORTEDVERSION","features":[307]},{"name":"WINCODEC_ERR_VALUEOUTOFRANGE","features":[307]},{"name":"WINCODEC_ERR_WIN32ERROR","features":[307]},{"name":"WINCODEC_ERR_WRONGSTATE","features":[307]},{"name":"WININET_E_ASYNC_THREAD_FAILED","features":[307]},{"name":"WININET_E_BAD_AUTO_PROXY_SCRIPT","features":[307]},{"name":"WININET_E_BAD_OPTION_LENGTH","features":[307]},{"name":"WININET_E_BAD_REGISTRY_PARAMETER","features":[307]},{"name":"WININET_E_CANNOT_CONNECT","features":[307]},{"name":"WININET_E_CHG_POST_IS_NON_SECURE","features":[307]},{"name":"WININET_E_CLIENT_AUTH_CERT_NEEDED","features":[307]},{"name":"WININET_E_CLIENT_AUTH_NOT_SETUP","features":[307]},{"name":"WININET_E_CONNECTION_ABORTED","features":[307]},{"name":"WININET_E_CONNECTION_RESET","features":[307]},{"name":"WININET_E_COOKIE_DECLINED","features":[307]},{"name":"WININET_E_COOKIE_NEEDS_CONFIRMATION","features":[307]},{"name":"WININET_E_DECODING_FAILED","features":[307]},{"name":"WININET_E_DIALOG_PENDING","features":[307]},{"name":"WININET_E_DISCONNECTED","features":[307]},{"name":"WININET_E_DOWNLEVEL_SERVER","features":[307]},{"name":"WININET_E_EXTENDED_ERROR","features":[307]},{"name":"WININET_E_FAILED_DUETOSECURITYCHECK","features":[307]},{"name":"WININET_E_FORCE_RETRY","features":[307]},{"name":"WININET_E_HANDLE_EXISTS","features":[307]},{"name":"WININET_E_HEADER_ALREADY_EXISTS","features":[307]},{"name":"WININET_E_HEADER_NOT_FOUND","features":[307]},{"name":"WININET_E_HTTPS_HTTP_SUBMIT_REDIR","features":[307]},{"name":"WININET_E_HTTPS_TO_HTTP_ON_REDIR","features":[307]},{"name":"WININET_E_HTTP_TO_HTTPS_ON_REDIR","features":[307]},{"name":"WININET_E_INCORRECT_FORMAT","features":[307]},{"name":"WININET_E_INCORRECT_HANDLE_STATE","features":[307]},{"name":"WININET_E_INCORRECT_HANDLE_TYPE","features":[307]},{"name":"WININET_E_INCORRECT_PASSWORD","features":[307]},{"name":"WININET_E_INCORRECT_USER_NAME","features":[307]},{"name":"WININET_E_INTERNAL_ERROR","features":[307]},{"name":"WININET_E_INVALID_CA","features":[307]},{"name":"WININET_E_INVALID_HEADER","features":[307]},{"name":"WININET_E_INVALID_OPERATION","features":[307]},{"name":"WININET_E_INVALID_OPTION","features":[307]},{"name":"WININET_E_INVALID_PROXY_REQUEST","features":[307]},{"name":"WININET_E_INVALID_QUERY_REQUEST","features":[307]},{"name":"WININET_E_INVALID_SERVER_RESPONSE","features":[307]},{"name":"WININET_E_INVALID_URL","features":[307]},{"name":"WININET_E_ITEM_NOT_FOUND","features":[307]},{"name":"WININET_E_LOGIN_FAILURE","features":[307]},{"name":"WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[307]},{"name":"WININET_E_MIXED_SECURITY","features":[307]},{"name":"WININET_E_NAME_NOT_RESOLVED","features":[307]},{"name":"WININET_E_NEED_UI","features":[307]},{"name":"WININET_E_NOT_INITIALIZED","features":[307]},{"name":"WININET_E_NOT_PROXY_REQUEST","features":[307]},{"name":"WININET_E_NOT_REDIRECTED","features":[307]},{"name":"WININET_E_NO_CALLBACK","features":[307]},{"name":"WININET_E_NO_CONTEXT","features":[307]},{"name":"WININET_E_NO_DIRECT_ACCESS","features":[307]},{"name":"WININET_E_NO_NEW_CONTAINERS","features":[307]},{"name":"WININET_E_OPERATION_CANCELLED","features":[307]},{"name":"WININET_E_OPTION_NOT_SETTABLE","features":[307]},{"name":"WININET_E_OUT_OF_HANDLES","features":[307]},{"name":"WININET_E_POST_IS_NON_SECURE","features":[307]},{"name":"WININET_E_PROTOCOL_NOT_FOUND","features":[307]},{"name":"WININET_E_PROXY_SERVER_UNREACHABLE","features":[307]},{"name":"WININET_E_REDIRECT_FAILED","features":[307]},{"name":"WININET_E_REDIRECT_NEEDS_CONFIRMATION","features":[307]},{"name":"WININET_E_REDIRECT_SCHEME_CHANGE","features":[307]},{"name":"WININET_E_REGISTRY_VALUE_NOT_FOUND","features":[307]},{"name":"WININET_E_REQUEST_PENDING","features":[307]},{"name":"WININET_E_RETRY_DIALOG","features":[307]},{"name":"WININET_E_SECURITY_CHANNEL_ERROR","features":[307]},{"name":"WININET_E_SEC_CERT_CN_INVALID","features":[307]},{"name":"WININET_E_SEC_CERT_DATE_INVALID","features":[307]},{"name":"WININET_E_SEC_CERT_ERRORS","features":[307]},{"name":"WININET_E_SEC_CERT_REVOKED","features":[307]},{"name":"WININET_E_SEC_CERT_REV_FAILED","features":[307]},{"name":"WININET_E_SEC_INVALID_CERT","features":[307]},{"name":"WININET_E_SERVER_UNREACHABLE","features":[307]},{"name":"WININET_E_SHUTDOWN","features":[307]},{"name":"WININET_E_TCPIP_NOT_INSTALLED","features":[307]},{"name":"WININET_E_TIMEOUT","features":[307]},{"name":"WININET_E_UNABLE_TO_CACHE_FILE","features":[307]},{"name":"WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT","features":[307]},{"name":"WININET_E_UNRECOGNIZED_SCHEME","features":[307]},{"name":"WINML_ERR_INVALID_BINDING","features":[307]},{"name":"WINML_ERR_INVALID_DEVICE","features":[307]},{"name":"WINML_ERR_SIZE_MISMATCH","features":[307]},{"name":"WINML_ERR_VALUE_NOTFOUND","features":[307]},{"name":"WINVER","features":[307]},{"name":"WINVER_MAXVER","features":[307]},{"name":"WPARAM","features":[307]},{"name":"WPN_E_ACCESS_DENIED","features":[307]},{"name":"WPN_E_ALL_URL_NOT_COMPLETED","features":[307]},{"name":"WPN_E_CALLBACK_ALREADY_REGISTERED","features":[307]},{"name":"WPN_E_CHANNEL_CLOSED","features":[307]},{"name":"WPN_E_CHANNEL_REQUEST_NOT_COMPLETE","features":[307]},{"name":"WPN_E_CLOUD_AUTH_UNAVAILABLE","features":[307]},{"name":"WPN_E_CLOUD_DISABLED","features":[307]},{"name":"WPN_E_CLOUD_DISABLED_FOR_APP","features":[307]},{"name":"WPN_E_CLOUD_INCAPABLE","features":[307]},{"name":"WPN_E_CLOUD_SERVICE_UNAVAILABLE","features":[307]},{"name":"WPN_E_DEV_ID_SIZE","features":[307]},{"name":"WPN_E_DUPLICATE_CHANNEL","features":[307]},{"name":"WPN_E_DUPLICATE_REGISTRATION","features":[307]},{"name":"WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION","features":[307]},{"name":"WPN_E_GROUP_ALPHANUMERIC","features":[307]},{"name":"WPN_E_GROUP_SIZE","features":[307]},{"name":"WPN_E_IMAGE_NOT_FOUND_IN_CACHE","features":[307]},{"name":"WPN_E_INTERNET_INCAPABLE","features":[307]},{"name":"WPN_E_INVALID_APP","features":[307]},{"name":"WPN_E_INVALID_CLOUD_IMAGE","features":[307]},{"name":"WPN_E_INVALID_HTTP_STATUS_CODE","features":[307]},{"name":"WPN_E_NOTIFICATION_DISABLED","features":[307]},{"name":"WPN_E_NOTIFICATION_HIDDEN","features":[307]},{"name":"WPN_E_NOTIFICATION_ID_MATCHED","features":[307]},{"name":"WPN_E_NOTIFICATION_INCAPABLE","features":[307]},{"name":"WPN_E_NOTIFICATION_NOT_POSTED","features":[307]},{"name":"WPN_E_NOTIFICATION_POSTED","features":[307]},{"name":"WPN_E_NOTIFICATION_SIZE","features":[307]},{"name":"WPN_E_NOTIFICATION_TYPE_DISABLED","features":[307]},{"name":"WPN_E_OUTSTANDING_CHANNEL_REQUEST","features":[307]},{"name":"WPN_E_OUT_OF_SESSION","features":[307]},{"name":"WPN_E_PLATFORM_UNAVAILABLE","features":[307]},{"name":"WPN_E_POWER_SAVE","features":[307]},{"name":"WPN_E_PUSH_NOTIFICATION_INCAPABLE","features":[307]},{"name":"WPN_E_STORAGE_LOCKED","features":[307]},{"name":"WPN_E_TAG_ALPHANUMERIC","features":[307]},{"name":"WPN_E_TAG_SIZE","features":[307]},{"name":"WPN_E_TOAST_NOTIFICATION_DROPPED","features":[307]},{"name":"WS_E_ADDRESS_IN_USE","features":[307]},{"name":"WS_E_ADDRESS_NOT_AVAILABLE","features":[307]},{"name":"WS_E_ENDPOINT_ACCESS_DENIED","features":[307]},{"name":"WS_E_ENDPOINT_ACTION_NOT_SUPPORTED","features":[307]},{"name":"WS_E_ENDPOINT_DISCONNECTED","features":[307]},{"name":"WS_E_ENDPOINT_FAILURE","features":[307]},{"name":"WS_E_ENDPOINT_FAULT_RECEIVED","features":[307]},{"name":"WS_E_ENDPOINT_NOT_AVAILABLE","features":[307]},{"name":"WS_E_ENDPOINT_NOT_FOUND","features":[307]},{"name":"WS_E_ENDPOINT_TOO_BUSY","features":[307]},{"name":"WS_E_ENDPOINT_UNREACHABLE","features":[307]},{"name":"WS_E_INVALID_ENDPOINT_URL","features":[307]},{"name":"WS_E_INVALID_FORMAT","features":[307]},{"name":"WS_E_INVALID_OPERATION","features":[307]},{"name":"WS_E_NOT_SUPPORTED","features":[307]},{"name":"WS_E_NO_TRANSLATION_AVAILABLE","features":[307]},{"name":"WS_E_NUMERIC_OVERFLOW","features":[307]},{"name":"WS_E_OBJECT_FAULTED","features":[307]},{"name":"WS_E_OPERATION_ABANDONED","features":[307]},{"name":"WS_E_OPERATION_ABORTED","features":[307]},{"name":"WS_E_OPERATION_TIMED_OUT","features":[307]},{"name":"WS_E_OTHER","features":[307]},{"name":"WS_E_PROXY_ACCESS_DENIED","features":[307]},{"name":"WS_E_PROXY_FAILURE","features":[307]},{"name":"WS_E_PROXY_REQUIRES_BASIC_AUTH","features":[307]},{"name":"WS_E_PROXY_REQUIRES_DIGEST_AUTH","features":[307]},{"name":"WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH","features":[307]},{"name":"WS_E_PROXY_REQUIRES_NTLM_AUTH","features":[307]},{"name":"WS_E_QUOTA_EXCEEDED","features":[307]},{"name":"WS_E_SECURITY_SYSTEM_FAILURE","features":[307]},{"name":"WS_E_SECURITY_TOKEN_EXPIRED","features":[307]},{"name":"WS_E_SECURITY_VERIFICATION_FAILURE","features":[307]},{"name":"WS_E_SERVER_REQUIRES_BASIC_AUTH","features":[307]},{"name":"WS_E_SERVER_REQUIRES_DIGEST_AUTH","features":[307]},{"name":"WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH","features":[307]},{"name":"WS_E_SERVER_REQUIRES_NTLM_AUTH","features":[307]},{"name":"WS_S_ASYNC","features":[307]},{"name":"WS_S_END","features":[307]},{"name":"XACT_E_ABORTED","features":[307]},{"name":"XACT_E_ABORTING","features":[307]},{"name":"XACT_E_ALREADYINPROGRESS","features":[307]},{"name":"XACT_E_ALREADYOTHERSINGLEPHASE","features":[307]},{"name":"XACT_E_CANTRETAIN","features":[307]},{"name":"XACT_E_CLERKEXISTS","features":[307]},{"name":"XACT_E_CLERKNOTFOUND","features":[307]},{"name":"XACT_E_COMMITFAILED","features":[307]},{"name":"XACT_E_COMMITPREVENTED","features":[307]},{"name":"XACT_E_CONNECTION_DENIED","features":[307]},{"name":"XACT_E_CONNECTION_DOWN","features":[307]},{"name":"XACT_E_DEST_TMNOTAVAILABLE","features":[307]},{"name":"XACT_E_FIRST","features":[307]},{"name":"XACT_E_HEURISTICABORT","features":[307]},{"name":"XACT_E_HEURISTICCOMMIT","features":[307]},{"name":"XACT_E_HEURISTICDAMAGE","features":[307]},{"name":"XACT_E_HEURISTICDANGER","features":[307]},{"name":"XACT_E_INDOUBT","features":[307]},{"name":"XACT_E_INVALIDCOOKIE","features":[307]},{"name":"XACT_E_INVALIDLSN","features":[307]},{"name":"XACT_E_ISOLATIONLEVEL","features":[307]},{"name":"XACT_E_LAST","features":[307]},{"name":"XACT_E_LOGFULL","features":[307]},{"name":"XACT_E_LU_TX_DISABLED","features":[307]},{"name":"XACT_E_NETWORK_TX_DISABLED","features":[307]},{"name":"XACT_E_NOASYNC","features":[307]},{"name":"XACT_E_NOENLIST","features":[307]},{"name":"XACT_E_NOIMPORTOBJECT","features":[307]},{"name":"XACT_E_NOISORETAIN","features":[307]},{"name":"XACT_E_NORESOURCE","features":[307]},{"name":"XACT_E_NOTCURRENT","features":[307]},{"name":"XACT_E_NOTIMEOUT","features":[307]},{"name":"XACT_E_NOTRANSACTION","features":[307]},{"name":"XACT_E_NOTSUPPORTED","features":[307]},{"name":"XACT_E_PARTNER_NETWORK_TX_DISABLED","features":[307]},{"name":"XACT_E_PULL_COMM_FAILURE","features":[307]},{"name":"XACT_E_PUSH_COMM_FAILURE","features":[307]},{"name":"XACT_E_RECOVERYINPROGRESS","features":[307]},{"name":"XACT_E_REENLISTTIMEOUT","features":[307]},{"name":"XACT_E_REPLAYREQUEST","features":[307]},{"name":"XACT_E_TIP_CONNECT_FAILED","features":[307]},{"name":"XACT_E_TIP_DISABLED","features":[307]},{"name":"XACT_E_TIP_PROTOCOL_ERROR","features":[307]},{"name":"XACT_E_TIP_PULL_FAILED","features":[307]},{"name":"XACT_E_TMNOTAVAILABLE","features":[307]},{"name":"XACT_E_TRANSACTIONCLOSED","features":[307]},{"name":"XACT_E_UNABLE_TO_LOAD_DTC_PROXY","features":[307]},{"name":"XACT_E_UNABLE_TO_READ_DTC_CONFIG","features":[307]},{"name":"XACT_E_UNKNOWNRMGRID","features":[307]},{"name":"XACT_E_WRONGSTATE","features":[307]},{"name":"XACT_E_WRONGUOW","features":[307]},{"name":"XACT_E_XA_TX_DISABLED","features":[307]},{"name":"XACT_E_XTIONEXISTS","features":[307]},{"name":"XACT_S_ABORTING","features":[307]},{"name":"XACT_S_ALLNORETAIN","features":[307]},{"name":"XACT_S_ASYNC","features":[307]},{"name":"XACT_S_DEFECT","features":[307]},{"name":"XACT_S_FIRST","features":[307]},{"name":"XACT_S_LAST","features":[307]},{"name":"XACT_S_LASTRESOURCEMANAGER","features":[307]},{"name":"XACT_S_LOCALLY_OK","features":[307]},{"name":"XACT_S_MADECHANGESCONTENT","features":[307]},{"name":"XACT_S_MADECHANGESINFORM","features":[307]},{"name":"XACT_S_OKINFORM","features":[307]},{"name":"XACT_S_READONLY","features":[307]},{"name":"XACT_S_SINGLEPHASE","features":[307]},{"name":"XACT_S_SOMENORETAIN","features":[307]},{"name":"XENROLL_E_CANNOT_ADD_ROOT_CERT","features":[307]},{"name":"XENROLL_E_KEYSPEC_SMIME_MISMATCH","features":[307]},{"name":"XENROLL_E_KEY_NOT_EXPORTABLE","features":[307]},{"name":"XENROLL_E_RESPONSE_KA_HASH_MISMATCH","features":[307]},{"name":"XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND","features":[307]},{"name":"XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH","features":[307]},{"name":"_WIN32_IE_MAXVER","features":[307]},{"name":"_WIN32_MAXVER","features":[307]},{"name":"_WIN32_WINDOWS_MAXVER","features":[307]},{"name":"_WIN32_WINNT_MAXVER","features":[307]}],"394":[{"name":"CheckGamingPrivilegeSilently","features":[307,394]},{"name":"CheckGamingPrivilegeSilentlyForUser","features":[307,394]},{"name":"CheckGamingPrivilegeWithUI","features":[394]},{"name":"CheckGamingPrivilegeWithUIForUser","features":[394]},{"name":"GAMESTATS_OPEN_CREATED","features":[394]},{"name":"GAMESTATS_OPEN_OPENED","features":[394]},{"name":"GAMESTATS_OPEN_OPENONLY","features":[394]},{"name":"GAMESTATS_OPEN_OPENORCREATE","features":[394]},{"name":"GAMESTATS_OPEN_RESULT","features":[394]},{"name":"GAMESTATS_OPEN_TYPE","features":[394]},{"name":"GAME_INSTALL_SCOPE","features":[394]},{"name":"GAMING_DEVICE_DEVICE_ID","features":[394]},{"name":"GAMING_DEVICE_DEVICE_ID_NONE","features":[394]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE","features":[394]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_S","features":[394]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_X","features":[394]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_X_DEVKIT","features":[394]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_S","features":[394]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_X","features":[394]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_X_DEVKIT","features":[394]},{"name":"GAMING_DEVICE_MODEL_INFORMATION","features":[394]},{"name":"GAMING_DEVICE_VENDOR_ID","features":[394]},{"name":"GAMING_DEVICE_VENDOR_ID_MICROSOFT","features":[394]},{"name":"GAMING_DEVICE_VENDOR_ID_NONE","features":[394]},{"name":"GIS_ALL_USERS","features":[394]},{"name":"GIS_CURRENT_USER","features":[394]},{"name":"GIS_NOT_INSTALLED","features":[394]},{"name":"GameExplorer","features":[394]},{"name":"GameStatistics","features":[394]},{"name":"GameUICompletionRoutine","features":[394]},{"name":"GetExpandedResourceExclusiveCpuCount","features":[394]},{"name":"GetGamingDeviceModelInformation","features":[394]},{"name":"HasExpandedResources","features":[307,394]},{"name":"ID_GDF_THUMBNAIL_STR","features":[394]},{"name":"ID_GDF_XML_STR","features":[394]},{"name":"IGameExplorer","features":[394]},{"name":"IGameExplorer2","features":[394]},{"name":"IGameStatistics","features":[394]},{"name":"IGameStatisticsMgr","features":[394]},{"name":"IXblIdpAuthManager","features":[394]},{"name":"IXblIdpAuthManager2","features":[394]},{"name":"IXblIdpAuthTokenResult","features":[394]},{"name":"IXblIdpAuthTokenResult2","features":[394]},{"name":"KnownGamingPrivileges","features":[394]},{"name":"PlayerPickerUICompletionRoutine","features":[394]},{"name":"ProcessPendingGameUI","features":[307,394]},{"name":"ReleaseExclusiveCpuSets","features":[394]},{"name":"ShowChangeFriendRelationshipUI","features":[394]},{"name":"ShowChangeFriendRelationshipUIForUser","features":[394]},{"name":"ShowCustomizeUserProfileUI","features":[394]},{"name":"ShowCustomizeUserProfileUIForUser","features":[394]},{"name":"ShowFindFriendsUI","features":[394]},{"name":"ShowFindFriendsUIForUser","features":[394]},{"name":"ShowGameInfoUI","features":[394]},{"name":"ShowGameInfoUIForUser","features":[394]},{"name":"ShowGameInviteUI","features":[394]},{"name":"ShowGameInviteUIForUser","features":[394]},{"name":"ShowGameInviteUIWithContext","features":[394]},{"name":"ShowGameInviteUIWithContextForUser","features":[394]},{"name":"ShowPlayerPickerUI","features":[394]},{"name":"ShowPlayerPickerUIForUser","features":[394]},{"name":"ShowProfileCardUI","features":[394]},{"name":"ShowProfileCardUIForUser","features":[394]},{"name":"ShowTitleAchievementsUI","features":[394]},{"name":"ShowTitleAchievementsUIForUser","features":[394]},{"name":"ShowUserSettingsUI","features":[394]},{"name":"ShowUserSettingsUIForUser","features":[394]},{"name":"TryCancelPendingGameUI","features":[307,394]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS","features":[394]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_LOAD_MSA_ACCOUNT_FAILED","features":[394]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_MSA_INTERRUPT","features":[394]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_NO_ACCOUNT_SET","features":[394]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_OFFLINE_NO_CONSENT","features":[394]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_OFFLINE_SUCCESS","features":[394]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_SUCCESS","features":[394]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_UNKNOWN","features":[394]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_VIEW_NOT_SET","features":[394]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_XBOX_VETO","features":[394]},{"name":"XPRIVILEGE_ADD_FRIEND","features":[394]},{"name":"XPRIVILEGE_BROADCAST","features":[394]},{"name":"XPRIVILEGE_CLOUD_GAMING_JOIN_SESSION","features":[394]},{"name":"XPRIVILEGE_CLOUD_GAMING_MANAGE_SESSION","features":[394]},{"name":"XPRIVILEGE_CLOUD_SAVED_GAMES","features":[394]},{"name":"XPRIVILEGE_COMMUNICATIONS","features":[394]},{"name":"XPRIVILEGE_COMMUNICATION_VOICE_INGAME","features":[394]},{"name":"XPRIVILEGE_COMMUNICATION_VOICE_SKYPE","features":[394]},{"name":"XPRIVILEGE_GAME_DVR","features":[394]},{"name":"XPRIVILEGE_MULTIPLAYER_PARTIES","features":[394]},{"name":"XPRIVILEGE_MULTIPLAYER_SESSIONS","features":[394]},{"name":"XPRIVILEGE_PREMIUM_CONTENT","features":[394]},{"name":"XPRIVILEGE_PREMIUM_VIDEO","features":[394]},{"name":"XPRIVILEGE_PROFILE_VIEWING","features":[394]},{"name":"XPRIVILEGE_PURCHASE_CONTENT","features":[394]},{"name":"XPRIVILEGE_SHARE_CONTENT","features":[394]},{"name":"XPRIVILEGE_SHARE_KINECT_CONTENT","features":[394]},{"name":"XPRIVILEGE_SOCIAL_NETWORK_SHARING","features":[394]},{"name":"XPRIVILEGE_SUBSCRIPTION_CONTENT","features":[394]},{"name":"XPRIVILEGE_USER_CREATED_CONTENT","features":[394]},{"name":"XPRIVILEGE_VIDEO_COMMUNICATIONS","features":[394]},{"name":"XPRIVILEGE_VIEW_FRIENDS_LIST","features":[394]},{"name":"XblIdpAuthManager","features":[394]},{"name":"XblIdpAuthTokenResult","features":[394]}],"395":[{"name":"ALL_SERVICES","features":[395]},{"name":"ALL_SERVICE_TYPES","features":[395]},{"name":"AdjustCalendarDate","features":[307,395]},{"name":"C1_ALPHA","features":[395]},{"name":"C1_BLANK","features":[395]},{"name":"C1_CNTRL","features":[395]},{"name":"C1_DEFINED","features":[395]},{"name":"C1_DIGIT","features":[395]},{"name":"C1_LOWER","features":[395]},{"name":"C1_PUNCT","features":[395]},{"name":"C1_SPACE","features":[395]},{"name":"C1_UPPER","features":[395]},{"name":"C1_XDIGIT","features":[395]},{"name":"C2_ARABICNUMBER","features":[395]},{"name":"C2_BLOCKSEPARATOR","features":[395]},{"name":"C2_COMMONSEPARATOR","features":[395]},{"name":"C2_EUROPENUMBER","features":[395]},{"name":"C2_EUROPESEPARATOR","features":[395]},{"name":"C2_EUROPETERMINATOR","features":[395]},{"name":"C2_LEFTTORIGHT","features":[395]},{"name":"C2_NOTAPPLICABLE","features":[395]},{"name":"C2_OTHERNEUTRAL","features":[395]},{"name":"C2_RIGHTTOLEFT","features":[395]},{"name":"C2_SEGMENTSEPARATOR","features":[395]},{"name":"C2_WHITESPACE","features":[395]},{"name":"C3_ALPHA","features":[395]},{"name":"C3_DIACRITIC","features":[395]},{"name":"C3_FULLWIDTH","features":[395]},{"name":"C3_HALFWIDTH","features":[395]},{"name":"C3_HIGHSURROGATE","features":[395]},{"name":"C3_HIRAGANA","features":[395]},{"name":"C3_IDEOGRAPH","features":[395]},{"name":"C3_KASHIDA","features":[395]},{"name":"C3_KATAKANA","features":[395]},{"name":"C3_LEXICAL","features":[395]},{"name":"C3_LOWSURROGATE","features":[395]},{"name":"C3_NONSPACING","features":[395]},{"name":"C3_NOTAPPLICABLE","features":[395]},{"name":"C3_SYMBOL","features":[395]},{"name":"C3_VOWELMARK","features":[395]},{"name":"CALDATETIME","features":[395]},{"name":"CALDATETIME_DATEUNIT","features":[395]},{"name":"CALINFO_ENUMPROCA","features":[307,395]},{"name":"CALINFO_ENUMPROCEXA","features":[307,395]},{"name":"CALINFO_ENUMPROCEXEX","features":[307,395]},{"name":"CALINFO_ENUMPROCEXW","features":[307,395]},{"name":"CALINFO_ENUMPROCW","features":[307,395]},{"name":"CAL_GREGORIAN","features":[395]},{"name":"CAL_GREGORIAN_ARABIC","features":[395]},{"name":"CAL_GREGORIAN_ME_FRENCH","features":[395]},{"name":"CAL_GREGORIAN_US","features":[395]},{"name":"CAL_GREGORIAN_XLIT_ENGLISH","features":[395]},{"name":"CAL_GREGORIAN_XLIT_FRENCH","features":[395]},{"name":"CAL_HEBREW","features":[395]},{"name":"CAL_HIJRI","features":[395]},{"name":"CAL_ICALINTVALUE","features":[395]},{"name":"CAL_ITWODIGITYEARMAX","features":[395]},{"name":"CAL_IYEAROFFSETRANGE","features":[395]},{"name":"CAL_JAPAN","features":[395]},{"name":"CAL_KOREA","features":[395]},{"name":"CAL_NOUSEROVERRIDE","features":[395]},{"name":"CAL_PERSIAN","features":[395]},{"name":"CAL_RETURN_GENITIVE_NAMES","features":[395]},{"name":"CAL_RETURN_NUMBER","features":[395]},{"name":"CAL_SABBREVDAYNAME1","features":[395]},{"name":"CAL_SABBREVDAYNAME2","features":[395]},{"name":"CAL_SABBREVDAYNAME3","features":[395]},{"name":"CAL_SABBREVDAYNAME4","features":[395]},{"name":"CAL_SABBREVDAYNAME5","features":[395]},{"name":"CAL_SABBREVDAYNAME6","features":[395]},{"name":"CAL_SABBREVDAYNAME7","features":[395]},{"name":"CAL_SABBREVERASTRING","features":[395]},{"name":"CAL_SABBREVMONTHNAME1","features":[395]},{"name":"CAL_SABBREVMONTHNAME10","features":[395]},{"name":"CAL_SABBREVMONTHNAME11","features":[395]},{"name":"CAL_SABBREVMONTHNAME12","features":[395]},{"name":"CAL_SABBREVMONTHNAME13","features":[395]},{"name":"CAL_SABBREVMONTHNAME2","features":[395]},{"name":"CAL_SABBREVMONTHNAME3","features":[395]},{"name":"CAL_SABBREVMONTHNAME4","features":[395]},{"name":"CAL_SABBREVMONTHNAME5","features":[395]},{"name":"CAL_SABBREVMONTHNAME6","features":[395]},{"name":"CAL_SABBREVMONTHNAME7","features":[395]},{"name":"CAL_SABBREVMONTHNAME8","features":[395]},{"name":"CAL_SABBREVMONTHNAME9","features":[395]},{"name":"CAL_SCALNAME","features":[395]},{"name":"CAL_SDAYNAME1","features":[395]},{"name":"CAL_SDAYNAME2","features":[395]},{"name":"CAL_SDAYNAME3","features":[395]},{"name":"CAL_SDAYNAME4","features":[395]},{"name":"CAL_SDAYNAME5","features":[395]},{"name":"CAL_SDAYNAME6","features":[395]},{"name":"CAL_SDAYNAME7","features":[395]},{"name":"CAL_SENGLISHABBREVERANAME","features":[395]},{"name":"CAL_SENGLISHERANAME","features":[395]},{"name":"CAL_SERASTRING","features":[395]},{"name":"CAL_SJAPANESEERAFIRSTYEAR","features":[395]},{"name":"CAL_SLONGDATE","features":[395]},{"name":"CAL_SMONTHDAY","features":[395]},{"name":"CAL_SMONTHNAME1","features":[395]},{"name":"CAL_SMONTHNAME10","features":[395]},{"name":"CAL_SMONTHNAME11","features":[395]},{"name":"CAL_SMONTHNAME12","features":[395]},{"name":"CAL_SMONTHNAME13","features":[395]},{"name":"CAL_SMONTHNAME2","features":[395]},{"name":"CAL_SMONTHNAME3","features":[395]},{"name":"CAL_SMONTHNAME4","features":[395]},{"name":"CAL_SMONTHNAME5","features":[395]},{"name":"CAL_SMONTHNAME6","features":[395]},{"name":"CAL_SMONTHNAME7","features":[395]},{"name":"CAL_SMONTHNAME8","features":[395]},{"name":"CAL_SMONTHNAME9","features":[395]},{"name":"CAL_SRELATIVELONGDATE","features":[395]},{"name":"CAL_SSHORTDATE","features":[395]},{"name":"CAL_SSHORTESTDAYNAME1","features":[395]},{"name":"CAL_SSHORTESTDAYNAME2","features":[395]},{"name":"CAL_SSHORTESTDAYNAME3","features":[395]},{"name":"CAL_SSHORTESTDAYNAME4","features":[395]},{"name":"CAL_SSHORTESTDAYNAME5","features":[395]},{"name":"CAL_SSHORTESTDAYNAME6","features":[395]},{"name":"CAL_SSHORTESTDAYNAME7","features":[395]},{"name":"CAL_SYEARMONTH","features":[395]},{"name":"CAL_TAIWAN","features":[395]},{"name":"CAL_THAI","features":[395]},{"name":"CAL_UMALQURA","features":[395]},{"name":"CAL_USE_CP_ACP","features":[395]},{"name":"CANITER_SKIP_ZEROES","features":[395]},{"name":"CHARSETINFO","features":[395]},{"name":"CMLangConvertCharset","features":[395]},{"name":"CMLangString","features":[395]},{"name":"CMultiLanguage","features":[395]},{"name":"CODEPAGE_ENUMPROCA","features":[307,395]},{"name":"CODEPAGE_ENUMPROCW","features":[307,395]},{"name":"COMPARESTRING_RESULT","features":[395]},{"name":"COMPARE_STRING","features":[395]},{"name":"COMPARE_STRING_FLAGS","features":[395]},{"name":"CORRECTIVE_ACTION","features":[395]},{"name":"CORRECTIVE_ACTION_DELETE","features":[395]},{"name":"CORRECTIVE_ACTION_GET_SUGGESTIONS","features":[395]},{"name":"CORRECTIVE_ACTION_NONE","features":[395]},{"name":"CORRECTIVE_ACTION_REPLACE","features":[395]},{"name":"CPINFO","features":[395]},{"name":"CPINFOEXA","features":[395]},{"name":"CPINFOEXW","features":[395]},{"name":"CPIOD_FORCE_PROMPT","features":[395]},{"name":"CPIOD_PEEK","features":[395]},{"name":"CP_ACP","features":[395]},{"name":"CP_INSTALLED","features":[395]},{"name":"CP_MACCP","features":[395]},{"name":"CP_OEMCP","features":[395]},{"name":"CP_SUPPORTED","features":[395]},{"name":"CP_SYMBOL","features":[395]},{"name":"CP_THREAD_ACP","features":[395]},{"name":"CP_UTF7","features":[395]},{"name":"CP_UTF8","features":[395]},{"name":"CSTR_EQUAL","features":[395]},{"name":"CSTR_GREATER_THAN","features":[395]},{"name":"CSTR_LESS_THAN","features":[395]},{"name":"CTRY_ALBANIA","features":[395]},{"name":"CTRY_ALGERIA","features":[395]},{"name":"CTRY_ARGENTINA","features":[395]},{"name":"CTRY_ARMENIA","features":[395]},{"name":"CTRY_AUSTRALIA","features":[395]},{"name":"CTRY_AUSTRIA","features":[395]},{"name":"CTRY_AZERBAIJAN","features":[395]},{"name":"CTRY_BAHRAIN","features":[395]},{"name":"CTRY_BELARUS","features":[395]},{"name":"CTRY_BELGIUM","features":[395]},{"name":"CTRY_BELIZE","features":[395]},{"name":"CTRY_BOLIVIA","features":[395]},{"name":"CTRY_BRAZIL","features":[395]},{"name":"CTRY_BRUNEI_DARUSSALAM","features":[395]},{"name":"CTRY_BULGARIA","features":[395]},{"name":"CTRY_CANADA","features":[395]},{"name":"CTRY_CARIBBEAN","features":[395]},{"name":"CTRY_CHILE","features":[395]},{"name":"CTRY_COLOMBIA","features":[395]},{"name":"CTRY_COSTA_RICA","features":[395]},{"name":"CTRY_CROATIA","features":[395]},{"name":"CTRY_CZECH","features":[395]},{"name":"CTRY_DEFAULT","features":[395]},{"name":"CTRY_DENMARK","features":[395]},{"name":"CTRY_DOMINICAN_REPUBLIC","features":[395]},{"name":"CTRY_ECUADOR","features":[395]},{"name":"CTRY_EGYPT","features":[395]},{"name":"CTRY_EL_SALVADOR","features":[395]},{"name":"CTRY_ESTONIA","features":[395]},{"name":"CTRY_FAEROE_ISLANDS","features":[395]},{"name":"CTRY_FINLAND","features":[395]},{"name":"CTRY_FRANCE","features":[395]},{"name":"CTRY_GEORGIA","features":[395]},{"name":"CTRY_GERMANY","features":[395]},{"name":"CTRY_GREECE","features":[395]},{"name":"CTRY_GUATEMALA","features":[395]},{"name":"CTRY_HONDURAS","features":[395]},{"name":"CTRY_HONG_KONG","features":[395]},{"name":"CTRY_HUNGARY","features":[395]},{"name":"CTRY_ICELAND","features":[395]},{"name":"CTRY_INDIA","features":[395]},{"name":"CTRY_INDONESIA","features":[395]},{"name":"CTRY_IRAN","features":[395]},{"name":"CTRY_IRAQ","features":[395]},{"name":"CTRY_IRELAND","features":[395]},{"name":"CTRY_ISRAEL","features":[395]},{"name":"CTRY_ITALY","features":[395]},{"name":"CTRY_JAMAICA","features":[395]},{"name":"CTRY_JAPAN","features":[395]},{"name":"CTRY_JORDAN","features":[395]},{"name":"CTRY_KAZAKSTAN","features":[395]},{"name":"CTRY_KENYA","features":[395]},{"name":"CTRY_KUWAIT","features":[395]},{"name":"CTRY_KYRGYZSTAN","features":[395]},{"name":"CTRY_LATVIA","features":[395]},{"name":"CTRY_LEBANON","features":[395]},{"name":"CTRY_LIBYA","features":[395]},{"name":"CTRY_LIECHTENSTEIN","features":[395]},{"name":"CTRY_LITHUANIA","features":[395]},{"name":"CTRY_LUXEMBOURG","features":[395]},{"name":"CTRY_MACAU","features":[395]},{"name":"CTRY_MACEDONIA","features":[395]},{"name":"CTRY_MALAYSIA","features":[395]},{"name":"CTRY_MALDIVES","features":[395]},{"name":"CTRY_MEXICO","features":[395]},{"name":"CTRY_MONACO","features":[395]},{"name":"CTRY_MONGOLIA","features":[395]},{"name":"CTRY_MOROCCO","features":[395]},{"name":"CTRY_NETHERLANDS","features":[395]},{"name":"CTRY_NEW_ZEALAND","features":[395]},{"name":"CTRY_NICARAGUA","features":[395]},{"name":"CTRY_NORWAY","features":[395]},{"name":"CTRY_OMAN","features":[395]},{"name":"CTRY_PAKISTAN","features":[395]},{"name":"CTRY_PANAMA","features":[395]},{"name":"CTRY_PARAGUAY","features":[395]},{"name":"CTRY_PERU","features":[395]},{"name":"CTRY_PHILIPPINES","features":[395]},{"name":"CTRY_POLAND","features":[395]},{"name":"CTRY_PORTUGAL","features":[395]},{"name":"CTRY_PRCHINA","features":[395]},{"name":"CTRY_PUERTO_RICO","features":[395]},{"name":"CTRY_QATAR","features":[395]},{"name":"CTRY_ROMANIA","features":[395]},{"name":"CTRY_RUSSIA","features":[395]},{"name":"CTRY_SAUDI_ARABIA","features":[395]},{"name":"CTRY_SERBIA","features":[395]},{"name":"CTRY_SINGAPORE","features":[395]},{"name":"CTRY_SLOVAK","features":[395]},{"name":"CTRY_SLOVENIA","features":[395]},{"name":"CTRY_SOUTH_AFRICA","features":[395]},{"name":"CTRY_SOUTH_KOREA","features":[395]},{"name":"CTRY_SPAIN","features":[395]},{"name":"CTRY_SWEDEN","features":[395]},{"name":"CTRY_SWITZERLAND","features":[395]},{"name":"CTRY_SYRIA","features":[395]},{"name":"CTRY_TAIWAN","features":[395]},{"name":"CTRY_TATARSTAN","features":[395]},{"name":"CTRY_THAILAND","features":[395]},{"name":"CTRY_TRINIDAD_Y_TOBAGO","features":[395]},{"name":"CTRY_TUNISIA","features":[395]},{"name":"CTRY_TURKEY","features":[395]},{"name":"CTRY_UAE","features":[395]},{"name":"CTRY_UKRAINE","features":[395]},{"name":"CTRY_UNITED_KINGDOM","features":[395]},{"name":"CTRY_UNITED_STATES","features":[395]},{"name":"CTRY_URUGUAY","features":[395]},{"name":"CTRY_UZBEKISTAN","features":[395]},{"name":"CTRY_VENEZUELA","features":[395]},{"name":"CTRY_VIET_NAM","features":[395]},{"name":"CTRY_YEMEN","features":[395]},{"name":"CTRY_ZIMBABWE","features":[395]},{"name":"CT_CTYPE1","features":[395]},{"name":"CT_CTYPE2","features":[395]},{"name":"CT_CTYPE3","features":[395]},{"name":"CURRENCYFMTA","features":[395]},{"name":"CURRENCYFMTW","features":[395]},{"name":"CompareStringA","features":[395]},{"name":"CompareStringEx","features":[307,395]},{"name":"CompareStringOrdinal","features":[307,395]},{"name":"CompareStringW","features":[395]},{"name":"ConvertCalDateTimeToSystemTime","features":[307,395]},{"name":"ConvertDefaultLocale","features":[395]},{"name":"ConvertSystemTimeToCalDateTime","features":[307,395]},{"name":"DATEFMT_ENUMPROCA","features":[307,395]},{"name":"DATEFMT_ENUMPROCEXA","features":[307,395]},{"name":"DATEFMT_ENUMPROCEXEX","features":[307,395]},{"name":"DATEFMT_ENUMPROCEXW","features":[307,395]},{"name":"DATEFMT_ENUMPROCW","features":[307,395]},{"name":"DATE_AUTOLAYOUT","features":[395]},{"name":"DATE_LONGDATE","features":[395]},{"name":"DATE_LTRREADING","features":[395]},{"name":"DATE_MONTHDAY","features":[395]},{"name":"DATE_RTLREADING","features":[395]},{"name":"DATE_SHORTDATE","features":[395]},{"name":"DATE_USE_ALT_CALENDAR","features":[395]},{"name":"DATE_YEARMONTH","features":[395]},{"name":"DayUnit","features":[395]},{"name":"DetectEncodingInfo","features":[395]},{"name":"ELS_GUID_LANGUAGE_DETECTION","features":[395]},{"name":"ELS_GUID_SCRIPT_DETECTION","features":[395]},{"name":"ELS_GUID_TRANSLITERATION_BENGALI_TO_LATIN","features":[395]},{"name":"ELS_GUID_TRANSLITERATION_CYRILLIC_TO_LATIN","features":[395]},{"name":"ELS_GUID_TRANSLITERATION_DEVANAGARI_TO_LATIN","features":[395]},{"name":"ELS_GUID_TRANSLITERATION_HANGUL_DECOMPOSITION","features":[395]},{"name":"ELS_GUID_TRANSLITERATION_HANS_TO_HANT","features":[395]},{"name":"ELS_GUID_TRANSLITERATION_HANT_TO_HANS","features":[395]},{"name":"ELS_GUID_TRANSLITERATION_MALAYALAM_TO_LATIN","features":[395]},{"name":"ENUMTEXTMETRICA","features":[395,318]},{"name":"ENUMTEXTMETRICW","features":[395,318]},{"name":"ENUM_ALL_CALENDARS","features":[395]},{"name":"ENUM_DATE_FORMATS_FLAGS","features":[395]},{"name":"ENUM_SYSTEM_CODE_PAGES_FLAGS","features":[395]},{"name":"ENUM_SYSTEM_LANGUAGE_GROUPS_FLAGS","features":[395]},{"name":"EnumCalendarInfoA","features":[307,395]},{"name":"EnumCalendarInfoExA","features":[307,395]},{"name":"EnumCalendarInfoExEx","features":[307,395]},{"name":"EnumCalendarInfoExW","features":[307,395]},{"name":"EnumCalendarInfoW","features":[307,395]},{"name":"EnumDateFormatsA","features":[307,395]},{"name":"EnumDateFormatsExA","features":[307,395]},{"name":"EnumDateFormatsExEx","features":[307,395]},{"name":"EnumDateFormatsExW","features":[307,395]},{"name":"EnumDateFormatsW","features":[307,395]},{"name":"EnumLanguageGroupLocalesA","features":[307,395]},{"name":"EnumLanguageGroupLocalesW","features":[307,395]},{"name":"EnumSystemCodePagesA","features":[307,395]},{"name":"EnumSystemCodePagesW","features":[307,395]},{"name":"EnumSystemGeoID","features":[307,395]},{"name":"EnumSystemGeoNames","features":[307,395]},{"name":"EnumSystemLanguageGroupsA","features":[307,395]},{"name":"EnumSystemLanguageGroupsW","features":[307,395]},{"name":"EnumSystemLocalesA","features":[307,395]},{"name":"EnumSystemLocalesEx","features":[307,395]},{"name":"EnumSystemLocalesW","features":[307,395]},{"name":"EnumTimeFormatsA","features":[307,395]},{"name":"EnumTimeFormatsEx","features":[307,395]},{"name":"EnumTimeFormatsW","features":[307,395]},{"name":"EnumUILanguagesA","features":[307,395]},{"name":"EnumUILanguagesW","features":[307,395]},{"name":"EraUnit","features":[395]},{"name":"FILEMUIINFO","features":[395]},{"name":"FIND_ENDSWITH","features":[395]},{"name":"FIND_FROMEND","features":[395]},{"name":"FIND_FROMSTART","features":[395]},{"name":"FIND_STARTSWITH","features":[395]},{"name":"FOLD_STRING_MAP_FLAGS","features":[395]},{"name":"FONTSIGNATURE","features":[395]},{"name":"FindNLSString","features":[395]},{"name":"FindNLSStringEx","features":[307,395]},{"name":"FindStringOrdinal","features":[307,395]},{"name":"FoldStringA","features":[395]},{"name":"FoldStringW","features":[395]},{"name":"GEOCLASS_ALL","features":[395]},{"name":"GEOCLASS_NATION","features":[395]},{"name":"GEOCLASS_REGION","features":[395]},{"name":"GEOID_NOT_AVAILABLE","features":[395]},{"name":"GEO_CURRENCYCODE","features":[395]},{"name":"GEO_CURRENCYSYMBOL","features":[395]},{"name":"GEO_DIALINGCODE","features":[395]},{"name":"GEO_ENUMNAMEPROC","features":[307,395]},{"name":"GEO_ENUMPROC","features":[307,395]},{"name":"GEO_FRIENDLYNAME","features":[395]},{"name":"GEO_ID","features":[395]},{"name":"GEO_ISO2","features":[395]},{"name":"GEO_ISO3","features":[395]},{"name":"GEO_ISO_UN_NUMBER","features":[395]},{"name":"GEO_LATITUDE","features":[395]},{"name":"GEO_LCID","features":[395]},{"name":"GEO_LONGITUDE","features":[395]},{"name":"GEO_NAME","features":[395]},{"name":"GEO_NATION","features":[395]},{"name":"GEO_OFFICIALLANGUAGES","features":[395]},{"name":"GEO_OFFICIALNAME","features":[395]},{"name":"GEO_PARENT","features":[395]},{"name":"GEO_RFC1766","features":[395]},{"name":"GEO_TIMEZONES","features":[395]},{"name":"GOFFSET","features":[395]},{"name":"GSS_ALLOW_INHERITED_COMMON","features":[395]},{"name":"GetACP","features":[395]},{"name":"GetCPInfo","features":[307,395]},{"name":"GetCPInfoExA","features":[307,395]},{"name":"GetCPInfoExW","features":[307,395]},{"name":"GetCalendarDateFormatEx","features":[307,395]},{"name":"GetCalendarInfoA","features":[395]},{"name":"GetCalendarInfoEx","features":[395]},{"name":"GetCalendarInfoW","features":[395]},{"name":"GetCalendarSupportedDateRange","features":[307,395]},{"name":"GetCurrencyFormatA","features":[395]},{"name":"GetCurrencyFormatEx","features":[395]},{"name":"GetCurrencyFormatW","features":[395]},{"name":"GetDateFormatA","features":[307,395]},{"name":"GetDateFormatEx","features":[307,395]},{"name":"GetDateFormatW","features":[307,395]},{"name":"GetDistanceOfClosestLanguageInList","features":[395]},{"name":"GetDurationFormat","features":[307,395]},{"name":"GetDurationFormatEx","features":[307,395]},{"name":"GetFileMUIInfo","features":[307,395]},{"name":"GetFileMUIPath","features":[307,395]},{"name":"GetGeoInfoA","features":[395]},{"name":"GetGeoInfoEx","features":[395]},{"name":"GetGeoInfoW","features":[395]},{"name":"GetLocaleInfoA","features":[395]},{"name":"GetLocaleInfoEx","features":[395]},{"name":"GetLocaleInfoW","features":[395]},{"name":"GetNLSVersion","features":[307,395]},{"name":"GetNLSVersionEx","features":[307,395]},{"name":"GetNumberFormatA","features":[395]},{"name":"GetNumberFormatEx","features":[395]},{"name":"GetNumberFormatW","features":[395]},{"name":"GetOEMCP","features":[395]},{"name":"GetProcessPreferredUILanguages","features":[307,395]},{"name":"GetStringScripts","features":[395]},{"name":"GetStringTypeA","features":[307,395]},{"name":"GetStringTypeExA","features":[307,395]},{"name":"GetStringTypeExW","features":[307,395]},{"name":"GetStringTypeW","features":[307,395]},{"name":"GetSystemDefaultLCID","features":[395]},{"name":"GetSystemDefaultLangID","features":[395]},{"name":"GetSystemDefaultLocaleName","features":[395]},{"name":"GetSystemDefaultUILanguage","features":[395]},{"name":"GetSystemPreferredUILanguages","features":[307,395]},{"name":"GetTextCharset","features":[395,318]},{"name":"GetTextCharsetInfo","features":[395,318]},{"name":"GetThreadLocale","features":[395]},{"name":"GetThreadPreferredUILanguages","features":[307,395]},{"name":"GetThreadUILanguage","features":[395]},{"name":"GetTimeFormatA","features":[307,395]},{"name":"GetTimeFormatEx","features":[307,395]},{"name":"GetTimeFormatW","features":[307,395]},{"name":"GetUILanguageInfo","features":[307,395]},{"name":"GetUserDefaultGeoName","features":[395]},{"name":"GetUserDefaultLCID","features":[395]},{"name":"GetUserDefaultLangID","features":[395]},{"name":"GetUserDefaultLocaleName","features":[395]},{"name":"GetUserDefaultUILanguage","features":[395]},{"name":"GetUserGeoID","features":[395]},{"name":"GetUserPreferredUILanguages","features":[307,395]},{"name":"HIGHLEVEL_SERVICE_TYPES","features":[395]},{"name":"HIGH_SURROGATE_END","features":[395]},{"name":"HIGH_SURROGATE_START","features":[395]},{"name":"HSAVEDUILANGUAGES","features":[395]},{"name":"HourUnit","features":[395]},{"name":"IComprehensiveSpellCheckProvider","features":[395]},{"name":"IDN_ALLOW_UNASSIGNED","features":[395]},{"name":"IDN_EMAIL_ADDRESS","features":[395]},{"name":"IDN_RAW_PUNYCODE","features":[395]},{"name":"IDN_USE_STD3_ASCII_RULES","features":[395]},{"name":"IEnumCodePage","features":[395]},{"name":"IEnumRfc1766","features":[395]},{"name":"IEnumScript","features":[395]},{"name":"IEnumSpellingError","features":[395]},{"name":"IMLangCodePages","features":[395]},{"name":"IMLangConvertCharset","features":[395]},{"name":"IMLangFontLink","features":[395]},{"name":"IMLangFontLink2","features":[395]},{"name":"IMLangLineBreakConsole","features":[395]},{"name":"IMLangString","features":[395]},{"name":"IMLangStringAStr","features":[395]},{"name":"IMLangStringBufA","features":[395]},{"name":"IMLangStringBufW","features":[395]},{"name":"IMLangStringWStr","features":[395]},{"name":"IMultiLanguage","features":[395]},{"name":"IMultiLanguage2","features":[395]},{"name":"IMultiLanguage3","features":[395]},{"name":"IOptionDescription","features":[395]},{"name":"IS_TEXT_UNICODE_ASCII16","features":[395]},{"name":"IS_TEXT_UNICODE_CONTROLS","features":[395]},{"name":"IS_TEXT_UNICODE_ILLEGAL_CHARS","features":[395]},{"name":"IS_TEXT_UNICODE_NOT_ASCII_MASK","features":[395]},{"name":"IS_TEXT_UNICODE_NOT_UNICODE_MASK","features":[395]},{"name":"IS_TEXT_UNICODE_NULL_BYTES","features":[395]},{"name":"IS_TEXT_UNICODE_ODD_LENGTH","features":[395]},{"name":"IS_TEXT_UNICODE_RESULT","features":[395]},{"name":"IS_TEXT_UNICODE_REVERSE_ASCII16","features":[395]},{"name":"IS_TEXT_UNICODE_REVERSE_CONTROLS","features":[395]},{"name":"IS_TEXT_UNICODE_REVERSE_MASK","features":[395]},{"name":"IS_TEXT_UNICODE_REVERSE_SIGNATURE","features":[395]},{"name":"IS_TEXT_UNICODE_REVERSE_STATISTICS","features":[395]},{"name":"IS_TEXT_UNICODE_SIGNATURE","features":[395]},{"name":"IS_TEXT_UNICODE_STATISTICS","features":[395]},{"name":"IS_TEXT_UNICODE_UNICODE_MASK","features":[395]},{"name":"IS_VALID_LOCALE_FLAGS","features":[395]},{"name":"ISpellCheckProvider","features":[395]},{"name":"ISpellCheckProviderFactory","features":[395]},{"name":"ISpellChecker","features":[395]},{"name":"ISpellChecker2","features":[395]},{"name":"ISpellCheckerChangedEventHandler","features":[395]},{"name":"ISpellCheckerFactory","features":[395]},{"name":"ISpellingError","features":[395]},{"name":"IUserDictionariesRegistrar","features":[395]},{"name":"IdnToAscii","features":[395]},{"name":"IdnToNameprepUnicode","features":[395]},{"name":"IdnToUnicode","features":[395]},{"name":"IsCalendarLeapYear","features":[307,395]},{"name":"IsDBCSLeadByte","features":[307,395]},{"name":"IsDBCSLeadByteEx","features":[307,395]},{"name":"IsNLSDefinedString","features":[307,395]},{"name":"IsNormalizedString","features":[307,395]},{"name":"IsTextUnicode","features":[307,395]},{"name":"IsValidCodePage","features":[307,395]},{"name":"IsValidLanguageGroup","features":[307,395]},{"name":"IsValidLocale","features":[307,395]},{"name":"IsValidLocaleName","features":[307,395]},{"name":"IsValidNLSVersion","features":[395]},{"name":"IsWellFormedTag","features":[395]},{"name":"LANGGROUPLOCALE_ENUMPROCA","features":[307,395]},{"name":"LANGGROUPLOCALE_ENUMPROCW","features":[307,395]},{"name":"LANGUAGEGROUP_ENUMPROCA","features":[307,395]},{"name":"LANGUAGEGROUP_ENUMPROCW","features":[307,395]},{"name":"LANG_SYSTEM_DEFAULT","features":[395]},{"name":"LANG_USER_DEFAULT","features":[395]},{"name":"LCIDToLocaleName","features":[395]},{"name":"LCID_ALTERNATE_SORTS","features":[395]},{"name":"LCID_INSTALLED","features":[395]},{"name":"LCID_SUPPORTED","features":[395]},{"name":"LCMAP_BYTEREV","features":[395]},{"name":"LCMAP_FULLWIDTH","features":[395]},{"name":"LCMAP_HALFWIDTH","features":[395]},{"name":"LCMAP_HASH","features":[395]},{"name":"LCMAP_HIRAGANA","features":[395]},{"name":"LCMAP_KATAKANA","features":[395]},{"name":"LCMAP_LINGUISTIC_CASING","features":[395]},{"name":"LCMAP_LOWERCASE","features":[395]},{"name":"LCMAP_SIMPLIFIED_CHINESE","features":[395]},{"name":"LCMAP_SORTHANDLE","features":[395]},{"name":"LCMAP_SORTKEY","features":[395]},{"name":"LCMAP_TITLECASE","features":[395]},{"name":"LCMAP_TRADITIONAL_CHINESE","features":[395]},{"name":"LCMAP_UPPERCASE","features":[395]},{"name":"LCMapStringA","features":[395]},{"name":"LCMapStringEx","features":[307,395]},{"name":"LCMapStringW","features":[395]},{"name":"LGRPID_ARABIC","features":[395]},{"name":"LGRPID_ARMENIAN","features":[395]},{"name":"LGRPID_BALTIC","features":[395]},{"name":"LGRPID_CENTRAL_EUROPE","features":[395]},{"name":"LGRPID_CYRILLIC","features":[395]},{"name":"LGRPID_GEORGIAN","features":[395]},{"name":"LGRPID_GREEK","features":[395]},{"name":"LGRPID_HEBREW","features":[395]},{"name":"LGRPID_INDIC","features":[395]},{"name":"LGRPID_INSTALLED","features":[395]},{"name":"LGRPID_JAPANESE","features":[395]},{"name":"LGRPID_KOREAN","features":[395]},{"name":"LGRPID_SIMPLIFIED_CHINESE","features":[395]},{"name":"LGRPID_SUPPORTED","features":[395]},{"name":"LGRPID_THAI","features":[395]},{"name":"LGRPID_TRADITIONAL_CHINESE","features":[395]},{"name":"LGRPID_TURKIC","features":[395]},{"name":"LGRPID_TURKISH","features":[395]},{"name":"LGRPID_VIETNAMESE","features":[395]},{"name":"LGRPID_WESTERN_EUROPE","features":[395]},{"name":"LINGUISTIC_IGNORECASE","features":[395]},{"name":"LINGUISTIC_IGNOREDIACRITIC","features":[395]},{"name":"LOCALESIGNATURE","features":[395]},{"name":"LOCALE_ALL","features":[395]},{"name":"LOCALE_ALLOW_NEUTRAL_NAMES","features":[395]},{"name":"LOCALE_ALTERNATE_SORTS","features":[395]},{"name":"LOCALE_ENUMPROCA","features":[307,395]},{"name":"LOCALE_ENUMPROCEX","features":[307,395]},{"name":"LOCALE_ENUMPROCW","features":[307,395]},{"name":"LOCALE_FONTSIGNATURE","features":[395]},{"name":"LOCALE_ICALENDARTYPE","features":[395]},{"name":"LOCALE_ICENTURY","features":[395]},{"name":"LOCALE_ICONSTRUCTEDLOCALE","features":[395]},{"name":"LOCALE_ICOUNTRY","features":[395]},{"name":"LOCALE_ICURRDIGITS","features":[395]},{"name":"LOCALE_ICURRENCY","features":[395]},{"name":"LOCALE_IDATE","features":[395]},{"name":"LOCALE_IDAYLZERO","features":[395]},{"name":"LOCALE_IDEFAULTANSICODEPAGE","features":[395]},{"name":"LOCALE_IDEFAULTCODEPAGE","features":[395]},{"name":"LOCALE_IDEFAULTCOUNTRY","features":[395]},{"name":"LOCALE_IDEFAULTEBCDICCODEPAGE","features":[395]},{"name":"LOCALE_IDEFAULTLANGUAGE","features":[395]},{"name":"LOCALE_IDEFAULTMACCODEPAGE","features":[395]},{"name":"LOCALE_IDIALINGCODE","features":[395]},{"name":"LOCALE_IDIGITS","features":[395]},{"name":"LOCALE_IDIGITSUBSTITUTION","features":[395]},{"name":"LOCALE_IFIRSTDAYOFWEEK","features":[395]},{"name":"LOCALE_IFIRSTWEEKOFYEAR","features":[395]},{"name":"LOCALE_IGEOID","features":[395]},{"name":"LOCALE_IINTLCURRDIGITS","features":[395]},{"name":"LOCALE_ILANGUAGE","features":[395]},{"name":"LOCALE_ILDATE","features":[395]},{"name":"LOCALE_ILZERO","features":[395]},{"name":"LOCALE_IMEASURE","features":[395]},{"name":"LOCALE_IMONLZERO","features":[395]},{"name":"LOCALE_INEGATIVEPERCENT","features":[395]},{"name":"LOCALE_INEGCURR","features":[395]},{"name":"LOCALE_INEGNUMBER","features":[395]},{"name":"LOCALE_INEGSEPBYSPACE","features":[395]},{"name":"LOCALE_INEGSIGNPOSN","features":[395]},{"name":"LOCALE_INEGSYMPRECEDES","features":[395]},{"name":"LOCALE_INEUTRAL","features":[395]},{"name":"LOCALE_IOPTIONALCALENDAR","features":[395]},{"name":"LOCALE_IPAPERSIZE","features":[395]},{"name":"LOCALE_IPOSITIVEPERCENT","features":[395]},{"name":"LOCALE_IPOSSEPBYSPACE","features":[395]},{"name":"LOCALE_IPOSSIGNPOSN","features":[395]},{"name":"LOCALE_IPOSSYMPRECEDES","features":[395]},{"name":"LOCALE_IREADINGLAYOUT","features":[395]},{"name":"LOCALE_ITIME","features":[395]},{"name":"LOCALE_ITIMEMARKPOSN","features":[395]},{"name":"LOCALE_ITLZERO","features":[395]},{"name":"LOCALE_IUSEUTF8LEGACYACP","features":[395]},{"name":"LOCALE_IUSEUTF8LEGACYOEMCP","features":[395]},{"name":"LOCALE_NAME_INVARIANT","features":[395]},{"name":"LOCALE_NAME_SYSTEM_DEFAULT","features":[395]},{"name":"LOCALE_NEUTRALDATA","features":[395]},{"name":"LOCALE_NOUSEROVERRIDE","features":[395]},{"name":"LOCALE_REPLACEMENT","features":[395]},{"name":"LOCALE_RETURN_GENITIVE_NAMES","features":[395]},{"name":"LOCALE_RETURN_NUMBER","features":[395]},{"name":"LOCALE_S1159","features":[395]},{"name":"LOCALE_S2359","features":[395]},{"name":"LOCALE_SABBREVCTRYNAME","features":[395]},{"name":"LOCALE_SABBREVDAYNAME1","features":[395]},{"name":"LOCALE_SABBREVDAYNAME2","features":[395]},{"name":"LOCALE_SABBREVDAYNAME3","features":[395]},{"name":"LOCALE_SABBREVDAYNAME4","features":[395]},{"name":"LOCALE_SABBREVDAYNAME5","features":[395]},{"name":"LOCALE_SABBREVDAYNAME6","features":[395]},{"name":"LOCALE_SABBREVDAYNAME7","features":[395]},{"name":"LOCALE_SABBREVLANGNAME","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME1","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME10","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME11","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME12","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME13","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME2","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME3","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME4","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME5","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME6","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME7","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME8","features":[395]},{"name":"LOCALE_SABBREVMONTHNAME9","features":[395]},{"name":"LOCALE_SAM","features":[395]},{"name":"LOCALE_SCONSOLEFALLBACKNAME","features":[395]},{"name":"LOCALE_SCOUNTRY","features":[395]},{"name":"LOCALE_SCURRENCY","features":[395]},{"name":"LOCALE_SDATE","features":[395]},{"name":"LOCALE_SDAYNAME1","features":[395]},{"name":"LOCALE_SDAYNAME2","features":[395]},{"name":"LOCALE_SDAYNAME3","features":[395]},{"name":"LOCALE_SDAYNAME4","features":[395]},{"name":"LOCALE_SDAYNAME5","features":[395]},{"name":"LOCALE_SDAYNAME6","features":[395]},{"name":"LOCALE_SDAYNAME7","features":[395]},{"name":"LOCALE_SDECIMAL","features":[395]},{"name":"LOCALE_SDURATION","features":[395]},{"name":"LOCALE_SENGCOUNTRY","features":[395]},{"name":"LOCALE_SENGCURRNAME","features":[395]},{"name":"LOCALE_SENGLANGUAGE","features":[395]},{"name":"LOCALE_SENGLISHCOUNTRYNAME","features":[395]},{"name":"LOCALE_SENGLISHDISPLAYNAME","features":[395]},{"name":"LOCALE_SENGLISHLANGUAGENAME","features":[395]},{"name":"LOCALE_SGROUPING","features":[395]},{"name":"LOCALE_SINTLSYMBOL","features":[395]},{"name":"LOCALE_SISO3166CTRYNAME","features":[395]},{"name":"LOCALE_SISO3166CTRYNAME2","features":[395]},{"name":"LOCALE_SISO639LANGNAME","features":[395]},{"name":"LOCALE_SISO639LANGNAME2","features":[395]},{"name":"LOCALE_SKEYBOARDSTOINSTALL","features":[395]},{"name":"LOCALE_SLANGDISPLAYNAME","features":[395]},{"name":"LOCALE_SLANGUAGE","features":[395]},{"name":"LOCALE_SLIST","features":[395]},{"name":"LOCALE_SLOCALIZEDCOUNTRYNAME","features":[395]},{"name":"LOCALE_SLOCALIZEDDISPLAYNAME","features":[395]},{"name":"LOCALE_SLOCALIZEDLANGUAGENAME","features":[395]},{"name":"LOCALE_SLONGDATE","features":[395]},{"name":"LOCALE_SMONDECIMALSEP","features":[395]},{"name":"LOCALE_SMONGROUPING","features":[395]},{"name":"LOCALE_SMONTHDAY","features":[395]},{"name":"LOCALE_SMONTHNAME1","features":[395]},{"name":"LOCALE_SMONTHNAME10","features":[395]},{"name":"LOCALE_SMONTHNAME11","features":[395]},{"name":"LOCALE_SMONTHNAME12","features":[395]},{"name":"LOCALE_SMONTHNAME13","features":[395]},{"name":"LOCALE_SMONTHNAME2","features":[395]},{"name":"LOCALE_SMONTHNAME3","features":[395]},{"name":"LOCALE_SMONTHNAME4","features":[395]},{"name":"LOCALE_SMONTHNAME5","features":[395]},{"name":"LOCALE_SMONTHNAME6","features":[395]},{"name":"LOCALE_SMONTHNAME7","features":[395]},{"name":"LOCALE_SMONTHNAME8","features":[395]},{"name":"LOCALE_SMONTHNAME9","features":[395]},{"name":"LOCALE_SMONTHOUSANDSEP","features":[395]},{"name":"LOCALE_SNAME","features":[395]},{"name":"LOCALE_SNAN","features":[395]},{"name":"LOCALE_SNATIVECOUNTRYNAME","features":[395]},{"name":"LOCALE_SNATIVECTRYNAME","features":[395]},{"name":"LOCALE_SNATIVECURRNAME","features":[395]},{"name":"LOCALE_SNATIVEDIGITS","features":[395]},{"name":"LOCALE_SNATIVEDISPLAYNAME","features":[395]},{"name":"LOCALE_SNATIVELANGNAME","features":[395]},{"name":"LOCALE_SNATIVELANGUAGENAME","features":[395]},{"name":"LOCALE_SNEGATIVESIGN","features":[395]},{"name":"LOCALE_SNEGINFINITY","features":[395]},{"name":"LOCALE_SOPENTYPELANGUAGETAG","features":[395]},{"name":"LOCALE_SPARENT","features":[395]},{"name":"LOCALE_SPECIFICDATA","features":[395]},{"name":"LOCALE_SPERCENT","features":[395]},{"name":"LOCALE_SPERMILLE","features":[395]},{"name":"LOCALE_SPM","features":[395]},{"name":"LOCALE_SPOSINFINITY","features":[395]},{"name":"LOCALE_SPOSITIVESIGN","features":[395]},{"name":"LOCALE_SRELATIVELONGDATE","features":[395]},{"name":"LOCALE_SSCRIPTS","features":[395]},{"name":"LOCALE_SSHORTDATE","features":[395]},{"name":"LOCALE_SSHORTESTAM","features":[395]},{"name":"LOCALE_SSHORTESTDAYNAME1","features":[395]},{"name":"LOCALE_SSHORTESTDAYNAME2","features":[395]},{"name":"LOCALE_SSHORTESTDAYNAME3","features":[395]},{"name":"LOCALE_SSHORTESTDAYNAME4","features":[395]},{"name":"LOCALE_SSHORTESTDAYNAME5","features":[395]},{"name":"LOCALE_SSHORTESTDAYNAME6","features":[395]},{"name":"LOCALE_SSHORTESTDAYNAME7","features":[395]},{"name":"LOCALE_SSHORTESTPM","features":[395]},{"name":"LOCALE_SSHORTTIME","features":[395]},{"name":"LOCALE_SSORTLOCALE","features":[395]},{"name":"LOCALE_SSORTNAME","features":[395]},{"name":"LOCALE_STHOUSAND","features":[395]},{"name":"LOCALE_STIME","features":[395]},{"name":"LOCALE_STIMEFORMAT","features":[395]},{"name":"LOCALE_SUPPLEMENTAL","features":[395]},{"name":"LOCALE_SYEARMONTH","features":[395]},{"name":"LOCALE_SYSTEM_DEFAULT","features":[395]},{"name":"LOCALE_USER_DEFAULT","features":[395]},{"name":"LOCALE_USE_CP_ACP","features":[395]},{"name":"LOCALE_WINDOWS","features":[395]},{"name":"LOWLEVEL_SERVICE_TYPES","features":[395]},{"name":"LOW_SURROGATE_END","features":[395]},{"name":"LOW_SURROGATE_START","features":[395]},{"name":"LocaleNameToLCID","features":[395]},{"name":"MAPPING_DATA_RANGE","features":[395]},{"name":"MAPPING_ENUM_OPTIONS","features":[395]},{"name":"MAPPING_OPTIONS","features":[395]},{"name":"MAPPING_PROPERTY_BAG","features":[395]},{"name":"MAPPING_SERVICE_INFO","features":[395]},{"name":"MAP_COMPOSITE","features":[395]},{"name":"MAP_EXPAND_LIGATURES","features":[395]},{"name":"MAP_FOLDCZONE","features":[395]},{"name":"MAP_FOLDDIGITS","features":[395]},{"name":"MAP_PRECOMPOSED","features":[395]},{"name":"MAX_DEFAULTCHAR","features":[395]},{"name":"MAX_LEADBYTES","features":[395]},{"name":"MAX_LOCALE_NAME","features":[395]},{"name":"MAX_MIMECP_NAME","features":[395]},{"name":"MAX_MIMECSET_NAME","features":[395]},{"name":"MAX_MIMEFACE_NAME","features":[395]},{"name":"MAX_RFC1766_NAME","features":[395]},{"name":"MAX_SCRIPT_NAME","features":[395]},{"name":"MB_COMPOSITE","features":[395]},{"name":"MB_ERR_INVALID_CHARS","features":[395]},{"name":"MB_PRECOMPOSED","features":[395]},{"name":"MB_USEGLYPHCHARS","features":[395]},{"name":"MIMECONTF","features":[395]},{"name":"MIMECONTF_BROWSER","features":[395]},{"name":"MIMECONTF_EXPORT","features":[395]},{"name":"MIMECONTF_IMPORT","features":[395]},{"name":"MIMECONTF_MAILNEWS","features":[395]},{"name":"MIMECONTF_MIME_IE4","features":[395]},{"name":"MIMECONTF_MIME_LATEST","features":[395]},{"name":"MIMECONTF_MIME_REGISTRY","features":[395]},{"name":"MIMECONTF_MINIMAL","features":[395]},{"name":"MIMECONTF_PRIVCONVERTER","features":[395]},{"name":"MIMECONTF_SAVABLE_BROWSER","features":[395]},{"name":"MIMECONTF_SAVABLE_MAILNEWS","features":[395]},{"name":"MIMECONTF_VALID","features":[395]},{"name":"MIMECONTF_VALID_NLS","features":[395]},{"name":"MIMECPINFO","features":[395]},{"name":"MIMECSETINFO","features":[395]},{"name":"MIN_SPELLING_NTDDI","features":[395]},{"name":"MLCONVCHAR","features":[395]},{"name":"MLCONVCHARF_AUTODETECT","features":[395]},{"name":"MLCONVCHARF_DETECTJPN","features":[395]},{"name":"MLCONVCHARF_ENTITIZE","features":[395]},{"name":"MLCONVCHARF_NAME_ENTITIZE","features":[395]},{"name":"MLCONVCHARF_NCR_ENTITIZE","features":[395]},{"name":"MLCONVCHARF_NOBESTFITCHARS","features":[395]},{"name":"MLCONVCHARF_USEDEFCHAR","features":[395]},{"name":"MLCP","features":[395]},{"name":"MLDETECTCP","features":[395]},{"name":"MLDETECTCP_7BIT","features":[395]},{"name":"MLDETECTCP_8BIT","features":[395]},{"name":"MLDETECTCP_DBCS","features":[395]},{"name":"MLDETECTCP_HTML","features":[395]},{"name":"MLDETECTCP_NONE","features":[395]},{"name":"MLDETECTCP_NUMBER","features":[395]},{"name":"MLDETECTF_BROWSER","features":[395]},{"name":"MLDETECTF_EURO_UTF8","features":[395]},{"name":"MLDETECTF_FILTER_SPECIALCHAR","features":[395]},{"name":"MLDETECTF_MAILNEWS","features":[395]},{"name":"MLDETECTF_PREFERRED_ONLY","features":[395]},{"name":"MLDETECTF_PRESERVE_ORDER","features":[395]},{"name":"MLDETECTF_VALID","features":[395]},{"name":"MLDETECTF_VALID_NLS","features":[395]},{"name":"MLSTR_FLAGS","features":[395]},{"name":"MLSTR_READ","features":[395]},{"name":"MLSTR_WRITE","features":[395]},{"name":"MUI_COMPLEX_SCRIPT_FILTER","features":[395]},{"name":"MUI_CONSOLE_FILTER","features":[395]},{"name":"MUI_FILEINFO_VERSION","features":[395]},{"name":"MUI_FILETYPE_LANGUAGE_NEUTRAL_MAIN","features":[395]},{"name":"MUI_FILETYPE_LANGUAGE_NEUTRAL_MUI","features":[395]},{"name":"MUI_FILETYPE_NOT_LANGUAGE_NEUTRAL","features":[395]},{"name":"MUI_FORMAT_INF_COMPAT","features":[395]},{"name":"MUI_FORMAT_REG_COMPAT","features":[395]},{"name":"MUI_FULL_LANGUAGE","features":[395]},{"name":"MUI_IMMUTABLE_LOOKUP","features":[395]},{"name":"MUI_LANGUAGE_EXACT","features":[395]},{"name":"MUI_LANGUAGE_ID","features":[395]},{"name":"MUI_LANGUAGE_INSTALLED","features":[395]},{"name":"MUI_LANGUAGE_LICENSED","features":[395]},{"name":"MUI_LANGUAGE_NAME","features":[395]},{"name":"MUI_LANG_NEUTRAL_PE_FILE","features":[395]},{"name":"MUI_LIP_LANGUAGE","features":[395]},{"name":"MUI_MACHINE_LANGUAGE_SETTINGS","features":[395]},{"name":"MUI_MERGE_SYSTEM_FALLBACK","features":[395]},{"name":"MUI_MERGE_USER_FALLBACK","features":[395]},{"name":"MUI_NON_LANG_NEUTRAL_FILE","features":[395]},{"name":"MUI_PARTIAL_LANGUAGE","features":[395]},{"name":"MUI_QUERY_CHECKSUM","features":[395]},{"name":"MUI_QUERY_LANGUAGE_NAME","features":[395]},{"name":"MUI_QUERY_RESOURCE_TYPES","features":[395]},{"name":"MUI_QUERY_TYPE","features":[395]},{"name":"MUI_RESET_FILTERS","features":[395]},{"name":"MUI_SKIP_STRING_CACHE","features":[395]},{"name":"MUI_THREAD_LANGUAGES","features":[395]},{"name":"MUI_USER_PREFERRED_UI_LANGUAGES","features":[395]},{"name":"MUI_USE_INSTALLED_LANGUAGES","features":[395]},{"name":"MUI_USE_SEARCH_ALL_LANGUAGES","features":[395]},{"name":"MUI_VERIFY_FILE_EXISTS","features":[395]},{"name":"MULTI_BYTE_TO_WIDE_CHAR_FLAGS","features":[395]},{"name":"MappingDoAction","features":[395]},{"name":"MappingFreePropertyBag","features":[395]},{"name":"MappingFreeServices","features":[395]},{"name":"MappingGetServices","features":[395]},{"name":"MappingRecognizeText","features":[395]},{"name":"MinuteUnit","features":[395]},{"name":"MonthUnit","features":[395]},{"name":"MultiByteToWideChar","features":[395]},{"name":"NEWTEXTMETRICEXA","features":[395,318]},{"name":"NEWTEXTMETRICEXW","features":[395,318]},{"name":"NLSVERSIONINFO","features":[395]},{"name":"NLSVERSIONINFOEX","features":[395]},{"name":"NLS_CP_CPINFO","features":[395]},{"name":"NLS_CP_MBTOWC","features":[395]},{"name":"NLS_CP_WCTOMB","features":[395]},{"name":"NORM_FORM","features":[395]},{"name":"NORM_IGNORECASE","features":[395]},{"name":"NORM_IGNOREKANATYPE","features":[395]},{"name":"NORM_IGNORENONSPACE","features":[395]},{"name":"NORM_IGNORESYMBOLS","features":[395]},{"name":"NORM_IGNOREWIDTH","features":[395]},{"name":"NORM_LINGUISTIC_CASING","features":[395]},{"name":"NUMBERFMTA","features":[395]},{"name":"NUMBERFMTW","features":[395]},{"name":"NUMSYS_NAME_CAPACITY","features":[395]},{"name":"NormalizationC","features":[395]},{"name":"NormalizationD","features":[395]},{"name":"NormalizationKC","features":[395]},{"name":"NormalizationKD","features":[395]},{"name":"NormalizationOther","features":[395]},{"name":"NormalizeString","features":[395]},{"name":"NotifyUILanguageChange","features":[307,395]},{"name":"OFFLINE_SERVICES","features":[395]},{"name":"ONLINE_SERVICES","features":[395]},{"name":"OPENTYPE_FEATURE_RECORD","features":[395]},{"name":"PFN_MAPPINGCALLBACKPROC","features":[395]},{"name":"RFC1766INFO","features":[395]},{"name":"ResolveLocaleName","features":[395]},{"name":"RestoreThreadPreferredUILanguages","features":[395]},{"name":"SCRIPTCONTF","features":[395]},{"name":"SCRIPTCONTF_FIXED_FONT","features":[395]},{"name":"SCRIPTCONTF_PROPORTIONAL_FONT","features":[395]},{"name":"SCRIPTCONTF_SCRIPT_HIDE","features":[395]},{"name":"SCRIPTCONTF_SCRIPT_SYSTEM","features":[395]},{"name":"SCRIPTCONTF_SCRIPT_USER","features":[395]},{"name":"SCRIPTFONTCONTF","features":[395]},{"name":"SCRIPTFONTINFO","features":[395]},{"name":"SCRIPTINFO","features":[395]},{"name":"SCRIPT_ANALYSIS","features":[395]},{"name":"SCRIPT_CHARPROP","features":[395]},{"name":"SCRIPT_CONTROL","features":[395]},{"name":"SCRIPT_DIGITSUBSTITUTE","features":[395]},{"name":"SCRIPT_DIGITSUBSTITUTE_CONTEXT","features":[395]},{"name":"SCRIPT_DIGITSUBSTITUTE_NATIONAL","features":[395]},{"name":"SCRIPT_DIGITSUBSTITUTE_NONE","features":[395]},{"name":"SCRIPT_DIGITSUBSTITUTE_TRADITIONAL","features":[395]},{"name":"SCRIPT_FONTPROPERTIES","features":[395]},{"name":"SCRIPT_GLYPHPROP","features":[395]},{"name":"SCRIPT_IS_COMPLEX_FLAGS","features":[395]},{"name":"SCRIPT_ITEM","features":[395]},{"name":"SCRIPT_JUSTIFY","features":[395]},{"name":"SCRIPT_JUSTIFY_ARABIC_ALEF","features":[395]},{"name":"SCRIPT_JUSTIFY_ARABIC_BA","features":[395]},{"name":"SCRIPT_JUSTIFY_ARABIC_BARA","features":[395]},{"name":"SCRIPT_JUSTIFY_ARABIC_BLANK","features":[395]},{"name":"SCRIPT_JUSTIFY_ARABIC_HA","features":[395]},{"name":"SCRIPT_JUSTIFY_ARABIC_KASHIDA","features":[395]},{"name":"SCRIPT_JUSTIFY_ARABIC_NORMAL","features":[395]},{"name":"SCRIPT_JUSTIFY_ARABIC_RA","features":[395]},{"name":"SCRIPT_JUSTIFY_ARABIC_SEEN","features":[395]},{"name":"SCRIPT_JUSTIFY_ARABIC_SEEN_M","features":[395]},{"name":"SCRIPT_JUSTIFY_BLANK","features":[395]},{"name":"SCRIPT_JUSTIFY_CHARACTER","features":[395]},{"name":"SCRIPT_JUSTIFY_NONE","features":[395]},{"name":"SCRIPT_JUSTIFY_RESERVED1","features":[395]},{"name":"SCRIPT_JUSTIFY_RESERVED2","features":[395]},{"name":"SCRIPT_JUSTIFY_RESERVED3","features":[395]},{"name":"SCRIPT_LOGATTR","features":[395]},{"name":"SCRIPT_PROPERTIES","features":[395]},{"name":"SCRIPT_STATE","features":[395]},{"name":"SCRIPT_TABDEF","features":[395]},{"name":"SCRIPT_TAG_UNKNOWN","features":[395]},{"name":"SCRIPT_UNDEFINED","features":[395]},{"name":"SCRIPT_VISATTR","features":[395]},{"name":"SGCM_RTL","features":[395]},{"name":"SIC_ASCIIDIGIT","features":[395]},{"name":"SIC_COMPLEX","features":[395]},{"name":"SIC_NEUTRAL","features":[395]},{"name":"SORTING_PARADIGM_ICU","features":[395]},{"name":"SORTING_PARADIGM_NLS","features":[395]},{"name":"SORT_DIGITSASNUMBERS","features":[395]},{"name":"SORT_STRINGSORT","features":[395]},{"name":"SSA_BREAK","features":[395]},{"name":"SSA_CLIP","features":[395]},{"name":"SSA_DONTGLYPH","features":[395]},{"name":"SSA_DZWG","features":[395]},{"name":"SSA_FALLBACK","features":[395]},{"name":"SSA_FIT","features":[395]},{"name":"SSA_FULLMEASURE","features":[395]},{"name":"SSA_GCP","features":[395]},{"name":"SSA_GLYPHS","features":[395]},{"name":"SSA_HIDEHOTKEY","features":[395]},{"name":"SSA_HOTKEY","features":[395]},{"name":"SSA_HOTKEYONLY","features":[395]},{"name":"SSA_LAYOUTRTL","features":[395]},{"name":"SSA_LINK","features":[395]},{"name":"SSA_LPKANSIFALLBACK","features":[395]},{"name":"SSA_METAFILE","features":[395]},{"name":"SSA_NOKASHIDA","features":[395]},{"name":"SSA_PASSWORD","features":[395]},{"name":"SSA_PIDX","features":[395]},{"name":"SSA_RTL","features":[395]},{"name":"SSA_TAB","features":[395]},{"name":"SYSGEOCLASS","features":[395]},{"name":"SYSGEOTYPE","features":[395]},{"name":"SYSNLS_FUNCTION","features":[395]},{"name":"ScriptApplyDigitSubstitution","features":[395]},{"name":"ScriptApplyLogicalWidth","features":[395,318]},{"name":"ScriptBreak","features":[395]},{"name":"ScriptCPtoX","features":[307,395]},{"name":"ScriptCacheGetHeight","features":[395,318]},{"name":"ScriptFreeCache","features":[395]},{"name":"ScriptGetCMap","features":[395,318]},{"name":"ScriptGetFontAlternateGlyphs","features":[395,318]},{"name":"ScriptGetFontFeatureTags","features":[395,318]},{"name":"ScriptGetFontLanguageTags","features":[395,318]},{"name":"ScriptGetFontProperties","features":[395,318]},{"name":"ScriptGetFontScriptTags","features":[395,318]},{"name":"ScriptGetGlyphABCWidth","features":[395,318]},{"name":"ScriptGetLogicalWidths","features":[395]},{"name":"ScriptGetProperties","features":[395]},{"name":"ScriptIsComplex","features":[395]},{"name":"ScriptItemize","features":[395]},{"name":"ScriptItemizeOpenType","features":[395]},{"name":"ScriptJustify","features":[395]},{"name":"ScriptLayout","features":[395]},{"name":"ScriptPlace","features":[395,318]},{"name":"ScriptPlaceOpenType","features":[395,318]},{"name":"ScriptPositionSingleGlyph","features":[395,318]},{"name":"ScriptRecordDigitSubstitution","features":[395]},{"name":"ScriptShape","features":[395,318]},{"name":"ScriptShapeOpenType","features":[395,318]},{"name":"ScriptStringAnalyse","features":[395,318]},{"name":"ScriptStringCPtoX","features":[307,395]},{"name":"ScriptStringFree","features":[395]},{"name":"ScriptStringGetLogicalWidths","features":[395]},{"name":"ScriptStringGetOrder","features":[395]},{"name":"ScriptStringOut","features":[307,395,318]},{"name":"ScriptStringValidate","features":[395]},{"name":"ScriptStringXtoCP","features":[395]},{"name":"ScriptString_pLogAttr","features":[395]},{"name":"ScriptString_pSize","features":[307,395]},{"name":"ScriptString_pcOutChars","features":[395]},{"name":"ScriptSubstituteSingleGlyph","features":[395,318]},{"name":"ScriptTextOut","features":[307,395,318]},{"name":"ScriptXtoCP","features":[395]},{"name":"SecondUnit","features":[395]},{"name":"SetCalendarInfoA","features":[307,395]},{"name":"SetCalendarInfoW","features":[307,395]},{"name":"SetLocaleInfoA","features":[307,395]},{"name":"SetLocaleInfoW","features":[307,395]},{"name":"SetProcessPreferredUILanguages","features":[307,395]},{"name":"SetThreadLocale","features":[307,395]},{"name":"SetThreadPreferredUILanguages","features":[307,395]},{"name":"SetThreadPreferredUILanguages2","features":[307,395]},{"name":"SetThreadUILanguage","features":[395]},{"name":"SetUserGeoID","features":[307,395]},{"name":"SetUserGeoName","features":[307,395]},{"name":"SpellCheckerFactory","features":[395]},{"name":"TCI_SRCCHARSET","features":[395]},{"name":"TCI_SRCCODEPAGE","features":[395]},{"name":"TCI_SRCFONTSIG","features":[395]},{"name":"TCI_SRCLOCALE","features":[395]},{"name":"TEXTRANGE_PROPERTIES","features":[395]},{"name":"TIMEFMT_ENUMPROCA","features":[307,395]},{"name":"TIMEFMT_ENUMPROCEX","features":[307,395]},{"name":"TIMEFMT_ENUMPROCW","features":[307,395]},{"name":"TIME_FORCE24HOURFORMAT","features":[395]},{"name":"TIME_FORMAT_FLAGS","features":[395]},{"name":"TIME_NOMINUTESORSECONDS","features":[395]},{"name":"TIME_NOSECONDS","features":[395]},{"name":"TIME_NOTIMEMARKER","features":[395]},{"name":"TRANSLATE_CHARSET_INFO_FLAGS","features":[395]},{"name":"TickUnit","features":[395]},{"name":"TranslateCharsetInfo","features":[307,395]},{"name":"U16_MAX_LENGTH","features":[395]},{"name":"U8_LEAD3_T1_BITS","features":[395]},{"name":"U8_LEAD4_T1_BITS","features":[395]},{"name":"U8_MAX_LENGTH","features":[395]},{"name":"UAcceptResult","features":[395]},{"name":"UAlphabeticIndexLabelType","features":[395]},{"name":"UBIDI_DEFAULT_LTR","features":[395]},{"name":"UBIDI_DEFAULT_RTL","features":[395]},{"name":"UBIDI_DO_MIRRORING","features":[395]},{"name":"UBIDI_INSERT_LRM_FOR_NUMERIC","features":[395]},{"name":"UBIDI_KEEP_BASE_COMBINING","features":[395]},{"name":"UBIDI_LEVEL_OVERRIDE","features":[395]},{"name":"UBIDI_LOGICAL","features":[395]},{"name":"UBIDI_LTR","features":[395]},{"name":"UBIDI_MAP_NOWHERE","features":[395]},{"name":"UBIDI_MAX_EXPLICIT_LEVEL","features":[395]},{"name":"UBIDI_MIRRORING_OFF","features":[395]},{"name":"UBIDI_MIRRORING_ON","features":[395]},{"name":"UBIDI_MIXED","features":[395]},{"name":"UBIDI_NEUTRAL","features":[395]},{"name":"UBIDI_OPTION_DEFAULT","features":[395]},{"name":"UBIDI_OPTION_INSERT_MARKS","features":[395]},{"name":"UBIDI_OPTION_REMOVE_CONTROLS","features":[395]},{"name":"UBIDI_OPTION_STREAMING","features":[395]},{"name":"UBIDI_OUTPUT_REVERSE","features":[395]},{"name":"UBIDI_REMOVE_BIDI_CONTROLS","features":[395]},{"name":"UBIDI_REORDER_DEFAULT","features":[395]},{"name":"UBIDI_REORDER_GROUP_NUMBERS_WITH_R","features":[395]},{"name":"UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL","features":[395]},{"name":"UBIDI_REORDER_INVERSE_LIKE_DIRECT","features":[395]},{"name":"UBIDI_REORDER_INVERSE_NUMBERS_AS_L","features":[395]},{"name":"UBIDI_REORDER_NUMBERS_SPECIAL","features":[395]},{"name":"UBIDI_REORDER_RUNS_ONLY","features":[395]},{"name":"UBIDI_RTL","features":[395]},{"name":"UBIDI_VISUAL","features":[395]},{"name":"UBLOCK_ADLAM","features":[395]},{"name":"UBLOCK_AEGEAN_NUMBERS","features":[395]},{"name":"UBLOCK_AHOM","features":[395]},{"name":"UBLOCK_ALCHEMICAL_SYMBOLS","features":[395]},{"name":"UBLOCK_ALPHABETIC_PRESENTATION_FORMS","features":[395]},{"name":"UBLOCK_ANATOLIAN_HIEROGLYPHS","features":[395]},{"name":"UBLOCK_ANCIENT_GREEK_MUSICAL_NOTATION","features":[395]},{"name":"UBLOCK_ANCIENT_GREEK_NUMBERS","features":[395]},{"name":"UBLOCK_ANCIENT_SYMBOLS","features":[395]},{"name":"UBLOCK_ARABIC","features":[395]},{"name":"UBLOCK_ARABIC_EXTENDED_A","features":[395]},{"name":"UBLOCK_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS","features":[395]},{"name":"UBLOCK_ARABIC_PRESENTATION_FORMS_A","features":[395]},{"name":"UBLOCK_ARABIC_PRESENTATION_FORMS_B","features":[395]},{"name":"UBLOCK_ARABIC_SUPPLEMENT","features":[395]},{"name":"UBLOCK_ARMENIAN","features":[395]},{"name":"UBLOCK_ARROWS","features":[395]},{"name":"UBLOCK_AVESTAN","features":[395]},{"name":"UBLOCK_BALINESE","features":[395]},{"name":"UBLOCK_BAMUM","features":[395]},{"name":"UBLOCK_BAMUM_SUPPLEMENT","features":[395]},{"name":"UBLOCK_BASIC_LATIN","features":[395]},{"name":"UBLOCK_BASSA_VAH","features":[395]},{"name":"UBLOCK_BATAK","features":[395]},{"name":"UBLOCK_BENGALI","features":[395]},{"name":"UBLOCK_BHAIKSUKI","features":[395]},{"name":"UBLOCK_BLOCK_ELEMENTS","features":[395]},{"name":"UBLOCK_BOPOMOFO","features":[395]},{"name":"UBLOCK_BOPOMOFO_EXTENDED","features":[395]},{"name":"UBLOCK_BOX_DRAWING","features":[395]},{"name":"UBLOCK_BRAHMI","features":[395]},{"name":"UBLOCK_BRAILLE_PATTERNS","features":[395]},{"name":"UBLOCK_BUGINESE","features":[395]},{"name":"UBLOCK_BUHID","features":[395]},{"name":"UBLOCK_BYZANTINE_MUSICAL_SYMBOLS","features":[395]},{"name":"UBLOCK_CARIAN","features":[395]},{"name":"UBLOCK_CAUCASIAN_ALBANIAN","features":[395]},{"name":"UBLOCK_CHAKMA","features":[395]},{"name":"UBLOCK_CHAM","features":[395]},{"name":"UBLOCK_CHEROKEE","features":[395]},{"name":"UBLOCK_CHEROKEE_SUPPLEMENT","features":[395]},{"name":"UBLOCK_CHESS_SYMBOLS","features":[395]},{"name":"UBLOCK_CHORASMIAN","features":[395]},{"name":"UBLOCK_CJK_COMPATIBILITY","features":[395]},{"name":"UBLOCK_CJK_COMPATIBILITY_FORMS","features":[395]},{"name":"UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS","features":[395]},{"name":"UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT","features":[395]},{"name":"UBLOCK_CJK_RADICALS_SUPPLEMENT","features":[395]},{"name":"UBLOCK_CJK_STROKES","features":[395]},{"name":"UBLOCK_CJK_SYMBOLS_AND_PUNCTUATION","features":[395]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS","features":[395]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A","features":[395]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B","features":[395]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C","features":[395]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D","features":[395]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E","features":[395]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F","features":[395]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G","features":[395]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS","features":[395]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS_EXTENDED","features":[395]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT","features":[395]},{"name":"UBLOCK_COMBINING_HALF_MARKS","features":[395]},{"name":"UBLOCK_COMBINING_MARKS_FOR_SYMBOLS","features":[395]},{"name":"UBLOCK_COMMON_INDIC_NUMBER_FORMS","features":[395]},{"name":"UBLOCK_CONTROL_PICTURES","features":[395]},{"name":"UBLOCK_COPTIC","features":[395]},{"name":"UBLOCK_COPTIC_EPACT_NUMBERS","features":[395]},{"name":"UBLOCK_COUNTING_ROD_NUMERALS","features":[395]},{"name":"UBLOCK_CUNEIFORM","features":[395]},{"name":"UBLOCK_CUNEIFORM_NUMBERS_AND_PUNCTUATION","features":[395]},{"name":"UBLOCK_CURRENCY_SYMBOLS","features":[395]},{"name":"UBLOCK_CYPRIOT_SYLLABARY","features":[395]},{"name":"UBLOCK_CYRILLIC","features":[395]},{"name":"UBLOCK_CYRILLIC_EXTENDED_A","features":[395]},{"name":"UBLOCK_CYRILLIC_EXTENDED_B","features":[395]},{"name":"UBLOCK_CYRILLIC_EXTENDED_C","features":[395]},{"name":"UBLOCK_CYRILLIC_SUPPLEMENT","features":[395]},{"name":"UBLOCK_CYRILLIC_SUPPLEMENTARY","features":[395]},{"name":"UBLOCK_DESERET","features":[395]},{"name":"UBLOCK_DEVANAGARI","features":[395]},{"name":"UBLOCK_DEVANAGARI_EXTENDED","features":[395]},{"name":"UBLOCK_DINGBATS","features":[395]},{"name":"UBLOCK_DIVES_AKURU","features":[395]},{"name":"UBLOCK_DOGRA","features":[395]},{"name":"UBLOCK_DOMINO_TILES","features":[395]},{"name":"UBLOCK_DUPLOYAN","features":[395]},{"name":"UBLOCK_EARLY_DYNASTIC_CUNEIFORM","features":[395]},{"name":"UBLOCK_EGYPTIAN_HIEROGLYPHS","features":[395]},{"name":"UBLOCK_EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS","features":[395]},{"name":"UBLOCK_ELBASAN","features":[395]},{"name":"UBLOCK_ELYMAIC","features":[395]},{"name":"UBLOCK_EMOTICONS","features":[395]},{"name":"UBLOCK_ENCLOSED_ALPHANUMERICS","features":[395]},{"name":"UBLOCK_ENCLOSED_ALPHANUMERIC_SUPPLEMENT","features":[395]},{"name":"UBLOCK_ENCLOSED_CJK_LETTERS_AND_MONTHS","features":[395]},{"name":"UBLOCK_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT","features":[395]},{"name":"UBLOCK_ETHIOPIC","features":[395]},{"name":"UBLOCK_ETHIOPIC_EXTENDED","features":[395]},{"name":"UBLOCK_ETHIOPIC_EXTENDED_A","features":[395]},{"name":"UBLOCK_ETHIOPIC_SUPPLEMENT","features":[395]},{"name":"UBLOCK_GENERAL_PUNCTUATION","features":[395]},{"name":"UBLOCK_GEOMETRIC_SHAPES","features":[395]},{"name":"UBLOCK_GEOMETRIC_SHAPES_EXTENDED","features":[395]},{"name":"UBLOCK_GEORGIAN","features":[395]},{"name":"UBLOCK_GEORGIAN_EXTENDED","features":[395]},{"name":"UBLOCK_GEORGIAN_SUPPLEMENT","features":[395]},{"name":"UBLOCK_GLAGOLITIC","features":[395]},{"name":"UBLOCK_GLAGOLITIC_SUPPLEMENT","features":[395]},{"name":"UBLOCK_GOTHIC","features":[395]},{"name":"UBLOCK_GRANTHA","features":[395]},{"name":"UBLOCK_GREEK","features":[395]},{"name":"UBLOCK_GREEK_EXTENDED","features":[395]},{"name":"UBLOCK_GUJARATI","features":[395]},{"name":"UBLOCK_GUNJALA_GONDI","features":[395]},{"name":"UBLOCK_GURMUKHI","features":[395]},{"name":"UBLOCK_HALFWIDTH_AND_FULLWIDTH_FORMS","features":[395]},{"name":"UBLOCK_HANGUL_COMPATIBILITY_JAMO","features":[395]},{"name":"UBLOCK_HANGUL_JAMO","features":[395]},{"name":"UBLOCK_HANGUL_JAMO_EXTENDED_A","features":[395]},{"name":"UBLOCK_HANGUL_JAMO_EXTENDED_B","features":[395]},{"name":"UBLOCK_HANGUL_SYLLABLES","features":[395]},{"name":"UBLOCK_HANIFI_ROHINGYA","features":[395]},{"name":"UBLOCK_HANUNOO","features":[395]},{"name":"UBLOCK_HATRAN","features":[395]},{"name":"UBLOCK_HEBREW","features":[395]},{"name":"UBLOCK_HIGH_PRIVATE_USE_SURROGATES","features":[395]},{"name":"UBLOCK_HIGH_SURROGATES","features":[395]},{"name":"UBLOCK_HIRAGANA","features":[395]},{"name":"UBLOCK_IDEOGRAPHIC_DESCRIPTION_CHARACTERS","features":[395]},{"name":"UBLOCK_IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION","features":[395]},{"name":"UBLOCK_IMPERIAL_ARAMAIC","features":[395]},{"name":"UBLOCK_INDIC_SIYAQ_NUMBERS","features":[395]},{"name":"UBLOCK_INSCRIPTIONAL_PAHLAVI","features":[395]},{"name":"UBLOCK_INSCRIPTIONAL_PARTHIAN","features":[395]},{"name":"UBLOCK_INVALID_CODE","features":[395]},{"name":"UBLOCK_IPA_EXTENSIONS","features":[395]},{"name":"UBLOCK_JAVANESE","features":[395]},{"name":"UBLOCK_KAITHI","features":[395]},{"name":"UBLOCK_KANA_EXTENDED_A","features":[395]},{"name":"UBLOCK_KANA_SUPPLEMENT","features":[395]},{"name":"UBLOCK_KANBUN","features":[395]},{"name":"UBLOCK_KANGXI_RADICALS","features":[395]},{"name":"UBLOCK_KANNADA","features":[395]},{"name":"UBLOCK_KATAKANA","features":[395]},{"name":"UBLOCK_KATAKANA_PHONETIC_EXTENSIONS","features":[395]},{"name":"UBLOCK_KAYAH_LI","features":[395]},{"name":"UBLOCK_KHAROSHTHI","features":[395]},{"name":"UBLOCK_KHITAN_SMALL_SCRIPT","features":[395]},{"name":"UBLOCK_KHMER","features":[395]},{"name":"UBLOCK_KHMER_SYMBOLS","features":[395]},{"name":"UBLOCK_KHOJKI","features":[395]},{"name":"UBLOCK_KHUDAWADI","features":[395]},{"name":"UBLOCK_LAO","features":[395]},{"name":"UBLOCK_LATIN_1_SUPPLEMENT","features":[395]},{"name":"UBLOCK_LATIN_EXTENDED_A","features":[395]},{"name":"UBLOCK_LATIN_EXTENDED_ADDITIONAL","features":[395]},{"name":"UBLOCK_LATIN_EXTENDED_B","features":[395]},{"name":"UBLOCK_LATIN_EXTENDED_C","features":[395]},{"name":"UBLOCK_LATIN_EXTENDED_D","features":[395]},{"name":"UBLOCK_LATIN_EXTENDED_E","features":[395]},{"name":"UBLOCK_LEPCHA","features":[395]},{"name":"UBLOCK_LETTERLIKE_SYMBOLS","features":[395]},{"name":"UBLOCK_LIMBU","features":[395]},{"name":"UBLOCK_LINEAR_A","features":[395]},{"name":"UBLOCK_LINEAR_B_IDEOGRAMS","features":[395]},{"name":"UBLOCK_LINEAR_B_SYLLABARY","features":[395]},{"name":"UBLOCK_LISU","features":[395]},{"name":"UBLOCK_LISU_SUPPLEMENT","features":[395]},{"name":"UBLOCK_LOW_SURROGATES","features":[395]},{"name":"UBLOCK_LYCIAN","features":[395]},{"name":"UBLOCK_LYDIAN","features":[395]},{"name":"UBLOCK_MAHAJANI","features":[395]},{"name":"UBLOCK_MAHJONG_TILES","features":[395]},{"name":"UBLOCK_MAKASAR","features":[395]},{"name":"UBLOCK_MALAYALAM","features":[395]},{"name":"UBLOCK_MANDAIC","features":[395]},{"name":"UBLOCK_MANICHAEAN","features":[395]},{"name":"UBLOCK_MARCHEN","features":[395]},{"name":"UBLOCK_MASARAM_GONDI","features":[395]},{"name":"UBLOCK_MATHEMATICAL_ALPHANUMERIC_SYMBOLS","features":[395]},{"name":"UBLOCK_MATHEMATICAL_OPERATORS","features":[395]},{"name":"UBLOCK_MAYAN_NUMERALS","features":[395]},{"name":"UBLOCK_MEDEFAIDRIN","features":[395]},{"name":"UBLOCK_MEETEI_MAYEK","features":[395]},{"name":"UBLOCK_MEETEI_MAYEK_EXTENSIONS","features":[395]},{"name":"UBLOCK_MENDE_KIKAKUI","features":[395]},{"name":"UBLOCK_MEROITIC_CURSIVE","features":[395]},{"name":"UBLOCK_MEROITIC_HIEROGLYPHS","features":[395]},{"name":"UBLOCK_MIAO","features":[395]},{"name":"UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A","features":[395]},{"name":"UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B","features":[395]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS","features":[395]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS_AND_ARROWS","features":[395]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS","features":[395]},{"name":"UBLOCK_MISCELLANEOUS_TECHNICAL","features":[395]},{"name":"UBLOCK_MODI","features":[395]},{"name":"UBLOCK_MODIFIER_TONE_LETTERS","features":[395]},{"name":"UBLOCK_MONGOLIAN","features":[395]},{"name":"UBLOCK_MONGOLIAN_SUPPLEMENT","features":[395]},{"name":"UBLOCK_MRO","features":[395]},{"name":"UBLOCK_MULTANI","features":[395]},{"name":"UBLOCK_MUSICAL_SYMBOLS","features":[395]},{"name":"UBLOCK_MYANMAR","features":[395]},{"name":"UBLOCK_MYANMAR_EXTENDED_A","features":[395]},{"name":"UBLOCK_MYANMAR_EXTENDED_B","features":[395]},{"name":"UBLOCK_NABATAEAN","features":[395]},{"name":"UBLOCK_NANDINAGARI","features":[395]},{"name":"UBLOCK_NEWA","features":[395]},{"name":"UBLOCK_NEW_TAI_LUE","features":[395]},{"name":"UBLOCK_NKO","features":[395]},{"name":"UBLOCK_NO_BLOCK","features":[395]},{"name":"UBLOCK_NUMBER_FORMS","features":[395]},{"name":"UBLOCK_NUSHU","features":[395]},{"name":"UBLOCK_NYIAKENG_PUACHUE_HMONG","features":[395]},{"name":"UBLOCK_OGHAM","features":[395]},{"name":"UBLOCK_OLD_HUNGARIAN","features":[395]},{"name":"UBLOCK_OLD_ITALIC","features":[395]},{"name":"UBLOCK_OLD_NORTH_ARABIAN","features":[395]},{"name":"UBLOCK_OLD_PERMIC","features":[395]},{"name":"UBLOCK_OLD_PERSIAN","features":[395]},{"name":"UBLOCK_OLD_SOGDIAN","features":[395]},{"name":"UBLOCK_OLD_SOUTH_ARABIAN","features":[395]},{"name":"UBLOCK_OLD_TURKIC","features":[395]},{"name":"UBLOCK_OL_CHIKI","features":[395]},{"name":"UBLOCK_OPTICAL_CHARACTER_RECOGNITION","features":[395]},{"name":"UBLOCK_ORIYA","features":[395]},{"name":"UBLOCK_ORNAMENTAL_DINGBATS","features":[395]},{"name":"UBLOCK_OSAGE","features":[395]},{"name":"UBLOCK_OSMANYA","features":[395]},{"name":"UBLOCK_OTTOMAN_SIYAQ_NUMBERS","features":[395]},{"name":"UBLOCK_PAHAWH_HMONG","features":[395]},{"name":"UBLOCK_PALMYRENE","features":[395]},{"name":"UBLOCK_PAU_CIN_HAU","features":[395]},{"name":"UBLOCK_PHAGS_PA","features":[395]},{"name":"UBLOCK_PHAISTOS_DISC","features":[395]},{"name":"UBLOCK_PHOENICIAN","features":[395]},{"name":"UBLOCK_PHONETIC_EXTENSIONS","features":[395]},{"name":"UBLOCK_PHONETIC_EXTENSIONS_SUPPLEMENT","features":[395]},{"name":"UBLOCK_PLAYING_CARDS","features":[395]},{"name":"UBLOCK_PRIVATE_USE","features":[395]},{"name":"UBLOCK_PRIVATE_USE_AREA","features":[395]},{"name":"UBLOCK_PSALTER_PAHLAVI","features":[395]},{"name":"UBLOCK_REJANG","features":[395]},{"name":"UBLOCK_RUMI_NUMERAL_SYMBOLS","features":[395]},{"name":"UBLOCK_RUNIC","features":[395]},{"name":"UBLOCK_SAMARITAN","features":[395]},{"name":"UBLOCK_SAURASHTRA","features":[395]},{"name":"UBLOCK_SHARADA","features":[395]},{"name":"UBLOCK_SHAVIAN","features":[395]},{"name":"UBLOCK_SHORTHAND_FORMAT_CONTROLS","features":[395]},{"name":"UBLOCK_SIDDHAM","features":[395]},{"name":"UBLOCK_SINHALA","features":[395]},{"name":"UBLOCK_SINHALA_ARCHAIC_NUMBERS","features":[395]},{"name":"UBLOCK_SMALL_FORM_VARIANTS","features":[395]},{"name":"UBLOCK_SMALL_KANA_EXTENSION","features":[395]},{"name":"UBLOCK_SOGDIAN","features":[395]},{"name":"UBLOCK_SORA_SOMPENG","features":[395]},{"name":"UBLOCK_SOYOMBO","features":[395]},{"name":"UBLOCK_SPACING_MODIFIER_LETTERS","features":[395]},{"name":"UBLOCK_SPECIALS","features":[395]},{"name":"UBLOCK_SUNDANESE","features":[395]},{"name":"UBLOCK_SUNDANESE_SUPPLEMENT","features":[395]},{"name":"UBLOCK_SUPERSCRIPTS_AND_SUBSCRIPTS","features":[395]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_A","features":[395]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_B","features":[395]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_C","features":[395]},{"name":"UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS","features":[395]},{"name":"UBLOCK_SUPPLEMENTAL_PUNCTUATION","features":[395]},{"name":"UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS","features":[395]},{"name":"UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_A","features":[395]},{"name":"UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_B","features":[395]},{"name":"UBLOCK_SUTTON_SIGNWRITING","features":[395]},{"name":"UBLOCK_SYLOTI_NAGRI","features":[395]},{"name":"UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A","features":[395]},{"name":"UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING","features":[395]},{"name":"UBLOCK_SYRIAC","features":[395]},{"name":"UBLOCK_SYRIAC_SUPPLEMENT","features":[395]},{"name":"UBLOCK_TAGALOG","features":[395]},{"name":"UBLOCK_TAGBANWA","features":[395]},{"name":"UBLOCK_TAGS","features":[395]},{"name":"UBLOCK_TAI_LE","features":[395]},{"name":"UBLOCK_TAI_THAM","features":[395]},{"name":"UBLOCK_TAI_VIET","features":[395]},{"name":"UBLOCK_TAI_XUAN_JING_SYMBOLS","features":[395]},{"name":"UBLOCK_TAKRI","features":[395]},{"name":"UBLOCK_TAMIL","features":[395]},{"name":"UBLOCK_TAMIL_SUPPLEMENT","features":[395]},{"name":"UBLOCK_TANGUT","features":[395]},{"name":"UBLOCK_TANGUT_COMPONENTS","features":[395]},{"name":"UBLOCK_TANGUT_SUPPLEMENT","features":[395]},{"name":"UBLOCK_TELUGU","features":[395]},{"name":"UBLOCK_THAANA","features":[395]},{"name":"UBLOCK_THAI","features":[395]},{"name":"UBLOCK_TIBETAN","features":[395]},{"name":"UBLOCK_TIFINAGH","features":[395]},{"name":"UBLOCK_TIRHUTA","features":[395]},{"name":"UBLOCK_TRANSPORT_AND_MAP_SYMBOLS","features":[395]},{"name":"UBLOCK_UGARITIC","features":[395]},{"name":"UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS","features":[395]},{"name":"UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED","features":[395]},{"name":"UBLOCK_VAI","features":[395]},{"name":"UBLOCK_VARIATION_SELECTORS","features":[395]},{"name":"UBLOCK_VARIATION_SELECTORS_SUPPLEMENT","features":[395]},{"name":"UBLOCK_VEDIC_EXTENSIONS","features":[395]},{"name":"UBLOCK_VERTICAL_FORMS","features":[395]},{"name":"UBLOCK_WANCHO","features":[395]},{"name":"UBLOCK_WARANG_CITI","features":[395]},{"name":"UBLOCK_YEZIDI","features":[395]},{"name":"UBLOCK_YIJING_HEXAGRAM_SYMBOLS","features":[395]},{"name":"UBLOCK_YI_RADICALS","features":[395]},{"name":"UBLOCK_YI_SYLLABLES","features":[395]},{"name":"UBLOCK_ZANABAZAR_SQUARE","features":[395]},{"name":"UBRK_CHARACTER","features":[395]},{"name":"UBRK_LINE","features":[395]},{"name":"UBRK_LINE_HARD","features":[395]},{"name":"UBRK_LINE_HARD_LIMIT","features":[395]},{"name":"UBRK_LINE_SOFT","features":[395]},{"name":"UBRK_LINE_SOFT_LIMIT","features":[395]},{"name":"UBRK_SENTENCE","features":[395]},{"name":"UBRK_SENTENCE_SEP","features":[395]},{"name":"UBRK_SENTENCE_SEP_LIMIT","features":[395]},{"name":"UBRK_SENTENCE_TERM","features":[395]},{"name":"UBRK_SENTENCE_TERM_LIMIT","features":[395]},{"name":"UBRK_WORD","features":[395]},{"name":"UBRK_WORD_IDEO","features":[395]},{"name":"UBRK_WORD_IDEO_LIMIT","features":[395]},{"name":"UBRK_WORD_KANA","features":[395]},{"name":"UBRK_WORD_KANA_LIMIT","features":[395]},{"name":"UBRK_WORD_LETTER","features":[395]},{"name":"UBRK_WORD_LETTER_LIMIT","features":[395]},{"name":"UBRK_WORD_NONE","features":[395]},{"name":"UBRK_WORD_NONE_LIMIT","features":[395]},{"name":"UBRK_WORD_NUMBER","features":[395]},{"name":"UBRK_WORD_NUMBER_LIMIT","features":[395]},{"name":"UBiDi","features":[395]},{"name":"UBiDiClassCallback","features":[395]},{"name":"UBiDiDirection","features":[395]},{"name":"UBiDiMirroring","features":[395]},{"name":"UBiDiOrder","features":[395]},{"name":"UBiDiReorderingMode","features":[395]},{"name":"UBiDiReorderingOption","features":[395]},{"name":"UBiDiTransform","features":[395]},{"name":"UBidiPairedBracketType","features":[395]},{"name":"UBlockCode","features":[395]},{"name":"UBreakIterator","features":[395]},{"name":"UBreakIteratorType","features":[395]},{"name":"UCAL_ACTUAL_MAXIMUM","features":[395]},{"name":"UCAL_ACTUAL_MINIMUM","features":[395]},{"name":"UCAL_AM","features":[395]},{"name":"UCAL_AM_PM","features":[395]},{"name":"UCAL_APRIL","features":[395]},{"name":"UCAL_AUGUST","features":[395]},{"name":"UCAL_DATE","features":[395]},{"name":"UCAL_DAY_OF_MONTH","features":[395]},{"name":"UCAL_DAY_OF_WEEK","features":[395]},{"name":"UCAL_DAY_OF_WEEK_IN_MONTH","features":[395]},{"name":"UCAL_DAY_OF_YEAR","features":[395]},{"name":"UCAL_DECEMBER","features":[395]},{"name":"UCAL_DEFAULT","features":[395]},{"name":"UCAL_DOW_LOCAL","features":[395]},{"name":"UCAL_DST","features":[395]},{"name":"UCAL_DST_OFFSET","features":[395]},{"name":"UCAL_ERA","features":[395]},{"name":"UCAL_EXTENDED_YEAR","features":[395]},{"name":"UCAL_FEBRUARY","features":[395]},{"name":"UCAL_FIELD_COUNT","features":[395]},{"name":"UCAL_FIRST_DAY_OF_WEEK","features":[395]},{"name":"UCAL_FRIDAY","features":[395]},{"name":"UCAL_GREATEST_MINIMUM","features":[395]},{"name":"UCAL_GREGORIAN","features":[395]},{"name":"UCAL_HOUR","features":[395]},{"name":"UCAL_HOUR_OF_DAY","features":[395]},{"name":"UCAL_IS_LEAP_MONTH","features":[395]},{"name":"UCAL_JANUARY","features":[395]},{"name":"UCAL_JULIAN_DAY","features":[395]},{"name":"UCAL_JULY","features":[395]},{"name":"UCAL_JUNE","features":[395]},{"name":"UCAL_LEAST_MAXIMUM","features":[395]},{"name":"UCAL_LENIENT","features":[395]},{"name":"UCAL_MARCH","features":[395]},{"name":"UCAL_MAXIMUM","features":[395]},{"name":"UCAL_MAY","features":[395]},{"name":"UCAL_MILLISECOND","features":[395]},{"name":"UCAL_MILLISECONDS_IN_DAY","features":[395]},{"name":"UCAL_MINIMAL_DAYS_IN_FIRST_WEEK","features":[395]},{"name":"UCAL_MINIMUM","features":[395]},{"name":"UCAL_MINUTE","features":[395]},{"name":"UCAL_MONDAY","features":[395]},{"name":"UCAL_MONTH","features":[395]},{"name":"UCAL_NOVEMBER","features":[395]},{"name":"UCAL_OCTOBER","features":[395]},{"name":"UCAL_PM","features":[395]},{"name":"UCAL_REPEATED_WALL_TIME","features":[395]},{"name":"UCAL_SATURDAY","features":[395]},{"name":"UCAL_SECOND","features":[395]},{"name":"UCAL_SEPTEMBER","features":[395]},{"name":"UCAL_SHORT_DST","features":[395]},{"name":"UCAL_SHORT_STANDARD","features":[395]},{"name":"UCAL_SKIPPED_WALL_TIME","features":[395]},{"name":"UCAL_STANDARD","features":[395]},{"name":"UCAL_SUNDAY","features":[395]},{"name":"UCAL_THURSDAY","features":[395]},{"name":"UCAL_TRADITIONAL","features":[395]},{"name":"UCAL_TUESDAY","features":[395]},{"name":"UCAL_TZ_TRANSITION_NEXT","features":[395]},{"name":"UCAL_TZ_TRANSITION_NEXT_INCLUSIVE","features":[395]},{"name":"UCAL_TZ_TRANSITION_PREVIOUS","features":[395]},{"name":"UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE","features":[395]},{"name":"UCAL_UNDECIMBER","features":[395]},{"name":"UCAL_UNKNOWN_ZONE_ID","features":[395]},{"name":"UCAL_WALLTIME_FIRST","features":[395]},{"name":"UCAL_WALLTIME_LAST","features":[395]},{"name":"UCAL_WALLTIME_NEXT_VALID","features":[395]},{"name":"UCAL_WEDNESDAY","features":[395]},{"name":"UCAL_WEEKDAY","features":[395]},{"name":"UCAL_WEEKEND","features":[395]},{"name":"UCAL_WEEKEND_CEASE","features":[395]},{"name":"UCAL_WEEKEND_ONSET","features":[395]},{"name":"UCAL_WEEK_OF_MONTH","features":[395]},{"name":"UCAL_WEEK_OF_YEAR","features":[395]},{"name":"UCAL_YEAR","features":[395]},{"name":"UCAL_YEAR_WOY","features":[395]},{"name":"UCAL_ZONE_OFFSET","features":[395]},{"name":"UCAL_ZONE_TYPE_ANY","features":[395]},{"name":"UCAL_ZONE_TYPE_CANONICAL","features":[395]},{"name":"UCAL_ZONE_TYPE_CANONICAL_LOCATION","features":[395]},{"name":"UCHAR_AGE","features":[395]},{"name":"UCHAR_ALPHABETIC","features":[395]},{"name":"UCHAR_ASCII_HEX_DIGIT","features":[395]},{"name":"UCHAR_BIDI_CLASS","features":[395]},{"name":"UCHAR_BIDI_CONTROL","features":[395]},{"name":"UCHAR_BIDI_MIRRORED","features":[395]},{"name":"UCHAR_BIDI_MIRRORING_GLYPH","features":[395]},{"name":"UCHAR_BIDI_PAIRED_BRACKET","features":[395]},{"name":"UCHAR_BIDI_PAIRED_BRACKET_TYPE","features":[395]},{"name":"UCHAR_BINARY_START","features":[395]},{"name":"UCHAR_BLOCK","features":[395]},{"name":"UCHAR_CANONICAL_COMBINING_CLASS","features":[395]},{"name":"UCHAR_CASED","features":[395]},{"name":"UCHAR_CASE_FOLDING","features":[395]},{"name":"UCHAR_CASE_IGNORABLE","features":[395]},{"name":"UCHAR_CASE_SENSITIVE","features":[395]},{"name":"UCHAR_CHANGES_WHEN_CASEFOLDED","features":[395]},{"name":"UCHAR_CHANGES_WHEN_CASEMAPPED","features":[395]},{"name":"UCHAR_CHANGES_WHEN_LOWERCASED","features":[395]},{"name":"UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED","features":[395]},{"name":"UCHAR_CHANGES_WHEN_TITLECASED","features":[395]},{"name":"UCHAR_CHANGES_WHEN_UPPERCASED","features":[395]},{"name":"UCHAR_DASH","features":[395]},{"name":"UCHAR_DECOMPOSITION_TYPE","features":[395]},{"name":"UCHAR_DEFAULT_IGNORABLE_CODE_POINT","features":[395]},{"name":"UCHAR_DEPRECATED","features":[395]},{"name":"UCHAR_DIACRITIC","features":[395]},{"name":"UCHAR_DOUBLE_START","features":[395]},{"name":"UCHAR_EAST_ASIAN_WIDTH","features":[395]},{"name":"UCHAR_EMOJI","features":[395]},{"name":"UCHAR_EMOJI_COMPONENT","features":[395]},{"name":"UCHAR_EMOJI_MODIFIER","features":[395]},{"name":"UCHAR_EMOJI_MODIFIER_BASE","features":[395]},{"name":"UCHAR_EMOJI_PRESENTATION","features":[395]},{"name":"UCHAR_EXTENDED_PICTOGRAPHIC","features":[395]},{"name":"UCHAR_EXTENDER","features":[395]},{"name":"UCHAR_FULL_COMPOSITION_EXCLUSION","features":[395]},{"name":"UCHAR_GENERAL_CATEGORY","features":[395]},{"name":"UCHAR_GENERAL_CATEGORY_MASK","features":[395]},{"name":"UCHAR_GRAPHEME_BASE","features":[395]},{"name":"UCHAR_GRAPHEME_CLUSTER_BREAK","features":[395]},{"name":"UCHAR_GRAPHEME_EXTEND","features":[395]},{"name":"UCHAR_GRAPHEME_LINK","features":[395]},{"name":"UCHAR_HANGUL_SYLLABLE_TYPE","features":[395]},{"name":"UCHAR_HEX_DIGIT","features":[395]},{"name":"UCHAR_HYPHEN","features":[395]},{"name":"UCHAR_IDEOGRAPHIC","features":[395]},{"name":"UCHAR_IDS_BINARY_OPERATOR","features":[395]},{"name":"UCHAR_IDS_TRINARY_OPERATOR","features":[395]},{"name":"UCHAR_ID_CONTINUE","features":[395]},{"name":"UCHAR_ID_START","features":[395]},{"name":"UCHAR_INDIC_POSITIONAL_CATEGORY","features":[395]},{"name":"UCHAR_INDIC_SYLLABIC_CATEGORY","features":[395]},{"name":"UCHAR_INT_START","features":[395]},{"name":"UCHAR_INVALID_CODE","features":[395]},{"name":"UCHAR_JOINING_GROUP","features":[395]},{"name":"UCHAR_JOINING_TYPE","features":[395]},{"name":"UCHAR_JOIN_CONTROL","features":[395]},{"name":"UCHAR_LEAD_CANONICAL_COMBINING_CLASS","features":[395]},{"name":"UCHAR_LINE_BREAK","features":[395]},{"name":"UCHAR_LOGICAL_ORDER_EXCEPTION","features":[395]},{"name":"UCHAR_LOWERCASE","features":[395]},{"name":"UCHAR_LOWERCASE_MAPPING","features":[395]},{"name":"UCHAR_MASK_START","features":[395]},{"name":"UCHAR_MATH","features":[395]},{"name":"UCHAR_MAX_VALUE","features":[395]},{"name":"UCHAR_MIN_VALUE","features":[395]},{"name":"UCHAR_NAME","features":[395]},{"name":"UCHAR_NFC_INERT","features":[395]},{"name":"UCHAR_NFC_QUICK_CHECK","features":[395]},{"name":"UCHAR_NFD_INERT","features":[395]},{"name":"UCHAR_NFD_QUICK_CHECK","features":[395]},{"name":"UCHAR_NFKC_INERT","features":[395]},{"name":"UCHAR_NFKC_QUICK_CHECK","features":[395]},{"name":"UCHAR_NFKD_INERT","features":[395]},{"name":"UCHAR_NFKD_QUICK_CHECK","features":[395]},{"name":"UCHAR_NONCHARACTER_CODE_POINT","features":[395]},{"name":"UCHAR_NUMERIC_TYPE","features":[395]},{"name":"UCHAR_NUMERIC_VALUE","features":[395]},{"name":"UCHAR_OTHER_PROPERTY_START","features":[395]},{"name":"UCHAR_PATTERN_SYNTAX","features":[395]},{"name":"UCHAR_PATTERN_WHITE_SPACE","features":[395]},{"name":"UCHAR_POSIX_ALNUM","features":[395]},{"name":"UCHAR_POSIX_BLANK","features":[395]},{"name":"UCHAR_POSIX_GRAPH","features":[395]},{"name":"UCHAR_POSIX_PRINT","features":[395]},{"name":"UCHAR_POSIX_XDIGIT","features":[395]},{"name":"UCHAR_PREPENDED_CONCATENATION_MARK","features":[395]},{"name":"UCHAR_QUOTATION_MARK","features":[395]},{"name":"UCHAR_RADICAL","features":[395]},{"name":"UCHAR_REGIONAL_INDICATOR","features":[395]},{"name":"UCHAR_SCRIPT","features":[395]},{"name":"UCHAR_SCRIPT_EXTENSIONS","features":[395]},{"name":"UCHAR_SEGMENT_STARTER","features":[395]},{"name":"UCHAR_SENTENCE_BREAK","features":[395]},{"name":"UCHAR_SIMPLE_CASE_FOLDING","features":[395]},{"name":"UCHAR_SIMPLE_LOWERCASE_MAPPING","features":[395]},{"name":"UCHAR_SIMPLE_TITLECASE_MAPPING","features":[395]},{"name":"UCHAR_SIMPLE_UPPERCASE_MAPPING","features":[395]},{"name":"UCHAR_SOFT_DOTTED","features":[395]},{"name":"UCHAR_STRING_START","features":[395]},{"name":"UCHAR_S_TERM","features":[395]},{"name":"UCHAR_TERMINAL_PUNCTUATION","features":[395]},{"name":"UCHAR_TITLECASE_MAPPING","features":[395]},{"name":"UCHAR_TRAIL_CANONICAL_COMBINING_CLASS","features":[395]},{"name":"UCHAR_UNIFIED_IDEOGRAPH","features":[395]},{"name":"UCHAR_UPPERCASE","features":[395]},{"name":"UCHAR_UPPERCASE_MAPPING","features":[395]},{"name":"UCHAR_VARIATION_SELECTOR","features":[395]},{"name":"UCHAR_VERTICAL_ORIENTATION","features":[395]},{"name":"UCHAR_WHITE_SPACE","features":[395]},{"name":"UCHAR_WORD_BREAK","features":[395]},{"name":"UCHAR_XID_CONTINUE","features":[395]},{"name":"UCHAR_XID_START","features":[395]},{"name":"UCLN_NO_AUTO_CLEANUP","features":[395]},{"name":"UCNV_BOCU1","features":[395]},{"name":"UCNV_CESU8","features":[395]},{"name":"UCNV_CLONE","features":[395]},{"name":"UCNV_CLOSE","features":[395]},{"name":"UCNV_COMPOUND_TEXT","features":[395]},{"name":"UCNV_DBCS","features":[395]},{"name":"UCNV_EBCDIC_STATEFUL","features":[395]},{"name":"UCNV_ESCAPE_C","features":[395]},{"name":"UCNV_ESCAPE_CSS2","features":[395]},{"name":"UCNV_ESCAPE_JAVA","features":[395]},{"name":"UCNV_ESCAPE_UNICODE","features":[395]},{"name":"UCNV_ESCAPE_XML_DEC","features":[395]},{"name":"UCNV_ESCAPE_XML_HEX","features":[395]},{"name":"UCNV_FROM_U_CALLBACK_ESCAPE","features":[395]},{"name":"UCNV_FROM_U_CALLBACK_SKIP","features":[395]},{"name":"UCNV_FROM_U_CALLBACK_STOP","features":[395]},{"name":"UCNV_FROM_U_CALLBACK_SUBSTITUTE","features":[395]},{"name":"UCNV_HZ","features":[395]},{"name":"UCNV_IBM","features":[395]},{"name":"UCNV_ILLEGAL","features":[395]},{"name":"UCNV_IMAP_MAILBOX","features":[395]},{"name":"UCNV_IRREGULAR","features":[395]},{"name":"UCNV_ISCII","features":[395]},{"name":"UCNV_ISO_2022","features":[395]},{"name":"UCNV_LATIN_1","features":[395]},{"name":"UCNV_LMBCS_1","features":[395]},{"name":"UCNV_LMBCS_11","features":[395]},{"name":"UCNV_LMBCS_16","features":[395]},{"name":"UCNV_LMBCS_17","features":[395]},{"name":"UCNV_LMBCS_18","features":[395]},{"name":"UCNV_LMBCS_19","features":[395]},{"name":"UCNV_LMBCS_2","features":[395]},{"name":"UCNV_LMBCS_3","features":[395]},{"name":"UCNV_LMBCS_4","features":[395]},{"name":"UCNV_LMBCS_5","features":[395]},{"name":"UCNV_LMBCS_6","features":[395]},{"name":"UCNV_LMBCS_8","features":[395]},{"name":"UCNV_LMBCS_LAST","features":[395]},{"name":"UCNV_LOCALE_OPTION_STRING","features":[395]},{"name":"UCNV_MAX_CONVERTER_NAME_LENGTH","features":[395]},{"name":"UCNV_MBCS","features":[395]},{"name":"UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES","features":[395]},{"name":"UCNV_OPTION_SEP_STRING","features":[395]},{"name":"UCNV_RESET","features":[395]},{"name":"UCNV_ROUNDTRIP_AND_FALLBACK_SET","features":[395]},{"name":"UCNV_ROUNDTRIP_SET","features":[395]},{"name":"UCNV_SBCS","features":[395]},{"name":"UCNV_SCSU","features":[395]},{"name":"UCNV_SI","features":[395]},{"name":"UCNV_SKIP_STOP_ON_ILLEGAL","features":[395]},{"name":"UCNV_SO","features":[395]},{"name":"UCNV_SUB_STOP_ON_ILLEGAL","features":[395]},{"name":"UCNV_SWAP_LFNL_OPTION_STRING","features":[395]},{"name":"UCNV_TO_U_CALLBACK_ESCAPE","features":[395]},{"name":"UCNV_TO_U_CALLBACK_SKIP","features":[395]},{"name":"UCNV_TO_U_CALLBACK_STOP","features":[395]},{"name":"UCNV_TO_U_CALLBACK_SUBSTITUTE","features":[395]},{"name":"UCNV_UNASSIGNED","features":[395]},{"name":"UCNV_UNKNOWN","features":[395]},{"name":"UCNV_UNSUPPORTED_CONVERTER","features":[395]},{"name":"UCNV_US_ASCII","features":[395]},{"name":"UCNV_UTF16","features":[395]},{"name":"UCNV_UTF16_BigEndian","features":[395]},{"name":"UCNV_UTF16_LittleEndian","features":[395]},{"name":"UCNV_UTF32","features":[395]},{"name":"UCNV_UTF32_BigEndian","features":[395]},{"name":"UCNV_UTF32_LittleEndian","features":[395]},{"name":"UCNV_UTF7","features":[395]},{"name":"UCNV_UTF8","features":[395]},{"name":"UCNV_VALUE_SEP_STRING","features":[395]},{"name":"UCNV_VERSION_OPTION_STRING","features":[395]},{"name":"UCOL_ALTERNATE_HANDLING","features":[395]},{"name":"UCOL_ATTRIBUTE_COUNT","features":[395]},{"name":"UCOL_BOUND_LOWER","features":[395]},{"name":"UCOL_BOUND_UPPER","features":[395]},{"name":"UCOL_BOUND_UPPER_LONG","features":[395]},{"name":"UCOL_CASE_FIRST","features":[395]},{"name":"UCOL_CASE_LEVEL","features":[395]},{"name":"UCOL_CE_STRENGTH_LIMIT","features":[395]},{"name":"UCOL_DECOMPOSITION_MODE","features":[395]},{"name":"UCOL_DEFAULT","features":[395]},{"name":"UCOL_DEFAULT_STRENGTH","features":[395]},{"name":"UCOL_EQUAL","features":[395]},{"name":"UCOL_FRENCH_COLLATION","features":[395]},{"name":"UCOL_FULL_RULES","features":[395]},{"name":"UCOL_GREATER","features":[395]},{"name":"UCOL_IDENTICAL","features":[395]},{"name":"UCOL_LESS","features":[395]},{"name":"UCOL_LOWER_FIRST","features":[395]},{"name":"UCOL_NON_IGNORABLE","features":[395]},{"name":"UCOL_NORMALIZATION_MODE","features":[395]},{"name":"UCOL_NUMERIC_COLLATION","features":[395]},{"name":"UCOL_OFF","features":[395]},{"name":"UCOL_ON","features":[395]},{"name":"UCOL_PRIMARY","features":[395]},{"name":"UCOL_QUATERNARY","features":[395]},{"name":"UCOL_REORDER_CODE_CURRENCY","features":[395]},{"name":"UCOL_REORDER_CODE_DEFAULT","features":[395]},{"name":"UCOL_REORDER_CODE_DIGIT","features":[395]},{"name":"UCOL_REORDER_CODE_FIRST","features":[395]},{"name":"UCOL_REORDER_CODE_NONE","features":[395]},{"name":"UCOL_REORDER_CODE_OTHERS","features":[395]},{"name":"UCOL_REORDER_CODE_PUNCTUATION","features":[395]},{"name":"UCOL_REORDER_CODE_SPACE","features":[395]},{"name":"UCOL_REORDER_CODE_SYMBOL","features":[395]},{"name":"UCOL_SECONDARY","features":[395]},{"name":"UCOL_SHIFTED","features":[395]},{"name":"UCOL_STRENGTH","features":[395]},{"name":"UCOL_STRENGTH_LIMIT","features":[395]},{"name":"UCOL_TAILORING_ONLY","features":[395]},{"name":"UCOL_TERTIARY","features":[395]},{"name":"UCOL_UPPER_FIRST","features":[395]},{"name":"UCONFIG_ENABLE_PLUGINS","features":[395]},{"name":"UCONFIG_FORMAT_FASTPATHS_49","features":[395]},{"name":"UCONFIG_HAVE_PARSEALLINPUT","features":[395]},{"name":"UCONFIG_NO_BREAK_ITERATION","features":[395]},{"name":"UCONFIG_NO_COLLATION","features":[395]},{"name":"UCONFIG_NO_CONVERSION","features":[395]},{"name":"UCONFIG_NO_FILE_IO","features":[395]},{"name":"UCONFIG_NO_FILTERED_BREAK_ITERATION","features":[395]},{"name":"UCONFIG_NO_FORMATTING","features":[395]},{"name":"UCONFIG_NO_IDNA","features":[395]},{"name":"UCONFIG_NO_LEGACY_CONVERSION","features":[395]},{"name":"UCONFIG_NO_NORMALIZATION","features":[395]},{"name":"UCONFIG_NO_REGULAR_EXPRESSIONS","features":[395]},{"name":"UCONFIG_NO_SERVICE","features":[395]},{"name":"UCONFIG_NO_TRANSLITERATION","features":[395]},{"name":"UCONFIG_ONLY_COLLATION","features":[395]},{"name":"UCONFIG_ONLY_HTML_CONVERSION","features":[395]},{"name":"UCPMAP_RANGE_FIXED_ALL_SURROGATES","features":[395]},{"name":"UCPMAP_RANGE_FIXED_LEAD_SURROGATES","features":[395]},{"name":"UCPMAP_RANGE_NORMAL","features":[395]},{"name":"UCPMap","features":[395]},{"name":"UCPMapRangeOption","features":[395]},{"name":"UCPMapValueFilter","features":[395]},{"name":"UCPTRIE_ERROR_VALUE_NEG_DATA_OFFSET","features":[395]},{"name":"UCPTRIE_FAST_DATA_BLOCK_LENGTH","features":[395]},{"name":"UCPTRIE_FAST_DATA_MASK","features":[395]},{"name":"UCPTRIE_FAST_SHIFT","features":[395]},{"name":"UCPTRIE_HIGH_VALUE_NEG_DATA_OFFSET","features":[395]},{"name":"UCPTRIE_SMALL_MAX","features":[395]},{"name":"UCPTRIE_TYPE_ANY","features":[395]},{"name":"UCPTRIE_TYPE_FAST","features":[395]},{"name":"UCPTRIE_TYPE_SMALL","features":[395]},{"name":"UCPTRIE_VALUE_BITS_16","features":[395]},{"name":"UCPTRIE_VALUE_BITS_32","features":[395]},{"name":"UCPTRIE_VALUE_BITS_8","features":[395]},{"name":"UCPTRIE_VALUE_BITS_ANY","features":[395]},{"name":"UCPTrie","features":[395]},{"name":"UCPTrieData","features":[395]},{"name":"UCPTrieType","features":[395]},{"name":"UCPTrieValueWidth","features":[395]},{"name":"UCURR_ALL","features":[395]},{"name":"UCURR_COMMON","features":[395]},{"name":"UCURR_DEPRECATED","features":[395]},{"name":"UCURR_LONG_NAME","features":[395]},{"name":"UCURR_NARROW_SYMBOL_NAME","features":[395]},{"name":"UCURR_NON_DEPRECATED","features":[395]},{"name":"UCURR_SYMBOL_NAME","features":[395]},{"name":"UCURR_UNCOMMON","features":[395]},{"name":"UCURR_USAGE_CASH","features":[395]},{"name":"UCURR_USAGE_STANDARD","features":[395]},{"name":"UCalendarAMPMs","features":[395]},{"name":"UCalendarAttribute","features":[395]},{"name":"UCalendarDateFields","features":[395]},{"name":"UCalendarDaysOfWeek","features":[395]},{"name":"UCalendarDisplayNameType","features":[395]},{"name":"UCalendarLimitType","features":[395]},{"name":"UCalendarMonths","features":[395]},{"name":"UCalendarType","features":[395]},{"name":"UCalendarWallTimeOption","features":[395]},{"name":"UCalendarWeekdayType","features":[395]},{"name":"UCaseMap","features":[395]},{"name":"UCharCategory","features":[395]},{"name":"UCharDirection","features":[395]},{"name":"UCharEnumTypeRange","features":[395]},{"name":"UCharIterator","features":[395]},{"name":"UCharIteratorCurrent","features":[395]},{"name":"UCharIteratorGetIndex","features":[395]},{"name":"UCharIteratorGetState","features":[395]},{"name":"UCharIteratorHasNext","features":[395]},{"name":"UCharIteratorHasPrevious","features":[395]},{"name":"UCharIteratorMove","features":[395]},{"name":"UCharIteratorNext","features":[395]},{"name":"UCharIteratorOrigin","features":[395]},{"name":"UCharIteratorPrevious","features":[395]},{"name":"UCharIteratorReserved","features":[395]},{"name":"UCharIteratorSetState","features":[395]},{"name":"UCharNameChoice","features":[395]},{"name":"UCharsetDetector","features":[395]},{"name":"UCharsetMatch","features":[395]},{"name":"UColAttribute","features":[395]},{"name":"UColAttributeValue","features":[395]},{"name":"UColBoundMode","features":[395]},{"name":"UColReorderCode","features":[395]},{"name":"UColRuleOption","features":[395]},{"name":"UCollationElements","features":[395]},{"name":"UCollationResult","features":[395]},{"name":"UCollator","features":[395]},{"name":"UConstrainedFieldPosition","features":[395]},{"name":"UConverter","features":[395]},{"name":"UConverterCallbackReason","features":[395]},{"name":"UConverterFromUCallback","features":[395]},{"name":"UConverterFromUnicodeArgs","features":[395]},{"name":"UConverterPlatform","features":[395]},{"name":"UConverterSelector","features":[395]},{"name":"UConverterToUCallback","features":[395]},{"name":"UConverterToUnicodeArgs","features":[395]},{"name":"UConverterType","features":[395]},{"name":"UConverterUnicodeSet","features":[395]},{"name":"UCurrCurrencyType","features":[395]},{"name":"UCurrNameStyle","features":[395]},{"name":"UCurrencySpacing","features":[395]},{"name":"UCurrencyUsage","features":[395]},{"name":"UDATPG_ABBREVIATED","features":[395]},{"name":"UDATPG_BASE_CONFLICT","features":[395]},{"name":"UDATPG_CONFLICT","features":[395]},{"name":"UDATPG_DAYPERIOD_FIELD","features":[395]},{"name":"UDATPG_DAY_FIELD","features":[395]},{"name":"UDATPG_DAY_OF_WEEK_IN_MONTH_FIELD","features":[395]},{"name":"UDATPG_DAY_OF_YEAR_FIELD","features":[395]},{"name":"UDATPG_ERA_FIELD","features":[395]},{"name":"UDATPG_FIELD_COUNT","features":[395]},{"name":"UDATPG_FRACTIONAL_SECOND_FIELD","features":[395]},{"name":"UDATPG_HOUR_FIELD","features":[395]},{"name":"UDATPG_MATCH_ALL_FIELDS_LENGTH","features":[395]},{"name":"UDATPG_MATCH_HOUR_FIELD_LENGTH","features":[395]},{"name":"UDATPG_MATCH_NO_OPTIONS","features":[395]},{"name":"UDATPG_MINUTE_FIELD","features":[395]},{"name":"UDATPG_MONTH_FIELD","features":[395]},{"name":"UDATPG_NARROW","features":[395]},{"name":"UDATPG_NO_CONFLICT","features":[395]},{"name":"UDATPG_QUARTER_FIELD","features":[395]},{"name":"UDATPG_SECOND_FIELD","features":[395]},{"name":"UDATPG_WEEKDAY_FIELD","features":[395]},{"name":"UDATPG_WEEK_OF_MONTH_FIELD","features":[395]},{"name":"UDATPG_WEEK_OF_YEAR_FIELD","features":[395]},{"name":"UDATPG_WIDE","features":[395]},{"name":"UDATPG_YEAR_FIELD","features":[395]},{"name":"UDATPG_ZONE_FIELD","features":[395]},{"name":"UDAT_ABBR_GENERIC_TZ","features":[395]},{"name":"UDAT_ABBR_MONTH","features":[395]},{"name":"UDAT_ABBR_MONTH_DAY","features":[395]},{"name":"UDAT_ABBR_MONTH_WEEKDAY_DAY","features":[395]},{"name":"UDAT_ABBR_QUARTER","features":[395]},{"name":"UDAT_ABBR_SPECIFIC_TZ","features":[395]},{"name":"UDAT_ABBR_UTC_TZ","features":[395]},{"name":"UDAT_ABBR_WEEKDAY","features":[395]},{"name":"UDAT_ABSOLUTE_DAY","features":[395]},{"name":"UDAT_ABSOLUTE_FRIDAY","features":[395]},{"name":"UDAT_ABSOLUTE_MONDAY","features":[395]},{"name":"UDAT_ABSOLUTE_MONTH","features":[395]},{"name":"UDAT_ABSOLUTE_NOW","features":[395]},{"name":"UDAT_ABSOLUTE_SATURDAY","features":[395]},{"name":"UDAT_ABSOLUTE_SUNDAY","features":[395]},{"name":"UDAT_ABSOLUTE_THURSDAY","features":[395]},{"name":"UDAT_ABSOLUTE_TUESDAY","features":[395]},{"name":"UDAT_ABSOLUTE_UNIT_COUNT","features":[395]},{"name":"UDAT_ABSOLUTE_WEDNESDAY","features":[395]},{"name":"UDAT_ABSOLUTE_WEEK","features":[395]},{"name":"UDAT_ABSOLUTE_YEAR","features":[395]},{"name":"UDAT_AM_PMS","features":[395]},{"name":"UDAT_AM_PM_FIELD","features":[395]},{"name":"UDAT_AM_PM_MIDNIGHT_NOON_FIELD","features":[395]},{"name":"UDAT_BOOLEAN_ATTRIBUTE_COUNT","features":[395]},{"name":"UDAT_CYCLIC_YEARS_ABBREVIATED","features":[395]},{"name":"UDAT_CYCLIC_YEARS_NARROW","features":[395]},{"name":"UDAT_CYCLIC_YEARS_WIDE","features":[395]},{"name":"UDAT_DATE_FIELD","features":[395]},{"name":"UDAT_DAY","features":[395]},{"name":"UDAT_DAY_OF_WEEK_FIELD","features":[395]},{"name":"UDAT_DAY_OF_WEEK_IN_MONTH_FIELD","features":[395]},{"name":"UDAT_DAY_OF_YEAR_FIELD","features":[395]},{"name":"UDAT_DEFAULT","features":[395]},{"name":"UDAT_DIRECTION_COUNT","features":[395]},{"name":"UDAT_DIRECTION_LAST","features":[395]},{"name":"UDAT_DIRECTION_LAST_2","features":[395]},{"name":"UDAT_DIRECTION_NEXT","features":[395]},{"name":"UDAT_DIRECTION_NEXT_2","features":[395]},{"name":"UDAT_DIRECTION_PLAIN","features":[395]},{"name":"UDAT_DIRECTION_THIS","features":[395]},{"name":"UDAT_DOW_LOCAL_FIELD","features":[395]},{"name":"UDAT_ERAS","features":[395]},{"name":"UDAT_ERA_FIELD","features":[395]},{"name":"UDAT_ERA_NAMES","features":[395]},{"name":"UDAT_EXTENDED_YEAR_FIELD","features":[395]},{"name":"UDAT_FLEXIBLE_DAY_PERIOD_FIELD","features":[395]},{"name":"UDAT_FRACTIONAL_SECOND_FIELD","features":[395]},{"name":"UDAT_FULL","features":[395]},{"name":"UDAT_FULL_RELATIVE","features":[395]},{"name":"UDAT_GENERIC_TZ","features":[395]},{"name":"UDAT_HOUR","features":[395]},{"name":"UDAT_HOUR0_FIELD","features":[395]},{"name":"UDAT_HOUR1_FIELD","features":[395]},{"name":"UDAT_HOUR24","features":[395]},{"name":"UDAT_HOUR24_MINUTE","features":[395]},{"name":"UDAT_HOUR24_MINUTE_SECOND","features":[395]},{"name":"UDAT_HOUR_MINUTE","features":[395]},{"name":"UDAT_HOUR_MINUTE_SECOND","features":[395]},{"name":"UDAT_HOUR_OF_DAY0_FIELD","features":[395]},{"name":"UDAT_HOUR_OF_DAY1_FIELD","features":[395]},{"name":"UDAT_JULIAN_DAY_FIELD","features":[395]},{"name":"UDAT_LOCALIZED_CHARS","features":[395]},{"name":"UDAT_LOCATION_TZ","features":[395]},{"name":"UDAT_LONG","features":[395]},{"name":"UDAT_LONG_RELATIVE","features":[395]},{"name":"UDAT_MEDIUM","features":[395]},{"name":"UDAT_MEDIUM_RELATIVE","features":[395]},{"name":"UDAT_MILLISECONDS_IN_DAY_FIELD","features":[395]},{"name":"UDAT_MINUTE","features":[395]},{"name":"UDAT_MINUTE_FIELD","features":[395]},{"name":"UDAT_MINUTE_SECOND","features":[395]},{"name":"UDAT_MONTH","features":[395]},{"name":"UDAT_MONTHS","features":[395]},{"name":"UDAT_MONTH_DAY","features":[395]},{"name":"UDAT_MONTH_FIELD","features":[395]},{"name":"UDAT_MONTH_WEEKDAY_DAY","features":[395]},{"name":"UDAT_NARROW_MONTHS","features":[395]},{"name":"UDAT_NARROW_WEEKDAYS","features":[395]},{"name":"UDAT_NONE","features":[395]},{"name":"UDAT_NUM_MONTH","features":[395]},{"name":"UDAT_NUM_MONTH_DAY","features":[395]},{"name":"UDAT_NUM_MONTH_WEEKDAY_DAY","features":[395]},{"name":"UDAT_PARSE_ALLOW_NUMERIC","features":[395]},{"name":"UDAT_PARSE_ALLOW_WHITESPACE","features":[395]},{"name":"UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH","features":[395]},{"name":"UDAT_PARSE_PARTIAL_LITERAL_MATCH","features":[395]},{"name":"UDAT_PATTERN","features":[395]},{"name":"UDAT_QUARTER","features":[395]},{"name":"UDAT_QUARTERS","features":[395]},{"name":"UDAT_QUARTER_FIELD","features":[395]},{"name":"UDAT_RELATIVE","features":[395]},{"name":"UDAT_RELATIVE_DAYS","features":[395]},{"name":"UDAT_RELATIVE_HOURS","features":[395]},{"name":"UDAT_RELATIVE_MINUTES","features":[395]},{"name":"UDAT_RELATIVE_MONTHS","features":[395]},{"name":"UDAT_RELATIVE_SECONDS","features":[395]},{"name":"UDAT_RELATIVE_UNIT_COUNT","features":[395]},{"name":"UDAT_RELATIVE_WEEKS","features":[395]},{"name":"UDAT_RELATIVE_YEARS","features":[395]},{"name":"UDAT_REL_LITERAL_FIELD","features":[395]},{"name":"UDAT_REL_NUMERIC_FIELD","features":[395]},{"name":"UDAT_REL_UNIT_DAY","features":[395]},{"name":"UDAT_REL_UNIT_FRIDAY","features":[395]},{"name":"UDAT_REL_UNIT_HOUR","features":[395]},{"name":"UDAT_REL_UNIT_MINUTE","features":[395]},{"name":"UDAT_REL_UNIT_MONDAY","features":[395]},{"name":"UDAT_REL_UNIT_MONTH","features":[395]},{"name":"UDAT_REL_UNIT_QUARTER","features":[395]},{"name":"UDAT_REL_UNIT_SATURDAY","features":[395]},{"name":"UDAT_REL_UNIT_SECOND","features":[395]},{"name":"UDAT_REL_UNIT_SUNDAY","features":[395]},{"name":"UDAT_REL_UNIT_THURSDAY","features":[395]},{"name":"UDAT_REL_UNIT_TUESDAY","features":[395]},{"name":"UDAT_REL_UNIT_WEDNESDAY","features":[395]},{"name":"UDAT_REL_UNIT_WEEK","features":[395]},{"name":"UDAT_REL_UNIT_YEAR","features":[395]},{"name":"UDAT_SECOND","features":[395]},{"name":"UDAT_SECOND_FIELD","features":[395]},{"name":"UDAT_SHORT","features":[395]},{"name":"UDAT_SHORTER_WEEKDAYS","features":[395]},{"name":"UDAT_SHORT_MONTHS","features":[395]},{"name":"UDAT_SHORT_QUARTERS","features":[395]},{"name":"UDAT_SHORT_RELATIVE","features":[395]},{"name":"UDAT_SHORT_WEEKDAYS","features":[395]},{"name":"UDAT_SPECIFIC_TZ","features":[395]},{"name":"UDAT_STANDALONE_DAY_FIELD","features":[395]},{"name":"UDAT_STANDALONE_MONTHS","features":[395]},{"name":"UDAT_STANDALONE_MONTH_FIELD","features":[395]},{"name":"UDAT_STANDALONE_NARROW_MONTHS","features":[395]},{"name":"UDAT_STANDALONE_NARROW_WEEKDAYS","features":[395]},{"name":"UDAT_STANDALONE_QUARTERS","features":[395]},{"name":"UDAT_STANDALONE_QUARTER_FIELD","features":[395]},{"name":"UDAT_STANDALONE_SHORTER_WEEKDAYS","features":[395]},{"name":"UDAT_STANDALONE_SHORT_MONTHS","features":[395]},{"name":"UDAT_STANDALONE_SHORT_QUARTERS","features":[395]},{"name":"UDAT_STANDALONE_SHORT_WEEKDAYS","features":[395]},{"name":"UDAT_STANDALONE_WEEKDAYS","features":[395]},{"name":"UDAT_STYLE_LONG","features":[395]},{"name":"UDAT_STYLE_NARROW","features":[395]},{"name":"UDAT_STYLE_SHORT","features":[395]},{"name":"UDAT_TIMEZONE_FIELD","features":[395]},{"name":"UDAT_TIMEZONE_GENERIC_FIELD","features":[395]},{"name":"UDAT_TIMEZONE_ISO_FIELD","features":[395]},{"name":"UDAT_TIMEZONE_ISO_LOCAL_FIELD","features":[395]},{"name":"UDAT_TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD","features":[395]},{"name":"UDAT_TIMEZONE_RFC_FIELD","features":[395]},{"name":"UDAT_TIMEZONE_SPECIAL_FIELD","features":[395]},{"name":"UDAT_WEEKDAY","features":[395]},{"name":"UDAT_WEEKDAYS","features":[395]},{"name":"UDAT_WEEK_OF_MONTH_FIELD","features":[395]},{"name":"UDAT_WEEK_OF_YEAR_FIELD","features":[395]},{"name":"UDAT_YEAR","features":[395]},{"name":"UDAT_YEAR_ABBR_MONTH","features":[395]},{"name":"UDAT_YEAR_ABBR_MONTH_DAY","features":[395]},{"name":"UDAT_YEAR_ABBR_MONTH_WEEKDAY_DAY","features":[395]},{"name":"UDAT_YEAR_ABBR_QUARTER","features":[395]},{"name":"UDAT_YEAR_FIELD","features":[395]},{"name":"UDAT_YEAR_MONTH","features":[395]},{"name":"UDAT_YEAR_MONTH_DAY","features":[395]},{"name":"UDAT_YEAR_MONTH_WEEKDAY_DAY","features":[395]},{"name":"UDAT_YEAR_NAME_FIELD","features":[395]},{"name":"UDAT_YEAR_NUM_MONTH","features":[395]},{"name":"UDAT_YEAR_NUM_MONTH_DAY","features":[395]},{"name":"UDAT_YEAR_NUM_MONTH_WEEKDAY_DAY","features":[395]},{"name":"UDAT_YEAR_QUARTER","features":[395]},{"name":"UDAT_YEAR_WOY_FIELD","features":[395]},{"name":"UDAT_ZODIAC_NAMES_ABBREVIATED","features":[395]},{"name":"UDAT_ZODIAC_NAMES_NARROW","features":[395]},{"name":"UDAT_ZODIAC_NAMES_WIDE","features":[395]},{"name":"UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE","features":[395]},{"name":"UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE","features":[395]},{"name":"UDISPCTX_CAPITALIZATION_FOR_STANDALONE","features":[395]},{"name":"UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU","features":[395]},{"name":"UDISPCTX_CAPITALIZATION_NONE","features":[395]},{"name":"UDISPCTX_DIALECT_NAMES","features":[395]},{"name":"UDISPCTX_LENGTH_FULL","features":[395]},{"name":"UDISPCTX_LENGTH_SHORT","features":[395]},{"name":"UDISPCTX_NO_SUBSTITUTE","features":[395]},{"name":"UDISPCTX_STANDARD_NAMES","features":[395]},{"name":"UDISPCTX_SUBSTITUTE","features":[395]},{"name":"UDISPCTX_TYPE_CAPITALIZATION","features":[395]},{"name":"UDISPCTX_TYPE_DIALECT_HANDLING","features":[395]},{"name":"UDISPCTX_TYPE_DISPLAY_LENGTH","features":[395]},{"name":"UDISPCTX_TYPE_SUBSTITUTE_HANDLING","features":[395]},{"name":"UDTS_DB2_TIME","features":[395]},{"name":"UDTS_DOTNET_DATE_TIME","features":[395]},{"name":"UDTS_EXCEL_TIME","features":[395]},{"name":"UDTS_ICU4C_TIME","features":[395]},{"name":"UDTS_JAVA_TIME","features":[395]},{"name":"UDTS_MAC_OLD_TIME","features":[395]},{"name":"UDTS_MAC_TIME","features":[395]},{"name":"UDTS_UNIX_MICROSECONDS_TIME","features":[395]},{"name":"UDTS_UNIX_TIME","features":[395]},{"name":"UDTS_WINDOWS_FILE_TIME","features":[395]},{"name":"UDateAbsoluteUnit","features":[395]},{"name":"UDateDirection","features":[395]},{"name":"UDateFormatBooleanAttribute","features":[395]},{"name":"UDateFormatField","features":[395]},{"name":"UDateFormatStyle","features":[395]},{"name":"UDateFormatSymbolType","features":[395]},{"name":"UDateFormatSymbols","features":[395]},{"name":"UDateIntervalFormat","features":[395]},{"name":"UDateRelativeDateTimeFormatterStyle","features":[395]},{"name":"UDateRelativeUnit","features":[395]},{"name":"UDateTimePGDisplayWidth","features":[395]},{"name":"UDateTimePatternConflict","features":[395]},{"name":"UDateTimePatternField","features":[395]},{"name":"UDateTimePatternMatchOptions","features":[395]},{"name":"UDateTimeScale","features":[395]},{"name":"UDecompositionType","features":[395]},{"name":"UDialectHandling","features":[395]},{"name":"UDisplayContext","features":[395]},{"name":"UDisplayContextType","features":[395]},{"name":"UEastAsianWidth","features":[395]},{"name":"UEnumCharNamesFn","features":[395]},{"name":"UEnumeration","features":[395]},{"name":"UErrorCode","features":[395]},{"name":"UFIELD_CATEGORY_DATE","features":[395]},{"name":"UFIELD_CATEGORY_DATE_INTERVAL","features":[395]},{"name":"UFIELD_CATEGORY_DATE_INTERVAL_SPAN","features":[395]},{"name":"UFIELD_CATEGORY_LIST","features":[395]},{"name":"UFIELD_CATEGORY_LIST_SPAN","features":[395]},{"name":"UFIELD_CATEGORY_NUMBER","features":[395]},{"name":"UFIELD_CATEGORY_RELATIVE_DATETIME","features":[395]},{"name":"UFIELD_CATEGORY_UNDEFINED","features":[395]},{"name":"UFMT_ARRAY","features":[395]},{"name":"UFMT_DATE","features":[395]},{"name":"UFMT_DOUBLE","features":[395]},{"name":"UFMT_INT64","features":[395]},{"name":"UFMT_LONG","features":[395]},{"name":"UFMT_OBJECT","features":[395]},{"name":"UFMT_STRING","features":[395]},{"name":"UFieldCategory","features":[395]},{"name":"UFieldPosition","features":[395]},{"name":"UFieldPositionIterator","features":[395]},{"name":"UFormattableType","features":[395]},{"name":"UFormattedDateInterval","features":[395]},{"name":"UFormattedList","features":[395]},{"name":"UFormattedNumber","features":[395]},{"name":"UFormattedNumberRange","features":[395]},{"name":"UFormattedRelativeDateTime","features":[395]},{"name":"UFormattedValue","features":[395]},{"name":"UGENDER_FEMALE","features":[395]},{"name":"UGENDER_MALE","features":[395]},{"name":"UGENDER_OTHER","features":[395]},{"name":"UGender","features":[395]},{"name":"UGenderInfo","features":[395]},{"name":"UGraphemeClusterBreak","features":[395]},{"name":"UHangulSyllableType","features":[395]},{"name":"UHashtable","features":[395]},{"name":"UIDNA","features":[395]},{"name":"UIDNAInfo","features":[395]},{"name":"UIDNA_CHECK_BIDI","features":[395]},{"name":"UIDNA_CHECK_CONTEXTJ","features":[395]},{"name":"UIDNA_CHECK_CONTEXTO","features":[395]},{"name":"UIDNA_DEFAULT","features":[395]},{"name":"UIDNA_ERROR_BIDI","features":[395]},{"name":"UIDNA_ERROR_CONTEXTJ","features":[395]},{"name":"UIDNA_ERROR_CONTEXTO_DIGITS","features":[395]},{"name":"UIDNA_ERROR_CONTEXTO_PUNCTUATION","features":[395]},{"name":"UIDNA_ERROR_DISALLOWED","features":[395]},{"name":"UIDNA_ERROR_DOMAIN_NAME_TOO_LONG","features":[395]},{"name":"UIDNA_ERROR_EMPTY_LABEL","features":[395]},{"name":"UIDNA_ERROR_HYPHEN_3_4","features":[395]},{"name":"UIDNA_ERROR_INVALID_ACE_LABEL","features":[395]},{"name":"UIDNA_ERROR_LABEL_HAS_DOT","features":[395]},{"name":"UIDNA_ERROR_LABEL_TOO_LONG","features":[395]},{"name":"UIDNA_ERROR_LEADING_COMBINING_MARK","features":[395]},{"name":"UIDNA_ERROR_LEADING_HYPHEN","features":[395]},{"name":"UIDNA_ERROR_PUNYCODE","features":[395]},{"name":"UIDNA_ERROR_TRAILING_HYPHEN","features":[395]},{"name":"UIDNA_NONTRANSITIONAL_TO_ASCII","features":[395]},{"name":"UIDNA_NONTRANSITIONAL_TO_UNICODE","features":[395]},{"name":"UIDNA_USE_STD3_RULES","features":[395]},{"name":"UILANGUAGE_ENUMPROCA","features":[307,395]},{"name":"UILANGUAGE_ENUMPROCW","features":[307,395]},{"name":"UITER_CURRENT","features":[395]},{"name":"UITER_LENGTH","features":[395]},{"name":"UITER_LIMIT","features":[395]},{"name":"UITER_START","features":[395]},{"name":"UITER_UNKNOWN_INDEX","features":[395]},{"name":"UITER_ZERO","features":[395]},{"name":"UIndicPositionalCategory","features":[395]},{"name":"UIndicSyllabicCategory","features":[395]},{"name":"UJoiningGroup","features":[395]},{"name":"UJoiningType","features":[395]},{"name":"ULDN_DIALECT_NAMES","features":[395]},{"name":"ULDN_STANDARD_NAMES","features":[395]},{"name":"ULISTFMT_ELEMENT_FIELD","features":[395]},{"name":"ULISTFMT_LITERAL_FIELD","features":[395]},{"name":"ULISTFMT_TYPE_AND","features":[395]},{"name":"ULISTFMT_TYPE_OR","features":[395]},{"name":"ULISTFMT_TYPE_UNITS","features":[395]},{"name":"ULISTFMT_WIDTH_NARROW","features":[395]},{"name":"ULISTFMT_WIDTH_SHORT","features":[395]},{"name":"ULISTFMT_WIDTH_WIDE","features":[395]},{"name":"ULOCDATA_ALT_QUOTATION_END","features":[395]},{"name":"ULOCDATA_ALT_QUOTATION_START","features":[395]},{"name":"ULOCDATA_ES_AUXILIARY","features":[395]},{"name":"ULOCDATA_ES_INDEX","features":[395]},{"name":"ULOCDATA_ES_PUNCTUATION","features":[395]},{"name":"ULOCDATA_ES_STANDARD","features":[395]},{"name":"ULOCDATA_QUOTATION_END","features":[395]},{"name":"ULOCDATA_QUOTATION_START","features":[395]},{"name":"ULOC_ACCEPT_FAILED","features":[395]},{"name":"ULOC_ACCEPT_FALLBACK","features":[395]},{"name":"ULOC_ACCEPT_VALID","features":[395]},{"name":"ULOC_ACTUAL_LOCALE","features":[395]},{"name":"ULOC_AVAILABLE_DEFAULT","features":[395]},{"name":"ULOC_AVAILABLE_ONLY_LEGACY_ALIASES","features":[395]},{"name":"ULOC_AVAILABLE_WITH_LEGACY_ALIASES","features":[395]},{"name":"ULOC_CANADA","features":[395]},{"name":"ULOC_CANADA_FRENCH","features":[395]},{"name":"ULOC_CHINA","features":[395]},{"name":"ULOC_CHINESE","features":[395]},{"name":"ULOC_COUNTRY_CAPACITY","features":[395]},{"name":"ULOC_ENGLISH","features":[395]},{"name":"ULOC_FRANCE","features":[395]},{"name":"ULOC_FRENCH","features":[395]},{"name":"ULOC_FULLNAME_CAPACITY","features":[395]},{"name":"ULOC_GERMAN","features":[395]},{"name":"ULOC_GERMANY","features":[395]},{"name":"ULOC_ITALIAN","features":[395]},{"name":"ULOC_ITALY","features":[395]},{"name":"ULOC_JAPAN","features":[395]},{"name":"ULOC_JAPANESE","features":[395]},{"name":"ULOC_KEYWORDS_CAPACITY","features":[395]},{"name":"ULOC_KEYWORD_AND_VALUES_CAPACITY","features":[395]},{"name":"ULOC_KEYWORD_ASSIGN_UNICODE","features":[395]},{"name":"ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE","features":[395]},{"name":"ULOC_KEYWORD_SEPARATOR_UNICODE","features":[395]},{"name":"ULOC_KOREA","features":[395]},{"name":"ULOC_KOREAN","features":[395]},{"name":"ULOC_LANG_CAPACITY","features":[395]},{"name":"ULOC_LAYOUT_BTT","features":[395]},{"name":"ULOC_LAYOUT_LTR","features":[395]},{"name":"ULOC_LAYOUT_RTL","features":[395]},{"name":"ULOC_LAYOUT_TTB","features":[395]},{"name":"ULOC_LAYOUT_UNKNOWN","features":[395]},{"name":"ULOC_PRC","features":[395]},{"name":"ULOC_SCRIPT_CAPACITY","features":[395]},{"name":"ULOC_SIMPLIFIED_CHINESE","features":[395]},{"name":"ULOC_TAIWAN","features":[395]},{"name":"ULOC_TRADITIONAL_CHINESE","features":[395]},{"name":"ULOC_UK","features":[395]},{"name":"ULOC_US","features":[395]},{"name":"ULOC_VALID_LOCALE","features":[395]},{"name":"ULayoutType","features":[395]},{"name":"ULineBreak","features":[395]},{"name":"ULineBreakTag","features":[395]},{"name":"UListFormatter","features":[395]},{"name":"UListFormatterField","features":[395]},{"name":"UListFormatterType","features":[395]},{"name":"UListFormatterWidth","features":[395]},{"name":"ULocAvailableType","features":[395]},{"name":"ULocDataLocaleType","features":[395]},{"name":"ULocaleData","features":[395]},{"name":"ULocaleDataDelimiterType","features":[395]},{"name":"ULocaleDataExemplarSetType","features":[395]},{"name":"ULocaleDisplayNames","features":[395]},{"name":"UMEASFMT_WIDTH_COUNT","features":[395]},{"name":"UMEASFMT_WIDTH_NARROW","features":[395]},{"name":"UMEASFMT_WIDTH_NUMERIC","features":[395]},{"name":"UMEASFMT_WIDTH_SHORT","features":[395]},{"name":"UMEASFMT_WIDTH_WIDE","features":[395]},{"name":"UMSGPAT_APOS_DOUBLE_OPTIONAL","features":[395]},{"name":"UMSGPAT_APOS_DOUBLE_REQUIRED","features":[395]},{"name":"UMSGPAT_ARG_NAME_NOT_NUMBER","features":[395]},{"name":"UMSGPAT_ARG_NAME_NOT_VALID","features":[395]},{"name":"UMSGPAT_ARG_TYPE_CHOICE","features":[395]},{"name":"UMSGPAT_ARG_TYPE_NONE","features":[395]},{"name":"UMSGPAT_ARG_TYPE_PLURAL","features":[395]},{"name":"UMSGPAT_ARG_TYPE_SELECT","features":[395]},{"name":"UMSGPAT_ARG_TYPE_SELECTORDINAL","features":[395]},{"name":"UMSGPAT_ARG_TYPE_SIMPLE","features":[395]},{"name":"UMSGPAT_PART_TYPE_ARG_DOUBLE","features":[395]},{"name":"UMSGPAT_PART_TYPE_ARG_INT","features":[395]},{"name":"UMSGPAT_PART_TYPE_ARG_LIMIT","features":[395]},{"name":"UMSGPAT_PART_TYPE_ARG_NAME","features":[395]},{"name":"UMSGPAT_PART_TYPE_ARG_NUMBER","features":[395]},{"name":"UMSGPAT_PART_TYPE_ARG_SELECTOR","features":[395]},{"name":"UMSGPAT_PART_TYPE_ARG_START","features":[395]},{"name":"UMSGPAT_PART_TYPE_ARG_STYLE","features":[395]},{"name":"UMSGPAT_PART_TYPE_ARG_TYPE","features":[395]},{"name":"UMSGPAT_PART_TYPE_INSERT_CHAR","features":[395]},{"name":"UMSGPAT_PART_TYPE_MSG_LIMIT","features":[395]},{"name":"UMSGPAT_PART_TYPE_MSG_START","features":[395]},{"name":"UMSGPAT_PART_TYPE_REPLACE_NUMBER","features":[395]},{"name":"UMSGPAT_PART_TYPE_SKIP_SYNTAX","features":[395]},{"name":"UMS_SI","features":[395]},{"name":"UMS_UK","features":[395]},{"name":"UMS_US","features":[395]},{"name":"UMeasureFormatWidth","features":[395]},{"name":"UMeasurementSystem","features":[395]},{"name":"UMemAllocFn","features":[395]},{"name":"UMemFreeFn","features":[395]},{"name":"UMemReallocFn","features":[395]},{"name":"UMessagePatternApostropheMode","features":[395]},{"name":"UMessagePatternArgType","features":[395]},{"name":"UMessagePatternPartType","features":[395]},{"name":"UMutableCPTrie","features":[395]},{"name":"UNESCAPE_CHAR_AT","features":[395]},{"name":"UNICODERANGE","features":[395]},{"name":"UNISCRIBE_OPENTYPE","features":[395]},{"name":"UNORM2_COMPOSE","features":[395]},{"name":"UNORM2_COMPOSE_CONTIGUOUS","features":[395]},{"name":"UNORM2_DECOMPOSE","features":[395]},{"name":"UNORM2_FCD","features":[395]},{"name":"UNORM_DEFAULT","features":[395]},{"name":"UNORM_FCD","features":[395]},{"name":"UNORM_INPUT_IS_FCD","features":[395]},{"name":"UNORM_MAYBE","features":[395]},{"name":"UNORM_MODE_COUNT","features":[395]},{"name":"UNORM_NFC","features":[395]},{"name":"UNORM_NFD","features":[395]},{"name":"UNORM_NFKC","features":[395]},{"name":"UNORM_NFKD","features":[395]},{"name":"UNORM_NO","features":[395]},{"name":"UNORM_NONE","features":[395]},{"name":"UNORM_YES","features":[395]},{"name":"UNUM_CASH_CURRENCY","features":[395]},{"name":"UNUM_COMPACT_FIELD","features":[395]},{"name":"UNUM_CURRENCY","features":[395]},{"name":"UNUM_CURRENCY_ACCOUNTING","features":[395]},{"name":"UNUM_CURRENCY_CODE","features":[395]},{"name":"UNUM_CURRENCY_FIELD","features":[395]},{"name":"UNUM_CURRENCY_INSERT","features":[395]},{"name":"UNUM_CURRENCY_ISO","features":[395]},{"name":"UNUM_CURRENCY_MATCH","features":[395]},{"name":"UNUM_CURRENCY_PLURAL","features":[395]},{"name":"UNUM_CURRENCY_SPACING_COUNT","features":[395]},{"name":"UNUM_CURRENCY_STANDARD","features":[395]},{"name":"UNUM_CURRENCY_SURROUNDING_MATCH","features":[395]},{"name":"UNUM_CURRENCY_SYMBOL","features":[395]},{"name":"UNUM_CURRENCY_USAGE","features":[395]},{"name":"UNUM_DECIMAL","features":[395]},{"name":"UNUM_DECIMAL_ALWAYS_SHOWN","features":[395]},{"name":"UNUM_DECIMAL_COMPACT_LONG","features":[395]},{"name":"UNUM_DECIMAL_COMPACT_SHORT","features":[395]},{"name":"UNUM_DECIMAL_SEPARATOR_ALWAYS","features":[395]},{"name":"UNUM_DECIMAL_SEPARATOR_AUTO","features":[395]},{"name":"UNUM_DECIMAL_SEPARATOR_COUNT","features":[395]},{"name":"UNUM_DECIMAL_SEPARATOR_FIELD","features":[395]},{"name":"UNUM_DECIMAL_SEPARATOR_SYMBOL","features":[395]},{"name":"UNUM_DEFAULT","features":[395]},{"name":"UNUM_DEFAULT_RULESET","features":[395]},{"name":"UNUM_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_DURATION","features":[395]},{"name":"UNUM_EIGHT_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_EXPONENTIAL_SYMBOL","features":[395]},{"name":"UNUM_EXPONENT_FIELD","features":[395]},{"name":"UNUM_EXPONENT_MULTIPLICATION_SYMBOL","features":[395]},{"name":"UNUM_EXPONENT_SIGN_FIELD","features":[395]},{"name":"UNUM_EXPONENT_SYMBOL_FIELD","features":[395]},{"name":"UNUM_FIVE_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_FORMAT_ATTRIBUTE_VALUE_HIDDEN","features":[395]},{"name":"UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS","features":[395]},{"name":"UNUM_FORMAT_WIDTH","features":[395]},{"name":"UNUM_FOUR_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_FRACTION_DIGITS","features":[395]},{"name":"UNUM_FRACTION_FIELD","features":[395]},{"name":"UNUM_GROUPING_AUTO","features":[395]},{"name":"UNUM_GROUPING_MIN2","features":[395]},{"name":"UNUM_GROUPING_OFF","features":[395]},{"name":"UNUM_GROUPING_ON_ALIGNED","features":[395]},{"name":"UNUM_GROUPING_SEPARATOR_FIELD","features":[395]},{"name":"UNUM_GROUPING_SEPARATOR_SYMBOL","features":[395]},{"name":"UNUM_GROUPING_SIZE","features":[395]},{"name":"UNUM_GROUPING_THOUSANDS","features":[395]},{"name":"UNUM_GROUPING_USED","features":[395]},{"name":"UNUM_IDENTITY_FALLBACK_APPROXIMATELY","features":[395]},{"name":"UNUM_IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE","features":[395]},{"name":"UNUM_IDENTITY_FALLBACK_RANGE","features":[395]},{"name":"UNUM_IDENTITY_FALLBACK_SINGLE_VALUE","features":[395]},{"name":"UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING","features":[395]},{"name":"UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING","features":[395]},{"name":"UNUM_IDENTITY_RESULT_NOT_EQUAL","features":[395]},{"name":"UNUM_IGNORE","features":[395]},{"name":"UNUM_INFINITY_SYMBOL","features":[395]},{"name":"UNUM_INTEGER_DIGITS","features":[395]},{"name":"UNUM_INTEGER_FIELD","features":[395]},{"name":"UNUM_INTL_CURRENCY_SYMBOL","features":[395]},{"name":"UNUM_LENIENT_PARSE","features":[395]},{"name":"UNUM_LONG","features":[395]},{"name":"UNUM_MAX_FRACTION_DIGITS","features":[395]},{"name":"UNUM_MAX_INTEGER_DIGITS","features":[395]},{"name":"UNUM_MAX_SIGNIFICANT_DIGITS","features":[395]},{"name":"UNUM_MEASURE_UNIT_FIELD","features":[395]},{"name":"UNUM_MINIMUM_GROUPING_DIGITS","features":[395]},{"name":"UNUM_MINUS_SIGN_SYMBOL","features":[395]},{"name":"UNUM_MIN_FRACTION_DIGITS","features":[395]},{"name":"UNUM_MIN_INTEGER_DIGITS","features":[395]},{"name":"UNUM_MIN_SIGNIFICANT_DIGITS","features":[395]},{"name":"UNUM_MONETARY_GROUPING_SEPARATOR_SYMBOL","features":[395]},{"name":"UNUM_MONETARY_SEPARATOR_SYMBOL","features":[395]},{"name":"UNUM_MULTIPLIER","features":[395]},{"name":"UNUM_NAN_SYMBOL","features":[395]},{"name":"UNUM_NEGATIVE_PREFIX","features":[395]},{"name":"UNUM_NEGATIVE_SUFFIX","features":[395]},{"name":"UNUM_NINE_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_NUMBERING_SYSTEM","features":[395]},{"name":"UNUM_ONE_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_ORDINAL","features":[395]},{"name":"UNUM_PADDING_CHARACTER","features":[395]},{"name":"UNUM_PADDING_POSITION","features":[395]},{"name":"UNUM_PAD_AFTER_PREFIX","features":[395]},{"name":"UNUM_PAD_AFTER_SUFFIX","features":[395]},{"name":"UNUM_PAD_BEFORE_PREFIX","features":[395]},{"name":"UNUM_PAD_BEFORE_SUFFIX","features":[395]},{"name":"UNUM_PAD_ESCAPE_SYMBOL","features":[395]},{"name":"UNUM_PARSE_ALL_INPUT","features":[395]},{"name":"UNUM_PARSE_CASE_SENSITIVE","features":[395]},{"name":"UNUM_PARSE_DECIMAL_MARK_REQUIRED","features":[395]},{"name":"UNUM_PARSE_INT_ONLY","features":[395]},{"name":"UNUM_PARSE_NO_EXPONENT","features":[395]},{"name":"UNUM_PATTERN_DECIMAL","features":[395]},{"name":"UNUM_PATTERN_RULEBASED","features":[395]},{"name":"UNUM_PATTERN_SEPARATOR_SYMBOL","features":[395]},{"name":"UNUM_PERCENT","features":[395]},{"name":"UNUM_PERCENT_FIELD","features":[395]},{"name":"UNUM_PERCENT_SYMBOL","features":[395]},{"name":"UNUM_PERMILL_FIELD","features":[395]},{"name":"UNUM_PERMILL_SYMBOL","features":[395]},{"name":"UNUM_PLUS_SIGN_SYMBOL","features":[395]},{"name":"UNUM_POSITIVE_PREFIX","features":[395]},{"name":"UNUM_POSITIVE_SUFFIX","features":[395]},{"name":"UNUM_PUBLIC_RULESETS","features":[395]},{"name":"UNUM_RANGE_COLLAPSE_ALL","features":[395]},{"name":"UNUM_RANGE_COLLAPSE_AUTO","features":[395]},{"name":"UNUM_RANGE_COLLAPSE_NONE","features":[395]},{"name":"UNUM_RANGE_COLLAPSE_UNIT","features":[395]},{"name":"UNUM_ROUNDING_INCREMENT","features":[395]},{"name":"UNUM_ROUNDING_MODE","features":[395]},{"name":"UNUM_ROUND_CEILING","features":[395]},{"name":"UNUM_ROUND_DOWN","features":[395]},{"name":"UNUM_ROUND_FLOOR","features":[395]},{"name":"UNUM_ROUND_HALFDOWN","features":[395]},{"name":"UNUM_ROUND_HALFEVEN","features":[395]},{"name":"UNUM_ROUND_HALFUP","features":[395]},{"name":"UNUM_ROUND_UNNECESSARY","features":[395]},{"name":"UNUM_ROUND_UP","features":[395]},{"name":"UNUM_SCALE","features":[395]},{"name":"UNUM_SCIENTIFIC","features":[395]},{"name":"UNUM_SECONDARY_GROUPING_SIZE","features":[395]},{"name":"UNUM_SEVEN_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_SHORT","features":[395]},{"name":"UNUM_SIGNIFICANT_DIGITS_USED","features":[395]},{"name":"UNUM_SIGNIFICANT_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_SIGN_ACCOUNTING","features":[395]},{"name":"UNUM_SIGN_ACCOUNTING_ALWAYS","features":[395]},{"name":"UNUM_SIGN_ACCOUNTING_EXCEPT_ZERO","features":[395]},{"name":"UNUM_SIGN_ALWAYS","features":[395]},{"name":"UNUM_SIGN_ALWAYS_SHOWN","features":[395]},{"name":"UNUM_SIGN_AUTO","features":[395]},{"name":"UNUM_SIGN_COUNT","features":[395]},{"name":"UNUM_SIGN_EXCEPT_ZERO","features":[395]},{"name":"UNUM_SIGN_FIELD","features":[395]},{"name":"UNUM_SIGN_NEVER","features":[395]},{"name":"UNUM_SIX_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_SPELLOUT","features":[395]},{"name":"UNUM_THREE_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_TWO_DIGIT_SYMBOL","features":[395]},{"name":"UNUM_UNIT_WIDTH_COUNT","features":[395]},{"name":"UNUM_UNIT_WIDTH_FULL_NAME","features":[395]},{"name":"UNUM_UNIT_WIDTH_HIDDEN","features":[395]},{"name":"UNUM_UNIT_WIDTH_ISO_CODE","features":[395]},{"name":"UNUM_UNIT_WIDTH_NARROW","features":[395]},{"name":"UNUM_UNIT_WIDTH_SHORT","features":[395]},{"name":"UNUM_ZERO_DIGIT_SYMBOL","features":[395]},{"name":"UNormalization2Mode","features":[395]},{"name":"UNormalizationCheckResult","features":[395]},{"name":"UNormalizationMode","features":[395]},{"name":"UNormalizer2","features":[395]},{"name":"UNumberCompactStyle","features":[395]},{"name":"UNumberDecimalSeparatorDisplay","features":[395]},{"name":"UNumberFormatAttribute","features":[395]},{"name":"UNumberFormatAttributeValue","features":[395]},{"name":"UNumberFormatFields","features":[395]},{"name":"UNumberFormatPadPosition","features":[395]},{"name":"UNumberFormatRoundingMode","features":[395]},{"name":"UNumberFormatStyle","features":[395]},{"name":"UNumberFormatSymbol","features":[395]},{"name":"UNumberFormatTextAttribute","features":[395]},{"name":"UNumberFormatter","features":[395]},{"name":"UNumberGroupingStrategy","features":[395]},{"name":"UNumberRangeCollapse","features":[395]},{"name":"UNumberRangeIdentityFallback","features":[395]},{"name":"UNumberRangeIdentityResult","features":[395]},{"name":"UNumberSignDisplay","features":[395]},{"name":"UNumberUnitWidth","features":[395]},{"name":"UNumberingSystem","features":[395]},{"name":"UNumericType","features":[395]},{"name":"UPLURAL_TYPE_CARDINAL","features":[395]},{"name":"UPLURAL_TYPE_ORDINAL","features":[395]},{"name":"UParseError","features":[395]},{"name":"UPluralRules","features":[395]},{"name":"UPluralType","features":[395]},{"name":"UProperty","features":[395]},{"name":"UPropertyNameChoice","features":[395]},{"name":"UREGEX_CASE_INSENSITIVE","features":[395]},{"name":"UREGEX_COMMENTS","features":[395]},{"name":"UREGEX_DOTALL","features":[395]},{"name":"UREGEX_ERROR_ON_UNKNOWN_ESCAPES","features":[395]},{"name":"UREGEX_LITERAL","features":[395]},{"name":"UREGEX_MULTILINE","features":[395]},{"name":"UREGEX_UNIX_LINES","features":[395]},{"name":"UREGEX_UWORD","features":[395]},{"name":"URES_ALIAS","features":[395]},{"name":"URES_ARRAY","features":[395]},{"name":"URES_BINARY","features":[395]},{"name":"URES_INT","features":[395]},{"name":"URES_INT_VECTOR","features":[395]},{"name":"URES_NONE","features":[395]},{"name":"URES_STRING","features":[395]},{"name":"URES_TABLE","features":[395]},{"name":"URGN_CONTINENT","features":[395]},{"name":"URGN_DEPRECATED","features":[395]},{"name":"URGN_GROUPING","features":[395]},{"name":"URGN_SUBCONTINENT","features":[395]},{"name":"URGN_TERRITORY","features":[395]},{"name":"URGN_UNKNOWN","features":[395]},{"name":"URGN_WORLD","features":[395]},{"name":"URegexFindProgressCallback","features":[395]},{"name":"URegexMatchCallback","features":[395]},{"name":"URegexpFlag","features":[395]},{"name":"URegion","features":[395]},{"name":"URegionType","features":[395]},{"name":"URegularExpression","features":[395]},{"name":"URelativeDateTimeFormatter","features":[395]},{"name":"URelativeDateTimeFormatterField","features":[395]},{"name":"URelativeDateTimeUnit","features":[395]},{"name":"UReplaceableCallbacks","features":[395]},{"name":"UResType","features":[395]},{"name":"UResourceBundle","features":[395]},{"name":"URestrictionLevel","features":[395]},{"name":"USCRIPT_ADLAM","features":[395]},{"name":"USCRIPT_AFAKA","features":[395]},{"name":"USCRIPT_AHOM","features":[395]},{"name":"USCRIPT_ANATOLIAN_HIEROGLYPHS","features":[395]},{"name":"USCRIPT_ARABIC","features":[395]},{"name":"USCRIPT_ARMENIAN","features":[395]},{"name":"USCRIPT_AVESTAN","features":[395]},{"name":"USCRIPT_BALINESE","features":[395]},{"name":"USCRIPT_BAMUM","features":[395]},{"name":"USCRIPT_BASSA_VAH","features":[395]},{"name":"USCRIPT_BATAK","features":[395]},{"name":"USCRIPT_BENGALI","features":[395]},{"name":"USCRIPT_BHAIKSUKI","features":[395]},{"name":"USCRIPT_BLISSYMBOLS","features":[395]},{"name":"USCRIPT_BOOK_PAHLAVI","features":[395]},{"name":"USCRIPT_BOPOMOFO","features":[395]},{"name":"USCRIPT_BRAHMI","features":[395]},{"name":"USCRIPT_BRAILLE","features":[395]},{"name":"USCRIPT_BUGINESE","features":[395]},{"name":"USCRIPT_BUHID","features":[395]},{"name":"USCRIPT_CANADIAN_ABORIGINAL","features":[395]},{"name":"USCRIPT_CARIAN","features":[395]},{"name":"USCRIPT_CAUCASIAN_ALBANIAN","features":[395]},{"name":"USCRIPT_CHAKMA","features":[395]},{"name":"USCRIPT_CHAM","features":[395]},{"name":"USCRIPT_CHEROKEE","features":[395]},{"name":"USCRIPT_CHORASMIAN","features":[395]},{"name":"USCRIPT_CIRTH","features":[395]},{"name":"USCRIPT_COMMON","features":[395]},{"name":"USCRIPT_COPTIC","features":[395]},{"name":"USCRIPT_CUNEIFORM","features":[395]},{"name":"USCRIPT_CYPRIOT","features":[395]},{"name":"USCRIPT_CYRILLIC","features":[395]},{"name":"USCRIPT_DEMOTIC_EGYPTIAN","features":[395]},{"name":"USCRIPT_DESERET","features":[395]},{"name":"USCRIPT_DEVANAGARI","features":[395]},{"name":"USCRIPT_DIVES_AKURU","features":[395]},{"name":"USCRIPT_DOGRA","features":[395]},{"name":"USCRIPT_DUPLOYAN","features":[395]},{"name":"USCRIPT_EASTERN_SYRIAC","features":[395]},{"name":"USCRIPT_EGYPTIAN_HIEROGLYPHS","features":[395]},{"name":"USCRIPT_ELBASAN","features":[395]},{"name":"USCRIPT_ELYMAIC","features":[395]},{"name":"USCRIPT_ESTRANGELO_SYRIAC","features":[395]},{"name":"USCRIPT_ETHIOPIC","features":[395]},{"name":"USCRIPT_GEORGIAN","features":[395]},{"name":"USCRIPT_GLAGOLITIC","features":[395]},{"name":"USCRIPT_GOTHIC","features":[395]},{"name":"USCRIPT_GRANTHA","features":[395]},{"name":"USCRIPT_GREEK","features":[395]},{"name":"USCRIPT_GUJARATI","features":[395]},{"name":"USCRIPT_GUNJALA_GONDI","features":[395]},{"name":"USCRIPT_GURMUKHI","features":[395]},{"name":"USCRIPT_HAN","features":[395]},{"name":"USCRIPT_HANGUL","features":[395]},{"name":"USCRIPT_HANIFI_ROHINGYA","features":[395]},{"name":"USCRIPT_HANUNOO","features":[395]},{"name":"USCRIPT_HAN_WITH_BOPOMOFO","features":[395]},{"name":"USCRIPT_HARAPPAN_INDUS","features":[395]},{"name":"USCRIPT_HATRAN","features":[395]},{"name":"USCRIPT_HEBREW","features":[395]},{"name":"USCRIPT_HIERATIC_EGYPTIAN","features":[395]},{"name":"USCRIPT_HIRAGANA","features":[395]},{"name":"USCRIPT_IMPERIAL_ARAMAIC","features":[395]},{"name":"USCRIPT_INHERITED","features":[395]},{"name":"USCRIPT_INSCRIPTIONAL_PAHLAVI","features":[395]},{"name":"USCRIPT_INSCRIPTIONAL_PARTHIAN","features":[395]},{"name":"USCRIPT_INVALID_CODE","features":[395]},{"name":"USCRIPT_JAMO","features":[395]},{"name":"USCRIPT_JAPANESE","features":[395]},{"name":"USCRIPT_JAVANESE","features":[395]},{"name":"USCRIPT_JURCHEN","features":[395]},{"name":"USCRIPT_KAITHI","features":[395]},{"name":"USCRIPT_KANNADA","features":[395]},{"name":"USCRIPT_KATAKANA","features":[395]},{"name":"USCRIPT_KATAKANA_OR_HIRAGANA","features":[395]},{"name":"USCRIPT_KAYAH_LI","features":[395]},{"name":"USCRIPT_KHAROSHTHI","features":[395]},{"name":"USCRIPT_KHITAN_SMALL_SCRIPT","features":[395]},{"name":"USCRIPT_KHMER","features":[395]},{"name":"USCRIPT_KHOJKI","features":[395]},{"name":"USCRIPT_KHUDAWADI","features":[395]},{"name":"USCRIPT_KHUTSURI","features":[395]},{"name":"USCRIPT_KOREAN","features":[395]},{"name":"USCRIPT_KPELLE","features":[395]},{"name":"USCRIPT_LANNA","features":[395]},{"name":"USCRIPT_LAO","features":[395]},{"name":"USCRIPT_LATIN","features":[395]},{"name":"USCRIPT_LATIN_FRAKTUR","features":[395]},{"name":"USCRIPT_LATIN_GAELIC","features":[395]},{"name":"USCRIPT_LEPCHA","features":[395]},{"name":"USCRIPT_LIMBU","features":[395]},{"name":"USCRIPT_LINEAR_A","features":[395]},{"name":"USCRIPT_LINEAR_B","features":[395]},{"name":"USCRIPT_LISU","features":[395]},{"name":"USCRIPT_LOMA","features":[395]},{"name":"USCRIPT_LYCIAN","features":[395]},{"name":"USCRIPT_LYDIAN","features":[395]},{"name":"USCRIPT_MAHAJANI","features":[395]},{"name":"USCRIPT_MAKASAR","features":[395]},{"name":"USCRIPT_MALAYALAM","features":[395]},{"name":"USCRIPT_MANDAEAN","features":[395]},{"name":"USCRIPT_MANDAIC","features":[395]},{"name":"USCRIPT_MANICHAEAN","features":[395]},{"name":"USCRIPT_MARCHEN","features":[395]},{"name":"USCRIPT_MASARAM_GONDI","features":[395]},{"name":"USCRIPT_MATHEMATICAL_NOTATION","features":[395]},{"name":"USCRIPT_MAYAN_HIEROGLYPHS","features":[395]},{"name":"USCRIPT_MEDEFAIDRIN","features":[395]},{"name":"USCRIPT_MEITEI_MAYEK","features":[395]},{"name":"USCRIPT_MENDE","features":[395]},{"name":"USCRIPT_MEROITIC","features":[395]},{"name":"USCRIPT_MEROITIC_CURSIVE","features":[395]},{"name":"USCRIPT_MEROITIC_HIEROGLYPHS","features":[395]},{"name":"USCRIPT_MIAO","features":[395]},{"name":"USCRIPT_MODI","features":[395]},{"name":"USCRIPT_MONGOLIAN","features":[395]},{"name":"USCRIPT_MOON","features":[395]},{"name":"USCRIPT_MRO","features":[395]},{"name":"USCRIPT_MULTANI","features":[395]},{"name":"USCRIPT_MYANMAR","features":[395]},{"name":"USCRIPT_NABATAEAN","features":[395]},{"name":"USCRIPT_NAKHI_GEBA","features":[395]},{"name":"USCRIPT_NANDINAGARI","features":[395]},{"name":"USCRIPT_NEWA","features":[395]},{"name":"USCRIPT_NEW_TAI_LUE","features":[395]},{"name":"USCRIPT_NKO","features":[395]},{"name":"USCRIPT_NUSHU","features":[395]},{"name":"USCRIPT_NYIAKENG_PUACHUE_HMONG","features":[395]},{"name":"USCRIPT_OGHAM","features":[395]},{"name":"USCRIPT_OLD_CHURCH_SLAVONIC_CYRILLIC","features":[395]},{"name":"USCRIPT_OLD_HUNGARIAN","features":[395]},{"name":"USCRIPT_OLD_ITALIC","features":[395]},{"name":"USCRIPT_OLD_NORTH_ARABIAN","features":[395]},{"name":"USCRIPT_OLD_PERMIC","features":[395]},{"name":"USCRIPT_OLD_PERSIAN","features":[395]},{"name":"USCRIPT_OLD_SOGDIAN","features":[395]},{"name":"USCRIPT_OLD_SOUTH_ARABIAN","features":[395]},{"name":"USCRIPT_OL_CHIKI","features":[395]},{"name":"USCRIPT_ORIYA","features":[395]},{"name":"USCRIPT_ORKHON","features":[395]},{"name":"USCRIPT_OSAGE","features":[395]},{"name":"USCRIPT_OSMANYA","features":[395]},{"name":"USCRIPT_PAHAWH_HMONG","features":[395]},{"name":"USCRIPT_PALMYRENE","features":[395]},{"name":"USCRIPT_PAU_CIN_HAU","features":[395]},{"name":"USCRIPT_PHAGS_PA","features":[395]},{"name":"USCRIPT_PHOENICIAN","features":[395]},{"name":"USCRIPT_PHONETIC_POLLARD","features":[395]},{"name":"USCRIPT_PSALTER_PAHLAVI","features":[395]},{"name":"USCRIPT_REJANG","features":[395]},{"name":"USCRIPT_RONGORONGO","features":[395]},{"name":"USCRIPT_RUNIC","features":[395]},{"name":"USCRIPT_SAMARITAN","features":[395]},{"name":"USCRIPT_SARATI","features":[395]},{"name":"USCRIPT_SAURASHTRA","features":[395]},{"name":"USCRIPT_SHARADA","features":[395]},{"name":"USCRIPT_SHAVIAN","features":[395]},{"name":"USCRIPT_SIDDHAM","features":[395]},{"name":"USCRIPT_SIGN_WRITING","features":[395]},{"name":"USCRIPT_SIMPLIFIED_HAN","features":[395]},{"name":"USCRIPT_SINDHI","features":[395]},{"name":"USCRIPT_SINHALA","features":[395]},{"name":"USCRIPT_SOGDIAN","features":[395]},{"name":"USCRIPT_SORA_SOMPENG","features":[395]},{"name":"USCRIPT_SOYOMBO","features":[395]},{"name":"USCRIPT_SUNDANESE","features":[395]},{"name":"USCRIPT_SYLOTI_NAGRI","features":[395]},{"name":"USCRIPT_SYMBOLS","features":[395]},{"name":"USCRIPT_SYMBOLS_EMOJI","features":[395]},{"name":"USCRIPT_SYRIAC","features":[395]},{"name":"USCRIPT_TAGALOG","features":[395]},{"name":"USCRIPT_TAGBANWA","features":[395]},{"name":"USCRIPT_TAI_LE","features":[395]},{"name":"USCRIPT_TAI_VIET","features":[395]},{"name":"USCRIPT_TAKRI","features":[395]},{"name":"USCRIPT_TAMIL","features":[395]},{"name":"USCRIPT_TANGUT","features":[395]},{"name":"USCRIPT_TELUGU","features":[395]},{"name":"USCRIPT_TENGWAR","features":[395]},{"name":"USCRIPT_THAANA","features":[395]},{"name":"USCRIPT_THAI","features":[395]},{"name":"USCRIPT_TIBETAN","features":[395]},{"name":"USCRIPT_TIFINAGH","features":[395]},{"name":"USCRIPT_TIRHUTA","features":[395]},{"name":"USCRIPT_TRADITIONAL_HAN","features":[395]},{"name":"USCRIPT_UCAS","features":[395]},{"name":"USCRIPT_UGARITIC","features":[395]},{"name":"USCRIPT_UNKNOWN","features":[395]},{"name":"USCRIPT_UNWRITTEN_LANGUAGES","features":[395]},{"name":"USCRIPT_USAGE_ASPIRATIONAL","features":[395]},{"name":"USCRIPT_USAGE_EXCLUDED","features":[395]},{"name":"USCRIPT_USAGE_LIMITED_USE","features":[395]},{"name":"USCRIPT_USAGE_NOT_ENCODED","features":[395]},{"name":"USCRIPT_USAGE_RECOMMENDED","features":[395]},{"name":"USCRIPT_USAGE_UNKNOWN","features":[395]},{"name":"USCRIPT_VAI","features":[395]},{"name":"USCRIPT_VISIBLE_SPEECH","features":[395]},{"name":"USCRIPT_WANCHO","features":[395]},{"name":"USCRIPT_WARANG_CITI","features":[395]},{"name":"USCRIPT_WESTERN_SYRIAC","features":[395]},{"name":"USCRIPT_WOLEAI","features":[395]},{"name":"USCRIPT_YEZIDI","features":[395]},{"name":"USCRIPT_YI","features":[395]},{"name":"USCRIPT_ZANABAZAR_SQUARE","features":[395]},{"name":"USEARCH_ANY_BASE_WEIGHT_IS_WILDCARD","features":[395]},{"name":"USEARCH_DEFAULT","features":[395]},{"name":"USEARCH_DONE","features":[395]},{"name":"USEARCH_ELEMENT_COMPARISON","features":[395]},{"name":"USEARCH_OFF","features":[395]},{"name":"USEARCH_ON","features":[395]},{"name":"USEARCH_OVERLAP","features":[395]},{"name":"USEARCH_PATTERN_BASE_WEIGHT_IS_WILDCARD","features":[395]},{"name":"USEARCH_STANDARD_ELEMENT_COMPARISON","features":[395]},{"name":"USET_ADD_CASE_MAPPINGS","features":[395]},{"name":"USET_CASE_INSENSITIVE","features":[395]},{"name":"USET_IGNORE_SPACE","features":[395]},{"name":"USET_SERIALIZED_STATIC_ARRAY_CAPACITY","features":[395]},{"name":"USET_SPAN_CONTAINED","features":[395]},{"name":"USET_SPAN_NOT_CONTAINED","features":[395]},{"name":"USET_SPAN_SIMPLE","features":[395]},{"name":"USPOOF_ALL_CHECKS","features":[395]},{"name":"USPOOF_ASCII","features":[395]},{"name":"USPOOF_AUX_INFO","features":[395]},{"name":"USPOOF_CHAR_LIMIT","features":[395]},{"name":"USPOOF_CONFUSABLE","features":[395]},{"name":"USPOOF_HIDDEN_OVERLAY","features":[395]},{"name":"USPOOF_HIGHLY_RESTRICTIVE","features":[395]},{"name":"USPOOF_INVISIBLE","features":[395]},{"name":"USPOOF_MINIMALLY_RESTRICTIVE","features":[395]},{"name":"USPOOF_MIXED_NUMBERS","features":[395]},{"name":"USPOOF_MIXED_SCRIPT_CONFUSABLE","features":[395]},{"name":"USPOOF_MODERATELY_RESTRICTIVE","features":[395]},{"name":"USPOOF_RESTRICTION_LEVEL","features":[395]},{"name":"USPOOF_RESTRICTION_LEVEL_MASK","features":[395]},{"name":"USPOOF_SINGLE_SCRIPT_CONFUSABLE","features":[395]},{"name":"USPOOF_SINGLE_SCRIPT_RESTRICTIVE","features":[395]},{"name":"USPOOF_UNRESTRICTIVE","features":[395]},{"name":"USPOOF_WHOLE_SCRIPT_CONFUSABLE","features":[395]},{"name":"USPREP_ALLOW_UNASSIGNED","features":[395]},{"name":"USPREP_DEFAULT","features":[395]},{"name":"USPREP_RFC3491_NAMEPREP","features":[395]},{"name":"USPREP_RFC3530_NFS4_CIS_PREP","features":[395]},{"name":"USPREP_RFC3530_NFS4_CS_PREP","features":[395]},{"name":"USPREP_RFC3530_NFS4_CS_PREP_CI","features":[395]},{"name":"USPREP_RFC3530_NFS4_MIXED_PREP_PREFIX","features":[395]},{"name":"USPREP_RFC3530_NFS4_MIXED_PREP_SUFFIX","features":[395]},{"name":"USPREP_RFC3722_ISCSI","features":[395]},{"name":"USPREP_RFC3920_NODEPREP","features":[395]},{"name":"USPREP_RFC3920_RESOURCEPREP","features":[395]},{"name":"USPREP_RFC4011_MIB","features":[395]},{"name":"USPREP_RFC4013_SASLPREP","features":[395]},{"name":"USPREP_RFC4505_TRACE","features":[395]},{"name":"USPREP_RFC4518_LDAP","features":[395]},{"name":"USPREP_RFC4518_LDAP_CI","features":[395]},{"name":"USP_E_SCRIPT_NOT_IN_FONT","features":[395]},{"name":"USTRINGTRIE_BUILD_FAST","features":[395]},{"name":"USTRINGTRIE_BUILD_SMALL","features":[395]},{"name":"USTRINGTRIE_FINAL_VALUE","features":[395]},{"name":"USTRINGTRIE_INTERMEDIATE_VALUE","features":[395]},{"name":"USTRINGTRIE_NO_MATCH","features":[395]},{"name":"USTRINGTRIE_NO_VALUE","features":[395]},{"name":"UScriptCode","features":[395]},{"name":"UScriptUsage","features":[395]},{"name":"USearch","features":[395]},{"name":"USearchAttribute","features":[395]},{"name":"USearchAttributeValue","features":[395]},{"name":"USentenceBreak","features":[395]},{"name":"USentenceBreakTag","features":[395]},{"name":"USerializedSet","features":[395]},{"name":"USet","features":[395]},{"name":"USetSpanCondition","features":[395]},{"name":"USpoofCheckResult","features":[395]},{"name":"USpoofChecker","features":[395]},{"name":"USpoofChecks","features":[395]},{"name":"UStringCaseMapper","features":[395]},{"name":"UStringPrepProfile","features":[395]},{"name":"UStringPrepProfileType","features":[395]},{"name":"UStringSearch","features":[395]},{"name":"UStringTrieBuildOption","features":[395]},{"name":"UStringTrieResult","features":[395]},{"name":"USystemTimeZoneType","features":[395]},{"name":"UTEXT_MAGIC","features":[395]},{"name":"UTEXT_PROVIDER_HAS_META_DATA","features":[395]},{"name":"UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE","features":[395]},{"name":"UTEXT_PROVIDER_OWNS_TEXT","features":[395]},{"name":"UTEXT_PROVIDER_STABLE_CHUNKS","features":[395]},{"name":"UTEXT_PROVIDER_WRITABLE","features":[395]},{"name":"UTF16_MAX_CHAR_LENGTH","features":[395]},{"name":"UTF32_MAX_CHAR_LENGTH","features":[395]},{"name":"UTF8_ERROR_VALUE_1","features":[395]},{"name":"UTF8_ERROR_VALUE_2","features":[395]},{"name":"UTF8_MAX_CHAR_LENGTH","features":[395]},{"name":"UTF_ERROR_VALUE","features":[395]},{"name":"UTF_MAX_CHAR_LENGTH","features":[395]},{"name":"UTF_SIZE","features":[395]},{"name":"UTRACE_COLLATION_START","features":[395]},{"name":"UTRACE_CONVERSION_START","features":[395]},{"name":"UTRACE_ERROR","features":[395]},{"name":"UTRACE_FUNCTION_START","features":[395]},{"name":"UTRACE_INFO","features":[395]},{"name":"UTRACE_OFF","features":[395]},{"name":"UTRACE_OPEN_CLOSE","features":[395]},{"name":"UTRACE_UCNV_CLONE","features":[395]},{"name":"UTRACE_UCNV_CLOSE","features":[395]},{"name":"UTRACE_UCNV_FLUSH_CACHE","features":[395]},{"name":"UTRACE_UCNV_LOAD","features":[395]},{"name":"UTRACE_UCNV_OPEN","features":[395]},{"name":"UTRACE_UCNV_OPEN_ALGORITHMIC","features":[395]},{"name":"UTRACE_UCNV_OPEN_PACKAGE","features":[395]},{"name":"UTRACE_UCNV_UNLOAD","features":[395]},{"name":"UTRACE_UCOL_CLOSE","features":[395]},{"name":"UTRACE_UCOL_GETLOCALE","features":[395]},{"name":"UTRACE_UCOL_GET_SORTKEY","features":[395]},{"name":"UTRACE_UCOL_NEXTSORTKEYPART","features":[395]},{"name":"UTRACE_UCOL_OPEN","features":[395]},{"name":"UTRACE_UCOL_OPEN_FROM_SHORT_STRING","features":[395]},{"name":"UTRACE_UCOL_STRCOLL","features":[395]},{"name":"UTRACE_UCOL_STRCOLLITER","features":[395]},{"name":"UTRACE_UCOL_STRCOLLUTF8","features":[395]},{"name":"UTRACE_UDATA_BUNDLE","features":[395]},{"name":"UTRACE_UDATA_DATA_FILE","features":[395]},{"name":"UTRACE_UDATA_RESOURCE","features":[395]},{"name":"UTRACE_UDATA_RES_FILE","features":[395]},{"name":"UTRACE_UDATA_START","features":[395]},{"name":"UTRACE_U_CLEANUP","features":[395]},{"name":"UTRACE_U_INIT","features":[395]},{"name":"UTRACE_VERBOSE","features":[395]},{"name":"UTRACE_WARNING","features":[395]},{"name":"UTRANS_FORWARD","features":[395]},{"name":"UTRANS_REVERSE","features":[395]},{"name":"UTSV_EPOCH_OFFSET_VALUE","features":[395]},{"name":"UTSV_FROM_MAX_VALUE","features":[395]},{"name":"UTSV_FROM_MIN_VALUE","features":[395]},{"name":"UTSV_TO_MAX_VALUE","features":[395]},{"name":"UTSV_TO_MIN_VALUE","features":[395]},{"name":"UTSV_UNITS_VALUE","features":[395]},{"name":"UTZFMT_PARSE_OPTION_ALL_STYLES","features":[395]},{"name":"UTZFMT_PARSE_OPTION_NONE","features":[395]},{"name":"UTZFMT_PARSE_OPTION_TZ_DATABASE_ABBREVIATIONS","features":[395]},{"name":"UTZFMT_PAT_COUNT","features":[395]},{"name":"UTZFMT_PAT_NEGATIVE_H","features":[395]},{"name":"UTZFMT_PAT_NEGATIVE_HM","features":[395]},{"name":"UTZFMT_PAT_NEGATIVE_HMS","features":[395]},{"name":"UTZFMT_PAT_POSITIVE_H","features":[395]},{"name":"UTZFMT_PAT_POSITIVE_HM","features":[395]},{"name":"UTZFMT_PAT_POSITIVE_HMS","features":[395]},{"name":"UTZFMT_STYLE_EXEMPLAR_LOCATION","features":[395]},{"name":"UTZFMT_STYLE_GENERIC_LOCATION","features":[395]},{"name":"UTZFMT_STYLE_GENERIC_LONG","features":[395]},{"name":"UTZFMT_STYLE_GENERIC_SHORT","features":[395]},{"name":"UTZFMT_STYLE_ISO_BASIC_FIXED","features":[395]},{"name":"UTZFMT_STYLE_ISO_BASIC_FULL","features":[395]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED","features":[395]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL","features":[395]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT","features":[395]},{"name":"UTZFMT_STYLE_ISO_BASIC_SHORT","features":[395]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_FIXED","features":[395]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_FULL","features":[395]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED","features":[395]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL","features":[395]},{"name":"UTZFMT_STYLE_LOCALIZED_GMT","features":[395]},{"name":"UTZFMT_STYLE_LOCALIZED_GMT_SHORT","features":[395]},{"name":"UTZFMT_STYLE_SPECIFIC_LONG","features":[395]},{"name":"UTZFMT_STYLE_SPECIFIC_SHORT","features":[395]},{"name":"UTZFMT_STYLE_ZONE_ID","features":[395]},{"name":"UTZFMT_STYLE_ZONE_ID_SHORT","features":[395]},{"name":"UTZFMT_TIME_TYPE_DAYLIGHT","features":[395]},{"name":"UTZFMT_TIME_TYPE_STANDARD","features":[395]},{"name":"UTZFMT_TIME_TYPE_UNKNOWN","features":[395]},{"name":"UTZNM_EXEMPLAR_LOCATION","features":[395]},{"name":"UTZNM_LONG_DAYLIGHT","features":[395]},{"name":"UTZNM_LONG_GENERIC","features":[395]},{"name":"UTZNM_LONG_STANDARD","features":[395]},{"name":"UTZNM_SHORT_DAYLIGHT","features":[395]},{"name":"UTZNM_SHORT_GENERIC","features":[395]},{"name":"UTZNM_SHORT_STANDARD","features":[395]},{"name":"UTZNM_UNKNOWN","features":[395]},{"name":"UText","features":[395]},{"name":"UTextAccess","features":[395]},{"name":"UTextClone","features":[395]},{"name":"UTextClose","features":[395]},{"name":"UTextCopy","features":[395]},{"name":"UTextExtract","features":[395]},{"name":"UTextFuncs","features":[395]},{"name":"UTextMapNativeIndexToUTF16","features":[395]},{"name":"UTextMapOffsetToNative","features":[395]},{"name":"UTextNativeLength","features":[395]},{"name":"UTextReplace","features":[395]},{"name":"UTimeScaleValue","features":[395]},{"name":"UTimeZoneFormatGMTOffsetPatternType","features":[395]},{"name":"UTimeZoneFormatParseOption","features":[395]},{"name":"UTimeZoneFormatStyle","features":[395]},{"name":"UTimeZoneFormatTimeType","features":[395]},{"name":"UTimeZoneNameType","features":[395]},{"name":"UTimeZoneTransitionType","features":[395]},{"name":"UTraceData","features":[395]},{"name":"UTraceEntry","features":[395]},{"name":"UTraceExit","features":[395]},{"name":"UTraceFunctionNumber","features":[395]},{"name":"UTraceLevel","features":[395]},{"name":"UTransDirection","features":[395]},{"name":"UTransPosition","features":[395]},{"name":"UVerticalOrientation","features":[395]},{"name":"UWordBreak","features":[395]},{"name":"UWordBreakValues","features":[395]},{"name":"U_ALPHAINDEX_INFLOW","features":[395]},{"name":"U_ALPHAINDEX_NORMAL","features":[395]},{"name":"U_ALPHAINDEX_OVERFLOW","features":[395]},{"name":"U_ALPHAINDEX_UNDERFLOW","features":[395]},{"name":"U_AMBIGUOUS_ALIAS_WARNING","features":[395]},{"name":"U_ARABIC_NUMBER","features":[395]},{"name":"U_ARGUMENT_TYPE_MISMATCH","features":[395]},{"name":"U_ASCII_FAMILY","features":[395]},{"name":"U_BAD_VARIABLE_DEFINITION","features":[395]},{"name":"U_BLOCK_SEPARATOR","features":[395]},{"name":"U_BOUNDARY_NEUTRAL","features":[395]},{"name":"U_BPT_CLOSE","features":[395]},{"name":"U_BPT_NONE","features":[395]},{"name":"U_BPT_OPEN","features":[395]},{"name":"U_BRK_ASSIGN_ERROR","features":[395]},{"name":"U_BRK_ERROR_START","features":[395]},{"name":"U_BRK_HEX_DIGITS_EXPECTED","features":[395]},{"name":"U_BRK_INIT_ERROR","features":[395]},{"name":"U_BRK_INTERNAL_ERROR","features":[395]},{"name":"U_BRK_MALFORMED_RULE_TAG","features":[395]},{"name":"U_BRK_MISMATCHED_PAREN","features":[395]},{"name":"U_BRK_NEW_LINE_IN_QUOTED_STRING","features":[395]},{"name":"U_BRK_RULE_EMPTY_SET","features":[395]},{"name":"U_BRK_RULE_SYNTAX","features":[395]},{"name":"U_BRK_SEMICOLON_EXPECTED","features":[395]},{"name":"U_BRK_UNCLOSED_SET","features":[395]},{"name":"U_BRK_UNDEFINED_VARIABLE","features":[395]},{"name":"U_BRK_UNRECOGNIZED_OPTION","features":[395]},{"name":"U_BRK_VARIABLE_REDFINITION","features":[395]},{"name":"U_BUFFER_OVERFLOW_ERROR","features":[395]},{"name":"U_CE_NOT_FOUND_ERROR","features":[395]},{"name":"U_CHAR16_IS_TYPEDEF","features":[395]},{"name":"U_CHARSET_FAMILY","features":[395]},{"name":"U_CHARSET_IS_UTF8","features":[395]},{"name":"U_CHAR_CATEGORY_COUNT","features":[395]},{"name":"U_CHAR_NAME_ALIAS","features":[395]},{"name":"U_CHECK_DYLOAD","features":[395]},{"name":"U_COLLATOR_VERSION_MISMATCH","features":[395]},{"name":"U_COMBINED_IMPLEMENTATION","features":[395]},{"name":"U_COMBINING_SPACING_MARK","features":[395]},{"name":"U_COMMON_NUMBER_SEPARATOR","features":[395]},{"name":"U_COMPARE_CODE_POINT_ORDER","features":[395]},{"name":"U_COMPARE_IGNORE_CASE","features":[395]},{"name":"U_CONNECTOR_PUNCTUATION","features":[395]},{"name":"U_CONTROL_CHAR","features":[395]},{"name":"U_COPYRIGHT_STRING_LENGTH","features":[395]},{"name":"U_CPLUSPLUS_VERSION","features":[395]},{"name":"U_CURRENCY_SYMBOL","features":[395]},{"name":"U_DASH_PUNCTUATION","features":[395]},{"name":"U_DEBUG","features":[395]},{"name":"U_DECIMAL_DIGIT_NUMBER","features":[395]},{"name":"U_DECIMAL_NUMBER_SYNTAX_ERROR","features":[395]},{"name":"U_DEFAULT_KEYWORD_MISSING","features":[395]},{"name":"U_DEFAULT_SHOW_DRAFT","features":[395]},{"name":"U_DEFINE_FALSE_AND_TRUE","features":[395]},{"name":"U_DIFFERENT_UCA_VERSION","features":[395]},{"name":"U_DIR_NON_SPACING_MARK","features":[395]},{"name":"U_DISABLE_RENAMING","features":[395]},{"name":"U_DT_CANONICAL","features":[395]},{"name":"U_DT_CIRCLE","features":[395]},{"name":"U_DT_COMPAT","features":[395]},{"name":"U_DT_FINAL","features":[395]},{"name":"U_DT_FONT","features":[395]},{"name":"U_DT_FRACTION","features":[395]},{"name":"U_DT_INITIAL","features":[395]},{"name":"U_DT_ISOLATED","features":[395]},{"name":"U_DT_MEDIAL","features":[395]},{"name":"U_DT_NARROW","features":[395]},{"name":"U_DT_NOBREAK","features":[395]},{"name":"U_DT_NONE","features":[395]},{"name":"U_DT_SMALL","features":[395]},{"name":"U_DT_SQUARE","features":[395]},{"name":"U_DT_SUB","features":[395]},{"name":"U_DT_SUPER","features":[395]},{"name":"U_DT_VERTICAL","features":[395]},{"name":"U_DT_WIDE","features":[395]},{"name":"U_DUPLICATE_KEYWORD","features":[395]},{"name":"U_EA_AMBIGUOUS","features":[395]},{"name":"U_EA_FULLWIDTH","features":[395]},{"name":"U_EA_HALFWIDTH","features":[395]},{"name":"U_EA_NARROW","features":[395]},{"name":"U_EA_NEUTRAL","features":[395]},{"name":"U_EA_WIDE","features":[395]},{"name":"U_EBCDIC_FAMILY","features":[395]},{"name":"U_EDITS_NO_RESET","features":[395]},{"name":"U_ENABLE_DYLOAD","features":[395]},{"name":"U_ENABLE_TRACING","features":[395]},{"name":"U_ENCLOSING_MARK","features":[395]},{"name":"U_END_PUNCTUATION","features":[395]},{"name":"U_ENUM_OUT_OF_SYNC_ERROR","features":[395]},{"name":"U_ERROR_WARNING_START","features":[395]},{"name":"U_EUROPEAN_NUMBER","features":[395]},{"name":"U_EUROPEAN_NUMBER_SEPARATOR","features":[395]},{"name":"U_EUROPEAN_NUMBER_TERMINATOR","features":[395]},{"name":"U_EXTENDED_CHAR_NAME","features":[395]},{"name":"U_FILE_ACCESS_ERROR","features":[395]},{"name":"U_FINAL_PUNCTUATION","features":[395]},{"name":"U_FIRST_STRONG_ISOLATE","features":[395]},{"name":"U_FMT_PARSE_ERROR_START","features":[395]},{"name":"U_FOLD_CASE_DEFAULT","features":[395]},{"name":"U_FOLD_CASE_EXCLUDE_SPECIAL_I","features":[395]},{"name":"U_FORMAT_CHAR","features":[395]},{"name":"U_FORMAT_INEXACT_ERROR","features":[395]},{"name":"U_GCB_CONTROL","features":[395]},{"name":"U_GCB_CR","features":[395]},{"name":"U_GCB_EXTEND","features":[395]},{"name":"U_GCB_E_BASE","features":[395]},{"name":"U_GCB_E_BASE_GAZ","features":[395]},{"name":"U_GCB_E_MODIFIER","features":[395]},{"name":"U_GCB_GLUE_AFTER_ZWJ","features":[395]},{"name":"U_GCB_L","features":[395]},{"name":"U_GCB_LF","features":[395]},{"name":"U_GCB_LV","features":[395]},{"name":"U_GCB_LVT","features":[395]},{"name":"U_GCB_OTHER","features":[395]},{"name":"U_GCB_PREPEND","features":[395]},{"name":"U_GCB_REGIONAL_INDICATOR","features":[395]},{"name":"U_GCB_SPACING_MARK","features":[395]},{"name":"U_GCB_T","features":[395]},{"name":"U_GCB_V","features":[395]},{"name":"U_GCB_ZWJ","features":[395]},{"name":"U_GCC_MAJOR_MINOR","features":[395]},{"name":"U_GENERAL_OTHER_TYPES","features":[395]},{"name":"U_HAVE_CHAR16_T","features":[395]},{"name":"U_HAVE_DEBUG_LOCATION_NEW","features":[395]},{"name":"U_HAVE_INTTYPES_H","features":[395]},{"name":"U_HAVE_LIB_SUFFIX","features":[395]},{"name":"U_HAVE_PLACEMENT_NEW","features":[395]},{"name":"U_HAVE_RBNF","features":[395]},{"name":"U_HAVE_RVALUE_REFERENCES","features":[395]},{"name":"U_HAVE_STDINT_H","features":[395]},{"name":"U_HAVE_STD_STRING","features":[395]},{"name":"U_HAVE_WCHAR_H","features":[395]},{"name":"U_HAVE_WCSCPY","features":[395]},{"name":"U_HIDE_DEPRECATED_API","features":[395]},{"name":"U_HIDE_DRAFT_API","features":[395]},{"name":"U_HIDE_INTERNAL_API","features":[395]},{"name":"U_HIDE_OBSOLETE_API","features":[395]},{"name":"U_HIDE_OBSOLETE_UTF_OLD_H","features":[395]},{"name":"U_HST_LEADING_JAMO","features":[395]},{"name":"U_HST_LVT_SYLLABLE","features":[395]},{"name":"U_HST_LV_SYLLABLE","features":[395]},{"name":"U_HST_NOT_APPLICABLE","features":[395]},{"name":"U_HST_TRAILING_JAMO","features":[395]},{"name":"U_HST_VOWEL_JAMO","features":[395]},{"name":"U_ICUDATA_TYPE_LETTER","features":[395]},{"name":"U_ICU_DATA_KEY","features":[395]},{"name":"U_ICU_VERSION_BUNDLE","features":[395]},{"name":"U_IDNA_ACE_PREFIX_ERROR","features":[395]},{"name":"U_IDNA_CHECK_BIDI_ERROR","features":[395]},{"name":"U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR","features":[395]},{"name":"U_IDNA_ERROR_START","features":[395]},{"name":"U_IDNA_LABEL_TOO_LONG_ERROR","features":[395]},{"name":"U_IDNA_PROHIBITED_ERROR","features":[395]},{"name":"U_IDNA_STD3_ASCII_RULES_ERROR","features":[395]},{"name":"U_IDNA_UNASSIGNED_ERROR","features":[395]},{"name":"U_IDNA_VERIFICATION_ERROR","features":[395]},{"name":"U_IDNA_ZERO_LENGTH_LABEL_ERROR","features":[395]},{"name":"U_ILLEGAL_ARGUMENT_ERROR","features":[395]},{"name":"U_ILLEGAL_CHARACTER","features":[395]},{"name":"U_ILLEGAL_CHAR_FOUND","features":[395]},{"name":"U_ILLEGAL_CHAR_IN_SEGMENT","features":[395]},{"name":"U_ILLEGAL_ESCAPE_SEQUENCE","features":[395]},{"name":"U_ILLEGAL_PAD_POSITION","features":[395]},{"name":"U_INDEX_OUTOFBOUNDS_ERROR","features":[395]},{"name":"U_INITIAL_PUNCTUATION","features":[395]},{"name":"U_INPC_BOTTOM","features":[395]},{"name":"U_INPC_BOTTOM_AND_LEFT","features":[395]},{"name":"U_INPC_BOTTOM_AND_RIGHT","features":[395]},{"name":"U_INPC_LEFT","features":[395]},{"name":"U_INPC_LEFT_AND_RIGHT","features":[395]},{"name":"U_INPC_NA","features":[395]},{"name":"U_INPC_OVERSTRUCK","features":[395]},{"name":"U_INPC_RIGHT","features":[395]},{"name":"U_INPC_TOP","features":[395]},{"name":"U_INPC_TOP_AND_BOTTOM","features":[395]},{"name":"U_INPC_TOP_AND_BOTTOM_AND_LEFT","features":[395]},{"name":"U_INPC_TOP_AND_BOTTOM_AND_RIGHT","features":[395]},{"name":"U_INPC_TOP_AND_LEFT","features":[395]},{"name":"U_INPC_TOP_AND_LEFT_AND_RIGHT","features":[395]},{"name":"U_INPC_TOP_AND_RIGHT","features":[395]},{"name":"U_INPC_VISUAL_ORDER_LEFT","features":[395]},{"name":"U_INSC_AVAGRAHA","features":[395]},{"name":"U_INSC_BINDU","features":[395]},{"name":"U_INSC_BRAHMI_JOINING_NUMBER","features":[395]},{"name":"U_INSC_CANTILLATION_MARK","features":[395]},{"name":"U_INSC_CONSONANT","features":[395]},{"name":"U_INSC_CONSONANT_DEAD","features":[395]},{"name":"U_INSC_CONSONANT_FINAL","features":[395]},{"name":"U_INSC_CONSONANT_HEAD_LETTER","features":[395]},{"name":"U_INSC_CONSONANT_INITIAL_POSTFIXED","features":[395]},{"name":"U_INSC_CONSONANT_KILLER","features":[395]},{"name":"U_INSC_CONSONANT_MEDIAL","features":[395]},{"name":"U_INSC_CONSONANT_PLACEHOLDER","features":[395]},{"name":"U_INSC_CONSONANT_PRECEDING_REPHA","features":[395]},{"name":"U_INSC_CONSONANT_PREFIXED","features":[395]},{"name":"U_INSC_CONSONANT_SUBJOINED","features":[395]},{"name":"U_INSC_CONSONANT_SUCCEEDING_REPHA","features":[395]},{"name":"U_INSC_CONSONANT_WITH_STACKER","features":[395]},{"name":"U_INSC_GEMINATION_MARK","features":[395]},{"name":"U_INSC_INVISIBLE_STACKER","features":[395]},{"name":"U_INSC_JOINER","features":[395]},{"name":"U_INSC_MODIFYING_LETTER","features":[395]},{"name":"U_INSC_NON_JOINER","features":[395]},{"name":"U_INSC_NUKTA","features":[395]},{"name":"U_INSC_NUMBER","features":[395]},{"name":"U_INSC_NUMBER_JOINER","features":[395]},{"name":"U_INSC_OTHER","features":[395]},{"name":"U_INSC_PURE_KILLER","features":[395]},{"name":"U_INSC_REGISTER_SHIFTER","features":[395]},{"name":"U_INSC_SYLLABLE_MODIFIER","features":[395]},{"name":"U_INSC_TONE_LETTER","features":[395]},{"name":"U_INSC_TONE_MARK","features":[395]},{"name":"U_INSC_VIRAMA","features":[395]},{"name":"U_INSC_VISARGA","features":[395]},{"name":"U_INSC_VOWEL","features":[395]},{"name":"U_INSC_VOWEL_DEPENDENT","features":[395]},{"name":"U_INSC_VOWEL_INDEPENDENT","features":[395]},{"name":"U_INTERNAL_PROGRAM_ERROR","features":[395]},{"name":"U_INTERNAL_TRANSLITERATOR_ERROR","features":[395]},{"name":"U_INVALID_CHAR_FOUND","features":[395]},{"name":"U_INVALID_FORMAT_ERROR","features":[395]},{"name":"U_INVALID_FUNCTION","features":[395]},{"name":"U_INVALID_ID","features":[395]},{"name":"U_INVALID_PROPERTY_PATTERN","features":[395]},{"name":"U_INVALID_RBT_SYNTAX","features":[395]},{"name":"U_INVALID_STATE_ERROR","features":[395]},{"name":"U_INVALID_TABLE_FILE","features":[395]},{"name":"U_INVALID_TABLE_FORMAT","features":[395]},{"name":"U_INVARIANT_CONVERSION_ERROR","features":[395]},{"name":"U_IOSTREAM_SOURCE","features":[395]},{"name":"U_IS_BIG_ENDIAN","features":[395]},{"name":"U_JG_AFRICAN_FEH","features":[395]},{"name":"U_JG_AFRICAN_NOON","features":[395]},{"name":"U_JG_AFRICAN_QAF","features":[395]},{"name":"U_JG_AIN","features":[395]},{"name":"U_JG_ALAPH","features":[395]},{"name":"U_JG_ALEF","features":[395]},{"name":"U_JG_BEH","features":[395]},{"name":"U_JG_BETH","features":[395]},{"name":"U_JG_BURUSHASKI_YEH_BARREE","features":[395]},{"name":"U_JG_DAL","features":[395]},{"name":"U_JG_DALATH_RISH","features":[395]},{"name":"U_JG_E","features":[395]},{"name":"U_JG_FARSI_YEH","features":[395]},{"name":"U_JG_FE","features":[395]},{"name":"U_JG_FEH","features":[395]},{"name":"U_JG_FINAL_SEMKATH","features":[395]},{"name":"U_JG_GAF","features":[395]},{"name":"U_JG_GAMAL","features":[395]},{"name":"U_JG_HAH","features":[395]},{"name":"U_JG_HAMZA_ON_HEH_GOAL","features":[395]},{"name":"U_JG_HANIFI_ROHINGYA_KINNA_YA","features":[395]},{"name":"U_JG_HANIFI_ROHINGYA_PA","features":[395]},{"name":"U_JG_HE","features":[395]},{"name":"U_JG_HEH","features":[395]},{"name":"U_JG_HEH_GOAL","features":[395]},{"name":"U_JG_HETH","features":[395]},{"name":"U_JG_KAF","features":[395]},{"name":"U_JG_KAPH","features":[395]},{"name":"U_JG_KHAPH","features":[395]},{"name":"U_JG_KNOTTED_HEH","features":[395]},{"name":"U_JG_LAM","features":[395]},{"name":"U_JG_LAMADH","features":[395]},{"name":"U_JG_MALAYALAM_BHA","features":[395]},{"name":"U_JG_MALAYALAM_JA","features":[395]},{"name":"U_JG_MALAYALAM_LLA","features":[395]},{"name":"U_JG_MALAYALAM_LLLA","features":[395]},{"name":"U_JG_MALAYALAM_NGA","features":[395]},{"name":"U_JG_MALAYALAM_NNA","features":[395]},{"name":"U_JG_MALAYALAM_NNNA","features":[395]},{"name":"U_JG_MALAYALAM_NYA","features":[395]},{"name":"U_JG_MALAYALAM_RA","features":[395]},{"name":"U_JG_MALAYALAM_SSA","features":[395]},{"name":"U_JG_MALAYALAM_TTA","features":[395]},{"name":"U_JG_MANICHAEAN_ALEPH","features":[395]},{"name":"U_JG_MANICHAEAN_AYIN","features":[395]},{"name":"U_JG_MANICHAEAN_BETH","features":[395]},{"name":"U_JG_MANICHAEAN_DALETH","features":[395]},{"name":"U_JG_MANICHAEAN_DHAMEDH","features":[395]},{"name":"U_JG_MANICHAEAN_FIVE","features":[395]},{"name":"U_JG_MANICHAEAN_GIMEL","features":[395]},{"name":"U_JG_MANICHAEAN_HETH","features":[395]},{"name":"U_JG_MANICHAEAN_HUNDRED","features":[395]},{"name":"U_JG_MANICHAEAN_KAPH","features":[395]},{"name":"U_JG_MANICHAEAN_LAMEDH","features":[395]},{"name":"U_JG_MANICHAEAN_MEM","features":[395]},{"name":"U_JG_MANICHAEAN_NUN","features":[395]},{"name":"U_JG_MANICHAEAN_ONE","features":[395]},{"name":"U_JG_MANICHAEAN_PE","features":[395]},{"name":"U_JG_MANICHAEAN_QOPH","features":[395]},{"name":"U_JG_MANICHAEAN_RESH","features":[395]},{"name":"U_JG_MANICHAEAN_SADHE","features":[395]},{"name":"U_JG_MANICHAEAN_SAMEKH","features":[395]},{"name":"U_JG_MANICHAEAN_TAW","features":[395]},{"name":"U_JG_MANICHAEAN_TEN","features":[395]},{"name":"U_JG_MANICHAEAN_TETH","features":[395]},{"name":"U_JG_MANICHAEAN_THAMEDH","features":[395]},{"name":"U_JG_MANICHAEAN_TWENTY","features":[395]},{"name":"U_JG_MANICHAEAN_WAW","features":[395]},{"name":"U_JG_MANICHAEAN_YODH","features":[395]},{"name":"U_JG_MANICHAEAN_ZAYIN","features":[395]},{"name":"U_JG_MEEM","features":[395]},{"name":"U_JG_MIM","features":[395]},{"name":"U_JG_NOON","features":[395]},{"name":"U_JG_NO_JOINING_GROUP","features":[395]},{"name":"U_JG_NUN","features":[395]},{"name":"U_JG_NYA","features":[395]},{"name":"U_JG_PE","features":[395]},{"name":"U_JG_QAF","features":[395]},{"name":"U_JG_QAPH","features":[395]},{"name":"U_JG_REH","features":[395]},{"name":"U_JG_REVERSED_PE","features":[395]},{"name":"U_JG_ROHINGYA_YEH","features":[395]},{"name":"U_JG_SAD","features":[395]},{"name":"U_JG_SADHE","features":[395]},{"name":"U_JG_SEEN","features":[395]},{"name":"U_JG_SEMKATH","features":[395]},{"name":"U_JG_SHIN","features":[395]},{"name":"U_JG_STRAIGHT_WAW","features":[395]},{"name":"U_JG_SWASH_KAF","features":[395]},{"name":"U_JG_SYRIAC_WAW","features":[395]},{"name":"U_JG_TAH","features":[395]},{"name":"U_JG_TAW","features":[395]},{"name":"U_JG_TEH_MARBUTA","features":[395]},{"name":"U_JG_TEH_MARBUTA_GOAL","features":[395]},{"name":"U_JG_TETH","features":[395]},{"name":"U_JG_WAW","features":[395]},{"name":"U_JG_YEH","features":[395]},{"name":"U_JG_YEH_BARREE","features":[395]},{"name":"U_JG_YEH_WITH_TAIL","features":[395]},{"name":"U_JG_YUDH","features":[395]},{"name":"U_JG_YUDH_HE","features":[395]},{"name":"U_JG_ZAIN","features":[395]},{"name":"U_JG_ZHAIN","features":[395]},{"name":"U_JT_DUAL_JOINING","features":[395]},{"name":"U_JT_JOIN_CAUSING","features":[395]},{"name":"U_JT_LEFT_JOINING","features":[395]},{"name":"U_JT_NON_JOINING","features":[395]},{"name":"U_JT_RIGHT_JOINING","features":[395]},{"name":"U_JT_TRANSPARENT","features":[395]},{"name":"U_LB_ALPHABETIC","features":[395]},{"name":"U_LB_AMBIGUOUS","features":[395]},{"name":"U_LB_BREAK_AFTER","features":[395]},{"name":"U_LB_BREAK_BEFORE","features":[395]},{"name":"U_LB_BREAK_BOTH","features":[395]},{"name":"U_LB_BREAK_SYMBOLS","features":[395]},{"name":"U_LB_CARRIAGE_RETURN","features":[395]},{"name":"U_LB_CLOSE_PARENTHESIS","features":[395]},{"name":"U_LB_CLOSE_PUNCTUATION","features":[395]},{"name":"U_LB_COMBINING_MARK","features":[395]},{"name":"U_LB_COMPLEX_CONTEXT","features":[395]},{"name":"U_LB_CONDITIONAL_JAPANESE_STARTER","features":[395]},{"name":"U_LB_CONTINGENT_BREAK","features":[395]},{"name":"U_LB_EXCLAMATION","features":[395]},{"name":"U_LB_E_BASE","features":[395]},{"name":"U_LB_E_MODIFIER","features":[395]},{"name":"U_LB_GLUE","features":[395]},{"name":"U_LB_H2","features":[395]},{"name":"U_LB_H3","features":[395]},{"name":"U_LB_HEBREW_LETTER","features":[395]},{"name":"U_LB_HYPHEN","features":[395]},{"name":"U_LB_IDEOGRAPHIC","features":[395]},{"name":"U_LB_INFIX_NUMERIC","features":[395]},{"name":"U_LB_INSEPARABLE","features":[395]},{"name":"U_LB_INSEPERABLE","features":[395]},{"name":"U_LB_JL","features":[395]},{"name":"U_LB_JT","features":[395]},{"name":"U_LB_JV","features":[395]},{"name":"U_LB_LINE_FEED","features":[395]},{"name":"U_LB_MANDATORY_BREAK","features":[395]},{"name":"U_LB_NEXT_LINE","features":[395]},{"name":"U_LB_NONSTARTER","features":[395]},{"name":"U_LB_NUMERIC","features":[395]},{"name":"U_LB_OPEN_PUNCTUATION","features":[395]},{"name":"U_LB_POSTFIX_NUMERIC","features":[395]},{"name":"U_LB_PREFIX_NUMERIC","features":[395]},{"name":"U_LB_QUOTATION","features":[395]},{"name":"U_LB_REGIONAL_INDICATOR","features":[395]},{"name":"U_LB_SPACE","features":[395]},{"name":"U_LB_SURROGATE","features":[395]},{"name":"U_LB_UNKNOWN","features":[395]},{"name":"U_LB_WORD_JOINER","features":[395]},{"name":"U_LB_ZWJ","features":[395]},{"name":"U_LB_ZWSPACE","features":[395]},{"name":"U_LEFT_TO_RIGHT","features":[395]},{"name":"U_LEFT_TO_RIGHT_EMBEDDING","features":[395]},{"name":"U_LEFT_TO_RIGHT_ISOLATE","features":[395]},{"name":"U_LEFT_TO_RIGHT_OVERRIDE","features":[395]},{"name":"U_LETTER_NUMBER","features":[395]},{"name":"U_LIB_SUFFIX_C_NAME_STRING","features":[395]},{"name":"U_LINE_SEPARATOR","features":[395]},{"name":"U_LONG_PROPERTY_NAME","features":[395]},{"name":"U_LOWERCASE_LETTER","features":[395]},{"name":"U_MALFORMED_EXPONENTIAL_PATTERN","features":[395]},{"name":"U_MALFORMED_PRAGMA","features":[395]},{"name":"U_MALFORMED_RULE","features":[395]},{"name":"U_MALFORMED_SET","features":[395]},{"name":"U_MALFORMED_SYMBOL_REFERENCE","features":[395]},{"name":"U_MALFORMED_UNICODE_ESCAPE","features":[395]},{"name":"U_MALFORMED_VARIABLE_DEFINITION","features":[395]},{"name":"U_MALFORMED_VARIABLE_REFERENCE","features":[395]},{"name":"U_MATH_SYMBOL","features":[395]},{"name":"U_MAX_VERSION_LENGTH","features":[395]},{"name":"U_MAX_VERSION_STRING_LENGTH","features":[395]},{"name":"U_MEMORY_ALLOCATION_ERROR","features":[395]},{"name":"U_MESSAGE_PARSE_ERROR","features":[395]},{"name":"U_MILLIS_PER_DAY","features":[395]},{"name":"U_MILLIS_PER_HOUR","features":[395]},{"name":"U_MILLIS_PER_MINUTE","features":[395]},{"name":"U_MILLIS_PER_SECOND","features":[395]},{"name":"U_MISMATCHED_SEGMENT_DELIMITERS","features":[395]},{"name":"U_MISPLACED_ANCHOR_START","features":[395]},{"name":"U_MISPLACED_COMPOUND_FILTER","features":[395]},{"name":"U_MISPLACED_CURSOR_OFFSET","features":[395]},{"name":"U_MISPLACED_QUANTIFIER","features":[395]},{"name":"U_MISSING_OPERATOR","features":[395]},{"name":"U_MISSING_RESOURCE_ERROR","features":[395]},{"name":"U_MISSING_SEGMENT_CLOSE","features":[395]},{"name":"U_MODIFIER_LETTER","features":[395]},{"name":"U_MODIFIER_SYMBOL","features":[395]},{"name":"U_MULTIPLE_ANTE_CONTEXTS","features":[395]},{"name":"U_MULTIPLE_COMPOUND_FILTERS","features":[395]},{"name":"U_MULTIPLE_CURSORS","features":[395]},{"name":"U_MULTIPLE_DECIMAL_SEPARATORS","features":[395]},{"name":"U_MULTIPLE_DECIMAL_SEPERATORS","features":[395]},{"name":"U_MULTIPLE_EXPONENTIAL_SYMBOLS","features":[395]},{"name":"U_MULTIPLE_PAD_SPECIFIERS","features":[395]},{"name":"U_MULTIPLE_PERCENT_SYMBOLS","features":[395]},{"name":"U_MULTIPLE_PERMILL_SYMBOLS","features":[395]},{"name":"U_MULTIPLE_POST_CONTEXTS","features":[395]},{"name":"U_NON_SPACING_MARK","features":[395]},{"name":"U_NO_DEFAULT_INCLUDE_UTF_HEADERS","features":[395]},{"name":"U_NO_SPACE_AVAILABLE","features":[395]},{"name":"U_NO_WRITE_PERMISSION","features":[395]},{"name":"U_NT_DECIMAL","features":[395]},{"name":"U_NT_DIGIT","features":[395]},{"name":"U_NT_NONE","features":[395]},{"name":"U_NT_NUMERIC","features":[395]},{"name":"U_NUMBER_ARG_OUTOFBOUNDS_ERROR","features":[395]},{"name":"U_NUMBER_SKELETON_SYNTAX_ERROR","features":[395]},{"name":"U_OMIT_UNCHANGED_TEXT","features":[395]},{"name":"U_OTHER_LETTER","features":[395]},{"name":"U_OTHER_NEUTRAL","features":[395]},{"name":"U_OTHER_NUMBER","features":[395]},{"name":"U_OTHER_PUNCTUATION","features":[395]},{"name":"U_OTHER_SYMBOL","features":[395]},{"name":"U_OVERRIDE_CXX_ALLOCATION","features":[395]},{"name":"U_PARAGRAPH_SEPARATOR","features":[395]},{"name":"U_PARSE_CONTEXT_LEN","features":[395]},{"name":"U_PARSE_ERROR","features":[395]},{"name":"U_PARSE_ERROR_START","features":[395]},{"name":"U_PATTERN_SYNTAX_ERROR","features":[395]},{"name":"U_PF_AIX","features":[395]},{"name":"U_PF_ANDROID","features":[395]},{"name":"U_PF_BROWSER_NATIVE_CLIENT","features":[395]},{"name":"U_PF_BSD","features":[395]},{"name":"U_PF_CYGWIN","features":[395]},{"name":"U_PF_DARWIN","features":[395]},{"name":"U_PF_EMSCRIPTEN","features":[395]},{"name":"U_PF_FUCHSIA","features":[395]},{"name":"U_PF_HPUX","features":[395]},{"name":"U_PF_IPHONE","features":[395]},{"name":"U_PF_IRIX","features":[395]},{"name":"U_PF_LINUX","features":[395]},{"name":"U_PF_MINGW","features":[395]},{"name":"U_PF_OS390","features":[395]},{"name":"U_PF_OS400","features":[395]},{"name":"U_PF_QNX","features":[395]},{"name":"U_PF_SOLARIS","features":[395]},{"name":"U_PF_UNKNOWN","features":[395]},{"name":"U_PF_WINDOWS","features":[395]},{"name":"U_PLATFORM","features":[395]},{"name":"U_PLATFORM_HAS_WIN32_API","features":[395]},{"name":"U_PLATFORM_HAS_WINUWP_API","features":[395]},{"name":"U_PLATFORM_IMPLEMENTS_POSIX","features":[395]},{"name":"U_PLATFORM_IS_DARWIN_BASED","features":[395]},{"name":"U_PLATFORM_IS_LINUX_BASED","features":[395]},{"name":"U_PLATFORM_USES_ONLY_WIN32_API","features":[395]},{"name":"U_PLUGIN_CHANGED_LEVEL_WARNING","features":[395]},{"name":"U_PLUGIN_DIDNT_SET_LEVEL","features":[395]},{"name":"U_PLUGIN_ERROR_START","features":[395]},{"name":"U_PLUGIN_TOO_HIGH","features":[395]},{"name":"U_POP_DIRECTIONAL_FORMAT","features":[395]},{"name":"U_POP_DIRECTIONAL_ISOLATE","features":[395]},{"name":"U_PRIMARY_TOO_LONG_ERROR","features":[395]},{"name":"U_PRIVATE_USE_CHAR","features":[395]},{"name":"U_REGEX_BAD_ESCAPE_SEQUENCE","features":[395]},{"name":"U_REGEX_BAD_INTERVAL","features":[395]},{"name":"U_REGEX_ERROR_START","features":[395]},{"name":"U_REGEX_INTERNAL_ERROR","features":[395]},{"name":"U_REGEX_INVALID_BACK_REF","features":[395]},{"name":"U_REGEX_INVALID_CAPTURE_GROUP_NAME","features":[395]},{"name":"U_REGEX_INVALID_FLAG","features":[395]},{"name":"U_REGEX_INVALID_RANGE","features":[395]},{"name":"U_REGEX_INVALID_STATE","features":[395]},{"name":"U_REGEX_LOOK_BEHIND_LIMIT","features":[395]},{"name":"U_REGEX_MAX_LT_MIN","features":[395]},{"name":"U_REGEX_MISMATCHED_PAREN","features":[395]},{"name":"U_REGEX_MISSING_CLOSE_BRACKET","features":[395]},{"name":"U_REGEX_NUMBER_TOO_BIG","features":[395]},{"name":"U_REGEX_PATTERN_TOO_BIG","features":[395]},{"name":"U_REGEX_PROPERTY_SYNTAX","features":[395]},{"name":"U_REGEX_RULE_SYNTAX","features":[395]},{"name":"U_REGEX_SET_CONTAINS_STRING","features":[395]},{"name":"U_REGEX_STACK_OVERFLOW","features":[395]},{"name":"U_REGEX_STOPPED_BY_CALLER","features":[395]},{"name":"U_REGEX_TIME_OUT","features":[395]},{"name":"U_REGEX_UNIMPLEMENTED","features":[395]},{"name":"U_RESOURCE_TYPE_MISMATCH","features":[395]},{"name":"U_RIGHT_TO_LEFT","features":[395]},{"name":"U_RIGHT_TO_LEFT_ARABIC","features":[395]},{"name":"U_RIGHT_TO_LEFT_EMBEDDING","features":[395]},{"name":"U_RIGHT_TO_LEFT_ISOLATE","features":[395]},{"name":"U_RIGHT_TO_LEFT_OVERRIDE","features":[395]},{"name":"U_RULE_MASK_ERROR","features":[395]},{"name":"U_SAFECLONE_ALLOCATED_WARNING","features":[395]},{"name":"U_SB_ATERM","features":[395]},{"name":"U_SB_CLOSE","features":[395]},{"name":"U_SB_CR","features":[395]},{"name":"U_SB_EXTEND","features":[395]},{"name":"U_SB_FORMAT","features":[395]},{"name":"U_SB_LF","features":[395]},{"name":"U_SB_LOWER","features":[395]},{"name":"U_SB_NUMERIC","features":[395]},{"name":"U_SB_OLETTER","features":[395]},{"name":"U_SB_OTHER","features":[395]},{"name":"U_SB_SCONTINUE","features":[395]},{"name":"U_SB_SEP","features":[395]},{"name":"U_SB_SP","features":[395]},{"name":"U_SB_STERM","features":[395]},{"name":"U_SB_UPPER","features":[395]},{"name":"U_SEGMENT_SEPARATOR","features":[395]},{"name":"U_SENTINEL","features":[395]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL","features":[395]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL_MASK","features":[395]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL_NOOP","features":[395]},{"name":"U_SHAPE_DIGITS_ALEN2AN_INIT_AL","features":[395]},{"name":"U_SHAPE_DIGITS_ALEN2AN_INIT_LR","features":[395]},{"name":"U_SHAPE_DIGITS_AN2EN","features":[395]},{"name":"U_SHAPE_DIGITS_EN2AN","features":[395]},{"name":"U_SHAPE_DIGITS_MASK","features":[395]},{"name":"U_SHAPE_DIGITS_NOOP","features":[395]},{"name":"U_SHAPE_DIGITS_RESERVED","features":[395]},{"name":"U_SHAPE_DIGIT_TYPE_AN","features":[395]},{"name":"U_SHAPE_DIGIT_TYPE_AN_EXTENDED","features":[395]},{"name":"U_SHAPE_DIGIT_TYPE_MASK","features":[395]},{"name":"U_SHAPE_DIGIT_TYPE_RESERVED","features":[395]},{"name":"U_SHAPE_LAMALEF_AUTO","features":[395]},{"name":"U_SHAPE_LAMALEF_BEGIN","features":[395]},{"name":"U_SHAPE_LAMALEF_END","features":[395]},{"name":"U_SHAPE_LAMALEF_MASK","features":[395]},{"name":"U_SHAPE_LAMALEF_NEAR","features":[395]},{"name":"U_SHAPE_LAMALEF_RESIZE","features":[395]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_AT_BEGINNING","features":[395]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_AT_END","features":[395]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_NEAR","features":[395]},{"name":"U_SHAPE_LENGTH_GROW_SHRINK","features":[395]},{"name":"U_SHAPE_LENGTH_MASK","features":[395]},{"name":"U_SHAPE_LETTERS_MASK","features":[395]},{"name":"U_SHAPE_LETTERS_NOOP","features":[395]},{"name":"U_SHAPE_LETTERS_SHAPE","features":[395]},{"name":"U_SHAPE_LETTERS_SHAPE_TASHKEEL_ISOLATED","features":[395]},{"name":"U_SHAPE_LETTERS_UNSHAPE","features":[395]},{"name":"U_SHAPE_PRESERVE_PRESENTATION","features":[395]},{"name":"U_SHAPE_PRESERVE_PRESENTATION_MASK","features":[395]},{"name":"U_SHAPE_PRESERVE_PRESENTATION_NOOP","features":[395]},{"name":"U_SHAPE_SEEN_MASK","features":[395]},{"name":"U_SHAPE_SEEN_TWOCELL_NEAR","features":[395]},{"name":"U_SHAPE_SPACES_RELATIVE_TO_TEXT_BEGIN_END","features":[395]},{"name":"U_SHAPE_SPACES_RELATIVE_TO_TEXT_MASK","features":[395]},{"name":"U_SHAPE_TAIL_NEW_UNICODE","features":[395]},{"name":"U_SHAPE_TAIL_TYPE_MASK","features":[395]},{"name":"U_SHAPE_TASHKEEL_BEGIN","features":[395]},{"name":"U_SHAPE_TASHKEEL_END","features":[395]},{"name":"U_SHAPE_TASHKEEL_MASK","features":[395]},{"name":"U_SHAPE_TASHKEEL_REPLACE_BY_TATWEEL","features":[395]},{"name":"U_SHAPE_TASHKEEL_RESIZE","features":[395]},{"name":"U_SHAPE_TEXT_DIRECTION_LOGICAL","features":[395]},{"name":"U_SHAPE_TEXT_DIRECTION_MASK","features":[395]},{"name":"U_SHAPE_TEXT_DIRECTION_VISUAL_LTR","features":[395]},{"name":"U_SHAPE_TEXT_DIRECTION_VISUAL_RTL","features":[395]},{"name":"U_SHAPE_YEHHAMZA_MASK","features":[395]},{"name":"U_SHAPE_YEHHAMZA_TWOCELL_NEAR","features":[395]},{"name":"U_SHORT_PROPERTY_NAME","features":[395]},{"name":"U_SHOW_CPLUSPLUS_API","features":[395]},{"name":"U_SIZEOF_UCHAR","features":[395]},{"name":"U_SIZEOF_WCHAR_T","features":[395]},{"name":"U_SORT_KEY_TOO_SHORT_WARNING","features":[395]},{"name":"U_SPACE_SEPARATOR","features":[395]},{"name":"U_START_PUNCTUATION","features":[395]},{"name":"U_STATE_OLD_WARNING","features":[395]},{"name":"U_STATE_TOO_OLD_ERROR","features":[395]},{"name":"U_STRINGPREP_CHECK_BIDI_ERROR","features":[395]},{"name":"U_STRINGPREP_PROHIBITED_ERROR","features":[395]},{"name":"U_STRINGPREP_UNASSIGNED_ERROR","features":[395]},{"name":"U_STRING_NOT_TERMINATED_WARNING","features":[395]},{"name":"U_SURROGATE","features":[395]},{"name":"U_TITLECASE_ADJUST_TO_CASED","features":[395]},{"name":"U_TITLECASE_LETTER","features":[395]},{"name":"U_TITLECASE_NO_BREAK_ADJUSTMENT","features":[395]},{"name":"U_TITLECASE_NO_LOWERCASE","features":[395]},{"name":"U_TITLECASE_SENTENCES","features":[395]},{"name":"U_TITLECASE_WHOLE_STRING","features":[395]},{"name":"U_TOO_MANY_ALIASES_ERROR","features":[395]},{"name":"U_TRAILING_BACKSLASH","features":[395]},{"name":"U_TRUNCATED_CHAR_FOUND","features":[395]},{"name":"U_UNASSIGNED","features":[395]},{"name":"U_UNCLOSED_SEGMENT","features":[395]},{"name":"U_UNDEFINED_KEYWORD","features":[395]},{"name":"U_UNDEFINED_SEGMENT_REFERENCE","features":[395]},{"name":"U_UNDEFINED_VARIABLE","features":[395]},{"name":"U_UNEXPECTED_TOKEN","features":[395]},{"name":"U_UNICODE_CHAR_NAME","features":[395]},{"name":"U_UNICODE_VERSION","features":[395]},{"name":"U_UNMATCHED_BRACES","features":[395]},{"name":"U_UNQUOTED_SPECIAL","features":[395]},{"name":"U_UNSUPPORTED_ATTRIBUTE","features":[395]},{"name":"U_UNSUPPORTED_ERROR","features":[395]},{"name":"U_UNSUPPORTED_ESCAPE_SEQUENCE","features":[395]},{"name":"U_UNSUPPORTED_PROPERTY","features":[395]},{"name":"U_UNTERMINATED_QUOTE","features":[395]},{"name":"U_UPPERCASE_LETTER","features":[395]},{"name":"U_USELESS_COLLATOR_ERROR","features":[395]},{"name":"U_USING_DEFAULT_WARNING","features":[395]},{"name":"U_USING_FALLBACK_WARNING","features":[395]},{"name":"U_USING_ICU_NAMESPACE","features":[395]},{"name":"U_VARIABLE_RANGE_EXHAUSTED","features":[395]},{"name":"U_VARIABLE_RANGE_OVERLAP","features":[395]},{"name":"U_VO_ROTATED","features":[395]},{"name":"U_VO_TRANSFORMED_ROTATED","features":[395]},{"name":"U_VO_TRANSFORMED_UPRIGHT","features":[395]},{"name":"U_VO_UPRIGHT","features":[395]},{"name":"U_WB_ALETTER","features":[395]},{"name":"U_WB_CR","features":[395]},{"name":"U_WB_DOUBLE_QUOTE","features":[395]},{"name":"U_WB_EXTEND","features":[395]},{"name":"U_WB_EXTENDNUMLET","features":[395]},{"name":"U_WB_E_BASE","features":[395]},{"name":"U_WB_E_BASE_GAZ","features":[395]},{"name":"U_WB_E_MODIFIER","features":[395]},{"name":"U_WB_FORMAT","features":[395]},{"name":"U_WB_GLUE_AFTER_ZWJ","features":[395]},{"name":"U_WB_HEBREW_LETTER","features":[395]},{"name":"U_WB_KATAKANA","features":[395]},{"name":"U_WB_LF","features":[395]},{"name":"U_WB_MIDLETTER","features":[395]},{"name":"U_WB_MIDNUM","features":[395]},{"name":"U_WB_MIDNUMLET","features":[395]},{"name":"U_WB_NEWLINE","features":[395]},{"name":"U_WB_NUMERIC","features":[395]},{"name":"U_WB_OTHER","features":[395]},{"name":"U_WB_REGIONAL_INDICATOR","features":[395]},{"name":"U_WB_SINGLE_QUOTE","features":[395]},{"name":"U_WB_WSEGSPACE","features":[395]},{"name":"U_WB_ZWJ","features":[395]},{"name":"U_WHITE_SPACE_NEUTRAL","features":[395]},{"name":"U_ZERO_ERROR","features":[395]},{"name":"UpdateCalendarDayOfWeek","features":[307,395]},{"name":"VS_ALLOW_LATIN","features":[395]},{"name":"VerifyScripts","features":[307,395]},{"name":"WC_COMPOSITECHECK","features":[395]},{"name":"WC_DEFAULTCHAR","features":[395]},{"name":"WC_DISCARDNS","features":[395]},{"name":"WC_ERR_INVALID_CHARS","features":[395]},{"name":"WC_NO_BEST_FIT_CHARS","features":[395]},{"name":"WC_SEPCHARS","features":[395]},{"name":"WORDLIST_TYPE","features":[395]},{"name":"WORDLIST_TYPE_ADD","features":[395]},{"name":"WORDLIST_TYPE_AUTOCORRECT","features":[395]},{"name":"WORDLIST_TYPE_EXCLUDE","features":[395]},{"name":"WORDLIST_TYPE_IGNORE","features":[395]},{"name":"WeekUnit","features":[395]},{"name":"WideCharToMultiByte","features":[307,395]},{"name":"YearUnit","features":[395]},{"name":"lstrcatA","features":[395]},{"name":"lstrcatW","features":[395]},{"name":"lstrcmpA","features":[395]},{"name":"lstrcmpW","features":[395]},{"name":"lstrcmpiA","features":[395]},{"name":"lstrcmpiW","features":[395]},{"name":"lstrcpyA","features":[395]},{"name":"lstrcpyW","features":[395]},{"name":"lstrcpynA","features":[395]},{"name":"lstrcpynW","features":[395]},{"name":"lstrlenA","features":[395]},{"name":"lstrlenW","features":[395]},{"name":"sidArabic","features":[395]},{"name":"sidArmenian","features":[395]},{"name":"sidAsciiLatin","features":[395]},{"name":"sidAsciiSym","features":[395]},{"name":"sidBengali","features":[395]},{"name":"sidBopomofo","features":[395]},{"name":"sidBraille","features":[395]},{"name":"sidBurmese","features":[395]},{"name":"sidCanSyllabic","features":[395]},{"name":"sidCherokee","features":[395]},{"name":"sidCyrillic","features":[395]},{"name":"sidDefault","features":[395]},{"name":"sidDevanagari","features":[395]},{"name":"sidEthiopic","features":[395]},{"name":"sidFEFirst","features":[395]},{"name":"sidFELast","features":[395]},{"name":"sidGeorgian","features":[395]},{"name":"sidGreek","features":[395]},{"name":"sidGujarati","features":[395]},{"name":"sidGurmukhi","features":[395]},{"name":"sidHan","features":[395]},{"name":"sidHangul","features":[395]},{"name":"sidHebrew","features":[395]},{"name":"sidKana","features":[395]},{"name":"sidKannada","features":[395]},{"name":"sidKhmer","features":[395]},{"name":"sidLao","features":[395]},{"name":"sidLatin","features":[395]},{"name":"sidLim","features":[395]},{"name":"sidMalayalam","features":[395]},{"name":"sidMerge","features":[395]},{"name":"sidMongolian","features":[395]},{"name":"sidOgham","features":[395]},{"name":"sidOriya","features":[395]},{"name":"sidRunic","features":[395]},{"name":"sidSinhala","features":[395]},{"name":"sidSyriac","features":[395]},{"name":"sidTamil","features":[395]},{"name":"sidTelugu","features":[395]},{"name":"sidThaana","features":[395]},{"name":"sidThai","features":[395]},{"name":"sidTibetan","features":[395]},{"name":"sidUserDefined","features":[395]},{"name":"sidYi","features":[395]},{"name":"u_UCharsToChars","features":[395]},{"name":"u_austrcpy","features":[395]},{"name":"u_austrncpy","features":[395]},{"name":"u_catclose","features":[395]},{"name":"u_catgets","features":[395]},{"name":"u_catopen","features":[395]},{"name":"u_charAge","features":[395]},{"name":"u_charDigitValue","features":[395]},{"name":"u_charDirection","features":[395]},{"name":"u_charFromName","features":[395]},{"name":"u_charMirror","features":[395]},{"name":"u_charName","features":[395]},{"name":"u_charType","features":[395]},{"name":"u_charsToUChars","features":[395]},{"name":"u_cleanup","features":[395]},{"name":"u_countChar32","features":[395]},{"name":"u_digit","features":[395]},{"name":"u_enumCharNames","features":[395]},{"name":"u_enumCharTypes","features":[395]},{"name":"u_errorName","features":[395]},{"name":"u_foldCase","features":[395]},{"name":"u_forDigit","features":[395]},{"name":"u_formatMessage","features":[395]},{"name":"u_formatMessageWithError","features":[395]},{"name":"u_getBidiPairedBracket","features":[395]},{"name":"u_getBinaryPropertySet","features":[395]},{"name":"u_getCombiningClass","features":[395]},{"name":"u_getDataVersion","features":[395]},{"name":"u_getFC_NFKC_Closure","features":[395]},{"name":"u_getIntPropertyMap","features":[395]},{"name":"u_getIntPropertyMaxValue","features":[395]},{"name":"u_getIntPropertyMinValue","features":[395]},{"name":"u_getIntPropertyValue","features":[395]},{"name":"u_getNumericValue","features":[395]},{"name":"u_getPropertyEnum","features":[395]},{"name":"u_getPropertyName","features":[395]},{"name":"u_getPropertyValueEnum","features":[395]},{"name":"u_getPropertyValueName","features":[395]},{"name":"u_getUnicodeVersion","features":[395]},{"name":"u_getVersion","features":[395]},{"name":"u_hasBinaryProperty","features":[395]},{"name":"u_init","features":[395]},{"name":"u_isIDIgnorable","features":[395]},{"name":"u_isIDPart","features":[395]},{"name":"u_isIDStart","features":[395]},{"name":"u_isISOControl","features":[395]},{"name":"u_isJavaIDPart","features":[395]},{"name":"u_isJavaIDStart","features":[395]},{"name":"u_isJavaSpaceChar","features":[395]},{"name":"u_isMirrored","features":[395]},{"name":"u_isUAlphabetic","features":[395]},{"name":"u_isULowercase","features":[395]},{"name":"u_isUUppercase","features":[395]},{"name":"u_isUWhiteSpace","features":[395]},{"name":"u_isWhitespace","features":[395]},{"name":"u_isalnum","features":[395]},{"name":"u_isalpha","features":[395]},{"name":"u_isbase","features":[395]},{"name":"u_isblank","features":[395]},{"name":"u_iscntrl","features":[395]},{"name":"u_isdefined","features":[395]},{"name":"u_isdigit","features":[395]},{"name":"u_isgraph","features":[395]},{"name":"u_islower","features":[395]},{"name":"u_isprint","features":[395]},{"name":"u_ispunct","features":[395]},{"name":"u_isspace","features":[395]},{"name":"u_istitle","features":[395]},{"name":"u_isupper","features":[395]},{"name":"u_isxdigit","features":[395]},{"name":"u_memcasecmp","features":[395]},{"name":"u_memchr","features":[395]},{"name":"u_memchr32","features":[395]},{"name":"u_memcmp","features":[395]},{"name":"u_memcmpCodePointOrder","features":[395]},{"name":"u_memcpy","features":[395]},{"name":"u_memmove","features":[395]},{"name":"u_memrchr","features":[395]},{"name":"u_memrchr32","features":[395]},{"name":"u_memset","features":[395]},{"name":"u_parseMessage","features":[395]},{"name":"u_parseMessageWithError","features":[395]},{"name":"u_setMemoryFunctions","features":[395]},{"name":"u_shapeArabic","features":[395]},{"name":"u_strCaseCompare","features":[395]},{"name":"u_strCompare","features":[395]},{"name":"u_strCompareIter","features":[395]},{"name":"u_strFindFirst","features":[395]},{"name":"u_strFindLast","features":[395]},{"name":"u_strFoldCase","features":[395]},{"name":"u_strFromJavaModifiedUTF8WithSub","features":[395]},{"name":"u_strFromUTF32","features":[395]},{"name":"u_strFromUTF32WithSub","features":[395]},{"name":"u_strFromUTF8","features":[395]},{"name":"u_strFromUTF8Lenient","features":[395]},{"name":"u_strFromUTF8WithSub","features":[395]},{"name":"u_strFromWCS","features":[395]},{"name":"u_strHasMoreChar32Than","features":[395]},{"name":"u_strToJavaModifiedUTF8","features":[395]},{"name":"u_strToLower","features":[395]},{"name":"u_strToTitle","features":[395]},{"name":"u_strToUTF32","features":[395]},{"name":"u_strToUTF32WithSub","features":[395]},{"name":"u_strToUTF8","features":[395]},{"name":"u_strToUTF8WithSub","features":[395]},{"name":"u_strToUpper","features":[395]},{"name":"u_strToWCS","features":[395]},{"name":"u_strcasecmp","features":[395]},{"name":"u_strcat","features":[395]},{"name":"u_strchr","features":[395]},{"name":"u_strchr32","features":[395]},{"name":"u_strcmp","features":[395]},{"name":"u_strcmpCodePointOrder","features":[395]},{"name":"u_strcpy","features":[395]},{"name":"u_strcspn","features":[395]},{"name":"u_strlen","features":[395]},{"name":"u_strncasecmp","features":[395]},{"name":"u_strncat","features":[395]},{"name":"u_strncmp","features":[395]},{"name":"u_strncmpCodePointOrder","features":[395]},{"name":"u_strncpy","features":[395]},{"name":"u_strpbrk","features":[395]},{"name":"u_strrchr","features":[395]},{"name":"u_strrchr32","features":[395]},{"name":"u_strrstr","features":[395]},{"name":"u_strspn","features":[395]},{"name":"u_strstr","features":[395]},{"name":"u_strtok_r","features":[395]},{"name":"u_tolower","features":[395]},{"name":"u_totitle","features":[395]},{"name":"u_toupper","features":[395]},{"name":"u_uastrcpy","features":[395]},{"name":"u_uastrncpy","features":[395]},{"name":"u_unescape","features":[395]},{"name":"u_unescapeAt","features":[395]},{"name":"u_versionFromString","features":[395]},{"name":"u_versionFromUString","features":[395]},{"name":"u_versionToString","features":[395]},{"name":"u_vformatMessage","features":[395]},{"name":"u_vformatMessageWithError","features":[395]},{"name":"u_vparseMessage","features":[395]},{"name":"u_vparseMessageWithError","features":[395]},{"name":"ubidi_close","features":[395]},{"name":"ubidi_countParagraphs","features":[395]},{"name":"ubidi_countRuns","features":[395]},{"name":"ubidi_getBaseDirection","features":[395]},{"name":"ubidi_getClassCallback","features":[395]},{"name":"ubidi_getCustomizedClass","features":[395]},{"name":"ubidi_getDirection","features":[395]},{"name":"ubidi_getLength","features":[395]},{"name":"ubidi_getLevelAt","features":[395]},{"name":"ubidi_getLevels","features":[395]},{"name":"ubidi_getLogicalIndex","features":[395]},{"name":"ubidi_getLogicalMap","features":[395]},{"name":"ubidi_getLogicalRun","features":[395]},{"name":"ubidi_getParaLevel","features":[395]},{"name":"ubidi_getParagraph","features":[395]},{"name":"ubidi_getParagraphByIndex","features":[395]},{"name":"ubidi_getProcessedLength","features":[395]},{"name":"ubidi_getReorderingMode","features":[395]},{"name":"ubidi_getReorderingOptions","features":[395]},{"name":"ubidi_getResultLength","features":[395]},{"name":"ubidi_getText","features":[395]},{"name":"ubidi_getVisualIndex","features":[395]},{"name":"ubidi_getVisualMap","features":[395]},{"name":"ubidi_getVisualRun","features":[395]},{"name":"ubidi_invertMap","features":[395]},{"name":"ubidi_isInverse","features":[395]},{"name":"ubidi_isOrderParagraphsLTR","features":[395]},{"name":"ubidi_open","features":[395]},{"name":"ubidi_openSized","features":[395]},{"name":"ubidi_orderParagraphsLTR","features":[395]},{"name":"ubidi_reorderLogical","features":[395]},{"name":"ubidi_reorderVisual","features":[395]},{"name":"ubidi_setClassCallback","features":[395]},{"name":"ubidi_setContext","features":[395]},{"name":"ubidi_setInverse","features":[395]},{"name":"ubidi_setLine","features":[395]},{"name":"ubidi_setPara","features":[395]},{"name":"ubidi_setReorderingMode","features":[395]},{"name":"ubidi_setReorderingOptions","features":[395]},{"name":"ubidi_writeReordered","features":[395]},{"name":"ubidi_writeReverse","features":[395]},{"name":"ubiditransform_close","features":[395]},{"name":"ubiditransform_open","features":[395]},{"name":"ubiditransform_transform","features":[395]},{"name":"ublock_getCode","features":[395]},{"name":"ubrk_close","features":[395]},{"name":"ubrk_countAvailable","features":[395]},{"name":"ubrk_current","features":[395]},{"name":"ubrk_first","features":[395]},{"name":"ubrk_following","features":[395]},{"name":"ubrk_getAvailable","features":[395]},{"name":"ubrk_getBinaryRules","features":[395]},{"name":"ubrk_getLocaleByType","features":[395]},{"name":"ubrk_getRuleStatus","features":[395]},{"name":"ubrk_getRuleStatusVec","features":[395]},{"name":"ubrk_isBoundary","features":[395]},{"name":"ubrk_last","features":[395]},{"name":"ubrk_next","features":[395]},{"name":"ubrk_open","features":[395]},{"name":"ubrk_openBinaryRules","features":[395]},{"name":"ubrk_openRules","features":[395]},{"name":"ubrk_preceding","features":[395]},{"name":"ubrk_previous","features":[395]},{"name":"ubrk_refreshUText","features":[395]},{"name":"ubrk_safeClone","features":[395]},{"name":"ubrk_setText","features":[395]},{"name":"ubrk_setUText","features":[395]},{"name":"ucal_add","features":[395]},{"name":"ucal_clear","features":[395]},{"name":"ucal_clearField","features":[395]},{"name":"ucal_clone","features":[395]},{"name":"ucal_close","features":[395]},{"name":"ucal_countAvailable","features":[395]},{"name":"ucal_equivalentTo","features":[395]},{"name":"ucal_get","features":[395]},{"name":"ucal_getAttribute","features":[395]},{"name":"ucal_getAvailable","features":[395]},{"name":"ucal_getCanonicalTimeZoneID","features":[395]},{"name":"ucal_getDSTSavings","features":[395]},{"name":"ucal_getDayOfWeekType","features":[395]},{"name":"ucal_getDefaultTimeZone","features":[395]},{"name":"ucal_getFieldDifference","features":[395]},{"name":"ucal_getGregorianChange","features":[395]},{"name":"ucal_getHostTimeZone","features":[395]},{"name":"ucal_getKeywordValuesForLocale","features":[395]},{"name":"ucal_getLimit","features":[395]},{"name":"ucal_getLocaleByType","features":[395]},{"name":"ucal_getMillis","features":[395]},{"name":"ucal_getNow","features":[395]},{"name":"ucal_getTZDataVersion","features":[395]},{"name":"ucal_getTimeZoneDisplayName","features":[395]},{"name":"ucal_getTimeZoneID","features":[395]},{"name":"ucal_getTimeZoneIDForWindowsID","features":[395]},{"name":"ucal_getTimeZoneTransitionDate","features":[395]},{"name":"ucal_getType","features":[395]},{"name":"ucal_getWeekendTransition","features":[395]},{"name":"ucal_getWindowsTimeZoneID","features":[395]},{"name":"ucal_inDaylightTime","features":[395]},{"name":"ucal_isSet","features":[395]},{"name":"ucal_isWeekend","features":[395]},{"name":"ucal_open","features":[395]},{"name":"ucal_openCountryTimeZones","features":[395]},{"name":"ucal_openTimeZoneIDEnumeration","features":[395]},{"name":"ucal_openTimeZones","features":[395]},{"name":"ucal_roll","features":[395]},{"name":"ucal_set","features":[395]},{"name":"ucal_setAttribute","features":[395]},{"name":"ucal_setDate","features":[395]},{"name":"ucal_setDateTime","features":[395]},{"name":"ucal_setDefaultTimeZone","features":[395]},{"name":"ucal_setGregorianChange","features":[395]},{"name":"ucal_setMillis","features":[395]},{"name":"ucal_setTimeZone","features":[395]},{"name":"ucasemap_close","features":[395]},{"name":"ucasemap_getBreakIterator","features":[395]},{"name":"ucasemap_getLocale","features":[395]},{"name":"ucasemap_getOptions","features":[395]},{"name":"ucasemap_open","features":[395]},{"name":"ucasemap_setBreakIterator","features":[395]},{"name":"ucasemap_setLocale","features":[395]},{"name":"ucasemap_setOptions","features":[395]},{"name":"ucasemap_toTitle","features":[395]},{"name":"ucasemap_utf8FoldCase","features":[395]},{"name":"ucasemap_utf8ToLower","features":[395]},{"name":"ucasemap_utf8ToTitle","features":[395]},{"name":"ucasemap_utf8ToUpper","features":[395]},{"name":"ucfpos_close","features":[395]},{"name":"ucfpos_constrainCategory","features":[395]},{"name":"ucfpos_constrainField","features":[395]},{"name":"ucfpos_getCategory","features":[395]},{"name":"ucfpos_getField","features":[395]},{"name":"ucfpos_getIndexes","features":[395]},{"name":"ucfpos_getInt64IterationContext","features":[395]},{"name":"ucfpos_matchesField","features":[395]},{"name":"ucfpos_open","features":[395]},{"name":"ucfpos_reset","features":[395]},{"name":"ucfpos_setInt64IterationContext","features":[395]},{"name":"ucfpos_setState","features":[395]},{"name":"ucnv_cbFromUWriteBytes","features":[395]},{"name":"ucnv_cbFromUWriteSub","features":[395]},{"name":"ucnv_cbFromUWriteUChars","features":[395]},{"name":"ucnv_cbToUWriteSub","features":[395]},{"name":"ucnv_cbToUWriteUChars","features":[395]},{"name":"ucnv_close","features":[395]},{"name":"ucnv_compareNames","features":[395]},{"name":"ucnv_convert","features":[395]},{"name":"ucnv_convertEx","features":[395]},{"name":"ucnv_countAliases","features":[395]},{"name":"ucnv_countAvailable","features":[395]},{"name":"ucnv_countStandards","features":[395]},{"name":"ucnv_detectUnicodeSignature","features":[395]},{"name":"ucnv_fixFileSeparator","features":[395]},{"name":"ucnv_flushCache","features":[395]},{"name":"ucnv_fromAlgorithmic","features":[395]},{"name":"ucnv_fromUChars","features":[395]},{"name":"ucnv_fromUCountPending","features":[395]},{"name":"ucnv_fromUnicode","features":[395]},{"name":"ucnv_getAlias","features":[395]},{"name":"ucnv_getAliases","features":[395]},{"name":"ucnv_getAvailableName","features":[395]},{"name":"ucnv_getCCSID","features":[395]},{"name":"ucnv_getCanonicalName","features":[395]},{"name":"ucnv_getDefaultName","features":[395]},{"name":"ucnv_getDisplayName","features":[395]},{"name":"ucnv_getFromUCallBack","features":[395]},{"name":"ucnv_getInvalidChars","features":[395]},{"name":"ucnv_getInvalidUChars","features":[395]},{"name":"ucnv_getMaxCharSize","features":[395]},{"name":"ucnv_getMinCharSize","features":[395]},{"name":"ucnv_getName","features":[395]},{"name":"ucnv_getNextUChar","features":[395]},{"name":"ucnv_getPlatform","features":[395]},{"name":"ucnv_getStandard","features":[395]},{"name":"ucnv_getStandardName","features":[395]},{"name":"ucnv_getStarters","features":[395]},{"name":"ucnv_getSubstChars","features":[395]},{"name":"ucnv_getToUCallBack","features":[395]},{"name":"ucnv_getType","features":[395]},{"name":"ucnv_getUnicodeSet","features":[395]},{"name":"ucnv_isAmbiguous","features":[395]},{"name":"ucnv_isFixedWidth","features":[395]},{"name":"ucnv_open","features":[395]},{"name":"ucnv_openAllNames","features":[395]},{"name":"ucnv_openCCSID","features":[395]},{"name":"ucnv_openPackage","features":[395]},{"name":"ucnv_openStandardNames","features":[395]},{"name":"ucnv_openU","features":[395]},{"name":"ucnv_reset","features":[395]},{"name":"ucnv_resetFromUnicode","features":[395]},{"name":"ucnv_resetToUnicode","features":[395]},{"name":"ucnv_safeClone","features":[395]},{"name":"ucnv_setDefaultName","features":[395]},{"name":"ucnv_setFallback","features":[395]},{"name":"ucnv_setFromUCallBack","features":[395]},{"name":"ucnv_setSubstChars","features":[395]},{"name":"ucnv_setSubstString","features":[395]},{"name":"ucnv_setToUCallBack","features":[395]},{"name":"ucnv_toAlgorithmic","features":[395]},{"name":"ucnv_toUChars","features":[395]},{"name":"ucnv_toUCountPending","features":[395]},{"name":"ucnv_toUnicode","features":[395]},{"name":"ucnv_usesFallback","features":[395]},{"name":"ucnvsel_close","features":[395]},{"name":"ucnvsel_open","features":[395]},{"name":"ucnvsel_openFromSerialized","features":[395]},{"name":"ucnvsel_selectForString","features":[395]},{"name":"ucnvsel_selectForUTF8","features":[395]},{"name":"ucnvsel_serialize","features":[395]},{"name":"ucol_cloneBinary","features":[395]},{"name":"ucol_close","features":[395]},{"name":"ucol_closeElements","features":[395]},{"name":"ucol_countAvailable","features":[395]},{"name":"ucol_equal","features":[395]},{"name":"ucol_getAttribute","features":[395]},{"name":"ucol_getAvailable","features":[395]},{"name":"ucol_getBound","features":[395]},{"name":"ucol_getContractionsAndExpansions","features":[395]},{"name":"ucol_getDisplayName","features":[395]},{"name":"ucol_getEquivalentReorderCodes","features":[395]},{"name":"ucol_getFunctionalEquivalent","features":[395]},{"name":"ucol_getKeywordValues","features":[395]},{"name":"ucol_getKeywordValuesForLocale","features":[395]},{"name":"ucol_getKeywords","features":[395]},{"name":"ucol_getLocaleByType","features":[395]},{"name":"ucol_getMaxExpansion","features":[395]},{"name":"ucol_getMaxVariable","features":[395]},{"name":"ucol_getOffset","features":[395]},{"name":"ucol_getReorderCodes","features":[395]},{"name":"ucol_getRules","features":[395]},{"name":"ucol_getRulesEx","features":[395]},{"name":"ucol_getSortKey","features":[395]},{"name":"ucol_getStrength","features":[395]},{"name":"ucol_getTailoredSet","features":[395]},{"name":"ucol_getUCAVersion","features":[395]},{"name":"ucol_getVariableTop","features":[395]},{"name":"ucol_getVersion","features":[395]},{"name":"ucol_greater","features":[395]},{"name":"ucol_greaterOrEqual","features":[395]},{"name":"ucol_keyHashCode","features":[395]},{"name":"ucol_mergeSortkeys","features":[395]},{"name":"ucol_next","features":[395]},{"name":"ucol_nextSortKeyPart","features":[395]},{"name":"ucol_open","features":[395]},{"name":"ucol_openAvailableLocales","features":[395]},{"name":"ucol_openBinary","features":[395]},{"name":"ucol_openElements","features":[395]},{"name":"ucol_openRules","features":[395]},{"name":"ucol_previous","features":[395]},{"name":"ucol_primaryOrder","features":[395]},{"name":"ucol_reset","features":[395]},{"name":"ucol_safeClone","features":[395]},{"name":"ucol_secondaryOrder","features":[395]},{"name":"ucol_setAttribute","features":[395]},{"name":"ucol_setMaxVariable","features":[395]},{"name":"ucol_setOffset","features":[395]},{"name":"ucol_setReorderCodes","features":[395]},{"name":"ucol_setStrength","features":[395]},{"name":"ucol_setText","features":[395]},{"name":"ucol_strcoll","features":[395]},{"name":"ucol_strcollIter","features":[395]},{"name":"ucol_strcollUTF8","features":[395]},{"name":"ucol_tertiaryOrder","features":[395]},{"name":"ucpmap_get","features":[395]},{"name":"ucpmap_getRange","features":[395]},{"name":"ucptrie_close","features":[395]},{"name":"ucptrie_get","features":[395]},{"name":"ucptrie_getRange","features":[395]},{"name":"ucptrie_getType","features":[395]},{"name":"ucptrie_getValueWidth","features":[395]},{"name":"ucptrie_internalSmallIndex","features":[395]},{"name":"ucptrie_internalSmallU8Index","features":[395]},{"name":"ucptrie_internalU8PrevIndex","features":[395]},{"name":"ucptrie_openFromBinary","features":[395]},{"name":"ucptrie_toBinary","features":[395]},{"name":"ucsdet_close","features":[395]},{"name":"ucsdet_detect","features":[395]},{"name":"ucsdet_detectAll","features":[395]},{"name":"ucsdet_enableInputFilter","features":[395]},{"name":"ucsdet_getAllDetectableCharsets","features":[395]},{"name":"ucsdet_getConfidence","features":[395]},{"name":"ucsdet_getLanguage","features":[395]},{"name":"ucsdet_getName","features":[395]},{"name":"ucsdet_getUChars","features":[395]},{"name":"ucsdet_isInputFilterEnabled","features":[395]},{"name":"ucsdet_open","features":[395]},{"name":"ucsdet_setDeclaredEncoding","features":[395]},{"name":"ucsdet_setText","features":[395]},{"name":"ucurr_countCurrencies","features":[395]},{"name":"ucurr_forLocale","features":[395]},{"name":"ucurr_forLocaleAndDate","features":[395]},{"name":"ucurr_getDefaultFractionDigits","features":[395]},{"name":"ucurr_getDefaultFractionDigitsForUsage","features":[395]},{"name":"ucurr_getKeywordValuesForLocale","features":[395]},{"name":"ucurr_getName","features":[395]},{"name":"ucurr_getNumericCode","features":[395]},{"name":"ucurr_getPluralName","features":[395]},{"name":"ucurr_getRoundingIncrement","features":[395]},{"name":"ucurr_getRoundingIncrementForUsage","features":[395]},{"name":"ucurr_isAvailable","features":[395]},{"name":"ucurr_openISOCurrencies","features":[395]},{"name":"ucurr_register","features":[395]},{"name":"ucurr_unregister","features":[395]},{"name":"udat_adoptNumberFormat","features":[395]},{"name":"udat_adoptNumberFormatForFields","features":[395]},{"name":"udat_applyPattern","features":[395]},{"name":"udat_clone","features":[395]},{"name":"udat_close","features":[395]},{"name":"udat_countAvailable","features":[395]},{"name":"udat_countSymbols","features":[395]},{"name":"udat_format","features":[395]},{"name":"udat_formatCalendar","features":[395]},{"name":"udat_formatCalendarForFields","features":[395]},{"name":"udat_formatForFields","features":[395]},{"name":"udat_get2DigitYearStart","features":[395]},{"name":"udat_getAvailable","features":[395]},{"name":"udat_getBooleanAttribute","features":[395]},{"name":"udat_getCalendar","features":[395]},{"name":"udat_getContext","features":[395]},{"name":"udat_getLocaleByType","features":[395]},{"name":"udat_getNumberFormat","features":[395]},{"name":"udat_getNumberFormatForField","features":[395]},{"name":"udat_getSymbols","features":[395]},{"name":"udat_isLenient","features":[395]},{"name":"udat_open","features":[395]},{"name":"udat_parse","features":[395]},{"name":"udat_parseCalendar","features":[395]},{"name":"udat_set2DigitYearStart","features":[395]},{"name":"udat_setBooleanAttribute","features":[395]},{"name":"udat_setCalendar","features":[395]},{"name":"udat_setContext","features":[395]},{"name":"udat_setLenient","features":[395]},{"name":"udat_setNumberFormat","features":[395]},{"name":"udat_setSymbols","features":[395]},{"name":"udat_toCalendarDateField","features":[395]},{"name":"udat_toPattern","features":[395]},{"name":"udatpg_addPattern","features":[395]},{"name":"udatpg_clone","features":[395]},{"name":"udatpg_close","features":[395]},{"name":"udatpg_getAppendItemFormat","features":[395]},{"name":"udatpg_getAppendItemName","features":[395]},{"name":"udatpg_getBaseSkeleton","features":[395]},{"name":"udatpg_getBestPattern","features":[395]},{"name":"udatpg_getBestPatternWithOptions","features":[395]},{"name":"udatpg_getDateTimeFormat","features":[395]},{"name":"udatpg_getDecimal","features":[395]},{"name":"udatpg_getFieldDisplayName","features":[395]},{"name":"udatpg_getPatternForSkeleton","features":[395]},{"name":"udatpg_getSkeleton","features":[395]},{"name":"udatpg_open","features":[395]},{"name":"udatpg_openBaseSkeletons","features":[395]},{"name":"udatpg_openEmpty","features":[395]},{"name":"udatpg_openSkeletons","features":[395]},{"name":"udatpg_replaceFieldTypes","features":[395]},{"name":"udatpg_replaceFieldTypesWithOptions","features":[395]},{"name":"udatpg_setAppendItemFormat","features":[395]},{"name":"udatpg_setAppendItemName","features":[395]},{"name":"udatpg_setDateTimeFormat","features":[395]},{"name":"udatpg_setDecimal","features":[395]},{"name":"udtitvfmt_close","features":[395]},{"name":"udtitvfmt_closeResult","features":[395]},{"name":"udtitvfmt_format","features":[395]},{"name":"udtitvfmt_open","features":[395]},{"name":"udtitvfmt_openResult","features":[395]},{"name":"udtitvfmt_resultAsValue","features":[395]},{"name":"uenum_close","features":[395]},{"name":"uenum_count","features":[395]},{"name":"uenum_next","features":[395]},{"name":"uenum_openCharStringsEnumeration","features":[395]},{"name":"uenum_openUCharStringsEnumeration","features":[395]},{"name":"uenum_reset","features":[395]},{"name":"uenum_unext","features":[395]},{"name":"ufieldpositer_close","features":[395]},{"name":"ufieldpositer_next","features":[395]},{"name":"ufieldpositer_open","features":[395]},{"name":"ufmt_close","features":[395]},{"name":"ufmt_getArrayItemByIndex","features":[395]},{"name":"ufmt_getArrayLength","features":[395]},{"name":"ufmt_getDate","features":[395]},{"name":"ufmt_getDecNumChars","features":[395]},{"name":"ufmt_getDouble","features":[395]},{"name":"ufmt_getInt64","features":[395]},{"name":"ufmt_getLong","features":[395]},{"name":"ufmt_getObject","features":[395]},{"name":"ufmt_getType","features":[395]},{"name":"ufmt_getUChars","features":[395]},{"name":"ufmt_isNumeric","features":[395]},{"name":"ufmt_open","features":[395]},{"name":"ufmtval_getString","features":[395]},{"name":"ufmtval_nextPosition","features":[395]},{"name":"ugender_getInstance","features":[395]},{"name":"ugender_getListGender","features":[395]},{"name":"uidna_close","features":[395]},{"name":"uidna_labelToASCII","features":[395]},{"name":"uidna_labelToASCII_UTF8","features":[395]},{"name":"uidna_labelToUnicode","features":[395]},{"name":"uidna_labelToUnicodeUTF8","features":[395]},{"name":"uidna_nameToASCII","features":[395]},{"name":"uidna_nameToASCII_UTF8","features":[395]},{"name":"uidna_nameToUnicode","features":[395]},{"name":"uidna_nameToUnicodeUTF8","features":[395]},{"name":"uidna_openUTS46","features":[395]},{"name":"uiter_current32","features":[395]},{"name":"uiter_getState","features":[395]},{"name":"uiter_next32","features":[395]},{"name":"uiter_previous32","features":[395]},{"name":"uiter_setState","features":[395]},{"name":"uiter_setString","features":[395]},{"name":"uiter_setUTF16BE","features":[395]},{"name":"uiter_setUTF8","features":[395]},{"name":"uldn_close","features":[395]},{"name":"uldn_getContext","features":[395]},{"name":"uldn_getDialectHandling","features":[395]},{"name":"uldn_getLocale","features":[395]},{"name":"uldn_keyDisplayName","features":[395]},{"name":"uldn_keyValueDisplayName","features":[395]},{"name":"uldn_languageDisplayName","features":[395]},{"name":"uldn_localeDisplayName","features":[395]},{"name":"uldn_open","features":[395]},{"name":"uldn_openForContext","features":[395]},{"name":"uldn_regionDisplayName","features":[395]},{"name":"uldn_scriptCodeDisplayName","features":[395]},{"name":"uldn_scriptDisplayName","features":[395]},{"name":"uldn_variantDisplayName","features":[395]},{"name":"ulistfmt_close","features":[395]},{"name":"ulistfmt_closeResult","features":[395]},{"name":"ulistfmt_format","features":[395]},{"name":"ulistfmt_formatStringsToResult","features":[395]},{"name":"ulistfmt_open","features":[395]},{"name":"ulistfmt_openForType","features":[395]},{"name":"ulistfmt_openResult","features":[395]},{"name":"ulistfmt_resultAsValue","features":[395]},{"name":"uloc_acceptLanguage","features":[395]},{"name":"uloc_acceptLanguageFromHTTP","features":[395]},{"name":"uloc_addLikelySubtags","features":[395]},{"name":"uloc_canonicalize","features":[395]},{"name":"uloc_countAvailable","features":[395]},{"name":"uloc_forLanguageTag","features":[395]},{"name":"uloc_getAvailable","features":[395]},{"name":"uloc_getBaseName","features":[395]},{"name":"uloc_getCharacterOrientation","features":[395]},{"name":"uloc_getCountry","features":[395]},{"name":"uloc_getDefault","features":[395]},{"name":"uloc_getDisplayCountry","features":[395]},{"name":"uloc_getDisplayKeyword","features":[395]},{"name":"uloc_getDisplayKeywordValue","features":[395]},{"name":"uloc_getDisplayLanguage","features":[395]},{"name":"uloc_getDisplayName","features":[395]},{"name":"uloc_getDisplayScript","features":[395]},{"name":"uloc_getDisplayVariant","features":[395]},{"name":"uloc_getISO3Country","features":[395]},{"name":"uloc_getISO3Language","features":[395]},{"name":"uloc_getISOCountries","features":[395]},{"name":"uloc_getISOLanguages","features":[395]},{"name":"uloc_getKeywordValue","features":[395]},{"name":"uloc_getLCID","features":[395]},{"name":"uloc_getLanguage","features":[395]},{"name":"uloc_getLineOrientation","features":[395]},{"name":"uloc_getLocaleForLCID","features":[395]},{"name":"uloc_getName","features":[395]},{"name":"uloc_getParent","features":[395]},{"name":"uloc_getScript","features":[395]},{"name":"uloc_getVariant","features":[395]},{"name":"uloc_isRightToLeft","features":[395]},{"name":"uloc_minimizeSubtags","features":[395]},{"name":"uloc_openAvailableByType","features":[395]},{"name":"uloc_openKeywords","features":[395]},{"name":"uloc_setDefault","features":[395]},{"name":"uloc_setKeywordValue","features":[395]},{"name":"uloc_toLanguageTag","features":[395]},{"name":"uloc_toLegacyKey","features":[395]},{"name":"uloc_toLegacyType","features":[395]},{"name":"uloc_toUnicodeLocaleKey","features":[395]},{"name":"uloc_toUnicodeLocaleType","features":[395]},{"name":"ulocdata_close","features":[395]},{"name":"ulocdata_getCLDRVersion","features":[395]},{"name":"ulocdata_getDelimiter","features":[395]},{"name":"ulocdata_getExemplarSet","features":[395]},{"name":"ulocdata_getLocaleDisplayPattern","features":[395]},{"name":"ulocdata_getLocaleSeparator","features":[395]},{"name":"ulocdata_getMeasurementSystem","features":[395]},{"name":"ulocdata_getNoSubstitute","features":[395]},{"name":"ulocdata_getPaperSize","features":[395]},{"name":"ulocdata_open","features":[395]},{"name":"ulocdata_setNoSubstitute","features":[395]},{"name":"umsg_applyPattern","features":[395]},{"name":"umsg_autoQuoteApostrophe","features":[395]},{"name":"umsg_clone","features":[395]},{"name":"umsg_close","features":[395]},{"name":"umsg_format","features":[395]},{"name":"umsg_getLocale","features":[395]},{"name":"umsg_open","features":[395]},{"name":"umsg_parse","features":[395]},{"name":"umsg_setLocale","features":[395]},{"name":"umsg_toPattern","features":[395]},{"name":"umsg_vformat","features":[395]},{"name":"umsg_vparse","features":[395]},{"name":"umutablecptrie_buildImmutable","features":[395]},{"name":"umutablecptrie_clone","features":[395]},{"name":"umutablecptrie_close","features":[395]},{"name":"umutablecptrie_fromUCPMap","features":[395]},{"name":"umutablecptrie_fromUCPTrie","features":[395]},{"name":"umutablecptrie_get","features":[395]},{"name":"umutablecptrie_getRange","features":[395]},{"name":"umutablecptrie_open","features":[395]},{"name":"umutablecptrie_set","features":[395]},{"name":"umutablecptrie_setRange","features":[395]},{"name":"unorm2_append","features":[395]},{"name":"unorm2_close","features":[395]},{"name":"unorm2_composePair","features":[395]},{"name":"unorm2_getCombiningClass","features":[395]},{"name":"unorm2_getDecomposition","features":[395]},{"name":"unorm2_getInstance","features":[395]},{"name":"unorm2_getNFCInstance","features":[395]},{"name":"unorm2_getNFDInstance","features":[395]},{"name":"unorm2_getNFKCCasefoldInstance","features":[395]},{"name":"unorm2_getNFKCInstance","features":[395]},{"name":"unorm2_getNFKDInstance","features":[395]},{"name":"unorm2_getRawDecomposition","features":[395]},{"name":"unorm2_hasBoundaryAfter","features":[395]},{"name":"unorm2_hasBoundaryBefore","features":[395]},{"name":"unorm2_isInert","features":[395]},{"name":"unorm2_isNormalized","features":[395]},{"name":"unorm2_normalize","features":[395]},{"name":"unorm2_normalizeSecondAndAppend","features":[395]},{"name":"unorm2_openFiltered","features":[395]},{"name":"unorm2_quickCheck","features":[395]},{"name":"unorm2_spanQuickCheckYes","features":[395]},{"name":"unorm_compare","features":[395]},{"name":"unum_applyPattern","features":[395]},{"name":"unum_clone","features":[395]},{"name":"unum_close","features":[395]},{"name":"unum_countAvailable","features":[395]},{"name":"unum_format","features":[395]},{"name":"unum_formatDecimal","features":[395]},{"name":"unum_formatDouble","features":[395]},{"name":"unum_formatDoubleCurrency","features":[395]},{"name":"unum_formatDoubleForFields","features":[395]},{"name":"unum_formatInt64","features":[395]},{"name":"unum_formatUFormattable","features":[395]},{"name":"unum_getAttribute","features":[395]},{"name":"unum_getAvailable","features":[395]},{"name":"unum_getContext","features":[395]},{"name":"unum_getDoubleAttribute","features":[395]},{"name":"unum_getLocaleByType","features":[395]},{"name":"unum_getSymbol","features":[395]},{"name":"unum_getTextAttribute","features":[395]},{"name":"unum_open","features":[395]},{"name":"unum_parse","features":[395]},{"name":"unum_parseDecimal","features":[395]},{"name":"unum_parseDouble","features":[395]},{"name":"unum_parseDoubleCurrency","features":[395]},{"name":"unum_parseInt64","features":[395]},{"name":"unum_parseToUFormattable","features":[395]},{"name":"unum_setAttribute","features":[395]},{"name":"unum_setContext","features":[395]},{"name":"unum_setDoubleAttribute","features":[395]},{"name":"unum_setSymbol","features":[395]},{"name":"unum_setTextAttribute","features":[395]},{"name":"unum_toPattern","features":[395]},{"name":"unumf_close","features":[395]},{"name":"unumf_closeResult","features":[395]},{"name":"unumf_formatDecimal","features":[395]},{"name":"unumf_formatDouble","features":[395]},{"name":"unumf_formatInt","features":[395]},{"name":"unumf_openForSkeletonAndLocale","features":[395]},{"name":"unumf_openForSkeletonAndLocaleWithError","features":[395]},{"name":"unumf_openResult","features":[395]},{"name":"unumf_resultAsValue","features":[395]},{"name":"unumf_resultGetAllFieldPositions","features":[395]},{"name":"unumf_resultNextFieldPosition","features":[395]},{"name":"unumf_resultToString","features":[395]},{"name":"unumsys_close","features":[395]},{"name":"unumsys_getDescription","features":[395]},{"name":"unumsys_getName","features":[395]},{"name":"unumsys_getRadix","features":[395]},{"name":"unumsys_isAlgorithmic","features":[395]},{"name":"unumsys_open","features":[395]},{"name":"unumsys_openAvailableNames","features":[395]},{"name":"unumsys_openByName","features":[395]},{"name":"uplrules_close","features":[395]},{"name":"uplrules_getKeywords","features":[395]},{"name":"uplrules_open","features":[395]},{"name":"uplrules_openForType","features":[395]},{"name":"uplrules_select","features":[395]},{"name":"uplrules_selectFormatted","features":[395]},{"name":"uregex_appendReplacement","features":[395]},{"name":"uregex_appendReplacementUText","features":[395]},{"name":"uregex_appendTail","features":[395]},{"name":"uregex_appendTailUText","features":[395]},{"name":"uregex_clone","features":[395]},{"name":"uregex_close","features":[395]},{"name":"uregex_end","features":[395]},{"name":"uregex_end64","features":[395]},{"name":"uregex_find","features":[395]},{"name":"uregex_find64","features":[395]},{"name":"uregex_findNext","features":[395]},{"name":"uregex_flags","features":[395]},{"name":"uregex_getFindProgressCallback","features":[395]},{"name":"uregex_getMatchCallback","features":[395]},{"name":"uregex_getStackLimit","features":[395]},{"name":"uregex_getText","features":[395]},{"name":"uregex_getTimeLimit","features":[395]},{"name":"uregex_getUText","features":[395]},{"name":"uregex_group","features":[395]},{"name":"uregex_groupCount","features":[395]},{"name":"uregex_groupNumberFromCName","features":[395]},{"name":"uregex_groupNumberFromName","features":[395]},{"name":"uregex_groupUText","features":[395]},{"name":"uregex_hasAnchoringBounds","features":[395]},{"name":"uregex_hasTransparentBounds","features":[395]},{"name":"uregex_hitEnd","features":[395]},{"name":"uregex_lookingAt","features":[395]},{"name":"uregex_lookingAt64","features":[395]},{"name":"uregex_matches","features":[395]},{"name":"uregex_matches64","features":[395]},{"name":"uregex_open","features":[395]},{"name":"uregex_openC","features":[395]},{"name":"uregex_openUText","features":[395]},{"name":"uregex_pattern","features":[395]},{"name":"uregex_patternUText","features":[395]},{"name":"uregex_refreshUText","features":[395]},{"name":"uregex_regionEnd","features":[395]},{"name":"uregex_regionEnd64","features":[395]},{"name":"uregex_regionStart","features":[395]},{"name":"uregex_regionStart64","features":[395]},{"name":"uregex_replaceAll","features":[395]},{"name":"uregex_replaceAllUText","features":[395]},{"name":"uregex_replaceFirst","features":[395]},{"name":"uregex_replaceFirstUText","features":[395]},{"name":"uregex_requireEnd","features":[395]},{"name":"uregex_reset","features":[395]},{"name":"uregex_reset64","features":[395]},{"name":"uregex_setFindProgressCallback","features":[395]},{"name":"uregex_setMatchCallback","features":[395]},{"name":"uregex_setRegion","features":[395]},{"name":"uregex_setRegion64","features":[395]},{"name":"uregex_setRegionAndStart","features":[395]},{"name":"uregex_setStackLimit","features":[395]},{"name":"uregex_setText","features":[395]},{"name":"uregex_setTimeLimit","features":[395]},{"name":"uregex_setUText","features":[395]},{"name":"uregex_split","features":[395]},{"name":"uregex_splitUText","features":[395]},{"name":"uregex_start","features":[395]},{"name":"uregex_start64","features":[395]},{"name":"uregex_useAnchoringBounds","features":[395]},{"name":"uregex_useTransparentBounds","features":[395]},{"name":"uregion_areEqual","features":[395]},{"name":"uregion_contains","features":[395]},{"name":"uregion_getAvailable","features":[395]},{"name":"uregion_getContainedRegions","features":[395]},{"name":"uregion_getContainedRegionsOfType","features":[395]},{"name":"uregion_getContainingRegion","features":[395]},{"name":"uregion_getContainingRegionOfType","features":[395]},{"name":"uregion_getNumericCode","features":[395]},{"name":"uregion_getPreferredValues","features":[395]},{"name":"uregion_getRegionCode","features":[395]},{"name":"uregion_getRegionFromCode","features":[395]},{"name":"uregion_getRegionFromNumericCode","features":[395]},{"name":"uregion_getType","features":[395]},{"name":"ureldatefmt_close","features":[395]},{"name":"ureldatefmt_closeResult","features":[395]},{"name":"ureldatefmt_combineDateAndTime","features":[395]},{"name":"ureldatefmt_format","features":[395]},{"name":"ureldatefmt_formatNumeric","features":[395]},{"name":"ureldatefmt_formatNumericToResult","features":[395]},{"name":"ureldatefmt_formatToResult","features":[395]},{"name":"ureldatefmt_open","features":[395]},{"name":"ureldatefmt_openResult","features":[395]},{"name":"ureldatefmt_resultAsValue","features":[395]},{"name":"ures_close","features":[395]},{"name":"ures_getBinary","features":[395]},{"name":"ures_getByIndex","features":[395]},{"name":"ures_getByKey","features":[395]},{"name":"ures_getInt","features":[395]},{"name":"ures_getIntVector","features":[395]},{"name":"ures_getKey","features":[395]},{"name":"ures_getLocaleByType","features":[395]},{"name":"ures_getNextResource","features":[395]},{"name":"ures_getNextString","features":[395]},{"name":"ures_getSize","features":[395]},{"name":"ures_getString","features":[395]},{"name":"ures_getStringByIndex","features":[395]},{"name":"ures_getStringByKey","features":[395]},{"name":"ures_getType","features":[395]},{"name":"ures_getUInt","features":[395]},{"name":"ures_getUTF8String","features":[395]},{"name":"ures_getUTF8StringByIndex","features":[395]},{"name":"ures_getUTF8StringByKey","features":[395]},{"name":"ures_getVersion","features":[395]},{"name":"ures_hasNext","features":[395]},{"name":"ures_open","features":[395]},{"name":"ures_openAvailableLocales","features":[395]},{"name":"ures_openDirect","features":[395]},{"name":"ures_openU","features":[395]},{"name":"ures_resetIterator","features":[395]},{"name":"uscript_breaksBetweenLetters","features":[395]},{"name":"uscript_getCode","features":[395]},{"name":"uscript_getName","features":[395]},{"name":"uscript_getSampleString","features":[395]},{"name":"uscript_getScript","features":[395]},{"name":"uscript_getScriptExtensions","features":[395]},{"name":"uscript_getShortName","features":[395]},{"name":"uscript_getUsage","features":[395]},{"name":"uscript_hasScript","features":[395]},{"name":"uscript_isCased","features":[395]},{"name":"uscript_isRightToLeft","features":[395]},{"name":"usearch_close","features":[395]},{"name":"usearch_first","features":[395]},{"name":"usearch_following","features":[395]},{"name":"usearch_getAttribute","features":[395]},{"name":"usearch_getBreakIterator","features":[395]},{"name":"usearch_getCollator","features":[395]},{"name":"usearch_getMatchedLength","features":[395]},{"name":"usearch_getMatchedStart","features":[395]},{"name":"usearch_getMatchedText","features":[395]},{"name":"usearch_getOffset","features":[395]},{"name":"usearch_getPattern","features":[395]},{"name":"usearch_getText","features":[395]},{"name":"usearch_last","features":[395]},{"name":"usearch_next","features":[395]},{"name":"usearch_open","features":[395]},{"name":"usearch_openFromCollator","features":[395]},{"name":"usearch_preceding","features":[395]},{"name":"usearch_previous","features":[395]},{"name":"usearch_reset","features":[395]},{"name":"usearch_setAttribute","features":[395]},{"name":"usearch_setBreakIterator","features":[395]},{"name":"usearch_setCollator","features":[395]},{"name":"usearch_setOffset","features":[395]},{"name":"usearch_setPattern","features":[395]},{"name":"usearch_setText","features":[395]},{"name":"uset_add","features":[395]},{"name":"uset_addAll","features":[395]},{"name":"uset_addAllCodePoints","features":[395]},{"name":"uset_addRange","features":[395]},{"name":"uset_addString","features":[395]},{"name":"uset_applyIntPropertyValue","features":[395]},{"name":"uset_applyPattern","features":[395]},{"name":"uset_applyPropertyAlias","features":[395]},{"name":"uset_charAt","features":[395]},{"name":"uset_clear","features":[395]},{"name":"uset_clone","features":[395]},{"name":"uset_cloneAsThawed","features":[395]},{"name":"uset_close","features":[395]},{"name":"uset_closeOver","features":[395]},{"name":"uset_compact","features":[395]},{"name":"uset_complement","features":[395]},{"name":"uset_complementAll","features":[395]},{"name":"uset_contains","features":[395]},{"name":"uset_containsAll","features":[395]},{"name":"uset_containsAllCodePoints","features":[395]},{"name":"uset_containsNone","features":[395]},{"name":"uset_containsRange","features":[395]},{"name":"uset_containsSome","features":[395]},{"name":"uset_containsString","features":[395]},{"name":"uset_equals","features":[395]},{"name":"uset_freeze","features":[395]},{"name":"uset_getItem","features":[395]},{"name":"uset_getItemCount","features":[395]},{"name":"uset_getSerializedRange","features":[395]},{"name":"uset_getSerializedRangeCount","features":[395]},{"name":"uset_getSerializedSet","features":[395]},{"name":"uset_indexOf","features":[395]},{"name":"uset_isEmpty","features":[395]},{"name":"uset_isFrozen","features":[395]},{"name":"uset_open","features":[395]},{"name":"uset_openEmpty","features":[395]},{"name":"uset_openPattern","features":[395]},{"name":"uset_openPatternOptions","features":[395]},{"name":"uset_remove","features":[395]},{"name":"uset_removeAll","features":[395]},{"name":"uset_removeAllStrings","features":[395]},{"name":"uset_removeRange","features":[395]},{"name":"uset_removeString","features":[395]},{"name":"uset_resemblesPattern","features":[395]},{"name":"uset_retain","features":[395]},{"name":"uset_retainAll","features":[395]},{"name":"uset_serialize","features":[395]},{"name":"uset_serializedContains","features":[395]},{"name":"uset_set","features":[395]},{"name":"uset_setSerializedToOne","features":[395]},{"name":"uset_size","features":[395]},{"name":"uset_span","features":[395]},{"name":"uset_spanBack","features":[395]},{"name":"uset_spanBackUTF8","features":[395]},{"name":"uset_spanUTF8","features":[395]},{"name":"uset_toPattern","features":[395]},{"name":"uspoof_areConfusable","features":[395]},{"name":"uspoof_areConfusableUTF8","features":[395]},{"name":"uspoof_check","features":[395]},{"name":"uspoof_check2","features":[395]},{"name":"uspoof_check2UTF8","features":[395]},{"name":"uspoof_checkUTF8","features":[395]},{"name":"uspoof_clone","features":[395]},{"name":"uspoof_close","features":[395]},{"name":"uspoof_closeCheckResult","features":[395]},{"name":"uspoof_getAllowedChars","features":[395]},{"name":"uspoof_getAllowedLocales","features":[395]},{"name":"uspoof_getCheckResultChecks","features":[395]},{"name":"uspoof_getCheckResultNumerics","features":[395]},{"name":"uspoof_getCheckResultRestrictionLevel","features":[395]},{"name":"uspoof_getChecks","features":[395]},{"name":"uspoof_getInclusionSet","features":[395]},{"name":"uspoof_getRecommendedSet","features":[395]},{"name":"uspoof_getRestrictionLevel","features":[395]},{"name":"uspoof_getSkeleton","features":[395]},{"name":"uspoof_getSkeletonUTF8","features":[395]},{"name":"uspoof_open","features":[395]},{"name":"uspoof_openCheckResult","features":[395]},{"name":"uspoof_openFromSerialized","features":[395]},{"name":"uspoof_openFromSource","features":[395]},{"name":"uspoof_serialize","features":[395]},{"name":"uspoof_setAllowedChars","features":[395]},{"name":"uspoof_setAllowedLocales","features":[395]},{"name":"uspoof_setChecks","features":[395]},{"name":"uspoof_setRestrictionLevel","features":[395]},{"name":"usprep_close","features":[395]},{"name":"usprep_open","features":[395]},{"name":"usprep_openByType","features":[395]},{"name":"usprep_prepare","features":[395]},{"name":"utext_char32At","features":[395]},{"name":"utext_clone","features":[395]},{"name":"utext_close","features":[395]},{"name":"utext_copy","features":[395]},{"name":"utext_current32","features":[395]},{"name":"utext_equals","features":[395]},{"name":"utext_extract","features":[395]},{"name":"utext_freeze","features":[395]},{"name":"utext_getNativeIndex","features":[395]},{"name":"utext_getPreviousNativeIndex","features":[395]},{"name":"utext_hasMetaData","features":[395]},{"name":"utext_isLengthExpensive","features":[395]},{"name":"utext_isWritable","features":[395]},{"name":"utext_moveIndex32","features":[395]},{"name":"utext_nativeLength","features":[395]},{"name":"utext_next32","features":[395]},{"name":"utext_next32From","features":[395]},{"name":"utext_openUChars","features":[395]},{"name":"utext_openUTF8","features":[395]},{"name":"utext_previous32","features":[395]},{"name":"utext_previous32From","features":[395]},{"name":"utext_replace","features":[395]},{"name":"utext_setNativeIndex","features":[395]},{"name":"utext_setup","features":[395]},{"name":"utf8_appendCharSafeBody","features":[395]},{"name":"utf8_back1SafeBody","features":[395]},{"name":"utf8_nextCharSafeBody","features":[395]},{"name":"utf8_prevCharSafeBody","features":[395]},{"name":"utmscale_fromInt64","features":[395]},{"name":"utmscale_getTimeScaleValue","features":[395]},{"name":"utmscale_toInt64","features":[395]},{"name":"utrace_format","features":[395]},{"name":"utrace_functionName","features":[395]},{"name":"utrace_getFunctions","features":[395]},{"name":"utrace_getLevel","features":[395]},{"name":"utrace_setFunctions","features":[395]},{"name":"utrace_setLevel","features":[395]},{"name":"utrace_vformat","features":[395]},{"name":"utrans_clone","features":[395]},{"name":"utrans_close","features":[395]},{"name":"utrans_countAvailableIDs","features":[395]},{"name":"utrans_getSourceSet","features":[395]},{"name":"utrans_getUnicodeID","features":[395]},{"name":"utrans_openIDs","features":[395]},{"name":"utrans_openInverse","features":[395]},{"name":"utrans_openU","features":[395]},{"name":"utrans_register","features":[395]},{"name":"utrans_setFilter","features":[395]},{"name":"utrans_toRules","features":[395]},{"name":"utrans_trans","features":[395]},{"name":"utrans_transIncremental","features":[395]},{"name":"utrans_transIncrementalUChars","features":[395]},{"name":"utrans_transUChars","features":[395]},{"name":"utrans_unregisterID","features":[395]}],"396":[{"name":"CompositionFrameDisplayInstance","features":[307,396,397]},{"name":"CompositionFrameInstanceKind","features":[396]},{"name":"CompositionFrameInstanceKind_ComposedOnScreen","features":[396]},{"name":"CompositionFrameInstanceKind_ComposedToIntermediate","features":[396]},{"name":"CompositionFrameInstanceKind_ScanoutOnScreen","features":[396]},{"name":"CreatePresentationFactory","features":[396]},{"name":"ICompositionFramePresentStatistics","features":[396]},{"name":"IIndependentFlipFramePresentStatistics","features":[396]},{"name":"IPresentStatistics","features":[396]},{"name":"IPresentStatusPresentStatistics","features":[396]},{"name":"IPresentationBuffer","features":[396]},{"name":"IPresentationContent","features":[396]},{"name":"IPresentationFactory","features":[396]},{"name":"IPresentationManager","features":[396]},{"name":"IPresentationSurface","features":[396]},{"name":"PresentStatisticsKind","features":[396]},{"name":"PresentStatisticsKind_CompositionFrame","features":[396]},{"name":"PresentStatisticsKind_IndependentFlipFrame","features":[396]},{"name":"PresentStatisticsKind_PresentStatus","features":[396]},{"name":"PresentStatus","features":[396]},{"name":"PresentStatus_Canceled","features":[396]},{"name":"PresentStatus_Queued","features":[396]},{"name":"PresentStatus_Skipped","features":[396]},{"name":"PresentationTransform","features":[396]},{"name":"SystemInterruptTime","features":[396]}],"397":[{"name":"AcgCompatible","features":[398]},{"name":"AdapterBudgetChange","features":[398]},{"name":"AdapterHardwareContentProtectionTeardown","features":[398]},{"name":"AdapterListStale","features":[398]},{"name":"AdapterMemoryBudget","features":[398]},{"name":"AdapterNoLongerValid","features":[398]},{"name":"ComputePreemptionGranularity","features":[398]},{"name":"DXCORE_ADAPTER_ATTRIBUTE_D3D11_GRAPHICS","features":[398]},{"name":"DXCORE_ADAPTER_ATTRIBUTE_D3D12_CORE_COMPUTE","features":[398]},{"name":"DXCORE_ADAPTER_ATTRIBUTE_D3D12_GRAPHICS","features":[398]},{"name":"DXCoreAdapterMemoryBudget","features":[398]},{"name":"DXCoreAdapterMemoryBudgetNodeSegmentGroup","features":[398]},{"name":"DXCoreAdapterPreference","features":[398]},{"name":"DXCoreAdapterProperty","features":[398]},{"name":"DXCoreAdapterState","features":[398]},{"name":"DXCoreCreateAdapterFactory","features":[398]},{"name":"DXCoreHardwareID","features":[398]},{"name":"DXCoreHardwareIDParts","features":[398]},{"name":"DXCoreNotificationType","features":[398]},{"name":"DXCoreSegmentGroup","features":[398]},{"name":"DedicatedAdapterMemory","features":[398]},{"name":"DedicatedSystemMemory","features":[398]},{"name":"DriverDescription","features":[398]},{"name":"DriverVersion","features":[398]},{"name":"GraphicsPreemptionGranularity","features":[398]},{"name":"Hardware","features":[398]},{"name":"HardwareID","features":[398]},{"name":"HardwareIDParts","features":[398]},{"name":"HighPerformance","features":[398]},{"name":"IDXCoreAdapter","features":[398]},{"name":"IDXCoreAdapterFactory","features":[398]},{"name":"IDXCoreAdapterList","features":[398]},{"name":"InstanceLuid","features":[398]},{"name":"IsDetachable","features":[398]},{"name":"IsDriverUpdateInProgress","features":[398]},{"name":"IsHardware","features":[398]},{"name":"IsIntegrated","features":[398]},{"name":"KmdModelVersion","features":[398]},{"name":"Local","features":[398]},{"name":"MinimumPower","features":[398]},{"name":"NonLocal","features":[398]},{"name":"PFN_DXCORE_NOTIFICATION_CALLBACK","features":[398]},{"name":"SharedSystemMemory","features":[398]},{"name":"_FACDXCORE","features":[398]}],"398":[{"name":"CLSID_D2D12DAffineTransform","features":[399]},{"name":"CLSID_D2D13DPerspectiveTransform","features":[399]},{"name":"CLSID_D2D13DTransform","features":[399]},{"name":"CLSID_D2D1AlphaMask","features":[399]},{"name":"CLSID_D2D1ArithmeticComposite","features":[399]},{"name":"CLSID_D2D1Atlas","features":[399]},{"name":"CLSID_D2D1BitmapSource","features":[399]},{"name":"CLSID_D2D1Blend","features":[399]},{"name":"CLSID_D2D1Border","features":[399]},{"name":"CLSID_D2D1Brightness","features":[399]},{"name":"CLSID_D2D1ChromaKey","features":[399]},{"name":"CLSID_D2D1ColorManagement","features":[399]},{"name":"CLSID_D2D1ColorMatrix","features":[399]},{"name":"CLSID_D2D1Composite","features":[399]},{"name":"CLSID_D2D1Contrast","features":[399]},{"name":"CLSID_D2D1ConvolveMatrix","features":[399]},{"name":"CLSID_D2D1Crop","features":[399]},{"name":"CLSID_D2D1CrossFade","features":[399]},{"name":"CLSID_D2D1DirectionalBlur","features":[399]},{"name":"CLSID_D2D1DiscreteTransfer","features":[399]},{"name":"CLSID_D2D1DisplacementMap","features":[399]},{"name":"CLSID_D2D1DistantDiffuse","features":[399]},{"name":"CLSID_D2D1DistantSpecular","features":[399]},{"name":"CLSID_D2D1DpiCompensation","features":[399]},{"name":"CLSID_D2D1EdgeDetection","features":[399]},{"name":"CLSID_D2D1Emboss","features":[399]},{"name":"CLSID_D2D1Exposure","features":[399]},{"name":"CLSID_D2D1Flood","features":[399]},{"name":"CLSID_D2D1GammaTransfer","features":[399]},{"name":"CLSID_D2D1GaussianBlur","features":[399]},{"name":"CLSID_D2D1Grayscale","features":[399]},{"name":"CLSID_D2D1HdrToneMap","features":[399]},{"name":"CLSID_D2D1HighlightsShadows","features":[399]},{"name":"CLSID_D2D1Histogram","features":[399]},{"name":"CLSID_D2D1HueRotation","features":[399]},{"name":"CLSID_D2D1HueToRgb","features":[399]},{"name":"CLSID_D2D1Invert","features":[399]},{"name":"CLSID_D2D1LinearTransfer","features":[399]},{"name":"CLSID_D2D1LookupTable3D","features":[399]},{"name":"CLSID_D2D1LuminanceToAlpha","features":[399]},{"name":"CLSID_D2D1Morphology","features":[399]},{"name":"CLSID_D2D1Opacity","features":[399]},{"name":"CLSID_D2D1OpacityMetadata","features":[399]},{"name":"CLSID_D2D1PointDiffuse","features":[399]},{"name":"CLSID_D2D1PointSpecular","features":[399]},{"name":"CLSID_D2D1Posterize","features":[399]},{"name":"CLSID_D2D1Premultiply","features":[399]},{"name":"CLSID_D2D1RgbToHue","features":[399]},{"name":"CLSID_D2D1Saturation","features":[399]},{"name":"CLSID_D2D1Scale","features":[399]},{"name":"CLSID_D2D1Sepia","features":[399]},{"name":"CLSID_D2D1Shadow","features":[399]},{"name":"CLSID_D2D1Sharpen","features":[399]},{"name":"CLSID_D2D1SpotDiffuse","features":[399]},{"name":"CLSID_D2D1SpotSpecular","features":[399]},{"name":"CLSID_D2D1Straighten","features":[399]},{"name":"CLSID_D2D1TableTransfer","features":[399]},{"name":"CLSID_D2D1TemperatureTint","features":[399]},{"name":"CLSID_D2D1Tile","features":[399]},{"name":"CLSID_D2D1Tint","features":[399]},{"name":"CLSID_D2D1Turbulence","features":[399]},{"name":"CLSID_D2D1UnPremultiply","features":[399]},{"name":"CLSID_D2D1Vignette","features":[399]},{"name":"CLSID_D2D1WhiteLevelAdjustment","features":[399]},{"name":"CLSID_D2D1YCbCr","features":[399]},{"name":"D2D1ComputeMaximumScaleFactor","features":[69,399]},{"name":"D2D1ConvertColorSpace","features":[400]},{"name":"D2D1CreateDevice","features":[399,401]},{"name":"D2D1CreateDeviceContext","features":[399,401]},{"name":"D2D1CreateFactory","features":[399]},{"name":"D2D1GetGradientMeshInteriorPointsFromCoonsPatch","features":[400]},{"name":"D2D1InvertMatrix","features":[69,307,399]},{"name":"D2D1IsMatrixInvertible","features":[69,307,399]},{"name":"D2D1MakeRotateMatrix","features":[69,400]},{"name":"D2D1MakeSkewMatrix","features":[69,400]},{"name":"D2D1SinCos","features":[399]},{"name":"D2D1Tan","features":[399]},{"name":"D2D1Vec3Length","features":[399]},{"name":"D2D1_2DAFFINETRANSFORM_PROP","features":[399]},{"name":"D2D1_2DAFFINETRANSFORM_PROP_BORDER_MODE","features":[399]},{"name":"D2D1_2DAFFINETRANSFORM_PROP_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_2DAFFINETRANSFORM_PROP_SHARPNESS","features":[399]},{"name":"D2D1_2DAFFINETRANSFORM_PROP_TRANSFORM_MATRIX","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_CUBIC","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_LINEAR","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_BORDER_MODE","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_DEPTH","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_GLOBAL_OFFSET","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_LOCAL_OFFSET","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_PERSPECTIVE_ORIGIN","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_ROTATION","features":[399]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_ROTATION_ORIGIN","features":[399]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE_CUBIC","features":[399]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE_LINEAR","features":[399]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_3DTRANSFORM_PROP","features":[399]},{"name":"D2D1_3DTRANSFORM_PROP_BORDER_MODE","features":[399]},{"name":"D2D1_3DTRANSFORM_PROP_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_3DTRANSFORM_PROP_TRANSFORM_MATRIX","features":[399]},{"name":"D2D1_ANTIALIAS_MODE","features":[399]},{"name":"D2D1_ANTIALIAS_MODE_ALIASED","features":[399]},{"name":"D2D1_ANTIALIAS_MODE_PER_PRIMITIVE","features":[399]},{"name":"D2D1_APPEND_ALIGNED_ELEMENT","features":[399]},{"name":"D2D1_ARC_SEGMENT","features":[400]},{"name":"D2D1_ARC_SIZE","features":[399]},{"name":"D2D1_ARC_SIZE_LARGE","features":[399]},{"name":"D2D1_ARC_SIZE_SMALL","features":[399]},{"name":"D2D1_ARITHMETICCOMPOSITE_PROP","features":[399]},{"name":"D2D1_ARITHMETICCOMPOSITE_PROP_CLAMP_OUTPUT","features":[399]},{"name":"D2D1_ARITHMETICCOMPOSITE_PROP_COEFFICIENTS","features":[399]},{"name":"D2D1_ATLAS_PROP","features":[399]},{"name":"D2D1_ATLAS_PROP_INPUT_PADDING_RECT","features":[399]},{"name":"D2D1_ATLAS_PROP_INPUT_RECT","features":[399]},{"name":"D2D1_BITMAPSOURCE_ALPHA_MODE","features":[399]},{"name":"D2D1_BITMAPSOURCE_ALPHA_MODE_PREMULTIPLIED","features":[399]},{"name":"D2D1_BITMAPSOURCE_ALPHA_MODE_STRAIGHT","features":[399]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE_CUBIC","features":[399]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE_FANT","features":[399]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE_LINEAR","features":[399]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE_MIPMAP_LINEAR","features":[399]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION","features":[399]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_DEFAULT","features":[399]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_FLIP_HORIZONTAL","features":[399]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE180","features":[399]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE180_FLIP_HORIZONTAL","features":[399]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE270","features":[399]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE270_FLIP_HORIZONTAL","features":[399]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE90","features":[399]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE90_FLIP_HORIZONTAL","features":[399]},{"name":"D2D1_BITMAPSOURCE_PROP","features":[399]},{"name":"D2D1_BITMAPSOURCE_PROP_ALPHA_MODE","features":[399]},{"name":"D2D1_BITMAPSOURCE_PROP_ENABLE_DPI_CORRECTION","features":[399]},{"name":"D2D1_BITMAPSOURCE_PROP_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_BITMAPSOURCE_PROP_ORIENTATION","features":[399]},{"name":"D2D1_BITMAPSOURCE_PROP_SCALE","features":[399]},{"name":"D2D1_BITMAPSOURCE_PROP_WIC_BITMAP_SOURCE","features":[399]},{"name":"D2D1_BITMAP_BRUSH_PROPERTIES","features":[399]},{"name":"D2D1_BITMAP_BRUSH_PROPERTIES1","features":[399]},{"name":"D2D1_BITMAP_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_BITMAP_INTERPOLATION_MODE_LINEAR","features":[399]},{"name":"D2D1_BITMAP_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_BITMAP_OPTIONS","features":[399]},{"name":"D2D1_BITMAP_OPTIONS_CANNOT_DRAW","features":[399]},{"name":"D2D1_BITMAP_OPTIONS_CPU_READ","features":[399]},{"name":"D2D1_BITMAP_OPTIONS_GDI_COMPATIBLE","features":[399]},{"name":"D2D1_BITMAP_OPTIONS_NONE","features":[399]},{"name":"D2D1_BITMAP_OPTIONS_TARGET","features":[399]},{"name":"D2D1_BITMAP_PROPERTIES","features":[400,397]},{"name":"D2D1_BITMAP_PROPERTIES1","features":[400,397]},{"name":"D2D1_BLEND","features":[399]},{"name":"D2D1_BLEND_BLEND_FACTOR","features":[399]},{"name":"D2D1_BLEND_DESCRIPTION","features":[399]},{"name":"D2D1_BLEND_DEST_ALPHA","features":[399]},{"name":"D2D1_BLEND_DEST_COLOR","features":[399]},{"name":"D2D1_BLEND_INV_BLEND_FACTOR","features":[399]},{"name":"D2D1_BLEND_INV_DEST_ALPHA","features":[399]},{"name":"D2D1_BLEND_INV_DEST_COLOR","features":[399]},{"name":"D2D1_BLEND_INV_SRC_ALPHA","features":[399]},{"name":"D2D1_BLEND_INV_SRC_COLOR","features":[399]},{"name":"D2D1_BLEND_ONE","features":[399]},{"name":"D2D1_BLEND_OPERATION","features":[399]},{"name":"D2D1_BLEND_OPERATION_ADD","features":[399]},{"name":"D2D1_BLEND_OPERATION_MAX","features":[399]},{"name":"D2D1_BLEND_OPERATION_MIN","features":[399]},{"name":"D2D1_BLEND_OPERATION_REV_SUBTRACT","features":[399]},{"name":"D2D1_BLEND_OPERATION_SUBTRACT","features":[399]},{"name":"D2D1_BLEND_PROP","features":[399]},{"name":"D2D1_BLEND_PROP_MODE","features":[399]},{"name":"D2D1_BLEND_SRC_ALPHA","features":[399]},{"name":"D2D1_BLEND_SRC_ALPHA_SAT","features":[399]},{"name":"D2D1_BLEND_SRC_COLOR","features":[399]},{"name":"D2D1_BLEND_ZERO","features":[399]},{"name":"D2D1_BORDER_EDGE_MODE","features":[399]},{"name":"D2D1_BORDER_EDGE_MODE_CLAMP","features":[399]},{"name":"D2D1_BORDER_EDGE_MODE_MIRROR","features":[399]},{"name":"D2D1_BORDER_EDGE_MODE_WRAP","features":[399]},{"name":"D2D1_BORDER_PROP","features":[399]},{"name":"D2D1_BORDER_PROP_EDGE_MODE_X","features":[399]},{"name":"D2D1_BORDER_PROP_EDGE_MODE_Y","features":[399]},{"name":"D2D1_BRIGHTNESS_PROP","features":[399]},{"name":"D2D1_BRIGHTNESS_PROP_BLACK_POINT","features":[399]},{"name":"D2D1_BRIGHTNESS_PROP_WHITE_POINT","features":[399]},{"name":"D2D1_BRUSH_PROPERTIES","features":[69,399]},{"name":"D2D1_BUFFER_PRECISION","features":[399]},{"name":"D2D1_BUFFER_PRECISION_16BPC_FLOAT","features":[399]},{"name":"D2D1_BUFFER_PRECISION_16BPC_UNORM","features":[399]},{"name":"D2D1_BUFFER_PRECISION_32BPC_FLOAT","features":[399]},{"name":"D2D1_BUFFER_PRECISION_8BPC_UNORM","features":[399]},{"name":"D2D1_BUFFER_PRECISION_8BPC_UNORM_SRGB","features":[399]},{"name":"D2D1_BUFFER_PRECISION_UNKNOWN","features":[399]},{"name":"D2D1_CAP_STYLE","features":[399]},{"name":"D2D1_CAP_STYLE_FLAT","features":[399]},{"name":"D2D1_CAP_STYLE_ROUND","features":[399]},{"name":"D2D1_CAP_STYLE_SQUARE","features":[399]},{"name":"D2D1_CAP_STYLE_TRIANGLE","features":[399]},{"name":"D2D1_CHANGE_TYPE","features":[399]},{"name":"D2D1_CHANGE_TYPE_CONTEXT","features":[399]},{"name":"D2D1_CHANGE_TYPE_GRAPH","features":[399]},{"name":"D2D1_CHANGE_TYPE_NONE","features":[399]},{"name":"D2D1_CHANGE_TYPE_PROPERTIES","features":[399]},{"name":"D2D1_CHANNEL_DEPTH","features":[399]},{"name":"D2D1_CHANNEL_DEPTH_1","features":[399]},{"name":"D2D1_CHANNEL_DEPTH_4","features":[399]},{"name":"D2D1_CHANNEL_DEPTH_DEFAULT","features":[399]},{"name":"D2D1_CHANNEL_SELECTOR","features":[399]},{"name":"D2D1_CHANNEL_SELECTOR_A","features":[399]},{"name":"D2D1_CHANNEL_SELECTOR_B","features":[399]},{"name":"D2D1_CHANNEL_SELECTOR_G","features":[399]},{"name":"D2D1_CHANNEL_SELECTOR_R","features":[399]},{"name":"D2D1_CHROMAKEY_PROP","features":[399]},{"name":"D2D1_CHROMAKEY_PROP_COLOR","features":[399]},{"name":"D2D1_CHROMAKEY_PROP_FEATHER","features":[399]},{"name":"D2D1_CHROMAKEY_PROP_INVERT_ALPHA","features":[399]},{"name":"D2D1_CHROMAKEY_PROP_TOLERANCE","features":[399]},{"name":"D2D1_COLORMANAGEMENT_ALPHA_MODE","features":[399]},{"name":"D2D1_COLORMANAGEMENT_ALPHA_MODE_PREMULTIPLIED","features":[399]},{"name":"D2D1_COLORMANAGEMENT_ALPHA_MODE_STRAIGHT","features":[399]},{"name":"D2D1_COLORMANAGEMENT_PROP","features":[399]},{"name":"D2D1_COLORMANAGEMENT_PROP_ALPHA_MODE","features":[399]},{"name":"D2D1_COLORMANAGEMENT_PROP_DESTINATION_COLOR_CONTEXT","features":[399]},{"name":"D2D1_COLORMANAGEMENT_PROP_DESTINATION_RENDERING_INTENT","features":[399]},{"name":"D2D1_COLORMANAGEMENT_PROP_QUALITY","features":[399]},{"name":"D2D1_COLORMANAGEMENT_PROP_SOURCE_COLOR_CONTEXT","features":[399]},{"name":"D2D1_COLORMANAGEMENT_PROP_SOURCE_RENDERING_INTENT","features":[399]},{"name":"D2D1_COLORMANAGEMENT_QUALITY","features":[399]},{"name":"D2D1_COLORMANAGEMENT_QUALITY_BEST","features":[399]},{"name":"D2D1_COLORMANAGEMENT_QUALITY_NORMAL","features":[399]},{"name":"D2D1_COLORMANAGEMENT_QUALITY_PROOF","features":[399]},{"name":"D2D1_COLORMANAGEMENT_RENDERING_INTENT","features":[399]},{"name":"D2D1_COLORMANAGEMENT_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC","features":[399]},{"name":"D2D1_COLORMANAGEMENT_RENDERING_INTENT_PERCEPTUAL","features":[399]},{"name":"D2D1_COLORMANAGEMENT_RENDERING_INTENT_RELATIVE_COLORIMETRIC","features":[399]},{"name":"D2D1_COLORMANAGEMENT_RENDERING_INTENT_SATURATION","features":[399]},{"name":"D2D1_COLORMATRIX_PROP","features":[399]},{"name":"D2D1_COLORMATRIX_PROP_ALPHA_MODE","features":[399]},{"name":"D2D1_COLORMATRIX_PROP_CLAMP_OUTPUT","features":[399]},{"name":"D2D1_COLORMATRIX_PROP_COLOR_MATRIX","features":[399]},{"name":"D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION","features":[399]},{"name":"D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION_DEFAULT","features":[399]},{"name":"D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION_DISABLE","features":[399]},{"name":"D2D1_COLOR_CONTEXT_TYPE","features":[399]},{"name":"D2D1_COLOR_CONTEXT_TYPE_DXGI","features":[399]},{"name":"D2D1_COLOR_CONTEXT_TYPE_ICC","features":[399]},{"name":"D2D1_COLOR_CONTEXT_TYPE_SIMPLE","features":[399]},{"name":"D2D1_COLOR_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_COLOR_INTERPOLATION_MODE_PREMULTIPLIED","features":[399]},{"name":"D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT","features":[399]},{"name":"D2D1_COLOR_SPACE","features":[399]},{"name":"D2D1_COLOR_SPACE_CUSTOM","features":[399]},{"name":"D2D1_COLOR_SPACE_SCRGB","features":[399]},{"name":"D2D1_COLOR_SPACE_SRGB","features":[399]},{"name":"D2D1_COMBINE_MODE","features":[399]},{"name":"D2D1_COMBINE_MODE_EXCLUDE","features":[399]},{"name":"D2D1_COMBINE_MODE_INTERSECT","features":[399]},{"name":"D2D1_COMBINE_MODE_UNION","features":[399]},{"name":"D2D1_COMBINE_MODE_XOR","features":[399]},{"name":"D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS","features":[399]},{"name":"D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS_GDI_COMPATIBLE","features":[399]},{"name":"D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS_NONE","features":[399]},{"name":"D2D1_COMPOSITE_PROP","features":[399]},{"name":"D2D1_COMPOSITE_PROP_MODE","features":[399]},{"name":"D2D1_CONTRAST_PROP","features":[399]},{"name":"D2D1_CONTRAST_PROP_CLAMP_INPUT","features":[399]},{"name":"D2D1_CONTRAST_PROP_CONTRAST","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_BIAS","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_BORDER_MODE","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_CLAMP_OUTPUT","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_DIVISOR","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_KERNEL_MATRIX","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_KERNEL_OFFSET","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_KERNEL_SIZE_X","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_KERNEL_SIZE_Y","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_KERNEL_UNIT_LENGTH","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_PRESERVE_ALPHA","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_PROP_SCALE_MODE","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_CUBIC","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_LINEAR","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_CREATION_PROPERTIES","features":[399]},{"name":"D2D1_CROP_PROP","features":[399]},{"name":"D2D1_CROP_PROP_BORDER_MODE","features":[399]},{"name":"D2D1_CROP_PROP_RECT","features":[399]},{"name":"D2D1_CROSSFADE_PROP","features":[399]},{"name":"D2D1_CROSSFADE_PROP_WEIGHT","features":[399]},{"name":"D2D1_CUSTOM_VERTEX_BUFFER_PROPERTIES","features":[399,397]},{"name":"D2D1_DASH_STYLE","features":[399]},{"name":"D2D1_DASH_STYLE_CUSTOM","features":[399]},{"name":"D2D1_DASH_STYLE_DASH","features":[399]},{"name":"D2D1_DASH_STYLE_DASH_DOT","features":[399]},{"name":"D2D1_DASH_STYLE_DASH_DOT_DOT","features":[399]},{"name":"D2D1_DASH_STYLE_DOT","features":[399]},{"name":"D2D1_DASH_STYLE_SOLID","features":[399]},{"name":"D2D1_DC_INITIALIZE_MODE","features":[399]},{"name":"D2D1_DC_INITIALIZE_MODE_CLEAR","features":[399]},{"name":"D2D1_DC_INITIALIZE_MODE_COPY","features":[399]},{"name":"D2D1_DEBUG_LEVEL","features":[399]},{"name":"D2D1_DEBUG_LEVEL_ERROR","features":[399]},{"name":"D2D1_DEBUG_LEVEL_INFORMATION","features":[399]},{"name":"D2D1_DEBUG_LEVEL_NONE","features":[399]},{"name":"D2D1_DEBUG_LEVEL_WARNING","features":[399]},{"name":"D2D1_DEFAULT_FLATTENING_TOLERANCE","features":[399]},{"name":"D2D1_DEVICE_CONTEXT_OPTIONS","features":[399]},{"name":"D2D1_DEVICE_CONTEXT_OPTIONS_ENABLE_MULTITHREADED_OPTIMIZATIONS","features":[399]},{"name":"D2D1_DEVICE_CONTEXT_OPTIONS_NONE","features":[399]},{"name":"D2D1_DIRECTIONALBLUR_OPTIMIZATION","features":[399]},{"name":"D2D1_DIRECTIONALBLUR_OPTIMIZATION_BALANCED","features":[399]},{"name":"D2D1_DIRECTIONALBLUR_OPTIMIZATION_QUALITY","features":[399]},{"name":"D2D1_DIRECTIONALBLUR_OPTIMIZATION_SPEED","features":[399]},{"name":"D2D1_DIRECTIONALBLUR_PROP","features":[399]},{"name":"D2D1_DIRECTIONALBLUR_PROP_ANGLE","features":[399]},{"name":"D2D1_DIRECTIONALBLUR_PROP_BORDER_MODE","features":[399]},{"name":"D2D1_DIRECTIONALBLUR_PROP_OPTIMIZATION","features":[399]},{"name":"D2D1_DIRECTIONALBLUR_PROP_STANDARD_DEVIATION","features":[399]},{"name":"D2D1_DISCRETETRANSFER_PROP","features":[399]},{"name":"D2D1_DISCRETETRANSFER_PROP_ALPHA_DISABLE","features":[399]},{"name":"D2D1_DISCRETETRANSFER_PROP_ALPHA_TABLE","features":[399]},{"name":"D2D1_DISCRETETRANSFER_PROP_BLUE_DISABLE","features":[399]},{"name":"D2D1_DISCRETETRANSFER_PROP_BLUE_TABLE","features":[399]},{"name":"D2D1_DISCRETETRANSFER_PROP_CLAMP_OUTPUT","features":[399]},{"name":"D2D1_DISCRETETRANSFER_PROP_GREEN_DISABLE","features":[399]},{"name":"D2D1_DISCRETETRANSFER_PROP_GREEN_TABLE","features":[399]},{"name":"D2D1_DISCRETETRANSFER_PROP_RED_DISABLE","features":[399]},{"name":"D2D1_DISCRETETRANSFER_PROP_RED_TABLE","features":[399]},{"name":"D2D1_DISPLACEMENTMAP_PROP","features":[399]},{"name":"D2D1_DISPLACEMENTMAP_PROP_SCALE","features":[399]},{"name":"D2D1_DISPLACEMENTMAP_PROP_X_CHANNEL_SELECT","features":[399]},{"name":"D2D1_DISPLACEMENTMAP_PROP_Y_CHANNEL_SELECT","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_PROP","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_PROP_AZIMUTH","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_PROP_COLOR","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_PROP_DIFFUSE_CONSTANT","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_PROP_ELEVATION","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_PROP_KERNEL_UNIT_LENGTH","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_PROP_SCALE_MODE","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_PROP_SURFACE_SCALE","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_CUBIC","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_LINEAR","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_DISTANTSPECULAR_PROP","features":[399]},{"name":"D2D1_DISTANTSPECULAR_PROP_AZIMUTH","features":[399]},{"name":"D2D1_DISTANTSPECULAR_PROP_COLOR","features":[399]},{"name":"D2D1_DISTANTSPECULAR_PROP_ELEVATION","features":[399]},{"name":"D2D1_DISTANTSPECULAR_PROP_KERNEL_UNIT_LENGTH","features":[399]},{"name":"D2D1_DISTANTSPECULAR_PROP_SCALE_MODE","features":[399]},{"name":"D2D1_DISTANTSPECULAR_PROP_SPECULAR_CONSTANT","features":[399]},{"name":"D2D1_DISTANTSPECULAR_PROP_SPECULAR_EXPONENT","features":[399]},{"name":"D2D1_DISTANTSPECULAR_PROP_SURFACE_SCALE","features":[399]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE","features":[399]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_CUBIC","features":[399]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_LINEAR","features":[399]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_CUBIC","features":[399]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_LINEAR","features":[399]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_DPICOMPENSATION_PROP","features":[399]},{"name":"D2D1_DPICOMPENSATION_PROP_BORDER_MODE","features":[399]},{"name":"D2D1_DPICOMPENSATION_PROP_INPUT_DPI","features":[399]},{"name":"D2D1_DPICOMPENSATION_PROP_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_DRAWING_STATE_DESCRIPTION","features":[69,399]},{"name":"D2D1_DRAWING_STATE_DESCRIPTION1","features":[69,399]},{"name":"D2D1_DRAW_TEXT_OPTIONS","features":[399]},{"name":"D2D1_DRAW_TEXT_OPTIONS_CLIP","features":[399]},{"name":"D2D1_DRAW_TEXT_OPTIONS_DISABLE_COLOR_BITMAP_SNAPPING","features":[399]},{"name":"D2D1_DRAW_TEXT_OPTIONS_ENABLE_COLOR_FONT","features":[399]},{"name":"D2D1_DRAW_TEXT_OPTIONS_NONE","features":[399]},{"name":"D2D1_DRAW_TEXT_OPTIONS_NO_SNAP","features":[399]},{"name":"D2D1_EDGEDETECTION_MODE","features":[399]},{"name":"D2D1_EDGEDETECTION_MODE_PREWITT","features":[399]},{"name":"D2D1_EDGEDETECTION_MODE_SOBEL","features":[399]},{"name":"D2D1_EDGEDETECTION_PROP","features":[399]},{"name":"D2D1_EDGEDETECTION_PROP_ALPHA_MODE","features":[399]},{"name":"D2D1_EDGEDETECTION_PROP_BLUR_RADIUS","features":[399]},{"name":"D2D1_EDGEDETECTION_PROP_MODE","features":[399]},{"name":"D2D1_EDGEDETECTION_PROP_OVERLAY_EDGES","features":[399]},{"name":"D2D1_EDGEDETECTION_PROP_STRENGTH","features":[399]},{"name":"D2D1_EFFECT_INPUT_DESCRIPTION","features":[400]},{"name":"D2D1_ELLIPSE","features":[400]},{"name":"D2D1_EMBOSS_PROP","features":[399]},{"name":"D2D1_EMBOSS_PROP_DIRECTION","features":[399]},{"name":"D2D1_EMBOSS_PROP_HEIGHT","features":[399]},{"name":"D2D1_EXPOSURE_PROP","features":[399]},{"name":"D2D1_EXPOSURE_PROP_EXPOSURE_VALUE","features":[399]},{"name":"D2D1_EXTEND_MODE","features":[399]},{"name":"D2D1_EXTEND_MODE_CLAMP","features":[399]},{"name":"D2D1_EXTEND_MODE_MIRROR","features":[399]},{"name":"D2D1_EXTEND_MODE_WRAP","features":[399]},{"name":"D2D1_FACTORY_OPTIONS","features":[399]},{"name":"D2D1_FACTORY_TYPE","features":[399]},{"name":"D2D1_FACTORY_TYPE_MULTI_THREADED","features":[399]},{"name":"D2D1_FACTORY_TYPE_SINGLE_THREADED","features":[399]},{"name":"D2D1_FEATURE","features":[399]},{"name":"D2D1_FEATURE_D3D10_X_HARDWARE_OPTIONS","features":[399]},{"name":"D2D1_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS","features":[307,399]},{"name":"D2D1_FEATURE_DATA_DOUBLES","features":[307,399]},{"name":"D2D1_FEATURE_DOUBLES","features":[399]},{"name":"D2D1_FEATURE_LEVEL","features":[399]},{"name":"D2D1_FEATURE_LEVEL_10","features":[399]},{"name":"D2D1_FEATURE_LEVEL_9","features":[399]},{"name":"D2D1_FEATURE_LEVEL_DEFAULT","features":[399]},{"name":"D2D1_FILTER","features":[399]},{"name":"D2D1_FILTER_ANISOTROPIC","features":[399]},{"name":"D2D1_FILTER_MIN_LINEAR_MAG_MIP_POINT","features":[399]},{"name":"D2D1_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[399]},{"name":"D2D1_FILTER_MIN_MAG_LINEAR_MIP_POINT","features":[399]},{"name":"D2D1_FILTER_MIN_MAG_MIP_LINEAR","features":[399]},{"name":"D2D1_FILTER_MIN_MAG_MIP_POINT","features":[399]},{"name":"D2D1_FILTER_MIN_MAG_POINT_MIP_LINEAR","features":[399]},{"name":"D2D1_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[399]},{"name":"D2D1_FILTER_MIN_POINT_MAG_MIP_LINEAR","features":[399]},{"name":"D2D1_FLOOD_PROP","features":[399]},{"name":"D2D1_FLOOD_PROP_COLOR","features":[399]},{"name":"D2D1_GAMMA","features":[399]},{"name":"D2D1_GAMMA1","features":[399]},{"name":"D2D1_GAMMA1_G10","features":[399]},{"name":"D2D1_GAMMA1_G2084","features":[399]},{"name":"D2D1_GAMMA1_G22","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_ALPHA_AMPLITUDE","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_ALPHA_DISABLE","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_ALPHA_EXPONENT","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_ALPHA_OFFSET","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_BLUE_AMPLITUDE","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_BLUE_DISABLE","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_BLUE_EXPONENT","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_BLUE_OFFSET","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_CLAMP_OUTPUT","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_GREEN_AMPLITUDE","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_GREEN_DISABLE","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_GREEN_EXPONENT","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_GREEN_OFFSET","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_RED_AMPLITUDE","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_RED_DISABLE","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_RED_EXPONENT","features":[399]},{"name":"D2D1_GAMMATRANSFER_PROP_RED_OFFSET","features":[399]},{"name":"D2D1_GAMMA_1_0","features":[399]},{"name":"D2D1_GAMMA_2_2","features":[399]},{"name":"D2D1_GAUSSIANBLUR_OPTIMIZATION","features":[399]},{"name":"D2D1_GAUSSIANBLUR_OPTIMIZATION_BALANCED","features":[399]},{"name":"D2D1_GAUSSIANBLUR_OPTIMIZATION_QUALITY","features":[399]},{"name":"D2D1_GAUSSIANBLUR_OPTIMIZATION_SPEED","features":[399]},{"name":"D2D1_GAUSSIANBLUR_PROP","features":[399]},{"name":"D2D1_GAUSSIANBLUR_PROP_BORDER_MODE","features":[399]},{"name":"D2D1_GAUSSIANBLUR_PROP_OPTIMIZATION","features":[399]},{"name":"D2D1_GAUSSIANBLUR_PROP_STANDARD_DEVIATION","features":[399]},{"name":"D2D1_GEOMETRY_RELATION","features":[399]},{"name":"D2D1_GEOMETRY_RELATION_CONTAINS","features":[399]},{"name":"D2D1_GEOMETRY_RELATION_DISJOINT","features":[399]},{"name":"D2D1_GEOMETRY_RELATION_IS_CONTAINED","features":[399]},{"name":"D2D1_GEOMETRY_RELATION_OVERLAP","features":[399]},{"name":"D2D1_GEOMETRY_RELATION_UNKNOWN","features":[399]},{"name":"D2D1_GEOMETRY_SIMPLIFICATION_OPTION","features":[399]},{"name":"D2D1_GEOMETRY_SIMPLIFICATION_OPTION_CUBICS_AND_LINES","features":[399]},{"name":"D2D1_GEOMETRY_SIMPLIFICATION_OPTION_LINES","features":[399]},{"name":"D2D1_GRADIENT_MESH_PATCH","features":[400]},{"name":"D2D1_HDRTONEMAP_DISPLAY_MODE","features":[399]},{"name":"D2D1_HDRTONEMAP_DISPLAY_MODE_HDR","features":[399]},{"name":"D2D1_HDRTONEMAP_DISPLAY_MODE_SDR","features":[399]},{"name":"D2D1_HDRTONEMAP_PROP","features":[399]},{"name":"D2D1_HDRTONEMAP_PROP_DISPLAY_MODE","features":[399]},{"name":"D2D1_HDRTONEMAP_PROP_INPUT_MAX_LUMINANCE","features":[399]},{"name":"D2D1_HDRTONEMAP_PROP_OUTPUT_MAX_LUMINANCE","features":[399]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA","features":[399]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA_LINEAR","features":[399]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA_SRGB","features":[399]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP","features":[399]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP_CLARITY","features":[399]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP_HIGHLIGHTS","features":[399]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP_INPUT_GAMMA","features":[399]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP_MASK_BLUR_RADIUS","features":[399]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP_SHADOWS","features":[399]},{"name":"D2D1_HISTOGRAM_PROP","features":[399]},{"name":"D2D1_HISTOGRAM_PROP_CHANNEL_SELECT","features":[399]},{"name":"D2D1_HISTOGRAM_PROP_HISTOGRAM_OUTPUT","features":[399]},{"name":"D2D1_HISTOGRAM_PROP_NUM_BINS","features":[399]},{"name":"D2D1_HUEROTATION_PROP","features":[399]},{"name":"D2D1_HUEROTATION_PROP_ANGLE","features":[399]},{"name":"D2D1_HUETORGB_INPUT_COLOR_SPACE","features":[399]},{"name":"D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS","features":[399]},{"name":"D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_VALUE","features":[399]},{"name":"D2D1_HUETORGB_PROP","features":[399]},{"name":"D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE","features":[399]},{"name":"D2D1_HWND_RENDER_TARGET_PROPERTIES","features":[307,400]},{"name":"D2D1_IMAGE_BRUSH_PROPERTIES","features":[400]},{"name":"D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS","features":[399]},{"name":"D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS_LOW_QUALITY_PRIMARY_CONVERSION","features":[399]},{"name":"D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS_NONE","features":[399]},{"name":"D2D1_IMAGE_SOURCE_LOADING_OPTIONS","features":[399]},{"name":"D2D1_IMAGE_SOURCE_LOADING_OPTIONS_CACHE_ON_DEMAND","features":[399]},{"name":"D2D1_IMAGE_SOURCE_LOADING_OPTIONS_NONE","features":[399]},{"name":"D2D1_IMAGE_SOURCE_LOADING_OPTIONS_RELEASE_SOURCE","features":[399]},{"name":"D2D1_INK_BEZIER_SEGMENT","features":[399]},{"name":"D2D1_INK_NIB_SHAPE","features":[399]},{"name":"D2D1_INK_NIB_SHAPE_ROUND","features":[399]},{"name":"D2D1_INK_NIB_SHAPE_SQUARE","features":[399]},{"name":"D2D1_INK_POINT","features":[399]},{"name":"D2D1_INK_STYLE_PROPERTIES","features":[69,399]},{"name":"D2D1_INPUT_DESCRIPTION","features":[399]},{"name":"D2D1_INPUT_ELEMENT_DESC","features":[399,397]},{"name":"D2D1_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_CUBIC","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_ANISOTROPIC","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_CUBIC","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_FANT","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_LINEAR","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_MIPMAP_LINEAR","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_LINEAR","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_LAYER_OPTIONS","features":[399]},{"name":"D2D1_LAYER_OPTIONS1","features":[399]},{"name":"D2D1_LAYER_OPTIONS1_IGNORE_ALPHA","features":[399]},{"name":"D2D1_LAYER_OPTIONS1_INITIALIZE_FROM_BACKGROUND","features":[399]},{"name":"D2D1_LAYER_OPTIONS1_NONE","features":[399]},{"name":"D2D1_LAYER_OPTIONS_INITIALIZE_FOR_CLEARTYPE","features":[399]},{"name":"D2D1_LAYER_OPTIONS_NONE","features":[399]},{"name":"D2D1_LAYER_PARAMETERS","features":[69,400]},{"name":"D2D1_LAYER_PARAMETERS1","features":[69,400]},{"name":"D2D1_LINEARTRANSFER_PROP","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_ALPHA_DISABLE","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_ALPHA_SLOPE","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_ALPHA_Y_INTERCEPT","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_BLUE_DISABLE","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_BLUE_SLOPE","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_BLUE_Y_INTERCEPT","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_CLAMP_OUTPUT","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_GREEN_DISABLE","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_GREEN_SLOPE","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_GREEN_Y_INTERCEPT","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_RED_DISABLE","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_RED_SLOPE","features":[399]},{"name":"D2D1_LINEARTRANSFER_PROP_RED_Y_INTERCEPT","features":[399]},{"name":"D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES","features":[400]},{"name":"D2D1_LINE_JOIN","features":[399]},{"name":"D2D1_LINE_JOIN_BEVEL","features":[399]},{"name":"D2D1_LINE_JOIN_MITER","features":[399]},{"name":"D2D1_LINE_JOIN_MITER_OR_BEVEL","features":[399]},{"name":"D2D1_LINE_JOIN_ROUND","features":[399]},{"name":"D2D1_LOOKUPTABLE3D_PROP","features":[399]},{"name":"D2D1_LOOKUPTABLE3D_PROP_ALPHA_MODE","features":[399]},{"name":"D2D1_LOOKUPTABLE3D_PROP_LUT","features":[399]},{"name":"D2D1_MAPPED_RECT","features":[399]},{"name":"D2D1_MAP_OPTIONS","features":[399]},{"name":"D2D1_MAP_OPTIONS_DISCARD","features":[399]},{"name":"D2D1_MAP_OPTIONS_NONE","features":[399]},{"name":"D2D1_MAP_OPTIONS_READ","features":[399]},{"name":"D2D1_MAP_OPTIONS_WRITE","features":[399]},{"name":"D2D1_MORPHOLOGY_MODE","features":[399]},{"name":"D2D1_MORPHOLOGY_MODE_DILATE","features":[399]},{"name":"D2D1_MORPHOLOGY_MODE_ERODE","features":[399]},{"name":"D2D1_MORPHOLOGY_PROP","features":[399]},{"name":"D2D1_MORPHOLOGY_PROP_HEIGHT","features":[399]},{"name":"D2D1_MORPHOLOGY_PROP_MODE","features":[399]},{"name":"D2D1_MORPHOLOGY_PROP_WIDTH","features":[399]},{"name":"D2D1_OPACITYMETADATA_PROP","features":[399]},{"name":"D2D1_OPACITYMETADATA_PROP_INPUT_OPAQUE_RECT","features":[399]},{"name":"D2D1_OPACITY_MASK_CONTENT","features":[399]},{"name":"D2D1_OPACITY_MASK_CONTENT_GRAPHICS","features":[399]},{"name":"D2D1_OPACITY_MASK_CONTENT_TEXT_GDI_COMPATIBLE","features":[399]},{"name":"D2D1_OPACITY_MASK_CONTENT_TEXT_NATURAL","features":[399]},{"name":"D2D1_OPACITY_PROP","features":[399]},{"name":"D2D1_OPACITY_PROP_OPACITY","features":[399]},{"name":"D2D1_ORIENTATION","features":[399]},{"name":"D2D1_ORIENTATION_DEFAULT","features":[399]},{"name":"D2D1_ORIENTATION_FLIP_HORIZONTAL","features":[399]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE180","features":[399]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE180_FLIP_HORIZONTAL","features":[399]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE270","features":[399]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE270_FLIP_HORIZONTAL","features":[399]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE90","features":[399]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE90_FLIP_HORIZONTAL","features":[399]},{"name":"D2D1_PATCH_EDGE_MODE","features":[399]},{"name":"D2D1_PATCH_EDGE_MODE_ALIASED","features":[399]},{"name":"D2D1_PATCH_EDGE_MODE_ALIASED_INFLATED","features":[399]},{"name":"D2D1_PATCH_EDGE_MODE_ANTIALIASED","features":[399]},{"name":"D2D1_PIXEL_OPTIONS","features":[399]},{"name":"D2D1_PIXEL_OPTIONS_NONE","features":[399]},{"name":"D2D1_PIXEL_OPTIONS_TRIVIAL_SAMPLING","features":[399]},{"name":"D2D1_POINTDIFFUSE_PROP","features":[399]},{"name":"D2D1_POINTDIFFUSE_PROP_COLOR","features":[399]},{"name":"D2D1_POINTDIFFUSE_PROP_DIFFUSE_CONSTANT","features":[399]},{"name":"D2D1_POINTDIFFUSE_PROP_KERNEL_UNIT_LENGTH","features":[399]},{"name":"D2D1_POINTDIFFUSE_PROP_LIGHT_POSITION","features":[399]},{"name":"D2D1_POINTDIFFUSE_PROP_SCALE_MODE","features":[399]},{"name":"D2D1_POINTDIFFUSE_PROP_SURFACE_SCALE","features":[399]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE","features":[399]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_CUBIC","features":[399]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_LINEAR","features":[399]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_POINTSPECULAR_PROP","features":[399]},{"name":"D2D1_POINTSPECULAR_PROP_COLOR","features":[399]},{"name":"D2D1_POINTSPECULAR_PROP_KERNEL_UNIT_LENGTH","features":[399]},{"name":"D2D1_POINTSPECULAR_PROP_LIGHT_POSITION","features":[399]},{"name":"D2D1_POINTSPECULAR_PROP_SCALE_MODE","features":[399]},{"name":"D2D1_POINTSPECULAR_PROP_SPECULAR_CONSTANT","features":[399]},{"name":"D2D1_POINTSPECULAR_PROP_SPECULAR_EXPONENT","features":[399]},{"name":"D2D1_POINTSPECULAR_PROP_SURFACE_SCALE","features":[399]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE","features":[399]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_CUBIC","features":[399]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_LINEAR","features":[399]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_POINT_DESCRIPTION","features":[400]},{"name":"D2D1_POSTERIZE_PROP","features":[399]},{"name":"D2D1_POSTERIZE_PROP_BLUE_VALUE_COUNT","features":[399]},{"name":"D2D1_POSTERIZE_PROP_GREEN_VALUE_COUNT","features":[399]},{"name":"D2D1_POSTERIZE_PROP_RED_VALUE_COUNT","features":[399]},{"name":"D2D1_PRESENT_OPTIONS","features":[399]},{"name":"D2D1_PRESENT_OPTIONS_IMMEDIATELY","features":[399]},{"name":"D2D1_PRESENT_OPTIONS_NONE","features":[399]},{"name":"D2D1_PRESENT_OPTIONS_RETAIN_CONTENTS","features":[399]},{"name":"D2D1_PRIMITIVE_BLEND","features":[399]},{"name":"D2D1_PRIMITIVE_BLEND_ADD","features":[399]},{"name":"D2D1_PRIMITIVE_BLEND_COPY","features":[399]},{"name":"D2D1_PRIMITIVE_BLEND_MAX","features":[399]},{"name":"D2D1_PRIMITIVE_BLEND_MIN","features":[399]},{"name":"D2D1_PRIMITIVE_BLEND_SOURCE_OVER","features":[399]},{"name":"D2D1_PRINT_CONTROL_PROPERTIES","features":[399]},{"name":"D2D1_PRINT_FONT_SUBSET_MODE","features":[399]},{"name":"D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT","features":[399]},{"name":"D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE","features":[399]},{"name":"D2D1_PRINT_FONT_SUBSET_MODE_NONE","features":[399]},{"name":"D2D1_PROPERTY","features":[399]},{"name":"D2D1_PROPERTY_AUTHOR","features":[399]},{"name":"D2D1_PROPERTY_BINDING","features":[399]},{"name":"D2D1_PROPERTY_CACHED","features":[399]},{"name":"D2D1_PROPERTY_CATEGORY","features":[399]},{"name":"D2D1_PROPERTY_CLSID","features":[399]},{"name":"D2D1_PROPERTY_DESCRIPTION","features":[399]},{"name":"D2D1_PROPERTY_DISPLAYNAME","features":[399]},{"name":"D2D1_PROPERTY_INPUTS","features":[399]},{"name":"D2D1_PROPERTY_MAX_INPUTS","features":[399]},{"name":"D2D1_PROPERTY_MIN_INPUTS","features":[399]},{"name":"D2D1_PROPERTY_PRECISION","features":[399]},{"name":"D2D1_PROPERTY_TYPE","features":[399]},{"name":"D2D1_PROPERTY_TYPE_ARRAY","features":[399]},{"name":"D2D1_PROPERTY_TYPE_BLOB","features":[399]},{"name":"D2D1_PROPERTY_TYPE_BOOL","features":[399]},{"name":"D2D1_PROPERTY_TYPE_CLSID","features":[399]},{"name":"D2D1_PROPERTY_TYPE_COLOR_CONTEXT","features":[399]},{"name":"D2D1_PROPERTY_TYPE_ENUM","features":[399]},{"name":"D2D1_PROPERTY_TYPE_FLOAT","features":[399]},{"name":"D2D1_PROPERTY_TYPE_INT32","features":[399]},{"name":"D2D1_PROPERTY_TYPE_IUNKNOWN","features":[399]},{"name":"D2D1_PROPERTY_TYPE_MATRIX_3X2","features":[399]},{"name":"D2D1_PROPERTY_TYPE_MATRIX_4X3","features":[399]},{"name":"D2D1_PROPERTY_TYPE_MATRIX_4X4","features":[399]},{"name":"D2D1_PROPERTY_TYPE_MATRIX_5X4","features":[399]},{"name":"D2D1_PROPERTY_TYPE_STRING","features":[399]},{"name":"D2D1_PROPERTY_TYPE_UINT32","features":[399]},{"name":"D2D1_PROPERTY_TYPE_UNKNOWN","features":[399]},{"name":"D2D1_PROPERTY_TYPE_VECTOR2","features":[399]},{"name":"D2D1_PROPERTY_TYPE_VECTOR3","features":[399]},{"name":"D2D1_PROPERTY_TYPE_VECTOR4","features":[399]},{"name":"D2D1_QUADRATIC_BEZIER_SEGMENT","features":[400]},{"name":"D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES","features":[400]},{"name":"D2D1_RENDERING_CONTROLS","features":[400]},{"name":"D2D1_RENDERING_PRIORITY","features":[399]},{"name":"D2D1_RENDERING_PRIORITY_LOW","features":[399]},{"name":"D2D1_RENDERING_PRIORITY_NORMAL","features":[399]},{"name":"D2D1_RENDER_TARGET_PROPERTIES","features":[400,397]},{"name":"D2D1_RENDER_TARGET_TYPE","features":[399]},{"name":"D2D1_RENDER_TARGET_TYPE_DEFAULT","features":[399]},{"name":"D2D1_RENDER_TARGET_TYPE_HARDWARE","features":[399]},{"name":"D2D1_RENDER_TARGET_TYPE_SOFTWARE","features":[399]},{"name":"D2D1_RENDER_TARGET_USAGE","features":[399]},{"name":"D2D1_RENDER_TARGET_USAGE_FORCE_BITMAP_REMOTING","features":[399]},{"name":"D2D1_RENDER_TARGET_USAGE_GDI_COMPATIBLE","features":[399]},{"name":"D2D1_RENDER_TARGET_USAGE_NONE","features":[399]},{"name":"D2D1_RESOURCE_TEXTURE_PROPERTIES","features":[399]},{"name":"D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE","features":[399]},{"name":"D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS","features":[399]},{"name":"D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_VALUE","features":[399]},{"name":"D2D1_RGBTOHUE_PROP","features":[399]},{"name":"D2D1_RGBTOHUE_PROP_OUTPUT_COLOR_SPACE","features":[399]},{"name":"D2D1_ROUNDED_RECT","features":[400]},{"name":"D2D1_SATURATION_PROP","features":[399]},{"name":"D2D1_SATURATION_PROP_SATURATION","features":[399]},{"name":"D2D1_SCALE_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_CUBIC","features":[399]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_LINEAR","features":[399]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_SCALE_PROP","features":[399]},{"name":"D2D1_SCALE_PROP_BORDER_MODE","features":[399]},{"name":"D2D1_SCALE_PROP_CENTER_POINT","features":[399]},{"name":"D2D1_SCALE_PROP_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_SCALE_PROP_SCALE","features":[399]},{"name":"D2D1_SCALE_PROP_SHARPNESS","features":[399]},{"name":"D2D1_SCENE_REFERRED_SDR_WHITE_LEVEL","features":[399]},{"name":"D2D1_SEPIA_PROP","features":[399]},{"name":"D2D1_SEPIA_PROP_ALPHA_MODE","features":[399]},{"name":"D2D1_SEPIA_PROP_INTENSITY","features":[399]},{"name":"D2D1_SHADOW_OPTIMIZATION","features":[399]},{"name":"D2D1_SHADOW_OPTIMIZATION_BALANCED","features":[399]},{"name":"D2D1_SHADOW_OPTIMIZATION_QUALITY","features":[399]},{"name":"D2D1_SHADOW_OPTIMIZATION_SPEED","features":[399]},{"name":"D2D1_SHADOW_PROP","features":[399]},{"name":"D2D1_SHADOW_PROP_BLUR_STANDARD_DEVIATION","features":[399]},{"name":"D2D1_SHADOW_PROP_COLOR","features":[399]},{"name":"D2D1_SHADOW_PROP_OPTIMIZATION","features":[399]},{"name":"D2D1_SHARPEN_PROP","features":[399]},{"name":"D2D1_SHARPEN_PROP_SHARPNESS","features":[399]},{"name":"D2D1_SHARPEN_PROP_THRESHOLD","features":[399]},{"name":"D2D1_SIMPLE_COLOR_PROFILE","features":[400]},{"name":"D2D1_SPOTDIFFUSE_PROP","features":[399]},{"name":"D2D1_SPOTDIFFUSE_PROP_COLOR","features":[399]},{"name":"D2D1_SPOTDIFFUSE_PROP_DIFFUSE_CONSTANT","features":[399]},{"name":"D2D1_SPOTDIFFUSE_PROP_FOCUS","features":[399]},{"name":"D2D1_SPOTDIFFUSE_PROP_KERNEL_UNIT_LENGTH","features":[399]},{"name":"D2D1_SPOTDIFFUSE_PROP_LIGHT_POSITION","features":[399]},{"name":"D2D1_SPOTDIFFUSE_PROP_LIMITING_CONE_ANGLE","features":[399]},{"name":"D2D1_SPOTDIFFUSE_PROP_POINTS_AT","features":[399]},{"name":"D2D1_SPOTDIFFUSE_PROP_SCALE_MODE","features":[399]},{"name":"D2D1_SPOTDIFFUSE_PROP_SURFACE_SCALE","features":[399]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE","features":[399]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_CUBIC","features":[399]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_LINEAR","features":[399]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP_COLOR","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP_FOCUS","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP_POINTS_AT","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP_SCALE_MODE","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT","features":[399]},{"name":"D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE","features":[399]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE","features":[399]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_CUBIC","features":[399]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_LINEAR","features":[399]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_SPRITE_OPTIONS","features":[399]},{"name":"D2D1_SPRITE_OPTIONS_CLAMP_TO_SOURCE_RECTANGLE","features":[399]},{"name":"D2D1_SPRITE_OPTIONS_NONE","features":[399]},{"name":"D2D1_STRAIGHTEN_PROP","features":[399]},{"name":"D2D1_STRAIGHTEN_PROP_ANGLE","features":[399]},{"name":"D2D1_STRAIGHTEN_PROP_MAINTAIN_SIZE","features":[399]},{"name":"D2D1_STRAIGHTEN_PROP_SCALE_MODE","features":[399]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE","features":[399]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE_CUBIC","features":[399]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE_LINEAR","features":[399]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_STROKE_STYLE_PROPERTIES","features":[399]},{"name":"D2D1_STROKE_STYLE_PROPERTIES1","features":[399]},{"name":"D2D1_STROKE_TRANSFORM_TYPE","features":[399]},{"name":"D2D1_STROKE_TRANSFORM_TYPE_FIXED","features":[399]},{"name":"D2D1_STROKE_TRANSFORM_TYPE_HAIRLINE","features":[399]},{"name":"D2D1_STROKE_TRANSFORM_TYPE_NORMAL","features":[399]},{"name":"D2D1_SUBPROPERTY","features":[399]},{"name":"D2D1_SUBPROPERTY_DEFAULT","features":[399]},{"name":"D2D1_SUBPROPERTY_DISPLAYNAME","features":[399]},{"name":"D2D1_SUBPROPERTY_FIELDS","features":[399]},{"name":"D2D1_SUBPROPERTY_INDEX","features":[399]},{"name":"D2D1_SUBPROPERTY_ISREADONLY","features":[399]},{"name":"D2D1_SUBPROPERTY_MAX","features":[399]},{"name":"D2D1_SUBPROPERTY_MIN","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN_NONE","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MAX","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MID","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MIN","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MAX","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MID","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MIN","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MAX","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MID","features":[399]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MIN","features":[399]},{"name":"D2D1_SVG_ASPECT_SCALING","features":[399]},{"name":"D2D1_SVG_ASPECT_SCALING_MEET","features":[399]},{"name":"D2D1_SVG_ASPECT_SCALING_SLICE","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_COLOR","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_DISPLAY","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_EXTEND_MODE","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_FILL_MODE","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_FLOAT","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_LENGTH","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_LINE_CAP","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_LINE_JOIN","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_MATRIX","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_OVERFLOW","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_PRESERVE_ASPECT_RATIO","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_UNIT_TYPE","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_VIEWBOX","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_VISIBILITY","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_STRING_TYPE","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_STRING_TYPE_ID","features":[399]},{"name":"D2D1_SVG_ATTRIBUTE_STRING_TYPE_SVG","features":[399]},{"name":"D2D1_SVG_DISPLAY","features":[399]},{"name":"D2D1_SVG_DISPLAY_INLINE","features":[399]},{"name":"D2D1_SVG_DISPLAY_NONE","features":[399]},{"name":"D2D1_SVG_LENGTH","features":[399]},{"name":"D2D1_SVG_LENGTH_UNITS","features":[399]},{"name":"D2D1_SVG_LENGTH_UNITS_NUMBER","features":[399]},{"name":"D2D1_SVG_LENGTH_UNITS_PERCENTAGE","features":[399]},{"name":"D2D1_SVG_LINE_CAP","features":[399]},{"name":"D2D1_SVG_LINE_CAP_BUTT","features":[399]},{"name":"D2D1_SVG_LINE_CAP_ROUND","features":[399]},{"name":"D2D1_SVG_LINE_CAP_SQUARE","features":[399]},{"name":"D2D1_SVG_LINE_JOIN","features":[399]},{"name":"D2D1_SVG_LINE_JOIN_BEVEL","features":[399]},{"name":"D2D1_SVG_LINE_JOIN_MITER","features":[399]},{"name":"D2D1_SVG_LINE_JOIN_ROUND","features":[399]},{"name":"D2D1_SVG_OVERFLOW","features":[399]},{"name":"D2D1_SVG_OVERFLOW_HIDDEN","features":[399]},{"name":"D2D1_SVG_OVERFLOW_VISIBLE","features":[399]},{"name":"D2D1_SVG_PAINT_TYPE","features":[399]},{"name":"D2D1_SVG_PAINT_TYPE_COLOR","features":[399]},{"name":"D2D1_SVG_PAINT_TYPE_CURRENT_COLOR","features":[399]},{"name":"D2D1_SVG_PAINT_TYPE_NONE","features":[399]},{"name":"D2D1_SVG_PAINT_TYPE_URI","features":[399]},{"name":"D2D1_SVG_PAINT_TYPE_URI_COLOR","features":[399]},{"name":"D2D1_SVG_PAINT_TYPE_URI_CURRENT_COLOR","features":[399]},{"name":"D2D1_SVG_PAINT_TYPE_URI_NONE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_ARC_ABSOLUTE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_ARC_RELATIVE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_CLOSE_PATH","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_CUBIC_ABSOLUTE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_CUBIC_RELATIVE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_CUBIC_SMOOTH_ABSOLUTE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_CUBIC_SMOOTH_RELATIVE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_HORIZONTAL_ABSOLUTE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_HORIZONTAL_RELATIVE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_LINE_ABSOLUTE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_LINE_RELATIVE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_MOVE_ABSOLUTE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_MOVE_RELATIVE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_QUADRADIC_ABSOLUTE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_QUADRADIC_RELATIVE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_QUADRADIC_SMOOTH_ABSOLUTE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_QUADRADIC_SMOOTH_RELATIVE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_VERTICAL_ABSOLUTE","features":[399]},{"name":"D2D1_SVG_PATH_COMMAND_VERTICAL_RELATIVE","features":[399]},{"name":"D2D1_SVG_PRESERVE_ASPECT_RATIO","features":[307,399]},{"name":"D2D1_SVG_UNIT_TYPE","features":[399]},{"name":"D2D1_SVG_UNIT_TYPE_OBJECT_BOUNDING_BOX","features":[399]},{"name":"D2D1_SVG_UNIT_TYPE_USER_SPACE_ON_USE","features":[399]},{"name":"D2D1_SVG_VIEWBOX","features":[399]},{"name":"D2D1_SVG_VISIBILITY","features":[399]},{"name":"D2D1_SVG_VISIBILITY_HIDDEN","features":[399]},{"name":"D2D1_SVG_VISIBILITY_VISIBLE","features":[399]},{"name":"D2D1_SWEEP_DIRECTION","features":[399]},{"name":"D2D1_SWEEP_DIRECTION_CLOCKWISE","features":[399]},{"name":"D2D1_SWEEP_DIRECTION_COUNTER_CLOCKWISE","features":[399]},{"name":"D2D1_TABLETRANSFER_PROP","features":[399]},{"name":"D2D1_TABLETRANSFER_PROP_ALPHA_DISABLE","features":[399]},{"name":"D2D1_TABLETRANSFER_PROP_ALPHA_TABLE","features":[399]},{"name":"D2D1_TABLETRANSFER_PROP_BLUE_DISABLE","features":[399]},{"name":"D2D1_TABLETRANSFER_PROP_BLUE_TABLE","features":[399]},{"name":"D2D1_TABLETRANSFER_PROP_CLAMP_OUTPUT","features":[399]},{"name":"D2D1_TABLETRANSFER_PROP_GREEN_DISABLE","features":[399]},{"name":"D2D1_TABLETRANSFER_PROP_GREEN_TABLE","features":[399]},{"name":"D2D1_TABLETRANSFER_PROP_RED_DISABLE","features":[399]},{"name":"D2D1_TABLETRANSFER_PROP_RED_TABLE","features":[399]},{"name":"D2D1_TEMPERATUREANDTINT_PROP","features":[399]},{"name":"D2D1_TEMPERATUREANDTINT_PROP_TEMPERATURE","features":[399]},{"name":"D2D1_TEMPERATUREANDTINT_PROP_TINT","features":[399]},{"name":"D2D1_TEXT_ANTIALIAS_MODE","features":[399]},{"name":"D2D1_TEXT_ANTIALIAS_MODE_ALIASED","features":[399]},{"name":"D2D1_TEXT_ANTIALIAS_MODE_CLEARTYPE","features":[399]},{"name":"D2D1_TEXT_ANTIALIAS_MODE_DEFAULT","features":[399]},{"name":"D2D1_TEXT_ANTIALIAS_MODE_GRAYSCALE","features":[399]},{"name":"D2D1_THREADING_MODE","features":[399]},{"name":"D2D1_THREADING_MODE_MULTI_THREADED","features":[399]},{"name":"D2D1_THREADING_MODE_SINGLE_THREADED","features":[399]},{"name":"D2D1_TILE_PROP","features":[399]},{"name":"D2D1_TILE_PROP_RECT","features":[399]},{"name":"D2D1_TINT_PROP","features":[399]},{"name":"D2D1_TINT_PROP_CLAMP_OUTPUT","features":[399]},{"name":"D2D1_TINT_PROP_COLOR","features":[399]},{"name":"D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS","features":[399]},{"name":"D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_DISABLE_DPI_SCALE","features":[399]},{"name":"D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_NONE","features":[399]},{"name":"D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES","features":[399]},{"name":"D2D1_TRIANGLE","features":[400]},{"name":"D2D1_TURBULENCE_PROP","features":[399]},{"name":"D2D1_TURBULENCE_PROP_BASE_FREQUENCY","features":[399]},{"name":"D2D1_TURBULENCE_PROP_NOISE","features":[399]},{"name":"D2D1_TURBULENCE_PROP_NUM_OCTAVES","features":[399]},{"name":"D2D1_TURBULENCE_PROP_OFFSET","features":[399]},{"name":"D2D1_TURBULENCE_PROP_SEED","features":[399]},{"name":"D2D1_TURBULENCE_PROP_SIZE","features":[399]},{"name":"D2D1_TURBULENCE_PROP_STITCHABLE","features":[399]},{"name":"D2D1_UNIT_MODE","features":[399]},{"name":"D2D1_UNIT_MODE_DIPS","features":[399]},{"name":"D2D1_UNIT_MODE_PIXELS","features":[399]},{"name":"D2D1_VERTEX_BUFFER_PROPERTIES","features":[399]},{"name":"D2D1_VERTEX_OPTIONS","features":[399]},{"name":"D2D1_VERTEX_OPTIONS_ASSUME_NO_OVERLAP","features":[399]},{"name":"D2D1_VERTEX_OPTIONS_DO_NOT_CLEAR","features":[399]},{"name":"D2D1_VERTEX_OPTIONS_NONE","features":[399]},{"name":"D2D1_VERTEX_OPTIONS_USE_DEPTH_BUFFER","features":[399]},{"name":"D2D1_VERTEX_RANGE","features":[399]},{"name":"D2D1_VERTEX_USAGE","features":[399]},{"name":"D2D1_VERTEX_USAGE_DYNAMIC","features":[399]},{"name":"D2D1_VERTEX_USAGE_STATIC","features":[399]},{"name":"D2D1_VIGNETTE_PROP","features":[399]},{"name":"D2D1_VIGNETTE_PROP_COLOR","features":[399]},{"name":"D2D1_VIGNETTE_PROP_STRENGTH","features":[399]},{"name":"D2D1_VIGNETTE_PROP_TRANSITION_SIZE","features":[399]},{"name":"D2D1_WHITELEVELADJUSTMENT_PROP","features":[399]},{"name":"D2D1_WHITELEVELADJUSTMENT_PROP_INPUT_WHITE_LEVEL","features":[399]},{"name":"D2D1_WHITELEVELADJUSTMENT_PROP_OUTPUT_WHITE_LEVEL","features":[399]},{"name":"D2D1_WINDOW_STATE","features":[399]},{"name":"D2D1_WINDOW_STATE_NONE","features":[399]},{"name":"D2D1_WINDOW_STATE_OCCLUDED","features":[399]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING","features":[399]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING_420","features":[399]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING_422","features":[399]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING_440","features":[399]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING_444","features":[399]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING_AUTO","features":[399]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_ANISOTROPIC","features":[399]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_CUBIC","features":[399]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC","features":[399]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_LINEAR","features":[399]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[399]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[399]},{"name":"D2D1_YCBCR_PROP","features":[399]},{"name":"D2D1_YCBCR_PROP_CHROMA_SUBSAMPLING","features":[399]},{"name":"D2D1_YCBCR_PROP_INTERPOLATION_MODE","features":[399]},{"name":"D2D1_YCBCR_PROP_TRANSFORM_MATRIX","features":[399]},{"name":"FACILITY_D2D","features":[399]},{"name":"ID2D1AnalysisTransform","features":[399]},{"name":"ID2D1Bitmap","features":[399]},{"name":"ID2D1Bitmap1","features":[399]},{"name":"ID2D1BitmapBrush","features":[399]},{"name":"ID2D1BitmapBrush1","features":[399]},{"name":"ID2D1BitmapRenderTarget","features":[399]},{"name":"ID2D1BlendTransform","features":[399]},{"name":"ID2D1BorderTransform","features":[399]},{"name":"ID2D1BoundsAdjustmentTransform","features":[399]},{"name":"ID2D1Brush","features":[399]},{"name":"ID2D1ColorContext","features":[399]},{"name":"ID2D1ColorContext1","features":[399]},{"name":"ID2D1CommandList","features":[399]},{"name":"ID2D1CommandSink","features":[399]},{"name":"ID2D1CommandSink1","features":[399]},{"name":"ID2D1CommandSink2","features":[399]},{"name":"ID2D1CommandSink3","features":[399]},{"name":"ID2D1CommandSink4","features":[399]},{"name":"ID2D1CommandSink5","features":[399]},{"name":"ID2D1ComputeInfo","features":[399]},{"name":"ID2D1ComputeTransform","features":[399]},{"name":"ID2D1ConcreteTransform","features":[399]},{"name":"ID2D1DCRenderTarget","features":[399]},{"name":"ID2D1Device","features":[399]},{"name":"ID2D1Device1","features":[399]},{"name":"ID2D1Device2","features":[399]},{"name":"ID2D1Device3","features":[399]},{"name":"ID2D1Device4","features":[399]},{"name":"ID2D1Device5","features":[399]},{"name":"ID2D1Device6","features":[399]},{"name":"ID2D1Device7","features":[399]},{"name":"ID2D1DeviceContext","features":[399]},{"name":"ID2D1DeviceContext1","features":[399]},{"name":"ID2D1DeviceContext2","features":[399]},{"name":"ID2D1DeviceContext3","features":[399]},{"name":"ID2D1DeviceContext4","features":[399]},{"name":"ID2D1DeviceContext5","features":[399]},{"name":"ID2D1DeviceContext6","features":[399]},{"name":"ID2D1DeviceContext7","features":[399]},{"name":"ID2D1DrawInfo","features":[399]},{"name":"ID2D1DrawTransform","features":[399]},{"name":"ID2D1DrawingStateBlock","features":[399]},{"name":"ID2D1DrawingStateBlock1","features":[399]},{"name":"ID2D1Effect","features":[399]},{"name":"ID2D1EffectContext","features":[399]},{"name":"ID2D1EffectContext1","features":[399]},{"name":"ID2D1EffectContext2","features":[399]},{"name":"ID2D1EffectImpl","features":[399]},{"name":"ID2D1EllipseGeometry","features":[399]},{"name":"ID2D1Factory","features":[399]},{"name":"ID2D1Factory1","features":[399]},{"name":"ID2D1Factory2","features":[399]},{"name":"ID2D1Factory3","features":[399]},{"name":"ID2D1Factory4","features":[399]},{"name":"ID2D1Factory5","features":[399]},{"name":"ID2D1Factory6","features":[399]},{"name":"ID2D1Factory7","features":[399]},{"name":"ID2D1Factory8","features":[399]},{"name":"ID2D1GdiInteropRenderTarget","features":[399]},{"name":"ID2D1GdiMetafile","features":[399]},{"name":"ID2D1GdiMetafile1","features":[399]},{"name":"ID2D1GdiMetafileSink","features":[399]},{"name":"ID2D1GdiMetafileSink1","features":[399]},{"name":"ID2D1Geometry","features":[399]},{"name":"ID2D1GeometryGroup","features":[399]},{"name":"ID2D1GeometryRealization","features":[399]},{"name":"ID2D1GeometrySink","features":[400]},{"name":"ID2D1GradientMesh","features":[399]},{"name":"ID2D1GradientStopCollection","features":[399]},{"name":"ID2D1GradientStopCollection1","features":[399]},{"name":"ID2D1HwndRenderTarget","features":[399]},{"name":"ID2D1Image","features":[399]},{"name":"ID2D1ImageBrush","features":[399]},{"name":"ID2D1ImageSource","features":[399]},{"name":"ID2D1ImageSourceFromWic","features":[399]},{"name":"ID2D1Ink","features":[399]},{"name":"ID2D1InkStyle","features":[399]},{"name":"ID2D1Layer","features":[399]},{"name":"ID2D1LinearGradientBrush","features":[399]},{"name":"ID2D1LookupTable3D","features":[399]},{"name":"ID2D1Mesh","features":[399]},{"name":"ID2D1Multithread","features":[399]},{"name":"ID2D1OffsetTransform","features":[399]},{"name":"ID2D1PathGeometry","features":[399]},{"name":"ID2D1PathGeometry1","features":[399]},{"name":"ID2D1PrintControl","features":[399]},{"name":"ID2D1Properties","features":[399]},{"name":"ID2D1RadialGradientBrush","features":[399]},{"name":"ID2D1RectangleGeometry","features":[399]},{"name":"ID2D1RenderInfo","features":[399]},{"name":"ID2D1RenderTarget","features":[399]},{"name":"ID2D1Resource","features":[399]},{"name":"ID2D1ResourceTexture","features":[399]},{"name":"ID2D1RoundedRectangleGeometry","features":[399]},{"name":"ID2D1SolidColorBrush","features":[399]},{"name":"ID2D1SourceTransform","features":[399]},{"name":"ID2D1SpriteBatch","features":[399]},{"name":"ID2D1StrokeStyle","features":[399]},{"name":"ID2D1StrokeStyle1","features":[399]},{"name":"ID2D1SvgAttribute","features":[399]},{"name":"ID2D1SvgDocument","features":[399]},{"name":"ID2D1SvgElement","features":[399]},{"name":"ID2D1SvgGlyphStyle","features":[399]},{"name":"ID2D1SvgPaint","features":[399]},{"name":"ID2D1SvgPathData","features":[399]},{"name":"ID2D1SvgPointCollection","features":[399]},{"name":"ID2D1SvgStrokeDashArray","features":[399]},{"name":"ID2D1TessellationSink","features":[399]},{"name":"ID2D1Transform","features":[399]},{"name":"ID2D1TransformGraph","features":[399]},{"name":"ID2D1TransformNode","features":[399]},{"name":"ID2D1TransformedGeometry","features":[399]},{"name":"ID2D1TransformedImageSource","features":[399]},{"name":"ID2D1VertexBuffer","features":[399]},{"name":"PD2D1_EFFECT_FACTORY","features":[399]},{"name":"PD2D1_PROPERTY_GET_FUNCTION","features":[399]},{"name":"PD2D1_PROPERTY_SET_FUNCTION","features":[399]}],"399":[{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE","features":[400]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_ANISOTROPIC","features":[400]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_CUBIC","features":[400]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC","features":[400]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_LINEAR","features":[400]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[400]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[400]},{"name":"D2D1_ALPHA_MODE","features":[400]},{"name":"D2D1_ALPHA_MODE_IGNORE","features":[400]},{"name":"D2D1_ALPHA_MODE_PREMULTIPLIED","features":[400]},{"name":"D2D1_ALPHA_MODE_STRAIGHT","features":[400]},{"name":"D2D1_ALPHA_MODE_UNKNOWN","features":[400]},{"name":"D2D1_BEZIER_SEGMENT","features":[400]},{"name":"D2D1_BLEND_MODE","features":[400]},{"name":"D2D1_BLEND_MODE_COLOR","features":[400]},{"name":"D2D1_BLEND_MODE_COLOR_BURN","features":[400]},{"name":"D2D1_BLEND_MODE_COLOR_DODGE","features":[400]},{"name":"D2D1_BLEND_MODE_DARKEN","features":[400]},{"name":"D2D1_BLEND_MODE_DARKER_COLOR","features":[400]},{"name":"D2D1_BLEND_MODE_DIFFERENCE","features":[400]},{"name":"D2D1_BLEND_MODE_DISSOLVE","features":[400]},{"name":"D2D1_BLEND_MODE_DIVISION","features":[400]},{"name":"D2D1_BLEND_MODE_EXCLUSION","features":[400]},{"name":"D2D1_BLEND_MODE_HARD_LIGHT","features":[400]},{"name":"D2D1_BLEND_MODE_HARD_MIX","features":[400]},{"name":"D2D1_BLEND_MODE_HUE","features":[400]},{"name":"D2D1_BLEND_MODE_LIGHTEN","features":[400]},{"name":"D2D1_BLEND_MODE_LIGHTER_COLOR","features":[400]},{"name":"D2D1_BLEND_MODE_LINEAR_BURN","features":[400]},{"name":"D2D1_BLEND_MODE_LINEAR_DODGE","features":[400]},{"name":"D2D1_BLEND_MODE_LINEAR_LIGHT","features":[400]},{"name":"D2D1_BLEND_MODE_LUMINOSITY","features":[400]},{"name":"D2D1_BLEND_MODE_MULTIPLY","features":[400]},{"name":"D2D1_BLEND_MODE_OVERLAY","features":[400]},{"name":"D2D1_BLEND_MODE_PIN_LIGHT","features":[400]},{"name":"D2D1_BLEND_MODE_SATURATION","features":[400]},{"name":"D2D1_BLEND_MODE_SCREEN","features":[400]},{"name":"D2D1_BLEND_MODE_SOFT_LIGHT","features":[400]},{"name":"D2D1_BLEND_MODE_SUBTRACT","features":[400]},{"name":"D2D1_BLEND_MODE_VIVID_LIGHT","features":[400]},{"name":"D2D1_BORDER_MODE","features":[400]},{"name":"D2D1_BORDER_MODE_HARD","features":[400]},{"name":"D2D1_BORDER_MODE_SOFT","features":[400]},{"name":"D2D1_COLORMATRIX_ALPHA_MODE","features":[400]},{"name":"D2D1_COLORMATRIX_ALPHA_MODE_PREMULTIPLIED","features":[400]},{"name":"D2D1_COLORMATRIX_ALPHA_MODE_STRAIGHT","features":[400]},{"name":"D2D1_COLOR_F","features":[400]},{"name":"D2D1_COMPOSITE_MODE","features":[400]},{"name":"D2D1_COMPOSITE_MODE_BOUNDED_SOURCE_COPY","features":[400]},{"name":"D2D1_COMPOSITE_MODE_DESTINATION_ATOP","features":[400]},{"name":"D2D1_COMPOSITE_MODE_DESTINATION_IN","features":[400]},{"name":"D2D1_COMPOSITE_MODE_DESTINATION_OUT","features":[400]},{"name":"D2D1_COMPOSITE_MODE_DESTINATION_OVER","features":[400]},{"name":"D2D1_COMPOSITE_MODE_MASK_INVERT","features":[400]},{"name":"D2D1_COMPOSITE_MODE_PLUS","features":[400]},{"name":"D2D1_COMPOSITE_MODE_SOURCE_ATOP","features":[400]},{"name":"D2D1_COMPOSITE_MODE_SOURCE_COPY","features":[400]},{"name":"D2D1_COMPOSITE_MODE_SOURCE_IN","features":[400]},{"name":"D2D1_COMPOSITE_MODE_SOURCE_OUT","features":[400]},{"name":"D2D1_COMPOSITE_MODE_SOURCE_OVER","features":[400]},{"name":"D2D1_COMPOSITE_MODE_XOR","features":[400]},{"name":"D2D1_FIGURE_BEGIN","features":[400]},{"name":"D2D1_FIGURE_BEGIN_FILLED","features":[400]},{"name":"D2D1_FIGURE_BEGIN_HOLLOW","features":[400]},{"name":"D2D1_FIGURE_END","features":[400]},{"name":"D2D1_FIGURE_END_CLOSED","features":[400]},{"name":"D2D1_FIGURE_END_OPEN","features":[400]},{"name":"D2D1_FILL_MODE","features":[400]},{"name":"D2D1_FILL_MODE_ALTERNATE","features":[400]},{"name":"D2D1_FILL_MODE_WINDING","features":[400]},{"name":"D2D1_GRADIENT_STOP","features":[400]},{"name":"D2D1_PATH_SEGMENT","features":[400]},{"name":"D2D1_PATH_SEGMENT_FORCE_ROUND_LINE_JOIN","features":[400]},{"name":"D2D1_PATH_SEGMENT_FORCE_UNSTROKED","features":[400]},{"name":"D2D1_PATH_SEGMENT_NONE","features":[400]},{"name":"D2D1_PIXEL_FORMAT","features":[400,397]},{"name":"D2D1_TURBULENCE_NOISE","features":[400]},{"name":"D2D1_TURBULENCE_NOISE_FRACTAL_SUM","features":[400]},{"name":"D2D1_TURBULENCE_NOISE_TURBULENCE","features":[400]},{"name":"D2D_COLOR_F","features":[400]},{"name":"D2D_MATRIX_3X2_F","features":[400]},{"name":"D2D_MATRIX_4X3_F","features":[400]},{"name":"D2D_MATRIX_4X4_F","features":[400]},{"name":"D2D_MATRIX_5X4_F","features":[400]},{"name":"D2D_POINT_2F","features":[400]},{"name":"D2D_POINT_2U","features":[400]},{"name":"D2D_RECT_F","features":[400]},{"name":"D2D_RECT_U","features":[400]},{"name":"D2D_SIZE_F","features":[400]},{"name":"D2D_SIZE_U","features":[400]},{"name":"D2D_VECTOR_2F","features":[400]},{"name":"D2D_VECTOR_3F","features":[400]},{"name":"D2D_VECTOR_4F","features":[400]},{"name":"ID2D1SimplifiedGeometrySink","features":[400]}],"400":[{"name":"D3D10_1_SRV_DIMENSION_BUFFER","features":[402]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE1D","features":[402]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE1DARRAY","features":[402]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE2D","features":[402]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE2DARRAY","features":[402]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE2DMS","features":[402]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE2DMSARRAY","features":[402]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE3D","features":[402]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURECUBE","features":[402]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURECUBEARRAY","features":[402]},{"name":"D3D10_1_SRV_DIMENSION_UNKNOWN","features":[402]},{"name":"D3D10_CBF_USERPACKED","features":[402]},{"name":"D3D10_CT_CBUFFER","features":[402]},{"name":"D3D10_CT_TBUFFER","features":[402]},{"name":"D3D10_INCLUDE_LOCAL","features":[402]},{"name":"D3D10_INCLUDE_SYSTEM","features":[402]},{"name":"D3D10_NAME_CLIP_DISTANCE","features":[402]},{"name":"D3D10_NAME_COVERAGE","features":[402]},{"name":"D3D10_NAME_CULL_DISTANCE","features":[402]},{"name":"D3D10_NAME_DEPTH","features":[402]},{"name":"D3D10_NAME_INSTANCE_ID","features":[402]},{"name":"D3D10_NAME_IS_FRONT_FACE","features":[402]},{"name":"D3D10_NAME_POSITION","features":[402]},{"name":"D3D10_NAME_PRIMITIVE_ID","features":[402]},{"name":"D3D10_NAME_RENDER_TARGET_ARRAY_INDEX","features":[402]},{"name":"D3D10_NAME_SAMPLE_INDEX","features":[402]},{"name":"D3D10_NAME_TARGET","features":[402]},{"name":"D3D10_NAME_UNDEFINED","features":[402]},{"name":"D3D10_NAME_VERTEX_ID","features":[402]},{"name":"D3D10_NAME_VIEWPORT_ARRAY_INDEX","features":[402]},{"name":"D3D10_PRIMITIVE_LINE","features":[402]},{"name":"D3D10_PRIMITIVE_LINE_ADJ","features":[402]},{"name":"D3D10_PRIMITIVE_POINT","features":[402]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_LINELIST","features":[402]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_LINELIST_ADJ","features":[402]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_LINESTRIP","features":[402]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ","features":[402]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_POINTLIST","features":[402]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_TRIANGLELIST","features":[402]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ","features":[402]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP","features":[402]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ","features":[402]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_UNDEFINED","features":[402]},{"name":"D3D10_PRIMITIVE_TRIANGLE","features":[402]},{"name":"D3D10_PRIMITIVE_TRIANGLE_ADJ","features":[402]},{"name":"D3D10_PRIMITIVE_UNDEFINED","features":[402]},{"name":"D3D10_REGISTER_COMPONENT_FLOAT16","features":[402]},{"name":"D3D10_REGISTER_COMPONENT_FLOAT32","features":[402]},{"name":"D3D10_REGISTER_COMPONENT_FLOAT64","features":[402]},{"name":"D3D10_REGISTER_COMPONENT_SINT16","features":[402]},{"name":"D3D10_REGISTER_COMPONENT_SINT32","features":[402]},{"name":"D3D10_REGISTER_COMPONENT_SINT64","features":[402]},{"name":"D3D10_REGISTER_COMPONENT_UINT16","features":[402]},{"name":"D3D10_REGISTER_COMPONENT_UINT32","features":[402]},{"name":"D3D10_REGISTER_COMPONENT_UINT64","features":[402]},{"name":"D3D10_REGISTER_COMPONENT_UNKNOWN","features":[402]},{"name":"D3D10_RETURN_TYPE_FLOAT","features":[402]},{"name":"D3D10_RETURN_TYPE_MIXED","features":[402]},{"name":"D3D10_RETURN_TYPE_SINT","features":[402]},{"name":"D3D10_RETURN_TYPE_SNORM","features":[402]},{"name":"D3D10_RETURN_TYPE_UINT","features":[402]},{"name":"D3D10_RETURN_TYPE_UNORM","features":[402]},{"name":"D3D10_SIF_COMPARISON_SAMPLER","features":[402]},{"name":"D3D10_SIF_TEXTURE_COMPONENTS","features":[402]},{"name":"D3D10_SIF_TEXTURE_COMPONENT_0","features":[402]},{"name":"D3D10_SIF_TEXTURE_COMPONENT_1","features":[402]},{"name":"D3D10_SIF_USERPACKED","features":[402]},{"name":"D3D10_SIT_CBUFFER","features":[402]},{"name":"D3D10_SIT_SAMPLER","features":[402]},{"name":"D3D10_SIT_TBUFFER","features":[402]},{"name":"D3D10_SIT_TEXTURE","features":[402]},{"name":"D3D10_SRV_DIMENSION_BUFFER","features":[402]},{"name":"D3D10_SRV_DIMENSION_TEXTURE1D","features":[402]},{"name":"D3D10_SRV_DIMENSION_TEXTURE1DARRAY","features":[402]},{"name":"D3D10_SRV_DIMENSION_TEXTURE2D","features":[402]},{"name":"D3D10_SRV_DIMENSION_TEXTURE2DARRAY","features":[402]},{"name":"D3D10_SRV_DIMENSION_TEXTURE2DMS","features":[402]},{"name":"D3D10_SRV_DIMENSION_TEXTURE2DMSARRAY","features":[402]},{"name":"D3D10_SRV_DIMENSION_TEXTURE3D","features":[402]},{"name":"D3D10_SRV_DIMENSION_TEXTURECUBE","features":[402]},{"name":"D3D10_SRV_DIMENSION_UNKNOWN","features":[402]},{"name":"D3D10_SVC_MATRIX_COLUMNS","features":[402]},{"name":"D3D10_SVC_MATRIX_ROWS","features":[402]},{"name":"D3D10_SVC_OBJECT","features":[402]},{"name":"D3D10_SVC_SCALAR","features":[402]},{"name":"D3D10_SVC_STRUCT","features":[402]},{"name":"D3D10_SVC_VECTOR","features":[402]},{"name":"D3D10_SVF_USED","features":[402]},{"name":"D3D10_SVF_USERPACKED","features":[402]},{"name":"D3D10_SVT_BLEND","features":[402]},{"name":"D3D10_SVT_BOOL","features":[402]},{"name":"D3D10_SVT_BUFFER","features":[402]},{"name":"D3D10_SVT_CBUFFER","features":[402]},{"name":"D3D10_SVT_DEPTHSTENCIL","features":[402]},{"name":"D3D10_SVT_DEPTHSTENCILVIEW","features":[402]},{"name":"D3D10_SVT_FLOAT","features":[402]},{"name":"D3D10_SVT_GEOMETRYSHADER","features":[402]},{"name":"D3D10_SVT_INT","features":[402]},{"name":"D3D10_SVT_PIXELFRAGMENT","features":[402]},{"name":"D3D10_SVT_PIXELSHADER","features":[402]},{"name":"D3D10_SVT_RASTERIZER","features":[402]},{"name":"D3D10_SVT_RENDERTARGETVIEW","features":[402]},{"name":"D3D10_SVT_SAMPLER","features":[402]},{"name":"D3D10_SVT_SAMPLER1D","features":[402]},{"name":"D3D10_SVT_SAMPLER2D","features":[402]},{"name":"D3D10_SVT_SAMPLER3D","features":[402]},{"name":"D3D10_SVT_SAMPLERCUBE","features":[402]},{"name":"D3D10_SVT_STRING","features":[402]},{"name":"D3D10_SVT_TBUFFER","features":[402]},{"name":"D3D10_SVT_TEXTURE","features":[402]},{"name":"D3D10_SVT_TEXTURE1D","features":[402]},{"name":"D3D10_SVT_TEXTURE1DARRAY","features":[402]},{"name":"D3D10_SVT_TEXTURE2D","features":[402]},{"name":"D3D10_SVT_TEXTURE2DARRAY","features":[402]},{"name":"D3D10_SVT_TEXTURE2DMS","features":[402]},{"name":"D3D10_SVT_TEXTURE2DMSARRAY","features":[402]},{"name":"D3D10_SVT_TEXTURE3D","features":[402]},{"name":"D3D10_SVT_TEXTURECUBE","features":[402]},{"name":"D3D10_SVT_TEXTURECUBEARRAY","features":[402]},{"name":"D3D10_SVT_UINT","features":[402]},{"name":"D3D10_SVT_UINT8","features":[402]},{"name":"D3D10_SVT_VERTEXFRAGMENT","features":[402]},{"name":"D3D10_SVT_VERTEXSHADER","features":[402]},{"name":"D3D10_SVT_VOID","features":[402]},{"name":"D3D11_CT_CBUFFER","features":[402]},{"name":"D3D11_CT_INTERFACE_POINTERS","features":[402]},{"name":"D3D11_CT_RESOURCE_BIND_INFO","features":[402]},{"name":"D3D11_CT_TBUFFER","features":[402]},{"name":"D3D11_NAME_DEPTH_GREATER_EQUAL","features":[402]},{"name":"D3D11_NAME_DEPTH_LESS_EQUAL","features":[402]},{"name":"D3D11_NAME_FINAL_LINE_DENSITY_TESSFACTOR","features":[402]},{"name":"D3D11_NAME_FINAL_LINE_DETAIL_TESSFACTOR","features":[402]},{"name":"D3D11_NAME_FINAL_QUAD_EDGE_TESSFACTOR","features":[402]},{"name":"D3D11_NAME_FINAL_QUAD_INSIDE_TESSFACTOR","features":[402]},{"name":"D3D11_NAME_FINAL_TRI_EDGE_TESSFACTOR","features":[402]},{"name":"D3D11_NAME_FINAL_TRI_INSIDE_TESSFACTOR","features":[402]},{"name":"D3D11_NAME_INNER_COVERAGE","features":[402]},{"name":"D3D11_NAME_STENCIL_REF","features":[402]},{"name":"D3D11_PRIMITIVE_10_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_11_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_12_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_13_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_14_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_15_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_16_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_17_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_18_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_19_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_1_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_20_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_21_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_22_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_23_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_24_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_25_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_26_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_27_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_28_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_29_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_2_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_30_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_31_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_32_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_3_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_4_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_5_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_6_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_7_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_8_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_9_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D11_PRIMITIVE_LINE","features":[402]},{"name":"D3D11_PRIMITIVE_LINE_ADJ","features":[402]},{"name":"D3D11_PRIMITIVE_POINT","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_LINELIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_LINELIST_ADJ","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_LINESTRIP","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_POINTLIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_TRIANGLELIST","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ","features":[402]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_UNDEFINED","features":[402]},{"name":"D3D11_PRIMITIVE_TRIANGLE","features":[402]},{"name":"D3D11_PRIMITIVE_TRIANGLE_ADJ","features":[402]},{"name":"D3D11_PRIMITIVE_UNDEFINED","features":[402]},{"name":"D3D11_RETURN_TYPE_CONTINUED","features":[402]},{"name":"D3D11_RETURN_TYPE_DOUBLE","features":[402]},{"name":"D3D11_RETURN_TYPE_FLOAT","features":[402]},{"name":"D3D11_RETURN_TYPE_MIXED","features":[402]},{"name":"D3D11_RETURN_TYPE_SINT","features":[402]},{"name":"D3D11_RETURN_TYPE_SNORM","features":[402]},{"name":"D3D11_RETURN_TYPE_UINT","features":[402]},{"name":"D3D11_RETURN_TYPE_UNORM","features":[402]},{"name":"D3D11_SIT_BYTEADDRESS","features":[402]},{"name":"D3D11_SIT_STRUCTURED","features":[402]},{"name":"D3D11_SIT_UAV_APPEND_STRUCTURED","features":[402]},{"name":"D3D11_SIT_UAV_CONSUME_STRUCTURED","features":[402]},{"name":"D3D11_SIT_UAV_RWBYTEADDRESS","features":[402]},{"name":"D3D11_SIT_UAV_RWSTRUCTURED","features":[402]},{"name":"D3D11_SIT_UAV_RWSTRUCTURED_WITH_COUNTER","features":[402]},{"name":"D3D11_SIT_UAV_RWTYPED","features":[402]},{"name":"D3D11_SRV_DIMENSION_BUFFER","features":[402]},{"name":"D3D11_SRV_DIMENSION_BUFFEREX","features":[402]},{"name":"D3D11_SRV_DIMENSION_TEXTURE1D","features":[402]},{"name":"D3D11_SRV_DIMENSION_TEXTURE1DARRAY","features":[402]},{"name":"D3D11_SRV_DIMENSION_TEXTURE2D","features":[402]},{"name":"D3D11_SRV_DIMENSION_TEXTURE2DARRAY","features":[402]},{"name":"D3D11_SRV_DIMENSION_TEXTURE2DMS","features":[402]},{"name":"D3D11_SRV_DIMENSION_TEXTURE2DMSARRAY","features":[402]},{"name":"D3D11_SRV_DIMENSION_TEXTURE3D","features":[402]},{"name":"D3D11_SRV_DIMENSION_TEXTURECUBE","features":[402]},{"name":"D3D11_SRV_DIMENSION_TEXTURECUBEARRAY","features":[402]},{"name":"D3D11_SRV_DIMENSION_UNKNOWN","features":[402]},{"name":"D3D11_SVC_INTERFACE_CLASS","features":[402]},{"name":"D3D11_SVC_INTERFACE_POINTER","features":[402]},{"name":"D3D11_SVF_INTERFACE_PARAMETER","features":[402]},{"name":"D3D11_SVF_INTERFACE_POINTER","features":[402]},{"name":"D3D11_SVT_APPEND_STRUCTURED_BUFFER","features":[402]},{"name":"D3D11_SVT_BYTEADDRESS_BUFFER","features":[402]},{"name":"D3D11_SVT_COMPUTESHADER","features":[402]},{"name":"D3D11_SVT_CONSUME_STRUCTURED_BUFFER","features":[402]},{"name":"D3D11_SVT_DOMAINSHADER","features":[402]},{"name":"D3D11_SVT_DOUBLE","features":[402]},{"name":"D3D11_SVT_HULLSHADER","features":[402]},{"name":"D3D11_SVT_INTERFACE_POINTER","features":[402]},{"name":"D3D11_SVT_RWBUFFER","features":[402]},{"name":"D3D11_SVT_RWBYTEADDRESS_BUFFER","features":[402]},{"name":"D3D11_SVT_RWSTRUCTURED_BUFFER","features":[402]},{"name":"D3D11_SVT_RWTEXTURE1D","features":[402]},{"name":"D3D11_SVT_RWTEXTURE1DARRAY","features":[402]},{"name":"D3D11_SVT_RWTEXTURE2D","features":[402]},{"name":"D3D11_SVT_RWTEXTURE2DARRAY","features":[402]},{"name":"D3D11_SVT_RWTEXTURE3D","features":[402]},{"name":"D3D11_SVT_STRUCTURED_BUFFER","features":[402]},{"name":"D3D11_TESSELLATOR_DOMAIN_ISOLINE","features":[402]},{"name":"D3D11_TESSELLATOR_DOMAIN_QUAD","features":[402]},{"name":"D3D11_TESSELLATOR_DOMAIN_TRI","features":[402]},{"name":"D3D11_TESSELLATOR_DOMAIN_UNDEFINED","features":[402]},{"name":"D3D11_TESSELLATOR_OUTPUT_LINE","features":[402]},{"name":"D3D11_TESSELLATOR_OUTPUT_POINT","features":[402]},{"name":"D3D11_TESSELLATOR_OUTPUT_TRIANGLE_CCW","features":[402]},{"name":"D3D11_TESSELLATOR_OUTPUT_TRIANGLE_CW","features":[402]},{"name":"D3D11_TESSELLATOR_OUTPUT_UNDEFINED","features":[402]},{"name":"D3D11_TESSELLATOR_PARTITIONING_FRACTIONAL_EVEN","features":[402]},{"name":"D3D11_TESSELLATOR_PARTITIONING_FRACTIONAL_ODD","features":[402]},{"name":"D3D11_TESSELLATOR_PARTITIONING_INTEGER","features":[402]},{"name":"D3D11_TESSELLATOR_PARTITIONING_POW2","features":[402]},{"name":"D3D11_TESSELLATOR_PARTITIONING_UNDEFINED","features":[402]},{"name":"D3D12_NAME_BARYCENTRICS","features":[402]},{"name":"D3D12_NAME_CULLPRIMITIVE","features":[402]},{"name":"D3D12_NAME_SHADINGRATE","features":[402]},{"name":"D3DFCI_BIASED_FIXED_2_8","features":[402]},{"name":"D3DFCI_FLOAT","features":[402]},{"name":"D3DFCI_SINT","features":[402]},{"name":"D3DFCI_SNORM","features":[402]},{"name":"D3DFCI_TYPELESS","features":[402]},{"name":"D3DFCI_UINT","features":[402]},{"name":"D3DFCI_UNORM","features":[402]},{"name":"D3DFCI_UNORM_SRGB","features":[402]},{"name":"D3DFCN_A","features":[402]},{"name":"D3DFCN_B","features":[402]},{"name":"D3DFCN_D","features":[402]},{"name":"D3DFCN_G","features":[402]},{"name":"D3DFCN_R","features":[402]},{"name":"D3DFCN_S","features":[402]},{"name":"D3DFCN_X","features":[402]},{"name":"D3DFL_CUSTOM","features":[402]},{"name":"D3DFL_STANDARD","features":[402]},{"name":"D3DFTL_FULL_TYPE","features":[402]},{"name":"D3DFTL_NO_TYPE","features":[402]},{"name":"D3DFTL_PARTIAL_TYPE","features":[402]},{"name":"D3DMATRIX","features":[402]},{"name":"D3DVECTOR","features":[402]},{"name":"D3D_CBF_USERPACKED","features":[402]},{"name":"D3D_CBUFFER_TYPE","features":[402]},{"name":"D3D_COMPONENT_MASK_W","features":[402]},{"name":"D3D_COMPONENT_MASK_X","features":[402]},{"name":"D3D_COMPONENT_MASK_Y","features":[402]},{"name":"D3D_COMPONENT_MASK_Z","features":[402]},{"name":"D3D_CT_CBUFFER","features":[402]},{"name":"D3D_CT_INTERFACE_POINTERS","features":[402]},{"name":"D3D_CT_RESOURCE_BIND_INFO","features":[402]},{"name":"D3D_CT_TBUFFER","features":[402]},{"name":"D3D_DRIVER_TYPE","features":[402]},{"name":"D3D_DRIVER_TYPE_HARDWARE","features":[402]},{"name":"D3D_DRIVER_TYPE_NULL","features":[402]},{"name":"D3D_DRIVER_TYPE_REFERENCE","features":[402]},{"name":"D3D_DRIVER_TYPE_SOFTWARE","features":[402]},{"name":"D3D_DRIVER_TYPE_UNKNOWN","features":[402]},{"name":"D3D_DRIVER_TYPE_WARP","features":[402]},{"name":"D3D_FEATURE_LEVEL","features":[402]},{"name":"D3D_FEATURE_LEVEL_10_0","features":[402]},{"name":"D3D_FEATURE_LEVEL_10_1","features":[402]},{"name":"D3D_FEATURE_LEVEL_11_0","features":[402]},{"name":"D3D_FEATURE_LEVEL_11_1","features":[402]},{"name":"D3D_FEATURE_LEVEL_12_0","features":[402]},{"name":"D3D_FEATURE_LEVEL_12_1","features":[402]},{"name":"D3D_FEATURE_LEVEL_12_2","features":[402]},{"name":"D3D_FEATURE_LEVEL_1_0_CORE","features":[402]},{"name":"D3D_FEATURE_LEVEL_1_0_GENERIC","features":[402]},{"name":"D3D_FEATURE_LEVEL_9_1","features":[402]},{"name":"D3D_FEATURE_LEVEL_9_2","features":[402]},{"name":"D3D_FEATURE_LEVEL_9_3","features":[402]},{"name":"D3D_FL9_1_DEFAULT_MAX_ANISOTROPY","features":[402]},{"name":"D3D_FL9_1_IA_PRIMITIVE_MAX_COUNT","features":[402]},{"name":"D3D_FL9_1_MAX_TEXTURE_REPEAT","features":[402]},{"name":"D3D_FL9_1_REQ_TEXTURE1D_U_DIMENSION","features":[402]},{"name":"D3D_FL9_1_REQ_TEXTURE2D_U_OR_V_DIMENSION","features":[402]},{"name":"D3D_FL9_1_REQ_TEXTURE3D_U_V_OR_W_DIMENSION","features":[402]},{"name":"D3D_FL9_1_REQ_TEXTURECUBE_DIMENSION","features":[402]},{"name":"D3D_FL9_1_SIMULTANEOUS_RENDER_TARGET_COUNT","features":[402]},{"name":"D3D_FL9_2_IA_PRIMITIVE_MAX_COUNT","features":[402]},{"name":"D3D_FL9_2_MAX_TEXTURE_REPEAT","features":[402]},{"name":"D3D_FL9_3_MAX_TEXTURE_REPEAT","features":[402]},{"name":"D3D_FL9_3_REQ_TEXTURE1D_U_DIMENSION","features":[402]},{"name":"D3D_FL9_3_REQ_TEXTURE2D_U_OR_V_DIMENSION","features":[402]},{"name":"D3D_FL9_3_REQ_TEXTURECUBE_DIMENSION","features":[402]},{"name":"D3D_FL9_3_SIMULTANEOUS_RENDER_TARGET_COUNT","features":[402]},{"name":"D3D_FORMAT_COMPONENT_INTERPRETATION","features":[402]},{"name":"D3D_FORMAT_COMPONENT_NAME","features":[402]},{"name":"D3D_FORMAT_LAYOUT","features":[402]},{"name":"D3D_FORMAT_TYPE_LEVEL","features":[402]},{"name":"D3D_INCLUDE_LOCAL","features":[402]},{"name":"D3D_INCLUDE_SYSTEM","features":[402]},{"name":"D3D_INCLUDE_TYPE","features":[402]},{"name":"D3D_INTERPOLATION_CONSTANT","features":[402]},{"name":"D3D_INTERPOLATION_LINEAR","features":[402]},{"name":"D3D_INTERPOLATION_LINEAR_CENTROID","features":[402]},{"name":"D3D_INTERPOLATION_LINEAR_NOPERSPECTIVE","features":[402]},{"name":"D3D_INTERPOLATION_LINEAR_NOPERSPECTIVE_CENTROID","features":[402]},{"name":"D3D_INTERPOLATION_LINEAR_NOPERSPECTIVE_SAMPLE","features":[402]},{"name":"D3D_INTERPOLATION_LINEAR_SAMPLE","features":[402]},{"name":"D3D_INTERPOLATION_MODE","features":[402]},{"name":"D3D_INTERPOLATION_UNDEFINED","features":[402]},{"name":"D3D_MIN_PRECISION","features":[402]},{"name":"D3D_MIN_PRECISION_ANY_10","features":[402]},{"name":"D3D_MIN_PRECISION_ANY_16","features":[402]},{"name":"D3D_MIN_PRECISION_DEFAULT","features":[402]},{"name":"D3D_MIN_PRECISION_FLOAT_16","features":[402]},{"name":"D3D_MIN_PRECISION_FLOAT_2_8","features":[402]},{"name":"D3D_MIN_PRECISION_RESERVED","features":[402]},{"name":"D3D_MIN_PRECISION_SINT_16","features":[402]},{"name":"D3D_MIN_PRECISION_UINT_16","features":[402]},{"name":"D3D_NAME","features":[402]},{"name":"D3D_NAME_BARYCENTRICS","features":[402]},{"name":"D3D_NAME_CLIP_DISTANCE","features":[402]},{"name":"D3D_NAME_COVERAGE","features":[402]},{"name":"D3D_NAME_CULLPRIMITIVE","features":[402]},{"name":"D3D_NAME_CULL_DISTANCE","features":[402]},{"name":"D3D_NAME_DEPTH","features":[402]},{"name":"D3D_NAME_DEPTH_GREATER_EQUAL","features":[402]},{"name":"D3D_NAME_DEPTH_LESS_EQUAL","features":[402]},{"name":"D3D_NAME_FINAL_LINE_DENSITY_TESSFACTOR","features":[402]},{"name":"D3D_NAME_FINAL_LINE_DETAIL_TESSFACTOR","features":[402]},{"name":"D3D_NAME_FINAL_QUAD_EDGE_TESSFACTOR","features":[402]},{"name":"D3D_NAME_FINAL_QUAD_INSIDE_TESSFACTOR","features":[402]},{"name":"D3D_NAME_FINAL_TRI_EDGE_TESSFACTOR","features":[402]},{"name":"D3D_NAME_FINAL_TRI_INSIDE_TESSFACTOR","features":[402]},{"name":"D3D_NAME_INNER_COVERAGE","features":[402]},{"name":"D3D_NAME_INSTANCE_ID","features":[402]},{"name":"D3D_NAME_IS_FRONT_FACE","features":[402]},{"name":"D3D_NAME_POSITION","features":[402]},{"name":"D3D_NAME_PRIMITIVE_ID","features":[402]},{"name":"D3D_NAME_RENDER_TARGET_ARRAY_INDEX","features":[402]},{"name":"D3D_NAME_SAMPLE_INDEX","features":[402]},{"name":"D3D_NAME_SHADINGRATE","features":[402]},{"name":"D3D_NAME_STENCIL_REF","features":[402]},{"name":"D3D_NAME_TARGET","features":[402]},{"name":"D3D_NAME_UNDEFINED","features":[402]},{"name":"D3D_NAME_VERTEX_ID","features":[402]},{"name":"D3D_NAME_VIEWPORT_ARRAY_INDEX","features":[402]},{"name":"D3D_PARAMETER_FLAGS","features":[402]},{"name":"D3D_PF_IN","features":[402]},{"name":"D3D_PF_NONE","features":[402]},{"name":"D3D_PF_OUT","features":[402]},{"name":"D3D_PRIMITIVE","features":[402]},{"name":"D3D_PRIMITIVE_10_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_11_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_12_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_13_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_14_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_15_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_16_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_17_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_18_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_19_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_1_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_20_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_21_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_22_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_23_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_24_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_25_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_26_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_27_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_28_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_29_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_2_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_30_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_31_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_32_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_3_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_4_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_5_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_6_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_7_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_8_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_9_CONTROL_POINT_PATCH","features":[402]},{"name":"D3D_PRIMITIVE_LINE","features":[402]},{"name":"D3D_PRIMITIVE_LINE_ADJ","features":[402]},{"name":"D3D_PRIMITIVE_POINT","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_LINELIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_LINELIST_ADJ","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_LINESTRIP","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_POINTLIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_TRIANGLEFAN","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ","features":[402]},{"name":"D3D_PRIMITIVE_TOPOLOGY_UNDEFINED","features":[402]},{"name":"D3D_PRIMITIVE_TRIANGLE","features":[402]},{"name":"D3D_PRIMITIVE_TRIANGLE_ADJ","features":[402]},{"name":"D3D_PRIMITIVE_UNDEFINED","features":[402]},{"name":"D3D_REGISTER_COMPONENT_FLOAT16","features":[402]},{"name":"D3D_REGISTER_COMPONENT_FLOAT32","features":[402]},{"name":"D3D_REGISTER_COMPONENT_FLOAT64","features":[402]},{"name":"D3D_REGISTER_COMPONENT_SINT16","features":[402]},{"name":"D3D_REGISTER_COMPONENT_SINT32","features":[402]},{"name":"D3D_REGISTER_COMPONENT_SINT64","features":[402]},{"name":"D3D_REGISTER_COMPONENT_TYPE","features":[402]},{"name":"D3D_REGISTER_COMPONENT_UINT16","features":[402]},{"name":"D3D_REGISTER_COMPONENT_UINT32","features":[402]},{"name":"D3D_REGISTER_COMPONENT_UINT64","features":[402]},{"name":"D3D_REGISTER_COMPONENT_UNKNOWN","features":[402]},{"name":"D3D_RESOURCE_RETURN_TYPE","features":[402]},{"name":"D3D_RETURN_TYPE_CONTINUED","features":[402]},{"name":"D3D_RETURN_TYPE_DOUBLE","features":[402]},{"name":"D3D_RETURN_TYPE_FLOAT","features":[402]},{"name":"D3D_RETURN_TYPE_MIXED","features":[402]},{"name":"D3D_RETURN_TYPE_SINT","features":[402]},{"name":"D3D_RETURN_TYPE_SNORM","features":[402]},{"name":"D3D_RETURN_TYPE_UINT","features":[402]},{"name":"D3D_RETURN_TYPE_UNORM","features":[402]},{"name":"D3D_SHADER_CBUFFER_FLAGS","features":[402]},{"name":"D3D_SHADER_FEATURE_11_1_DOUBLE_EXTENSIONS","features":[402]},{"name":"D3D_SHADER_FEATURE_11_1_SHADER_EXTENSIONS","features":[402]},{"name":"D3D_SHADER_FEATURE_64_UAVS","features":[402]},{"name":"D3D_SHADER_FEATURE_ADVANCED_TEXTURE_OPS","features":[402]},{"name":"D3D_SHADER_FEATURE_ATOMIC_INT64_ON_DESCRIPTOR_HEAP_RESOURCE","features":[402]},{"name":"D3D_SHADER_FEATURE_ATOMIC_INT64_ON_GROUP_SHARED","features":[402]},{"name":"D3D_SHADER_FEATURE_ATOMIC_INT64_ON_TYPED_RESOURCE","features":[402]},{"name":"D3D_SHADER_FEATURE_BARYCENTRICS","features":[402]},{"name":"D3D_SHADER_FEATURE_COMPUTE_SHADERS_PLUS_RAW_AND_STRUCTURED_BUFFERS_VIA_SHADER_4_X","features":[402]},{"name":"D3D_SHADER_FEATURE_DERIVATIVES_IN_MESH_AND_AMPLIFICATION_SHADERS","features":[402]},{"name":"D3D_SHADER_FEATURE_DOUBLES","features":[402]},{"name":"D3D_SHADER_FEATURE_INNER_COVERAGE","features":[402]},{"name":"D3D_SHADER_FEATURE_INT64_OPS","features":[402]},{"name":"D3D_SHADER_FEATURE_LEVEL_9_COMPARISON_FILTERING","features":[402]},{"name":"D3D_SHADER_FEATURE_MINIMUM_PRECISION","features":[402]},{"name":"D3D_SHADER_FEATURE_NATIVE_16BIT_OPS","features":[402]},{"name":"D3D_SHADER_FEATURE_RAYTRACING_TIER_1_1","features":[402]},{"name":"D3D_SHADER_FEATURE_RESOURCE_DESCRIPTOR_HEAP_INDEXING","features":[402]},{"name":"D3D_SHADER_FEATURE_ROVS","features":[402]},{"name":"D3D_SHADER_FEATURE_SAMPLER_DESCRIPTOR_HEAP_INDEXING","features":[402]},{"name":"D3D_SHADER_FEATURE_SAMPLER_FEEDBACK","features":[402]},{"name":"D3D_SHADER_FEATURE_SAMPLE_CMP_GRADIENT_OR_BIAS","features":[402]},{"name":"D3D_SHADER_FEATURE_SHADING_RATE","features":[402]},{"name":"D3D_SHADER_FEATURE_STENCIL_REF","features":[402]},{"name":"D3D_SHADER_FEATURE_TILED_RESOURCES","features":[402]},{"name":"D3D_SHADER_FEATURE_TYPED_UAV_LOAD_ADDITIONAL_FORMATS","features":[402]},{"name":"D3D_SHADER_FEATURE_UAVS_AT_EVERY_STAGE","features":[402]},{"name":"D3D_SHADER_FEATURE_VIEWPORT_AND_RT_ARRAY_INDEX_FROM_ANY_SHADER_FEEDING_RASTERIZER","features":[402]},{"name":"D3D_SHADER_FEATURE_VIEW_ID","features":[402]},{"name":"D3D_SHADER_FEATURE_WAVE_MMA","features":[402]},{"name":"D3D_SHADER_FEATURE_WAVE_OPS","features":[402]},{"name":"D3D_SHADER_FEATURE_WRITEABLE_MSAA_TEXTURES","features":[402]},{"name":"D3D_SHADER_INPUT_FLAGS","features":[402]},{"name":"D3D_SHADER_INPUT_TYPE","features":[402]},{"name":"D3D_SHADER_MACRO","features":[402]},{"name":"D3D_SHADER_VARIABLE_CLASS","features":[402]},{"name":"D3D_SHADER_VARIABLE_FLAGS","features":[402]},{"name":"D3D_SHADER_VARIABLE_TYPE","features":[402]},{"name":"D3D_SIF_COMPARISON_SAMPLER","features":[402]},{"name":"D3D_SIF_TEXTURE_COMPONENTS","features":[402]},{"name":"D3D_SIF_TEXTURE_COMPONENT_0","features":[402]},{"name":"D3D_SIF_TEXTURE_COMPONENT_1","features":[402]},{"name":"D3D_SIF_UNUSED","features":[402]},{"name":"D3D_SIF_USERPACKED","features":[402]},{"name":"D3D_SIT_BYTEADDRESS","features":[402]},{"name":"D3D_SIT_CBUFFER","features":[402]},{"name":"D3D_SIT_RTACCELERATIONSTRUCTURE","features":[402]},{"name":"D3D_SIT_SAMPLER","features":[402]},{"name":"D3D_SIT_STRUCTURED","features":[402]},{"name":"D3D_SIT_TBUFFER","features":[402]},{"name":"D3D_SIT_TEXTURE","features":[402]},{"name":"D3D_SIT_UAV_APPEND_STRUCTURED","features":[402]},{"name":"D3D_SIT_UAV_CONSUME_STRUCTURED","features":[402]},{"name":"D3D_SIT_UAV_FEEDBACKTEXTURE","features":[402]},{"name":"D3D_SIT_UAV_RWBYTEADDRESS","features":[402]},{"name":"D3D_SIT_UAV_RWSTRUCTURED","features":[402]},{"name":"D3D_SIT_UAV_RWSTRUCTURED_WITH_COUNTER","features":[402]},{"name":"D3D_SIT_UAV_RWTYPED","features":[402]},{"name":"D3D_SRV_DIMENSION","features":[402]},{"name":"D3D_SRV_DIMENSION_BUFFER","features":[402]},{"name":"D3D_SRV_DIMENSION_BUFFEREX","features":[402]},{"name":"D3D_SRV_DIMENSION_TEXTURE1D","features":[402]},{"name":"D3D_SRV_DIMENSION_TEXTURE1DARRAY","features":[402]},{"name":"D3D_SRV_DIMENSION_TEXTURE2D","features":[402]},{"name":"D3D_SRV_DIMENSION_TEXTURE2DARRAY","features":[402]},{"name":"D3D_SRV_DIMENSION_TEXTURE2DMS","features":[402]},{"name":"D3D_SRV_DIMENSION_TEXTURE2DMSARRAY","features":[402]},{"name":"D3D_SRV_DIMENSION_TEXTURE3D","features":[402]},{"name":"D3D_SRV_DIMENSION_TEXTURECUBE","features":[402]},{"name":"D3D_SRV_DIMENSION_TEXTURECUBEARRAY","features":[402]},{"name":"D3D_SRV_DIMENSION_UNKNOWN","features":[402]},{"name":"D3D_SVC_INTERFACE_CLASS","features":[402]},{"name":"D3D_SVC_INTERFACE_POINTER","features":[402]},{"name":"D3D_SVC_MATRIX_COLUMNS","features":[402]},{"name":"D3D_SVC_MATRIX_ROWS","features":[402]},{"name":"D3D_SVC_OBJECT","features":[402]},{"name":"D3D_SVC_SCALAR","features":[402]},{"name":"D3D_SVC_STRUCT","features":[402]},{"name":"D3D_SVC_VECTOR","features":[402]},{"name":"D3D_SVF_INTERFACE_PARAMETER","features":[402]},{"name":"D3D_SVF_INTERFACE_POINTER","features":[402]},{"name":"D3D_SVF_USED","features":[402]},{"name":"D3D_SVF_USERPACKED","features":[402]},{"name":"D3D_SVT_APPEND_STRUCTURED_BUFFER","features":[402]},{"name":"D3D_SVT_BLEND","features":[402]},{"name":"D3D_SVT_BOOL","features":[402]},{"name":"D3D_SVT_BUFFER","features":[402]},{"name":"D3D_SVT_BYTEADDRESS_BUFFER","features":[402]},{"name":"D3D_SVT_CBUFFER","features":[402]},{"name":"D3D_SVT_COMPUTESHADER","features":[402]},{"name":"D3D_SVT_CONSUME_STRUCTURED_BUFFER","features":[402]},{"name":"D3D_SVT_DEPTHSTENCIL","features":[402]},{"name":"D3D_SVT_DEPTHSTENCILVIEW","features":[402]},{"name":"D3D_SVT_DOMAINSHADER","features":[402]},{"name":"D3D_SVT_DOUBLE","features":[402]},{"name":"D3D_SVT_FLOAT","features":[402]},{"name":"D3D_SVT_FLOAT16","features":[402]},{"name":"D3D_SVT_GEOMETRYSHADER","features":[402]},{"name":"D3D_SVT_HULLSHADER","features":[402]},{"name":"D3D_SVT_INT","features":[402]},{"name":"D3D_SVT_INT16","features":[402]},{"name":"D3D_SVT_INT64","features":[402]},{"name":"D3D_SVT_INTERFACE_POINTER","features":[402]},{"name":"D3D_SVT_MIN10FLOAT","features":[402]},{"name":"D3D_SVT_MIN12INT","features":[402]},{"name":"D3D_SVT_MIN16FLOAT","features":[402]},{"name":"D3D_SVT_MIN16INT","features":[402]},{"name":"D3D_SVT_MIN16UINT","features":[402]},{"name":"D3D_SVT_MIN8FLOAT","features":[402]},{"name":"D3D_SVT_PIXELFRAGMENT","features":[402]},{"name":"D3D_SVT_PIXELSHADER","features":[402]},{"name":"D3D_SVT_RASTERIZER","features":[402]},{"name":"D3D_SVT_RENDERTARGETVIEW","features":[402]},{"name":"D3D_SVT_RWBUFFER","features":[402]},{"name":"D3D_SVT_RWBYTEADDRESS_BUFFER","features":[402]},{"name":"D3D_SVT_RWSTRUCTURED_BUFFER","features":[402]},{"name":"D3D_SVT_RWTEXTURE1D","features":[402]},{"name":"D3D_SVT_RWTEXTURE1DARRAY","features":[402]},{"name":"D3D_SVT_RWTEXTURE2D","features":[402]},{"name":"D3D_SVT_RWTEXTURE2DARRAY","features":[402]},{"name":"D3D_SVT_RWTEXTURE3D","features":[402]},{"name":"D3D_SVT_SAMPLER","features":[402]},{"name":"D3D_SVT_SAMPLER1D","features":[402]},{"name":"D3D_SVT_SAMPLER2D","features":[402]},{"name":"D3D_SVT_SAMPLER3D","features":[402]},{"name":"D3D_SVT_SAMPLERCUBE","features":[402]},{"name":"D3D_SVT_STRING","features":[402]},{"name":"D3D_SVT_STRUCTURED_BUFFER","features":[402]},{"name":"D3D_SVT_TBUFFER","features":[402]},{"name":"D3D_SVT_TEXTURE","features":[402]},{"name":"D3D_SVT_TEXTURE1D","features":[402]},{"name":"D3D_SVT_TEXTURE1DARRAY","features":[402]},{"name":"D3D_SVT_TEXTURE2D","features":[402]},{"name":"D3D_SVT_TEXTURE2DARRAY","features":[402]},{"name":"D3D_SVT_TEXTURE2DMS","features":[402]},{"name":"D3D_SVT_TEXTURE2DMSARRAY","features":[402]},{"name":"D3D_SVT_TEXTURE3D","features":[402]},{"name":"D3D_SVT_TEXTURECUBE","features":[402]},{"name":"D3D_SVT_TEXTURECUBEARRAY","features":[402]},{"name":"D3D_SVT_UINT","features":[402]},{"name":"D3D_SVT_UINT16","features":[402]},{"name":"D3D_SVT_UINT64","features":[402]},{"name":"D3D_SVT_UINT8","features":[402]},{"name":"D3D_SVT_VERTEXFRAGMENT","features":[402]},{"name":"D3D_SVT_VERTEXSHADER","features":[402]},{"name":"D3D_SVT_VOID","features":[402]},{"name":"D3D_TESSELLATOR_DOMAIN","features":[402]},{"name":"D3D_TESSELLATOR_DOMAIN_ISOLINE","features":[402]},{"name":"D3D_TESSELLATOR_DOMAIN_QUAD","features":[402]},{"name":"D3D_TESSELLATOR_DOMAIN_TRI","features":[402]},{"name":"D3D_TESSELLATOR_DOMAIN_UNDEFINED","features":[402]},{"name":"D3D_TESSELLATOR_OUTPUT_LINE","features":[402]},{"name":"D3D_TESSELLATOR_OUTPUT_POINT","features":[402]},{"name":"D3D_TESSELLATOR_OUTPUT_PRIMITIVE","features":[402]},{"name":"D3D_TESSELLATOR_OUTPUT_TRIANGLE_CCW","features":[402]},{"name":"D3D_TESSELLATOR_OUTPUT_TRIANGLE_CW","features":[402]},{"name":"D3D_TESSELLATOR_OUTPUT_UNDEFINED","features":[402]},{"name":"D3D_TESSELLATOR_PARTITIONING","features":[402]},{"name":"D3D_TESSELLATOR_PARTITIONING_FRACTIONAL_EVEN","features":[402]},{"name":"D3D_TESSELLATOR_PARTITIONING_FRACTIONAL_ODD","features":[402]},{"name":"D3D_TESSELLATOR_PARTITIONING_INTEGER","features":[402]},{"name":"D3D_TESSELLATOR_PARTITIONING_POW2","features":[402]},{"name":"D3D_TESSELLATOR_PARTITIONING_UNDEFINED","features":[402]},{"name":"D3D_TEXTURE_LAYOUT_64KB_STANDARD_SWIZZLE","features":[402]},{"name":"D3D_TEXTURE_LAYOUT_ROW_MAJOR","features":[402]},{"name":"ID3DBlob","features":[402]},{"name":"ID3DDestructionNotifier","features":[402]},{"name":"ID3DInclude","features":[402]},{"name":"PFN_DESTRUCTION_CALLBACK","features":[402]},{"name":"WKPDID_CommentStringW","features":[402]},{"name":"WKPDID_D3D12UniqueObjectId","features":[402]},{"name":"WKPDID_D3DDebugObjectName","features":[402]},{"name":"WKPDID_D3DDebugObjectNameW","features":[402]}],"401":[{"name":"CLSID_DxcAssembler","features":[403]},{"name":"CLSID_DxcCompiler","features":[403]},{"name":"CLSID_DxcCompilerArgs","features":[403]},{"name":"CLSID_DxcContainerBuilder","features":[403]},{"name":"CLSID_DxcContainerReflection","features":[403]},{"name":"CLSID_DxcDiaDataSource","features":[403]},{"name":"CLSID_DxcLibrary","features":[403]},{"name":"CLSID_DxcLinker","features":[403]},{"name":"CLSID_DxcOptimizer","features":[403]},{"name":"CLSID_DxcPdbUtils","features":[403]},{"name":"CLSID_DxcUtils","features":[403]},{"name":"CLSID_DxcValidator","features":[403]},{"name":"DXC_ARG_ALL_RESOURCES_BOUND","features":[403]},{"name":"DXC_ARG_AVOID_FLOW_CONTROL","features":[403]},{"name":"DXC_ARG_DEBUG","features":[403]},{"name":"DXC_ARG_DEBUG_NAME_FOR_BINARY","features":[403]},{"name":"DXC_ARG_DEBUG_NAME_FOR_SOURCE","features":[403]},{"name":"DXC_ARG_ENABLE_BACKWARDS_COMPATIBILITY","features":[403]},{"name":"DXC_ARG_ENABLE_STRICTNESS","features":[403]},{"name":"DXC_ARG_IEEE_STRICTNESS","features":[403]},{"name":"DXC_ARG_OPTIMIZATION_LEVEL0","features":[403]},{"name":"DXC_ARG_OPTIMIZATION_LEVEL1","features":[403]},{"name":"DXC_ARG_OPTIMIZATION_LEVEL2","features":[403]},{"name":"DXC_ARG_OPTIMIZATION_LEVEL3","features":[403]},{"name":"DXC_ARG_PACK_MATRIX_COLUMN_MAJOR","features":[403]},{"name":"DXC_ARG_PACK_MATRIX_ROW_MAJOR","features":[403]},{"name":"DXC_ARG_PREFER_FLOW_CONTROL","features":[403]},{"name":"DXC_ARG_RESOURCES_MAY_ALIAS","features":[403]},{"name":"DXC_ARG_SKIP_OPTIMIZATIONS","features":[403]},{"name":"DXC_ARG_SKIP_VALIDATION","features":[403]},{"name":"DXC_ARG_WARNINGS_ARE_ERRORS","features":[403]},{"name":"DXC_CP","features":[403]},{"name":"DXC_CP_ACP","features":[403]},{"name":"DXC_CP_UTF16","features":[403]},{"name":"DXC_CP_UTF8","features":[403]},{"name":"DXC_EXTRA_OUTPUT_NAME_STDERR","features":[403]},{"name":"DXC_EXTRA_OUTPUT_NAME_STDOUT","features":[403]},{"name":"DXC_HASHFLAG_INCLUDES_SOURCE","features":[403]},{"name":"DXC_OUT_DISASSEMBLY","features":[403]},{"name":"DXC_OUT_ERRORS","features":[403]},{"name":"DXC_OUT_EXTRA_OUTPUTS","features":[403]},{"name":"DXC_OUT_HLSL","features":[403]},{"name":"DXC_OUT_KIND","features":[403]},{"name":"DXC_OUT_NONE","features":[403]},{"name":"DXC_OUT_OBJECT","features":[403]},{"name":"DXC_OUT_PDB","features":[403]},{"name":"DXC_OUT_REFLECTION","features":[403]},{"name":"DXC_OUT_ROOT_SIGNATURE","features":[403]},{"name":"DXC_OUT_SHADER_HASH","features":[403]},{"name":"DXC_OUT_TEXT","features":[403]},{"name":"DxcArgPair","features":[403]},{"name":"DxcBuffer","features":[403]},{"name":"DxcCreateInstance","features":[403]},{"name":"DxcCreateInstance2","features":[403,358]},{"name":"DxcCreateInstance2Proc","features":[403,358]},{"name":"DxcCreateInstanceProc","features":[403]},{"name":"DxcDefine","features":[403]},{"name":"DxcShaderHash","features":[403]},{"name":"DxcValidatorFlags_Default","features":[403]},{"name":"DxcValidatorFlags_InPlaceEdit","features":[403]},{"name":"DxcValidatorFlags_ModuleOnly","features":[403]},{"name":"DxcValidatorFlags_RootSignatureOnly","features":[403]},{"name":"DxcValidatorFlags_ValidMask","features":[403]},{"name":"DxcVersionInfoFlags_Debug","features":[403]},{"name":"DxcVersionInfoFlags_Internal","features":[403]},{"name":"DxcVersionInfoFlags_None","features":[403]},{"name":"IDxcAssembler","features":[403]},{"name":"IDxcBlob","features":[403]},{"name":"IDxcBlobEncoding","features":[403]},{"name":"IDxcBlobUtf16","features":[403]},{"name":"IDxcBlobUtf8","features":[403]},{"name":"IDxcCompiler","features":[403]},{"name":"IDxcCompiler2","features":[403]},{"name":"IDxcCompiler3","features":[403]},{"name":"IDxcCompilerArgs","features":[403]},{"name":"IDxcContainerBuilder","features":[403]},{"name":"IDxcContainerReflection","features":[403]},{"name":"IDxcExtraOutputs","features":[403]},{"name":"IDxcIncludeHandler","features":[403]},{"name":"IDxcLibrary","features":[403]},{"name":"IDxcLinker","features":[403]},{"name":"IDxcOperationResult","features":[403]},{"name":"IDxcOptimizer","features":[403]},{"name":"IDxcOptimizerPass","features":[403]},{"name":"IDxcPdbUtils","features":[403]},{"name":"IDxcResult","features":[403]},{"name":"IDxcUtils","features":[403]},{"name":"IDxcValidator","features":[403]},{"name":"IDxcValidator2","features":[403]},{"name":"IDxcVersionInfo","features":[403]},{"name":"IDxcVersionInfo2","features":[403]},{"name":"IDxcVersionInfo3","features":[403]}],"402":[{"name":"D3DCOMPILER_DLL_A","features":[404]},{"name":"D3DCOMPILER_DLL_W","features":[404]},{"name":"D3DCOMPILER_STRIP_DEBUG_INFO","features":[404]},{"name":"D3DCOMPILER_STRIP_FLAGS","features":[404]},{"name":"D3DCOMPILER_STRIP_PRIVATE_DATA","features":[404]},{"name":"D3DCOMPILER_STRIP_REFLECTION_DATA","features":[404]},{"name":"D3DCOMPILER_STRIP_ROOT_SIGNATURE","features":[404]},{"name":"D3DCOMPILER_STRIP_TEST_BLOBS","features":[404]},{"name":"D3DCOMPILE_ALL_RESOURCES_BOUND","features":[404]},{"name":"D3DCOMPILE_AVOID_FLOW_CONTROL","features":[404]},{"name":"D3DCOMPILE_DEBUG","features":[404]},{"name":"D3DCOMPILE_DEBUG_NAME_FOR_BINARY","features":[404]},{"name":"D3DCOMPILE_DEBUG_NAME_FOR_SOURCE","features":[404]},{"name":"D3DCOMPILE_EFFECT_ALLOW_SLOW_OPS","features":[404]},{"name":"D3DCOMPILE_EFFECT_CHILD_EFFECT","features":[404]},{"name":"D3DCOMPILE_ENABLE_BACKWARDS_COMPATIBILITY","features":[404]},{"name":"D3DCOMPILE_ENABLE_STRICTNESS","features":[404]},{"name":"D3DCOMPILE_ENABLE_UNBOUNDED_DESCRIPTOR_TABLES","features":[404]},{"name":"D3DCOMPILE_FLAGS2_FORCE_ROOT_SIGNATURE_1_0","features":[404]},{"name":"D3DCOMPILE_FLAGS2_FORCE_ROOT_SIGNATURE_1_1","features":[404]},{"name":"D3DCOMPILE_FLAGS2_FORCE_ROOT_SIGNATURE_LATEST","features":[404]},{"name":"D3DCOMPILE_FORCE_PS_SOFTWARE_NO_OPT","features":[404]},{"name":"D3DCOMPILE_FORCE_VS_SOFTWARE_NO_OPT","features":[404]},{"name":"D3DCOMPILE_IEEE_STRICTNESS","features":[404]},{"name":"D3DCOMPILE_NO_PRESHADER","features":[404]},{"name":"D3DCOMPILE_OPTIMIZATION_LEVEL0","features":[404]},{"name":"D3DCOMPILE_OPTIMIZATION_LEVEL1","features":[404]},{"name":"D3DCOMPILE_OPTIMIZATION_LEVEL3","features":[404]},{"name":"D3DCOMPILE_PACK_MATRIX_COLUMN_MAJOR","features":[404]},{"name":"D3DCOMPILE_PACK_MATRIX_ROW_MAJOR","features":[404]},{"name":"D3DCOMPILE_PARTIAL_PRECISION","features":[404]},{"name":"D3DCOMPILE_PREFER_FLOW_CONTROL","features":[404]},{"name":"D3DCOMPILE_RESERVED16","features":[404]},{"name":"D3DCOMPILE_RESERVED17","features":[404]},{"name":"D3DCOMPILE_RESOURCES_MAY_ALIAS","features":[404]},{"name":"D3DCOMPILE_SECDATA_MERGE_UAV_SLOTS","features":[404]},{"name":"D3DCOMPILE_SECDATA_PRESERVE_TEMPLATE_SLOTS","features":[404]},{"name":"D3DCOMPILE_SECDATA_REQUIRE_TEMPLATE_MATCH","features":[404]},{"name":"D3DCOMPILE_SKIP_OPTIMIZATION","features":[404]},{"name":"D3DCOMPILE_SKIP_VALIDATION","features":[404]},{"name":"D3DCOMPILE_WARNINGS_ARE_ERRORS","features":[404]},{"name":"D3DCompile","features":[404]},{"name":"D3DCompile2","features":[404]},{"name":"D3DCompileFromFile","features":[404]},{"name":"D3DCompressShaders","features":[404]},{"name":"D3DCreateBlob","features":[404]},{"name":"D3DCreateFunctionLinkingGraph","features":[404,405]},{"name":"D3DCreateLinker","features":[404,405]},{"name":"D3DDecompressShaders","features":[404]},{"name":"D3DDisassemble","features":[404]},{"name":"D3DDisassemble10Effect","features":[404,406]},{"name":"D3DDisassembleRegion","features":[404]},{"name":"D3DGetBlobPart","features":[404]},{"name":"D3DGetDebugInfo","features":[404]},{"name":"D3DGetInputAndOutputSignatureBlob","features":[404]},{"name":"D3DGetInputSignatureBlob","features":[404]},{"name":"D3DGetOutputSignatureBlob","features":[404]},{"name":"D3DGetTraceInstructionOffsets","features":[404]},{"name":"D3DLoadModule","features":[404,405]},{"name":"D3DPreprocess","features":[404]},{"name":"D3DReadFileToBlob","features":[404]},{"name":"D3DReflect","features":[404]},{"name":"D3DReflectLibrary","features":[404]},{"name":"D3DSetBlobPart","features":[404]},{"name":"D3DStripShader","features":[404]},{"name":"D3DWriteBlobToFile","features":[307,404]},{"name":"D3D_BLOB_ALL_SIGNATURE_BLOB","features":[404]},{"name":"D3D_BLOB_DEBUG_INFO","features":[404]},{"name":"D3D_BLOB_DEBUG_NAME","features":[404]},{"name":"D3D_BLOB_INPUT_AND_OUTPUT_SIGNATURE_BLOB","features":[404]},{"name":"D3D_BLOB_INPUT_SIGNATURE_BLOB","features":[404]},{"name":"D3D_BLOB_LEGACY_SHADER","features":[404]},{"name":"D3D_BLOB_OUTPUT_SIGNATURE_BLOB","features":[404]},{"name":"D3D_BLOB_PART","features":[404]},{"name":"D3D_BLOB_PATCH_CONSTANT_SIGNATURE_BLOB","features":[404]},{"name":"D3D_BLOB_PDB","features":[404]},{"name":"D3D_BLOB_PRIVATE_DATA","features":[404]},{"name":"D3D_BLOB_ROOT_SIGNATURE","features":[404]},{"name":"D3D_BLOB_TEST_ALTERNATE_SHADER","features":[404]},{"name":"D3D_BLOB_TEST_COMPILE_DETAILS","features":[404]},{"name":"D3D_BLOB_TEST_COMPILE_PERF","features":[404]},{"name":"D3D_BLOB_TEST_COMPILE_REPORT","features":[404]},{"name":"D3D_BLOB_XNA_PREPASS_SHADER","features":[404]},{"name":"D3D_BLOB_XNA_SHADER","features":[404]},{"name":"D3D_COMPILER_VERSION","features":[404]},{"name":"D3D_COMPRESS_SHADER_KEEP_ALL_PARTS","features":[404]},{"name":"D3D_DISASM_DISABLE_DEBUG_INFO","features":[404]},{"name":"D3D_DISASM_ENABLE_COLOR_CODE","features":[404]},{"name":"D3D_DISASM_ENABLE_DEFAULT_VALUE_PRINTS","features":[404]},{"name":"D3D_DISASM_ENABLE_INSTRUCTION_CYCLE","features":[404]},{"name":"D3D_DISASM_ENABLE_INSTRUCTION_NUMBERING","features":[404]},{"name":"D3D_DISASM_ENABLE_INSTRUCTION_OFFSET","features":[404]},{"name":"D3D_DISASM_INSTRUCTION_ONLY","features":[404]},{"name":"D3D_DISASM_PRINT_HEX_LITERALS","features":[404]},{"name":"D3D_GET_INST_OFFSETS_INCLUDE_NON_EXECUTABLE","features":[404]},{"name":"D3D_SHADER_DATA","features":[404]},{"name":"pD3DCompile","features":[404]},{"name":"pD3DDisassemble","features":[404]},{"name":"pD3DPreprocess","features":[404]}],"403":[{"name":"D3D10CompileEffectFromMemory","features":[402,406]},{"name":"D3D10CompileShader","features":[402,406]},{"name":"D3D10CreateBlob","features":[402,406]},{"name":"D3D10CreateDevice","features":[307,406,401]},{"name":"D3D10CreateDevice1","features":[307,406,401]},{"name":"D3D10CreateDeviceAndSwapChain","features":[307,406,397]},{"name":"D3D10CreateDeviceAndSwapChain1","features":[307,406,397]},{"name":"D3D10CreateEffectFromMemory","features":[406]},{"name":"D3D10CreateEffectPoolFromMemory","features":[406]},{"name":"D3D10CreateStateBlock","features":[406]},{"name":"D3D10DisassembleEffect","features":[307,402,406]},{"name":"D3D10DisassembleShader","features":[307,402,406]},{"name":"D3D10GetGeometryShaderProfile","features":[406]},{"name":"D3D10GetInputAndOutputSignatureBlob","features":[402,406]},{"name":"D3D10GetInputSignatureBlob","features":[402,406]},{"name":"D3D10GetOutputSignatureBlob","features":[402,406]},{"name":"D3D10GetPixelShaderProfile","features":[406]},{"name":"D3D10GetShaderDebugInfo","features":[402,406]},{"name":"D3D10GetVertexShaderProfile","features":[406]},{"name":"D3D10PreprocessShader","features":[402,406]},{"name":"D3D10ReflectShader","features":[406]},{"name":"D3D10StateBlockMaskDifference","features":[406]},{"name":"D3D10StateBlockMaskDisableAll","features":[406]},{"name":"D3D10StateBlockMaskDisableCapture","features":[406]},{"name":"D3D10StateBlockMaskEnableAll","features":[406]},{"name":"D3D10StateBlockMaskEnableCapture","features":[406]},{"name":"D3D10StateBlockMaskGetSetting","features":[307,406]},{"name":"D3D10StateBlockMaskIntersect","features":[406]},{"name":"D3D10StateBlockMaskUnion","features":[406]},{"name":"D3D10_16BIT_INDEX_STRIP_CUT_VALUE","features":[406]},{"name":"D3D10_1_DEFAULT_SAMPLE_MASK","features":[406]},{"name":"D3D10_1_FLOAT16_FUSED_TOLERANCE_IN_ULP","features":[406]},{"name":"D3D10_1_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP","features":[406]},{"name":"D3D10_1_GS_INPUT_REGISTER_COUNT","features":[406]},{"name":"D3D10_1_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT","features":[406]},{"name":"D3D10_1_IA_VERTEX_INPUT_STRUCTURE_ELEMENTS_COMPONENTS","features":[406]},{"name":"D3D10_1_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT","features":[406]},{"name":"D3D10_1_PS_OUTPUT_MASK_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_1_PS_OUTPUT_MASK_REGISTER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_1_PS_OUTPUT_MASK_REGISTER_COUNT","features":[406]},{"name":"D3D10_1_SHADER_MAJOR_VERSION","features":[406]},{"name":"D3D10_1_SHADER_MINOR_VERSION","features":[406]},{"name":"D3D10_1_SO_BUFFER_MAX_STRIDE_IN_BYTES","features":[406]},{"name":"D3D10_1_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES","features":[406]},{"name":"D3D10_1_SO_BUFFER_SLOT_COUNT","features":[406]},{"name":"D3D10_1_SO_MULTIPLE_BUFFER_ELEMENTS_PER_BUFFER","features":[406]},{"name":"D3D10_1_SO_SINGLE_BUFFER_COMPONENT_LIMIT","features":[406]},{"name":"D3D10_1_STANDARD_VERTEX_ELEMENT_COUNT","features":[406]},{"name":"D3D10_1_SUBPIXEL_FRACTIONAL_BIT_COUNT","features":[406]},{"name":"D3D10_1_VS_INPUT_REGISTER_COUNT","features":[406]},{"name":"D3D10_1_VS_OUTPUT_REGISTER_COUNT","features":[406]},{"name":"D3D10_32BIT_INDEX_STRIP_CUT_VALUE","features":[406]},{"name":"D3D10_8BIT_INDEX_STRIP_CUT_VALUE","features":[406]},{"name":"D3D10_ALL_RESOURCES_BOUND","features":[406]},{"name":"D3D10_ANISOTROPIC_FILTERING_BIT","features":[406]},{"name":"D3D10_APPEND_ALIGNED_ELEMENT","features":[406]},{"name":"D3D10_APPNAME_STRING","features":[406]},{"name":"D3D10_APPSIZE_STRING","features":[406]},{"name":"D3D10_ARRAY_AXIS_ADDRESS_RANGE_BIT_COUNT","features":[406]},{"name":"D3D10_ASYNC_GETDATA_DONOTFLUSH","features":[406]},{"name":"D3D10_ASYNC_GETDATA_FLAG","features":[406]},{"name":"D3D10_BIND_CONSTANT_BUFFER","features":[406]},{"name":"D3D10_BIND_DEPTH_STENCIL","features":[406]},{"name":"D3D10_BIND_FLAG","features":[406]},{"name":"D3D10_BIND_INDEX_BUFFER","features":[406]},{"name":"D3D10_BIND_RENDER_TARGET","features":[406]},{"name":"D3D10_BIND_SHADER_RESOURCE","features":[406]},{"name":"D3D10_BIND_STREAM_OUTPUT","features":[406]},{"name":"D3D10_BIND_VERTEX_BUFFER","features":[406]},{"name":"D3D10_BLEND","features":[406]},{"name":"D3D10_BLEND_BLEND_FACTOR","features":[406]},{"name":"D3D10_BLEND_DESC","features":[307,406]},{"name":"D3D10_BLEND_DESC1","features":[307,406]},{"name":"D3D10_BLEND_DEST_ALPHA","features":[406]},{"name":"D3D10_BLEND_DEST_COLOR","features":[406]},{"name":"D3D10_BLEND_INV_BLEND_FACTOR","features":[406]},{"name":"D3D10_BLEND_INV_DEST_ALPHA","features":[406]},{"name":"D3D10_BLEND_INV_DEST_COLOR","features":[406]},{"name":"D3D10_BLEND_INV_SRC1_ALPHA","features":[406]},{"name":"D3D10_BLEND_INV_SRC1_COLOR","features":[406]},{"name":"D3D10_BLEND_INV_SRC_ALPHA","features":[406]},{"name":"D3D10_BLEND_INV_SRC_COLOR","features":[406]},{"name":"D3D10_BLEND_ONE","features":[406]},{"name":"D3D10_BLEND_OP","features":[406]},{"name":"D3D10_BLEND_OP_ADD","features":[406]},{"name":"D3D10_BLEND_OP_MAX","features":[406]},{"name":"D3D10_BLEND_OP_MIN","features":[406]},{"name":"D3D10_BLEND_OP_REV_SUBTRACT","features":[406]},{"name":"D3D10_BLEND_OP_SUBTRACT","features":[406]},{"name":"D3D10_BLEND_SRC1_ALPHA","features":[406]},{"name":"D3D10_BLEND_SRC1_COLOR","features":[406]},{"name":"D3D10_BLEND_SRC_ALPHA","features":[406]},{"name":"D3D10_BLEND_SRC_ALPHA_SAT","features":[406]},{"name":"D3D10_BLEND_SRC_COLOR","features":[406]},{"name":"D3D10_BLEND_ZERO","features":[406]},{"name":"D3D10_BOX","features":[406]},{"name":"D3D10_BREAKON_CATEGORY","features":[406]},{"name":"D3D10_BREAKON_ID_DECIMAL","features":[406]},{"name":"D3D10_BREAKON_ID_STRING","features":[406]},{"name":"D3D10_BREAKON_SEVERITY","features":[406]},{"name":"D3D10_BUFFER_DESC","features":[406]},{"name":"D3D10_BUFFER_RTV","features":[406]},{"name":"D3D10_BUFFER_SRV","features":[406]},{"name":"D3D10_CENTER_MULTISAMPLE_PATTERN","features":[406]},{"name":"D3D10_CLEAR_DEPTH","features":[406]},{"name":"D3D10_CLEAR_FLAG","features":[406]},{"name":"D3D10_CLEAR_STENCIL","features":[406]},{"name":"D3D10_CLIP_OR_CULL_DISTANCE_COUNT","features":[406]},{"name":"D3D10_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT","features":[406]},{"name":"D3D10_COLOR_WRITE_ENABLE","features":[406]},{"name":"D3D10_COLOR_WRITE_ENABLE_ALL","features":[406]},{"name":"D3D10_COLOR_WRITE_ENABLE_ALPHA","features":[406]},{"name":"D3D10_COLOR_WRITE_ENABLE_BLUE","features":[406]},{"name":"D3D10_COLOR_WRITE_ENABLE_GREEN","features":[406]},{"name":"D3D10_COLOR_WRITE_ENABLE_RED","features":[406]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_COMPONENTS","features":[406]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_HW_SLOT_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[406]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[406]},{"name":"D3D10_COMMONSHADER_FLOWCONTROL_NESTING_LIMIT","features":[406]},{"name":"D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[406]},{"name":"D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[406]},{"name":"D3D10_COMMONSHADER_IMMEDIATE_VALUE_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_READS_PER_INST","features":[406]},{"name":"D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_READ_PORTS","features":[406]},{"name":"D3D10_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_SAMPLER_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_COMMONSHADER_SAMPLER_REGISTER_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_SAMPLER_REGISTER_READS_PER_INST","features":[406]},{"name":"D3D10_COMMONSHADER_SAMPLER_REGISTER_READ_PORTS","features":[406]},{"name":"D3D10_COMMONSHADER_SAMPLER_SLOT_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_SUBROUTINE_NESTING_LIMIT","features":[406]},{"name":"D3D10_COMMONSHADER_TEMP_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_COMMONSHADER_TEMP_REGISTER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_TEMP_REGISTER_COUNT","features":[406]},{"name":"D3D10_COMMONSHADER_TEMP_REGISTER_READS_PER_INST","features":[406]},{"name":"D3D10_COMMONSHADER_TEMP_REGISTER_READ_PORTS","features":[406]},{"name":"D3D10_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MAX","features":[406]},{"name":"D3D10_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MIN","features":[406]},{"name":"D3D10_COMMONSHADER_TEXEL_OFFSET_MAX_NEGATIVE","features":[406]},{"name":"D3D10_COMMONSHADER_TEXEL_OFFSET_MAX_POSITIVE","features":[406]},{"name":"D3D10_COMPARISON_ALWAYS","features":[406]},{"name":"D3D10_COMPARISON_EQUAL","features":[406]},{"name":"D3D10_COMPARISON_FILTERING_BIT","features":[406]},{"name":"D3D10_COMPARISON_FUNC","features":[406]},{"name":"D3D10_COMPARISON_GREATER","features":[406]},{"name":"D3D10_COMPARISON_GREATER_EQUAL","features":[406]},{"name":"D3D10_COMPARISON_LESS","features":[406]},{"name":"D3D10_COMPARISON_LESS_EQUAL","features":[406]},{"name":"D3D10_COMPARISON_NEVER","features":[406]},{"name":"D3D10_COMPARISON_NOT_EQUAL","features":[406]},{"name":"D3D10_COUNTER","features":[406]},{"name":"D3D10_COUNTER_DESC","features":[406]},{"name":"D3D10_COUNTER_DEVICE_DEPENDENT_0","features":[406]},{"name":"D3D10_COUNTER_FILLRATE_THROUGHPUT_UTILIZATION","features":[406]},{"name":"D3D10_COUNTER_GEOMETRY_PROCESSING","features":[406]},{"name":"D3D10_COUNTER_GPU_IDLE","features":[406]},{"name":"D3D10_COUNTER_GS_COMPUTATION_LIMITED","features":[406]},{"name":"D3D10_COUNTER_GS_MEMORY_LIMITED","features":[406]},{"name":"D3D10_COUNTER_HOST_ADAPTER_BANDWIDTH_UTILIZATION","features":[406]},{"name":"D3D10_COUNTER_INFO","features":[406]},{"name":"D3D10_COUNTER_LOCAL_VIDMEM_BANDWIDTH_UTILIZATION","features":[406]},{"name":"D3D10_COUNTER_OTHER_GPU_PROCESSING","features":[406]},{"name":"D3D10_COUNTER_PIXEL_PROCESSING","features":[406]},{"name":"D3D10_COUNTER_POST_TRANSFORM_CACHE_HIT_RATE","features":[406]},{"name":"D3D10_COUNTER_PS_COMPUTATION_LIMITED","features":[406]},{"name":"D3D10_COUNTER_PS_MEMORY_LIMITED","features":[406]},{"name":"D3D10_COUNTER_TEXTURE_CACHE_HIT_RATE","features":[406]},{"name":"D3D10_COUNTER_TRIANGLE_SETUP_THROUGHPUT_UTILIZATION","features":[406]},{"name":"D3D10_COUNTER_TYPE","features":[406]},{"name":"D3D10_COUNTER_TYPE_FLOAT32","features":[406]},{"name":"D3D10_COUNTER_TYPE_UINT16","features":[406]},{"name":"D3D10_COUNTER_TYPE_UINT32","features":[406]},{"name":"D3D10_COUNTER_TYPE_UINT64","features":[406]},{"name":"D3D10_COUNTER_VERTEX_PROCESSING","features":[406]},{"name":"D3D10_COUNTER_VERTEX_THROUGHPUT_UTILIZATION","features":[406]},{"name":"D3D10_COUNTER_VS_COMPUTATION_LIMITED","features":[406]},{"name":"D3D10_COUNTER_VS_MEMORY_LIMITED","features":[406]},{"name":"D3D10_CPU_ACCESS_FLAG","features":[406]},{"name":"D3D10_CPU_ACCESS_READ","features":[406]},{"name":"D3D10_CPU_ACCESS_WRITE","features":[406]},{"name":"D3D10_CREATE_DEVICE_ALLOW_NULL_FROM_MAP","features":[406]},{"name":"D3D10_CREATE_DEVICE_BGRA_SUPPORT","features":[406]},{"name":"D3D10_CREATE_DEVICE_DEBUG","features":[406]},{"name":"D3D10_CREATE_DEVICE_DEBUGGABLE","features":[406]},{"name":"D3D10_CREATE_DEVICE_FLAG","features":[406]},{"name":"D3D10_CREATE_DEVICE_PREVENT_ALTERING_LAYER_SETTINGS_FROM_REGISTRY","features":[406]},{"name":"D3D10_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS","features":[406]},{"name":"D3D10_CREATE_DEVICE_SINGLETHREADED","features":[406]},{"name":"D3D10_CREATE_DEVICE_STRICT_VALIDATION","features":[406]},{"name":"D3D10_CREATE_DEVICE_SWITCH_TO_REF","features":[406]},{"name":"D3D10_CULL_BACK","features":[406]},{"name":"D3D10_CULL_FRONT","features":[406]},{"name":"D3D10_CULL_MODE","features":[406]},{"name":"D3D10_CULL_NONE","features":[406]},{"name":"D3D10_DEBUG_FEATURE_FINISH_PER_RENDER_OP","features":[406]},{"name":"D3D10_DEBUG_FEATURE_FLUSH_PER_RENDER_OP","features":[406]},{"name":"D3D10_DEBUG_FEATURE_PRESENT_PER_RENDER_OP","features":[406]},{"name":"D3D10_DEFAULT_BLEND_FACTOR_ALPHA","features":[406]},{"name":"D3D10_DEFAULT_BLEND_FACTOR_BLUE","features":[406]},{"name":"D3D10_DEFAULT_BLEND_FACTOR_GREEN","features":[406]},{"name":"D3D10_DEFAULT_BLEND_FACTOR_RED","features":[406]},{"name":"D3D10_DEFAULT_BORDER_COLOR_COMPONENT","features":[406]},{"name":"D3D10_DEFAULT_DEPTH_BIAS","features":[406]},{"name":"D3D10_DEFAULT_DEPTH_BIAS_CLAMP","features":[406]},{"name":"D3D10_DEFAULT_MAX_ANISOTROPY","features":[406]},{"name":"D3D10_DEFAULT_MIP_LOD_BIAS","features":[406]},{"name":"D3D10_DEFAULT_RENDER_TARGET_ARRAY_INDEX","features":[406]},{"name":"D3D10_DEFAULT_SAMPLE_MASK","features":[406]},{"name":"D3D10_DEFAULT_SCISSOR_ENDX","features":[406]},{"name":"D3D10_DEFAULT_SCISSOR_ENDY","features":[406]},{"name":"D3D10_DEFAULT_SCISSOR_STARTX","features":[406]},{"name":"D3D10_DEFAULT_SCISSOR_STARTY","features":[406]},{"name":"D3D10_DEFAULT_SLOPE_SCALED_DEPTH_BIAS","features":[406]},{"name":"D3D10_DEFAULT_STENCIL_READ_MASK","features":[406]},{"name":"D3D10_DEFAULT_STENCIL_REFERENCE","features":[406]},{"name":"D3D10_DEFAULT_STENCIL_WRITE_MASK","features":[406]},{"name":"D3D10_DEFAULT_VIEWPORT_AND_SCISSORRECT_INDEX","features":[406]},{"name":"D3D10_DEFAULT_VIEWPORT_HEIGHT","features":[406]},{"name":"D3D10_DEFAULT_VIEWPORT_MAX_DEPTH","features":[406]},{"name":"D3D10_DEFAULT_VIEWPORT_MIN_DEPTH","features":[406]},{"name":"D3D10_DEFAULT_VIEWPORT_TOPLEFTX","features":[406]},{"name":"D3D10_DEFAULT_VIEWPORT_TOPLEFTY","features":[406]},{"name":"D3D10_DEFAULT_VIEWPORT_WIDTH","features":[406]},{"name":"D3D10_DEPTH_STENCILOP_DESC","features":[406]},{"name":"D3D10_DEPTH_STENCIL_DESC","features":[307,406]},{"name":"D3D10_DEPTH_STENCIL_VIEW_DESC","features":[406,397]},{"name":"D3D10_DEPTH_WRITE_MASK","features":[406]},{"name":"D3D10_DEPTH_WRITE_MASK_ALL","features":[406]},{"name":"D3D10_DEPTH_WRITE_MASK_ZERO","features":[406]},{"name":"D3D10_DEVICE_STATE_TYPES","features":[406]},{"name":"D3D10_DRIVER_TYPE","features":[406]},{"name":"D3D10_DRIVER_TYPE_HARDWARE","features":[406]},{"name":"D3D10_DRIVER_TYPE_NULL","features":[406]},{"name":"D3D10_DRIVER_TYPE_REFERENCE","features":[406]},{"name":"D3D10_DRIVER_TYPE_SOFTWARE","features":[406]},{"name":"D3D10_DRIVER_TYPE_WARP","features":[406]},{"name":"D3D10_DST_GS","features":[406]},{"name":"D3D10_DST_GS_CONSTANT_BUFFERS","features":[406]},{"name":"D3D10_DST_GS_SAMPLERS","features":[406]},{"name":"D3D10_DST_GS_SHADER_RESOURCES","features":[406]},{"name":"D3D10_DST_IA_INDEX_BUFFER","features":[406]},{"name":"D3D10_DST_IA_INPUT_LAYOUT","features":[406]},{"name":"D3D10_DST_IA_PRIMITIVE_TOPOLOGY","features":[406]},{"name":"D3D10_DST_IA_VERTEX_BUFFERS","features":[406]},{"name":"D3D10_DST_OM_BLEND_STATE","features":[406]},{"name":"D3D10_DST_OM_DEPTH_STENCIL_STATE","features":[406]},{"name":"D3D10_DST_OM_RENDER_TARGETS","features":[406]},{"name":"D3D10_DST_PREDICATION","features":[406]},{"name":"D3D10_DST_PS","features":[406]},{"name":"D3D10_DST_PS_CONSTANT_BUFFERS","features":[406]},{"name":"D3D10_DST_PS_SAMPLERS","features":[406]},{"name":"D3D10_DST_PS_SHADER_RESOURCES","features":[406]},{"name":"D3D10_DST_RS_RASTERIZER_STATE","features":[406]},{"name":"D3D10_DST_RS_SCISSOR_RECTS","features":[406]},{"name":"D3D10_DST_RS_VIEWPORTS","features":[406]},{"name":"D3D10_DST_SO_BUFFERS","features":[406]},{"name":"D3D10_DST_VS","features":[406]},{"name":"D3D10_DST_VS_CONSTANT_BUFFERS","features":[406]},{"name":"D3D10_DST_VS_SAMPLERS","features":[406]},{"name":"D3D10_DST_VS_SHADER_RESOURCES","features":[406]},{"name":"D3D10_DSV_DIMENSION","features":[406]},{"name":"D3D10_DSV_DIMENSION_TEXTURE1D","features":[406]},{"name":"D3D10_DSV_DIMENSION_TEXTURE1DARRAY","features":[406]},{"name":"D3D10_DSV_DIMENSION_TEXTURE2D","features":[406]},{"name":"D3D10_DSV_DIMENSION_TEXTURE2DARRAY","features":[406]},{"name":"D3D10_DSV_DIMENSION_TEXTURE2DMS","features":[406]},{"name":"D3D10_DSV_DIMENSION_TEXTURE2DMSARRAY","features":[406]},{"name":"D3D10_DSV_DIMENSION_UNKNOWN","features":[406]},{"name":"D3D10_EFFECT_COMPILE_ALLOW_SLOW_OPS","features":[406]},{"name":"D3D10_EFFECT_COMPILE_CHILD_EFFECT","features":[406]},{"name":"D3D10_EFFECT_DESC","features":[307,406]},{"name":"D3D10_EFFECT_SHADER_DESC","features":[307,406]},{"name":"D3D10_EFFECT_SINGLE_THREADED","features":[406]},{"name":"D3D10_EFFECT_TYPE_DESC","features":[402,406]},{"name":"D3D10_EFFECT_VARIABLE_ANNOTATION","features":[406]},{"name":"D3D10_EFFECT_VARIABLE_DESC","features":[406]},{"name":"D3D10_EFFECT_VARIABLE_EXPLICIT_BIND_POINT","features":[406]},{"name":"D3D10_EFFECT_VARIABLE_POOLED","features":[406]},{"name":"D3D10_ENABLE_BREAK_ON_MESSAGE","features":[406]},{"name":"D3D10_ENABLE_UNBOUNDED_DESCRIPTOR_TABLES","features":[406]},{"name":"D3D10_FEATURE_LEVEL1","features":[406]},{"name":"D3D10_FEATURE_LEVEL_10_0","features":[406]},{"name":"D3D10_FEATURE_LEVEL_10_1","features":[406]},{"name":"D3D10_FEATURE_LEVEL_9_1","features":[406]},{"name":"D3D10_FEATURE_LEVEL_9_2","features":[406]},{"name":"D3D10_FEATURE_LEVEL_9_3","features":[406]},{"name":"D3D10_FILL_MODE","features":[406]},{"name":"D3D10_FILL_SOLID","features":[406]},{"name":"D3D10_FILL_WIREFRAME","features":[406]},{"name":"D3D10_FILTER","features":[406]},{"name":"D3D10_FILTER_ANISOTROPIC","features":[406]},{"name":"D3D10_FILTER_COMPARISON_ANISOTROPIC","features":[406]},{"name":"D3D10_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT","features":[406]},{"name":"D3D10_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[406]},{"name":"D3D10_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT","features":[406]},{"name":"D3D10_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR","features":[406]},{"name":"D3D10_FILTER_COMPARISON_MIN_MAG_MIP_POINT","features":[406]},{"name":"D3D10_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR","features":[406]},{"name":"D3D10_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[406]},{"name":"D3D10_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR","features":[406]},{"name":"D3D10_FILTER_MIN_LINEAR_MAG_MIP_POINT","features":[406]},{"name":"D3D10_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[406]},{"name":"D3D10_FILTER_MIN_MAG_LINEAR_MIP_POINT","features":[406]},{"name":"D3D10_FILTER_MIN_MAG_MIP_LINEAR","features":[406]},{"name":"D3D10_FILTER_MIN_MAG_MIP_POINT","features":[406]},{"name":"D3D10_FILTER_MIN_MAG_POINT_MIP_LINEAR","features":[406]},{"name":"D3D10_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[406]},{"name":"D3D10_FILTER_MIN_POINT_MAG_MIP_LINEAR","features":[406]},{"name":"D3D10_FILTER_TEXT_1BIT","features":[406]},{"name":"D3D10_FILTER_TYPE","features":[406]},{"name":"D3D10_FILTER_TYPE_LINEAR","features":[406]},{"name":"D3D10_FILTER_TYPE_MASK","features":[406]},{"name":"D3D10_FILTER_TYPE_POINT","features":[406]},{"name":"D3D10_FLOAT16_FUSED_TOLERANCE_IN_ULP","features":[406]},{"name":"D3D10_FLOAT32_MAX","features":[406]},{"name":"D3D10_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP","features":[406]},{"name":"D3D10_FLOAT_TO_SRGB_EXPONENT_DENOMINATOR","features":[406]},{"name":"D3D10_FLOAT_TO_SRGB_EXPONENT_NUMERATOR","features":[406]},{"name":"D3D10_FLOAT_TO_SRGB_OFFSET","features":[406]},{"name":"D3D10_FLOAT_TO_SRGB_SCALE_1","features":[406]},{"name":"D3D10_FLOAT_TO_SRGB_SCALE_2","features":[406]},{"name":"D3D10_FLOAT_TO_SRGB_THRESHOLD","features":[406]},{"name":"D3D10_FORMAT_SUPPORT","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_BACK_BUFFER_CAST","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_BLENDABLE","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_BUFFER","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_CAST_WITHIN_BIT_LAYOUT","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_CPU_LOCKABLE","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_DEPTH_STENCIL","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_DISPLAY","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_IA_INDEX_BUFFER","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_IA_VERTEX_BUFFER","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_MIP","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_MIP_AUTOGEN","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_MULTISAMPLE_LOAD","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_RENDER_TARGET","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_SHADER_GATHER","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_SHADER_LOAD","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_SHADER_SAMPLE","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_SHADER_SAMPLE_COMPARISON","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_SHADER_SAMPLE_MONO_TEXT","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_SO_BUFFER","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_TEXTURE1D","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_TEXTURE2D","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_TEXTURE3D","features":[406]},{"name":"D3D10_FORMAT_SUPPORT_TEXTURECUBE","features":[406]},{"name":"D3D10_FTOI_INSTRUCTION_MAX_INPUT","features":[406]},{"name":"D3D10_FTOI_INSTRUCTION_MIN_INPUT","features":[406]},{"name":"D3D10_FTOU_INSTRUCTION_MAX_INPUT","features":[406]},{"name":"D3D10_FTOU_INSTRUCTION_MIN_INPUT","features":[406]},{"name":"D3D10_GS_INPUT_PRIM_CONST_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_GS_INPUT_PRIM_CONST_REGISTER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_GS_INPUT_PRIM_CONST_REGISTER_COUNT","features":[406]},{"name":"D3D10_GS_INPUT_PRIM_CONST_REGISTER_READS_PER_INST","features":[406]},{"name":"D3D10_GS_INPUT_PRIM_CONST_REGISTER_READ_PORTS","features":[406]},{"name":"D3D10_GS_INPUT_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_GS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_GS_INPUT_REGISTER_COUNT","features":[406]},{"name":"D3D10_GS_INPUT_REGISTER_READS_PER_INST","features":[406]},{"name":"D3D10_GS_INPUT_REGISTER_READ_PORTS","features":[406]},{"name":"D3D10_GS_INPUT_REGISTER_VERTICES","features":[406]},{"name":"D3D10_GS_OUTPUT_ELEMENTS","features":[406]},{"name":"D3D10_GS_OUTPUT_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_GS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_GS_OUTPUT_REGISTER_COUNT","features":[406]},{"name":"D3D10_IA_DEFAULT_INDEX_BUFFER_OFFSET_IN_BYTES","features":[406]},{"name":"D3D10_IA_DEFAULT_PRIMITIVE_TOPOLOGY","features":[406]},{"name":"D3D10_IA_DEFAULT_VERTEX_BUFFER_OFFSET_IN_BYTES","features":[406]},{"name":"D3D10_IA_INDEX_INPUT_RESOURCE_SLOT_COUNT","features":[406]},{"name":"D3D10_IA_INSTANCE_ID_BIT_COUNT","features":[406]},{"name":"D3D10_IA_INTEGER_ARITHMETIC_BIT_COUNT","features":[406]},{"name":"D3D10_IA_PRIMITIVE_ID_BIT_COUNT","features":[406]},{"name":"D3D10_IA_VERTEX_ID_BIT_COUNT","features":[406]},{"name":"D3D10_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT","features":[406]},{"name":"D3D10_IA_VERTEX_INPUT_STRUCTURE_ELEMENTS_COMPONENTS","features":[406]},{"name":"D3D10_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT","features":[406]},{"name":"D3D10_INFOQUEUE_STORAGE_FILTER_OVERRIDE","features":[406]},{"name":"D3D10_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT","features":[406]},{"name":"D3D10_INFO_QUEUE_FILTER","features":[406]},{"name":"D3D10_INFO_QUEUE_FILTER_DESC","features":[406]},{"name":"D3D10_INPUT_CLASSIFICATION","features":[406]},{"name":"D3D10_INPUT_ELEMENT_DESC","features":[406,397]},{"name":"D3D10_INPUT_PER_INSTANCE_DATA","features":[406]},{"name":"D3D10_INPUT_PER_VERTEX_DATA","features":[406]},{"name":"D3D10_INTEGER_DIVIDE_BY_ZERO_QUOTIENT","features":[406]},{"name":"D3D10_INTEGER_DIVIDE_BY_ZERO_REMAINDER","features":[406]},{"name":"D3D10_LINEAR_GAMMA","features":[406]},{"name":"D3D10_MAG_FILTER_SHIFT","features":[406]},{"name":"D3D10_MAP","features":[406]},{"name":"D3D10_MAPPED_TEXTURE2D","features":[406]},{"name":"D3D10_MAPPED_TEXTURE3D","features":[406]},{"name":"D3D10_MAP_FLAG","features":[406]},{"name":"D3D10_MAP_FLAG_DO_NOT_WAIT","features":[406]},{"name":"D3D10_MAP_READ","features":[406]},{"name":"D3D10_MAP_READ_WRITE","features":[406]},{"name":"D3D10_MAP_WRITE","features":[406]},{"name":"D3D10_MAP_WRITE_DISCARD","features":[406]},{"name":"D3D10_MAP_WRITE_NO_OVERWRITE","features":[406]},{"name":"D3D10_MAX_BORDER_COLOR_COMPONENT","features":[406]},{"name":"D3D10_MAX_DEPTH","features":[406]},{"name":"D3D10_MAX_MAXANISOTROPY","features":[406]},{"name":"D3D10_MAX_MULTISAMPLE_SAMPLE_COUNT","features":[406]},{"name":"D3D10_MAX_POSITION_VALUE","features":[406]},{"name":"D3D10_MAX_TEXTURE_DIMENSION_2_TO_EXP","features":[406]},{"name":"D3D10_MESSAGE","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_APPLICATION_DEFINED","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_CLEANUP","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_COMPILATION","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_EXECUTION","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_INITIALIZATION","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_MISCELLANEOUS","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_RESOURCE_MANIPULATION","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_SHADER","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_STATE_CREATION","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_STATE_GETTING","features":[406]},{"name":"D3D10_MESSAGE_CATEGORY_STATE_SETTING","features":[406]},{"name":"D3D10_MESSAGE_ID","features":[406]},{"name":"D3D10_MESSAGE_ID_BLENDSTATE_GETDESC_LEGACY","features":[406]},{"name":"D3D10_MESSAGE_ID_BUFFER_MAP_ALREADYMAPPED","features":[406]},{"name":"D3D10_MESSAGE_ID_BUFFER_MAP_DEVICEREMOVED_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_BUFFER_MAP_INVALIDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_BUFFER_MAP_INVALIDMAPTYPE","features":[406]},{"name":"D3D10_MESSAGE_ID_BUFFER_UNMAP_NOTMAPPED","features":[406]},{"name":"D3D10_MESSAGE_ID_CHECKCOUNTER_OUTOFRANGE_COUNTER","features":[406]},{"name":"D3D10_MESSAGE_ID_CHECKCOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER","features":[406]},{"name":"D3D10_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_DEPRECATED","features":[406]},{"name":"D3D10_MESSAGE_ID_CHECKMULTISAMPLEQUALITYLEVELS_FORMAT_DEPRECATED","features":[406]},{"name":"D3D10_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DENORMFLUSH","features":[406]},{"name":"D3D10_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_INVALID","features":[406]},{"name":"D3D10_MESSAGE_ID_CLEARRENDERTARGETVIEW_DENORMFLUSH","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDDESTINATIONSTATE","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCESTATE","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_NO_3D_MISMATCHED_UPDATES","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_3D_READBACK","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_ONLY_READBACK","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_ONLY_TEXTURE_2D_WITHIN_GPU_MEMORY","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSTATE","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSUBRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCEBOX","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESTATE","features":[406]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESUBRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_MULTITHREADING","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER1","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER10","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER11","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER12","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER13","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER14","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER15","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER2","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER3","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER4","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER5","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER6","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER7","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER8","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER9","features":[406]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_THIS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOP","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOPALPHA","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLEND","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLENDALPHA","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDRENDERTARGETWRITEMASK","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLEND","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLENDALPHA","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_ALPHA_TO_COVERAGE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_BLEND_ENABLE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_WRITE_MASKS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_MRT_BLEND","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_SEPARATE_ALPHA_BLEND","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_OPERATION_NOT_SUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_TOOMANYOBJECTS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDARG_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDBINDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDCONSTANTBUFFERBINDINGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDCPUACCESSFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDDIMENSIONS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDINITIALDATA","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDMIPLEVELS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDMISCFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDSAMPLES","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_LARGEALLOCATION","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDBINDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDCPUACCESSFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDMISCFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDUSAGE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_NONEXCLUSIVE_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_OUTOFRANGE_COUNTER","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_SIMULTANEOUS_ACTIVE_COUNTERS_EXHAUSTED","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFAILOP","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFUNC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILPASSOP","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILZFAILOP","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHFUNC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHWRITEMASK","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFAILOP","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFUNC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILPASSOP","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILZFAILOP","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_STENCIL_NO_TWO_SIDED","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_TOOMANYOBJECTS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDARG_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDIMENSIONS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_TOOMANYOBJECTS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_UNRECOGNIZEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_CANTHAVEONLYGAPS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DECLTOOCOMPLEX","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_EXPECTEDDECL","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCOMPONENTCOUNT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDGAPDEFINITION","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMENTRIES","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSLOT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSTREAMSTRIDE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERBYTECODE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTARTCOMPONENTANDCOMPONENTCOUNT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MASKMISMATCH","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGOUTPUTSIGNATURE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGSEMANTIC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_ONLYONEELEMENTPERSLOT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTOFMEMORY","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSLOT0EXPECTED","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSTREAMSTRIDEUNUSED","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_REPEATEDOUTPUT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_TRAILING_DIGIT_IN_SEMANTIC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDDECL","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERBYTECODE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERTYPE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_OUTOFMEMORY","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_DUPLICATESEMANTIC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_EMPTY_LAYOUT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INCOMPATIBLEFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDALIGNMENT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDINPUTSLOTCLASS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOTCLASSCHANGE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSTEPRATECHANGE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_MISSINGELEMENT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_NULLSEMANTIC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_OUTOFMEMORY","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_STEPRATESLOTCLASSMISMATCH","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TOOMANYELEMENTS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TRAILING_DIGIT_IN_SEMANTIC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TYPE_MISMATCH","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_UNPARSEABLEINPUTSIGNATURE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_UNSUPPORTED_FORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERBYTECODE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERTYPE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEPIXELSHADER_OUTOFMEMORY","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEPREDICATE_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDMISCFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDQUERY","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_UNEXPECTEDMISCFLAG","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEQUERY_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_DepthBiasClamp_NOT_SUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_DepthClipEnable_MUST_BE_TRUE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDCULLMODE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDDEPTHBIASCLAMP","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFILLMODE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDSLOPESCALEDDEPTHBIAS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_TOOMANYOBJECTS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDARG_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDIMENSIONS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_TOOMANYOBJECTS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_UNRECOGNIZEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_UNSUPPORTEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_DIMENSION_EXCEEDS_FEATURE_LEVEL_DEFINITION","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_DIMENSION_OUT_OF_RANGE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_DXGI_FORMAT_R8G8B8A8_CANNOT_BE_SHARED","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_MSAA_PRECLUDES_SHADER_RESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NON_POW_2_MIPMAP","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_RENDER_TARGET","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_SHADER_RESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_ARRAYS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_AUTOGEN_FOR_VOLUMES","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_DWORD_INDEX_BUFFER","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_STREAM_OUT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_TEXTURE_1D","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_VB_AND_IB_BIND","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_ONLY_SINGLE_MIP_LEVEL_DEPTH_STENCIL_SUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_ONLY_VB_IB_FOR_BUFFERS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_PRESENTATION_PRECLUDES_SHADER_RESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_NOT_SUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_OUT_OF_RANGE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_EXCESSIVE_ANISOTROPY","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSU","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSV","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSW","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDCOMPARISONFUNC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDFILTER","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXANISOTROPY","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXLOD","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMINLOD","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMIPLODBIAS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_MAXLOD_MUST_BE_FLT_MAX","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_MINLOD_MUST_NOT_BE_FRACTIONAL","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NO_COMPARISON_SUPPORT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NO_MIRRORONCE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_TOOMANYOBJECTS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_CUBES_MUST_HAVE_6_SIDES","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_FIRSTARRAYSLICE_MUST_BE_ZERO","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDARG_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDIMENSIONS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_MUST_USE_LOWEST_LOD","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_TOOMANYOBJECTS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_UNRECOGNIZEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDARG_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDBINDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDCPUACCESSFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDDIMENSIONS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDINITIALDATA","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDMIPLEVELS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDMISCFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDSAMPLES","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_LARGEALLOCATION","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDBINDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDCPUACCESSFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDMISCFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDUSAGE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNSUPPORTEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDARG_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDBINDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDCPUACCESSFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDDIMENSIONS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDINITIALDATA","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDMIPLEVELS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDMISCFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDSAMPLES","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_LARGEALLOCATION","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDBINDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDCPUACCESSFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDMISCFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDUSAGE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNSUPPORTEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDARG_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDBINDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDCPUACCESSFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDDIMENSIONS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDINITIALDATA","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDMIPLEVELS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDMISCFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDSAMPLES","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_LARGEALLOCATION","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_NULLDESC","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDBINDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDCPUACCESSFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDMISCFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDUSAGE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNSUPPORTEDFORMAT","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERBYTECODE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERTYPE","features":[406]},{"name":"D3D10_MESSAGE_ID_CREATEVERTEXSHADER_OUTOFMEMORY","features":[406]},{"name":"D3D10_MESSAGE_ID_D3D10L9_MESSAGES_END","features":[406]},{"name":"D3D10_MESSAGE_ID_D3D10L9_MESSAGES_START","features":[406]},{"name":"D3D10_MESSAGE_ID_D3D10_MESSAGES_END","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INDEXPOS_OVERFLOW","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INSTANCEPOS_OVERFLOW","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAWINDEXED_INDEXPOS_OVERFLOW","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAWINSTANCED_INSTANCEPOS_OVERFLOW","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAWINSTANCED_VERTEXPOS_OVERFLOW","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_BOUND_RESOURCE_MAPPED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_NOT_SET","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_TOO_SMALL","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_GS_INPUT_PRIMITIVE_MISMATCH","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_FORMAT_INVALID","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_NOT_SET","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_TOO_SMALL","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_OFFSET_UNALIGNED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INPUTLAYOUT_NOT_SET","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INVALID_PRIMITIVETOPOLOGY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INVALID_USE_OF_CENTER_MULTISAMPLE_PATTERN","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_OM_DUAL_SOURCE_BLENDING_CAN_ONLY_HAVE_RENDER_TARGET_0","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_OM_RENDER_TARGET_DOES_NOT_SUPPORT_BLENDING","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_NOT_SET","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_OFFSET_UNALIGNED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_POSITION_NOT_PRESENT","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_PS_OUTPUT_TYPE_MISMATCH","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_GATHER_UNSUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_LD_UNSUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_C_UNSUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_UNSUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_MULTISAMPLE_UNSUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_RETURN_TYPE_MISMATCH","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_SAMPLE_COUNT_MISMATCH","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_SAMPLER_MISMATCH","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_SAMPLER_NOT_SET","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_SHADERRESOURCEVIEW_NOT_SET","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_SO_STRIDE_LARGER_THAN_BUFFER","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_SO_TARGETS_BOUND_WITHOUT_SOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEXPOS_OVERFLOW","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_NOT_SET","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_STRIDE_TOO_SMALL","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_TOO_SMALL","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_OFFSET_UNALIGNED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_SHADER_NOT_SET","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_STRIDE_UNALIGNED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VIEWPORT_NOT_SET","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VIEW_DIMENSION_MISMATCH","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_GENERATEMIPS_RESOURCE_INVALID","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSGETSAMPLERS_SAMPLERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSGETSHADERRESOURCES_VIEWS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_HAZARD","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSSETSAMPLERS_SAMPLERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_HAZARD","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_VIEWS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IAGETVERTEXBUFFERS_BUFFERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_FORMAT_INVALID","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_HAZARD","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_TOO_LARGE","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_UNALIGNED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_ADJACENCY_UNSUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNDEFINED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNRECOGNIZED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_BUFFERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_HAZARD","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_INVALIDRANGE","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_OFFSET_TOO_LARGE","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_STRIDE_TOO_LARGE","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_OMSETRENDERTARGETS_HAZARD","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_BADINTERFACE_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_INVALIDARG_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_OUTOFMEMORY_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSGETSAMPLERS_SAMPLERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSGETSHADERRESOURCES_VIEWS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_HAZARD","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSSETSAMPLERS_SAMPLERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_HAZARD","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_VIEWS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_AT_FAULT","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_NOT_AT_FAULT","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_POSSIBLY_AT_FAULT","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_INVALID","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_SUBRESOURCE_INVALID","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_FORMAT_INVALID","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_INVALID","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_SUBRESOURCE_INVALID","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSGETSCISSORRECTS_RECTS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSGETVIEWPORTS_VIEWPORTS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_NEGATIVESCISSOR","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_TOO_MANY_SCISSORS","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_DENORMFLUSH","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_INVALIDVIEWPORT","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_TOO_MANY_VIEWPORTS","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_SETTEXTFILTERSIZE_INVALIDDIMENSIONS","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_COMPONENTTYPE","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_NEVERWRITTEN_ALWAYSREADS","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERINDEX","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERMASK","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SEMANTICNAME_NOT_FOUND","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SYSTEMVALUE","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_SOGETTARGETS_BUFFERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_SOSETTARGETS_HAZARD","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_SOSETTARGETS_OFFSET_UNALIGNED","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSGETSAMPLERS_SAMPLERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSGETSHADERRESOURCES_VIEWS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_HAZARD","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSSETSAMPLERS_SAMPLERS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_HAZARD","features":[406]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_VIEWS_EMPTY","features":[406]},{"name":"D3D10_MESSAGE_ID_DRAWINDEXEDINSTANCED_NOT_SUPPORTED_BELOW_9_3","features":[406]},{"name":"D3D10_MESSAGE_ID_DRAWINDEXED_POINTLIST_UNSUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_DRAWINDEXED_STARTINDEXLOCATION_MUST_BE_POSITIVE","features":[406]},{"name":"D3D10_MESSAGE_ID_DRAWINSTANCED_NOT_SUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_GEOMETRY_SHADER_NOT_SUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_GETPRIVATEDATA_MOREDATA","features":[406]},{"name":"D3D10_MESSAGE_ID_GSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[406]},{"name":"D3D10_MESSAGE_ID_GSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_GSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_GSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_GSSETSHADER_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_IASETINDEXBUFFER_INVALIDBUFFER","features":[406]},{"name":"D3D10_MESSAGE_ID_IASETINDEXBUFFER_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_IASETINPUTLAYOUT_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_BAD_BUFFER_INDEX","features":[406]},{"name":"D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_INVALIDBUFFER","features":[406]},{"name":"D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_BLENDSTATE","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_BUFFER","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_COUNTER","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_DEPTHSTENCILSTATE","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_DEPTHSTENCILVIEW","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_DEVICE","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_GEOMETRYSHADER","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_INPUTLAYOUT","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_OBJECT_SUMMARY","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_PIXELSHADER","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_PREDICATE","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_QUERY","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_RASTERIZERSTATE","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_RENDERTARGETVIEW","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_SAMPLER","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_SHADERRESOURCEVIEW","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_SWAPCHAIN","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_TEXTURE1D","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_TEXTURE2D","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_TEXTURE3D","features":[406]},{"name":"D3D10_MESSAGE_ID_LIVE_VERTEXSHADER","features":[406]},{"name":"D3D10_MESSAGE_ID_MESSAGE_REPORTING_OUTOFMEMORY","features":[406]},{"name":"D3D10_MESSAGE_ID_OMSETBLENDSTATE_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_OMSETDEPTHSTENCILSTATE_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_OMSETRENDERTARGETS_INVALIDVIEW","features":[406]},{"name":"D3D10_MESSAGE_ID_OMSETRENDERTARGETS_NO_DIFFERING_BIT_DEPTHS","features":[406]},{"name":"D3D10_MESSAGE_ID_OMSETRENDERTARGETS_NO_SRGB_MRT","features":[406]},{"name":"D3D10_MESSAGE_ID_OMSETRENDERTARGETS_TOO_MANY_RENDER_TARGETS","features":[406]},{"name":"D3D10_MESSAGE_ID_OMSETRENDERTARGETS_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_PREDICATE_BEGIN_DURING_PREDICATION","features":[406]},{"name":"D3D10_MESSAGE_ID_PREDICATE_END_DURING_PREDICATION","features":[406]},{"name":"D3D10_MESSAGE_ID_PSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[406]},{"name":"D3D10_MESSAGE_ID_PSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_PSSETSAMPLERS_TOO_MANY_SAMPLERS","features":[406]},{"name":"D3D10_MESSAGE_ID_PSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_PSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_PSSETSHADER_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_QUERY_BEGIN_ABANDONING_PREVIOUS_RESULTS","features":[406]},{"name":"D3D10_MESSAGE_ID_QUERY_BEGIN_DUPLICATE","features":[406]},{"name":"D3D10_MESSAGE_ID_QUERY_BEGIN_UNSUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_QUERY_END_ABANDONING_PREVIOUS_RESULTS","features":[406]},{"name":"D3D10_MESSAGE_ID_QUERY_END_WITHOUT_BEGIN","features":[406]},{"name":"D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_CALL","features":[406]},{"name":"D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_DATASIZE","features":[406]},{"name":"D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_FLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_REF_ACCESSING_INDEXABLE_TEMP_OUT_OF_RANGE","features":[406]},{"name":"D3D10_MESSAGE_ID_REF_HARDWARE_EXCEPTION","features":[406]},{"name":"D3D10_MESSAGE_ID_REF_INFO","features":[406]},{"name":"D3D10_MESSAGE_ID_REF_KMDRIVER_EXCEPTION","features":[406]},{"name":"D3D10_MESSAGE_ID_REF_OUT_OF_MEMORY","features":[406]},{"name":"D3D10_MESSAGE_ID_REF_PROBLEM_PARSING_SHADER","features":[406]},{"name":"D3D10_MESSAGE_ID_REF_SIMULATING_INFINITELY_FAST_HARDWARE","features":[406]},{"name":"D3D10_MESSAGE_ID_REF_THREADING_MODE","features":[406]},{"name":"D3D10_MESSAGE_ID_REF_UMDRIVER_EXCEPTION","features":[406]},{"name":"D3D10_MESSAGE_ID_RSSETSTATE_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_SETBLENDSTATE_SAMPLE_MASK_CANNOT_BE_ZERO","features":[406]},{"name":"D3D10_MESSAGE_ID_SETEXCEPTIONMODE_DEVICEREMOVED_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_SETEXCEPTIONMODE_INVALIDARG_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_SETEXCEPTIONMODE_UNRECOGNIZEDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_SETPREDICATION_INVALID_PREDICATE_STATE","features":[406]},{"name":"D3D10_MESSAGE_ID_SETPREDICATION_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_SETPRIVATEDATA_CHANGINGPARAMS","features":[406]},{"name":"D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDFREEDATA","features":[406]},{"name":"D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDIUNKNOWN","features":[406]},{"name":"D3D10_MESSAGE_ID_SETPRIVATEDATA_OUTOFMEMORY","features":[406]},{"name":"D3D10_MESSAGE_ID_SHADERRESOURCEVIEW_GETDESC_LEGACY","features":[406]},{"name":"D3D10_MESSAGE_ID_SLOT_ZERO_MUST_BE_D3D10_INPUT_PER_VERTEX_DATA","features":[406]},{"name":"D3D10_MESSAGE_ID_SOSETTARGETS_INVALIDBUFFER","features":[406]},{"name":"D3D10_MESSAGE_ID_SOSETTARGETS_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_STREAM_OUT_NOT_SUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_STRING_FROM_APPLICATION","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_MAP_ALREADYMAPPED","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_MAP_DEVICEREMOVED_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDMAPTYPE","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDSUBRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_UNMAP_INVALIDSUBRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_UNMAP_NOTMAPPED","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_MAP_ALREADYMAPPED","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_MAP_DEVICEREMOVED_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDMAPTYPE","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDSUBRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_UNMAP_INVALIDSUBRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_UNMAP_NOTMAPPED","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_MAP_ALREADYMAPPED","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_MAP_DEVICEREMOVED_RETURN","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDFLAGS","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDMAPTYPE","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDSUBRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_UNMAP_INVALIDSUBRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_UNMAP_NOTMAPPED","features":[406]},{"name":"D3D10_MESSAGE_ID_TEXT_FILTER_NOT_SUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_UNKNOWN","features":[406]},{"name":"D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONBOX","features":[406]},{"name":"D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSTATE","features":[406]},{"name":"D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSUBRESOURCE","features":[406]},{"name":"D3D10_MESSAGE_ID_VSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[406]},{"name":"D3D10_MESSAGE_ID_VSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_VSSETSAMPLERS_NOT_SUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_ID_VSSETSAMPLERS_TOO_MANY_SAMPLERS","features":[406]},{"name":"D3D10_MESSAGE_ID_VSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_VSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_VSSETSHADER_UNBINDDELETINGOBJECT","features":[406]},{"name":"D3D10_MESSAGE_ID_VSSHADERRESOURCES_NOT_SUPPORTED","features":[406]},{"name":"D3D10_MESSAGE_SEVERITY","features":[406]},{"name":"D3D10_MESSAGE_SEVERITY_CORRUPTION","features":[406]},{"name":"D3D10_MESSAGE_SEVERITY_ERROR","features":[406]},{"name":"D3D10_MESSAGE_SEVERITY_INFO","features":[406]},{"name":"D3D10_MESSAGE_SEVERITY_MESSAGE","features":[406]},{"name":"D3D10_MESSAGE_SEVERITY_WARNING","features":[406]},{"name":"D3D10_MIN_BORDER_COLOR_COMPONENT","features":[406]},{"name":"D3D10_MIN_DEPTH","features":[406]},{"name":"D3D10_MIN_FILTER_SHIFT","features":[406]},{"name":"D3D10_MIN_MAXANISOTROPY","features":[406]},{"name":"D3D10_MIP_FILTER_SHIFT","features":[406]},{"name":"D3D10_MIP_LOD_BIAS_MAX","features":[406]},{"name":"D3D10_MIP_LOD_BIAS_MIN","features":[406]},{"name":"D3D10_MIP_LOD_FRACTIONAL_BIT_COUNT","features":[406]},{"name":"D3D10_MIP_LOD_RANGE_BIT_COUNT","features":[406]},{"name":"D3D10_MULTISAMPLE_ANTIALIAS_LINE_WIDTH","features":[406]},{"name":"D3D10_MUTE_CATEGORY","features":[406]},{"name":"D3D10_MUTE_DEBUG_OUTPUT","features":[406]},{"name":"D3D10_MUTE_ID_DECIMAL","features":[406]},{"name":"D3D10_MUTE_ID_STRING","features":[406]},{"name":"D3D10_MUTE_SEVERITY","features":[406]},{"name":"D3D10_NONSAMPLE_FETCH_OUT_OF_RANGE_ACCESS_RESULT","features":[406]},{"name":"D3D10_PASS_DESC","features":[406]},{"name":"D3D10_PASS_SHADER_DESC","features":[406]},{"name":"D3D10_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[406]},{"name":"D3D10_PRE_SCISSOR_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[406]},{"name":"D3D10_PS_FRONTFACING_DEFAULT_VALUE","features":[406]},{"name":"D3D10_PS_FRONTFACING_FALSE_VALUE","features":[406]},{"name":"D3D10_PS_FRONTFACING_TRUE_VALUE","features":[406]},{"name":"D3D10_PS_INPUT_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_PS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_PS_INPUT_REGISTER_COUNT","features":[406]},{"name":"D3D10_PS_INPUT_REGISTER_READS_PER_INST","features":[406]},{"name":"D3D10_PS_INPUT_REGISTER_READ_PORTS","features":[406]},{"name":"D3D10_PS_LEGACY_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[406]},{"name":"D3D10_PS_OUTPUT_DEPTH_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_PS_OUTPUT_DEPTH_REGISTER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_PS_OUTPUT_DEPTH_REGISTER_COUNT","features":[406]},{"name":"D3D10_PS_OUTPUT_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_PS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_PS_OUTPUT_REGISTER_COUNT","features":[406]},{"name":"D3D10_PS_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[406]},{"name":"D3D10_QUERY","features":[406]},{"name":"D3D10_QUERY_DATA_PIPELINE_STATISTICS","features":[406]},{"name":"D3D10_QUERY_DATA_SO_STATISTICS","features":[406]},{"name":"D3D10_QUERY_DATA_TIMESTAMP_DISJOINT","features":[307,406]},{"name":"D3D10_QUERY_DESC","features":[406]},{"name":"D3D10_QUERY_EVENT","features":[406]},{"name":"D3D10_QUERY_MISC_FLAG","features":[406]},{"name":"D3D10_QUERY_MISC_PREDICATEHINT","features":[406]},{"name":"D3D10_QUERY_OCCLUSION","features":[406]},{"name":"D3D10_QUERY_OCCLUSION_PREDICATE","features":[406]},{"name":"D3D10_QUERY_PIPELINE_STATISTICS","features":[406]},{"name":"D3D10_QUERY_SO_OVERFLOW_PREDICATE","features":[406]},{"name":"D3D10_QUERY_SO_STATISTICS","features":[406]},{"name":"D3D10_QUERY_TIMESTAMP","features":[406]},{"name":"D3D10_QUERY_TIMESTAMP_DISJOINT","features":[406]},{"name":"D3D10_RAISE_FLAG","features":[406]},{"name":"D3D10_RAISE_FLAG_DRIVER_INTERNAL_ERROR","features":[406]},{"name":"D3D10_RASTERIZER_DESC","features":[307,406]},{"name":"D3D10_REGKEY_PATH","features":[406]},{"name":"D3D10_RENDER_TARGET_BLEND_DESC1","features":[307,406]},{"name":"D3D10_RENDER_TARGET_VIEW_DESC","features":[406,397]},{"name":"D3D10_REQ_BLEND_OBJECT_COUNT_PER_CONTEXT","features":[406]},{"name":"D3D10_REQ_BUFFER_RESOURCE_TEXEL_COUNT_2_TO_EXP","features":[406]},{"name":"D3D10_REQ_CONSTANT_BUFFER_ELEMENT_COUNT","features":[406]},{"name":"D3D10_REQ_DEPTH_STENCIL_OBJECT_COUNT_PER_CONTEXT","features":[406]},{"name":"D3D10_REQ_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[406]},{"name":"D3D10_REQ_DRAW_VERTEX_COUNT_2_TO_EXP","features":[406]},{"name":"D3D10_REQ_FILTERING_HW_ADDRESSABLE_RESOURCE_DIMENSION","features":[406]},{"name":"D3D10_REQ_GS_INVOCATION_32BIT_OUTPUT_COMPONENT_LIMIT","features":[406]},{"name":"D3D10_REQ_IMMEDIATE_CONSTANT_BUFFER_ELEMENT_COUNT","features":[406]},{"name":"D3D10_REQ_MAXANISOTROPY","features":[406]},{"name":"D3D10_REQ_MIP_LEVELS","features":[406]},{"name":"D3D10_REQ_MULTI_ELEMENT_STRUCTURE_SIZE_IN_BYTES","features":[406]},{"name":"D3D10_REQ_RASTERIZER_OBJECT_COUNT_PER_CONTEXT","features":[406]},{"name":"D3D10_REQ_RENDER_TO_BUFFER_WINDOW_WIDTH","features":[406]},{"name":"D3D10_REQ_RESOURCE_SIZE_IN_MEGABYTES","features":[406]},{"name":"D3D10_REQ_RESOURCE_VIEW_COUNT_PER_CONTEXT_2_TO_EXP","features":[406]},{"name":"D3D10_REQ_SAMPLER_OBJECT_COUNT_PER_CONTEXT","features":[406]},{"name":"D3D10_REQ_TEXTURE1D_ARRAY_AXIS_DIMENSION","features":[406]},{"name":"D3D10_REQ_TEXTURE1D_U_DIMENSION","features":[406]},{"name":"D3D10_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION","features":[406]},{"name":"D3D10_REQ_TEXTURE2D_U_OR_V_DIMENSION","features":[406]},{"name":"D3D10_REQ_TEXTURE3D_U_V_OR_W_DIMENSION","features":[406]},{"name":"D3D10_REQ_TEXTURECUBE_DIMENSION","features":[406]},{"name":"D3D10_RESINFO_INSTRUCTION_MISSING_COMPONENT_RETVAL","features":[406]},{"name":"D3D10_RESOURCE_DIMENSION","features":[406]},{"name":"D3D10_RESOURCE_DIMENSION_BUFFER","features":[406]},{"name":"D3D10_RESOURCE_DIMENSION_TEXTURE1D","features":[406]},{"name":"D3D10_RESOURCE_DIMENSION_TEXTURE2D","features":[406]},{"name":"D3D10_RESOURCE_DIMENSION_TEXTURE3D","features":[406]},{"name":"D3D10_RESOURCE_DIMENSION_UNKNOWN","features":[406]},{"name":"D3D10_RESOURCE_MISC_FLAG","features":[406]},{"name":"D3D10_RESOURCE_MISC_GDI_COMPATIBLE","features":[406]},{"name":"D3D10_RESOURCE_MISC_GENERATE_MIPS","features":[406]},{"name":"D3D10_RESOURCE_MISC_SHARED","features":[406]},{"name":"D3D10_RESOURCE_MISC_SHARED_KEYEDMUTEX","features":[406]},{"name":"D3D10_RESOURCE_MISC_TEXTURECUBE","features":[406]},{"name":"D3D10_RTV_DIMENSION","features":[406]},{"name":"D3D10_RTV_DIMENSION_BUFFER","features":[406]},{"name":"D3D10_RTV_DIMENSION_TEXTURE1D","features":[406]},{"name":"D3D10_RTV_DIMENSION_TEXTURE1DARRAY","features":[406]},{"name":"D3D10_RTV_DIMENSION_TEXTURE2D","features":[406]},{"name":"D3D10_RTV_DIMENSION_TEXTURE2DARRAY","features":[406]},{"name":"D3D10_RTV_DIMENSION_TEXTURE2DMS","features":[406]},{"name":"D3D10_RTV_DIMENSION_TEXTURE2DMSARRAY","features":[406]},{"name":"D3D10_RTV_DIMENSION_TEXTURE3D","features":[406]},{"name":"D3D10_RTV_DIMENSION_UNKNOWN","features":[406]},{"name":"D3D10_SAMPLER_DESC","features":[406]},{"name":"D3D10_SDK_LAYERS_VERSION","features":[406]},{"name":"D3D10_SDK_VERSION","features":[406]},{"name":"D3D10_SHADER_AVOID_FLOW_CONTROL","features":[406]},{"name":"D3D10_SHADER_BUFFER_DESC","features":[402,406]},{"name":"D3D10_SHADER_DEBUG","features":[406]},{"name":"D3D10_SHADER_DEBUG_FILE_INFO","features":[406]},{"name":"D3D10_SHADER_DEBUG_INFO","features":[406]},{"name":"D3D10_SHADER_DEBUG_INPUT_INFO","features":[406]},{"name":"D3D10_SHADER_DEBUG_INST_INFO","features":[307,406]},{"name":"D3D10_SHADER_DEBUG_NAME_FOR_BINARY","features":[406]},{"name":"D3D10_SHADER_DEBUG_NAME_FOR_SOURCE","features":[406]},{"name":"D3D10_SHADER_DEBUG_OUTPUTREG_INFO","features":[307,406]},{"name":"D3D10_SHADER_DEBUG_OUTPUTVAR","features":[307,406]},{"name":"D3D10_SHADER_DEBUG_REGTYPE","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_CBUFFER","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_IMMEDIATECBUFFER","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_INPUT","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_LITERAL","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_OUTPUT","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_SAMPLER","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_TBUFFER","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_TEMP","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_TEMPARRAY","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_TEXTURE","features":[406]},{"name":"D3D10_SHADER_DEBUG_REG_UNUSED","features":[406]},{"name":"D3D10_SHADER_DEBUG_SCOPETYPE","features":[406]},{"name":"D3D10_SHADER_DEBUG_SCOPEVAR_INFO","features":[402,406]},{"name":"D3D10_SHADER_DEBUG_SCOPE_ANNOTATION","features":[406]},{"name":"D3D10_SHADER_DEBUG_SCOPE_BLOCK","features":[406]},{"name":"D3D10_SHADER_DEBUG_SCOPE_FORLOOP","features":[406]},{"name":"D3D10_SHADER_DEBUG_SCOPE_FUNC_PARAMS","features":[406]},{"name":"D3D10_SHADER_DEBUG_SCOPE_GLOBAL","features":[406]},{"name":"D3D10_SHADER_DEBUG_SCOPE_INFO","features":[406]},{"name":"D3D10_SHADER_DEBUG_SCOPE_NAMESPACE","features":[406]},{"name":"D3D10_SHADER_DEBUG_SCOPE_STATEBLOCK","features":[406]},{"name":"D3D10_SHADER_DEBUG_SCOPE_STRUCT","features":[406]},{"name":"D3D10_SHADER_DEBUG_TOKEN_INFO","features":[406]},{"name":"D3D10_SHADER_DEBUG_VARTYPE","features":[406]},{"name":"D3D10_SHADER_DEBUG_VAR_FUNCTION","features":[406]},{"name":"D3D10_SHADER_DEBUG_VAR_INFO","features":[402,406]},{"name":"D3D10_SHADER_DEBUG_VAR_VARIABLE","features":[406]},{"name":"D3D10_SHADER_DESC","features":[402,406]},{"name":"D3D10_SHADER_ENABLE_BACKWARDS_COMPATIBILITY","features":[406]},{"name":"D3D10_SHADER_ENABLE_STRICTNESS","features":[406]},{"name":"D3D10_SHADER_FLAGS2_FORCE_ROOT_SIGNATURE_1_0","features":[406]},{"name":"D3D10_SHADER_FLAGS2_FORCE_ROOT_SIGNATURE_1_1","features":[406]},{"name":"D3D10_SHADER_FLAGS2_FORCE_ROOT_SIGNATURE_LATEST","features":[406]},{"name":"D3D10_SHADER_FORCE_PS_SOFTWARE_NO_OPT","features":[406]},{"name":"D3D10_SHADER_FORCE_VS_SOFTWARE_NO_OPT","features":[406]},{"name":"D3D10_SHADER_IEEE_STRICTNESS","features":[406]},{"name":"D3D10_SHADER_INPUT_BIND_DESC","features":[402,406]},{"name":"D3D10_SHADER_MAJOR_VERSION","features":[406]},{"name":"D3D10_SHADER_MINOR_VERSION","features":[406]},{"name":"D3D10_SHADER_NO_PRESHADER","features":[406]},{"name":"D3D10_SHADER_OPTIMIZATION_LEVEL0","features":[406]},{"name":"D3D10_SHADER_OPTIMIZATION_LEVEL1","features":[406]},{"name":"D3D10_SHADER_OPTIMIZATION_LEVEL3","features":[406]},{"name":"D3D10_SHADER_PACK_MATRIX_COLUMN_MAJOR","features":[406]},{"name":"D3D10_SHADER_PACK_MATRIX_ROW_MAJOR","features":[406]},{"name":"D3D10_SHADER_PARTIAL_PRECISION","features":[406]},{"name":"D3D10_SHADER_PREFER_FLOW_CONTROL","features":[406]},{"name":"D3D10_SHADER_RESOURCES_MAY_ALIAS","features":[406]},{"name":"D3D10_SHADER_RESOURCE_VIEW_DESC","features":[402,406,397]},{"name":"D3D10_SHADER_RESOURCE_VIEW_DESC1","features":[402,406,397]},{"name":"D3D10_SHADER_SKIP_OPTIMIZATION","features":[406]},{"name":"D3D10_SHADER_SKIP_VALIDATION","features":[406]},{"name":"D3D10_SHADER_TYPE_DESC","features":[402,406]},{"name":"D3D10_SHADER_VARIABLE_DESC","features":[406]},{"name":"D3D10_SHADER_WARNINGS_ARE_ERRORS","features":[406]},{"name":"D3D10_SHIFT_INSTRUCTION_PAD_VALUE","features":[406]},{"name":"D3D10_SHIFT_INSTRUCTION_SHIFT_VALUE_BIT_COUNT","features":[406]},{"name":"D3D10_SIGNATURE_PARAMETER_DESC","features":[402,406]},{"name":"D3D10_SIMULTANEOUS_RENDER_TARGET_COUNT","features":[406]},{"name":"D3D10_SO_BUFFER_MAX_STRIDE_IN_BYTES","features":[406]},{"name":"D3D10_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES","features":[406]},{"name":"D3D10_SO_BUFFER_SLOT_COUNT","features":[406]},{"name":"D3D10_SO_DDI_REGISTER_INDEX_DENOTING_GAP","features":[406]},{"name":"D3D10_SO_DECLARATION_ENTRY","features":[406]},{"name":"D3D10_SO_MULTIPLE_BUFFER_ELEMENTS_PER_BUFFER","features":[406]},{"name":"D3D10_SO_SINGLE_BUFFER_COMPONENT_LIMIT","features":[406]},{"name":"D3D10_SRGB_GAMMA","features":[406]},{"name":"D3D10_SRGB_TO_FLOAT_DENOMINATOR_1","features":[406]},{"name":"D3D10_SRGB_TO_FLOAT_DENOMINATOR_2","features":[406]},{"name":"D3D10_SRGB_TO_FLOAT_EXPONENT","features":[406]},{"name":"D3D10_SRGB_TO_FLOAT_OFFSET","features":[406]},{"name":"D3D10_SRGB_TO_FLOAT_THRESHOLD","features":[406]},{"name":"D3D10_SRGB_TO_FLOAT_TOLERANCE_IN_ULP","features":[406]},{"name":"D3D10_STANDARD_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_STANDARD_COMPONENT_BIT_COUNT_DOUBLED","features":[406]},{"name":"D3D10_STANDARD_MAXIMUM_ELEMENT_ALIGNMENT_BYTE_MULTIPLE","features":[406]},{"name":"D3D10_STANDARD_MULTISAMPLE_PATTERN","features":[406]},{"name":"D3D10_STANDARD_MULTISAMPLE_QUALITY_LEVELS","features":[406]},{"name":"D3D10_STANDARD_PIXEL_COMPONENT_COUNT","features":[406]},{"name":"D3D10_STANDARD_PIXEL_ELEMENT_COUNT","features":[406]},{"name":"D3D10_STANDARD_VECTOR_SIZE","features":[406]},{"name":"D3D10_STANDARD_VERTEX_ELEMENT_COUNT","features":[406]},{"name":"D3D10_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT","features":[406]},{"name":"D3D10_STATE_BLOCK_MASK","features":[406]},{"name":"D3D10_STENCIL_OP","features":[406]},{"name":"D3D10_STENCIL_OP_DECR","features":[406]},{"name":"D3D10_STENCIL_OP_DECR_SAT","features":[406]},{"name":"D3D10_STENCIL_OP_INCR","features":[406]},{"name":"D3D10_STENCIL_OP_INCR_SAT","features":[406]},{"name":"D3D10_STENCIL_OP_INVERT","features":[406]},{"name":"D3D10_STENCIL_OP_KEEP","features":[406]},{"name":"D3D10_STENCIL_OP_REPLACE","features":[406]},{"name":"D3D10_STENCIL_OP_ZERO","features":[406]},{"name":"D3D10_SUBPIXEL_FRACTIONAL_BIT_COUNT","features":[406]},{"name":"D3D10_SUBRESOURCE_DATA","features":[406]},{"name":"D3D10_SUBTEXEL_FRACTIONAL_BIT_COUNT","features":[406]},{"name":"D3D10_TECHNIQUE_DESC","features":[406]},{"name":"D3D10_TEX1D_ARRAY_DSV","features":[406]},{"name":"D3D10_TEX1D_ARRAY_RTV","features":[406]},{"name":"D3D10_TEX1D_ARRAY_SRV","features":[406]},{"name":"D3D10_TEX1D_DSV","features":[406]},{"name":"D3D10_TEX1D_RTV","features":[406]},{"name":"D3D10_TEX1D_SRV","features":[406]},{"name":"D3D10_TEX2DMS_ARRAY_DSV","features":[406]},{"name":"D3D10_TEX2DMS_ARRAY_RTV","features":[406]},{"name":"D3D10_TEX2DMS_ARRAY_SRV","features":[406]},{"name":"D3D10_TEX2DMS_DSV","features":[406]},{"name":"D3D10_TEX2DMS_RTV","features":[406]},{"name":"D3D10_TEX2DMS_SRV","features":[406]},{"name":"D3D10_TEX2D_ARRAY_DSV","features":[406]},{"name":"D3D10_TEX2D_ARRAY_RTV","features":[406]},{"name":"D3D10_TEX2D_ARRAY_SRV","features":[406]},{"name":"D3D10_TEX2D_DSV","features":[406]},{"name":"D3D10_TEX2D_RTV","features":[406]},{"name":"D3D10_TEX2D_SRV","features":[406]},{"name":"D3D10_TEX3D_RTV","features":[406]},{"name":"D3D10_TEX3D_SRV","features":[406]},{"name":"D3D10_TEXCUBE_ARRAY_SRV1","features":[406]},{"name":"D3D10_TEXCUBE_SRV","features":[406]},{"name":"D3D10_TEXEL_ADDRESS_RANGE_BIT_COUNT","features":[406]},{"name":"D3D10_TEXTURE1D_DESC","features":[406,397]},{"name":"D3D10_TEXTURE2D_DESC","features":[406,397]},{"name":"D3D10_TEXTURE3D_DESC","features":[406,397]},{"name":"D3D10_TEXTURECUBE_FACE","features":[406]},{"name":"D3D10_TEXTURECUBE_FACE_NEGATIVE_X","features":[406]},{"name":"D3D10_TEXTURECUBE_FACE_NEGATIVE_Y","features":[406]},{"name":"D3D10_TEXTURECUBE_FACE_NEGATIVE_Z","features":[406]},{"name":"D3D10_TEXTURECUBE_FACE_POSITIVE_X","features":[406]},{"name":"D3D10_TEXTURECUBE_FACE_POSITIVE_Y","features":[406]},{"name":"D3D10_TEXTURECUBE_FACE_POSITIVE_Z","features":[406]},{"name":"D3D10_TEXTURE_ADDRESS_BORDER","features":[406]},{"name":"D3D10_TEXTURE_ADDRESS_CLAMP","features":[406]},{"name":"D3D10_TEXTURE_ADDRESS_MIRROR","features":[406]},{"name":"D3D10_TEXTURE_ADDRESS_MIRROR_ONCE","features":[406]},{"name":"D3D10_TEXTURE_ADDRESS_MODE","features":[406]},{"name":"D3D10_TEXTURE_ADDRESS_WRAP","features":[406]},{"name":"D3D10_TEXT_1BIT_BIT","features":[406]},{"name":"D3D10_UNBOUND_MEMORY_ACCESS_RESULT","features":[406]},{"name":"D3D10_UNMUTE_SEVERITY_INFO","features":[406]},{"name":"D3D10_USAGE","features":[406]},{"name":"D3D10_USAGE_DEFAULT","features":[406]},{"name":"D3D10_USAGE_DYNAMIC","features":[406]},{"name":"D3D10_USAGE_IMMUTABLE","features":[406]},{"name":"D3D10_USAGE_STAGING","features":[406]},{"name":"D3D10_VIEWPORT","features":[406]},{"name":"D3D10_VIEWPORT_AND_SCISSORRECT_MAX_INDEX","features":[406]},{"name":"D3D10_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE","features":[406]},{"name":"D3D10_VIEWPORT_BOUNDS_MAX","features":[406]},{"name":"D3D10_VIEWPORT_BOUNDS_MIN","features":[406]},{"name":"D3D10_VS_INPUT_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_VS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_VS_INPUT_REGISTER_COUNT","features":[406]},{"name":"D3D10_VS_INPUT_REGISTER_READS_PER_INST","features":[406]},{"name":"D3D10_VS_INPUT_REGISTER_READ_PORTS","features":[406]},{"name":"D3D10_VS_OUTPUT_REGISTER_COMPONENTS","features":[406]},{"name":"D3D10_VS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[406]},{"name":"D3D10_VS_OUTPUT_REGISTER_COUNT","features":[406]},{"name":"D3D10_WHQL_CONTEXT_COUNT_FOR_RESOURCE_LIMIT","features":[406]},{"name":"D3D10_WHQL_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[406]},{"name":"D3D10_WHQL_DRAW_VERTEX_COUNT_2_TO_EXP","features":[406]},{"name":"D3D11_SHADER_DEBUG_REG_INTERFACE_POINTERS","features":[406]},{"name":"D3D11_SHADER_DEBUG_REG_UAV","features":[406]},{"name":"D3D_MAJOR_VERSION","features":[406]},{"name":"D3D_MINOR_VERSION","features":[406]},{"name":"D3D_SPEC_DATE_DAY","features":[406]},{"name":"D3D_SPEC_DATE_MONTH","features":[406]},{"name":"D3D_SPEC_DATE_YEAR","features":[406]},{"name":"D3D_SPEC_VERSION","features":[406]},{"name":"DXGI_DEBUG_D3D10","features":[406]},{"name":"GUID_DeviceType","features":[406]},{"name":"ID3D10Asynchronous","features":[406]},{"name":"ID3D10BlendState","features":[406]},{"name":"ID3D10BlendState1","features":[406]},{"name":"ID3D10Buffer","features":[406]},{"name":"ID3D10Counter","features":[406]},{"name":"ID3D10Debug","features":[406]},{"name":"ID3D10DepthStencilState","features":[406]},{"name":"ID3D10DepthStencilView","features":[406]},{"name":"ID3D10Device","features":[406]},{"name":"ID3D10Device1","features":[406]},{"name":"ID3D10DeviceChild","features":[406]},{"name":"ID3D10Effect","features":[406]},{"name":"ID3D10EffectBlendVariable","features":[406]},{"name":"ID3D10EffectConstantBuffer","features":[406]},{"name":"ID3D10EffectDepthStencilVariable","features":[406]},{"name":"ID3D10EffectDepthStencilViewVariable","features":[406]},{"name":"ID3D10EffectMatrixVariable","features":[406]},{"name":"ID3D10EffectPass","features":[406]},{"name":"ID3D10EffectPool","features":[406]},{"name":"ID3D10EffectRasterizerVariable","features":[406]},{"name":"ID3D10EffectRenderTargetViewVariable","features":[406]},{"name":"ID3D10EffectSamplerVariable","features":[406]},{"name":"ID3D10EffectScalarVariable","features":[406]},{"name":"ID3D10EffectShaderResourceVariable","features":[406]},{"name":"ID3D10EffectShaderVariable","features":[406]},{"name":"ID3D10EffectStringVariable","features":[406]},{"name":"ID3D10EffectTechnique","features":[406]},{"name":"ID3D10EffectType","features":[406]},{"name":"ID3D10EffectVariable","features":[406]},{"name":"ID3D10EffectVectorVariable","features":[406]},{"name":"ID3D10GeometryShader","features":[406]},{"name":"ID3D10InfoQueue","features":[406]},{"name":"ID3D10InputLayout","features":[406]},{"name":"ID3D10Multithread","features":[406]},{"name":"ID3D10PixelShader","features":[406]},{"name":"ID3D10Predicate","features":[406]},{"name":"ID3D10Query","features":[406]},{"name":"ID3D10RasterizerState","features":[406]},{"name":"ID3D10RenderTargetView","features":[406]},{"name":"ID3D10Resource","features":[406]},{"name":"ID3D10SamplerState","features":[406]},{"name":"ID3D10ShaderReflection","features":[406]},{"name":"ID3D10ShaderReflection1","features":[406]},{"name":"ID3D10ShaderReflectionConstantBuffer","features":[406]},{"name":"ID3D10ShaderReflectionType","features":[406]},{"name":"ID3D10ShaderReflectionVariable","features":[406]},{"name":"ID3D10ShaderResourceView","features":[406]},{"name":"ID3D10ShaderResourceView1","features":[406]},{"name":"ID3D10StateBlock","features":[406]},{"name":"ID3D10SwitchToRef","features":[406]},{"name":"ID3D10Texture1D","features":[406]},{"name":"ID3D10Texture2D","features":[406]},{"name":"ID3D10Texture3D","features":[406]},{"name":"ID3D10VertexShader","features":[406]},{"name":"ID3D10View","features":[406]},{"name":"PFN_D3D10_CREATE_DEVICE1","features":[307,406,401]},{"name":"PFN_D3D10_CREATE_DEVICE_AND_SWAP_CHAIN1","features":[307,406,397]},{"name":"_FACD3D10","features":[406]}],"404":[{"name":"D3D11CreateDevice","features":[307,402,405,401]},{"name":"D3D11CreateDeviceAndSwapChain","features":[307,402,405,397]},{"name":"D3D11_16BIT_INDEX_STRIP_CUT_VALUE","features":[405]},{"name":"D3D11_1_CREATE_DEVICE_CONTEXT_STATE_FLAG","features":[405]},{"name":"D3D11_1_CREATE_DEVICE_CONTEXT_STATE_SINGLETHREADED","features":[405]},{"name":"D3D11_1_UAV_SLOT_COUNT","features":[405]},{"name":"D3D11_2_TILED_RESOURCE_TILE_SIZE_IN_BYTES","features":[405]},{"name":"D3D11_32BIT_INDEX_STRIP_CUT_VALUE","features":[405]},{"name":"D3D11_4_VIDEO_DECODER_HISTOGRAM_OFFSET_ALIGNMENT","features":[405]},{"name":"D3D11_4_VIDEO_DECODER_MAX_HISTOGRAM_COMPONENTS","features":[405]},{"name":"D3D11_8BIT_INDEX_STRIP_CUT_VALUE","features":[405]},{"name":"D3D11_AES_CTR_IV","features":[405]},{"name":"D3D11_ANISOTROPIC_FILTERING_BIT","features":[405]},{"name":"D3D11_APPEND_ALIGNED_ELEMENT","features":[405]},{"name":"D3D11_APPNAME_STRING","features":[405]},{"name":"D3D11_APPSIZE_STRING","features":[405]},{"name":"D3D11_ARRAY_AXIS_ADDRESS_RANGE_BIT_COUNT","features":[405]},{"name":"D3D11_ASYNC_GETDATA_DONOTFLUSH","features":[405]},{"name":"D3D11_ASYNC_GETDATA_FLAG","features":[405]},{"name":"D3D11_AUTHENTICATED_CHANNEL_D3D11","features":[405]},{"name":"D3D11_AUTHENTICATED_CHANNEL_DRIVER_HARDWARE","features":[405]},{"name":"D3D11_AUTHENTICATED_CHANNEL_DRIVER_SOFTWARE","features":[405]},{"name":"D3D11_AUTHENTICATED_CHANNEL_TYPE","features":[405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_ACCESSIBLE_ENCRYPTION_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION","features":[405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_ENCRYPTION_WHEN_ACCESSIBLE","features":[405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE","features":[405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_PROTECTION","features":[405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_PROTECTION_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE","features":[405]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE","features":[405]},{"name":"D3D11_AUTHENTICATED_PROTECTION_FLAGS","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ATTRIBUTES","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_COUNT_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_CURRENT_ACCESSIBILITY_ENCRYPTION_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_CURRENT_ENCRYPTION_WHEN_ACCESSIBLE","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_DEVICE_HANDLE","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_DEVICE_HANDLE_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_ENCRYPTION_WHEN_ACCESSIBLE_GUID","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_ENCRYPTION_WHEN_ACCESSIBLE_GUID_COUNT","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_PROTECTION","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_PROTECTION_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_COUNT","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_COUNT_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_INPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_OUTPUT","features":[307,405]},{"name":"D3D11_AUTHENTICATED_QUERY_UNRESTRICTED_PROTECTED_SHARED_RESOURCE_COUNT","features":[405]},{"name":"D3D11_AUTHENTICATED_QUERY_UNRESTRICTED_PROTECTED_SHARED_RESOURCE_COUNT_OUTPUT","features":[307,405]},{"name":"D3D11_BIND_CONSTANT_BUFFER","features":[405]},{"name":"D3D11_BIND_DECODER","features":[405]},{"name":"D3D11_BIND_DEPTH_STENCIL","features":[405]},{"name":"D3D11_BIND_FLAG","features":[405]},{"name":"D3D11_BIND_INDEX_BUFFER","features":[405]},{"name":"D3D11_BIND_RENDER_TARGET","features":[405]},{"name":"D3D11_BIND_SHADER_RESOURCE","features":[405]},{"name":"D3D11_BIND_STREAM_OUTPUT","features":[405]},{"name":"D3D11_BIND_UNORDERED_ACCESS","features":[405]},{"name":"D3D11_BIND_VERTEX_BUFFER","features":[405]},{"name":"D3D11_BIND_VIDEO_ENCODER","features":[405]},{"name":"D3D11_BLEND","features":[405]},{"name":"D3D11_BLEND_BLEND_FACTOR","features":[405]},{"name":"D3D11_BLEND_DESC","features":[307,405]},{"name":"D3D11_BLEND_DESC1","features":[307,405]},{"name":"D3D11_BLEND_DEST_ALPHA","features":[405]},{"name":"D3D11_BLEND_DEST_COLOR","features":[405]},{"name":"D3D11_BLEND_INV_BLEND_FACTOR","features":[405]},{"name":"D3D11_BLEND_INV_DEST_ALPHA","features":[405]},{"name":"D3D11_BLEND_INV_DEST_COLOR","features":[405]},{"name":"D3D11_BLEND_INV_SRC1_ALPHA","features":[405]},{"name":"D3D11_BLEND_INV_SRC1_COLOR","features":[405]},{"name":"D3D11_BLEND_INV_SRC_ALPHA","features":[405]},{"name":"D3D11_BLEND_INV_SRC_COLOR","features":[405]},{"name":"D3D11_BLEND_ONE","features":[405]},{"name":"D3D11_BLEND_OP","features":[405]},{"name":"D3D11_BLEND_OP_ADD","features":[405]},{"name":"D3D11_BLEND_OP_MAX","features":[405]},{"name":"D3D11_BLEND_OP_MIN","features":[405]},{"name":"D3D11_BLEND_OP_REV_SUBTRACT","features":[405]},{"name":"D3D11_BLEND_OP_SUBTRACT","features":[405]},{"name":"D3D11_BLEND_SRC1_ALPHA","features":[405]},{"name":"D3D11_BLEND_SRC1_COLOR","features":[405]},{"name":"D3D11_BLEND_SRC_ALPHA","features":[405]},{"name":"D3D11_BLEND_SRC_ALPHA_SAT","features":[405]},{"name":"D3D11_BLEND_SRC_COLOR","features":[405]},{"name":"D3D11_BLEND_ZERO","features":[405]},{"name":"D3D11_BOX","features":[405]},{"name":"D3D11_BREAKON_CATEGORY","features":[405]},{"name":"D3D11_BREAKON_ID_DECIMAL","features":[405]},{"name":"D3D11_BREAKON_ID_STRING","features":[405]},{"name":"D3D11_BREAKON_SEVERITY","features":[405]},{"name":"D3D11_BUFFEREX_SRV","features":[405]},{"name":"D3D11_BUFFEREX_SRV_FLAG","features":[405]},{"name":"D3D11_BUFFEREX_SRV_FLAG_RAW","features":[405]},{"name":"D3D11_BUFFER_DESC","features":[405]},{"name":"D3D11_BUFFER_RTV","features":[405]},{"name":"D3D11_BUFFER_SRV","features":[405]},{"name":"D3D11_BUFFER_UAV","features":[405]},{"name":"D3D11_BUFFER_UAV_FLAG","features":[405]},{"name":"D3D11_BUFFER_UAV_FLAG_APPEND","features":[405]},{"name":"D3D11_BUFFER_UAV_FLAG_COUNTER","features":[405]},{"name":"D3D11_BUFFER_UAV_FLAG_RAW","features":[405]},{"name":"D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR","features":[405]},{"name":"D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE","features":[405]},{"name":"D3D11_BUS_IMPL_MODIFIER_INSIDE_OF_CHIPSET","features":[405]},{"name":"D3D11_BUS_IMPL_MODIFIER_NON_STANDARD","features":[405]},{"name":"D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP","features":[405]},{"name":"D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET","features":[405]},{"name":"D3D11_BUS_TYPE","features":[405]},{"name":"D3D11_BUS_TYPE_AGP","features":[405]},{"name":"D3D11_BUS_TYPE_OTHER","features":[405]},{"name":"D3D11_BUS_TYPE_PCI","features":[405]},{"name":"D3D11_BUS_TYPE_PCIEXPRESS","features":[405]},{"name":"D3D11_BUS_TYPE_PCIX","features":[405]},{"name":"D3D11_CENTER_MULTISAMPLE_PATTERN","features":[405]},{"name":"D3D11_CHECK_MULTISAMPLE_QUALITY_LEVELS_FLAG","features":[405]},{"name":"D3D11_CHECK_MULTISAMPLE_QUALITY_LEVELS_TILED_RESOURCE","features":[405]},{"name":"D3D11_CLASS_INSTANCE_DESC","features":[307,405]},{"name":"D3D11_CLEAR_DEPTH","features":[405]},{"name":"D3D11_CLEAR_FLAG","features":[405]},{"name":"D3D11_CLEAR_STENCIL","features":[405]},{"name":"D3D11_CLIP_OR_CULL_DISTANCE_COUNT","features":[405]},{"name":"D3D11_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT","features":[405]},{"name":"D3D11_COLOR_WRITE_ENABLE","features":[405]},{"name":"D3D11_COLOR_WRITE_ENABLE_ALL","features":[405]},{"name":"D3D11_COLOR_WRITE_ENABLE_ALPHA","features":[405]},{"name":"D3D11_COLOR_WRITE_ENABLE_BLUE","features":[405]},{"name":"D3D11_COLOR_WRITE_ENABLE_GREEN","features":[405]},{"name":"D3D11_COLOR_WRITE_ENABLE_RED","features":[405]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_COMPONENTS","features":[405]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_HW_SLOT_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_PARTIAL_UPDATE_EXTENTS_BYTE_ALIGNMENT","features":[405]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_COMMONSHADER_FLOWCONTROL_NESTING_LIMIT","features":[405]},{"name":"D3D11_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_COMMONSHADER_IMMEDIATE_VALUE_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_INPUT_RESOURCE_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_COMMONSHADER_INPUT_RESOURCE_REGISTER_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_INPUT_RESOURCE_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_COMMONSHADER_INPUT_RESOURCE_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_SAMPLER_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_COMMONSHADER_SAMPLER_REGISTER_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_SAMPLER_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_COMMONSHADER_SAMPLER_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_COMMONSHADER_SAMPLER_SLOT_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_SUBROUTINE_NESTING_LIMIT","features":[405]},{"name":"D3D11_COMMONSHADER_TEMP_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_COMMONSHADER_TEMP_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_TEMP_REGISTER_COUNT","features":[405]},{"name":"D3D11_COMMONSHADER_TEMP_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_COMMONSHADER_TEMP_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MAX","features":[405]},{"name":"D3D11_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MIN","features":[405]},{"name":"D3D11_COMMONSHADER_TEXEL_OFFSET_MAX_NEGATIVE","features":[405]},{"name":"D3D11_COMMONSHADER_TEXEL_OFFSET_MAX_POSITIVE","features":[405]},{"name":"D3D11_COMPARISON_ALWAYS","features":[405]},{"name":"D3D11_COMPARISON_EQUAL","features":[405]},{"name":"D3D11_COMPARISON_FILTERING_BIT","features":[405]},{"name":"D3D11_COMPARISON_FUNC","features":[405]},{"name":"D3D11_COMPARISON_GREATER","features":[405]},{"name":"D3D11_COMPARISON_GREATER_EQUAL","features":[405]},{"name":"D3D11_COMPARISON_LESS","features":[405]},{"name":"D3D11_COMPARISON_LESS_EQUAL","features":[405]},{"name":"D3D11_COMPARISON_NEVER","features":[405]},{"name":"D3D11_COMPARISON_NOT_EQUAL","features":[405]},{"name":"D3D11_COMPUTE_SHADER","features":[405]},{"name":"D3D11_COMPUTE_SHADER_TRACE_DESC","features":[405]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_MODE","features":[405]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_MODE_OFF","features":[405]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_MODE_ON","features":[405]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_NOT_SUPPORTED","features":[405]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_TIER","features":[405]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_TIER_1","features":[405]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_TIER_2","features":[405]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_TIER_3","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_CONTENT_KEY","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_DECRYPTION_BLT","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK_KEY","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_ENCRYPT_SLICEDATA_ONLY","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_FRESHEN_SESSION_KEY","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_DRM_COMMUNICATION","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_DRM_COMMUNICATION_MULTI_THREADED","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECTED_MEMORY_PAGEABLE","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECT_UNCOMPRESSED","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_TEARDOWN","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_PARTIAL_DECRYPTION","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_PROTECTION_ALWAYS_ON","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_SEQUENTIAL_CTR_IV","features":[405]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_SOFTWARE","features":[405]},{"name":"D3D11_CONTEXT_TYPE","features":[405]},{"name":"D3D11_CONTEXT_TYPE_3D","features":[405]},{"name":"D3D11_CONTEXT_TYPE_ALL","features":[405]},{"name":"D3D11_CONTEXT_TYPE_COMPUTE","features":[405]},{"name":"D3D11_CONTEXT_TYPE_COPY","features":[405]},{"name":"D3D11_CONTEXT_TYPE_VIDEO","features":[405]},{"name":"D3D11_COPY_DISCARD","features":[405]},{"name":"D3D11_COPY_FLAGS","features":[405]},{"name":"D3D11_COPY_NO_OVERWRITE","features":[405]},{"name":"D3D11_COUNTER","features":[405]},{"name":"D3D11_COUNTER_DESC","features":[405]},{"name":"D3D11_COUNTER_DEVICE_DEPENDENT_0","features":[405]},{"name":"D3D11_COUNTER_INFO","features":[405]},{"name":"D3D11_COUNTER_TYPE","features":[405]},{"name":"D3D11_COUNTER_TYPE_FLOAT32","features":[405]},{"name":"D3D11_COUNTER_TYPE_UINT16","features":[405]},{"name":"D3D11_COUNTER_TYPE_UINT32","features":[405]},{"name":"D3D11_COUNTER_TYPE_UINT64","features":[405]},{"name":"D3D11_CPU_ACCESS_FLAG","features":[405]},{"name":"D3D11_CPU_ACCESS_READ","features":[405]},{"name":"D3D11_CPU_ACCESS_WRITE","features":[405]},{"name":"D3D11_CREATE_DEVICE_BGRA_SUPPORT","features":[405]},{"name":"D3D11_CREATE_DEVICE_DEBUG","features":[405]},{"name":"D3D11_CREATE_DEVICE_DEBUGGABLE","features":[405]},{"name":"D3D11_CREATE_DEVICE_DISABLE_GPU_TIMEOUT","features":[405]},{"name":"D3D11_CREATE_DEVICE_FLAG","features":[405]},{"name":"D3D11_CREATE_DEVICE_PREVENT_ALTERING_LAYER_SETTINGS_FROM_REGISTRY","features":[405]},{"name":"D3D11_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS","features":[405]},{"name":"D3D11_CREATE_DEVICE_SINGLETHREADED","features":[405]},{"name":"D3D11_CREATE_DEVICE_SWITCH_TO_REF","features":[405]},{"name":"D3D11_CREATE_DEVICE_VIDEO_SUPPORT","features":[405]},{"name":"D3D11_CRYPTO_SESSION_KEY_EXCHANGE_FLAGS","features":[405]},{"name":"D3D11_CRYPTO_SESSION_KEY_EXCHANGE_FLAG_NONE","features":[405]},{"name":"D3D11_CRYPTO_SESSION_STATUS","features":[405]},{"name":"D3D11_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST","features":[405]},{"name":"D3D11_CRYPTO_SESSION_STATUS_KEY_LOST","features":[405]},{"name":"D3D11_CRYPTO_SESSION_STATUS_OK","features":[405]},{"name":"D3D11_CRYPTO_TYPE_AES128_CTR","features":[405]},{"name":"D3D11_CS_4_X_BUCKET00_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET00_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET01_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET01_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET02_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET02_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET03_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET03_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET04_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET04_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET05_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET05_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET06_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET06_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET07_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET07_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET08_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET08_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET09_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET09_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET10_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET10_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET11_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET11_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET12_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET12_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET13_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET13_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET14_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET14_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_BUCKET15_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[405]},{"name":"D3D11_CS_4_X_BUCKET15_MAX_NUM_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_DISPATCH_MAX_THREAD_GROUPS_IN_Z_DIMENSION","features":[405]},{"name":"D3D11_CS_4_X_RAW_UAV_BYTE_ALIGNMENT","features":[405]},{"name":"D3D11_CS_4_X_THREAD_GROUP_MAX_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_4_X_THREAD_GROUP_MAX_X","features":[405]},{"name":"D3D11_CS_4_X_THREAD_GROUP_MAX_Y","features":[405]},{"name":"D3D11_CS_4_X_UAV_REGISTER_COUNT","features":[405]},{"name":"D3D11_CS_DISPATCH_MAX_THREAD_GROUPS_PER_DIMENSION","features":[405]},{"name":"D3D11_CS_TGSM_REGISTER_COUNT","features":[405]},{"name":"D3D11_CS_TGSM_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_CS_TGSM_RESOURCE_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_CS_TGSM_RESOURCE_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_CS_THREADGROUPID_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_CS_THREADGROUPID_REGISTER_COUNT","features":[405]},{"name":"D3D11_CS_THREADIDINGROUPFLATTENED_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_CS_THREADIDINGROUPFLATTENED_REGISTER_COUNT","features":[405]},{"name":"D3D11_CS_THREADIDINGROUP_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_CS_THREADIDINGROUP_REGISTER_COUNT","features":[405]},{"name":"D3D11_CS_THREADID_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_CS_THREADID_REGISTER_COUNT","features":[405]},{"name":"D3D11_CS_THREAD_GROUP_MAX_THREADS_PER_GROUP","features":[405]},{"name":"D3D11_CS_THREAD_GROUP_MAX_X","features":[405]},{"name":"D3D11_CS_THREAD_GROUP_MAX_Y","features":[405]},{"name":"D3D11_CS_THREAD_GROUP_MAX_Z","features":[405]},{"name":"D3D11_CS_THREAD_GROUP_MIN_X","features":[405]},{"name":"D3D11_CS_THREAD_GROUP_MIN_Y","features":[405]},{"name":"D3D11_CS_THREAD_GROUP_MIN_Z","features":[405]},{"name":"D3D11_CS_THREAD_LOCAL_TEMP_REGISTER_POOL","features":[405]},{"name":"D3D11_CULL_BACK","features":[405]},{"name":"D3D11_CULL_FRONT","features":[405]},{"name":"D3D11_CULL_MODE","features":[405]},{"name":"D3D11_CULL_NONE","features":[405]},{"name":"D3D11_DEBUG_FEATURE_ALWAYS_DISCARD_OFFERED_RESOURCE","features":[405]},{"name":"D3D11_DEBUG_FEATURE_AVOID_BEHAVIOR_CHANGING_DEBUG_AIDS","features":[405]},{"name":"D3D11_DEBUG_FEATURE_DISABLE_TILED_RESOURCE_MAPPING_TRACKING_AND_VALIDATION","features":[405]},{"name":"D3D11_DEBUG_FEATURE_FINISH_PER_RENDER_OP","features":[405]},{"name":"D3D11_DEBUG_FEATURE_FLUSH_PER_RENDER_OP","features":[405]},{"name":"D3D11_DEBUG_FEATURE_NEVER_DISCARD_OFFERED_RESOURCE","features":[405]},{"name":"D3D11_DEBUG_FEATURE_PRESENT_PER_RENDER_OP","features":[405]},{"name":"D3D11_DECODER_BITSTREAM_ENCRYPTION_TYPE_CBCS","features":[405]},{"name":"D3D11_DECODER_BITSTREAM_ENCRYPTION_TYPE_CENC","features":[405]},{"name":"D3D11_DECODER_ENCRYPTION_HW_CENC","features":[405]},{"name":"D3D11_DECODER_PROFILE_AV1_VLD_12BIT_PROFILE2","features":[405]},{"name":"D3D11_DECODER_PROFILE_AV1_VLD_12BIT_PROFILE2_420","features":[405]},{"name":"D3D11_DECODER_PROFILE_AV1_VLD_PROFILE0","features":[405]},{"name":"D3D11_DECODER_PROFILE_AV1_VLD_PROFILE1","features":[405]},{"name":"D3D11_DECODER_PROFILE_AV1_VLD_PROFILE2","features":[405]},{"name":"D3D11_DECODER_PROFILE_H264_IDCT_FGT","features":[405]},{"name":"D3D11_DECODER_PROFILE_H264_IDCT_NOFGT","features":[405]},{"name":"D3D11_DECODER_PROFILE_H264_MOCOMP_FGT","features":[405]},{"name":"D3D11_DECODER_PROFILE_H264_MOCOMP_NOFGT","features":[405]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_FGT","features":[405]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_MULTIVIEW_NOFGT","features":[405]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_NOFGT","features":[405]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_STEREO_NOFGT","features":[405]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_STEREO_PROGRESSIVE_NOFGT","features":[405]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_WITHFMOASO_NOFGT","features":[405]},{"name":"D3D11_DECODER_PROFILE_HEVC_VLD_MAIN","features":[405]},{"name":"D3D11_DECODER_PROFILE_HEVC_VLD_MAIN10","features":[405]},{"name":"D3D11_DECODER_PROFILE_MPEG1_VLD","features":[405]},{"name":"D3D11_DECODER_PROFILE_MPEG2_IDCT","features":[405]},{"name":"D3D11_DECODER_PROFILE_MPEG2_MOCOMP","features":[405]},{"name":"D3D11_DECODER_PROFILE_MPEG2_VLD","features":[405]},{"name":"D3D11_DECODER_PROFILE_MPEG2and1_VLD","features":[405]},{"name":"D3D11_DECODER_PROFILE_MPEG4PT2_VLD_ADVSIMPLE_GMC","features":[405]},{"name":"D3D11_DECODER_PROFILE_MPEG4PT2_VLD_ADVSIMPLE_NOGMC","features":[405]},{"name":"D3D11_DECODER_PROFILE_MPEG4PT2_VLD_SIMPLE","features":[405]},{"name":"D3D11_DECODER_PROFILE_VC1_D2010","features":[405]},{"name":"D3D11_DECODER_PROFILE_VC1_IDCT","features":[405]},{"name":"D3D11_DECODER_PROFILE_VC1_MOCOMP","features":[405]},{"name":"D3D11_DECODER_PROFILE_VC1_POSTPROC","features":[405]},{"name":"D3D11_DECODER_PROFILE_VC1_VLD","features":[405]},{"name":"D3D11_DECODER_PROFILE_VP8_VLD","features":[405]},{"name":"D3D11_DECODER_PROFILE_VP9_VLD_10BIT_PROFILE2","features":[405]},{"name":"D3D11_DECODER_PROFILE_VP9_VLD_PROFILE0","features":[405]},{"name":"D3D11_DECODER_PROFILE_WMV8_MOCOMP","features":[405]},{"name":"D3D11_DECODER_PROFILE_WMV8_POSTPROC","features":[405]},{"name":"D3D11_DECODER_PROFILE_WMV9_IDCT","features":[405]},{"name":"D3D11_DECODER_PROFILE_WMV9_MOCOMP","features":[405]},{"name":"D3D11_DECODER_PROFILE_WMV9_POSTPROC","features":[405]},{"name":"D3D11_DEFAULT_BLEND_FACTOR_ALPHA","features":[405]},{"name":"D3D11_DEFAULT_BLEND_FACTOR_BLUE","features":[405]},{"name":"D3D11_DEFAULT_BLEND_FACTOR_GREEN","features":[405]},{"name":"D3D11_DEFAULT_BLEND_FACTOR_RED","features":[405]},{"name":"D3D11_DEFAULT_BORDER_COLOR_COMPONENT","features":[405]},{"name":"D3D11_DEFAULT_DEPTH_BIAS","features":[405]},{"name":"D3D11_DEFAULT_DEPTH_BIAS_CLAMP","features":[405]},{"name":"D3D11_DEFAULT_MAX_ANISOTROPY","features":[405]},{"name":"D3D11_DEFAULT_MIP_LOD_BIAS","features":[405]},{"name":"D3D11_DEFAULT_RENDER_TARGET_ARRAY_INDEX","features":[405]},{"name":"D3D11_DEFAULT_SAMPLE_MASK","features":[405]},{"name":"D3D11_DEFAULT_SCISSOR_ENDX","features":[405]},{"name":"D3D11_DEFAULT_SCISSOR_ENDY","features":[405]},{"name":"D3D11_DEFAULT_SCISSOR_STARTX","features":[405]},{"name":"D3D11_DEFAULT_SCISSOR_STARTY","features":[405]},{"name":"D3D11_DEFAULT_SLOPE_SCALED_DEPTH_BIAS","features":[405]},{"name":"D3D11_DEFAULT_STENCIL_READ_MASK","features":[405]},{"name":"D3D11_DEFAULT_STENCIL_REFERENCE","features":[405]},{"name":"D3D11_DEFAULT_STENCIL_WRITE_MASK","features":[405]},{"name":"D3D11_DEFAULT_VIEWPORT_AND_SCISSORRECT_INDEX","features":[405]},{"name":"D3D11_DEFAULT_VIEWPORT_HEIGHT","features":[405]},{"name":"D3D11_DEFAULT_VIEWPORT_MAX_DEPTH","features":[405]},{"name":"D3D11_DEFAULT_VIEWPORT_MIN_DEPTH","features":[405]},{"name":"D3D11_DEFAULT_VIEWPORT_TOPLEFTX","features":[405]},{"name":"D3D11_DEFAULT_VIEWPORT_TOPLEFTY","features":[405]},{"name":"D3D11_DEFAULT_VIEWPORT_WIDTH","features":[405]},{"name":"D3D11_DEPTH_STENCILOP_DESC","features":[405]},{"name":"D3D11_DEPTH_STENCIL_DESC","features":[307,405]},{"name":"D3D11_DEPTH_STENCIL_VIEW_DESC","features":[405,397]},{"name":"D3D11_DEPTH_WRITE_MASK","features":[405]},{"name":"D3D11_DEPTH_WRITE_MASK_ALL","features":[405]},{"name":"D3D11_DEPTH_WRITE_MASK_ZERO","features":[405]},{"name":"D3D11_DEVICE_CONTEXT_DEFERRED","features":[405]},{"name":"D3D11_DEVICE_CONTEXT_IMMEDIATE","features":[405]},{"name":"D3D11_DEVICE_CONTEXT_TYPE","features":[405]},{"name":"D3D11_DOMAIN_SHADER","features":[405]},{"name":"D3D11_DOMAIN_SHADER_TRACE_DESC","features":[405]},{"name":"D3D11_DRAW_INDEXED_INSTANCED_INDIRECT_ARGS","features":[405]},{"name":"D3D11_DRAW_INSTANCED_INDIRECT_ARGS","features":[405]},{"name":"D3D11_DSV_DIMENSION","features":[405]},{"name":"D3D11_DSV_DIMENSION_TEXTURE1D","features":[405]},{"name":"D3D11_DSV_DIMENSION_TEXTURE1DARRAY","features":[405]},{"name":"D3D11_DSV_DIMENSION_TEXTURE2D","features":[405]},{"name":"D3D11_DSV_DIMENSION_TEXTURE2DARRAY","features":[405]},{"name":"D3D11_DSV_DIMENSION_TEXTURE2DMS","features":[405]},{"name":"D3D11_DSV_DIMENSION_TEXTURE2DMSARRAY","features":[405]},{"name":"D3D11_DSV_DIMENSION_UNKNOWN","features":[405]},{"name":"D3D11_DSV_FLAG","features":[405]},{"name":"D3D11_DSV_READ_ONLY_DEPTH","features":[405]},{"name":"D3D11_DSV_READ_ONLY_STENCIL","features":[405]},{"name":"D3D11_DS_INPUT_CONTROL_POINTS_MAX_TOTAL_SCALARS","features":[405]},{"name":"D3D11_DS_INPUT_CONTROL_POINT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_DS_INPUT_CONTROL_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_DS_INPUT_CONTROL_POINT_REGISTER_COUNT","features":[405]},{"name":"D3D11_DS_INPUT_CONTROL_POINT_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_DS_INPUT_CONTROL_POINT_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_DS_INPUT_DOMAIN_POINT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_DS_INPUT_DOMAIN_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_DS_INPUT_DOMAIN_POINT_REGISTER_COUNT","features":[405]},{"name":"D3D11_DS_INPUT_DOMAIN_POINT_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_DS_INPUT_DOMAIN_POINT_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_DS_INPUT_PATCH_CONSTANT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_DS_INPUT_PATCH_CONSTANT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_DS_INPUT_PATCH_CONSTANT_REGISTER_COUNT","features":[405]},{"name":"D3D11_DS_INPUT_PATCH_CONSTANT_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_DS_INPUT_PATCH_CONSTANT_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_DS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_DS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_DS_INPUT_PRIMITIVE_ID_REGISTER_COUNT","features":[405]},{"name":"D3D11_DS_INPUT_PRIMITIVE_ID_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_DS_INPUT_PRIMITIVE_ID_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_DS_OUTPUT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_DS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_DS_OUTPUT_REGISTER_COUNT","features":[405]},{"name":"D3D11_ENABLE_BREAK_ON_MESSAGE","features":[405]},{"name":"D3D11_ENCRYPTED_BLOCK_INFO","features":[405]},{"name":"D3D11_FEATURE","features":[405]},{"name":"D3D11_FEATURE_ARCHITECTURE_INFO","features":[405]},{"name":"D3D11_FEATURE_D3D10_X_HARDWARE_OPTIONS","features":[405]},{"name":"D3D11_FEATURE_D3D11_OPTIONS","features":[405]},{"name":"D3D11_FEATURE_D3D11_OPTIONS1","features":[405]},{"name":"D3D11_FEATURE_D3D11_OPTIONS2","features":[405]},{"name":"D3D11_FEATURE_D3D11_OPTIONS3","features":[405]},{"name":"D3D11_FEATURE_D3D11_OPTIONS4","features":[405]},{"name":"D3D11_FEATURE_D3D11_OPTIONS5","features":[405]},{"name":"D3D11_FEATURE_D3D9_OPTIONS","features":[405]},{"name":"D3D11_FEATURE_D3D9_OPTIONS1","features":[405]},{"name":"D3D11_FEATURE_D3D9_SHADOW_SUPPORT","features":[405]},{"name":"D3D11_FEATURE_D3D9_SIMPLE_INSTANCING_SUPPORT","features":[405]},{"name":"D3D11_FEATURE_DATA_ARCHITECTURE_INFO","features":[307,405]},{"name":"D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS","features":[307,405]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS","features":[307,405]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS1","features":[307,405]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS2","features":[307,405]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS3","features":[307,405]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS4","features":[307,405]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS5","features":[405]},{"name":"D3D11_FEATURE_DATA_D3D9_OPTIONS","features":[307,405]},{"name":"D3D11_FEATURE_DATA_D3D9_OPTIONS1","features":[307,405]},{"name":"D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT","features":[307,405]},{"name":"D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT","features":[307,405]},{"name":"D3D11_FEATURE_DATA_DISPLAYABLE","features":[307,405]},{"name":"D3D11_FEATURE_DATA_DOUBLES","features":[307,405]},{"name":"D3D11_FEATURE_DATA_FORMAT_SUPPORT","features":[405,397]},{"name":"D3D11_FEATURE_DATA_FORMAT_SUPPORT2","features":[405,397]},{"name":"D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT","features":[405]},{"name":"D3D11_FEATURE_DATA_MARKER_SUPPORT","features":[307,405]},{"name":"D3D11_FEATURE_DATA_SHADER_CACHE","features":[405]},{"name":"D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT","features":[405]},{"name":"D3D11_FEATURE_DATA_THREADING","features":[307,405]},{"name":"D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM","features":[405,397]},{"name":"D3D11_FEATURE_DISPLAYABLE","features":[405]},{"name":"D3D11_FEATURE_DOUBLES","features":[405]},{"name":"D3D11_FEATURE_FORMAT_SUPPORT","features":[405]},{"name":"D3D11_FEATURE_FORMAT_SUPPORT2","features":[405]},{"name":"D3D11_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT","features":[405]},{"name":"D3D11_FEATURE_MARKER_SUPPORT","features":[405]},{"name":"D3D11_FEATURE_SHADER_CACHE","features":[405]},{"name":"D3D11_FEATURE_SHADER_MIN_PRECISION_SUPPORT","features":[405]},{"name":"D3D11_FEATURE_THREADING","features":[405]},{"name":"D3D11_FEATURE_VIDEO","features":[405]},{"name":"D3D11_FEATURE_VIDEO_DECODER_HISTOGRAM","features":[405]},{"name":"D3D11_FENCE_FLAG","features":[405]},{"name":"D3D11_FENCE_FLAG_NONE","features":[405]},{"name":"D3D11_FENCE_FLAG_NON_MONITORED","features":[405]},{"name":"D3D11_FENCE_FLAG_SHARED","features":[405]},{"name":"D3D11_FENCE_FLAG_SHARED_CROSS_ADAPTER","features":[405]},{"name":"D3D11_FILL_MODE","features":[405]},{"name":"D3D11_FILL_SOLID","features":[405]},{"name":"D3D11_FILL_WIREFRAME","features":[405]},{"name":"D3D11_FILTER","features":[405]},{"name":"D3D11_FILTER_ANISOTROPIC","features":[405]},{"name":"D3D11_FILTER_COMPARISON_ANISOTROPIC","features":[405]},{"name":"D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_COMPARISON_MIN_MAG_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MAXIMUM_ANISOTROPIC","features":[405]},{"name":"D3D11_FILTER_MAXIMUM_MIN_LINEAR_MAG_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MAXIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MAXIMUM_MIN_MAG_LINEAR_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MAXIMUM_MIN_MAG_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MAXIMUM_MIN_MAG_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MAXIMUM_MIN_MAG_POINT_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MAXIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MAXIMUM_MIN_POINT_MAG_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MINIMUM_ANISOTROPIC","features":[405]},{"name":"D3D11_FILTER_MINIMUM_MIN_LINEAR_MAG_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MINIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MINIMUM_MIN_MAG_LINEAR_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MINIMUM_MIN_MAG_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MINIMUM_MIN_MAG_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MINIMUM_MIN_MAG_POINT_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MINIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MINIMUM_MIN_POINT_MAG_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MIN_LINEAR_MAG_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MIN_MAG_LINEAR_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MIN_MAG_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MIN_MAG_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MIN_MAG_POINT_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[405]},{"name":"D3D11_FILTER_MIN_POINT_MAG_MIP_LINEAR","features":[405]},{"name":"D3D11_FILTER_REDUCTION_TYPE","features":[405]},{"name":"D3D11_FILTER_REDUCTION_TYPE_COMPARISON","features":[405]},{"name":"D3D11_FILTER_REDUCTION_TYPE_MASK","features":[405]},{"name":"D3D11_FILTER_REDUCTION_TYPE_MAXIMUM","features":[405]},{"name":"D3D11_FILTER_REDUCTION_TYPE_MINIMUM","features":[405]},{"name":"D3D11_FILTER_REDUCTION_TYPE_SHIFT","features":[405]},{"name":"D3D11_FILTER_REDUCTION_TYPE_STANDARD","features":[405]},{"name":"D3D11_FILTER_TYPE","features":[405]},{"name":"D3D11_FILTER_TYPE_LINEAR","features":[405]},{"name":"D3D11_FILTER_TYPE_MASK","features":[405]},{"name":"D3D11_FILTER_TYPE_POINT","features":[405]},{"name":"D3D11_FLOAT16_FUSED_TOLERANCE_IN_ULP","features":[405]},{"name":"D3D11_FLOAT32_MAX","features":[405]},{"name":"D3D11_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP","features":[405]},{"name":"D3D11_FLOAT_TO_SRGB_EXPONENT_DENOMINATOR","features":[405]},{"name":"D3D11_FLOAT_TO_SRGB_EXPONENT_NUMERATOR","features":[405]},{"name":"D3D11_FLOAT_TO_SRGB_OFFSET","features":[405]},{"name":"D3D11_FLOAT_TO_SRGB_SCALE_1","features":[405]},{"name":"D3D11_FLOAT_TO_SRGB_SCALE_2","features":[405]},{"name":"D3D11_FLOAT_TO_SRGB_THRESHOLD","features":[405]},{"name":"D3D11_FORCE_DEBUGGABLE","features":[405]},{"name":"D3D11_FORCE_SHADER_SKIP_OPTIMIZATION","features":[405]},{"name":"D3D11_FORMAT_SUPPORT","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_DISPLAYABLE","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_MULTIPLANE_OVERLAY","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_OUTPUT_MERGER_LOGIC_OP","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_SHAREABLE","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_TILED","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_ADD","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_BITWISE_OPS","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_COMPARE_STORE_OR_COMPARE_EXCHANGE","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_EXCHANGE","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_SIGNED_MIN_OR_MAX","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_UNSIGNED_MIN_OR_MAX","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_TYPED_LOAD","features":[405]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_TYPED_STORE","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_BACK_BUFFER_CAST","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_BLENDABLE","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_BUFFER","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_CAST_WITHIN_BIT_LAYOUT","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_CPU_LOCKABLE","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_DECODER_OUTPUT","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_DEPTH_STENCIL","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_DISPLAY","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_IA_INDEX_BUFFER","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_IA_VERTEX_BUFFER","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_MIP","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_MIP_AUTOGEN","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_MULTISAMPLE_LOAD","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_RENDER_TARGET","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_GATHER","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_GATHER_COMPARISON","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_LOAD","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_SAMPLE","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_COMPARISON","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_MONO_TEXT","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_SO_BUFFER","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_TEXTURE1D","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_TEXTURE2D","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_TEXTURE3D","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_TEXTURECUBE","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_TYPED_UNORDERED_ACCESS_VIEW","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_VIDEO_ENCODER","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_VIDEO_PROCESSOR_INPUT","features":[405]},{"name":"D3D11_FORMAT_SUPPORT_VIDEO_PROCESSOR_OUTPUT","features":[405]},{"name":"D3D11_FTOI_INSTRUCTION_MAX_INPUT","features":[405]},{"name":"D3D11_FTOI_INSTRUCTION_MIN_INPUT","features":[405]},{"name":"D3D11_FTOU_INSTRUCTION_MAX_INPUT","features":[405]},{"name":"D3D11_FTOU_INSTRUCTION_MIN_INPUT","features":[405]},{"name":"D3D11_FUNCTION_DESC","features":[307,402,405]},{"name":"D3D11_GEOMETRY_SHADER","features":[405]},{"name":"D3D11_GEOMETRY_SHADER_TRACE_DESC","features":[405]},{"name":"D3D11_GS_INPUT_INSTANCE_ID_READS_PER_INST","features":[405]},{"name":"D3D11_GS_INPUT_INSTANCE_ID_READ_PORTS","features":[405]},{"name":"D3D11_GS_INPUT_INSTANCE_ID_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_GS_INPUT_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_GS_INPUT_INSTANCE_ID_REGISTER_COUNT","features":[405]},{"name":"D3D11_GS_INPUT_PRIM_CONST_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_GS_INPUT_PRIM_CONST_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_GS_INPUT_PRIM_CONST_REGISTER_COUNT","features":[405]},{"name":"D3D11_GS_INPUT_PRIM_CONST_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_GS_INPUT_PRIM_CONST_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_GS_INPUT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_GS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_GS_INPUT_REGISTER_COUNT","features":[405]},{"name":"D3D11_GS_INPUT_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_GS_INPUT_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_GS_INPUT_REGISTER_VERTICES","features":[405]},{"name":"D3D11_GS_MAX_INSTANCE_COUNT","features":[405]},{"name":"D3D11_GS_MAX_OUTPUT_VERTEX_COUNT_ACROSS_INSTANCES","features":[405]},{"name":"D3D11_GS_OUTPUT_ELEMENTS","features":[405]},{"name":"D3D11_GS_OUTPUT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_GS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_GS_OUTPUT_REGISTER_COUNT","features":[405]},{"name":"D3D11_HS_CONTROL_POINT_PHASE_INPUT_REGISTER_COUNT","features":[405]},{"name":"D3D11_HS_CONTROL_POINT_PHASE_OUTPUT_REGISTER_COUNT","features":[405]},{"name":"D3D11_HS_CONTROL_POINT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_HS_CONTROL_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_HS_CONTROL_POINT_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_HS_CONTROL_POINT_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_HS_FORK_PHASE_INSTANCE_COUNT_UPPER_BOUND","features":[405]},{"name":"D3D11_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COUNT","features":[405]},{"name":"D3D11_HS_INPUT_FORK_INSTANCE_ID_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_HS_INPUT_FORK_INSTANCE_ID_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COUNT","features":[405]},{"name":"D3D11_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_HS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_HS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_HS_INPUT_PRIMITIVE_ID_REGISTER_COUNT","features":[405]},{"name":"D3D11_HS_INPUT_PRIMITIVE_ID_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_HS_INPUT_PRIMITIVE_ID_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_HS_JOIN_PHASE_INSTANCE_COUNT_UPPER_BOUND","features":[405]},{"name":"D3D11_HS_MAXTESSFACTOR_LOWER_BOUND","features":[405]},{"name":"D3D11_HS_MAXTESSFACTOR_UPPER_BOUND","features":[405]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINTS_MAX_TOTAL_SCALARS","features":[405]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COUNT","features":[405]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COUNT","features":[405]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_SCALAR_COMPONENTS","features":[405]},{"name":"D3D11_HULL_SHADER","features":[405]},{"name":"D3D11_HULL_SHADER_TRACE_DESC","features":[405]},{"name":"D3D11_IA_DEFAULT_INDEX_BUFFER_OFFSET_IN_BYTES","features":[405]},{"name":"D3D11_IA_DEFAULT_PRIMITIVE_TOPOLOGY","features":[405]},{"name":"D3D11_IA_DEFAULT_VERTEX_BUFFER_OFFSET_IN_BYTES","features":[405]},{"name":"D3D11_IA_INDEX_INPUT_RESOURCE_SLOT_COUNT","features":[405]},{"name":"D3D11_IA_INSTANCE_ID_BIT_COUNT","features":[405]},{"name":"D3D11_IA_INTEGER_ARITHMETIC_BIT_COUNT","features":[405]},{"name":"D3D11_IA_PATCH_MAX_CONTROL_POINT_COUNT","features":[405]},{"name":"D3D11_IA_PRIMITIVE_ID_BIT_COUNT","features":[405]},{"name":"D3D11_IA_VERTEX_ID_BIT_COUNT","features":[405]},{"name":"D3D11_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT","features":[405]},{"name":"D3D11_IA_VERTEX_INPUT_STRUCTURE_ELEMENTS_COMPONENTS","features":[405]},{"name":"D3D11_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT","features":[405]},{"name":"D3D11_INFOQUEUE_STORAGE_FILTER_OVERRIDE","features":[405]},{"name":"D3D11_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT","features":[405]},{"name":"D3D11_INFO_QUEUE_FILTER","features":[405]},{"name":"D3D11_INFO_QUEUE_FILTER_DESC","features":[405]},{"name":"D3D11_INPUT_CLASSIFICATION","features":[405]},{"name":"D3D11_INPUT_ELEMENT_DESC","features":[405,397]},{"name":"D3D11_INPUT_PER_INSTANCE_DATA","features":[405]},{"name":"D3D11_INPUT_PER_VERTEX_DATA","features":[405]},{"name":"D3D11_INTEGER_DIVIDE_BY_ZERO_QUOTIENT","features":[405]},{"name":"D3D11_INTEGER_DIVIDE_BY_ZERO_REMAINDER","features":[405]},{"name":"D3D11_KEEP_RENDER_TARGETS_AND_DEPTH_STENCIL","features":[405]},{"name":"D3D11_KEEP_UNORDERED_ACCESS_VIEWS","features":[405]},{"name":"D3D11_KEY_EXCHANGE_HW_PROTECTION","features":[405]},{"name":"D3D11_KEY_EXCHANGE_HW_PROTECTION_DATA","features":[405]},{"name":"D3D11_KEY_EXCHANGE_HW_PROTECTION_INPUT_DATA","features":[405]},{"name":"D3D11_KEY_EXCHANGE_HW_PROTECTION_OUTPUT_DATA","features":[405]},{"name":"D3D11_KEY_EXCHANGE_RSAES_OAEP","features":[405]},{"name":"D3D11_LIBRARY_DESC","features":[405]},{"name":"D3D11_LINEAR_GAMMA","features":[405]},{"name":"D3D11_LOGIC_OP","features":[405]},{"name":"D3D11_LOGIC_OP_AND","features":[405]},{"name":"D3D11_LOGIC_OP_AND_INVERTED","features":[405]},{"name":"D3D11_LOGIC_OP_AND_REVERSE","features":[405]},{"name":"D3D11_LOGIC_OP_CLEAR","features":[405]},{"name":"D3D11_LOGIC_OP_COPY","features":[405]},{"name":"D3D11_LOGIC_OP_COPY_INVERTED","features":[405]},{"name":"D3D11_LOGIC_OP_EQUIV","features":[405]},{"name":"D3D11_LOGIC_OP_INVERT","features":[405]},{"name":"D3D11_LOGIC_OP_NAND","features":[405]},{"name":"D3D11_LOGIC_OP_NOOP","features":[405]},{"name":"D3D11_LOGIC_OP_NOR","features":[405]},{"name":"D3D11_LOGIC_OP_OR","features":[405]},{"name":"D3D11_LOGIC_OP_OR_INVERTED","features":[405]},{"name":"D3D11_LOGIC_OP_OR_REVERSE","features":[405]},{"name":"D3D11_LOGIC_OP_SET","features":[405]},{"name":"D3D11_LOGIC_OP_XOR","features":[405]},{"name":"D3D11_MAG_FILTER_SHIFT","features":[405]},{"name":"D3D11_MAJOR_VERSION","features":[405]},{"name":"D3D11_MAP","features":[405]},{"name":"D3D11_MAPPED_SUBRESOURCE","features":[405]},{"name":"D3D11_MAP_FLAG","features":[405]},{"name":"D3D11_MAP_FLAG_DO_NOT_WAIT","features":[405]},{"name":"D3D11_MAP_READ","features":[405]},{"name":"D3D11_MAP_READ_WRITE","features":[405]},{"name":"D3D11_MAP_WRITE","features":[405]},{"name":"D3D11_MAP_WRITE_DISCARD","features":[405]},{"name":"D3D11_MAP_WRITE_NO_OVERWRITE","features":[405]},{"name":"D3D11_MAX_BORDER_COLOR_COMPONENT","features":[405]},{"name":"D3D11_MAX_DEPTH","features":[405]},{"name":"D3D11_MAX_MAXANISOTROPY","features":[405]},{"name":"D3D11_MAX_MULTISAMPLE_SAMPLE_COUNT","features":[405]},{"name":"D3D11_MAX_POSITION_VALUE","features":[405]},{"name":"D3D11_MAX_TEXTURE_DIMENSION_2_TO_EXP","features":[405]},{"name":"D3D11_MESSAGE","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_APPLICATION_DEFINED","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_CLEANUP","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_COMPILATION","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_EXECUTION","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_INITIALIZATION","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_MISCELLANEOUS","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_RESOURCE_MANIPULATION","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_SHADER","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_STATE_CREATION","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_STATE_GETTING","features":[405]},{"name":"D3D11_MESSAGE_CATEGORY_STATE_SETTING","features":[405]},{"name":"D3D11_MESSAGE_ID","features":[405]},{"name":"D3D11_MESSAGE_ID_ACQUIREHANDLEFORCAPTURE_INVALIDARRAY","features":[405]},{"name":"D3D11_MESSAGE_ID_ACQUIREHANDLEFORCAPTURE_INVALIDBIND","features":[405]},{"name":"D3D11_MESSAGE_ID_ACQUIREHANDLEFORCAPTURE_INVALIDTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_ACQUIREHANDLEFORCAPTURE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_BLENDSTATE_GETDESC_LEGACY","features":[405]},{"name":"D3D11_MESSAGE_ID_BUFFER_MAP_ALREADYMAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_BUFFER_MAP_DEVICEREMOVED_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_BUFFER_MAP_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_BUFFER_MAP_INVALIDMAPTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_BUFFER_UNMAP_NOTMAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_CANNOT_ADD_TRACKED_WORKLOAD","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKCOUNTER_OUTOFRANGE_COUNTER","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKCOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKCRYPTOKEYEXCHANGE_INVALIDINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKCRYPTOKEYEXCHANGE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKCRYPTOSESSIONSTATUS_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKFEATURESUPPORT_FORMAT_DEPRECATED","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_DEPRECATED","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKMULTISAMPLEQUALITYLEVELS_FORMAT_DEPRECATED","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKMULTISAMPLEQUALITYLEVELS_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEODECODERDOWNSAMPLING_INVALIDCOLORSPACE","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEODECODERDOWNSAMPLING_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEODECODERDOWNSAMPLING_ZEROWIDTHHEIGHT","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEODECODERFORMAT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEODECODERFORMAT_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEOPROCESSORFORMATCONVERSION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEOPROCESSORFORMAT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DENORMFLUSH","features":[405]},{"name":"D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DEPTH_READONLY","features":[405]},{"name":"D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_INVALID","features":[405]},{"name":"D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_STENCIL_READONLY","features":[405]},{"name":"D3D11_MESSAGE_ID_CLEARRENDERTARGETVIEW_DENORMFLUSH","features":[405]},{"name":"D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEWFLOAT_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEWFLOAT_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEWUINT_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEW_DENORMFLUSH","features":[405]},{"name":"D3D11_MESSAGE_ID_CONFIGUREAUTHENTICATEDCHANNEL_INVALIDPROCESSIDTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CONFIGUREAUTHENTICATEDCHANNEL_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CONFIGUREAUTHENTICATEDCHANNEL_UNSUPPORTEDCONFIGURE","features":[405]},{"name":"D3D11_MESSAGE_ID_CONFIGUREAUTHENTICATEDCHANNEL_WRONGCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_CONFIGUREAUTHENTICATEDCHANNEL_WRONGSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDDESTINATIONSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCESTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_NO_3D_MISMATCHED_UPDATES","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_3D_READBACK","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_ONLY_READBACK","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_ONLY_TEXTURE_2D_WITHIN_GPU_MEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDDESTINATIONSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDOFFSET","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDSOURCESTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_LARGEOFFSET","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION1_INVALIDCOPYFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_EMPTYSOURCEBOX","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCEBOX","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYTILEMAPPINGS_INVALID_PARAMETER","features":[405]},{"name":"D3D11_MESSAGE_ID_COPYTILES_INVALID_PARAMETER","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_MULTITHREADING","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER1","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER10","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER11","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER12","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER13","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER14","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER15","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER2","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER3","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER4","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER5","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER6","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER7","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER8","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER9","features":[405]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_THIS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEAUTHENTICATEDCHANNEL_INVALIDTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEAUTHENTICATEDCHANNEL_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEAUTHENTICATEDCHANNEL_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEAUTHENTICATEDCHANNEL_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOPALPHA","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLEND","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLENDALPHA","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDLOGICOPS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDRENDERTARGETWRITEMASK","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLEND","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLENDALPHA","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_ALPHA_TO_COVERAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_BLEND_ENABLE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_WRITE_MASKS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_MRT_BLEND","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_SEPARATE_ALPHA_BLEND","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_OPERATION_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_TOOMANYOBJECTS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDBINDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDCONSTANTBUFFERBINDINGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDCPUACCESSFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDDIMENSIONS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDINITIALDATA","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDMIPLEVELS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDSAMPLES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDSTRUCTURESTRIDE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_LARGEALLOCATION","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDBINDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDCPUACCESSFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDCALL","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDCLASSLINKAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDSHADERBYTECODE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDSHADERTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOMPUTESHADER_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_NONEXCLUSIVE_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_OUTOFRANGE_COUNTER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_SIMULTANEOUS_ACTIVE_COUNTERS_EXHAUSTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECRYPTOSESSION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATECRYPTOSESSION_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALID_CALL_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALID_COMMANDLISTFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_SINGLETHREADED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFAILOP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFUNC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILPASSOP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILZFAILOP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHFUNC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHWRITEMASK","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFAILOP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFUNC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILPASSOP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILZFAILOP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_STENCIL_NO_TWO_SIDED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_TOOMANYOBJECTS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDIMENSIONS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_TOOMANYOBJECTS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_UNRECOGNIZEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICECONTEXTSTATE_FEATURELEVELS_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICECONTEXTSTATE_INVALIDFEATURELEVEL","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICECONTEXTSTATE_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICECONTEXTSTATE_INVALIDREFIID","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICE_INVALIDARGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICE_WARNING","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDCALL","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDCLASSLINKAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERBYTECODE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEDOMAINSHADER_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEFENCE_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_CANTHAVEONLYGAPS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DECLTOOCOMPLEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_EXPECTEDDECL","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCLASSLINKAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCOMPONENTCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDGAPDEFINITION","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMENTRIES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMSTREAMS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMSTRIDES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSLOT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSTREAMSTRIDE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERBYTECODE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTARTCOMPONENTANDCOMPONENTCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAMTORASTERIZER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MASKMISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGOUTPUTSIGNATURE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGSEMANTIC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_ONLYONEELEMENTPERSLOT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSLOT0EXPECTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSTREAMSTRIDEUNUSED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_REPEATEDOUTPUT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_TRAILING_DIGIT_IN_SEMANTIC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDDECL","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDENTRIES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDSTREAMS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDSTRIDES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDCLASSLINKAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERBYTECODE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDCALL","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDCLASSLINKAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERBYTECODE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEHULLSHADER_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_DUPLICATESEMANTIC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_EMPTY_LAYOUT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INCOMPATIBLEFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDALIGNMENT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDINPUTSLOTCLASS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOTCLASSCHANGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSTEPRATECHANGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_LEVEL9_INSTANCING_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_LEVEL9_STEPRATE_NOT_1","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_MISSINGELEMENT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_NULLSEMANTIC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_STEPRATESLOTCLASSMISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TOOMANYELEMENTS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TRAILING_DIGIT_IN_SEMANTIC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TYPE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_UNPARSEABLEINPUTSIGNATURE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_UNSUPPORTED_FORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDCLASSLINKAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERBYTECODE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEPIXELSHADER_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEPREDICATE_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_DECODENOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_ENCODENOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDCONTEXTTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDQUERY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_UNEXPECTEDMISCFLAG","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_UNSUPPORTEDCONTEXTTTYPEFORQUERY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEQUERY_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_DepthBiasClamp_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_DepthClipEnable_MUST_BE_TRUE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDCULLMODE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDDEPTHBIASCLAMP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFILLMODE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFORCEDSAMPLECOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDSLOPESCALEDDEPTHBIAS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALID_CONSERVATIVERASTERMODE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_TOOMANYOBJECTS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_AMBIGUOUSVIDEOPLANEINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDARRAYWITHDECODER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDIMENSIONS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDPLANEINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDVIDEOPLANEINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_TOOMANYOBJECTS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_UNRECOGNIZEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_UNSUPPORTEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_DIMENSION_EXCEEDS_FEATURE_LEVEL_DEFINITION","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_DIMENSION_OUT_OF_RANGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_DXGI_FORMAT_R8G8B8A8_CANNOT_BE_SHARED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_MSAA_PRECLUDES_SHADER_RESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NON_POW_2_MIPMAP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_RENDER_TARGET","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_SHADER_RESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_ARRAYS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_AUTOGEN_FOR_VOLUMES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_DWORD_INDEX_BUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_STREAM_OUT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_TEXTURE_1D","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_VB_AND_IB_BIND","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_ONLY_SINGLE_MIP_LEVEL_DEPTH_STENCIL_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_ONLY_VB_IB_FOR_BUFFERS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_PRESENTATION_PRECLUDES_SHADER_RESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_OUT_OF_RANGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_EXCESSIVE_ANISOTROPY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSU","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSV","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSW","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDCOMPARISONFUNC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDFILTER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXANISOTROPY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXLOD","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMINLOD","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMIPLODBIAS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_MAXLOD_MUST_BE_FLT_MAX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_MINLOD_MUST_NOT_BE_FRACTIONAL","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NO_COMPARISON_SUPPORT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NO_MIRRORONCE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_TOOMANYOBJECTS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESESOURCEVIEW_TOOMANYOBJECTS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_AMBIGUOUSVIDEOPLANEINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_CUBES_MUST_HAVE_6_SIDES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_FIRSTARRAYSLICE_MUST_BE_ZERO","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDARRAYWITHDECODER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDIMENSIONS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDPLANEINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDVIDEOPLANEINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_MUST_USE_LOWEST_LOD","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_TOOMANYOBJECTS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_UNRECOGNIZEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDBINDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDCPUACCESSFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDDIMENSIONS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDINITIALDATA","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDMIPLEVELS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDSAMPLES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_LARGEALLOCATION","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDBINDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDCPUACCESSFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNSUPPORTEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDBINDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDCPUACCESSFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDDIMENSIONS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDINITIALDATA","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDMIPLEVELS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDSAMPLES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_LARGEALLOCATION","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDBINDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDCPUACCESSFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNSUPPORTEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDBINDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDCPUACCESSFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDDIMENSIONS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDINITIALDATA","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDMIPLEVELS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDSAMPLES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_LARGEALLOCATION","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_NULLDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDBINDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDCPUACCESSFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNSUPPORTEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_AMBIGUOUSVIDEOPLANEINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDARRAYWITHDECODER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDESC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDIMENSIONS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDPLANEINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDVIDEOPLANEINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_TOOMANYOBJECTS","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_UNRECOGNIZEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDCLASSLINKAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERBYTECODE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVERTEXSHADER_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDARRAY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDARRAYSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDBIND","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDDIMENSION","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDMIP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_UNSUPPORTEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_UNSUPPORTEMIP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_DRIVER_INVALIDBUFFERSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_DRIVER_INVALIDBUFFERUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_ZEROWIDTHHEIGHT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_INVALIDFRAMEFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_INVALIDINPUTFRAMERATE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_INVALIDOUTPUTFRAMERATE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_INVALIDUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_INVALIDWIDTHHEIGHT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDARRAY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDARRAYSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDBIND","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDDIMENSION","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDFOURCC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDMIP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDMISC","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDMSAA","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_UNSUPPORTEDMIP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDARRAY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDBIND","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDDIMENSION","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDMIP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDMSAA","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_UNSUPPORTEDARRAY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_UNSUPPORTEDMIP","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOR_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOR_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_AUTHENTICATEDCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_BLENDSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_BUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_CLASSINSTANCE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_CLASSLINKAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_COMMANDLIST","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_COMPUTESHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_CONTEXT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_COUNTER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_CRYPTOSESSION","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_DECODEROUTPUTVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_DEPTHSTENCILSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_DEPTHSTENCILVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_DEVICECONTEXTSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_DOMAINSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_FENCE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_GEOMETRYSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_HULLSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_INPUTLAYOUT","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_PIXELSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_PREDICATE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_PROCESSORINPUTVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_PROCESSOROUTPUTVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_QUERY","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_RASTERIZERSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_RENDERTARGETVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_SAMPLER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_SHADERRESOURCEVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_SYNCHRONIZEDCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_TEXTURE1D","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_TEXTURE2D","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_TEXTURE3D","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_TRACKEDWORKLOAD","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_TRACKED_WORKLOAD_INVALID_DEADLINE_TYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_TRACKED_WORKLOAD_INVALID_ENGINE_TYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_TRACKED_WORKLOAD_INVALID_MAX_INSTANCES","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_TRACKED_WORKLOAD_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_UNORDEREDACCESSVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_VERTEXSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_VIDEODECODER","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_VIDEOPROCESSOR","features":[405]},{"name":"D3D11_MESSAGE_ID_CREATE_VIDEOPROCESSORENUM","features":[405]},{"name":"D3D11_MESSAGE_ID_CSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_CSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_CSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_CSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_CSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_CSSETSHADER_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_CSSETUNORDEREDACCESSVIEWS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D10L9_MESSAGES_END","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D10L9_MESSAGES_START","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D10_MESSAGES_END","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D11_1_MESSAGES_END","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D11_1_MESSAGES_START","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D11_2_MESSAGES_END","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D11_2_MESSAGES_START","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D11_3_MESSAGES_END","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D11_3_MESSAGES_START","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D11_5_MESSAGES_END","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D11_5_MESSAGES_START","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D11_MESSAGES_END","features":[405]},{"name":"D3D11_MESSAGE_ID_D3D11_MESSAGES_START","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_BUFFER_MISC_FLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_BUFFER_OFFSET","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_BUFFER_SIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_BUFFER_USAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_COMPONENT","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_COMPONENT_COUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODERENDFRAME_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODEREXTENSION_INVALIDRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_DECODEREXTENSION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_DST_MAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_DST_MULTISAMPLED","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_DST_NOT_RENDER_TARGET","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_DST_OFFERED","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_DST_WRONGDEVICE","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_FORMAT_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SIZE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SRC_CONTENT_UNDEFINED","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SRC_MAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SRC_NOT_STAGING","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SRC_OFFERED","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SRC_WRONGDEVICE","features":[405]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEFERRED_CONTEXT_REMOVAL_PROCESS_AT_FAULT","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_AUTHENTICATEDCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_BLENDSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_BUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_CLASSINSTANCE","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_CLASSLINKAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_COMMANDLIST","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_COMPUTESHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_CONTEXT","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_COUNTER","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_CRYPTOSESSION","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_DECODEROUTPUTVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_DEPTHSTENCILSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_DEPTHSTENCILVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_DEVICECONTEXTSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_DOMAINSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_FENCE","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_GEOMETRYSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_HULLSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_INPUTLAYOUT","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_PIXELSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_PREDICATE","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_PROCESSORINPUTVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_PROCESSOROUTPUTVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_QUERY","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_RASTERIZERSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_RENDERTARGETVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_SAMPLER","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_SHADERRESOURCEVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_SYNCHRONIZEDCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_TEXTURE1D","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_TEXTURE2D","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_TEXTURE3D","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_TRACKEDWORKLOAD","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_UNORDEREDACCESSVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_VERTEXSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_VIDEODECODER","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_VIDEOPROCESSOR","features":[405]},{"name":"D3D11_MESSAGE_ID_DESTROY_VIDEOPROCESSORENUM","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_MISMATCHED_DATA_SIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_UNRECOGNIZED_FEATURE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CLEARVIEW_EMPTYRECT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CLEARVIEW_INVALIDRECT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CLEARVIEW_INVALIDSOURCERECT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CLEARVIEW_INVALIDVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CLEARVIEW_NOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_UAVSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_UAVSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DOUBLEEXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DOUBLEFLOATOPSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_SHADEREXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UAVSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_UAVSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEHULLSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEHULLSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEHULLSHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEHULLSHADER_UAVSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_UAVSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATESHADER_CLASSLINKAGE_FULL","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_UAVSNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSGETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSGETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSGETUNORDEREDACCESSS_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETCONSTANTBUFFERS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETSHADERRESOURCES_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSS_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_INVALIDOFFSET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_INVALIDVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_TOOMANYVIEWS","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISCARDVIEW_INVALIDVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_INVALID_ARG_BUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_OFFSET_OVERFLOW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_OFFSET_UNALIGNED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCH_BOUND_RESOURCE_MAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCH_THREADGROUPCOUNT_OVERFLOW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCH_THREADGROUPCOUNT_ZERO","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCH_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INDEXPOS_OVERFLOW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INSTANCEPOS_OVERFLOW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDEXED_INDEXPOS_OVERFLOW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_INVALID_ARG_BUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_OFFSET_OVERFLOW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_OFFSET_UNALIGNED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINSTANCED_INSTANCEPOS_OVERFLOW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINSTANCED_VERTEXPOS_OVERFLOW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_BOUND_RESOURCE_MAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_TOO_SMALL","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_DEPTHSTENCILVIEW_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_GS_INPUT_PRIMITIVE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_CONTROL_POINT_COUNT_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_SIGNATURE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_TESSELLATOR_DOMAIN_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_HS_XOR_DS_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_HULL_SHADER_INPUT_TOPOLOGY_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_FORMAT_INVALID","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_TOO_SMALL","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_OFFSET_UNALIGNED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INPUTLAYOUT_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_PRIMITIVETOPOLOGY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_SYSTEMVALUE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_USE_OF_CENTER_MULTISAMPLE_PATTERN","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_USE_OF_FORCED_SAMPLE_COUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_OM_DUAL_SOURCE_BLENDING_CAN_ONLY_HAVE_RENDER_TARGET_0","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_OM_RENDER_TARGET_DOES_NOT_SUPPORT_BLENDING","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_OM_RENDER_TARGET_DOES_NOT_SUPPORT_LOGIC_OPS","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_OFFSET_UNALIGNED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_PIXEL_SHADER_WITHOUT_RTV_OR_DSV","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_POSITION_NOT_PRESENT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_PS_OUTPUT_TYPE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RASTERIZING_CONTROL_POINTS","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RENDERTARGETVIEW_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RENDERTARGETVIEW_NOT_SET_DUE_TO_FLIP_PRESENT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_GATHER_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_LD_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_C_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_MULTISAMPLE_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_RETURN_TYPE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_SAMPLE_COUNT_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SAMPLER_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SAMPLER_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SAMPLE_MASK_IGNORED_ON_FL9","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SHADERRESOURCEVIEW_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SO_STRIDE_LARGER_THAN_BUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SO_TARGETS_BOUND_WITHOUT_SOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_UNORDEREDACCESSVIEW_RENDERTARGETVIEW_OVERLAP","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEXPOS_OVERFLOW","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_STRIDE_TOO_SMALL","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_TOO_SMALL","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_OFFSET_UNALIGNED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_SHADER_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_STRIDE_UNALIGNED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VIEWPORT_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VIEW_DIMENSION_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSGETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSGETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSSETCONSTANTBUFFERS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSSETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSSETSHADERRESOURCES_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSSETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GENERATEMIPS_RESOURCE_INVALID","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GETRESOURCEMINLOD_INVALIDCONTEXT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GETRESOURCEMINLOD_INVALIDRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSGETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSGETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSSETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSGETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSGETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSSETCONSTANTBUFFERS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSSETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSSETSHADERRESOURCES_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSSETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IAGETVERTEXBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_FORMAT_INVALID","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_TOO_LARGE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_UNALIGNED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_ADJACENCY_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNDEFINED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNRECOGNIZED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_INVALIDRANGE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_OFFSET_TOO_LARGE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_STRIDE_TOO_LARGE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_LOCKEDOUT_INTERFACE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_INVALIDOFFSET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_NO_OP","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_NUMUAVS_INVALIDRANGE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_OVERLAPPING_OLD_SLOTS","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_TOOMANYVIEWS","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE1_ACCESS_DENIED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE1_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_BADINTERFACE_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_BY_NAME_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSGETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSGETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSSETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_AT_FAULT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_NOT_AT_FAULT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_POSSIBLY_AT_FAULT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_INVALID","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_SUBRESOURCE_INVALID","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_FORMAT_INVALID","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_INVALID","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_SUBRESOURCE_INVALID","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSGETSCISSORRECTS_RECTS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSGETVIEWPORTS_VIEWPORTS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_NEGATIVESCISSOR","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_TOO_MANY_SCISSORS","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_DENORMFLUSH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_INVALIDVIEWPORT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_TOO_MANY_VIEWPORTS","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETHARDWAREPROTECTION_INVALIDCONTEXT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDCONTEXT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDMINLOD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INSTANCE_DATA_BINDINGS","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INTERFACES_FEATURELEVEL","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INTERFACE_COUNT_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_DATA","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_INDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_TYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_UNBOUND_INSTANCE_DATA","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETTEXTFILTERSIZE_INVALIDDIMENSIONS","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_BUFFER_TYPE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_RAW_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_STRUCTURE_STRIDE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_COMPONENTTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_MINPRECISION","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_NEVERWRITTEN_ALWAYSREADS","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERMASK","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SEMANTICNAME_NOT_FOUND","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SYSTEMVALUE","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SOGETTARGETS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SOSETTARGETS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_SOSETTARGETS_OFFSET_UNALIGNED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_APPEND_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMICS_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_ADD_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_BITWISE_OPS_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_CMPSTORE_CMPEXCHANGE_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_EXCHANGE_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_SIGNED_MINMAX_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_UNSIGNED_MINMAX_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_BUFFER_TYPE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_COUNTER_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_DIMENSION_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_FORMAT_LD_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_FORMAT_STORE_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_NOT_SET","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_NOT_SET_DUE_TO_FLIP_PRESENT","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_RAW_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_RETURN_TYPE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_STRUCTURE_STRIDE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSGETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSGETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSSETSAMPLERS_SAMPLERS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_VIEWS_EMPTY","features":[405]},{"name":"D3D11_MESSAGE_ID_DIRTY_TILE_MAPPING_ACCESS","features":[405]},{"name":"D3D11_MESSAGE_ID_DRAWINDEXEDINSTANCED_NOT_SUPPORTED_BELOW_9_3","features":[405]},{"name":"D3D11_MESSAGE_ID_DRAWINDEXED_POINTLIST_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DRAWINDEXED_STARTINDEXLOCATION_MUST_BE_POSITIVE","features":[405]},{"name":"D3D11_MESSAGE_ID_DRAWINSTANCED_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_DSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_DSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_DSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_DSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_DSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_DSSETSHADER_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_DUPLICATE_TILE_MAPPINGS_IN_COVERED_AREA","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_DST_MAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_DST_NOT_STAGING","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_DST_OFFERED","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_DST_WRONGDEVICE","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_FORMAT_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SIZE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SRC_CONTENT_UNDEFINED","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SRC_MAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SRC_MULTISAMPLED","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SRC_OFFERED","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SRC_WRONGDEVICE","features":[405]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_END_TRACKED_WORKLOAD_INVALID_ARG","features":[405]},{"name":"D3D11_MESSAGE_ID_ENQUEUESETEVENT_ACCESSDENIED_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_ENQUEUESETEVENT_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_ENQUEUESETEVENT_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_ENQUEUESETEVENT_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_FINISHDISPLAYLIST_INVALID_CALL_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_FINISHDISPLAYLIST_ONIMMEDIATECONTEXT","features":[405]},{"name":"D3D11_MESSAGE_ID_FINISHDISPLAYLIST_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_FINISHSESSIONKEYREFRESH_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_FLUSH1_INVALIDCONTEXTTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_GEOMETRY_SHADER_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_GETAUTHENTICATEDCHANNELCERTIFICATESIZE_INVALIDCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_GETAUTHENTICATEDCHANNELCERTIFICATESIZE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETAUTHENTICATEDCHANNELCERTIFICATE_INVALIDCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_GETAUTHENTICATEDCHANNELCERTIFICATE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETAUTHENTICATEDCHANNELCERTIFICATE_WRONGSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_GETCONTENTPROTECTIONCAPS_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONCERTIFICATESIZE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONCERTIFICATE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONCERTIFICATE_WRONGSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONHANDLE_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONHANDLE_WRONGSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONPRIVATEDATASIZE_INVALID_KEY_EXCHANGE_TYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONPRIVATEDATASIZE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOTYPE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETDATAFORNEWHARDWAREKEY_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETDC_INACCESSIBLE","features":[405]},{"name":"D3D11_MESSAGE_ID_GETDECODERBUFFER_INVALIDBUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_GETDECODERBUFFER_INVALIDTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_GETDECODERBUFFER_LOCKED","features":[405]},{"name":"D3D11_MESSAGE_ID_GETDECODERBUFFER_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETDECODERCREATIONPARAMS_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETDECODERDRIVERHANDLE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETDECODERPROFILE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETENCRYPTIONBLTKEY_INVALIDSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_GETENCRYPTIONBLTKEY_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETPRIVATEDATA_MOREDATA","features":[405]},{"name":"D3D11_MESSAGE_ID_GETRESOURCETILING_NONTILED_RESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCAPS_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCAPS_ZEROWIDTHHEIGHT","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCONFIGCOUNT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCONFIGCOUNT_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCONFIG_INVALIDINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCONFIG_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCONFIG_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERPROFILECOUNT_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERPROFILE_INVALIDINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERPROFILE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERPROFILE_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORCAPS_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORCONTENTDESC_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORCUSTOMRATE_INVALIDINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORCUSTOMRATE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORFILTERRANGE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORRATECONVERSIONCAPS_INVALIDINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORRATECONVERSIONCAPS_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_GSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_GSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_GSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_GSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_GSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_GSSETSHADER_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_HSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_HSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_HSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_HSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_HSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_HSSETSHADER_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_IASETINDEXBUFFER_INVALIDBUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_IASETINDEXBUFFER_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_IASETINPUTLAYOUT_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_BAD_BUFFER_INDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_INVALIDBUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_INCOMPLETE_TRACKED_WORKLOAD_PAIR","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_1DESTUNSUPPORTEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_3DESTUNSUPPORTEDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_BACKBUFFERNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_CHROMASIZEMISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_DESTBOXESINTERSECT","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_DESTBOXNOT2D","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_DESTBOXNOTSUB","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_DESTINATIONNOT2D","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_DIMENSIONSTOOLARGE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_EMPTYDESTBOX","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_FORMATUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_FRACTIONALDOWNSCALETOLARGE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_GUARDRECTSUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDCOMPONENTS","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDCOPYFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDMIPLEVEL","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDNUMDESTINATIONS","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDSCANDATAOFFSET","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDSOURCESIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_LUMACHROMASIZEMISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_NONPOW2SCALEUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_NOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_OUTPUTDIMENSIONSTOOLARGE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_SCALEUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_SUBBOXUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_TILEDRESOURCESUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_UNSUPPORTEDDSTTEXTUREUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_UNSUPPORTEDSRCBUFFERMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_UNSUPPORTEDSRCBUFFERUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_UNSUPPRTEDCOPYFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_XSUBSAMPLEMISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_XSUBSAMPLEODD","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_YSUBSAMPLEMISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_YSUBSAMPLEODD","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_BACKBUFFERNOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_DIMENSIONSTOOLARGE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_FORMATUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_GUARDRECTSUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_INVALIDCOMPONENTS","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_INVALIDMIPLEVEL","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_INVALIDSCANDATAOFFSET","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_INVALIDSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_NOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_SOURCENOT2D","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_TILEDRESOURCESUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_UNSUPPORTEDDSTBUFFERMISCFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_UNSUPPORTEDDSTBUFFERUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_UNSUPPORTEDSRCTEXTUREUSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_XSUBSAMPLEMISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_YSUBSAMPLEMISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_AUTHENTICATEDCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_BLENDSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_BLENDSTATE_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_BUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_BUFFER_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_CLASSINSTANCE","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_CLASSLINKAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_COMMANDLIST","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_COMPUTESHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_CONTEXT","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_COUNTER","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_CRYPTOSESSION","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_DECODEROUTPUTVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILSTATE_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILVIEW_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_DEVICE","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_DEVICECONTEXTSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_DEVICE_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_DOMAINSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_FENCE","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_GEOMETRYSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_GEOMETRYSHADER_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_HULLSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_INPUTLAYOUT","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_INPUTLAYOUT_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_OBJECT_SUMMARY","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_OBJECT_SUMMARY_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_PIXELSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_PIXELSHADER_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_PREDICATE","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_PREDICATE_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_PROCESSORINPUTVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_PROCESSOROUTPUTVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_QUERY","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_QUERY_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_RASTERIZERSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_RASTERIZERSTATE_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_RENDERTARGETVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_RENDERTARGETVIEW_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_SAMPLER","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_SAMPLER_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_SHADERRESOURCEVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_SHADERRESOURCEVIEW_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_SWAPCHAIN","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_SYNCHRONIZEDCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE1D","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE1D_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE2D","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE2D_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE3D","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE3D_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_TRACKEDWORKLOAD","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_UNORDEREDACCESSVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_VERTEXSHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_VERTEXSHADER_WIN7","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_VIDEODECODER","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_VIDEOPROCESSOR","features":[405]},{"name":"D3D11_MESSAGE_ID_LIVE_VIDEOPROCESSORENUM","features":[405]},{"name":"D3D11_MESSAGE_ID_MESSAGE_REPORTING_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_MULTIPLE_TRACKED_WORKLOADS","features":[405]},{"name":"D3D11_MESSAGE_ID_MULTIPLE_TRACKED_WORKLOAD_PAIRS","features":[405]},{"name":"D3D11_MESSAGE_ID_NEED_TO_CALL_TILEDRESOURCEBARRIER","features":[405]},{"name":"D3D11_MESSAGE_ID_NEGOTIATEAUTHENTICATEDCHANNELKEYEXCHANGE_INVALIDCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_NEGOTIATEAUTHENTICATEDCHANNELKEYEXCHANGE_INVALIDSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_NEGOTIATEAUTHENTICATEDCHANNELKEYEXCHANGE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_NEGOTIATECRPYTOSESSIONKEYEXCHANGE_INVALIDSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_NEGOTIATECRPYTOSESSIONKEYEXCHANGE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_NEGOTIATECRYPTOSESSIONKEYEXCHANGEMT_INVALIDKEYEXCHANGETYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_NEGOTIATECRYPTOSESSIONKEYEXCHANGEMT_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_NO_TRACKED_WORKLOAD_SLOT_AVAILABLE","features":[405]},{"name":"D3D11_MESSAGE_ID_NULL_TILE_MAPPING_ACCESS_ERROR","features":[405]},{"name":"D3D11_MESSAGE_ID_NULL_TILE_MAPPING_ACCESS_WARNING","features":[405]},{"name":"D3D11_MESSAGE_ID_OFFERRELEASE_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_OFFERRESOURCES_INACCESSIBLE","features":[405]},{"name":"D3D11_MESSAGE_ID_OFFERRESOURCES_INVALIDPRIORITY","features":[405]},{"name":"D3D11_MESSAGE_ID_OFFERRESOURCES_INVALIDRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_OMSETBLENDSTATE_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_OMSETDEPTHSTENCILSTATE_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_OMSETDEPTHSTENCIL_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_OMSETRENDERTARGETS_INVALIDVIEW","features":[405]},{"name":"D3D11_MESSAGE_ID_OMSETRENDERTARGETS_NO_DIFFERING_BIT_DEPTHS","features":[405]},{"name":"D3D11_MESSAGE_ID_OMSETRENDERTARGETS_NO_SRGB_MRT","features":[405]},{"name":"D3D11_MESSAGE_ID_OMSETRENDERTARGETS_TOO_MANY_RENDER_TARGETS","features":[405]},{"name":"D3D11_MESSAGE_ID_OMSETRENDERTARGETS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_OUT_OF_ORDER_TRACKED_WORKLOAD_PAIR","features":[405]},{"name":"D3D11_MESSAGE_ID_PREDICATE_BEGIN_DURING_PREDICATION","features":[405]},{"name":"D3D11_MESSAGE_ID_PREDICATE_END_DURING_PREDICATION","features":[405]},{"name":"D3D11_MESSAGE_ID_PSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_PSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_PSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_PSSETSAMPLERS_TOO_MANY_SAMPLERS","features":[405]},{"name":"D3D11_MESSAGE_ID_PSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_PSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_PSSETSHADER_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_PSSETUNORDEREDACCESSVIEWS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERYAUTHENTICATEDCHANNEL_INVALIDPROCESSINDEX","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERYAUTHENTICATEDCHANNEL_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERYAUTHENTICATEDCHANNEL_UNSUPPORTEDQUERY","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERYAUTHENTICATEDCHANNEL_WRONGCHANNEL","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERYAUTHENTICATEDCHANNEL_WRONGSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERY_BEGIN_ABANDONING_PREVIOUS_RESULTS","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERY_BEGIN_DUPLICATE","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERY_BEGIN_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERY_END_ABANDONING_PREVIOUS_RESULTS","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERY_END_WITHOUT_BEGIN","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_CALL","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_DATASIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_FLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_RECOMMENDVIDEODECODERDOWNSAMPLING_INVALIDCOLORSPACE","features":[405]},{"name":"D3D11_MESSAGE_ID_RECOMMENDVIDEODECODERDOWNSAMPLING_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_RECOMMENDVIDEODECODERDOWNSAMPLING_ZEROWIDTHHEIGHT","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_ACCESSING_INDEXABLE_TEMP_OUT_OF_RANGE","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_HARDWARE_EXCEPTION","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_INFO","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_KMDRIVER_EXCEPTION","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_OUT_OF_MEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_PROBLEM_PARSING_SHADER","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_SIMULATING_INFINITELY_FAST_HARDWARE","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_THREADING_MODE","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_UMDRIVER_EXCEPTION","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_WARNING","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_WARNING_ATOMIC_INCONSISTENT","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_WARNING_RAW_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_WARNING_READING_UNINITIALIZED_RESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_WARNING_WAR_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_REF_WARNING_WAW_HAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_RELEASEDECODERBUFFER_INVALIDTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_RELEASEDECODERBUFFER_NOTLOCKED","features":[405]},{"name":"D3D11_MESSAGE_ID_RELEASEDECODERBUFFER_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_RESIZETILEPOOL_INVALID_PARAMETER","features":[405]},{"name":"D3D11_MESSAGE_ID_RESIZETILEPOOL_SHRINK_WITH_MAPPINGS_STILL_DEFINED_PAST_END","features":[405]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_ALREADYMAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_DEVICEREMOVED_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDMAPTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_OUTOFMEMORY_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_WITHOUT_INITIAL_DISCARD","features":[405]},{"name":"D3D11_MESSAGE_ID_RESOURCE_UNMAP_INVALIDSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_RESOURCE_UNMAP_NOTMAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_RSSETSTATE_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_SETBLENDSTATE_SAMPLE_MASK_CANNOT_BE_ZERO","features":[405]},{"name":"D3D11_MESSAGE_ID_SETEXCEPTIONMODE_DEVICEREMOVED_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_SETEXCEPTIONMODE_INVALIDARG_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_SETEXCEPTIONMODE_UNRECOGNIZEDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_SETPREDICATION_INVALID_PREDICATE_STATE","features":[405]},{"name":"D3D11_MESSAGE_ID_SETPREDICATION_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_SETPRIVATEDATA_CHANGINGPARAMS","features":[405]},{"name":"D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDFREEDATA","features":[405]},{"name":"D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDIUNKNOWN","features":[405]},{"name":"D3D11_MESSAGE_ID_SETPRIVATEDATA_OUTOFMEMORY","features":[405]},{"name":"D3D11_MESSAGE_ID_SHADERRESOURCEVIEW_GETDESC_LEGACY","features":[405]},{"name":"D3D11_MESSAGE_ID_SHADER_ABORT","features":[405]},{"name":"D3D11_MESSAGE_ID_SHADER_ERROR","features":[405]},{"name":"D3D11_MESSAGE_ID_SHADER_MESSAGE","features":[405]},{"name":"D3D11_MESSAGE_ID_SLOT_ZERO_MUST_BE_D3D10_INPUT_PER_VERTEX_DATA","features":[405]},{"name":"D3D11_MESSAGE_ID_SOSETTARGETS_INVALIDBUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_SOSETTARGETS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_STARTSESSIONKEYREFRESH_INVALIDSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_STARTSESSIONKEYREFRESH_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_STREAM_OUT_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_STRING_FROM_APPLICATION","features":[405]},{"name":"D3D11_MESSAGE_ID_SUBMITDECODERBUFFERS_INVALIDTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_SUBMITDECODERBUFFERS_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_SWAPDEVICECONTEXTSTATE_NOTSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_MAP_ALREADYMAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_MAP_DEVICEREMOVED_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDMAPTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_UNMAP_INVALIDSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_UNMAP_NOTMAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_MAP_ALREADYMAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_MAP_DEVICEREMOVED_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDMAPTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_UNMAP_INVALIDSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_UNMAP_NOTMAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_MAP_ALREADYMAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_MAP_DEVICEREMOVED_RETURN","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDMAPTYPE","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_UNMAP_INVALIDSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_UNMAP_NOTMAPPED","features":[405]},{"name":"D3D11_MESSAGE_ID_TEXT_FILTER_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_TILEDRESOURCEBARRIER_INVALID_PARAMETER","features":[405]},{"name":"D3D11_MESSAGE_ID_TILED_RESOURCE_TIER_1_BUFFER_TEXTURE_MISMATCH","features":[405]},{"name":"D3D11_MESSAGE_ID_TILE_MAPPINGS_IN_COVERED_AREA_DUPLICATED_OUTSIDE","features":[405]},{"name":"D3D11_MESSAGE_ID_TILE_MAPPINGS_SHARED_BETWEEN_INCOMPATIBLE_RESOURCES","features":[405]},{"name":"D3D11_MESSAGE_ID_TILE_MAPPINGS_SHARED_BETWEEN_INPUT_AND_OUTPUT","features":[405]},{"name":"D3D11_MESSAGE_ID_TRACKED_WORKLOAD_DISJOINT_FAILURE","features":[405]},{"name":"D3D11_MESSAGE_ID_TRACKED_WORKLOAD_ENGINE_TYPE_NOT_FOUND","features":[405]},{"name":"D3D11_MESSAGE_ID_TRACKED_WORKLOAD_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_UNKNOWN","features":[405]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE1_INVALIDCOPYFLAGS","features":[405]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE_EMPTYDESTBOX","features":[405]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONBOX","features":[405]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSTATE","features":[405]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSUBRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE_PREFERUPDATESUBRESOURCE1","features":[405]},{"name":"D3D11_MESSAGE_ID_UPDATETILEMAPPINGS_INVALID_PARAMETER","features":[405]},{"name":"D3D11_MESSAGE_ID_UPDATETILES_INVALID_PARAMETER","features":[405]},{"name":"D3D11_MESSAGE_ID_USE_OF_ZERO_REFCOUNT_OBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEODECODERENABLEDOWNSAMPLING_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEODECODERENABLEDOWNSAMPLING_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEODECODERUPDATEDOWNSAMPLING_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEODECODERUPDATEDOWNSAMPLING_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INPUTHAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDARRAY","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDARRAYSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDDESTRECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDFUTUREFRAMES","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDINPUTRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDOUTPUT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDPASTFRAMES","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDRIGHTRESOURCE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDSOURCERECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDSTREAMCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_NOSTEREOSTREAMS","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_OUTPUTHAZARD","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_RIGHTEXPECTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_RIGHTNOTEXPECTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_STEREONOTENABLED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_TARGETRECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETBEHAVIORHINTS_INVALIDDESTRECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETBEHAVIORHINTS_INVALIDSOURCERECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETBEHAVIORHINTS_INVALIDSTREAMCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETBEHAVIORHINTS_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETBEHAVIORHINTS_TARGETRECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTALPHAFILLMODE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTBACKGROUNDCOLOR_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTCOLORSPACE1_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTCOLORSPACE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTCONSTRICTION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTEXTENSION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTHDRMETADATA_INVALIDSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTHDRMETADATA_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTSHADERUSAGE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTSTEREOMODE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTTARGETRECT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMALPHA_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMALPHA_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMAUTOPROCESSINGMODE_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMAUTOPROCESSINGMODE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMCOLORSPACE1_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMCOLORSPACE1_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMCOLORSPACE_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMCOLORSPACE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMDESTRECT_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMDESTRECT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMEXTENSION_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMEXTENSION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMFILTER_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMFILTER_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMFRAMEFORMAT_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMFRAMEFORMAT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMHDRMETADATA_INVALIDSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMHDRMETADATA_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMHDRMETADATA_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMLUMAKEY_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMLUMAKEY_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMMIRROR_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMMIRROR_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMOUTPUTRATE_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMOUTPUTRATE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMPALETTE_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMPALETTE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMPIXELASPECTRATIO_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMPIXELASPECTRATIO_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMROTATION_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMROTATION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMSOURCERECT_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMSOURCERECT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMSTEREOFORMAT_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMSTEREOFORMAT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTALPHAFILLMODE_INVALIDFILLMODE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTALPHAFILLMODE_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTALPHAFILLMODE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTALPHAFILLMODE_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTBACKGROUNDCOLOR_INVALIDALPHA","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTBACKGROUNDCOLOR_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTCOLORSPACE1_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTCOLORSPACE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTCONSTRICTION_INVALIDSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTCONSTRICTION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTCONSTRICTION_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTEXTENSION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTHDRMETADATA_INVALIDSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTHDRMETADATA_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTSHADERUSAGE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTSTEREOMODE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTSTEREOMODE_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTTARGETRECT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMALPHA_INVALIDALPHA","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMALPHA_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMALPHA_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMALPHA_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMAUTOPROCESSINGMODE_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMAUTOPROCESSINGMODE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMCOLORSPACE1_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMCOLORSPACE1_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMCOLORSPACE_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMCOLORSPACE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMDESTRECT_INVALIDRECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMDESTRECT_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMDESTRECT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMEXTENSION_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMEXTENSION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFILTER_INVALIDFILTER","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFILTER_INVALIDLEVEL","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFILTER_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFILTER_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFILTER_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFRAMEFORMAT_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFRAMEFORMAT_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFRAMEFORMAT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMHDRMETADATA_INVALIDSIZE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMHDRMETADATA_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMHDRMETADATA_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMLUMAKEY_INVALIDRANGE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMLUMAKEY_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMLUMAKEY_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMLUMAKEY_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMMIRROR_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMMIRROR_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMMIRROR_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMOUTPUTRATE_INVALIDFLAG","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMOUTPUTRATE_INVALIDRATE","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMOUTPUTRATE_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMOUTPUTRATE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPALETTE_INVALIDALPHA","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPALETTE_INVALIDCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPALETTE_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPALETTE_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPIXELASPECTRATIO_INVALIDRATIO","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPIXELASPECTRATIO_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPIXELASPECTRATIO_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPIXELASPECTRATIO_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMROTATION_INVALID","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMROTATION_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMROTATION_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMROTATION_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSOURCERECT_INVALIDRECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSOURCERECT_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSOURCERECT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_FLIPUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_FORMATUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_INVALIDFORMAT","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_INVALIDSTREAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_MONOOFFSETUNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_NULLPARAM","features":[405]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_UNSUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[405]},{"name":"D3D11_MESSAGE_ID_VSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[405]},{"name":"D3D11_MESSAGE_ID_VSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VSSETSAMPLERS_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_ID_VSSETSAMPLERS_TOO_MANY_SAMPLERS","features":[405]},{"name":"D3D11_MESSAGE_ID_VSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VSSETSHADER_UNBINDDELETINGOBJECT","features":[405]},{"name":"D3D11_MESSAGE_ID_VSSHADERRESOURCES_NOT_SUPPORTED","features":[405]},{"name":"D3D11_MESSAGE_SEVERITY","features":[405]},{"name":"D3D11_MESSAGE_SEVERITY_CORRUPTION","features":[405]},{"name":"D3D11_MESSAGE_SEVERITY_ERROR","features":[405]},{"name":"D3D11_MESSAGE_SEVERITY_INFO","features":[405]},{"name":"D3D11_MESSAGE_SEVERITY_MESSAGE","features":[405]},{"name":"D3D11_MESSAGE_SEVERITY_WARNING","features":[405]},{"name":"D3D11_MINOR_VERSION","features":[405]},{"name":"D3D11_MIN_BORDER_COLOR_COMPONENT","features":[405]},{"name":"D3D11_MIN_DEPTH","features":[405]},{"name":"D3D11_MIN_FILTER_SHIFT","features":[405]},{"name":"D3D11_MIN_MAXANISOTROPY","features":[405]},{"name":"D3D11_MIP_FILTER_SHIFT","features":[405]},{"name":"D3D11_MIP_LOD_BIAS_MAX","features":[405]},{"name":"D3D11_MIP_LOD_BIAS_MIN","features":[405]},{"name":"D3D11_MIP_LOD_FRACTIONAL_BIT_COUNT","features":[405]},{"name":"D3D11_MIP_LOD_RANGE_BIT_COUNT","features":[405]},{"name":"D3D11_MULTISAMPLE_ANTIALIAS_LINE_WIDTH","features":[405]},{"name":"D3D11_MUTE_CATEGORY","features":[405]},{"name":"D3D11_MUTE_DEBUG_OUTPUT","features":[405]},{"name":"D3D11_MUTE_ID_DECIMAL","features":[405]},{"name":"D3D11_MUTE_ID_STRING","features":[405]},{"name":"D3D11_MUTE_SEVERITY","features":[405]},{"name":"D3D11_NONSAMPLE_FETCH_OUT_OF_RANGE_ACCESS_RESULT","features":[405]},{"name":"D3D11_OMAC","features":[405]},{"name":"D3D11_PACKED_MIP_DESC","features":[405]},{"name":"D3D11_PACKED_TILE","features":[405]},{"name":"D3D11_PARAMETER_DESC","features":[402,405]},{"name":"D3D11_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[405]},{"name":"D3D11_PIXEL_SHADER","features":[405]},{"name":"D3D11_PIXEL_SHADER_TRACE_DESC","features":[405]},{"name":"D3D11_PRE_SCISSOR_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[405]},{"name":"D3D11_PROCESSIDTYPE_DWM","features":[405]},{"name":"D3D11_PROCESSIDTYPE_HANDLE","features":[405]},{"name":"D3D11_PROCESSIDTYPE_UNKNOWN","features":[405]},{"name":"D3D11_PS_CS_UAV_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_PS_CS_UAV_REGISTER_COUNT","features":[405]},{"name":"D3D11_PS_CS_UAV_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_PS_CS_UAV_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_PS_FRONTFACING_DEFAULT_VALUE","features":[405]},{"name":"D3D11_PS_FRONTFACING_FALSE_VALUE","features":[405]},{"name":"D3D11_PS_FRONTFACING_TRUE_VALUE","features":[405]},{"name":"D3D11_PS_INPUT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_PS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_PS_INPUT_REGISTER_COUNT","features":[405]},{"name":"D3D11_PS_INPUT_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_PS_INPUT_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_PS_LEGACY_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[405]},{"name":"D3D11_PS_OUTPUT_DEPTH_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_PS_OUTPUT_DEPTH_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_PS_OUTPUT_DEPTH_REGISTER_COUNT","features":[405]},{"name":"D3D11_PS_OUTPUT_MASK_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_PS_OUTPUT_MASK_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_PS_OUTPUT_MASK_REGISTER_COUNT","features":[405]},{"name":"D3D11_PS_OUTPUT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_PS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_PS_OUTPUT_REGISTER_COUNT","features":[405]},{"name":"D3D11_PS_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[405]},{"name":"D3D11_QUERY","features":[405]},{"name":"D3D11_QUERY_DATA_PIPELINE_STATISTICS","features":[405]},{"name":"D3D11_QUERY_DATA_SO_STATISTICS","features":[405]},{"name":"D3D11_QUERY_DATA_TIMESTAMP_DISJOINT","features":[307,405]},{"name":"D3D11_QUERY_DESC","features":[405]},{"name":"D3D11_QUERY_DESC1","features":[405]},{"name":"D3D11_QUERY_EVENT","features":[405]},{"name":"D3D11_QUERY_MISC_FLAG","features":[405]},{"name":"D3D11_QUERY_MISC_PREDICATEHINT","features":[405]},{"name":"D3D11_QUERY_OCCLUSION","features":[405]},{"name":"D3D11_QUERY_OCCLUSION_PREDICATE","features":[405]},{"name":"D3D11_QUERY_PIPELINE_STATISTICS","features":[405]},{"name":"D3D11_QUERY_SO_OVERFLOW_PREDICATE","features":[405]},{"name":"D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM0","features":[405]},{"name":"D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM1","features":[405]},{"name":"D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM2","features":[405]},{"name":"D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM3","features":[405]},{"name":"D3D11_QUERY_SO_STATISTICS","features":[405]},{"name":"D3D11_QUERY_SO_STATISTICS_STREAM0","features":[405]},{"name":"D3D11_QUERY_SO_STATISTICS_STREAM1","features":[405]},{"name":"D3D11_QUERY_SO_STATISTICS_STREAM2","features":[405]},{"name":"D3D11_QUERY_SO_STATISTICS_STREAM3","features":[405]},{"name":"D3D11_QUERY_TIMESTAMP","features":[405]},{"name":"D3D11_QUERY_TIMESTAMP_DISJOINT","features":[405]},{"name":"D3D11_RAISE_FLAG","features":[405]},{"name":"D3D11_RAISE_FLAG_DRIVER_INTERNAL_ERROR","features":[405]},{"name":"D3D11_RASTERIZER_DESC","features":[307,405]},{"name":"D3D11_RASTERIZER_DESC1","features":[307,405]},{"name":"D3D11_RASTERIZER_DESC2","features":[307,405]},{"name":"D3D11_RAW_UAV_SRV_BYTE_ALIGNMENT","features":[405]},{"name":"D3D11_REGKEY_PATH","features":[405]},{"name":"D3D11_RENDER_TARGET_BLEND_DESC","features":[307,405]},{"name":"D3D11_RENDER_TARGET_BLEND_DESC1","features":[307,405]},{"name":"D3D11_RENDER_TARGET_VIEW_DESC","features":[405,397]},{"name":"D3D11_RENDER_TARGET_VIEW_DESC1","features":[405,397]},{"name":"D3D11_REQ_BLEND_OBJECT_COUNT_PER_DEVICE","features":[405]},{"name":"D3D11_REQ_BUFFER_RESOURCE_TEXEL_COUNT_2_TO_EXP","features":[405]},{"name":"D3D11_REQ_CONSTANT_BUFFER_ELEMENT_COUNT","features":[405]},{"name":"D3D11_REQ_DEPTH_STENCIL_OBJECT_COUNT_PER_DEVICE","features":[405]},{"name":"D3D11_REQ_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[405]},{"name":"D3D11_REQ_DRAW_VERTEX_COUNT_2_TO_EXP","features":[405]},{"name":"D3D11_REQ_FILTERING_HW_ADDRESSABLE_RESOURCE_DIMENSION","features":[405]},{"name":"D3D11_REQ_GS_INVOCATION_32BIT_OUTPUT_COMPONENT_LIMIT","features":[405]},{"name":"D3D11_REQ_IMMEDIATE_CONSTANT_BUFFER_ELEMENT_COUNT","features":[405]},{"name":"D3D11_REQ_MAXANISOTROPY","features":[405]},{"name":"D3D11_REQ_MIP_LEVELS","features":[405]},{"name":"D3D11_REQ_MULTI_ELEMENT_STRUCTURE_SIZE_IN_BYTES","features":[405]},{"name":"D3D11_REQ_RASTERIZER_OBJECT_COUNT_PER_DEVICE","features":[405]},{"name":"D3D11_REQ_RENDER_TO_BUFFER_WINDOW_WIDTH","features":[405]},{"name":"D3D11_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_A_TERM","features":[405]},{"name":"D3D11_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_B_TERM","features":[405]},{"name":"D3D11_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_C_TERM","features":[405]},{"name":"D3D11_REQ_RESOURCE_VIEW_COUNT_PER_DEVICE_2_TO_EXP","features":[405]},{"name":"D3D11_REQ_SAMPLER_OBJECT_COUNT_PER_DEVICE","features":[405]},{"name":"D3D11_REQ_TEXTURE1D_ARRAY_AXIS_DIMENSION","features":[405]},{"name":"D3D11_REQ_TEXTURE1D_U_DIMENSION","features":[405]},{"name":"D3D11_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION","features":[405]},{"name":"D3D11_REQ_TEXTURE2D_U_OR_V_DIMENSION","features":[405]},{"name":"D3D11_REQ_TEXTURE3D_U_V_OR_W_DIMENSION","features":[405]},{"name":"D3D11_REQ_TEXTURECUBE_DIMENSION","features":[405]},{"name":"D3D11_RESINFO_INSTRUCTION_MISSING_COMPONENT_RETVAL","features":[405]},{"name":"D3D11_RESOURCE_DIMENSION","features":[405]},{"name":"D3D11_RESOURCE_DIMENSION_BUFFER","features":[405]},{"name":"D3D11_RESOURCE_DIMENSION_TEXTURE1D","features":[405]},{"name":"D3D11_RESOURCE_DIMENSION_TEXTURE2D","features":[405]},{"name":"D3D11_RESOURCE_DIMENSION_TEXTURE3D","features":[405]},{"name":"D3D11_RESOURCE_DIMENSION_UNKNOWN","features":[405]},{"name":"D3D11_RESOURCE_MISC_BUFFER_ALLOW_RAW_VIEWS","features":[405]},{"name":"D3D11_RESOURCE_MISC_BUFFER_STRUCTURED","features":[405]},{"name":"D3D11_RESOURCE_MISC_DRAWINDIRECT_ARGS","features":[405]},{"name":"D3D11_RESOURCE_MISC_FLAG","features":[405]},{"name":"D3D11_RESOURCE_MISC_GDI_COMPATIBLE","features":[405]},{"name":"D3D11_RESOURCE_MISC_GENERATE_MIPS","features":[405]},{"name":"D3D11_RESOURCE_MISC_GUARDED","features":[405]},{"name":"D3D11_RESOURCE_MISC_HW_PROTECTED","features":[405]},{"name":"D3D11_RESOURCE_MISC_RESOURCE_CLAMP","features":[405]},{"name":"D3D11_RESOURCE_MISC_RESTRICTED_CONTENT","features":[405]},{"name":"D3D11_RESOURCE_MISC_RESTRICT_SHARED_RESOURCE","features":[405]},{"name":"D3D11_RESOURCE_MISC_RESTRICT_SHARED_RESOURCE_DRIVER","features":[405]},{"name":"D3D11_RESOURCE_MISC_SHARED","features":[405]},{"name":"D3D11_RESOURCE_MISC_SHARED_DISPLAYABLE","features":[405]},{"name":"D3D11_RESOURCE_MISC_SHARED_EXCLUSIVE_WRITER","features":[405]},{"name":"D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX","features":[405]},{"name":"D3D11_RESOURCE_MISC_SHARED_NTHANDLE","features":[405]},{"name":"D3D11_RESOURCE_MISC_TEXTURECUBE","features":[405]},{"name":"D3D11_RESOURCE_MISC_TILED","features":[405]},{"name":"D3D11_RESOURCE_MISC_TILE_POOL","features":[405]},{"name":"D3D11_RLDO_DETAIL","features":[405]},{"name":"D3D11_RLDO_FLAGS","features":[405]},{"name":"D3D11_RLDO_IGNORE_INTERNAL","features":[405]},{"name":"D3D11_RLDO_SUMMARY","features":[405]},{"name":"D3D11_RTV_DIMENSION","features":[405]},{"name":"D3D11_RTV_DIMENSION_BUFFER","features":[405]},{"name":"D3D11_RTV_DIMENSION_TEXTURE1D","features":[405]},{"name":"D3D11_RTV_DIMENSION_TEXTURE1DARRAY","features":[405]},{"name":"D3D11_RTV_DIMENSION_TEXTURE2D","features":[405]},{"name":"D3D11_RTV_DIMENSION_TEXTURE2DARRAY","features":[405]},{"name":"D3D11_RTV_DIMENSION_TEXTURE2DMS","features":[405]},{"name":"D3D11_RTV_DIMENSION_TEXTURE2DMSARRAY","features":[405]},{"name":"D3D11_RTV_DIMENSION_TEXTURE3D","features":[405]},{"name":"D3D11_RTV_DIMENSION_UNKNOWN","features":[405]},{"name":"D3D11_SAMPLER_DESC","features":[405]},{"name":"D3D11_SDK_LAYERS_VERSION","features":[405]},{"name":"D3D11_SDK_VERSION","features":[405]},{"name":"D3D11_SHADER_BUFFER_DESC","features":[402,405]},{"name":"D3D11_SHADER_CACHE_SUPPORT_AUTOMATIC_DISK_CACHE","features":[405]},{"name":"D3D11_SHADER_CACHE_SUPPORT_AUTOMATIC_INPROC_CACHE","features":[405]},{"name":"D3D11_SHADER_CACHE_SUPPORT_FLAGS","features":[405]},{"name":"D3D11_SHADER_CACHE_SUPPORT_NONE","features":[405]},{"name":"D3D11_SHADER_DESC","features":[402,405]},{"name":"D3D11_SHADER_INPUT_BIND_DESC","features":[402,405]},{"name":"D3D11_SHADER_MAJOR_VERSION","features":[405]},{"name":"D3D11_SHADER_MAX_INSTANCES","features":[405]},{"name":"D3D11_SHADER_MAX_INTERFACES","features":[405]},{"name":"D3D11_SHADER_MAX_INTERFACE_CALL_SITES","features":[405]},{"name":"D3D11_SHADER_MAX_TYPES","features":[405]},{"name":"D3D11_SHADER_MINOR_VERSION","features":[405]},{"name":"D3D11_SHADER_MIN_PRECISION_10_BIT","features":[405]},{"name":"D3D11_SHADER_MIN_PRECISION_16_BIT","features":[405]},{"name":"D3D11_SHADER_MIN_PRECISION_SUPPORT","features":[405]},{"name":"D3D11_SHADER_RESOURCE_VIEW_DESC","features":[402,405,397]},{"name":"D3D11_SHADER_RESOURCE_VIEW_DESC1","features":[402,405,397]},{"name":"D3D11_SHADER_TRACE_DESC","features":[405]},{"name":"D3D11_SHADER_TRACE_FLAG_RECORD_REGISTER_READS","features":[405]},{"name":"D3D11_SHADER_TRACE_FLAG_RECORD_REGISTER_WRITES","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTIONS","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_ALLOW_SAME","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_ALL_HAZARDS","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_ALL_HAZARDS_ALLOWING_SAME","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_ALL_OPTIONS","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_IGNORE","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_ATOMIC_CONSISTENCY","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_ATOMIC_CONSISTENCY_ACROSS_THREADGROUPS","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_RAW","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_RAW_ACROSS_THREADGROUPS","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_UNINITIALIZED","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_WAR","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_WAR_ACROSS_THREADGROUPS","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_WAW","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_WAW_ACROSS_THREADGROUPS","features":[405]},{"name":"D3D11_SHADER_TRACKING_OPTION_UAV_SPECIFIC_FLAGS","features":[405]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE","features":[405]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_ALL","features":[405]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_ALL_DEVICEMEMORY","features":[405]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_ALL_SHARED_MEMORY","features":[405]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_GROUPSHARED_MEMORY","features":[405]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_GROUPSHARED_NON_UAV","features":[405]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_NONE","features":[405]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_NON_UAV_DEVICEMEMORY","features":[405]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_UAV_DEVICEMEMORY","features":[405]},{"name":"D3D11_SHADER_TYPE","features":[405]},{"name":"D3D11_SHADER_TYPE_DESC","features":[402,405]},{"name":"D3D11_SHADER_VARIABLE_DESC","features":[405]},{"name":"D3D11_SHADER_VERSION_TYPE","features":[405]},{"name":"D3D11_SHARED_RESOURCE_TIER","features":[405]},{"name":"D3D11_SHARED_RESOURCE_TIER_0","features":[405]},{"name":"D3D11_SHARED_RESOURCE_TIER_1","features":[405]},{"name":"D3D11_SHARED_RESOURCE_TIER_2","features":[405]},{"name":"D3D11_SHARED_RESOURCE_TIER_3","features":[405]},{"name":"D3D11_SHIFT_INSTRUCTION_PAD_VALUE","features":[405]},{"name":"D3D11_SHIFT_INSTRUCTION_SHIFT_VALUE_BIT_COUNT","features":[405]},{"name":"D3D11_SHVER_COMPUTE_SHADER","features":[405]},{"name":"D3D11_SHVER_DOMAIN_SHADER","features":[405]},{"name":"D3D11_SHVER_GEOMETRY_SHADER","features":[405]},{"name":"D3D11_SHVER_HULL_SHADER","features":[405]},{"name":"D3D11_SHVER_PIXEL_SHADER","features":[405]},{"name":"D3D11_SHVER_RESERVED0","features":[405]},{"name":"D3D11_SHVER_VERTEX_SHADER","features":[405]},{"name":"D3D11_SIGNATURE_PARAMETER_DESC","features":[402,405]},{"name":"D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT","features":[405]},{"name":"D3D11_SO_BUFFER_MAX_STRIDE_IN_BYTES","features":[405]},{"name":"D3D11_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES","features":[405]},{"name":"D3D11_SO_BUFFER_SLOT_COUNT","features":[405]},{"name":"D3D11_SO_DDI_REGISTER_INDEX_DENOTING_GAP","features":[405]},{"name":"D3D11_SO_DECLARATION_ENTRY","features":[405]},{"name":"D3D11_SO_NO_RASTERIZED_STREAM","features":[405]},{"name":"D3D11_SO_OUTPUT_COMPONENT_COUNT","features":[405]},{"name":"D3D11_SO_STREAM_COUNT","features":[405]},{"name":"D3D11_SPEC_DATE_DAY","features":[405]},{"name":"D3D11_SPEC_DATE_MONTH","features":[405]},{"name":"D3D11_SPEC_DATE_YEAR","features":[405]},{"name":"D3D11_SPEC_VERSION","features":[405]},{"name":"D3D11_SRGB_GAMMA","features":[405]},{"name":"D3D11_SRGB_TO_FLOAT_DENOMINATOR_1","features":[405]},{"name":"D3D11_SRGB_TO_FLOAT_DENOMINATOR_2","features":[405]},{"name":"D3D11_SRGB_TO_FLOAT_EXPONENT","features":[405]},{"name":"D3D11_SRGB_TO_FLOAT_OFFSET","features":[405]},{"name":"D3D11_SRGB_TO_FLOAT_THRESHOLD","features":[405]},{"name":"D3D11_SRGB_TO_FLOAT_TOLERANCE_IN_ULP","features":[405]},{"name":"D3D11_STANDARD_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_STANDARD_COMPONENT_BIT_COUNT_DOUBLED","features":[405]},{"name":"D3D11_STANDARD_MAXIMUM_ELEMENT_ALIGNMENT_BYTE_MULTIPLE","features":[405]},{"name":"D3D11_STANDARD_MULTISAMPLE_PATTERN","features":[405]},{"name":"D3D11_STANDARD_MULTISAMPLE_QUALITY_LEVELS","features":[405]},{"name":"D3D11_STANDARD_PIXEL_COMPONENT_COUNT","features":[405]},{"name":"D3D11_STANDARD_PIXEL_ELEMENT_COUNT","features":[405]},{"name":"D3D11_STANDARD_VECTOR_SIZE","features":[405]},{"name":"D3D11_STANDARD_VERTEX_ELEMENT_COUNT","features":[405]},{"name":"D3D11_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT","features":[405]},{"name":"D3D11_STENCIL_OP","features":[405]},{"name":"D3D11_STENCIL_OP_DECR","features":[405]},{"name":"D3D11_STENCIL_OP_DECR_SAT","features":[405]},{"name":"D3D11_STENCIL_OP_INCR","features":[405]},{"name":"D3D11_STENCIL_OP_INCR_SAT","features":[405]},{"name":"D3D11_STENCIL_OP_INVERT","features":[405]},{"name":"D3D11_STENCIL_OP_KEEP","features":[405]},{"name":"D3D11_STENCIL_OP_REPLACE","features":[405]},{"name":"D3D11_STENCIL_OP_ZERO","features":[405]},{"name":"D3D11_SUBPIXEL_FRACTIONAL_BIT_COUNT","features":[405]},{"name":"D3D11_SUBRESOURCE_DATA","features":[405]},{"name":"D3D11_SUBRESOURCE_TILING","features":[405]},{"name":"D3D11_SUBTEXEL_FRACTIONAL_BIT_COUNT","features":[405]},{"name":"D3D11_TESSELLATOR_MAX_EVEN_TESSELLATION_FACTOR","features":[405]},{"name":"D3D11_TESSELLATOR_MAX_ISOLINE_DENSITY_TESSELLATION_FACTOR","features":[405]},{"name":"D3D11_TESSELLATOR_MAX_ODD_TESSELLATION_FACTOR","features":[405]},{"name":"D3D11_TESSELLATOR_MAX_TESSELLATION_FACTOR","features":[405]},{"name":"D3D11_TESSELLATOR_MIN_EVEN_TESSELLATION_FACTOR","features":[405]},{"name":"D3D11_TESSELLATOR_MIN_ISOLINE_DENSITY_TESSELLATION_FACTOR","features":[405]},{"name":"D3D11_TESSELLATOR_MIN_ODD_TESSELLATION_FACTOR","features":[405]},{"name":"D3D11_TEX1D_ARRAY_DSV","features":[405]},{"name":"D3D11_TEX1D_ARRAY_RTV","features":[405]},{"name":"D3D11_TEX1D_ARRAY_SRV","features":[405]},{"name":"D3D11_TEX1D_ARRAY_UAV","features":[405]},{"name":"D3D11_TEX1D_DSV","features":[405]},{"name":"D3D11_TEX1D_RTV","features":[405]},{"name":"D3D11_TEX1D_SRV","features":[405]},{"name":"D3D11_TEX1D_UAV","features":[405]},{"name":"D3D11_TEX2DMS_ARRAY_DSV","features":[405]},{"name":"D3D11_TEX2DMS_ARRAY_RTV","features":[405]},{"name":"D3D11_TEX2DMS_ARRAY_SRV","features":[405]},{"name":"D3D11_TEX2DMS_DSV","features":[405]},{"name":"D3D11_TEX2DMS_RTV","features":[405]},{"name":"D3D11_TEX2DMS_SRV","features":[405]},{"name":"D3D11_TEX2D_ARRAY_DSV","features":[405]},{"name":"D3D11_TEX2D_ARRAY_RTV","features":[405]},{"name":"D3D11_TEX2D_ARRAY_RTV1","features":[405]},{"name":"D3D11_TEX2D_ARRAY_SRV","features":[405]},{"name":"D3D11_TEX2D_ARRAY_SRV1","features":[405]},{"name":"D3D11_TEX2D_ARRAY_UAV","features":[405]},{"name":"D3D11_TEX2D_ARRAY_UAV1","features":[405]},{"name":"D3D11_TEX2D_ARRAY_VPOV","features":[405]},{"name":"D3D11_TEX2D_DSV","features":[405]},{"name":"D3D11_TEX2D_RTV","features":[405]},{"name":"D3D11_TEX2D_RTV1","features":[405]},{"name":"D3D11_TEX2D_SRV","features":[405]},{"name":"D3D11_TEX2D_SRV1","features":[405]},{"name":"D3D11_TEX2D_UAV","features":[405]},{"name":"D3D11_TEX2D_UAV1","features":[405]},{"name":"D3D11_TEX2D_VDOV","features":[405]},{"name":"D3D11_TEX2D_VPIV","features":[405]},{"name":"D3D11_TEX2D_VPOV","features":[405]},{"name":"D3D11_TEX3D_RTV","features":[405]},{"name":"D3D11_TEX3D_SRV","features":[405]},{"name":"D3D11_TEX3D_UAV","features":[405]},{"name":"D3D11_TEXCUBE_ARRAY_SRV","features":[405]},{"name":"D3D11_TEXCUBE_SRV","features":[405]},{"name":"D3D11_TEXEL_ADDRESS_RANGE_BIT_COUNT","features":[405]},{"name":"D3D11_TEXTURE1D_DESC","features":[405,397]},{"name":"D3D11_TEXTURE2D_DESC","features":[405,397]},{"name":"D3D11_TEXTURE2D_DESC1","features":[405,397]},{"name":"D3D11_TEXTURE3D_DESC","features":[405,397]},{"name":"D3D11_TEXTURE3D_DESC1","features":[405,397]},{"name":"D3D11_TEXTURECUBE_FACE","features":[405]},{"name":"D3D11_TEXTURECUBE_FACE_NEGATIVE_X","features":[405]},{"name":"D3D11_TEXTURECUBE_FACE_NEGATIVE_Y","features":[405]},{"name":"D3D11_TEXTURECUBE_FACE_NEGATIVE_Z","features":[405]},{"name":"D3D11_TEXTURECUBE_FACE_POSITIVE_X","features":[405]},{"name":"D3D11_TEXTURECUBE_FACE_POSITIVE_Y","features":[405]},{"name":"D3D11_TEXTURECUBE_FACE_POSITIVE_Z","features":[405]},{"name":"D3D11_TEXTURE_ADDRESS_BORDER","features":[405]},{"name":"D3D11_TEXTURE_ADDRESS_CLAMP","features":[405]},{"name":"D3D11_TEXTURE_ADDRESS_MIRROR","features":[405]},{"name":"D3D11_TEXTURE_ADDRESS_MIRROR_ONCE","features":[405]},{"name":"D3D11_TEXTURE_ADDRESS_MODE","features":[405]},{"name":"D3D11_TEXTURE_ADDRESS_WRAP","features":[405]},{"name":"D3D11_TEXTURE_LAYOUT","features":[405]},{"name":"D3D11_TEXTURE_LAYOUT_64K_STANDARD_SWIZZLE","features":[405]},{"name":"D3D11_TEXTURE_LAYOUT_ROW_MAJOR","features":[405]},{"name":"D3D11_TEXTURE_LAYOUT_UNDEFINED","features":[405]},{"name":"D3D11_TILED_RESOURCES_NOT_SUPPORTED","features":[405]},{"name":"D3D11_TILED_RESOURCES_TIER","features":[405]},{"name":"D3D11_TILED_RESOURCES_TIER_1","features":[405]},{"name":"D3D11_TILED_RESOURCES_TIER_2","features":[405]},{"name":"D3D11_TILED_RESOURCES_TIER_3","features":[405]},{"name":"D3D11_TILED_RESOURCE_COORDINATE","features":[405]},{"name":"D3D11_TILE_COPY_FLAG","features":[405]},{"name":"D3D11_TILE_COPY_LINEAR_BUFFER_TO_SWIZZLED_TILED_RESOURCE","features":[405]},{"name":"D3D11_TILE_COPY_NO_OVERWRITE","features":[405]},{"name":"D3D11_TILE_COPY_SWIZZLED_TILED_RESOURCE_TO_LINEAR_BUFFER","features":[405]},{"name":"D3D11_TILE_MAPPING_FLAG","features":[405]},{"name":"D3D11_TILE_MAPPING_NO_OVERWRITE","features":[405]},{"name":"D3D11_TILE_RANGE_FLAG","features":[405]},{"name":"D3D11_TILE_RANGE_NULL","features":[405]},{"name":"D3D11_TILE_RANGE_REUSE_SINGLE_TILE","features":[405]},{"name":"D3D11_TILE_RANGE_SKIP","features":[405]},{"name":"D3D11_TILE_REGION_SIZE","features":[307,405]},{"name":"D3D11_TILE_SHAPE","features":[405]},{"name":"D3D11_TRACE_COMPONENT_W","features":[405]},{"name":"D3D11_TRACE_COMPONENT_X","features":[405]},{"name":"D3D11_TRACE_COMPONENT_Y","features":[405]},{"name":"D3D11_TRACE_COMPONENT_Z","features":[405]},{"name":"D3D11_TRACE_CONSTANT_BUFFER","features":[405]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE","features":[405]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_LINE","features":[405]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_LINE_ADJ","features":[405]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_POINT","features":[405]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_TRIANGLE","features":[405]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_TRIANGLE_ADJ","features":[405]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_UNDEFINED","features":[405]},{"name":"D3D11_TRACE_IMMEDIATE32","features":[405]},{"name":"D3D11_TRACE_IMMEDIATE64","features":[405]},{"name":"D3D11_TRACE_IMMEDIATE_CONSTANT_BUFFER","features":[405]},{"name":"D3D11_TRACE_INDEXABLE_TEMP_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_CONTROL_POINT_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_COVERAGE_MASK_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_CYCLE_COUNTER_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_DOMAIN_POINT_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_FORK_INSTANCE_ID_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_GS_INSTANCE_ID_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_JOIN_INSTANCE_ID_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_PATCH_CONSTANT_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_PRIMITIVE_ID_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_THREAD_GROUP_ID_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_THREAD_ID_IN_GROUP_FLATTENED_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_THREAD_ID_IN_GROUP_REGISTER","features":[405]},{"name":"D3D11_TRACE_INPUT_THREAD_ID_REGISTER","features":[405]},{"name":"D3D11_TRACE_INTERFACE_POINTER","features":[405]},{"name":"D3D11_TRACE_MISC_GS_CUT","features":[405]},{"name":"D3D11_TRACE_MISC_GS_CUT_STREAM","features":[405]},{"name":"D3D11_TRACE_MISC_GS_EMIT","features":[405]},{"name":"D3D11_TRACE_MISC_GS_EMIT_STREAM","features":[405]},{"name":"D3D11_TRACE_MISC_HALT","features":[405]},{"name":"D3D11_TRACE_MISC_MESSAGE","features":[405]},{"name":"D3D11_TRACE_MISC_PS_DISCARD","features":[405]},{"name":"D3D11_TRACE_OUTPUT_CONTROL_POINT_ID_REGISTER","features":[405]},{"name":"D3D11_TRACE_OUTPUT_CONTROL_POINT_REGISTER","features":[405]},{"name":"D3D11_TRACE_OUTPUT_COVERAGE_MASK","features":[405]},{"name":"D3D11_TRACE_OUTPUT_DEPTH_GREATER_EQUAL_REGISTER","features":[405]},{"name":"D3D11_TRACE_OUTPUT_DEPTH_LESS_EQUAL_REGISTER","features":[405]},{"name":"D3D11_TRACE_OUTPUT_DEPTH_REGISTER","features":[405]},{"name":"D3D11_TRACE_OUTPUT_NULL_REGISTER","features":[405]},{"name":"D3D11_TRACE_OUTPUT_REGISTER","features":[405]},{"name":"D3D11_TRACE_RASTERIZER","features":[405]},{"name":"D3D11_TRACE_REGISTER","features":[405]},{"name":"D3D11_TRACE_REGISTER_FLAGS_RELATIVE_INDEXING","features":[405]},{"name":"D3D11_TRACE_REGISTER_TYPE","features":[405]},{"name":"D3D11_TRACE_RESOURCE","features":[405]},{"name":"D3D11_TRACE_SAMPLER","features":[405]},{"name":"D3D11_TRACE_STATS","features":[307,405]},{"name":"D3D11_TRACE_STEP","features":[307,405]},{"name":"D3D11_TRACE_STREAM","features":[405]},{"name":"D3D11_TRACE_TEMP_REGISTER","features":[405]},{"name":"D3D11_TRACE_THIS_POINTER","features":[405]},{"name":"D3D11_TRACE_THREAD_GROUP_SHARED_MEMORY","features":[405]},{"name":"D3D11_TRACE_UNORDERED_ACCESS_VIEW","features":[405]},{"name":"D3D11_TRACE_VALUE","features":[405]},{"name":"D3D11_UAV_DIMENSION","features":[405]},{"name":"D3D11_UAV_DIMENSION_BUFFER","features":[405]},{"name":"D3D11_UAV_DIMENSION_TEXTURE1D","features":[405]},{"name":"D3D11_UAV_DIMENSION_TEXTURE1DARRAY","features":[405]},{"name":"D3D11_UAV_DIMENSION_TEXTURE2D","features":[405]},{"name":"D3D11_UAV_DIMENSION_TEXTURE2DARRAY","features":[405]},{"name":"D3D11_UAV_DIMENSION_TEXTURE3D","features":[405]},{"name":"D3D11_UAV_DIMENSION_UNKNOWN","features":[405]},{"name":"D3D11_UNBOUND_MEMORY_ACCESS_RESULT","features":[405]},{"name":"D3D11_UNMUTE_SEVERITY_INFO","features":[405]},{"name":"D3D11_UNORDERED_ACCESS_VIEW_DESC","features":[405,397]},{"name":"D3D11_UNORDERED_ACCESS_VIEW_DESC1","features":[405,397]},{"name":"D3D11_USAGE","features":[405]},{"name":"D3D11_USAGE_DEFAULT","features":[405]},{"name":"D3D11_USAGE_DYNAMIC","features":[405]},{"name":"D3D11_USAGE_IMMUTABLE","features":[405]},{"name":"D3D11_USAGE_STAGING","features":[405]},{"name":"D3D11_VDOV_DIMENSION","features":[405]},{"name":"D3D11_VDOV_DIMENSION_TEXTURE2D","features":[405]},{"name":"D3D11_VDOV_DIMENSION_UNKNOWN","features":[405]},{"name":"D3D11_VERTEX_SHADER","features":[405]},{"name":"D3D11_VERTEX_SHADER_TRACE_DESC","features":[405]},{"name":"D3D11_VIDEO_COLOR","features":[405]},{"name":"D3D11_VIDEO_COLOR_RGBA","features":[405]},{"name":"D3D11_VIDEO_COLOR_YCbCrA","features":[405]},{"name":"D3D11_VIDEO_CONTENT_PROTECTION_CAPS","features":[405]},{"name":"D3D11_VIDEO_DECODER_BEGIN_FRAME_CRYPTO_SESSION","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_BITSTREAM","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_DEBLOCKING_CONTROL","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_DESC","features":[307,405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_DESC1","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_DESC2","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_FILM_GRAIN","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_INVERSE_QUANTIZATION_MATRIX","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_MACROBLOCK_CONTROL","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_MOTION_VECTOR","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_PICTURE_PARAMETERS","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_RESIDUAL_DIFFERENCE","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_SLICE_CONTROL","features":[405]},{"name":"D3D11_VIDEO_DECODER_BUFFER_TYPE","features":[405]},{"name":"D3D11_VIDEO_DECODER_CAPS","features":[405]},{"name":"D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE","features":[405]},{"name":"D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE_DYNAMIC","features":[405]},{"name":"D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE_REQUIRED","features":[405]},{"name":"D3D11_VIDEO_DECODER_CAPS_NON_REAL_TIME","features":[405]},{"name":"D3D11_VIDEO_DECODER_CAPS_UNSUPPORTED","features":[405]},{"name":"D3D11_VIDEO_DECODER_CONFIG","features":[405]},{"name":"D3D11_VIDEO_DECODER_DESC","features":[405,397]},{"name":"D3D11_VIDEO_DECODER_EXTENSION","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_A","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_B","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAGS","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_A","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_B","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_G","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_NONE","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_R","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_U","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_V","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_Y","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_G","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_R","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_U","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_V","features":[405]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_Y","features":[405]},{"name":"D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC","features":[405]},{"name":"D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK","features":[405]},{"name":"D3D11_VIDEO_FRAME_FORMAT","features":[405]},{"name":"D3D11_VIDEO_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST","features":[405]},{"name":"D3D11_VIDEO_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST","features":[405]},{"name":"D3D11_VIDEO_FRAME_FORMAT_PROGRESSIVE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_BACKGROUND","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_DESTINATION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_OPAQUE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_SOURCE_STREAM","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_ANAMORPHIC_SCALING","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_COLOR_CORRECTION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DENOISE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DERINGING","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_EDGE_ENHANCEMENT","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_FLESH_TONE_MAPPING","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_IMAGE_STABILIZATION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_SUPER_RESOLUTION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINTS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_COLOR_SPACE_CONVERSION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_RESIZE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_ROTATION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_TRIPLE_BUFFER_OUTPUT","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_CAPS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_COLOR_SPACE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_CONTENT_DESC","features":[405,397]},{"name":"D3D11_VIDEO_PROCESSOR_CUSTOM_RATE","features":[307,405,397]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_LINEAR_SPACE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_NOMINAL_RANGE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_RGB_RANGE_CONVERSION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_YCbCr_MATRIX_CONVERSION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_xvYCC","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_FILL","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_PALETTE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_STREAM","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_CONSTRICTION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_LEGACY","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_LUMA_KEY","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_METADATA_HDR10","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_MIRROR","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_PIXEL_ASPECT_RATIO","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ROTATION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_SHADER_USAGE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_STEREO","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_ANAMORPHIC_SCALING","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_BRIGHTNESS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALING","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENT","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_HUE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENT","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CONTRAST","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_EDGE_ENHANCEMENT","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_HUE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_NOISE_REDUCTION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_RANGE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_SATURATION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_STEREO_ADJUSTMENT","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_CAPS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_PALETTE_INTERLACED","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_INTERLACED","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_LUMA_KEY","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_PROCAMP","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_OUTPUT_RATE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_HALF","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_ADAPTIVE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BLEND","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BOB","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_MOTION_COMPENSATION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_FRAME_RATE_CONVERSION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_INVERSE_TELECINE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ROTATION","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ROTATION_180","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ROTATION_270","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ROTATION_90","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_ROTATION_IDENTITY","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS_CHECKERBOARD","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS_COLUMN_INTERLEAVED","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS_FLIP_MODE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS_MONO_OFFSET","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS_ROW_INTERLEAVED","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FLIP_FRAME0","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FLIP_FRAME1","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FLIP_NONE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_CHECKERBOARD","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_COLUMN_INTERLEAVED","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_HORIZONTAL","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_MONO","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_MONO_OFFSET","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_ROW_INTERLEAVED","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_SEPARATE","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_VERTICAL","features":[405]},{"name":"D3D11_VIDEO_PROCESSOR_STREAM","features":[307,405]},{"name":"D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT","features":[307,405,397]},{"name":"D3D11_VIDEO_SAMPLE_DESC","features":[405,397]},{"name":"D3D11_VIDEO_USAGE","features":[405]},{"name":"D3D11_VIDEO_USAGE_OPTIMAL_QUALITY","features":[405]},{"name":"D3D11_VIDEO_USAGE_OPTIMAL_SPEED","features":[405]},{"name":"D3D11_VIDEO_USAGE_PLAYBACK_NORMAL","features":[405]},{"name":"D3D11_VIEWPORT","features":[405]},{"name":"D3D11_VIEWPORT_AND_SCISSORRECT_MAX_INDEX","features":[405]},{"name":"D3D11_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE","features":[405]},{"name":"D3D11_VIEWPORT_BOUNDS_MAX","features":[405]},{"name":"D3D11_VIEWPORT_BOUNDS_MIN","features":[405]},{"name":"D3D11_VPIV_DIMENSION","features":[405]},{"name":"D3D11_VPIV_DIMENSION_TEXTURE2D","features":[405]},{"name":"D3D11_VPIV_DIMENSION_UNKNOWN","features":[405]},{"name":"D3D11_VPOV_DIMENSION","features":[405]},{"name":"D3D11_VPOV_DIMENSION_TEXTURE2D","features":[405]},{"name":"D3D11_VPOV_DIMENSION_TEXTURE2DARRAY","features":[405]},{"name":"D3D11_VPOV_DIMENSION_UNKNOWN","features":[405]},{"name":"D3D11_VS_INPUT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_VS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_VS_INPUT_REGISTER_COUNT","features":[405]},{"name":"D3D11_VS_INPUT_REGISTER_READS_PER_INST","features":[405]},{"name":"D3D11_VS_INPUT_REGISTER_READ_PORTS","features":[405]},{"name":"D3D11_VS_OUTPUT_REGISTER_COMPONENTS","features":[405]},{"name":"D3D11_VS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[405]},{"name":"D3D11_VS_OUTPUT_REGISTER_COUNT","features":[405]},{"name":"D3D11_WHQL_CONTEXT_COUNT_FOR_RESOURCE_LIMIT","features":[405]},{"name":"D3D11_WHQL_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[405]},{"name":"D3D11_WHQL_DRAW_VERTEX_COUNT_2_TO_EXP","features":[405]},{"name":"D3DCSX_DLL","features":[405]},{"name":"D3DCSX_DLL_A","features":[405]},{"name":"D3DCSX_DLL_W","features":[405]},{"name":"D3DDisassemble11Trace","features":[402,405]},{"name":"D3DX11CreateFFT","features":[405]},{"name":"D3DX11CreateFFT1DComplex","features":[405]},{"name":"D3DX11CreateFFT1DReal","features":[405]},{"name":"D3DX11CreateFFT2DComplex","features":[405]},{"name":"D3DX11CreateFFT2DReal","features":[405]},{"name":"D3DX11CreateFFT3DComplex","features":[405]},{"name":"D3DX11CreateFFT3DReal","features":[405]},{"name":"D3DX11CreateScan","features":[405]},{"name":"D3DX11CreateSegmentedScan","features":[405]},{"name":"D3DX11_FFT_BUFFER_INFO","features":[405]},{"name":"D3DX11_FFT_CREATE_FLAG","features":[405]},{"name":"D3DX11_FFT_CREATE_FLAG_NO_PRECOMPUTE_BUFFERS","features":[405]},{"name":"D3DX11_FFT_DATA_TYPE","features":[405]},{"name":"D3DX11_FFT_DATA_TYPE_COMPLEX","features":[405]},{"name":"D3DX11_FFT_DATA_TYPE_REAL","features":[405]},{"name":"D3DX11_FFT_DESC","features":[405]},{"name":"D3DX11_FFT_DIM_MASK","features":[405]},{"name":"D3DX11_FFT_DIM_MASK_1D","features":[405]},{"name":"D3DX11_FFT_DIM_MASK_2D","features":[405]},{"name":"D3DX11_FFT_DIM_MASK_3D","features":[405]},{"name":"D3DX11_FFT_MAX_DIMENSIONS","features":[405]},{"name":"D3DX11_FFT_MAX_PRECOMPUTE_BUFFERS","features":[405]},{"name":"D3DX11_FFT_MAX_TEMP_BUFFERS","features":[405]},{"name":"D3DX11_SCAN_DATA_TYPE","features":[405]},{"name":"D3DX11_SCAN_DATA_TYPE_FLOAT","features":[405]},{"name":"D3DX11_SCAN_DATA_TYPE_INT","features":[405]},{"name":"D3DX11_SCAN_DATA_TYPE_UINT","features":[405]},{"name":"D3DX11_SCAN_DIRECTION","features":[405]},{"name":"D3DX11_SCAN_DIRECTION_BACKWARD","features":[405]},{"name":"D3DX11_SCAN_DIRECTION_FORWARD","features":[405]},{"name":"D3DX11_SCAN_OPCODE","features":[405]},{"name":"D3DX11_SCAN_OPCODE_ADD","features":[405]},{"name":"D3DX11_SCAN_OPCODE_AND","features":[405]},{"name":"D3DX11_SCAN_OPCODE_MAX","features":[405]},{"name":"D3DX11_SCAN_OPCODE_MIN","features":[405]},{"name":"D3DX11_SCAN_OPCODE_MUL","features":[405]},{"name":"D3DX11_SCAN_OPCODE_OR","features":[405]},{"name":"D3DX11_SCAN_OPCODE_XOR","features":[405]},{"name":"D3D_RETURN_PARAMETER_INDEX","features":[405]},{"name":"D3D_SHADER_REQUIRES_11_1_DOUBLE_EXTENSIONS","features":[405]},{"name":"D3D_SHADER_REQUIRES_11_1_SHADER_EXTENSIONS","features":[405]},{"name":"D3D_SHADER_REQUIRES_64_UAVS","features":[405]},{"name":"D3D_SHADER_REQUIRES_DOUBLES","features":[405]},{"name":"D3D_SHADER_REQUIRES_EARLY_DEPTH_STENCIL","features":[405]},{"name":"D3D_SHADER_REQUIRES_LEVEL_9_COMPARISON_FILTERING","features":[405]},{"name":"D3D_SHADER_REQUIRES_MINIMUM_PRECISION","features":[405]},{"name":"D3D_SHADER_REQUIRES_TILED_RESOURCES","features":[405]},{"name":"D3D_SHADER_REQUIRES_UAVS_AT_EVERY_STAGE","features":[405]},{"name":"DXGI_DEBUG_D3D11","features":[405]},{"name":"ID3D11Asynchronous","features":[405]},{"name":"ID3D11AuthenticatedChannel","features":[405]},{"name":"ID3D11BlendState","features":[405]},{"name":"ID3D11BlendState1","features":[405]},{"name":"ID3D11Buffer","features":[405]},{"name":"ID3D11ClassInstance","features":[405]},{"name":"ID3D11ClassLinkage","features":[405]},{"name":"ID3D11CommandList","features":[405]},{"name":"ID3D11ComputeShader","features":[405]},{"name":"ID3D11Counter","features":[405]},{"name":"ID3D11CryptoSession","features":[405]},{"name":"ID3D11Debug","features":[405]},{"name":"ID3D11DepthStencilState","features":[405]},{"name":"ID3D11DepthStencilView","features":[405]},{"name":"ID3D11Device","features":[405]},{"name":"ID3D11Device1","features":[405]},{"name":"ID3D11Device2","features":[405]},{"name":"ID3D11Device3","features":[405]},{"name":"ID3D11Device4","features":[405]},{"name":"ID3D11Device5","features":[405]},{"name":"ID3D11DeviceChild","features":[405]},{"name":"ID3D11DeviceContext","features":[405]},{"name":"ID3D11DeviceContext1","features":[405]},{"name":"ID3D11DeviceContext2","features":[405]},{"name":"ID3D11DeviceContext3","features":[405]},{"name":"ID3D11DeviceContext4","features":[405]},{"name":"ID3D11DomainShader","features":[405]},{"name":"ID3D11Fence","features":[405]},{"name":"ID3D11FunctionLinkingGraph","features":[405]},{"name":"ID3D11FunctionParameterReflection","features":[405]},{"name":"ID3D11FunctionReflection","features":[405]},{"name":"ID3D11GeometryShader","features":[405]},{"name":"ID3D11HullShader","features":[405]},{"name":"ID3D11InfoQueue","features":[405]},{"name":"ID3D11InputLayout","features":[405]},{"name":"ID3D11LibraryReflection","features":[405]},{"name":"ID3D11Linker","features":[405]},{"name":"ID3D11LinkingNode","features":[405]},{"name":"ID3D11Module","features":[405]},{"name":"ID3D11ModuleInstance","features":[405]},{"name":"ID3D11Multithread","features":[405]},{"name":"ID3D11PixelShader","features":[405]},{"name":"ID3D11Predicate","features":[405]},{"name":"ID3D11Query","features":[405]},{"name":"ID3D11Query1","features":[405]},{"name":"ID3D11RasterizerState","features":[405]},{"name":"ID3D11RasterizerState1","features":[405]},{"name":"ID3D11RasterizerState2","features":[405]},{"name":"ID3D11RefDefaultTrackingOptions","features":[405]},{"name":"ID3D11RefTrackingOptions","features":[405]},{"name":"ID3D11RenderTargetView","features":[405]},{"name":"ID3D11RenderTargetView1","features":[405]},{"name":"ID3D11Resource","features":[405]},{"name":"ID3D11SamplerState","features":[405]},{"name":"ID3D11ShaderReflection","features":[405]},{"name":"ID3D11ShaderReflectionConstantBuffer","features":[405]},{"name":"ID3D11ShaderReflectionType","features":[405]},{"name":"ID3D11ShaderReflectionVariable","features":[405]},{"name":"ID3D11ShaderResourceView","features":[405]},{"name":"ID3D11ShaderResourceView1","features":[405]},{"name":"ID3D11ShaderTrace","features":[405]},{"name":"ID3D11ShaderTraceFactory","features":[405]},{"name":"ID3D11SwitchToRef","features":[405]},{"name":"ID3D11Texture1D","features":[405]},{"name":"ID3D11Texture2D","features":[405]},{"name":"ID3D11Texture2D1","features":[405]},{"name":"ID3D11Texture3D","features":[405]},{"name":"ID3D11Texture3D1","features":[405]},{"name":"ID3D11TracingDevice","features":[405]},{"name":"ID3D11UnorderedAccessView","features":[405]},{"name":"ID3D11UnorderedAccessView1","features":[405]},{"name":"ID3D11VertexShader","features":[405]},{"name":"ID3D11VideoContext","features":[405]},{"name":"ID3D11VideoContext1","features":[405]},{"name":"ID3D11VideoContext2","features":[405]},{"name":"ID3D11VideoContext3","features":[405]},{"name":"ID3D11VideoDecoder","features":[405]},{"name":"ID3D11VideoDecoderOutputView","features":[405]},{"name":"ID3D11VideoDevice","features":[405]},{"name":"ID3D11VideoDevice1","features":[405]},{"name":"ID3D11VideoDevice2","features":[405]},{"name":"ID3D11VideoProcessor","features":[405]},{"name":"ID3D11VideoProcessorEnumerator","features":[405]},{"name":"ID3D11VideoProcessorEnumerator1","features":[405]},{"name":"ID3D11VideoProcessorInputView","features":[405]},{"name":"ID3D11VideoProcessorOutputView","features":[405]},{"name":"ID3D11View","features":[405]},{"name":"ID3DDeviceContextState","features":[405]},{"name":"ID3DUserDefinedAnnotation","features":[405]},{"name":"ID3DX11FFT","features":[405]},{"name":"ID3DX11Scan","features":[405]},{"name":"ID3DX11SegmentedScan","features":[405]},{"name":"PFN_D3D11_CREATE_DEVICE","features":[307,402,405,401]},{"name":"PFN_D3D11_CREATE_DEVICE_AND_SWAP_CHAIN","features":[307,402,405,397]},{"name":"_FACD3D11","features":[405]}],"405":[{"name":"D3D11On12CreateDevice","features":[402,405,407]},{"name":"D3D11_RESOURCE_FLAGS","features":[407]},{"name":"ID3D11On12Device","features":[407]},{"name":"ID3D11On12Device1","features":[407]},{"name":"ID3D11On12Device2","features":[407]},{"name":"PFN_D3D11ON12_CREATE_DEVICE","features":[402,405,407]}],"406":[{"name":"CLSID_D3D12Debug","features":[354]},{"name":"CLSID_D3D12DeviceFactory","features":[354]},{"name":"CLSID_D3D12DeviceRemovedExtendedData","features":[354]},{"name":"CLSID_D3D12SDKConfiguration","features":[354]},{"name":"CLSID_D3D12Tools","features":[354]},{"name":"D3D12CreateDevice","features":[402,354]},{"name":"D3D12CreateRootSignatureDeserializer","features":[354]},{"name":"D3D12CreateVersionedRootSignatureDeserializer","features":[354]},{"name":"D3D12EnableExperimentalFeatures","features":[354]},{"name":"D3D12ExperimentalShaderModels","features":[354]},{"name":"D3D12GetDebugInterface","features":[354]},{"name":"D3D12GetInterface","features":[354]},{"name":"D3D12MessageFunc","features":[354]},{"name":"D3D12SerializeRootSignature","features":[402,354]},{"name":"D3D12SerializeVersionedRootSignature","features":[402,354]},{"name":"D3D12TiledResourceTier4","features":[354]},{"name":"D3D12_16BIT_INDEX_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_32BIT_INDEX_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_8BIT_INDEX_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_ANISOTROPIC_FILTERING_BIT","features":[354]},{"name":"D3D12_APPEND_ALIGNED_ELEMENT","features":[354]},{"name":"D3D12_ARRAY_AXIS_ADDRESS_RANGE_BIT_COUNT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_NODE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_NODE1","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ATOMICCOPYBUFFERUINT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ATOMICCOPYBUFFERUINT64","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_BARRIER","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_BEGINEVENT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_BEGINSUBMISSION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_BEGIN_COMMAND_LIST","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_BUILDRAYTRACINGACCELERATIONSTRUCTURE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_CLEARDEPTHSTENCILVIEW","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_CLEARRENDERTARGETVIEW","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_CLEARUNORDEREDACCESSVIEW","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_COPYBUFFERREGION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_COPYRAYTRACINGACCELERATIONSTRUCTURE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_COPYRESOURCE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_COPYTEXTUREREGION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_COPYTILES","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DECODEFRAME","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DECODEFRAME1","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DECODEFRAME2","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DISPATCH","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DISPATCHGRAPH","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DISPATCHMESH","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DISPATCHRAYS","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DRAWINDEXEDINSTANCED","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DRAWINSTANCED","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_EMITRAYTRACINGACCELERATIONSTRUCTUREPOSTBUILDINFO","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ENCODEFRAME","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ENDEVENT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ENDSUBMISSION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ESTIMATEMOTION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_EXECUTEBUNDLE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_EXECUTEEXTENSIONCOMMAND","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_EXECUTEINDIRECT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_EXECUTEMETACOMMAND","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_INITIALIZEEXTENSIONCOMMAND","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_INITIALIZEMETACOMMAND","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_PRESENT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_PROCESSFRAMES","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_PROCESSFRAMES1","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOLVEENCODEROUTPUTMETADATA","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOLVEMOTIONVECTORHEAP","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOLVEQUERYDATA","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOLVESUBRESOURCE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOLVESUBRESOURCEREGION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOURCEBARRIER","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_SETMARKER","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_SETPIPELINESTATE1","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_SETPROGRAM","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_SETPROTECTEDRESOURCESESSION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_WRITEBUFFERIMMEDIATE","features":[354]},{"name":"D3D12_AXIS_SHADING_RATE","features":[354]},{"name":"D3D12_AXIS_SHADING_RATE_1X","features":[354]},{"name":"D3D12_AXIS_SHADING_RATE_2X","features":[354]},{"name":"D3D12_AXIS_SHADING_RATE_4X","features":[354]},{"name":"D3D12_BACKGROUND_PROCESSING_MODE","features":[354]},{"name":"D3D12_BACKGROUND_PROCESSING_MODE_ALLOWED","features":[354]},{"name":"D3D12_BACKGROUND_PROCESSING_MODE_ALLOW_INTRUSIVE_MEASUREMENTS","features":[354]},{"name":"D3D12_BACKGROUND_PROCESSING_MODE_DISABLE_BACKGROUND_WORK","features":[354]},{"name":"D3D12_BACKGROUND_PROCESSING_MODE_DISABLE_PROFILING_BY_SYSTEM","features":[354]},{"name":"D3D12_BARRIER_ACCESS","features":[354]},{"name":"D3D12_BARRIER_ACCESS_COMMON","features":[354]},{"name":"D3D12_BARRIER_ACCESS_CONSTANT_BUFFER","features":[354]},{"name":"D3D12_BARRIER_ACCESS_COPY_DEST","features":[354]},{"name":"D3D12_BARRIER_ACCESS_COPY_SOURCE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_DEPTH_STENCIL_READ","features":[354]},{"name":"D3D12_BARRIER_ACCESS_DEPTH_STENCIL_WRITE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_INDEX_BUFFER","features":[354]},{"name":"D3D12_BARRIER_ACCESS_INDIRECT_ARGUMENT","features":[354]},{"name":"D3D12_BARRIER_ACCESS_NO_ACCESS","features":[354]},{"name":"D3D12_BARRIER_ACCESS_PREDICATION","features":[354]},{"name":"D3D12_BARRIER_ACCESS_RAYTRACING_ACCELERATION_STRUCTURE_READ","features":[354]},{"name":"D3D12_BARRIER_ACCESS_RAYTRACING_ACCELERATION_STRUCTURE_WRITE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_RENDER_TARGET","features":[354]},{"name":"D3D12_BARRIER_ACCESS_RESOLVE_DEST","features":[354]},{"name":"D3D12_BARRIER_ACCESS_RESOLVE_SOURCE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_SHADER_RESOURCE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_SHADING_RATE_SOURCE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_STREAM_OUTPUT","features":[354]},{"name":"D3D12_BARRIER_ACCESS_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VERTEX_BUFFER","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_DECODE_READ","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_DECODE_WRITE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_ENCODE_READ","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_ENCODE_WRITE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_PROCESS_READ","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_PROCESS_WRITE","features":[354]},{"name":"D3D12_BARRIER_GROUP","features":[354]},{"name":"D3D12_BARRIER_LAYOUT","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMMON","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_COMMON","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_COPY_DEST","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_COPY_SOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_GENERIC_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_SHADER_RESOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COPY_DEST","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COPY_SOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DEPTH_STENCIL_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DEPTH_STENCIL_WRITE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_COMMON","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_COPY_DEST","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_COPY_SOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_GENERIC_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_SHADER_RESOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_GENERIC_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_PRESENT","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_RENDER_TARGET","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_RESOLVE_DEST","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_RESOLVE_SOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_SHADER_RESOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_SHADING_RATE_SOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_UNDEFINED","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_DECODE_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_DECODE_WRITE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_ENCODE_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_ENCODE_WRITE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_PROCESS_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_PROCESS_WRITE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_QUEUE_COMMON","features":[354]},{"name":"D3D12_BARRIER_SUBRESOURCE_RANGE","features":[354]},{"name":"D3D12_BARRIER_SYNC","features":[354]},{"name":"D3D12_BARRIER_SYNC_ALL","features":[354]},{"name":"D3D12_BARRIER_SYNC_ALL_SHADING","features":[354]},{"name":"D3D12_BARRIER_SYNC_BUILD_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_BARRIER_SYNC_CLEAR_UNORDERED_ACCESS_VIEW","features":[354]},{"name":"D3D12_BARRIER_SYNC_COMPUTE_SHADING","features":[354]},{"name":"D3D12_BARRIER_SYNC_COPY","features":[354]},{"name":"D3D12_BARRIER_SYNC_COPY_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_BARRIER_SYNC_DEPTH_STENCIL","features":[354]},{"name":"D3D12_BARRIER_SYNC_DRAW","features":[354]},{"name":"D3D12_BARRIER_SYNC_EMIT_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO","features":[354]},{"name":"D3D12_BARRIER_SYNC_EXECUTE_INDIRECT","features":[354]},{"name":"D3D12_BARRIER_SYNC_INDEX_INPUT","features":[354]},{"name":"D3D12_BARRIER_SYNC_NONE","features":[354]},{"name":"D3D12_BARRIER_SYNC_NON_PIXEL_SHADING","features":[354]},{"name":"D3D12_BARRIER_SYNC_PIXEL_SHADING","features":[354]},{"name":"D3D12_BARRIER_SYNC_PREDICATION","features":[354]},{"name":"D3D12_BARRIER_SYNC_RAYTRACING","features":[354]},{"name":"D3D12_BARRIER_SYNC_RENDER_TARGET","features":[354]},{"name":"D3D12_BARRIER_SYNC_RESOLVE","features":[354]},{"name":"D3D12_BARRIER_SYNC_SPLIT","features":[354]},{"name":"D3D12_BARRIER_SYNC_VERTEX_SHADING","features":[354]},{"name":"D3D12_BARRIER_SYNC_VIDEO_DECODE","features":[354]},{"name":"D3D12_BARRIER_SYNC_VIDEO_ENCODE","features":[354]},{"name":"D3D12_BARRIER_SYNC_VIDEO_PROCESS","features":[354]},{"name":"D3D12_BARRIER_TYPE","features":[354]},{"name":"D3D12_BARRIER_TYPE_BUFFER","features":[354]},{"name":"D3D12_BARRIER_TYPE_GLOBAL","features":[354]},{"name":"D3D12_BARRIER_TYPE_TEXTURE","features":[354]},{"name":"D3D12_BLEND","features":[354]},{"name":"D3D12_BLEND_ALPHA_FACTOR","features":[354]},{"name":"D3D12_BLEND_BLEND_FACTOR","features":[354]},{"name":"D3D12_BLEND_DESC","features":[307,354]},{"name":"D3D12_BLEND_DEST_ALPHA","features":[354]},{"name":"D3D12_BLEND_DEST_COLOR","features":[354]},{"name":"D3D12_BLEND_INV_ALPHA_FACTOR","features":[354]},{"name":"D3D12_BLEND_INV_BLEND_FACTOR","features":[354]},{"name":"D3D12_BLEND_INV_DEST_ALPHA","features":[354]},{"name":"D3D12_BLEND_INV_DEST_COLOR","features":[354]},{"name":"D3D12_BLEND_INV_SRC1_ALPHA","features":[354]},{"name":"D3D12_BLEND_INV_SRC1_COLOR","features":[354]},{"name":"D3D12_BLEND_INV_SRC_ALPHA","features":[354]},{"name":"D3D12_BLEND_INV_SRC_COLOR","features":[354]},{"name":"D3D12_BLEND_ONE","features":[354]},{"name":"D3D12_BLEND_OP","features":[354]},{"name":"D3D12_BLEND_OP_ADD","features":[354]},{"name":"D3D12_BLEND_OP_MAX","features":[354]},{"name":"D3D12_BLEND_OP_MIN","features":[354]},{"name":"D3D12_BLEND_OP_REV_SUBTRACT","features":[354]},{"name":"D3D12_BLEND_OP_SUBTRACT","features":[354]},{"name":"D3D12_BLEND_SRC1_ALPHA","features":[354]},{"name":"D3D12_BLEND_SRC1_COLOR","features":[354]},{"name":"D3D12_BLEND_SRC_ALPHA","features":[354]},{"name":"D3D12_BLEND_SRC_ALPHA_SAT","features":[354]},{"name":"D3D12_BLEND_SRC_COLOR","features":[354]},{"name":"D3D12_BLEND_ZERO","features":[354]},{"name":"D3D12_BOX","features":[354]},{"name":"D3D12_BROADCASTING_LAUNCH_OVERRIDES","features":[307,354]},{"name":"D3D12_BUFFER_BARRIER","features":[354]},{"name":"D3D12_BUFFER_RTV","features":[354]},{"name":"D3D12_BUFFER_SRV","features":[354]},{"name":"D3D12_BUFFER_SRV_FLAGS","features":[354]},{"name":"D3D12_BUFFER_SRV_FLAG_NONE","features":[354]},{"name":"D3D12_BUFFER_SRV_FLAG_RAW","features":[354]},{"name":"D3D12_BUFFER_UAV","features":[354]},{"name":"D3D12_BUFFER_UAV_FLAGS","features":[354]},{"name":"D3D12_BUFFER_UAV_FLAG_NONE","features":[354]},{"name":"D3D12_BUFFER_UAV_FLAG_RAW","features":[354]},{"name":"D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_DESC","features":[354,397]},{"name":"D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS","features":[354,397]},{"name":"D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_TOOLS_VISUALIZATION_HEADER","features":[354]},{"name":"D3D12_CACHED_PIPELINE_STATE","features":[354]},{"name":"D3D12_CENTER_MULTISAMPLE_PATTERN","features":[354]},{"name":"D3D12_CLEAR_FLAGS","features":[354]},{"name":"D3D12_CLEAR_FLAG_DEPTH","features":[354]},{"name":"D3D12_CLEAR_FLAG_STENCIL","features":[354]},{"name":"D3D12_CLEAR_VALUE","features":[354,397]},{"name":"D3D12_CLIP_OR_CULL_DISTANCE_COUNT","features":[354]},{"name":"D3D12_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT","features":[354]},{"name":"D3D12_COALESCING_LAUNCH_OVERRIDES","features":[307,354]},{"name":"D3D12_COLOR_WRITE_ENABLE","features":[354]},{"name":"D3D12_COLOR_WRITE_ENABLE_ALL","features":[354]},{"name":"D3D12_COLOR_WRITE_ENABLE_ALPHA","features":[354]},{"name":"D3D12_COLOR_WRITE_ENABLE_BLUE","features":[354]},{"name":"D3D12_COLOR_WRITE_ENABLE_GREEN","features":[354]},{"name":"D3D12_COLOR_WRITE_ENABLE_RED","features":[354]},{"name":"D3D12_COMMAND_LIST_FLAGS","features":[354]},{"name":"D3D12_COMMAND_LIST_FLAG_NONE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAGS","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_BUNDLE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_COMPUTE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_COPY","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_DIRECT","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_NONE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_VIDEO_DECODE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_VIDEO_ENCODE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_VIDEO_PROCESS","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_BUNDLE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_COMPUTE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_COPY","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_DIRECT","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_NONE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_VIDEO_DECODE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_VIDEO_ENCODE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_VIDEO_PROCESS","features":[354]},{"name":"D3D12_COMMAND_POOL_FLAGS","features":[354]},{"name":"D3D12_COMMAND_POOL_FLAG_NONE","features":[354]},{"name":"D3D12_COMMAND_QUEUE_DESC","features":[354]},{"name":"D3D12_COMMAND_QUEUE_FLAGS","features":[354]},{"name":"D3D12_COMMAND_QUEUE_FLAG_DISABLE_GPU_TIMEOUT","features":[354]},{"name":"D3D12_COMMAND_QUEUE_FLAG_NONE","features":[354]},{"name":"D3D12_COMMAND_QUEUE_PRIORITY","features":[354]},{"name":"D3D12_COMMAND_QUEUE_PRIORITY_GLOBAL_REALTIME","features":[354]},{"name":"D3D12_COMMAND_QUEUE_PRIORITY_HIGH","features":[354]},{"name":"D3D12_COMMAND_QUEUE_PRIORITY_NORMAL","features":[354]},{"name":"D3D12_COMMAND_RECORDER_FLAGS","features":[354]},{"name":"D3D12_COMMAND_RECORDER_FLAG_NONE","features":[354]},{"name":"D3D12_COMMAND_SIGNATURE_DESC","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_HW_SLOT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_PARTIAL_UPDATE_EXTENTS_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_COMMONSHADER_FLOWCONTROL_NESTING_LIMIT","features":[354]},{"name":"D3D12_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_COMMONSHADER_IMMEDIATE_VALUE_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_INPUT_RESOURCE_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_INPUT_RESOURCE_REGISTER_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_INPUT_RESOURCE_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_COMMONSHADER_INPUT_RESOURCE_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_SAMPLER_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_SAMPLER_REGISTER_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_SAMPLER_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_COMMONSHADER_SAMPLER_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_COMMONSHADER_SAMPLER_SLOT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_SUBROUTINE_NESTING_LIMIT","features":[354]},{"name":"D3D12_COMMONSHADER_TEMP_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_TEMP_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_TEMP_REGISTER_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_TEMP_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_COMMONSHADER_TEMP_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MAX","features":[354]},{"name":"D3D12_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MIN","features":[354]},{"name":"D3D12_COMMONSHADER_TEXEL_OFFSET_MAX_NEGATIVE","features":[354]},{"name":"D3D12_COMMONSHADER_TEXEL_OFFSET_MAX_POSITIVE","features":[354]},{"name":"D3D12_COMMON_COMPUTE_NODE_OVERRIDES","features":[307,354]},{"name":"D3D12_COMPARISON_FUNC","features":[354]},{"name":"D3D12_COMPARISON_FUNC_ALWAYS","features":[354]},{"name":"D3D12_COMPARISON_FUNC_EQUAL","features":[354]},{"name":"D3D12_COMPARISON_FUNC_GREATER","features":[354]},{"name":"D3D12_COMPARISON_FUNC_GREATER_EQUAL","features":[354]},{"name":"D3D12_COMPARISON_FUNC_LESS","features":[354]},{"name":"D3D12_COMPARISON_FUNC_LESS_EQUAL","features":[354]},{"name":"D3D12_COMPARISON_FUNC_NEVER","features":[354]},{"name":"D3D12_COMPARISON_FUNC_NONE","features":[354]},{"name":"D3D12_COMPARISON_FUNC_NOT_EQUAL","features":[354]},{"name":"D3D12_COMPUTE_PIPELINE_STATE_DESC","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_MODE","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_MODE_OFF","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_MODE_ON","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_TIER","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_TIER_1","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_TIER_2","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_TIER_3","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_CONSTANT_BUFFER_DATA_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_CONSTANT_BUFFER_VIEW_DESC","features":[354]},{"name":"D3D12_CPU_DESCRIPTOR_HANDLE","features":[354]},{"name":"D3D12_CPU_PAGE_PROPERTY","features":[354]},{"name":"D3D12_CPU_PAGE_PROPERTY_NOT_AVAILABLE","features":[354]},{"name":"D3D12_CPU_PAGE_PROPERTY_UNKNOWN","features":[354]},{"name":"D3D12_CPU_PAGE_PROPERTY_WRITE_BACK","features":[354]},{"name":"D3D12_CPU_PAGE_PROPERTY_WRITE_COMBINE","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER_1","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER_1_EMULATED","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER_2","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER_3","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_CS_4_X_BUCKET00_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET00_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET01_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET01_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET02_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET02_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET03_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET03_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET04_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET04_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET05_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET05_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET06_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET06_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET07_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET07_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET08_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET08_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET09_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET09_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET10_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET10_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET11_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET11_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET12_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET12_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET13_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET13_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET14_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET14_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET15_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET15_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_DISPATCH_MAX_THREAD_GROUPS_IN_Z_DIMENSION","features":[354]},{"name":"D3D12_CS_4_X_RAW_UAV_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_CS_4_X_THREAD_GROUP_MAX_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_THREAD_GROUP_MAX_X","features":[354]},{"name":"D3D12_CS_4_X_THREAD_GROUP_MAX_Y","features":[354]},{"name":"D3D12_CS_4_X_UAV_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_DISPATCH_MAX_THREAD_GROUPS_PER_DIMENSION","features":[354]},{"name":"D3D12_CS_TGSM_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_TGSM_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_CS_TGSM_RESOURCE_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_CS_TGSM_RESOURCE_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_CS_THREADGROUPID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_CS_THREADGROUPID_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_THREADIDINGROUPFLATTENED_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_CS_THREADIDINGROUPFLATTENED_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_THREADIDINGROUP_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_CS_THREADIDINGROUP_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_THREADID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_CS_THREADID_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MAX_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MAX_X","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MAX_Y","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MAX_Z","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MIN_X","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MIN_Y","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MIN_Z","features":[354]},{"name":"D3D12_CS_THREAD_LOCAL_TEMP_REGISTER_POOL","features":[354]},{"name":"D3D12_CULL_MODE","features":[354]},{"name":"D3D12_CULL_MODE_BACK","features":[354]},{"name":"D3D12_CULL_MODE_FRONT","features":[354]},{"name":"D3D12_CULL_MODE_NONE","features":[354]},{"name":"D3D12_DEBUG_COMMAND_LIST_GPU_BASED_VALIDATION_SETTINGS","features":[354]},{"name":"D3D12_DEBUG_COMMAND_LIST_PARAMETER_GPU_BASED_VALIDATION_SETTINGS","features":[354]},{"name":"D3D12_DEBUG_COMMAND_LIST_PARAMETER_TYPE","features":[354]},{"name":"D3D12_DEBUG_DEVICE_GPU_BASED_VALIDATION_SETTINGS","features":[354]},{"name":"D3D12_DEBUG_DEVICE_GPU_SLOWDOWN_PERFORMANCE_FACTOR","features":[354]},{"name":"D3D12_DEBUG_DEVICE_PARAMETER_FEATURE_FLAGS","features":[354]},{"name":"D3D12_DEBUG_DEVICE_PARAMETER_GPU_BASED_VALIDATION_SETTINGS","features":[354]},{"name":"D3D12_DEBUG_DEVICE_PARAMETER_GPU_SLOWDOWN_PERFORMANCE_FACTOR","features":[354]},{"name":"D3D12_DEBUG_DEVICE_PARAMETER_TYPE","features":[354]},{"name":"D3D12_DEBUG_FEATURE","features":[354]},{"name":"D3D12_DEBUG_FEATURE_ALLOW_BEHAVIOR_CHANGING_DEBUG_AIDS","features":[354]},{"name":"D3D12_DEBUG_FEATURE_CONSERVATIVE_RESOURCE_STATE_TRACKING","features":[354]},{"name":"D3D12_DEBUG_FEATURE_DISABLE_VIRTUALIZED_BUNDLES_VALIDATION","features":[354]},{"name":"D3D12_DEBUG_FEATURE_EMULATE_WINDOWS7","features":[354]},{"name":"D3D12_DEBUG_FEATURE_NONE","features":[354]},{"name":"D3D12_DEFAULT_BLEND_FACTOR_ALPHA","features":[354]},{"name":"D3D12_DEFAULT_BLEND_FACTOR_BLUE","features":[354]},{"name":"D3D12_DEFAULT_BLEND_FACTOR_GREEN","features":[354]},{"name":"D3D12_DEFAULT_BLEND_FACTOR_RED","features":[354]},{"name":"D3D12_DEFAULT_BORDER_COLOR_COMPONENT","features":[354]},{"name":"D3D12_DEFAULT_DEPTH_BIAS","features":[354]},{"name":"D3D12_DEFAULT_DEPTH_BIAS_CLAMP","features":[354]},{"name":"D3D12_DEFAULT_MAX_ANISOTROPY","features":[354]},{"name":"D3D12_DEFAULT_MIP_LOD_BIAS","features":[354]},{"name":"D3D12_DEFAULT_MSAA_RESOURCE_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_DEFAULT_RENDER_TARGET_ARRAY_INDEX","features":[354]},{"name":"D3D12_DEFAULT_RESOURCE_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_DEFAULT_SAMPLE_MASK","features":[354]},{"name":"D3D12_DEFAULT_SCISSOR_ENDX","features":[354]},{"name":"D3D12_DEFAULT_SCISSOR_ENDY","features":[354]},{"name":"D3D12_DEFAULT_SCISSOR_STARTX","features":[354]},{"name":"D3D12_DEFAULT_SCISSOR_STARTY","features":[354]},{"name":"D3D12_DEFAULT_SHADER_4_COMPONENT_MAPPING","features":[354]},{"name":"D3D12_DEFAULT_SLOPE_SCALED_DEPTH_BIAS","features":[354]},{"name":"D3D12_DEFAULT_STENCIL_READ_MASK","features":[354]},{"name":"D3D12_DEFAULT_STENCIL_REFERENCE","features":[354]},{"name":"D3D12_DEFAULT_STENCIL_WRITE_MASK","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_AND_SCISSORRECT_INDEX","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_HEIGHT","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_MAX_DEPTH","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_MIN_DEPTH","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_TOPLEFTX","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_TOPLEFTY","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_WIDTH","features":[354]},{"name":"D3D12_DEPTH_STENCILOP_DESC","features":[354]},{"name":"D3D12_DEPTH_STENCILOP_DESC1","features":[354]},{"name":"D3D12_DEPTH_STENCIL_DESC","features":[307,354]},{"name":"D3D12_DEPTH_STENCIL_DESC1","features":[307,354]},{"name":"D3D12_DEPTH_STENCIL_DESC2","features":[307,354]},{"name":"D3D12_DEPTH_STENCIL_FORMAT","features":[354,397]},{"name":"D3D12_DEPTH_STENCIL_VALUE","features":[354]},{"name":"D3D12_DEPTH_STENCIL_VIEW_DESC","features":[354,397]},{"name":"D3D12_DEPTH_WRITE_MASK","features":[354]},{"name":"D3D12_DEPTH_WRITE_MASK_ALL","features":[354]},{"name":"D3D12_DEPTH_WRITE_MASK_ZERO","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_DESC","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_FLAGS","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_FLAG_NONE","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE_DSV","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE_NUM_TYPES","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE_RTV","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE1","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAGS","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_DATA_STATIC","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_DATA_STATIC_WHILE_SET_AT_EXECUTE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_DATA_VOLATILE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_DESCRIPTORS_STATIC_KEEPING_BUFFER_BOUNDS_CHECKS","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_DESCRIPTORS_VOLATILE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_NONE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_OFFSET_APPEND","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_TYPE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_TYPE_CBV","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_TYPE_SAMPLER","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_TYPE_SRV","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_TYPE_UAV","features":[354]},{"name":"D3D12_DEVICE_CONFIGURATION_DESC","features":[354]},{"name":"D3D12_DEVICE_FACTORY_FLAGS","features":[354]},{"name":"D3D12_DEVICE_FACTORY_FLAG_ALLOW_RETURNING_EXISTING_DEVICE","features":[354]},{"name":"D3D12_DEVICE_FACTORY_FLAG_ALLOW_RETURNING_INCOMPATIBLE_EXISTING_DEVICE","features":[354]},{"name":"D3D12_DEVICE_FACTORY_FLAG_DISALLOW_STORING_NEW_DEVICE_AS_SINGLETON","features":[354]},{"name":"D3D12_DEVICE_FACTORY_FLAG_NONE","features":[354]},{"name":"D3D12_DEVICE_FLAGS","features":[354]},{"name":"D3D12_DEVICE_FLAG_AUTO_DEBUG_NAME_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_DEBUG_LAYER_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_DRED_AUTO_BREADCRUMBS_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_DRED_BREADCRUMB_CONTEXT_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_DRED_PAGE_FAULT_REPORTING_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_DRED_USE_MARKERS_ONLY_BREADCRUMBS","features":[354]},{"name":"D3D12_DEVICE_FLAG_DRED_WATSON_REPORTING_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_FORCE_LEGACY_STATE_VALIDATION","features":[354]},{"name":"D3D12_DEVICE_FLAG_GPU_BASED_VALIDATION_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_NONE","features":[354]},{"name":"D3D12_DEVICE_FLAG_SHADER_INSTRUMENTATION_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_SYNCHRONIZED_COMMAND_QUEUE_VALIDATION_DISABLED","features":[354]},{"name":"D3D12_DEVICE_REMOVED_EXTENDED_DATA","features":[354]},{"name":"D3D12_DEVICE_REMOVED_EXTENDED_DATA1","features":[354]},{"name":"D3D12_DEVICE_REMOVED_EXTENDED_DATA2","features":[354]},{"name":"D3D12_DEVICE_REMOVED_EXTENDED_DATA3","features":[354]},{"name":"D3D12_DISCARD_REGION","features":[307,354]},{"name":"D3D12_DISPATCH_ARGUMENTS","features":[354]},{"name":"D3D12_DISPATCH_GRAPH_DESC","features":[354]},{"name":"D3D12_DISPATCH_MESH_ARGUMENTS","features":[354]},{"name":"D3D12_DISPATCH_MODE","features":[354]},{"name":"D3D12_DISPATCH_MODE_MULTI_NODE_CPU_INPUT","features":[354]},{"name":"D3D12_DISPATCH_MODE_MULTI_NODE_GPU_INPUT","features":[354]},{"name":"D3D12_DISPATCH_MODE_NODE_CPU_INPUT","features":[354]},{"name":"D3D12_DISPATCH_MODE_NODE_GPU_INPUT","features":[354]},{"name":"D3D12_DISPATCH_RAYS_DESC","features":[354]},{"name":"D3D12_DRAW_ARGUMENTS","features":[354]},{"name":"D3D12_DRAW_INDEXED_ARGUMENTS","features":[354]},{"name":"D3D12_DRED_ALLOCATION_NODE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_NODE1","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_ALLOCATOR","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_LIST","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_POOL","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_QUEUE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_RECORDER","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_SIGNATURE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_CRYPTOSESSION","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_CRYPTOSESSIONPOLICY","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_DESCRIPTOR_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_FENCE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_INVALID","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_METACOMMAND","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_PASS","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_PIPELINE_LIBRARY","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_PIPELINE_STATE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_PROTECTEDRESOURCESESSION","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_QUERY_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_RESOURCE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_SCHEDULINGGROUP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_STATE_OBJECT","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_DECODER","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_DECODER_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_ENCODER","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_ENCODER_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_EXTENSION_COMMAND","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_MOTION_ESTIMATOR","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_MOTION_VECTOR_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_PROCESSOR","features":[354]},{"name":"D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT","features":[354]},{"name":"D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT1","features":[354]},{"name":"D3D12_DRED_BREADCRUMB_CONTEXT","features":[354]},{"name":"D3D12_DRED_DEVICE_STATE","features":[354]},{"name":"D3D12_DRED_DEVICE_STATE_FAULT","features":[354]},{"name":"D3D12_DRED_DEVICE_STATE_HUNG","features":[354]},{"name":"D3D12_DRED_DEVICE_STATE_PAGEFAULT","features":[354]},{"name":"D3D12_DRED_DEVICE_STATE_UNKNOWN","features":[354]},{"name":"D3D12_DRED_ENABLEMENT","features":[354]},{"name":"D3D12_DRED_ENABLEMENT_FORCED_OFF","features":[354]},{"name":"D3D12_DRED_ENABLEMENT_FORCED_ON","features":[354]},{"name":"D3D12_DRED_ENABLEMENT_SYSTEM_CONTROLLED","features":[354]},{"name":"D3D12_DRED_FLAGS","features":[354]},{"name":"D3D12_DRED_FLAG_DISABLE_AUTOBREADCRUMBS","features":[354]},{"name":"D3D12_DRED_FLAG_FORCE_ENABLE","features":[354]},{"name":"D3D12_DRED_FLAG_NONE","features":[354]},{"name":"D3D12_DRED_PAGE_FAULT_FLAGS","features":[354]},{"name":"D3D12_DRED_PAGE_FAULT_FLAGS_NONE","features":[354]},{"name":"D3D12_DRED_PAGE_FAULT_OUTPUT","features":[354]},{"name":"D3D12_DRED_PAGE_FAULT_OUTPUT1","features":[354]},{"name":"D3D12_DRED_PAGE_FAULT_OUTPUT2","features":[354]},{"name":"D3D12_DRED_VERSION","features":[354]},{"name":"D3D12_DRED_VERSION_1_0","features":[354]},{"name":"D3D12_DRED_VERSION_1_1","features":[354]},{"name":"D3D12_DRED_VERSION_1_2","features":[354]},{"name":"D3D12_DRED_VERSION_1_3","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_COMPATIBLE_WITH_DEVICE","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_INCOMPATIBLE_TYPE","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_INCOMPATIBLE_VERSION","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_STATUS","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_UNRECOGNIZED","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_UNSUPPORTED_TYPE","features":[354]},{"name":"D3D12_DRIVER_RESERVED_REGISTER_SPACE_VALUES_END","features":[354]},{"name":"D3D12_DRIVER_RESERVED_REGISTER_SPACE_VALUES_START","features":[354]},{"name":"D3D12_DSV_DIMENSION","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE1D","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE1DARRAY","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE2DARRAY","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE2DMS","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE2DMSARRAY","features":[354]},{"name":"D3D12_DSV_DIMENSION_UNKNOWN","features":[354]},{"name":"D3D12_DSV_FLAGS","features":[354]},{"name":"D3D12_DSV_FLAG_NONE","features":[354]},{"name":"D3D12_DSV_FLAG_READ_ONLY_DEPTH","features":[354]},{"name":"D3D12_DSV_FLAG_READ_ONLY_STENCIL","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINTS_MAX_TOTAL_SCALARS","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINT_REGISTER_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_DS_INPUT_DOMAIN_POINT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_DS_INPUT_DOMAIN_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_DOMAIN_POINT_REGISTER_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_DOMAIN_POINT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_DS_INPUT_DOMAIN_POINT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_DS_INPUT_PATCH_CONSTANT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_DS_INPUT_PATCH_CONSTANT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_PATCH_CONSTANT_REGISTER_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_PATCH_CONSTANT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_DS_INPUT_PATCH_CONSTANT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_DS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_DS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_PRIMITIVE_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_PRIMITIVE_ID_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_DS_INPUT_PRIMITIVE_ID_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_DS_OUTPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_DS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_DS_OUTPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_DXIL_LIBRARY_DESC","features":[354]},{"name":"D3D12_DXIL_SUBOBJECT_TO_EXPORTS_ASSOCIATION","features":[354]},{"name":"D3D12_ELEMENTS_LAYOUT","features":[354]},{"name":"D3D12_ELEMENTS_LAYOUT_ARRAY","features":[354]},{"name":"D3D12_ELEMENTS_LAYOUT_ARRAY_OF_POINTERS","features":[354]},{"name":"D3D12_EXECUTE_INDIRECT_TIER","features":[354]},{"name":"D3D12_EXECUTE_INDIRECT_TIER_1_0","features":[354]},{"name":"D3D12_EXECUTE_INDIRECT_TIER_1_1","features":[354]},{"name":"D3D12_EXISTING_COLLECTION_DESC","features":[354]},{"name":"D3D12_EXPORT_DESC","features":[354]},{"name":"D3D12_EXPORT_FLAGS","features":[354]},{"name":"D3D12_EXPORT_FLAG_NONE","features":[354]},{"name":"D3D12_FEATURE","features":[354]},{"name":"D3D12_FEATURE_ARCHITECTURE","features":[354]},{"name":"D3D12_FEATURE_ARCHITECTURE1","features":[354]},{"name":"D3D12_FEATURE_COMMAND_QUEUE_PRIORITY","features":[354]},{"name":"D3D12_FEATURE_CROSS_NODE","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS1","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS10","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS11","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS12","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS13","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS14","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS15","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS16","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS17","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS18","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS19","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS2","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS20","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS21","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS3","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS4","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS5","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS6","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS7","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS8","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS9","features":[354]},{"name":"D3D12_FEATURE_DATA_ARCHITECTURE","features":[307,354]},{"name":"D3D12_FEATURE_DATA_ARCHITECTURE1","features":[307,354]},{"name":"D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY","features":[307,354]},{"name":"D3D12_FEATURE_DATA_CROSS_NODE","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS1","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS10","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS11","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS12","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS13","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS14","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS15","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS16","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS17","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS18","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS19","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS2","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS20","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS21","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS3","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS4","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS5","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS6","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS7","features":[354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS8","features":[307,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS9","features":[307,354]},{"name":"D3D12_FEATURE_DATA_DISPLAYABLE","features":[307,354]},{"name":"D3D12_FEATURE_DATA_EXISTING_HEAPS","features":[307,354]},{"name":"D3D12_FEATURE_DATA_FEATURE_LEVELS","features":[402,354]},{"name":"D3D12_FEATURE_DATA_FORMAT_INFO","features":[354,397]},{"name":"D3D12_FEATURE_DATA_FORMAT_SUPPORT","features":[354,397]},{"name":"D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT","features":[354]},{"name":"D3D12_FEATURE_DATA_HARDWARE_COPY","features":[307,354]},{"name":"D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS","features":[354,397]},{"name":"D3D12_FEATURE_DATA_PLACED_RESOURCE_SUPPORT_INFO","features":[307,354,397]},{"name":"D3D12_FEATURE_DATA_PREDICATION","features":[307,354]},{"name":"D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_SUPPORT","features":[354]},{"name":"D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_TYPES","features":[354]},{"name":"D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_TYPE_COUNT","features":[354]},{"name":"D3D12_FEATURE_DATA_QUERY_META_COMMAND","features":[354]},{"name":"D3D12_FEATURE_DATA_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_FEATURE_DATA_SERIALIZATION","features":[354]},{"name":"D3D12_FEATURE_DATA_SHADER_CACHE","features":[354]},{"name":"D3D12_FEATURE_DATA_SHADER_MODEL","features":[354]},{"name":"D3D12_FEATURE_DISPLAYABLE","features":[354]},{"name":"D3D12_FEATURE_EXISTING_HEAPS","features":[354]},{"name":"D3D12_FEATURE_FEATURE_LEVELS","features":[354]},{"name":"D3D12_FEATURE_FORMAT_INFO","features":[354]},{"name":"D3D12_FEATURE_FORMAT_SUPPORT","features":[354]},{"name":"D3D12_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT","features":[354]},{"name":"D3D12_FEATURE_HARDWARE_COPY","features":[354]},{"name":"D3D12_FEATURE_MULTISAMPLE_QUALITY_LEVELS","features":[354]},{"name":"D3D12_FEATURE_PLACED_RESOURCE_SUPPORT_INFO","features":[354]},{"name":"D3D12_FEATURE_PREDICATION","features":[354]},{"name":"D3D12_FEATURE_PROTECTED_RESOURCE_SESSION_SUPPORT","features":[354]},{"name":"D3D12_FEATURE_PROTECTED_RESOURCE_SESSION_TYPES","features":[354]},{"name":"D3D12_FEATURE_PROTECTED_RESOURCE_SESSION_TYPE_COUNT","features":[354]},{"name":"D3D12_FEATURE_QUERY_META_COMMAND","features":[354]},{"name":"D3D12_FEATURE_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_FEATURE_SERIALIZATION","features":[354]},{"name":"D3D12_FEATURE_SHADER_CACHE","features":[354]},{"name":"D3D12_FEATURE_SHADER_MODEL","features":[354]},{"name":"D3D12_FENCE_FLAGS","features":[354]},{"name":"D3D12_FENCE_FLAG_NONE","features":[354]},{"name":"D3D12_FENCE_FLAG_NON_MONITORED","features":[354]},{"name":"D3D12_FENCE_FLAG_SHARED","features":[354]},{"name":"D3D12_FENCE_FLAG_SHARED_CROSS_ADAPTER","features":[354]},{"name":"D3D12_FILL_MODE","features":[354]},{"name":"D3D12_FILL_MODE_SOLID","features":[354]},{"name":"D3D12_FILL_MODE_WIREFRAME","features":[354]},{"name":"D3D12_FILTER","features":[354]},{"name":"D3D12_FILTER_ANISOTROPIC","features":[354]},{"name":"D3D12_FILTER_COMPARISON_ANISOTROPIC","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_MAG_ANISOTROPIC_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_ANISOTROPIC","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_LINEAR_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_MAG_ANISOTROPIC_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_POINT_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MINIMUM_ANISOTROPIC","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_LINEAR_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_MAG_ANISOTROPIC_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_POINT_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MIN_LINEAR_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MIN_MAG_ANISOTROPIC_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MIN_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MIN_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MIN_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MIN_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MIN_POINT_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_COMPARISON","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_MASK","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_MAXIMUM","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_MINIMUM","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_SHIFT","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_STANDARD","features":[354]},{"name":"D3D12_FILTER_TYPE","features":[354]},{"name":"D3D12_FILTER_TYPE_LINEAR","features":[354]},{"name":"D3D12_FILTER_TYPE_MASK","features":[354]},{"name":"D3D12_FILTER_TYPE_POINT","features":[354]},{"name":"D3D12_FLOAT16_FUSED_TOLERANCE_IN_ULP","features":[354]},{"name":"D3D12_FLOAT32_MAX","features":[354]},{"name":"D3D12_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_EXPONENT_DENOMINATOR","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_EXPONENT_NUMERATOR","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_OFFSET","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_SCALE_1","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_SCALE_2","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_THRESHOLD","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_BACK_BUFFER_CAST","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_BLENDABLE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_BUFFER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_CAST_WITHIN_BIT_LAYOUT","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_DECODER_OUTPUT","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_DEPTH_STENCIL","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_DISPLAY","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_IA_INDEX_BUFFER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_IA_VERTEX_BUFFER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_MIP","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_MULTISAMPLE_LOAD","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_MULTISAMPLE_RENDERTARGET","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_MULTISAMPLE_RESOLVE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_NONE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_RENDER_TARGET","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_GATHER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_GATHER_COMPARISON","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_LOAD","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE_COMPARISON","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE_MONO_TEXT","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SO_BUFFER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_TEXTURE1D","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_TEXTURE2D","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_TEXTURE3D","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_TEXTURECUBE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_TYPED_UNORDERED_ACCESS_VIEW","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_VIDEO_ENCODER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_VIDEO_PROCESSOR_INPUT","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_VIDEO_PROCESSOR_OUTPUT","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_MULTIPLANE_OVERLAY","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_NONE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_OUTPUT_MERGER_LOGIC_OP","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_SAMPLER_FEEDBACK","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_TILED","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_ADD","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_BITWISE_OPS","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_COMPARE_STORE_OR_COMPARE_EXCHANGE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_EXCHANGE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_SIGNED_MIN_OR_MAX","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_UNSIGNED_MIN_OR_MAX","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_TYPED_LOAD","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_TYPED_STORE","features":[354]},{"name":"D3D12_FTOI_INSTRUCTION_MAX_INPUT","features":[354]},{"name":"D3D12_FTOI_INSTRUCTION_MIN_INPUT","features":[354]},{"name":"D3D12_FTOU_INSTRUCTION_MAX_INPUT","features":[354]},{"name":"D3D12_FTOU_INSTRUCTION_MIN_INPUT","features":[354]},{"name":"D3D12_FUNCTION_DESC","features":[307,402,354]},{"name":"D3D12_GENERIC_PROGRAM_DESC","features":[354]},{"name":"D3D12_GLOBAL_BARRIER","features":[354]},{"name":"D3D12_GLOBAL_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_FLAGS","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_FLAGS_DISABLE_STATE_TRACKING","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_FLAGS_NONE","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAGS","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAGS_VALID_MASK","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAG_FRONT_LOAD_CREATE_GUARDED_VALIDATION_SHADERS","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAG_FRONT_LOAD_CREATE_TRACKING_ONLY_SHADERS","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAG_FRONT_LOAD_CREATE_UNGUARDED_VALIDATION_SHADERS","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAG_NONE","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE_GUARDED_VALIDATION","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE_NONE","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE_STATE_TRACKING_ONLY","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE_UNGUARDED_VALIDATION","features":[354]},{"name":"D3D12_GPU_DESCRIPTOR_HANDLE","features":[354]},{"name":"D3D12_GPU_VIRTUAL_ADDRESS_AND_STRIDE","features":[354]},{"name":"D3D12_GPU_VIRTUAL_ADDRESS_RANGE","features":[354]},{"name":"D3D12_GPU_VIRTUAL_ADDRESS_RANGE_AND_STRIDE","features":[354]},{"name":"D3D12_GRAPHICS_PIPELINE_STATE_DESC","features":[307,354,397]},{"name":"D3D12_GRAPHICS_STATES","features":[354]},{"name":"D3D12_GRAPHICS_STATE_COMPUTE_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_GRAPHICS_STATE_DESCRIPTOR_HEAP","features":[354]},{"name":"D3D12_GRAPHICS_STATE_GRAPHICS_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_GRAPHICS_STATE_IA_INDEX_BUFFER","features":[354]},{"name":"D3D12_GRAPHICS_STATE_IA_PRIMITIVE_TOPOLOGY","features":[354]},{"name":"D3D12_GRAPHICS_STATE_IA_VERTEX_BUFFERS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_NONE","features":[354]},{"name":"D3D12_GRAPHICS_STATE_OM_BLEND_FACTOR","features":[354]},{"name":"D3D12_GRAPHICS_STATE_OM_DEPTH_BOUNDS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_OM_RENDER_TARGETS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_OM_STENCIL_REF","features":[354]},{"name":"D3D12_GRAPHICS_STATE_PIPELINE_STATE","features":[354]},{"name":"D3D12_GRAPHICS_STATE_PREDICATION","features":[354]},{"name":"D3D12_GRAPHICS_STATE_RS_SCISSOR_RECTS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_RS_VIEWPORTS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_SAMPLE_POSITIONS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_SO_TARGETS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_VIEW_INSTANCE_MASK","features":[354]},{"name":"D3D12_GS_INPUT_INSTANCE_ID_READS_PER_INST","features":[354]},{"name":"D3D12_GS_INPUT_INSTANCE_ID_READ_PORTS","features":[354]},{"name":"D3D12_GS_INPUT_INSTANCE_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_GS_INPUT_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_INSTANCE_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_PRIM_CONST_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_GS_INPUT_PRIM_CONST_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_PRIM_CONST_REGISTER_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_PRIM_CONST_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_GS_INPUT_PRIM_CONST_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_VERTICES","features":[354]},{"name":"D3D12_GS_MAX_INSTANCE_COUNT","features":[354]},{"name":"D3D12_GS_MAX_OUTPUT_VERTEX_COUNT_ACROSS_INSTANCES","features":[354]},{"name":"D3D12_GS_OUTPUT_ELEMENTS","features":[354]},{"name":"D3D12_GS_OUTPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_GS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_GS_OUTPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_HEAP_DESC","features":[354]},{"name":"D3D12_HEAP_FLAGS","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_ALL_BUFFERS_AND_TEXTURES","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_DISPLAY","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_ONLY_BUFFERS","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_ONLY_NON_RT_DS_TEXTURES","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_ONLY_RT_DS_TEXTURES","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_SHADER_ATOMICS","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_WRITE_WATCH","features":[354]},{"name":"D3D12_HEAP_FLAG_CREATE_NOT_RESIDENT","features":[354]},{"name":"D3D12_HEAP_FLAG_CREATE_NOT_ZEROED","features":[354]},{"name":"D3D12_HEAP_FLAG_DENY_BUFFERS","features":[354]},{"name":"D3D12_HEAP_FLAG_DENY_NON_RT_DS_TEXTURES","features":[354]},{"name":"D3D12_HEAP_FLAG_DENY_RT_DS_TEXTURES","features":[354]},{"name":"D3D12_HEAP_FLAG_HARDWARE_PROTECTED","features":[354]},{"name":"D3D12_HEAP_FLAG_NONE","features":[354]},{"name":"D3D12_HEAP_FLAG_SHARED","features":[354]},{"name":"D3D12_HEAP_FLAG_SHARED_CROSS_ADAPTER","features":[354]},{"name":"D3D12_HEAP_FLAG_TOOLS_USE_MANUAL_WRITE_TRACKING","features":[354]},{"name":"D3D12_HEAP_PROPERTIES","features":[354]},{"name":"D3D12_HEAP_SERIALIZATION_TIER","features":[354]},{"name":"D3D12_HEAP_SERIALIZATION_TIER_0","features":[354]},{"name":"D3D12_HEAP_SERIALIZATION_TIER_10","features":[354]},{"name":"D3D12_HEAP_TYPE","features":[354]},{"name":"D3D12_HEAP_TYPE_CUSTOM","features":[354]},{"name":"D3D12_HEAP_TYPE_DEFAULT","features":[354]},{"name":"D3D12_HEAP_TYPE_GPU_UPLOAD","features":[354]},{"name":"D3D12_HEAP_TYPE_READBACK","features":[354]},{"name":"D3D12_HEAP_TYPE_UPLOAD","features":[354]},{"name":"D3D12_HIT_GROUP_DESC","features":[354]},{"name":"D3D12_HIT_GROUP_TYPE","features":[354]},{"name":"D3D12_HIT_GROUP_TYPE_PROCEDURAL_PRIMITIVE","features":[354]},{"name":"D3D12_HIT_GROUP_TYPE_TRIANGLES","features":[354]},{"name":"D3D12_HIT_KIND","features":[354]},{"name":"D3D12_HIT_KIND_TRIANGLE_BACK_FACE","features":[354]},{"name":"D3D12_HIT_KIND_TRIANGLE_FRONT_FACE","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_PHASE_INPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_PHASE_OUTPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_FORK_PHASE_INSTANCE_COUNT_UPPER_BOUND","features":[354]},{"name":"D3D12_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_FORK_INSTANCE_ID_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_INPUT_FORK_INSTANCE_ID_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_PRIMITIVE_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_PRIMITIVE_ID_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_INPUT_PRIMITIVE_ID_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_JOIN_PHASE_INSTANCE_COUNT_UPPER_BOUND","features":[354]},{"name":"D3D12_HS_MAXTESSFACTOR_LOWER_BOUND","features":[354]},{"name":"D3D12_HS_MAXTESSFACTOR_UPPER_BOUND","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINTS_MAX_TOTAL_SCALARS","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_SCALAR_COMPONENTS","features":[354]},{"name":"D3D12_IA_DEFAULT_INDEX_BUFFER_OFFSET_IN_BYTES","features":[354]},{"name":"D3D12_IA_DEFAULT_PRIMITIVE_TOPOLOGY","features":[354]},{"name":"D3D12_IA_DEFAULT_VERTEX_BUFFER_OFFSET_IN_BYTES","features":[354]},{"name":"D3D12_IA_INDEX_INPUT_RESOURCE_SLOT_COUNT","features":[354]},{"name":"D3D12_IA_INSTANCE_ID_BIT_COUNT","features":[354]},{"name":"D3D12_IA_INTEGER_ARITHMETIC_BIT_COUNT","features":[354]},{"name":"D3D12_IA_PATCH_MAX_CONTROL_POINT_COUNT","features":[354]},{"name":"D3D12_IA_PRIMITIVE_ID_BIT_COUNT","features":[354]},{"name":"D3D12_IA_VERTEX_ID_BIT_COUNT","features":[354]},{"name":"D3D12_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT","features":[354]},{"name":"D3D12_IA_VERTEX_INPUT_STRUCTURE_ELEMENTS_COMPONENTS","features":[354]},{"name":"D3D12_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT","features":[354]},{"name":"D3D12_IB_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_INDEX_BUFFER_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_0xFFFF","features":[354]},{"name":"D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_0xFFFFFFFF","features":[354]},{"name":"D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_DISABLED","features":[354]},{"name":"D3D12_INDEX_BUFFER_VIEW","features":[354,397]},{"name":"D3D12_INDIRECT_ARGUMENT_DESC","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_CONSTANT","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_CONSTANT_BUFFER_VIEW","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_DISPATCH","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_DISPATCH_MESH","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_DISPATCH_RAYS","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_DRAW","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_DRAW_INDEXED","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_INCREMENTING_CONSTANT","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_INDEX_BUFFER_VIEW","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_SHADER_RESOURCE_VIEW","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_UNORDERED_ACCESS_VIEW","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_VERTEX_BUFFER_VIEW","features":[354]},{"name":"D3D12_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT","features":[354]},{"name":"D3D12_INFO_QUEUE_FILTER","features":[354]},{"name":"D3D12_INFO_QUEUE_FILTER_DESC","features":[354]},{"name":"D3D12_INPUT_CLASSIFICATION","features":[354]},{"name":"D3D12_INPUT_CLASSIFICATION_PER_INSTANCE_DATA","features":[354]},{"name":"D3D12_INPUT_CLASSIFICATION_PER_VERTEX_DATA","features":[354]},{"name":"D3D12_INPUT_ELEMENT_DESC","features":[354,397]},{"name":"D3D12_INPUT_LAYOUT_DESC","features":[354,397]},{"name":"D3D12_INTEGER_DIVIDE_BY_ZERO_QUOTIENT","features":[354]},{"name":"D3D12_INTEGER_DIVIDE_BY_ZERO_REMAINDER","features":[354]},{"name":"D3D12_KEEP_RENDER_TARGETS_AND_DEPTH_STENCIL","features":[354]},{"name":"D3D12_KEEP_UNORDERED_ACCESS_VIEWS","features":[354]},{"name":"D3D12_LIBRARY_DESC","features":[354]},{"name":"D3D12_LIFETIME_STATE","features":[354]},{"name":"D3D12_LIFETIME_STATE_IN_USE","features":[354]},{"name":"D3D12_LIFETIME_STATE_NOT_IN_USE","features":[354]},{"name":"D3D12_LINEAR_GAMMA","features":[354]},{"name":"D3D12_LINE_RASTERIZATION_MODE","features":[354]},{"name":"D3D12_LINE_RASTERIZATION_MODE_ALIASED","features":[354]},{"name":"D3D12_LINE_RASTERIZATION_MODE_ALPHA_ANTIALIASED","features":[354]},{"name":"D3D12_LINE_RASTERIZATION_MODE_QUADRILATERAL_NARROW","features":[354]},{"name":"D3D12_LINE_RASTERIZATION_MODE_QUADRILATERAL_WIDE","features":[354]},{"name":"D3D12_LOCAL_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_LOGIC_OP","features":[354]},{"name":"D3D12_LOGIC_OP_AND","features":[354]},{"name":"D3D12_LOGIC_OP_AND_INVERTED","features":[354]},{"name":"D3D12_LOGIC_OP_AND_REVERSE","features":[354]},{"name":"D3D12_LOGIC_OP_CLEAR","features":[354]},{"name":"D3D12_LOGIC_OP_COPY","features":[354]},{"name":"D3D12_LOGIC_OP_COPY_INVERTED","features":[354]},{"name":"D3D12_LOGIC_OP_EQUIV","features":[354]},{"name":"D3D12_LOGIC_OP_INVERT","features":[354]},{"name":"D3D12_LOGIC_OP_NAND","features":[354]},{"name":"D3D12_LOGIC_OP_NOOP","features":[354]},{"name":"D3D12_LOGIC_OP_NOR","features":[354]},{"name":"D3D12_LOGIC_OP_OR","features":[354]},{"name":"D3D12_LOGIC_OP_OR_INVERTED","features":[354]},{"name":"D3D12_LOGIC_OP_OR_REVERSE","features":[354]},{"name":"D3D12_LOGIC_OP_SET","features":[354]},{"name":"D3D12_LOGIC_OP_XOR","features":[354]},{"name":"D3D12_MAG_FILTER_SHIFT","features":[354]},{"name":"D3D12_MAJOR_VERSION","features":[354]},{"name":"D3D12_MAX_BORDER_COLOR_COMPONENT","features":[354]},{"name":"D3D12_MAX_DEPTH","features":[354]},{"name":"D3D12_MAX_LIVE_STATIC_SAMPLERS","features":[354]},{"name":"D3D12_MAX_MAXANISOTROPY","features":[354]},{"name":"D3D12_MAX_MULTISAMPLE_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MAX_POSITION_VALUE","features":[354]},{"name":"D3D12_MAX_ROOT_COST","features":[354]},{"name":"D3D12_MAX_SHADER_VISIBLE_DESCRIPTOR_HEAP_SIZE_TIER_1","features":[354]},{"name":"D3D12_MAX_SHADER_VISIBLE_DESCRIPTOR_HEAP_SIZE_TIER_2","features":[354]},{"name":"D3D12_MAX_SHADER_VISIBLE_SAMPLER_HEAP_SIZE","features":[354]},{"name":"D3D12_MAX_TEXTURE_DIMENSION_2_TO_EXP","features":[354]},{"name":"D3D12_MAX_VIEW_INSTANCE_COUNT","features":[354]},{"name":"D3D12_MEASUREMENTS_ACTION","features":[354]},{"name":"D3D12_MEASUREMENTS_ACTION_COMMIT_RESULTS","features":[354]},{"name":"D3D12_MEASUREMENTS_ACTION_COMMIT_RESULTS_HIGH_PRIORITY","features":[354]},{"name":"D3D12_MEASUREMENTS_ACTION_DISCARD_PREVIOUS","features":[354]},{"name":"D3D12_MEASUREMENTS_ACTION_KEEP_ALL","features":[354]},{"name":"D3D12_MEMCPY_DEST","features":[354]},{"name":"D3D12_MEMORY_POOL","features":[354]},{"name":"D3D12_MEMORY_POOL_L0","features":[354]},{"name":"D3D12_MEMORY_POOL_L1","features":[354]},{"name":"D3D12_MEMORY_POOL_UNKNOWN","features":[354]},{"name":"D3D12_MESH_SHADER_TIER","features":[354]},{"name":"D3D12_MESH_SHADER_TIER_1","features":[354]},{"name":"D3D12_MESH_SHADER_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE","features":[354]},{"name":"D3D12_MESSAGE_CALLBACK_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_CALLBACK_FLAG_NONE","features":[354]},{"name":"D3D12_MESSAGE_CALLBACK_IGNORE_FILTERS","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_APPLICATION_DEFINED","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_CLEANUP","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_COMPILATION","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_EXECUTION","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_INITIALIZATION","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_MISCELLANEOUS","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_RESOURCE_MANIPULATION","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_SHADER","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_STATE_CREATION","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_STATE_GETTING","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_STATE_SETTING","features":[354]},{"name":"D3D12_MESSAGE_ID","features":[354]},{"name":"D3D12_MESSAGE_ID_ADD_TO_STATE_OBJECT_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_ALPHA_BLEND_FACTOR_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_DEPENDENT_RANGE_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_DEPENDENT_SUBRESOURCE_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_DST_RANGE_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_ARCHITECTURE","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_DEPENDENT_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_DEPENDENT_SUBRESOURCE_RANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_DST_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_DST_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_OFFSET_ALIGNMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_SRC_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_SRC_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_NULL_DEPENDENT_RESOURCES","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_NULL_DEPENDENT_SUBRESOURCE_RANGES","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_NULL_DST","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_NULL_SRC","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_SRC_RANGE_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_ZERO_DEPENDENCIES","features":[354]},{"name":"D3D12_MESSAGE_ID_BARRIER_INTEROP_INVALID_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_BARRIER_INTEROP_INVALID_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_BEGIN_END_EVENT_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_BEGIN_END_QUERY_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_BEGIN_EVENT","features":[354]},{"name":"D3D12_MESSAGE_ID_BUFFER_BARRIER_SUBREGION_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_BUNDLE_PIPELINE_STATE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_ADD_TRACKED_WORKLOAD","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_CHANGE_COMMAND_RECORDER_TARGET_WHILE_RECORDING","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_CREATE_GRAPHICS_AND_VIDEO_COMMAND_RECORDER","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_EXECUTE_EMPTY_COMMAND_LIST","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_RESET_COMMAND_POOL_WITH_OPEN_COMMAND_LISTS","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_USE_COMMAND_RECORDER_WITHOUT_CURRENT_TARGET","features":[354]},{"name":"D3D12_MESSAGE_ID_CHECK_DRIVER_MATCHING_IDENTIFIER_DRIVER_REPORTED_ISSUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CHECK_DRIVER_MATCHING_IDENTIFIER_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_MISMATCHINGCLEARVALUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEARRENDERTARGETVIEW_MISMATCHINGCLEARVALUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEARUNORDEREDACCESSVIEW_INCOMPATIBLE_WITH_STRUCTURED_BUFFERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEARUNORDEREDACCESSVIEW_INVALID_RESOURCE_PTR","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEAR_UNORDERED_ACCESS_VIEW_INVALID_DESCRIPTOR_HANDLE","features":[354]},{"name":"D3D12_MESSAGE_ID_CLOSE_COMMAND_LIST_OPEN_QUERY","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_CANNOT_RESET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_CONTENTION","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_RESET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_RESET_BUNDLE","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_SYNC","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_USAGE_WITH_CREATECOMMANDLIST1_COMMAND_LIST","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_CLOSED","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DESCRIPTOR_TABLE_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DISPATCH_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DISPATCH_ROOT_SIGNATURE_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_ELEMENT_OFFSET_UNALIGNED","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INDEX_BUFFER_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INDEX_BUFFER_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INDEX_BUFFER_TOO_SMALL","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INDEX_OFFSET_UNALIGNED","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INSTANCE_COUNT_ZERO","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INVALID_PRIMITIVETOPOLOGY","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_RENDER_TARGET_DELETED","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_ROOT_SIGNATURE_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_VERTEX_BUFFER_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_VERTEX_BUFFER_STRIDE_TOO_SMALL","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_VERTEX_BUFFER_TOO_SMALL","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_VERTEX_STRIDE_UNALIGNED","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_MULTIPLE_SWAPCHAIN_BUFFER_REFERENCES","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_OPEN","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_PIPELINE_STATE_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_ROOT_CONSTANT_BUFFER_VIEW_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_ROOT_SHADER_RESOURCE_VIEW_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_ROOT_UNORDERED_ACCESS_VIEW_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_SETRENDERTARGETS_INVALIDNUMRENDERTARGETS","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_STATIC_DESCRIPTOR_RESOURCE_DIMENSION_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_STATIC_DESCRIPTOR_SAMPLER_MODE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_SYNC","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_TOO_MANY_SWAPCHAIN_REFERENCES","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_POOL_SYNC","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_QUEUE_TOO_MANY_SWAPCHAIN_REFERENCES","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_RECORDER_CONTENTION","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_RECORDER_SUPPORT_FLAGS_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_RECORDER_USAGE_WITH_CREATECOMMANDLIST_COMMAND_LIST","features":[354]},{"name":"D3D12_MESSAGE_ID_COMPUTE_ONLY_DEVICE_OPERATION_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_DSTRANGEOUTOFBOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_INVALIDCOPYFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_INVALIDDSTRESOURCEDIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_INVALIDSRCRESOURCEDIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_INVALID_DST_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_INVALID_SRC_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_NULLDST","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_NULLSRC","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_SRCRANGEOUTOFBOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_INVALIDDSTRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_INVALIDSRCRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_MISMATCH_DECODE_REFERENCE_ONLY_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_MISMATCH_ENCODE_REFERENCE_ONLY_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_NULLDST","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_NULLSRC","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_DSTREGIONOUTOFBOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_EMPTYBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_FORMATMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDCOPYFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTCOORDINATES","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTDSPLACEDFOOTPRINTFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTOFFSET","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTPLACEMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTRESOURCEDIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTROWPITCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCDSPLACEDFOOTPRINTFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCOFFSET","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCPLACEMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCRESOURCEDIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCROWPITCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_MISMATCH_DECODE_REFERENCE_ONLY_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_MISMATCH_ENCODE_REFERENCE_ONLY_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_NULLDST","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_NULLSRC","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_SRCREGIONOUTOFBOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_UNRECOGNIZEDDSTFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_UNRECOGNIZEDDSTTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_UNRECOGNIZEDSRCFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_UNRECOGNIZEDSRCTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTILEMAPPINGS_INVALID_PARAMETER","features":[354]},{"name":"D3D12_MESSAGE_ID_COPY_DESCRIPTORS_INVALID_RANGES","features":[354]},{"name":"D3D12_MESSAGE_ID_COPY_DESCRIPTORS_WRITE_ONLY_DESCRIPTOR","features":[354]},{"name":"D3D12_MESSAGE_ID_COPY_INVALIDLAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPY_ON_SAME_SUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPY_RAYTRACING_ACCELERATION_STRUCTURE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_MULTITHREADING","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER1","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER10","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER11","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER12","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER13","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER14","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER15","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER2","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER3","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER4","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER5","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER6","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER7","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER8","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER9","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_THIS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEAMPLIFICATIONSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEAMPLIFICATIONSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_BLENDOPALPHA_WARNING","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_BLENDOP_WARNING","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOPALPHA","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLEND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLENDALPHA","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDLOGICOPS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDRENDERTARGETWRITEMASK","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLEND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLENDALPHA","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMMANDLIST_NULL_COMMANDALLOCATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMMANDSIGNATURE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTEPIPELINESTATE_CS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTEPIPELINESTATE_INVALID_SHADER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTEPIPELINESTATE_MISSING_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTESHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_DEPTHBOUNDSTEST_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INDEPENDENT_MASKS_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFAILOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFUNC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILPASSOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILZFAILOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHFUNC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHWRITEMASK","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFAILOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFUNC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILPASSOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILZFAILOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_UNRECOGNIZEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEVICE_DEBUG_LAYER_STARTUP_OPTIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEVICE_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEVICE_WARNING","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDOMAINSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_CANTHAVEONLYGAPS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DECLTOOCOMPLEX","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCOMPONENTCOUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDGAPDEFINITION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMENTRIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMSTRIDES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSLOT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSTREAMSTRIDE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTARTCOMPONENTANDCOMPONENTCOUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAMTORASTERIZER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MASKMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGOUTPUTSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGSEMANTIC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_ONLYONEELEMENTPERSLOT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSLOT0EXPECTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSTREAMSTRIDEUNUSED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_REPEATEDOUTPUT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_TRAILING_DIGIT_IN_SEMANTIC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDENTRIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDSTRIDES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_ALL_RENDER_TARGETS_HAVE_UNKNOWN_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_AS_NOT_MS_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_AS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_DEPTHSTENCILVIEW_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_DS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_GS_INPUT_PRIMITIVE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_GS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_HS_DS_CONTROL_POINT_COUNT_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_HS_DS_TESSELLATOR_DOMAIN_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_HS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_HS_XOR_DS_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_HULL_SHADER_INPUT_TOPOLOGY_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INPUTLAYOUT_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INPUTLAYOUT_SHADER_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_INDEX_BUFFER_PROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_PRIMITIVETOPOLOGY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_RENDER_TARGET_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_SAMPLE_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_SYSTEMVALUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_USE_OF_CENTER_MULTISAMPLE_PATTERN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_USE_OF_FORCED_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_METADATA_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_MISSING_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_MISSING_ROOT_SIGNATURE_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_MS_NOT_PS_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_MS_PSO_DESC_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_MS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_OM_DUAL_SOURCE_BLENDING_CAN_ONLY_HAVE_RENDER_TARGET_0","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_OM_RENDER_TARGET_DOES_NOT_SUPPORT_BLENDING","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_OM_RENDER_TARGET_DOES_NOT_SUPPORT_LOGIC_OPS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_POSITION_NOT_PRESENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_PS_OUTPUT_RT_OUTPUT_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_PS_OUTPUT_TYPE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_PS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_RENDERTARGETVIEW_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_RENDER_TARGET_WRONG_WRITE_MASK","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_RTV_FORMAT_NOT_UNKNOWN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_RUNTIME_INTERNAL_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_COMPONENTTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_HS_DS_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_MINPRECISION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_NEVERWRITTEN_ALWAYSREADS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_REGISTERINDEX","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_REGISTERMASK","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_SEMANTICNAME_NOT_FOUND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_SYSTEMVALUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_MODEL_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_VERTEX_SHADER_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_VIEW_INSTANCING_VERTEX_SIZE_EXCEEDED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_VS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDALIGNMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDARG_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDMISCFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDSIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_NULLDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_UNRECOGNIZEDCPUPAGEPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_UNRECOGNIZEDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_UNRECOGNIZEDMEMORYPOOL","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_UNRECOGNIZEDMISCFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHULLSHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHULLSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_DUPLICATESEMANTIC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_EMPTY_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INCOMPATIBLEFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDALIGNMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDINPUTSLOTCLASS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOTCLASSCHANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSTEPRATECHANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_MISSINGELEMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_NULLSEMANTIC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_STEPRATESLOTCLASSMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_TOOMANYELEMENTS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_TRAILING_DIGIT_IN_SEMANTIC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_TYPE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_UNPARSEABLEINPUTSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_GROUPSHAREDEXCEEDSMAXSIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_MISMATCHEDASMSPAYLOADSIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_OUTPUTEXCEEDSMAXSIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_TOPOLOGY_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINELIBRARY_ADAPTERVERSIONMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINELIBRARY_DRIVERVERSIONMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINELIBRARY_INVALIDLIBRARYBLOB","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINELIBRARY_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_CACHEDBLOBADAPTERMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_CACHEDBLOBDESCMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_CACHEDBLOBDRIVERVERSIONMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_CACHEDBLOBIGNORED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_CANNOT_DEDUCE_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_DUPLICATE_SUBOBJECT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_INVALIDCACHEDBLOB","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_INVALID_STREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_MS_INCOMPLETE_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_UNKNOWN_SUBOBJECT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_ZERO_SIZE_STREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIXELSHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIXELSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_INVALID_BUFFER_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_INVALID_BUFFER_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_INVALID_BUFFER_OFFSET","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_INVALID_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_INVALID_RESOURCE_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_NULL_BUFFER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_NULL_RESOURCE_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEQUERY_HEAP_COPY_QUEUE_TIMESTAMPS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEQUERY_HEAP_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEQUERY_HEAP_VIDEO_DECODE_STATISTICS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDCULLMODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDDEPTHBIASCLAMP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFILLMODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFORCEDSAMPLECOUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDSLOPESCALEDDEPTHBIAS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALID_CONSERVATIVERASTERMODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALID_LINERASTERIZATIONMODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_NON_WHOLE_DYNAMIC_DEPTH_BIAS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDVIDEOPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_UNRECOGNIZEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_UNSUPPORTEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_INVALIDARG_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_INVALIDHEAPMISCFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_INVALIDHEAPPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_INVALIDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_NULLHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_NULLHEAPPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_NULLRESOURCEPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_UNRECOGNIZEDCPUPAGEPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_UNRECOGNIZEDHEAPMISCFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_UNRECOGNIZEDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_UNRECOGNIZEDMEMORYPOOL","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_CLEARVALUEDENORMFLUSH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDALIGNMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDALIGNMENT_SMALLRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDARG_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDCLEARVALUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDCLEARVALUEFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDDIMENSIONALITY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDLAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDMIPLEVELS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDMISCFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDSAMPLEDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_STATE_IGNORED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_UNRECOGNIZEDCLEARVALUEFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_UNRECOGNIZEDDIMENSIONALITY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_UNRECOGNIZEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_UNRECOGNIZEDLAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERCACHESESSION_ALREADYOPEN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERCACHESESSION_DISABLED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERCACHESESSION_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDVIDEOPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_UNRECOGNIZEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADER_INVALIDBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHAREDHEAP_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHAREDRESOURCE_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHAREDRESOURCE_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDVIDEOPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_UNRECOGNIZEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEVERTEXSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDALLOCATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDLIST12","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDPOOL","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDRECORDER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_ALLOCATOR_VIDEO_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_LIST_INVALID_COMMAND_LIST_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_LIST_INVALID_COMMAND_LIST_TYPE_FOR_FEATURE_LEVEL","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_LIST_VIDEO_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_POOL_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_QUEUE_INSUFFICIENT_HARDWARE_SUPPORT_FOR_GLOBAL_REALTIME","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_QUEUE_INSUFFICIENT_PRIVILEGE_FOR_GLOBAL_REALTIME","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_RECORDER_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_RECORDER_INVALID_SUPPORT_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_RECORDER_MORE_RECORDERS_THAN_LOGICAL_PROCESSORS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_RECORDER_VIDEO_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_CONSTANT_BUFFER_VIEW_INVALID_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_CONSTANT_BUFFER_VIEW_INVALID_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_CRYPTO_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_CRYPTO_SESSION_POLICY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_DESCRIPTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_DESCRIPTOR_HEAP_INVALID_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_DESCRIPTOR_HEAP_LARGE_NUM_DESCRIPTORS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_FENCE_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_HEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_LIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_LIFETIMETRACKER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_META_COMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_MONITOREDFENCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_PIPELINELIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_PIPELINESTATE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_PROTECTED_RESOURCE_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_PROTECTED_RESOURCE_SESSION_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_QUERYHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_QUEUE_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_QUEUE_INVALID_PRIORITY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_QUEUE_INVALID_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_QUEUE_VIDEO_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOTSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_BLOB_NOT_FOUND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_DESERIALIZE_FAILED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_INVALID_CONFIGURATION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_NOT_SUPPORTED_ON_DEVICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_NOT_UNIQUE_IN_DXIL_LIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_UNBOUNDED_STATIC_DESCRIPTORS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_SAMPLER_COMPARISON_FUNC_IGNORED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_SAMPLER_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_SHADERCACHESESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_STATE_OBJECT_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_STATE_OBJECT_WARNING","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_TRACKEDWORKLOAD","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_UNORDEREDACCESS_VIEW_INVALID_COUNTER_USAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEODECODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEODECODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEODECODER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEODECODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEODECODESTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOENCODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOENCODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOENCODER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOENCODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOEXTENSIONCOMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOMOTIONESTIMATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOMOTIONVECTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOPROCESSCOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOPROCESSCOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOPROCESSOR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOPROCESSSTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_DECODER_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_DECODE_HEAP_CAPS_FAILURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_DECODE_HEAP_CAPS_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_ENCODER_HEAP_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_ENCODER_HEAP_UNSUPPORTED_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_ENCODER_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_ENCODER_UNSUPPORTED_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_PROCESSOR_CAPS_FAILURE","features":[354]},{"name":"D3D12_MESSAGE_ID_D3D12_MESSAGES_END","features":[354]},{"name":"D3D12_MESSAGE_ID_DATA_STATIC_DESCRIPTOR_INVALID_DATA_CHANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_DATA_STATIC_WHILE_SET_AT_EXECUTE_DESCRIPTOR_INVALID_DATA_CHANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_DECODE_FRAME_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_DEPRECATED_API","features":[354]},{"name":"D3D12_MESSAGE_ID_DEPTH_STENCIL_FORMAT_MISMATCH_PIPELINE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_DEPTH_STENCIL_SAMPLE_DESC_MISMATCH_PIPELINE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESCRIPTOR_HANDLE_WITH_INVALID_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESCRIPTOR_HEAP_NOT_SET_BEFORE_ROOT_SIGNATURE_WITH_DIRECTLY_INDEXED_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_DESCRIPTOR_HEAP_NOT_SHADER_VISIBLE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROYOWNEDOBJECT_OBJECTNOTOWNED","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDALLOCATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDLIST12","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDPOOL","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDRECORDER","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_CRYPTO_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_CRYPTO_SESSION_POLICY","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_DESCRIPTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_HEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_LIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_LIFETIMETRACKER","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_META_COMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_MONITOREDFENCE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_PIPELINELIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_PIPELINESTATE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_PROTECTED_RESOURCE_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_QUERYHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_ROOTSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_SHADERCACHESESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_TRACKEDWORKLOAD","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEODECODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEODECODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEODECODER","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEODECODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEODECODESTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOENCODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOENCODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOENCODER","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOENCODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOEXTENSIONCOMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOMOTIONESTIMATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOMOTIONVECTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOPROCESSCOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOPROCESSCOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOPROCESSOR","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOPROCESSSTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_MISMATCHED_DATA_SIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CLEARVIEW_EMPTYRECT","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CLEARVIEW_INVALIDSOURCERECT","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEHULLSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEHULLSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEHULLSHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATE_SHARED_HANDLE_INVALIDARG","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_OPEN_SHARED_HANDLE_ACCESS_DENIED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_AT_FAULT","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_NOT_AT_FAULT","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_POSSIBLY_AT_FAULT","features":[354]},{"name":"D3D12_MESSAGE_ID_DIFFERENT_DESCRIPTOR_HEAP_SET_AFTER_ROOT_SIGNATURE_WITH_DIRECTLY_INDEXED_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_OUT_OF_MEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_DUPLICATE_VARIANT_ID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_ENGINE_CREATE_FLAGS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_EXPOSURE_SCALE_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_EXTENSION_INTERNAL_ENGINE_CREATION_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_EXTENSION_INTERNAL_LOAD_FAILURE","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_EXTENSION_INTERNAL_UPSCALER_CREATION_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_EXTENSION_INTERNAL_UPSCALER_EXECUTION_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_SOURCE_COLOR_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_SOURCE_DEPTH_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_TARGET_DIMENSION_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_TARGET_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EVICT_UNDERFLOW","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_EXPOSURE_SCALE_TEXTURE_SIZE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_FLAGS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_INVALID_CAMERA_JITTER","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_MOTION_VECTORS_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_OPTIONAL_TEXTURE_IS_NULL","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_REGION_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_REQUIRED_TEXTURE_IS_NULL","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_TIME_DELTA_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_UNEXPECTED_TEXTURE_IS_IGNORED","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_VARIANT_ID_NOT_FOUND","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_VARIANT_INDEX_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_DISCARD_INVALID_SUBRESOURCE_RANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_DISCARD_NO_RECTS_FOR_NON_TEXTURE2D","features":[354]},{"name":"D3D12_MESSAGE_ID_DISCARD_ONE_SUBRESOURCE_FOR_MIPS_WITH_RECTS","features":[354]},{"name":"D3D12_MESSAGE_ID_DISPATCH_GRAPH_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DISPATCH_RAYS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DRAW_EMPTY_SCISSOR_RECTANGLE","features":[354]},{"name":"D3D12_MESSAGE_ID_DRAW_POTENTIALLY_OUTSIDE_OF_VALID_RENDER_AREA","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_DEPTH_BIAS_FLAG_MISSING","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_DEPTH_BIAS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_DEPTH_BIAS_NO_PIPELINE","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_INDEX_BUFFER_STRIP_CUT_FLAG_MISSING","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_INDEX_BUFFER_STRIP_CUT_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_INDEX_BUFFER_STRIP_CUT_NO_PIPELINE","features":[354]},{"name":"D3D12_MESSAGE_ID_EMIT_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_EMPTY_DISPATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_EMPTY_ROOT_DESCRIPTOR_TABLE","features":[354]},{"name":"D3D12_MESSAGE_ID_ENCODE_FRAME_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_ENCODE_FRAME_UNSUPPORTED_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_END_EVENT","features":[354]},{"name":"D3D12_MESSAGE_ID_ENHANCED_BARRIERS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_ENQUEUE_MAKE_RESIDENT_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_ESTIMATE_MOTION_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_EVICT_NULLOBJECTARRAY","features":[354]},{"name":"D3D12_MESSAGE_ID_EVICT_UNDERFLOW","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_BUNDLENOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_COMMANDLISTMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_FAILEDCOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_GPU_WRITTEN_READBACK_RESOURCE_MAPPED","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_OPENCOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_WRONGSWAPCHAINBUFFERREFERENCE","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_BUNDLE_DESCRIPTOR_HEAP_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_BUNDLE_OPEN_BUNDLE","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_BUNDLE_STATIC_DESCRIPTOR_DATA_STATIC_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_BUNDLE_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_INDIRECT_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_INDIRECT_ZERO_COMMAND_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_FENCE_INVALIDOPERATION","features":[354]},{"name":"D3D12_MESSAGE_ID_GENERIC_DEVICE_OPERATION_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_GEOMETRY_SHADER_OUTPUTTING_BOTH_VIEWPORT_ARRAY_INDEX_AND_SHADING_RATE_NOT_SUPPORTED_ON_DEVICE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCOPYABLEFOOTPRINTS_INVALIDBASEOFFSET","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCOPYABLEFOOTPRINTS_INVALIDSUBRESOURCERANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCOPYABLEFOOTPRINTS_UNSUPPORTED_BUFFER_WIDTH","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCOPYABLELAYOUT_INVALIDBASEOFFSET","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCOPYABLELAYOUT_INVALIDSUBRESOURCERANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCUSTOMHEAPPROPERTIES_INVALIDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCUSTOMHEAPPROPERTIES_UNRECOGNIZEDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETGPUVIRTUALADDRESS_INVALID_HEAP_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETGPUVIRTUALADDRESS_INVALID_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_GETHEAPPROPERTIES_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETPRIVATEDATA_MOREDATA","features":[354]},{"name":"D3D12_MESSAGE_ID_GETRESOURCEALLOCATIONINFO_INVALIDRDESCS","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_PIPELINE_STACK_SIZE_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_PROGRAM_IDENTIFIER_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_RAYTRACING_ACCELERATION_STRUCTURE_PREBUILD_INFO_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_SHADER_IDENTIFIER_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_SHADER_IDENTIFIER_SIZE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_SHADER_STACK_SIZE_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_WORK_GRAPH_PROPERTIES_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_DESCRIPTOR_HEAP_INDEX_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_DESCRIPTOR_TABLE_REGISTER_INDEX_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_DESCRIPTOR_TYPE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_DESCRIPTOR_UNINITIALIZED","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_INCOMPATIBLE_RESOURCE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_INCOMPATIBLE_TEXTURE_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_INVALID_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_RESOURCE_ACCESS_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_RESOURCE_STATE_IMPRECISE","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_ROOT_ARGUMENT_UNINITIALIZED","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_ROOT_DESCRIPTOR_ACCESS_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_SAMPLER_MODE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_SRV_RESOURCE_DIMENSION_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_STRUCTURED_BUFFER_STRIDE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_UAV_RESOURCE_DIMENSION_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_GRAPHICS_PIPELINE_STATE_DESC_ZERO_SAMPLE_MASK","features":[354]},{"name":"D3D12_MESSAGE_ID_GUID_TEXTURE_LAYOUT_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_HEAP_ADDRESS_RANGE_HAS_NO_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_HEAP_ADDRESS_RANGE_INTERSECTS_MULTIPLE_BUFFERS","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_ACCESS","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_SYNC","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_VALUES","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPLETE_TRACKED_WORKLOAD_PAIR","features":[354]},{"name":"D3D12_MESSAGE_ID_INDEPENDENT_STENCIL_REF_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_BARRIER_ACCESS","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_BUNDLE_API","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_CAST_TARGET","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_DESCRIPTOR_HANDLE","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_NODE_INDEX","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_SUBRESOURCE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_USE_OF_NON_RESIDENT_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_VIDEO_EXTENSION_COMMAND_ID","features":[354]},{"name":"D3D12_MESSAGE_ID_KEYEDMUTEX_INVALIDKEY","features":[354]},{"name":"D3D12_MESSAGE_ID_KEYEDMUTEX_INVALIDOBJECT","features":[354]},{"name":"D3D12_MESSAGE_ID_KEYEDMUTEX_WRONGSTATE","features":[354]},{"name":"D3D12_MESSAGE_ID_LEGACY_BARRIER_VALIDATION_FORCED_ON","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDALLOCATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDLIST12","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDPOOL","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDRECORDER","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_CRYPTO_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_CRYPTO_SESSION_POLICY","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_DESCRIPTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_DEVICE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_HEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_LIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_LIFETIMETRACKER","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_META_COMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_MONITOREDFENCE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_OBJECT_SUMMARY","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_PIPELINELIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_PIPELINESTATE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_PROTECTED_RESOURCE_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_QUERYHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_ROOTSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_SHADERCACHESESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_SWAPCHAIN","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_TRACKEDWORKLOAD","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEODECODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEODECODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEODECODER","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEODECODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEODECODESTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOENCODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOENCODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOENCODER","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOENCODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOEXTENSIONCOMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOMOTIONESTIMATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOMOTIONVECTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOPROCESSCOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOPROCESSCOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOPROCESSOR","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOPROCESSSTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_LOADPIPELINE_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_LOADPIPELINE_NAMENOTFOUND","features":[354]},{"name":"D3D12_MESSAGE_ID_MAKERESIDENT_NULLOBJECTARRAY","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDARG_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDDATAPOINTER","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDRANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALID_NULLRANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_MESH_SHADER_OUTPUTTING_BOTH_VIEWPORT_ARRAY_INDEX_AND_SHADING_RATE_NOT_SUPPORTED_ON_DEVICE","features":[354]},{"name":"D3D12_MESSAGE_ID_MESSAGE_REPORTING_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_META_COMMAND_FAILED_ENUMERATION","features":[354]},{"name":"D3D12_MESSAGE_ID_META_COMMAND_ID_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_META_COMMAND_INVALID_GPU_VIRTUAL_ADDRESS","features":[354]},{"name":"D3D12_MESSAGE_ID_META_COMMAND_PARAMETER_SIZE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_META_COMMAND_UNSUPPORTED_PARAMS","features":[354]},{"name":"D3D12_MESSAGE_ID_MULTIPLE_TRACKED_WORKLOADS","features":[354]},{"name":"D3D12_MESSAGE_ID_MULTIPLE_TRACKED_WORKLOAD_PAIRS","features":[354]},{"name":"D3D12_MESSAGE_ID_NODE_MASK_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_NONNORMALIZED_COORDINATE_SAMPLING_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_NONZERO_SAMPLER_FEEDBACK_MIP_REGION_WITH_INCOMPATIBLE_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_NON_OPTIMAL_BARRIER_ONLY_EXECUTE_COMMAND_LISTS","features":[354]},{"name":"D3D12_MESSAGE_ID_NON_RETAIL_SHADER_MODEL_WONT_VALIDATE","features":[354]},{"name":"D3D12_MESSAGE_ID_NO_COMPUTE_API_SUPPORT","features":[354]},{"name":"D3D12_MESSAGE_ID_NO_GRAPHICS_API_SUPPORT","features":[354]},{"name":"D3D12_MESSAGE_ID_NO_VIDEO_API_SUPPORT","features":[354]},{"name":"D3D12_MESSAGE_ID_OBJECT_ACCESSED_WHILE_STILL_IN_USE","features":[354]},{"name":"D3D12_MESSAGE_ID_OBJECT_DELETED_WHILE_STILL_IN_USE","features":[354]},{"name":"D3D12_MESSAGE_ID_OBJECT_EVICTED_WHILE_STILL_IN_USE","features":[354]},{"name":"D3D12_MESSAGE_ID_OPENEXISTINGHEAP_INVALIDADDRESS","features":[354]},{"name":"D3D12_MESSAGE_ID_OPENEXISTINGHEAP_INVALIDARG_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_OPENEXISTINGHEAP_INVALIDHANDLE","features":[354]},{"name":"D3D12_MESSAGE_ID_OPENEXISTINGHEAP_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_OPENEXISTINGHEAP_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_OUT_OF_BOUNDS_BARRIER_SUBRESOURCE_RANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_OUT_OF_ORDER_TRACKED_WORKLOAD_PAIR","features":[354]},{"name":"D3D12_MESSAGE_ID_OVERSIZED_DISPATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_PIPELINELIBRARY_SERIALIZE_NOTENOUGHMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_PIPELINE_STATE_TYPE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_PIX_EVENT_UNDERFLOW","features":[354]},{"name":"D3D12_MESSAGE_ID_POSSIBLE_INVALID_USE_OF_NON_RESIDENT_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_POSSIBLY_INVALID_SUBRESOURCE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_PRIMITIVE_TOPOLOGY_MISMATCH_PIPELINE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_PRIMITIVE_TOPOLOGY_TRIANGLE_FANS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_PROBABLE_PIX_EVENT_LEAK","features":[354]},{"name":"D3D12_MESSAGE_ID_PROCESS_FRAME_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_PROGRAMMABLE_MSAA_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_PROTECTED_RESOURCE_SESSION_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_READFROMSUBRESOURCE_EMPTYBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_READFROMSUBRESOURCE_INVALIDBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_READFROMSUBRESOURCE_INVALIDHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_READFROMSUBRESOURCE_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_READFROMSUBRESOURCE_INVALIDSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_RECREATEAT_INSUFFICIENT_SUPPORT","features":[354]},{"name":"D3D12_MESSAGE_ID_RECREATEAT_INVALID_TARGET","features":[354]},{"name":"D3D12_MESSAGE_ID_REFLECTSHAREDPROPERTIES_INVALIDOBJECT","features":[354]},{"name":"D3D12_MESSAGE_ID_REFLECTSHAREDPROPERTIES_INVALIDSIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_REFLECTSHAREDPROPERTIES_UNRECOGNIZEDPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_CANNOT_CLOSE_COMMAND_LIST","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_CANNOT_END_WITHOUT_BEGIN","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_CANNOT_NEST_RENDER_PASSES","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_COMMANDLIST_INVALID_END_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_COMMANDLIST_INVALID_START_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_DISALLOWED_API_CALLED","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_GPU_WORK_WHILE_SUSPENDED","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_INVALID_RESOURCE_BARRIER","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_LOCAL_DEPTH_STENCIL_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_LOCAL_PRESERVE_RENDER_PARAMETERS_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_MISMATCHING_ACCESS","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_MISMATCHING_LOCAL_PRESERVE_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_MISMATCHING_NO_ACCESS","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_MISMATCHING_SUSPEND_RESUME","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_NO_PRIOR_SUSPEND_WITHIN_EXECUTECOMMANDLISTS","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_NO_SUBSEQUENT_RESUME_WITHIN_EXECUTECOMMANDLISTS","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_UNSUPPORTED_RESOLVE","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_TARGET_FORMAT_MISMATCH_PIPELINE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_TARGET_SAMPLE_DESC_MISMATCH_PIPELINE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCEREGION_INVALID_RECT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_INVALIDDSTRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_INVALIDSRCRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_INVALID_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_INVALID_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_INVALID_SUBRESOURCE_INDEX","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_NULLDST","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_NULLSRC","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_RESOURCE_FLAGS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_RESOURCE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_SAMPLER_FEEDBACK_INVALID_MIP_LEVEL_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_SAMPLER_FEEDBACK_TRANSCODE_ARRAY_SIZE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_SAMPLER_FEEDBACK_TRANSCODE_INVALID_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_ENCODER_INPUT_PARAM_LAYOUT_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_ENCODER_OUTPUT_METADATA_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_ENCODER_OUTPUT_METADATA_UNSUPPORTED_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_MOTION_VECTOR_HEAP_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_QUERY_DATA_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_QUERY_INVALID_QUERY_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_BEFORE_AFTER_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_DUPLICATE_SUBRESOURCE_TRANSITIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_COMBINATION","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_COMBINED_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_COMMAND_LIST_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_FLAGS_FOR_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_HEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_SPLIT_BARRIER","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_SUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_MATCHING_STATES","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_MISMATCHING_BEGIN_END","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_MISMATCHING_COMMAND_LIST_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_MISMATCHING_MISC_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_MISSING_BIND_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_NULL_POINTER","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_POSSIBLE_BEFORE_AFTER_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_RESERVED_BITS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_UNMATCHED_BEGIN","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_UNMATCHED_END","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_ZERO_BARRIERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_FORMAT_REQUIRES_SAMPLER_FEEDBACK_CAPABILITY","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_UNMAP_NOTMAPPED","features":[354]},{"name":"D3D12_MESSAGE_ID_RSSETSHADINGRATEIMAGE_REQUIRES_TIER_2","features":[354]},{"name":"D3D12_MESSAGE_ID_RSSETSHADINGRATE_REQUIRES_TIER_1","features":[354]},{"name":"D3D12_MESSAGE_ID_RSSETSHADING_RATE_INVALID_COMBINER","features":[354]},{"name":"D3D12_MESSAGE_ID_RSSETSHADING_RATE_INVALID_SHADING_RATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RSSETSHADING_RATE_SHADING_RATE_NOT_PERMITTED_BY_CAP","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLEPOSITIONS_MISMATCH_DEFERRED","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLEPOSITIONS_MISMATCH_RECORDTIME_ASSUMEDFROMCLEAR","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLEPOSITIONS_MISMATCH_RECORDTIME_ASSUMEDFROMFIRSTUSE","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_CREATE_UAV_MISMATCHING_TARGETED_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_CREATE_UAV_NULL_ARGUMENTS","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_CREATE_UAV_REQUIRES_FEEDBACK_MAP_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_INVALID_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_INVALID_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_INVALID_MIP_REGION","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_INVALID_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_INVALID_SAMPLE_QUALITY","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_REQUIRES_UNORDERED_ACCESS_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_UAV_REQUIRES_SAMPLER_FEEDBACK_CAPABILITY","features":[354]},{"name":"D3D12_MESSAGE_ID_SETDEPTHBOUNDS_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_SETEVENTONMULTIPLEFENCECOMPLETION_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_SETPRIVATEDATA_CHANGINGPARAMS","features":[354]},{"name":"D3D12_MESSAGE_ID_SETPRIVATEDATA_INVALIDFREEDATA","features":[354]},{"name":"D3D12_MESSAGE_ID_SETPRIVATEDATA_NO_ACCESS","features":[354]},{"name":"D3D12_MESSAGE_ID_SETPRIVATEDATA_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_SETRESIDENCYPRIORITY_INVALID_PAGEABLE","features":[354]},{"name":"D3D12_MESSAGE_ID_SETRESIDENCYPRIORITY_INVALID_PRIORITY","features":[354]},{"name":"D3D12_MESSAGE_ID_SETSAMPLEPOSITIONS_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_SETTING_SHADING_RATE_FROM_MS_REQUIRES_CAPABILITY","features":[354]},{"name":"D3D12_MESSAGE_ID_SETVIEWINSTANCEMASK_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_BACKGROUND_PROCESSING_MODE_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_DESCRIPTOR_HEAP_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_DESCRIPTOR_TABLE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_INDEX_BUFFER_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_INDEX_BUFFER_INVALID_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_PIPELINE_STACK_SIZE_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_PREDICATION_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_PROGRAM_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_RENDER_TARGETS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_ROOT_CONSTANT_BUFFER_VIEW_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_ROOT_CONSTANT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_ROOT_SHADER_RESOURCE_VIEW_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_ROOT_UNORDERED_ACCESS_VIEW_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_SCISSOR_RECTS_INVALID_RECT","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_STREAM_OUTPUT_BUFFERS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_STREAM_OUTPUT_BUFFERS_INVALID_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_VERTEX_BUFFERS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_VERTEX_BUFFERS_INVALID_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHECONTROL_DEVELOPERMODE","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHECONTROL_IGNOREDFLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHECONTROL_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHECONTROL_SHADERCACHECLEAR_NOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHECONTROL_STATEALREADYSET","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_CORRUPT","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_DISABLED","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_FINDVALUE_NOTFOUND","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_SHADERCACHEDELETE_NOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_STOREVALUE_ALREADYPRESENT","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_STOREVALUE_CACHEFULL","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_STOREVALUE_HASHCOLLISION","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_IMAGE_INCORRECT_ARRAY_SIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_IMAGE_INCORRECT_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_IMAGE_INCORRECT_MIP_LEVEL","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_IMAGE_INCORRECT_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_IMAGE_INCORRECT_SAMPLE_QUALITY","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_SOURCE_REQUIRES_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_MESSAGE_ID_STATIC_DESCRIPTOR_INVALID_DESCRIPTOR_CHANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_STOREPIPELINE_DUPLICATENAME","features":[354]},{"name":"D3D12_MESSAGE_ID_STOREPIPELINE_NONAME","features":[354]},{"name":"D3D12_MESSAGE_ID_STRING_FROM_APPLICATION","features":[354]},{"name":"D3D12_MESSAGE_ID_TEXTURE_BARRIER_SUBRESOURCES_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_TIMESTAMPS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_TOO_MANY_NODES_SPECIFIED","features":[354]},{"name":"D3D12_MESSAGE_ID_TRACKED_WORKLOAD_COMMAND_QUEUE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_TRACKED_WORKLOAD_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_UNINITIALIZED_META_COMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_UNKNOWN","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_INVALIDHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_INVALIDRANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_INVALIDSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_INVALID_NULLRANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_RANGE_NOT_EMPTY","features":[354]},{"name":"D3D12_MESSAGE_ID_UNSUPPORTED_BARRIER_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_UNUSED_CROSS_EXECUTE_SPLIT_BARRIER","features":[354]},{"name":"D3D12_MESSAGE_ID_UPDATETILEMAPPINGS_INVALID_PARAMETER","features":[354]},{"name":"D3D12_MESSAGE_ID_UPDATETILEMAPPINGS_POSSIBLY_MISMATCHING_PROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_USE_OF_ZERO_REFCOUNT_OBJECT","features":[354]},{"name":"D3D12_MESSAGE_ID_VARIABLE_SHADING_RATE_NOT_ALLOWED_WITH_TIR","features":[354]},{"name":"D3D12_MESSAGE_ID_VERTEX_SHADER_OUTPUTTING_BOTH_VIEWPORT_ARRAY_INDEX_AND_SHADING_RATE_NOT_SUPPORTED_ON_DEVICE","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_CREATE_MOTION_ESTIMATOR_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_CREATE_MOTION_VECTOR_HEAP_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_DECODE_FRAME_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_DECODE_SUPPORT_INVALID_INPUT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_DECODE_SUPPORT_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_EXTENSION_COMMAND_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_PROCESS_FRAMES_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_PROCESS_SUPPORT_INVALID_INPUT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_PROCESS_SUPPORT_UNSUPPORTED_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIEW_INSTANCING_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_VIEW_INSTANCING_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_VRS_SUM_COMBINER_REQUIRES_CAPABILITY","features":[354]},{"name":"D3D12_MESSAGE_ID_WINDOWS7_FENCE_OUTOFORDER_SIGNAL","features":[354]},{"name":"D3D12_MESSAGE_ID_WINDOWS7_FENCE_OUTOFORDER_WAIT","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITEBUFFERIMMEDIATE_INVALID_ALIGNMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITEBUFFERIMMEDIATE_INVALID_DEST","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITEBUFFERIMMEDIATE_INVALID_MODE","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITEBUFFERIMMEDIATE_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITETOSUBRESOURCE_EMPTYBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITETOSUBRESOURCE_INVALIDBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITETOSUBRESOURCE_INVALIDHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITETOSUBRESOURCE_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITETOSUBRESOURCE_INVALIDSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITE_COMBINE_PERFORMANCE_WARNING","features":[354]},{"name":"D3D12_MESSAGE_ID_WRONG_COMMAND_ALLOCATOR_TYPE","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY_CORRUPTION","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY_ERROR","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY_INFO","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY_MESSAGE","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY_WARNING","features":[354]},{"name":"D3D12_META_COMMAND_DESC","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_DESC","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_FLAGS","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_FLAG_INPUT","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_FLAG_OUTPUT","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_STAGE","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_STAGE_CREATION","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_STAGE_EXECUTION","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_STAGE_INITIALIZATION","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE_CPU_DESCRIPTOR_HANDLE_HEAP_TYPE_CBV_SRV_UAV","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE_FLOAT","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE_GPU_DESCRIPTOR_HANDLE_HEAP_TYPE_CBV_SRV_UAV","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE_GPU_VIRTUAL_ADDRESS","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE_UINT64","features":[354]},{"name":"D3D12_MINOR_VERSION","features":[354]},{"name":"D3D12_MIN_BORDER_COLOR_COMPONENT","features":[354]},{"name":"D3D12_MIN_DEPTH","features":[354]},{"name":"D3D12_MIN_FILTER_SHIFT","features":[354]},{"name":"D3D12_MIN_MAXANISOTROPY","features":[354]},{"name":"D3D12_MIP_FILTER_SHIFT","features":[354]},{"name":"D3D12_MIP_LOD_BIAS_MAX","features":[354]},{"name":"D3D12_MIP_LOD_BIAS_MIN","features":[354]},{"name":"D3D12_MIP_LOD_FRACTIONAL_BIT_COUNT","features":[354]},{"name":"D3D12_MIP_LOD_RANGE_BIT_COUNT","features":[354]},{"name":"D3D12_MIP_REGION","features":[354]},{"name":"D3D12_MULTIPLE_FENCE_WAIT_FLAGS","features":[354]},{"name":"D3D12_MULTIPLE_FENCE_WAIT_FLAG_ALL","features":[354]},{"name":"D3D12_MULTIPLE_FENCE_WAIT_FLAG_ANY","features":[354]},{"name":"D3D12_MULTIPLE_FENCE_WAIT_FLAG_NONE","features":[354]},{"name":"D3D12_MULTISAMPLE_ANTIALIAS_LINE_WIDTH","features":[354]},{"name":"D3D12_MULTISAMPLE_QUALITY_LEVELS_FLAG_NONE","features":[354]},{"name":"D3D12_MULTISAMPLE_QUALITY_LEVELS_FLAG_TILED_RESOURCE","features":[354]},{"name":"D3D12_MULTISAMPLE_QUALITY_LEVEL_FLAGS","features":[354]},{"name":"D3D12_MULTI_NODE_CPU_INPUT","features":[354]},{"name":"D3D12_MULTI_NODE_GPU_INPUT","features":[354]},{"name":"D3D12_NODE","features":[307,354]},{"name":"D3D12_NODE_CPU_INPUT","features":[354]},{"name":"D3D12_NODE_GPU_INPUT","features":[354]},{"name":"D3D12_NODE_ID","features":[354]},{"name":"D3D12_NODE_MASK","features":[354]},{"name":"D3D12_NODE_OUTPUT_OVERRIDES","features":[307,354]},{"name":"D3D12_NODE_OVERRIDES_TYPE","features":[354]},{"name":"D3D12_NODE_OVERRIDES_TYPE_BROADCASTING_LAUNCH","features":[354]},{"name":"D3D12_NODE_OVERRIDES_TYPE_COALESCING_LAUNCH","features":[354]},{"name":"D3D12_NODE_OVERRIDES_TYPE_COMMON_COMPUTE","features":[354]},{"name":"D3D12_NODE_OVERRIDES_TYPE_NONE","features":[354]},{"name":"D3D12_NODE_OVERRIDES_TYPE_THREAD_LAUNCH","features":[354]},{"name":"D3D12_NODE_TYPE","features":[354]},{"name":"D3D12_NODE_TYPE_SHADER","features":[354]},{"name":"D3D12_NONSAMPLE_FETCH_OUT_OF_RANGE_ACCESS_RESULT","features":[354]},{"name":"D3D12_OS_RESERVED_REGISTER_SPACE_VALUES_END","features":[354]},{"name":"D3D12_OS_RESERVED_REGISTER_SPACE_VALUES_START","features":[354]},{"name":"D3D12_PACKED_MIP_INFO","features":[354]},{"name":"D3D12_PACKED_TILE","features":[354]},{"name":"D3D12_PARAMETER_DESC","features":[402,354]},{"name":"D3D12_PIPELINE_STATE_FLAGS","features":[354]},{"name":"D3D12_PIPELINE_STATE_FLAG_DYNAMIC_DEPTH_BIAS","features":[354]},{"name":"D3D12_PIPELINE_STATE_FLAG_DYNAMIC_INDEX_BUFFER_STRIP_CUT","features":[354]},{"name":"D3D12_PIPELINE_STATE_FLAG_NONE","features":[354]},{"name":"D3D12_PIPELINE_STATE_FLAG_TOOL_DEBUG","features":[354]},{"name":"D3D12_PIPELINE_STATE_STREAM_DESC","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_AS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_BLEND","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_CACHED_PSO","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_CS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL1","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL2","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL_FORMAT","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_FLAGS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_GS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_HS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_IB_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_INPUT_LAYOUT","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_MAX_VALID","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_MS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_NODE_MASK","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_PRIMITIVE_TOPOLOGY","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_PS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RASTERIZER","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RASTERIZER1","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RASTERIZER2","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RENDER_TARGET_FORMATS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_DESC","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_MASK","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_STREAM_OUTPUT","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_VIEW_INSTANCING","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_VS","features":[354]},{"name":"D3D12_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[354]},{"name":"D3D12_PLACED_SUBRESOURCE_FOOTPRINT","features":[354,397]},{"name":"D3D12_PREDICATION_OP","features":[354]},{"name":"D3D12_PREDICATION_OP_EQUAL_ZERO","features":[354]},{"name":"D3D12_PREDICATION_OP_NOT_EQUAL_ZERO","features":[354]},{"name":"D3D12_PREVIEW_SDK_VERSION","features":[354]},{"name":"D3D12_PRE_SCISSOR_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_DESC","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE_LINE","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE_PATCH","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE_POINT","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE_TRIANGLE","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE_UNDEFINED","features":[354]},{"name":"D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER","features":[354]},{"name":"D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1","features":[354]},{"name":"D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2","features":[354]},{"name":"D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_PROGRAM_IDENTIFIER","features":[354]},{"name":"D3D12_PROGRAM_TYPE","features":[354]},{"name":"D3D12_PROGRAM_TYPE_GENERIC_PIPELINE","features":[354]},{"name":"D3D12_PROGRAM_TYPE_RAYTRACING_PIPELINE","features":[354]},{"name":"D3D12_PROGRAM_TYPE_WORK_GRAPH","features":[354]},{"name":"D3D12_PROTECTED_RESOURCES_SESSION_HARDWARE_PROTECTED","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_DESC","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_DESC1","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_FLAGS","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_FLAG_NONE","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAGS","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAG_NONE","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAG_SUPPORTED","features":[354]},{"name":"D3D12_PROTECTED_SESSION_STATUS","features":[354]},{"name":"D3D12_PROTECTED_SESSION_STATUS_INVALID","features":[354]},{"name":"D3D12_PROTECTED_SESSION_STATUS_OK","features":[354]},{"name":"D3D12_PS_CS_UAV_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_PS_CS_UAV_REGISTER_COUNT","features":[354]},{"name":"D3D12_PS_CS_UAV_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_PS_CS_UAV_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_PS_FRONTFACING_DEFAULT_VALUE","features":[354]},{"name":"D3D12_PS_FRONTFACING_FALSE_VALUE","features":[354]},{"name":"D3D12_PS_FRONTFACING_TRUE_VALUE","features":[354]},{"name":"D3D12_PS_INPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_PS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_PS_INPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_PS_INPUT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_PS_INPUT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_PS_LEGACY_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[354]},{"name":"D3D12_PS_OUTPUT_DEPTH_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_PS_OUTPUT_DEPTH_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_PS_OUTPUT_DEPTH_REGISTER_COUNT","features":[354]},{"name":"D3D12_PS_OUTPUT_MASK_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_PS_OUTPUT_MASK_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_PS_OUTPUT_MASK_REGISTER_COUNT","features":[354]},{"name":"D3D12_PS_OUTPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_PS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_PS_OUTPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_PS_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[354]},{"name":"D3D12_QUERY_DATA_PIPELINE_STATISTICS","features":[354]},{"name":"D3D12_QUERY_DATA_PIPELINE_STATISTICS1","features":[354]},{"name":"D3D12_QUERY_DATA_SO_STATISTICS","features":[354]},{"name":"D3D12_QUERY_HEAP_DESC","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_COPY_QUEUE_TIMESTAMP","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_OCCLUSION","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_PIPELINE_STATISTICS","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_PIPELINE_STATISTICS1","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_SO_STATISTICS","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_TIMESTAMP","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_VIDEO_DECODE_STATISTICS","features":[354]},{"name":"D3D12_QUERY_TYPE","features":[354]},{"name":"D3D12_QUERY_TYPE_BINARY_OCCLUSION","features":[354]},{"name":"D3D12_QUERY_TYPE_OCCLUSION","features":[354]},{"name":"D3D12_QUERY_TYPE_PIPELINE_STATISTICS","features":[354]},{"name":"D3D12_QUERY_TYPE_PIPELINE_STATISTICS1","features":[354]},{"name":"D3D12_QUERY_TYPE_SO_STATISTICS_STREAM0","features":[354]},{"name":"D3D12_QUERY_TYPE_SO_STATISTICS_STREAM1","features":[354]},{"name":"D3D12_QUERY_TYPE_SO_STATISTICS_STREAM2","features":[354]},{"name":"D3D12_QUERY_TYPE_SO_STATISTICS_STREAM3","features":[354]},{"name":"D3D12_QUERY_TYPE_TIMESTAMP","features":[354]},{"name":"D3D12_QUERY_TYPE_VIDEO_DECODE_STATISTICS","features":[354]},{"name":"D3D12_RANGE","features":[354]},{"name":"D3D12_RANGE_UINT64","features":[354]},{"name":"D3D12_RASTERIZER_DESC","features":[307,354]},{"name":"D3D12_RASTERIZER_DESC1","features":[307,354]},{"name":"D3D12_RASTERIZER_DESC2","features":[307,354]},{"name":"D3D12_RAW_UAV_SRV_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_AABB","features":[354]},{"name":"D3D12_RAYTRACING_AABB_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAGS","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_ALLOW_COMPACTION","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_ALLOW_UPDATE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_MINIMIZE_MEMORY","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_NONE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_PERFORM_UPDATE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_PREFER_FAST_BUILD","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_PREFER_FAST_TRACE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE_CLONE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE_COMPACT","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE_DESERIALIZE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE_SERIALIZE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE_VISUALIZATION_DECODE_FOR_TOOLS","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_COMPACTED_SIZE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_COMPACTED_SIZE_DESC","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_CURRENT_SIZE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_CURRENT_SIZE_DESC","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_DESC","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_SERIALIZATION","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_SERIALIZATION_DESC","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_TOOLS_VISUALIZATION","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_TOOLS_VISUALIZATION_DESC","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_TYPE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_PREBUILD_INFO","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_SRV","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_TYPE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_AABBS_DESC","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_DESC","features":[354,397]},{"name":"D3D12_RAYTRACING_GEOMETRY_FLAGS","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_FLAG_NONE","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_FLAG_NO_DUPLICATE_ANYHIT_INVOCATION","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_FLAG_OPAQUE","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_TRIANGLES_DESC","features":[354,397]},{"name":"D3D12_RAYTRACING_GEOMETRY_TYPE","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_TYPE_PROCEDURAL_PRIMITIVE_AABBS","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_TYPE_TRIANGLES","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_DESC","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_DESCS_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAGS","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAG_FORCE_NON_OPAQUE","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAG_FORCE_OPAQUE","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAG_NONE","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAG_TRIANGLE_CULL_DISABLE","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAG_TRIANGLE_FRONT_COUNTERCLOCKWISE","features":[354]},{"name":"D3D12_RAYTRACING_MAX_ATTRIBUTE_SIZE_IN_BYTES","features":[354]},{"name":"D3D12_RAYTRACING_MAX_DECLARABLE_TRACE_RECURSION_DEPTH","features":[354]},{"name":"D3D12_RAYTRACING_MAX_GEOMETRIES_PER_BOTTOM_LEVEL_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_RAYTRACING_MAX_INSTANCES_PER_TOP_LEVEL_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_RAYTRACING_MAX_PRIMITIVES_PER_BOTTOM_LEVEL_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_RAYTRACING_MAX_RAY_GENERATION_SHADER_THREADS","features":[354]},{"name":"D3D12_RAYTRACING_MAX_SHADER_RECORD_STRIDE","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_CONFIG","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_CONFIG1","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_FLAGS","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_FLAG_NONE","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_FLAG_SKIP_PROCEDURAL_PRIMITIVES","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_FLAG_SKIP_TRIANGLES","features":[354]},{"name":"D3D12_RAYTRACING_SHADER_CONFIG","features":[354]},{"name":"D3D12_RAYTRACING_SHADER_RECORD_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_SHADER_TABLE_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_TIER","features":[354]},{"name":"D3D12_RAYTRACING_TIER_1_0","features":[354]},{"name":"D3D12_RAYTRACING_TIER_1_1","features":[354]},{"name":"D3D12_RAYTRACING_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_RAYTRACING_TRANSFORM3X4_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAY_FLAGS","features":[354]},{"name":"D3D12_RAY_FLAG_ACCEPT_FIRST_HIT_AND_END_SEARCH","features":[354]},{"name":"D3D12_RAY_FLAG_CULL_BACK_FACING_TRIANGLES","features":[354]},{"name":"D3D12_RAY_FLAG_CULL_FRONT_FACING_TRIANGLES","features":[354]},{"name":"D3D12_RAY_FLAG_CULL_NON_OPAQUE","features":[354]},{"name":"D3D12_RAY_FLAG_CULL_OPAQUE","features":[354]},{"name":"D3D12_RAY_FLAG_FORCE_NON_OPAQUE","features":[354]},{"name":"D3D12_RAY_FLAG_FORCE_OPAQUE","features":[354]},{"name":"D3D12_RAY_FLAG_NONE","features":[354]},{"name":"D3D12_RAY_FLAG_SKIP_CLOSEST_HIT_SHADER","features":[354]},{"name":"D3D12_RAY_FLAG_SKIP_PROCEDURAL_PRIMITIVES","features":[354]},{"name":"D3D12_RAY_FLAG_SKIP_TRIANGLES","features":[354]},{"name":"D3D12_RECREATE_AT_TIER","features":[354]},{"name":"D3D12_RECREATE_AT_TIER_1","features":[354]},{"name":"D3D12_RECREATE_AT_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS","features":[354,397]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_CLEAR_PARAMETERS","features":[354,397]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_PRESERVE_LOCAL_PARAMETERS","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_CLEAR","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_DISCARD","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_NO_ACCESS","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_PRESERVE","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_PRESERVE_LOCAL_RENDER","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_PRESERVE_LOCAL_SRV","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_PRESERVE_LOCAL_UAV","features":[354]},{"name":"D3D12_RENDER_PASS_DEPTH_STENCIL_DESC","features":[307,354,397]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS","features":[307,354,397]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_PRESERVE_LOCAL_PARAMETERS","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_RESOLVE_PARAMETERS","features":[307,354,397]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_RESOLVE_SUBRESOURCE_PARAMETERS","features":[307,354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_DISCARD","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_NO_ACCESS","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_PRESERVE","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_PRESERVE_LOCAL_RENDER","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_PRESERVE_LOCAL_SRV","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_PRESERVE_LOCAL_UAV","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_RESOLVE","features":[354]},{"name":"D3D12_RENDER_PASS_FLAGS","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_ALLOW_UAV_WRITES","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_BIND_READ_ONLY_DEPTH","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_BIND_READ_ONLY_STENCIL","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_NONE","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_RESUMING_PASS","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_SUSPENDING_PASS","features":[354]},{"name":"D3D12_RENDER_PASS_RENDER_TARGET_DESC","features":[307,354,397]},{"name":"D3D12_RENDER_PASS_TIER","features":[354]},{"name":"D3D12_RENDER_PASS_TIER_0","features":[354]},{"name":"D3D12_RENDER_PASS_TIER_1","features":[354]},{"name":"D3D12_RENDER_PASS_TIER_2","features":[354]},{"name":"D3D12_RENDER_TARGET_BLEND_DESC","features":[307,354]},{"name":"D3D12_RENDER_TARGET_VIEW_DESC","features":[354,397]},{"name":"D3D12_REQ_BLEND_OBJECT_COUNT_PER_DEVICE","features":[354]},{"name":"D3D12_REQ_BUFFER_RESOURCE_TEXEL_COUNT_2_TO_EXP","features":[354]},{"name":"D3D12_REQ_CONSTANT_BUFFER_ELEMENT_COUNT","features":[354]},{"name":"D3D12_REQ_DEPTH_STENCIL_OBJECT_COUNT_PER_DEVICE","features":[354]},{"name":"D3D12_REQ_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[354]},{"name":"D3D12_REQ_DRAW_VERTEX_COUNT_2_TO_EXP","features":[354]},{"name":"D3D12_REQ_FILTERING_HW_ADDRESSABLE_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_REQ_GS_INVOCATION_32BIT_OUTPUT_COMPONENT_LIMIT","features":[354]},{"name":"D3D12_REQ_IMMEDIATE_CONSTANT_BUFFER_ELEMENT_COUNT","features":[354]},{"name":"D3D12_REQ_MAXANISOTROPY","features":[354]},{"name":"D3D12_REQ_MIP_LEVELS","features":[354]},{"name":"D3D12_REQ_MULTI_ELEMENT_STRUCTURE_SIZE_IN_BYTES","features":[354]},{"name":"D3D12_REQ_RASTERIZER_OBJECT_COUNT_PER_DEVICE","features":[354]},{"name":"D3D12_REQ_RENDER_TO_BUFFER_WINDOW_WIDTH","features":[354]},{"name":"D3D12_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_A_TERM","features":[354]},{"name":"D3D12_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_B_TERM","features":[354]},{"name":"D3D12_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_C_TERM","features":[354]},{"name":"D3D12_REQ_RESOURCE_VIEW_COUNT_PER_DEVICE_2_TO_EXP","features":[354]},{"name":"D3D12_REQ_SAMPLER_OBJECT_COUNT_PER_DEVICE","features":[354]},{"name":"D3D12_REQ_SUBRESOURCES","features":[354]},{"name":"D3D12_REQ_TEXTURE1D_ARRAY_AXIS_DIMENSION","features":[354]},{"name":"D3D12_REQ_TEXTURE1D_U_DIMENSION","features":[354]},{"name":"D3D12_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION","features":[354]},{"name":"D3D12_REQ_TEXTURE2D_U_OR_V_DIMENSION","features":[354]},{"name":"D3D12_REQ_TEXTURE3D_U_V_OR_W_DIMENSION","features":[354]},{"name":"D3D12_REQ_TEXTURECUBE_DIMENSION","features":[354]},{"name":"D3D12_RESIDENCY_FLAGS","features":[354]},{"name":"D3D12_RESIDENCY_FLAG_DENY_OVERBUDGET","features":[354]},{"name":"D3D12_RESIDENCY_FLAG_NONE","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY_HIGH","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY_LOW","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY_MAXIMUM","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY_MINIMUM","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY_NORMAL","features":[354]},{"name":"D3D12_RESINFO_INSTRUCTION_MISSING_COMPONENT_RETVAL","features":[354]},{"name":"D3D12_RESOLVE_MODE","features":[354]},{"name":"D3D12_RESOLVE_MODE_AVERAGE","features":[354]},{"name":"D3D12_RESOLVE_MODE_DECODE_SAMPLER_FEEDBACK","features":[354]},{"name":"D3D12_RESOLVE_MODE_DECOMPRESS","features":[354]},{"name":"D3D12_RESOLVE_MODE_ENCODE_SAMPLER_FEEDBACK","features":[354]},{"name":"D3D12_RESOLVE_MODE_MAX","features":[354]},{"name":"D3D12_RESOLVE_MODE_MIN","features":[354]},{"name":"D3D12_RESOURCE_ALIASING_BARRIER","features":[354]},{"name":"D3D12_RESOURCE_ALLOCATION_INFO","features":[354]},{"name":"D3D12_RESOURCE_ALLOCATION_INFO1","features":[354]},{"name":"D3D12_RESOURCE_BARRIER","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_FLAGS","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_FLAG_BEGIN_ONLY","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_FLAG_END_ONLY","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_FLAG_NONE","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_TYPE","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_TYPE_ALIASING","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_TYPE_TRANSITION","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_TYPE_UAV","features":[354]},{"name":"D3D12_RESOURCE_BINDING_TIER","features":[354]},{"name":"D3D12_RESOURCE_BINDING_TIER_1","features":[354]},{"name":"D3D12_RESOURCE_BINDING_TIER_2","features":[354]},{"name":"D3D12_RESOURCE_BINDING_TIER_3","features":[354]},{"name":"D3D12_RESOURCE_DESC","features":[354,397]},{"name":"D3D12_RESOURCE_DESC1","features":[354,397]},{"name":"D3D12_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_RESOURCE_DIMENSION_BUFFER","features":[354]},{"name":"D3D12_RESOURCE_DIMENSION_TEXTURE1D","features":[354]},{"name":"D3D12_RESOURCE_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_RESOURCE_DIMENSION_TEXTURE3D","features":[354]},{"name":"D3D12_RESOURCE_DIMENSION_UNKNOWN","features":[354]},{"name":"D3D12_RESOURCE_FLAGS","features":[354]},{"name":"D3D12_RESOURCE_FLAG_ALLOW_CROSS_ADAPTER","features":[354]},{"name":"D3D12_RESOURCE_FLAG_ALLOW_DEPTH_STENCIL","features":[354]},{"name":"D3D12_RESOURCE_FLAG_ALLOW_RENDER_TARGET","features":[354]},{"name":"D3D12_RESOURCE_FLAG_ALLOW_SIMULTANEOUS_ACCESS","features":[354]},{"name":"D3D12_RESOURCE_FLAG_ALLOW_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_RESOURCE_FLAG_DENY_SHADER_RESOURCE","features":[354]},{"name":"D3D12_RESOURCE_FLAG_NONE","features":[354]},{"name":"D3D12_RESOURCE_FLAG_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_RESOURCE_FLAG_VIDEO_DECODE_REFERENCE_ONLY","features":[354]},{"name":"D3D12_RESOURCE_FLAG_VIDEO_ENCODE_REFERENCE_ONLY","features":[354]},{"name":"D3D12_RESOURCE_HEAP_TIER","features":[354]},{"name":"D3D12_RESOURCE_HEAP_TIER_1","features":[354]},{"name":"D3D12_RESOURCE_HEAP_TIER_2","features":[354]},{"name":"D3D12_RESOURCE_STATES","features":[354]},{"name":"D3D12_RESOURCE_STATE_ALL_SHADER_RESOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_COMMON","features":[354]},{"name":"D3D12_RESOURCE_STATE_COPY_DEST","features":[354]},{"name":"D3D12_RESOURCE_STATE_COPY_SOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_DEPTH_READ","features":[354]},{"name":"D3D12_RESOURCE_STATE_DEPTH_WRITE","features":[354]},{"name":"D3D12_RESOURCE_STATE_GENERIC_READ","features":[354]},{"name":"D3D12_RESOURCE_STATE_INDEX_BUFFER","features":[354]},{"name":"D3D12_RESOURCE_STATE_INDIRECT_ARGUMENT","features":[354]},{"name":"D3D12_RESOURCE_STATE_NON_PIXEL_SHADER_RESOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_PIXEL_SHADER_RESOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_PREDICATION","features":[354]},{"name":"D3D12_RESOURCE_STATE_PRESENT","features":[354]},{"name":"D3D12_RESOURCE_STATE_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_RESOURCE_STATE_RENDER_TARGET","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESERVED_INTERNAL_100000","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESERVED_INTERNAL_4000","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESERVED_INTERNAL_40000000","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESERVED_INTERNAL_8000","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESERVED_INTERNAL_80000000","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESOLVE_DEST","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESOLVE_SOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_SHADING_RATE_SOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_STREAM_OUT","features":[354]},{"name":"D3D12_RESOURCE_STATE_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_RESOURCE_STATE_VERTEX_AND_CONSTANT_BUFFER","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_DECODE_READ","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_DECODE_WRITE","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_ENCODE_READ","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_ENCODE_WRITE","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_PROCESS_READ","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_PROCESS_WRITE","features":[354]},{"name":"D3D12_RESOURCE_TRANSITION_BARRIER","features":[354]},{"name":"D3D12_RESOURCE_UAV_BARRIER","features":[354]},{"name":"D3D12_RLDO_DETAIL","features":[354]},{"name":"D3D12_RLDO_FLAGS","features":[354]},{"name":"D3D12_RLDO_IGNORE_INTERNAL","features":[354]},{"name":"D3D12_RLDO_NONE","features":[354]},{"name":"D3D12_RLDO_SUMMARY","features":[354]},{"name":"D3D12_ROOT_CONSTANTS","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR1","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_FLAGS","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_FLAG_DATA_STATIC","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_FLAG_DATA_STATIC_WHILE_SET_AT_EXECUTE","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_FLAG_DATA_VOLATILE","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_FLAG_NONE","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_TABLE","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_TABLE1","features":[354]},{"name":"D3D12_ROOT_PARAMETER","features":[354]},{"name":"D3D12_ROOT_PARAMETER1","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE_32BIT_CONSTANTS","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE_CBV","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE_SRV","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE_UAV","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_DESC","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_DESC1","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_DESC2","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAGS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_ALLOW_INPUT_ASSEMBLER_INPUT_LAYOUT","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_ALLOW_STREAM_OUTPUT","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_CBV_SRV_UAV_HEAP_DIRECTLY_INDEXED","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_AMPLIFICATION_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_DOMAIN_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_GEOMETRY_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_HULL_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_MESH_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_PIXEL_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_VERTEX_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_LOCAL_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_NONE","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_SAMPLER_HEAP_DIRECTLY_INDEXED","features":[354]},{"name":"D3D12_RS_SET_SHADING_RATE_COMBINER_COUNT","features":[354]},{"name":"D3D12_RTV_DIMENSION","features":[354]},{"name":"D3D12_RTV_DIMENSION_BUFFER","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE1D","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE1DARRAY","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE2DARRAY","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE2DMS","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE2DMSARRAY","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE3D","features":[354]},{"name":"D3D12_RTV_DIMENSION_UNKNOWN","features":[354]},{"name":"D3D12_RT_FORMAT_ARRAY","features":[354,397]},{"name":"D3D12_SAMPLER_DESC","features":[354]},{"name":"D3D12_SAMPLER_DESC2","features":[354]},{"name":"D3D12_SAMPLER_FEEDBACK_TIER","features":[354]},{"name":"D3D12_SAMPLER_FEEDBACK_TIER_0_9","features":[354]},{"name":"D3D12_SAMPLER_FEEDBACK_TIER_1_0","features":[354]},{"name":"D3D12_SAMPLER_FEEDBACK_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_SAMPLER_FLAGS","features":[354]},{"name":"D3D12_SAMPLER_FLAG_NONE","features":[354]},{"name":"D3D12_SAMPLER_FLAG_NON_NORMALIZED_COORDINATES","features":[354]},{"name":"D3D12_SAMPLER_FLAG_UINT_BORDER_COLOR","features":[354]},{"name":"D3D12_SAMPLE_MASK","features":[354]},{"name":"D3D12_SAMPLE_POSITION","features":[354]},{"name":"D3D12_SDK_VERSION","features":[354]},{"name":"D3D12_SERIALIZED_DATA_DRIVER_MATCHING_IDENTIFIER","features":[354]},{"name":"D3D12_SERIALIZED_DATA_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_SERIALIZED_DATA_TYPE","features":[354]},{"name":"D3D12_SERIALIZED_RAYTRACING_ACCELERATION_STRUCTURE_HEADER","features":[354]},{"name":"D3D12_SET_GENERIC_PIPELINE_DESC","features":[354]},{"name":"D3D12_SET_PROGRAM_DESC","features":[354]},{"name":"D3D12_SET_RAYTRACING_PIPELINE_DESC","features":[354]},{"name":"D3D12_SET_WORK_GRAPH_DESC","features":[354]},{"name":"D3D12_SET_WORK_GRAPH_FLAGS","features":[354]},{"name":"D3D12_SET_WORK_GRAPH_FLAG_INITIALIZE","features":[354]},{"name":"D3D12_SET_WORK_GRAPH_FLAG_NONE","features":[354]},{"name":"D3D12_SHADER_BUFFER_DESC","features":[402,354]},{"name":"D3D12_SHADER_BYTECODE","features":[354]},{"name":"D3D12_SHADER_CACHE_CONTROL_FLAGS","features":[354]},{"name":"D3D12_SHADER_CACHE_CONTROL_FLAG_CLEAR","features":[354]},{"name":"D3D12_SHADER_CACHE_CONTROL_FLAG_DISABLE","features":[354]},{"name":"D3D12_SHADER_CACHE_CONTROL_FLAG_ENABLE","features":[354]},{"name":"D3D12_SHADER_CACHE_FLAGS","features":[354]},{"name":"D3D12_SHADER_CACHE_FLAG_DRIVER_VERSIONED","features":[354]},{"name":"D3D12_SHADER_CACHE_FLAG_NONE","features":[354]},{"name":"D3D12_SHADER_CACHE_FLAG_USE_WORKING_DIR","features":[354]},{"name":"D3D12_SHADER_CACHE_KIND_FLAGS","features":[354]},{"name":"D3D12_SHADER_CACHE_KIND_FLAG_APPLICATION_MANAGED","features":[354]},{"name":"D3D12_SHADER_CACHE_KIND_FLAG_IMPLICIT_D3D_CACHE_FOR_DRIVER","features":[354]},{"name":"D3D12_SHADER_CACHE_KIND_FLAG_IMPLICIT_D3D_CONVERSIONS","features":[354]},{"name":"D3D12_SHADER_CACHE_KIND_FLAG_IMPLICIT_DRIVER_MANAGED","features":[354]},{"name":"D3D12_SHADER_CACHE_MODE","features":[354]},{"name":"D3D12_SHADER_CACHE_MODE_DISK","features":[354]},{"name":"D3D12_SHADER_CACHE_MODE_MEMORY","features":[354]},{"name":"D3D12_SHADER_CACHE_SESSION_DESC","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_AUTOMATIC_DISK_CACHE","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_AUTOMATIC_INPROC_CACHE","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_DRIVER_MANAGED_CACHE","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_FLAGS","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_LIBRARY","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_NONE","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_SHADER_CONTROL_CLEAR","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_SHADER_SESSION_DELETE","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_SINGLE_PSO","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_ALWAYS_SET_BIT_AVOIDING_ZEROMEM_MISTAKES","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FORCE_VALUE_0","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FORCE_VALUE_1","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_0","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_1","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_2","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_3","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_MASK","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_SHIFT","features":[354]},{"name":"D3D12_SHADER_DESC","features":[402,354]},{"name":"D3D12_SHADER_IDENTIFIER_SIZE_IN_BYTES","features":[354]},{"name":"D3D12_SHADER_INPUT_BIND_DESC","features":[402,354]},{"name":"D3D12_SHADER_MAJOR_VERSION","features":[354]},{"name":"D3D12_SHADER_MAX_INSTANCES","features":[354]},{"name":"D3D12_SHADER_MAX_INTERFACES","features":[354]},{"name":"D3D12_SHADER_MAX_INTERFACE_CALL_SITES","features":[354]},{"name":"D3D12_SHADER_MAX_TYPES","features":[354]},{"name":"D3D12_SHADER_MINOR_VERSION","features":[354]},{"name":"D3D12_SHADER_MIN_PRECISION_SUPPORT","features":[354]},{"name":"D3D12_SHADER_MIN_PRECISION_SUPPORT_10_BIT","features":[354]},{"name":"D3D12_SHADER_MIN_PRECISION_SUPPORT_16_BIT","features":[354]},{"name":"D3D12_SHADER_MIN_PRECISION_SUPPORT_NONE","features":[354]},{"name":"D3D12_SHADER_NODE","features":[307,354]},{"name":"D3D12_SHADER_RESOURCE_VIEW_DESC","features":[354,397]},{"name":"D3D12_SHADER_TYPE_DESC","features":[402,354]},{"name":"D3D12_SHADER_VARIABLE_DESC","features":[354]},{"name":"D3D12_SHADER_VERSION_TYPE","features":[354]},{"name":"D3D12_SHADER_VISIBILITY","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_ALL","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_AMPLIFICATION","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_DOMAIN","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_GEOMETRY","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_HULL","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_MESH","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_PIXEL","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_VERTEX","features":[354]},{"name":"D3D12_SHADING_RATE","features":[354]},{"name":"D3D12_SHADING_RATE_1X1","features":[354]},{"name":"D3D12_SHADING_RATE_1X2","features":[354]},{"name":"D3D12_SHADING_RATE_2X1","features":[354]},{"name":"D3D12_SHADING_RATE_2X2","features":[354]},{"name":"D3D12_SHADING_RATE_2X4","features":[354]},{"name":"D3D12_SHADING_RATE_4X2","features":[354]},{"name":"D3D12_SHADING_RATE_4X4","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER_MAX","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER_MIN","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER_OVERRIDE","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER_PASSTHROUGH","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER_SUM","features":[354]},{"name":"D3D12_SHADING_RATE_VALID_MASK","features":[354]},{"name":"D3D12_SHADING_RATE_X_AXIS_SHIFT","features":[354]},{"name":"D3D12_SHARED_RESOURCE_COMPATIBILITY_TIER","features":[354]},{"name":"D3D12_SHARED_RESOURCE_COMPATIBILITY_TIER_0","features":[354]},{"name":"D3D12_SHARED_RESOURCE_COMPATIBILITY_TIER_1","features":[354]},{"name":"D3D12_SHARED_RESOURCE_COMPATIBILITY_TIER_2","features":[354]},{"name":"D3D12_SHIFT_INSTRUCTION_PAD_VALUE","features":[354]},{"name":"D3D12_SHIFT_INSTRUCTION_SHIFT_VALUE_BIT_COUNT","features":[354]},{"name":"D3D12_SHVER_AMPLIFICATION_SHADER","features":[354]},{"name":"D3D12_SHVER_ANY_HIT_SHADER","features":[354]},{"name":"D3D12_SHVER_CALLABLE_SHADER","features":[354]},{"name":"D3D12_SHVER_CLOSEST_HIT_SHADER","features":[354]},{"name":"D3D12_SHVER_COMPUTE_SHADER","features":[354]},{"name":"D3D12_SHVER_DOMAIN_SHADER","features":[354]},{"name":"D3D12_SHVER_GEOMETRY_SHADER","features":[354]},{"name":"D3D12_SHVER_HULL_SHADER","features":[354]},{"name":"D3D12_SHVER_INTERSECTION_SHADER","features":[354]},{"name":"D3D12_SHVER_LIBRARY","features":[354]},{"name":"D3D12_SHVER_MESH_SHADER","features":[354]},{"name":"D3D12_SHVER_MISS_SHADER","features":[354]},{"name":"D3D12_SHVER_NODE_SHADER","features":[354]},{"name":"D3D12_SHVER_PIXEL_SHADER","features":[354]},{"name":"D3D12_SHVER_RAY_GENERATION_SHADER","features":[354]},{"name":"D3D12_SHVER_RESERVED0","features":[354]},{"name":"D3D12_SHVER_VERTEX_SHADER","features":[354]},{"name":"D3D12_SIGNATURE_PARAMETER_DESC","features":[402,354]},{"name":"D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT","features":[354]},{"name":"D3D12_SMALL_MSAA_RESOURCE_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_SMALL_RESOURCE_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_SO_BUFFER_MAX_STRIDE_IN_BYTES","features":[354]},{"name":"D3D12_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES","features":[354]},{"name":"D3D12_SO_BUFFER_SLOT_COUNT","features":[354]},{"name":"D3D12_SO_DDI_REGISTER_INDEX_DENOTING_GAP","features":[354]},{"name":"D3D12_SO_DECLARATION_ENTRY","features":[354]},{"name":"D3D12_SO_NO_RASTERIZED_STREAM","features":[354]},{"name":"D3D12_SO_OUTPUT_COMPONENT_COUNT","features":[354]},{"name":"D3D12_SO_STREAM_COUNT","features":[354]},{"name":"D3D12_SPEC_DATE_DAY","features":[354]},{"name":"D3D12_SPEC_DATE_MONTH","features":[354]},{"name":"D3D12_SPEC_DATE_YEAR","features":[354]},{"name":"D3D12_SPEC_VERSION","features":[354]},{"name":"D3D12_SRGB_GAMMA","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_DENOMINATOR_1","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_DENOMINATOR_2","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_EXPONENT","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_OFFSET","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_THRESHOLD","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_TOLERANCE_IN_ULP","features":[354]},{"name":"D3D12_SRV_DIMENSION","features":[354]},{"name":"D3D12_SRV_DIMENSION_BUFFER","features":[354]},{"name":"D3D12_SRV_DIMENSION_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE1D","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE1DARRAY","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE2DARRAY","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE2DMS","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE2DMSARRAY","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE3D","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURECUBE","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURECUBEARRAY","features":[354]},{"name":"D3D12_SRV_DIMENSION_UNKNOWN","features":[354]},{"name":"D3D12_STANDARD_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_STANDARD_COMPONENT_BIT_COUNT_DOUBLED","features":[354]},{"name":"D3D12_STANDARD_MAXIMUM_ELEMENT_ALIGNMENT_BYTE_MULTIPLE","features":[354]},{"name":"D3D12_STANDARD_MULTISAMPLE_PATTERN","features":[354]},{"name":"D3D12_STANDARD_MULTISAMPLE_QUALITY_LEVELS","features":[354]},{"name":"D3D12_STANDARD_PIXEL_COMPONENT_COUNT","features":[354]},{"name":"D3D12_STANDARD_PIXEL_ELEMENT_COUNT","features":[354]},{"name":"D3D12_STANDARD_VECTOR_SIZE","features":[354]},{"name":"D3D12_STANDARD_VERTEX_ELEMENT_COUNT","features":[354]},{"name":"D3D12_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT","features":[354]},{"name":"D3D12_STATE_OBJECT_CONFIG","features":[354]},{"name":"D3D12_STATE_OBJECT_DESC","features":[354]},{"name":"D3D12_STATE_OBJECT_FLAGS","features":[354]},{"name":"D3D12_STATE_OBJECT_FLAG_ALLOW_EXTERNAL_DEPENDENCIES_ON_LOCAL_DEFINITIONS","features":[354]},{"name":"D3D12_STATE_OBJECT_FLAG_ALLOW_LOCAL_DEPENDENCIES_ON_EXTERNAL_DEFINITIONS","features":[354]},{"name":"D3D12_STATE_OBJECT_FLAG_ALLOW_STATE_OBJECT_ADDITIONS","features":[354]},{"name":"D3D12_STATE_OBJECT_FLAG_NONE","features":[354]},{"name":"D3D12_STATE_OBJECT_TYPE","features":[354]},{"name":"D3D12_STATE_OBJECT_TYPE_COLLECTION","features":[354]},{"name":"D3D12_STATE_OBJECT_TYPE_EXECUTABLE","features":[354]},{"name":"D3D12_STATE_OBJECT_TYPE_RAYTRACING_PIPELINE","features":[354]},{"name":"D3D12_STATE_SUBOBJECT","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_BLEND","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL1","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL2","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL_FORMAT","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DXIL_LIBRARY","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DXIL_SUBOBJECT_TO_EXPORTS_ASSOCIATION","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_EXISTING_COLLECTION","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_FLAGS","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_GENERIC_PROGRAM","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_GLOBAL_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_HIT_GROUP","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_IB_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_INPUT_LAYOUT","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_LOCAL_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_MAX_VALID","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_NODE_MASK","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_PRIMITIVE_TOPOLOGY","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_RASTERIZER","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_RAYTRACING_PIPELINE_CONFIG","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_RAYTRACING_PIPELINE_CONFIG1","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_RAYTRACING_SHADER_CONFIG","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_RENDER_TARGET_FORMATS","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_SAMPLE_DESC","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_SAMPLE_MASK","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_STATE_OBJECT_CONFIG","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_STREAM_OUTPUT","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_SUBOBJECT_TO_EXPORTS_ASSOCIATION","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_VIEW_INSTANCING","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_WORK_GRAPH","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK_UINT","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE_UINT","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK","features":[354]},{"name":"D3D12_STATIC_SAMPLER_DESC","features":[354]},{"name":"D3D12_STATIC_SAMPLER_DESC1","features":[354]},{"name":"D3D12_STENCIL_OP","features":[354]},{"name":"D3D12_STENCIL_OP_DECR","features":[354]},{"name":"D3D12_STENCIL_OP_DECR_SAT","features":[354]},{"name":"D3D12_STENCIL_OP_INCR","features":[354]},{"name":"D3D12_STENCIL_OP_INCR_SAT","features":[354]},{"name":"D3D12_STENCIL_OP_INVERT","features":[354]},{"name":"D3D12_STENCIL_OP_KEEP","features":[354]},{"name":"D3D12_STENCIL_OP_REPLACE","features":[354]},{"name":"D3D12_STENCIL_OP_ZERO","features":[354]},{"name":"D3D12_STREAM_OUTPUT_BUFFER_VIEW","features":[354]},{"name":"D3D12_STREAM_OUTPUT_DESC","features":[354]},{"name":"D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION","features":[354]},{"name":"D3D12_SUBPIXEL_FRACTIONAL_BIT_COUNT","features":[354]},{"name":"D3D12_SUBRESOURCE_DATA","features":[354]},{"name":"D3D12_SUBRESOURCE_FOOTPRINT","features":[354,397]},{"name":"D3D12_SUBRESOURCE_INFO","features":[354]},{"name":"D3D12_SUBRESOURCE_RANGE_UINT64","features":[354]},{"name":"D3D12_SUBRESOURCE_TILING","features":[354]},{"name":"D3D12_SUBTEXEL_FRACTIONAL_BIT_COUNT","features":[354]},{"name":"D3D12_SYSTEM_RESERVED_REGISTER_SPACE_VALUES_END","features":[354]},{"name":"D3D12_SYSTEM_RESERVED_REGISTER_SPACE_VALUES_START","features":[354]},{"name":"D3D12_TESSELLATOR_MAX_EVEN_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MAX_ISOLINE_DENSITY_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MAX_ODD_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MAX_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MIN_EVEN_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MIN_ISOLINE_DENSITY_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MIN_ODD_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TEX1D_ARRAY_DSV","features":[354]},{"name":"D3D12_TEX1D_ARRAY_RTV","features":[354]},{"name":"D3D12_TEX1D_ARRAY_SRV","features":[354]},{"name":"D3D12_TEX1D_ARRAY_UAV","features":[354]},{"name":"D3D12_TEX1D_DSV","features":[354]},{"name":"D3D12_TEX1D_RTV","features":[354]},{"name":"D3D12_TEX1D_SRV","features":[354]},{"name":"D3D12_TEX1D_UAV","features":[354]},{"name":"D3D12_TEX2DMS_ARRAY_DSV","features":[354]},{"name":"D3D12_TEX2DMS_ARRAY_RTV","features":[354]},{"name":"D3D12_TEX2DMS_ARRAY_SRV","features":[354]},{"name":"D3D12_TEX2DMS_ARRAY_UAV","features":[354]},{"name":"D3D12_TEX2DMS_DSV","features":[354]},{"name":"D3D12_TEX2DMS_RTV","features":[354]},{"name":"D3D12_TEX2DMS_SRV","features":[354]},{"name":"D3D12_TEX2DMS_UAV","features":[354]},{"name":"D3D12_TEX2D_ARRAY_DSV","features":[354]},{"name":"D3D12_TEX2D_ARRAY_RTV","features":[354]},{"name":"D3D12_TEX2D_ARRAY_SRV","features":[354]},{"name":"D3D12_TEX2D_ARRAY_UAV","features":[354]},{"name":"D3D12_TEX2D_DSV","features":[354]},{"name":"D3D12_TEX2D_RTV","features":[354]},{"name":"D3D12_TEX2D_SRV","features":[354]},{"name":"D3D12_TEX2D_UAV","features":[354]},{"name":"D3D12_TEX3D_RTV","features":[354]},{"name":"D3D12_TEX3D_SRV","features":[354]},{"name":"D3D12_TEX3D_UAV","features":[354]},{"name":"D3D12_TEXCUBE_ARRAY_SRV","features":[354]},{"name":"D3D12_TEXCUBE_SRV","features":[354]},{"name":"D3D12_TEXEL_ADDRESS_RANGE_BIT_COUNT","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE_BORDER","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE_CLAMP","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE_MIRROR","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE_MIRROR_ONCE","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE_WRAP","features":[354]},{"name":"D3D12_TEXTURE_BARRIER","features":[354]},{"name":"D3D12_TEXTURE_BARRIER_FLAGS","features":[354]},{"name":"D3D12_TEXTURE_BARRIER_FLAG_DISCARD","features":[354]},{"name":"D3D12_TEXTURE_BARRIER_FLAG_NONE","features":[354]},{"name":"D3D12_TEXTURE_COPY_LOCATION","features":[354,397]},{"name":"D3D12_TEXTURE_COPY_TYPE","features":[354]},{"name":"D3D12_TEXTURE_COPY_TYPE_PLACED_FOOTPRINT","features":[354]},{"name":"D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX","features":[354]},{"name":"D3D12_TEXTURE_DATA_PITCH_ALIGNMENT","features":[354]},{"name":"D3D12_TEXTURE_DATA_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_TEXTURE_LAYOUT","features":[354]},{"name":"D3D12_TEXTURE_LAYOUT_64KB_STANDARD_SWIZZLE","features":[354]},{"name":"D3D12_TEXTURE_LAYOUT_64KB_UNDEFINED_SWIZZLE","features":[354]},{"name":"D3D12_TEXTURE_LAYOUT_ROW_MAJOR","features":[354]},{"name":"D3D12_TEXTURE_LAYOUT_UNKNOWN","features":[354]},{"name":"D3D12_THREAD_LAUNCH_OVERRIDES","features":[307,354]},{"name":"D3D12_TILED_RESOURCES_TIER","features":[354]},{"name":"D3D12_TILED_RESOURCES_TIER_1","features":[354]},{"name":"D3D12_TILED_RESOURCES_TIER_2","features":[354]},{"name":"D3D12_TILED_RESOURCES_TIER_3","features":[354]},{"name":"D3D12_TILED_RESOURCES_TIER_4","features":[354]},{"name":"D3D12_TILED_RESOURCES_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_TILED_RESOURCE_COORDINATE","features":[354]},{"name":"D3D12_TILED_RESOURCE_TILE_SIZE_IN_BYTES","features":[354]},{"name":"D3D12_TILE_COPY_FLAGS","features":[354]},{"name":"D3D12_TILE_COPY_FLAG_LINEAR_BUFFER_TO_SWIZZLED_TILED_RESOURCE","features":[354]},{"name":"D3D12_TILE_COPY_FLAG_NONE","features":[354]},{"name":"D3D12_TILE_COPY_FLAG_NO_HAZARD","features":[354]},{"name":"D3D12_TILE_COPY_FLAG_SWIZZLED_TILED_RESOURCE_TO_LINEAR_BUFFER","features":[354]},{"name":"D3D12_TILE_MAPPING_FLAGS","features":[354]},{"name":"D3D12_TILE_MAPPING_FLAG_NONE","features":[354]},{"name":"D3D12_TILE_MAPPING_FLAG_NO_HAZARD","features":[354]},{"name":"D3D12_TILE_RANGE_FLAGS","features":[354]},{"name":"D3D12_TILE_RANGE_FLAG_NONE","features":[354]},{"name":"D3D12_TILE_RANGE_FLAG_NULL","features":[354]},{"name":"D3D12_TILE_RANGE_FLAG_REUSE_SINGLE_TILE","features":[354]},{"name":"D3D12_TILE_RANGE_FLAG_SKIP","features":[354]},{"name":"D3D12_TILE_REGION_SIZE","features":[307,354]},{"name":"D3D12_TILE_SHAPE","features":[354]},{"name":"D3D12_TRACKED_WORKLOAD_MAX_INSTANCES","features":[354]},{"name":"D3D12_TRI_STATE","features":[354]},{"name":"D3D12_TRI_STATE_FALSE","features":[354]},{"name":"D3D12_TRI_STATE_TRUE","features":[354]},{"name":"D3D12_TRI_STATE_UNKNOWN","features":[354]},{"name":"D3D12_UAV_COUNTER_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_UAV_DIMENSION","features":[354]},{"name":"D3D12_UAV_DIMENSION_BUFFER","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE1D","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE1DARRAY","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE2DARRAY","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE2DMS","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE2DMSARRAY","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE3D","features":[354]},{"name":"D3D12_UAV_DIMENSION_UNKNOWN","features":[354]},{"name":"D3D12_UAV_SLOT_COUNT","features":[354]},{"name":"D3D12_UNBOUND_MEMORY_ACCESS_RESULT","features":[354]},{"name":"D3D12_UNORDERED_ACCESS_VIEW_DESC","features":[354,397]},{"name":"D3D12_VARIABLE_SHADING_RATE_TIER","features":[354]},{"name":"D3D12_VARIABLE_SHADING_RATE_TIER_1","features":[354]},{"name":"D3D12_VARIABLE_SHADING_RATE_TIER_2","features":[354]},{"name":"D3D12_VARIABLE_SHADING_RATE_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA","features":[354]},{"name":"D3D12_VERSIONED_ROOT_SIGNATURE_DESC","features":[354]},{"name":"D3D12_VERTEX_BUFFER_VIEW","features":[354]},{"name":"D3D12_VIDEO_DECODE_MAX_ARGUMENTS","features":[354]},{"name":"D3D12_VIDEO_DECODE_MAX_HISTOGRAM_COMPONENTS","features":[354]},{"name":"D3D12_VIDEO_DECODE_MIN_BITSTREAM_OFFSET_ALIGNMENT","features":[354]},{"name":"D3D12_VIDEO_DECODE_MIN_HISTOGRAM_OFFSET_ALIGNMENT","features":[354]},{"name":"D3D12_VIDEO_DECODE_STATUS_MACROBLOCKS_AFFECTED_UNKNOWN","features":[354]},{"name":"D3D12_VIDEO_ENCODER_AV1_INVALID_DPB_RESOURCE_INDEX","features":[354]},{"name":"D3D12_VIDEO_ENCODER_AV1_MAX_TILE_COLS","features":[354]},{"name":"D3D12_VIDEO_ENCODER_AV1_MAX_TILE_ROWS","features":[354]},{"name":"D3D12_VIDEO_ENCODER_AV1_SUPERRES_DENOM_MIN","features":[354]},{"name":"D3D12_VIDEO_ENCODER_AV1_SUPERRES_NUM","features":[354]},{"name":"D3D12_VIDEO_PROCESS_MAX_FILTERS","features":[354]},{"name":"D3D12_VIDEO_PROCESS_STEREO_VIEWS","features":[354]},{"name":"D3D12_VIEWPORT","features":[354]},{"name":"D3D12_VIEWPORT_AND_SCISSORRECT_MAX_INDEX","features":[354]},{"name":"D3D12_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE","features":[354]},{"name":"D3D12_VIEWPORT_BOUNDS_MAX","features":[354]},{"name":"D3D12_VIEWPORT_BOUNDS_MIN","features":[354]},{"name":"D3D12_VIEW_INSTANCE_LOCATION","features":[354]},{"name":"D3D12_VIEW_INSTANCING_DESC","features":[354]},{"name":"D3D12_VIEW_INSTANCING_FLAGS","features":[354]},{"name":"D3D12_VIEW_INSTANCING_FLAG_ENABLE_VIEW_INSTANCE_MASKING","features":[354]},{"name":"D3D12_VIEW_INSTANCING_FLAG_NONE","features":[354]},{"name":"D3D12_VIEW_INSTANCING_TIER","features":[354]},{"name":"D3D12_VIEW_INSTANCING_TIER_1","features":[354]},{"name":"D3D12_VIEW_INSTANCING_TIER_2","features":[354]},{"name":"D3D12_VIEW_INSTANCING_TIER_3","features":[354]},{"name":"D3D12_VIEW_INSTANCING_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_VS_INPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_VS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_VS_INPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_VS_INPUT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_VS_INPUT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_VS_OUTPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_VS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_VS_OUTPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_WAVE_MMA_TIER","features":[354]},{"name":"D3D12_WAVE_MMA_TIER_1_0","features":[354]},{"name":"D3D12_WAVE_MMA_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_WHQL_CONTEXT_COUNT_FOR_RESOURCE_LIMIT","features":[354]},{"name":"D3D12_WHQL_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[354]},{"name":"D3D12_WHQL_DRAW_VERTEX_COUNT_2_TO_EXP","features":[354]},{"name":"D3D12_WORK_GRAPHS_BACKING_MEMORY_ALIGNMENT_IN_BYTES","features":[354]},{"name":"D3D12_WORK_GRAPHS_MAX_NODE_DEPTH","features":[354]},{"name":"D3D12_WORK_GRAPHS_TIER","features":[354]},{"name":"D3D12_WORK_GRAPHS_TIER_1_0","features":[354]},{"name":"D3D12_WORK_GRAPHS_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_WORK_GRAPH_DESC","features":[307,354]},{"name":"D3D12_WORK_GRAPH_FLAGS","features":[354]},{"name":"D3D12_WORK_GRAPH_FLAG_INCLUDE_ALL_AVAILABLE_NODES","features":[354]},{"name":"D3D12_WORK_GRAPH_FLAG_NONE","features":[354]},{"name":"D3D12_WORK_GRAPH_MEMORY_REQUIREMENTS","features":[354]},{"name":"D3D12_WRITEBUFFERIMMEDIATE_MODE","features":[354]},{"name":"D3D12_WRITEBUFFERIMMEDIATE_MODE_DEFAULT","features":[354]},{"name":"D3D12_WRITEBUFFERIMMEDIATE_MODE_MARKER_IN","features":[354]},{"name":"D3D12_WRITEBUFFERIMMEDIATE_MODE_MARKER_OUT","features":[354]},{"name":"D3D12_WRITEBUFFERIMMEDIATE_PARAMETER","features":[354]},{"name":"D3D_HIGHEST_SHADER_MODEL","features":[354]},{"name":"D3D_ROOT_SIGNATURE_VERSION","features":[354]},{"name":"D3D_ROOT_SIGNATURE_VERSION_1","features":[354]},{"name":"D3D_ROOT_SIGNATURE_VERSION_1_0","features":[354]},{"name":"D3D_ROOT_SIGNATURE_VERSION_1_1","features":[354]},{"name":"D3D_ROOT_SIGNATURE_VERSION_1_2","features":[354]},{"name":"D3D_SHADER_MODEL","features":[354]},{"name":"D3D_SHADER_MODEL_5_1","features":[354]},{"name":"D3D_SHADER_MODEL_6_0","features":[354]},{"name":"D3D_SHADER_MODEL_6_1","features":[354]},{"name":"D3D_SHADER_MODEL_6_2","features":[354]},{"name":"D3D_SHADER_MODEL_6_3","features":[354]},{"name":"D3D_SHADER_MODEL_6_4","features":[354]},{"name":"D3D_SHADER_MODEL_6_5","features":[354]},{"name":"D3D_SHADER_MODEL_6_6","features":[354]},{"name":"D3D_SHADER_MODEL_6_7","features":[354]},{"name":"D3D_SHADER_MODEL_6_8","features":[354]},{"name":"D3D_SHADER_MODEL_6_9","features":[354]},{"name":"D3D_SHADER_MODEL_NONE","features":[354]},{"name":"D3D_SHADER_REQUIRES_ADVANCED_TEXTURE_OPS","features":[354]},{"name":"D3D_SHADER_REQUIRES_ATOMIC_INT64_ON_DESCRIPTOR_HEAP_RESOURCE","features":[354]},{"name":"D3D_SHADER_REQUIRES_ATOMIC_INT64_ON_GROUP_SHARED","features":[354]},{"name":"D3D_SHADER_REQUIRES_ATOMIC_INT64_ON_TYPED_RESOURCE","features":[354]},{"name":"D3D_SHADER_REQUIRES_BARYCENTRICS","features":[354]},{"name":"D3D_SHADER_REQUIRES_DERIVATIVES_IN_MESH_AND_AMPLIFICATION_SHADERS","features":[354]},{"name":"D3D_SHADER_REQUIRES_INNER_COVERAGE","features":[354]},{"name":"D3D_SHADER_REQUIRES_INT64_OPS","features":[354]},{"name":"D3D_SHADER_REQUIRES_NATIVE_16BIT_OPS","features":[354]},{"name":"D3D_SHADER_REQUIRES_RAYTRACING_TIER_1_1","features":[354]},{"name":"D3D_SHADER_REQUIRES_RESOURCE_DESCRIPTOR_HEAP_INDEXING","features":[354]},{"name":"D3D_SHADER_REQUIRES_ROVS","features":[354]},{"name":"D3D_SHADER_REQUIRES_SAMPLER_DESCRIPTOR_HEAP_INDEXING","features":[354]},{"name":"D3D_SHADER_REQUIRES_SAMPLER_FEEDBACK","features":[354]},{"name":"D3D_SHADER_REQUIRES_SAMPLE_CMP_GRADIENT_OR_BIAS","features":[354]},{"name":"D3D_SHADER_REQUIRES_SHADING_RATE","features":[354]},{"name":"D3D_SHADER_REQUIRES_STENCIL_REF","features":[354]},{"name":"D3D_SHADER_REQUIRES_TYPED_UAV_LOAD_ADDITIONAL_FORMATS","features":[354]},{"name":"D3D_SHADER_REQUIRES_VIEWPORT_AND_RT_ARRAY_INDEX_FROM_ANY_SHADER_FEEDING_RASTERIZER","features":[354]},{"name":"D3D_SHADER_REQUIRES_VIEW_ID","features":[354]},{"name":"D3D_SHADER_REQUIRES_WAVE_MMA","features":[354]},{"name":"D3D_SHADER_REQUIRES_WAVE_OPS","features":[354]},{"name":"D3D_SHADER_REQUIRES_WRITEABLE_MSAA_TEXTURES","features":[354]},{"name":"DXGI_DEBUG_D3D12","features":[354]},{"name":"ID3D12CommandAllocator","features":[354]},{"name":"ID3D12CommandList","features":[354]},{"name":"ID3D12CommandQueue","features":[354]},{"name":"ID3D12CommandSignature","features":[354]},{"name":"ID3D12Debug","features":[354]},{"name":"ID3D12Debug1","features":[354]},{"name":"ID3D12Debug2","features":[354]},{"name":"ID3D12Debug3","features":[354]},{"name":"ID3D12Debug4","features":[354]},{"name":"ID3D12Debug5","features":[354]},{"name":"ID3D12Debug6","features":[354]},{"name":"ID3D12DebugCommandList","features":[354]},{"name":"ID3D12DebugCommandList1","features":[354]},{"name":"ID3D12DebugCommandList2","features":[354]},{"name":"ID3D12DebugCommandList3","features":[354]},{"name":"ID3D12DebugCommandQueue","features":[354]},{"name":"ID3D12DebugCommandQueue1","features":[354]},{"name":"ID3D12DebugDevice","features":[354]},{"name":"ID3D12DebugDevice1","features":[354]},{"name":"ID3D12DebugDevice2","features":[354]},{"name":"ID3D12DescriptorHeap","features":[354]},{"name":"ID3D12Device","features":[354]},{"name":"ID3D12Device1","features":[354]},{"name":"ID3D12Device10","features":[354]},{"name":"ID3D12Device11","features":[354]},{"name":"ID3D12Device12","features":[354]},{"name":"ID3D12Device13","features":[354]},{"name":"ID3D12Device14","features":[354]},{"name":"ID3D12Device2","features":[354]},{"name":"ID3D12Device3","features":[354]},{"name":"ID3D12Device4","features":[354]},{"name":"ID3D12Device5","features":[354]},{"name":"ID3D12Device6","features":[354]},{"name":"ID3D12Device7","features":[354]},{"name":"ID3D12Device8","features":[354]},{"name":"ID3D12Device9","features":[354]},{"name":"ID3D12DeviceChild","features":[354]},{"name":"ID3D12DeviceConfiguration","features":[354]},{"name":"ID3D12DeviceConfiguration1","features":[354]},{"name":"ID3D12DeviceFactory","features":[354]},{"name":"ID3D12DeviceRemovedExtendedData","features":[354]},{"name":"ID3D12DeviceRemovedExtendedData1","features":[354]},{"name":"ID3D12DeviceRemovedExtendedData2","features":[354]},{"name":"ID3D12DeviceRemovedExtendedDataSettings","features":[354]},{"name":"ID3D12DeviceRemovedExtendedDataSettings1","features":[354]},{"name":"ID3D12DeviceRemovedExtendedDataSettings2","features":[354]},{"name":"ID3D12Fence","features":[354]},{"name":"ID3D12Fence1","features":[354]},{"name":"ID3D12FunctionParameterReflection","features":[354]},{"name":"ID3D12FunctionReflection","features":[354]},{"name":"ID3D12GBVDiagnostics","features":[354]},{"name":"ID3D12GraphicsCommandList","features":[354]},{"name":"ID3D12GraphicsCommandList1","features":[354]},{"name":"ID3D12GraphicsCommandList10","features":[354]},{"name":"ID3D12GraphicsCommandList2","features":[354]},{"name":"ID3D12GraphicsCommandList3","features":[354]},{"name":"ID3D12GraphicsCommandList4","features":[354]},{"name":"ID3D12GraphicsCommandList5","features":[354]},{"name":"ID3D12GraphicsCommandList6","features":[354]},{"name":"ID3D12GraphicsCommandList7","features":[354]},{"name":"ID3D12GraphicsCommandList8","features":[354]},{"name":"ID3D12GraphicsCommandList9","features":[354]},{"name":"ID3D12Heap","features":[354]},{"name":"ID3D12Heap1","features":[354]},{"name":"ID3D12InfoQueue","features":[354]},{"name":"ID3D12InfoQueue1","features":[354]},{"name":"ID3D12LibraryReflection","features":[354]},{"name":"ID3D12LifetimeOwner","features":[354]},{"name":"ID3D12LifetimeTracker","features":[354]},{"name":"ID3D12ManualWriteTrackingResource","features":[354]},{"name":"ID3D12MetaCommand","features":[354]},{"name":"ID3D12Object","features":[354]},{"name":"ID3D12Pageable","features":[354]},{"name":"ID3D12PipelineLibrary","features":[354]},{"name":"ID3D12PipelineLibrary1","features":[354]},{"name":"ID3D12PipelineState","features":[354]},{"name":"ID3D12ProtectedResourceSession","features":[354]},{"name":"ID3D12ProtectedResourceSession1","features":[354]},{"name":"ID3D12ProtectedSession","features":[354]},{"name":"ID3D12QueryHeap","features":[354]},{"name":"ID3D12Resource","features":[354]},{"name":"ID3D12Resource1","features":[354]},{"name":"ID3D12Resource2","features":[354]},{"name":"ID3D12RootSignature","features":[354]},{"name":"ID3D12RootSignatureDeserializer","features":[354]},{"name":"ID3D12SDKConfiguration","features":[354]},{"name":"ID3D12SDKConfiguration1","features":[354]},{"name":"ID3D12ShaderCacheSession","features":[354]},{"name":"ID3D12ShaderReflection","features":[354]},{"name":"ID3D12ShaderReflectionConstantBuffer","features":[354]},{"name":"ID3D12ShaderReflectionType","features":[354]},{"name":"ID3D12ShaderReflectionVariable","features":[354]},{"name":"ID3D12SharingContract","features":[354]},{"name":"ID3D12StateObject","features":[354]},{"name":"ID3D12StateObjectProperties","features":[354]},{"name":"ID3D12StateObjectProperties1","features":[354]},{"name":"ID3D12SwapChainAssistant","features":[354]},{"name":"ID3D12Tools","features":[354]},{"name":"ID3D12VersionedRootSignatureDeserializer","features":[354]},{"name":"ID3D12VirtualizationGuestDevice","features":[354]},{"name":"ID3D12WorkGraphProperties","features":[354]},{"name":"LUID_DEFINED","features":[354]},{"name":"NUM_D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODES","features":[354]},{"name":"PFN_D3D12_CREATE_DEVICE","features":[402,354]},{"name":"PFN_D3D12_CREATE_ROOT_SIGNATURE_DESERIALIZER","features":[354]},{"name":"PFN_D3D12_CREATE_VERSIONED_ROOT_SIGNATURE_DESERIALIZER","features":[354]},{"name":"PFN_D3D12_GET_DEBUG_INTERFACE","features":[354]},{"name":"PFN_D3D12_GET_INTERFACE","features":[354]},{"name":"PFN_D3D12_SERIALIZE_ROOT_SIGNATURE","features":[402,354]},{"name":"PFN_D3D12_SERIALIZE_VERSIONED_ROOT_SIGNATURE","features":[402,354]},{"name":"WKPDID_D3DAutoDebugObjectNameW","features":[354]}],"407":[{"name":"D3D9_RESOURCE_PRIORITY_HIGH","features":[316]},{"name":"D3D9_RESOURCE_PRIORITY_LOW","features":[316]},{"name":"D3D9_RESOURCE_PRIORITY_MAXIMUM","features":[316]},{"name":"D3D9_RESOURCE_PRIORITY_MINIMUM","features":[316]},{"name":"D3D9_RESOURCE_PRIORITY_NORMAL","features":[316]},{"name":"D3D9b_SDK_VERSION","features":[316]},{"name":"D3DADAPTER_DEFAULT","features":[316]},{"name":"D3DADAPTER_IDENTIFIER9","features":[316]},{"name":"D3DADAPTER_IDENTIFIER9","features":[316]},{"name":"D3DAES_CTR_IV","features":[316]},{"name":"D3DAES_CTR_IV","features":[316]},{"name":"D3DANTIALIASMODE","features":[316]},{"name":"D3DANTIALIAS_NONE","features":[316]},{"name":"D3DANTIALIAS_SORTDEPENDENT","features":[316]},{"name":"D3DANTIALIAS_SORTINDEPENDENT","features":[316]},{"name":"D3DAUTHENTICATEDCHANNELTYPE","features":[316]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGURECRYPTOSESSION","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGUREPROTECTION","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGUREUNCOMPRESSEDENCRYPTION","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_D3D9","features":[316]},{"name":"D3DAUTHENTICATEDCHANNEL_DRIVER_HARDWARE","features":[316]},{"name":"D3DAUTHENTICATEDCHANNEL_DRIVER_SOFTWARE","features":[316]},{"name":"D3DAUTHENTICATEDCHANNEL_PROCESSIDENTIFIERTYPE","features":[316]},{"name":"D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS","features":[316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_INPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYDEVICEHANDLE_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUIDCOUNT_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_INPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYINFOBUSTYPE_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_INPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_INPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYPROTECTION_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYRESTRICTEDSHAREDRESOURCEPROCESSCOUNT_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYRESTRICTEDSHAREDRESOURCEPROCESS_INPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYRESTRICTEDSHAREDRESOURCEPROCESS_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYUNCOMPRESSEDENCRYPTIONLEVEL_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYUNRESTRICTEDPROTECTEDSHAREDRESOURCECOUNT_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERY_INPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT","features":[307,316]},{"name":"D3DAUTHENTICATEDCONFIGURE_CRYPTOSESSION","features":[316]},{"name":"D3DAUTHENTICATEDCONFIGURE_ENCRYPTIONWHENACCESSIBLE","features":[316]},{"name":"D3DAUTHENTICATEDCONFIGURE_INITIALIZE","features":[316]},{"name":"D3DAUTHENTICATEDCONFIGURE_PROTECTION","features":[316]},{"name":"D3DAUTHENTICATEDCONFIGURE_SHAREDRESOURCE","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_ACCESSIBILITYATTRIBUTES","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_CHANNELTYPE","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_CRYPTOSESSION","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_CURRENTENCRYPTIONWHENACCESSIBLE","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_DEVICEHANDLE","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_ENCRYPTIONWHENACCESSIBLEGUID","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_ENCRYPTIONWHENACCESSIBLEGUIDCOUNT","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_OUTPUTID","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_OUTPUTIDCOUNT","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_PROTECTION","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_RESTRICTEDSHAREDRESOURCEPROCESS","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_RESTRICTEDSHAREDRESOURCEPROCESSCOUNT","features":[316]},{"name":"D3DAUTHENTICATEDQUERY_UNRESTRICTEDPROTECTEDSHAREDRESOURCECOUNT","features":[316]},{"name":"D3DBACKBUFFER_TYPE","features":[316]},{"name":"D3DBACKBUFFER_TYPE_LEFT","features":[316]},{"name":"D3DBACKBUFFER_TYPE_MONO","features":[316]},{"name":"D3DBACKBUFFER_TYPE_RIGHT","features":[316]},{"name":"D3DBASISTYPE","features":[316]},{"name":"D3DBASIS_BEZIER","features":[316]},{"name":"D3DBASIS_BSPLINE","features":[316]},{"name":"D3DBASIS_CATMULL_ROM","features":[316]},{"name":"D3DBLEND","features":[316]},{"name":"D3DBLENDOP","features":[316]},{"name":"D3DBLENDOP_ADD","features":[316]},{"name":"D3DBLENDOP_MAX","features":[316]},{"name":"D3DBLENDOP_MIN","features":[316]},{"name":"D3DBLENDOP_REVSUBTRACT","features":[316]},{"name":"D3DBLENDOP_SUBTRACT","features":[316]},{"name":"D3DBLEND_BLENDFACTOR","features":[316]},{"name":"D3DBLEND_BOTHINVSRCALPHA","features":[316]},{"name":"D3DBLEND_BOTHSRCALPHA","features":[316]},{"name":"D3DBLEND_DESTALPHA","features":[316]},{"name":"D3DBLEND_DESTCOLOR","features":[316]},{"name":"D3DBLEND_INVBLENDFACTOR","features":[316]},{"name":"D3DBLEND_INVDESTALPHA","features":[316]},{"name":"D3DBLEND_INVDESTCOLOR","features":[316]},{"name":"D3DBLEND_INVSRCALPHA","features":[316]},{"name":"D3DBLEND_INVSRCCOLOR","features":[316]},{"name":"D3DBLEND_INVSRCCOLOR2","features":[316]},{"name":"D3DBLEND_ONE","features":[316]},{"name":"D3DBLEND_SRCALPHA","features":[316]},{"name":"D3DBLEND_SRCALPHASAT","features":[316]},{"name":"D3DBLEND_SRCCOLOR","features":[316]},{"name":"D3DBLEND_SRCCOLOR2","features":[316]},{"name":"D3DBLEND_ZERO","features":[316]},{"name":"D3DBOX","features":[316]},{"name":"D3DBRANCH","features":[307,316]},{"name":"D3DBUSIMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR","features":[316]},{"name":"D3DBUSIMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE","features":[316]},{"name":"D3DBUSIMPL_MODIFIER_INSIDE_OF_CHIPSET","features":[316]},{"name":"D3DBUSIMPL_MODIFIER_NON_STANDARD","features":[316]},{"name":"D3DBUSIMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP","features":[316]},{"name":"D3DBUSIMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET","features":[316]},{"name":"D3DBUSTYPE","features":[316]},{"name":"D3DBUSTYPE_AGP","features":[316]},{"name":"D3DBUSTYPE_OTHER","features":[316]},{"name":"D3DBUSTYPE_PCI","features":[316]},{"name":"D3DBUSTYPE_PCIEXPRESS","features":[316]},{"name":"D3DBUSTYPE_PCIX","features":[316]},{"name":"D3DCAPS2_CANAUTOGENMIPMAP","features":[316]},{"name":"D3DCAPS2_CANCALIBRATEGAMMA","features":[316]},{"name":"D3DCAPS2_CANMANAGERESOURCE","features":[316]},{"name":"D3DCAPS2_CANSHARERESOURCE","features":[316]},{"name":"D3DCAPS2_DYNAMICTEXTURES","features":[316]},{"name":"D3DCAPS2_FULLSCREENGAMMA","features":[316]},{"name":"D3DCAPS2_RESERVED","features":[316]},{"name":"D3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD","features":[316]},{"name":"D3DCAPS3_COPY_TO_SYSTEMMEM","features":[316]},{"name":"D3DCAPS3_COPY_TO_VIDMEM","features":[316]},{"name":"D3DCAPS3_DXVAHD","features":[316]},{"name":"D3DCAPS3_DXVAHD_LIMITED","features":[316]},{"name":"D3DCAPS3_LINEAR_TO_SRGB_PRESENTATION","features":[316]},{"name":"D3DCAPS3_RESERVED","features":[316]},{"name":"D3DCAPS9","features":[316]},{"name":"D3DCAPS_OVERLAY","features":[316]},{"name":"D3DCAPS_READ_SCANLINE","features":[316]},{"name":"D3DCLEAR_STENCIL","features":[316]},{"name":"D3DCLEAR_TARGET","features":[316]},{"name":"D3DCLEAR_ZBUFFER","features":[316]},{"name":"D3DCLIPPLANE0","features":[316]},{"name":"D3DCLIPPLANE1","features":[316]},{"name":"D3DCLIPPLANE2","features":[316]},{"name":"D3DCLIPPLANE3","features":[316]},{"name":"D3DCLIPPLANE4","features":[316]},{"name":"D3DCLIPPLANE5","features":[316]},{"name":"D3DCLIPSTATUS","features":[316]},{"name":"D3DCLIPSTATUS9","features":[316]},{"name":"D3DCLIPSTATUS_EXTENTS2","features":[316]},{"name":"D3DCLIPSTATUS_EXTENTS3","features":[316]},{"name":"D3DCLIPSTATUS_STATUS","features":[316]},{"name":"D3DCLIP_BACK","features":[316]},{"name":"D3DCLIP_BOTTOM","features":[316]},{"name":"D3DCLIP_FRONT","features":[316]},{"name":"D3DCLIP_GEN0","features":[316]},{"name":"D3DCLIP_GEN1","features":[316]},{"name":"D3DCLIP_GEN2","features":[316]},{"name":"D3DCLIP_GEN3","features":[316]},{"name":"D3DCLIP_GEN4","features":[316]},{"name":"D3DCLIP_GEN5","features":[316]},{"name":"D3DCLIP_LEFT","features":[316]},{"name":"D3DCLIP_RIGHT","features":[316]},{"name":"D3DCLIP_TOP","features":[316]},{"name":"D3DCMPFUNC","features":[316]},{"name":"D3DCMP_ALWAYS","features":[316]},{"name":"D3DCMP_EQUAL","features":[316]},{"name":"D3DCMP_GREATER","features":[316]},{"name":"D3DCMP_GREATEREQUAL","features":[316]},{"name":"D3DCMP_LESS","features":[316]},{"name":"D3DCMP_LESSEQUAL","features":[316]},{"name":"D3DCMP_NEVER","features":[316]},{"name":"D3DCMP_NOTEQUAL","features":[316]},{"name":"D3DCOLORVALUE","features":[316]},{"name":"D3DCOLOR_MONO","features":[316]},{"name":"D3DCOLOR_RGB","features":[316]},{"name":"D3DCOMPOSERECTDESC","features":[316]},{"name":"D3DCOMPOSERECTDESTINATION","features":[316]},{"name":"D3DCOMPOSERECTSOP","features":[316]},{"name":"D3DCOMPOSERECTS_AND","features":[316]},{"name":"D3DCOMPOSERECTS_COPY","features":[316]},{"name":"D3DCOMPOSERECTS_MAXNUMRECTS","features":[316]},{"name":"D3DCOMPOSERECTS_NEG","features":[316]},{"name":"D3DCOMPOSERECTS_OR","features":[316]},{"name":"D3DCONVOLUTIONMONO_MAXHEIGHT","features":[316]},{"name":"D3DCONVOLUTIONMONO_MAXWIDTH","features":[316]},{"name":"D3DCPCAPS_CONTENTKEY","features":[316]},{"name":"D3DCPCAPS_ENCRYPTEDREADBACK","features":[316]},{"name":"D3DCPCAPS_ENCRYPTEDREADBACKKEY","features":[316]},{"name":"D3DCPCAPS_ENCRYPTSLICEDATAONLY","features":[316]},{"name":"D3DCPCAPS_FRESHENSESSIONKEY","features":[316]},{"name":"D3DCPCAPS_HARDWARE","features":[316]},{"name":"D3DCPCAPS_PARTIALDECRYPTION","features":[316]},{"name":"D3DCPCAPS_PROTECTIONALWAYSON","features":[316]},{"name":"D3DCPCAPS_SEQUENTIAL_CTR_IV","features":[316]},{"name":"D3DCPCAPS_SOFTWARE","features":[316]},{"name":"D3DCREATE_ADAPTERGROUP_DEVICE","features":[316]},{"name":"D3DCREATE_DISABLE_DRIVER_MANAGEMENT","features":[316]},{"name":"D3DCREATE_DISABLE_DRIVER_MANAGEMENT_EX","features":[316]},{"name":"D3DCREATE_DISABLE_PRINTSCREEN","features":[316]},{"name":"D3DCREATE_DISABLE_PSGP_THREADING","features":[316]},{"name":"D3DCREATE_ENABLE_PRESENTSTATS","features":[316]},{"name":"D3DCREATE_FPU_PRESERVE","features":[316]},{"name":"D3DCREATE_HARDWARE_VERTEXPROCESSING","features":[316]},{"name":"D3DCREATE_MIXED_VERTEXPROCESSING","features":[316]},{"name":"D3DCREATE_MULTITHREADED","features":[316]},{"name":"D3DCREATE_NOWINDOWCHANGES","features":[316]},{"name":"D3DCREATE_PUREDEVICE","features":[316]},{"name":"D3DCREATE_SCREENSAVER","features":[316]},{"name":"D3DCREATE_SOFTWARE_VERTEXPROCESSING","features":[316]},{"name":"D3DCRYPTOTYPE_AES128_CTR","features":[316]},{"name":"D3DCRYPTOTYPE_PROPRIETARY","features":[316]},{"name":"D3DCS_BACK","features":[316]},{"name":"D3DCS_BOTTOM","features":[316]},{"name":"D3DCS_FRONT","features":[316]},{"name":"D3DCS_LEFT","features":[316]},{"name":"D3DCS_PLANE0","features":[316]},{"name":"D3DCS_PLANE1","features":[316]},{"name":"D3DCS_PLANE2","features":[316]},{"name":"D3DCS_PLANE3","features":[316]},{"name":"D3DCS_PLANE4","features":[316]},{"name":"D3DCS_PLANE5","features":[316]},{"name":"D3DCS_RIGHT","features":[316]},{"name":"D3DCS_TOP","features":[316]},{"name":"D3DCUBEMAP_FACES","features":[316]},{"name":"D3DCUBEMAP_FACE_NEGATIVE_X","features":[316]},{"name":"D3DCUBEMAP_FACE_NEGATIVE_Y","features":[316]},{"name":"D3DCUBEMAP_FACE_NEGATIVE_Z","features":[316]},{"name":"D3DCUBEMAP_FACE_POSITIVE_X","features":[316]},{"name":"D3DCUBEMAP_FACE_POSITIVE_Y","features":[316]},{"name":"D3DCUBEMAP_FACE_POSITIVE_Z","features":[316]},{"name":"D3DCULL","features":[316]},{"name":"D3DCULL_CCW","features":[316]},{"name":"D3DCULL_CW","features":[316]},{"name":"D3DCULL_NONE","features":[316]},{"name":"D3DCURSORCAPS_COLOR","features":[316]},{"name":"D3DCURSORCAPS_LOWRES","features":[316]},{"name":"D3DCURSOR_IMMEDIATE_UPDATE","features":[316]},{"name":"D3DDD_BCLIPPING","features":[316]},{"name":"D3DDD_COLORMODEL","features":[316]},{"name":"D3DDD_DEVCAPS","features":[316]},{"name":"D3DDD_DEVICERENDERBITDEPTH","features":[316]},{"name":"D3DDD_DEVICEZBUFFERBITDEPTH","features":[316]},{"name":"D3DDD_LIGHTINGCAPS","features":[316]},{"name":"D3DDD_LINECAPS","features":[316]},{"name":"D3DDD_MAXBUFFERSIZE","features":[316]},{"name":"D3DDD_MAXVERTEXCOUNT","features":[316]},{"name":"D3DDD_TRANSFORMCAPS","features":[316]},{"name":"D3DDD_TRICAPS","features":[316]},{"name":"D3DDEBCAPS_SYSTEMMEMORY","features":[316]},{"name":"D3DDEBCAPS_VIDEOMEMORY","features":[316]},{"name":"D3DDEBUGMONITORTOKENS","features":[316]},{"name":"D3DDEB_BUFSIZE","features":[316]},{"name":"D3DDEB_CAPS","features":[316]},{"name":"D3DDEB_LPDATA","features":[316]},{"name":"D3DDECLMETHOD","features":[316]},{"name":"D3DDECLMETHOD_CROSSUV","features":[316]},{"name":"D3DDECLMETHOD_DEFAULT","features":[316]},{"name":"D3DDECLMETHOD_LOOKUP","features":[316]},{"name":"D3DDECLMETHOD_LOOKUPPRESAMPLED","features":[316]},{"name":"D3DDECLMETHOD_PARTIALU","features":[316]},{"name":"D3DDECLMETHOD_PARTIALV","features":[316]},{"name":"D3DDECLMETHOD_UV","features":[316]},{"name":"D3DDECLTYPE","features":[316]},{"name":"D3DDECLTYPE_D3DCOLOR","features":[316]},{"name":"D3DDECLTYPE_DEC3N","features":[316]},{"name":"D3DDECLTYPE_FLOAT1","features":[316]},{"name":"D3DDECLTYPE_FLOAT16_2","features":[316]},{"name":"D3DDECLTYPE_FLOAT16_4","features":[316]},{"name":"D3DDECLTYPE_FLOAT2","features":[316]},{"name":"D3DDECLTYPE_FLOAT3","features":[316]},{"name":"D3DDECLTYPE_FLOAT4","features":[316]},{"name":"D3DDECLTYPE_SHORT2","features":[316]},{"name":"D3DDECLTYPE_SHORT2N","features":[316]},{"name":"D3DDECLTYPE_SHORT4","features":[316]},{"name":"D3DDECLTYPE_SHORT4N","features":[316]},{"name":"D3DDECLTYPE_UBYTE4","features":[316]},{"name":"D3DDECLTYPE_UBYTE4N","features":[316]},{"name":"D3DDECLTYPE_UDEC3","features":[316]},{"name":"D3DDECLTYPE_UNUSED","features":[316]},{"name":"D3DDECLTYPE_USHORT2N","features":[316]},{"name":"D3DDECLTYPE_USHORT4N","features":[316]},{"name":"D3DDECLUSAGE","features":[316]},{"name":"D3DDECLUSAGE_BINORMAL","features":[316]},{"name":"D3DDECLUSAGE_BLENDINDICES","features":[316]},{"name":"D3DDECLUSAGE_BLENDWEIGHT","features":[316]},{"name":"D3DDECLUSAGE_COLOR","features":[316]},{"name":"D3DDECLUSAGE_DEPTH","features":[316]},{"name":"D3DDECLUSAGE_FOG","features":[316]},{"name":"D3DDECLUSAGE_NORMAL","features":[316]},{"name":"D3DDECLUSAGE_POSITION","features":[316]},{"name":"D3DDECLUSAGE_POSITIONT","features":[316]},{"name":"D3DDECLUSAGE_PSIZE","features":[316]},{"name":"D3DDECLUSAGE_SAMPLE","features":[316]},{"name":"D3DDECLUSAGE_TANGENT","features":[316]},{"name":"D3DDECLUSAGE_TESSFACTOR","features":[316]},{"name":"D3DDECLUSAGE_TEXCOORD","features":[316]},{"name":"D3DDEGREETYPE","features":[316]},{"name":"D3DDEGREE_CUBIC","features":[316]},{"name":"D3DDEGREE_LINEAR","features":[316]},{"name":"D3DDEGREE_QUADRATIC","features":[316]},{"name":"D3DDEGREE_QUINTIC","features":[316]},{"name":"D3DDEVCAPS2_ADAPTIVETESSNPATCH","features":[316]},{"name":"D3DDEVCAPS2_ADAPTIVETESSRTPATCH","features":[316]},{"name":"D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES","features":[316]},{"name":"D3DDEVCAPS2_DMAPNPATCH","features":[316]},{"name":"D3DDEVCAPS2_PRESAMPLEDDMAPNPATCH","features":[316]},{"name":"D3DDEVCAPS2_STREAMOFFSET","features":[316]},{"name":"D3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET","features":[316]},{"name":"D3DDEVCAPS_CANBLTSYSTONONLOCAL","features":[316]},{"name":"D3DDEVCAPS_CANRENDERAFTERFLIP","features":[316]},{"name":"D3DDEVCAPS_DRAWPRIMITIVES2","features":[316]},{"name":"D3DDEVCAPS_DRAWPRIMITIVES2EX","features":[316]},{"name":"D3DDEVCAPS_DRAWPRIMTLVERTEX","features":[316]},{"name":"D3DDEVCAPS_EXECUTESYSTEMMEMORY","features":[316]},{"name":"D3DDEVCAPS_EXECUTEVIDEOMEMORY","features":[316]},{"name":"D3DDEVCAPS_FLOATTLVERTEX","features":[316]},{"name":"D3DDEVCAPS_HWRASTERIZATION","features":[316]},{"name":"D3DDEVCAPS_HWTRANSFORMANDLIGHT","features":[316]},{"name":"D3DDEVCAPS_NPATCHES","features":[316]},{"name":"D3DDEVCAPS_PUREDEVICE","features":[316]},{"name":"D3DDEVCAPS_QUINTICRTPATCHES","features":[316]},{"name":"D3DDEVCAPS_RTPATCHES","features":[316]},{"name":"D3DDEVCAPS_RTPATCHHANDLEZERO","features":[316]},{"name":"D3DDEVCAPS_SEPARATETEXTUREMEMORIES","features":[316]},{"name":"D3DDEVCAPS_SORTDECREASINGZ","features":[316]},{"name":"D3DDEVCAPS_SORTEXACT","features":[316]},{"name":"D3DDEVCAPS_SORTINCREASINGZ","features":[316]},{"name":"D3DDEVCAPS_TEXTURENONLOCALVIDMEM","features":[316]},{"name":"D3DDEVCAPS_TEXTURESYSTEMMEMORY","features":[316]},{"name":"D3DDEVCAPS_TEXTUREVIDEOMEMORY","features":[316]},{"name":"D3DDEVCAPS_TLVERTEXSYSTEMMEMORY","features":[316]},{"name":"D3DDEVCAPS_TLVERTEXVIDEOMEMORY","features":[316]},{"name":"D3DDEVICEDESC","features":[307,316]},{"name":"D3DDEVICEDESC7","features":[316]},{"name":"D3DDEVICE_CREATION_PARAMETERS","features":[307,316]},{"name":"D3DDEVINFOID_D3DTEXTUREMANAGER","features":[316]},{"name":"D3DDEVINFOID_TEXTUREMANAGER","features":[316]},{"name":"D3DDEVINFOID_TEXTURING","features":[316]},{"name":"D3DDEVINFO_D3D9BANDWIDTHTIMINGS","features":[316]},{"name":"D3DDEVINFO_D3D9CACHEUTILIZATION","features":[316]},{"name":"D3DDEVINFO_D3D9INTERFACETIMINGS","features":[316]},{"name":"D3DDEVINFO_D3D9PIPELINETIMINGS","features":[316]},{"name":"D3DDEVINFO_D3D9STAGETIMINGS","features":[316]},{"name":"D3DDEVINFO_D3DVERTEXSTATS","features":[316]},{"name":"D3DDEVINFO_RESOURCEMANAGER","features":[307,316]},{"name":"D3DDEVINFO_VCACHE","features":[316]},{"name":"D3DDEVTYPE","features":[316]},{"name":"D3DDEVTYPE_HAL","features":[316]},{"name":"D3DDEVTYPE_NULLREF","features":[316]},{"name":"D3DDEVTYPE_REF","features":[316]},{"name":"D3DDEVTYPE_SW","features":[316]},{"name":"D3DDISPLAYMODE","features":[316]},{"name":"D3DDISPLAYMODEEX","features":[316]},{"name":"D3DDISPLAYMODEFILTER","features":[316]},{"name":"D3DDISPLAYROTATION","features":[316]},{"name":"D3DDISPLAYROTATION_180","features":[316]},{"name":"D3DDISPLAYROTATION_270","features":[316]},{"name":"D3DDISPLAYROTATION_90","features":[316]},{"name":"D3DDISPLAYROTATION_IDENTITY","features":[316]},{"name":"D3DDMAPSAMPLER","features":[316]},{"name":"D3DDMT_DISABLE","features":[316]},{"name":"D3DDMT_ENABLE","features":[316]},{"name":"D3DDP_MAXTEXCOORD","features":[316]},{"name":"D3DDP_PTRSTRIDE","features":[316]},{"name":"D3DDRAWPRIMITIVESTRIDEDDATA","features":[316]},{"name":"D3DDTCAPS_DEC3N","features":[316]},{"name":"D3DDTCAPS_FLOAT16_2","features":[316]},{"name":"D3DDTCAPS_FLOAT16_4","features":[316]},{"name":"D3DDTCAPS_SHORT2N","features":[316]},{"name":"D3DDTCAPS_SHORT4N","features":[316]},{"name":"D3DDTCAPS_UBYTE4","features":[316]},{"name":"D3DDTCAPS_UBYTE4N","features":[316]},{"name":"D3DDTCAPS_UDEC3","features":[316]},{"name":"D3DDTCAPS_USHORT2N","features":[316]},{"name":"D3DDTCAPS_USHORT4N","features":[316]},{"name":"D3DENCRYPTED_BLOCK_INFO","features":[316]},{"name":"D3DENUM_NO_DRIVERVERSION","features":[316]},{"name":"D3DENUM_WHQL_LEVEL","features":[316]},{"name":"D3DEXECUTEBUFFERDESC","features":[316]},{"name":"D3DEXECUTEDATA","features":[316]},{"name":"D3DEXECUTE_CLIPPED","features":[316]},{"name":"D3DEXECUTE_UNCLIPPED","features":[316]},{"name":"D3DFDS_ALPHACMPCAPS","features":[316]},{"name":"D3DFDS_COLORMODEL","features":[316]},{"name":"D3DFDS_DSTBLENDCAPS","features":[316]},{"name":"D3DFDS_GUID","features":[316]},{"name":"D3DFDS_HARDWARE","features":[316]},{"name":"D3DFDS_LINES","features":[316]},{"name":"D3DFDS_MISCCAPS","features":[316]},{"name":"D3DFDS_RASTERCAPS","features":[316]},{"name":"D3DFDS_SHADECAPS","features":[316]},{"name":"D3DFDS_SRCBLENDCAPS","features":[316]},{"name":"D3DFDS_TEXTUREADDRESSCAPS","features":[316]},{"name":"D3DFDS_TEXTUREBLENDCAPS","features":[316]},{"name":"D3DFDS_TEXTURECAPS","features":[316]},{"name":"D3DFDS_TEXTUREFILTERCAPS","features":[316]},{"name":"D3DFDS_TRIANGLES","features":[316]},{"name":"D3DFDS_ZCMPCAPS","features":[316]},{"name":"D3DFILLMODE","features":[316]},{"name":"D3DFILL_POINT","features":[316]},{"name":"D3DFILL_SOLID","features":[316]},{"name":"D3DFILL_WIREFRAME","features":[316]},{"name":"D3DFILTER_LINEAR","features":[316]},{"name":"D3DFILTER_LINEARMIPLINEAR","features":[316]},{"name":"D3DFILTER_LINEARMIPNEAREST","features":[316]},{"name":"D3DFILTER_MIPLINEAR","features":[316]},{"name":"D3DFILTER_MIPNEAREST","features":[316]},{"name":"D3DFILTER_NEAREST","features":[316]},{"name":"D3DFINDDEVICERESULT","features":[307,316]},{"name":"D3DFINDDEVICESEARCH","features":[307,316]},{"name":"D3DFMT_A1","features":[316]},{"name":"D3DFMT_A16B16G16R16","features":[316]},{"name":"D3DFMT_A16B16G16R16F","features":[316]},{"name":"D3DFMT_A1R5G5B5","features":[316]},{"name":"D3DFMT_A1_SURFACE_MAXHEIGHT","features":[316]},{"name":"D3DFMT_A1_SURFACE_MAXWIDTH","features":[316]},{"name":"D3DFMT_A2B10G10R10","features":[316]},{"name":"D3DFMT_A2B10G10R10_XR_BIAS","features":[316]},{"name":"D3DFMT_A2R10G10B10","features":[316]},{"name":"D3DFMT_A2W10V10U10","features":[316]},{"name":"D3DFMT_A32B32G32R32F","features":[316]},{"name":"D3DFMT_A4L4","features":[316]},{"name":"D3DFMT_A4R4G4B4","features":[316]},{"name":"D3DFMT_A8","features":[316]},{"name":"D3DFMT_A8B8G8R8","features":[316]},{"name":"D3DFMT_A8L8","features":[316]},{"name":"D3DFMT_A8P8","features":[316]},{"name":"D3DFMT_A8R3G3B2","features":[316]},{"name":"D3DFMT_A8R8G8B8","features":[316]},{"name":"D3DFMT_BINARYBUFFER","features":[316]},{"name":"D3DFMT_CxV8U8","features":[316]},{"name":"D3DFMT_D15S1","features":[316]},{"name":"D3DFMT_D16","features":[316]},{"name":"D3DFMT_D16_LOCKABLE","features":[316]},{"name":"D3DFMT_D24FS8","features":[316]},{"name":"D3DFMT_D24S8","features":[316]},{"name":"D3DFMT_D24X4S4","features":[316]},{"name":"D3DFMT_D24X8","features":[316]},{"name":"D3DFMT_D32","features":[316]},{"name":"D3DFMT_D32F_LOCKABLE","features":[316]},{"name":"D3DFMT_D32_LOCKABLE","features":[316]},{"name":"D3DFMT_DXT1","features":[316]},{"name":"D3DFMT_DXT2","features":[316]},{"name":"D3DFMT_DXT3","features":[316]},{"name":"D3DFMT_DXT4","features":[316]},{"name":"D3DFMT_DXT5","features":[316]},{"name":"D3DFMT_G16R16","features":[316]},{"name":"D3DFMT_G16R16F","features":[316]},{"name":"D3DFMT_G32R32F","features":[316]},{"name":"D3DFMT_G8R8_G8B8","features":[316]},{"name":"D3DFMT_INDEX16","features":[316]},{"name":"D3DFMT_INDEX32","features":[316]},{"name":"D3DFMT_L16","features":[316]},{"name":"D3DFMT_L6V5U5","features":[316]},{"name":"D3DFMT_L8","features":[316]},{"name":"D3DFMT_MULTI2_ARGB8","features":[316]},{"name":"D3DFMT_P8","features":[316]},{"name":"D3DFMT_Q16W16V16U16","features":[316]},{"name":"D3DFMT_Q8W8V8U8","features":[316]},{"name":"D3DFMT_R16F","features":[316]},{"name":"D3DFMT_R32F","features":[316]},{"name":"D3DFMT_R3G3B2","features":[316]},{"name":"D3DFMT_R5G6B5","features":[316]},{"name":"D3DFMT_R8G8B8","features":[316]},{"name":"D3DFMT_R8G8_B8G8","features":[316]},{"name":"D3DFMT_S8_LOCKABLE","features":[316]},{"name":"D3DFMT_UNKNOWN","features":[316]},{"name":"D3DFMT_UYVY","features":[316]},{"name":"D3DFMT_V16U16","features":[316]},{"name":"D3DFMT_V8U8","features":[316]},{"name":"D3DFMT_VERTEXDATA","features":[316]},{"name":"D3DFMT_X1R5G5B5","features":[316]},{"name":"D3DFMT_X4R4G4B4","features":[316]},{"name":"D3DFMT_X8B8G8R8","features":[316]},{"name":"D3DFMT_X8L8V8U8","features":[316]},{"name":"D3DFMT_X8R8G8B8","features":[316]},{"name":"D3DFMT_YUY2","features":[316]},{"name":"D3DFOGMODE","features":[316]},{"name":"D3DFOG_EXP","features":[316]},{"name":"D3DFOG_EXP2","features":[316]},{"name":"D3DFOG_LINEAR","features":[316]},{"name":"D3DFOG_NONE","features":[316]},{"name":"D3DFORMAT","features":[316]},{"name":"D3DFVFCAPS_DONOTSTRIPELEMENTS","features":[316]},{"name":"D3DFVFCAPS_PSIZE","features":[316]},{"name":"D3DFVFCAPS_TEXCOORDCOUNTMASK","features":[316]},{"name":"D3DFVF_DIFFUSE","features":[316]},{"name":"D3DFVF_LASTBETA_D3DCOLOR","features":[316]},{"name":"D3DFVF_LASTBETA_UBYTE4","features":[316]},{"name":"D3DFVF_NORMAL","features":[316]},{"name":"D3DFVF_POSITION_MASK","features":[316]},{"name":"D3DFVF_PSIZE","features":[316]},{"name":"D3DFVF_RESERVED0","features":[316]},{"name":"D3DFVF_RESERVED1","features":[316]},{"name":"D3DFVF_RESERVED2","features":[316]},{"name":"D3DFVF_SPECULAR","features":[316]},{"name":"D3DFVF_TEX0","features":[316]},{"name":"D3DFVF_TEX1","features":[316]},{"name":"D3DFVF_TEX2","features":[316]},{"name":"D3DFVF_TEX3","features":[316]},{"name":"D3DFVF_TEX4","features":[316]},{"name":"D3DFVF_TEX5","features":[316]},{"name":"D3DFVF_TEX6","features":[316]},{"name":"D3DFVF_TEX7","features":[316]},{"name":"D3DFVF_TEX8","features":[316]},{"name":"D3DFVF_TEXCOUNT_MASK","features":[316]},{"name":"D3DFVF_TEXCOUNT_SHIFT","features":[316]},{"name":"D3DFVF_TEXTUREFORMAT1","features":[316]},{"name":"D3DFVF_TEXTUREFORMAT2","features":[316]},{"name":"D3DFVF_TEXTUREFORMAT3","features":[316]},{"name":"D3DFVF_TEXTUREFORMAT4","features":[316]},{"name":"D3DFVF_XYZ","features":[316]},{"name":"D3DFVF_XYZB1","features":[316]},{"name":"D3DFVF_XYZB2","features":[316]},{"name":"D3DFVF_XYZB3","features":[316]},{"name":"D3DFVF_XYZB4","features":[316]},{"name":"D3DFVF_XYZB5","features":[316]},{"name":"D3DFVF_XYZRHW","features":[316]},{"name":"D3DFVF_XYZW","features":[316]},{"name":"D3DGAMMARAMP","features":[316]},{"name":"D3DGETDATA_FLUSH","features":[316]},{"name":"D3DHVERTEX","features":[316]},{"name":"D3DINDEXBUFFER_DESC","features":[316]},{"name":"D3DINSTRUCTION","features":[316]},{"name":"D3DISSUE_BEGIN","features":[316]},{"name":"D3DISSUE_END","features":[316]},{"name":"D3DKEYEXCHANGE_DXVA","features":[316]},{"name":"D3DKEYEXCHANGE_RSAES_OAEP","features":[316]},{"name":"D3DLIGHT","features":[402,316]},{"name":"D3DLIGHT2","features":[402,316]},{"name":"D3DLIGHT7","features":[402,316]},{"name":"D3DLIGHT9","features":[402,316]},{"name":"D3DLIGHTCAPS_DIRECTIONAL","features":[316]},{"name":"D3DLIGHTCAPS_GLSPOT","features":[316]},{"name":"D3DLIGHTCAPS_PARALLELPOINT","features":[316]},{"name":"D3DLIGHTCAPS_POINT","features":[316]},{"name":"D3DLIGHTCAPS_SPOT","features":[316]},{"name":"D3DLIGHTDATA","features":[402,316]},{"name":"D3DLIGHTINGCAPS","features":[316]},{"name":"D3DLIGHTINGELEMENT","features":[402,316]},{"name":"D3DLIGHTINGMODEL_MONO","features":[316]},{"name":"D3DLIGHTINGMODEL_RGB","features":[316]},{"name":"D3DLIGHTSTATETYPE","features":[316]},{"name":"D3DLIGHTSTATE_AMBIENT","features":[316]},{"name":"D3DLIGHTSTATE_COLORMODEL","features":[316]},{"name":"D3DLIGHTSTATE_COLORVERTEX","features":[316]},{"name":"D3DLIGHTSTATE_FOGDENSITY","features":[316]},{"name":"D3DLIGHTSTATE_FOGEND","features":[316]},{"name":"D3DLIGHTSTATE_FOGMODE","features":[316]},{"name":"D3DLIGHTSTATE_FOGSTART","features":[316]},{"name":"D3DLIGHTSTATE_MATERIAL","features":[316]},{"name":"D3DLIGHTTYPE","features":[316]},{"name":"D3DLIGHT_ACTIVE","features":[316]},{"name":"D3DLIGHT_DIRECTIONAL","features":[316]},{"name":"D3DLIGHT_NO_SPECULAR","features":[316]},{"name":"D3DLIGHT_POINT","features":[316]},{"name":"D3DLIGHT_SPOT","features":[316]},{"name":"D3DLINE","features":[316]},{"name":"D3DLINECAPS_ALPHACMP","features":[316]},{"name":"D3DLINECAPS_ANTIALIAS","features":[316]},{"name":"D3DLINECAPS_BLEND","features":[316]},{"name":"D3DLINECAPS_FOG","features":[316]},{"name":"D3DLINECAPS_TEXTURE","features":[316]},{"name":"D3DLINECAPS_ZTEST","features":[316]},{"name":"D3DLOCKED_BOX","features":[316]},{"name":"D3DLOCKED_RECT","features":[316]},{"name":"D3DLOCK_DISCARD","features":[316]},{"name":"D3DLOCK_DONOTWAIT","features":[316]},{"name":"D3DLOCK_NOOVERWRITE","features":[316]},{"name":"D3DLOCK_NOSYSLOCK","features":[316]},{"name":"D3DLOCK_NO_DIRTY_UPDATE","features":[316]},{"name":"D3DLOCK_READONLY","features":[316]},{"name":"D3DLVERTEX","features":[316]},{"name":"D3DMATERIAL","features":[316]},{"name":"D3DMATERIAL7","features":[316]},{"name":"D3DMATERIAL9","features":[316]},{"name":"D3DMATERIALCOLORSOURCE","features":[316]},{"name":"D3DMATRIXLOAD","features":[316]},{"name":"D3DMATRIXMULTIPLY","features":[316]},{"name":"D3DMAX30SHADERINSTRUCTIONS","features":[316]},{"name":"D3DMAXUSERCLIPPLANES","features":[316]},{"name":"D3DMCS_COLOR1","features":[316]},{"name":"D3DMCS_COLOR2","features":[316]},{"name":"D3DMCS_MATERIAL","features":[316]},{"name":"D3DMEMORYPRESSURE","features":[316]},{"name":"D3DMEMORYPRESSURE","features":[316]},{"name":"D3DMIN30SHADERINSTRUCTIONS","features":[316]},{"name":"D3DMP_16","features":[316]},{"name":"D3DMP_2_8","features":[316]},{"name":"D3DMP_DEFAULT","features":[316]},{"name":"D3DMULTISAMPLE_10_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_11_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_12_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_13_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_14_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_15_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_16_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_2_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_3_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_4_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_5_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_6_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_7_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_8_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_9_SAMPLES","features":[316]},{"name":"D3DMULTISAMPLE_NONE","features":[316]},{"name":"D3DMULTISAMPLE_NONMASKABLE","features":[316]},{"name":"D3DMULTISAMPLE_TYPE","features":[316]},{"name":"D3DOPCODE","features":[316]},{"name":"D3DOP_BRANCHFORWARD","features":[316]},{"name":"D3DOP_EXIT","features":[316]},{"name":"D3DOP_LINE","features":[316]},{"name":"D3DOP_MATRIXLOAD","features":[316]},{"name":"D3DOP_MATRIXMULTIPLY","features":[316]},{"name":"D3DOP_POINT","features":[316]},{"name":"D3DOP_PROCESSVERTICES","features":[316]},{"name":"D3DOP_SETSTATUS","features":[316]},{"name":"D3DOP_SPAN","features":[316]},{"name":"D3DOP_STATELIGHT","features":[316]},{"name":"D3DOP_STATERENDER","features":[316]},{"name":"D3DOP_STATETRANSFORM","features":[316]},{"name":"D3DOP_TEXTURELOAD","features":[316]},{"name":"D3DOP_TRIANGLE","features":[316]},{"name":"D3DOVERLAYCAPS_FULLRANGERGB","features":[316]},{"name":"D3DOVERLAYCAPS_LIMITEDRANGERGB","features":[316]},{"name":"D3DOVERLAYCAPS_STRETCHX","features":[316]},{"name":"D3DOVERLAYCAPS_STRETCHY","features":[316]},{"name":"D3DOVERLAYCAPS_YCbCr_BT601","features":[316]},{"name":"D3DOVERLAYCAPS_YCbCr_BT601_xvYCC","features":[316]},{"name":"D3DOVERLAYCAPS_YCbCr_BT709","features":[316]},{"name":"D3DOVERLAYCAPS_YCbCr_BT709_xvYCC","features":[316]},{"name":"D3DPAL_FREE","features":[316]},{"name":"D3DPAL_READONLY","features":[316]},{"name":"D3DPAL_RESERVED","features":[316]},{"name":"D3DPATCHEDGESTYLE","features":[316]},{"name":"D3DPATCHEDGE_CONTINUOUS","features":[316]},{"name":"D3DPATCHEDGE_DISCRETE","features":[316]},{"name":"D3DPBLENDCAPS_BLENDFACTOR","features":[316]},{"name":"D3DPBLENDCAPS_BOTHINVSRCALPHA","features":[316]},{"name":"D3DPBLENDCAPS_BOTHSRCALPHA","features":[316]},{"name":"D3DPBLENDCAPS_DESTALPHA","features":[316]},{"name":"D3DPBLENDCAPS_DESTCOLOR","features":[316]},{"name":"D3DPBLENDCAPS_INVDESTALPHA","features":[316]},{"name":"D3DPBLENDCAPS_INVDESTCOLOR","features":[316]},{"name":"D3DPBLENDCAPS_INVSRCALPHA","features":[316]},{"name":"D3DPBLENDCAPS_INVSRCCOLOR","features":[316]},{"name":"D3DPBLENDCAPS_INVSRCCOLOR2","features":[316]},{"name":"D3DPBLENDCAPS_ONE","features":[316]},{"name":"D3DPBLENDCAPS_SRCALPHA","features":[316]},{"name":"D3DPBLENDCAPS_SRCALPHASAT","features":[316]},{"name":"D3DPBLENDCAPS_SRCCOLOR","features":[316]},{"name":"D3DPBLENDCAPS_SRCCOLOR2","features":[316]},{"name":"D3DPBLENDCAPS_ZERO","features":[316]},{"name":"D3DPCMPCAPS_ALWAYS","features":[316]},{"name":"D3DPCMPCAPS_EQUAL","features":[316]},{"name":"D3DPCMPCAPS_GREATER","features":[316]},{"name":"D3DPCMPCAPS_GREATEREQUAL","features":[316]},{"name":"D3DPCMPCAPS_LESS","features":[316]},{"name":"D3DPCMPCAPS_LESSEQUAL","features":[316]},{"name":"D3DPCMPCAPS_NEVER","features":[316]},{"name":"D3DPCMPCAPS_NOTEQUAL","features":[316]},{"name":"D3DPERF_BeginEvent","features":[316]},{"name":"D3DPERF_EndEvent","features":[316]},{"name":"D3DPERF_GetStatus","features":[316]},{"name":"D3DPERF_QueryRepeatFrame","features":[307,316]},{"name":"D3DPERF_SetMarker","features":[316]},{"name":"D3DPERF_SetOptions","features":[316]},{"name":"D3DPERF_SetRegion","features":[316]},{"name":"D3DPICKRECORD","features":[316]},{"name":"D3DPMISCCAPS_BLENDOP","features":[316]},{"name":"D3DPMISCCAPS_CLIPPLANESCALEDPOINTS","features":[316]},{"name":"D3DPMISCCAPS_CLIPTLVERTS","features":[316]},{"name":"D3DPMISCCAPS_COLORWRITEENABLE","features":[316]},{"name":"D3DPMISCCAPS_CONFORMANT","features":[316]},{"name":"D3DPMISCCAPS_CULLCCW","features":[316]},{"name":"D3DPMISCCAPS_CULLCW","features":[316]},{"name":"D3DPMISCCAPS_CULLNONE","features":[316]},{"name":"D3DPMISCCAPS_FOGANDSPECULARALPHA","features":[316]},{"name":"D3DPMISCCAPS_FOGVERTEXCLAMPED","features":[316]},{"name":"D3DPMISCCAPS_INDEPENDENTWRITEMASKS","features":[316]},{"name":"D3DPMISCCAPS_LINEPATTERNREP","features":[316]},{"name":"D3DPMISCCAPS_MASKPLANES","features":[316]},{"name":"D3DPMISCCAPS_MASKZ","features":[316]},{"name":"D3DPMISCCAPS_MRTINDEPENDENTBITDEPTHS","features":[316]},{"name":"D3DPMISCCAPS_MRTPOSTPIXELSHADERBLENDING","features":[316]},{"name":"D3DPMISCCAPS_NULLREFERENCE","features":[316]},{"name":"D3DPMISCCAPS_PERSTAGECONSTANT","features":[316]},{"name":"D3DPMISCCAPS_POSTBLENDSRGBCONVERT","features":[316]},{"name":"D3DPMISCCAPS_SEPARATEALPHABLEND","features":[316]},{"name":"D3DPMISCCAPS_TSSARGTEMP","features":[316]},{"name":"D3DPOINT","features":[316]},{"name":"D3DPOOL","features":[316]},{"name":"D3DPOOL_DEFAULT","features":[316]},{"name":"D3DPOOL_MANAGED","features":[316]},{"name":"D3DPOOL_SCRATCH","features":[316]},{"name":"D3DPOOL_SYSTEMMEM","features":[316]},{"name":"D3DPRASTERCAPS_ANISOTROPY","features":[316]},{"name":"D3DPRASTERCAPS_ANTIALIASEDGES","features":[316]},{"name":"D3DPRASTERCAPS_ANTIALIASSORTDEPENDENT","features":[316]},{"name":"D3DPRASTERCAPS_ANTIALIASSORTINDEPENDENT","features":[316]},{"name":"D3DPRASTERCAPS_COLORPERSPECTIVE","features":[316]},{"name":"D3DPRASTERCAPS_DEPTHBIAS","features":[316]},{"name":"D3DPRASTERCAPS_DITHER","features":[316]},{"name":"D3DPRASTERCAPS_FOGRANGE","features":[316]},{"name":"D3DPRASTERCAPS_FOGTABLE","features":[316]},{"name":"D3DPRASTERCAPS_FOGVERTEX","features":[316]},{"name":"D3DPRASTERCAPS_MIPMAPLODBIAS","features":[316]},{"name":"D3DPRASTERCAPS_MULTISAMPLE_TOGGLE","features":[316]},{"name":"D3DPRASTERCAPS_PAT","features":[316]},{"name":"D3DPRASTERCAPS_ROP2","features":[316]},{"name":"D3DPRASTERCAPS_SCISSORTEST","features":[316]},{"name":"D3DPRASTERCAPS_SLOPESCALEDEPTHBIAS","features":[316]},{"name":"D3DPRASTERCAPS_STIPPLE","features":[316]},{"name":"D3DPRASTERCAPS_SUBPIXEL","features":[316]},{"name":"D3DPRASTERCAPS_SUBPIXELX","features":[316]},{"name":"D3DPRASTERCAPS_TRANSLUCENTSORTINDEPENDENT","features":[316]},{"name":"D3DPRASTERCAPS_WBUFFER","features":[316]},{"name":"D3DPRASTERCAPS_WFOG","features":[316]},{"name":"D3DPRASTERCAPS_XOR","features":[316]},{"name":"D3DPRASTERCAPS_ZBIAS","features":[316]},{"name":"D3DPRASTERCAPS_ZBUFFERLESSHSR","features":[316]},{"name":"D3DPRASTERCAPS_ZFOG","features":[316]},{"name":"D3DPRASTERCAPS_ZTEST","features":[316]},{"name":"D3DPRESENTFLAG_DEVICECLIP","features":[316]},{"name":"D3DPRESENTFLAG_DISCARD_DEPTHSTENCIL","features":[316]},{"name":"D3DPRESENTFLAG_LOCKABLE_BACKBUFFER","features":[316]},{"name":"D3DPRESENTFLAG_NOAUTOROTATE","features":[316]},{"name":"D3DPRESENTFLAG_OVERLAY_LIMITEDRGB","features":[316]},{"name":"D3DPRESENTFLAG_OVERLAY_YCbCr_BT709","features":[316]},{"name":"D3DPRESENTFLAG_OVERLAY_YCbCr_xvYCC","features":[316]},{"name":"D3DPRESENTFLAG_RESTRICTED_CONTENT","features":[316]},{"name":"D3DPRESENTFLAG_RESTRICT_SHARED_RESOURCE_DRIVER","features":[316]},{"name":"D3DPRESENTFLAG_UNPRUNEDMODE","features":[316]},{"name":"D3DPRESENTFLAG_VIDEO","features":[316]},{"name":"D3DPRESENTSTATS","features":[316]},{"name":"D3DPRESENTSTATS","features":[316]},{"name":"D3DPRESENT_BACK_BUFFERS_MAX","features":[316]},{"name":"D3DPRESENT_BACK_BUFFERS_MAX_EX","features":[316]},{"name":"D3DPRESENT_DONOTFLIP","features":[316]},{"name":"D3DPRESENT_DONOTWAIT","features":[316]},{"name":"D3DPRESENT_FLIPRESTART","features":[316]},{"name":"D3DPRESENT_FORCEIMMEDIATE","features":[316]},{"name":"D3DPRESENT_HIDEOVERLAY","features":[316]},{"name":"D3DPRESENT_INTERVAL_DEFAULT","features":[316]},{"name":"D3DPRESENT_INTERVAL_FOUR","features":[316]},{"name":"D3DPRESENT_INTERVAL_IMMEDIATE","features":[316]},{"name":"D3DPRESENT_INTERVAL_ONE","features":[316]},{"name":"D3DPRESENT_INTERVAL_THREE","features":[316]},{"name":"D3DPRESENT_INTERVAL_TWO","features":[316]},{"name":"D3DPRESENT_LINEAR_CONTENT","features":[316]},{"name":"D3DPRESENT_PARAMETERS","features":[307,316]},{"name":"D3DPRESENT_RATE_DEFAULT","features":[316]},{"name":"D3DPRESENT_UPDATECOLORKEY","features":[316]},{"name":"D3DPRESENT_UPDATEOVERLAYONLY","features":[316]},{"name":"D3DPRESENT_VIDEO_RESTRICT_TO_MONITOR","features":[316]},{"name":"D3DPRIMCAPS","features":[316]},{"name":"D3DPRIMITIVETYPE","features":[316]},{"name":"D3DPROCESSVERTICES","features":[316]},{"name":"D3DPROCESSVERTICES_COPY","features":[316]},{"name":"D3DPROCESSVERTICES_NOCOLOR","features":[316]},{"name":"D3DPROCESSVERTICES_OPMASK","features":[316]},{"name":"D3DPROCESSVERTICES_TRANSFORM","features":[316]},{"name":"D3DPROCESSVERTICES_TRANSFORMLIGHT","features":[316]},{"name":"D3DPROCESSVERTICES_UPDATEEXTENTS","features":[316]},{"name":"D3DPS20CAPS_ARBITRARYSWIZZLE","features":[316]},{"name":"D3DPS20CAPS_GRADIENTINSTRUCTIONS","features":[316]},{"name":"D3DPS20CAPS_NODEPENDENTREADLIMIT","features":[316]},{"name":"D3DPS20CAPS_NOTEXINSTRUCTIONLIMIT","features":[316]},{"name":"D3DPS20CAPS_PREDICATION","features":[316]},{"name":"D3DPS20_MAX_DYNAMICFLOWCONTROLDEPTH","features":[316]},{"name":"D3DPS20_MAX_NUMINSTRUCTIONSLOTS","features":[316]},{"name":"D3DPS20_MAX_NUMTEMPS","features":[316]},{"name":"D3DPS20_MAX_STATICFLOWCONTROLDEPTH","features":[316]},{"name":"D3DPS20_MIN_DYNAMICFLOWCONTROLDEPTH","features":[316]},{"name":"D3DPS20_MIN_NUMINSTRUCTIONSLOTS","features":[316]},{"name":"D3DPS20_MIN_NUMTEMPS","features":[316]},{"name":"D3DPS20_MIN_STATICFLOWCONTROLDEPTH","features":[316]},{"name":"D3DPSHADECAPS_ALPHAFLATBLEND","features":[316]},{"name":"D3DPSHADECAPS_ALPHAFLATSTIPPLED","features":[316]},{"name":"D3DPSHADECAPS_ALPHAGOURAUDBLEND","features":[316]},{"name":"D3DPSHADECAPS_ALPHAGOURAUDSTIPPLED","features":[316]},{"name":"D3DPSHADECAPS_ALPHAPHONGBLEND","features":[316]},{"name":"D3DPSHADECAPS_ALPHAPHONGSTIPPLED","features":[316]},{"name":"D3DPSHADECAPS_COLORFLATMONO","features":[316]},{"name":"D3DPSHADECAPS_COLORFLATRGB","features":[316]},{"name":"D3DPSHADECAPS_COLORGOURAUDMONO","features":[316]},{"name":"D3DPSHADECAPS_COLORGOURAUDRGB","features":[316]},{"name":"D3DPSHADECAPS_COLORPHONGMONO","features":[316]},{"name":"D3DPSHADECAPS_COLORPHONGRGB","features":[316]},{"name":"D3DPSHADECAPS_FOGFLAT","features":[316]},{"name":"D3DPSHADECAPS_FOGGOURAUD","features":[316]},{"name":"D3DPSHADECAPS_FOGPHONG","features":[316]},{"name":"D3DPSHADECAPS_SPECULARFLATMONO","features":[316]},{"name":"D3DPSHADECAPS_SPECULARFLATRGB","features":[316]},{"name":"D3DPSHADECAPS_SPECULARGOURAUDMONO","features":[316]},{"name":"D3DPSHADECAPS_SPECULARGOURAUDRGB","features":[316]},{"name":"D3DPSHADECAPS_SPECULARPHONGMONO","features":[316]},{"name":"D3DPSHADECAPS_SPECULARPHONGRGB","features":[316]},{"name":"D3DPSHADERCAPS2_0","features":[316]},{"name":"D3DPTADDRESSCAPS_BORDER","features":[316]},{"name":"D3DPTADDRESSCAPS_CLAMP","features":[316]},{"name":"D3DPTADDRESSCAPS_INDEPENDENTUV","features":[316]},{"name":"D3DPTADDRESSCAPS_MIRROR","features":[316]},{"name":"D3DPTADDRESSCAPS_MIRRORONCE","features":[316]},{"name":"D3DPTADDRESSCAPS_WRAP","features":[316]},{"name":"D3DPTBLENDCAPS_ADD","features":[316]},{"name":"D3DPTBLENDCAPS_COPY","features":[316]},{"name":"D3DPTBLENDCAPS_DECAL","features":[316]},{"name":"D3DPTBLENDCAPS_DECALALPHA","features":[316]},{"name":"D3DPTBLENDCAPS_DECALMASK","features":[316]},{"name":"D3DPTBLENDCAPS_MODULATE","features":[316]},{"name":"D3DPTBLENDCAPS_MODULATEALPHA","features":[316]},{"name":"D3DPTBLENDCAPS_MODULATEMASK","features":[316]},{"name":"D3DPTEXTURECAPS_ALPHA","features":[316]},{"name":"D3DPTEXTURECAPS_ALPHAPALETTE","features":[316]},{"name":"D3DPTEXTURECAPS_BORDER","features":[316]},{"name":"D3DPTEXTURECAPS_COLORKEYBLEND","features":[316]},{"name":"D3DPTEXTURECAPS_CUBEMAP","features":[316]},{"name":"D3DPTEXTURECAPS_CUBEMAP_POW2","features":[316]},{"name":"D3DPTEXTURECAPS_MIPCUBEMAP","features":[316]},{"name":"D3DPTEXTURECAPS_MIPMAP","features":[316]},{"name":"D3DPTEXTURECAPS_MIPVOLUMEMAP","features":[316]},{"name":"D3DPTEXTURECAPS_NONPOW2CONDITIONAL","features":[316]},{"name":"D3DPTEXTURECAPS_NOPROJECTEDBUMPENV","features":[316]},{"name":"D3DPTEXTURECAPS_PERSPECTIVE","features":[316]},{"name":"D3DPTEXTURECAPS_POW2","features":[316]},{"name":"D3DPTEXTURECAPS_PROJECTED","features":[316]},{"name":"D3DPTEXTURECAPS_SQUAREONLY","features":[316]},{"name":"D3DPTEXTURECAPS_TEXREPEATNOTSCALEDBYSIZE","features":[316]},{"name":"D3DPTEXTURECAPS_TRANSPARENCY","features":[316]},{"name":"D3DPTEXTURECAPS_VOLUMEMAP","features":[316]},{"name":"D3DPTEXTURECAPS_VOLUMEMAP_POW2","features":[316]},{"name":"D3DPTFILTERCAPS_CONVOLUTIONMONO","features":[316]},{"name":"D3DPTFILTERCAPS_LINEAR","features":[316]},{"name":"D3DPTFILTERCAPS_LINEARMIPLINEAR","features":[316]},{"name":"D3DPTFILTERCAPS_LINEARMIPNEAREST","features":[316]},{"name":"D3DPTFILTERCAPS_MAGFAFLATCUBIC","features":[316]},{"name":"D3DPTFILTERCAPS_MAGFANISOTROPIC","features":[316]},{"name":"D3DPTFILTERCAPS_MAGFGAUSSIANCUBIC","features":[316]},{"name":"D3DPTFILTERCAPS_MAGFGAUSSIANQUAD","features":[316]},{"name":"D3DPTFILTERCAPS_MAGFLINEAR","features":[316]},{"name":"D3DPTFILTERCAPS_MAGFPOINT","features":[316]},{"name":"D3DPTFILTERCAPS_MAGFPYRAMIDALQUAD","features":[316]},{"name":"D3DPTFILTERCAPS_MINFANISOTROPIC","features":[316]},{"name":"D3DPTFILTERCAPS_MINFGAUSSIANQUAD","features":[316]},{"name":"D3DPTFILTERCAPS_MINFLINEAR","features":[316]},{"name":"D3DPTFILTERCAPS_MINFPOINT","features":[316]},{"name":"D3DPTFILTERCAPS_MINFPYRAMIDALQUAD","features":[316]},{"name":"D3DPTFILTERCAPS_MIPFLINEAR","features":[316]},{"name":"D3DPTFILTERCAPS_MIPFPOINT","features":[316]},{"name":"D3DPTFILTERCAPS_MIPLINEAR","features":[316]},{"name":"D3DPTFILTERCAPS_MIPNEAREST","features":[316]},{"name":"D3DPTFILTERCAPS_NEAREST","features":[316]},{"name":"D3DPT_LINELIST","features":[316]},{"name":"D3DPT_LINESTRIP","features":[316]},{"name":"D3DPT_POINTLIST","features":[316]},{"name":"D3DPT_TRIANGLEFAN","features":[316]},{"name":"D3DPT_TRIANGLELIST","features":[316]},{"name":"D3DPT_TRIANGLESTRIP","features":[316]},{"name":"D3DPV_DONOTCOPYDATA","features":[316]},{"name":"D3DQUERYTYPE","features":[316]},{"name":"D3DQUERYTYPE_BANDWIDTHTIMINGS","features":[316]},{"name":"D3DQUERYTYPE_CACHEUTILIZATION","features":[316]},{"name":"D3DQUERYTYPE_EVENT","features":[316]},{"name":"D3DQUERYTYPE_INTERFACETIMINGS","features":[316]},{"name":"D3DQUERYTYPE_MEMORYPRESSURE","features":[316]},{"name":"D3DQUERYTYPE_OCCLUSION","features":[316]},{"name":"D3DQUERYTYPE_PIPELINETIMINGS","features":[316]},{"name":"D3DQUERYTYPE_PIXELTIMINGS","features":[316]},{"name":"D3DQUERYTYPE_RESOURCEMANAGER","features":[316]},{"name":"D3DQUERYTYPE_TIMESTAMP","features":[316]},{"name":"D3DQUERYTYPE_TIMESTAMPDISJOINT","features":[316]},{"name":"D3DQUERYTYPE_TIMESTAMPFREQ","features":[316]},{"name":"D3DQUERYTYPE_VCACHE","features":[316]},{"name":"D3DQUERYTYPE_VERTEXSTATS","features":[316]},{"name":"D3DQUERYTYPE_VERTEXTIMINGS","features":[316]},{"name":"D3DRANGE","features":[316]},{"name":"D3DRASTER_STATUS","features":[307,316]},{"name":"D3DRECT","features":[316]},{"name":"D3DRECTPATCH_INFO","features":[316]},{"name":"D3DRENDERSTATETYPE","features":[316]},{"name":"D3DRENDERSTATE_WRAPBIAS","features":[316]},{"name":"D3DRESOURCESTATS","features":[307,316]},{"name":"D3DRESOURCETYPE","features":[316]},{"name":"D3DRS_ADAPTIVETESS_W","features":[316]},{"name":"D3DRS_ADAPTIVETESS_X","features":[316]},{"name":"D3DRS_ADAPTIVETESS_Y","features":[316]},{"name":"D3DRS_ADAPTIVETESS_Z","features":[316]},{"name":"D3DRS_ALPHABLENDENABLE","features":[316]},{"name":"D3DRS_ALPHAFUNC","features":[316]},{"name":"D3DRS_ALPHAREF","features":[316]},{"name":"D3DRS_ALPHATESTENABLE","features":[316]},{"name":"D3DRS_AMBIENT","features":[316]},{"name":"D3DRS_AMBIENTMATERIALSOURCE","features":[316]},{"name":"D3DRS_ANTIALIASEDLINEENABLE","features":[316]},{"name":"D3DRS_BLENDFACTOR","features":[316]},{"name":"D3DRS_BLENDOP","features":[316]},{"name":"D3DRS_BLENDOPALPHA","features":[316]},{"name":"D3DRS_CCW_STENCILFAIL","features":[316]},{"name":"D3DRS_CCW_STENCILFUNC","features":[316]},{"name":"D3DRS_CCW_STENCILPASS","features":[316]},{"name":"D3DRS_CCW_STENCILZFAIL","features":[316]},{"name":"D3DRS_CLIPPING","features":[316]},{"name":"D3DRS_CLIPPLANEENABLE","features":[316]},{"name":"D3DRS_COLORVERTEX","features":[316]},{"name":"D3DRS_COLORWRITEENABLE","features":[316]},{"name":"D3DRS_COLORWRITEENABLE1","features":[316]},{"name":"D3DRS_COLORWRITEENABLE2","features":[316]},{"name":"D3DRS_COLORWRITEENABLE3","features":[316]},{"name":"D3DRS_CULLMODE","features":[316]},{"name":"D3DRS_DEBUGMONITORTOKEN","features":[316]},{"name":"D3DRS_DEPTHBIAS","features":[316]},{"name":"D3DRS_DESTBLEND","features":[316]},{"name":"D3DRS_DESTBLENDALPHA","features":[316]},{"name":"D3DRS_DIFFUSEMATERIALSOURCE","features":[316]},{"name":"D3DRS_DITHERENABLE","features":[316]},{"name":"D3DRS_EMISSIVEMATERIALSOURCE","features":[316]},{"name":"D3DRS_ENABLEADAPTIVETESSELLATION","features":[316]},{"name":"D3DRS_FILLMODE","features":[316]},{"name":"D3DRS_FOGCOLOR","features":[316]},{"name":"D3DRS_FOGDENSITY","features":[316]},{"name":"D3DRS_FOGENABLE","features":[316]},{"name":"D3DRS_FOGEND","features":[316]},{"name":"D3DRS_FOGSTART","features":[316]},{"name":"D3DRS_FOGTABLEMODE","features":[316]},{"name":"D3DRS_FOGVERTEXMODE","features":[316]},{"name":"D3DRS_INDEXEDVERTEXBLENDENABLE","features":[316]},{"name":"D3DRS_LASTPIXEL","features":[316]},{"name":"D3DRS_LIGHTING","features":[316]},{"name":"D3DRS_LOCALVIEWER","features":[316]},{"name":"D3DRS_MAXTESSELLATIONLEVEL","features":[316]},{"name":"D3DRS_MINTESSELLATIONLEVEL","features":[316]},{"name":"D3DRS_MULTISAMPLEANTIALIAS","features":[316]},{"name":"D3DRS_MULTISAMPLEMASK","features":[316]},{"name":"D3DRS_NORMALDEGREE","features":[316]},{"name":"D3DRS_NORMALIZENORMALS","features":[316]},{"name":"D3DRS_PATCHEDGESTYLE","features":[316]},{"name":"D3DRS_POINTSCALEENABLE","features":[316]},{"name":"D3DRS_POINTSCALE_A","features":[316]},{"name":"D3DRS_POINTSCALE_B","features":[316]},{"name":"D3DRS_POINTSCALE_C","features":[316]},{"name":"D3DRS_POINTSIZE","features":[316]},{"name":"D3DRS_POINTSIZE_MAX","features":[316]},{"name":"D3DRS_POINTSIZE_MIN","features":[316]},{"name":"D3DRS_POINTSPRITEENABLE","features":[316]},{"name":"D3DRS_POSITIONDEGREE","features":[316]},{"name":"D3DRS_RANGEFOGENABLE","features":[316]},{"name":"D3DRS_SCISSORTESTENABLE","features":[316]},{"name":"D3DRS_SEPARATEALPHABLENDENABLE","features":[316]},{"name":"D3DRS_SHADEMODE","features":[316]},{"name":"D3DRS_SLOPESCALEDEPTHBIAS","features":[316]},{"name":"D3DRS_SPECULARENABLE","features":[316]},{"name":"D3DRS_SPECULARMATERIALSOURCE","features":[316]},{"name":"D3DRS_SRCBLEND","features":[316]},{"name":"D3DRS_SRCBLENDALPHA","features":[316]},{"name":"D3DRS_SRGBWRITEENABLE","features":[316]},{"name":"D3DRS_STENCILENABLE","features":[316]},{"name":"D3DRS_STENCILFAIL","features":[316]},{"name":"D3DRS_STENCILFUNC","features":[316]},{"name":"D3DRS_STENCILMASK","features":[316]},{"name":"D3DRS_STENCILPASS","features":[316]},{"name":"D3DRS_STENCILREF","features":[316]},{"name":"D3DRS_STENCILWRITEMASK","features":[316]},{"name":"D3DRS_STENCILZFAIL","features":[316]},{"name":"D3DRS_TEXTUREFACTOR","features":[316]},{"name":"D3DRS_TWEENFACTOR","features":[316]},{"name":"D3DRS_TWOSIDEDSTENCILMODE","features":[316]},{"name":"D3DRS_VERTEXBLEND","features":[316]},{"name":"D3DRS_WRAP0","features":[316]},{"name":"D3DRS_WRAP1","features":[316]},{"name":"D3DRS_WRAP10","features":[316]},{"name":"D3DRS_WRAP11","features":[316]},{"name":"D3DRS_WRAP12","features":[316]},{"name":"D3DRS_WRAP13","features":[316]},{"name":"D3DRS_WRAP14","features":[316]},{"name":"D3DRS_WRAP15","features":[316]},{"name":"D3DRS_WRAP2","features":[316]},{"name":"D3DRS_WRAP3","features":[316]},{"name":"D3DRS_WRAP4","features":[316]},{"name":"D3DRS_WRAP5","features":[316]},{"name":"D3DRS_WRAP6","features":[316]},{"name":"D3DRS_WRAP7","features":[316]},{"name":"D3DRS_WRAP8","features":[316]},{"name":"D3DRS_WRAP9","features":[316]},{"name":"D3DRS_ZENABLE","features":[316]},{"name":"D3DRS_ZFUNC","features":[316]},{"name":"D3DRS_ZWRITEENABLE","features":[316]},{"name":"D3DRTYPECOUNT","features":[316]},{"name":"D3DRTYPE_CUBETEXTURE","features":[316]},{"name":"D3DRTYPE_INDEXBUFFER","features":[316]},{"name":"D3DRTYPE_SURFACE","features":[316]},{"name":"D3DRTYPE_TEXTURE","features":[316]},{"name":"D3DRTYPE_VERTEXBUFFER","features":[316]},{"name":"D3DRTYPE_VOLUME","features":[316]},{"name":"D3DRTYPE_VOLUMETEXTURE","features":[316]},{"name":"D3DSAMPLERSTATETYPE","features":[316]},{"name":"D3DSAMPLER_TEXTURE_TYPE","features":[316]},{"name":"D3DSAMP_ADDRESSU","features":[316]},{"name":"D3DSAMP_ADDRESSV","features":[316]},{"name":"D3DSAMP_ADDRESSW","features":[316]},{"name":"D3DSAMP_BORDERCOLOR","features":[316]},{"name":"D3DSAMP_DMAPOFFSET","features":[316]},{"name":"D3DSAMP_ELEMENTINDEX","features":[316]},{"name":"D3DSAMP_MAGFILTER","features":[316]},{"name":"D3DSAMP_MAXANISOTROPY","features":[316]},{"name":"D3DSAMP_MAXMIPLEVEL","features":[316]},{"name":"D3DSAMP_MINFILTER","features":[316]},{"name":"D3DSAMP_MIPFILTER","features":[316]},{"name":"D3DSAMP_MIPMAPLODBIAS","features":[316]},{"name":"D3DSAMP_SRGBTEXTURE","features":[316]},{"name":"D3DSBT_ALL","features":[316]},{"name":"D3DSBT_PIXELSTATE","features":[316]},{"name":"D3DSBT_VERTEXSTATE","features":[316]},{"name":"D3DSCANLINEORDERING","features":[316]},{"name":"D3DSCANLINEORDERING_INTERLACED","features":[316]},{"name":"D3DSCANLINEORDERING_PROGRESSIVE","features":[316]},{"name":"D3DSCANLINEORDERING_UNKNOWN","features":[316]},{"name":"D3DSETSTATUS_EXTENTS","features":[316]},{"name":"D3DSETSTATUS_STATUS","features":[316]},{"name":"D3DSGR_CALIBRATE","features":[316]},{"name":"D3DSGR_NO_CALIBRATION","features":[316]},{"name":"D3DSHADEMODE","features":[316]},{"name":"D3DSHADER_ADDRESSMODE_SHIFT","features":[316]},{"name":"D3DSHADER_ADDRESSMODE_TYPE","features":[316]},{"name":"D3DSHADER_ADDRMODE_ABSOLUTE","features":[316]},{"name":"D3DSHADER_ADDRMODE_RELATIVE","features":[316]},{"name":"D3DSHADER_COMPARISON","features":[316]},{"name":"D3DSHADER_COMPARISON_SHIFT","features":[316]},{"name":"D3DSHADER_INSTRUCTION_OPCODE_TYPE","features":[316]},{"name":"D3DSHADER_MIN_PRECISION","features":[316]},{"name":"D3DSHADER_MISCTYPE_OFFSETS","features":[316]},{"name":"D3DSHADER_PARAM_REGISTER_TYPE","features":[316]},{"name":"D3DSHADER_PARAM_SRCMOD_TYPE","features":[316]},{"name":"D3DSHADE_FLAT","features":[316]},{"name":"D3DSHADE_GOURAUD","features":[316]},{"name":"D3DSHADE_PHONG","features":[316]},{"name":"D3DSIO_ABS","features":[316]},{"name":"D3DSIO_ADD","features":[316]},{"name":"D3DSIO_BEM","features":[316]},{"name":"D3DSIO_BREAK","features":[316]},{"name":"D3DSIO_BREAKC","features":[316]},{"name":"D3DSIO_BREAKP","features":[316]},{"name":"D3DSIO_CALL","features":[316]},{"name":"D3DSIO_CALLNZ","features":[316]},{"name":"D3DSIO_CMP","features":[316]},{"name":"D3DSIO_CND","features":[316]},{"name":"D3DSIO_COMMENT","features":[316]},{"name":"D3DSIO_CRS","features":[316]},{"name":"D3DSIO_DCL","features":[316]},{"name":"D3DSIO_DEF","features":[316]},{"name":"D3DSIO_DEFB","features":[316]},{"name":"D3DSIO_DEFI","features":[316]},{"name":"D3DSIO_DP2ADD","features":[316]},{"name":"D3DSIO_DP3","features":[316]},{"name":"D3DSIO_DP4","features":[316]},{"name":"D3DSIO_DST","features":[316]},{"name":"D3DSIO_DSX","features":[316]},{"name":"D3DSIO_DSY","features":[316]},{"name":"D3DSIO_ELSE","features":[316]},{"name":"D3DSIO_END","features":[316]},{"name":"D3DSIO_ENDIF","features":[316]},{"name":"D3DSIO_ENDLOOP","features":[316]},{"name":"D3DSIO_ENDREP","features":[316]},{"name":"D3DSIO_EXP","features":[316]},{"name":"D3DSIO_EXPP","features":[316]},{"name":"D3DSIO_FRC","features":[316]},{"name":"D3DSIO_IF","features":[316]},{"name":"D3DSIO_IFC","features":[316]},{"name":"D3DSIO_LABEL","features":[316]},{"name":"D3DSIO_LIT","features":[316]},{"name":"D3DSIO_LOG","features":[316]},{"name":"D3DSIO_LOGP","features":[316]},{"name":"D3DSIO_LOOP","features":[316]},{"name":"D3DSIO_LRP","features":[316]},{"name":"D3DSIO_M3x2","features":[316]},{"name":"D3DSIO_M3x3","features":[316]},{"name":"D3DSIO_M3x4","features":[316]},{"name":"D3DSIO_M4x3","features":[316]},{"name":"D3DSIO_M4x4","features":[316]},{"name":"D3DSIO_MAD","features":[316]},{"name":"D3DSIO_MAX","features":[316]},{"name":"D3DSIO_MIN","features":[316]},{"name":"D3DSIO_MOV","features":[316]},{"name":"D3DSIO_MOVA","features":[316]},{"name":"D3DSIO_MUL","features":[316]},{"name":"D3DSIO_NOP","features":[316]},{"name":"D3DSIO_NRM","features":[316]},{"name":"D3DSIO_PHASE","features":[316]},{"name":"D3DSIO_POW","features":[316]},{"name":"D3DSIO_RCP","features":[316]},{"name":"D3DSIO_REP","features":[316]},{"name":"D3DSIO_RESERVED0","features":[316]},{"name":"D3DSIO_RET","features":[316]},{"name":"D3DSIO_RSQ","features":[316]},{"name":"D3DSIO_SETP","features":[316]},{"name":"D3DSIO_SGE","features":[316]},{"name":"D3DSIO_SGN","features":[316]},{"name":"D3DSIO_SINCOS","features":[316]},{"name":"D3DSIO_SLT","features":[316]},{"name":"D3DSIO_SUB","features":[316]},{"name":"D3DSIO_TEX","features":[316]},{"name":"D3DSIO_TEXBEM","features":[316]},{"name":"D3DSIO_TEXBEML","features":[316]},{"name":"D3DSIO_TEXCOORD","features":[316]},{"name":"D3DSIO_TEXDEPTH","features":[316]},{"name":"D3DSIO_TEXDP3","features":[316]},{"name":"D3DSIO_TEXDP3TEX","features":[316]},{"name":"D3DSIO_TEXKILL","features":[316]},{"name":"D3DSIO_TEXLDD","features":[316]},{"name":"D3DSIO_TEXLDL","features":[316]},{"name":"D3DSIO_TEXM3x2DEPTH","features":[316]},{"name":"D3DSIO_TEXM3x2PAD","features":[316]},{"name":"D3DSIO_TEXM3x2TEX","features":[316]},{"name":"D3DSIO_TEXM3x3","features":[316]},{"name":"D3DSIO_TEXM3x3PAD","features":[316]},{"name":"D3DSIO_TEXM3x3SPEC","features":[316]},{"name":"D3DSIO_TEXM3x3TEX","features":[316]},{"name":"D3DSIO_TEXM3x3VSPEC","features":[316]},{"name":"D3DSIO_TEXREG2AR","features":[316]},{"name":"D3DSIO_TEXREG2GB","features":[316]},{"name":"D3DSIO_TEXREG2RGB","features":[316]},{"name":"D3DSI_COISSUE","features":[316]},{"name":"D3DSI_COMMENTSIZE_MASK","features":[316]},{"name":"D3DSI_COMMENTSIZE_SHIFT","features":[316]},{"name":"D3DSI_INSTLENGTH_MASK","features":[316]},{"name":"D3DSI_INSTLENGTH_SHIFT","features":[316]},{"name":"D3DSI_OPCODE_MASK","features":[316]},{"name":"D3DSMO_FACE","features":[316]},{"name":"D3DSMO_POSITION","features":[316]},{"name":"D3DSPAN","features":[316]},{"name":"D3DSPC_EQ","features":[316]},{"name":"D3DSPC_GE","features":[316]},{"name":"D3DSPC_GT","features":[316]},{"name":"D3DSPC_LE","features":[316]},{"name":"D3DSPC_LT","features":[316]},{"name":"D3DSPC_NE","features":[316]},{"name":"D3DSPC_RESERVED0","features":[316]},{"name":"D3DSPC_RESERVED1","features":[316]},{"name":"D3DSPD_IUNKNOWN","features":[316]},{"name":"D3DSPR_ADDR","features":[316]},{"name":"D3DSPR_ATTROUT","features":[316]},{"name":"D3DSPR_COLOROUT","features":[316]},{"name":"D3DSPR_CONST","features":[316]},{"name":"D3DSPR_CONST2","features":[316]},{"name":"D3DSPR_CONST3","features":[316]},{"name":"D3DSPR_CONST4","features":[316]},{"name":"D3DSPR_CONSTBOOL","features":[316]},{"name":"D3DSPR_CONSTINT","features":[316]},{"name":"D3DSPR_DEPTHOUT","features":[316]},{"name":"D3DSPR_INPUT","features":[316]},{"name":"D3DSPR_LABEL","features":[316]},{"name":"D3DSPR_LOOP","features":[316]},{"name":"D3DSPR_MISCTYPE","features":[316]},{"name":"D3DSPR_OUTPUT","features":[316]},{"name":"D3DSPR_PREDICATE","features":[316]},{"name":"D3DSPR_RASTOUT","features":[316]},{"name":"D3DSPR_SAMPLER","features":[316]},{"name":"D3DSPR_TEMP","features":[316]},{"name":"D3DSPR_TEMPFLOAT16","features":[316]},{"name":"D3DSPR_TEXCRDOUT","features":[316]},{"name":"D3DSPR_TEXTURE","features":[316]},{"name":"D3DSPSM_ABS","features":[316]},{"name":"D3DSPSM_ABSNEG","features":[316]},{"name":"D3DSPSM_BIAS","features":[316]},{"name":"D3DSPSM_BIASNEG","features":[316]},{"name":"D3DSPSM_COMP","features":[316]},{"name":"D3DSPSM_DW","features":[316]},{"name":"D3DSPSM_DZ","features":[316]},{"name":"D3DSPSM_NEG","features":[316]},{"name":"D3DSPSM_NONE","features":[316]},{"name":"D3DSPSM_NOT","features":[316]},{"name":"D3DSPSM_SIGN","features":[316]},{"name":"D3DSPSM_SIGNNEG","features":[316]},{"name":"D3DSPSM_X2","features":[316]},{"name":"D3DSPSM_X2NEG","features":[316]},{"name":"D3DSP_DCL_USAGEINDEX_MASK","features":[316]},{"name":"D3DSP_DCL_USAGEINDEX_SHIFT","features":[316]},{"name":"D3DSP_DCL_USAGE_MASK","features":[316]},{"name":"D3DSP_DCL_USAGE_SHIFT","features":[316]},{"name":"D3DSP_DSTMOD_MASK","features":[316]},{"name":"D3DSP_DSTMOD_SHIFT","features":[316]},{"name":"D3DSP_DSTSHIFT_MASK","features":[316]},{"name":"D3DSP_DSTSHIFT_SHIFT","features":[316]},{"name":"D3DSP_MIN_PRECISION_MASK","features":[316]},{"name":"D3DSP_MIN_PRECISION_SHIFT","features":[316]},{"name":"D3DSP_OPCODESPECIFICCONTROL_MASK","features":[316]},{"name":"D3DSP_OPCODESPECIFICCONTROL_SHIFT","features":[316]},{"name":"D3DSP_REGNUM_MASK","features":[316]},{"name":"D3DSP_REGTYPE_MASK","features":[316]},{"name":"D3DSP_REGTYPE_MASK2","features":[316]},{"name":"D3DSP_REGTYPE_SHIFT","features":[316]},{"name":"D3DSP_REGTYPE_SHIFT2","features":[316]},{"name":"D3DSP_SRCMOD_MASK","features":[316]},{"name":"D3DSP_SRCMOD_SHIFT","features":[316]},{"name":"D3DSP_SWIZZLE_MASK","features":[316]},{"name":"D3DSP_SWIZZLE_SHIFT","features":[316]},{"name":"D3DSP_TEXTURETYPE_MASK","features":[316]},{"name":"D3DSP_TEXTURETYPE_SHIFT","features":[316]},{"name":"D3DSP_WRITEMASK_0","features":[316]},{"name":"D3DSP_WRITEMASK_1","features":[316]},{"name":"D3DSP_WRITEMASK_2","features":[316]},{"name":"D3DSP_WRITEMASK_3","features":[316]},{"name":"D3DSP_WRITEMASK_ALL","features":[316]},{"name":"D3DSRO_FOG","features":[316]},{"name":"D3DSRO_POINT_SIZE","features":[316]},{"name":"D3DSRO_POSITION","features":[316]},{"name":"D3DSTATE","features":[316]},{"name":"D3DSTATEBLOCKTYPE","features":[316]},{"name":"D3DSTATE_OVERRIDE_BIAS","features":[316]},{"name":"D3DSTATS","features":[316]},{"name":"D3DSTATUS","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONBACK","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONBOTTOM","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONFRONT","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN0","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN1","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN2","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN3","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN4","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN5","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONLEFT","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONRIGHT","features":[316]},{"name":"D3DSTATUS_CLIPINTERSECTIONTOP","features":[316]},{"name":"D3DSTATUS_CLIPUNIONBACK","features":[316]},{"name":"D3DSTATUS_CLIPUNIONBOTTOM","features":[316]},{"name":"D3DSTATUS_CLIPUNIONFRONT","features":[316]},{"name":"D3DSTATUS_CLIPUNIONGEN0","features":[316]},{"name":"D3DSTATUS_CLIPUNIONGEN1","features":[316]},{"name":"D3DSTATUS_CLIPUNIONGEN2","features":[316]},{"name":"D3DSTATUS_CLIPUNIONGEN3","features":[316]},{"name":"D3DSTATUS_CLIPUNIONGEN4","features":[316]},{"name":"D3DSTATUS_CLIPUNIONGEN5","features":[316]},{"name":"D3DSTATUS_CLIPUNIONLEFT","features":[316]},{"name":"D3DSTATUS_CLIPUNIONRIGHT","features":[316]},{"name":"D3DSTATUS_CLIPUNIONTOP","features":[316]},{"name":"D3DSTATUS_ZNOTVISIBLE","features":[316]},{"name":"D3DSTENCILCAPS_DECR","features":[316]},{"name":"D3DSTENCILCAPS_DECRSAT","features":[316]},{"name":"D3DSTENCILCAPS_INCR","features":[316]},{"name":"D3DSTENCILCAPS_INCRSAT","features":[316]},{"name":"D3DSTENCILCAPS_INVERT","features":[316]},{"name":"D3DSTENCILCAPS_KEEP","features":[316]},{"name":"D3DSTENCILCAPS_REPLACE","features":[316]},{"name":"D3DSTENCILCAPS_TWOSIDED","features":[316]},{"name":"D3DSTENCILCAPS_ZERO","features":[316]},{"name":"D3DSTENCILOP","features":[316]},{"name":"D3DSTENCILOP_DECR","features":[316]},{"name":"D3DSTENCILOP_DECRSAT","features":[316]},{"name":"D3DSTENCILOP_INCR","features":[316]},{"name":"D3DSTENCILOP_INCRSAT","features":[316]},{"name":"D3DSTENCILOP_INVERT","features":[316]},{"name":"D3DSTENCILOP_KEEP","features":[316]},{"name":"D3DSTENCILOP_REPLACE","features":[316]},{"name":"D3DSTENCILOP_ZERO","features":[316]},{"name":"D3DSTREAMSOURCE_INDEXEDDATA","features":[316]},{"name":"D3DSTREAMSOURCE_INSTANCEDATA","features":[316]},{"name":"D3DSTT_2D","features":[316]},{"name":"D3DSTT_CUBE","features":[316]},{"name":"D3DSTT_UNKNOWN","features":[316]},{"name":"D3DSTT_VOLUME","features":[316]},{"name":"D3DSURFACE_DESC","features":[316]},{"name":"D3DSWAPEFFECT","features":[316]},{"name":"D3DSWAPEFFECT_COPY","features":[316]},{"name":"D3DSWAPEFFECT_DISCARD","features":[316]},{"name":"D3DSWAPEFFECT_FLIP","features":[316]},{"name":"D3DSWAPEFFECT_FLIPEX","features":[316]},{"name":"D3DSWAPEFFECT_OVERLAY","features":[316]},{"name":"D3DTADDRESS_BORDER","features":[316]},{"name":"D3DTADDRESS_CLAMP","features":[316]},{"name":"D3DTADDRESS_MIRROR","features":[316]},{"name":"D3DTADDRESS_MIRRORONCE","features":[316]},{"name":"D3DTADDRESS_WRAP","features":[316]},{"name":"D3DTA_ALPHAREPLICATE","features":[316]},{"name":"D3DTA_COMPLEMENT","features":[316]},{"name":"D3DTA_CONSTANT","features":[316]},{"name":"D3DTA_CURRENT","features":[316]},{"name":"D3DTA_DIFFUSE","features":[316]},{"name":"D3DTA_SELECTMASK","features":[316]},{"name":"D3DTA_SPECULAR","features":[316]},{"name":"D3DTA_TEMP","features":[316]},{"name":"D3DTA_TEXTURE","features":[316]},{"name":"D3DTA_TFACTOR","features":[316]},{"name":"D3DTBLEND_ADD","features":[316]},{"name":"D3DTBLEND_COPY","features":[316]},{"name":"D3DTBLEND_DECAL","features":[316]},{"name":"D3DTBLEND_DECALALPHA","features":[316]},{"name":"D3DTBLEND_DECALMASK","features":[316]},{"name":"D3DTBLEND_MODULATE","features":[316]},{"name":"D3DTBLEND_MODULATEALPHA","features":[316]},{"name":"D3DTBLEND_MODULATEMASK","features":[316]},{"name":"D3DTEXF_ANISOTROPIC","features":[316]},{"name":"D3DTEXF_CONVOLUTIONMONO","features":[316]},{"name":"D3DTEXF_GAUSSIANQUAD","features":[316]},{"name":"D3DTEXF_LINEAR","features":[316]},{"name":"D3DTEXF_NONE","features":[316]},{"name":"D3DTEXF_POINT","features":[316]},{"name":"D3DTEXF_PYRAMIDALQUAD","features":[316]},{"name":"D3DTEXOPCAPS_ADD","features":[316]},{"name":"D3DTEXOPCAPS_ADDSIGNED","features":[316]},{"name":"D3DTEXOPCAPS_ADDSIGNED2X","features":[316]},{"name":"D3DTEXOPCAPS_ADDSMOOTH","features":[316]},{"name":"D3DTEXOPCAPS_BLENDCURRENTALPHA","features":[316]},{"name":"D3DTEXOPCAPS_BLENDDIFFUSEALPHA","features":[316]},{"name":"D3DTEXOPCAPS_BLENDFACTORALPHA","features":[316]},{"name":"D3DTEXOPCAPS_BLENDTEXTUREALPHA","features":[316]},{"name":"D3DTEXOPCAPS_BLENDTEXTUREALPHAPM","features":[316]},{"name":"D3DTEXOPCAPS_BUMPENVMAP","features":[316]},{"name":"D3DTEXOPCAPS_BUMPENVMAPLUMINANCE","features":[316]},{"name":"D3DTEXOPCAPS_DISABLE","features":[316]},{"name":"D3DTEXOPCAPS_DOTPRODUCT3","features":[316]},{"name":"D3DTEXOPCAPS_LERP","features":[316]},{"name":"D3DTEXOPCAPS_MODULATE","features":[316]},{"name":"D3DTEXOPCAPS_MODULATE2X","features":[316]},{"name":"D3DTEXOPCAPS_MODULATE4X","features":[316]},{"name":"D3DTEXOPCAPS_MODULATEALPHA_ADDCOLOR","features":[316]},{"name":"D3DTEXOPCAPS_MODULATECOLOR_ADDALPHA","features":[316]},{"name":"D3DTEXOPCAPS_MODULATEINVALPHA_ADDCOLOR","features":[316]},{"name":"D3DTEXOPCAPS_MODULATEINVCOLOR_ADDALPHA","features":[316]},{"name":"D3DTEXOPCAPS_MULTIPLYADD","features":[316]},{"name":"D3DTEXOPCAPS_PREMODULATE","features":[316]},{"name":"D3DTEXOPCAPS_SELECTARG1","features":[316]},{"name":"D3DTEXOPCAPS_SELECTARG2","features":[316]},{"name":"D3DTEXOPCAPS_SUBTRACT","features":[316]},{"name":"D3DTEXTUREADDRESS","features":[316]},{"name":"D3DTEXTUREBLEND","features":[316]},{"name":"D3DTEXTUREFILTER","features":[316]},{"name":"D3DTEXTUREFILTERTYPE","features":[316]},{"name":"D3DTEXTURELOAD","features":[316]},{"name":"D3DTEXTUREMAGFILTER","features":[316]},{"name":"D3DTEXTUREMINFILTER","features":[316]},{"name":"D3DTEXTUREMIPFILTER","features":[316]},{"name":"D3DTEXTUREOP","features":[316]},{"name":"D3DTEXTURESTAGESTATETYPE","features":[316]},{"name":"D3DTEXTURETRANSFORMFLAGS","features":[316]},{"name":"D3DTFG_ANISOTROPIC","features":[316]},{"name":"D3DTFG_FLATCUBIC","features":[316]},{"name":"D3DTFG_GAUSSIANCUBIC","features":[316]},{"name":"D3DTFG_LINEAR","features":[316]},{"name":"D3DTFG_POINT","features":[316]},{"name":"D3DTFN_ANISOTROPIC","features":[316]},{"name":"D3DTFN_LINEAR","features":[316]},{"name":"D3DTFN_POINT","features":[316]},{"name":"D3DTFP_LINEAR","features":[316]},{"name":"D3DTFP_NONE","features":[316]},{"name":"D3DTFP_POINT","features":[316]},{"name":"D3DTLVERTEX","features":[316]},{"name":"D3DTOP_ADD","features":[316]},{"name":"D3DTOP_ADDSIGNED","features":[316]},{"name":"D3DTOP_ADDSIGNED2X","features":[316]},{"name":"D3DTOP_ADDSMOOTH","features":[316]},{"name":"D3DTOP_BLENDCURRENTALPHA","features":[316]},{"name":"D3DTOP_BLENDDIFFUSEALPHA","features":[316]},{"name":"D3DTOP_BLENDFACTORALPHA","features":[316]},{"name":"D3DTOP_BLENDTEXTUREALPHA","features":[316]},{"name":"D3DTOP_BLENDTEXTUREALPHAPM","features":[316]},{"name":"D3DTOP_BUMPENVMAP","features":[316]},{"name":"D3DTOP_BUMPENVMAPLUMINANCE","features":[316]},{"name":"D3DTOP_DISABLE","features":[316]},{"name":"D3DTOP_DOTPRODUCT3","features":[316]},{"name":"D3DTOP_LERP","features":[316]},{"name":"D3DTOP_MODULATE","features":[316]},{"name":"D3DTOP_MODULATE2X","features":[316]},{"name":"D3DTOP_MODULATE4X","features":[316]},{"name":"D3DTOP_MODULATEALPHA_ADDCOLOR","features":[316]},{"name":"D3DTOP_MODULATECOLOR_ADDALPHA","features":[316]},{"name":"D3DTOP_MODULATEINVALPHA_ADDCOLOR","features":[316]},{"name":"D3DTOP_MODULATEINVCOLOR_ADDALPHA","features":[316]},{"name":"D3DTOP_MULTIPLYADD","features":[316]},{"name":"D3DTOP_PREMODULATE","features":[316]},{"name":"D3DTOP_SELECTARG1","features":[316]},{"name":"D3DTOP_SELECTARG2","features":[316]},{"name":"D3DTOP_SUBTRACT","features":[316]},{"name":"D3DTRANSFORMCAPS","features":[316]},{"name":"D3DTRANSFORMCAPS_CLIP","features":[316]},{"name":"D3DTRANSFORMDATA","features":[316]},{"name":"D3DTRANSFORMSTATETYPE","features":[316]},{"name":"D3DTRANSFORM_CLIPPED","features":[316]},{"name":"D3DTRANSFORM_UNCLIPPED","features":[316]},{"name":"D3DTRIANGLE","features":[316]},{"name":"D3DTRIFLAG_EDGEENABLE1","features":[316]},{"name":"D3DTRIFLAG_EDGEENABLE2","features":[316]},{"name":"D3DTRIFLAG_EDGEENABLE3","features":[316]},{"name":"D3DTRIFLAG_EVEN","features":[316]},{"name":"D3DTRIFLAG_ODD","features":[316]},{"name":"D3DTRIFLAG_START","features":[316]},{"name":"D3DTRIPATCH_INFO","features":[316]},{"name":"D3DTSS_ALPHAARG0","features":[316]},{"name":"D3DTSS_ALPHAARG1","features":[316]},{"name":"D3DTSS_ALPHAARG2","features":[316]},{"name":"D3DTSS_ALPHAOP","features":[316]},{"name":"D3DTSS_BUMPENVLOFFSET","features":[316]},{"name":"D3DTSS_BUMPENVLSCALE","features":[316]},{"name":"D3DTSS_BUMPENVMAT00","features":[316]},{"name":"D3DTSS_BUMPENVMAT01","features":[316]},{"name":"D3DTSS_BUMPENVMAT10","features":[316]},{"name":"D3DTSS_BUMPENVMAT11","features":[316]},{"name":"D3DTSS_COLORARG0","features":[316]},{"name":"D3DTSS_COLORARG1","features":[316]},{"name":"D3DTSS_COLORARG2","features":[316]},{"name":"D3DTSS_COLOROP","features":[316]},{"name":"D3DTSS_CONSTANT","features":[316]},{"name":"D3DTSS_RESULTARG","features":[316]},{"name":"D3DTSS_TCI_CAMERASPACENORMAL","features":[316]},{"name":"D3DTSS_TCI_CAMERASPACEPOSITION","features":[316]},{"name":"D3DTSS_TCI_CAMERASPACEREFLECTIONVECTOR","features":[316]},{"name":"D3DTSS_TCI_PASSTHRU","features":[316]},{"name":"D3DTSS_TCI_SPHEREMAP","features":[316]},{"name":"D3DTSS_TEXCOORDINDEX","features":[316]},{"name":"D3DTSS_TEXTURETRANSFORMFLAGS","features":[316]},{"name":"D3DTS_PROJECTION","features":[316]},{"name":"D3DTS_TEXTURE0","features":[316]},{"name":"D3DTS_TEXTURE1","features":[316]},{"name":"D3DTS_TEXTURE2","features":[316]},{"name":"D3DTS_TEXTURE3","features":[316]},{"name":"D3DTS_TEXTURE4","features":[316]},{"name":"D3DTS_TEXTURE5","features":[316]},{"name":"D3DTS_TEXTURE6","features":[316]},{"name":"D3DTS_TEXTURE7","features":[316]},{"name":"D3DTS_VIEW","features":[316]},{"name":"D3DTTFF_COUNT1","features":[316]},{"name":"D3DTTFF_COUNT2","features":[316]},{"name":"D3DTTFF_COUNT3","features":[316]},{"name":"D3DTTFF_COUNT4","features":[316]},{"name":"D3DTTFF_DISABLE","features":[316]},{"name":"D3DTTFF_PROJECTED","features":[316]},{"name":"D3DUSAGE_AUTOGENMIPMAP","features":[316]},{"name":"D3DUSAGE_DEPTHSTENCIL","features":[316]},{"name":"D3DUSAGE_DMAP","features":[316]},{"name":"D3DUSAGE_DONOTCLIP","features":[316]},{"name":"D3DUSAGE_DYNAMIC","features":[316]},{"name":"D3DUSAGE_NONSECURE","features":[316]},{"name":"D3DUSAGE_NPATCHES","features":[316]},{"name":"D3DUSAGE_POINTS","features":[316]},{"name":"D3DUSAGE_QUERY_FILTER","features":[316]},{"name":"D3DUSAGE_QUERY_LEGACYBUMPMAP","features":[316]},{"name":"D3DUSAGE_QUERY_POSTPIXELSHADER_BLENDING","features":[316]},{"name":"D3DUSAGE_QUERY_SRGBREAD","features":[316]},{"name":"D3DUSAGE_QUERY_SRGBWRITE","features":[316]},{"name":"D3DUSAGE_QUERY_VERTEXTEXTURE","features":[316]},{"name":"D3DUSAGE_QUERY_WRAPANDMIP","features":[316]},{"name":"D3DUSAGE_RENDERTARGET","features":[316]},{"name":"D3DUSAGE_RESTRICTED_CONTENT","features":[316]},{"name":"D3DUSAGE_RESTRICT_SHARED_RESOURCE","features":[316]},{"name":"D3DUSAGE_RESTRICT_SHARED_RESOURCE_DRIVER","features":[316]},{"name":"D3DUSAGE_RTPATCHES","features":[316]},{"name":"D3DUSAGE_SOFTWAREPROCESSING","features":[316]},{"name":"D3DUSAGE_TEXTAPI","features":[316]},{"name":"D3DUSAGE_WRITEONLY","features":[316]},{"name":"D3DVBCAPS_DONOTCLIP","features":[316]},{"name":"D3DVBCAPS_OPTIMIZED","features":[316]},{"name":"D3DVBCAPS_SYSTEMMEMORY","features":[316]},{"name":"D3DVBCAPS_WRITEONLY","features":[316]},{"name":"D3DVBF_0WEIGHTS","features":[316]},{"name":"D3DVBF_1WEIGHTS","features":[316]},{"name":"D3DVBF_2WEIGHTS","features":[316]},{"name":"D3DVBF_3WEIGHTS","features":[316]},{"name":"D3DVBF_DISABLE","features":[316]},{"name":"D3DVBF_TWEENING","features":[316]},{"name":"D3DVERTEX","features":[316]},{"name":"D3DVERTEXBLENDFLAGS","features":[316]},{"name":"D3DVERTEXBUFFERDESC","features":[316]},{"name":"D3DVERTEXBUFFER_DESC","features":[316]},{"name":"D3DVERTEXELEMENT9","features":[316]},{"name":"D3DVERTEXTEXTURESAMPLER0","features":[316]},{"name":"D3DVERTEXTEXTURESAMPLER1","features":[316]},{"name":"D3DVERTEXTEXTURESAMPLER2","features":[316]},{"name":"D3DVERTEXTEXTURESAMPLER3","features":[316]},{"name":"D3DVERTEXTYPE","features":[316]},{"name":"D3DVIEWPORT","features":[316]},{"name":"D3DVIEWPORT2","features":[316]},{"name":"D3DVIEWPORT7","features":[316]},{"name":"D3DVIEWPORT9","features":[316]},{"name":"D3DVIS_INSIDE_BOTTOM","features":[316]},{"name":"D3DVIS_INSIDE_FAR","features":[316]},{"name":"D3DVIS_INSIDE_FRUSTUM","features":[316]},{"name":"D3DVIS_INSIDE_LEFT","features":[316]},{"name":"D3DVIS_INSIDE_NEAR","features":[316]},{"name":"D3DVIS_INSIDE_RIGHT","features":[316]},{"name":"D3DVIS_INSIDE_TOP","features":[316]},{"name":"D3DVIS_INTERSECT_BOTTOM","features":[316]},{"name":"D3DVIS_INTERSECT_FAR","features":[316]},{"name":"D3DVIS_INTERSECT_FRUSTUM","features":[316]},{"name":"D3DVIS_INTERSECT_LEFT","features":[316]},{"name":"D3DVIS_INTERSECT_NEAR","features":[316]},{"name":"D3DVIS_INTERSECT_RIGHT","features":[316]},{"name":"D3DVIS_INTERSECT_TOP","features":[316]},{"name":"D3DVIS_MASK_BOTTOM","features":[316]},{"name":"D3DVIS_MASK_FAR","features":[316]},{"name":"D3DVIS_MASK_FRUSTUM","features":[316]},{"name":"D3DVIS_MASK_LEFT","features":[316]},{"name":"D3DVIS_MASK_NEAR","features":[316]},{"name":"D3DVIS_MASK_RIGHT","features":[316]},{"name":"D3DVIS_MASK_TOP","features":[316]},{"name":"D3DVIS_OUTSIDE_BOTTOM","features":[316]},{"name":"D3DVIS_OUTSIDE_FAR","features":[316]},{"name":"D3DVIS_OUTSIDE_FRUSTUM","features":[316]},{"name":"D3DVIS_OUTSIDE_LEFT","features":[316]},{"name":"D3DVIS_OUTSIDE_NEAR","features":[316]},{"name":"D3DVIS_OUTSIDE_RIGHT","features":[316]},{"name":"D3DVIS_OUTSIDE_TOP","features":[316]},{"name":"D3DVOLUME_DESC","features":[316]},{"name":"D3DVOP_CLIP","features":[316]},{"name":"D3DVOP_EXTENTS","features":[316]},{"name":"D3DVOP_LIGHT","features":[316]},{"name":"D3DVOP_TRANSFORM","features":[316]},{"name":"D3DVS20CAPS_PREDICATION","features":[316]},{"name":"D3DVS20_MAX_DYNAMICFLOWCONTROLDEPTH","features":[316]},{"name":"D3DVS20_MAX_NUMTEMPS","features":[316]},{"name":"D3DVS20_MAX_STATICFLOWCONTROLDEPTH","features":[316]},{"name":"D3DVS20_MIN_DYNAMICFLOWCONTROLDEPTH","features":[316]},{"name":"D3DVS20_MIN_NUMTEMPS","features":[316]},{"name":"D3DVS20_MIN_STATICFLOWCONTROLDEPTH","features":[316]},{"name":"D3DVSHADERCAPS2_0","features":[316]},{"name":"D3DVS_ADDRESSMODE_SHIFT","features":[316]},{"name":"D3DVS_ADDRESSMODE_TYPE","features":[316]},{"name":"D3DVS_ADDRMODE_ABSOLUTE","features":[316]},{"name":"D3DVS_ADDRMODE_RELATIVE","features":[316]},{"name":"D3DVS_RASTOUT_OFFSETS","features":[316]},{"name":"D3DVS_SWIZZLE_MASK","features":[316]},{"name":"D3DVS_SWIZZLE_SHIFT","features":[316]},{"name":"D3DVTXPCAPS_DIRECTIONALLIGHTS","features":[316]},{"name":"D3DVTXPCAPS_LOCALVIEWER","features":[316]},{"name":"D3DVTXPCAPS_MATERIALSOURCE7","features":[316]},{"name":"D3DVTXPCAPS_NO_TEXGEN_NONLOCALVIEWER","features":[316]},{"name":"D3DVTXPCAPS_POSITIONALLIGHTS","features":[316]},{"name":"D3DVTXPCAPS_TEXGEN","features":[316]},{"name":"D3DVTXPCAPS_TEXGEN_SPHEREMAP","features":[316]},{"name":"D3DVTXPCAPS_TWEENING","features":[316]},{"name":"D3DVTXPCAPS_VERTEXFOG","features":[316]},{"name":"D3DVT_LVERTEX","features":[316]},{"name":"D3DVT_TLVERTEX","features":[316]},{"name":"D3DVT_VERTEX","features":[316]},{"name":"D3DWRAPCOORD_0","features":[316]},{"name":"D3DWRAPCOORD_1","features":[316]},{"name":"D3DWRAPCOORD_2","features":[316]},{"name":"D3DWRAPCOORD_3","features":[316]},{"name":"D3DWRAP_U","features":[316]},{"name":"D3DWRAP_V","features":[316]},{"name":"D3DWRAP_W","features":[316]},{"name":"D3DZBUFFERTYPE","features":[316]},{"name":"D3DZB_FALSE","features":[316]},{"name":"D3DZB_TRUE","features":[316]},{"name":"D3DZB_USEW","features":[316]},{"name":"D3D_MAX_SIMULTANEOUS_RENDERTARGETS","features":[316]},{"name":"D3D_OMAC","features":[316]},{"name":"D3D_OMAC_SIZE","features":[316]},{"name":"D3D_SDK_VERSION","features":[316]},{"name":"DIRECT3D_VERSION","features":[316]},{"name":"Direct3DCreate9","features":[316]},{"name":"Direct3DCreate9Ex","features":[316]},{"name":"IDirect3D9","features":[316]},{"name":"IDirect3D9Ex","features":[316]},{"name":"IDirect3DBaseTexture9","features":[316]},{"name":"IDirect3DCubeTexture9","features":[316]},{"name":"IDirect3DDevice9","features":[316]},{"name":"IDirect3DDevice9Ex","features":[316]},{"name":"IDirect3DIndexBuffer9","features":[316]},{"name":"IDirect3DPixelShader9","features":[316]},{"name":"IDirect3DQuery9","features":[316]},{"name":"IDirect3DResource9","features":[316]},{"name":"IDirect3DStateBlock9","features":[316]},{"name":"IDirect3DSurface9","features":[316]},{"name":"IDirect3DSwapChain9","features":[316]},{"name":"IDirect3DSwapChain9Ex","features":[316]},{"name":"IDirect3DTexture9","features":[316]},{"name":"IDirect3DVertexBuffer9","features":[316]},{"name":"IDirect3DVertexDeclaration9","features":[316]},{"name":"IDirect3DVertexShader9","features":[316]},{"name":"IDirect3DVolume9","features":[316]},{"name":"IDirect3DVolumeTexture9","features":[316]},{"name":"LPD3DENUMDEVICESCALLBACK","features":[307,316]},{"name":"LPD3DENUMDEVICESCALLBACK7","features":[316]},{"name":"LPD3DENUMPIXELFORMATSCALLBACK","features":[316,317]},{"name":"LPD3DENUMTEXTUREFORMATSCALLBACK","features":[316,317]},{"name":"LPD3DVALIDATECALLBACK","features":[316]},{"name":"MAXD3DDECLLENGTH","features":[316]},{"name":"MAXD3DDECLUSAGEINDEX","features":[316]},{"name":"MAX_DEVICE_IDENTIFIER_STRING","features":[316]},{"name":"PROCESSIDTYPE_DWM","features":[316]},{"name":"PROCESSIDTYPE_HANDLE","features":[316]},{"name":"PROCESSIDTYPE_UNKNOWN","features":[316]},{"name":"_FACD3D","features":[316]}],"408":[{"name":"D3D9ON12_ARGS","features":[307,408]},{"name":"Direct3DCreate9On12","features":[307,316,408]},{"name":"Direct3DCreate9On12Ex","features":[307,316,408]},{"name":"IDirect3DDevice9On12","features":[408]},{"name":"MAX_D3D9ON12_QUEUES","features":[408]},{"name":"PFN_Direct3DCreate9On12","features":[307,316,408]},{"name":"PFN_Direct3DCreate9On12Ex","features":[307,316,408]}],"409":[{"name":"COMPOSITIONOBJECT_READ","features":[409]},{"name":"COMPOSITIONOBJECT_WRITE","features":[409]},{"name":"COMPOSITION_FRAME_ID_COMPLETED","features":[409]},{"name":"COMPOSITION_FRAME_ID_CONFIRMED","features":[409]},{"name":"COMPOSITION_FRAME_ID_CREATED","features":[409]},{"name":"COMPOSITION_FRAME_ID_TYPE","features":[409]},{"name":"COMPOSITION_FRAME_STATS","features":[409]},{"name":"COMPOSITION_STATS","features":[409]},{"name":"COMPOSITION_STATS_MAX_TARGETS","features":[409]},{"name":"COMPOSITION_TARGET_ID","features":[307,409]},{"name":"COMPOSITION_TARGET_STATS","features":[409]},{"name":"DCOMPOSITION_BACKFACE_VISIBILITY","features":[409]},{"name":"DCOMPOSITION_BACKFACE_VISIBILITY_HIDDEN","features":[409]},{"name":"DCOMPOSITION_BACKFACE_VISIBILITY_INHERIT","features":[409]},{"name":"DCOMPOSITION_BACKFACE_VISIBILITY_VISIBLE","features":[409]},{"name":"DCOMPOSITION_BITMAP_INTERPOLATION_MODE","features":[409]},{"name":"DCOMPOSITION_BITMAP_INTERPOLATION_MODE_INHERIT","features":[409]},{"name":"DCOMPOSITION_BITMAP_INTERPOLATION_MODE_LINEAR","features":[409]},{"name":"DCOMPOSITION_BITMAP_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[409]},{"name":"DCOMPOSITION_BORDER_MODE","features":[409]},{"name":"DCOMPOSITION_BORDER_MODE_HARD","features":[409]},{"name":"DCOMPOSITION_BORDER_MODE_INHERIT","features":[409]},{"name":"DCOMPOSITION_BORDER_MODE_SOFT","features":[409]},{"name":"DCOMPOSITION_COMPOSITE_MODE","features":[409]},{"name":"DCOMPOSITION_COMPOSITE_MODE_DESTINATION_INVERT","features":[409]},{"name":"DCOMPOSITION_COMPOSITE_MODE_INHERIT","features":[409]},{"name":"DCOMPOSITION_COMPOSITE_MODE_MIN_BLEND","features":[409]},{"name":"DCOMPOSITION_COMPOSITE_MODE_SOURCE_OVER","features":[409]},{"name":"DCOMPOSITION_DEPTH_MODE","features":[409]},{"name":"DCOMPOSITION_DEPTH_MODE_INHERIT","features":[409]},{"name":"DCOMPOSITION_DEPTH_MODE_SORTED","features":[409]},{"name":"DCOMPOSITION_DEPTH_MODE_SPATIAL","features":[409]},{"name":"DCOMPOSITION_DEPTH_MODE_TREE","features":[409]},{"name":"DCOMPOSITION_FRAME_STATISTICS","features":[409,397]},{"name":"DCOMPOSITION_MAX_WAITFORCOMPOSITORCLOCK_OBJECTS","features":[409]},{"name":"DCOMPOSITION_OPACITY_MODE","features":[409]},{"name":"DCOMPOSITION_OPACITY_MODE_INHERIT","features":[409]},{"name":"DCOMPOSITION_OPACITY_MODE_LAYER","features":[409]},{"name":"DCOMPOSITION_OPACITY_MODE_MULTIPLY","features":[409]},{"name":"DCompositionAttachMouseDragToHwnd","features":[307,409]},{"name":"DCompositionAttachMouseWheelToHwnd","features":[307,409]},{"name":"DCompositionBoostCompositorClock","features":[307,409]},{"name":"DCompositionCreateDevice","features":[409,401]},{"name":"DCompositionCreateDevice2","features":[409]},{"name":"DCompositionCreateDevice3","features":[409]},{"name":"DCompositionCreateSurfaceHandle","features":[307,409,310]},{"name":"DCompositionGetFrameId","features":[409]},{"name":"DCompositionGetStatistics","features":[307,409]},{"name":"DCompositionGetTargetStatistics","features":[307,409]},{"name":"DCompositionInkTrailPoint","features":[409]},{"name":"DCompositionWaitForCompositorClock","features":[307,409]},{"name":"IDCompositionAffineTransform2DEffect","features":[409]},{"name":"IDCompositionAnimation","features":[409]},{"name":"IDCompositionArithmeticCompositeEffect","features":[409]},{"name":"IDCompositionBlendEffect","features":[409]},{"name":"IDCompositionBrightnessEffect","features":[409]},{"name":"IDCompositionClip","features":[409]},{"name":"IDCompositionColorMatrixEffect","features":[409]},{"name":"IDCompositionCompositeEffect","features":[409]},{"name":"IDCompositionDelegatedInkTrail","features":[409]},{"name":"IDCompositionDesktopDevice","features":[409]},{"name":"IDCompositionDevice","features":[409]},{"name":"IDCompositionDevice2","features":[409]},{"name":"IDCompositionDevice3","features":[409]},{"name":"IDCompositionDevice4","features":[409]},{"name":"IDCompositionDeviceDebug","features":[409]},{"name":"IDCompositionEffect","features":[409]},{"name":"IDCompositionEffectGroup","features":[409]},{"name":"IDCompositionFilterEffect","features":[409]},{"name":"IDCompositionGaussianBlurEffect","features":[409]},{"name":"IDCompositionHueRotationEffect","features":[409]},{"name":"IDCompositionInkTrailDevice","features":[409]},{"name":"IDCompositionLinearTransferEffect","features":[409]},{"name":"IDCompositionMatrixTransform","features":[409]},{"name":"IDCompositionMatrixTransform3D","features":[409]},{"name":"IDCompositionRectangleClip","features":[409]},{"name":"IDCompositionRotateTransform","features":[409]},{"name":"IDCompositionRotateTransform3D","features":[409]},{"name":"IDCompositionSaturationEffect","features":[409]},{"name":"IDCompositionScaleTransform","features":[409]},{"name":"IDCompositionScaleTransform3D","features":[409]},{"name":"IDCompositionShadowEffect","features":[409]},{"name":"IDCompositionSkewTransform","features":[409]},{"name":"IDCompositionSurface","features":[409]},{"name":"IDCompositionSurfaceFactory","features":[409]},{"name":"IDCompositionTableTransferEffect","features":[409]},{"name":"IDCompositionTarget","features":[409]},{"name":"IDCompositionTexture","features":[409]},{"name":"IDCompositionTransform","features":[409]},{"name":"IDCompositionTransform3D","features":[409]},{"name":"IDCompositionTranslateTransform","features":[409]},{"name":"IDCompositionTranslateTransform3D","features":[409]},{"name":"IDCompositionTurbulenceEffect","features":[409]},{"name":"IDCompositionVirtualSurface","features":[409]},{"name":"IDCompositionVisual","features":[409]},{"name":"IDCompositionVisual2","features":[409]},{"name":"IDCompositionVisual3","features":[409]},{"name":"IDCompositionVisualDebug","features":[409]}],"410":[{"name":"ACCESSRECTLIST","features":[307,317,318]},{"name":"ACCESSRECT_BROKEN","features":[317]},{"name":"ACCESSRECT_NOTHOLDINGWIN16LOCK","features":[317]},{"name":"ACCESSRECT_VRAMSTYLE","features":[317]},{"name":"ATTACHLIST","features":[307,317,318]},{"name":"CCHDEVICENAME","features":[317]},{"name":"CLSID_DirectDraw","features":[317]},{"name":"CLSID_DirectDraw7","features":[317]},{"name":"CLSID_DirectDrawClipper","features":[317]},{"name":"D3DFMT_INTERNAL_D15S1","features":[317]},{"name":"D3DFMT_INTERNAL_D24S8","features":[317]},{"name":"D3DFMT_INTERNAL_D24X8","features":[317]},{"name":"D3DFMT_INTERNAL_D32","features":[317]},{"name":"D3DFMT_INTERNAL_S1D15","features":[317]},{"name":"D3DFMT_INTERNAL_S8D24","features":[317]},{"name":"D3DFMT_INTERNAL_X8D24","features":[317]},{"name":"D3DFORMAT_MEMBEROFGROUP_ARGB","features":[317]},{"name":"D3DFORMAT_OP_3DACCELERATION","features":[317]},{"name":"D3DFORMAT_OP_AUTOGENMIPMAP","features":[317]},{"name":"D3DFORMAT_OP_BUMPMAP","features":[317]},{"name":"D3DFORMAT_OP_CONVERT_TO_ARGB","features":[317]},{"name":"D3DFORMAT_OP_CUBETEXTURE","features":[317]},{"name":"D3DFORMAT_OP_DISPLAYMODE","features":[317]},{"name":"D3DFORMAT_OP_DMAP","features":[317]},{"name":"D3DFORMAT_OP_NOALPHABLEND","features":[317]},{"name":"D3DFORMAT_OP_NOFILTER","features":[317]},{"name":"D3DFORMAT_OP_NOTEXCOORDWRAPNORMIP","features":[317]},{"name":"D3DFORMAT_OP_OFFSCREENPLAIN","features":[317]},{"name":"D3DFORMAT_OP_OFFSCREEN_RENDERTARGET","features":[317]},{"name":"D3DFORMAT_OP_PIXELSIZE","features":[317]},{"name":"D3DFORMAT_OP_SAME_FORMAT_RENDERTARGET","features":[317]},{"name":"D3DFORMAT_OP_SAME_FORMAT_UP_TO_ALPHA_RENDERTARGET","features":[317]},{"name":"D3DFORMAT_OP_SRGBREAD","features":[317]},{"name":"D3DFORMAT_OP_SRGBWRITE","features":[317]},{"name":"D3DFORMAT_OP_TEXTURE","features":[317]},{"name":"D3DFORMAT_OP_VERTEXTEXTURE","features":[317]},{"name":"D3DFORMAT_OP_VOLUMETEXTURE","features":[317]},{"name":"D3DFORMAT_OP_ZSTENCIL","features":[317]},{"name":"D3DFORMAT_OP_ZSTENCIL_WITH_ARBITRARY_COLOR_DEPTH","features":[317]},{"name":"DBLNODE","features":[307,317,318]},{"name":"DCICOMMAND","features":[317]},{"name":"DD32BITDRIVERDATA","features":[317]},{"name":"DDABLT_SRCOVERDEST","features":[317]},{"name":"DDAL_IMPLICIT","features":[317]},{"name":"DDARGB","features":[317]},{"name":"DDBD_1","features":[317]},{"name":"DDBD_16","features":[317]},{"name":"DDBD_2","features":[317]},{"name":"DDBD_24","features":[317]},{"name":"DDBD_32","features":[317]},{"name":"DDBD_4","features":[317]},{"name":"DDBD_8","features":[317]},{"name":"DDBLTBATCH","features":[307,317]},{"name":"DDBLTFAST_DESTCOLORKEY","features":[317]},{"name":"DDBLTFAST_DONOTWAIT","features":[317]},{"name":"DDBLTFAST_NOCOLORKEY","features":[317]},{"name":"DDBLTFAST_SRCCOLORKEY","features":[317]},{"name":"DDBLTFAST_WAIT","features":[317]},{"name":"DDBLTFX","features":[317]},{"name":"DDBLTFX_ARITHSTRETCHY","features":[317]},{"name":"DDBLTFX_MIRRORLEFTRIGHT","features":[317]},{"name":"DDBLTFX_MIRRORUPDOWN","features":[317]},{"name":"DDBLTFX_NOTEARING","features":[317]},{"name":"DDBLTFX_ROTATE180","features":[317]},{"name":"DDBLTFX_ROTATE270","features":[317]},{"name":"DDBLTFX_ROTATE90","features":[317]},{"name":"DDBLTFX_ZBUFFERBASEDEST","features":[317]},{"name":"DDBLTFX_ZBUFFERRANGE","features":[317]},{"name":"DDBLT_AFLAGS","features":[317]},{"name":"DDBLT_ALPHADEST","features":[317]},{"name":"DDBLT_ALPHADESTCONSTOVERRIDE","features":[317]},{"name":"DDBLT_ALPHADESTNEG","features":[317]},{"name":"DDBLT_ALPHADESTSURFACEOVERRIDE","features":[317]},{"name":"DDBLT_ALPHAEDGEBLEND","features":[317]},{"name":"DDBLT_ALPHASRC","features":[317]},{"name":"DDBLT_ALPHASRCCONSTOVERRIDE","features":[317]},{"name":"DDBLT_ALPHASRCNEG","features":[317]},{"name":"DDBLT_ALPHASRCSURFACEOVERRIDE","features":[317]},{"name":"DDBLT_ASYNC","features":[317]},{"name":"DDBLT_COLORFILL","features":[317]},{"name":"DDBLT_DDFX","features":[317]},{"name":"DDBLT_DDROPS","features":[317]},{"name":"DDBLT_DEPTHFILL","features":[317]},{"name":"DDBLT_DONOTWAIT","features":[317]},{"name":"DDBLT_EXTENDED_FLAGS","features":[317]},{"name":"DDBLT_EXTENDED_LINEAR_CONTENT","features":[317]},{"name":"DDBLT_KEYDEST","features":[317]},{"name":"DDBLT_KEYDESTOVERRIDE","features":[317]},{"name":"DDBLT_KEYSRC","features":[317]},{"name":"DDBLT_KEYSRCOVERRIDE","features":[317]},{"name":"DDBLT_LAST_PRESENTATION","features":[317]},{"name":"DDBLT_PRESENTATION","features":[317]},{"name":"DDBLT_ROP","features":[317]},{"name":"DDBLT_ROTATIONANGLE","features":[317]},{"name":"DDBLT_WAIT","features":[317]},{"name":"DDBLT_ZBUFFER","features":[317]},{"name":"DDBLT_ZBUFFERDESTCONSTOVERRIDE","features":[317]},{"name":"DDBLT_ZBUFFERDESTOVERRIDE","features":[317]},{"name":"DDBLT_ZBUFFERSRCCONSTOVERRIDE","features":[317]},{"name":"DDBLT_ZBUFFERSRCOVERRIDE","features":[317]},{"name":"DDBOBNEXTFIELDINFO","features":[317]},{"name":"DDCAPS2_AUTOFLIPOVERLAY","features":[317]},{"name":"DDCAPS2_CANAUTOGENMIPMAP","features":[317]},{"name":"DDCAPS2_CANBOBHARDWARE","features":[317]},{"name":"DDCAPS2_CANBOBINTERLEAVED","features":[317]},{"name":"DDCAPS2_CANBOBNONINTERLEAVED","features":[317]},{"name":"DDCAPS2_CANCALIBRATEGAMMA","features":[317]},{"name":"DDCAPS2_CANDROPZ16BIT","features":[317]},{"name":"DDCAPS2_CANFLIPODDEVEN","features":[317]},{"name":"DDCAPS2_CANMANAGERESOURCE","features":[317]},{"name":"DDCAPS2_CANMANAGETEXTURE","features":[317]},{"name":"DDCAPS2_CANRENDERWINDOWED","features":[317]},{"name":"DDCAPS2_CANSHARERESOURCE","features":[317]},{"name":"DDCAPS2_CERTIFIED","features":[317]},{"name":"DDCAPS2_COLORCONTROLOVERLAY","features":[317]},{"name":"DDCAPS2_COLORCONTROLPRIMARY","features":[317]},{"name":"DDCAPS2_COPYFOURCC","features":[317]},{"name":"DDCAPS2_DYNAMICTEXTURES","features":[317]},{"name":"DDCAPS2_FLIPINTERVAL","features":[317]},{"name":"DDCAPS2_FLIPNOVSYNC","features":[317]},{"name":"DDCAPS2_NO2DDURING3DSCENE","features":[317]},{"name":"DDCAPS2_NONLOCALVIDMEM","features":[317]},{"name":"DDCAPS2_NONLOCALVIDMEMCAPS","features":[317]},{"name":"DDCAPS2_NOPAGELOCKREQUIRED","features":[317]},{"name":"DDCAPS2_PRIMARYGAMMA","features":[317]},{"name":"DDCAPS2_RESERVED1","features":[317]},{"name":"DDCAPS2_STEREO","features":[317]},{"name":"DDCAPS2_SYSTONONLOCAL_AS_SYSTOLOCAL","features":[317]},{"name":"DDCAPS2_TEXMANINNONLOCALVIDMEM","features":[317]},{"name":"DDCAPS2_VIDEOPORT","features":[317]},{"name":"DDCAPS2_WIDESURFACES","features":[317]},{"name":"DDCAPS_3D","features":[317]},{"name":"DDCAPS_ALIGNBOUNDARYDEST","features":[317]},{"name":"DDCAPS_ALIGNBOUNDARYSRC","features":[317]},{"name":"DDCAPS_ALIGNSIZEDEST","features":[317]},{"name":"DDCAPS_ALIGNSIZESRC","features":[317]},{"name":"DDCAPS_ALIGNSTRIDE","features":[317]},{"name":"DDCAPS_ALPHA","features":[317]},{"name":"DDCAPS_BANKSWITCHED","features":[317]},{"name":"DDCAPS_BLT","features":[317]},{"name":"DDCAPS_BLTCOLORFILL","features":[317]},{"name":"DDCAPS_BLTDEPTHFILL","features":[317]},{"name":"DDCAPS_BLTFOURCC","features":[317]},{"name":"DDCAPS_BLTQUEUE","features":[317]},{"name":"DDCAPS_BLTSTRETCH","features":[317]},{"name":"DDCAPS_CANBLTSYSMEM","features":[317]},{"name":"DDCAPS_CANCLIP","features":[317]},{"name":"DDCAPS_CANCLIPSTRETCHED","features":[317]},{"name":"DDCAPS_COLORKEY","features":[317]},{"name":"DDCAPS_COLORKEYHWASSIST","features":[317]},{"name":"DDCAPS_DX1","features":[317]},{"name":"DDCAPS_DX3","features":[317]},{"name":"DDCAPS_DX5","features":[317]},{"name":"DDCAPS_DX6","features":[317]},{"name":"DDCAPS_DX7","features":[317]},{"name":"DDCAPS_GDI","features":[317]},{"name":"DDCAPS_NOHARDWARE","features":[317]},{"name":"DDCAPS_OVERLAY","features":[317]},{"name":"DDCAPS_OVERLAYCANTCLIP","features":[317]},{"name":"DDCAPS_OVERLAYFOURCC","features":[317]},{"name":"DDCAPS_OVERLAYSTRETCH","features":[317]},{"name":"DDCAPS_PALETTE","features":[317]},{"name":"DDCAPS_PALETTEVSYNC","features":[317]},{"name":"DDCAPS_READSCANLINE","features":[317]},{"name":"DDCAPS_RESERVED1","features":[317]},{"name":"DDCAPS_VBI","features":[317]},{"name":"DDCAPS_ZBLTS","features":[317]},{"name":"DDCAPS_ZOVERLAYS","features":[317]},{"name":"DDCKEYCAPS_DESTBLT","features":[317]},{"name":"DDCKEYCAPS_DESTBLTCLRSPACE","features":[317]},{"name":"DDCKEYCAPS_DESTBLTCLRSPACEYUV","features":[317]},{"name":"DDCKEYCAPS_DESTBLTYUV","features":[317]},{"name":"DDCKEYCAPS_DESTOVERLAY","features":[317]},{"name":"DDCKEYCAPS_DESTOVERLAYCLRSPACE","features":[317]},{"name":"DDCKEYCAPS_DESTOVERLAYCLRSPACEYUV","features":[317]},{"name":"DDCKEYCAPS_DESTOVERLAYONEACTIVE","features":[317]},{"name":"DDCKEYCAPS_DESTOVERLAYYUV","features":[317]},{"name":"DDCKEYCAPS_NOCOSTOVERLAY","features":[317]},{"name":"DDCKEYCAPS_SRCBLT","features":[317]},{"name":"DDCKEYCAPS_SRCBLTCLRSPACE","features":[317]},{"name":"DDCKEYCAPS_SRCBLTCLRSPACEYUV","features":[317]},{"name":"DDCKEYCAPS_SRCBLTYUV","features":[317]},{"name":"DDCKEYCAPS_SRCOVERLAY","features":[317]},{"name":"DDCKEYCAPS_SRCOVERLAYCLRSPACE","features":[317]},{"name":"DDCKEYCAPS_SRCOVERLAYCLRSPACEYUV","features":[317]},{"name":"DDCKEYCAPS_SRCOVERLAYONEACTIVE","features":[317]},{"name":"DDCKEYCAPS_SRCOVERLAYYUV","features":[317]},{"name":"DDCKEY_COLORSPACE","features":[317]},{"name":"DDCKEY_DESTBLT","features":[317]},{"name":"DDCKEY_DESTOVERLAY","features":[317]},{"name":"DDCKEY_SRCBLT","features":[317]},{"name":"DDCKEY_SRCOVERLAY","features":[317]},{"name":"DDCOLORCONTROL","features":[317]},{"name":"DDCOLORKEY","features":[317]},{"name":"DDCOLOR_BRIGHTNESS","features":[317]},{"name":"DDCOLOR_COLORENABLE","features":[317]},{"name":"DDCOLOR_CONTRAST","features":[317]},{"name":"DDCOLOR_GAMMA","features":[317]},{"name":"DDCOLOR_HUE","features":[317]},{"name":"DDCOLOR_SATURATION","features":[317]},{"name":"DDCOLOR_SHARPNESS","features":[317]},{"name":"DDCOMPBUFFERINFO","features":[317]},{"name":"DDCORECAPS","features":[317]},{"name":"DDCREATEDRIVEROBJECT","features":[317]},{"name":"DDCREATE_EMULATIONONLY","features":[317]},{"name":"DDCREATE_HARDWAREONLY","features":[317]},{"name":"DDDEVICEIDENTIFIER","features":[317]},{"name":"DDDEVICEIDENTIFIER2","features":[317]},{"name":"DDEDM_REFRESHRATES","features":[317]},{"name":"DDEDM_STANDARDVGAMODES","features":[317]},{"name":"DDEM_MODEFAILED","features":[317]},{"name":"DDEM_MODEPASSED","features":[317]},{"name":"DDENABLEIRQINFO","features":[317]},{"name":"DDENUMOVERLAYZ_BACKTOFRONT","features":[317]},{"name":"DDENUMOVERLAYZ_FRONTTOBACK","features":[317]},{"name":"DDENUMRET_CANCEL","features":[317]},{"name":"DDENUMRET_OK","features":[317]},{"name":"DDENUMSURFACES_ALL","features":[317]},{"name":"DDENUMSURFACES_CANBECREATED","features":[317]},{"name":"DDENUMSURFACES_DOESEXIST","features":[317]},{"name":"DDENUMSURFACES_MATCH","features":[317]},{"name":"DDENUMSURFACES_NOMATCH","features":[317]},{"name":"DDENUM_ATTACHEDSECONDARYDEVICES","features":[317]},{"name":"DDENUM_DETACHEDSECONDARYDEVICES","features":[317]},{"name":"DDENUM_NONDISPLAYDEVICES","features":[317]},{"name":"DDERR_NOTINITIALIZED","features":[317]},{"name":"DDFLIPOVERLAYINFO","features":[317]},{"name":"DDFLIPVIDEOPORTINFO","features":[317]},{"name":"DDFLIP_DONOTWAIT","features":[317]},{"name":"DDFLIP_EVEN","features":[317]},{"name":"DDFLIP_INTERVAL2","features":[317]},{"name":"DDFLIP_INTERVAL3","features":[317]},{"name":"DDFLIP_INTERVAL4","features":[317]},{"name":"DDFLIP_NOVSYNC","features":[317]},{"name":"DDFLIP_ODD","features":[317]},{"name":"DDFLIP_STEREO","features":[317]},{"name":"DDFLIP_WAIT","features":[317]},{"name":"DDFXALPHACAPS_BLTALPHAEDGEBLEND","features":[317]},{"name":"DDFXALPHACAPS_BLTALPHAPIXELS","features":[317]},{"name":"DDFXALPHACAPS_BLTALPHAPIXELSNEG","features":[317]},{"name":"DDFXALPHACAPS_BLTALPHASURFACES","features":[317]},{"name":"DDFXALPHACAPS_BLTALPHASURFACESNEG","features":[317]},{"name":"DDFXALPHACAPS_OVERLAYALPHAEDGEBLEND","features":[317]},{"name":"DDFXALPHACAPS_OVERLAYALPHAPIXELS","features":[317]},{"name":"DDFXALPHACAPS_OVERLAYALPHAPIXELSNEG","features":[317]},{"name":"DDFXALPHACAPS_OVERLAYALPHASURFACES","features":[317]},{"name":"DDFXALPHACAPS_OVERLAYALPHASURFACESNEG","features":[317]},{"name":"DDFXCAPS_BLTALPHA","features":[317]},{"name":"DDFXCAPS_BLTARITHSTRETCHY","features":[317]},{"name":"DDFXCAPS_BLTARITHSTRETCHYN","features":[317]},{"name":"DDFXCAPS_BLTFILTER","features":[317]},{"name":"DDFXCAPS_BLTMIRRORLEFTRIGHT","features":[317]},{"name":"DDFXCAPS_BLTMIRRORUPDOWN","features":[317]},{"name":"DDFXCAPS_BLTROTATION","features":[317]},{"name":"DDFXCAPS_BLTROTATION90","features":[317]},{"name":"DDFXCAPS_BLTSHRINKX","features":[317]},{"name":"DDFXCAPS_BLTSHRINKXN","features":[317]},{"name":"DDFXCAPS_BLTSHRINKY","features":[317]},{"name":"DDFXCAPS_BLTSHRINKYN","features":[317]},{"name":"DDFXCAPS_BLTSTRETCHX","features":[317]},{"name":"DDFXCAPS_BLTSTRETCHXN","features":[317]},{"name":"DDFXCAPS_BLTSTRETCHY","features":[317]},{"name":"DDFXCAPS_BLTSTRETCHYN","features":[317]},{"name":"DDFXCAPS_OVERLAYALPHA","features":[317]},{"name":"DDFXCAPS_OVERLAYARITHSTRETCHY","features":[317]},{"name":"DDFXCAPS_OVERLAYARITHSTRETCHYN","features":[317]},{"name":"DDFXCAPS_OVERLAYDEINTERLACE","features":[317]},{"name":"DDFXCAPS_OVERLAYFILTER","features":[317]},{"name":"DDFXCAPS_OVERLAYMIRRORLEFTRIGHT","features":[317]},{"name":"DDFXCAPS_OVERLAYMIRRORUPDOWN","features":[317]},{"name":"DDFXCAPS_OVERLAYSHRINKX","features":[317]},{"name":"DDFXCAPS_OVERLAYSHRINKXN","features":[317]},{"name":"DDFXCAPS_OVERLAYSHRINKY","features":[317]},{"name":"DDFXCAPS_OVERLAYSHRINKYN","features":[317]},{"name":"DDFXCAPS_OVERLAYSTRETCHX","features":[317]},{"name":"DDFXCAPS_OVERLAYSTRETCHXN","features":[317]},{"name":"DDFXCAPS_OVERLAYSTRETCHY","features":[317]},{"name":"DDFXCAPS_OVERLAYSTRETCHYN","features":[317]},{"name":"DDGAMMARAMP","features":[317]},{"name":"DDGBS_CANBLT","features":[317]},{"name":"DDGBS_ISBLTDONE","features":[317]},{"name":"DDGDI_GETHOSTIDENTIFIER","features":[317]},{"name":"DDGET32BITDRIVERNAME","features":[317]},{"name":"DDGETCURRENTAUTOFLIPININFO","features":[317]},{"name":"DDGETCURRENTAUTOFLIPOUTINFO","features":[317]},{"name":"DDGETIRQINFO","features":[317]},{"name":"DDGETPOLARITYININFO","features":[317]},{"name":"DDGETPOLARITYOUTINFO","features":[317]},{"name":"DDGETPREVIOUSAUTOFLIPININFO","features":[317]},{"name":"DDGETPREVIOUSAUTOFLIPOUTINFO","features":[317]},{"name":"DDGETTRANSFERSTATUSOUTINFO","features":[317]},{"name":"DDGFS_CANFLIP","features":[317]},{"name":"DDGFS_ISFLIPDONE","features":[317]},{"name":"DDHALDDRAWFNS","features":[307,317,318]},{"name":"DDHALINFO","features":[307,317,318]},{"name":"DDHALINFO_GETDRIVERINFO2","features":[317]},{"name":"DDHALINFO_GETDRIVERINFOSET","features":[317]},{"name":"DDHALINFO_ISPRIMARYDISPLAY","features":[317]},{"name":"DDHALINFO_MODEXILLEGAL","features":[317]},{"name":"DDHALMODEINFO","features":[317]},{"name":"DDHAL_ADDATTACHEDSURFACEDATA","features":[307,317,318]},{"name":"DDHAL_APP_DLLNAME","features":[317]},{"name":"DDHAL_BEGINMOCOMPFRAMEDATA","features":[307,317,318]},{"name":"DDHAL_BLTDATA","features":[307,317,318]},{"name":"DDHAL_CALLBACKS","features":[307,317,318]},{"name":"DDHAL_CANCREATESURFACEDATA","features":[307,317,318]},{"name":"DDHAL_CANCREATEVPORTDATA","features":[307,317,318]},{"name":"DDHAL_CB32_CANCREATESURFACE","features":[317]},{"name":"DDHAL_CB32_CREATEPALETTE","features":[317]},{"name":"DDHAL_CB32_CREATESURFACE","features":[317]},{"name":"DDHAL_CB32_DESTROYDRIVER","features":[317]},{"name":"DDHAL_CB32_FLIPTOGDISURFACE","features":[317]},{"name":"DDHAL_CB32_GETSCANLINE","features":[317]},{"name":"DDHAL_CB32_MAPMEMORY","features":[317]},{"name":"DDHAL_CB32_SETCOLORKEY","features":[317]},{"name":"DDHAL_CB32_SETEXCLUSIVEMODE","features":[317]},{"name":"DDHAL_CB32_SETMODE","features":[317]},{"name":"DDHAL_CB32_WAITFORVERTICALBLANK","features":[317]},{"name":"DDHAL_COLORCONTROLDATA","features":[307,317,318]},{"name":"DDHAL_COLOR_COLORCONTROL","features":[317]},{"name":"DDHAL_CREATEMOCOMPDATA","features":[307,317,318]},{"name":"DDHAL_CREATEPALETTEDATA","features":[307,317,318]},{"name":"DDHAL_CREATESURFACEDATA","features":[307,317,318]},{"name":"DDHAL_CREATESURFACEEXDATA","features":[307,317,318]},{"name":"DDHAL_CREATESURFACEEX_SWAPHANDLES","features":[317]},{"name":"DDHAL_CREATEVPORTDATA","features":[307,317,318]},{"name":"DDHAL_D3DBUFCB32_CANCREATED3DBUF","features":[317]},{"name":"DDHAL_D3DBUFCB32_CREATED3DBUF","features":[317]},{"name":"DDHAL_D3DBUFCB32_DESTROYD3DBUF","features":[317]},{"name":"DDHAL_D3DBUFCB32_LOCKD3DBUF","features":[317]},{"name":"DDHAL_D3DBUFCB32_UNLOCKD3DBUF","features":[317]},{"name":"DDHAL_DDCALLBACKS","features":[307,317,318]},{"name":"DDHAL_DDCOLORCONTROLCALLBACKS","features":[307,317,318]},{"name":"DDHAL_DDEXEBUFCALLBACKS","features":[307,317,318]},{"name":"DDHAL_DDKERNELCALLBACKS","features":[307,317,318]},{"name":"DDHAL_DDMISCELLANEOUS2CALLBACKS","features":[307,317,318]},{"name":"DDHAL_DDMISCELLANEOUSCALLBACKS","features":[307,317,318]},{"name":"DDHAL_DDMOTIONCOMPCALLBACKS","features":[307,317,318]},{"name":"DDHAL_DDPALETTECALLBACKS","features":[307,317,318]},{"name":"DDHAL_DDSURFACECALLBACKS","features":[307,317,318]},{"name":"DDHAL_DDVIDEOPORTCALLBACKS","features":[307,317,318]},{"name":"DDHAL_DESTROYDDLOCALDATA","features":[307,317,318]},{"name":"DDHAL_DESTROYDRIVERDATA","features":[307,317,318]},{"name":"DDHAL_DESTROYMOCOMPDATA","features":[307,317,318]},{"name":"DDHAL_DESTROYPALETTEDATA","features":[307,317,318]},{"name":"DDHAL_DESTROYSURFACEDATA","features":[307,317,318]},{"name":"DDHAL_DESTROYVPORTDATA","features":[307,317,318]},{"name":"DDHAL_DRIVER_DLLNAME","features":[317]},{"name":"DDHAL_DRIVER_HANDLED","features":[317]},{"name":"DDHAL_DRIVER_NOCKEYHW","features":[317]},{"name":"DDHAL_DRIVER_NOTHANDLED","features":[317]},{"name":"DDHAL_DRVSETCOLORKEYDATA","features":[307,317,318]},{"name":"DDHAL_ENDMOCOMPFRAMEDATA","features":[307,317,318]},{"name":"DDHAL_EXEBUFCB32_CANCREATEEXEBUF","features":[317]},{"name":"DDHAL_EXEBUFCB32_CREATEEXEBUF","features":[317]},{"name":"DDHAL_EXEBUFCB32_DESTROYEXEBUF","features":[317]},{"name":"DDHAL_EXEBUFCB32_LOCKEXEBUF","features":[317]},{"name":"DDHAL_EXEBUFCB32_UNLOCKEXEBUF","features":[317]},{"name":"DDHAL_FLIPDATA","features":[307,317,318]},{"name":"DDHAL_FLIPTOGDISURFACEDATA","features":[307,317,318]},{"name":"DDHAL_FLIPVPORTDATA","features":[307,317,318]},{"name":"DDHAL_GETAVAILDRIVERMEMORYDATA","features":[307,317,318]},{"name":"DDHAL_GETBLTSTATUSDATA","features":[307,317,318]},{"name":"DDHAL_GETDRIVERINFODATA","features":[317]},{"name":"DDHAL_GETDRIVERSTATEDATA","features":[317]},{"name":"DDHAL_GETFLIPSTATUSDATA","features":[307,317,318]},{"name":"DDHAL_GETHEAPALIGNMENTDATA","features":[317]},{"name":"DDHAL_GETINTERNALMOCOMPDATA","features":[307,317,318]},{"name":"DDHAL_GETMOCOMPCOMPBUFFDATA","features":[307,317,318]},{"name":"DDHAL_GETMOCOMPFORMATSDATA","features":[307,317,318]},{"name":"DDHAL_GETMOCOMPGUIDSDATA","features":[307,317,318]},{"name":"DDHAL_GETSCANLINEDATA","features":[307,317,318]},{"name":"DDHAL_GETVPORTBANDWIDTHDATA","features":[307,317,318]},{"name":"DDHAL_GETVPORTCONNECTDATA","features":[307,317,318]},{"name":"DDHAL_GETVPORTFIELDDATA","features":[307,317,318]},{"name":"DDHAL_GETVPORTFLIPSTATUSDATA","features":[307,317,318]},{"name":"DDHAL_GETVPORTINPUTFORMATDATA","features":[307,317,318]},{"name":"DDHAL_GETVPORTLINEDATA","features":[307,317,318]},{"name":"DDHAL_GETVPORTOUTPUTFORMATDATA","features":[307,317,318]},{"name":"DDHAL_GETVPORTSIGNALDATA","features":[307,317,318]},{"name":"DDHAL_KERNEL_SYNCSURFACEDATA","features":[317]},{"name":"DDHAL_KERNEL_SYNCVIDEOPORTDATA","features":[317]},{"name":"DDHAL_LOCKDATA","features":[307,317,318]},{"name":"DDHAL_MISC2CB32_ALPHABLT","features":[317]},{"name":"DDHAL_MISC2CB32_CREATESURFACEEX","features":[317]},{"name":"DDHAL_MISC2CB32_DESTROYDDLOCAL","features":[317]},{"name":"DDHAL_MISC2CB32_GETDRIVERSTATE","features":[317]},{"name":"DDHAL_MISCCB32_GETAVAILDRIVERMEMORY","features":[317]},{"name":"DDHAL_MISCCB32_GETHEAPALIGNMENT","features":[317]},{"name":"DDHAL_MISCCB32_GETSYSMEMBLTSTATUS","features":[317]},{"name":"DDHAL_MISCCB32_UPDATENONLOCALHEAP","features":[317]},{"name":"DDHAL_MOCOMP32_BEGINFRAME","features":[317]},{"name":"DDHAL_MOCOMP32_CREATE","features":[317]},{"name":"DDHAL_MOCOMP32_DESTROY","features":[317]},{"name":"DDHAL_MOCOMP32_ENDFRAME","features":[317]},{"name":"DDHAL_MOCOMP32_GETCOMPBUFFINFO","features":[317]},{"name":"DDHAL_MOCOMP32_GETFORMATS","features":[317]},{"name":"DDHAL_MOCOMP32_GETGUIDS","features":[317]},{"name":"DDHAL_MOCOMP32_GETINTERNALINFO","features":[317]},{"name":"DDHAL_MOCOMP32_QUERYSTATUS","features":[317]},{"name":"DDHAL_MOCOMP32_RENDER","features":[317]},{"name":"DDHAL_NTCB32_FLIPTOGDISURFACE","features":[317]},{"name":"DDHAL_NTCB32_FREEDRIVERMEMORY","features":[317]},{"name":"DDHAL_NTCB32_SETEXCLUSIVEMODE","features":[317]},{"name":"DDHAL_PALCB32_DESTROYPALETTE","features":[317]},{"name":"DDHAL_PALCB32_SETENTRIES","features":[317]},{"name":"DDHAL_PLEASEALLOC_BLOCKSIZE","features":[317]},{"name":"DDHAL_PLEASEALLOC_LINEARSIZE","features":[317]},{"name":"DDHAL_PLEASEALLOC_USERMEM","features":[317]},{"name":"DDHAL_PRIVATECAP_ATOMICSURFACECREATION","features":[317]},{"name":"DDHAL_PRIVATECAP_NOTIFYPRIMARYCREATION","features":[317]},{"name":"DDHAL_PRIVATECAP_RESERVED1","features":[317]},{"name":"DDHAL_QUERYMOCOMPSTATUSDATA","features":[307,317,318]},{"name":"DDHAL_RENDERMOCOMPDATA","features":[307,317,318]},{"name":"DDHAL_SETCLIPLISTDATA","features":[307,317,318]},{"name":"DDHAL_SETCOLORKEYDATA","features":[307,317,318]},{"name":"DDHAL_SETENTRIESDATA","features":[307,317,318]},{"name":"DDHAL_SETEXCLUSIVEMODEDATA","features":[307,317,318]},{"name":"DDHAL_SETMODEDATA","features":[307,317,318]},{"name":"DDHAL_SETOVERLAYPOSITIONDATA","features":[307,317,318]},{"name":"DDHAL_SETPALETTEDATA","features":[307,317,318]},{"name":"DDHAL_SURFCB32_ADDATTACHEDSURFACE","features":[317]},{"name":"DDHAL_SURFCB32_BLT","features":[317]},{"name":"DDHAL_SURFCB32_DESTROYSURFACE","features":[317]},{"name":"DDHAL_SURFCB32_FLIP","features":[317]},{"name":"DDHAL_SURFCB32_GETBLTSTATUS","features":[317]},{"name":"DDHAL_SURFCB32_GETFLIPSTATUS","features":[317]},{"name":"DDHAL_SURFCB32_LOCK","features":[317]},{"name":"DDHAL_SURFCB32_RESERVED4","features":[317]},{"name":"DDHAL_SURFCB32_SETCLIPLIST","features":[317]},{"name":"DDHAL_SURFCB32_SETCOLORKEY","features":[317]},{"name":"DDHAL_SURFCB32_SETOVERLAYPOSITION","features":[317]},{"name":"DDHAL_SURFCB32_SETPALETTE","features":[317]},{"name":"DDHAL_SURFCB32_UNLOCK","features":[317]},{"name":"DDHAL_SURFCB32_UPDATEOVERLAY","features":[317]},{"name":"DDHAL_SYNCSURFACEDATA","features":[307,317,318]},{"name":"DDHAL_SYNCVIDEOPORTDATA","features":[307,317,318]},{"name":"DDHAL_UNLOCKDATA","features":[307,317,318]},{"name":"DDHAL_UPDATENONLOCALHEAPDATA","features":[307,317,318]},{"name":"DDHAL_UPDATEOVERLAYDATA","features":[307,317,318]},{"name":"DDHAL_UPDATEVPORTDATA","features":[307,317,318]},{"name":"DDHAL_VPORT32_CANCREATEVIDEOPORT","features":[317]},{"name":"DDHAL_VPORT32_COLORCONTROL","features":[317]},{"name":"DDHAL_VPORT32_CREATEVIDEOPORT","features":[317]},{"name":"DDHAL_VPORT32_DESTROY","features":[317]},{"name":"DDHAL_VPORT32_FLIP","features":[317]},{"name":"DDHAL_VPORT32_GETAUTOFLIPSURF","features":[317]},{"name":"DDHAL_VPORT32_GETBANDWIDTH","features":[317]},{"name":"DDHAL_VPORT32_GETCONNECT","features":[317]},{"name":"DDHAL_VPORT32_GETFIELD","features":[317]},{"name":"DDHAL_VPORT32_GETFLIPSTATUS","features":[317]},{"name":"DDHAL_VPORT32_GETINPUTFORMATS","features":[317]},{"name":"DDHAL_VPORT32_GETLINE","features":[317]},{"name":"DDHAL_VPORT32_GETOUTPUTFORMATS","features":[317]},{"name":"DDHAL_VPORT32_GETSIGNALSTATUS","features":[317]},{"name":"DDHAL_VPORT32_UPDATE","features":[317]},{"name":"DDHAL_VPORT32_WAITFORSYNC","features":[317]},{"name":"DDHAL_VPORTCOLORDATA","features":[307,317,318]},{"name":"DDHAL_WAITFORVERTICALBLANKDATA","features":[307,317,318]},{"name":"DDHAL_WAITFORVPORTSYNCDATA","features":[307,317,318]},{"name":"DDIRQ_BUSMASTER","features":[317]},{"name":"DDIRQ_DISPLAY_VSYNC","features":[317]},{"name":"DDIRQ_RESERVED1","features":[317]},{"name":"DDIRQ_VPORT0_LINE","features":[317]},{"name":"DDIRQ_VPORT0_VSYNC","features":[317]},{"name":"DDIRQ_VPORT1_LINE","features":[317]},{"name":"DDIRQ_VPORT1_VSYNC","features":[317]},{"name":"DDIRQ_VPORT2_LINE","features":[317]},{"name":"DDIRQ_VPORT2_VSYNC","features":[317]},{"name":"DDIRQ_VPORT3_LINE","features":[317]},{"name":"DDIRQ_VPORT3_VSYNC","features":[317]},{"name":"DDIRQ_VPORT4_LINE","features":[317]},{"name":"DDIRQ_VPORT4_VSYNC","features":[317]},{"name":"DDIRQ_VPORT5_LINE","features":[317]},{"name":"DDIRQ_VPORT5_VSYNC","features":[317]},{"name":"DDIRQ_VPORT6_LINE","features":[317]},{"name":"DDIRQ_VPORT6_VSYNC","features":[317]},{"name":"DDIRQ_VPORT7_LINE","features":[317]},{"name":"DDIRQ_VPORT7_VSYNC","features":[317]},{"name":"DDIRQ_VPORT8_LINE","features":[317]},{"name":"DDIRQ_VPORT8_VSYNC","features":[317]},{"name":"DDIRQ_VPORT9_LINE","features":[317]},{"name":"DDIRQ_VPORT9_VSYNC","features":[317]},{"name":"DDKERNELCAPS","features":[317]},{"name":"DDKERNELCAPS_AUTOFLIP","features":[317]},{"name":"DDKERNELCAPS_CAPTURE_INVERTED","features":[317]},{"name":"DDKERNELCAPS_CAPTURE_NONLOCALVIDMEM","features":[317]},{"name":"DDKERNELCAPS_CAPTURE_SYSMEM","features":[317]},{"name":"DDKERNELCAPS_FIELDPOLARITY","features":[317]},{"name":"DDKERNELCAPS_FLIPOVERLAY","features":[317]},{"name":"DDKERNELCAPS_FLIPVIDEOPORT","features":[317]},{"name":"DDKERNELCAPS_LOCK","features":[317]},{"name":"DDKERNELCAPS_SETSTATE","features":[317]},{"name":"DDKERNELCAPS_SKIPFIELDS","features":[317]},{"name":"DDLOCKININFO","features":[317]},{"name":"DDLOCKOUTINFO","features":[317]},{"name":"DDLOCK_DISCARDCONTENTS","features":[317]},{"name":"DDLOCK_DONOTWAIT","features":[317]},{"name":"DDLOCK_EVENT","features":[317]},{"name":"DDLOCK_HASVOLUMETEXTUREBOXRECT","features":[317]},{"name":"DDLOCK_NODIRTYUPDATE","features":[317]},{"name":"DDLOCK_NOOVERWRITE","features":[317]},{"name":"DDLOCK_NOSYSLOCK","features":[317]},{"name":"DDLOCK_OKTOSWAP","features":[317]},{"name":"DDLOCK_READONLY","features":[317]},{"name":"DDLOCK_SURFACEMEMORYPTR","features":[317]},{"name":"DDLOCK_WAIT","features":[317]},{"name":"DDLOCK_WRITEONLY","features":[317]},{"name":"DDMCBUFFERINFO","features":[307,317,318]},{"name":"DDMCCOMPBUFFERINFO","features":[317]},{"name":"DDMCQUERY_READ","features":[317]},{"name":"DDMDL","features":[317]},{"name":"DDMOCOMPBUFFERINFO","features":[307,317]},{"name":"DDMODEINFO_MAXREFRESH","features":[317]},{"name":"DDMODEINFO_MODEX","features":[317]},{"name":"DDMODEINFO_PALETTIZED","features":[317]},{"name":"DDMODEINFO_STANDARDVGA","features":[317]},{"name":"DDMODEINFO_STEREO","features":[317]},{"name":"DDMODEINFO_UNSUPPORTED","features":[317]},{"name":"DDMONITORINFO","features":[317]},{"name":"DDMORESURFACECAPS","features":[317]},{"name":"DDNEWCALLBACKFNS","features":[317]},{"name":"DDNONLOCALVIDMEMCAPS","features":[317]},{"name":"DDNTCORECAPS","features":[317]},{"name":"DDOPTSURFACEDESC","features":[317]},{"name":"DDOSCAPS","features":[317]},{"name":"DDOSDCAPS_MONOLITHICMIPMAP","features":[317]},{"name":"DDOSDCAPS_OPTCOMPRESSED","features":[317]},{"name":"DDOSDCAPS_OPTREORDERED","features":[317]},{"name":"DDOSDCAPS_VALIDOSCAPS","features":[317]},{"name":"DDOSDCAPS_VALIDSCAPS","features":[317]},{"name":"DDOSD_ALL","features":[317]},{"name":"DDOSD_COMPRESSION_RATIO","features":[317]},{"name":"DDOSD_GUID","features":[317]},{"name":"DDOSD_OSCAPS","features":[317]},{"name":"DDOSD_SCAPS","features":[317]},{"name":"DDOVERFX_ARITHSTRETCHY","features":[317]},{"name":"DDOVERFX_DEINTERLACE","features":[317]},{"name":"DDOVERFX_MIRRORLEFTRIGHT","features":[317]},{"name":"DDOVERFX_MIRRORUPDOWN","features":[317]},{"name":"DDOVERLAYFX","features":[317]},{"name":"DDOVERZ_INSERTINBACKOF","features":[317]},{"name":"DDOVERZ_INSERTINFRONTOF","features":[317]},{"name":"DDOVERZ_MOVEBACKWARD","features":[317]},{"name":"DDOVERZ_MOVEFORWARD","features":[317]},{"name":"DDOVERZ_SENDTOBACK","features":[317]},{"name":"DDOVERZ_SENDTOFRONT","features":[317]},{"name":"DDOVER_ADDDIRTYRECT","features":[317]},{"name":"DDOVER_ALPHADEST","features":[317]},{"name":"DDOVER_ALPHADESTCONSTOVERRIDE","features":[317]},{"name":"DDOVER_ALPHADESTNEG","features":[317]},{"name":"DDOVER_ALPHADESTSURFACEOVERRIDE","features":[317]},{"name":"DDOVER_ALPHAEDGEBLEND","features":[317]},{"name":"DDOVER_ALPHASRC","features":[317]},{"name":"DDOVER_ALPHASRCCONSTOVERRIDE","features":[317]},{"name":"DDOVER_ALPHASRCNEG","features":[317]},{"name":"DDOVER_ALPHASRCSURFACEOVERRIDE","features":[317]},{"name":"DDOVER_ARGBSCALEFACTORS","features":[317]},{"name":"DDOVER_AUTOFLIP","features":[317]},{"name":"DDOVER_BOB","features":[317]},{"name":"DDOVER_BOBHARDWARE","features":[317]},{"name":"DDOVER_DDFX","features":[317]},{"name":"DDOVER_DEGRADEARGBSCALING","features":[317]},{"name":"DDOVER_HIDE","features":[317]},{"name":"DDOVER_INTERLEAVED","features":[317]},{"name":"DDOVER_KEYDEST","features":[317]},{"name":"DDOVER_KEYDESTOVERRIDE","features":[317]},{"name":"DDOVER_KEYSRC","features":[317]},{"name":"DDOVER_KEYSRCOVERRIDE","features":[317]},{"name":"DDOVER_OVERRIDEBOBWEAVE","features":[317]},{"name":"DDOVER_REFRESHALL","features":[317]},{"name":"DDOVER_REFRESHDIRTYRECTS","features":[317]},{"name":"DDOVER_SHOW","features":[317]},{"name":"DDPCAPS_1BIT","features":[317]},{"name":"DDPCAPS_2BIT","features":[317]},{"name":"DDPCAPS_4BIT","features":[317]},{"name":"DDPCAPS_8BIT","features":[317]},{"name":"DDPCAPS_8BITENTRIES","features":[317]},{"name":"DDPCAPS_ALLOW256","features":[317]},{"name":"DDPCAPS_ALPHA","features":[317]},{"name":"DDPCAPS_INITIALIZE","features":[317]},{"name":"DDPCAPS_PRIMARYSURFACE","features":[317]},{"name":"DDPCAPS_PRIMARYSURFACELEFT","features":[317]},{"name":"DDPCAPS_VSYNC","features":[317]},{"name":"DDPF_ALPHA","features":[317]},{"name":"DDPF_ALPHAPIXELS","features":[317]},{"name":"DDPF_ALPHAPREMULT","features":[317]},{"name":"DDPF_BUMPDUDV","features":[317]},{"name":"DDPF_BUMPLUMINANCE","features":[317]},{"name":"DDPF_COMPRESSED","features":[317]},{"name":"DDPF_D3DFORMAT","features":[317]},{"name":"DDPF_FOURCC","features":[317]},{"name":"DDPF_LUMINANCE","features":[317]},{"name":"DDPF_NOVEL_TEXTURE_FORMAT","features":[317]},{"name":"DDPF_PALETTEINDEXED1","features":[317]},{"name":"DDPF_PALETTEINDEXED2","features":[317]},{"name":"DDPF_PALETTEINDEXED4","features":[317]},{"name":"DDPF_PALETTEINDEXED8","features":[317]},{"name":"DDPF_PALETTEINDEXEDTO8","features":[317]},{"name":"DDPF_RGB","features":[317]},{"name":"DDPF_RGBTOYUV","features":[317]},{"name":"DDPF_STENCILBUFFER","features":[317]},{"name":"DDPF_YUV","features":[317]},{"name":"DDPF_ZBUFFER","features":[317]},{"name":"DDPF_ZPIXELS","features":[317]},{"name":"DDPIXELFORMAT","features":[317]},{"name":"DDRAWICLIP_INMASTERSPRITELIST","features":[317]},{"name":"DDRAWICLIP_ISINITIALIZED","features":[317]},{"name":"DDRAWICLIP_WATCHWINDOW","features":[317]},{"name":"DDRAWILCL_ACTIVENO","features":[317]},{"name":"DDRAWILCL_ACTIVEYES","features":[317]},{"name":"DDRAWILCL_ALLOWMODEX","features":[317]},{"name":"DDRAWILCL_ATTEMPTEDD3DCONTEXT","features":[317]},{"name":"DDRAWILCL_CREATEDWINDOW","features":[317]},{"name":"DDRAWILCL_CURSORCLIPPED","features":[317]},{"name":"DDRAWILCL_DIRECTDRAW7","features":[317]},{"name":"DDRAWILCL_DIRECTDRAW8","features":[317]},{"name":"DDRAWILCL_DIRTYDC","features":[317]},{"name":"DDRAWILCL_DISABLEINACTIVATE","features":[317]},{"name":"DDRAWILCL_DX8DRIVER","features":[317]},{"name":"DDRAWILCL_EXPLICITMONITOR","features":[317]},{"name":"DDRAWILCL_FPUPRESERVE","features":[317]},{"name":"DDRAWILCL_FPUSETUP","features":[317]},{"name":"DDRAWILCL_HASEXCLUSIVEMODE","features":[317]},{"name":"DDRAWILCL_HOOKEDHWND","features":[317]},{"name":"DDRAWILCL_ISFULLSCREEN","features":[317]},{"name":"DDRAWILCL_MODEHASBEENCHANGED","features":[317]},{"name":"DDRAWILCL_MULTITHREADED","features":[317]},{"name":"DDRAWILCL_POWEREDDOWN","features":[317]},{"name":"DDRAWILCL_SETCOOPCALLED","features":[317]},{"name":"DDRAWILCL_V1SCLBEHAVIOUR","features":[317]},{"name":"DDRAWIPAL_16","features":[317]},{"name":"DDRAWIPAL_2","features":[317]},{"name":"DDRAWIPAL_256","features":[317]},{"name":"DDRAWIPAL_4","features":[317]},{"name":"DDRAWIPAL_ALLOW256","features":[317]},{"name":"DDRAWIPAL_ALPHA","features":[317]},{"name":"DDRAWIPAL_DIRTY","features":[317]},{"name":"DDRAWIPAL_EXCLUSIVE","features":[317]},{"name":"DDRAWIPAL_GDI","features":[317]},{"name":"DDRAWIPAL_INHEL","features":[317]},{"name":"DDRAWIPAL_STORED_16","features":[317]},{"name":"DDRAWIPAL_STORED_24","features":[317]},{"name":"DDRAWIPAL_STORED_8","features":[317]},{"name":"DDRAWIPAL_STORED_8INDEX","features":[317]},{"name":"DDRAWISURFGBL_DDHELDONTFREE","features":[317]},{"name":"DDRAWISURFGBL_DX8SURFACE","features":[317]},{"name":"DDRAWISURFGBL_FASTLOCKHELD","features":[317]},{"name":"DDRAWISURFGBL_HARDWAREOPDEST","features":[317]},{"name":"DDRAWISURFGBL_HARDWAREOPSOURCE","features":[317]},{"name":"DDRAWISURFGBL_IMPLICITHANDLE","features":[317]},{"name":"DDRAWISURFGBL_ISCLIENTMEM","features":[317]},{"name":"DDRAWISURFGBL_ISGDISURFACE","features":[317]},{"name":"DDRAWISURFGBL_LATEALLOCATELINEAR","features":[317]},{"name":"DDRAWISURFGBL_LOCKBROKEN","features":[317]},{"name":"DDRAWISURFGBL_LOCKNOTHOLDINGWIN16LOCK","features":[317]},{"name":"DDRAWISURFGBL_LOCKVRAMSTYLE","features":[317]},{"name":"DDRAWISURFGBL_MEMFREE","features":[317]},{"name":"DDRAWISURFGBL_NOTIFYWHENUNLOCKED","features":[317]},{"name":"DDRAWISURFGBL_READONLYLOCKHELD","features":[317]},{"name":"DDRAWISURFGBL_RESERVED0","features":[317]},{"name":"DDRAWISURFGBL_SOFTWAREAUTOFLIP","features":[317]},{"name":"DDRAWISURFGBL_SYSMEMEXECUTEBUFFER","features":[317]},{"name":"DDRAWISURFGBL_SYSMEMREQUESTED","features":[317]},{"name":"DDRAWISURFGBL_VPORTDATA","features":[317]},{"name":"DDRAWISURFGBL_VPORTINTERLEAVED","features":[317]},{"name":"DDRAWISURF_ATTACHED","features":[317]},{"name":"DDRAWISURF_ATTACHED_FROM","features":[317]},{"name":"DDRAWISURF_BACKBUFFER","features":[317]},{"name":"DDRAWISURF_DATAISALIASED","features":[317]},{"name":"DDRAWISURF_DCIBUSY","features":[317]},{"name":"DDRAWISURF_DCILOCK","features":[317]},{"name":"DDRAWISURF_DRIVERMANAGED","features":[317]},{"name":"DDRAWISURF_FRONTBUFFER","features":[317]},{"name":"DDRAWISURF_GETDCNULL","features":[317]},{"name":"DDRAWISURF_HASCKEYDESTBLT","features":[317]},{"name":"DDRAWISURF_HASCKEYDESTOVERLAY","features":[317]},{"name":"DDRAWISURF_HASCKEYSRCBLT","features":[317]},{"name":"DDRAWISURF_HASCKEYSRCOVERLAY","features":[317]},{"name":"DDRAWISURF_HASDC","features":[317]},{"name":"DDRAWISURF_HASOVERLAYDATA","features":[317]},{"name":"DDRAWISURF_HASPIXELFORMAT","features":[317]},{"name":"DDRAWISURF_HELCB","features":[317]},{"name":"DDRAWISURF_HW_CKEYDESTBLT","features":[317]},{"name":"DDRAWISURF_HW_CKEYDESTOVERLAY","features":[317]},{"name":"DDRAWISURF_HW_CKEYSRCBLT","features":[317]},{"name":"DDRAWISURF_HW_CKEYSRCOVERLAY","features":[317]},{"name":"DDRAWISURF_IMPLICITCREATE","features":[317]},{"name":"DDRAWISURF_IMPLICITROOT","features":[317]},{"name":"DDRAWISURF_INMASTERSPRITELIST","features":[317]},{"name":"DDRAWISURF_INVALID","features":[317]},{"name":"DDRAWISURF_ISFREE","features":[317]},{"name":"DDRAWISURF_LOCKEXCLUDEDCURSOR","features":[317]},{"name":"DDRAWISURF_PARTOFPRIMARYCHAIN","features":[317]},{"name":"DDRAWISURF_SETGAMMA","features":[317]},{"name":"DDRAWISURF_STEREOSURFACELEFT","features":[317]},{"name":"DDRAWISURF_SW_CKEYDESTBLT","features":[317]},{"name":"DDRAWISURF_SW_CKEYDESTOVERLAY","features":[317]},{"name":"DDRAWISURF_SW_CKEYSRCBLT","features":[317]},{"name":"DDRAWISURF_SW_CKEYSRCOVERLAY","features":[317]},{"name":"DDRAWIVPORT_COLORKEYANDINTERP","features":[317]},{"name":"DDRAWIVPORT_NOKERNELHANDLES","features":[317]},{"name":"DDRAWIVPORT_ON","features":[317]},{"name":"DDRAWIVPORT_SOFTWARE_AUTOFLIP","features":[317]},{"name":"DDRAWIVPORT_SOFTWARE_BOB","features":[317]},{"name":"DDRAWIVPORT_VBION","features":[317]},{"name":"DDRAWIVPORT_VIDEOON","features":[317]},{"name":"DDRAWI_ATTACHEDTODESKTOP","features":[317]},{"name":"DDRAWI_BADPDEV","features":[317]},{"name":"DDRAWI_CHANGINGMODE","features":[317]},{"name":"DDRAWI_DDMOTIONCOMP_INT","features":[307,317,318]},{"name":"DDRAWI_DDMOTIONCOMP_LCL","features":[307,317,318]},{"name":"DDRAWI_DDRAWCLIPPER_GBL","features":[307,317,318]},{"name":"DDRAWI_DDRAWCLIPPER_INT","features":[307,317,318]},{"name":"DDRAWI_DDRAWCLIPPER_LCL","features":[307,317,318]},{"name":"DDRAWI_DDRAWDATANOTFETCHED","features":[317]},{"name":"DDRAWI_DDRAWPALETTE_GBL","features":[307,317,318]},{"name":"DDRAWI_DDRAWPALETTE_INT","features":[307,317,318]},{"name":"DDRAWI_DDRAWPALETTE_LCL","features":[307,317,318]},{"name":"DDRAWI_DDRAWSURFACE_GBL","features":[307,317,318]},{"name":"DDRAWI_DDRAWSURFACE_GBL_MORE","features":[317]},{"name":"DDRAWI_DDRAWSURFACE_INT","features":[307,317,318]},{"name":"DDRAWI_DDRAWSURFACE_LCL","features":[307,317,318]},{"name":"DDRAWI_DDRAWSURFACE_MORE","features":[307,317,318]},{"name":"DDRAWI_DDVIDEOPORT_INT","features":[307,317,318]},{"name":"DDRAWI_DDVIDEOPORT_LCL","features":[307,317,318]},{"name":"DDRAWI_DIRECTDRAW_GBL","features":[307,317,318]},{"name":"DDRAWI_DIRECTDRAW_INT","features":[307,317,318]},{"name":"DDRAWI_DIRECTDRAW_LCL","features":[307,317,318]},{"name":"DDRAWI_DISPLAYDRV","features":[317]},{"name":"DDRAWI_DRIVERINFO2","features":[317]},{"name":"DDRAWI_EMULATIONINITIALIZED","features":[317]},{"name":"DDRAWI_EXTENDEDALIGNMENT","features":[317]},{"name":"DDRAWI_FLIPPEDTOGDI","features":[317]},{"name":"DDRAWI_FULLSCREEN","features":[317]},{"name":"DDRAWI_GDIDRV","features":[317]},{"name":"DDRAWI_GETCOLOR","features":[317]},{"name":"DDRAWI_HASCKEYDESTOVERLAY","features":[317]},{"name":"DDRAWI_HASCKEYSRCOVERLAY","features":[317]},{"name":"DDRAWI_HASGDIPALETTE","features":[317]},{"name":"DDRAWI_HASGDIPALETTE_EXCLUSIVE","features":[317]},{"name":"DDRAWI_MODECHANGED","features":[317]},{"name":"DDRAWI_MODEX","features":[317]},{"name":"DDRAWI_MODEXILLEGAL","features":[317]},{"name":"DDRAWI_NEEDSWIN16FORVRAMLOCK","features":[317]},{"name":"DDRAWI_NOEMULATION","features":[317]},{"name":"DDRAWI_NOHARDWARE","features":[317]},{"name":"DDRAWI_PALETTEINIT","features":[317]},{"name":"DDRAWI_PDEVICEVRAMBITCLEARED","features":[317]},{"name":"DDRAWI_SECONDARYDRIVERLOADED","features":[317]},{"name":"DDRAWI_SETCOLOR","features":[317]},{"name":"DDRAWI_STANDARDVGA","features":[317]},{"name":"DDRAWI_TESTINGMODES","features":[317]},{"name":"DDRAWI_UMODELOADED","features":[317]},{"name":"DDRAWI_VIRTUALDESKTOP","features":[317]},{"name":"DDRAWI_VPORTGETCOLOR","features":[317]},{"name":"DDRAWI_VPORTSETCOLOR","features":[317]},{"name":"DDRAWI_VPORTSTART","features":[317]},{"name":"DDRAWI_VPORTSTOP","features":[317]},{"name":"DDRAWI_VPORTUPDATE","features":[317]},{"name":"DDRAWI_xxxxxxxxx1","features":[317]},{"name":"DDRAWI_xxxxxxxxx2","features":[317]},{"name":"DDRGBA","features":[317]},{"name":"DDSCAPS","features":[317]},{"name":"DDSCAPS2","features":[317]},{"name":"DDSCAPS2_ADDITIONALPRIMARY","features":[317]},{"name":"DDSCAPS2_COMMANDBUFFER","features":[317]},{"name":"DDSCAPS2_CUBEMAP","features":[317]},{"name":"DDSCAPS2_CUBEMAP_NEGATIVEX","features":[317]},{"name":"DDSCAPS2_CUBEMAP_NEGATIVEY","features":[317]},{"name":"DDSCAPS2_CUBEMAP_NEGATIVEZ","features":[317]},{"name":"DDSCAPS2_CUBEMAP_POSITIVEX","features":[317]},{"name":"DDSCAPS2_CUBEMAP_POSITIVEY","features":[317]},{"name":"DDSCAPS2_CUBEMAP_POSITIVEZ","features":[317]},{"name":"DDSCAPS2_D3DTEXTUREMANAGE","features":[317]},{"name":"DDSCAPS2_DISCARDBACKBUFFER","features":[317]},{"name":"DDSCAPS2_DONOTPERSIST","features":[317]},{"name":"DDSCAPS2_ENABLEALPHACHANNEL","features":[317]},{"name":"DDSCAPS2_EXTENDEDFORMATPRIMARY","features":[317]},{"name":"DDSCAPS2_HARDWAREDEINTERLACE","features":[317]},{"name":"DDSCAPS2_HINTANTIALIASING","features":[317]},{"name":"DDSCAPS2_HINTDYNAMIC","features":[317]},{"name":"DDSCAPS2_HINTSTATIC","features":[317]},{"name":"DDSCAPS2_INDEXBUFFER","features":[317]},{"name":"DDSCAPS2_MIPMAPSUBLEVEL","features":[317]},{"name":"DDSCAPS2_NOTUSERLOCKABLE","features":[317]},{"name":"DDSCAPS2_NPATCHES","features":[317]},{"name":"DDSCAPS2_OPAQUE","features":[317]},{"name":"DDSCAPS2_POINTS","features":[317]},{"name":"DDSCAPS2_RESERVED1","features":[317]},{"name":"DDSCAPS2_RESERVED2","features":[317]},{"name":"DDSCAPS2_RESERVED3","features":[317]},{"name":"DDSCAPS2_RESERVED4","features":[317]},{"name":"DDSCAPS2_RTPATCHES","features":[317]},{"name":"DDSCAPS2_STEREOSURFACELEFT","features":[317]},{"name":"DDSCAPS2_TEXTUREMANAGE","features":[317]},{"name":"DDSCAPS2_VERTEXBUFFER","features":[317]},{"name":"DDSCAPS2_VOLUME","features":[317]},{"name":"DDSCAPS3_AUTOGENMIPMAP","features":[317]},{"name":"DDSCAPS3_CREATESHAREDRESOURCE","features":[317]},{"name":"DDSCAPS3_DMAP","features":[317]},{"name":"DDSCAPS3_LIGHTWEIGHTMIPMAP","features":[317]},{"name":"DDSCAPS3_MULTISAMPLE_MASK","features":[317]},{"name":"DDSCAPS3_MULTISAMPLE_QUALITY_MASK","features":[317]},{"name":"DDSCAPS3_MULTISAMPLE_QUALITY_SHIFT","features":[317]},{"name":"DDSCAPS3_OPENSHAREDRESOURCE","features":[317]},{"name":"DDSCAPS3_READONLYRESOURCE","features":[317]},{"name":"DDSCAPS3_RESERVED1","features":[317]},{"name":"DDSCAPS3_RESERVED2","features":[317]},{"name":"DDSCAPS3_VIDEO","features":[317]},{"name":"DDSCAPSEX","features":[317]},{"name":"DDSCAPS_3DDEVICE","features":[317]},{"name":"DDSCAPS_ALLOCONLOAD","features":[317]},{"name":"DDSCAPS_ALPHA","features":[317]},{"name":"DDSCAPS_BACKBUFFER","features":[317]},{"name":"DDSCAPS_COMMANDBUFFER","features":[317]},{"name":"DDSCAPS_COMPLEX","features":[317]},{"name":"DDSCAPS_EXECUTEBUFFER","features":[317]},{"name":"DDSCAPS_FLIP","features":[317]},{"name":"DDSCAPS_FRONTBUFFER","features":[317]},{"name":"DDSCAPS_HWCODEC","features":[317]},{"name":"DDSCAPS_LIVEVIDEO","features":[317]},{"name":"DDSCAPS_LOCALVIDMEM","features":[317]},{"name":"DDSCAPS_MIPMAP","features":[317]},{"name":"DDSCAPS_MODEX","features":[317]},{"name":"DDSCAPS_NONLOCALVIDMEM","features":[317]},{"name":"DDSCAPS_OFFSCREENPLAIN","features":[317]},{"name":"DDSCAPS_OPTIMIZED","features":[317]},{"name":"DDSCAPS_OVERLAY","features":[317]},{"name":"DDSCAPS_OWNDC","features":[317]},{"name":"DDSCAPS_PALETTE","features":[317]},{"name":"DDSCAPS_PRIMARYSURFACE","features":[317]},{"name":"DDSCAPS_PRIMARYSURFACELEFT","features":[317]},{"name":"DDSCAPS_RESERVED1","features":[317]},{"name":"DDSCAPS_RESERVED2","features":[317]},{"name":"DDSCAPS_RESERVED3","features":[317]},{"name":"DDSCAPS_STANDARDVGAMODE","features":[317]},{"name":"DDSCAPS_SYSTEMMEMORY","features":[317]},{"name":"DDSCAPS_TEXTURE","features":[317]},{"name":"DDSCAPS_VIDEOMEMORY","features":[317]},{"name":"DDSCAPS_VIDEOPORT","features":[317]},{"name":"DDSCAPS_VISIBLE","features":[317]},{"name":"DDSCAPS_WRITEONLY","features":[317]},{"name":"DDSCAPS_ZBUFFER","features":[317]},{"name":"DDSCL_ALLOWMODEX","features":[317]},{"name":"DDSCL_ALLOWREBOOT","features":[317]},{"name":"DDSCL_CREATEDEVICEWINDOW","features":[317]},{"name":"DDSCL_EXCLUSIVE","features":[317]},{"name":"DDSCL_FPUPRESERVE","features":[317]},{"name":"DDSCL_FPUSETUP","features":[317]},{"name":"DDSCL_FULLSCREEN","features":[317]},{"name":"DDSCL_MULTITHREADED","features":[317]},{"name":"DDSCL_NORMAL","features":[317]},{"name":"DDSCL_NOWINDOWCHANGES","features":[317]},{"name":"DDSCL_SETDEVICEWINDOW","features":[317]},{"name":"DDSCL_SETFOCUSWINDOW","features":[317]},{"name":"DDSDM_STANDARDVGAMODE","features":[317]},{"name":"DDSD_ALL","features":[317]},{"name":"DDSD_ALPHABITDEPTH","features":[317]},{"name":"DDSD_BACKBUFFERCOUNT","features":[317]},{"name":"DDSD_CAPS","features":[317]},{"name":"DDSD_CKDESTBLT","features":[317]},{"name":"DDSD_CKDESTOVERLAY","features":[317]},{"name":"DDSD_CKSRCBLT","features":[317]},{"name":"DDSD_CKSRCOVERLAY","features":[317]},{"name":"DDSD_DEPTH","features":[317]},{"name":"DDSD_FVF","features":[317]},{"name":"DDSD_HEIGHT","features":[317]},{"name":"DDSD_LINEARSIZE","features":[317]},{"name":"DDSD_LPSURFACE","features":[317]},{"name":"DDSD_MIPMAPCOUNT","features":[317]},{"name":"DDSD_PITCH","features":[317]},{"name":"DDSD_PIXELFORMAT","features":[317]},{"name":"DDSD_REFRESHRATE","features":[317]},{"name":"DDSD_SRCVBHANDLE","features":[317]},{"name":"DDSD_TEXTURESTAGE","features":[317]},{"name":"DDSD_WIDTH","features":[317]},{"name":"DDSD_ZBUFFERBITDEPTH","features":[317]},{"name":"DDSETSTATEININFO","features":[317]},{"name":"DDSETSTATEOUTINFO","features":[307,317]},{"name":"DDSETSURFACEDESC_PRESERVEDC","features":[317]},{"name":"DDSETSURFACEDESC_RECREATEDC","features":[317]},{"name":"DDSGR_CALIBRATE","features":[317]},{"name":"DDSKIPNEXTFIELDINFO","features":[317]},{"name":"DDSKIP_ENABLENEXT","features":[317]},{"name":"DDSKIP_SKIPNEXT","features":[317]},{"name":"DDSMT_ISTESTREQUIRED","features":[317]},{"name":"DDSPD_IUNKNOWNPOINTER","features":[317]},{"name":"DDSPD_VOLATILE","features":[317]},{"name":"DDSTEREOMODE","features":[307,317]},{"name":"DDSURFACEDATA","features":[317]},{"name":"DDSURFACEDESC","features":[317]},{"name":"DDSURFACEDESC2","features":[317]},{"name":"DDSVCAPS_RESERVED1","features":[317]},{"name":"DDSVCAPS_RESERVED2","features":[317]},{"name":"DDSVCAPS_RESERVED3","features":[317]},{"name":"DDSVCAPS_RESERVED4","features":[317]},{"name":"DDSVCAPS_STEREOSEQUENTIAL","features":[317]},{"name":"DDTRANSFERININFO","features":[317]},{"name":"DDTRANSFEROUTINFO","features":[317]},{"name":"DDTRANSFER_CANCEL","features":[317]},{"name":"DDTRANSFER_HALFLINES","features":[317]},{"name":"DDTRANSFER_INVERT","features":[317]},{"name":"DDTRANSFER_NONLOCALVIDMEM","features":[317]},{"name":"DDTRANSFER_SYSTEMMEMORY","features":[317]},{"name":"DDUNSUPPORTEDMODE","features":[317]},{"name":"DDVERSIONDATA","features":[317]},{"name":"DDVERSIONINFO","features":[317]},{"name":"DDVIDEOPORTBANDWIDTH","features":[317]},{"name":"DDVIDEOPORTCAPS","features":[317]},{"name":"DDVIDEOPORTCONNECT","features":[317]},{"name":"DDVIDEOPORTDATA","features":[317]},{"name":"DDVIDEOPORTDESC","features":[317]},{"name":"DDVIDEOPORTINFO","features":[307,317]},{"name":"DDVIDEOPORTNOTIFY","features":[317]},{"name":"DDVIDEOPORTSTATUS","features":[307,317]},{"name":"DDVPBCAPS_DESTINATION","features":[317]},{"name":"DDVPBCAPS_SOURCE","features":[317]},{"name":"DDVPB_OVERLAY","features":[317]},{"name":"DDVPB_TYPE","features":[317]},{"name":"DDVPB_VIDEOPORT","features":[317]},{"name":"DDVPCAPS_AUTOFLIP","features":[317]},{"name":"DDVPCAPS_COLORCONTROL","features":[317]},{"name":"DDVPCAPS_HARDWAREDEINTERLACE","features":[317]},{"name":"DDVPCAPS_INTERLACED","features":[317]},{"name":"DDVPCAPS_NONINTERLACED","features":[317]},{"name":"DDVPCAPS_OVERSAMPLEDVBI","features":[317]},{"name":"DDVPCAPS_READBACKFIELD","features":[317]},{"name":"DDVPCAPS_READBACKLINE","features":[317]},{"name":"DDVPCAPS_SHAREABLE","features":[317]},{"name":"DDVPCAPS_SKIPEVENFIELDS","features":[317]},{"name":"DDVPCAPS_SKIPODDFIELDS","features":[317]},{"name":"DDVPCAPS_SYNCMASTER","features":[317]},{"name":"DDVPCAPS_SYSTEMMEMORY","features":[317]},{"name":"DDVPCAPS_VBIANDVIDEOINDEPENDENT","features":[317]},{"name":"DDVPCAPS_VBISURFACE","features":[317]},{"name":"DDVPCONNECT_DISCARDSVREFDATA","features":[317]},{"name":"DDVPCONNECT_DOUBLECLOCK","features":[317]},{"name":"DDVPCONNECT_HALFLINE","features":[317]},{"name":"DDVPCONNECT_INTERLACED","features":[317]},{"name":"DDVPCONNECT_INVERTPOLARITY","features":[317]},{"name":"DDVPCONNECT_SHAREEVEN","features":[317]},{"name":"DDVPCONNECT_SHAREODD","features":[317]},{"name":"DDVPCONNECT_VACT","features":[317]},{"name":"DDVPCREATE_VBIONLY","features":[317]},{"name":"DDVPCREATE_VIDEOONLY","features":[317]},{"name":"DDVPD_ALIGN","features":[317]},{"name":"DDVPD_AUTOFLIP","features":[317]},{"name":"DDVPD_CAPS","features":[317]},{"name":"DDVPD_FILTERQUALITY","features":[317]},{"name":"DDVPD_FX","features":[317]},{"name":"DDVPD_HEIGHT","features":[317]},{"name":"DDVPD_ID","features":[317]},{"name":"DDVPD_PREFERREDAUTOFLIP","features":[317]},{"name":"DDVPD_WIDTH","features":[317]},{"name":"DDVPFLIP_VBI","features":[317]},{"name":"DDVPFLIP_VIDEO","features":[317]},{"name":"DDVPFORMAT_VBI","features":[317]},{"name":"DDVPFORMAT_VIDEO","features":[317]},{"name":"DDVPFX_CROPTOPDATA","features":[317]},{"name":"DDVPFX_CROPX","features":[317]},{"name":"DDVPFX_CROPY","features":[317]},{"name":"DDVPFX_IGNOREVBIXCROP","features":[317]},{"name":"DDVPFX_INTERLEAVE","features":[317]},{"name":"DDVPFX_MIRRORLEFTRIGHT","features":[317]},{"name":"DDVPFX_MIRRORUPDOWN","features":[317]},{"name":"DDVPFX_PRESHRINKX","features":[317]},{"name":"DDVPFX_PRESHRINKXB","features":[317]},{"name":"DDVPFX_PRESHRINKXS","features":[317]},{"name":"DDVPFX_PRESHRINKY","features":[317]},{"name":"DDVPFX_PRESHRINKYB","features":[317]},{"name":"DDVPFX_PRESHRINKYS","features":[317]},{"name":"DDVPFX_PRESTRETCHX","features":[317]},{"name":"DDVPFX_PRESTRETCHXN","features":[317]},{"name":"DDVPFX_PRESTRETCHY","features":[317]},{"name":"DDVPFX_PRESTRETCHYN","features":[317]},{"name":"DDVPFX_VBICONVERT","features":[317]},{"name":"DDVPFX_VBINOINTERLEAVE","features":[317]},{"name":"DDVPFX_VBINOSCALE","features":[317]},{"name":"DDVPSQ_NOSIGNAL","features":[317]},{"name":"DDVPSQ_SIGNALOK","features":[317]},{"name":"DDVPSTATUS_VBIONLY","features":[317]},{"name":"DDVPSTATUS_VIDEOONLY","features":[317]},{"name":"DDVPTARGET_VBI","features":[317]},{"name":"DDVPTARGET_VIDEO","features":[317]},{"name":"DDVPTYPE_BROOKTREE","features":[317]},{"name":"DDVPTYPE_CCIR656","features":[317]},{"name":"DDVPTYPE_E_HREFH_VREFH","features":[317]},{"name":"DDVPTYPE_E_HREFH_VREFL","features":[317]},{"name":"DDVPTYPE_E_HREFL_VREFH","features":[317]},{"name":"DDVPTYPE_E_HREFL_VREFL","features":[317]},{"name":"DDVPTYPE_PHILIPS","features":[317]},{"name":"DDVPWAIT_BEGIN","features":[317]},{"name":"DDVPWAIT_END","features":[317]},{"name":"DDVPWAIT_LINE","features":[317]},{"name":"DDVP_AUTOFLIP","features":[317]},{"name":"DDVP_CONVERT","features":[317]},{"name":"DDVP_CROP","features":[317]},{"name":"DDVP_HARDWAREDEINTERLACE","features":[317]},{"name":"DDVP_IGNOREVBIXCROP","features":[317]},{"name":"DDVP_INTERLEAVE","features":[317]},{"name":"DDVP_MIRRORLEFTRIGHT","features":[317]},{"name":"DDVP_MIRRORUPDOWN","features":[317]},{"name":"DDVP_OVERRIDEBOBWEAVE","features":[317]},{"name":"DDVP_PRESCALE","features":[317]},{"name":"DDVP_SKIPEVENFIELDS","features":[317]},{"name":"DDVP_SKIPODDFIELDS","features":[317]},{"name":"DDVP_SYNCMASTER","features":[317]},{"name":"DDVP_VBICONVERT","features":[317]},{"name":"DDVP_VBINOINTERLEAVE","features":[317]},{"name":"DDVP_VBINOSCALE","features":[317]},{"name":"DDWAITVB_BLOCKBEGIN","features":[317]},{"name":"DDWAITVB_BLOCKBEGINEVENT","features":[317]},{"name":"DDWAITVB_BLOCKEND","features":[317]},{"name":"DDWAITVB_I_TESTVB","features":[317]},{"name":"DD_ADDATTACHEDSURFACEDATA","features":[307,317]},{"name":"DD_ATTACHLIST","features":[307,317]},{"name":"DD_BEGINMOCOMPFRAMEDATA","features":[307,317]},{"name":"DD_BLTDATA","features":[307,317]},{"name":"DD_CALLBACKS","features":[307,317,318]},{"name":"DD_CANCREATESURFACEDATA","features":[317]},{"name":"DD_CANCREATEVPORTDATA","features":[317]},{"name":"DD_CLIPPER_GLOBAL","features":[317]},{"name":"DD_CLIPPER_LOCAL","features":[317]},{"name":"DD_COLORCONTROLCALLBACKS","features":[307,317]},{"name":"DD_COLORCONTROLDATA","features":[307,317]},{"name":"DD_CREATEMOCOMPDATA","features":[317]},{"name":"DD_CREATEPALETTEDATA","features":[307,317,318]},{"name":"DD_CREATESURFACEDATA","features":[307,317]},{"name":"DD_CREATESURFACEEXDATA","features":[307,317]},{"name":"DD_CREATEVPORTDATA","features":[307,317]},{"name":"DD_D3DBUFCALLBACKS","features":[307,317]},{"name":"DD_DESTROYDDLOCALDATA","features":[317]},{"name":"DD_DESTROYMOCOMPDATA","features":[317]},{"name":"DD_DESTROYPALETTEDATA","features":[317]},{"name":"DD_DESTROYSURFACEDATA","features":[307,317]},{"name":"DD_DESTROYVPORTDATA","features":[307,317]},{"name":"DD_DIRECTDRAW_GLOBAL","features":[317]},{"name":"DD_DIRECTDRAW_LOCAL","features":[317]},{"name":"DD_DRVSETCOLORKEYDATA","features":[307,317]},{"name":"DD_ENDMOCOMPFRAMEDATA","features":[317]},{"name":"DD_FLIPDATA","features":[307,317]},{"name":"DD_FLIPTOGDISURFACEDATA","features":[317]},{"name":"DD_FLIPVPORTDATA","features":[307,317]},{"name":"DD_FREEDRIVERMEMORYDATA","features":[307,317]},{"name":"DD_GETAVAILDRIVERMEMORYDATA","features":[317]},{"name":"DD_GETBLTSTATUSDATA","features":[307,317]},{"name":"DD_GETDRIVERINFODATA","features":[317]},{"name":"DD_GETDRIVERSTATEDATA","features":[317]},{"name":"DD_GETFLIPSTATUSDATA","features":[307,317]},{"name":"DD_GETHEAPALIGNMENTDATA","features":[317]},{"name":"DD_GETINTERNALMOCOMPDATA","features":[317]},{"name":"DD_GETMOCOMPCOMPBUFFDATA","features":[317]},{"name":"DD_GETMOCOMPFORMATSDATA","features":[317]},{"name":"DD_GETMOCOMPGUIDSDATA","features":[317]},{"name":"DD_GETSCANLINEDATA","features":[317]},{"name":"DD_GETVPORTBANDWIDTHDATA","features":[307,317]},{"name":"DD_GETVPORTCONNECTDATA","features":[317]},{"name":"DD_GETVPORTFIELDDATA","features":[307,317]},{"name":"DD_GETVPORTFLIPSTATUSDATA","features":[317]},{"name":"DD_GETVPORTINPUTFORMATDATA","features":[307,317]},{"name":"DD_GETVPORTLINEDATA","features":[307,317]},{"name":"DD_GETVPORTOUTPUTFORMATDATA","features":[307,317]},{"name":"DD_GETVPORTSIGNALDATA","features":[307,317]},{"name":"DD_HALINFO","features":[307,317]},{"name":"DD_HALINFO_V4","features":[317]},{"name":"DD_HAL_VERSION","features":[317]},{"name":"DD_KERNELCALLBACKS","features":[307,317]},{"name":"DD_LOCKDATA","features":[307,317]},{"name":"DD_MAPMEMORYDATA","features":[307,317]},{"name":"DD_MISCELLANEOUS2CALLBACKS","features":[307,317]},{"name":"DD_MISCELLANEOUSCALLBACKS","features":[317]},{"name":"DD_MORECAPS","features":[317]},{"name":"DD_MORESURFACECAPS","features":[317]},{"name":"DD_MOTIONCOMPCALLBACKS","features":[307,317]},{"name":"DD_MOTIONCOMP_LOCAL","features":[317]},{"name":"DD_NONLOCALVIDMEMCAPS","features":[317]},{"name":"DD_NTCALLBACKS","features":[307,317]},{"name":"DD_NTPRIVATEDRIVERCAPS","features":[317]},{"name":"DD_PALETTECALLBACKS","features":[317,318]},{"name":"DD_PALETTE_GLOBAL","features":[317]},{"name":"DD_PALETTE_LOCAL","features":[317]},{"name":"DD_QUERYMOCOMPSTATUSDATA","features":[307,317]},{"name":"DD_RENDERMOCOMPDATA","features":[307,317]},{"name":"DD_RUNTIME_VERSION","features":[317]},{"name":"DD_SETCLIPLISTDATA","features":[307,317]},{"name":"DD_SETCOLORKEYDATA","features":[307,317]},{"name":"DD_SETENTRIESDATA","features":[317,318]},{"name":"DD_SETEXCLUSIVEMODEDATA","features":[317]},{"name":"DD_SETOVERLAYPOSITIONDATA","features":[307,317]},{"name":"DD_SETPALETTEDATA","features":[307,317]},{"name":"DD_STEREOMODE","features":[307,317]},{"name":"DD_SURFACECALLBACKS","features":[307,317]},{"name":"DD_SURFACE_GLOBAL","features":[307,317]},{"name":"DD_SURFACE_INT","features":[307,317]},{"name":"DD_SURFACE_LOCAL","features":[307,317]},{"name":"DD_SURFACE_MORE","features":[307,317]},{"name":"DD_SYNCSURFACEDATA","features":[307,317]},{"name":"DD_SYNCVIDEOPORTDATA","features":[307,317]},{"name":"DD_UNLOCKDATA","features":[307,317]},{"name":"DD_UPDATENONLOCALHEAPDATA","features":[317]},{"name":"DD_UPDATEOVERLAYDATA","features":[307,317]},{"name":"DD_UPDATEVPORTDATA","features":[307,317]},{"name":"DD_VERSION","features":[317]},{"name":"DD_VIDEOPORTCALLBACKS","features":[307,317]},{"name":"DD_VIDEOPORT_LOCAL","features":[307,317]},{"name":"DD_VPORTCOLORDATA","features":[307,317]},{"name":"DD_WAITFORVERTICALBLANKDATA","features":[317]},{"name":"DD_WAITFORVPORTSYNCDATA","features":[307,317]},{"name":"DELETED_LASTONE","features":[317]},{"name":"DELETED_NOTFOUND","features":[317]},{"name":"DELETED_OK","features":[317]},{"name":"DIRECTDRAW_VERSION","features":[317]},{"name":"DXAPI_HALVERSION","features":[317]},{"name":"DXAPI_INTERFACE","features":[307,317]},{"name":"DXERR_GENERIC","features":[317]},{"name":"DXERR_OUTOFCAPS","features":[317]},{"name":"DXERR_UNSUPPORTED","features":[317]},{"name":"DX_IRQDATA","features":[317]},{"name":"DX_OK","features":[317]},{"name":"DirectDrawCreate","features":[317]},{"name":"DirectDrawCreateClipper","features":[317]},{"name":"DirectDrawCreateEx","features":[317]},{"name":"DirectDrawEnumerateA","features":[307,317]},{"name":"DirectDrawEnumerateExA","features":[307,317,318]},{"name":"DirectDrawEnumerateExW","features":[307,317,318]},{"name":"DirectDrawEnumerateW","features":[307,317]},{"name":"GUID_ColorControlCallbacks","features":[317]},{"name":"GUID_D3DCallbacks","features":[317]},{"name":"GUID_D3DCallbacks2","features":[317]},{"name":"GUID_D3DCallbacks3","features":[317]},{"name":"GUID_D3DCaps","features":[317]},{"name":"GUID_D3DExtendedCaps","features":[317]},{"name":"GUID_D3DParseUnknownCommandCallback","features":[317]},{"name":"GUID_DDMoreCaps","features":[317]},{"name":"GUID_DDMoreSurfaceCaps","features":[317]},{"name":"GUID_DDStereoMode","features":[317]},{"name":"GUID_DxApi","features":[317]},{"name":"GUID_GetHeapAlignment","features":[317]},{"name":"GUID_KernelCallbacks","features":[317]},{"name":"GUID_KernelCaps","features":[317]},{"name":"GUID_Miscellaneous2Callbacks","features":[317]},{"name":"GUID_MiscellaneousCallbacks","features":[317]},{"name":"GUID_MotionCompCallbacks","features":[317]},{"name":"GUID_NTCallbacks","features":[317]},{"name":"GUID_NTPrivateDriverCaps","features":[317]},{"name":"GUID_NonLocalVidMemCaps","features":[317]},{"name":"GUID_OptSurfaceKmodeInfo","features":[317]},{"name":"GUID_OptSurfaceUmodeInfo","features":[317]},{"name":"GUID_UpdateNonLocalHeap","features":[317]},{"name":"GUID_UserModeDriverInfo","features":[317]},{"name":"GUID_UserModeDriverPassword","features":[317]},{"name":"GUID_VPE2Callbacks","features":[317]},{"name":"GUID_VideoPortCallbacks","features":[317]},{"name":"GUID_VideoPortCaps","features":[317]},{"name":"GUID_ZPixelFormats","features":[317]},{"name":"HEAPALIAS","features":[317]},{"name":"HEAPALIASINFO","features":[317]},{"name":"HEAPALIASINFO_MAPPEDDUMMY","features":[317]},{"name":"HEAPALIASINFO_MAPPEDREAL","features":[317]},{"name":"HEAPALIGNMENT","features":[317]},{"name":"IDDVideoPortContainer","features":[317]},{"name":"IDirectDraw","features":[317]},{"name":"IDirectDraw2","features":[317]},{"name":"IDirectDraw4","features":[317]},{"name":"IDirectDraw7","features":[317]},{"name":"IDirectDrawClipper","features":[317]},{"name":"IDirectDrawColorControl","features":[317]},{"name":"IDirectDrawGammaControl","features":[317]},{"name":"IDirectDrawKernel","features":[317]},{"name":"IDirectDrawPalette","features":[317]},{"name":"IDirectDrawSurface","features":[317]},{"name":"IDirectDrawSurface2","features":[317]},{"name":"IDirectDrawSurface3","features":[317]},{"name":"IDirectDrawSurface4","features":[317]},{"name":"IDirectDrawSurface7","features":[317]},{"name":"IDirectDrawSurfaceKernel","features":[317]},{"name":"IDirectDrawVideoPort","features":[317]},{"name":"IDirectDrawVideoPortNotify","features":[317]},{"name":"IRQINFO_HANDLED","features":[317]},{"name":"IRQINFO_NOTHANDLED","features":[317]},{"name":"IUNKNOWN_LIST","features":[317]},{"name":"LPCLIPPERCALLBACK","features":[307,317]},{"name":"LPDD32BITDRIVERINIT","features":[317]},{"name":"LPDDENUMCALLBACKA","features":[307,317]},{"name":"LPDDENUMCALLBACKEXA","features":[307,317,318]},{"name":"LPDDENUMCALLBACKEXW","features":[307,317,318]},{"name":"LPDDENUMCALLBACKW","features":[307,317]},{"name":"LPDDENUMMODESCALLBACK","features":[317]},{"name":"LPDDENUMMODESCALLBACK2","features":[317]},{"name":"LPDDENUMSURFACESCALLBACK","features":[317]},{"name":"LPDDENUMSURFACESCALLBACK2","features":[317]},{"name":"LPDDENUMSURFACESCALLBACK7","features":[317]},{"name":"LPDDENUMVIDEOCALLBACK","features":[317]},{"name":"LPDDFXROP","features":[317]},{"name":"LPDDGAMMACALIBRATORPROC","features":[317]},{"name":"LPDDHALCOLORCB_COLORCONTROL","features":[307,317,318]},{"name":"LPDDHALEXEBUFCB_CANCREATEEXEBUF","features":[307,317,318]},{"name":"LPDDHALEXEBUFCB_CREATEEXEBUF","features":[307,317,318]},{"name":"LPDDHALEXEBUFCB_DESTROYEXEBUF","features":[307,317,318]},{"name":"LPDDHALEXEBUFCB_LOCKEXEBUF","features":[307,317,318]},{"name":"LPDDHALEXEBUFCB_UNLOCKEXEBUF","features":[307,317,318]},{"name":"LPDDHALKERNELCB_SYNCSURFACE","features":[307,317,318]},{"name":"LPDDHALKERNELCB_SYNCVIDEOPORT","features":[307,317,318]},{"name":"LPDDHALMOCOMPCB_BEGINFRAME","features":[307,317,318]},{"name":"LPDDHALMOCOMPCB_CREATE","features":[307,317,318]},{"name":"LPDDHALMOCOMPCB_DESTROY","features":[307,317,318]},{"name":"LPDDHALMOCOMPCB_ENDFRAME","features":[307,317,318]},{"name":"LPDDHALMOCOMPCB_GETCOMPBUFFINFO","features":[307,317,318]},{"name":"LPDDHALMOCOMPCB_GETFORMATS","features":[307,317,318]},{"name":"LPDDHALMOCOMPCB_GETGUIDS","features":[307,317,318]},{"name":"LPDDHALMOCOMPCB_GETINTERNALINFO","features":[307,317,318]},{"name":"LPDDHALMOCOMPCB_QUERYSTATUS","features":[307,317,318]},{"name":"LPDDHALMOCOMPCB_RENDER","features":[307,317,318]},{"name":"LPDDHALPALCB_DESTROYPALETTE","features":[307,317,318]},{"name":"LPDDHALPALCB_SETENTRIES","features":[307,317,318]},{"name":"LPDDHALSURFCB_ADDATTACHEDSURFACE","features":[307,317,318]},{"name":"LPDDHALSURFCB_BLT","features":[307,317,318]},{"name":"LPDDHALSURFCB_DESTROYSURFACE","features":[307,317,318]},{"name":"LPDDHALSURFCB_FLIP","features":[307,317,318]},{"name":"LPDDHALSURFCB_GETBLTSTATUS","features":[307,317,318]},{"name":"LPDDHALSURFCB_GETFLIPSTATUS","features":[307,317,318]},{"name":"LPDDHALSURFCB_LOCK","features":[307,317,318]},{"name":"LPDDHALSURFCB_SETCLIPLIST","features":[307,317,318]},{"name":"LPDDHALSURFCB_SETCOLORKEY","features":[307,317,318]},{"name":"LPDDHALSURFCB_SETOVERLAYPOSITION","features":[307,317,318]},{"name":"LPDDHALSURFCB_SETPALETTE","features":[307,317,318]},{"name":"LPDDHALSURFCB_UNLOCK","features":[307,317,318]},{"name":"LPDDHALSURFCB_UPDATEOVERLAY","features":[307,317,318]},{"name":"LPDDHALVPORTCB_CANCREATEVIDEOPORT","features":[307,317,318]},{"name":"LPDDHALVPORTCB_COLORCONTROL","features":[307,317,318]},{"name":"LPDDHALVPORTCB_CREATEVIDEOPORT","features":[307,317,318]},{"name":"LPDDHALVPORTCB_DESTROYVPORT","features":[307,317,318]},{"name":"LPDDHALVPORTCB_FLIP","features":[307,317,318]},{"name":"LPDDHALVPORTCB_GETBANDWIDTH","features":[307,317,318]},{"name":"LPDDHALVPORTCB_GETFIELD","features":[307,317,318]},{"name":"LPDDHALVPORTCB_GETFLIPSTATUS","features":[307,317,318]},{"name":"LPDDHALVPORTCB_GETINPUTFORMATS","features":[307,317,318]},{"name":"LPDDHALVPORTCB_GETLINE","features":[307,317,318]},{"name":"LPDDHALVPORTCB_GETOUTPUTFORMATS","features":[307,317,318]},{"name":"LPDDHALVPORTCB_GETSIGNALSTATUS","features":[307,317,318]},{"name":"LPDDHALVPORTCB_GETVPORTCONNECT","features":[307,317,318]},{"name":"LPDDHALVPORTCB_UPDATE","features":[307,317,318]},{"name":"LPDDHALVPORTCB_WAITFORSYNC","features":[307,317,318]},{"name":"LPDDHAL_CANCREATESURFACE","features":[307,317,318]},{"name":"LPDDHAL_CREATEPALETTE","features":[307,317,318]},{"name":"LPDDHAL_CREATESURFACE","features":[307,317,318]},{"name":"LPDDHAL_CREATESURFACEEX","features":[307,317,318]},{"name":"LPDDHAL_DESTROYDDLOCAL","features":[307,317,318]},{"name":"LPDDHAL_DESTROYDRIVER","features":[307,317,318]},{"name":"LPDDHAL_FLIPTOGDISURFACE","features":[307,317,318]},{"name":"LPDDHAL_GETAVAILDRIVERMEMORY","features":[307,317,318]},{"name":"LPDDHAL_GETDRIVERINFO","features":[317]},{"name":"LPDDHAL_GETDRIVERSTATE","features":[317]},{"name":"LPDDHAL_GETHEAPALIGNMENT","features":[317]},{"name":"LPDDHAL_GETSCANLINE","features":[307,317,318]},{"name":"LPDDHAL_SETCOLORKEY","features":[307,317,318]},{"name":"LPDDHAL_SETEXCLUSIVEMODE","features":[307,317,318]},{"name":"LPDDHAL_SETINFO","features":[307,317,318]},{"name":"LPDDHAL_SETMODE","features":[307,317,318]},{"name":"LPDDHAL_UPDATENONLOCALHEAP","features":[307,317,318]},{"name":"LPDDHAL_VIDMEMALLOC","features":[307,317,318]},{"name":"LPDDHAL_VIDMEMFREE","features":[307,317,318]},{"name":"LPDDHAL_WAITFORVERTICALBLANK","features":[307,317,318]},{"name":"LPDDHEL_INIT","features":[307,317,318]},{"name":"LPDIRECTDRAWENUMERATEEXA","features":[307,317,318]},{"name":"LPDIRECTDRAWENUMERATEEXW","features":[307,317,318]},{"name":"MAX_AUTOFLIP_BUFFERS","features":[317]},{"name":"MAX_DDDEVICEID_STRING","features":[317]},{"name":"MAX_DRIVER_NAME","features":[317]},{"name":"MAX_PALETTE_SIZE","features":[317]},{"name":"MDL_64_BIT_VA","features":[317]},{"name":"MDL_ALLOCATED_FIXED_SIZE","features":[317]},{"name":"MDL_ALLOCATED_MUST_SUCCEED","features":[317]},{"name":"MDL_IO_PAGE_READ","features":[317]},{"name":"MDL_IO_SPACE","features":[317]},{"name":"MDL_LOCK_HELD","features":[317]},{"name":"MDL_MAPPED_TO_SYSTEM_VA","features":[317]},{"name":"MDL_MAPPING_CAN_FAIL","features":[317]},{"name":"MDL_NETWORK_HEADER","features":[317]},{"name":"MDL_PAGES_LOCKED","features":[317]},{"name":"MDL_PARENT_MAPPED_SYSTEM_VA","features":[317]},{"name":"MDL_PARTIAL","features":[317]},{"name":"MDL_PARTIAL_HAS_BEEN_MAPPED","features":[317]},{"name":"MDL_SCATTER_GATHER_VA","features":[317]},{"name":"MDL_SOURCE_IS_NONPAGED_POOL","features":[317]},{"name":"MDL_WRITE_OPERATION","features":[317]},{"name":"OBJECT_ISROOT","features":[317]},{"name":"PDD_ALPHABLT","features":[307,317]},{"name":"PDD_CANCREATESURFACE","features":[317]},{"name":"PDD_COLORCB_COLORCONTROL","features":[307,317]},{"name":"PDD_CREATEPALETTE","features":[307,317,318]},{"name":"PDD_CREATESURFACE","features":[307,317]},{"name":"PDD_CREATESURFACEEX","features":[307,317]},{"name":"PDD_DESTROYDDLOCAL","features":[317]},{"name":"PDD_DESTROYDRIVER","features":[317]},{"name":"PDD_DESTROYDRIVERDATA","features":[317]},{"name":"PDD_FLIPTOGDISURFACE","features":[317]},{"name":"PDD_FREEDRIVERMEMORY","features":[307,317]},{"name":"PDD_GETAVAILDRIVERMEMORY","features":[317]},{"name":"PDD_GETDRIVERINFO","features":[317]},{"name":"PDD_GETDRIVERSTATE","features":[317]},{"name":"PDD_GETSCANLINE","features":[317]},{"name":"PDD_GETVPORTAUTOFLIPSURFACEDATA","features":[317]},{"name":"PDD_KERNELCB_SYNCSURFACE","features":[307,317]},{"name":"PDD_KERNELCB_SYNCVIDEOPORT","features":[307,317]},{"name":"PDD_MAPMEMORY","features":[307,317]},{"name":"PDD_MOCOMPCB_BEGINFRAME","features":[307,317]},{"name":"PDD_MOCOMPCB_CREATE","features":[317]},{"name":"PDD_MOCOMPCB_DESTROY","features":[317]},{"name":"PDD_MOCOMPCB_ENDFRAME","features":[317]},{"name":"PDD_MOCOMPCB_GETCOMPBUFFINFO","features":[317]},{"name":"PDD_MOCOMPCB_GETFORMATS","features":[317]},{"name":"PDD_MOCOMPCB_GETGUIDS","features":[317]},{"name":"PDD_MOCOMPCB_GETINTERNALINFO","features":[317]},{"name":"PDD_MOCOMPCB_QUERYSTATUS","features":[307,317]},{"name":"PDD_MOCOMPCB_RENDER","features":[307,317]},{"name":"PDD_PALCB_DESTROYPALETTE","features":[317]},{"name":"PDD_PALCB_SETENTRIES","features":[317,318]},{"name":"PDD_SETCOLORKEY","features":[307,317]},{"name":"PDD_SETEXCLUSIVEMODE","features":[317]},{"name":"PDD_SETMODE","features":[317]},{"name":"PDD_SETMODEDATA","features":[317]},{"name":"PDD_SURFCB_ADDATTACHEDSURFACE","features":[307,317]},{"name":"PDD_SURFCB_BLT","features":[307,317]},{"name":"PDD_SURFCB_DESTROYSURFACE","features":[307,317]},{"name":"PDD_SURFCB_FLIP","features":[307,317]},{"name":"PDD_SURFCB_GETBLTSTATUS","features":[307,317]},{"name":"PDD_SURFCB_GETFLIPSTATUS","features":[307,317]},{"name":"PDD_SURFCB_LOCK","features":[307,317]},{"name":"PDD_SURFCB_SETCLIPLIST","features":[307,317]},{"name":"PDD_SURFCB_SETCOLORKEY","features":[307,317]},{"name":"PDD_SURFCB_SETOVERLAYPOSITION","features":[307,317]},{"name":"PDD_SURFCB_SETPALETTE","features":[307,317]},{"name":"PDD_SURFCB_UNLOCK","features":[307,317]},{"name":"PDD_SURFCB_UPDATEOVERLAY","features":[307,317]},{"name":"PDD_VPORTCB_CANCREATEVIDEOPORT","features":[317]},{"name":"PDD_VPORTCB_COLORCONTROL","features":[307,317]},{"name":"PDD_VPORTCB_CREATEVIDEOPORT","features":[307,317]},{"name":"PDD_VPORTCB_DESTROYVPORT","features":[307,317]},{"name":"PDD_VPORTCB_FLIP","features":[307,317]},{"name":"PDD_VPORTCB_GETAUTOFLIPSURF","features":[317]},{"name":"PDD_VPORTCB_GETBANDWIDTH","features":[307,317]},{"name":"PDD_VPORTCB_GETFIELD","features":[307,317]},{"name":"PDD_VPORTCB_GETFLIPSTATUS","features":[317]},{"name":"PDD_VPORTCB_GETINPUTFORMATS","features":[307,317]},{"name":"PDD_VPORTCB_GETLINE","features":[307,317]},{"name":"PDD_VPORTCB_GETOUTPUTFORMATS","features":[307,317]},{"name":"PDD_VPORTCB_GETSIGNALSTATUS","features":[307,317]},{"name":"PDD_VPORTCB_GETVPORTCONNECT","features":[317]},{"name":"PDD_VPORTCB_UPDATE","features":[307,317]},{"name":"PDD_VPORTCB_WAITFORSYNC","features":[307,317]},{"name":"PDD_WAITFORVERTICALBLANK","features":[317]},{"name":"PDX_BOBNEXTFIELD","features":[317]},{"name":"PDX_ENABLEIRQ","features":[317]},{"name":"PDX_FLIPOVERLAY","features":[317]},{"name":"PDX_FLIPVIDEOPORT","features":[317]},{"name":"PDX_GETCURRENTAUTOFLIP","features":[317]},{"name":"PDX_GETIRQINFO","features":[317]},{"name":"PDX_GETPOLARITY","features":[317]},{"name":"PDX_GETPREVIOUSAUTOFLIP","features":[317]},{"name":"PDX_GETTRANSFERSTATUS","features":[317]},{"name":"PDX_IRQCALLBACK","features":[317]},{"name":"PDX_LOCK","features":[317]},{"name":"PDX_SETSTATE","features":[307,317]},{"name":"PDX_SKIPNEXTFIELD","features":[317]},{"name":"PDX_TRANSFER","features":[317]},{"name":"PFINDEX_UNINITIALIZED","features":[317]},{"name":"PROCESS_LIST","features":[317]},{"name":"REGSTR_KEY_DDHW_DESCRIPTION","features":[317]},{"name":"REGSTR_KEY_DDHW_DRIVERNAME","features":[317]},{"name":"REGSTR_PATH_DDHW","features":[317]},{"name":"ROP_HAS_PATTERN","features":[317]},{"name":"ROP_HAS_SOURCE","features":[317]},{"name":"SURFACEALIGNMENT","features":[317]},{"name":"SURFACEALIGN_DISCARDABLE","features":[317]},{"name":"VIDEOMEMORY","features":[307,317]},{"name":"VIDEOMEMORYINFO","features":[317]},{"name":"VIDMEM","features":[307,317]},{"name":"VIDMEMINFO","features":[307,317]},{"name":"VIDMEM_HEAPDISABLED","features":[317]},{"name":"VIDMEM_ISHEAP","features":[317]},{"name":"VIDMEM_ISLINEAR","features":[317]},{"name":"VIDMEM_ISNONLOCAL","features":[317]},{"name":"VIDMEM_ISRECTANGULAR","features":[317]},{"name":"VIDMEM_ISWC","features":[317]},{"name":"VMEMHEAP","features":[307,317]},{"name":"VMEMHEAP_ALIGNMENT","features":[317]},{"name":"VMEMHEAP_LINEAR","features":[317]},{"name":"VMEMHEAP_RECTANGULAR","features":[317]},{"name":"VMEML","features":[307,317]},{"name":"VMEMR","features":[307,317]},{"name":"_FACDD","features":[317]}],"411":[{"name":"CLSID_AutoScrollBehavior","features":[410]},{"name":"CLSID_DeferContactService","features":[410]},{"name":"CLSID_DragDropConfigurationBehavior","features":[410]},{"name":"CLSID_HorizontalIndicatorContent","features":[410]},{"name":"CLSID_VerticalIndicatorContent","features":[410]},{"name":"CLSID_VirtualViewportContent","features":[410]},{"name":"DCompManipulationCompositor","features":[410]},{"name":"DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION","features":[410]},{"name":"DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_FORWARD","features":[410]},{"name":"DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_REVERSE","features":[410]},{"name":"DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_STOP","features":[410]},{"name":"DIRECTMANIPULATION_BUILDING","features":[410]},{"name":"DIRECTMANIPULATION_CONFIGURATION","features":[410]},{"name":"DIRECTMANIPULATION_CONFIGURATION_INTERACTION","features":[410]},{"name":"DIRECTMANIPULATION_CONFIGURATION_NONE","features":[410]},{"name":"DIRECTMANIPULATION_CONFIGURATION_RAILS_X","features":[410]},{"name":"DIRECTMANIPULATION_CONFIGURATION_RAILS_Y","features":[410]},{"name":"DIRECTMANIPULATION_CONFIGURATION_SCALING","features":[410]},{"name":"DIRECTMANIPULATION_CONFIGURATION_SCALING_INERTIA","features":[410]},{"name":"DIRECTMANIPULATION_CONFIGURATION_TRANSLATION_INERTIA","features":[410]},{"name":"DIRECTMANIPULATION_CONFIGURATION_TRANSLATION_X","features":[410]},{"name":"DIRECTMANIPULATION_CONFIGURATION_TRANSLATION_Y","features":[410]},{"name":"DIRECTMANIPULATION_COORDINATE_BOUNDARY","features":[410]},{"name":"DIRECTMANIPULATION_COORDINATE_MIRRORED","features":[410]},{"name":"DIRECTMANIPULATION_COORDINATE_ORIGIN","features":[410]},{"name":"DIRECTMANIPULATION_DISABLED","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CANCELLED","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_COMMITTED","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION_HOLD_DRAG","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION_HORIZONTAL","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION_SELECT_DRAG","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION_SELECT_ONLY","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION_VERTICAL","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_DRAGGING","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_PRESELECT","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_READY","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_SELECTING","features":[410]},{"name":"DIRECTMANIPULATION_DRAG_DROP_STATUS","features":[410]},{"name":"DIRECTMANIPULATION_ENABLED","features":[410]},{"name":"DIRECTMANIPULATION_GESTURE_CONFIGURATION","features":[410]},{"name":"DIRECTMANIPULATION_GESTURE_CROSS_SLIDE_HORIZONTAL","features":[410]},{"name":"DIRECTMANIPULATION_GESTURE_CROSS_SLIDE_VERTICAL","features":[410]},{"name":"DIRECTMANIPULATION_GESTURE_DEFAULT","features":[410]},{"name":"DIRECTMANIPULATION_GESTURE_NONE","features":[410]},{"name":"DIRECTMANIPULATION_GESTURE_PINCH_ZOOM","features":[410]},{"name":"DIRECTMANIPULATION_HITTEST_TYPE","features":[410]},{"name":"DIRECTMANIPULATION_HITTEST_TYPE_ASYNCHRONOUS","features":[410]},{"name":"DIRECTMANIPULATION_HITTEST_TYPE_AUTO_SYNCHRONOUS","features":[410]},{"name":"DIRECTMANIPULATION_HITTEST_TYPE_SYNCHRONOUS","features":[410]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT","features":[410]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT_CENTER","features":[410]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT_LEFT","features":[410]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT_NONE","features":[410]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT_RIGHT","features":[410]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT_UNLOCKCENTER","features":[410]},{"name":"DIRECTMANIPULATION_INERTIA","features":[410]},{"name":"DIRECTMANIPULATION_INPUT_MODE","features":[410]},{"name":"DIRECTMANIPULATION_INPUT_MODE_AUTOMATIC","features":[410]},{"name":"DIRECTMANIPULATION_INPUT_MODE_MANUAL","features":[410]},{"name":"DIRECTMANIPULATION_INTERACTION_BEGIN","features":[410]},{"name":"DIRECTMANIPULATION_INTERACTION_END","features":[410]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE","features":[410]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_CROSS_SLIDE","features":[410]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_HOLD","features":[410]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_PINCH_ZOOM","features":[410]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_TAP","features":[410]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE_MANIPULATION","features":[410]},{"name":"DIRECTMANIPULATION_KEYBOARDFOCUS","features":[410]},{"name":"DIRECTMANIPULATION_MOTION_ALL","features":[410]},{"name":"DIRECTMANIPULATION_MOTION_CENTERX","features":[410]},{"name":"DIRECTMANIPULATION_MOTION_CENTERY","features":[410]},{"name":"DIRECTMANIPULATION_MOTION_NONE","features":[410]},{"name":"DIRECTMANIPULATION_MOTION_TRANSLATEX","features":[410]},{"name":"DIRECTMANIPULATION_MOTION_TRANSLATEY","features":[410]},{"name":"DIRECTMANIPULATION_MOTION_TYPES","features":[410]},{"name":"DIRECTMANIPULATION_MOTION_ZOOM","features":[410]},{"name":"DIRECTMANIPULATION_MOUSEFOCUS","features":[410]},{"name":"DIRECTMANIPULATION_READY","features":[410]},{"name":"DIRECTMANIPULATION_RUNNING","features":[410]},{"name":"DIRECTMANIPULATION_SNAPPOINT_COORDINATE","features":[410]},{"name":"DIRECTMANIPULATION_SNAPPOINT_MANDATORY","features":[410]},{"name":"DIRECTMANIPULATION_SNAPPOINT_MANDATORY_SINGLE","features":[410]},{"name":"DIRECTMANIPULATION_SNAPPOINT_OPTIONAL","features":[410]},{"name":"DIRECTMANIPULATION_SNAPPOINT_OPTIONAL_SINGLE","features":[410]},{"name":"DIRECTMANIPULATION_SNAPPOINT_TYPE","features":[410]},{"name":"DIRECTMANIPULATION_STATUS","features":[410]},{"name":"DIRECTMANIPULATION_SUSPENDED","features":[410]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT","features":[410]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT_BOTTOM","features":[410]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT_CENTER","features":[410]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT_NONE","features":[410]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT_TOP","features":[410]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT_UNLOCKCENTER","features":[410]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS","features":[410]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_AUTODISABLE","features":[410]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_DEFAULT","features":[410]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_DISABLEPIXELSNAPPING","features":[410]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_EXPLICITHITTEST","features":[410]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_INPUT","features":[410]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_MANUALUPDATE","features":[410]},{"name":"DirectManipulationManager","features":[410]},{"name":"DirectManipulationPrimaryContent","features":[410]},{"name":"DirectManipulationSharedManager","features":[410]},{"name":"DirectManipulationUpdateManager","features":[410]},{"name":"DirectManipulationViewport","features":[410]},{"name":"IDirectManipulationAutoScrollBehavior","features":[410]},{"name":"IDirectManipulationCompositor","features":[410]},{"name":"IDirectManipulationCompositor2","features":[410]},{"name":"IDirectManipulationContent","features":[410]},{"name":"IDirectManipulationDeferContactService","features":[410]},{"name":"IDirectManipulationDragDropBehavior","features":[410]},{"name":"IDirectManipulationDragDropEventHandler","features":[410]},{"name":"IDirectManipulationFrameInfoProvider","features":[410]},{"name":"IDirectManipulationInteractionEventHandler","features":[410]},{"name":"IDirectManipulationManager","features":[410]},{"name":"IDirectManipulationManager2","features":[410]},{"name":"IDirectManipulationManager3","features":[410]},{"name":"IDirectManipulationPrimaryContent","features":[410]},{"name":"IDirectManipulationUpdateHandler","features":[410]},{"name":"IDirectManipulationUpdateManager","features":[410]},{"name":"IDirectManipulationViewport","features":[410]},{"name":"IDirectManipulationViewport2","features":[410]},{"name":"IDirectManipulationViewportEventHandler","features":[410]}],"412":[{"name":"DWRITE_ALPHA_MAX","features":[411]},{"name":"DWRITE_AUTOMATIC_FONT_AXES","features":[411]},{"name":"DWRITE_AUTOMATIC_FONT_AXES_NONE","features":[411]},{"name":"DWRITE_AUTOMATIC_FONT_AXES_OPTICAL_SIZE","features":[411]},{"name":"DWRITE_BASELINE","features":[411]},{"name":"DWRITE_BASELINE_CENTRAL","features":[411]},{"name":"DWRITE_BASELINE_DEFAULT","features":[411]},{"name":"DWRITE_BASELINE_HANGING","features":[411]},{"name":"DWRITE_BASELINE_IDEOGRAPHIC_BOTTOM","features":[411]},{"name":"DWRITE_BASELINE_IDEOGRAPHIC_TOP","features":[411]},{"name":"DWRITE_BASELINE_MATH","features":[411]},{"name":"DWRITE_BASELINE_MAXIMUM","features":[411]},{"name":"DWRITE_BASELINE_MINIMUM","features":[411]},{"name":"DWRITE_BASELINE_ROMAN","features":[411]},{"name":"DWRITE_BITMAP_DATA_BGRA32","features":[411]},{"name":"DWRITE_BREAK_CONDITION","features":[411]},{"name":"DWRITE_BREAK_CONDITION_CAN_BREAK","features":[411]},{"name":"DWRITE_BREAK_CONDITION_MAY_NOT_BREAK","features":[411]},{"name":"DWRITE_BREAK_CONDITION_MUST_BREAK","features":[411]},{"name":"DWRITE_BREAK_CONDITION_NEUTRAL","features":[411]},{"name":"DWRITE_CARET_METRICS","features":[411]},{"name":"DWRITE_CLUSTER_METRICS","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_CLEAR","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_COLOR_BURN","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_COLOR_DODGE","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_DARKEN","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_DEST","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_DEST_ATOP","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_DEST_IN","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_DEST_OUT","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_DEST_OVER","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_DIFFERENCE","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_EXCLUSION","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_HARD_LIGHT","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_HSL_COLOR","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_HSL_HUE","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_HSL_LUMINOSITY","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_HSL_SATURATION","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_LIGHTEN","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_MODE","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_MULTIPLY","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_OVERLAY","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_PLUS","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_SCREEN","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_SOFT_LIGHT","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_SRC","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_SRC_ATOP","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_SRC_IN","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_SRC_OUT","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_SRC_OVER","features":[411]},{"name":"DWRITE_COLOR_COMPOSITE_XOR","features":[411]},{"name":"DWRITE_COLOR_F","features":[411]},{"name":"DWRITE_COLOR_GLYPH_RUN","features":[307,411]},{"name":"DWRITE_COLOR_GLYPH_RUN1","features":[307,411]},{"name":"DWRITE_CONTAINER_TYPE","features":[411]},{"name":"DWRITE_CONTAINER_TYPE_UNKNOWN","features":[411]},{"name":"DWRITE_CONTAINER_TYPE_WOFF","features":[411]},{"name":"DWRITE_CONTAINER_TYPE_WOFF2","features":[411]},{"name":"DWRITE_ERR_BASE","features":[411]},{"name":"DWRITE_E_DOWNLOADCANCELLED","features":[411]},{"name":"DWRITE_E_DOWNLOADFAILED","features":[411]},{"name":"DWRITE_E_REMOTEFONT","features":[411]},{"name":"DWRITE_E_TOOMANYDOWNLOADS","features":[411]},{"name":"DWRITE_FACTORY_TYPE","features":[411]},{"name":"DWRITE_FACTORY_TYPE_ISOLATED","features":[411]},{"name":"DWRITE_FACTORY_TYPE_SHARED","features":[411]},{"name":"DWRITE_FILE_FRAGMENT","features":[411]},{"name":"DWRITE_FLOW_DIRECTION","features":[411]},{"name":"DWRITE_FLOW_DIRECTION_BOTTOM_TO_TOP","features":[411]},{"name":"DWRITE_FLOW_DIRECTION_LEFT_TO_RIGHT","features":[411]},{"name":"DWRITE_FLOW_DIRECTION_RIGHT_TO_LEFT","features":[411]},{"name":"DWRITE_FLOW_DIRECTION_TOP_TO_BOTTOM","features":[411]},{"name":"DWRITE_FONT_AXIS_ATTRIBUTES","features":[411]},{"name":"DWRITE_FONT_AXIS_ATTRIBUTES_HIDDEN","features":[411]},{"name":"DWRITE_FONT_AXIS_ATTRIBUTES_NONE","features":[411]},{"name":"DWRITE_FONT_AXIS_ATTRIBUTES_VARIABLE","features":[411]},{"name":"DWRITE_FONT_AXIS_RANGE","features":[411]},{"name":"DWRITE_FONT_AXIS_TAG","features":[411]},{"name":"DWRITE_FONT_AXIS_TAG_ITALIC","features":[411]},{"name":"DWRITE_FONT_AXIS_TAG_OPTICAL_SIZE","features":[411]},{"name":"DWRITE_FONT_AXIS_TAG_SLANT","features":[411]},{"name":"DWRITE_FONT_AXIS_TAG_WEIGHT","features":[411]},{"name":"DWRITE_FONT_AXIS_TAG_WIDTH","features":[411]},{"name":"DWRITE_FONT_AXIS_VALUE","features":[411]},{"name":"DWRITE_FONT_FACE_TYPE","features":[411]},{"name":"DWRITE_FONT_FACE_TYPE_BITMAP","features":[411]},{"name":"DWRITE_FONT_FACE_TYPE_CFF","features":[411]},{"name":"DWRITE_FONT_FACE_TYPE_OPENTYPE_COLLECTION","features":[411]},{"name":"DWRITE_FONT_FACE_TYPE_RAW_CFF","features":[411]},{"name":"DWRITE_FONT_FACE_TYPE_TRUETYPE","features":[411]},{"name":"DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION","features":[411]},{"name":"DWRITE_FONT_FACE_TYPE_TYPE1","features":[411]},{"name":"DWRITE_FONT_FACE_TYPE_UNKNOWN","features":[411]},{"name":"DWRITE_FONT_FACE_TYPE_VECTOR","features":[411]},{"name":"DWRITE_FONT_FAMILY_MODEL","features":[411]},{"name":"DWRITE_FONT_FAMILY_MODEL_TYPOGRAPHIC","features":[411]},{"name":"DWRITE_FONT_FAMILY_MODEL_WEIGHT_STRETCH_STYLE","features":[411]},{"name":"DWRITE_FONT_FEATURE","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_ALTERNATE_ANNOTATION_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_ALTERNATE_HALF_WIDTH","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_ALTERNATIVE_FRACTIONS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_CAPITAL_SPACING","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_CASE_SENSITIVE_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_ALTERNATES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_LIGATURES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_SWASH","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_CURSIVE_POSITIONING","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_DEFAULT","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_DISCRETIONARY_LIGATURES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_EXPERT_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_FRACTIONS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_FULL_WIDTH","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_GLYPH_COMPOSITION_DECOMPOSITION","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_HALANT_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_HALF_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_HALF_WIDTH","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_HISTORICAL_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_HISTORICAL_LIGATURES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_HOJO_KANJI_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_HORIZONTAL_KANA_ALTERNATES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_JIS04_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_JIS78_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_JIS83_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_JIS90_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_KERNING","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_LINING_FIGURES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_LOCALIZED_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_MARK_POSITIONING","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_MARK_TO_MARK_POSITIONING","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_MATHEMATICAL_GREEK","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_NLC_KANJI_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_OLD_STYLE_FIGURES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_ORDINALS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_PETITE_CAPITALS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_PETITE_CAPITALS_FROM_CAPITALS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_ALTERNATE_WIDTH","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_FIGURES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_WIDTHS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_QUARTER_WIDTHS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_REQUIRED_LIGATURES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_RUBY_NOTATION_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_SCIENTIFIC_INFERIORS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_SIMPLIFIED_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_SLASHED_ZERO","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_SMALL_CAPITALS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_SMALL_CAPITALS_FROM_CAPITALS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STANDARD_LIGATURES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_ALTERNATES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_10","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_11","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_12","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_13","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_14","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_15","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_16","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_17","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_18","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_19","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_2","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_20","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_3","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_4","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_5","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_6","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_7","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_8","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_9","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_SUBSCRIPT","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_SUPERSCRIPT","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_SWASH","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_TABULAR_FIGURES","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_THIRD_WIDTHS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_TITLING","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_TRADITIONAL_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_TRADITIONAL_NAME_FORMS","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_UNICASE","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_VERTICAL_ALTERNATES_AND_ROTATION","features":[411]},{"name":"DWRITE_FONT_FEATURE_TAG_VERTICAL_WRITING","features":[411]},{"name":"DWRITE_FONT_FILE_TYPE","features":[411]},{"name":"DWRITE_FONT_FILE_TYPE_BITMAP","features":[411]},{"name":"DWRITE_FONT_FILE_TYPE_CFF","features":[411]},{"name":"DWRITE_FONT_FILE_TYPE_OPENTYPE_COLLECTION","features":[411]},{"name":"DWRITE_FONT_FILE_TYPE_TRUETYPE","features":[411]},{"name":"DWRITE_FONT_FILE_TYPE_TRUETYPE_COLLECTION","features":[411]},{"name":"DWRITE_FONT_FILE_TYPE_TYPE1_PFB","features":[411]},{"name":"DWRITE_FONT_FILE_TYPE_TYPE1_PFM","features":[411]},{"name":"DWRITE_FONT_FILE_TYPE_UNKNOWN","features":[411]},{"name":"DWRITE_FONT_FILE_TYPE_VECTOR","features":[411]},{"name":"DWRITE_FONT_LINE_GAP_USAGE","features":[411]},{"name":"DWRITE_FONT_LINE_GAP_USAGE_DEFAULT","features":[411]},{"name":"DWRITE_FONT_LINE_GAP_USAGE_DISABLED","features":[411]},{"name":"DWRITE_FONT_LINE_GAP_USAGE_ENABLED","features":[411]},{"name":"DWRITE_FONT_METRICS","features":[411]},{"name":"DWRITE_FONT_METRICS1","features":[307,411]},{"name":"DWRITE_FONT_PROPERTY","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_DESIGN_SCRIPT_LANGUAGE_TAG","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_FACE_NAME","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_FAMILY_NAME","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_FULL_NAME","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_NONE","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_POSTSCRIPT_NAME","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_PREFERRED_FAMILY_NAME","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_SEMANTIC_TAG","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_STRETCH","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_STYLE","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_SUPPORTED_SCRIPT_LANGUAGE_TAG","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_TOTAL","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_TOTAL_RS3","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_TYPOGRAPHIC_FACE_NAME","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_TYPOGRAPHIC_FAMILY_NAME","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_WEIGHT","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_WEIGHT_STRETCH_STYLE_FACE_NAME","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_WEIGHT_STRETCH_STYLE_FAMILY_NAME","features":[411]},{"name":"DWRITE_FONT_PROPERTY_ID_WIN32_FAMILY_NAME","features":[411]},{"name":"DWRITE_FONT_SIMULATIONS","features":[411]},{"name":"DWRITE_FONT_SIMULATIONS_BOLD","features":[411]},{"name":"DWRITE_FONT_SIMULATIONS_NONE","features":[411]},{"name":"DWRITE_FONT_SIMULATIONS_OBLIQUE","features":[411]},{"name":"DWRITE_FONT_SOURCE_TYPE","features":[411]},{"name":"DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE","features":[411]},{"name":"DWRITE_FONT_SOURCE_TYPE_PER_MACHINE","features":[411]},{"name":"DWRITE_FONT_SOURCE_TYPE_PER_USER","features":[411]},{"name":"DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER","features":[411]},{"name":"DWRITE_FONT_SOURCE_TYPE_UNKNOWN","features":[411]},{"name":"DWRITE_FONT_STRETCH","features":[411]},{"name":"DWRITE_FONT_STRETCH_CONDENSED","features":[411]},{"name":"DWRITE_FONT_STRETCH_EXPANDED","features":[411]},{"name":"DWRITE_FONT_STRETCH_EXTRA_CONDENSED","features":[411]},{"name":"DWRITE_FONT_STRETCH_EXTRA_EXPANDED","features":[411]},{"name":"DWRITE_FONT_STRETCH_MEDIUM","features":[411]},{"name":"DWRITE_FONT_STRETCH_NORMAL","features":[411]},{"name":"DWRITE_FONT_STRETCH_SEMI_CONDENSED","features":[411]},{"name":"DWRITE_FONT_STRETCH_SEMI_EXPANDED","features":[411]},{"name":"DWRITE_FONT_STRETCH_ULTRA_CONDENSED","features":[411]},{"name":"DWRITE_FONT_STRETCH_ULTRA_EXPANDED","features":[411]},{"name":"DWRITE_FONT_STRETCH_UNDEFINED","features":[411]},{"name":"DWRITE_FONT_STYLE","features":[411]},{"name":"DWRITE_FONT_STYLE_ITALIC","features":[411]},{"name":"DWRITE_FONT_STYLE_NORMAL","features":[411]},{"name":"DWRITE_FONT_STYLE_OBLIQUE","features":[411]},{"name":"DWRITE_FONT_WEIGHT","features":[411]},{"name":"DWRITE_FONT_WEIGHT_BLACK","features":[411]},{"name":"DWRITE_FONT_WEIGHT_BOLD","features":[411]},{"name":"DWRITE_FONT_WEIGHT_DEMI_BOLD","features":[411]},{"name":"DWRITE_FONT_WEIGHT_EXTRA_BLACK","features":[411]},{"name":"DWRITE_FONT_WEIGHT_EXTRA_BOLD","features":[411]},{"name":"DWRITE_FONT_WEIGHT_EXTRA_LIGHT","features":[411]},{"name":"DWRITE_FONT_WEIGHT_HEAVY","features":[411]},{"name":"DWRITE_FONT_WEIGHT_LIGHT","features":[411]},{"name":"DWRITE_FONT_WEIGHT_MEDIUM","features":[411]},{"name":"DWRITE_FONT_WEIGHT_NORMAL","features":[411]},{"name":"DWRITE_FONT_WEIGHT_REGULAR","features":[411]},{"name":"DWRITE_FONT_WEIGHT_SEMI_BOLD","features":[411]},{"name":"DWRITE_FONT_WEIGHT_SEMI_LIGHT","features":[411]},{"name":"DWRITE_FONT_WEIGHT_THIN","features":[411]},{"name":"DWRITE_FONT_WEIGHT_ULTRA_BLACK","features":[411]},{"name":"DWRITE_FONT_WEIGHT_ULTRA_BOLD","features":[411]},{"name":"DWRITE_FONT_WEIGHT_ULTRA_LIGHT","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_DATA","features":[307,400,411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_CFF","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_COLR","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_COLR_PAINT_TREE","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_JPEG","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_NONE","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_PNG","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_PREMULTIPLIED_B8G8R8A8","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_SVG","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_TIFF","features":[411]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_TRUETYPE","features":[411]},{"name":"DWRITE_GLYPH_METRICS","features":[411]},{"name":"DWRITE_GLYPH_OFFSET","features":[411]},{"name":"DWRITE_GLYPH_ORIENTATION_ANGLE","features":[411]},{"name":"DWRITE_GLYPH_ORIENTATION_ANGLE_0_DEGREES","features":[411]},{"name":"DWRITE_GLYPH_ORIENTATION_ANGLE_180_DEGREES","features":[411]},{"name":"DWRITE_GLYPH_ORIENTATION_ANGLE_270_DEGREES","features":[411]},{"name":"DWRITE_GLYPH_ORIENTATION_ANGLE_90_DEGREES","features":[411]},{"name":"DWRITE_GLYPH_RUN","features":[307,411]},{"name":"DWRITE_GLYPH_RUN_DESCRIPTION","features":[411]},{"name":"DWRITE_GRID_FIT_MODE","features":[411]},{"name":"DWRITE_GRID_FIT_MODE_DEFAULT","features":[411]},{"name":"DWRITE_GRID_FIT_MODE_DISABLED","features":[411]},{"name":"DWRITE_GRID_FIT_MODE_ENABLED","features":[411]},{"name":"DWRITE_HIT_TEST_METRICS","features":[307,411]},{"name":"DWRITE_INFORMATIONAL_STRING_COPYRIGHT_NOTICE","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_DESCRIPTION","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_DESIGNER","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_DESIGNER_URL","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_DESIGN_SCRIPT_LANGUAGE_TAG","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_FONT_VENDOR_URL","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_FULL_NAME","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_ID","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_LICENSE_DESCRIPTION","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_LICENSE_INFO_URL","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_MANUFACTURER","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_NONE","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_SAMPLE_TEXT","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_SUPPORTED_SCRIPT_LANGUAGE_TAG","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_TRADEMARK","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_FAMILY_NAMES","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_SUBFAMILY_NAMES","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_VERSION_STRINGS","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_WIN32_FAMILY_NAMES","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_WIN32_SUBFAMILY_NAMES","features":[411]},{"name":"DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAME","features":[411]},{"name":"DWRITE_INLINE_OBJECT_METRICS","features":[307,411]},{"name":"DWRITE_JUSTIFICATION_OPPORTUNITY","features":[411]},{"name":"DWRITE_LINE_BREAKPOINT","features":[411]},{"name":"DWRITE_LINE_METRICS","features":[307,411]},{"name":"DWRITE_LINE_METRICS1","features":[307,411]},{"name":"DWRITE_LINE_SPACING","features":[411]},{"name":"DWRITE_LINE_SPACING_METHOD","features":[411]},{"name":"DWRITE_LINE_SPACING_METHOD_DEFAULT","features":[411]},{"name":"DWRITE_LINE_SPACING_METHOD_PROPORTIONAL","features":[411]},{"name":"DWRITE_LINE_SPACING_METHOD_UNIFORM","features":[411]},{"name":"DWRITE_LOCALITY","features":[411]},{"name":"DWRITE_LOCALITY_LOCAL","features":[411]},{"name":"DWRITE_LOCALITY_PARTIAL","features":[411]},{"name":"DWRITE_LOCALITY_REMOTE","features":[411]},{"name":"DWRITE_MATRIX","features":[411]},{"name":"DWRITE_MEASURING_MODE","features":[411]},{"name":"DWRITE_MEASURING_MODE_GDI_CLASSIC","features":[411]},{"name":"DWRITE_MEASURING_MODE_GDI_NATURAL","features":[411]},{"name":"DWRITE_MEASURING_MODE_NATURAL","features":[411]},{"name":"DWRITE_NO_PALETTE_INDEX","features":[411]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD","features":[411]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD_CONTEXTUAL","features":[411]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD_FROM_CULTURE","features":[411]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD_NATIONAL","features":[411]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD_NONE","features":[411]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD_TRADITIONAL","features":[411]},{"name":"DWRITE_OPTICAL_ALIGNMENT","features":[411]},{"name":"DWRITE_OPTICAL_ALIGNMENT_NONE","features":[411]},{"name":"DWRITE_OPTICAL_ALIGNMENT_NO_SIDE_BEARINGS","features":[411]},{"name":"DWRITE_OUTLINE_THRESHOLD","features":[411]},{"name":"DWRITE_OUTLINE_THRESHOLD_ALIASED","features":[411]},{"name":"DWRITE_OUTLINE_THRESHOLD_ANTIALIASED","features":[411]},{"name":"DWRITE_OVERHANG_METRICS","features":[411]},{"name":"DWRITE_PAINT_ATTRIBUTES","features":[411]},{"name":"DWRITE_PAINT_ATTRIBUTES_NONE","features":[411]},{"name":"DWRITE_PAINT_ATTRIBUTES_USES_PALETTE","features":[411]},{"name":"DWRITE_PAINT_ATTRIBUTES_USES_TEXT_COLOR","features":[411]},{"name":"DWRITE_PAINT_COLOR","features":[411]},{"name":"DWRITE_PAINT_ELEMENT","features":[400,411]},{"name":"DWRITE_PAINT_FEATURE_LEVEL","features":[411]},{"name":"DWRITE_PAINT_FEATURE_LEVEL_COLR_V0","features":[411]},{"name":"DWRITE_PAINT_FEATURE_LEVEL_COLR_V1","features":[411]},{"name":"DWRITE_PAINT_FEATURE_LEVEL_NONE","features":[411]},{"name":"DWRITE_PAINT_TYPE","features":[411]},{"name":"DWRITE_PAINT_TYPE_COLOR_GLYPH","features":[411]},{"name":"DWRITE_PAINT_TYPE_COMPOSITE","features":[411]},{"name":"DWRITE_PAINT_TYPE_GLYPH","features":[411]},{"name":"DWRITE_PAINT_TYPE_LAYERS","features":[411]},{"name":"DWRITE_PAINT_TYPE_LINEAR_GRADIENT","features":[411]},{"name":"DWRITE_PAINT_TYPE_NONE","features":[411]},{"name":"DWRITE_PAINT_TYPE_RADIAL_GRADIENT","features":[411]},{"name":"DWRITE_PAINT_TYPE_SOLID","features":[411]},{"name":"DWRITE_PAINT_TYPE_SOLID_GLYPH","features":[411]},{"name":"DWRITE_PAINT_TYPE_SWEEP_GRADIENT","features":[411]},{"name":"DWRITE_PAINT_TYPE_TRANSFORM","features":[411]},{"name":"DWRITE_PANOSE","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_ANY","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_DOUBLE_SERIF","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_HORZ","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_SINGLE_SERIF","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_VERT","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_WEDGE","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_DOUBLE_SERIF","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_HORIZONTAL","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_SINGLE_SERIF","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_VERTICAL","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_WEDGE","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_DOUBLE_SERIF","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORIZONTAL","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORZ","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_SINGLE_SERIF","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERT","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERTICAL","features":[411]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_WEDGE","features":[411]},{"name":"DWRITE_PANOSE_ASPECT","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_ANY","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_CONDENSED","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_EXTENDED","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_MONOSPACED","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_NORMAL","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_RATIO","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_ANY","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_CONDENSED","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_EXPANDED","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_NORMAL","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_VERY_CONDENSED","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_VERY_EXPANDED","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_SUPER_CONDENSED","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_SUPER_EXTENDED","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_VERY_CONDENSED","features":[411]},{"name":"DWRITE_PANOSE_ASPECT_VERY_EXTENDED","features":[411]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES","features":[411]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_ANY","features":[411]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_EXTENDED_COLLECTION","features":[411]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_LITERALS","features":[411]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_NO_LOWER_CASE","features":[411]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_SMALL_CAPS","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_ANY","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_BROKEN","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_HIGH","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_HORIZONTAL_HIGH","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_HORIZONTAL_LOW","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_HORIZONTAL_MEDIUM","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_LOW","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_MEDIUM","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_MEDIUM_HIGH","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_MEDIUM_LOW","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_NONE","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_VERY_HIGH","features":[411]},{"name":"DWRITE_PANOSE_CONTRAST_VERY_LOW","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_ANY","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_CARTOON","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_COLLAGE","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_DERIVATIVE","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_INITIALS","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_MONTAGE","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ASPECT","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ELEMENTS","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_TOPOLOGY","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_ORNAMENTED","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_PICTURE_STEMS","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_TEXT_AND_BACKGROUND","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ANY","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ART_DECO","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_BLACKLETTER","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_CURSIVE","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_ARMS","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_FORMS","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_HORSESHOE_E_AND_A","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_IMPLIED_TOPOLOGY","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_LOMBARDIC_FORMS","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_MULTIPLE_SEGMENT","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SQUARE","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_STANDARD","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SWASH_VARIANCE","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UNEVEN_WEIGHTING","features":[411]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UPPER_CASE_IN_LOWER_CASE","features":[411]},{"name":"DWRITE_PANOSE_FAMILY","features":[411]},{"name":"DWRITE_PANOSE_FAMILY_ANY","features":[411]},{"name":"DWRITE_PANOSE_FAMILY_DECORATIVE","features":[411]},{"name":"DWRITE_PANOSE_FAMILY_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_FAMILY_PICTORIAL","features":[411]},{"name":"DWRITE_PANOSE_FAMILY_SCRIPT","features":[411]},{"name":"DWRITE_PANOSE_FAMILY_SYMBOL","features":[411]},{"name":"DWRITE_PANOSE_FAMILY_TEXT_DISPLAY","features":[411]},{"name":"DWRITE_PANOSE_FILL","features":[411]},{"name":"DWRITE_PANOSE_FILL_ANY","features":[411]},{"name":"DWRITE_PANOSE_FILL_COMPLEX_FILL","features":[411]},{"name":"DWRITE_PANOSE_FILL_DRAWN_DISTRESSED","features":[411]},{"name":"DWRITE_PANOSE_FILL_NO_FILL","features":[411]},{"name":"DWRITE_PANOSE_FILL_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_FILL_PATTERNED_FILL","features":[411]},{"name":"DWRITE_PANOSE_FILL_SHAPED_FILL","features":[411]},{"name":"DWRITE_PANOSE_FILL_STANDARD_SOLID_FILL","features":[411]},{"name":"DWRITE_PANOSE_FINIALS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_ANY","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_NONE_CLOSED_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_NONE_NO_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_NONE_OPEN_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_ROUND_CLOSED_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_ROUND_NO_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_ROUND_OPEN_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_SHARP_CLOSED_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_SHARP_NO_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_SHARP_OPEN_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_TAPERED_CLOSED_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_TAPERED_NO_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_FINIALS_TAPERED_OPEN_LOOPS","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_ANY","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_BOXED","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_CONTACT","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_FLATTENED","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_OFF_CENTER","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_ROUNDED","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_SQUARE","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_WEIGHTED","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_BOXED","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_CONTACT","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_FLATTENED","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_OFF_CENTER","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_ROUNDED","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_SQUARE","features":[411]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_WEIGHTED","features":[411]},{"name":"DWRITE_PANOSE_LINING","features":[411]},{"name":"DWRITE_PANOSE_LINING_ANY","features":[411]},{"name":"DWRITE_PANOSE_LINING_BACKDROP","features":[411]},{"name":"DWRITE_PANOSE_LINING_ENGRAVED","features":[411]},{"name":"DWRITE_PANOSE_LINING_INLINE","features":[411]},{"name":"DWRITE_PANOSE_LINING_NONE","features":[411]},{"name":"DWRITE_PANOSE_LINING_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_LINING_OUTLINE","features":[411]},{"name":"DWRITE_PANOSE_LINING_RELIEF","features":[411]},{"name":"DWRITE_PANOSE_LINING_SHADOW","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_ANY","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_CONSTANT_POINTED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_CONSTANT_SERIFED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_CONSTANT_TRIMMED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_HIGH_POINTED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_HIGH_SERIFED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_HIGH_TRIMMED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_LOW_POINTED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_LOW_SERIFED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_LOW_TRIMMED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_STANDARD_POINTED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_STANDARD_SERIFED","features":[411]},{"name":"DWRITE_PANOSE_MIDLINE_STANDARD_TRIMMED","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION_ANY","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION_CONDENSED","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION_EVEN_WIDTH","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION_EXPANDED","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION_MODERN","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION_MONOSPACED","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION_OLD_STYLE","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION_VERY_CONDENSED","features":[411]},{"name":"DWRITE_PANOSE_PROPORTION_VERY_EXPANDED","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_ANY","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_EXTREME_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_MORE_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_NO_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_SOME_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_EXTREME_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_MORE_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_NO_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_SOME_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_EXTREME_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_MORE_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_NO_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_SOME_WRAPPING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANY","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTED","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTED","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTED","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTED","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILING","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTED","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTED","features":[411]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILING","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_ANY","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_BONE","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_COVE","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_EXAGGERATED","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_FLARED","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_NORMAL_SANS","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_OBTUSE_COVE","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SANS","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SQUARE_COVE","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_OVAL","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_PERPENDICULAR_SANS","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_PERP_SANS","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_ROUNDED","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_SCRIPT","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_SQUARE","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_SQUARE_COVE","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_THIN","features":[411]},{"name":"DWRITE_PANOSE_SERIF_STYLE_TRIANGLE","features":[411]},{"name":"DWRITE_PANOSE_SPACING","features":[411]},{"name":"DWRITE_PANOSE_SPACING_ANY","features":[411]},{"name":"DWRITE_PANOSE_SPACING_MONOSPACED","features":[411]},{"name":"DWRITE_PANOSE_SPACING_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_SPACING_PROPORTIONAL_SPACED","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_ANY","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_DIAGONAL","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_HORIZONTAL","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_TRANSITIONAL","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_VERTICAL","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_INSTANT_HORIZONTAL","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_INSTANT_VERTICAL","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_NO_VARIATION","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_RAPID_HORIZONTAL","features":[411]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_RAPID_VERTICAL","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_ANY","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_EXCEPTIONALLY_WIDE","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NARROW","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NORMAL","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NO_WIDTH","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_SUPER_WIDE","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_VERY_NARROW","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_VERY_WIDE","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_WIDE","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_ANY","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_BOARDERS","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_EXPERT","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_ICONS","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_INDUSTRY_SPECIFIC","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_LOGOS","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_MONTAGES","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_MUSIC","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_PATTERNS","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_PICTURES","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_SCIENTIFIC","features":[411]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_SHAPES","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND_ANY","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND_BALL","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND_BRUSH","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND_ENGRAVED","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND_FELT_PEN_BRUSH_TIP","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND_FLAT_NIB","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND_PRESSURE_POINT","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND_ROUGH","features":[411]},{"name":"DWRITE_PANOSE_TOOL_KIND_WILD_BRUSH","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_ANY","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_BLACK","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_BOLD","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_BOOK","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_DEMI","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_EXTRA_BLACK","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_HEAVY","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_LIGHT","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_MEDIUM","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_NORD","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_THIN","features":[411]},{"name":"DWRITE_PANOSE_WEIGHT_VERY_LIGHT","features":[411]},{"name":"DWRITE_PANOSE_XASCENT","features":[411]},{"name":"DWRITE_PANOSE_XASCENT_ANY","features":[411]},{"name":"DWRITE_PANOSE_XASCENT_HIGH","features":[411]},{"name":"DWRITE_PANOSE_XASCENT_LOW","features":[411]},{"name":"DWRITE_PANOSE_XASCENT_MEDIUM","features":[411]},{"name":"DWRITE_PANOSE_XASCENT_NO_FIT","features":[411]},{"name":"DWRITE_PANOSE_XASCENT_VERY_HIGH","features":[411]},{"name":"DWRITE_PANOSE_XASCENT_VERY_LOW","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT_ANY","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT_CONSTANT_STD","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT_DUCKING_STD","features":[411]},{"name":"DWRITE_PANOSE_XHEIGHT_NO_FIT","features":[411]},{"name":"DWRITE_PARAGRAPH_ALIGNMENT","features":[411]},{"name":"DWRITE_PARAGRAPH_ALIGNMENT_CENTER","features":[411]},{"name":"DWRITE_PARAGRAPH_ALIGNMENT_FAR","features":[411]},{"name":"DWRITE_PARAGRAPH_ALIGNMENT_NEAR","features":[411]},{"name":"DWRITE_PIXEL_GEOMETRY","features":[411]},{"name":"DWRITE_PIXEL_GEOMETRY_BGR","features":[411]},{"name":"DWRITE_PIXEL_GEOMETRY_FLAT","features":[411]},{"name":"DWRITE_PIXEL_GEOMETRY_RGB","features":[411]},{"name":"DWRITE_READING_DIRECTION","features":[411]},{"name":"DWRITE_READING_DIRECTION_BOTTOM_TO_TOP","features":[411]},{"name":"DWRITE_READING_DIRECTION_LEFT_TO_RIGHT","features":[411]},{"name":"DWRITE_READING_DIRECTION_RIGHT_TO_LEFT","features":[411]},{"name":"DWRITE_READING_DIRECTION_TOP_TO_BOTTOM","features":[411]},{"name":"DWRITE_RENDERING_MODE","features":[411]},{"name":"DWRITE_RENDERING_MODE1","features":[411]},{"name":"DWRITE_RENDERING_MODE1_ALIASED","features":[411]},{"name":"DWRITE_RENDERING_MODE1_DEFAULT","features":[411]},{"name":"DWRITE_RENDERING_MODE1_GDI_CLASSIC","features":[411]},{"name":"DWRITE_RENDERING_MODE1_GDI_NATURAL","features":[411]},{"name":"DWRITE_RENDERING_MODE1_NATURAL","features":[411]},{"name":"DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC","features":[411]},{"name":"DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC_DOWNSAMPLED","features":[411]},{"name":"DWRITE_RENDERING_MODE1_OUTLINE","features":[411]},{"name":"DWRITE_RENDERING_MODE_ALIASED","features":[411]},{"name":"DWRITE_RENDERING_MODE_CLEARTYPE_GDI_CLASSIC","features":[411]},{"name":"DWRITE_RENDERING_MODE_CLEARTYPE_GDI_NATURAL","features":[411]},{"name":"DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL","features":[411]},{"name":"DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL_SYMMETRIC","features":[411]},{"name":"DWRITE_RENDERING_MODE_DEFAULT","features":[411]},{"name":"DWRITE_RENDERING_MODE_GDI_CLASSIC","features":[411]},{"name":"DWRITE_RENDERING_MODE_GDI_NATURAL","features":[411]},{"name":"DWRITE_RENDERING_MODE_NATURAL","features":[411]},{"name":"DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC","features":[411]},{"name":"DWRITE_RENDERING_MODE_OUTLINE","features":[411]},{"name":"DWRITE_SCRIPT_ANALYSIS","features":[411]},{"name":"DWRITE_SCRIPT_PROPERTIES","features":[411]},{"name":"DWRITE_SCRIPT_SHAPES","features":[411]},{"name":"DWRITE_SCRIPT_SHAPES_DEFAULT","features":[411]},{"name":"DWRITE_SCRIPT_SHAPES_NO_VISUAL","features":[411]},{"name":"DWRITE_SHAPING_GLYPH_PROPERTIES","features":[411]},{"name":"DWRITE_SHAPING_TEXT_PROPERTIES","features":[411]},{"name":"DWRITE_STANDARD_FONT_AXIS_COUNT","features":[411]},{"name":"DWRITE_STRIKETHROUGH","features":[411]},{"name":"DWRITE_TEXTURE_ALIASED_1x1","features":[411]},{"name":"DWRITE_TEXTURE_CLEARTYPE_3x1","features":[411]},{"name":"DWRITE_TEXTURE_TYPE","features":[411]},{"name":"DWRITE_TEXT_ALIGNMENT","features":[411]},{"name":"DWRITE_TEXT_ALIGNMENT_CENTER","features":[411]},{"name":"DWRITE_TEXT_ALIGNMENT_JUSTIFIED","features":[411]},{"name":"DWRITE_TEXT_ALIGNMENT_LEADING","features":[411]},{"name":"DWRITE_TEXT_ALIGNMENT_TRAILING","features":[411]},{"name":"DWRITE_TEXT_ANTIALIAS_MODE","features":[411]},{"name":"DWRITE_TEXT_ANTIALIAS_MODE_CLEARTYPE","features":[411]},{"name":"DWRITE_TEXT_ANTIALIAS_MODE_GRAYSCALE","features":[411]},{"name":"DWRITE_TEXT_METRICS","features":[411]},{"name":"DWRITE_TEXT_METRICS1","features":[411]},{"name":"DWRITE_TEXT_RANGE","features":[411]},{"name":"DWRITE_TRIMMING","features":[411]},{"name":"DWRITE_TRIMMING_GRANULARITY","features":[411]},{"name":"DWRITE_TRIMMING_GRANULARITY_CHARACTER","features":[411]},{"name":"DWRITE_TRIMMING_GRANULARITY_NONE","features":[411]},{"name":"DWRITE_TRIMMING_GRANULARITY_WORD","features":[411]},{"name":"DWRITE_TYPOGRAPHIC_FEATURES","features":[411]},{"name":"DWRITE_UNDERLINE","features":[411]},{"name":"DWRITE_UNICODE_RANGE","features":[411]},{"name":"DWRITE_VERTICAL_GLYPH_ORIENTATION","features":[411]},{"name":"DWRITE_VERTICAL_GLYPH_ORIENTATION_DEFAULT","features":[411]},{"name":"DWRITE_VERTICAL_GLYPH_ORIENTATION_STACKED","features":[411]},{"name":"DWRITE_WORD_WRAPPING","features":[411]},{"name":"DWRITE_WORD_WRAPPING_CHARACTER","features":[411]},{"name":"DWRITE_WORD_WRAPPING_EMERGENCY_BREAK","features":[411]},{"name":"DWRITE_WORD_WRAPPING_NO_WRAP","features":[411]},{"name":"DWRITE_WORD_WRAPPING_WHOLE_WORD","features":[411]},{"name":"DWRITE_WORD_WRAPPING_WRAP","features":[411]},{"name":"DWriteCreateFactory","features":[411]},{"name":"FACILITY_DWRITE","features":[411]},{"name":"IDWriteAsyncResult","features":[411]},{"name":"IDWriteBitmapRenderTarget","features":[411]},{"name":"IDWriteBitmapRenderTarget1","features":[411]},{"name":"IDWriteBitmapRenderTarget2","features":[411]},{"name":"IDWriteBitmapRenderTarget3","features":[411]},{"name":"IDWriteColorGlyphRunEnumerator","features":[411]},{"name":"IDWriteColorGlyphRunEnumerator1","features":[411]},{"name":"IDWriteFactory","features":[411]},{"name":"IDWriteFactory1","features":[411]},{"name":"IDWriteFactory2","features":[411]},{"name":"IDWriteFactory3","features":[411]},{"name":"IDWriteFactory4","features":[411]},{"name":"IDWriteFactory5","features":[411]},{"name":"IDWriteFactory6","features":[411]},{"name":"IDWriteFactory7","features":[411]},{"name":"IDWriteFactory8","features":[411]},{"name":"IDWriteFont","features":[411]},{"name":"IDWriteFont1","features":[411]},{"name":"IDWriteFont2","features":[411]},{"name":"IDWriteFont3","features":[411]},{"name":"IDWriteFontCollection","features":[411]},{"name":"IDWriteFontCollection1","features":[411]},{"name":"IDWriteFontCollection2","features":[411]},{"name":"IDWriteFontCollection3","features":[411]},{"name":"IDWriteFontCollectionLoader","features":[411]},{"name":"IDWriteFontDownloadListener","features":[411]},{"name":"IDWriteFontDownloadQueue","features":[411]},{"name":"IDWriteFontFace","features":[411]},{"name":"IDWriteFontFace1","features":[411]},{"name":"IDWriteFontFace2","features":[411]},{"name":"IDWriteFontFace3","features":[411]},{"name":"IDWriteFontFace4","features":[411]},{"name":"IDWriteFontFace5","features":[411]},{"name":"IDWriteFontFace6","features":[411]},{"name":"IDWriteFontFace7","features":[411]},{"name":"IDWriteFontFaceReference","features":[411]},{"name":"IDWriteFontFaceReference1","features":[411]},{"name":"IDWriteFontFallback","features":[411]},{"name":"IDWriteFontFallback1","features":[411]},{"name":"IDWriteFontFallbackBuilder","features":[411]},{"name":"IDWriteFontFamily","features":[411]},{"name":"IDWriteFontFamily1","features":[411]},{"name":"IDWriteFontFamily2","features":[411]},{"name":"IDWriteFontFile","features":[411]},{"name":"IDWriteFontFileEnumerator","features":[411]},{"name":"IDWriteFontFileLoader","features":[411]},{"name":"IDWriteFontFileStream","features":[411]},{"name":"IDWriteFontList","features":[411]},{"name":"IDWriteFontList1","features":[411]},{"name":"IDWriteFontList2","features":[411]},{"name":"IDWriteFontResource","features":[411]},{"name":"IDWriteFontSet","features":[411]},{"name":"IDWriteFontSet1","features":[411]},{"name":"IDWriteFontSet2","features":[411]},{"name":"IDWriteFontSet3","features":[411]},{"name":"IDWriteFontSet4","features":[411]},{"name":"IDWriteFontSetBuilder","features":[411]},{"name":"IDWriteFontSetBuilder1","features":[411]},{"name":"IDWriteFontSetBuilder2","features":[411]},{"name":"IDWriteGdiInterop","features":[411]},{"name":"IDWriteGdiInterop1","features":[411]},{"name":"IDWriteGlyphRunAnalysis","features":[411]},{"name":"IDWriteInMemoryFontFileLoader","features":[411]},{"name":"IDWriteInlineObject","features":[411]},{"name":"IDWriteLocalFontFileLoader","features":[411]},{"name":"IDWriteLocalizedStrings","features":[411]},{"name":"IDWriteNumberSubstitution","features":[411]},{"name":"IDWritePaintReader","features":[411]},{"name":"IDWritePixelSnapping","features":[411]},{"name":"IDWriteRemoteFontFileLoader","features":[411]},{"name":"IDWriteRemoteFontFileStream","features":[411]},{"name":"IDWriteRenderingParams","features":[411]},{"name":"IDWriteRenderingParams1","features":[411]},{"name":"IDWriteRenderingParams2","features":[411]},{"name":"IDWriteRenderingParams3","features":[411]},{"name":"IDWriteStringList","features":[411]},{"name":"IDWriteTextAnalysisSink","features":[411]},{"name":"IDWriteTextAnalysisSink1","features":[411]},{"name":"IDWriteTextAnalysisSource","features":[411]},{"name":"IDWriteTextAnalysisSource1","features":[411]},{"name":"IDWriteTextAnalyzer","features":[411]},{"name":"IDWriteTextAnalyzer1","features":[411]},{"name":"IDWriteTextAnalyzer2","features":[411]},{"name":"IDWriteTextFormat","features":[411]},{"name":"IDWriteTextFormat1","features":[411]},{"name":"IDWriteTextFormat2","features":[411]},{"name":"IDWriteTextFormat3","features":[411]},{"name":"IDWriteTextLayout","features":[411]},{"name":"IDWriteTextLayout1","features":[411]},{"name":"IDWriteTextLayout2","features":[411]},{"name":"IDWriteTextLayout3","features":[411]},{"name":"IDWriteTextLayout4","features":[411]},{"name":"IDWriteTextRenderer","features":[411]},{"name":"IDWriteTextRenderer1","features":[411]},{"name":"IDWriteTypography","features":[411]}],"413":[{"name":"DWMFLIP3DWINDOWPOLICY","features":[412]},{"name":"DWMFLIP3D_DEFAULT","features":[412]},{"name":"DWMFLIP3D_EXCLUDEABOVE","features":[412]},{"name":"DWMFLIP3D_EXCLUDEBELOW","features":[412]},{"name":"DWMFLIP3D_LAST","features":[412]},{"name":"DWMNCRENDERINGPOLICY","features":[412]},{"name":"DWMNCRP_DISABLED","features":[412]},{"name":"DWMNCRP_ENABLED","features":[412]},{"name":"DWMNCRP_LAST","features":[412]},{"name":"DWMNCRP_USEWINDOWSTYLE","features":[412]},{"name":"DWMSBT_AUTO","features":[412]},{"name":"DWMSBT_MAINWINDOW","features":[412]},{"name":"DWMSBT_NONE","features":[412]},{"name":"DWMSBT_TABBEDWINDOW","features":[412]},{"name":"DWMSBT_TRANSIENTWINDOW","features":[412]},{"name":"DWMSC_ALL","features":[412]},{"name":"DWMSC_DOWN","features":[412]},{"name":"DWMSC_DRAG","features":[412]},{"name":"DWMSC_HOLD","features":[412]},{"name":"DWMSC_NONE","features":[412]},{"name":"DWMSC_PENBARREL","features":[412]},{"name":"DWMSC_UP","features":[412]},{"name":"DWMTRANSITION_OWNEDWINDOW_NULL","features":[412]},{"name":"DWMTRANSITION_OWNEDWINDOW_REPOSITION","features":[412]},{"name":"DWMTRANSITION_OWNEDWINDOW_TARGET","features":[412]},{"name":"DWMTWR_APP_COMPAT","features":[412]},{"name":"DWMTWR_GROUP_POLICY","features":[412]},{"name":"DWMTWR_IMPLEMENTED_BY_SYSTEM","features":[412]},{"name":"DWMTWR_NONE","features":[412]},{"name":"DWMTWR_TABBING_ENABLED","features":[412]},{"name":"DWMTWR_USER_POLICY","features":[412]},{"name":"DWMTWR_WINDOW_DWM_ATTRIBUTES","features":[412]},{"name":"DWMTWR_WINDOW_MARGINS","features":[412]},{"name":"DWMTWR_WINDOW_REGION","features":[412]},{"name":"DWMTWR_WINDOW_RELATIONSHIP","features":[412]},{"name":"DWMTWR_WINDOW_STYLES","features":[412]},{"name":"DWMWA_ALLOW_NCPAINT","features":[412]},{"name":"DWMWA_BORDER_COLOR","features":[412]},{"name":"DWMWA_CAPTION_BUTTON_BOUNDS","features":[412]},{"name":"DWMWA_CAPTION_COLOR","features":[412]},{"name":"DWMWA_CLOAK","features":[412]},{"name":"DWMWA_CLOAKED","features":[412]},{"name":"DWMWA_COLOR_DEFAULT","features":[412]},{"name":"DWMWA_COLOR_NONE","features":[412]},{"name":"DWMWA_DISALLOW_PEEK","features":[412]},{"name":"DWMWA_EXCLUDED_FROM_PEEK","features":[412]},{"name":"DWMWA_EXTENDED_FRAME_BOUNDS","features":[412]},{"name":"DWMWA_FLIP3D_POLICY","features":[412]},{"name":"DWMWA_FORCE_ICONIC_REPRESENTATION","features":[412]},{"name":"DWMWA_FREEZE_REPRESENTATION","features":[412]},{"name":"DWMWA_HAS_ICONIC_BITMAP","features":[412]},{"name":"DWMWA_LAST","features":[412]},{"name":"DWMWA_NCRENDERING_ENABLED","features":[412]},{"name":"DWMWA_NCRENDERING_POLICY","features":[412]},{"name":"DWMWA_NONCLIENT_RTL_LAYOUT","features":[412]},{"name":"DWMWA_PASSIVE_UPDATE_MODE","features":[412]},{"name":"DWMWA_SYSTEMBACKDROP_TYPE","features":[412]},{"name":"DWMWA_TEXT_COLOR","features":[412]},{"name":"DWMWA_TRANSITIONS_FORCEDISABLED","features":[412]},{"name":"DWMWA_USE_HOSTBACKDROPBRUSH","features":[412]},{"name":"DWMWA_USE_IMMERSIVE_DARK_MODE","features":[412]},{"name":"DWMWA_VISIBLE_FRAME_BORDER_THICKNESS","features":[412]},{"name":"DWMWA_WINDOW_CORNER_PREFERENCE","features":[412]},{"name":"DWMWCP_DEFAULT","features":[412]},{"name":"DWMWCP_DONOTROUND","features":[412]},{"name":"DWMWCP_ROUND","features":[412]},{"name":"DWMWCP_ROUNDSMALL","features":[412]},{"name":"DWMWINDOWATTRIBUTE","features":[412]},{"name":"DWM_BB_BLURREGION","features":[412]},{"name":"DWM_BB_ENABLE","features":[412]},{"name":"DWM_BB_TRANSITIONONMAXIMIZED","features":[412]},{"name":"DWM_BLURBEHIND","features":[307,412,318]},{"name":"DWM_CLOAKED_APP","features":[412]},{"name":"DWM_CLOAKED_INHERITED","features":[412]},{"name":"DWM_CLOAKED_SHELL","features":[412]},{"name":"DWM_EC_DISABLECOMPOSITION","features":[412]},{"name":"DWM_EC_ENABLECOMPOSITION","features":[412]},{"name":"DWM_FRAME_DURATION_DEFAULT","features":[412]},{"name":"DWM_PRESENT_PARAMETERS","features":[307,412]},{"name":"DWM_SHOWCONTACT","features":[412]},{"name":"DWM_SIT_DISPLAYFRAME","features":[412]},{"name":"DWM_SOURCE_FRAME_SAMPLING","features":[412]},{"name":"DWM_SOURCE_FRAME_SAMPLING_COVERAGE","features":[412]},{"name":"DWM_SOURCE_FRAME_SAMPLING_LAST","features":[412]},{"name":"DWM_SOURCE_FRAME_SAMPLING_POINT","features":[412]},{"name":"DWM_SYSTEMBACKDROP_TYPE","features":[412]},{"name":"DWM_TAB_WINDOW_REQUIREMENTS","features":[412]},{"name":"DWM_THUMBNAIL_PROPERTIES","features":[307,412]},{"name":"DWM_TIMING_INFO","features":[412]},{"name":"DWM_TNP_OPACITY","features":[412]},{"name":"DWM_TNP_RECTDESTINATION","features":[412]},{"name":"DWM_TNP_RECTSOURCE","features":[412]},{"name":"DWM_TNP_SOURCECLIENTAREAONLY","features":[412]},{"name":"DWM_TNP_VISIBLE","features":[412]},{"name":"DWM_WINDOW_CORNER_PREFERENCE","features":[412]},{"name":"DwmAttachMilContent","features":[307,412]},{"name":"DwmDefWindowProc","features":[307,412]},{"name":"DwmDetachMilContent","features":[307,412]},{"name":"DwmEnableBlurBehindWindow","features":[307,412,318]},{"name":"DwmEnableComposition","features":[412]},{"name":"DwmEnableMMCSS","features":[307,412]},{"name":"DwmExtendFrameIntoClientArea","features":[307,412,357]},{"name":"DwmFlush","features":[412]},{"name":"DwmGetColorizationColor","features":[307,412]},{"name":"DwmGetCompositionTimingInfo","features":[307,412]},{"name":"DwmGetGraphicsStreamClient","features":[412]},{"name":"DwmGetGraphicsStreamTransformHint","features":[412]},{"name":"DwmGetTransportAttributes","features":[307,412]},{"name":"DwmGetUnmetTabRequirements","features":[307,412]},{"name":"DwmGetWindowAttribute","features":[307,412]},{"name":"DwmInvalidateIconicBitmaps","features":[307,412]},{"name":"DwmIsCompositionEnabled","features":[307,412]},{"name":"DwmModifyPreviousDxFrameDuration","features":[307,412]},{"name":"DwmQueryThumbnailSourceSize","features":[307,412]},{"name":"DwmRegisterThumbnail","features":[307,412]},{"name":"DwmRenderGesture","features":[307,412]},{"name":"DwmSetDxFrameDuration","features":[307,412]},{"name":"DwmSetIconicLivePreviewBitmap","features":[307,412,318]},{"name":"DwmSetIconicThumbnail","features":[307,412,318]},{"name":"DwmSetPresentParameters","features":[307,412]},{"name":"DwmSetWindowAttribute","features":[307,412]},{"name":"DwmShowContact","features":[412]},{"name":"DwmTetherContact","features":[307,412]},{"name":"DwmTransitionOwnedWindow","features":[307,412]},{"name":"DwmUnregisterThumbnail","features":[412]},{"name":"DwmUpdateThumbnailProperties","features":[307,412]},{"name":"GESTURE_TYPE","features":[412]},{"name":"GT_PEN_DOUBLETAP","features":[412]},{"name":"GT_PEN_PRESSANDHOLD","features":[412]},{"name":"GT_PEN_PRESSANDHOLDABORT","features":[412]},{"name":"GT_PEN_RIGHTTAP","features":[412]},{"name":"GT_PEN_TAP","features":[412]},{"name":"GT_TOUCH_DOUBLETAP","features":[412]},{"name":"GT_TOUCH_PRESSANDHOLD","features":[412]},{"name":"GT_TOUCH_PRESSANDHOLDABORT","features":[412]},{"name":"GT_TOUCH_PRESSANDTAP","features":[412]},{"name":"GT_TOUCH_RIGHTTAP","features":[412]},{"name":"GT_TOUCH_TAP","features":[412]},{"name":"MilMatrix3x2D","features":[412]},{"name":"UNSIGNED_RATIO","features":[412]},{"name":"c_DwmMaxAdapters","features":[412]},{"name":"c_DwmMaxMonitors","features":[412]},{"name":"c_DwmMaxQueuedBuffers","features":[412]}],"414":[{"name":"CreateDXGIFactory","features":[401]},{"name":"CreateDXGIFactory1","features":[401]},{"name":"CreateDXGIFactory2","features":[401]},{"name":"DXGIDeclareAdapterRemovalSupport","features":[401]},{"name":"DXGIDisableVBlankVirtualization","features":[401]},{"name":"DXGIGetDebugInterface1","features":[401]},{"name":"DXGI_ADAPTER_DESC","features":[307,401]},{"name":"DXGI_ADAPTER_DESC1","features":[307,401]},{"name":"DXGI_ADAPTER_DESC2","features":[307,401]},{"name":"DXGI_ADAPTER_DESC3","features":[307,401]},{"name":"DXGI_ADAPTER_FLAG","features":[401]},{"name":"DXGI_ADAPTER_FLAG3","features":[401]},{"name":"DXGI_ADAPTER_FLAG3_ACG_COMPATIBLE","features":[401]},{"name":"DXGI_ADAPTER_FLAG3_KEYED_MUTEX_CONFORMANCE","features":[401]},{"name":"DXGI_ADAPTER_FLAG3_NONE","features":[401]},{"name":"DXGI_ADAPTER_FLAG3_REMOTE","features":[401]},{"name":"DXGI_ADAPTER_FLAG3_SOFTWARE","features":[401]},{"name":"DXGI_ADAPTER_FLAG3_SUPPORT_MONITORED_FENCES","features":[401]},{"name":"DXGI_ADAPTER_FLAG3_SUPPORT_NON_MONITORED_FENCES","features":[401]},{"name":"DXGI_ADAPTER_FLAG_NONE","features":[401]},{"name":"DXGI_ADAPTER_FLAG_REMOTE","features":[401]},{"name":"DXGI_ADAPTER_FLAG_SOFTWARE","features":[401]},{"name":"DXGI_COMPUTE_PREEMPTION_DISPATCH_BOUNDARY","features":[401]},{"name":"DXGI_COMPUTE_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[401]},{"name":"DXGI_COMPUTE_PREEMPTION_GRANULARITY","features":[401]},{"name":"DXGI_COMPUTE_PREEMPTION_INSTRUCTION_BOUNDARY","features":[401]},{"name":"DXGI_COMPUTE_PREEMPTION_THREAD_BOUNDARY","features":[401]},{"name":"DXGI_COMPUTE_PREEMPTION_THREAD_GROUP_BOUNDARY","features":[401]},{"name":"DXGI_CREATE_FACTORY_DEBUG","features":[401]},{"name":"DXGI_CREATE_FACTORY_FLAGS","features":[401]},{"name":"DXGI_DEBUG_ALL","features":[401]},{"name":"DXGI_DEBUG_APP","features":[401]},{"name":"DXGI_DEBUG_BINARY_VERSION","features":[401]},{"name":"DXGI_DEBUG_DX","features":[401]},{"name":"DXGI_DEBUG_DXGI","features":[401]},{"name":"DXGI_DEBUG_RLO_ALL","features":[401]},{"name":"DXGI_DEBUG_RLO_DETAIL","features":[401]},{"name":"DXGI_DEBUG_RLO_FLAGS","features":[401]},{"name":"DXGI_DEBUG_RLO_IGNORE_INTERNAL","features":[401]},{"name":"DXGI_DEBUG_RLO_SUMMARY","features":[401]},{"name":"DXGI_DECODE_SWAP_CHAIN_DESC","features":[401]},{"name":"DXGI_DISPLAY_COLOR_SPACE","features":[401]},{"name":"DXGI_ENUM_MODES","features":[401]},{"name":"DXGI_ENUM_MODES_DISABLED_STEREO","features":[401]},{"name":"DXGI_ENUM_MODES_INTERLACED","features":[401]},{"name":"DXGI_ENUM_MODES_SCALING","features":[401]},{"name":"DXGI_ENUM_MODES_STEREO","features":[401]},{"name":"DXGI_ERROR_ACCESS_DENIED","features":[401]},{"name":"DXGI_ERROR_ACCESS_LOST","features":[401]},{"name":"DXGI_ERROR_ALREADY_EXISTS","features":[401]},{"name":"DXGI_ERROR_CACHE_CORRUPT","features":[401]},{"name":"DXGI_ERROR_CACHE_FULL","features":[401]},{"name":"DXGI_ERROR_CACHE_HASH_COLLISION","features":[401]},{"name":"DXGI_ERROR_CANNOT_PROTECT_CONTENT","features":[401]},{"name":"DXGI_ERROR_DEVICE_HUNG","features":[401]},{"name":"DXGI_ERROR_DEVICE_REMOVED","features":[401]},{"name":"DXGI_ERROR_DEVICE_RESET","features":[401]},{"name":"DXGI_ERROR_DRIVER_INTERNAL_ERROR","features":[401]},{"name":"DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION","features":[401]},{"name":"DXGI_ERROR_FRAME_STATISTICS_DISJOINT","features":[401]},{"name":"DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[401]},{"name":"DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY","features":[401]},{"name":"DXGI_ERROR_INVALID_CALL","features":[401]},{"name":"DXGI_ERROR_MODE_CHANGE_IN_PROGRESS","features":[401]},{"name":"DXGI_ERROR_MORE_DATA","features":[401]},{"name":"DXGI_ERROR_MPO_UNPINNED","features":[401]},{"name":"DXGI_ERROR_NAME_ALREADY_EXISTS","features":[401]},{"name":"DXGI_ERROR_NONEXCLUSIVE","features":[401]},{"name":"DXGI_ERROR_NON_COMPOSITED_UI","features":[401]},{"name":"DXGI_ERROR_NOT_CURRENT","features":[401]},{"name":"DXGI_ERROR_NOT_CURRENTLY_AVAILABLE","features":[401]},{"name":"DXGI_ERROR_NOT_FOUND","features":[401]},{"name":"DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED","features":[401]},{"name":"DXGI_ERROR_REMOTE_OUTOFMEMORY","features":[401]},{"name":"DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE","features":[401]},{"name":"DXGI_ERROR_SDK_COMPONENT_MISSING","features":[401]},{"name":"DXGI_ERROR_SESSION_DISCONNECTED","features":[401]},{"name":"DXGI_ERROR_UNSUPPORTED","features":[401]},{"name":"DXGI_ERROR_WAIT_TIMEOUT","features":[401]},{"name":"DXGI_ERROR_WAS_STILL_DRAWING","features":[401]},{"name":"DXGI_FEATURE","features":[401]},{"name":"DXGI_FEATURE_PRESENT_ALLOW_TEARING","features":[401]},{"name":"DXGI_FRAME_PRESENTATION_MODE","features":[401]},{"name":"DXGI_FRAME_PRESENTATION_MODE_COMPOSED","features":[401]},{"name":"DXGI_FRAME_PRESENTATION_MODE_COMPOSITION_FAILURE","features":[401]},{"name":"DXGI_FRAME_PRESENTATION_MODE_NONE","features":[401]},{"name":"DXGI_FRAME_PRESENTATION_MODE_OVERLAY","features":[401]},{"name":"DXGI_FRAME_STATISTICS","features":[401]},{"name":"DXGI_FRAME_STATISTICS_MEDIA","features":[401]},{"name":"DXGI_GPU_PREFERENCE","features":[401]},{"name":"DXGI_GPU_PREFERENCE_HIGH_PERFORMANCE","features":[401]},{"name":"DXGI_GPU_PREFERENCE_MINIMUM_POWER","features":[401]},{"name":"DXGI_GPU_PREFERENCE_UNSPECIFIED","features":[401]},{"name":"DXGI_GRAPHICS_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[401]},{"name":"DXGI_GRAPHICS_PREEMPTION_GRANULARITY","features":[401]},{"name":"DXGI_GRAPHICS_PREEMPTION_INSTRUCTION_BOUNDARY","features":[401]},{"name":"DXGI_GRAPHICS_PREEMPTION_PIXEL_BOUNDARY","features":[401]},{"name":"DXGI_GRAPHICS_PREEMPTION_PRIMITIVE_BOUNDARY","features":[401]},{"name":"DXGI_GRAPHICS_PREEMPTION_TRIANGLE_BOUNDARY","features":[401]},{"name":"DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAGS","features":[401]},{"name":"DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_CURSOR_STRETCHED","features":[401]},{"name":"DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_FULLSCREEN","features":[401]},{"name":"DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_WINDOWED","features":[401]},{"name":"DXGI_HDR_METADATA_HDR10","features":[401]},{"name":"DXGI_HDR_METADATA_HDR10PLUS","features":[401]},{"name":"DXGI_HDR_METADATA_TYPE","features":[401]},{"name":"DXGI_HDR_METADATA_TYPE_HDR10","features":[401]},{"name":"DXGI_HDR_METADATA_TYPE_HDR10PLUS","features":[401]},{"name":"DXGI_HDR_METADATA_TYPE_NONE","features":[401]},{"name":"DXGI_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT","features":[401]},{"name":"DXGI_INFO_QUEUE_FILTER","features":[401]},{"name":"DXGI_INFO_QUEUE_FILTER_DESC","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_CLEANUP","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_COMPILATION","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_EXECUTION","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_INITIALIZATION","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_MISCELLANEOUS","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_RESOURCE_MANIPULATION","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_SHADER","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_CREATION","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_GETTING","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_SETTING","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_UNKNOWN","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_ID_STRING_FROM_APPLICATION","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY_CORRUPTION","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY_ERROR","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY_INFO","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY_MESSAGE","features":[401]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY_WARNING","features":[401]},{"name":"DXGI_MAPPED_RECT","features":[401]},{"name":"DXGI_MAP_DISCARD","features":[401]},{"name":"DXGI_MAP_FLAGS","features":[401]},{"name":"DXGI_MAP_READ","features":[401]},{"name":"DXGI_MAP_WRITE","features":[401]},{"name":"DXGI_MATRIX_3X2_F","features":[401]},{"name":"DXGI_MAX_SWAP_CHAIN_BUFFERS","features":[401]},{"name":"DXGI_MEMORY_SEGMENT_GROUP","features":[401]},{"name":"DXGI_MEMORY_SEGMENT_GROUP_LOCAL","features":[401]},{"name":"DXGI_MEMORY_SEGMENT_GROUP_NON_LOCAL","features":[401]},{"name":"DXGI_MODE_DESC1","features":[307,397]},{"name":"DXGI_MSG_DXGIGetDebugInterface1_InvalidFlags","features":[401]},{"name":"DXGI_MSG_DXGIGetDebugInterface1_NULL_ppDebug","features":[401]},{"name":"DXGI_MSG_IDXGIAdapter_EnumOutputs2_InvalidEnumOutputs2Flag","features":[401]},{"name":"DXGI_MSG_IDXGIAdapter_EnumOutputs_UnavailableInSession0","features":[401]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_GetDestSize_InvalidPointer","features":[401]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_GetSourceRect_InvalidPointer","features":[401]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_GetTargetRect_InvalidPointer","features":[401]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_SetColorSpace_InvalidFlags","features":[401]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_SetDestSize_InvalidSize","features":[401]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_SetSourceRect_InvalidRect","features":[401]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_SetTargetRect_InvalidRect","features":[401]},{"name":"DXGI_MSG_IDXGIDevice_CreateSurface_InvalidParametersWithpSharedResource","features":[401]},{"name":"DXGI_MSG_IDXGIDisplayControl_IsStereoEnabled_UnsupportedOS","features":[401]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCompositionSurface_InvalidHandle","features":[401]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_ForegroundUnsupportedOnAdapter","features":[401]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_InvalidAlphaMode","features":[401]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_InvalidScaling","features":[401]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_UnsupportedOnWindows7","features":[401]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_pWindowIsInvalid","features":[401]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_pWindowIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIFactory2_RegisterOcclusionStatusEvent_UnsupportedOS","features":[401]},{"name":"DXGI_MSG_IDXGIFactory2_RegisterOcclusionStatusWindow_UnsupportedOS","features":[401]},{"name":"DXGI_MSG_IDXGIFactory2_UnregisterStatus_CookieNotFound","features":[401]},{"name":"DXGI_MSG_IDXGIFactory7_UnregisterAdaptersChangedEvent_CookieNotFound","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CheckFeatureSupport_InvalidFeature","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CheckFeatureSupport_InvalidSize","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSoftwareAdapter_ModuleIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSoftwareAdapter_ppAdapterInterfaceIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_InvalidAlphaMode","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_InvalidScaling","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_OnlyFlipSequentialSupported","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_UnsupportedOnAdapter","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_UnsupportedOnWindows7","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_WidthOrHeightIsZero","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForCoreWindow_InvalidSwapEffect","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForHwnd_InvalidScaling","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainOrRegisterOcclusionStatus_BlitModelUsedWhileRegisteredForOcclusionStatusEvents","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_10BitFormatNotSupported","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_AllowTearingFlagIsFlipModelOnly","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_AlphaIsFlipModelOnly","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_AlphaIsWindowlessOnly","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_AlphaUnrecognized","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_BufferCountOOBForFlipSequential","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_DisplayOnlyFullscreenUnsupported","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_DisplayOnlyOnLegacy","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_DisplayOnlyUnsupported","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_FSUnsupportedForModernApps","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_FailedToGoFSButNonPreRotated","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_FlipSequentialNotSupportedOnD3D10","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_FlipSwapEffectRequired","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ForegroundIsCoreWindowOnly","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_HwProtectUnsupported","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_InvalidDevice","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_InvalidFlags","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_InvalidFormatForFlipSequential","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_InvalidHwProtect","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_InvalidQueue","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_LegacyBltModelSwapEffect","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_MultiSamplingNotSupportedForFlipSequential","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_MultipleSwapchainRefToSurface_DeferredDtr","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_NonPreRotatedAndGDICompatibleFlags","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_NonPreRotatedFlagAndWindowed","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_NullDeviceInterface","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_RestrictOutputNotSupportedOnAdapter","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_RestrictToOutputAdapterMismatch","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ScalingNoneIsFlipModelOnly","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ScalingNoneRequiresWindows8OrNewer","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ScalingUnrecognized","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ShaderInputUnsupported_YUV","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_UnavailableInSession0","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_UnknownSwapEffect","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_UnsupportedBufferUsageFlags","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_WaitableSwapChainsAreFlipModelOnly","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_WaitableSwapChainsAreNotFullscreen","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_pDescIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_pDeviceHasMismatchedDXGIFactory","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_pRestrictToOutputFromOtherIDXGIFactory","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ppSwapChainIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_Creation_CalledFromDllMain","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_EnumAdapters_ppAdapterInterfaceIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_GetSharedResourceAdapterLuid_InvalidLUID","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_GetSharedResourceAdapterLuid_InvalidResource","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_GetSharedResourceAdapterLuid_UnsupportedOS","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_GetWindowAssociation_UnavailableInSession0","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_GetWindowAssociation_phWndIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_MakeWindowAssociation_InvalidFlags","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_MakeWindowAssociation_ModernApp","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_MakeWindowAssociation_NoOpBehavior","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_MakeWindowAssociation_UnavailableInSession0","features":[401]},{"name":"DXGI_MSG_IDXGIFactory_Release_CalledFromDllMain","features":[401]},{"name":"DXGI_MSG_IDXGIObject_GetPrivateData_puiDataSizeIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIOutput1_DuplicateOutput_UnsupportedOS","features":[401]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_2DOnly","features":[401]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_MappedOrOfferedResource","features":[401]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_NeedCPUAccessWrite","features":[401]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_NoShared","features":[401]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_OnlyMipLevels1","features":[401]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_StagingOnly","features":[401]},{"name":"DXGI_MSG_IDXGIOutput3_CheckOverlaySupport_IDXGIDeviceNotSupportedBypConcernedDevice","features":[401]},{"name":"DXGI_MSG_IDXGIOutput3_CheckOverlaySupport_NullPointers","features":[401]},{"name":"DXGI_MSG_IDXGIOutput4_CheckOverlayColorSpaceSupport_IDXGIDeviceNotSupportedBypConcernedDevice","features":[401]},{"name":"DXGI_MSG_IDXGIOutput4_CheckOverlayColorSpaceSupport_NullPointers","features":[401]},{"name":"DXGI_MSG_IDXGIOutput6_CheckHardwareCompositionSupport_NullPointer","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_DuplicateOutput1_PerMonitorDpiRequired","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_DuplicateOutput_PerMonitorDpiShimApplied","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_IDXGIDeviceNotSupportedBypConcernedDevice","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_InvalidDisplayModeFormatAndDeviceCombination","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_InvalidDisplayModeScaling","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_InvalidDisplayModeScanlineOrdering","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_ModeHasInvalidWidthOrHeight","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_ModeHasRefreshRateDenominatorZero","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_RemoteDeviceNotSupported","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_RemoteOutputNotSupported","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_UnknownFormatIsInvalidForConfiguration","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_pModeToMatchOrpClosestMatchIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetCammaControlCapabilities_NoOwnerDevice","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplayModeList_RemoteDeviceNotSupported","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplayModeList_RemoteOutputNotSupported","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplayModeList_pNumModesIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplaySurfaceData_ArraySizeMismatch","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplaySurfaceData_InvalidTargetSurfaceFormat","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplaySurfaceData_MapOfDestinationFailed","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplaySurfaceData_NoOwnerDevice","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplaySurfaceData_pDestinationIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetFrameStatistics_NoOwnerDevice","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetFrameStatistics_pStatsIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetGammaControl_NoGammaControls","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_GetGammaControl_NoOwnerDevice","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_SetDisplaySurface_IDXGIResourceNotSupportedBypPrimary","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_SetDisplaySurface_ModernApp","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_SetDisplaySurface_NoOwnerDevice","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_SetDisplaySurface_pPrimaryIsInvalid","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_SetGammaControl_NoOwnerDevice","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_SetOrGetGammaControl_pArrayIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_FailedToAcquireFullscreenMutex","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_ModernApp","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_RemoteDeviceNotSupported","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_RemoteOutputNotSupported","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_Unsupported","features":[401]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_pDeviceIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGIResource1_CreateSharedHandle_UnsupportedOS","features":[401]},{"name":"DXGI_MSG_IDXGIResource1_CreateSubresourceSurface_InvalidIndex","features":[401]},{"name":"DXGI_MSG_IDXGISurface1_GetDC_GDICompatibleFlagNotSet","features":[401]},{"name":"DXGI_MSG_IDXGISurface1_GetDC_ModernApp","features":[401]},{"name":"DXGI_MSG_IDXGISurface1_GetDC_SurfaceNotTexture2D","features":[401]},{"name":"DXGI_MSG_IDXGISurface1_GetDC_UnreleasedHDC","features":[401]},{"name":"DXGI_MSG_IDXGISurface1_GetDC_pHdcIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGISurface1_ReleaseDC_GetDCNotCalled","features":[401]},{"name":"DXGI_MSG_IDXGISurface1_ReleaseDC_InvalidRectangleDimensions","features":[401]},{"name":"DXGI_MSG_IDXGISurface_Map_DiscardAndReadFlagSet","features":[401]},{"name":"DXGI_MSG_IDXGISurface_Map_DiscardButNotWriteFlagSet","features":[401]},{"name":"DXGI_MSG_IDXGISurface_Map_DiscardFlagSetButCPUAccessIsNotDynamic","features":[401]},{"name":"DXGI_MSG_IDXGISurface_Map_FlagsSetToZero","features":[401]},{"name":"DXGI_MSG_IDXGISurface_Map_InvalidSurface","features":[401]},{"name":"DXGI_MSG_IDXGISurface_Map_NoCPUAccess","features":[401]},{"name":"DXGI_MSG_IDXGISurface_Map_NoCPUAccess2","features":[401]},{"name":"DXGI_MSG_IDXGISurface_Map_ReadFlagSetButCPUAccessIsDynamic","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain1_GetRotation_FlipSequentialRequired","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain1_GetRotation_UnsupportedOS","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain1_SetBackgroundColor_OutOfRange","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain1_SetRotation_FlipSequentialRequired","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain1_SetRotation_InvalidRotation","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain1_SetRotation_UnsupportedOS","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain3_CheckColorSpaceSupport_NullPointers","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain3_ResizeBuffers1_InvalidQueue","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain3_SetColorSpace1_InvalidColorSpace","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain3_SetHDRMetaData_InvalidPointer","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain3_SetHDRMetaData_InvalidSize","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain3_SetHDRMetaData_InvalidType","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain4_SetHDRMetaData_MetadataUnchanged","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_CreateSwapChain_InvalidHwProtectGdiFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrResizeBuffers_BufferHeightInferred","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrResizeBuffers_BufferWidthInferred","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrResizeBuffers_InvalidOutputWindow","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrResizeBuffers_NoScanoutFlagChanged","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrSetFullscreenState_FSUnsupportedForFlipDiscard","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrSetFullscreenState_StereoDisabled","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Creation_InvalidOutputWindow","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Creation_InvalidWindowStyle","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Creation_MaxBufferCountExceeded","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Creation_NoOutputWindow","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Creation_TooFewBuffers","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Destruction_OtherMethodsCalled","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetBuffer_NoAllocatedBuffers","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetBuffer_iBufferMustBeZero","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetBuffer_iBufferOOB","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetBuffer_ppSurfaceIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetCompositionSurface_WrongType","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetContainingOutput_SwapchainAdapterDoesNotControlOutput","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetContainingOutput_ppOutputIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetCoreWindow_WrongType","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetDesc_pDescIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetFrameLatencyWaitableObject_OnlyWaitable","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetFrameStatistics_UnsupportedStatistics","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetFrameStatistics_pStatsIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetFullscreenDesc_NonHwnd","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetHwnd_WrongType","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetLastPresentCount_pLastPresentCountIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetMatrixTransform_MatrixPointerCannotBeNull","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetMatrixTransform_RequiresCompositionSwapChain","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetMatrixTransform_YUV","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetMaximumFrameLatency_OnlyWaitable","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetMaximumFrameLatency_pMaxLatencyIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetSourceSize_Decode","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetSourceSize_NullPointers","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_GetSourceSize_YUV","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_PresentBuffer_YUV","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_11On12_Released_Resource","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_AllowTearingRequiresCreationFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_AllowTearingRequiresPresentIntervalZero","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_BlitModelUsedWhileRegisteredForOcclusionStatusEvents","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_Decode","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_DirtyRectOutOfBackbufferBounds","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_DoNotSequenceFlagSetButPreviousBufferIsUndefined","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_EmptyDirtyRect","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_EmptyScrollRect","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_FlipModelChainMustResizeOrCreateOnFSTransition","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_FullscreenAllowTearingIsInvalid","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_FullscreenPartialPresentIsInvalid","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_GetDXGIAdapterFailed","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_InvalidNonPreRotatedFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_InvalidPresentTestOrDoNotSequenceFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_NoAllocatedBuffers","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_NonOptimalFSConfiguration","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_OtherFlagsCausingInvalidPresentTestFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_PartialPresentationBeforeStandardPresentation","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_PartialPresentationWithMSAABuffers","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_PartialPresentationWithSwapEffectDiscard","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_PartialPresentation_YUV","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ProtectedContentInWindowedModeWithDWMOffOrInvalidDisplayAffinity","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ProtectedContentInWindowedModeWithoutFSOrOverlay","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ProtectedContentInWindowedModeWithoutFlipSequential","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ProtectedContentWithRDPDriver","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ProtectedWindowlessPresentationRequiresDisplayOnly","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_RestartIsFullscreenOnly","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_RestrictOutputFlagWithStaleSwapChain","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_RestrictToOutputFlagSetButInvalidpRestrictToOutput","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_RestrictToOutputFlagdWithFullscreen","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ScrollInfoWithNoDirtyRectsSpecified","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ScrollRectOutOfBackbufferBounds","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ScrollRectOutOfBackbufferBoundsWithOffset","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_SyncIntervalOOB","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_TemporaryMonoAndPreferRight","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_TemporaryMonoOrPreferRightWithDoNotSequence","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_TemporaryMonoOrPreferRightWithoutStereo","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_TemporaryMonoUnsupported","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_UnreleasedHDC","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Present_UnsupportedFlags","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_Release_SwapChainIsFullscreen","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers1_D3D12Only","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers1_FlipModel","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers1_NodeMaskAndQueueRequired","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_Alignment_YUV","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_BufferCountOOB","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_BufferCountOOBForFlipSequential","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_CannotAddOrRemoveAllowTearingFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_CannotAddOrRemoveFlag_YUV","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_CannotAddOrRemoveForegroundFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_CannotAddOrRemoveWaitableFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_Decode","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_DisplayOnlyFullscreenUnsupported","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_DisplayOnlyOnLegacy","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_DisplayOnlyUnsupported","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_HwProtectUnsupported","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_InvalidFormatForFlipSequential","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_InvalidHwProtect","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_InvalidHwProtectGdiFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_InvalidNonPreRotatedFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_InvalidSwapChainFlag","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_NonPreRotatedAndGDICompatibleFlags","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_UnreleasedReferences","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_WidthOrHeightIsZero","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeTarget_InvalidWithCompositionSwapChain","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeTarget_ModernApp","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeTarget_RefreshRateDivideByZero","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeTarget_pNewTargetParametersIsNULL","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_CoreWindow","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_DisplayOnlyUnsupported","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_FSTransitionWithCompositionSwapChain","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_FSUnsupportedForModernApps","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_FullscreenInvalidForChildWindows","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_InvalidTarget","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_OutputNotOwnedBySwapChainDevice","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_PerMonitorDpiShimApplied","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_RemoteNotSupported","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_Waitable","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetMatrixTransform_MatrixMustBeFinite","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetMatrixTransform_MatrixMustBeTranslateAndOrScale","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetMatrixTransform_MatrixPointerCannotBeNull","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetMatrixTransform_RequiresCompositionSwapChain","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetMatrixTransform_YUV","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetMaximumFrameLatency_MaxLatencyIsOutOfBounds","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetMaximumFrameLatency_OnlyWaitable","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetSourceSize_Decode","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetSourceSize_FlipModel","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetSourceSize_WidthHeight","features":[401]},{"name":"DXGI_MSG_IDXGISwapChain_SetSourceSize_YUV","features":[401]},{"name":"DXGI_MSG_IDXGISwapchain_Present_FullscreenRotation","features":[401]},{"name":"DXGI_MSG_IDXGISwapchain_Present_ScrollUnsupported","features":[401]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_DISCARD_BufferCount","features":[401]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_FLIP_Modern_CoreWindow_Only","features":[401]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_FLIP_SEQUENTIAL_BufferCount","features":[401]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_FailedRegisterWithCompositor","features":[401]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_MSAA_NotSupported","features":[401]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_NotForegroundWindow","features":[401]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_NotForegroundWindow_AtRendering","features":[401]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_ScalingAspectRatioStretch_Supported_ModernApp","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_GetBackgroundColor_FlipSequentialRequired","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_GetFrameStatistics_NotAvailable_ModernApp","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present1_RequiresOverlays","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidBlend","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidDestinationRect","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidFlag","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidIndexForOverlay","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidIndexForPrimary","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidInterval","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidLayerFlag","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidLayerIndex","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidMultiPlaneOverlayResource","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidResource","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidRotation","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidSourceRect","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidSubResourceIndex","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_MultipleLayerIndex","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_MultipleResource","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_NotSharedResource","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_ReplaceInterval0With1","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_ResizeBuffers_NotAvailable","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_ResizeTarget_NotAvailable","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_SetBackgroundColor_FlipSequentialRequired","features":[401]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_SetFullscreenState_NotAvailable","features":[401]},{"name":"DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS","features":[401]},{"name":"DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709","features":[401]},{"name":"DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE","features":[401]},{"name":"DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC","features":[401]},{"name":"DXGI_MWA_FLAGS","features":[401]},{"name":"DXGI_MWA_NO_ALT_ENTER","features":[401]},{"name":"DXGI_MWA_NO_PRINT_SCREEN","features":[401]},{"name":"DXGI_MWA_NO_WINDOW_CHANGES","features":[401]},{"name":"DXGI_MWA_VALID","features":[401]},{"name":"DXGI_Message_Id","features":[401]},{"name":"DXGI_OFFER_RESOURCE_FLAGS","features":[401]},{"name":"DXGI_OFFER_RESOURCE_FLAG_ALLOW_DECOMMIT","features":[401]},{"name":"DXGI_OFFER_RESOURCE_PRIORITY","features":[401]},{"name":"DXGI_OFFER_RESOURCE_PRIORITY_HIGH","features":[401]},{"name":"DXGI_OFFER_RESOURCE_PRIORITY_LOW","features":[401]},{"name":"DXGI_OFFER_RESOURCE_PRIORITY_NORMAL","features":[401]},{"name":"DXGI_OUTDUPL_COMPOSITED_UI_CAPTURE_ONLY","features":[401]},{"name":"DXGI_OUTDUPL_DESC","features":[307,397]},{"name":"DXGI_OUTDUPL_FLAG","features":[401]},{"name":"DXGI_OUTDUPL_FRAME_INFO","features":[307,401]},{"name":"DXGI_OUTDUPL_MOVE_RECT","features":[307,401]},{"name":"DXGI_OUTDUPL_POINTER_POSITION","features":[307,401]},{"name":"DXGI_OUTDUPL_POINTER_SHAPE_INFO","features":[307,401]},{"name":"DXGI_OUTDUPL_POINTER_SHAPE_TYPE","features":[401]},{"name":"DXGI_OUTDUPL_POINTER_SHAPE_TYPE_COLOR","features":[401]},{"name":"DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR","features":[401]},{"name":"DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME","features":[401]},{"name":"DXGI_OUTPUT_DESC","features":[307,397,318]},{"name":"DXGI_OUTPUT_DESC1","features":[307,397,318]},{"name":"DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG","features":[401]},{"name":"DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG_PRESENT","features":[401]},{"name":"DXGI_OVERLAY_SUPPORT_FLAG","features":[401]},{"name":"DXGI_OVERLAY_SUPPORT_FLAG_DIRECT","features":[401]},{"name":"DXGI_OVERLAY_SUPPORT_FLAG_SCALING","features":[401]},{"name":"DXGI_PRESENT","features":[401]},{"name":"DXGI_PRESENT_ALLOW_TEARING","features":[401]},{"name":"DXGI_PRESENT_DO_NOT_SEQUENCE","features":[401]},{"name":"DXGI_PRESENT_DO_NOT_WAIT","features":[401]},{"name":"DXGI_PRESENT_PARAMETERS","features":[307,401]},{"name":"DXGI_PRESENT_RESTART","features":[401]},{"name":"DXGI_PRESENT_RESTRICT_TO_OUTPUT","features":[401]},{"name":"DXGI_PRESENT_STEREO_PREFER_RIGHT","features":[401]},{"name":"DXGI_PRESENT_STEREO_TEMPORARY_MONO","features":[401]},{"name":"DXGI_PRESENT_TEST","features":[401]},{"name":"DXGI_PRESENT_USE_DURATION","features":[401]},{"name":"DXGI_QUERY_VIDEO_MEMORY_INFO","features":[401]},{"name":"DXGI_RECLAIM_RESOURCE_RESULTS","features":[401]},{"name":"DXGI_RECLAIM_RESOURCE_RESULT_DISCARDED","features":[401]},{"name":"DXGI_RECLAIM_RESOURCE_RESULT_NOT_COMMITTED","features":[401]},{"name":"DXGI_RECLAIM_RESOURCE_RESULT_OK","features":[401]},{"name":"DXGI_RESIDENCY","features":[401]},{"name":"DXGI_RESIDENCY_EVICTED_TO_DISK","features":[401]},{"name":"DXGI_RESIDENCY_FULLY_RESIDENT","features":[401]},{"name":"DXGI_RESIDENCY_RESIDENT_IN_SHARED_MEMORY","features":[401]},{"name":"DXGI_RESOURCE_PRIORITY","features":[401]},{"name":"DXGI_RESOURCE_PRIORITY_HIGH","features":[401]},{"name":"DXGI_RESOURCE_PRIORITY_LOW","features":[401]},{"name":"DXGI_RESOURCE_PRIORITY_MAXIMUM","features":[401]},{"name":"DXGI_RESOURCE_PRIORITY_MINIMUM","features":[401]},{"name":"DXGI_RESOURCE_PRIORITY_NORMAL","features":[401]},{"name":"DXGI_RGBA","features":[401]},{"name":"DXGI_SCALING","features":[401]},{"name":"DXGI_SCALING_ASPECT_RATIO_STRETCH","features":[401]},{"name":"DXGI_SCALING_NONE","features":[401]},{"name":"DXGI_SCALING_STRETCH","features":[401]},{"name":"DXGI_SHARED_RESOURCE","features":[307,401]},{"name":"DXGI_SHARED_RESOURCE_READ","features":[401]},{"name":"DXGI_SHARED_RESOURCE_RW","features":[401]},{"name":"DXGI_SHARED_RESOURCE_WRITE","features":[401]},{"name":"DXGI_SURFACE_DESC","features":[397]},{"name":"DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG","features":[401]},{"name":"DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_OVERLAY_PRESENT","features":[401]},{"name":"DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_PRESENT","features":[401]},{"name":"DXGI_SWAP_CHAIN_DESC","features":[307,397]},{"name":"DXGI_SWAP_CHAIN_DESC1","features":[307,397]},{"name":"DXGI_SWAP_CHAIN_FLAG","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_DISPLAY_ONLY","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_FOREGROUND_LAYER","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_FULLSCREEN_VIDEO","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_GDI_COMPATIBLE","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_HW_PROTECTED","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_NONPREROTATED","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_RESTRICTED_CONTENT","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_RESTRICTED_TO_ALL_HOLOGRAPHIC_DISPLAYS","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_RESTRICT_SHARED_RESOURCE_DRIVER","features":[401]},{"name":"DXGI_SWAP_CHAIN_FLAG_YUV_VIDEO","features":[401]},{"name":"DXGI_SWAP_CHAIN_FULLSCREEN_DESC","features":[307,397]},{"name":"DXGI_SWAP_EFFECT","features":[401]},{"name":"DXGI_SWAP_EFFECT_DISCARD","features":[401]},{"name":"DXGI_SWAP_EFFECT_FLIP_DISCARD","features":[401]},{"name":"DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL","features":[401]},{"name":"DXGI_SWAP_EFFECT_SEQUENTIAL","features":[401]},{"name":"DXGI_USAGE","features":[401]},{"name":"DXGI_USAGE_BACK_BUFFER","features":[401]},{"name":"DXGI_USAGE_DISCARD_ON_PRESENT","features":[401]},{"name":"DXGI_USAGE_READ_ONLY","features":[401]},{"name":"DXGI_USAGE_RENDER_TARGET_OUTPUT","features":[401]},{"name":"DXGI_USAGE_SHADER_INPUT","features":[401]},{"name":"DXGI_USAGE_SHARED","features":[401]},{"name":"DXGI_USAGE_UNORDERED_ACCESS","features":[401]},{"name":"IDXGIAdapter","features":[401]},{"name":"IDXGIAdapter1","features":[401]},{"name":"IDXGIAdapter2","features":[401]},{"name":"IDXGIAdapter3","features":[401]},{"name":"IDXGIAdapter4","features":[401]},{"name":"IDXGIDebug","features":[401]},{"name":"IDXGIDebug1","features":[401]},{"name":"IDXGIDecodeSwapChain","features":[401]},{"name":"IDXGIDevice","features":[401]},{"name":"IDXGIDevice1","features":[401]},{"name":"IDXGIDevice2","features":[401]},{"name":"IDXGIDevice3","features":[401]},{"name":"IDXGIDevice4","features":[401]},{"name":"IDXGIDeviceSubObject","features":[401]},{"name":"IDXGIDisplayControl","features":[401]},{"name":"IDXGIFactory","features":[401]},{"name":"IDXGIFactory1","features":[401]},{"name":"IDXGIFactory2","features":[401]},{"name":"IDXGIFactory3","features":[401]},{"name":"IDXGIFactory4","features":[401]},{"name":"IDXGIFactory5","features":[401]},{"name":"IDXGIFactory6","features":[401]},{"name":"IDXGIFactory7","features":[401]},{"name":"IDXGIFactoryMedia","features":[401]},{"name":"IDXGIInfoQueue","features":[401]},{"name":"IDXGIKeyedMutex","features":[401]},{"name":"IDXGIObject","features":[401]},{"name":"IDXGIOutput","features":[401]},{"name":"IDXGIOutput1","features":[401]},{"name":"IDXGIOutput2","features":[401]},{"name":"IDXGIOutput3","features":[401]},{"name":"IDXGIOutput4","features":[401]},{"name":"IDXGIOutput5","features":[401]},{"name":"IDXGIOutput6","features":[401]},{"name":"IDXGIOutputDuplication","features":[401]},{"name":"IDXGIResource","features":[401]},{"name":"IDXGIResource1","features":[401]},{"name":"IDXGISurface","features":[401]},{"name":"IDXGISurface1","features":[401]},{"name":"IDXGISurface2","features":[401]},{"name":"IDXGISwapChain","features":[401]},{"name":"IDXGISwapChain1","features":[401]},{"name":"IDXGISwapChain2","features":[401]},{"name":"IDXGISwapChain3","features":[401]},{"name":"IDXGISwapChain4","features":[401]},{"name":"IDXGISwapChainMedia","features":[401]},{"name":"IDXGraphicsAnalysis","features":[401]}],"415":[{"name":"DXGI_ALPHA_MODE","features":[397]},{"name":"DXGI_ALPHA_MODE_IGNORE","features":[397]},{"name":"DXGI_ALPHA_MODE_PREMULTIPLIED","features":[397]},{"name":"DXGI_ALPHA_MODE_STRAIGHT","features":[397]},{"name":"DXGI_ALPHA_MODE_UNSPECIFIED","features":[397]},{"name":"DXGI_CENTER_MULTISAMPLE_QUALITY_PATTERN","features":[397]},{"name":"DXGI_COLOR_SPACE_CUSTOM","features":[397]},{"name":"DXGI_COLOR_SPACE_RESERVED","features":[397]},{"name":"DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709","features":[397]},{"name":"DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709","features":[397]},{"name":"DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709","features":[397]},{"name":"DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709","features":[397]},{"name":"DXGI_COLOR_SPACE_TYPE","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020","features":[397]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020","features":[397]},{"name":"DXGI_CPU_ACCESS_DYNAMIC","features":[397]},{"name":"DXGI_CPU_ACCESS_FIELD","features":[397]},{"name":"DXGI_CPU_ACCESS_NONE","features":[397]},{"name":"DXGI_CPU_ACCESS_READ_WRITE","features":[397]},{"name":"DXGI_CPU_ACCESS_SCRATCH","features":[397]},{"name":"DXGI_FORMAT","features":[397]},{"name":"DXGI_FORMAT_420_OPAQUE","features":[397]},{"name":"DXGI_FORMAT_A4B4G4R4_UNORM","features":[397]},{"name":"DXGI_FORMAT_A8P8","features":[397]},{"name":"DXGI_FORMAT_A8_UNORM","features":[397]},{"name":"DXGI_FORMAT_AI44","features":[397]},{"name":"DXGI_FORMAT_AYUV","features":[397]},{"name":"DXGI_FORMAT_B4G4R4A4_UNORM","features":[397]},{"name":"DXGI_FORMAT_B5G5R5A1_UNORM","features":[397]},{"name":"DXGI_FORMAT_B5G6R5_UNORM","features":[397]},{"name":"DXGI_FORMAT_B8G8R8A8_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_B8G8R8A8_UNORM","features":[397]},{"name":"DXGI_FORMAT_B8G8R8A8_UNORM_SRGB","features":[397]},{"name":"DXGI_FORMAT_B8G8R8X8_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_B8G8R8X8_UNORM","features":[397]},{"name":"DXGI_FORMAT_B8G8R8X8_UNORM_SRGB","features":[397]},{"name":"DXGI_FORMAT_BC1_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_BC1_UNORM","features":[397]},{"name":"DXGI_FORMAT_BC1_UNORM_SRGB","features":[397]},{"name":"DXGI_FORMAT_BC2_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_BC2_UNORM","features":[397]},{"name":"DXGI_FORMAT_BC2_UNORM_SRGB","features":[397]},{"name":"DXGI_FORMAT_BC3_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_BC3_UNORM","features":[397]},{"name":"DXGI_FORMAT_BC3_UNORM_SRGB","features":[397]},{"name":"DXGI_FORMAT_BC4_SNORM","features":[397]},{"name":"DXGI_FORMAT_BC4_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_BC4_UNORM","features":[397]},{"name":"DXGI_FORMAT_BC5_SNORM","features":[397]},{"name":"DXGI_FORMAT_BC5_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_BC5_UNORM","features":[397]},{"name":"DXGI_FORMAT_BC6H_SF16","features":[397]},{"name":"DXGI_FORMAT_BC6H_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_BC6H_UF16","features":[397]},{"name":"DXGI_FORMAT_BC7_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_BC7_UNORM","features":[397]},{"name":"DXGI_FORMAT_BC7_UNORM_SRGB","features":[397]},{"name":"DXGI_FORMAT_D16_UNORM","features":[397]},{"name":"DXGI_FORMAT_D24_UNORM_S8_UINT","features":[397]},{"name":"DXGI_FORMAT_D32_FLOAT","features":[397]},{"name":"DXGI_FORMAT_D32_FLOAT_S8X24_UINT","features":[397]},{"name":"DXGI_FORMAT_DEFINED","features":[397]},{"name":"DXGI_FORMAT_G8R8_G8B8_UNORM","features":[397]},{"name":"DXGI_FORMAT_IA44","features":[397]},{"name":"DXGI_FORMAT_NV11","features":[397]},{"name":"DXGI_FORMAT_NV12","features":[397]},{"name":"DXGI_FORMAT_P010","features":[397]},{"name":"DXGI_FORMAT_P016","features":[397]},{"name":"DXGI_FORMAT_P208","features":[397]},{"name":"DXGI_FORMAT_P8","features":[397]},{"name":"DXGI_FORMAT_R10G10B10A2_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R10G10B10A2_UINT","features":[397]},{"name":"DXGI_FORMAT_R10G10B10A2_UNORM","features":[397]},{"name":"DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM","features":[397]},{"name":"DXGI_FORMAT_R11G11B10_FLOAT","features":[397]},{"name":"DXGI_FORMAT_R16G16B16A16_FLOAT","features":[397]},{"name":"DXGI_FORMAT_R16G16B16A16_SINT","features":[397]},{"name":"DXGI_FORMAT_R16G16B16A16_SNORM","features":[397]},{"name":"DXGI_FORMAT_R16G16B16A16_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R16G16B16A16_UINT","features":[397]},{"name":"DXGI_FORMAT_R16G16B16A16_UNORM","features":[397]},{"name":"DXGI_FORMAT_R16G16_FLOAT","features":[397]},{"name":"DXGI_FORMAT_R16G16_SINT","features":[397]},{"name":"DXGI_FORMAT_R16G16_SNORM","features":[397]},{"name":"DXGI_FORMAT_R16G16_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R16G16_UINT","features":[397]},{"name":"DXGI_FORMAT_R16G16_UNORM","features":[397]},{"name":"DXGI_FORMAT_R16_FLOAT","features":[397]},{"name":"DXGI_FORMAT_R16_SINT","features":[397]},{"name":"DXGI_FORMAT_R16_SNORM","features":[397]},{"name":"DXGI_FORMAT_R16_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R16_UINT","features":[397]},{"name":"DXGI_FORMAT_R16_UNORM","features":[397]},{"name":"DXGI_FORMAT_R1_UNORM","features":[397]},{"name":"DXGI_FORMAT_R24G8_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R24_UNORM_X8_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R32G32B32A32_FLOAT","features":[397]},{"name":"DXGI_FORMAT_R32G32B32A32_SINT","features":[397]},{"name":"DXGI_FORMAT_R32G32B32A32_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R32G32B32A32_UINT","features":[397]},{"name":"DXGI_FORMAT_R32G32B32_FLOAT","features":[397]},{"name":"DXGI_FORMAT_R32G32B32_SINT","features":[397]},{"name":"DXGI_FORMAT_R32G32B32_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R32G32B32_UINT","features":[397]},{"name":"DXGI_FORMAT_R32G32_FLOAT","features":[397]},{"name":"DXGI_FORMAT_R32G32_SINT","features":[397]},{"name":"DXGI_FORMAT_R32G32_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R32G32_UINT","features":[397]},{"name":"DXGI_FORMAT_R32G8X24_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R32_FLOAT","features":[397]},{"name":"DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R32_SINT","features":[397]},{"name":"DXGI_FORMAT_R32_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R32_UINT","features":[397]},{"name":"DXGI_FORMAT_R8G8B8A8_SINT","features":[397]},{"name":"DXGI_FORMAT_R8G8B8A8_SNORM","features":[397]},{"name":"DXGI_FORMAT_R8G8B8A8_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R8G8B8A8_UINT","features":[397]},{"name":"DXGI_FORMAT_R8G8B8A8_UNORM","features":[397]},{"name":"DXGI_FORMAT_R8G8B8A8_UNORM_SRGB","features":[397]},{"name":"DXGI_FORMAT_R8G8_B8G8_UNORM","features":[397]},{"name":"DXGI_FORMAT_R8G8_SINT","features":[397]},{"name":"DXGI_FORMAT_R8G8_SNORM","features":[397]},{"name":"DXGI_FORMAT_R8G8_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R8G8_UINT","features":[397]},{"name":"DXGI_FORMAT_R8G8_UNORM","features":[397]},{"name":"DXGI_FORMAT_R8_SINT","features":[397]},{"name":"DXGI_FORMAT_R8_SNORM","features":[397]},{"name":"DXGI_FORMAT_R8_TYPELESS","features":[397]},{"name":"DXGI_FORMAT_R8_UINT","features":[397]},{"name":"DXGI_FORMAT_R8_UNORM","features":[397]},{"name":"DXGI_FORMAT_R9G9B9E5_SHAREDEXP","features":[397]},{"name":"DXGI_FORMAT_SAMPLER_FEEDBACK_MIN_MIP_OPAQUE","features":[397]},{"name":"DXGI_FORMAT_SAMPLER_FEEDBACK_MIP_REGION_USED_OPAQUE","features":[397]},{"name":"DXGI_FORMAT_UNKNOWN","features":[397]},{"name":"DXGI_FORMAT_V208","features":[397]},{"name":"DXGI_FORMAT_V408","features":[397]},{"name":"DXGI_FORMAT_X24_TYPELESS_G8_UINT","features":[397]},{"name":"DXGI_FORMAT_X32_TYPELESS_G8X24_UINT","features":[397]},{"name":"DXGI_FORMAT_Y210","features":[397]},{"name":"DXGI_FORMAT_Y216","features":[397]},{"name":"DXGI_FORMAT_Y410","features":[397]},{"name":"DXGI_FORMAT_Y416","features":[397]},{"name":"DXGI_FORMAT_YUY2","features":[397]},{"name":"DXGI_GAMMA_CONTROL","features":[397]},{"name":"DXGI_GAMMA_CONTROL_CAPABILITIES","features":[307,397]},{"name":"DXGI_JPEG_AC_HUFFMAN_TABLE","features":[397]},{"name":"DXGI_JPEG_DC_HUFFMAN_TABLE","features":[397]},{"name":"DXGI_JPEG_QUANTIZATION_TABLE","features":[397]},{"name":"DXGI_MODE_DESC","features":[397]},{"name":"DXGI_MODE_ROTATION","features":[397]},{"name":"DXGI_MODE_ROTATION_IDENTITY","features":[397]},{"name":"DXGI_MODE_ROTATION_ROTATE180","features":[397]},{"name":"DXGI_MODE_ROTATION_ROTATE270","features":[397]},{"name":"DXGI_MODE_ROTATION_ROTATE90","features":[397]},{"name":"DXGI_MODE_ROTATION_UNSPECIFIED","features":[397]},{"name":"DXGI_MODE_SCALING","features":[397]},{"name":"DXGI_MODE_SCALING_CENTERED","features":[397]},{"name":"DXGI_MODE_SCALING_STRETCHED","features":[397]},{"name":"DXGI_MODE_SCALING_UNSPECIFIED","features":[397]},{"name":"DXGI_MODE_SCANLINE_ORDER","features":[397]},{"name":"DXGI_MODE_SCANLINE_ORDER_LOWER_FIELD_FIRST","features":[397]},{"name":"DXGI_MODE_SCANLINE_ORDER_PROGRESSIVE","features":[397]},{"name":"DXGI_MODE_SCANLINE_ORDER_UNSPECIFIED","features":[397]},{"name":"DXGI_MODE_SCANLINE_ORDER_UPPER_FIELD_FIRST","features":[397]},{"name":"DXGI_RATIONAL","features":[397]},{"name":"DXGI_RGB","features":[397]},{"name":"DXGI_SAMPLE_DESC","features":[397]},{"name":"DXGI_STANDARD_MULTISAMPLE_QUALITY_PATTERN","features":[397]},{"name":"_FACDXGI","features":[397]}],"416":[{"name":"ABC","features":[318]},{"name":"ABCFLOAT","features":[318]},{"name":"ABORTDOC","features":[318]},{"name":"ABORTPATH","features":[318]},{"name":"ABSOLUTE","features":[318]},{"name":"AC_SRC_ALPHA","features":[318]},{"name":"AC_SRC_OVER","features":[318]},{"name":"AD_CLOCKWISE","features":[318]},{"name":"AD_COUNTERCLOCKWISE","features":[318]},{"name":"ALTERNATE","features":[318]},{"name":"ANSI_CHARSET","features":[318]},{"name":"ANSI_FIXED_FONT","features":[318]},{"name":"ANSI_VAR_FONT","features":[318]},{"name":"ANTIALIASED_QUALITY","features":[318]},{"name":"ARABIC_CHARSET","features":[318]},{"name":"ARC_DIRECTION","features":[318]},{"name":"ASPECTX","features":[318]},{"name":"ASPECTXY","features":[318]},{"name":"ASPECTY","features":[318]},{"name":"ASPECT_FILTERING","features":[318]},{"name":"AXESLISTA","features":[318]},{"name":"AXESLISTW","features":[318]},{"name":"AXISINFOA","features":[318]},{"name":"AXISINFOW","features":[318]},{"name":"AbortPath","features":[307,318]},{"name":"AddFontMemResourceEx","features":[307,318]},{"name":"AddFontResourceA","features":[318]},{"name":"AddFontResourceExA","features":[318]},{"name":"AddFontResourceExW","features":[318]},{"name":"AddFontResourceW","features":[318]},{"name":"AlphaBlend","features":[307,318]},{"name":"AngleArc","features":[307,318]},{"name":"AnimatePalette","features":[307,318]},{"name":"Arc","features":[307,318]},{"name":"ArcTo","features":[307,318]},{"name":"BACKGROUND_MODE","features":[318]},{"name":"BALTIC_CHARSET","features":[318]},{"name":"BANDINFO","features":[318]},{"name":"BDR_INNER","features":[318]},{"name":"BDR_OUTER","features":[318]},{"name":"BDR_RAISED","features":[318]},{"name":"BDR_RAISEDINNER","features":[318]},{"name":"BDR_RAISEDOUTER","features":[318]},{"name":"BDR_SUNKEN","features":[318]},{"name":"BDR_SUNKENINNER","features":[318]},{"name":"BDR_SUNKENOUTER","features":[318]},{"name":"BEGIN_PATH","features":[318]},{"name":"BF_ADJUST","features":[318]},{"name":"BF_BOTTOM","features":[318]},{"name":"BF_BOTTOMLEFT","features":[318]},{"name":"BF_BOTTOMRIGHT","features":[318]},{"name":"BF_DIAGONAL","features":[318]},{"name":"BF_DIAGONAL_ENDBOTTOMLEFT","features":[318]},{"name":"BF_DIAGONAL_ENDBOTTOMRIGHT","features":[318]},{"name":"BF_DIAGONAL_ENDTOPLEFT","features":[318]},{"name":"BF_DIAGONAL_ENDTOPRIGHT","features":[318]},{"name":"BF_FLAT","features":[318]},{"name":"BF_LEFT","features":[318]},{"name":"BF_MIDDLE","features":[318]},{"name":"BF_MONO","features":[318]},{"name":"BF_RECT","features":[318]},{"name":"BF_RIGHT","features":[318]},{"name":"BF_SOFT","features":[318]},{"name":"BF_TOP","features":[318]},{"name":"BF_TOPLEFT","features":[318]},{"name":"BF_TOPRIGHT","features":[318]},{"name":"BITMAP","features":[318]},{"name":"BITMAPCOREHEADER","features":[318]},{"name":"BITMAPCOREINFO","features":[318]},{"name":"BITMAPFILEHEADER","features":[318]},{"name":"BITMAPINFO","features":[318]},{"name":"BITMAPINFOHEADER","features":[318]},{"name":"BITMAPV4HEADER","features":[318]},{"name":"BITMAPV5HEADER","features":[318]},{"name":"BITSPIXEL","features":[318]},{"name":"BI_BITFIELDS","features":[318]},{"name":"BI_COMPRESSION","features":[318]},{"name":"BI_JPEG","features":[318]},{"name":"BI_PNG","features":[318]},{"name":"BI_RGB","features":[318]},{"name":"BI_RLE4","features":[318]},{"name":"BI_RLE8","features":[318]},{"name":"BKMODE_LAST","features":[318]},{"name":"BLACKNESS","features":[318]},{"name":"BLACKONWHITE","features":[318]},{"name":"BLACK_BRUSH","features":[318]},{"name":"BLACK_PEN","features":[318]},{"name":"BLENDFUNCTION","features":[318]},{"name":"BLTALIGNMENT","features":[318]},{"name":"BRUSH_STYLE","features":[318]},{"name":"BS_DIBPATTERN","features":[318]},{"name":"BS_DIBPATTERN8X8","features":[318]},{"name":"BS_DIBPATTERNPT","features":[318]},{"name":"BS_HATCHED","features":[318]},{"name":"BS_HOLLOW","features":[318]},{"name":"BS_INDEXED","features":[318]},{"name":"BS_MONOPATTERN","features":[318]},{"name":"BS_NULL","features":[318]},{"name":"BS_PATTERN","features":[318]},{"name":"BS_PATTERN8X8","features":[318]},{"name":"BS_SOLID","features":[318]},{"name":"BeginPaint","features":[307,318]},{"name":"BeginPath","features":[307,318]},{"name":"BitBlt","features":[307,318]},{"name":"CAPTUREBLT","features":[318]},{"name":"CA_LOG_FILTER","features":[318]},{"name":"CA_NEGATIVE","features":[318]},{"name":"CBM_INIT","features":[318]},{"name":"CCHFORMNAME","features":[318]},{"name":"CC_CHORD","features":[318]},{"name":"CC_CIRCLES","features":[318]},{"name":"CC_ELLIPSES","features":[318]},{"name":"CC_INTERIORS","features":[318]},{"name":"CC_NONE","features":[318]},{"name":"CC_PIE","features":[318]},{"name":"CC_ROUNDRECT","features":[318]},{"name":"CC_STYLED","features":[318]},{"name":"CC_WIDE","features":[318]},{"name":"CC_WIDESTYLED","features":[318]},{"name":"CDS_DISABLE_UNSAFE_MODES","features":[318]},{"name":"CDS_ENABLE_UNSAFE_MODES","features":[318]},{"name":"CDS_FULLSCREEN","features":[318]},{"name":"CDS_GLOBAL","features":[318]},{"name":"CDS_NORESET","features":[318]},{"name":"CDS_RESET","features":[318]},{"name":"CDS_RESET_EX","features":[318]},{"name":"CDS_SET_PRIMARY","features":[318]},{"name":"CDS_TEST","features":[318]},{"name":"CDS_TYPE","features":[318]},{"name":"CDS_UPDATEREGISTRY","features":[318]},{"name":"CDS_VIDEOPARAMETERS","features":[318]},{"name":"CFP_ALLOCPROC","features":[318]},{"name":"CFP_FREEPROC","features":[318]},{"name":"CFP_REALLOCPROC","features":[318]},{"name":"CHARSET_DEFAULT","features":[318]},{"name":"CHARSET_GLYPHIDX","features":[318]},{"name":"CHARSET_SYMBOL","features":[318]},{"name":"CHARSET_UNICODE","features":[318]},{"name":"CHECKJPEGFORMAT","features":[318]},{"name":"CHECKPNGFORMAT","features":[318]},{"name":"CHINESEBIG5_CHARSET","features":[318]},{"name":"CIEXYZ","features":[318]},{"name":"CIEXYZTRIPLE","features":[318]},{"name":"CLEARTYPE_NATURAL_QUALITY","features":[318]},{"name":"CLEARTYPE_QUALITY","features":[318]},{"name":"CLIPCAPS","features":[318]},{"name":"CLIP_CHARACTER_PRECIS","features":[318]},{"name":"CLIP_DEFAULT_PRECIS","features":[318]},{"name":"CLIP_DFA_DISABLE","features":[318]},{"name":"CLIP_DFA_OVERRIDE","features":[318]},{"name":"CLIP_EMBEDDED","features":[318]},{"name":"CLIP_LH_ANGLES","features":[318]},{"name":"CLIP_MASK","features":[318]},{"name":"CLIP_STROKE_PRECIS","features":[318]},{"name":"CLIP_TO_PATH","features":[318]},{"name":"CLIP_TT_ALWAYS","features":[318]},{"name":"CLOSECHANNEL","features":[318]},{"name":"CLR_INVALID","features":[318]},{"name":"CM_CMYK_COLOR","features":[318]},{"name":"CM_DEVICE_ICM","features":[318]},{"name":"CM_GAMMA_RAMP","features":[318]},{"name":"CM_IN_GAMUT","features":[318]},{"name":"CM_NONE","features":[318]},{"name":"CM_OUT_OF_GAMUT","features":[318]},{"name":"COLORADJUSTMENT","features":[318]},{"name":"COLORMATCHTOTARGET_EMBEDED","features":[318]},{"name":"COLORMGMTCAPS","features":[318]},{"name":"COLORONCOLOR","features":[318]},{"name":"COLORRES","features":[318]},{"name":"COLOR_3DDKSHADOW","features":[318]},{"name":"COLOR_3DFACE","features":[318]},{"name":"COLOR_3DHIGHLIGHT","features":[318]},{"name":"COLOR_3DHILIGHT","features":[318]},{"name":"COLOR_3DLIGHT","features":[318]},{"name":"COLOR_3DSHADOW","features":[318]},{"name":"COLOR_ACTIVEBORDER","features":[318]},{"name":"COLOR_ACTIVECAPTION","features":[318]},{"name":"COLOR_APPWORKSPACE","features":[318]},{"name":"COLOR_BACKGROUND","features":[318]},{"name":"COLOR_BTNFACE","features":[318]},{"name":"COLOR_BTNHIGHLIGHT","features":[318]},{"name":"COLOR_BTNHILIGHT","features":[318]},{"name":"COLOR_BTNSHADOW","features":[318]},{"name":"COLOR_BTNTEXT","features":[318]},{"name":"COLOR_CAPTIONTEXT","features":[318]},{"name":"COLOR_DESKTOP","features":[318]},{"name":"COLOR_GRADIENTACTIVECAPTION","features":[318]},{"name":"COLOR_GRADIENTINACTIVECAPTION","features":[318]},{"name":"COLOR_GRAYTEXT","features":[318]},{"name":"COLOR_HIGHLIGHT","features":[318]},{"name":"COLOR_HIGHLIGHTTEXT","features":[318]},{"name":"COLOR_HOTLIGHT","features":[318]},{"name":"COLOR_INACTIVEBORDER","features":[318]},{"name":"COLOR_INACTIVECAPTION","features":[318]},{"name":"COLOR_INACTIVECAPTIONTEXT","features":[318]},{"name":"COLOR_INFOBK","features":[318]},{"name":"COLOR_INFOTEXT","features":[318]},{"name":"COLOR_MENU","features":[318]},{"name":"COLOR_MENUBAR","features":[318]},{"name":"COLOR_MENUHILIGHT","features":[318]},{"name":"COLOR_MENUTEXT","features":[318]},{"name":"COLOR_SCROLLBAR","features":[318]},{"name":"COLOR_WINDOW","features":[318]},{"name":"COLOR_WINDOWFRAME","features":[318]},{"name":"COLOR_WINDOWTEXT","features":[318]},{"name":"COMPLEXREGION","features":[318]},{"name":"CP_NONE","features":[318]},{"name":"CP_RECTANGLE","features":[318]},{"name":"CP_REGION","features":[318]},{"name":"CREATECOLORSPACE_EMBEDED","features":[318]},{"name":"CREATE_FONT_PACKAGE_SUBSET_ENCODING","features":[318]},{"name":"CREATE_FONT_PACKAGE_SUBSET_PLATFORM","features":[318]},{"name":"CREATE_POLYGON_RGN_MODE","features":[318]},{"name":"CURVECAPS","features":[318]},{"name":"CancelDC","features":[307,318]},{"name":"ChangeDisplaySettingsA","features":[307,318]},{"name":"ChangeDisplaySettingsExA","features":[307,318]},{"name":"ChangeDisplaySettingsExW","features":[307,318]},{"name":"ChangeDisplaySettingsW","features":[307,318]},{"name":"Chord","features":[307,318]},{"name":"ClientToScreen","features":[307,318]},{"name":"CloseEnhMetaFile","features":[318]},{"name":"CloseFigure","features":[307,318]},{"name":"CloseMetaFile","features":[318]},{"name":"CombineRgn","features":[318]},{"name":"CombineTransform","features":[307,318]},{"name":"CopyEnhMetaFileA","features":[318]},{"name":"CopyEnhMetaFileW","features":[318]},{"name":"CopyMetaFileA","features":[318]},{"name":"CopyMetaFileW","features":[318]},{"name":"CopyRect","features":[307,318]},{"name":"CreateBitmap","features":[318]},{"name":"CreateBitmapIndirect","features":[318]},{"name":"CreateBrushIndirect","features":[307,318]},{"name":"CreateCompatibleBitmap","features":[318]},{"name":"CreateCompatibleDC","features":[318]},{"name":"CreateDCA","features":[307,318]},{"name":"CreateDCW","features":[307,318]},{"name":"CreateDIBPatternBrush","features":[307,318]},{"name":"CreateDIBPatternBrushPt","features":[318]},{"name":"CreateDIBSection","features":[307,318]},{"name":"CreateDIBitmap","features":[318]},{"name":"CreateDiscardableBitmap","features":[318]},{"name":"CreateEllipticRgn","features":[318]},{"name":"CreateEllipticRgnIndirect","features":[307,318]},{"name":"CreateEnhMetaFileA","features":[307,318]},{"name":"CreateEnhMetaFileW","features":[307,318]},{"name":"CreateFontA","features":[318]},{"name":"CreateFontIndirectA","features":[318]},{"name":"CreateFontIndirectExA","features":[318]},{"name":"CreateFontIndirectExW","features":[318]},{"name":"CreateFontIndirectW","features":[318]},{"name":"CreateFontPackage","features":[318]},{"name":"CreateFontW","features":[318]},{"name":"CreateHalftonePalette","features":[318]},{"name":"CreateHatchBrush","features":[307,318]},{"name":"CreateICA","features":[307,318]},{"name":"CreateICW","features":[307,318]},{"name":"CreateMetaFileA","features":[318]},{"name":"CreateMetaFileW","features":[318]},{"name":"CreatePalette","features":[318]},{"name":"CreatePatternBrush","features":[318]},{"name":"CreatePen","features":[307,318]},{"name":"CreatePenIndirect","features":[307,318]},{"name":"CreatePolyPolygonRgn","features":[307,318]},{"name":"CreatePolygonRgn","features":[307,318]},{"name":"CreateRectRgn","features":[318]},{"name":"CreateRectRgnIndirect","features":[307,318]},{"name":"CreateRoundRectRgn","features":[318]},{"name":"CreateScalableFontResourceA","features":[307,318]},{"name":"CreateScalableFontResourceW","features":[307,318]},{"name":"CreateSolidBrush","features":[307,318]},{"name":"DCBA_FACEDOWNCENTER","features":[318]},{"name":"DCBA_FACEDOWNLEFT","features":[318]},{"name":"DCBA_FACEDOWNNONE","features":[318]},{"name":"DCBA_FACEDOWNRIGHT","features":[318]},{"name":"DCBA_FACEUPCENTER","features":[318]},{"name":"DCBA_FACEUPLEFT","features":[318]},{"name":"DCBA_FACEUPNONE","features":[318]},{"name":"DCBA_FACEUPRIGHT","features":[318]},{"name":"DCB_ACCUMULATE","features":[318]},{"name":"DCB_DISABLE","features":[318]},{"name":"DCB_ENABLE","features":[318]},{"name":"DCB_RESET","features":[318]},{"name":"DCTT_BITMAP","features":[318]},{"name":"DCTT_DOWNLOAD","features":[318]},{"name":"DCTT_DOWNLOAD_OUTLINE","features":[318]},{"name":"DCTT_SUBDEV","features":[318]},{"name":"DCX_CACHE","features":[318]},{"name":"DCX_CLIPCHILDREN","features":[318]},{"name":"DCX_CLIPSIBLINGS","features":[318]},{"name":"DCX_EXCLUDERGN","features":[318]},{"name":"DCX_INTERSECTRGN","features":[318]},{"name":"DCX_INTERSECTUPDATE","features":[318]},{"name":"DCX_LOCKWINDOWUPDATE","features":[318]},{"name":"DCX_NORESETATTRS","features":[318]},{"name":"DCX_PARENTCLIP","features":[318]},{"name":"DCX_VALIDATE","features":[318]},{"name":"DCX_WINDOW","features":[318]},{"name":"DC_ACTIVE","features":[318]},{"name":"DC_BINADJUST","features":[318]},{"name":"DC_BRUSH","features":[318]},{"name":"DC_BUTTONS","features":[318]},{"name":"DC_DATATYPE_PRODUCED","features":[318]},{"name":"DC_EMF_COMPLIANT","features":[318]},{"name":"DC_GRADIENT","features":[318]},{"name":"DC_ICON","features":[318]},{"name":"DC_INBUTTON","features":[318]},{"name":"DC_LAYOUT","features":[318]},{"name":"DC_MANUFACTURER","features":[318]},{"name":"DC_MODEL","features":[318]},{"name":"DC_PEN","features":[318]},{"name":"DC_SMALLCAP","features":[318]},{"name":"DC_TEXT","features":[318]},{"name":"DEFAULT_CHARSET","features":[318]},{"name":"DEFAULT_GUI_FONT","features":[318]},{"name":"DEFAULT_PALETTE","features":[318]},{"name":"DEFAULT_PITCH","features":[318]},{"name":"DEFAULT_QUALITY","features":[318]},{"name":"DESIGNVECTOR","features":[318]},{"name":"DESKTOPHORZRES","features":[318]},{"name":"DESKTOPVERTRES","features":[318]},{"name":"DEVICEDATA","features":[318]},{"name":"DEVICE_DEFAULT_FONT","features":[318]},{"name":"DEVICE_FONTTYPE","features":[318]},{"name":"DEVMODEA","features":[307,318]},{"name":"DEVMODEW","features":[307,318]},{"name":"DEVMODE_COLLATE","features":[318]},{"name":"DEVMODE_COLOR","features":[318]},{"name":"DEVMODE_DISPLAY_FIXED_OUTPUT","features":[318]},{"name":"DEVMODE_DISPLAY_ORIENTATION","features":[318]},{"name":"DEVMODE_DUPLEX","features":[318]},{"name":"DEVMODE_FIELD_FLAGS","features":[318]},{"name":"DEVMODE_TRUETYPE_OPTION","features":[318]},{"name":"DFCS_ADJUSTRECT","features":[318]},{"name":"DFCS_BUTTON3STATE","features":[318]},{"name":"DFCS_BUTTONCHECK","features":[318]},{"name":"DFCS_BUTTONPUSH","features":[318]},{"name":"DFCS_BUTTONRADIO","features":[318]},{"name":"DFCS_BUTTONRADIOIMAGE","features":[318]},{"name":"DFCS_BUTTONRADIOMASK","features":[318]},{"name":"DFCS_CAPTIONCLOSE","features":[318]},{"name":"DFCS_CAPTIONHELP","features":[318]},{"name":"DFCS_CAPTIONMAX","features":[318]},{"name":"DFCS_CAPTIONMIN","features":[318]},{"name":"DFCS_CAPTIONRESTORE","features":[318]},{"name":"DFCS_CHECKED","features":[318]},{"name":"DFCS_FLAT","features":[318]},{"name":"DFCS_HOT","features":[318]},{"name":"DFCS_INACTIVE","features":[318]},{"name":"DFCS_MENUARROW","features":[318]},{"name":"DFCS_MENUARROWRIGHT","features":[318]},{"name":"DFCS_MENUBULLET","features":[318]},{"name":"DFCS_MENUCHECK","features":[318]},{"name":"DFCS_MONO","features":[318]},{"name":"DFCS_PUSHED","features":[318]},{"name":"DFCS_SCROLLCOMBOBOX","features":[318]},{"name":"DFCS_SCROLLDOWN","features":[318]},{"name":"DFCS_SCROLLLEFT","features":[318]},{"name":"DFCS_SCROLLRIGHT","features":[318]},{"name":"DFCS_SCROLLSIZEGRIP","features":[318]},{"name":"DFCS_SCROLLSIZEGRIPRIGHT","features":[318]},{"name":"DFCS_SCROLLUP","features":[318]},{"name":"DFCS_STATE","features":[318]},{"name":"DFCS_TRANSPARENT","features":[318]},{"name":"DFC_BUTTON","features":[318]},{"name":"DFC_CAPTION","features":[318]},{"name":"DFC_MENU","features":[318]},{"name":"DFC_POPUPMENU","features":[318]},{"name":"DFC_SCROLL","features":[318]},{"name":"DFC_TYPE","features":[318]},{"name":"DIBSECTION","features":[307,318]},{"name":"DIB_PAL_COLORS","features":[318]},{"name":"DIB_RGB_COLORS","features":[318]},{"name":"DIB_USAGE","features":[318]},{"name":"DISPLAYCONFIG_COLOR_ENCODING","features":[318]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_INTENSITY","features":[318]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_RGB","features":[318]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR420","features":[318]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR422","features":[318]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR444","features":[318]},{"name":"DISPLAYCONFIG_MAXPATH","features":[318]},{"name":"DISPLAYCONFIG_PATH_ACTIVE","features":[318]},{"name":"DISPLAYCONFIG_PATH_CLONE_GROUP_INVALID","features":[318]},{"name":"DISPLAYCONFIG_PATH_DESKTOP_IMAGE_IDX_INVALID","features":[318]},{"name":"DISPLAYCONFIG_PATH_MODE_IDX_INVALID","features":[318]},{"name":"DISPLAYCONFIG_PATH_PREFERRED_UNSCALED","features":[318]},{"name":"DISPLAYCONFIG_PATH_SOURCE_MODE_IDX_INVALID","features":[318]},{"name":"DISPLAYCONFIG_PATH_SUPPORT_VIRTUAL_MODE","features":[318]},{"name":"DISPLAYCONFIG_PATH_TARGET_MODE_IDX_INVALID","features":[318]},{"name":"DISPLAYCONFIG_PATH_VALID_FLAGS","features":[318]},{"name":"DISPLAYCONFIG_SOURCE_IN_USE","features":[318]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_BOOT","features":[318]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_PATH","features":[318]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_SYSTEM","features":[318]},{"name":"DISPLAYCONFIG_TARGET_FORCIBLE","features":[318]},{"name":"DISPLAYCONFIG_TARGET_IN_USE","features":[318]},{"name":"DISPLAYCONFIG_TARGET_IS_HMD","features":[318]},{"name":"DISPLAY_DEVICEA","features":[318]},{"name":"DISPLAY_DEVICEW","features":[318]},{"name":"DISPLAY_DEVICE_ACC_DRIVER","features":[318]},{"name":"DISPLAY_DEVICE_ACTIVE","features":[318]},{"name":"DISPLAY_DEVICE_ATTACHED","features":[318]},{"name":"DISPLAY_DEVICE_ATTACHED_TO_DESKTOP","features":[318]},{"name":"DISPLAY_DEVICE_DISCONNECT","features":[318]},{"name":"DISPLAY_DEVICE_MIRRORING_DRIVER","features":[318]},{"name":"DISPLAY_DEVICE_MODESPRUNED","features":[318]},{"name":"DISPLAY_DEVICE_MULTI_DRIVER","features":[318]},{"name":"DISPLAY_DEVICE_PRIMARY_DEVICE","features":[318]},{"name":"DISPLAY_DEVICE_RDPUDD","features":[318]},{"name":"DISPLAY_DEVICE_REMOTE","features":[318]},{"name":"DISPLAY_DEVICE_REMOVABLE","features":[318]},{"name":"DISPLAY_DEVICE_TS_COMPATIBLE","features":[318]},{"name":"DISPLAY_DEVICE_UNSAFE_MODES_ON","features":[318]},{"name":"DISPLAY_DEVICE_VGA_COMPATIBLE","features":[318]},{"name":"DISP_CHANGE","features":[318]},{"name":"DISP_CHANGE_BADDUALVIEW","features":[318]},{"name":"DISP_CHANGE_BADFLAGS","features":[318]},{"name":"DISP_CHANGE_BADMODE","features":[318]},{"name":"DISP_CHANGE_BADPARAM","features":[318]},{"name":"DISP_CHANGE_FAILED","features":[318]},{"name":"DISP_CHANGE_NOTUPDATED","features":[318]},{"name":"DISP_CHANGE_RESTART","features":[318]},{"name":"DISP_CHANGE_SUCCESSFUL","features":[318]},{"name":"DI_APPBANDING","features":[318]},{"name":"DI_ROPS_READ_DESTINATION","features":[318]},{"name":"DKGRAY_BRUSH","features":[318]},{"name":"DMBIN_AUTO","features":[318]},{"name":"DMBIN_CASSETTE","features":[318]},{"name":"DMBIN_ENVELOPE","features":[318]},{"name":"DMBIN_ENVMANUAL","features":[318]},{"name":"DMBIN_FORMSOURCE","features":[318]},{"name":"DMBIN_LARGECAPACITY","features":[318]},{"name":"DMBIN_LARGEFMT","features":[318]},{"name":"DMBIN_LAST","features":[318]},{"name":"DMBIN_LOWER","features":[318]},{"name":"DMBIN_MANUAL","features":[318]},{"name":"DMBIN_MIDDLE","features":[318]},{"name":"DMBIN_ONLYONE","features":[318]},{"name":"DMBIN_SMALLFMT","features":[318]},{"name":"DMBIN_TRACTOR","features":[318]},{"name":"DMBIN_UPPER","features":[318]},{"name":"DMBIN_USER","features":[318]},{"name":"DMCOLLATE_FALSE","features":[318]},{"name":"DMCOLLATE_TRUE","features":[318]},{"name":"DMCOLOR_COLOR","features":[318]},{"name":"DMCOLOR_MONOCHROME","features":[318]},{"name":"DMDFO_CENTER","features":[318]},{"name":"DMDFO_DEFAULT","features":[318]},{"name":"DMDFO_STRETCH","features":[318]},{"name":"DMDISPLAYFLAGS_TEXTMODE","features":[318]},{"name":"DMDITHER_COARSE","features":[318]},{"name":"DMDITHER_ERRORDIFFUSION","features":[318]},{"name":"DMDITHER_FINE","features":[318]},{"name":"DMDITHER_GRAYSCALE","features":[318]},{"name":"DMDITHER_LINEART","features":[318]},{"name":"DMDITHER_NONE","features":[318]},{"name":"DMDITHER_RESERVED6","features":[318]},{"name":"DMDITHER_RESERVED7","features":[318]},{"name":"DMDITHER_RESERVED8","features":[318]},{"name":"DMDITHER_RESERVED9","features":[318]},{"name":"DMDITHER_USER","features":[318]},{"name":"DMDO_180","features":[318]},{"name":"DMDO_270","features":[318]},{"name":"DMDO_90","features":[318]},{"name":"DMDO_DEFAULT","features":[318]},{"name":"DMDUP_HORIZONTAL","features":[318]},{"name":"DMDUP_SIMPLEX","features":[318]},{"name":"DMDUP_VERTICAL","features":[318]},{"name":"DMICMMETHOD_DEVICE","features":[318]},{"name":"DMICMMETHOD_DRIVER","features":[318]},{"name":"DMICMMETHOD_NONE","features":[318]},{"name":"DMICMMETHOD_SYSTEM","features":[318]},{"name":"DMICMMETHOD_USER","features":[318]},{"name":"DMICM_ABS_COLORIMETRIC","features":[318]},{"name":"DMICM_COLORIMETRIC","features":[318]},{"name":"DMICM_CONTRAST","features":[318]},{"name":"DMICM_SATURATE","features":[318]},{"name":"DMICM_USER","features":[318]},{"name":"DMMEDIA_GLOSSY","features":[318]},{"name":"DMMEDIA_STANDARD","features":[318]},{"name":"DMMEDIA_TRANSPARENCY","features":[318]},{"name":"DMMEDIA_USER","features":[318]},{"name":"DMNUP_ONEUP","features":[318]},{"name":"DMNUP_SYSTEM","features":[318]},{"name":"DMORIENT_LANDSCAPE","features":[318]},{"name":"DMORIENT_PORTRAIT","features":[318]},{"name":"DMPAPER_10X11","features":[318]},{"name":"DMPAPER_10X14","features":[318]},{"name":"DMPAPER_11X17","features":[318]},{"name":"DMPAPER_12X11","features":[318]},{"name":"DMPAPER_15X11","features":[318]},{"name":"DMPAPER_9X11","features":[318]},{"name":"DMPAPER_A2","features":[318]},{"name":"DMPAPER_A3","features":[318]},{"name":"DMPAPER_A3_EXTRA","features":[318]},{"name":"DMPAPER_A3_EXTRA_TRANSVERSE","features":[318]},{"name":"DMPAPER_A3_ROTATED","features":[318]},{"name":"DMPAPER_A3_TRANSVERSE","features":[318]},{"name":"DMPAPER_A4","features":[318]},{"name":"DMPAPER_A4SMALL","features":[318]},{"name":"DMPAPER_A4_EXTRA","features":[318]},{"name":"DMPAPER_A4_PLUS","features":[318]},{"name":"DMPAPER_A4_ROTATED","features":[318]},{"name":"DMPAPER_A4_TRANSVERSE","features":[318]},{"name":"DMPAPER_A5","features":[318]},{"name":"DMPAPER_A5_EXTRA","features":[318]},{"name":"DMPAPER_A5_ROTATED","features":[318]},{"name":"DMPAPER_A5_TRANSVERSE","features":[318]},{"name":"DMPAPER_A6","features":[318]},{"name":"DMPAPER_A6_ROTATED","features":[318]},{"name":"DMPAPER_A_PLUS","features":[318]},{"name":"DMPAPER_B4","features":[318]},{"name":"DMPAPER_B4_JIS_ROTATED","features":[318]},{"name":"DMPAPER_B5","features":[318]},{"name":"DMPAPER_B5_EXTRA","features":[318]},{"name":"DMPAPER_B5_JIS_ROTATED","features":[318]},{"name":"DMPAPER_B5_TRANSVERSE","features":[318]},{"name":"DMPAPER_B6_JIS","features":[318]},{"name":"DMPAPER_B6_JIS_ROTATED","features":[318]},{"name":"DMPAPER_B_PLUS","features":[318]},{"name":"DMPAPER_CSHEET","features":[318]},{"name":"DMPAPER_DBL_JAPANESE_POSTCARD","features":[318]},{"name":"DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED","features":[318]},{"name":"DMPAPER_DSHEET","features":[318]},{"name":"DMPAPER_ENV_10","features":[318]},{"name":"DMPAPER_ENV_11","features":[318]},{"name":"DMPAPER_ENV_12","features":[318]},{"name":"DMPAPER_ENV_14","features":[318]},{"name":"DMPAPER_ENV_9","features":[318]},{"name":"DMPAPER_ENV_B4","features":[318]},{"name":"DMPAPER_ENV_B5","features":[318]},{"name":"DMPAPER_ENV_B6","features":[318]},{"name":"DMPAPER_ENV_C3","features":[318]},{"name":"DMPAPER_ENV_C4","features":[318]},{"name":"DMPAPER_ENV_C5","features":[318]},{"name":"DMPAPER_ENV_C6","features":[318]},{"name":"DMPAPER_ENV_C65","features":[318]},{"name":"DMPAPER_ENV_DL","features":[318]},{"name":"DMPAPER_ENV_INVITE","features":[318]},{"name":"DMPAPER_ENV_ITALY","features":[318]},{"name":"DMPAPER_ENV_MONARCH","features":[318]},{"name":"DMPAPER_ENV_PERSONAL","features":[318]},{"name":"DMPAPER_ESHEET","features":[318]},{"name":"DMPAPER_EXECUTIVE","features":[318]},{"name":"DMPAPER_FANFOLD_LGL_GERMAN","features":[318]},{"name":"DMPAPER_FANFOLD_STD_GERMAN","features":[318]},{"name":"DMPAPER_FANFOLD_US","features":[318]},{"name":"DMPAPER_FOLIO","features":[318]},{"name":"DMPAPER_ISO_B4","features":[318]},{"name":"DMPAPER_JAPANESE_POSTCARD","features":[318]},{"name":"DMPAPER_JAPANESE_POSTCARD_ROTATED","features":[318]},{"name":"DMPAPER_JENV_CHOU3","features":[318]},{"name":"DMPAPER_JENV_CHOU3_ROTATED","features":[318]},{"name":"DMPAPER_JENV_CHOU4","features":[318]},{"name":"DMPAPER_JENV_CHOU4_ROTATED","features":[318]},{"name":"DMPAPER_JENV_KAKU2","features":[318]},{"name":"DMPAPER_JENV_KAKU2_ROTATED","features":[318]},{"name":"DMPAPER_JENV_KAKU3","features":[318]},{"name":"DMPAPER_JENV_KAKU3_ROTATED","features":[318]},{"name":"DMPAPER_JENV_YOU4","features":[318]},{"name":"DMPAPER_JENV_YOU4_ROTATED","features":[318]},{"name":"DMPAPER_LAST","features":[318]},{"name":"DMPAPER_LEDGER","features":[318]},{"name":"DMPAPER_LEGAL","features":[318]},{"name":"DMPAPER_LEGAL_EXTRA","features":[318]},{"name":"DMPAPER_LETTER","features":[318]},{"name":"DMPAPER_LETTERSMALL","features":[318]},{"name":"DMPAPER_LETTER_EXTRA","features":[318]},{"name":"DMPAPER_LETTER_EXTRA_TRANSVERSE","features":[318]},{"name":"DMPAPER_LETTER_PLUS","features":[318]},{"name":"DMPAPER_LETTER_ROTATED","features":[318]},{"name":"DMPAPER_LETTER_TRANSVERSE","features":[318]},{"name":"DMPAPER_NOTE","features":[318]},{"name":"DMPAPER_P16K","features":[318]},{"name":"DMPAPER_P16K_ROTATED","features":[318]},{"name":"DMPAPER_P32K","features":[318]},{"name":"DMPAPER_P32KBIG","features":[318]},{"name":"DMPAPER_P32KBIG_ROTATED","features":[318]},{"name":"DMPAPER_P32K_ROTATED","features":[318]},{"name":"DMPAPER_PENV_1","features":[318]},{"name":"DMPAPER_PENV_10","features":[318]},{"name":"DMPAPER_PENV_10_ROTATED","features":[318]},{"name":"DMPAPER_PENV_1_ROTATED","features":[318]},{"name":"DMPAPER_PENV_2","features":[318]},{"name":"DMPAPER_PENV_2_ROTATED","features":[318]},{"name":"DMPAPER_PENV_3","features":[318]},{"name":"DMPAPER_PENV_3_ROTATED","features":[318]},{"name":"DMPAPER_PENV_4","features":[318]},{"name":"DMPAPER_PENV_4_ROTATED","features":[318]},{"name":"DMPAPER_PENV_5","features":[318]},{"name":"DMPAPER_PENV_5_ROTATED","features":[318]},{"name":"DMPAPER_PENV_6","features":[318]},{"name":"DMPAPER_PENV_6_ROTATED","features":[318]},{"name":"DMPAPER_PENV_7","features":[318]},{"name":"DMPAPER_PENV_7_ROTATED","features":[318]},{"name":"DMPAPER_PENV_8","features":[318]},{"name":"DMPAPER_PENV_8_ROTATED","features":[318]},{"name":"DMPAPER_PENV_9","features":[318]},{"name":"DMPAPER_PENV_9_ROTATED","features":[318]},{"name":"DMPAPER_QUARTO","features":[318]},{"name":"DMPAPER_RESERVED_48","features":[318]},{"name":"DMPAPER_RESERVED_49","features":[318]},{"name":"DMPAPER_STATEMENT","features":[318]},{"name":"DMPAPER_TABLOID","features":[318]},{"name":"DMPAPER_TABLOID_EXTRA","features":[318]},{"name":"DMPAPER_USER","features":[318]},{"name":"DMRES_DRAFT","features":[318]},{"name":"DMRES_HIGH","features":[318]},{"name":"DMRES_LOW","features":[318]},{"name":"DMRES_MEDIUM","features":[318]},{"name":"DMTT_BITMAP","features":[318]},{"name":"DMTT_DOWNLOAD","features":[318]},{"name":"DMTT_DOWNLOAD_OUTLINE","features":[318]},{"name":"DMTT_SUBDEV","features":[318]},{"name":"DM_BITSPERPEL","features":[318]},{"name":"DM_COLLATE","features":[318]},{"name":"DM_COLOR","features":[318]},{"name":"DM_COPIES","features":[318]},{"name":"DM_COPY","features":[318]},{"name":"DM_DEFAULTSOURCE","features":[318]},{"name":"DM_DISPLAYFIXEDOUTPUT","features":[318]},{"name":"DM_DISPLAYFLAGS","features":[318]},{"name":"DM_DISPLAYFREQUENCY","features":[318]},{"name":"DM_DISPLAYORIENTATION","features":[318]},{"name":"DM_DITHERTYPE","features":[318]},{"name":"DM_DUPLEX","features":[318]},{"name":"DM_FORMNAME","features":[318]},{"name":"DM_ICMINTENT","features":[318]},{"name":"DM_ICMMETHOD","features":[318]},{"name":"DM_INTERLACED","features":[318]},{"name":"DM_IN_BUFFER","features":[318]},{"name":"DM_IN_PROMPT","features":[318]},{"name":"DM_LOGPIXELS","features":[318]},{"name":"DM_MEDIATYPE","features":[318]},{"name":"DM_MODIFY","features":[318]},{"name":"DM_NUP","features":[318]},{"name":"DM_ORIENTATION","features":[318]},{"name":"DM_OUT_BUFFER","features":[318]},{"name":"DM_OUT_DEFAULT","features":[318]},{"name":"DM_PANNINGHEIGHT","features":[318]},{"name":"DM_PANNINGWIDTH","features":[318]},{"name":"DM_PAPERLENGTH","features":[318]},{"name":"DM_PAPERSIZE","features":[318]},{"name":"DM_PAPERWIDTH","features":[318]},{"name":"DM_PELSHEIGHT","features":[318]},{"name":"DM_PELSWIDTH","features":[318]},{"name":"DM_POSITION","features":[318]},{"name":"DM_PRINTQUALITY","features":[318]},{"name":"DM_PROMPT","features":[318]},{"name":"DM_SCALE","features":[318]},{"name":"DM_SPECVERSION","features":[318]},{"name":"DM_TTOPTION","features":[318]},{"name":"DM_UPDATE","features":[318]},{"name":"DM_YRESOLUTION","features":[318]},{"name":"DOWNLOADFACE","features":[318]},{"name":"DOWNLOADHEADER","features":[318]},{"name":"DPtoLP","features":[307,318]},{"name":"DRAFTMODE","features":[318]},{"name":"DRAFT_QUALITY","features":[318]},{"name":"DRAWEDGE_FLAGS","features":[318]},{"name":"DRAWPATTERNRECT","features":[318]},{"name":"DRAWSTATEPROC","features":[307,318]},{"name":"DRAWSTATE_FLAGS","features":[318]},{"name":"DRAWTEXTPARAMS","features":[318]},{"name":"DRAW_CAPTION_FLAGS","features":[318]},{"name":"DRAW_EDGE_FLAGS","features":[318]},{"name":"DRAW_TEXT_FORMAT","features":[318]},{"name":"DRIVERVERSION","features":[318]},{"name":"DSS_DISABLED","features":[318]},{"name":"DSS_HIDEPREFIX","features":[318]},{"name":"DSS_MONO","features":[318]},{"name":"DSS_NORMAL","features":[318]},{"name":"DSS_PREFIXONLY","features":[318]},{"name":"DSS_RIGHT","features":[318]},{"name":"DSS_UNION","features":[318]},{"name":"DSTINVERT","features":[318]},{"name":"DST_BITMAP","features":[318]},{"name":"DST_COMPLEX","features":[318]},{"name":"DST_ICON","features":[318]},{"name":"DST_PREFIXTEXT","features":[318]},{"name":"DST_TEXT","features":[318]},{"name":"DT_BOTTOM","features":[318]},{"name":"DT_CALCRECT","features":[318]},{"name":"DT_CENTER","features":[318]},{"name":"DT_CHARSTREAM","features":[318]},{"name":"DT_DISPFILE","features":[318]},{"name":"DT_EDITCONTROL","features":[318]},{"name":"DT_END_ELLIPSIS","features":[318]},{"name":"DT_EXPANDTABS","features":[318]},{"name":"DT_EXTERNALLEADING","features":[318]},{"name":"DT_HIDEPREFIX","features":[318]},{"name":"DT_INTERNAL","features":[318]},{"name":"DT_LEFT","features":[318]},{"name":"DT_METAFILE","features":[318]},{"name":"DT_MODIFYSTRING","features":[318]},{"name":"DT_NOCLIP","features":[318]},{"name":"DT_NOFULLWIDTHCHARBREAK","features":[318]},{"name":"DT_NOPREFIX","features":[318]},{"name":"DT_PATH_ELLIPSIS","features":[318]},{"name":"DT_PLOTTER","features":[318]},{"name":"DT_PREFIXONLY","features":[318]},{"name":"DT_RASCAMERA","features":[318]},{"name":"DT_RASDISPLAY","features":[318]},{"name":"DT_RASPRINTER","features":[318]},{"name":"DT_RIGHT","features":[318]},{"name":"DT_RTLREADING","features":[318]},{"name":"DT_SINGLELINE","features":[318]},{"name":"DT_TABSTOP","features":[318]},{"name":"DT_TOP","features":[318]},{"name":"DT_VCENTER","features":[318]},{"name":"DT_WORDBREAK","features":[318]},{"name":"DT_WORD_ELLIPSIS","features":[318]},{"name":"DeleteDC","features":[307,318]},{"name":"DeleteEnhMetaFile","features":[307,318]},{"name":"DeleteMetaFile","features":[307,318]},{"name":"DeleteObject","features":[307,318]},{"name":"DrawAnimatedRects","features":[307,318]},{"name":"DrawCaption","features":[307,318]},{"name":"DrawEdge","features":[307,318]},{"name":"DrawEscape","features":[318]},{"name":"DrawFocusRect","features":[307,318]},{"name":"DrawFrameControl","features":[307,318]},{"name":"DrawStateA","features":[307,318]},{"name":"DrawStateW","features":[307,318]},{"name":"DrawTextA","features":[307,318]},{"name":"DrawTextExA","features":[307,318]},{"name":"DrawTextExW","features":[307,318]},{"name":"DrawTextW","features":[307,318]},{"name":"EASTEUROPE_CHARSET","features":[318]},{"name":"EDGE_BUMP","features":[318]},{"name":"EDGE_ETCHED","features":[318]},{"name":"EDGE_RAISED","features":[318]},{"name":"EDGE_SUNKEN","features":[318]},{"name":"EDS_RAWMODE","features":[318]},{"name":"EDS_ROTATEDMODE","features":[318]},{"name":"ELF_CULTURE_LATIN","features":[318]},{"name":"ELF_VENDOR_SIZE","features":[318]},{"name":"ELF_VERSION","features":[318]},{"name":"EMBEDDED_FONT_PRIV_STATUS","features":[318]},{"name":"EMBED_EDITABLE","features":[318]},{"name":"EMBED_FONT_CHARSET","features":[318]},{"name":"EMBED_INSTALLABLE","features":[318]},{"name":"EMBED_NOEMBEDDING","features":[318]},{"name":"EMBED_PREVIEWPRINT","features":[318]},{"name":"EMR","features":[318]},{"name":"EMRALPHABLEND","features":[307,318]},{"name":"EMRANGLEARC","features":[307,318]},{"name":"EMRARC","features":[307,318]},{"name":"EMRBITBLT","features":[307,318]},{"name":"EMRCOLORCORRECTPALETTE","features":[318]},{"name":"EMRCOLORMATCHTOTARGET","features":[318]},{"name":"EMRCREATEBRUSHINDIRECT","features":[307,318]},{"name":"EMRCREATEDIBPATTERNBRUSHPT","features":[318]},{"name":"EMRCREATEMONOBRUSH","features":[318]},{"name":"EMRCREATEPALETTE","features":[318]},{"name":"EMRCREATEPEN","features":[307,318]},{"name":"EMRELLIPSE","features":[307,318]},{"name":"EMREOF","features":[318]},{"name":"EMREXCLUDECLIPRECT","features":[307,318]},{"name":"EMREXTCREATEFONTINDIRECTW","features":[318]},{"name":"EMREXTCREATEPEN","features":[307,318]},{"name":"EMREXTESCAPE","features":[318]},{"name":"EMREXTFLOODFILL","features":[307,318]},{"name":"EMREXTSELECTCLIPRGN","features":[318]},{"name":"EMREXTTEXTOUTA","features":[307,318]},{"name":"EMRFILLPATH","features":[307,318]},{"name":"EMRFILLRGN","features":[307,318]},{"name":"EMRFORMAT","features":[318]},{"name":"EMRFRAMERGN","features":[307,318]},{"name":"EMRGDICOMMENT","features":[318]},{"name":"EMRGLSBOUNDEDRECORD","features":[307,318]},{"name":"EMRGLSRECORD","features":[318]},{"name":"EMRGRADIENTFILL","features":[307,318]},{"name":"EMRINVERTRGN","features":[307,318]},{"name":"EMRLINETO","features":[307,318]},{"name":"EMRMASKBLT","features":[307,318]},{"name":"EMRMODIFYWORLDTRANSFORM","features":[318]},{"name":"EMRNAMEDESCAPE","features":[318]},{"name":"EMROFFSETCLIPRGN","features":[307,318]},{"name":"EMRPLGBLT","features":[307,318]},{"name":"EMRPOLYDRAW","features":[307,318]},{"name":"EMRPOLYDRAW16","features":[307,318]},{"name":"EMRPOLYLINE","features":[307,318]},{"name":"EMRPOLYLINE16","features":[307,318]},{"name":"EMRPOLYPOLYLINE","features":[307,318]},{"name":"EMRPOLYPOLYLINE16","features":[307,318]},{"name":"EMRPOLYTEXTOUTA","features":[307,318]},{"name":"EMRRESIZEPALETTE","features":[318]},{"name":"EMRRESTOREDC","features":[318]},{"name":"EMRROUNDRECT","features":[307,318]},{"name":"EMRSCALEVIEWPORTEXTEX","features":[318]},{"name":"EMRSELECTCLIPPATH","features":[318]},{"name":"EMRSELECTOBJECT","features":[318]},{"name":"EMRSELECTPALETTE","features":[318]},{"name":"EMRSETARCDIRECTION","features":[318]},{"name":"EMRSETCOLORADJUSTMENT","features":[318]},{"name":"EMRSETCOLORSPACE","features":[318]},{"name":"EMRSETDIBITSTODEVICE","features":[307,318]},{"name":"EMRSETICMPROFILE","features":[318]},{"name":"EMRSETMAPPERFLAGS","features":[318]},{"name":"EMRSETMITERLIMIT","features":[318]},{"name":"EMRSETPALETTEENTRIES","features":[318]},{"name":"EMRSETPIXELV","features":[307,318]},{"name":"EMRSETTEXTCOLOR","features":[307,318]},{"name":"EMRSETVIEWPORTEXTEX","features":[307,318]},{"name":"EMRSETVIEWPORTORGEX","features":[307,318]},{"name":"EMRSETWORLDTRANSFORM","features":[318]},{"name":"EMRSTRETCHBLT","features":[307,318]},{"name":"EMRSTRETCHDIBITS","features":[307,318]},{"name":"EMRTEXT","features":[307,318]},{"name":"EMRTRANSPARENTBLT","features":[307,318]},{"name":"EMR_ABORTPATH","features":[318]},{"name":"EMR_ALPHABLEND","features":[318]},{"name":"EMR_ANGLEARC","features":[318]},{"name":"EMR_ARC","features":[318]},{"name":"EMR_ARCTO","features":[318]},{"name":"EMR_BEGINPATH","features":[318]},{"name":"EMR_BITBLT","features":[318]},{"name":"EMR_CHORD","features":[318]},{"name":"EMR_CLOSEFIGURE","features":[318]},{"name":"EMR_COLORCORRECTPALETTE","features":[318]},{"name":"EMR_COLORMATCHTOTARGETW","features":[318]},{"name":"EMR_CREATEBRUSHINDIRECT","features":[318]},{"name":"EMR_CREATECOLORSPACE","features":[318]},{"name":"EMR_CREATECOLORSPACEW","features":[318]},{"name":"EMR_CREATEDIBPATTERNBRUSHPT","features":[318]},{"name":"EMR_CREATEMONOBRUSH","features":[318]},{"name":"EMR_CREATEPALETTE","features":[318]},{"name":"EMR_CREATEPEN","features":[318]},{"name":"EMR_DELETECOLORSPACE","features":[318]},{"name":"EMR_DELETEOBJECT","features":[318]},{"name":"EMR_ELLIPSE","features":[318]},{"name":"EMR_ENDPATH","features":[318]},{"name":"EMR_EOF","features":[318]},{"name":"EMR_EXCLUDECLIPRECT","features":[318]},{"name":"EMR_EXTCREATEFONTINDIRECTW","features":[318]},{"name":"EMR_EXTCREATEPEN","features":[318]},{"name":"EMR_EXTFLOODFILL","features":[318]},{"name":"EMR_EXTSELECTCLIPRGN","features":[318]},{"name":"EMR_EXTTEXTOUTA","features":[318]},{"name":"EMR_EXTTEXTOUTW","features":[318]},{"name":"EMR_FILLPATH","features":[318]},{"name":"EMR_FILLRGN","features":[318]},{"name":"EMR_FLATTENPATH","features":[318]},{"name":"EMR_FRAMERGN","features":[318]},{"name":"EMR_GDICOMMENT","features":[318]},{"name":"EMR_GLSBOUNDEDRECORD","features":[318]},{"name":"EMR_GLSRECORD","features":[318]},{"name":"EMR_GRADIENTFILL","features":[318]},{"name":"EMR_HEADER","features":[318]},{"name":"EMR_INTERSECTCLIPRECT","features":[318]},{"name":"EMR_INVERTRGN","features":[318]},{"name":"EMR_LINETO","features":[318]},{"name":"EMR_MASKBLT","features":[318]},{"name":"EMR_MAX","features":[318]},{"name":"EMR_MIN","features":[318]},{"name":"EMR_MODIFYWORLDTRANSFORM","features":[318]},{"name":"EMR_MOVETOEX","features":[318]},{"name":"EMR_OFFSETCLIPRGN","features":[318]},{"name":"EMR_PAINTRGN","features":[318]},{"name":"EMR_PIE","features":[318]},{"name":"EMR_PIXELFORMAT","features":[318]},{"name":"EMR_PLGBLT","features":[318]},{"name":"EMR_POLYBEZIER","features":[318]},{"name":"EMR_POLYBEZIER16","features":[318]},{"name":"EMR_POLYBEZIERTO","features":[318]},{"name":"EMR_POLYBEZIERTO16","features":[318]},{"name":"EMR_POLYDRAW","features":[318]},{"name":"EMR_POLYDRAW16","features":[318]},{"name":"EMR_POLYGON","features":[318]},{"name":"EMR_POLYGON16","features":[318]},{"name":"EMR_POLYLINE","features":[318]},{"name":"EMR_POLYLINE16","features":[318]},{"name":"EMR_POLYLINETO","features":[318]},{"name":"EMR_POLYLINETO16","features":[318]},{"name":"EMR_POLYPOLYGON","features":[318]},{"name":"EMR_POLYPOLYGON16","features":[318]},{"name":"EMR_POLYPOLYLINE","features":[318]},{"name":"EMR_POLYPOLYLINE16","features":[318]},{"name":"EMR_POLYTEXTOUTA","features":[318]},{"name":"EMR_POLYTEXTOUTW","features":[318]},{"name":"EMR_REALIZEPALETTE","features":[318]},{"name":"EMR_RECTANGLE","features":[318]},{"name":"EMR_RESERVED_105","features":[318]},{"name":"EMR_RESERVED_106","features":[318]},{"name":"EMR_RESERVED_107","features":[318]},{"name":"EMR_RESERVED_108","features":[318]},{"name":"EMR_RESERVED_109","features":[318]},{"name":"EMR_RESERVED_110","features":[318]},{"name":"EMR_RESERVED_117","features":[318]},{"name":"EMR_RESERVED_119","features":[318]},{"name":"EMR_RESERVED_120","features":[318]},{"name":"EMR_RESIZEPALETTE","features":[318]},{"name":"EMR_RESTOREDC","features":[318]},{"name":"EMR_ROUNDRECT","features":[318]},{"name":"EMR_SAVEDC","features":[318]},{"name":"EMR_SCALEVIEWPORTEXTEX","features":[318]},{"name":"EMR_SCALEWINDOWEXTEX","features":[318]},{"name":"EMR_SELECTCLIPPATH","features":[318]},{"name":"EMR_SELECTOBJECT","features":[318]},{"name":"EMR_SELECTPALETTE","features":[318]},{"name":"EMR_SETARCDIRECTION","features":[318]},{"name":"EMR_SETBKCOLOR","features":[318]},{"name":"EMR_SETBKMODE","features":[318]},{"name":"EMR_SETBRUSHORGEX","features":[318]},{"name":"EMR_SETCOLORADJUSTMENT","features":[318]},{"name":"EMR_SETCOLORSPACE","features":[318]},{"name":"EMR_SETDIBITSTODEVICE","features":[318]},{"name":"EMR_SETICMMODE","features":[318]},{"name":"EMR_SETICMPROFILEA","features":[318]},{"name":"EMR_SETICMPROFILEW","features":[318]},{"name":"EMR_SETLAYOUT","features":[318]},{"name":"EMR_SETMAPMODE","features":[318]},{"name":"EMR_SETMAPPERFLAGS","features":[318]},{"name":"EMR_SETMETARGN","features":[318]},{"name":"EMR_SETMITERLIMIT","features":[318]},{"name":"EMR_SETPALETTEENTRIES","features":[318]},{"name":"EMR_SETPIXELV","features":[318]},{"name":"EMR_SETPOLYFILLMODE","features":[318]},{"name":"EMR_SETROP2","features":[318]},{"name":"EMR_SETSTRETCHBLTMODE","features":[318]},{"name":"EMR_SETTEXTALIGN","features":[318]},{"name":"EMR_SETTEXTCOLOR","features":[318]},{"name":"EMR_SETVIEWPORTEXTEX","features":[318]},{"name":"EMR_SETVIEWPORTORGEX","features":[318]},{"name":"EMR_SETWINDOWEXTEX","features":[318]},{"name":"EMR_SETWINDOWORGEX","features":[318]},{"name":"EMR_SETWORLDTRANSFORM","features":[318]},{"name":"EMR_STRETCHBLT","features":[318]},{"name":"EMR_STRETCHDIBITS","features":[318]},{"name":"EMR_STROKEANDFILLPATH","features":[318]},{"name":"EMR_STROKEPATH","features":[318]},{"name":"EMR_TRANSPARENTBLT","features":[318]},{"name":"EMR_WIDENPATH","features":[318]},{"name":"ENABLEDUPLEX","features":[318]},{"name":"ENABLEPAIRKERNING","features":[318]},{"name":"ENABLERELATIVEWIDTHS","features":[318]},{"name":"ENCAPSULATED_POSTSCRIPT","features":[318]},{"name":"ENDDOC","features":[318]},{"name":"END_PATH","features":[318]},{"name":"ENHANCED_METAFILE_RECORD_TYPE","features":[318]},{"name":"ENHMETAHEADER","features":[307,318]},{"name":"ENHMETARECORD","features":[318]},{"name":"ENHMETA_SIGNATURE","features":[318]},{"name":"ENHMETA_STOCK_OBJECT","features":[318]},{"name":"ENHMFENUMPROC","features":[307,318]},{"name":"ENUMLOGFONTA","features":[318]},{"name":"ENUMLOGFONTEXA","features":[318]},{"name":"ENUMLOGFONTEXDVA","features":[318]},{"name":"ENUMLOGFONTEXDVW","features":[318]},{"name":"ENUMLOGFONTEXW","features":[318]},{"name":"ENUMLOGFONTW","features":[318]},{"name":"ENUMPAPERBINS","features":[318]},{"name":"ENUMPAPERMETRICS","features":[318]},{"name":"ENUM_CURRENT_SETTINGS","features":[318]},{"name":"ENUM_DISPLAY_SETTINGS_FLAGS","features":[318]},{"name":"ENUM_DISPLAY_SETTINGS_MODE","features":[318]},{"name":"ENUM_REGISTRY_SETTINGS","features":[318]},{"name":"EPSPRINTING","features":[318]},{"name":"EPS_SIGNATURE","features":[318]},{"name":"ERROR","features":[318]},{"name":"ERR_FORMAT","features":[318]},{"name":"ERR_GENERIC","features":[318]},{"name":"ERR_INVALID_BASE","features":[318]},{"name":"ERR_INVALID_CMAP","features":[318]},{"name":"ERR_INVALID_DELTA_FORMAT","features":[318]},{"name":"ERR_INVALID_EBLC","features":[318]},{"name":"ERR_INVALID_GDEF","features":[318]},{"name":"ERR_INVALID_GLYF","features":[318]},{"name":"ERR_INVALID_GPOS","features":[318]},{"name":"ERR_INVALID_GSUB","features":[318]},{"name":"ERR_INVALID_HDMX","features":[318]},{"name":"ERR_INVALID_HEAD","features":[318]},{"name":"ERR_INVALID_HHEA","features":[318]},{"name":"ERR_INVALID_HHEA_OR_VHEA","features":[318]},{"name":"ERR_INVALID_HMTX","features":[318]},{"name":"ERR_INVALID_HMTX_OR_VMTX","features":[318]},{"name":"ERR_INVALID_JSTF","features":[318]},{"name":"ERR_INVALID_LOCA","features":[318]},{"name":"ERR_INVALID_LTSH","features":[318]},{"name":"ERR_INVALID_MAXP","features":[318]},{"name":"ERR_INVALID_MERGE_CHECKSUMS","features":[318]},{"name":"ERR_INVALID_MERGE_FORMATS","features":[318]},{"name":"ERR_INVALID_MERGE_NUMGLYPHS","features":[318]},{"name":"ERR_INVALID_NAME","features":[318]},{"name":"ERR_INVALID_OS2","features":[318]},{"name":"ERR_INVALID_POST","features":[318]},{"name":"ERR_INVALID_TTC_INDEX","features":[318]},{"name":"ERR_INVALID_TTO","features":[318]},{"name":"ERR_INVALID_VDMX","features":[318]},{"name":"ERR_INVALID_VHEA","features":[318]},{"name":"ERR_INVALID_VMTX","features":[318]},{"name":"ERR_MEM","features":[318]},{"name":"ERR_MISSING_CMAP","features":[318]},{"name":"ERR_MISSING_EBDT","features":[318]},{"name":"ERR_MISSING_GLYF","features":[318]},{"name":"ERR_MISSING_HEAD","features":[318]},{"name":"ERR_MISSING_HHEA","features":[318]},{"name":"ERR_MISSING_HHEA_OR_VHEA","features":[318]},{"name":"ERR_MISSING_HMTX","features":[318]},{"name":"ERR_MISSING_HMTX_OR_VMTX","features":[318]},{"name":"ERR_MISSING_LOCA","features":[318]},{"name":"ERR_MISSING_MAXP","features":[318]},{"name":"ERR_MISSING_NAME","features":[318]},{"name":"ERR_MISSING_OS2","features":[318]},{"name":"ERR_MISSING_POST","features":[318]},{"name":"ERR_MISSING_VHEA","features":[318]},{"name":"ERR_MISSING_VMTX","features":[318]},{"name":"ERR_NOT_TTC","features":[318]},{"name":"ERR_NO_GLYPHS","features":[318]},{"name":"ERR_PARAMETER0","features":[318]},{"name":"ERR_PARAMETER1","features":[318]},{"name":"ERR_PARAMETER10","features":[318]},{"name":"ERR_PARAMETER11","features":[318]},{"name":"ERR_PARAMETER12","features":[318]},{"name":"ERR_PARAMETER13","features":[318]},{"name":"ERR_PARAMETER14","features":[318]},{"name":"ERR_PARAMETER15","features":[318]},{"name":"ERR_PARAMETER16","features":[318]},{"name":"ERR_PARAMETER2","features":[318]},{"name":"ERR_PARAMETER3","features":[318]},{"name":"ERR_PARAMETER4","features":[318]},{"name":"ERR_PARAMETER5","features":[318]},{"name":"ERR_PARAMETER6","features":[318]},{"name":"ERR_PARAMETER7","features":[318]},{"name":"ERR_PARAMETER8","features":[318]},{"name":"ERR_PARAMETER9","features":[318]},{"name":"ERR_READCONTROL","features":[318]},{"name":"ERR_READOUTOFBOUNDS","features":[318]},{"name":"ERR_VERSION","features":[318]},{"name":"ERR_WOULD_GROW","features":[318]},{"name":"ERR_WRITECONTROL","features":[318]},{"name":"ERR_WRITEOUTOFBOUNDS","features":[318]},{"name":"ETO_CLIPPED","features":[318]},{"name":"ETO_GLYPH_INDEX","features":[318]},{"name":"ETO_IGNORELANGUAGE","features":[318]},{"name":"ETO_NUMERICSLATIN","features":[318]},{"name":"ETO_NUMERICSLOCAL","features":[318]},{"name":"ETO_OPAQUE","features":[318]},{"name":"ETO_OPTIONS","features":[318]},{"name":"ETO_PDY","features":[318]},{"name":"ETO_REVERSE_INDEX_MAP","features":[318]},{"name":"ETO_RTLREADING","features":[318]},{"name":"EXTLOGFONTA","features":[318]},{"name":"EXTLOGFONTW","features":[318]},{"name":"EXTLOGPEN","features":[307,318]},{"name":"EXTLOGPEN32","features":[307,318]},{"name":"EXTTEXTOUT","features":[318]},{"name":"EXT_DEVICE_CAPS","features":[318]},{"name":"EXT_FLOOD_FILL_TYPE","features":[318]},{"name":"E_ADDFONTFAILED","features":[318]},{"name":"E_API_NOTIMPL","features":[318]},{"name":"E_CHARCODECOUNTINVALID","features":[318]},{"name":"E_CHARCODESETINVALID","features":[318]},{"name":"E_CHARSETINVALID","features":[318]},{"name":"E_COULDNTCREATETEMPFILE","features":[318]},{"name":"E_DEVICETRUETYPEFONT","features":[318]},{"name":"E_ERRORACCESSINGEXCLUDELIST","features":[318]},{"name":"E_ERRORACCESSINGFACENAME","features":[318]},{"name":"E_ERRORACCESSINGFONTDATA","features":[318]},{"name":"E_ERRORCOMPRESSINGFONTDATA","features":[318]},{"name":"E_ERRORCONVERTINGCHARS","features":[318]},{"name":"E_ERRORCREATINGFONTFILE","features":[318]},{"name":"E_ERRORDECOMPRESSINGFONTDATA","features":[318]},{"name":"E_ERROREXPANDINGFONTDATA","features":[318]},{"name":"E_ERRORGETTINGDC","features":[318]},{"name":"E_ERRORREADINGFONTDATA","features":[318]},{"name":"E_ERRORUNICODECONVERSION","features":[318]},{"name":"E_EXCEPTION","features":[318]},{"name":"E_EXCEPTIONINCOMPRESSION","features":[318]},{"name":"E_EXCEPTIONINDECOMPRESSION","features":[318]},{"name":"E_FACENAMEINVALID","features":[318]},{"name":"E_FILE_NOT_FOUND","features":[318]},{"name":"E_FLAGSINVALID","features":[318]},{"name":"E_FONTALREADYEXISTS","features":[318]},{"name":"E_FONTDATAINVALID","features":[318]},{"name":"E_FONTFAMILYNAMENOTINFULL","features":[318]},{"name":"E_FONTFILECREATEFAILED","features":[318]},{"name":"E_FONTFILENOTFOUND","features":[318]},{"name":"E_FONTINSTALLFAILED","features":[318]},{"name":"E_FONTNAMEALREADYEXISTS","features":[318]},{"name":"E_FONTNOTEMBEDDABLE","features":[318]},{"name":"E_FONTREFERENCEINVALID","features":[318]},{"name":"E_FONTVARIATIONSIMULATED","features":[318]},{"name":"E_HDCINVALID","features":[318]},{"name":"E_INPUTPARAMINVALID","features":[318]},{"name":"E_NAMECHANGEFAILED","features":[318]},{"name":"E_NOFREEMEMORY","features":[318]},{"name":"E_NONE","features":[318]},{"name":"E_NOOS2","features":[318]},{"name":"E_NOTATRUETYPEFONT","features":[318]},{"name":"E_PBENABLEDINVALID","features":[318]},{"name":"E_PERMISSIONSINVALID","features":[318]},{"name":"E_PRIVSINVALID","features":[318]},{"name":"E_PRIVSTATUSINVALID","features":[318]},{"name":"E_READFROMSTREAMFAILED","features":[318]},{"name":"E_RESERVEDPARAMNOTNULL","features":[318]},{"name":"E_RESOURCEFILECREATEFAILED","features":[318]},{"name":"E_SAVETOSTREAMFAILED","features":[318]},{"name":"E_STATUSINVALID","features":[318]},{"name":"E_STREAMINVALID","features":[318]},{"name":"E_SUBSETTINGEXCEPTION","features":[318]},{"name":"E_SUBSETTINGFAILED","features":[318]},{"name":"E_SUBSTRING_TEST_FAIL","features":[318]},{"name":"E_T2NOFREEMEMORY","features":[318]},{"name":"E_TTC_INDEX_OUT_OF_RANGE","features":[318]},{"name":"E_WINDOWSAPI","features":[318]},{"name":"Ellipse","features":[307,318]},{"name":"EndPaint","features":[307,318]},{"name":"EndPath","features":[307,318]},{"name":"EnumDisplayDevicesA","features":[307,318]},{"name":"EnumDisplayDevicesW","features":[307,318]},{"name":"EnumDisplayMonitors","features":[307,318]},{"name":"EnumDisplaySettingsA","features":[307,318]},{"name":"EnumDisplaySettingsExA","features":[307,318]},{"name":"EnumDisplaySettingsExW","features":[307,318]},{"name":"EnumDisplaySettingsW","features":[307,318]},{"name":"EnumEnhMetaFile","features":[307,318]},{"name":"EnumFontFamiliesA","features":[307,318]},{"name":"EnumFontFamiliesExA","features":[307,318]},{"name":"EnumFontFamiliesExW","features":[307,318]},{"name":"EnumFontFamiliesW","features":[307,318]},{"name":"EnumFontsA","features":[307,318]},{"name":"EnumFontsW","features":[307,318]},{"name":"EnumMetaFile","features":[307,318]},{"name":"EnumObjects","features":[307,318]},{"name":"EqualRect","features":[307,318]},{"name":"EqualRgn","features":[307,318]},{"name":"ExcludeClipRect","features":[318]},{"name":"ExcludeUpdateRgn","features":[307,318]},{"name":"ExtCreatePen","features":[307,318]},{"name":"ExtCreateRegion","features":[307,318]},{"name":"ExtFloodFill","features":[307,318]},{"name":"ExtSelectClipRgn","features":[318]},{"name":"ExtTextOutA","features":[307,318]},{"name":"ExtTextOutW","features":[307,318]},{"name":"FEATURESETTING_CUSTPAPER","features":[318]},{"name":"FEATURESETTING_MIRROR","features":[318]},{"name":"FEATURESETTING_NEGATIVE","features":[318]},{"name":"FEATURESETTING_NUP","features":[318]},{"name":"FEATURESETTING_OUTPUT","features":[318]},{"name":"FEATURESETTING_PRIVATE_BEGIN","features":[318]},{"name":"FEATURESETTING_PRIVATE_END","features":[318]},{"name":"FEATURESETTING_PROTOCOL","features":[318]},{"name":"FEATURESETTING_PSLEVEL","features":[318]},{"name":"FF_DECORATIVE","features":[318]},{"name":"FF_DONTCARE","features":[318]},{"name":"FF_MODERN","features":[318]},{"name":"FF_ROMAN","features":[318]},{"name":"FF_SCRIPT","features":[318]},{"name":"FF_SWISS","features":[318]},{"name":"FIXED","features":[318]},{"name":"FIXED_PITCH","features":[318]},{"name":"FLI_GLYPHS","features":[318]},{"name":"FLI_MASK","features":[318]},{"name":"FLOODFILLBORDER","features":[318]},{"name":"FLOODFILLSURFACE","features":[318]},{"name":"FLUSHOUTPUT","features":[318]},{"name":"FONTENUMPROCA","features":[307,318]},{"name":"FONTENUMPROCW","features":[307,318]},{"name":"FONTMAPPER_MAX","features":[318]},{"name":"FONT_CHARSET","features":[318]},{"name":"FONT_CLIP_PRECISION","features":[318]},{"name":"FONT_FAMILY","features":[318]},{"name":"FONT_LICENSE_PRIVS","features":[318]},{"name":"FONT_OUTPUT_PRECISION","features":[318]},{"name":"FONT_PITCH","features":[318]},{"name":"FONT_QUALITY","features":[318]},{"name":"FONT_RESOURCE_CHARACTERISTICS","features":[318]},{"name":"FONT_WEIGHT","features":[318]},{"name":"FR_NOT_ENUM","features":[318]},{"name":"FR_PRIVATE","features":[318]},{"name":"FS_ARABIC","features":[318]},{"name":"FS_BALTIC","features":[318]},{"name":"FS_CHINESESIMP","features":[318]},{"name":"FS_CHINESETRAD","features":[318]},{"name":"FS_CYRILLIC","features":[318]},{"name":"FS_GREEK","features":[318]},{"name":"FS_HEBREW","features":[318]},{"name":"FS_JISJAPAN","features":[318]},{"name":"FS_JOHAB","features":[318]},{"name":"FS_LATIN1","features":[318]},{"name":"FS_LATIN2","features":[318]},{"name":"FS_SYMBOL","features":[318]},{"name":"FS_THAI","features":[318]},{"name":"FS_TURKISH","features":[318]},{"name":"FS_VIETNAMESE","features":[318]},{"name":"FS_WANSUNG","features":[318]},{"name":"FW_BLACK","features":[318]},{"name":"FW_BOLD","features":[318]},{"name":"FW_DEMIBOLD","features":[318]},{"name":"FW_DONTCARE","features":[318]},{"name":"FW_EXTRABOLD","features":[318]},{"name":"FW_EXTRALIGHT","features":[318]},{"name":"FW_HEAVY","features":[318]},{"name":"FW_LIGHT","features":[318]},{"name":"FW_MEDIUM","features":[318]},{"name":"FW_NORMAL","features":[318]},{"name":"FW_REGULAR","features":[318]},{"name":"FW_SEMIBOLD","features":[318]},{"name":"FW_THIN","features":[318]},{"name":"FW_ULTRABOLD","features":[318]},{"name":"FW_ULTRALIGHT","features":[318]},{"name":"FillPath","features":[307,318]},{"name":"FillRect","features":[307,318]},{"name":"FillRgn","features":[307,318]},{"name":"FixBrushOrgEx","features":[307,318]},{"name":"FlattenPath","features":[307,318]},{"name":"FloodFill","features":[307,318]},{"name":"FrameRect","features":[307,318]},{"name":"FrameRgn","features":[307,318]},{"name":"GB2312_CHARSET","features":[318]},{"name":"GCPCLASS_ARABIC","features":[318]},{"name":"GCPCLASS_HEBREW","features":[318]},{"name":"GCPCLASS_LATIN","features":[318]},{"name":"GCPCLASS_LATINNUMBER","features":[318]},{"name":"GCPCLASS_LATINNUMERICSEPARATOR","features":[318]},{"name":"GCPCLASS_LATINNUMERICTERMINATOR","features":[318]},{"name":"GCPCLASS_LOCALNUMBER","features":[318]},{"name":"GCPCLASS_NEUTRAL","features":[318]},{"name":"GCPCLASS_NUMERICSEPARATOR","features":[318]},{"name":"GCPCLASS_POSTBOUNDLTR","features":[318]},{"name":"GCPCLASS_POSTBOUNDRTL","features":[318]},{"name":"GCPCLASS_PREBOUNDLTR","features":[318]},{"name":"GCPCLASS_PREBOUNDRTL","features":[318]},{"name":"GCPGLYPH_LINKAFTER","features":[318]},{"name":"GCPGLYPH_LINKBEFORE","features":[318]},{"name":"GCP_CLASSIN","features":[318]},{"name":"GCP_DBCS","features":[318]},{"name":"GCP_DIACRITIC","features":[318]},{"name":"GCP_DISPLAYZWG","features":[318]},{"name":"GCP_ERROR","features":[318]},{"name":"GCP_GLYPHSHAPE","features":[318]},{"name":"GCP_JUSTIFY","features":[318]},{"name":"GCP_JUSTIFYIN","features":[318]},{"name":"GCP_KASHIDA","features":[318]},{"name":"GCP_LIGATE","features":[318]},{"name":"GCP_MAXEXTENT","features":[318]},{"name":"GCP_NEUTRALOVERRIDE","features":[318]},{"name":"GCP_NUMERICOVERRIDE","features":[318]},{"name":"GCP_NUMERICSLATIN","features":[318]},{"name":"GCP_NUMERICSLOCAL","features":[318]},{"name":"GCP_REORDER","features":[318]},{"name":"GCP_RESULTSA","features":[318]},{"name":"GCP_RESULTSW","features":[318]},{"name":"GCP_SYMSWAPOFF","features":[318]},{"name":"GCP_USEKERNING","features":[318]},{"name":"GDICOMMENT_BEGINGROUP","features":[318]},{"name":"GDICOMMENT_ENDGROUP","features":[318]},{"name":"GDICOMMENT_IDENTIFIER","features":[318]},{"name":"GDICOMMENT_MULTIFORMATS","features":[318]},{"name":"GDICOMMENT_UNICODE_END","features":[318]},{"name":"GDICOMMENT_UNICODE_STRING","features":[318]},{"name":"GDICOMMENT_WINDOWS_METAFILE","features":[318]},{"name":"GDIPLUS_TS_QUERYVER","features":[318]},{"name":"GDIPLUS_TS_RECORD","features":[318]},{"name":"GDIREGISTERDDRAWPACKETVERSION","features":[318]},{"name":"GDI_ERROR","features":[318]},{"name":"GDI_REGION_TYPE","features":[318]},{"name":"GETCOLORTABLE","features":[318]},{"name":"GETDEVICEUNITS","features":[318]},{"name":"GETEXTENDEDTEXTMETRICS","features":[318]},{"name":"GETEXTENTTABLE","features":[318]},{"name":"GETFACENAME","features":[318]},{"name":"GETPAIRKERNTABLE","features":[318]},{"name":"GETPENWIDTH","features":[318]},{"name":"GETPHYSPAGESIZE","features":[318]},{"name":"GETPRINTINGOFFSET","features":[318]},{"name":"GETSCALINGFACTOR","features":[318]},{"name":"GETSETPAPERBINS","features":[318]},{"name":"GETSETPAPERMETRICS","features":[318]},{"name":"GETSETPRINTORIENT","features":[318]},{"name":"GETSETSCREENPARAMS","features":[318]},{"name":"GETTECHNOLGY","features":[318]},{"name":"GETTECHNOLOGY","features":[318]},{"name":"GETTRACKKERNTABLE","features":[318]},{"name":"GETVECTORBRUSHSIZE","features":[318]},{"name":"GETVECTORPENSIZE","features":[318]},{"name":"GET_CHARACTER_PLACEMENT_FLAGS","features":[318]},{"name":"GET_DCX_FLAGS","features":[318]},{"name":"GET_DEVICE_CAPS_INDEX","features":[318]},{"name":"GET_GLYPH_OUTLINE_FORMAT","features":[318]},{"name":"GET_PS_FEATURESETTING","features":[318]},{"name":"GET_STOCK_OBJECT_FLAGS","features":[318]},{"name":"GGI_MARK_NONEXISTING_GLYPHS","features":[318]},{"name":"GGO_BEZIER","features":[318]},{"name":"GGO_BITMAP","features":[318]},{"name":"GGO_GLYPH_INDEX","features":[318]},{"name":"GGO_GRAY2_BITMAP","features":[318]},{"name":"GGO_GRAY4_BITMAP","features":[318]},{"name":"GGO_GRAY8_BITMAP","features":[318]},{"name":"GGO_METRICS","features":[318]},{"name":"GGO_NATIVE","features":[318]},{"name":"GGO_UNHINTED","features":[318]},{"name":"GLYPHMETRICS","features":[307,318]},{"name":"GLYPHSET","features":[318]},{"name":"GM_ADVANCED","features":[318]},{"name":"GM_COMPATIBLE","features":[318]},{"name":"GM_LAST","features":[318]},{"name":"GOBJENUMPROC","features":[307,318]},{"name":"GRADIENT_FILL","features":[318]},{"name":"GRADIENT_FILL_OP_FLAG","features":[318]},{"name":"GRADIENT_FILL_RECT_H","features":[318]},{"name":"GRADIENT_FILL_RECT_V","features":[318]},{"name":"GRADIENT_FILL_TRIANGLE","features":[318]},{"name":"GRADIENT_RECT","features":[318]},{"name":"GRADIENT_TRIANGLE","features":[318]},{"name":"GRAPHICS_MODE","features":[318]},{"name":"GRAYSTRINGPROC","features":[307,318]},{"name":"GRAY_BRUSH","features":[318]},{"name":"GREEK_CHARSET","features":[318]},{"name":"GS_8BIT_INDICES","features":[318]},{"name":"GdiAlphaBlend","features":[307,318]},{"name":"GdiComment","features":[307,318]},{"name":"GdiFlush","features":[307,318]},{"name":"GdiGetBatchLimit","features":[318]},{"name":"GdiGradientFill","features":[307,318]},{"name":"GdiSetBatchLimit","features":[318]},{"name":"GdiTransparentBlt","features":[307,318]},{"name":"GetArcDirection","features":[318]},{"name":"GetAspectRatioFilterEx","features":[307,318]},{"name":"GetBitmapBits","features":[318]},{"name":"GetBitmapDimensionEx","features":[307,318]},{"name":"GetBkColor","features":[307,318]},{"name":"GetBkMode","features":[318]},{"name":"GetBoundsRect","features":[307,318]},{"name":"GetBrushOrgEx","features":[307,318]},{"name":"GetCharABCWidthsA","features":[307,318]},{"name":"GetCharABCWidthsFloatA","features":[307,318]},{"name":"GetCharABCWidthsFloatW","features":[307,318]},{"name":"GetCharABCWidthsI","features":[307,318]},{"name":"GetCharABCWidthsW","features":[307,318]},{"name":"GetCharWidth32A","features":[307,318]},{"name":"GetCharWidth32W","features":[307,318]},{"name":"GetCharWidthA","features":[307,318]},{"name":"GetCharWidthFloatA","features":[307,318]},{"name":"GetCharWidthFloatW","features":[307,318]},{"name":"GetCharWidthI","features":[307,318]},{"name":"GetCharWidthW","features":[307,318]},{"name":"GetCharacterPlacementA","features":[318]},{"name":"GetCharacterPlacementW","features":[318]},{"name":"GetClipBox","features":[307,318]},{"name":"GetClipRgn","features":[318]},{"name":"GetColorAdjustment","features":[307,318]},{"name":"GetCurrentObject","features":[318]},{"name":"GetCurrentPositionEx","features":[307,318]},{"name":"GetDC","features":[307,318]},{"name":"GetDCBrushColor","features":[307,318]},{"name":"GetDCEx","features":[307,318]},{"name":"GetDCOrgEx","features":[307,318]},{"name":"GetDCPenColor","features":[307,318]},{"name":"GetDIBColorTable","features":[318]},{"name":"GetDIBits","features":[318]},{"name":"GetDeviceCaps","features":[318]},{"name":"GetEnhMetaFileA","features":[318]},{"name":"GetEnhMetaFileBits","features":[318]},{"name":"GetEnhMetaFileDescriptionA","features":[318]},{"name":"GetEnhMetaFileDescriptionW","features":[318]},{"name":"GetEnhMetaFileHeader","features":[307,318]},{"name":"GetEnhMetaFilePaletteEntries","features":[318]},{"name":"GetEnhMetaFileW","features":[318]},{"name":"GetFontData","features":[318]},{"name":"GetFontLanguageInfo","features":[318]},{"name":"GetFontUnicodeRanges","features":[318]},{"name":"GetGlyphIndicesA","features":[318]},{"name":"GetGlyphIndicesW","features":[318]},{"name":"GetGlyphOutlineA","features":[307,318]},{"name":"GetGlyphOutlineW","features":[307,318]},{"name":"GetGraphicsMode","features":[318]},{"name":"GetKerningPairsA","features":[318]},{"name":"GetKerningPairsW","features":[318]},{"name":"GetLayout","features":[318]},{"name":"GetMapMode","features":[318]},{"name":"GetMetaFileA","features":[318]},{"name":"GetMetaFileBitsEx","features":[318]},{"name":"GetMetaFileW","features":[318]},{"name":"GetMetaRgn","features":[318]},{"name":"GetMiterLimit","features":[307,318]},{"name":"GetMonitorInfoA","features":[307,318]},{"name":"GetMonitorInfoW","features":[307,318]},{"name":"GetNearestColor","features":[307,318]},{"name":"GetNearestPaletteIndex","features":[307,318]},{"name":"GetObjectA","features":[318]},{"name":"GetObjectType","features":[318]},{"name":"GetObjectW","features":[318]},{"name":"GetOutlineTextMetricsA","features":[307,318]},{"name":"GetOutlineTextMetricsW","features":[307,318]},{"name":"GetPaletteEntries","features":[318]},{"name":"GetPath","features":[307,318]},{"name":"GetPixel","features":[307,318]},{"name":"GetPolyFillMode","features":[318]},{"name":"GetROP2","features":[318]},{"name":"GetRandomRgn","features":[318]},{"name":"GetRasterizerCaps","features":[307,318]},{"name":"GetRegionData","features":[307,318]},{"name":"GetRgnBox","features":[307,318]},{"name":"GetStockObject","features":[318]},{"name":"GetStretchBltMode","features":[318]},{"name":"GetSysColor","features":[318]},{"name":"GetSysColorBrush","features":[318]},{"name":"GetSystemPaletteEntries","features":[318]},{"name":"GetSystemPaletteUse","features":[318]},{"name":"GetTabbedTextExtentA","features":[318]},{"name":"GetTabbedTextExtentW","features":[318]},{"name":"GetTextAlign","features":[318]},{"name":"GetTextCharacterExtra","features":[318]},{"name":"GetTextColor","features":[307,318]},{"name":"GetTextExtentExPointA","features":[307,318]},{"name":"GetTextExtentExPointI","features":[307,318]},{"name":"GetTextExtentExPointW","features":[307,318]},{"name":"GetTextExtentPoint32A","features":[307,318]},{"name":"GetTextExtentPoint32W","features":[307,318]},{"name":"GetTextExtentPointA","features":[307,318]},{"name":"GetTextExtentPointI","features":[307,318]},{"name":"GetTextExtentPointW","features":[307,318]},{"name":"GetTextFaceA","features":[318]},{"name":"GetTextFaceW","features":[318]},{"name":"GetTextMetricsA","features":[307,318]},{"name":"GetTextMetricsW","features":[307,318]},{"name":"GetUpdateRect","features":[307,318]},{"name":"GetUpdateRgn","features":[307,318]},{"name":"GetViewportExtEx","features":[307,318]},{"name":"GetViewportOrgEx","features":[307,318]},{"name":"GetWinMetaFileBits","features":[318]},{"name":"GetWindowDC","features":[307,318]},{"name":"GetWindowExtEx","features":[307,318]},{"name":"GetWindowOrgEx","features":[307,318]},{"name":"GetWindowRgn","features":[307,318]},{"name":"GetWindowRgnBox","features":[307,318]},{"name":"GetWorldTransform","features":[307,318]},{"name":"GradientFill","features":[307,318]},{"name":"GrayStringA","features":[307,318]},{"name":"GrayStringW","features":[307,318]},{"name":"HALFTONE","features":[318]},{"name":"HANDLETABLE","features":[318]},{"name":"HANGEUL_CHARSET","features":[318]},{"name":"HANGUL_CHARSET","features":[318]},{"name":"HATCH_BRUSH_STYLE","features":[318]},{"name":"HBITMAP","features":[318]},{"name":"HBRUSH","features":[318]},{"name":"HDC","features":[318]},{"name":"HDC_MAP_MODE","features":[318]},{"name":"HEBREW_CHARSET","features":[318]},{"name":"HENHMETAFILE","features":[318]},{"name":"HFONT","features":[318]},{"name":"HGDIOBJ","features":[318]},{"name":"HMETAFILE","features":[318]},{"name":"HMONITOR","features":[318]},{"name":"HOLLOW_BRUSH","features":[318]},{"name":"HORZRES","features":[318]},{"name":"HORZSIZE","features":[318]},{"name":"HPALETTE","features":[318]},{"name":"HPEN","features":[318]},{"name":"HRGN","features":[318]},{"name":"HS_API_MAX","features":[318]},{"name":"HS_BDIAGONAL","features":[318]},{"name":"HS_CROSS","features":[318]},{"name":"HS_DIAGCROSS","features":[318]},{"name":"HS_FDIAGONAL","features":[318]},{"name":"HS_HORIZONTAL","features":[318]},{"name":"HS_VERTICAL","features":[318]},{"name":"ILLUMINANT_A","features":[318]},{"name":"ILLUMINANT_B","features":[318]},{"name":"ILLUMINANT_C","features":[318]},{"name":"ILLUMINANT_D50","features":[318]},{"name":"ILLUMINANT_D55","features":[318]},{"name":"ILLUMINANT_D65","features":[318]},{"name":"ILLUMINANT_D75","features":[318]},{"name":"ILLUMINANT_DAYLIGHT","features":[318]},{"name":"ILLUMINANT_DEVICE_DEFAULT","features":[318]},{"name":"ILLUMINANT_F2","features":[318]},{"name":"ILLUMINANT_FLUORESCENT","features":[318]},{"name":"ILLUMINANT_MAX_INDEX","features":[318]},{"name":"ILLUMINANT_NTSC","features":[318]},{"name":"ILLUMINANT_TUNGSTEN","features":[318]},{"name":"InflateRect","features":[307,318]},{"name":"IntersectClipRect","features":[318]},{"name":"IntersectRect","features":[307,318]},{"name":"InvalidateRect","features":[307,318]},{"name":"InvalidateRgn","features":[307,318]},{"name":"InvertRect","features":[307,318]},{"name":"InvertRgn","features":[307,318]},{"name":"IsRectEmpty","features":[307,318]},{"name":"JOHAB_CHARSET","features":[318]},{"name":"KERNINGPAIR","features":[318]},{"name":"LAYOUT_BITMAPORIENTATIONPRESERVED","features":[318]},{"name":"LAYOUT_BTT","features":[318]},{"name":"LAYOUT_RTL","features":[318]},{"name":"LAYOUT_VBH","features":[318]},{"name":"LCS_GM_ABS_COLORIMETRIC","features":[318]},{"name":"LCS_GM_BUSINESS","features":[318]},{"name":"LCS_GM_GRAPHICS","features":[318]},{"name":"LCS_GM_IMAGES","features":[318]},{"name":"LC_INTERIORS","features":[318]},{"name":"LC_MARKER","features":[318]},{"name":"LC_NONE","features":[318]},{"name":"LC_POLYLINE","features":[318]},{"name":"LC_POLYMARKER","features":[318]},{"name":"LC_STYLED","features":[318]},{"name":"LC_WIDE","features":[318]},{"name":"LC_WIDESTYLED","features":[318]},{"name":"LF_FACESIZE","features":[318]},{"name":"LF_FULLFACESIZE","features":[318]},{"name":"LICENSE_DEFAULT","features":[318]},{"name":"LICENSE_EDITABLE","features":[318]},{"name":"LICENSE_INSTALLABLE","features":[318]},{"name":"LICENSE_NOEMBEDDING","features":[318]},{"name":"LICENSE_PREVIEWPRINT","features":[318]},{"name":"LINECAPS","features":[318]},{"name":"LINEDDAPROC","features":[307,318]},{"name":"LOGBRUSH","features":[307,318]},{"name":"LOGBRUSH32","features":[307,318]},{"name":"LOGFONTA","features":[318]},{"name":"LOGFONTW","features":[318]},{"name":"LOGPALETTE","features":[318]},{"name":"LOGPEN","features":[307,318]},{"name":"LOGPIXELSX","features":[318]},{"name":"LOGPIXELSY","features":[318]},{"name":"LPD_DOUBLEBUFFER","features":[318]},{"name":"LPD_SHARE_ACCUM","features":[318]},{"name":"LPD_SHARE_DEPTH","features":[318]},{"name":"LPD_SHARE_STENCIL","features":[318]},{"name":"LPD_STEREO","features":[318]},{"name":"LPD_SUPPORT_GDI","features":[318]},{"name":"LPD_SUPPORT_OPENGL","features":[318]},{"name":"LPD_SWAP_COPY","features":[318]},{"name":"LPD_SWAP_EXCHANGE","features":[318]},{"name":"LPD_TRANSPARENT","features":[318]},{"name":"LPD_TYPE_COLORINDEX","features":[318]},{"name":"LPD_TYPE_RGBA","features":[318]},{"name":"LPFNDEVCAPS","features":[307,318]},{"name":"LPFNDEVMODE","features":[307,318]},{"name":"LPtoDP","features":[307,318]},{"name":"LTGRAY_BRUSH","features":[318]},{"name":"LineDDA","features":[307,318]},{"name":"LineTo","features":[307,318]},{"name":"LoadBitmapA","features":[307,318]},{"name":"LoadBitmapW","features":[307,318]},{"name":"LockWindowUpdate","features":[307,318]},{"name":"MAC_CHARSET","features":[318]},{"name":"MAT2","features":[318]},{"name":"MAXSTRETCHBLTMODE","features":[318]},{"name":"MERGECOPY","features":[318]},{"name":"MERGEPAINT","features":[318]},{"name":"METAFILE_DRIVER","features":[318]},{"name":"METAHEADER","features":[318]},{"name":"METARECORD","features":[318]},{"name":"META_ANIMATEPALETTE","features":[318]},{"name":"META_ARC","features":[318]},{"name":"META_BITBLT","features":[318]},{"name":"META_CHORD","features":[318]},{"name":"META_CREATEBRUSHINDIRECT","features":[318]},{"name":"META_CREATEFONTINDIRECT","features":[318]},{"name":"META_CREATEPALETTE","features":[318]},{"name":"META_CREATEPATTERNBRUSH","features":[318]},{"name":"META_CREATEPENINDIRECT","features":[318]},{"name":"META_CREATEREGION","features":[318]},{"name":"META_DELETEOBJECT","features":[318]},{"name":"META_DIBBITBLT","features":[318]},{"name":"META_DIBCREATEPATTERNBRUSH","features":[318]},{"name":"META_DIBSTRETCHBLT","features":[318]},{"name":"META_ELLIPSE","features":[318]},{"name":"META_ESCAPE","features":[318]},{"name":"META_EXCLUDECLIPRECT","features":[318]},{"name":"META_EXTFLOODFILL","features":[318]},{"name":"META_EXTTEXTOUT","features":[318]},{"name":"META_FILLREGION","features":[318]},{"name":"META_FLOODFILL","features":[318]},{"name":"META_FRAMEREGION","features":[318]},{"name":"META_INTERSECTCLIPRECT","features":[318]},{"name":"META_INVERTREGION","features":[318]},{"name":"META_LINETO","features":[318]},{"name":"META_MOVETO","features":[318]},{"name":"META_OFFSETCLIPRGN","features":[318]},{"name":"META_OFFSETVIEWPORTORG","features":[318]},{"name":"META_OFFSETWINDOWORG","features":[318]},{"name":"META_PAINTREGION","features":[318]},{"name":"META_PATBLT","features":[318]},{"name":"META_PIE","features":[318]},{"name":"META_POLYGON","features":[318]},{"name":"META_POLYLINE","features":[318]},{"name":"META_POLYPOLYGON","features":[318]},{"name":"META_REALIZEPALETTE","features":[318]},{"name":"META_RECTANGLE","features":[318]},{"name":"META_RESIZEPALETTE","features":[318]},{"name":"META_RESTOREDC","features":[318]},{"name":"META_ROUNDRECT","features":[318]},{"name":"META_SAVEDC","features":[318]},{"name":"META_SCALEVIEWPORTEXT","features":[318]},{"name":"META_SCALEWINDOWEXT","features":[318]},{"name":"META_SELECTCLIPREGION","features":[318]},{"name":"META_SELECTOBJECT","features":[318]},{"name":"META_SELECTPALETTE","features":[318]},{"name":"META_SETBKCOLOR","features":[318]},{"name":"META_SETBKMODE","features":[318]},{"name":"META_SETDIBTODEV","features":[318]},{"name":"META_SETLAYOUT","features":[318]},{"name":"META_SETMAPMODE","features":[318]},{"name":"META_SETMAPPERFLAGS","features":[318]},{"name":"META_SETPALENTRIES","features":[318]},{"name":"META_SETPIXEL","features":[318]},{"name":"META_SETPOLYFILLMODE","features":[318]},{"name":"META_SETRELABS","features":[318]},{"name":"META_SETROP2","features":[318]},{"name":"META_SETSTRETCHBLTMODE","features":[318]},{"name":"META_SETTEXTALIGN","features":[318]},{"name":"META_SETTEXTCHAREXTRA","features":[318]},{"name":"META_SETTEXTCOLOR","features":[318]},{"name":"META_SETTEXTJUSTIFICATION","features":[318]},{"name":"META_SETVIEWPORTEXT","features":[318]},{"name":"META_SETVIEWPORTORG","features":[318]},{"name":"META_SETWINDOWEXT","features":[318]},{"name":"META_SETWINDOWORG","features":[318]},{"name":"META_STRETCHBLT","features":[318]},{"name":"META_STRETCHDIB","features":[318]},{"name":"META_TEXTOUT","features":[318]},{"name":"MFCOMMENT","features":[318]},{"name":"MFENUMPROC","features":[307,318]},{"name":"MILCORE_TS_QUERYVER_RESULT_FALSE","features":[318]},{"name":"MILCORE_TS_QUERYVER_RESULT_TRUE","features":[318]},{"name":"MM_ANISOTROPIC","features":[318]},{"name":"MM_HIENGLISH","features":[318]},{"name":"MM_HIMETRIC","features":[318]},{"name":"MM_ISOTROPIC","features":[318]},{"name":"MM_LOENGLISH","features":[318]},{"name":"MM_LOMETRIC","features":[318]},{"name":"MM_MAX_AXES_NAMELEN","features":[318]},{"name":"MM_MAX_NUMAXES","features":[318]},{"name":"MM_TEXT","features":[318]},{"name":"MM_TWIPS","features":[318]},{"name":"MODIFY_WORLD_TRANSFORM_MODE","features":[318]},{"name":"MONITORENUMPROC","features":[307,318]},{"name":"MONITORINFO","features":[307,318]},{"name":"MONITORINFOEXA","features":[307,318]},{"name":"MONITORINFOEXW","features":[307,318]},{"name":"MONITOR_DEFAULTTONEAREST","features":[318]},{"name":"MONITOR_DEFAULTTONULL","features":[318]},{"name":"MONITOR_DEFAULTTOPRIMARY","features":[318]},{"name":"MONITOR_FROM_FLAGS","features":[318]},{"name":"MONO_FONT","features":[318]},{"name":"MOUSETRAILS","features":[318]},{"name":"MWT_IDENTITY","features":[318]},{"name":"MWT_LEFTMULTIPLY","features":[318]},{"name":"MWT_RIGHTMULTIPLY","features":[318]},{"name":"MapWindowPoints","features":[307,318]},{"name":"MaskBlt","features":[307,318]},{"name":"MergeFontPackage","features":[318]},{"name":"ModifyWorldTransform","features":[307,318]},{"name":"MonitorFromPoint","features":[307,318]},{"name":"MonitorFromRect","features":[307,318]},{"name":"MonitorFromWindow","features":[307,318]},{"name":"MoveToEx","features":[307,318]},{"name":"NEWFRAME","features":[318]},{"name":"NEWTEXTMETRICA","features":[318]},{"name":"NEWTEXTMETRICW","features":[318]},{"name":"NEWTRANSPARENT","features":[318]},{"name":"NEXTBAND","features":[318]},{"name":"NOMIRRORBITMAP","features":[318]},{"name":"NONANTIALIASED_QUALITY","features":[318]},{"name":"NOTSRCCOPY","features":[318]},{"name":"NOTSRCERASE","features":[318]},{"name":"NTM_BOLD","features":[318]},{"name":"NTM_DSIG","features":[318]},{"name":"NTM_ITALIC","features":[318]},{"name":"NTM_MULTIPLEMASTER","features":[318]},{"name":"NTM_NONNEGATIVE_AC","features":[318]},{"name":"NTM_PS_OPENTYPE","features":[318]},{"name":"NTM_REGULAR","features":[318]},{"name":"NTM_TT_OPENTYPE","features":[318]},{"name":"NTM_TYPE1","features":[318]},{"name":"NULLREGION","features":[318]},{"name":"NULL_BRUSH","features":[318]},{"name":"NULL_PEN","features":[318]},{"name":"NUMBRUSHES","features":[318]},{"name":"NUMCOLORS","features":[318]},{"name":"NUMFONTS","features":[318]},{"name":"NUMMARKERS","features":[318]},{"name":"NUMPENS","features":[318]},{"name":"NUMRESERVED","features":[318]},{"name":"OBJ_BITMAP","features":[318]},{"name":"OBJ_BRUSH","features":[318]},{"name":"OBJ_COLORSPACE","features":[318]},{"name":"OBJ_DC","features":[318]},{"name":"OBJ_ENHMETADC","features":[318]},{"name":"OBJ_ENHMETAFILE","features":[318]},{"name":"OBJ_EXTPEN","features":[318]},{"name":"OBJ_FONT","features":[318]},{"name":"OBJ_MEMDC","features":[318]},{"name":"OBJ_METADC","features":[318]},{"name":"OBJ_METAFILE","features":[318]},{"name":"OBJ_PAL","features":[318]},{"name":"OBJ_PEN","features":[318]},{"name":"OBJ_REGION","features":[318]},{"name":"OBJ_TYPE","features":[318]},{"name":"OEM_CHARSET","features":[318]},{"name":"OEM_FIXED_FONT","features":[318]},{"name":"OPAQUE","features":[318]},{"name":"OPENCHANNEL","features":[318]},{"name":"OUTLINETEXTMETRICA","features":[307,318]},{"name":"OUTLINETEXTMETRICW","features":[307,318]},{"name":"OUT_CHARACTER_PRECIS","features":[318]},{"name":"OUT_DEFAULT_PRECIS","features":[318]},{"name":"OUT_DEVICE_PRECIS","features":[318]},{"name":"OUT_OUTLINE_PRECIS","features":[318]},{"name":"OUT_PS_ONLY_PRECIS","features":[318]},{"name":"OUT_RASTER_PRECIS","features":[318]},{"name":"OUT_SCREEN_OUTLINE_PRECIS","features":[318]},{"name":"OUT_STRING_PRECIS","features":[318]},{"name":"OUT_STROKE_PRECIS","features":[318]},{"name":"OUT_TT_ONLY_PRECIS","features":[318]},{"name":"OUT_TT_PRECIS","features":[318]},{"name":"OffsetClipRgn","features":[318]},{"name":"OffsetRect","features":[307,318]},{"name":"OffsetRgn","features":[318]},{"name":"OffsetViewportOrgEx","features":[307,318]},{"name":"OffsetWindowOrgEx","features":[307,318]},{"name":"PAINTSTRUCT","features":[307,318]},{"name":"PALETTEENTRY","features":[318]},{"name":"PANOSE","features":[318]},{"name":"PANOSE_COUNT","features":[318]},{"name":"PAN_ANY","features":[318]},{"name":"PAN_ARMSTYLE_INDEX","features":[318]},{"name":"PAN_ARM_ANY","features":[318]},{"name":"PAN_ARM_NO_FIT","features":[318]},{"name":"PAN_ARM_STYLE","features":[318]},{"name":"PAN_BENT_ARMS_DOUBLE_SERIF","features":[318]},{"name":"PAN_BENT_ARMS_HORZ","features":[318]},{"name":"PAN_BENT_ARMS_SINGLE_SERIF","features":[318]},{"name":"PAN_BENT_ARMS_VERT","features":[318]},{"name":"PAN_BENT_ARMS_WEDGE","features":[318]},{"name":"PAN_CONTRAST","features":[318]},{"name":"PAN_CONTRAST_ANY","features":[318]},{"name":"PAN_CONTRAST_HIGH","features":[318]},{"name":"PAN_CONTRAST_INDEX","features":[318]},{"name":"PAN_CONTRAST_LOW","features":[318]},{"name":"PAN_CONTRAST_MEDIUM","features":[318]},{"name":"PAN_CONTRAST_MEDIUM_HIGH","features":[318]},{"name":"PAN_CONTRAST_MEDIUM_LOW","features":[318]},{"name":"PAN_CONTRAST_NONE","features":[318]},{"name":"PAN_CONTRAST_NO_FIT","features":[318]},{"name":"PAN_CONTRAST_VERY_HIGH","features":[318]},{"name":"PAN_CONTRAST_VERY_LOW","features":[318]},{"name":"PAN_CULTURE_LATIN","features":[318]},{"name":"PAN_FAMILYTYPE_INDEX","features":[318]},{"name":"PAN_FAMILY_ANY","features":[318]},{"name":"PAN_FAMILY_DECORATIVE","features":[318]},{"name":"PAN_FAMILY_NO_FIT","features":[318]},{"name":"PAN_FAMILY_PICTORIAL","features":[318]},{"name":"PAN_FAMILY_SCRIPT","features":[318]},{"name":"PAN_FAMILY_TEXT_DISPLAY","features":[318]},{"name":"PAN_FAMILY_TYPE","features":[318]},{"name":"PAN_LETTERFORM_INDEX","features":[318]},{"name":"PAN_LETT_FORM","features":[318]},{"name":"PAN_LETT_FORM_ANY","features":[318]},{"name":"PAN_LETT_FORM_NO_FIT","features":[318]},{"name":"PAN_LETT_NORMAL_BOXED","features":[318]},{"name":"PAN_LETT_NORMAL_CONTACT","features":[318]},{"name":"PAN_LETT_NORMAL_FLATTENED","features":[318]},{"name":"PAN_LETT_NORMAL_OFF_CENTER","features":[318]},{"name":"PAN_LETT_NORMAL_ROUNDED","features":[318]},{"name":"PAN_LETT_NORMAL_SQUARE","features":[318]},{"name":"PAN_LETT_NORMAL_WEIGHTED","features":[318]},{"name":"PAN_LETT_OBLIQUE_BOXED","features":[318]},{"name":"PAN_LETT_OBLIQUE_CONTACT","features":[318]},{"name":"PAN_LETT_OBLIQUE_FLATTENED","features":[318]},{"name":"PAN_LETT_OBLIQUE_OFF_CENTER","features":[318]},{"name":"PAN_LETT_OBLIQUE_ROUNDED","features":[318]},{"name":"PAN_LETT_OBLIQUE_SQUARE","features":[318]},{"name":"PAN_LETT_OBLIQUE_WEIGHTED","features":[318]},{"name":"PAN_MIDLINE","features":[318]},{"name":"PAN_MIDLINE_ANY","features":[318]},{"name":"PAN_MIDLINE_CONSTANT_POINTED","features":[318]},{"name":"PAN_MIDLINE_CONSTANT_SERIFED","features":[318]},{"name":"PAN_MIDLINE_CONSTANT_TRIMMED","features":[318]},{"name":"PAN_MIDLINE_HIGH_POINTED","features":[318]},{"name":"PAN_MIDLINE_HIGH_SERIFED","features":[318]},{"name":"PAN_MIDLINE_HIGH_TRIMMED","features":[318]},{"name":"PAN_MIDLINE_INDEX","features":[318]},{"name":"PAN_MIDLINE_LOW_POINTED","features":[318]},{"name":"PAN_MIDLINE_LOW_SERIFED","features":[318]},{"name":"PAN_MIDLINE_LOW_TRIMMED","features":[318]},{"name":"PAN_MIDLINE_NO_FIT","features":[318]},{"name":"PAN_MIDLINE_STANDARD_POINTED","features":[318]},{"name":"PAN_MIDLINE_STANDARD_SERIFED","features":[318]},{"name":"PAN_MIDLINE_STANDARD_TRIMMED","features":[318]},{"name":"PAN_NO_FIT","features":[318]},{"name":"PAN_PROPORTION","features":[318]},{"name":"PAN_PROPORTION_INDEX","features":[318]},{"name":"PAN_PROP_ANY","features":[318]},{"name":"PAN_PROP_CONDENSED","features":[318]},{"name":"PAN_PROP_EVEN_WIDTH","features":[318]},{"name":"PAN_PROP_EXPANDED","features":[318]},{"name":"PAN_PROP_MODERN","features":[318]},{"name":"PAN_PROP_MONOSPACED","features":[318]},{"name":"PAN_PROP_NO_FIT","features":[318]},{"name":"PAN_PROP_OLD_STYLE","features":[318]},{"name":"PAN_PROP_VERY_CONDENSED","features":[318]},{"name":"PAN_PROP_VERY_EXPANDED","features":[318]},{"name":"PAN_SERIFSTYLE_INDEX","features":[318]},{"name":"PAN_SERIF_ANY","features":[318]},{"name":"PAN_SERIF_BONE","features":[318]},{"name":"PAN_SERIF_COVE","features":[318]},{"name":"PAN_SERIF_EXAGGERATED","features":[318]},{"name":"PAN_SERIF_FLARED","features":[318]},{"name":"PAN_SERIF_NORMAL_SANS","features":[318]},{"name":"PAN_SERIF_NO_FIT","features":[318]},{"name":"PAN_SERIF_OBTUSE_COVE","features":[318]},{"name":"PAN_SERIF_OBTUSE_SANS","features":[318]},{"name":"PAN_SERIF_OBTUSE_SQUARE_COVE","features":[318]},{"name":"PAN_SERIF_PERP_SANS","features":[318]},{"name":"PAN_SERIF_ROUNDED","features":[318]},{"name":"PAN_SERIF_SQUARE","features":[318]},{"name":"PAN_SERIF_SQUARE_COVE","features":[318]},{"name":"PAN_SERIF_STYLE","features":[318]},{"name":"PAN_SERIF_THIN","features":[318]},{"name":"PAN_SERIF_TRIANGLE","features":[318]},{"name":"PAN_STRAIGHT_ARMS_DOUBLE_SERIF","features":[318]},{"name":"PAN_STRAIGHT_ARMS_HORZ","features":[318]},{"name":"PAN_STRAIGHT_ARMS_SINGLE_SERIF","features":[318]},{"name":"PAN_STRAIGHT_ARMS_VERT","features":[318]},{"name":"PAN_STRAIGHT_ARMS_WEDGE","features":[318]},{"name":"PAN_STROKEVARIATION_INDEX","features":[318]},{"name":"PAN_STROKE_ANY","features":[318]},{"name":"PAN_STROKE_GRADUAL_DIAG","features":[318]},{"name":"PAN_STROKE_GRADUAL_HORZ","features":[318]},{"name":"PAN_STROKE_GRADUAL_TRAN","features":[318]},{"name":"PAN_STROKE_GRADUAL_VERT","features":[318]},{"name":"PAN_STROKE_INSTANT_VERT","features":[318]},{"name":"PAN_STROKE_NO_FIT","features":[318]},{"name":"PAN_STROKE_RAPID_HORZ","features":[318]},{"name":"PAN_STROKE_RAPID_VERT","features":[318]},{"name":"PAN_STROKE_VARIATION","features":[318]},{"name":"PAN_WEIGHT","features":[318]},{"name":"PAN_WEIGHT_ANY","features":[318]},{"name":"PAN_WEIGHT_BLACK","features":[318]},{"name":"PAN_WEIGHT_BOLD","features":[318]},{"name":"PAN_WEIGHT_BOOK","features":[318]},{"name":"PAN_WEIGHT_DEMI","features":[318]},{"name":"PAN_WEIGHT_HEAVY","features":[318]},{"name":"PAN_WEIGHT_INDEX","features":[318]},{"name":"PAN_WEIGHT_LIGHT","features":[318]},{"name":"PAN_WEIGHT_MEDIUM","features":[318]},{"name":"PAN_WEIGHT_NORD","features":[318]},{"name":"PAN_WEIGHT_NO_FIT","features":[318]},{"name":"PAN_WEIGHT_THIN","features":[318]},{"name":"PAN_WEIGHT_VERY_LIGHT","features":[318]},{"name":"PAN_XHEIGHT","features":[318]},{"name":"PAN_XHEIGHT_ANY","features":[318]},{"name":"PAN_XHEIGHT_CONSTANT_LARGE","features":[318]},{"name":"PAN_XHEIGHT_CONSTANT_SMALL","features":[318]},{"name":"PAN_XHEIGHT_CONSTANT_STD","features":[318]},{"name":"PAN_XHEIGHT_DUCKING_LARGE","features":[318]},{"name":"PAN_XHEIGHT_DUCKING_SMALL","features":[318]},{"name":"PAN_XHEIGHT_DUCKING_STD","features":[318]},{"name":"PAN_XHEIGHT_INDEX","features":[318]},{"name":"PAN_XHEIGHT_NO_FIT","features":[318]},{"name":"PASSTHROUGH","features":[318]},{"name":"PATCOPY","features":[318]},{"name":"PATINVERT","features":[318]},{"name":"PATPAINT","features":[318]},{"name":"PC_EXPLICIT","features":[318]},{"name":"PC_INTERIORS","features":[318]},{"name":"PC_NOCOLLAPSE","features":[318]},{"name":"PC_NONE","features":[318]},{"name":"PC_PATHS","features":[318]},{"name":"PC_POLYGON","features":[318]},{"name":"PC_POLYPOLYGON","features":[318]},{"name":"PC_RECTANGLE","features":[318]},{"name":"PC_RESERVED","features":[318]},{"name":"PC_SCANLINE","features":[318]},{"name":"PC_STYLED","features":[318]},{"name":"PC_TRAPEZOID","features":[318]},{"name":"PC_WIDE","features":[318]},{"name":"PC_WIDESTYLED","features":[318]},{"name":"PC_WINDPOLYGON","features":[318]},{"name":"PDEVICESIZE","features":[318]},{"name":"PELARRAY","features":[318]},{"name":"PEN_STYLE","features":[318]},{"name":"PHYSICALHEIGHT","features":[318]},{"name":"PHYSICALOFFSETX","features":[318]},{"name":"PHYSICALOFFSETY","features":[318]},{"name":"PHYSICALWIDTH","features":[318]},{"name":"PLANES","features":[318]},{"name":"POINTFX","features":[318]},{"name":"POLYFILL_LAST","features":[318]},{"name":"POLYGONALCAPS","features":[318]},{"name":"POLYTEXTA","features":[307,318]},{"name":"POLYTEXTW","features":[307,318]},{"name":"POSTSCRIPT_DATA","features":[318]},{"name":"POSTSCRIPT_IDENTIFY","features":[318]},{"name":"POSTSCRIPT_IGNORE","features":[318]},{"name":"POSTSCRIPT_INJECTION","features":[318]},{"name":"POSTSCRIPT_PASSTHROUGH","features":[318]},{"name":"PRINTRATEUNIT_CPS","features":[318]},{"name":"PRINTRATEUNIT_IPM","features":[318]},{"name":"PRINTRATEUNIT_LPM","features":[318]},{"name":"PRINTRATEUNIT_PPM","features":[318]},{"name":"PROOF_QUALITY","features":[318]},{"name":"PR_JOBSTATUS","features":[318]},{"name":"PSIDENT_GDICENTRIC","features":[318]},{"name":"PSIDENT_PSCENTRIC","features":[318]},{"name":"PSINJECT_DLFONT","features":[318]},{"name":"PSPROTOCOL_ASCII","features":[318]},{"name":"PSPROTOCOL_BCP","features":[318]},{"name":"PSPROTOCOL_BINARY","features":[318]},{"name":"PSPROTOCOL_TBCP","features":[318]},{"name":"PS_ALTERNATE","features":[318]},{"name":"PS_COSMETIC","features":[318]},{"name":"PS_DASH","features":[318]},{"name":"PS_DASHDOT","features":[318]},{"name":"PS_DASHDOTDOT","features":[318]},{"name":"PS_DOT","features":[318]},{"name":"PS_ENDCAP_FLAT","features":[318]},{"name":"PS_ENDCAP_MASK","features":[318]},{"name":"PS_ENDCAP_ROUND","features":[318]},{"name":"PS_ENDCAP_SQUARE","features":[318]},{"name":"PS_GEOMETRIC","features":[318]},{"name":"PS_INSIDEFRAME","features":[318]},{"name":"PS_JOIN_BEVEL","features":[318]},{"name":"PS_JOIN_MASK","features":[318]},{"name":"PS_JOIN_MITER","features":[318]},{"name":"PS_JOIN_ROUND","features":[318]},{"name":"PS_NULL","features":[318]},{"name":"PS_SOLID","features":[318]},{"name":"PS_STYLE_MASK","features":[318]},{"name":"PS_TYPE_MASK","features":[318]},{"name":"PS_USERSTYLE","features":[318]},{"name":"PT_BEZIERTO","features":[318]},{"name":"PT_CLOSEFIGURE","features":[318]},{"name":"PT_LINETO","features":[318]},{"name":"PT_MOVETO","features":[318]},{"name":"PaintDesktop","features":[307,318]},{"name":"PaintRgn","features":[307,318]},{"name":"PatBlt","features":[307,318]},{"name":"PathToRegion","features":[318]},{"name":"Pie","features":[307,318]},{"name":"PlayEnhMetaFile","features":[307,318]},{"name":"PlayEnhMetaFileRecord","features":[307,318]},{"name":"PlayMetaFile","features":[307,318]},{"name":"PlayMetaFileRecord","features":[307,318]},{"name":"PlgBlt","features":[307,318]},{"name":"PolyBezier","features":[307,318]},{"name":"PolyBezierTo","features":[307,318]},{"name":"PolyDraw","features":[307,318]},{"name":"PolyPolygon","features":[307,318]},{"name":"PolyPolyline","features":[307,318]},{"name":"PolyTextOutA","features":[307,318]},{"name":"PolyTextOutW","features":[307,318]},{"name":"Polygon","features":[307,318]},{"name":"Polyline","features":[307,318]},{"name":"PolylineTo","features":[307,318]},{"name":"PtInRect","features":[307,318]},{"name":"PtInRegion","features":[307,318]},{"name":"PtVisible","features":[307,318]},{"name":"QDI_DIBTOSCREEN","features":[318]},{"name":"QDI_GETDIBITS","features":[318]},{"name":"QDI_SETDIBITS","features":[318]},{"name":"QDI_STRETCHDIB","features":[318]},{"name":"QUERYDIBSUPPORT","features":[318]},{"name":"QUERYESCSUPPORT","features":[318]},{"name":"QUERYROPSUPPORT","features":[318]},{"name":"R2_BLACK","features":[318]},{"name":"R2_COPYPEN","features":[318]},{"name":"R2_LAST","features":[318]},{"name":"R2_MASKNOTPEN","features":[318]},{"name":"R2_MASKPEN","features":[318]},{"name":"R2_MASKPENNOT","features":[318]},{"name":"R2_MERGENOTPEN","features":[318]},{"name":"R2_MERGEPEN","features":[318]},{"name":"R2_MERGEPENNOT","features":[318]},{"name":"R2_MODE","features":[318]},{"name":"R2_NOP","features":[318]},{"name":"R2_NOT","features":[318]},{"name":"R2_NOTCOPYPEN","features":[318]},{"name":"R2_NOTMASKPEN","features":[318]},{"name":"R2_NOTMERGEPEN","features":[318]},{"name":"R2_NOTXORPEN","features":[318]},{"name":"R2_WHITE","features":[318]},{"name":"R2_XORPEN","features":[318]},{"name":"RASTERCAPS","features":[318]},{"name":"RASTERIZER_STATUS","features":[318]},{"name":"RASTER_FONTTYPE","features":[318]},{"name":"RC_BANDING","features":[318]},{"name":"RC_BIGFONT","features":[318]},{"name":"RC_BITBLT","features":[318]},{"name":"RC_BITMAP64","features":[318]},{"name":"RC_DEVBITS","features":[318]},{"name":"RC_DIBTODEV","features":[318]},{"name":"RC_DI_BITMAP","features":[318]},{"name":"RC_FLOODFILL","features":[318]},{"name":"RC_GDI20_OUTPUT","features":[318]},{"name":"RC_GDI20_STATE","features":[318]},{"name":"RC_OP_DX_OUTPUT","features":[318]},{"name":"RC_PALETTE","features":[318]},{"name":"RC_SAVEBITMAP","features":[318]},{"name":"RC_SCALING","features":[318]},{"name":"RC_STRETCHBLT","features":[318]},{"name":"RC_STRETCHDIB","features":[318]},{"name":"RDH_RECTANGLES","features":[318]},{"name":"RDW_ALLCHILDREN","features":[318]},{"name":"RDW_ERASE","features":[318]},{"name":"RDW_ERASENOW","features":[318]},{"name":"RDW_FRAME","features":[318]},{"name":"RDW_INTERNALPAINT","features":[318]},{"name":"RDW_INVALIDATE","features":[318]},{"name":"RDW_NOCHILDREN","features":[318]},{"name":"RDW_NOERASE","features":[318]},{"name":"RDW_NOFRAME","features":[318]},{"name":"RDW_NOINTERNALPAINT","features":[318]},{"name":"RDW_UPDATENOW","features":[318]},{"name":"RDW_VALIDATE","features":[318]},{"name":"READEMBEDPROC","features":[318]},{"name":"REDRAW_WINDOW_FLAGS","features":[318]},{"name":"RELATIVE","features":[318]},{"name":"RESTORE_CTM","features":[318]},{"name":"RGBQUAD","features":[318]},{"name":"RGBTRIPLE","features":[318]},{"name":"RGNDATA","features":[307,318]},{"name":"RGNDATAHEADER","features":[307,318]},{"name":"RGN_AND","features":[318]},{"name":"RGN_COMBINE_MODE","features":[318]},{"name":"RGN_COPY","features":[318]},{"name":"RGN_DIFF","features":[318]},{"name":"RGN_ERROR","features":[318]},{"name":"RGN_MAX","features":[318]},{"name":"RGN_MIN","features":[318]},{"name":"RGN_OR","features":[318]},{"name":"RGN_XOR","features":[318]},{"name":"ROP_CODE","features":[318]},{"name":"RUSSIAN_CHARSET","features":[318]},{"name":"RealizePalette","features":[318]},{"name":"RectInRegion","features":[307,318]},{"name":"RectVisible","features":[307,318]},{"name":"Rectangle","features":[307,318]},{"name":"RedrawWindow","features":[307,318]},{"name":"ReleaseDC","features":[307,318]},{"name":"RemoveFontMemResourceEx","features":[307,318]},{"name":"RemoveFontResourceA","features":[307,318]},{"name":"RemoveFontResourceExA","features":[307,318]},{"name":"RemoveFontResourceExW","features":[307,318]},{"name":"RemoveFontResourceW","features":[307,318]},{"name":"ResetDCA","features":[307,318]},{"name":"ResetDCW","features":[307,318]},{"name":"ResizePalette","features":[307,318]},{"name":"RestoreDC","features":[307,318]},{"name":"RoundRect","features":[307,318]},{"name":"SAVE_CTM","features":[318]},{"name":"SB_CONST_ALPHA","features":[318]},{"name":"SB_GRAD_RECT","features":[318]},{"name":"SB_GRAD_TRI","features":[318]},{"name":"SB_NONE","features":[318]},{"name":"SB_PIXEL_ALPHA","features":[318]},{"name":"SB_PREMULT_ALPHA","features":[318]},{"name":"SCALINGFACTORX","features":[318]},{"name":"SCALINGFACTORY","features":[318]},{"name":"SC_SCREENSAVE","features":[318]},{"name":"SELECTDIB","features":[318]},{"name":"SELECTPAPERSOURCE","features":[318]},{"name":"SETABORTPROC","features":[318]},{"name":"SETALLJUSTVALUES","features":[318]},{"name":"SETCHARSET","features":[318]},{"name":"SETCOLORTABLE","features":[318]},{"name":"SETCOPYCOUNT","features":[318]},{"name":"SETDIBSCALING","features":[318]},{"name":"SETICMPROFILE_EMBEDED","features":[318]},{"name":"SETKERNTRACK","features":[318]},{"name":"SETLINECAP","features":[318]},{"name":"SETLINEJOIN","features":[318]},{"name":"SETMITERLIMIT","features":[318]},{"name":"SET_ARC_DIRECTION","features":[318]},{"name":"SET_BACKGROUND_COLOR","features":[318]},{"name":"SET_BOUNDS","features":[318]},{"name":"SET_BOUNDS_RECT_FLAGS","features":[318]},{"name":"SET_CLIP_BOX","features":[318]},{"name":"SET_MIRROR_MODE","features":[318]},{"name":"SET_POLY_MODE","features":[318]},{"name":"SET_SCREEN_ANGLE","features":[318]},{"name":"SET_SPREAD","features":[318]},{"name":"SHADEBLENDCAPS","features":[318]},{"name":"SHIFTJIS_CHARSET","features":[318]},{"name":"SIMPLEREGION","features":[318]},{"name":"SIZEPALETTE","features":[318]},{"name":"SPCLPASSTHROUGH2","features":[318]},{"name":"SP_APPABORT","features":[318]},{"name":"SP_ERROR","features":[318]},{"name":"SP_NOTREPORTED","features":[318]},{"name":"SP_OUTOFDISK","features":[318]},{"name":"SP_OUTOFMEMORY","features":[318]},{"name":"SP_USERABORT","features":[318]},{"name":"SRCAND","features":[318]},{"name":"SRCCOPY","features":[318]},{"name":"SRCERASE","features":[318]},{"name":"SRCINVERT","features":[318]},{"name":"SRCPAINT","features":[318]},{"name":"STARTDOC","features":[318]},{"name":"STOCK_LAST","features":[318]},{"name":"STRETCHBLT","features":[318]},{"name":"STRETCH_ANDSCANS","features":[318]},{"name":"STRETCH_BLT_MODE","features":[318]},{"name":"STRETCH_DELETESCANS","features":[318]},{"name":"STRETCH_HALFTONE","features":[318]},{"name":"STRETCH_ORSCANS","features":[318]},{"name":"SYMBOL_CHARSET","features":[318]},{"name":"SYSPAL_ERROR","features":[318]},{"name":"SYSPAL_NOSTATIC","features":[318]},{"name":"SYSPAL_NOSTATIC256","features":[318]},{"name":"SYSPAL_STATIC","features":[318]},{"name":"SYSRGN","features":[318]},{"name":"SYSTEM_FIXED_FONT","features":[318]},{"name":"SYSTEM_FONT","features":[318]},{"name":"SYSTEM_PALETTE_USE","features":[318]},{"name":"SYS_COLOR_INDEX","features":[318]},{"name":"SaveDC","features":[318]},{"name":"ScaleViewportExtEx","features":[307,318]},{"name":"ScaleWindowExtEx","features":[307,318]},{"name":"ScreenToClient","features":[307,318]},{"name":"SelectClipPath","features":[307,318]},{"name":"SelectClipRgn","features":[318]},{"name":"SelectObject","features":[318]},{"name":"SelectPalette","features":[307,318]},{"name":"SetArcDirection","features":[318]},{"name":"SetBitmapBits","features":[318]},{"name":"SetBitmapDimensionEx","features":[307,318]},{"name":"SetBkColor","features":[307,318]},{"name":"SetBkMode","features":[318]},{"name":"SetBoundsRect","features":[307,318]},{"name":"SetBrushOrgEx","features":[307,318]},{"name":"SetColorAdjustment","features":[307,318]},{"name":"SetDCBrushColor","features":[307,318]},{"name":"SetDCPenColor","features":[307,318]},{"name":"SetDIBColorTable","features":[318]},{"name":"SetDIBits","features":[318]},{"name":"SetDIBitsToDevice","features":[318]},{"name":"SetEnhMetaFileBits","features":[318]},{"name":"SetGraphicsMode","features":[318]},{"name":"SetLayout","features":[318]},{"name":"SetMapMode","features":[318]},{"name":"SetMapperFlags","features":[318]},{"name":"SetMetaFileBitsEx","features":[318]},{"name":"SetMetaRgn","features":[318]},{"name":"SetMiterLimit","features":[307,318]},{"name":"SetPaletteEntries","features":[318]},{"name":"SetPixel","features":[307,318]},{"name":"SetPixelV","features":[307,318]},{"name":"SetPolyFillMode","features":[318]},{"name":"SetROP2","features":[318]},{"name":"SetRect","features":[307,318]},{"name":"SetRectEmpty","features":[307,318]},{"name":"SetRectRgn","features":[307,318]},{"name":"SetStretchBltMode","features":[318]},{"name":"SetSysColors","features":[307,318]},{"name":"SetSystemPaletteUse","features":[318]},{"name":"SetTextAlign","features":[318]},{"name":"SetTextCharacterExtra","features":[318]},{"name":"SetTextColor","features":[307,318]},{"name":"SetTextJustification","features":[307,318]},{"name":"SetViewportExtEx","features":[307,318]},{"name":"SetViewportOrgEx","features":[307,318]},{"name":"SetWindowExtEx","features":[307,318]},{"name":"SetWindowOrgEx","features":[307,318]},{"name":"SetWindowRgn","features":[307,318]},{"name":"SetWorldTransform","features":[307,318]},{"name":"StretchBlt","features":[307,318]},{"name":"StretchDIBits","features":[318]},{"name":"StrokeAndFillPath","features":[307,318]},{"name":"StrokePath","features":[307,318]},{"name":"SubtractRect","features":[307,318]},{"name":"TA_BASELINE","features":[318]},{"name":"TA_BOTTOM","features":[318]},{"name":"TA_CENTER","features":[318]},{"name":"TA_LEFT","features":[318]},{"name":"TA_MASK","features":[318]},{"name":"TA_NOUPDATECP","features":[318]},{"name":"TA_RIGHT","features":[318]},{"name":"TA_RTLREADING","features":[318]},{"name":"TA_TOP","features":[318]},{"name":"TA_UPDATECP","features":[318]},{"name":"TC_CP_STROKE","features":[318]},{"name":"TC_CR_90","features":[318]},{"name":"TC_CR_ANY","features":[318]},{"name":"TC_EA_DOUBLE","features":[318]},{"name":"TC_IA_ABLE","features":[318]},{"name":"TC_OP_CHARACTER","features":[318]},{"name":"TC_OP_STROKE","features":[318]},{"name":"TC_RA_ABLE","features":[318]},{"name":"TC_RESERVED","features":[318]},{"name":"TC_SA_CONTIN","features":[318]},{"name":"TC_SA_DOUBLE","features":[318]},{"name":"TC_SA_INTEGER","features":[318]},{"name":"TC_SCROLLBLT","features":[318]},{"name":"TC_SF_X_YINDEP","features":[318]},{"name":"TC_SO_ABLE","features":[318]},{"name":"TC_UA_ABLE","features":[318]},{"name":"TC_VA_ABLE","features":[318]},{"name":"TECHNOLOGY","features":[318]},{"name":"TEXTCAPS","features":[318]},{"name":"TEXTMETRICA","features":[318]},{"name":"TEXTMETRICW","features":[318]},{"name":"TEXT_ALIGN_OPTIONS","features":[318]},{"name":"THAI_CHARSET","features":[318]},{"name":"TMPF_DEVICE","features":[318]},{"name":"TMPF_FIXED_PITCH","features":[318]},{"name":"TMPF_FLAGS","features":[318]},{"name":"TMPF_TRUETYPE","features":[318]},{"name":"TMPF_VECTOR","features":[318]},{"name":"TRANSFORM_CTM","features":[318]},{"name":"TRANSPARENT","features":[318]},{"name":"TRIVERTEX","features":[318]},{"name":"TRUETYPE_FONTTYPE","features":[318]},{"name":"TTCharToUnicode","features":[318]},{"name":"TTDELETE_DONTREMOVEFONT","features":[318]},{"name":"TTDeleteEmbeddedFont","features":[307,318]},{"name":"TTEMBEDINFO","features":[318]},{"name":"TTEMBED_EMBEDEUDC","features":[318]},{"name":"TTEMBED_EUDCEMBEDDED","features":[318]},{"name":"TTEMBED_FAILIFVARIATIONSIMULATED","features":[318]},{"name":"TTEMBED_FLAGS","features":[318]},{"name":"TTEMBED_RAW","features":[318]},{"name":"TTEMBED_SUBSET","features":[318]},{"name":"TTEMBED_SUBSETCANCEL","features":[318]},{"name":"TTEMBED_TTCOMPRESSED","features":[318]},{"name":"TTEMBED_VARIATIONSIMULATED","features":[318]},{"name":"TTEMBED_WEBOBJECT","features":[318]},{"name":"TTEMBED_XORENCRYPTDATA","features":[318]},{"name":"TTEmbedFont","features":[318]},{"name":"TTEmbedFontEx","features":[318]},{"name":"TTEmbedFontFromFileA","features":[318]},{"name":"TTEnableEmbeddingForFacename","features":[307,318]},{"name":"TTFCFP_APPLE_PLATFORMID","features":[318]},{"name":"TTFCFP_DELTA","features":[318]},{"name":"TTFCFP_DONT_CARE","features":[318]},{"name":"TTFCFP_FLAGS_COMPRESS","features":[318]},{"name":"TTFCFP_FLAGS_GLYPHLIST","features":[318]},{"name":"TTFCFP_FLAGS_SUBSET","features":[318]},{"name":"TTFCFP_FLAGS_TTC","features":[318]},{"name":"TTFCFP_ISO_PLATFORMID","features":[318]},{"name":"TTFCFP_LANG_KEEP_ALL","features":[318]},{"name":"TTFCFP_MS_PLATFORMID","features":[318]},{"name":"TTFCFP_STD_MAC_CHAR_SET","features":[318]},{"name":"TTFCFP_SUBSET","features":[318]},{"name":"TTFCFP_SUBSET1","features":[318]},{"name":"TTFCFP_SYMBOL_CHAR_SET","features":[318]},{"name":"TTFCFP_UNICODE_CHAR_SET","features":[318]},{"name":"TTFCFP_UNICODE_PLATFORMID","features":[318]},{"name":"TTFMFP_DELTA","features":[318]},{"name":"TTFMFP_SUBSET","features":[318]},{"name":"TTFMFP_SUBSET1","features":[318]},{"name":"TTGetEmbeddedFontInfo","features":[318]},{"name":"TTGetEmbeddingType","features":[318]},{"name":"TTGetNewFontName","features":[307,318]},{"name":"TTIsEmbeddingEnabled","features":[307,318]},{"name":"TTIsEmbeddingEnabledForFacename","features":[307,318]},{"name":"TTLOADINFO","features":[318]},{"name":"TTLOAD_EMBEDDED_FONT_STATUS","features":[318]},{"name":"TTLOAD_EUDC_OVERWRITE","features":[318]},{"name":"TTLOAD_EUDC_SET","features":[318]},{"name":"TTLOAD_FONT_IN_SYSSTARTUP","features":[318]},{"name":"TTLOAD_FONT_SUBSETTED","features":[318]},{"name":"TTLOAD_PRIVATE","features":[318]},{"name":"TTLoadEmbeddedFont","features":[307,318]},{"name":"TTPOLYCURVE","features":[318]},{"name":"TTPOLYGONHEADER","features":[318]},{"name":"TTRunValidationTests","features":[318]},{"name":"TTRunValidationTestsEx","features":[318]},{"name":"TTVALIDATIONTESTSPARAMS","features":[318]},{"name":"TTVALIDATIONTESTSPARAMSEX","features":[318]},{"name":"TT_AVAILABLE","features":[318]},{"name":"TT_ENABLED","features":[318]},{"name":"TT_POLYGON_TYPE","features":[318]},{"name":"TT_PRIM_CSPLINE","features":[318]},{"name":"TT_PRIM_LINE","features":[318]},{"name":"TT_PRIM_QSPLINE","features":[318]},{"name":"TURKISH_CHARSET","features":[318]},{"name":"TabbedTextOutA","features":[318]},{"name":"TabbedTextOutW","features":[318]},{"name":"TextOutA","features":[307,318]},{"name":"TextOutW","features":[307,318]},{"name":"TransparentBlt","features":[307,318]},{"name":"UnionRect","features":[307,318]},{"name":"UnrealizeObject","features":[307,318]},{"name":"UpdateColors","features":[307,318]},{"name":"UpdateWindow","features":[307,318]},{"name":"VARIABLE_PITCH","features":[318]},{"name":"VERTRES","features":[318]},{"name":"VERTSIZE","features":[318]},{"name":"VIETNAMESE_CHARSET","features":[318]},{"name":"VREFRESH","features":[318]},{"name":"VTA_BASELINE","features":[318]},{"name":"VTA_BOTTOM","features":[318]},{"name":"VTA_CENTER","features":[318]},{"name":"VTA_LEFT","features":[318]},{"name":"VTA_RIGHT","features":[318]},{"name":"VTA_TOP","features":[318]},{"name":"ValidateRect","features":[307,318]},{"name":"ValidateRgn","features":[307,318]},{"name":"WCRANGE","features":[318]},{"name":"WGLSWAP","features":[318]},{"name":"WGL_FONT_LINES","features":[318]},{"name":"WGL_FONT_POLYGONS","features":[318]},{"name":"WGL_SWAPMULTIPLE_MAX","features":[318]},{"name":"WGL_SWAP_MAIN_PLANE","features":[318]},{"name":"WGL_SWAP_OVERLAY1","features":[318]},{"name":"WGL_SWAP_OVERLAY10","features":[318]},{"name":"WGL_SWAP_OVERLAY11","features":[318]},{"name":"WGL_SWAP_OVERLAY12","features":[318]},{"name":"WGL_SWAP_OVERLAY13","features":[318]},{"name":"WGL_SWAP_OVERLAY14","features":[318]},{"name":"WGL_SWAP_OVERLAY15","features":[318]},{"name":"WGL_SWAP_OVERLAY2","features":[318]},{"name":"WGL_SWAP_OVERLAY3","features":[318]},{"name":"WGL_SWAP_OVERLAY4","features":[318]},{"name":"WGL_SWAP_OVERLAY5","features":[318]},{"name":"WGL_SWAP_OVERLAY6","features":[318]},{"name":"WGL_SWAP_OVERLAY7","features":[318]},{"name":"WGL_SWAP_OVERLAY8","features":[318]},{"name":"WGL_SWAP_OVERLAY9","features":[318]},{"name":"WGL_SWAP_UNDERLAY1","features":[318]},{"name":"WGL_SWAP_UNDERLAY10","features":[318]},{"name":"WGL_SWAP_UNDERLAY11","features":[318]},{"name":"WGL_SWAP_UNDERLAY12","features":[318]},{"name":"WGL_SWAP_UNDERLAY13","features":[318]},{"name":"WGL_SWAP_UNDERLAY14","features":[318]},{"name":"WGL_SWAP_UNDERLAY15","features":[318]},{"name":"WGL_SWAP_UNDERLAY2","features":[318]},{"name":"WGL_SWAP_UNDERLAY3","features":[318]},{"name":"WGL_SWAP_UNDERLAY4","features":[318]},{"name":"WGL_SWAP_UNDERLAY5","features":[318]},{"name":"WGL_SWAP_UNDERLAY6","features":[318]},{"name":"WGL_SWAP_UNDERLAY7","features":[318]},{"name":"WGL_SWAP_UNDERLAY8","features":[318]},{"name":"WGL_SWAP_UNDERLAY9","features":[318]},{"name":"WHITENESS","features":[318]},{"name":"WHITEONBLACK","features":[318]},{"name":"WHITE_BRUSH","features":[318]},{"name":"WHITE_PEN","features":[318]},{"name":"WINDING","features":[318]},{"name":"WRITEEMBEDPROC","features":[318]},{"name":"WidenPath","features":[307,318]},{"name":"WindowFromDC","features":[307,318]},{"name":"XFORM","features":[318]},{"name":"wglSwapMultipleBuffers","features":[318]}],"417":[{"name":"ALPHA_SHIFT","features":[413]},{"name":"Aborted","features":[413]},{"name":"AccessDenied","features":[413]},{"name":"AdjustBlackSaturation","features":[413]},{"name":"AdjustContrast","features":[413]},{"name":"AdjustDensity","features":[413]},{"name":"AdjustExposure","features":[413]},{"name":"AdjustHighlight","features":[413]},{"name":"AdjustMidtone","features":[413]},{"name":"AdjustShadow","features":[413]},{"name":"AdjustWhiteSaturation","features":[413]},{"name":"BLUE_SHIFT","features":[413]},{"name":"Bitmap","features":[413]},{"name":"BitmapData","features":[413]},{"name":"Blur","features":[307,413]},{"name":"BlurEffectGuid","features":[413]},{"name":"BlurParams","features":[307,413]},{"name":"BrightnessContrast","features":[307,413]},{"name":"BrightnessContrastEffectGuid","features":[413]},{"name":"BrightnessContrastParams","features":[413]},{"name":"BrushType","features":[413]},{"name":"BrushTypeHatchFill","features":[413]},{"name":"BrushTypeLinearGradient","features":[413]},{"name":"BrushTypePathGradient","features":[413]},{"name":"BrushTypeSolidColor","features":[413]},{"name":"BrushTypeTextureFill","features":[413]},{"name":"CGpEffect","features":[413]},{"name":"CachedBitmap","features":[413]},{"name":"CharacterRange","features":[413]},{"name":"CodecIImageBytes","features":[413]},{"name":"Color","features":[413]},{"name":"ColorAdjustType","features":[413]},{"name":"ColorAdjustTypeAny","features":[413]},{"name":"ColorAdjustTypeBitmap","features":[413]},{"name":"ColorAdjustTypeBrush","features":[413]},{"name":"ColorAdjustTypeCount","features":[413]},{"name":"ColorAdjustTypeDefault","features":[413]},{"name":"ColorAdjustTypePen","features":[413]},{"name":"ColorAdjustTypeText","features":[413]},{"name":"ColorBalance","features":[307,413]},{"name":"ColorBalanceEffectGuid","features":[413]},{"name":"ColorBalanceParams","features":[413]},{"name":"ColorChannelFlags","features":[413]},{"name":"ColorChannelFlagsC","features":[413]},{"name":"ColorChannelFlagsK","features":[413]},{"name":"ColorChannelFlagsLast","features":[413]},{"name":"ColorChannelFlagsM","features":[413]},{"name":"ColorChannelFlagsY","features":[413]},{"name":"ColorCurve","features":[307,413]},{"name":"ColorCurveEffectGuid","features":[413]},{"name":"ColorCurveParams","features":[413]},{"name":"ColorLUT","features":[307,413]},{"name":"ColorLUTEffectGuid","features":[413]},{"name":"ColorLUTParams","features":[413]},{"name":"ColorMap","features":[413]},{"name":"ColorMatrix","features":[413]},{"name":"ColorMatrixEffect","features":[307,413]},{"name":"ColorMatrixEffectGuid","features":[413]},{"name":"ColorMatrixFlags","features":[413]},{"name":"ColorMatrixFlagsAltGray","features":[413]},{"name":"ColorMatrixFlagsDefault","features":[413]},{"name":"ColorMatrixFlagsSkipGrays","features":[413]},{"name":"ColorMode","features":[413]},{"name":"ColorModeARGB32","features":[413]},{"name":"ColorModeARGB64","features":[413]},{"name":"ColorPalette","features":[413]},{"name":"CombineMode","features":[413]},{"name":"CombineModeComplement","features":[413]},{"name":"CombineModeExclude","features":[413]},{"name":"CombineModeIntersect","features":[413]},{"name":"CombineModeReplace","features":[413]},{"name":"CombineModeUnion","features":[413]},{"name":"CombineModeXor","features":[413]},{"name":"CompositingMode","features":[413]},{"name":"CompositingModeSourceCopy","features":[413]},{"name":"CompositingModeSourceOver","features":[413]},{"name":"CompositingQuality","features":[413]},{"name":"CompositingQualityAssumeLinear","features":[413]},{"name":"CompositingQualityDefault","features":[413]},{"name":"CompositingQualityGammaCorrected","features":[413]},{"name":"CompositingQualityHighQuality","features":[413]},{"name":"CompositingQualityHighSpeed","features":[413]},{"name":"CompositingQualityInvalid","features":[413]},{"name":"ConvertToEmfPlusFlags","features":[413]},{"name":"ConvertToEmfPlusFlagsDefault","features":[413]},{"name":"ConvertToEmfPlusFlagsInvalidRecord","features":[413]},{"name":"ConvertToEmfPlusFlagsRopUsed","features":[413]},{"name":"ConvertToEmfPlusFlagsText","features":[413]},{"name":"CoordinateSpace","features":[413]},{"name":"CoordinateSpaceDevice","features":[413]},{"name":"CoordinateSpacePage","features":[413]},{"name":"CoordinateSpaceWorld","features":[413]},{"name":"CurveAdjustments","features":[413]},{"name":"CurveChannel","features":[413]},{"name":"CurveChannelAll","features":[413]},{"name":"CurveChannelBlue","features":[413]},{"name":"CurveChannelGreen","features":[413]},{"name":"CurveChannelRed","features":[413]},{"name":"CustomLineCap","features":[413]},{"name":"CustomLineCapType","features":[413]},{"name":"CustomLineCapTypeAdjustableArrow","features":[413]},{"name":"CustomLineCapTypeDefault","features":[413]},{"name":"DashCap","features":[413]},{"name":"DashCapFlat","features":[413]},{"name":"DashCapRound","features":[413]},{"name":"DashCapTriangle","features":[413]},{"name":"DashStyle","features":[413]},{"name":"DashStyleCustom","features":[413]},{"name":"DashStyleDash","features":[413]},{"name":"DashStyleDashDot","features":[413]},{"name":"DashStyleDashDotDot","features":[413]},{"name":"DashStyleDot","features":[413]},{"name":"DashStyleSolid","features":[413]},{"name":"DebugEventLevel","features":[413]},{"name":"DebugEventLevelFatal","features":[413]},{"name":"DebugEventLevelWarning","features":[413]},{"name":"DebugEventProc","features":[413]},{"name":"DitherType","features":[413]},{"name":"DitherTypeDualSpiral4x4","features":[413]},{"name":"DitherTypeDualSpiral8x8","features":[413]},{"name":"DitherTypeErrorDiffusion","features":[413]},{"name":"DitherTypeMax","features":[413]},{"name":"DitherTypeNone","features":[413]},{"name":"DitherTypeOrdered16x16","features":[413]},{"name":"DitherTypeOrdered4x4","features":[413]},{"name":"DitherTypeOrdered8x8","features":[413]},{"name":"DitherTypeSolid","features":[413]},{"name":"DitherTypeSpiral4x4","features":[413]},{"name":"DitherTypeSpiral8x8","features":[413]},{"name":"DrawImageAbort","features":[307,413]},{"name":"DriverStringOptions","features":[413]},{"name":"DriverStringOptionsCmapLookup","features":[413]},{"name":"DriverStringOptionsLimitSubpixel","features":[413]},{"name":"DriverStringOptionsRealizedAdvance","features":[413]},{"name":"DriverStringOptionsVertical","features":[413]},{"name":"ENHMETAHEADER3","features":[307,413]},{"name":"Effect","features":[307,413]},{"name":"EmfPlusRecordTotal","features":[413]},{"name":"EmfPlusRecordType","features":[413]},{"name":"EmfPlusRecordTypeBeginContainer","features":[413]},{"name":"EmfPlusRecordTypeBeginContainerNoParams","features":[413]},{"name":"EmfPlusRecordTypeClear","features":[413]},{"name":"EmfPlusRecordTypeComment","features":[413]},{"name":"EmfPlusRecordTypeDrawArc","features":[413]},{"name":"EmfPlusRecordTypeDrawBeziers","features":[413]},{"name":"EmfPlusRecordTypeDrawClosedCurve","features":[413]},{"name":"EmfPlusRecordTypeDrawCurve","features":[413]},{"name":"EmfPlusRecordTypeDrawDriverString","features":[413]},{"name":"EmfPlusRecordTypeDrawEllipse","features":[413]},{"name":"EmfPlusRecordTypeDrawImage","features":[413]},{"name":"EmfPlusRecordTypeDrawImagePoints","features":[413]},{"name":"EmfPlusRecordTypeDrawLines","features":[413]},{"name":"EmfPlusRecordTypeDrawPath","features":[413]},{"name":"EmfPlusRecordTypeDrawPie","features":[413]},{"name":"EmfPlusRecordTypeDrawRects","features":[413]},{"name":"EmfPlusRecordTypeDrawString","features":[413]},{"name":"EmfPlusRecordTypeEndContainer","features":[413]},{"name":"EmfPlusRecordTypeEndOfFile","features":[413]},{"name":"EmfPlusRecordTypeFillClosedCurve","features":[413]},{"name":"EmfPlusRecordTypeFillEllipse","features":[413]},{"name":"EmfPlusRecordTypeFillPath","features":[413]},{"name":"EmfPlusRecordTypeFillPie","features":[413]},{"name":"EmfPlusRecordTypeFillPolygon","features":[413]},{"name":"EmfPlusRecordTypeFillRects","features":[413]},{"name":"EmfPlusRecordTypeFillRegion","features":[413]},{"name":"EmfPlusRecordTypeGetDC","features":[413]},{"name":"EmfPlusRecordTypeHeader","features":[413]},{"name":"EmfPlusRecordTypeInvalid","features":[413]},{"name":"EmfPlusRecordTypeMax","features":[413]},{"name":"EmfPlusRecordTypeMin","features":[413]},{"name":"EmfPlusRecordTypeMultiFormatEnd","features":[413]},{"name":"EmfPlusRecordTypeMultiFormatSection","features":[413]},{"name":"EmfPlusRecordTypeMultiFormatStart","features":[413]},{"name":"EmfPlusRecordTypeMultiplyWorldTransform","features":[413]},{"name":"EmfPlusRecordTypeObject","features":[413]},{"name":"EmfPlusRecordTypeOffsetClip","features":[413]},{"name":"EmfPlusRecordTypeResetClip","features":[413]},{"name":"EmfPlusRecordTypeResetWorldTransform","features":[413]},{"name":"EmfPlusRecordTypeRestore","features":[413]},{"name":"EmfPlusRecordTypeRotateWorldTransform","features":[413]},{"name":"EmfPlusRecordTypeSave","features":[413]},{"name":"EmfPlusRecordTypeScaleWorldTransform","features":[413]},{"name":"EmfPlusRecordTypeSerializableObject","features":[413]},{"name":"EmfPlusRecordTypeSetAntiAliasMode","features":[413]},{"name":"EmfPlusRecordTypeSetClipPath","features":[413]},{"name":"EmfPlusRecordTypeSetClipRect","features":[413]},{"name":"EmfPlusRecordTypeSetClipRegion","features":[413]},{"name":"EmfPlusRecordTypeSetCompositingMode","features":[413]},{"name":"EmfPlusRecordTypeSetCompositingQuality","features":[413]},{"name":"EmfPlusRecordTypeSetInterpolationMode","features":[413]},{"name":"EmfPlusRecordTypeSetPageTransform","features":[413]},{"name":"EmfPlusRecordTypeSetPixelOffsetMode","features":[413]},{"name":"EmfPlusRecordTypeSetRenderingOrigin","features":[413]},{"name":"EmfPlusRecordTypeSetTSClip","features":[413]},{"name":"EmfPlusRecordTypeSetTSGraphics","features":[413]},{"name":"EmfPlusRecordTypeSetTextContrast","features":[413]},{"name":"EmfPlusRecordTypeSetTextRenderingHint","features":[413]},{"name":"EmfPlusRecordTypeSetWorldTransform","features":[413]},{"name":"EmfPlusRecordTypeStrokeFillPath","features":[413]},{"name":"EmfPlusRecordTypeTranslateWorldTransform","features":[413]},{"name":"EmfRecordTypeAbortPath","features":[413]},{"name":"EmfRecordTypeAlphaBlend","features":[413]},{"name":"EmfRecordTypeAngleArc","features":[413]},{"name":"EmfRecordTypeArc","features":[413]},{"name":"EmfRecordTypeArcTo","features":[413]},{"name":"EmfRecordTypeBeginPath","features":[413]},{"name":"EmfRecordTypeBitBlt","features":[413]},{"name":"EmfRecordTypeChord","features":[413]},{"name":"EmfRecordTypeCloseFigure","features":[413]},{"name":"EmfRecordTypeColorCorrectPalette","features":[413]},{"name":"EmfRecordTypeColorMatchToTargetW","features":[413]},{"name":"EmfRecordTypeCreateBrushIndirect","features":[413]},{"name":"EmfRecordTypeCreateColorSpace","features":[413]},{"name":"EmfRecordTypeCreateColorSpaceW","features":[413]},{"name":"EmfRecordTypeCreateDIBPatternBrushPt","features":[413]},{"name":"EmfRecordTypeCreateMonoBrush","features":[413]},{"name":"EmfRecordTypeCreatePalette","features":[413]},{"name":"EmfRecordTypeCreatePen","features":[413]},{"name":"EmfRecordTypeDeleteColorSpace","features":[413]},{"name":"EmfRecordTypeDeleteObject","features":[413]},{"name":"EmfRecordTypeDrawEscape","features":[413]},{"name":"EmfRecordTypeEOF","features":[413]},{"name":"EmfRecordTypeEllipse","features":[413]},{"name":"EmfRecordTypeEndPath","features":[413]},{"name":"EmfRecordTypeExcludeClipRect","features":[413]},{"name":"EmfRecordTypeExtCreateFontIndirect","features":[413]},{"name":"EmfRecordTypeExtCreatePen","features":[413]},{"name":"EmfRecordTypeExtEscape","features":[413]},{"name":"EmfRecordTypeExtFloodFill","features":[413]},{"name":"EmfRecordTypeExtSelectClipRgn","features":[413]},{"name":"EmfRecordTypeExtTextOutA","features":[413]},{"name":"EmfRecordTypeExtTextOutW","features":[413]},{"name":"EmfRecordTypeFillPath","features":[413]},{"name":"EmfRecordTypeFillRgn","features":[413]},{"name":"EmfRecordTypeFlattenPath","features":[413]},{"name":"EmfRecordTypeForceUFIMapping","features":[413]},{"name":"EmfRecordTypeFrameRgn","features":[413]},{"name":"EmfRecordTypeGLSBoundedRecord","features":[413]},{"name":"EmfRecordTypeGLSRecord","features":[413]},{"name":"EmfRecordTypeGdiComment","features":[413]},{"name":"EmfRecordTypeGradientFill","features":[413]},{"name":"EmfRecordTypeHeader","features":[413]},{"name":"EmfRecordTypeIntersectClipRect","features":[413]},{"name":"EmfRecordTypeInvertRgn","features":[413]},{"name":"EmfRecordTypeLineTo","features":[413]},{"name":"EmfRecordTypeMaskBlt","features":[413]},{"name":"EmfRecordTypeMax","features":[413]},{"name":"EmfRecordTypeMin","features":[413]},{"name":"EmfRecordTypeModifyWorldTransform","features":[413]},{"name":"EmfRecordTypeMoveToEx","features":[413]},{"name":"EmfRecordTypeNamedEscape","features":[413]},{"name":"EmfRecordTypeOffsetClipRgn","features":[413]},{"name":"EmfRecordTypePaintRgn","features":[413]},{"name":"EmfRecordTypePie","features":[413]},{"name":"EmfRecordTypePixelFormat","features":[413]},{"name":"EmfRecordTypePlgBlt","features":[413]},{"name":"EmfRecordTypePolyBezier","features":[413]},{"name":"EmfRecordTypePolyBezier16","features":[413]},{"name":"EmfRecordTypePolyBezierTo","features":[413]},{"name":"EmfRecordTypePolyBezierTo16","features":[413]},{"name":"EmfRecordTypePolyDraw","features":[413]},{"name":"EmfRecordTypePolyDraw16","features":[413]},{"name":"EmfRecordTypePolyLineTo","features":[413]},{"name":"EmfRecordTypePolyPolygon","features":[413]},{"name":"EmfRecordTypePolyPolygon16","features":[413]},{"name":"EmfRecordTypePolyPolyline","features":[413]},{"name":"EmfRecordTypePolyPolyline16","features":[413]},{"name":"EmfRecordTypePolyTextOutA","features":[413]},{"name":"EmfRecordTypePolyTextOutW","features":[413]},{"name":"EmfRecordTypePolygon","features":[413]},{"name":"EmfRecordTypePolygon16","features":[413]},{"name":"EmfRecordTypePolyline","features":[413]},{"name":"EmfRecordTypePolyline16","features":[413]},{"name":"EmfRecordTypePolylineTo16","features":[413]},{"name":"EmfRecordTypeRealizePalette","features":[413]},{"name":"EmfRecordTypeRectangle","features":[413]},{"name":"EmfRecordTypeReserved_069","features":[413]},{"name":"EmfRecordTypeReserved_117","features":[413]},{"name":"EmfRecordTypeResizePalette","features":[413]},{"name":"EmfRecordTypeRestoreDC","features":[413]},{"name":"EmfRecordTypeRoundRect","features":[413]},{"name":"EmfRecordTypeSaveDC","features":[413]},{"name":"EmfRecordTypeScaleViewportExtEx","features":[413]},{"name":"EmfRecordTypeScaleWindowExtEx","features":[413]},{"name":"EmfRecordTypeSelectClipPath","features":[413]},{"name":"EmfRecordTypeSelectObject","features":[413]},{"name":"EmfRecordTypeSelectPalette","features":[413]},{"name":"EmfRecordTypeSetArcDirection","features":[413]},{"name":"EmfRecordTypeSetBkColor","features":[413]},{"name":"EmfRecordTypeSetBkMode","features":[413]},{"name":"EmfRecordTypeSetBrushOrgEx","features":[413]},{"name":"EmfRecordTypeSetColorAdjustment","features":[413]},{"name":"EmfRecordTypeSetColorSpace","features":[413]},{"name":"EmfRecordTypeSetDIBitsToDevice","features":[413]},{"name":"EmfRecordTypeSetICMMode","features":[413]},{"name":"EmfRecordTypeSetICMProfileA","features":[413]},{"name":"EmfRecordTypeSetICMProfileW","features":[413]},{"name":"EmfRecordTypeSetLayout","features":[413]},{"name":"EmfRecordTypeSetLinkedUFIs","features":[413]},{"name":"EmfRecordTypeSetMapMode","features":[413]},{"name":"EmfRecordTypeSetMapperFlags","features":[413]},{"name":"EmfRecordTypeSetMetaRgn","features":[413]},{"name":"EmfRecordTypeSetMiterLimit","features":[413]},{"name":"EmfRecordTypeSetPaletteEntries","features":[413]},{"name":"EmfRecordTypeSetPixelV","features":[413]},{"name":"EmfRecordTypeSetPolyFillMode","features":[413]},{"name":"EmfRecordTypeSetROP2","features":[413]},{"name":"EmfRecordTypeSetStretchBltMode","features":[413]},{"name":"EmfRecordTypeSetTextAlign","features":[413]},{"name":"EmfRecordTypeSetTextColor","features":[413]},{"name":"EmfRecordTypeSetTextJustification","features":[413]},{"name":"EmfRecordTypeSetViewportExtEx","features":[413]},{"name":"EmfRecordTypeSetViewportOrgEx","features":[413]},{"name":"EmfRecordTypeSetWindowExtEx","features":[413]},{"name":"EmfRecordTypeSetWindowOrgEx","features":[413]},{"name":"EmfRecordTypeSetWorldTransform","features":[413]},{"name":"EmfRecordTypeSmallTextOut","features":[413]},{"name":"EmfRecordTypeStartDoc","features":[413]},{"name":"EmfRecordTypeStretchBlt","features":[413]},{"name":"EmfRecordTypeStretchDIBits","features":[413]},{"name":"EmfRecordTypeStrokeAndFillPath","features":[413]},{"name":"EmfRecordTypeStrokePath","features":[413]},{"name":"EmfRecordTypeTransparentBlt","features":[413]},{"name":"EmfRecordTypeWidenPath","features":[413]},{"name":"EmfToWmfBitsFlags","features":[413]},{"name":"EmfToWmfBitsFlagsDefault","features":[413]},{"name":"EmfToWmfBitsFlagsEmbedEmf","features":[413]},{"name":"EmfToWmfBitsFlagsIncludePlaceable","features":[413]},{"name":"EmfToWmfBitsFlagsNoXORClip","features":[413]},{"name":"EmfType","features":[413]},{"name":"EmfTypeEmfOnly","features":[413]},{"name":"EmfTypeEmfPlusDual","features":[413]},{"name":"EmfTypeEmfPlusOnly","features":[413]},{"name":"EncoderChrominanceTable","features":[413]},{"name":"EncoderColorDepth","features":[413]},{"name":"EncoderColorSpace","features":[413]},{"name":"EncoderCompression","features":[413]},{"name":"EncoderImageItems","features":[413]},{"name":"EncoderLuminanceTable","features":[413]},{"name":"EncoderParameter","features":[413]},{"name":"EncoderParameterValueType","features":[413]},{"name":"EncoderParameterValueTypeASCII","features":[413]},{"name":"EncoderParameterValueTypeByte","features":[413]},{"name":"EncoderParameterValueTypeLong","features":[413]},{"name":"EncoderParameterValueTypeLongRange","features":[413]},{"name":"EncoderParameterValueTypePointer","features":[413]},{"name":"EncoderParameterValueTypeRational","features":[413]},{"name":"EncoderParameterValueTypeRationalRange","features":[413]},{"name":"EncoderParameterValueTypeShort","features":[413]},{"name":"EncoderParameterValueTypeUndefined","features":[413]},{"name":"EncoderParameters","features":[413]},{"name":"EncoderQuality","features":[413]},{"name":"EncoderRenderMethod","features":[413]},{"name":"EncoderSaveAsCMYK","features":[413]},{"name":"EncoderSaveFlag","features":[413]},{"name":"EncoderScanMethod","features":[413]},{"name":"EncoderTransformation","features":[413]},{"name":"EncoderValue","features":[413]},{"name":"EncoderValueColorTypeCMYK","features":[413]},{"name":"EncoderValueColorTypeGray","features":[413]},{"name":"EncoderValueColorTypeRGB","features":[413]},{"name":"EncoderValueColorTypeYCCK","features":[413]},{"name":"EncoderValueCompressionCCITT3","features":[413]},{"name":"EncoderValueCompressionCCITT4","features":[413]},{"name":"EncoderValueCompressionLZW","features":[413]},{"name":"EncoderValueCompressionNone","features":[413]},{"name":"EncoderValueCompressionRle","features":[413]},{"name":"EncoderValueFlush","features":[413]},{"name":"EncoderValueFrameDimensionPage","features":[413]},{"name":"EncoderValueFrameDimensionResolution","features":[413]},{"name":"EncoderValueFrameDimensionTime","features":[413]},{"name":"EncoderValueLastFrame","features":[413]},{"name":"EncoderValueMultiFrame","features":[413]},{"name":"EncoderValueRenderNonProgressive","features":[413]},{"name":"EncoderValueRenderProgressive","features":[413]},{"name":"EncoderValueScanMethodInterlaced","features":[413]},{"name":"EncoderValueScanMethodNonInterlaced","features":[413]},{"name":"EncoderValueTransformFlipHorizontal","features":[413]},{"name":"EncoderValueTransformFlipVertical","features":[413]},{"name":"EncoderValueTransformRotate180","features":[413]},{"name":"EncoderValueTransformRotate270","features":[413]},{"name":"EncoderValueTransformRotate90","features":[413]},{"name":"EncoderValueVersionGif87","features":[413]},{"name":"EncoderValueVersionGif89","features":[413]},{"name":"EncoderVersion","features":[413]},{"name":"EnumerateMetafileProc","features":[307,413]},{"name":"FileNotFound","features":[413]},{"name":"FillMode","features":[413]},{"name":"FillModeAlternate","features":[413]},{"name":"FillModeWinding","features":[413]},{"name":"FlatnessDefault","features":[413]},{"name":"FlushIntention","features":[413]},{"name":"FlushIntentionFlush","features":[413]},{"name":"FlushIntentionSync","features":[413]},{"name":"Font","features":[413]},{"name":"FontCollection","features":[413]},{"name":"FontFamily","features":[413]},{"name":"FontFamilyNotFound","features":[413]},{"name":"FontStyle","features":[413]},{"name":"FontStyleBold","features":[413]},{"name":"FontStyleBoldItalic","features":[413]},{"name":"FontStyleItalic","features":[413]},{"name":"FontStyleNotFound","features":[413]},{"name":"FontStyleRegular","features":[413]},{"name":"FontStyleStrikeout","features":[413]},{"name":"FontStyleUnderline","features":[413]},{"name":"FormatIDImageInformation","features":[413]},{"name":"FormatIDJpegAppHeaders","features":[413]},{"name":"FrameDimensionPage","features":[413]},{"name":"FrameDimensionResolution","features":[413]},{"name":"FrameDimensionTime","features":[413]},{"name":"GDIP_EMFPLUSFLAGS_DISPLAY","features":[413]},{"name":"GDIP_EMFPLUS_RECORD_BASE","features":[413]},{"name":"GDIP_WMF_RECORD_BASE","features":[413]},{"name":"GREEN_SHIFT","features":[413]},{"name":"GdipAddPathArc","features":[413]},{"name":"GdipAddPathArcI","features":[413]},{"name":"GdipAddPathBezier","features":[413]},{"name":"GdipAddPathBezierI","features":[413]},{"name":"GdipAddPathBeziers","features":[413]},{"name":"GdipAddPathBeziersI","features":[413]},{"name":"GdipAddPathClosedCurve","features":[413]},{"name":"GdipAddPathClosedCurve2","features":[413]},{"name":"GdipAddPathClosedCurve2I","features":[413]},{"name":"GdipAddPathClosedCurveI","features":[413]},{"name":"GdipAddPathCurve","features":[413]},{"name":"GdipAddPathCurve2","features":[413]},{"name":"GdipAddPathCurve2I","features":[413]},{"name":"GdipAddPathCurve3","features":[413]},{"name":"GdipAddPathCurve3I","features":[413]},{"name":"GdipAddPathCurveI","features":[413]},{"name":"GdipAddPathEllipse","features":[413]},{"name":"GdipAddPathEllipseI","features":[413]},{"name":"GdipAddPathLine","features":[413]},{"name":"GdipAddPathLine2","features":[413]},{"name":"GdipAddPathLine2I","features":[413]},{"name":"GdipAddPathLineI","features":[413]},{"name":"GdipAddPathPath","features":[307,413]},{"name":"GdipAddPathPie","features":[413]},{"name":"GdipAddPathPieI","features":[413]},{"name":"GdipAddPathPolygon","features":[413]},{"name":"GdipAddPathPolygonI","features":[413]},{"name":"GdipAddPathRectangle","features":[413]},{"name":"GdipAddPathRectangleI","features":[413]},{"name":"GdipAddPathRectangles","features":[413]},{"name":"GdipAddPathRectanglesI","features":[413]},{"name":"GdipAddPathString","features":[413]},{"name":"GdipAddPathStringI","features":[413]},{"name":"GdipAlloc","features":[413]},{"name":"GdipBeginContainer","features":[413]},{"name":"GdipBeginContainer2","features":[413]},{"name":"GdipBeginContainerI","features":[413]},{"name":"GdipBitmapApplyEffect","features":[307,413]},{"name":"GdipBitmapConvertFormat","features":[413]},{"name":"GdipBitmapCreateApplyEffect","features":[307,413]},{"name":"GdipBitmapGetHistogram","features":[413]},{"name":"GdipBitmapGetHistogramSize","features":[413]},{"name":"GdipBitmapGetPixel","features":[413]},{"name":"GdipBitmapLockBits","features":[413]},{"name":"GdipBitmapSetPixel","features":[413]},{"name":"GdipBitmapSetResolution","features":[413]},{"name":"GdipBitmapUnlockBits","features":[413]},{"name":"GdipClearPathMarkers","features":[413]},{"name":"GdipCloneBitmapArea","features":[413]},{"name":"GdipCloneBitmapAreaI","features":[413]},{"name":"GdipCloneBrush","features":[413]},{"name":"GdipCloneCustomLineCap","features":[413]},{"name":"GdipCloneFont","features":[413]},{"name":"GdipCloneFontFamily","features":[413]},{"name":"GdipCloneImage","features":[413]},{"name":"GdipCloneImageAttributes","features":[413]},{"name":"GdipCloneMatrix","features":[413]},{"name":"GdipClonePath","features":[413]},{"name":"GdipClonePen","features":[413]},{"name":"GdipCloneRegion","features":[413]},{"name":"GdipCloneStringFormat","features":[413]},{"name":"GdipClosePathFigure","features":[413]},{"name":"GdipClosePathFigures","features":[413]},{"name":"GdipCombineRegionPath","features":[413]},{"name":"GdipCombineRegionRect","features":[413]},{"name":"GdipCombineRegionRectI","features":[413]},{"name":"GdipCombineRegionRegion","features":[413]},{"name":"GdipComment","features":[413]},{"name":"GdipConvertToEmfPlus","features":[413]},{"name":"GdipConvertToEmfPlusToFile","features":[413]},{"name":"GdipConvertToEmfPlusToStream","features":[413,358]},{"name":"GdipCreateAdjustableArrowCap","features":[307,413]},{"name":"GdipCreateBitmapFromDirectDrawSurface","features":[317,413]},{"name":"GdipCreateBitmapFromFile","features":[413]},{"name":"GdipCreateBitmapFromFileICM","features":[413]},{"name":"GdipCreateBitmapFromGdiDib","features":[318,413]},{"name":"GdipCreateBitmapFromGraphics","features":[413]},{"name":"GdipCreateBitmapFromHBITMAP","features":[318,413]},{"name":"GdipCreateBitmapFromHICON","features":[413,371]},{"name":"GdipCreateBitmapFromResource","features":[307,413]},{"name":"GdipCreateBitmapFromScan0","features":[413]},{"name":"GdipCreateBitmapFromStream","features":[413,358]},{"name":"GdipCreateBitmapFromStreamICM","features":[413,358]},{"name":"GdipCreateCachedBitmap","features":[413]},{"name":"GdipCreateCustomLineCap","features":[413]},{"name":"GdipCreateEffect","features":[413]},{"name":"GdipCreateFont","features":[413]},{"name":"GdipCreateFontFamilyFromName","features":[413]},{"name":"GdipCreateFontFromDC","features":[318,413]},{"name":"GdipCreateFontFromLogfontA","features":[318,413]},{"name":"GdipCreateFontFromLogfontW","features":[318,413]},{"name":"GdipCreateFromHDC","features":[318,413]},{"name":"GdipCreateFromHDC2","features":[307,318,413]},{"name":"GdipCreateFromHWND","features":[307,413]},{"name":"GdipCreateFromHWNDICM","features":[307,413]},{"name":"GdipCreateHBITMAPFromBitmap","features":[318,413]},{"name":"GdipCreateHICONFromBitmap","features":[413,371]},{"name":"GdipCreateHalftonePalette","features":[318,413]},{"name":"GdipCreateHatchBrush","features":[413]},{"name":"GdipCreateImageAttributes","features":[413]},{"name":"GdipCreateLineBrush","features":[413]},{"name":"GdipCreateLineBrushFromRect","features":[413]},{"name":"GdipCreateLineBrushFromRectI","features":[413]},{"name":"GdipCreateLineBrushFromRectWithAngle","features":[307,413]},{"name":"GdipCreateLineBrushFromRectWithAngleI","features":[307,413]},{"name":"GdipCreateLineBrushI","features":[413]},{"name":"GdipCreateMatrix","features":[413]},{"name":"GdipCreateMatrix2","features":[413]},{"name":"GdipCreateMatrix3","features":[413]},{"name":"GdipCreateMatrix3I","features":[413]},{"name":"GdipCreateMetafileFromEmf","features":[307,318,413]},{"name":"GdipCreateMetafileFromFile","features":[413]},{"name":"GdipCreateMetafileFromStream","features":[413,358]},{"name":"GdipCreateMetafileFromWmf","features":[307,318,413]},{"name":"GdipCreateMetafileFromWmfFile","features":[413]},{"name":"GdipCreatePath","features":[413]},{"name":"GdipCreatePath2","features":[413]},{"name":"GdipCreatePath2I","features":[413]},{"name":"GdipCreatePathGradient","features":[413]},{"name":"GdipCreatePathGradientFromPath","features":[413]},{"name":"GdipCreatePathGradientI","features":[413]},{"name":"GdipCreatePathIter","features":[413]},{"name":"GdipCreatePen1","features":[413]},{"name":"GdipCreatePen2","features":[413]},{"name":"GdipCreateRegion","features":[413]},{"name":"GdipCreateRegionHrgn","features":[318,413]},{"name":"GdipCreateRegionPath","features":[413]},{"name":"GdipCreateRegionRect","features":[413]},{"name":"GdipCreateRegionRectI","features":[413]},{"name":"GdipCreateRegionRgnData","features":[413]},{"name":"GdipCreateSolidFill","features":[413]},{"name":"GdipCreateStreamOnFile","features":[413,358]},{"name":"GdipCreateStringFormat","features":[413]},{"name":"GdipCreateTexture","features":[413]},{"name":"GdipCreateTexture2","features":[413]},{"name":"GdipCreateTexture2I","features":[413]},{"name":"GdipCreateTextureIA","features":[413]},{"name":"GdipCreateTextureIAI","features":[413]},{"name":"GdipDeleteBrush","features":[413]},{"name":"GdipDeleteCachedBitmap","features":[413]},{"name":"GdipDeleteCustomLineCap","features":[413]},{"name":"GdipDeleteEffect","features":[413]},{"name":"GdipDeleteFont","features":[413]},{"name":"GdipDeleteFontFamily","features":[413]},{"name":"GdipDeleteGraphics","features":[413]},{"name":"GdipDeleteMatrix","features":[413]},{"name":"GdipDeletePath","features":[413]},{"name":"GdipDeletePathIter","features":[413]},{"name":"GdipDeletePen","features":[413]},{"name":"GdipDeletePrivateFontCollection","features":[413]},{"name":"GdipDeleteRegion","features":[413]},{"name":"GdipDeleteStringFormat","features":[413]},{"name":"GdipDisposeImage","features":[413]},{"name":"GdipDisposeImageAttributes","features":[413]},{"name":"GdipDrawArc","features":[413]},{"name":"GdipDrawArcI","features":[413]},{"name":"GdipDrawBezier","features":[413]},{"name":"GdipDrawBezierI","features":[413]},{"name":"GdipDrawBeziers","features":[413]},{"name":"GdipDrawBeziersI","features":[413]},{"name":"GdipDrawCachedBitmap","features":[413]},{"name":"GdipDrawClosedCurve","features":[413]},{"name":"GdipDrawClosedCurve2","features":[413]},{"name":"GdipDrawClosedCurve2I","features":[413]},{"name":"GdipDrawClosedCurveI","features":[413]},{"name":"GdipDrawCurve","features":[413]},{"name":"GdipDrawCurve2","features":[413]},{"name":"GdipDrawCurve2I","features":[413]},{"name":"GdipDrawCurve3","features":[413]},{"name":"GdipDrawCurve3I","features":[413]},{"name":"GdipDrawCurveI","features":[413]},{"name":"GdipDrawDriverString","features":[413]},{"name":"GdipDrawEllipse","features":[413]},{"name":"GdipDrawEllipseI","features":[413]},{"name":"GdipDrawImage","features":[413]},{"name":"GdipDrawImageFX","features":[413]},{"name":"GdipDrawImageI","features":[413]},{"name":"GdipDrawImagePointRect","features":[413]},{"name":"GdipDrawImagePointRectI","features":[413]},{"name":"GdipDrawImagePoints","features":[413]},{"name":"GdipDrawImagePointsI","features":[413]},{"name":"GdipDrawImagePointsRect","features":[413]},{"name":"GdipDrawImagePointsRectI","features":[413]},{"name":"GdipDrawImageRect","features":[413]},{"name":"GdipDrawImageRectI","features":[413]},{"name":"GdipDrawImageRectRect","features":[413]},{"name":"GdipDrawImageRectRectI","features":[413]},{"name":"GdipDrawLine","features":[413]},{"name":"GdipDrawLineI","features":[413]},{"name":"GdipDrawLines","features":[413]},{"name":"GdipDrawLinesI","features":[413]},{"name":"GdipDrawPath","features":[413]},{"name":"GdipDrawPie","features":[413]},{"name":"GdipDrawPieI","features":[413]},{"name":"GdipDrawPolygon","features":[413]},{"name":"GdipDrawPolygonI","features":[413]},{"name":"GdipDrawRectangle","features":[413]},{"name":"GdipDrawRectangleI","features":[413]},{"name":"GdipDrawRectangles","features":[413]},{"name":"GdipDrawRectanglesI","features":[413]},{"name":"GdipDrawString","features":[413]},{"name":"GdipEmfToWmfBits","features":[318,413]},{"name":"GdipEndContainer","features":[413]},{"name":"GdipEnumerateMetafileDestPoint","features":[413]},{"name":"GdipEnumerateMetafileDestPointI","features":[413]},{"name":"GdipEnumerateMetafileDestPoints","features":[413]},{"name":"GdipEnumerateMetafileDestPointsI","features":[413]},{"name":"GdipEnumerateMetafileDestRect","features":[413]},{"name":"GdipEnumerateMetafileDestRectI","features":[413]},{"name":"GdipEnumerateMetafileSrcRectDestPoint","features":[413]},{"name":"GdipEnumerateMetafileSrcRectDestPointI","features":[413]},{"name":"GdipEnumerateMetafileSrcRectDestPoints","features":[413]},{"name":"GdipEnumerateMetafileSrcRectDestPointsI","features":[413]},{"name":"GdipEnumerateMetafileSrcRectDestRect","features":[413]},{"name":"GdipEnumerateMetafileSrcRectDestRectI","features":[413]},{"name":"GdipFillClosedCurve","features":[413]},{"name":"GdipFillClosedCurve2","features":[413]},{"name":"GdipFillClosedCurve2I","features":[413]},{"name":"GdipFillClosedCurveI","features":[413]},{"name":"GdipFillEllipse","features":[413]},{"name":"GdipFillEllipseI","features":[413]},{"name":"GdipFillPath","features":[413]},{"name":"GdipFillPie","features":[413]},{"name":"GdipFillPieI","features":[413]},{"name":"GdipFillPolygon","features":[413]},{"name":"GdipFillPolygon2","features":[413]},{"name":"GdipFillPolygon2I","features":[413]},{"name":"GdipFillPolygonI","features":[413]},{"name":"GdipFillRectangle","features":[413]},{"name":"GdipFillRectangleI","features":[413]},{"name":"GdipFillRectangles","features":[413]},{"name":"GdipFillRectanglesI","features":[413]},{"name":"GdipFillRegion","features":[413]},{"name":"GdipFindFirstImageItem","features":[413]},{"name":"GdipFindNextImageItem","features":[413]},{"name":"GdipFlattenPath","features":[413]},{"name":"GdipFlush","features":[413]},{"name":"GdipFree","features":[413]},{"name":"GdipGetAdjustableArrowCapFillState","features":[307,413]},{"name":"GdipGetAdjustableArrowCapHeight","features":[413]},{"name":"GdipGetAdjustableArrowCapMiddleInset","features":[413]},{"name":"GdipGetAdjustableArrowCapWidth","features":[413]},{"name":"GdipGetAllPropertyItems","features":[413]},{"name":"GdipGetBrushType","features":[413]},{"name":"GdipGetCellAscent","features":[413]},{"name":"GdipGetCellDescent","features":[413]},{"name":"GdipGetClip","features":[413]},{"name":"GdipGetClipBounds","features":[413]},{"name":"GdipGetClipBoundsI","features":[413]},{"name":"GdipGetCompositingMode","features":[413]},{"name":"GdipGetCompositingQuality","features":[413]},{"name":"GdipGetCustomLineCapBaseCap","features":[413]},{"name":"GdipGetCustomLineCapBaseInset","features":[413]},{"name":"GdipGetCustomLineCapStrokeCaps","features":[413]},{"name":"GdipGetCustomLineCapStrokeJoin","features":[413]},{"name":"GdipGetCustomLineCapType","features":[413]},{"name":"GdipGetCustomLineCapWidthScale","features":[413]},{"name":"GdipGetDC","features":[318,413]},{"name":"GdipGetDpiX","features":[413]},{"name":"GdipGetDpiY","features":[413]},{"name":"GdipGetEffectParameterSize","features":[413]},{"name":"GdipGetEffectParameters","features":[413]},{"name":"GdipGetEmHeight","features":[413]},{"name":"GdipGetEncoderParameterList","features":[413]},{"name":"GdipGetEncoderParameterListSize","features":[413]},{"name":"GdipGetFamily","features":[413]},{"name":"GdipGetFamilyName","features":[413]},{"name":"GdipGetFontCollectionFamilyCount","features":[413]},{"name":"GdipGetFontCollectionFamilyList","features":[413]},{"name":"GdipGetFontHeight","features":[413]},{"name":"GdipGetFontHeightGivenDPI","features":[413]},{"name":"GdipGetFontSize","features":[413]},{"name":"GdipGetFontStyle","features":[413]},{"name":"GdipGetFontUnit","features":[413]},{"name":"GdipGetGenericFontFamilyMonospace","features":[413]},{"name":"GdipGetGenericFontFamilySansSerif","features":[413]},{"name":"GdipGetGenericFontFamilySerif","features":[413]},{"name":"GdipGetHatchBackgroundColor","features":[413]},{"name":"GdipGetHatchForegroundColor","features":[413]},{"name":"GdipGetHatchStyle","features":[413]},{"name":"GdipGetHemfFromMetafile","features":[318,413]},{"name":"GdipGetImageAttributesAdjustedPalette","features":[413]},{"name":"GdipGetImageBounds","features":[413]},{"name":"GdipGetImageDecoders","features":[413]},{"name":"GdipGetImageDecodersSize","features":[413]},{"name":"GdipGetImageDimension","features":[413]},{"name":"GdipGetImageEncoders","features":[413]},{"name":"GdipGetImageEncodersSize","features":[413]},{"name":"GdipGetImageFlags","features":[413]},{"name":"GdipGetImageGraphicsContext","features":[413]},{"name":"GdipGetImageHeight","features":[413]},{"name":"GdipGetImageHorizontalResolution","features":[413]},{"name":"GdipGetImageItemData","features":[413]},{"name":"GdipGetImagePalette","features":[413]},{"name":"GdipGetImagePaletteSize","features":[413]},{"name":"GdipGetImagePixelFormat","features":[413]},{"name":"GdipGetImageRawFormat","features":[413]},{"name":"GdipGetImageThumbnail","features":[413]},{"name":"GdipGetImageType","features":[413]},{"name":"GdipGetImageVerticalResolution","features":[413]},{"name":"GdipGetImageWidth","features":[413]},{"name":"GdipGetInterpolationMode","features":[413]},{"name":"GdipGetLineBlend","features":[413]},{"name":"GdipGetLineBlendCount","features":[413]},{"name":"GdipGetLineColors","features":[413]},{"name":"GdipGetLineGammaCorrection","features":[307,413]},{"name":"GdipGetLinePresetBlend","features":[413]},{"name":"GdipGetLinePresetBlendCount","features":[413]},{"name":"GdipGetLineRect","features":[413]},{"name":"GdipGetLineRectI","features":[413]},{"name":"GdipGetLineSpacing","features":[413]},{"name":"GdipGetLineTransform","features":[413]},{"name":"GdipGetLineWrapMode","features":[413]},{"name":"GdipGetLogFontA","features":[318,413]},{"name":"GdipGetLogFontW","features":[318,413]},{"name":"GdipGetMatrixElements","features":[413]},{"name":"GdipGetMetafileDownLevelRasterizationLimit","features":[413]},{"name":"GdipGetMetafileHeaderFromEmf","features":[307,318,413]},{"name":"GdipGetMetafileHeaderFromFile","features":[307,318,413]},{"name":"GdipGetMetafileHeaderFromMetafile","features":[307,318,413]},{"name":"GdipGetMetafileHeaderFromStream","features":[307,318,413,358]},{"name":"GdipGetMetafileHeaderFromWmf","features":[307,318,413]},{"name":"GdipGetNearestColor","features":[413]},{"name":"GdipGetPageScale","features":[413]},{"name":"GdipGetPageUnit","features":[413]},{"name":"GdipGetPathData","features":[413]},{"name":"GdipGetPathFillMode","features":[413]},{"name":"GdipGetPathGradientBlend","features":[413]},{"name":"GdipGetPathGradientBlendCount","features":[413]},{"name":"GdipGetPathGradientCenterColor","features":[413]},{"name":"GdipGetPathGradientCenterPoint","features":[413]},{"name":"GdipGetPathGradientCenterPointI","features":[413]},{"name":"GdipGetPathGradientFocusScales","features":[413]},{"name":"GdipGetPathGradientGammaCorrection","features":[307,413]},{"name":"GdipGetPathGradientPath","features":[413]},{"name":"GdipGetPathGradientPointCount","features":[413]},{"name":"GdipGetPathGradientPresetBlend","features":[413]},{"name":"GdipGetPathGradientPresetBlendCount","features":[413]},{"name":"GdipGetPathGradientRect","features":[413]},{"name":"GdipGetPathGradientRectI","features":[413]},{"name":"GdipGetPathGradientSurroundColorCount","features":[413]},{"name":"GdipGetPathGradientSurroundColorsWithCount","features":[413]},{"name":"GdipGetPathGradientTransform","features":[413]},{"name":"GdipGetPathGradientWrapMode","features":[413]},{"name":"GdipGetPathLastPoint","features":[413]},{"name":"GdipGetPathPoints","features":[413]},{"name":"GdipGetPathPointsI","features":[413]},{"name":"GdipGetPathTypes","features":[413]},{"name":"GdipGetPathWorldBounds","features":[413]},{"name":"GdipGetPathWorldBoundsI","features":[413]},{"name":"GdipGetPenBrushFill","features":[413]},{"name":"GdipGetPenColor","features":[413]},{"name":"GdipGetPenCompoundArray","features":[413]},{"name":"GdipGetPenCompoundCount","features":[413]},{"name":"GdipGetPenCustomEndCap","features":[413]},{"name":"GdipGetPenCustomStartCap","features":[413]},{"name":"GdipGetPenDashArray","features":[413]},{"name":"GdipGetPenDashCap197819","features":[413]},{"name":"GdipGetPenDashCount","features":[413]},{"name":"GdipGetPenDashOffset","features":[413]},{"name":"GdipGetPenDashStyle","features":[413]},{"name":"GdipGetPenEndCap","features":[413]},{"name":"GdipGetPenFillType","features":[413]},{"name":"GdipGetPenLineJoin","features":[413]},{"name":"GdipGetPenMiterLimit","features":[413]},{"name":"GdipGetPenMode","features":[413]},{"name":"GdipGetPenStartCap","features":[413]},{"name":"GdipGetPenTransform","features":[413]},{"name":"GdipGetPenUnit","features":[413]},{"name":"GdipGetPenWidth","features":[413]},{"name":"GdipGetPixelOffsetMode","features":[413]},{"name":"GdipGetPointCount","features":[413]},{"name":"GdipGetPropertyCount","features":[413]},{"name":"GdipGetPropertyIdList","features":[413]},{"name":"GdipGetPropertyItem","features":[413]},{"name":"GdipGetPropertyItemSize","features":[413]},{"name":"GdipGetPropertySize","features":[413]},{"name":"GdipGetRegionBounds","features":[413]},{"name":"GdipGetRegionBoundsI","features":[413]},{"name":"GdipGetRegionData","features":[413]},{"name":"GdipGetRegionDataSize","features":[413]},{"name":"GdipGetRegionHRgn","features":[318,413]},{"name":"GdipGetRegionScans","features":[413]},{"name":"GdipGetRegionScansCount","features":[413]},{"name":"GdipGetRegionScansI","features":[413]},{"name":"GdipGetRenderingOrigin","features":[413]},{"name":"GdipGetSmoothingMode","features":[413]},{"name":"GdipGetSolidFillColor","features":[413]},{"name":"GdipGetStringFormatAlign","features":[413]},{"name":"GdipGetStringFormatDigitSubstitution","features":[413]},{"name":"GdipGetStringFormatFlags","features":[413]},{"name":"GdipGetStringFormatHotkeyPrefix","features":[413]},{"name":"GdipGetStringFormatLineAlign","features":[413]},{"name":"GdipGetStringFormatMeasurableCharacterRangeCount","features":[413]},{"name":"GdipGetStringFormatTabStopCount","features":[413]},{"name":"GdipGetStringFormatTabStops","features":[413]},{"name":"GdipGetStringFormatTrimming","features":[413]},{"name":"GdipGetTextContrast","features":[413]},{"name":"GdipGetTextRenderingHint","features":[413]},{"name":"GdipGetTextureImage","features":[413]},{"name":"GdipGetTextureTransform","features":[413]},{"name":"GdipGetTextureWrapMode","features":[413]},{"name":"GdipGetVisibleClipBounds","features":[413]},{"name":"GdipGetVisibleClipBoundsI","features":[413]},{"name":"GdipGetWorldTransform","features":[413]},{"name":"GdipGraphicsClear","features":[413]},{"name":"GdipGraphicsSetAbort","features":[413]},{"name":"GdipImageForceValidation","features":[413]},{"name":"GdipImageGetFrameCount","features":[413]},{"name":"GdipImageGetFrameDimensionsCount","features":[413]},{"name":"GdipImageGetFrameDimensionsList","features":[413]},{"name":"GdipImageRotateFlip","features":[413]},{"name":"GdipImageSelectActiveFrame","features":[413]},{"name":"GdipImageSetAbort","features":[413]},{"name":"GdipInitializePalette","features":[307,413]},{"name":"GdipInvertMatrix","features":[413]},{"name":"GdipIsClipEmpty","features":[307,413]},{"name":"GdipIsEmptyRegion","features":[307,413]},{"name":"GdipIsEqualRegion","features":[307,413]},{"name":"GdipIsInfiniteRegion","features":[307,413]},{"name":"GdipIsMatrixEqual","features":[307,413]},{"name":"GdipIsMatrixIdentity","features":[307,413]},{"name":"GdipIsMatrixInvertible","features":[307,413]},{"name":"GdipIsOutlineVisiblePathPoint","features":[307,413]},{"name":"GdipIsOutlineVisiblePathPointI","features":[307,413]},{"name":"GdipIsStyleAvailable","features":[307,413]},{"name":"GdipIsVisibleClipEmpty","features":[307,413]},{"name":"GdipIsVisiblePathPoint","features":[307,413]},{"name":"GdipIsVisiblePathPointI","features":[307,413]},{"name":"GdipIsVisiblePoint","features":[307,413]},{"name":"GdipIsVisiblePointI","features":[307,413]},{"name":"GdipIsVisibleRect","features":[307,413]},{"name":"GdipIsVisibleRectI","features":[307,413]},{"name":"GdipIsVisibleRegionPoint","features":[307,413]},{"name":"GdipIsVisibleRegionPointI","features":[307,413]},{"name":"GdipIsVisibleRegionRect","features":[307,413]},{"name":"GdipIsVisibleRegionRectI","features":[307,413]},{"name":"GdipLoadImageFromFile","features":[413]},{"name":"GdipLoadImageFromFileICM","features":[413]},{"name":"GdipLoadImageFromStream","features":[413,358]},{"name":"GdipLoadImageFromStreamICM","features":[413,358]},{"name":"GdipMeasureCharacterRanges","features":[413]},{"name":"GdipMeasureDriverString","features":[413]},{"name":"GdipMeasureString","features":[413]},{"name":"GdipMultiplyLineTransform","features":[413]},{"name":"GdipMultiplyMatrix","features":[413]},{"name":"GdipMultiplyPathGradientTransform","features":[413]},{"name":"GdipMultiplyPenTransform","features":[413]},{"name":"GdipMultiplyTextureTransform","features":[413]},{"name":"GdipMultiplyWorldTransform","features":[413]},{"name":"GdipNewInstalledFontCollection","features":[413]},{"name":"GdipNewPrivateFontCollection","features":[413]},{"name":"GdipPathIterCopyData","features":[413]},{"name":"GdipPathIterEnumerate","features":[413]},{"name":"GdipPathIterGetCount","features":[413]},{"name":"GdipPathIterGetSubpathCount","features":[413]},{"name":"GdipPathIterHasCurve","features":[307,413]},{"name":"GdipPathIterIsValid","features":[307,413]},{"name":"GdipPathIterNextMarker","features":[413]},{"name":"GdipPathIterNextMarkerPath","features":[413]},{"name":"GdipPathIterNextPathType","features":[413]},{"name":"GdipPathIterNextSubpath","features":[307,413]},{"name":"GdipPathIterNextSubpathPath","features":[307,413]},{"name":"GdipPathIterRewind","features":[413]},{"name":"GdipPlayMetafileRecord","features":[413]},{"name":"GdipPrivateAddFontFile","features":[413]},{"name":"GdipPrivateAddMemoryFont","features":[413]},{"name":"GdipRecordMetafile","features":[318,413]},{"name":"GdipRecordMetafileFileName","features":[318,413]},{"name":"GdipRecordMetafileFileNameI","features":[318,413]},{"name":"GdipRecordMetafileI","features":[318,413]},{"name":"GdipRecordMetafileStream","features":[318,413,358]},{"name":"GdipRecordMetafileStreamI","features":[318,413,358]},{"name":"GdipReleaseDC","features":[318,413]},{"name":"GdipRemovePropertyItem","features":[413]},{"name":"GdipResetClip","features":[413]},{"name":"GdipResetImageAttributes","features":[413]},{"name":"GdipResetLineTransform","features":[413]},{"name":"GdipResetPageTransform","features":[413]},{"name":"GdipResetPath","features":[413]},{"name":"GdipResetPathGradientTransform","features":[413]},{"name":"GdipResetPenTransform","features":[413]},{"name":"GdipResetTextureTransform","features":[413]},{"name":"GdipResetWorldTransform","features":[413]},{"name":"GdipRestoreGraphics","features":[413]},{"name":"GdipReversePath","features":[413]},{"name":"GdipRotateLineTransform","features":[413]},{"name":"GdipRotateMatrix","features":[413]},{"name":"GdipRotatePathGradientTransform","features":[413]},{"name":"GdipRotatePenTransform","features":[413]},{"name":"GdipRotateTextureTransform","features":[413]},{"name":"GdipRotateWorldTransform","features":[413]},{"name":"GdipSaveAdd","features":[413]},{"name":"GdipSaveAddImage","features":[413]},{"name":"GdipSaveGraphics","features":[413]},{"name":"GdipSaveImageToFile","features":[413]},{"name":"GdipSaveImageToStream","features":[413,358]},{"name":"GdipScaleLineTransform","features":[413]},{"name":"GdipScaleMatrix","features":[413]},{"name":"GdipScalePathGradientTransform","features":[413]},{"name":"GdipScalePenTransform","features":[413]},{"name":"GdipScaleTextureTransform","features":[413]},{"name":"GdipScaleWorldTransform","features":[413]},{"name":"GdipSetAdjustableArrowCapFillState","features":[307,413]},{"name":"GdipSetAdjustableArrowCapHeight","features":[413]},{"name":"GdipSetAdjustableArrowCapMiddleInset","features":[413]},{"name":"GdipSetAdjustableArrowCapWidth","features":[413]},{"name":"GdipSetClipGraphics","features":[413]},{"name":"GdipSetClipHrgn","features":[318,413]},{"name":"GdipSetClipPath","features":[413]},{"name":"GdipSetClipRect","features":[413]},{"name":"GdipSetClipRectI","features":[413]},{"name":"GdipSetClipRegion","features":[413]},{"name":"GdipSetCompositingMode","features":[413]},{"name":"GdipSetCompositingQuality","features":[413]},{"name":"GdipSetCustomLineCapBaseCap","features":[413]},{"name":"GdipSetCustomLineCapBaseInset","features":[413]},{"name":"GdipSetCustomLineCapStrokeCaps","features":[413]},{"name":"GdipSetCustomLineCapStrokeJoin","features":[413]},{"name":"GdipSetCustomLineCapWidthScale","features":[413]},{"name":"GdipSetEffectParameters","features":[413]},{"name":"GdipSetEmpty","features":[413]},{"name":"GdipSetImageAttributesCachedBackground","features":[307,413]},{"name":"GdipSetImageAttributesColorKeys","features":[307,413]},{"name":"GdipSetImageAttributesColorMatrix","features":[307,413]},{"name":"GdipSetImageAttributesGamma","features":[307,413]},{"name":"GdipSetImageAttributesNoOp","features":[307,413]},{"name":"GdipSetImageAttributesOutputChannel","features":[307,413]},{"name":"GdipSetImageAttributesOutputChannelColorProfile","features":[307,413]},{"name":"GdipSetImageAttributesRemapTable","features":[307,413]},{"name":"GdipSetImageAttributesThreshold","features":[307,413]},{"name":"GdipSetImageAttributesToIdentity","features":[413]},{"name":"GdipSetImageAttributesWrapMode","features":[307,413]},{"name":"GdipSetImagePalette","features":[413]},{"name":"GdipSetInfinite","features":[413]},{"name":"GdipSetInterpolationMode","features":[413]},{"name":"GdipSetLineBlend","features":[413]},{"name":"GdipSetLineColors","features":[413]},{"name":"GdipSetLineGammaCorrection","features":[307,413]},{"name":"GdipSetLineLinearBlend","features":[413]},{"name":"GdipSetLinePresetBlend","features":[413]},{"name":"GdipSetLineSigmaBlend","features":[413]},{"name":"GdipSetLineTransform","features":[413]},{"name":"GdipSetLineWrapMode","features":[413]},{"name":"GdipSetMatrixElements","features":[413]},{"name":"GdipSetMetafileDownLevelRasterizationLimit","features":[413]},{"name":"GdipSetPageScale","features":[413]},{"name":"GdipSetPageUnit","features":[413]},{"name":"GdipSetPathFillMode","features":[413]},{"name":"GdipSetPathGradientBlend","features":[413]},{"name":"GdipSetPathGradientCenterColor","features":[413]},{"name":"GdipSetPathGradientCenterPoint","features":[413]},{"name":"GdipSetPathGradientCenterPointI","features":[413]},{"name":"GdipSetPathGradientFocusScales","features":[413]},{"name":"GdipSetPathGradientGammaCorrection","features":[307,413]},{"name":"GdipSetPathGradientLinearBlend","features":[413]},{"name":"GdipSetPathGradientPath","features":[413]},{"name":"GdipSetPathGradientPresetBlend","features":[413]},{"name":"GdipSetPathGradientSigmaBlend","features":[413]},{"name":"GdipSetPathGradientSurroundColorsWithCount","features":[413]},{"name":"GdipSetPathGradientTransform","features":[413]},{"name":"GdipSetPathGradientWrapMode","features":[413]},{"name":"GdipSetPathMarker","features":[413]},{"name":"GdipSetPenBrushFill","features":[413]},{"name":"GdipSetPenColor","features":[413]},{"name":"GdipSetPenCompoundArray","features":[413]},{"name":"GdipSetPenCustomEndCap","features":[413]},{"name":"GdipSetPenCustomStartCap","features":[413]},{"name":"GdipSetPenDashArray","features":[413]},{"name":"GdipSetPenDashCap197819","features":[413]},{"name":"GdipSetPenDashOffset","features":[413]},{"name":"GdipSetPenDashStyle","features":[413]},{"name":"GdipSetPenEndCap","features":[413]},{"name":"GdipSetPenLineCap197819","features":[413]},{"name":"GdipSetPenLineJoin","features":[413]},{"name":"GdipSetPenMiterLimit","features":[413]},{"name":"GdipSetPenMode","features":[413]},{"name":"GdipSetPenStartCap","features":[413]},{"name":"GdipSetPenTransform","features":[413]},{"name":"GdipSetPenUnit","features":[413]},{"name":"GdipSetPenWidth","features":[413]},{"name":"GdipSetPixelOffsetMode","features":[413]},{"name":"GdipSetPropertyItem","features":[413]},{"name":"GdipSetRenderingOrigin","features":[413]},{"name":"GdipSetSmoothingMode","features":[413]},{"name":"GdipSetSolidFillColor","features":[413]},{"name":"GdipSetStringFormatAlign","features":[413]},{"name":"GdipSetStringFormatDigitSubstitution","features":[413]},{"name":"GdipSetStringFormatFlags","features":[413]},{"name":"GdipSetStringFormatHotkeyPrefix","features":[413]},{"name":"GdipSetStringFormatLineAlign","features":[413]},{"name":"GdipSetStringFormatMeasurableCharacterRanges","features":[413]},{"name":"GdipSetStringFormatTabStops","features":[413]},{"name":"GdipSetStringFormatTrimming","features":[413]},{"name":"GdipSetTextContrast","features":[413]},{"name":"GdipSetTextRenderingHint","features":[413]},{"name":"GdipSetTextureTransform","features":[413]},{"name":"GdipSetTextureWrapMode","features":[413]},{"name":"GdipSetWorldTransform","features":[413]},{"name":"GdipShearMatrix","features":[413]},{"name":"GdipStartPathFigure","features":[413]},{"name":"GdipStringFormatGetGenericDefault","features":[413]},{"name":"GdipStringFormatGetGenericTypographic","features":[413]},{"name":"GdipTestControl","features":[413]},{"name":"GdipTransformMatrixPoints","features":[413]},{"name":"GdipTransformMatrixPointsI","features":[413]},{"name":"GdipTransformPath","features":[413]},{"name":"GdipTransformPoints","features":[413]},{"name":"GdipTransformPointsI","features":[413]},{"name":"GdipTransformRegion","features":[413]},{"name":"GdipTranslateClip","features":[413]},{"name":"GdipTranslateClipI","features":[413]},{"name":"GdipTranslateLineTransform","features":[413]},{"name":"GdipTranslateMatrix","features":[413]},{"name":"GdipTranslatePathGradientTransform","features":[413]},{"name":"GdipTranslatePenTransform","features":[413]},{"name":"GdipTranslateRegion","features":[413]},{"name":"GdipTranslateRegionI","features":[413]},{"name":"GdipTranslateTextureTransform","features":[413]},{"name":"GdipTranslateWorldTransform","features":[413]},{"name":"GdipVectorTransformMatrixPoints","features":[413]},{"name":"GdipVectorTransformMatrixPointsI","features":[413]},{"name":"GdipWarpPath","features":[413]},{"name":"GdipWidenPath","features":[413]},{"name":"GdipWindingModeOutline","features":[413]},{"name":"GdiplusAbort","features":[413]},{"name":"GdiplusNotInitialized","features":[413]},{"name":"GdiplusNotificationHook","features":[413]},{"name":"GdiplusNotificationUnhook","features":[413]},{"name":"GdiplusShutdown","features":[413]},{"name":"GdiplusStartup","features":[307,413]},{"name":"GdiplusStartupDefault","features":[413]},{"name":"GdiplusStartupInput","features":[307,413]},{"name":"GdiplusStartupInputEx","features":[307,413]},{"name":"GdiplusStartupNoSetRound","features":[413]},{"name":"GdiplusStartupOutput","features":[413]},{"name":"GdiplusStartupParams","features":[413]},{"name":"GdiplusStartupSetPSValue","features":[413]},{"name":"GdiplusStartupTransparencyMask","features":[413]},{"name":"GenericError","features":[413]},{"name":"GenericFontFamily","features":[413]},{"name":"GenericFontFamilyMonospace","features":[413]},{"name":"GenericFontFamilySansSerif","features":[413]},{"name":"GenericFontFamilySerif","features":[413]},{"name":"GetThumbnailImageAbort","features":[307,413]},{"name":"GpAdjustableArrowCap","features":[413]},{"name":"GpBitmap","features":[413]},{"name":"GpBrush","features":[413]},{"name":"GpCachedBitmap","features":[413]},{"name":"GpCustomLineCap","features":[413]},{"name":"GpFont","features":[413]},{"name":"GpFontCollection","features":[413]},{"name":"GpFontFamily","features":[413]},{"name":"GpGraphics","features":[413]},{"name":"GpHatch","features":[413]},{"name":"GpImage","features":[413]},{"name":"GpImageAttributes","features":[413]},{"name":"GpInstalledFontCollection","features":[413]},{"name":"GpLineGradient","features":[413]},{"name":"GpMetafile","features":[413]},{"name":"GpPath","features":[413]},{"name":"GpPathGradient","features":[413]},{"name":"GpPathIterator","features":[413]},{"name":"GpPen","features":[413]},{"name":"GpPrivateFontCollection","features":[413]},{"name":"GpRegion","features":[413]},{"name":"GpSolidFill","features":[413]},{"name":"GpStringFormat","features":[413]},{"name":"GpTestControlEnum","features":[413]},{"name":"GpTexture","features":[413]},{"name":"HatchStyle","features":[413]},{"name":"HatchStyle05Percent","features":[413]},{"name":"HatchStyle10Percent","features":[413]},{"name":"HatchStyle20Percent","features":[413]},{"name":"HatchStyle25Percent","features":[413]},{"name":"HatchStyle30Percent","features":[413]},{"name":"HatchStyle40Percent","features":[413]},{"name":"HatchStyle50Percent","features":[413]},{"name":"HatchStyle60Percent","features":[413]},{"name":"HatchStyle70Percent","features":[413]},{"name":"HatchStyle75Percent","features":[413]},{"name":"HatchStyle80Percent","features":[413]},{"name":"HatchStyle90Percent","features":[413]},{"name":"HatchStyleBackwardDiagonal","features":[413]},{"name":"HatchStyleCross","features":[413]},{"name":"HatchStyleDarkDownwardDiagonal","features":[413]},{"name":"HatchStyleDarkHorizontal","features":[413]},{"name":"HatchStyleDarkUpwardDiagonal","features":[413]},{"name":"HatchStyleDarkVertical","features":[413]},{"name":"HatchStyleDashedDownwardDiagonal","features":[413]},{"name":"HatchStyleDashedHorizontal","features":[413]},{"name":"HatchStyleDashedUpwardDiagonal","features":[413]},{"name":"HatchStyleDashedVertical","features":[413]},{"name":"HatchStyleDiagonalBrick","features":[413]},{"name":"HatchStyleDiagonalCross","features":[413]},{"name":"HatchStyleDivot","features":[413]},{"name":"HatchStyleDottedDiamond","features":[413]},{"name":"HatchStyleDottedGrid","features":[413]},{"name":"HatchStyleForwardDiagonal","features":[413]},{"name":"HatchStyleHorizontal","features":[413]},{"name":"HatchStyleHorizontalBrick","features":[413]},{"name":"HatchStyleLargeCheckerBoard","features":[413]},{"name":"HatchStyleLargeConfetti","features":[413]},{"name":"HatchStyleLargeGrid","features":[413]},{"name":"HatchStyleLightDownwardDiagonal","features":[413]},{"name":"HatchStyleLightHorizontal","features":[413]},{"name":"HatchStyleLightUpwardDiagonal","features":[413]},{"name":"HatchStyleLightVertical","features":[413]},{"name":"HatchStyleMax","features":[413]},{"name":"HatchStyleMin","features":[413]},{"name":"HatchStyleNarrowHorizontal","features":[413]},{"name":"HatchStyleNarrowVertical","features":[413]},{"name":"HatchStyleOutlinedDiamond","features":[413]},{"name":"HatchStylePlaid","features":[413]},{"name":"HatchStyleShingle","features":[413]},{"name":"HatchStyleSmallCheckerBoard","features":[413]},{"name":"HatchStyleSmallConfetti","features":[413]},{"name":"HatchStyleSmallGrid","features":[413]},{"name":"HatchStyleSolidDiamond","features":[413]},{"name":"HatchStyleSphere","features":[413]},{"name":"HatchStyleTotal","features":[413]},{"name":"HatchStyleTrellis","features":[413]},{"name":"HatchStyleVertical","features":[413]},{"name":"HatchStyleWave","features":[413]},{"name":"HatchStyleWeave","features":[413]},{"name":"HatchStyleWideDownwardDiagonal","features":[413]},{"name":"HatchStyleWideUpwardDiagonal","features":[413]},{"name":"HatchStyleZigZag","features":[413]},{"name":"HistogramFormat","features":[413]},{"name":"HistogramFormatA","features":[413]},{"name":"HistogramFormatARGB","features":[413]},{"name":"HistogramFormatB","features":[413]},{"name":"HistogramFormatG","features":[413]},{"name":"HistogramFormatGray","features":[413]},{"name":"HistogramFormatPARGB","features":[413]},{"name":"HistogramFormatR","features":[413]},{"name":"HistogramFormatRGB","features":[413]},{"name":"HotkeyPrefix","features":[413]},{"name":"HotkeyPrefixHide","features":[413]},{"name":"HotkeyPrefixNone","features":[413]},{"name":"HotkeyPrefixShow","features":[413]},{"name":"HueSaturationLightness","features":[307,413]},{"name":"HueSaturationLightnessEffectGuid","features":[413]},{"name":"HueSaturationLightnessParams","features":[413]},{"name":"IImageBytes","features":[413]},{"name":"Image","features":[413]},{"name":"ImageAbort","features":[307,413]},{"name":"ImageCodecFlags","features":[413]},{"name":"ImageCodecFlagsBlockingDecode","features":[413]},{"name":"ImageCodecFlagsBuiltin","features":[413]},{"name":"ImageCodecFlagsDecoder","features":[413]},{"name":"ImageCodecFlagsEncoder","features":[413]},{"name":"ImageCodecFlagsSeekableEncode","features":[413]},{"name":"ImageCodecFlagsSupportBitmap","features":[413]},{"name":"ImageCodecFlagsSupportVector","features":[413]},{"name":"ImageCodecFlagsSystem","features":[413]},{"name":"ImageCodecFlagsUser","features":[413]},{"name":"ImageCodecInfo","features":[413]},{"name":"ImageFlags","features":[413]},{"name":"ImageFlagsCaching","features":[413]},{"name":"ImageFlagsColorSpaceCMYK","features":[413]},{"name":"ImageFlagsColorSpaceGRAY","features":[413]},{"name":"ImageFlagsColorSpaceRGB","features":[413]},{"name":"ImageFlagsColorSpaceYCBCR","features":[413]},{"name":"ImageFlagsColorSpaceYCCK","features":[413]},{"name":"ImageFlagsHasAlpha","features":[413]},{"name":"ImageFlagsHasRealDPI","features":[413]},{"name":"ImageFlagsHasRealPixelSize","features":[413]},{"name":"ImageFlagsHasTranslucent","features":[413]},{"name":"ImageFlagsNone","features":[413]},{"name":"ImageFlagsPartiallyScalable","features":[413]},{"name":"ImageFlagsReadOnly","features":[413]},{"name":"ImageFlagsScalable","features":[413]},{"name":"ImageFormatBMP","features":[413]},{"name":"ImageFormatEMF","features":[413]},{"name":"ImageFormatEXIF","features":[413]},{"name":"ImageFormatGIF","features":[413]},{"name":"ImageFormatHEIF","features":[413]},{"name":"ImageFormatIcon","features":[413]},{"name":"ImageFormatJPEG","features":[413]},{"name":"ImageFormatMemoryBMP","features":[413]},{"name":"ImageFormatPNG","features":[413]},{"name":"ImageFormatTIFF","features":[413]},{"name":"ImageFormatUndefined","features":[413]},{"name":"ImageFormatWEBP","features":[413]},{"name":"ImageFormatWMF","features":[413]},{"name":"ImageItemData","features":[413]},{"name":"ImageLockMode","features":[413]},{"name":"ImageLockModeRead","features":[413]},{"name":"ImageLockModeUserInputBuf","features":[413]},{"name":"ImageLockModeWrite","features":[413]},{"name":"ImageType","features":[413]},{"name":"ImageTypeBitmap","features":[413]},{"name":"ImageTypeMetafile","features":[413]},{"name":"ImageTypeUnknown","features":[413]},{"name":"InstalledFontCollection","features":[413]},{"name":"InsufficientBuffer","features":[413]},{"name":"InterpolationMode","features":[413]},{"name":"InterpolationModeBicubic","features":[413]},{"name":"InterpolationModeBilinear","features":[413]},{"name":"InterpolationModeDefault","features":[413]},{"name":"InterpolationModeHighQuality","features":[413]},{"name":"InterpolationModeHighQualityBicubic","features":[413]},{"name":"InterpolationModeHighQualityBilinear","features":[413]},{"name":"InterpolationModeInvalid","features":[413]},{"name":"InterpolationModeLowQuality","features":[413]},{"name":"InterpolationModeNearestNeighbor","features":[413]},{"name":"InvalidParameter","features":[413]},{"name":"ItemDataPosition","features":[413]},{"name":"ItemDataPositionAfterBits","features":[413]},{"name":"ItemDataPositionAfterHeader","features":[413]},{"name":"ItemDataPositionAfterPalette","features":[413]},{"name":"Levels","features":[307,413]},{"name":"LevelsEffectGuid","features":[413]},{"name":"LevelsParams","features":[413]},{"name":"LineCap","features":[413]},{"name":"LineCapAnchorMask","features":[413]},{"name":"LineCapArrowAnchor","features":[413]},{"name":"LineCapCustom","features":[413]},{"name":"LineCapDiamondAnchor","features":[413]},{"name":"LineCapFlat","features":[413]},{"name":"LineCapNoAnchor","features":[413]},{"name":"LineCapRound","features":[413]},{"name":"LineCapRoundAnchor","features":[413]},{"name":"LineCapSquare","features":[413]},{"name":"LineCapSquareAnchor","features":[413]},{"name":"LineCapTriangle","features":[413]},{"name":"LineJoin","features":[413]},{"name":"LineJoinBevel","features":[413]},{"name":"LineJoinMiter","features":[413]},{"name":"LineJoinMiterClipped","features":[413]},{"name":"LineJoinRound","features":[413]},{"name":"LinearGradientMode","features":[413]},{"name":"LinearGradientModeBackwardDiagonal","features":[413]},{"name":"LinearGradientModeForwardDiagonal","features":[413]},{"name":"LinearGradientModeHorizontal","features":[413]},{"name":"LinearGradientModeVertical","features":[413]},{"name":"Matrix","features":[413]},{"name":"MatrixOrder","features":[413]},{"name":"MatrixOrderAppend","features":[413]},{"name":"MatrixOrderPrepend","features":[413]},{"name":"Metafile","features":[413]},{"name":"MetafileFrameUnit","features":[413]},{"name":"MetafileFrameUnitDocument","features":[413]},{"name":"MetafileFrameUnitGdi","features":[413]},{"name":"MetafileFrameUnitInch","features":[413]},{"name":"MetafileFrameUnitMillimeter","features":[413]},{"name":"MetafileFrameUnitPixel","features":[413]},{"name":"MetafileFrameUnitPoint","features":[413]},{"name":"MetafileHeader","features":[307,318,413]},{"name":"MetafileType","features":[413]},{"name":"MetafileTypeEmf","features":[413]},{"name":"MetafileTypeEmfPlusDual","features":[413]},{"name":"MetafileTypeEmfPlusOnly","features":[413]},{"name":"MetafileTypeInvalid","features":[413]},{"name":"MetafileTypeWmf","features":[413]},{"name":"MetafileTypeWmfPlaceable","features":[413]},{"name":"NotImplemented","features":[413]},{"name":"NotTrueTypeFont","features":[413]},{"name":"NotificationHookProc","features":[413]},{"name":"NotificationUnhookProc","features":[413]},{"name":"ObjectBusy","features":[413]},{"name":"ObjectType","features":[413]},{"name":"ObjectTypeBrush","features":[413]},{"name":"ObjectTypeCustomLineCap","features":[413]},{"name":"ObjectTypeFont","features":[413]},{"name":"ObjectTypeGraphics","features":[413]},{"name":"ObjectTypeImage","features":[413]},{"name":"ObjectTypeImageAttributes","features":[413]},{"name":"ObjectTypeInvalid","features":[413]},{"name":"ObjectTypeMax","features":[413]},{"name":"ObjectTypeMin","features":[413]},{"name":"ObjectTypePath","features":[413]},{"name":"ObjectTypePen","features":[413]},{"name":"ObjectTypeRegion","features":[413]},{"name":"ObjectTypeStringFormat","features":[413]},{"name":"Ok","features":[413]},{"name":"OutOfMemory","features":[413]},{"name":"PWMFRect16","features":[413]},{"name":"PaletteFlags","features":[413]},{"name":"PaletteFlagsGrayScale","features":[413]},{"name":"PaletteFlagsHalftone","features":[413]},{"name":"PaletteFlagsHasAlpha","features":[413]},{"name":"PaletteType","features":[413]},{"name":"PaletteTypeCustom","features":[413]},{"name":"PaletteTypeFixedBW","features":[413]},{"name":"PaletteTypeFixedHalftone125","features":[413]},{"name":"PaletteTypeFixedHalftone216","features":[413]},{"name":"PaletteTypeFixedHalftone252","features":[413]},{"name":"PaletteTypeFixedHalftone256","features":[413]},{"name":"PaletteTypeFixedHalftone27","features":[413]},{"name":"PaletteTypeFixedHalftone64","features":[413]},{"name":"PaletteTypeFixedHalftone8","features":[413]},{"name":"PaletteTypeOptimal","features":[413]},{"name":"PathData","features":[413]},{"name":"PathPointType","features":[413]},{"name":"PathPointTypeBezier","features":[413]},{"name":"PathPointTypeBezier3","features":[413]},{"name":"PathPointTypeCloseSubpath","features":[413]},{"name":"PathPointTypeDashMode","features":[413]},{"name":"PathPointTypeLine","features":[413]},{"name":"PathPointTypePathMarker","features":[413]},{"name":"PathPointTypePathTypeMask","features":[413]},{"name":"PathPointTypeStart","features":[413]},{"name":"PenAlignment","features":[413]},{"name":"PenAlignmentCenter","features":[413]},{"name":"PenAlignmentInset","features":[413]},{"name":"PenType","features":[413]},{"name":"PenTypeHatchFill","features":[413]},{"name":"PenTypeLinearGradient","features":[413]},{"name":"PenTypePathGradient","features":[413]},{"name":"PenTypeSolidColor","features":[413]},{"name":"PenTypeTextureFill","features":[413]},{"name":"PenTypeUnknown","features":[413]},{"name":"PixelFormatAlpha","features":[413]},{"name":"PixelFormatCanonical","features":[413]},{"name":"PixelFormatDontCare","features":[413]},{"name":"PixelFormatExtended","features":[413]},{"name":"PixelFormatGDI","features":[413]},{"name":"PixelFormatIndexed","features":[413]},{"name":"PixelFormatMax","features":[413]},{"name":"PixelFormatPAlpha","features":[413]},{"name":"PixelFormatUndefined","features":[413]},{"name":"PixelOffsetMode","features":[413]},{"name":"PixelOffsetModeDefault","features":[413]},{"name":"PixelOffsetModeHalf","features":[413]},{"name":"PixelOffsetModeHighQuality","features":[413]},{"name":"PixelOffsetModeHighSpeed","features":[413]},{"name":"PixelOffsetModeInvalid","features":[413]},{"name":"PixelOffsetModeNone","features":[413]},{"name":"Point","features":[413]},{"name":"PointF","features":[413]},{"name":"PrivateFontCollection","features":[413]},{"name":"ProfileNotFound","features":[413]},{"name":"PropertyItem","features":[413]},{"name":"PropertyNotFound","features":[413]},{"name":"PropertyNotSupported","features":[413]},{"name":"PropertyTagArtist","features":[413]},{"name":"PropertyTagBitsPerSample","features":[413]},{"name":"PropertyTagCellHeight","features":[413]},{"name":"PropertyTagCellWidth","features":[413]},{"name":"PropertyTagChrominanceTable","features":[413]},{"name":"PropertyTagColorMap","features":[413]},{"name":"PropertyTagColorTransferFunction","features":[413]},{"name":"PropertyTagCompression","features":[413]},{"name":"PropertyTagCopyright","features":[413]},{"name":"PropertyTagDateTime","features":[413]},{"name":"PropertyTagDocumentName","features":[413]},{"name":"PropertyTagDotRange","features":[413]},{"name":"PropertyTagEquipMake","features":[413]},{"name":"PropertyTagEquipModel","features":[413]},{"name":"PropertyTagExifAperture","features":[413]},{"name":"PropertyTagExifBrightness","features":[413]},{"name":"PropertyTagExifCfaPattern","features":[413]},{"name":"PropertyTagExifColorSpace","features":[413]},{"name":"PropertyTagExifCompBPP","features":[413]},{"name":"PropertyTagExifCompConfig","features":[413]},{"name":"PropertyTagExifContrast","features":[413]},{"name":"PropertyTagExifCustomRendered","features":[413]},{"name":"PropertyTagExifDTDigSS","features":[413]},{"name":"PropertyTagExifDTDigitized","features":[413]},{"name":"PropertyTagExifDTOrig","features":[413]},{"name":"PropertyTagExifDTOrigSS","features":[413]},{"name":"PropertyTagExifDTSubsec","features":[413]},{"name":"PropertyTagExifDeviceSettingDesc","features":[413]},{"name":"PropertyTagExifDigitalZoomRatio","features":[413]},{"name":"PropertyTagExifExposureBias","features":[413]},{"name":"PropertyTagExifExposureIndex","features":[413]},{"name":"PropertyTagExifExposureMode","features":[413]},{"name":"PropertyTagExifExposureProg","features":[413]},{"name":"PropertyTagExifExposureTime","features":[413]},{"name":"PropertyTagExifFNumber","features":[413]},{"name":"PropertyTagExifFPXVer","features":[413]},{"name":"PropertyTagExifFileSource","features":[413]},{"name":"PropertyTagExifFlash","features":[413]},{"name":"PropertyTagExifFlashEnergy","features":[413]},{"name":"PropertyTagExifFocalLength","features":[413]},{"name":"PropertyTagExifFocalLengthIn35mmFilm","features":[413]},{"name":"PropertyTagExifFocalResUnit","features":[413]},{"name":"PropertyTagExifFocalXRes","features":[413]},{"name":"PropertyTagExifFocalYRes","features":[413]},{"name":"PropertyTagExifGainControl","features":[413]},{"name":"PropertyTagExifIFD","features":[413]},{"name":"PropertyTagExifISOSpeed","features":[413]},{"name":"PropertyTagExifInterop","features":[413]},{"name":"PropertyTagExifLightSource","features":[413]},{"name":"PropertyTagExifMakerNote","features":[413]},{"name":"PropertyTagExifMaxAperture","features":[413]},{"name":"PropertyTagExifMeteringMode","features":[413]},{"name":"PropertyTagExifOECF","features":[413]},{"name":"PropertyTagExifPixXDim","features":[413]},{"name":"PropertyTagExifPixYDim","features":[413]},{"name":"PropertyTagExifRelatedWav","features":[413]},{"name":"PropertyTagExifSaturation","features":[413]},{"name":"PropertyTagExifSceneCaptureType","features":[413]},{"name":"PropertyTagExifSceneType","features":[413]},{"name":"PropertyTagExifSensingMethod","features":[413]},{"name":"PropertyTagExifSharpness","features":[413]},{"name":"PropertyTagExifShutterSpeed","features":[413]},{"name":"PropertyTagExifSpatialFR","features":[413]},{"name":"PropertyTagExifSpectralSense","features":[413]},{"name":"PropertyTagExifSubjectArea","features":[413]},{"name":"PropertyTagExifSubjectDist","features":[413]},{"name":"PropertyTagExifSubjectDistanceRange","features":[413]},{"name":"PropertyTagExifSubjectLoc","features":[413]},{"name":"PropertyTagExifUniqueImageID","features":[413]},{"name":"PropertyTagExifUserComment","features":[413]},{"name":"PropertyTagExifVer","features":[413]},{"name":"PropertyTagExifWhiteBalance","features":[413]},{"name":"PropertyTagExtraSamples","features":[413]},{"name":"PropertyTagFillOrder","features":[413]},{"name":"PropertyTagFrameDelay","features":[413]},{"name":"PropertyTagFreeByteCounts","features":[413]},{"name":"PropertyTagFreeOffset","features":[413]},{"name":"PropertyTagGamma","features":[413]},{"name":"PropertyTagGlobalPalette","features":[413]},{"name":"PropertyTagGpsAltitude","features":[413]},{"name":"PropertyTagGpsAltitudeRef","features":[413]},{"name":"PropertyTagGpsAreaInformation","features":[413]},{"name":"PropertyTagGpsDate","features":[413]},{"name":"PropertyTagGpsDestBear","features":[413]},{"name":"PropertyTagGpsDestBearRef","features":[413]},{"name":"PropertyTagGpsDestDist","features":[413]},{"name":"PropertyTagGpsDestDistRef","features":[413]},{"name":"PropertyTagGpsDestLat","features":[413]},{"name":"PropertyTagGpsDestLatRef","features":[413]},{"name":"PropertyTagGpsDestLong","features":[413]},{"name":"PropertyTagGpsDestLongRef","features":[413]},{"name":"PropertyTagGpsDifferential","features":[413]},{"name":"PropertyTagGpsGpsDop","features":[413]},{"name":"PropertyTagGpsGpsMeasureMode","features":[413]},{"name":"PropertyTagGpsGpsSatellites","features":[413]},{"name":"PropertyTagGpsGpsStatus","features":[413]},{"name":"PropertyTagGpsGpsTime","features":[413]},{"name":"PropertyTagGpsIFD","features":[413]},{"name":"PropertyTagGpsImgDir","features":[413]},{"name":"PropertyTagGpsImgDirRef","features":[413]},{"name":"PropertyTagGpsLatitude","features":[413]},{"name":"PropertyTagGpsLatitudeRef","features":[413]},{"name":"PropertyTagGpsLongitude","features":[413]},{"name":"PropertyTagGpsLongitudeRef","features":[413]},{"name":"PropertyTagGpsMapDatum","features":[413]},{"name":"PropertyTagGpsProcessingMethod","features":[413]},{"name":"PropertyTagGpsSpeed","features":[413]},{"name":"PropertyTagGpsSpeedRef","features":[413]},{"name":"PropertyTagGpsTrack","features":[413]},{"name":"PropertyTagGpsTrackRef","features":[413]},{"name":"PropertyTagGpsVer","features":[413]},{"name":"PropertyTagGrayResponseCurve","features":[413]},{"name":"PropertyTagGrayResponseUnit","features":[413]},{"name":"PropertyTagGridSize","features":[413]},{"name":"PropertyTagHalftoneDegree","features":[413]},{"name":"PropertyTagHalftoneHints","features":[413]},{"name":"PropertyTagHalftoneLPI","features":[413]},{"name":"PropertyTagHalftoneLPIUnit","features":[413]},{"name":"PropertyTagHalftoneMisc","features":[413]},{"name":"PropertyTagHalftoneScreen","features":[413]},{"name":"PropertyTagHalftoneShape","features":[413]},{"name":"PropertyTagHostComputer","features":[413]},{"name":"PropertyTagICCProfile","features":[413]},{"name":"PropertyTagICCProfileDescriptor","features":[413]},{"name":"PropertyTagImageDescription","features":[413]},{"name":"PropertyTagImageHeight","features":[413]},{"name":"PropertyTagImageTitle","features":[413]},{"name":"PropertyTagImageWidth","features":[413]},{"name":"PropertyTagIndexBackground","features":[413]},{"name":"PropertyTagIndexTransparent","features":[413]},{"name":"PropertyTagInkNames","features":[413]},{"name":"PropertyTagInkSet","features":[413]},{"name":"PropertyTagJPEGACTables","features":[413]},{"name":"PropertyTagJPEGDCTables","features":[413]},{"name":"PropertyTagJPEGInterFormat","features":[413]},{"name":"PropertyTagJPEGInterLength","features":[413]},{"name":"PropertyTagJPEGLosslessPredictors","features":[413]},{"name":"PropertyTagJPEGPointTransforms","features":[413]},{"name":"PropertyTagJPEGProc","features":[413]},{"name":"PropertyTagJPEGQTables","features":[413]},{"name":"PropertyTagJPEGQuality","features":[413]},{"name":"PropertyTagJPEGRestartInterval","features":[413]},{"name":"PropertyTagLoopCount","features":[413]},{"name":"PropertyTagLuminanceTable","features":[413]},{"name":"PropertyTagMaxSampleValue","features":[413]},{"name":"PropertyTagMinSampleValue","features":[413]},{"name":"PropertyTagNewSubfileType","features":[413]},{"name":"PropertyTagNumberOfInks","features":[413]},{"name":"PropertyTagOrientation","features":[413]},{"name":"PropertyTagPageName","features":[413]},{"name":"PropertyTagPageNumber","features":[413]},{"name":"PropertyTagPaletteHistogram","features":[413]},{"name":"PropertyTagPhotometricInterp","features":[413]},{"name":"PropertyTagPixelPerUnitX","features":[413]},{"name":"PropertyTagPixelPerUnitY","features":[413]},{"name":"PropertyTagPixelUnit","features":[413]},{"name":"PropertyTagPlanarConfig","features":[413]},{"name":"PropertyTagPredictor","features":[413]},{"name":"PropertyTagPrimaryChromaticities","features":[413]},{"name":"PropertyTagPrintFlags","features":[413]},{"name":"PropertyTagPrintFlagsBleedWidth","features":[413]},{"name":"PropertyTagPrintFlagsBleedWidthScale","features":[413]},{"name":"PropertyTagPrintFlagsCrop","features":[413]},{"name":"PropertyTagPrintFlagsVersion","features":[413]},{"name":"PropertyTagREFBlackWhite","features":[413]},{"name":"PropertyTagResolutionUnit","features":[413]},{"name":"PropertyTagResolutionXLengthUnit","features":[413]},{"name":"PropertyTagResolutionXUnit","features":[413]},{"name":"PropertyTagResolutionYLengthUnit","features":[413]},{"name":"PropertyTagResolutionYUnit","features":[413]},{"name":"PropertyTagRowsPerStrip","features":[413]},{"name":"PropertyTagSMaxSampleValue","features":[413]},{"name":"PropertyTagSMinSampleValue","features":[413]},{"name":"PropertyTagSRGBRenderingIntent","features":[413]},{"name":"PropertyTagSampleFormat","features":[413]},{"name":"PropertyTagSamplesPerPixel","features":[413]},{"name":"PropertyTagSoftwareUsed","features":[413]},{"name":"PropertyTagStripBytesCount","features":[413]},{"name":"PropertyTagStripOffsets","features":[413]},{"name":"PropertyTagSubfileType","features":[413]},{"name":"PropertyTagT4Option","features":[413]},{"name":"PropertyTagT6Option","features":[413]},{"name":"PropertyTagTargetPrinter","features":[413]},{"name":"PropertyTagThreshHolding","features":[413]},{"name":"PropertyTagThumbnailArtist","features":[413]},{"name":"PropertyTagThumbnailBitsPerSample","features":[413]},{"name":"PropertyTagThumbnailColorDepth","features":[413]},{"name":"PropertyTagThumbnailCompressedSize","features":[413]},{"name":"PropertyTagThumbnailCompression","features":[413]},{"name":"PropertyTagThumbnailCopyRight","features":[413]},{"name":"PropertyTagThumbnailData","features":[413]},{"name":"PropertyTagThumbnailDateTime","features":[413]},{"name":"PropertyTagThumbnailEquipMake","features":[413]},{"name":"PropertyTagThumbnailEquipModel","features":[413]},{"name":"PropertyTagThumbnailFormat","features":[413]},{"name":"PropertyTagThumbnailHeight","features":[413]},{"name":"PropertyTagThumbnailImageDescription","features":[413]},{"name":"PropertyTagThumbnailImageHeight","features":[413]},{"name":"PropertyTagThumbnailImageWidth","features":[413]},{"name":"PropertyTagThumbnailOrientation","features":[413]},{"name":"PropertyTagThumbnailPhotometricInterp","features":[413]},{"name":"PropertyTagThumbnailPlanarConfig","features":[413]},{"name":"PropertyTagThumbnailPlanes","features":[413]},{"name":"PropertyTagThumbnailPrimaryChromaticities","features":[413]},{"name":"PropertyTagThumbnailRawBytes","features":[413]},{"name":"PropertyTagThumbnailRefBlackWhite","features":[413]},{"name":"PropertyTagThumbnailResolutionUnit","features":[413]},{"name":"PropertyTagThumbnailResolutionX","features":[413]},{"name":"PropertyTagThumbnailResolutionY","features":[413]},{"name":"PropertyTagThumbnailRowsPerStrip","features":[413]},{"name":"PropertyTagThumbnailSamplesPerPixel","features":[413]},{"name":"PropertyTagThumbnailSize","features":[413]},{"name":"PropertyTagThumbnailSoftwareUsed","features":[413]},{"name":"PropertyTagThumbnailStripBytesCount","features":[413]},{"name":"PropertyTagThumbnailStripOffsets","features":[413]},{"name":"PropertyTagThumbnailTransferFunction","features":[413]},{"name":"PropertyTagThumbnailWhitePoint","features":[413]},{"name":"PropertyTagThumbnailWidth","features":[413]},{"name":"PropertyTagThumbnailYCbCrCoefficients","features":[413]},{"name":"PropertyTagThumbnailYCbCrPositioning","features":[413]},{"name":"PropertyTagThumbnailYCbCrSubsampling","features":[413]},{"name":"PropertyTagTileByteCounts","features":[413]},{"name":"PropertyTagTileLength","features":[413]},{"name":"PropertyTagTileOffset","features":[413]},{"name":"PropertyTagTileWidth","features":[413]},{"name":"PropertyTagTransferFuncition","features":[413]},{"name":"PropertyTagTransferRange","features":[413]},{"name":"PropertyTagTypeASCII","features":[413]},{"name":"PropertyTagTypeByte","features":[413]},{"name":"PropertyTagTypeLong","features":[413]},{"name":"PropertyTagTypeRational","features":[413]},{"name":"PropertyTagTypeSLONG","features":[413]},{"name":"PropertyTagTypeSRational","features":[413]},{"name":"PropertyTagTypeShort","features":[413]},{"name":"PropertyTagTypeUndefined","features":[413]},{"name":"PropertyTagWhitePoint","features":[413]},{"name":"PropertyTagXPosition","features":[413]},{"name":"PropertyTagXResolution","features":[413]},{"name":"PropertyTagYCbCrCoefficients","features":[413]},{"name":"PropertyTagYCbCrPositioning","features":[413]},{"name":"PropertyTagYCbCrSubsampling","features":[413]},{"name":"PropertyTagYPosition","features":[413]},{"name":"PropertyTagYResolution","features":[413]},{"name":"QualityMode","features":[413]},{"name":"QualityModeDefault","features":[413]},{"name":"QualityModeHigh","features":[413]},{"name":"QualityModeInvalid","features":[413]},{"name":"QualityModeLow","features":[413]},{"name":"RED_SHIFT","features":[413]},{"name":"Rect","features":[413]},{"name":"RectF","features":[413]},{"name":"RedEyeCorrection","features":[307,413]},{"name":"RedEyeCorrectionEffectGuid","features":[413]},{"name":"RedEyeCorrectionParams","features":[307,413]},{"name":"Region","features":[413]},{"name":"Rotate180FlipNone","features":[413]},{"name":"Rotate180FlipX","features":[413]},{"name":"Rotate180FlipXY","features":[413]},{"name":"Rotate180FlipY","features":[413]},{"name":"Rotate270FlipNone","features":[413]},{"name":"Rotate270FlipX","features":[413]},{"name":"Rotate270FlipXY","features":[413]},{"name":"Rotate270FlipY","features":[413]},{"name":"Rotate90FlipNone","features":[413]},{"name":"Rotate90FlipX","features":[413]},{"name":"Rotate90FlipXY","features":[413]},{"name":"Rotate90FlipY","features":[413]},{"name":"RotateFlipType","features":[413]},{"name":"RotateNoneFlipNone","features":[413]},{"name":"RotateNoneFlipX","features":[413]},{"name":"RotateNoneFlipXY","features":[413]},{"name":"RotateNoneFlipY","features":[413]},{"name":"Sharpen","features":[307,413]},{"name":"SharpenEffectGuid","features":[413]},{"name":"SharpenParams","features":[413]},{"name":"Size","features":[413]},{"name":"SizeF","features":[413]},{"name":"SmoothingMode","features":[413]},{"name":"SmoothingModeAntiAlias","features":[413]},{"name":"SmoothingModeAntiAlias8x4","features":[413]},{"name":"SmoothingModeAntiAlias8x8","features":[413]},{"name":"SmoothingModeDefault","features":[413]},{"name":"SmoothingModeHighQuality","features":[413]},{"name":"SmoothingModeHighSpeed","features":[413]},{"name":"SmoothingModeInvalid","features":[413]},{"name":"SmoothingModeNone","features":[413]},{"name":"Status","features":[413]},{"name":"StringAlignment","features":[413]},{"name":"StringAlignmentCenter","features":[413]},{"name":"StringAlignmentFar","features":[413]},{"name":"StringAlignmentNear","features":[413]},{"name":"StringDigitSubstitute","features":[413]},{"name":"StringDigitSubstituteNational","features":[413]},{"name":"StringDigitSubstituteNone","features":[413]},{"name":"StringDigitSubstituteTraditional","features":[413]},{"name":"StringDigitSubstituteUser","features":[413]},{"name":"StringFormatFlags","features":[413]},{"name":"StringFormatFlagsBypassGDI","features":[413]},{"name":"StringFormatFlagsDirectionRightToLeft","features":[413]},{"name":"StringFormatFlagsDirectionVertical","features":[413]},{"name":"StringFormatFlagsDisplayFormatControl","features":[413]},{"name":"StringFormatFlagsLineLimit","features":[413]},{"name":"StringFormatFlagsMeasureTrailingSpaces","features":[413]},{"name":"StringFormatFlagsNoClip","features":[413]},{"name":"StringFormatFlagsNoFitBlackBox","features":[413]},{"name":"StringFormatFlagsNoFontFallback","features":[413]},{"name":"StringFormatFlagsNoWrap","features":[413]},{"name":"StringTrimming","features":[413]},{"name":"StringTrimmingCharacter","features":[413]},{"name":"StringTrimmingEllipsisCharacter","features":[413]},{"name":"StringTrimmingEllipsisPath","features":[413]},{"name":"StringTrimmingEllipsisWord","features":[413]},{"name":"StringTrimmingNone","features":[413]},{"name":"StringTrimmingWord","features":[413]},{"name":"TestControlForceBilinear","features":[413]},{"name":"TestControlGetBuildNumber","features":[413]},{"name":"TestControlNoICM","features":[413]},{"name":"TextRenderingHint","features":[413]},{"name":"TextRenderingHintAntiAlias","features":[413]},{"name":"TextRenderingHintAntiAliasGridFit","features":[413]},{"name":"TextRenderingHintClearTypeGridFit","features":[413]},{"name":"TextRenderingHintSingleBitPerPixel","features":[413]},{"name":"TextRenderingHintSingleBitPerPixelGridFit","features":[413]},{"name":"TextRenderingHintSystemDefault","features":[413]},{"name":"Tint","features":[307,413]},{"name":"TintEffectGuid","features":[413]},{"name":"TintParams","features":[413]},{"name":"Unit","features":[413]},{"name":"UnitDisplay","features":[413]},{"name":"UnitDocument","features":[413]},{"name":"UnitInch","features":[413]},{"name":"UnitMillimeter","features":[413]},{"name":"UnitPixel","features":[413]},{"name":"UnitPoint","features":[413]},{"name":"UnitWorld","features":[413]},{"name":"UnknownImageFormat","features":[413]},{"name":"UnsupportedGdiplusVersion","features":[413]},{"name":"ValueOverflow","features":[413]},{"name":"WarpMode","features":[413]},{"name":"WarpModeBilinear","features":[413]},{"name":"WarpModePerspective","features":[413]},{"name":"Win32Error","features":[413]},{"name":"WmfPlaceableFileHeader","features":[413]},{"name":"WmfRecordTypeAbortDoc","features":[413]},{"name":"WmfRecordTypeAnimatePalette","features":[413]},{"name":"WmfRecordTypeArc","features":[413]},{"name":"WmfRecordTypeBitBlt","features":[413]},{"name":"WmfRecordTypeChord","features":[413]},{"name":"WmfRecordTypeCreateBitmap","features":[413]},{"name":"WmfRecordTypeCreateBitmapIndirect","features":[413]},{"name":"WmfRecordTypeCreateBrush","features":[413]},{"name":"WmfRecordTypeCreateBrushIndirect","features":[413]},{"name":"WmfRecordTypeCreateFontIndirect","features":[413]},{"name":"WmfRecordTypeCreatePalette","features":[413]},{"name":"WmfRecordTypeCreatePatternBrush","features":[413]},{"name":"WmfRecordTypeCreatePenIndirect","features":[413]},{"name":"WmfRecordTypeCreateRegion","features":[413]},{"name":"WmfRecordTypeDIBBitBlt","features":[413]},{"name":"WmfRecordTypeDIBCreatePatternBrush","features":[413]},{"name":"WmfRecordTypeDIBStretchBlt","features":[413]},{"name":"WmfRecordTypeDeleteObject","features":[413]},{"name":"WmfRecordTypeDrawText","features":[413]},{"name":"WmfRecordTypeEllipse","features":[413]},{"name":"WmfRecordTypeEndDoc","features":[413]},{"name":"WmfRecordTypeEndPage","features":[413]},{"name":"WmfRecordTypeEscape","features":[413]},{"name":"WmfRecordTypeExcludeClipRect","features":[413]},{"name":"WmfRecordTypeExtFloodFill","features":[413]},{"name":"WmfRecordTypeExtTextOut","features":[413]},{"name":"WmfRecordTypeFillRegion","features":[413]},{"name":"WmfRecordTypeFloodFill","features":[413]},{"name":"WmfRecordTypeFrameRegion","features":[413]},{"name":"WmfRecordTypeIntersectClipRect","features":[413]},{"name":"WmfRecordTypeInvertRegion","features":[413]},{"name":"WmfRecordTypeLineTo","features":[413]},{"name":"WmfRecordTypeMoveTo","features":[413]},{"name":"WmfRecordTypeOffsetClipRgn","features":[413]},{"name":"WmfRecordTypeOffsetViewportOrg","features":[413]},{"name":"WmfRecordTypeOffsetWindowOrg","features":[413]},{"name":"WmfRecordTypePaintRegion","features":[413]},{"name":"WmfRecordTypePatBlt","features":[413]},{"name":"WmfRecordTypePie","features":[413]},{"name":"WmfRecordTypePolyPolygon","features":[413]},{"name":"WmfRecordTypePolygon","features":[413]},{"name":"WmfRecordTypePolyline","features":[413]},{"name":"WmfRecordTypeRealizePalette","features":[413]},{"name":"WmfRecordTypeRectangle","features":[413]},{"name":"WmfRecordTypeResetDC","features":[413]},{"name":"WmfRecordTypeResizePalette","features":[413]},{"name":"WmfRecordTypeRestoreDC","features":[413]},{"name":"WmfRecordTypeRoundRect","features":[413]},{"name":"WmfRecordTypeSaveDC","features":[413]},{"name":"WmfRecordTypeScaleViewportExt","features":[413]},{"name":"WmfRecordTypeScaleWindowExt","features":[413]},{"name":"WmfRecordTypeSelectClipRegion","features":[413]},{"name":"WmfRecordTypeSelectObject","features":[413]},{"name":"WmfRecordTypeSelectPalette","features":[413]},{"name":"WmfRecordTypeSetBkColor","features":[413]},{"name":"WmfRecordTypeSetBkMode","features":[413]},{"name":"WmfRecordTypeSetDIBToDev","features":[413]},{"name":"WmfRecordTypeSetLayout","features":[413]},{"name":"WmfRecordTypeSetMapMode","features":[413]},{"name":"WmfRecordTypeSetMapperFlags","features":[413]},{"name":"WmfRecordTypeSetPalEntries","features":[413]},{"name":"WmfRecordTypeSetPixel","features":[413]},{"name":"WmfRecordTypeSetPolyFillMode","features":[413]},{"name":"WmfRecordTypeSetROP2","features":[413]},{"name":"WmfRecordTypeSetRelAbs","features":[413]},{"name":"WmfRecordTypeSetStretchBltMode","features":[413]},{"name":"WmfRecordTypeSetTextAlign","features":[413]},{"name":"WmfRecordTypeSetTextCharExtra","features":[413]},{"name":"WmfRecordTypeSetTextColor","features":[413]},{"name":"WmfRecordTypeSetTextJustification","features":[413]},{"name":"WmfRecordTypeSetViewportExt","features":[413]},{"name":"WmfRecordTypeSetViewportOrg","features":[413]},{"name":"WmfRecordTypeSetWindowExt","features":[413]},{"name":"WmfRecordTypeSetWindowOrg","features":[413]},{"name":"WmfRecordTypeStartDoc","features":[413]},{"name":"WmfRecordTypeStartPage","features":[413]},{"name":"WmfRecordTypeStretchBlt","features":[413]},{"name":"WmfRecordTypeStretchDIB","features":[413]},{"name":"WmfRecordTypeTextOut","features":[413]},{"name":"WrapMode","features":[413]},{"name":"WrapModeClamp","features":[413]},{"name":"WrapModeTile","features":[413]},{"name":"WrapModeTileFlipX","features":[413]},{"name":"WrapModeTileFlipXY","features":[413]},{"name":"WrapModeTileFlipY","features":[413]},{"name":"WrongState","features":[413]}],"418":[{"name":"D3DCOMPILE_OPTIMIZATION_LEVEL2","features":[414]},{"name":"D3D_COMPILE_STANDARD_FILE_INCLUDE","features":[414]}],"419":[{"name":"CATID_WICBitmapDecoders","features":[415]},{"name":"CATID_WICBitmapEncoders","features":[415]},{"name":"CATID_WICFormatConverters","features":[415]},{"name":"CATID_WICMetadataReader","features":[415]},{"name":"CATID_WICMetadataWriter","features":[415]},{"name":"CATID_WICPixelFormats","features":[415]},{"name":"CLSID_WIC8BIMIPTCDigestMetadataReader","features":[415]},{"name":"CLSID_WIC8BIMIPTCDigestMetadataWriter","features":[415]},{"name":"CLSID_WIC8BIMIPTCMetadataReader","features":[415]},{"name":"CLSID_WIC8BIMIPTCMetadataWriter","features":[415]},{"name":"CLSID_WIC8BIMResolutionInfoMetadataReader","features":[415]},{"name":"CLSID_WIC8BIMResolutionInfoMetadataWriter","features":[415]},{"name":"CLSID_WICAPEMetadataReader","features":[415]},{"name":"CLSID_WICAPEMetadataWriter","features":[415]},{"name":"CLSID_WICAdngDecoder","features":[415]},{"name":"CLSID_WICApp0MetadataReader","features":[415]},{"name":"CLSID_WICApp0MetadataWriter","features":[415]},{"name":"CLSID_WICApp13MetadataReader","features":[415]},{"name":"CLSID_WICApp13MetadataWriter","features":[415]},{"name":"CLSID_WICApp1MetadataReader","features":[415]},{"name":"CLSID_WICApp1MetadataWriter","features":[415]},{"name":"CLSID_WICBmpDecoder","features":[415]},{"name":"CLSID_WICBmpEncoder","features":[415]},{"name":"CLSID_WICDdsDecoder","features":[415]},{"name":"CLSID_WICDdsEncoder","features":[415]},{"name":"CLSID_WICDdsMetadataReader","features":[415]},{"name":"CLSID_WICDdsMetadataWriter","features":[415]},{"name":"CLSID_WICDefaultFormatConverter","features":[415]},{"name":"CLSID_WICExifMetadataReader","features":[415]},{"name":"CLSID_WICExifMetadataWriter","features":[415]},{"name":"CLSID_WICFormatConverterHighColor","features":[415]},{"name":"CLSID_WICFormatConverterNChannel","features":[415]},{"name":"CLSID_WICFormatConverterWMPhoto","features":[415]},{"name":"CLSID_WICGCEMetadataReader","features":[415]},{"name":"CLSID_WICGCEMetadataWriter","features":[415]},{"name":"CLSID_WICGifCommentMetadataReader","features":[415]},{"name":"CLSID_WICGifCommentMetadataWriter","features":[415]},{"name":"CLSID_WICGifDecoder","features":[415]},{"name":"CLSID_WICGifEncoder","features":[415]},{"name":"CLSID_WICGpsMetadataReader","features":[415]},{"name":"CLSID_WICGpsMetadataWriter","features":[415]},{"name":"CLSID_WICHeifDecoder","features":[415]},{"name":"CLSID_WICHeifEncoder","features":[415]},{"name":"CLSID_WICHeifHDRMetadataReader","features":[415]},{"name":"CLSID_WICHeifMetadataReader","features":[415]},{"name":"CLSID_WICHeifMetadataWriter","features":[415]},{"name":"CLSID_WICIMDMetadataReader","features":[415]},{"name":"CLSID_WICIMDMetadataWriter","features":[415]},{"name":"CLSID_WICIPTCMetadataReader","features":[415]},{"name":"CLSID_WICIPTCMetadataWriter","features":[415]},{"name":"CLSID_WICIRBMetadataReader","features":[415]},{"name":"CLSID_WICIRBMetadataWriter","features":[415]},{"name":"CLSID_WICIcoDecoder","features":[415]},{"name":"CLSID_WICIfdMetadataReader","features":[415]},{"name":"CLSID_WICIfdMetadataWriter","features":[415]},{"name":"CLSID_WICImagingCategories","features":[415]},{"name":"CLSID_WICImagingFactory","features":[415]},{"name":"CLSID_WICImagingFactory1","features":[415]},{"name":"CLSID_WICImagingFactory2","features":[415]},{"name":"CLSID_WICInteropMetadataReader","features":[415]},{"name":"CLSID_WICInteropMetadataWriter","features":[415]},{"name":"CLSID_WICJpegChrominanceMetadataReader","features":[415]},{"name":"CLSID_WICJpegChrominanceMetadataWriter","features":[415]},{"name":"CLSID_WICJpegCommentMetadataReader","features":[415]},{"name":"CLSID_WICJpegCommentMetadataWriter","features":[415]},{"name":"CLSID_WICJpegDecoder","features":[415]},{"name":"CLSID_WICJpegEncoder","features":[415]},{"name":"CLSID_WICJpegLuminanceMetadataReader","features":[415]},{"name":"CLSID_WICJpegLuminanceMetadataWriter","features":[415]},{"name":"CLSID_WICJpegQualcommPhoneEncoder","features":[415]},{"name":"CLSID_WICLSDMetadataReader","features":[415]},{"name":"CLSID_WICLSDMetadataWriter","features":[415]},{"name":"CLSID_WICPlanarFormatConverter","features":[415]},{"name":"CLSID_WICPngBkgdMetadataReader","features":[415]},{"name":"CLSID_WICPngBkgdMetadataWriter","features":[415]},{"name":"CLSID_WICPngChrmMetadataReader","features":[415]},{"name":"CLSID_WICPngChrmMetadataWriter","features":[415]},{"name":"CLSID_WICPngDecoder","features":[415]},{"name":"CLSID_WICPngDecoder1","features":[415]},{"name":"CLSID_WICPngDecoder2","features":[415]},{"name":"CLSID_WICPngEncoder","features":[415]},{"name":"CLSID_WICPngGamaMetadataReader","features":[415]},{"name":"CLSID_WICPngGamaMetadataWriter","features":[415]},{"name":"CLSID_WICPngHistMetadataReader","features":[415]},{"name":"CLSID_WICPngHistMetadataWriter","features":[415]},{"name":"CLSID_WICPngIccpMetadataReader","features":[415]},{"name":"CLSID_WICPngIccpMetadataWriter","features":[415]},{"name":"CLSID_WICPngItxtMetadataReader","features":[415]},{"name":"CLSID_WICPngItxtMetadataWriter","features":[415]},{"name":"CLSID_WICPngSrgbMetadataReader","features":[415]},{"name":"CLSID_WICPngSrgbMetadataWriter","features":[415]},{"name":"CLSID_WICPngTextMetadataReader","features":[415]},{"name":"CLSID_WICPngTextMetadataWriter","features":[415]},{"name":"CLSID_WICPngTimeMetadataReader","features":[415]},{"name":"CLSID_WICPngTimeMetadataWriter","features":[415]},{"name":"CLSID_WICRAWDecoder","features":[415]},{"name":"CLSID_WICSubIfdMetadataReader","features":[415]},{"name":"CLSID_WICSubIfdMetadataWriter","features":[415]},{"name":"CLSID_WICThumbnailMetadataReader","features":[415]},{"name":"CLSID_WICThumbnailMetadataWriter","features":[415]},{"name":"CLSID_WICTiffDecoder","features":[415]},{"name":"CLSID_WICTiffEncoder","features":[415]},{"name":"CLSID_WICUnknownMetadataReader","features":[415]},{"name":"CLSID_WICUnknownMetadataWriter","features":[415]},{"name":"CLSID_WICWebpAnimMetadataReader","features":[415]},{"name":"CLSID_WICWebpAnmfMetadataReader","features":[415]},{"name":"CLSID_WICWebpDecoder","features":[415]},{"name":"CLSID_WICWmpDecoder","features":[415]},{"name":"CLSID_WICWmpEncoder","features":[415]},{"name":"CLSID_WICXMPAltMetadataReader","features":[415]},{"name":"CLSID_WICXMPAltMetadataWriter","features":[415]},{"name":"CLSID_WICXMPBagMetadataReader","features":[415]},{"name":"CLSID_WICXMPBagMetadataWriter","features":[415]},{"name":"CLSID_WICXMPMetadataReader","features":[415]},{"name":"CLSID_WICXMPMetadataWriter","features":[415]},{"name":"CLSID_WICXMPSeqMetadataReader","features":[415]},{"name":"CLSID_WICXMPSeqMetadataWriter","features":[415]},{"name":"CLSID_WICXMPStructMetadataReader","features":[415]},{"name":"CLSID_WICXMPStructMetadataWriter","features":[415]},{"name":"FACILITY_WINCODEC_ERR","features":[415]},{"name":"GUID_ContainerFormatAdng","features":[415]},{"name":"GUID_ContainerFormatBmp","features":[415]},{"name":"GUID_ContainerFormatDds","features":[415]},{"name":"GUID_ContainerFormatGif","features":[415]},{"name":"GUID_ContainerFormatHeif","features":[415]},{"name":"GUID_ContainerFormatIco","features":[415]},{"name":"GUID_ContainerFormatJpeg","features":[415]},{"name":"GUID_ContainerFormatPng","features":[415]},{"name":"GUID_ContainerFormatRaw","features":[415]},{"name":"GUID_ContainerFormatTiff","features":[415]},{"name":"GUID_ContainerFormatWebp","features":[415]},{"name":"GUID_ContainerFormatWmp","features":[415]},{"name":"GUID_MetadataFormat8BIMIPTC","features":[415]},{"name":"GUID_MetadataFormat8BIMIPTCDigest","features":[415]},{"name":"GUID_MetadataFormat8BIMResolutionInfo","features":[415]},{"name":"GUID_MetadataFormatAPE","features":[415]},{"name":"GUID_MetadataFormatApp0","features":[415]},{"name":"GUID_MetadataFormatApp1","features":[415]},{"name":"GUID_MetadataFormatApp13","features":[415]},{"name":"GUID_MetadataFormatChunkbKGD","features":[415]},{"name":"GUID_MetadataFormatChunkcHRM","features":[415]},{"name":"GUID_MetadataFormatChunkgAMA","features":[415]},{"name":"GUID_MetadataFormatChunkhIST","features":[415]},{"name":"GUID_MetadataFormatChunkiCCP","features":[415]},{"name":"GUID_MetadataFormatChunkiTXt","features":[415]},{"name":"GUID_MetadataFormatChunksRGB","features":[415]},{"name":"GUID_MetadataFormatChunktEXt","features":[415]},{"name":"GUID_MetadataFormatChunktIME","features":[415]},{"name":"GUID_MetadataFormatDds","features":[415]},{"name":"GUID_MetadataFormatExif","features":[415]},{"name":"GUID_MetadataFormatGCE","features":[415]},{"name":"GUID_MetadataFormatGifComment","features":[415]},{"name":"GUID_MetadataFormatGps","features":[415]},{"name":"GUID_MetadataFormatHeif","features":[415]},{"name":"GUID_MetadataFormatHeifHDR","features":[415]},{"name":"GUID_MetadataFormatIMD","features":[415]},{"name":"GUID_MetadataFormatIPTC","features":[415]},{"name":"GUID_MetadataFormatIRB","features":[415]},{"name":"GUID_MetadataFormatIfd","features":[415]},{"name":"GUID_MetadataFormatInterop","features":[415]},{"name":"GUID_MetadataFormatJpegChrominance","features":[415]},{"name":"GUID_MetadataFormatJpegComment","features":[415]},{"name":"GUID_MetadataFormatJpegLuminance","features":[415]},{"name":"GUID_MetadataFormatLSD","features":[415]},{"name":"GUID_MetadataFormatSubIfd","features":[415]},{"name":"GUID_MetadataFormatThumbnail","features":[415]},{"name":"GUID_MetadataFormatUnknown","features":[415]},{"name":"GUID_MetadataFormatWebpANIM","features":[415]},{"name":"GUID_MetadataFormatWebpANMF","features":[415]},{"name":"GUID_MetadataFormatXMP","features":[415]},{"name":"GUID_MetadataFormatXMPAlt","features":[415]},{"name":"GUID_MetadataFormatXMPBag","features":[415]},{"name":"GUID_MetadataFormatXMPSeq","features":[415]},{"name":"GUID_MetadataFormatXMPStruct","features":[415]},{"name":"GUID_VendorMicrosoft","features":[415]},{"name":"GUID_VendorMicrosoftBuiltIn","features":[415]},{"name":"GUID_WICPixelFormat112bpp6ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat112bpp7Channels","features":[415]},{"name":"GUID_WICPixelFormat128bpp7ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat128bpp8Channels","features":[415]},{"name":"GUID_WICPixelFormat128bppPRGBAFloat","features":[415]},{"name":"GUID_WICPixelFormat128bppRGBAFixedPoint","features":[415]},{"name":"GUID_WICPixelFormat128bppRGBAFloat","features":[415]},{"name":"GUID_WICPixelFormat128bppRGBFixedPoint","features":[415]},{"name":"GUID_WICPixelFormat128bppRGBFloat","features":[415]},{"name":"GUID_WICPixelFormat144bpp8ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat16bppBGR555","features":[415]},{"name":"GUID_WICPixelFormat16bppBGR565","features":[415]},{"name":"GUID_WICPixelFormat16bppBGRA5551","features":[415]},{"name":"GUID_WICPixelFormat16bppCbCr","features":[415]},{"name":"GUID_WICPixelFormat16bppCbQuantizedDctCoefficients","features":[415]},{"name":"GUID_WICPixelFormat16bppCrQuantizedDctCoefficients","features":[415]},{"name":"GUID_WICPixelFormat16bppGray","features":[415]},{"name":"GUID_WICPixelFormat16bppGrayFixedPoint","features":[415]},{"name":"GUID_WICPixelFormat16bppGrayHalf","features":[415]},{"name":"GUID_WICPixelFormat16bppYQuantizedDctCoefficients","features":[415]},{"name":"GUID_WICPixelFormat1bppIndexed","features":[415]},{"name":"GUID_WICPixelFormat24bpp3Channels","features":[415]},{"name":"GUID_WICPixelFormat24bppBGR","features":[415]},{"name":"GUID_WICPixelFormat24bppRGB","features":[415]},{"name":"GUID_WICPixelFormat2bppGray","features":[415]},{"name":"GUID_WICPixelFormat2bppIndexed","features":[415]},{"name":"GUID_WICPixelFormat32bpp3ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat32bpp4Channels","features":[415]},{"name":"GUID_WICPixelFormat32bppBGR","features":[415]},{"name":"GUID_WICPixelFormat32bppBGR101010","features":[415]},{"name":"GUID_WICPixelFormat32bppBGRA","features":[415]},{"name":"GUID_WICPixelFormat32bppCMYK","features":[415]},{"name":"GUID_WICPixelFormat32bppGrayFixedPoint","features":[415]},{"name":"GUID_WICPixelFormat32bppGrayFloat","features":[415]},{"name":"GUID_WICPixelFormat32bppPBGRA","features":[415]},{"name":"GUID_WICPixelFormat32bppPRGBA","features":[415]},{"name":"GUID_WICPixelFormat32bppR10G10B10A2","features":[415]},{"name":"GUID_WICPixelFormat32bppR10G10B10A2HDR10","features":[415]},{"name":"GUID_WICPixelFormat32bppRGB","features":[415]},{"name":"GUID_WICPixelFormat32bppRGBA","features":[415]},{"name":"GUID_WICPixelFormat32bppRGBA1010102","features":[415]},{"name":"GUID_WICPixelFormat32bppRGBA1010102XR","features":[415]},{"name":"GUID_WICPixelFormat32bppRGBE","features":[415]},{"name":"GUID_WICPixelFormat40bpp4ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat40bpp5Channels","features":[415]},{"name":"GUID_WICPixelFormat40bppCMYKAlpha","features":[415]},{"name":"GUID_WICPixelFormat48bpp3Channels","features":[415]},{"name":"GUID_WICPixelFormat48bpp5ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat48bpp6Channels","features":[415]},{"name":"GUID_WICPixelFormat48bppBGR","features":[415]},{"name":"GUID_WICPixelFormat48bppBGRFixedPoint","features":[415]},{"name":"GUID_WICPixelFormat48bppRGB","features":[415]},{"name":"GUID_WICPixelFormat48bppRGBFixedPoint","features":[415]},{"name":"GUID_WICPixelFormat48bppRGBHalf","features":[415]},{"name":"GUID_WICPixelFormat4bppGray","features":[415]},{"name":"GUID_WICPixelFormat4bppIndexed","features":[415]},{"name":"GUID_WICPixelFormat56bpp6ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat56bpp7Channels","features":[415]},{"name":"GUID_WICPixelFormat64bpp3ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat64bpp4Channels","features":[415]},{"name":"GUID_WICPixelFormat64bpp7ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat64bpp8Channels","features":[415]},{"name":"GUID_WICPixelFormat64bppBGRA","features":[415]},{"name":"GUID_WICPixelFormat64bppBGRAFixedPoint","features":[415]},{"name":"GUID_WICPixelFormat64bppCMYK","features":[415]},{"name":"GUID_WICPixelFormat64bppPBGRA","features":[415]},{"name":"GUID_WICPixelFormat64bppPRGBA","features":[415]},{"name":"GUID_WICPixelFormat64bppPRGBAHalf","features":[415]},{"name":"GUID_WICPixelFormat64bppRGB","features":[415]},{"name":"GUID_WICPixelFormat64bppRGBA","features":[415]},{"name":"GUID_WICPixelFormat64bppRGBAFixedPoint","features":[415]},{"name":"GUID_WICPixelFormat64bppRGBAHalf","features":[415]},{"name":"GUID_WICPixelFormat64bppRGBFixedPoint","features":[415]},{"name":"GUID_WICPixelFormat64bppRGBHalf","features":[415]},{"name":"GUID_WICPixelFormat72bpp8ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat80bpp4ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat80bpp5Channels","features":[415]},{"name":"GUID_WICPixelFormat80bppCMYKAlpha","features":[415]},{"name":"GUID_WICPixelFormat8bppAlpha","features":[415]},{"name":"GUID_WICPixelFormat8bppCb","features":[415]},{"name":"GUID_WICPixelFormat8bppCr","features":[415]},{"name":"GUID_WICPixelFormat8bppGray","features":[415]},{"name":"GUID_WICPixelFormat8bppIndexed","features":[415]},{"name":"GUID_WICPixelFormat8bppY","features":[415]},{"name":"GUID_WICPixelFormat96bpp5ChannelsAlpha","features":[415]},{"name":"GUID_WICPixelFormat96bpp6Channels","features":[415]},{"name":"GUID_WICPixelFormat96bppRGBFixedPoint","features":[415]},{"name":"GUID_WICPixelFormat96bppRGBFloat","features":[415]},{"name":"GUID_WICPixelFormatBlackWhite","features":[415]},{"name":"GUID_WICPixelFormatDontCare","features":[415]},{"name":"IWICBitmap","features":[415]},{"name":"IWICBitmapClipper","features":[415]},{"name":"IWICBitmapCodecInfo","features":[415]},{"name":"IWICBitmapCodecProgressNotification","features":[415]},{"name":"IWICBitmapDecoder","features":[415]},{"name":"IWICBitmapDecoderInfo","features":[415]},{"name":"IWICBitmapEncoder","features":[415]},{"name":"IWICBitmapEncoderInfo","features":[415]},{"name":"IWICBitmapFlipRotator","features":[415]},{"name":"IWICBitmapFrameDecode","features":[415]},{"name":"IWICBitmapFrameEncode","features":[415]},{"name":"IWICBitmapLock","features":[415]},{"name":"IWICBitmapScaler","features":[415]},{"name":"IWICBitmapSource","features":[415]},{"name":"IWICBitmapSourceTransform","features":[415]},{"name":"IWICColorContext","features":[415]},{"name":"IWICColorTransform","features":[415]},{"name":"IWICComponentFactory","features":[415]},{"name":"IWICComponentInfo","features":[415]},{"name":"IWICDdsDecoder","features":[415]},{"name":"IWICDdsEncoder","features":[415]},{"name":"IWICDdsFrameDecode","features":[415]},{"name":"IWICDevelopRaw","features":[415]},{"name":"IWICDevelopRawNotificationCallback","features":[415]},{"name":"IWICEnumMetadataItem","features":[415]},{"name":"IWICFastMetadataEncoder","features":[415]},{"name":"IWICFormatConverter","features":[415]},{"name":"IWICFormatConverterInfo","features":[415]},{"name":"IWICImagingFactory","features":[415]},{"name":"IWICJpegFrameDecode","features":[415]},{"name":"IWICJpegFrameEncode","features":[415]},{"name":"IWICMetadataBlockReader","features":[415]},{"name":"IWICMetadataBlockWriter","features":[415]},{"name":"IWICMetadataHandlerInfo","features":[415]},{"name":"IWICMetadataQueryReader","features":[415]},{"name":"IWICMetadataQueryWriter","features":[415]},{"name":"IWICMetadataReader","features":[415]},{"name":"IWICMetadataReaderInfo","features":[415]},{"name":"IWICMetadataWriter","features":[415]},{"name":"IWICMetadataWriterInfo","features":[415]},{"name":"IWICPalette","features":[415]},{"name":"IWICPersistStream","features":[415,358]},{"name":"IWICPixelFormatInfo","features":[415]},{"name":"IWICPixelFormatInfo2","features":[415]},{"name":"IWICPlanarBitmapFrameEncode","features":[415]},{"name":"IWICPlanarBitmapSourceTransform","features":[415]},{"name":"IWICPlanarFormatConverter","features":[415]},{"name":"IWICProgressCallback","features":[415]},{"name":"IWICProgressiveLevelControl","features":[415]},{"name":"IWICStream","features":[415,358]},{"name":"IWICStreamProvider","features":[415]},{"name":"PFNProgressNotification","features":[415]},{"name":"WIC8BIMIptcDigestIptcDigest","features":[415]},{"name":"WIC8BIMIptcDigestPString","features":[415]},{"name":"WIC8BIMIptcDigestProperties","features":[415]},{"name":"WIC8BIMIptcEmbeddedIPTC","features":[415]},{"name":"WIC8BIMIptcPString","features":[415]},{"name":"WIC8BIMIptcProperties","features":[415]},{"name":"WIC8BIMResolutionInfoHResolution","features":[415]},{"name":"WIC8BIMResolutionInfoHResolutionUnit","features":[415]},{"name":"WIC8BIMResolutionInfoHeightUnit","features":[415]},{"name":"WIC8BIMResolutionInfoPString","features":[415]},{"name":"WIC8BIMResolutionInfoProperties","features":[415]},{"name":"WIC8BIMResolutionInfoVResolution","features":[415]},{"name":"WIC8BIMResolutionInfoVResolutionUnit","features":[415]},{"name":"WIC8BIMResolutionInfoWidthUnit","features":[415]},{"name":"WICAllComponents","features":[415]},{"name":"WICAsShotParameterSet","features":[415]},{"name":"WICAutoAdjustedParameterSet","features":[415]},{"name":"WICBitmapAlphaChannelOption","features":[415]},{"name":"WICBitmapCacheOnDemand","features":[415]},{"name":"WICBitmapCacheOnLoad","features":[415]},{"name":"WICBitmapCreateCacheOption","features":[415]},{"name":"WICBitmapDecoderCapabilities","features":[415]},{"name":"WICBitmapDecoderCapabilityCanDecodeAllImages","features":[415]},{"name":"WICBitmapDecoderCapabilityCanDecodeSomeImages","features":[415]},{"name":"WICBitmapDecoderCapabilityCanDecodeThumbnail","features":[415]},{"name":"WICBitmapDecoderCapabilityCanEnumerateMetadata","features":[415]},{"name":"WICBitmapDecoderCapabilitySameEncoder","features":[415]},{"name":"WICBitmapDitherType","features":[415]},{"name":"WICBitmapDitherTypeDualSpiral4x4","features":[415]},{"name":"WICBitmapDitherTypeDualSpiral8x8","features":[415]},{"name":"WICBitmapDitherTypeErrorDiffusion","features":[415]},{"name":"WICBitmapDitherTypeNone","features":[415]},{"name":"WICBitmapDitherTypeOrdered16x16","features":[415]},{"name":"WICBitmapDitherTypeOrdered4x4","features":[415]},{"name":"WICBitmapDitherTypeOrdered8x8","features":[415]},{"name":"WICBitmapDitherTypeSolid","features":[415]},{"name":"WICBitmapDitherTypeSpiral4x4","features":[415]},{"name":"WICBitmapDitherTypeSpiral8x8","features":[415]},{"name":"WICBitmapEncoderCacheInMemory","features":[415]},{"name":"WICBitmapEncoderCacheOption","features":[415]},{"name":"WICBitmapEncoderCacheTempFile","features":[415]},{"name":"WICBitmapEncoderNoCache","features":[415]},{"name":"WICBitmapIgnoreAlpha","features":[415]},{"name":"WICBitmapInterpolationMode","features":[415]},{"name":"WICBitmapInterpolationModeCubic","features":[415]},{"name":"WICBitmapInterpolationModeFant","features":[415]},{"name":"WICBitmapInterpolationModeHighQualityCubic","features":[415]},{"name":"WICBitmapInterpolationModeLinear","features":[415]},{"name":"WICBitmapInterpolationModeNearestNeighbor","features":[415]},{"name":"WICBitmapLockFlags","features":[415]},{"name":"WICBitmapLockRead","features":[415]},{"name":"WICBitmapLockWrite","features":[415]},{"name":"WICBitmapNoCache","features":[415]},{"name":"WICBitmapPaletteType","features":[415]},{"name":"WICBitmapPaletteTypeCustom","features":[415]},{"name":"WICBitmapPaletteTypeFixedBW","features":[415]},{"name":"WICBitmapPaletteTypeFixedGray16","features":[415]},{"name":"WICBitmapPaletteTypeFixedGray256","features":[415]},{"name":"WICBitmapPaletteTypeFixedGray4","features":[415]},{"name":"WICBitmapPaletteTypeFixedHalftone125","features":[415]},{"name":"WICBitmapPaletteTypeFixedHalftone216","features":[415]},{"name":"WICBitmapPaletteTypeFixedHalftone252","features":[415]},{"name":"WICBitmapPaletteTypeFixedHalftone256","features":[415]},{"name":"WICBitmapPaletteTypeFixedHalftone27","features":[415]},{"name":"WICBitmapPaletteTypeFixedHalftone64","features":[415]},{"name":"WICBitmapPaletteTypeFixedHalftone8","features":[415]},{"name":"WICBitmapPaletteTypeFixedWebPalette","features":[415]},{"name":"WICBitmapPaletteTypeMedianCut","features":[415]},{"name":"WICBitmapPattern","features":[307,415]},{"name":"WICBitmapPlane","features":[415]},{"name":"WICBitmapPlaneDescription","features":[415]},{"name":"WICBitmapTransformFlipHorizontal","features":[415]},{"name":"WICBitmapTransformFlipVertical","features":[415]},{"name":"WICBitmapTransformOptions","features":[415]},{"name":"WICBitmapTransformRotate0","features":[415]},{"name":"WICBitmapTransformRotate180","features":[415]},{"name":"WICBitmapTransformRotate270","features":[415]},{"name":"WICBitmapTransformRotate90","features":[415]},{"name":"WICBitmapUseAlpha","features":[415]},{"name":"WICBitmapUsePremultipliedAlpha","features":[415]},{"name":"WICColorContextExifColorSpace","features":[415]},{"name":"WICColorContextProfile","features":[415]},{"name":"WICColorContextType","features":[415]},{"name":"WICColorContextUninitialized","features":[415]},{"name":"WICComponentDisabled","features":[415]},{"name":"WICComponentEnumerateBuiltInOnly","features":[415]},{"name":"WICComponentEnumerateDefault","features":[415]},{"name":"WICComponentEnumerateDisabled","features":[415]},{"name":"WICComponentEnumerateOptions","features":[415]},{"name":"WICComponentEnumerateRefresh","features":[415]},{"name":"WICComponentEnumerateUnsigned","features":[415]},{"name":"WICComponentSafe","features":[415]},{"name":"WICComponentSigned","features":[415]},{"name":"WICComponentSigning","features":[415]},{"name":"WICComponentType","features":[415]},{"name":"WICComponentUnsigned","features":[415]},{"name":"WICConvertBitmapSource","features":[415]},{"name":"WICCreateBitmapFromSection","features":[307,415]},{"name":"WICCreateBitmapFromSectionEx","features":[307,415]},{"name":"WICDdsAlphaMode","features":[415]},{"name":"WICDdsAlphaModeCustom","features":[415]},{"name":"WICDdsAlphaModeOpaque","features":[415]},{"name":"WICDdsAlphaModePremultiplied","features":[415]},{"name":"WICDdsAlphaModeStraight","features":[415]},{"name":"WICDdsAlphaModeUnknown","features":[415]},{"name":"WICDdsDimension","features":[415]},{"name":"WICDdsFormatInfo","features":[397,415]},{"name":"WICDdsParameters","features":[397,415]},{"name":"WICDdsTexture1D","features":[415]},{"name":"WICDdsTexture2D","features":[415]},{"name":"WICDdsTexture3D","features":[415]},{"name":"WICDdsTextureCube","features":[415]},{"name":"WICDecodeMetadataCacheOnDemand","features":[415]},{"name":"WICDecodeMetadataCacheOnLoad","features":[415]},{"name":"WICDecodeOptions","features":[415]},{"name":"WICDecoder","features":[415]},{"name":"WICEncoder","features":[415]},{"name":"WICGetMetadataContentSize","features":[415]},{"name":"WICGifApplicationExtensionApplication","features":[415]},{"name":"WICGifApplicationExtensionData","features":[415]},{"name":"WICGifApplicationExtensionProperties","features":[415]},{"name":"WICGifCommentExtensionProperties","features":[415]},{"name":"WICGifCommentExtensionText","features":[415]},{"name":"WICGifGraphicControlExtensionDelay","features":[415]},{"name":"WICGifGraphicControlExtensionDisposal","features":[415]},{"name":"WICGifGraphicControlExtensionProperties","features":[415]},{"name":"WICGifGraphicControlExtensionTransparencyFlag","features":[415]},{"name":"WICGifGraphicControlExtensionTransparentColorIndex","features":[415]},{"name":"WICGifGraphicControlExtensionUserInputFlag","features":[415]},{"name":"WICGifImageDescriptorHeight","features":[415]},{"name":"WICGifImageDescriptorInterlaceFlag","features":[415]},{"name":"WICGifImageDescriptorLeft","features":[415]},{"name":"WICGifImageDescriptorLocalColorTableFlag","features":[415]},{"name":"WICGifImageDescriptorLocalColorTableSize","features":[415]},{"name":"WICGifImageDescriptorProperties","features":[415]},{"name":"WICGifImageDescriptorSortFlag","features":[415]},{"name":"WICGifImageDescriptorTop","features":[415]},{"name":"WICGifImageDescriptorWidth","features":[415]},{"name":"WICGifLogicalScreenDescriptorBackgroundColorIndex","features":[415]},{"name":"WICGifLogicalScreenDescriptorColorResolution","features":[415]},{"name":"WICGifLogicalScreenDescriptorGlobalColorTableFlag","features":[415]},{"name":"WICGifLogicalScreenDescriptorGlobalColorTableSize","features":[415]},{"name":"WICGifLogicalScreenDescriptorHeight","features":[415]},{"name":"WICGifLogicalScreenDescriptorPixelAspectRatio","features":[415]},{"name":"WICGifLogicalScreenDescriptorProperties","features":[415]},{"name":"WICGifLogicalScreenDescriptorSortFlag","features":[415]},{"name":"WICGifLogicalScreenDescriptorWidth","features":[415]},{"name":"WICGifLogicalScreenSignature","features":[415]},{"name":"WICHeifHdrCustomVideoPrimaries","features":[415]},{"name":"WICHeifHdrMaximumFrameAverageLuminanceLevel","features":[415]},{"name":"WICHeifHdrMaximumLuminanceLevel","features":[415]},{"name":"WICHeifHdrMaximumMasteringDisplayLuminanceLevel","features":[415]},{"name":"WICHeifHdrMinimumMasteringDisplayLuminanceLevel","features":[415]},{"name":"WICHeifHdrProperties","features":[415]},{"name":"WICHeifOrientation","features":[415]},{"name":"WICHeifProperties","features":[415]},{"name":"WICImageParameters","features":[400,397,415]},{"name":"WICJpegChrominanceProperties","features":[415]},{"name":"WICJpegChrominanceTable","features":[415]},{"name":"WICJpegCommentProperties","features":[415]},{"name":"WICJpegCommentText","features":[415]},{"name":"WICJpegFrameHeader","features":[415]},{"name":"WICJpegIndexingOptions","features":[415]},{"name":"WICJpegIndexingOptionsGenerateOnDemand","features":[415]},{"name":"WICJpegIndexingOptionsGenerateOnLoad","features":[415]},{"name":"WICJpegLuminanceProperties","features":[415]},{"name":"WICJpegLuminanceTable","features":[415]},{"name":"WICJpegScanHeader","features":[415]},{"name":"WICJpegScanType","features":[415]},{"name":"WICJpegScanTypeInterleaved","features":[415]},{"name":"WICJpegScanTypePlanarComponents","features":[415]},{"name":"WICJpegScanTypeProgressive","features":[415]},{"name":"WICJpegTransferMatrix","features":[415]},{"name":"WICJpegTransferMatrixBT601","features":[415]},{"name":"WICJpegTransferMatrixIdentity","features":[415]},{"name":"WICJpegYCrCbSubsampling420","features":[415]},{"name":"WICJpegYCrCbSubsampling422","features":[415]},{"name":"WICJpegYCrCbSubsampling440","features":[415]},{"name":"WICJpegYCrCbSubsampling444","features":[415]},{"name":"WICJpegYCrCbSubsamplingDefault","features":[415]},{"name":"WICJpegYCrCbSubsamplingOption","features":[415]},{"name":"WICMapGuidToShortName","features":[415]},{"name":"WICMapSchemaToName","features":[415]},{"name":"WICMapShortNameToGuid","features":[415]},{"name":"WICMatchMetadataContent","features":[415,358]},{"name":"WICMetadataCreationAllowUnknown","features":[415]},{"name":"WICMetadataCreationDefault","features":[415]},{"name":"WICMetadataCreationFailUnknown","features":[415]},{"name":"WICMetadataCreationMask","features":[415]},{"name":"WICMetadataCreationOptions","features":[415]},{"name":"WICMetadataHeader","features":[415]},{"name":"WICMetadataPattern","features":[415]},{"name":"WICMetadataReader","features":[415]},{"name":"WICMetadataWriter","features":[415]},{"name":"WICNamedWhitePoint","features":[415]},{"name":"WICPersistOptionBigEndian","features":[415]},{"name":"WICPersistOptionDefault","features":[415]},{"name":"WICPersistOptionLittleEndian","features":[415]},{"name":"WICPersistOptionMask","features":[415]},{"name":"WICPersistOptionNoCacheStream","features":[415]},{"name":"WICPersistOptionPreferUTF8","features":[415]},{"name":"WICPersistOptionStrictFormat","features":[415]},{"name":"WICPersistOptions","features":[415]},{"name":"WICPixelFormat","features":[415]},{"name":"WICPixelFormatConverter","features":[415]},{"name":"WICPixelFormatNumericRepresentation","features":[415]},{"name":"WICPixelFormatNumericRepresentationFixed","features":[415]},{"name":"WICPixelFormatNumericRepresentationFloat","features":[415]},{"name":"WICPixelFormatNumericRepresentationIndexed","features":[415]},{"name":"WICPixelFormatNumericRepresentationSignedInteger","features":[415]},{"name":"WICPixelFormatNumericRepresentationUnsignedInteger","features":[415]},{"name":"WICPixelFormatNumericRepresentationUnspecified","features":[415]},{"name":"WICPlanarOptions","features":[415]},{"name":"WICPlanarOptionsDefault","features":[415]},{"name":"WICPlanarOptionsPreserveSubsampling","features":[415]},{"name":"WICPngBkgdBackgroundColor","features":[415]},{"name":"WICPngBkgdProperties","features":[415]},{"name":"WICPngChrmBlueX","features":[415]},{"name":"WICPngChrmBlueY","features":[415]},{"name":"WICPngChrmGreenX","features":[415]},{"name":"WICPngChrmGreenY","features":[415]},{"name":"WICPngChrmProperties","features":[415]},{"name":"WICPngChrmRedX","features":[415]},{"name":"WICPngChrmRedY","features":[415]},{"name":"WICPngChrmWhitePointX","features":[415]},{"name":"WICPngChrmWhitePointY","features":[415]},{"name":"WICPngFilterAdaptive","features":[415]},{"name":"WICPngFilterAverage","features":[415]},{"name":"WICPngFilterNone","features":[415]},{"name":"WICPngFilterOption","features":[415]},{"name":"WICPngFilterPaeth","features":[415]},{"name":"WICPngFilterSub","features":[415]},{"name":"WICPngFilterUnspecified","features":[415]},{"name":"WICPngFilterUp","features":[415]},{"name":"WICPngGamaGamma","features":[415]},{"name":"WICPngGamaProperties","features":[415]},{"name":"WICPngHistFrequencies","features":[415]},{"name":"WICPngHistProperties","features":[415]},{"name":"WICPngIccpProfileData","features":[415]},{"name":"WICPngIccpProfileName","features":[415]},{"name":"WICPngIccpProperties","features":[415]},{"name":"WICPngItxtCompressionFlag","features":[415]},{"name":"WICPngItxtKeyword","features":[415]},{"name":"WICPngItxtLanguageTag","features":[415]},{"name":"WICPngItxtProperties","features":[415]},{"name":"WICPngItxtText","features":[415]},{"name":"WICPngItxtTranslatedKeyword","features":[415]},{"name":"WICPngSrgbProperties","features":[415]},{"name":"WICPngSrgbRenderingIntent","features":[415]},{"name":"WICPngTimeDay","features":[415]},{"name":"WICPngTimeHour","features":[415]},{"name":"WICPngTimeMinute","features":[415]},{"name":"WICPngTimeMonth","features":[415]},{"name":"WICPngTimeProperties","features":[415]},{"name":"WICPngTimeSecond","features":[415]},{"name":"WICPngTimeYear","features":[415]},{"name":"WICProgressNotification","features":[415]},{"name":"WICProgressNotificationAll","features":[415]},{"name":"WICProgressNotificationBegin","features":[415]},{"name":"WICProgressNotificationEnd","features":[415]},{"name":"WICProgressNotificationFrequent","features":[415]},{"name":"WICProgressOperation","features":[415]},{"name":"WICProgressOperationAll","features":[415]},{"name":"WICProgressOperationCopyPixels","features":[415]},{"name":"WICProgressOperationWritePixels","features":[415]},{"name":"WICRawCapabilities","features":[415]},{"name":"WICRawCapabilitiesInfo","features":[415]},{"name":"WICRawCapabilityFullySupported","features":[415]},{"name":"WICRawCapabilityGetSupported","features":[415]},{"name":"WICRawCapabilityNotSupported","features":[415]},{"name":"WICRawChangeNotification_Contrast","features":[415]},{"name":"WICRawChangeNotification_DestinationColorContext","features":[415]},{"name":"WICRawChangeNotification_ExposureCompensation","features":[415]},{"name":"WICRawChangeNotification_Gamma","features":[415]},{"name":"WICRawChangeNotification_KelvinWhitePoint","features":[415]},{"name":"WICRawChangeNotification_NamedWhitePoint","features":[415]},{"name":"WICRawChangeNotification_NoiseReduction","features":[415]},{"name":"WICRawChangeNotification_RGBWhitePoint","features":[415]},{"name":"WICRawChangeNotification_RenderMode","features":[415]},{"name":"WICRawChangeNotification_Rotation","features":[415]},{"name":"WICRawChangeNotification_Saturation","features":[415]},{"name":"WICRawChangeNotification_Sharpness","features":[415]},{"name":"WICRawChangeNotification_Tint","features":[415]},{"name":"WICRawChangeNotification_ToneCurve","features":[415]},{"name":"WICRawParameterSet","features":[415]},{"name":"WICRawRenderMode","features":[415]},{"name":"WICRawRenderModeBestQuality","features":[415]},{"name":"WICRawRenderModeDraft","features":[415]},{"name":"WICRawRenderModeNormal","features":[415]},{"name":"WICRawRotationCapabilities","features":[415]},{"name":"WICRawRotationCapabilityFullySupported","features":[415]},{"name":"WICRawRotationCapabilityGetSupported","features":[415]},{"name":"WICRawRotationCapabilityNinetyDegreesSupported","features":[415]},{"name":"WICRawRotationCapabilityNotSupported","features":[415]},{"name":"WICRawToneCurve","features":[415]},{"name":"WICRawToneCurvePoint","features":[415]},{"name":"WICRect","features":[415]},{"name":"WICSectionAccessLevel","features":[415]},{"name":"WICSectionAccessLevelRead","features":[415]},{"name":"WICSectionAccessLevelReadWrite","features":[415]},{"name":"WICSerializeMetadataContent","features":[415,358]},{"name":"WICTiffCompressionCCITT3","features":[415]},{"name":"WICTiffCompressionCCITT4","features":[415]},{"name":"WICTiffCompressionDontCare","features":[415]},{"name":"WICTiffCompressionLZW","features":[415]},{"name":"WICTiffCompressionLZWHDifferencing","features":[415]},{"name":"WICTiffCompressionNone","features":[415]},{"name":"WICTiffCompressionOption","features":[415]},{"name":"WICTiffCompressionRLE","features":[415]},{"name":"WICTiffCompressionZIP","features":[415]},{"name":"WICUserAdjustedParameterSet","features":[415]},{"name":"WICWebpAnimLoopCount","features":[415]},{"name":"WICWebpAnimProperties","features":[415]},{"name":"WICWebpAnmfFrameDuration","features":[415]},{"name":"WICWebpAnmfProperties","features":[415]},{"name":"WICWhitePointAsShot","features":[415]},{"name":"WICWhitePointAutoWhiteBalance","features":[415]},{"name":"WICWhitePointCloudy","features":[415]},{"name":"WICWhitePointCustom","features":[415]},{"name":"WICWhitePointDaylight","features":[415]},{"name":"WICWhitePointDefault","features":[415]},{"name":"WICWhitePointFlash","features":[415]},{"name":"WICWhitePointFluorescent","features":[415]},{"name":"WICWhitePointShade","features":[415]},{"name":"WICWhitePointTungsten","features":[415]},{"name":"WICWhitePointUnderwater","features":[415]},{"name":"WIC_JPEG_HUFFMAN_BASELINE_ONE","features":[415]},{"name":"WIC_JPEG_HUFFMAN_BASELINE_THREE","features":[415]},{"name":"WIC_JPEG_MAX_COMPONENT_COUNT","features":[415]},{"name":"WIC_JPEG_MAX_TABLE_INDEX","features":[415]},{"name":"WIC_JPEG_QUANTIZATION_BASELINE_ONE","features":[415]},{"name":"WIC_JPEG_QUANTIZATION_BASELINE_THREE","features":[415]},{"name":"WIC_JPEG_SAMPLE_FACTORS_ONE","features":[415]},{"name":"WIC_JPEG_SAMPLE_FACTORS_THREE_420","features":[415]},{"name":"WIC_JPEG_SAMPLE_FACTORS_THREE_422","features":[415]},{"name":"WIC_JPEG_SAMPLE_FACTORS_THREE_440","features":[415]},{"name":"WIC_JPEG_SAMPLE_FACTORS_THREE_444","features":[415]},{"name":"WINCODEC_ERR_ABORTED","features":[415]},{"name":"WINCODEC_ERR_ACCESSDENIED","features":[415]},{"name":"WINCODEC_ERR_BASE","features":[415]},{"name":"WINCODEC_ERR_GENERIC_ERROR","features":[415]},{"name":"WINCODEC_ERR_INVALIDPARAMETER","features":[415]},{"name":"WINCODEC_ERR_NOTIMPLEMENTED","features":[415]},{"name":"WINCODEC_ERR_OUTOFMEMORY","features":[415]},{"name":"WINCODEC_SDK_VERSION","features":[415]},{"name":"WINCODEC_SDK_VERSION1","features":[415]},{"name":"WINCODEC_SDK_VERSION2","features":[415]}],"420":[{"name":"IWICImageEncoder","features":[416]},{"name":"IWICImagingFactory2","features":[416]}],"421":[{"name":"ChoosePixelFormat","features":[318,375]},{"name":"DescribePixelFormat","features":[318,375]},{"name":"EMRPIXELFORMAT","features":[318,375]},{"name":"GLU_AUTO_LOAD_MATRIX","features":[375]},{"name":"GLU_BEGIN","features":[375]},{"name":"GLU_CCW","features":[375]},{"name":"GLU_CULLING","features":[375]},{"name":"GLU_CW","features":[375]},{"name":"GLU_DISPLAY_MODE","features":[375]},{"name":"GLU_DOMAIN_DISTANCE","features":[375]},{"name":"GLU_EDGE_FLAG","features":[375]},{"name":"GLU_END","features":[375]},{"name":"GLU_ERROR","features":[375]},{"name":"GLU_EXTENSIONS","features":[375]},{"name":"GLU_EXTERIOR","features":[375]},{"name":"GLU_FALSE","features":[375]},{"name":"GLU_FILL","features":[375]},{"name":"GLU_FLAT","features":[375]},{"name":"GLU_INCOMPATIBLE_GL_VERSION","features":[375]},{"name":"GLU_INSIDE","features":[375]},{"name":"GLU_INTERIOR","features":[375]},{"name":"GLU_INVALID_ENUM","features":[375]},{"name":"GLU_INVALID_VALUE","features":[375]},{"name":"GLU_LINE","features":[375]},{"name":"GLU_MAP1_TRIM_2","features":[375]},{"name":"GLU_MAP1_TRIM_3","features":[375]},{"name":"GLU_NONE","features":[375]},{"name":"GLU_NURBS_ERROR1","features":[375]},{"name":"GLU_NURBS_ERROR10","features":[375]},{"name":"GLU_NURBS_ERROR11","features":[375]},{"name":"GLU_NURBS_ERROR12","features":[375]},{"name":"GLU_NURBS_ERROR13","features":[375]},{"name":"GLU_NURBS_ERROR14","features":[375]},{"name":"GLU_NURBS_ERROR15","features":[375]},{"name":"GLU_NURBS_ERROR16","features":[375]},{"name":"GLU_NURBS_ERROR17","features":[375]},{"name":"GLU_NURBS_ERROR18","features":[375]},{"name":"GLU_NURBS_ERROR19","features":[375]},{"name":"GLU_NURBS_ERROR2","features":[375]},{"name":"GLU_NURBS_ERROR20","features":[375]},{"name":"GLU_NURBS_ERROR21","features":[375]},{"name":"GLU_NURBS_ERROR22","features":[375]},{"name":"GLU_NURBS_ERROR23","features":[375]},{"name":"GLU_NURBS_ERROR24","features":[375]},{"name":"GLU_NURBS_ERROR25","features":[375]},{"name":"GLU_NURBS_ERROR26","features":[375]},{"name":"GLU_NURBS_ERROR27","features":[375]},{"name":"GLU_NURBS_ERROR28","features":[375]},{"name":"GLU_NURBS_ERROR29","features":[375]},{"name":"GLU_NURBS_ERROR3","features":[375]},{"name":"GLU_NURBS_ERROR30","features":[375]},{"name":"GLU_NURBS_ERROR31","features":[375]},{"name":"GLU_NURBS_ERROR32","features":[375]},{"name":"GLU_NURBS_ERROR33","features":[375]},{"name":"GLU_NURBS_ERROR34","features":[375]},{"name":"GLU_NURBS_ERROR35","features":[375]},{"name":"GLU_NURBS_ERROR36","features":[375]},{"name":"GLU_NURBS_ERROR37","features":[375]},{"name":"GLU_NURBS_ERROR4","features":[375]},{"name":"GLU_NURBS_ERROR5","features":[375]},{"name":"GLU_NURBS_ERROR6","features":[375]},{"name":"GLU_NURBS_ERROR7","features":[375]},{"name":"GLU_NURBS_ERROR8","features":[375]},{"name":"GLU_NURBS_ERROR9","features":[375]},{"name":"GLU_OUTLINE_PATCH","features":[375]},{"name":"GLU_OUTLINE_POLYGON","features":[375]},{"name":"GLU_OUTSIDE","features":[375]},{"name":"GLU_OUT_OF_MEMORY","features":[375]},{"name":"GLU_PARAMETRIC_ERROR","features":[375]},{"name":"GLU_PARAMETRIC_TOLERANCE","features":[375]},{"name":"GLU_PATH_LENGTH","features":[375]},{"name":"GLU_POINT","features":[375]},{"name":"GLU_SAMPLING_METHOD","features":[375]},{"name":"GLU_SAMPLING_TOLERANCE","features":[375]},{"name":"GLU_SILHOUETTE","features":[375]},{"name":"GLU_SMOOTH","features":[375]},{"name":"GLU_TESS_BEGIN","features":[375]},{"name":"GLU_TESS_BEGIN_DATA","features":[375]},{"name":"GLU_TESS_BOUNDARY_ONLY","features":[375]},{"name":"GLU_TESS_COMBINE","features":[375]},{"name":"GLU_TESS_COMBINE_DATA","features":[375]},{"name":"GLU_TESS_COORD_TOO_LARGE","features":[375]},{"name":"GLU_TESS_EDGE_FLAG","features":[375]},{"name":"GLU_TESS_EDGE_FLAG_DATA","features":[375]},{"name":"GLU_TESS_END","features":[375]},{"name":"GLU_TESS_END_DATA","features":[375]},{"name":"GLU_TESS_ERROR","features":[375]},{"name":"GLU_TESS_ERROR1","features":[375]},{"name":"GLU_TESS_ERROR2","features":[375]},{"name":"GLU_TESS_ERROR3","features":[375]},{"name":"GLU_TESS_ERROR4","features":[375]},{"name":"GLU_TESS_ERROR5","features":[375]},{"name":"GLU_TESS_ERROR6","features":[375]},{"name":"GLU_TESS_ERROR7","features":[375]},{"name":"GLU_TESS_ERROR8","features":[375]},{"name":"GLU_TESS_ERROR_DATA","features":[375]},{"name":"GLU_TESS_MISSING_BEGIN_CONTOUR","features":[375]},{"name":"GLU_TESS_MISSING_BEGIN_POLYGON","features":[375]},{"name":"GLU_TESS_MISSING_END_CONTOUR","features":[375]},{"name":"GLU_TESS_MISSING_END_POLYGON","features":[375]},{"name":"GLU_TESS_NEED_COMBINE_CALLBACK","features":[375]},{"name":"GLU_TESS_TOLERANCE","features":[375]},{"name":"GLU_TESS_VERTEX","features":[375]},{"name":"GLU_TESS_VERTEX_DATA","features":[375]},{"name":"GLU_TESS_WINDING_ABS_GEQ_TWO","features":[375]},{"name":"GLU_TESS_WINDING_NEGATIVE","features":[375]},{"name":"GLU_TESS_WINDING_NONZERO","features":[375]},{"name":"GLU_TESS_WINDING_ODD","features":[375]},{"name":"GLU_TESS_WINDING_POSITIVE","features":[375]},{"name":"GLU_TESS_WINDING_RULE","features":[375]},{"name":"GLU_TRUE","features":[375]},{"name":"GLU_UNKNOWN","features":[375]},{"name":"GLU_U_STEP","features":[375]},{"name":"GLU_VERSION","features":[375]},{"name":"GLU_VERSION_1_1","features":[375]},{"name":"GLU_VERSION_1_2","features":[375]},{"name":"GLU_VERTEX","features":[375]},{"name":"GLU_V_STEP","features":[375]},{"name":"GLUnurbs","features":[375]},{"name":"GLUnurbsErrorProc","features":[375]},{"name":"GLUquadric","features":[375]},{"name":"GLUquadricErrorProc","features":[375]},{"name":"GLUtessBeginDataProc","features":[375]},{"name":"GLUtessBeginProc","features":[375]},{"name":"GLUtessCombineDataProc","features":[375]},{"name":"GLUtessCombineProc","features":[375]},{"name":"GLUtessEdgeFlagDataProc","features":[375]},{"name":"GLUtessEdgeFlagProc","features":[375]},{"name":"GLUtessEndDataProc","features":[375]},{"name":"GLUtessEndProc","features":[375]},{"name":"GLUtessErrorDataProc","features":[375]},{"name":"GLUtessErrorProc","features":[375]},{"name":"GLUtessVertexDataProc","features":[375]},{"name":"GLUtessVertexProc","features":[375]},{"name":"GLUtesselator","features":[375]},{"name":"GLYPHMETRICSFLOAT","features":[375]},{"name":"GL_2D","features":[375]},{"name":"GL_2_BYTES","features":[375]},{"name":"GL_3D","features":[375]},{"name":"GL_3D_COLOR","features":[375]},{"name":"GL_3D_COLOR_TEXTURE","features":[375]},{"name":"GL_3_BYTES","features":[375]},{"name":"GL_4D_COLOR_TEXTURE","features":[375]},{"name":"GL_4_BYTES","features":[375]},{"name":"GL_ACCUM","features":[375]},{"name":"GL_ACCUM_ALPHA_BITS","features":[375]},{"name":"GL_ACCUM_BLUE_BITS","features":[375]},{"name":"GL_ACCUM_BUFFER_BIT","features":[375]},{"name":"GL_ACCUM_CLEAR_VALUE","features":[375]},{"name":"GL_ACCUM_GREEN_BITS","features":[375]},{"name":"GL_ACCUM_RED_BITS","features":[375]},{"name":"GL_ADD","features":[375]},{"name":"GL_ALL_ATTRIB_BITS","features":[375]},{"name":"GL_ALPHA","features":[375]},{"name":"GL_ALPHA12","features":[375]},{"name":"GL_ALPHA16","features":[375]},{"name":"GL_ALPHA4","features":[375]},{"name":"GL_ALPHA8","features":[375]},{"name":"GL_ALPHA_BIAS","features":[375]},{"name":"GL_ALPHA_BITS","features":[375]},{"name":"GL_ALPHA_SCALE","features":[375]},{"name":"GL_ALPHA_TEST","features":[375]},{"name":"GL_ALPHA_TEST_FUNC","features":[375]},{"name":"GL_ALPHA_TEST_REF","features":[375]},{"name":"GL_ALWAYS","features":[375]},{"name":"GL_AMBIENT","features":[375]},{"name":"GL_AMBIENT_AND_DIFFUSE","features":[375]},{"name":"GL_AND","features":[375]},{"name":"GL_AND_INVERTED","features":[375]},{"name":"GL_AND_REVERSE","features":[375]},{"name":"GL_ATTRIB_STACK_DEPTH","features":[375]},{"name":"GL_AUTO_NORMAL","features":[375]},{"name":"GL_AUX0","features":[375]},{"name":"GL_AUX1","features":[375]},{"name":"GL_AUX2","features":[375]},{"name":"GL_AUX3","features":[375]},{"name":"GL_AUX_BUFFERS","features":[375]},{"name":"GL_BACK","features":[375]},{"name":"GL_BACK_LEFT","features":[375]},{"name":"GL_BACK_RIGHT","features":[375]},{"name":"GL_BGRA_EXT","features":[375]},{"name":"GL_BGR_EXT","features":[375]},{"name":"GL_BITMAP","features":[375]},{"name":"GL_BITMAP_TOKEN","features":[375]},{"name":"GL_BLEND","features":[375]},{"name":"GL_BLEND_DST","features":[375]},{"name":"GL_BLEND_SRC","features":[375]},{"name":"GL_BLUE","features":[375]},{"name":"GL_BLUE_BIAS","features":[375]},{"name":"GL_BLUE_BITS","features":[375]},{"name":"GL_BLUE_SCALE","features":[375]},{"name":"GL_BYTE","features":[375]},{"name":"GL_C3F_V3F","features":[375]},{"name":"GL_C4F_N3F_V3F","features":[375]},{"name":"GL_C4UB_V2F","features":[375]},{"name":"GL_C4UB_V3F","features":[375]},{"name":"GL_CCW","features":[375]},{"name":"GL_CLAMP","features":[375]},{"name":"GL_CLEAR","features":[375]},{"name":"GL_CLIENT_ALL_ATTRIB_BITS","features":[375]},{"name":"GL_CLIENT_ATTRIB_STACK_DEPTH","features":[375]},{"name":"GL_CLIENT_PIXEL_STORE_BIT","features":[375]},{"name":"GL_CLIENT_VERTEX_ARRAY_BIT","features":[375]},{"name":"GL_CLIP_PLANE0","features":[375]},{"name":"GL_CLIP_PLANE1","features":[375]},{"name":"GL_CLIP_PLANE2","features":[375]},{"name":"GL_CLIP_PLANE3","features":[375]},{"name":"GL_CLIP_PLANE4","features":[375]},{"name":"GL_CLIP_PLANE5","features":[375]},{"name":"GL_COEFF","features":[375]},{"name":"GL_COLOR","features":[375]},{"name":"GL_COLOR_ARRAY","features":[375]},{"name":"GL_COLOR_ARRAY_COUNT_EXT","features":[375]},{"name":"GL_COLOR_ARRAY_EXT","features":[375]},{"name":"GL_COLOR_ARRAY_POINTER","features":[375]},{"name":"GL_COLOR_ARRAY_POINTER_EXT","features":[375]},{"name":"GL_COLOR_ARRAY_SIZE","features":[375]},{"name":"GL_COLOR_ARRAY_SIZE_EXT","features":[375]},{"name":"GL_COLOR_ARRAY_STRIDE","features":[375]},{"name":"GL_COLOR_ARRAY_STRIDE_EXT","features":[375]},{"name":"GL_COLOR_ARRAY_TYPE","features":[375]},{"name":"GL_COLOR_ARRAY_TYPE_EXT","features":[375]},{"name":"GL_COLOR_BUFFER_BIT","features":[375]},{"name":"GL_COLOR_CLEAR_VALUE","features":[375]},{"name":"GL_COLOR_INDEX","features":[375]},{"name":"GL_COLOR_INDEX12_EXT","features":[375]},{"name":"GL_COLOR_INDEX16_EXT","features":[375]},{"name":"GL_COLOR_INDEX1_EXT","features":[375]},{"name":"GL_COLOR_INDEX2_EXT","features":[375]},{"name":"GL_COLOR_INDEX4_EXT","features":[375]},{"name":"GL_COLOR_INDEX8_EXT","features":[375]},{"name":"GL_COLOR_INDEXES","features":[375]},{"name":"GL_COLOR_LOGIC_OP","features":[375]},{"name":"GL_COLOR_MATERIAL","features":[375]},{"name":"GL_COLOR_MATERIAL_FACE","features":[375]},{"name":"GL_COLOR_MATERIAL_PARAMETER","features":[375]},{"name":"GL_COLOR_TABLE_ALPHA_SIZE_EXT","features":[375]},{"name":"GL_COLOR_TABLE_BLUE_SIZE_EXT","features":[375]},{"name":"GL_COLOR_TABLE_FORMAT_EXT","features":[375]},{"name":"GL_COLOR_TABLE_GREEN_SIZE_EXT","features":[375]},{"name":"GL_COLOR_TABLE_INTENSITY_SIZE_EXT","features":[375]},{"name":"GL_COLOR_TABLE_LUMINANCE_SIZE_EXT","features":[375]},{"name":"GL_COLOR_TABLE_RED_SIZE_EXT","features":[375]},{"name":"GL_COLOR_TABLE_WIDTH_EXT","features":[375]},{"name":"GL_COLOR_WRITEMASK","features":[375]},{"name":"GL_COMPILE","features":[375]},{"name":"GL_COMPILE_AND_EXECUTE","features":[375]},{"name":"GL_CONSTANT_ATTENUATION","features":[375]},{"name":"GL_COPY","features":[375]},{"name":"GL_COPY_INVERTED","features":[375]},{"name":"GL_COPY_PIXEL_TOKEN","features":[375]},{"name":"GL_CULL_FACE","features":[375]},{"name":"GL_CULL_FACE_MODE","features":[375]},{"name":"GL_CURRENT_BIT","features":[375]},{"name":"GL_CURRENT_COLOR","features":[375]},{"name":"GL_CURRENT_INDEX","features":[375]},{"name":"GL_CURRENT_NORMAL","features":[375]},{"name":"GL_CURRENT_RASTER_COLOR","features":[375]},{"name":"GL_CURRENT_RASTER_DISTANCE","features":[375]},{"name":"GL_CURRENT_RASTER_INDEX","features":[375]},{"name":"GL_CURRENT_RASTER_POSITION","features":[375]},{"name":"GL_CURRENT_RASTER_POSITION_VALID","features":[375]},{"name":"GL_CURRENT_RASTER_TEXTURE_COORDS","features":[375]},{"name":"GL_CURRENT_TEXTURE_COORDS","features":[375]},{"name":"GL_CW","features":[375]},{"name":"GL_DECAL","features":[375]},{"name":"GL_DECR","features":[375]},{"name":"GL_DEPTH","features":[375]},{"name":"GL_DEPTH_BIAS","features":[375]},{"name":"GL_DEPTH_BITS","features":[375]},{"name":"GL_DEPTH_BUFFER_BIT","features":[375]},{"name":"GL_DEPTH_CLEAR_VALUE","features":[375]},{"name":"GL_DEPTH_COMPONENT","features":[375]},{"name":"GL_DEPTH_FUNC","features":[375]},{"name":"GL_DEPTH_RANGE","features":[375]},{"name":"GL_DEPTH_SCALE","features":[375]},{"name":"GL_DEPTH_TEST","features":[375]},{"name":"GL_DEPTH_WRITEMASK","features":[375]},{"name":"GL_DIFFUSE","features":[375]},{"name":"GL_DITHER","features":[375]},{"name":"GL_DOMAIN","features":[375]},{"name":"GL_DONT_CARE","features":[375]},{"name":"GL_DOUBLE","features":[375]},{"name":"GL_DOUBLEBUFFER","features":[375]},{"name":"GL_DOUBLE_EXT","features":[375]},{"name":"GL_DRAW_BUFFER","features":[375]},{"name":"GL_DRAW_PIXEL_TOKEN","features":[375]},{"name":"GL_DST_ALPHA","features":[375]},{"name":"GL_DST_COLOR","features":[375]},{"name":"GL_EDGE_FLAG","features":[375]},{"name":"GL_EDGE_FLAG_ARRAY","features":[375]},{"name":"GL_EDGE_FLAG_ARRAY_COUNT_EXT","features":[375]},{"name":"GL_EDGE_FLAG_ARRAY_EXT","features":[375]},{"name":"GL_EDGE_FLAG_ARRAY_POINTER","features":[375]},{"name":"GL_EDGE_FLAG_ARRAY_POINTER_EXT","features":[375]},{"name":"GL_EDGE_FLAG_ARRAY_STRIDE","features":[375]},{"name":"GL_EDGE_FLAG_ARRAY_STRIDE_EXT","features":[375]},{"name":"GL_EMISSION","features":[375]},{"name":"GL_ENABLE_BIT","features":[375]},{"name":"GL_EQUAL","features":[375]},{"name":"GL_EQUIV","features":[375]},{"name":"GL_EVAL_BIT","features":[375]},{"name":"GL_EXP","features":[375]},{"name":"GL_EXP2","features":[375]},{"name":"GL_EXTENSIONS","features":[375]},{"name":"GL_EXT_bgra","features":[375]},{"name":"GL_EXT_paletted_texture","features":[375]},{"name":"GL_EXT_vertex_array","features":[375]},{"name":"GL_EYE_LINEAR","features":[375]},{"name":"GL_EYE_PLANE","features":[375]},{"name":"GL_FALSE","features":[375]},{"name":"GL_FASTEST","features":[375]},{"name":"GL_FEEDBACK","features":[375]},{"name":"GL_FEEDBACK_BUFFER_POINTER","features":[375]},{"name":"GL_FEEDBACK_BUFFER_SIZE","features":[375]},{"name":"GL_FEEDBACK_BUFFER_TYPE","features":[375]},{"name":"GL_FILL","features":[375]},{"name":"GL_FLAT","features":[375]},{"name":"GL_FLOAT","features":[375]},{"name":"GL_FOG","features":[375]},{"name":"GL_FOG_BIT","features":[375]},{"name":"GL_FOG_COLOR","features":[375]},{"name":"GL_FOG_DENSITY","features":[375]},{"name":"GL_FOG_END","features":[375]},{"name":"GL_FOG_HINT","features":[375]},{"name":"GL_FOG_INDEX","features":[375]},{"name":"GL_FOG_MODE","features":[375]},{"name":"GL_FOG_SPECULAR_TEXTURE_WIN","features":[375]},{"name":"GL_FOG_START","features":[375]},{"name":"GL_FRONT","features":[375]},{"name":"GL_FRONT_AND_BACK","features":[375]},{"name":"GL_FRONT_FACE","features":[375]},{"name":"GL_FRONT_LEFT","features":[375]},{"name":"GL_FRONT_RIGHT","features":[375]},{"name":"GL_GEQUAL","features":[375]},{"name":"GL_GREATER","features":[375]},{"name":"GL_GREEN","features":[375]},{"name":"GL_GREEN_BIAS","features":[375]},{"name":"GL_GREEN_BITS","features":[375]},{"name":"GL_GREEN_SCALE","features":[375]},{"name":"GL_HINT_BIT","features":[375]},{"name":"GL_INCR","features":[375]},{"name":"GL_INDEX_ARRAY","features":[375]},{"name":"GL_INDEX_ARRAY_COUNT_EXT","features":[375]},{"name":"GL_INDEX_ARRAY_EXT","features":[375]},{"name":"GL_INDEX_ARRAY_POINTER","features":[375]},{"name":"GL_INDEX_ARRAY_POINTER_EXT","features":[375]},{"name":"GL_INDEX_ARRAY_STRIDE","features":[375]},{"name":"GL_INDEX_ARRAY_STRIDE_EXT","features":[375]},{"name":"GL_INDEX_ARRAY_TYPE","features":[375]},{"name":"GL_INDEX_ARRAY_TYPE_EXT","features":[375]},{"name":"GL_INDEX_BITS","features":[375]},{"name":"GL_INDEX_CLEAR_VALUE","features":[375]},{"name":"GL_INDEX_LOGIC_OP","features":[375]},{"name":"GL_INDEX_MODE","features":[375]},{"name":"GL_INDEX_OFFSET","features":[375]},{"name":"GL_INDEX_SHIFT","features":[375]},{"name":"GL_INDEX_WRITEMASK","features":[375]},{"name":"GL_INT","features":[375]},{"name":"GL_INTENSITY","features":[375]},{"name":"GL_INTENSITY12","features":[375]},{"name":"GL_INTENSITY16","features":[375]},{"name":"GL_INTENSITY4","features":[375]},{"name":"GL_INTENSITY8","features":[375]},{"name":"GL_INVALID_ENUM","features":[375]},{"name":"GL_INVALID_OPERATION","features":[375]},{"name":"GL_INVALID_VALUE","features":[375]},{"name":"GL_INVERT","features":[375]},{"name":"GL_KEEP","features":[375]},{"name":"GL_LEFT","features":[375]},{"name":"GL_LEQUAL","features":[375]},{"name":"GL_LESS","features":[375]},{"name":"GL_LIGHT0","features":[375]},{"name":"GL_LIGHT1","features":[375]},{"name":"GL_LIGHT2","features":[375]},{"name":"GL_LIGHT3","features":[375]},{"name":"GL_LIGHT4","features":[375]},{"name":"GL_LIGHT5","features":[375]},{"name":"GL_LIGHT6","features":[375]},{"name":"GL_LIGHT7","features":[375]},{"name":"GL_LIGHTING","features":[375]},{"name":"GL_LIGHTING_BIT","features":[375]},{"name":"GL_LIGHT_MODEL_AMBIENT","features":[375]},{"name":"GL_LIGHT_MODEL_LOCAL_VIEWER","features":[375]},{"name":"GL_LIGHT_MODEL_TWO_SIDE","features":[375]},{"name":"GL_LINE","features":[375]},{"name":"GL_LINEAR","features":[375]},{"name":"GL_LINEAR_ATTENUATION","features":[375]},{"name":"GL_LINEAR_MIPMAP_LINEAR","features":[375]},{"name":"GL_LINEAR_MIPMAP_NEAREST","features":[375]},{"name":"GL_LINES","features":[375]},{"name":"GL_LINE_BIT","features":[375]},{"name":"GL_LINE_LOOP","features":[375]},{"name":"GL_LINE_RESET_TOKEN","features":[375]},{"name":"GL_LINE_SMOOTH","features":[375]},{"name":"GL_LINE_SMOOTH_HINT","features":[375]},{"name":"GL_LINE_STIPPLE","features":[375]},{"name":"GL_LINE_STIPPLE_PATTERN","features":[375]},{"name":"GL_LINE_STIPPLE_REPEAT","features":[375]},{"name":"GL_LINE_STRIP","features":[375]},{"name":"GL_LINE_TOKEN","features":[375]},{"name":"GL_LINE_WIDTH","features":[375]},{"name":"GL_LINE_WIDTH_GRANULARITY","features":[375]},{"name":"GL_LINE_WIDTH_RANGE","features":[375]},{"name":"GL_LIST_BASE","features":[375]},{"name":"GL_LIST_BIT","features":[375]},{"name":"GL_LIST_INDEX","features":[375]},{"name":"GL_LIST_MODE","features":[375]},{"name":"GL_LOAD","features":[375]},{"name":"GL_LOGIC_OP","features":[375]},{"name":"GL_LOGIC_OP_MODE","features":[375]},{"name":"GL_LUMINANCE","features":[375]},{"name":"GL_LUMINANCE12","features":[375]},{"name":"GL_LUMINANCE12_ALPHA12","features":[375]},{"name":"GL_LUMINANCE12_ALPHA4","features":[375]},{"name":"GL_LUMINANCE16","features":[375]},{"name":"GL_LUMINANCE16_ALPHA16","features":[375]},{"name":"GL_LUMINANCE4","features":[375]},{"name":"GL_LUMINANCE4_ALPHA4","features":[375]},{"name":"GL_LUMINANCE6_ALPHA2","features":[375]},{"name":"GL_LUMINANCE8","features":[375]},{"name":"GL_LUMINANCE8_ALPHA8","features":[375]},{"name":"GL_LUMINANCE_ALPHA","features":[375]},{"name":"GL_MAP1_COLOR_4","features":[375]},{"name":"GL_MAP1_GRID_DOMAIN","features":[375]},{"name":"GL_MAP1_GRID_SEGMENTS","features":[375]},{"name":"GL_MAP1_INDEX","features":[375]},{"name":"GL_MAP1_NORMAL","features":[375]},{"name":"GL_MAP1_TEXTURE_COORD_1","features":[375]},{"name":"GL_MAP1_TEXTURE_COORD_2","features":[375]},{"name":"GL_MAP1_TEXTURE_COORD_3","features":[375]},{"name":"GL_MAP1_TEXTURE_COORD_4","features":[375]},{"name":"GL_MAP1_VERTEX_3","features":[375]},{"name":"GL_MAP1_VERTEX_4","features":[375]},{"name":"GL_MAP2_COLOR_4","features":[375]},{"name":"GL_MAP2_GRID_DOMAIN","features":[375]},{"name":"GL_MAP2_GRID_SEGMENTS","features":[375]},{"name":"GL_MAP2_INDEX","features":[375]},{"name":"GL_MAP2_NORMAL","features":[375]},{"name":"GL_MAP2_TEXTURE_COORD_1","features":[375]},{"name":"GL_MAP2_TEXTURE_COORD_2","features":[375]},{"name":"GL_MAP2_TEXTURE_COORD_3","features":[375]},{"name":"GL_MAP2_TEXTURE_COORD_4","features":[375]},{"name":"GL_MAP2_VERTEX_3","features":[375]},{"name":"GL_MAP2_VERTEX_4","features":[375]},{"name":"GL_MAP_COLOR","features":[375]},{"name":"GL_MAP_STENCIL","features":[375]},{"name":"GL_MATRIX_MODE","features":[375]},{"name":"GL_MAX_ATTRIB_STACK_DEPTH","features":[375]},{"name":"GL_MAX_CLIENT_ATTRIB_STACK_DEPTH","features":[375]},{"name":"GL_MAX_CLIP_PLANES","features":[375]},{"name":"GL_MAX_ELEMENTS_INDICES_WIN","features":[375]},{"name":"GL_MAX_ELEMENTS_VERTICES_WIN","features":[375]},{"name":"GL_MAX_EVAL_ORDER","features":[375]},{"name":"GL_MAX_LIGHTS","features":[375]},{"name":"GL_MAX_LIST_NESTING","features":[375]},{"name":"GL_MAX_MODELVIEW_STACK_DEPTH","features":[375]},{"name":"GL_MAX_NAME_STACK_DEPTH","features":[375]},{"name":"GL_MAX_PIXEL_MAP_TABLE","features":[375]},{"name":"GL_MAX_PROJECTION_STACK_DEPTH","features":[375]},{"name":"GL_MAX_TEXTURE_SIZE","features":[375]},{"name":"GL_MAX_TEXTURE_STACK_DEPTH","features":[375]},{"name":"GL_MAX_VIEWPORT_DIMS","features":[375]},{"name":"GL_MODELVIEW","features":[375]},{"name":"GL_MODELVIEW_MATRIX","features":[375]},{"name":"GL_MODELVIEW_STACK_DEPTH","features":[375]},{"name":"GL_MODULATE","features":[375]},{"name":"GL_MULT","features":[375]},{"name":"GL_N3F_V3F","features":[375]},{"name":"GL_NAME_STACK_DEPTH","features":[375]},{"name":"GL_NAND","features":[375]},{"name":"GL_NEAREST","features":[375]},{"name":"GL_NEAREST_MIPMAP_LINEAR","features":[375]},{"name":"GL_NEAREST_MIPMAP_NEAREST","features":[375]},{"name":"GL_NEVER","features":[375]},{"name":"GL_NICEST","features":[375]},{"name":"GL_NONE","features":[375]},{"name":"GL_NOOP","features":[375]},{"name":"GL_NOR","features":[375]},{"name":"GL_NORMALIZE","features":[375]},{"name":"GL_NORMAL_ARRAY","features":[375]},{"name":"GL_NORMAL_ARRAY_COUNT_EXT","features":[375]},{"name":"GL_NORMAL_ARRAY_EXT","features":[375]},{"name":"GL_NORMAL_ARRAY_POINTER","features":[375]},{"name":"GL_NORMAL_ARRAY_POINTER_EXT","features":[375]},{"name":"GL_NORMAL_ARRAY_STRIDE","features":[375]},{"name":"GL_NORMAL_ARRAY_STRIDE_EXT","features":[375]},{"name":"GL_NORMAL_ARRAY_TYPE","features":[375]},{"name":"GL_NORMAL_ARRAY_TYPE_EXT","features":[375]},{"name":"GL_NOTEQUAL","features":[375]},{"name":"GL_NO_ERROR","features":[375]},{"name":"GL_OBJECT_LINEAR","features":[375]},{"name":"GL_OBJECT_PLANE","features":[375]},{"name":"GL_ONE","features":[375]},{"name":"GL_ONE_MINUS_DST_ALPHA","features":[375]},{"name":"GL_ONE_MINUS_DST_COLOR","features":[375]},{"name":"GL_ONE_MINUS_SRC_ALPHA","features":[375]},{"name":"GL_ONE_MINUS_SRC_COLOR","features":[375]},{"name":"GL_OR","features":[375]},{"name":"GL_ORDER","features":[375]},{"name":"GL_OR_INVERTED","features":[375]},{"name":"GL_OR_REVERSE","features":[375]},{"name":"GL_OUT_OF_MEMORY","features":[375]},{"name":"GL_PACK_ALIGNMENT","features":[375]},{"name":"GL_PACK_LSB_FIRST","features":[375]},{"name":"GL_PACK_ROW_LENGTH","features":[375]},{"name":"GL_PACK_SKIP_PIXELS","features":[375]},{"name":"GL_PACK_SKIP_ROWS","features":[375]},{"name":"GL_PACK_SWAP_BYTES","features":[375]},{"name":"GL_PASS_THROUGH_TOKEN","features":[375]},{"name":"GL_PERSPECTIVE_CORRECTION_HINT","features":[375]},{"name":"GL_PHONG_HINT_WIN","features":[375]},{"name":"GL_PHONG_WIN","features":[375]},{"name":"GL_PIXEL_MAP_A_TO_A","features":[375]},{"name":"GL_PIXEL_MAP_A_TO_A_SIZE","features":[375]},{"name":"GL_PIXEL_MAP_B_TO_B","features":[375]},{"name":"GL_PIXEL_MAP_B_TO_B_SIZE","features":[375]},{"name":"GL_PIXEL_MAP_G_TO_G","features":[375]},{"name":"GL_PIXEL_MAP_G_TO_G_SIZE","features":[375]},{"name":"GL_PIXEL_MAP_I_TO_A","features":[375]},{"name":"GL_PIXEL_MAP_I_TO_A_SIZE","features":[375]},{"name":"GL_PIXEL_MAP_I_TO_B","features":[375]},{"name":"GL_PIXEL_MAP_I_TO_B_SIZE","features":[375]},{"name":"GL_PIXEL_MAP_I_TO_G","features":[375]},{"name":"GL_PIXEL_MAP_I_TO_G_SIZE","features":[375]},{"name":"GL_PIXEL_MAP_I_TO_I","features":[375]},{"name":"GL_PIXEL_MAP_I_TO_I_SIZE","features":[375]},{"name":"GL_PIXEL_MAP_I_TO_R","features":[375]},{"name":"GL_PIXEL_MAP_I_TO_R_SIZE","features":[375]},{"name":"GL_PIXEL_MAP_R_TO_R","features":[375]},{"name":"GL_PIXEL_MAP_R_TO_R_SIZE","features":[375]},{"name":"GL_PIXEL_MAP_S_TO_S","features":[375]},{"name":"GL_PIXEL_MAP_S_TO_S_SIZE","features":[375]},{"name":"GL_PIXEL_MODE_BIT","features":[375]},{"name":"GL_POINT","features":[375]},{"name":"GL_POINTS","features":[375]},{"name":"GL_POINT_BIT","features":[375]},{"name":"GL_POINT_SIZE","features":[375]},{"name":"GL_POINT_SIZE_GRANULARITY","features":[375]},{"name":"GL_POINT_SIZE_RANGE","features":[375]},{"name":"GL_POINT_SMOOTH","features":[375]},{"name":"GL_POINT_SMOOTH_HINT","features":[375]},{"name":"GL_POINT_TOKEN","features":[375]},{"name":"GL_POLYGON","features":[375]},{"name":"GL_POLYGON_BIT","features":[375]},{"name":"GL_POLYGON_MODE","features":[375]},{"name":"GL_POLYGON_OFFSET_FACTOR","features":[375]},{"name":"GL_POLYGON_OFFSET_FILL","features":[375]},{"name":"GL_POLYGON_OFFSET_LINE","features":[375]},{"name":"GL_POLYGON_OFFSET_POINT","features":[375]},{"name":"GL_POLYGON_OFFSET_UNITS","features":[375]},{"name":"GL_POLYGON_SMOOTH","features":[375]},{"name":"GL_POLYGON_SMOOTH_HINT","features":[375]},{"name":"GL_POLYGON_STIPPLE","features":[375]},{"name":"GL_POLYGON_STIPPLE_BIT","features":[375]},{"name":"GL_POLYGON_TOKEN","features":[375]},{"name":"GL_POSITION","features":[375]},{"name":"GL_PROJECTION","features":[375]},{"name":"GL_PROJECTION_MATRIX","features":[375]},{"name":"GL_PROJECTION_STACK_DEPTH","features":[375]},{"name":"GL_PROXY_TEXTURE_1D","features":[375]},{"name":"GL_PROXY_TEXTURE_2D","features":[375]},{"name":"GL_Q","features":[375]},{"name":"GL_QUADRATIC_ATTENUATION","features":[375]},{"name":"GL_QUADS","features":[375]},{"name":"GL_QUAD_STRIP","features":[375]},{"name":"GL_R","features":[375]},{"name":"GL_R3_G3_B2","features":[375]},{"name":"GL_READ_BUFFER","features":[375]},{"name":"GL_RED","features":[375]},{"name":"GL_RED_BIAS","features":[375]},{"name":"GL_RED_BITS","features":[375]},{"name":"GL_RED_SCALE","features":[375]},{"name":"GL_RENDER","features":[375]},{"name":"GL_RENDERER","features":[375]},{"name":"GL_RENDER_MODE","features":[375]},{"name":"GL_REPEAT","features":[375]},{"name":"GL_REPLACE","features":[375]},{"name":"GL_RETURN","features":[375]},{"name":"GL_RGB","features":[375]},{"name":"GL_RGB10","features":[375]},{"name":"GL_RGB10_A2","features":[375]},{"name":"GL_RGB12","features":[375]},{"name":"GL_RGB16","features":[375]},{"name":"GL_RGB4","features":[375]},{"name":"GL_RGB5","features":[375]},{"name":"GL_RGB5_A1","features":[375]},{"name":"GL_RGB8","features":[375]},{"name":"GL_RGBA","features":[375]},{"name":"GL_RGBA12","features":[375]},{"name":"GL_RGBA16","features":[375]},{"name":"GL_RGBA2","features":[375]},{"name":"GL_RGBA4","features":[375]},{"name":"GL_RGBA8","features":[375]},{"name":"GL_RGBA_MODE","features":[375]},{"name":"GL_RIGHT","features":[375]},{"name":"GL_S","features":[375]},{"name":"GL_SCISSOR_BIT","features":[375]},{"name":"GL_SCISSOR_BOX","features":[375]},{"name":"GL_SCISSOR_TEST","features":[375]},{"name":"GL_SELECT","features":[375]},{"name":"GL_SELECTION_BUFFER_POINTER","features":[375]},{"name":"GL_SELECTION_BUFFER_SIZE","features":[375]},{"name":"GL_SET","features":[375]},{"name":"GL_SHADE_MODEL","features":[375]},{"name":"GL_SHININESS","features":[375]},{"name":"GL_SHORT","features":[375]},{"name":"GL_SMOOTH","features":[375]},{"name":"GL_SPECULAR","features":[375]},{"name":"GL_SPHERE_MAP","features":[375]},{"name":"GL_SPOT_CUTOFF","features":[375]},{"name":"GL_SPOT_DIRECTION","features":[375]},{"name":"GL_SPOT_EXPONENT","features":[375]},{"name":"GL_SRC_ALPHA","features":[375]},{"name":"GL_SRC_ALPHA_SATURATE","features":[375]},{"name":"GL_SRC_COLOR","features":[375]},{"name":"GL_STACK_OVERFLOW","features":[375]},{"name":"GL_STACK_UNDERFLOW","features":[375]},{"name":"GL_STENCIL","features":[375]},{"name":"GL_STENCIL_BITS","features":[375]},{"name":"GL_STENCIL_BUFFER_BIT","features":[375]},{"name":"GL_STENCIL_CLEAR_VALUE","features":[375]},{"name":"GL_STENCIL_FAIL","features":[375]},{"name":"GL_STENCIL_FUNC","features":[375]},{"name":"GL_STENCIL_INDEX","features":[375]},{"name":"GL_STENCIL_PASS_DEPTH_FAIL","features":[375]},{"name":"GL_STENCIL_PASS_DEPTH_PASS","features":[375]},{"name":"GL_STENCIL_REF","features":[375]},{"name":"GL_STENCIL_TEST","features":[375]},{"name":"GL_STENCIL_VALUE_MASK","features":[375]},{"name":"GL_STENCIL_WRITEMASK","features":[375]},{"name":"GL_STEREO","features":[375]},{"name":"GL_SUBPIXEL_BITS","features":[375]},{"name":"GL_T","features":[375]},{"name":"GL_T2F_C3F_V3F","features":[375]},{"name":"GL_T2F_C4F_N3F_V3F","features":[375]},{"name":"GL_T2F_C4UB_V3F","features":[375]},{"name":"GL_T2F_N3F_V3F","features":[375]},{"name":"GL_T2F_V3F","features":[375]},{"name":"GL_T4F_C4F_N3F_V4F","features":[375]},{"name":"GL_T4F_V4F","features":[375]},{"name":"GL_TEXTURE","features":[375]},{"name":"GL_TEXTURE_1D","features":[375]},{"name":"GL_TEXTURE_2D","features":[375]},{"name":"GL_TEXTURE_ALPHA_SIZE","features":[375]},{"name":"GL_TEXTURE_BINDING_1D","features":[375]},{"name":"GL_TEXTURE_BINDING_2D","features":[375]},{"name":"GL_TEXTURE_BIT","features":[375]},{"name":"GL_TEXTURE_BLUE_SIZE","features":[375]},{"name":"GL_TEXTURE_BORDER","features":[375]},{"name":"GL_TEXTURE_BORDER_COLOR","features":[375]},{"name":"GL_TEXTURE_COMPONENTS","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY_COUNT_EXT","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY_EXT","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY_POINTER","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY_POINTER_EXT","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY_SIZE","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY_SIZE_EXT","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY_STRIDE","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY_STRIDE_EXT","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY_TYPE","features":[375]},{"name":"GL_TEXTURE_COORD_ARRAY_TYPE_EXT","features":[375]},{"name":"GL_TEXTURE_ENV","features":[375]},{"name":"GL_TEXTURE_ENV_COLOR","features":[375]},{"name":"GL_TEXTURE_ENV_MODE","features":[375]},{"name":"GL_TEXTURE_GEN_MODE","features":[375]},{"name":"GL_TEXTURE_GEN_Q","features":[375]},{"name":"GL_TEXTURE_GEN_R","features":[375]},{"name":"GL_TEXTURE_GEN_S","features":[375]},{"name":"GL_TEXTURE_GEN_T","features":[375]},{"name":"GL_TEXTURE_GREEN_SIZE","features":[375]},{"name":"GL_TEXTURE_HEIGHT","features":[375]},{"name":"GL_TEXTURE_INTENSITY_SIZE","features":[375]},{"name":"GL_TEXTURE_INTERNAL_FORMAT","features":[375]},{"name":"GL_TEXTURE_LUMINANCE_SIZE","features":[375]},{"name":"GL_TEXTURE_MAG_FILTER","features":[375]},{"name":"GL_TEXTURE_MATRIX","features":[375]},{"name":"GL_TEXTURE_MIN_FILTER","features":[375]},{"name":"GL_TEXTURE_PRIORITY","features":[375]},{"name":"GL_TEXTURE_RED_SIZE","features":[375]},{"name":"GL_TEXTURE_RESIDENT","features":[375]},{"name":"GL_TEXTURE_STACK_DEPTH","features":[375]},{"name":"GL_TEXTURE_WIDTH","features":[375]},{"name":"GL_TEXTURE_WRAP_S","features":[375]},{"name":"GL_TEXTURE_WRAP_T","features":[375]},{"name":"GL_TRANSFORM_BIT","features":[375]},{"name":"GL_TRIANGLES","features":[375]},{"name":"GL_TRIANGLE_FAN","features":[375]},{"name":"GL_TRIANGLE_STRIP","features":[375]},{"name":"GL_TRUE","features":[375]},{"name":"GL_UNPACK_ALIGNMENT","features":[375]},{"name":"GL_UNPACK_LSB_FIRST","features":[375]},{"name":"GL_UNPACK_ROW_LENGTH","features":[375]},{"name":"GL_UNPACK_SKIP_PIXELS","features":[375]},{"name":"GL_UNPACK_SKIP_ROWS","features":[375]},{"name":"GL_UNPACK_SWAP_BYTES","features":[375]},{"name":"GL_UNSIGNED_BYTE","features":[375]},{"name":"GL_UNSIGNED_INT","features":[375]},{"name":"GL_UNSIGNED_SHORT","features":[375]},{"name":"GL_V2F","features":[375]},{"name":"GL_V3F","features":[375]},{"name":"GL_VENDOR","features":[375]},{"name":"GL_VERSION","features":[375]},{"name":"GL_VERSION_1_1","features":[375]},{"name":"GL_VERTEX_ARRAY","features":[375]},{"name":"GL_VERTEX_ARRAY_COUNT_EXT","features":[375]},{"name":"GL_VERTEX_ARRAY_EXT","features":[375]},{"name":"GL_VERTEX_ARRAY_POINTER","features":[375]},{"name":"GL_VERTEX_ARRAY_POINTER_EXT","features":[375]},{"name":"GL_VERTEX_ARRAY_SIZE","features":[375]},{"name":"GL_VERTEX_ARRAY_SIZE_EXT","features":[375]},{"name":"GL_VERTEX_ARRAY_STRIDE","features":[375]},{"name":"GL_VERTEX_ARRAY_STRIDE_EXT","features":[375]},{"name":"GL_VERTEX_ARRAY_TYPE","features":[375]},{"name":"GL_VERTEX_ARRAY_TYPE_EXT","features":[375]},{"name":"GL_VIEWPORT","features":[375]},{"name":"GL_VIEWPORT_BIT","features":[375]},{"name":"GL_WIN_draw_range_elements","features":[375]},{"name":"GL_WIN_swap_hint","features":[375]},{"name":"GL_XOR","features":[375]},{"name":"GL_ZERO","features":[375]},{"name":"GL_ZOOM_X","features":[375]},{"name":"GL_ZOOM_Y","features":[375]},{"name":"GetEnhMetaFilePixelFormat","features":[318,375]},{"name":"GetPixelFormat","features":[318,375]},{"name":"HGLRC","features":[375]},{"name":"LAYERPLANEDESCRIPTOR","features":[307,375]},{"name":"PFD_DEPTH_DONTCARE","features":[375]},{"name":"PFD_DIRECT3D_ACCELERATED","features":[375]},{"name":"PFD_DOUBLEBUFFER","features":[375]},{"name":"PFD_DOUBLEBUFFER_DONTCARE","features":[375]},{"name":"PFD_DRAW_TO_BITMAP","features":[375]},{"name":"PFD_DRAW_TO_WINDOW","features":[375]},{"name":"PFD_FLAGS","features":[375]},{"name":"PFD_GENERIC_ACCELERATED","features":[375]},{"name":"PFD_GENERIC_FORMAT","features":[375]},{"name":"PFD_LAYER_TYPE","features":[375]},{"name":"PFD_MAIN_PLANE","features":[375]},{"name":"PFD_NEED_PALETTE","features":[375]},{"name":"PFD_NEED_SYSTEM_PALETTE","features":[375]},{"name":"PFD_OVERLAY_PLANE","features":[375]},{"name":"PFD_PIXEL_TYPE","features":[375]},{"name":"PFD_STEREO","features":[375]},{"name":"PFD_STEREO_DONTCARE","features":[375]},{"name":"PFD_SUPPORT_COMPOSITION","features":[375]},{"name":"PFD_SUPPORT_DIRECTDRAW","features":[375]},{"name":"PFD_SUPPORT_GDI","features":[375]},{"name":"PFD_SUPPORT_OPENGL","features":[375]},{"name":"PFD_SWAP_COPY","features":[375]},{"name":"PFD_SWAP_EXCHANGE","features":[375]},{"name":"PFD_SWAP_LAYER_BUFFERS","features":[375]},{"name":"PFD_TYPE_COLORINDEX","features":[375]},{"name":"PFD_TYPE_RGBA","features":[375]},{"name":"PFD_UNDERLAY_PLANE","features":[375]},{"name":"PFNGLADDSWAPHINTRECTWINPROC","features":[375]},{"name":"PFNGLARRAYELEMENTARRAYEXTPROC","features":[375]},{"name":"PFNGLARRAYELEMENTEXTPROC","features":[375]},{"name":"PFNGLCOLORPOINTEREXTPROC","features":[375]},{"name":"PFNGLCOLORSUBTABLEEXTPROC","features":[375]},{"name":"PFNGLCOLORTABLEEXTPROC","features":[375]},{"name":"PFNGLDRAWARRAYSEXTPROC","features":[375]},{"name":"PFNGLDRAWRANGEELEMENTSWINPROC","features":[375]},{"name":"PFNGLEDGEFLAGPOINTEREXTPROC","features":[375]},{"name":"PFNGLGETCOLORTABLEEXTPROC","features":[375]},{"name":"PFNGLGETCOLORTABLEPARAMETERFVEXTPROC","features":[375]},{"name":"PFNGLGETCOLORTABLEPARAMETERIVEXTPROC","features":[375]},{"name":"PFNGLGETPOINTERVEXTPROC","features":[375]},{"name":"PFNGLINDEXPOINTEREXTPROC","features":[375]},{"name":"PFNGLNORMALPOINTEREXTPROC","features":[375]},{"name":"PFNGLTEXCOORDPOINTEREXTPROC","features":[375]},{"name":"PFNGLVERTEXPOINTEREXTPROC","features":[375]},{"name":"PIXELFORMATDESCRIPTOR","features":[375]},{"name":"POINTFLOAT","features":[375]},{"name":"SetPixelFormat","features":[307,318,375]},{"name":"SwapBuffers","features":[307,318,375]},{"name":"glAccum","features":[375]},{"name":"glAlphaFunc","features":[375]},{"name":"glAreTexturesResident","features":[375]},{"name":"glArrayElement","features":[375]},{"name":"glBegin","features":[375]},{"name":"glBindTexture","features":[375]},{"name":"glBitmap","features":[375]},{"name":"glBlendFunc","features":[375]},{"name":"glCallList","features":[375]},{"name":"glCallLists","features":[375]},{"name":"glClear","features":[375]},{"name":"glClearAccum","features":[375]},{"name":"glClearColor","features":[375]},{"name":"glClearDepth","features":[375]},{"name":"glClearIndex","features":[375]},{"name":"glClearStencil","features":[375]},{"name":"glClipPlane","features":[375]},{"name":"glColor3b","features":[375]},{"name":"glColor3bv","features":[375]},{"name":"glColor3d","features":[375]},{"name":"glColor3dv","features":[375]},{"name":"glColor3f","features":[375]},{"name":"glColor3fv","features":[375]},{"name":"glColor3i","features":[375]},{"name":"glColor3iv","features":[375]},{"name":"glColor3s","features":[375]},{"name":"glColor3sv","features":[375]},{"name":"glColor3ub","features":[375]},{"name":"glColor3ubv","features":[375]},{"name":"glColor3ui","features":[375]},{"name":"glColor3uiv","features":[375]},{"name":"glColor3us","features":[375]},{"name":"glColor3usv","features":[375]},{"name":"glColor4b","features":[375]},{"name":"glColor4bv","features":[375]},{"name":"glColor4d","features":[375]},{"name":"glColor4dv","features":[375]},{"name":"glColor4f","features":[375]},{"name":"glColor4fv","features":[375]},{"name":"glColor4i","features":[375]},{"name":"glColor4iv","features":[375]},{"name":"glColor4s","features":[375]},{"name":"glColor4sv","features":[375]},{"name":"glColor4ub","features":[375]},{"name":"glColor4ubv","features":[375]},{"name":"glColor4ui","features":[375]},{"name":"glColor4uiv","features":[375]},{"name":"glColor4us","features":[375]},{"name":"glColor4usv","features":[375]},{"name":"glColorMask","features":[375]},{"name":"glColorMaterial","features":[375]},{"name":"glColorPointer","features":[375]},{"name":"glCopyPixels","features":[375]},{"name":"glCopyTexImage1D","features":[375]},{"name":"glCopyTexImage2D","features":[375]},{"name":"glCopyTexSubImage1D","features":[375]},{"name":"glCopyTexSubImage2D","features":[375]},{"name":"glCullFace","features":[375]},{"name":"glDeleteLists","features":[375]},{"name":"glDeleteTextures","features":[375]},{"name":"glDepthFunc","features":[375]},{"name":"glDepthMask","features":[375]},{"name":"glDepthRange","features":[375]},{"name":"glDisable","features":[375]},{"name":"glDisableClientState","features":[375]},{"name":"glDrawArrays","features":[375]},{"name":"glDrawBuffer","features":[375]},{"name":"glDrawElements","features":[375]},{"name":"glDrawPixels","features":[375]},{"name":"glEdgeFlag","features":[375]},{"name":"glEdgeFlagPointer","features":[375]},{"name":"glEdgeFlagv","features":[375]},{"name":"glEnable","features":[375]},{"name":"glEnableClientState","features":[375]},{"name":"glEnd","features":[375]},{"name":"glEndList","features":[375]},{"name":"glEvalCoord1d","features":[375]},{"name":"glEvalCoord1dv","features":[375]},{"name":"glEvalCoord1f","features":[375]},{"name":"glEvalCoord1fv","features":[375]},{"name":"glEvalCoord2d","features":[375]},{"name":"glEvalCoord2dv","features":[375]},{"name":"glEvalCoord2f","features":[375]},{"name":"glEvalCoord2fv","features":[375]},{"name":"glEvalMesh1","features":[375]},{"name":"glEvalMesh2","features":[375]},{"name":"glEvalPoint1","features":[375]},{"name":"glEvalPoint2","features":[375]},{"name":"glFeedbackBuffer","features":[375]},{"name":"glFinish","features":[375]},{"name":"glFlush","features":[375]},{"name":"glFogf","features":[375]},{"name":"glFogfv","features":[375]},{"name":"glFogi","features":[375]},{"name":"glFogiv","features":[375]},{"name":"glFrontFace","features":[375]},{"name":"glFrustum","features":[375]},{"name":"glGenLists","features":[375]},{"name":"glGenTextures","features":[375]},{"name":"glGetBooleanv","features":[375]},{"name":"glGetClipPlane","features":[375]},{"name":"glGetDoublev","features":[375]},{"name":"glGetError","features":[375]},{"name":"glGetFloatv","features":[375]},{"name":"glGetIntegerv","features":[375]},{"name":"glGetLightfv","features":[375]},{"name":"glGetLightiv","features":[375]},{"name":"glGetMapdv","features":[375]},{"name":"glGetMapfv","features":[375]},{"name":"glGetMapiv","features":[375]},{"name":"glGetMaterialfv","features":[375]},{"name":"glGetMaterialiv","features":[375]},{"name":"glGetPixelMapfv","features":[375]},{"name":"glGetPixelMapuiv","features":[375]},{"name":"glGetPixelMapusv","features":[375]},{"name":"glGetPointerv","features":[375]},{"name":"glGetPolygonStipple","features":[375]},{"name":"glGetString","features":[375]},{"name":"glGetTexEnvfv","features":[375]},{"name":"glGetTexEnviv","features":[375]},{"name":"glGetTexGendv","features":[375]},{"name":"glGetTexGenfv","features":[375]},{"name":"glGetTexGeniv","features":[375]},{"name":"glGetTexImage","features":[375]},{"name":"glGetTexLevelParameterfv","features":[375]},{"name":"glGetTexLevelParameteriv","features":[375]},{"name":"glGetTexParameterfv","features":[375]},{"name":"glGetTexParameteriv","features":[375]},{"name":"glHint","features":[375]},{"name":"glIndexMask","features":[375]},{"name":"glIndexPointer","features":[375]},{"name":"glIndexd","features":[375]},{"name":"glIndexdv","features":[375]},{"name":"glIndexf","features":[375]},{"name":"glIndexfv","features":[375]},{"name":"glIndexi","features":[375]},{"name":"glIndexiv","features":[375]},{"name":"glIndexs","features":[375]},{"name":"glIndexsv","features":[375]},{"name":"glIndexub","features":[375]},{"name":"glIndexubv","features":[375]},{"name":"glInitNames","features":[375]},{"name":"glInterleavedArrays","features":[375]},{"name":"glIsEnabled","features":[375]},{"name":"glIsList","features":[375]},{"name":"glIsTexture","features":[375]},{"name":"glLightModelf","features":[375]},{"name":"glLightModelfv","features":[375]},{"name":"glLightModeli","features":[375]},{"name":"glLightModeliv","features":[375]},{"name":"glLightf","features":[375]},{"name":"glLightfv","features":[375]},{"name":"glLighti","features":[375]},{"name":"glLightiv","features":[375]},{"name":"glLineStipple","features":[375]},{"name":"glLineWidth","features":[375]},{"name":"glListBase","features":[375]},{"name":"glLoadIdentity","features":[375]},{"name":"glLoadMatrixd","features":[375]},{"name":"glLoadMatrixf","features":[375]},{"name":"glLoadName","features":[375]},{"name":"glLogicOp","features":[375]},{"name":"glMap1d","features":[375]},{"name":"glMap1f","features":[375]},{"name":"glMap2d","features":[375]},{"name":"glMap2f","features":[375]},{"name":"glMapGrid1d","features":[375]},{"name":"glMapGrid1f","features":[375]},{"name":"glMapGrid2d","features":[375]},{"name":"glMapGrid2f","features":[375]},{"name":"glMaterialf","features":[375]},{"name":"glMaterialfv","features":[375]},{"name":"glMateriali","features":[375]},{"name":"glMaterialiv","features":[375]},{"name":"glMatrixMode","features":[375]},{"name":"glMultMatrixd","features":[375]},{"name":"glMultMatrixf","features":[375]},{"name":"glNewList","features":[375]},{"name":"glNormal3b","features":[375]},{"name":"glNormal3bv","features":[375]},{"name":"glNormal3d","features":[375]},{"name":"glNormal3dv","features":[375]},{"name":"glNormal3f","features":[375]},{"name":"glNormal3fv","features":[375]},{"name":"glNormal3i","features":[375]},{"name":"glNormal3iv","features":[375]},{"name":"glNormal3s","features":[375]},{"name":"glNormal3sv","features":[375]},{"name":"glNormalPointer","features":[375]},{"name":"glOrtho","features":[375]},{"name":"glPassThrough","features":[375]},{"name":"glPixelMapfv","features":[375]},{"name":"glPixelMapuiv","features":[375]},{"name":"glPixelMapusv","features":[375]},{"name":"glPixelStoref","features":[375]},{"name":"glPixelStorei","features":[375]},{"name":"glPixelTransferf","features":[375]},{"name":"glPixelTransferi","features":[375]},{"name":"glPixelZoom","features":[375]},{"name":"glPointSize","features":[375]},{"name":"glPolygonMode","features":[375]},{"name":"glPolygonOffset","features":[375]},{"name":"glPolygonStipple","features":[375]},{"name":"glPopAttrib","features":[375]},{"name":"glPopClientAttrib","features":[375]},{"name":"glPopMatrix","features":[375]},{"name":"glPopName","features":[375]},{"name":"glPrioritizeTextures","features":[375]},{"name":"glPushAttrib","features":[375]},{"name":"glPushClientAttrib","features":[375]},{"name":"glPushMatrix","features":[375]},{"name":"glPushName","features":[375]},{"name":"glRasterPos2d","features":[375]},{"name":"glRasterPos2dv","features":[375]},{"name":"glRasterPos2f","features":[375]},{"name":"glRasterPos2fv","features":[375]},{"name":"glRasterPos2i","features":[375]},{"name":"glRasterPos2iv","features":[375]},{"name":"glRasterPos2s","features":[375]},{"name":"glRasterPos2sv","features":[375]},{"name":"glRasterPos3d","features":[375]},{"name":"glRasterPos3dv","features":[375]},{"name":"glRasterPos3f","features":[375]},{"name":"glRasterPos3fv","features":[375]},{"name":"glRasterPos3i","features":[375]},{"name":"glRasterPos3iv","features":[375]},{"name":"glRasterPos3s","features":[375]},{"name":"glRasterPos3sv","features":[375]},{"name":"glRasterPos4d","features":[375]},{"name":"glRasterPos4dv","features":[375]},{"name":"glRasterPos4f","features":[375]},{"name":"glRasterPos4fv","features":[375]},{"name":"glRasterPos4i","features":[375]},{"name":"glRasterPos4iv","features":[375]},{"name":"glRasterPos4s","features":[375]},{"name":"glRasterPos4sv","features":[375]},{"name":"glReadBuffer","features":[375]},{"name":"glReadPixels","features":[375]},{"name":"glRectd","features":[375]},{"name":"glRectdv","features":[375]},{"name":"glRectf","features":[375]},{"name":"glRectfv","features":[375]},{"name":"glRecti","features":[375]},{"name":"glRectiv","features":[375]},{"name":"glRects","features":[375]},{"name":"glRectsv","features":[375]},{"name":"glRenderMode","features":[375]},{"name":"glRotated","features":[375]},{"name":"glRotatef","features":[375]},{"name":"glScaled","features":[375]},{"name":"glScalef","features":[375]},{"name":"glScissor","features":[375]},{"name":"glSelectBuffer","features":[375]},{"name":"glShadeModel","features":[375]},{"name":"glStencilFunc","features":[375]},{"name":"glStencilMask","features":[375]},{"name":"glStencilOp","features":[375]},{"name":"glTexCoord1d","features":[375]},{"name":"glTexCoord1dv","features":[375]},{"name":"glTexCoord1f","features":[375]},{"name":"glTexCoord1fv","features":[375]},{"name":"glTexCoord1i","features":[375]},{"name":"glTexCoord1iv","features":[375]},{"name":"glTexCoord1s","features":[375]},{"name":"glTexCoord1sv","features":[375]},{"name":"glTexCoord2d","features":[375]},{"name":"glTexCoord2dv","features":[375]},{"name":"glTexCoord2f","features":[375]},{"name":"glTexCoord2fv","features":[375]},{"name":"glTexCoord2i","features":[375]},{"name":"glTexCoord2iv","features":[375]},{"name":"glTexCoord2s","features":[375]},{"name":"glTexCoord2sv","features":[375]},{"name":"glTexCoord3d","features":[375]},{"name":"glTexCoord3dv","features":[375]},{"name":"glTexCoord3f","features":[375]},{"name":"glTexCoord3fv","features":[375]},{"name":"glTexCoord3i","features":[375]},{"name":"glTexCoord3iv","features":[375]},{"name":"glTexCoord3s","features":[375]},{"name":"glTexCoord3sv","features":[375]},{"name":"glTexCoord4d","features":[375]},{"name":"glTexCoord4dv","features":[375]},{"name":"glTexCoord4f","features":[375]},{"name":"glTexCoord4fv","features":[375]},{"name":"glTexCoord4i","features":[375]},{"name":"glTexCoord4iv","features":[375]},{"name":"glTexCoord4s","features":[375]},{"name":"glTexCoord4sv","features":[375]},{"name":"glTexCoordPointer","features":[375]},{"name":"glTexEnvf","features":[375]},{"name":"glTexEnvfv","features":[375]},{"name":"glTexEnvi","features":[375]},{"name":"glTexEnviv","features":[375]},{"name":"glTexGend","features":[375]},{"name":"glTexGendv","features":[375]},{"name":"glTexGenf","features":[375]},{"name":"glTexGenfv","features":[375]},{"name":"glTexGeni","features":[375]},{"name":"glTexGeniv","features":[375]},{"name":"glTexImage1D","features":[375]},{"name":"glTexImage2D","features":[375]},{"name":"glTexParameterf","features":[375]},{"name":"glTexParameterfv","features":[375]},{"name":"glTexParameteri","features":[375]},{"name":"glTexParameteriv","features":[375]},{"name":"glTexSubImage1D","features":[375]},{"name":"glTexSubImage2D","features":[375]},{"name":"glTranslated","features":[375]},{"name":"glTranslatef","features":[375]},{"name":"glVertex2d","features":[375]},{"name":"glVertex2dv","features":[375]},{"name":"glVertex2f","features":[375]},{"name":"glVertex2fv","features":[375]},{"name":"glVertex2i","features":[375]},{"name":"glVertex2iv","features":[375]},{"name":"glVertex2s","features":[375]},{"name":"glVertex2sv","features":[375]},{"name":"glVertex3d","features":[375]},{"name":"glVertex3dv","features":[375]},{"name":"glVertex3f","features":[375]},{"name":"glVertex3fv","features":[375]},{"name":"glVertex3i","features":[375]},{"name":"glVertex3iv","features":[375]},{"name":"glVertex3s","features":[375]},{"name":"glVertex3sv","features":[375]},{"name":"glVertex4d","features":[375]},{"name":"glVertex4dv","features":[375]},{"name":"glVertex4f","features":[375]},{"name":"glVertex4fv","features":[375]},{"name":"glVertex4i","features":[375]},{"name":"glVertex4iv","features":[375]},{"name":"glVertex4s","features":[375]},{"name":"glVertex4sv","features":[375]},{"name":"glVertexPointer","features":[375]},{"name":"glViewport","features":[375]},{"name":"gluBeginCurve","features":[375]},{"name":"gluBeginPolygon","features":[375]},{"name":"gluBeginSurface","features":[375]},{"name":"gluBeginTrim","features":[375]},{"name":"gluBuild1DMipmaps","features":[375]},{"name":"gluBuild2DMipmaps","features":[375]},{"name":"gluCylinder","features":[375]},{"name":"gluDeleteNurbsRenderer","features":[375]},{"name":"gluDeleteQuadric","features":[375]},{"name":"gluDeleteTess","features":[375]},{"name":"gluDisk","features":[375]},{"name":"gluEndCurve","features":[375]},{"name":"gluEndPolygon","features":[375]},{"name":"gluEndSurface","features":[375]},{"name":"gluEndTrim","features":[375]},{"name":"gluErrorString","features":[375]},{"name":"gluErrorUnicodeStringEXT","features":[375]},{"name":"gluGetNurbsProperty","features":[375]},{"name":"gluGetString","features":[375]},{"name":"gluGetTessProperty","features":[375]},{"name":"gluLoadSamplingMatrices","features":[375]},{"name":"gluLookAt","features":[375]},{"name":"gluNewNurbsRenderer","features":[375]},{"name":"gluNewQuadric","features":[375]},{"name":"gluNewTess","features":[375]},{"name":"gluNextContour","features":[375]},{"name":"gluNurbsCallback","features":[375]},{"name":"gluNurbsCurve","features":[375]},{"name":"gluNurbsProperty","features":[375]},{"name":"gluNurbsSurface","features":[375]},{"name":"gluOrtho2D","features":[375]},{"name":"gluPartialDisk","features":[375]},{"name":"gluPerspective","features":[375]},{"name":"gluPickMatrix","features":[375]},{"name":"gluProject","features":[375]},{"name":"gluPwlCurve","features":[375]},{"name":"gluQuadricCallback","features":[375]},{"name":"gluQuadricDrawStyle","features":[375]},{"name":"gluQuadricNormals","features":[375]},{"name":"gluQuadricOrientation","features":[375]},{"name":"gluQuadricTexture","features":[375]},{"name":"gluScaleImage","features":[375]},{"name":"gluSphere","features":[375]},{"name":"gluTessBeginContour","features":[375]},{"name":"gluTessBeginPolygon","features":[375]},{"name":"gluTessCallback","features":[375]},{"name":"gluTessEndContour","features":[375]},{"name":"gluTessEndPolygon","features":[375]},{"name":"gluTessNormal","features":[375]},{"name":"gluTessProperty","features":[375]},{"name":"gluTessVertex","features":[375]},{"name":"gluUnProject","features":[375]},{"name":"wglCopyContext","features":[307,375]},{"name":"wglCreateContext","features":[318,375]},{"name":"wglCreateLayerContext","features":[318,375]},{"name":"wglDeleteContext","features":[307,375]},{"name":"wglDescribeLayerPlane","features":[307,318,375]},{"name":"wglGetCurrentContext","features":[375]},{"name":"wglGetCurrentDC","features":[318,375]},{"name":"wglGetLayerPaletteEntries","features":[307,318,375]},{"name":"wglGetProcAddress","features":[307,375]},{"name":"wglMakeCurrent","features":[307,318,375]},{"name":"wglRealizeLayerPalette","features":[307,318,375]},{"name":"wglSetLayerPaletteEntries","features":[307,318,375]},{"name":"wglShareLists","features":[307,375]},{"name":"wglSwapLayerBuffers","features":[307,318,375]},{"name":"wglUseFontBitmapsA","features":[307,318,375]},{"name":"wglUseFontBitmapsW","features":[307,318,375]},{"name":"wglUseFontOutlinesA","features":[307,318,375]},{"name":"wglUseFontOutlinesW","features":[307,318,375]}],"422":[{"name":"ADDJOB_INFO_1A","features":[417]},{"name":"ADDJOB_INFO_1W","features":[417]},{"name":"ALREADY_REGISTERED","features":[417]},{"name":"ALREADY_UNREGISTERED","features":[417]},{"name":"APD_COPY_ALL_FILES","features":[417]},{"name":"APD_COPY_FROM_DIRECTORY","features":[417]},{"name":"APD_COPY_NEW_FILES","features":[417]},{"name":"APD_STRICT_DOWNGRADE","features":[417]},{"name":"APD_STRICT_UPGRADE","features":[417]},{"name":"APPLYCPSUI_NO_NEWDEF","features":[417]},{"name":"APPLYCPSUI_OK_CANCEL_BUTTON","features":[417]},{"name":"ASYNC_CALL_ALREADY_PARKED","features":[417]},{"name":"ASYNC_CALL_IN_PROGRESS","features":[417]},{"name":"ASYNC_NOTIFICATION_FAILURE","features":[417]},{"name":"ATTRIBUTE_INFO_1","features":[417]},{"name":"ATTRIBUTE_INFO_2","features":[417]},{"name":"ATTRIBUTE_INFO_3","features":[417]},{"name":"ATTRIBUTE_INFO_4","features":[417]},{"name":"AbortPrinter","features":[307,417]},{"name":"AddFormA","features":[307,417]},{"name":"AddFormW","features":[307,417]},{"name":"AddJobA","features":[307,417]},{"name":"AddJobW","features":[307,417]},{"name":"AddMonitorA","features":[307,417]},{"name":"AddMonitorW","features":[307,417]},{"name":"AddPortA","features":[307,417]},{"name":"AddPortW","features":[307,417]},{"name":"AddPrintDeviceObject","features":[307,417]},{"name":"AddPrintProcessorA","features":[307,417]},{"name":"AddPrintProcessorW","features":[307,417]},{"name":"AddPrintProvidorA","features":[307,417]},{"name":"AddPrintProvidorW","features":[307,417]},{"name":"AddPrinterA","features":[307,417]},{"name":"AddPrinterConnection2A","features":[307,417]},{"name":"AddPrinterConnection2W","features":[307,417]},{"name":"AddPrinterConnectionA","features":[307,417]},{"name":"AddPrinterConnectionW","features":[307,417]},{"name":"AddPrinterDriverA","features":[307,417]},{"name":"AddPrinterDriverExA","features":[307,417]},{"name":"AddPrinterDriverExW","features":[307,417]},{"name":"AddPrinterDriverW","features":[307,417]},{"name":"AddPrinterW","features":[307,417]},{"name":"AdvancedDocumentPropertiesA","features":[307,318,417]},{"name":"AdvancedDocumentPropertiesW","features":[307,318,417]},{"name":"AppendPrinterNotifyInfoData","features":[307,417]},{"name":"BIDI_ACCESS_ADMINISTRATOR","features":[417]},{"name":"BIDI_ACCESS_USER","features":[417]},{"name":"BIDI_ACTION_ENUM_SCHEMA","features":[417]},{"name":"BIDI_ACTION_GET","features":[417]},{"name":"BIDI_ACTION_GET_ALL","features":[417]},{"name":"BIDI_ACTION_GET_WITH_ARGUMENT","features":[417]},{"name":"BIDI_ACTION_SET","features":[417]},{"name":"BIDI_BLOB","features":[417]},{"name":"BIDI_BOOL","features":[417]},{"name":"BIDI_DATA","features":[307,417]},{"name":"BIDI_ENUM","features":[417]},{"name":"BIDI_FLOAT","features":[417]},{"name":"BIDI_INT","features":[417]},{"name":"BIDI_NULL","features":[417]},{"name":"BIDI_REQUEST_CONTAINER","features":[307,417]},{"name":"BIDI_REQUEST_DATA","features":[307,417]},{"name":"BIDI_RESPONSE_CONTAINER","features":[307,417]},{"name":"BIDI_RESPONSE_DATA","features":[307,417]},{"name":"BIDI_STRING","features":[417]},{"name":"BIDI_TEXT","features":[417]},{"name":"BIDI_TYPE","features":[417]},{"name":"BINARY_CONTAINER","features":[417]},{"name":"BOOKLET_EDGE_LEFT","features":[417]},{"name":"BOOKLET_EDGE_RIGHT","features":[417]},{"name":"BOOKLET_PRINT","features":[417]},{"name":"BORDER_PRINT","features":[417]},{"name":"BidiRequest","features":[417]},{"name":"BidiRequestContainer","features":[417]},{"name":"BidiSpl","features":[417]},{"name":"BranchOfficeJobData","features":[417]},{"name":"BranchOfficeJobDataContainer","features":[417]},{"name":"BranchOfficeJobDataError","features":[417]},{"name":"BranchOfficeJobDataPipelineFailed","features":[417]},{"name":"BranchOfficeJobDataPrinted","features":[417]},{"name":"BranchOfficeJobDataRendered","features":[417]},{"name":"BranchOfficeLogOfflineFileFull","features":[417]},{"name":"CC_BIG5","features":[417]},{"name":"CC_CP437","features":[417]},{"name":"CC_CP850","features":[417]},{"name":"CC_CP863","features":[417]},{"name":"CC_DEFAULT","features":[417]},{"name":"CC_GB2312","features":[417]},{"name":"CC_ISC","features":[417]},{"name":"CC_JIS","features":[417]},{"name":"CC_JIS_ANK","features":[417]},{"name":"CC_NOPRECNV","features":[417]},{"name":"CC_NS86","features":[417]},{"name":"CC_SJIS","features":[417]},{"name":"CC_TCA","features":[417]},{"name":"CC_WANSUNG","features":[417]},{"name":"CDM_CONVERT","features":[417]},{"name":"CDM_CONVERT351","features":[417]},{"name":"CDM_DRIVER_DEFAULT","features":[417]},{"name":"CHANNEL_ACQUIRED","features":[417]},{"name":"CHANNEL_ALREADY_CLOSED","features":[417]},{"name":"CHANNEL_ALREADY_OPENED","features":[417]},{"name":"CHANNEL_CLOSED_BY_ANOTHER_LISTENER","features":[417]},{"name":"CHANNEL_CLOSED_BY_SAME_LISTENER","features":[417]},{"name":"CHANNEL_CLOSED_BY_SERVER","features":[417]},{"name":"CHANNEL_NOT_OPENED","features":[417]},{"name":"CHANNEL_RELEASED_BY_LISTENER","features":[417]},{"name":"CHANNEL_WAITING_FOR_CLIENT_NOTIFICATION","features":[417]},{"name":"CHKBOXS_FALSE_PDATA","features":[417]},{"name":"CHKBOXS_FALSE_TRUE","features":[417]},{"name":"CHKBOXS_NONE_PDATA","features":[417]},{"name":"CHKBOXS_NO_PDATA","features":[417]},{"name":"CHKBOXS_NO_YES","features":[417]},{"name":"CHKBOXS_OFF_ON","features":[417]},{"name":"CHKBOXS_OFF_PDATA","features":[417]},{"name":"CLSID_OEMPTPROVIDER","features":[417]},{"name":"CLSID_OEMRENDER","features":[417]},{"name":"CLSID_OEMUI","features":[417]},{"name":"CLSID_OEMUIMXDC","features":[417]},{"name":"CLSID_PTPROVIDER","features":[417]},{"name":"CLSID_XPSRASTERIZER_FACTORY","features":[417]},{"name":"COLOR_OPTIMIZATION","features":[417]},{"name":"COMPROPSHEETUI","features":[307,417,371]},{"name":"CONFIG_INFO_DATA_1","features":[417]},{"name":"COPYFILE_EVENT_ADD_PRINTER_CONNECTION","features":[417]},{"name":"COPYFILE_EVENT_DELETE_PRINTER","features":[417]},{"name":"COPYFILE_EVENT_DELETE_PRINTER_CONNECTION","features":[417]},{"name":"COPYFILE_EVENT_FILES_CHANGED","features":[417]},{"name":"COPYFILE_EVENT_SET_PRINTER_DATAEX","features":[417]},{"name":"COPYFILE_FLAG_CLIENT_SPOOLER","features":[417]},{"name":"COPYFILE_FLAG_SERVER_SPOOLER","features":[417]},{"name":"CORE_PRINTER_DRIVERA","features":[307,417]},{"name":"CORE_PRINTER_DRIVERW","features":[307,417]},{"name":"CPSFUNC_ADD_HPROPSHEETPAGE","features":[417]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUI","features":[417]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUIA","features":[417]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUIW","features":[417]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUI","features":[417]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUIA","features":[417]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUIW","features":[417]},{"name":"CPSFUNC_ADD_PROPSHEETPAGE","features":[417]},{"name":"CPSFUNC_ADD_PROPSHEETPAGEA","features":[417]},{"name":"CPSFUNC_ADD_PROPSHEETPAGEW","features":[417]},{"name":"CPSFUNC_DELETE_HCOMPROPSHEET","features":[417]},{"name":"CPSFUNC_DO_APPLY_CPSUI","features":[417]},{"name":"CPSFUNC_GET_HPSUIPAGES","features":[417]},{"name":"CPSFUNC_GET_PAGECOUNT","features":[417]},{"name":"CPSFUNC_GET_PFNPROPSHEETUI_ICON","features":[417]},{"name":"CPSFUNC_IGNORE_CPSUI_PSN_APPLY","features":[417]},{"name":"CPSFUNC_INSERT_PSUIPAGE","features":[417]},{"name":"CPSFUNC_INSERT_PSUIPAGEA","features":[417]},{"name":"CPSFUNC_INSERT_PSUIPAGEW","features":[417]},{"name":"CPSFUNC_LOAD_CPSUI_ICON","features":[417]},{"name":"CPSFUNC_LOAD_CPSUI_STRING","features":[417]},{"name":"CPSFUNC_LOAD_CPSUI_STRINGA","features":[417]},{"name":"CPSFUNC_LOAD_CPSUI_STRINGW","features":[417]},{"name":"CPSFUNC_QUERY_DATABLOCK","features":[417]},{"name":"CPSFUNC_SET_DATABLOCK","features":[417]},{"name":"CPSFUNC_SET_DMPUB_HIDEBITS","features":[417]},{"name":"CPSFUNC_SET_FUSION_CONTEXT","features":[417]},{"name":"CPSFUNC_SET_HSTARTPAGE","features":[417]},{"name":"CPSFUNC_SET_PSUIPAGE_ICON","features":[417]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLE","features":[417]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLEA","features":[417]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLEW","features":[417]},{"name":"CPSFUNC_SET_RESULT","features":[417]},{"name":"CPSUICBPARAM","features":[307,417,371]},{"name":"CPSUICB_ACTION_ITEMS_APPLIED","features":[417]},{"name":"CPSUICB_ACTION_NONE","features":[417]},{"name":"CPSUICB_ACTION_NO_APPLY_EXIT","features":[417]},{"name":"CPSUICB_ACTION_OPTIF_CHANGED","features":[417]},{"name":"CPSUICB_ACTION_REINIT_ITEMS","features":[417]},{"name":"CPSUICB_REASON_ABOUT","features":[417]},{"name":"CPSUICB_REASON_APPLYNOW","features":[417]},{"name":"CPSUICB_REASON_DLGPROC","features":[417]},{"name":"CPSUICB_REASON_ECB_CHANGED","features":[417]},{"name":"CPSUICB_REASON_EXTPUSH","features":[417]},{"name":"CPSUICB_REASON_ITEMS_REVERTED","features":[417]},{"name":"CPSUICB_REASON_KILLACTIVE","features":[417]},{"name":"CPSUICB_REASON_OPTITEM_SETFOCUS","features":[417]},{"name":"CPSUICB_REASON_PUSHBUTTON","features":[417]},{"name":"CPSUICB_REASON_SEL_CHANGED","features":[417]},{"name":"CPSUICB_REASON_SETACTIVE","features":[417]},{"name":"CPSUICB_REASON_UNDO_CHANGES","features":[417]},{"name":"CPSUIDATABLOCK","features":[417]},{"name":"CPSUIF_ABOUT_CALLBACK","features":[417]},{"name":"CPSUIF_ICONID_AS_HICON","features":[417]},{"name":"CPSUIF_UPDATE_PERMISSION","features":[417]},{"name":"CPSUI_CANCEL","features":[417]},{"name":"CPSUI_OK","features":[417]},{"name":"CPSUI_REBOOTSYSTEM","features":[417]},{"name":"CPSUI_RESTARTWINDOWS","features":[417]},{"name":"CUSTOMPARAM_HEIGHT","features":[417]},{"name":"CUSTOMPARAM_HEIGHTOFFSET","features":[417]},{"name":"CUSTOMPARAM_MAX","features":[417]},{"name":"CUSTOMPARAM_ORIENTATION","features":[417]},{"name":"CUSTOMPARAM_WIDTH","features":[417]},{"name":"CUSTOMPARAM_WIDTHOFFSET","features":[417]},{"name":"CUSTOMSIZEPARAM","features":[417]},{"name":"CallRouterFindFirstPrinterChangeNotification","features":[307,417]},{"name":"ClosePrinter","features":[307,417]},{"name":"CloseSpoolFileHandle","features":[307,417]},{"name":"CommitSpoolData","features":[307,417]},{"name":"CommonPropertySheetUIA","features":[307,417]},{"name":"CommonPropertySheetUIW","features":[307,417]},{"name":"Compression_Fast","features":[417]},{"name":"Compression_Normal","features":[417]},{"name":"Compression_NotCompressed","features":[417]},{"name":"Compression_Small","features":[417]},{"name":"ConfigurePortA","features":[307,417]},{"name":"ConfigurePortW","features":[307,417]},{"name":"ConnectToPrinterDlg","features":[307,417]},{"name":"CorePrinterDriverInstalledA","features":[307,417]},{"name":"CorePrinterDriverInstalledW","features":[307,417]},{"name":"CreatePrintAsyncNotifyChannel","features":[417]},{"name":"CreatePrinterIC","features":[307,318,417]},{"name":"DATATYPES_INFO_1A","features":[417]},{"name":"DATATYPES_INFO_1W","features":[417]},{"name":"DATA_HEADER","features":[417]},{"name":"DEF_PRIORITY","features":[417]},{"name":"DELETE_PORT_DATA_1","features":[417]},{"name":"DEVICEPROPERTYHEADER","features":[307,417]},{"name":"DEVQUERYPRINT_INFO","features":[307,318,417]},{"name":"DF_BKSP_OK","features":[417]},{"name":"DF_NOITALIC","features":[417]},{"name":"DF_NOUNDER","features":[417]},{"name":"DF_NO_BOLD","features":[417]},{"name":"DF_NO_DOUBLE_UNDERLINE","features":[417]},{"name":"DF_NO_STRIKETHRU","features":[417]},{"name":"DF_TYPE_CAPSL","features":[417]},{"name":"DF_TYPE_HPINTELLIFONT","features":[417]},{"name":"DF_TYPE_OEM1","features":[417]},{"name":"DF_TYPE_OEM2","features":[417]},{"name":"DF_TYPE_PST1","features":[417]},{"name":"DF_TYPE_TRUETYPE","features":[417]},{"name":"DF_XM_CR","features":[417]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT","features":[417]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION","features":[417]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION_COUNT","features":[417]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION_GETAT","features":[417]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_DRIVERPROPERTIES","features":[417]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_PRINTERQUEUE","features":[417]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_PRINTSCHEMATICKET","features":[417]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_USERPROPERTIES","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENT","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_BIDINOTIFICATION","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_DETAILEDREASONID","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_REASONID","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_REQUEST","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_SOURCEAPPLICATION","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_WINDOWMODAL","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_WINDOWPARENT","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENT_ONDRIVEREVENT","features":[417]},{"name":"DISPID_PRINTEREXTENSION_EVENT_ONPRINTERQUEUESENUMERATED","features":[417]},{"name":"DISPID_PRINTEREXTENSION_REQUEST","features":[417]},{"name":"DISPID_PRINTEREXTENSION_REQUEST_CANCEL","features":[417]},{"name":"DISPID_PRINTEREXTENSION_REQUEST_COMPLETE","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG_GETBOOL","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG_GETBYTES","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG_GETINT32","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG_GETREADSTREAM","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG_GETSTRING","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG_GETWRITESTREAM","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG_SETBOOL","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG_SETBYTES","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG_SETINT32","features":[417]},{"name":"DISPID_PRINTERPROPERTYBAG_SETSTRING","features":[417]},{"name":"DISPID_PRINTERQUEUE","features":[417]},{"name":"DISPID_PRINTERQUEUEEVENT","features":[417]},{"name":"DISPID_PRINTERQUEUEEVENT_ONBIDIRESPONSERECEIVED","features":[417]},{"name":"DISPID_PRINTERQUEUEVIEW","features":[417]},{"name":"DISPID_PRINTERQUEUEVIEW_EVENT","features":[417]},{"name":"DISPID_PRINTERQUEUEVIEW_EVENT_ONCHANGED","features":[417]},{"name":"DISPID_PRINTERQUEUEVIEW_SETVIEWRANGE","features":[417]},{"name":"DISPID_PRINTERQUEUE_GETPRINTERQUEUEVIEW","features":[417]},{"name":"DISPID_PRINTERQUEUE_GETPROPERTIES","features":[417]},{"name":"DISPID_PRINTERQUEUE_HANDLE","features":[417]},{"name":"DISPID_PRINTERQUEUE_NAME","features":[417]},{"name":"DISPID_PRINTERQUEUE_SENDBIDIQUERY","features":[417]},{"name":"DISPID_PRINTERQUEUE_SENDBIDISETREQUESTASYNC","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETBOOL","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETBYTES","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETINT32","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETREADSTREAM","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETSTREAMASXML","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETSTRING","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETWRITESTREAM","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETBOOL","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETBYTES","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETINT32","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETSTRING","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM_READ","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM_WRITE","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_COMMIT","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_SEEK","features":[417]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_SETSIZE","features":[417]},{"name":"DISPID_PRINTERSCRIPTCONTEXT","features":[417]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_DRIVERPROPERTIES","features":[417]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_QUEUEPROPERTIES","features":[417]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_USERPROPERTIES","features":[417]},{"name":"DISPID_PRINTJOBCOLLECTION","features":[417]},{"name":"DISPID_PRINTJOBCOLLECTION_COUNT","features":[417]},{"name":"DISPID_PRINTJOBCOLLECTION_GETAT","features":[417]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION","features":[417]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATIONEVENT","features":[417]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATIONEVENT_COMPLETED","features":[417]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION_CANCEL","features":[417]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION_START","features":[417]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES","features":[417]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETFEATURE","features":[417]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETFEATURE_KEYNAME","features":[417]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETOPTIONS","features":[417]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETPARAMETERDEFINITION","features":[417]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETSELECTEDOPTION","features":[417]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_JOBCOPIESMAXVALUE","features":[417]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_JOBCOPIESMINVALUE","features":[417]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_PAGEIMAGEABLESIZE","features":[417]},{"name":"DISPID_PRINTSCHEMA_DISPLAYABLEELEMENT","features":[417]},{"name":"DISPID_PRINTSCHEMA_DISPLAYABLEELEMENT_DISPLAYNAME","features":[417]},{"name":"DISPID_PRINTSCHEMA_ELEMENT","features":[417]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_NAME","features":[417]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_NAMESPACEURI","features":[417]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_XMLNODE","features":[417]},{"name":"DISPID_PRINTSCHEMA_FEATURE","features":[417]},{"name":"DISPID_PRINTSCHEMA_FEATURE_DISPLAYUI","features":[417]},{"name":"DISPID_PRINTSCHEMA_FEATURE_GETOPTION","features":[417]},{"name":"DISPID_PRINTSCHEMA_FEATURE_SELECTEDOPTION","features":[417]},{"name":"DISPID_PRINTSCHEMA_FEATURE_SELECTIONTYPE","features":[417]},{"name":"DISPID_PRINTSCHEMA_NUPOPTION","features":[417]},{"name":"DISPID_PRINTSCHEMA_NUPOPTION_PAGESPERSHEET","features":[417]},{"name":"DISPID_PRINTSCHEMA_OPTION","features":[417]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION","features":[417]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION_COUNT","features":[417]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION_GETAT","features":[417]},{"name":"DISPID_PRINTSCHEMA_OPTION_CONSTRAINED","features":[417]},{"name":"DISPID_PRINTSCHEMA_OPTION_GETPROPERTYVALUE","features":[417]},{"name":"DISPID_PRINTSCHEMA_OPTION_SELECTED","features":[417]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE","features":[417]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_EXTENT_HEIGHT","features":[417]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_EXTENT_WIDTH","features":[417]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_IMAGEABLE_HEIGHT","features":[417]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_IMAGEABLE_WIDTH","features":[417]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_ORIGIN_HEIGHT","features":[417]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_ORIGIN_WIDTH","features":[417]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION","features":[417]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION_HEIGHT","features":[417]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION_WIDTH","features":[417]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION","features":[417]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_DATATYPE","features":[417]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_RANGEMAX","features":[417]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_RANGEMIN","features":[417]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_UNITTYPE","features":[417]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_USERINPUTREQUIRED","features":[417]},{"name":"DISPID_PRINTSCHEMA_PARAMETERINITIALIZER","features":[417]},{"name":"DISPID_PRINTSCHEMA_PARAMETERINITIALIZER_VALUE","features":[417]},{"name":"DISPID_PRINTSCHEMA_TICKET","features":[417]},{"name":"DISPID_PRINTSCHEMA_TICKET_COMMITASYNC","features":[417]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETCAPABILITIES","features":[417]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETFEATURE","features":[417]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETFEATURE_KEYNAME","features":[417]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETPARAMETERINITIALIZER","features":[417]},{"name":"DISPID_PRINTSCHEMA_TICKET_JOBCOPIESALLDOCUMENTS","features":[417]},{"name":"DISPID_PRINTSCHEMA_TICKET_NOTIFYXMLCHANGED","features":[417]},{"name":"DISPID_PRINTSCHEMA_TICKET_VALIDATEASYNC","features":[417]},{"name":"DI_CHANNEL","features":[417]},{"name":"DI_MEMORYMAP_WRITE","features":[417]},{"name":"DI_READ_SPOOL_JOB","features":[417]},{"name":"DLGPAGE","features":[307,417,371]},{"name":"DMPUB_BOOKLET_EDGE","features":[417]},{"name":"DMPUB_COLOR","features":[417]},{"name":"DMPUB_COPIES_COLLATE","features":[417]},{"name":"DMPUB_DEFSOURCE","features":[417]},{"name":"DMPUB_DITHERTYPE","features":[417]},{"name":"DMPUB_DUPLEX","features":[417]},{"name":"DMPUB_FIRST","features":[417]},{"name":"DMPUB_FORMNAME","features":[417]},{"name":"DMPUB_ICMINTENT","features":[417]},{"name":"DMPUB_ICMMETHOD","features":[417]},{"name":"DMPUB_LAST","features":[417]},{"name":"DMPUB_MANUAL_DUPLEX","features":[417]},{"name":"DMPUB_MEDIATYPE","features":[417]},{"name":"DMPUB_NONE","features":[417]},{"name":"DMPUB_NUP","features":[417]},{"name":"DMPUB_NUP_DIRECTION","features":[417]},{"name":"DMPUB_OEM_GRAPHIC_ITEM","features":[417]},{"name":"DMPUB_OEM_PAPER_ITEM","features":[417]},{"name":"DMPUB_OEM_ROOT_ITEM","features":[417]},{"name":"DMPUB_ORIENTATION","features":[417]},{"name":"DMPUB_OUTPUTBIN","features":[417]},{"name":"DMPUB_PAGEORDER","features":[417]},{"name":"DMPUB_PRINTQUALITY","features":[417]},{"name":"DMPUB_QUALITY","features":[417]},{"name":"DMPUB_SCALE","features":[417]},{"name":"DMPUB_STAPLE","features":[417]},{"name":"DMPUB_TTOPTION","features":[417]},{"name":"DMPUB_USER","features":[417]},{"name":"DM_ADVANCED","features":[417]},{"name":"DM_INVALIDATE_DRIVER_CACHE","features":[417]},{"name":"DM_NOPERMISSION","features":[417]},{"name":"DM_PROMPT_NON_MODAL","features":[417]},{"name":"DM_RESERVED","features":[417]},{"name":"DM_USER_DEFAULT","features":[417]},{"name":"DOCEVENT_CREATEDCPRE","features":[307,318,417]},{"name":"DOCEVENT_ESCAPE","features":[417]},{"name":"DOCEVENT_FILTER","features":[417]},{"name":"DOCUMENTEVENT_ABORTDOC","features":[417]},{"name":"DOCUMENTEVENT_CREATEDCPOST","features":[417]},{"name":"DOCUMENTEVENT_CREATEDCPRE","features":[417]},{"name":"DOCUMENTEVENT_DELETEDC","features":[417]},{"name":"DOCUMENTEVENT_ENDDOC","features":[417]},{"name":"DOCUMENTEVENT_ENDDOCPOST","features":[417]},{"name":"DOCUMENTEVENT_ENDDOCPRE","features":[417]},{"name":"DOCUMENTEVENT_ENDPAGE","features":[417]},{"name":"DOCUMENTEVENT_ESCAPE","features":[417]},{"name":"DOCUMENTEVENT_FAILURE","features":[417]},{"name":"DOCUMENTEVENT_FIRST","features":[417]},{"name":"DOCUMENTEVENT_LAST","features":[417]},{"name":"DOCUMENTEVENT_QUERYFILTER","features":[417]},{"name":"DOCUMENTEVENT_RESETDCPOST","features":[417]},{"name":"DOCUMENTEVENT_RESETDCPRE","features":[417]},{"name":"DOCUMENTEVENT_SPOOLED","features":[417]},{"name":"DOCUMENTEVENT_STARTDOC","features":[417]},{"name":"DOCUMENTEVENT_STARTDOCPOST","features":[417]},{"name":"DOCUMENTEVENT_STARTDOCPRE","features":[417]},{"name":"DOCUMENTEVENT_STARTPAGE","features":[417]},{"name":"DOCUMENTEVENT_SUCCESS","features":[417]},{"name":"DOCUMENTEVENT_UNSUPPORTED","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPOST","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRE","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRINTTICKETPOST","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRINTTICKETPRE","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPOST","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRE","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRINTTICKETPOST","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRINTTICKETPRE","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEEPRE","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPOST","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPRINTTICKETPOST","features":[417]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPRINTTICKETPRE","features":[417]},{"name":"DOCUMENTEVENT_XPS_CANCELJOB","features":[417]},{"name":"DOCUMENTPROPERTYHEADER","features":[307,318,417]},{"name":"DOC_INFO_1A","features":[417]},{"name":"DOC_INFO_1W","features":[417]},{"name":"DOC_INFO_2A","features":[417]},{"name":"DOC_INFO_2W","features":[417]},{"name":"DOC_INFO_3A","features":[417]},{"name":"DOC_INFO_3W","features":[417]},{"name":"DOC_INFO_INTERNAL","features":[307,417]},{"name":"DOC_INFO_INTERNAL_LEVEL","features":[417]},{"name":"DPD_DELETE_ALL_FILES","features":[417]},{"name":"DPD_DELETE_SPECIFIC_VERSION","features":[417]},{"name":"DPD_DELETE_UNUSED_FILES","features":[417]},{"name":"DPF_ICONID_AS_HICON","features":[417]},{"name":"DPF_USE_HDLGTEMPLATE","features":[417]},{"name":"DPS_NOPERMISSION","features":[417]},{"name":"DP_STD_DOCPROPPAGE1","features":[417]},{"name":"DP_STD_DOCPROPPAGE2","features":[417]},{"name":"DP_STD_RESERVED_START","features":[417]},{"name":"DP_STD_TREEVIEWPAGE","features":[417]},{"name":"DRIVER_EVENT_DELETE","features":[417]},{"name":"DRIVER_EVENT_INITIALIZE","features":[417]},{"name":"DRIVER_INFO_1A","features":[417]},{"name":"DRIVER_INFO_1W","features":[417]},{"name":"DRIVER_INFO_2A","features":[417]},{"name":"DRIVER_INFO_2W","features":[417]},{"name":"DRIVER_INFO_3A","features":[417]},{"name":"DRIVER_INFO_3W","features":[417]},{"name":"DRIVER_INFO_4A","features":[417]},{"name":"DRIVER_INFO_4W","features":[417]},{"name":"DRIVER_INFO_5A","features":[417]},{"name":"DRIVER_INFO_5W","features":[417]},{"name":"DRIVER_INFO_6A","features":[307,417]},{"name":"DRIVER_INFO_6W","features":[307,417]},{"name":"DRIVER_INFO_8A","features":[307,417]},{"name":"DRIVER_INFO_8W","features":[307,417]},{"name":"DRIVER_KERNELMODE","features":[417]},{"name":"DRIVER_UPGRADE_INFO_1","features":[417]},{"name":"DRIVER_UPGRADE_INFO_2","features":[417]},{"name":"DRIVER_USERMODE","features":[417]},{"name":"DSPRINT_PENDING","features":[417]},{"name":"DSPRINT_PUBLISH","features":[417]},{"name":"DSPRINT_REPUBLISH","features":[417]},{"name":"DSPRINT_UNPUBLISH","features":[417]},{"name":"DSPRINT_UPDATE","features":[417]},{"name":"DeleteFormA","features":[307,417]},{"name":"DeleteFormW","features":[307,417]},{"name":"DeleteJobNamedProperty","features":[307,417]},{"name":"DeleteMonitorA","features":[307,417]},{"name":"DeleteMonitorW","features":[307,417]},{"name":"DeletePortA","features":[307,417]},{"name":"DeletePortW","features":[307,417]},{"name":"DeletePrintProcessorA","features":[307,417]},{"name":"DeletePrintProcessorW","features":[307,417]},{"name":"DeletePrintProvidorA","features":[307,417]},{"name":"DeletePrintProvidorW","features":[307,417]},{"name":"DeletePrinter","features":[307,417]},{"name":"DeletePrinterConnectionA","features":[307,417]},{"name":"DeletePrinterConnectionW","features":[307,417]},{"name":"DeletePrinterDataA","features":[307,417]},{"name":"DeletePrinterDataExA","features":[307,417]},{"name":"DeletePrinterDataExW","features":[307,417]},{"name":"DeletePrinterDataW","features":[307,417]},{"name":"DeletePrinterDriverA","features":[307,417]},{"name":"DeletePrinterDriverExA","features":[307,417]},{"name":"DeletePrinterDriverExW","features":[307,417]},{"name":"DeletePrinterDriverPackageA","features":[417]},{"name":"DeletePrinterDriverPackageW","features":[417]},{"name":"DeletePrinterDriverW","features":[307,417]},{"name":"DeletePrinterIC","features":[307,417]},{"name":"DeletePrinterKeyA","features":[307,417]},{"name":"DeletePrinterKeyW","features":[307,417]},{"name":"DevQueryPrint","features":[307,318,417]},{"name":"DevQueryPrintEx","features":[307,318,417]},{"name":"DocumentPropertiesA","features":[307,318,417]},{"name":"DocumentPropertiesW","features":[307,318,417]},{"name":"EATTRIBUTE_DATATYPE","features":[417]},{"name":"EBranchOfficeJobEventType","features":[417]},{"name":"ECBF_CHECKNAME_AT_FRONT","features":[417]},{"name":"ECBF_CHECKNAME_ONLY","features":[417]},{"name":"ECBF_CHECKNAME_ONLY_ENABLED","features":[417]},{"name":"ECBF_ICONID_AS_HICON","features":[417]},{"name":"ECBF_MASK","features":[417]},{"name":"ECBF_OVERLAY_ECBICON_IF_CHECKED","features":[417]},{"name":"ECBF_OVERLAY_NO_ICON","features":[417]},{"name":"ECBF_OVERLAY_STOP_ICON","features":[417]},{"name":"ECBF_OVERLAY_WARNING_ICON","features":[417]},{"name":"EMFPLAYPROC","features":[307,318,417]},{"name":"EMF_PP_COLOR_OPTIMIZATION","features":[417]},{"name":"EPF_ICONID_AS_HICON","features":[417]},{"name":"EPF_INCL_SETUP_TITLE","features":[417]},{"name":"EPF_MASK","features":[417]},{"name":"EPF_NO_DOT_DOT_DOT","features":[417]},{"name":"EPF_OVERLAY_NO_ICON","features":[417]},{"name":"EPF_OVERLAY_STOP_ICON","features":[417]},{"name":"EPF_OVERLAY_WARNING_ICON","features":[417]},{"name":"EPF_PUSH_TYPE_DLGPROC","features":[417]},{"name":"EPF_USE_HDLGTEMPLATE","features":[417]},{"name":"EPrintPropertyType","features":[417]},{"name":"EPrintXPSJobOperation","features":[417]},{"name":"EPrintXPSJobProgress","features":[417]},{"name":"ERROR_BIDI_DEVICE_CONFIG_UNCHANGED","features":[417]},{"name":"ERROR_BIDI_DEVICE_OFFLINE","features":[417]},{"name":"ERROR_BIDI_ERROR_BASE","features":[417]},{"name":"ERROR_BIDI_GET_ARGUMENT_NOT_SUPPORTED","features":[417]},{"name":"ERROR_BIDI_GET_MISSING_ARGUMENT","features":[417]},{"name":"ERROR_BIDI_GET_REQUIRES_ARGUMENT","features":[417]},{"name":"ERROR_BIDI_NO_BIDI_SCHEMA_EXTENSIONS","features":[417]},{"name":"ERROR_BIDI_NO_LOCALIZED_RESOURCES","features":[417]},{"name":"ERROR_BIDI_SCHEMA_NOT_SUPPORTED","features":[417]},{"name":"ERROR_BIDI_SCHEMA_READ_ONLY","features":[417]},{"name":"ERROR_BIDI_SCHEMA_WRITE_ONLY","features":[417]},{"name":"ERROR_BIDI_SERVER_OFFLINE","features":[417]},{"name":"ERROR_BIDI_SET_DIFFERENT_TYPE","features":[417]},{"name":"ERROR_BIDI_SET_INVALID_SCHEMAPATH","features":[417]},{"name":"ERROR_BIDI_SET_MULTIPLE_SCHEMAPATH","features":[417]},{"name":"ERROR_BIDI_SET_UNKNOWN_FAILURE","features":[417]},{"name":"ERROR_BIDI_STATUS_OK","features":[417]},{"name":"ERROR_BIDI_STATUS_WARNING","features":[417]},{"name":"ERROR_BIDI_UNSUPPORTED_CLIENT_LANGUAGE","features":[417]},{"name":"ERROR_BIDI_UNSUPPORTED_RESOURCE_FORMAT","features":[417]},{"name":"ERR_CPSUI_ALLOCMEM_FAILED","features":[417]},{"name":"ERR_CPSUI_CREATEPROPPAGE_FAILED","features":[417]},{"name":"ERR_CPSUI_CREATE_IMAGELIST_FAILED","features":[417]},{"name":"ERR_CPSUI_CREATE_TRACKBAR_FAILED","features":[417]},{"name":"ERR_CPSUI_CREATE_UDARROW_FAILED","features":[417]},{"name":"ERR_CPSUI_DMCOPIES_USE_EXTPUSH","features":[417]},{"name":"ERR_CPSUI_FUNCTION_NOT_IMPLEMENTED","features":[417]},{"name":"ERR_CPSUI_GETLASTERROR","features":[417]},{"name":"ERR_CPSUI_INTERNAL_ERROR","features":[417]},{"name":"ERR_CPSUI_INVALID_DLGPAGEIDX","features":[417]},{"name":"ERR_CPSUI_INVALID_DLGPAGE_CBSIZE","features":[417]},{"name":"ERR_CPSUI_INVALID_DMPUBID","features":[417]},{"name":"ERR_CPSUI_INVALID_DMPUB_TVOT","features":[417]},{"name":"ERR_CPSUI_INVALID_ECB_CBSIZE","features":[417]},{"name":"ERR_CPSUI_INVALID_EDITBOX_BUF_SIZE","features":[417]},{"name":"ERR_CPSUI_INVALID_EDITBOX_PSEL","features":[417]},{"name":"ERR_CPSUI_INVALID_EXTPUSH_CBSIZE","features":[417]},{"name":"ERR_CPSUI_INVALID_LBCB_TYPE","features":[417]},{"name":"ERR_CPSUI_INVALID_LPARAM","features":[417]},{"name":"ERR_CPSUI_INVALID_OPTITEM_CBSIZE","features":[417]},{"name":"ERR_CPSUI_INVALID_OPTPARAM_CBSIZE","features":[417]},{"name":"ERR_CPSUI_INVALID_OPTTYPE_CBSIZE","features":[417]},{"name":"ERR_CPSUI_INVALID_OPTTYPE_COUNT","features":[417]},{"name":"ERR_CPSUI_INVALID_PDATA","features":[417]},{"name":"ERR_CPSUI_INVALID_PDLGPAGE","features":[417]},{"name":"ERR_CPSUI_INVALID_PUSHBUTTON_TYPE","features":[417]},{"name":"ERR_CPSUI_INVALID_TVOT_TYPE","features":[417]},{"name":"ERR_CPSUI_MORE_THAN_ONE_STDPAGE","features":[417]},{"name":"ERR_CPSUI_MORE_THAN_ONE_TVPAGE","features":[417]},{"name":"ERR_CPSUI_NO_EXTPUSH_DLGTEMPLATEID","features":[417]},{"name":"ERR_CPSUI_NO_PROPSHEETPAGE","features":[417]},{"name":"ERR_CPSUI_NULL_CALLERNAME","features":[417]},{"name":"ERR_CPSUI_NULL_ECB_PCHECKEDNAME","features":[417]},{"name":"ERR_CPSUI_NULL_ECB_PTITLE","features":[417]},{"name":"ERR_CPSUI_NULL_EXTPUSH_CALLBACK","features":[417]},{"name":"ERR_CPSUI_NULL_EXTPUSH_DLGPROC","features":[417]},{"name":"ERR_CPSUI_NULL_HINST","features":[417]},{"name":"ERR_CPSUI_NULL_OPTITEMNAME","features":[417]},{"name":"ERR_CPSUI_NULL_POPTITEM","features":[417]},{"name":"ERR_CPSUI_NULL_POPTPARAM","features":[417]},{"name":"ERR_CPSUI_SUBITEM_DIFF_DLGPAGEIDX","features":[417]},{"name":"ERR_CPSUI_SUBITEM_DIFF_OPTIF_HIDE","features":[417]},{"name":"ERR_CPSUI_TOO_MANY_DLGPAGES","features":[417]},{"name":"ERR_CPSUI_TOO_MANY_PROPSHEETPAGES","features":[417]},{"name":"ERR_CPSUI_ZERO_OPTITEM","features":[417]},{"name":"EXTCHKBOX","features":[417]},{"name":"EXTPUSH","features":[307,417,371]},{"name":"EXTTEXTMETRIC","features":[417]},{"name":"EXpsCompressionOptions","features":[417]},{"name":"EXpsFontOptions","features":[417]},{"name":"EXpsFontRestriction","features":[417]},{"name":"EXpsJobConsumption","features":[417]},{"name":"E_VERSION_NOT_SUPPORTED","features":[417]},{"name":"EndDocPrinter","features":[307,417]},{"name":"EndPagePrinter","features":[307,417]},{"name":"EnumFormsA","features":[307,417]},{"name":"EnumFormsW","features":[307,417]},{"name":"EnumJobNamedProperties","features":[307,417]},{"name":"EnumJobsA","features":[307,417]},{"name":"EnumJobsW","features":[307,417]},{"name":"EnumMonitorsA","features":[307,417]},{"name":"EnumMonitorsW","features":[307,417]},{"name":"EnumPortsA","features":[307,417]},{"name":"EnumPortsW","features":[307,417]},{"name":"EnumPrintProcessorDatatypesA","features":[307,417]},{"name":"EnumPrintProcessorDatatypesW","features":[307,417]},{"name":"EnumPrintProcessorsA","features":[307,417]},{"name":"EnumPrintProcessorsW","features":[307,417]},{"name":"EnumPrinterDataA","features":[307,417]},{"name":"EnumPrinterDataExA","features":[307,417]},{"name":"EnumPrinterDataExW","features":[307,417]},{"name":"EnumPrinterDataW","features":[307,417]},{"name":"EnumPrinterDriversA","features":[307,417]},{"name":"EnumPrinterDriversW","features":[307,417]},{"name":"EnumPrinterKeyA","features":[307,417]},{"name":"EnumPrinterKeyW","features":[307,417]},{"name":"EnumPrintersA","features":[307,417]},{"name":"EnumPrintersW","features":[307,417]},{"name":"ExtDeviceMode","features":[307,318,417]},{"name":"FG_CANCHANGE","features":[417]},{"name":"FILL_WITH_DEFAULTS","features":[417]},{"name":"FMTID_PrinterPropertyBag","features":[417]},{"name":"FNT_INFO_CURRENTFONTID","features":[417]},{"name":"FNT_INFO_FONTBOLD","features":[417]},{"name":"FNT_INFO_FONTHEIGHT","features":[417]},{"name":"FNT_INFO_FONTITALIC","features":[417]},{"name":"FNT_INFO_FONTMAXWIDTH","features":[417]},{"name":"FNT_INFO_FONTSTRIKETHRU","features":[417]},{"name":"FNT_INFO_FONTUNDERLINE","features":[417]},{"name":"FNT_INFO_FONTWIDTH","features":[417]},{"name":"FNT_INFO_GRAYPERCENTAGE","features":[417]},{"name":"FNT_INFO_MAX","features":[417]},{"name":"FNT_INFO_NEXTFONTID","features":[417]},{"name":"FNT_INFO_NEXTGLYPH","features":[417]},{"name":"FNT_INFO_PRINTDIRINCCDEGREES","features":[417]},{"name":"FNT_INFO_TEXTXRES","features":[417]},{"name":"FNT_INFO_TEXTYRES","features":[417]},{"name":"FONT_DIR_SORTED","features":[417]},{"name":"FONT_FL_DEVICEFONT","features":[417]},{"name":"FONT_FL_GLYPHSET_GTT","features":[417]},{"name":"FONT_FL_GLYPHSET_RLE","features":[417]},{"name":"FONT_FL_IFI","features":[417]},{"name":"FONT_FL_PERMANENT_SF","features":[417]},{"name":"FONT_FL_RESERVED","features":[417]},{"name":"FONT_FL_SOFTFONT","features":[417]},{"name":"FONT_FL_UFM","features":[417]},{"name":"FORM_BUILTIN","features":[417]},{"name":"FORM_INFO_1A","features":[307,417]},{"name":"FORM_INFO_1W","features":[307,417]},{"name":"FORM_INFO_2A","features":[307,417]},{"name":"FORM_INFO_2W","features":[307,417]},{"name":"FORM_PRINTER","features":[417]},{"name":"FORM_USER","features":[417]},{"name":"FinalPageCount","features":[417]},{"name":"FindClosePrinterChangeNotification","features":[307,417]},{"name":"FindFirstPrinterChangeNotification","features":[307,417]},{"name":"FindNextPrinterChangeNotification","features":[307,417]},{"name":"FlushPrinter","features":[307,417]},{"name":"Font_Normal","features":[417]},{"name":"Font_Obfusticate","features":[417]},{"name":"FreePrintNamedPropertyArray","features":[417]},{"name":"FreePrintPropertyValue","features":[417]},{"name":"FreePrinterNotifyInfo","features":[307,417]},{"name":"GLYPHRUN","features":[417]},{"name":"GPD_OEMCUSTOMDATA","features":[417]},{"name":"GUID_DEVINTERFACE_IPPUSB_PRINT","features":[417]},{"name":"GUID_DEVINTERFACE_USBPRINT","features":[417]},{"name":"GdiDeleteSpoolFileHandle","features":[307,417]},{"name":"GdiEndDocEMF","features":[307,417]},{"name":"GdiEndPageEMF","features":[307,417]},{"name":"GdiGetDC","features":[307,318,417]},{"name":"GdiGetDevmodeForPage","features":[307,318,417]},{"name":"GdiGetPageCount","features":[307,417]},{"name":"GdiGetPageHandle","features":[307,417]},{"name":"GdiGetSpoolFileHandle","features":[307,318,417]},{"name":"GdiPlayPageEMF","features":[307,417]},{"name":"GdiResetDCEMF","features":[307,318,417]},{"name":"GdiStartDocEMF","features":[307,417,418]},{"name":"GdiStartPageEMF","features":[307,417]},{"name":"GenerateCopyFilePaths","features":[417]},{"name":"GetCPSUIUserData","features":[307,417]},{"name":"GetCorePrinterDriversA","features":[307,417]},{"name":"GetCorePrinterDriversW","features":[307,417]},{"name":"GetDefaultPrinterA","features":[307,417]},{"name":"GetDefaultPrinterW","features":[307,417]},{"name":"GetFormA","features":[307,417]},{"name":"GetFormW","features":[307,417]},{"name":"GetJobA","features":[307,417]},{"name":"GetJobAttributes","features":[307,318,417]},{"name":"GetJobAttributesEx","features":[307,318,417]},{"name":"GetJobNamedPropertyValue","features":[307,417]},{"name":"GetJobW","features":[307,417]},{"name":"GetPrintExecutionData","features":[307,417]},{"name":"GetPrintOutputInfo","features":[307,417]},{"name":"GetPrintProcessorDirectoryA","features":[307,417]},{"name":"GetPrintProcessorDirectoryW","features":[307,417]},{"name":"GetPrinterA","features":[307,417]},{"name":"GetPrinterDataA","features":[307,417]},{"name":"GetPrinterDataExA","features":[307,417]},{"name":"GetPrinterDataExW","features":[307,417]},{"name":"GetPrinterDataW","features":[307,417]},{"name":"GetPrinterDriver2A","features":[307,417]},{"name":"GetPrinterDriver2W","features":[307,417]},{"name":"GetPrinterDriverA","features":[307,417]},{"name":"GetPrinterDriverDirectoryA","features":[307,417]},{"name":"GetPrinterDriverDirectoryW","features":[307,417]},{"name":"GetPrinterDriverPackagePathA","features":[417]},{"name":"GetPrinterDriverPackagePathW","features":[417]},{"name":"GetPrinterDriverW","features":[307,417]},{"name":"GetPrinterW","features":[307,417]},{"name":"GetSpoolFileHandle","features":[307,417]},{"name":"IAsyncGetSendNotificationCookie","features":[417]},{"name":"IAsyncGetSrvReferralCookie","features":[417]},{"name":"IBidiAsyncNotifyChannel","features":[417]},{"name":"IBidiRequest","features":[417]},{"name":"IBidiRequestContainer","features":[417]},{"name":"IBidiSpl","features":[417]},{"name":"IBidiSpl2","features":[417]},{"name":"IDI_CPSUI_ADVANCE","features":[417]},{"name":"IDI_CPSUI_AUTOSEL","features":[417]},{"name":"IDI_CPSUI_COLLATE","features":[417]},{"name":"IDI_CPSUI_COLOR","features":[417]},{"name":"IDI_CPSUI_COPY","features":[417]},{"name":"IDI_CPSUI_DEVICE","features":[417]},{"name":"IDI_CPSUI_DEVICE2","features":[417]},{"name":"IDI_CPSUI_DEVICE_FEATURE","features":[417]},{"name":"IDI_CPSUI_DITHER_COARSE","features":[417]},{"name":"IDI_CPSUI_DITHER_FINE","features":[417]},{"name":"IDI_CPSUI_DITHER_LINEART","features":[417]},{"name":"IDI_CPSUI_DITHER_NONE","features":[417]},{"name":"IDI_CPSUI_DOCUMENT","features":[417]},{"name":"IDI_CPSUI_DUPLEX_HORZ","features":[417]},{"name":"IDI_CPSUI_DUPLEX_HORZ_L","features":[417]},{"name":"IDI_CPSUI_DUPLEX_NONE","features":[417]},{"name":"IDI_CPSUI_DUPLEX_NONE_L","features":[417]},{"name":"IDI_CPSUI_DUPLEX_VERT","features":[417]},{"name":"IDI_CPSUI_DUPLEX_VERT_L","features":[417]},{"name":"IDI_CPSUI_EMPTY","features":[417]},{"name":"IDI_CPSUI_ENVELOPE","features":[417]},{"name":"IDI_CPSUI_ENVELOPE_FEED","features":[417]},{"name":"IDI_CPSUI_ERROR","features":[417]},{"name":"IDI_CPSUI_FALSE","features":[417]},{"name":"IDI_CPSUI_FAX","features":[417]},{"name":"IDI_CPSUI_FONTCART","features":[417]},{"name":"IDI_CPSUI_FONTCARTHDR","features":[417]},{"name":"IDI_CPSUI_FONTCART_SLOT","features":[417]},{"name":"IDI_CPSUI_FONTSUB","features":[417]},{"name":"IDI_CPSUI_FORMTRAYASSIGN","features":[417]},{"name":"IDI_CPSUI_GENERIC_ITEM","features":[417]},{"name":"IDI_CPSUI_GENERIC_OPTION","features":[417]},{"name":"IDI_CPSUI_GRAPHIC","features":[417]},{"name":"IDI_CPSUI_HALFTONE_SETUP","features":[417]},{"name":"IDI_CPSUI_HTCLRADJ","features":[417]},{"name":"IDI_CPSUI_HT_DEVICE","features":[417]},{"name":"IDI_CPSUI_HT_HOST","features":[417]},{"name":"IDI_CPSUI_ICM_INTENT","features":[417]},{"name":"IDI_CPSUI_ICM_METHOD","features":[417]},{"name":"IDI_CPSUI_ICM_OPTION","features":[417]},{"name":"IDI_CPSUI_ICONID_FIRST","features":[417]},{"name":"IDI_CPSUI_ICONID_LAST","features":[417]},{"name":"IDI_CPSUI_INSTALLABLE_OPTION","features":[417]},{"name":"IDI_CPSUI_LANDSCAPE","features":[417]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWL","features":[417]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWLR","features":[417]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWS","features":[417]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETL","features":[417]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETL_NB","features":[417]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETP","features":[417]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETP_NB","features":[417]},{"name":"IDI_CPSUI_LAYOUT_BMP_PORTRAIT","features":[417]},{"name":"IDI_CPSUI_LAYOUT_BMP_ROT_PORT","features":[417]},{"name":"IDI_CPSUI_LF_PEN_PLOTTER","features":[417]},{"name":"IDI_CPSUI_LF_RASTER_PLOTTER","features":[417]},{"name":"IDI_CPSUI_MANUAL_FEED","features":[417]},{"name":"IDI_CPSUI_MEM","features":[417]},{"name":"IDI_CPSUI_MONO","features":[417]},{"name":"IDI_CPSUI_NO","features":[417]},{"name":"IDI_CPSUI_NOTINSTALLED","features":[417]},{"name":"IDI_CPSUI_NUP_BORDER","features":[417]},{"name":"IDI_CPSUI_OFF","features":[417]},{"name":"IDI_CPSUI_ON","features":[417]},{"name":"IDI_CPSUI_OPTION","features":[417]},{"name":"IDI_CPSUI_OPTION2","features":[417]},{"name":"IDI_CPSUI_OUTBIN","features":[417]},{"name":"IDI_CPSUI_OUTPUT","features":[417]},{"name":"IDI_CPSUI_PAGE_PROTECT","features":[417]},{"name":"IDI_CPSUI_PAPER_OUTPUT","features":[417]},{"name":"IDI_CPSUI_PAPER_TRAY","features":[417]},{"name":"IDI_CPSUI_PAPER_TRAY2","features":[417]},{"name":"IDI_CPSUI_PAPER_TRAY3","features":[417]},{"name":"IDI_CPSUI_PEN_CARROUSEL","features":[417]},{"name":"IDI_CPSUI_PLOTTER_PEN","features":[417]},{"name":"IDI_CPSUI_PORTRAIT","features":[417]},{"name":"IDI_CPSUI_POSTSCRIPT","features":[417]},{"name":"IDI_CPSUI_PRINTER","features":[417]},{"name":"IDI_CPSUI_PRINTER2","features":[417]},{"name":"IDI_CPSUI_PRINTER3","features":[417]},{"name":"IDI_CPSUI_PRINTER4","features":[417]},{"name":"IDI_CPSUI_PRINTER_FEATURE","features":[417]},{"name":"IDI_CPSUI_PRINTER_FOLDER","features":[417]},{"name":"IDI_CPSUI_QUESTION","features":[417]},{"name":"IDI_CPSUI_RES_DRAFT","features":[417]},{"name":"IDI_CPSUI_RES_HIGH","features":[417]},{"name":"IDI_CPSUI_RES_LOW","features":[417]},{"name":"IDI_CPSUI_RES_MEDIUM","features":[417]},{"name":"IDI_CPSUI_RES_PRESENTATION","features":[417]},{"name":"IDI_CPSUI_ROLL_PAPER","features":[417]},{"name":"IDI_CPSUI_ROT_LAND","features":[417]},{"name":"IDI_CPSUI_ROT_PORT","features":[417]},{"name":"IDI_CPSUI_RUN_DIALOG","features":[417]},{"name":"IDI_CPSUI_SCALING","features":[417]},{"name":"IDI_CPSUI_SEL_NONE","features":[417]},{"name":"IDI_CPSUI_SF_PEN_PLOTTER","features":[417]},{"name":"IDI_CPSUI_SF_RASTER_PLOTTER","features":[417]},{"name":"IDI_CPSUI_STAPLER_OFF","features":[417]},{"name":"IDI_CPSUI_STAPLER_ON","features":[417]},{"name":"IDI_CPSUI_STD_FORM","features":[417]},{"name":"IDI_CPSUI_STOP","features":[417]},{"name":"IDI_CPSUI_STOP_WARNING_OVERLAY","features":[417]},{"name":"IDI_CPSUI_TELEPHONE","features":[417]},{"name":"IDI_CPSUI_TRANSPARENT","features":[417]},{"name":"IDI_CPSUI_TRUE","features":[417]},{"name":"IDI_CPSUI_TT_DOWNLOADSOFT","features":[417]},{"name":"IDI_CPSUI_TT_DOWNLOADVECT","features":[417]},{"name":"IDI_CPSUI_TT_PRINTASGRAPHIC","features":[417]},{"name":"IDI_CPSUI_TT_SUBDEV","features":[417]},{"name":"IDI_CPSUI_WARNING","features":[417]},{"name":"IDI_CPSUI_WARNING_OVERLAY","features":[417]},{"name":"IDI_CPSUI_WATERMARK","features":[417]},{"name":"IDI_CPSUI_YES","features":[417]},{"name":"IDS_CPSUI_ABOUT","features":[417]},{"name":"IDS_CPSUI_ADVANCED","features":[417]},{"name":"IDS_CPSUI_ADVANCEDOCUMENT","features":[417]},{"name":"IDS_CPSUI_ALL","features":[417]},{"name":"IDS_CPSUI_AUTOSELECT","features":[417]},{"name":"IDS_CPSUI_BACKTOFRONT","features":[417]},{"name":"IDS_CPSUI_BOND","features":[417]},{"name":"IDS_CPSUI_BOOKLET","features":[417]},{"name":"IDS_CPSUI_BOOKLET_EDGE","features":[417]},{"name":"IDS_CPSUI_BOOKLET_EDGE_LEFT","features":[417]},{"name":"IDS_CPSUI_BOOKLET_EDGE_RIGHT","features":[417]},{"name":"IDS_CPSUI_CASSETTE_TRAY","features":[417]},{"name":"IDS_CPSUI_CHANGE","features":[417]},{"name":"IDS_CPSUI_CHANGED","features":[417]},{"name":"IDS_CPSUI_CHANGES","features":[417]},{"name":"IDS_CPSUI_COARSE","features":[417]},{"name":"IDS_CPSUI_COLLATE","features":[417]},{"name":"IDS_CPSUI_COLLATED","features":[417]},{"name":"IDS_CPSUI_COLON_SEP","features":[417]},{"name":"IDS_CPSUI_COLOR","features":[417]},{"name":"IDS_CPSUI_COLOR_APPERANCE","features":[417]},{"name":"IDS_CPSUI_COPIES","features":[417]},{"name":"IDS_CPSUI_COPY","features":[417]},{"name":"IDS_CPSUI_DEFAULT","features":[417]},{"name":"IDS_CPSUI_DEFAULTDOCUMENT","features":[417]},{"name":"IDS_CPSUI_DEFAULT_TRAY","features":[417]},{"name":"IDS_CPSUI_DEVICE","features":[417]},{"name":"IDS_CPSUI_DEVICEOPTIONS","features":[417]},{"name":"IDS_CPSUI_DEVICE_SETTINGS","features":[417]},{"name":"IDS_CPSUI_DITHERING","features":[417]},{"name":"IDS_CPSUI_DOCUMENT","features":[417]},{"name":"IDS_CPSUI_DOWN_THEN_LEFT","features":[417]},{"name":"IDS_CPSUI_DOWN_THEN_RIGHT","features":[417]},{"name":"IDS_CPSUI_DRAFT","features":[417]},{"name":"IDS_CPSUI_DUPLEX","features":[417]},{"name":"IDS_CPSUI_ENVELOPE_TRAY","features":[417]},{"name":"IDS_CPSUI_ENVMANUAL_TRAY","features":[417]},{"name":"IDS_CPSUI_ERRDIFFUSE","features":[417]},{"name":"IDS_CPSUI_ERROR","features":[417]},{"name":"IDS_CPSUI_EXIST","features":[417]},{"name":"IDS_CPSUI_FALSE","features":[417]},{"name":"IDS_CPSUI_FAST","features":[417]},{"name":"IDS_CPSUI_FAX","features":[417]},{"name":"IDS_CPSUI_FINE","features":[417]},{"name":"IDS_CPSUI_FORMNAME","features":[417]},{"name":"IDS_CPSUI_FORMSOURCE","features":[417]},{"name":"IDS_CPSUI_FORMTRAYASSIGN","features":[417]},{"name":"IDS_CPSUI_FRONTTOBACK","features":[417]},{"name":"IDS_CPSUI_GLOSSY","features":[417]},{"name":"IDS_CPSUI_GRAPHIC","features":[417]},{"name":"IDS_CPSUI_GRAYSCALE","features":[417]},{"name":"IDS_CPSUI_HALFTONE","features":[417]},{"name":"IDS_CPSUI_HALFTONE_SETUP","features":[417]},{"name":"IDS_CPSUI_HIGH","features":[417]},{"name":"IDS_CPSUI_HORIZONTAL","features":[417]},{"name":"IDS_CPSUI_HTCLRADJ","features":[417]},{"name":"IDS_CPSUI_ICM","features":[417]},{"name":"IDS_CPSUI_ICMINTENT","features":[417]},{"name":"IDS_CPSUI_ICMMETHOD","features":[417]},{"name":"IDS_CPSUI_ICM_BLACKWHITE","features":[417]},{"name":"IDS_CPSUI_ICM_COLORMETRIC","features":[417]},{"name":"IDS_CPSUI_ICM_CONTRAST","features":[417]},{"name":"IDS_CPSUI_ICM_NO","features":[417]},{"name":"IDS_CPSUI_ICM_SATURATION","features":[417]},{"name":"IDS_CPSUI_ICM_YES","features":[417]},{"name":"IDS_CPSUI_INSTFONTCART","features":[417]},{"name":"IDS_CPSUI_LANDSCAPE","features":[417]},{"name":"IDS_CPSUI_LARGECAP_TRAY","features":[417]},{"name":"IDS_CPSUI_LARGEFMT_TRAY","features":[417]},{"name":"IDS_CPSUI_LBCB_NOSEL","features":[417]},{"name":"IDS_CPSUI_LEFT_ANGLE","features":[417]},{"name":"IDS_CPSUI_LEFT_SLOT","features":[417]},{"name":"IDS_CPSUI_LEFT_THEN_DOWN","features":[417]},{"name":"IDS_CPSUI_LINEART","features":[417]},{"name":"IDS_CPSUI_LONG_SIDE","features":[417]},{"name":"IDS_CPSUI_LOW","features":[417]},{"name":"IDS_CPSUI_LOWER_TRAY","features":[417]},{"name":"IDS_CPSUI_MAILBOX","features":[417]},{"name":"IDS_CPSUI_MAKE","features":[417]},{"name":"IDS_CPSUI_MANUALFEED","features":[417]},{"name":"IDS_CPSUI_MANUAL_DUPLEX","features":[417]},{"name":"IDS_CPSUI_MANUAL_DUPLEX_OFF","features":[417]},{"name":"IDS_CPSUI_MANUAL_DUPLEX_ON","features":[417]},{"name":"IDS_CPSUI_MANUAL_TRAY","features":[417]},{"name":"IDS_CPSUI_MEDIA","features":[417]},{"name":"IDS_CPSUI_MEDIUM","features":[417]},{"name":"IDS_CPSUI_MIDDLE_TRAY","features":[417]},{"name":"IDS_CPSUI_MONOCHROME","features":[417]},{"name":"IDS_CPSUI_MORE","features":[417]},{"name":"IDS_CPSUI_NO","features":[417]},{"name":"IDS_CPSUI_NONE","features":[417]},{"name":"IDS_CPSUI_NOT","features":[417]},{"name":"IDS_CPSUI_NOTINSTALLED","features":[417]},{"name":"IDS_CPSUI_NO_NAME","features":[417]},{"name":"IDS_CPSUI_NUM_OF_COPIES","features":[417]},{"name":"IDS_CPSUI_NUP","features":[417]},{"name":"IDS_CPSUI_NUP_BORDER","features":[417]},{"name":"IDS_CPSUI_NUP_BORDERED","features":[417]},{"name":"IDS_CPSUI_NUP_DIRECTION","features":[417]},{"name":"IDS_CPSUI_NUP_FOURUP","features":[417]},{"name":"IDS_CPSUI_NUP_NINEUP","features":[417]},{"name":"IDS_CPSUI_NUP_NORMAL","features":[417]},{"name":"IDS_CPSUI_NUP_SIXTEENUP","features":[417]},{"name":"IDS_CPSUI_NUP_SIXUP","features":[417]},{"name":"IDS_CPSUI_NUP_TWOUP","features":[417]},{"name":"IDS_CPSUI_OF","features":[417]},{"name":"IDS_CPSUI_OFF","features":[417]},{"name":"IDS_CPSUI_ON","features":[417]},{"name":"IDS_CPSUI_ONLYONE","features":[417]},{"name":"IDS_CPSUI_OPTION","features":[417]},{"name":"IDS_CPSUI_OPTIONS","features":[417]},{"name":"IDS_CPSUI_ORIENTATION","features":[417]},{"name":"IDS_CPSUI_OUTBINASSIGN","features":[417]},{"name":"IDS_CPSUI_OUTPUTBIN","features":[417]},{"name":"IDS_CPSUI_PAGEORDER","features":[417]},{"name":"IDS_CPSUI_PAGEPROTECT","features":[417]},{"name":"IDS_CPSUI_PAPER_OUTPUT","features":[417]},{"name":"IDS_CPSUI_PERCENT","features":[417]},{"name":"IDS_CPSUI_PLOT","features":[417]},{"name":"IDS_CPSUI_PORTRAIT","features":[417]},{"name":"IDS_CPSUI_POSTER","features":[417]},{"name":"IDS_CPSUI_POSTER_2x2","features":[417]},{"name":"IDS_CPSUI_POSTER_3x3","features":[417]},{"name":"IDS_CPSUI_POSTER_4x4","features":[417]},{"name":"IDS_CPSUI_PRESENTATION","features":[417]},{"name":"IDS_CPSUI_PRINT","features":[417]},{"name":"IDS_CPSUI_PRINTER","features":[417]},{"name":"IDS_CPSUI_PRINTERMEM_KB","features":[417]},{"name":"IDS_CPSUI_PRINTERMEM_MB","features":[417]},{"name":"IDS_CPSUI_PRINTFLDSETTING","features":[417]},{"name":"IDS_CPSUI_PRINTQUALITY","features":[417]},{"name":"IDS_CPSUI_PROPERTIES","features":[417]},{"name":"IDS_CPSUI_QUALITY_BEST","features":[417]},{"name":"IDS_CPSUI_QUALITY_BETTER","features":[417]},{"name":"IDS_CPSUI_QUALITY_CUSTOM","features":[417]},{"name":"IDS_CPSUI_QUALITY_DRAFT","features":[417]},{"name":"IDS_CPSUI_QUALITY_SETTINGS","features":[417]},{"name":"IDS_CPSUI_RANGE_FROM","features":[417]},{"name":"IDS_CPSUI_REGULAR","features":[417]},{"name":"IDS_CPSUI_RESET","features":[417]},{"name":"IDS_CPSUI_RESOLUTION","features":[417]},{"name":"IDS_CPSUI_REVERT","features":[417]},{"name":"IDS_CPSUI_RIGHT_ANGLE","features":[417]},{"name":"IDS_CPSUI_RIGHT_SLOT","features":[417]},{"name":"IDS_CPSUI_RIGHT_THEN_DOWN","features":[417]},{"name":"IDS_CPSUI_ROTATED","features":[417]},{"name":"IDS_CPSUI_ROT_LAND","features":[417]},{"name":"IDS_CPSUI_ROT_PORT","features":[417]},{"name":"IDS_CPSUI_SCALING","features":[417]},{"name":"IDS_CPSUI_SETTING","features":[417]},{"name":"IDS_CPSUI_SETTINGS","features":[417]},{"name":"IDS_CPSUI_SETUP","features":[417]},{"name":"IDS_CPSUI_SHORT_SIDE","features":[417]},{"name":"IDS_CPSUI_SIDE1","features":[417]},{"name":"IDS_CPSUI_SIDE2","features":[417]},{"name":"IDS_CPSUI_SIMPLEX","features":[417]},{"name":"IDS_CPSUI_SLASH_SEP","features":[417]},{"name":"IDS_CPSUI_SLOT1","features":[417]},{"name":"IDS_CPSUI_SLOT2","features":[417]},{"name":"IDS_CPSUI_SLOT3","features":[417]},{"name":"IDS_CPSUI_SLOT4","features":[417]},{"name":"IDS_CPSUI_SLOW","features":[417]},{"name":"IDS_CPSUI_SMALLFMT_TRAY","features":[417]},{"name":"IDS_CPSUI_SOURCE","features":[417]},{"name":"IDS_CPSUI_STACKER","features":[417]},{"name":"IDS_CPSUI_STANDARD","features":[417]},{"name":"IDS_CPSUI_STAPLE","features":[417]},{"name":"IDS_CPSUI_STAPLER","features":[417]},{"name":"IDS_CPSUI_STAPLER_OFF","features":[417]},{"name":"IDS_CPSUI_STAPLER_ON","features":[417]},{"name":"IDS_CPSUI_STDDOCPROPTAB","features":[417]},{"name":"IDS_CPSUI_STDDOCPROPTAB1","features":[417]},{"name":"IDS_CPSUI_STDDOCPROPTAB2","features":[417]},{"name":"IDS_CPSUI_STDDOCPROPTVTAB","features":[417]},{"name":"IDS_CPSUI_STRID_FIRST","features":[417]},{"name":"IDS_CPSUI_STRID_LAST","features":[417]},{"name":"IDS_CPSUI_TO","features":[417]},{"name":"IDS_CPSUI_TOTAL","features":[417]},{"name":"IDS_CPSUI_TRACTOR_TRAY","features":[417]},{"name":"IDS_CPSUI_TRANSPARENCY","features":[417]},{"name":"IDS_CPSUI_TRUE","features":[417]},{"name":"IDS_CPSUI_TTOPTION","features":[417]},{"name":"IDS_CPSUI_TT_DOWNLOADSOFT","features":[417]},{"name":"IDS_CPSUI_TT_DOWNLOADVECT","features":[417]},{"name":"IDS_CPSUI_TT_PRINTASGRAPHIC","features":[417]},{"name":"IDS_CPSUI_TT_SUBDEV","features":[417]},{"name":"IDS_CPSUI_UPPER_TRAY","features":[417]},{"name":"IDS_CPSUI_USE_DEVICE_HT","features":[417]},{"name":"IDS_CPSUI_USE_HOST_HT","features":[417]},{"name":"IDS_CPSUI_USE_PRINTER_HT","features":[417]},{"name":"IDS_CPSUI_VERSION","features":[417]},{"name":"IDS_CPSUI_VERTICAL","features":[417]},{"name":"IDS_CPSUI_WARNING","features":[417]},{"name":"IDS_CPSUI_WATERMARK","features":[417]},{"name":"IDS_CPSUI_YES","features":[417]},{"name":"IFixedDocument","features":[417]},{"name":"IFixedDocumentSequence","features":[417]},{"name":"IFixedPage","features":[417]},{"name":"IImgCreateErrorInfo","features":[417,359]},{"name":"IImgErrorInfo","features":[417,358]},{"name":"IInterFilterCommunicator","features":[417]},{"name":"INSERTPSUIPAGE_INFO","features":[417]},{"name":"INSPSUIPAGE_MODE_AFTER","features":[417]},{"name":"INSPSUIPAGE_MODE_BEFORE","features":[417]},{"name":"INSPSUIPAGE_MODE_FIRST_CHILD","features":[417]},{"name":"INSPSUIPAGE_MODE_INDEX","features":[417]},{"name":"INSPSUIPAGE_MODE_LAST_CHILD","features":[417]},{"name":"INTERNAL_NOTIFICATION_QUEUE_IS_FULL","features":[417]},{"name":"INVALID_NOTIFICATION_TYPE","features":[417]},{"name":"INVOC","features":[417]},{"name":"IOCTL_USBPRINT_ADD_CHILD_DEVICE","features":[417]},{"name":"IOCTL_USBPRINT_ADD_MSIPP_COMPAT_ID","features":[417]},{"name":"IOCTL_USBPRINT_CYCLE_PORT","features":[417]},{"name":"IOCTL_USBPRINT_GET_1284_ID","features":[417]},{"name":"IOCTL_USBPRINT_GET_INTERFACE_TYPE","features":[417]},{"name":"IOCTL_USBPRINT_GET_LPT_STATUS","features":[417]},{"name":"IOCTL_USBPRINT_GET_PROTOCOL","features":[417]},{"name":"IOCTL_USBPRINT_SET_DEVICE_ID","features":[417]},{"name":"IOCTL_USBPRINT_SET_PORT_NUMBER","features":[417]},{"name":"IOCTL_USBPRINT_SET_PROTOCOL","features":[417]},{"name":"IOCTL_USBPRINT_SOFT_RESET","features":[417]},{"name":"IOCTL_USBPRINT_VENDOR_GET_COMMAND","features":[417]},{"name":"IOCTL_USBPRINT_VENDOR_SET_COMMAND","features":[417]},{"name":"IPDFP_COPY_ALL_FILES","features":[417]},{"name":"IPartBase","features":[417]},{"name":"IPartColorProfile","features":[417]},{"name":"IPartDiscardControl","features":[417]},{"name":"IPartFont","features":[417]},{"name":"IPartFont2","features":[417]},{"name":"IPartImage","features":[417]},{"name":"IPartPrintTicket","features":[417]},{"name":"IPartResourceDictionary","features":[417]},{"name":"IPartThumbnail","features":[417]},{"name":"IPrintAsyncCookie","features":[417]},{"name":"IPrintAsyncNewChannelCookie","features":[417]},{"name":"IPrintAsyncNotify","features":[417]},{"name":"IPrintAsyncNotifyCallback","features":[417]},{"name":"IPrintAsyncNotifyChannel","features":[417]},{"name":"IPrintAsyncNotifyDataObject","features":[417]},{"name":"IPrintAsyncNotifyRegistration","features":[417]},{"name":"IPrintAsyncNotifyServerReferral","features":[417]},{"name":"IPrintBidiAsyncNotifyRegistration","features":[417]},{"name":"IPrintClassObjectFactory","features":[417]},{"name":"IPrintCoreHelper","features":[417]},{"name":"IPrintCoreHelperPS","features":[417]},{"name":"IPrintCoreHelperUni","features":[417]},{"name":"IPrintCoreHelperUni2","features":[417]},{"name":"IPrintCoreUI2","features":[417]},{"name":"IPrintJob","features":[417]},{"name":"IPrintJobCollection","features":[417,358]},{"name":"IPrintOemCommon","features":[417]},{"name":"IPrintOemDriverUI","features":[417]},{"name":"IPrintOemUI","features":[417]},{"name":"IPrintOemUI2","features":[417]},{"name":"IPrintOemUIMXDC","features":[417]},{"name":"IPrintPipelineFilter","features":[417]},{"name":"IPrintPipelineManagerControl","features":[417]},{"name":"IPrintPipelineProgressReport","features":[417]},{"name":"IPrintPipelinePropertyBag","features":[417]},{"name":"IPrintPreviewDxgiPackageTarget","features":[417]},{"name":"IPrintReadStream","features":[417]},{"name":"IPrintReadStreamFactory","features":[417]},{"name":"IPrintSchemaAsyncOperation","features":[417,358]},{"name":"IPrintSchemaAsyncOperationEvent","features":[417,358]},{"name":"IPrintSchemaCapabilities","features":[417,358]},{"name":"IPrintSchemaCapabilities2","features":[417,358]},{"name":"IPrintSchemaDisplayableElement","features":[417,358]},{"name":"IPrintSchemaElement","features":[417,358]},{"name":"IPrintSchemaFeature","features":[417,358]},{"name":"IPrintSchemaNUpOption","features":[417,358]},{"name":"IPrintSchemaOption","features":[417,358]},{"name":"IPrintSchemaOptionCollection","features":[417,358]},{"name":"IPrintSchemaPageImageableSize","features":[417,358]},{"name":"IPrintSchemaPageMediaSizeOption","features":[417,358]},{"name":"IPrintSchemaParameterDefinition","features":[417,358]},{"name":"IPrintSchemaParameterInitializer","features":[417,358]},{"name":"IPrintSchemaTicket","features":[417,358]},{"name":"IPrintSchemaTicket2","features":[417,358]},{"name":"IPrintTicketProvider","features":[417]},{"name":"IPrintTicketProvider2","features":[417]},{"name":"IPrintUnidiAsyncNotifyRegistration","features":[417]},{"name":"IPrintWriteStream","features":[417]},{"name":"IPrintWriteStreamFlush","features":[417]},{"name":"IPrinterBidiSetRequestCallback","features":[417]},{"name":"IPrinterExtensionAsyncOperation","features":[417]},{"name":"IPrinterExtensionContext","features":[417,358]},{"name":"IPrinterExtensionContextCollection","features":[417,358]},{"name":"IPrinterExtensionEvent","features":[417,358]},{"name":"IPrinterExtensionEventArgs","features":[417,358]},{"name":"IPrinterExtensionManager","features":[417]},{"name":"IPrinterExtensionRequest","features":[417,358]},{"name":"IPrinterPropertyBag","features":[417,358]},{"name":"IPrinterQueue","features":[417,358]},{"name":"IPrinterQueue2","features":[417,358]},{"name":"IPrinterQueueEvent","features":[417,358]},{"name":"IPrinterQueueView","features":[417,358]},{"name":"IPrinterQueueViewEvent","features":[417,358]},{"name":"IPrinterScriptContext","features":[417,358]},{"name":"IPrinterScriptablePropertyBag","features":[417,358]},{"name":"IPrinterScriptablePropertyBag2","features":[417,358]},{"name":"IPrinterScriptableSequentialStream","features":[417,358]},{"name":"IPrinterScriptableStream","features":[417,358]},{"name":"IXpsDocument","features":[417]},{"name":"IXpsDocumentConsumer","features":[417]},{"name":"IXpsDocumentProvider","features":[417]},{"name":"IXpsPartIterator","features":[417]},{"name":"IXpsRasterizationFactory","features":[417]},{"name":"IXpsRasterizationFactory1","features":[417]},{"name":"IXpsRasterizationFactory2","features":[417]},{"name":"IXpsRasterizer","features":[417]},{"name":"IXpsRasterizerNotificationCallback","features":[417]},{"name":"ImgErrorInfo","features":[417]},{"name":"ImpersonatePrinterClient","features":[307,417]},{"name":"InstallPrinterDriverFromPackageA","features":[417]},{"name":"InstallPrinterDriverFromPackageW","features":[417]},{"name":"IntermediatePageCount","features":[417]},{"name":"IsValidDevmodeA","features":[307,318,417]},{"name":"IsValidDevmodeW","features":[307,318,417]},{"name":"JOB_ACCESS_ADMINISTER","features":[417]},{"name":"JOB_ACCESS_READ","features":[417]},{"name":"JOB_CONTROL_CANCEL","features":[417]},{"name":"JOB_CONTROL_DELETE","features":[417]},{"name":"JOB_CONTROL_LAST_PAGE_EJECTED","features":[417]},{"name":"JOB_CONTROL_PAUSE","features":[417]},{"name":"JOB_CONTROL_RELEASE","features":[417]},{"name":"JOB_CONTROL_RESTART","features":[417]},{"name":"JOB_CONTROL_RESUME","features":[417]},{"name":"JOB_CONTROL_RETAIN","features":[417]},{"name":"JOB_CONTROL_SEND_TOAST","features":[417]},{"name":"JOB_CONTROL_SENT_TO_PRINTER","features":[417]},{"name":"JOB_INFO_1A","features":[307,417]},{"name":"JOB_INFO_1W","features":[307,417]},{"name":"JOB_INFO_2A","features":[307,318,417,310]},{"name":"JOB_INFO_2W","features":[307,318,417,310]},{"name":"JOB_INFO_3","features":[417]},{"name":"JOB_INFO_4A","features":[307,318,417,310]},{"name":"JOB_INFO_4W","features":[307,318,417,310]},{"name":"JOB_NOTIFY_FIELD_BYTES_PRINTED","features":[417]},{"name":"JOB_NOTIFY_FIELD_DATATYPE","features":[417]},{"name":"JOB_NOTIFY_FIELD_DEVMODE","features":[417]},{"name":"JOB_NOTIFY_FIELD_DOCUMENT","features":[417]},{"name":"JOB_NOTIFY_FIELD_DRIVER_NAME","features":[417]},{"name":"JOB_NOTIFY_FIELD_MACHINE_NAME","features":[417]},{"name":"JOB_NOTIFY_FIELD_NOTIFY_NAME","features":[417]},{"name":"JOB_NOTIFY_FIELD_PAGES_PRINTED","features":[417]},{"name":"JOB_NOTIFY_FIELD_PARAMETERS","features":[417]},{"name":"JOB_NOTIFY_FIELD_PORT_NAME","features":[417]},{"name":"JOB_NOTIFY_FIELD_POSITION","features":[417]},{"name":"JOB_NOTIFY_FIELD_PRINTER_NAME","features":[417]},{"name":"JOB_NOTIFY_FIELD_PRINT_PROCESSOR","features":[417]},{"name":"JOB_NOTIFY_FIELD_PRIORITY","features":[417]},{"name":"JOB_NOTIFY_FIELD_REMOTE_JOB_ID","features":[417]},{"name":"JOB_NOTIFY_FIELD_SECURITY_DESCRIPTOR","features":[417]},{"name":"JOB_NOTIFY_FIELD_START_TIME","features":[417]},{"name":"JOB_NOTIFY_FIELD_STATUS","features":[417]},{"name":"JOB_NOTIFY_FIELD_STATUS_STRING","features":[417]},{"name":"JOB_NOTIFY_FIELD_SUBMITTED","features":[417]},{"name":"JOB_NOTIFY_FIELD_TIME","features":[417]},{"name":"JOB_NOTIFY_FIELD_TOTAL_BYTES","features":[417]},{"name":"JOB_NOTIFY_FIELD_TOTAL_PAGES","features":[417]},{"name":"JOB_NOTIFY_FIELD_UNTIL_TIME","features":[417]},{"name":"JOB_NOTIFY_FIELD_USER_NAME","features":[417]},{"name":"JOB_NOTIFY_TYPE","features":[417]},{"name":"JOB_POSITION_UNSPECIFIED","features":[417]},{"name":"JOB_STATUS_BLOCKED_DEVQ","features":[417]},{"name":"JOB_STATUS_COMPLETE","features":[417]},{"name":"JOB_STATUS_DELETED","features":[417]},{"name":"JOB_STATUS_DELETING","features":[417]},{"name":"JOB_STATUS_ERROR","features":[417]},{"name":"JOB_STATUS_OFFLINE","features":[417]},{"name":"JOB_STATUS_PAPEROUT","features":[417]},{"name":"JOB_STATUS_PAUSED","features":[417]},{"name":"JOB_STATUS_PRINTED","features":[417]},{"name":"JOB_STATUS_PRINTING","features":[417]},{"name":"JOB_STATUS_RENDERING_LOCALLY","features":[417]},{"name":"JOB_STATUS_RESTART","features":[417]},{"name":"JOB_STATUS_RETAINED","features":[417]},{"name":"JOB_STATUS_SPOOLING","features":[417]},{"name":"JOB_STATUS_USER_INTERVENTION","features":[417]},{"name":"KERNDATA","features":[373,417]},{"name":"LOCAL_ONLY_REGISTRATION","features":[417]},{"name":"LPR","features":[417]},{"name":"MAPTABLE","features":[417]},{"name":"MAX_ADDRESS_STR_LEN","features":[417]},{"name":"MAX_CHANNEL_COUNT_EXCEEDED","features":[417]},{"name":"MAX_CPSFUNC_INDEX","features":[417]},{"name":"MAX_DEVICEDESCRIPTION_STR_LEN","features":[417]},{"name":"MAX_DLGPAGE_COUNT","features":[417]},{"name":"MAX_FORM_KEYWORD_LENGTH","features":[417]},{"name":"MAX_IPADDR_STR_LEN","features":[417]},{"name":"MAX_NETWORKNAME2_LEN","features":[417]},{"name":"MAX_NETWORKNAME_LEN","features":[417]},{"name":"MAX_NOTIFICATION_SIZE_EXCEEDED","features":[417]},{"name":"MAX_PORTNAME_LEN","features":[417]},{"name":"MAX_PRIORITY","features":[417]},{"name":"MAX_PROPSHEETUI_REASON_INDEX","features":[417]},{"name":"MAX_PSUIPAGEINSERT_INDEX","features":[417]},{"name":"MAX_QUEUENAME_LEN","features":[417]},{"name":"MAX_REGISTRATION_COUNT_EXCEEDED","features":[417]},{"name":"MAX_RES_STR_CHARS","features":[417]},{"name":"MAX_SNMP_COMMUNITY_STR_LEN","features":[417]},{"name":"MESSAGEBOX_PARAMS","features":[307,417]},{"name":"MIN_PRIORITY","features":[417]},{"name":"MONITOR","features":[367,307,417,314]},{"name":"MONITOR2","features":[367,307,417,314]},{"name":"MONITOREX","features":[367,307,417,314]},{"name":"MONITORINIT","features":[307,417,370]},{"name":"MONITORREG","features":[417]},{"name":"MONITORUI","features":[417]},{"name":"MONITOR_INFO_1A","features":[417]},{"name":"MONITOR_INFO_1W","features":[417]},{"name":"MONITOR_INFO_2A","features":[417]},{"name":"MONITOR_INFO_2W","features":[417]},{"name":"MS_PRINT_JOB_OUTPUT_FILE","features":[417]},{"name":"MTYPE_ADD","features":[417]},{"name":"MTYPE_COMPOSE","features":[417]},{"name":"MTYPE_DIRECT","features":[417]},{"name":"MTYPE_DISABLE","features":[417]},{"name":"MTYPE_DOUBLE","features":[417]},{"name":"MTYPE_DOUBLEBYTECHAR_MASK","features":[417]},{"name":"MTYPE_FORMAT_MASK","features":[417]},{"name":"MTYPE_PAIRED","features":[417]},{"name":"MTYPE_PREDEFIN_MASK","features":[417]},{"name":"MTYPE_REPLACE","features":[417]},{"name":"MTYPE_SINGLE","features":[417]},{"name":"MV_GRAPHICS","features":[417]},{"name":"MV_PHYSICAL","features":[417]},{"name":"MV_RELATIVE","features":[417]},{"name":"MV_SENDXMOVECMD","features":[417]},{"name":"MV_SENDYMOVECMD","features":[417]},{"name":"MV_UPDATE","features":[417]},{"name":"MXDCOP_GET_FILENAME","features":[417]},{"name":"MXDCOP_PRINTTICKET_FIXED_DOC","features":[417]},{"name":"MXDCOP_PRINTTICKET_FIXED_DOC_SEQ","features":[417]},{"name":"MXDCOP_PRINTTICKET_FIXED_PAGE","features":[417]},{"name":"MXDCOP_SET_S0PAGE","features":[417]},{"name":"MXDCOP_SET_S0PAGE_RESOURCE","features":[417]},{"name":"MXDCOP_SET_XPSPASSTHRU_MODE","features":[417]},{"name":"MXDC_ESCAPE","features":[417]},{"name":"MXDC_ESCAPE_HEADER_T","features":[417]},{"name":"MXDC_GET_FILENAME_DATA_T","features":[417]},{"name":"MXDC_IMAGETYPE_JPEGHIGH_COMPRESSION","features":[417]},{"name":"MXDC_IMAGETYPE_JPEGLOW_COMPRESSION","features":[417]},{"name":"MXDC_IMAGETYPE_JPEGMEDIUM_COMPRESSION","features":[417]},{"name":"MXDC_IMAGETYPE_PNG","features":[417]},{"name":"MXDC_IMAGE_TYPE_ENUMS","features":[417]},{"name":"MXDC_LANDSCAPE_ROTATE_COUNTERCLOCKWISE_270_DEGREES","features":[417]},{"name":"MXDC_LANDSCAPE_ROTATE_COUNTERCLOCKWISE_90_DEGREES","features":[417]},{"name":"MXDC_LANDSCAPE_ROTATE_NONE","features":[417]},{"name":"MXDC_LANDSCAPE_ROTATION_ENUMS","features":[417]},{"name":"MXDC_PRINTTICKET_DATA_T","features":[417]},{"name":"MXDC_PRINTTICKET_ESCAPE_T","features":[417]},{"name":"MXDC_RESOURCE_DICTIONARY","features":[417]},{"name":"MXDC_RESOURCE_ICC_PROFILE","features":[417]},{"name":"MXDC_RESOURCE_JPEG","features":[417]},{"name":"MXDC_RESOURCE_JPEG_THUMBNAIL","features":[417]},{"name":"MXDC_RESOURCE_MAX","features":[417]},{"name":"MXDC_RESOURCE_PNG","features":[417]},{"name":"MXDC_RESOURCE_PNG_THUMBNAIL","features":[417]},{"name":"MXDC_RESOURCE_TIFF","features":[417]},{"name":"MXDC_RESOURCE_TTF","features":[417]},{"name":"MXDC_RESOURCE_WDP","features":[417]},{"name":"MXDC_S0PAGE_DATA_T","features":[417]},{"name":"MXDC_S0PAGE_PASSTHROUGH_ESCAPE_T","features":[417]},{"name":"MXDC_S0PAGE_RESOURCE_ESCAPE_T","features":[417]},{"name":"MXDC_S0_PAGE_ENUMS","features":[417]},{"name":"MXDC_XPS_S0PAGE_RESOURCE_T","features":[417]},{"name":"NORMAL_PRINT","features":[417]},{"name":"NOTIFICATION_CALLBACK_COMMANDS","features":[417]},{"name":"NOTIFICATION_COMMAND_CONTEXT_ACQUIRE","features":[417]},{"name":"NOTIFICATION_COMMAND_CONTEXT_RELEASE","features":[417]},{"name":"NOTIFICATION_COMMAND_NOTIFY","features":[417]},{"name":"NOTIFICATION_CONFIG_1","features":[307,417]},{"name":"NOTIFICATION_CONFIG_ASYNC_CHANNEL","features":[417]},{"name":"NOTIFICATION_CONFIG_CREATE_EVENT","features":[417]},{"name":"NOTIFICATION_CONFIG_EVENT_TRIGGER","features":[417]},{"name":"NOTIFICATION_CONFIG_FLAGS","features":[417]},{"name":"NOTIFICATION_CONFIG_REGISTER_CALLBACK","features":[417]},{"name":"NOTIFICATION_RELEASE","features":[417]},{"name":"NOT_REGISTERED","features":[417]},{"name":"NO_BORDER_PRINT","features":[417]},{"name":"NO_COLOR_OPTIMIZATION","features":[417]},{"name":"NO_LISTENERS","features":[417]},{"name":"NO_PRIORITY","features":[417]},{"name":"OEMCUIPCALLBACK","features":[307,318,417,371]},{"name":"OEMCUIPPARAM","features":[307,318,417,371]},{"name":"OEMCUIP_DOCPROP","features":[417]},{"name":"OEMCUIP_PRNPROP","features":[417]},{"name":"OEMDMPARAM","features":[307,318,417]},{"name":"OEMDM_CONVERT","features":[417]},{"name":"OEMDM_DEFAULT","features":[417]},{"name":"OEMDM_MERGE","features":[417]},{"name":"OEMDM_SIZE","features":[417]},{"name":"OEMFONTINSTPARAM","features":[307,417]},{"name":"OEMGDS_FREEMEM","features":[417]},{"name":"OEMGDS_JOBTIMEOUT","features":[417]},{"name":"OEMGDS_MAX","features":[417]},{"name":"OEMGDS_MAXBITMAP","features":[417]},{"name":"OEMGDS_MINOUTLINE","features":[417]},{"name":"OEMGDS_MIN_DOCSTICKY","features":[417]},{"name":"OEMGDS_MIN_PRINTERSTICKY","features":[417]},{"name":"OEMGDS_PRINTFLAGS","features":[417]},{"name":"OEMGDS_PROTOCOL","features":[417]},{"name":"OEMGDS_PSDM_CUSTOMSIZE","features":[417]},{"name":"OEMGDS_PSDM_DIALECT","features":[417]},{"name":"OEMGDS_PSDM_FLAGS","features":[417]},{"name":"OEMGDS_PSDM_NUP","features":[417]},{"name":"OEMGDS_PSDM_PSLEVEL","features":[417]},{"name":"OEMGDS_PSDM_TTDLFMT","features":[417]},{"name":"OEMGDS_UNIDM_FLAGS","features":[417]},{"name":"OEMGDS_UNIDM_GPDVER","features":[417]},{"name":"OEMGDS_WAITTIMEOUT","features":[417]},{"name":"OEMGI_GETINTERFACEVERSION","features":[417]},{"name":"OEMGI_GETPUBLISHERINFO","features":[417]},{"name":"OEMGI_GETREQUESTEDHELPERINTERFACES","features":[417]},{"name":"OEMGI_GETSIGNATURE","features":[417]},{"name":"OEMGI_GETVERSION","features":[417]},{"name":"OEMPUBLISH_DEFAULT","features":[417]},{"name":"OEMPUBLISH_IPRINTCOREHELPER","features":[417]},{"name":"OEMTTY_INFO_CODEPAGE","features":[417]},{"name":"OEMTTY_INFO_MARGINS","features":[417]},{"name":"OEMTTY_INFO_NUM_UFMS","features":[417]},{"name":"OEMTTY_INFO_UFM_IDS","features":[417]},{"name":"OEMUIOBJ","features":[307,417]},{"name":"OEMUIPROCS","features":[307,417]},{"name":"OEMUIPSPARAM","features":[307,318,417]},{"name":"OEM_DMEXTRAHEADER","features":[417]},{"name":"OEM_MODE_PUBLISHER","features":[417]},{"name":"OIEXT","features":[307,417]},{"name":"OIEXTF_ANSI_STRING","features":[417]},{"name":"OPTCF_HIDE","features":[417]},{"name":"OPTCF_MASK","features":[417]},{"name":"OPTCOMBO","features":[307,417]},{"name":"OPTIF_CALLBACK","features":[417]},{"name":"OPTIF_CHANGED","features":[417]},{"name":"OPTIF_CHANGEONCE","features":[417]},{"name":"OPTIF_COLLAPSE","features":[417]},{"name":"OPTIF_DISABLED","features":[417]},{"name":"OPTIF_ECB_CHECKED","features":[417]},{"name":"OPTIF_EXT_DISABLED","features":[417]},{"name":"OPTIF_EXT_HIDE","features":[417]},{"name":"OPTIF_EXT_IS_EXTPUSH","features":[417]},{"name":"OPTIF_HAS_POIEXT","features":[417]},{"name":"OPTIF_HIDE","features":[417]},{"name":"OPTIF_INITIAL_TVITEM","features":[417]},{"name":"OPTIF_MASK","features":[417]},{"name":"OPTIF_NO_GROUPBOX_NAME","features":[417]},{"name":"OPTIF_OVERLAY_NO_ICON","features":[417]},{"name":"OPTIF_OVERLAY_STOP_ICON","features":[417]},{"name":"OPTIF_OVERLAY_WARNING_ICON","features":[417]},{"name":"OPTIF_SEL_AS_HICON","features":[417]},{"name":"OPTITEM","features":[307,417,371]},{"name":"OPTPARAM","features":[307,417]},{"name":"OPTPF_DISABLED","features":[417]},{"name":"OPTPF_HIDE","features":[417]},{"name":"OPTPF_ICONID_AS_HICON","features":[417]},{"name":"OPTPF_MASK","features":[417]},{"name":"OPTPF_OVERLAY_NO_ICON","features":[417]},{"name":"OPTPF_OVERLAY_STOP_ICON","features":[417]},{"name":"OPTPF_OVERLAY_WARNING_ICON","features":[417]},{"name":"OPTPF_USE_HDLGTEMPLATE","features":[417]},{"name":"OPTTF_MASK","features":[417]},{"name":"OPTTF_NOSPACE_BEFORE_POSTFIX","features":[417]},{"name":"OPTTF_TYPE_DISABLED","features":[417]},{"name":"OPTTYPE","features":[307,417]},{"name":"OTS_LBCB_INCL_ITEM_NONE","features":[417]},{"name":"OTS_LBCB_NO_ICON16_IN_ITEM","features":[417]},{"name":"OTS_LBCB_PROPPAGE_CBUSELB","features":[417]},{"name":"OTS_LBCB_PROPPAGE_LBUSECB","features":[417]},{"name":"OTS_LBCB_SORT","features":[417]},{"name":"OTS_MASK","features":[417]},{"name":"OTS_PUSH_ENABLE_ALWAYS","features":[417]},{"name":"OTS_PUSH_INCL_SETUP_TITLE","features":[417]},{"name":"OTS_PUSH_NO_DOT_DOT_DOT","features":[417]},{"name":"OpenPrinter2A","features":[307,318,417]},{"name":"OpenPrinter2W","features":[307,318,417]},{"name":"OpenPrinterA","features":[307,318,417]},{"name":"OpenPrinterW","features":[307,318,417]},{"name":"PDEV_ADJUST_PAPER_MARGIN_TYPE","features":[417]},{"name":"PDEV_HOSTFONT_ENABLED_TYPE","features":[417]},{"name":"PDEV_USE_TRUE_COLOR_TYPE","features":[417]},{"name":"PFNCOMPROPSHEET","features":[307,417]},{"name":"PFNPROPSHEETUI","features":[307,417]},{"name":"PFN_DrvGetDriverSetting","features":[307,417]},{"name":"PFN_DrvUpdateUISetting","features":[307,417]},{"name":"PFN_DrvUpgradeRegistrySetting","features":[307,417]},{"name":"PFN_PRINTING_ADDPORT","features":[307,417]},{"name":"PFN_PRINTING_ADDPORT2","features":[307,417]},{"name":"PFN_PRINTING_ADDPORTEX","features":[307,417]},{"name":"PFN_PRINTING_ADDPORTEX2","features":[307,417]},{"name":"PFN_PRINTING_CLOSEPORT","features":[307,417]},{"name":"PFN_PRINTING_CLOSEPORT2","features":[307,417]},{"name":"PFN_PRINTING_CONFIGUREPORT","features":[307,417]},{"name":"PFN_PRINTING_CONFIGUREPORT2","features":[307,417]},{"name":"PFN_PRINTING_DELETEPORT","features":[307,417]},{"name":"PFN_PRINTING_DELETEPORT2","features":[307,417]},{"name":"PFN_PRINTING_ENDDOCPORT","features":[307,417]},{"name":"PFN_PRINTING_ENDDOCPORT2","features":[307,417]},{"name":"PFN_PRINTING_ENUMPORTS","features":[307,417]},{"name":"PFN_PRINTING_ENUMPORTS2","features":[307,417]},{"name":"PFN_PRINTING_GETPRINTERDATAFROMPORT","features":[307,417]},{"name":"PFN_PRINTING_GETPRINTERDATAFROMPORT2","features":[307,417]},{"name":"PFN_PRINTING_NOTIFYUNUSEDPORTS2","features":[307,417]},{"name":"PFN_PRINTING_NOTIFYUSEDPORTS2","features":[307,417]},{"name":"PFN_PRINTING_OPENPORT","features":[307,417]},{"name":"PFN_PRINTING_OPENPORT2","features":[307,417]},{"name":"PFN_PRINTING_OPENPORTEX","features":[367,307,417,314]},{"name":"PFN_PRINTING_OPENPORTEX2","features":[367,307,417,314]},{"name":"PFN_PRINTING_POWEREVENT2","features":[307,417,314]},{"name":"PFN_PRINTING_READPORT","features":[307,417]},{"name":"PFN_PRINTING_READPORT2","features":[307,417]},{"name":"PFN_PRINTING_SENDRECVBIDIDATAFROMPORT2","features":[307,417]},{"name":"PFN_PRINTING_SETPORTTIMEOUTS","features":[367,307,417]},{"name":"PFN_PRINTING_SETPORTTIMEOUTS2","features":[367,307,417]},{"name":"PFN_PRINTING_SHUTDOWN2","features":[307,417]},{"name":"PFN_PRINTING_STARTDOCPORT","features":[307,417]},{"name":"PFN_PRINTING_STARTDOCPORT2","features":[307,417]},{"name":"PFN_PRINTING_WRITEPORT","features":[307,417]},{"name":"PFN_PRINTING_WRITEPORT2","features":[307,417]},{"name":"PFN_PRINTING_XCVCLOSEPORT","features":[307,417]},{"name":"PFN_PRINTING_XCVCLOSEPORT2","features":[307,417]},{"name":"PFN_PRINTING_XCVDATAPORT","features":[307,417]},{"name":"PFN_PRINTING_XCVDATAPORT2","features":[307,417]},{"name":"PFN_PRINTING_XCVOPENPORT","features":[307,417]},{"name":"PFN_PRINTING_XCVOPENPORT2","features":[307,417]},{"name":"PORT_DATA_1","features":[417]},{"name":"PORT_DATA_2","features":[417]},{"name":"PORT_DATA_LIST_1","features":[417]},{"name":"PORT_INFO_1A","features":[417]},{"name":"PORT_INFO_1W","features":[417]},{"name":"PORT_INFO_2A","features":[417]},{"name":"PORT_INFO_2W","features":[417]},{"name":"PORT_INFO_3A","features":[417]},{"name":"PORT_INFO_3W","features":[417]},{"name":"PORT_STATUS_DOOR_OPEN","features":[417]},{"name":"PORT_STATUS_NO_TONER","features":[417]},{"name":"PORT_STATUS_OFFLINE","features":[417]},{"name":"PORT_STATUS_OUTPUT_BIN_FULL","features":[417]},{"name":"PORT_STATUS_OUT_OF_MEMORY","features":[417]},{"name":"PORT_STATUS_PAPER_JAM","features":[417]},{"name":"PORT_STATUS_PAPER_OUT","features":[417]},{"name":"PORT_STATUS_PAPER_PROBLEM","features":[417]},{"name":"PORT_STATUS_POWER_SAVE","features":[417]},{"name":"PORT_STATUS_TONER_LOW","features":[417]},{"name":"PORT_STATUS_TYPE_ERROR","features":[417]},{"name":"PORT_STATUS_TYPE_INFO","features":[417]},{"name":"PORT_STATUS_TYPE_WARNING","features":[417]},{"name":"PORT_STATUS_USER_INTERVENTION","features":[417]},{"name":"PORT_STATUS_WARMING_UP","features":[417]},{"name":"PORT_TYPE_NET_ATTACHED","features":[417]},{"name":"PORT_TYPE_READ","features":[417]},{"name":"PORT_TYPE_REDIRECTED","features":[417]},{"name":"PORT_TYPE_WRITE","features":[417]},{"name":"PPCAPS_BOOKLET_EDGE","features":[417]},{"name":"PPCAPS_BORDER_PRINT","features":[417]},{"name":"PPCAPS_REVERSE_PAGES_FOR_REVERSE_DUPLEX","features":[417]},{"name":"PPCAPS_RIGHT_THEN_DOWN","features":[417]},{"name":"PPCAPS_SQUARE_SCALING","features":[417]},{"name":"PRINTER_ACCESS_ADMINISTER","features":[417]},{"name":"PRINTER_ACCESS_MANAGE_LIMITED","features":[417]},{"name":"PRINTER_ACCESS_RIGHTS","features":[417]},{"name":"PRINTER_ACCESS_USE","features":[417]},{"name":"PRINTER_ALL_ACCESS","features":[417]},{"name":"PRINTER_ATTRIBUTE_DEFAULT","features":[417]},{"name":"PRINTER_ATTRIBUTE_DIRECT","features":[417]},{"name":"PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST","features":[417]},{"name":"PRINTER_ATTRIBUTE_ENABLE_BIDI","features":[417]},{"name":"PRINTER_ATTRIBUTE_ENABLE_DEVQ","features":[417]},{"name":"PRINTER_ATTRIBUTE_ENTERPRISE_CLOUD","features":[417]},{"name":"PRINTER_ATTRIBUTE_FAX","features":[417]},{"name":"PRINTER_ATTRIBUTE_FRIENDLY_NAME","features":[417]},{"name":"PRINTER_ATTRIBUTE_HIDDEN","features":[417]},{"name":"PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS","features":[417]},{"name":"PRINTER_ATTRIBUTE_LOCAL","features":[417]},{"name":"PRINTER_ATTRIBUTE_MACHINE","features":[417]},{"name":"PRINTER_ATTRIBUTE_NETWORK","features":[417]},{"name":"PRINTER_ATTRIBUTE_PER_USER","features":[417]},{"name":"PRINTER_ATTRIBUTE_PUBLISHED","features":[417]},{"name":"PRINTER_ATTRIBUTE_PUSHED_MACHINE","features":[417]},{"name":"PRINTER_ATTRIBUTE_PUSHED_USER","features":[417]},{"name":"PRINTER_ATTRIBUTE_QUEUED","features":[417]},{"name":"PRINTER_ATTRIBUTE_RAW_ONLY","features":[417]},{"name":"PRINTER_ATTRIBUTE_SHARED","features":[417]},{"name":"PRINTER_ATTRIBUTE_TS","features":[417]},{"name":"PRINTER_ATTRIBUTE_TS_GENERIC_DRIVER","features":[417]},{"name":"PRINTER_ATTRIBUTE_WORK_OFFLINE","features":[417]},{"name":"PRINTER_CHANGE_ADD_FORM","features":[417]},{"name":"PRINTER_CHANGE_ADD_JOB","features":[417]},{"name":"PRINTER_CHANGE_ADD_PORT","features":[417]},{"name":"PRINTER_CHANGE_ADD_PRINTER","features":[417]},{"name":"PRINTER_CHANGE_ADD_PRINTER_DRIVER","features":[417]},{"name":"PRINTER_CHANGE_ADD_PRINT_PROCESSOR","features":[417]},{"name":"PRINTER_CHANGE_ALL","features":[417]},{"name":"PRINTER_CHANGE_CONFIGURE_PORT","features":[417]},{"name":"PRINTER_CHANGE_DELETE_FORM","features":[417]},{"name":"PRINTER_CHANGE_DELETE_JOB","features":[417]},{"name":"PRINTER_CHANGE_DELETE_PORT","features":[417]},{"name":"PRINTER_CHANGE_DELETE_PRINTER","features":[417]},{"name":"PRINTER_CHANGE_DELETE_PRINTER_DRIVER","features":[417]},{"name":"PRINTER_CHANGE_DELETE_PRINT_PROCESSOR","features":[417]},{"name":"PRINTER_CHANGE_FAILED_CONNECTION_PRINTER","features":[417]},{"name":"PRINTER_CHANGE_FORM","features":[417]},{"name":"PRINTER_CHANGE_JOB","features":[417]},{"name":"PRINTER_CHANGE_PORT","features":[417]},{"name":"PRINTER_CHANGE_PRINTER","features":[417]},{"name":"PRINTER_CHANGE_PRINTER_DRIVER","features":[417]},{"name":"PRINTER_CHANGE_PRINT_PROCESSOR","features":[417]},{"name":"PRINTER_CHANGE_SERVER","features":[417]},{"name":"PRINTER_CHANGE_SET_FORM","features":[417]},{"name":"PRINTER_CHANGE_SET_JOB","features":[417]},{"name":"PRINTER_CHANGE_SET_PRINTER","features":[417]},{"name":"PRINTER_CHANGE_SET_PRINTER_DRIVER","features":[417]},{"name":"PRINTER_CHANGE_TIMEOUT","features":[417]},{"name":"PRINTER_CHANGE_WRITE_JOB","features":[417]},{"name":"PRINTER_CONNECTION_INFO_1A","features":[417]},{"name":"PRINTER_CONNECTION_INFO_1W","features":[417]},{"name":"PRINTER_CONNECTION_MISMATCH","features":[417]},{"name":"PRINTER_CONNECTION_NO_UI","features":[417]},{"name":"PRINTER_CONTROL_PAUSE","features":[417]},{"name":"PRINTER_CONTROL_PURGE","features":[417]},{"name":"PRINTER_CONTROL_RESUME","features":[417]},{"name":"PRINTER_CONTROL_SET_STATUS","features":[417]},{"name":"PRINTER_DEFAULTSA","features":[307,318,417]},{"name":"PRINTER_DEFAULTSW","features":[307,318,417]},{"name":"PRINTER_DELETE","features":[417]},{"name":"PRINTER_DRIVER_CATEGORY_3D","features":[417]},{"name":"PRINTER_DRIVER_CATEGORY_CLOUD","features":[417]},{"name":"PRINTER_DRIVER_CATEGORY_FAX","features":[417]},{"name":"PRINTER_DRIVER_CATEGORY_FILE","features":[417]},{"name":"PRINTER_DRIVER_CATEGORY_SERVICE","features":[417]},{"name":"PRINTER_DRIVER_CATEGORY_VIRTUAL","features":[417]},{"name":"PRINTER_DRIVER_CLASS","features":[417]},{"name":"PRINTER_DRIVER_DERIVED","features":[417]},{"name":"PRINTER_DRIVER_NOT_SHAREABLE","features":[417]},{"name":"PRINTER_DRIVER_PACKAGE_AWARE","features":[417]},{"name":"PRINTER_DRIVER_SANDBOX_DISABLED","features":[417]},{"name":"PRINTER_DRIVER_SANDBOX_ENABLED","features":[417]},{"name":"PRINTER_DRIVER_SOFT_RESET_REQUIRED","features":[417]},{"name":"PRINTER_DRIVER_XPS","features":[417]},{"name":"PRINTER_ENUM_CATEGORY_3D","features":[417]},{"name":"PRINTER_ENUM_CATEGORY_ALL","features":[417]},{"name":"PRINTER_ENUM_CONNECTIONS","features":[417]},{"name":"PRINTER_ENUM_CONTAINER","features":[417]},{"name":"PRINTER_ENUM_DEFAULT","features":[417]},{"name":"PRINTER_ENUM_EXPAND","features":[417]},{"name":"PRINTER_ENUM_FAVORITE","features":[417]},{"name":"PRINTER_ENUM_HIDE","features":[417]},{"name":"PRINTER_ENUM_ICON1","features":[417]},{"name":"PRINTER_ENUM_ICON2","features":[417]},{"name":"PRINTER_ENUM_ICON3","features":[417]},{"name":"PRINTER_ENUM_ICON4","features":[417]},{"name":"PRINTER_ENUM_ICON5","features":[417]},{"name":"PRINTER_ENUM_ICON6","features":[417]},{"name":"PRINTER_ENUM_ICON7","features":[417]},{"name":"PRINTER_ENUM_ICON8","features":[417]},{"name":"PRINTER_ENUM_ICONMASK","features":[417]},{"name":"PRINTER_ENUM_LOCAL","features":[417]},{"name":"PRINTER_ENUM_NAME","features":[417]},{"name":"PRINTER_ENUM_NETWORK","features":[417]},{"name":"PRINTER_ENUM_REMOTE","features":[417]},{"name":"PRINTER_ENUM_SHARED","features":[417]},{"name":"PRINTER_ENUM_VALUESA","features":[417]},{"name":"PRINTER_ENUM_VALUESW","features":[417]},{"name":"PRINTER_ERROR_INFORMATION","features":[417]},{"name":"PRINTER_ERROR_JAM","features":[417]},{"name":"PRINTER_ERROR_OUTOFPAPER","features":[417]},{"name":"PRINTER_ERROR_OUTOFTONER","features":[417]},{"name":"PRINTER_ERROR_SEVERE","features":[417]},{"name":"PRINTER_ERROR_WARNING","features":[417]},{"name":"PRINTER_EVENT_ADD_CONNECTION","features":[417]},{"name":"PRINTER_EVENT_ADD_CONNECTION_NO_UI","features":[417]},{"name":"PRINTER_EVENT_ATTRIBUTES_CHANGED","features":[417]},{"name":"PRINTER_EVENT_ATTRIBUTES_INFO","features":[417]},{"name":"PRINTER_EVENT_CACHE_DELETE","features":[417]},{"name":"PRINTER_EVENT_CACHE_REFRESH","features":[417]},{"name":"PRINTER_EVENT_CONFIGURATION_CHANGE","features":[417]},{"name":"PRINTER_EVENT_CONFIGURATION_UPDATE","features":[417]},{"name":"PRINTER_EVENT_DELETE","features":[417]},{"name":"PRINTER_EVENT_DELETE_CONNECTION","features":[417]},{"name":"PRINTER_EVENT_DELETE_CONNECTION_NO_UI","features":[417]},{"name":"PRINTER_EVENT_FLAG_NO_UI","features":[417]},{"name":"PRINTER_EVENT_INITIALIZE","features":[417]},{"name":"PRINTER_EXECUTE","features":[417]},{"name":"PRINTER_EXTENSION_DETAILEDREASON_PRINTER_STATUS","features":[417]},{"name":"PRINTER_EXTENSION_REASON_DRIVER_EVENT","features":[417]},{"name":"PRINTER_EXTENSION_REASON_PRINT_PREFERENCES","features":[417]},{"name":"PRINTER_INFO_1A","features":[417]},{"name":"PRINTER_INFO_1W","features":[417]},{"name":"PRINTER_INFO_2A","features":[307,318,417,310]},{"name":"PRINTER_INFO_2W","features":[307,318,417,310]},{"name":"PRINTER_INFO_3","features":[417,310]},{"name":"PRINTER_INFO_4A","features":[417]},{"name":"PRINTER_INFO_4W","features":[417]},{"name":"PRINTER_INFO_5A","features":[417]},{"name":"PRINTER_INFO_5W","features":[417]},{"name":"PRINTER_INFO_6","features":[417]},{"name":"PRINTER_INFO_7A","features":[417]},{"name":"PRINTER_INFO_7W","features":[417]},{"name":"PRINTER_INFO_8A","features":[307,318,417]},{"name":"PRINTER_INFO_8W","features":[307,318,417]},{"name":"PRINTER_INFO_9A","features":[307,318,417]},{"name":"PRINTER_INFO_9W","features":[307,318,417]},{"name":"PRINTER_NOTIFY_CATEGORY_3D","features":[417]},{"name":"PRINTER_NOTIFY_CATEGORY_ALL","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_ATTRIBUTES","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_AVERAGE_PPM","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_BRANCH_OFFICE_PRINTING","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_BYTES_PRINTED","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_CJOBS","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_COMMENT","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_DATATYPE","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_DEFAULT_PRIORITY","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_DEVMODE","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_DRIVER_NAME","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_FRIENDLY_NAME","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_LOCATION","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_OBJECT_GUID","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_PAGES_PRINTED","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_PARAMETERS","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_PORT_NAME","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_PRINTER_NAME","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_PRINT_PROCESSOR","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_PRIORITY","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_SECURITY_DESCRIPTOR","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_SEPFILE","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_SERVER_NAME","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_SHARE_NAME","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_START_TIME","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_STATUS","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_STATUS_STRING","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_TOTAL_BYTES","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_TOTAL_PAGES","features":[417]},{"name":"PRINTER_NOTIFY_FIELD_UNTIL_TIME","features":[417]},{"name":"PRINTER_NOTIFY_INFO","features":[417]},{"name":"PRINTER_NOTIFY_INFO_DATA","features":[417]},{"name":"PRINTER_NOTIFY_INFO_DATA_COMPACT","features":[417]},{"name":"PRINTER_NOTIFY_INFO_DISCARDED","features":[417]},{"name":"PRINTER_NOTIFY_INIT","features":[417]},{"name":"PRINTER_NOTIFY_OPTIONS","features":[417]},{"name":"PRINTER_NOTIFY_OPTIONS_REFRESH","features":[417]},{"name":"PRINTER_NOTIFY_OPTIONS_TYPE","features":[417]},{"name":"PRINTER_NOTIFY_STATUS_ENDPOINT","features":[417]},{"name":"PRINTER_NOTIFY_STATUS_INFO","features":[417]},{"name":"PRINTER_NOTIFY_STATUS_POLL","features":[417]},{"name":"PRINTER_NOTIFY_TYPE","features":[417]},{"name":"PRINTER_OEMINTF_VERSION","features":[417]},{"name":"PRINTER_OPTIONSA","features":[417]},{"name":"PRINTER_OPTIONSW","features":[417]},{"name":"PRINTER_OPTION_CACHE","features":[417]},{"name":"PRINTER_OPTION_CLIENT_CHANGE","features":[417]},{"name":"PRINTER_OPTION_FLAGS","features":[417]},{"name":"PRINTER_OPTION_NO_CACHE","features":[417]},{"name":"PRINTER_OPTION_NO_CLIENT_DATA","features":[417]},{"name":"PRINTER_READ","features":[417]},{"name":"PRINTER_READ_CONTROL","features":[417]},{"name":"PRINTER_STANDARD_RIGHTS_EXECUTE","features":[417]},{"name":"PRINTER_STANDARD_RIGHTS_READ","features":[417]},{"name":"PRINTER_STANDARD_RIGHTS_REQUIRED","features":[417]},{"name":"PRINTER_STANDARD_RIGHTS_WRITE","features":[417]},{"name":"PRINTER_STATUS_BUSY","features":[417]},{"name":"PRINTER_STATUS_DOOR_OPEN","features":[417]},{"name":"PRINTER_STATUS_DRIVER_UPDATE_NEEDED","features":[417]},{"name":"PRINTER_STATUS_ERROR","features":[417]},{"name":"PRINTER_STATUS_INITIALIZING","features":[417]},{"name":"PRINTER_STATUS_IO_ACTIVE","features":[417]},{"name":"PRINTER_STATUS_MANUAL_FEED","features":[417]},{"name":"PRINTER_STATUS_NOT_AVAILABLE","features":[417]},{"name":"PRINTER_STATUS_NO_TONER","features":[417]},{"name":"PRINTER_STATUS_OFFLINE","features":[417]},{"name":"PRINTER_STATUS_OUTPUT_BIN_FULL","features":[417]},{"name":"PRINTER_STATUS_OUT_OF_MEMORY","features":[417]},{"name":"PRINTER_STATUS_PAGE_PUNT","features":[417]},{"name":"PRINTER_STATUS_PAPER_JAM","features":[417]},{"name":"PRINTER_STATUS_PAPER_OUT","features":[417]},{"name":"PRINTER_STATUS_PAPER_PROBLEM","features":[417]},{"name":"PRINTER_STATUS_PAUSED","features":[417]},{"name":"PRINTER_STATUS_PENDING_DELETION","features":[417]},{"name":"PRINTER_STATUS_POWER_SAVE","features":[417]},{"name":"PRINTER_STATUS_PRINTING","features":[417]},{"name":"PRINTER_STATUS_PROCESSING","features":[417]},{"name":"PRINTER_STATUS_SERVER_OFFLINE","features":[417]},{"name":"PRINTER_STATUS_SERVER_UNKNOWN","features":[417]},{"name":"PRINTER_STATUS_TONER_LOW","features":[417]},{"name":"PRINTER_STATUS_USER_INTERVENTION","features":[417]},{"name":"PRINTER_STATUS_WAITING","features":[417]},{"name":"PRINTER_STATUS_WARMING_UP","features":[417]},{"name":"PRINTER_SYNCHRONIZE","features":[417]},{"name":"PRINTER_WRITE","features":[417]},{"name":"PRINTER_WRITE_DAC","features":[417]},{"name":"PRINTER_WRITE_OWNER","features":[417]},{"name":"PRINTIFI32","features":[307,318,417]},{"name":"PRINTPROCESSOROPENDATA","features":[307,318,417]},{"name":"PRINTPROCESSOR_CAPS_1","features":[417]},{"name":"PRINTPROCESSOR_CAPS_2","features":[417]},{"name":"PRINTPROCESSOR_INFO_1A","features":[417]},{"name":"PRINTPROCESSOR_INFO_1W","features":[417]},{"name":"PRINTPROVIDOR","features":[417]},{"name":"PRINT_APP_BIDI_NOTIFY_CHANNEL","features":[417]},{"name":"PRINT_EXECUTION_CONTEXT","features":[417]},{"name":"PRINT_EXECUTION_CONTEXT_APPLICATION","features":[417]},{"name":"PRINT_EXECUTION_CONTEXT_FILTER_PIPELINE","features":[417]},{"name":"PRINT_EXECUTION_CONTEXT_SPOOLER_ISOLATION_HOST","features":[417]},{"name":"PRINT_EXECUTION_CONTEXT_SPOOLER_SERVICE","features":[417]},{"name":"PRINT_EXECUTION_CONTEXT_WOW64","features":[417]},{"name":"PRINT_EXECUTION_DATA","features":[417]},{"name":"PRINT_FEATURE_OPTION","features":[417]},{"name":"PRINT_PORT_MONITOR_NOTIFY_CHANNEL","features":[417]},{"name":"PROPSHEETUI_GETICON_INFO","features":[417,371]},{"name":"PROPSHEETUI_INFO","features":[307,417]},{"name":"PROPSHEETUI_INFO_HEADER","features":[307,417,371]},{"name":"PROPSHEETUI_INFO_VERSION","features":[417]},{"name":"PROPSHEETUI_REASON_BEFORE_INIT","features":[417]},{"name":"PROPSHEETUI_REASON_DESTROY","features":[417]},{"name":"PROPSHEETUI_REASON_GET_ICON","features":[417]},{"name":"PROPSHEETUI_REASON_GET_INFO_HEADER","features":[417]},{"name":"PROPSHEETUI_REASON_INIT","features":[417]},{"name":"PROPSHEETUI_REASON_SET_RESULT","features":[417]},{"name":"PROTOCOL_LPR_TYPE","features":[417]},{"name":"PROTOCOL_RAWTCP_TYPE","features":[417]},{"name":"PROTOCOL_UNKNOWN_TYPE","features":[417]},{"name":"PROVIDOR_INFO_1A","features":[417]},{"name":"PROVIDOR_INFO_1W","features":[417]},{"name":"PROVIDOR_INFO_2A","features":[417]},{"name":"PROVIDOR_INFO_2W","features":[417]},{"name":"PSCRIPT5_PRIVATE_DEVMODE","features":[417]},{"name":"PSPINFO","features":[307,417]},{"name":"PSUIHDRF_DEFTITLE","features":[417]},{"name":"PSUIHDRF_EXACT_PTITLE","features":[417]},{"name":"PSUIHDRF_NOAPPLYNOW","features":[417]},{"name":"PSUIHDRF_OBSOLETE","features":[417]},{"name":"PSUIHDRF_PROPTITLE","features":[417]},{"name":"PSUIHDRF_USEHICON","features":[417]},{"name":"PSUIINFO_UNICODE","features":[417]},{"name":"PSUIPAGEINSERT_DLL","features":[417]},{"name":"PSUIPAGEINSERT_GROUP_PARENT","features":[417]},{"name":"PSUIPAGEINSERT_HPROPSHEETPAGE","features":[417]},{"name":"PSUIPAGEINSERT_PCOMPROPSHEETUI","features":[417]},{"name":"PSUIPAGEINSERT_PFNPROPSHEETUI","features":[417]},{"name":"PSUIPAGEINSERT_PROPSHEETPAGE","features":[417]},{"name":"PTSHIM_DEFAULT","features":[417]},{"name":"PTSHIM_NOSNAPSHOT","features":[417]},{"name":"PUBLISHERINFO","features":[417]},{"name":"PUSHBUTTON_TYPE_CALLBACK","features":[417]},{"name":"PUSHBUTTON_TYPE_DLGPROC","features":[417]},{"name":"PUSHBUTTON_TYPE_HTCLRADJ","features":[417]},{"name":"PUSHBUTTON_TYPE_HTSETUP","features":[417]},{"name":"PageCountType","features":[417]},{"name":"PartialReplyPrinterChangeNotification","features":[307,417]},{"name":"PlayGdiScriptOnPrinterIC","features":[307,417]},{"name":"PrintAsyncNotifyConversationStyle","features":[417]},{"name":"PrintAsyncNotifyError","features":[417]},{"name":"PrintAsyncNotifyUserFilter","features":[417]},{"name":"PrintJobStatus","features":[417]},{"name":"PrintJobStatus_BlockedDeviceQueue","features":[417]},{"name":"PrintJobStatus_Complete","features":[417]},{"name":"PrintJobStatus_Deleted","features":[417]},{"name":"PrintJobStatus_Deleting","features":[417]},{"name":"PrintJobStatus_Error","features":[417]},{"name":"PrintJobStatus_Offline","features":[417]},{"name":"PrintJobStatus_PaperOut","features":[417]},{"name":"PrintJobStatus_Paused","features":[417]},{"name":"PrintJobStatus_Printed","features":[417]},{"name":"PrintJobStatus_Printing","features":[417]},{"name":"PrintJobStatus_Restarted","features":[417]},{"name":"PrintJobStatus_Retained","features":[417]},{"name":"PrintJobStatus_Spooling","features":[417]},{"name":"PrintJobStatus_UserIntervention","features":[417]},{"name":"PrintNamedProperty","features":[417]},{"name":"PrintPropertiesCollection","features":[417]},{"name":"PrintPropertyValue","features":[417]},{"name":"PrintSchemaAsyncOperation","features":[417]},{"name":"PrintSchemaConstrainedSetting","features":[417]},{"name":"PrintSchemaConstrainedSetting_Admin","features":[417]},{"name":"PrintSchemaConstrainedSetting_Device","features":[417]},{"name":"PrintSchemaConstrainedSetting_None","features":[417]},{"name":"PrintSchemaConstrainedSetting_PrintTicket","features":[417]},{"name":"PrintSchemaParameterDataType","features":[417]},{"name":"PrintSchemaParameterDataType_Integer","features":[417]},{"name":"PrintSchemaParameterDataType_NumericString","features":[417]},{"name":"PrintSchemaParameterDataType_String","features":[417]},{"name":"PrintSchemaSelectionType","features":[417]},{"name":"PrintSchemaSelectionType_PickMany","features":[417]},{"name":"PrintSchemaSelectionType_PickOne","features":[417]},{"name":"PrinterExtensionManager","features":[417]},{"name":"PrinterMessageBoxA","features":[307,417]},{"name":"PrinterMessageBoxW","features":[307,417]},{"name":"PrinterProperties","features":[307,417]},{"name":"PrinterQueue","features":[417]},{"name":"PrinterQueueView","features":[417]},{"name":"ProvidorFindClosePrinterChangeNotification","features":[307,417]},{"name":"ProvidorFindFirstPrinterChangeNotification","features":[307,417]},{"name":"QCP_DEVICEPROFILE","features":[417]},{"name":"QCP_PROFILEDISK","features":[417]},{"name":"QCP_PROFILEMEMORY","features":[417]},{"name":"QCP_SOURCEPROFILE","features":[417]},{"name":"RAWTCP","features":[417]},{"name":"REMOTE_ONLY_REGISTRATION","features":[417]},{"name":"REVERSE_PAGES_FOR_REVERSE_DUPLEX","features":[417]},{"name":"REVERSE_PRINT","features":[417]},{"name":"RIGHT_THEN_DOWN","features":[417]},{"name":"ROUTER_NOTIFY_CALLBACK","features":[307,417]},{"name":"ROUTER_STOP_ROUTING","features":[417]},{"name":"ROUTER_SUCCESS","features":[417]},{"name":"ROUTER_UNKNOWN","features":[417]},{"name":"ReadPrinter","features":[307,417]},{"name":"RegisterForPrintAsyncNotifications","features":[307,417]},{"name":"RemovePrintDeviceObject","features":[307,417]},{"name":"ReplyPrinterChangeNotification","features":[307,417]},{"name":"ReplyPrinterChangeNotificationEx","features":[307,417]},{"name":"ReportJobProcessingProgress","features":[307,417]},{"name":"ResetPrinterA","features":[307,318,417]},{"name":"ResetPrinterW","features":[307,318,417]},{"name":"RevertToPrinterSelf","features":[307,417]},{"name":"RouterAllocBidiMem","features":[417]},{"name":"RouterAllocBidiResponseContainer","features":[307,417]},{"name":"RouterAllocPrinterNotifyInfo","features":[417]},{"name":"RouterFreeBidiMem","features":[417]},{"name":"RouterFreeBidiResponseContainer","features":[307,417]},{"name":"RouterFreePrinterNotifyInfo","features":[307,417]},{"name":"SERVER_ACCESS_ADMINISTER","features":[417]},{"name":"SERVER_ACCESS_ENUMERATE","features":[417]},{"name":"SERVER_ALL_ACCESS","features":[417]},{"name":"SERVER_EXECUTE","features":[417]},{"name":"SERVER_NOTIFY_FIELD_PRINT_DRIVER_ISOLATION_GROUP","features":[417]},{"name":"SERVER_NOTIFY_TYPE","features":[417]},{"name":"SERVER_READ","features":[417]},{"name":"SERVER_WRITE","features":[417]},{"name":"SETOPTIONS_FLAG_KEEP_CONFLICT","features":[417]},{"name":"SETOPTIONS_FLAG_RESOLVE_CONFLICT","features":[417]},{"name":"SETOPTIONS_RESULT_CONFLICT_REMAINED","features":[417]},{"name":"SETOPTIONS_RESULT_CONFLICT_RESOLVED","features":[417]},{"name":"SETOPTIONS_RESULT_NO_CONFLICT","features":[417]},{"name":"SETRESULT_INFO","features":[307,417]},{"name":"SHIMOPTS","features":[417]},{"name":"SHOWUIPARAMS","features":[307,417]},{"name":"SIMULATE_CAPS_1","features":[417]},{"name":"SPLCLIENT_INFO_1","features":[417]},{"name":"SPLCLIENT_INFO_2_W2K","features":[417]},{"name":"SPLCLIENT_INFO_2_WINXP","features":[417]},{"name":"SPLCLIENT_INFO_2_WINXP","features":[417]},{"name":"SPLCLIENT_INFO_3_VISTA","features":[417]},{"name":"SPLCLIENT_INFO_INTERNAL","features":[417]},{"name":"SPLCLIENT_INFO_INTERNAL_LEVEL","features":[417]},{"name":"SPLDS_ASSET_NUMBER","features":[417]},{"name":"SPLDS_BYTES_PER_MINUTE","features":[417]},{"name":"SPLDS_DESCRIPTION","features":[417]},{"name":"SPLDS_DRIVER_KEY","features":[417]},{"name":"SPLDS_DRIVER_NAME","features":[417]},{"name":"SPLDS_DRIVER_VERSION","features":[417]},{"name":"SPLDS_FLAGS","features":[417]},{"name":"SPLDS_LOCATION","features":[417]},{"name":"SPLDS_PORT_NAME","features":[417]},{"name":"SPLDS_PRINTER_CLASS","features":[417]},{"name":"SPLDS_PRINTER_LOCATIONS","features":[417]},{"name":"SPLDS_PRINTER_MODEL","features":[417]},{"name":"SPLDS_PRINTER_NAME","features":[417]},{"name":"SPLDS_PRINTER_NAME_ALIASES","features":[417]},{"name":"SPLDS_PRINT_ATTRIBUTES","features":[417]},{"name":"SPLDS_PRINT_BIN_NAMES","features":[417]},{"name":"SPLDS_PRINT_COLLATE","features":[417]},{"name":"SPLDS_PRINT_COLOR","features":[417]},{"name":"SPLDS_PRINT_DUPLEX_SUPPORTED","features":[417]},{"name":"SPLDS_PRINT_END_TIME","features":[417]},{"name":"SPLDS_PRINT_KEEP_PRINTED_JOBS","features":[417]},{"name":"SPLDS_PRINT_LANGUAGE","features":[417]},{"name":"SPLDS_PRINT_MAC_ADDRESS","features":[417]},{"name":"SPLDS_PRINT_MAX_RESOLUTION_SUPPORTED","features":[417]},{"name":"SPLDS_PRINT_MAX_X_EXTENT","features":[417]},{"name":"SPLDS_PRINT_MAX_Y_EXTENT","features":[417]},{"name":"SPLDS_PRINT_MEDIA_READY","features":[417]},{"name":"SPLDS_PRINT_MEDIA_SUPPORTED","features":[417]},{"name":"SPLDS_PRINT_MEMORY","features":[417]},{"name":"SPLDS_PRINT_MIN_X_EXTENT","features":[417]},{"name":"SPLDS_PRINT_MIN_Y_EXTENT","features":[417]},{"name":"SPLDS_PRINT_NETWORK_ADDRESS","features":[417]},{"name":"SPLDS_PRINT_NOTIFY","features":[417]},{"name":"SPLDS_PRINT_NUMBER_UP","features":[417]},{"name":"SPLDS_PRINT_ORIENTATIONS_SUPPORTED","features":[417]},{"name":"SPLDS_PRINT_OWNER","features":[417]},{"name":"SPLDS_PRINT_PAGES_PER_MINUTE","features":[417]},{"name":"SPLDS_PRINT_RATE","features":[417]},{"name":"SPLDS_PRINT_RATE_UNIT","features":[417]},{"name":"SPLDS_PRINT_SEPARATOR_FILE","features":[417]},{"name":"SPLDS_PRINT_SHARE_NAME","features":[417]},{"name":"SPLDS_PRINT_SPOOLING","features":[417]},{"name":"SPLDS_PRINT_STAPLING_SUPPORTED","features":[417]},{"name":"SPLDS_PRINT_START_TIME","features":[417]},{"name":"SPLDS_PRINT_STATUS","features":[417]},{"name":"SPLDS_PRIORITY","features":[417]},{"name":"SPLDS_SERVER_NAME","features":[417]},{"name":"SPLDS_SHORT_SERVER_NAME","features":[417]},{"name":"SPLDS_SPOOLER_KEY","features":[417]},{"name":"SPLDS_UNC_NAME","features":[417]},{"name":"SPLDS_URL","features":[417]},{"name":"SPLDS_USER_KEY","features":[417]},{"name":"SPLDS_VERSION_NUMBER","features":[417]},{"name":"SPLPRINTER_USER_MODE_PRINTER_DRIVER","features":[417]},{"name":"SPLREG_ALLOW_USER_MANAGEFORMS","features":[417]},{"name":"SPLREG_ARCHITECTURE","features":[417]},{"name":"SPLREG_BEEP_ENABLED","features":[417]},{"name":"SPLREG_DEFAULT_SPOOL_DIRECTORY","features":[417]},{"name":"SPLREG_DNS_MACHINE_NAME","features":[417]},{"name":"SPLREG_DS_PRESENT","features":[417]},{"name":"SPLREG_DS_PRESENT_FOR_USER","features":[417]},{"name":"SPLREG_EVENT_LOG","features":[417]},{"name":"SPLREG_MAJOR_VERSION","features":[417]},{"name":"SPLREG_MINOR_VERSION","features":[417]},{"name":"SPLREG_NET_POPUP","features":[417]},{"name":"SPLREG_NET_POPUP_TO_COMPUTER","features":[417]},{"name":"SPLREG_OS_VERSION","features":[417]},{"name":"SPLREG_OS_VERSIONEX","features":[417]},{"name":"SPLREG_PORT_THREAD_PRIORITY","features":[417]},{"name":"SPLREG_PORT_THREAD_PRIORITY_DEFAULT","features":[417]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_EXECUTION_POLICY","features":[417]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_GROUPS","features":[417]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_IDLE_TIMEOUT","features":[417]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_MAX_OBJECTS_BEFORE_RECYCLE","features":[417]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_OVERRIDE_POLICY","features":[417]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_TIME_BEFORE_RECYCLE","features":[417]},{"name":"SPLREG_PRINT_QUEUE_V4_DRIVER_DIRECTORY","features":[417]},{"name":"SPLREG_REMOTE_FAX","features":[417]},{"name":"SPLREG_RESTART_JOB_ON_POOL_ENABLED","features":[417]},{"name":"SPLREG_RESTART_JOB_ON_POOL_ERROR","features":[417]},{"name":"SPLREG_RETRY_POPUP","features":[417]},{"name":"SPLREG_SCHEDULER_THREAD_PRIORITY","features":[417]},{"name":"SPLREG_SCHEDULER_THREAD_PRIORITY_DEFAULT","features":[417]},{"name":"SPLREG_WEBSHAREMGMT","features":[417]},{"name":"SPOOL_FILE_PERSISTENT","features":[417]},{"name":"SPOOL_FILE_TEMPORARY","features":[417]},{"name":"SR_OWNER","features":[417]},{"name":"SR_OWNER_PARENT","features":[417]},{"name":"SSP_STDPAGE1","features":[417]},{"name":"SSP_STDPAGE2","features":[417]},{"name":"SSP_TVPAGE","features":[417]},{"name":"STRING_LANGPAIR","features":[417]},{"name":"STRING_MUIDLL","features":[417]},{"name":"STRING_NONE","features":[417]},{"name":"S_CONFLICT_RESOLVED","features":[417]},{"name":"S_DEVCAP_OUTPUT_FULL_REPLACEMENT","features":[417]},{"name":"S_NO_CONFLICT","features":[417]},{"name":"ScheduleJob","features":[307,417]},{"name":"SetCPSUIUserData","features":[307,417]},{"name":"SetDefaultPrinterA","features":[307,417]},{"name":"SetDefaultPrinterW","features":[307,417]},{"name":"SetFormA","features":[307,417]},{"name":"SetFormW","features":[307,417]},{"name":"SetJobA","features":[307,417]},{"name":"SetJobNamedProperty","features":[307,417]},{"name":"SetJobW","features":[307,417]},{"name":"SetPortA","features":[307,417]},{"name":"SetPortW","features":[307,417]},{"name":"SetPrinterA","features":[307,417]},{"name":"SetPrinterDataA","features":[307,417]},{"name":"SetPrinterDataExA","features":[307,417]},{"name":"SetPrinterDataExW","features":[307,417]},{"name":"SetPrinterDataW","features":[307,417]},{"name":"SetPrinterW","features":[307,417]},{"name":"SplIsSessionZero","features":[307,417]},{"name":"SplPromptUIInUsersSession","features":[307,417]},{"name":"SpoolerCopyFileEvent","features":[307,417]},{"name":"SpoolerFindClosePrinterChangeNotification","features":[307,417]},{"name":"SpoolerFindFirstPrinterChangeNotification","features":[307,417]},{"name":"SpoolerFindNextPrinterChangeNotification","features":[307,417]},{"name":"SpoolerFreePrinterNotifyInfo","features":[417]},{"name":"SpoolerRefreshPrinterChangeNotification","features":[307,417]},{"name":"StartDocPrinterA","features":[307,417]},{"name":"StartDocPrinterW","features":[307,417]},{"name":"StartPagePrinter","features":[307,417]},{"name":"TRANSDATA","features":[417]},{"name":"TTDOWNLOAD_BITMAP","features":[417]},{"name":"TTDOWNLOAD_DONTCARE","features":[417]},{"name":"TTDOWNLOAD_GRAPHICS","features":[417]},{"name":"TTDOWNLOAD_TTOUTLINE","features":[417]},{"name":"TVOT_2STATES","features":[417]},{"name":"TVOT_3STATES","features":[417]},{"name":"TVOT_CHKBOX","features":[417]},{"name":"TVOT_COMBOBOX","features":[417]},{"name":"TVOT_EDITBOX","features":[417]},{"name":"TVOT_LISTBOX","features":[417]},{"name":"TVOT_NSTATES_EX","features":[417]},{"name":"TVOT_PUSHBUTTON","features":[417]},{"name":"TVOT_SCROLLBAR","features":[417]},{"name":"TVOT_TRACKBAR","features":[417]},{"name":"TVOT_UDARROW","features":[417]},{"name":"TYPE_GLYPHHANDLE","features":[417]},{"name":"TYPE_GLYPHID","features":[417]},{"name":"TYPE_TRANSDATA","features":[417]},{"name":"TYPE_UNICODE","features":[417]},{"name":"UFF_FILEHEADER","features":[417]},{"name":"UFF_FONTDIRECTORY","features":[417]},{"name":"UFF_VERSION_NUMBER","features":[417]},{"name":"UFM_CART","features":[417]},{"name":"UFM_SCALABLE","features":[417]},{"name":"UFM_SOFT","features":[417]},{"name":"UFOFLAG_TTDOWNLOAD_BITMAP","features":[417]},{"name":"UFOFLAG_TTDOWNLOAD_TTOUTLINE","features":[417]},{"name":"UFOFLAG_TTFONT","features":[417]},{"name":"UFOFLAG_TTOUTLINE_BOLD_SIM","features":[417]},{"name":"UFOFLAG_TTOUTLINE_ITALIC_SIM","features":[417]},{"name":"UFOFLAG_TTOUTLINE_VERTICAL","features":[417]},{"name":"UFOFLAG_TTSUBSTITUTED","features":[417]},{"name":"UFO_GETINFO_FONTOBJ","features":[417]},{"name":"UFO_GETINFO_GLYPHBITMAP","features":[417]},{"name":"UFO_GETINFO_GLYPHSTRING","features":[417]},{"name":"UFO_GETINFO_GLYPHWIDTH","features":[417]},{"name":"UFO_GETINFO_MEMORY","features":[417]},{"name":"UFO_GETINFO_STDVARIABLE","features":[417]},{"name":"UI_TYPE","features":[417]},{"name":"UNIDRVINFO","features":[417]},{"name":"UNIDRV_PRIVATE_DEVMODE","features":[417]},{"name":"UNIFM_HDR","features":[417]},{"name":"UNIFM_VERSION_1_0","features":[417]},{"name":"UNIRECTIONAL_NOTIFICATION_LOST","features":[417]},{"name":"UNI_CODEPAGEINFO","features":[417]},{"name":"UNI_GLYPHSETDATA","features":[417]},{"name":"UNI_GLYPHSETDATA_VERSION_1_0","features":[417]},{"name":"UNKNOWN_PROTOCOL","features":[417]},{"name":"UPDP_CHECK_DRIVERSTORE","features":[417]},{"name":"UPDP_SILENT_UPLOAD","features":[417]},{"name":"UPDP_UPLOAD_ALWAYS","features":[417]},{"name":"USBPRINT_IOCTL_INDEX","features":[417]},{"name":"USB_PRINTER_INTERFACE_CLASSIC","features":[417]},{"name":"USB_PRINTER_INTERFACE_DUAL","features":[417]},{"name":"USB_PRINTER_INTERFACE_IPP","features":[417]},{"name":"USERDATA","features":[417]},{"name":"UnRegisterForPrintAsyncNotifications","features":[307,417]},{"name":"UpdatePrintDeviceObject","features":[307,417]},{"name":"UploadPrinterDriverPackageA","features":[307,417]},{"name":"UploadPrinterDriverPackageW","features":[307,417]},{"name":"WIDTHRUN","features":[417]},{"name":"WIDTHTABLE","features":[417]},{"name":"WM_FI_FILENAME","features":[417]},{"name":"WaitForPrinterChange","features":[307,417]},{"name":"WritePrinter","features":[307,417]},{"name":"XPSRAS_BACKGROUND_COLOR","features":[417]},{"name":"XPSRAS_BACKGROUND_COLOR_OPAQUE","features":[417]},{"name":"XPSRAS_BACKGROUND_COLOR_TRANSPARENT","features":[417]},{"name":"XPSRAS_PIXEL_FORMAT","features":[417]},{"name":"XPSRAS_PIXEL_FORMAT_128BPP_PRGBA_FLOAT_SCRGB","features":[417]},{"name":"XPSRAS_PIXEL_FORMAT_32BPP_PBGRA_UINT_SRGB","features":[417]},{"name":"XPSRAS_PIXEL_FORMAT_64BPP_PRGBA_HALF_SCRGB","features":[417]},{"name":"XPSRAS_RENDERING_MODE","features":[417]},{"name":"XPSRAS_RENDERING_MODE_ALIASED","features":[417]},{"name":"XPSRAS_RENDERING_MODE_ANTIALIASED","features":[417]},{"name":"XPS_FP_DRIVER_PROPERTY_BAG","features":[417]},{"name":"XPS_FP_JOB_ID","features":[417]},{"name":"XPS_FP_JOB_LEVEL_PRINTTICKET","features":[417]},{"name":"XPS_FP_MERGED_DATAFILE_PATH","features":[417]},{"name":"XPS_FP_MS_CONTENT_TYPE","features":[417]},{"name":"XPS_FP_MS_CONTENT_TYPE_OPENXPS","features":[417]},{"name":"XPS_FP_MS_CONTENT_TYPE_XPS","features":[417]},{"name":"XPS_FP_OUTPUT_FILE","features":[417]},{"name":"XPS_FP_PRINTDEVICECAPABILITIES","features":[417]},{"name":"XPS_FP_PRINTER_HANDLE","features":[417]},{"name":"XPS_FP_PRINTER_NAME","features":[417]},{"name":"XPS_FP_PRINT_CLASS_FACTORY","features":[417]},{"name":"XPS_FP_PROGRESS_REPORT","features":[417]},{"name":"XPS_FP_QUEUE_PROPERTY_BAG","features":[417]},{"name":"XPS_FP_RESOURCE_DLL_PATHS","features":[417]},{"name":"XPS_FP_USER_PRINT_TICKET","features":[417]},{"name":"XPS_FP_USER_TOKEN","features":[417]},{"name":"XcvDataW","features":[307,417]},{"name":"XpsJob_DocumentSequenceAdded","features":[417]},{"name":"XpsJob_FixedDocumentAdded","features":[417]},{"name":"XpsJob_FixedPageAdded","features":[417]},{"name":"Xps_Restricted_Font_Editable","features":[417]},{"name":"Xps_Restricted_Font_Installable","features":[417]},{"name":"Xps_Restricted_Font_NoEmbedding","features":[417]},{"name":"Xps_Restricted_Font_PreviewPrint","features":[417]},{"name":"_CPSUICALLBACK","features":[307,417,371]},{"name":"_SPLCLIENT_INFO_2_V3","features":[417]},{"name":"kADT_ASCII","features":[417]},{"name":"kADT_BINARY","features":[417]},{"name":"kADT_BOOL","features":[417]},{"name":"kADT_CUSTOMSIZEPARAMS","features":[417]},{"name":"kADT_DWORD","features":[417]},{"name":"kADT_INT","features":[417]},{"name":"kADT_LONG","features":[417]},{"name":"kADT_RECT","features":[417]},{"name":"kADT_SIZE","features":[417]},{"name":"kADT_UNICODE","features":[417]},{"name":"kADT_UNKNOWN","features":[417]},{"name":"kAddingDocumentSequence","features":[417]},{"name":"kAddingFixedDocument","features":[417]},{"name":"kAddingFixedPage","features":[417]},{"name":"kAllUsers","features":[417]},{"name":"kBiDirectional","features":[417]},{"name":"kDocumentSequenceAdded","features":[417]},{"name":"kFixedDocumentAdded","features":[417]},{"name":"kFixedPageAdded","features":[417]},{"name":"kFontAdded","features":[417]},{"name":"kImageAdded","features":[417]},{"name":"kInvalidJobState","features":[417]},{"name":"kJobConsumption","features":[417]},{"name":"kJobProduction","features":[417]},{"name":"kLogJobError","features":[417]},{"name":"kLogJobPipelineError","features":[417]},{"name":"kLogJobPrinted","features":[417]},{"name":"kLogJobRendered","features":[417]},{"name":"kLogOfflineFileFull","features":[417]},{"name":"kMessageBox","features":[417]},{"name":"kPerUser","features":[417]},{"name":"kPropertyTypeBuffer","features":[417]},{"name":"kPropertyTypeByte","features":[417]},{"name":"kPropertyTypeDevMode","features":[417]},{"name":"kPropertyTypeInt32","features":[417]},{"name":"kPropertyTypeInt64","features":[417]},{"name":"kPropertyTypeNotificationOptions","features":[417]},{"name":"kPropertyTypeNotificationReply","features":[417]},{"name":"kPropertyTypeSD","features":[417]},{"name":"kPropertyTypeString","features":[417]},{"name":"kPropertyTypeTime","features":[417]},{"name":"kResourceAdded","features":[417]},{"name":"kUniDirectional","features":[417]},{"name":"kXpsDocumentCommitted","features":[417]}],"423":[{"name":"EDefaultDevmodeType","features":[419]},{"name":"EPrintTicketScope","features":[419]},{"name":"E_DELTA_PRINTTICKET_FORMAT","features":[419]},{"name":"E_PRINTCAPABILITIES_FORMAT","features":[419]},{"name":"E_PRINTDEVICECAPABILITIES_FORMAT","features":[419]},{"name":"E_PRINTTICKET_FORMAT","features":[419]},{"name":"HPTPROVIDER","features":[419]},{"name":"PRINTTICKET_ISTREAM_APIS","features":[419]},{"name":"PTCloseProvider","features":[419]},{"name":"PTConvertDevModeToPrintTicket","features":[307,318,419,358]},{"name":"PTConvertPrintTicketToDevMode","features":[307,318,419,358]},{"name":"PTGetPrintCapabilities","features":[419,358]},{"name":"PTGetPrintDeviceCapabilities","features":[419,358]},{"name":"PTGetPrintDeviceResources","features":[419,358]},{"name":"PTMergeAndValidatePrintTicket","features":[419,358]},{"name":"PTOpenProvider","features":[419]},{"name":"PTOpenProviderEx","features":[419]},{"name":"PTQuerySchemaVersionSupport","features":[419]},{"name":"PTReleaseMemory","features":[419]},{"name":"S_PT_CONFLICT_RESOLVED","features":[419]},{"name":"S_PT_NO_CONFLICT","features":[419]},{"name":"kPTDocumentScope","features":[419]},{"name":"kPTJobScope","features":[419]},{"name":"kPTPageScope","features":[419]},{"name":"kPrinterDefaultDevmode","features":[419]},{"name":"kUserDefaultDevmode","features":[419]}],"424":[{"name":"ApplyLocalManagementSyncML","features":[420]},{"name":"DEVICEREGISTRATIONTYPE_MAM","features":[420]},{"name":"DEVICEREGISTRATIONTYPE_MDM_DEVICEWIDE_WITH_AAD","features":[420]},{"name":"DEVICEREGISTRATIONTYPE_MDM_ONLY","features":[420]},{"name":"DEVICEREGISTRATIONTYPE_MDM_USERSPECIFIC_WITH_AAD","features":[420]},{"name":"DEVICE_ENROLLER_FACILITY_CODE","features":[420]},{"name":"DeviceRegistrationBasicInfo","features":[420]},{"name":"DiscoverManagementService","features":[420]},{"name":"DiscoverManagementServiceEx","features":[420]},{"name":"GetDeviceManagementConfigInfo","features":[420]},{"name":"GetDeviceRegistrationInfo","features":[420]},{"name":"GetManagementAppHyperlink","features":[420]},{"name":"IsDeviceRegisteredWithManagement","features":[307,420]},{"name":"IsManagementRegistrationAllowed","features":[307,420]},{"name":"IsMdmUxWithoutAadAllowed","features":[307,420]},{"name":"MANAGEMENT_REGISTRATION_INFO","features":[307,420]},{"name":"MANAGEMENT_SERVICE_INFO","features":[420]},{"name":"MDM_REGISTRATION_FACILITY_CODE","features":[420]},{"name":"MENROLL_E_CERTAUTH_FAILED_TO_FIND_CERT","features":[420]},{"name":"MENROLL_E_CERTPOLICY_PRIVATEKEYCREATION_FAILED","features":[420]},{"name":"MENROLL_E_CONNECTIVITY","features":[420]},{"name":"MENROLL_E_CUSTOMSERVERERROR","features":[420]},{"name":"MENROLL_E_DEVICECAPREACHED","features":[420]},{"name":"MENROLL_E_DEVICENOTSUPPORTED","features":[420]},{"name":"MENROLL_E_DEVICE_ALREADY_ENROLLED","features":[420]},{"name":"MENROLL_E_DEVICE_AUTHENTICATION_ERROR","features":[420]},{"name":"MENROLL_E_DEVICE_AUTHORIZATION_ERROR","features":[420]},{"name":"MENROLL_E_DEVICE_CERTIFCATEREQUEST_ERROR","features":[420]},{"name":"MENROLL_E_DEVICE_CERTIFICATEREQUEST_ERROR","features":[420]},{"name":"MENROLL_E_DEVICE_CONFIGMGRSERVER_ERROR","features":[420]},{"name":"MENROLL_E_DEVICE_INTERNALSERVICE_ERROR","features":[420]},{"name":"MENROLL_E_DEVICE_INVALIDSECURITY_ERROR","features":[420]},{"name":"MENROLL_E_DEVICE_MANAGEMENT_BLOCKED","features":[420]},{"name":"MENROLL_E_DEVICE_MESSAGE_FORMAT_ERROR","features":[420]},{"name":"MENROLL_E_DEVICE_NOT_ENROLLED","features":[420]},{"name":"MENROLL_E_DEVICE_UNKNOWN_ERROR","features":[420]},{"name":"MENROLL_E_DISCOVERY_SEC_CERT_DATE_INVALID","features":[420]},{"name":"MENROLL_E_EMPTY_MESSAGE","features":[420]},{"name":"MENROLL_E_ENROLLMENTDATAINVALID","features":[420]},{"name":"MENROLL_E_ENROLLMENT_IN_PROGRESS","features":[420]},{"name":"MENROLL_E_INMAINTENANCE","features":[420]},{"name":"MENROLL_E_INSECUREREDIRECT","features":[420]},{"name":"MENROLL_E_INVALIDSSLCERT","features":[420]},{"name":"MENROLL_E_MDM_NOT_CONFIGURED","features":[420]},{"name":"MENROLL_E_NOTELIGIBLETORENEW","features":[420]},{"name":"MENROLL_E_NOTSUPPORTED","features":[420]},{"name":"MENROLL_E_NOT_SUPPORTED","features":[420]},{"name":"MENROLL_E_PASSWORD_NEEDED","features":[420]},{"name":"MENROLL_E_PLATFORM_LICENSE_ERROR","features":[420]},{"name":"MENROLL_E_PLATFORM_UNKNOWN_ERROR","features":[420]},{"name":"MENROLL_E_PLATFORM_WRONG_STATE","features":[420]},{"name":"MENROLL_E_PROV_CSP_APPMGMT","features":[420]},{"name":"MENROLL_E_PROV_CSP_CERTSTORE","features":[420]},{"name":"MENROLL_E_PROV_CSP_DMCLIENT","features":[420]},{"name":"MENROLL_E_PROV_CSP_MISC","features":[420]},{"name":"MENROLL_E_PROV_CSP_PFW","features":[420]},{"name":"MENROLL_E_PROV_CSP_W7","features":[420]},{"name":"MENROLL_E_PROV_SSLCERTNOTFOUND","features":[420]},{"name":"MENROLL_E_PROV_UNKNOWN","features":[420]},{"name":"MENROLL_E_USERLICENSE","features":[420]},{"name":"MENROLL_E_USER_CANCELED","features":[420]},{"name":"MENROLL_E_USER_CANCELLED","features":[420]},{"name":"MENROLL_E_USER_LICENSE","features":[420]},{"name":"MENROLL_E_WAB_ERROR","features":[420]},{"name":"MREGISTER_E_DEVICE_ALREADY_REGISTERED","features":[420]},{"name":"MREGISTER_E_DEVICE_AUTHENTICATION_ERROR","features":[420]},{"name":"MREGISTER_E_DEVICE_AUTHORIZATION_ERROR","features":[420]},{"name":"MREGISTER_E_DEVICE_CERTIFCATEREQUEST_ERROR","features":[420]},{"name":"MREGISTER_E_DEVICE_CONFIGMGRSERVER_ERROR","features":[420]},{"name":"MREGISTER_E_DEVICE_INTERNALSERVICE_ERROR","features":[420]},{"name":"MREGISTER_E_DEVICE_INVALIDSECURITY_ERROR","features":[420]},{"name":"MREGISTER_E_DEVICE_MESSAGE_FORMAT_ERROR","features":[420]},{"name":"MREGISTER_E_DEVICE_NOT_AD_REGISTERED_ERROR","features":[420]},{"name":"MREGISTER_E_DEVICE_NOT_REGISTERED","features":[420]},{"name":"MREGISTER_E_DEVICE_UNKNOWN_ERROR","features":[420]},{"name":"MREGISTER_E_DISCOVERY_FAILED","features":[420]},{"name":"MREGISTER_E_DISCOVERY_REDIRECTED","features":[420]},{"name":"MREGISTER_E_REGISTRATION_IN_PROGRESS","features":[420]},{"name":"MaxDeviceInfoClass","features":[420]},{"name":"REGISTRATION_INFORMATION_CLASS","features":[420]},{"name":"RegisterDeviceWithLocalManagement","features":[307,420]},{"name":"RegisterDeviceWithManagement","features":[420]},{"name":"RegisterDeviceWithManagementUsingAADCredentials","features":[307,420]},{"name":"RegisterDeviceWithManagementUsingAADDeviceCredentials","features":[420]},{"name":"RegisterDeviceWithManagementUsingAADDeviceCredentials2","features":[420]},{"name":"SetDeviceManagementConfigInfo","features":[420]},{"name":"SetManagedExternally","features":[307,420]},{"name":"UnregisterDeviceWithLocalManagement","features":[420]},{"name":"UnregisterDeviceWithManagement","features":[420]}],"425":[{"name":"ED_DEVCAP_ATN_READ","features":[421]},{"name":"ED_DEVCAP_RTC_READ","features":[421]},{"name":"ED_DEVCAP_TIMECODE_READ","features":[421]},{"name":"HTASK","features":[421]},{"name":"IReferenceClock","features":[421]},{"name":"IReferenceClock2","features":[421]},{"name":"IReferenceClockTimerControl","features":[421]},{"name":"JOYERR_BASE","features":[421]},{"name":"LPDRVCALLBACK","features":[422]},{"name":"LPTIMECALLBACK","features":[421]},{"name":"MAXERRORLENGTH","features":[421]},{"name":"MAXPNAMELEN","features":[421]},{"name":"MCIERR_BASE","features":[421]},{"name":"MCI_CD_OFFSET","features":[421]},{"name":"MCI_SEQ_OFFSET","features":[421]},{"name":"MCI_STRING_OFFSET","features":[421]},{"name":"MCI_VD_OFFSET","features":[421]},{"name":"MCI_WAVE_OFFSET","features":[421]},{"name":"MIDIERR_BASE","features":[421]},{"name":"MIXERR_BASE","features":[421]},{"name":"MMSYSERR_ALLOCATED","features":[421]},{"name":"MMSYSERR_BADDB","features":[421]},{"name":"MMSYSERR_BADDEVICEID","features":[421]},{"name":"MMSYSERR_BADERRNUM","features":[421]},{"name":"MMSYSERR_BASE","features":[421]},{"name":"MMSYSERR_DELETEERROR","features":[421]},{"name":"MMSYSERR_ERROR","features":[421]},{"name":"MMSYSERR_HANDLEBUSY","features":[421]},{"name":"MMSYSERR_INVALFLAG","features":[421]},{"name":"MMSYSERR_INVALHANDLE","features":[421]},{"name":"MMSYSERR_INVALIDALIAS","features":[421]},{"name":"MMSYSERR_INVALPARAM","features":[421]},{"name":"MMSYSERR_KEYNOTFOUND","features":[421]},{"name":"MMSYSERR_LASTERROR","features":[421]},{"name":"MMSYSERR_MOREDATA","features":[421]},{"name":"MMSYSERR_NODRIVER","features":[421]},{"name":"MMSYSERR_NODRIVERCB","features":[421]},{"name":"MMSYSERR_NOERROR","features":[421]},{"name":"MMSYSERR_NOMEM","features":[421]},{"name":"MMSYSERR_NOTENABLED","features":[421]},{"name":"MMSYSERR_NOTSUPPORTED","features":[421]},{"name":"MMSYSERR_READERROR","features":[421]},{"name":"MMSYSERR_VALNOTFOUND","features":[421]},{"name":"MMSYSERR_WRITEERROR","features":[421]},{"name":"MMTIME","features":[421]},{"name":"MM_ADLIB","features":[421]},{"name":"MM_DRVM_CLOSE","features":[421]},{"name":"MM_DRVM_DATA","features":[421]},{"name":"MM_DRVM_ERROR","features":[421]},{"name":"MM_DRVM_OPEN","features":[421]},{"name":"MM_JOY1BUTTONDOWN","features":[421]},{"name":"MM_JOY1BUTTONUP","features":[421]},{"name":"MM_JOY1MOVE","features":[421]},{"name":"MM_JOY1ZMOVE","features":[421]},{"name":"MM_JOY2BUTTONDOWN","features":[421]},{"name":"MM_JOY2BUTTONUP","features":[421]},{"name":"MM_JOY2MOVE","features":[421]},{"name":"MM_JOY2ZMOVE","features":[421]},{"name":"MM_MCINOTIFY","features":[421]},{"name":"MM_MCISIGNAL","features":[421]},{"name":"MM_MICROSOFT","features":[421]},{"name":"MM_MIDI_MAPPER","features":[421]},{"name":"MM_MIM_CLOSE","features":[421]},{"name":"MM_MIM_DATA","features":[421]},{"name":"MM_MIM_ERROR","features":[421]},{"name":"MM_MIM_LONGDATA","features":[421]},{"name":"MM_MIM_LONGERROR","features":[421]},{"name":"MM_MIM_MOREDATA","features":[421]},{"name":"MM_MIM_OPEN","features":[421]},{"name":"MM_MIXM_CONTROL_CHANGE","features":[421]},{"name":"MM_MIXM_LINE_CHANGE","features":[421]},{"name":"MM_MOM_CLOSE","features":[421]},{"name":"MM_MOM_DONE","features":[421]},{"name":"MM_MOM_OPEN","features":[421]},{"name":"MM_MOM_POSITIONCB","features":[421]},{"name":"MM_MPU401_MIDIIN","features":[421]},{"name":"MM_MPU401_MIDIOUT","features":[421]},{"name":"MM_PC_JOYSTICK","features":[421]},{"name":"MM_SNDBLST_MIDIIN","features":[421]},{"name":"MM_SNDBLST_MIDIOUT","features":[421]},{"name":"MM_SNDBLST_SYNTH","features":[421]},{"name":"MM_SNDBLST_WAVEIN","features":[421]},{"name":"MM_SNDBLST_WAVEOUT","features":[421]},{"name":"MM_STREAM_CLOSE","features":[421]},{"name":"MM_STREAM_DONE","features":[421]},{"name":"MM_STREAM_ERROR","features":[421]},{"name":"MM_STREAM_OPEN","features":[421]},{"name":"MM_WAVE_MAPPER","features":[421]},{"name":"MM_WIM_CLOSE","features":[421]},{"name":"MM_WIM_DATA","features":[421]},{"name":"MM_WIM_OPEN","features":[421]},{"name":"MM_WOM_CLOSE","features":[421]},{"name":"MM_WOM_DONE","features":[421]},{"name":"MM_WOM_OPEN","features":[421]},{"name":"TIMECAPS","features":[421]},{"name":"TIMECODE","features":[421]},{"name":"TIMECODE_SAMPLE","features":[421]},{"name":"TIMECODE_SAMPLE_FLAGS","features":[421]},{"name":"TIMERR_BASE","features":[421]},{"name":"TIMERR_NOCANDO","features":[421]},{"name":"TIMERR_NOERROR","features":[421]},{"name":"TIMERR_STRUCT","features":[421]},{"name":"TIME_BYTES","features":[421]},{"name":"TIME_CALLBACK_EVENT_PULSE","features":[421]},{"name":"TIME_CALLBACK_EVENT_SET","features":[421]},{"name":"TIME_CALLBACK_FUNCTION","features":[421]},{"name":"TIME_KILL_SYNCHRONOUS","features":[421]},{"name":"TIME_MIDI","features":[421]},{"name":"TIME_MS","features":[421]},{"name":"TIME_ONESHOT","features":[421]},{"name":"TIME_PERIODIC","features":[421]},{"name":"TIME_SAMPLES","features":[421]},{"name":"TIME_SMPTE","features":[421]},{"name":"TIME_TICKS","features":[421]},{"name":"WAVERR_BASE","features":[421]},{"name":"timeBeginPeriod","features":[421]},{"name":"timeEndPeriod","features":[421]},{"name":"timeGetDevCaps","features":[421]},{"name":"timeGetSystemTime","features":[421]},{"name":"timeGetTime","features":[421]},{"name":"timeKillEvent","features":[421]},{"name":"timeSetEvent","features":[421]}],"426":[{"name":"ACMDM_DRIVER_ABOUT","features":[423]},{"name":"ACMDM_DRIVER_DETAILS","features":[423]},{"name":"ACMDM_DRIVER_NOTIFY","features":[423]},{"name":"ACMDM_FILTERTAG_DETAILS","features":[423]},{"name":"ACMDM_FILTER_DETAILS","features":[423]},{"name":"ACMDM_FORMATTAG_DETAILS","features":[423]},{"name":"ACMDM_FORMAT_DETAILS","features":[423]},{"name":"ACMDM_FORMAT_SUGGEST","features":[423]},{"name":"ACMDM_HARDWARE_WAVE_CAPS_INPUT","features":[423]},{"name":"ACMDM_HARDWARE_WAVE_CAPS_OUTPUT","features":[423]},{"name":"ACMDM_RESERVED_HIGH","features":[423]},{"name":"ACMDM_RESERVED_LOW","features":[423]},{"name":"ACMDM_STREAM_CLOSE","features":[423]},{"name":"ACMDM_STREAM_CONVERT","features":[423]},{"name":"ACMDM_STREAM_OPEN","features":[423]},{"name":"ACMDM_STREAM_PREPARE","features":[423]},{"name":"ACMDM_STREAM_RESET","features":[423]},{"name":"ACMDM_STREAM_SIZE","features":[423]},{"name":"ACMDM_STREAM_UNPREPARE","features":[423]},{"name":"ACMDM_STREAM_UPDATE","features":[423]},{"name":"ACMDM_USER","features":[423]},{"name":"ACMDRIVERDETAILSA","features":[423,371]},{"name":"ACMDRIVERDETAILSW","features":[423,371]},{"name":"ACMDRIVERDETAILS_COPYRIGHT_CHARS","features":[423]},{"name":"ACMDRIVERDETAILS_FEATURES_CHARS","features":[423]},{"name":"ACMDRIVERDETAILS_LICENSING_CHARS","features":[423]},{"name":"ACMDRIVERDETAILS_LONGNAME_CHARS","features":[423]},{"name":"ACMDRIVERDETAILS_SHORTNAME_CHARS","features":[423]},{"name":"ACMDRIVERDETAILS_SUPPORTF_ASYNC","features":[423]},{"name":"ACMDRIVERDETAILS_SUPPORTF_CODEC","features":[423]},{"name":"ACMDRIVERDETAILS_SUPPORTF_CONVERTER","features":[423]},{"name":"ACMDRIVERDETAILS_SUPPORTF_DISABLED","features":[423]},{"name":"ACMDRIVERDETAILS_SUPPORTF_FILTER","features":[423]},{"name":"ACMDRIVERDETAILS_SUPPORTF_HARDWARE","features":[423]},{"name":"ACMDRIVERDETAILS_SUPPORTF_LOCAL","features":[423]},{"name":"ACMDRIVERENUMCB","features":[307,423]},{"name":"ACMDRVFORMATSUGGEST","features":[423]},{"name":"ACMDRVOPENDESCA","features":[423]},{"name":"ACMDRVOPENDESCW","features":[423]},{"name":"ACMDRVSTREAMHEADER","features":[423]},{"name":"ACMDRVSTREAMINSTANCE","features":[423]},{"name":"ACMDRVSTREAMSIZE","features":[423]},{"name":"ACMERR_BASE","features":[423]},{"name":"ACMERR_BUSY","features":[423]},{"name":"ACMERR_CANCELED","features":[423]},{"name":"ACMERR_NOTPOSSIBLE","features":[423]},{"name":"ACMERR_UNPREPARED","features":[423]},{"name":"ACMFILTERCHOOSEA","features":[307,423]},{"name":"ACMFILTERCHOOSEHOOKPROCA","features":[307,423]},{"name":"ACMFILTERCHOOSEHOOKPROCW","features":[307,423]},{"name":"ACMFILTERCHOOSEW","features":[307,423]},{"name":"ACMFILTERCHOOSE_STYLEF_CONTEXTHELP","features":[423]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLEHOOK","features":[423]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLETEMPLATE","features":[423]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLETEMPLATEHANDLE","features":[423]},{"name":"ACMFILTERCHOOSE_STYLEF_INITTOFILTERSTRUCT","features":[423]},{"name":"ACMFILTERCHOOSE_STYLEF_SHOWHELP","features":[423]},{"name":"ACMFILTERDETAILSA","features":[423]},{"name":"ACMFILTERDETAILSW","features":[423]},{"name":"ACMFILTERDETAILS_FILTER_CHARS","features":[423]},{"name":"ACMFILTERENUMCBA","features":[307,423]},{"name":"ACMFILTERENUMCBW","features":[307,423]},{"name":"ACMFILTERTAGDETAILSA","features":[423]},{"name":"ACMFILTERTAGDETAILSW","features":[423]},{"name":"ACMFILTERTAGDETAILS_FILTERTAG_CHARS","features":[423]},{"name":"ACMFILTERTAGENUMCBA","features":[307,423]},{"name":"ACMFILTERTAGENUMCBW","features":[307,423]},{"name":"ACMFORMATCHOOSEA","features":[307,423]},{"name":"ACMFORMATCHOOSEHOOKPROCA","features":[307,423]},{"name":"ACMFORMATCHOOSEHOOKPROCW","features":[307,423]},{"name":"ACMFORMATCHOOSEW","features":[307,423]},{"name":"ACMFORMATCHOOSE_STYLEF_CONTEXTHELP","features":[423]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLEHOOK","features":[423]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLETEMPLATE","features":[423]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLETEMPLATEHANDLE","features":[423]},{"name":"ACMFORMATCHOOSE_STYLEF_INITTOWFXSTRUCT","features":[423]},{"name":"ACMFORMATCHOOSE_STYLEF_SHOWHELP","features":[423]},{"name":"ACMFORMATDETAILSA","features":[423]},{"name":"ACMFORMATDETAILS_FORMAT_CHARS","features":[423]},{"name":"ACMFORMATENUMCBA","features":[307,423]},{"name":"ACMFORMATENUMCBW","features":[307,423]},{"name":"ACMFORMATTAGDETAILSA","features":[423]},{"name":"ACMFORMATTAGDETAILSW","features":[423]},{"name":"ACMFORMATTAGDETAILS_FORMATTAG_CHARS","features":[423]},{"name":"ACMFORMATTAGENUMCBA","features":[307,423]},{"name":"ACMFORMATTAGENUMCBW","features":[307,423]},{"name":"ACMHELPMSGCONTEXTHELP","features":[423]},{"name":"ACMHELPMSGCONTEXTHELPA","features":[423]},{"name":"ACMHELPMSGCONTEXTHELPW","features":[423]},{"name":"ACMHELPMSGCONTEXTMENU","features":[423]},{"name":"ACMHELPMSGCONTEXTMENUA","features":[423]},{"name":"ACMHELPMSGCONTEXTMENUW","features":[423]},{"name":"ACMHELPMSGSTRING","features":[423]},{"name":"ACMHELPMSGSTRINGA","features":[423]},{"name":"ACMHELPMSGSTRINGW","features":[423]},{"name":"ACMSTREAMHEADER","features":[423]},{"name":"ACMSTREAMHEADER","features":[423]},{"name":"ACMSTREAMHEADER_STATUSF_DONE","features":[423]},{"name":"ACMSTREAMHEADER_STATUSF_INQUEUE","features":[423]},{"name":"ACMSTREAMHEADER_STATUSF_PREPARED","features":[423]},{"name":"ACM_DRIVERADDF_FUNCTION","features":[423]},{"name":"ACM_DRIVERADDF_GLOBAL","features":[423]},{"name":"ACM_DRIVERADDF_LOCAL","features":[423]},{"name":"ACM_DRIVERADDF_NAME","features":[423]},{"name":"ACM_DRIVERADDF_NOTIFYHWND","features":[423]},{"name":"ACM_DRIVERADDF_TYPEMASK","features":[423]},{"name":"ACM_DRIVERENUMF_DISABLED","features":[423]},{"name":"ACM_DRIVERENUMF_NOLOCAL","features":[423]},{"name":"ACM_DRIVERPRIORITYF_ABLEMASK","features":[423]},{"name":"ACM_DRIVERPRIORITYF_BEGIN","features":[423]},{"name":"ACM_DRIVERPRIORITYF_DEFERMASK","features":[423]},{"name":"ACM_DRIVERPRIORITYF_DISABLE","features":[423]},{"name":"ACM_DRIVERPRIORITYF_ENABLE","features":[423]},{"name":"ACM_DRIVERPRIORITYF_END","features":[423]},{"name":"ACM_FILTERDETAILSF_FILTER","features":[423]},{"name":"ACM_FILTERDETAILSF_INDEX","features":[423]},{"name":"ACM_FILTERDETAILSF_QUERYMASK","features":[423]},{"name":"ACM_FILTERENUMF_DWFILTERTAG","features":[423]},{"name":"ACM_FILTERTAGDETAILSF_FILTERTAG","features":[423]},{"name":"ACM_FILTERTAGDETAILSF_INDEX","features":[423]},{"name":"ACM_FILTERTAGDETAILSF_LARGESTSIZE","features":[423]},{"name":"ACM_FILTERTAGDETAILSF_QUERYMASK","features":[423]},{"name":"ACM_FORMATDETAILSF_FORMAT","features":[423]},{"name":"ACM_FORMATDETAILSF_INDEX","features":[423]},{"name":"ACM_FORMATDETAILSF_QUERYMASK","features":[423]},{"name":"ACM_FORMATENUMF_CONVERT","features":[423]},{"name":"ACM_FORMATENUMF_HARDWARE","features":[423]},{"name":"ACM_FORMATENUMF_INPUT","features":[423]},{"name":"ACM_FORMATENUMF_NCHANNELS","features":[423]},{"name":"ACM_FORMATENUMF_NSAMPLESPERSEC","features":[423]},{"name":"ACM_FORMATENUMF_OUTPUT","features":[423]},{"name":"ACM_FORMATENUMF_SUGGEST","features":[423]},{"name":"ACM_FORMATENUMF_WBITSPERSAMPLE","features":[423]},{"name":"ACM_FORMATENUMF_WFORMATTAG","features":[423]},{"name":"ACM_FORMATSUGGESTF_NCHANNELS","features":[423]},{"name":"ACM_FORMATSUGGESTF_NSAMPLESPERSEC","features":[423]},{"name":"ACM_FORMATSUGGESTF_TYPEMASK","features":[423]},{"name":"ACM_FORMATSUGGESTF_WBITSPERSAMPLE","features":[423]},{"name":"ACM_FORMATSUGGESTF_WFORMATTAG","features":[423]},{"name":"ACM_FORMATTAGDETAILSF_FORMATTAG","features":[423]},{"name":"ACM_FORMATTAGDETAILSF_INDEX","features":[423]},{"name":"ACM_FORMATTAGDETAILSF_LARGESTSIZE","features":[423]},{"name":"ACM_FORMATTAGDETAILSF_QUERYMASK","features":[423]},{"name":"ACM_METRIC_COUNT_CODECS","features":[423]},{"name":"ACM_METRIC_COUNT_CONVERTERS","features":[423]},{"name":"ACM_METRIC_COUNT_DISABLED","features":[423]},{"name":"ACM_METRIC_COUNT_DRIVERS","features":[423]},{"name":"ACM_METRIC_COUNT_FILTERS","features":[423]},{"name":"ACM_METRIC_COUNT_HARDWARE","features":[423]},{"name":"ACM_METRIC_COUNT_LOCAL_CODECS","features":[423]},{"name":"ACM_METRIC_COUNT_LOCAL_CONVERTERS","features":[423]},{"name":"ACM_METRIC_COUNT_LOCAL_DISABLED","features":[423]},{"name":"ACM_METRIC_COUNT_LOCAL_DRIVERS","features":[423]},{"name":"ACM_METRIC_COUNT_LOCAL_FILTERS","features":[423]},{"name":"ACM_METRIC_DRIVER_PRIORITY","features":[423]},{"name":"ACM_METRIC_DRIVER_SUPPORT","features":[423]},{"name":"ACM_METRIC_HARDWARE_WAVE_INPUT","features":[423]},{"name":"ACM_METRIC_HARDWARE_WAVE_OUTPUT","features":[423]},{"name":"ACM_METRIC_MAX_SIZE_FILTER","features":[423]},{"name":"ACM_METRIC_MAX_SIZE_FORMAT","features":[423]},{"name":"ACM_STREAMCONVERTF_BLOCKALIGN","features":[423]},{"name":"ACM_STREAMCONVERTF_END","features":[423]},{"name":"ACM_STREAMCONVERTF_START","features":[423]},{"name":"ACM_STREAMOPENF_ASYNC","features":[423]},{"name":"ACM_STREAMOPENF_NONREALTIME","features":[423]},{"name":"ACM_STREAMOPENF_QUERY","features":[423]},{"name":"ACM_STREAMSIZEF_DESTINATION","features":[423]},{"name":"ACM_STREAMSIZEF_QUERYMASK","features":[423]},{"name":"ACM_STREAMSIZEF_SOURCE","features":[423]},{"name":"AMBISONICS_CHANNEL_ORDERING","features":[423]},{"name":"AMBISONICS_CHANNEL_ORDERING_ACN","features":[423]},{"name":"AMBISONICS_NORMALIZATION","features":[423]},{"name":"AMBISONICS_NORMALIZATION_N3D","features":[423]},{"name":"AMBISONICS_NORMALIZATION_SN3D","features":[423]},{"name":"AMBISONICS_PARAMS","features":[423]},{"name":"AMBISONICS_PARAM_VERSION_1","features":[423]},{"name":"AMBISONICS_TYPE","features":[423]},{"name":"AMBISONICS_TYPE_FULL3D","features":[423]},{"name":"AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY","features":[423]},{"name":"AUDCLNT_BUFFERFLAGS_SILENT","features":[423]},{"name":"AUDCLNT_BUFFERFLAGS_TIMESTAMP_ERROR","features":[423]},{"name":"AUDCLNT_E_ALREADY_INITIALIZED","features":[423]},{"name":"AUDCLNT_E_BUFDURATION_PERIOD_NOT_EQUAL","features":[423]},{"name":"AUDCLNT_E_BUFFER_ERROR","features":[423]},{"name":"AUDCLNT_E_BUFFER_OPERATION_PENDING","features":[423]},{"name":"AUDCLNT_E_BUFFER_SIZE_ERROR","features":[423]},{"name":"AUDCLNT_E_BUFFER_SIZE_NOT_ALIGNED","features":[423]},{"name":"AUDCLNT_E_BUFFER_TOO_LARGE","features":[423]},{"name":"AUDCLNT_E_CPUUSAGE_EXCEEDED","features":[423]},{"name":"AUDCLNT_E_DEVICE_INVALIDATED","features":[423]},{"name":"AUDCLNT_E_DEVICE_IN_USE","features":[423]},{"name":"AUDCLNT_E_EFFECT_NOT_AVAILABLE","features":[423]},{"name":"AUDCLNT_E_EFFECT_STATE_READ_ONLY","features":[423]},{"name":"AUDCLNT_E_ENDPOINT_CREATE_FAILED","features":[423]},{"name":"AUDCLNT_E_ENDPOINT_OFFLOAD_NOT_CAPABLE","features":[423]},{"name":"AUDCLNT_E_ENGINE_FORMAT_LOCKED","features":[423]},{"name":"AUDCLNT_E_ENGINE_PERIODICITY_LOCKED","features":[423]},{"name":"AUDCLNT_E_EVENTHANDLE_NOT_EXPECTED","features":[423]},{"name":"AUDCLNT_E_EVENTHANDLE_NOT_SET","features":[423]},{"name":"AUDCLNT_E_EXCLUSIVE_MODE_NOT_ALLOWED","features":[423]},{"name":"AUDCLNT_E_EXCLUSIVE_MODE_ONLY","features":[423]},{"name":"AUDCLNT_E_HEADTRACKING_ENABLED","features":[423]},{"name":"AUDCLNT_E_HEADTRACKING_UNSUPPORTED","features":[423]},{"name":"AUDCLNT_E_INCORRECT_BUFFER_SIZE","features":[423]},{"name":"AUDCLNT_E_INVALID_DEVICE_PERIOD","features":[423]},{"name":"AUDCLNT_E_INVALID_SIZE","features":[423]},{"name":"AUDCLNT_E_INVALID_STREAM_FLAG","features":[423]},{"name":"AUDCLNT_E_NONOFFLOAD_MODE_ONLY","features":[423]},{"name":"AUDCLNT_E_NOT_INITIALIZED","features":[423]},{"name":"AUDCLNT_E_NOT_STOPPED","features":[423]},{"name":"AUDCLNT_E_OFFLOAD_MODE_ONLY","features":[423]},{"name":"AUDCLNT_E_OUT_OF_OFFLOAD_RESOURCES","features":[423]},{"name":"AUDCLNT_E_OUT_OF_ORDER","features":[423]},{"name":"AUDCLNT_E_RAW_MODE_UNSUPPORTED","features":[423]},{"name":"AUDCLNT_E_RESOURCES_INVALIDATED","features":[423]},{"name":"AUDCLNT_E_SERVICE_NOT_RUNNING","features":[423]},{"name":"AUDCLNT_E_THREAD_NOT_REGISTERED","features":[423]},{"name":"AUDCLNT_E_UNSUPPORTED_FORMAT","features":[423]},{"name":"AUDCLNT_E_WRONG_ENDPOINT_TYPE","features":[423]},{"name":"AUDCLNT_SESSIONFLAGS_DISPLAY_HIDE","features":[423]},{"name":"AUDCLNT_SESSIONFLAGS_DISPLAY_HIDEWHENEXPIRED","features":[423]},{"name":"AUDCLNT_SESSIONFLAGS_EXPIREWHENUNOWNED","features":[423]},{"name":"AUDCLNT_SHAREMODE","features":[423]},{"name":"AUDCLNT_SHAREMODE_EXCLUSIVE","features":[423]},{"name":"AUDCLNT_SHAREMODE_SHARED","features":[423]},{"name":"AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM","features":[423]},{"name":"AUDCLNT_STREAMFLAGS_CROSSPROCESS","features":[423]},{"name":"AUDCLNT_STREAMFLAGS_EVENTCALLBACK","features":[423]},{"name":"AUDCLNT_STREAMFLAGS_LOOPBACK","features":[423]},{"name":"AUDCLNT_STREAMFLAGS_NOPERSIST","features":[423]},{"name":"AUDCLNT_STREAMFLAGS_RATEADJUST","features":[423]},{"name":"AUDCLNT_STREAMFLAGS_SRC_DEFAULT_QUALITY","features":[423]},{"name":"AUDCLNT_STREAMOPTIONS","features":[423]},{"name":"AUDCLNT_STREAMOPTIONS_AMBISONICS","features":[423]},{"name":"AUDCLNT_STREAMOPTIONS_MATCH_FORMAT","features":[423]},{"name":"AUDCLNT_STREAMOPTIONS_NONE","features":[423]},{"name":"AUDCLNT_STREAMOPTIONS_RAW","features":[423]},{"name":"AUDCLNT_S_BUFFER_EMPTY","features":[423]},{"name":"AUDCLNT_S_POSITION_STALLED","features":[423]},{"name":"AUDCLNT_S_THREAD_ALREADY_REGISTERED","features":[423]},{"name":"AUDIOCLIENT_ACTIVATION_PARAMS","features":[423]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE","features":[423]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE_DEFAULT","features":[423]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE_PROCESS_LOOPBACK","features":[423]},{"name":"AUDIOCLIENT_PROCESS_LOOPBACK_PARAMS","features":[423]},{"name":"AUDIOCLOCK_CHARACTERISTIC_FIXED_FREQ","features":[423]},{"name":"AUDIO_DUCKING_OPTIONS","features":[423]},{"name":"AUDIO_DUCKING_OPTIONS_DEFAULT","features":[423]},{"name":"AUDIO_DUCKING_OPTIONS_DO_NOT_DUCK_OTHER_STREAMS","features":[423]},{"name":"AUDIO_EFFECT","features":[307,423]},{"name":"AUDIO_EFFECT_STATE","features":[423]},{"name":"AUDIO_EFFECT_STATE_OFF","features":[423]},{"name":"AUDIO_EFFECT_STATE_ON","features":[423]},{"name":"AUDIO_STREAM_CATEGORY","features":[423]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE","features":[423]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_DEFAULT","features":[423]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_ENUM_COUNT","features":[423]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_USER","features":[423]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_VOLATILE","features":[423]},{"name":"AUDIO_VOLUME_NOTIFICATION_DATA","features":[307,423]},{"name":"AUXCAPS2A","features":[423]},{"name":"AUXCAPS2W","features":[423]},{"name":"AUXCAPSA","features":[423]},{"name":"AUXCAPSW","features":[423]},{"name":"AUXCAPS_AUXIN","features":[423]},{"name":"AUXCAPS_CDAUDIO","features":[423]},{"name":"AUXCAPS_LRVOLUME","features":[423]},{"name":"AUXCAPS_VOLUME","features":[423]},{"name":"ActivateAudioInterfaceAsync","features":[307,423,387,360]},{"name":"AudioCategory_Alerts","features":[423]},{"name":"AudioCategory_Communications","features":[423]},{"name":"AudioCategory_FarFieldSpeech","features":[423]},{"name":"AudioCategory_ForegroundOnlyMedia","features":[423]},{"name":"AudioCategory_GameChat","features":[423]},{"name":"AudioCategory_GameEffects","features":[423]},{"name":"AudioCategory_GameMedia","features":[423]},{"name":"AudioCategory_Media","features":[423]},{"name":"AudioCategory_Movie","features":[423]},{"name":"AudioCategory_Other","features":[423]},{"name":"AudioCategory_SoundEffects","features":[423]},{"name":"AudioCategory_Speech","features":[423]},{"name":"AudioCategory_UniformSpeech","features":[423]},{"name":"AudioCategory_VoiceTyping","features":[423]},{"name":"AudioClient3ActivationParams","features":[423]},{"name":"AudioClientProperties","features":[307,423]},{"name":"AudioExtensionParams","features":[307,423]},{"name":"AudioObjectType","features":[423]},{"name":"AudioObjectType_BackCenter","features":[423]},{"name":"AudioObjectType_BackLeft","features":[423]},{"name":"AudioObjectType_BackRight","features":[423]},{"name":"AudioObjectType_BottomBackLeft","features":[423]},{"name":"AudioObjectType_BottomBackRight","features":[423]},{"name":"AudioObjectType_BottomFrontLeft","features":[423]},{"name":"AudioObjectType_BottomFrontRight","features":[423]},{"name":"AudioObjectType_Dynamic","features":[423]},{"name":"AudioObjectType_FrontCenter","features":[423]},{"name":"AudioObjectType_FrontLeft","features":[423]},{"name":"AudioObjectType_FrontRight","features":[423]},{"name":"AudioObjectType_LowFrequency","features":[423]},{"name":"AudioObjectType_None","features":[423]},{"name":"AudioObjectType_SideLeft","features":[423]},{"name":"AudioObjectType_SideRight","features":[423]},{"name":"AudioObjectType_TopBackLeft","features":[423]},{"name":"AudioObjectType_TopBackRight","features":[423]},{"name":"AudioObjectType_TopFrontLeft","features":[423]},{"name":"AudioObjectType_TopFrontRight","features":[423]},{"name":"AudioSessionDisconnectReason","features":[423]},{"name":"AudioSessionState","features":[423]},{"name":"AudioSessionStateActive","features":[423]},{"name":"AudioSessionStateExpired","features":[423]},{"name":"AudioSessionStateInactive","features":[423]},{"name":"AudioStateMonitorSoundLevel","features":[423]},{"name":"CALLBACK_EVENT","features":[423]},{"name":"CALLBACK_FUNCTION","features":[423]},{"name":"CALLBACK_NULL","features":[423]},{"name":"CALLBACK_TASK","features":[423]},{"name":"CALLBACK_THREAD","features":[423]},{"name":"CALLBACK_TYPEMASK","features":[423]},{"name":"CALLBACK_WINDOW","features":[423]},{"name":"CoRegisterMessageFilter","features":[423]},{"name":"Connector","features":[423]},{"name":"ConnectorType","features":[423]},{"name":"CreateCaptureAudioStateMonitor","features":[423]},{"name":"CreateCaptureAudioStateMonitorForCategory","features":[423]},{"name":"CreateCaptureAudioStateMonitorForCategoryAndDeviceId","features":[423]},{"name":"CreateCaptureAudioStateMonitorForCategoryAndDeviceRole","features":[423]},{"name":"CreateRenderAudioStateMonitor","features":[423]},{"name":"CreateRenderAudioStateMonitorForCategory","features":[423]},{"name":"CreateRenderAudioStateMonitorForCategoryAndDeviceId","features":[423]},{"name":"CreateRenderAudioStateMonitorForCategoryAndDeviceRole","features":[423]},{"name":"DEVICE_STATE","features":[423]},{"name":"DEVICE_STATEMASK_ALL","features":[423]},{"name":"DEVICE_STATE_ACTIVE","features":[423]},{"name":"DEVICE_STATE_DISABLED","features":[423]},{"name":"DEVICE_STATE_NOTPRESENT","features":[423]},{"name":"DEVICE_STATE_UNPLUGGED","features":[423]},{"name":"DEVINTERFACE_AUDIO_CAPTURE","features":[423]},{"name":"DEVINTERFACE_AUDIO_RENDER","features":[423]},{"name":"DEVINTERFACE_MIDI_INPUT","features":[423]},{"name":"DEVINTERFACE_MIDI_OUTPUT","features":[423]},{"name":"DIRECTX_AUDIO_ACTIVATION_PARAMS","features":[423]},{"name":"DRVM_MAPPER","features":[423]},{"name":"DRVM_MAPPER_STATUS","features":[423]},{"name":"DRV_MAPPER_PREFERRED_INPUT_GET","features":[423]},{"name":"DRV_MAPPER_PREFERRED_OUTPUT_GET","features":[423]},{"name":"DataFlow","features":[423]},{"name":"DeviceTopology","features":[423]},{"name":"DigitalAudioDisplayDevice","features":[423]},{"name":"DisconnectReasonDeviceRemoval","features":[423]},{"name":"DisconnectReasonExclusiveModeOverride","features":[423]},{"name":"DisconnectReasonFormatChanged","features":[423]},{"name":"DisconnectReasonServerShutdown","features":[423]},{"name":"DisconnectReasonSessionDisconnected","features":[423]},{"name":"DisconnectReasonSessionLogoff","features":[423]},{"name":"ECHOWAVEFILTER","features":[423]},{"name":"EDataFlow","features":[423]},{"name":"EDataFlow_enum_count","features":[423]},{"name":"ENDPOINT_FORMAT_RESET_MIX_ONLY","features":[423]},{"name":"ENDPOINT_HARDWARE_SUPPORT_METER","features":[423]},{"name":"ENDPOINT_HARDWARE_SUPPORT_MUTE","features":[423]},{"name":"ENDPOINT_HARDWARE_SUPPORT_VOLUME","features":[423]},{"name":"ENDPOINT_SYSFX_DISABLED","features":[423]},{"name":"ENDPOINT_SYSFX_ENABLED","features":[423]},{"name":"ERole","features":[423]},{"name":"ERole_enum_count","features":[423]},{"name":"EVENTCONTEXT_VOLUMESLIDER","features":[423]},{"name":"EndpointFormFactor","features":[423]},{"name":"EndpointFormFactor_enum_count","features":[423]},{"name":"FILTERCHOOSE_CUSTOM_VERIFY","features":[423]},{"name":"FILTERCHOOSE_FILTERTAG_VERIFY","features":[423]},{"name":"FILTERCHOOSE_FILTER_VERIFY","features":[423]},{"name":"FILTERCHOOSE_MESSAGE","features":[423]},{"name":"FORMATCHOOSE_CUSTOM_VERIFY","features":[423]},{"name":"FORMATCHOOSE_FORMATTAG_VERIFY","features":[423]},{"name":"FORMATCHOOSE_FORMAT_VERIFY","features":[423]},{"name":"FORMATCHOOSE_MESSAGE","features":[423]},{"name":"Full","features":[423]},{"name":"HACMDRIVER","features":[423]},{"name":"HACMDRIVERID","features":[423]},{"name":"HACMOBJ","features":[423]},{"name":"HACMSTREAM","features":[423]},{"name":"HMIDI","features":[423]},{"name":"HMIDIIN","features":[423]},{"name":"HMIDIOUT","features":[423]},{"name":"HMIDISTRM","features":[423]},{"name":"HMIXER","features":[423]},{"name":"HMIXEROBJ","features":[423]},{"name":"HWAVE","features":[423]},{"name":"HWAVEIN","features":[423]},{"name":"HWAVEOUT","features":[423]},{"name":"Handset","features":[423]},{"name":"Headphones","features":[423]},{"name":"Headset","features":[423]},{"name":"IAcousticEchoCancellationControl","features":[423]},{"name":"IActivateAudioInterfaceAsyncOperation","features":[423]},{"name":"IActivateAudioInterfaceCompletionHandler","features":[423]},{"name":"IAudioAmbisonicsControl","features":[423]},{"name":"IAudioAutoGainControl","features":[423]},{"name":"IAudioBass","features":[423]},{"name":"IAudioCaptureClient","features":[423]},{"name":"IAudioChannelConfig","features":[423]},{"name":"IAudioClient","features":[423]},{"name":"IAudioClient2","features":[423]},{"name":"IAudioClient3","features":[423]},{"name":"IAudioClientDuckingControl","features":[423]},{"name":"IAudioClock","features":[423]},{"name":"IAudioClock2","features":[423]},{"name":"IAudioClockAdjustment","features":[423]},{"name":"IAudioEffectsChangedNotificationClient","features":[423]},{"name":"IAudioEffectsManager","features":[423]},{"name":"IAudioFormatEnumerator","features":[423]},{"name":"IAudioInputSelector","features":[423]},{"name":"IAudioLoudness","features":[423]},{"name":"IAudioMidrange","features":[423]},{"name":"IAudioMute","features":[423]},{"name":"IAudioOutputSelector","features":[423]},{"name":"IAudioPeakMeter","features":[423]},{"name":"IAudioRenderClient","features":[423]},{"name":"IAudioSessionControl","features":[423]},{"name":"IAudioSessionControl2","features":[423]},{"name":"IAudioSessionEnumerator","features":[423]},{"name":"IAudioSessionEvents","features":[423]},{"name":"IAudioSessionManager","features":[423]},{"name":"IAudioSessionManager2","features":[423]},{"name":"IAudioSessionNotification","features":[423]},{"name":"IAudioStateMonitor","features":[423]},{"name":"IAudioStreamVolume","features":[423]},{"name":"IAudioSystemEffectsPropertyChangeNotificationClient","features":[423]},{"name":"IAudioSystemEffectsPropertyStore","features":[423]},{"name":"IAudioTreble","features":[423]},{"name":"IAudioViewManagerService","features":[423]},{"name":"IAudioVolumeDuckNotification","features":[423]},{"name":"IAudioVolumeLevel","features":[423]},{"name":"IChannelAudioVolume","features":[423]},{"name":"IConnector","features":[423]},{"name":"IControlChangeNotify","features":[423]},{"name":"IControlInterface","features":[423]},{"name":"IDeviceSpecificProperty","features":[423]},{"name":"IDeviceTopology","features":[423]},{"name":"IMMDevice","features":[423]},{"name":"IMMDeviceActivator","features":[423]},{"name":"IMMDeviceCollection","features":[423]},{"name":"IMMDeviceEnumerator","features":[423]},{"name":"IMMEndpoint","features":[423]},{"name":"IMMNotificationClient","features":[423]},{"name":"IMessageFilter","features":[423]},{"name":"IPart","features":[423]},{"name":"IPartsList","features":[423]},{"name":"IPerChannelDbLevel","features":[423]},{"name":"ISimpleAudioVolume","features":[423]},{"name":"ISpatialAudioClient","features":[423]},{"name":"ISpatialAudioClient2","features":[423]},{"name":"ISpatialAudioMetadataClient","features":[423]},{"name":"ISpatialAudioMetadataCopier","features":[423]},{"name":"ISpatialAudioMetadataItems","features":[423]},{"name":"ISpatialAudioMetadataItemsBuffer","features":[423]},{"name":"ISpatialAudioMetadataReader","features":[423]},{"name":"ISpatialAudioMetadataWriter","features":[423]},{"name":"ISpatialAudioObject","features":[423]},{"name":"ISpatialAudioObjectBase","features":[423]},{"name":"ISpatialAudioObjectForHrtf","features":[423]},{"name":"ISpatialAudioObjectForMetadataCommands","features":[423]},{"name":"ISpatialAudioObjectForMetadataItems","features":[423]},{"name":"ISpatialAudioObjectRenderStream","features":[423]},{"name":"ISpatialAudioObjectRenderStreamBase","features":[423]},{"name":"ISpatialAudioObjectRenderStreamForHrtf","features":[423]},{"name":"ISpatialAudioObjectRenderStreamForMetadata","features":[423]},{"name":"ISpatialAudioObjectRenderStreamNotify","features":[423]},{"name":"ISubunit","features":[423]},{"name":"In","features":[423]},{"name":"LPACMDRIVERPROC","features":[307,423]},{"name":"LPMIDICALLBACK","features":[423,422]},{"name":"LPWAVECALLBACK","features":[423,422]},{"name":"LineLevel","features":[423]},{"name":"Low","features":[423]},{"name":"MEVT_COMMENT","features":[423]},{"name":"MEVT_F_CALLBACK","features":[423]},{"name":"MEVT_F_LONG","features":[423]},{"name":"MEVT_F_SHORT","features":[423]},{"name":"MEVT_LONGMSG","features":[423]},{"name":"MEVT_NOP","features":[423]},{"name":"MEVT_SHORTMSG","features":[423]},{"name":"MEVT_TEMPO","features":[423]},{"name":"MEVT_VERSION","features":[423]},{"name":"MHDR_DONE","features":[423]},{"name":"MHDR_INQUEUE","features":[423]},{"name":"MHDR_ISSTRM","features":[423]},{"name":"MHDR_PREPARED","features":[423]},{"name":"MIDICAPS_CACHE","features":[423]},{"name":"MIDICAPS_LRVOLUME","features":[423]},{"name":"MIDICAPS_STREAM","features":[423]},{"name":"MIDICAPS_VOLUME","features":[423]},{"name":"MIDIERR_BADOPENMODE","features":[423]},{"name":"MIDIERR_DONT_CONTINUE","features":[423]},{"name":"MIDIERR_INVALIDSETUP","features":[423]},{"name":"MIDIERR_LASTERROR","features":[423]},{"name":"MIDIERR_NODEVICE","features":[423]},{"name":"MIDIERR_NOMAP","features":[423]},{"name":"MIDIERR_NOTREADY","features":[423]},{"name":"MIDIERR_STILLPLAYING","features":[423]},{"name":"MIDIERR_UNPREPARED","features":[423]},{"name":"MIDIEVENT","features":[423]},{"name":"MIDIHDR","features":[423]},{"name":"MIDIINCAPS2A","features":[423]},{"name":"MIDIINCAPS2W","features":[423]},{"name":"MIDIINCAPSA","features":[423]},{"name":"MIDIINCAPSW","features":[423]},{"name":"MIDIOUTCAPS2A","features":[423]},{"name":"MIDIOUTCAPS2W","features":[423]},{"name":"MIDIOUTCAPSA","features":[423]},{"name":"MIDIOUTCAPSW","features":[423]},{"name":"MIDIPATCHSIZE","features":[423]},{"name":"MIDIPROPTEMPO","features":[423]},{"name":"MIDIPROPTIMEDIV","features":[423]},{"name":"MIDIPROP_GET","features":[423]},{"name":"MIDIPROP_SET","features":[423]},{"name":"MIDIPROP_TEMPO","features":[423]},{"name":"MIDIPROP_TIMEDIV","features":[423]},{"name":"MIDISTRMBUFFVER","features":[423]},{"name":"MIDISTRM_ERROR","features":[423]},{"name":"MIDI_CACHE_ALL","features":[423]},{"name":"MIDI_CACHE_BESTFIT","features":[423]},{"name":"MIDI_CACHE_QUERY","features":[423]},{"name":"MIDI_IO_STATUS","features":[423]},{"name":"MIDI_UNCACHE","features":[423]},{"name":"MIDI_WAVE_OPEN_TYPE","features":[423]},{"name":"MIXERCAPS2A","features":[423]},{"name":"MIXERCAPS2W","features":[423]},{"name":"MIXERCAPSA","features":[423]},{"name":"MIXERCAPSW","features":[423]},{"name":"MIXERCONTROLA","features":[423]},{"name":"MIXERCONTROLDETAILS","features":[307,423]},{"name":"MIXERCONTROLDETAILS_BOOLEAN","features":[423]},{"name":"MIXERCONTROLDETAILS_LISTTEXTA","features":[423]},{"name":"MIXERCONTROLDETAILS_LISTTEXTW","features":[423]},{"name":"MIXERCONTROLDETAILS_SIGNED","features":[423]},{"name":"MIXERCONTROLDETAILS_UNSIGNED","features":[423]},{"name":"MIXERCONTROLW","features":[423]},{"name":"MIXERCONTROL_CONTROLF_DISABLED","features":[423]},{"name":"MIXERCONTROL_CONTROLF_MULTIPLE","features":[423]},{"name":"MIXERCONTROL_CONTROLF_UNIFORM","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_BASS","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_BASS_BOOST","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_BOOLEAN","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_BOOLEANMETER","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_BUTTON","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_CUSTOM","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_DECIBELS","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_EQUALIZER","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_FADER","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_LOUDNESS","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_MICROTIME","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_MILLITIME","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_MIXER","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_MONO","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_MULTIPLESELECT","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_MUTE","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_MUX","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_ONOFF","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_PAN","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_PEAKMETER","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_PERCENT","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_QSOUNDPAN","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_SIGNED","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_SIGNEDMETER","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_SINGLESELECT","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_SLIDER","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_STEREOENH","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_TREBLE","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_UNSIGNED","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_UNSIGNEDMETER","features":[423]},{"name":"MIXERCONTROL_CONTROLTYPE_VOLUME","features":[423]},{"name":"MIXERCONTROL_CT_CLASS_CUSTOM","features":[423]},{"name":"MIXERCONTROL_CT_CLASS_FADER","features":[423]},{"name":"MIXERCONTROL_CT_CLASS_LIST","features":[423]},{"name":"MIXERCONTROL_CT_CLASS_MASK","features":[423]},{"name":"MIXERCONTROL_CT_CLASS_METER","features":[423]},{"name":"MIXERCONTROL_CT_CLASS_NUMBER","features":[423]},{"name":"MIXERCONTROL_CT_CLASS_SLIDER","features":[423]},{"name":"MIXERCONTROL_CT_CLASS_SWITCH","features":[423]},{"name":"MIXERCONTROL_CT_CLASS_TIME","features":[423]},{"name":"MIXERCONTROL_CT_SC_LIST_MULTIPLE","features":[423]},{"name":"MIXERCONTROL_CT_SC_LIST_SINGLE","features":[423]},{"name":"MIXERCONTROL_CT_SC_METER_POLLED","features":[423]},{"name":"MIXERCONTROL_CT_SC_SWITCH_BOOLEAN","features":[423]},{"name":"MIXERCONTROL_CT_SC_SWITCH_BUTTON","features":[423]},{"name":"MIXERCONTROL_CT_SC_TIME_MICROSECS","features":[423]},{"name":"MIXERCONTROL_CT_SC_TIME_MILLISECS","features":[423]},{"name":"MIXERCONTROL_CT_SUBCLASS_MASK","features":[423]},{"name":"MIXERCONTROL_CT_UNITS_BOOLEAN","features":[423]},{"name":"MIXERCONTROL_CT_UNITS_CUSTOM","features":[423]},{"name":"MIXERCONTROL_CT_UNITS_DECIBELS","features":[423]},{"name":"MIXERCONTROL_CT_UNITS_MASK","features":[423]},{"name":"MIXERCONTROL_CT_UNITS_PERCENT","features":[423]},{"name":"MIXERCONTROL_CT_UNITS_SIGNED","features":[423]},{"name":"MIXERCONTROL_CT_UNITS_UNSIGNED","features":[423]},{"name":"MIXERLINEA","features":[423]},{"name":"MIXERLINECONTROLSA","features":[423]},{"name":"MIXERLINECONTROLSW","features":[423]},{"name":"MIXERLINEW","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_DIGITAL","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_FIRST","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_HEADPHONES","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_LAST","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_LINE","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_MONITOR","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_SPEAKERS","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_TELEPHONE","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_UNDEFINED","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_VOICEIN","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_DST_WAVEIN","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_ANALOG","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_AUXILIARY","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_COMPACTDISC","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_DIGITAL","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_FIRST","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_LAST","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_LINE","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_PCSPEAKER","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_SYNTHESIZER","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_TELEPHONE","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_UNDEFINED","features":[423]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_WAVEOUT","features":[423]},{"name":"MIXERLINE_LINEF_ACTIVE","features":[423]},{"name":"MIXERLINE_LINEF_DISCONNECTED","features":[423]},{"name":"MIXERLINE_LINEF_SOURCE","features":[423]},{"name":"MIXERLINE_TARGETTYPE_AUX","features":[423]},{"name":"MIXERLINE_TARGETTYPE_MIDIIN","features":[423]},{"name":"MIXERLINE_TARGETTYPE_MIDIOUT","features":[423]},{"name":"MIXERLINE_TARGETTYPE_UNDEFINED","features":[423]},{"name":"MIXERLINE_TARGETTYPE_WAVEIN","features":[423]},{"name":"MIXERLINE_TARGETTYPE_WAVEOUT","features":[423]},{"name":"MIXERR_INVALCONTROL","features":[423]},{"name":"MIXERR_INVALLINE","features":[423]},{"name":"MIXERR_INVALVALUE","features":[423]},{"name":"MIXERR_LASTERROR","features":[423]},{"name":"MIXER_GETCONTROLDETAILSF_LISTTEXT","features":[423]},{"name":"MIXER_GETCONTROLDETAILSF_QUERYMASK","features":[423]},{"name":"MIXER_GETCONTROLDETAILSF_VALUE","features":[423]},{"name":"MIXER_GETLINECONTROLSF_ALL","features":[423]},{"name":"MIXER_GETLINECONTROLSF_ONEBYID","features":[423]},{"name":"MIXER_GETLINECONTROLSF_ONEBYTYPE","features":[423]},{"name":"MIXER_GETLINECONTROLSF_QUERYMASK","features":[423]},{"name":"MIXER_GETLINEINFOF_COMPONENTTYPE","features":[423]},{"name":"MIXER_GETLINEINFOF_DESTINATION","features":[423]},{"name":"MIXER_GETLINEINFOF_LINEID","features":[423]},{"name":"MIXER_GETLINEINFOF_QUERYMASK","features":[423]},{"name":"MIXER_GETLINEINFOF_SOURCE","features":[423]},{"name":"MIXER_GETLINEINFOF_TARGETTYPE","features":[423]},{"name":"MIXER_LONG_NAME_CHARS","features":[423]},{"name":"MIXER_OBJECTF_AUX","features":[423]},{"name":"MIXER_OBJECTF_HANDLE","features":[423]},{"name":"MIXER_OBJECTF_MIDIIN","features":[423]},{"name":"MIXER_OBJECTF_MIDIOUT","features":[423]},{"name":"MIXER_OBJECTF_MIXER","features":[423]},{"name":"MIXER_OBJECTF_WAVEIN","features":[423]},{"name":"MIXER_OBJECTF_WAVEOUT","features":[423]},{"name":"MIXER_SETCONTROLDETAILSF_CUSTOM","features":[423]},{"name":"MIXER_SETCONTROLDETAILSF_QUERYMASK","features":[423]},{"name":"MIXER_SETCONTROLDETAILSF_VALUE","features":[423]},{"name":"MIXER_SHORT_NAME_CHARS","features":[423]},{"name":"MMDeviceEnumerator","features":[423]},{"name":"MM_ACM_FILTERCHOOSE","features":[423]},{"name":"MM_ACM_FORMATCHOOSE","features":[423]},{"name":"MOD_FMSYNTH","features":[423]},{"name":"MOD_MAPPER","features":[423]},{"name":"MOD_MIDIPORT","features":[423]},{"name":"MOD_SQSYNTH","features":[423]},{"name":"MOD_SWSYNTH","features":[423]},{"name":"MOD_SYNTH","features":[423]},{"name":"MOD_WAVETABLE","features":[423]},{"name":"Microphone","features":[423]},{"name":"Muted","features":[423]},{"name":"Out","features":[423]},{"name":"PAudioStateMonitorCallback","features":[423]},{"name":"PCMWAVEFORMAT","features":[423]},{"name":"PKEY_AudioEndpointLogo_IconEffects","features":[423,380]},{"name":"PKEY_AudioEndpointLogo_IconPath","features":[423,380]},{"name":"PKEY_AudioEndpointSettings_LaunchContract","features":[423,380]},{"name":"PKEY_AudioEndpointSettings_MenuText","features":[423,380]},{"name":"PKEY_AudioEndpoint_Association","features":[423,380]},{"name":"PKEY_AudioEndpoint_ControlPanelPageProvider","features":[423,380]},{"name":"PKEY_AudioEndpoint_Default_VolumeInDb","features":[423,380]},{"name":"PKEY_AudioEndpoint_Disable_SysFx","features":[423,380]},{"name":"PKEY_AudioEndpoint_FormFactor","features":[423,380]},{"name":"PKEY_AudioEndpoint_FullRangeSpeakers","features":[423,380]},{"name":"PKEY_AudioEndpoint_GUID","features":[423,380]},{"name":"PKEY_AudioEndpoint_JackSubType","features":[423,380]},{"name":"PKEY_AudioEndpoint_PhysicalSpeakers","features":[423,380]},{"name":"PKEY_AudioEndpoint_Supports_EventDriven_Mode","features":[423,380]},{"name":"PKEY_AudioEngine_DeviceFormat","features":[423,380]},{"name":"PKEY_AudioEngine_OEMFormat","features":[423,380]},{"name":"PROCESS_LOOPBACK_MODE","features":[423]},{"name":"PROCESS_LOOPBACK_MODE_EXCLUDE_TARGET_PROCESS_TREE","features":[423]},{"name":"PROCESS_LOOPBACK_MODE_INCLUDE_TARGET_PROCESS_TREE","features":[423]},{"name":"PartType","features":[423]},{"name":"PlaySoundA","features":[307,423]},{"name":"PlaySoundW","features":[307,423]},{"name":"RemoteNetworkDevice","features":[423]},{"name":"SND_ALIAS","features":[423]},{"name":"SND_ALIAS_ID","features":[423]},{"name":"SND_ALIAS_START","features":[423]},{"name":"SND_APPLICATION","features":[423]},{"name":"SND_ASYNC","features":[423]},{"name":"SND_FILENAME","features":[423]},{"name":"SND_FLAGS","features":[423]},{"name":"SND_LOOP","features":[423]},{"name":"SND_MEMORY","features":[423]},{"name":"SND_NODEFAULT","features":[423]},{"name":"SND_NOSTOP","features":[423]},{"name":"SND_NOWAIT","features":[423]},{"name":"SND_PURGE","features":[423]},{"name":"SND_RESOURCE","features":[423]},{"name":"SND_RING","features":[423]},{"name":"SND_SENTRY","features":[423]},{"name":"SND_SYNC","features":[423]},{"name":"SND_SYSTEM","features":[423]},{"name":"SPATIAL_AUDIO_POSITION","features":[423]},{"name":"SPATIAL_AUDIO_STANDARD_COMMANDS_START","features":[423]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS","features":[423]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS_NONE","features":[423]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS_OFFLOAD","features":[423]},{"name":"SPDIF","features":[423]},{"name":"SPTLAUDCLNT_E_DESTROYED","features":[423]},{"name":"SPTLAUDCLNT_E_ERRORS_IN_OBJECT_CALLS","features":[423]},{"name":"SPTLAUDCLNT_E_INTERNAL","features":[423]},{"name":"SPTLAUDCLNT_E_INVALID_LICENSE","features":[423]},{"name":"SPTLAUDCLNT_E_METADATA_FORMAT_NOT_SUPPORTED","features":[423]},{"name":"SPTLAUDCLNT_E_NO_MORE_OBJECTS","features":[423]},{"name":"SPTLAUDCLNT_E_OBJECT_ALREADY_ACTIVE","features":[423]},{"name":"SPTLAUDCLNT_E_OUT_OF_ORDER","features":[423]},{"name":"SPTLAUDCLNT_E_PROPERTY_NOT_SUPPORTED","features":[423]},{"name":"SPTLAUDCLNT_E_RESOURCES_INVALIDATED","features":[423]},{"name":"SPTLAUDCLNT_E_STATIC_OBJECT_NOT_AVAILABLE","features":[423]},{"name":"SPTLAUDCLNT_E_STREAM_NOT_AVAILABLE","features":[423]},{"name":"SPTLAUDCLNT_E_STREAM_NOT_STOPPED","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_ATTACH_FAILED_INTERNAL_BUFFER","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_ALREADY_ATTACHED","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_NOT_ATTACHED","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_STILL_ATTACHED","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_COMMAND_ALREADY_WRITTEN","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_COMMAND_NOT_FOUND","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_DETACH_FAILED_INTERNAL_BUFFER","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_FORMAT_MISMATCH","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_FRAMECOUNT_OUT_OF_RANGE","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_FRAMEOFFSET_OUT_OF_RANGE","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_INVALID_ARGS","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_ITEMS_ALREADY_OPEN","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_ITEMS_LOCKED_FOR_WRITING","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_ITEM_COPY_OVERFLOW","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_ITEM_MUST_HAVE_COMMANDS","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_MEMORY_BOUNDS","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_METADATA_FORMAT_NOT_FOUND","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_NO_BUFFER_ATTACHED","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMOFFSET_WRITTEN","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_FOUND","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_OPEN","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_WRITTEN","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_NO_MORE_COMMANDS","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_NO_MORE_ITEMS","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_OBJECT_NOT_INITIALIZED","features":[423]},{"name":"SPTLAUD_MD_CLNT_E_VALUE_BUFFER_INCORRECT_SIZE","features":[423]},{"name":"SpatialAudioClientActivationParams","features":[423]},{"name":"SpatialAudioHrtfActivationParams","features":[307,423]},{"name":"SpatialAudioHrtfActivationParams2","features":[307,423]},{"name":"SpatialAudioHrtfDirectivity","features":[423]},{"name":"SpatialAudioHrtfDirectivityCardioid","features":[423]},{"name":"SpatialAudioHrtfDirectivityCone","features":[423]},{"name":"SpatialAudioHrtfDirectivityType","features":[423]},{"name":"SpatialAudioHrtfDirectivityUnion","features":[423]},{"name":"SpatialAudioHrtfDirectivity_Cardioid","features":[423]},{"name":"SpatialAudioHrtfDirectivity_Cone","features":[423]},{"name":"SpatialAudioHrtfDirectivity_OmniDirectional","features":[423]},{"name":"SpatialAudioHrtfDistanceDecay","features":[423]},{"name":"SpatialAudioHrtfDistanceDecayType","features":[423]},{"name":"SpatialAudioHrtfDistanceDecay_CustomDecay","features":[423]},{"name":"SpatialAudioHrtfDistanceDecay_NaturalDecay","features":[423]},{"name":"SpatialAudioHrtfEnvironmentType","features":[423]},{"name":"SpatialAudioHrtfEnvironment_Average","features":[423]},{"name":"SpatialAudioHrtfEnvironment_Large","features":[423]},{"name":"SpatialAudioHrtfEnvironment_Medium","features":[423]},{"name":"SpatialAudioHrtfEnvironment_Outdoors","features":[423]},{"name":"SpatialAudioHrtfEnvironment_Small","features":[423]},{"name":"SpatialAudioMetadataCopyMode","features":[423]},{"name":"SpatialAudioMetadataCopy_Append","features":[423]},{"name":"SpatialAudioMetadataCopy_AppendMergeWithFirst","features":[423]},{"name":"SpatialAudioMetadataCopy_AppendMergeWithLast","features":[423]},{"name":"SpatialAudioMetadataCopy_Overwrite","features":[423]},{"name":"SpatialAudioMetadataItemsInfo","features":[423]},{"name":"SpatialAudioMetadataWriterOverflowMode","features":[423]},{"name":"SpatialAudioMetadataWriterOverflow_Fail","features":[423]},{"name":"SpatialAudioMetadataWriterOverflow_MergeWithLast","features":[423]},{"name":"SpatialAudioMetadataWriterOverflow_MergeWithNew","features":[423]},{"name":"SpatialAudioObjectRenderStreamActivationParams","features":[307,423]},{"name":"SpatialAudioObjectRenderStreamActivationParams2","features":[307,423]},{"name":"SpatialAudioObjectRenderStreamForMetadataActivationParams","features":[307,423,387,360]},{"name":"SpatialAudioObjectRenderStreamForMetadataActivationParams2","features":[307,423,387,360]},{"name":"Speakers","features":[423]},{"name":"Subunit","features":[423]},{"name":"UnknownDigitalPassthrough","features":[423]},{"name":"UnknownFormFactor","features":[423]},{"name":"VIRTUAL_AUDIO_DEVICE_PROCESS_LOOPBACK","features":[423]},{"name":"VOLUMEWAVEFILTER","features":[423]},{"name":"WAVECAPS_LRVOLUME","features":[423]},{"name":"WAVECAPS_PITCH","features":[423]},{"name":"WAVECAPS_PLAYBACKRATE","features":[423]},{"name":"WAVECAPS_SAMPLEACCURATE","features":[423]},{"name":"WAVECAPS_SYNC","features":[423]},{"name":"WAVECAPS_VOLUME","features":[423]},{"name":"WAVEFILTER","features":[423]},{"name":"WAVEFORMAT","features":[423]},{"name":"WAVEFORMATEX","features":[423]},{"name":"WAVEFORMATEXTENSIBLE","features":[423]},{"name":"WAVEHDR","features":[423]},{"name":"WAVEINCAPS2A","features":[423]},{"name":"WAVEINCAPS2W","features":[423]},{"name":"WAVEINCAPSA","features":[423]},{"name":"WAVEINCAPSW","features":[423]},{"name":"WAVEIN_MAPPER_STATUS_DEVICE","features":[423]},{"name":"WAVEIN_MAPPER_STATUS_FORMAT","features":[423]},{"name":"WAVEIN_MAPPER_STATUS_MAPPED","features":[423]},{"name":"WAVEOUTCAPS2A","features":[423]},{"name":"WAVEOUTCAPS2W","features":[423]},{"name":"WAVEOUTCAPSA","features":[423]},{"name":"WAVEOUTCAPSW","features":[423]},{"name":"WAVEOUT_MAPPER_STATUS_DEVICE","features":[423]},{"name":"WAVEOUT_MAPPER_STATUS_FORMAT","features":[423]},{"name":"WAVEOUT_MAPPER_STATUS_MAPPED","features":[423]},{"name":"WAVERR_BADFORMAT","features":[423]},{"name":"WAVERR_LASTERROR","features":[423]},{"name":"WAVERR_STILLPLAYING","features":[423]},{"name":"WAVERR_SYNC","features":[423]},{"name":"WAVERR_UNPREPARED","features":[423]},{"name":"WAVE_ALLOWSYNC","features":[423]},{"name":"WAVE_FORMAT_1M08","features":[423]},{"name":"WAVE_FORMAT_1M16","features":[423]},{"name":"WAVE_FORMAT_1S08","features":[423]},{"name":"WAVE_FORMAT_1S16","features":[423]},{"name":"WAVE_FORMAT_2M08","features":[423]},{"name":"WAVE_FORMAT_2M16","features":[423]},{"name":"WAVE_FORMAT_2S08","features":[423]},{"name":"WAVE_FORMAT_2S16","features":[423]},{"name":"WAVE_FORMAT_44M08","features":[423]},{"name":"WAVE_FORMAT_44M16","features":[423]},{"name":"WAVE_FORMAT_44S08","features":[423]},{"name":"WAVE_FORMAT_44S16","features":[423]},{"name":"WAVE_FORMAT_48M08","features":[423]},{"name":"WAVE_FORMAT_48M16","features":[423]},{"name":"WAVE_FORMAT_48S08","features":[423]},{"name":"WAVE_FORMAT_48S16","features":[423]},{"name":"WAVE_FORMAT_4M08","features":[423]},{"name":"WAVE_FORMAT_4M16","features":[423]},{"name":"WAVE_FORMAT_4S08","features":[423]},{"name":"WAVE_FORMAT_4S16","features":[423]},{"name":"WAVE_FORMAT_96M08","features":[423]},{"name":"WAVE_FORMAT_96M16","features":[423]},{"name":"WAVE_FORMAT_96S08","features":[423]},{"name":"WAVE_FORMAT_96S16","features":[423]},{"name":"WAVE_FORMAT_DIRECT","features":[423]},{"name":"WAVE_FORMAT_DIRECT_QUERY","features":[423]},{"name":"WAVE_FORMAT_PCM","features":[423]},{"name":"WAVE_FORMAT_QUERY","features":[423]},{"name":"WAVE_INVALIDFORMAT","features":[423]},{"name":"WAVE_MAPPED","features":[423]},{"name":"WAVE_MAPPED_DEFAULT_COMMUNICATION_DEVICE","features":[423]},{"name":"WAVE_MAPPER","features":[423]},{"name":"WHDR_BEGINLOOP","features":[423]},{"name":"WHDR_DONE","features":[423]},{"name":"WHDR_ENDLOOP","features":[423]},{"name":"WHDR_INQUEUE","features":[423]},{"name":"WHDR_PREPARED","features":[423]},{"name":"WIDM_MAPPER_STATUS","features":[423]},{"name":"WODM_MAPPER_STATUS","features":[423]},{"name":"_AUDCLNT_BUFFERFLAGS","features":[423]},{"name":"acmDriverAddA","features":[307,423]},{"name":"acmDriverAddW","features":[307,423]},{"name":"acmDriverClose","features":[423]},{"name":"acmDriverDetailsA","features":[423,371]},{"name":"acmDriverDetailsW","features":[423,371]},{"name":"acmDriverEnum","features":[307,423]},{"name":"acmDriverID","features":[423]},{"name":"acmDriverMessage","features":[307,423]},{"name":"acmDriverOpen","features":[423]},{"name":"acmDriverPriority","features":[423]},{"name":"acmDriverRemove","features":[423]},{"name":"acmFilterChooseA","features":[307,423]},{"name":"acmFilterChooseW","features":[307,423]},{"name":"acmFilterDetailsA","features":[423]},{"name":"acmFilterDetailsW","features":[423]},{"name":"acmFilterEnumA","features":[307,423]},{"name":"acmFilterEnumW","features":[307,423]},{"name":"acmFilterTagDetailsA","features":[423]},{"name":"acmFilterTagDetailsW","features":[423]},{"name":"acmFilterTagEnumA","features":[307,423]},{"name":"acmFilterTagEnumW","features":[307,423]},{"name":"acmFormatChooseA","features":[307,423]},{"name":"acmFormatChooseW","features":[307,423]},{"name":"acmFormatDetailsA","features":[423]},{"name":"acmFormatDetailsW","features":[423]},{"name":"acmFormatEnumA","features":[307,423]},{"name":"acmFormatEnumW","features":[307,423]},{"name":"acmFormatSuggest","features":[423]},{"name":"acmFormatTagDetailsA","features":[423]},{"name":"acmFormatTagDetailsW","features":[423]},{"name":"acmFormatTagEnumA","features":[307,423]},{"name":"acmFormatTagEnumW","features":[307,423]},{"name":"acmGetVersion","features":[423]},{"name":"acmMetrics","features":[423]},{"name":"acmStreamClose","features":[423]},{"name":"acmStreamConvert","features":[423]},{"name":"acmStreamMessage","features":[307,423]},{"name":"acmStreamOpen","features":[423]},{"name":"acmStreamPrepareHeader","features":[423]},{"name":"acmStreamReset","features":[423]},{"name":"acmStreamSize","features":[423]},{"name":"acmStreamUnprepareHeader","features":[423]},{"name":"auxGetDevCapsA","features":[423]},{"name":"auxGetDevCapsW","features":[423]},{"name":"auxGetNumDevs","features":[423]},{"name":"auxGetVolume","features":[423]},{"name":"auxOutMessage","features":[423]},{"name":"auxSetVolume","features":[423]},{"name":"eAll","features":[423]},{"name":"eCapture","features":[423]},{"name":"eCommunications","features":[423]},{"name":"eConsole","features":[423]},{"name":"eMultimedia","features":[423]},{"name":"eRender","features":[423]},{"name":"midiConnect","features":[423]},{"name":"midiDisconnect","features":[423]},{"name":"midiInAddBuffer","features":[423]},{"name":"midiInClose","features":[423]},{"name":"midiInGetDevCapsA","features":[423]},{"name":"midiInGetDevCapsW","features":[423]},{"name":"midiInGetErrorTextA","features":[423]},{"name":"midiInGetErrorTextW","features":[423]},{"name":"midiInGetID","features":[423]},{"name":"midiInGetNumDevs","features":[423]},{"name":"midiInMessage","features":[423]},{"name":"midiInOpen","features":[423]},{"name":"midiInPrepareHeader","features":[423]},{"name":"midiInReset","features":[423]},{"name":"midiInStart","features":[423]},{"name":"midiInStop","features":[423]},{"name":"midiInUnprepareHeader","features":[423]},{"name":"midiOutCacheDrumPatches","features":[423]},{"name":"midiOutCachePatches","features":[423]},{"name":"midiOutClose","features":[423]},{"name":"midiOutGetDevCapsA","features":[423]},{"name":"midiOutGetDevCapsW","features":[423]},{"name":"midiOutGetErrorTextA","features":[423]},{"name":"midiOutGetErrorTextW","features":[423]},{"name":"midiOutGetID","features":[423]},{"name":"midiOutGetNumDevs","features":[423]},{"name":"midiOutGetVolume","features":[423]},{"name":"midiOutLongMsg","features":[423]},{"name":"midiOutMessage","features":[423]},{"name":"midiOutOpen","features":[423]},{"name":"midiOutPrepareHeader","features":[423]},{"name":"midiOutReset","features":[423]},{"name":"midiOutSetVolume","features":[423]},{"name":"midiOutShortMsg","features":[423]},{"name":"midiOutUnprepareHeader","features":[423]},{"name":"midiStreamClose","features":[423]},{"name":"midiStreamOpen","features":[423]},{"name":"midiStreamOut","features":[423]},{"name":"midiStreamPause","features":[423]},{"name":"midiStreamPosition","features":[423]},{"name":"midiStreamProperty","features":[423]},{"name":"midiStreamRestart","features":[423]},{"name":"midiStreamStop","features":[423]},{"name":"mixerClose","features":[423]},{"name":"mixerGetControlDetailsA","features":[307,423]},{"name":"mixerGetControlDetailsW","features":[307,423]},{"name":"mixerGetDevCapsA","features":[423]},{"name":"mixerGetDevCapsW","features":[423]},{"name":"mixerGetID","features":[423]},{"name":"mixerGetLineControlsA","features":[423]},{"name":"mixerGetLineControlsW","features":[423]},{"name":"mixerGetLineInfoA","features":[423]},{"name":"mixerGetLineInfoW","features":[423]},{"name":"mixerGetNumDevs","features":[423]},{"name":"mixerMessage","features":[423]},{"name":"mixerOpen","features":[423]},{"name":"mixerSetControlDetails","features":[307,423]},{"name":"sndPlaySoundA","features":[307,423]},{"name":"sndPlaySoundW","features":[307,423]},{"name":"tACMFORMATDETAILSW","features":[423]},{"name":"waveInAddBuffer","features":[423]},{"name":"waveInClose","features":[423]},{"name":"waveInGetDevCapsA","features":[423]},{"name":"waveInGetDevCapsW","features":[423]},{"name":"waveInGetErrorTextA","features":[423]},{"name":"waveInGetErrorTextW","features":[423]},{"name":"waveInGetID","features":[423]},{"name":"waveInGetNumDevs","features":[423]},{"name":"waveInGetPosition","features":[423]},{"name":"waveInMessage","features":[423]},{"name":"waveInOpen","features":[423]},{"name":"waveInPrepareHeader","features":[423]},{"name":"waveInReset","features":[423]},{"name":"waveInStart","features":[423]},{"name":"waveInStop","features":[423]},{"name":"waveInUnprepareHeader","features":[423]},{"name":"waveOutBreakLoop","features":[423]},{"name":"waveOutClose","features":[423]},{"name":"waveOutGetDevCapsA","features":[423]},{"name":"waveOutGetDevCapsW","features":[423]},{"name":"waveOutGetErrorTextA","features":[423]},{"name":"waveOutGetErrorTextW","features":[423]},{"name":"waveOutGetID","features":[423]},{"name":"waveOutGetNumDevs","features":[423]},{"name":"waveOutGetPitch","features":[423]},{"name":"waveOutGetPlaybackRate","features":[423]},{"name":"waveOutGetPosition","features":[423]},{"name":"waveOutGetVolume","features":[423]},{"name":"waveOutMessage","features":[423]},{"name":"waveOutOpen","features":[423]},{"name":"waveOutPause","features":[423]},{"name":"waveOutPrepareHeader","features":[423]},{"name":"waveOutReset","features":[423]},{"name":"waveOutRestart","features":[423]},{"name":"waveOutSetPitch","features":[423]},{"name":"waveOutSetPlaybackRate","features":[423]},{"name":"waveOutSetVolume","features":[423]},{"name":"waveOutUnprepareHeader","features":[423]},{"name":"waveOutWrite","features":[423]}],"427":[{"name":"APOERR_ALREADY_INITIALIZED","features":[424]},{"name":"APOERR_ALREADY_UNLOCKED","features":[424]},{"name":"APOERR_APO_LOCKED","features":[424]},{"name":"APOERR_BUFFERS_OVERLAP","features":[424]},{"name":"APOERR_FORMAT_NOT_SUPPORTED","features":[424]},{"name":"APOERR_INVALID_APO_CLSID","features":[424]},{"name":"APOERR_INVALID_COEFFCOUNT","features":[424]},{"name":"APOERR_INVALID_COEFFICIENT","features":[424]},{"name":"APOERR_INVALID_CONNECTION_FORMAT","features":[424]},{"name":"APOERR_INVALID_CURVE_PARAM","features":[424]},{"name":"APOERR_INVALID_INPUTID","features":[424]},{"name":"APOERR_INVALID_OUTPUT_MAXFRAMECOUNT","features":[424]},{"name":"APOERR_NOT_INITIALIZED","features":[424]},{"name":"APOERR_NUM_CONNECTIONS_INVALID","features":[424]},{"name":"APOInitBaseStruct","features":[424]},{"name":"APOInitSystemEffects","features":[424,380]},{"name":"APOInitSystemEffects2","features":[307,424,380]},{"name":"APOInitSystemEffects3","features":[307,424,358,380]},{"name":"APO_BUFFER_FLAGS","features":[424]},{"name":"APO_CONNECTION_BUFFER_TYPE","features":[424]},{"name":"APO_CONNECTION_BUFFER_TYPE_ALLOCATED","features":[424]},{"name":"APO_CONNECTION_BUFFER_TYPE_DEPENDANT","features":[424]},{"name":"APO_CONNECTION_BUFFER_TYPE_EXTERNAL","features":[424]},{"name":"APO_CONNECTION_DESCRIPTOR","features":[424]},{"name":"APO_CONNECTION_PROPERTY","features":[424]},{"name":"APO_CONNECTION_PROPERTY_V2","features":[424]},{"name":"APO_FLAG","features":[424]},{"name":"APO_FLAG_BITSPERSAMPLE_MUST_MATCH","features":[424]},{"name":"APO_FLAG_DEFAULT","features":[424]},{"name":"APO_FLAG_FRAMESPERSECOND_MUST_MATCH","features":[424]},{"name":"APO_FLAG_INPLACE","features":[424]},{"name":"APO_FLAG_MIXER","features":[424]},{"name":"APO_FLAG_NONE","features":[424]},{"name":"APO_FLAG_SAMPLESPERFRAME_MUST_MATCH","features":[424]},{"name":"APO_LOG_LEVEL","features":[424]},{"name":"APO_LOG_LEVEL_ALWAYS","features":[424]},{"name":"APO_LOG_LEVEL_CRITICAL","features":[424]},{"name":"APO_LOG_LEVEL_ERROR","features":[424]},{"name":"APO_LOG_LEVEL_INFO","features":[424]},{"name":"APO_LOG_LEVEL_VERBOSE","features":[424]},{"name":"APO_LOG_LEVEL_WARNING","features":[424]},{"name":"APO_NOTIFICATION","features":[307,424,380]},{"name":"APO_NOTIFICATION_DESCRIPTOR","features":[424]},{"name":"APO_NOTIFICATION_TYPE","features":[424]},{"name":"APO_NOTIFICATION_TYPE_DEVICE_ORIENTATION","features":[424]},{"name":"APO_NOTIFICATION_TYPE_ENDPOINT_PROPERTY_CHANGE","features":[424]},{"name":"APO_NOTIFICATION_TYPE_ENDPOINT_VOLUME","features":[424]},{"name":"APO_NOTIFICATION_TYPE_ENDPOINT_VOLUME2","features":[424]},{"name":"APO_NOTIFICATION_TYPE_MICROPHONE_BOOST","features":[424]},{"name":"APO_NOTIFICATION_TYPE_NONE","features":[424]},{"name":"APO_NOTIFICATION_TYPE_SYSTEM_EFFECTS_PROPERTY_CHANGE","features":[424]},{"name":"APO_REG_PROPERTIES","features":[424]},{"name":"AUDIOMEDIATYPE_EQUAL_FORMAT_DATA","features":[424]},{"name":"AUDIOMEDIATYPE_EQUAL_FORMAT_TYPES","features":[424]},{"name":"AUDIOMEDIATYPE_EQUAL_FORMAT_USER_DATA","features":[424]},{"name":"AUDIO_ENDPOINT_PROPERTY_CHANGE_APO_NOTIFICATION_DESCRIPTOR","features":[424]},{"name":"AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION","features":[424,380]},{"name":"AUDIO_ENDPOINT_VOLUME_APO_NOTIFICATION_DESCRIPTOR","features":[424]},{"name":"AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION","features":[307,424]},{"name":"AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION2","features":[307,424]},{"name":"AUDIO_FLOW_PULL","features":[424]},{"name":"AUDIO_FLOW_PUSH","features":[424]},{"name":"AUDIO_FLOW_TYPE","features":[424]},{"name":"AUDIO_MAX_CHANNELS","features":[424]},{"name":"AUDIO_MAX_FRAMERATE","features":[424]},{"name":"AUDIO_MICROPHONE_BOOST_APO_NOTIFICATION_DESCRIPTOR","features":[424]},{"name":"AUDIO_MICROPHONE_BOOST_NOTIFICATION","features":[307,424]},{"name":"AUDIO_MIN_CHANNELS","features":[424]},{"name":"AUDIO_MIN_FRAMERATE","features":[424]},{"name":"AUDIO_SYSTEMEFFECT","features":[307,424]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTY_CHANGE_APO_NOTIFICATION_DESCRIPTOR","features":[424]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTY_CHANGE_NOTIFICATION","features":[424,380]},{"name":"AUDIO_SYSTEMEFFECT_STATE","features":[424]},{"name":"AUDIO_SYSTEMEFFECT_STATE_OFF","features":[424]},{"name":"AUDIO_SYSTEMEFFECT_STATE_ON","features":[424]},{"name":"AUDIO_VOLUME_NOTIFICATION_DATA2","features":[307,424]},{"name":"AudioFXExtensionParams","features":[307,424,380]},{"name":"BUFFER_INVALID","features":[424]},{"name":"BUFFER_SILENT","features":[424]},{"name":"BUFFER_VALID","features":[424]},{"name":"DEVICE_NOT_ROTATED","features":[424]},{"name":"DEVICE_ORIENTATION_TYPE","features":[424]},{"name":"DEVICE_ROTATED_180_DEGREES_CLOCKWISE","features":[424]},{"name":"DEVICE_ROTATED_270_DEGREES_CLOCKWISE","features":[424]},{"name":"DEVICE_ROTATED_90_DEGREES_CLOCKWISE","features":[424]},{"name":"EAudioConstriction","features":[424]},{"name":"FNAPONOTIFICATIONCALLBACK","features":[424]},{"name":"IApoAcousticEchoCancellation","features":[424]},{"name":"IApoAuxiliaryInputConfiguration","features":[424]},{"name":"IApoAuxiliaryInputRT","features":[424]},{"name":"IAudioDeviceModulesClient","features":[424]},{"name":"IAudioMediaType","features":[424]},{"name":"IAudioProcessingObject","features":[424]},{"name":"IAudioProcessingObjectConfiguration","features":[424]},{"name":"IAudioProcessingObjectLoggingService","features":[424]},{"name":"IAudioProcessingObjectNotifications","features":[424]},{"name":"IAudioProcessingObjectNotifications2","features":[424]},{"name":"IAudioProcessingObjectRT","features":[424]},{"name":"IAudioProcessingObjectRTQueueService","features":[424]},{"name":"IAudioProcessingObjectVBR","features":[424]},{"name":"IAudioSystemEffects","features":[424]},{"name":"IAudioSystemEffects2","features":[424]},{"name":"IAudioSystemEffects3","features":[424]},{"name":"IAudioSystemEffectsCustomFormats","features":[424]},{"name":"PKEY_APO_SWFallback_ProcessingModes","features":[424,380]},{"name":"PKEY_CompositeFX_EndpointEffectClsid","features":[424,380]},{"name":"PKEY_CompositeFX_KeywordDetector_EndpointEffectClsid","features":[424,380]},{"name":"PKEY_CompositeFX_KeywordDetector_ModeEffectClsid","features":[424,380]},{"name":"PKEY_CompositeFX_KeywordDetector_StreamEffectClsid","features":[424,380]},{"name":"PKEY_CompositeFX_ModeEffectClsid","features":[424,380]},{"name":"PKEY_CompositeFX_Offload_ModeEffectClsid","features":[424,380]},{"name":"PKEY_CompositeFX_Offload_StreamEffectClsid","features":[424,380]},{"name":"PKEY_CompositeFX_StreamEffectClsid","features":[424,380]},{"name":"PKEY_EFX_KeywordDetector_ProcessingModes_Supported_For_Streaming","features":[424,380]},{"name":"PKEY_EFX_ProcessingModes_Supported_For_Streaming","features":[424,380]},{"name":"PKEY_FX_ApplyToBluetooth","features":[424,380]},{"name":"PKEY_FX_ApplyToCapture","features":[424,380]},{"name":"PKEY_FX_ApplyToRender","features":[424,380]},{"name":"PKEY_FX_ApplyToUsb","features":[424,380]},{"name":"PKEY_FX_Association","features":[424,380]},{"name":"PKEY_FX_Author","features":[424,380]},{"name":"PKEY_FX_EffectPackSchema_Version","features":[424,380]},{"name":"PKEY_FX_EffectPack_Schema_V1","features":[424]},{"name":"PKEY_FX_EndpointEffectClsid","features":[424,380]},{"name":"PKEY_FX_Enumerator","features":[424,380]},{"name":"PKEY_FX_FriendlyName","features":[424,380]},{"name":"PKEY_FX_KeywordDetector_EndpointEffectClsid","features":[424,380]},{"name":"PKEY_FX_KeywordDetector_ModeEffectClsid","features":[424,380]},{"name":"PKEY_FX_KeywordDetector_StreamEffectClsid","features":[424,380]},{"name":"PKEY_FX_ModeEffectClsid","features":[424,380]},{"name":"PKEY_FX_ObjectId","features":[424,380]},{"name":"PKEY_FX_Offload_ModeEffectClsid","features":[424,380]},{"name":"PKEY_FX_Offload_StreamEffectClsid","features":[424,380]},{"name":"PKEY_FX_PostMixEffectClsid","features":[424,380]},{"name":"PKEY_FX_PreMixEffectClsid","features":[424,380]},{"name":"PKEY_FX_State","features":[424,380]},{"name":"PKEY_FX_StreamEffectClsid","features":[424,380]},{"name":"PKEY_FX_SupportAppLauncher","features":[424,380]},{"name":"PKEY_FX_SupportedFormats","features":[424,380]},{"name":"PKEY_FX_UserInterfaceClsid","features":[424,380]},{"name":"PKEY_FX_VersionMajor","features":[424,380]},{"name":"PKEY_FX_VersionMinor","features":[424,380]},{"name":"PKEY_MFX_KeywordDetector_ProcessingModes_Supported_For_Streaming","features":[424,380]},{"name":"PKEY_MFX_Offload_ProcessingModes_Supported_For_Streaming","features":[424,380]},{"name":"PKEY_MFX_ProcessingModes_Supported_For_Streaming","features":[424,380]},{"name":"PKEY_SFX_KeywordDetector_ProcessingModes_Supported_For_Streaming","features":[424,380]},{"name":"PKEY_SFX_Offload_ProcessingModes_Supported_For_Streaming","features":[424,380]},{"name":"PKEY_SFX_ProcessingModes_Supported_For_Streaming","features":[424,380]},{"name":"SID_AudioProcessingObjectLoggingService","features":[424]},{"name":"SID_AudioProcessingObjectRTQueue","features":[424]},{"name":"UNCOMPRESSEDAUDIOFORMAT","features":[424]},{"name":"eAudioConstriction14_14","features":[424]},{"name":"eAudioConstriction44_16","features":[424]},{"name":"eAudioConstriction48_16","features":[424]},{"name":"eAudioConstrictionMute","features":[424]},{"name":"eAudioConstrictionOff","features":[424]}],"428":[{"name":"CLSID_DirectMusic","features":[425]},{"name":"CLSID_DirectMusicCollection","features":[425]},{"name":"CLSID_DirectMusicSynth","features":[425]},{"name":"CLSID_DirectMusicSynthSink","features":[425]},{"name":"CLSID_DirectSoundPrivate","features":[425]},{"name":"CONNECTION","features":[425]},{"name":"CONNECTIONLIST","features":[425]},{"name":"CONN_DST_ATTENUATION","features":[425]},{"name":"CONN_DST_CENTER","features":[425]},{"name":"CONN_DST_CHORUS","features":[425]},{"name":"CONN_DST_EG1_ATTACKTIME","features":[425]},{"name":"CONN_DST_EG1_DECAYTIME","features":[425]},{"name":"CONN_DST_EG1_DELAYTIME","features":[425]},{"name":"CONN_DST_EG1_HOLDTIME","features":[425]},{"name":"CONN_DST_EG1_RELEASETIME","features":[425]},{"name":"CONN_DST_EG1_SHUTDOWNTIME","features":[425]},{"name":"CONN_DST_EG1_SUSTAINLEVEL","features":[425]},{"name":"CONN_DST_EG2_ATTACKTIME","features":[425]},{"name":"CONN_DST_EG2_DECAYTIME","features":[425]},{"name":"CONN_DST_EG2_DELAYTIME","features":[425]},{"name":"CONN_DST_EG2_HOLDTIME","features":[425]},{"name":"CONN_DST_EG2_RELEASETIME","features":[425]},{"name":"CONN_DST_EG2_SUSTAINLEVEL","features":[425]},{"name":"CONN_DST_FILTER_CUTOFF","features":[425]},{"name":"CONN_DST_FILTER_Q","features":[425]},{"name":"CONN_DST_GAIN","features":[425]},{"name":"CONN_DST_KEYNUMBER","features":[425]},{"name":"CONN_DST_LEFT","features":[425]},{"name":"CONN_DST_LEFTREAR","features":[425]},{"name":"CONN_DST_LFE_CHANNEL","features":[425]},{"name":"CONN_DST_LFO_FREQUENCY","features":[425]},{"name":"CONN_DST_LFO_STARTDELAY","features":[425]},{"name":"CONN_DST_NONE","features":[425]},{"name":"CONN_DST_PAN","features":[425]},{"name":"CONN_DST_PITCH","features":[425]},{"name":"CONN_DST_REVERB","features":[425]},{"name":"CONN_DST_RIGHT","features":[425]},{"name":"CONN_DST_RIGHTREAR","features":[425]},{"name":"CONN_DST_VIB_FREQUENCY","features":[425]},{"name":"CONN_DST_VIB_STARTDELAY","features":[425]},{"name":"CONN_SRC_CC1","features":[425]},{"name":"CONN_SRC_CC10","features":[425]},{"name":"CONN_SRC_CC11","features":[425]},{"name":"CONN_SRC_CC7","features":[425]},{"name":"CONN_SRC_CC91","features":[425]},{"name":"CONN_SRC_CC93","features":[425]},{"name":"CONN_SRC_CHANNELPRESSURE","features":[425]},{"name":"CONN_SRC_EG1","features":[425]},{"name":"CONN_SRC_EG2","features":[425]},{"name":"CONN_SRC_KEYNUMBER","features":[425]},{"name":"CONN_SRC_KEYONVELOCITY","features":[425]},{"name":"CONN_SRC_LFO","features":[425]},{"name":"CONN_SRC_MONOPRESSURE","features":[425]},{"name":"CONN_SRC_NONE","features":[425]},{"name":"CONN_SRC_PITCHWHEEL","features":[425]},{"name":"CONN_SRC_POLYPRESSURE","features":[425]},{"name":"CONN_SRC_VIBRATO","features":[425]},{"name":"CONN_TRN_CONCAVE","features":[425]},{"name":"CONN_TRN_CONVEX","features":[425]},{"name":"CONN_TRN_NONE","features":[425]},{"name":"CONN_TRN_SWITCH","features":[425]},{"name":"DAUD_CHAN10_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN11_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN12_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN13_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN14_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN15_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN16_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN1_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN2_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN3_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN4_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN5_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN6_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN7_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN8_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CHAN9_VOICE_PRIORITY_OFFSET","features":[425]},{"name":"DAUD_CRITICAL_VOICE_PRIORITY","features":[425]},{"name":"DAUD_HIGH_VOICE_PRIORITY","features":[425]},{"name":"DAUD_LOW_VOICE_PRIORITY","features":[425]},{"name":"DAUD_PERSIST_VOICE_PRIORITY","features":[425]},{"name":"DAUD_STANDARD_VOICE_PRIORITY","features":[425]},{"name":"DIRECTSOUNDDEVICE_DATAFLOW","features":[425]},{"name":"DIRECTSOUNDDEVICE_DATAFLOW_CAPTURE","features":[425]},{"name":"DIRECTSOUNDDEVICE_DATAFLOW_RENDER","features":[425]},{"name":"DIRECTSOUNDDEVICE_TYPE","features":[425]},{"name":"DIRECTSOUNDDEVICE_TYPE_EMULATED","features":[425]},{"name":"DIRECTSOUNDDEVICE_TYPE_VXD","features":[425]},{"name":"DIRECTSOUNDDEVICE_TYPE_WDM","features":[425]},{"name":"DLSHEADER","features":[425]},{"name":"DLSID","features":[425]},{"name":"DLSID_GMInHardware","features":[425]},{"name":"DLSID_GSInHardware","features":[425]},{"name":"DLSID_ManufacturersID","features":[425]},{"name":"DLSID_ProductID","features":[425]},{"name":"DLSID_SampleMemorySize","features":[425]},{"name":"DLSID_SamplePlaybackRate","features":[425]},{"name":"DLSID_SupportsDLS1","features":[425]},{"name":"DLSID_SupportsDLS2","features":[425]},{"name":"DLSID_XGInHardware","features":[425]},{"name":"DLSVERSION","features":[425]},{"name":"DLS_CDL_ADD","features":[425]},{"name":"DLS_CDL_AND","features":[425]},{"name":"DLS_CDL_CONST","features":[425]},{"name":"DLS_CDL_DIVIDE","features":[425]},{"name":"DLS_CDL_EQ","features":[425]},{"name":"DLS_CDL_GE","features":[425]},{"name":"DLS_CDL_GT","features":[425]},{"name":"DLS_CDL_LE","features":[425]},{"name":"DLS_CDL_LOGICAL_AND","features":[425]},{"name":"DLS_CDL_LOGICAL_OR","features":[425]},{"name":"DLS_CDL_LT","features":[425]},{"name":"DLS_CDL_MULTIPLY","features":[425]},{"name":"DLS_CDL_NOT","features":[425]},{"name":"DLS_CDL_OR","features":[425]},{"name":"DLS_CDL_QUERY","features":[425]},{"name":"DLS_CDL_QUERYSUPPORTED","features":[425]},{"name":"DLS_CDL_SUBTRACT","features":[425]},{"name":"DLS_CDL_XOR","features":[425]},{"name":"DMUS_ARTICPARAMS","features":[425]},{"name":"DMUS_ARTICULATION","features":[425]},{"name":"DMUS_ARTICULATION2","features":[425]},{"name":"DMUS_BUFFERDESC","features":[425]},{"name":"DMUS_CLOCKF_GLOBAL","features":[425]},{"name":"DMUS_CLOCKINFO7","features":[425]},{"name":"DMUS_CLOCKINFO8","features":[425]},{"name":"DMUS_CLOCKTYPE","features":[425]},{"name":"DMUS_CLOCK_SYSTEM","features":[425]},{"name":"DMUS_CLOCK_WAVE","features":[425]},{"name":"DMUS_COPYRIGHT","features":[425]},{"name":"DMUS_DEFAULT_SIZE_OFFSETTABLE","features":[425]},{"name":"DMUS_DOWNLOADINFO","features":[425]},{"name":"DMUS_DOWNLOADINFO_INSTRUMENT","features":[425]},{"name":"DMUS_DOWNLOADINFO_INSTRUMENT2","features":[425]},{"name":"DMUS_DOWNLOADINFO_ONESHOTWAVE","features":[425]},{"name":"DMUS_DOWNLOADINFO_STREAMINGWAVE","features":[425]},{"name":"DMUS_DOWNLOADINFO_WAVE","features":[425]},{"name":"DMUS_DOWNLOADINFO_WAVEARTICULATION","features":[425]},{"name":"DMUS_EFFECT_CHORUS","features":[425]},{"name":"DMUS_EFFECT_DELAY","features":[425]},{"name":"DMUS_EFFECT_NONE","features":[425]},{"name":"DMUS_EFFECT_REVERB","features":[425]},{"name":"DMUS_EVENTHEADER","features":[425]},{"name":"DMUS_EVENT_STRUCTURED","features":[425]},{"name":"DMUS_EXTENSIONCHUNK","features":[425]},{"name":"DMUS_INSTRUMENT","features":[425]},{"name":"DMUS_INSTRUMENT_GM_INSTRUMENT","features":[425]},{"name":"DMUS_LFOPARAMS","features":[425]},{"name":"DMUS_MAX_DESCRIPTION","features":[425]},{"name":"DMUS_MAX_DRIVER","features":[425]},{"name":"DMUS_MIN_DATA_SIZE","features":[425]},{"name":"DMUS_MSCPARAMS","features":[425]},{"name":"DMUS_NOTERANGE","features":[425]},{"name":"DMUS_OFFSETTABLE","features":[425]},{"name":"DMUS_PC_AUDIOPATH","features":[425]},{"name":"DMUS_PC_DIRECTSOUND","features":[425]},{"name":"DMUS_PC_DLS","features":[425]},{"name":"DMUS_PC_DLS2","features":[425]},{"name":"DMUS_PC_EXTERNAL","features":[425]},{"name":"DMUS_PC_GMINHARDWARE","features":[425]},{"name":"DMUS_PC_GSINHARDWARE","features":[425]},{"name":"DMUS_PC_INPUTCLASS","features":[425]},{"name":"DMUS_PC_MEMORYSIZEFIXED","features":[425]},{"name":"DMUS_PC_OUTPUTCLASS","features":[425]},{"name":"DMUS_PC_SHAREABLE","features":[425]},{"name":"DMUS_PC_SOFTWARESYNTH","features":[425]},{"name":"DMUS_PC_SYSTEMMEMORY","features":[425]},{"name":"DMUS_PC_WAVE","features":[425]},{"name":"DMUS_PC_XGINHARDWARE","features":[425]},{"name":"DMUS_PEGPARAMS","features":[425]},{"name":"DMUS_PORTCAPS","features":[425]},{"name":"DMUS_PORTPARAMS7","features":[307,425]},{"name":"DMUS_PORTPARAMS8","features":[307,425]},{"name":"DMUS_PORTPARAMS_AUDIOCHANNELS","features":[425]},{"name":"DMUS_PORTPARAMS_CHANNELGROUPS","features":[425]},{"name":"DMUS_PORTPARAMS_EFFECTS","features":[425]},{"name":"DMUS_PORTPARAMS_FEATURES","features":[425]},{"name":"DMUS_PORTPARAMS_SAMPLERATE","features":[425]},{"name":"DMUS_PORTPARAMS_SHARE","features":[425]},{"name":"DMUS_PORTPARAMS_VOICES","features":[425]},{"name":"DMUS_PORT_FEATURE_AUDIOPATH","features":[425]},{"name":"DMUS_PORT_FEATURE_STREAMING","features":[425]},{"name":"DMUS_PORT_KERNEL_MODE","features":[425]},{"name":"DMUS_PORT_USER_MODE_SYNTH","features":[425]},{"name":"DMUS_PORT_WINMM_DRIVER","features":[425]},{"name":"DMUS_REGION","features":[425]},{"name":"DMUS_SYNTHSTATS","features":[425]},{"name":"DMUS_SYNTHSTATS8","features":[425]},{"name":"DMUS_SYNTHSTATS_CPU_PER_VOICE","features":[425]},{"name":"DMUS_SYNTHSTATS_FREE_MEMORY","features":[425]},{"name":"DMUS_SYNTHSTATS_LOST_NOTES","features":[425]},{"name":"DMUS_SYNTHSTATS_PEAK_VOLUME","features":[425]},{"name":"DMUS_SYNTHSTATS_SYSTEMMEMORY","features":[425]},{"name":"DMUS_SYNTHSTATS_TOTAL_CPU","features":[425]},{"name":"DMUS_SYNTHSTATS_VOICES","features":[425]},{"name":"DMUS_VEGPARAMS","features":[425]},{"name":"DMUS_VOICE_STATE","features":[307,425]},{"name":"DMUS_VOLUME_MAX","features":[425]},{"name":"DMUS_VOLUME_MIN","features":[425]},{"name":"DMUS_WAVE","features":[425]},{"name":"DMUS_WAVEARTDL","features":[425]},{"name":"DMUS_WAVEDATA","features":[425]},{"name":"DMUS_WAVEDL","features":[425]},{"name":"DMUS_WAVES_REVERB_PARAMS","features":[425]},{"name":"DSBUSID_BACK_CENTER","features":[425]},{"name":"DSBUSID_BACK_LEFT","features":[425]},{"name":"DSBUSID_BACK_RIGHT","features":[425]},{"name":"DSBUSID_CHORUS_SEND","features":[425]},{"name":"DSBUSID_DYNAMIC_0","features":[425]},{"name":"DSBUSID_FIRST_SPKR_LOC","features":[425]},{"name":"DSBUSID_FRONT_CENTER","features":[425]},{"name":"DSBUSID_FRONT_LEFT","features":[425]},{"name":"DSBUSID_FRONT_LEFT_OF_CENTER","features":[425]},{"name":"DSBUSID_FRONT_RIGHT","features":[425]},{"name":"DSBUSID_FRONT_RIGHT_OF_CENTER","features":[425]},{"name":"DSBUSID_LAST_SPKR_LOC","features":[425]},{"name":"DSBUSID_LEFT","features":[425]},{"name":"DSBUSID_LOW_FREQUENCY","features":[425]},{"name":"DSBUSID_NULL","features":[425]},{"name":"DSBUSID_REVERB_SEND","features":[425]},{"name":"DSBUSID_RIGHT","features":[425]},{"name":"DSBUSID_SIDE_LEFT","features":[425]},{"name":"DSBUSID_SIDE_RIGHT","features":[425]},{"name":"DSBUSID_TOP_BACK_CENTER","features":[425]},{"name":"DSBUSID_TOP_BACK_LEFT","features":[425]},{"name":"DSBUSID_TOP_BACK_RIGHT","features":[425]},{"name":"DSBUSID_TOP_CENTER","features":[425]},{"name":"DSBUSID_TOP_FRONT_CENTER","features":[425]},{"name":"DSBUSID_TOP_FRONT_LEFT","features":[425]},{"name":"DSBUSID_TOP_FRONT_RIGHT","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_1","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_1_DATA","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A_DATA","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W_DATA","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_1","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_1_DATA","features":[307,425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_A","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_A_DATA","features":[307,425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_W","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_W_DATA","features":[307,425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_A","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_A_DATA","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W","features":[425]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA","features":[425]},{"name":"DSPROPSETID_DirectSoundDevice","features":[425]},{"name":"DVAudInfo","features":[425]},{"name":"DV_AUDIOMODE","features":[425]},{"name":"DV_AUDIOQU","features":[425]},{"name":"DV_AUDIOSMP","features":[425]},{"name":"DV_CAP_AUD12Bits","features":[425]},{"name":"DV_CAP_AUD16Bits","features":[425]},{"name":"DV_DVSD_NTSC_FRAMESIZE","features":[425]},{"name":"DV_DVSD_PAL_FRAMESIZE","features":[425]},{"name":"DV_HD","features":[425]},{"name":"DV_NTSC","features":[425]},{"name":"DV_NTSCPAL","features":[425]},{"name":"DV_PAL","features":[425]},{"name":"DV_SD","features":[425]},{"name":"DV_SL","features":[425]},{"name":"DV_SMCHN","features":[425]},{"name":"DV_STYPE","features":[425]},{"name":"F_INSTRUMENT_DRUMS","features":[425]},{"name":"F_RGN_OPTION_SELFNONEXCLUSIVE","features":[425]},{"name":"F_WAVELINK_MULTICHANNEL","features":[425]},{"name":"F_WAVELINK_PHASE_MASTER","features":[425]},{"name":"F_WSMP_NO_COMPRESSION","features":[425]},{"name":"F_WSMP_NO_TRUNCATION","features":[425]},{"name":"GUID_DMUS_PROP_DLS1","features":[425]},{"name":"GUID_DMUS_PROP_DLS2","features":[425]},{"name":"GUID_DMUS_PROP_Effects","features":[425]},{"name":"GUID_DMUS_PROP_GM_Hardware","features":[425]},{"name":"GUID_DMUS_PROP_GS_Capable","features":[425]},{"name":"GUID_DMUS_PROP_GS_Hardware","features":[425]},{"name":"GUID_DMUS_PROP_INSTRUMENT2","features":[425]},{"name":"GUID_DMUS_PROP_LegacyCaps","features":[425]},{"name":"GUID_DMUS_PROP_MemorySize","features":[425]},{"name":"GUID_DMUS_PROP_SampleMemorySize","features":[425]},{"name":"GUID_DMUS_PROP_SamplePlaybackRate","features":[425]},{"name":"GUID_DMUS_PROP_SetSynthSink","features":[425]},{"name":"GUID_DMUS_PROP_SinkUsesDSound","features":[425]},{"name":"GUID_DMUS_PROP_SynthSink_DSOUND","features":[425]},{"name":"GUID_DMUS_PROP_SynthSink_WAVE","features":[425]},{"name":"GUID_DMUS_PROP_Volume","features":[425]},{"name":"GUID_DMUS_PROP_WavesReverb","features":[425]},{"name":"GUID_DMUS_PROP_WriteLatency","features":[425]},{"name":"GUID_DMUS_PROP_WritePeriod","features":[425]},{"name":"GUID_DMUS_PROP_XG_Capable","features":[425]},{"name":"GUID_DMUS_PROP_XG_Hardware","features":[425]},{"name":"IDirectMusic","features":[425]},{"name":"IDirectMusic8","features":[425]},{"name":"IDirectMusicBuffer","features":[425]},{"name":"IDirectMusicCollection","features":[425]},{"name":"IDirectMusicDownload","features":[425]},{"name":"IDirectMusicDownloadedInstrument","features":[425]},{"name":"IDirectMusicInstrument","features":[425]},{"name":"IDirectMusicPort","features":[425]},{"name":"IDirectMusicPortDownload","features":[425]},{"name":"IDirectMusicSynth","features":[425]},{"name":"IDirectMusicSynth8","features":[425]},{"name":"IDirectMusicSynthSink","features":[425]},{"name":"IDirectMusicThru","features":[425]},{"name":"INSTHEADER","features":[425]},{"name":"LPFNDIRECTSOUNDDEVICEENUMERATECALLBACK1","features":[307,425]},{"name":"LPFNDIRECTSOUNDDEVICEENUMERATECALLBACKA","features":[307,425]},{"name":"LPFNDIRECTSOUNDDEVICEENUMERATECALLBACKW","features":[307,425]},{"name":"MDEVICECAPSEX","features":[425]},{"name":"MIDILOCALE","features":[425]},{"name":"MIDIOPENDESC","features":[425,422]},{"name":"POOLCUE","features":[425]},{"name":"POOLTABLE","features":[425]},{"name":"POOL_CUE_NULL","features":[425]},{"name":"REFRESH_F_LASTBUFFER","features":[425]},{"name":"REGSTR_PATH_SOFTWARESYNTHS","features":[425]},{"name":"RGNHEADER","features":[425]},{"name":"RGNRANGE","features":[425]},{"name":"SIZE_DVINFO","features":[425]},{"name":"WAVELINK","features":[425]},{"name":"WAVELINK_CHANNEL_LEFT","features":[425]},{"name":"WAVELINK_CHANNEL_RIGHT","features":[425]},{"name":"WLOOP","features":[425]},{"name":"WLOOP_TYPE_FORWARD","features":[425]},{"name":"WLOOP_TYPE_RELEASE","features":[425]},{"name":"WSMPL","features":[425]}],"429":[{"name":"CLSID_DirectSound","features":[426]},{"name":"CLSID_DirectSound8","features":[426]},{"name":"CLSID_DirectSoundCapture","features":[426]},{"name":"CLSID_DirectSoundCapture8","features":[426]},{"name":"CLSID_DirectSoundFullDuplex","features":[426]},{"name":"DIRECTSOUND_VERSION","features":[426]},{"name":"DS3DALG_HRTF_FULL","features":[426]},{"name":"DS3DALG_HRTF_LIGHT","features":[426]},{"name":"DS3DALG_NO_VIRTUALIZATION","features":[426]},{"name":"DS3DBUFFER","features":[402,426]},{"name":"DS3DLISTENER","features":[402,426]},{"name":"DS3DMODE_DISABLE","features":[426]},{"name":"DS3DMODE_HEADRELATIVE","features":[426]},{"name":"DS3DMODE_NORMAL","features":[426]},{"name":"DS3D_DEFAULTCONEANGLE","features":[426]},{"name":"DS3D_DEFAULTCONEOUTSIDEVOLUME","features":[426]},{"name":"DS3D_DEFAULTDISTANCEFACTOR","features":[426]},{"name":"DS3D_DEFAULTDOPPLERFACTOR","features":[426]},{"name":"DS3D_DEFAULTMAXDISTANCE","features":[426]},{"name":"DS3D_DEFAULTMINDISTANCE","features":[426]},{"name":"DS3D_DEFAULTROLLOFFFACTOR","features":[426]},{"name":"DS3D_DEFERRED","features":[426]},{"name":"DS3D_IMMEDIATE","features":[426]},{"name":"DS3D_MAXCONEANGLE","features":[426]},{"name":"DS3D_MAXDOPPLERFACTOR","features":[426]},{"name":"DS3D_MAXROLLOFFFACTOR","features":[426]},{"name":"DS3D_MINCONEANGLE","features":[426]},{"name":"DS3D_MINDOPPLERFACTOR","features":[426]},{"name":"DS3D_MINROLLOFFFACTOR","features":[426]},{"name":"DSBCAPS","features":[426]},{"name":"DSBCAPS_CTRL3D","features":[426]},{"name":"DSBCAPS_CTRLFREQUENCY","features":[426]},{"name":"DSBCAPS_CTRLFX","features":[426]},{"name":"DSBCAPS_CTRLPAN","features":[426]},{"name":"DSBCAPS_CTRLPOSITIONNOTIFY","features":[426]},{"name":"DSBCAPS_CTRLVOLUME","features":[426]},{"name":"DSBCAPS_GETCURRENTPOSITION2","features":[426]},{"name":"DSBCAPS_GLOBALFOCUS","features":[426]},{"name":"DSBCAPS_LOCDEFER","features":[426]},{"name":"DSBCAPS_LOCHARDWARE","features":[426]},{"name":"DSBCAPS_LOCSOFTWARE","features":[426]},{"name":"DSBCAPS_MUTE3DATMAXDISTANCE","features":[426]},{"name":"DSBCAPS_PRIMARYBUFFER","features":[426]},{"name":"DSBCAPS_STATIC","features":[426]},{"name":"DSBCAPS_STICKYFOCUS","features":[426]},{"name":"DSBCAPS_TRUEPLAYPOSITION","features":[426]},{"name":"DSBFREQUENCY_MAX","features":[426]},{"name":"DSBFREQUENCY_MIN","features":[426]},{"name":"DSBFREQUENCY_ORIGINAL","features":[426]},{"name":"DSBLOCK_ENTIREBUFFER","features":[426]},{"name":"DSBLOCK_FROMWRITECURSOR","features":[426]},{"name":"DSBNOTIFICATIONS_MAX","features":[426]},{"name":"DSBPAN_CENTER","features":[426]},{"name":"DSBPAN_LEFT","features":[426]},{"name":"DSBPAN_RIGHT","features":[426]},{"name":"DSBPLAY_LOCHARDWARE","features":[426]},{"name":"DSBPLAY_LOCSOFTWARE","features":[426]},{"name":"DSBPLAY_LOOPING","features":[426]},{"name":"DSBPLAY_TERMINATEBY_DISTANCE","features":[426]},{"name":"DSBPLAY_TERMINATEBY_PRIORITY","features":[426]},{"name":"DSBPLAY_TERMINATEBY_TIME","features":[426]},{"name":"DSBPN_OFFSETSTOP","features":[426]},{"name":"DSBPOSITIONNOTIFY","features":[307,426]},{"name":"DSBSIZE_FX_MIN","features":[426]},{"name":"DSBSIZE_MAX","features":[426]},{"name":"DSBSIZE_MIN","features":[426]},{"name":"DSBSTATUS_BUFFERLOST","features":[426]},{"name":"DSBSTATUS_LOCHARDWARE","features":[426]},{"name":"DSBSTATUS_LOCSOFTWARE","features":[426]},{"name":"DSBSTATUS_LOOPING","features":[426]},{"name":"DSBSTATUS_PLAYING","features":[426]},{"name":"DSBSTATUS_TERMINATED","features":[426]},{"name":"DSBUFFERDESC","features":[426]},{"name":"DSBUFFERDESC1","features":[426]},{"name":"DSBVOLUME_MAX","features":[426]},{"name":"DSBVOLUME_MIN","features":[426]},{"name":"DSCAPS","features":[426]},{"name":"DSCAPS_CERTIFIED","features":[426]},{"name":"DSCAPS_CONTINUOUSRATE","features":[426]},{"name":"DSCAPS_EMULDRIVER","features":[426]},{"name":"DSCAPS_PRIMARY16BIT","features":[426]},{"name":"DSCAPS_PRIMARY8BIT","features":[426]},{"name":"DSCAPS_PRIMARYMONO","features":[426]},{"name":"DSCAPS_PRIMARYSTEREO","features":[426]},{"name":"DSCAPS_SECONDARY16BIT","features":[426]},{"name":"DSCAPS_SECONDARY8BIT","features":[426]},{"name":"DSCAPS_SECONDARYMONO","features":[426]},{"name":"DSCAPS_SECONDARYSTEREO","features":[426]},{"name":"DSCBCAPS","features":[426]},{"name":"DSCBCAPS_CTRLFX","features":[426]},{"name":"DSCBCAPS_WAVEMAPPED","features":[426]},{"name":"DSCBLOCK_ENTIREBUFFER","features":[426]},{"name":"DSCBSTART_LOOPING","features":[426]},{"name":"DSCBSTATUS_CAPTURING","features":[426]},{"name":"DSCBSTATUS_LOOPING","features":[426]},{"name":"DSCBUFFERDESC","features":[426]},{"name":"DSCBUFFERDESC1","features":[426]},{"name":"DSCCAPS","features":[426]},{"name":"DSCCAPS_CERTIFIED","features":[426]},{"name":"DSCCAPS_EMULDRIVER","features":[426]},{"name":"DSCCAPS_MULTIPLECAPTURE","features":[426]},{"name":"DSCEFFECTDESC","features":[426]},{"name":"DSCFXAec","features":[307,426]},{"name":"DSCFXNoiseSuppress","features":[307,426]},{"name":"DSCFXR_LOCHARDWARE","features":[426]},{"name":"DSCFXR_LOCSOFTWARE","features":[426]},{"name":"DSCFX_AEC_MODE_FULL_DUPLEX","features":[426]},{"name":"DSCFX_AEC_MODE_HALF_DUPLEX","features":[426]},{"name":"DSCFX_AEC_MODE_PASS_THROUGH","features":[426]},{"name":"DSCFX_AEC_STATUS_CURRENTLY_CONVERGED","features":[426]},{"name":"DSCFX_AEC_STATUS_HISTORY_CONTINUOUSLY_CONVERGED","features":[426]},{"name":"DSCFX_AEC_STATUS_HISTORY_PREVIOUSLY_DIVERGED","features":[426]},{"name":"DSCFX_AEC_STATUS_HISTORY_UNINITIALIZED","features":[426]},{"name":"DSCFX_LOCHARDWARE","features":[426]},{"name":"DSCFX_LOCSOFTWARE","features":[426]},{"name":"DSDEVID_DefaultCapture","features":[426]},{"name":"DSDEVID_DefaultPlayback","features":[426]},{"name":"DSDEVID_DefaultVoiceCapture","features":[426]},{"name":"DSDEVID_DefaultVoicePlayback","features":[426]},{"name":"DSEFFECTDESC","features":[426]},{"name":"DSFXCHORUS_DELAY_MAX","features":[426]},{"name":"DSFXCHORUS_DELAY_MIN","features":[426]},{"name":"DSFXCHORUS_DEPTH_MAX","features":[426]},{"name":"DSFXCHORUS_DEPTH_MIN","features":[426]},{"name":"DSFXCHORUS_FEEDBACK_MAX","features":[426]},{"name":"DSFXCHORUS_FEEDBACK_MIN","features":[426]},{"name":"DSFXCHORUS_FREQUENCY_MAX","features":[426]},{"name":"DSFXCHORUS_FREQUENCY_MIN","features":[426]},{"name":"DSFXCHORUS_PHASE_180","features":[426]},{"name":"DSFXCHORUS_PHASE_90","features":[426]},{"name":"DSFXCHORUS_PHASE_MAX","features":[426]},{"name":"DSFXCHORUS_PHASE_MIN","features":[426]},{"name":"DSFXCHORUS_PHASE_NEG_180","features":[426]},{"name":"DSFXCHORUS_PHASE_NEG_90","features":[426]},{"name":"DSFXCHORUS_PHASE_ZERO","features":[426]},{"name":"DSFXCHORUS_WAVE_SIN","features":[426]},{"name":"DSFXCHORUS_WAVE_TRIANGLE","features":[426]},{"name":"DSFXCHORUS_WETDRYMIX_MAX","features":[426]},{"name":"DSFXCHORUS_WETDRYMIX_MIN","features":[426]},{"name":"DSFXCOMPRESSOR_ATTACK_MAX","features":[426]},{"name":"DSFXCOMPRESSOR_ATTACK_MIN","features":[426]},{"name":"DSFXCOMPRESSOR_GAIN_MAX","features":[426]},{"name":"DSFXCOMPRESSOR_GAIN_MIN","features":[426]},{"name":"DSFXCOMPRESSOR_PREDELAY_MAX","features":[426]},{"name":"DSFXCOMPRESSOR_PREDELAY_MIN","features":[426]},{"name":"DSFXCOMPRESSOR_RATIO_MAX","features":[426]},{"name":"DSFXCOMPRESSOR_RATIO_MIN","features":[426]},{"name":"DSFXCOMPRESSOR_RELEASE_MAX","features":[426]},{"name":"DSFXCOMPRESSOR_RELEASE_MIN","features":[426]},{"name":"DSFXCOMPRESSOR_THRESHOLD_MAX","features":[426]},{"name":"DSFXCOMPRESSOR_THRESHOLD_MIN","features":[426]},{"name":"DSFXChorus","features":[426]},{"name":"DSFXCompressor","features":[426]},{"name":"DSFXDISTORTION_EDGE_MAX","features":[426]},{"name":"DSFXDISTORTION_EDGE_MIN","features":[426]},{"name":"DSFXDISTORTION_GAIN_MAX","features":[426]},{"name":"DSFXDISTORTION_GAIN_MIN","features":[426]},{"name":"DSFXDISTORTION_POSTEQBANDWIDTH_MAX","features":[426]},{"name":"DSFXDISTORTION_POSTEQBANDWIDTH_MIN","features":[426]},{"name":"DSFXDISTORTION_POSTEQCENTERFREQUENCY_MAX","features":[426]},{"name":"DSFXDISTORTION_POSTEQCENTERFREQUENCY_MIN","features":[426]},{"name":"DSFXDISTORTION_PRELOWPASSCUTOFF_MAX","features":[426]},{"name":"DSFXDISTORTION_PRELOWPASSCUTOFF_MIN","features":[426]},{"name":"DSFXDistortion","features":[426]},{"name":"DSFXECHO_FEEDBACK_MAX","features":[426]},{"name":"DSFXECHO_FEEDBACK_MIN","features":[426]},{"name":"DSFXECHO_LEFTDELAY_MAX","features":[426]},{"name":"DSFXECHO_LEFTDELAY_MIN","features":[426]},{"name":"DSFXECHO_PANDELAY_MAX","features":[426]},{"name":"DSFXECHO_PANDELAY_MIN","features":[426]},{"name":"DSFXECHO_RIGHTDELAY_MAX","features":[426]},{"name":"DSFXECHO_RIGHTDELAY_MIN","features":[426]},{"name":"DSFXECHO_WETDRYMIX_MAX","features":[426]},{"name":"DSFXECHO_WETDRYMIX_MIN","features":[426]},{"name":"DSFXEcho","features":[426]},{"name":"DSFXFLANGER_DELAY_MAX","features":[426]},{"name":"DSFXFLANGER_DELAY_MIN","features":[426]},{"name":"DSFXFLANGER_DEPTH_MAX","features":[426]},{"name":"DSFXFLANGER_DEPTH_MIN","features":[426]},{"name":"DSFXFLANGER_FEEDBACK_MAX","features":[426]},{"name":"DSFXFLANGER_FEEDBACK_MIN","features":[426]},{"name":"DSFXFLANGER_FREQUENCY_MAX","features":[426]},{"name":"DSFXFLANGER_FREQUENCY_MIN","features":[426]},{"name":"DSFXFLANGER_PHASE_180","features":[426]},{"name":"DSFXFLANGER_PHASE_90","features":[426]},{"name":"DSFXFLANGER_PHASE_MAX","features":[426]},{"name":"DSFXFLANGER_PHASE_MIN","features":[426]},{"name":"DSFXFLANGER_PHASE_NEG_180","features":[426]},{"name":"DSFXFLANGER_PHASE_NEG_90","features":[426]},{"name":"DSFXFLANGER_PHASE_ZERO","features":[426]},{"name":"DSFXFLANGER_WAVE_SIN","features":[426]},{"name":"DSFXFLANGER_WAVE_TRIANGLE","features":[426]},{"name":"DSFXFLANGER_WETDRYMIX_MAX","features":[426]},{"name":"DSFXFLANGER_WETDRYMIX_MIN","features":[426]},{"name":"DSFXFlanger","features":[426]},{"name":"DSFXGARGLE_RATEHZ_MAX","features":[426]},{"name":"DSFXGARGLE_RATEHZ_MIN","features":[426]},{"name":"DSFXGARGLE_WAVE_SQUARE","features":[426]},{"name":"DSFXGARGLE_WAVE_TRIANGLE","features":[426]},{"name":"DSFXGargle","features":[426]},{"name":"DSFXI3DL2Reverb","features":[426]},{"name":"DSFXPARAMEQ_BANDWIDTH_MAX","features":[426]},{"name":"DSFXPARAMEQ_BANDWIDTH_MIN","features":[426]},{"name":"DSFXPARAMEQ_CENTER_MAX","features":[426]},{"name":"DSFXPARAMEQ_CENTER_MIN","features":[426]},{"name":"DSFXPARAMEQ_GAIN_MAX","features":[426]},{"name":"DSFXPARAMEQ_GAIN_MIN","features":[426]},{"name":"DSFXParamEq","features":[426]},{"name":"DSFXR_FAILED","features":[426]},{"name":"DSFXR_LOCHARDWARE","features":[426]},{"name":"DSFXR_LOCSOFTWARE","features":[426]},{"name":"DSFXR_PRESENT","features":[426]},{"name":"DSFXR_SENDLOOP","features":[426]},{"name":"DSFXR_UNALLOCATED","features":[426]},{"name":"DSFXR_UNKNOWN","features":[426]},{"name":"DSFXWavesReverb","features":[426]},{"name":"DSFX_I3DL2REVERB_DECAYHFRATIO_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_DECAYHFRATIO_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_DECAYHFRATIO_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_DECAYTIME_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_DECAYTIME_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_DECAYTIME_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_DENSITY_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_DENSITY_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_DENSITY_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_DIFFUSION_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_DIFFUSION_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_DIFFUSION_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_HFREFERENCE_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_HFREFERENCE_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_HFREFERENCE_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_QUALITY_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_QUALITY_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_QUALITY_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_REFLECTIONSDELAY_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_REFLECTIONSDELAY_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_REFLECTIONSDELAY_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_REFLECTIONS_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_REFLECTIONS_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_REFLECTIONS_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_REVERBDELAY_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_REVERBDELAY_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_REVERBDELAY_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_REVERB_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_REVERB_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_REVERB_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_ROOMHF_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_ROOMHF_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_ROOMHF_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_ROOMROLLOFFFACTOR_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_ROOMROLLOFFFACTOR_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_ROOMROLLOFFFACTOR_MIN","features":[426]},{"name":"DSFX_I3DL2REVERB_ROOM_DEFAULT","features":[426]},{"name":"DSFX_I3DL2REVERB_ROOM_MAX","features":[426]},{"name":"DSFX_I3DL2REVERB_ROOM_MIN","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_ALLEY","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_ARENA","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_AUDITORIUM","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_BATHROOM","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_CARPETEDHALLWAY","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_CAVE","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_CITY","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_CONCERTHALL","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_DEFAULT","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_FOREST","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_GENERIC","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_HALLWAY","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_HANGAR","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_LARGEHALL","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_LARGEROOM","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_LIVINGROOM","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_MEDIUMHALL","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_MEDIUMROOM","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_MOUNTAINS","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_PADDEDCELL","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_PARKINGLOT","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_PLAIN","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_PLATE","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_QUARRY","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_ROOM","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_SEWERPIPE","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_SMALLROOM","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_STONECORRIDOR","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_STONEROOM","features":[426]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_UNDERWATER","features":[426]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_BRICKWALL","features":[426]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_CURTAIN","features":[426]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_DOUBLEWINDOW","features":[426]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_SINGLEWINDOW","features":[426]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_STONEWALL","features":[426]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_THICKDOOR","features":[426]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_THINDOOR","features":[426]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_WOODWALL","features":[426]},{"name":"DSFX_LOCHARDWARE","features":[426]},{"name":"DSFX_LOCSOFTWARE","features":[426]},{"name":"DSFX_WAVESREVERB_HIGHFREQRTRATIO_DEFAULT","features":[426]},{"name":"DSFX_WAVESREVERB_HIGHFREQRTRATIO_MAX","features":[426]},{"name":"DSFX_WAVESREVERB_HIGHFREQRTRATIO_MIN","features":[426]},{"name":"DSFX_WAVESREVERB_INGAIN_DEFAULT","features":[426]},{"name":"DSFX_WAVESREVERB_INGAIN_MAX","features":[426]},{"name":"DSFX_WAVESREVERB_INGAIN_MIN","features":[426]},{"name":"DSFX_WAVESREVERB_REVERBMIX_DEFAULT","features":[426]},{"name":"DSFX_WAVESREVERB_REVERBMIX_MAX","features":[426]},{"name":"DSFX_WAVESREVERB_REVERBMIX_MIN","features":[426]},{"name":"DSFX_WAVESREVERB_REVERBTIME_DEFAULT","features":[426]},{"name":"DSFX_WAVESREVERB_REVERBTIME_MAX","features":[426]},{"name":"DSFX_WAVESREVERB_REVERBTIME_MIN","features":[426]},{"name":"DSSCL_EXCLUSIVE","features":[426]},{"name":"DSSCL_NORMAL","features":[426]},{"name":"DSSCL_PRIORITY","features":[426]},{"name":"DSSCL_WRITEPRIMARY","features":[426]},{"name":"DSSPEAKER_5POINT1","features":[426]},{"name":"DSSPEAKER_5POINT1_BACK","features":[426]},{"name":"DSSPEAKER_5POINT1_SURROUND","features":[426]},{"name":"DSSPEAKER_7POINT1","features":[426]},{"name":"DSSPEAKER_7POINT1_SURROUND","features":[426]},{"name":"DSSPEAKER_7POINT1_WIDE","features":[426]},{"name":"DSSPEAKER_DIRECTOUT","features":[426]},{"name":"DSSPEAKER_GEOMETRY_MAX","features":[426]},{"name":"DSSPEAKER_GEOMETRY_MIN","features":[426]},{"name":"DSSPEAKER_GEOMETRY_NARROW","features":[426]},{"name":"DSSPEAKER_GEOMETRY_WIDE","features":[426]},{"name":"DSSPEAKER_HEADPHONE","features":[426]},{"name":"DSSPEAKER_MONO","features":[426]},{"name":"DSSPEAKER_QUAD","features":[426]},{"name":"DSSPEAKER_STEREO","features":[426]},{"name":"DSSPEAKER_SURROUND","features":[426]},{"name":"DS_CERTIFIED","features":[426]},{"name":"DS_NO_VIRTUALIZATION","features":[426]},{"name":"DS_UNCERTIFIED","features":[426]},{"name":"DirectSoundCaptureCreate","features":[426]},{"name":"DirectSoundCaptureCreate8","features":[426]},{"name":"DirectSoundCaptureEnumerateA","features":[307,426]},{"name":"DirectSoundCaptureEnumerateW","features":[307,426]},{"name":"DirectSoundCreate","features":[426]},{"name":"DirectSoundCreate8","features":[426]},{"name":"DirectSoundEnumerateA","features":[307,426]},{"name":"DirectSoundEnumerateW","features":[307,426]},{"name":"DirectSoundFullDuplexCreate","features":[307,426]},{"name":"GUID_All_Objects","features":[426]},{"name":"GUID_DSCFX_CLASS_AEC","features":[426]},{"name":"GUID_DSCFX_CLASS_NS","features":[426]},{"name":"GUID_DSCFX_MS_AEC","features":[426]},{"name":"GUID_DSCFX_MS_NS","features":[426]},{"name":"GUID_DSCFX_SYSTEM_AEC","features":[426]},{"name":"GUID_DSCFX_SYSTEM_NS","features":[426]},{"name":"GUID_DSFX_STANDARD_CHORUS","features":[426]},{"name":"GUID_DSFX_STANDARD_COMPRESSOR","features":[426]},{"name":"GUID_DSFX_STANDARD_DISTORTION","features":[426]},{"name":"GUID_DSFX_STANDARD_ECHO","features":[426]},{"name":"GUID_DSFX_STANDARD_FLANGER","features":[426]},{"name":"GUID_DSFX_STANDARD_GARGLE","features":[426]},{"name":"GUID_DSFX_STANDARD_I3DL2REVERB","features":[426]},{"name":"GUID_DSFX_STANDARD_PARAMEQ","features":[426]},{"name":"GUID_DSFX_WAVES_REVERB","features":[426]},{"name":"GetDeviceID","features":[426]},{"name":"IDirectSound","features":[426]},{"name":"IDirectSound3DBuffer","features":[426]},{"name":"IDirectSound3DListener","features":[426]},{"name":"IDirectSound8","features":[426]},{"name":"IDirectSoundBuffer","features":[426]},{"name":"IDirectSoundBuffer8","features":[426]},{"name":"IDirectSoundCapture","features":[426]},{"name":"IDirectSoundCaptureBuffer","features":[426]},{"name":"IDirectSoundCaptureBuffer8","features":[426]},{"name":"IDirectSoundCaptureFXAec","features":[426]},{"name":"IDirectSoundCaptureFXNoiseSuppress","features":[426]},{"name":"IDirectSoundFXChorus","features":[426]},{"name":"IDirectSoundFXCompressor","features":[426]},{"name":"IDirectSoundFXDistortion","features":[426]},{"name":"IDirectSoundFXEcho","features":[426]},{"name":"IDirectSoundFXFlanger","features":[426]},{"name":"IDirectSoundFXGargle","features":[426]},{"name":"IDirectSoundFXI3DL2Reverb","features":[426]},{"name":"IDirectSoundFXParamEq","features":[426]},{"name":"IDirectSoundFXWavesReverb","features":[426]},{"name":"IDirectSoundFullDuplex","features":[426]},{"name":"IDirectSoundNotify","features":[426]},{"name":"KSPROPERTY_SUPPORT_GET","features":[426]},{"name":"KSPROPERTY_SUPPORT_SET","features":[426]},{"name":"LPDSENUMCALLBACKA","features":[307,426]},{"name":"LPDSENUMCALLBACKW","features":[307,426]},{"name":"_FACDS","features":[426]}],"430":[{"name":"AUDIO_ENDPOINT_SHARED_CREATE_PARAMS","features":[427]},{"name":"DEVINTERFACE_AUDIOENDPOINTPLUGIN","features":[427]},{"name":"DEVPKEY_AudioEndpointPlugin2_FactoryCLSID","features":[427,380]},{"name":"DEVPKEY_AudioEndpointPlugin_DataFlow","features":[427,380]},{"name":"DEVPKEY_AudioEndpointPlugin_FactoryCLSID","features":[427,380]},{"name":"DEVPKEY_AudioEndpointPlugin_PnPInterface","features":[427,380]},{"name":"EndpointConnectorType","features":[427]},{"name":"IAudioEndpointFormatControl","features":[427]},{"name":"IAudioEndpointLastBufferControl","features":[427]},{"name":"IAudioEndpointOffloadStreamMeter","features":[427]},{"name":"IAudioEndpointOffloadStreamMute","features":[427]},{"name":"IAudioEndpointOffloadStreamVolume","features":[427]},{"name":"IAudioEndpointVolume","features":[427]},{"name":"IAudioEndpointVolumeCallback","features":[427]},{"name":"IAudioEndpointVolumeEx","features":[427]},{"name":"IAudioLfxControl","features":[427]},{"name":"IAudioMeterInformation","features":[427]},{"name":"IHardwareAudioEngineBase","features":[427]},{"name":"eConnectorCount","features":[427]},{"name":"eHostProcessConnector","features":[427]},{"name":"eKeywordDetectorConnector","features":[427]},{"name":"eLoopbackConnector","features":[427]},{"name":"eOffloadConnector","features":[427]}],"431":[{"name":"AudioReverb","features":[428]},{"name":"AudioVolumeMeter","features":[428]},{"name":"BandPassFilter","features":[428]},{"name":"Cardioid","features":[428]},{"name":"Cone","features":[428]},{"name":"CreateAudioReverb","features":[428]},{"name":"CreateAudioVolumeMeter","features":[428]},{"name":"CreateFX","features":[428]},{"name":"CreateHrtfApo","features":[428]},{"name":"CustomDecay","features":[428]},{"name":"FACILITY_XAPO","features":[428]},{"name":"FACILITY_XAUDIO2","features":[428]},{"name":"FXECHO_DEFAULT_DELAY","features":[428]},{"name":"FXECHO_DEFAULT_FEEDBACK","features":[428]},{"name":"FXECHO_DEFAULT_WETDRYMIX","features":[428]},{"name":"FXECHO_INITDATA","features":[428]},{"name":"FXECHO_MAX_DELAY","features":[428]},{"name":"FXECHO_MAX_FEEDBACK","features":[428]},{"name":"FXECHO_MAX_WETDRYMIX","features":[428]},{"name":"FXECHO_MIN_DELAY","features":[428]},{"name":"FXECHO_MIN_FEEDBACK","features":[428]},{"name":"FXECHO_MIN_WETDRYMIX","features":[428]},{"name":"FXECHO_PARAMETERS","features":[428]},{"name":"FXEQ","features":[428]},{"name":"FXEQ_DEFAULT_BANDWIDTH","features":[428]},{"name":"FXEQ_DEFAULT_FREQUENCY_CENTER_0","features":[428]},{"name":"FXEQ_DEFAULT_FREQUENCY_CENTER_1","features":[428]},{"name":"FXEQ_DEFAULT_FREQUENCY_CENTER_2","features":[428]},{"name":"FXEQ_DEFAULT_FREQUENCY_CENTER_3","features":[428]},{"name":"FXEQ_DEFAULT_GAIN","features":[428]},{"name":"FXEQ_MAX_BANDWIDTH","features":[428]},{"name":"FXEQ_MAX_FRAMERATE","features":[428]},{"name":"FXEQ_MAX_FREQUENCY_CENTER","features":[428]},{"name":"FXEQ_MAX_GAIN","features":[428]},{"name":"FXEQ_MIN_BANDWIDTH","features":[428]},{"name":"FXEQ_MIN_FRAMERATE","features":[428]},{"name":"FXEQ_MIN_FREQUENCY_CENTER","features":[428]},{"name":"FXEQ_MIN_GAIN","features":[428]},{"name":"FXEQ_PARAMETERS","features":[428]},{"name":"FXEcho","features":[428]},{"name":"FXLOUDNESS_DEFAULT_MOMENTARY_MS","features":[428]},{"name":"FXLOUDNESS_DEFAULT_SHORTTERM_MS","features":[428]},{"name":"FXMASTERINGLIMITER_DEFAULT_LOUDNESS","features":[428]},{"name":"FXMASTERINGLIMITER_DEFAULT_RELEASE","features":[428]},{"name":"FXMASTERINGLIMITER_MAX_LOUDNESS","features":[428]},{"name":"FXMASTERINGLIMITER_MAX_RELEASE","features":[428]},{"name":"FXMASTERINGLIMITER_MIN_LOUDNESS","features":[428]},{"name":"FXMASTERINGLIMITER_MIN_RELEASE","features":[428]},{"name":"FXMASTERINGLIMITER_PARAMETERS","features":[428]},{"name":"FXMasteringLimiter","features":[428]},{"name":"FXREVERB_DEFAULT_DIFFUSION","features":[428]},{"name":"FXREVERB_DEFAULT_ROOMSIZE","features":[428]},{"name":"FXREVERB_MAX_DIFFUSION","features":[428]},{"name":"FXREVERB_MAX_ROOMSIZE","features":[428]},{"name":"FXREVERB_MIN_DIFFUSION","features":[428]},{"name":"FXREVERB_MIN_ROOMSIZE","features":[428]},{"name":"FXREVERB_PARAMETERS","features":[428]},{"name":"FXReverb","features":[428]},{"name":"HRTF_DEFAULT_UNITY_GAIN_DISTANCE","features":[428]},{"name":"HRTF_MAX_GAIN_LIMIT","features":[428]},{"name":"HRTF_MIN_GAIN_LIMIT","features":[428]},{"name":"HRTF_MIN_UNITY_GAIN_DISTANCE","features":[428]},{"name":"HighPassFilter","features":[428]},{"name":"HighPassOnePoleFilter","features":[428]},{"name":"HrtfApoInit","features":[428]},{"name":"HrtfDirectivity","features":[428]},{"name":"HrtfDirectivityCardioid","features":[428]},{"name":"HrtfDirectivityCone","features":[428]},{"name":"HrtfDirectivityType","features":[428]},{"name":"HrtfDistanceDecay","features":[428]},{"name":"HrtfDistanceDecayType","features":[428]},{"name":"HrtfEnvironment","features":[428]},{"name":"HrtfOrientation","features":[428]},{"name":"HrtfPosition","features":[428]},{"name":"IXAPO","features":[428]},{"name":"IXAPOHrtfParameters","features":[428]},{"name":"IXAPOParameters","features":[428]},{"name":"IXAudio2","features":[428]},{"name":"IXAudio2EngineCallback","features":[428]},{"name":"IXAudio2Extension","features":[428]},{"name":"IXAudio2MasteringVoice","features":[428]},{"name":"IXAudio2SourceVoice","features":[428]},{"name":"IXAudio2SubmixVoice","features":[428]},{"name":"IXAudio2Voice","features":[428]},{"name":"IXAudio2VoiceCallback","features":[428]},{"name":"Large","features":[428]},{"name":"LowPassFilter","features":[428]},{"name":"LowPassOnePoleFilter","features":[428]},{"name":"Medium","features":[428]},{"name":"NaturalDecay","features":[428]},{"name":"NotchFilter","features":[428]},{"name":"OmniDirectional","features":[428]},{"name":"Outdoors","features":[428]},{"name":"Processor1","features":[428]},{"name":"Processor10","features":[428]},{"name":"Processor11","features":[428]},{"name":"Processor12","features":[428]},{"name":"Processor13","features":[428]},{"name":"Processor14","features":[428]},{"name":"Processor15","features":[428]},{"name":"Processor16","features":[428]},{"name":"Processor17","features":[428]},{"name":"Processor18","features":[428]},{"name":"Processor19","features":[428]},{"name":"Processor2","features":[428]},{"name":"Processor20","features":[428]},{"name":"Processor21","features":[428]},{"name":"Processor22","features":[428]},{"name":"Processor23","features":[428]},{"name":"Processor24","features":[428]},{"name":"Processor25","features":[428]},{"name":"Processor26","features":[428]},{"name":"Processor27","features":[428]},{"name":"Processor28","features":[428]},{"name":"Processor29","features":[428]},{"name":"Processor3","features":[428]},{"name":"Processor30","features":[428]},{"name":"Processor31","features":[428]},{"name":"Processor32","features":[428]},{"name":"Processor4","features":[428]},{"name":"Processor5","features":[428]},{"name":"Processor6","features":[428]},{"name":"Processor7","features":[428]},{"name":"Processor8","features":[428]},{"name":"Processor9","features":[428]},{"name":"SPEAKER_MONO","features":[428]},{"name":"Small","features":[428]},{"name":"X3DAUDIO_2PI","features":[428]},{"name":"X3DAUDIO_CALCULATE_DELAY","features":[428]},{"name":"X3DAUDIO_CALCULATE_DOPPLER","features":[428]},{"name":"X3DAUDIO_CALCULATE_EMITTER_ANGLE","features":[428]},{"name":"X3DAUDIO_CALCULATE_LPF_DIRECT","features":[428]},{"name":"X3DAUDIO_CALCULATE_LPF_REVERB","features":[428]},{"name":"X3DAUDIO_CALCULATE_MATRIX","features":[428]},{"name":"X3DAUDIO_CALCULATE_REDIRECT_TO_LFE","features":[428]},{"name":"X3DAUDIO_CALCULATE_REVERB","features":[428]},{"name":"X3DAUDIO_CALCULATE_ZEROCENTER","features":[428]},{"name":"X3DAUDIO_HANDLE_BYTESIZE","features":[428]},{"name":"X3DAUDIO_PI","features":[428]},{"name":"X3DAUDIO_SPEED_OF_SOUND","features":[428]},{"name":"XAPO_BUFFER_FLAGS","features":[428]},{"name":"XAPO_BUFFER_SILENT","features":[428]},{"name":"XAPO_BUFFER_VALID","features":[428]},{"name":"XAPO_E_FORMAT_UNSUPPORTED","features":[428]},{"name":"XAPO_FLAG_BITSPERSAMPLE_MUST_MATCH","features":[428]},{"name":"XAPO_FLAG_BUFFERCOUNT_MUST_MATCH","features":[428]},{"name":"XAPO_FLAG_CHANNELS_MUST_MATCH","features":[428]},{"name":"XAPO_FLAG_FRAMERATE_MUST_MATCH","features":[428]},{"name":"XAPO_FLAG_INPLACE_REQUIRED","features":[428]},{"name":"XAPO_FLAG_INPLACE_SUPPORTED","features":[428]},{"name":"XAPO_LOCKFORPROCESS_PARAMETERS","features":[428]},{"name":"XAPO_MAX_CHANNELS","features":[428]},{"name":"XAPO_MAX_FRAMERATE","features":[428]},{"name":"XAPO_MIN_CHANNELS","features":[428]},{"name":"XAPO_MIN_FRAMERATE","features":[428]},{"name":"XAPO_PROCESS_BUFFER_PARAMETERS","features":[428]},{"name":"XAPO_REGISTRATION_PROPERTIES","features":[428]},{"name":"XAPO_REGISTRATION_STRING_LENGTH","features":[428]},{"name":"XAUDIO2D_DLL","features":[428]},{"name":"XAUDIO2D_DLL_A","features":[428]},{"name":"XAUDIO2D_DLL_W","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_7POINT1_REAR_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_7POINT1_SIDE_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_DECAY_TIME","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_DENSITY","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_DISABLE_LATE_FIELD","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_EARLY_DIFFUSION","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_HIGH_EQ_CUTOFF","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_HIGH_EQ_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_LATE_DIFFUSION","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_LOW_EQ_CUTOFF","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_LOW_EQ_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_POSITION","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_POSITION_MATRIX","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_REAR_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_REFLECTIONS_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_REFLECTIONS_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_REVERB_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_REVERB_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_ROOM_FILTER_FREQ","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_ROOM_FILTER_HF","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_ROOM_FILTER_MAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_ROOM_SIZE","features":[428]},{"name":"XAUDIO2FX_REVERB_DEFAULT_WET_DRY_MIX","features":[428]},{"name":"XAUDIO2FX_REVERB_I3DL2_PARAMETERS","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_7POINT1_REAR_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_7POINT1_SIDE_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_DENSITY","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_DIFFUSION","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_FRAMERATE","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_HIGH_EQ_CUTOFF","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_HIGH_EQ_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_LOW_EQ_CUTOFF","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_LOW_EQ_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_POSITION","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_REAR_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_REFLECTIONS_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_REFLECTIONS_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_REVERB_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_REVERB_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_ROOM_FILTER_FREQ","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_ROOM_FILTER_HF","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_ROOM_FILTER_MAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_ROOM_SIZE","features":[428]},{"name":"XAUDIO2FX_REVERB_MAX_WET_DRY_MIX","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_7POINT1_REAR_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_7POINT1_SIDE_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_DECAY_TIME","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_DENSITY","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_DIFFUSION","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_FRAMERATE","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_HIGH_EQ_CUTOFF","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_HIGH_EQ_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_LOW_EQ_CUTOFF","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_LOW_EQ_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_POSITION","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_REAR_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_REFLECTIONS_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_REFLECTIONS_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_REVERB_DELAY","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_REVERB_GAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_ROOM_FILTER_FREQ","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_ROOM_FILTER_HF","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_ROOM_FILTER_MAIN","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_ROOM_SIZE","features":[428]},{"name":"XAUDIO2FX_REVERB_MIN_WET_DRY_MIX","features":[428]},{"name":"XAUDIO2FX_REVERB_PARAMETERS","features":[307,428]},{"name":"XAUDIO2FX_VOLUMEMETER_LEVELS","features":[428]},{"name":"XAUDIO2_1024_QUANTUM","features":[428]},{"name":"XAUDIO2_ANY_PROCESSOR","features":[428]},{"name":"XAUDIO2_BUFFER","features":[428]},{"name":"XAUDIO2_BUFFER_WMA","features":[428]},{"name":"XAUDIO2_COMMIT_ALL","features":[428]},{"name":"XAUDIO2_COMMIT_NOW","features":[428]},{"name":"XAUDIO2_DEBUG_CONFIGURATION","features":[307,428]},{"name":"XAUDIO2_DEBUG_ENGINE","features":[428]},{"name":"XAUDIO2_DEFAULT_CHANNELS","features":[428]},{"name":"XAUDIO2_DEFAULT_FILTER_FREQUENCY","features":[428]},{"name":"XAUDIO2_DEFAULT_FILTER_ONEOVERQ","features":[428]},{"name":"XAUDIO2_DEFAULT_FREQ_RATIO","features":[428]},{"name":"XAUDIO2_DEFAULT_PROCESSOR","features":[428]},{"name":"XAUDIO2_DEFAULT_SAMPLERATE","features":[428]},{"name":"XAUDIO2_DLL","features":[428]},{"name":"XAUDIO2_DLL_A","features":[428]},{"name":"XAUDIO2_DLL_W","features":[428]},{"name":"XAUDIO2_EFFECT_CHAIN","features":[307,428]},{"name":"XAUDIO2_EFFECT_DESCRIPTOR","features":[307,428]},{"name":"XAUDIO2_END_OF_STREAM","features":[428]},{"name":"XAUDIO2_E_DEVICE_INVALIDATED","features":[428]},{"name":"XAUDIO2_E_INVALID_CALL","features":[428]},{"name":"XAUDIO2_E_XAPO_CREATION_FAILED","features":[428]},{"name":"XAUDIO2_E_XMA_DECODER_ERROR","features":[428]},{"name":"XAUDIO2_FILTER_PARAMETERS","features":[428]},{"name":"XAUDIO2_FILTER_TYPE","features":[428]},{"name":"XAUDIO2_LOG_API_CALLS","features":[428]},{"name":"XAUDIO2_LOG_DETAIL","features":[428]},{"name":"XAUDIO2_LOG_ERRORS","features":[428]},{"name":"XAUDIO2_LOG_FUNC_CALLS","features":[428]},{"name":"XAUDIO2_LOG_INFO","features":[428]},{"name":"XAUDIO2_LOG_LOCKS","features":[428]},{"name":"XAUDIO2_LOG_MEMORY","features":[428]},{"name":"XAUDIO2_LOG_STREAMING","features":[428]},{"name":"XAUDIO2_LOG_TIMING","features":[428]},{"name":"XAUDIO2_LOG_WARNINGS","features":[428]},{"name":"XAUDIO2_LOOP_INFINITE","features":[428]},{"name":"XAUDIO2_MAX_AUDIO_CHANNELS","features":[428]},{"name":"XAUDIO2_MAX_BUFFERS_SYSTEM","features":[428]},{"name":"XAUDIO2_MAX_BUFFER_BYTES","features":[428]},{"name":"XAUDIO2_MAX_FILTER_FREQUENCY","features":[428]},{"name":"XAUDIO2_MAX_FILTER_ONEOVERQ","features":[428]},{"name":"XAUDIO2_MAX_FREQ_RATIO","features":[428]},{"name":"XAUDIO2_MAX_INSTANCES","features":[428]},{"name":"XAUDIO2_MAX_LOOP_COUNT","features":[428]},{"name":"XAUDIO2_MAX_QUEUED_BUFFERS","features":[428]},{"name":"XAUDIO2_MAX_RATIO_TIMES_RATE_XMA_MONO","features":[428]},{"name":"XAUDIO2_MAX_RATIO_TIMES_RATE_XMA_MULTICHANNEL","features":[428]},{"name":"XAUDIO2_MAX_SAMPLE_RATE","features":[428]},{"name":"XAUDIO2_MAX_VOLUME_LEVEL","features":[428]},{"name":"XAUDIO2_MIN_SAMPLE_RATE","features":[428]},{"name":"XAUDIO2_NO_LOOP_REGION","features":[428]},{"name":"XAUDIO2_NO_VIRTUAL_AUDIO_CLIENT","features":[428]},{"name":"XAUDIO2_PERFORMANCE_DATA","features":[428]},{"name":"XAUDIO2_PLAY_TAILS","features":[428]},{"name":"XAUDIO2_QUANTUM_DENOMINATOR","features":[428]},{"name":"XAUDIO2_QUANTUM_NUMERATOR","features":[428]},{"name":"XAUDIO2_SEND_DESCRIPTOR","features":[428]},{"name":"XAUDIO2_SEND_USEFILTER","features":[428]},{"name":"XAUDIO2_STOP_ENGINE_WHEN_IDLE","features":[428]},{"name":"XAUDIO2_USE_DEFAULT_PROCESSOR","features":[428]},{"name":"XAUDIO2_VOICE_DETAILS","features":[428]},{"name":"XAUDIO2_VOICE_NOPITCH","features":[428]},{"name":"XAUDIO2_VOICE_NOSAMPLESPLAYED","features":[428]},{"name":"XAUDIO2_VOICE_NOSRC","features":[428]},{"name":"XAUDIO2_VOICE_SENDS","features":[428]},{"name":"XAUDIO2_VOICE_STATE","features":[428]},{"name":"XAUDIO2_VOICE_USEFILTER","features":[428]},{"name":"XAudio2CreateWithVersionInfo","features":[428]}],"432":[{"name":"ALLOW_OUTOFBAND_NOTIFICATION","features":[429]},{"name":"DO_NOT_VIRTUALIZE_STORAGES_AS_DEVICES","features":[429]},{"name":"ENUM_MODE_METADATA_VIEWS","features":[429]},{"name":"ENUM_MODE_RAW","features":[429]},{"name":"ENUM_MODE_USE_DEVICE_PREF","features":[429]},{"name":"EVENT_WMDM_CONTENT_TRANSFER","features":[429]},{"name":"IComponentAuthenticate","features":[429]},{"name":"IMDSPDevice","features":[429]},{"name":"IMDSPDevice2","features":[429]},{"name":"IMDSPDevice3","features":[429]},{"name":"IMDSPDeviceControl","features":[429]},{"name":"IMDSPDirectTransfer","features":[429]},{"name":"IMDSPEnumDevice","features":[429]},{"name":"IMDSPEnumStorage","features":[429]},{"name":"IMDSPObject","features":[429]},{"name":"IMDSPObject2","features":[429]},{"name":"IMDSPObjectInfo","features":[429]},{"name":"IMDSPRevoked","features":[429]},{"name":"IMDSPStorage","features":[429]},{"name":"IMDSPStorage2","features":[429]},{"name":"IMDSPStorage3","features":[429]},{"name":"IMDSPStorage4","features":[429]},{"name":"IMDSPStorageGlobals","features":[429]},{"name":"IMDServiceProvider","features":[429]},{"name":"IMDServiceProvider2","features":[429]},{"name":"IMDServiceProvider3","features":[429]},{"name":"IOCTL_MTP_CUSTOM_COMMAND","features":[429]},{"name":"ISCPSecureAuthenticate","features":[429]},{"name":"ISCPSecureAuthenticate2","features":[429]},{"name":"ISCPSecureExchange","features":[429]},{"name":"ISCPSecureExchange2","features":[429]},{"name":"ISCPSecureExchange3","features":[429]},{"name":"ISCPSecureQuery","features":[429]},{"name":"ISCPSecureQuery2","features":[429]},{"name":"ISCPSecureQuery3","features":[429]},{"name":"ISCPSession","features":[429]},{"name":"IWMDMDevice","features":[429]},{"name":"IWMDMDevice2","features":[429]},{"name":"IWMDMDevice3","features":[429]},{"name":"IWMDMDeviceControl","features":[429]},{"name":"IWMDMDeviceSession","features":[429]},{"name":"IWMDMEnumDevice","features":[429]},{"name":"IWMDMEnumStorage","features":[429]},{"name":"IWMDMLogger","features":[429]},{"name":"IWMDMMetaData","features":[429]},{"name":"IWMDMNotification","features":[429]},{"name":"IWMDMObjectInfo","features":[429]},{"name":"IWMDMOperation","features":[429]},{"name":"IWMDMOperation2","features":[429]},{"name":"IWMDMOperation3","features":[429]},{"name":"IWMDMProgress","features":[429]},{"name":"IWMDMProgress2","features":[429]},{"name":"IWMDMProgress3","features":[429]},{"name":"IWMDMRevoked","features":[429]},{"name":"IWMDMStorage","features":[429]},{"name":"IWMDMStorage2","features":[429]},{"name":"IWMDMStorage3","features":[429]},{"name":"IWMDMStorage4","features":[429]},{"name":"IWMDMStorageControl","features":[429]},{"name":"IWMDMStorageControl2","features":[429]},{"name":"IWMDMStorageControl3","features":[429]},{"name":"IWMDMStorageGlobals","features":[429]},{"name":"IWMDeviceManager","features":[429]},{"name":"IWMDeviceManager2","features":[429]},{"name":"IWMDeviceManager3","features":[429]},{"name":"MACINFO","features":[307,429]},{"name":"MDSP_READ","features":[429]},{"name":"MDSP_SEEK_BOF","features":[429]},{"name":"MDSP_SEEK_CUR","features":[429]},{"name":"MDSP_SEEK_EOF","features":[429]},{"name":"MDSP_WRITE","features":[429]},{"name":"MTP_COMMAND_DATA_IN","features":[429]},{"name":"MTP_COMMAND_DATA_OUT","features":[429]},{"name":"MTP_COMMAND_MAX_PARAMS","features":[429]},{"name":"MTP_NEXTPHASE_NO_DATA","features":[429]},{"name":"MTP_NEXTPHASE_READ_DATA","features":[429]},{"name":"MTP_NEXTPHASE_WRITE_DATA","features":[429]},{"name":"MTP_RESPONSE_MAX_PARAMS","features":[429]},{"name":"MTP_RESPONSE_OK","features":[429]},{"name":"MediaDevMgr","features":[429]},{"name":"MediaDevMgrClassFactory","features":[429]},{"name":"OPAQUECOMMAND","features":[429]},{"name":"RSA_KEY_LEN","features":[429]},{"name":"SAC_CERT_V1","features":[429]},{"name":"SAC_CERT_X509","features":[429]},{"name":"SAC_MAC_LEN","features":[429]},{"name":"SAC_PROTOCOL_V1","features":[429]},{"name":"SAC_PROTOCOL_WMDM","features":[429]},{"name":"SAC_SESSION_KEYLEN","features":[429]},{"name":"SCP_EVENTID_ACQSECURECLOCK","features":[429]},{"name":"SCP_EVENTID_DRMINFO","features":[429]},{"name":"SCP_EVENTID_NEEDTOINDIV","features":[429]},{"name":"SCP_PARAMID_DRMVERSION","features":[429]},{"name":"WMDMDATETIME","features":[429]},{"name":"WMDMDetermineMaxPropStringLen","features":[429]},{"name":"WMDMDevice","features":[429]},{"name":"WMDMDeviceEnum","features":[429]},{"name":"WMDMID","features":[429]},{"name":"WMDMID_LENGTH","features":[429]},{"name":"WMDMLogger","features":[429]},{"name":"WMDMMessage","features":[429]},{"name":"WMDMMetadataView","features":[429]},{"name":"WMDMRIGHTS","features":[429]},{"name":"WMDMStorage","features":[429]},{"name":"WMDMStorageEnum","features":[429]},{"name":"WMDMStorageGlobal","features":[429]},{"name":"WMDM_APP_REVOKED","features":[429]},{"name":"WMDM_CONTENT_FILE","features":[429]},{"name":"WMDM_CONTENT_FOLDER","features":[429]},{"name":"WMDM_CONTENT_OPERATIONINTERFACE","features":[429]},{"name":"WMDM_DEVICECAP_CANPAUSE","features":[429]},{"name":"WMDM_DEVICECAP_CANPLAY","features":[429]},{"name":"WMDM_DEVICECAP_CANRECORD","features":[429]},{"name":"WMDM_DEVICECAP_CANRESUME","features":[429]},{"name":"WMDM_DEVICECAP_CANSEEK","features":[429]},{"name":"WMDM_DEVICECAP_CANSTOP","features":[429]},{"name":"WMDM_DEVICECAP_CANSTREAMPLAY","features":[429]},{"name":"WMDM_DEVICECAP_CANSTREAMRECORD","features":[429]},{"name":"WMDM_DEVICECAP_HASSECURECLOCK","features":[429]},{"name":"WMDM_DEVICE_PROTOCOL_MSC","features":[429]},{"name":"WMDM_DEVICE_PROTOCOL_MTP","features":[429]},{"name":"WMDM_DEVICE_PROTOCOL_RAPI","features":[429]},{"name":"WMDM_DEVICE_TYPE_DECODE","features":[429]},{"name":"WMDM_DEVICE_TYPE_ENCODE","features":[429]},{"name":"WMDM_DEVICE_TYPE_FILELISTRESYNC","features":[429]},{"name":"WMDM_DEVICE_TYPE_NONREENTRANT","features":[429]},{"name":"WMDM_DEVICE_TYPE_NONSDMI","features":[429]},{"name":"WMDM_DEVICE_TYPE_PLAYBACK","features":[429]},{"name":"WMDM_DEVICE_TYPE_RECORD","features":[429]},{"name":"WMDM_DEVICE_TYPE_SDMI","features":[429]},{"name":"WMDM_DEVICE_TYPE_STORAGE","features":[429]},{"name":"WMDM_DEVICE_TYPE_VIEW_PREF_METADATAVIEW","features":[429]},{"name":"WMDM_DEVICE_TYPE_VIRTUAL","features":[429]},{"name":"WMDM_ENUM_PROP_VALID_VALUES_ANY","features":[429]},{"name":"WMDM_ENUM_PROP_VALID_VALUES_ENUM","features":[429]},{"name":"WMDM_ENUM_PROP_VALID_VALUES_FORM","features":[429]},{"name":"WMDM_ENUM_PROP_VALID_VALUES_RANGE","features":[429]},{"name":"WMDM_E_BUFFERTOOSMALL","features":[429]},{"name":"WMDM_E_BUSY","features":[429]},{"name":"WMDM_E_CALL_OUT_OF_SEQUENCE","features":[429]},{"name":"WMDM_E_CANTOPEN_PMSN_SERVICE_PIPE","features":[429]},{"name":"WMDM_E_INCORRECT_APPSEC","features":[429]},{"name":"WMDM_E_INCORRECT_RIGHTS","features":[429]},{"name":"WMDM_E_INTERFACEDEAD","features":[429]},{"name":"WMDM_E_INVALIDTYPE","features":[429]},{"name":"WMDM_E_LICENSE_EXPIRED","features":[429]},{"name":"WMDM_E_LICENSE_NOTEXIST","features":[429]},{"name":"WMDM_E_MAC_CHECK_FAILED","features":[429]},{"name":"WMDM_E_MOREDATA","features":[429]},{"name":"WMDM_E_NORIGHTS","features":[429]},{"name":"WMDM_E_NOTCERTIFIED","features":[429]},{"name":"WMDM_E_NOTSUPPORTED","features":[429]},{"name":"WMDM_E_PROCESSFAILED","features":[429]},{"name":"WMDM_E_REVOKED","features":[429]},{"name":"WMDM_E_SDMI_NOMORECOPIES","features":[429]},{"name":"WMDM_E_SDMI_TRIGGER","features":[429]},{"name":"WMDM_E_TOO_MANY_SESSIONS","features":[429]},{"name":"WMDM_E_USER_CANCELLED","features":[429]},{"name":"WMDM_FILE_ATTR_AUDIO","features":[429]},{"name":"WMDM_FILE_ATTR_AUDIOBOOK","features":[429]},{"name":"WMDM_FILE_ATTR_CANDELETE","features":[429]},{"name":"WMDM_FILE_ATTR_CANMOVE","features":[429]},{"name":"WMDM_FILE_ATTR_CANPLAY","features":[429]},{"name":"WMDM_FILE_ATTR_CANREAD","features":[429]},{"name":"WMDM_FILE_ATTR_CANRENAME","features":[429]},{"name":"WMDM_FILE_ATTR_DATA","features":[429]},{"name":"WMDM_FILE_ATTR_FILE","features":[429]},{"name":"WMDM_FILE_ATTR_FOLDER","features":[429]},{"name":"WMDM_FILE_ATTR_HIDDEN","features":[429]},{"name":"WMDM_FILE_ATTR_LINK","features":[429]},{"name":"WMDM_FILE_ATTR_MUSIC","features":[429]},{"name":"WMDM_FILE_ATTR_READONLY","features":[429]},{"name":"WMDM_FILE_ATTR_SYSTEM","features":[429]},{"name":"WMDM_FILE_ATTR_VIDEO","features":[429]},{"name":"WMDM_FILE_CREATE_OVERWRITE","features":[429]},{"name":"WMDM_FIND_SCOPE","features":[429]},{"name":"WMDM_FIND_SCOPE_GLOBAL","features":[429]},{"name":"WMDM_FIND_SCOPE_IMMEDIATE_CHILDREN","features":[429]},{"name":"WMDM_FORMATCODE","features":[429]},{"name":"WMDM_FORMATCODE_3G2","features":[429]},{"name":"WMDM_FORMATCODE_3G2A","features":[429]},{"name":"WMDM_FORMATCODE_3GP","features":[429]},{"name":"WMDM_FORMATCODE_3GPA","features":[429]},{"name":"WMDM_FORMATCODE_AAC","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTAUDIOALBUM","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTAUDIOVIDEOPLAYLIST","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTCALENDARITEM","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTCHAPTEREDPRODUCTION","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTCONTACT","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTCONTACTGROUP","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTDOCUMENT","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTIMAGEALBUM","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTMESSAGE","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTMESSAGEFOLDER","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTMULTIMEDIAALBUM","features":[429]},{"name":"WMDM_FORMATCODE_ABSTRACTVIDEOALBUM","features":[429]},{"name":"WMDM_FORMATCODE_AIFF","features":[429]},{"name":"WMDM_FORMATCODE_ALLIMAGES","features":[429]},{"name":"WMDM_FORMATCODE_AMR","features":[429]},{"name":"WMDM_FORMATCODE_ASF","features":[429]},{"name":"WMDM_FORMATCODE_ASSOCIATION","features":[429]},{"name":"WMDM_FORMATCODE_ASXPLAYLIST","features":[429]},{"name":"WMDM_FORMATCODE_ATSCTS","features":[429]},{"name":"WMDM_FORMATCODE_AUDIBLE","features":[429]},{"name":"WMDM_FORMATCODE_AVCHD","features":[429]},{"name":"WMDM_FORMATCODE_AVI","features":[429]},{"name":"WMDM_FORMATCODE_DPOF","features":[429]},{"name":"WMDM_FORMATCODE_DVBTS","features":[429]},{"name":"WMDM_FORMATCODE_EXECUTABLE","features":[429]},{"name":"WMDM_FORMATCODE_FLAC","features":[429]},{"name":"WMDM_FORMATCODE_HTML","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_BMP","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_CIFF","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_EXIF","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_FLASHPIX","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_GIF","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_JFIF","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_JP2","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_JPX","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_PCD","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_PICT","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_PNG","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_RESERVED_FIRST","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_RESERVED_LAST","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_TIFF","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_TIFFEP","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_TIFFIT","features":[429]},{"name":"WMDM_FORMATCODE_IMAGE_UNDEFINED","features":[429]},{"name":"WMDM_FORMATCODE_JPEGXR","features":[429]},{"name":"WMDM_FORMATCODE_M3UPLAYLIST","features":[429]},{"name":"WMDM_FORMATCODE_M4A","features":[429]},{"name":"WMDM_FORMATCODE_MEDIA_CAST","features":[429]},{"name":"WMDM_FORMATCODE_MHTCOMPILEDHTMLDOCUMENT","features":[429]},{"name":"WMDM_FORMATCODE_MICROSOFTEXCELSPREADSHEET","features":[429]},{"name":"WMDM_FORMATCODE_MICROSOFTPOWERPOINTDOCUMENT","features":[429]},{"name":"WMDM_FORMATCODE_MICROSOFTWORDDOCUMENT","features":[429]},{"name":"WMDM_FORMATCODE_MK3D","features":[429]},{"name":"WMDM_FORMATCODE_MKA","features":[429]},{"name":"WMDM_FORMATCODE_MKV","features":[429]},{"name":"WMDM_FORMATCODE_MP2","features":[429]},{"name":"WMDM_FORMATCODE_MP3","features":[429]},{"name":"WMDM_FORMATCODE_MP4","features":[429]},{"name":"WMDM_FORMATCODE_MPEG","features":[429]},{"name":"WMDM_FORMATCODE_MPLPLAYLIST","features":[429]},{"name":"WMDM_FORMATCODE_NOTUSED","features":[429]},{"name":"WMDM_FORMATCODE_OGG","features":[429]},{"name":"WMDM_FORMATCODE_PLSPLAYLIST","features":[429]},{"name":"WMDM_FORMATCODE_QCELP","features":[429]},{"name":"WMDM_FORMATCODE_RESERVED_FIRST","features":[429]},{"name":"WMDM_FORMATCODE_RESERVED_LAST","features":[429]},{"name":"WMDM_FORMATCODE_SCRIPT","features":[429]},{"name":"WMDM_FORMATCODE_SECTION","features":[429]},{"name":"WMDM_FORMATCODE_TEXT","features":[429]},{"name":"WMDM_FORMATCODE_UNDEFINED","features":[429]},{"name":"WMDM_FORMATCODE_UNDEFINEDAUDIO","features":[429]},{"name":"WMDM_FORMATCODE_UNDEFINEDCALENDARITEM","features":[429]},{"name":"WMDM_FORMATCODE_UNDEFINEDCOLLECTION","features":[429]},{"name":"WMDM_FORMATCODE_UNDEFINEDCONTACT","features":[429]},{"name":"WMDM_FORMATCODE_UNDEFINEDDOCUMENT","features":[429]},{"name":"WMDM_FORMATCODE_UNDEFINEDFIRMWARE","features":[429]},{"name":"WMDM_FORMATCODE_UNDEFINEDMESSAGE","features":[429]},{"name":"WMDM_FORMATCODE_UNDEFINEDVIDEO","features":[429]},{"name":"WMDM_FORMATCODE_UNDEFINEDWINDOWSEXECUTABLE","features":[429]},{"name":"WMDM_FORMATCODE_VCALENDAR1","features":[429]},{"name":"WMDM_FORMATCODE_VCALENDAR2","features":[429]},{"name":"WMDM_FORMATCODE_VCARD2","features":[429]},{"name":"WMDM_FORMATCODE_VCARD3","features":[429]},{"name":"WMDM_FORMATCODE_WAVE","features":[429]},{"name":"WMDM_FORMATCODE_WBMP","features":[429]},{"name":"WMDM_FORMATCODE_WINDOWSIMAGEFORMAT","features":[429]},{"name":"WMDM_FORMATCODE_WMA","features":[429]},{"name":"WMDM_FORMATCODE_WMV","features":[429]},{"name":"WMDM_FORMATCODE_WPLPLAYLIST","features":[429]},{"name":"WMDM_FORMATCODE_XMLDOCUMENT","features":[429]},{"name":"WMDM_FORMAT_CAPABILITY","features":[307,429,387,360]},{"name":"WMDM_GET_FORMAT_SUPPORT_AUDIO","features":[429]},{"name":"WMDM_GET_FORMAT_SUPPORT_FILE","features":[429]},{"name":"WMDM_GET_FORMAT_SUPPORT_VIDEO","features":[429]},{"name":"WMDM_LOG_NOTIMESTAMP","features":[429]},{"name":"WMDM_LOG_SEV_ERROR","features":[429]},{"name":"WMDM_LOG_SEV_INFO","features":[429]},{"name":"WMDM_LOG_SEV_WARN","features":[429]},{"name":"WMDM_MAC_LENGTH","features":[429]},{"name":"WMDM_MODE_BLOCK","features":[429]},{"name":"WMDM_MODE_PROGRESS","features":[429]},{"name":"WMDM_MODE_QUERY","features":[429]},{"name":"WMDM_MODE_RECURSIVE","features":[429]},{"name":"WMDM_MODE_THREAD","features":[429]},{"name":"WMDM_MODE_TRANSFER_PROTECTED","features":[429]},{"name":"WMDM_MODE_TRANSFER_UNPROTECTED","features":[429]},{"name":"WMDM_MSG_DEVICE_ARRIVAL","features":[429]},{"name":"WMDM_MSG_DEVICE_REMOVAL","features":[429]},{"name":"WMDM_MSG_MEDIA_ARRIVAL","features":[429]},{"name":"WMDM_MSG_MEDIA_REMOVAL","features":[429]},{"name":"WMDM_POWER_CAP_BATTERY","features":[429]},{"name":"WMDM_POWER_CAP_EXTERNAL","features":[429]},{"name":"WMDM_POWER_IS_BATTERY","features":[429]},{"name":"WMDM_POWER_IS_EXTERNAL","features":[429]},{"name":"WMDM_POWER_PERCENT_AVAILABLE","features":[429]},{"name":"WMDM_PROP_CONFIG","features":[307,429,387,360]},{"name":"WMDM_PROP_DESC","features":[307,429,387,360]},{"name":"WMDM_PROP_VALUES_ENUM","features":[307,429,387,360]},{"name":"WMDM_PROP_VALUES_RANGE","features":[307,429,387,360]},{"name":"WMDM_RIGHTS_COPY_TO_CD","features":[429]},{"name":"WMDM_RIGHTS_COPY_TO_NON_SDMI_DEVICE","features":[429]},{"name":"WMDM_RIGHTS_COPY_TO_SDMI_DEVICE","features":[429]},{"name":"WMDM_RIGHTS_EXPIRATIONDATE","features":[429]},{"name":"WMDM_RIGHTS_FREESERIALIDS","features":[429]},{"name":"WMDM_RIGHTS_GROUPID","features":[429]},{"name":"WMDM_RIGHTS_NAMEDSERIALIDS","features":[429]},{"name":"WMDM_RIGHTS_PLAYBACKCOUNT","features":[429]},{"name":"WMDM_RIGHTS_PLAY_ON_PC","features":[429]},{"name":"WMDM_SCP_DECIDE_DATA","features":[429]},{"name":"WMDM_SCP_DRMINFO_NOT_DRMPROTECTED","features":[429]},{"name":"WMDM_SCP_DRMINFO_V1HEADER","features":[429]},{"name":"WMDM_SCP_DRMINFO_V2HEADER","features":[429]},{"name":"WMDM_SCP_EXAMINE_DATA","features":[429]},{"name":"WMDM_SCP_EXAMINE_EXTENSION","features":[429]},{"name":"WMDM_SCP_NO_MORE_CHANGES","features":[429]},{"name":"WMDM_SCP_PROTECTED_OUTPUT","features":[429]},{"name":"WMDM_SCP_REVOKED","features":[429]},{"name":"WMDM_SCP_RIGHTS_DATA","features":[429]},{"name":"WMDM_SCP_TRANSFER_OBJECTDATA","features":[429]},{"name":"WMDM_SCP_UNPROTECTED_OUTPUT","features":[429]},{"name":"WMDM_SEEK_BEGIN","features":[429]},{"name":"WMDM_SEEK_CURRENT","features":[429]},{"name":"WMDM_SEEK_END","features":[429]},{"name":"WMDM_SEEK_REMOTECONTROL","features":[429]},{"name":"WMDM_SEEK_STREAMINGAUDIO","features":[429]},{"name":"WMDM_SERVICE_PROVIDER_VENDOR_MICROSOFT","features":[429]},{"name":"WMDM_SESSION_CUSTOM","features":[429]},{"name":"WMDM_SESSION_DELETE","features":[429]},{"name":"WMDM_SESSION_NONE","features":[429]},{"name":"WMDM_SESSION_TRANSFER_FROM_DEVICE","features":[429]},{"name":"WMDM_SESSION_TRANSFER_TO_DEVICE","features":[429]},{"name":"WMDM_SESSION_TYPE","features":[429]},{"name":"WMDM_SP_REVOKED","features":[429]},{"name":"WMDM_STATUS_BUSY","features":[429]},{"name":"WMDM_STATUS_DEVICECONTROL_PAUSED","features":[429]},{"name":"WMDM_STATUS_DEVICECONTROL_PLAYING","features":[429]},{"name":"WMDM_STATUS_DEVICECONTROL_RECORDING","features":[429]},{"name":"WMDM_STATUS_DEVICECONTROL_REMOTE","features":[429]},{"name":"WMDM_STATUS_DEVICECONTROL_STREAM","features":[429]},{"name":"WMDM_STATUS_DEVICE_NOTPRESENT","features":[429]},{"name":"WMDM_STATUS_READY","features":[429]},{"name":"WMDM_STATUS_STORAGECONTROL_APPENDING","features":[429]},{"name":"WMDM_STATUS_STORAGECONTROL_DELETING","features":[429]},{"name":"WMDM_STATUS_STORAGECONTROL_INSERTING","features":[429]},{"name":"WMDM_STATUS_STORAGECONTROL_MOVING","features":[429]},{"name":"WMDM_STATUS_STORAGECONTROL_READING","features":[429]},{"name":"WMDM_STATUS_STORAGE_BROKEN","features":[429]},{"name":"WMDM_STATUS_STORAGE_INITIALIZING","features":[429]},{"name":"WMDM_STATUS_STORAGE_NOTPRESENT","features":[429]},{"name":"WMDM_STATUS_STORAGE_NOTSUPPORTED","features":[429]},{"name":"WMDM_STATUS_STORAGE_UNFORMATTED","features":[429]},{"name":"WMDM_STORAGECAP_FILELIMITEXISTS","features":[429]},{"name":"WMDM_STORAGECAP_FILESINFOLDERS","features":[429]},{"name":"WMDM_STORAGECAP_FILESINROOT","features":[429]},{"name":"WMDM_STORAGECAP_FOLDERLIMITEXISTS","features":[429]},{"name":"WMDM_STORAGECAP_FOLDERSINFOLDERS","features":[429]},{"name":"WMDM_STORAGECAP_FOLDERSINROOT","features":[429]},{"name":"WMDM_STORAGECAP_NOT_INITIALIZABLE","features":[429]},{"name":"WMDM_STORAGECONTROL_INSERTAFTER","features":[429]},{"name":"WMDM_STORAGECONTROL_INSERTBEFORE","features":[429]},{"name":"WMDM_STORAGECONTROL_INSERTINTO","features":[429]},{"name":"WMDM_STORAGE_ATTR_CANEDITMETADATA","features":[429]},{"name":"WMDM_STORAGE_ATTR_FILESYSTEM","features":[429]},{"name":"WMDM_STORAGE_ATTR_FOLDERS","features":[429]},{"name":"WMDM_STORAGE_ATTR_HAS_FILES","features":[429]},{"name":"WMDM_STORAGE_ATTR_HAS_FOLDERS","features":[429]},{"name":"WMDM_STORAGE_ATTR_NONREMOVABLE","features":[429]},{"name":"WMDM_STORAGE_ATTR_REMOVABLE","features":[429]},{"name":"WMDM_STORAGE_ATTR_VIRTUAL","features":[429]},{"name":"WMDM_STORAGE_CONTAINS_DEFAULT","features":[429]},{"name":"WMDM_STORAGE_ENUM_MODE","features":[429]},{"name":"WMDM_STORAGE_IS_DEFAULT","features":[429]},{"name":"WMDM_S_NOT_ALL_PROPERTIES_APPLIED","features":[429]},{"name":"WMDM_S_NOT_ALL_PROPERTIES_RETRIEVED","features":[429]},{"name":"WMDM_TAG_DATATYPE","features":[429]},{"name":"WMDM_TYPE_BINARY","features":[429]},{"name":"WMDM_TYPE_BOOL","features":[429]},{"name":"WMDM_TYPE_DATE","features":[429]},{"name":"WMDM_TYPE_DWORD","features":[429]},{"name":"WMDM_TYPE_GUID","features":[429]},{"name":"WMDM_TYPE_QWORD","features":[429]},{"name":"WMDM_TYPE_STRING","features":[429]},{"name":"WMDM_TYPE_WORD","features":[429]},{"name":"WMDM_WMDM_REVOKED","features":[429]},{"name":"WMFILECAPABILITIES","features":[429]},{"name":"g_wszAudioWAVECodec","features":[429]},{"name":"g_wszVideoFourCCCodec","features":[429]},{"name":"g_wszWMDMAlbumArt","features":[429]},{"name":"g_wszWMDMAlbumArtist","features":[429]},{"name":"g_wszWMDMAlbumCoverData","features":[429]},{"name":"g_wszWMDMAlbumCoverDuration","features":[429]},{"name":"g_wszWMDMAlbumCoverFormat","features":[429]},{"name":"g_wszWMDMAlbumCoverHeight","features":[429]},{"name":"g_wszWMDMAlbumCoverSize","features":[429]},{"name":"g_wszWMDMAlbumCoverWidth","features":[429]},{"name":"g_wszWMDMAlbumTitle","features":[429]},{"name":"g_wszWMDMAudioBitDepth","features":[429]},{"name":"g_wszWMDMAuthor","features":[429]},{"name":"g_wszWMDMAuthorDate","features":[429]},{"name":"g_wszWMDMBitRateType","features":[429]},{"name":"g_wszWMDMBitrate","features":[429]},{"name":"g_wszWMDMBlockAlignment","features":[429]},{"name":"g_wszWMDMBufferSize","features":[429]},{"name":"g_wszWMDMBuyNow","features":[429]},{"name":"g_wszWMDMByteBookmark","features":[429]},{"name":"g_wszWMDMCategory","features":[429]},{"name":"g_wszWMDMCodec","features":[429]},{"name":"g_wszWMDMCollectionID","features":[429]},{"name":"g_wszWMDMComposer","features":[429]},{"name":"g_wszWMDMDRMId","features":[429]},{"name":"g_wszWMDMDataLength","features":[429]},{"name":"g_wszWMDMDataOffset","features":[429]},{"name":"g_wszWMDMDataUnits","features":[429]},{"name":"g_wszWMDMDescription","features":[429]},{"name":"g_wszWMDMDestinationURL","features":[429]},{"name":"g_wszWMDMDeviceFirmwareVersion","features":[429]},{"name":"g_wszWMDMDeviceFriendlyName","features":[429]},{"name":"g_wszWMDMDeviceModelName","features":[429]},{"name":"g_wszWMDMDevicePlayCount","features":[429]},{"name":"g_wszWMDMDeviceProtocol","features":[429]},{"name":"g_wszWMDMDeviceRevocationInfo","features":[429]},{"name":"g_wszWMDMDeviceServiceProviderVendor","features":[429]},{"name":"g_wszWMDMDeviceVendorExtension","features":[429]},{"name":"g_wszWMDMDuration","features":[429]},{"name":"g_wszWMDMEditor","features":[429]},{"name":"g_wszWMDMEncodingProfile","features":[429]},{"name":"g_wszWMDMFileAttributes","features":[429]},{"name":"g_wszWMDMFileCreationDate","features":[429]},{"name":"g_wszWMDMFileName","features":[429]},{"name":"g_wszWMDMFileSize","features":[429]},{"name":"g_wszWMDMFormatCode","features":[429]},{"name":"g_wszWMDMFormatsSupported","features":[429]},{"name":"g_wszWMDMFormatsSupportedAreOrdered","features":[429]},{"name":"g_wszWMDMFrameRate","features":[429]},{"name":"g_wszWMDMGenre","features":[429]},{"name":"g_wszWMDMHeight","features":[429]},{"name":"g_wszWMDMIsProtected","features":[429]},{"name":"g_wszWMDMIsRepeat","features":[429]},{"name":"g_wszWMDMKeyFrameDistance","features":[429]},{"name":"g_wszWMDMLastModifiedDate","features":[429]},{"name":"g_wszWMDMMediaClassSecondaryID","features":[429]},{"name":"g_wszWMDMMediaCredits","features":[429]},{"name":"g_wszWMDMMediaGuid","features":[429]},{"name":"g_wszWMDMMediaOriginalBroadcastDateTime","features":[429]},{"name":"g_wszWMDMMediaOriginalChannel","features":[429]},{"name":"g_wszWMDMMediaStationName","features":[429]},{"name":"g_wszWMDMMetaGenre","features":[429]},{"name":"g_wszWMDMNonConsumable","features":[429]},{"name":"g_wszWMDMNumChannels","features":[429]},{"name":"g_wszWMDMObjectBookmark","features":[429]},{"name":"g_wszWMDMOwner","features":[429]},{"name":"g_wszWMDMParentalRating","features":[429]},{"name":"g_wszWMDMPersistentUniqueID","features":[429]},{"name":"g_wszWMDMPlayCount","features":[429]},{"name":"g_wszWMDMProviderCopyright","features":[429]},{"name":"g_wszWMDMQualitySetting","features":[429]},{"name":"g_wszWMDMSampleRate","features":[429]},{"name":"g_wszWMDMScanType","features":[429]},{"name":"g_wszWMDMSourceURL","features":[429]},{"name":"g_wszWMDMSubTitle","features":[429]},{"name":"g_wszWMDMSubTitleDescription","features":[429]},{"name":"g_wszWMDMSupportedDeviceProperties","features":[429]},{"name":"g_wszWMDMSyncID","features":[429]},{"name":"g_wszWMDMSyncRelationshipID","features":[429]},{"name":"g_wszWMDMSyncTime","features":[429]},{"name":"g_wszWMDMTimeBookmark","features":[429]},{"name":"g_wszWMDMTimeToLive","features":[429]},{"name":"g_wszWMDMTitle","features":[429]},{"name":"g_wszWMDMTotalBitrate","features":[429]},{"name":"g_wszWMDMTrack","features":[429]},{"name":"g_wszWMDMTrackMood","features":[429]},{"name":"g_wszWMDMUserEffectiveRating","features":[429]},{"name":"g_wszWMDMUserLastPlayTime","features":[429]},{"name":"g_wszWMDMUserRating","features":[429]},{"name":"g_wszWMDMUserRatingOnDevice","features":[429]},{"name":"g_wszWMDMVideoBitrate","features":[429]},{"name":"g_wszWMDMWebmaster","features":[429]},{"name":"g_wszWMDMWidth","features":[429]},{"name":"g_wszWMDMYear","features":[429]},{"name":"g_wszWMDMediaClassPrimaryID","features":[429]},{"name":"g_wszWPDPassthroughPropertyValues","features":[429]}],"433":[{"name":"ADVISE_CLIPPING","features":[430]},{"name":"ADVISE_COLORKEY","features":[430]},{"name":"ADVISE_DISPLAY_CHANGE","features":[430]},{"name":"ADVISE_NONE","features":[430]},{"name":"ADVISE_PALETTE","features":[430]},{"name":"ADVISE_POSITION","features":[430]},{"name":"ADVISE_TYPE","features":[430]},{"name":"ALLOCATOR_PROPERTIES","features":[430]},{"name":"AMAP_3D_TARGET","features":[430]},{"name":"AMAP_ALLOW_SYSMEM","features":[430]},{"name":"AMAP_DIRECTED_FLIP","features":[430]},{"name":"AMAP_DXVA_TARGET","features":[430]},{"name":"AMAP_FORCE_SYSMEM","features":[430]},{"name":"AMAP_PIXELFORMAT_VALID","features":[430]},{"name":"AMCONTROL_COLORINFO_PRESENT","features":[430]},{"name":"AMCONTROL_PAD_TO_16x9","features":[430]},{"name":"AMCONTROL_PAD_TO_4x3","features":[430]},{"name":"AMCONTROL_USED","features":[430]},{"name":"AMCOPPCommand","features":[430]},{"name":"AMCOPPSignature","features":[430]},{"name":"AMCOPPStatusInput","features":[430]},{"name":"AMCOPPStatusOutput","features":[430]},{"name":"AMCOPYPROTECT_RestrictDuplication","features":[430]},{"name":"AMDDS_ALL","features":[430]},{"name":"AMDDS_DCIPS","features":[430]},{"name":"AMDDS_DEFAULT","features":[430]},{"name":"AMDDS_NONE","features":[430]},{"name":"AMDDS_PS","features":[430]},{"name":"AMDDS_RGBFLP","features":[430]},{"name":"AMDDS_RGBOFF","features":[430]},{"name":"AMDDS_RGBOVR","features":[430]},{"name":"AMDDS_YUVFLP","features":[430]},{"name":"AMDDS_YUVOFF","features":[430]},{"name":"AMDDS_YUVOVR","features":[430]},{"name":"AMExtendedSeekingCapabilities","features":[430]},{"name":"AMF_AUTOMATICGAIN","features":[430]},{"name":"AMGETERRORTEXTPROCA","features":[307,430]},{"name":"AMGETERRORTEXTPROCW","features":[307,430]},{"name":"AMGetErrorTextA","features":[430]},{"name":"AMGetErrorTextW","features":[430]},{"name":"AMINTERLACE_1FieldPerSample","features":[430]},{"name":"AMINTERLACE_DisplayModeBobOnly","features":[430]},{"name":"AMINTERLACE_DisplayModeBobOrWeave","features":[430]},{"name":"AMINTERLACE_DisplayModeMask","features":[430]},{"name":"AMINTERLACE_DisplayModeWeaveOnly","features":[430]},{"name":"AMINTERLACE_Field1First","features":[430]},{"name":"AMINTERLACE_FieldPatBothIrregular","features":[430]},{"name":"AMINTERLACE_FieldPatBothRegular","features":[430]},{"name":"AMINTERLACE_FieldPatField1Only","features":[430]},{"name":"AMINTERLACE_FieldPatField2Only","features":[430]},{"name":"AMINTERLACE_FieldPatternMask","features":[430]},{"name":"AMINTERLACE_IsInterlaced","features":[430]},{"name":"AMINTERLACE_UNUSED","features":[430]},{"name":"AMMSF_ADDDEFAULTRENDERER","features":[430]},{"name":"AMMSF_CREATEPEER","features":[430]},{"name":"AMMSF_MMS_INIT_FLAGS","features":[430]},{"name":"AMMSF_MS_FLAGS","features":[430]},{"name":"AMMSF_NOCLOCK","features":[430]},{"name":"AMMSF_NOGRAPHTHREAD","features":[430]},{"name":"AMMSF_NORENDER","features":[430]},{"name":"AMMSF_NOSTALL","features":[430]},{"name":"AMMSF_RENDERALLSTREAMS","features":[430]},{"name":"AMMSF_RENDERTOEXISTING","features":[430]},{"name":"AMMSF_RENDERTYPEMASK","features":[430]},{"name":"AMMSF_RENDER_FLAGS","features":[430]},{"name":"AMMSF_RUN","features":[430]},{"name":"AMMSF_STOPIFNOSAMPLES","features":[430]},{"name":"AMOVERFX_DEINTERLACE","features":[430]},{"name":"AMOVERFX_MIRRORLEFTRIGHT","features":[430]},{"name":"AMOVERFX_MIRRORUPDOWN","features":[430]},{"name":"AMOVERFX_NOFX","features":[430]},{"name":"AMOVERLAYFX","features":[430]},{"name":"AMPLAYLISTEVENT_BREAK","features":[430]},{"name":"AMPLAYLISTEVENT_MASK","features":[430]},{"name":"AMPLAYLISTEVENT_NEXT","features":[430]},{"name":"AMPLAYLISTEVENT_REFRESH","features":[430]},{"name":"AMPLAYLISTEVENT_RESUME","features":[430]},{"name":"AMPLAYLISTITEM_CANBIND","features":[430]},{"name":"AMPLAYLISTITEM_CANSKIP","features":[430]},{"name":"AMPLAYLIST_FORCEBANNER","features":[430]},{"name":"AMPLAYLIST_STARTINSCANMODE","features":[430]},{"name":"AMPROPERTY_PIN","features":[430]},{"name":"AMPROPERTY_PIN_CATEGORY","features":[430]},{"name":"AMPROPERTY_PIN_MEDIUM","features":[430]},{"name":"AMPlayListEventFlags","features":[430]},{"name":"AMPlayListFlags","features":[430]},{"name":"AMPlayListItemFlags","features":[430]},{"name":"AMRESCTL_RESERVEFLAGS_RESERVE","features":[430]},{"name":"AMRESCTL_RESERVEFLAGS_UNRESERVE","features":[430]},{"name":"AMSTREAMSELECTENABLE_ENABLE","features":[430]},{"name":"AMSTREAMSELECTENABLE_ENABLEALL","features":[430]},{"name":"AMSTREAMSELECTINFO_ENABLED","features":[430]},{"name":"AMSTREAMSELECTINFO_EXCLUSIVE","features":[430]},{"name":"AMTUNER_EVENT_CHANGED","features":[430]},{"name":"AMTUNER_HASNOSIGNALSTRENGTH","features":[430]},{"name":"AMTUNER_MODE_AM_RADIO","features":[430]},{"name":"AMTUNER_MODE_DEFAULT","features":[430]},{"name":"AMTUNER_MODE_DSS","features":[430]},{"name":"AMTUNER_MODE_FM_RADIO","features":[430]},{"name":"AMTUNER_MODE_TV","features":[430]},{"name":"AMTUNER_NOSIGNAL","features":[430]},{"name":"AMTUNER_SIGNALPRESENT","features":[430]},{"name":"AMTUNER_SUBCHAN_DEFAULT","features":[430]},{"name":"AMTUNER_SUBCHAN_NO_TUNE","features":[430]},{"name":"AMTVAUDIO_EVENT_CHANGED","features":[430]},{"name":"AMTVAUDIO_MODE_LANG_A","features":[430]},{"name":"AMTVAUDIO_MODE_LANG_B","features":[430]},{"name":"AMTVAUDIO_MODE_LANG_C","features":[430]},{"name":"AMTVAUDIO_MODE_MONO","features":[430]},{"name":"AMTVAUDIO_MODE_STEREO","features":[430]},{"name":"AMTVAUDIO_PRESET_LANG_A","features":[430]},{"name":"AMTVAUDIO_PRESET_LANG_B","features":[430]},{"name":"AMTVAUDIO_PRESET_LANG_C","features":[430]},{"name":"AMTVAUDIO_PRESET_STEREO","features":[430]},{"name":"AMTVAudioEventType","features":[430]},{"name":"AMTunerEventType","features":[430]},{"name":"AMTunerModeType","features":[430]},{"name":"AMTunerSignalStrength","features":[430]},{"name":"AMTunerSubChannel","features":[430]},{"name":"AMVABUFFERINFO","features":[430]},{"name":"AMVABeginFrameInfo","features":[430]},{"name":"AMVACompBufferInfo","features":[317,430]},{"name":"AMVAEndFrameInfo","features":[430]},{"name":"AMVAInternalMemInfo","features":[430]},{"name":"AMVAUncompBufferInfo","features":[317,430]},{"name":"AMVAUncompDataInfo","features":[317,430]},{"name":"AMVA_QUERYRENDERSTATUSF_READ","features":[430]},{"name":"AMVA_TYPEINDEX_OUTPUTFRAME","features":[430]},{"name":"AMVPDATAINFO","features":[307,430]},{"name":"AMVPDIMINFO","features":[307,430]},{"name":"AMVPSIZE","features":[430]},{"name":"AMVP_BEST_BANDWIDTH","features":[430]},{"name":"AMVP_DO_NOT_CARE","features":[430]},{"name":"AMVP_INPUT_SAME_AS_OUTPUT","features":[430]},{"name":"AMVP_MODE","features":[430]},{"name":"AMVP_MODE_BOBINTERLEAVED","features":[430]},{"name":"AMVP_MODE_BOBNONINTERLEAVED","features":[430]},{"name":"AMVP_MODE_SKIPEVEN","features":[430]},{"name":"AMVP_MODE_SKIPODD","features":[430]},{"name":"AMVP_MODE_WEAVE","features":[430]},{"name":"AMVP_SELECT_FORMAT_BY","features":[430]},{"name":"AM_AC3_ALTERNATE_AUDIO","features":[307,430]},{"name":"AM_AC3_ALTERNATE_AUDIO_1","features":[430]},{"name":"AM_AC3_ALTERNATE_AUDIO_2","features":[430]},{"name":"AM_AC3_ALTERNATE_AUDIO_BOTH","features":[430]},{"name":"AM_AC3_BIT_STREAM_MODE","features":[430]},{"name":"AM_AC3_DIALOGUE_LEVEL","features":[430]},{"name":"AM_AC3_DOWNMIX","features":[307,430]},{"name":"AM_AC3_ERROR_CONCEALMENT","features":[307,430]},{"name":"AM_AC3_ROOM_TYPE","features":[307,430]},{"name":"AM_AC3_SERVICE_COMMENTARY","features":[430]},{"name":"AM_AC3_SERVICE_DIALOG_ONLY","features":[430]},{"name":"AM_AC3_SERVICE_EMERGENCY_FLASH","features":[430]},{"name":"AM_AC3_SERVICE_HEARING_IMPAIRED","features":[430]},{"name":"AM_AC3_SERVICE_MAIN_AUDIO","features":[430]},{"name":"AM_AC3_SERVICE_NO_DIALOG","features":[430]},{"name":"AM_AC3_SERVICE_VISUALLY_IMPAIRED","features":[430]},{"name":"AM_AC3_SERVICE_VOICE_OVER","features":[430]},{"name":"AM_ARMODE_CROP","features":[430]},{"name":"AM_ARMODE_LETTER_BOX","features":[430]},{"name":"AM_ARMODE_STRETCHED","features":[430]},{"name":"AM_ARMODE_STRETCHED_AS_PRIMARY","features":[430]},{"name":"AM_ASPECT_RATIO_MODE","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_BREAK_COUNT","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_BUFFERFULLNESS","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_DISCONTINUITIES","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_JITTER","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_LAST_BUFFER_DUR","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_SILENCE_DUR","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_ACCUMERROR","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_DROPWRITE_DUR","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_HIGHLOWERROR","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_LASTHIGHLOWERROR","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_MODE","features":[430]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_RATE","features":[430]},{"name":"AM_COLCON","features":[430]},{"name":"AM_CONTENTPROPERTY_AUTHOR","features":[430]},{"name":"AM_CONTENTPROPERTY_COPYRIGHT","features":[430]},{"name":"AM_CONTENTPROPERTY_DESCRIPTION","features":[430]},{"name":"AM_CONTENTPROPERTY_TITLE","features":[430]},{"name":"AM_COPY_MACROVISION","features":[430]},{"name":"AM_COPY_MACROVISION_LEVEL","features":[430]},{"name":"AM_DIGITAL_CP","features":[430]},{"name":"AM_DIGITAL_CP_DVD_COMPLIANT","features":[430]},{"name":"AM_DIGITAL_CP_OFF","features":[430]},{"name":"AM_DIGITAL_CP_ON","features":[430]},{"name":"AM_DVDCOPYSTATE","features":[430]},{"name":"AM_DVDCOPYSTATE_AUTHENTICATION_NOT_REQUIRED","features":[430]},{"name":"AM_DVDCOPYSTATE_AUTHENTICATION_REQUIRED","features":[430]},{"name":"AM_DVDCOPYSTATE_DONE","features":[430]},{"name":"AM_DVDCOPYSTATE_INITIALIZE","features":[430]},{"name":"AM_DVDCOPYSTATE_INITIALIZE_TITLE","features":[430]},{"name":"AM_DVDCOPY_BUSKEY","features":[430]},{"name":"AM_DVDCOPY_CHLGKEY","features":[430]},{"name":"AM_DVDCOPY_DISCKEY","features":[430]},{"name":"AM_DVDCOPY_SET_COPY_STATE","features":[430]},{"name":"AM_DVDCOPY_TITLEKEY","features":[430]},{"name":"AM_DVD_ADAPT_GRAPH","features":[430]},{"name":"AM_DVD_CGMS_COPY_ONCE","features":[430]},{"name":"AM_DVD_CGMS_COPY_PERMITTED","features":[430]},{"name":"AM_DVD_CGMS_COPY_PROTECT_MASK","features":[430]},{"name":"AM_DVD_CGMS_NO_COPY","features":[430]},{"name":"AM_DVD_CGMS_RESERVED_MASK","features":[430]},{"name":"AM_DVD_COPYRIGHTED","features":[430]},{"name":"AM_DVD_COPYRIGHT_MASK","features":[430]},{"name":"AM_DVD_ChangeRate","features":[430]},{"name":"AM_DVD_DO_NOT_CLEAR","features":[430]},{"name":"AM_DVD_EVR_ONLY","features":[430]},{"name":"AM_DVD_EVR_QOS","features":[430]},{"name":"AM_DVD_GRAPH_FLAGS","features":[430]},{"name":"AM_DVD_HWDEC_ONLY","features":[430]},{"name":"AM_DVD_HWDEC_PREFER","features":[430]},{"name":"AM_DVD_MASK","features":[430]},{"name":"AM_DVD_NOT_COPYRIGHTED","features":[430]},{"name":"AM_DVD_NOVPE","features":[430]},{"name":"AM_DVD_RENDERSTATUS","features":[307,430]},{"name":"AM_DVD_SECTOR_NOT_PROTECTED","features":[430]},{"name":"AM_DVD_SECTOR_PROTECTED","features":[430]},{"name":"AM_DVD_SECTOR_PROTECT_MASK","features":[430]},{"name":"AM_DVD_STREAM_AUDIO","features":[430]},{"name":"AM_DVD_STREAM_FLAGS","features":[430]},{"name":"AM_DVD_STREAM_SUBPIC","features":[430]},{"name":"AM_DVD_STREAM_VIDEO","features":[430]},{"name":"AM_DVD_SWDEC_ONLY","features":[430]},{"name":"AM_DVD_SWDEC_PREFER","features":[430]},{"name":"AM_DVD_VMR9_ONLY","features":[430]},{"name":"AM_DVD_YUV","features":[430]},{"name":"AM_DvdKaraokeData","features":[430]},{"name":"AM_EXSEEK_BUFFERING","features":[430]},{"name":"AM_EXSEEK_CANSCAN","features":[430]},{"name":"AM_EXSEEK_CANSEEK","features":[430]},{"name":"AM_EXSEEK_MARKERSEEK","features":[430]},{"name":"AM_EXSEEK_NOSTANDARDREPAINT","features":[430]},{"name":"AM_EXSEEK_SCANWITHOUTCLOCK","features":[430]},{"name":"AM_EXSEEK_SENDS_VIDEOFRAMEREADY","features":[430]},{"name":"AM_ExactRateChange","features":[430]},{"name":"AM_FILESINK_FLAGS","features":[430]},{"name":"AM_FILE_OVERWRITE","features":[430]},{"name":"AM_FILTER_FLAGS","features":[430]},{"name":"AM_FILTER_FLAGS_REMOVABLE","features":[430]},{"name":"AM_FILTER_MISC_FLAGS_IS_RENDERER","features":[430]},{"name":"AM_FILTER_MISC_FLAGS_IS_SOURCE","features":[430]},{"name":"AM_FRAMESTEP_STEP","features":[430]},{"name":"AM_GBF_NODDSURFACELOCK","features":[430]},{"name":"AM_GBF_NOTASYNCPOINT","features":[430]},{"name":"AM_GBF_NOWAIT","features":[430]},{"name":"AM_GBF_PREVFRAMESKIPPED","features":[430]},{"name":"AM_GETDECODERCAP_QUERY_EVR_SUPPORT","features":[430]},{"name":"AM_GETDECODERCAP_QUERY_VMR9_SUPPORT","features":[430]},{"name":"AM_GETDECODERCAP_QUERY_VMR_SUPPORT","features":[430]},{"name":"AM_GRAPH_CONFIG_RECONNECT_CACHE_REMOVED_FILTERS","features":[430]},{"name":"AM_GRAPH_CONFIG_RECONNECT_DIRECTCONNECT","features":[430]},{"name":"AM_GRAPH_CONFIG_RECONNECT_FLAGS","features":[430]},{"name":"AM_GRAPH_CONFIG_RECONNECT_USE_ONLY_CACHED_FILTERS","features":[430]},{"name":"AM_INTERFACESETID_Standard","features":[430]},{"name":"AM_INTF_SEARCH_FILTER","features":[430]},{"name":"AM_INTF_SEARCH_INPUT_PIN","features":[430]},{"name":"AM_INTF_SEARCH_OUTPUT_PIN","features":[430]},{"name":"AM_KSCATEGORY_AUDIO","features":[430]},{"name":"AM_KSCATEGORY_CAPTURE","features":[430]},{"name":"AM_KSCATEGORY_CROSSBAR","features":[430]},{"name":"AM_KSCATEGORY_DATACOMPRESSOR","features":[430]},{"name":"AM_KSCATEGORY_RENDER","features":[430]},{"name":"AM_KSCATEGORY_SPLITTER","features":[430]},{"name":"AM_KSCATEGORY_TVAUDIO","features":[430]},{"name":"AM_KSCATEGORY_TVTUNER","features":[430]},{"name":"AM_KSCATEGORY_VBICODEC","features":[430]},{"name":"AM_KSCATEGORY_VBICODEC_MI","features":[430]},{"name":"AM_KSCATEGORY_VIDEO","features":[430]},{"name":"AM_KSPROPSETID_AC3","features":[430]},{"name":"AM_KSPROPSETID_CopyProt","features":[430]},{"name":"AM_KSPROPSETID_DVD_RateChange","features":[430]},{"name":"AM_KSPROPSETID_DvdKaraoke","features":[430]},{"name":"AM_KSPROPSETID_DvdSubPic","features":[430]},{"name":"AM_KSPROPSETID_FrameStep","features":[430]},{"name":"AM_KSPROPSETID_MPEG4_MediaType_Attributes","features":[430]},{"name":"AM_KSPROPSETID_TSRateChange","features":[430]},{"name":"AM_L21_CCLEVEL_TC2","features":[430]},{"name":"AM_L21_CCSERVICE_Caption1","features":[430]},{"name":"AM_L21_CCSERVICE_Caption2","features":[430]},{"name":"AM_L21_CCSERVICE_DefChannel","features":[430]},{"name":"AM_L21_CCSERVICE_Invalid","features":[430]},{"name":"AM_L21_CCSERVICE_None","features":[430]},{"name":"AM_L21_CCSERVICE_Text1","features":[430]},{"name":"AM_L21_CCSERVICE_Text2","features":[430]},{"name":"AM_L21_CCSERVICE_XDS","features":[430]},{"name":"AM_L21_CCSTATE_Off","features":[430]},{"name":"AM_L21_CCSTATE_On","features":[430]},{"name":"AM_L21_CCSTYLE_None","features":[430]},{"name":"AM_L21_CCSTYLE_PaintOn","features":[430]},{"name":"AM_L21_CCSTYLE_PopOn","features":[430]},{"name":"AM_L21_CCSTYLE_RollUp","features":[430]},{"name":"AM_L21_DRAWBGMODE_Opaque","features":[430]},{"name":"AM_L21_DRAWBGMODE_Transparent","features":[430]},{"name":"AM_LINE21_CCLEVEL","features":[430]},{"name":"AM_LINE21_CCSERVICE","features":[430]},{"name":"AM_LINE21_CCSTATE","features":[430]},{"name":"AM_LINE21_CCSTYLE","features":[430]},{"name":"AM_LINE21_DRAWBGMODE","features":[430]},{"name":"AM_LOADSTATUS_CLOSED","features":[430]},{"name":"AM_LOADSTATUS_CONNECTING","features":[430]},{"name":"AM_LOADSTATUS_LOADINGDESCR","features":[430]},{"name":"AM_LOADSTATUS_LOADINGMCAST","features":[430]},{"name":"AM_LOADSTATUS_LOCATING","features":[430]},{"name":"AM_LOADSTATUS_OPEN","features":[430]},{"name":"AM_LOADSTATUS_OPENING","features":[430]},{"name":"AM_MACROVISION_DISABLED","features":[430]},{"name":"AM_MACROVISION_LEVEL1","features":[430]},{"name":"AM_MACROVISION_LEVEL2","features":[430]},{"name":"AM_MACROVISION_LEVEL3","features":[430]},{"name":"AM_MEDIAEVENT_FLAGS","features":[430]},{"name":"AM_MEDIAEVENT_NONOTIFY","features":[430]},{"name":"AM_MPEG2Level","features":[430]},{"name":"AM_MPEG2Level_High","features":[430]},{"name":"AM_MPEG2Level_High1440","features":[430]},{"name":"AM_MPEG2Level_Low","features":[430]},{"name":"AM_MPEG2Level_Main","features":[430]},{"name":"AM_MPEG2Profile","features":[430]},{"name":"AM_MPEG2Profile_High","features":[430]},{"name":"AM_MPEG2Profile_Main","features":[430]},{"name":"AM_MPEG2Profile_SNRScalable","features":[430]},{"name":"AM_MPEG2Profile_Simple","features":[430]},{"name":"AM_MPEG2Profile_SpatiallyScalable","features":[430]},{"name":"AM_MPEGSTREAMTYPE","features":[307,430,431]},{"name":"AM_MPEGSYSTEMTYPE","features":[307,430,431]},{"name":"AM_MPEG_AUDIO_DUAL_LEFT","features":[430]},{"name":"AM_MPEG_AUDIO_DUAL_MERGE","features":[430]},{"name":"AM_MPEG_AUDIO_DUAL_RIGHT","features":[430]},{"name":"AM_OVERLAY_NOTIFY_DEST_CHANGE","features":[430]},{"name":"AM_OVERLAY_NOTIFY_SOURCE_CHANGE","features":[430]},{"name":"AM_OVERLAY_NOTIFY_VISIBLE_CHANGE","features":[430]},{"name":"AM_PIN_FLOW_CONTROL_BLOCK","features":[430]},{"name":"AM_PROPERTY_AC3","features":[430]},{"name":"AM_PROPERTY_AC3_ALTERNATE_AUDIO","features":[430]},{"name":"AM_PROPERTY_AC3_BIT_STREAM_MODE","features":[430]},{"name":"AM_PROPERTY_AC3_DIALOGUE_LEVEL","features":[430]},{"name":"AM_PROPERTY_AC3_DOWNMIX","features":[430]},{"name":"AM_PROPERTY_AC3_ERROR_CONCEALMENT","features":[430]},{"name":"AM_PROPERTY_AC3_LANGUAGE_CODE","features":[430]},{"name":"AM_PROPERTY_AC3_ROOM_TYPE","features":[430]},{"name":"AM_PROPERTY_COPY_ANALOG_COMPONENT","features":[430]},{"name":"AM_PROPERTY_COPY_DIGITAL_CP","features":[430]},{"name":"AM_PROPERTY_COPY_DVD_SRM","features":[430]},{"name":"AM_PROPERTY_COPY_MACROVISION","features":[430]},{"name":"AM_PROPERTY_DVDCOPYPROT","features":[430]},{"name":"AM_PROPERTY_DVDCOPY_CHLG_KEY","features":[430]},{"name":"AM_PROPERTY_DVDCOPY_DEC_KEY2","features":[430]},{"name":"AM_PROPERTY_DVDCOPY_DISC_KEY","features":[430]},{"name":"AM_PROPERTY_DVDCOPY_DVD_KEY1","features":[430]},{"name":"AM_PROPERTY_DVDCOPY_REGION","features":[430]},{"name":"AM_PROPERTY_DVDCOPY_SET_COPY_STATE","features":[430]},{"name":"AM_PROPERTY_DVDCOPY_SUPPORTS_NEW_KEYCOUNT","features":[430]},{"name":"AM_PROPERTY_DVDCOPY_TITLE_KEY","features":[430]},{"name":"AM_PROPERTY_DVDKARAOKE","features":[430]},{"name":"AM_PROPERTY_DVDKARAOKE_DATA","features":[430]},{"name":"AM_PROPERTY_DVDKARAOKE_ENABLE","features":[430]},{"name":"AM_PROPERTY_DVDSUBPIC","features":[430]},{"name":"AM_PROPERTY_DVDSUBPIC_COMPOSIT_ON","features":[430]},{"name":"AM_PROPERTY_DVDSUBPIC_HLI","features":[430]},{"name":"AM_PROPERTY_DVDSUBPIC_PALETTE","features":[430]},{"name":"AM_PROPERTY_DVD_RATE_CHANGE","features":[430]},{"name":"AM_PROPERTY_FRAMESTEP","features":[430]},{"name":"AM_PROPERTY_FRAMESTEP_CANCEL","features":[430]},{"name":"AM_PROPERTY_FRAMESTEP_CANSTEP","features":[430]},{"name":"AM_PROPERTY_FRAMESTEP_CANSTEPMULTIPLE","features":[430]},{"name":"AM_PROPERTY_FRAMESTEP_STEP","features":[430]},{"name":"AM_PROPERTY_SPHLI","features":[430]},{"name":"AM_PROPERTY_SPPAL","features":[430]},{"name":"AM_PROPERTY_TS_RATE_CHANGE","features":[430]},{"name":"AM_PUSHSOURCECAPS_INTERNAL_RM","features":[430]},{"name":"AM_PUSHSOURCECAPS_NOT_LIVE","features":[430]},{"name":"AM_PUSHSOURCECAPS_PRIVATE_CLOCK","features":[430]},{"name":"AM_PUSHSOURCEREQS_USE_CLOCK_CHAIN","features":[430]},{"name":"AM_PUSHSOURCEREQS_USE_STREAM_CLOCK","features":[430]},{"name":"AM_QUERY_DECODER_ATSC_HD_SUPPORT","features":[430]},{"name":"AM_QUERY_DECODER_ATSC_SD_SUPPORT","features":[430]},{"name":"AM_QUERY_DECODER_DVD_SUPPORT","features":[430]},{"name":"AM_QUERY_DECODER_DXVA_1_SUPPORT","features":[430]},{"name":"AM_QUERY_DECODER_VMR_SUPPORT","features":[430]},{"name":"AM_QueryRate","features":[430]},{"name":"AM_RATE_ChangeRate","features":[430]},{"name":"AM_RATE_CorrectTS","features":[430]},{"name":"AM_RATE_DecoderPosition","features":[430]},{"name":"AM_RATE_DecoderVersion","features":[430]},{"name":"AM_RATE_ExactRateChange","features":[430]},{"name":"AM_RATE_FullDataRateMax","features":[430]},{"name":"AM_RATE_MaxFullDataRate","features":[430]},{"name":"AM_RATE_QueryFullFrameRate","features":[430]},{"name":"AM_RATE_QueryLastRateSegPTS","features":[430]},{"name":"AM_RATE_QueryMapping","features":[430]},{"name":"AM_RATE_ResetOnTimeDisc","features":[430]},{"name":"AM_RATE_ReverseDecode","features":[430]},{"name":"AM_RATE_ReverseMaxFullDataRate","features":[430]},{"name":"AM_RATE_SimpleRateChange","features":[430]},{"name":"AM_RATE_Step","features":[430]},{"name":"AM_RATE_UseRateVersion","features":[430]},{"name":"AM_RENDEREX_RENDERTOEXISTINGRENDERERS","features":[430]},{"name":"AM_ReverseBlockEnd","features":[430]},{"name":"AM_ReverseBlockStart","features":[430]},{"name":"AM_SAMPLE2_PROPERTIES","features":[307,430,431]},{"name":"AM_SAMPLE_DATADISCONTINUITY","features":[430]},{"name":"AM_SAMPLE_ENDOFSTREAM","features":[430]},{"name":"AM_SAMPLE_FLUSH_ON_PAUSE","features":[430]},{"name":"AM_SAMPLE_PREROLL","features":[430]},{"name":"AM_SAMPLE_PROPERTY_FLAGS","features":[430]},{"name":"AM_SAMPLE_SPLICEPOINT","features":[430]},{"name":"AM_SAMPLE_STOPVALID","features":[430]},{"name":"AM_SAMPLE_TIMEDISCONTINUITY","features":[430]},{"name":"AM_SAMPLE_TIMEVALID","features":[430]},{"name":"AM_SAMPLE_TYPECHANGED","features":[430]},{"name":"AM_SEEKING_AbsolutePositioning","features":[430]},{"name":"AM_SEEKING_CanDoSegments","features":[430]},{"name":"AM_SEEKING_CanGetCurrentPos","features":[430]},{"name":"AM_SEEKING_CanGetDuration","features":[430]},{"name":"AM_SEEKING_CanGetStopPos","features":[430]},{"name":"AM_SEEKING_CanPlayBackwards","features":[430]},{"name":"AM_SEEKING_CanSeekAbsolute","features":[430]},{"name":"AM_SEEKING_CanSeekBackwards","features":[430]},{"name":"AM_SEEKING_CanSeekForwards","features":[430]},{"name":"AM_SEEKING_IncrementalPositioning","features":[430]},{"name":"AM_SEEKING_NoFlush","features":[430]},{"name":"AM_SEEKING_NoPositioning","features":[430]},{"name":"AM_SEEKING_PositioningBitsMask","features":[430]},{"name":"AM_SEEKING_RelativePositioning","features":[430]},{"name":"AM_SEEKING_ReturnTime","features":[430]},{"name":"AM_SEEKING_SEEKING_CAPABILITIES","features":[430]},{"name":"AM_SEEKING_SEEKING_FLAGS","features":[430]},{"name":"AM_SEEKING_SeekToKeyFrame","features":[430]},{"name":"AM_SEEKING_Segment","features":[430]},{"name":"AM_SEEKING_Source","features":[430]},{"name":"AM_STREAM_CONTROL","features":[430]},{"name":"AM_STREAM_INFO","features":[430]},{"name":"AM_STREAM_INFO_DISCARDING","features":[430]},{"name":"AM_STREAM_INFO_FLAGS","features":[430]},{"name":"AM_STREAM_INFO_START_DEFINED","features":[430]},{"name":"AM_STREAM_INFO_STOP_DEFINED","features":[430]},{"name":"AM_STREAM_INFO_STOP_SEND_EXTRA","features":[430]},{"name":"AM_STREAM_MEDIA","features":[430]},{"name":"AM_SimpleRateChange","features":[430]},{"name":"AM_UseNewCSSKey","features":[430]},{"name":"AM_VIDEO_FLAG_B_SAMPLE","features":[430]},{"name":"AM_VIDEO_FLAG_FIELD1","features":[430]},{"name":"AM_VIDEO_FLAG_FIELD1FIRST","features":[430]},{"name":"AM_VIDEO_FLAG_FIELD2","features":[430]},{"name":"AM_VIDEO_FLAG_FIELD_MASK","features":[430]},{"name":"AM_VIDEO_FLAG_INTERLEAVED_FRAME","features":[430]},{"name":"AM_VIDEO_FLAG_IPB_MASK","features":[430]},{"name":"AM_VIDEO_FLAG_I_SAMPLE","features":[430]},{"name":"AM_VIDEO_FLAG_P_SAMPLE","features":[430]},{"name":"AM_VIDEO_FLAG_REPEAT_FIELD","features":[430]},{"name":"AM_VIDEO_FLAG_WEAVE","features":[430]},{"name":"AM_WST_DRAWBGMODE","features":[430]},{"name":"AM_WST_DRAWBGMODE_Opaque","features":[430]},{"name":"AM_WST_DRAWBGMODE_Transparent","features":[430]},{"name":"AM_WST_LEVEL","features":[430]},{"name":"AM_WST_LEVEL_1_5","features":[430]},{"name":"AM_WST_PAGE","features":[430]},{"name":"AM_WST_SERVICE","features":[430]},{"name":"AM_WST_SERVICE_IDS","features":[430]},{"name":"AM_WST_SERVICE_Invalid","features":[430]},{"name":"AM_WST_SERVICE_None","features":[430]},{"name":"AM_WST_SERVICE_Text","features":[430]},{"name":"AM_WST_STATE","features":[430]},{"name":"AM_WST_STATE_Off","features":[430]},{"name":"AM_WST_STATE_On","features":[430]},{"name":"AM_WST_STYLE","features":[430]},{"name":"AM_WST_STYLE_Invers","features":[430]},{"name":"AM_WST_STYLE_None","features":[430]},{"name":"ANALOGVIDEOINFO","features":[307,430]},{"name":"ANNEX_A_DSM_CC","features":[430]},{"name":"ATSCCT_AC3","features":[430]},{"name":"ATSCComponentTypeFlags","features":[430]},{"name":"AUDIO_STREAM_CONFIG_CAPS","features":[430]},{"name":"AVIEXTHEADER","features":[430]},{"name":"AVIFIELDINDEX","features":[430]},{"name":"AVIF_COPYRIGHTED","features":[430]},{"name":"AVIF_HASINDEX","features":[430]},{"name":"AVIF_ISINTERLEAVED","features":[430]},{"name":"AVIF_MUSTUSEINDEX","features":[430]},{"name":"AVIF_TRUSTCKTYPE","features":[430]},{"name":"AVIF_WASCAPTUREFILE","features":[430]},{"name":"AVIIF_COMPRESSOR","features":[430]},{"name":"AVIIF_COMPUSE","features":[430]},{"name":"AVIIF_FIRSTPART","features":[430]},{"name":"AVIIF_KEYFRAME","features":[430]},{"name":"AVIIF_LASTPART","features":[430]},{"name":"AVIIF_LIST","features":[430]},{"name":"AVIIF_NOTIME","features":[430]},{"name":"AVIIF_NO_TIME","features":[430]},{"name":"AVIINDEXENTRY","features":[430]},{"name":"AVIMAINHEADER","features":[430]},{"name":"AVIMETAINDEX","features":[430]},{"name":"AVIOLDINDEX","features":[430]},{"name":"AVIPALCHANGE","features":[318,430]},{"name":"AVISF_DISABLED","features":[430]},{"name":"AVISF_VIDEO_PALCHANGES","features":[430]},{"name":"AVISTDINDEX","features":[430]},{"name":"AVISTDINDEX_DELTAFRAME","features":[430]},{"name":"AVISTDINDEX_ENTRY","features":[430]},{"name":"AVISTREAMHEADER","features":[430]},{"name":"AVISUPERINDEX","features":[430]},{"name":"AVIStreamHeader","features":[307,430]},{"name":"AVITCDLINDEX","features":[430]},{"name":"AVITCDLINDEX_ENTRY","features":[430]},{"name":"AVITIMECODEINDEX","features":[430]},{"name":"AVITIMEDINDEX","features":[430]},{"name":"AVITIMEDINDEX_ENTRY","features":[430]},{"name":"AVI_HEADERSIZE","features":[430]},{"name":"AVI_INDEX_IS_DATA","features":[430]},{"name":"AVI_INDEX_OF_CHUNKS","features":[430]},{"name":"AVI_INDEX_OF_INDEXES","features":[430]},{"name":"AVI_INDEX_OF_SUB_2FIELD","features":[430]},{"name":"AVI_INDEX_OF_TIMED_CHUNKS","features":[430]},{"name":"AVI_INDEX_SUB_2FIELD","features":[430]},{"name":"AVI_INDEX_SUB_DEFAULT","features":[430]},{"name":"AnalogVideoMask_MCE_NTSC","features":[430]},{"name":"AnalogVideoMask_MCE_PAL","features":[430]},{"name":"AnalogVideoMask_MCE_SECAM","features":[430]},{"name":"AnalogVideoStandard","features":[430]},{"name":"AnalogVideo_NTSC_433","features":[430]},{"name":"AnalogVideo_NTSC_M","features":[430]},{"name":"AnalogVideo_NTSC_M_J","features":[430]},{"name":"AnalogVideo_NTSC_Mask","features":[430]},{"name":"AnalogVideo_None","features":[430]},{"name":"AnalogVideo_PAL_60","features":[430]},{"name":"AnalogVideo_PAL_B","features":[430]},{"name":"AnalogVideo_PAL_D","features":[430]},{"name":"AnalogVideo_PAL_G","features":[430]},{"name":"AnalogVideo_PAL_H","features":[430]},{"name":"AnalogVideo_PAL_I","features":[430]},{"name":"AnalogVideo_PAL_M","features":[430]},{"name":"AnalogVideo_PAL_Mask","features":[430]},{"name":"AnalogVideo_PAL_N","features":[430]},{"name":"AnalogVideo_PAL_N_COMBO","features":[430]},{"name":"AnalogVideo_SECAM_B","features":[430]},{"name":"AnalogVideo_SECAM_D","features":[430]},{"name":"AnalogVideo_SECAM_G","features":[430]},{"name":"AnalogVideo_SECAM_H","features":[430]},{"name":"AnalogVideo_SECAM_K","features":[430]},{"name":"AnalogVideo_SECAM_K1","features":[430]},{"name":"AnalogVideo_SECAM_L","features":[430]},{"name":"AnalogVideo_SECAM_L1","features":[430]},{"name":"AnalogVideo_SECAM_Mask","features":[430]},{"name":"ApplicationTypeType","features":[430]},{"name":"Associated","features":[430]},{"name":"AssociationUnknown","features":[430]},{"name":"BDACOMP_EXCLUDE_TS_FROM_TR","features":[430]},{"name":"BDACOMP_INCLUDE_COMPONENTS_IN_TR","features":[430]},{"name":"BDACOMP_INCLUDE_LOCATOR_IN_TR","features":[430]},{"name":"BDACOMP_NOT_DEFINED","features":[430]},{"name":"BDANODE_DESCRIPTOR","features":[430]},{"name":"BDA_BCC_RATE_1_2","features":[430]},{"name":"BDA_BCC_RATE_1_3","features":[430]},{"name":"BDA_BCC_RATE_1_4","features":[430]},{"name":"BDA_BCC_RATE_2_3","features":[430]},{"name":"BDA_BCC_RATE_2_5","features":[430]},{"name":"BDA_BCC_RATE_3_4","features":[430]},{"name":"BDA_BCC_RATE_3_5","features":[430]},{"name":"BDA_BCC_RATE_4_5","features":[430]},{"name":"BDA_BCC_RATE_5_11","features":[430]},{"name":"BDA_BCC_RATE_5_6","features":[430]},{"name":"BDA_BCC_RATE_6_7","features":[430]},{"name":"BDA_BCC_RATE_7_8","features":[430]},{"name":"BDA_BCC_RATE_8_9","features":[430]},{"name":"BDA_BCC_RATE_9_10","features":[430]},{"name":"BDA_BCC_RATE_MAX","features":[430]},{"name":"BDA_BCC_RATE_NOT_DEFINED","features":[430]},{"name":"BDA_BCC_RATE_NOT_SET","features":[430]},{"name":"BDA_BUFFER","features":[430]},{"name":"BDA_CAS_CHECK_ENTITLEMENTTOKEN","features":[430]},{"name":"BDA_CAS_CLOSEMMIDATA","features":[430]},{"name":"BDA_CAS_CLOSE_MMIDIALOG","features":[430]},{"name":"BDA_CAS_OPENMMIDATA","features":[430]},{"name":"BDA_CAS_REQUESTTUNERDATA","features":[430]},{"name":"BDA_CA_MODULE_UI","features":[430]},{"name":"BDA_CHANGES_COMPLETE","features":[430]},{"name":"BDA_CHANGES_PENDING","features":[430]},{"name":"BDA_CHANGE_STATE","features":[430]},{"name":"BDA_CHAN_BANDWITH_NOT_DEFINED","features":[430]},{"name":"BDA_CHAN_BANDWITH_NOT_SET","features":[430]},{"name":"BDA_CONDITIONALACCESS_MMICLOSEREASON","features":[430]},{"name":"BDA_CONDITIONALACCESS_REQUESTTYPE","features":[430]},{"name":"BDA_CONDITIONALACCESS_SESSION_RESULT","features":[430]},{"name":"BDA_Channel","features":[430]},{"name":"BDA_Channel_Bandwidth","features":[430]},{"name":"BDA_Comp_Flags","features":[430]},{"name":"BDA_DISCOVERY_COMPLETE","features":[430]},{"name":"BDA_DISCOVERY_REQUIRED","features":[430]},{"name":"BDA_DISCOVERY_STATE","features":[430]},{"name":"BDA_DISCOVERY_UNSPECIFIED","features":[430]},{"name":"BDA_DISEQC_RESPONSE","features":[430]},{"name":"BDA_DISEQC_SEND","features":[430]},{"name":"BDA_DRM_DRMSTATUS","features":[430]},{"name":"BDA_DVBT2_L1_SIGNALLING_DATA","features":[430]},{"name":"BDA_DrmPairingError","features":[430]},{"name":"BDA_DrmPairing_Aborted","features":[430]},{"name":"BDA_DrmPairing_DrmInitFailed","features":[430]},{"name":"BDA_DrmPairing_DrmNotPaired","features":[430]},{"name":"BDA_DrmPairing_DrmRePairSoon","features":[430]},{"name":"BDA_DrmPairing_HardwareFailure","features":[430]},{"name":"BDA_DrmPairing_NeedIndiv","features":[430]},{"name":"BDA_DrmPairing_NeedRevocationData","features":[430]},{"name":"BDA_DrmPairing_NeedSDKUpdate","features":[430]},{"name":"BDA_DrmPairing_Other","features":[430]},{"name":"BDA_DrmPairing_Succeeded","features":[430]},{"name":"BDA_ETHERNET_ADDRESS","features":[430]},{"name":"BDA_ETHERNET_ADDRESS_LIST","features":[430]},{"name":"BDA_EVENT_ACCESS_DENIED","features":[430]},{"name":"BDA_EVENT_ACCESS_GRANTED","features":[430]},{"name":"BDA_EVENT_CHANNEL_ACQUIRED","features":[430]},{"name":"BDA_EVENT_CHANNEL_ACTIVATED","features":[430]},{"name":"BDA_EVENT_CHANNEL_DEACTIVATED","features":[430]},{"name":"BDA_EVENT_CHANNEL_LOST","features":[430]},{"name":"BDA_EVENT_CHANNEL_SOURCE_CHANGED","features":[430]},{"name":"BDA_EVENT_DATA_START","features":[430]},{"name":"BDA_EVENT_DATA_STOP","features":[430]},{"name":"BDA_EVENT_ID","features":[430]},{"name":"BDA_EVENT_OFFER_EXTENDED","features":[430]},{"name":"BDA_EVENT_PURCHASE_COMPLETED","features":[430]},{"name":"BDA_EVENT_SIGNAL_LOCK","features":[430]},{"name":"BDA_EVENT_SIGNAL_LOSS","features":[430]},{"name":"BDA_EVENT_SMART_CARD_INSERTED","features":[430]},{"name":"BDA_EVENT_SMART_CARD_REMOVED","features":[430]},{"name":"BDA_EVENT_SUBCHANNEL_ACQUIRED","features":[430]},{"name":"BDA_EVENT_SUBCHANNEL_ACTIVATED","features":[430]},{"name":"BDA_EVENT_SUBCHANNEL_DEACTIVATED","features":[430]},{"name":"BDA_EVENT_SUBCHANNEL_LOST","features":[430]},{"name":"BDA_EVENT_SUBCHANNEL_SOURCE_CHANGED","features":[430]},{"name":"BDA_E_ACCESS_DENIED","features":[430]},{"name":"BDA_E_BUFFER_TOO_SMALL","features":[430]},{"name":"BDA_E_DISABLED","features":[430]},{"name":"BDA_E_FAILURE","features":[430]},{"name":"BDA_E_INVALID_CAPTURE_TOKEN","features":[430]},{"name":"BDA_E_INVALID_ENTITLEMENT_TOKEN","features":[430]},{"name":"BDA_E_INVALID_HANDLE","features":[430]},{"name":"BDA_E_INVALID_LANGUAGE","features":[430]},{"name":"BDA_E_INVALID_PURCHASE_TOKEN","features":[430]},{"name":"BDA_E_INVALID_SCHEMA","features":[430]},{"name":"BDA_E_INVALID_TUNE_REQUEST","features":[430]},{"name":"BDA_E_INVALID_TYPE","features":[430]},{"name":"BDA_E_IPNETWORK_ADDRESS_NOT_FOUND","features":[430]},{"name":"BDA_E_IPNETWORK_ERROR","features":[430]},{"name":"BDA_E_IPNETWORK_TIMEOUT","features":[430]},{"name":"BDA_E_IPNETWORK_UNAVAILABLE","features":[430]},{"name":"BDA_E_NOT_FOUND","features":[430]},{"name":"BDA_E_NOT_IMPLEMENTED","features":[430]},{"name":"BDA_E_NO_HANDLER","features":[430]},{"name":"BDA_E_NO_MORE_DATA","features":[430]},{"name":"BDA_E_NO_MORE_EVENTS","features":[430]},{"name":"BDA_E_NO_SUCH_COMMAND","features":[430]},{"name":"BDA_E_OUT_OF_BOUNDS","features":[430]},{"name":"BDA_E_OUT_OF_MEMORY","features":[430]},{"name":"BDA_E_OUT_OF_RESOURCES","features":[430]},{"name":"BDA_E_READ_ONLY","features":[430]},{"name":"BDA_E_TIMEOUT_ELAPSED","features":[430]},{"name":"BDA_E_TUNER_CONFLICT","features":[430]},{"name":"BDA_E_TUNER_INITIALIZING","features":[430]},{"name":"BDA_E_TUNER_REQUIRED","features":[430]},{"name":"BDA_E_TUNE_FAILED_SDV01","features":[430]},{"name":"BDA_E_TUNE_FAILED_SDV02","features":[430]},{"name":"BDA_E_TUNE_FAILED_SDV03","features":[430]},{"name":"BDA_E_TUNE_FAILED_SDV04","features":[430]},{"name":"BDA_E_TUNE_FAILED_SDV05","features":[430]},{"name":"BDA_E_TUNE_FAILED_SDV06","features":[430]},{"name":"BDA_E_TUNE_FAILED_SDV07","features":[430]},{"name":"BDA_E_TUNE_FAILED_SDV08","features":[430]},{"name":"BDA_E_TUNE_FAILED_SDVFF","features":[430]},{"name":"BDA_E_WMDRM_INVALID_CERTIFICATE","features":[430]},{"name":"BDA_E_WMDRM_INVALID_DATE","features":[430]},{"name":"BDA_E_WMDRM_INVALID_PROXIMITY","features":[430]},{"name":"BDA_E_WMDRM_INVALID_SIGNATURE","features":[430]},{"name":"BDA_E_WMDRM_INVALID_VERSION","features":[430]},{"name":"BDA_E_WMDRM_KEY_ID_NOT_FOUND","features":[430]},{"name":"BDA_E_WOULD_DISRUPT_STREAMING","features":[430]},{"name":"BDA_FEC_BCH","features":[430]},{"name":"BDA_FEC_LDPC","features":[430]},{"name":"BDA_FEC_MAX","features":[430]},{"name":"BDA_FEC_METHOD_NOT_DEFINED","features":[430]},{"name":"BDA_FEC_METHOD_NOT_SET","features":[430]},{"name":"BDA_FEC_RS_147_130","features":[430]},{"name":"BDA_FEC_RS_204_188","features":[430]},{"name":"BDA_FEC_VITERBI","features":[430]},{"name":"BDA_FILTERED_MULTICAST","features":[430]},{"name":"BDA_FREQUENCY_MULTIPLIER_NOT_DEFINED","features":[430]},{"name":"BDA_FREQUENCY_MULTIPLIER_NOT_SET","features":[430]},{"name":"BDA_FREQUENCY_NOT_DEFINED","features":[430]},{"name":"BDA_FREQUENCY_NOT_SET","features":[430]},{"name":"BDA_Frequency","features":[430]},{"name":"BDA_Frequency_Multiplier","features":[430]},{"name":"BDA_GDDS_DATA","features":[430]},{"name":"BDA_GDDS_DATATYPE","features":[430]},{"name":"BDA_GUARD_19_128","features":[430]},{"name":"BDA_GUARD_19_256","features":[430]},{"name":"BDA_GUARD_1_128","features":[430]},{"name":"BDA_GUARD_1_16","features":[430]},{"name":"BDA_GUARD_1_32","features":[430]},{"name":"BDA_GUARD_1_4","features":[430]},{"name":"BDA_GUARD_1_8","features":[430]},{"name":"BDA_GUARD_MAX","features":[430]},{"name":"BDA_GUARD_NOT_DEFINED","features":[430]},{"name":"BDA_GUARD_NOT_SET","features":[430]},{"name":"BDA_HALPHA_1","features":[430]},{"name":"BDA_HALPHA_2","features":[430]},{"name":"BDA_HALPHA_4","features":[430]},{"name":"BDA_HALPHA_MAX","features":[430]},{"name":"BDA_HALPHA_NOT_DEFINED","features":[430]},{"name":"BDA_HALPHA_NOT_SET","features":[430]},{"name":"BDA_IPv4_ADDRESS","features":[430]},{"name":"BDA_IPv4_ADDRESS_LIST","features":[430]},{"name":"BDA_IPv6_ADDRESS","features":[430]},{"name":"BDA_IPv6_ADDRESS_LIST","features":[430]},{"name":"BDA_ISDBCAS_EMG_REQ","features":[430]},{"name":"BDA_ISDBCAS_REQUESTHEADER","features":[430]},{"name":"BDA_ISDBCAS_RESPONSEDATA","features":[430]},{"name":"BDA_LNB_SOURCE_A","features":[430]},{"name":"BDA_LNB_SOURCE_B","features":[430]},{"name":"BDA_LNB_SOURCE_C","features":[430]},{"name":"BDA_LNB_SOURCE_D","features":[430]},{"name":"BDA_LNB_SOURCE_MAX","features":[430]},{"name":"BDA_LNB_SOURCE_NOT_DEFINED","features":[430]},{"name":"BDA_LNB_SOURCE_NOT_SET","features":[430]},{"name":"BDA_MOD_1024QAM","features":[430]},{"name":"BDA_MOD_112QAM","features":[430]},{"name":"BDA_MOD_128QAM","features":[430]},{"name":"BDA_MOD_160QAM","features":[430]},{"name":"BDA_MOD_16APSK","features":[430]},{"name":"BDA_MOD_16QAM","features":[430]},{"name":"BDA_MOD_16VSB","features":[430]},{"name":"BDA_MOD_192QAM","features":[430]},{"name":"BDA_MOD_224QAM","features":[430]},{"name":"BDA_MOD_256QAM","features":[430]},{"name":"BDA_MOD_320QAM","features":[430]},{"name":"BDA_MOD_32APSK","features":[430]},{"name":"BDA_MOD_32QAM","features":[430]},{"name":"BDA_MOD_384QAM","features":[430]},{"name":"BDA_MOD_448QAM","features":[430]},{"name":"BDA_MOD_512QAM","features":[430]},{"name":"BDA_MOD_640QAM","features":[430]},{"name":"BDA_MOD_64QAM","features":[430]},{"name":"BDA_MOD_768QAM","features":[430]},{"name":"BDA_MOD_80QAM","features":[430]},{"name":"BDA_MOD_896QAM","features":[430]},{"name":"BDA_MOD_8PSK","features":[430]},{"name":"BDA_MOD_8VSB","features":[430]},{"name":"BDA_MOD_96QAM","features":[430]},{"name":"BDA_MOD_ANALOG_AMPLITUDE","features":[430]},{"name":"BDA_MOD_ANALOG_FREQUENCY","features":[430]},{"name":"BDA_MOD_BPSK","features":[430]},{"name":"BDA_MOD_DIRECTV","features":[430]},{"name":"BDA_MOD_ISDB_S_TMCC","features":[430]},{"name":"BDA_MOD_ISDB_T_TMCC","features":[430]},{"name":"BDA_MOD_MAX","features":[430]},{"name":"BDA_MOD_NBC_8PSK","features":[430]},{"name":"BDA_MOD_NBC_QPSK","features":[430]},{"name":"BDA_MOD_NOT_DEFINED","features":[430]},{"name":"BDA_MOD_NOT_SET","features":[430]},{"name":"BDA_MOD_OQPSK","features":[430]},{"name":"BDA_MOD_QPSK","features":[430]},{"name":"BDA_MOD_RF","features":[430]},{"name":"BDA_MULTICAST_MODE","features":[430]},{"name":"BDA_MUX_PIDLISTITEM","features":[430]},{"name":"BDA_NO_MULTICAST","features":[430]},{"name":"BDA_PID_MAP","features":[430]},{"name":"BDA_PID_UNMAP","features":[430]},{"name":"BDA_PILOT_MAX","features":[430]},{"name":"BDA_PILOT_NOT_DEFINED","features":[430]},{"name":"BDA_PILOT_NOT_SET","features":[430]},{"name":"BDA_PILOT_OFF","features":[430]},{"name":"BDA_PILOT_ON","features":[430]},{"name":"BDA_PLP_ID_NOT_SET","features":[430]},{"name":"BDA_POLARISATION_CIRCULAR_L","features":[430]},{"name":"BDA_POLARISATION_CIRCULAR_R","features":[430]},{"name":"BDA_POLARISATION_LINEAR_H","features":[430]},{"name":"BDA_POLARISATION_LINEAR_V","features":[430]},{"name":"BDA_POLARISATION_MAX","features":[430]},{"name":"BDA_POLARISATION_NOT_DEFINED","features":[430]},{"name":"BDA_POLARISATION_NOT_SET","features":[430]},{"name":"BDA_PROGRAM_PID_LIST","features":[430]},{"name":"BDA_PROMISCUOUS_MULTICAST","features":[430]},{"name":"BDA_RANGE_NOT_DEFINED","features":[430]},{"name":"BDA_RANGE_NOT_SET","features":[430]},{"name":"BDA_RATING_PINRESET","features":[430]},{"name":"BDA_ROLL_OFF_20","features":[430]},{"name":"BDA_ROLL_OFF_25","features":[430]},{"name":"BDA_ROLL_OFF_35","features":[430]},{"name":"BDA_ROLL_OFF_MAX","features":[430]},{"name":"BDA_ROLL_OFF_NOT_DEFINED","features":[430]},{"name":"BDA_ROLL_OFF_NOT_SET","features":[430]},{"name":"BDA_Range","features":[430]},{"name":"BDA_SCAN_CAPABILTIES","features":[430]},{"name":"BDA_SCAN_MOD_1024QAM","features":[430]},{"name":"BDA_SCAN_MOD_112QAM","features":[430]},{"name":"BDA_SCAN_MOD_128QAM","features":[430]},{"name":"BDA_SCAN_MOD_160QAM","features":[430]},{"name":"BDA_SCAN_MOD_16APSK","features":[430]},{"name":"BDA_SCAN_MOD_16QAM","features":[430]},{"name":"BDA_SCAN_MOD_16VSB","features":[430]},{"name":"BDA_SCAN_MOD_192QAM","features":[430]},{"name":"BDA_SCAN_MOD_224QAM","features":[430]},{"name":"BDA_SCAN_MOD_256QAM","features":[430]},{"name":"BDA_SCAN_MOD_320QAM","features":[430]},{"name":"BDA_SCAN_MOD_32APSK","features":[430]},{"name":"BDA_SCAN_MOD_32QAM","features":[430]},{"name":"BDA_SCAN_MOD_384QAM","features":[430]},{"name":"BDA_SCAN_MOD_448QAM","features":[430]},{"name":"BDA_SCAN_MOD_512QAM","features":[430]},{"name":"BDA_SCAN_MOD_640QAM","features":[430]},{"name":"BDA_SCAN_MOD_64QAM","features":[430]},{"name":"BDA_SCAN_MOD_768QAM","features":[430]},{"name":"BDA_SCAN_MOD_80QAM","features":[430]},{"name":"BDA_SCAN_MOD_896QAM","features":[430]},{"name":"BDA_SCAN_MOD_8PSK","features":[430]},{"name":"BDA_SCAN_MOD_8VSB","features":[430]},{"name":"BDA_SCAN_MOD_96QAM","features":[430]},{"name":"BDA_SCAN_MOD_AM_RADIO","features":[430]},{"name":"BDA_SCAN_MOD_BPSK","features":[430]},{"name":"BDA_SCAN_MOD_FM_RADIO","features":[430]},{"name":"BDA_SCAN_MOD_OQPSK","features":[430]},{"name":"BDA_SCAN_MOD_QPSK","features":[430]},{"name":"BDA_SCAN_MOD_RF","features":[430]},{"name":"BDA_SCAN_START","features":[430]},{"name":"BDA_SCAN_STATE","features":[430]},{"name":"BDA_SIGNAL_ACTIVE","features":[430]},{"name":"BDA_SIGNAL_INACTIVE","features":[430]},{"name":"BDA_SIGNAL_STATE","features":[430]},{"name":"BDA_SIGNAL_TIMEOUTS","features":[430]},{"name":"BDA_SIGNAL_UNAVAILABLE","features":[430]},{"name":"BDA_SPECTRAL_INVERSION_AUTOMATIC","features":[430]},{"name":"BDA_SPECTRAL_INVERSION_INVERTED","features":[430]},{"name":"BDA_SPECTRAL_INVERSION_MAX","features":[430]},{"name":"BDA_SPECTRAL_INVERSION_NORMAL","features":[430]},{"name":"BDA_SPECTRAL_INVERSION_NOT_DEFINED","features":[430]},{"name":"BDA_SPECTRAL_INVERSION_NOT_SET","features":[430]},{"name":"BDA_STRING","features":[430]},{"name":"BDA_TABLE_SECTION","features":[430]},{"name":"BDA_TEMPLATE_CONNECTION","features":[430]},{"name":"BDA_TEMPLATE_PIN_JOINT","features":[430]},{"name":"BDA_TS_SELECTORINFO","features":[430]},{"name":"BDA_TS_SELECTORINFO_ISDBS_EXT","features":[430]},{"name":"BDA_TUNER_DIAGNOSTICS","features":[430]},{"name":"BDA_TUNER_TUNERSTATE","features":[430]},{"name":"BDA_UNDEFINED_CHANNEL","features":[430]},{"name":"BDA_UNITIALIZED_MPEG2STREAMTYPE","features":[430]},{"name":"BDA_USERACTIVITY_INTERVAL","features":[430]},{"name":"BDA_WMDRMTUNER_PIDPROTECTION","features":[430]},{"name":"BDA_WMDRMTUNER_PURCHASEENTITLEMENT","features":[430]},{"name":"BDA_WMDRM_KEYINFOLIST","features":[430]},{"name":"BDA_WMDRM_RENEWLICENSE","features":[430]},{"name":"BDA_WMDRM_STATUS","features":[430]},{"name":"BDA_XMIT_MODE_16K","features":[430]},{"name":"BDA_XMIT_MODE_1K","features":[430]},{"name":"BDA_XMIT_MODE_2K","features":[430]},{"name":"BDA_XMIT_MODE_2K_INTERLEAVED","features":[430]},{"name":"BDA_XMIT_MODE_32K","features":[430]},{"name":"BDA_XMIT_MODE_4K","features":[430]},{"name":"BDA_XMIT_MODE_4K_INTERLEAVED","features":[430]},{"name":"BDA_XMIT_MODE_8K","features":[430]},{"name":"BDA_XMIT_MODE_MAX","features":[430]},{"name":"BDA_XMIT_MODE_NOT_DEFINED","features":[430]},{"name":"BDA_XMIT_MODE_NOT_SET","features":[430]},{"name":"BinaryConvolutionCodeRate","features":[430]},{"name":"CATEGORY_COUNT","features":[430]},{"name":"CDEF_BYPASS_CLASS_MANAGER","features":[430]},{"name":"CDEF_CLASS_DEFAULT","features":[430]},{"name":"CDEF_DEVMON_CMGR_DEVICE","features":[430]},{"name":"CDEF_DEVMON_DMO","features":[430]},{"name":"CDEF_DEVMON_FILTER","features":[430]},{"name":"CDEF_DEVMON_PNP_DEVICE","features":[430]},{"name":"CDEF_DEVMON_SELECTIVE_MASK","features":[430]},{"name":"CDEF_MERIT_ABOVE_DO_NOT_USE","features":[430]},{"name":"CFSTR_VFW_FILTERLIST","features":[430]},{"name":"CHARS_IN_GUID","features":[430]},{"name":"CK_INDEX","features":[430]},{"name":"CK_NOCOLORKEY","features":[430]},{"name":"CK_RGB","features":[430]},{"name":"CLSID_AMAudioData","features":[430]},{"name":"CLSID_AMAudioStream","features":[430]},{"name":"CLSID_AMDirectDrawStream","features":[430]},{"name":"CLSID_AMMediaTypeStream","features":[430]},{"name":"CLSID_AMMultiMediaStream","features":[430]},{"name":"CLSID_DMOFilterCategory","features":[430]},{"name":"CLSID_DMOWrapperFilter","features":[430]},{"name":"CLSID_PBDA_AUX_DATA_TYPE","features":[430]},{"name":"CLSID_PBDA_Encoder_DATA_TYPE","features":[430]},{"name":"CLSID_PBDA_FDC_DATA_TYPE","features":[430]},{"name":"CLSID_PBDA_GDDS_DATA_TYPE","features":[430]},{"name":"COLORKEY","features":[307,430]},{"name":"COLORKEY_TYPE","features":[430]},{"name":"COMPLETION_STATUS_FLAGS","features":[430]},{"name":"COMPSTAT_ABORT","features":[430]},{"name":"COMPSTAT_NOUPDATEOK","features":[430]},{"name":"COMPSTAT_WAIT","features":[430]},{"name":"CONDITIONALACCESS_ABORTED","features":[430]},{"name":"CONDITIONALACCESS_ACCESS_NOT_POSSIBLE","features":[430]},{"name":"CONDITIONALACCESS_ACCESS_POSSIBLE","features":[430]},{"name":"CONDITIONALACCESS_ACCESS_POSSIBLE_NO_STREAMING_DISRUPTION","features":[430]},{"name":"CONDITIONALACCESS_ACCESS_UNSPECIFIED","features":[430]},{"name":"CONDITIONALACCESS_CLOSED_ITSELF","features":[430]},{"name":"CONDITIONALACCESS_DIALOG_FOCUS_CHANGE","features":[430]},{"name":"CONDITIONALACCESS_DIALOG_TIMEOUT","features":[430]},{"name":"CONDITIONALACCESS_DIALOG_USER_DISMISSED","features":[430]},{"name":"CONDITIONALACCESS_DIALOG_USER_NOT_AVAILABLE","features":[430]},{"name":"CONDITIONALACCESS_ENDED_NOCHANGE","features":[430]},{"name":"CONDITIONALACCESS_SUCCESSFULL","features":[430]},{"name":"CONDITIONALACCESS_TUNER_REQUESTED_CLOSE","features":[430]},{"name":"CONDITIONALACCESS_UNSPECIFIED","features":[430]},{"name":"COPP_ACP_ForceDWORD","features":[430]},{"name":"COPP_ACP_Level0","features":[430]},{"name":"COPP_ACP_Level1","features":[430]},{"name":"COPP_ACP_Level2","features":[430]},{"name":"COPP_ACP_Level3","features":[430]},{"name":"COPP_ACP_LevelMax","features":[430]},{"name":"COPP_ACP_LevelMin","features":[430]},{"name":"COPP_ACP_Protection_Level","features":[430]},{"name":"COPP_AspectRatio_EN300294_Box14by9Center","features":[430]},{"name":"COPP_AspectRatio_EN300294_Box14by9Top","features":[430]},{"name":"COPP_AspectRatio_EN300294_Box16by9Center","features":[430]},{"name":"COPP_AspectRatio_EN300294_Box16by9Top","features":[430]},{"name":"COPP_AspectRatio_EN300294_BoxGT16by9Center","features":[430]},{"name":"COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic","features":[430]},{"name":"COPP_AspectRatio_EN300294_FullFormat4by3","features":[430]},{"name":"COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter","features":[430]},{"name":"COPP_AspectRatio_ForceDWORD","features":[430]},{"name":"COPP_BusType","features":[430]},{"name":"COPP_BusType_AGP","features":[430]},{"name":"COPP_BusType_ForceDWORD","features":[430]},{"name":"COPP_BusType_Integrated","features":[430]},{"name":"COPP_BusType_PCI","features":[430]},{"name":"COPP_BusType_PCIExpress","features":[430]},{"name":"COPP_BusType_PCIX","features":[430]},{"name":"COPP_BusType_Unknown","features":[430]},{"name":"COPP_CGMSA_CopyFreely","features":[430]},{"name":"COPP_CGMSA_CopyNever","features":[430]},{"name":"COPP_CGMSA_CopyNoMore","features":[430]},{"name":"COPP_CGMSA_CopyOneGeneration","features":[430]},{"name":"COPP_CGMSA_Disabled","features":[430]},{"name":"COPP_CGMSA_ForceDWORD","features":[430]},{"name":"COPP_CGMSA_LevelMax","features":[430]},{"name":"COPP_CGMSA_LevelMin","features":[430]},{"name":"COPP_CGMSA_Protection_Level","features":[430]},{"name":"COPP_CGMSA_RedistributionControlRequired","features":[430]},{"name":"COPP_ConnectorType","features":[430]},{"name":"COPP_ConnectorType_ComponentVideo","features":[430]},{"name":"COPP_ConnectorType_CompositeVideo","features":[430]},{"name":"COPP_ConnectorType_DVI","features":[430]},{"name":"COPP_ConnectorType_D_JPN","features":[430]},{"name":"COPP_ConnectorType_ForceDWORD","features":[430]},{"name":"COPP_ConnectorType_HDMI","features":[430]},{"name":"COPP_ConnectorType_Internal","features":[430]},{"name":"COPP_ConnectorType_LVDS","features":[430]},{"name":"COPP_ConnectorType_SVideo","features":[430]},{"name":"COPP_ConnectorType_TMDS","features":[430]},{"name":"COPP_ConnectorType_Unknown","features":[430]},{"name":"COPP_ConnectorType_VGA","features":[430]},{"name":"COPP_DefaultProtectionLevel","features":[430]},{"name":"COPP_HDCPFlagsReserved","features":[430]},{"name":"COPP_HDCPRepeater","features":[430]},{"name":"COPP_HDCP_ForceDWORD","features":[430]},{"name":"COPP_HDCP_Level0","features":[430]},{"name":"COPP_HDCP_Level1","features":[430]},{"name":"COPP_HDCP_LevelMax","features":[430]},{"name":"COPP_HDCP_LevelMin","features":[430]},{"name":"COPP_HDCP_Protection_Level","features":[430]},{"name":"COPP_ImageAspectRatio_EN300294","features":[430]},{"name":"COPP_ImageAspectRatio_EN300294_Mask","features":[430]},{"name":"COPP_LinkLost","features":[430]},{"name":"COPP_NoProtectionLevelAvailable","features":[430]},{"name":"COPP_ProtectionStandard_ARIBTRB15_1125i","features":[430]},{"name":"COPP_ProtectionStandard_ARIBTRB15_525i","features":[430]},{"name":"COPP_ProtectionStandard_ARIBTRB15_525p","features":[430]},{"name":"COPP_ProtectionStandard_ARIBTRB15_750p","features":[430]},{"name":"COPP_ProtectionStandard_CEA805A_TypeA_1125i","features":[430]},{"name":"COPP_ProtectionStandard_CEA805A_TypeA_525p","features":[430]},{"name":"COPP_ProtectionStandard_CEA805A_TypeA_750p","features":[430]},{"name":"COPP_ProtectionStandard_CEA805A_TypeB_1125i","features":[430]},{"name":"COPP_ProtectionStandard_CEA805A_TypeB_525p","features":[430]},{"name":"COPP_ProtectionStandard_CEA805A_TypeB_750p","features":[430]},{"name":"COPP_ProtectionStandard_EIA608B_525","features":[430]},{"name":"COPP_ProtectionStandard_EN300294_625i","features":[430]},{"name":"COPP_ProtectionStandard_IEC61880_2_525i","features":[430]},{"name":"COPP_ProtectionStandard_IEC61880_525i","features":[430]},{"name":"COPP_ProtectionStandard_IEC62375_625p","features":[430]},{"name":"COPP_ProtectionStandard_Mask","features":[430]},{"name":"COPP_ProtectionStandard_None","features":[430]},{"name":"COPP_ProtectionStandard_Reserved","features":[430]},{"name":"COPP_ProtectionStandard_Unknown","features":[430]},{"name":"COPP_RenegotiationRequired","features":[430]},{"name":"COPP_StatusFlags","features":[430]},{"name":"COPP_StatusFlagsReserved","features":[430]},{"name":"COPP_StatusHDCPFlags","features":[430]},{"name":"COPP_StatusNormal","features":[430]},{"name":"COPP_TVProtectionStandard","features":[430]},{"name":"CameraControlFlags","features":[430]},{"name":"CameraControlProperty","features":[430]},{"name":"CameraControl_Exposure","features":[430]},{"name":"CameraControl_Flags_Auto","features":[430]},{"name":"CameraControl_Flags_Manual","features":[430]},{"name":"CameraControl_Focus","features":[430]},{"name":"CameraControl_Iris","features":[430]},{"name":"CameraControl_Pan","features":[430]},{"name":"CameraControl_Roll","features":[430]},{"name":"CameraControl_Tilt","features":[430]},{"name":"CameraControl_Zoom","features":[430]},{"name":"CardDataChanged","features":[430]},{"name":"CardError","features":[430]},{"name":"CardFirmwareUpgrade","features":[430]},{"name":"CardInserted","features":[430]},{"name":"CardRemoved","features":[430]},{"name":"CategoryAudio","features":[430]},{"name":"CategoryCaptions","features":[430]},{"name":"CategoryData","features":[430]},{"name":"CategoryNotSet","features":[430]},{"name":"CategoryOther","features":[430]},{"name":"CategorySubtitles","features":[430]},{"name":"CategorySuperimpose","features":[430]},{"name":"CategoryText","features":[430]},{"name":"CategoryVideo","features":[430]},{"name":"ComponentCategory","features":[430]},{"name":"ComponentStatus","features":[430]},{"name":"CompressionCaps","features":[430]},{"name":"CompressionCaps_CanBFrame","features":[430]},{"name":"CompressionCaps_CanCrunch","features":[430]},{"name":"CompressionCaps_CanKeyFrame","features":[430]},{"name":"CompressionCaps_CanQuality","features":[430]},{"name":"CompressionCaps_CanWindow","features":[430]},{"name":"ConstantBitRate","features":[430]},{"name":"DDSFF_FLAGS","features":[430]},{"name":"DDSFF_PROGRESSIVERENDER","features":[430]},{"name":"DECIMATION_DEFAULT","features":[430]},{"name":"DECIMATION_LEGACY","features":[430]},{"name":"DECIMATION_USAGE","features":[430]},{"name":"DECIMATION_USE_DECODER_ONLY","features":[430]},{"name":"DECIMATION_USE_OVERLAY_ONLY","features":[430]},{"name":"DECIMATION_USE_VIDEOPORT_ONLY","features":[430]},{"name":"DECODER_CAP_NOTSUPPORTED","features":[430]},{"name":"DECODER_CAP_SUPPORTED","features":[430]},{"name":"DISPLAY_16x9","features":[430]},{"name":"DISPLAY_4x3_LETTERBOX_PREFERRED","features":[430]},{"name":"DISPLAY_4x3_PANSCAN_PREFERRED","features":[430]},{"name":"DISPLAY_CONTENT_DEFAULT","features":[430]},{"name":"DOLBY_AC3_AUDIO","features":[430]},{"name":"DOLBY_DIGITAL_PLUS_AUDIO_ATSC","features":[430]},{"name":"DVBSystemType","features":[430]},{"name":"DVB_Cable","features":[430]},{"name":"DVB_Satellite","features":[430]},{"name":"DVB_Terrestrial","features":[430]},{"name":"DVDECODERRESOLUTION_180x120","features":[430]},{"name":"DVDECODERRESOLUTION_360x240","features":[430]},{"name":"DVDECODERRESOLUTION_720x480","features":[430]},{"name":"DVDECODERRESOLUTION_88x60","features":[430]},{"name":"DVD_ATR","features":[430]},{"name":"DVD_AUDIO_APPMODE","features":[430]},{"name":"DVD_AUDIO_CAPS_AC3","features":[430]},{"name":"DVD_AUDIO_CAPS_DTS","features":[430]},{"name":"DVD_AUDIO_CAPS_LPCM","features":[430]},{"name":"DVD_AUDIO_CAPS_MPEG2","features":[430]},{"name":"DVD_AUDIO_CAPS_SDDS","features":[430]},{"name":"DVD_AUDIO_FORMAT","features":[430]},{"name":"DVD_AUDIO_LANG_EXT","features":[430]},{"name":"DVD_AUD_EXT_Captions","features":[430]},{"name":"DVD_AUD_EXT_DirectorComments1","features":[430]},{"name":"DVD_AUD_EXT_DirectorComments2","features":[430]},{"name":"DVD_AUD_EXT_NotSpecified","features":[430]},{"name":"DVD_AUD_EXT_VisuallyImpaired","features":[430]},{"name":"DVD_AppMode_Karaoke","features":[430]},{"name":"DVD_AppMode_Not_Specified","features":[430]},{"name":"DVD_AppMode_Other","features":[430]},{"name":"DVD_Assignment_LR","features":[430]},{"name":"DVD_Assignment_LR1","features":[430]},{"name":"DVD_Assignment_LR12","features":[430]},{"name":"DVD_Assignment_LRM","features":[430]},{"name":"DVD_Assignment_LRM1","features":[430]},{"name":"DVD_Assignment_LRM12","features":[430]},{"name":"DVD_Assignment_reserved0","features":[430]},{"name":"DVD_Assignment_reserved1","features":[430]},{"name":"DVD_AudioAttributes","features":[307,430]},{"name":"DVD_AudioDuringFFwdRew","features":[430]},{"name":"DVD_AudioFormat_AC3","features":[430]},{"name":"DVD_AudioFormat_DTS","features":[430]},{"name":"DVD_AudioFormat_LPCM","features":[430]},{"name":"DVD_AudioFormat_MPEG1","features":[430]},{"name":"DVD_AudioFormat_MPEG1_DRC","features":[430]},{"name":"DVD_AudioFormat_MPEG2","features":[430]},{"name":"DVD_AudioFormat_MPEG2_DRC","features":[430]},{"name":"DVD_AudioFormat_Other","features":[430]},{"name":"DVD_AudioFormat_SDDS","features":[430]},{"name":"DVD_AudioMode_Karaoke","features":[430]},{"name":"DVD_AudioMode_None","features":[430]},{"name":"DVD_AudioMode_Other","features":[430]},{"name":"DVD_AudioMode_Surround","features":[430]},{"name":"DVD_CMD_FLAGS","features":[430]},{"name":"DVD_CMD_FLAG_Block","features":[430]},{"name":"DVD_CMD_FLAG_EndAfterRendered","features":[430]},{"name":"DVD_CMD_FLAG_Flush","features":[430]},{"name":"DVD_CMD_FLAG_None","features":[430]},{"name":"DVD_CMD_FLAG_SendEvents","features":[430]},{"name":"DVD_CMD_FLAG_StartWhenRendered","features":[430]},{"name":"DVD_CacheSizeInMB","features":[430]},{"name":"DVD_Channel_Audio","features":[430]},{"name":"DVD_CharSet_ISO646","features":[430]},{"name":"DVD_CharSet_ISO8859_1","features":[430]},{"name":"DVD_CharSet_JIS_Roman_Kanji","features":[430]},{"name":"DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana","features":[430]},{"name":"DVD_CharSet_Unicode","features":[430]},{"name":"DVD_DECODER_CAPS","features":[430]},{"name":"DVD_DEFAULT_AUDIO_STREAM","features":[430]},{"name":"DVD_DIR_BACKWARD","features":[430]},{"name":"DVD_DIR_FORWARD","features":[430]},{"name":"DVD_DISC_SIDE","features":[430]},{"name":"DVD_DOMAIN","features":[430]},{"name":"DVD_DOMAIN_FirstPlay","features":[430]},{"name":"DVD_DOMAIN_Stop","features":[430]},{"name":"DVD_DOMAIN_Title","features":[430]},{"name":"DVD_DOMAIN_VideoManagerMenu","features":[430]},{"name":"DVD_DOMAIN_VideoTitleSetMenu","features":[430]},{"name":"DVD_DisableStillThrottle","features":[430]},{"name":"DVD_ERROR","features":[430]},{"name":"DVD_ERROR_CopyProtectFail","features":[430]},{"name":"DVD_ERROR_CopyProtectOutputFail","features":[430]},{"name":"DVD_ERROR_CopyProtectOutputNotSupported","features":[430]},{"name":"DVD_ERROR_IncompatibleDiscAndDecoderRegions","features":[430]},{"name":"DVD_ERROR_IncompatibleSystemAndDecoderRegions","features":[430]},{"name":"DVD_ERROR_InvalidDVD1_0Disc","features":[430]},{"name":"DVD_ERROR_InvalidDiscRegion","features":[430]},{"name":"DVD_ERROR_LowParentalLevel","features":[430]},{"name":"DVD_ERROR_MacrovisionFail","features":[430]},{"name":"DVD_ERROR_Unexpected","features":[430]},{"name":"DVD_EnableCC","features":[430]},{"name":"DVD_EnableESOutput","features":[430]},{"name":"DVD_EnableExtendedCopyProtectErrors","features":[430]},{"name":"DVD_EnableLoggingEvents","features":[430]},{"name":"DVD_EnableNonblockingAPIs","features":[430]},{"name":"DVD_EnablePortableBookmarks","features":[430]},{"name":"DVD_EnableStreaming","features":[430]},{"name":"DVD_EnableTitleLength","features":[430]},{"name":"DVD_FPS_25","features":[430]},{"name":"DVD_FPS_30NonDrop","features":[430]},{"name":"DVD_FRAMERATE","features":[430]},{"name":"DVD_General_Comments","features":[430]},{"name":"DVD_General_Name","features":[430]},{"name":"DVD_HMSF_TIMECODE","features":[430]},{"name":"DVD_HMSF_TimeCodeEvents","features":[430]},{"name":"DVD_IncreaseOutputControl","features":[430]},{"name":"DVD_KARAOKE_ASSIGNMENT","features":[430]},{"name":"DVD_KARAOKE_CONTENTS","features":[430]},{"name":"DVD_KARAOKE_DOWNMIX","features":[430]},{"name":"DVD_KaraokeAttributes","features":[307,430]},{"name":"DVD_Karaoke_GuideMelody1","features":[430]},{"name":"DVD_Karaoke_GuideMelody2","features":[430]},{"name":"DVD_Karaoke_GuideMelodyA","features":[430]},{"name":"DVD_Karaoke_GuideMelodyB","features":[430]},{"name":"DVD_Karaoke_GuideVocal1","features":[430]},{"name":"DVD_Karaoke_GuideVocal2","features":[430]},{"name":"DVD_Karaoke_SoundEffectA","features":[430]},{"name":"DVD_Karaoke_SoundEffectB","features":[430]},{"name":"DVD_MENU_Angle","features":[430]},{"name":"DVD_MENU_Audio","features":[430]},{"name":"DVD_MENU_Chapter","features":[430]},{"name":"DVD_MENU_ID","features":[430]},{"name":"DVD_MENU_Root","features":[430]},{"name":"DVD_MENU_Subpicture","features":[430]},{"name":"DVD_MENU_Title","features":[430]},{"name":"DVD_MUA_Coeff","features":[430]},{"name":"DVD_MUA_MixingInfo","features":[307,430]},{"name":"DVD_MaxReadBurstInKB","features":[430]},{"name":"DVD_MenuAttributes","features":[307,430]},{"name":"DVD_Mix_0to0","features":[430]},{"name":"DVD_Mix_0to1","features":[430]},{"name":"DVD_Mix_1to0","features":[430]},{"name":"DVD_Mix_1to1","features":[430]},{"name":"DVD_Mix_2to0","features":[430]},{"name":"DVD_Mix_2to1","features":[430]},{"name":"DVD_Mix_3to0","features":[430]},{"name":"DVD_Mix_3to1","features":[430]},{"name":"DVD_Mix_4to0","features":[430]},{"name":"DVD_Mix_4to1","features":[430]},{"name":"DVD_Mix_Lto0","features":[430]},{"name":"DVD_Mix_Lto1","features":[430]},{"name":"DVD_Mix_Rto0","features":[430]},{"name":"DVD_Mix_Rto1","features":[430]},{"name":"DVD_MultichannelAudioAttributes","features":[307,430]},{"name":"DVD_NavCmdType","features":[430]},{"name":"DVD_NavCmdType_Button","features":[430]},{"name":"DVD_NavCmdType_Cell","features":[430]},{"name":"DVD_NavCmdType_Post","features":[430]},{"name":"DVD_NavCmdType_Pre","features":[430]},{"name":"DVD_NotifyParentalLevelChange","features":[430]},{"name":"DVD_NotifyPositionChange","features":[430]},{"name":"DVD_OPTION_FLAG","features":[430]},{"name":"DVD_Other_Cut","features":[430]},{"name":"DVD_Other_Scene","features":[430]},{"name":"DVD_Other_Take","features":[430]},{"name":"DVD_PARENTAL_LEVEL","features":[430]},{"name":"DVD_PARENTAL_LEVEL_1","features":[430]},{"name":"DVD_PARENTAL_LEVEL_2","features":[430]},{"name":"DVD_PARENTAL_LEVEL_3","features":[430]},{"name":"DVD_PARENTAL_LEVEL_4","features":[430]},{"name":"DVD_PARENTAL_LEVEL_5","features":[430]},{"name":"DVD_PARENTAL_LEVEL_6","features":[430]},{"name":"DVD_PARENTAL_LEVEL_7","features":[430]},{"name":"DVD_PARENTAL_LEVEL_8","features":[430]},{"name":"DVD_PB_STOPPED","features":[430]},{"name":"DVD_PB_STOPPED_CopyProtectFailure","features":[430]},{"name":"DVD_PB_STOPPED_CopyProtectOutputFailure","features":[430]},{"name":"DVD_PB_STOPPED_CopyProtectOutputNotSupported","features":[430]},{"name":"DVD_PB_STOPPED_DiscEjected","features":[430]},{"name":"DVD_PB_STOPPED_DiscReadError","features":[430]},{"name":"DVD_PB_STOPPED_IllegalNavCommand","features":[430]},{"name":"DVD_PB_STOPPED_MacrovisionFailure","features":[430]},{"name":"DVD_PB_STOPPED_NoBranch","features":[430]},{"name":"DVD_PB_STOPPED_NoFirstPlayDomain","features":[430]},{"name":"DVD_PB_STOPPED_Other","features":[430]},{"name":"DVD_PB_STOPPED_ParentalFailure","features":[430]},{"name":"DVD_PB_STOPPED_PlayChapterAutoStop","features":[430]},{"name":"DVD_PB_STOPPED_PlayPeriodAutoStop","features":[430]},{"name":"DVD_PB_STOPPED_RegionFailure","features":[430]},{"name":"DVD_PB_STOPPED_Reset","features":[430]},{"name":"DVD_PB_STOPPED_StopCommand","features":[430]},{"name":"DVD_PLAYBACK_LOCATION","features":[430]},{"name":"DVD_PLAYBACK_LOCATION2","features":[430]},{"name":"DVD_PLAY_DIRECTION","features":[430]},{"name":"DVD_PREFERRED_DISPLAY_MODE","features":[430]},{"name":"DVD_REGION","features":[430]},{"name":"DVD_RELATIVE_BUTTON","features":[430]},{"name":"DVD_ReadBurstPeriodInMS","features":[430]},{"name":"DVD_Relative_Left","features":[430]},{"name":"DVD_Relative_Lower","features":[430]},{"name":"DVD_Relative_Right","features":[430]},{"name":"DVD_Relative_Upper","features":[430]},{"name":"DVD_ResetOnStop","features":[430]},{"name":"DVD_RestartDisc","features":[430]},{"name":"DVD_SIDE_A","features":[430]},{"name":"DVD_SIDE_B","features":[430]},{"name":"DVD_SPCoding_Extended","features":[430]},{"name":"DVD_SPCoding_Other","features":[430]},{"name":"DVD_SPCoding_RunLength","features":[430]},{"name":"DVD_SPType_Language","features":[430]},{"name":"DVD_SPType_NotSpecified","features":[430]},{"name":"DVD_SPType_Other","features":[430]},{"name":"DVD_SP_EXT_CC_Big","features":[430]},{"name":"DVD_SP_EXT_CC_Children","features":[430]},{"name":"DVD_SP_EXT_CC_Normal","features":[430]},{"name":"DVD_SP_EXT_Caption_Big","features":[430]},{"name":"DVD_SP_EXT_Caption_Children","features":[430]},{"name":"DVD_SP_EXT_Caption_Normal","features":[430]},{"name":"DVD_SP_EXT_DirectorComments_Big","features":[430]},{"name":"DVD_SP_EXT_DirectorComments_Children","features":[430]},{"name":"DVD_SP_EXT_DirectorComments_Normal","features":[430]},{"name":"DVD_SP_EXT_Forced","features":[430]},{"name":"DVD_SP_EXT_NotSpecified","features":[430]},{"name":"DVD_STREAM_DATA_CURRENT","features":[430]},{"name":"DVD_STREAM_DATA_VMGM","features":[430]},{"name":"DVD_STREAM_DATA_VTSM","features":[430]},{"name":"DVD_SUBPICTURE_CODING","features":[430]},{"name":"DVD_SUBPICTURE_LANG_EXT","features":[430]},{"name":"DVD_SUBPICTURE_TYPE","features":[430]},{"name":"DVD_Stream_Angle","features":[430]},{"name":"DVD_Stream_Audio","features":[430]},{"name":"DVD_Stream_Subpicture","features":[430]},{"name":"DVD_Struct_Cell","features":[430]},{"name":"DVD_Struct_ParentalID","features":[430]},{"name":"DVD_Struct_PartOfTitle","features":[430]},{"name":"DVD_Struct_Title","features":[430]},{"name":"DVD_Struct_Volume","features":[430]},{"name":"DVD_SubpictureAttributes","features":[430]},{"name":"DVD_TC_FLAG_25fps","features":[430]},{"name":"DVD_TC_FLAG_30fps","features":[430]},{"name":"DVD_TC_FLAG_DropFrame","features":[430]},{"name":"DVD_TC_FLAG_Interpolated","features":[430]},{"name":"DVD_TIMECODE","features":[430]},{"name":"DVD_TIMECODE_FLAGS","features":[430]},{"name":"DVD_TITLE_APPMODE","features":[430]},{"name":"DVD_TITLE_MENU","features":[430]},{"name":"DVD_TextCharSet","features":[430]},{"name":"DVD_TextStringType","features":[430]},{"name":"DVD_TitleAttributes","features":[307,430]},{"name":"DVD_Title_Album","features":[430]},{"name":"DVD_Title_Movie","features":[430]},{"name":"DVD_Title_Orig_Album","features":[430]},{"name":"DVD_Title_Orig_Movie","features":[430]},{"name":"DVD_Title_Orig_Other","features":[430]},{"name":"DVD_Title_Orig_Series","features":[430]},{"name":"DVD_Title_Orig_Song","features":[430]},{"name":"DVD_Title_Orig_Video","features":[430]},{"name":"DVD_Title_Other","features":[430]},{"name":"DVD_Title_Series","features":[430]},{"name":"DVD_Title_Song","features":[430]},{"name":"DVD_Title_Sub_Album","features":[430]},{"name":"DVD_Title_Sub_Movie","features":[430]},{"name":"DVD_Title_Sub_Other","features":[430]},{"name":"DVD_Title_Sub_Series","features":[430]},{"name":"DVD_Title_Sub_Song","features":[430]},{"name":"DVD_Title_Sub_Video","features":[430]},{"name":"DVD_Title_Video","features":[430]},{"name":"DVD_VIDEO_COMPRESSION","features":[430]},{"name":"DVD_VideoAttributes","features":[307,430]},{"name":"DVD_VideoCompression_MPEG1","features":[430]},{"name":"DVD_VideoCompression_MPEG2","features":[430]},{"name":"DVD_VideoCompression_Other","features":[430]},{"name":"DVD_WARNING","features":[430]},{"name":"DVD_WARNING_FormatNotSupported","features":[430]},{"name":"DVD_WARNING_IllegalNavCommand","features":[430]},{"name":"DVD_WARNING_InvalidDVD1_0Disc","features":[430]},{"name":"DVD_WARNING_Open","features":[430]},{"name":"DVD_WARNING_Read","features":[430]},{"name":"DVD_WARNING_Seek","features":[430]},{"name":"DVENCODERFORMAT_DVHD","features":[430]},{"name":"DVENCODERFORMAT_DVSD","features":[430]},{"name":"DVENCODERFORMAT_DVSL","features":[430]},{"name":"DVENCODERRESOLUTION_180x120","features":[430]},{"name":"DVENCODERRESOLUTION_360x240","features":[430]},{"name":"DVENCODERRESOLUTION_720x480","features":[430]},{"name":"DVENCODERRESOLUTION_88x60","features":[430]},{"name":"DVENCODERVIDEOFORMAT_NTSC","features":[430]},{"name":"DVENCODERVIDEOFORMAT_PAL","features":[430]},{"name":"DVINFO","features":[430]},{"name":"DVRESOLUTION_DC","features":[430]},{"name":"DVRESOLUTION_FULL","features":[430]},{"name":"DVRESOLUTION_HALF","features":[430]},{"name":"DVRESOLUTION_QUARTER","features":[430]},{"name":"DWORD_ALLPARAMS","features":[430]},{"name":"DXVA2SW_CALLBACKS","features":[307,316,430,431]},{"name":"DXVA2TraceVideoProcessBltData","features":[307,430,337]},{"name":"DXVA2Trace_Control","features":[430]},{"name":"DXVA2Trace_DecodeDevBeginFrame","features":[430]},{"name":"DXVA2Trace_DecodeDevBeginFrameData","features":[307,430,337]},{"name":"DXVA2Trace_DecodeDevCreated","features":[430]},{"name":"DXVA2Trace_DecodeDevCreatedData","features":[307,430,337]},{"name":"DXVA2Trace_DecodeDevDestroyed","features":[430]},{"name":"DXVA2Trace_DecodeDevEndFrame","features":[430]},{"name":"DXVA2Trace_DecodeDevExecute","features":[430]},{"name":"DXVA2Trace_DecodeDevGetBuffer","features":[430]},{"name":"DXVA2Trace_DecodeDevGetBufferData","features":[307,430,337]},{"name":"DXVA2Trace_DecodeDeviceData","features":[307,430,337]},{"name":"DXVA2Trace_VideoProcessBlt","features":[430]},{"name":"DXVA2Trace_VideoProcessDevCreated","features":[430]},{"name":"DXVA2Trace_VideoProcessDevCreatedData","features":[307,430,337]},{"name":"DXVA2Trace_VideoProcessDevDestroyed","features":[430]},{"name":"DXVA2Trace_VideoProcessDeviceData","features":[307,430,337]},{"name":"DXVA2_DestinationFlagMask","features":[430]},{"name":"DXVA2_DestinationFlag_Alpha_Changed","features":[430]},{"name":"DXVA2_DestinationFlag_Background_Changed","features":[430]},{"name":"DXVA2_DestinationFlag_ColorData_Changed","features":[430]},{"name":"DXVA2_DestinationFlag_RFF","features":[430]},{"name":"DXVA2_DestinationFlag_RFF_TFF_Present","features":[430]},{"name":"DXVA2_DestinationFlag_TFF","features":[430]},{"name":"DXVA2_DestinationFlag_TargetRect_Changed","features":[430]},{"name":"DXVA2_DestinationFlags","features":[430]},{"name":"DXVA2_SampleFlag_ColorData_Changed","features":[430]},{"name":"DXVA2_SampleFlag_DstRect_Changed","features":[430]},{"name":"DXVA2_SampleFlag_Palette_Changed","features":[430]},{"name":"DXVA2_SampleFlag_PlanarAlpha_Changed","features":[430]},{"name":"DXVA2_SampleFlag_RFF","features":[430]},{"name":"DXVA2_SampleFlag_RFF_TFF_Present","features":[430]},{"name":"DXVA2_SampleFlag_SrcRect_Changed","features":[430]},{"name":"DXVA2_SampleFlag_TFF","features":[430]},{"name":"DXVA2_SampleFlags","features":[430]},{"name":"DXVA2_SampleFlagsMask","features":[430]},{"name":"DXVA2_VIDEOPROCESSBLT","features":[307,430,431]},{"name":"DXVA2_VIDEOSAMPLE","features":[307,430,431]},{"name":"DXVA_ALPHA_BLEND_COMBINATION_BUFFER","features":[430]},{"name":"DXVA_ALPHA_BLEND_COMBINATION_FUNCTION","features":[430]},{"name":"DXVA_ALPHA_BLEND_DATA_LOAD_FUNCTION","features":[430]},{"name":"DXVA_AYUV_BUFFER","features":[430]},{"name":"DXVA_BIDIRECTIONAL_AVERAGING_H263_TRUNC","features":[430]},{"name":"DXVA_BIDIRECTIONAL_AVERAGING_MPEG2_ROUND","features":[430]},{"name":"DXVA_BITSTREAM_CONCEALMENT_METHOD_BACKWARD","features":[430]},{"name":"DXVA_BITSTREAM_CONCEALMENT_METHOD_FORWARD","features":[430]},{"name":"DXVA_BITSTREAM_CONCEALMENT_METHOD_INTRA","features":[430]},{"name":"DXVA_BITSTREAM_CONCEALMENT_METHOD_UNSPECIFIED","features":[430]},{"name":"DXVA_BITSTREAM_CONCEALMENT_NEED_LIKELY","features":[430]},{"name":"DXVA_BITSTREAM_CONCEALMENT_NEED_MILD","features":[430]},{"name":"DXVA_BITSTREAM_CONCEALMENT_NEED_SEVERE","features":[430]},{"name":"DXVA_BITSTREAM_CONCEALMENT_NEED_UNLIKELY","features":[430]},{"name":"DXVA_BITSTREAM_DATA_BUFFER","features":[430]},{"name":"DXVA_CHROMA_FORMAT_420","features":[430]},{"name":"DXVA_CHROMA_FORMAT_422","features":[430]},{"name":"DXVA_CHROMA_FORMAT_444","features":[430]},{"name":"DXVA_COMPBUFFER_TYPE_THAT_IS_NOT_USED","features":[430]},{"name":"DXVA_CONFIG_BLEND_TYPE_BACK_HARDWARE","features":[430]},{"name":"DXVA_CONFIG_BLEND_TYPE_FRONT_BUFFER","features":[430]},{"name":"DXVA_CONFIG_DATA_TYPE_AI44","features":[430]},{"name":"DXVA_CONFIG_DATA_TYPE_AYUV","features":[430]},{"name":"DXVA_CONFIG_DATA_TYPE_DPXD","features":[430]},{"name":"DXVA_CONFIG_DATA_TYPE_IA44","features":[430]},{"name":"DXVA_COPPCommandFnCode","features":[430]},{"name":"DXVA_COPPDevice","features":[430]},{"name":"DXVA_COPPGetCertificateLengthFnCode","features":[430]},{"name":"DXVA_COPPKeyExchangeFnCode","features":[430]},{"name":"DXVA_COPPQueryBusData","features":[430]},{"name":"DXVA_COPPQueryConnectorType","features":[430]},{"name":"DXVA_COPPQueryDisplayData","features":[430]},{"name":"DXVA_COPPQueryGlobalProtectionLevel","features":[430]},{"name":"DXVA_COPPQueryHDCPKeyData","features":[430]},{"name":"DXVA_COPPQueryLocalProtectionLevel","features":[430]},{"name":"DXVA_COPPQueryProtectionType","features":[430]},{"name":"DXVA_COPPQuerySignaling","features":[430]},{"name":"DXVA_COPPQueryStatusFnCode","features":[430]},{"name":"DXVA_COPPSequenceStartFnCode","features":[430]},{"name":"DXVA_COPPSetProtectionLevel","features":[430]},{"name":"DXVA_COPPSetProtectionLevelCmdData","features":[430]},{"name":"DXVA_COPPSetSignaling","features":[430]},{"name":"DXVA_COPPSetSignalingCmdData","features":[430]},{"name":"DXVA_COPPStatusData","features":[430]},{"name":"DXVA_COPPStatusDisplayData","features":[430]},{"name":"DXVA_COPPStatusHDCPKeyData","features":[430]},{"name":"DXVA_COPPStatusSignalingCmdData","features":[430]},{"name":"DXVA_DCCMD_SURFACE_BUFFER","features":[430]},{"name":"DXVA_DEBLOCKING_CONTROL_BUFFER","features":[430]},{"name":"DXVA_DEBLOCKING_FILTER_FUNCTION","features":[430]},{"name":"DXVA_DPXD_SURFACE_BUFFER","features":[430]},{"name":"DXVA_DeinterlaceBltExFnCode","features":[430]},{"name":"DXVA_DeinterlaceBltFnCode","features":[430]},{"name":"DXVA_DeinterlaceBobDevice","features":[430]},{"name":"DXVA_DeinterlaceContainerDevice","features":[430]},{"name":"DXVA_DeinterlaceQueryAvailableModesFnCode","features":[430]},{"name":"DXVA_DeinterlaceQueryModeCapsFnCode","features":[430]},{"name":"DXVA_ENCRYPTPROTOCOLFUNCFLAG_ACCEL","features":[430]},{"name":"DXVA_ENCRYPTPROTOCOLFUNCFLAG_HOST","features":[430]},{"name":"DXVA_EXECUTE_RETURN_DATA_ERROR_MINOR","features":[430]},{"name":"DXVA_EXECUTE_RETURN_DATA_ERROR_SEVERE","features":[430]},{"name":"DXVA_EXECUTE_RETURN_DATA_ERROR_SIGNIF","features":[430]},{"name":"DXVA_EXECUTE_RETURN_OK","features":[430]},{"name":"DXVA_EXECUTE_RETURN_OTHER_ERROR_SEVERE","features":[430]},{"name":"DXVA_ExtColorData_ShiftBase","features":[430]},{"name":"DXVA_FILM_GRAIN_BUFFER","features":[430]},{"name":"DXVA_FILM_GRAIN_SYNTHESIS_FUNCTION","features":[430]},{"name":"DXVA_HIGHLIGHT_BUFFER","features":[430]},{"name":"DXVA_IA44_SURFACE_BUFFER","features":[430]},{"name":"DXVA_INVERSE_QUANTIZATION_MATRIX_BUFFER","features":[430]},{"name":"DXVA_MACROBLOCK_CONTROL_BUFFER","features":[430]},{"name":"DXVA_MOTION_VECTOR_BUFFER","features":[430]},{"name":"DXVA_MV_PRECISION_AND_CHROMA_RELATION_H261","features":[430]},{"name":"DXVA_MV_PRECISION_AND_CHROMA_RELATION_H263","features":[430]},{"name":"DXVA_MV_PRECISION_AND_CHROMA_RELATION_MPEG2","features":[430]},{"name":"DXVA_ModeAV1_VLD_12bit_Profile2","features":[430]},{"name":"DXVA_ModeAV1_VLD_12bit_Profile2_420","features":[430]},{"name":"DXVA_ModeAV1_VLD_Profile0","features":[430]},{"name":"DXVA_ModeAV1_VLD_Profile1","features":[430]},{"name":"DXVA_ModeAV1_VLD_Profile2","features":[430]},{"name":"DXVA_ModeH261_A","features":[430]},{"name":"DXVA_ModeH261_B","features":[430]},{"name":"DXVA_ModeH263_A","features":[430]},{"name":"DXVA_ModeH263_B","features":[430]},{"name":"DXVA_ModeH263_C","features":[430]},{"name":"DXVA_ModeH263_D","features":[430]},{"name":"DXVA_ModeH263_E","features":[430]},{"name":"DXVA_ModeH263_F","features":[430]},{"name":"DXVA_ModeH264_A","features":[430]},{"name":"DXVA_ModeH264_B","features":[430]},{"name":"DXVA_ModeH264_C","features":[430]},{"name":"DXVA_ModeH264_D","features":[430]},{"name":"DXVA_ModeH264_E","features":[430]},{"name":"DXVA_ModeH264_F","features":[430]},{"name":"DXVA_ModeH264_VLD_Multiview_NoFGT","features":[430]},{"name":"DXVA_ModeH264_VLD_Stereo_NoFGT","features":[430]},{"name":"DXVA_ModeH264_VLD_Stereo_Progressive_NoFGT","features":[430]},{"name":"DXVA_ModeH264_VLD_WithFMOASO_NoFGT","features":[430]},{"name":"DXVA_ModeHEVC_VLD_Main","features":[430]},{"name":"DXVA_ModeHEVC_VLD_Main10","features":[430]},{"name":"DXVA_ModeMPEG1_A","features":[430]},{"name":"DXVA_ModeMPEG1_VLD","features":[430]},{"name":"DXVA_ModeMPEG2_A","features":[430]},{"name":"DXVA_ModeMPEG2_B","features":[430]},{"name":"DXVA_ModeMPEG2_C","features":[430]},{"name":"DXVA_ModeMPEG2_D","features":[430]},{"name":"DXVA_ModeMPEG2and1_VLD","features":[430]},{"name":"DXVA_ModeMPEG4pt2_VLD_AdvSimple_GMC","features":[430]},{"name":"DXVA_ModeMPEG4pt2_VLD_AdvSimple_NoGMC","features":[430]},{"name":"DXVA_ModeMPEG4pt2_VLD_Simple","features":[430]},{"name":"DXVA_ModeNone","features":[430]},{"name":"DXVA_ModeVC1_A","features":[430]},{"name":"DXVA_ModeVC1_B","features":[430]},{"name":"DXVA_ModeVC1_C","features":[430]},{"name":"DXVA_ModeVC1_D","features":[430]},{"name":"DXVA_ModeVC1_D2010","features":[430]},{"name":"DXVA_ModeVP8_VLD","features":[430]},{"name":"DXVA_ModeVP9_VLD_10bit_Profile2","features":[430]},{"name":"DXVA_ModeVP9_VLD_Profile0","features":[430]},{"name":"DXVA_ModeWMV8_A","features":[430]},{"name":"DXVA_ModeWMV8_B","features":[430]},{"name":"DXVA_ModeWMV9_A","features":[430]},{"name":"DXVA_ModeWMV9_B","features":[430]},{"name":"DXVA_ModeWMV9_C","features":[430]},{"name":"DXVA_NUM_TYPES_COMP_BUFFERS","features":[430]},{"name":"DXVA_NoEncrypt","features":[430]},{"name":"DXVA_NumMV_OBMC_off_BinPBwith4MV_off","features":[430]},{"name":"DXVA_NumMV_OBMC_off_BinPBwith4MV_on","features":[430]},{"name":"DXVA_NumMV_OBMC_on__BinPB_off","features":[430]},{"name":"DXVA_NumMV_OBMC_on__BinPB_on","features":[430]},{"name":"DXVA_PICTURE_DECODE_BUFFER","features":[430]},{"name":"DXVA_PICTURE_DECODING_FUNCTION","features":[430]},{"name":"DXVA_PICTURE_RESAMPLE_BUFFER","features":[430]},{"name":"DXVA_PICTURE_RESAMPLE_FUNCTION","features":[430]},{"name":"DXVA_PICTURE_STRUCTURE_BOTTOM_FIELD","features":[430]},{"name":"DXVA_PICTURE_STRUCTURE_FRAME","features":[430]},{"name":"DXVA_PICTURE_STRUCTURE_TOP_FIELD","features":[430]},{"name":"DXVA_ProcAmpControlBltFnCode","features":[430]},{"name":"DXVA_ProcAmpControlDevice","features":[430]},{"name":"DXVA_ProcAmpControlQueryCapsFnCode","features":[430]},{"name":"DXVA_ProcAmpControlQueryRangeFnCode","features":[430]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_ACCEL_LOCK_FALSE_PLUS","features":[430]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_ACCEL_LOCK_OK_COPY","features":[430]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_ACCEL_PROBE_FALSE_PLUS","features":[430]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_ACCEL_PROBE_OK_COPY","features":[430]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_ACCEL_PROBE_OK_PLUS","features":[430]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_DECODER_LOCK_QUERY","features":[430]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_DECODER_PROBE_QUERY","features":[430]},{"name":"DXVA_READ_BACK_BUFFER","features":[430]},{"name":"DXVA_RESIDUAL_DIFFERENCE_BUFFER","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H261_A","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H261_B","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H263_A","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H263_B","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H263_C","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H263_D","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H263_E","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H263_F","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_A","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_B","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_C","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_D","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_E","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_F","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_IDCT_FGT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_IDCT_NOFGT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_MOCOMP_FGT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_MOCOMP_NOFGT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_FGT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_MULTIVIEW_NOFGT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_NOFGT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_STEREO_NOFGT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_STEREO_PROGRESSIVE_NOFGT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_WITHFMOASO_NOFGT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_MPEG1_A","features":[430]},{"name":"DXVA_RESTRICTED_MODE_MPEG1_VLD","features":[430]},{"name":"DXVA_RESTRICTED_MODE_MPEG2_A","features":[430]},{"name":"DXVA_RESTRICTED_MODE_MPEG2_B","features":[430]},{"name":"DXVA_RESTRICTED_MODE_MPEG2_C","features":[430]},{"name":"DXVA_RESTRICTED_MODE_MPEG2_D","features":[430]},{"name":"DXVA_RESTRICTED_MODE_MPEG2and1_VLD","features":[430]},{"name":"DXVA_RESTRICTED_MODE_MPEG4PT2_VLD_ADV_SIMPLE_GMC","features":[430]},{"name":"DXVA_RESTRICTED_MODE_MPEG4PT2_VLD_ADV_SIMPLE_NOGMC","features":[430]},{"name":"DXVA_RESTRICTED_MODE_MPEG4PT2_VLD_SIMPLE","features":[430]},{"name":"DXVA_RESTRICTED_MODE_UNRESTRICTED","features":[430]},{"name":"DXVA_RESTRICTED_MODE_VC1_A","features":[430]},{"name":"DXVA_RESTRICTED_MODE_VC1_B","features":[430]},{"name":"DXVA_RESTRICTED_MODE_VC1_C","features":[430]},{"name":"DXVA_RESTRICTED_MODE_VC1_D","features":[430]},{"name":"DXVA_RESTRICTED_MODE_VC1_D2010","features":[430]},{"name":"DXVA_RESTRICTED_MODE_VC1_IDCT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_VC1_MOCOMP","features":[430]},{"name":"DXVA_RESTRICTED_MODE_VC1_POSTPROC","features":[430]},{"name":"DXVA_RESTRICTED_MODE_VC1_VLD","features":[430]},{"name":"DXVA_RESTRICTED_MODE_WMV8_A","features":[430]},{"name":"DXVA_RESTRICTED_MODE_WMV8_B","features":[430]},{"name":"DXVA_RESTRICTED_MODE_WMV8_MOCOMP","features":[430]},{"name":"DXVA_RESTRICTED_MODE_WMV8_POSTPROC","features":[430]},{"name":"DXVA_RESTRICTED_MODE_WMV9_A","features":[430]},{"name":"DXVA_RESTRICTED_MODE_WMV9_B","features":[430]},{"name":"DXVA_RESTRICTED_MODE_WMV9_C","features":[430]},{"name":"DXVA_RESTRICTED_MODE_WMV9_IDCT","features":[430]},{"name":"DXVA_RESTRICTED_MODE_WMV9_MOCOMP","features":[430]},{"name":"DXVA_RESTRICTED_MODE_WMV9_POSTPROC","features":[430]},{"name":"DXVA_SCAN_METHOD_ALTERNATE_HORIZONTAL","features":[430]},{"name":"DXVA_SCAN_METHOD_ALTERNATE_VERTICAL","features":[430]},{"name":"DXVA_SCAN_METHOD_ARBITRARY","features":[430]},{"name":"DXVA_SCAN_METHOD_ZIG_ZAG","features":[430]},{"name":"DXVA_SLICE_CONTROL_BUFFER","features":[430]},{"name":"DXVA_STATUS_REPORTING_FUNCTION","features":[430]},{"name":"DXVA_USUAL_BLOCK_HEIGHT","features":[430]},{"name":"DXVA_USUAL_BLOCK_WIDTH","features":[430]},{"name":"DeinterlacePref9_BOB","features":[430]},{"name":"DeinterlacePref9_Mask","features":[430]},{"name":"DeinterlacePref9_NextBest","features":[430]},{"name":"DeinterlacePref9_Weave","features":[430]},{"name":"DeinterlacePref_BOB","features":[430]},{"name":"DeinterlacePref_Mask","features":[430]},{"name":"DeinterlacePref_NextBest","features":[430]},{"name":"DeinterlacePref_Weave","features":[430]},{"name":"DeinterlaceTech9_BOBLineReplicate","features":[430]},{"name":"DeinterlaceTech9_BOBVerticalStretch","features":[430]},{"name":"DeinterlaceTech9_EdgeFiltering","features":[430]},{"name":"DeinterlaceTech9_FieldAdaptive","features":[430]},{"name":"DeinterlaceTech9_MedianFiltering","features":[430]},{"name":"DeinterlaceTech9_MotionVectorSteered","features":[430]},{"name":"DeinterlaceTech9_PixelAdaptive","features":[430]},{"name":"DeinterlaceTech9_Unknown","features":[430]},{"name":"DeinterlaceTech_BOBLineReplicate","features":[430]},{"name":"DeinterlaceTech_BOBVerticalStretch","features":[430]},{"name":"DeinterlaceTech_EdgeFiltering","features":[430]},{"name":"DeinterlaceTech_FieldAdaptive","features":[430]},{"name":"DeinterlaceTech_MedianFiltering","features":[430]},{"name":"DeinterlaceTech_MotionVectorSteered","features":[430]},{"name":"DeinterlaceTech_PixelAdaptive","features":[430]},{"name":"DeinterlaceTech_Unknown","features":[430]},{"name":"DeviceClosed","features":[430]},{"name":"Disabled","features":[430]},{"name":"EALocationCodeType","features":[430]},{"name":"EC_ACTIVATE","features":[430]},{"name":"EC_BANDWIDTHCHANGE","features":[430]},{"name":"EC_BUFFERING_DATA","features":[430]},{"name":"EC_BUILT","features":[430]},{"name":"EC_CLOCK_CHANGED","features":[430]},{"name":"EC_CLOCK_UNSET","features":[430]},{"name":"EC_CODECAPI_EVENT","features":[430]},{"name":"EC_COMPLETE","features":[430]},{"name":"EC_CONTENTPROPERTY_CHANGED","features":[430]},{"name":"EC_DEVICE_LOST","features":[430]},{"name":"EC_DISPLAY_CHANGED","features":[430]},{"name":"EC_DVDBASE","features":[430]},{"name":"EC_DVD_ANGLES_AVAILABLE","features":[430]},{"name":"EC_DVD_ANGLE_CHANGE","features":[430]},{"name":"EC_DVD_AUDIO_STREAM_CHANGE","features":[430]},{"name":"EC_DVD_BUTTON_AUTO_ACTIVATED","features":[430]},{"name":"EC_DVD_BUTTON_CHANGE","features":[430]},{"name":"EC_DVD_BeginNavigationCommands","features":[430]},{"name":"EC_DVD_CHAPTER_AUTOSTOP","features":[430]},{"name":"EC_DVD_CHAPTER_START","features":[430]},{"name":"EC_DVD_CMD_END","features":[430]},{"name":"EC_DVD_CMD_START","features":[430]},{"name":"EC_DVD_CURRENT_HMSF_TIME","features":[430]},{"name":"EC_DVD_CURRENT_TIME","features":[430]},{"name":"EC_DVD_DISC_EJECTED","features":[430]},{"name":"EC_DVD_DISC_INSERTED","features":[430]},{"name":"EC_DVD_DOMAIN_CHANGE","features":[430]},{"name":"EC_DVD_ERROR","features":[430]},{"name":"EC_DVD_GPRM_Change","features":[430]},{"name":"EC_DVD_KARAOKE_MODE","features":[430]},{"name":"EC_DVD_NO_FP_PGC","features":[430]},{"name":"EC_DVD_NavigationCommand","features":[430]},{"name":"EC_DVD_PARENTAL_LEVEL_CHANGE","features":[430]},{"name":"EC_DVD_PLAYBACK_RATE_CHANGE","features":[430]},{"name":"EC_DVD_PLAYBACK_STOPPED","features":[430]},{"name":"EC_DVD_PLAYPERIOD_AUTOSTOP","features":[430]},{"name":"EC_DVD_PROGRAM_CELL_CHANGE","features":[430]},{"name":"EC_DVD_PROGRAM_CHAIN_CHANGE","features":[430]},{"name":"EC_DVD_SPRM_Change","features":[430]},{"name":"EC_DVD_STILL_OFF","features":[430]},{"name":"EC_DVD_STILL_ON","features":[430]},{"name":"EC_DVD_SUBPICTURE_STREAM_CHANGE","features":[430]},{"name":"EC_DVD_TITLE_CHANGE","features":[430]},{"name":"EC_DVD_TITLE_SET_CHANGE","features":[430]},{"name":"EC_DVD_VALID_UOPS_CHANGE","features":[430]},{"name":"EC_DVD_VOBU_Offset","features":[430]},{"name":"EC_DVD_VOBU_Timestamp","features":[430]},{"name":"EC_DVD_WARNING","features":[430]},{"name":"EC_END_OF_SEGMENT","features":[430]},{"name":"EC_EOS_SOON","features":[430]},{"name":"EC_ERRORABORT","features":[430]},{"name":"EC_ERRORABORTEX","features":[430]},{"name":"EC_ERROR_STILLPLAYING","features":[430]},{"name":"EC_EXTDEVICE_MODE_CHANGE","features":[430]},{"name":"EC_FILE_CLOSED","features":[430]},{"name":"EC_FULLSCREEN_LOST","features":[430]},{"name":"EC_GRAPH_CHANGED","features":[430]},{"name":"EC_LENGTH_CHANGED","features":[430]},{"name":"EC_LOADSTATUS","features":[430]},{"name":"EC_MARKER_HIT","features":[430]},{"name":"EC_NEED_RESTART","features":[430]},{"name":"EC_NEW_PIN","features":[430]},{"name":"EC_NOTIFY_WINDOW","features":[430]},{"name":"EC_OLE_EVENT","features":[430]},{"name":"EC_OPENING_FILE","features":[430]},{"name":"EC_PALETTE_CHANGED","features":[430]},{"name":"EC_PAUSED","features":[430]},{"name":"EC_PLEASE_REOPEN","features":[430]},{"name":"EC_PREPROCESS_COMPLETE","features":[430]},{"name":"EC_PROCESSING_LATENCY","features":[430]},{"name":"EC_QUALITY_CHANGE","features":[430]},{"name":"EC_RENDER_FINISHED","features":[430]},{"name":"EC_REPAINT","features":[430]},{"name":"EC_SAMPLE_LATENCY","features":[430]},{"name":"EC_SAMPLE_NEEDED","features":[430]},{"name":"EC_SCRUB_TIME","features":[430]},{"name":"EC_SEGMENT_STARTED","features":[430]},{"name":"EC_SHUTTING_DOWN","features":[430]},{"name":"EC_SKIP_FRAMES","features":[430]},{"name":"EC_SNDDEV_IN_ERROR","features":[430]},{"name":"EC_SNDDEV_OUT_ERROR","features":[430]},{"name":"EC_SND_DEVICE_ERROR_BASE","features":[430]},{"name":"EC_STARVATION","features":[430]},{"name":"EC_STATE_CHANGE","features":[430]},{"name":"EC_STATUS","features":[430]},{"name":"EC_STEP_COMPLETE","features":[430]},{"name":"EC_STREAM_CONTROL_STARTED","features":[430]},{"name":"EC_STREAM_CONTROL_STOPPED","features":[430]},{"name":"EC_STREAM_ERROR_STILLPLAYING","features":[430]},{"name":"EC_STREAM_ERROR_STOPPED","features":[430]},{"name":"EC_SYSTEMBASE","features":[430]},{"name":"EC_TIME","features":[430]},{"name":"EC_TIMECODE_AVAILABLE","features":[430]},{"name":"EC_UNBUILT","features":[430]},{"name":"EC_USER","features":[430]},{"name":"EC_USERABORT","features":[430]},{"name":"EC_VIDEOFRAMEREADY","features":[430]},{"name":"EC_VIDEO_SIZE_CHANGED","features":[430]},{"name":"EC_VMR_RECONNECTION_FAILED","features":[430]},{"name":"EC_VMR_RENDERDEVICE_SET","features":[430]},{"name":"EC_VMR_SURFACE_FLIPPED","features":[430]},{"name":"EC_WINDOW_DESTROYED","features":[430]},{"name":"EC_WMT_EVENT","features":[430]},{"name":"EC_WMT_EVENT_BASE","features":[430]},{"name":"EC_WMT_INDEX_EVENT","features":[430]},{"name":"E_PROP_ID_UNSUPPORTED","features":[430]},{"name":"E_PROP_SET_UNSUPPORTED","features":[430]},{"name":"Entitled","features":[430]},{"name":"EntitlementType","features":[430]},{"name":"ErrorClosed","features":[430]},{"name":"FECMethod","features":[430]},{"name":"FILTER_INFO","features":[430]},{"name":"FILTER_STATE","features":[430]},{"name":"FORMAT_DVD_LPCMAudio","features":[430]},{"name":"FORMAT_DolbyAC3","features":[430]},{"name":"FORMAT_Image","features":[430]},{"name":"FORMAT_JPEGImage","features":[430]},{"name":"FORMAT_MPEG2Audio","features":[430]},{"name":"FORMAT_MPEG2Video","features":[430]},{"name":"FORMAT_MPEG2_VIDEO","features":[430]},{"name":"FORMAT_UVCH264Video","features":[430]},{"name":"Famine","features":[430]},{"name":"FilgraphManager","features":[430]},{"name":"Flood","features":[430]},{"name":"GUID_TIME_MUSIC","features":[430]},{"name":"GUID_TIME_REFERENCE","features":[430]},{"name":"GUID_TIME_SAMPLES","features":[430]},{"name":"GuardInterval","features":[430]},{"name":"HEAACWAVEFORMAT","features":[423,430]},{"name":"HEAACWAVEINFO","features":[423,430]},{"name":"HEVC_TEMPORAL_VIDEO_SUBSET","features":[430]},{"name":"HEVC_VIDEO_OR_TEMPORAL_VIDEO","features":[430]},{"name":"HierarchyAlpha","features":[430]},{"name":"IAMAnalogVideoDecoder","features":[430]},{"name":"IAMAnalogVideoEncoder","features":[430]},{"name":"IAMAsyncReaderTimestampScaling","features":[430]},{"name":"IAMAudioInputMixer","features":[430]},{"name":"IAMAudioRendererStats","features":[430]},{"name":"IAMBufferNegotiation","features":[430]},{"name":"IAMCameraControl","features":[430]},{"name":"IAMCertifiedOutputProtection","features":[430]},{"name":"IAMChannelInfo","features":[430,358]},{"name":"IAMClockAdjust","features":[430]},{"name":"IAMClockSlave","features":[430]},{"name":"IAMCollection","features":[430,358]},{"name":"IAMCopyCaptureFileProgress","features":[430]},{"name":"IAMCrossbar","features":[430]},{"name":"IAMDecoderCaps","features":[430]},{"name":"IAMDevMemoryAllocator","features":[430]},{"name":"IAMDevMemoryControl","features":[430]},{"name":"IAMDeviceRemoval","features":[430]},{"name":"IAMDirectSound","features":[430]},{"name":"IAMDroppedFrames","features":[430]},{"name":"IAMExtDevice","features":[430]},{"name":"IAMExtTransport","features":[430]},{"name":"IAMExtendedErrorInfo","features":[430,358]},{"name":"IAMExtendedSeeking","features":[430,358]},{"name":"IAMFilterGraphCallback","features":[430]},{"name":"IAMFilterMiscFlags","features":[430]},{"name":"IAMGraphBuilderCallback","features":[430]},{"name":"IAMGraphStreams","features":[430]},{"name":"IAMLatency","features":[430]},{"name":"IAMLine21Decoder","features":[430]},{"name":"IAMMediaContent","features":[430,358]},{"name":"IAMMediaContent2","features":[430,358]},{"name":"IAMMediaStream","features":[430]},{"name":"IAMMediaTypeSample","features":[430]},{"name":"IAMMediaTypeStream","features":[430]},{"name":"IAMMultiMediaStream","features":[430]},{"name":"IAMNetShowConfig","features":[430,358]},{"name":"IAMNetShowExProps","features":[430,358]},{"name":"IAMNetShowPreroll","features":[430,358]},{"name":"IAMNetworkStatus","features":[430,358]},{"name":"IAMOpenProgress","features":[430]},{"name":"IAMOverlayFX","features":[430]},{"name":"IAMParse","features":[430]},{"name":"IAMPhysicalPinInfo","features":[430]},{"name":"IAMPlayList","features":[430]},{"name":"IAMPlayListItem","features":[430]},{"name":"IAMPluginControl","features":[430]},{"name":"IAMPushSource","features":[430]},{"name":"IAMRebuild","features":[430]},{"name":"IAMResourceControl","features":[430]},{"name":"IAMStats","features":[430,358]},{"name":"IAMStreamConfig","features":[430]},{"name":"IAMStreamControl","features":[430]},{"name":"IAMStreamSelect","features":[430]},{"name":"IAMTVAudio","features":[430]},{"name":"IAMTVAudioNotification","features":[430]},{"name":"IAMTVTuner","features":[430]},{"name":"IAMTimecodeDisplay","features":[430]},{"name":"IAMTimecodeGenerator","features":[430]},{"name":"IAMTimecodeReader","features":[430]},{"name":"IAMTuner","features":[430]},{"name":"IAMTunerNotification","features":[430]},{"name":"IAMVfwCaptureDialogs","features":[430]},{"name":"IAMVfwCompressDialogs","features":[430]},{"name":"IAMVideoAccelerator","features":[430]},{"name":"IAMVideoAcceleratorNotify","features":[430]},{"name":"IAMVideoCompression","features":[430]},{"name":"IAMVideoControl","features":[430]},{"name":"IAMVideoDecimationProperties","features":[430]},{"name":"IAMVideoProcAmp","features":[430]},{"name":"IAMWMBufferPass","features":[430]},{"name":"IAMWMBufferPassCallback","features":[430]},{"name":"IAMWstDecoder","features":[430]},{"name":"IAMovieSetup","features":[430]},{"name":"IAsyncReader","features":[430]},{"name":"IAudioData","features":[430]},{"name":"IAudioMediaStream","features":[430]},{"name":"IAudioStreamSample","features":[430]},{"name":"IBDA_AUX","features":[430]},{"name":"IBDA_AutoDemodulate","features":[430]},{"name":"IBDA_AutoDemodulateEx","features":[430]},{"name":"IBDA_ConditionalAccess","features":[430]},{"name":"IBDA_ConditionalAccessEx","features":[430]},{"name":"IBDA_DRIDRMService","features":[430]},{"name":"IBDA_DRIWMDRMSession","features":[430]},{"name":"IBDA_DRM","features":[430]},{"name":"IBDA_DRMService","features":[430]},{"name":"IBDA_DeviceControl","features":[430]},{"name":"IBDA_DiagnosticProperties","features":[430,387]},{"name":"IBDA_DigitalDemodulator","features":[430]},{"name":"IBDA_DigitalDemodulator2","features":[430]},{"name":"IBDA_DigitalDemodulator3","features":[430]},{"name":"IBDA_DiseqCommand","features":[430]},{"name":"IBDA_EasMessage","features":[430]},{"name":"IBDA_Encoder","features":[430]},{"name":"IBDA_EthernetFilter","features":[430]},{"name":"IBDA_EventingService","features":[430]},{"name":"IBDA_FDC","features":[430]},{"name":"IBDA_FrequencyFilter","features":[430]},{"name":"IBDA_GuideDataDeliveryService","features":[430]},{"name":"IBDA_IPSinkControl","features":[430]},{"name":"IBDA_IPSinkInfo","features":[430]},{"name":"IBDA_IPV4Filter","features":[430]},{"name":"IBDA_IPV6Filter","features":[430]},{"name":"IBDA_ISDBConditionalAccess","features":[430]},{"name":"IBDA_LNBInfo","features":[430]},{"name":"IBDA_MUX","features":[430]},{"name":"IBDA_NameValueService","features":[430]},{"name":"IBDA_NetworkProvider","features":[430]},{"name":"IBDA_NullTransform","features":[430]},{"name":"IBDA_PinControl","features":[430]},{"name":"IBDA_SignalProperties","features":[430]},{"name":"IBDA_SignalStatistics","features":[430]},{"name":"IBDA_Topology","features":[430]},{"name":"IBDA_TransportStreamInfo","features":[430]},{"name":"IBDA_TransportStreamSelector","features":[430]},{"name":"IBDA_UserActivityService","features":[430]},{"name":"IBDA_VoidTransform","features":[430]},{"name":"IBDA_WMDRMSession","features":[430]},{"name":"IBDA_WMDRMTuner","features":[430]},{"name":"IBPCSatelliteTuner","features":[430]},{"name":"IBaseFilter","features":[430,358]},{"name":"IBaseVideoMixer","features":[430]},{"name":"IBasicAudio","features":[430,358]},{"name":"IBasicVideo","features":[430,358]},{"name":"IBasicVideo2","features":[430,358]},{"name":"IBroadcastEvent","features":[430]},{"name":"IBroadcastEventEx","features":[430]},{"name":"IBufferingTime","features":[430]},{"name":"ICCSubStreamFiltering","features":[430]},{"name":"ICameraControl","features":[430]},{"name":"ICaptureGraphBuilder","features":[430]},{"name":"ICaptureGraphBuilder2","features":[430]},{"name":"IConfigAsfWriter","features":[430]},{"name":"IConfigAsfWriter2","features":[430]},{"name":"IConfigAviMux","features":[430]},{"name":"IConfigInterleaving","features":[430]},{"name":"ICreateDevEnum","features":[430]},{"name":"IDDrawExclModeVideo","features":[430]},{"name":"IDDrawExclModeVideoCallback","features":[430]},{"name":"IDMOWrapperFilter","features":[430]},{"name":"IDShowPlugin","features":[430]},{"name":"IDVEnc","features":[430]},{"name":"IDVRGB219","features":[430]},{"name":"IDVSplitter","features":[430]},{"name":"IDecimateVideoImage","features":[430]},{"name":"IDeferredCommand","features":[430]},{"name":"IDirectDrawMediaSample","features":[430]},{"name":"IDirectDrawMediaSampleAllocator","features":[430]},{"name":"IDirectDrawMediaStream","features":[430]},{"name":"IDirectDrawStreamSample","features":[430]},{"name":"IDirectDrawVideo","features":[430]},{"name":"IDistributorNotify","features":[430]},{"name":"IDrawVideoImage","features":[430]},{"name":"IDvdCmd","features":[430]},{"name":"IDvdControl","features":[430]},{"name":"IDvdControl2","features":[430]},{"name":"IDvdGraphBuilder","features":[430]},{"name":"IDvdInfo","features":[430]},{"name":"IDvdInfo2","features":[430]},{"name":"IDvdState","features":[430]},{"name":"IESEvent","features":[430]},{"name":"IESEvents","features":[430]},{"name":"IEncoderAPI","features":[430]},{"name":"IEnumFilters","features":[430]},{"name":"IEnumMediaTypes","features":[430]},{"name":"IEnumPIDMap","features":[430]},{"name":"IEnumPins","features":[430]},{"name":"IEnumRegFilters","features":[430]},{"name":"IEnumStreamIdMap","features":[430]},{"name":"IFILTERMAPPER_MERIT","features":[430]},{"name":"IFileSinkFilter","features":[430]},{"name":"IFileSinkFilter2","features":[430]},{"name":"IFileSourceFilter","features":[430]},{"name":"IFilterChain","features":[430]},{"name":"IFilterGraph","features":[430]},{"name":"IFilterGraph2","features":[430]},{"name":"IFilterGraph3","features":[430]},{"name":"IFilterInfo","features":[430,358]},{"name":"IFilterMapper","features":[430]},{"name":"IFilterMapper2","features":[430]},{"name":"IFilterMapper3","features":[430]},{"name":"IFrequencyMap","features":[430]},{"name":"IFullScreenVideo","features":[430]},{"name":"IFullScreenVideoEx","features":[430]},{"name":"IGetCapabilitiesKey","features":[430]},{"name":"IGraphBuilder","features":[430]},{"name":"IGraphConfig","features":[430]},{"name":"IGraphConfigCallback","features":[430]},{"name":"IGraphVersion","features":[430]},{"name":"IIPDVDec","features":[430]},{"name":"IMPEG2PIDMap","features":[430]},{"name":"IMPEG2StreamIdMap","features":[430]},{"name":"IMediaControl","features":[430,358]},{"name":"IMediaEvent","features":[430,358]},{"name":"IMediaEventEx","features":[430,358]},{"name":"IMediaEventSink","features":[430]},{"name":"IMediaFilter","features":[430,358]},{"name":"IMediaParamInfo","features":[430]},{"name":"IMediaParams","features":[430]},{"name":"IMediaPosition","features":[430,358]},{"name":"IMediaPropertyBag","features":[430,387]},{"name":"IMediaSample","features":[430]},{"name":"IMediaSample2","features":[430]},{"name":"IMediaSample2Config","features":[430]},{"name":"IMediaSeeking","features":[430]},{"name":"IMediaStream","features":[430]},{"name":"IMediaStreamFilter","features":[430,358]},{"name":"IMediaTypeInfo","features":[430,358]},{"name":"IMemAllocator","features":[430]},{"name":"IMemAllocatorCallbackTemp","features":[430]},{"name":"IMemAllocatorNotifyCallbackTemp","features":[430]},{"name":"IMemInputPin","features":[430]},{"name":"IMemoryData","features":[430]},{"name":"IMixerOCX","features":[430]},{"name":"IMixerOCXNotify","features":[430]},{"name":"IMixerPinConfig","features":[430]},{"name":"IMixerPinConfig2","features":[430]},{"name":"IMpeg2Demultiplexer","features":[430]},{"name":"IMpegAudioDecoder","features":[430]},{"name":"IMultiMediaStream","features":[430]},{"name":"INTERLEAVE_CAPTURE","features":[430]},{"name":"INTERLEAVE_FULL","features":[430]},{"name":"INTERLEAVE_NONE","features":[430]},{"name":"INTERLEAVE_NONE_BUFFERED","features":[430]},{"name":"IOverlay","features":[430]},{"name":"IOverlayNotify","features":[430]},{"name":"IOverlayNotify2","features":[430]},{"name":"IPersistMediaPropertyBag","features":[430,358]},{"name":"IPin","features":[430]},{"name":"IPinConnection","features":[430]},{"name":"IPinFlowControl","features":[430]},{"name":"IPinInfo","features":[430,358]},{"name":"IQualProp","features":[430]},{"name":"IQualityControl","features":[430]},{"name":"IQueueCommand","features":[430]},{"name":"IRPM_STREAMM","features":[430]},{"name":"IRegFilterInfo","features":[430,358]},{"name":"IRegisterServiceProvider","features":[430]},{"name":"IResourceConsumer","features":[430]},{"name":"IResourceManager","features":[430]},{"name":"ISDBCAS_REQUEST_ID","features":[430]},{"name":"ISDBCAS_REQUEST_ID_EMD","features":[430]},{"name":"ISDBCAS_REQUEST_ID_EMG","features":[430]},{"name":"ISDB_Satellite","features":[430]},{"name":"ISDB_Terrestrial","features":[430]},{"name":"ISO_IEC_11172_2_VIDEO","features":[430]},{"name":"ISO_IEC_11172_3_AUDIO","features":[430]},{"name":"ISO_IEC_13522_MHEG","features":[430]},{"name":"ISO_IEC_13818_1_AUXILIARY","features":[430]},{"name":"ISO_IEC_13818_1_PES","features":[430]},{"name":"ISO_IEC_13818_1_PRIVATE_SECTION","features":[430]},{"name":"ISO_IEC_13818_1_RESERVED","features":[430]},{"name":"ISO_IEC_13818_2_VIDEO","features":[430]},{"name":"ISO_IEC_13818_3_AUDIO","features":[430]},{"name":"ISO_IEC_13818_6_DOWNLOAD","features":[430]},{"name":"ISO_IEC_13818_6_TYPE_A","features":[430]},{"name":"ISO_IEC_13818_6_TYPE_B","features":[430]},{"name":"ISO_IEC_13818_6_TYPE_C","features":[430]},{"name":"ISO_IEC_13818_6_TYPE_D","features":[430]},{"name":"ISO_IEC_13818_7_AUDIO","features":[430]},{"name":"ISO_IEC_14496_1_IN_PES","features":[430]},{"name":"ISO_IEC_14496_1_IN_SECTION","features":[430]},{"name":"ISO_IEC_14496_2_VISUAL","features":[430]},{"name":"ISO_IEC_14496_3_AUDIO","features":[430]},{"name":"ISO_IEC_USER_PRIVATE","features":[430]},{"name":"ISeekingPassThru","features":[430]},{"name":"ISelector","features":[430]},{"name":"ISpecifyParticularPages","features":[430]},{"name":"IStreamBuilder","features":[430]},{"name":"IStreamSample","features":[430]},{"name":"ITU_T_H264","features":[430]},{"name":"ITU_T_REC_H_222_1","features":[430]},{"name":"IVMRAspectRatioControl","features":[430]},{"name":"IVMRAspectRatioControl9","features":[430]},{"name":"IVMRDeinterlaceControl","features":[430]},{"name":"IVMRDeinterlaceControl9","features":[430]},{"name":"IVMRFilterConfig","features":[430]},{"name":"IVMRFilterConfig9","features":[430]},{"name":"IVMRImageCompositor","features":[430]},{"name":"IVMRImageCompositor9","features":[430]},{"name":"IVMRImagePresenter","features":[430]},{"name":"IVMRImagePresenter9","features":[430]},{"name":"IVMRImagePresenterConfig","features":[430]},{"name":"IVMRImagePresenterConfig9","features":[430]},{"name":"IVMRImagePresenterExclModeConfig","features":[430]},{"name":"IVMRMixerBitmap","features":[430]},{"name":"IVMRMixerBitmap9","features":[430]},{"name":"IVMRMixerControl","features":[430]},{"name":"IVMRMixerControl9","features":[430]},{"name":"IVMRMonitorConfig","features":[430]},{"name":"IVMRMonitorConfig9","features":[430]},{"name":"IVMRSurface","features":[430]},{"name":"IVMRSurface9","features":[430]},{"name":"IVMRSurfaceAllocator","features":[430]},{"name":"IVMRSurfaceAllocator9","features":[430]},{"name":"IVMRSurfaceAllocatorEx9","features":[430]},{"name":"IVMRSurfaceAllocatorNotify","features":[430]},{"name":"IVMRSurfaceAllocatorNotify9","features":[430]},{"name":"IVMRVideoStreamControl","features":[430]},{"name":"IVMRVideoStreamControl9","features":[430]},{"name":"IVMRWindowlessControl","features":[430]},{"name":"IVMRWindowlessControl9","features":[430]},{"name":"IVPBaseConfig","features":[430]},{"name":"IVPBaseNotify","features":[430]},{"name":"IVPConfig","features":[430]},{"name":"IVPManager","features":[430]},{"name":"IVPNotify","features":[430]},{"name":"IVPNotify2","features":[430]},{"name":"IVPVBIConfig","features":[430]},{"name":"IVPVBINotify","features":[430]},{"name":"IVideoEncoder","features":[430]},{"name":"IVideoFrameStep","features":[430]},{"name":"IVideoProcAmp","features":[430]},{"name":"IVideoWindow","features":[430,358]},{"name":"IWMCodecAMVideoAccelerator","features":[430]},{"name":"IWMCodecVideoAccelerator","features":[430]},{"name":"InterleavingMode","features":[430]},{"name":"KSPROPERTY_IPSINK","features":[430]},{"name":"KSPROPERTY_IPSINK_ADAPTER_ADDRESS","features":[430]},{"name":"KSPROPERTY_IPSINK_ADAPTER_DESCRIPTION","features":[430]},{"name":"KSPROPERTY_IPSINK_MULTICASTLIST","features":[430]},{"name":"KS_BDA_FRAME_INFO","features":[430]},{"name":"LIBID_QuartzNetTypeLib","features":[430]},{"name":"LIBID_QuartzTypeLib","features":[430]},{"name":"LNB_Source","features":[430]},{"name":"LocationCodeSchemeType","features":[430]},{"name":"MAX_DEINTERLACE_DEVICE_GUIDS","features":[430]},{"name":"MAX_DEINTERLACE_SURFACES","features":[430]},{"name":"MAX_ERROR_TEXT_LEN","features":[430]},{"name":"MAX_FILTER_NAME","features":[430]},{"name":"MAX_NUMBER_OF_STREAMS","features":[430]},{"name":"MAX_PIN_NAME","features":[430]},{"name":"MAX_SIZE_MPEG1_SEQUENCE_INFO","features":[430]},{"name":"MEDIASUBTYPE_ATSC_SI","features":[430]},{"name":"MEDIASUBTYPE_DOLBY_AC3","features":[430]},{"name":"MEDIASUBTYPE_DTS","features":[430]},{"name":"MEDIASUBTYPE_DVB_SI","features":[430]},{"name":"MEDIASUBTYPE_DVD_LPCM_AUDIO","features":[430]},{"name":"MEDIASUBTYPE_DVD_NAVIGATION_DSI","features":[430]},{"name":"MEDIASUBTYPE_DVD_NAVIGATION_PCI","features":[430]},{"name":"MEDIASUBTYPE_DVD_NAVIGATION_PROVIDER","features":[430]},{"name":"MEDIASUBTYPE_DVD_SUBPICTURE","features":[430]},{"name":"MEDIASUBTYPE_ISDB_SI","features":[430]},{"name":"MEDIASUBTYPE_MPEG2DATA","features":[430]},{"name":"MEDIASUBTYPE_MPEG2_AUDIO","features":[430]},{"name":"MEDIASUBTYPE_MPEG2_PBDA_TRANSPORT_PROCESSED","features":[430]},{"name":"MEDIASUBTYPE_MPEG2_PBDA_TRANSPORT_RAW","features":[430]},{"name":"MEDIASUBTYPE_MPEG2_PROGRAM","features":[430]},{"name":"MEDIASUBTYPE_MPEG2_TRANSPORT","features":[430]},{"name":"MEDIASUBTYPE_MPEG2_TRANSPORT_STRIDE","features":[430]},{"name":"MEDIASUBTYPE_MPEG2_UDCR_TRANSPORT","features":[430]},{"name":"MEDIASUBTYPE_MPEG2_VERSIONED_TABLES","features":[430]},{"name":"MEDIASUBTYPE_MPEG2_VIDEO","features":[430]},{"name":"MEDIASUBTYPE_MPEG2_WMDRM_TRANSPORT","features":[430]},{"name":"MEDIASUBTYPE_SDDS","features":[430]},{"name":"MEDIASUBTYPE_TIF_SI","features":[430]},{"name":"MEDIATYPE_CONTROL","features":[430]},{"name":"MEDIATYPE_DVD_ENCRYPTED_PACK","features":[430]},{"name":"MEDIATYPE_DVD_NAVIGATION","features":[430]},{"name":"MEDIATYPE_MPEG2_PACK","features":[430]},{"name":"MEDIATYPE_MPEG2_PES","features":[430]},{"name":"MEDIATYPE_MPEG2_SECTIONS","features":[430]},{"name":"MEDIA_ELEMENTARY_STREAM","features":[430]},{"name":"MEDIA_MPEG2_PSI","features":[430]},{"name":"MEDIA_SAMPLE_CONTENT","features":[430]},{"name":"MEDIA_TRANSPORT_PACKET","features":[430]},{"name":"MEDIA_TRANSPORT_PAYLOAD","features":[430]},{"name":"MERIT_DO_NOT_USE","features":[430]},{"name":"MERIT_HW_COMPRESSOR","features":[430]},{"name":"MERIT_NORMAL","features":[430]},{"name":"MERIT_PREFERRED","features":[430]},{"name":"MERIT_SW_COMPRESSOR","features":[430]},{"name":"MERIT_UNLIKELY","features":[430]},{"name":"METADATA_IN_DATA_CAROUSEL","features":[430]},{"name":"METADATA_IN_DOWNLOAD_PROTOCOL","features":[430]},{"name":"METADATA_IN_OBJECT_CAROUSEL","features":[430]},{"name":"METADATA_IN_PES","features":[430]},{"name":"METADATA_IN_SECTION","features":[430]},{"name":"MIN_DIMENSION","features":[430]},{"name":"MMSSF_ASYNCHRONOUS","features":[430]},{"name":"MMSSF_GET_INFORMATION_FLAGS","features":[430]},{"name":"MMSSF_HASCLOCK","features":[430]},{"name":"MMSSF_SUPPORTSEEK","features":[430]},{"name":"MPBOOL_FALSE","features":[430]},{"name":"MPBOOL_TRUE","features":[430]},{"name":"MPEG1WAVEFORMAT","features":[423,430]},{"name":"MPEG2StreamType","features":[430]},{"name":"MPEG2_BASE","features":[430]},{"name":"MPEG2_E_ALREADY_INITIALIZED","features":[430]},{"name":"MPEG2_E_BUFFER_TOO_SMALL","features":[430]},{"name":"MPEG2_E_DATA_SOURCE_FAILED","features":[430]},{"name":"MPEG2_E_DII_NOT_FOUND","features":[430]},{"name":"MPEG2_E_DSHOW_PIN_NOT_FOUND","features":[430]},{"name":"MPEG2_E_DSI_NOT_FOUND","features":[430]},{"name":"MPEG2_E_FILE_OFFSET_TOO_BIG","features":[430]},{"name":"MPEG2_E_INCORRECT_DESCRIPTOR_TAG","features":[430]},{"name":"MPEG2_E_INVALID_CAROUSEL_ID","features":[430]},{"name":"MPEG2_E_INVALID_SG_OBJECT_KIND","features":[430]},{"name":"MPEG2_E_INVALID_UDP_PORT","features":[430]},{"name":"MPEG2_E_MALFORMED_DSMCC_MESSAGE","features":[430]},{"name":"MPEG2_E_MALFORMED_TABLE","features":[430]},{"name":"MPEG2_E_MISSING_SECTIONS","features":[430]},{"name":"MPEG2_E_NEXT_TABLE_OPS_NOT_AVAILABLE","features":[430]},{"name":"MPEG2_E_NOT_PRESENT","features":[430]},{"name":"MPEG2_E_OBJECT_KIND_NOT_A_DIRECTORY","features":[430]},{"name":"MPEG2_E_OBJECT_KIND_NOT_A_FILE","features":[430]},{"name":"MPEG2_E_OBJECT_NOT_FOUND","features":[430]},{"name":"MPEG2_E_OUT_OF_BOUNDS","features":[430]},{"name":"MPEG2_E_REGISTRY_ACCESS_FAILED","features":[430]},{"name":"MPEG2_E_SECTION_NOT_FOUND","features":[430]},{"name":"MPEG2_E_SERVER_UNAVAILABLE","features":[430]},{"name":"MPEG2_E_SERVICE_ID_NOT_FOUND","features":[430]},{"name":"MPEG2_E_SERVICE_PMT_NOT_FOUND","features":[430]},{"name":"MPEG2_E_STREAM_STOPPED","features":[430]},{"name":"MPEG2_E_TOO_MANY_SECTIONS","features":[430]},{"name":"MPEG2_E_TX_STREAM_UNAVAILABLE","features":[430]},{"name":"MPEG2_E_UNDEFINED","features":[430]},{"name":"MPEG2_E_UNINITIALIZED","features":[430]},{"name":"MPEG2_PROGRAM_DIRECTORY_PES_PACKET","features":[430]},{"name":"MPEG2_PROGRAM_ELEMENTARY_STREAM","features":[430]},{"name":"MPEG2_PROGRAM_PACK_HEADER","features":[430]},{"name":"MPEG2_PROGRAM_PES_STREAM","features":[430]},{"name":"MPEG2_PROGRAM_STREAM_MAP","features":[430]},{"name":"MPEG2_PROGRAM_SYSTEM_HEADER","features":[430]},{"name":"MPEG2_S_MORE_DATA_AVAILABLE","features":[430]},{"name":"MPEG2_S_MPE_INFO_FOUND","features":[430]},{"name":"MPEG2_S_MPE_INFO_NOT_FOUND","features":[430]},{"name":"MPEG2_S_NEW_MODULE_VERSION","features":[430]},{"name":"MPEG2_S_NO_MORE_DATA_AVAILABLE","features":[430]},{"name":"MPEG2_S_SG_INFO_FOUND","features":[430]},{"name":"MPEG2_S_SG_INFO_NOT_FOUND","features":[430]},{"name":"MPEG2_TRANSPORT_STRIDE","features":[430]},{"name":"MPEGLAYER3WAVEFORMAT","features":[423,430]},{"name":"MPEGLAYER3WAVEFORMAT_FLAGS","features":[430]},{"name":"MPEGLAYER3_FLAG_PADDING_ISO","features":[430]},{"name":"MPEGLAYER3_FLAG_PADDING_OFF","features":[430]},{"name":"MPEGLAYER3_FLAG_PADDING_ON","features":[430]},{"name":"MPF_ENVLP_BEGIN_CURRENTVAL","features":[430]},{"name":"MPF_ENVLP_BEGIN_NEUTRALVAL","features":[430]},{"name":"MPF_ENVLP_STANDARD","features":[430]},{"name":"MPF_PUNCHIN_NOW","features":[430]},{"name":"MPF_PUNCHIN_REFTIME","features":[430]},{"name":"MPF_PUNCHIN_STOPPED","features":[430]},{"name":"MPT_BOOL","features":[430]},{"name":"MPT_ENUM","features":[430]},{"name":"MPT_FLOAT","features":[430]},{"name":"MPT_INT","features":[430]},{"name":"MPT_MAX","features":[430]},{"name":"MP_CURVE_INVSQUARE","features":[430]},{"name":"MP_CURVE_JUMP","features":[430]},{"name":"MP_CURVE_LINEAR","features":[430]},{"name":"MP_CURVE_SINE","features":[430]},{"name":"MP_CURVE_SQUARE","features":[430]},{"name":"MP_CURVE_TYPE","features":[430]},{"name":"MP_ENVELOPE_SEGMENT","features":[430]},{"name":"MP_PARAMINFO","features":[430]},{"name":"MP_TYPE","features":[430]},{"name":"MSDRI_S_MMI_PENDING","features":[430]},{"name":"MSDRI_S_PENDING","features":[430]},{"name":"MSPID_PrimaryAudio","features":[430]},{"name":"MSPID_PrimaryVideo","features":[430]},{"name":"MSTapeDeviceGUID","features":[430]},{"name":"MUX_PID_TYPE","features":[430]},{"name":"MainAVIHeader","features":[430]},{"name":"MixerPref9_ARAdjustXorY","features":[430]},{"name":"MixerPref9_AnisotropicFiltering","features":[430]},{"name":"MixerPref9_BiLinearFiltering","features":[430]},{"name":"MixerPref9_DecimateMask","features":[430]},{"name":"MixerPref9_DecimateOutput","features":[430]},{"name":"MixerPref9_DynamicDecimateBy2","features":[430]},{"name":"MixerPref9_DynamicMask","features":[430]},{"name":"MixerPref9_DynamicReserved","features":[430]},{"name":"MixerPref9_DynamicSwitchToBOB","features":[430]},{"name":"MixerPref9_FilteringMask","features":[430]},{"name":"MixerPref9_FilteringReserved","features":[430]},{"name":"MixerPref9_GaussianQuadFiltering","features":[430]},{"name":"MixerPref9_NoDecimation","features":[430]},{"name":"MixerPref9_NonSquareMixing","features":[430]},{"name":"MixerPref9_PointFiltering","features":[430]},{"name":"MixerPref9_PyramidalQuadFiltering","features":[430]},{"name":"MixerPref9_RenderTargetMask","features":[430]},{"name":"MixerPref9_RenderTargetRGB","features":[430]},{"name":"MixerPref9_RenderTargetReserved","features":[430]},{"name":"MixerPref9_RenderTargetYUV","features":[430]},{"name":"MixerPref_ARAdjustXorY","features":[430]},{"name":"MixerPref_BiLinearFiltering","features":[430]},{"name":"MixerPref_DecimateMask","features":[430]},{"name":"MixerPref_DecimateOutput","features":[430]},{"name":"MixerPref_DecimationReserved","features":[430]},{"name":"MixerPref_DynamicDecimateBy2","features":[430]},{"name":"MixerPref_DynamicMask","features":[430]},{"name":"MixerPref_DynamicReserved","features":[430]},{"name":"MixerPref_DynamicSwitchToBOB","features":[430]},{"name":"MixerPref_FilteringMask","features":[430]},{"name":"MixerPref_NoDecimation","features":[430]},{"name":"MixerPref_PointFiltering","features":[430]},{"name":"MixerPref_RenderTargetMask","features":[430]},{"name":"MixerPref_RenderTargetRGB","features":[430]},{"name":"MixerPref_RenderTargetReserved","features":[430]},{"name":"MixerPref_RenderTargetYUV","features":[430]},{"name":"MixerPref_RenderTargetYUV420","features":[430]},{"name":"MixerPref_RenderTargetYUV422","features":[430]},{"name":"MixerPref_RenderTargetYUV444","features":[430]},{"name":"ModulationType","features":[430]},{"name":"NORMALIZEDRECT","features":[430]},{"name":"NotAssociated","features":[430]},{"name":"NotEntitled","features":[430]},{"name":"NotReady","features":[430]},{"name":"OAFALSE","features":[430]},{"name":"OATRUE","features":[430]},{"name":"OA_BOOL","features":[430]},{"name":"OUTPUT_STATE","features":[430]},{"name":"PBDA_AUX_CONNECTOR_TYPE_Composite","features":[430]},{"name":"PBDA_AUX_CONNECTOR_TYPE_SVideo","features":[430]},{"name":"PBDA_Encoder_Audio_AlgorithmType_AC3","features":[430]},{"name":"PBDA_Encoder_Audio_AlgorithmType_MPEG1LayerII","features":[430]},{"name":"PBDA_Encoder_BitrateMode_Average","features":[430]},{"name":"PBDA_Encoder_BitrateMode_Constant","features":[430]},{"name":"PBDA_Encoder_BitrateMode_Variable","features":[430]},{"name":"PBDA_Encoder_Video_AVC","features":[430]},{"name":"PBDA_Encoder_Video_H264","features":[430]},{"name":"PBDA_Encoder_Video_MPEG2PartII","features":[430]},{"name":"PBDA_Encoder_Video_MPEG4Part10","features":[430]},{"name":"PDXVA2SW_CREATEVIDEOPROCESSDEVICE","features":[307,316,430,431]},{"name":"PDXVA2SW_DESTROYVIDEOPROCESSDEVICE","features":[307,430]},{"name":"PDXVA2SW_GETFILTERPROPERTYRANGE","features":[316,430,431]},{"name":"PDXVA2SW_GETPROCAMPRANGE","features":[316,430,431]},{"name":"PDXVA2SW_GETVIDEOPROCESSORCAPS","features":[316,430,431]},{"name":"PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETCOUNT","features":[316,430,431]},{"name":"PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETS","features":[316,430,431]},{"name":"PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATCOUNT","features":[316,430,431]},{"name":"PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATS","features":[316,430,431]},{"name":"PDXVA2SW_VIDEOPROCESSBEGINFRAME","features":[307,430]},{"name":"PDXVA2SW_VIDEOPROCESSBLT","features":[307,430,431]},{"name":"PDXVA2SW_VIDEOPROCESSENDFRAME","features":[307,430]},{"name":"PDXVA2SW_VIDEOPROCESSSETRENDERTARGET","features":[307,316,430]},{"name":"PID_ELEMENTARY_STREAM","features":[430]},{"name":"PID_MAP","features":[430]},{"name":"PID_MPEG2_SECTION_PSI_SI","features":[430]},{"name":"PID_OTHER","features":[430]},{"name":"PINDIR_INPUT","features":[430]},{"name":"PINDIR_OUTPUT","features":[430]},{"name":"PIN_DIRECTION","features":[430]},{"name":"PIN_INFO","features":[430,358]},{"name":"PhysConn_Audio_1394","features":[430]},{"name":"PhysConn_Audio_AESDigital","features":[430]},{"name":"PhysConn_Audio_AUX","features":[430]},{"name":"PhysConn_Audio_AudioDecoder","features":[430]},{"name":"PhysConn_Audio_Line","features":[430]},{"name":"PhysConn_Audio_Mic","features":[430]},{"name":"PhysConn_Audio_SCSI","features":[430]},{"name":"PhysConn_Audio_SPDIFDigital","features":[430]},{"name":"PhysConn_Audio_Tuner","features":[430]},{"name":"PhysConn_Audio_USB","features":[430]},{"name":"PhysConn_Video_1394","features":[430]},{"name":"PhysConn_Video_AUX","features":[430]},{"name":"PhysConn_Video_Black","features":[430]},{"name":"PhysConn_Video_Composite","features":[430]},{"name":"PhysConn_Video_ParallelDigital","features":[430]},{"name":"PhysConn_Video_RGB","features":[430]},{"name":"PhysConn_Video_SCART","features":[430]},{"name":"PhysConn_Video_SCSI","features":[430]},{"name":"PhysConn_Video_SVideo","features":[430]},{"name":"PhysConn_Video_SerialDigital","features":[430]},{"name":"PhysConn_Video_Tuner","features":[430]},{"name":"PhysConn_Video_USB","features":[430]},{"name":"PhysConn_Video_VideoDecoder","features":[430]},{"name":"PhysConn_Video_VideoEncoder","features":[430]},{"name":"PhysConn_Video_YRYBY","features":[430]},{"name":"PhysicalConnectorType","features":[430]},{"name":"Pilot","features":[430]},{"name":"Polarisation","features":[430]},{"name":"ProcAmpControl9_Brightness","features":[430]},{"name":"ProcAmpControl9_Contrast","features":[430]},{"name":"ProcAmpControl9_Hue","features":[430]},{"name":"ProcAmpControl9_Mask","features":[430]},{"name":"ProcAmpControl9_Saturation","features":[430]},{"name":"Quality","features":[430]},{"name":"QualityMessageType","features":[430]},{"name":"REGFILTER","features":[430]},{"name":"REGFILTER2","features":[307,430]},{"name":"REGFILTERPINS","features":[307,430]},{"name":"REGFILTERPINS2","features":[430]},{"name":"REGPINMEDIUM","features":[430]},{"name":"REGPINTYPES","features":[430]},{"name":"REG_PINFLAG","features":[430]},{"name":"REG_PINFLAG_B_MANY","features":[430]},{"name":"REG_PINFLAG_B_OUTPUT","features":[430]},{"name":"REG_PINFLAG_B_RENDERER","features":[430]},{"name":"REG_PINFLAG_B_ZERO","features":[430]},{"name":"REMFILTERF_LEAVECONNECTED","features":[430]},{"name":"RIFFCHUNK","features":[430]},{"name":"RIFFLIST","features":[430]},{"name":"ReadData","features":[430]},{"name":"RenderData","features":[430]},{"name":"RenderPrefs9_DoNotRenderBorder","features":[430]},{"name":"RenderPrefs9_Mask","features":[430]},{"name":"RenderPrefs_AllowOffscreen","features":[430]},{"name":"RenderPrefs_AllowOverlays","features":[430]},{"name":"RenderPrefs_DoNotRenderColorKeyAndBorder","features":[430]},{"name":"RenderPrefs_ForceOffscreen","features":[430]},{"name":"RenderPrefs_ForceOverlays","features":[430]},{"name":"RenderPrefs_Mask","features":[430]},{"name":"RenderPrefs_PreferAGPMemWhenMixing","features":[430]},{"name":"RenderPrefs_Reserved","features":[430]},{"name":"RenderPrefs_RestrictToInitialMonitor","features":[430]},{"name":"Reserved1","features":[430]},{"name":"RollOff","features":[430]},{"name":"SCTE28_ConditionalAccess","features":[430]},{"name":"SCTE28_CopyProtection","features":[430]},{"name":"SCTE28_Diagnostic","features":[430]},{"name":"SCTE28_IPService","features":[430]},{"name":"SCTE28_NetworkInterface_SCTE55_1","features":[430]},{"name":"SCTE28_NetworkInterface_SCTE55_2","features":[430]},{"name":"SCTE28_POD_Host_Binding_Information","features":[430]},{"name":"SCTE28_Reserved","features":[430]},{"name":"SCTE28_Undesignated","features":[430]},{"name":"SCTE_18","features":[430]},{"name":"SNDDEV_ERR","features":[430]},{"name":"SNDDEV_ERROR_AddBuffer","features":[430]},{"name":"SNDDEV_ERROR_Close","features":[430]},{"name":"SNDDEV_ERROR_GetCaps","features":[430]},{"name":"SNDDEV_ERROR_GetPosition","features":[430]},{"name":"SNDDEV_ERROR_Open","features":[430]},{"name":"SNDDEV_ERROR_Pause","features":[430]},{"name":"SNDDEV_ERROR_PrepareHeader","features":[430]},{"name":"SNDDEV_ERROR_Query","features":[430]},{"name":"SNDDEV_ERROR_Reset","features":[430]},{"name":"SNDDEV_ERROR_Restart","features":[430]},{"name":"SNDDEV_ERROR_Start","features":[430]},{"name":"SNDDEV_ERROR_Stop","features":[430]},{"name":"SNDDEV_ERROR_UnprepareHeader","features":[430]},{"name":"SNDDEV_ERROR_Write","features":[430]},{"name":"SPECIFYPAGES_STATISTICS","features":[430]},{"name":"SSUPDATE_ASYNC","features":[430]},{"name":"SSUPDATE_CONTINUOUS","features":[430]},{"name":"SSUPDATE_TYPE","features":[430]},{"name":"STDINDEXSIZE","features":[430]},{"name":"STREAMIF_CONSTANTS","features":[430]},{"name":"STREAMSTATE_RUN","features":[430]},{"name":"STREAMSTATE_STOP","features":[430]},{"name":"STREAMTYPE_READ","features":[430]},{"name":"STREAMTYPE_TRANSFORM","features":[430]},{"name":"STREAMTYPE_WRITE","features":[430]},{"name":"STREAM_ID_MAP","features":[430]},{"name":"STREAM_STATE","features":[430]},{"name":"STREAM_TYPE","features":[430]},{"name":"SUBSTREAM_FILTER_VAL_NONE","features":[430]},{"name":"ScanModulationTypes","features":[430]},{"name":"ScanModulationTypesMask_DVBC","features":[430]},{"name":"ScanModulationTypesMask_MCE_All_TV","features":[430]},{"name":"ScanModulationTypesMask_MCE_AnalogTv","features":[430]},{"name":"ScanModulationTypesMask_MCE_DigitalCable","features":[430]},{"name":"ScanModulationTypesMask_MCE_TerrestrialATSC","features":[430]},{"name":"SmartCardApplication","features":[430]},{"name":"SmartCardAssociationType","features":[430]},{"name":"SmartCardStatusType","features":[430]},{"name":"SpectralInversion","features":[430]},{"name":"State_Paused","features":[430]},{"name":"State_Running","features":[430]},{"name":"State_Stopped","features":[430]},{"name":"StatusActive","features":[430]},{"name":"StatusInactive","features":[430]},{"name":"StatusUnavailable","features":[430]},{"name":"SystemClosed","features":[430]},{"name":"TIMECODEDATA","features":[430]},{"name":"TIMECODE_RATE_30DROP","features":[430]},{"name":"TIMECODE_SMPTE_BINARY_GROUP","features":[430]},{"name":"TIMECODE_SMPTE_COLOR_FRAME","features":[430]},{"name":"TRUECOLORINFO","features":[318,430]},{"name":"TVAudioMode","features":[430]},{"name":"TechnicalFailure","features":[430]},{"name":"TransmissionMode","features":[430]},{"name":"TunerInputAntenna","features":[430]},{"name":"TunerInputCable","features":[430]},{"name":"TunerInputType","features":[430]},{"name":"UICloseReasonType","features":[430]},{"name":"UOP_FLAG_Pause_On","features":[430]},{"name":"UOP_FLAG_PlayNext_Chapter","features":[430]},{"name":"UOP_FLAG_PlayPrev_Or_Replay_Chapter","features":[430]},{"name":"UOP_FLAG_Play_Backwards","features":[430]},{"name":"UOP_FLAG_Play_Chapter","features":[430]},{"name":"UOP_FLAG_Play_Chapter_Or_AtTime","features":[430]},{"name":"UOP_FLAG_Play_Forwards","features":[430]},{"name":"UOP_FLAG_Play_Title","features":[430]},{"name":"UOP_FLAG_Play_Title_Or_AtTime","features":[430]},{"name":"UOP_FLAG_Resume","features":[430]},{"name":"UOP_FLAG_ReturnFromSubMenu","features":[430]},{"name":"UOP_FLAG_Select_Angle","features":[430]},{"name":"UOP_FLAG_Select_Audio_Stream","features":[430]},{"name":"UOP_FLAG_Select_Karaoke_Audio_Presentation_Mode","features":[430]},{"name":"UOP_FLAG_Select_Or_Activate_Button","features":[430]},{"name":"UOP_FLAG_Select_SubPic_Stream","features":[430]},{"name":"UOP_FLAG_Select_Video_Mode_Preference","features":[430]},{"name":"UOP_FLAG_ShowMenu_Angle","features":[430]},{"name":"UOP_FLAG_ShowMenu_Audio","features":[430]},{"name":"UOP_FLAG_ShowMenu_Chapter","features":[430]},{"name":"UOP_FLAG_ShowMenu_Root","features":[430]},{"name":"UOP_FLAG_ShowMenu_SubPic","features":[430]},{"name":"UOP_FLAG_ShowMenu_Title","features":[430]},{"name":"UOP_FLAG_Still_Off","features":[430]},{"name":"UOP_FLAG_Stop","features":[430]},{"name":"USER_PRIVATE","features":[430]},{"name":"UserClosed","features":[430]},{"name":"VALID_UOP_FLAG","features":[430]},{"name":"VFW_E_ADVISE_ALREADY_SET","features":[430]},{"name":"VFW_E_ALREADY_CANCELLED","features":[430]},{"name":"VFW_E_ALREADY_COMMITTED","features":[430]},{"name":"VFW_E_ALREADY_CONNECTED","features":[430]},{"name":"VFW_E_BADALIGN","features":[430]},{"name":"VFW_E_BAD_KEY","features":[430]},{"name":"VFW_E_BAD_VIDEOCD","features":[430]},{"name":"VFW_E_BUFFERS_OUTSTANDING","features":[430]},{"name":"VFW_E_BUFFER_NOTSET","features":[430]},{"name":"VFW_E_BUFFER_OVERFLOW","features":[430]},{"name":"VFW_E_BUFFER_UNDERFLOW","features":[430]},{"name":"VFW_E_CANNOT_CONNECT","features":[430]},{"name":"VFW_E_CANNOT_LOAD_SOURCE_FILTER","features":[430]},{"name":"VFW_E_CANNOT_RENDER","features":[430]},{"name":"VFW_E_CERTIFICATION_FAILURE","features":[430]},{"name":"VFW_E_CHANGING_FORMAT","features":[430]},{"name":"VFW_E_CIRCULAR_GRAPH","features":[430]},{"name":"VFW_E_CODECAPI_ENUMERATED","features":[430]},{"name":"VFW_E_CODECAPI_LINEAR_RANGE","features":[430]},{"name":"VFW_E_CODECAPI_NO_CURRENT_VALUE","features":[430]},{"name":"VFW_E_CODECAPI_NO_DEFAULT","features":[430]},{"name":"VFW_E_COLOR_KEY_SET","features":[430]},{"name":"VFW_E_COPYPROT_FAILED","features":[430]},{"name":"VFW_E_CORRUPT_GRAPH_FILE","features":[430]},{"name":"VFW_E_DDRAW_CAPS_NOT_SUITABLE","features":[430]},{"name":"VFW_E_DDRAW_VERSION_NOT_SUITABLE","features":[430]},{"name":"VFW_E_DUPLICATE_NAME","features":[430]},{"name":"VFW_E_DVD_CHAPTER_DOES_NOT_EXIST","features":[430]},{"name":"VFW_E_DVD_CMD_CANCELLED","features":[430]},{"name":"VFW_E_DVD_DECNOTENOUGH","features":[430]},{"name":"VFW_E_DVD_GRAPHNOTREADY","features":[430]},{"name":"VFW_E_DVD_INCOMPATIBLE_REGION","features":[430]},{"name":"VFW_E_DVD_INVALIDDOMAIN","features":[430]},{"name":"VFW_E_DVD_INVALID_DISC","features":[430]},{"name":"VFW_E_DVD_LOW_PARENTAL_LEVEL","features":[430]},{"name":"VFW_E_DVD_MENU_DOES_NOT_EXIST","features":[430]},{"name":"VFW_E_DVD_NONBLOCKING","features":[430]},{"name":"VFW_E_DVD_NON_EVR_RENDERER_IN_FILTER_GRAPH","features":[430]},{"name":"VFW_E_DVD_NOT_IN_KARAOKE_MODE","features":[430]},{"name":"VFW_E_DVD_NO_ATTRIBUTES","features":[430]},{"name":"VFW_E_DVD_NO_BUTTON","features":[430]},{"name":"VFW_E_DVD_NO_GOUP_PGC","features":[430]},{"name":"VFW_E_DVD_NO_RESUME_INFORMATION","features":[430]},{"name":"VFW_E_DVD_OPERATION_INHIBITED","features":[430]},{"name":"VFW_E_DVD_RENDERFAIL","features":[430]},{"name":"VFW_E_DVD_RESOLUTION_ERROR","features":[430]},{"name":"VFW_E_DVD_STATE_CORRUPT","features":[430]},{"name":"VFW_E_DVD_STATE_WRONG_DISC","features":[430]},{"name":"VFW_E_DVD_STATE_WRONG_VERSION","features":[430]},{"name":"VFW_E_DVD_STREAM_DISABLED","features":[430]},{"name":"VFW_E_DVD_TITLE_UNKNOWN","features":[430]},{"name":"VFW_E_DVD_TOO_MANY_RENDERERS_IN_FILTER_GRAPH","features":[430]},{"name":"VFW_E_DVD_VMR9_INCOMPATIBLEDEC","features":[430]},{"name":"VFW_E_DVD_WRONG_SPEED","features":[430]},{"name":"VFW_E_ENUM_OUT_OF_RANGE","features":[430]},{"name":"VFW_E_ENUM_OUT_OF_SYNC","features":[430]},{"name":"VFW_E_FILE_TOO_SHORT","features":[430]},{"name":"VFW_E_FILTER_ACTIVE","features":[430]},{"name":"VFW_E_FRAME_STEP_UNSUPPORTED","features":[430]},{"name":"VFW_E_INVALIDMEDIATYPE","features":[430]},{"name":"VFW_E_INVALIDSUBTYPE","features":[430]},{"name":"VFW_E_INVALID_CLSID","features":[430]},{"name":"VFW_E_INVALID_DIRECTION","features":[430]},{"name":"VFW_E_INVALID_FILE_FORMAT","features":[430]},{"name":"VFW_E_INVALID_FILE_VERSION","features":[430]},{"name":"VFW_E_INVALID_MEDIA_TYPE","features":[430]},{"name":"VFW_E_INVALID_RECT","features":[430]},{"name":"VFW_E_IN_FULLSCREEN_MODE","features":[430]},{"name":"VFW_E_MEDIA_TIME_NOT_SET","features":[430]},{"name":"VFW_E_MONO_AUDIO_HW","features":[430]},{"name":"VFW_E_MPEG_NOT_CONSTRAINED","features":[430]},{"name":"VFW_E_NEED_OWNER","features":[430]},{"name":"VFW_E_NOT_ALLOWED_TO_SAVE","features":[430]},{"name":"VFW_E_NOT_COMMITTED","features":[430]},{"name":"VFW_E_NOT_CONNECTED","features":[430]},{"name":"VFW_E_NOT_FOUND","features":[430]},{"name":"VFW_E_NOT_IN_GRAPH","features":[430]},{"name":"VFW_E_NOT_OVERLAY_CONNECTION","features":[430]},{"name":"VFW_E_NOT_PAUSED","features":[430]},{"name":"VFW_E_NOT_RUNNING","features":[430]},{"name":"VFW_E_NOT_SAMPLE_CONNECTION","features":[430]},{"name":"VFW_E_NOT_STOPPED","features":[430]},{"name":"VFW_E_NO_ACCEPTABLE_TYPES","features":[430]},{"name":"VFW_E_NO_ADVISE_SET","features":[430]},{"name":"VFW_E_NO_ALLOCATOR","features":[430]},{"name":"VFW_E_NO_AUDIO_HARDWARE","features":[430]},{"name":"VFW_E_NO_CAPTURE_HARDWARE","features":[430]},{"name":"VFW_E_NO_CLOCK","features":[430]},{"name":"VFW_E_NO_COLOR_KEY_FOUND","features":[430]},{"name":"VFW_E_NO_COLOR_KEY_SET","features":[430]},{"name":"VFW_E_NO_COPP_HW","features":[430]},{"name":"VFW_E_NO_DECOMPRESSOR","features":[430]},{"name":"VFW_E_NO_DISPLAY_PALETTE","features":[430]},{"name":"VFW_E_NO_FULLSCREEN","features":[430]},{"name":"VFW_E_NO_INTERFACE","features":[430]},{"name":"VFW_E_NO_MODEX_AVAILABLE","features":[430]},{"name":"VFW_E_NO_PALETTE_AVAILABLE","features":[430]},{"name":"VFW_E_NO_SINK","features":[430]},{"name":"VFW_E_NO_TIME_FORMAT","features":[430]},{"name":"VFW_E_NO_TIME_FORMAT_SET","features":[430]},{"name":"VFW_E_NO_TRANSPORT","features":[430]},{"name":"VFW_E_NO_TYPES","features":[430]},{"name":"VFW_E_NO_VP_HARDWARE","features":[430]},{"name":"VFW_E_OUT_OF_VIDEO_MEMORY","features":[430]},{"name":"VFW_E_PALETTE_SET","features":[430]},{"name":"VFW_E_PIN_ALREADY_BLOCKED","features":[430]},{"name":"VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD","features":[430]},{"name":"VFW_E_PROCESSOR_NOT_SUITABLE","features":[430]},{"name":"VFW_E_READ_ONLY","features":[430]},{"name":"VFW_E_RPZA","features":[430]},{"name":"VFW_E_RUNTIME_ERROR","features":[430]},{"name":"VFW_E_SAMPLE_REJECTED","features":[430]},{"name":"VFW_E_SAMPLE_REJECTED_EOS","features":[430]},{"name":"VFW_E_SAMPLE_TIME_NOT_SET","features":[430]},{"name":"VFW_E_SIZENOTSET","features":[430]},{"name":"VFW_E_START_TIME_AFTER_END","features":[430]},{"name":"VFW_E_STATE_CHANGED","features":[430]},{"name":"VFW_E_TIMEOUT","features":[430]},{"name":"VFW_E_TIME_ALREADY_PASSED","features":[430]},{"name":"VFW_E_TIME_EXPIRED","features":[430]},{"name":"VFW_E_TOO_MANY_COLORS","features":[430]},{"name":"VFW_E_TYPE_NOT_ACCEPTED","features":[430]},{"name":"VFW_E_UNKNOWN_FILE_TYPE","features":[430]},{"name":"VFW_E_UNSUPPORTED_AUDIO","features":[430]},{"name":"VFW_E_UNSUPPORTED_STREAM","features":[430]},{"name":"VFW_E_UNSUPPORTED_VIDEO","features":[430]},{"name":"VFW_E_VMR_NOT_IN_MIXER_MODE","features":[430]},{"name":"VFW_E_VMR_NO_AP_SUPPLIED","features":[430]},{"name":"VFW_E_VMR_NO_DEINTERLACE_HW","features":[430]},{"name":"VFW_E_VMR_NO_PROCAMP_HW","features":[430]},{"name":"VFW_E_VP_NEGOTIATION_FAILED","features":[430]},{"name":"VFW_E_WRONG_STATE","features":[430]},{"name":"VFW_FILTERLIST","features":[430]},{"name":"VFW_FIRST_CODE","features":[430]},{"name":"VFW_S_AUDIO_NOT_RENDERED","features":[430]},{"name":"VFW_S_CANT_CUE","features":[430]},{"name":"VFW_S_CONNECTIONS_DEFERRED","features":[430]},{"name":"VFW_S_DUPLICATE_NAME","features":[430]},{"name":"VFW_S_DVD_CHANNEL_CONTENTS_NOT_AVAILABLE","features":[430]},{"name":"VFW_S_DVD_NON_ONE_SEQUENTIAL","features":[430]},{"name":"VFW_S_DVD_NOT_ACCURATE","features":[430]},{"name":"VFW_S_DVD_RENDER_STATUS","features":[430]},{"name":"VFW_S_ESTIMATED","features":[430]},{"name":"VFW_S_MEDIA_TYPE_IGNORED","features":[430]},{"name":"VFW_S_NOPREVIEWPIN","features":[430]},{"name":"VFW_S_NO_MORE_ITEMS","features":[430]},{"name":"VFW_S_NO_STOP_TIME","features":[430]},{"name":"VFW_S_PARTIAL_RENDER","features":[430]},{"name":"VFW_S_RESERVED","features":[430]},{"name":"VFW_S_RESOURCE_NOT_NEEDED","features":[430]},{"name":"VFW_S_RPZA","features":[430]},{"name":"VFW_S_SOME_DATA_IGNORED","features":[430]},{"name":"VFW_S_STATE_INTERMEDIATE","features":[430]},{"name":"VFW_S_STREAM_OFF","features":[430]},{"name":"VFW_S_VIDEO_NOT_RENDERED","features":[430]},{"name":"VIDEOENCODER_BITRATE_MODE","features":[430]},{"name":"VIDEOINFO","features":[307,318,430]},{"name":"VIDEO_STREAM_CONFIG_CAPS","features":[307,430]},{"name":"VMR9ARMode_LetterBox","features":[430]},{"name":"VMR9ARMode_None","features":[430]},{"name":"VMR9AllocFlag_3DRenderTarget","features":[430]},{"name":"VMR9AllocFlag_DXVATarget","features":[430]},{"name":"VMR9AllocFlag_OffscreenSurface","features":[430]},{"name":"VMR9AllocFlag_RGBDynamicSwitch","features":[430]},{"name":"VMR9AllocFlag_TextureSurface","features":[430]},{"name":"VMR9AllocFlag_UsageMask","features":[430]},{"name":"VMR9AllocFlag_UsageReserved","features":[430]},{"name":"VMR9AllocationInfo","features":[307,316,430]},{"name":"VMR9AlphaBitmap","features":[307,316,318,430]},{"name":"VMR9AlphaBitmapFlags","features":[430]},{"name":"VMR9AlphaBitmap_Disable","features":[430]},{"name":"VMR9AlphaBitmap_EntireDDS","features":[430]},{"name":"VMR9AlphaBitmap_FilterMode","features":[430]},{"name":"VMR9AlphaBitmap_SrcColorKey","features":[430]},{"name":"VMR9AlphaBitmap_SrcRect","features":[430]},{"name":"VMR9AlphaBitmap_hDC","features":[430]},{"name":"VMR9AspectRatioMode","features":[430]},{"name":"VMR9DeinterlaceCaps","features":[430]},{"name":"VMR9DeinterlacePrefs","features":[430]},{"name":"VMR9DeinterlaceTech","features":[430]},{"name":"VMR9Frequency","features":[430]},{"name":"VMR9MixerPrefs","features":[430]},{"name":"VMR9Mode","features":[430]},{"name":"VMR9Mode_Mask","features":[430]},{"name":"VMR9Mode_Renderless","features":[430]},{"name":"VMR9Mode_Windowed","features":[430]},{"name":"VMR9Mode_Windowless","features":[430]},{"name":"VMR9MonitorInfo","features":[307,318,430]},{"name":"VMR9NormalizedRect","features":[430]},{"name":"VMR9PresentationFlags","features":[430]},{"name":"VMR9PresentationInfo","features":[307,316,430]},{"name":"VMR9ProcAmpControl","features":[430]},{"name":"VMR9ProcAmpControlFlags","features":[430]},{"name":"VMR9ProcAmpControlRange","features":[430]},{"name":"VMR9RenderPrefs","features":[430]},{"name":"VMR9Sample_Discontinuity","features":[430]},{"name":"VMR9Sample_Preroll","features":[430]},{"name":"VMR9Sample_SrcDstRectsValid","features":[430]},{"name":"VMR9Sample_SyncPoint","features":[430]},{"name":"VMR9Sample_TimeValid","features":[430]},{"name":"VMR9SurfaceAllocationFlags","features":[430]},{"name":"VMR9VideoDesc","features":[430]},{"name":"VMR9VideoStreamInfo","features":[316,430]},{"name":"VMR9_SampleFieldInterleavedEvenFirst","features":[430]},{"name":"VMR9_SampleFieldInterleavedOddFirst","features":[430]},{"name":"VMR9_SampleFieldSingleEven","features":[430]},{"name":"VMR9_SampleFieldSingleOdd","features":[430]},{"name":"VMR9_SampleFormat","features":[430]},{"name":"VMR9_SampleProgressiveFrame","features":[430]},{"name":"VMR9_SampleReserved","features":[430]},{"name":"VMRALLOCATIONINFO","features":[307,317,318,430]},{"name":"VMRALPHABITMAP","features":[307,317,318,430]},{"name":"VMRBITMAP_DISABLE","features":[430]},{"name":"VMRBITMAP_ENTIREDDS","features":[430]},{"name":"VMRBITMAP_HDC","features":[430]},{"name":"VMRBITMAP_SRCCOLORKEY","features":[430]},{"name":"VMRBITMAP_SRCRECT","features":[430]},{"name":"VMRDeinterlaceCaps","features":[430]},{"name":"VMRDeinterlacePrefs","features":[430]},{"name":"VMRDeinterlaceTech","features":[430]},{"name":"VMRFrequency","features":[430]},{"name":"VMRGUID","features":[430]},{"name":"VMRMONITORINFO","features":[307,318,430]},{"name":"VMRMixerPrefs","features":[430]},{"name":"VMRMode","features":[430]},{"name":"VMRMode_Mask","features":[430]},{"name":"VMRMode_Renderless","features":[430]},{"name":"VMRMode_Windowed","features":[430]},{"name":"VMRMode_Windowless","features":[430]},{"name":"VMRPRESENTATIONINFO","features":[307,317,430]},{"name":"VMRPresentationFlags","features":[430]},{"name":"VMRRenderPrefs","features":[430]},{"name":"VMRSample_Discontinuity","features":[430]},{"name":"VMRSample_Preroll","features":[430]},{"name":"VMRSample_SrcDstRectsValid","features":[430]},{"name":"VMRSample_SyncPoint","features":[430]},{"name":"VMRSample_TimeValid","features":[430]},{"name":"VMRSurfaceAllocationFlags","features":[430]},{"name":"VMRVIDEOSTREAMINFO","features":[317,430]},{"name":"VMRVideoDesc","features":[307,430]},{"name":"VMR_ARMODE_LETTER_BOX","features":[430]},{"name":"VMR_ARMODE_NONE","features":[430]},{"name":"VMR_ASPECT_RATIO_MODE","features":[430]},{"name":"VMR_NOTSUPPORTED","features":[430]},{"name":"VMR_RENDER_DEVICE_OVERLAY","features":[430]},{"name":"VMR_RENDER_DEVICE_SYSMEM","features":[430]},{"name":"VMR_RENDER_DEVICE_VIDMEM","features":[430]},{"name":"VMR_SUPPORTED","features":[430]},{"name":"VariableBitRateAverage","features":[430]},{"name":"VariableBitRatePeak","features":[430]},{"name":"VfwCaptureDialog_Display","features":[430]},{"name":"VfwCaptureDialog_Format","features":[430]},{"name":"VfwCaptureDialog_Source","features":[430]},{"name":"VfwCaptureDialogs","features":[430]},{"name":"VfwCompressDialog_About","features":[430]},{"name":"VfwCompressDialog_Config","features":[430]},{"name":"VfwCompressDialog_QueryAbout","features":[430]},{"name":"VfwCompressDialog_QueryConfig","features":[430]},{"name":"VfwCompressDialogs","features":[430]},{"name":"VideoControlFlag_ExternalTriggerEnable","features":[430]},{"name":"VideoControlFlag_FlipHorizontal","features":[430]},{"name":"VideoControlFlag_FlipVertical","features":[430]},{"name":"VideoControlFlag_Trigger","features":[430]},{"name":"VideoControlFlags","features":[430]},{"name":"VideoCopyProtectionMacrovisionBasic","features":[430]},{"name":"VideoCopyProtectionMacrovisionCBI","features":[430]},{"name":"VideoCopyProtectionType","features":[430]},{"name":"VideoProcAmpFlags","features":[430]},{"name":"VideoProcAmpProperty","features":[430]},{"name":"VideoProcAmp_BacklightCompensation","features":[430]},{"name":"VideoProcAmp_Brightness","features":[430]},{"name":"VideoProcAmp_ColorEnable","features":[430]},{"name":"VideoProcAmp_Contrast","features":[430]},{"name":"VideoProcAmp_Flags_Auto","features":[430]},{"name":"VideoProcAmp_Flags_Manual","features":[430]},{"name":"VideoProcAmp_Gain","features":[430]},{"name":"VideoProcAmp_Gamma","features":[430]},{"name":"VideoProcAmp_Hue","features":[430]},{"name":"VideoProcAmp_Saturation","features":[430]},{"name":"VideoProcAmp_Sharpness","features":[430]},{"name":"VideoProcAmp_WhiteBalance","features":[430]},{"name":"_AMRESCTL_RESERVEFLAGS","features":[430]},{"name":"_AMSTREAMSELECTENABLEFLAGS","features":[430]},{"name":"_AMSTREAMSELECTINFOFLAGS","features":[430]},{"name":"_AM_AUDIO_RENDERER_STAT_PARAM","features":[430]},{"name":"_AM_FILTER_MISC_FLAGS","features":[430]},{"name":"_AM_INTF_SEARCH_FLAGS","features":[430]},{"name":"_AM_OVERLAY_NOTIFY_FLAGS","features":[430]},{"name":"_AM_PIN_FLOW_CONTROL_BLOCK_FLAGS","features":[430]},{"name":"_AM_PUSHSOURCE_FLAGS","features":[430]},{"name":"_AM_RENSDEREXFLAGS","features":[430]},{"name":"_DVDECODERRESOLUTION","features":[430]},{"name":"_DVENCODERFORMAT","features":[430]},{"name":"_DVENCODERRESOLUTION","features":[430]},{"name":"_DVENCODERVIDEOFORMAT","features":[430]},{"name":"_DVRESOLUTION","features":[430]},{"name":"_REM_FILTER_FLAGS","features":[430]},{"name":"g_wszExcludeScriptStreamDeliverySynchronization","features":[430]},{"name":"iBLUE","features":[430]},{"name":"iEGA_COLORS","features":[430]},{"name":"iGREEN","features":[430]},{"name":"iMASK_COLORS","features":[430]},{"name":"iMAXBITS","features":[430]},{"name":"iPALETTE","features":[430]},{"name":"iPALETTE_COLORS","features":[430]},{"name":"iRED","features":[430]},{"name":"iTRUECOLOR","features":[430]}],"434":[{"name":"ANALOG_AUXIN_NETWORK_TYPE","features":[432]},{"name":"ANALOG_FM_NETWORK_TYPE","features":[432]},{"name":"ANALOG_TV_NETWORK_TYPE","features":[432]},{"name":"ATSCChannelTuneRequest","features":[432]},{"name":"ATSCComponentType","features":[432]},{"name":"ATSCLocator","features":[432]},{"name":"ATSCTuningSpace","features":[432]},{"name":"ATSC_EIT_TID","features":[432]},{"name":"ATSC_ETM_LOCATION_IN_PTC_FOR_EVENT","features":[432]},{"name":"ATSC_ETM_LOCATION_IN_PTC_FOR_PSIP","features":[432]},{"name":"ATSC_ETM_LOCATION_NOT_PRESENT","features":[432]},{"name":"ATSC_ETM_LOCATION_RESERVED","features":[432]},{"name":"ATSC_ETT_TID","features":[432]},{"name":"ATSC_FILTER_OPTIONS","features":[307,432]},{"name":"ATSC_MGT_PID","features":[432]},{"name":"ATSC_MGT_TID","features":[432]},{"name":"ATSC_PIT_TID","features":[432]},{"name":"ATSC_RRT_PID","features":[432]},{"name":"ATSC_RRT_TID","features":[432]},{"name":"ATSC_STT_PID","features":[432]},{"name":"ATSC_STT_TID","features":[432]},{"name":"ATSC_TERRESTRIAL_TV_NETWORK_TYPE","features":[432]},{"name":"ATSC_VCT_CABL_TID","features":[432]},{"name":"ATSC_VCT_PID","features":[432]},{"name":"ATSC_VCT_TERR_TID","features":[432]},{"name":"AgeBased","features":[432]},{"name":"AnalogAudioComponentType","features":[432]},{"name":"AnalogLocator","features":[432]},{"name":"AnalogRadioTuningSpace","features":[432]},{"name":"AnalogTVTuningSpace","features":[432]},{"name":"AudioType_Commentary","features":[432]},{"name":"AudioType_Dialogue","features":[432]},{"name":"AudioType_Emergency","features":[432]},{"name":"AudioType_Hearing_Impaired","features":[432]},{"name":"AudioType_Music_And_Effects","features":[432]},{"name":"AudioType_Reserved","features":[432]},{"name":"AudioType_Standard","features":[432]},{"name":"AudioType_Visually_Impaired","features":[432]},{"name":"AudioType_Voiceover","features":[432]},{"name":"AuxInTuningSpace","features":[432]},{"name":"BDANETWORKTYPE_ATSC","features":[432]},{"name":"BDA_DEBUG_DATA","features":[432]},{"name":"BDA_DEBUG_DATA_AVAILABLE","features":[432]},{"name":"BDA_DEBUG_DATA_TYPE_STRING","features":[432]},{"name":"BDA_DigitalSignalStandard","features":[432]},{"name":"BDA_EVENT_DATA","features":[432]},{"name":"BDA_LockType","features":[432]},{"name":"BDA_SignalType","features":[432]},{"name":"BDA_TRANSPORT_INFO","features":[432]},{"name":"BSKYB_TERRESTRIAL_TV_NETWORK_TYPE","features":[432]},{"name":"BadSampleInfo","features":[432]},{"name":"Bda_DigitalStandard_ATSC","features":[432]},{"name":"Bda_DigitalStandard_DVB_C","features":[432]},{"name":"Bda_DigitalStandard_DVB_S","features":[432]},{"name":"Bda_DigitalStandard_DVB_T","features":[432]},{"name":"Bda_DigitalStandard_ISDB_C","features":[432]},{"name":"Bda_DigitalStandard_ISDB_S","features":[432]},{"name":"Bda_DigitalStandard_ISDB_T","features":[432]},{"name":"Bda_DigitalStandard_None","features":[432]},{"name":"Bda_LockType_Complete","features":[432]},{"name":"Bda_LockType_DecoderDemod","features":[432]},{"name":"Bda_LockType_None","features":[432]},{"name":"Bda_LockType_PLL","features":[432]},{"name":"Bda_SignalType_Analog","features":[432]},{"name":"Bda_SignalType_Digital","features":[432]},{"name":"Bda_SignalType_Unknown","features":[432]},{"name":"BfAttrNone","features":[432]},{"name":"BfEnTvRat_Attributes_CAE_TV","features":[432]},{"name":"BfEnTvRat_Attributes_CAF_TV","features":[432]},{"name":"BfEnTvRat_Attributes_MPAA","features":[432]},{"name":"BfEnTvRat_Attributes_US_TV","features":[432]},{"name":"BfEnTvRat_GenericAttributes","features":[432]},{"name":"BfIsAttr_1","features":[432]},{"name":"BfIsAttr_2","features":[432]},{"name":"BfIsAttr_3","features":[432]},{"name":"BfIsAttr_4","features":[432]},{"name":"BfIsAttr_5","features":[432]},{"name":"BfIsAttr_6","features":[432]},{"name":"BfIsAttr_7","features":[432]},{"name":"BfIsBlocked","features":[432]},{"name":"BfValidAttrSubmask","features":[432]},{"name":"BroadcastEventService","features":[432]},{"name":"CAE_IsBlocked","features":[432]},{"name":"CAE_TV_14","features":[432]},{"name":"CAE_TV_18","features":[432]},{"name":"CAE_TV_C","features":[432]},{"name":"CAE_TV_C8","features":[432]},{"name":"CAE_TV_Exempt","features":[432]},{"name":"CAE_TV_G","features":[432]},{"name":"CAE_TV_PG","features":[432]},{"name":"CAE_TV_Reserved","features":[432]},{"name":"CAE_ValidAttrSubmask","features":[432]},{"name":"CAF_IsBlocked","features":[432]},{"name":"CAF_TV_13","features":[432]},{"name":"CAF_TV_16","features":[432]},{"name":"CAF_TV_18","features":[432]},{"name":"CAF_TV_8","features":[432]},{"name":"CAF_TV_Exempt","features":[432]},{"name":"CAF_TV_G","features":[432]},{"name":"CAF_TV_Reserved","features":[432]},{"name":"CAF_TV_Reserved6","features":[432]},{"name":"CAF_ValidAttrSubmask","features":[432]},{"name":"CAPTURE_STREAMTIME","features":[432]},{"name":"CLSID_CPCAFiltersCategory","features":[432]},{"name":"CLSID_DTFilterEncProperties","features":[432]},{"name":"CLSID_DTFilterTagProperties","features":[432]},{"name":"CLSID_ETFilterEncProperties","features":[432]},{"name":"CLSID_ETFilterTagProperties","features":[432]},{"name":"CLSID_Mpeg2TableFilter","features":[432]},{"name":"CLSID_PTFilter","features":[432]},{"name":"CLSID_XDSCodecProperties","features":[432]},{"name":"CLSID_XDSCodecTagProperties","features":[432]},{"name":"COMPONENT_TAG_CAPTION_MAX","features":[432]},{"name":"COMPONENT_TAG_CAPTION_MIN","features":[432]},{"name":"COMPONENT_TAG_SUPERIMPOSE_MAX","features":[432]},{"name":"COMPONENT_TAG_SUPERIMPOSE_MIN","features":[432]},{"name":"CONTENT","features":[432]},{"name":"COPPEventBlockReason","features":[432]},{"name":"COPP_Activate","features":[432]},{"name":"COPP_AeroGlassOff","features":[432]},{"name":"COPP_BadCertificate","features":[432]},{"name":"COPP_BadDriver","features":[432]},{"name":"COPP_DigitalAudioUnprotected","features":[432]},{"name":"COPP_ForbiddenVideo","features":[432]},{"name":"COPP_InvalidBusProtection","features":[432]},{"name":"COPP_NoCardHDCPSupport","features":[432]},{"name":"COPP_NoMonitorHDCPSupport","features":[432]},{"name":"COPP_RogueApp","features":[432]},{"name":"COPP_Unknown","features":[432]},{"name":"CPEVENT_BITSHIFT_COPP","features":[432]},{"name":"CPEVENT_BITSHIFT_DOWNRES","features":[432]},{"name":"CPEVENT_BITSHIFT_LICENSE","features":[432]},{"name":"CPEVENT_BITSHIFT_NO_PLAYREADY","features":[432]},{"name":"CPEVENT_BITSHIFT_PENDING_CERTIFICATE","features":[432]},{"name":"CPEVENT_BITSHIFT_RATINGS","features":[432]},{"name":"CPEVENT_BITSHIFT_ROLLBACK","features":[432]},{"name":"CPEVENT_BITSHIFT_SAC","features":[432]},{"name":"CPEVENT_BITSHIFT_STUBLIB","features":[432]},{"name":"CPEVENT_BITSHIFT_UNTRUSTEDGRAPH","features":[432]},{"name":"CPEVENT_COPP","features":[432]},{"name":"CPEVENT_DOWNRES","features":[432]},{"name":"CPEVENT_LICENSE","features":[432]},{"name":"CPEVENT_NONE","features":[432]},{"name":"CPEVENT_PROTECTWINDOWED","features":[432]},{"name":"CPEVENT_RATINGS","features":[432]},{"name":"CPEVENT_ROLLBACK","features":[432]},{"name":"CPEVENT_SAC","features":[432]},{"name":"CPEVENT_STUBLIB","features":[432]},{"name":"CPEVENT_UNTRUSTEDGRAPH","features":[432]},{"name":"CPEventBitShift","features":[432]},{"name":"CPEvents","features":[432]},{"name":"CPRecordingStatus","features":[432]},{"name":"CRID_LOCATION","features":[432]},{"name":"CRID_LOCATION_DVB_RESERVED1","features":[432]},{"name":"CRID_LOCATION_DVB_RESERVED2","features":[432]},{"name":"CRID_LOCATION_IN_CIT","features":[432]},{"name":"CRID_LOCATION_IN_DESCRIPTOR","features":[432]},{"name":"CROSSBAR_DEFAULT_FLAGS","features":[432]},{"name":"CXDSData","features":[432]},{"name":"Canadian_English","features":[432]},{"name":"Canadian_French","features":[432]},{"name":"ChannelChangeInfo","features":[432]},{"name":"ChannelChangeSpanningEvent_End","features":[432]},{"name":"ChannelChangeSpanningEvent_Start","features":[432]},{"name":"ChannelChangeSpanningEvent_State","features":[432]},{"name":"ChannelIDTuneRequest","features":[432]},{"name":"ChannelIDTuningSpace","features":[432]},{"name":"ChannelInfo","features":[432]},{"name":"ChannelTuneRequest","features":[432]},{"name":"ChannelType","features":[432]},{"name":"ChannelTypeAudio","features":[432]},{"name":"ChannelTypeCaptions","features":[432]},{"name":"ChannelTypeData","features":[432]},{"name":"ChannelTypeInfo","features":[432]},{"name":"ChannelTypeNone","features":[432]},{"name":"ChannelTypeOther","features":[432]},{"name":"ChannelTypeSubtitles","features":[432]},{"name":"ChannelTypeSuperimpose","features":[432]},{"name":"ChannelTypeText","features":[432]},{"name":"ChannelTypeVideo","features":[432]},{"name":"Component","features":[432]},{"name":"ComponentType","features":[432]},{"name":"ComponentTypes","features":[432]},{"name":"Components","features":[432]},{"name":"CreatePropBagOnRegKey","features":[432]},{"name":"DEF_MODE_PROFILE","features":[432]},{"name":"DEF_MODE_STREAMS","features":[432]},{"name":"DESC_LINKAGE_CA_REPLACEMENT","features":[432]},{"name":"DESC_LINKAGE_COMPLETE_NET_BOUQUET_SI","features":[432]},{"name":"DESC_LINKAGE_DATA","features":[432]},{"name":"DESC_LINKAGE_EPG","features":[432]},{"name":"DESC_LINKAGE_INFORMATION","features":[432]},{"name":"DESC_LINKAGE_REPLACEMENT","features":[432]},{"name":"DESC_LINKAGE_RESERVED0","features":[432]},{"name":"DESC_LINKAGE_RESERVED1","features":[432]},{"name":"DESC_LINKAGE_RESERVED2","features":[432]},{"name":"DESC_LINKAGE_TYPE","features":[432]},{"name":"DESC_LINKAGE_USER","features":[432]},{"name":"DIGITAL_CABLE_NETWORK_TYPE","features":[432]},{"name":"DIRECT_TV_SATELLITE_TV_NETWORK_TYPE","features":[432]},{"name":"DISPID_CHTUNER_ACTR_MINOR_CHANNEL","features":[432]},{"name":"DISPID_CHTUNER_ATVAC_CHANNEL","features":[432]},{"name":"DISPID_CHTUNER_ATVDC_CONTENT","features":[432]},{"name":"DISPID_CHTUNER_ATVDC_SYSTEM","features":[432]},{"name":"DISPID_CHTUNER_CIDTR_CHANNELID","features":[432]},{"name":"DISPID_CHTUNER_CTR_CHANNEL","features":[432]},{"name":"DISPID_CHTUNER_DCTR_MAJOR_CHANNEL","features":[432]},{"name":"DISPID_CHTUNER_DCTR_SRCID","features":[432]},{"name":"DISPID_DVBTUNER_DVBC_ATTRIBUTESVALID","features":[432]},{"name":"DISPID_DVBTUNER_DVBC_COMPONENTTYPE","features":[432]},{"name":"DISPID_DVBTUNER_DVBC_PID","features":[432]},{"name":"DISPID_DVBTUNER_DVBC_TAG","features":[432]},{"name":"DISPID_DVBTUNER_ONID","features":[432]},{"name":"DISPID_DVBTUNER_SID","features":[432]},{"name":"DISPID_DVBTUNER_TSID","features":[432]},{"name":"DISPID_MP2TUNERFACTORY_CREATETUNEREQUEST","features":[432]},{"name":"DISPID_MP2TUNER_PROGNO","features":[432]},{"name":"DISPID_MP2TUNER_TSID","features":[432]},{"name":"DISPID_TUNER","features":[432]},{"name":"DISPID_TUNER_ATSCCT_FLAGS","features":[432]},{"name":"DISPID_TUNER_CT_CATEGORY","features":[432]},{"name":"DISPID_TUNER_CT_CLONE","features":[432]},{"name":"DISPID_TUNER_CT_MEDIAFORMATTYPE","features":[432]},{"name":"DISPID_TUNER_CT_MEDIAMAJORTYPE","features":[432]},{"name":"DISPID_TUNER_CT_MEDIASUBTYPE","features":[432]},{"name":"DISPID_TUNER_CT_MEDIATYPE","features":[432]},{"name":"DISPID_TUNER_CT__MEDIAFORMATTYPE","features":[432]},{"name":"DISPID_TUNER_CT__MEDIAMAJORTYPE","features":[432]},{"name":"DISPID_TUNER_CT__MEDIASUBTYPE","features":[432]},{"name":"DISPID_TUNER_C_ANALOG_AUDIO","features":[432]},{"name":"DISPID_TUNER_C_CLONE","features":[432]},{"name":"DISPID_TUNER_C_DESCRIPTION","features":[432]},{"name":"DISPID_TUNER_C_LANGID","features":[432]},{"name":"DISPID_TUNER_C_MP2_PCRPID","features":[432]},{"name":"DISPID_TUNER_C_MP2_PID","features":[432]},{"name":"DISPID_TUNER_C_MP2_PROGNO","features":[432]},{"name":"DISPID_TUNER_C_STATUS","features":[432]},{"name":"DISPID_TUNER_C_TYPE","features":[432]},{"name":"DISPID_TUNER_LCT_LANGID","features":[432]},{"name":"DISPID_TUNER_L_ANALOG_STANDARD","features":[432]},{"name":"DISPID_TUNER_L_ATSC_MP2_PROGNO","features":[432]},{"name":"DISPID_TUNER_L_ATSC_PHYS_CHANNEL","features":[432]},{"name":"DISPID_TUNER_L_ATSC_TSID","features":[432]},{"name":"DISPID_TUNER_L_CARRFREQ","features":[432]},{"name":"DISPID_TUNER_L_CLONE","features":[432]},{"name":"DISPID_TUNER_L_DTV_O_MAJOR_CHANNEL","features":[432]},{"name":"DISPID_TUNER_L_DVBS2_DISEQ_LNB_SOURCE","features":[432]},{"name":"DISPID_TUNER_L_DVBS2_PILOT","features":[432]},{"name":"DISPID_TUNER_L_DVBS2_ROLLOFF","features":[432]},{"name":"DISPID_TUNER_L_DVBS_AZIMUTH","features":[432]},{"name":"DISPID_TUNER_L_DVBS_ELEVATION","features":[432]},{"name":"DISPID_TUNER_L_DVBS_ORBITAL","features":[432]},{"name":"DISPID_TUNER_L_DVBS_POLARISATION","features":[432]},{"name":"DISPID_TUNER_L_DVBS_WEST","features":[432]},{"name":"DISPID_TUNER_L_DVBT2_PHYSICALLAYERPIPEID","features":[432]},{"name":"DISPID_TUNER_L_DVBT_BANDWIDTH","features":[432]},{"name":"DISPID_TUNER_L_DVBT_GUARDINTERVAL","features":[432]},{"name":"DISPID_TUNER_L_DVBT_HALPHA","features":[432]},{"name":"DISPID_TUNER_L_DVBT_INUSE","features":[432]},{"name":"DISPID_TUNER_L_DVBT_LPINNERFECMETHOD","features":[432]},{"name":"DISPID_TUNER_L_DVBT_LPINNERFECRATE","features":[432]},{"name":"DISPID_TUNER_L_DVBT_TRANSMISSIONMODE","features":[432]},{"name":"DISPID_TUNER_L_INNERFECMETHOD","features":[432]},{"name":"DISPID_TUNER_L_INNERFECRATE","features":[432]},{"name":"DISPID_TUNER_L_MOD","features":[432]},{"name":"DISPID_TUNER_L_OUTERFECMETHOD","features":[432]},{"name":"DISPID_TUNER_L_OUTERFECRATE","features":[432]},{"name":"DISPID_TUNER_L_SYMRATE","features":[432]},{"name":"DISPID_TUNER_MP2CT_TYPE","features":[432]},{"name":"DISPID_TUNER_TR_CLONE","features":[432]},{"name":"DISPID_TUNER_TR_COMPONENTS","features":[432]},{"name":"DISPID_TUNER_TR_LOCATOR","features":[432]},{"name":"DISPID_TUNER_TR_TUNINGSPACE","features":[432]},{"name":"DISPID_TUNER_TS_AR_COUNTRYCODE","features":[432]},{"name":"DISPID_TUNER_TS_AR_MAXFREQUENCY","features":[432]},{"name":"DISPID_TUNER_TS_AR_MINFREQUENCY","features":[432]},{"name":"DISPID_TUNER_TS_AR_STEP","features":[432]},{"name":"DISPID_TUNER_TS_ATSC_MAXMINORCHANNEL","features":[432]},{"name":"DISPID_TUNER_TS_ATSC_MAXPHYSCHANNEL","features":[432]},{"name":"DISPID_TUNER_TS_ATSC_MINMINORCHANNEL","features":[432]},{"name":"DISPID_TUNER_TS_ATSC_MINPHYSCHANNEL","features":[432]},{"name":"DISPID_TUNER_TS_ATV_COUNTRYCODE","features":[432]},{"name":"DISPID_TUNER_TS_ATV_INPUTTYPE","features":[432]},{"name":"DISPID_TUNER_TS_ATV_MAXCHANNEL","features":[432]},{"name":"DISPID_TUNER_TS_ATV_MINCHANNEL","features":[432]},{"name":"DISPID_TUNER_TS_AUX_COUNTRYCODE","features":[432]},{"name":"DISPID_TUNER_TS_CLONE","features":[432]},{"name":"DISPID_TUNER_TS_CLSID","features":[432]},{"name":"DISPID_TUNER_TS_CREATETUNEREQUEST","features":[432]},{"name":"DISPID_TUNER_TS_DC_MAXMAJORCHANNEL","features":[432]},{"name":"DISPID_TUNER_TS_DC_MAXSOURCEID","features":[432]},{"name":"DISPID_TUNER_TS_DC_MINMAJORCHANNEL","features":[432]},{"name":"DISPID_TUNER_TS_DC_MINSOURCEID","features":[432]},{"name":"DISPID_TUNER_TS_DEFAULTPREFERREDCOMPONENTTYPES","features":[432]},{"name":"DISPID_TUNER_TS_DEFLOCATOR","features":[432]},{"name":"DISPID_TUNER_TS_DVB2_NETWORK_ID","features":[432]},{"name":"DISPID_TUNER_TS_DVBS2_HI_OSC_FREQ_OVERRIDE","features":[432]},{"name":"DISPID_TUNER_TS_DVBS2_LNB_SWITCH_FREQ_OVERRIDE","features":[432]},{"name":"DISPID_TUNER_TS_DVBS2_LOW_OSC_FREQ_OVERRIDE","features":[432]},{"name":"DISPID_TUNER_TS_DVBS2_SPECTRAL_INVERSION_OVERRIDE","features":[432]},{"name":"DISPID_TUNER_TS_DVBS_HI_OSC_FREQ","features":[432]},{"name":"DISPID_TUNER_TS_DVBS_INPUT_RANGE","features":[432]},{"name":"DISPID_TUNER_TS_DVBS_LNB_SWITCH_FREQ","features":[432]},{"name":"DISPID_TUNER_TS_DVBS_LOW_OSC_FREQ","features":[432]},{"name":"DISPID_TUNER_TS_DVBS_SPECTRAL_INVERSION","features":[432]},{"name":"DISPID_TUNER_TS_DVB_SYSTEMTYPE","features":[432]},{"name":"DISPID_TUNER_TS_ENUMCATEGORYGUIDS","features":[432]},{"name":"DISPID_TUNER_TS_ENUMDEVICEMONIKERS","features":[432]},{"name":"DISPID_TUNER_TS_FREQMAP","features":[432]},{"name":"DISPID_TUNER_TS_FRIENDLYNAME","features":[432]},{"name":"DISPID_TUNER_TS_NETWORKTYPE","features":[432]},{"name":"DISPID_TUNER_TS_UNIQUENAME","features":[432]},{"name":"DISPID_TUNER_TS__NETWORKTYPE","features":[432]},{"name":"DOWNRES_Always","features":[432]},{"name":"DOWNRES_InWindowOnly","features":[432]},{"name":"DOWNRES_Undefined","features":[432]},{"name":"DSATTRIB_BadSampleInfo","features":[432]},{"name":"DSATTRIB_WMDRMProtectionInfo","features":[432]},{"name":"DSHOW_STREAM_DESC","features":[307,432]},{"name":"DSMCC_ELEMENT","features":[432]},{"name":"DSMCC_FILTER_OPTIONS","features":[307,432]},{"name":"DSMCC_SECTION","features":[432]},{"name":"DTFilter","features":[432]},{"name":"DTV_CardStatus_Error","features":[432]},{"name":"DTV_CardStatus_FirmwareDownload","features":[432]},{"name":"DTV_CardStatus_Inserted","features":[432]},{"name":"DTV_CardStatus_Removed","features":[432]},{"name":"DTV_Entitlement_CanDecrypt","features":[432]},{"name":"DTV_Entitlement_NotEntitled","features":[432]},{"name":"DTV_Entitlement_TechnicalFailure","features":[432]},{"name":"DTV_MMIMessage_Close","features":[432]},{"name":"DTV_MMIMessage_Open","features":[432]},{"name":"DVBCLocator","features":[432]},{"name":"DVBSLocator","features":[432]},{"name":"DVBSTuningSpace","features":[432]},{"name":"DVBS_SCAN_TABLE_MAX_SIZE","features":[432]},{"name":"DVBScramblingControlSpanningEvent","features":[307,432]},{"name":"DVBTLocator","features":[432]},{"name":"DVBTLocator2","features":[432]},{"name":"DVBTuneRequest","features":[432]},{"name":"DVBTuningSpace","features":[432]},{"name":"DVB_BAT_PID","features":[432]},{"name":"DVB_BAT_TID","features":[432]},{"name":"DVB_CABLE_TV_NETWORK_TYPE","features":[432]},{"name":"DVB_DIT_PID","features":[432]},{"name":"DVB_DIT_TID","features":[432]},{"name":"DVB_EIT_ACTUAL_TID","features":[432]},{"name":"DVB_EIT_FILTER_OPTIONS","features":[307,432]},{"name":"DVB_EIT_OTHER_TID","features":[432]},{"name":"DVB_EIT_PID","features":[432]},{"name":"DVB_NIT_ACTUAL_TID","features":[432]},{"name":"DVB_NIT_OTHER_TID","features":[432]},{"name":"DVB_NIT_PID","features":[432]},{"name":"DVB_RST_PID","features":[432]},{"name":"DVB_RST_TID","features":[432]},{"name":"DVB_SATELLITE_TV_NETWORK_TYPE","features":[432]},{"name":"DVB_SDT_ACTUAL_TID","features":[432]},{"name":"DVB_SDT_OTHER_TID","features":[432]},{"name":"DVB_SDT_PID","features":[432]},{"name":"DVB_SIT_PID","features":[432]},{"name":"DVB_SIT_TID","features":[432]},{"name":"DVB_STRCONV_MODE","features":[432]},{"name":"DVB_ST_PID_16","features":[432]},{"name":"DVB_ST_PID_17","features":[432]},{"name":"DVB_ST_PID_18","features":[432]},{"name":"DVB_ST_PID_19","features":[432]},{"name":"DVB_ST_PID_20","features":[432]},{"name":"DVB_ST_TID","features":[432]},{"name":"DVB_TDT_PID","features":[432]},{"name":"DVB_TDT_TID","features":[432]},{"name":"DVB_TERRESTRIAL_TV_NETWORK_TYPE","features":[432]},{"name":"DVB_TOT_PID","features":[432]},{"name":"DVB_TOT_TID","features":[432]},{"name":"DVDFilterState","features":[432]},{"name":"DVDMenuIDConstants","features":[432]},{"name":"DVDSPExt","features":[432]},{"name":"DVDTextStringType","features":[432]},{"name":"DVR_STREAM_DESC","features":[307,432,431]},{"name":"DigitalCableLocator","features":[432]},{"name":"DigitalCableTuneRequest","features":[432]},{"name":"DigitalCableTuningSpace","features":[432]},{"name":"DigitalLocator","features":[432]},{"name":"DisplaySizeList","features":[432]},{"name":"DownResEventParam","features":[432]},{"name":"DualMonoInfo","features":[432]},{"name":"DvbParentalRatingDescriptor","features":[432]},{"name":"DvbParentalRatingParam","features":[432]},{"name":"ECHOSTAR_SATELLITE_TV_NETWORK_TYPE","features":[432]},{"name":"ENCDEC_CPEVENT","features":[432]},{"name":"ENCDEC_RECORDING_STATUS","features":[432]},{"name":"ESEventFactory","features":[432]},{"name":"ESEventService","features":[432]},{"name":"ETFilter","features":[432]},{"name":"EVENTID_ARIBcontentSpanningEvent","features":[432]},{"name":"EVENTID_AudioDescriptorSpanningEvent","features":[432]},{"name":"EVENTID_AudioTypeSpanningEvent","features":[432]},{"name":"EVENTID_BDAConditionalAccessTAG","features":[432]},{"name":"EVENTID_BDAEventingServicePendingEvent","features":[432]},{"name":"EVENTID_BDA_CASBroadcastMMI","features":[432]},{"name":"EVENTID_BDA_CASCloseMMI","features":[432]},{"name":"EVENTID_BDA_CASOpenMMI","features":[432]},{"name":"EVENTID_BDA_CASReleaseTuner","features":[432]},{"name":"EVENTID_BDA_CASRequestTuner","features":[432]},{"name":"EVENTID_BDA_DiseqCResponseAvailable","features":[432]},{"name":"EVENTID_BDA_EncoderSignalLock","features":[432]},{"name":"EVENTID_BDA_FdcStatus","features":[432]},{"name":"EVENTID_BDA_FdcTableSection","features":[432]},{"name":"EVENTID_BDA_GPNVValueUpdate","features":[432]},{"name":"EVENTID_BDA_GuideDataAvailable","features":[432]},{"name":"EVENTID_BDA_GuideDataError","features":[432]},{"name":"EVENTID_BDA_GuideServiceInformationUpdated","features":[432]},{"name":"EVENTID_BDA_IsdbCASResponse","features":[432]},{"name":"EVENTID_BDA_LbigsCloseConnectionHandle","features":[432]},{"name":"EVENTID_BDA_LbigsOpenConnection","features":[432]},{"name":"EVENTID_BDA_LbigsSendData","features":[432]},{"name":"EVENTID_BDA_RatingPinReset","features":[432]},{"name":"EVENTID_BDA_TransprtStreamSelectorInfo","features":[432]},{"name":"EVENTID_BDA_TunerNoSignal","features":[432]},{"name":"EVENTID_BDA_TunerSignalLock","features":[432]},{"name":"EVENTID_BDA_UpdateDrmStatus","features":[432]},{"name":"EVENTID_BDA_UpdateScanState","features":[432]},{"name":"EVENTID_CADenialCountChanged","features":[432]},{"name":"EVENTID_CASFailureSpanningEvent","features":[432]},{"name":"EVENTID_CSDescriptorSpanningEvent","features":[432]},{"name":"EVENTID_CandidatePostTuneData","features":[432]},{"name":"EVENTID_CardStatusChanged","features":[432]},{"name":"EVENTID_ChannelChangeSpanningEvent","features":[432]},{"name":"EVENTID_ChannelInfoSpanningEvent","features":[432]},{"name":"EVENTID_ChannelTypeSpanningEvent","features":[432]},{"name":"EVENTID_CtxADescriptorSpanningEvent","features":[432]},{"name":"EVENTID_DFNWithNoActualAVData","features":[432]},{"name":"EVENTID_DRMParingStatusChanged","features":[432]},{"name":"EVENTID_DRMParingStepComplete","features":[432]},{"name":"EVENTID_DTFilterCOPPBlock","features":[432]},{"name":"EVENTID_DTFilterCOPPUnblock","features":[432]},{"name":"EVENTID_DTFilterDataFormatFailure","features":[432]},{"name":"EVENTID_DTFilterDataFormatOK","features":[432]},{"name":"EVENTID_DTFilterRatingChange","features":[432]},{"name":"EVENTID_DTFilterRatingsBlock","features":[432]},{"name":"EVENTID_DTFilterRatingsUnblock","features":[432]},{"name":"EVENTID_DTFilterXDSPacket","features":[432]},{"name":"EVENTID_DVBScramblingControlSpanningEvent","features":[432]},{"name":"EVENTID_DemultiplexerFilterDiscontinuity","features":[432]},{"name":"EVENTID_DualMonoSpanningEvent","features":[432]},{"name":"EVENTID_DvbParentalRatingDescriptor","features":[432]},{"name":"EVENTID_EASMessageReceived","features":[432]},{"name":"EVENTID_ETDTFilterLicenseFailure","features":[432]},{"name":"EVENTID_ETDTFilterLicenseOK","features":[432]},{"name":"EVENTID_ETFilterCopyNever","features":[432]},{"name":"EVENTID_ETFilterCopyOnce","features":[432]},{"name":"EVENTID_ETFilterEncryptionOff","features":[432]},{"name":"EVENTID_ETFilterEncryptionOn","features":[432]},{"name":"EVENTID_EmmMessageSpanningEvent","features":[432]},{"name":"EVENTID_EncDecFilterError","features":[432]},{"name":"EVENTID_EncDecFilterEvent","features":[432]},{"name":"EVENTID_EntitlementChanged","features":[432]},{"name":"EVENTID_FormatNotSupportedEvent","features":[432]},{"name":"EVENTID_LanguageSpanningEvent","features":[432]},{"name":"EVENTID_MMIMessage","features":[432]},{"name":"EVENTID_NewSignalAcquired","features":[432]},{"name":"EVENTID_PBDAParentalControlEvent","features":[432]},{"name":"EVENTID_PIDListSpanningEvent","features":[432]},{"name":"EVENTID_PSITable","features":[432]},{"name":"EVENTID_RRTSpanningEvent","features":[432]},{"name":"EVENTID_SBE2RecControlStarted","features":[432]},{"name":"EVENTID_SBE2RecControlStopped","features":[432]},{"name":"EVENTID_STBChannelNumber","features":[432]},{"name":"EVENTID_ServiceTerminated","features":[432]},{"name":"EVENTID_SignalAndServiceStatusSpanningEvent","features":[432]},{"name":"EVENTID_SignalStatusChanged","features":[432]},{"name":"EVENTID_StreamIDSpanningEvent","features":[432]},{"name":"EVENTID_StreamTypeSpanningEvent","features":[432]},{"name":"EVENTID_SubtitleSpanningEvent","features":[432]},{"name":"EVENTID_TeletextSpanningEvent","features":[432]},{"name":"EVENTID_TuneFailureEvent","features":[432]},{"name":"EVENTID_TuneFailureSpanningEvent","features":[432]},{"name":"EVENTID_TuningChanged","features":[432]},{"name":"EVENTID_TuningChanging","features":[432]},{"name":"EVENTID_XDSCodecDuplicateXDSRating","features":[432]},{"name":"EVENTID_XDSCodecNewXDSPacket","features":[432]},{"name":"EVENTID_XDSCodecNewXDSRating","features":[432]},{"name":"EVENTTYPE_CASDescrambleFailureEvent","features":[432]},{"name":"EnTag_Mode","features":[432]},{"name":"EnTag_Once","features":[432]},{"name":"EnTag_Remove","features":[432]},{"name":"EnTag_Repeat","features":[432]},{"name":"EnTvRat_CAE_TV","features":[432]},{"name":"EnTvRat_CAF_TV","features":[432]},{"name":"EnTvRat_GenericLevel","features":[432]},{"name":"EnTvRat_MPAA","features":[432]},{"name":"EnTvRat_System","features":[432]},{"name":"EnTvRat_US_TV","features":[432]},{"name":"EncDecEvents","features":[432]},{"name":"EvalRat","features":[432]},{"name":"FORMATNOTSUPPORTED_CLEAR","features":[432]},{"name":"FORMATNOTSUPPORTED_NOTSUPPORTED","features":[432]},{"name":"FORMATTYPE_CPFilters_Processed","features":[432]},{"name":"FORMATTYPE_ETDTFilter_Tagged","features":[432]},{"name":"FormatNotSupportedEvents","features":[432]},{"name":"FrameMode","features":[432]},{"name":"IATSCChannelTuneRequest","features":[432,358]},{"name":"IATSCComponentType","features":[432,358]},{"name":"IATSCLocator","features":[432,358]},{"name":"IATSCLocator2","features":[432,358]},{"name":"IATSCTuningSpace","features":[432,358]},{"name":"IATSC_EIT","features":[432]},{"name":"IATSC_ETT","features":[432]},{"name":"IATSC_MGT","features":[432]},{"name":"IATSC_STT","features":[432]},{"name":"IATSC_VCT","features":[432]},{"name":"IAnalogAudioComponentType","features":[432,358]},{"name":"IAnalogLocator","features":[432,358]},{"name":"IAnalogRadioTuningSpace","features":[432,358]},{"name":"IAnalogRadioTuningSpace2","features":[432,358]},{"name":"IAnalogTVTuningSpace","features":[432,358]},{"name":"IAtscContentAdvisoryDescriptor","features":[432]},{"name":"IAtscPsipParser","features":[432]},{"name":"IAttributeGet","features":[432]},{"name":"IAttributeSet","features":[432]},{"name":"IAuxInTuningSpace","features":[432,358]},{"name":"IAuxInTuningSpace2","features":[432,358]},{"name":"IBDAComparable","features":[432]},{"name":"IBDACreateTuneRequestEx","features":[432]},{"name":"IBDA_TIF_REGISTRATION","features":[432]},{"name":"ICAT","features":[432]},{"name":"ICaptionServiceDescriptor","features":[432]},{"name":"IChannelIDTuneRequest","features":[432,358]},{"name":"IChannelTuneRequest","features":[432,358]},{"name":"IComponent","features":[432,358]},{"name":"IComponentType","features":[432,358]},{"name":"IComponentTypes","features":[432,358]},{"name":"IComponents","features":[432,358]},{"name":"IComponentsOld","features":[432,358]},{"name":"ICreatePropBagOnRegKey","features":[432]},{"name":"IDTFilter","features":[432]},{"name":"IDTFilter2","features":[432]},{"name":"IDTFilter3","features":[432]},{"name":"IDTFilterConfig","features":[432]},{"name":"IDTFilterEvents","features":[432,358]},{"name":"IDTFilterLicenseRenewal","features":[432]},{"name":"IDVBCLocator","features":[432,358]},{"name":"IDVBSLocator","features":[432,358]},{"name":"IDVBSLocator2","features":[432,358]},{"name":"IDVBSTuningSpace","features":[432,358]},{"name":"IDVBTLocator","features":[432,358]},{"name":"IDVBTLocator2","features":[432,358]},{"name":"IDVBTuneRequest","features":[432,358]},{"name":"IDVBTuningSpace","features":[432,358]},{"name":"IDVBTuningSpace2","features":[432,358]},{"name":"IDVB_BAT","features":[432]},{"name":"IDVB_DIT","features":[432]},{"name":"IDVB_EIT","features":[432]},{"name":"IDVB_EIT2","features":[432]},{"name":"IDVB_NIT","features":[432]},{"name":"IDVB_RST","features":[432]},{"name":"IDVB_SDT","features":[432]},{"name":"IDVB_SIT","features":[432]},{"name":"IDVB_ST","features":[432]},{"name":"IDVB_TDT","features":[432]},{"name":"IDVB_TOT","features":[432]},{"name":"IDigitalCableLocator","features":[432,358]},{"name":"IDigitalCableTuneRequest","features":[432,358]},{"name":"IDigitalCableTuningSpace","features":[432,358]},{"name":"IDigitalLocator","features":[432,358]},{"name":"IDvbCableDeliverySystemDescriptor","features":[432]},{"name":"IDvbComponentDescriptor","features":[432]},{"name":"IDvbContentDescriptor","features":[432]},{"name":"IDvbContentIdentifierDescriptor","features":[432]},{"name":"IDvbDataBroadcastDescriptor","features":[432]},{"name":"IDvbDataBroadcastIDDescriptor","features":[432]},{"name":"IDvbDefaultAuthorityDescriptor","features":[432]},{"name":"IDvbExtendedEventDescriptor","features":[432]},{"name":"IDvbFrequencyListDescriptor","features":[432]},{"name":"IDvbHDSimulcastLogicalChannelDescriptor","features":[432]},{"name":"IDvbLinkageDescriptor","features":[432]},{"name":"IDvbLogicalChannel2Descriptor","features":[432]},{"name":"IDvbLogicalChannelDescriptor","features":[432]},{"name":"IDvbLogicalChannelDescriptor2","features":[432]},{"name":"IDvbMultilingualServiceNameDescriptor","features":[432]},{"name":"IDvbNetworkNameDescriptor","features":[432]},{"name":"IDvbParentalRatingDescriptor","features":[432]},{"name":"IDvbPrivateDataSpecifierDescriptor","features":[432]},{"name":"IDvbSatelliteDeliverySystemDescriptor","features":[432]},{"name":"IDvbServiceAttributeDescriptor","features":[432]},{"name":"IDvbServiceDescriptor","features":[432]},{"name":"IDvbServiceDescriptor2","features":[432]},{"name":"IDvbServiceListDescriptor","features":[432]},{"name":"IDvbShortEventDescriptor","features":[432]},{"name":"IDvbSiParser","features":[432]},{"name":"IDvbSiParser2","features":[432]},{"name":"IDvbSubtitlingDescriptor","features":[432]},{"name":"IDvbTeletextDescriptor","features":[432]},{"name":"IDvbTerrestrial2DeliverySystemDescriptor","features":[432]},{"name":"IDvbTerrestrialDeliverySystemDescriptor","features":[432]},{"name":"IESCloseMmiEvent","features":[432]},{"name":"IESEventFactory","features":[432]},{"name":"IESEventService","features":[432]},{"name":"IESEventServiceConfiguration","features":[432]},{"name":"IESFileExpiryDateEvent","features":[432]},{"name":"IESIsdbCasResponseEvent","features":[432]},{"name":"IESLicenseRenewalResultEvent","features":[432]},{"name":"IESOpenMmiEvent","features":[432]},{"name":"IESRequestTunerEvent","features":[432]},{"name":"IESValueUpdatedEvent","features":[432]},{"name":"IETFilter","features":[432]},{"name":"IETFilterConfig","features":[432]},{"name":"IETFilterEvents","features":[432,358]},{"name":"IEnumComponentTypes","features":[432]},{"name":"IEnumComponents","features":[432]},{"name":"IEnumGuideDataProperties","features":[432]},{"name":"IEnumMSVidGraphSegment","features":[432]},{"name":"IEnumStreamBufferRecordingAttrib","features":[432]},{"name":"IEnumTuneRequests","features":[432]},{"name":"IEnumTuningSpaces","features":[432]},{"name":"IEvalRat","features":[432,358]},{"name":"IGenericDescriptor","features":[432]},{"name":"IGenericDescriptor2","features":[432]},{"name":"IGpnvsCommonBase","features":[432]},{"name":"IGuideData","features":[432]},{"name":"IGuideDataEvent","features":[432]},{"name":"IGuideDataLoader","features":[432]},{"name":"IGuideDataProperty","features":[432]},{"name":"IISDBSLocator","features":[432,358]},{"name":"IISDB_BIT","features":[432]},{"name":"IISDB_CDT","features":[432]},{"name":"IISDB_EMM","features":[432]},{"name":"IISDB_LDT","features":[432]},{"name":"IISDB_NBIT","features":[432]},{"name":"IISDB_SDT","features":[432]},{"name":"IISDB_SDTT","features":[432]},{"name":"IIsdbAudioComponentDescriptor","features":[432]},{"name":"IIsdbCAContractInformationDescriptor","features":[432]},{"name":"IIsdbCADescriptor","features":[432]},{"name":"IIsdbCAServiceDescriptor","features":[432]},{"name":"IIsdbComponentGroupDescriptor","features":[432]},{"name":"IIsdbDataContentDescriptor","features":[432]},{"name":"IIsdbDigitalCopyControlDescriptor","features":[432]},{"name":"IIsdbDownloadContentDescriptor","features":[432]},{"name":"IIsdbEmergencyInformationDescriptor","features":[432]},{"name":"IIsdbEventGroupDescriptor","features":[432]},{"name":"IIsdbHierarchicalTransmissionDescriptor","features":[432]},{"name":"IIsdbLogoTransmissionDescriptor","features":[432]},{"name":"IIsdbSIParameterDescriptor","features":[432]},{"name":"IIsdbSeriesDescriptor","features":[432]},{"name":"IIsdbSiParser2","features":[432]},{"name":"IIsdbTSInformationDescriptor","features":[432]},{"name":"IIsdbTerrestrialDeliverySystemDescriptor","features":[432]},{"name":"ILanguageComponentType","features":[432,358]},{"name":"ILocator","features":[432,358]},{"name":"IMPEG2Component","features":[432,358]},{"name":"IMPEG2ComponentType","features":[432,358]},{"name":"IMPEG2TuneRequest","features":[432,358]},{"name":"IMPEG2TuneRequestFactory","features":[432,358]},{"name":"IMPEG2TuneRequestSupport","features":[432]},{"name":"IMPEG2_TIF_CONTROL","features":[432]},{"name":"IMSEventBinder","features":[432,358]},{"name":"IMSVidAnalogTuner","features":[432,358]},{"name":"IMSVidAnalogTuner2","features":[432,358]},{"name":"IMSVidAnalogTunerEvent","features":[432,358]},{"name":"IMSVidAudioRenderer","features":[432,358]},{"name":"IMSVidAudioRendererDevices","features":[432,358]},{"name":"IMSVidAudioRendererEvent","features":[432,358]},{"name":"IMSVidAudioRendererEvent2","features":[432,358]},{"name":"IMSVidClosedCaptioning","features":[432,358]},{"name":"IMSVidClosedCaptioning2","features":[432,358]},{"name":"IMSVidClosedCaptioning3","features":[432,358]},{"name":"IMSVidCompositionSegment","features":[432,358]},{"name":"IMSVidCtl","features":[432,358]},{"name":"IMSVidDataServices","features":[432,358]},{"name":"IMSVidDataServicesEvent","features":[432,358]},{"name":"IMSVidDevice","features":[432,358]},{"name":"IMSVidDevice2","features":[432]},{"name":"IMSVidDeviceEvent","features":[432,358]},{"name":"IMSVidEVR","features":[432,358]},{"name":"IMSVidEVREvent","features":[432,358]},{"name":"IMSVidEncoder","features":[432,358]},{"name":"IMSVidFeature","features":[432,358]},{"name":"IMSVidFeatureEvent","features":[432,358]},{"name":"IMSVidFeatures","features":[432,358]},{"name":"IMSVidFilePlayback","features":[432,358]},{"name":"IMSVidFilePlayback2","features":[432,358]},{"name":"IMSVidFilePlaybackEvent","features":[432,358]},{"name":"IMSVidGenericSink","features":[432,358]},{"name":"IMSVidGenericSink2","features":[432,358]},{"name":"IMSVidGraphSegment","features":[432,358]},{"name":"IMSVidGraphSegmentContainer","features":[432]},{"name":"IMSVidGraphSegmentUserInput","features":[432]},{"name":"IMSVidInputDevice","features":[432,358]},{"name":"IMSVidInputDeviceEvent","features":[432,358]},{"name":"IMSVidInputDevices","features":[432,358]},{"name":"IMSVidOutputDevice","features":[432,358]},{"name":"IMSVidOutputDeviceEvent","features":[432,358]},{"name":"IMSVidOutputDevices","features":[432,358]},{"name":"IMSVidPlayback","features":[432,358]},{"name":"IMSVidPlaybackEvent","features":[432,358]},{"name":"IMSVidRect","features":[432,358]},{"name":"IMSVidStreamBufferRecordingControl","features":[432,358]},{"name":"IMSVidStreamBufferSink","features":[432,358]},{"name":"IMSVidStreamBufferSink2","features":[432,358]},{"name":"IMSVidStreamBufferSink3","features":[432,358]},{"name":"IMSVidStreamBufferSinkEvent","features":[432,358]},{"name":"IMSVidStreamBufferSinkEvent2","features":[432,358]},{"name":"IMSVidStreamBufferSinkEvent3","features":[432,358]},{"name":"IMSVidStreamBufferSinkEvent4","features":[432,358]},{"name":"IMSVidStreamBufferSource","features":[432,358]},{"name":"IMSVidStreamBufferSource2","features":[432,358]},{"name":"IMSVidStreamBufferSourceEvent","features":[432,358]},{"name":"IMSVidStreamBufferSourceEvent2","features":[432,358]},{"name":"IMSVidStreamBufferSourceEvent3","features":[432,358]},{"name":"IMSVidStreamBufferV2SourceEvent","features":[432,358]},{"name":"IMSVidTuner","features":[432,358]},{"name":"IMSVidTunerEvent","features":[432,358]},{"name":"IMSVidVMR9","features":[432,358]},{"name":"IMSVidVRGraphSegment","features":[432,358]},{"name":"IMSVidVideoInputDevice","features":[432,358]},{"name":"IMSVidVideoRenderer","features":[432,358]},{"name":"IMSVidVideoRenderer2","features":[432,358]},{"name":"IMSVidVideoRendererDevices","features":[432,358]},{"name":"IMSVidVideoRendererEvent","features":[432,358]},{"name":"IMSVidVideoRendererEvent2","features":[432,358]},{"name":"IMSVidWebDVD","features":[432,358]},{"name":"IMSVidWebDVD2","features":[432,358]},{"name":"IMSVidWebDVDAdm","features":[432,358]},{"name":"IMSVidWebDVDEvent","features":[432,358]},{"name":"IMSVidXDS","features":[432,358]},{"name":"IMSVidXDSEvent","features":[432,358]},{"name":"IMceBurnerControl","features":[432]},{"name":"IMpeg2Data","features":[432]},{"name":"IMpeg2Stream","features":[432]},{"name":"IMpeg2TableFilter","features":[432]},{"name":"IPAT","features":[432]},{"name":"IPBDAAttributesDescriptor","features":[432]},{"name":"IPBDAEntitlementDescriptor","features":[432]},{"name":"IPBDASiParser","features":[432]},{"name":"IPBDA_EIT","features":[432]},{"name":"IPBDA_Services","features":[432]},{"name":"IPMT","features":[432]},{"name":"IPSITables","features":[432]},{"name":"IPTFilterLicenseRenewal","features":[432]},{"name":"IPersistTuneXml","features":[432,358]},{"name":"IPersistTuneXmlUtility","features":[432]},{"name":"IPersistTuneXmlUtility2","features":[432]},{"name":"IRegisterTuner","features":[432]},{"name":"ISBE2Crossbar","features":[432]},{"name":"ISBE2EnumStream","features":[432]},{"name":"ISBE2FileScan","features":[432]},{"name":"ISBE2GlobalEvent","features":[432]},{"name":"ISBE2GlobalEvent2","features":[432]},{"name":"ISBE2MediaTypeProfile","features":[432]},{"name":"ISBE2SpanningEvent","features":[432]},{"name":"ISBE2StreamMap","features":[432]},{"name":"ISCTE_EAS","features":[432]},{"name":"ISDBSLocator","features":[432]},{"name":"ISDB_BIT_PID","features":[432]},{"name":"ISDB_BIT_TID","features":[432]},{"name":"ISDB_CABLE_TV_NETWORK_TYPE","features":[432]},{"name":"ISDB_CDT_PID","features":[432]},{"name":"ISDB_CDT_TID","features":[432]},{"name":"ISDB_EMM_TID","features":[432]},{"name":"ISDB_LDT_PID","features":[432]},{"name":"ISDB_LDT_TID","features":[432]},{"name":"ISDB_NBIT_MSG_TID","features":[432]},{"name":"ISDB_NBIT_PID","features":[432]},{"name":"ISDB_NBIT_REF_TID","features":[432]},{"name":"ISDB_SATELLITE_TV_NETWORK_TYPE","features":[432]},{"name":"ISDB_SDTT_ALT_PID","features":[432]},{"name":"ISDB_SDTT_PID","features":[432]},{"name":"ISDB_SDTT_TID","features":[432]},{"name":"ISDB_ST_TID","features":[432]},{"name":"ISDB_S_NETWORK_TYPE","features":[432]},{"name":"ISDB_TERRESTRIAL_TV_NETWORK_TYPE","features":[432]},{"name":"ISDB_T_NETWORK_TYPE","features":[432]},{"name":"ISIInbandEPG","features":[432]},{"name":"ISIInbandEPGEvent","features":[432]},{"name":"IScanningTuner","features":[432]},{"name":"IScanningTunerEx","features":[432]},{"name":"ISectionList","features":[432]},{"name":"IServiceLocationDescriptor","features":[432]},{"name":"IStreamBufferConfigure","features":[432]},{"name":"IStreamBufferConfigure2","features":[432]},{"name":"IStreamBufferConfigure3","features":[432]},{"name":"IStreamBufferDataCounters","features":[432]},{"name":"IStreamBufferInitialize","features":[432]},{"name":"IStreamBufferMediaSeeking","features":[432]},{"name":"IStreamBufferMediaSeeking2","features":[432]},{"name":"IStreamBufferRecComp","features":[432]},{"name":"IStreamBufferRecordControl","features":[432]},{"name":"IStreamBufferRecordingAttribute","features":[432]},{"name":"IStreamBufferSink","features":[432]},{"name":"IStreamBufferSink2","features":[432]},{"name":"IStreamBufferSink3","features":[432]},{"name":"IStreamBufferSource","features":[432]},{"name":"ITSDT","features":[432]},{"name":"ITuneRequest","features":[432,358]},{"name":"ITuneRequestInfo","features":[432]},{"name":"ITuneRequestInfoEx","features":[432]},{"name":"ITuner","features":[432]},{"name":"ITunerCap","features":[432]},{"name":"ITunerCapEx","features":[432]},{"name":"ITuningSpace","features":[432,358]},{"name":"ITuningSpaceContainer","features":[432,358]},{"name":"ITuningSpaces","features":[432,358]},{"name":"IXDSCodec","features":[432]},{"name":"IXDSCodecConfig","features":[432]},{"name":"IXDSCodecEvents","features":[432,358]},{"name":"IXDSToRat","features":[432,358]},{"name":"KSCATEGORY_BDA_IP_SINK","features":[432]},{"name":"KSCATEGORY_BDA_NETWORK_EPG","features":[432]},{"name":"KSCATEGORY_BDA_NETWORK_PROVIDER","features":[432]},{"name":"KSCATEGORY_BDA_NETWORK_TUNER","features":[432]},{"name":"KSCATEGORY_BDA_RECEIVER_COMPONENT","features":[432]},{"name":"KSCATEGORY_BDA_TRANSPORT_INFORMATION","features":[432]},{"name":"KSDATAFORMAT_SPECIFIER_BDA_IP","features":[432]},{"name":"KSDATAFORMAT_SPECIFIER_BDA_TRANSPORT","features":[432]},{"name":"KSDATAFORMAT_SUBTYPE_ATSC_SI","features":[432]},{"name":"KSDATAFORMAT_SUBTYPE_BDA_IP","features":[432]},{"name":"KSDATAFORMAT_SUBTYPE_BDA_IP_CONTROL","features":[432]},{"name":"KSDATAFORMAT_SUBTYPE_BDA_MPEG2_TRANSPORT","features":[432]},{"name":"KSDATAFORMAT_SUBTYPE_BDA_OPENCABLE_OOB_PSIP","features":[432]},{"name":"KSDATAFORMAT_SUBTYPE_BDA_OPENCABLE_PSIP","features":[432]},{"name":"KSDATAFORMAT_SUBTYPE_DVB_SI","features":[432]},{"name":"KSDATAFORMAT_SUBTYPE_ISDB_SI","features":[432]},{"name":"KSDATAFORMAT_SUBTYPE_PBDA_TRANSPORT_RAW","features":[432]},{"name":"KSDATAFORMAT_TYPE_BDA_ANTENNA","features":[432]},{"name":"KSDATAFORMAT_TYPE_BDA_IF_SIGNAL","features":[432]},{"name":"KSDATAFORMAT_TYPE_BDA_IP","features":[432]},{"name":"KSDATAFORMAT_TYPE_BDA_IP_CONTROL","features":[432]},{"name":"KSDATAFORMAT_TYPE_MPE","features":[432]},{"name":"KSDATAFORMAT_TYPE_MPEG2_SECTIONS","features":[432]},{"name":"KSEVENTDATA_BDA_RF_TUNER_SCAN_S","features":[307,432,433]},{"name":"KSEVENTSETID_BdaCAEvent","features":[432]},{"name":"KSEVENTSETID_BdaDiseqCEvent","features":[432]},{"name":"KSEVENTSETID_BdaEvent","features":[432]},{"name":"KSEVENTSETID_BdaPinEvent","features":[432]},{"name":"KSEVENTSETID_BdaTunerEvent","features":[432]},{"name":"KSEVENT_BDA_CA_MODULE_STATUS_CHANGED","features":[432]},{"name":"KSEVENT_BDA_CA_MODULE_UI_REQUESTED","features":[432]},{"name":"KSEVENT_BDA_CA_SMART_CARD_STATUS_CHANGED","features":[432]},{"name":"KSEVENT_BDA_DISEQC_DATA_RECEIVED","features":[432]},{"name":"KSEVENT_BDA_EVENT_PENDINGEVENT","features":[432]},{"name":"KSEVENT_BDA_EVENT_TYPE","features":[432]},{"name":"KSEVENT_BDA_PIN_CONNECTED","features":[432]},{"name":"KSEVENT_BDA_PIN_DISCONNECTED","features":[432]},{"name":"KSEVENT_BDA_PROGRAM_FLOW_STATUS_CHANGED","features":[432]},{"name":"KSEVENT_BDA_TUNER","features":[432]},{"name":"KSEVENT_BDA_TUNER_SCAN","features":[432]},{"name":"KSMETHODSETID_BdaChangeSync","features":[432]},{"name":"KSMETHODSETID_BdaConditionalAccessService","features":[432]},{"name":"KSMETHODSETID_BdaDebug","features":[432]},{"name":"KSMETHODSETID_BdaDeviceConfiguration","features":[432]},{"name":"KSMETHODSETID_BdaDrmService","features":[432]},{"name":"KSMETHODSETID_BdaEventing","features":[432]},{"name":"KSMETHODSETID_BdaGuideDataDeliveryService","features":[432]},{"name":"KSMETHODSETID_BdaIsdbConditionalAccess","features":[432]},{"name":"KSMETHODSETID_BdaMux","features":[432]},{"name":"KSMETHODSETID_BdaNameValue","features":[432]},{"name":"KSMETHODSETID_BdaNameValueA","features":[432]},{"name":"KSMETHODSETID_BdaScanning","features":[432]},{"name":"KSMETHODSETID_BdaTSSelector","features":[432]},{"name":"KSMETHODSETID_BdaTuner","features":[432]},{"name":"KSMETHODSETID_BdaUserActivity","features":[432]},{"name":"KSMETHODSETID_BdaWmdrmSession","features":[432]},{"name":"KSMETHODSETID_BdaWmdrmTuner","features":[432]},{"name":"KSMETHOD_BDA_CAS_CHECKENTITLEMENTTOKEN","features":[432]},{"name":"KSMETHOD_BDA_CAS_CLOSEMMIDIALOG","features":[432]},{"name":"KSMETHOD_BDA_CAS_OPENBROADCASTMMI","features":[432]},{"name":"KSMETHOD_BDA_CAS_SERVICE","features":[432]},{"name":"KSMETHOD_BDA_CAS_SETCAPTURETOKEN","features":[432]},{"name":"KSMETHOD_BDA_CHANGE_SYNC","features":[432]},{"name":"KSMETHOD_BDA_CHECK_CHANGES","features":[432]},{"name":"KSMETHOD_BDA_COMMIT_CHANGES","features":[432]},{"name":"KSMETHOD_BDA_CREATE_PIN_FACTORY","features":[432]},{"name":"KSMETHOD_BDA_CREATE_TOPOLOGY","features":[432]},{"name":"KSMETHOD_BDA_DEBUG_DATA","features":[432]},{"name":"KSMETHOD_BDA_DEBUG_LEVEL","features":[432]},{"name":"KSMETHOD_BDA_DEBUG_SERVICE","features":[432]},{"name":"KSMETHOD_BDA_DELETE_PIN_FACTORY","features":[432]},{"name":"KSMETHOD_BDA_DEVICE_CONFIGURATION","features":[432]},{"name":"KSMETHOD_BDA_DRM","features":[432]},{"name":"KSMETHOD_BDA_DRM_CURRENT","features":[432]},{"name":"KSMETHOD_BDA_DRM_DRMSTATUS","features":[432]},{"name":"KSMETHOD_BDA_EVENTING_SERVICE","features":[432]},{"name":"KSMETHOD_BDA_EVENT_COMPLETE","features":[432]},{"name":"KSMETHOD_BDA_EVENT_DATA","features":[432]},{"name":"KSMETHOD_BDA_GDDS_DATA","features":[432]},{"name":"KSMETHOD_BDA_GDDS_DATATYPE","features":[432]},{"name":"KSMETHOD_BDA_GDDS_DATAUPDATE","features":[432]},{"name":"KSMETHOD_BDA_GDDS_GETSERVICES","features":[432]},{"name":"KSMETHOD_BDA_GDDS_SERVICE","features":[432]},{"name":"KSMETHOD_BDA_GDDS_SERVICEFROMTUNEXML","features":[432]},{"name":"KSMETHOD_BDA_GDDS_TUNEXMLFROMIDX","features":[432]},{"name":"KSMETHOD_BDA_GET_CHANGE_STATE","features":[432]},{"name":"KSMETHOD_BDA_GPNV_GETVALUE","features":[432]},{"name":"KSMETHOD_BDA_GPNV_GETVALUEUPDATENAME","features":[432]},{"name":"KSMETHOD_BDA_GPNV_NAMEFROMINDEX","features":[432]},{"name":"KSMETHOD_BDA_GPNV_SERVICE","features":[432]},{"name":"KSMETHOD_BDA_GPNV_SETVALUE","features":[432]},{"name":"KSMETHOD_BDA_ISDBCAS_RESPONSEDATA","features":[432]},{"name":"KSMETHOD_BDA_ISDBCAS_SETREQUEST","features":[432]},{"name":"KSMETHOD_BDA_ISDB_CAS","features":[432]},{"name":"KSMETHOD_BDA_MUX_GETPIDLIST","features":[432]},{"name":"KSMETHOD_BDA_MUX_SERVICE","features":[432]},{"name":"KSMETHOD_BDA_MUX_SETPIDLIST","features":[432]},{"name":"KSMETHOD_BDA_SCANNING_STATE","features":[432]},{"name":"KSMETHOD_BDA_SCAN_CAPABILTIES","features":[432]},{"name":"KSMETHOD_BDA_SCAN_FILTER","features":[432]},{"name":"KSMETHOD_BDA_SCAN_RESUME","features":[432]},{"name":"KSMETHOD_BDA_SCAN_SERVICE","features":[432]},{"name":"KSMETHOD_BDA_SCAN_START","features":[432]},{"name":"KSMETHOD_BDA_SCAN_STOP","features":[432]},{"name":"KSMETHOD_BDA_START_CHANGES","features":[432]},{"name":"KSMETHOD_BDA_TS_SELECTOR","features":[432]},{"name":"KSMETHOD_BDA_TS_SELECTOR_GETTSINFORMATION","features":[432]},{"name":"KSMETHOD_BDA_TS_SELECTOR_SETTSID","features":[432]},{"name":"KSMETHOD_BDA_TUNER_GETTUNERSTATE","features":[432]},{"name":"KSMETHOD_BDA_TUNER_SERVICE","features":[432]},{"name":"KSMETHOD_BDA_TUNER_SETTUNER","features":[432]},{"name":"KSMETHOD_BDA_TUNER_SIGNALNOISERATIO","features":[432]},{"name":"KSMETHOD_BDA_USERACTIVITY_DETECTED","features":[432]},{"name":"KSMETHOD_BDA_USERACTIVITY_INTERVAL","features":[432]},{"name":"KSMETHOD_BDA_USERACTIVITY_SERVICE","features":[432]},{"name":"KSMETHOD_BDA_USERACTIVITY_USEREASON","features":[432]},{"name":"KSMETHOD_BDA_WMDRM","features":[432]},{"name":"KSMETHOD_BDA_WMDRMTUNER_CANCELCAPTURETOKEN","features":[432]},{"name":"KSMETHOD_BDA_WMDRMTUNER_GETPIDPROTECTION","features":[432]},{"name":"KSMETHOD_BDA_WMDRMTUNER_PURCHASE_ENTITLEMENT","features":[432]},{"name":"KSMETHOD_BDA_WMDRMTUNER_SETPIDPROTECTION","features":[432]},{"name":"KSMETHOD_BDA_WMDRMTUNER_SETSYNCVALUE","features":[432]},{"name":"KSMETHOD_BDA_WMDRMTUNER_STARTCODEPROFILE","features":[432]},{"name":"KSMETHOD_BDA_WMDRM_CRL","features":[432]},{"name":"KSMETHOD_BDA_WMDRM_KEYINFO","features":[432]},{"name":"KSMETHOD_BDA_WMDRM_LICENSE","features":[432]},{"name":"KSMETHOD_BDA_WMDRM_MESSAGE","features":[432]},{"name":"KSMETHOD_BDA_WMDRM_REISSUELICENSE","features":[432]},{"name":"KSMETHOD_BDA_WMDRM_RENEWLICENSE","features":[432]},{"name":"KSMETHOD_BDA_WMDRM_REVINFO","features":[432]},{"name":"KSMETHOD_BDA_WMDRM_STATUS","features":[432]},{"name":"KSMETHOD_BDA_WMDRM_TUNER","features":[432]},{"name":"KSM_BDA_BUFFER","features":[432,433]},{"name":"KSM_BDA_CAS_CAPTURETOKEN","features":[432,433]},{"name":"KSM_BDA_CAS_CLOSEMMIDIALOG","features":[432,433]},{"name":"KSM_BDA_CAS_ENTITLEMENTTOKEN","features":[432,433]},{"name":"KSM_BDA_CAS_OPENBROADCASTMMI","features":[432,433]},{"name":"KSM_BDA_DEBUG_LEVEL","features":[432,433]},{"name":"KSM_BDA_DRM_SETDRM","features":[432,433]},{"name":"KSM_BDA_EVENT_COMPLETE","features":[432,433]},{"name":"KSM_BDA_GDDS_SERVICEFROMTUNEXML","features":[432,433]},{"name":"KSM_BDA_GDDS_TUNEXMLFROMIDX","features":[432,433]},{"name":"KSM_BDA_GPNV_GETVALUE","features":[432,433]},{"name":"KSM_BDA_GPNV_NAMEINDEX","features":[432,433]},{"name":"KSM_BDA_GPNV_SETVALUE","features":[432,433]},{"name":"KSM_BDA_ISDBCAS_REQUEST","features":[432,433]},{"name":"KSM_BDA_PIN","features":[432,433]},{"name":"KSM_BDA_PIN_PAIR","features":[432,433]},{"name":"KSM_BDA_SCAN_CAPABILTIES","features":[432,433]},{"name":"KSM_BDA_SCAN_FILTER","features":[432,433]},{"name":"KSM_BDA_SCAN_START","features":[432,433]},{"name":"KSM_BDA_TS_SELECTOR_SETTSID","features":[432,433]},{"name":"KSM_BDA_TUNER_TUNEREQUEST","features":[432,433]},{"name":"KSM_BDA_USERACTIVITY_USEREASON","features":[432,433]},{"name":"KSM_BDA_WMDRMTUNER_GETPIDPROTECTION","features":[432,433]},{"name":"KSM_BDA_WMDRMTUNER_PURCHASEENTITLEMENT","features":[432,433]},{"name":"KSM_BDA_WMDRMTUNER_SETPIDPROTECTION","features":[432,433]},{"name":"KSM_BDA_WMDRMTUNER_SYNCVALUE","features":[432,433]},{"name":"KSM_BDA_WMDRM_LICENSE","features":[432,433]},{"name":"KSM_BDA_WMDRM_RENEWLICENSE","features":[432,433]},{"name":"KSNODE_BDA_8PSK_DEMODULATOR","features":[432]},{"name":"KSNODE_BDA_8VSB_DEMODULATOR","features":[432]},{"name":"KSNODE_BDA_ANALOG_DEMODULATOR","features":[432]},{"name":"KSNODE_BDA_COFDM_DEMODULATOR","features":[432]},{"name":"KSNODE_BDA_COMMON_CA_POD","features":[432]},{"name":"KSNODE_BDA_DRI_DRM","features":[432]},{"name":"KSNODE_BDA_IP_SINK","features":[432]},{"name":"KSNODE_BDA_ISDB_S_DEMODULATOR","features":[432]},{"name":"KSNODE_BDA_ISDB_T_DEMODULATOR","features":[432]},{"name":"KSNODE_BDA_OPENCABLE_POD","features":[432]},{"name":"KSNODE_BDA_PBDA_CAS","features":[432]},{"name":"KSNODE_BDA_PBDA_DRM","features":[432]},{"name":"KSNODE_BDA_PBDA_ISDBCAS","features":[432]},{"name":"KSNODE_BDA_PBDA_MUX","features":[432]},{"name":"KSNODE_BDA_PBDA_TUNER","features":[432]},{"name":"KSNODE_BDA_PID_FILTER","features":[432]},{"name":"KSNODE_BDA_QAM_DEMODULATOR","features":[432]},{"name":"KSNODE_BDA_QPSK_DEMODULATOR","features":[432]},{"name":"KSNODE_BDA_RF_TUNER","features":[432]},{"name":"KSNODE_BDA_TS_SELECTOR","features":[432]},{"name":"KSNODE_BDA_VIDEO_ENCODER","features":[432]},{"name":"KSPROPERTY_BDA_AUTODEMODULATE","features":[432]},{"name":"KSPROPERTY_BDA_AUTODEMODULATE_START","features":[432]},{"name":"KSPROPERTY_BDA_AUTODEMODULATE_STOP","features":[432]},{"name":"KSPROPERTY_BDA_CA","features":[432]},{"name":"KSPROPERTY_BDA_CA_EVENT","features":[432]},{"name":"KSPROPERTY_BDA_CA_MODULE_STATUS","features":[432]},{"name":"KSPROPERTY_BDA_CA_MODULE_UI","features":[432]},{"name":"KSPROPERTY_BDA_CA_REMOVE_PROGRAM","features":[432]},{"name":"KSPROPERTY_BDA_CA_SET_PROGRAM_PIDS","features":[432]},{"name":"KSPROPERTY_BDA_CA_SMART_CARD_STATUS","features":[432]},{"name":"KSPROPERTY_BDA_CONTROLLING_PIN_ID","features":[432]},{"name":"KSPROPERTY_BDA_DIGITAL_DEMODULATOR","features":[432]},{"name":"KSPROPERTY_BDA_DISEQC_COMMAND","features":[432]},{"name":"KSPROPERTY_BDA_DISEQC_ENABLE","features":[432]},{"name":"KSPROPERTY_BDA_DISEQC_EVENT","features":[432]},{"name":"KSPROPERTY_BDA_DISEQC_LNB_SOURCE","features":[432]},{"name":"KSPROPERTY_BDA_DISEQC_REPEATS","features":[432]},{"name":"KSPROPERTY_BDA_DISEQC_RESPONSE","features":[432]},{"name":"KSPROPERTY_BDA_DISEQC_SEND","features":[432]},{"name":"KSPROPERTY_BDA_DISEQC_USETONEBURST","features":[432]},{"name":"KSPROPERTY_BDA_ECM_MAP_STATUS","features":[432]},{"name":"KSPROPERTY_BDA_ETHERNET_FILTER","features":[432]},{"name":"KSPROPERTY_BDA_ETHERNET_FILTER_MULTICAST_LIST","features":[432]},{"name":"KSPROPERTY_BDA_ETHERNET_FILTER_MULTICAST_LIST_SIZE","features":[432]},{"name":"KSPROPERTY_BDA_ETHERNET_FILTER_MULTICAST_MODE","features":[432]},{"name":"KSPROPERTY_BDA_FREQUENCY_FILTER","features":[432]},{"name":"KSPROPERTY_BDA_GUARD_INTERVAL","features":[432]},{"name":"KSPROPERTY_BDA_INNER_FEC_RATE","features":[432]},{"name":"KSPROPERTY_BDA_INNER_FEC_TYPE","features":[432]},{"name":"KSPROPERTY_BDA_IPv4_FILTER","features":[432]},{"name":"KSPROPERTY_BDA_IPv4_FILTER_MULTICAST_LIST","features":[432]},{"name":"KSPROPERTY_BDA_IPv4_FILTER_MULTICAST_LIST_SIZE","features":[432]},{"name":"KSPROPERTY_BDA_IPv4_FILTER_MULTICAST_MODE","features":[432]},{"name":"KSPROPERTY_BDA_IPv6_FILTER","features":[432]},{"name":"KSPROPERTY_BDA_IPv6_FILTER_MULTICAST_LIST","features":[432]},{"name":"KSPROPERTY_BDA_IPv6_FILTER_MULTICAST_LIST_SIZE","features":[432]},{"name":"KSPROPERTY_BDA_IPv6_FILTER_MULTICAST_MODE","features":[432]},{"name":"KSPROPERTY_BDA_LNB_INFO","features":[432]},{"name":"KSPROPERTY_BDA_LNB_LOF_HIGH_BAND","features":[432]},{"name":"KSPROPERTY_BDA_LNB_LOF_LOW_BAND","features":[432]},{"name":"KSPROPERTY_BDA_LNB_SWITCH_FREQUENCY","features":[432]},{"name":"KSPROPERTY_BDA_MODULATION_TYPE","features":[432]},{"name":"KSPROPERTY_BDA_NODE_DESCRIPTORS","features":[432]},{"name":"KSPROPERTY_BDA_NODE_EVENTS","features":[432]},{"name":"KSPROPERTY_BDA_NODE_METHODS","features":[432]},{"name":"KSPROPERTY_BDA_NODE_PROPERTIES","features":[432]},{"name":"KSPROPERTY_BDA_NODE_TYPES","features":[432]},{"name":"KSPROPERTY_BDA_NULL_TRANSFORM","features":[432]},{"name":"KSPROPERTY_BDA_NULL_TRANSFORM_START","features":[432]},{"name":"KSPROPERTY_BDA_NULL_TRANSFORM_STOP","features":[432]},{"name":"KSPROPERTY_BDA_OUTER_FEC_RATE","features":[432]},{"name":"KSPROPERTY_BDA_OUTER_FEC_TYPE","features":[432]},{"name":"KSPROPERTY_BDA_PIDFILTER","features":[432]},{"name":"KSPROPERTY_BDA_PIDFILTER_LIST_PIDS","features":[432]},{"name":"KSPROPERTY_BDA_PIDFILTER_MAP_PIDS","features":[432]},{"name":"KSPROPERTY_BDA_PIDFILTER_UNMAP_PIDS","features":[432]},{"name":"KSPROPERTY_BDA_PILOT","features":[432]},{"name":"KSPROPERTY_BDA_PIN_CONTROL","features":[432]},{"name":"KSPROPERTY_BDA_PIN_EVENT","features":[432]},{"name":"KSPROPERTY_BDA_PIN_ID","features":[432]},{"name":"KSPROPERTY_BDA_PIN_TYPE","features":[432]},{"name":"KSPROPERTY_BDA_PIN_TYPES","features":[432]},{"name":"KSPROPERTY_BDA_PLP_NUMBER","features":[432]},{"name":"KSPROPERTY_BDA_RF_TUNER_BANDWIDTH","features":[432]},{"name":"KSPROPERTY_BDA_RF_TUNER_CAPS","features":[432]},{"name":"KSPROPERTY_BDA_RF_TUNER_CAPS_S","features":[432,433]},{"name":"KSPROPERTY_BDA_RF_TUNER_FREQUENCY","features":[432]},{"name":"KSPROPERTY_BDA_RF_TUNER_FREQUENCY_MULTIPLIER","features":[432]},{"name":"KSPROPERTY_BDA_RF_TUNER_POLARITY","features":[432]},{"name":"KSPROPERTY_BDA_RF_TUNER_RANGE","features":[432]},{"name":"KSPROPERTY_BDA_RF_TUNER_SCAN_STATUS","features":[432]},{"name":"KSPROPERTY_BDA_RF_TUNER_SCAN_STATUS_S","features":[432,433]},{"name":"KSPROPERTY_BDA_RF_TUNER_STANDARD","features":[432]},{"name":"KSPROPERTY_BDA_RF_TUNER_STANDARD_MODE","features":[432]},{"name":"KSPROPERTY_BDA_RF_TUNER_STANDARD_MODE_S","features":[307,432,433]},{"name":"KSPROPERTY_BDA_RF_TUNER_STANDARD_S","features":[432,433]},{"name":"KSPROPERTY_BDA_RF_TUNER_TRANSPONDER","features":[432]},{"name":"KSPROPERTY_BDA_ROLL_OFF","features":[432]},{"name":"KSPROPERTY_BDA_SAMPLE_TIME","features":[432]},{"name":"KSPROPERTY_BDA_SIGNALTIMEOUTS","features":[432]},{"name":"KSPROPERTY_BDA_SIGNAL_LOCKED","features":[432]},{"name":"KSPROPERTY_BDA_SIGNAL_LOCK_CAPS","features":[432]},{"name":"KSPROPERTY_BDA_SIGNAL_LOCK_TYPE","features":[432]},{"name":"KSPROPERTY_BDA_SIGNAL_PRESENT","features":[432]},{"name":"KSPROPERTY_BDA_SIGNAL_QUALITY","features":[432]},{"name":"KSPROPERTY_BDA_SIGNAL_STATS","features":[432]},{"name":"KSPROPERTY_BDA_SIGNAL_STRENGTH","features":[432]},{"name":"KSPROPERTY_BDA_SPECTRAL_INVERSION","features":[432]},{"name":"KSPROPERTY_BDA_SYMBOL_RATE","features":[432]},{"name":"KSPROPERTY_BDA_TABLE_SECTION","features":[432]},{"name":"KSPROPERTY_BDA_TEMPLATE_CONNECTIONS","features":[432]},{"name":"KSPROPERTY_BDA_TOPOLOGY","features":[432]},{"name":"KSPROPERTY_BDA_TRANSMISSION_MODE","features":[432]},{"name":"KSPROPERTY_BDA_VOID_TRANSFORM","features":[432]},{"name":"KSPROPERTY_BDA_VOID_TRANSFORM_START","features":[432]},{"name":"KSPROPERTY_BDA_VOID_TRANSFORM_STOP","features":[432]},{"name":"KSPROPERTY_IDS_BDA_TABLE","features":[432]},{"name":"KSPROPSETID_BdaAutodemodulate","features":[432]},{"name":"KSPROPSETID_BdaCA","features":[432]},{"name":"KSPROPSETID_BdaDigitalDemodulator","features":[432]},{"name":"KSPROPSETID_BdaDiseqCommand","features":[432]},{"name":"KSPROPSETID_BdaEthernetFilter","features":[432]},{"name":"KSPROPSETID_BdaFrequencyFilter","features":[432]},{"name":"KSPROPSETID_BdaIPv4Filter","features":[432]},{"name":"KSPROPSETID_BdaIPv6Filter","features":[432]},{"name":"KSPROPSETID_BdaLNBInfo","features":[432]},{"name":"KSPROPSETID_BdaNullTransform","features":[432]},{"name":"KSPROPSETID_BdaPIDFilter","features":[432]},{"name":"KSPROPSETID_BdaPinControl","features":[432]},{"name":"KSPROPSETID_BdaSignalStats","features":[432]},{"name":"KSPROPSETID_BdaTableSection","features":[432]},{"name":"KSPROPSETID_BdaTopology","features":[432]},{"name":"KSPROPSETID_BdaVoidTransform","features":[432]},{"name":"KSP_BDA_NODE_PIN","features":[432,433]},{"name":"KSP_NODE_ESPID","features":[432,433]},{"name":"KS_DATARANGE_BDA_ANTENNA","features":[432,433]},{"name":"KS_DATARANGE_BDA_TRANSPORT","features":[432,433]},{"name":"LIC_BadLicense","features":[432]},{"name":"LIC_Expired","features":[432]},{"name":"LIC_ExtenderBlocked","features":[432]},{"name":"LIC_NeedActivation","features":[432]},{"name":"LIC_NeedIndiv","features":[432]},{"name":"LONG_SECTION","features":[432]},{"name":"LanguageComponentType","features":[432]},{"name":"LanguageInfo","features":[432]},{"name":"LastReservedDeviceDispid","features":[432]},{"name":"LastReservedDeviceEvent","features":[432]},{"name":"LicenseEventBlockReason","features":[432]},{"name":"Locator","features":[432]},{"name":"MAX_COUNTRY_CODE_STRING","features":[432]},{"name":"MEDIASUBTYPE_CPFilters_Processed","features":[432]},{"name":"MEDIASUBTYPE_ETDTFilter_Tagged","features":[432]},{"name":"MPAA","features":[432]},{"name":"MPAA_G","features":[432]},{"name":"MPAA_IsBlocked","features":[432]},{"name":"MPAA_NC17","features":[432]},{"name":"MPAA_NotApplicable","features":[432]},{"name":"MPAA_NotRated","features":[432]},{"name":"MPAA_PG","features":[432]},{"name":"MPAA_PG13","features":[432]},{"name":"MPAA_R","features":[432]},{"name":"MPAA_ValidAttrSubmask","features":[432]},{"name":"MPAA_X","features":[432]},{"name":"MPEG2Component","features":[432]},{"name":"MPEG2ComponentType","features":[432]},{"name":"MPEG2TuneRequest","features":[432]},{"name":"MPEG2TuneRequestFactory","features":[432]},{"name":"MPEG2_FILTER","features":[307,432]},{"name":"MPEG2_FILTER2","features":[307,432]},{"name":"MPEG2_FILTER_VERSION_1_SIZE","features":[432]},{"name":"MPEG2_FILTER_VERSION_2_SIZE","features":[432]},{"name":"MPEG_BCS_DEMUX","features":[432]},{"name":"MPEG_CAT_PID","features":[432]},{"name":"MPEG_CAT_TID","features":[432]},{"name":"MPEG_CONTEXT","features":[432]},{"name":"MPEG_CONTEXT_BCS_DEMUX","features":[432]},{"name":"MPEG_CONTEXT_TYPE","features":[432]},{"name":"MPEG_CONTEXT_WINSOCK","features":[432]},{"name":"MPEG_CURRENT_NEXT_BIT","features":[432]},{"name":"MPEG_DATE","features":[432]},{"name":"MPEG_DATE_AND_TIME","features":[432]},{"name":"MPEG_HEADER_BITS","features":[432]},{"name":"MPEG_HEADER_BITS_MIDL","features":[432]},{"name":"MPEG_HEADER_VERSION_BITS","features":[432]},{"name":"MPEG_HEADER_VERSION_BITS_MIDL","features":[432]},{"name":"MPEG_PACKET_LIST","features":[432]},{"name":"MPEG_PAT_PID","features":[432]},{"name":"MPEG_PAT_TID","features":[432]},{"name":"MPEG_PMT_TID","features":[432]},{"name":"MPEG_REQUEST_TYPE","features":[432]},{"name":"MPEG_RQST_GET_PES_STREAM","features":[432]},{"name":"MPEG_RQST_GET_SECTION","features":[432]},{"name":"MPEG_RQST_GET_SECTIONS_STREAM","features":[432]},{"name":"MPEG_RQST_GET_SECTION_ASYNC","features":[432]},{"name":"MPEG_RQST_GET_TABLE","features":[432]},{"name":"MPEG_RQST_GET_TABLE_ASYNC","features":[432]},{"name":"MPEG_RQST_GET_TS_STREAM","features":[432]},{"name":"MPEG_RQST_PACKET","features":[432]},{"name":"MPEG_RQST_START_MPE_STREAM","features":[432]},{"name":"MPEG_RQST_UNKNOWN","features":[432]},{"name":"MPEG_SECTION_IS_CURRENT","features":[432]},{"name":"MPEG_SECTION_IS_NEXT","features":[432]},{"name":"MPEG_SERVICE_REQUEST","features":[307,432]},{"name":"MPEG_SERVICE_RESPONSE","features":[432]},{"name":"MPEG_STREAM_BUFFER","features":[432]},{"name":"MPEG_STREAM_FILTER","features":[307,432]},{"name":"MPEG_TIME","features":[432]},{"name":"MPEG_TSDT_PID","features":[432]},{"name":"MPEG_TSDT_TID","features":[432]},{"name":"MPEG_WINSOCK","features":[432]},{"name":"MPE_ELEMENT","features":[432]},{"name":"MSEventBinder","features":[432]},{"name":"MSVIDCTL_ALT","features":[432]},{"name":"MSVIDCTL_CTRL","features":[432]},{"name":"MSVIDCTL_LEFT_BUTTON","features":[432]},{"name":"MSVIDCTL_MIDDLE_BUTTON","features":[432]},{"name":"MSVIDCTL_RIGHT_BUTTON","features":[432]},{"name":"MSVIDCTL_SHIFT","features":[432]},{"name":"MSVIDCTL_X_BUTTON1","features":[432]},{"name":"MSVIDCTL_X_BUTTON2","features":[432]},{"name":"MSVidAnalogCaptureToCCA","features":[432]},{"name":"MSVidAnalogCaptureToDataServices","features":[432]},{"name":"MSVidAnalogCaptureToOverlayMixer","features":[432]},{"name":"MSVidAnalogCaptureToStreamBufferSink","features":[432]},{"name":"MSVidAnalogCaptureToXDS","features":[432]},{"name":"MSVidAnalogTVToEncoder","features":[432]},{"name":"MSVidAnalogTunerDevice","features":[432]},{"name":"MSVidAudioRenderer","features":[432]},{"name":"MSVidAudioRendererDevices","features":[432]},{"name":"MSVidBDATunerDevice","features":[432]},{"name":"MSVidCCA","features":[432]},{"name":"MSVidCCAToStreamBufferSink","features":[432]},{"name":"MSVidCCService","features":[432]},{"name":"MSVidCCToAR","features":[432]},{"name":"MSVidCCToVMR","features":[432]},{"name":"MSVidClosedCaptioning","features":[432]},{"name":"MSVidClosedCaptioningSI","features":[432]},{"name":"MSVidCtl","features":[432]},{"name":"MSVidCtlButtonstate","features":[432]},{"name":"MSVidCtlStateList","features":[432]},{"name":"MSVidDataServices","features":[432]},{"name":"MSVidDataServicesToStreamBufferSink","features":[432]},{"name":"MSVidDataServicesToXDS","features":[432]},{"name":"MSVidDevice","features":[432]},{"name":"MSVidDevice2","features":[432]},{"name":"MSVidDigitalCaptureToCCA","features":[432]},{"name":"MSVidDigitalCaptureToITV","features":[432]},{"name":"MSVidDigitalCaptureToStreamBufferSink","features":[432]},{"name":"MSVidEVR","features":[432]},{"name":"MSVidEncoder","features":[432]},{"name":"MSVidEncoderToStreamBufferSink","features":[432]},{"name":"MSVidFeature","features":[432]},{"name":"MSVidFeatures","features":[432]},{"name":"MSVidFilePlaybackDevice","features":[432]},{"name":"MSVidFilePlaybackToAudioRenderer","features":[432]},{"name":"MSVidFilePlaybackToVideoRenderer","features":[432]},{"name":"MSVidGenericComposite","features":[432]},{"name":"MSVidGenericSink","features":[432]},{"name":"MSVidITVCapture","features":[432]},{"name":"MSVidITVPlayback","features":[432]},{"name":"MSVidITVToStreamBufferSink","features":[432]},{"name":"MSVidInputDevice","features":[432]},{"name":"MSVidInputDevices","features":[432]},{"name":"MSVidMPEG2DecoderToClosedCaptioning","features":[432]},{"name":"MSVidOutput","features":[432]},{"name":"MSVidOutputDevices","features":[432]},{"name":"MSVidRect","features":[432]},{"name":"MSVidSBESourceToCC","features":[432]},{"name":"MSVidSBESourceToGenericSink","features":[432]},{"name":"MSVidSBESourceToITV","features":[432]},{"name":"MSVidSEG_DEST","features":[432]},{"name":"MSVidSEG_SOURCE","features":[432]},{"name":"MSVidSEG_XFORM","features":[432]},{"name":"MSVidSegmentType","features":[432]},{"name":"MSVidSinkStreams","features":[432]},{"name":"MSVidSink_Audio","features":[432]},{"name":"MSVidSink_Other","features":[432]},{"name":"MSVidSink_Video","features":[432]},{"name":"MSVidStreamBufferRecordingControl","features":[432]},{"name":"MSVidStreamBufferSink","features":[432]},{"name":"MSVidStreamBufferSource","features":[432]},{"name":"MSVidStreamBufferSourceToVideoRenderer","features":[432]},{"name":"MSVidStreamBufferV2Source","features":[432]},{"name":"MSVidVMR9","features":[432]},{"name":"MSVidVideoInputDevice","features":[432]},{"name":"MSVidVideoPlaybackDevice","features":[432]},{"name":"MSVidVideoRenderer","features":[432]},{"name":"MSVidVideoRendererDevices","features":[432]},{"name":"MSVidWebDVD","features":[432]},{"name":"MSVidWebDVDAdm","features":[432]},{"name":"MSVidWebDVDToAudioRenderer","features":[432]},{"name":"MSVidWebDVDToVideoRenderer","features":[432]},{"name":"MSVidXDS","features":[432]},{"name":"MSViddispidList","features":[432]},{"name":"Mpeg2Data","features":[432]},{"name":"Mpeg2DataLib","features":[432]},{"name":"Mpeg2Stream","features":[432]},{"name":"Mpeg2TableSampleHdr","features":[432]},{"name":"OCUR_PAIRING_PROTOCOL_VERSION","features":[432]},{"name":"PARENTAL_CONTROL_ATTRIB_DIALOGUE","features":[432]},{"name":"PARENTAL_CONTROL_ATTRIB_FANTASY","features":[432]},{"name":"PARENTAL_CONTROL_ATTRIB_LANGUAGE","features":[432]},{"name":"PARENTAL_CONTROL_ATTRIB_SEXUAL","features":[432]},{"name":"PARENTAL_CONTROL_ATTRIB_VIOLENCE","features":[432]},{"name":"PARENTAL_CONTROL_CONTENT_RATING","features":[432]},{"name":"PARENTAL_CONTROL_TIME_RANGE","features":[432]},{"name":"PARENTAL_CONTROL_VALUE_UNDEFINED","features":[432]},{"name":"PBDA","features":[432]},{"name":"PBDAParentalControl","features":[432]},{"name":"PBDA_ALWAYS_TUNE_IN_MUX","features":[432]},{"name":"PBDA_PAIRING_PROTOCOL_VERSION","features":[432]},{"name":"PBDA_TAG_ATTRIBUTE","features":[432]},{"name":"PIC_SEQ_SAMPLE","features":[432]},{"name":"PIDListSpanningEvent","features":[432]},{"name":"PID_BITS","features":[432]},{"name":"PID_BITS_MIDL","features":[432]},{"name":"PINNAME_BDA_ANALOG_AUDIO","features":[432]},{"name":"PINNAME_BDA_ANALOG_VIDEO","features":[432]},{"name":"PINNAME_BDA_FM_RADIO","features":[432]},{"name":"PINNAME_BDA_IF_PIN","features":[432]},{"name":"PINNAME_BDA_OPENCABLE_PSIP_PIN","features":[432]},{"name":"PINNAME_BDA_TRANSPORT","features":[432]},{"name":"PINNAME_IPSINK_INPUT","features":[432]},{"name":"PINNAME_MPE","features":[432]},{"name":"PROT_COPY_BF","features":[432]},{"name":"PROT_COPY_CN_RECORDING_STOP","features":[432]},{"name":"PROT_COPY_FREE","features":[432]},{"name":"PROT_COPY_FREE_CIT","features":[432]},{"name":"PROT_COPY_FREE_SECURE","features":[432]},{"name":"PROT_COPY_INVALID","features":[432]},{"name":"PROT_COPY_NEVER","features":[432]},{"name":"PROT_COPY_NEVER_REALLY","features":[432]},{"name":"PROT_COPY_NO_MORE","features":[432]},{"name":"PROT_COPY_ONCE","features":[432]},{"name":"PersistTuneXmlUtility","features":[432]},{"name":"PositionModeList","features":[432]},{"name":"ProgramElement","features":[432]},{"name":"ProtType","features":[432]},{"name":"RATING_ATTRIBUTE","features":[432]},{"name":"RATING_INFO","features":[432]},{"name":"RATING_SYSTEM","features":[432]},{"name":"RECORDING_STARTED","features":[432]},{"name":"RECORDING_STOPPED","features":[432]},{"name":"RECORDING_TYPE","features":[432]},{"name":"RECORDING_TYPE_CONTENT","features":[432]},{"name":"RECORDING_TYPE_REFERENCE","features":[432]},{"name":"REFERENCE","features":[432]},{"name":"REQUIRED_PARENTAL_CONTROL_TIME_RANGE","features":[432]},{"name":"REVOKED_APP_STUB","features":[432]},{"name":"REVOKED_COPP","features":[432]},{"name":"REVOKED_MAX_TYPES","features":[432]},{"name":"REVOKED_SAC","features":[432]},{"name":"REVOKED_SECURE_PIPELINE","features":[432]},{"name":"RecordingType","features":[432]},{"name":"Reserved4","features":[432]},{"name":"Reserved7","features":[432]},{"name":"RevokedComponent","features":[432]},{"name":"SAMPLE_LIVE_STREAM_TIME","features":[432]},{"name":"SAMPLE_SEQ_CONTENT_B_FRAME","features":[432]},{"name":"SAMPLE_SEQ_CONTENT_I_FRAME","features":[432]},{"name":"SAMPLE_SEQ_CONTENT_NONREF_FRAME","features":[432]},{"name":"SAMPLE_SEQ_CONTENT_P_FRAME","features":[432]},{"name":"SAMPLE_SEQ_CONTENT_REF_FRAME","features":[432]},{"name":"SAMPLE_SEQ_CONTENT_STANDALONE_FRAME","features":[432]},{"name":"SAMPLE_SEQ_CONTENT_UNKNOWN","features":[432]},{"name":"SAMPLE_SEQ_FRAME_START","features":[432]},{"name":"SAMPLE_SEQ_GOP_HEADER","features":[432]},{"name":"SAMPLE_SEQ_OFFSET","features":[432]},{"name":"SAMPLE_SEQ_PICTURE_HEADER","features":[432]},{"name":"SAMPLE_SEQ_SEEK_POINT","features":[432]},{"name":"SAMPLE_SEQ_SEQUENCE_HEADER","features":[432]},{"name":"SAMPLE_SEQ_SEQUENCE_START","features":[432]},{"name":"SBE2_STREAM_DESC","features":[432]},{"name":"SBE2_STREAM_DESC_EVENT","features":[432]},{"name":"SBE2_STREAM_DESC_VERSION","features":[432]},{"name":"SBE2_V1_STREAMS_CREATION_EVENT","features":[432]},{"name":"SBE2_V2_STREAMS_CREATION_EVENT","features":[432]},{"name":"SBE_PIN_DATA","features":[432]},{"name":"SCTE_EAS_IB_PID","features":[432]},{"name":"SCTE_EAS_OOB_PID","features":[432]},{"name":"SCTE_EAS_TID","features":[432]},{"name":"SECTION","features":[432]},{"name":"SID_DRMSecureServiceChannel","features":[432]},{"name":"SID_MSVidCtl_CurrentAudioEndpoint","features":[432]},{"name":"STATE_PAUSE","features":[432]},{"name":"STATE_PLAY","features":[432]},{"name":"STATE_STOP","features":[432]},{"name":"STATE_UNBUILT","features":[432]},{"name":"STRCONV_MODE_DVB","features":[432]},{"name":"STRCONV_MODE_DVB_EMPHASIS","features":[432]},{"name":"STRCONV_MODE_DVB_WITHOUT_EMPHASIS","features":[432]},{"name":"STRCONV_MODE_ISDB","features":[432]},{"name":"STREAMBUFFER_ATTRIBUTE","features":[432]},{"name":"STREAMBUFFER_ATTR_DATATYPE","features":[432]},{"name":"STREAMBUFFER_EC_BASE","features":[432]},{"name":"STREAMBUFFER_EC_CONTENT_BECOMING_STALE","features":[432]},{"name":"STREAMBUFFER_EC_PRIMARY_AUDIO","features":[432]},{"name":"STREAMBUFFER_EC_RATE_CHANGED","features":[432]},{"name":"STREAMBUFFER_EC_RATE_CHANGING_FOR_SETPOSITIONS","features":[432]},{"name":"STREAMBUFFER_EC_READ_FAILURE","features":[432]},{"name":"STREAMBUFFER_EC_SETPOSITIONS_EVENTS_DONE","features":[432]},{"name":"STREAMBUFFER_EC_STALE_DATA_READ","features":[432]},{"name":"STREAMBUFFER_EC_STALE_FILE_DELETED","features":[432]},{"name":"STREAMBUFFER_EC_TIMEHOLE","features":[432]},{"name":"STREAMBUFFER_EC_WRITE_FAILURE","features":[432]},{"name":"STREAMBUFFER_EC_WRITE_FAILURE_CLEAR","features":[432]},{"name":"STREAMBUFFER_TYPE_BINARY","features":[432]},{"name":"STREAMBUFFER_TYPE_BOOL","features":[432]},{"name":"STREAMBUFFER_TYPE_DWORD","features":[432]},{"name":"STREAMBUFFER_TYPE_GUID","features":[432]},{"name":"STREAMBUFFER_TYPE_QWORD","features":[432]},{"name":"STREAMBUFFER_TYPE_STRING","features":[432]},{"name":"STREAMBUFFER_TYPE_WORD","features":[432]},{"name":"SectionList","features":[432]},{"name":"SegDispidList","features":[432]},{"name":"SegEventidList","features":[432]},{"name":"SignalAndServiceStatusSpanningEvent_AllAVScrambled","features":[432]},{"name":"SignalAndServiceStatusSpanningEvent_Clear","features":[432]},{"name":"SignalAndServiceStatusSpanningEvent_NoSubscription","features":[432]},{"name":"SignalAndServiceStatusSpanningEvent_NoTVSignal","features":[432]},{"name":"SignalAndServiceStatusSpanningEvent_None","features":[432]},{"name":"SignalAndServiceStatusSpanningEvent_ServiceOffAir","features":[432]},{"name":"SignalAndServiceStatusSpanningEvent_State","features":[432]},{"name":"SignalAndServiceStatusSpanningEvent_WeakTVSignal","features":[432]},{"name":"SourceSizeList","features":[432]},{"name":"SpanningEventDescriptor","features":[432]},{"name":"SpanningEventEmmMessage","features":[432]},{"name":"System5","features":[432]},{"name":"System6","features":[432]},{"name":"SystemTuningSpaces","features":[432]},{"name":"TID_EXTENSION","features":[432]},{"name":"TIFLoad","features":[432]},{"name":"TRANSPORT_PROPERTIES","features":[432]},{"name":"TenthsSecondsMode","features":[432]},{"name":"TuneRequest","features":[432]},{"name":"TunerMarshaler","features":[432]},{"name":"TuningSpace","features":[432]},{"name":"TvRat_0","features":[432]},{"name":"TvRat_1","features":[432]},{"name":"TvRat_10","features":[432]},{"name":"TvRat_11","features":[432]},{"name":"TvRat_12","features":[432]},{"name":"TvRat_13","features":[432]},{"name":"TvRat_14","features":[432]},{"name":"TvRat_15","features":[432]},{"name":"TvRat_16","features":[432]},{"name":"TvRat_17","features":[432]},{"name":"TvRat_18","features":[432]},{"name":"TvRat_19","features":[432]},{"name":"TvRat_2","features":[432]},{"name":"TvRat_20","features":[432]},{"name":"TvRat_21","features":[432]},{"name":"TvRat_3","features":[432]},{"name":"TvRat_4","features":[432]},{"name":"TvRat_5","features":[432]},{"name":"TvRat_6","features":[432]},{"name":"TvRat_7","features":[432]},{"name":"TvRat_8","features":[432]},{"name":"TvRat_9","features":[432]},{"name":"TvRat_LevelDontKnow","features":[432]},{"name":"TvRat_SystemDontKnow","features":[432]},{"name":"TvRat_Unblock","features":[432]},{"name":"TvRat_kLevels","features":[432]},{"name":"TvRat_kSystems","features":[432]},{"name":"UDCR_TAG","features":[307,432]},{"name":"US_TV","features":[432]},{"name":"US_TV_14","features":[432]},{"name":"US_TV_G","features":[432]},{"name":"US_TV_IsAdultLanguage","features":[432]},{"name":"US_TV_IsBlocked","features":[432]},{"name":"US_TV_IsSexualSituation","features":[432]},{"name":"US_TV_IsSexuallySuggestiveDialog","features":[432]},{"name":"US_TV_IsViolent","features":[432]},{"name":"US_TV_MA","features":[432]},{"name":"US_TV_None","features":[432]},{"name":"US_TV_None7","features":[432]},{"name":"US_TV_PG","features":[432]},{"name":"US_TV_ValidAttrSubmask","features":[432]},{"name":"US_TV_Y","features":[432]},{"name":"US_TV_Y7","features":[432]},{"name":"VA_COLOR_PRIMARIES","features":[432]},{"name":"VA_MATRIX_COEFFICIENTS","features":[432]},{"name":"VA_MATRIX_COEFF_FCC","features":[432]},{"name":"VA_MATRIX_COEFF_H264_RGB","features":[432]},{"name":"VA_MATRIX_COEFF_H264_YCgCo","features":[432]},{"name":"VA_MATRIX_COEFF_ITU_R_BT_470_SYSTEM_B_G","features":[432]},{"name":"VA_MATRIX_COEFF_ITU_R_BT_709","features":[432]},{"name":"VA_MATRIX_COEFF_SMPTE_170M","features":[432]},{"name":"VA_MATRIX_COEFF_SMPTE_240M","features":[432]},{"name":"VA_MATRIX_COEFF_UNSPECIFIED","features":[432]},{"name":"VA_OPTIONAL_VIDEO_PROPERTIES","features":[432]},{"name":"VA_PRIMARIES_H264_GENERIC_FILM","features":[432]},{"name":"VA_PRIMARIES_ITU_R_BT_470_SYSTEM_B_G","features":[432]},{"name":"VA_PRIMARIES_ITU_R_BT_470_SYSTEM_M","features":[432]},{"name":"VA_PRIMARIES_ITU_R_BT_709","features":[432]},{"name":"VA_PRIMARIES_SMPTE_170M","features":[432]},{"name":"VA_PRIMARIES_SMPTE_240M","features":[432]},{"name":"VA_PRIMARIES_UNSPECIFIED","features":[432]},{"name":"VA_TRANSFER_CHARACTERISTICS","features":[432]},{"name":"VA_TRANSFER_CHARACTERISTICS_H264_LOG_100_TO_1","features":[432]},{"name":"VA_TRANSFER_CHARACTERISTICS_H264_LOG_316_TO_1","features":[432]},{"name":"VA_TRANSFER_CHARACTERISTICS_ITU_R_BT_470_SYSTEM_B_G","features":[432]},{"name":"VA_TRANSFER_CHARACTERISTICS_ITU_R_BT_470_SYSTEM_M","features":[432]},{"name":"VA_TRANSFER_CHARACTERISTICS_ITU_R_BT_709","features":[432]},{"name":"VA_TRANSFER_CHARACTERISTICS_LINEAR","features":[432]},{"name":"VA_TRANSFER_CHARACTERISTICS_SMPTE_170M","features":[432]},{"name":"VA_TRANSFER_CHARACTERISTICS_SMPTE_240M","features":[432]},{"name":"VA_TRANSFER_CHARACTERISTICS_UNSPECIFIED","features":[432]},{"name":"VA_VIDEO_COMPONENT","features":[432]},{"name":"VA_VIDEO_FORMAT","features":[432]},{"name":"VA_VIDEO_MAC","features":[432]},{"name":"VA_VIDEO_NTSC","features":[432]},{"name":"VA_VIDEO_PAL","features":[432]},{"name":"VA_VIDEO_SECAM","features":[432]},{"name":"VA_VIDEO_UNSPECIFIED","features":[432]},{"name":"WMDRMProtectionInfo","features":[432]},{"name":"XDSCodec","features":[432]},{"name":"XDSToRat","features":[432]},{"name":"_IMSVidCtlEvents","features":[432,358]},{"name":"dispidAVAudioChannelConfigEvent","features":[432]},{"name":"dispidAVAudioChannelCountEvent","features":[432]},{"name":"dispidAVAudioSampleRateEvent","features":[432]},{"name":"dispidAVDDSurroundModeEvent","features":[432]},{"name":"dispidAVDecAudioDualMonoEvent","features":[432]},{"name":"dispidAVDecCommonInputFormatEvent","features":[432]},{"name":"dispidAVDecCommonMeanBitRateEvent","features":[432]},{"name":"dispidAVDecCommonOutputFormatEvent","features":[432]},{"name":"dispidAllocPresentID","features":[432]},{"name":"dispidAlloctor","features":[432]},{"name":"dispidAudioRenderer","features":[432]},{"name":"dispidAudioRenderers","features":[432]},{"name":"dispidAuxInputs","features":[432]},{"name":"dispidAvailableSourceRect","features":[432]},{"name":"dispidBookmarkOnStop","features":[432]},{"name":"dispidBuild","features":[432]},{"name":"dispidCCEnable","features":[432]},{"name":"dispidCLSID","features":[432]},{"name":"dispidCapture","features":[432]},{"name":"dispidChangePassword","features":[432]},{"name":"dispidChannelAvailable","features":[432]},{"name":"dispidClip","features":[432]},{"name":"dispidClippedSourceRect","features":[432]},{"name":"dispidColorKey","features":[432]},{"name":"dispidConfirmPassword","features":[432]},{"name":"dispidCount","features":[432]},{"name":"dispidCustomCompositorClass","features":[432]},{"name":"dispidDecompose","features":[432]},{"name":"dispidDefaultAudioLCID","features":[432]},{"name":"dispidDefaultMenuLCID","features":[432]},{"name":"dispidDefaultSubpictureLCID","features":[432]},{"name":"dispidDevAudioFrequency","features":[432]},{"name":"dispidDevAudioSubchannel","features":[432]},{"name":"dispidDevBalance","features":[432]},{"name":"dispidDevCanStep","features":[432]},{"name":"dispidDevCountryCode","features":[432]},{"name":"dispidDevFileName","features":[432]},{"name":"dispidDevImageSourceHeight","features":[432]},{"name":"dispidDevImageSourceWidth","features":[432]},{"name":"dispidDevOverScan","features":[432]},{"name":"dispidDevPause","features":[432]},{"name":"dispidDevPower","features":[432]},{"name":"dispidDevRun","features":[432]},{"name":"dispidDevSAP","features":[432]},{"name":"dispidDevStep","features":[432]},{"name":"dispidDevStop","features":[432]},{"name":"dispidDevVideoFrequency","features":[432]},{"name":"dispidDevVideoSubchannel","features":[432]},{"name":"dispidDevView","features":[432]},{"name":"dispidDevVolume","features":[432]},{"name":"dispidDevicePath","features":[432]},{"name":"dispidDisableAudio","features":[432]},{"name":"dispidDisableVideo","features":[432]},{"name":"dispidDisplayChange","features":[432]},{"name":"dispidDisplaySize","features":[432]},{"name":"dispidFeatures","features":[432]},{"name":"dispidGetParentalCountry","features":[432]},{"name":"dispidGetParentalLevel","features":[432]},{"name":"dispidInput","features":[432]},{"name":"dispidInputs","features":[432]},{"name":"dispidKSCat","features":[432]},{"name":"dispidMaintainAspectRatio","features":[432]},{"name":"dispidMaxVidRect","features":[432]},{"name":"dispidMediaPosition","features":[432]},{"name":"dispidMessageDrain","features":[432]},{"name":"dispidMinVidRect","features":[432]},{"name":"dispidMixerBitmap","features":[432]},{"name":"dispidMixerBitmapOpacity","features":[432]},{"name":"dispidMixerBitmapRect","features":[432]},{"name":"dispidModes","features":[432]},{"name":"dispidName","features":[432]},{"name":"dispidNameSetLock","features":[432]},{"name":"dispidOutput","features":[432]},{"name":"dispidOutputs","features":[432]},{"name":"dispidOwner","features":[432]},{"name":"dispidPause","features":[432]},{"name":"dispidRateEx","features":[432]},{"name":"dispidRePaint","features":[432]},{"name":"dispidRecordingAttribute","features":[432]},{"name":"dispidRequestedClipRect","features":[432]},{"name":"dispidRun","features":[432]},{"name":"dispidSBEConfigure","features":[432]},{"name":"dispidSaveParentalCountry","features":[432]},{"name":"dispidSaveParentalLevel","features":[432]},{"name":"dispidSegment","features":[432]},{"name":"dispidSelectedFeatures","features":[432]},{"name":"dispidService","features":[432]},{"name":"dispidServiceP","features":[432]},{"name":"dispidSetAllocator","features":[432]},{"name":"dispidSetMinSeek","features":[432]},{"name":"dispidSetSinkFilter","features":[432]},{"name":"dispidSetupMixerBitmap","features":[432]},{"name":"dispidSourceSize","features":[432]},{"name":"dispidStateChange","features":[432]},{"name":"dispidStatus","features":[432]},{"name":"dispidStop","features":[432]},{"name":"dispidStreamBufferContentRecording","features":[432]},{"name":"dispidStreamBufferReferenceRecording","features":[432]},{"name":"dispidStreamBufferSinkName","features":[432]},{"name":"dispidStreamBufferSourceName","features":[432]},{"name":"dispidTS","features":[432]},{"name":"dispidTVFormats","features":[432]},{"name":"dispidTeleTextFilter","features":[432]},{"name":"dispidTune","features":[432]},{"name":"dispidTuneChan","features":[432]},{"name":"dispidUnlockProfile","features":[432]},{"name":"dispidUserEvent","features":[432]},{"name":"dispidUsingOverlay","features":[432]},{"name":"dispidVideoRenderer","features":[432]},{"name":"dispidVideoRenderers","features":[432]},{"name":"dispidView","features":[432]},{"name":"dispidViewNext","features":[432]},{"name":"dispidViewable","features":[432]},{"name":"dispidVisible","features":[432]},{"name":"dispid_AcceptParentalLevelChange","features":[432]},{"name":"dispid_ActivateAtPosition","features":[432]},{"name":"dispid_ActivateButton","features":[432]},{"name":"dispid_AddFilter","features":[432]},{"name":"dispid_Allocator","features":[432]},{"name":"dispid_AnglesAvailable","features":[432]},{"name":"dispid_AudioStreamsAvailable","features":[432]},{"name":"dispid_BlockUnrated","features":[432]},{"name":"dispid_Bookmark","features":[432]},{"name":"dispid_ButtonAtPosition","features":[432]},{"name":"dispid_ButtonRect","features":[432]},{"name":"dispid_CCActive","features":[432]},{"name":"dispid_CLSID","features":[432]},{"name":"dispid_CurrentAngle","features":[432]},{"name":"dispid_CurrentAudioStream","features":[432]},{"name":"dispid_CurrentCCService","features":[432]},{"name":"dispid_CurrentChapter","features":[432]},{"name":"dispid_CurrentDiscSide","features":[432]},{"name":"dispid_CurrentDomain","features":[432]},{"name":"dispid_CurrentRatings","features":[432]},{"name":"dispid_CurrentSubpictureStream","features":[432]},{"name":"dispid_CurrentTime","features":[432]},{"name":"dispid_CurrentTitle","features":[432]},{"name":"dispid_CurrentVolume","features":[432]},{"name":"dispid_CustomCompositor","features":[432]},{"name":"dispid_CustomCompositorClass","features":[432]},{"name":"dispid_DVDAdm","features":[432]},{"name":"dispid_DVDDirectory","features":[432]},{"name":"dispid_DVDScreenInMouseCoordinates","features":[432]},{"name":"dispid_DVDTextLanguageLCID","features":[432]},{"name":"dispid_DVDTextNumberOfLanguages","features":[432]},{"name":"dispid_DVDTextNumberOfStrings","features":[432]},{"name":"dispid_DVDTextString","features":[432]},{"name":"dispid_DVDTextStringType","features":[432]},{"name":"dispid_DVDTimeCode2bstr","features":[432]},{"name":"dispid_DVDUniqueID","features":[432]},{"name":"dispid_DecimateInput","features":[432]},{"name":"dispid_DefaultAudioLanguage","features":[432]},{"name":"dispid_DefaultAudioLanguageExt","features":[432]},{"name":"dispid_DefaultMenuLanguage","features":[432]},{"name":"dispid_DefaultSubpictureLanguage","features":[432]},{"name":"dispid_DefaultSubpictureLanguageExt","features":[432]},{"name":"dispid_DeleteBookmark","features":[432]},{"name":"dispid_Eject","features":[432]},{"name":"dispid_EnableResetOnStop","features":[432]},{"name":"dispid_FramesPerSecond","features":[432]},{"name":"dispid_GPRM","features":[432]},{"name":"dispid_Inputs","features":[432]},{"name":"dispid_IsAudioStreamEnabled","features":[432]},{"name":"dispid_IsEqualDevice","features":[432]},{"name":"dispid_IsSubpictureStreamEnabled","features":[432]},{"name":"dispid_KSCat","features":[432]},{"name":"dispid_KaraokeAudioPresentationMode","features":[432]},{"name":"dispid_KaraokeChannelAssignment","features":[432]},{"name":"dispid_KaraokeChannelContent","features":[432]},{"name":"dispid_LanguageFromLCID","features":[432]},{"name":"dispid_MaxRatingsLevel","features":[432]},{"name":"dispid_MixerBitmap","features":[432]},{"name":"dispid_NotifyParentalLevelChange","features":[432]},{"name":"dispid_NumberOfChapters","features":[432]},{"name":"dispid_Outputs","features":[432]},{"name":"dispid_PlayerParentalCountry","features":[432]},{"name":"dispid_PlayerParentalLevel","features":[432]},{"name":"dispid_PreferredSubpictureStream","features":[432]},{"name":"dispid_RecordingAttribute","features":[432]},{"name":"dispid_RegionChange","features":[432]},{"name":"dispid_RestoreBookmark","features":[432]},{"name":"dispid_RestorePreferredSettings","features":[432]},{"name":"dispid_SPRM","features":[432]},{"name":"dispid_SaveBookmark","features":[432]},{"name":"dispid_SelectAndActivateButton","features":[432]},{"name":"dispid_SelectAtPosition","features":[432]},{"name":"dispid_SelectDefaultAudioLanguage","features":[432]},{"name":"dispid_SelectDefaultSubpictureLanguage","features":[432]},{"name":"dispid_SelectLeftButton","features":[432]},{"name":"dispid_SelectLowerButton","features":[432]},{"name":"dispid_SelectParentalCountry","features":[432]},{"name":"dispid_SelectParentalLevel","features":[432]},{"name":"dispid_SelectRightButton","features":[432]},{"name":"dispid_SelectUpperButton","features":[432]},{"name":"dispid_SetAllocator","features":[432]},{"name":"dispid_SinkStreams","features":[432]},{"name":"dispid_SourceFilter","features":[432]},{"name":"dispid_SubpictureLanguage","features":[432]},{"name":"dispid_SubpictureOn","features":[432]},{"name":"dispid_SubpictureStreamsAvailable","features":[432]},{"name":"dispid_SuppressEffects","features":[432]},{"name":"dispid_TitleParentalLevels","features":[432]},{"name":"dispid_TitlesAvailable","features":[432]},{"name":"dispid_TotalTitleTime","features":[432]},{"name":"dispid_UOPValid","features":[432]},{"name":"dispid_UnratedDelay","features":[432]},{"name":"dispid_VolumesAvailable","features":[432]},{"name":"dispid__SourceFilter","features":[432]},{"name":"dispid_audiocounter","features":[432]},{"name":"dispid_audioencoderint","features":[432]},{"name":"dispid_audiolanguage","features":[432]},{"name":"dispid_buttonsavailable","features":[432]},{"name":"dispid_cccounter","features":[432]},{"name":"dispid_channelchangeint","features":[432]},{"name":"dispid_currentbutton","features":[432]},{"name":"dispid_playattime","features":[432]},{"name":"dispid_playattimeintitle","features":[432]},{"name":"dispid_playbackwards","features":[432]},{"name":"dispid_playchapter","features":[432]},{"name":"dispid_playchapterintitle","features":[432]},{"name":"dispid_playchaptersautostop","features":[432]},{"name":"dispid_playforwards","features":[432]},{"name":"dispid_playnextchapter","features":[432]},{"name":"dispid_playperiodintitleautostop","features":[432]},{"name":"dispid_playprevchapter","features":[432]},{"name":"dispid_playtitle","features":[432]},{"name":"dispid_replaychapter","features":[432]},{"name":"dispid_resetFilterList","features":[432]},{"name":"dispid_resume","features":[432]},{"name":"dispid_returnfromsubmenu","features":[432]},{"name":"dispid_showmenu","features":[432]},{"name":"dispid_stilloff","features":[432]},{"name":"dispid_videocounter","features":[432]},{"name":"dispid_videoencoderint","features":[432]},{"name":"dispid_wstcounter","features":[432]},{"name":"dispidaudio_analysis","features":[432]},{"name":"dispidaudioanalysis","features":[432]},{"name":"dispidaudiocounter","features":[432]},{"name":"dispidbind","features":[432]},{"name":"dispidcccounter","features":[432]},{"name":"dispiddata_analysis","features":[432]},{"name":"dispiddataanalysis","features":[432]},{"name":"dispidgetState","features":[432]},{"name":"dispidlength","features":[432]},{"name":"dispidlicenseerrorcode","features":[432]},{"name":"dispidposition","features":[432]},{"name":"dispidpositionmode","features":[432]},{"name":"dispidrate","features":[432]},{"name":"dispidrecordingstarted","features":[432]},{"name":"dispidrecordingstopped","features":[432]},{"name":"dispidrecordingtype","features":[432]},{"name":"dispidsbesource","features":[432]},{"name":"dispidstart","features":[432]},{"name":"dispidstarttime","features":[432]},{"name":"dispidstoptime","features":[432]},{"name":"dispidunbind","features":[432]},{"name":"dispidvideo_analysis","features":[432]},{"name":"dispidvideoanalysis","features":[432]},{"name":"dispidvideocounter","features":[432]},{"name":"dispidwstcounter","features":[432]},{"name":"dslDefaultSize","features":[432]},{"name":"dslDoubleSourceSize","features":[432]},{"name":"dslFullScreen","features":[432]},{"name":"dslHalfScreen","features":[432]},{"name":"dslHalfSourceSize","features":[432]},{"name":"dslQuarterScreen","features":[432]},{"name":"dslSixteenthScreen","features":[432]},{"name":"dslSourceSize","features":[432]},{"name":"dvdChannel_Audio","features":[432]},{"name":"dvdGeneral_Comments","features":[432]},{"name":"dvdGeneral_Name","features":[432]},{"name":"dvdMenu_Angle","features":[432]},{"name":"dvdMenu_Audio","features":[432]},{"name":"dvdMenu_Chapter","features":[432]},{"name":"dvdMenu_Root","features":[432]},{"name":"dvdMenu_Subpicture","features":[432]},{"name":"dvdMenu_Title","features":[432]},{"name":"dvdOther_Cut","features":[432]},{"name":"dvdOther_Scene","features":[432]},{"name":"dvdOther_Take","features":[432]},{"name":"dvdSPExt_CC_Big","features":[432]},{"name":"dvdSPExt_CC_Children","features":[432]},{"name":"dvdSPExt_CC_Normal","features":[432]},{"name":"dvdSPExt_Caption_Big","features":[432]},{"name":"dvdSPExt_Caption_Children","features":[432]},{"name":"dvdSPExt_Caption_Normal","features":[432]},{"name":"dvdSPExt_DirectorComments_Big","features":[432]},{"name":"dvdSPExt_DirectorComments_Children","features":[432]},{"name":"dvdSPExt_DirectorComments_Normal","features":[432]},{"name":"dvdSPExt_Forced","features":[432]},{"name":"dvdSPExt_NotSpecified","features":[432]},{"name":"dvdState_Paused","features":[432]},{"name":"dvdState_Running","features":[432]},{"name":"dvdState_Stopped","features":[432]},{"name":"dvdState_Undefined","features":[432]},{"name":"dvdState_Unitialized","features":[432]},{"name":"dvdStream_Angle","features":[432]},{"name":"dvdStream_Audio","features":[432]},{"name":"dvdStream_Subpicture","features":[432]},{"name":"dvdStruct_Cell","features":[432]},{"name":"dvdStruct_ParentalID","features":[432]},{"name":"dvdStruct_PartOfTitle","features":[432]},{"name":"dvdStruct_Title","features":[432]},{"name":"dvdStruct_Volume","features":[432]},{"name":"dvdTitle_Album","features":[432]},{"name":"dvdTitle_Movie","features":[432]},{"name":"dvdTitle_Orig_Album","features":[432]},{"name":"dvdTitle_Orig_Movie","features":[432]},{"name":"dvdTitle_Orig_Other","features":[432]},{"name":"dvdTitle_Orig_Series","features":[432]},{"name":"dvdTitle_Orig_Song","features":[432]},{"name":"dvdTitle_Orig_Video","features":[432]},{"name":"dvdTitle_Other","features":[432]},{"name":"dvdTitle_Series","features":[432]},{"name":"dvdTitle_Song","features":[432]},{"name":"dvdTitle_Sub_Album","features":[432]},{"name":"dvdTitle_Sub_Movie","features":[432]},{"name":"dvdTitle_Sub_Other","features":[432]},{"name":"dvdTitle_Sub_Series","features":[432]},{"name":"dvdTitle_Sub_Song","features":[432]},{"name":"dvdTitle_Sub_Video","features":[432]},{"name":"dvdTitle_Video","features":[432]},{"name":"eventidBroadcastEvent","features":[432]},{"name":"eventidBroadcastEventEx","features":[432]},{"name":"eventidCOPPBlocked","features":[432]},{"name":"eventidCOPPUnblocked","features":[432]},{"name":"eventidChangeCurrentAngle","features":[432]},{"name":"eventidChangeCurrentAudioStream","features":[432]},{"name":"eventidChangeCurrentSubpictureStream","features":[432]},{"name":"eventidChangeKaraokePresMode","features":[432]},{"name":"eventidChangeVideoPresMode","features":[432]},{"name":"eventidContentBecomingStale","features":[432]},{"name":"eventidContentPrimarilyAudio","features":[432]},{"name":"eventidDVDNotify","features":[432]},{"name":"eventidEncryptionOff","features":[432]},{"name":"eventidEncryptionOn","features":[432]},{"name":"eventidEndOfMedia","features":[432]},{"name":"eventidLicenseChange","features":[432]},{"name":"eventidOnTuneChanged","features":[432]},{"name":"eventidOverlayUnavailable","features":[432]},{"name":"eventidPauseOn","features":[432]},{"name":"eventidPlayAtTime","features":[432]},{"name":"eventidPlayAtTimeInTitle","features":[432]},{"name":"eventidPlayBackwards","features":[432]},{"name":"eventidPlayChapter","features":[432]},{"name":"eventidPlayChapterInTitle","features":[432]},{"name":"eventidPlayForwards","features":[432]},{"name":"eventidPlayNextChapter","features":[432]},{"name":"eventidPlayPrevChapter","features":[432]},{"name":"eventidPlayTitle","features":[432]},{"name":"eventidRateChange","features":[432]},{"name":"eventidRatingsBlocked","features":[432]},{"name":"eventidRatingsChanged","features":[432]},{"name":"eventidRatingsUnlocked","features":[432]},{"name":"eventidReplayChapter","features":[432]},{"name":"eventidResume","features":[432]},{"name":"eventidReturnFromSubmenu","features":[432]},{"name":"eventidSelectOrActivateButton","features":[432]},{"name":"eventidShowMenu","features":[432]},{"name":"eventidSinkCertificateFailure","features":[432]},{"name":"eventidSinkCertificateSuccess","features":[432]},{"name":"eventidSourceCertificateFailure","features":[432]},{"name":"eventidSourceCertificateSuccess","features":[432]},{"name":"eventidStaleDataRead","features":[432]},{"name":"eventidStaleFileDeleted","features":[432]},{"name":"eventidStateChange","features":[432]},{"name":"eventidStillOff","features":[432]},{"name":"eventidStop","features":[432]},{"name":"eventidTimeHole","features":[432]},{"name":"eventidWriteFailure","features":[432]},{"name":"eventidWriteFailureClear","features":[432]},{"name":"g_wszStreamBufferRecordingAlbumArtist","features":[432]},{"name":"g_wszStreamBufferRecordingAlbumCoverURL","features":[432]},{"name":"g_wszStreamBufferRecordingAlbumTitle","features":[432]},{"name":"g_wszStreamBufferRecordingAspectRatioX","features":[432]},{"name":"g_wszStreamBufferRecordingAspectRatioY","features":[432]},{"name":"g_wszStreamBufferRecordingAuthor","features":[432]},{"name":"g_wszStreamBufferRecordingBannerImageData","features":[432]},{"name":"g_wszStreamBufferRecordingBannerImageType","features":[432]},{"name":"g_wszStreamBufferRecordingBannerImageURL","features":[432]},{"name":"g_wszStreamBufferRecordingBitrate","features":[432]},{"name":"g_wszStreamBufferRecordingBroadcast","features":[432]},{"name":"g_wszStreamBufferRecordingComposer","features":[432]},{"name":"g_wszStreamBufferRecordingCopyright","features":[432]},{"name":"g_wszStreamBufferRecordingCopyrightURL","features":[432]},{"name":"g_wszStreamBufferRecordingCurrentBitrate","features":[432]},{"name":"g_wszStreamBufferRecordingDRM_Flags","features":[432]},{"name":"g_wszStreamBufferRecordingDRM_Level","features":[432]},{"name":"g_wszStreamBufferRecordingDescription","features":[432]},{"name":"g_wszStreamBufferRecordingDuration","features":[432]},{"name":"g_wszStreamBufferRecordingFileSize","features":[432]},{"name":"g_wszStreamBufferRecordingGenre","features":[432]},{"name":"g_wszStreamBufferRecordingGenreID","features":[432]},{"name":"g_wszStreamBufferRecordingHasArbitraryDataStream","features":[432]},{"name":"g_wszStreamBufferRecordingHasAttachedImages","features":[432]},{"name":"g_wszStreamBufferRecordingHasAudio","features":[432]},{"name":"g_wszStreamBufferRecordingHasFileTransferStream","features":[432]},{"name":"g_wszStreamBufferRecordingHasImage","features":[432]},{"name":"g_wszStreamBufferRecordingHasScript","features":[432]},{"name":"g_wszStreamBufferRecordingHasVideo","features":[432]},{"name":"g_wszStreamBufferRecordingIsVBR","features":[432]},{"name":"g_wszStreamBufferRecordingLyrics","features":[432]},{"name":"g_wszStreamBufferRecordingMCDI","features":[432]},{"name":"g_wszStreamBufferRecordingNSCAddress","features":[432]},{"name":"g_wszStreamBufferRecordingNSCDescription","features":[432]},{"name":"g_wszStreamBufferRecordingNSCEmail","features":[432]},{"name":"g_wszStreamBufferRecordingNSCName","features":[432]},{"name":"g_wszStreamBufferRecordingNSCPhone","features":[432]},{"name":"g_wszStreamBufferRecordingNumberOfFrames","features":[432]},{"name":"g_wszStreamBufferRecordingOptimalBitrate","features":[432]},{"name":"g_wszStreamBufferRecordingPromotionURL","features":[432]},{"name":"g_wszStreamBufferRecordingProtected","features":[432]},{"name":"g_wszStreamBufferRecordingRating","features":[432]},{"name":"g_wszStreamBufferRecordingSeekable","features":[432]},{"name":"g_wszStreamBufferRecordingSignature_Name","features":[432]},{"name":"g_wszStreamBufferRecordingSkipBackward","features":[432]},{"name":"g_wszStreamBufferRecordingSkipForward","features":[432]},{"name":"g_wszStreamBufferRecordingStridable","features":[432]},{"name":"g_wszStreamBufferRecordingTitle","features":[432]},{"name":"g_wszStreamBufferRecordingToolName","features":[432]},{"name":"g_wszStreamBufferRecordingToolVersion","features":[432]},{"name":"g_wszStreamBufferRecordingTrack","features":[432]},{"name":"g_wszStreamBufferRecordingTrackNumber","features":[432]},{"name":"g_wszStreamBufferRecordingTrusted","features":[432]},{"name":"g_wszStreamBufferRecordingUse_DRM","features":[432]},{"name":"g_wszStreamBufferRecordingYear","features":[432]},{"name":"sslClipByClipRect","features":[432]},{"name":"sslClipByOverScan","features":[432]},{"name":"sslFullSize","features":[432]}],"435":[{"name":"CLSID_XMLGraphBuilder","features":[434]},{"name":"IXMLGraphBuilder","features":[434]}],"436":[{"name":"DMOCATEGORY_ACOUSTIC_ECHO_CANCEL","features":[435]},{"name":"DMOCATEGORY_AGC","features":[435]},{"name":"DMOCATEGORY_AUDIO_CAPTURE_EFFECT","features":[435]},{"name":"DMOCATEGORY_AUDIO_DECODER","features":[435]},{"name":"DMOCATEGORY_AUDIO_EFFECT","features":[435]},{"name":"DMOCATEGORY_AUDIO_ENCODER","features":[435]},{"name":"DMOCATEGORY_AUDIO_NOISE_SUPPRESS","features":[435]},{"name":"DMOCATEGORY_VIDEO_DECODER","features":[435]},{"name":"DMOCATEGORY_VIDEO_EFFECT","features":[435]},{"name":"DMOCATEGORY_VIDEO_ENCODER","features":[435]},{"name":"DMOEnum","features":[435]},{"name":"DMOGetName","features":[435]},{"name":"DMOGetTypes","features":[435]},{"name":"DMORegister","features":[435]},{"name":"DMOUnregister","features":[435]},{"name":"DMO_ENUMF_INCLUDE_KEYED","features":[435]},{"name":"DMO_ENUM_FLAGS","features":[435]},{"name":"DMO_E_INVALIDSTREAMINDEX","features":[435]},{"name":"DMO_E_INVALIDTYPE","features":[435]},{"name":"DMO_E_NOTACCEPTING","features":[435]},{"name":"DMO_E_NO_MORE_ITEMS","features":[435]},{"name":"DMO_E_TYPE_NOT_ACCEPTED","features":[435]},{"name":"DMO_E_TYPE_NOT_SET","features":[435]},{"name":"DMO_INPLACE_NORMAL","features":[435]},{"name":"DMO_INPLACE_ZERO","features":[435]},{"name":"DMO_INPUT_DATA_BUFFERF_DISCONTINUITY","features":[435]},{"name":"DMO_INPUT_DATA_BUFFERF_SYNCPOINT","features":[435]},{"name":"DMO_INPUT_DATA_BUFFERF_TIME","features":[435]},{"name":"DMO_INPUT_DATA_BUFFERF_TIMELENGTH","features":[435]},{"name":"DMO_INPUT_STATUSF_ACCEPT_DATA","features":[435]},{"name":"DMO_INPUT_STREAMF_FIXED_SAMPLE_SIZE","features":[435]},{"name":"DMO_INPUT_STREAMF_HOLDS_BUFFERS","features":[435]},{"name":"DMO_INPUT_STREAMF_SINGLE_SAMPLE_PER_BUFFER","features":[435]},{"name":"DMO_INPUT_STREAMF_WHOLE_SAMPLES","features":[435]},{"name":"DMO_MEDIA_TYPE","features":[307,435]},{"name":"DMO_OUTPUT_DATA_BUFFER","features":[435]},{"name":"DMO_OUTPUT_DATA_BUFFERF_DISCONTINUITY","features":[435]},{"name":"DMO_OUTPUT_DATA_BUFFERF_INCOMPLETE","features":[435]},{"name":"DMO_OUTPUT_DATA_BUFFERF_SYNCPOINT","features":[435]},{"name":"DMO_OUTPUT_DATA_BUFFERF_TIME","features":[435]},{"name":"DMO_OUTPUT_DATA_BUFFERF_TIMELENGTH","features":[435]},{"name":"DMO_OUTPUT_STREAMF_DISCARDABLE","features":[435]},{"name":"DMO_OUTPUT_STREAMF_FIXED_SAMPLE_SIZE","features":[435]},{"name":"DMO_OUTPUT_STREAMF_OPTIONAL","features":[435]},{"name":"DMO_OUTPUT_STREAMF_SINGLE_SAMPLE_PER_BUFFER","features":[435]},{"name":"DMO_OUTPUT_STREAMF_WHOLE_SAMPLES","features":[435]},{"name":"DMO_PARTIAL_MEDIATYPE","features":[435]},{"name":"DMO_PROCESS_OUTPUT_DISCARD_WHEN_NO_BUFFER","features":[435]},{"name":"DMO_QUALITY_STATUS_ENABLED","features":[435]},{"name":"DMO_REGISTERF_IS_KEYED","features":[435]},{"name":"DMO_REGISTER_FLAGS","features":[435]},{"name":"DMO_SET_TYPEF_CLEAR","features":[435]},{"name":"DMO_SET_TYPEF_TEST_ONLY","features":[435]},{"name":"DMO_VOSF_NEEDS_PREVIOUS_SAMPLE","features":[435]},{"name":"IDMOQualityControl","features":[435]},{"name":"IDMOVideoOutputOptimizations","features":[435]},{"name":"IEnumDMO","features":[435]},{"name":"IMediaBuffer","features":[435]},{"name":"IMediaObject","features":[435]},{"name":"IMediaObjectInPlace","features":[435]},{"name":"MoCopyMediaType","features":[307,435]},{"name":"MoCreateMediaType","features":[307,435]},{"name":"MoDeleteMediaType","features":[307,435]},{"name":"MoDuplicateMediaType","features":[307,435]},{"name":"MoFreeMediaType","features":[307,435]},{"name":"MoInitMediaType","features":[307,435]},{"name":"_DMO_INPLACE_PROCESS_FLAGS","features":[435]},{"name":"_DMO_INPUT_DATA_BUFFER_FLAGS","features":[435]},{"name":"_DMO_INPUT_STATUS_FLAGS","features":[435]},{"name":"_DMO_INPUT_STREAM_INFO_FLAGS","features":[435]},{"name":"_DMO_OUTPUT_DATA_BUFFER_FLAGS","features":[435]},{"name":"_DMO_OUTPUT_STREAM_INFO_FLAGS","features":[435]},{"name":"_DMO_PROCESS_OUTPUT_FLAGS","features":[435]},{"name":"_DMO_QUALITY_STATUS_FLAGS","features":[435]},{"name":"_DMO_SET_TYPE_FLAGS","features":[435]},{"name":"_DMO_VIDEO_OUTPUT_STREAM_FLAGS","features":[435]}],"437":[{"name":"AEC_MODE_FULL_DUPLEX","features":[433]},{"name":"AEC_MODE_HALF_DUPLEX","features":[433]},{"name":"AEC_MODE_PASS_THROUGH","features":[433]},{"name":"AEC_STATUS_FD_CURRENTLY_CONVERGED","features":[433]},{"name":"AEC_STATUS_FD_HISTORY_CONTINUOUSLY_CONVERGED","features":[433]},{"name":"AEC_STATUS_FD_HISTORY_PREVIOUSLY_DIVERGED","features":[433]},{"name":"AEC_STATUS_FD_HISTORY_UNINITIALIZED","features":[433]},{"name":"ALLOCATOR_PROPERTIES_EX","features":[433]},{"name":"APO_CLASS_UUID","features":[433]},{"name":"AUDIOENDPOINT_CLASS_UUID","features":[433]},{"name":"AUDIOMODULE_MAX_DATA_SIZE","features":[433]},{"name":"AUDIOMODULE_MAX_NAME_CCH_SIZE","features":[433]},{"name":"AUDIOPOSTURE_ORIENTATION","features":[433]},{"name":"AUDIOPOSTURE_ORIENTATION_NOTROTATED","features":[433]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED180DEGREESCOUNTERCLOCKWISE","features":[433]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED270DEGREESCOUNTERCLOCKWISE","features":[433]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED90DEGREESCOUNTERCLOCKWISE","features":[433]},{"name":"AUDIORESOURCEMANAGEMENT_RESOURCEGROUP","features":[307,433]},{"name":"AUDIO_CURVE_TYPE","features":[433]},{"name":"AUDIO_CURVE_TYPE_NONE","features":[433]},{"name":"AUDIO_CURVE_TYPE_WINDOWS_FADE","features":[433]},{"name":"AUDIO_EFFECT_TYPE_ACOUSTIC_ECHO_CANCELLATION","features":[433]},{"name":"AUDIO_EFFECT_TYPE_AUTOMATIC_GAIN_CONTROL","features":[433]},{"name":"AUDIO_EFFECT_TYPE_BASS_BOOST","features":[433]},{"name":"AUDIO_EFFECT_TYPE_BASS_MANAGEMENT","features":[433]},{"name":"AUDIO_EFFECT_TYPE_BEAMFORMING","features":[433]},{"name":"AUDIO_EFFECT_TYPE_CONSTANT_TONE_REMOVAL","features":[433]},{"name":"AUDIO_EFFECT_TYPE_DEEP_NOISE_SUPPRESSION","features":[433]},{"name":"AUDIO_EFFECT_TYPE_DYNAMIC_RANGE_COMPRESSION","features":[433]},{"name":"AUDIO_EFFECT_TYPE_ENVIRONMENTAL_EFFECTS","features":[433]},{"name":"AUDIO_EFFECT_TYPE_EQUALIZER","features":[433]},{"name":"AUDIO_EFFECT_TYPE_FAR_FIELD_BEAMFORMING","features":[433]},{"name":"AUDIO_EFFECT_TYPE_LOUDNESS_EQUALIZER","features":[433]},{"name":"AUDIO_EFFECT_TYPE_NOISE_SUPPRESSION","features":[433]},{"name":"AUDIO_EFFECT_TYPE_ROOM_CORRECTION","features":[433]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_COMPENSATION","features":[433]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_FILL","features":[433]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_PROTECTION","features":[433]},{"name":"AUDIO_EFFECT_TYPE_VIRTUAL_HEADPHONES","features":[433]},{"name":"AUDIO_EFFECT_TYPE_VIRTUAL_SURROUND","features":[433]},{"name":"AUDIO_SIGNALPROCESSINGMODE_COMMUNICATIONS","features":[433]},{"name":"AUDIO_SIGNALPROCESSINGMODE_DEFAULT","features":[433]},{"name":"AUDIO_SIGNALPROCESSINGMODE_FAR_FIELD_SPEECH","features":[433]},{"name":"AUDIO_SIGNALPROCESSINGMODE_MEDIA","features":[433]},{"name":"AUDIO_SIGNALPROCESSINGMODE_MOVIE","features":[433]},{"name":"AUDIO_SIGNALPROCESSINGMODE_NOTIFICATION","features":[433]},{"name":"AUDIO_SIGNALPROCESSINGMODE_RAW","features":[433]},{"name":"AUDIO_SIGNALPROCESSINGMODE_SPEECH","features":[433]},{"name":"AllocatorStrategy_DontCare","features":[433]},{"name":"AllocatorStrategy_MaximizeSpeed","features":[433]},{"name":"AllocatorStrategy_MinimizeFrameSize","features":[433]},{"name":"AllocatorStrategy_MinimizeNumberOfAllocators","features":[433]},{"name":"AllocatorStrategy_MinimizeNumberOfFrames","features":[433]},{"name":"BLUETOOTHLE_MIDI_SERVICE_UUID","features":[433]},{"name":"BLUETOOTH_MIDI_DATAIO_CHARACTERISTIC","features":[433]},{"name":"BUS_INTERFACE_REFERENCE_VERSION","features":[433]},{"name":"CAPTURE_MEMORY_ALLOCATION_FLAGS","features":[433]},{"name":"CASCADE_FORM","features":[433]},{"name":"CC_BYTE_PAIR","features":[433]},{"name":"CC_HW_FIELD","features":[433]},{"name":"CC_MAX_HW_DECODE_LINES","features":[433]},{"name":"CLSID_KsIBasicAudioInterfaceHandler","features":[433]},{"name":"CLSID_Proxy","features":[433]},{"name":"CONSTRICTOR_OPTION","features":[433]},{"name":"CONSTRICTOR_OPTION_DISABLE","features":[433]},{"name":"CONSTRICTOR_OPTION_MUTE","features":[433]},{"name":"DEVCAPS","features":[433]},{"name":"DEVPKEY_KsAudio_Controller_DeviceInterface_Path","features":[305,433]},{"name":"DEVPKEY_KsAudio_PacketSize_Constraints","features":[305,433]},{"name":"DEVPKEY_KsAudio_PacketSize_Constraints2","features":[305,433]},{"name":"DIRECT_FORM","features":[433]},{"name":"DS3DVECTOR","features":[433]},{"name":"DS3D_HRTF_VERSION_1","features":[433]},{"name":"EDeviceControlUseType","features":[433]},{"name":"EPcxConnectionType","features":[433]},{"name":"EPcxGenLocation","features":[433]},{"name":"EPcxGenLocation_enum_count","features":[433]},{"name":"EPcxGeoLocation","features":[433]},{"name":"EPcxGeoLocation_enum_count","features":[433]},{"name":"EPxcPortConnection","features":[433]},{"name":"EVENTSETID_CROSSBAR","features":[433]},{"name":"EVENTSETID_TUNER","features":[433]},{"name":"EVENTSETID_VIDCAP_CAMERACONTROL_REGION_OF_INTEREST","features":[433]},{"name":"EVENTSETID_VIDEODECODER","features":[433]},{"name":"FLOAT_COEFF","features":[433]},{"name":"FRAMING_CACHE_OPS","features":[433]},{"name":"FRAMING_PROP","features":[433]},{"name":"FULL_FILTER","features":[433]},{"name":"FramingProp_Ex","features":[433]},{"name":"FramingProp_None","features":[433]},{"name":"FramingProp_Old","features":[433]},{"name":"FramingProp_Uninitialized","features":[433]},{"name":"Framing_Cache_ReadLast","features":[433]},{"name":"Framing_Cache_ReadOrig","features":[433]},{"name":"Framing_Cache_Update","features":[433]},{"name":"Framing_Cache_Write","features":[433]},{"name":"GUID_NULL","features":[433]},{"name":"IKsAggregateControl","features":[433]},{"name":"IKsAllocator","features":[433]},{"name":"IKsAllocatorEx","features":[433]},{"name":"IKsClockPropertySet","features":[433]},{"name":"IKsControl","features":[433]},{"name":"IKsDataTypeCompletion","features":[433]},{"name":"IKsDataTypeHandler","features":[433]},{"name":"IKsFormatSupport","features":[433]},{"name":"IKsInterfaceHandler","features":[433]},{"name":"IKsJackContainerId","features":[433]},{"name":"IKsJackDescription","features":[433]},{"name":"IKsJackDescription2","features":[433]},{"name":"IKsJackDescription3","features":[433]},{"name":"IKsJackSinkInformation","features":[433]},{"name":"IKsNodeControl","features":[433]},{"name":"IKsNotifyEvent","features":[433]},{"name":"IKsObject","features":[433]},{"name":"IKsPin","features":[433]},{"name":"IKsPinEx","features":[433]},{"name":"IKsPinFactory","features":[433]},{"name":"IKsPinPipe","features":[433]},{"name":"IKsPropertySet","features":[433]},{"name":"IKsQualityForwarder","features":[433]},{"name":"IKsTopology","features":[433]},{"name":"IKsTopologyInfo","features":[433]},{"name":"INTERLEAVED_AUDIO_FORMAT_INFORMATION","features":[433]},{"name":"IOCTL_KS_DISABLE_EVENT","features":[433]},{"name":"IOCTL_KS_ENABLE_EVENT","features":[433]},{"name":"IOCTL_KS_HANDSHAKE","features":[433]},{"name":"IOCTL_KS_METHOD","features":[433]},{"name":"IOCTL_KS_PROPERTY","features":[433]},{"name":"IOCTL_KS_READ_STREAM","features":[433]},{"name":"IOCTL_KS_RESET_STATE","features":[433]},{"name":"IOCTL_KS_WRITE_STREAM","features":[433]},{"name":"JACKDESC2_DYNAMIC_FORMAT_CHANGE_CAPABILITY","features":[433]},{"name":"JACKDESC2_PRESENCE_DETECT_CAPABILITY","features":[433]},{"name":"KSAC3_ALTERNATE_AUDIO","features":[307,433]},{"name":"KSAC3_ALTERNATE_AUDIO_1","features":[433]},{"name":"KSAC3_ALTERNATE_AUDIO_2","features":[433]},{"name":"KSAC3_ALTERNATE_AUDIO_BOTH","features":[433]},{"name":"KSAC3_BIT_STREAM_MODE","features":[433]},{"name":"KSAC3_DIALOGUE_LEVEL","features":[433]},{"name":"KSAC3_DOWNMIX","features":[307,433]},{"name":"KSAC3_ERROR_CONCEALMENT","features":[307,433]},{"name":"KSAC3_ROOM_TYPE","features":[307,433]},{"name":"KSAC3_SERVICE_COMMENTARY","features":[433]},{"name":"KSAC3_SERVICE_DIALOG_ONLY","features":[433]},{"name":"KSAC3_SERVICE_EMERGENCY_FLASH","features":[433]},{"name":"KSAC3_SERVICE_HEARING_IMPAIRED","features":[433]},{"name":"KSAC3_SERVICE_MAIN_AUDIO","features":[433]},{"name":"KSAC3_SERVICE_NO_DIALOG","features":[433]},{"name":"KSAC3_SERVICE_VISUALLY_IMPAIRED","features":[433]},{"name":"KSAC3_SERVICE_VOICE_OVER","features":[433]},{"name":"KSALGORITHMINSTANCE_SYSTEM_ACOUSTIC_ECHO_CANCEL","features":[433]},{"name":"KSALGORITHMINSTANCE_SYSTEM_AGC","features":[433]},{"name":"KSALGORITHMINSTANCE_SYSTEM_MICROPHONE_ARRAY_PROCESSOR","features":[433]},{"name":"KSALGORITHMINSTANCE_SYSTEM_NOISE_SUPPRESS","features":[433]},{"name":"KSALLOCATORMODE","features":[433]},{"name":"KSALLOCATOR_FLAG_2D_BUFFER_REQUIRED","features":[433]},{"name":"KSALLOCATOR_FLAG_ALLOCATOR_EXISTS","features":[433]},{"name":"KSALLOCATOR_FLAG_ATTENTION_STEPPING","features":[433]},{"name":"KSALLOCATOR_FLAG_CAN_ALLOCATE","features":[433]},{"name":"KSALLOCATOR_FLAG_CYCLE","features":[433]},{"name":"KSALLOCATOR_FLAG_DEVICE_SPECIFIC","features":[433]},{"name":"KSALLOCATOR_FLAG_ENABLE_CACHED_MDL","features":[433]},{"name":"KSALLOCATOR_FLAG_INDEPENDENT_RANGES","features":[433]},{"name":"KSALLOCATOR_FLAG_INSIST_ON_FRAMESIZE_RATIO","features":[433]},{"name":"KSALLOCATOR_FLAG_MULTIPLE_OUTPUT","features":[433]},{"name":"KSALLOCATOR_FLAG_NO_FRAME_INTEGRITY","features":[433]},{"name":"KSALLOCATOR_FLAG_PARTIAL_READ_SUPPORT","features":[433]},{"name":"KSALLOCATOR_FRAMING","features":[433]},{"name":"KSALLOCATOR_FRAMING_EX","features":[433]},{"name":"KSALLOCATOR_OPTIONF_COMPATIBLE","features":[433]},{"name":"KSALLOCATOR_OPTIONF_SYSTEM_MEMORY","features":[433]},{"name":"KSALLOCATOR_OPTIONF_VALID","features":[433]},{"name":"KSALLOCATOR_REQUIREMENTF_FRAME_INTEGRITY","features":[433]},{"name":"KSALLOCATOR_REQUIREMENTF_INPLACE_MODIFIER","features":[433]},{"name":"KSALLOCATOR_REQUIREMENTF_MUST_ALLOCATE","features":[433]},{"name":"KSALLOCATOR_REQUIREMENTF_PREFERENCES_ONLY","features":[433]},{"name":"KSALLOCATOR_REQUIREMENTF_SYSTEM_MEMORY","features":[433]},{"name":"KSALLOCATOR_REQUIREMENTF_SYSTEM_MEMORY_CUSTOM_ALLOCATION","features":[433]},{"name":"KSATTRIBUTE","features":[433]},{"name":"KSATTRIBUTEID_AUDIOSIGNALPROCESSING_MODE","features":[433]},{"name":"KSATTRIBUTE_AUDIOSIGNALPROCESSING_MODE","features":[433]},{"name":"KSATTRIBUTE_REQUIRED","features":[433]},{"name":"KSAUDDECOUTMODE_PCM_51","features":[433]},{"name":"KSAUDDECOUTMODE_SPDIFF","features":[433]},{"name":"KSAUDDECOUTMODE_STEREO_ANALOG","features":[433]},{"name":"KSAUDFNAME_3D_CENTER","features":[433]},{"name":"KSAUDFNAME_3D_DEPTH","features":[433]},{"name":"KSAUDFNAME_3D_STEREO","features":[433]},{"name":"KSAUDFNAME_ALTERNATE_MICROPHONE","features":[433]},{"name":"KSAUDFNAME_AUX","features":[433]},{"name":"KSAUDFNAME_AUX_MUTE","features":[433]},{"name":"KSAUDFNAME_AUX_VOLUME","features":[433]},{"name":"KSAUDFNAME_BASS","features":[433]},{"name":"KSAUDFNAME_CD_AUDIO","features":[433]},{"name":"KSAUDFNAME_CD_IN_VOLUME","features":[433]},{"name":"KSAUDFNAME_CD_MUTE","features":[433]},{"name":"KSAUDFNAME_CD_VOLUME","features":[433]},{"name":"KSAUDFNAME_LINE_IN","features":[433]},{"name":"KSAUDFNAME_LINE_IN_VOLUME","features":[433]},{"name":"KSAUDFNAME_LINE_MUTE","features":[433]},{"name":"KSAUDFNAME_LINE_VOLUME","features":[433]},{"name":"KSAUDFNAME_MASTER_MUTE","features":[433]},{"name":"KSAUDFNAME_MASTER_VOLUME","features":[433]},{"name":"KSAUDFNAME_MICROPHONE_BOOST","features":[433]},{"name":"KSAUDFNAME_MIC_IN_VOLUME","features":[433]},{"name":"KSAUDFNAME_MIC_MUTE","features":[433]},{"name":"KSAUDFNAME_MIC_VOLUME","features":[433]},{"name":"KSAUDFNAME_MIDI","features":[433]},{"name":"KSAUDFNAME_MIDI_IN_VOLUME","features":[433]},{"name":"KSAUDFNAME_MIDI_MUTE","features":[433]},{"name":"KSAUDFNAME_MIDI_VOLUME","features":[433]},{"name":"KSAUDFNAME_MIDRANGE","features":[433]},{"name":"KSAUDFNAME_MONO_MIX","features":[433]},{"name":"KSAUDFNAME_MONO_MIX_MUTE","features":[433]},{"name":"KSAUDFNAME_MONO_MIX_VOLUME","features":[433]},{"name":"KSAUDFNAME_MONO_OUT","features":[433]},{"name":"KSAUDFNAME_MONO_OUT_MUTE","features":[433]},{"name":"KSAUDFNAME_MONO_OUT_VOLUME","features":[433]},{"name":"KSAUDFNAME_PC_SPEAKER","features":[433]},{"name":"KSAUDFNAME_PC_SPEAKER_MUTE","features":[433]},{"name":"KSAUDFNAME_PC_SPEAKER_VOLUME","features":[433]},{"name":"KSAUDFNAME_PEAKMETER","features":[433]},{"name":"KSAUDFNAME_RECORDING_CONTROL","features":[433]},{"name":"KSAUDFNAME_RECORDING_SOURCE","features":[433]},{"name":"KSAUDFNAME_STEREO_MIX","features":[433]},{"name":"KSAUDFNAME_STEREO_MIX_MUTE","features":[433]},{"name":"KSAUDFNAME_STEREO_MIX_VOLUME","features":[433]},{"name":"KSAUDFNAME_TREBLE","features":[433]},{"name":"KSAUDFNAME_VIDEO","features":[433]},{"name":"KSAUDFNAME_VIDEO_MUTE","features":[433]},{"name":"KSAUDFNAME_VIDEO_VOLUME","features":[433]},{"name":"KSAUDFNAME_VOLUME_CONTROL","features":[433]},{"name":"KSAUDFNAME_WAVE_IN_VOLUME","features":[433]},{"name":"KSAUDFNAME_WAVE_MUTE","features":[433]},{"name":"KSAUDFNAME_WAVE_OUT_MIX","features":[433]},{"name":"KSAUDFNAME_WAVE_VOLUME","features":[433]},{"name":"KSAUDIOENGINE_BUFFER_SIZE_RANGE","features":[433]},{"name":"KSAUDIOENGINE_DESCRIPTOR","features":[433]},{"name":"KSAUDIOENGINE_DEVICECONTROLS","features":[433]},{"name":"KSAUDIOENGINE_VOLUMELEVEL","features":[433]},{"name":"KSAUDIOMODULE_DESCRIPTOR","features":[433]},{"name":"KSAUDIOMODULE_NOTIFICATION","features":[433]},{"name":"KSAUDIOMODULE_PROPERTY","features":[433]},{"name":"KSAUDIO_CHANNEL_CONFIG","features":[433]},{"name":"KSAUDIO_COPY_PROTECTION","features":[307,433]},{"name":"KSAUDIO_CPU_RESOURCES_HOST_CPU","features":[433]},{"name":"KSAUDIO_CPU_RESOURCES_NOT_HOST_CPU","features":[433]},{"name":"KSAUDIO_DYNAMIC_RANGE","features":[433]},{"name":"KSAUDIO_MICROPHONE_COORDINATES","features":[433]},{"name":"KSAUDIO_MIC_ARRAY_GEOMETRY","features":[433]},{"name":"KSAUDIO_MIXCAP_TABLE","features":[307,433]},{"name":"KSAUDIO_MIXLEVEL","features":[307,433]},{"name":"KSAUDIO_MIX_CAPS","features":[307,433]},{"name":"KSAUDIO_PACKETSIZE_CONSTRAINTS","features":[433]},{"name":"KSAUDIO_PACKETSIZE_CONSTRAINTS2","features":[433]},{"name":"KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT","features":[433]},{"name":"KSAUDIO_POSITION","features":[433]},{"name":"KSAUDIO_POSITIONEX","features":[433]},{"name":"KSAUDIO_PRESENTATION_POSITION","features":[433]},{"name":"KSAUDIO_QUALITY_ADVANCED","features":[433]},{"name":"KSAUDIO_QUALITY_BASIC","features":[433]},{"name":"KSAUDIO_QUALITY_PC","features":[433]},{"name":"KSAUDIO_QUALITY_WORST","features":[433]},{"name":"KSAUDIO_SPEAKER_DIRECTOUT","features":[433]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_CENTER","features":[433]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_LEFT","features":[433]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_RIGHT","features":[433]},{"name":"KSAUDIO_SPEAKER_GROUND_REAR_LEFT","features":[433]},{"name":"KSAUDIO_SPEAKER_GROUND_REAR_RIGHT","features":[433]},{"name":"KSAUDIO_SPEAKER_MONO","features":[433]},{"name":"KSAUDIO_SPEAKER_SUPER_WOOFER","features":[433]},{"name":"KSAUDIO_SPEAKER_TOP_MIDDLE","features":[433]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_HEADPHONE","features":[433]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_MAX","features":[433]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_MIN","features":[433]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_NARROW","features":[433]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_WIDE","features":[433]},{"name":"KSCAMERAPROFILE_BalancedVideoAndPhoto","features":[433]},{"name":"KSCAMERAPROFILE_CompressedCamera","features":[433]},{"name":"KSCAMERAPROFILE_FLAGS_FACEDETECTION","features":[433]},{"name":"KSCAMERAPROFILE_FLAGS_PHOTOHDR","features":[433]},{"name":"KSCAMERAPROFILE_FLAGS_PREVIEW_RES_MUSTMATCH","features":[433]},{"name":"KSCAMERAPROFILE_FLAGS_VARIABLEPHOTOSEQUENCE","features":[433]},{"name":"KSCAMERAPROFILE_FLAGS_VIDEOHDR","features":[433]},{"name":"KSCAMERAPROFILE_FLAGS_VIDEOSTABLIZATION","features":[433]},{"name":"KSCAMERAPROFILE_FaceAuth_Mode","features":[433]},{"name":"KSCAMERAPROFILE_HDRWithWCGPhoto","features":[433]},{"name":"KSCAMERAPROFILE_HDRWithWCGVideo","features":[433]},{"name":"KSCAMERAPROFILE_HighFrameRate","features":[433]},{"name":"KSCAMERAPROFILE_HighQualityPhoto","features":[433]},{"name":"KSCAMERAPROFILE_Legacy","features":[433]},{"name":"KSCAMERAPROFILE_PhotoSequence","features":[433]},{"name":"KSCAMERAPROFILE_VariablePhotoSequence","features":[433]},{"name":"KSCAMERAPROFILE_VideoConferencing","features":[433]},{"name":"KSCAMERAPROFILE_VideoHDR8","features":[433]},{"name":"KSCAMERAPROFILE_VideoRecording","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_AUTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_FNF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_HDR","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_ULTRALOWLIGHT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_BLUR","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_CONFIGCAPS","features":[307,433]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_MASK","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_SHALLOWFOCUS","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_CAMERAOFFSET","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_ASYNCCONTROL","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_CANCELLABLE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_MASK","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_RESERVED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_AUTOFACEFRAMING","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPSHEADER","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_MANUAL","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_SETTING","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMPENSATION","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_FULLSTEP","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_HALFSTEP","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_QUARTERSTEP","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_SIXTHSTEP","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_THIRDSTEP","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_STARE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_ALTERNATIVE_FRAME_ILLUMINATION","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_BACKGROUND_SUBTRACTION","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_DISABLED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_BLINK","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_PHOTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_PREVIEW","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_SMILE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_VIDEO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FIELDOFVIEW","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FILTERSCOPE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLAG_CANCELOPERATION","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLAG_MASK","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_AUTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_AUTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_AUTO_ADJUSTABLEPOWER","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_MULTIFLASHSUPPORTED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ON_ADJUSTABLEPOWER","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_REDEYEREDUCTION","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_SINGLEFLASH","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSPRIORITY_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSPRIORITY_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_FAILED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_FOCUSED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_LOST","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_SEARCHING","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_UNINITIALIZED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_CONTINUOUS","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_CONTINUOUSLOCK","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_HYPERFOCAL","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_INFINITY","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_NEAREST","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DRIVERFALLBACK_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_FULLRANGE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_HYPERFOCAL","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_INFINITY","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_MACRO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_NORMAL","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_REGIONBASED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_UNLOCK","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_HEADER","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_HISTOGRAM_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_HISTOGRAM_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_ALTERNATING_FRAME_ILLUMINATION","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_ALWAYS_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_100","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_12800","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_1600","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_200","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_25600","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_3200","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_400","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_50","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_6400","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_80","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_800","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_AUTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_MANUAL","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_METADATAINFO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_ALIGNMENTREQUIRED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_MEMORYTYPE_MASK","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_SYSTEMMEMORY","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_1024","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_128","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_16","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_2048","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_256","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_32","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_4096","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_512","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_64","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_8192","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_AUTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_DEFAULT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_LATENCY","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_PHOTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_POWER","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_QUALITY","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_VIDEO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOCONFIRMATION_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOCONFIRMATION_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_NORMAL","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE_SUB_NONE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE_SUB_VARIABLE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_16X","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_2X","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_4X","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_8X","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_DISABLE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_PROFILE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_DYNAMIC","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE_FACE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE_UNKNOWN","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_EXPOSURE","features":[307,433]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_FOCUS","features":[307,433]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_INFO","features":[307,433]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROLHEADER","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_WHITEBALANCE","features":[307,433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_AUTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_BACKLIT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_BEACH","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_CANDLELIGHT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_LANDSCAPE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_MACRO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_MANUAL","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_NIGHT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_NIGHTPORTRAIT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_PORTRAIT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SNOW","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SPORT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SUNSET","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SECUREMODE_DISABLED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_SECUREMODE_ENABLED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VALUE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VFR_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VFR_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_AUTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_AUTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_LOCK","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_MANUAL","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCSETTING","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_AUTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_AUTO","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_OFF","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_ON","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_ON_ADJUSTABLEPOWER","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WARMSTART_MODE_DISABLED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WARMSTART_MODE_ENABLED","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_CANDLELIGHT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_CLOUDY","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_DAYLIGHT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_FLASH","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_FLUORESCENT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_TUNGSTEN","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_MODE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_PRESET","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_TEMPERATURE","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_DEFAULT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_DIRECT","features":[433]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_SMOOTH","features":[433]},{"name":"KSCAMERA_MAXVIDEOFPS_FORPHOTORES","features":[433]},{"name":"KSCAMERA_METADATA_BACKGROUNDSEGMENTATIONMASK","features":[307,433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_EXPOSURECOMPENSATION","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_EXPOSURETIME","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FLASH","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FLASHPOWER","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FOCUSSTATE","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_ISOSPEED","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_LENSPOSITION","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_SCENEMODE","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_SENSORFRAMERATE","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_WHITEBALANCE","features":[433]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_ZOOMFACTOR","features":[433]},{"name":"KSCAMERA_METADATA_DIGITALWINDOW","features":[433]},{"name":"KSCAMERA_METADATA_FRAMEILLUMINATION","features":[433]},{"name":"KSCAMERA_METADATA_FRAMEILLUMINATION_FLAG_ON","features":[433]},{"name":"KSCAMERA_METADATA_ITEMHEADER","features":[433]},{"name":"KSCAMERA_METADATA_PHOTOCONFIRMATION","features":[433]},{"name":"KSCAMERA_MetadataId","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_AUTO","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_CAP_HEADER","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_CAP_ITEM_HEADER","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_CUSTOM_ITEM","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_FRAME_HEADER","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_HEADER","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_CUSTOM","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_EXPOSURE_COMPENSATION","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_EXPOSURE_TIME","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_FLASH","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_FOCUS","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_HEADER","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_ISO","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_PHOTOCONFIRMATION","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_TYPE","features":[433]},{"name":"KSCAMERA_PERFRAMESETTING_MANUAL","features":[433]},{"name":"KSCAMERA_PROFILE_CONCURRENCYINFO","features":[433]},{"name":"KSCAMERA_PROFILE_INFO","features":[433]},{"name":"KSCAMERA_PROFILE_MEDIAINFO","features":[433]},{"name":"KSCAMERA_PROFILE_PININFO","features":[433]},{"name":"KSCATEGORY_ACOUSTIC_ECHO_CANCEL","features":[433]},{"name":"KSCATEGORY_AUDIO","features":[433]},{"name":"KSCATEGORY_BRIDGE","features":[433]},{"name":"KSCATEGORY_CAPTURE","features":[433]},{"name":"KSCATEGORY_CLOCK","features":[433]},{"name":"KSCATEGORY_COMMUNICATIONSTRANSFORM","features":[433]},{"name":"KSCATEGORY_CROSSBAR","features":[433]},{"name":"KSCATEGORY_DATACOMPRESSOR","features":[433]},{"name":"KSCATEGORY_DATADECOMPRESSOR","features":[433]},{"name":"KSCATEGORY_DATATRANSFORM","features":[433]},{"name":"KSCATEGORY_ENCODER","features":[433]},{"name":"KSCATEGORY_ESCALANTE_PLATFORM_DRIVER","features":[433]},{"name":"KSCATEGORY_FILESYSTEM","features":[433]},{"name":"KSCATEGORY_INTERFACETRANSFORM","features":[433]},{"name":"KSCATEGORY_MEDIUMTRANSFORM","features":[433]},{"name":"KSCATEGORY_MICROPHONE_ARRAY_PROCESSOR","features":[433]},{"name":"KSCATEGORY_MIXER","features":[433]},{"name":"KSCATEGORY_MULTIPLEXER","features":[433]},{"name":"KSCATEGORY_NETWORK","features":[433]},{"name":"KSCATEGORY_NETWORK_CAMERA","features":[433]},{"name":"KSCATEGORY_PROXY","features":[433]},{"name":"KSCATEGORY_QUALITY","features":[433]},{"name":"KSCATEGORY_REALTIME","features":[433]},{"name":"KSCATEGORY_RENDER","features":[433]},{"name":"KSCATEGORY_SENSOR_CAMERA","features":[433]},{"name":"KSCATEGORY_SENSOR_GROUP","features":[433]},{"name":"KSCATEGORY_SPLITTER","features":[433]},{"name":"KSCATEGORY_TEXT","features":[433]},{"name":"KSCATEGORY_TOPOLOGY","features":[433]},{"name":"KSCATEGORY_TVAUDIO","features":[433]},{"name":"KSCATEGORY_TVTUNER","features":[433]},{"name":"KSCATEGORY_VBICODEC","features":[433]},{"name":"KSCATEGORY_VIDEO","features":[433]},{"name":"KSCATEGORY_VIDEO_CAMERA","features":[433]},{"name":"KSCATEGORY_VIRTUAL","features":[433]},{"name":"KSCATEGORY_VPMUX","features":[433]},{"name":"KSCATEGORY_WDMAUD_USE_PIN_NAME","features":[433]},{"name":"KSCLOCK_CREATE","features":[433]},{"name":"KSCOMPONENTID","features":[433]},{"name":"KSCOMPONENTID_USBAUDIO","features":[433]},{"name":"KSCORRELATED_TIME","features":[433]},{"name":"KSCREATE_ITEM_FREEONSTOP","features":[433]},{"name":"KSCREATE_ITEM_NOPARAMETERS","features":[433]},{"name":"KSCREATE_ITEM_SECURITYCHANGED","features":[433]},{"name":"KSCREATE_ITEM_WILDCARD","features":[433]},{"name":"KSCameraProfileSensorType_Custom","features":[433]},{"name":"KSCameraProfileSensorType_Depth","features":[433]},{"name":"KSCameraProfileSensorType_ImageSegmentation","features":[433]},{"name":"KSCameraProfileSensorType_Infrared","features":[433]},{"name":"KSCameraProfileSensorType_PoseTracking","features":[433]},{"name":"KSCameraProfileSensorType_RGB","features":[433]},{"name":"KSDATAFORMAT","features":[433]},{"name":"KSDATAFORMAT_BIT_ATTRIBUTES","features":[433]},{"name":"KSDATAFORMAT_BIT_TEMPORAL_COMPRESSION","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_AC3_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_ANALOGVIDEO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_AC3_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG1_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG1_VIDEO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG2_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG2_VIDEO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_DSOUND","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_FILEHANDLE","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_FILENAME","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_H264_VIDEO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_IMAGE","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_JPEG_IMAGE","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_LPCM_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG1_VIDEO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG2_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG2_VIDEO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_NONE","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_VBI","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_VC_ID","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_VIDEOINFO","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_VIDEOINFO2","features":[433]},{"name":"KSDATAFORMAT_SPECIFIER_WAVEFORMATEX","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_AC3_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_ANALOG","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_CC","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_D16","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_DSS_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_DSS_VIDEO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_DTS_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_AAC","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_ATRAC","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL_PLUS","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL_PLUS_ATMOS","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MAT20","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MAT21","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MLP","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DST","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTS","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTSX_E1","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTSX_E2","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTS_HD","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG1","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG2","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG3","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_ONE_BIT_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_WMA_PRO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_IMAGE_RGB32","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_JPEG","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_L16","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_L16_CUSTOM","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_L16_IR","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_L8","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_L8_CUSTOM","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_L8_IR","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_LPCM_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_Line21_BytePair","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_Line21_GOPPacket","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MIDI","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MIDI_BUS","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_CUSTOM","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_DEPTH","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_IR","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Packet","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Payload","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Video","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG2_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG2_VIDEO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MPEGLAYER3","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG_HEAAC","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_NABTS","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_NABTS_FEC","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_NONE","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_OVERLAY","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_PCM","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_RAW8","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_RIFF","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_RIFFMIDI","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_RIFFWAVE","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_SDDS_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_AC3_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG1_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG1_VIDEO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG2_AUDIO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG2_VIDEO","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_SUBPICTURE","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_TELETEXT","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_VPVBI","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_VPVideo","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_WAVEFORMATEX","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO2","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO3","features":[433]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO_LOSSLESS","features":[433]},{"name":"KSDATAFORMAT_TYPE_ANALOGAUDIO","features":[433]},{"name":"KSDATAFORMAT_TYPE_ANALOGVIDEO","features":[433]},{"name":"KSDATAFORMAT_TYPE_AUDIO","features":[433]},{"name":"KSDATAFORMAT_TYPE_AUXLine21Data","features":[433]},{"name":"KSDATAFORMAT_TYPE_DVD_ENCRYPTED_PACK","features":[433]},{"name":"KSDATAFORMAT_TYPE_IMAGE","features":[433]},{"name":"KSDATAFORMAT_TYPE_MIDI","features":[433]},{"name":"KSDATAFORMAT_TYPE_MPEG2_PES","features":[433]},{"name":"KSDATAFORMAT_TYPE_MPEG2_PROGRAM","features":[433]},{"name":"KSDATAFORMAT_TYPE_MPEG2_TRANSPORT","features":[433]},{"name":"KSDATAFORMAT_TYPE_MUSIC","features":[433]},{"name":"KSDATAFORMAT_TYPE_NABTS","features":[433]},{"name":"KSDATAFORMAT_TYPE_STANDARD_ELEMENTARY_STREAM","features":[433]},{"name":"KSDATAFORMAT_TYPE_STANDARD_PACK_HEADER","features":[433]},{"name":"KSDATAFORMAT_TYPE_STANDARD_PES_PACKET","features":[433]},{"name":"KSDATAFORMAT_TYPE_STREAM","features":[433]},{"name":"KSDATAFORMAT_TYPE_TEXT","features":[433]},{"name":"KSDATAFORMAT_TYPE_VBI","features":[433]},{"name":"KSDATAFORMAT_TYPE_VIDEO","features":[433]},{"name":"KSDATARANGE_AUDIO","features":[433]},{"name":"KSDATARANGE_BIT_ATTRIBUTES","features":[433]},{"name":"KSDATARANGE_BIT_REQUIRED_ATTRIBUTES","features":[433]},{"name":"KSDATARANGE_MUSIC","features":[433]},{"name":"KSDEGRADESETID_Standard","features":[433]},{"name":"KSDEGRADE_STANDARD","features":[433]},{"name":"KSDEGRADE_STANDARD_COMPUTATION","features":[433]},{"name":"KSDEGRADE_STANDARD_QUALITY","features":[433]},{"name":"KSDEGRADE_STANDARD_SAMPLE","features":[433]},{"name":"KSDEGRADE_STANDARD_SKIP","features":[433]},{"name":"KSDEVICE_DESCRIPTOR_VERSION","features":[433]},{"name":"KSDEVICE_DESCRIPTOR_VERSION_2","features":[433]},{"name":"KSDEVICE_FLAG_ENABLE_QUERYINTERFACE","features":[433]},{"name":"KSDEVICE_FLAG_ENABLE_REMOTE_WAKEUP","features":[433]},{"name":"KSDEVICE_FLAG_LOWPOWER_PASSTHROUGH","features":[433]},{"name":"KSDEVICE_PROFILE_INFO","features":[433]},{"name":"KSDEVICE_PROFILE_TYPE_CAMERA","features":[433]},{"name":"KSDEVICE_PROFILE_TYPE_UNKNOWN","features":[433]},{"name":"KSDEVICE_THERMAL_STATE","features":[433]},{"name":"KSDEVICE_THERMAL_STATE_HIGH","features":[433]},{"name":"KSDEVICE_THERMAL_STATE_LOW","features":[433]},{"name":"KSDISPATCH_FASTIO","features":[433]},{"name":"KSDISPLAYCHANGE","features":[433]},{"name":"KSDS3D_BUFFER_ALL","features":[433]},{"name":"KSDS3D_BUFFER_CONE_ANGLES","features":[433]},{"name":"KSDS3D_COEFF_COUNT","features":[433]},{"name":"KSDS3D_FILTER_METHOD_COUNT","features":[433]},{"name":"KSDS3D_FILTER_QUALITY_COUNT","features":[433]},{"name":"KSDS3D_HRTF_COEFF_FORMAT","features":[433]},{"name":"KSDS3D_HRTF_FILTER_FORMAT_MSG","features":[433]},{"name":"KSDS3D_HRTF_FILTER_METHOD","features":[433]},{"name":"KSDS3D_HRTF_FILTER_QUALITY","features":[433]},{"name":"KSDS3D_HRTF_FILTER_VERSION","features":[433]},{"name":"KSDS3D_HRTF_INIT_MSG","features":[433]},{"name":"KSDS3D_HRTF_PARAMS_MSG","features":[307,433]},{"name":"KSDS3D_ITD_PARAMS","features":[433]},{"name":"KSDS3D_ITD_PARAMS_MSG","features":[433]},{"name":"KSDS3D_LISTENER_ALL","features":[433]},{"name":"KSDS3D_LISTENER_ORIENTATION","features":[433]},{"name":"KSDSOUND_3D_MODE_DISABLE","features":[433]},{"name":"KSDSOUND_3D_MODE_HEADRELATIVE","features":[433]},{"name":"KSDSOUND_3D_MODE_NORMAL","features":[433]},{"name":"KSDSOUND_BUFFER_CTRL_3D","features":[433]},{"name":"KSDSOUND_BUFFER_CTRL_FREQUENCY","features":[433]},{"name":"KSDSOUND_BUFFER_CTRL_HRTF_3D","features":[433]},{"name":"KSDSOUND_BUFFER_CTRL_PAN","features":[433]},{"name":"KSDSOUND_BUFFER_CTRL_POSITIONNOTIFY","features":[433]},{"name":"KSDSOUND_BUFFER_CTRL_VOLUME","features":[433]},{"name":"KSDSOUND_BUFFER_LOCHARDWARE","features":[433]},{"name":"KSDSOUND_BUFFER_LOCSOFTWARE","features":[433]},{"name":"KSDSOUND_BUFFER_PRIMARY","features":[433]},{"name":"KSDSOUND_BUFFER_STATIC","features":[433]},{"name":"KSERROR","features":[433]},{"name":"KSEVENTDATA","features":[307,433]},{"name":"KSEVENTF_DPC","features":[433]},{"name":"KSEVENTF_EVENT_HANDLE","features":[433]},{"name":"KSEVENTF_EVENT_OBJECT","features":[433]},{"name":"KSEVENTF_KSWORKITEM","features":[433]},{"name":"KSEVENTF_SEMAPHORE_HANDLE","features":[433]},{"name":"KSEVENTF_SEMAPHORE_OBJECT","features":[433]},{"name":"KSEVENTF_WORKITEM","features":[433]},{"name":"KSEVENTSETID_AudioControlChange","features":[433]},{"name":"KSEVENTSETID_CameraAsyncControl","features":[433]},{"name":"KSEVENTSETID_CameraEvent","features":[433]},{"name":"KSEVENTSETID_Clock","features":[433]},{"name":"KSEVENTSETID_Connection","features":[433]},{"name":"KSEVENTSETID_Device","features":[433]},{"name":"KSEVENTSETID_DynamicFormatChange","features":[433]},{"name":"KSEVENTSETID_EXTDEV_Command","features":[433]},{"name":"KSEVENTSETID_ExtendedCameraControl","features":[433]},{"name":"KSEVENTSETID_LoopedStreaming","features":[433]},{"name":"KSEVENTSETID_PinCapsChange","features":[433]},{"name":"KSEVENTSETID_SoundDetector","features":[433]},{"name":"KSEVENTSETID_StreamAllocator","features":[433]},{"name":"KSEVENTSETID_Telephony","features":[433]},{"name":"KSEVENTSETID_VIDCAPTOSTI","features":[433]},{"name":"KSEVENTSETID_VIDCAP_TVAUDIO","features":[433]},{"name":"KSEVENTSETID_VPNotify","features":[433]},{"name":"KSEVENTSETID_VPVBINotify","features":[433]},{"name":"KSEVENTSETID_VolumeLimit","features":[433]},{"name":"KSEVENT_AUDIO_CONTROL_CHANGE","features":[433]},{"name":"KSEVENT_CAMERACONTROL","features":[433]},{"name":"KSEVENT_CAMERACONTROL_FOCUS","features":[433]},{"name":"KSEVENT_CAMERACONTROL_ZOOM","features":[433]},{"name":"KSEVENT_CAMERAEVENT","features":[433]},{"name":"KSEVENT_CLOCK_INTERVAL_MARK","features":[433]},{"name":"KSEVENT_CLOCK_POSITION","features":[433]},{"name":"KSEVENT_CLOCK_POSITION_MARK","features":[433]},{"name":"KSEVENT_CONNECTION","features":[433]},{"name":"KSEVENT_CONNECTION_DATADISCONTINUITY","features":[433]},{"name":"KSEVENT_CONNECTION_ENDOFSTREAM","features":[433]},{"name":"KSEVENT_CONNECTION_POSITIONUPDATE","features":[433]},{"name":"KSEVENT_CONNECTION_PRIORITY","features":[433]},{"name":"KSEVENT_CONNECTION_TIMEDISCONTINUITY","features":[433]},{"name":"KSEVENT_CONTROL_CHANGE","features":[433]},{"name":"KSEVENT_CROSSBAR","features":[433]},{"name":"KSEVENT_CROSSBAR_CHANGED","features":[433]},{"name":"KSEVENT_DEVCMD","features":[433]},{"name":"KSEVENT_DEVICE","features":[433]},{"name":"KSEVENT_DEVICE_LOST","features":[433]},{"name":"KSEVENT_DEVICE_PREEMPTED","features":[433]},{"name":"KSEVENT_DEVICE_THERMAL_HIGH","features":[433]},{"name":"KSEVENT_DEVICE_THERMAL_LOW","features":[433]},{"name":"KSEVENT_DYNAMICFORMATCHANGE","features":[433]},{"name":"KSEVENT_DYNAMIC_FORMAT_CHANGE","features":[433]},{"name":"KSEVENT_ENTRY_BUFFERED","features":[433]},{"name":"KSEVENT_ENTRY_DELETED","features":[433]},{"name":"KSEVENT_ENTRY_ONESHOT","features":[433]},{"name":"KSEVENT_EXTDEV_COMMAND_BUSRESET","features":[433]},{"name":"KSEVENT_EXTDEV_COMMAND_CONTROL_INTERIM_READY","features":[433]},{"name":"KSEVENT_EXTDEV_COMMAND_NOTIFY_INTERIM_READY","features":[433]},{"name":"KSEVENT_EXTDEV_NOTIFY_MEDIUM_CHANGE","features":[433]},{"name":"KSEVENT_EXTDEV_NOTIFY_REMOVAL","features":[433]},{"name":"KSEVENT_EXTDEV_OPERATION_MODE_UPDATE","features":[433]},{"name":"KSEVENT_EXTDEV_TIMECODE_UPDATE","features":[433]},{"name":"KSEVENT_EXTDEV_TRANSPORT_STATE_UPDATE","features":[433]},{"name":"KSEVENT_LOOPEDSTREAMING","features":[433]},{"name":"KSEVENT_LOOPEDSTREAMING_POSITION","features":[433]},{"name":"KSEVENT_PHOTO_SAMPLE_SCANNED","features":[433]},{"name":"KSEVENT_PINCAPS_CHANGENOTIFICATIONS","features":[433]},{"name":"KSEVENT_PINCAPS_FORMATCHANGE","features":[433]},{"name":"KSEVENT_PINCAPS_JACKINFOCHANGE","features":[433]},{"name":"KSEVENT_SOUNDDETECTOR","features":[433]},{"name":"KSEVENT_SOUNDDETECTOR_MATCHDETECTED","features":[433]},{"name":"KSEVENT_STREAMALLOCATOR","features":[433]},{"name":"KSEVENT_STREAMALLOCATOR_FREEFRAME","features":[433]},{"name":"KSEVENT_STREAMALLOCATOR_INTERNAL_FREEFRAME","features":[433]},{"name":"KSEVENT_TELEPHONY","features":[433]},{"name":"KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED","features":[433]},{"name":"KSEVENT_TIME_INTERVAL","features":[307,433]},{"name":"KSEVENT_TIME_MARK","features":[307,433]},{"name":"KSEVENT_TUNER","features":[433]},{"name":"KSEVENT_TUNER_CHANGED","features":[433]},{"name":"KSEVENT_TUNER_INITIATE_SCAN","features":[433]},{"name":"KSEVENT_TUNER_INITIATE_SCAN_S","features":[307,433]},{"name":"KSEVENT_TVAUDIO","features":[433]},{"name":"KSEVENT_TVAUDIO_CHANGED","features":[433]},{"name":"KSEVENT_TYPE_BASICSUPPORT","features":[433]},{"name":"KSEVENT_TYPE_ENABLE","features":[433]},{"name":"KSEVENT_TYPE_ENABLEBUFFERED","features":[433]},{"name":"KSEVENT_TYPE_ONESHOT","features":[433]},{"name":"KSEVENT_TYPE_QUERYBUFFER","features":[433]},{"name":"KSEVENT_TYPE_SETSUPPORT","features":[433]},{"name":"KSEVENT_TYPE_TOPOLOGY","features":[433]},{"name":"KSEVENT_VIDCAPTOSTI","features":[433]},{"name":"KSEVENT_VIDCAPTOSTI_EXT_TRIGGER","features":[433]},{"name":"KSEVENT_VIDCAP_AUTO_UPDATE","features":[433]},{"name":"KSEVENT_VIDCAP_SEARCH","features":[433]},{"name":"KSEVENT_VIDEODECODER","features":[433]},{"name":"KSEVENT_VIDEODECODER_CHANGED","features":[433]},{"name":"KSEVENT_VOLUMELIMIT","features":[433]},{"name":"KSEVENT_VOLUMELIMIT_CHANGED","features":[433]},{"name":"KSEVENT_VPNOTIFY","features":[433]},{"name":"KSEVENT_VPNOTIFY_FORMATCHANGE","features":[433]},{"name":"KSEVENT_VPVBINOTIFY","features":[433]},{"name":"KSEVENT_VPVBINOTIFY_FORMATCHANGE","features":[433]},{"name":"KSE_NODE","features":[433]},{"name":"KSE_PIN","features":[433]},{"name":"KSFILTER_FLAG_CRITICAL_PROCESSING","features":[433]},{"name":"KSFILTER_FLAG_DENY_USERMODE_ACCESS","features":[433]},{"name":"KSFILTER_FLAG_DISPATCH_LEVEL_PROCESSING","features":[433]},{"name":"KSFILTER_FLAG_HYPERCRITICAL_PROCESSING","features":[433]},{"name":"KSFILTER_FLAG_PRIORITIZE_REFERENCEGUID","features":[433]},{"name":"KSFILTER_FLAG_RECEIVE_ZERO_LENGTH_SAMPLES","features":[433]},{"name":"KSFRAMETIME","features":[433]},{"name":"KSFRAMETIME_VARIABLESIZE","features":[433]},{"name":"KSGOP_USERDATA","features":[433]},{"name":"KSIDENTIFIER","features":[433]},{"name":"KSINTERFACESETID_FileIo","features":[433]},{"name":"KSINTERFACESETID_Media","features":[433]},{"name":"KSINTERFACESETID_Standard","features":[433]},{"name":"KSINTERFACE_FILEIO","features":[433]},{"name":"KSINTERFACE_FILEIO_STREAMING","features":[433]},{"name":"KSINTERFACE_MEDIA","features":[433]},{"name":"KSINTERFACE_MEDIA_MUSIC","features":[433]},{"name":"KSINTERFACE_MEDIA_WAVE_BUFFERED","features":[433]},{"name":"KSINTERFACE_MEDIA_WAVE_QUEUED","features":[433]},{"name":"KSINTERFACE_STANDARD","features":[433]},{"name":"KSINTERFACE_STANDARD_CONTROL","features":[433]},{"name":"KSINTERFACE_STANDARD_LOOPED_STREAMING","features":[433]},{"name":"KSINTERFACE_STANDARD_STREAMING","features":[433]},{"name":"KSINTERVAL","features":[433]},{"name":"KSIOOPERATION","features":[433]},{"name":"KSJACK_DESCRIPTION","features":[307,433]},{"name":"KSJACK_DESCRIPTION2","features":[433]},{"name":"KSJACK_DESCRIPTION3","features":[433]},{"name":"KSJACK_SINK_CONNECTIONTYPE","features":[433]},{"name":"KSJACK_SINK_CONNECTIONTYPE_DISPLAYPORT","features":[433]},{"name":"KSJACK_SINK_CONNECTIONTYPE_HDMI","features":[433]},{"name":"KSJACK_SINK_INFORMATION","features":[307,433]},{"name":"KSMEDIUMSETID_MidiBus","features":[433]},{"name":"KSMEDIUMSETID_Standard","features":[433]},{"name":"KSMEDIUMSETID_VPBus","features":[433]},{"name":"KSMEDIUM_STANDARD_DEVIO","features":[433]},{"name":"KSMEDIUM_TYPE_ANYINSTANCE","features":[433]},{"name":"KSMEMORY_TYPE_DEVICE_UNKNOWN","features":[433]},{"name":"KSMEMORY_TYPE_KERNEL_NONPAGED","features":[433]},{"name":"KSMEMORY_TYPE_KERNEL_PAGED","features":[433]},{"name":"KSMEMORY_TYPE_SYSTEM","features":[433]},{"name":"KSMEMORY_TYPE_USER","features":[433]},{"name":"KSMETHODSETID_StreamAllocator","features":[433]},{"name":"KSMETHODSETID_StreamIo","features":[433]},{"name":"KSMETHODSETID_Wavetable","features":[433]},{"name":"KSMETHOD_STREAMALLOCATOR","features":[433]},{"name":"KSMETHOD_STREAMALLOCATOR_ALLOC","features":[433]},{"name":"KSMETHOD_STREAMALLOCATOR_FREE","features":[433]},{"name":"KSMETHOD_STREAMIO","features":[433]},{"name":"KSMETHOD_STREAMIO_READ","features":[433]},{"name":"KSMETHOD_STREAMIO_WRITE","features":[433]},{"name":"KSMETHOD_TYPE_BASICSUPPORT","features":[433]},{"name":"KSMETHOD_TYPE_MODIFY","features":[433]},{"name":"KSMETHOD_TYPE_NONE","features":[433]},{"name":"KSMETHOD_TYPE_READ","features":[433]},{"name":"KSMETHOD_TYPE_SEND","features":[433]},{"name":"KSMETHOD_TYPE_SETSUPPORT","features":[433]},{"name":"KSMETHOD_TYPE_SOURCE","features":[433]},{"name":"KSMETHOD_TYPE_TOPOLOGY","features":[433]},{"name":"KSMETHOD_TYPE_WRITE","features":[433]},{"name":"KSMETHOD_WAVETABLE","features":[433]},{"name":"KSMETHOD_WAVETABLE_WAVE_ALLOC","features":[433]},{"name":"KSMETHOD_WAVETABLE_WAVE_FIND","features":[433]},{"name":"KSMETHOD_WAVETABLE_WAVE_FREE","features":[433]},{"name":"KSMETHOD_WAVETABLE_WAVE_WRITE","features":[433]},{"name":"KSMETHOD_WAVE_QUEUED_BREAKLOOP","features":[433]},{"name":"KSMFT_CATEGORY_AUDIO_DECODER","features":[433]},{"name":"KSMFT_CATEGORY_AUDIO_EFFECT","features":[433]},{"name":"KSMFT_CATEGORY_AUDIO_ENCODER","features":[433]},{"name":"KSMFT_CATEGORY_DEMULTIPLEXER","features":[433]},{"name":"KSMFT_CATEGORY_MULTIPLEXER","features":[433]},{"name":"KSMFT_CATEGORY_OTHER","features":[433]},{"name":"KSMFT_CATEGORY_VIDEO_DECODER","features":[433]},{"name":"KSMFT_CATEGORY_VIDEO_EFFECT","features":[433]},{"name":"KSMFT_CATEGORY_VIDEO_ENCODER","features":[433]},{"name":"KSMFT_CATEGORY_VIDEO_PROCESSOR","features":[433]},{"name":"KSMICARRAY_MICARRAYTYPE","features":[433]},{"name":"KSMICARRAY_MICARRAYTYPE_3D","features":[433]},{"name":"KSMICARRAY_MICARRAYTYPE_LINEAR","features":[433]},{"name":"KSMICARRAY_MICARRAYTYPE_PLANAR","features":[433]},{"name":"KSMICARRAY_MICTYPE","features":[433]},{"name":"KSMICARRAY_MICTYPE_8SHAPED","features":[433]},{"name":"KSMICARRAY_MICTYPE_CARDIOID","features":[433]},{"name":"KSMICARRAY_MICTYPE_HYPERCARDIOID","features":[433]},{"name":"KSMICARRAY_MICTYPE_OMNIDIRECTIONAL","features":[433]},{"name":"KSMICARRAY_MICTYPE_SUBCARDIOID","features":[433]},{"name":"KSMICARRAY_MICTYPE_SUPERCARDIOID","features":[433]},{"name":"KSMICARRAY_MICTYPE_VENDORDEFINED","features":[433]},{"name":"KSMPEGVIDMODE_LTRBOX","features":[433]},{"name":"KSMPEGVIDMODE_PANSCAN","features":[433]},{"name":"KSMPEGVIDMODE_SCALE","features":[433]},{"name":"KSMPEGVID_RECT","features":[433]},{"name":"KSMULTIPLE_DATA_PROP","features":[433]},{"name":"KSMULTIPLE_ITEM","features":[433]},{"name":"KSMUSICFORMAT","features":[433]},{"name":"KSMUSIC_TECHNOLOGY_FMSYNTH","features":[433]},{"name":"KSMUSIC_TECHNOLOGY_PORT","features":[433]},{"name":"KSMUSIC_TECHNOLOGY_SQSYNTH","features":[433]},{"name":"KSMUSIC_TECHNOLOGY_SWSYNTH","features":[433]},{"name":"KSMUSIC_TECHNOLOGY_WAVETABLE","features":[433]},{"name":"KSM_NODE","features":[433]},{"name":"KSNAME_Allocator","features":[433]},{"name":"KSNAME_Clock","features":[433]},{"name":"KSNAME_Filter","features":[433]},{"name":"KSNAME_Pin","features":[433]},{"name":"KSNAME_TopologyNode","features":[433]},{"name":"KSNODEPIN_AEC_CAPTURE_IN","features":[433]},{"name":"KSNODEPIN_AEC_CAPTURE_OUT","features":[433]},{"name":"KSNODEPIN_AEC_RENDER_IN","features":[433]},{"name":"KSNODEPIN_AEC_RENDER_OUT","features":[433]},{"name":"KSNODEPIN_DEMUX_IN","features":[433]},{"name":"KSNODEPIN_DEMUX_OUT","features":[433]},{"name":"KSNODEPIN_STANDARD_IN","features":[433]},{"name":"KSNODEPIN_STANDARD_OUT","features":[433]},{"name":"KSNODEPIN_SUM_MUX_IN","features":[433]},{"name":"KSNODEPIN_SUM_MUX_OUT","features":[433]},{"name":"KSNODEPROPERTY","features":[433]},{"name":"KSNODEPROPERTY_AUDIO_3D_LISTENER","features":[433]},{"name":"KSNODEPROPERTY_AUDIO_3D_LISTENER","features":[433]},{"name":"KSNODEPROPERTY_AUDIO_CHANNEL","features":[433]},{"name":"KSNODEPROPERTY_AUDIO_DEV_SPECIFIC","features":[433]},{"name":"KSNODEPROPERTY_AUDIO_PROPERTY","features":[433]},{"name":"KSNODEPROPERTY_AUDIO_PROPERTY","features":[433]},{"name":"KSNODETYPE_1394_DA_STREAM","features":[433]},{"name":"KSNODETYPE_1394_DV_STREAM_SOUNDTRACK","features":[433]},{"name":"KSNODETYPE_3D_EFFECTS","features":[433]},{"name":"KSNODETYPE_ADC","features":[433]},{"name":"KSNODETYPE_AGC","features":[433]},{"name":"KSNODETYPE_ANALOG_CONNECTOR","features":[433]},{"name":"KSNODETYPE_ANALOG_TAPE","features":[433]},{"name":"KSNODETYPE_AUDIO_ENGINE","features":[433]},{"name":"KSNODETYPE_AUDIO_KEYWORDDETECTOR","features":[433]},{"name":"KSNODETYPE_AUDIO_LOOPBACK","features":[433]},{"name":"KSNODETYPE_AUDIO_MODULE","features":[433]},{"name":"KSNODETYPE_BIDIRECTIONAL_UNDEFINED","features":[433]},{"name":"KSNODETYPE_CABLE_TUNER_AUDIO","features":[433]},{"name":"KSNODETYPE_CD_PLAYER","features":[433]},{"name":"KSNODETYPE_CHORUS","features":[433]},{"name":"KSNODETYPE_COMMUNICATION_SPEAKER","features":[433]},{"name":"KSNODETYPE_DAC","features":[433]},{"name":"KSNODETYPE_DAT_IO_DIGITAL_AUDIO_TAPE","features":[433]},{"name":"KSNODETYPE_DCC_IO_DIGITAL_COMPACT_CASSETTE","features":[433]},{"name":"KSNODETYPE_DELAY","features":[433]},{"name":"KSNODETYPE_DEMUX","features":[433]},{"name":"KSNODETYPE_DESKTOP_MICROPHONE","features":[433]},{"name":"KSNODETYPE_DESKTOP_SPEAKER","features":[433]},{"name":"KSNODETYPE_DEV_SPECIFIC","features":[433]},{"name":"KSNODETYPE_DIGITAL_AUDIO_INTERFACE","features":[433]},{"name":"KSNODETYPE_DISPLAYPORT_INTERFACE","features":[433]},{"name":"KSNODETYPE_DOWN_LINE_PHONE","features":[433]},{"name":"KSNODETYPE_DRM_DESCRAMBLE","features":[433]},{"name":"KSNODETYPE_DSS_AUDIO","features":[433]},{"name":"KSNODETYPE_DVD_AUDIO","features":[433]},{"name":"KSNODETYPE_DYN_RANGE_COMPRESSOR","features":[433]},{"name":"KSNODETYPE_ECHO_CANCELING_SPEAKERPHONE","features":[433]},{"name":"KSNODETYPE_ECHO_SUPPRESSING_SPEAKERPHONE","features":[433]},{"name":"KSNODETYPE_EMBEDDED_UNDEFINED","features":[433]},{"name":"KSNODETYPE_EQUALIZATION_NOISE","features":[433]},{"name":"KSNODETYPE_EQUALIZER","features":[433]},{"name":"KSNODETYPE_EXTERNAL_UNDEFINED","features":[433]},{"name":"KSNODETYPE_FM_RX","features":[433]},{"name":"KSNODETYPE_HANDSET","features":[433]},{"name":"KSNODETYPE_HDMI_INTERFACE","features":[433]},{"name":"KSNODETYPE_HEADPHONES","features":[433]},{"name":"KSNODETYPE_HEADSET","features":[433]},{"name":"KSNODETYPE_HEAD_MOUNTED_DISPLAY_AUDIO","features":[433]},{"name":"KSNODETYPE_INPUT_UNDEFINED","features":[433]},{"name":"KSNODETYPE_LEGACY_AUDIO_CONNECTOR","features":[433]},{"name":"KSNODETYPE_LEVEL_CALIBRATION_NOISE_SOURCE","features":[433]},{"name":"KSNODETYPE_LINE_CONNECTOR","features":[433]},{"name":"KSNODETYPE_LOUDNESS","features":[433]},{"name":"KSNODETYPE_LOW_FREQUENCY_EFFECTS_SPEAKER","features":[433]},{"name":"KSNODETYPE_MICROPHONE","features":[433]},{"name":"KSNODETYPE_MICROPHONE_ARRAY","features":[433]},{"name":"KSNODETYPE_MIDI_ELEMENT","features":[433]},{"name":"KSNODETYPE_MIDI_JACK","features":[433]},{"name":"KSNODETYPE_MINIDISK","features":[433]},{"name":"KSNODETYPE_MULTITRACK_RECORDER","features":[433]},{"name":"KSNODETYPE_MUTE","features":[433]},{"name":"KSNODETYPE_MUX","features":[433]},{"name":"KSNODETYPE_NOISE_SUPPRESS","features":[433]},{"name":"KSNODETYPE_OMNI_DIRECTIONAL_MICROPHONE","features":[433]},{"name":"KSNODETYPE_OUTPUT_UNDEFINED","features":[433]},{"name":"KSNODETYPE_PARAMETRIC_EQUALIZER","features":[433]},{"name":"KSNODETYPE_PEAKMETER","features":[433]},{"name":"KSNODETYPE_PERSONAL_MICROPHONE","features":[433]},{"name":"KSNODETYPE_PHONE_LINE","features":[433]},{"name":"KSNODETYPE_PHONOGRAPH","features":[433]},{"name":"KSNODETYPE_PROCESSING_MICROPHONE_ARRAY","features":[433]},{"name":"KSNODETYPE_PROLOGIC_DECODER","features":[433]},{"name":"KSNODETYPE_PROLOGIC_ENCODER","features":[433]},{"name":"KSNODETYPE_RADIO_RECEIVER","features":[433]},{"name":"KSNODETYPE_RADIO_TRANSMITTER","features":[433]},{"name":"KSNODETYPE_REVERB","features":[433]},{"name":"KSNODETYPE_ROOM_SPEAKER","features":[433]},{"name":"KSNODETYPE_SATELLITE_RECEIVER_AUDIO","features":[433]},{"name":"KSNODETYPE_SPDIF_INTERFACE","features":[433]},{"name":"KSNODETYPE_SPEAKER","features":[433]},{"name":"KSNODETYPE_SPEAKERPHONE_NO_ECHO_REDUCTION","features":[433]},{"name":"KSNODETYPE_SPEAKERS_STATIC_JACK","features":[433]},{"name":"KSNODETYPE_SRC","features":[433]},{"name":"KSNODETYPE_STEREO_WIDE","features":[433]},{"name":"KSNODETYPE_SUM","features":[433]},{"name":"KSNODETYPE_SUPERMIX","features":[433]},{"name":"KSNODETYPE_SYNTHESIZER","features":[433]},{"name":"KSNODETYPE_TELEPHONE","features":[433]},{"name":"KSNODETYPE_TELEPHONY_BIDI","features":[433]},{"name":"KSNODETYPE_TELEPHONY_UNDEFINED","features":[433]},{"name":"KSNODETYPE_TONE","features":[433]},{"name":"KSNODETYPE_TV_TUNER_AUDIO","features":[433]},{"name":"KSNODETYPE_UPDOWN_MIX","features":[433]},{"name":"KSNODETYPE_VCR_AUDIO","features":[433]},{"name":"KSNODETYPE_VIDEO_CAMERA_TERMINAL","features":[433]},{"name":"KSNODETYPE_VIDEO_DISC_AUDIO","features":[433]},{"name":"KSNODETYPE_VIDEO_INPUT_MTT","features":[433]},{"name":"KSNODETYPE_VIDEO_INPUT_TERMINAL","features":[433]},{"name":"KSNODETYPE_VIDEO_OUTPUT_MTT","features":[433]},{"name":"KSNODETYPE_VIDEO_OUTPUT_TERMINAL","features":[433]},{"name":"KSNODETYPE_VIDEO_PROCESSING","features":[433]},{"name":"KSNODETYPE_VIDEO_SELECTOR","features":[433]},{"name":"KSNODETYPE_VIDEO_STREAMING","features":[433]},{"name":"KSNODETYPE_VOLUME","features":[433]},{"name":"KSNODE_CREATE","features":[433]},{"name":"KSNOTIFICATIONID_AudioModule","features":[433]},{"name":"KSNOTIFICATIONID_SoundDetector","features":[433]},{"name":"KSPEEKOPERATION","features":[433]},{"name":"KSPIN_CINSTANCES","features":[433]},{"name":"KSPIN_COMMUNICATION","features":[433]},{"name":"KSPIN_COMMUNICATION_BOTH","features":[433]},{"name":"KSPIN_COMMUNICATION_BRIDGE","features":[433]},{"name":"KSPIN_COMMUNICATION_NONE","features":[433]},{"name":"KSPIN_COMMUNICATION_SINK","features":[433]},{"name":"KSPIN_COMMUNICATION_SOURCE","features":[433]},{"name":"KSPIN_CONNECT","features":[307,433]},{"name":"KSPIN_DATAFLOW","features":[433]},{"name":"KSPIN_DATAFLOW_IN","features":[433]},{"name":"KSPIN_DATAFLOW_OUT","features":[433]},{"name":"KSPIN_FLAG_ASYNCHRONOUS_PROCESSING","features":[433]},{"name":"KSPIN_FLAG_CRITICAL_PROCESSING","features":[433]},{"name":"KSPIN_FLAG_DENY_USERMODE_ACCESS","features":[433]},{"name":"KSPIN_FLAG_DISPATCH_LEVEL_PROCESSING","features":[433]},{"name":"KSPIN_FLAG_DISTINCT_TRAILING_EDGE","features":[433]},{"name":"KSPIN_FLAG_DO_NOT_INITIATE_PROCESSING","features":[433]},{"name":"KSPIN_FLAG_DO_NOT_USE_STANDARD_TRANSPORT","features":[433]},{"name":"KSPIN_FLAG_ENFORCE_FIFO","features":[433]},{"name":"KSPIN_FLAG_FIXED_FORMAT","features":[433]},{"name":"KSPIN_FLAG_FRAMES_NOT_REQUIRED_FOR_PROCESSING","features":[433]},{"name":"KSPIN_FLAG_GENERATE_EOS_EVENTS","features":[433]},{"name":"KSPIN_FLAG_GENERATE_MAPPINGS","features":[433]},{"name":"KSPIN_FLAG_HYPERCRITICAL_PROCESSING","features":[433]},{"name":"KSPIN_FLAG_IMPLEMENT_CLOCK","features":[433]},{"name":"KSPIN_FLAG_INITIATE_PROCESSING_ON_EVERY_ARRIVAL","features":[433]},{"name":"KSPIN_FLAG_PROCESS_IF_ANY_IN_RUN_STATE","features":[433]},{"name":"KSPIN_FLAG_PROCESS_IN_RUN_STATE_ONLY","features":[433]},{"name":"KSPIN_FLAG_SOME_FRAMES_REQUIRED_FOR_PROCESSING","features":[433]},{"name":"KSPIN_FLAG_SPLITTER","features":[433]},{"name":"KSPIN_FLAG_USE_STANDARD_TRANSPORT","features":[433]},{"name":"KSPIN_MDL_CACHING_EVENT","features":[433]},{"name":"KSPIN_MDL_CACHING_NOTIFICATION","features":[433]},{"name":"KSPIN_MDL_CACHING_NOTIFICATION32","features":[433]},{"name":"KSPIN_MDL_CACHING_NOTIFY_ADDSAMPLE","features":[433]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANALL_NOWAIT","features":[433]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANALL_WAIT","features":[433]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANUP","features":[433]},{"name":"KSPIN_PHYSICALCONNECTION","features":[433]},{"name":"KSPPROPERTY_ALLOCATOR_MDLCACHING","features":[433]},{"name":"KSPRIORITY","features":[433]},{"name":"KSPRIORITY_EXCLUSIVE","features":[433]},{"name":"KSPRIORITY_HIGH","features":[433]},{"name":"KSPRIORITY_LOW","features":[433]},{"name":"KSPRIORITY_NORMAL","features":[433]},{"name":"KSPROBE_ALLOCATEMDL","features":[433]},{"name":"KSPROBE_ALLOWFORMATCHANGE","features":[433]},{"name":"KSPROBE_MODIFY","features":[433]},{"name":"KSPROBE_PROBEANDLOCK","features":[433]},{"name":"KSPROBE_STREAMREAD","features":[433]},{"name":"KSPROBE_STREAMWRITE","features":[433]},{"name":"KSPROBE_SYSTEMADDRESS","features":[433]},{"name":"KSPROPERTYSETID_ExtendedCameraControl","features":[433]},{"name":"KSPROPERTYSETID_NetworkCameraControl","features":[433]},{"name":"KSPROPERTYSETID_PerFrameSettingControl","features":[433]},{"name":"KSPROPERTY_AC3","features":[433]},{"name":"KSPROPERTY_AC3_ALTERNATE_AUDIO","features":[433]},{"name":"KSPROPERTY_AC3_BIT_STREAM_MODE","features":[433]},{"name":"KSPROPERTY_AC3_DIALOGUE_LEVEL","features":[433]},{"name":"KSPROPERTY_AC3_DOWNMIX","features":[433]},{"name":"KSPROPERTY_AC3_ERROR_CONCEALMENT","features":[433]},{"name":"KSPROPERTY_AC3_LANGUAGE_CODE","features":[433]},{"name":"KSPROPERTY_AC3_ROOM_TYPE","features":[433]},{"name":"KSPROPERTY_ALLOCATOR_CLEANUP_CACHEDMDLPAGES","features":[433]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL","features":[433]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS","features":[433]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S","features":[433]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE","features":[433]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S","features":[433]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_HONOR_COUNT","features":[433]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE","features":[433]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S","features":[433]},{"name":"KSPROPERTY_ATN_READER","features":[433]},{"name":"KSPROPERTY_AUDDECOUT","features":[433]},{"name":"KSPROPERTY_AUDDECOUT_CUR_MODE","features":[433]},{"name":"KSPROPERTY_AUDDECOUT_MODES","features":[433]},{"name":"KSPROPERTY_AUDIO","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE_BUFFER_SIZE_RANGE","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE_DESCRIPTOR","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE_DEVICECONTROLS","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE_DEVICEFORMAT","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE_GFXENABLE","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE_LFXENABLE","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE_LOOPBACK_PROTECTION","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE_MIXFORMAT","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE_SUPPORTEDDEVICEFORMATS","features":[433]},{"name":"KSPROPERTY_AUDIOENGINE_VOLUMELEVEL","features":[433]},{"name":"KSPROPERTY_AUDIOMODULE","features":[433]},{"name":"KSPROPERTY_AUDIOMODULE_COMMAND","features":[433]},{"name":"KSPROPERTY_AUDIOMODULE_DESCRIPTORS","features":[433]},{"name":"KSPROPERTY_AUDIOMODULE_NOTIFICATION_DEVICE_ID","features":[433]},{"name":"KSPROPERTY_AUDIOPOSTURE","features":[433]},{"name":"KSPROPERTY_AUDIOPOSTURE_ORIENTATION","features":[433]},{"name":"KSPROPERTY_AUDIORESOURCEMANAGEMENT","features":[433]},{"name":"KSPROPERTY_AUDIORESOURCEMANAGEMENT_RESOURCEGROUP","features":[433]},{"name":"KSPROPERTY_AUDIOSIGNALPROCESSING","features":[433]},{"name":"KSPROPERTY_AUDIOSIGNALPROCESSING_MODES","features":[433]},{"name":"KSPROPERTY_AUDIO_3D_INTERFACE","features":[433]},{"name":"KSPROPERTY_AUDIO_AGC","features":[433]},{"name":"KSPROPERTY_AUDIO_ALGORITHM_INSTANCE","features":[433]},{"name":"KSPROPERTY_AUDIO_BASS","features":[433]},{"name":"KSPROPERTY_AUDIO_BASS_BOOST","features":[433]},{"name":"KSPROPERTY_AUDIO_BUFFER_DURATION","features":[433]},{"name":"KSPROPERTY_AUDIO_CHANNEL_CONFIG","features":[433]},{"name":"KSPROPERTY_AUDIO_CHORUS_LEVEL","features":[433]},{"name":"KSPROPERTY_AUDIO_CHORUS_MODULATION_DEPTH","features":[433]},{"name":"KSPROPERTY_AUDIO_CHORUS_MODULATION_RATE","features":[433]},{"name":"KSPROPERTY_AUDIO_COPY_PROTECTION","features":[433]},{"name":"KSPROPERTY_AUDIO_CPU_RESOURCES","features":[433]},{"name":"KSPROPERTY_AUDIO_DELAY","features":[433]},{"name":"KSPROPERTY_AUDIO_DEMUX_DEST","features":[433]},{"name":"KSPROPERTY_AUDIO_DEV_SPECIFIC","features":[433]},{"name":"KSPROPERTY_AUDIO_DYNAMIC_RANGE","features":[433]},{"name":"KSPROPERTY_AUDIO_DYNAMIC_SAMPLING_RATE","features":[433]},{"name":"KSPROPERTY_AUDIO_EQ_BANDS","features":[433]},{"name":"KSPROPERTY_AUDIO_EQ_LEVEL","features":[433]},{"name":"KSPROPERTY_AUDIO_FILTER_STATE","features":[433]},{"name":"KSPROPERTY_AUDIO_LATENCY","features":[433]},{"name":"KSPROPERTY_AUDIO_LINEAR_BUFFER_POSITION","features":[433]},{"name":"KSPROPERTY_AUDIO_LOUDNESS","features":[433]},{"name":"KSPROPERTY_AUDIO_MANUFACTURE_GUID","features":[433]},{"name":"KSPROPERTY_AUDIO_MIC_ARRAY_GEOMETRY","features":[433]},{"name":"KSPROPERTY_AUDIO_MIC_SENSITIVITY","features":[433]},{"name":"KSPROPERTY_AUDIO_MIC_SENSITIVITY2","features":[433]},{"name":"KSPROPERTY_AUDIO_MIC_SNR","features":[433]},{"name":"KSPROPERTY_AUDIO_MID","features":[433]},{"name":"KSPROPERTY_AUDIO_MIX_LEVEL_CAPS","features":[433]},{"name":"KSPROPERTY_AUDIO_MIX_LEVEL_TABLE","features":[433]},{"name":"KSPROPERTY_AUDIO_MUTE","features":[433]},{"name":"KSPROPERTY_AUDIO_MUX_SOURCE","features":[433]},{"name":"KSPROPERTY_AUDIO_NUM_EQ_BANDS","features":[433]},{"name":"KSPROPERTY_AUDIO_PEAKMETER","features":[433]},{"name":"KSPROPERTY_AUDIO_PEAKMETER2","features":[433]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_CENTER_FREQ","features":[433]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_LEVEL","features":[433]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_Q_FACTOR","features":[433]},{"name":"KSPROPERTY_AUDIO_PEQ_MAX_BANDS","features":[433]},{"name":"KSPROPERTY_AUDIO_PEQ_NUM_BANDS","features":[433]},{"name":"KSPROPERTY_AUDIO_POSITION","features":[433]},{"name":"KSPROPERTY_AUDIO_POSITIONEX","features":[433]},{"name":"KSPROPERTY_AUDIO_PREFERRED_STATUS","features":[433]},{"name":"KSPROPERTY_AUDIO_PRESENTATION_POSITION","features":[433]},{"name":"KSPROPERTY_AUDIO_PRODUCT_GUID","features":[433]},{"name":"KSPROPERTY_AUDIO_QUALITY","features":[433]},{"name":"KSPROPERTY_AUDIO_REVERB_DELAY_FEEDBACK","features":[433]},{"name":"KSPROPERTY_AUDIO_REVERB_LEVEL","features":[433]},{"name":"KSPROPERTY_AUDIO_REVERB_TIME","features":[433]},{"name":"KSPROPERTY_AUDIO_SAMPLING_RATE","features":[433]},{"name":"KSPROPERTY_AUDIO_STEREO_ENHANCE","features":[433]},{"name":"KSPROPERTY_AUDIO_STEREO_SPEAKER_GEOMETRY","features":[433]},{"name":"KSPROPERTY_AUDIO_SURROUND_ENCODE","features":[433]},{"name":"KSPROPERTY_AUDIO_TREBLE","features":[433]},{"name":"KSPROPERTY_AUDIO_VOLUMELEVEL","features":[433]},{"name":"KSPROPERTY_AUDIO_VOLUMELIMIT_ENGAGED","features":[433]},{"name":"KSPROPERTY_AUDIO_WAVERT_CURRENT_WRITE_LASTBUFFER_POSITION","features":[433]},{"name":"KSPROPERTY_AUDIO_WAVERT_CURRENT_WRITE_POSITION","features":[433]},{"name":"KSPROPERTY_AUDIO_WIDENESS","features":[433]},{"name":"KSPROPERTY_AUDIO_WIDE_MODE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYGEOGRAPHIC","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYPERSONALNAME","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYRELATED","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYTITLE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYTOPICALTERM","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYUNIFORMTITLE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDFORMAVAILABLE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_AWARDS","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_BIBLIOGRAPHYNOTE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CATALOGINGSOURCE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CITATION","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CONTENTSNOTE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CREATIONCREDIT","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_GENERALNOTE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_INDEXTERMCURRICULUM","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_INDEXTERMGENRE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ISBN","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ISSN","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_LCCN","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_LEADER","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINCORPORATEBODY","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINMEETINGNAME","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINPERSONALNAME","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINUNIFORMTITLE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PARTICIPANT","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PHYSICALDESCRIPTION","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PUBLICATION","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENT","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENTPERSONALNAME","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENTUNIFORMTITLE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SUMMARY","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SYSTEMDETAILS","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_TARGETAUDIENCE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_TITLESTATEMENT","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_UNIFORMTITLE","features":[433]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_VARYINGFORMTITLE","features":[433]},{"name":"KSPROPERTY_BOUNDS_LONG","features":[433]},{"name":"KSPROPERTY_BOUNDS_LONGLONG","features":[433]},{"name":"KSPROPERTY_BTAUDIO","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_AUTO_EXPOSURE_PRIORITY","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXPOSURE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXPOSURE_RELATIVE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ADVANCEDPHOTO","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_BACKGROUNDSEGMENTATION","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_CAMERAANGLEOFFSET","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_DIGITALWINDOW","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_DIGITALWINDOW_CONFIGCAPS","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_END","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_END2","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EVCOMPENSATION","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EXPOSUREMODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EYEGAZECORRECTION","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FACEAUTH_MODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FACEDETECTION","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FIELDOFVIEW","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FLASHMODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSMODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSPRIORITY","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSSTATE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_HISTOGRAM","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_IRTORCHMODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ISO","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ISO_ADVANCED","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_MAXVIDFPS_PHOTORES","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_MCC","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_METADATA","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_OIS","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_OPTIMIZATIONHINT","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOCONFIRMATION","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOFRAMERATE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOMAXFRAMERATE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOMODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOTHUMBNAIL","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOTRIGGERTIME","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PROFILE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PROPERTY","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_RELATIVEPANELOPTIMIZATION","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ROI_CONFIGCAPS","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ROI_ISPCONTROL","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_SCENEMODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_SECURE_MODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_TORCHMODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VFR","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOHDR","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOSTABILIZATION","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOTEMPORALDENOISING","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_WARMSTART","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_WHITEBALANCEMODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ZOOM","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_ABSOLUTE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_ASYNCHRONOUS","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_AUTO","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_MANUAL","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_RELATIVE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_AUTO","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_FLAGS_AUTO","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_FLAGS_MANUAL","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_OFF","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_ON","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_PROPERTY_ID","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_S","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH_S","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FOCUS","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_FOCUS_RELATIVE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_EXCLUSIVE_WITH_RECORD","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_PROPERTY_ID","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_SEQUENCE_EXCLUSIVE_WITH_RECORD","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_IRIS","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_IRIS_RELATIVE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_FOCAL_LENGTH_S","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_S","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_S2","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_PAN","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_PANTILT","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_PANTILT_RELATIVE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_PAN_RELATIVE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CAPABILITY","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CLEAR","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_PROPERTY","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_SET","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_PRIVACY","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_EXPOSURE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_FOCUS","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_WB","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONVERGEMODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_ASYNC","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_AUTO","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_MANUAL","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_PROPERTY_ID","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_S","features":[307,433]},{"name":"KSPROPERTY_CAMERACONTROL_ROLL","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_ROLL_RELATIVE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_S","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_S2","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_SCANMODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_S_EX","features":[307,433]},{"name":"KSPROPERTY_CAMERACONTROL_TILT","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_TILT_RELATIVE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_AUTO","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_FLAGS_AUTO","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_FLAGS_MANUAL","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_HIGH","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_LOW","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_MEDIUM","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_OFF","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_S","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEO_STABILIZATION_MODE","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEO_STABILIZATION_MODE_PROPERTY_ID","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_ZOOM","features":[433]},{"name":"KSPROPERTY_CAMERACONTROL_ZOOM_RELATIVE","features":[433]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_CLEAR","features":[433]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_FLAGS","features":[433]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_SET","features":[433]},{"name":"KSPROPERTY_CLOCK","features":[433]},{"name":"KSPROPERTY_CLOCK_CORRELATEDPHYSICALTIME","features":[433]},{"name":"KSPROPERTY_CLOCK_CORRELATEDTIME","features":[433]},{"name":"KSPROPERTY_CLOCK_PHYSICALTIME","features":[433]},{"name":"KSPROPERTY_CLOCK_RESOLUTION","features":[433]},{"name":"KSPROPERTY_CLOCK_STATE","features":[433]},{"name":"KSPROPERTY_CLOCK_TIME","features":[433]},{"name":"KSPROPERTY_CONNECTION","features":[433]},{"name":"KSPROPERTY_CONNECTION_ACQUIREORDERING","features":[433]},{"name":"KSPROPERTY_CONNECTION_ALLOCATORFRAMING","features":[433]},{"name":"KSPROPERTY_CONNECTION_ALLOCATORFRAMING_EX","features":[433]},{"name":"KSPROPERTY_CONNECTION_DATAFORMAT","features":[433]},{"name":"KSPROPERTY_CONNECTION_PRIORITY","features":[433]},{"name":"KSPROPERTY_CONNECTION_PROPOSEDATAFORMAT","features":[433]},{"name":"KSPROPERTY_CONNECTION_STARTAT","features":[433]},{"name":"KSPROPERTY_CONNECTION_STATE","features":[433]},{"name":"KSPROPERTY_COPYPROT","features":[433]},{"name":"KSPROPERTY_COPY_MACROVISION","features":[433]},{"name":"KSPROPERTY_CROSSBAR_ACTIVE_S","features":[433]},{"name":"KSPROPERTY_CROSSBAR_CAN_ROUTE","features":[433]},{"name":"KSPROPERTY_CROSSBAR_CAPS","features":[433]},{"name":"KSPROPERTY_CROSSBAR_CAPS_S","features":[433]},{"name":"KSPROPERTY_CROSSBAR_INPUT_ACTIVE","features":[433]},{"name":"KSPROPERTY_CROSSBAR_PININFO","features":[433]},{"name":"KSPROPERTY_CROSSBAR_PININFO_S","features":[433]},{"name":"KSPROPERTY_CROSSBAR_ROUTE","features":[433]},{"name":"KSPROPERTY_CROSSBAR_ROUTE_S","features":[433]},{"name":"KSPROPERTY_CURRENT_CAPTURE_SURFACE","features":[433]},{"name":"KSPROPERTY_CYCLIC","features":[433]},{"name":"KSPROPERTY_CYCLIC_POSITION","features":[433]},{"name":"KSPROPERTY_DESCRIPTION","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_ALL","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEANGLES","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEORIENTATION","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEOUTSIDEVOLUME","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MAXDISTANCE","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MINDISTANCE","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MODE","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_POSITION","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_VELOCITY","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ALL","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ALLOCATION","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_BATCH","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_DISTANCEFACTOR","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_DOPPLERFACTOR","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ORIENTATION","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_POSITION","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ROLLOFFFACTOR","features":[433]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_VELOCITY","features":[433]},{"name":"KSPROPERTY_DISPLAY_ADAPTER_GUID","features":[433]},{"name":"KSPROPERTY_DRMAUDIOSTREAM","features":[433]},{"name":"KSPROPERTY_DRMAUDIOSTREAM_CONTENTID","features":[433]},{"name":"KSPROPERTY_DROPPEDFRAMES_CURRENT","features":[433]},{"name":"KSPROPERTY_DROPPEDFRAMES_CURRENT_S","features":[433]},{"name":"KSPROPERTY_DVDCOPY_CHLG_KEY","features":[433]},{"name":"KSPROPERTY_DVDCOPY_DEC_KEY2","features":[433]},{"name":"KSPROPERTY_DVDCOPY_DISC_KEY","features":[433]},{"name":"KSPROPERTY_DVDCOPY_DVD_KEY1","features":[433]},{"name":"KSPROPERTY_DVDCOPY_REGION","features":[433]},{"name":"KSPROPERTY_DVDCOPY_SET_COPY_STATE","features":[433]},{"name":"KSPROPERTY_DVDCOPY_TITLE_KEY","features":[433]},{"name":"KSPROPERTY_DVDSUBPIC","features":[433]},{"name":"KSPROPERTY_DVDSUBPIC_COMPOSIT_ON","features":[433]},{"name":"KSPROPERTY_DVDSUBPIC_HLI","features":[433]},{"name":"KSPROPERTY_DVDSUBPIC_PALETTE","features":[433]},{"name":"KSPROPERTY_EXTDEVICE","features":[433]},{"name":"KSPROPERTY_EXTDEVICE_CAPABILITIES","features":[433]},{"name":"KSPROPERTY_EXTDEVICE_ID","features":[433]},{"name":"KSPROPERTY_EXTDEVICE_PORT","features":[433]},{"name":"KSPROPERTY_EXTDEVICE_POWER_STATE","features":[433]},{"name":"KSPROPERTY_EXTDEVICE_S","features":[433]},{"name":"KSPROPERTY_EXTDEVICE_VERSION","features":[433]},{"name":"KSPROPERTY_EXTENSION_UNIT","features":[433]},{"name":"KSPROPERTY_EXTENSION_UNIT_CONTROL","features":[433]},{"name":"KSPROPERTY_EXTENSION_UNIT_INFO","features":[433]},{"name":"KSPROPERTY_EXTENSION_UNIT_PASS_THROUGH","features":[433]},{"name":"KSPROPERTY_EXTXPORT","features":[433]},{"name":"KSPROPERTY_EXTXPORT_ATN_SEARCH","features":[433]},{"name":"KSPROPERTY_EXTXPORT_CAPABILITIES","features":[433]},{"name":"KSPROPERTY_EXTXPORT_INPUT_SIGNAL_MODE","features":[433]},{"name":"KSPROPERTY_EXTXPORT_LOAD_MEDIUM","features":[433]},{"name":"KSPROPERTY_EXTXPORT_MEDIUM_INFO","features":[433]},{"name":"KSPROPERTY_EXTXPORT_NODE_S","features":[307,433]},{"name":"KSPROPERTY_EXTXPORT_OUTPUT_SIGNAL_MODE","features":[433]},{"name":"KSPROPERTY_EXTXPORT_RTC_SEARCH","features":[433]},{"name":"KSPROPERTY_EXTXPORT_S","features":[307,433]},{"name":"KSPROPERTY_EXTXPORT_STATE","features":[433]},{"name":"KSPROPERTY_EXTXPORT_STATE_NOTIFY","features":[433]},{"name":"KSPROPERTY_EXTXPORT_TIMECODE_SEARCH","features":[433]},{"name":"KSPROPERTY_FMRX_ANTENNAENDPOINTID","features":[433]},{"name":"KSPROPERTY_FMRX_CONTROL","features":[433]},{"name":"KSPROPERTY_FMRX_ENDPOINTID","features":[433]},{"name":"KSPROPERTY_FMRX_STATE","features":[433]},{"name":"KSPROPERTY_FMRX_TOPOLOGY","features":[433]},{"name":"KSPROPERTY_FMRX_VOLUME","features":[433]},{"name":"KSPROPERTY_GENERAL","features":[433]},{"name":"KSPROPERTY_GENERAL_COMPONENTID","features":[433]},{"name":"KSPROPERTY_HRTF3D","features":[433]},{"name":"KSPROPERTY_HRTF3D_FILTER_FORMAT","features":[433]},{"name":"KSPROPERTY_HRTF3D_INITIALIZE","features":[433]},{"name":"KSPROPERTY_HRTF3D_PARAMS","features":[433]},{"name":"KSPROPERTY_INTERLEAVEDAUDIO","features":[433]},{"name":"KSPROPERTY_INTERLEAVEDAUDIO_FORMATINFORMATION","features":[433]},{"name":"KSPROPERTY_ITD3D","features":[433]},{"name":"KSPROPERTY_ITD3D_PARAMS","features":[433]},{"name":"KSPROPERTY_JACK","features":[433]},{"name":"KSPROPERTY_JACK_CONTAINERID","features":[433]},{"name":"KSPROPERTY_JACK_DESCRIPTION","features":[433]},{"name":"KSPROPERTY_JACK_DESCRIPTION2","features":[433]},{"name":"KSPROPERTY_JACK_DESCRIPTION3","features":[433]},{"name":"KSPROPERTY_JACK_SINK_INFO","features":[433]},{"name":"KSPROPERTY_MAP_CAPTURE_HANDLE_TO_VRAM_ADDRESS","features":[433]},{"name":"KSPROPERTY_MEDIAAVAILABLE","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING_AVAILABLE","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING_CAPABILITIES","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING_CONVERTTIMEFORMAT","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING_DURATION","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING_FORMATS","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING_POSITION","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING_POSITIONS","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING_PREROLL","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING_STOPPOSITION","features":[433]},{"name":"KSPROPERTY_MEDIASEEKING_TIMEFORMAT","features":[433]},{"name":"KSPROPERTY_MEMBERSHEADER","features":[433]},{"name":"KSPROPERTY_MEMBER_FLAG_BASICSUPPORT_MULTICHANNEL","features":[433]},{"name":"KSPROPERTY_MEMBER_FLAG_BASICSUPPORT_UNIFORM","features":[433]},{"name":"KSPROPERTY_MEMBER_FLAG_DEFAULT","features":[433]},{"name":"KSPROPERTY_MEMBER_RANGES","features":[433]},{"name":"KSPROPERTY_MEMBER_STEPPEDRANGES","features":[433]},{"name":"KSPROPERTY_MEMBER_VALUES","features":[433]},{"name":"KSPROPERTY_MEMORY_TRANSPORT","features":[433]},{"name":"KSPROPERTY_MPEG2VID","features":[433]},{"name":"KSPROPERTY_MPEG2VID_16_9_PANSCAN","features":[433]},{"name":"KSPROPERTY_MPEG2VID_16_9_RECT","features":[433]},{"name":"KSPROPERTY_MPEG2VID_4_3_RECT","features":[433]},{"name":"KSPROPERTY_MPEG2VID_CUR_MODE","features":[433]},{"name":"KSPROPERTY_MPEG2VID_MODES","features":[433]},{"name":"KSPROPERTY_MPEG4_MEDIATYPE_ATTRIBUTES","features":[433]},{"name":"KSPROPERTY_MPEG4_MEDIATYPE_SD_BOX","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_EVENTTOPICS_XML","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_EVENT_INFO","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_INFO","features":[307,433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_TYPE","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_TYPE_EVENTSINFO","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTP","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_HEADER","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_CUSTOM","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_DISABLE","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_HOSTNTP","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_PROPERTY","features":[433]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_URI","features":[433]},{"name":"KSPROPERTY_ONESHOT_DISCONNECT","features":[433]},{"name":"KSPROPERTY_ONESHOT_RECONNECT","features":[433]},{"name":"KSPROPERTY_OVERLAYUPDATE","features":[433]},{"name":"KSPROPERTY_OVERLAYUPDATE_CLIPLIST","features":[433]},{"name":"KSPROPERTY_OVERLAYUPDATE_COLORKEY","features":[433]},{"name":"KSPROPERTY_OVERLAYUPDATE_COLORREF","features":[433]},{"name":"KSPROPERTY_OVERLAYUPDATE_DISPLAYCHANGE","features":[433]},{"name":"KSPROPERTY_OVERLAYUPDATE_INTERESTS","features":[433]},{"name":"KSPROPERTY_OVERLAYUPDATE_PALETTE","features":[433]},{"name":"KSPROPERTY_OVERLAYUPDATE_VIDEOPOSITION","features":[433]},{"name":"KSPROPERTY_PIN","features":[433]},{"name":"KSPROPERTY_PIN_CATEGORY","features":[433]},{"name":"KSPROPERTY_PIN_CINSTANCES","features":[433]},{"name":"KSPROPERTY_PIN_COMMUNICATION","features":[433]},{"name":"KSPROPERTY_PIN_CONSTRAINEDDATARANGES","features":[433]},{"name":"KSPROPERTY_PIN_CTYPES","features":[433]},{"name":"KSPROPERTY_PIN_DATAFLOW","features":[433]},{"name":"KSPROPERTY_PIN_DATAINTERSECTION","features":[433]},{"name":"KSPROPERTY_PIN_DATARANGES","features":[433]},{"name":"KSPROPERTY_PIN_FLAGS_ATTRIBUTE_RANGE_AWARE","features":[433]},{"name":"KSPROPERTY_PIN_FLAGS_MASK","features":[433]},{"name":"KSPROPERTY_PIN_GLOBALCINSTANCES","features":[433]},{"name":"KSPROPERTY_PIN_INTERFACES","features":[433]},{"name":"KSPROPERTY_PIN_MEDIUMS","features":[433]},{"name":"KSPROPERTY_PIN_MODEDATAFORMATS","features":[433]},{"name":"KSPROPERTY_PIN_NAME","features":[433]},{"name":"KSPROPERTY_PIN_NECESSARYINSTANCES","features":[433]},{"name":"KSPROPERTY_PIN_PHYSICALCONNECTION","features":[433]},{"name":"KSPROPERTY_PIN_PROPOSEDATAFORMAT","features":[433]},{"name":"KSPROPERTY_PIN_PROPOSEDATAFORMAT2","features":[433]},{"name":"KSPROPERTY_POSITIONS","features":[433]},{"name":"KSPROPERTY_PREFERRED_CAPTURE_SURFACE","features":[433]},{"name":"KSPROPERTY_QUALITY","features":[433]},{"name":"KSPROPERTY_QUALITY_ERROR","features":[433]},{"name":"KSPROPERTY_QUALITY_REPORT","features":[433]},{"name":"KSPROPERTY_RAW_AVC_CMD","features":[433]},{"name":"KSPROPERTY_RTAUDIO","features":[433]},{"name":"KSPROPERTY_RTAUDIO_BUFFER","features":[433]},{"name":"KSPROPERTY_RTAUDIO_BUFFER_WITH_NOTIFICATION","features":[433]},{"name":"KSPROPERTY_RTAUDIO_CLOCKREGISTER","features":[433]},{"name":"KSPROPERTY_RTAUDIO_GETPOSITIONFUNCTION","features":[433]},{"name":"KSPROPERTY_RTAUDIO_GETREADPACKET","features":[433]},{"name":"KSPROPERTY_RTAUDIO_HWLATENCY","features":[433]},{"name":"KSPROPERTY_RTAUDIO_PACKETCOUNT","features":[433]},{"name":"KSPROPERTY_RTAUDIO_PACKETVREGISTER","features":[433]},{"name":"KSPROPERTY_RTAUDIO_POSITIONREGISTER","features":[433]},{"name":"KSPROPERTY_RTAUDIO_PRESENTATION_POSITION","features":[433]},{"name":"KSPROPERTY_RTAUDIO_QUERY_NOTIFICATION_SUPPORT","features":[433]},{"name":"KSPROPERTY_RTAUDIO_REGISTER_NOTIFICATION_EVENT","features":[433]},{"name":"KSPROPERTY_RTAUDIO_SETWRITEPACKET","features":[433]},{"name":"KSPROPERTY_RTAUDIO_UNREGISTER_NOTIFICATION_EVENT","features":[433]},{"name":"KSPROPERTY_RTC_READER","features":[433]},{"name":"KSPROPERTY_SELECTOR_NODE_S","features":[433]},{"name":"KSPROPERTY_SELECTOR_NUM_SOURCES","features":[433]},{"name":"KSPROPERTY_SELECTOR_S","features":[433]},{"name":"KSPROPERTY_SELECTOR_SOURCE_NODE_ID","features":[433]},{"name":"KSPROPERTY_SERIAL","features":[433]},{"name":"KSPROPERTY_SERIALHDR","features":[433]},{"name":"KSPROPERTY_SOUNDDETECTOR","features":[433]},{"name":"KSPROPERTY_SOUNDDETECTOR_ARMED","features":[433]},{"name":"KSPROPERTY_SOUNDDETECTOR_MATCHRESULT","features":[433]},{"name":"KSPROPERTY_SOUNDDETECTOR_PATTERNS","features":[433]},{"name":"KSPROPERTY_SOUNDDETECTOR_RESET","features":[433]},{"name":"KSPROPERTY_SOUNDDETECTOR_STREAMINGSUPPORT","features":[433]},{"name":"KSPROPERTY_SOUNDDETECTOR_SUPPORTEDPATTERNS","features":[433]},{"name":"KSPROPERTY_SPHLI","features":[433]},{"name":"KSPROPERTY_SPPAL","features":[433]},{"name":"KSPROPERTY_STEPPING_LONG","features":[433]},{"name":"KSPROPERTY_STEPPING_LONGLONG","features":[433]},{"name":"KSPROPERTY_STREAM","features":[433]},{"name":"KSPROPERTY_STREAMINTERFACE","features":[433]},{"name":"KSPROPERTY_STREAMINTERFACE_HEADERSIZE","features":[433]},{"name":"KSPROPERTY_STREAM_ALLOCATOR","features":[433]},{"name":"KSPROPERTY_STREAM_DEGRADATION","features":[433]},{"name":"KSPROPERTY_STREAM_FRAMETIME","features":[433]},{"name":"KSPROPERTY_STREAM_MASTERCLOCK","features":[433]},{"name":"KSPROPERTY_STREAM_PIPE_ID","features":[433]},{"name":"KSPROPERTY_STREAM_PRESENTATIONEXTENT","features":[433]},{"name":"KSPROPERTY_STREAM_PRESENTATIONTIME","features":[433]},{"name":"KSPROPERTY_STREAM_QUALITY","features":[433]},{"name":"KSPROPERTY_STREAM_RATE","features":[433]},{"name":"KSPROPERTY_STREAM_RATECAPABILITY","features":[433]},{"name":"KSPROPERTY_STREAM_TIMEFORMAT","features":[433]},{"name":"KSPROPERTY_TELEPHONY_CALLCONTROL","features":[433]},{"name":"KSPROPERTY_TELEPHONY_CALLHOLD","features":[433]},{"name":"KSPROPERTY_TELEPHONY_CALLINFO","features":[433]},{"name":"KSPROPERTY_TELEPHONY_CONTROL","features":[433]},{"name":"KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR","features":[433]},{"name":"KSPROPERTY_TELEPHONY_MUTE_TX","features":[433]},{"name":"KSPROPERTY_TELEPHONY_PROVIDERCHANGE","features":[433]},{"name":"KSPROPERTY_TELEPHONY_PROVIDERID","features":[433]},{"name":"KSPROPERTY_TELEPHONY_TOPOLOGY","features":[433]},{"name":"KSPROPERTY_TELEPHONY_VOLUME","features":[433]},{"name":"KSPROPERTY_TIMECODE","features":[433]},{"name":"KSPROPERTY_TIMECODE_NODE_S","features":[433]},{"name":"KSPROPERTY_TIMECODE_READER","features":[433]},{"name":"KSPROPERTY_TIMECODE_S","features":[433]},{"name":"KSPROPERTY_TOPOLOGY","features":[433]},{"name":"KSPROPERTY_TOPOLOGYNODE","features":[433]},{"name":"KSPROPERTY_TOPOLOGYNODE_ENABLE","features":[433]},{"name":"KSPROPERTY_TOPOLOGYNODE_RESET","features":[433]},{"name":"KSPROPERTY_TOPOLOGY_CATEGORIES","features":[433]},{"name":"KSPROPERTY_TOPOLOGY_CONNECTIONS","features":[433]},{"name":"KSPROPERTY_TOPOLOGY_NAME","features":[433]},{"name":"KSPROPERTY_TOPOLOGY_NODES","features":[433]},{"name":"KSPROPERTY_TUNER","features":[433]},{"name":"KSPROPERTY_TUNER_CAPS","features":[433]},{"name":"KSPROPERTY_TUNER_CAPS_S","features":[433]},{"name":"KSPROPERTY_TUNER_FREQUENCY","features":[433]},{"name":"KSPROPERTY_TUNER_FREQUENCY_S","features":[433]},{"name":"KSPROPERTY_TUNER_IF_MEDIUM","features":[433]},{"name":"KSPROPERTY_TUNER_IF_MEDIUM_S","features":[433]},{"name":"KSPROPERTY_TUNER_INPUT","features":[433]},{"name":"KSPROPERTY_TUNER_INPUT_S","features":[433]},{"name":"KSPROPERTY_TUNER_MODE","features":[433]},{"name":"KSPROPERTY_TUNER_MODES","features":[433]},{"name":"KSPROPERTY_TUNER_MODE_AM_RADIO","features":[433]},{"name":"KSPROPERTY_TUNER_MODE_ATSC","features":[433]},{"name":"KSPROPERTY_TUNER_MODE_CAPS","features":[433]},{"name":"KSPROPERTY_TUNER_MODE_CAPS_S","features":[433]},{"name":"KSPROPERTY_TUNER_MODE_DSS","features":[433]},{"name":"KSPROPERTY_TUNER_MODE_FM_RADIO","features":[433]},{"name":"KSPROPERTY_TUNER_MODE_S","features":[433]},{"name":"KSPROPERTY_TUNER_MODE_TV","features":[433]},{"name":"KSPROPERTY_TUNER_NETWORKTYPE_SCAN_CAPS","features":[433]},{"name":"KSPROPERTY_TUNER_NETWORKTYPE_SCAN_CAPS_S","features":[433]},{"name":"KSPROPERTY_TUNER_SCAN_CAPS","features":[433]},{"name":"KSPROPERTY_TUNER_SCAN_CAPS_S","features":[307,433]},{"name":"KSPROPERTY_TUNER_SCAN_STATUS","features":[433]},{"name":"KSPROPERTY_TUNER_SCAN_STATUS_S","features":[433]},{"name":"KSPROPERTY_TUNER_STANDARD","features":[433]},{"name":"KSPROPERTY_TUNER_STANDARD_MODE","features":[433]},{"name":"KSPROPERTY_TUNER_STANDARD_MODE_S","features":[307,433]},{"name":"KSPROPERTY_TUNER_STANDARD_S","features":[433]},{"name":"KSPROPERTY_TUNER_STATUS","features":[433]},{"name":"KSPROPERTY_TUNER_STATUS_S","features":[433]},{"name":"KSPROPERTY_TVAUDIO_CAPS","features":[433]},{"name":"KSPROPERTY_TVAUDIO_CAPS_S","features":[433]},{"name":"KSPROPERTY_TVAUDIO_CURRENTLY_AVAILABLE_MODES","features":[433]},{"name":"KSPROPERTY_TVAUDIO_MODE","features":[433]},{"name":"KSPROPERTY_TVAUDIO_S","features":[433]},{"name":"KSPROPERTY_TYPE_BASICSUPPORT","features":[433]},{"name":"KSPROPERTY_TYPE_COPYPAYLOAD","features":[433]},{"name":"KSPROPERTY_TYPE_DEFAULTVALUES","features":[433]},{"name":"KSPROPERTY_TYPE_FSFILTERSCOPE","features":[433]},{"name":"KSPROPERTY_TYPE_GET","features":[433]},{"name":"KSPROPERTY_TYPE_GETPAYLOADSIZE","features":[433]},{"name":"KSPROPERTY_TYPE_HIGHPRIORITY","features":[433]},{"name":"KSPROPERTY_TYPE_RELATIONS","features":[433]},{"name":"KSPROPERTY_TYPE_SERIALIZERAW","features":[433]},{"name":"KSPROPERTY_TYPE_SERIALIZESET","features":[433]},{"name":"KSPROPERTY_TYPE_SERIALIZESIZE","features":[433]},{"name":"KSPROPERTY_TYPE_SET","features":[433]},{"name":"KSPROPERTY_TYPE_SETSUPPORT","features":[433]},{"name":"KSPROPERTY_TYPE_TOPOLOGY","features":[433]},{"name":"KSPROPERTY_TYPE_UNSERIALIZERAW","features":[433]},{"name":"KSPROPERTY_TYPE_UNSERIALIZESET","features":[433]},{"name":"KSPROPERTY_VBICAP","features":[433]},{"name":"KSPROPERTY_VBICAP_PROPERTIES_PROTECTION","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_CC_SUBSTREAMS_S","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_NABTS_SUBSTREAMS_S","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_DISCOVERED_BIT_ARRAY","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_REQUESTED_BIT_ARRAY","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_S","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_CC_PIN_S","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_CC_S","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_COMMON_PIN_S","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_COMMON_S","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_NABTS_PIN_S","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_NABTS_S","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_SUBSTREAMS_DISCOVERED_BIT_ARRAY","features":[433]},{"name":"KSPROPERTY_VBICODECFILTERING_SUBSTREAMS_REQUESTED_BIT_ARRAY","features":[433]},{"name":"KSPROPERTY_VIDCAP_CAMERACONTROL","features":[433]},{"name":"KSPROPERTY_VIDCAP_CROSSBAR","features":[433]},{"name":"KSPROPERTY_VIDCAP_DROPPEDFRAMES","features":[433]},{"name":"KSPROPERTY_VIDCAP_SELECTOR","features":[433]},{"name":"KSPROPERTY_VIDCAP_TVAUDIO","features":[433]},{"name":"KSPROPERTY_VIDCAP_VIDEOCOMPRESSION","features":[433]},{"name":"KSPROPERTY_VIDCAP_VIDEOCONTROL","features":[433]},{"name":"KSPROPERTY_VIDCAP_VIDEODECODER","features":[433]},{"name":"KSPROPERTY_VIDCAP_VIDEOENCODER","features":[433]},{"name":"KSPROPERTY_VIDCAP_VIDEOPROCAMP","features":[433]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_GETINFO","features":[433]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_GETINFO_S","features":[433]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_KEYFRAME_RATE","features":[433]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_OVERRIDE_FRAME_SIZE","features":[433]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_OVERRIDE_KEYFRAME","features":[433]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_PFRAMES_PER_KEYFRAME","features":[433]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_QUALITY","features":[433]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_S","features":[433]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_S1","features":[433]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_WINDOWSIZE","features":[433]},{"name":"KSPROPERTY_VIDEOCONTROL_ACTUAL_FRAME_RATE","features":[433]},{"name":"KSPROPERTY_VIDEOCONTROL_ACTUAL_FRAME_RATE_S","features":[307,433]},{"name":"KSPROPERTY_VIDEOCONTROL_CAPS","features":[433]},{"name":"KSPROPERTY_VIDEOCONTROL_CAPS_S","features":[433]},{"name":"KSPROPERTY_VIDEOCONTROL_FRAME_RATES","features":[433]},{"name":"KSPROPERTY_VIDEOCONTROL_FRAME_RATES_S","features":[307,433]},{"name":"KSPROPERTY_VIDEOCONTROL_MODE","features":[433]},{"name":"KSPROPERTY_VIDEOCONTROL_MODE_S","features":[433]},{"name":"KSPROPERTY_VIDEODECODER_CAPS","features":[433]},{"name":"KSPROPERTY_VIDEODECODER_CAPS_S","features":[433]},{"name":"KSPROPERTY_VIDEODECODER_OUTPUT_ENABLE","features":[433]},{"name":"KSPROPERTY_VIDEODECODER_S","features":[433]},{"name":"KSPROPERTY_VIDEODECODER_STANDARD","features":[433]},{"name":"KSPROPERTY_VIDEODECODER_STATUS","features":[433]},{"name":"KSPROPERTY_VIDEODECODER_STATUS2","features":[433]},{"name":"KSPROPERTY_VIDEODECODER_STATUS2_S","features":[433]},{"name":"KSPROPERTY_VIDEODECODER_STATUS_S","features":[433]},{"name":"KSPROPERTY_VIDEODECODER_VCR_TIMING","features":[433]},{"name":"KSPROPERTY_VIDEOENCODER_CAPS","features":[433]},{"name":"KSPROPERTY_VIDEOENCODER_CC_ENABLE","features":[433]},{"name":"KSPROPERTY_VIDEOENCODER_COPYPROTECTION","features":[433]},{"name":"KSPROPERTY_VIDEOENCODER_S","features":[433]},{"name":"KSPROPERTY_VIDEOENCODER_STANDARD","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_BACKLIGHT_COMPENSATION","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_BRIGHTNESS","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_COLORENABLE","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_CONTRAST","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_DIGITAL_MULTIPLIER","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_DIGITAL_MULTIPLIER_LIMIT","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_FLAGS_AUTO","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_FLAGS_MANUAL","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_GAIN","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_GAMMA","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_HUE","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_NODE_S","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_NODE_S2","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_POWERLINE_FREQUENCY","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_S","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_S2","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_SATURATION","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_SHARPNESS","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_WHITEBALANCE","features":[433]},{"name":"KSPROPERTY_VIDEOPROCAMP_WHITEBALANCE_COMPONENT","features":[433]},{"name":"KSPROPERTY_VIDMEM_TRANSPORT","features":[433]},{"name":"KSPROPERTY_VPCONFIG","features":[433]},{"name":"KSPROPERTY_VPCONFIG_DDRAWHANDLE","features":[433]},{"name":"KSPROPERTY_VPCONFIG_DDRAWSURFACEHANDLE","features":[433]},{"name":"KSPROPERTY_VPCONFIG_DECIMATIONCAPABILITY","features":[433]},{"name":"KSPROPERTY_VPCONFIG_GETCONNECTINFO","features":[433]},{"name":"KSPROPERTY_VPCONFIG_GETVIDEOFORMAT","features":[433]},{"name":"KSPROPERTY_VPCONFIG_INFORMVPINPUT","features":[433]},{"name":"KSPROPERTY_VPCONFIG_INVERTPOLARITY","features":[433]},{"name":"KSPROPERTY_VPCONFIG_MAXPIXELRATE","features":[433]},{"name":"KSPROPERTY_VPCONFIG_NUMCONNECTINFO","features":[433]},{"name":"KSPROPERTY_VPCONFIG_NUMVIDEOFORMAT","features":[433]},{"name":"KSPROPERTY_VPCONFIG_SCALEFACTOR","features":[433]},{"name":"KSPROPERTY_VPCONFIG_SETCONNECTINFO","features":[433]},{"name":"KSPROPERTY_VPCONFIG_SETVIDEOFORMAT","features":[433]},{"name":"KSPROPERTY_VPCONFIG_SURFACEPARAMS","features":[433]},{"name":"KSPROPERTY_VPCONFIG_VIDEOPORTID","features":[433]},{"name":"KSPROPERTY_VPCONFIG_VPDATAINFO","features":[433]},{"name":"KSPROPERTY_WAVE","features":[433]},{"name":"KSPROPERTY_WAVE_BUFFER","features":[433]},{"name":"KSPROPERTY_WAVE_COMPATIBLE_CAPABILITIES","features":[433]},{"name":"KSPROPERTY_WAVE_FREQUENCY","features":[433]},{"name":"KSPROPERTY_WAVE_INPUT_CAPABILITIES","features":[433]},{"name":"KSPROPERTY_WAVE_OUTPUT_CAPABILITIES","features":[433]},{"name":"KSPROPERTY_WAVE_PAN","features":[433]},{"name":"KSPROPERTY_WAVE_QUEUED_POSITION","features":[433]},{"name":"KSPROPERTY_WAVE_VOLUME","features":[433]},{"name":"KSPROPSETID_AC3","features":[433]},{"name":"KSPROPSETID_Audio","features":[433]},{"name":"KSPROPSETID_AudioBufferDuration","features":[433]},{"name":"KSPROPSETID_AudioDecoderOut","features":[433]},{"name":"KSPROPSETID_AudioEngine","features":[433]},{"name":"KSPROPSETID_AudioModule","features":[433]},{"name":"KSPROPSETID_AudioPosture","features":[433]},{"name":"KSPROPSETID_AudioResourceManagement","features":[433]},{"name":"KSPROPSETID_AudioSignalProcessing","features":[433]},{"name":"KSPROPSETID_Bibliographic","features":[433]},{"name":"KSPROPSETID_BtAudio","features":[433]},{"name":"KSPROPSETID_Clock","features":[433]},{"name":"KSPROPSETID_Connection","features":[433]},{"name":"KSPROPSETID_CopyProt","features":[433]},{"name":"KSPROPSETID_Cyclic","features":[433]},{"name":"KSPROPSETID_DirectSound3DBuffer","features":[433]},{"name":"KSPROPSETID_DirectSound3DListener","features":[433]},{"name":"KSPROPSETID_DrmAudioStream","features":[433]},{"name":"KSPROPSETID_DvdSubPic","features":[433]},{"name":"KSPROPSETID_FMRXControl","features":[433]},{"name":"KSPROPSETID_FMRXTopology","features":[433]},{"name":"KSPROPSETID_General","features":[433]},{"name":"KSPROPSETID_Hrtf3d","features":[433]},{"name":"KSPROPSETID_InterleavedAudio","features":[433]},{"name":"KSPROPSETID_Itd3d","features":[433]},{"name":"KSPROPSETID_Jack","features":[433]},{"name":"KSPROPSETID_MPEG4_MediaType_Attributes","features":[433]},{"name":"KSPROPSETID_MediaSeeking","features":[433]},{"name":"KSPROPSETID_MemoryTransport","features":[433]},{"name":"KSPROPSETID_Mpeg2Vid","features":[433]},{"name":"KSPROPSETID_OverlayUpdate","features":[433]},{"name":"KSPROPSETID_Pin","features":[433]},{"name":"KSPROPSETID_PinMDLCacheClearProp","features":[433]},{"name":"KSPROPSETID_Quality","features":[433]},{"name":"KSPROPSETID_RtAudio","features":[433]},{"name":"KSPROPSETID_SoundDetector","features":[433]},{"name":"KSPROPSETID_SoundDetector2","features":[433]},{"name":"KSPROPSETID_Stream","features":[433]},{"name":"KSPROPSETID_StreamAllocator","features":[433]},{"name":"KSPROPSETID_StreamInterface","features":[433]},{"name":"KSPROPSETID_TSRateChange","features":[433]},{"name":"KSPROPSETID_TelephonyControl","features":[433]},{"name":"KSPROPSETID_TelephonyTopology","features":[433]},{"name":"KSPROPSETID_Topology","features":[433]},{"name":"KSPROPSETID_TopologyNode","features":[433]},{"name":"KSPROPSETID_VBICAP_PROPERTIES","features":[433]},{"name":"KSPROPSETID_VBICodecFiltering","features":[433]},{"name":"KSPROPSETID_VPConfig","features":[433]},{"name":"KSPROPSETID_VPVBIConfig","features":[433]},{"name":"KSPROPSETID_VramCapture","features":[433]},{"name":"KSPROPSETID_Wave","features":[433]},{"name":"KSPROPTYPESETID_General","features":[433]},{"name":"KSP_NODE","features":[433]},{"name":"KSP_PIN","features":[433]},{"name":"KSP_TIMEFORMAT","features":[433]},{"name":"KSQUALITY","features":[433]},{"name":"KSQUALITY_MANAGER","features":[307,433]},{"name":"KSQUERYBUFFER","features":[307,433]},{"name":"KSRATE","features":[433]},{"name":"KSRATE_CAPABILITY","features":[433]},{"name":"KSRATE_NOPRESENTATIONDURATION","features":[433]},{"name":"KSRATE_NOPRESENTATIONSTART","features":[433]},{"name":"KSRELATIVEEVENT","features":[307,433]},{"name":"KSRELATIVEEVENT_FLAG_HANDLE","features":[433]},{"name":"KSRELATIVEEVENT_FLAG_POINTER","features":[433]},{"name":"KSRESET","features":[433]},{"name":"KSRESET_BEGIN","features":[433]},{"name":"KSRESET_END","features":[433]},{"name":"KSRESOLUTION","features":[433]},{"name":"KSRTAUDIO_BUFFER","features":[307,433]},{"name":"KSRTAUDIO_BUFFER32","features":[307,433]},{"name":"KSRTAUDIO_BUFFER_PROPERTY","features":[433]},{"name":"KSRTAUDIO_BUFFER_PROPERTY32","features":[433]},{"name":"KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION","features":[433]},{"name":"KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION32","features":[433]},{"name":"KSRTAUDIO_GETREADPACKET_INFO","features":[307,433]},{"name":"KSRTAUDIO_HWLATENCY","features":[433]},{"name":"KSRTAUDIO_HWREGISTER","features":[433]},{"name":"KSRTAUDIO_HWREGISTER32","features":[433]},{"name":"KSRTAUDIO_HWREGISTER_PROPERTY","features":[433]},{"name":"KSRTAUDIO_HWREGISTER_PROPERTY32","features":[433]},{"name":"KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY","features":[307,433]},{"name":"KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32","features":[433]},{"name":"KSRTAUDIO_PACKETVREGISTER","features":[433]},{"name":"KSRTAUDIO_PACKETVREGISTER_PROPERTY","features":[433]},{"name":"KSRTAUDIO_SETWRITEPACKET_INFO","features":[433]},{"name":"KSSOUNDDETECTORPROPERTY","features":[433]},{"name":"KSSTATE","features":[433]},{"name":"KSSTATE_ACQUIRE","features":[433]},{"name":"KSSTATE_PAUSE","features":[433]},{"name":"KSSTATE_RUN","features":[433]},{"name":"KSSTATE_STOP","features":[433]},{"name":"KSSTREAMALLOCATOR_STATUS","features":[433]},{"name":"KSSTREAMALLOCATOR_STATUS_EX","features":[433]},{"name":"KSSTREAM_FAILUREEXCEPTION","features":[433]},{"name":"KSSTREAM_HEADER","features":[433]},{"name":"KSSTREAM_HEADER","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_BUFFEREDTRANSFER","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_DATADISCONTINUITY","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_DURATIONVALID","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_ENDOFPHOTOSEQUENCE","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_ENDOFSTREAM","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_FLUSHONPAUSE","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_FRAMEINFO","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_LOOPEDDATA","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_METADATA","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_PERSIST_SAMPLE","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_PREROLL","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_SAMPLE_PERSISTED","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_SECUREBUFFERTRANSFER","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_SPLICEPOINT","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_TIMEDISCONTINUITY","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_TIMEVALID","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_TYPECHANGED","features":[433]},{"name":"KSSTREAM_HEADER_OPTIONSF_VRAM_DATA_TRANSFER","features":[433]},{"name":"KSSTREAM_HEADER_TRACK_COMPLETION_NUMBERS","features":[433]},{"name":"KSSTREAM_METADATA_INFO","features":[433]},{"name":"KSSTREAM_NONPAGED_DATA","features":[433]},{"name":"KSSTREAM_PAGED_DATA","features":[433]},{"name":"KSSTREAM_READ","features":[433]},{"name":"KSSTREAM_SEGMENT","features":[307,433]},{"name":"KSSTREAM_SYNCHRONOUS","features":[433]},{"name":"KSSTREAM_UVC_METADATA","features":[433]},{"name":"KSSTREAM_UVC_METADATATYPE_TIMESTAMP","features":[433]},{"name":"KSSTREAM_UVC_SECURE_ATTRIBUTE_SIZE","features":[433]},{"name":"KSSTREAM_WRITE","features":[433]},{"name":"KSSTRING_Allocator","features":[433]},{"name":"KSSTRING_AllocatorEx","features":[433]},{"name":"KSSTRING_Clock","features":[433]},{"name":"KSSTRING_Filter","features":[433]},{"name":"KSSTRING_Pin","features":[433]},{"name":"KSSTRING_TopologyNode","features":[433]},{"name":"KSTELEPHONY_CALLCONTROL","features":[433]},{"name":"KSTELEPHONY_CALLINFO","features":[433]},{"name":"KSTELEPHONY_PROVIDERCHANGE","features":[433]},{"name":"KSTIME","features":[433]},{"name":"KSTIME_FORMAT_BYTE","features":[433]},{"name":"KSTIME_FORMAT_FIELD","features":[433]},{"name":"KSTIME_FORMAT_FRAME","features":[433]},{"name":"KSTIME_FORMAT_MEDIA_TIME","features":[433]},{"name":"KSTIME_FORMAT_SAMPLE","features":[433]},{"name":"KSTOPOLOGY","features":[433]},{"name":"KSTOPOLOGY_CONNECTION","features":[433]},{"name":"KSTOPOLOGY_ENDPOINTID","features":[433]},{"name":"KSTOPOLOGY_ENDPOINTIDPAIR","features":[433]},{"name":"KSVPMAXPIXELRATE","features":[433]},{"name":"KSVPSIZE_PROP","features":[433]},{"name":"KSVPSURFACEPARAMS","features":[433]},{"name":"KSWAVETABLE_WAVE_DESC","features":[307,433]},{"name":"KSWAVE_BUFFER","features":[433]},{"name":"KSWAVE_BUFFER_ATTRIBUTEF_LOOPING","features":[433]},{"name":"KSWAVE_BUFFER_ATTRIBUTEF_STATIC","features":[433]},{"name":"KSWAVE_COMPATCAPS","features":[433]},{"name":"KSWAVE_COMPATCAPS_INPUT","features":[433]},{"name":"KSWAVE_COMPATCAPS_OUTPUT","features":[433]},{"name":"KSWAVE_INPUT_CAPABILITIES","features":[433]},{"name":"KSWAVE_OUTPUT_CAPABILITIES","features":[433]},{"name":"KSWAVE_VOLUME","features":[433]},{"name":"KS_AMCONTROL_COLORINFO_PRESENT","features":[433]},{"name":"KS_AMCONTROL_PAD_TO_16x9","features":[433]},{"name":"KS_AMCONTROL_PAD_TO_4x3","features":[433]},{"name":"KS_AMCONTROL_USED","features":[433]},{"name":"KS_AMPixAspectRatio","features":[433]},{"name":"KS_AMVPDATAINFO","features":[307,433]},{"name":"KS_AMVPDIMINFO","features":[307,433]},{"name":"KS_AMVPSIZE","features":[433]},{"name":"KS_AMVP_BEST_BANDWIDTH","features":[433]},{"name":"KS_AMVP_DO_NOT_CARE","features":[433]},{"name":"KS_AMVP_INPUT_SAME_AS_OUTPUT","features":[433]},{"name":"KS_AMVP_MODE","features":[433]},{"name":"KS_AMVP_MODE_BOBINTERLEAVED","features":[433]},{"name":"KS_AMVP_MODE_BOBNONINTERLEAVED","features":[433]},{"name":"KS_AMVP_MODE_SKIPEVEN","features":[433]},{"name":"KS_AMVP_MODE_SKIPODD","features":[433]},{"name":"KS_AMVP_MODE_WEAVE","features":[433]},{"name":"KS_AMVP_SELECTFORMATBY","features":[433]},{"name":"KS_AM_ExactRateChange","features":[433]},{"name":"KS_AM_PROPERTY_TS_RATE_CHANGE","features":[433]},{"name":"KS_AM_RATE_ExactRateChange","features":[433]},{"name":"KS_AM_RATE_MaxFullDataRate","features":[433]},{"name":"KS_AM_RATE_SimpleRateChange","features":[433]},{"name":"KS_AM_RATE_Step","features":[433]},{"name":"KS_AM_SimpleRateChange","features":[433]},{"name":"KS_AM_UseNewCSSKey","features":[433]},{"name":"KS_ANALOGVIDEOINFO","features":[307,433]},{"name":"KS_AnalogVideoStandard","features":[433]},{"name":"KS_AnalogVideo_NTSC_433","features":[433]},{"name":"KS_AnalogVideo_NTSC_M","features":[433]},{"name":"KS_AnalogVideo_NTSC_M_J","features":[433]},{"name":"KS_AnalogVideo_NTSC_Mask","features":[433]},{"name":"KS_AnalogVideo_None","features":[433]},{"name":"KS_AnalogVideo_PAL_60","features":[433]},{"name":"KS_AnalogVideo_PAL_B","features":[433]},{"name":"KS_AnalogVideo_PAL_D","features":[433]},{"name":"KS_AnalogVideo_PAL_G","features":[433]},{"name":"KS_AnalogVideo_PAL_H","features":[433]},{"name":"KS_AnalogVideo_PAL_I","features":[433]},{"name":"KS_AnalogVideo_PAL_M","features":[433]},{"name":"KS_AnalogVideo_PAL_Mask","features":[433]},{"name":"KS_AnalogVideo_PAL_N","features":[433]},{"name":"KS_AnalogVideo_PAL_N_COMBO","features":[433]},{"name":"KS_AnalogVideo_SECAM_B","features":[433]},{"name":"KS_AnalogVideo_SECAM_D","features":[433]},{"name":"KS_AnalogVideo_SECAM_G","features":[433]},{"name":"KS_AnalogVideo_SECAM_H","features":[433]},{"name":"KS_AnalogVideo_SECAM_K","features":[433]},{"name":"KS_AnalogVideo_SECAM_K1","features":[433]},{"name":"KS_AnalogVideo_SECAM_L","features":[433]},{"name":"KS_AnalogVideo_SECAM_L1","features":[433]},{"name":"KS_AnalogVideo_SECAM_Mask","features":[433]},{"name":"KS_BITMAPINFOHEADER","features":[433]},{"name":"KS_BI_BITFIELDS","features":[433]},{"name":"KS_BI_JPEG","features":[433]},{"name":"KS_BI_RGB","features":[433]},{"name":"KS_BI_RLE4","features":[433]},{"name":"KS_BI_RLE8","features":[433]},{"name":"KS_CAMERACONTROL_ASYNC_RESET","features":[433]},{"name":"KS_CAMERACONTROL_ASYNC_START","features":[433]},{"name":"KS_CAMERACONTROL_ASYNC_STOP","features":[433]},{"name":"KS_CAPTURE_ALLOC_INVALID","features":[433]},{"name":"KS_CAPTURE_ALLOC_SECURE_BUFFER","features":[433]},{"name":"KS_CAPTURE_ALLOC_SYSTEM","features":[433]},{"name":"KS_CAPTURE_ALLOC_SYSTEM_AGP","features":[433]},{"name":"KS_CAPTURE_ALLOC_VRAM","features":[433]},{"name":"KS_CAPTURE_ALLOC_VRAM_MAPPED","features":[433]},{"name":"KS_CC_SUBSTREAM_EVEN","features":[433]},{"name":"KS_CC_SUBSTREAM_FIELD1_MASK","features":[433]},{"name":"KS_CC_SUBSTREAM_FIELD2_MASK","features":[433]},{"name":"KS_CC_SUBSTREAM_ODD","features":[433]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC1","features":[433]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC2","features":[433]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC3","features":[433]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC4","features":[433]},{"name":"KS_CC_SUBSTREAM_SERVICE_T1","features":[433]},{"name":"KS_CC_SUBSTREAM_SERVICE_T2","features":[433]},{"name":"KS_CC_SUBSTREAM_SERVICE_T3","features":[433]},{"name":"KS_CC_SUBSTREAM_SERVICE_T4","features":[433]},{"name":"KS_CC_SUBSTREAM_SERVICE_XDS","features":[433]},{"name":"KS_COLCON","features":[433]},{"name":"KS_COMPRESSION","features":[433]},{"name":"KS_COPYPROTECT_RestrictDuplication","features":[433]},{"name":"KS_COPY_MACROVISION","features":[433]},{"name":"KS_COPY_MACROVISION_LEVEL","features":[433]},{"name":"KS_CameraControlAsyncOperation","features":[433]},{"name":"KS_CompressionCaps","features":[433]},{"name":"KS_CompressionCaps_CanBFrame","features":[433]},{"name":"KS_CompressionCaps_CanCrunch","features":[433]},{"name":"KS_CompressionCaps_CanKeyFrame","features":[433]},{"name":"KS_CompressionCaps_CanQuality","features":[433]},{"name":"KS_CompressionCaps_CanWindow","features":[433]},{"name":"KS_DATAFORMAT_H264VIDEOINFO","features":[433]},{"name":"KS_DATAFORMAT_IMAGEINFO","features":[433]},{"name":"KS_DATAFORMAT_MPEGVIDEOINFO2","features":[307,433]},{"name":"KS_DATAFORMAT_VBIINFOHEADER","features":[433]},{"name":"KS_DATAFORMAT_VIDEOINFOHEADER","features":[307,433]},{"name":"KS_DATAFORMAT_VIDEOINFOHEADER2","features":[307,433]},{"name":"KS_DATAFORMAT_VIDEOINFO_PALETTE","features":[307,433]},{"name":"KS_DATARANGE_ANALOGVIDEO","features":[307,433]},{"name":"KS_DATARANGE_H264_VIDEO","features":[307,433]},{"name":"KS_DATARANGE_IMAGE","features":[307,433]},{"name":"KS_DATARANGE_MPEG1_VIDEO","features":[307,433]},{"name":"KS_DATARANGE_MPEG2_VIDEO","features":[307,433]},{"name":"KS_DATARANGE_VIDEO","features":[307,433]},{"name":"KS_DATARANGE_VIDEO2","features":[307,433]},{"name":"KS_DATARANGE_VIDEO_PALETTE","features":[307,433]},{"name":"KS_DATARANGE_VIDEO_VBI","features":[307,433]},{"name":"KS_DVDCOPYSTATE","features":[433]},{"name":"KS_DVDCOPYSTATE_AUTHENTICATION_NOT_REQUIRED","features":[433]},{"name":"KS_DVDCOPYSTATE_AUTHENTICATION_REQUIRED","features":[433]},{"name":"KS_DVDCOPYSTATE_DONE","features":[433]},{"name":"KS_DVDCOPYSTATE_INITIALIZE","features":[433]},{"name":"KS_DVDCOPYSTATE_INITIALIZE_TITLE","features":[433]},{"name":"KS_DVDCOPY_BUSKEY","features":[433]},{"name":"KS_DVDCOPY_CHLGKEY","features":[433]},{"name":"KS_DVDCOPY_DISCKEY","features":[433]},{"name":"KS_DVDCOPY_REGION","features":[433]},{"name":"KS_DVDCOPY_SET_COPY_STATE","features":[433]},{"name":"KS_DVDCOPY_TITLEKEY","features":[433]},{"name":"KS_DVD_CGMS_COPY_ONCE","features":[433]},{"name":"KS_DVD_CGMS_COPY_PERMITTED","features":[433]},{"name":"KS_DVD_CGMS_COPY_PROTECT_MASK","features":[433]},{"name":"KS_DVD_CGMS_NO_COPY","features":[433]},{"name":"KS_DVD_CGMS_RESERVED_MASK","features":[433]},{"name":"KS_DVD_COPYRIGHTED","features":[433]},{"name":"KS_DVD_COPYRIGHT_MASK","features":[433]},{"name":"KS_DVD_NOT_COPYRIGHTED","features":[433]},{"name":"KS_DVD_SECTOR_NOT_PROTECTED","features":[433]},{"name":"KS_DVD_SECTOR_PROTECTED","features":[433]},{"name":"KS_DVD_SECTOR_PROTECT_MASK","features":[433]},{"name":"KS_DVD_YCrCb","features":[433]},{"name":"KS_DVD_YUV","features":[433]},{"name":"KS_FRAME_INFO","features":[307,433]},{"name":"KS_FRAMING_ITEM","features":[433]},{"name":"KS_FRAMING_RANGE","features":[433]},{"name":"KS_FRAMING_RANGE_WEIGHTED","features":[433]},{"name":"KS_H264VIDEOINFO","features":[433]},{"name":"KS_INTERLACE_1FieldPerSample","features":[433]},{"name":"KS_INTERLACE_DisplayModeBobOnly","features":[433]},{"name":"KS_INTERLACE_DisplayModeBobOrWeave","features":[433]},{"name":"KS_INTERLACE_DisplayModeMask","features":[433]},{"name":"KS_INTERLACE_DisplayModeWeaveOnly","features":[433]},{"name":"KS_INTERLACE_Field1First","features":[433]},{"name":"KS_INTERLACE_FieldPatBothIrregular","features":[433]},{"name":"KS_INTERLACE_FieldPatBothRegular","features":[433]},{"name":"KS_INTERLACE_FieldPatField1Only","features":[433]},{"name":"KS_INTERLACE_FieldPatField2Only","features":[433]},{"name":"KS_INTERLACE_FieldPatternMask","features":[433]},{"name":"KS_INTERLACE_IsInterlaced","features":[433]},{"name":"KS_INTERLACE_UNUSED","features":[433]},{"name":"KS_LogicalMemoryType","features":[433]},{"name":"KS_MACROVISION_DISABLED","features":[433]},{"name":"KS_MACROVISION_LEVEL1","features":[433]},{"name":"KS_MACROVISION_LEVEL2","features":[433]},{"name":"KS_MACROVISION_LEVEL3","features":[433]},{"name":"KS_MAX_SIZE_MPEG1_SEQUENCE_INFO","features":[433]},{"name":"KS_MPEG1VIDEOINFO","features":[307,433]},{"name":"KS_MPEG2Level","features":[433]},{"name":"KS_MPEG2Level_High","features":[433]},{"name":"KS_MPEG2Level_High1440","features":[433]},{"name":"KS_MPEG2Level_Low","features":[433]},{"name":"KS_MPEG2Level_Main","features":[433]},{"name":"KS_MPEG2Profile","features":[433]},{"name":"KS_MPEG2Profile_High","features":[433]},{"name":"KS_MPEG2Profile_Main","features":[433]},{"name":"KS_MPEG2Profile_SNRScalable","features":[433]},{"name":"KS_MPEG2Profile_Simple","features":[433]},{"name":"KS_MPEG2Profile_SpatiallyScalable","features":[433]},{"name":"KS_MPEG2_27MhzTimebase","features":[433]},{"name":"KS_MPEG2_DSS_UserData","features":[433]},{"name":"KS_MPEG2_DVB_UserData","features":[433]},{"name":"KS_MPEG2_DVDLine21Field1","features":[433]},{"name":"KS_MPEG2_DVDLine21Field2","features":[433]},{"name":"KS_MPEG2_DoPanScan","features":[433]},{"name":"KS_MPEG2_FilmCameraMode","features":[433]},{"name":"KS_MPEG2_LetterboxAnalogOut","features":[433]},{"name":"KS_MPEG2_SourceIsLetterboxed","features":[433]},{"name":"KS_MPEG2_WidescreenAnalogOut","features":[433]},{"name":"KS_MPEGAUDIOINFO","features":[433]},{"name":"KS_MPEGAUDIOINFO_27MhzTimebase","features":[433]},{"name":"KS_MPEGVIDEOINFO2","features":[307,433]},{"name":"KS_MemoryTypeAnyHost","features":[433]},{"name":"KS_MemoryTypeDeviceHostMapped","features":[433]},{"name":"KS_MemoryTypeDeviceSpecific","features":[433]},{"name":"KS_MemoryTypeDontCare","features":[433]},{"name":"KS_MemoryTypeKernelNonPaged","features":[433]},{"name":"KS_MemoryTypeKernelPaged","features":[433]},{"name":"KS_MemoryTypeUser","features":[433]},{"name":"KS_NABTS_GROUPID_LOCAL_CABLE_SYSTEM_ADVERTISER_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_LOCAL_CABLE_SYSTEM_CONTENT_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_MICROSOFT_RESERVED_TEST_DATA_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_NETWORK_WIDE_ADVERTISER_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_NETWORK_WIDE_CONTENT_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_ORIGINAL_CONTENT_ADVERTISER_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_ORIGINAL_CONTENT_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_PRODUCTION_COMPANY_ADVERTISER_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_PRODUCTION_COMPANY_CONTENT_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_SYNDICATED_SHOW_ADVERTISER_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_SYNDICATED_SHOW_CONTENT_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_TELEVISION_STATION_ADVERTISER_BASE","features":[433]},{"name":"KS_NABTS_GROUPID_TELEVISION_STATION_CONTENT_BASE","features":[433]},{"name":"KS_Obsolete_VideoControlFlag_ExternalTriggerEnable","features":[433]},{"name":"KS_Obsolete_VideoControlFlag_Trigger","features":[433]},{"name":"KS_PhysConn_Audio_1394","features":[433]},{"name":"KS_PhysConn_Audio_AESDigital","features":[433]},{"name":"KS_PhysConn_Audio_AUX","features":[433]},{"name":"KS_PhysConn_Audio_AudioDecoder","features":[433]},{"name":"KS_PhysConn_Audio_Line","features":[433]},{"name":"KS_PhysConn_Audio_Mic","features":[433]},{"name":"KS_PhysConn_Audio_SCSI","features":[433]},{"name":"KS_PhysConn_Audio_SPDIFDigital","features":[433]},{"name":"KS_PhysConn_Audio_Tuner","features":[433]},{"name":"KS_PhysConn_Audio_USB","features":[433]},{"name":"KS_PhysConn_Video_1394","features":[433]},{"name":"KS_PhysConn_Video_AUX","features":[433]},{"name":"KS_PhysConn_Video_Composite","features":[433]},{"name":"KS_PhysConn_Video_ParallelDigital","features":[433]},{"name":"KS_PhysConn_Video_RGB","features":[433]},{"name":"KS_PhysConn_Video_SCART","features":[433]},{"name":"KS_PhysConn_Video_SCSI","features":[433]},{"name":"KS_PhysConn_Video_SVideo","features":[433]},{"name":"KS_PhysConn_Video_SerialDigital","features":[433]},{"name":"KS_PhysConn_Video_Tuner","features":[433]},{"name":"KS_PhysConn_Video_USB","features":[433]},{"name":"KS_PhysConn_Video_VideoDecoder","features":[433]},{"name":"KS_PhysConn_Video_VideoEncoder","features":[433]},{"name":"KS_PhysConn_Video_YRYBY","features":[433]},{"name":"KS_PhysicalConnectorType","features":[433]},{"name":"KS_PixAspectRatio_NTSC16x9","features":[433]},{"name":"KS_PixAspectRatio_NTSC4x3","features":[433]},{"name":"KS_PixAspectRatio_PAL16x9","features":[433]},{"name":"KS_PixAspectRatio_PAL4x3","features":[433]},{"name":"KS_RGBQUAD","features":[433]},{"name":"KS_SECURE_CAMERA_SCENARIO_ID","features":[433]},{"name":"KS_SEEKING_AbsolutePositioning","features":[433]},{"name":"KS_SEEKING_CAPABILITIES","features":[433]},{"name":"KS_SEEKING_CanGetCurrentPos","features":[433]},{"name":"KS_SEEKING_CanGetDuration","features":[433]},{"name":"KS_SEEKING_CanGetStopPos","features":[433]},{"name":"KS_SEEKING_CanPlayBackwards","features":[433]},{"name":"KS_SEEKING_CanSeekAbsolute","features":[433]},{"name":"KS_SEEKING_CanSeekBackwards","features":[433]},{"name":"KS_SEEKING_CanSeekForwards","features":[433]},{"name":"KS_SEEKING_FLAGS","features":[433]},{"name":"KS_SEEKING_IncrementalPositioning","features":[433]},{"name":"KS_SEEKING_NoPositioning","features":[433]},{"name":"KS_SEEKING_PositioningBitsMask","features":[433]},{"name":"KS_SEEKING_RelativePositioning","features":[433]},{"name":"KS_SEEKING_ReturnTime","features":[433]},{"name":"KS_SEEKING_SeekToKeyFrame","features":[433]},{"name":"KS_StreamingHint_CompQuality","features":[433]},{"name":"KS_StreamingHint_CompWindowSize","features":[433]},{"name":"KS_StreamingHint_FrameInterval","features":[433]},{"name":"KS_StreamingHint_KeyFrameRate","features":[433]},{"name":"KS_StreamingHint_PFrameRate","features":[433]},{"name":"KS_TRUECOLORINFO","features":[433]},{"name":"KS_TUNER_STRATEGY","features":[433]},{"name":"KS_TUNER_STRATEGY_DRIVER_TUNES","features":[433]},{"name":"KS_TUNER_STRATEGY_PLL","features":[433]},{"name":"KS_TUNER_STRATEGY_SIGNAL_STRENGTH","features":[433]},{"name":"KS_TUNER_TUNING_COARSE","features":[433]},{"name":"KS_TUNER_TUNING_EXACT","features":[433]},{"name":"KS_TUNER_TUNING_FINE","features":[433]},{"name":"KS_TUNER_TUNING_FLAGS","features":[433]},{"name":"KS_TVAUDIO_MODE_LANG_A","features":[433]},{"name":"KS_TVAUDIO_MODE_LANG_B","features":[433]},{"name":"KS_TVAUDIO_MODE_LANG_C","features":[433]},{"name":"KS_TVAUDIO_MODE_MONO","features":[433]},{"name":"KS_TVAUDIO_MODE_STEREO","features":[433]},{"name":"KS_TVAUDIO_PRESET_LANG_A","features":[433]},{"name":"KS_TVAUDIO_PRESET_LANG_B","features":[433]},{"name":"KS_TVAUDIO_PRESET_LANG_C","features":[433]},{"name":"KS_TVAUDIO_PRESET_STEREO","features":[433]},{"name":"KS_TVTUNER_CHANGE_BEGIN_TUNE","features":[433]},{"name":"KS_TVTUNER_CHANGE_END_TUNE","features":[433]},{"name":"KS_TVTUNER_CHANGE_INFO","features":[433]},{"name":"KS_VBICAP_PROTECTION_MV_DETECTED","features":[433]},{"name":"KS_VBICAP_PROTECTION_MV_HARDWARE","features":[433]},{"name":"KS_VBICAP_PROTECTION_MV_PRESENT","features":[433]},{"name":"KS_VBIDATARATE_CC","features":[433]},{"name":"KS_VBIDATARATE_NABTS","features":[433]},{"name":"KS_VBIINFOHEADER","features":[433]},{"name":"KS_VBI_FLAG_FIELD1","features":[433]},{"name":"KS_VBI_FLAG_FIELD2","features":[433]},{"name":"KS_VBI_FLAG_FRAME","features":[433]},{"name":"KS_VBI_FLAG_MV_DETECTED","features":[433]},{"name":"KS_VBI_FLAG_MV_HARDWARE","features":[433]},{"name":"KS_VBI_FLAG_MV_PRESENT","features":[433]},{"name":"KS_VBI_FLAG_TVTUNER_CHANGE","features":[433]},{"name":"KS_VBI_FLAG_VBIINFOHEADER_CHANGE","features":[433]},{"name":"KS_VBI_FRAME_INFO","features":[433]},{"name":"KS_VIDEODECODER_FLAGS","features":[433]},{"name":"KS_VIDEODECODER_FLAGS_CAN_DISABLE_OUTPUT","features":[433]},{"name":"KS_VIDEODECODER_FLAGS_CAN_INDICATE_LOCKED","features":[433]},{"name":"KS_VIDEODECODER_FLAGS_CAN_USE_VCR_LOCKING","features":[433]},{"name":"KS_VIDEOINFO","features":[307,433]},{"name":"KS_VIDEOINFOHEADER","features":[307,433]},{"name":"KS_VIDEOINFOHEADER2","features":[307,433]},{"name":"KS_VIDEOSTREAM_CAPTURE","features":[433]},{"name":"KS_VIDEOSTREAM_CC","features":[433]},{"name":"KS_VIDEOSTREAM_EDS","features":[433]},{"name":"KS_VIDEOSTREAM_IS_VPE","features":[433]},{"name":"KS_VIDEOSTREAM_NABTS","features":[433]},{"name":"KS_VIDEOSTREAM_PREVIEW","features":[433]},{"name":"KS_VIDEOSTREAM_STILL","features":[433]},{"name":"KS_VIDEOSTREAM_TELETEXT","features":[433]},{"name":"KS_VIDEOSTREAM_VBI","features":[433]},{"name":"KS_VIDEO_ALLOC_VPE_AGP","features":[433]},{"name":"KS_VIDEO_ALLOC_VPE_DISPLAY","features":[433]},{"name":"KS_VIDEO_ALLOC_VPE_SYSTEM","features":[433]},{"name":"KS_VIDEO_FLAG_B_FRAME","features":[433]},{"name":"KS_VIDEO_FLAG_FIELD1","features":[433]},{"name":"KS_VIDEO_FLAG_FIELD1FIRST","features":[433]},{"name":"KS_VIDEO_FLAG_FIELD2","features":[433]},{"name":"KS_VIDEO_FLAG_FIELD_MASK","features":[433]},{"name":"KS_VIDEO_FLAG_FRAME","features":[433]},{"name":"KS_VIDEO_FLAG_IPB_MASK","features":[433]},{"name":"KS_VIDEO_FLAG_I_FRAME","features":[433]},{"name":"KS_VIDEO_FLAG_P_FRAME","features":[433]},{"name":"KS_VIDEO_FLAG_REPEAT_FIELD","features":[433]},{"name":"KS_VIDEO_FLAG_WEAVE","features":[433]},{"name":"KS_VIDEO_STREAM_CONFIG_CAPS","features":[307,433]},{"name":"KS_VideoControlFlag_ExternalTriggerEnable","features":[433]},{"name":"KS_VideoControlFlag_FlipHorizontal","features":[433]},{"name":"KS_VideoControlFlag_FlipVertical","features":[433]},{"name":"KS_VideoControlFlag_IndependentImagePin","features":[433]},{"name":"KS_VideoControlFlag_StartPhotoSequenceCapture","features":[433]},{"name":"KS_VideoControlFlag_StillCapturePreviewFrame","features":[433]},{"name":"KS_VideoControlFlag_StopPhotoSequenceCapture","features":[433]},{"name":"KS_VideoControlFlag_Trigger","features":[433]},{"name":"KS_VideoControlFlags","features":[433]},{"name":"KS_VideoStreamingHints","features":[433]},{"name":"KS_iBLUE","features":[433]},{"name":"KS_iEGA_COLORS","features":[433]},{"name":"KS_iGREEN","features":[433]},{"name":"KS_iMASK_COLORS","features":[433]},{"name":"KS_iMAXBITS","features":[433]},{"name":"KS_iPALETTE","features":[433]},{"name":"KS_iPALETTE_COLORS","features":[433]},{"name":"KS_iRED","features":[433]},{"name":"KS_iTRUECOLOR","features":[433]},{"name":"KsAllocatorMode_Kernel","features":[433]},{"name":"KsAllocatorMode_User","features":[433]},{"name":"KsCreateAllocator","features":[307,433]},{"name":"KsCreateAllocator2","features":[307,433]},{"name":"KsCreateClock","features":[307,433]},{"name":"KsCreateClock2","features":[307,433]},{"name":"KsCreatePin","features":[307,433]},{"name":"KsCreatePin2","features":[307,433]},{"name":"KsCreateTopologyNode","features":[307,433]},{"name":"KsCreateTopologyNode2","features":[307,433]},{"name":"KsGetMediaType","features":[307,433,431]},{"name":"KsGetMediaTypeCount","features":[307,433]},{"name":"KsGetMultiplePinFactoryItems","features":[307,433]},{"name":"KsIoOperation_Read","features":[433]},{"name":"KsIoOperation_Write","features":[433]},{"name":"KsOpenDefaultDevice","features":[307,433]},{"name":"KsPeekOperation_AddRef","features":[433]},{"name":"KsPeekOperation_PeekOnly","features":[433]},{"name":"KsResolveRequiredAttributes","features":[433]},{"name":"KsSynchronousDeviceControl","features":[307,433]},{"name":"LIGHT_FILTER","features":[433]},{"name":"LOOPEDSTREAMING_POSITION_EVENT_DATA","features":[307,433]},{"name":"MAX_NABTS_VBI_LINES_PER_FIELD","features":[433]},{"name":"MAX_RESOURCEGROUPID_LENGTH","features":[433]},{"name":"MAX_SINK_DESCRIPTION_NAME_LENGTH","features":[433]},{"name":"MAX_WST_VBI_LINES_PER_FIELD","features":[433]},{"name":"MEDIUM_INFO","features":[307,433]},{"name":"MF_MDL_SHARED_PAYLOAD_KEY","features":[433]},{"name":"MIN_DEV_VER_FOR_FLAGS","features":[433]},{"name":"MIN_DEV_VER_FOR_QI","features":[433]},{"name":"MetadataId_BackgroundSegmentationMask","features":[433]},{"name":"MetadataId_CameraExtrinsics","features":[433]},{"name":"MetadataId_CameraIntrinsics","features":[433]},{"name":"MetadataId_CaptureStats","features":[433]},{"name":"MetadataId_Custom_Start","features":[433]},{"name":"MetadataId_DigitalWindow","features":[433]},{"name":"MetadataId_FrameIllumination","features":[433]},{"name":"MetadataId_PhotoConfirmation","features":[433]},{"name":"MetadataId_Standard_End","features":[433]},{"name":"MetadataId_Standard_Start","features":[433]},{"name":"MetadataId_UsbVideoHeader","features":[433]},{"name":"NABTSFEC_BUFFER","features":[433]},{"name":"NABTS_BUFFER","features":[433]},{"name":"NABTS_BUFFER_LINE","features":[433]},{"name":"NABTS_BUFFER_PICTURENUMBER_SUPPORT","features":[433]},{"name":"NABTS_BYTES_PER_LINE","features":[433]},{"name":"NABTS_LINES_PER_BUNDLE","features":[433]},{"name":"NABTS_PAYLOAD_PER_LINE","features":[433]},{"name":"NANOSECONDS","features":[433]},{"name":"OPTIMAL_WEIGHT_TOTALS","features":[433]},{"name":"PINNAME_DISPLAYPORT_OUT","features":[433]},{"name":"PINNAME_HDMI_OUT","features":[433]},{"name":"PINNAME_IMAGE","features":[433]},{"name":"PINNAME_SPDIF_IN","features":[433]},{"name":"PINNAME_SPDIF_OUT","features":[433]},{"name":"PINNAME_VIDEO_ANALOGVIDEOIN","features":[433]},{"name":"PINNAME_VIDEO_CAPTURE","features":[433]},{"name":"PINNAME_VIDEO_CC","features":[433]},{"name":"PINNAME_VIDEO_CC_CAPTURE","features":[433]},{"name":"PINNAME_VIDEO_EDS","features":[433]},{"name":"PINNAME_VIDEO_NABTS","features":[433]},{"name":"PINNAME_VIDEO_NABTS_CAPTURE","features":[433]},{"name":"PINNAME_VIDEO_PREVIEW","features":[433]},{"name":"PINNAME_VIDEO_STILL","features":[433]},{"name":"PINNAME_VIDEO_TELETEXT","features":[433]},{"name":"PINNAME_VIDEO_TIMECODE","features":[433]},{"name":"PINNAME_VIDEO_VBI","features":[433]},{"name":"PINNAME_VIDEO_VIDEOPORT","features":[433]},{"name":"PINNAME_VIDEO_VIDEOPORT_VBI","features":[433]},{"name":"PIPE_ALLOCATOR_PLACE","features":[433]},{"name":"PIPE_DIMENSIONS","features":[433]},{"name":"PIPE_STATE","features":[433]},{"name":"PIPE_TERMINATION","features":[433]},{"name":"PROPSETID_ALLOCATOR_CONTROL","features":[433]},{"name":"PROPSETID_EXT_DEVICE","features":[433]},{"name":"PROPSETID_EXT_TRANSPORT","features":[433]},{"name":"PROPSETID_TIMECODE_READER","features":[433]},{"name":"PROPSETID_TUNER","features":[433]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL","features":[433]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_FLASH","features":[433]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_IMAGE_PIN_CAPABILITY","features":[433]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_REGION_OF_INTEREST","features":[433]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_VIDEO_STABILIZATION","features":[433]},{"name":"PROPSETID_VIDCAP_CROSSBAR","features":[433]},{"name":"PROPSETID_VIDCAP_DROPPEDFRAMES","features":[433]},{"name":"PROPSETID_VIDCAP_SELECTOR","features":[433]},{"name":"PROPSETID_VIDCAP_TVAUDIO","features":[433]},{"name":"PROPSETID_VIDCAP_VIDEOCOMPRESSION","features":[433]},{"name":"PROPSETID_VIDCAP_VIDEOCONTROL","features":[433]},{"name":"PROPSETID_VIDCAP_VIDEODECODER","features":[433]},{"name":"PROPSETID_VIDCAP_VIDEOENCODER","features":[433]},{"name":"PROPSETID_VIDCAP_VIDEOPROCAMP","features":[433]},{"name":"PipeFactor_Align","features":[433]},{"name":"PipeFactor_Buffers","features":[433]},{"name":"PipeFactor_FixedCompression","features":[433]},{"name":"PipeFactor_Flags","features":[433]},{"name":"PipeFactor_LogicalEnd","features":[433]},{"name":"PipeFactor_MemoryTypes","features":[433]},{"name":"PipeFactor_None","features":[433]},{"name":"PipeFactor_OptimalRanges","features":[433]},{"name":"PipeFactor_PhysicalEnd","features":[433]},{"name":"PipeFactor_PhysicalRanges","features":[433]},{"name":"PipeFactor_UnknownCompression","features":[433]},{"name":"PipeFactor_UserModeDownstream","features":[433]},{"name":"PipeFactor_UserModeUpstream","features":[433]},{"name":"PipeState_CompressionUnknown","features":[433]},{"name":"PipeState_DontCare","features":[433]},{"name":"PipeState_Finalized","features":[433]},{"name":"PipeState_RangeFixed","features":[433]},{"name":"PipeState_RangeNotFixed","features":[433]},{"name":"Pipe_Allocator_FirstPin","features":[433]},{"name":"Pipe_Allocator_LastPin","features":[433]},{"name":"Pipe_Allocator_MiddlePin","features":[433]},{"name":"Pipe_Allocator_None","features":[433]},{"name":"RT_RCDATA","features":[433]},{"name":"RT_STRING","features":[433]},{"name":"SECURE_BUFFER_INFO","features":[433]},{"name":"SHORT_COEFF","features":[433]},{"name":"SOUNDDETECTOR_PATTERNHEADER","features":[433]},{"name":"SPEAKER_ALL","features":[433]},{"name":"SPEAKER_BACK_CENTER","features":[433]},{"name":"SPEAKER_BACK_LEFT","features":[433]},{"name":"SPEAKER_BACK_RIGHT","features":[433]},{"name":"SPEAKER_FRONT_CENTER","features":[433]},{"name":"SPEAKER_FRONT_LEFT","features":[433]},{"name":"SPEAKER_FRONT_LEFT_OF_CENTER","features":[433]},{"name":"SPEAKER_FRONT_RIGHT","features":[433]},{"name":"SPEAKER_FRONT_RIGHT_OF_CENTER","features":[433]},{"name":"SPEAKER_LOW_FREQUENCY","features":[433]},{"name":"SPEAKER_RESERVED","features":[433]},{"name":"SPEAKER_SIDE_LEFT","features":[433]},{"name":"SPEAKER_SIDE_RIGHT","features":[433]},{"name":"SPEAKER_TOP_BACK_CENTER","features":[433]},{"name":"SPEAKER_TOP_BACK_LEFT","features":[433]},{"name":"SPEAKER_TOP_BACK_RIGHT","features":[433]},{"name":"SPEAKER_TOP_CENTER","features":[433]},{"name":"SPEAKER_TOP_FRONT_CENTER","features":[433]},{"name":"SPEAKER_TOP_FRONT_LEFT","features":[433]},{"name":"SPEAKER_TOP_FRONT_RIGHT","features":[433]},{"name":"SYSAUDIO_FLAGS_CLEAR_PREFERRED","features":[433]},{"name":"SYSAUDIO_FLAGS_DONT_COMBINE_PINS","features":[433]},{"name":"TELEPHONY_CALLCONTROLOP","features":[433]},{"name":"TELEPHONY_CALLCONTROLOP_DISABLE","features":[433]},{"name":"TELEPHONY_CALLCONTROLOP_ENABLE","features":[433]},{"name":"TELEPHONY_CALLSTATE","features":[433]},{"name":"TELEPHONY_CALLSTATE_DISABLED","features":[433]},{"name":"TELEPHONY_CALLSTATE_ENABLED","features":[433]},{"name":"TELEPHONY_CALLSTATE_HOLD","features":[433]},{"name":"TELEPHONY_CALLSTATE_PROVIDERTRANSITION","features":[433]},{"name":"TELEPHONY_CALLTYPE","features":[433]},{"name":"TELEPHONY_CALLTYPE_CIRCUITSWITCHED","features":[433]},{"name":"TELEPHONY_CALLTYPE_PACKETSWITCHED_LTE","features":[433]},{"name":"TELEPHONY_CALLTYPE_PACKETSWITCHED_WLAN","features":[433]},{"name":"TELEPHONY_PROVIDERCHANGEOP","features":[433]},{"name":"TELEPHONY_PROVIDERCHANGEOP_BEGIN","features":[433]},{"name":"TELEPHONY_PROVIDERCHANGEOP_CANCEL","features":[433]},{"name":"TELEPHONY_PROVIDERCHANGEOP_END","features":[433]},{"name":"TRANSPORTAUDIOPARMS","features":[433]},{"name":"TRANSPORTBASICPARMS","features":[433]},{"name":"TRANSPORTSTATUS","features":[433]},{"name":"TRANSPORTVIDEOPARMS","features":[433]},{"name":"TRANSPORT_STATE","features":[433]},{"name":"TUNER_ANALOG_CAPS_S","features":[433]},{"name":"TunerLockType","features":[433]},{"name":"Tuner_LockType_Locked","features":[433]},{"name":"Tuner_LockType_None","features":[433]},{"name":"Tuner_LockType_Within_Scan_Sensing_Range","features":[433]},{"name":"VBICAP_PROPERTIES_PROTECTION_S","features":[433]},{"name":"VBICODECFILTERING_CC_SUBSTREAMS","features":[433]},{"name":"VBICODECFILTERING_NABTS_SUBSTREAMS","features":[433]},{"name":"VBICODECFILTERING_SCANLINES","features":[433]},{"name":"VBICODECFILTERING_STATISTICS_CC","features":[433]},{"name":"VBICODECFILTERING_STATISTICS_CC_PIN","features":[433]},{"name":"VBICODECFILTERING_STATISTICS_COMMON","features":[433]},{"name":"VBICODECFILTERING_STATISTICS_COMMON_PIN","features":[433]},{"name":"VBICODECFILTERING_STATISTICS_NABTS","features":[433]},{"name":"VBICODECFILTERING_STATISTICS_NABTS_PIN","features":[433]},{"name":"VBICODECFILTERING_STATISTICS_TELETEXT","features":[433]},{"name":"VBICODECFILTERING_STATISTICS_TELETEXT_PIN","features":[433]},{"name":"VRAM_SURFACE_INFO","features":[433]},{"name":"VRAM_SURFACE_INFO_PROPERTY_S","features":[433]},{"name":"WAVE_FORMAT_EXTENSIBLE","features":[433]},{"name":"WNF_KSCAMERA_STREAMSTATE_INFO","features":[433]},{"name":"WST_BUFFER","features":[433]},{"name":"WST_BUFFER_LINE","features":[433]},{"name":"WST_BYTES_PER_LINE","features":[433]},{"name":"WST_TVTUNER_CHANGE_BEGIN_TUNE","features":[433]},{"name":"WST_TVTUNER_CHANGE_END_TUNE","features":[433]},{"name":"eConnType3Point5mm","features":[433]},{"name":"eConnTypeAtapiInternal","features":[433]},{"name":"eConnTypeCombination","features":[433]},{"name":"eConnTypeMultichannelAnalogDIN","features":[433]},{"name":"eConnTypeOptical","features":[433]},{"name":"eConnTypeOtherAnalog","features":[433]},{"name":"eConnTypeOtherDigital","features":[433]},{"name":"eConnTypeQuarter","features":[433]},{"name":"eConnTypeRCA","features":[433]},{"name":"eConnTypeRJ11Modem","features":[433]},{"name":"eConnTypeUnknown","features":[433]},{"name":"eConnTypeXlrProfessional","features":[433]},{"name":"eDeviceControlUseMissing","features":[433]},{"name":"eDeviceControlUsePrimary","features":[433]},{"name":"eDeviceControlUseSecondary","features":[433]},{"name":"eGenLocInternal","features":[433]},{"name":"eGenLocOther","features":[433]},{"name":"eGenLocPrimaryBox","features":[433]},{"name":"eGenLocSeparate","features":[433]},{"name":"eGeoLocATAPI","features":[433]},{"name":"eGeoLocBottom","features":[433]},{"name":"eGeoLocDrivebay","features":[433]},{"name":"eGeoLocFront","features":[433]},{"name":"eGeoLocHDMI","features":[433]},{"name":"eGeoLocInsideMobileLid","features":[433]},{"name":"eGeoLocLeft","features":[433]},{"name":"eGeoLocNotApplicable","features":[433]},{"name":"eGeoLocOutsideMobileLid","features":[433]},{"name":"eGeoLocRear","features":[433]},{"name":"eGeoLocRearPanel","features":[433]},{"name":"eGeoLocReserved6","features":[433]},{"name":"eGeoLocRight","features":[433]},{"name":"eGeoLocRiser","features":[433]},{"name":"eGeoLocTop","features":[433]},{"name":"ePortConnBothIntegratedAndJack","features":[433]},{"name":"ePortConnIntegratedDevice","features":[433]},{"name":"ePortConnJack","features":[433]},{"name":"ePortConnUnknown","features":[433]}],"438":[{"name":"DEVICE_AUTHORIZATION_ALLOWED","features":[436]},{"name":"DEVICE_AUTHORIZATION_DENIED","features":[436]},{"name":"DEVICE_AUTHORIZATION_UNKNOWN","features":[436]},{"name":"IWindowsMediaLibrarySharingDevice","features":[436,358]},{"name":"IWindowsMediaLibrarySharingDeviceProperties","features":[436,358]},{"name":"IWindowsMediaLibrarySharingDeviceProperty","features":[436,358]},{"name":"IWindowsMediaLibrarySharingDevices","features":[436,358]},{"name":"IWindowsMediaLibrarySharingServices","features":[436,358]},{"name":"WindowsMediaLibrarySharingDeviceAuthorizationStatus","features":[436]},{"name":"WindowsMediaLibrarySharingServices","features":[436]}],"439":[{"name":"AACMFTEncoder","features":[431]},{"name":"ACCESSMODE_READ","features":[431]},{"name":"ACCESSMODE_READWRITE","features":[431]},{"name":"ACCESSMODE_WRITE","features":[431]},{"name":"ACCESSMODE_WRITE_EXCLUSIVE","features":[431]},{"name":"ADAPTIVE_ARRAY_AND_AEC","features":[431]},{"name":"ADAPTIVE_ARRAY_ONLY","features":[431]},{"name":"AEC_CAPTURE_STREAM","features":[431]},{"name":"AEC_INPUT_STREAM","features":[431]},{"name":"AEC_MAX_SYSTEM_MODES","features":[431]},{"name":"AEC_REFERENCE_STREAM","features":[431]},{"name":"AEC_SYSTEM_MODE","features":[431]},{"name":"AEC_VAD_DISABLED","features":[431]},{"name":"AEC_VAD_FOR_AGC","features":[431]},{"name":"AEC_VAD_FOR_SILENCE_SUPPRESSION","features":[431]},{"name":"AEC_VAD_MODE","features":[431]},{"name":"AEC_VAD_NORMAL","features":[431]},{"name":"ALawCodecWrapper","features":[431]},{"name":"AMMPEG2_27MhzTimebase","features":[431]},{"name":"AMMPEG2_DSS_UserData","features":[431]},{"name":"AMMPEG2_DVB_UserData","features":[431]},{"name":"AMMPEG2_DVDLine21Field1","features":[431]},{"name":"AMMPEG2_DVDLine21Field2","features":[431]},{"name":"AMMPEG2_DoPanScan","features":[431]},{"name":"AMMPEG2_FilmCameraMode","features":[431]},{"name":"AMMPEG2_LetterboxAnalogOut","features":[431]},{"name":"AMMPEG2_SourceIsLetterboxed","features":[431]},{"name":"AMMPEG2_WidescreenAnalogOut","features":[431]},{"name":"AMPROPSETID_Pin","features":[431]},{"name":"AM_MEDIA_TYPE","features":[307,431]},{"name":"AM_MEDIA_TYPE_REPRESENTATION","features":[431]},{"name":"ASF_FLAT_PICTURE","features":[431]},{"name":"ASF_FLAT_SYNCHRONISED_LYRICS","features":[431]},{"name":"ASF_INDEX_DESCRIPTOR","features":[431]},{"name":"ASF_INDEX_IDENTIFIER","features":[431]},{"name":"ASF_MUX_STATISTICS","features":[431]},{"name":"ASF_SELECTION_STATUS","features":[431]},{"name":"ASF_STATUSFLAGS","features":[431]},{"name":"ASF_STATUSFLAGS_INCOMPLETE","features":[431]},{"name":"ASF_STATUSFLAGS_NONFATAL_ERROR","features":[431]},{"name":"ASF_STATUS_ALLDATAUNITS","features":[431]},{"name":"ASF_STATUS_CLEANPOINTSONLY","features":[431]},{"name":"ASF_STATUS_NOTSELECTED","features":[431]},{"name":"AVENC_H263V_LEVELCOUNT","features":[431]},{"name":"AVENC_H264V_LEVELCOUNT","features":[431]},{"name":"AVENC_H264V_MAX_MBBITS","features":[431]},{"name":"AVEncAudioInputContent_Music","features":[431]},{"name":"AVEncAudioInputContent_Unknown","features":[431]},{"name":"AVEncAudioInputContent_Voice","features":[431]},{"name":"AecQualityMetrics_Struct","features":[431]},{"name":"CAC3DecMediaObject","features":[431]},{"name":"CAPTION_FORMAT_ATSC","features":[431]},{"name":"CAPTION_FORMAT_DIRECTV","features":[431]},{"name":"CAPTION_FORMAT_DVB","features":[431]},{"name":"CAPTION_FORMAT_ECHOSTAR","features":[431]},{"name":"CClusterDetectorDmo","features":[431]},{"name":"CColorControlDmo","features":[431]},{"name":"CColorConvertDMO","features":[431]},{"name":"CColorLegalizerDmo","features":[431]},{"name":"CDTVAudDecoderDS","features":[431]},{"name":"CDTVVidDecoderDS","features":[431]},{"name":"CDVDecoderMediaObject","features":[431]},{"name":"CDVEncoderMediaObject","features":[431]},{"name":"CDeColorConvMediaObject","features":[431]},{"name":"CFrameInterpDMO","features":[431]},{"name":"CFrameRateConvertDmo","features":[431]},{"name":"CInterlaceMediaObject","features":[431]},{"name":"CLSID_ACMWrapper","features":[431]},{"name":"CLSID_ATSCNetworkPropertyPage","features":[431]},{"name":"CLSID_ATSCNetworkProvider","features":[431]},{"name":"CLSID_AVICo","features":[431]},{"name":"CLSID_AVIDec","features":[431]},{"name":"CLSID_AVIDoc","features":[431]},{"name":"CLSID_AVIDraw","features":[431]},{"name":"CLSID_AVIMIDIRender","features":[431]},{"name":"CLSID_ActiveMovieCategories","features":[431]},{"name":"CLSID_AllocPresenter","features":[431]},{"name":"CLSID_AllocPresenterDDXclMode","features":[431]},{"name":"CLSID_AnalogVideoDecoderPropertyPage","features":[431]},{"name":"CLSID_AsyncReader","features":[431]},{"name":"CLSID_AudioCompressorCategory","features":[431]},{"name":"CLSID_AudioInputDeviceCategory","features":[431]},{"name":"CLSID_AudioInputMixerProperties","features":[431]},{"name":"CLSID_AudioProperties","features":[431]},{"name":"CLSID_AudioRecord","features":[431]},{"name":"CLSID_AudioRender","features":[431]},{"name":"CLSID_AudioRendererAdvancedProperties","features":[431]},{"name":"CLSID_AudioRendererCategory","features":[431]},{"name":"CLSID_AudioResamplerMediaObject","features":[431]},{"name":"CLSID_AviDest","features":[431]},{"name":"CLSID_AviMuxProptyPage","features":[431]},{"name":"CLSID_AviMuxProptyPage1","features":[431]},{"name":"CLSID_AviReader","features":[431]},{"name":"CLSID_AviSplitter","features":[431]},{"name":"CLSID_CAcmCoClassManager","features":[431]},{"name":"CLSID_CAsfTocParser","features":[431]},{"name":"CLSID_CAviTocParser","features":[431]},{"name":"CLSID_CCAFilter","features":[431]},{"name":"CLSID_CClusterDetectorEx","features":[431]},{"name":"CLSID_CDeviceMoniker","features":[431]},{"name":"CLSID_CFileClient","features":[431]},{"name":"CLSID_CFileIo","features":[431]},{"name":"CLSID_CIcmCoClassManager","features":[431]},{"name":"CLSID_CMidiOutClassManager","features":[431]},{"name":"CLSID_CMpegAudioCodec","features":[431]},{"name":"CLSID_CMpegVideoCodec","features":[431]},{"name":"CLSID_CQzFilterClassManager","features":[431]},{"name":"CLSID_CToc","features":[431]},{"name":"CLSID_CTocCollection","features":[431]},{"name":"CLSID_CTocEntry","features":[431]},{"name":"CLSID_CTocEntryList","features":[431]},{"name":"CLSID_CTocParser","features":[431]},{"name":"CLSID_CVidCapClassManager","features":[431]},{"name":"CLSID_CWaveOutClassManager","features":[431]},{"name":"CLSID_CWaveinClassManager","features":[431]},{"name":"CLSID_CameraConfigurationManager","features":[431]},{"name":"CLSID_CameraControlPropertyPage","features":[431]},{"name":"CLSID_CaptionsFilter","features":[431]},{"name":"CLSID_CaptureGraphBuilder","features":[431]},{"name":"CLSID_CaptureGraphBuilder2","features":[431]},{"name":"CLSID_CaptureProperties","features":[431]},{"name":"CLSID_Colour","features":[431]},{"name":"CLSID_CreateMediaExtensionObject","features":[431]},{"name":"CLSID_CrossbarFilterPropertyPage","features":[431]},{"name":"CLSID_DShowTVEFilter","features":[431]},{"name":"CLSID_DSoundRender","features":[431]},{"name":"CLSID_DVBCNetworkProvider","features":[431]},{"name":"CLSID_DVBSNetworkProvider","features":[431]},{"name":"CLSID_DVBTNetworkProvider","features":[431]},{"name":"CLSID_DVDHWDecodersCategory","features":[431]},{"name":"CLSID_DVDNavigator","features":[431]},{"name":"CLSID_DVDState","features":[431]},{"name":"CLSID_DVDecPropertiesPage","features":[431]},{"name":"CLSID_DVEncPropertiesPage","features":[431]},{"name":"CLSID_DVMux","features":[431]},{"name":"CLSID_DVMuxPropertyPage","features":[431]},{"name":"CLSID_DVSplitter","features":[431]},{"name":"CLSID_DVVideoCodec","features":[431]},{"name":"CLSID_DVVideoEnc","features":[431]},{"name":"CLSID_DeviceControlCategory","features":[431]},{"name":"CLSID_DirectDrawProperties","features":[431]},{"name":"CLSID_DirectShowPluginControl","features":[431]},{"name":"CLSID_Dither","features":[431]},{"name":"CLSID_DtvCcFilter","features":[431]},{"name":"CLSID_DvdGraphBuilder","features":[431]},{"name":"CLSID_EVRPlaybackPipelineOptimizer","features":[431]},{"name":"CLSID_EVRTearlessWindowPresenter9","features":[431]},{"name":"CLSID_EnhancedVideoRenderer","features":[431]},{"name":"CLSID_FGControl","features":[431]},{"name":"CLSID_FileSource","features":[431]},{"name":"CLSID_FileWriter","features":[431]},{"name":"CLSID_FilterGraph","features":[431]},{"name":"CLSID_FilterGraphNoThread","features":[431]},{"name":"CLSID_FilterGraphPrivateThread","features":[431]},{"name":"CLSID_FilterMapper","features":[431]},{"name":"CLSID_FilterMapper2","features":[431]},{"name":"CLSID_FrameServerNetworkCameraSource","features":[431]},{"name":"CLSID_HttpSchemePlugin","features":[431]},{"name":"CLSID_ICodecAPIProxy","features":[431]},{"name":"CLSID_IVideoEncoderCodecAPIProxy","features":[431]},{"name":"CLSID_IVideoEncoderProxy","features":[431]},{"name":"CLSID_InfTee","features":[431]},{"name":"CLSID_LegacyAmFilterCategory","features":[431]},{"name":"CLSID_Line21Decoder","features":[431]},{"name":"CLSID_Line21Decoder2","features":[431]},{"name":"CLSID_MFByteStreamProxyClassFactory","features":[431]},{"name":"CLSID_MFCaptureEngine","features":[431]},{"name":"CLSID_MFCaptureEngineClassFactory","features":[431]},{"name":"CLSID_MFImageSharingEngineClassFactory","features":[431]},{"name":"CLSID_MFMediaEngineClassFactory","features":[431]},{"name":"CLSID_MFMediaSharingEngineClassFactory","features":[431]},{"name":"CLSID_MFReadWriteClassFactory","features":[431]},{"name":"CLSID_MFSinkWriter","features":[431]},{"name":"CLSID_MFSourceReader","features":[431]},{"name":"CLSID_MFSourceResolver","features":[431]},{"name":"CLSID_MFVideoMixer9","features":[431]},{"name":"CLSID_MFVideoPresenter9","features":[431]},{"name":"CLSID_MJPGEnc","features":[431]},{"name":"CLSID_MMSPLITTER","features":[431]},{"name":"CLSID_MOVReader","features":[431]},{"name":"CLSID_MP3DecMediaObject","features":[431]},{"name":"CLSID_MPEG1Doc","features":[431]},{"name":"CLSID_MPEG1PacketPlayer","features":[431]},{"name":"CLSID_MPEG1Splitter","features":[431]},{"name":"CLSID_MPEG2ByteStreamPlugin","features":[431]},{"name":"CLSID_MPEG2DLNASink","features":[431]},{"name":"CLSID_MPEG2Demultiplexer","features":[431]},{"name":"CLSID_MPEG2Demultiplexer_NoClock","features":[431]},{"name":"CLSID_MSAACDecMFT","features":[431]},{"name":"CLSID_MSDDPlusDecMFT","features":[431]},{"name":"CLSID_MSH264DecoderMFT","features":[431]},{"name":"CLSID_MSH264EncoderMFT","features":[431]},{"name":"CLSID_MSH265DecoderMFT","features":[431]},{"name":"CLSID_MSMPEGAudDecMFT","features":[431]},{"name":"CLSID_MSMPEGDecoderMFT","features":[431]},{"name":"CLSID_MSOpusDecoder","features":[431]},{"name":"CLSID_MSVPxDecoder","features":[431]},{"name":"CLSID_MediaEncoderCategory","features":[431]},{"name":"CLSID_MediaMultiplexerCategory","features":[431]},{"name":"CLSID_MediaPropertyBag","features":[431]},{"name":"CLSID_MemoryAllocator","features":[431]},{"name":"CLSID_MidiRendererCategory","features":[431]},{"name":"CLSID_MjpegDec","features":[431]},{"name":"CLSID_ModexRenderer","features":[431]},{"name":"CLSID_Mpeg2VideoStreamAnalyzer","features":[431]},{"name":"CLSID_NetSchemePlugin","features":[431]},{"name":"CLSID_NetworkProvider","features":[431]},{"name":"CLSID_OverlayMixer","features":[431]},{"name":"CLSID_PerformanceProperties","features":[431]},{"name":"CLSID_PersistMonikerPID","features":[431]},{"name":"CLSID_PlayToSourceClassFactory","features":[431]},{"name":"CLSID_ProtoFilterGraph","features":[431]},{"name":"CLSID_QTDec","features":[431]},{"name":"CLSID_QualityProperties","features":[431]},{"name":"CLSID_QuickTimeParser","features":[431]},{"name":"CLSID_SBE2File","features":[431]},{"name":"CLSID_SBE2FileScan","features":[431]},{"name":"CLSID_SBE2MediaTypeProfile","features":[431]},{"name":"CLSID_SBE2Sink","features":[431]},{"name":"CLSID_SeekingPassThru","features":[431]},{"name":"CLSID_SmartTee","features":[431]},{"name":"CLSID_StreamBufferComposeRecording","features":[431]},{"name":"CLSID_StreamBufferConfig","features":[431]},{"name":"CLSID_StreamBufferPropertyHandler","features":[431]},{"name":"CLSID_StreamBufferRecordingAttributes","features":[431]},{"name":"CLSID_StreamBufferSink","features":[431]},{"name":"CLSID_StreamBufferSource","features":[431]},{"name":"CLSID_StreamBufferThumbnailHandler","features":[431]},{"name":"CLSID_SubtitlesFilter","features":[431]},{"name":"CLSID_SystemClock","features":[431]},{"name":"CLSID_SystemDeviceEnum","features":[431]},{"name":"CLSID_TVAudioFilterPropertyPage","features":[431]},{"name":"CLSID_TVEFilterCCProperties","features":[431]},{"name":"CLSID_TVEFilterStatsProperties","features":[431]},{"name":"CLSID_TVEFilterTuneProperties","features":[431]},{"name":"CLSID_TVTunerFilterPropertyPage","features":[431]},{"name":"CLSID_TextRender","features":[431]},{"name":"CLSID_TransmitCategory","features":[431]},{"name":"CLSID_URLReader","features":[431]},{"name":"CLSID_UrlmonSchemePlugin","features":[431]},{"name":"CLSID_VBISurfaces","features":[431]},{"name":"CLSID_VPObject","features":[431]},{"name":"CLSID_VPVBIObject","features":[431]},{"name":"CLSID_VfwCapture","features":[431]},{"name":"CLSID_VideoCompressorCategory","features":[431]},{"name":"CLSID_VideoInputDeviceCategory","features":[431]},{"name":"CLSID_VideoMixingRenderer","features":[431]},{"name":"CLSID_VideoMixingRenderer9","features":[431]},{"name":"CLSID_VideoPortManager","features":[431]},{"name":"CLSID_VideoProcAmpPropertyPage","features":[431]},{"name":"CLSID_VideoProcessorMFT","features":[431]},{"name":"CLSID_VideoRenderer","features":[431]},{"name":"CLSID_VideoRendererDefault","features":[431]},{"name":"CLSID_VideoStreamConfigPropertyPage","features":[431]},{"name":"CLSID_WMADecMediaObject","features":[431]},{"name":"CLSID_WMAsfReader","features":[431]},{"name":"CLSID_WMAsfWriter","features":[431]},{"name":"CLSID_WMDRMSystemID","features":[431]},{"name":"CLSID_WMVDecoderMFT","features":[431]},{"name":"CLSID_WSTDecoder","features":[431]},{"name":"CLSID_WstDecoderPropertyPage","features":[431]},{"name":"CMP3DecMediaObject","features":[431]},{"name":"CMPEG2AudDecoderDS","features":[431]},{"name":"CMPEG2AudioEncoderMFT","features":[431]},{"name":"CMPEG2EncoderAudioDS","features":[431]},{"name":"CMPEG2EncoderDS","features":[431]},{"name":"CMPEG2EncoderVideoDS","features":[431]},{"name":"CMPEG2VidDecoderDS","features":[431]},{"name":"CMPEG2VideoEncoderMFT","features":[431]},{"name":"CMPEGAACDecMediaObject","features":[431]},{"name":"CMSAACDecMFT","features":[431]},{"name":"CMSAC3Enc","features":[431]},{"name":"CMSALACDecMFT","features":[431]},{"name":"CMSALACEncMFT","features":[431]},{"name":"CMSDDPlusDecMFT","features":[431]},{"name":"CMSDolbyDigitalEncMFT","features":[431]},{"name":"CMSFLACDecMFT","features":[431]},{"name":"CMSFLACEncMFT","features":[431]},{"name":"CMSH263EncoderMFT","features":[431]},{"name":"CMSH264DecoderMFT","features":[431]},{"name":"CMSH264EncoderMFT","features":[431]},{"name":"CMSH264RemuxMFT","features":[431]},{"name":"CMSH265EncoderMFT","features":[431]},{"name":"CMSMPEGAudDecMFT","features":[431]},{"name":"CMSMPEGDecoderMFT","features":[431]},{"name":"CMSOpusDecMFT","features":[431]},{"name":"CMSSCDecMediaObject","features":[431]},{"name":"CMSSCEncMediaObject","features":[431]},{"name":"CMSSCEncMediaObject2","features":[431]},{"name":"CMSVPXEncoderMFT","features":[431]},{"name":"CMSVideoDSPMFT","features":[431]},{"name":"CMpeg2DecMediaObject","features":[431]},{"name":"CMpeg43DecMediaObject","features":[431]},{"name":"CMpeg4DecMediaObject","features":[431]},{"name":"CMpeg4EncMediaObject","features":[431]},{"name":"CMpeg4sDecMFT","features":[431]},{"name":"CMpeg4sDecMediaObject","features":[431]},{"name":"CMpeg4sEncMediaObject","features":[431]},{"name":"CNokiaAACCCDecMediaObject","features":[431]},{"name":"CNokiaAACDecMediaObject","features":[431]},{"name":"CODECAPI_ALLSETTINGS","features":[431]},{"name":"CODECAPI_AUDIO_ENCODER","features":[431]},{"name":"CODECAPI_AVAudioChannelConfig","features":[431]},{"name":"CODECAPI_AVAudioChannelCount","features":[431]},{"name":"CODECAPI_AVAudioSampleRate","features":[431]},{"name":"CODECAPI_AVDDSurroundMode","features":[431]},{"name":"CODECAPI_AVDSPLoudnessEqualization","features":[431]},{"name":"CODECAPI_AVDSPSpeakerFill","features":[431]},{"name":"CODECAPI_AVDecAACDownmixMode","features":[431]},{"name":"CODECAPI_AVDecAudioDualMono","features":[431]},{"name":"CODECAPI_AVDecAudioDualMonoReproMode","features":[431]},{"name":"CODECAPI_AVDecCommonInputFormat","features":[431]},{"name":"CODECAPI_AVDecCommonMeanBitRate","features":[431]},{"name":"CODECAPI_AVDecCommonMeanBitRateInterval","features":[431]},{"name":"CODECAPI_AVDecCommonOutputFormat","features":[431]},{"name":"CODECAPI_AVDecDDDynamicRangeScaleHigh","features":[431]},{"name":"CODECAPI_AVDecDDDynamicRangeScaleLow","features":[431]},{"name":"CODECAPI_AVDecDDMatrixDecodingMode","features":[431]},{"name":"CODECAPI_AVDecDDOperationalMode","features":[431]},{"name":"CODECAPI_AVDecDDStereoDownMixMode","features":[431]},{"name":"CODECAPI_AVDecDisableVideoPostProcessing","features":[431]},{"name":"CODECAPI_AVDecHEAACDynamicRangeControl","features":[431]},{"name":"CODECAPI_AVDecMmcssClass","features":[431]},{"name":"CODECAPI_AVDecNumWorkerThreads","features":[431]},{"name":"CODECAPI_AVDecSoftwareDynamicFormatChange","features":[431]},{"name":"CODECAPI_AVDecVideoAcceleration_H264","features":[431]},{"name":"CODECAPI_AVDecVideoAcceleration_MPEG2","features":[431]},{"name":"CODECAPI_AVDecVideoAcceleration_VC1","features":[431]},{"name":"CODECAPI_AVDecVideoCodecType","features":[431]},{"name":"CODECAPI_AVDecVideoDXVABusEncryption","features":[431]},{"name":"CODECAPI_AVDecVideoDXVAMode","features":[431]},{"name":"CODECAPI_AVDecVideoDropPicWithMissingRef","features":[431]},{"name":"CODECAPI_AVDecVideoFastDecodeMode","features":[431]},{"name":"CODECAPI_AVDecVideoH264ErrorConcealment","features":[431]},{"name":"CODECAPI_AVDecVideoImageSize","features":[431]},{"name":"CODECAPI_AVDecVideoInputScanType","features":[431]},{"name":"CODECAPI_AVDecVideoMPEG2ErrorConcealment","features":[431]},{"name":"CODECAPI_AVDecVideoMaxCodedHeight","features":[431]},{"name":"CODECAPI_AVDecVideoMaxCodedWidth","features":[431]},{"name":"CODECAPI_AVDecVideoPixelAspectRatio","features":[431]},{"name":"CODECAPI_AVDecVideoProcDeinterlaceCSC","features":[431]},{"name":"CODECAPI_AVDecVideoSWPowerLevel","features":[431]},{"name":"CODECAPI_AVDecVideoSoftwareDeinterlaceMode","features":[431]},{"name":"CODECAPI_AVDecVideoThumbnailGenerationMode","features":[431]},{"name":"CODECAPI_AVEnableInLoopDeblockFilter","features":[431]},{"name":"CODECAPI_AVEncAACEnableVBR","features":[431]},{"name":"CODECAPI_AVEncAdaptiveMode","features":[431]},{"name":"CODECAPI_AVEncAudioDualMono","features":[431]},{"name":"CODECAPI_AVEncAudioInputContent","features":[431]},{"name":"CODECAPI_AVEncAudioIntervalToEncode","features":[431]},{"name":"CODECAPI_AVEncAudioIntervalToSkip","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel0","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel1","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel10","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel11","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel12","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel13","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel14","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel15","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel2","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel3","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel4","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel5","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel6","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel7","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel8","features":[431]},{"name":"CODECAPI_AVEncAudioMapDestChannel9","features":[431]},{"name":"CODECAPI_AVEncAudioMeanBitRate","features":[431]},{"name":"CODECAPI_AVEncChromaEncodeMode","features":[431]},{"name":"CODECAPI_AVEncChromaUpdateTime","features":[431]},{"name":"CODECAPI_AVEncCodecType","features":[431]},{"name":"CODECAPI_AVEncCommonAllowFrameDrops","features":[431]},{"name":"CODECAPI_AVEncCommonBufferInLevel","features":[431]},{"name":"CODECAPI_AVEncCommonBufferOutLevel","features":[431]},{"name":"CODECAPI_AVEncCommonBufferSize","features":[431]},{"name":"CODECAPI_AVEncCommonFormatConstraint","features":[431]},{"name":"CODECAPI_AVEncCommonLowLatency","features":[431]},{"name":"CODECAPI_AVEncCommonMaxBitRate","features":[431]},{"name":"CODECAPI_AVEncCommonMeanBitRate","features":[431]},{"name":"CODECAPI_AVEncCommonMeanBitRateInterval","features":[431]},{"name":"CODECAPI_AVEncCommonMinBitRate","features":[431]},{"name":"CODECAPI_AVEncCommonMultipassMode","features":[431]},{"name":"CODECAPI_AVEncCommonPassEnd","features":[431]},{"name":"CODECAPI_AVEncCommonPassStart","features":[431]},{"name":"CODECAPI_AVEncCommonQuality","features":[431]},{"name":"CODECAPI_AVEncCommonQualityVsSpeed","features":[431]},{"name":"CODECAPI_AVEncCommonRateControlMode","features":[431]},{"name":"CODECAPI_AVEncCommonRealTime","features":[431]},{"name":"CODECAPI_AVEncCommonStreamEndHandling","features":[431]},{"name":"CODECAPI_AVEncCommonTranscodeEncodingProfile","features":[431]},{"name":"CODECAPI_AVEncDDAtoDConverterType","features":[431]},{"name":"CODECAPI_AVEncDDCentreDownMixLevel","features":[431]},{"name":"CODECAPI_AVEncDDChannelBWLowPassFilter","features":[431]},{"name":"CODECAPI_AVEncDDCopyright","features":[431]},{"name":"CODECAPI_AVEncDDDCHighPassFilter","features":[431]},{"name":"CODECAPI_AVEncDDDialogNormalization","features":[431]},{"name":"CODECAPI_AVEncDDDigitalDeemphasis","features":[431]},{"name":"CODECAPI_AVEncDDDynamicRangeCompressionControl","features":[431]},{"name":"CODECAPI_AVEncDDHeadphoneMode","features":[431]},{"name":"CODECAPI_AVEncDDLFELowPassFilter","features":[431]},{"name":"CODECAPI_AVEncDDLoRoCenterMixLvl_x10","features":[431]},{"name":"CODECAPI_AVEncDDLoRoSurroundMixLvl_x10","features":[431]},{"name":"CODECAPI_AVEncDDLtRtCenterMixLvl_x10","features":[431]},{"name":"CODECAPI_AVEncDDLtRtSurroundMixLvl_x10","features":[431]},{"name":"CODECAPI_AVEncDDOriginalBitstream","features":[431]},{"name":"CODECAPI_AVEncDDPreferredStereoDownMixMode","features":[431]},{"name":"CODECAPI_AVEncDDProductionInfoExists","features":[431]},{"name":"CODECAPI_AVEncDDProductionMixLevel","features":[431]},{"name":"CODECAPI_AVEncDDProductionRoomType","features":[431]},{"name":"CODECAPI_AVEncDDRFPreEmphasisFilter","features":[431]},{"name":"CODECAPI_AVEncDDService","features":[431]},{"name":"CODECAPI_AVEncDDSurround3dBAttenuation","features":[431]},{"name":"CODECAPI_AVEncDDSurround90DegreeePhaseShift","features":[431]},{"name":"CODECAPI_AVEncDDSurroundDownMixLevel","features":[431]},{"name":"CODECAPI_AVEncDDSurroundExMode","features":[431]},{"name":"CODECAPI_AVEncEnableVideoProcessing","features":[431]},{"name":"CODECAPI_AVEncH264CABACEnable","features":[431]},{"name":"CODECAPI_AVEncH264PPSID","features":[431]},{"name":"CODECAPI_AVEncH264SPSID","features":[431]},{"name":"CODECAPI_AVEncInputVideoSystem","features":[431]},{"name":"CODECAPI_AVEncLowPowerEncoder","features":[431]},{"name":"CODECAPI_AVEncMP12MuxDVDNavPacks","features":[431]},{"name":"CODECAPI_AVEncMP12MuxEarliestPTS","features":[431]},{"name":"CODECAPI_AVEncMP12MuxInitialSCR","features":[431]},{"name":"CODECAPI_AVEncMP12MuxLargestPacketSize","features":[431]},{"name":"CODECAPI_AVEncMP12MuxMuxRate","features":[431]},{"name":"CODECAPI_AVEncMP12MuxNumStreams","features":[431]},{"name":"CODECAPI_AVEncMP12MuxPackSize","features":[431]},{"name":"CODECAPI_AVEncMP12MuxPacketOverhead","features":[431]},{"name":"CODECAPI_AVEncMP12MuxSysAudioLock","features":[431]},{"name":"CODECAPI_AVEncMP12MuxSysCSPS","features":[431]},{"name":"CODECAPI_AVEncMP12MuxSysFixed","features":[431]},{"name":"CODECAPI_AVEncMP12MuxSysRateBound","features":[431]},{"name":"CODECAPI_AVEncMP12MuxSysSTDBufferBound","features":[431]},{"name":"CODECAPI_AVEncMP12MuxSysVideoLock","features":[431]},{"name":"CODECAPI_AVEncMP12MuxTargetPacketizer","features":[431]},{"name":"CODECAPI_AVEncMP12PktzCopyright","features":[431]},{"name":"CODECAPI_AVEncMP12PktzInitialPTS","features":[431]},{"name":"CODECAPI_AVEncMP12PktzOriginal","features":[431]},{"name":"CODECAPI_AVEncMP12PktzPacketSize","features":[431]},{"name":"CODECAPI_AVEncMP12PktzSTDBuffer","features":[431]},{"name":"CODECAPI_AVEncMP12PktzStreamID","features":[431]},{"name":"CODECAPI_AVEncMPACodingMode","features":[431]},{"name":"CODECAPI_AVEncMPACopyright","features":[431]},{"name":"CODECAPI_AVEncMPAEmphasisType","features":[431]},{"name":"CODECAPI_AVEncMPAEnableRedundancyProtection","features":[431]},{"name":"CODECAPI_AVEncMPALayer","features":[431]},{"name":"CODECAPI_AVEncMPAOriginalBitstream","features":[431]},{"name":"CODECAPI_AVEncMPAPrivateUserBit","features":[431]},{"name":"CODECAPI_AVEncMPVAddSeqEndCode","features":[431]},{"name":"CODECAPI_AVEncMPVDefaultBPictureCount","features":[431]},{"name":"CODECAPI_AVEncMPVFrameFieldMode","features":[431]},{"name":"CODECAPI_AVEncMPVGOPOpen","features":[431]},{"name":"CODECAPI_AVEncMPVGOPSInSeq","features":[431]},{"name":"CODECAPI_AVEncMPVGOPSize","features":[431]},{"name":"CODECAPI_AVEncMPVGOPSizeMax","features":[431]},{"name":"CODECAPI_AVEncMPVGOPSizeMin","features":[431]},{"name":"CODECAPI_AVEncMPVGenerateHeaderPicDispExt","features":[431]},{"name":"CODECAPI_AVEncMPVGenerateHeaderPicExt","features":[431]},{"name":"CODECAPI_AVEncMPVGenerateHeaderSeqDispExt","features":[431]},{"name":"CODECAPI_AVEncMPVGenerateHeaderSeqExt","features":[431]},{"name":"CODECAPI_AVEncMPVGenerateHeaderSeqScaleExt","features":[431]},{"name":"CODECAPI_AVEncMPVIntraDCPrecision","features":[431]},{"name":"CODECAPI_AVEncMPVIntraVLCTable","features":[431]},{"name":"CODECAPI_AVEncMPVLevel","features":[431]},{"name":"CODECAPI_AVEncMPVProfile","features":[431]},{"name":"CODECAPI_AVEncMPVQScaleType","features":[431]},{"name":"CODECAPI_AVEncMPVQuantMatrixChromaIntra","features":[431]},{"name":"CODECAPI_AVEncMPVQuantMatrixChromaNonIntra","features":[431]},{"name":"CODECAPI_AVEncMPVQuantMatrixIntra","features":[431]},{"name":"CODECAPI_AVEncMPVQuantMatrixNonIntra","features":[431]},{"name":"CODECAPI_AVEncMPVScanPattern","features":[431]},{"name":"CODECAPI_AVEncMPVSceneDetection","features":[431]},{"name":"CODECAPI_AVEncMPVUseConcealmentMotionVectors","features":[431]},{"name":"CODECAPI_AVEncMaxFrameRate","features":[431]},{"name":"CODECAPI_AVEncMuxOutputStreamType","features":[431]},{"name":"CODECAPI_AVEncNoInputCopy","features":[431]},{"name":"CODECAPI_AVEncNumWorkerThreads","features":[431]},{"name":"CODECAPI_AVEncProgressiveUpdateTime","features":[431]},{"name":"CODECAPI_AVEncSliceControlMode","features":[431]},{"name":"CODECAPI_AVEncSliceControlSize","features":[431]},{"name":"CODECAPI_AVEncSliceGenerationMode","features":[431]},{"name":"CODECAPI_AVEncStatAudioAverageBPS","features":[431]},{"name":"CODECAPI_AVEncStatAudioAveragePCMValue","features":[431]},{"name":"CODECAPI_AVEncStatAudioPeakPCMValue","features":[431]},{"name":"CODECAPI_AVEncStatAverageBPS","features":[431]},{"name":"CODECAPI_AVEncStatCommonCompletedPasses","features":[431]},{"name":"CODECAPI_AVEncStatHardwareBandwidthUtilitization","features":[431]},{"name":"CODECAPI_AVEncStatHardwareProcessorUtilitization","features":[431]},{"name":"CODECAPI_AVEncStatMPVSkippedEmptyFrames","features":[431]},{"name":"CODECAPI_AVEncStatVideoCodedFrames","features":[431]},{"name":"CODECAPI_AVEncStatVideoOutputFrameRate","features":[431]},{"name":"CODECAPI_AVEncStatVideoTotalFrames","features":[431]},{"name":"CODECAPI_AVEncStatWMVCBAvg","features":[431]},{"name":"CODECAPI_AVEncStatWMVCBMax","features":[431]},{"name":"CODECAPI_AVEncStatWMVDecoderComplexityProfile","features":[431]},{"name":"CODECAPI_AVEncTileColumns","features":[431]},{"name":"CODECAPI_AVEncTileRows","features":[431]},{"name":"CODECAPI_AVEncVideoCBRMotionTradeoff","features":[431]},{"name":"CODECAPI_AVEncVideoCTBSize","features":[431]},{"name":"CODECAPI_AVEncVideoCodedVideoAccessUnitSize","features":[431]},{"name":"CODECAPI_AVEncVideoConsecutiveFramesForLayer","features":[431]},{"name":"CODECAPI_AVEncVideoContentType","features":[431]},{"name":"CODECAPI_AVEncVideoDefaultUpperFieldDominant","features":[431]},{"name":"CODECAPI_AVEncVideoDirtyRectEnabled","features":[431]},{"name":"CODECAPI_AVEncVideoDisplayDimension","features":[431]},{"name":"CODECAPI_AVEncVideoEncodeDimension","features":[431]},{"name":"CODECAPI_AVEncVideoEncodeFrameTypeQP","features":[431]},{"name":"CODECAPI_AVEncVideoEncodeOffsetOrigin","features":[431]},{"name":"CODECAPI_AVEncVideoEncodeQP","features":[431]},{"name":"CODECAPI_AVEncVideoFieldSwap","features":[431]},{"name":"CODECAPI_AVEncVideoForceKeyFrame","features":[431]},{"name":"CODECAPI_AVEncVideoForceSourceScanType","features":[431]},{"name":"CODECAPI_AVEncVideoGradualIntraRefresh","features":[431]},{"name":"CODECAPI_AVEncVideoHeaderDropFrame","features":[431]},{"name":"CODECAPI_AVEncVideoHeaderFrames","features":[431]},{"name":"CODECAPI_AVEncVideoHeaderHours","features":[431]},{"name":"CODECAPI_AVEncVideoHeaderMinutes","features":[431]},{"name":"CODECAPI_AVEncVideoHeaderSeconds","features":[431]},{"name":"CODECAPI_AVEncVideoInputChromaResolution","features":[431]},{"name":"CODECAPI_AVEncVideoInputChromaSubsampling","features":[431]},{"name":"CODECAPI_AVEncVideoInputColorLighting","features":[431]},{"name":"CODECAPI_AVEncVideoInputColorNominalRange","features":[431]},{"name":"CODECAPI_AVEncVideoInputColorPrimaries","features":[431]},{"name":"CODECAPI_AVEncVideoInputColorTransferFunction","features":[431]},{"name":"CODECAPI_AVEncVideoInputColorTransferMatrix","features":[431]},{"name":"CODECAPI_AVEncVideoInstantTemporalUpSwitching","features":[431]},{"name":"CODECAPI_AVEncVideoIntraLayerPrediction","features":[431]},{"name":"CODECAPI_AVEncVideoInverseTelecineEnable","features":[431]},{"name":"CODECAPI_AVEncVideoInverseTelecineThreshold","features":[431]},{"name":"CODECAPI_AVEncVideoLTRBufferControl","features":[431]},{"name":"CODECAPI_AVEncVideoMarkLTRFrame","features":[431]},{"name":"CODECAPI_AVEncVideoMaxCTBSize","features":[431]},{"name":"CODECAPI_AVEncVideoMaxKeyframeDistance","features":[431]},{"name":"CODECAPI_AVEncVideoMaxNumRefFrame","features":[431]},{"name":"CODECAPI_AVEncVideoMaxNumRefFrameForLayer","features":[431]},{"name":"CODECAPI_AVEncVideoMaxQP","features":[431]},{"name":"CODECAPI_AVEncVideoMaxTemporalLayers","features":[431]},{"name":"CODECAPI_AVEncVideoMeanAbsoluteDifference","features":[431]},{"name":"CODECAPI_AVEncVideoMinQP","features":[431]},{"name":"CODECAPI_AVEncVideoNoOfFieldsToEncode","features":[431]},{"name":"CODECAPI_AVEncVideoNoOfFieldsToSkip","features":[431]},{"name":"CODECAPI_AVEncVideoNumGOPsPerIDR","features":[431]},{"name":"CODECAPI_AVEncVideoOutputChromaResolution","features":[431]},{"name":"CODECAPI_AVEncVideoOutputChromaSubsampling","features":[431]},{"name":"CODECAPI_AVEncVideoOutputColorLighting","features":[431]},{"name":"CODECAPI_AVEncVideoOutputColorNominalRange","features":[431]},{"name":"CODECAPI_AVEncVideoOutputColorPrimaries","features":[431]},{"name":"CODECAPI_AVEncVideoOutputColorTransferFunction","features":[431]},{"name":"CODECAPI_AVEncVideoOutputColorTransferMatrix","features":[431]},{"name":"CODECAPI_AVEncVideoOutputFrameRate","features":[431]},{"name":"CODECAPI_AVEncVideoOutputFrameRateConversion","features":[431]},{"name":"CODECAPI_AVEncVideoOutputScanType","features":[431]},{"name":"CODECAPI_AVEncVideoPixelAspectRatio","features":[431]},{"name":"CODECAPI_AVEncVideoROIEnabled","features":[431]},{"name":"CODECAPI_AVEncVideoRateControlParams","features":[431]},{"name":"CODECAPI_AVEncVideoSelectLayer","features":[431]},{"name":"CODECAPI_AVEncVideoSourceFilmContent","features":[431]},{"name":"CODECAPI_AVEncVideoSourceIsBW","features":[431]},{"name":"CODECAPI_AVEncVideoSupportedControls","features":[431]},{"name":"CODECAPI_AVEncVideoTemporalLayerCount","features":[431]},{"name":"CODECAPI_AVEncVideoUsage","features":[431]},{"name":"CODECAPI_AVEncVideoUseLTRFrame","features":[431]},{"name":"CODECAPI_AVEncWMVDecoderComplexity","features":[431]},{"name":"CODECAPI_AVEncWMVInterlacedEncoding","features":[431]},{"name":"CODECAPI_AVEncWMVKeyFrameBufferLevelMarker","features":[431]},{"name":"CODECAPI_AVEncWMVKeyFrameDistance","features":[431]},{"name":"CODECAPI_AVEncWMVProduceDummyFrames","features":[431]},{"name":"CODECAPI_AVLowLatencyMode","features":[431]},{"name":"CODECAPI_AVPriorityControl","features":[431]},{"name":"CODECAPI_AVRealtimeControl","features":[431]},{"name":"CODECAPI_AVScenarioInfo","features":[431]},{"name":"CODECAPI_CHANGELISTS","features":[431]},{"name":"CODECAPI_CURRENTCHANGELIST","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioInputAAC","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioInputDTS","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioInputDolby","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioInputDolbyDigitalPlus","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioInputHEAAC","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioInputMPEG","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioInputPCM","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioInputWMA","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioInputWMAPro","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_PCM","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_PCM_Headphones","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_PCM_Stereo_Auto","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_PCM_Stereo_MatrixEncoded","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_SPDIF_Bitstream","features":[431]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_SPDIF_PCM","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatATSC","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatDVB","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatDVD_DashVR","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatDVD_PlusVR","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatDVD_V","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatHighMAT","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatHighMPV","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatMP3","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatSVCD","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatUnSpecified","features":[431]},{"name":"CODECAPI_GUID_AVEncCommonFormatVCD","features":[431]},{"name":"CODECAPI_GUID_AVEncDTS","features":[431]},{"name":"CODECAPI_GUID_AVEncDTSHD","features":[431]},{"name":"CODECAPI_GUID_AVEncDV","features":[431]},{"name":"CODECAPI_GUID_AVEncDolbyDigitalConsumer","features":[431]},{"name":"CODECAPI_GUID_AVEncDolbyDigitalPlus","features":[431]},{"name":"CODECAPI_GUID_AVEncDolbyDigitalPro","features":[431]},{"name":"CODECAPI_GUID_AVEncH264Video","features":[431]},{"name":"CODECAPI_GUID_AVEncMLP","features":[431]},{"name":"CODECAPI_GUID_AVEncMPEG1Audio","features":[431]},{"name":"CODECAPI_GUID_AVEncMPEG1Video","features":[431]},{"name":"CODECAPI_GUID_AVEncMPEG2Audio","features":[431]},{"name":"CODECAPI_GUID_AVEncMPEG2Video","features":[431]},{"name":"CODECAPI_GUID_AVEncPCM","features":[431]},{"name":"CODECAPI_GUID_AVEncSDDS","features":[431]},{"name":"CODECAPI_GUID_AVEncWMALossless","features":[431]},{"name":"CODECAPI_GUID_AVEncWMAPro","features":[431]},{"name":"CODECAPI_GUID_AVEncWMAVoice","features":[431]},{"name":"CODECAPI_GUID_AVEncWMV","features":[431]},{"name":"CODECAPI_GUID_AVEndMPEG4Video","features":[431]},{"name":"CODECAPI_GetOPMContext","features":[431]},{"name":"CODECAPI_SETALLDEFAULTS","features":[431]},{"name":"CODECAPI_SUPPORTSEVENTS","features":[431]},{"name":"CODECAPI_SetHDCPManagerContext","features":[431]},{"name":"CODECAPI_VIDEO_ENCODER","features":[431]},{"name":"CODECAPI_VideoEncoderDisplayContentType","features":[431]},{"name":"COPP_ProtectionType_ACP","features":[431]},{"name":"COPP_ProtectionType_CGMSA","features":[431]},{"name":"COPP_ProtectionType_HDCP","features":[431]},{"name":"COPP_ProtectionType_Mask","features":[431]},{"name":"COPP_ProtectionType_None","features":[431]},{"name":"COPP_ProtectionType_Reserved","features":[431]},{"name":"COPP_ProtectionType_Unknown","features":[431]},{"name":"CPK_DS_AC3Decoder","features":[431]},{"name":"CPK_DS_MPEG2Decoder","features":[431]},{"name":"CResamplerMediaObject","features":[431]},{"name":"CResizerDMO","features":[431]},{"name":"CResizerMediaObject","features":[431]},{"name":"CShotDetectorDmo","features":[431]},{"name":"CSmpteTransformsDmo","features":[431]},{"name":"CThumbnailGeneratorDmo","features":[431]},{"name":"CTocGeneratorDmo","features":[431]},{"name":"CVodafoneAACCCDecMediaObject","features":[431]},{"name":"CVodafoneAACDecMediaObject","features":[431]},{"name":"CWMADecMediaObject","features":[431]},{"name":"CWMAEncMediaObject","features":[431]},{"name":"CWMATransMediaObject","features":[431]},{"name":"CWMAudioAEC","features":[431]},{"name":"CWMAudioCAPXGFXAPO","features":[431]},{"name":"CWMAudioCAPXLFXAPO","features":[431]},{"name":"CWMAudioGFXAPO","features":[431]},{"name":"CWMAudioLFXAPO","features":[431]},{"name":"CWMAudioSpdTxDMO","features":[431]},{"name":"CWMSPDecMediaObject","features":[431]},{"name":"CWMSPEncMediaObject","features":[431]},{"name":"CWMSPEncMediaObject2","features":[431]},{"name":"CWMTDecMediaObject","features":[431]},{"name":"CWMTEncMediaObject","features":[431]},{"name":"CWMV9EncMediaObject","features":[431]},{"name":"CWMVDecMediaObject","features":[431]},{"name":"CWMVEncMediaObject2","features":[431]},{"name":"CWMVXEncMediaObject","features":[431]},{"name":"CWVC1DecMediaObject","features":[431]},{"name":"CWVC1EncMediaObject","features":[431]},{"name":"CZuneAACCCDecMediaObject","features":[431]},{"name":"CZuneM4S2DecMediaObject","features":[431]},{"name":"CodecAPIEventData","features":[431]},{"name":"CreateNamedPropertyStore","features":[431,380]},{"name":"CreatePropertyStore","features":[431,380]},{"name":"D3D12_BITSTREAM_ENCRYPTION_TYPE","features":[431]},{"name":"D3D12_BITSTREAM_ENCRYPTION_TYPE_NONE","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ARCHITECTURE","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODER_HEAP_SIZE","features":[397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODER_HEAP_SIZE1","features":[307,397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_CONVERSION_SUPPORT","features":[397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_FORMATS","features":[397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_FORMAT_COUNT","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM","features":[397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_PROFILES","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_PROFILE_COUNT","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_PROTECTED_RESOURCES","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT","features":[397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_CONFIG","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_HEAP_SIZE","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_INPUT_FORMAT","features":[307,397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_INTRA_REFRESH_MODE","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_OUTPUT_RESOLUTION","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_OUTPUT_RESOLUTION_RATIOS_COUNT","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_PROFILE_LEVEL","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_RATE_CONTROL_MODE","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOLUTION_SUPPORT_LIMITS","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS","features":[307,397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT","features":[397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT1","features":[397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMANDS","features":[354,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_COUNT","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_PARAMETERS","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_PARAMETER_COUNT","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_SIZE","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_SUPPORT","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_FEATURE_AREA_SUPPORT","features":[307,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_MOTION_ESTIMATOR","features":[397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_MOTION_ESTIMATOR_PROTECTED_RESOURCES","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_MOTION_ESTIMATOR_SIZE","features":[307,397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESSOR_SIZE","features":[307,397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESSOR_SIZE1","features":[307,397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESS_MAX_INPUT_STREAMS","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESS_PROTECTED_RESOURCES","features":[431]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESS_REFERENCE_INFO","features":[307,397,431]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT","features":[397,431]},{"name":"D3D12_FEATURE_VIDEO","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ARCHITECTURE","features":[431]},{"name":"D3D12_FEATURE_VIDEO_DECODER_HEAP_SIZE","features":[431]},{"name":"D3D12_FEATURE_VIDEO_DECODER_HEAP_SIZE1","features":[431]},{"name":"D3D12_FEATURE_VIDEO_DECODE_CONVERSION_SUPPORT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_DECODE_FORMATS","features":[431]},{"name":"D3D12_FEATURE_VIDEO_DECODE_FORMAT_COUNT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_DECODE_HISTOGRAM","features":[431]},{"name":"D3D12_FEATURE_VIDEO_DECODE_PROFILES","features":[431]},{"name":"D3D12_FEATURE_VIDEO_DECODE_PROFILE_COUNT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_DECODE_PROTECTED_RESOURCES","features":[431]},{"name":"D3D12_FEATURE_VIDEO_DECODE_SUPPORT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_CODEC","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_CONFIG","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_HEAP_SIZE","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_INPUT_FORMAT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_INTRA_REFRESH_MODE","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_OUTPUT_RESOLUTION","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_OUTPUT_RESOLUTION_RATIOS_COUNT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_PROFILE_LEVEL","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_RATE_CONTROL_MODE","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_RESOURCE_REQUIREMENTS","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_SUPPORT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_SUPPORT1","features":[431]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMANDS","features":[431]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_COUNT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_PARAMETERS","features":[431]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_PARAMETER_COUNT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_SIZE","features":[431]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_SUPPORT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_FEATURE_AREA_SUPPORT","features":[431]},{"name":"D3D12_FEATURE_VIDEO_MOTION_ESTIMATOR","features":[431]},{"name":"D3D12_FEATURE_VIDEO_MOTION_ESTIMATOR_PROTECTED_RESOURCES","features":[431]},{"name":"D3D12_FEATURE_VIDEO_MOTION_ESTIMATOR_SIZE","features":[431]},{"name":"D3D12_FEATURE_VIDEO_PROCESSOR_SIZE","features":[431]},{"name":"D3D12_FEATURE_VIDEO_PROCESSOR_SIZE1","features":[431]},{"name":"D3D12_FEATURE_VIDEO_PROCESS_MAX_INPUT_STREAMS","features":[431]},{"name":"D3D12_FEATURE_VIDEO_PROCESS_PROTECTED_RESOURCES","features":[431]},{"name":"D3D12_FEATURE_VIDEO_PROCESS_REFERENCE_INFO","features":[431]},{"name":"D3D12_FEATURE_VIDEO_PROCESS_SUPPORT","features":[431]},{"name":"D3D12_QUERY_DATA_VIDEO_DECODE_STATISTICS","features":[397,431]},{"name":"D3D12_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_INPUT","features":[354,431]},{"name":"D3D12_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_OUTPUT","features":[354,431]},{"name":"D3D12_RESOURCE_COORDINATE","features":[431]},{"name":"D3D12_VIDEO_DECODER_DESC","features":[431]},{"name":"D3D12_VIDEO_DECODER_HEAP_DESC","features":[397,431]},{"name":"D3D12_VIDEO_DECODE_ARGUMENT_TYPE","features":[431]},{"name":"D3D12_VIDEO_DECODE_ARGUMENT_TYPE_HUFFMAN_TABLE","features":[431]},{"name":"D3D12_VIDEO_DECODE_ARGUMENT_TYPE_INVERSE_QUANTIZATION_MATRIX","features":[431]},{"name":"D3D12_VIDEO_DECODE_ARGUMENT_TYPE_PICTURE_PARAMETERS","features":[431]},{"name":"D3D12_VIDEO_DECODE_ARGUMENT_TYPE_SLICE_CONTROL","features":[431]},{"name":"D3D12_VIDEO_DECODE_COMPRESSED_BITSTREAM","features":[354,431]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION","features":[431]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAGS","features":[431]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAG_ALLOW_RESOLUTION_CHANGE_ON_NON_KEY_FRAME","features":[431]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAG_HEIGHT_ALIGNMENT_MULTIPLE_32_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAG_POST_PROCESSING_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAG_REFERENCE_ONLY_ALLOCATIONS_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_DECODE_CONVERSION_ARGUMENTS","features":[307,354,397,431]},{"name":"D3D12_VIDEO_DECODE_CONVERSION_ARGUMENTS1","features":[307,354,397,431]},{"name":"D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAGS","features":[431]},{"name":"D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_DECODE_FRAME_ARGUMENT","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_A","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_B","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAGS","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_A","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_B","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_G","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_R","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_U","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_V","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_Y","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_G","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_R","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_U","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_V","features":[431]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_Y","features":[431]},{"name":"D3D12_VIDEO_DECODE_INPUT_STREAM_ARGUMENTS","features":[354,431]},{"name":"D3D12_VIDEO_DECODE_OUTPUT_HISTOGRAM","features":[354,431]},{"name":"D3D12_VIDEO_DECODE_OUTPUT_STREAM_ARGUMENTS","features":[307,354,397,431]},{"name":"D3D12_VIDEO_DECODE_OUTPUT_STREAM_ARGUMENTS1","features":[307,354,397,431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_AV1_12BIT_PROFILE2","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_AV1_12BIT_PROFILE2_420","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_AV1_PROFILE0","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_AV1_PROFILE1","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_AV1_PROFILE2","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_H264","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_H264_MULTIVIEW","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_H264_STEREO","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_H264_STEREO_PROGRESSIVE","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN10","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN10_422","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN10_444","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN10_EXT","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN12","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN12_422","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN12_444","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN16","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN_444","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MONOCHROME","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MONOCHROME10","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_JPEG_VLD_420","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_JPEG_VLD_422","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_JPEG_VLD_444","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MJPEG_VLD_420","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MJPEG_VLD_422","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MJPEG_VLD_444","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MJPEG_VLD_4444","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MPEG1_AND_MPEG2","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MPEG2","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MPEG4PT2_ADVSIMPLE_NOGMC","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MPEG4PT2_SIMPLE","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_VC1","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_VC1_D2010","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_VP8","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_VP9","features":[431]},{"name":"D3D12_VIDEO_DECODE_PROFILE_VP9_10BIT_PROFILE2","features":[431]},{"name":"D3D12_VIDEO_DECODE_REFERENCE_FRAMES","features":[354,431]},{"name":"D3D12_VIDEO_DECODE_STATUS","features":[431]},{"name":"D3D12_VIDEO_DECODE_STATUS_CONTINUE","features":[431]},{"name":"D3D12_VIDEO_DECODE_STATUS_CONTINUE_SKIP_DISPLAY","features":[431]},{"name":"D3D12_VIDEO_DECODE_STATUS_OK","features":[431]},{"name":"D3D12_VIDEO_DECODE_STATUS_RATE_EXCEEDED","features":[431]},{"name":"D3D12_VIDEO_DECODE_STATUS_RESTART","features":[431]},{"name":"D3D12_VIDEO_DECODE_SUPPORT_FLAGS","features":[431]},{"name":"D3D12_VIDEO_DECODE_SUPPORT_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_DECODE_SUPPORT_FLAG_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_DECODE_TIER","features":[431]},{"name":"D3D12_VIDEO_DECODE_TIER_1","features":[431]},{"name":"D3D12_VIDEO_DECODE_TIER_2","features":[431]},{"name":"D3D12_VIDEO_DECODE_TIER_3","features":[431]},{"name":"D3D12_VIDEO_DECODE_TIER_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_CDEF_CONFIG","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_COMP_PREDICTION_TYPE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_COMP_PREDICTION_TYPE_COMPOUND_REFERENCE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_COMP_PREDICTION_TYPE_SINGLE_REFERENCE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_128x128_SUPERBLOCK","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_ALLOW_HIGH_PRECISION_MV","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_AUTO_SEGMENTATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_CDEF_FILTERING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_CUSTOM_SEGMENTATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_DELTA_LF_PARAMS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_DUAL_FILTER","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_FILTER_INTRA","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_FORCED_INTEGER_MOTION_VECTORS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_FRAME_REFERENCE_MOTION_VECTORS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_INTERINTRA_COMPOUND","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_INTRA_BLOCK_COPY","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_INTRA_EDGE_FILTER","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_JNT_COMP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_LOOP_FILTER_DELTAS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_LOOP_RESTORATION_FILTER","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_MASKED_COMPOUND","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_MOTION_MODE_SWITCHABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_ORDER_HINT_TOOLS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_PALETTE_ENCODING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_QUANTIZATION_DELTAS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_QUANTIZATION_MATRIX","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_REDUCED_TX_SET","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_SKIP_MODE_PRESENT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_SUPER_RESOLUTION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_WARPED_MOTION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_SUPPORT","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_AREA","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_CODEC_CONSTRAINT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_COLS_COUNT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_HARDWARE_CONSTRAINT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_NOT_SPECIFIED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_ROWS_COUNT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_TOTAL_TILES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_WIDTH","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAG_INTER_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAG_INTRA_ONLY_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAG_KEY_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAG_SWITCH_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_INTER_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_INTRA_ONLY_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_KEY_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_SWITCH_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_BILINEAR","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_EIGHTTAP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_EIGHTTAP_SHARP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_EIGHTTAP_SMOOTH","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_BILINEAR","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_EIGHTTAP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_EIGHTTAP_SHARP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_EIGHTTAP_SMOOTH","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_SWITCHABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_SWITCHABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_2_0","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_2_1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_2_2","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_2_3","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_3_0","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_3_1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_3_2","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_3_3","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_4_0","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_4_1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_4_2","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_4_3","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_5_0","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_5_1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_5_2","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_5_3","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_6_0","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_6_1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_6_2","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_6_3","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_7_0","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_7_1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_7_2","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_7_3","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVEL_TIER_CONSTRAINTS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_CODEC_DATA","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ALLOW_HIGH_PRECISION_MV","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ALLOW_INTRA_BLOCK_COPY","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_DISABLE_CDF_UPDATE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_DISABLE_FRAME_END_UPDATE_CDF","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_ERROR_RESILIENT_MODE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_FRAME_SEGMENTATION_AUTO","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_FRAME_SEGMENTATION_CUSTOM","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_PALETTE_ENCODING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_SKIP_MODE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_WARPED_MOTION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_FORCE_INTEGER_MOTION_VECTORS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_FRAME_REFERENCE_MOTION_VECTORS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_MOTION_MODE_SWITCHABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_REDUCED_TX_SET","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_USE_SUPER_RESOLUTION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_SUBREGIONS_LAYOUT_DATA_TILES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_CDEF_DATA","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_COMPOUND_PREDICTION_MODE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_CONTEXT_UPDATE_TILE_ID","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_LOOP_FILTER","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_LOOP_FILTER_DELTA","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_PRIMARY_REF_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_QUANTIZATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_QUANTIZATION_DELTA","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_REFERENCE_INDICES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PROFILE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PROFILE_HIGH","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PROFILE_MAIN","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_PROFILE_PROFESSIONAL","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_PICTURE_DESCRIPTOR","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_PICTURE_WARPED_MOTION_INFO","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_AFFINE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAG_AFFINE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAG_IDENTITY","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAG_ROTZOOM","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAG_TRANSLATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_IDENTITY","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_ROTZOOM","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_TRANSLATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_CONFIG","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAG_128x128","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAG_256x256","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAG_32x32","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAG_64x64","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAG_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE_128x128","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE_256x256","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE_32x32","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE_64x64","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE_DISABLED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TYPE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TYPE_DISABLED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TYPE_SGRPROJ","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TYPE_SWITCHABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TYPE_WIENER","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE_16x16","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE_32x32","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE_4x4","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE_64x64","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE_8x8","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_CONFIG","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MAP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_GLOBALMV","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_LF_U","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_LF_V","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_LF_Y_H","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_LF_Y_V","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_Q","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_REF_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_SKIP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_DISABLED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_GLOBALMV","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_LF_U","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_LF_V","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_LF_Y_H","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_LF_Y_V","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_Q","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_SKIP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_DISABLED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_REF_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENT_DATA","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEQUENCE_STRUCTURE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TIER","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TIER_HIGH","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TIER_MAIN","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_FLAG_LARGEST","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_FLAG_ONLY4x4","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_FLAG_SELECT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_LARGEST","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_ONLY4x4","features":[431]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_SELECT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1_LOOP_FILTER_CONFIG","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1_LOOP_FILTER_DELTA_CONFIG","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1_PICTURE_CONTROL_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1_QUANTIZATION_CONFIG","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1_QUANTIZATION_DELTA_CONFIG","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_DIRECT_MODES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_DIRECT_MODES_DISABLED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_DIRECT_MODES_SPATIAL","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_DIRECT_MODES_TEMPORAL","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAG_ALLOW_REQUEST_INTRA_CONSTRAINED_SLICES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAG_ENABLE_CABAC_ENCODING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAG_USE_ADAPTIVE_8x8_TRANSFORM","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAG_USE_CONSTRAINED_INTRAPREDICTION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_0_ALL_LUMA_CHROMA_SLICE_BLOCK_EDGES_ALWAYS_FILTERED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_1_DISABLE_ALL_SLICE_BLOCK_EDGES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_2_DISABLE_SLICE_BOUNDARIES_BLOCKS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_3_USE_TWO_STAGE_DEBLOCKING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_4_DISABLE_CHROMA_BLOCK_EDGES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_5_DISABLE_CHROMA_BLOCK_EDGES_AND_LUMA_BOUNDARIES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_6_DISABLE_CHROMA_BLOCK_EDGES_AND_USE_LUMA_TWO_STAGE_DEBLOCKING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_0_ALL_LUMA_CHROMA_SLICE_BLOCK_EDGES_ALWAYS_FILTERED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_1_DISABLE_ALL_SLICE_BLOCK_EDGES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_2_DISABLE_SLICE_BOUNDARIES_BLOCKS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_3_USE_TWO_STAGE_DEBLOCKING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_4_DISABLE_CHROMA_BLOCK_EDGES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_5_DISABLE_CHROMA_BLOCK_EDGES_AND_LUMA_BOUNDARIES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_6_DISABLE_CHROMA_BLOCK_EDGES_AND_USE_LUMA_TWO_STAGE_DEBLOCKING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_CUSIZE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_CUSIZE_16x16","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_CUSIZE_32x32","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_CUSIZE_64x64","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_CUSIZE_8x8","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_ALLOW_REQUEST_INTRA_CONSTRAINED_SLICES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_CABAC_BYPASS_ALIGNMENT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_DISABLE_LOOP_FILTER_ACROSS_SLICES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_ENABLE_LONG_TERM_REFERENCES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_ENABLE_SAO_FILTER","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_ENABLE_TRANSFORM_SKIPPING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_EXPLICIT_RDPCM","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_EXTENDED_PRECISION_PROCESSING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_HIGH_PRECISION_OFFSETS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_IMPLICIT_RDPCM","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_INTRA_SMOOTHING_DISABLED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_PERSISTENT_RICE_ADAPTATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_SEPARATE_COLOUR_PLANE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_TRANSFORM_SKIP_CONTEXT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_TRANSFORM_SKIP_ROTATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_USE_ASYMETRIC_MOTION_PARTITION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_USE_CONSTRAINED_INTRAPREDICTION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_TUSIZE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_TUSIZE_16x16","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_TUSIZE_32x32","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_TUSIZE_4x4","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_TUSIZE_8x8","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_ADAPTIVE_8x8_TRANSFORM_ENCODING_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_BFRAME_LTR_COMBINED_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_CABAC_ENCODING_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_CONSTRAINED_INTRAPREDICTION_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_DIRECT_SPATIAL_ENCODING_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_DIRECT_TEMPORAL_ENCODING_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_INTRA_SLICE_CONSTRAINED_ENCODING_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_NUM_REF_IDX_ACTIVE_OVERRIDE_FLAG_SLICE_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG1_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG1_SEPARATE_COLOUR_PLANE_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG1_SEPARATE_COLOUR_PLANE_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAGS1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_ASYMETRIC_MOTION_PARTITION_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_ASYMETRIC_MOTION_PARTITION_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_BFRAME_LTR_COMBINED_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CABAC_BYPASS_ALIGNMENT_ENABLED_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CABAC_BYPASS_ALIGNMENT_ENABLED_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CHROMA_QP_OFFSET_LIST_ENABLED_FLAG_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CHROMA_QP_OFFSET_LIST_ENABLED_FLAG_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CONSTRAINED_INTRAPREDICTION_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CROSS_COMPONENT_PREDICTION_ENABLED_FLAG_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CROSS_COMPONENT_PREDICTION_ENABLED_FLAG_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_DISABLING_LOOP_FILTER_ACROSS_SLICES_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_EXPLICIT_RDPCM_ENABLED_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_EXPLICIT_RDPCM_ENABLED_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_EXTENDED_PRECISION_PROCESSING_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_EXTENDED_PRECISION_PROCESSING_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_HIGH_PRECISION_OFFSETS_ENABLED_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_HIGH_PRECISION_OFFSETS_ENABLED_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_IMPLICIT_RDPCM_ENABLED_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_IMPLICIT_RDPCM_ENABLED_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_INTRA_SLICE_CONSTRAINED_ENCODING_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_INTRA_SMOOTHING_DISABLED_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_INTRA_SMOOTHING_DISABLED_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_NUM_REF_IDX_ACTIVE_OVERRIDE_FLAG_SLICE_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_PERSISTENT_RICE_ADAPTATION_ENABLED_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_PERSISTENT_RICE_ADAPTATION_ENABLED_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_P_FRAMES_IMPLEMENTED_AS_LOW_DELAY_B_FRAMES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_SAO_FILTER_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_TRANSFORM_SKIP_CONTEXT_ENABLED_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_TRANSFORM_SKIP_CONTEXT_ENABLED_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_TRANSFORM_SKIP_ROTATION_ENABLED_REQUIRED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_TRANSFORM_SKIP_ROTATION_ENABLED_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_TRANSFORM_SKIP_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_H264","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_HEVC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_H264","features":[431]},{"name":"D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_HEVC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_COMPRESSED_BITSTREAM","features":[354,431]},{"name":"D3D12_VIDEO_ENCODER_DESC","features":[397,431]},{"name":"D3D12_VIDEO_ENCODER_ENCODEFRAME_INPUT_ARGUMENTS","features":[307,354,397,431]},{"name":"D3D12_VIDEO_ENCODER_ENCODEFRAME_OUTPUT_ARGUMENTS","features":[354,431]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_CODEC_PICTURE_CONTROL_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_INVALID_METADATA_BUFFER_SOURCE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_INVALID_REFERENCE_PICTURES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_NO_ERROR","features":[431]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_RECONFIGURATION_REQUEST_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_SUBREGION_LAYOUT_CONFIGURATION_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_OPERATION_METADATA_BUFFER","features":[354,431]},{"name":"D3D12_VIDEO_ENCODER_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_CONFIG_SUPPORT","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_BYTES_PER_SUBREGION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_CONFIGURABLE_GRID_PARTITION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_FULL_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_SQUARE_UNITS_PER_SUBREGION_ROW_UNALIGNED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_UNIFORM_GRID_PARTITION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_UNIFORM_PARTITIONING_ROWS_PER_SUBREGION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_UNIFORM_PARTITIONING_SUBREGIONS_PER_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_METADATA","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_H264","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_B_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_IDR_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_I_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_P_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC_B_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC_IDR_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC_I_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC_P_FRAME","features":[431]},{"name":"D3D12_VIDEO_ENCODER_HEAP_DESC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_HEAP_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_HEAP_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_INTRA_REFRESH","features":[431]},{"name":"D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE_ROW_BASED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_11","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_12","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_13","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_1b","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_2","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_21","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_22","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_3","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_31","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_32","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_4","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_41","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_42","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_5","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_51","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_52","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_6","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_61","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_62","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_2","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_21","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_3","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_31","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_4","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_41","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_5","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_51","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_52","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_6","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_61","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_62","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVEL_SETTING","features":[431]},{"name":"D3D12_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE_EIGHTH_PIXEL","features":[431]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE_FULL_PIXEL","features":[431]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE_HALF_PIXEL","features":[431]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE_MAXIMUM","features":[431]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE_QUARTER_PIXEL","features":[431]},{"name":"D3D12_VIDEO_ENCODER_OUTPUT_METADATA","features":[431]},{"name":"D3D12_VIDEO_ENCODER_OUTPUT_METADATA_STATISTICS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_FLAG_REQUEST_INTRA_CONSTRAINED_SLICES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_FLAG_REQUEST_NUM_REF_IDX_ACTIVE_OVERRIDE_FLAG_SLICE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_LIST_MODIFICATION_OPERATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_MARKING_OPERATION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC1","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAG_CHROMA_QP_OFFSET_LIST","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAG_CROSS_COMPONENT_PREDICTION","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAG_REQUEST_INTRA_CONSTRAINED_SLICES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAG_REQUEST_NUM_REF_IDX_ACTIVE_OVERRIDE_FLAG_SLICE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_DESC","features":[307,354,431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_FLAG_USED_AS_REFERENCE_PICTURE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_SUBREGIONS_LAYOUT_DATA","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_SUBREGIONS_LAYOUT_DATA_SLICES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_RATIO_DESC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_DESC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_H264","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_H264_HIGH","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_H264_HIGH_10","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_H264_MAIN","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN10","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN10_422","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN10_444","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN12","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN12_422","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN12_444","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN16_444","features":[431]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN_444","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL","features":[397,431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_ABSOLUTE_QP_MAP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_CBR","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_CBR1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_CONFIGURATION_PARAMS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_DELTA_QP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_EXTENSION1_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_FRAME_ANALYSIS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_INITIAL_QP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_MAX_FRAME_SIZE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_QP_RANGE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_QUALITY_VS_SPEED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_VBV_SIZES","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE_ABSOLUTE_QP_MAP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE_CBR","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE_CQP","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE_QVBR","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE_VBR","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR1","features":[431]},{"name":"D3D12_VIDEO_ENCODER_RECONSTRUCTED_PICTURE","features":[354,431]},{"name":"D3D12_VIDEO_ENCODER_REFERENCE_PICTURE_DESCRIPTOR_H264","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_REFERENCE_PICTURE_DESCRIPTOR_HEVC","features":[307,431]},{"name":"D3D12_VIDEO_ENCODER_RESOLVE_METADATA_INPUT_ARGUMENTS","features":[354,397,431]},{"name":"D3D12_VIDEO_ENCODER_RESOLVE_METADATA_OUTPUT_ARGUMENTS","features":[354,431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC","features":[397,431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_GOP_SEQUENCE_CHANGE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_RATE_CONTROL_CHANGE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_REQUEST_INTRA_REFRESH","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_RESOLUTION_CHANGE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_SUBREGION_LAYOUT_CHANGE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_H264","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_GENERAL_SUPPORT_OK","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_MOTION_ESTIMATION_PRECISION_MODE_LIMIT_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_ADJUSTABLE_QP_RANGE_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_DELTA_QP_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_EXTENSION1_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_FRAME_ANALYSIS_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_INITIAL_QP_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_MAX_FRAME_SIZE_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_QUALITY_VS_SPEED_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_RECONFIGURATION_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_VBV_SIZE_CONFIG_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_READABLE_RECONSTRUCTED_PICTURE_LAYOUT_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RECONSTRUCTED_FRAMES_REQUIRE_TEXTURE_ARRAYS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RESOLUTION_RECONFIGURATION_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_SEQUENCE_GOP_RECONFIGURATION_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_SUBREGION_LAYOUT_RECONFIGURATION_AVAILABLE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_TIER_HEVC","features":[431]},{"name":"D3D12_VIDEO_ENCODER_TIER_HEVC_HIGH","features":[431]},{"name":"D3D12_VIDEO_ENCODER_TIER_HEVC_MAIN","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAGS","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_CODEC_CONFIGURATION_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_CODEC_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_GOP_STRUCTURE_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_INPUT_FORMAT_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_INTRA_REFRESH_MODE_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_RATE_CONTROL_CONFIGURATION_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_RATE_CONTROL_MODE_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_RESOLUTION_NOT_SUPPORTED_IN_LIST","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_SUBREGION_LAYOUT_DATA_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_SUBREGION_LAYOUT_MODE_NOT_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_ENCODE_REFERENCE_FRAMES","features":[354,431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_DESC","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_INFO","features":[354,431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAGS","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAG_READ","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAG_WRITE","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_CAPS_INPUT","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_CAPS_OUTPUT","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_CREATION","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_DEVICE_EXECUTE_INPUT","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_DEVICE_EXECUTE_OUTPUT","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_EXECUTION","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_INITIALIZATION","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_DOUBLE","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_FLOAT","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_RESOURCE","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_SINT16","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_SINT32","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_SINT64","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_SINT8","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_UINT16","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_UINT32","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_UINT64","features":[431]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_UINT8","features":[431]},{"name":"D3D12_VIDEO_FIELD_TYPE","features":[431]},{"name":"D3D12_VIDEO_FIELD_TYPE_INTERLACED_BOTTOM_FIELD_FIRST","features":[431]},{"name":"D3D12_VIDEO_FIELD_TYPE_INTERLACED_TOP_FIELD_FIRST","features":[431]},{"name":"D3D12_VIDEO_FIELD_TYPE_NONE","features":[431]},{"name":"D3D12_VIDEO_FORMAT","features":[397,431]},{"name":"D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE","features":[431]},{"name":"D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE_FIELD_BASED","features":[431]},{"name":"D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE_NONE","features":[431]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT","features":[431]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT_HORIZONTAL","features":[431]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT_MONO","features":[431]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT_NONE","features":[431]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT_SEPARATE","features":[431]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT_VERTICAL","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_DESC","features":[397,431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_INPUT","features":[354,431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_OUTPUT","features":[354,431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_16X16","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_8X8","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_FLAGS","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_FLAG_16X16","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_FLAG_8X8","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION_FLAGS","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION_FLAG_QUARTER_PEL","features":[431]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION_QUARTER_PEL","features":[431]},{"name":"D3D12_VIDEO_MOTION_VECTOR_HEAP_DESC","features":[397,431]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_BLENDING","features":[307,431]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE_BACKGROUND","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE_DESTINATION","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE_OPAQUE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE_SOURCE_STREAM","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAGS","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_ANAMORPHIC_SCALING","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_COLOR_CORRECTION","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_CUSTOM","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_DENOISE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_DERINGING","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_EDGE_ENHANCEMENT","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_FLESH_TONE_MAPPING","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_IMAGE_STABILIZATION","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_SUPER_RESOLUTION","features":[431]},{"name":"D3D12_VIDEO_PROCESS_DEINTERLACE_FLAGS","features":[431]},{"name":"D3D12_VIDEO_PROCESS_DEINTERLACE_FLAG_BOB","features":[431]},{"name":"D3D12_VIDEO_PROCESS_DEINTERLACE_FLAG_CUSTOM","features":[431]},{"name":"D3D12_VIDEO_PROCESS_DEINTERLACE_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAGS","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_ALPHA_BLENDING","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_ALPHA_FILL","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_FLIP","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_LUMA_KEY","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_PIXEL_ASPECT_RATIO","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_ROTATION","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_STEREO","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_ANAMORPHIC_SCALING","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_BRIGHTNESS","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_CONTRAST","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_EDGE_ENHANCEMENT","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAGS","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_ANAMORPHIC_SCALING","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_BRIGHTNESS","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_CONTRAST","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_EDGE_ENHANCEMENT","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_HUE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_NOISE_REDUCTION","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_SATURATION","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_STEREO_ADJUSTMENT","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_HUE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_NOISE_REDUCTION","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_RANGE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_SATURATION","features":[431]},{"name":"D3D12_VIDEO_PROCESS_FILTER_STEREO_ADJUSTMENT","features":[431]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM","features":[354,431]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_ARGUMENTS","features":[307,354,431]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_ARGUMENTS1","features":[307,354,431]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_DESC","features":[307,397,431]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_FLAGS","features":[431]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_FLAG_FRAME_DISCONTINUITY","features":[431]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_FLAG_FRAME_REPEAT","features":[431]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_RATE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_LUMA_KEY","features":[307,431]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_CLOCKWISE_180","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_CLOCKWISE_270","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_CLOCKWISE_270_FLIP_HORIZONTAL","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_CLOCKWISE_90","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_CLOCKWISE_90_FLIP_HORIZONTAL","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_DEFAULT","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_FLIP_HORIZONTAL","features":[431]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_FLIP_VERTICAL","features":[431]},{"name":"D3D12_VIDEO_PROCESS_OUTPUT_STREAM","features":[354,431]},{"name":"D3D12_VIDEO_PROCESS_OUTPUT_STREAM_ARGUMENTS","features":[307,354,431]},{"name":"D3D12_VIDEO_PROCESS_OUTPUT_STREAM_DESC","features":[307,397,431]},{"name":"D3D12_VIDEO_PROCESS_REFERENCE_SET","features":[354,431]},{"name":"D3D12_VIDEO_PROCESS_SUPPORT_FLAGS","features":[431]},{"name":"D3D12_VIDEO_PROCESS_SUPPORT_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_PROCESS_TRANSFORM","features":[307,431]},{"name":"D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS","features":[431]},{"name":"D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_SUPPORTED","features":[431]},{"name":"D3D12_VIDEO_SAMPLE","features":[397,431]},{"name":"D3D12_VIDEO_SCALE_SUPPORT","features":[431]},{"name":"D3D12_VIDEO_SCALE_SUPPORT_FLAGS","features":[431]},{"name":"D3D12_VIDEO_SCALE_SUPPORT_FLAG_EVEN_DIMENSIONS_ONLY","features":[431]},{"name":"D3D12_VIDEO_SCALE_SUPPORT_FLAG_NONE","features":[431]},{"name":"D3D12_VIDEO_SCALE_SUPPORT_FLAG_POW2_ONLY","features":[431]},{"name":"D3D12_VIDEO_SIZE_RANGE","features":[431]},{"name":"D3DCONTENTPROTECTIONCAPS","features":[431]},{"name":"D3DCONTENTPROTECTIONCAPS","features":[431]},{"name":"D3DOVERLAYCAPS","features":[431]},{"name":"DEVICE_INFO","features":[431]},{"name":"DEVPKEY_DeviceInterface_IsVirtualCamera","features":[305,431]},{"name":"DEVPKEY_DeviceInterface_IsWindowsCameraEffectAvailable","features":[305,431]},{"name":"DEVPKEY_DeviceInterface_VirtualCameraAssociatedCameras","features":[305,431]},{"name":"DIRTYRECT_INFO","features":[307,431]},{"name":"DSATTRIB_CAPTURE_STREAMTIME","features":[431]},{"name":"DSATTRIB_CC_CONTAINER_INFO","features":[431]},{"name":"DSATTRIB_DSHOW_STREAM_DESC","features":[431]},{"name":"DSATTRIB_OptionalVideoAttributes","features":[431]},{"name":"DSATTRIB_PBDATAG_ATTRIBUTE","features":[431]},{"name":"DSATTRIB_PicSampleSeq","features":[431]},{"name":"DSATTRIB_SAMPLE_LIVE_STREAM_TIME","features":[431]},{"name":"DSATTRIB_TRANSPORT_PROPERTIES","features":[431]},{"name":"DSATTRIB_UDCRTag","features":[431]},{"name":"DXVA2CreateDirect3DDeviceManager9","features":[431]},{"name":"DXVA2CreateVideoService","features":[316,431]},{"name":"DXVA2_AES_CTR_IV","features":[431]},{"name":"DXVA2_AYUVSample16","features":[431]},{"name":"DXVA2_AYUVSample8","features":[431]},{"name":"DXVA2_BitStreamDateBufferType","features":[431]},{"name":"DXVA2_BufferfType","features":[431]},{"name":"DXVA2_ConfigPictureDecode","features":[431]},{"name":"DXVA2_DECODE_GET_DRIVER_HANDLE","features":[431]},{"name":"DXVA2_DECODE_SPECIFY_ENCRYPTED_BLOCKS","features":[431]},{"name":"DXVA2_DeblockingControlBufferType","features":[431]},{"name":"DXVA2_DecodeBufferDesc","features":[431]},{"name":"DXVA2_DecodeExecuteParams","features":[431]},{"name":"DXVA2_DecodeExtensionData","features":[431]},{"name":"DXVA2_DeinterlaceTech","features":[431]},{"name":"DXVA2_DeinterlaceTech_BOBLineReplicate","features":[431]},{"name":"DXVA2_DeinterlaceTech_BOBVerticalStretch","features":[431]},{"name":"DXVA2_DeinterlaceTech_BOBVerticalStretch4Tap","features":[431]},{"name":"DXVA2_DeinterlaceTech_EdgeFiltering","features":[431]},{"name":"DXVA2_DeinterlaceTech_FieldAdaptive","features":[431]},{"name":"DXVA2_DeinterlaceTech_InverseTelecine","features":[431]},{"name":"DXVA2_DeinterlaceTech_Mask","features":[431]},{"name":"DXVA2_DeinterlaceTech_MedianFiltering","features":[431]},{"name":"DXVA2_DeinterlaceTech_MotionVectorSteered","features":[431]},{"name":"DXVA2_DeinterlaceTech_PixelAdaptive","features":[431]},{"name":"DXVA2_DeinterlaceTech_Unknown","features":[431]},{"name":"DXVA2_DestData","features":[431]},{"name":"DXVA2_DestData_Mask","features":[431]},{"name":"DXVA2_DestData_RFF","features":[431]},{"name":"DXVA2_DestData_RFF_TFF_Present","features":[431]},{"name":"DXVA2_DestData_TFF","features":[431]},{"name":"DXVA2_DetailFilterChromaLevel","features":[431]},{"name":"DXVA2_DetailFilterChromaRadius","features":[431]},{"name":"DXVA2_DetailFilterChromaThreshold","features":[431]},{"name":"DXVA2_DetailFilterLumaLevel","features":[431]},{"name":"DXVA2_DetailFilterLumaRadius","features":[431]},{"name":"DXVA2_DetailFilterLumaThreshold","features":[431]},{"name":"DXVA2_DetailFilterTech","features":[431]},{"name":"DXVA2_DetailFilterTech_Edge","features":[431]},{"name":"DXVA2_DetailFilterTech_Mask","features":[431]},{"name":"DXVA2_DetailFilterTech_Sharpening","features":[431]},{"name":"DXVA2_DetailFilterTech_Unknown","features":[431]},{"name":"DXVA2_DetailFilterTech_Unsupported","features":[431]},{"name":"DXVA2_E_NEW_VIDEO_DEVICE","features":[431]},{"name":"DXVA2_E_NOT_AVAILABLE","features":[431]},{"name":"DXVA2_E_NOT_INITIALIZED","features":[431]},{"name":"DXVA2_E_VIDEO_DEVICE_LOCKED","features":[431]},{"name":"DXVA2_ExtendedFormat","features":[431]},{"name":"DXVA2_FilmGrainBuffer","features":[431]},{"name":"DXVA2_FilterType","features":[431]},{"name":"DXVA2_FilterValues","features":[431]},{"name":"DXVA2_Fixed32","features":[431]},{"name":"DXVA2_Frequency","features":[431]},{"name":"DXVA2_InverseQuantizationMatrixBufferType","features":[431]},{"name":"DXVA2_MacroBlockControlBufferType","features":[431]},{"name":"DXVA2_ModeH264_A","features":[431]},{"name":"DXVA2_ModeH264_B","features":[431]},{"name":"DXVA2_ModeH264_C","features":[431]},{"name":"DXVA2_ModeH264_D","features":[431]},{"name":"DXVA2_ModeH264_E","features":[431]},{"name":"DXVA2_ModeH264_F","features":[431]},{"name":"DXVA2_ModeH264_VLD_Multiview_NoFGT","features":[431]},{"name":"DXVA2_ModeH264_VLD_Stereo_NoFGT","features":[431]},{"name":"DXVA2_ModeH264_VLD_Stereo_Progressive_NoFGT","features":[431]},{"name":"DXVA2_ModeH264_VLD_WithFMOASO_NoFGT","features":[431]},{"name":"DXVA2_ModeHEVC_VLD_Main","features":[431]},{"name":"DXVA2_ModeHEVC_VLD_Main10","features":[431]},{"name":"DXVA2_ModeMPEG1_VLD","features":[431]},{"name":"DXVA2_ModeMPEG2_IDCT","features":[431]},{"name":"DXVA2_ModeMPEG2_MoComp","features":[431]},{"name":"DXVA2_ModeMPEG2_VLD","features":[431]},{"name":"DXVA2_ModeMPEG2and1_VLD","features":[431]},{"name":"DXVA2_ModeMPEG4pt2_VLD_AdvSimple_GMC","features":[431]},{"name":"DXVA2_ModeMPEG4pt2_VLD_AdvSimple_NoGMC","features":[431]},{"name":"DXVA2_ModeMPEG4pt2_VLD_Simple","features":[431]},{"name":"DXVA2_ModeVC1_A","features":[431]},{"name":"DXVA2_ModeVC1_B","features":[431]},{"name":"DXVA2_ModeVC1_C","features":[431]},{"name":"DXVA2_ModeVC1_D","features":[431]},{"name":"DXVA2_ModeVC1_D2010","features":[431]},{"name":"DXVA2_ModeVP8_VLD","features":[431]},{"name":"DXVA2_ModeVP9_VLD_10bit_Profile2","features":[431]},{"name":"DXVA2_ModeVP9_VLD_Profile0","features":[431]},{"name":"DXVA2_ModeWMV8_A","features":[431]},{"name":"DXVA2_ModeWMV8_B","features":[431]},{"name":"DXVA2_ModeWMV9_A","features":[431]},{"name":"DXVA2_ModeWMV9_B","features":[431]},{"name":"DXVA2_ModeWMV9_C","features":[431]},{"name":"DXVA2_MotionVectorBuffer","features":[431]},{"name":"DXVA2_NoEncrypt","features":[431]},{"name":"DXVA2_NoiseFilterChromaLevel","features":[431]},{"name":"DXVA2_NoiseFilterChromaRadius","features":[431]},{"name":"DXVA2_NoiseFilterChromaThreshold","features":[431]},{"name":"DXVA2_NoiseFilterLumaLevel","features":[431]},{"name":"DXVA2_NoiseFilterLumaRadius","features":[431]},{"name":"DXVA2_NoiseFilterLumaThreshold","features":[431]},{"name":"DXVA2_NoiseFilterTech","features":[431]},{"name":"DXVA2_NoiseFilterTech_BlockNoise","features":[431]},{"name":"DXVA2_NoiseFilterTech_Mask","features":[431]},{"name":"DXVA2_NoiseFilterTech_Median","features":[431]},{"name":"DXVA2_NoiseFilterTech_MosquitoNoise","features":[431]},{"name":"DXVA2_NoiseFilterTech_Temporal","features":[431]},{"name":"DXVA2_NoiseFilterTech_Unknown","features":[431]},{"name":"DXVA2_NoiseFilterTech_Unsupported","features":[431]},{"name":"DXVA2_NominalRange","features":[431]},{"name":"DXVA2_NominalRangeMask","features":[431]},{"name":"DXVA2_NominalRange_0_255","features":[431]},{"name":"DXVA2_NominalRange_16_235","features":[431]},{"name":"DXVA2_NominalRange_48_208","features":[431]},{"name":"DXVA2_NominalRange_Normal","features":[431]},{"name":"DXVA2_NominalRange_Unknown","features":[431]},{"name":"DXVA2_NominalRange_Wide","features":[431]},{"name":"DXVA2_PictureParametersBufferType","features":[431]},{"name":"DXVA2_ProcAmp","features":[431]},{"name":"DXVA2_ProcAmpValues","features":[431]},{"name":"DXVA2_ProcAmp_Brightness","features":[431]},{"name":"DXVA2_ProcAmp_Contrast","features":[431]},{"name":"DXVA2_ProcAmp_Hue","features":[431]},{"name":"DXVA2_ProcAmp_Mask","features":[431]},{"name":"DXVA2_ProcAmp_None","features":[431]},{"name":"DXVA2_ProcAmp_Saturation","features":[431]},{"name":"DXVA2_ResidualDifferenceBufferType","features":[431]},{"name":"DXVA2_SampleData","features":[431]},{"name":"DXVA2_SampleData_Mask","features":[431]},{"name":"DXVA2_SampleData_RFF","features":[431]},{"name":"DXVA2_SampleData_RFF_TFF_Present","features":[431]},{"name":"DXVA2_SampleData_TFF","features":[431]},{"name":"DXVA2_SampleFieldInterleavedEvenFirst","features":[431]},{"name":"DXVA2_SampleFieldInterleavedOddFirst","features":[431]},{"name":"DXVA2_SampleFieldSingleEven","features":[431]},{"name":"DXVA2_SampleFieldSingleOdd","features":[431]},{"name":"DXVA2_SampleFormat","features":[431]},{"name":"DXVA2_SampleFormatMask","features":[431]},{"name":"DXVA2_SampleProgressiveFrame","features":[431]},{"name":"DXVA2_SampleSubStream","features":[431]},{"name":"DXVA2_SampleUnknown","features":[431]},{"name":"DXVA2_SliceControlBufferType","features":[431]},{"name":"DXVA2_SurfaceType","features":[431]},{"name":"DXVA2_SurfaceType_D3DRenderTargetTexture","features":[431]},{"name":"DXVA2_SurfaceType_DecoderRenderTarget","features":[431]},{"name":"DXVA2_SurfaceType_ProcessorRenderTarget","features":[431]},{"name":"DXVA2_VPDev","features":[431]},{"name":"DXVA2_VPDev_EmulatedDXVA1","features":[431]},{"name":"DXVA2_VPDev_HardwareDevice","features":[431]},{"name":"DXVA2_VPDev_Mask","features":[431]},{"name":"DXVA2_VPDev_SoftwareDevice","features":[431]},{"name":"DXVA2_ValueRange","features":[431]},{"name":"DXVA2_VideoChromaSubSampling","features":[431]},{"name":"DXVA2_VideoChromaSubsamplingMask","features":[431]},{"name":"DXVA2_VideoChromaSubsampling_Cosited","features":[431]},{"name":"DXVA2_VideoChromaSubsampling_DV_PAL","features":[431]},{"name":"DXVA2_VideoChromaSubsampling_Horizontally_Cosited","features":[431]},{"name":"DXVA2_VideoChromaSubsampling_MPEG1","features":[431]},{"name":"DXVA2_VideoChromaSubsampling_MPEG2","features":[431]},{"name":"DXVA2_VideoChromaSubsampling_ProgressiveChroma","features":[431]},{"name":"DXVA2_VideoChromaSubsampling_Unknown","features":[431]},{"name":"DXVA2_VideoChromaSubsampling_Vertically_AlignedChromaPlanes","features":[431]},{"name":"DXVA2_VideoChromaSubsampling_Vertically_Cosited","features":[431]},{"name":"DXVA2_VideoDecoderRenderTarget","features":[431]},{"name":"DXVA2_VideoDesc","features":[316,431]},{"name":"DXVA2_VideoLighting","features":[431]},{"name":"DXVA2_VideoLightingMask","features":[431]},{"name":"DXVA2_VideoLighting_Unknown","features":[431]},{"name":"DXVA2_VideoLighting_bright","features":[431]},{"name":"DXVA2_VideoLighting_dark","features":[431]},{"name":"DXVA2_VideoLighting_dim","features":[431]},{"name":"DXVA2_VideoLighting_office","features":[431]},{"name":"DXVA2_VideoPrimaries","features":[431]},{"name":"DXVA2_VideoPrimariesMask","features":[431]},{"name":"DXVA2_VideoPrimaries_BT470_2_SysBG","features":[431]},{"name":"DXVA2_VideoPrimaries_BT470_2_SysM","features":[431]},{"name":"DXVA2_VideoPrimaries_BT709","features":[431]},{"name":"DXVA2_VideoPrimaries_EBU3213","features":[431]},{"name":"DXVA2_VideoPrimaries_SMPTE170M","features":[431]},{"name":"DXVA2_VideoPrimaries_SMPTE240M","features":[431]},{"name":"DXVA2_VideoPrimaries_SMPTE_C","features":[431]},{"name":"DXVA2_VideoPrimaries_Unknown","features":[431]},{"name":"DXVA2_VideoPrimaries_reserved","features":[431]},{"name":"DXVA2_VideoProcBobDevice","features":[431]},{"name":"DXVA2_VideoProcProgressiveDevice","features":[431]},{"name":"DXVA2_VideoProcSoftwareDevice","features":[431]},{"name":"DXVA2_VideoProcess","features":[431]},{"name":"DXVA2_VideoProcessBltParams","features":[307,431]},{"name":"DXVA2_VideoProcess_AlphaBlend","features":[431]},{"name":"DXVA2_VideoProcess_AlphaBlendExtended","features":[431]},{"name":"DXVA2_VideoProcess_Constriction","features":[431]},{"name":"DXVA2_VideoProcess_DetailFilter","features":[431]},{"name":"DXVA2_VideoProcess_GammaCompensated","features":[431]},{"name":"DXVA2_VideoProcess_LinearScaling","features":[431]},{"name":"DXVA2_VideoProcess_MaintainsOriginalFieldData","features":[431]},{"name":"DXVA2_VideoProcess_Mask","features":[431]},{"name":"DXVA2_VideoProcess_NoiseFilter","features":[431]},{"name":"DXVA2_VideoProcess_None","features":[431]},{"name":"DXVA2_VideoProcess_PlanarAlpha","features":[431]},{"name":"DXVA2_VideoProcess_StretchX","features":[431]},{"name":"DXVA2_VideoProcess_StretchY","features":[431]},{"name":"DXVA2_VideoProcess_SubRects","features":[431]},{"name":"DXVA2_VideoProcess_SubStreams","features":[431]},{"name":"DXVA2_VideoProcess_SubStreamsExtended","features":[431]},{"name":"DXVA2_VideoProcess_YUV2RGB","features":[431]},{"name":"DXVA2_VideoProcess_YUV2RGBExtended","features":[431]},{"name":"DXVA2_VideoProcessorCaps","features":[316,431]},{"name":"DXVA2_VideoProcessorRenderTarget","features":[431]},{"name":"DXVA2_VideoRenderTargetType","features":[431]},{"name":"DXVA2_VideoSample","features":[307,316,431]},{"name":"DXVA2_VideoSoftwareRenderTarget","features":[431]},{"name":"DXVA2_VideoTransFuncMask","features":[431]},{"name":"DXVA2_VideoTransFunc_10","features":[431]},{"name":"DXVA2_VideoTransFunc_18","features":[431]},{"name":"DXVA2_VideoTransFunc_20","features":[431]},{"name":"DXVA2_VideoTransFunc_22","features":[431]},{"name":"DXVA2_VideoTransFunc_240M","features":[431]},{"name":"DXVA2_VideoTransFunc_28","features":[431]},{"name":"DXVA2_VideoTransFunc_709","features":[431]},{"name":"DXVA2_VideoTransFunc_Unknown","features":[431]},{"name":"DXVA2_VideoTransFunc_sRGB","features":[431]},{"name":"DXVA2_VideoTransferFunction","features":[431]},{"name":"DXVA2_VideoTransferMatrix","features":[431]},{"name":"DXVA2_VideoTransferMatrixMask","features":[431]},{"name":"DXVA2_VideoTransferMatrix_BT601","features":[431]},{"name":"DXVA2_VideoTransferMatrix_BT709","features":[431]},{"name":"DXVA2_VideoTransferMatrix_SMPTE240M","features":[431]},{"name":"DXVA2_VideoTransferMatrix_Unknown","features":[431]},{"name":"DXVABufferInfo","features":[431]},{"name":"DXVACompBufferInfo","features":[316,431]},{"name":"DXVAHDControlGuid","features":[431]},{"name":"DXVAHDETWGUID_CREATEVIDEOPROCESSOR","features":[431]},{"name":"DXVAHDETWGUID_DESTROYVIDEOPROCESSOR","features":[431]},{"name":"DXVAHDETWGUID_VIDEOPROCESSBLTHD","features":[431]},{"name":"DXVAHDETWGUID_VIDEOPROCESSBLTHD_STREAM","features":[431]},{"name":"DXVAHDETWGUID_VIDEOPROCESSBLTSTATE","features":[431]},{"name":"DXVAHDETWGUID_VIDEOPROCESSSTREAMSTATE","features":[431]},{"name":"DXVAHDETW_CREATEVIDEOPROCESSOR","features":[431]},{"name":"DXVAHDETW_DESTROYVIDEOPROCESSOR","features":[431]},{"name":"DXVAHDETW_VIDEOPROCESSBLTHD","features":[307,316,431]},{"name":"DXVAHDETW_VIDEOPROCESSBLTHD_STREAM","features":[307,316,431]},{"name":"DXVAHDETW_VIDEOPROCESSBLTSTATE","features":[307,431]},{"name":"DXVAHDETW_VIDEOPROCESSSTREAMSTATE","features":[307,431]},{"name":"DXVAHDSW_CALLBACKS","features":[307,316,431]},{"name":"DXVAHD_ALPHA_FILL_MODE","features":[431]},{"name":"DXVAHD_ALPHA_FILL_MODE_BACKGROUND","features":[431]},{"name":"DXVAHD_ALPHA_FILL_MODE_DESTINATION","features":[431]},{"name":"DXVAHD_ALPHA_FILL_MODE_OPAQUE","features":[431]},{"name":"DXVAHD_ALPHA_FILL_MODE_SOURCE_STREAM","features":[431]},{"name":"DXVAHD_BLT_STATE","features":[431]},{"name":"DXVAHD_BLT_STATE_ALPHA_FILL","features":[431]},{"name":"DXVAHD_BLT_STATE_ALPHA_FILL_DATA","features":[431]},{"name":"DXVAHD_BLT_STATE_BACKGROUND_COLOR","features":[431]},{"name":"DXVAHD_BLT_STATE_BACKGROUND_COLOR_DATA","features":[307,431]},{"name":"DXVAHD_BLT_STATE_CONSTRICTION","features":[431]},{"name":"DXVAHD_BLT_STATE_CONSTRICTION_DATA","features":[307,431]},{"name":"DXVAHD_BLT_STATE_OUTPUT_COLOR_SPACE","features":[431]},{"name":"DXVAHD_BLT_STATE_OUTPUT_COLOR_SPACE_DATA","features":[431]},{"name":"DXVAHD_BLT_STATE_PRIVATE","features":[431]},{"name":"DXVAHD_BLT_STATE_PRIVATE_DATA","features":[431]},{"name":"DXVAHD_BLT_STATE_TARGET_RECT","features":[431]},{"name":"DXVAHD_BLT_STATE_TARGET_RECT_DATA","features":[307,431]},{"name":"DXVAHD_COLOR","features":[431]},{"name":"DXVAHD_COLOR_RGBA","features":[431]},{"name":"DXVAHD_COLOR_YCbCrA","features":[431]},{"name":"DXVAHD_CONTENT_DESC","features":[431]},{"name":"DXVAHD_CUSTOM_RATE_DATA","features":[307,431]},{"name":"DXVAHD_CreateDevice","features":[316,431]},{"name":"DXVAHD_DEVICE_CAPS","features":[431]},{"name":"DXVAHD_DEVICE_CAPS_LINEAR_SPACE","features":[431]},{"name":"DXVAHD_DEVICE_CAPS_RGB_RANGE_CONVERSION","features":[431]},{"name":"DXVAHD_DEVICE_CAPS_YCbCr_MATRIX_CONVERSION","features":[431]},{"name":"DXVAHD_DEVICE_CAPS_xvYCC","features":[431]},{"name":"DXVAHD_DEVICE_TYPE","features":[431]},{"name":"DXVAHD_DEVICE_TYPE_HARDWARE","features":[431]},{"name":"DXVAHD_DEVICE_TYPE_OTHER","features":[431]},{"name":"DXVAHD_DEVICE_TYPE_REFERENCE","features":[431]},{"name":"DXVAHD_DEVICE_TYPE_SOFTWARE","features":[431]},{"name":"DXVAHD_DEVICE_USAGE","features":[431]},{"name":"DXVAHD_DEVICE_USAGE_OPTIMAL_QUALITY","features":[431]},{"name":"DXVAHD_DEVICE_USAGE_OPTIMAL_SPEED","features":[431]},{"name":"DXVAHD_DEVICE_USAGE_PLAYBACK_NORMAL","features":[431]},{"name":"DXVAHD_FEATURE_CAPS","features":[431]},{"name":"DXVAHD_FEATURE_CAPS_ALPHA_FILL","features":[431]},{"name":"DXVAHD_FEATURE_CAPS_ALPHA_PALETTE","features":[431]},{"name":"DXVAHD_FEATURE_CAPS_CONSTRICTION","features":[431]},{"name":"DXVAHD_FEATURE_CAPS_LUMA_KEY","features":[431]},{"name":"DXVAHD_FILTER","features":[431]},{"name":"DXVAHD_FILTER_ANAMORPHIC_SCALING","features":[431]},{"name":"DXVAHD_FILTER_BRIGHTNESS","features":[431]},{"name":"DXVAHD_FILTER_CAPS","features":[431]},{"name":"DXVAHD_FILTER_CAPS_ANAMORPHIC_SCALING","features":[431]},{"name":"DXVAHD_FILTER_CAPS_BRIGHTNESS","features":[431]},{"name":"DXVAHD_FILTER_CAPS_CONTRAST","features":[431]},{"name":"DXVAHD_FILTER_CAPS_EDGE_ENHANCEMENT","features":[431]},{"name":"DXVAHD_FILTER_CAPS_HUE","features":[431]},{"name":"DXVAHD_FILTER_CAPS_NOISE_REDUCTION","features":[431]},{"name":"DXVAHD_FILTER_CAPS_SATURATION","features":[431]},{"name":"DXVAHD_FILTER_CONTRAST","features":[431]},{"name":"DXVAHD_FILTER_EDGE_ENHANCEMENT","features":[431]},{"name":"DXVAHD_FILTER_HUE","features":[431]},{"name":"DXVAHD_FILTER_NOISE_REDUCTION","features":[431]},{"name":"DXVAHD_FILTER_RANGE_DATA","features":[431]},{"name":"DXVAHD_FILTER_SATURATION","features":[431]},{"name":"DXVAHD_FRAME_FORMAT","features":[431]},{"name":"DXVAHD_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST","features":[431]},{"name":"DXVAHD_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST","features":[431]},{"name":"DXVAHD_FRAME_FORMAT_PROGRESSIVE","features":[431]},{"name":"DXVAHD_INPUT_FORMAT_CAPS","features":[431]},{"name":"DXVAHD_INPUT_FORMAT_CAPS_PALETTE_INTERLACED","features":[431]},{"name":"DXVAHD_INPUT_FORMAT_CAPS_RGB_INTERLACED","features":[431]},{"name":"DXVAHD_INPUT_FORMAT_CAPS_RGB_LUMA_KEY","features":[431]},{"name":"DXVAHD_INPUT_FORMAT_CAPS_RGB_PROCAMP","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS_22","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS_222222222223","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS_2224","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS_2332","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS_32","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS_32322","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS_55","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS_64","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS_87","features":[431]},{"name":"DXVAHD_ITELECINE_CAPS_OTHER","features":[431]},{"name":"DXVAHD_OUTPUT_RATE","features":[431]},{"name":"DXVAHD_OUTPUT_RATE_CUSTOM","features":[431]},{"name":"DXVAHD_OUTPUT_RATE_HALF","features":[431]},{"name":"DXVAHD_OUTPUT_RATE_NORMAL","features":[431]},{"name":"DXVAHD_PROCESSOR_CAPS","features":[431]},{"name":"DXVAHD_PROCESSOR_CAPS_DEINTERLACE_ADAPTIVE","features":[431]},{"name":"DXVAHD_PROCESSOR_CAPS_DEINTERLACE_BLEND","features":[431]},{"name":"DXVAHD_PROCESSOR_CAPS_DEINTERLACE_BOB","features":[431]},{"name":"DXVAHD_PROCESSOR_CAPS_DEINTERLACE_MOTION_COMPENSATION","features":[431]},{"name":"DXVAHD_PROCESSOR_CAPS_FRAME_RATE_CONVERSION","features":[431]},{"name":"DXVAHD_PROCESSOR_CAPS_INVERSE_TELECINE","features":[431]},{"name":"DXVAHD_RATIONAL","features":[431]},{"name":"DXVAHD_STREAM_DATA","features":[307,316,431]},{"name":"DXVAHD_STREAM_STATE","features":[431]},{"name":"DXVAHD_STREAM_STATE_ALPHA","features":[431]},{"name":"DXVAHD_STREAM_STATE_ALPHA_DATA","features":[307,431]},{"name":"DXVAHD_STREAM_STATE_ASPECT_RATIO","features":[431]},{"name":"DXVAHD_STREAM_STATE_ASPECT_RATIO_DATA","features":[307,431]},{"name":"DXVAHD_STREAM_STATE_D3DFORMAT","features":[431]},{"name":"DXVAHD_STREAM_STATE_D3DFORMAT_DATA","features":[316,431]},{"name":"DXVAHD_STREAM_STATE_DESTINATION_RECT","features":[431]},{"name":"DXVAHD_STREAM_STATE_DESTINATION_RECT_DATA","features":[307,431]},{"name":"DXVAHD_STREAM_STATE_FILTER_ANAMORPHIC_SCALING","features":[431]},{"name":"DXVAHD_STREAM_STATE_FILTER_BRIGHTNESS","features":[431]},{"name":"DXVAHD_STREAM_STATE_FILTER_CONTRAST","features":[431]},{"name":"DXVAHD_STREAM_STATE_FILTER_DATA","features":[307,431]},{"name":"DXVAHD_STREAM_STATE_FILTER_EDGE_ENHANCEMENT","features":[431]},{"name":"DXVAHD_STREAM_STATE_FILTER_HUE","features":[431]},{"name":"DXVAHD_STREAM_STATE_FILTER_NOISE_REDUCTION","features":[431]},{"name":"DXVAHD_STREAM_STATE_FILTER_SATURATION","features":[431]},{"name":"DXVAHD_STREAM_STATE_FRAME_FORMAT","features":[431]},{"name":"DXVAHD_STREAM_STATE_FRAME_FORMAT_DATA","features":[431]},{"name":"DXVAHD_STREAM_STATE_INPUT_COLOR_SPACE","features":[431]},{"name":"DXVAHD_STREAM_STATE_INPUT_COLOR_SPACE_DATA","features":[431]},{"name":"DXVAHD_STREAM_STATE_LUMA_KEY","features":[431]},{"name":"DXVAHD_STREAM_STATE_LUMA_KEY_DATA","features":[307,431]},{"name":"DXVAHD_STREAM_STATE_OUTPUT_RATE","features":[431]},{"name":"DXVAHD_STREAM_STATE_OUTPUT_RATE_DATA","features":[307,431]},{"name":"DXVAHD_STREAM_STATE_PALETTE","features":[431]},{"name":"DXVAHD_STREAM_STATE_PALETTE_DATA","features":[431]},{"name":"DXVAHD_STREAM_STATE_PRIVATE","features":[431]},{"name":"DXVAHD_STREAM_STATE_PRIVATE_DATA","features":[431]},{"name":"DXVAHD_STREAM_STATE_PRIVATE_IVTC","features":[431]},{"name":"DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA","features":[307,431]},{"name":"DXVAHD_STREAM_STATE_SOURCE_RECT","features":[431]},{"name":"DXVAHD_STREAM_STATE_SOURCE_RECT_DATA","features":[307,431]},{"name":"DXVAHD_SURFACE_TYPE","features":[431]},{"name":"DXVAHD_SURFACE_TYPE_VIDEO_INPUT","features":[431]},{"name":"DXVAHD_SURFACE_TYPE_VIDEO_INPUT_PRIVATE","features":[431]},{"name":"DXVAHD_SURFACE_TYPE_VIDEO_OUTPUT","features":[431]},{"name":"DXVAHD_VPCAPS","features":[431]},{"name":"DXVAHD_VPDEVCAPS","features":[316,431]},{"name":"DXVAUncompDataInfo","features":[316,431]},{"name":"DXVA_AYUVsample2","features":[431]},{"name":"DXVA_BufferDescription","features":[431]},{"name":"DXVA_COPPCommand","features":[431]},{"name":"DXVA_COPPSignature","features":[431]},{"name":"DXVA_COPPStatusInput","features":[431]},{"name":"DXVA_COPPStatusOutput","features":[431]},{"name":"DXVA_ConfigPictureDecode","features":[431]},{"name":"DXVA_DeinterlaceBlt","features":[307,431]},{"name":"DXVA_DeinterlaceBltEx","features":[307,431]},{"name":"DXVA_DeinterlaceBltEx32","features":[307,431]},{"name":"DXVA_DeinterlaceCaps","features":[316,431]},{"name":"DXVA_DeinterlaceQueryAvailableModes","features":[431]},{"name":"DXVA_DeinterlaceQueryModeCaps","features":[316,431]},{"name":"DXVA_DeinterlaceTech","features":[431]},{"name":"DXVA_DeinterlaceTech_BOBLineReplicate","features":[431]},{"name":"DXVA_DeinterlaceTech_BOBVerticalStretch","features":[431]},{"name":"DXVA_DeinterlaceTech_BOBVerticalStretch4Tap","features":[431]},{"name":"DXVA_DeinterlaceTech_EdgeFiltering","features":[431]},{"name":"DXVA_DeinterlaceTech_FieldAdaptive","features":[431]},{"name":"DXVA_DeinterlaceTech_MedianFiltering","features":[431]},{"name":"DXVA_DeinterlaceTech_MotionVectorSteered","features":[431]},{"name":"DXVA_DeinterlaceTech_PixelAdaptive","features":[431]},{"name":"DXVA_DeinterlaceTech_Unknown","features":[431]},{"name":"DXVA_DestinationFlagMask","features":[431]},{"name":"DXVA_DestinationFlag_Alpha_Changed","features":[431]},{"name":"DXVA_DestinationFlag_Background_Changed","features":[431]},{"name":"DXVA_DestinationFlag_ColorData_Changed","features":[431]},{"name":"DXVA_DestinationFlag_TargetRect_Changed","features":[431]},{"name":"DXVA_DestinationFlags","features":[431]},{"name":"DXVA_ExtendedFormat","features":[431]},{"name":"DXVA_Frequency","features":[431]},{"name":"DXVA_NominalRange","features":[431]},{"name":"DXVA_NominalRangeMask","features":[431]},{"name":"DXVA_NominalRangeShift","features":[431]},{"name":"DXVA_NominalRange_0_255","features":[431]},{"name":"DXVA_NominalRange_16_235","features":[431]},{"name":"DXVA_NominalRange_48_208","features":[431]},{"name":"DXVA_NominalRange_Normal","features":[431]},{"name":"DXVA_NominalRange_Unknown","features":[431]},{"name":"DXVA_NominalRange_Wide","features":[431]},{"name":"DXVA_PictureParameters","features":[431]},{"name":"DXVA_ProcAmpControlBlt","features":[307,431]},{"name":"DXVA_ProcAmpControlCaps","features":[316,431]},{"name":"DXVA_ProcAmpControlProp","features":[431]},{"name":"DXVA_ProcAmpControlQueryRange","features":[316,431]},{"name":"DXVA_ProcAmp_Brightness","features":[431]},{"name":"DXVA_ProcAmp_Contrast","features":[431]},{"name":"DXVA_ProcAmp_Hue","features":[431]},{"name":"DXVA_ProcAmp_None","features":[431]},{"name":"DXVA_ProcAmp_Saturation","features":[431]},{"name":"DXVA_SampleFieldInterleavedEvenFirst","features":[431]},{"name":"DXVA_SampleFieldInterleavedOddFirst","features":[431]},{"name":"DXVA_SampleFieldSingleEven","features":[431]},{"name":"DXVA_SampleFieldSingleOdd","features":[431]},{"name":"DXVA_SampleFlag_ColorData_Changed","features":[431]},{"name":"DXVA_SampleFlag_DstRect_Changed","features":[431]},{"name":"DXVA_SampleFlag_Palette_Changed","features":[431]},{"name":"DXVA_SampleFlag_SrcRect_Changed","features":[431]},{"name":"DXVA_SampleFlags","features":[431]},{"name":"DXVA_SampleFlagsMask","features":[431]},{"name":"DXVA_SampleFormat","features":[431]},{"name":"DXVA_SampleFormatMask","features":[431]},{"name":"DXVA_SamplePreviousFrame","features":[431]},{"name":"DXVA_SampleProgressiveFrame","features":[431]},{"name":"DXVA_SampleSubStream","features":[431]},{"name":"DXVA_SampleUnknown","features":[431]},{"name":"DXVA_VideoChromaSubsampling","features":[431]},{"name":"DXVA_VideoChromaSubsamplingMask","features":[431]},{"name":"DXVA_VideoChromaSubsamplingShift","features":[431]},{"name":"DXVA_VideoChromaSubsampling_Cosited","features":[431]},{"name":"DXVA_VideoChromaSubsampling_DV_PAL","features":[431]},{"name":"DXVA_VideoChromaSubsampling_Horizontally_Cosited","features":[431]},{"name":"DXVA_VideoChromaSubsampling_MPEG1","features":[431]},{"name":"DXVA_VideoChromaSubsampling_MPEG2","features":[431]},{"name":"DXVA_VideoChromaSubsampling_ProgressiveChroma","features":[431]},{"name":"DXVA_VideoChromaSubsampling_Unknown","features":[431]},{"name":"DXVA_VideoChromaSubsampling_Vertically_AlignedChromaPlanes","features":[431]},{"name":"DXVA_VideoChromaSubsampling_Vertically_Cosited","features":[431]},{"name":"DXVA_VideoDesc","features":[316,431]},{"name":"DXVA_VideoLighting","features":[431]},{"name":"DXVA_VideoLightingMask","features":[431]},{"name":"DXVA_VideoLightingShift","features":[431]},{"name":"DXVA_VideoLighting_Unknown","features":[431]},{"name":"DXVA_VideoLighting_bright","features":[431]},{"name":"DXVA_VideoLighting_dark","features":[431]},{"name":"DXVA_VideoLighting_dim","features":[431]},{"name":"DXVA_VideoLighting_office","features":[431]},{"name":"DXVA_VideoPrimaries","features":[431]},{"name":"DXVA_VideoPrimariesMask","features":[431]},{"name":"DXVA_VideoPrimariesShift","features":[431]},{"name":"DXVA_VideoPrimaries_BT470_2_SysBG","features":[431]},{"name":"DXVA_VideoPrimaries_BT470_2_SysM","features":[431]},{"name":"DXVA_VideoPrimaries_BT709","features":[431]},{"name":"DXVA_VideoPrimaries_EBU3213","features":[431]},{"name":"DXVA_VideoPrimaries_SMPTE170M","features":[431]},{"name":"DXVA_VideoPrimaries_SMPTE240M","features":[431]},{"name":"DXVA_VideoPrimaries_SMPTE_C","features":[431]},{"name":"DXVA_VideoPrimaries_Unknown","features":[431]},{"name":"DXVA_VideoPrimaries_reserved","features":[431]},{"name":"DXVA_VideoProcessCaps","features":[431]},{"name":"DXVA_VideoProcess_AlphaBlend","features":[431]},{"name":"DXVA_VideoProcess_AlphaBlendExtended","features":[431]},{"name":"DXVA_VideoProcess_None","features":[431]},{"name":"DXVA_VideoProcess_StretchX","features":[431]},{"name":"DXVA_VideoProcess_StretchY","features":[431]},{"name":"DXVA_VideoProcess_SubRects","features":[431]},{"name":"DXVA_VideoProcess_SubStreams","features":[431]},{"name":"DXVA_VideoProcess_SubStreamsExtended","features":[431]},{"name":"DXVA_VideoProcess_YUV2RGB","features":[431]},{"name":"DXVA_VideoProcess_YUV2RGBExtended","features":[431]},{"name":"DXVA_VideoPropertyRange","features":[431]},{"name":"DXVA_VideoSample","features":[431]},{"name":"DXVA_VideoSample2","features":[307,431]},{"name":"DXVA_VideoSample2","features":[307,431]},{"name":"DXVA_VideoSample32","features":[307,431]},{"name":"DXVA_VideoTransFuncMask","features":[431]},{"name":"DXVA_VideoTransFuncShift","features":[431]},{"name":"DXVA_VideoTransFunc_10","features":[431]},{"name":"DXVA_VideoTransFunc_18","features":[431]},{"name":"DXVA_VideoTransFunc_20","features":[431]},{"name":"DXVA_VideoTransFunc_22","features":[431]},{"name":"DXVA_VideoTransFunc_22_240M","features":[431]},{"name":"DXVA_VideoTransFunc_22_709","features":[431]},{"name":"DXVA_VideoTransFunc_22_8bit_sRGB","features":[431]},{"name":"DXVA_VideoTransFunc_28","features":[431]},{"name":"DXVA_VideoTransFunc_Unknown","features":[431]},{"name":"DXVA_VideoTransferFunction","features":[431]},{"name":"DXVA_VideoTransferMatrix","features":[431]},{"name":"DXVA_VideoTransferMatrixMask","features":[431]},{"name":"DXVA_VideoTransferMatrixShift","features":[431]},{"name":"DXVA_VideoTransferMatrix_BT601","features":[431]},{"name":"DXVA_VideoTransferMatrix_BT709","features":[431]},{"name":"DXVA_VideoTransferMatrix_SMPTE240M","features":[431]},{"name":"DXVA_VideoTransferMatrix_Unknown","features":[431]},{"name":"DXVAp_DeinterlaceBobDevice","features":[431]},{"name":"DXVAp_DeinterlaceContainerDevice","features":[431]},{"name":"DXVAp_ModeMPEG2_A","features":[431]},{"name":"DXVAp_ModeMPEG2_C","features":[431]},{"name":"DXVAp_NoEncrypt","features":[431]},{"name":"DeviceStreamState","features":[431]},{"name":"DeviceStreamState_Disabled","features":[431]},{"name":"DeviceStreamState_Pause","features":[431]},{"name":"DeviceStreamState_Run","features":[431]},{"name":"DeviceStreamState_Stop","features":[431]},{"name":"DigitalWindowSetting","features":[431]},{"name":"DistanceToFocalPlane","features":[431]},{"name":"DistanceToOpticalCenter","features":[431]},{"name":"EAllocationType","features":[431]},{"name":"ENCAPIPARAM_BITRATE","features":[431]},{"name":"ENCAPIPARAM_BITRATE_MODE","features":[431]},{"name":"ENCAPIPARAM_PEAK_BITRATE","features":[431]},{"name":"ENCAPIPARAM_SAP_MODE","features":[431]},{"name":"EVRConfig_ForceBatching","features":[431]},{"name":"EVRConfig_ForceBob","features":[431]},{"name":"EVRConfig_ForceHalfInterlace","features":[431]},{"name":"EVRConfig_ForceScaling","features":[431]},{"name":"EVRConfig_ForceThrottle","features":[431]},{"name":"EVRFilterConfigPrefs","features":[431]},{"name":"EVRFilterConfigPrefs_EnableQoS","features":[431]},{"name":"EVRFilterConfigPrefs_Mask","features":[431]},{"name":"E_TOCPARSER_INVALIDASFFILE","features":[431]},{"name":"E_TOCPARSER_INVALIDRIFFFILE","features":[431]},{"name":"FACILITY_MF","features":[431]},{"name":"FACILITY_MF_WIN32","features":[431]},{"name":"FILE_ACCESSMODE","features":[431]},{"name":"FILE_OPENMODE","features":[431]},{"name":"FORMAT_525WSS","features":[431]},{"name":"FORMAT_AnalogVideo","features":[431]},{"name":"FORMAT_CAPTIONED_H264VIDEO","features":[431]},{"name":"FORMAT_CAPTIONED_MPEG2VIDEO","features":[431]},{"name":"FORMAT_CC_CONTAINER","features":[431]},{"name":"FORMAT_DvInfo","features":[431]},{"name":"FORMAT_MFVideoFormat","features":[431]},{"name":"FORMAT_MPEGStreams","features":[431]},{"name":"FORMAT_MPEGVideo","features":[431]},{"name":"FORMAT_None","features":[431]},{"name":"FORMAT_VideoInfo","features":[431]},{"name":"FORMAT_VideoInfo2","features":[431]},{"name":"FORMAT_WaveFormatEx","features":[431]},{"name":"GUID_NativeDeviceService","features":[431]},{"name":"GUID_PlayToService","features":[431]},{"name":"IAdvancedMediaCapture","features":[431]},{"name":"IAdvancedMediaCaptureInitializationSettings","features":[431]},{"name":"IAdvancedMediaCaptureSettings","features":[431]},{"name":"IAudioSourceProvider","features":[431]},{"name":"IClusterDetector","features":[431]},{"name":"ICodecAPI","features":[431]},{"name":"ID3D12VideoDecodeCommandList","features":[354,431]},{"name":"ID3D12VideoDecodeCommandList1","features":[354,431]},{"name":"ID3D12VideoDecodeCommandList2","features":[354,431]},{"name":"ID3D12VideoDecodeCommandList3","features":[354,431]},{"name":"ID3D12VideoDecoder","features":[354,431]},{"name":"ID3D12VideoDecoder1","features":[354,431]},{"name":"ID3D12VideoDecoderHeap","features":[354,431]},{"name":"ID3D12VideoDecoderHeap1","features":[354,431]},{"name":"ID3D12VideoDevice","features":[431]},{"name":"ID3D12VideoDevice1","features":[431]},{"name":"ID3D12VideoDevice2","features":[431]},{"name":"ID3D12VideoDevice3","features":[431]},{"name":"ID3D12VideoEncodeCommandList","features":[354,431]},{"name":"ID3D12VideoEncodeCommandList1","features":[354,431]},{"name":"ID3D12VideoEncodeCommandList2","features":[354,431]},{"name":"ID3D12VideoEncodeCommandList3","features":[354,431]},{"name":"ID3D12VideoEncoder","features":[354,431]},{"name":"ID3D12VideoEncoderHeap","features":[354,431]},{"name":"ID3D12VideoExtensionCommand","features":[354,431]},{"name":"ID3D12VideoMotionEstimator","features":[354,431]},{"name":"ID3D12VideoMotionVectorHeap","features":[354,431]},{"name":"ID3D12VideoProcessCommandList","features":[354,431]},{"name":"ID3D12VideoProcessCommandList1","features":[354,431]},{"name":"ID3D12VideoProcessCommandList2","features":[354,431]},{"name":"ID3D12VideoProcessCommandList3","features":[354,431]},{"name":"ID3D12VideoProcessor","features":[354,431]},{"name":"ID3D12VideoProcessor1","features":[354,431]},{"name":"IDXVAHD_Device","features":[431]},{"name":"IDXVAHD_VideoProcessor","features":[431]},{"name":"IDirect3D9ExOverlayExtension","features":[431]},{"name":"IDirect3DAuthenticatedChannel9","features":[431]},{"name":"IDirect3DCryptoSession9","features":[431]},{"name":"IDirect3DDevice9Video","features":[431]},{"name":"IDirect3DDeviceManager9","features":[431]},{"name":"IDirectXVideoAccelerationService","features":[431]},{"name":"IDirectXVideoDecoder","features":[431]},{"name":"IDirectXVideoDecoderService","features":[431]},{"name":"IDirectXVideoMemoryConfiguration","features":[431]},{"name":"IDirectXVideoProcessor","features":[431]},{"name":"IDirectXVideoProcessorService","features":[431]},{"name":"IEVRFilterConfig","features":[431]},{"name":"IEVRFilterConfigEx","features":[431]},{"name":"IEVRTrustedVideoPlugin","features":[431]},{"name":"IEVRVideoStreamControl","features":[431]},{"name":"IFileClient","features":[431]},{"name":"IFileIo","features":[431]},{"name":"IMF2DBuffer","features":[431]},{"name":"IMF2DBuffer2","features":[431]},{"name":"IMFASFContentInfo","features":[431]},{"name":"IMFASFIndexer","features":[431]},{"name":"IMFASFMultiplexer","features":[431]},{"name":"IMFASFMutualExclusion","features":[431]},{"name":"IMFASFProfile","features":[431]},{"name":"IMFASFSplitter","features":[431]},{"name":"IMFASFStreamConfig","features":[431]},{"name":"IMFASFStreamPrioritization","features":[431]},{"name":"IMFASFStreamSelector","features":[431]},{"name":"IMFActivate","features":[431]},{"name":"IMFAsyncCallback","features":[431]},{"name":"IMFAsyncCallbackLogging","features":[431]},{"name":"IMFAsyncResult","features":[431]},{"name":"IMFAttributes","features":[431]},{"name":"IMFAudioMediaType","features":[431]},{"name":"IMFAudioPolicy","features":[431]},{"name":"IMFAudioStreamVolume","features":[431]},{"name":"IMFBufferListNotify","features":[431]},{"name":"IMFByteStream","features":[431]},{"name":"IMFByteStreamBuffering","features":[431]},{"name":"IMFByteStreamCacheControl","features":[431]},{"name":"IMFByteStreamCacheControl2","features":[431]},{"name":"IMFByteStreamHandler","features":[431]},{"name":"IMFByteStreamProxyClassFactory","features":[431]},{"name":"IMFByteStreamTimeSeek","features":[431]},{"name":"IMFCameraConfigurationManager","features":[431]},{"name":"IMFCameraControlDefaults","features":[431]},{"name":"IMFCameraControlDefaultsCollection","features":[431]},{"name":"IMFCameraControlMonitor","features":[431]},{"name":"IMFCameraControlNotify","features":[431]},{"name":"IMFCameraOcclusionStateMonitor","features":[431]},{"name":"IMFCameraOcclusionStateReport","features":[431]},{"name":"IMFCameraOcclusionStateReportCallback","features":[431]},{"name":"IMFCameraSyncObject","features":[431]},{"name":"IMFCaptureEngine","features":[431]},{"name":"IMFCaptureEngineClassFactory","features":[431]},{"name":"IMFCaptureEngineOnEventCallback","features":[431]},{"name":"IMFCaptureEngineOnSampleCallback","features":[431]},{"name":"IMFCaptureEngineOnSampleCallback2","features":[431]},{"name":"IMFCapturePhotoConfirmation","features":[431]},{"name":"IMFCapturePhotoSink","features":[431]},{"name":"IMFCapturePreviewSink","features":[431]},{"name":"IMFCaptureRecordSink","features":[431]},{"name":"IMFCaptureSink","features":[431]},{"name":"IMFCaptureSink2","features":[431]},{"name":"IMFCaptureSource","features":[431]},{"name":"IMFCdmSuspendNotify","features":[431]},{"name":"IMFClock","features":[431]},{"name":"IMFClockConsumer","features":[431]},{"name":"IMFClockStateSink","features":[431]},{"name":"IMFCollection","features":[431]},{"name":"IMFContentDecryptionModule","features":[431]},{"name":"IMFContentDecryptionModuleAccess","features":[431]},{"name":"IMFContentDecryptionModuleFactory","features":[431]},{"name":"IMFContentDecryptionModuleSession","features":[431]},{"name":"IMFContentDecryptionModuleSessionCallbacks","features":[431]},{"name":"IMFContentDecryptorContext","features":[431]},{"name":"IMFContentEnabler","features":[431]},{"name":"IMFContentProtectionDevice","features":[431]},{"name":"IMFContentProtectionManager","features":[431]},{"name":"IMFD3D12SynchronizationObject","features":[431]},{"name":"IMFD3D12SynchronizationObjectCommands","features":[431]},{"name":"IMFDLNASinkInit","features":[431]},{"name":"IMFDRMNetHelper","features":[431]},{"name":"IMFDXGIBuffer","features":[431]},{"name":"IMFDXGIDeviceManager","features":[431]},{"name":"IMFDXGIDeviceManagerSource","features":[431]},{"name":"IMFDesiredSample","features":[431]},{"name":"IMFDeviceTransform","features":[431]},{"name":"IMFDeviceTransformCallback","features":[431]},{"name":"IMFExtendedCameraControl","features":[431]},{"name":"IMFExtendedCameraController","features":[431]},{"name":"IMFExtendedCameraIntrinsicModel","features":[431]},{"name":"IMFExtendedCameraIntrinsics","features":[431]},{"name":"IMFExtendedCameraIntrinsicsDistortionModel6KT","features":[431]},{"name":"IMFExtendedCameraIntrinsicsDistortionModelArcTan","features":[431]},{"name":"IMFExtendedDRMTypeSupport","features":[431]},{"name":"IMFFieldOfUseMFTUnlock","features":[431]},{"name":"IMFFinalizableMediaSink","features":[431]},{"name":"IMFGetService","features":[431]},{"name":"IMFHDCPStatus","features":[431]},{"name":"IMFHttpDownloadRequest","features":[431]},{"name":"IMFHttpDownloadSession","features":[431]},{"name":"IMFHttpDownloadSessionProvider","features":[431]},{"name":"IMFImageSharingEngine","features":[431]},{"name":"IMFImageSharingEngineClassFactory","features":[431]},{"name":"IMFInputTrustAuthority","features":[431]},{"name":"IMFLocalMFTRegistration","features":[431]},{"name":"IMFMediaBuffer","features":[431]},{"name":"IMFMediaEngine","features":[431]},{"name":"IMFMediaEngineAudioEndpointId","features":[431]},{"name":"IMFMediaEngineClassFactory","features":[431]},{"name":"IMFMediaEngineClassFactory2","features":[431]},{"name":"IMFMediaEngineClassFactory3","features":[431]},{"name":"IMFMediaEngineClassFactory4","features":[431]},{"name":"IMFMediaEngineClassFactoryEx","features":[431]},{"name":"IMFMediaEngineEME","features":[431]},{"name":"IMFMediaEngineEMENotify","features":[431]},{"name":"IMFMediaEngineEx","features":[431]},{"name":"IMFMediaEngineExtension","features":[431]},{"name":"IMFMediaEngineNeedKeyNotify","features":[431]},{"name":"IMFMediaEngineNotify","features":[431]},{"name":"IMFMediaEngineOPMInfo","features":[431]},{"name":"IMFMediaEngineProtectedContent","features":[431]},{"name":"IMFMediaEngineSrcElements","features":[431]},{"name":"IMFMediaEngineSrcElementsEx","features":[431]},{"name":"IMFMediaEngineSupportsSourceTransfer","features":[431]},{"name":"IMFMediaEngineTransferSource","features":[431]},{"name":"IMFMediaEngineWebSupport","features":[431]},{"name":"IMFMediaError","features":[431]},{"name":"IMFMediaEvent","features":[431]},{"name":"IMFMediaEventGenerator","features":[431]},{"name":"IMFMediaEventQueue","features":[431]},{"name":"IMFMediaKeySession","features":[431]},{"name":"IMFMediaKeySession2","features":[431]},{"name":"IMFMediaKeySessionNotify","features":[431]},{"name":"IMFMediaKeySessionNotify2","features":[431]},{"name":"IMFMediaKeySystemAccess","features":[431]},{"name":"IMFMediaKeys","features":[431]},{"name":"IMFMediaKeys2","features":[431]},{"name":"IMFMediaSession","features":[431]},{"name":"IMFMediaSharingEngine","features":[431]},{"name":"IMFMediaSharingEngineClassFactory","features":[431]},{"name":"IMFMediaSink","features":[431]},{"name":"IMFMediaSinkPreroll","features":[431]},{"name":"IMFMediaSource","features":[431]},{"name":"IMFMediaSource2","features":[431]},{"name":"IMFMediaSourceEx","features":[431]},{"name":"IMFMediaSourceExtension","features":[431]},{"name":"IMFMediaSourceExtensionLiveSeekableRange","features":[431]},{"name":"IMFMediaSourceExtensionNotify","features":[431]},{"name":"IMFMediaSourcePresentationProvider","features":[431]},{"name":"IMFMediaSourceTopologyProvider","features":[431]},{"name":"IMFMediaStream","features":[431]},{"name":"IMFMediaStream2","features":[431]},{"name":"IMFMediaStreamSourceSampleRequest","features":[431]},{"name":"IMFMediaTimeRange","features":[431]},{"name":"IMFMediaType","features":[431]},{"name":"IMFMediaTypeHandler","features":[431]},{"name":"IMFMetadata","features":[431]},{"name":"IMFMetadataProvider","features":[431]},{"name":"IMFMuxStreamAttributesManager","features":[431]},{"name":"IMFMuxStreamMediaTypeManager","features":[431]},{"name":"IMFMuxStreamSampleManager","features":[431]},{"name":"IMFNetCredential","features":[431]},{"name":"IMFNetCredentialCache","features":[431]},{"name":"IMFNetCredentialManager","features":[431]},{"name":"IMFNetCrossOriginSupport","features":[431]},{"name":"IMFNetProxyLocator","features":[431]},{"name":"IMFNetProxyLocatorFactory","features":[431]},{"name":"IMFNetResourceFilter","features":[431]},{"name":"IMFNetSchemeHandlerConfig","features":[431]},{"name":"IMFObjectReferenceStream","features":[431]},{"name":"IMFOutputPolicy","features":[431]},{"name":"IMFOutputSchema","features":[431]},{"name":"IMFOutputTrustAuthority","features":[431]},{"name":"IMFPMPClient","features":[431]},{"name":"IMFPMPClientApp","features":[431]},{"name":"IMFPMPHost","features":[431]},{"name":"IMFPMPHostApp","features":[431]},{"name":"IMFPMPServer","features":[431]},{"name":"IMFPMediaItem","features":[431]},{"name":"IMFPMediaPlayer","features":[431]},{"name":"IMFPMediaPlayerCallback","features":[431]},{"name":"IMFPluginControl","features":[431]},{"name":"IMFPluginControl2","features":[431]},{"name":"IMFPresentationClock","features":[431]},{"name":"IMFPresentationDescriptor","features":[431]},{"name":"IMFPresentationTimeSource","features":[431]},{"name":"IMFProtectedEnvironmentAccess","features":[431]},{"name":"IMFQualityAdvise","features":[431]},{"name":"IMFQualityAdvise2","features":[431]},{"name":"IMFQualityAdviseLimits","features":[431]},{"name":"IMFQualityManager","features":[431]},{"name":"IMFRateControl","features":[431]},{"name":"IMFRateSupport","features":[431]},{"name":"IMFReadWriteClassFactory","features":[431]},{"name":"IMFRealTimeClient","features":[431]},{"name":"IMFRealTimeClientEx","features":[431]},{"name":"IMFRelativePanelReport","features":[431]},{"name":"IMFRelativePanelWatcher","features":[431]},{"name":"IMFRemoteAsyncCallback","features":[431]},{"name":"IMFRemoteDesktopPlugin","features":[431]},{"name":"IMFRemoteProxy","features":[431]},{"name":"IMFSAMIStyle","features":[431]},{"name":"IMFSSLCertificateManager","features":[431]},{"name":"IMFSample","features":[431]},{"name":"IMFSampleAllocatorControl","features":[431]},{"name":"IMFSampleGrabberSinkCallback","features":[431]},{"name":"IMFSampleGrabberSinkCallback2","features":[431]},{"name":"IMFSampleOutputStream","features":[431]},{"name":"IMFSampleProtection","features":[431]},{"name":"IMFSaveJob","features":[431]},{"name":"IMFSchemeHandler","features":[431]},{"name":"IMFSecureBuffer","features":[431]},{"name":"IMFSecureChannel","features":[431]},{"name":"IMFSeekInfo","features":[431]},{"name":"IMFSensorActivitiesReport","features":[431]},{"name":"IMFSensorActivitiesReportCallback","features":[431]},{"name":"IMFSensorActivityMonitor","features":[431]},{"name":"IMFSensorActivityReport","features":[431]},{"name":"IMFSensorDevice","features":[431]},{"name":"IMFSensorGroup","features":[431]},{"name":"IMFSensorProcessActivity","features":[431]},{"name":"IMFSensorProfile","features":[431]},{"name":"IMFSensorProfileCollection","features":[431]},{"name":"IMFSensorStream","features":[431]},{"name":"IMFSensorTransformFactory","features":[431]},{"name":"IMFSequencerSource","features":[431]},{"name":"IMFSharingEngineClassFactory","features":[431]},{"name":"IMFShutdown","features":[431]},{"name":"IMFSignedLibrary","features":[431]},{"name":"IMFSimpleAudioVolume","features":[431]},{"name":"IMFSinkWriter","features":[431]},{"name":"IMFSinkWriterCallback","features":[431]},{"name":"IMFSinkWriterCallback2","features":[431]},{"name":"IMFSinkWriterEncoderConfig","features":[431]},{"name":"IMFSinkWriterEx","features":[431]},{"name":"IMFSourceBuffer","features":[431]},{"name":"IMFSourceBufferAppendMode","features":[431]},{"name":"IMFSourceBufferList","features":[431]},{"name":"IMFSourceBufferNotify","features":[431]},{"name":"IMFSourceOpenMonitor","features":[431]},{"name":"IMFSourceReader","features":[431]},{"name":"IMFSourceReaderCallback","features":[431]},{"name":"IMFSourceReaderCallback2","features":[431]},{"name":"IMFSourceReaderEx","features":[431]},{"name":"IMFSourceResolver","features":[431]},{"name":"IMFSpatialAudioObjectBuffer","features":[431]},{"name":"IMFSpatialAudioSample","features":[431]},{"name":"IMFStreamDescriptor","features":[431]},{"name":"IMFStreamSink","features":[431]},{"name":"IMFStreamingSinkConfig","features":[431]},{"name":"IMFSystemId","features":[431]},{"name":"IMFTimecodeTranslate","features":[431]},{"name":"IMFTimedText","features":[431]},{"name":"IMFTimedTextBinary","features":[431]},{"name":"IMFTimedTextBouten","features":[431]},{"name":"IMFTimedTextCue","features":[431]},{"name":"IMFTimedTextCueList","features":[431]},{"name":"IMFTimedTextFormattedText","features":[431]},{"name":"IMFTimedTextNotify","features":[431]},{"name":"IMFTimedTextRegion","features":[431]},{"name":"IMFTimedTextRuby","features":[431]},{"name":"IMFTimedTextStyle","features":[431]},{"name":"IMFTimedTextStyle2","features":[431]},{"name":"IMFTimedTextTrack","features":[431]},{"name":"IMFTimedTextTrackList","features":[431]},{"name":"IMFTimer","features":[431]},{"name":"IMFTopoLoader","features":[431]},{"name":"IMFTopology","features":[431]},{"name":"IMFTopologyNode","features":[431]},{"name":"IMFTopologyNodeAttributeEditor","features":[431]},{"name":"IMFTopologyServiceLookup","features":[431]},{"name":"IMFTopologyServiceLookupClient","features":[431]},{"name":"IMFTrackedSample","features":[431]},{"name":"IMFTranscodeProfile","features":[431]},{"name":"IMFTranscodeSinkInfoProvider","features":[431]},{"name":"IMFTransform","features":[431]},{"name":"IMFTrustedInput","features":[431]},{"name":"IMFTrustedOutput","features":[431]},{"name":"IMFVideoCaptureSampleAllocator","features":[431]},{"name":"IMFVideoDeviceID","features":[431]},{"name":"IMFVideoDisplayControl","features":[431]},{"name":"IMFVideoMediaType","features":[431]},{"name":"IMFVideoMixerBitmap","features":[431]},{"name":"IMFVideoMixerControl","features":[431]},{"name":"IMFVideoMixerControl2","features":[431]},{"name":"IMFVideoPositionMapper","features":[431]},{"name":"IMFVideoPresenter","features":[431]},{"name":"IMFVideoProcessor","features":[431]},{"name":"IMFVideoProcessorControl","features":[431]},{"name":"IMFVideoProcessorControl2","features":[431]},{"name":"IMFVideoProcessorControl3","features":[431]},{"name":"IMFVideoRenderer","features":[431]},{"name":"IMFVideoRendererEffectControl","features":[431]},{"name":"IMFVideoSampleAllocator","features":[431]},{"name":"IMFVideoSampleAllocatorCallback","features":[431]},{"name":"IMFVideoSampleAllocatorEx","features":[431]},{"name":"IMFVideoSampleAllocatorNotify","features":[431]},{"name":"IMFVideoSampleAllocatorNotifyEx","features":[431]},{"name":"IMFVirtualCamera","features":[431]},{"name":"IMFWorkQueueServices","features":[431]},{"name":"IMFWorkQueueServicesEx","features":[431]},{"name":"IOPMVideoOutput","features":[431]},{"name":"IPlayToControl","features":[431]},{"name":"IPlayToControlWithCapabilities","features":[431]},{"name":"IPlayToSourceClassFactory","features":[431]},{"name":"IToc","features":[431]},{"name":"ITocCollection","features":[431]},{"name":"ITocEntry","features":[431]},{"name":"ITocEntryList","features":[431]},{"name":"ITocParser","features":[431]},{"name":"IValidateBinding","features":[431]},{"name":"IWMCodecLeakyBucket","features":[431]},{"name":"IWMCodecOutputTimestamp","features":[431]},{"name":"IWMCodecPrivateData","features":[431]},{"name":"IWMCodecProps","features":[431]},{"name":"IWMCodecStrings","features":[431]},{"name":"IWMColorConvProps","features":[431]},{"name":"IWMColorLegalizerProps","features":[431]},{"name":"IWMFrameInterpProps","features":[431]},{"name":"IWMInterlaceProps","features":[431]},{"name":"IWMResamplerProps","features":[431]},{"name":"IWMResizerProps","features":[431]},{"name":"IWMSampleExtensionSupport","features":[431]},{"name":"IWMValidate","features":[431]},{"name":"IWMVideoDecoderHurryup","features":[431]},{"name":"IWMVideoDecoderReconBuffer","features":[431]},{"name":"IWMVideoForceKeyFrame","features":[431]},{"name":"KSMETHOD_OPMVIDEOOUTPUT","features":[431]},{"name":"KSMETHOD_OPMVIDEOOUTPUT_FINISHINITIALIZATION","features":[431]},{"name":"KSMETHOD_OPMVIDEOOUTPUT_GETINFORMATION","features":[431]},{"name":"KSMETHOD_OPMVIDEOOUTPUT_STARTINITIALIZATION","features":[431]},{"name":"KSPROPERTYSETID_ANYCAMERACONTROL","features":[431]},{"name":"KSPROPSETID_OPMVideoOutput","features":[431]},{"name":"LOCAL_D3DFMT_DEFINES","features":[431]},{"name":"LOOK_DOWNSTREAM_ONLY","features":[431]},{"name":"LOOK_UPSTREAM_ONLY","features":[431]},{"name":"MACROBLOCK_DATA","features":[431]},{"name":"MACROBLOCK_FLAG_DIRTY","features":[431]},{"name":"MACROBLOCK_FLAG_HAS_MOTION_VECTOR","features":[431]},{"name":"MACROBLOCK_FLAG_HAS_QP","features":[431]},{"name":"MACROBLOCK_FLAG_MOTION","features":[431]},{"name":"MACROBLOCK_FLAG_SKIP","features":[431]},{"name":"MACROBLOCK_FLAG_VIDEO","features":[431]},{"name":"MAX_SUBSTREAMS","features":[431]},{"name":"MEAudioSessionDeviceRemoved","features":[431]},{"name":"MEAudioSessionDisconnected","features":[431]},{"name":"MEAudioSessionExclusiveModeOverride","features":[431]},{"name":"MEAudioSessionFormatChanged","features":[431]},{"name":"MEAudioSessionGroupingParamChanged","features":[431]},{"name":"MEAudioSessionIconChanged","features":[431]},{"name":"MEAudioSessionNameChanged","features":[431]},{"name":"MEAudioSessionServerShutdown","features":[431]},{"name":"MEAudioSessionVolumeChanged","features":[431]},{"name":"MEBufferingStarted","features":[431]},{"name":"MEBufferingStopped","features":[431]},{"name":"MEByteStreamCharacteristicsChanged","features":[431]},{"name":"MECaptureAudioSessionDeviceRemoved","features":[431]},{"name":"MECaptureAudioSessionDisconnected","features":[431]},{"name":"MECaptureAudioSessionExclusiveModeOverride","features":[431]},{"name":"MECaptureAudioSessionFormatChanged","features":[431]},{"name":"MECaptureAudioSessionServerShutdown","features":[431]},{"name":"MECaptureAudioSessionVolumeChanged","features":[431]},{"name":"MEConnectEnd","features":[431]},{"name":"MEConnectStart","features":[431]},{"name":"MEContentProtectionMessage","features":[431]},{"name":"MEContentProtectionMetadata","features":[431]},{"name":"MEDIASINK_CANNOT_MATCH_CLOCK","features":[431]},{"name":"MEDIASINK_CAN_PREROLL","features":[431]},{"name":"MEDIASINK_CLOCK_REQUIRED","features":[431]},{"name":"MEDIASINK_FIXED_STREAMS","features":[431]},{"name":"MEDIASINK_RATELESS","features":[431]},{"name":"MEDIASINK_REQUIRE_REFERENCE_MEDIATYPE","features":[431]},{"name":"MEDIASUBTYPE_420O","features":[431]},{"name":"MEDIASUBTYPE_708_608Data","features":[431]},{"name":"MEDIASUBTYPE_A2B10G10R10","features":[431]},{"name":"MEDIASUBTYPE_A2R10G10B10","features":[431]},{"name":"MEDIASUBTYPE_AI44","features":[431]},{"name":"MEDIASUBTYPE_AIFF","features":[431]},{"name":"MEDIASUBTYPE_ARGB1555","features":[431]},{"name":"MEDIASUBTYPE_ARGB1555_D3D_DX7_RT","features":[431]},{"name":"MEDIASUBTYPE_ARGB1555_D3D_DX9_RT","features":[431]},{"name":"MEDIASUBTYPE_ARGB32","features":[431]},{"name":"MEDIASUBTYPE_ARGB32_D3D_DX7_RT","features":[431]},{"name":"MEDIASUBTYPE_ARGB32_D3D_DX9_RT","features":[431]},{"name":"MEDIASUBTYPE_ARGB4444","features":[431]},{"name":"MEDIASUBTYPE_ARGB4444_D3D_DX7_RT","features":[431]},{"name":"MEDIASUBTYPE_ARGB4444_D3D_DX9_RT","features":[431]},{"name":"MEDIASUBTYPE_AU","features":[431]},{"name":"MEDIASUBTYPE_AVC1","features":[431]},{"name":"MEDIASUBTYPE_AYUV","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_NTSC_M","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_B","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_D","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_G","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_H","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_I","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_M","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_N","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_N_COMBO","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_B","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_D","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_G","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_H","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_K","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_K1","features":[431]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_L","features":[431]},{"name":"MEDIASUBTYPE_Asf","features":[431]},{"name":"MEDIASUBTYPE_Avi","features":[431]},{"name":"MEDIASUBTYPE_CC_CONTAINER","features":[431]},{"name":"MEDIASUBTYPE_CFCC","features":[431]},{"name":"MEDIASUBTYPE_CLJR","features":[431]},{"name":"MEDIASUBTYPE_CLPL","features":[431]},{"name":"MEDIASUBTYPE_CPLA","features":[431]},{"name":"MEDIASUBTYPE_DOLBY_AC3_SPDIF","features":[431]},{"name":"MEDIASUBTYPE_DOLBY_DDPLUS","features":[431]},{"name":"MEDIASUBTYPE_DOLBY_TRUEHD","features":[431]},{"name":"MEDIASUBTYPE_DRM_Audio","features":[431]},{"name":"MEDIASUBTYPE_DTS2","features":[431]},{"name":"MEDIASUBTYPE_DTS_HD","features":[431]},{"name":"MEDIASUBTYPE_DTS_HD_HRA","features":[431]},{"name":"MEDIASUBTYPE_DVB_SUBTITLES","features":[431]},{"name":"MEDIASUBTYPE_DVCS","features":[431]},{"name":"MEDIASUBTYPE_DVM","features":[431]},{"name":"MEDIASUBTYPE_DVSD","features":[431]},{"name":"MEDIASUBTYPE_DssAudio","features":[431]},{"name":"MEDIASUBTYPE_DssVideo","features":[431]},{"name":"MEDIASUBTYPE_DtvCcData","features":[431]},{"name":"MEDIASUBTYPE_H264","features":[431]},{"name":"MEDIASUBTYPE_I420","features":[431]},{"name":"MEDIASUBTYPE_IA44","features":[431]},{"name":"MEDIASUBTYPE_IEEE_FLOAT","features":[431]},{"name":"MEDIASUBTYPE_IF09","features":[431]},{"name":"MEDIASUBTYPE_IJPG","features":[431]},{"name":"MEDIASUBTYPE_IMC1","features":[431]},{"name":"MEDIASUBTYPE_IMC2","features":[431]},{"name":"MEDIASUBTYPE_IMC3","features":[431]},{"name":"MEDIASUBTYPE_IMC4","features":[431]},{"name":"MEDIASUBTYPE_ISDB_CAPTIONS","features":[431]},{"name":"MEDIASUBTYPE_ISDB_SUPERIMPOSE","features":[431]},{"name":"MEDIASUBTYPE_IYUV","features":[431]},{"name":"MEDIASUBTYPE_Line21_BytePair","features":[431]},{"name":"MEDIASUBTYPE_Line21_GOPPacket","features":[431]},{"name":"MEDIASUBTYPE_Line21_VBIRawData","features":[431]},{"name":"MEDIASUBTYPE_M4S2","features":[431]},{"name":"MEDIASUBTYPE_MDVF","features":[431]},{"name":"MEDIASUBTYPE_MJPG","features":[431]},{"name":"MEDIASUBTYPE_MP42","features":[431]},{"name":"MEDIASUBTYPE_MP43","features":[431]},{"name":"MEDIASUBTYPE_MP4S","features":[431]},{"name":"MEDIASUBTYPE_MPEG1Audio","features":[431]},{"name":"MEDIASUBTYPE_MPEG1AudioPayload","features":[431]},{"name":"MEDIASUBTYPE_MPEG1Packet","features":[431]},{"name":"MEDIASUBTYPE_MPEG1Payload","features":[431]},{"name":"MEDIASUBTYPE_MPEG1System","features":[431]},{"name":"MEDIASUBTYPE_MPEG1Video","features":[431]},{"name":"MEDIASUBTYPE_MPEG1VideoCD","features":[431]},{"name":"MEDIASUBTYPE_MPEG_ADTS_AAC","features":[431]},{"name":"MEDIASUBTYPE_MPEG_HEAAC","features":[431]},{"name":"MEDIASUBTYPE_MPEG_LOAS","features":[431]},{"name":"MEDIASUBTYPE_MPEG_RAW_AAC","features":[431]},{"name":"MEDIASUBTYPE_MPG4","features":[431]},{"name":"MEDIASUBTYPE_MSAUDIO1","features":[431]},{"name":"MEDIASUBTYPE_MSS1","features":[431]},{"name":"MEDIASUBTYPE_MSS2","features":[431]},{"name":"MEDIASUBTYPE_NOKIA_MPEG_ADTS_AAC","features":[431]},{"name":"MEDIASUBTYPE_NOKIA_MPEG_RAW_AAC","features":[431]},{"name":"MEDIASUBTYPE_NV11","features":[431]},{"name":"MEDIASUBTYPE_NV12","features":[431]},{"name":"MEDIASUBTYPE_NV24","features":[431]},{"name":"MEDIASUBTYPE_None","features":[431]},{"name":"MEDIASUBTYPE_Overlay","features":[431]},{"name":"MEDIASUBTYPE_P010","features":[431]},{"name":"MEDIASUBTYPE_P016","features":[431]},{"name":"MEDIASUBTYPE_P208","features":[431]},{"name":"MEDIASUBTYPE_P210","features":[431]},{"name":"MEDIASUBTYPE_P216","features":[431]},{"name":"MEDIASUBTYPE_P408","features":[431]},{"name":"MEDIASUBTYPE_PCM","features":[431]},{"name":"MEDIASUBTYPE_PCMAudio_Obsolete","features":[431]},{"name":"MEDIASUBTYPE_Plum","features":[431]},{"name":"MEDIASUBTYPE_QTJpeg","features":[431]},{"name":"MEDIASUBTYPE_QTMovie","features":[431]},{"name":"MEDIASUBTYPE_QTRle","features":[431]},{"name":"MEDIASUBTYPE_QTRpza","features":[431]},{"name":"MEDIASUBTYPE_QTSmc","features":[431]},{"name":"MEDIASUBTYPE_RAW_AAC1","features":[431]},{"name":"MEDIASUBTYPE_RAW_SPORT","features":[431]},{"name":"MEDIASUBTYPE_RGB1","features":[431]},{"name":"MEDIASUBTYPE_RGB16_D3D_DX7_RT","features":[431]},{"name":"MEDIASUBTYPE_RGB16_D3D_DX9_RT","features":[431]},{"name":"MEDIASUBTYPE_RGB24","features":[431]},{"name":"MEDIASUBTYPE_RGB32","features":[431]},{"name":"MEDIASUBTYPE_RGB32_D3D_DX7_RT","features":[431]},{"name":"MEDIASUBTYPE_RGB32_D3D_DX9_RT","features":[431]},{"name":"MEDIASUBTYPE_RGB4","features":[431]},{"name":"MEDIASUBTYPE_RGB555","features":[431]},{"name":"MEDIASUBTYPE_RGB565","features":[431]},{"name":"MEDIASUBTYPE_RGB8","features":[431]},{"name":"MEDIASUBTYPE_S340","features":[431]},{"name":"MEDIASUBTYPE_S342","features":[431]},{"name":"MEDIASUBTYPE_SPDIF_TAG_241h","features":[431]},{"name":"MEDIASUBTYPE_TELETEXT","features":[431]},{"name":"MEDIASUBTYPE_TVMJ","features":[431]},{"name":"MEDIASUBTYPE_UYVY","features":[431]},{"name":"MEDIASUBTYPE_V216","features":[431]},{"name":"MEDIASUBTYPE_V410","features":[431]},{"name":"MEDIASUBTYPE_VBI","features":[431]},{"name":"MEDIASUBTYPE_VODAFONE_MPEG_ADTS_AAC","features":[431]},{"name":"MEDIASUBTYPE_VODAFONE_MPEG_RAW_AAC","features":[431]},{"name":"MEDIASUBTYPE_VPS","features":[431]},{"name":"MEDIASUBTYPE_VPVBI","features":[431]},{"name":"MEDIASUBTYPE_VPVideo","features":[431]},{"name":"MEDIASUBTYPE_WAKE","features":[431]},{"name":"MEDIASUBTYPE_WAVE","features":[431]},{"name":"MEDIASUBTYPE_WMASPDIF","features":[431]},{"name":"MEDIASUBTYPE_WMAUDIO2","features":[431]},{"name":"MEDIASUBTYPE_WMAUDIO3","features":[431]},{"name":"MEDIASUBTYPE_WMAUDIO4","features":[431]},{"name":"MEDIASUBTYPE_WMAUDIO_LOSSLESS","features":[431]},{"name":"MEDIASUBTYPE_WMV1","features":[431]},{"name":"MEDIASUBTYPE_WMV2","features":[431]},{"name":"MEDIASUBTYPE_WMV3","features":[431]},{"name":"MEDIASUBTYPE_WMVA","features":[431]},{"name":"MEDIASUBTYPE_WMVB","features":[431]},{"name":"MEDIASUBTYPE_WMVP","features":[431]},{"name":"MEDIASUBTYPE_WMVR","features":[431]},{"name":"MEDIASUBTYPE_WSS","features":[431]},{"name":"MEDIASUBTYPE_WVC1","features":[431]},{"name":"MEDIASUBTYPE_WVP2","features":[431]},{"name":"MEDIASUBTYPE_X264","features":[431]},{"name":"MEDIASUBTYPE_XDS","features":[431]},{"name":"MEDIASUBTYPE_Y210","features":[431]},{"name":"MEDIASUBTYPE_Y211","features":[431]},{"name":"MEDIASUBTYPE_Y216","features":[431]},{"name":"MEDIASUBTYPE_Y411","features":[431]},{"name":"MEDIASUBTYPE_Y41P","features":[431]},{"name":"MEDIASUBTYPE_Y41T","features":[431]},{"name":"MEDIASUBTYPE_Y42T","features":[431]},{"name":"MEDIASUBTYPE_YUY2","features":[431]},{"name":"MEDIASUBTYPE_YUYV","features":[431]},{"name":"MEDIASUBTYPE_YV12","features":[431]},{"name":"MEDIASUBTYPE_YVU9","features":[431]},{"name":"MEDIASUBTYPE_YVYU","features":[431]},{"name":"MEDIASUBTYPE_dv25","features":[431]},{"name":"MEDIASUBTYPE_dv50","features":[431]},{"name":"MEDIASUBTYPE_dvh1","features":[431]},{"name":"MEDIASUBTYPE_dvhd","features":[431]},{"name":"MEDIASUBTYPE_dvsl","features":[431]},{"name":"MEDIASUBTYPE_v210","features":[431]},{"name":"MEDIATYPE_AUXLine21Data","features":[431]},{"name":"MEDIATYPE_AUXTeletextPage","features":[431]},{"name":"MEDIATYPE_AnalogAudio","features":[431]},{"name":"MEDIATYPE_AnalogVideo","features":[431]},{"name":"MEDIATYPE_Audio","features":[431]},{"name":"MEDIATYPE_CC_CONTAINER","features":[431]},{"name":"MEDIATYPE_DTVCCData","features":[431]},{"name":"MEDIATYPE_File","features":[431]},{"name":"MEDIATYPE_Interleaved","features":[431]},{"name":"MEDIATYPE_LMRT","features":[431]},{"name":"MEDIATYPE_MPEG1SystemStream","features":[431]},{"name":"MEDIATYPE_MSTVCaption","features":[431]},{"name":"MEDIATYPE_Midi","features":[431]},{"name":"MEDIATYPE_ScriptCommand","features":[431]},{"name":"MEDIATYPE_Stream","features":[431]},{"name":"MEDIATYPE_Text","features":[431]},{"name":"MEDIATYPE_Timecode","features":[431]},{"name":"MEDIATYPE_URL_STREAM","features":[431]},{"name":"MEDIATYPE_VBI","features":[431]},{"name":"MEDIATYPE_Video","features":[431]},{"name":"MEDIA_EVENT_GENERATOR_GET_EVENT_FLAGS","features":[431]},{"name":"MEDeviceStreamCreated","features":[431]},{"name":"MEDeviceThermalStateChanged","features":[431]},{"name":"MEEnablerCompleted","features":[431]},{"name":"MEEnablerProgress","features":[431]},{"name":"MEEncodingParameters","features":[431]},{"name":"MEEndOfPresentation","features":[431]},{"name":"MEEndOfPresentationSegment","features":[431]},{"name":"MEEndOfStream","features":[431]},{"name":"MEError","features":[431]},{"name":"MEExtendedType","features":[431]},{"name":"MEGenericV1Anchor","features":[431]},{"name":"MEIndividualizationCompleted","features":[431]},{"name":"MEIndividualizationStart","features":[431]},{"name":"MELicenseAcquisitionCompleted","features":[431]},{"name":"MELicenseAcquisitionStart","features":[431]},{"name":"MEMediaSample","features":[431]},{"name":"MENewPresentation","features":[431]},{"name":"MENewStream","features":[431]},{"name":"MENonFatalError","features":[431]},{"name":"MEPolicyChanged","features":[431]},{"name":"MEPolicyError","features":[431]},{"name":"MEPolicyReport","features":[431]},{"name":"MEPolicySet","features":[431]},{"name":"MEQualityNotify","features":[431]},{"name":"MEReconnectEnd","features":[431]},{"name":"MEReconnectStart","features":[431]},{"name":"MERendererEvent","features":[431]},{"name":"MEReservedMax","features":[431]},{"name":"MESequencerSourceTopologyUpdated","features":[431]},{"name":"MESessionCapabilitiesChanged","features":[431]},{"name":"MESessionClosed","features":[431]},{"name":"MESessionEnded","features":[431]},{"name":"MESessionNotifyPresentationTime","features":[431]},{"name":"MESessionPaused","features":[431]},{"name":"MESessionRateChanged","features":[431]},{"name":"MESessionScrubSampleComplete","features":[431]},{"name":"MESessionStarted","features":[431]},{"name":"MESessionStopped","features":[431]},{"name":"MESessionStreamSinkFormatChanged","features":[431]},{"name":"MESessionTopologiesCleared","features":[431]},{"name":"MESessionTopologySet","features":[431]},{"name":"MESessionTopologyStatus","features":[431]},{"name":"MESessionUnknown","features":[431]},{"name":"MESessionV1Anchor","features":[431]},{"name":"MESinkInvalidated","features":[431]},{"name":"MESinkUnknown","features":[431]},{"name":"MESinkV1Anchor","features":[431]},{"name":"MESinkV2Anchor","features":[431]},{"name":"MESourceCharacteristicsChanged","features":[431]},{"name":"MESourceMetadataChanged","features":[431]},{"name":"MESourcePaused","features":[431]},{"name":"MESourceRateChangeRequested","features":[431]},{"name":"MESourceRateChanged","features":[431]},{"name":"MESourceSeeked","features":[431]},{"name":"MESourceStarted","features":[431]},{"name":"MESourceStopped","features":[431]},{"name":"MESourceUnknown","features":[431]},{"name":"MESourceV1Anchor","features":[431]},{"name":"MEStreamFormatChanged","features":[431]},{"name":"MEStreamPaused","features":[431]},{"name":"MEStreamSeeked","features":[431]},{"name":"MEStreamSinkDeviceChanged","features":[431]},{"name":"MEStreamSinkFormatChanged","features":[431]},{"name":"MEStreamSinkFormatInvalidated","features":[431]},{"name":"MEStreamSinkMarker","features":[431]},{"name":"MEStreamSinkPaused","features":[431]},{"name":"MEStreamSinkPrerolled","features":[431]},{"name":"MEStreamSinkRateChanged","features":[431]},{"name":"MEStreamSinkRequestSample","features":[431]},{"name":"MEStreamSinkScrubSampleComplete","features":[431]},{"name":"MEStreamSinkStarted","features":[431]},{"name":"MEStreamSinkStopped","features":[431]},{"name":"MEStreamStarted","features":[431]},{"name":"MEStreamStopped","features":[431]},{"name":"MEStreamThinMode","features":[431]},{"name":"MEStreamTick","features":[431]},{"name":"METransformDrainComplete","features":[431]},{"name":"METransformHaveOutput","features":[431]},{"name":"METransformInputStreamStateChanged","features":[431]},{"name":"METransformMarker","features":[431]},{"name":"METransformNeedInput","features":[431]},{"name":"METransformUnknown","features":[431]},{"name":"METrustUnknown","features":[431]},{"name":"METrustV1Anchor","features":[431]},{"name":"MEUnknown","features":[431]},{"name":"MEUpdatedStream","features":[431]},{"name":"MEVideoCaptureDevicePreempted","features":[431]},{"name":"MEVideoCaptureDeviceRemoved","features":[431]},{"name":"MEWMDRMIndividualizationCompleted","features":[431]},{"name":"MEWMDRMIndividualizationProgress","features":[431]},{"name":"MEWMDRMLicenseAcquisitionCompleted","features":[431]},{"name":"MEWMDRMLicenseBackupCompleted","features":[431]},{"name":"MEWMDRMLicenseBackupProgress","features":[431]},{"name":"MEWMDRMLicenseRestoreCompleted","features":[431]},{"name":"MEWMDRMLicenseRestoreProgress","features":[431]},{"name":"MEWMDRMLicenseStoreCleaned","features":[431]},{"name":"MEWMDRMProximityCompleted","features":[431]},{"name":"MEWMDRMRevocationDownloadCompleted","features":[431]},{"name":"MEWMDRMV1Anchor","features":[431]},{"name":"MF2DBuffer_LockFlags","features":[431]},{"name":"MF2DBuffer_LockFlags_ForceDWORD","features":[431]},{"name":"MF2DBuffer_LockFlags_LockTypeMask","features":[431]},{"name":"MF2DBuffer_LockFlags_Read","features":[431]},{"name":"MF2DBuffer_LockFlags_ReadWrite","features":[431]},{"name":"MF2DBuffer_LockFlags_Write","features":[431]},{"name":"MF3DVideoOutputType","features":[431]},{"name":"MF3DVideoOutputType_BaseView","features":[431]},{"name":"MF3DVideoOutputType_Stereo","features":[431]},{"name":"MFAMRNBByteStreamHandler","features":[431]},{"name":"MFAMRNBSinkClassFactory","features":[431]},{"name":"MFARGB","features":[431]},{"name":"MFASFINDEXER_APPROX_SEEK_TIME_UNKNOWN","features":[431]},{"name":"MFASFINDEXER_NO_FIXED_INTERVAL","features":[431]},{"name":"MFASFINDEXER_PER_ENTRY_BYTES_DYNAMIC","features":[431]},{"name":"MFASFINDEXER_READ_FOR_REVERSEPLAYBACK_OUTOFDATASEGMENT","features":[431]},{"name":"MFASFINDEXER_TYPE_TIMECODE","features":[431]},{"name":"MFASFMutexType_Bitrate","features":[431]},{"name":"MFASFMutexType_Language","features":[431]},{"name":"MFASFMutexType_Presentation","features":[431]},{"name":"MFASFMutexType_Unknown","features":[431]},{"name":"MFASFSPLITTER_PACKET_BOUNDARY","features":[431]},{"name":"MFASFSampleExtension_ContentType","features":[431]},{"name":"MFASFSampleExtension_Encryption_KeyID","features":[431]},{"name":"MFASFSampleExtension_Encryption_SampleID","features":[431]},{"name":"MFASFSampleExtension_FileName","features":[431]},{"name":"MFASFSampleExtension_OutputCleanPoint","features":[431]},{"name":"MFASFSampleExtension_PixelAspectRatio","features":[431]},{"name":"MFASFSampleExtension_SMPTE","features":[431]},{"name":"MFASFSampleExtension_SampleDuration","features":[431]},{"name":"MFASF_DEFAULT_BUFFER_WINDOW_MS","features":[431]},{"name":"MFASF_INDEXER_FLAGS","features":[431]},{"name":"MFASF_INDEXER_READ_FOR_REVERSEPLAYBACK","features":[431]},{"name":"MFASF_INDEXER_WRITE_FOR_LIVEREAD","features":[431]},{"name":"MFASF_INDEXER_WRITE_NEW_INDEX","features":[431]},{"name":"MFASF_INVALID_STREAM_NUMBER","features":[431]},{"name":"MFASF_MAX_STREAM_NUMBER","features":[431]},{"name":"MFASF_MULTIPLEXERFLAGS","features":[431]},{"name":"MFASF_MULTIPLEXER_AUTOADJUST_BITRATE","features":[431]},{"name":"MFASF_PAYLOADEXTENSION_MAX_SIZE","features":[431]},{"name":"MFASF_PAYLOADEXTENSION_VARIABLE_SIZE","features":[431]},{"name":"MFASF_SPLITTERFLAGS","features":[431]},{"name":"MFASF_SPLITTER_REVERSE","features":[431]},{"name":"MFASF_SPLITTER_WMDRM","features":[431]},{"name":"MFASF_STREAMSELECTOR_DISABLE_THINNING","features":[431]},{"name":"MFASF_STREAMSELECTOR_FLAGS","features":[431]},{"name":"MFASF_STREAMSELECTOR_USE_AVERAGE_BITRATE","features":[431]},{"name":"MFASYNCRESULT","features":[431]},{"name":"MFASYNC_BLOCKING_CALLBACK","features":[431]},{"name":"MFASYNC_CALLBACK_QUEUE_ALL","features":[431]},{"name":"MFASYNC_CALLBACK_QUEUE_IO","features":[431]},{"name":"MFASYNC_CALLBACK_QUEUE_LONG_FUNCTION","features":[431]},{"name":"MFASYNC_CALLBACK_QUEUE_MULTITHREADED","features":[431]},{"name":"MFASYNC_CALLBACK_QUEUE_PRIVATE_MASK","features":[431]},{"name":"MFASYNC_CALLBACK_QUEUE_RT","features":[431]},{"name":"MFASYNC_CALLBACK_QUEUE_STANDARD","features":[431]},{"name":"MFASYNC_CALLBACK_QUEUE_TIMER","features":[431]},{"name":"MFASYNC_CALLBACK_QUEUE_UNDEFINED","features":[431]},{"name":"MFASYNC_FAST_IO_PROCESSING_CALLBACK","features":[431]},{"name":"MFASYNC_LOCALIZE_REMOTE_CALLBACK","features":[431]},{"name":"MFASYNC_REPLY_CALLBACK","features":[431]},{"name":"MFASYNC_SIGNAL_CALLBACK","features":[431]},{"name":"MFASYNC_WORKQUEUE_TYPE","features":[431]},{"name":"MFAYUVSample","features":[431]},{"name":"MFAddPeriodicCallback","features":[431]},{"name":"MFAllocateSerialWorkQueue","features":[431]},{"name":"MFAllocateWorkQueue","features":[431]},{"name":"MFAllocateWorkQueueEx","features":[431]},{"name":"MFAudioConstriction","features":[431]},{"name":"MFAudioDecoderDegradationInfo","features":[431]},{"name":"MFAudioFormat_AAC","features":[431]},{"name":"MFAudioFormat_AAC_HDCP","features":[431]},{"name":"MFAudioFormat_ADTS","features":[431]},{"name":"MFAudioFormat_ADTS_HDCP","features":[431]},{"name":"MFAudioFormat_ALAC","features":[431]},{"name":"MFAudioFormat_AMR_NB","features":[431]},{"name":"MFAudioFormat_AMR_WB","features":[431]},{"name":"MFAudioFormat_AMR_WP","features":[431]},{"name":"MFAudioFormat_Base","features":[431]},{"name":"MFAudioFormat_Base_HDCP","features":[431]},{"name":"MFAudioFormat_DRM","features":[431]},{"name":"MFAudioFormat_DTS","features":[431]},{"name":"MFAudioFormat_DTS_HD","features":[431]},{"name":"MFAudioFormat_DTS_LBR","features":[431]},{"name":"MFAudioFormat_DTS_RAW","features":[431]},{"name":"MFAudioFormat_DTS_UHD","features":[431]},{"name":"MFAudioFormat_DTS_UHDY","features":[431]},{"name":"MFAudioFormat_DTS_XLL","features":[431]},{"name":"MFAudioFormat_Dolby_AC3","features":[431]},{"name":"MFAudioFormat_Dolby_AC3_HDCP","features":[431]},{"name":"MFAudioFormat_Dolby_AC3_SPDIF","features":[431]},{"name":"MFAudioFormat_Dolby_AC4","features":[431]},{"name":"MFAudioFormat_Dolby_AC4_V1","features":[431]},{"name":"MFAudioFormat_Dolby_AC4_V1_ES","features":[431]},{"name":"MFAudioFormat_Dolby_AC4_V2","features":[431]},{"name":"MFAudioFormat_Dolby_AC4_V2_ES","features":[431]},{"name":"MFAudioFormat_Dolby_DDPlus","features":[431]},{"name":"MFAudioFormat_FLAC","features":[431]},{"name":"MFAudioFormat_Float","features":[431]},{"name":"MFAudioFormat_Float_SpatialObjects","features":[431]},{"name":"MFAudioFormat_LPCM","features":[431]},{"name":"MFAudioFormat_MP3","features":[431]},{"name":"MFAudioFormat_MPEG","features":[431]},{"name":"MFAudioFormat_MSP1","features":[431]},{"name":"MFAudioFormat_Opus","features":[431]},{"name":"MFAudioFormat_PCM","features":[431]},{"name":"MFAudioFormat_PCM_HDCP","features":[431]},{"name":"MFAudioFormat_Vorbis","features":[431]},{"name":"MFAudioFormat_WMASPDIF","features":[431]},{"name":"MFAudioFormat_WMAudioV8","features":[431]},{"name":"MFAudioFormat_WMAudioV9","features":[431]},{"name":"MFAudioFormat_WMAudio_Lossless","features":[431]},{"name":"MFAverageTimePerFrameToFrameRate","features":[431]},{"name":"MFBYTESTREAM_BUFFERING_PARAMS","features":[431]},{"name":"MFBYTESTREAM_DOES_NOT_USE_NETWORK","features":[431]},{"name":"MFBYTESTREAM_HAS_SLOW_SEEK","features":[431]},{"name":"MFBYTESTREAM_IS_DIRECTORY","features":[431]},{"name":"MFBYTESTREAM_IS_PARTIALLY_DOWNLOADED","features":[431]},{"name":"MFBYTESTREAM_IS_READABLE","features":[431]},{"name":"MFBYTESTREAM_IS_REMOTE","features":[431]},{"name":"MFBYTESTREAM_IS_SEEKABLE","features":[431]},{"name":"MFBYTESTREAM_IS_WRITABLE","features":[431]},{"name":"MFBYTESTREAM_SEEK_FLAG_CANCEL_PENDING_IO","features":[431]},{"name":"MFBYTESTREAM_SEEK_ORIGIN","features":[431]},{"name":"MFBYTESTREAM_SHARE_WRITE","features":[431]},{"name":"MFBeginCreateFile","features":[431]},{"name":"MFBeginRegisterWorkQueueWithMMCSS","features":[431]},{"name":"MFBeginRegisterWorkQueueWithMMCSSEx","features":[431]},{"name":"MFBeginUnregisterWorkQueueWithMMCSS","features":[431]},{"name":"MFCAPTURE_METADATA_SCANLINE_VERTICAL","features":[431]},{"name":"MFCAPTURE_METADATA_SCAN_BOTTOM_TOP","features":[431]},{"name":"MFCAPTURE_METADATA_SCAN_RIGHT_LEFT","features":[431]},{"name":"MFCLOCK_CHARACTERISTICS_FLAGS","features":[431]},{"name":"MFCLOCK_CHARACTERISTICS_FLAG_ALWAYS_RUNNING","features":[431]},{"name":"MFCLOCK_CHARACTERISTICS_FLAG_FREQUENCY_10MHZ","features":[431]},{"name":"MFCLOCK_CHARACTERISTICS_FLAG_IS_SYSTEM_CLOCK","features":[431]},{"name":"MFCLOCK_FREQUENCY_HNS","features":[431]},{"name":"MFCLOCK_JITTER_DPC","features":[431]},{"name":"MFCLOCK_JITTER_ISR","features":[431]},{"name":"MFCLOCK_JITTER_PASSIVE","features":[431]},{"name":"MFCLOCK_PROPERTIES","features":[431]},{"name":"MFCLOCK_RELATIONAL_FLAGS","features":[431]},{"name":"MFCLOCK_RELATIONAL_FLAG_JITTER_NEVER_AHEAD","features":[431]},{"name":"MFCLOCK_STATE","features":[431]},{"name":"MFCLOCK_STATE_INVALID","features":[431]},{"name":"MFCLOCK_STATE_PAUSED","features":[431]},{"name":"MFCLOCK_STATE_RUNNING","features":[431]},{"name":"MFCLOCK_STATE_STOPPED","features":[431]},{"name":"MFCLOCK_TOLERANCE_UNKNOWN","features":[431]},{"name":"MFCONNECTOR_AGP","features":[431]},{"name":"MFCONNECTOR_COMPONENT","features":[431]},{"name":"MFCONNECTOR_COMPOSITE","features":[431]},{"name":"MFCONNECTOR_DISPLAYPORT_EMBEDDED","features":[431]},{"name":"MFCONNECTOR_DISPLAYPORT_EXTERNAL","features":[431]},{"name":"MFCONNECTOR_DVI","features":[431]},{"name":"MFCONNECTOR_D_JPN","features":[431]},{"name":"MFCONNECTOR_HDMI","features":[431]},{"name":"MFCONNECTOR_LVDS","features":[431]},{"name":"MFCONNECTOR_MIRACAST","features":[431]},{"name":"MFCONNECTOR_PCI","features":[431]},{"name":"MFCONNECTOR_PCIX","features":[431]},{"name":"MFCONNECTOR_PCI_Express","features":[431]},{"name":"MFCONNECTOR_SDI","features":[431]},{"name":"MFCONNECTOR_SPDIF","features":[431]},{"name":"MFCONNECTOR_SVIDEO","features":[431]},{"name":"MFCONNECTOR_TRANSPORT_AGNOSTIC_DIGITAL_MODE_A","features":[431]},{"name":"MFCONNECTOR_TRANSPORT_AGNOSTIC_DIGITAL_MODE_B","features":[431]},{"name":"MFCONNECTOR_UDI_EMBEDDED","features":[431]},{"name":"MFCONNECTOR_UDI_EXTERNAL","features":[431]},{"name":"MFCONNECTOR_UNKNOWN","features":[431]},{"name":"MFCONNECTOR_VGA","features":[431]},{"name":"MFCONTENTPROTECTIONDEVICE_FUNCTIONID_START","features":[431]},{"name":"MFCONTENTPROTECTIONDEVICE_INPUT_DATA","features":[431]},{"name":"MFCONTENTPROTECTIONDEVICE_OUTPUT_DATA","features":[431]},{"name":"MFCONTENTPROTECTIONDEVICE_REALTIMECLIENT_DATA","features":[431]},{"name":"MFCONTENTPROTECTIONDEVICE_REALTIMECLIENT_DATA_FUNCTIONID","features":[431]},{"name":"MFCalculateBitmapImageSize","features":[307,318,431]},{"name":"MFCalculateImageSize","features":[431]},{"name":"MFCameraExtrinsic_CalibratedTransform","features":[431]},{"name":"MFCameraExtrinsics","features":[431]},{"name":"MFCameraIntrinsic_CameraModel","features":[431]},{"name":"MFCameraIntrinsic_DistortionModel","features":[431]},{"name":"MFCameraIntrinsic_DistortionModel6KT","features":[431]},{"name":"MFCameraIntrinsic_DistortionModelArcTan","features":[431]},{"name":"MFCameraIntrinsic_DistortionModelType","features":[431]},{"name":"MFCameraIntrinsic_DistortionModelType_6KT","features":[431]},{"name":"MFCameraIntrinsic_DistortionModelType_ArcTan","features":[431]},{"name":"MFCameraIntrinsic_PinholeCameraModel","features":[431]},{"name":"MFCameraOcclusionState","features":[431]},{"name":"MFCameraOcclusionState_OccludedByCameraHardware","features":[431]},{"name":"MFCameraOcclusionState_OccludedByLid","features":[431]},{"name":"MFCameraOcclusionState_Open","features":[431]},{"name":"MFCancelCreateFile","features":[431]},{"name":"MFCancelWorkItem","features":[431]},{"name":"MFCombineSamples","features":[307,431]},{"name":"MFCompareFullToPartialMediaType","features":[307,431]},{"name":"MFConvertColorInfoFromDXVA","features":[307,431]},{"name":"MFConvertColorInfoToDXVA","features":[307,431]},{"name":"MFConvertFromFP16Array","features":[431]},{"name":"MFConvertToFP16Array","features":[431]},{"name":"MFCopyImage","features":[431]},{"name":"MFCreate2DMediaBuffer","features":[307,431]},{"name":"MFCreate3GPMediaSink","features":[431]},{"name":"MFCreateAC3MediaSink","features":[431]},{"name":"MFCreateADTSMediaSink","features":[431]},{"name":"MFCreateAMMediaTypeFromMFMediaType","features":[307,431]},{"name":"MFCreateASFContentInfo","features":[431]},{"name":"MFCreateASFIndexer","features":[431]},{"name":"MFCreateASFIndexerByteStream","features":[431]},{"name":"MFCreateASFMediaSink","features":[431]},{"name":"MFCreateASFMediaSinkActivate","features":[431]},{"name":"MFCreateASFMultiplexer","features":[431]},{"name":"MFCreateASFProfile","features":[431]},{"name":"MFCreateASFProfileFromPresentationDescriptor","features":[431]},{"name":"MFCreateASFSplitter","features":[431]},{"name":"MFCreateASFStreamSelector","features":[431]},{"name":"MFCreateASFStreamingMediaSink","features":[431]},{"name":"MFCreateASFStreamingMediaSinkActivate","features":[431]},{"name":"MFCreateAVIMediaSink","features":[431]},{"name":"MFCreateAggregateSource","features":[431]},{"name":"MFCreateAlignedMemoryBuffer","features":[431]},{"name":"MFCreateAsyncResult","features":[431]},{"name":"MFCreateAttributes","features":[431]},{"name":"MFCreateAudioMediaType","features":[423,431]},{"name":"MFCreateAudioRenderer","features":[431]},{"name":"MFCreateAudioRendererActivate","features":[431]},{"name":"MFCreateCameraControlMonitor","features":[431]},{"name":"MFCreateCameraOcclusionStateMonitor","features":[431]},{"name":"MFCreateCollection","features":[431]},{"name":"MFCreateContentDecryptorContext","features":[431]},{"name":"MFCreateContentProtectionDevice","features":[431]},{"name":"MFCreateCredentialCache","features":[431]},{"name":"MFCreateD3D12SynchronizationObject","features":[354,431]},{"name":"MFCreateDXGIDeviceManager","features":[431]},{"name":"MFCreateDXGISurfaceBuffer","features":[307,431]},{"name":"MFCreateDXSurfaceBuffer","features":[307,431]},{"name":"MFCreateDeviceSource","features":[431]},{"name":"MFCreateDeviceSourceActivate","features":[431]},{"name":"MFCreateEncryptedMediaExtensionsStoreActivate","features":[431,358]},{"name":"MFCreateEventQueue","features":[431]},{"name":"MFCreateExtendedCameraIntrinsicModel","features":[431]},{"name":"MFCreateExtendedCameraIntrinsics","features":[431]},{"name":"MFCreateFMPEG4MediaSink","features":[431]},{"name":"MFCreateFile","features":[431]},{"name":"MFCreateLegacyMediaBufferOnMFMediaBuffer","features":[435,431]},{"name":"MFCreateMFByteStreamOnStream","features":[431,358]},{"name":"MFCreateMFByteStreamOnStreamEx","features":[431]},{"name":"MFCreateMFByteStreamWrapper","features":[431]},{"name":"MFCreateMFVideoFormatFromMFMediaType","features":[307,431]},{"name":"MFCreateMP3MediaSink","features":[431]},{"name":"MFCreateMPEG4MediaSink","features":[431]},{"name":"MFCreateMediaBufferFromMediaType","features":[431]},{"name":"MFCreateMediaBufferWrapper","features":[431]},{"name":"MFCreateMediaEvent","features":[307,431,387,360]},{"name":"MFCreateMediaExtensionActivate","features":[431]},{"name":"MFCreateMediaSession","features":[431]},{"name":"MFCreateMediaType","features":[431]},{"name":"MFCreateMediaTypeFromProperties","features":[431]},{"name":"MFCreateMediaTypeFromRepresentation","features":[431]},{"name":"MFCreateMemoryBuffer","features":[431]},{"name":"MFCreateMuxSink","features":[431]},{"name":"MFCreateMuxStreamAttributes","features":[431]},{"name":"MFCreateMuxStreamMediaType","features":[431]},{"name":"MFCreateMuxStreamSample","features":[431]},{"name":"MFCreateNetSchemePlugin","features":[431]},{"name":"MFCreatePMPMediaSession","features":[431]},{"name":"MFCreatePMPServer","features":[431]},{"name":"MFCreatePresentationClock","features":[431]},{"name":"MFCreatePresentationDescriptor","features":[431]},{"name":"MFCreatePresentationDescriptorFromASFProfile","features":[431]},{"name":"MFCreatePropertiesFromMediaType","features":[431]},{"name":"MFCreateProtectedEnvironmentAccess","features":[431]},{"name":"MFCreateProxyLocator","features":[431,380]},{"name":"MFCreateRelativePanelWatcher","features":[431]},{"name":"MFCreateRemoteDesktopPlugin","features":[431]},{"name":"MFCreateSample","features":[431]},{"name":"MFCreateSampleCopierMFT","features":[431]},{"name":"MFCreateSampleGrabberSinkActivate","features":[431]},{"name":"MFCreateSensorActivityMonitor","features":[431]},{"name":"MFCreateSensorGroup","features":[431]},{"name":"MFCreateSensorProfile","features":[431]},{"name":"MFCreateSensorProfileCollection","features":[431]},{"name":"MFCreateSensorStream","features":[431]},{"name":"MFCreateSequencerSegmentOffset","features":[307,431,387,360]},{"name":"MFCreateSequencerSource","features":[431]},{"name":"MFCreateSimpleTypeHandler","features":[431]},{"name":"MFCreateSinkWriterFromMediaSink","features":[431]},{"name":"MFCreateSinkWriterFromURL","features":[431]},{"name":"MFCreateSourceReaderFromByteStream","features":[431]},{"name":"MFCreateSourceReaderFromMediaSource","features":[431]},{"name":"MFCreateSourceReaderFromURL","features":[431]},{"name":"MFCreateSourceResolver","features":[431]},{"name":"MFCreateStandardQualityManager","features":[431]},{"name":"MFCreateStreamDescriptor","features":[431]},{"name":"MFCreateStreamOnMFByteStream","features":[431,358]},{"name":"MFCreateStreamOnMFByteStreamEx","features":[431]},{"name":"MFCreateSystemTimeSource","features":[431]},{"name":"MFCreateTempFile","features":[431]},{"name":"MFCreateTopoLoader","features":[431]},{"name":"MFCreateTopology","features":[431]},{"name":"MFCreateTopologyNode","features":[431]},{"name":"MFCreateTrackedSample","features":[431]},{"name":"MFCreateTranscodeProfile","features":[431]},{"name":"MFCreateTranscodeSinkActivate","features":[431]},{"name":"MFCreateTranscodeTopology","features":[431]},{"name":"MFCreateTranscodeTopologyFromByteStream","features":[431]},{"name":"MFCreateTransformActivate","features":[431]},{"name":"MFCreateVideoMediaType","features":[307,431]},{"name":"MFCreateVideoMediaTypeFromBitMapInfoHeader","features":[318,431]},{"name":"MFCreateVideoMediaTypeFromBitMapInfoHeaderEx","features":[318,431]},{"name":"MFCreateVideoMediaTypeFromSubtype","features":[431]},{"name":"MFCreateVideoMixer","features":[431]},{"name":"MFCreateVideoMixerAndPresenter","features":[431]},{"name":"MFCreateVideoPresenter","features":[431]},{"name":"MFCreateVideoRenderer","features":[431]},{"name":"MFCreateVideoRendererActivate","features":[307,431]},{"name":"MFCreateVideoSampleAllocator","features":[431]},{"name":"MFCreateVideoSampleAllocatorEx","features":[431]},{"name":"MFCreateVideoSampleFromSurface","features":[431]},{"name":"MFCreateVirtualCamera","features":[431]},{"name":"MFCreateWAVEMediaSink","features":[431]},{"name":"MFCreateWICBitmapBuffer","features":[431]},{"name":"MFCreateWMAEncoderActivate","features":[431,380]},{"name":"MFCreateWMVEncoderActivate","features":[431,380]},{"name":"MFCreateWaveFormatExFromMFMediaType","features":[423,431]},{"name":"MFDepthMeasurement","features":[431]},{"name":"MFDeserializeAttributesFromStream","features":[431,358]},{"name":"MFDeserializePresentationDescriptor","features":[431]},{"name":"MFENABLETYPE_MF_RebootRequired","features":[431]},{"name":"MFENABLETYPE_MF_UpdateRevocationInformation","features":[431]},{"name":"MFENABLETYPE_MF_UpdateUntrustedComponent","features":[431]},{"name":"MFENABLETYPE_WMDRMV1_LicenseAcquisition","features":[431]},{"name":"MFENABLETYPE_WMDRMV7_Individualization","features":[431]},{"name":"MFENABLETYPE_WMDRMV7_LicenseAcquisition","features":[431]},{"name":"MFEVRDLL","features":[431]},{"name":"MFEndCreateFile","features":[431]},{"name":"MFEndRegisterWorkQueueWithMMCSS","features":[431]},{"name":"MFEndUnregisterWorkQueueWithMMCSS","features":[431]},{"name":"MFEnumDeviceSources","features":[431]},{"name":"MFExtendedCameraIntrinsic_IntrinsicModel","features":[431]},{"name":"MFFLACBytestreamHandler","features":[431]},{"name":"MFFLACSinkClassFactory","features":[431]},{"name":"MFFOLDDOWN_MATRIX","features":[431]},{"name":"MFFrameRateToAverageTimePerFrame","features":[431]},{"name":"MFFrameSourceTypes","features":[431]},{"name":"MFFrameSourceTypes_Color","features":[431]},{"name":"MFFrameSourceTypes_Custom","features":[431]},{"name":"MFFrameSourceTypes_Depth","features":[431]},{"name":"MFFrameSourceTypes_Image","features":[431]},{"name":"MFFrameSourceTypes_Infrared","features":[431]},{"name":"MFGetAttributesAsBlob","features":[431]},{"name":"MFGetAttributesAsBlobSize","features":[431]},{"name":"MFGetContentProtectionSystemCLSID","features":[431]},{"name":"MFGetLocalId","features":[431]},{"name":"MFGetMFTMerit","features":[431]},{"name":"MFGetPlaneSize","features":[431]},{"name":"MFGetPluginControl","features":[431]},{"name":"MFGetService","features":[431]},{"name":"MFGetStrideForBitmapInfoHeader","features":[431]},{"name":"MFGetSupportedMimeTypes","features":[307,431,387,360]},{"name":"MFGetSupportedSchemes","features":[307,431,387,360]},{"name":"MFGetSystemId","features":[431]},{"name":"MFGetSystemTime","features":[431]},{"name":"MFGetTimerPeriodicity","features":[431]},{"name":"MFGetTopoNodeCurrentType","features":[307,431]},{"name":"MFGetUncompressedVideoFormat","features":[307,431]},{"name":"MFGetWorkQueueMMCSSClass","features":[431]},{"name":"MFGetWorkQueueMMCSSPriority","features":[431]},{"name":"MFGetWorkQueueMMCSSTaskId","features":[431]},{"name":"MFHeapAlloc","features":[431]},{"name":"MFHeapFree","features":[431]},{"name":"MFINPUTTRUSTAUTHORITY_ACCESS_ACTION","features":[431]},{"name":"MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS","features":[431]},{"name":"MFImageFormat_JPEG","features":[431]},{"name":"MFImageFormat_RGB32","features":[431]},{"name":"MFInitAMMediaTypeFromMFMediaType","features":[307,431]},{"name":"MFInitAttributesFromBlob","features":[431]},{"name":"MFInitMediaTypeFromAMMediaType","features":[307,431]},{"name":"MFInitMediaTypeFromMFVideoFormat","features":[307,431]},{"name":"MFInitMediaTypeFromMPEG1VideoInfo","features":[307,318,431]},{"name":"MFInitMediaTypeFromMPEG2VideoInfo","features":[307,318,431]},{"name":"MFInitMediaTypeFromVideoInfoHeader","features":[307,318,431]},{"name":"MFInitMediaTypeFromVideoInfoHeader2","features":[307,318,431]},{"name":"MFInitMediaTypeFromWaveFormatEx","features":[423,431]},{"name":"MFInitVideoFormat","features":[307,431]},{"name":"MFInitVideoFormat_RGB","features":[307,431]},{"name":"MFInvokeCallback","features":[431]},{"name":"MFIsContentProtectionDeviceSupported","features":[307,431]},{"name":"MFIsFormatYUV","features":[307,431]},{"name":"MFIsVirtualCameraTypeSupported","features":[307,431]},{"name":"MFLoadSignedLibrary","features":[431]},{"name":"MFLockDXGIDeviceManager","features":[431]},{"name":"MFLockPlatform","features":[431]},{"name":"MFLockSharedWorkQueue","features":[431]},{"name":"MFLockWorkQueue","features":[431]},{"name":"MFMEDIASOURCE_CAN_PAUSE","features":[431]},{"name":"MFMEDIASOURCE_CAN_SEEK","features":[431]},{"name":"MFMEDIASOURCE_CAN_SKIPBACKWARD","features":[431]},{"name":"MFMEDIASOURCE_CAN_SKIPFORWARD","features":[431]},{"name":"MFMEDIASOURCE_CHARACTERISTICS","features":[431]},{"name":"MFMEDIASOURCE_DOES_NOT_USE_NETWORK","features":[431]},{"name":"MFMEDIASOURCE_HAS_MULTIPLE_PRESENTATIONS","features":[431]},{"name":"MFMEDIASOURCE_HAS_SLOW_SEEK","features":[431]},{"name":"MFMEDIASOURCE_IS_LIVE","features":[431]},{"name":"MFMPEG2DLNASINKSTATS","features":[307,431]},{"name":"MFMPEG4Format_Base","features":[431]},{"name":"MFMapDX9FormatToDXGIFormat","features":[397,431]},{"name":"MFMapDXGIFormatToDX9Format","features":[397,431]},{"name":"MFMediaKeyStatus","features":[431]},{"name":"MFMediaType_Audio","features":[431]},{"name":"MFMediaType_Binary","features":[431]},{"name":"MFMediaType_Default","features":[431]},{"name":"MFMediaType_FileTransfer","features":[431]},{"name":"MFMediaType_HTML","features":[431]},{"name":"MFMediaType_Image","features":[431]},{"name":"MFMediaType_Metadata","features":[431]},{"name":"MFMediaType_MultiplexedFrames","features":[431]},{"name":"MFMediaType_Perception","features":[431]},{"name":"MFMediaType_Protected","features":[431]},{"name":"MFMediaType_SAMI","features":[431]},{"name":"MFMediaType_Script","features":[431]},{"name":"MFMediaType_Stream","features":[431]},{"name":"MFMediaType_Subtitle","features":[431]},{"name":"MFMediaType_Video","features":[431]},{"name":"MFNETSOURCE_ACCELERATEDSTREAMINGDURATION","features":[431]},{"name":"MFNETSOURCE_AUTORECONNECTLIMIT","features":[431]},{"name":"MFNETSOURCE_AUTORECONNECTPROGRESS","features":[431]},{"name":"MFNETSOURCE_AVGBANDWIDTHBPS_ID","features":[431]},{"name":"MFNETSOURCE_BROWSERUSERAGENT","features":[431]},{"name":"MFNETSOURCE_BROWSERWEBPAGE","features":[431]},{"name":"MFNETSOURCE_BUFFERINGCOUNT_ID","features":[431]},{"name":"MFNETSOURCE_BUFFERINGTIME","features":[431]},{"name":"MFNETSOURCE_BUFFERPROGRESS_ID","features":[431]},{"name":"MFNETSOURCE_BUFFERSIZE_ID","features":[431]},{"name":"MFNETSOURCE_BYTESRECEIVED_ID","features":[431]},{"name":"MFNETSOURCE_CACHEENABLED","features":[431]},{"name":"MFNETSOURCE_CACHE_ACTIVE_COMPLETE","features":[431]},{"name":"MFNETSOURCE_CACHE_ACTIVE_WRITING","features":[431]},{"name":"MFNETSOURCE_CACHE_STATE","features":[431]},{"name":"MFNETSOURCE_CACHE_STATE_ID","features":[431]},{"name":"MFNETSOURCE_CACHE_UNAVAILABLE","features":[431]},{"name":"MFNETSOURCE_CLIENTGUID","features":[431]},{"name":"MFNETSOURCE_CONNECTIONBANDWIDTH","features":[431]},{"name":"MFNETSOURCE_CONTENTBITRATE_ID","features":[431]},{"name":"MFNETSOURCE_CREDENTIAL_MANAGER","features":[431]},{"name":"MFNETSOURCE_CROSS_ORIGIN_SUPPORT","features":[431]},{"name":"MFNETSOURCE_DOWNLOADPROGRESS_ID","features":[431]},{"name":"MFNETSOURCE_DRMNET_LICENSE_REPRESENTATION","features":[431]},{"name":"MFNETSOURCE_ENABLE_DOWNLOAD","features":[431]},{"name":"MFNETSOURCE_ENABLE_HTTP","features":[431]},{"name":"MFNETSOURCE_ENABLE_MSB","features":[431]},{"name":"MFNETSOURCE_ENABLE_PRIVATEMODE","features":[431]},{"name":"MFNETSOURCE_ENABLE_RTSP","features":[431]},{"name":"MFNETSOURCE_ENABLE_STREAMING","features":[431]},{"name":"MFNETSOURCE_ENABLE_TCP","features":[431]},{"name":"MFNETSOURCE_ENABLE_UDP","features":[431]},{"name":"MFNETSOURCE_FILE","features":[431]},{"name":"MFNETSOURCE_FRIENDLYNAME","features":[431]},{"name":"MFNETSOURCE_HOSTEXE","features":[431]},{"name":"MFNETSOURCE_HOSTVERSION","features":[431]},{"name":"MFNETSOURCE_HTTP","features":[431]},{"name":"MFNETSOURCE_HTTP_DOWNLOAD_SESSION_PROVIDER","features":[431]},{"name":"MFNETSOURCE_INCORRECTLYSIGNEDPACKETS_ID","features":[431]},{"name":"MFNETSOURCE_LASTBWSWITCHTS_ID","features":[431]},{"name":"MFNETSOURCE_LINKBANDWIDTH_ID","features":[431]},{"name":"MFNETSOURCE_LOGPARAMS","features":[431]},{"name":"MFNETSOURCE_LOGURL","features":[431]},{"name":"MFNETSOURCE_LOSTPACKETS_ID","features":[431]},{"name":"MFNETSOURCE_MAXBITRATE_ID","features":[431]},{"name":"MFNETSOURCE_MAXBUFFERTIMEMS","features":[431]},{"name":"MFNETSOURCE_MAXUDPACCELERATEDSTREAMINGDURATION","features":[431]},{"name":"MFNETSOURCE_MULTICAST","features":[431]},{"name":"MFNETSOURCE_OUTPACKETS_ID","features":[431]},{"name":"MFNETSOURCE_PEERMANAGER","features":[431]},{"name":"MFNETSOURCE_PLAYERID","features":[431]},{"name":"MFNETSOURCE_PLAYERUSERAGENT","features":[431]},{"name":"MFNETSOURCE_PLAYERVERSION","features":[431]},{"name":"MFNETSOURCE_PPBANDWIDTH","features":[431]},{"name":"MFNETSOURCE_PREVIEWMODEENABLED","features":[431]},{"name":"MFNETSOURCE_PROTOCOL","features":[431]},{"name":"MFNETSOURCE_PROTOCOL_ID","features":[431]},{"name":"MFNETSOURCE_PROTOCOL_TYPE","features":[431]},{"name":"MFNETSOURCE_PROXYBYPASSFORLOCAL","features":[431]},{"name":"MFNETSOURCE_PROXYEXCEPTIONLIST","features":[431]},{"name":"MFNETSOURCE_PROXYHOSTNAME","features":[431]},{"name":"MFNETSOURCE_PROXYINFO","features":[431]},{"name":"MFNETSOURCE_PROXYLOCATORFACTORY","features":[431]},{"name":"MFNETSOURCE_PROXYPORT","features":[431]},{"name":"MFNETSOURCE_PROXYRERUNAUTODETECTION","features":[431]},{"name":"MFNETSOURCE_PROXYSETTINGS","features":[431]},{"name":"MFNETSOURCE_RECEPTION_QUALITY_ID","features":[431]},{"name":"MFNETSOURCE_RECOVEREDBYECCPACKETS_ID","features":[431]},{"name":"MFNETSOURCE_RECOVEREDBYRTXPACKETS_ID","features":[431]},{"name":"MFNETSOURCE_RECOVEREDPACKETS_ID","features":[431]},{"name":"MFNETSOURCE_RECVPACKETS_ID","features":[431]},{"name":"MFNETSOURCE_RECVRATE_ID","features":[431]},{"name":"MFNETSOURCE_RESENDSENABLED","features":[431]},{"name":"MFNETSOURCE_RESENDSRECEIVED_ID","features":[431]},{"name":"MFNETSOURCE_RESENDSREQUESTED_ID","features":[431]},{"name":"MFNETSOURCE_RESOURCE_FILTER","features":[431]},{"name":"MFNETSOURCE_RTSP","features":[431]},{"name":"MFNETSOURCE_SEEKRANGEEND_ID","features":[431]},{"name":"MFNETSOURCE_SEEKRANGESTART_ID","features":[431]},{"name":"MFNETSOURCE_SIGNEDSESSION_ID","features":[431]},{"name":"MFNETSOURCE_SPEEDFACTOR_ID","features":[431]},{"name":"MFNETSOURCE_SSLCERTIFICATE_MANAGER","features":[431]},{"name":"MFNETSOURCE_STATISTICS","features":[431]},{"name":"MFNETSOURCE_STATISTICS_IDS","features":[431]},{"name":"MFNETSOURCE_STATISTICS_SERVICE","features":[431]},{"name":"MFNETSOURCE_STREAM_LANGUAGE","features":[431]},{"name":"MFNETSOURCE_TCP","features":[431]},{"name":"MFNETSOURCE_THINNINGENABLED","features":[431]},{"name":"MFNETSOURCE_TRANSPORT","features":[431]},{"name":"MFNETSOURCE_TRANSPORT_ID","features":[431]},{"name":"MFNETSOURCE_TRANSPORT_TYPE","features":[431]},{"name":"MFNETSOURCE_UDP","features":[431]},{"name":"MFNETSOURCE_UDP_PORT_RANGE","features":[431]},{"name":"MFNETSOURCE_UNDEFINED","features":[431]},{"name":"MFNETSOURCE_UNPREDEFINEDPROTOCOLNAME_ID","features":[431]},{"name":"MFNETSOURCE_VBR_ID","features":[431]},{"name":"MFNET_AUTHENTICATION_CLEAR_TEXT","features":[431]},{"name":"MFNET_AUTHENTICATION_LOGGED_ON_USER","features":[431]},{"name":"MFNET_AUTHENTICATION_PROXY","features":[431]},{"name":"MFNET_CREDENTIAL_ALLOW_CLEAR_TEXT","features":[431]},{"name":"MFNET_CREDENTIAL_DONT_CACHE","features":[431]},{"name":"MFNET_CREDENTIAL_SAVE","features":[431]},{"name":"MFNET_PROXYSETTINGS","features":[431]},{"name":"MFNET_PROXYSETTING_AUTO","features":[431]},{"name":"MFNET_PROXYSETTING_BROWSER","features":[431]},{"name":"MFNET_PROXYSETTING_MANUAL","features":[431]},{"name":"MFNET_PROXYSETTING_NONE","features":[431]},{"name":"MFNET_SAVEJOB_SERVICE","features":[431]},{"name":"MFNetAuthenticationFlags","features":[431]},{"name":"MFNetCredentialManagerGetParam","features":[307,431]},{"name":"MFNetCredentialOptions","features":[431]},{"name":"MFNetCredentialRequirements","features":[431]},{"name":"MFNominalRange","features":[431]},{"name":"MFNominalRange_0_255","features":[431]},{"name":"MFNominalRange_16_235","features":[431]},{"name":"MFNominalRange_48_208","features":[431]},{"name":"MFNominalRange_64_127","features":[431]},{"name":"MFNominalRange_ForceDWORD","features":[431]},{"name":"MFNominalRange_Last","features":[431]},{"name":"MFNominalRange_Normal","features":[431]},{"name":"MFNominalRange_Unknown","features":[431]},{"name":"MFNominalRange_Wide","features":[431]},{"name":"MFOffset","features":[431]},{"name":"MFPCreateMediaPlayer","features":[307,431]},{"name":"MFPERIODICCALLBACK","features":[431]},{"name":"MFPMPSESSION_CREATION_FLAGS","features":[431]},{"name":"MFPMPSESSION_IN_PROCESS","features":[431]},{"name":"MFPMPSESSION_UNPROTECTED_PROCESS","features":[431]},{"name":"MFPOLICYMANAGER_ACTION","features":[431]},{"name":"MFPROTECTIONATTRIBUTE_BEST_EFFORT","features":[431]},{"name":"MFPROTECTIONATTRIBUTE_CONSTRICTVIDEO_IMAGESIZE","features":[431]},{"name":"MFPROTECTIONATTRIBUTE_FAIL_OVER","features":[431]},{"name":"MFPROTECTIONATTRIBUTE_HDCP_SRM","features":[431]},{"name":"MFPROTECTION_ACP","features":[431]},{"name":"MFPROTECTION_CGMSA","features":[431]},{"name":"MFPROTECTION_CONSTRICTAUDIO","features":[431]},{"name":"MFPROTECTION_CONSTRICTVIDEO","features":[431]},{"name":"MFPROTECTION_CONSTRICTVIDEO_NOOPM","features":[431]},{"name":"MFPROTECTION_DISABLE","features":[431]},{"name":"MFPROTECTION_DISABLE_SCREEN_SCRAPE","features":[431]},{"name":"MFPROTECTION_FFT","features":[431]},{"name":"MFPROTECTION_GRAPHICS_TRANSFER_AES_ENCRYPTION","features":[431]},{"name":"MFPROTECTION_HARDWARE","features":[431]},{"name":"MFPROTECTION_HDCP","features":[431]},{"name":"MFPROTECTION_HDCP_WITH_TYPE_ENFORCEMENT","features":[431]},{"name":"MFPROTECTION_PROTECTED_SURFACE","features":[431]},{"name":"MFPROTECTION_TRUSTEDAUDIODRIVERS","features":[431]},{"name":"MFPROTECTION_VIDEO_FRAMES","features":[431]},{"name":"MFPROTECTION_WMDRMOTA","features":[431]},{"name":"MFP_ACQUIRE_USER_CREDENTIAL_EVENT","features":[307,431,380]},{"name":"MFP_CREATION_OPTIONS","features":[431]},{"name":"MFP_CREDENTIAL_CLEAR_TEXT","features":[431]},{"name":"MFP_CREDENTIAL_DO_NOT_CACHE","features":[431]},{"name":"MFP_CREDENTIAL_LOGGED_ON_USER","features":[431]},{"name":"MFP_CREDENTIAL_PROMPT","features":[431]},{"name":"MFP_CREDENTIAL_PROXY","features":[431]},{"name":"MFP_CREDENTIAL_SAVE","features":[431]},{"name":"MFP_ERROR_EVENT","features":[431,380]},{"name":"MFP_EVENT_HEADER","features":[431,380]},{"name":"MFP_EVENT_TYPE","features":[431]},{"name":"MFP_EVENT_TYPE_ACQUIRE_USER_CREDENTIAL","features":[431]},{"name":"MFP_EVENT_TYPE_ERROR","features":[431]},{"name":"MFP_EVENT_TYPE_FRAME_STEP","features":[431]},{"name":"MFP_EVENT_TYPE_MEDIAITEM_CLEARED","features":[431]},{"name":"MFP_EVENT_TYPE_MEDIAITEM_CREATED","features":[431]},{"name":"MFP_EVENT_TYPE_MEDIAITEM_SET","features":[431]},{"name":"MFP_EVENT_TYPE_MF","features":[431]},{"name":"MFP_EVENT_TYPE_PAUSE","features":[431]},{"name":"MFP_EVENT_TYPE_PLAY","features":[431]},{"name":"MFP_EVENT_TYPE_PLAYBACK_ENDED","features":[431]},{"name":"MFP_EVENT_TYPE_POSITION_SET","features":[431]},{"name":"MFP_EVENT_TYPE_RATE_SET","features":[431]},{"name":"MFP_EVENT_TYPE_STOP","features":[431]},{"name":"MFP_FRAME_STEP_EVENT","features":[431,380]},{"name":"MFP_MEDIAITEM_CAN_PAUSE","features":[431]},{"name":"MFP_MEDIAITEM_CAN_SEEK","features":[431]},{"name":"MFP_MEDIAITEM_CLEARED_EVENT","features":[431,380]},{"name":"MFP_MEDIAITEM_CREATED_EVENT","features":[431,380]},{"name":"MFP_MEDIAITEM_HAS_SLOW_SEEK","features":[431]},{"name":"MFP_MEDIAITEM_IS_LIVE","features":[431]},{"name":"MFP_MEDIAITEM_SET_EVENT","features":[431,380]},{"name":"MFP_MEDIAPLAYER_STATE","features":[431]},{"name":"MFP_MEDIAPLAYER_STATE_EMPTY","features":[431]},{"name":"MFP_MEDIAPLAYER_STATE_PAUSED","features":[431]},{"name":"MFP_MEDIAPLAYER_STATE_PLAYING","features":[431]},{"name":"MFP_MEDIAPLAYER_STATE_SHUTDOWN","features":[431]},{"name":"MFP_MEDIAPLAYER_STATE_STOPPED","features":[431]},{"name":"MFP_MF_EVENT","features":[431,380]},{"name":"MFP_OPTION_FREE_THREADED_CALLBACK","features":[431]},{"name":"MFP_OPTION_NONE","features":[431]},{"name":"MFP_OPTION_NO_MMCSS","features":[431]},{"name":"MFP_OPTION_NO_REMOTE_DESKTOP_OPTIMIZATION","features":[431]},{"name":"MFP_PAUSE_EVENT","features":[431,380]},{"name":"MFP_PLAYBACK_ENDED_EVENT","features":[431,380]},{"name":"MFP_PLAY_EVENT","features":[431,380]},{"name":"MFP_POSITIONTYPE_100NS","features":[431]},{"name":"MFP_POSITION_SET_EVENT","features":[431,380]},{"name":"MFP_RATE_SET_EVENT","features":[431,380]},{"name":"MFP_STOP_EVENT","features":[431,380]},{"name":"MFPaletteEntry","features":[431]},{"name":"MFPinholeCameraIntrinsic_IntrinsicModel","features":[431]},{"name":"MFPinholeCameraIntrinsics","features":[431]},{"name":"MFPutWaitingWorkItem","features":[307,431]},{"name":"MFPutWorkItem","features":[431]},{"name":"MFPutWorkItem2","features":[431]},{"name":"MFPutWorkItemEx","features":[431]},{"name":"MFPutWorkItemEx2","features":[431]},{"name":"MFRATE_DIRECTION","features":[431]},{"name":"MFRATE_FORWARD","features":[431]},{"name":"MFRATE_REVERSE","features":[431]},{"name":"MFRR_COMPONENTS","features":[431]},{"name":"MFRR_COMPONENT_HASH_INFO","features":[431]},{"name":"MFRR_INFO_VERSION","features":[431]},{"name":"MFRatio","features":[431]},{"name":"MFRegisterLocalByteStreamHandler","features":[431]},{"name":"MFRegisterLocalSchemeHandler","features":[431]},{"name":"MFRegisterPlatformWithMMCSS","features":[431]},{"name":"MFRemovePeriodicCallback","features":[431]},{"name":"MFRequireProtectedEnvironment","features":[431]},{"name":"MFSEQUENCER_INVALID_ELEMENT_ID","features":[431]},{"name":"MFSESSIONCAP_DOES_NOT_USE_NETWORK","features":[431]},{"name":"MFSESSIONCAP_PAUSE","features":[431]},{"name":"MFSESSIONCAP_RATE_FORWARD","features":[431]},{"name":"MFSESSIONCAP_RATE_REVERSE","features":[431]},{"name":"MFSESSIONCAP_SEEK","features":[431]},{"name":"MFSESSIONCAP_START","features":[431]},{"name":"MFSESSION_GETFULLTOPOLOGY_CURRENT","features":[431]},{"name":"MFSESSION_GETFULLTOPOLOGY_FLAGS","features":[431]},{"name":"MFSESSION_SETTOPOLOGY_CLEAR_CURRENT","features":[431]},{"name":"MFSESSION_SETTOPOLOGY_FLAGS","features":[431]},{"name":"MFSESSION_SETTOPOLOGY_IMMEDIATE","features":[431]},{"name":"MFSESSION_SETTOPOLOGY_NORESOLUTION","features":[431]},{"name":"MFSHUTDOWN_COMPLETED","features":[431]},{"name":"MFSHUTDOWN_INITIATED","features":[431]},{"name":"MFSHUTDOWN_STATUS","features":[431]},{"name":"MFSINK_WMDRMACTION","features":[431]},{"name":"MFSINK_WMDRMACTION_ENCODE","features":[431]},{"name":"MFSINK_WMDRMACTION_LAST","features":[431]},{"name":"MFSINK_WMDRMACTION_TRANSCODE","features":[431]},{"name":"MFSINK_WMDRMACTION_TRANSCRYPT","features":[431]},{"name":"MFSINK_WMDRMACTION_UNDEFINED","features":[431]},{"name":"MFSTARTUP_FULL","features":[431]},{"name":"MFSTARTUP_LITE","features":[431]},{"name":"MFSTARTUP_NOSOCKET","features":[431]},{"name":"MFSTREAMSINK_MARKER_DEFAULT","features":[431]},{"name":"MFSTREAMSINK_MARKER_ENDOFSEGMENT","features":[431]},{"name":"MFSTREAMSINK_MARKER_EVENT","features":[431]},{"name":"MFSTREAMSINK_MARKER_TICK","features":[431]},{"name":"MFSTREAMSINK_MARKER_TYPE","features":[431]},{"name":"MFSampleAllocatorUsage","features":[431]},{"name":"MFSampleAllocatorUsage_DoesNotAllocate","features":[431]},{"name":"MFSampleAllocatorUsage_UsesCustomAllocator","features":[431]},{"name":"MFSampleAllocatorUsage_UsesProvidedAllocator","features":[431]},{"name":"MFSampleEncryptionProtectionScheme","features":[431]},{"name":"MFSampleExtension_3DVideo","features":[431]},{"name":"MFSampleExtension_3DVideo_MultiView","features":[431]},{"name":"MFSampleExtension_3DVideo_Packed","features":[431]},{"name":"MFSampleExtension_3DVideo_SampleFormat","features":[431]},{"name":"MFSampleExtension_AccumulatedNonRefPicPercent","features":[431]},{"name":"MFSampleExtension_BottomFieldFirst","features":[431]},{"name":"MFSampleExtension_CameraExtrinsics","features":[431]},{"name":"MFSampleExtension_CaptureMetadata","features":[431]},{"name":"MFSampleExtension_ChromaOnly","features":[431]},{"name":"MFSampleExtension_CleanPoint","features":[431]},{"name":"MFSampleExtension_ClosedCaption_CEA708","features":[431]},{"name":"MFSampleExtension_ClosedCaption_CEA708_MAX_SIZE","features":[431]},{"name":"MFSampleExtension_Content_KeyID","features":[431]},{"name":"MFSampleExtension_DecodeTimestamp","features":[431]},{"name":"MFSampleExtension_Depth_MaxReliableDepth","features":[431]},{"name":"MFSampleExtension_Depth_MinReliableDepth","features":[431]},{"name":"MFSampleExtension_DerivedFromTopField","features":[431]},{"name":"MFSampleExtension_DescrambleData","features":[431]},{"name":"MFSampleExtension_DeviceReferenceSystemTime","features":[431]},{"name":"MFSampleExtension_DeviceTimestamp","features":[431]},{"name":"MFSampleExtension_DirtyRects","features":[431]},{"name":"MFSampleExtension_Discontinuity","features":[431]},{"name":"MFSampleExtension_Encryption_ClearSliceHeaderData","features":[431]},{"name":"MFSampleExtension_Encryption_CryptByteBlock","features":[431]},{"name":"MFSampleExtension_Encryption_HardwareProtection","features":[431]},{"name":"MFSampleExtension_Encryption_HardwareProtection_KeyInfo","features":[431]},{"name":"MFSampleExtension_Encryption_HardwareProtection_KeyInfoID","features":[431]},{"name":"MFSampleExtension_Encryption_HardwareProtection_VideoDecryptorContext","features":[431]},{"name":"MFSampleExtension_Encryption_KeyID","features":[431]},{"name":"MFSampleExtension_Encryption_NALUTypes","features":[431]},{"name":"MFSampleExtension_Encryption_Opaque_Data","features":[431]},{"name":"MFSampleExtension_Encryption_ProtectionScheme","features":[431]},{"name":"MFSampleExtension_Encryption_ResumeVideoOutput","features":[431]},{"name":"MFSampleExtension_Encryption_SEIData","features":[431]},{"name":"MFSampleExtension_Encryption_SPSPPSData","features":[431]},{"name":"MFSampleExtension_Encryption_SampleID","features":[431]},{"name":"MFSampleExtension_Encryption_SkipByteBlock","features":[431]},{"name":"MFSampleExtension_Encryption_SubSampleMappingSplit","features":[431]},{"name":"MFSampleExtension_Encryption_SubSample_Mapping","features":[431]},{"name":"MFSampleExtension_ExtendedCameraIntrinsics","features":[431]},{"name":"MFSampleExtension_FeatureMap","features":[431]},{"name":"MFSampleExtension_ForwardedDecodeUnitType","features":[431]},{"name":"MFSampleExtension_ForwardedDecodeUnits","features":[431]},{"name":"MFSampleExtension_FrameCorruption","features":[431]},{"name":"MFSampleExtension_GenKeyCtx","features":[431]},{"name":"MFSampleExtension_GenKeyFunc","features":[431]},{"name":"MFSampleExtension_HDCP_FrameCounter","features":[431]},{"name":"MFSampleExtension_HDCP_OptionalHeader","features":[431]},{"name":"MFSampleExtension_HDCP_StreamID","features":[431]},{"name":"MFSampleExtension_Interlaced","features":[431]},{"name":"MFSampleExtension_LastSlice","features":[431]},{"name":"MFSampleExtension_LongTermReferenceFrameInfo","features":[431]},{"name":"MFSampleExtension_MDLCacheCookie","features":[431]},{"name":"MFSampleExtension_MULTIPLEXED_MANAGER","features":[431]},{"name":"MFSampleExtension_MaxDecodeFrameSize","features":[431]},{"name":"MFSampleExtension_MeanAbsoluteDifference","features":[431]},{"name":"MFSampleExtension_MoveRegions","features":[431]},{"name":"MFSampleExtension_NALULengthInfo","features":[431]},{"name":"MFSampleExtension_PacketCrossOffsets","features":[431]},{"name":"MFSampleExtension_PhotoThumbnail","features":[431]},{"name":"MFSampleExtension_PhotoThumbnailMediaType","features":[431]},{"name":"MFSampleExtension_PinholeCameraIntrinsics","features":[431]},{"name":"MFSampleExtension_ROIRectangle","features":[431]},{"name":"MFSampleExtension_RepeatFirstField","features":[431]},{"name":"MFSampleExtension_RepeatFrame","features":[431]},{"name":"MFSampleExtension_SampleKeyID","features":[431]},{"name":"MFSampleExtension_SingleField","features":[431]},{"name":"MFSampleExtension_Spatial_CameraCoordinateSystem","features":[431]},{"name":"MFSampleExtension_Spatial_CameraProjectionTransform","features":[431]},{"name":"MFSampleExtension_Spatial_CameraViewTransform","features":[431]},{"name":"MFSampleExtension_TargetGlobalLuminance","features":[431]},{"name":"MFSampleExtension_Timestamp","features":[431]},{"name":"MFSampleExtension_Token","features":[431]},{"name":"MFSampleExtension_VideoDSPMode","features":[431]},{"name":"MFSampleExtension_VideoEncodePictureType","features":[431]},{"name":"MFSampleExtension_VideoEncodeQP","features":[431]},{"name":"MFScheduleWorkItem","features":[431]},{"name":"MFScheduleWorkItemEx","features":[431]},{"name":"MFSensorDeviceMode","features":[431]},{"name":"MFSensorDeviceMode_Controller","features":[431]},{"name":"MFSensorDeviceMode_Shared","features":[431]},{"name":"MFSensorDeviceType","features":[431]},{"name":"MFSensorDeviceType_Device","features":[431]},{"name":"MFSensorDeviceType_FrameProvider","features":[431]},{"name":"MFSensorDeviceType_MediaSource","features":[431]},{"name":"MFSensorDeviceType_SensorTransform","features":[431]},{"name":"MFSensorDeviceType_Unknown","features":[431]},{"name":"MFSensorStreamType","features":[431]},{"name":"MFSensorStreamType_Input","features":[431]},{"name":"MFSensorStreamType_Output","features":[431]},{"name":"MFSensorStreamType_Unknown","features":[431]},{"name":"MFSequencerTopologyFlags","features":[431]},{"name":"MFSerializeAttributesToStream","features":[431,358]},{"name":"MFSerializePresentationDescriptor","features":[431]},{"name":"MFShutdown","features":[431]},{"name":"MFShutdownObject","features":[431]},{"name":"MFSplitSample","features":[431]},{"name":"MFStandardVideoFormat","features":[431]},{"name":"MFStartup","features":[431]},{"name":"MFStdVideoFormat_ATSC_HD1080i","features":[431]},{"name":"MFStdVideoFormat_ATSC_HD720p","features":[431]},{"name":"MFStdVideoFormat_ATSC_SD480i","features":[431]},{"name":"MFStdVideoFormat_DVD_NTSC","features":[431]},{"name":"MFStdVideoFormat_DVD_PAL","features":[431]},{"name":"MFStdVideoFormat_DV_NTSC","features":[431]},{"name":"MFStdVideoFormat_DV_PAL","features":[431]},{"name":"MFStdVideoFormat_NTSC","features":[431]},{"name":"MFStdVideoFormat_PAL","features":[431]},{"name":"MFStdVideoFormat_reserved","features":[431]},{"name":"MFStreamExtension_CameraExtrinsics","features":[431]},{"name":"MFStreamExtension_ExtendedCameraIntrinsics","features":[431]},{"name":"MFStreamExtension_PinholeCameraIntrinsics","features":[431]},{"name":"MFStreamFormat_MPEG2Program","features":[431]},{"name":"MFStreamFormat_MPEG2Transport","features":[431]},{"name":"MFSubtitleFormat_ATSC","features":[431]},{"name":"MFSubtitleFormat_CustomUserData","features":[431]},{"name":"MFSubtitleFormat_PGS","features":[431]},{"name":"MFSubtitleFormat_SRT","features":[431]},{"name":"MFSubtitleFormat_SSA","features":[431]},{"name":"MFSubtitleFormat_TTML","features":[431]},{"name":"MFSubtitleFormat_VobSub","features":[431]},{"name":"MFSubtitleFormat_WebVTT","features":[431]},{"name":"MFSubtitleFormat_XML","features":[431]},{"name":"MFTEnum","features":[431]},{"name":"MFTEnum2","features":[431]},{"name":"MFTEnumEx","features":[431]},{"name":"MFTGetInfo","features":[431]},{"name":"MFTIMER_FLAGS","features":[431]},{"name":"MFTIMER_RELATIVE","features":[431]},{"name":"MFTOPOLOGY_DXVA_DEFAULT","features":[431]},{"name":"MFTOPOLOGY_DXVA_FULL","features":[431]},{"name":"MFTOPOLOGY_DXVA_MODE","features":[431]},{"name":"MFTOPOLOGY_DXVA_NONE","features":[431]},{"name":"MFTOPOLOGY_HARDWARE_MODE","features":[431]},{"name":"MFTOPOLOGY_HWMODE_SOFTWARE_ONLY","features":[431]},{"name":"MFTOPOLOGY_HWMODE_USE_HARDWARE","features":[431]},{"name":"MFTOPOLOGY_HWMODE_USE_ONLY_HARDWARE","features":[431]},{"name":"MFTOPONODE_ATTRIBUTE_UPDATE","features":[431]},{"name":"MFTRegister","features":[431]},{"name":"MFTRegisterLocal","features":[431,358]},{"name":"MFTRegisterLocalByCLSID","features":[431]},{"name":"MFTUnregister","features":[431]},{"name":"MFTUnregisterLocal","features":[431,358]},{"name":"MFTUnregisterLocalByCLSID","features":[431]},{"name":"MFT_AUDIO_DECODER_AUDIO_ENDPOINT_ID","features":[431]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_INFO_ATTRIBUTE","features":[431]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_REASON","features":[431]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_REASON_LICENSING_REQUIREMENT","features":[431]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_REASON_NONE","features":[431]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_TYPE","features":[431]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_TYPE_DOWNMIX2CHANNEL","features":[431]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_TYPE_DOWNMIX6CHANNEL","features":[431]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_TYPE_DOWNMIX8CHANNEL","features":[431]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_TYPE_NONE","features":[431]},{"name":"MFT_AUDIO_DECODER_SPATIAL_METADATA_CLIENT","features":[431]},{"name":"MFT_CATEGORY_AUDIO_DECODER","features":[431]},{"name":"MFT_CATEGORY_AUDIO_EFFECT","features":[431]},{"name":"MFT_CATEGORY_AUDIO_ENCODER","features":[431]},{"name":"MFT_CATEGORY_DEMULTIPLEXER","features":[431]},{"name":"MFT_CATEGORY_ENCRYPTOR","features":[431]},{"name":"MFT_CATEGORY_MULTIPLEXER","features":[431]},{"name":"MFT_CATEGORY_OTHER","features":[431]},{"name":"MFT_CATEGORY_VIDEO_DECODER","features":[431]},{"name":"MFT_CATEGORY_VIDEO_EFFECT","features":[431]},{"name":"MFT_CATEGORY_VIDEO_ENCODER","features":[431]},{"name":"MFT_CATEGORY_VIDEO_PROCESSOR","features":[431]},{"name":"MFT_CATEGORY_VIDEO_RENDERER_EFFECT","features":[431]},{"name":"MFT_CODEC_MERIT_Attribute","features":[431]},{"name":"MFT_CONNECTED_STREAM_ATTRIBUTE","features":[431]},{"name":"MFT_CONNECTED_TO_HW_STREAM","features":[431]},{"name":"MFT_DECODER_EXPOSE_OUTPUT_TYPES_IN_NATIVE_ORDER","features":[431]},{"name":"MFT_DECODER_FINAL_VIDEO_RESOLUTION_HINT","features":[431]},{"name":"MFT_DECODER_QUALITY_MANAGEMENT_CUSTOM_CONTROL","features":[431]},{"name":"MFT_DECODER_QUALITY_MANAGEMENT_RECOVERY_WITHOUT_ARTIFACTS","features":[431]},{"name":"MFT_DRAIN_NO_TAILS","features":[431]},{"name":"MFT_DRAIN_PRODUCE_TAILS","features":[431]},{"name":"MFT_DRAIN_TYPE","features":[431]},{"name":"MFT_ENCODER_ERROR","features":[431]},{"name":"MFT_ENCODER_SUPPORTS_CONFIG_EVENT","features":[431]},{"name":"MFT_END_STREAMING_AWARE","features":[431]},{"name":"MFT_ENUM_ADAPTER_LUID","features":[431]},{"name":"MFT_ENUM_FLAG","features":[431]},{"name":"MFT_ENUM_FLAG_ALL","features":[431]},{"name":"MFT_ENUM_FLAG_ASYNCMFT","features":[431]},{"name":"MFT_ENUM_FLAG_FIELDOFUSE","features":[431]},{"name":"MFT_ENUM_FLAG_HARDWARE","features":[431]},{"name":"MFT_ENUM_FLAG_LOCALMFT","features":[431]},{"name":"MFT_ENUM_FLAG_SORTANDFILTER","features":[431]},{"name":"MFT_ENUM_FLAG_SORTANDFILTER_APPROVED_ONLY","features":[431]},{"name":"MFT_ENUM_FLAG_SORTANDFILTER_WEB_ONLY","features":[431]},{"name":"MFT_ENUM_FLAG_SORTANDFILTER_WEB_ONLY_EDGEMODE","features":[431]},{"name":"MFT_ENUM_FLAG_SYNCMFT","features":[431]},{"name":"MFT_ENUM_FLAG_TRANSCODE_ONLY","features":[431]},{"name":"MFT_ENUM_FLAG_UNTRUSTED_STOREMFT","features":[431]},{"name":"MFT_ENUM_HARDWARE_URL_Attribute","features":[431]},{"name":"MFT_ENUM_HARDWARE_VENDOR_ID_Attribute","features":[431]},{"name":"MFT_ENUM_TRANSCODE_ONLY_ATTRIBUTE","features":[431]},{"name":"MFT_ENUM_VIDEO_RENDERER_EXTENSION_PROFILE","features":[431]},{"name":"MFT_FIELDOFUSE_UNLOCK_Attribute","features":[431]},{"name":"MFT_FRIENDLY_NAME_Attribute","features":[431]},{"name":"MFT_GFX_DRIVER_VERSION_ID_Attribute","features":[431]},{"name":"MFT_HW_TIMESTAMP_WITH_QPC_Attribute","features":[431]},{"name":"MFT_INPUT_DATA_BUFFER_PLACEHOLDER","features":[431]},{"name":"MFT_INPUT_STATUS_ACCEPT_DATA","features":[431]},{"name":"MFT_INPUT_STREAM_DOES_NOT_ADDREF","features":[431]},{"name":"MFT_INPUT_STREAM_FIXED_SAMPLE_SIZE","features":[431]},{"name":"MFT_INPUT_STREAM_HOLDS_BUFFERS","features":[431]},{"name":"MFT_INPUT_STREAM_INFO","features":[431]},{"name":"MFT_INPUT_STREAM_OPTIONAL","features":[431]},{"name":"MFT_INPUT_STREAM_PROCESSES_IN_PLACE","features":[431]},{"name":"MFT_INPUT_STREAM_REMOVABLE","features":[431]},{"name":"MFT_INPUT_STREAM_SINGLE_SAMPLE_PER_BUFFER","features":[431]},{"name":"MFT_INPUT_STREAM_WHOLE_SAMPLES","features":[431]},{"name":"MFT_INPUT_TYPES_Attributes","features":[431]},{"name":"MFT_MESSAGE_COMMAND_DRAIN","features":[431]},{"name":"MFT_MESSAGE_COMMAND_FLUSH","features":[431]},{"name":"MFT_MESSAGE_COMMAND_FLUSH_OUTPUT_STREAM","features":[431]},{"name":"MFT_MESSAGE_COMMAND_MARKER","features":[431]},{"name":"MFT_MESSAGE_COMMAND_SET_OUTPUT_STREAM_STATE","features":[431]},{"name":"MFT_MESSAGE_COMMAND_TICK","features":[431]},{"name":"MFT_MESSAGE_DROP_SAMPLES","features":[431]},{"name":"MFT_MESSAGE_NOTIFY_BEGIN_STREAMING","features":[431]},{"name":"MFT_MESSAGE_NOTIFY_END_OF_STREAM","features":[431]},{"name":"MFT_MESSAGE_NOTIFY_END_STREAMING","features":[431]},{"name":"MFT_MESSAGE_NOTIFY_EVENT","features":[431]},{"name":"MFT_MESSAGE_NOTIFY_REACQUIRE_RESOURCES","features":[431]},{"name":"MFT_MESSAGE_NOTIFY_RELEASE_RESOURCES","features":[431]},{"name":"MFT_MESSAGE_NOTIFY_START_OF_STREAM","features":[431]},{"name":"MFT_MESSAGE_SET_D3D_MANAGER","features":[431]},{"name":"MFT_MESSAGE_TYPE","features":[431]},{"name":"MFT_OUTPUT_BOUND_UPPER_UNBOUNDED","features":[431]},{"name":"MFT_OUTPUT_DATA_BUFFER","features":[431]},{"name":"MFT_OUTPUT_DATA_BUFFER_FORMAT_CHANGE","features":[431]},{"name":"MFT_OUTPUT_DATA_BUFFER_INCOMPLETE","features":[431]},{"name":"MFT_OUTPUT_DATA_BUFFER_NO_SAMPLE","features":[431]},{"name":"MFT_OUTPUT_DATA_BUFFER_STREAM_END","features":[431]},{"name":"MFT_OUTPUT_STATUS_SAMPLE_READY","features":[431]},{"name":"MFT_OUTPUT_STREAM_CAN_PROVIDE_SAMPLES","features":[431]},{"name":"MFT_OUTPUT_STREAM_DISCARDABLE","features":[431]},{"name":"MFT_OUTPUT_STREAM_FIXED_SAMPLE_SIZE","features":[431]},{"name":"MFT_OUTPUT_STREAM_INFO","features":[431]},{"name":"MFT_OUTPUT_STREAM_LAZY_READ","features":[431]},{"name":"MFT_OUTPUT_STREAM_OPTIONAL","features":[431]},{"name":"MFT_OUTPUT_STREAM_PROVIDES_SAMPLES","features":[431]},{"name":"MFT_OUTPUT_STREAM_REMOVABLE","features":[431]},{"name":"MFT_OUTPUT_STREAM_SINGLE_SAMPLE_PER_BUFFER","features":[431]},{"name":"MFT_OUTPUT_STREAM_WHOLE_SAMPLES","features":[431]},{"name":"MFT_OUTPUT_TYPES_Attributes","features":[431]},{"name":"MFT_POLICY_SET_AWARE","features":[431]},{"name":"MFT_PREFERRED_ENCODER_PROFILE","features":[431]},{"name":"MFT_PREFERRED_OUTPUTTYPE_Attribute","features":[431]},{"name":"MFT_PROCESS_LOCAL_Attribute","features":[431]},{"name":"MFT_PROCESS_OUTPUT_DISCARD_WHEN_NO_BUFFER","features":[431]},{"name":"MFT_PROCESS_OUTPUT_REGENERATE_LAST_OUTPUT","features":[431]},{"name":"MFT_PROCESS_OUTPUT_STATUS_NEW_STREAMS","features":[431]},{"name":"MFT_REGISTER_TYPE_INFO","features":[431]},{"name":"MFT_REGISTRATION_INFO","features":[431]},{"name":"MFT_REMUX_MARK_I_PICTURE_AS_CLEAN_POINT","features":[431]},{"name":"MFT_SET_TYPE_TEST_ONLY","features":[431]},{"name":"MFT_STREAMS_UNLIMITED","features":[431]},{"name":"MFT_STREAM_STATE_PARAM","features":[431]},{"name":"MFT_SUPPORT_3DVIDEO","features":[431]},{"name":"MFT_SUPPORT_DYNAMIC_FORMAT_CHANGE","features":[431]},{"name":"MFT_TRANSFORM_CLSID_Attribute","features":[431]},{"name":"MFT_USING_HARDWARE_DRM","features":[431]},{"name":"MFTranscodeContainerType_3GP","features":[431]},{"name":"MFTranscodeContainerType_AC3","features":[431]},{"name":"MFTranscodeContainerType_ADTS","features":[431]},{"name":"MFTranscodeContainerType_AMR","features":[431]},{"name":"MFTranscodeContainerType_ASF","features":[431]},{"name":"MFTranscodeContainerType_AVI","features":[431]},{"name":"MFTranscodeContainerType_FLAC","features":[431]},{"name":"MFTranscodeContainerType_FMPEG4","features":[431]},{"name":"MFTranscodeContainerType_MP3","features":[431]},{"name":"MFTranscodeContainerType_MPEG2","features":[431]},{"name":"MFTranscodeContainerType_MPEG4","features":[431]},{"name":"MFTranscodeContainerType_WAVE","features":[431]},{"name":"MFTranscodeGetAudioOutputAvailableTypes","features":[431]},{"name":"MFUnlockDXGIDeviceManager","features":[431]},{"name":"MFUnlockPlatform","features":[431]},{"name":"MFUnlockWorkQueue","features":[431]},{"name":"MFUnregisterPlatformFromMMCSS","features":[431]},{"name":"MFUnwrapMediaType","features":[431]},{"name":"MFVIDEOFORMAT","features":[307,431]},{"name":"MFVP_MESSAGE_BEGINSTREAMING","features":[431]},{"name":"MFVP_MESSAGE_CANCELSTEP","features":[431]},{"name":"MFVP_MESSAGE_ENDOFSTREAM","features":[431]},{"name":"MFVP_MESSAGE_ENDSTREAMING","features":[431]},{"name":"MFVP_MESSAGE_FLUSH","features":[431]},{"name":"MFVP_MESSAGE_INVALIDATEMEDIATYPE","features":[431]},{"name":"MFVP_MESSAGE_PROCESSINPUTNOTIFY","features":[431]},{"name":"MFVP_MESSAGE_STEP","features":[431]},{"name":"MFVP_MESSAGE_TYPE","features":[431]},{"name":"MFValidateMediaTypeSize","features":[431]},{"name":"MFVideo3DFormat","features":[431]},{"name":"MFVideo3DSampleFormat","features":[431]},{"name":"MFVideo3DSampleFormat_BaseView","features":[431]},{"name":"MFVideo3DSampleFormat_MultiView","features":[431]},{"name":"MFVideo3DSampleFormat_Packed_LeftRight","features":[431]},{"name":"MFVideo3DSampleFormat_Packed_TopBottom","features":[431]},{"name":"MFVideoARMode_Mask","features":[431]},{"name":"MFVideoARMode_NonLinearStretch","features":[431]},{"name":"MFVideoARMode_None","features":[431]},{"name":"MFVideoARMode_PreservePicture","features":[431]},{"name":"MFVideoARMode_PreservePixel","features":[431]},{"name":"MFVideoAlphaBitmap","features":[307,316,318,431]},{"name":"MFVideoAlphaBitmapFlags","features":[431]},{"name":"MFVideoAlphaBitmapParams","features":[307,431]},{"name":"MFVideoAlphaBitmap_Alpha","features":[431]},{"name":"MFVideoAlphaBitmap_BitMask","features":[431]},{"name":"MFVideoAlphaBitmap_DestRect","features":[431]},{"name":"MFVideoAlphaBitmap_EntireDDS","features":[431]},{"name":"MFVideoAlphaBitmap_FilterMode","features":[431]},{"name":"MFVideoAlphaBitmap_SrcColorKey","features":[431]},{"name":"MFVideoAlphaBitmap_SrcRect","features":[431]},{"name":"MFVideoArea","features":[307,431]},{"name":"MFVideoAspectRatioMode","features":[431]},{"name":"MFVideoChromaSubsampling","features":[431]},{"name":"MFVideoChromaSubsampling_Cosited","features":[431]},{"name":"MFVideoChromaSubsampling_DV_PAL","features":[431]},{"name":"MFVideoChromaSubsampling_ForceDWORD","features":[431]},{"name":"MFVideoChromaSubsampling_Horizontally_Cosited","features":[431]},{"name":"MFVideoChromaSubsampling_Last","features":[431]},{"name":"MFVideoChromaSubsampling_MPEG1","features":[431]},{"name":"MFVideoChromaSubsampling_MPEG2","features":[431]},{"name":"MFVideoChromaSubsampling_ProgressiveChroma","features":[431]},{"name":"MFVideoChromaSubsampling_Unknown","features":[431]},{"name":"MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes","features":[431]},{"name":"MFVideoChromaSubsampling_Vertically_Cosited","features":[431]},{"name":"MFVideoCompressedInfo","features":[431]},{"name":"MFVideoDRMFlag_AnalogProtected","features":[431]},{"name":"MFVideoDRMFlag_DigitallyProtected","features":[431]},{"name":"MFVideoDRMFlag_None","features":[431]},{"name":"MFVideoDRMFlags","features":[431]},{"name":"MFVideoDSPMode","features":[431]},{"name":"MFVideoDSPMode_Passthrough","features":[431]},{"name":"MFVideoDSPMode_Stabilization","features":[431]},{"name":"MFVideoFlag_AnalogProtected","features":[431]},{"name":"MFVideoFlag_BottomUpLinearRep","features":[431]},{"name":"MFVideoFlag_DigitallyProtected","features":[431]},{"name":"MFVideoFlag_FieldRepeatCountMask","features":[431]},{"name":"MFVideoFlag_FieldRepeatCountShift","features":[431]},{"name":"MFVideoFlag_LowerFieldFirst","features":[431]},{"name":"MFVideoFlag_PAD_TO_16x9","features":[431]},{"name":"MFVideoFlag_PAD_TO_4x3","features":[431]},{"name":"MFVideoFlag_PAD_TO_Mask","features":[431]},{"name":"MFVideoFlag_PAD_TO_None","features":[431]},{"name":"MFVideoFlag_PanScanEnabled","features":[431]},{"name":"MFVideoFlag_ProgressiveContent","features":[431]},{"name":"MFVideoFlag_ProgressiveSeqReset","features":[431]},{"name":"MFVideoFlag_SrcContentHint16x9","features":[431]},{"name":"MFVideoFlag_SrcContentHint235_1","features":[431]},{"name":"MFVideoFlag_SrcContentHintMask","features":[431]},{"name":"MFVideoFlag_SrcContentHintNone","features":[431]},{"name":"MFVideoFlags","features":[431]},{"name":"MFVideoFlags_DXVASurface","features":[431]},{"name":"MFVideoFlags_ForceQWORD","features":[431]},{"name":"MFVideoFlags_RenderTargetSurface","features":[431]},{"name":"MFVideoFormat_420O","features":[431]},{"name":"MFVideoFormat_A16B16G16R16F","features":[431]},{"name":"MFVideoFormat_A2R10G10B10","features":[431]},{"name":"MFVideoFormat_AI44","features":[431]},{"name":"MFVideoFormat_ARGB32","features":[431]},{"name":"MFVideoFormat_AV1","features":[431]},{"name":"MFVideoFormat_AYUV","features":[431]},{"name":"MFVideoFormat_Base","features":[431]},{"name":"MFVideoFormat_Base_HDCP","features":[431]},{"name":"MFVideoFormat_D16","features":[431]},{"name":"MFVideoFormat_DV25","features":[431]},{"name":"MFVideoFormat_DV50","features":[431]},{"name":"MFVideoFormat_DVH1","features":[431]},{"name":"MFVideoFormat_DVHD","features":[431]},{"name":"MFVideoFormat_DVSD","features":[431]},{"name":"MFVideoFormat_DVSL","features":[431]},{"name":"MFVideoFormat_H263","features":[431]},{"name":"MFVideoFormat_H264","features":[431]},{"name":"MFVideoFormat_H264_ES","features":[431]},{"name":"MFVideoFormat_H264_HDCP","features":[431]},{"name":"MFVideoFormat_H265","features":[431]},{"name":"MFVideoFormat_HEVC","features":[431]},{"name":"MFVideoFormat_HEVC_ES","features":[431]},{"name":"MFVideoFormat_HEVC_HDCP","features":[431]},{"name":"MFVideoFormat_I420","features":[431]},{"name":"MFVideoFormat_IYUV","features":[431]},{"name":"MFVideoFormat_L16","features":[431]},{"name":"MFVideoFormat_L8","features":[431]},{"name":"MFVideoFormat_M4S2","features":[431]},{"name":"MFVideoFormat_MJPG","features":[431]},{"name":"MFVideoFormat_MP43","features":[431]},{"name":"MFVideoFormat_MP4S","features":[431]},{"name":"MFVideoFormat_MP4V","features":[431]},{"name":"MFVideoFormat_MPEG2","features":[431]},{"name":"MFVideoFormat_MPG1","features":[431]},{"name":"MFVideoFormat_MSS1","features":[431]},{"name":"MFVideoFormat_MSS2","features":[431]},{"name":"MFVideoFormat_NV11","features":[431]},{"name":"MFVideoFormat_NV12","features":[431]},{"name":"MFVideoFormat_NV21","features":[431]},{"name":"MFVideoFormat_ORAW","features":[431]},{"name":"MFVideoFormat_P010","features":[431]},{"name":"MFVideoFormat_P016","features":[431]},{"name":"MFVideoFormat_P210","features":[431]},{"name":"MFVideoFormat_P216","features":[431]},{"name":"MFVideoFormat_RGB24","features":[431]},{"name":"MFVideoFormat_RGB32","features":[431]},{"name":"MFVideoFormat_RGB555","features":[431]},{"name":"MFVideoFormat_RGB565","features":[431]},{"name":"MFVideoFormat_RGB8","features":[431]},{"name":"MFVideoFormat_Theora","features":[431]},{"name":"MFVideoFormat_UYVY","features":[431]},{"name":"MFVideoFormat_VP10","features":[431]},{"name":"MFVideoFormat_VP80","features":[431]},{"name":"MFVideoFormat_VP90","features":[431]},{"name":"MFVideoFormat_WMV1","features":[431]},{"name":"MFVideoFormat_WMV2","features":[431]},{"name":"MFVideoFormat_WMV3","features":[431]},{"name":"MFVideoFormat_WVC1","features":[431]},{"name":"MFVideoFormat_Y210","features":[431]},{"name":"MFVideoFormat_Y216","features":[431]},{"name":"MFVideoFormat_Y410","features":[431]},{"name":"MFVideoFormat_Y416","features":[431]},{"name":"MFVideoFormat_Y41P","features":[431]},{"name":"MFVideoFormat_Y41T","features":[431]},{"name":"MFVideoFormat_Y42T","features":[431]},{"name":"MFVideoFormat_YUY2","features":[431]},{"name":"MFVideoFormat_YV12","features":[431]},{"name":"MFVideoFormat_YVU9","features":[431]},{"name":"MFVideoFormat_YVYU","features":[431]},{"name":"MFVideoFormat_v210","features":[431]},{"name":"MFVideoFormat_v216","features":[431]},{"name":"MFVideoFormat_v410","features":[431]},{"name":"MFVideoInfo","features":[307,431]},{"name":"MFVideoInterlaceMode","features":[431]},{"name":"MFVideoInterlace_FieldInterleavedLowerFirst","features":[431]},{"name":"MFVideoInterlace_FieldInterleavedUpperFirst","features":[431]},{"name":"MFVideoInterlace_FieldSingleLower","features":[431]},{"name":"MFVideoInterlace_FieldSingleUpper","features":[431]},{"name":"MFVideoInterlace_ForceDWORD","features":[431]},{"name":"MFVideoInterlace_Last","features":[431]},{"name":"MFVideoInterlace_MixedInterlaceOrProgressive","features":[431]},{"name":"MFVideoInterlace_Progressive","features":[431]},{"name":"MFVideoInterlace_Unknown","features":[431]},{"name":"MFVideoLighting","features":[431]},{"name":"MFVideoLighting_ForceDWORD","features":[431]},{"name":"MFVideoLighting_Last","features":[431]},{"name":"MFVideoLighting_Unknown","features":[431]},{"name":"MFVideoLighting_bright","features":[431]},{"name":"MFVideoLighting_dark","features":[431]},{"name":"MFVideoLighting_dim","features":[431]},{"name":"MFVideoLighting_office","features":[431]},{"name":"MFVideoMixPrefs","features":[431]},{"name":"MFVideoMixPrefs_AllowDropToBob","features":[431]},{"name":"MFVideoMixPrefs_AllowDropToHalfInterlace","features":[431]},{"name":"MFVideoMixPrefs_EnableRotation","features":[431]},{"name":"MFVideoMixPrefs_ForceBob","features":[431]},{"name":"MFVideoMixPrefs_ForceHalfInterlace","features":[431]},{"name":"MFVideoMixPrefs_Mask","features":[431]},{"name":"MFVideoNormalizedRect","features":[431]},{"name":"MFVideoPadFlag_PAD_TO_16x9","features":[431]},{"name":"MFVideoPadFlag_PAD_TO_4x3","features":[431]},{"name":"MFVideoPadFlag_PAD_TO_None","features":[431]},{"name":"MFVideoPadFlags","features":[431]},{"name":"MFVideoPrimaries","features":[431]},{"name":"MFVideoPrimaries_ACES","features":[431]},{"name":"MFVideoPrimaries_BT2020","features":[431]},{"name":"MFVideoPrimaries_BT470_2_SysBG","features":[431]},{"name":"MFVideoPrimaries_BT470_2_SysM","features":[431]},{"name":"MFVideoPrimaries_BT709","features":[431]},{"name":"MFVideoPrimaries_DCI_P3","features":[431]},{"name":"MFVideoPrimaries_EBU3213","features":[431]},{"name":"MFVideoPrimaries_ForceDWORD","features":[431]},{"name":"MFVideoPrimaries_Last","features":[431]},{"name":"MFVideoPrimaries_SMPTE170M","features":[431]},{"name":"MFVideoPrimaries_SMPTE240M","features":[431]},{"name":"MFVideoPrimaries_SMPTE_C","features":[431]},{"name":"MFVideoPrimaries_Unknown","features":[431]},{"name":"MFVideoPrimaries_XYZ","features":[431]},{"name":"MFVideoPrimaries_reserved","features":[431]},{"name":"MFVideoRenderPrefs","features":[431]},{"name":"MFVideoRenderPrefs_AllowBatching","features":[431]},{"name":"MFVideoRenderPrefs_AllowOutputThrottling","features":[431]},{"name":"MFVideoRenderPrefs_AllowScaling","features":[431]},{"name":"MFVideoRenderPrefs_DoNotClipToDevice","features":[431]},{"name":"MFVideoRenderPrefs_DoNotRenderBorder","features":[431]},{"name":"MFVideoRenderPrefs_DoNotRepaintOnStop","features":[431]},{"name":"MFVideoRenderPrefs_ForceBatching","features":[431]},{"name":"MFVideoRenderPrefs_ForceOutputThrottling","features":[431]},{"name":"MFVideoRenderPrefs_ForceScaling","features":[431]},{"name":"MFVideoRenderPrefs_Mask","features":[431]},{"name":"MFVideoRotationFormat","features":[431]},{"name":"MFVideoRotationFormat_0","features":[431]},{"name":"MFVideoRotationFormat_180","features":[431]},{"name":"MFVideoRotationFormat_270","features":[431]},{"name":"MFVideoRotationFormat_90","features":[431]},{"name":"MFVideoSphericalFormat","features":[431]},{"name":"MFVideoSphericalFormat_3DMesh","features":[431]},{"name":"MFVideoSphericalFormat_CubeMap","features":[431]},{"name":"MFVideoSphericalFormat_Equirectangular","features":[431]},{"name":"MFVideoSphericalFormat_Unsupported","features":[431]},{"name":"MFVideoSphericalProjectionMode","features":[431]},{"name":"MFVideoSphericalProjectionMode_Flat","features":[431]},{"name":"MFVideoSphericalProjectionMode_Spherical","features":[431]},{"name":"MFVideoSrcContentHintFlag_16x9","features":[431]},{"name":"MFVideoSrcContentHintFlag_235_1","features":[431]},{"name":"MFVideoSrcContentHintFlag_None","features":[431]},{"name":"MFVideoSrcContentHintFlags","features":[431]},{"name":"MFVideoSurfaceInfo","features":[431]},{"name":"MFVideoTransFunc_10","features":[431]},{"name":"MFVideoTransFunc_10_rel","features":[431]},{"name":"MFVideoTransFunc_18","features":[431]},{"name":"MFVideoTransFunc_20","features":[431]},{"name":"MFVideoTransFunc_2020","features":[431]},{"name":"MFVideoTransFunc_2020_const","features":[431]},{"name":"MFVideoTransFunc_2084","features":[431]},{"name":"MFVideoTransFunc_22","features":[431]},{"name":"MFVideoTransFunc_240M","features":[431]},{"name":"MFVideoTransFunc_26","features":[431]},{"name":"MFVideoTransFunc_28","features":[431]},{"name":"MFVideoTransFunc_709","features":[431]},{"name":"MFVideoTransFunc_709_sym","features":[431]},{"name":"MFVideoTransFunc_ForceDWORD","features":[431]},{"name":"MFVideoTransFunc_HLG","features":[431]},{"name":"MFVideoTransFunc_Last","features":[431]},{"name":"MFVideoTransFunc_Log_100","features":[431]},{"name":"MFVideoTransFunc_Log_316","features":[431]},{"name":"MFVideoTransFunc_Unknown","features":[431]},{"name":"MFVideoTransFunc_sRGB","features":[431]},{"name":"MFVideoTransferFunction","features":[431]},{"name":"MFVideoTransferMatrix","features":[431]},{"name":"MFVideoTransferMatrix_BT2020_10","features":[431]},{"name":"MFVideoTransferMatrix_BT2020_12","features":[431]},{"name":"MFVideoTransferMatrix_BT601","features":[431]},{"name":"MFVideoTransferMatrix_BT709","features":[431]},{"name":"MFVideoTransferMatrix_ForceDWORD","features":[431]},{"name":"MFVideoTransferMatrix_Last","features":[431]},{"name":"MFVideoTransferMatrix_SMPTE240M","features":[431]},{"name":"MFVideoTransferMatrix_Unknown","features":[431]},{"name":"MFVirtualCameraAccess","features":[431]},{"name":"MFVirtualCameraAccess_AllUsers","features":[431]},{"name":"MFVirtualCameraAccess_CurrentUser","features":[431]},{"name":"MFVirtualCameraLifetime","features":[431]},{"name":"MFVirtualCameraLifetime_Session","features":[431]},{"name":"MFVirtualCameraLifetime_System","features":[431]},{"name":"MFVirtualCameraType","features":[431]},{"name":"MFVirtualCameraType_SoftwareCameraSource","features":[431]},{"name":"MFWaveFormatExConvertFlag_ForceExtensible","features":[431]},{"name":"MFWaveFormatExConvertFlag_Normal","features":[431]},{"name":"MFWaveFormatExConvertFlags","features":[431]},{"name":"MFWrapMediaType","features":[431]},{"name":"MF_1024_BYTE_ALIGNMENT","features":[431]},{"name":"MF_128_BYTE_ALIGNMENT","features":[431]},{"name":"MF_16_BYTE_ALIGNMENT","features":[431]},{"name":"MF_1_BYTE_ALIGNMENT","features":[431]},{"name":"MF_2048_BYTE_ALIGNMENT","features":[431]},{"name":"MF_256_BYTE_ALIGNMENT","features":[431]},{"name":"MF_2_BYTE_ALIGNMENT","features":[431]},{"name":"MF_32_BYTE_ALIGNMENT","features":[431]},{"name":"MF_4096_BYTE_ALIGNMENT","features":[431]},{"name":"MF_4_BYTE_ALIGNMENT","features":[431]},{"name":"MF_512_BYTE_ALIGNMENT","features":[431]},{"name":"MF_64_BYTE_ALIGNMENT","features":[431]},{"name":"MF_8192_BYTE_ALIGNMENT","features":[431]},{"name":"MF_8_BYTE_ALIGNMENT","features":[431]},{"name":"MF_ACCESSMODE_READ","features":[431]},{"name":"MF_ACCESSMODE_READWRITE","features":[431]},{"name":"MF_ACCESSMODE_WRITE","features":[431]},{"name":"MF_ACCESS_CONTROLLED_MEDIASOURCE_SERVICE","features":[431]},{"name":"MF_ACTIVATE_CUSTOM_MIXER","features":[431]},{"name":"MF_ACTIVATE_CUSTOM_MIXER_ALLOWFAIL","features":[431]},{"name":"MF_ACTIVATE_CUSTOM_PRESENTER","features":[431]},{"name":"MF_ACTIVATE_CUSTOM_PRESENTER_ALLOWFAIL","features":[431]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_MIXER_ACTIVATE","features":[431]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_MIXER_CLSID","features":[431]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_MIXER_FLAGS","features":[431]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_PRESENTER_ACTIVATE","features":[431]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_PRESENTER_CLSID","features":[431]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_PRESENTER_FLAGS","features":[431]},{"name":"MF_ACTIVATE_MFT_LOCKED","features":[431]},{"name":"MF_ACTIVATE_VIDEO_WINDOW","features":[431]},{"name":"MF_API_VERSION","features":[431]},{"name":"MF_ASFPROFILE_MAXPACKETSIZE","features":[431]},{"name":"MF_ASFPROFILE_MINPACKETSIZE","features":[431]},{"name":"MF_ASFSTREAMCONFIG_LEAKYBUCKET1","features":[431]},{"name":"MF_ASFSTREAMCONFIG_LEAKYBUCKET2","features":[431]},{"name":"MF_ATTRIBUTES_MATCH_ALL_ITEMS","features":[431]},{"name":"MF_ATTRIBUTES_MATCH_INTERSECTION","features":[431]},{"name":"MF_ATTRIBUTES_MATCH_OUR_ITEMS","features":[431]},{"name":"MF_ATTRIBUTES_MATCH_SMALLER","features":[431]},{"name":"MF_ATTRIBUTES_MATCH_THEIR_ITEMS","features":[431]},{"name":"MF_ATTRIBUTES_MATCH_TYPE","features":[431]},{"name":"MF_ATTRIBUTE_BLOB","features":[431]},{"name":"MF_ATTRIBUTE_DOUBLE","features":[431]},{"name":"MF_ATTRIBUTE_GUID","features":[431]},{"name":"MF_ATTRIBUTE_IUNKNOWN","features":[431]},{"name":"MF_ATTRIBUTE_SERIALIZE_OPTIONS","features":[431]},{"name":"MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF","features":[431]},{"name":"MF_ATTRIBUTE_STRING","features":[431]},{"name":"MF_ATTRIBUTE_TYPE","features":[431]},{"name":"MF_ATTRIBUTE_UINT32","features":[431]},{"name":"MF_ATTRIBUTE_UINT64","features":[431]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_ENDPOINT_ID","features":[431]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_ENDPOINT_ROLE","features":[431]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_FLAGS","features":[431]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_FLAGS_CROSSPROCESS","features":[431]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_FLAGS_DONT_ALLOW_FORMAT_CHANGES","features":[431]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_FLAGS_NOPERSIST","features":[431]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_SESSION_ID","features":[431]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_STREAM_CATEGORY","features":[431]},{"name":"MF_AUVRHP_ROOMMODEL","features":[431]},{"name":"MF_BD_MVC_PLANE_OFFSET_METADATA","features":[431]},{"name":"MF_BOOT_DRIVER_VERIFICATION_FAILED","features":[431]},{"name":"MF_BYTESTREAMHANDLER_ACCEPTS_SHARE_WRITE","features":[431]},{"name":"MF_BYTESTREAM_CONTENT_TYPE","features":[431]},{"name":"MF_BYTESTREAM_DLNA_PROFILE_ID","features":[431]},{"name":"MF_BYTESTREAM_DURATION","features":[431]},{"name":"MF_BYTESTREAM_EFFECTIVE_URL","features":[431]},{"name":"MF_BYTESTREAM_IFO_FILE_URI","features":[431]},{"name":"MF_BYTESTREAM_LAST_MODIFIED_TIME","features":[431]},{"name":"MF_BYTESTREAM_ORIGIN_NAME","features":[431]},{"name":"MF_BYTESTREAM_SERVICE","features":[431]},{"name":"MF_BYTESTREAM_TRANSCODED","features":[431]},{"name":"MF_BYTE_STREAM_CACHE_RANGE","features":[431]},{"name":"MF_CAMERA_CONTROL_CONFIGURATION_TYPE","features":[431]},{"name":"MF_CAMERA_CONTROL_CONFIGURATION_TYPE_POSTSTART","features":[431]},{"name":"MF_CAMERA_CONTROL_CONFIGURATION_TYPE_PRESTART","features":[431]},{"name":"MF_CAMERA_CONTROL_RANGE_INFO","features":[431]},{"name":"MF_CAPTURE_ENGINE_ALL_EFFECTS_REMOVED","features":[431]},{"name":"MF_CAPTURE_ENGINE_AUDIO_PROCESSING","features":[431]},{"name":"MF_CAPTURE_ENGINE_AUDIO_PROCESSING_DEFAULT","features":[431]},{"name":"MF_CAPTURE_ENGINE_AUDIO_PROCESSING_MODE","features":[431]},{"name":"MF_CAPTURE_ENGINE_AUDIO_PROCESSING_RAW","features":[431]},{"name":"MF_CAPTURE_ENGINE_CAMERA_STREAM_BLOCKED","features":[431]},{"name":"MF_CAPTURE_ENGINE_CAMERA_STREAM_UNBLOCKED","features":[431]},{"name":"MF_CAPTURE_ENGINE_D3D_MANAGER","features":[431]},{"name":"MF_CAPTURE_ENGINE_DECODER_MFT_FIELDOFUSE_UNLOCK_Attribute","features":[431]},{"name":"MF_CAPTURE_ENGINE_DEVICE_TYPE","features":[431]},{"name":"MF_CAPTURE_ENGINE_DEVICE_TYPE_AUDIO","features":[431]},{"name":"MF_CAPTURE_ENGINE_DEVICE_TYPE_VIDEO","features":[431]},{"name":"MF_CAPTURE_ENGINE_DISABLE_DXVA","features":[431]},{"name":"MF_CAPTURE_ENGINE_DISABLE_HARDWARE_TRANSFORMS","features":[431]},{"name":"MF_CAPTURE_ENGINE_EFFECT_ADDED","features":[431]},{"name":"MF_CAPTURE_ENGINE_EFFECT_REMOVED","features":[431]},{"name":"MF_CAPTURE_ENGINE_ENABLE_CAMERA_STREAMSTATE_NOTIFICATION","features":[431]},{"name":"MF_CAPTURE_ENGINE_ENCODER_MFT_FIELDOFUSE_UNLOCK_Attribute","features":[431]},{"name":"MF_CAPTURE_ENGINE_ERROR","features":[431]},{"name":"MF_CAPTURE_ENGINE_EVENT_GENERATOR_GUID","features":[431]},{"name":"MF_CAPTURE_ENGINE_EVENT_STREAM_INDEX","features":[431]},{"name":"MF_CAPTURE_ENGINE_INITIALIZED","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIASOURCE","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIASOURCE_CONFIG","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_COMMUNICATIONS","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_FARFIELDSPEECH","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_GAMECHAT","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_MEDIA","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_OTHER","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_SPEECH","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_UNIFORMSPEECH","features":[431]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_VOICETYPING","features":[431]},{"name":"MF_CAPTURE_ENGINE_OUTPUT_MEDIA_TYPE_SET","features":[431]},{"name":"MF_CAPTURE_ENGINE_PHOTO_TAKEN","features":[431]},{"name":"MF_CAPTURE_ENGINE_PREFERRED_SOURCE_STREAM_FOR_AUDIO","features":[431]},{"name":"MF_CAPTURE_ENGINE_PREFERRED_SOURCE_STREAM_FOR_METADATA","features":[431]},{"name":"MF_CAPTURE_ENGINE_PREFERRED_SOURCE_STREAM_FOR_PHOTO","features":[431]},{"name":"MF_CAPTURE_ENGINE_PREFERRED_SOURCE_STREAM_FOR_VIDEO_PREVIEW","features":[431]},{"name":"MF_CAPTURE_ENGINE_PREFERRED_SOURCE_STREAM_FOR_VIDEO_RECORD","features":[431]},{"name":"MF_CAPTURE_ENGINE_PREVIEW_STARTED","features":[431]},{"name":"MF_CAPTURE_ENGINE_PREVIEW_STOPPED","features":[431]},{"name":"MF_CAPTURE_ENGINE_RECORD_SINK_AUDIO_MAX_PROCESSED_SAMPLES","features":[431]},{"name":"MF_CAPTURE_ENGINE_RECORD_SINK_AUDIO_MAX_UNPROCESSED_SAMPLES","features":[431]},{"name":"MF_CAPTURE_ENGINE_RECORD_SINK_VIDEO_MAX_PROCESSED_SAMPLES","features":[431]},{"name":"MF_CAPTURE_ENGINE_RECORD_SINK_VIDEO_MAX_UNPROCESSED_SAMPLES","features":[431]},{"name":"MF_CAPTURE_ENGINE_RECORD_STARTED","features":[431]},{"name":"MF_CAPTURE_ENGINE_RECORD_STOPPED","features":[431]},{"name":"MF_CAPTURE_ENGINE_SELECTEDCAMERAPROFILE","features":[431]},{"name":"MF_CAPTURE_ENGINE_SELECTEDCAMERAPROFILE_INDEX","features":[431]},{"name":"MF_CAPTURE_ENGINE_SINK_TYPE","features":[431]},{"name":"MF_CAPTURE_ENGINE_SINK_TYPE_PHOTO","features":[431]},{"name":"MF_CAPTURE_ENGINE_SINK_TYPE_PREVIEW","features":[431]},{"name":"MF_CAPTURE_ENGINE_SINK_TYPE_RECORD","features":[431]},{"name":"MF_CAPTURE_ENGINE_SOURCE","features":[431]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY","features":[431]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_AUDIO","features":[431]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_METADATA","features":[431]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_PHOTO_DEPENDENT","features":[431]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_PHOTO_INDEPENDENT","features":[431]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_UNSUPPORTED","features":[431]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_VIDEO_CAPTURE","features":[431]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_VIDEO_PREVIEW","features":[431]},{"name":"MF_CAPTURE_ENGINE_USE_AUDIO_DEVICE_ONLY","features":[431]},{"name":"MF_CAPTURE_ENGINE_USE_VIDEO_DEVICE_ONLY","features":[431]},{"name":"MF_CAPTURE_METADATA_DIGITALWINDOW","features":[431]},{"name":"MF_CAPTURE_METADATA_EXIF","features":[431]},{"name":"MF_CAPTURE_METADATA_EXPOSURE_COMPENSATION","features":[431]},{"name":"MF_CAPTURE_METADATA_EXPOSURE_TIME","features":[431]},{"name":"MF_CAPTURE_METADATA_FACEROICHARACTERIZATIONS","features":[431]},{"name":"MF_CAPTURE_METADATA_FACEROIS","features":[431]},{"name":"MF_CAPTURE_METADATA_FACEROITIMESTAMPS","features":[431]},{"name":"MF_CAPTURE_METADATA_FIRST_SCANLINE_START_TIME_QPC","features":[431]},{"name":"MF_CAPTURE_METADATA_FLASH","features":[431]},{"name":"MF_CAPTURE_METADATA_FLASH_POWER","features":[431]},{"name":"MF_CAPTURE_METADATA_FOCUSSTATE","features":[431]},{"name":"MF_CAPTURE_METADATA_FRAME_BACKGROUND_MASK","features":[431]},{"name":"MF_CAPTURE_METADATA_FRAME_ILLUMINATION","features":[431]},{"name":"MF_CAPTURE_METADATA_FRAME_RAWSTREAM","features":[431]},{"name":"MF_CAPTURE_METADATA_HISTOGRAM","features":[431]},{"name":"MF_CAPTURE_METADATA_ISO_GAINS","features":[431]},{"name":"MF_CAPTURE_METADATA_ISO_SPEED","features":[431]},{"name":"MF_CAPTURE_METADATA_LAST_SCANLINE_END_TIME_QPC","features":[431]},{"name":"MF_CAPTURE_METADATA_LENS_POSITION","features":[431]},{"name":"MF_CAPTURE_METADATA_PHOTO_FRAME_FLASH","features":[431]},{"name":"MF_CAPTURE_METADATA_REQUESTED_FRAME_SETTING_ID","features":[431]},{"name":"MF_CAPTURE_METADATA_SCANLINE_DIRECTION","features":[431]},{"name":"MF_CAPTURE_METADATA_SCANLINE_TIME_QPC_ACCURACY","features":[431]},{"name":"MF_CAPTURE_METADATA_SCENE_MODE","features":[431]},{"name":"MF_CAPTURE_METADATA_SENSORFRAMERATE","features":[431]},{"name":"MF_CAPTURE_METADATA_UVC_PAYLOADHEADER","features":[431]},{"name":"MF_CAPTURE_METADATA_WHITEBALANCE","features":[431]},{"name":"MF_CAPTURE_METADATA_WHITEBALANCE_GAINS","features":[431]},{"name":"MF_CAPTURE_METADATA_ZOOMFACTOR","features":[431]},{"name":"MF_CAPTURE_SINK_PREPARED","features":[431]},{"name":"MF_CAPTURE_SOURCE_CURRENT_DEVICE_MEDIA_TYPE_SET","features":[431]},{"name":"MF_COMPONENT_CERT_REVOKED","features":[431]},{"name":"MF_COMPONENT_HS_CERT_REVOKED","features":[431]},{"name":"MF_COMPONENT_INVALID_EKU","features":[431]},{"name":"MF_COMPONENT_INVALID_ROOT","features":[431]},{"name":"MF_COMPONENT_LS_CERT_REVOKED","features":[431]},{"name":"MF_COMPONENT_REVOKED","features":[431]},{"name":"MF_CONNECT_ALLOW_CONVERTER","features":[431]},{"name":"MF_CONNECT_ALLOW_DECODER","features":[431]},{"name":"MF_CONNECT_AS_OPTIONAL","features":[431]},{"name":"MF_CONNECT_AS_OPTIONAL_BRANCH","features":[431]},{"name":"MF_CONNECT_DIRECT","features":[431]},{"name":"MF_CONNECT_METHOD","features":[431]},{"name":"MF_CONNECT_RESOLVE_INDEPENDENT_OUTPUTTYPES","features":[431]},{"name":"MF_CONTENTDECRYPTIONMODULE_SERVICE","features":[431]},{"name":"MF_CONTENT_DECRYPTOR_SERVICE","features":[431]},{"name":"MF_CONTENT_PROTECTION_DEVICE_SERVICE","features":[431]},{"name":"MF_CROSS_ORIGIN_POLICY","features":[431]},{"name":"MF_CROSS_ORIGIN_POLICY_ANONYMOUS","features":[431]},{"name":"MF_CROSS_ORIGIN_POLICY_NONE","features":[431]},{"name":"MF_CROSS_ORIGIN_POLICY_USE_CREDENTIALS","features":[431]},{"name":"MF_CUSTOM_DECODE_UNIT_TYPE","features":[431]},{"name":"MF_D3D11_RESOURCE","features":[431]},{"name":"MF_D3D12_RESOURCE","features":[431]},{"name":"MF_D3D12_SYNCHRONIZATION_OBJECT","features":[431]},{"name":"MF_DECODER_FWD_CUSTOM_SEI_DECODE_ORDER","features":[431]},{"name":"MF_DECODE_UNIT_NAL","features":[431]},{"name":"MF_DECODE_UNIT_SEI","features":[431]},{"name":"MF_DEVICEMFT_CONNECTED_FILTER_KSCONTROL","features":[431]},{"name":"MF_DEVICEMFT_CONNECTED_PIN_KSCONTROL","features":[431]},{"name":"MF_DEVICEMFT_EXTENSION_PLUGIN_CLSID","features":[431]},{"name":"MF_DEVICEMFT_SENSORPROFILE_COLLECTION","features":[431]},{"name":"MF_DEVICESTREAM_ATTRIBUTE_FACEAUTH_CAPABILITY","features":[431]},{"name":"MF_DEVICESTREAM_ATTRIBUTE_FRAMESOURCE_TYPES","features":[431]},{"name":"MF_DEVICESTREAM_ATTRIBUTE_SECURE_CAPABILITY","features":[431]},{"name":"MF_DEVICESTREAM_EXTENSION_PLUGIN_CLSID","features":[431]},{"name":"MF_DEVICESTREAM_EXTENSION_PLUGIN_CONNECTION_POINT","features":[431]},{"name":"MF_DEVICESTREAM_FILTER_KSCONTROL","features":[431]},{"name":"MF_DEVICESTREAM_FRAMESERVER_HIDDEN","features":[431]},{"name":"MF_DEVICESTREAM_FRAMESERVER_SHARED","features":[431]},{"name":"MF_DEVICESTREAM_IMAGE_STREAM","features":[431]},{"name":"MF_DEVICESTREAM_INDEPENDENT_IMAGE_STREAM","features":[431]},{"name":"MF_DEVICESTREAM_MAX_FRAME_BUFFERS","features":[431]},{"name":"MF_DEVICESTREAM_MULTIPLEXED_MANAGER","features":[431]},{"name":"MF_DEVICESTREAM_PIN_KSCONTROL","features":[431]},{"name":"MF_DEVICESTREAM_REQUIRED_CAPABILITIES","features":[431]},{"name":"MF_DEVICESTREAM_REQUIRED_SDDL","features":[431]},{"name":"MF_DEVICESTREAM_SENSORSTREAM_ID","features":[431]},{"name":"MF_DEVICESTREAM_SOURCE_ATTRIBUTES","features":[431]},{"name":"MF_DEVICESTREAM_STREAM_CATEGORY","features":[431]},{"name":"MF_DEVICESTREAM_STREAM_ID","features":[431]},{"name":"MF_DEVICESTREAM_TAKEPHOTO_TRIGGER","features":[431]},{"name":"MF_DEVICESTREAM_TRANSFORM_STREAM_ID","features":[431]},{"name":"MF_DEVICE_THERMAL_STATE_CHANGED","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_ENABLE_MS_CAMERA_EFFECTS","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_FRIENDLY_NAME","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_MEDIA_TYPE","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_PASSWORD","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_STREAM_URL","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ENDPOINT_ID","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_GUID","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ROLE","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_SYMBOLIC_LINK","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_CATEGORY","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_GUID","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_HW_SOURCE","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_MAX_BUFFERS","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_PROVIDER_DEVICE_ID","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_SYMBOLIC_LINK","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_USERNAME","features":[431]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_XADDRESS","features":[431]},{"name":"MF_DISABLE_FRAME_CORRUPTION_INFO","features":[431]},{"name":"MF_DISABLE_LOCALLY_REGISTERED_PLUGINS","features":[431]},{"name":"MF_DMFT_FRAME_BUFFER_INFO","features":[431]},{"name":"MF_DROP_MODE_1","features":[431]},{"name":"MF_DROP_MODE_2","features":[431]},{"name":"MF_DROP_MODE_3","features":[431]},{"name":"MF_DROP_MODE_4","features":[431]},{"name":"MF_DROP_MODE_5","features":[431]},{"name":"MF_DROP_MODE_NONE","features":[431]},{"name":"MF_ENABLE_3DVIDEO_OUTPUT","features":[431]},{"name":"MF_EVENT_DO_THINNING","features":[431]},{"name":"MF_EVENT_FLAG_NONE","features":[431]},{"name":"MF_EVENT_FLAG_NO_WAIT","features":[431]},{"name":"MF_EVENT_MFT_CONTEXT","features":[431]},{"name":"MF_EVENT_MFT_INPUT_STREAM_ID","features":[431]},{"name":"MF_EVENT_OUTPUT_NODE","features":[431]},{"name":"MF_EVENT_PRESENTATION_TIME_OFFSET","features":[431]},{"name":"MF_EVENT_SCRUBSAMPLE_TIME","features":[431]},{"name":"MF_EVENT_SESSIONCAPS","features":[431]},{"name":"MF_EVENT_SESSIONCAPS_DELTA","features":[431]},{"name":"MF_EVENT_SOURCE_ACTUAL_START","features":[431]},{"name":"MF_EVENT_SOURCE_CHARACTERISTICS","features":[431]},{"name":"MF_EVENT_SOURCE_CHARACTERISTICS_OLD","features":[431]},{"name":"MF_EVENT_SOURCE_FAKE_START","features":[431]},{"name":"MF_EVENT_SOURCE_PROJECTSTART","features":[431]},{"name":"MF_EVENT_SOURCE_TOPOLOGY_CANCELED","features":[431]},{"name":"MF_EVENT_START_PRESENTATION_TIME","features":[431]},{"name":"MF_EVENT_START_PRESENTATION_TIME_AT_OUTPUT","features":[431]},{"name":"MF_EVENT_STREAM_METADATA_CONTENT_KEYIDS","features":[431]},{"name":"MF_EVENT_STREAM_METADATA_KEYDATA","features":[431]},{"name":"MF_EVENT_STREAM_METADATA_SYSTEMID","features":[431]},{"name":"MF_EVENT_TOPOLOGY_STATUS","features":[431]},{"name":"MF_EVENT_TYPE","features":[431]},{"name":"MF_E_ALLOCATOR_ALREADY_COMMITED","features":[431]},{"name":"MF_E_ALLOCATOR_NOT_COMMITED","features":[431]},{"name":"MF_E_ALLOCATOR_NOT_INITIALIZED","features":[431]},{"name":"MF_E_ALL_PROCESS_RESTART_REQUIRED","features":[431]},{"name":"MF_E_ALREADY_INITIALIZED","features":[431]},{"name":"MF_E_ASF_DROPPED_PACKET","features":[431]},{"name":"MF_E_ASF_FILESINK_BITRATE_UNKNOWN","features":[431]},{"name":"MF_E_ASF_INDEXNOTLOADED","features":[431]},{"name":"MF_E_ASF_INVALIDDATA","features":[431]},{"name":"MF_E_ASF_MISSINGDATA","features":[431]},{"name":"MF_E_ASF_NOINDEX","features":[431]},{"name":"MF_E_ASF_OPAQUEPACKET","features":[431]},{"name":"MF_E_ASF_OUTOFRANGE","features":[431]},{"name":"MF_E_ASF_PARSINGINCOMPLETE","features":[431]},{"name":"MF_E_ASF_TOO_MANY_PAYLOADS","features":[431]},{"name":"MF_E_ASF_UNSUPPORTED_STREAM_TYPE","features":[431]},{"name":"MF_E_ATTRIBUTENOTFOUND","features":[431]},{"name":"MF_E_AUDIO_BUFFER_SIZE_ERROR","features":[431]},{"name":"MF_E_AUDIO_CLIENT_WRAPPER_SPOOF_ERROR","features":[431]},{"name":"MF_E_AUDIO_PLAYBACK_DEVICE_INVALIDATED","features":[431]},{"name":"MF_E_AUDIO_PLAYBACK_DEVICE_IN_USE","features":[431]},{"name":"MF_E_AUDIO_RECORDING_DEVICE_INVALIDATED","features":[431]},{"name":"MF_E_AUDIO_RECORDING_DEVICE_IN_USE","features":[431]},{"name":"MF_E_AUDIO_SERVICE_NOT_RUNNING","features":[431]},{"name":"MF_E_BACKUP_RESTRICTED_LICENSE","features":[431]},{"name":"MF_E_BAD_OPL_STRUCTURE_FORMAT","features":[431]},{"name":"MF_E_BAD_STARTUP_VERSION","features":[431]},{"name":"MF_E_BANDWIDTH_OVERRUN","features":[431]},{"name":"MF_E_BUFFERTOOSMALL","features":[431]},{"name":"MF_E_BYTESTREAM_NOT_SEEKABLE","features":[431]},{"name":"MF_E_BYTESTREAM_UNKNOWN_LENGTH","features":[431]},{"name":"MF_E_CANNOT_CREATE_SINK","features":[431]},{"name":"MF_E_CANNOT_FIND_KEYFRAME_SAMPLE","features":[431]},{"name":"MF_E_CANNOT_INDEX_IN_PLACE","features":[431]},{"name":"MF_E_CANNOT_PARSE_BYTESTREAM","features":[431]},{"name":"MF_E_CAPTURE_ENGINE_ALL_EFFECTS_REMOVED","features":[431]},{"name":"MF_E_CAPTURE_ENGINE_INVALID_OP","features":[431]},{"name":"MF_E_CAPTURE_NO_SAMPLES_IN_QUEUE","features":[431]},{"name":"MF_E_CAPTURE_PROPERTY_SET_DURING_PHOTO","features":[431]},{"name":"MF_E_CAPTURE_SINK_MIRROR_ERROR","features":[431]},{"name":"MF_E_CAPTURE_SINK_OUTPUT_NOT_SET","features":[431]},{"name":"MF_E_CAPTURE_SINK_ROTATE_ERROR","features":[431]},{"name":"MF_E_CAPTURE_SOURCE_DEVICE_EXTENDEDPROP_OP_IN_PROGRESS","features":[431]},{"name":"MF_E_CAPTURE_SOURCE_NO_AUDIO_STREAM_PRESENT","features":[431]},{"name":"MF_E_CAPTURE_SOURCE_NO_INDEPENDENT_PHOTO_STREAM_PRESENT","features":[431]},{"name":"MF_E_CAPTURE_SOURCE_NO_VIDEO_STREAM_PRESENT","features":[431]},{"name":"MF_E_CLOCK_AUDIO_DEVICE_POSITION_UNEXPECTED","features":[431]},{"name":"MF_E_CLOCK_AUDIO_RENDER_POSITION_UNEXPECTED","features":[431]},{"name":"MF_E_CLOCK_AUDIO_RENDER_TIME_UNEXPECTED","features":[431]},{"name":"MF_E_CLOCK_INVALID_CONTINUITY_KEY","features":[431]},{"name":"MF_E_CLOCK_NOT_SIMPLE","features":[431]},{"name":"MF_E_CLOCK_NO_TIME_SOURCE","features":[431]},{"name":"MF_E_CLOCK_STATE_ALREADY_SET","features":[431]},{"name":"MF_E_CODE_EXPIRED","features":[431]},{"name":"MF_E_COMPONENT_REVOKED","features":[431]},{"name":"MF_E_CONTENT_PROTECTION_SYSTEM_NOT_ENABLED","features":[431]},{"name":"MF_E_DEBUGGING_NOT_ALLOWED","features":[431]},{"name":"MF_E_DISABLED_IN_SAFEMODE","features":[431]},{"name":"MF_E_DRM_HARDWARE_INCONSISTENT","features":[431]},{"name":"MF_E_DRM_MIGRATION_NOT_SUPPORTED","features":[431]},{"name":"MF_E_DRM_UNSUPPORTED","features":[431]},{"name":"MF_E_DROPTIME_NOT_SUPPORTED","features":[431]},{"name":"MF_E_DURATION_TOO_LONG","features":[431]},{"name":"MF_E_DXGI_DEVICE_NOT_INITIALIZED","features":[431]},{"name":"MF_E_DXGI_NEW_VIDEO_DEVICE","features":[431]},{"name":"MF_E_DXGI_VIDEO_DEVICE_LOCKED","features":[431]},{"name":"MF_E_END_OF_STREAM","features":[431]},{"name":"MF_E_FLUSH_NEEDED","features":[431]},{"name":"MF_E_FORMAT_CHANGE_NOT_SUPPORTED","features":[431]},{"name":"MF_E_GRL_ABSENT","features":[431]},{"name":"MF_E_GRL_EXTENSIBLE_ENTRY_NOT_FOUND","features":[431]},{"name":"MF_E_GRL_INVALID_FORMAT","features":[431]},{"name":"MF_E_GRL_RENEWAL_NOT_FOUND","features":[431]},{"name":"MF_E_GRL_UNRECOGNIZED_FORMAT","features":[431]},{"name":"MF_E_GRL_VERSION_TOO_LOW","features":[431]},{"name":"MF_E_HARDWARE_DRM_UNSUPPORTED","features":[431]},{"name":"MF_E_HDCP_AUTHENTICATION_FAILURE","features":[431]},{"name":"MF_E_HDCP_LINK_FAILURE","features":[431]},{"name":"MF_E_HIGH_SECURITY_LEVEL_CONTENT_NOT_ALLOWED","features":[431]},{"name":"MF_E_HW_ACCELERATED_THUMBNAIL_NOT_SUPPORTED","features":[431]},{"name":"MF_E_HW_MFT_FAILED_START_STREAMING","features":[431]},{"name":"MF_E_HW_STREAM_NOT_CONNECTED","features":[431]},{"name":"MF_E_INCOMPATIBLE_SAMPLE_PROTECTION","features":[431]},{"name":"MF_E_INDEX_NOT_COMMITTED","features":[431]},{"name":"MF_E_INSUFFICIENT_BUFFER","features":[431]},{"name":"MF_E_INVALIDINDEX","features":[431]},{"name":"MF_E_INVALIDMEDIATYPE","features":[431]},{"name":"MF_E_INVALIDNAME","features":[431]},{"name":"MF_E_INVALIDREQUEST","features":[431]},{"name":"MF_E_INVALIDSTREAMNUMBER","features":[431]},{"name":"MF_E_INVALIDTYPE","features":[431]},{"name":"MF_E_INVALID_AKE_CHANNEL_PARAMETERS","features":[431]},{"name":"MF_E_INVALID_ASF_STREAMID","features":[431]},{"name":"MF_E_INVALID_CODEC_MERIT","features":[431]},{"name":"MF_E_INVALID_FILE_FORMAT","features":[431]},{"name":"MF_E_INVALID_FORMAT","features":[431]},{"name":"MF_E_INVALID_KEY","features":[431]},{"name":"MF_E_INVALID_POSITION","features":[431]},{"name":"MF_E_INVALID_PROFILE","features":[431]},{"name":"MF_E_INVALID_STATE_TRANSITION","features":[431]},{"name":"MF_E_INVALID_STREAM_DATA","features":[431]},{"name":"MF_E_INVALID_STREAM_STATE","features":[431]},{"name":"MF_E_INVALID_TIMESTAMP","features":[431]},{"name":"MF_E_INVALID_WORKQUEUE","features":[431]},{"name":"MF_E_ITA_ERROR_PARSING_SAP_PARAMETERS","features":[431]},{"name":"MF_E_ITA_OPL_DATA_NOT_INITIALIZED","features":[431]},{"name":"MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_OUTPUT","features":[431]},{"name":"MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_PROTECTION_GUID","features":[431]},{"name":"MF_E_ITA_UNRECOGNIZED_DIGITAL_VIDEO_OUTPUT","features":[431]},{"name":"MF_E_ITA_UNSUPPORTED_ACTION","features":[431]},{"name":"MF_E_KERNEL_UNTRUSTED","features":[431]},{"name":"MF_E_LATE_SAMPLE","features":[431]},{"name":"MF_E_LICENSE_INCORRECT_RIGHTS","features":[431]},{"name":"MF_E_LICENSE_OUTOFDATE","features":[431]},{"name":"MF_E_LICENSE_REQUIRED","features":[431]},{"name":"MF_E_LICENSE_RESTORE_NEEDS_INDIVIDUALIZATION","features":[431]},{"name":"MF_E_LICENSE_RESTORE_NO_RIGHTS","features":[431]},{"name":"MF_E_MEDIAPROC_WRONGSTATE","features":[431]},{"name":"MF_E_MEDIA_EXTENSION_APPSERVICE_CONNECTION_FAILED","features":[431]},{"name":"MF_E_MEDIA_EXTENSION_APPSERVICE_REQUEST_FAILED","features":[431]},{"name":"MF_E_MEDIA_EXTENSION_PACKAGE_INTEGRITY_CHECK_FAILED","features":[431]},{"name":"MF_E_MEDIA_EXTENSION_PACKAGE_LICENSE_INVALID","features":[431]},{"name":"MF_E_MEDIA_SOURCE_NOT_STARTED","features":[431]},{"name":"MF_E_MEDIA_SOURCE_NO_STREAMS_SELECTED","features":[431]},{"name":"MF_E_MEDIA_SOURCE_WRONGSTATE","features":[431]},{"name":"MF_E_METADATA_TOO_LONG","features":[431]},{"name":"MF_E_MISSING_ASF_LEAKYBUCKET","features":[431]},{"name":"MF_E_MP3_BAD_CRC","features":[431]},{"name":"MF_E_MP3_NOTFOUND","features":[431]},{"name":"MF_E_MP3_NOTMP3","features":[431]},{"name":"MF_E_MP3_NOTSUPPORTED","features":[431]},{"name":"MF_E_MP3_OUTOFDATA","features":[431]},{"name":"MF_E_MULTIPLE_BEGIN","features":[431]},{"name":"MF_E_MULTIPLE_SUBSCRIBERS","features":[431]},{"name":"MF_E_NETWORK_RESOURCE_FAILURE","features":[431]},{"name":"MF_E_NET_BAD_CONTROL_DATA","features":[431]},{"name":"MF_E_NET_BAD_REQUEST","features":[431]},{"name":"MF_E_NET_BUSY","features":[431]},{"name":"MF_E_NET_BWLEVEL_NOT_SUPPORTED","features":[431]},{"name":"MF_E_NET_CACHESTREAM_NOT_FOUND","features":[431]},{"name":"MF_E_NET_CACHE_NO_DATA","features":[431]},{"name":"MF_E_NET_CANNOTCONNECT","features":[431]},{"name":"MF_E_NET_CLIENT_CLOSE","features":[431]},{"name":"MF_E_NET_COMPANION_DRIVER_DISCONNECT","features":[431]},{"name":"MF_E_NET_CONNECTION_FAILURE","features":[431]},{"name":"MF_E_NET_EOL","features":[431]},{"name":"MF_E_NET_ERROR_FROM_PROXY","features":[431]},{"name":"MF_E_NET_INCOMPATIBLE_PUSHSERVER","features":[431]},{"name":"MF_E_NET_INCOMPATIBLE_SERVER","features":[431]},{"name":"MF_E_NET_INTERNAL_SERVER_ERROR","features":[431]},{"name":"MF_E_NET_INVALID_PRESENTATION_DESCRIPTOR","features":[431]},{"name":"MF_E_NET_INVALID_PUSH_PUBLISHING_POINT","features":[431]},{"name":"MF_E_NET_INVALID_PUSH_TEMPLATE","features":[431]},{"name":"MF_E_NET_MANUALSS_NOT_SUPPORTED","features":[431]},{"name":"MF_E_NET_NOCONNECTION","features":[431]},{"name":"MF_E_NET_PROTOCOL_DISABLED","features":[431]},{"name":"MF_E_NET_PROXY_ACCESSDENIED","features":[431]},{"name":"MF_E_NET_PROXY_TIMEOUT","features":[431]},{"name":"MF_E_NET_READ","features":[431]},{"name":"MF_E_NET_REDIRECT","features":[431]},{"name":"MF_E_NET_REDIRECT_TO_PROXY","features":[431]},{"name":"MF_E_NET_REQUIRE_ASYNC","features":[431]},{"name":"MF_E_NET_REQUIRE_INPUT","features":[431]},{"name":"MF_E_NET_REQUIRE_NETWORK","features":[431]},{"name":"MF_E_NET_RESOURCE_GONE","features":[431]},{"name":"MF_E_NET_SERVER_ACCESSDENIED","features":[431]},{"name":"MF_E_NET_SERVER_UNAVAILABLE","features":[431]},{"name":"MF_E_NET_SESSION_INVALID","features":[431]},{"name":"MF_E_NET_SESSION_NOT_FOUND","features":[431]},{"name":"MF_E_NET_STREAMGROUPS_NOT_SUPPORTED","features":[431]},{"name":"MF_E_NET_TIMEOUT","features":[431]},{"name":"MF_E_NET_TOO_MANY_REDIRECTS","features":[431]},{"name":"MF_E_NET_TOO_MUCH_DATA","features":[431]},{"name":"MF_E_NET_UDP_BLOCKED","features":[431]},{"name":"MF_E_NET_UNSAFE_URL","features":[431]},{"name":"MF_E_NET_UNSUPPORTED_CONFIGURATION","features":[431]},{"name":"MF_E_NET_WRITE","features":[431]},{"name":"MF_E_NEW_VIDEO_DEVICE","features":[431]},{"name":"MF_E_NON_PE_PROCESS","features":[431]},{"name":"MF_E_NOTACCEPTING","features":[431]},{"name":"MF_E_NOT_AVAILABLE","features":[431]},{"name":"MF_E_NOT_FOUND","features":[431]},{"name":"MF_E_NOT_INITIALIZED","features":[431]},{"name":"MF_E_NOT_PROTECTED","features":[431]},{"name":"MF_E_NO_AUDIO_PLAYBACK_DEVICE","features":[431]},{"name":"MF_E_NO_AUDIO_RECORDING_DEVICE","features":[431]},{"name":"MF_E_NO_BITPUMP","features":[431]},{"name":"MF_E_NO_CAPTURE_DEVICES_AVAILABLE","features":[431]},{"name":"MF_E_NO_CLOCK","features":[431]},{"name":"MF_E_NO_CONTENT_PROTECTION_MANAGER","features":[431]},{"name":"MF_E_NO_DURATION","features":[431]},{"name":"MF_E_NO_EVENTS_AVAILABLE","features":[431]},{"name":"MF_E_NO_INDEX","features":[431]},{"name":"MF_E_NO_MORE_DROP_MODES","features":[431]},{"name":"MF_E_NO_MORE_QUALITY_LEVELS","features":[431]},{"name":"MF_E_NO_MORE_TYPES","features":[431]},{"name":"MF_E_NO_PMP_HOST","features":[431]},{"name":"MF_E_NO_SAMPLE_DURATION","features":[431]},{"name":"MF_E_NO_SAMPLE_TIMESTAMP","features":[431]},{"name":"MF_E_NO_SOURCE_IN_CACHE","features":[431]},{"name":"MF_E_NO_VIDEO_SAMPLE_AVAILABLE","features":[431]},{"name":"MF_E_OFFLINE_MODE","features":[431]},{"name":"MF_E_OPERATION_CANCELLED","features":[431]},{"name":"MF_E_OPERATION_IN_PROGRESS","features":[431]},{"name":"MF_E_OPERATION_UNSUPPORTED_AT_D3D_FEATURE_LEVEL","features":[431]},{"name":"MF_E_OPL_NOT_SUPPORTED","features":[431]},{"name":"MF_E_OUT_OF_RANGE","features":[431]},{"name":"MF_E_PEAUTH_NOT_STARTED","features":[431]},{"name":"MF_E_PEAUTH_PUBLICKEY_REVOKED","features":[431]},{"name":"MF_E_PEAUTH_SESSION_NOT_STARTED","features":[431]},{"name":"MF_E_PEAUTH_UNTRUSTED","features":[431]},{"name":"MF_E_PE_SESSIONS_MAXED","features":[431]},{"name":"MF_E_PE_UNTRUSTED","features":[431]},{"name":"MF_E_PLATFORM_NOT_INITIALIZED","features":[431]},{"name":"MF_E_POLICY_MGR_ACTION_OUTOFBOUNDS","features":[431]},{"name":"MF_E_POLICY_UNSUPPORTED","features":[431]},{"name":"MF_E_PROCESS_RESTART_REQUIRED","features":[431]},{"name":"MF_E_PROPERTY_EMPTY","features":[431]},{"name":"MF_E_PROPERTY_NOT_ALLOWED","features":[431]},{"name":"MF_E_PROPERTY_NOT_EMPTY","features":[431]},{"name":"MF_E_PROPERTY_NOT_FOUND","features":[431]},{"name":"MF_E_PROPERTY_READ_ONLY","features":[431]},{"name":"MF_E_PROPERTY_TYPE_NOT_ALLOWED","features":[431]},{"name":"MF_E_PROPERTY_TYPE_NOT_SUPPORTED","features":[431]},{"name":"MF_E_PROPERTY_VECTOR_NOT_ALLOWED","features":[431]},{"name":"MF_E_PROPERTY_VECTOR_REQUIRED","features":[431]},{"name":"MF_E_QM_INVALIDSTATE","features":[431]},{"name":"MF_E_QUALITYKNOB_WAIT_LONGER","features":[431]},{"name":"MF_E_RATE_CHANGE_PREEMPTED","features":[431]},{"name":"MF_E_REBOOT_REQUIRED","features":[431]},{"name":"MF_E_RESOLUTION_REQUIRES_PMP_CREATION_CALLBACK","features":[431]},{"name":"MF_E_REVERSE_UNSUPPORTED","features":[431]},{"name":"MF_E_RT_OUTOFMEMORY","features":[431]},{"name":"MF_E_RT_THROUGHPUT_NOT_AVAILABLE","features":[431]},{"name":"MF_E_RT_TOO_MANY_CLASSES","features":[431]},{"name":"MF_E_RT_UNAVAILABLE","features":[431]},{"name":"MF_E_RT_WORKQUEUE_CLASS_NOT_SPECIFIED","features":[431]},{"name":"MF_E_RT_WOULDBLOCK","features":[431]},{"name":"MF_E_SAMPLEALLOCATOR_CANCELED","features":[431]},{"name":"MF_E_SAMPLEALLOCATOR_EMPTY","features":[431]},{"name":"MF_E_SAMPLE_HAS_TOO_MANY_BUFFERS","features":[431]},{"name":"MF_E_SAMPLE_NOT_WRITABLE","features":[431]},{"name":"MF_E_SEQUENCER_UNKNOWN_SEGMENT_ID","features":[431]},{"name":"MF_E_SESSION_PAUSEWHILESTOPPED","features":[431]},{"name":"MF_E_SHUTDOWN","features":[431]},{"name":"MF_E_SIGNATURE_VERIFICATION_FAILED","features":[431]},{"name":"MF_E_SINK_ALREADYSTOPPED","features":[431]},{"name":"MF_E_SINK_HEADERS_NOT_FOUND","features":[431]},{"name":"MF_E_SINK_NO_SAMPLES_PROCESSED","features":[431]},{"name":"MF_E_SINK_NO_STREAMS","features":[431]},{"name":"MF_E_SOURCERESOLVER_MUTUALLY_EXCLUSIVE_FLAGS","features":[431]},{"name":"MF_E_STATE_TRANSITION_PENDING","features":[431]},{"name":"MF_E_STREAMSINKS_FIXED","features":[431]},{"name":"MF_E_STREAMSINKS_OUT_OF_SYNC","features":[431]},{"name":"MF_E_STREAMSINK_EXISTS","features":[431]},{"name":"MF_E_STREAMSINK_REMOVED","features":[431]},{"name":"MF_E_STREAM_ERROR","features":[431]},{"name":"MF_E_TEST_SIGNED_COMPONENTS_NOT_ALLOWED","features":[431]},{"name":"MF_E_THINNING_UNSUPPORTED","features":[431]},{"name":"MF_E_TIMELINECONTROLLER_CANNOT_ATTACH","features":[431]},{"name":"MF_E_TIMELINECONTROLLER_NOT_ALLOWED","features":[431]},{"name":"MF_E_TIMELINECONTROLLER_UNSUPPORTED_SOURCE_TYPE","features":[431]},{"name":"MF_E_TIMER_ORPHANED","features":[431]},{"name":"MF_E_TOPOLOGY_VERIFICATION_FAILED","features":[431]},{"name":"MF_E_TOPO_CANNOT_CONNECT","features":[431]},{"name":"MF_E_TOPO_CANNOT_FIND_DECRYPTOR","features":[431]},{"name":"MF_E_TOPO_CODEC_NOT_FOUND","features":[431]},{"name":"MF_E_TOPO_INVALID_OPTIONAL_NODE","features":[431]},{"name":"MF_E_TOPO_INVALID_TIME_ATTRIBUTES","features":[431]},{"name":"MF_E_TOPO_LOOPS_IN_TOPOLOGY","features":[431]},{"name":"MF_E_TOPO_MISSING_PRESENTATION_DESCRIPTOR","features":[431]},{"name":"MF_E_TOPO_MISSING_SOURCE","features":[431]},{"name":"MF_E_TOPO_MISSING_STREAM_DESCRIPTOR","features":[431]},{"name":"MF_E_TOPO_SINK_ACTIVATES_UNSUPPORTED","features":[431]},{"name":"MF_E_TOPO_STREAM_DESCRIPTOR_NOT_SELECTED","features":[431]},{"name":"MF_E_TOPO_UNSUPPORTED","features":[431]},{"name":"MF_E_TRANSCODE_INVALID_PROFILE","features":[431]},{"name":"MF_E_TRANSCODE_NO_CONTAINERTYPE","features":[431]},{"name":"MF_E_TRANSCODE_NO_MATCHING_ENCODER","features":[431]},{"name":"MF_E_TRANSCODE_PROFILE_NO_MATCHING_STREAMS","features":[431]},{"name":"MF_E_TRANSFORM_ASYNC_LOCKED","features":[431]},{"name":"MF_E_TRANSFORM_ASYNC_MFT_NOT_SUPPORTED","features":[431]},{"name":"MF_E_TRANSFORM_CANNOT_CHANGE_MEDIATYPE_WHILE_PROCESSING","features":[431]},{"name":"MF_E_TRANSFORM_CANNOT_INITIALIZE_ACM_DRIVER","features":[431]},{"name":"MF_E_TRANSFORM_CONFLICTS_WITH_OTHER_CURRENTLY_ENABLED_FEATURES","features":[431]},{"name":"MF_E_TRANSFORM_EXATTRIBUTE_NOT_SUPPORTED","features":[431]},{"name":"MF_E_TRANSFORM_INPUT_REMAINING","features":[431]},{"name":"MF_E_TRANSFORM_NEED_MORE_INPUT","features":[431]},{"name":"MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_INPUT_MEDIATYPE","features":[431]},{"name":"MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_MEDIATYPE_COMBINATION","features":[431]},{"name":"MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_OUTPUT_MEDIATYPE","features":[431]},{"name":"MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_SPKR_CONFIG","features":[431]},{"name":"MF_E_TRANSFORM_PROFILE_INVALID_OR_CORRUPT","features":[431]},{"name":"MF_E_TRANSFORM_PROFILE_MISSING","features":[431]},{"name":"MF_E_TRANSFORM_PROFILE_TRUNCATED","features":[431]},{"name":"MF_E_TRANSFORM_PROPERTY_ARRAY_VALUE_WRONG_NUM_DIM","features":[431]},{"name":"MF_E_TRANSFORM_PROPERTY_NOT_WRITEABLE","features":[431]},{"name":"MF_E_TRANSFORM_PROPERTY_PID_NOT_RECOGNIZED","features":[431]},{"name":"MF_E_TRANSFORM_PROPERTY_VALUE_INCOMPATIBLE","features":[431]},{"name":"MF_E_TRANSFORM_PROPERTY_VALUE_OUT_OF_RANGE","features":[431]},{"name":"MF_E_TRANSFORM_PROPERTY_VALUE_SIZE_WRONG","features":[431]},{"name":"MF_E_TRANSFORM_PROPERTY_VARIANT_TYPE_WRONG","features":[431]},{"name":"MF_E_TRANSFORM_STREAM_CHANGE","features":[431]},{"name":"MF_E_TRANSFORM_STREAM_INVALID_RESOLUTION","features":[431]},{"name":"MF_E_TRANSFORM_TYPE_NOT_SET","features":[431]},{"name":"MF_E_TRUST_DISABLED","features":[431]},{"name":"MF_E_UNAUTHORIZED","features":[431]},{"name":"MF_E_UNEXPECTED","features":[431]},{"name":"MF_E_UNRECOVERABLE_ERROR_OCCURRED","features":[431]},{"name":"MF_E_UNSUPPORTED_BYTESTREAM_TYPE","features":[431]},{"name":"MF_E_UNSUPPORTED_CAPTION","features":[431]},{"name":"MF_E_UNSUPPORTED_CAPTURE_DEVICE_PRESENT","features":[431]},{"name":"MF_E_UNSUPPORTED_CHARACTERISTICS","features":[431]},{"name":"MF_E_UNSUPPORTED_CONTENT_PROTECTION_SYSTEM","features":[431]},{"name":"MF_E_UNSUPPORTED_D3D_TYPE","features":[431]},{"name":"MF_E_UNSUPPORTED_FORMAT","features":[431]},{"name":"MF_E_UNSUPPORTED_MEDIATYPE_AT_D3D_FEATURE_LEVEL","features":[431]},{"name":"MF_E_UNSUPPORTED_RATE","features":[431]},{"name":"MF_E_UNSUPPORTED_RATE_TRANSITION","features":[431]},{"name":"MF_E_UNSUPPORTED_REPRESENTATION","features":[431]},{"name":"MF_E_UNSUPPORTED_SCHEME","features":[431]},{"name":"MF_E_UNSUPPORTED_SERVICE","features":[431]},{"name":"MF_E_UNSUPPORTED_STATE_TRANSITION","features":[431]},{"name":"MF_E_UNSUPPORTED_TIME_FORMAT","features":[431]},{"name":"MF_E_USERMODE_UNTRUSTED","features":[431]},{"name":"MF_E_VIDEO_DEVICE_LOCKED","features":[431]},{"name":"MF_E_VIDEO_RECORDING_DEVICE_INVALIDATED","features":[431]},{"name":"MF_E_VIDEO_RECORDING_DEVICE_PREEMPTED","features":[431]},{"name":"MF_E_VIDEO_REN_COPYPROT_FAILED","features":[431]},{"name":"MF_E_VIDEO_REN_NO_DEINTERLACE_HW","features":[431]},{"name":"MF_E_VIDEO_REN_NO_PROCAMP_HW","features":[431]},{"name":"MF_E_VIDEO_REN_SURFACE_NOT_SHARED","features":[431]},{"name":"MF_E_WMDRMOTA_ACTION_ALREADY_SET","features":[431]},{"name":"MF_E_WMDRMOTA_ACTION_MISMATCH","features":[431]},{"name":"MF_E_WMDRMOTA_DRM_ENCRYPTION_SCHEME_NOT_SUPPORTED","features":[431]},{"name":"MF_E_WMDRMOTA_DRM_HEADER_NOT_AVAILABLE","features":[431]},{"name":"MF_E_WMDRMOTA_INVALID_POLICY","features":[431]},{"name":"MF_E_WMDRMOTA_NO_ACTION","features":[431]},{"name":"MF_FILEFLAGS_ALLOW_WRITE_SHARING","features":[431]},{"name":"MF_FILEFLAGS_NOBUFFERING","features":[431]},{"name":"MF_FILEFLAGS_NONE","features":[431]},{"name":"MF_FILE_ACCESSMODE","features":[431]},{"name":"MF_FILE_FLAGS","features":[431]},{"name":"MF_FILE_OPENMODE","features":[431]},{"name":"MF_FLOAT2","features":[431]},{"name":"MF_FLOAT3","features":[431]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_CUSTOM_EVENT","features":[431]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_PIPELINE_SHUTDOWN","features":[431]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_SOURCE_INITIALIZE","features":[431]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_SOURCE_START","features":[431]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_SOURCE_STOP","features":[431]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_SOURCE_UNINITIALIZE","features":[431]},{"name":"MF_GRL_ABSENT","features":[431]},{"name":"MF_GRL_LOAD_FAILED","features":[431]},{"name":"MF_HDCP_STATUS","features":[431]},{"name":"MF_HDCP_STATUS_OFF","features":[431]},{"name":"MF_HDCP_STATUS_ON","features":[431]},{"name":"MF_HDCP_STATUS_ON_WITH_TYPE_ENFORCEMENT","features":[431]},{"name":"MF_HISTOGRAM_CHANNEL_B","features":[431]},{"name":"MF_HISTOGRAM_CHANNEL_Cb","features":[431]},{"name":"MF_HISTOGRAM_CHANNEL_Cr","features":[431]},{"name":"MF_HISTOGRAM_CHANNEL_G","features":[431]},{"name":"MF_HISTOGRAM_CHANNEL_R","features":[431]},{"name":"MF_HISTOGRAM_CHANNEL_Y","features":[431]},{"name":"MF_INDEPENDENT_STILL_IMAGE","features":[431]},{"name":"MF_INDEX_SIZE_ERR","features":[431]},{"name":"MF_INVALID_ACCESS_ERR","features":[431]},{"name":"MF_INVALID_GRL_SIGNATURE","features":[431]},{"name":"MF_INVALID_PRESENTATION_TIME","features":[431]},{"name":"MF_INVALID_STATE_ERR","features":[431]},{"name":"MF_I_MANUAL_PROXY","features":[431]},{"name":"MF_KERNEL_MODE_COMPONENT_LOAD","features":[431]},{"name":"MF_LEAKY_BUCKET_PAIR","features":[431]},{"name":"MF_LICENSE_URL_TAMPERED","features":[431]},{"name":"MF_LICENSE_URL_TRUSTED","features":[431]},{"name":"MF_LICENSE_URL_UNTRUSTED","features":[431]},{"name":"MF_LOCAL_MFT_REGISTRATION_SERVICE","features":[431]},{"name":"MF_LOCAL_PLUGIN_CONTROL_POLICY","features":[431]},{"name":"MF_LOW_LATENCY","features":[431]},{"name":"MF_LUMA_KEY_ENABLE","features":[431]},{"name":"MF_LUMA_KEY_LOWER","features":[431]},{"name":"MF_LUMA_KEY_UPPER","features":[431]},{"name":"MF_MEDIAENGINE_KEYERR_CLIENT","features":[431]},{"name":"MF_MEDIAENGINE_KEYERR_DOMAIN","features":[431]},{"name":"MF_MEDIAENGINE_KEYERR_HARDWARECHANGE","features":[431]},{"name":"MF_MEDIAENGINE_KEYERR_OUTPUT","features":[431]},{"name":"MF_MEDIAENGINE_KEYERR_SERVICE","features":[431]},{"name":"MF_MEDIAENGINE_KEYERR_UNKNOWN","features":[431]},{"name":"MF_MEDIAKEYSESSION_MESSAGETYPE","features":[431]},{"name":"MF_MEDIAKEYSESSION_MESSAGETYPE_INDIVIDUALIZATION_REQUEST","features":[431]},{"name":"MF_MEDIAKEYSESSION_MESSAGETYPE_LICENSE_RELEASE","features":[431]},{"name":"MF_MEDIAKEYSESSION_MESSAGETYPE_LICENSE_RENEWAL","features":[431]},{"name":"MF_MEDIAKEYSESSION_MESSAGETYPE_LICENSE_REQUEST","features":[431]},{"name":"MF_MEDIAKEYSESSION_TYPE","features":[431]},{"name":"MF_MEDIAKEYSESSION_TYPE_PERSISTENT_LICENSE","features":[431]},{"name":"MF_MEDIAKEYSESSION_TYPE_PERSISTENT_RELEASE_MESSAGE","features":[431]},{"name":"MF_MEDIAKEYSESSION_TYPE_PERSISTENT_USAGE_RECORD","features":[431]},{"name":"MF_MEDIAKEYSESSION_TYPE_TEMPORARY","features":[431]},{"name":"MF_MEDIAKEYS_REQUIREMENT","features":[431]},{"name":"MF_MEDIAKEYS_REQUIREMENT_NOT_ALLOWED","features":[431]},{"name":"MF_MEDIAKEYS_REQUIREMENT_OPTIONAL","features":[431]},{"name":"MF_MEDIAKEYS_REQUIREMENT_REQUIRED","features":[431]},{"name":"MF_MEDIAKEY_STATUS","features":[431]},{"name":"MF_MEDIAKEY_STATUS_EXPIRED","features":[431]},{"name":"MF_MEDIAKEY_STATUS_INTERNAL_ERROR","features":[431]},{"name":"MF_MEDIAKEY_STATUS_OUTPUT_DOWNSCALED","features":[431]},{"name":"MF_MEDIAKEY_STATUS_OUTPUT_NOT_ALLOWED","features":[431]},{"name":"MF_MEDIAKEY_STATUS_OUTPUT_RESTRICTED","features":[431]},{"name":"MF_MEDIAKEY_STATUS_RELEASED","features":[431]},{"name":"MF_MEDIAKEY_STATUS_STATUS_PENDING","features":[431]},{"name":"MF_MEDIAKEY_STATUS_USABLE","features":[431]},{"name":"MF_MEDIASINK_AUTOFINALIZE_SUPPORTED","features":[431]},{"name":"MF_MEDIASINK_ENABLE_AUTOFINALIZE","features":[431]},{"name":"MF_MEDIASOURCE_EXPOSE_ALL_STREAMS","features":[431]},{"name":"MF_MEDIASOURCE_SERVICE","features":[431]},{"name":"MF_MEDIATYPE_EQUAL_FORMAT_DATA","features":[431]},{"name":"MF_MEDIATYPE_EQUAL_FORMAT_TYPES","features":[431]},{"name":"MF_MEDIATYPE_EQUAL_FORMAT_USER_DATA","features":[431]},{"name":"MF_MEDIATYPE_EQUAL_MAJOR_TYPES","features":[431]},{"name":"MF_MEDIATYPE_MULTIPLEXED_MANAGER","features":[431]},{"name":"MF_MEDIA_ENGINE_AUDIOONLY","features":[431]},{"name":"MF_MEDIA_ENGINE_AUDIO_CATEGORY","features":[431]},{"name":"MF_MEDIA_ENGINE_AUDIO_ENDPOINT_ROLE","features":[431]},{"name":"MF_MEDIA_ENGINE_BROWSER_COMPATIBILITY_MODE","features":[431]},{"name":"MF_MEDIA_ENGINE_BROWSER_COMPATIBILITY_MODE_IE10","features":[431]},{"name":"MF_MEDIA_ENGINE_BROWSER_COMPATIBILITY_MODE_IE11","features":[431]},{"name":"MF_MEDIA_ENGINE_BROWSER_COMPATIBILITY_MODE_IE9","features":[431]},{"name":"MF_MEDIA_ENGINE_BROWSER_COMPATIBILITY_MODE_IE_EDGE","features":[431]},{"name":"MF_MEDIA_ENGINE_CALLBACK","features":[431]},{"name":"MF_MEDIA_ENGINE_CANPLAY","features":[431]},{"name":"MF_MEDIA_ENGINE_CANPLAY_MAYBE","features":[431]},{"name":"MF_MEDIA_ENGINE_CANPLAY_NOT_SUPPORTED","features":[431]},{"name":"MF_MEDIA_ENGINE_CANPLAY_PROBABLY","features":[431]},{"name":"MF_MEDIA_ENGINE_COMPATIBILITY_MODE","features":[431]},{"name":"MF_MEDIA_ENGINE_COMPATIBILITY_MODE_WIN10","features":[431]},{"name":"MF_MEDIA_ENGINE_COMPATIBILITY_MODE_WWA_EDGE","features":[431]},{"name":"MF_MEDIA_ENGINE_CONTENT_PROTECTION_FLAGS","features":[431]},{"name":"MF_MEDIA_ENGINE_CONTENT_PROTECTION_MANAGER","features":[431]},{"name":"MF_MEDIA_ENGINE_CONTINUE_ON_CODEC_ERROR","features":[431]},{"name":"MF_MEDIA_ENGINE_COREWINDOW","features":[431]},{"name":"MF_MEDIA_ENGINE_CREATEFLAGS","features":[431]},{"name":"MF_MEDIA_ENGINE_CREATEFLAGS_MASK","features":[431]},{"name":"MF_MEDIA_ENGINE_DISABLE_LOCAL_PLUGINS","features":[431]},{"name":"MF_MEDIA_ENGINE_DXGI_MANAGER","features":[431]},{"name":"MF_MEDIA_ENGINE_EME_CALLBACK","features":[431]},{"name":"MF_MEDIA_ENGINE_ENABLE_PROTECTED_CONTENT","features":[431]},{"name":"MF_MEDIA_ENGINE_ERR","features":[431]},{"name":"MF_MEDIA_ENGINE_ERR_ABORTED","features":[431]},{"name":"MF_MEDIA_ENGINE_ERR_DECODE","features":[431]},{"name":"MF_MEDIA_ENGINE_ERR_ENCRYPTED","features":[431]},{"name":"MF_MEDIA_ENGINE_ERR_NETWORK","features":[431]},{"name":"MF_MEDIA_ENGINE_ERR_NOERROR","features":[431]},{"name":"MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_ABORT","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_AUDIOENDPOINTCHANGE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_BALANCECHANGE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_BUFFERINGENDED","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_BUFFERINGSTARTED","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_CANPLAY","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_CANPLAYTHROUGH","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_DELAYLOADEVENT_CHANGED","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_DOWNLOADCOMPLETE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_DURATIONCHANGE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_EMPTIED","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_ENDED","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_ERROR","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_FIRSTFRAMEREADY","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_FORMATCHANGE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_FRAMESTEPCOMPLETED","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_LOADEDDATA","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_LOADEDMETADATA","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_LOADSTART","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_NOTIFYSTABLESTATE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_OPMINFO","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_PAUSE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_PLAY","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_PLAYING","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_PROGRESS","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_PURGEQUEUEDEVENTS","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_RATECHANGE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_RESOURCELOST","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_SEEKED","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_SEEKING","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_STALLED","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_STREAMRENDERINGERROR","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_SUPPORTEDRATES_CHANGED","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_SUSPEND","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_TIMELINE_MARKER","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_TIMEUPDATE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_TRACKSCHANGE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_VOLUMECHANGE","features":[431]},{"name":"MF_MEDIA_ENGINE_EVENT_WAITING","features":[431]},{"name":"MF_MEDIA_ENGINE_EXTENSION","features":[431]},{"name":"MF_MEDIA_ENGINE_EXTENSION_TYPE","features":[431]},{"name":"MF_MEDIA_ENGINE_EXTENSION_TYPE_BYTESTREAM","features":[431]},{"name":"MF_MEDIA_ENGINE_EXTENSION_TYPE_MEDIASOURCE","features":[431]},{"name":"MF_MEDIA_ENGINE_FORCEMUTE","features":[431]},{"name":"MF_MEDIA_ENGINE_FRAME_PROTECTION_FLAGS","features":[431]},{"name":"MF_MEDIA_ENGINE_FRAME_PROTECTION_FLAG_PROTECTED","features":[431]},{"name":"MF_MEDIA_ENGINE_FRAME_PROTECTION_FLAG_REQUIRES_ANTI_SCREEN_SCRAPE_PROTECTION","features":[431]},{"name":"MF_MEDIA_ENGINE_FRAME_PROTECTION_FLAG_REQUIRES_SURFACE_PROTECTION","features":[431]},{"name":"MF_MEDIA_ENGINE_KEYERR","features":[431]},{"name":"MF_MEDIA_ENGINE_MEDIA_PLAYER_MODE","features":[431]},{"name":"MF_MEDIA_ENGINE_NEEDKEY_CALLBACK","features":[431]},{"name":"MF_MEDIA_ENGINE_NETWORK","features":[431]},{"name":"MF_MEDIA_ENGINE_NETWORK_EMPTY","features":[431]},{"name":"MF_MEDIA_ENGINE_NETWORK_IDLE","features":[431]},{"name":"MF_MEDIA_ENGINE_NETWORK_LOADING","features":[431]},{"name":"MF_MEDIA_ENGINE_NETWORK_NO_SOURCE","features":[431]},{"name":"MF_MEDIA_ENGINE_OPM_ESTABLISHED","features":[431]},{"name":"MF_MEDIA_ENGINE_OPM_FAILED","features":[431]},{"name":"MF_MEDIA_ENGINE_OPM_FAILED_BDA","features":[431]},{"name":"MF_MEDIA_ENGINE_OPM_FAILED_UNSIGNED_DRIVER","features":[431]},{"name":"MF_MEDIA_ENGINE_OPM_FAILED_VM","features":[431]},{"name":"MF_MEDIA_ENGINE_OPM_HWND","features":[431]},{"name":"MF_MEDIA_ENGINE_OPM_NOT_REQUESTED","features":[431]},{"name":"MF_MEDIA_ENGINE_OPM_STATUS","features":[431]},{"name":"MF_MEDIA_ENGINE_PLAYBACK_HWND","features":[431]},{"name":"MF_MEDIA_ENGINE_PLAYBACK_VISUAL","features":[431]},{"name":"MF_MEDIA_ENGINE_PRELOAD","features":[431]},{"name":"MF_MEDIA_ENGINE_PRELOAD_AUTOMATIC","features":[431]},{"name":"MF_MEDIA_ENGINE_PRELOAD_EMPTY","features":[431]},{"name":"MF_MEDIA_ENGINE_PRELOAD_METADATA","features":[431]},{"name":"MF_MEDIA_ENGINE_PRELOAD_MISSING","features":[431]},{"name":"MF_MEDIA_ENGINE_PRELOAD_NONE","features":[431]},{"name":"MF_MEDIA_ENGINE_PROTECTION_FLAGS","features":[431]},{"name":"MF_MEDIA_ENGINE_READY","features":[431]},{"name":"MF_MEDIA_ENGINE_READY_HAVE_CURRENT_DATA","features":[431]},{"name":"MF_MEDIA_ENGINE_READY_HAVE_ENOUGH_DATA","features":[431]},{"name":"MF_MEDIA_ENGINE_READY_HAVE_FUTURE_DATA","features":[431]},{"name":"MF_MEDIA_ENGINE_READY_HAVE_METADATA","features":[431]},{"name":"MF_MEDIA_ENGINE_READY_HAVE_NOTHING","features":[431]},{"name":"MF_MEDIA_ENGINE_REAL_TIME_MODE","features":[431]},{"name":"MF_MEDIA_ENGINE_S3D_PACKING_MODE","features":[431]},{"name":"MF_MEDIA_ENGINE_S3D_PACKING_MODE_NONE","features":[431]},{"name":"MF_MEDIA_ENGINE_S3D_PACKING_MODE_SIDE_BY_SIDE","features":[431]},{"name":"MF_MEDIA_ENGINE_S3D_PACKING_MODE_TOP_BOTTOM","features":[431]},{"name":"MF_MEDIA_ENGINE_SEEK_MODE","features":[431]},{"name":"MF_MEDIA_ENGINE_SEEK_MODE_APPROXIMATE","features":[431]},{"name":"MF_MEDIA_ENGINE_SEEK_MODE_NORMAL","features":[431]},{"name":"MF_MEDIA_ENGINE_SOURCE_RESOLVER_CONFIG_STORE","features":[431]},{"name":"MF_MEDIA_ENGINE_STATISTIC","features":[431]},{"name":"MF_MEDIA_ENGINE_STATISTIC_BUFFER_PROGRESS","features":[431]},{"name":"MF_MEDIA_ENGINE_STATISTIC_BYTES_DOWNLOADED","features":[431]},{"name":"MF_MEDIA_ENGINE_STATISTIC_FRAMES_CORRUPTED","features":[431]},{"name":"MF_MEDIA_ENGINE_STATISTIC_FRAMES_DROPPED","features":[431]},{"name":"MF_MEDIA_ENGINE_STATISTIC_FRAMES_PER_SECOND","features":[431]},{"name":"MF_MEDIA_ENGINE_STATISTIC_FRAMES_RENDERED","features":[431]},{"name":"MF_MEDIA_ENGINE_STATISTIC_PLAYBACK_JITTER","features":[431]},{"name":"MF_MEDIA_ENGINE_STATISTIC_TOTAL_FRAME_DELAY","features":[431]},{"name":"MF_MEDIA_ENGINE_STREAMTYPE_FAILED","features":[431]},{"name":"MF_MEDIA_ENGINE_STREAMTYPE_FAILED_AUDIO","features":[431]},{"name":"MF_MEDIA_ENGINE_STREAMTYPE_FAILED_UNKNOWN","features":[431]},{"name":"MF_MEDIA_ENGINE_STREAMTYPE_FAILED_VIDEO","features":[431]},{"name":"MF_MEDIA_ENGINE_STREAM_CONTAINS_ALPHA_CHANNEL","features":[431]},{"name":"MF_MEDIA_ENGINE_SYNCHRONOUS_CLOSE","features":[431]},{"name":"MF_MEDIA_ENGINE_TELEMETRY_APPLICATION_ID","features":[431]},{"name":"MF_MEDIA_ENGINE_TIMEDTEXT","features":[431]},{"name":"MF_MEDIA_ENGINE_TRACK_ID","features":[431]},{"name":"MF_MEDIA_ENGINE_USE_PMP_FOR_ALL_CONTENT","features":[431]},{"name":"MF_MEDIA_ENGINE_USE_UNPROTECTED_PMP","features":[431]},{"name":"MF_MEDIA_ENGINE_VIDEO_OUTPUT_FORMAT","features":[431]},{"name":"MF_MEDIA_ENGINE_WAITFORSTABLE_STATE","features":[431]},{"name":"MF_MEDIA_PROTECTION_MANAGER_PROPERTIES","features":[431]},{"name":"MF_MEDIA_SHARING_ENGINE_DEVICE","features":[431]},{"name":"MF_MEDIA_SHARING_ENGINE_DEVICE_NAME","features":[431]},{"name":"MF_MEDIA_SHARING_ENGINE_EVENT","features":[431]},{"name":"MF_MEDIA_SHARING_ENGINE_EVENT_DISCONNECT","features":[431]},{"name":"MF_MEDIA_SHARING_ENGINE_INITIAL_SEEK_TIME","features":[431]},{"name":"MF_METADATAFACIALEXPRESSION_SMILE","features":[431]},{"name":"MF_METADATATIMESTAMPS_DEVICE","features":[431]},{"name":"MF_METADATATIMESTAMPS_PRESENTATION","features":[431]},{"name":"MF_METADATA_PROVIDER_SERVICE","features":[431]},{"name":"MF_MINCRYPT_FAILURE","features":[431]},{"name":"MF_MP2DLNA_AUDIO_BIT_RATE","features":[431]},{"name":"MF_MP2DLNA_ENCODE_QUALITY","features":[431]},{"name":"MF_MP2DLNA_STATISTICS","features":[431]},{"name":"MF_MP2DLNA_USE_MMCSS","features":[431]},{"name":"MF_MP2DLNA_VIDEO_BIT_RATE","features":[431]},{"name":"MF_MPEG4SINK_MAX_CODED_SEQUENCES_PER_FRAGMENT","features":[431]},{"name":"MF_MPEG4SINK_MINIMUM_PROPERTIES_SIZE","features":[431]},{"name":"MF_MPEG4SINK_MIN_FRAGMENT_DURATION","features":[431]},{"name":"MF_MPEG4SINK_MOOV_BEFORE_MDAT","features":[431]},{"name":"MF_MPEG4SINK_SPSPPS_PASSTHROUGH","features":[431]},{"name":"MF_MSE_ACTIVELIST_CALLBACK","features":[431]},{"name":"MF_MSE_APPEND_MODE","features":[431]},{"name":"MF_MSE_APPEND_MODE_SEGMENTS","features":[431]},{"name":"MF_MSE_APPEND_MODE_SEQUENCE","features":[431]},{"name":"MF_MSE_BUFFERLIST_CALLBACK","features":[431]},{"name":"MF_MSE_CALLBACK","features":[431]},{"name":"MF_MSE_ERROR","features":[431]},{"name":"MF_MSE_ERROR_DECODE","features":[431]},{"name":"MF_MSE_ERROR_NETWORK","features":[431]},{"name":"MF_MSE_ERROR_NOERROR","features":[431]},{"name":"MF_MSE_ERROR_UNKNOWN_ERROR","features":[431]},{"name":"MF_MSE_OPUS_SUPPORT","features":[431]},{"name":"MF_MSE_OPUS_SUPPORT_OFF","features":[431]},{"name":"MF_MSE_OPUS_SUPPORT_ON","features":[431]},{"name":"MF_MSE_OPUS_SUPPORT_TYPE","features":[431]},{"name":"MF_MSE_READY","features":[431]},{"name":"MF_MSE_READY_CLOSED","features":[431]},{"name":"MF_MSE_READY_ENDED","features":[431]},{"name":"MF_MSE_READY_OPEN","features":[431]},{"name":"MF_MSE_VP9_SUPPORT","features":[431]},{"name":"MF_MSE_VP9_SUPPORT_DEFAULT","features":[431]},{"name":"MF_MSE_VP9_SUPPORT_OFF","features":[431]},{"name":"MF_MSE_VP9_SUPPORT_ON","features":[431]},{"name":"MF_MSE_VP9_SUPPORT_TYPE","features":[431]},{"name":"MF_MT_AAC_AUDIO_PROFILE_LEVEL_INDICATION","features":[431]},{"name":"MF_MT_AAC_PAYLOAD_TYPE","features":[431]},{"name":"MF_MT_ALL_SAMPLES_INDEPENDENT","features":[431]},{"name":"MF_MT_ALPHA_MODE","features":[431]},{"name":"MF_MT_AM_FORMAT_TYPE","features":[431]},{"name":"MF_MT_ARBITRARY_FORMAT","features":[431]},{"name":"MF_MT_ARBITRARY_HEADER","features":[431]},{"name":"MF_MT_AUDIO_AVG_BYTES_PER_SECOND","features":[431]},{"name":"MF_MT_AUDIO_BITS_PER_SAMPLE","features":[431]},{"name":"MF_MT_AUDIO_BLOCK_ALIGNMENT","features":[431]},{"name":"MF_MT_AUDIO_CHANNEL_MASK","features":[431]},{"name":"MF_MT_AUDIO_FLAC_MAX_BLOCK_SIZE","features":[431]},{"name":"MF_MT_AUDIO_FLOAT_SAMPLES_PER_SECOND","features":[431]},{"name":"MF_MT_AUDIO_FOLDDOWN_MATRIX","features":[431]},{"name":"MF_MT_AUDIO_NUM_CHANNELS","features":[431]},{"name":"MF_MT_AUDIO_PREFER_WAVEFORMATEX","features":[431]},{"name":"MF_MT_AUDIO_SAMPLES_PER_BLOCK","features":[431]},{"name":"MF_MT_AUDIO_SAMPLES_PER_SECOND","features":[431]},{"name":"MF_MT_AUDIO_VALID_BITS_PER_SAMPLE","features":[431]},{"name":"MF_MT_AUDIO_WMADRC_AVGREF","features":[431]},{"name":"MF_MT_AUDIO_WMADRC_AVGTARGET","features":[431]},{"name":"MF_MT_AUDIO_WMADRC_PEAKREF","features":[431]},{"name":"MF_MT_AUDIO_WMADRC_PEAKTARGET","features":[431]},{"name":"MF_MT_AVG_BITRATE","features":[431]},{"name":"MF_MT_AVG_BIT_ERROR_RATE","features":[431]},{"name":"MF_MT_COMPRESSED","features":[431]},{"name":"MF_MT_CONTAINER_RATE_SCALING","features":[431]},{"name":"MF_MT_CUSTOM_VIDEO_PRIMARIES","features":[431]},{"name":"MF_MT_D3D12_CPU_READBACK","features":[431]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_ALLOW_CROSS_ADAPTER","features":[431]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_ALLOW_DEPTH_STENCIL","features":[431]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_ALLOW_RENDER_TARGET","features":[431]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_ALLOW_SIMULTANEOUS_ACCESS","features":[431]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_ALLOW_UNORDERED_ACCESS","features":[431]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_DENY_SHADER_RESOURCE","features":[431]},{"name":"MF_MT_D3D12_TEXTURE_LAYOUT","features":[431]},{"name":"MF_MT_D3D_RESOURCE_VERSION","features":[431]},{"name":"MF_MT_D3D_RESOURCE_VERSION_ENUM","features":[431]},{"name":"MF_MT_DECODER_MAX_DPB_COUNT","features":[431]},{"name":"MF_MT_DECODER_USE_MAX_RESOLUTION","features":[431]},{"name":"MF_MT_DEFAULT_STRIDE","features":[431]},{"name":"MF_MT_DEPTH_MEASUREMENT","features":[431]},{"name":"MF_MT_DEPTH_VALUE_UNIT","features":[431]},{"name":"MF_MT_DRM_FLAGS","features":[431]},{"name":"MF_MT_DV_AAUX_CTRL_PACK_0","features":[431]},{"name":"MF_MT_DV_AAUX_CTRL_PACK_1","features":[431]},{"name":"MF_MT_DV_AAUX_SRC_PACK_0","features":[431]},{"name":"MF_MT_DV_AAUX_SRC_PACK_1","features":[431]},{"name":"MF_MT_DV_VAUX_CTRL_PACK","features":[431]},{"name":"MF_MT_DV_VAUX_SRC_PACK","features":[431]},{"name":"MF_MT_FIXED_SIZE_SAMPLES","features":[431]},{"name":"MF_MT_FORWARD_CUSTOM_NALU","features":[431]},{"name":"MF_MT_FORWARD_CUSTOM_SEI","features":[431]},{"name":"MF_MT_FRAME_RATE","features":[431]},{"name":"MF_MT_FRAME_RATE_RANGE_MAX","features":[431]},{"name":"MF_MT_FRAME_RATE_RANGE_MIN","features":[431]},{"name":"MF_MT_FRAME_SIZE","features":[431]},{"name":"MF_MT_GEOMETRIC_APERTURE","features":[431]},{"name":"MF_MT_H264_CAPABILITIES","features":[431]},{"name":"MF_MT_H264_LAYOUT_PER_STREAM","features":[431]},{"name":"MF_MT_H264_MAX_CODEC_CONFIG_DELAY","features":[431]},{"name":"MF_MT_H264_MAX_MB_PER_SEC","features":[431]},{"name":"MF_MT_H264_RATE_CONTROL_MODES","features":[431]},{"name":"MF_MT_H264_RESOLUTION_SCALING","features":[431]},{"name":"MF_MT_H264_SIMULCAST_SUPPORT","features":[431]},{"name":"MF_MT_H264_SUPPORTED_RATE_CONTROL_MODES","features":[431]},{"name":"MF_MT_H264_SUPPORTED_SLICE_MODES","features":[431]},{"name":"MF_MT_H264_SUPPORTED_SYNC_FRAME_TYPES","features":[431]},{"name":"MF_MT_H264_SUPPORTED_USAGES","features":[431]},{"name":"MF_MT_H264_SVC_CAPABILITIES","features":[431]},{"name":"MF_MT_H264_USAGE","features":[431]},{"name":"MF_MT_IMAGE_LOSS_TOLERANT","features":[431]},{"name":"MF_MT_INTERLACE_MODE","features":[431]},{"name":"MF_MT_IN_BAND_PARAMETER_SET","features":[431]},{"name":"MF_MT_MAJOR_TYPE","features":[431]},{"name":"MF_MT_MAX_FRAME_AVERAGE_LUMINANCE_LEVEL","features":[431]},{"name":"MF_MT_MAX_KEYFRAME_SPACING","features":[431]},{"name":"MF_MT_MAX_LUMINANCE_LEVEL","features":[431]},{"name":"MF_MT_MAX_MASTERING_LUMINANCE","features":[431]},{"name":"MF_MT_MINIMUM_DISPLAY_APERTURE","features":[431]},{"name":"MF_MT_MIN_MASTERING_LUMINANCE","features":[431]},{"name":"MF_MT_MPEG2_CONTENT_PACKET","features":[431]},{"name":"MF_MT_MPEG2_FLAGS","features":[431]},{"name":"MF_MT_MPEG2_HDCP","features":[431]},{"name":"MF_MT_MPEG2_LEVEL","features":[431]},{"name":"MF_MT_MPEG2_ONE_FRAME_PER_PACKET","features":[431]},{"name":"MF_MT_MPEG2_PROFILE","features":[431]},{"name":"MF_MT_MPEG2_STANDARD","features":[431]},{"name":"MF_MT_MPEG2_TIMECODE","features":[431]},{"name":"MF_MT_MPEG4_CURRENT_SAMPLE_ENTRY","features":[431]},{"name":"MF_MT_MPEG4_SAMPLE_DESCRIPTION","features":[431]},{"name":"MF_MT_MPEG4_TRACK_TYPE","features":[431]},{"name":"MF_MT_MPEG_SEQUENCE_HEADER","features":[431]},{"name":"MF_MT_MPEG_START_TIME_CODE","features":[431]},{"name":"MF_MT_ORIGINAL_4CC","features":[431]},{"name":"MF_MT_ORIGINAL_WAVE_FORMAT_TAG","features":[431]},{"name":"MF_MT_OUTPUT_BUFFER_NUM","features":[431]},{"name":"MF_MT_PAD_CONTROL_FLAGS","features":[431]},{"name":"MF_MT_PALETTE","features":[431]},{"name":"MF_MT_PAN_SCAN_APERTURE","features":[431]},{"name":"MF_MT_PAN_SCAN_ENABLED","features":[431]},{"name":"MF_MT_PIXEL_ASPECT_RATIO","features":[431]},{"name":"MF_MT_REALTIME_CONTENT","features":[431]},{"name":"MF_MT_SAMPLE_SIZE","features":[431]},{"name":"MF_MT_SECURE","features":[431]},{"name":"MF_MT_SOURCE_CONTENT_HINT","features":[431]},{"name":"MF_MT_SPATIAL_AUDIO_DATA_PRESENT","features":[431]},{"name":"MF_MT_SPATIAL_AUDIO_MAX_DYNAMIC_OBJECTS","features":[431]},{"name":"MF_MT_SPATIAL_AUDIO_MAX_METADATA_ITEMS","features":[431]},{"name":"MF_MT_SPATIAL_AUDIO_MIN_METADATA_ITEM_OFFSET_SPACING","features":[431]},{"name":"MF_MT_SPATIAL_AUDIO_OBJECT_METADATA_FORMAT_ID","features":[431]},{"name":"MF_MT_SPATIAL_AUDIO_OBJECT_METADATA_LENGTH","features":[431]},{"name":"MF_MT_SUBTYPE","features":[431]},{"name":"MF_MT_TIMESTAMP_CAN_BE_DTS","features":[431]},{"name":"MF_MT_TRANSFER_FUNCTION","features":[431]},{"name":"MF_MT_USER_DATA","features":[431]},{"name":"MF_MT_VIDEO_3D","features":[431]},{"name":"MF_MT_VIDEO_3D_FIRST_IS_LEFT","features":[431]},{"name":"MF_MT_VIDEO_3D_FORMAT","features":[431]},{"name":"MF_MT_VIDEO_3D_LEFT_IS_BASE","features":[431]},{"name":"MF_MT_VIDEO_3D_NUM_VIEWS","features":[431]},{"name":"MF_MT_VIDEO_CHROMA_SITING","features":[431]},{"name":"MF_MT_VIDEO_H264_NO_FMOASO","features":[431]},{"name":"MF_MT_VIDEO_LEVEL","features":[431]},{"name":"MF_MT_VIDEO_LIGHTING","features":[431]},{"name":"MF_MT_VIDEO_NOMINAL_RANGE","features":[431]},{"name":"MF_MT_VIDEO_NO_FRAME_ORDERING","features":[431]},{"name":"MF_MT_VIDEO_PRIMARIES","features":[431]},{"name":"MF_MT_VIDEO_PROFILE","features":[431]},{"name":"MF_MT_VIDEO_RENDERER_EXTENSION_PROFILE","features":[431]},{"name":"MF_MT_VIDEO_ROTATION","features":[431]},{"name":"MF_MT_WRAPPED_TYPE","features":[431]},{"name":"MF_MT_YUV_MATRIX","features":[431]},{"name":"MF_MULTITHREADED_WORKQUEUE","features":[431]},{"name":"MF_NALU_LENGTH_INFORMATION","features":[431]},{"name":"MF_NALU_LENGTH_SET","features":[431]},{"name":"MF_NOT_FOUND_ERR","features":[431]},{"name":"MF_NOT_SUPPORTED_ERR","features":[431]},{"name":"MF_NUM_DROP_MODES","features":[431]},{"name":"MF_NUM_QUALITY_LEVELS","features":[431]},{"name":"MF_OBJECT_BYTESTREAM","features":[431]},{"name":"MF_OBJECT_INVALID","features":[431]},{"name":"MF_OBJECT_MEDIASOURCE","features":[431]},{"name":"MF_OBJECT_TYPE","features":[431]},{"name":"MF_OPENMODE_APPEND_IF_EXIST","features":[431]},{"name":"MF_OPENMODE_DELETE_IF_EXIST","features":[431]},{"name":"MF_OPENMODE_FAIL_IF_EXIST","features":[431]},{"name":"MF_OPENMODE_FAIL_IF_NOT_EXIST","features":[431]},{"name":"MF_OPENMODE_RESET_IF_EXIST","features":[431]},{"name":"MF_OPM_ACP_LEVEL_ONE","features":[431]},{"name":"MF_OPM_ACP_LEVEL_THREE","features":[431]},{"name":"MF_OPM_ACP_LEVEL_TWO","features":[431]},{"name":"MF_OPM_ACP_OFF","features":[431]},{"name":"MF_OPM_ACP_PROTECTION_LEVEL","features":[431]},{"name":"MF_OPM_CGMSA_COPY_FREELY","features":[431]},{"name":"MF_OPM_CGMSA_COPY_NEVER","features":[431]},{"name":"MF_OPM_CGMSA_COPY_NO_MORE","features":[431]},{"name":"MF_OPM_CGMSA_COPY_ONE_GENERATION","features":[431]},{"name":"MF_OPM_CGMSA_OFF","features":[431]},{"name":"MF_OPM_CGMSA_PROTECTION_LEVEL","features":[431]},{"name":"MF_OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED","features":[431]},{"name":"MF_OPTIONAL_NODE_REJECTED_MEDIA_TYPE","features":[431]},{"name":"MF_OPTIONAL_NODE_REJECTED_PROTECTED_PROCESS","features":[431]},{"name":"MF_PARSE_ERR","features":[431]},{"name":"MF_PD_ADAPTIVE_STREAMING","features":[431]},{"name":"MF_PD_APP_CONTEXT","features":[431]},{"name":"MF_PD_ASF_CODECLIST","features":[431]},{"name":"MF_PD_ASF_CONTENTENCRYPTIONEX_ENCRYPTION_DATA","features":[431]},{"name":"MF_PD_ASF_CONTENTENCRYPTION_KEYID","features":[431]},{"name":"MF_PD_ASF_CONTENTENCRYPTION_LICENSE_URL","features":[431]},{"name":"MF_PD_ASF_CONTENTENCRYPTION_SECRET_DATA","features":[431]},{"name":"MF_PD_ASF_CONTENTENCRYPTION_TYPE","features":[431]},{"name":"MF_PD_ASF_DATA_LENGTH","features":[431]},{"name":"MF_PD_ASF_DATA_START_OFFSET","features":[431]},{"name":"MF_PD_ASF_FILEPROPERTIES_CREATION_TIME","features":[431]},{"name":"MF_PD_ASF_FILEPROPERTIES_FILE_ID","features":[431]},{"name":"MF_PD_ASF_FILEPROPERTIES_FLAGS","features":[431]},{"name":"MF_PD_ASF_FILEPROPERTIES_MAX_BITRATE","features":[431]},{"name":"MF_PD_ASF_FILEPROPERTIES_MAX_PACKET_SIZE","features":[431]},{"name":"MF_PD_ASF_FILEPROPERTIES_MIN_PACKET_SIZE","features":[431]},{"name":"MF_PD_ASF_FILEPROPERTIES_PACKETS","features":[431]},{"name":"MF_PD_ASF_FILEPROPERTIES_PLAY_DURATION","features":[431]},{"name":"MF_PD_ASF_FILEPROPERTIES_PREROLL","features":[431]},{"name":"MF_PD_ASF_FILEPROPERTIES_SEND_DURATION","features":[431]},{"name":"MF_PD_ASF_INFO_HAS_AUDIO","features":[431]},{"name":"MF_PD_ASF_INFO_HAS_NON_AUDIO_VIDEO","features":[431]},{"name":"MF_PD_ASF_INFO_HAS_VIDEO","features":[431]},{"name":"MF_PD_ASF_LANGLIST","features":[431]},{"name":"MF_PD_ASF_LANGLIST_LEGACYORDER","features":[431]},{"name":"MF_PD_ASF_MARKER","features":[431]},{"name":"MF_PD_ASF_METADATA_IS_VBR","features":[431]},{"name":"MF_PD_ASF_METADATA_LEAKY_BUCKET_PAIRS","features":[431]},{"name":"MF_PD_ASF_METADATA_V8_BUFFERAVERAGE","features":[431]},{"name":"MF_PD_ASF_METADATA_V8_VBRPEAK","features":[431]},{"name":"MF_PD_ASF_SCRIPT","features":[431]},{"name":"MF_PD_AUDIO_ENCODING_BITRATE","features":[431]},{"name":"MF_PD_AUDIO_ISVARIABLEBITRATE","features":[431]},{"name":"MF_PD_DURATION","features":[431]},{"name":"MF_PD_LAST_MODIFIED_TIME","features":[431]},{"name":"MF_PD_MIME_TYPE","features":[431]},{"name":"MF_PD_PLAYBACK_BOUNDARY_TIME","features":[431]},{"name":"MF_PD_PLAYBACK_ELEMENT_ID","features":[431]},{"name":"MF_PD_PMPHOST_CONTEXT","features":[431]},{"name":"MF_PD_PREFERRED_LANGUAGE","features":[431]},{"name":"MF_PD_SAMI_STYLELIST","features":[431]},{"name":"MF_PD_TOTAL_FILE_SIZE","features":[431]},{"name":"MF_PD_VIDEO_ENCODING_BITRATE","features":[431]},{"name":"MF_PLUGIN_CONTROL_POLICY","features":[431]},{"name":"MF_PLUGIN_CONTROL_POLICY_USE_ALL_PLUGINS","features":[431]},{"name":"MF_PLUGIN_CONTROL_POLICY_USE_APPROVED_PLUGINS","features":[431]},{"name":"MF_PLUGIN_CONTROL_POLICY_USE_WEB_PLUGINS","features":[431]},{"name":"MF_PLUGIN_CONTROL_POLICY_USE_WEB_PLUGINS_EDGEMODE","features":[431]},{"name":"MF_PMP_SERVER_CONTEXT","features":[431]},{"name":"MF_POLICY_ID","features":[431]},{"name":"MF_PREFERRED_SOURCE_URI","features":[431]},{"name":"MF_PROGRESSIVE_CODING_CONTENT","features":[431]},{"name":"MF_PROPERTY_HANDLER_SERVICE","features":[431]},{"name":"MF_Plugin_Type","features":[431]},{"name":"MF_Plugin_Type_MFT","features":[431]},{"name":"MF_Plugin_Type_MFT_MatchOutputType","features":[431]},{"name":"MF_Plugin_Type_MediaSource","features":[431]},{"name":"MF_Plugin_Type_Other","features":[431]},{"name":"MF_QUALITY_ADVISE_FLAGS","features":[431]},{"name":"MF_QUALITY_CANNOT_KEEP_UP","features":[431]},{"name":"MF_QUALITY_DROP_MODE","features":[431]},{"name":"MF_QUALITY_LEVEL","features":[431]},{"name":"MF_QUALITY_NORMAL","features":[431]},{"name":"MF_QUALITY_NORMAL_MINUS_1","features":[431]},{"name":"MF_QUALITY_NORMAL_MINUS_2","features":[431]},{"name":"MF_QUALITY_NORMAL_MINUS_3","features":[431]},{"name":"MF_QUALITY_NORMAL_MINUS_4","features":[431]},{"name":"MF_QUALITY_NORMAL_MINUS_5","features":[431]},{"name":"MF_QUALITY_NOTIFY_PROCESSING_LATENCY","features":[431]},{"name":"MF_QUALITY_NOTIFY_SAMPLE_LAG","features":[431]},{"name":"MF_QUALITY_SERVICES","features":[431]},{"name":"MF_QUATERNION","features":[431]},{"name":"MF_QUOTA_EXCEEDED_ERR","features":[431]},{"name":"MF_RATE_CONTROL_SERVICE","features":[431]},{"name":"MF_READWRITE_D3D_OPTIONAL","features":[431]},{"name":"MF_READWRITE_DISABLE_CONVERTERS","features":[431]},{"name":"MF_READWRITE_ENABLE_AUTOFINALIZE","features":[431]},{"name":"MF_READWRITE_ENABLE_HARDWARE_TRANSFORMS","features":[431]},{"name":"MF_READWRITE_MMCSS_CLASS","features":[431]},{"name":"MF_READWRITE_MMCSS_CLASS_AUDIO","features":[431]},{"name":"MF_READWRITE_MMCSS_PRIORITY","features":[431]},{"name":"MF_READWRITE_MMCSS_PRIORITY_AUDIO","features":[431]},{"name":"MF_REMOTE_PROXY","features":[431]},{"name":"MF_RESOLUTION_BYTESTREAM","features":[431]},{"name":"MF_RESOLUTION_CONTENT_DOES_NOT_HAVE_TO_MATCH_EXTENSION_OR_MIME_TYPE","features":[431]},{"name":"MF_RESOLUTION_DISABLE_LOCAL_PLUGINS","features":[431]},{"name":"MF_RESOLUTION_ENABLE_STORE_PLUGINS","features":[431]},{"name":"MF_RESOLUTION_FLAGS","features":[431]},{"name":"MF_RESOLUTION_KEEP_BYTE_STREAM_ALIVE_ON_FAIL","features":[431]},{"name":"MF_RESOLUTION_MEDIASOURCE","features":[431]},{"name":"MF_RESOLUTION_PLUGIN_CONTROL_POLICY_APPROVED_ONLY","features":[431]},{"name":"MF_RESOLUTION_PLUGIN_CONTROL_POLICY_WEB_ONLY","features":[431]},{"name":"MF_RESOLUTION_PLUGIN_CONTROL_POLICY_WEB_ONLY_EDGEMODE","features":[431]},{"name":"MF_RESOLUTION_READ","features":[431]},{"name":"MF_RESOLUTION_WRITE","features":[431]},{"name":"MF_SAMI_SERVICE","features":[431]},{"name":"MF_SAMPLEGRABBERSINK_IGNORE_CLOCK","features":[431]},{"name":"MF_SAMPLEGRABBERSINK_SAMPLE_TIME_OFFSET","features":[431]},{"name":"MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_AES_CBC","features":[431]},{"name":"MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_AES_CTR","features":[431]},{"name":"MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_NONE","features":[431]},{"name":"MF_SA_AUDIO_ENDPOINT_AWARE","features":[431]},{"name":"MF_SA_BUFFERS_PER_SAMPLE","features":[431]},{"name":"MF_SA_D3D11_ALLOCATE_DISPLAYABLE_RESOURCES","features":[431]},{"name":"MF_SA_D3D11_ALLOW_DYNAMIC_YUV_TEXTURE","features":[431]},{"name":"MF_SA_D3D11_AWARE","features":[431]},{"name":"MF_SA_D3D11_BINDFLAGS","features":[431]},{"name":"MF_SA_D3D11_HW_PROTECTED","features":[431]},{"name":"MF_SA_D3D11_SHARED","features":[431]},{"name":"MF_SA_D3D11_SHARED_WITHOUT_MUTEX","features":[431]},{"name":"MF_SA_D3D11_USAGE","features":[431]},{"name":"MF_SA_D3D12_CLEAR_VALUE","features":[431]},{"name":"MF_SA_D3D12_HEAP_FLAGS","features":[431]},{"name":"MF_SA_D3D12_HEAP_TYPE","features":[431]},{"name":"MF_SA_D3D_AWARE","features":[431]},{"name":"MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNT","features":[431]},{"name":"MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNT_PROGRESSIVE","features":[431]},{"name":"MF_SA_REQUIRED_SAMPLE_COUNT","features":[431]},{"name":"MF_SA_REQUIRED_SAMPLE_COUNT_PROGRESSIVE","features":[431]},{"name":"MF_SDK_VERSION","features":[431]},{"name":"MF_SD_AMBISONICS_SAMPLE3D_DESCRIPTION","features":[431]},{"name":"MF_SD_ASF_EXTSTRMPROP_AVG_BUFFERSIZE","features":[431]},{"name":"MF_SD_ASF_EXTSTRMPROP_AVG_DATA_BITRATE","features":[431]},{"name":"MF_SD_ASF_EXTSTRMPROP_LANGUAGE_ID_INDEX","features":[431]},{"name":"MF_SD_ASF_EXTSTRMPROP_MAX_BUFFERSIZE","features":[431]},{"name":"MF_SD_ASF_EXTSTRMPROP_MAX_DATA_BITRATE","features":[431]},{"name":"MF_SD_ASF_METADATA_DEVICE_CONFORMANCE_TEMPLATE","features":[431]},{"name":"MF_SD_ASF_STREAMBITRATES_BITRATE","features":[431]},{"name":"MF_SD_AUDIO_ENCODER_DELAY","features":[431]},{"name":"MF_SD_AUDIO_ENCODER_PADDING","features":[431]},{"name":"MF_SD_LANGUAGE","features":[431]},{"name":"MF_SD_MEDIASOURCE_STATUS","features":[431]},{"name":"MF_SD_MUTUALLY_EXCLUSIVE","features":[431]},{"name":"MF_SD_PROTECTED","features":[431]},{"name":"MF_SD_SAMI_LANGUAGE","features":[431]},{"name":"MF_SD_STREAM_NAME","features":[431]},{"name":"MF_SD_VIDEO_SPHERICAL","features":[431]},{"name":"MF_SD_VIDEO_SPHERICAL_FORMAT","features":[431]},{"name":"MF_SD_VIDEO_SPHERICAL_INITIAL_VIEWDIRECTION","features":[431]},{"name":"MF_SERVICE_LOOKUP_ALL","features":[431]},{"name":"MF_SERVICE_LOOKUP_DOWNSTREAM","features":[431]},{"name":"MF_SERVICE_LOOKUP_DOWNSTREAM_DIRECT","features":[431]},{"name":"MF_SERVICE_LOOKUP_GLOBAL","features":[431]},{"name":"MF_SERVICE_LOOKUP_TYPE","features":[431]},{"name":"MF_SERVICE_LOOKUP_UPSTREAM","features":[431]},{"name":"MF_SERVICE_LOOKUP_UPSTREAM_DIRECT","features":[431]},{"name":"MF_SESSION_APPROX_EVENT_OCCURRENCE_TIME","features":[431]},{"name":"MF_SESSION_CONTENT_PROTECTION_MANAGER","features":[431]},{"name":"MF_SESSION_GLOBAL_TIME","features":[431]},{"name":"MF_SESSION_QUALITY_MANAGER","features":[431]},{"name":"MF_SESSION_REMOTE_SOURCE_MODE","features":[431]},{"name":"MF_SESSION_SERVER_CONTEXT","features":[431]},{"name":"MF_SESSION_TOPOLOADER","features":[431]},{"name":"MF_SHARING_ENGINE_CALLBACK","features":[431]},{"name":"MF_SHARING_ENGINE_EVENT","features":[431]},{"name":"MF_SHARING_ENGINE_EVENT_DISCONNECT","features":[431]},{"name":"MF_SHARING_ENGINE_EVENT_ERROR","features":[431]},{"name":"MF_SHARING_ENGINE_EVENT_LOCALRENDERINGENDED","features":[431]},{"name":"MF_SHARING_ENGINE_EVENT_LOCALRENDERINGSTARTED","features":[431]},{"name":"MF_SHARING_ENGINE_EVENT_STOPPED","features":[431]},{"name":"MF_SHARING_ENGINE_SHAREDRENDERER","features":[431]},{"name":"MF_SHUTDOWN_RENDERER_ON_ENGINE_SHUTDOWN","features":[431]},{"name":"MF_SINK_VIDEO_DISPLAY_ASPECT_RATIO_DENOMINATOR","features":[431]},{"name":"MF_SINK_VIDEO_DISPLAY_ASPECT_RATIO_NUMERATOR","features":[431]},{"name":"MF_SINK_VIDEO_NATIVE_HEIGHT","features":[431]},{"name":"MF_SINK_VIDEO_NATIVE_WIDTH","features":[431]},{"name":"MF_SINK_VIDEO_PTS","features":[431]},{"name":"MF_SINK_WRITER_ALL_STREAMS","features":[431]},{"name":"MF_SINK_WRITER_ASYNC_CALLBACK","features":[431]},{"name":"MF_SINK_WRITER_CONSTANTS","features":[431]},{"name":"MF_SINK_WRITER_D3D_MANAGER","features":[431]},{"name":"MF_SINK_WRITER_DISABLE_THROTTLING","features":[431]},{"name":"MF_SINK_WRITER_ENCODER_CONFIG","features":[431]},{"name":"MF_SINK_WRITER_INVALID_STREAM_INDEX","features":[431]},{"name":"MF_SINK_WRITER_MEDIASINK","features":[431]},{"name":"MF_SINK_WRITER_STATISTICS","features":[431]},{"name":"MF_SOURCE_PRESENTATION_PROVIDER_SERVICE","features":[431]},{"name":"MF_SOURCE_READERF_ALLEFFECTSREMOVED","features":[431]},{"name":"MF_SOURCE_READERF_CURRENTMEDIATYPECHANGED","features":[431]},{"name":"MF_SOURCE_READERF_ENDOFSTREAM","features":[431]},{"name":"MF_SOURCE_READERF_ERROR","features":[431]},{"name":"MF_SOURCE_READERF_NATIVEMEDIATYPECHANGED","features":[431]},{"name":"MF_SOURCE_READERF_NEWSTREAM","features":[431]},{"name":"MF_SOURCE_READERF_STREAMTICK","features":[431]},{"name":"MF_SOURCE_READER_ALL_STREAMS","features":[431]},{"name":"MF_SOURCE_READER_ANY_STREAM","features":[431]},{"name":"MF_SOURCE_READER_ASYNC_CALLBACK","features":[431]},{"name":"MF_SOURCE_READER_CONSTANTS","features":[431]},{"name":"MF_SOURCE_READER_CONTROLF_DRAIN","features":[431]},{"name":"MF_SOURCE_READER_CONTROL_FLAG","features":[431]},{"name":"MF_SOURCE_READER_CURRENT_TYPE_CONSTANTS","features":[431]},{"name":"MF_SOURCE_READER_CURRENT_TYPE_INDEX","features":[431]},{"name":"MF_SOURCE_READER_D3D11_BIND_FLAGS","features":[431]},{"name":"MF_SOURCE_READER_D3D_MANAGER","features":[431]},{"name":"MF_SOURCE_READER_DISABLE_CAMERA_PLUGINS","features":[431]},{"name":"MF_SOURCE_READER_DISABLE_DXVA","features":[431]},{"name":"MF_SOURCE_READER_DISCONNECT_MEDIASOURCE_ON_SHUTDOWN","features":[431]},{"name":"MF_SOURCE_READER_ENABLE_ADVANCED_VIDEO_PROCESSING","features":[431]},{"name":"MF_SOURCE_READER_ENABLE_TRANSCODE_ONLY_TRANSFORMS","features":[431]},{"name":"MF_SOURCE_READER_ENABLE_VIDEO_PROCESSING","features":[431]},{"name":"MF_SOURCE_READER_FIRST_AUDIO_STREAM","features":[431]},{"name":"MF_SOURCE_READER_FIRST_VIDEO_STREAM","features":[431]},{"name":"MF_SOURCE_READER_FLAG","features":[431]},{"name":"MF_SOURCE_READER_INVALID_STREAM_INDEX","features":[431]},{"name":"MF_SOURCE_READER_MEDIASOURCE","features":[431]},{"name":"MF_SOURCE_READER_MEDIASOURCE_CHARACTERISTICS","features":[431]},{"name":"MF_SOURCE_READER_MEDIASOURCE_CONFIG","features":[431]},{"name":"MF_SOURCE_STREAM_SUPPORTS_HW_CONNECTION","features":[431]},{"name":"MF_STANDARD_WORKQUEUE","features":[431]},{"name":"MF_STF_VERSION_DATE","features":[431]},{"name":"MF_STF_VERSION_INFO","features":[431]},{"name":"MF_STREAM_SINK_SUPPORTS_HW_CONNECTION","features":[431]},{"name":"MF_STREAM_SINK_SUPPORTS_ROTATION","features":[431]},{"name":"MF_STREAM_STATE","features":[431]},{"name":"MF_STREAM_STATE_PAUSED","features":[431]},{"name":"MF_STREAM_STATE_RUNNING","features":[431]},{"name":"MF_STREAM_STATE_STOPPED","features":[431]},{"name":"MF_ST_MEDIASOURCE_COLLECTION","features":[431]},{"name":"MF_SYNTAX_ERR","features":[431]},{"name":"MF_S_ACTIVATE_REPLACED","features":[431]},{"name":"MF_S_ASF_PARSEINPROGRESS","features":[431]},{"name":"MF_S_CLOCK_STOPPED","features":[431]},{"name":"MF_S_MULTIPLE_BEGIN","features":[431]},{"name":"MF_S_PE_TRUSTED","features":[431]},{"name":"MF_S_PROTECTION_NOT_REQUIRED","features":[431]},{"name":"MF_S_SEQUENCER_CONTEXT_CANCELED","features":[431]},{"name":"MF_S_SEQUENCER_SEGMENT_AT_END_OF_STREAM","features":[431]},{"name":"MF_S_SINK_NOT_FINALIZED","features":[431]},{"name":"MF_S_TRANSFORM_DO_NOT_PROPAGATE_EVENT","features":[431]},{"name":"MF_S_VIDEO_DISABLED_WITH_UNKNOWN_SOFTWARE_OUTPUT","features":[431]},{"name":"MF_S_WAIT_FOR_POLICY_SET","features":[431]},{"name":"MF_SampleProtectionSalt","features":[431]},{"name":"MF_TEST_SIGNED_COMPONENT_LOADING","features":[431]},{"name":"MF_TIMECODE_SERVICE","features":[431]},{"name":"MF_TIMED_TEXT_ALIGNMENT","features":[431]},{"name":"MF_TIMED_TEXT_ALIGNMENT_CENTER","features":[431]},{"name":"MF_TIMED_TEXT_ALIGNMENT_END","features":[431]},{"name":"MF_TIMED_TEXT_ALIGNMENT_START","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_POSITION","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_POSITION_AFTER","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_POSITION_BEFORE","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_POSITION_OUTSIDE","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_AUTO","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_FILLEDCIRCLE","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_FILLEDDOT","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_FILLEDSESAME","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_NONE","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_OPENCIRCLE","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_OPENDOT","features":[431]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_OPENSESAME","features":[431]},{"name":"MF_TIMED_TEXT_CUE_EVENT","features":[431]},{"name":"MF_TIMED_TEXT_CUE_EVENT_ACTIVE","features":[431]},{"name":"MF_TIMED_TEXT_CUE_EVENT_CLEAR","features":[431]},{"name":"MF_TIMED_TEXT_CUE_EVENT_INACTIVE","features":[431]},{"name":"MF_TIMED_TEXT_DECORATION","features":[431]},{"name":"MF_TIMED_TEXT_DECORATION_LINE_THROUGH","features":[431]},{"name":"MF_TIMED_TEXT_DECORATION_NONE","features":[431]},{"name":"MF_TIMED_TEXT_DECORATION_OVERLINE","features":[431]},{"name":"MF_TIMED_TEXT_DECORATION_UNDERLINE","features":[431]},{"name":"MF_TIMED_TEXT_DISPLAY_ALIGNMENT","features":[431]},{"name":"MF_TIMED_TEXT_DISPLAY_ALIGNMENT_AFTER","features":[431]},{"name":"MF_TIMED_TEXT_DISPLAY_ALIGNMENT_BEFORE","features":[431]},{"name":"MF_TIMED_TEXT_DISPLAY_ALIGNMENT_CENTER","features":[431]},{"name":"MF_TIMED_TEXT_ERROR_CODE","features":[431]},{"name":"MF_TIMED_TEXT_ERROR_CODE_DATA_FORMAT","features":[431]},{"name":"MF_TIMED_TEXT_ERROR_CODE_FATAL","features":[431]},{"name":"MF_TIMED_TEXT_ERROR_CODE_INTERNAL","features":[431]},{"name":"MF_TIMED_TEXT_ERROR_CODE_NETWORK","features":[431]},{"name":"MF_TIMED_TEXT_ERROR_CODE_NOERROR","features":[431]},{"name":"MF_TIMED_TEXT_FONT_STYLE","features":[431]},{"name":"MF_TIMED_TEXT_FONT_STYLE_ITALIC","features":[431]},{"name":"MF_TIMED_TEXT_FONT_STYLE_NORMAL","features":[431]},{"name":"MF_TIMED_TEXT_FONT_STYLE_OBLIQUE","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_CENTER","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_END","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_SPACEAROUND","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_SPACEBETWEEN","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_START","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_WITHBASE","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_POSITION","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_POSITION_AFTER","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_POSITION_BEFORE","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_POSITION_OUTSIDE","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE_AFTER","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE_BEFORE","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE_BOTH","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE_NONE","features":[431]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE_OUTSIDE","features":[431]},{"name":"MF_TIMED_TEXT_SCROLL_MODE","features":[431]},{"name":"MF_TIMED_TEXT_SCROLL_MODE_POP_ON","features":[431]},{"name":"MF_TIMED_TEXT_SCROLL_MODE_ROLL_UP","features":[431]},{"name":"MF_TIMED_TEXT_TRACK_KIND","features":[431]},{"name":"MF_TIMED_TEXT_TRACK_KIND_CAPTIONS","features":[431]},{"name":"MF_TIMED_TEXT_TRACK_KIND_METADATA","features":[431]},{"name":"MF_TIMED_TEXT_TRACK_KIND_SUBTITLES","features":[431]},{"name":"MF_TIMED_TEXT_TRACK_KIND_UNKNOWN","features":[431]},{"name":"MF_TIMED_TEXT_TRACK_READY_STATE","features":[431]},{"name":"MF_TIMED_TEXT_TRACK_READY_STATE_ERROR","features":[431]},{"name":"MF_TIMED_TEXT_TRACK_READY_STATE_LOADED","features":[431]},{"name":"MF_TIMED_TEXT_TRACK_READY_STATE_LOADING","features":[431]},{"name":"MF_TIMED_TEXT_TRACK_READY_STATE_NONE","features":[431]},{"name":"MF_TIMED_TEXT_UNIT_TYPE","features":[431]},{"name":"MF_TIMED_TEXT_UNIT_TYPE_PERCENTAGE","features":[431]},{"name":"MF_TIMED_TEXT_UNIT_TYPE_PIXELS","features":[431]},{"name":"MF_TIMED_TEXT_WRITING_MODE","features":[431]},{"name":"MF_TIMED_TEXT_WRITING_MODE_LR","features":[431]},{"name":"MF_TIMED_TEXT_WRITING_MODE_LRTB","features":[431]},{"name":"MF_TIMED_TEXT_WRITING_MODE_RL","features":[431]},{"name":"MF_TIMED_TEXT_WRITING_MODE_RLTB","features":[431]},{"name":"MF_TIMED_TEXT_WRITING_MODE_TB","features":[431]},{"name":"MF_TIMED_TEXT_WRITING_MODE_TBLR","features":[431]},{"name":"MF_TIMED_TEXT_WRITING_MODE_TBRL","features":[431]},{"name":"MF_TIME_FORMAT_ENTRY_RELATIVE","features":[431]},{"name":"MF_TIME_FORMAT_SEGMENT_OFFSET","features":[431]},{"name":"MF_TOPOLOGY_DXVA_MODE","features":[431]},{"name":"MF_TOPOLOGY_DYNAMIC_CHANGE_NOT_ALLOWED","features":[431]},{"name":"MF_TOPOLOGY_ENABLE_XVP_FOR_PLAYBACK","features":[431]},{"name":"MF_TOPOLOGY_ENUMERATE_SOURCE_TYPES","features":[431]},{"name":"MF_TOPOLOGY_HARDWARE_MODE","features":[431]},{"name":"MF_TOPOLOGY_MAX","features":[431]},{"name":"MF_TOPOLOGY_NO_MARKIN_MARKOUT","features":[431]},{"name":"MF_TOPOLOGY_OUTPUT_NODE","features":[431]},{"name":"MF_TOPOLOGY_PLAYBACK_FRAMERATE","features":[431]},{"name":"MF_TOPOLOGY_PLAYBACK_MAX_DIMS","features":[431]},{"name":"MF_TOPOLOGY_PROJECTSTART","features":[431]},{"name":"MF_TOPOLOGY_PROJECTSTOP","features":[431]},{"name":"MF_TOPOLOGY_RESOLUTION_STATUS","features":[431]},{"name":"MF_TOPOLOGY_RESOLUTION_STATUS_FLAGS","features":[431]},{"name":"MF_TOPOLOGY_RESOLUTION_SUCCEEDED","features":[431]},{"name":"MF_TOPOLOGY_SOURCESTREAM_NODE","features":[431]},{"name":"MF_TOPOLOGY_START_TIME_ON_PRESENTATION_SWITCH","features":[431]},{"name":"MF_TOPOLOGY_STATIC_PLAYBACK_OPTIMIZATIONS","features":[431]},{"name":"MF_TOPOLOGY_TEE_NODE","features":[431]},{"name":"MF_TOPOLOGY_TRANSFORM_NODE","features":[431]},{"name":"MF_TOPOLOGY_TYPE","features":[431]},{"name":"MF_TOPONODE_ATTRIBUTE_EDITOR_SERVICE","features":[431]},{"name":"MF_TOPONODE_CONNECT_METHOD","features":[431]},{"name":"MF_TOPONODE_D3DAWARE","features":[431]},{"name":"MF_TOPONODE_DECODER","features":[431]},{"name":"MF_TOPONODE_DECRYPTOR","features":[431]},{"name":"MF_TOPONODE_DISABLE_PREROLL","features":[431]},{"name":"MF_TOPONODE_DISCARDABLE","features":[431]},{"name":"MF_TOPONODE_DRAIN","features":[431]},{"name":"MF_TOPONODE_DRAIN_ALWAYS","features":[431]},{"name":"MF_TOPONODE_DRAIN_DEFAULT","features":[431]},{"name":"MF_TOPONODE_DRAIN_MODE","features":[431]},{"name":"MF_TOPONODE_DRAIN_NEVER","features":[431]},{"name":"MF_TOPONODE_ERRORCODE","features":[431]},{"name":"MF_TOPONODE_ERROR_MAJORTYPE","features":[431]},{"name":"MF_TOPONODE_ERROR_SUBTYPE","features":[431]},{"name":"MF_TOPONODE_FLUSH","features":[431]},{"name":"MF_TOPONODE_FLUSH_ALWAYS","features":[431]},{"name":"MF_TOPONODE_FLUSH_MODE","features":[431]},{"name":"MF_TOPONODE_FLUSH_NEVER","features":[431]},{"name":"MF_TOPONODE_FLUSH_SEEK","features":[431]},{"name":"MF_TOPONODE_LOCKED","features":[431]},{"name":"MF_TOPONODE_MARKIN_HERE","features":[431]},{"name":"MF_TOPONODE_MARKOUT_HERE","features":[431]},{"name":"MF_TOPONODE_MEDIASTART","features":[431]},{"name":"MF_TOPONODE_MEDIASTOP","features":[431]},{"name":"MF_TOPONODE_NOSHUTDOWN_ON_REMOVE","features":[431]},{"name":"MF_TOPONODE_PRESENTATION_DESCRIPTOR","features":[431]},{"name":"MF_TOPONODE_PRIMARYOUTPUT","features":[431]},{"name":"MF_TOPONODE_RATELESS","features":[431]},{"name":"MF_TOPONODE_SEQUENCE_ELEMENTID","features":[431]},{"name":"MF_TOPONODE_SOURCE","features":[431]},{"name":"MF_TOPONODE_STREAMID","features":[431]},{"name":"MF_TOPONODE_STREAM_DESCRIPTOR","features":[431]},{"name":"MF_TOPONODE_TRANSFORM_OBJECTID","features":[431]},{"name":"MF_TOPONODE_WORKQUEUE_ID","features":[431]},{"name":"MF_TOPONODE_WORKQUEUE_ITEM_PRIORITY","features":[431]},{"name":"MF_TOPONODE_WORKQUEUE_MMCSS_CLASS","features":[431]},{"name":"MF_TOPONODE_WORKQUEUE_MMCSS_PRIORITY","features":[431]},{"name":"MF_TOPONODE_WORKQUEUE_MMCSS_TASKID","features":[431]},{"name":"MF_TOPOSTATUS","features":[431]},{"name":"MF_TOPOSTATUS_DYNAMIC_CHANGED","features":[431]},{"name":"MF_TOPOSTATUS_ENDED","features":[431]},{"name":"MF_TOPOSTATUS_INVALID","features":[431]},{"name":"MF_TOPOSTATUS_READY","features":[431]},{"name":"MF_TOPOSTATUS_SINK_SWITCHED","features":[431]},{"name":"MF_TOPOSTATUS_STARTED_SOURCE","features":[431]},{"name":"MF_TRANSCODE_ADJUST_PROFILE","features":[431]},{"name":"MF_TRANSCODE_ADJUST_PROFILE_DEFAULT","features":[431]},{"name":"MF_TRANSCODE_ADJUST_PROFILE_FLAGS","features":[431]},{"name":"MF_TRANSCODE_ADJUST_PROFILE_USE_SOURCE_ATTRIBUTES","features":[431]},{"name":"MF_TRANSCODE_CONTAINERTYPE","features":[431]},{"name":"MF_TRANSCODE_DONOT_INSERT_ENCODER","features":[431]},{"name":"MF_TRANSCODE_ENCODINGPROFILE","features":[431]},{"name":"MF_TRANSCODE_QUALITYVSSPEED","features":[431]},{"name":"MF_TRANSCODE_SINK_INFO","features":[431]},{"name":"MF_TRANSCODE_SKIP_METADATA_TRANSFER","features":[431]},{"name":"MF_TRANSCODE_TOPOLOGYMODE","features":[431]},{"name":"MF_TRANSCODE_TOPOLOGYMODE_FLAGS","features":[431]},{"name":"MF_TRANSCODE_TOPOLOGYMODE_HARDWARE_ALLOWED","features":[431]},{"name":"MF_TRANSCODE_TOPOLOGYMODE_SOFTWARE_ONLY","features":[431]},{"name":"MF_TRANSFORM_ASYNC","features":[431]},{"name":"MF_TRANSFORM_ASYNC_UNLOCK","features":[431]},{"name":"MF_TRANSFORM_CATEGORY_Attribute","features":[431]},{"name":"MF_TRANSFORM_FLAGS_Attribute","features":[431]},{"name":"MF_TYPE_ERR","features":[431]},{"name":"MF_UNKNOWN_DURATION","features":[431]},{"name":"MF_URL_TRUST_STATUS","features":[431]},{"name":"MF_USER_DATA_PAYLOAD","features":[431]},{"name":"MF_USER_EXTENDED_ATTRIBUTES","features":[431]},{"name":"MF_USER_MODE_COMPONENT_LOAD","features":[431]},{"name":"MF_VERSION","features":[431]},{"name":"MF_VIDEODSP_MODE","features":[431]},{"name":"MF_VIDEO_MAX_MB_PER_SEC","features":[431]},{"name":"MF_VIDEO_PROCESSOR_ALGORITHM","features":[431]},{"name":"MF_VIDEO_PROCESSOR_ALGORITHM_DEFAULT","features":[431]},{"name":"MF_VIDEO_PROCESSOR_ALGORITHM_MRF_CRF_444","features":[431]},{"name":"MF_VIDEO_PROCESSOR_ALGORITHM_TYPE","features":[431]},{"name":"MF_VIDEO_PROCESSOR_MIRROR","features":[431]},{"name":"MF_VIDEO_PROCESSOR_ROTATION","features":[431]},{"name":"MF_VIDEO_RENDERER_EFFECT_APP_SERVICE_NAME","features":[431]},{"name":"MF_VIDEO_SPHERICAL_VIEWDIRECTION","features":[431]},{"name":"MF_VIRTUALCAMERA_ASSOCIATED_CAMERA_SOURCES","features":[431]},{"name":"MF_VIRTUALCAMERA_CONFIGURATION_APP_PACKAGE_FAMILY_NAME","features":[431]},{"name":"MF_VIRTUALCAMERA_PROVIDE_ASSOCIATED_CAMERA_SOURCES","features":[431]},{"name":"MF_WINDOW_WORKQUEUE","features":[431]},{"name":"MF_WORKQUEUE_SERVICES","features":[431]},{"name":"MF_WRAPPED_BUFFER_SERVICE","features":[431]},{"name":"MF_WRAPPED_OBJECT","features":[431]},{"name":"MF_WRAPPED_SAMPLE_SERVICE","features":[431]},{"name":"MF_WVC1_PROG_SINGLE_SLICE_CONTENT","features":[431]},{"name":"MF_XVP_CALLER_ALLOCATES_OUTPUT","features":[431]},{"name":"MF_XVP_DISABLE_FRC","features":[431]},{"name":"MF_XVP_SAMPLE_LOCK_TIMEOUT","features":[431]},{"name":"MFaudioConstriction14_14","features":[431]},{"name":"MFaudioConstriction44_16","features":[431]},{"name":"MFaudioConstriction48_16","features":[431]},{"name":"MFaudioConstrictionMute","features":[431]},{"name":"MFaudioConstrictionOff","features":[431]},{"name":"MFllMulDiv","features":[431]},{"name":"MICARRAY_EXTERN_BEAM","features":[431]},{"name":"MICARRAY_FIXED_BEAM","features":[431]},{"name":"MICARRAY_SIMPLE_SUM","features":[431]},{"name":"MICARRAY_SINGLE_BEAM","features":[431]},{"name":"MICARRAY_SINGLE_CHAN","features":[431]},{"name":"MIC_ARRAY_MODE","features":[431]},{"name":"MIRROR_HORIZONTAL","features":[431]},{"name":"MIRROR_NONE","features":[431]},{"name":"MIRROR_VERTICAL","features":[431]},{"name":"MODE_NOT_SET","features":[431]},{"name":"MOVEREGION_INFO","features":[307,431]},{"name":"MOVE_RECT","features":[307,431]},{"name":"MP3ACMCodecWrapper","features":[431]},{"name":"MPEG1VIDEOINFO","features":[307,318,431]},{"name":"MPEG2VIDEOINFO","features":[307,318,431]},{"name":"MPEG2VIDEOINFO_FLAGS","features":[431]},{"name":"MR_AUDIO_POLICY_SERVICE","features":[431]},{"name":"MR_BUFFER_SERVICE","features":[431]},{"name":"MR_CAPTURE_POLICY_VOLUME_SERVICE","features":[431]},{"name":"MR_POLICY_VOLUME_SERVICE","features":[431]},{"name":"MR_STREAM_VOLUME_SERVICE","features":[431]},{"name":"MR_VIDEO_ACCELERATION_SERVICE","features":[431]},{"name":"MR_VIDEO_MIXER_SERVICE","features":[431]},{"name":"MR_VIDEO_RENDER_SERVICE","features":[431]},{"name":"MSAMRNBDecoder","features":[431]},{"name":"MSAMRNBEncoder","features":[431]},{"name":"MT_ARBITRARY_HEADER","features":[307,431]},{"name":"MT_CUSTOM_VIDEO_PRIMARIES","features":[431]},{"name":"MULawCodecWrapper","features":[431]},{"name":"OPENMODE_APPEND_IF_EXIST","features":[431]},{"name":"OPENMODE_DELETE_IF_EXIST","features":[431]},{"name":"OPENMODE_FAIL_IF_EXIST","features":[431]},{"name":"OPENMODE_FAIL_IF_NOT_EXIST","features":[431]},{"name":"OPENMODE_RESET_IF_EXIST","features":[431]},{"name":"OPMGetVideoOutputForTarget","features":[307,431]},{"name":"OPMGetVideoOutputsFromHMONITOR","features":[318,431]},{"name":"OPMGetVideoOutputsFromIDirect3DDevice9Object","features":[316,431]},{"name":"OPMXboxEnableHDCP","features":[431]},{"name":"OPMXboxGetHDCPStatus","features":[431]},{"name":"OPMXboxGetHDCPStatusAndType","features":[431]},{"name":"OPM_128_BIT_RANDOM_NUMBER_SIZE","features":[431]},{"name":"OPM_ACP_AND_CGMSA_SIGNALING","features":[431]},{"name":"OPM_ACP_LEVEL_ONE","features":[431]},{"name":"OPM_ACP_LEVEL_THREE","features":[431]},{"name":"OPM_ACP_LEVEL_TWO","features":[431]},{"name":"OPM_ACP_OFF","features":[431]},{"name":"OPM_ACP_PROTECTION_LEVEL","features":[431]},{"name":"OPM_ACTUAL_OUTPUT_FORMAT","features":[316,431]},{"name":"OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_CENTER","features":[431]},{"name":"OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_TOP","features":[431]},{"name":"OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_CENTER","features":[431]},{"name":"OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_TOP","features":[431]},{"name":"OPM_ASPECT_RATIO_EN300294_BOX_GT_16_BY_9_CENTER","features":[431]},{"name":"OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_16_BY_9_ANAMORPHIC","features":[431]},{"name":"OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3","features":[431]},{"name":"OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3_PROTECTED_CENTER","features":[431]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR","features":[431]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE","features":[431]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_INSIDE_OF_CHIPSET","features":[431]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_MASK","features":[431]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_NON_STANDARD","features":[431]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP","features":[431]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET","features":[431]},{"name":"OPM_BUS_TYPE","features":[431]},{"name":"OPM_BUS_TYPE_AGP","features":[431]},{"name":"OPM_BUS_TYPE_MASK","features":[431]},{"name":"OPM_BUS_TYPE_OTHER","features":[431]},{"name":"OPM_BUS_TYPE_PCI","features":[431]},{"name":"OPM_BUS_TYPE_PCIEXPRESS","features":[431]},{"name":"OPM_BUS_TYPE_PCIX","features":[431]},{"name":"OPM_CGMSA","features":[431]},{"name":"OPM_CGMSA_COPY_FREELY","features":[431]},{"name":"OPM_CGMSA_COPY_NEVER","features":[431]},{"name":"OPM_CGMSA_COPY_NO_MORE","features":[431]},{"name":"OPM_CGMSA_COPY_ONE_GENERATION","features":[431]},{"name":"OPM_CGMSA_OFF","features":[431]},{"name":"OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED","features":[431]},{"name":"OPM_CONFIGURE_PARAMETERS","features":[431]},{"name":"OPM_CONFIGURE_SETTING_DATA_SIZE","features":[431]},{"name":"OPM_CONNECTED_HDCP_DEVICE_INFORMATION","features":[431]},{"name":"OPM_CONNECTOR_TYPE","features":[431]},{"name":"OPM_CONNECTOR_TYPE_COMPONENT_VIDEO","features":[431]},{"name":"OPM_CONNECTOR_TYPE_COMPOSITE_VIDEO","features":[431]},{"name":"OPM_CONNECTOR_TYPE_DISPLAYPORT_EMBEDDED","features":[431]},{"name":"OPM_CONNECTOR_TYPE_DISPLAYPORT_EXTERNAL","features":[431]},{"name":"OPM_CONNECTOR_TYPE_DVI","features":[431]},{"name":"OPM_CONNECTOR_TYPE_D_JPN","features":[431]},{"name":"OPM_CONNECTOR_TYPE_HDMI","features":[431]},{"name":"OPM_CONNECTOR_TYPE_LVDS","features":[431]},{"name":"OPM_CONNECTOR_TYPE_MIRACAST","features":[431]},{"name":"OPM_CONNECTOR_TYPE_OTHER","features":[431]},{"name":"OPM_CONNECTOR_TYPE_RESERVED","features":[431]},{"name":"OPM_CONNECTOR_TYPE_SDI","features":[431]},{"name":"OPM_CONNECTOR_TYPE_SVIDEO","features":[431]},{"name":"OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_A","features":[431]},{"name":"OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_B","features":[431]},{"name":"OPM_CONNECTOR_TYPE_UDI_EMBEDDED","features":[431]},{"name":"OPM_CONNECTOR_TYPE_UDI_EXTERNAL","features":[431]},{"name":"OPM_CONNECTOR_TYPE_VGA","features":[431]},{"name":"OPM_COPP_COMPATIBLE_BUS_TYPE_INTEGRATED","features":[431]},{"name":"OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL","features":[431]},{"name":"OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS","features":[431]},{"name":"OPM_DPCP_OFF","features":[431]},{"name":"OPM_DPCP_ON","features":[431]},{"name":"OPM_DPCP_PROTECTION_LEVEL","features":[431]},{"name":"OPM_DVI_CHARACTERISTIC","features":[431]},{"name":"OPM_DVI_CHARACTERISTIC_1_0","features":[431]},{"name":"OPM_DVI_CHARACTERISTIC_1_1_OR_ABOVE","features":[431]},{"name":"OPM_ENCRYPTED_INITIALIZATION_PARAMETERS","features":[431]},{"name":"OPM_ENCRYPTED_INITIALIZATION_PARAMETERS_SIZE","features":[431]},{"name":"OPM_GET_ACP_AND_CGMSA_SIGNALING","features":[431]},{"name":"OPM_GET_ACTUAL_OUTPUT_FORMAT","features":[431]},{"name":"OPM_GET_ACTUAL_PROTECTION_LEVEL","features":[431]},{"name":"OPM_GET_ADAPTER_BUS_TYPE","features":[431]},{"name":"OPM_GET_CODEC_INFO","features":[431]},{"name":"OPM_GET_CODEC_INFO_INFORMATION","features":[431]},{"name":"OPM_GET_CODEC_INFO_PARAMETERS","features":[431]},{"name":"OPM_GET_CONNECTED_HDCP_DEVICE_INFORMATION","features":[431]},{"name":"OPM_GET_CONNECTOR_TYPE","features":[431]},{"name":"OPM_GET_CURRENT_HDCP_SRM_VERSION","features":[431]},{"name":"OPM_GET_DVI_CHARACTERISTICS","features":[431]},{"name":"OPM_GET_INFORMATION_PARAMETERS_SIZE","features":[431]},{"name":"OPM_GET_INFO_PARAMETERS","features":[431]},{"name":"OPM_GET_OUTPUT_HARDWARE_PROTECTION_SUPPORT","features":[431]},{"name":"OPM_GET_OUTPUT_ID","features":[431]},{"name":"OPM_GET_SUPPORTED_PROTECTION_TYPES","features":[431]},{"name":"OPM_GET_VIRTUAL_PROTECTION_LEVEL","features":[431]},{"name":"OPM_HDCP_FLAGS","features":[431]},{"name":"OPM_HDCP_FLAG_NONE","features":[431]},{"name":"OPM_HDCP_FLAG_REPEATER","features":[431]},{"name":"OPM_HDCP_KEY_SELECTION_VECTOR","features":[431]},{"name":"OPM_HDCP_KEY_SELECTION_VECTOR_SIZE","features":[431]},{"name":"OPM_HDCP_OFF","features":[431]},{"name":"OPM_HDCP_ON","features":[431]},{"name":"OPM_HDCP_PROTECTION_LEVEL","features":[431]},{"name":"OPM_HDCP_STATUS","features":[431]},{"name":"OPM_HDCP_STATUS_OFF","features":[431]},{"name":"OPM_HDCP_STATUS_ON","features":[431]},{"name":"OPM_HDCP_TYPE","features":[431]},{"name":"OPM_HDCP_TYPE_0","features":[431]},{"name":"OPM_HDCP_TYPE_1","features":[431]},{"name":"OPM_IMAGE_ASPECT_RATIO_EN300294","features":[431]},{"name":"OPM_OMAC","features":[431]},{"name":"OPM_OMAC_SIZE","features":[431]},{"name":"OPM_OUTPUT_HARDWARE_PROTECTION","features":[431]},{"name":"OPM_OUTPUT_HARDWARE_PROTECTION_NOT_SUPPORTED","features":[431]},{"name":"OPM_OUTPUT_HARDWARE_PROTECTION_SUPPORTED","features":[431]},{"name":"OPM_OUTPUT_ID_DATA","features":[431]},{"name":"OPM_PROTECTION_STANDARD_ARIBTRB15_1125I","features":[431]},{"name":"OPM_PROTECTION_STANDARD_ARIBTRB15_525I","features":[431]},{"name":"OPM_PROTECTION_STANDARD_ARIBTRB15_525P","features":[431]},{"name":"OPM_PROTECTION_STANDARD_ARIBTRB15_750P","features":[431]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEA_1125I","features":[431]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEA_525P","features":[431]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEA_750P","features":[431]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEB_1125I","features":[431]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEB_525P","features":[431]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEB_750P","features":[431]},{"name":"OPM_PROTECTION_STANDARD_EIA608B_525","features":[431]},{"name":"OPM_PROTECTION_STANDARD_EN300294_625I","features":[431]},{"name":"OPM_PROTECTION_STANDARD_IEC61880_2_525I","features":[431]},{"name":"OPM_PROTECTION_STANDARD_IEC61880_525I","features":[431]},{"name":"OPM_PROTECTION_STANDARD_IEC62375_625P","features":[431]},{"name":"OPM_PROTECTION_STANDARD_NONE","features":[431]},{"name":"OPM_PROTECTION_STANDARD_OTHER","features":[431]},{"name":"OPM_PROTECTION_STANDARD_TYPE","features":[431]},{"name":"OPM_PROTECTION_TYPE","features":[431]},{"name":"OPM_PROTECTION_TYPE_ACP","features":[431]},{"name":"OPM_PROTECTION_TYPE_CGMSA","features":[431]},{"name":"OPM_PROTECTION_TYPE_COPP_COMPATIBLE_HDCP","features":[431]},{"name":"OPM_PROTECTION_TYPE_DPCP","features":[431]},{"name":"OPM_PROTECTION_TYPE_HDCP","features":[431]},{"name":"OPM_PROTECTION_TYPE_NONE","features":[431]},{"name":"OPM_PROTECTION_TYPE_OTHER","features":[431]},{"name":"OPM_PROTECTION_TYPE_SIZE","features":[431]},{"name":"OPM_PROTECTION_TYPE_TYPE_ENFORCEMENT_HDCP","features":[431]},{"name":"OPM_RANDOM_NUMBER","features":[431]},{"name":"OPM_REQUESTED_INFORMATION","features":[431]},{"name":"OPM_REQUESTED_INFORMATION_SIZE","features":[431]},{"name":"OPM_SET_ACP_AND_CGMSA_SIGNALING","features":[431]},{"name":"OPM_SET_ACP_AND_CGMSA_SIGNALING_PARAMETERS","features":[431]},{"name":"OPM_SET_HDCP_SRM","features":[431]},{"name":"OPM_SET_HDCP_SRM_PARAMETERS","features":[431]},{"name":"OPM_SET_PROTECTION_LEVEL","features":[431]},{"name":"OPM_SET_PROTECTION_LEVEL_ACCORDING_TO_CSS_DVD","features":[431]},{"name":"OPM_SET_PROTECTION_LEVEL_PARAMETERS","features":[431]},{"name":"OPM_STANDARD_INFORMATION","features":[431]},{"name":"OPM_STATUS","features":[431]},{"name":"OPM_STATUS_LINK_LOST","features":[431]},{"name":"OPM_STATUS_NORMAL","features":[431]},{"name":"OPM_STATUS_RENEGOTIATION_REQUIRED","features":[431]},{"name":"OPM_STATUS_REVOKED_HDCP_DEVICE_ATTACHED","features":[431]},{"name":"OPM_STATUS_TAMPERING_DETECTED","features":[431]},{"name":"OPM_TYPE","features":[431]},{"name":"OPM_TYPE_ENFORCEMENT_HDCP_OFF","features":[431]},{"name":"OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_NO_TYPE_RESTRICTION","features":[431]},{"name":"OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_TYPE1_RESTRICTION","features":[431]},{"name":"OPM_TYPE_ENFORCEMENT_HDCP_PROTECTION_LEVEL","features":[431]},{"name":"OPM_VIDEO_OUTPUT_SEMANTICS","features":[431]},{"name":"OPM_VOS_COPP_SEMANTICS","features":[431]},{"name":"OPM_VOS_OPM_INDIRECT_DISPLAY","features":[431]},{"name":"OPM_VOS_OPM_SEMANTICS","features":[431]},{"name":"OPTIBEAM_ARRAY_AND_AEC","features":[431]},{"name":"OPTIBEAM_ARRAY_ONLY","features":[431]},{"name":"PDXVAHDSW_CreateDevice","features":[307,316,431]},{"name":"PDXVAHDSW_CreateVideoProcessor","features":[307,431]},{"name":"PDXVAHDSW_DestroyDevice","features":[307,431]},{"name":"PDXVAHDSW_DestroyVideoProcessor","features":[307,431]},{"name":"PDXVAHDSW_GetVideoProcessBltStatePrivate","features":[307,431]},{"name":"PDXVAHDSW_GetVideoProcessStreamStatePrivate","features":[307,431]},{"name":"PDXVAHDSW_GetVideoProcessorCaps","features":[307,431]},{"name":"PDXVAHDSW_GetVideoProcessorCustomRates","features":[307,431]},{"name":"PDXVAHDSW_GetVideoProcessorDeviceCaps","features":[307,316,431]},{"name":"PDXVAHDSW_GetVideoProcessorFilterRange","features":[307,431]},{"name":"PDXVAHDSW_GetVideoProcessorInputFormats","features":[307,316,431]},{"name":"PDXVAHDSW_GetVideoProcessorOutputFormats","features":[307,316,431]},{"name":"PDXVAHDSW_Plugin","features":[431]},{"name":"PDXVAHDSW_ProposeVideoPrivateFormat","features":[307,316,431]},{"name":"PDXVAHDSW_SetVideoProcessBltState","features":[307,431]},{"name":"PDXVAHDSW_SetVideoProcessStreamState","features":[307,431]},{"name":"PDXVAHDSW_VideoProcessBltHD","features":[307,316,431]},{"name":"PDXVAHD_CreateDevice","features":[316,431]},{"name":"PEACTION_COPY","features":[431]},{"name":"PEACTION_EXPORT","features":[431]},{"name":"PEACTION_EXTRACT","features":[431]},{"name":"PEACTION_LAST","features":[431]},{"name":"PEACTION_NO","features":[431]},{"name":"PEACTION_PLAY","features":[431]},{"name":"PEACTION_RESERVED1","features":[431]},{"name":"PEACTION_RESERVED2","features":[431]},{"name":"PEACTION_RESERVED3","features":[431]},{"name":"PIN_CATEGORY_ANALOGVIDEOIN","features":[431]},{"name":"PIN_CATEGORY_CAPTURE","features":[431]},{"name":"PIN_CATEGORY_CC","features":[431]},{"name":"PIN_CATEGORY_EDS","features":[431]},{"name":"PIN_CATEGORY_NABTS","features":[431]},{"name":"PIN_CATEGORY_PREVIEW","features":[431]},{"name":"PIN_CATEGORY_STILL","features":[431]},{"name":"PIN_CATEGORY_TELETEXT","features":[431]},{"name":"PIN_CATEGORY_TIMECODE","features":[431]},{"name":"PIN_CATEGORY_VBI","features":[431]},{"name":"PIN_CATEGORY_VIDEOPORT","features":[431]},{"name":"PIN_CATEGORY_VIDEOPORT_VBI","features":[431]},{"name":"PLAYTO_SOURCE_AUDIO","features":[431]},{"name":"PLAYTO_SOURCE_CREATEFLAGS","features":[431]},{"name":"PLAYTO_SOURCE_IMAGE","features":[431]},{"name":"PLAYTO_SOURCE_NONE","features":[431]},{"name":"PLAYTO_SOURCE_PROTECTED","features":[431]},{"name":"PLAYTO_SOURCE_VIDEO","features":[431]},{"name":"PRESENTATION_CURRENT_POSITION","features":[431]},{"name":"REQUIRE_PROMPT","features":[431]},{"name":"REQUIRE_SAVE_SELECTED","features":[431]},{"name":"ROI_AREA","features":[307,431]},{"name":"ROTATION_NONE","features":[431]},{"name":"ROTATION_NORMAL","features":[431]},{"name":"SAMPLE_PROTECTION_VERSION","features":[431]},{"name":"SAMPLE_PROTECTION_VERSION_AES128CTR","features":[431]},{"name":"SAMPLE_PROTECTION_VERSION_BASIC_LOKI","features":[431]},{"name":"SAMPLE_PROTECTION_VERSION_NO","features":[431]},{"name":"SAMPLE_PROTECTION_VERSION_RC4","features":[431]},{"name":"SAMPLE_PROTECTION_VERSION_SCATTER","features":[431]},{"name":"SEEK_ORIGIN","features":[431]},{"name":"SENSORPROFILEID","features":[431]},{"name":"SHA_HASH_LEN","features":[431]},{"name":"SINGLE_CHANNEL_AEC","features":[431]},{"name":"SINGLE_CHANNEL_NSAGC","features":[431]},{"name":"STREAM_MEDIUM","features":[431]},{"name":"SYSFXUI_DONOTSHOW_BASSBOOST","features":[431]},{"name":"SYSFXUI_DONOTSHOW_BASSMANAGEMENT","features":[431]},{"name":"SYSFXUI_DONOTSHOW_CHANNELPHANTOMING","features":[431]},{"name":"SYSFXUI_DONOTSHOW_HEADPHONEVIRTUALIZATION","features":[431]},{"name":"SYSFXUI_DONOTSHOW_LOUDNESSEQUALIZATION","features":[431]},{"name":"SYSFXUI_DONOTSHOW_ROOMCORRECTION","features":[431]},{"name":"SYSFXUI_DONOTSHOW_SPEAKERFILLING","features":[431]},{"name":"SYSFXUI_DONOTSHOW_VIRTUALSURROUND","features":[431]},{"name":"SequencerTopologyFlags_Last","features":[431]},{"name":"TIME_FORMAT_BYTE","features":[431]},{"name":"TIME_FORMAT_FIELD","features":[431]},{"name":"TIME_FORMAT_FRAME","features":[431]},{"name":"TIME_FORMAT_MEDIA_TIME","features":[431]},{"name":"TIME_FORMAT_NONE","features":[431]},{"name":"TIME_FORMAT_SAMPLE","features":[431]},{"name":"TOC_DESCRIPTOR","features":[431]},{"name":"TOC_ENTRY_DESCRIPTOR","features":[431]},{"name":"TOC_ENTRY_MAX_TITLE_SIZE","features":[431]},{"name":"TOC_MAX_DESCRIPTION_SIZE","features":[431]},{"name":"TOC_POS_INHEADER","features":[431]},{"name":"TOC_POS_TOPLEVELOBJECT","features":[431]},{"name":"TOC_POS_TYPE","features":[431]},{"name":"UUID_UdriTagTables","features":[431]},{"name":"UUID_WMDRMTagTables","features":[431]},{"name":"VIDEOINFOHEADER","features":[307,318,431]},{"name":"VIDEOINFOHEADER2","features":[307,318,431]},{"name":"VIDEO_ZOOM_RECT","features":[431]},{"name":"VRHP_BIGROOM","features":[431]},{"name":"VRHP_CUSTUMIZEDROOM","features":[431]},{"name":"VRHP_MEDIUMROOM","features":[431]},{"name":"VRHP_SMALLROOM","features":[431]},{"name":"VorbisDecoderMFT","features":[431]},{"name":"WMAAECMA_E_NO_ACTIVE_RENDER_STREAM","features":[431]},{"name":"WMT_PROP_DATATYPE","features":[431]},{"name":"WMT_PROP_TYPE_BINARY","features":[431]},{"name":"WMT_PROP_TYPE_BOOL","features":[431]},{"name":"WMT_PROP_TYPE_DWORD","features":[431]},{"name":"WMT_PROP_TYPE_GUID","features":[431]},{"name":"WMT_PROP_TYPE_QWORD","features":[431]},{"name":"WMT_PROP_TYPE_STRING","features":[431]},{"name":"WMT_PROP_TYPE_WORD","features":[431]},{"name":"WMV_DYNAMIC_BITRATE","features":[431]},{"name":"WMV_DYNAMIC_COMPLEXITY","features":[431]},{"name":"WMV_DYNAMIC_FLAGS","features":[431]},{"name":"WMV_DYNAMIC_RESOLUTION","features":[431]},{"name":"WM_CODEC_ONEPASS_CBR","features":[431]},{"name":"WM_CODEC_ONEPASS_VBR","features":[431]},{"name":"WM_CODEC_TWOPASS_CBR","features":[431]},{"name":"WM_CODEC_TWOPASS_VBR_PEAKCONSTRAINED","features":[431]},{"name":"WM_CODEC_TWOPASS_VBR_UNCONSTRAINED","features":[431]},{"name":"_MFP_CREDENTIAL_FLAGS","features":[431]},{"name":"_MFP_MEDIAITEM_CHARACTERISTICS","features":[431]},{"name":"_MFT_INPUT_DATA_BUFFER_FLAGS","features":[431]},{"name":"_MFT_INPUT_STATUS_FLAGS","features":[431]},{"name":"_MFT_INPUT_STREAM_INFO_FLAGS","features":[431]},{"name":"_MFT_OUTPUT_DATA_BUFFER_FLAGS","features":[431]},{"name":"_MFT_OUTPUT_STATUS_FLAGS","features":[431]},{"name":"_MFT_OUTPUT_STREAM_INFO_FLAGS","features":[431]},{"name":"_MFT_PROCESS_OUTPUT_FLAGS","features":[431]},{"name":"_MFT_PROCESS_OUTPUT_STATUS","features":[431]},{"name":"_MFT_SET_TYPE_FLAGS","features":[431]},{"name":"_msoBegin","features":[431]},{"name":"_msoCurrent","features":[431]},{"name":"eAVAudioChannelConfig","features":[431]},{"name":"eAVAudioChannelConfig_BACK_CENTER","features":[431]},{"name":"eAVAudioChannelConfig_BACK_LEFT","features":[431]},{"name":"eAVAudioChannelConfig_BACK_RIGHT","features":[431]},{"name":"eAVAudioChannelConfig_FRONT_CENTER","features":[431]},{"name":"eAVAudioChannelConfig_FRONT_LEFT","features":[431]},{"name":"eAVAudioChannelConfig_FRONT_LEFT_OF_CENTER","features":[431]},{"name":"eAVAudioChannelConfig_FRONT_RIGHT","features":[431]},{"name":"eAVAudioChannelConfig_FRONT_RIGHT_OF_CENTER","features":[431]},{"name":"eAVAudioChannelConfig_LOW_FREQUENCY","features":[431]},{"name":"eAVAudioChannelConfig_SIDE_LEFT","features":[431]},{"name":"eAVAudioChannelConfig_SIDE_RIGHT","features":[431]},{"name":"eAVAudioChannelConfig_TOP_BACK_CENTER","features":[431]},{"name":"eAVAudioChannelConfig_TOP_BACK_LEFT","features":[431]},{"name":"eAVAudioChannelConfig_TOP_BACK_RIGHT","features":[431]},{"name":"eAVAudioChannelConfig_TOP_CENTER","features":[431]},{"name":"eAVAudioChannelConfig_TOP_FRONT_CENTER","features":[431]},{"name":"eAVAudioChannelConfig_TOP_FRONT_LEFT","features":[431]},{"name":"eAVAudioChannelConfig_TOP_FRONT_RIGHT","features":[431]},{"name":"eAVDDSurroundMode","features":[431]},{"name":"eAVDDSurroundMode_No","features":[431]},{"name":"eAVDDSurroundMode_NotIndicated","features":[431]},{"name":"eAVDDSurroundMode_Yes","features":[431]},{"name":"eAVDSPLoudnessEqualization","features":[431]},{"name":"eAVDSPLoudnessEqualization_AUTO","features":[431]},{"name":"eAVDSPLoudnessEqualization_OFF","features":[431]},{"name":"eAVDSPLoudnessEqualization_ON","features":[431]},{"name":"eAVDSPSpeakerFill","features":[431]},{"name":"eAVDSPSpeakerFill_AUTO","features":[431]},{"name":"eAVDSPSpeakerFill_OFF","features":[431]},{"name":"eAVDSPSpeakerFill_ON","features":[431]},{"name":"eAVDecAACDownmixMode","features":[431]},{"name":"eAVDecAACUseARIBDownmix","features":[431]},{"name":"eAVDecAACUseISODownmix","features":[431]},{"name":"eAVDecAudioDualMono","features":[431]},{"name":"eAVDecAudioDualMonoReproMode","features":[431]},{"name":"eAVDecAudioDualMonoReproMode_LEFT_MONO","features":[431]},{"name":"eAVDecAudioDualMonoReproMode_MIX_MONO","features":[431]},{"name":"eAVDecAudioDualMonoReproMode_RIGHT_MONO","features":[431]},{"name":"eAVDecAudioDualMonoReproMode_STEREO","features":[431]},{"name":"eAVDecAudioDualMono_IsDualMono","features":[431]},{"name":"eAVDecAudioDualMono_IsNotDualMono","features":[431]},{"name":"eAVDecAudioDualMono_UnSpecified","features":[431]},{"name":"eAVDecDDMatrixDecodingMode","features":[431]},{"name":"eAVDecDDMatrixDecodingMode_AUTO","features":[431]},{"name":"eAVDecDDMatrixDecodingMode_OFF","features":[431]},{"name":"eAVDecDDMatrixDecodingMode_ON","features":[431]},{"name":"eAVDecDDOperationalMode","features":[431]},{"name":"eAVDecDDOperationalMode_CUSTOM0","features":[431]},{"name":"eAVDecDDOperationalMode_CUSTOM1","features":[431]},{"name":"eAVDecDDOperationalMode_LINE","features":[431]},{"name":"eAVDecDDOperationalMode_NONE","features":[431]},{"name":"eAVDecDDOperationalMode_PORTABLE11","features":[431]},{"name":"eAVDecDDOperationalMode_PORTABLE14","features":[431]},{"name":"eAVDecDDOperationalMode_PORTABLE8","features":[431]},{"name":"eAVDecDDOperationalMode_RF","features":[431]},{"name":"eAVDecDDStereoDownMixMode","features":[431]},{"name":"eAVDecDDStereoDownMixMode_Auto","features":[431]},{"name":"eAVDecDDStereoDownMixMode_LoRo","features":[431]},{"name":"eAVDecDDStereoDownMixMode_LtRt","features":[431]},{"name":"eAVDecHEAACDynamicRangeControl","features":[431]},{"name":"eAVDecHEAACDynamicRangeControl_OFF","features":[431]},{"name":"eAVDecHEAACDynamicRangeControl_ON","features":[431]},{"name":"eAVDecVideoCodecType","features":[431]},{"name":"eAVDecVideoCodecType_H264","features":[431]},{"name":"eAVDecVideoCodecType_MPEG2","features":[431]},{"name":"eAVDecVideoCodecType_NOTPLAYING","features":[431]},{"name":"eAVDecVideoDXVABusEncryption","features":[431]},{"name":"eAVDecVideoDXVABusEncryption_AES","features":[431]},{"name":"eAVDecVideoDXVABusEncryption_NONE","features":[431]},{"name":"eAVDecVideoDXVABusEncryption_PRIVATE","features":[431]},{"name":"eAVDecVideoDXVAMode","features":[431]},{"name":"eAVDecVideoDXVAMode_IDCT","features":[431]},{"name":"eAVDecVideoDXVAMode_MC","features":[431]},{"name":"eAVDecVideoDXVAMode_NOTPLAYING","features":[431]},{"name":"eAVDecVideoDXVAMode_SW","features":[431]},{"name":"eAVDecVideoDXVAMode_VLD","features":[431]},{"name":"eAVDecVideoH264ErrorConcealment","features":[431]},{"name":"eAVDecVideoInputScanType","features":[431]},{"name":"eAVDecVideoInputScan_Interlaced_LowerFieldFirst","features":[431]},{"name":"eAVDecVideoInputScan_Interlaced_UpperFieldFirst","features":[431]},{"name":"eAVDecVideoInputScan_Progressive","features":[431]},{"name":"eAVDecVideoInputScan_Unknown","features":[431]},{"name":"eAVDecVideoMPEG2ErrorConcealment","features":[431]},{"name":"eAVDecVideoSWPowerLevel","features":[431]},{"name":"eAVDecVideoSWPowerLevel_Balanced","features":[431]},{"name":"eAVDecVideoSWPowerLevel_BatteryLife","features":[431]},{"name":"eAVDecVideoSWPowerLevel_VideoQuality","features":[431]},{"name":"eAVDecVideoSoftwareDeinterlaceMode","features":[431]},{"name":"eAVDecVideoSoftwareDeinterlaceMode_BOBDeinterlacing","features":[431]},{"name":"eAVDecVideoSoftwareDeinterlaceMode_NoDeinterlacing","features":[431]},{"name":"eAVDecVideoSoftwareDeinterlaceMode_ProgressiveDeinterlacing","features":[431]},{"name":"eAVDecVideoSoftwareDeinterlaceMode_SmartBOBDeinterlacing","features":[431]},{"name":"eAVEncAV1PictureType","features":[431]},{"name":"eAVEncAV1PictureType_Inter","features":[431]},{"name":"eAVEncAV1PictureType_Intra_Only","features":[431]},{"name":"eAVEncAV1PictureType_Key","features":[431]},{"name":"eAVEncAV1PictureType_Switch","features":[431]},{"name":"eAVEncAV1VLevel","features":[431]},{"name":"eAVEncAV1VLevel2","features":[431]},{"name":"eAVEncAV1VLevel2_1","features":[431]},{"name":"eAVEncAV1VLevel3","features":[431]},{"name":"eAVEncAV1VLevel3_1","features":[431]},{"name":"eAVEncAV1VLevel4","features":[431]},{"name":"eAVEncAV1VLevel4_1","features":[431]},{"name":"eAVEncAV1VLevel5","features":[431]},{"name":"eAVEncAV1VLevel5_1","features":[431]},{"name":"eAVEncAV1VLevel5_2","features":[431]},{"name":"eAVEncAV1VLevel5_3","features":[431]},{"name":"eAVEncAV1VLevel6","features":[431]},{"name":"eAVEncAV1VLevel6_1","features":[431]},{"name":"eAVEncAV1VLevel6_2","features":[431]},{"name":"eAVEncAV1VLevel6_3","features":[431]},{"name":"eAVEncAV1VProfile","features":[431]},{"name":"eAVEncAV1VProfile_High_444_10","features":[431]},{"name":"eAVEncAV1VProfile_High_444_8","features":[431]},{"name":"eAVEncAV1VProfile_Main_400_10","features":[431]},{"name":"eAVEncAV1VProfile_Main_400_8","features":[431]},{"name":"eAVEncAV1VProfile_Main_420_10","features":[431]},{"name":"eAVEncAV1VProfile_Main_420_8","features":[431]},{"name":"eAVEncAV1VProfile_Professional_400_12","features":[431]},{"name":"eAVEncAV1VProfile_Professional_420_12","features":[431]},{"name":"eAVEncAV1VProfile_Professional_422_10","features":[431]},{"name":"eAVEncAV1VProfile_Professional_422_12","features":[431]},{"name":"eAVEncAV1VProfile_Professional_422_8","features":[431]},{"name":"eAVEncAV1VProfile_Professional_444_12","features":[431]},{"name":"eAVEncAV1VProfile_unknown","features":[431]},{"name":"eAVEncAdaptiveMode","features":[431]},{"name":"eAVEncAdaptiveMode_FrameRate","features":[431]},{"name":"eAVEncAdaptiveMode_None","features":[431]},{"name":"eAVEncAdaptiveMode_Resolution","features":[431]},{"name":"eAVEncAudioDualMono","features":[431]},{"name":"eAVEncAudioDualMono_Off","features":[431]},{"name":"eAVEncAudioDualMono_On","features":[431]},{"name":"eAVEncAudioDualMono_SameAsInput","features":[431]},{"name":"eAVEncAudioInputContent","features":[431]},{"name":"eAVEncChromaEncodeMode","features":[431]},{"name":"eAVEncChromaEncodeMode_420","features":[431]},{"name":"eAVEncChromaEncodeMode_444","features":[431]},{"name":"eAVEncChromaEncodeMode_444_v2","features":[431]},{"name":"eAVEncCommonRateControlMode","features":[431]},{"name":"eAVEncCommonRateControlMode_CBR","features":[431]},{"name":"eAVEncCommonRateControlMode_GlobalLowDelayVBR","features":[431]},{"name":"eAVEncCommonRateControlMode_GlobalVBR","features":[431]},{"name":"eAVEncCommonRateControlMode_LowDelayVBR","features":[431]},{"name":"eAVEncCommonRateControlMode_PeakConstrainedVBR","features":[431]},{"name":"eAVEncCommonRateControlMode_Quality","features":[431]},{"name":"eAVEncCommonRateControlMode_UnconstrainedVBR","features":[431]},{"name":"eAVEncCommonStreamEndHandling","features":[431]},{"name":"eAVEncCommonStreamEndHandling_DiscardPartial","features":[431]},{"name":"eAVEncCommonStreamEndHandling_EnsureComplete","features":[431]},{"name":"eAVEncDDAtoDConverterType","features":[431]},{"name":"eAVEncDDAtoDConverterType_HDCD","features":[431]},{"name":"eAVEncDDAtoDConverterType_Standard","features":[431]},{"name":"eAVEncDDDynamicRangeCompressionControl","features":[431]},{"name":"eAVEncDDDynamicRangeCompressionControl_FilmLight","features":[431]},{"name":"eAVEncDDDynamicRangeCompressionControl_FilmStandard","features":[431]},{"name":"eAVEncDDDynamicRangeCompressionControl_MusicLight","features":[431]},{"name":"eAVEncDDDynamicRangeCompressionControl_MusicStandard","features":[431]},{"name":"eAVEncDDDynamicRangeCompressionControl_None","features":[431]},{"name":"eAVEncDDDynamicRangeCompressionControl_Speech","features":[431]},{"name":"eAVEncDDHeadphoneMode","features":[431]},{"name":"eAVEncDDHeadphoneMode_Encoded","features":[431]},{"name":"eAVEncDDHeadphoneMode_NotEncoded","features":[431]},{"name":"eAVEncDDHeadphoneMode_NotIndicated","features":[431]},{"name":"eAVEncDDPreferredStereoDownMixMode","features":[431]},{"name":"eAVEncDDPreferredStereoDownMixMode_LoRo","features":[431]},{"name":"eAVEncDDPreferredStereoDownMixMode_LtRt","features":[431]},{"name":"eAVEncDDProductionRoomType","features":[431]},{"name":"eAVEncDDProductionRoomType_Large","features":[431]},{"name":"eAVEncDDProductionRoomType_NotIndicated","features":[431]},{"name":"eAVEncDDProductionRoomType_Small","features":[431]},{"name":"eAVEncDDService","features":[431]},{"name":"eAVEncDDService_C","features":[431]},{"name":"eAVEncDDService_CM","features":[431]},{"name":"eAVEncDDService_D","features":[431]},{"name":"eAVEncDDService_E","features":[431]},{"name":"eAVEncDDService_HI","features":[431]},{"name":"eAVEncDDService_ME","features":[431]},{"name":"eAVEncDDService_VI","features":[431]},{"name":"eAVEncDDService_VO","features":[431]},{"name":"eAVEncDDSurroundExMode","features":[431]},{"name":"eAVEncDDSurroundExMode_No","features":[431]},{"name":"eAVEncDDSurroundExMode_NotIndicated","features":[431]},{"name":"eAVEncDDSurroundExMode_Yes","features":[431]},{"name":"eAVEncH263PictureType","features":[431]},{"name":"eAVEncH263PictureType_B","features":[431]},{"name":"eAVEncH263PictureType_I","features":[431]},{"name":"eAVEncH263PictureType_P","features":[431]},{"name":"eAVEncH263VLevel","features":[431]},{"name":"eAVEncH263VLevel1","features":[431]},{"name":"eAVEncH263VLevel2","features":[431]},{"name":"eAVEncH263VLevel3","features":[431]},{"name":"eAVEncH263VLevel4","features":[431]},{"name":"eAVEncH263VLevel4_5","features":[431]},{"name":"eAVEncH263VLevel5","features":[431]},{"name":"eAVEncH263VLevel6","features":[431]},{"name":"eAVEncH263VLevel7","features":[431]},{"name":"eAVEncH263VProfile","features":[431]},{"name":"eAVEncH263VProfile_Base","features":[431]},{"name":"eAVEncH263VProfile_CompatibilityV1","features":[431]},{"name":"eAVEncH263VProfile_CompatibilityV2","features":[431]},{"name":"eAVEncH263VProfile_HighCompression","features":[431]},{"name":"eAVEncH263VProfile_HighLatency","features":[431]},{"name":"eAVEncH263VProfile_Interlace","features":[431]},{"name":"eAVEncH263VProfile_Internet","features":[431]},{"name":"eAVEncH263VProfile_WirelessV2","features":[431]},{"name":"eAVEncH263VProfile_WirelessV3","features":[431]},{"name":"eAVEncH264PictureType","features":[431]},{"name":"eAVEncH264PictureType_B","features":[431]},{"name":"eAVEncH264PictureType_IDR","features":[431]},{"name":"eAVEncH264PictureType_P","features":[431]},{"name":"eAVEncH264VLevel","features":[431]},{"name":"eAVEncH264VLevel1","features":[431]},{"name":"eAVEncH264VLevel1_1","features":[431]},{"name":"eAVEncH264VLevel1_2","features":[431]},{"name":"eAVEncH264VLevel1_3","features":[431]},{"name":"eAVEncH264VLevel1_b","features":[431]},{"name":"eAVEncH264VLevel2","features":[431]},{"name":"eAVEncH264VLevel2_1","features":[431]},{"name":"eAVEncH264VLevel2_2","features":[431]},{"name":"eAVEncH264VLevel3","features":[431]},{"name":"eAVEncH264VLevel3_1","features":[431]},{"name":"eAVEncH264VLevel3_2","features":[431]},{"name":"eAVEncH264VLevel4","features":[431]},{"name":"eAVEncH264VLevel4_1","features":[431]},{"name":"eAVEncH264VLevel4_2","features":[431]},{"name":"eAVEncH264VLevel5","features":[431]},{"name":"eAVEncH264VLevel5_1","features":[431]},{"name":"eAVEncH264VLevel5_2","features":[431]},{"name":"eAVEncH264VProfile","features":[431]},{"name":"eAVEncH264VProfile_422","features":[431]},{"name":"eAVEncH264VProfile_444","features":[431]},{"name":"eAVEncH264VProfile_Base","features":[431]},{"name":"eAVEncH264VProfile_ConstrainedBase","features":[431]},{"name":"eAVEncH264VProfile_Extended","features":[431]},{"name":"eAVEncH264VProfile_High","features":[431]},{"name":"eAVEncH264VProfile_High10","features":[431]},{"name":"eAVEncH264VProfile_Main","features":[431]},{"name":"eAVEncH264VProfile_MultiviewHigh","features":[431]},{"name":"eAVEncH264VProfile_ScalableBase","features":[431]},{"name":"eAVEncH264VProfile_ScalableHigh","features":[431]},{"name":"eAVEncH264VProfile_Simple","features":[431]},{"name":"eAVEncH264VProfile_StereoHigh","features":[431]},{"name":"eAVEncH264VProfile_UCConstrainedHigh","features":[431]},{"name":"eAVEncH264VProfile_UCScalableConstrainedBase","features":[431]},{"name":"eAVEncH264VProfile_UCScalableConstrainedHigh","features":[431]},{"name":"eAVEncH264VProfile_unknown","features":[431]},{"name":"eAVEncH265VLevel","features":[431]},{"name":"eAVEncH265VLevel1","features":[431]},{"name":"eAVEncH265VLevel2","features":[431]},{"name":"eAVEncH265VLevel2_1","features":[431]},{"name":"eAVEncH265VLevel3","features":[431]},{"name":"eAVEncH265VLevel3_1","features":[431]},{"name":"eAVEncH265VLevel4","features":[431]},{"name":"eAVEncH265VLevel4_1","features":[431]},{"name":"eAVEncH265VLevel5","features":[431]},{"name":"eAVEncH265VLevel5_1","features":[431]},{"name":"eAVEncH265VLevel5_2","features":[431]},{"name":"eAVEncH265VLevel6","features":[431]},{"name":"eAVEncH265VLevel6_1","features":[431]},{"name":"eAVEncH265VLevel6_2","features":[431]},{"name":"eAVEncH265VProfile","features":[431]},{"name":"eAVEncH265VProfile_MainIntra_420_10","features":[431]},{"name":"eAVEncH265VProfile_MainIntra_420_12","features":[431]},{"name":"eAVEncH265VProfile_MainIntra_420_8","features":[431]},{"name":"eAVEncH265VProfile_MainIntra_422_10","features":[431]},{"name":"eAVEncH265VProfile_MainIntra_422_12","features":[431]},{"name":"eAVEncH265VProfile_MainIntra_444_10","features":[431]},{"name":"eAVEncH265VProfile_MainIntra_444_12","features":[431]},{"name":"eAVEncH265VProfile_MainIntra_444_16","features":[431]},{"name":"eAVEncH265VProfile_MainIntra_444_8","features":[431]},{"name":"eAVEncH265VProfile_MainStill_420_8","features":[431]},{"name":"eAVEncH265VProfile_MainStill_444_16","features":[431]},{"name":"eAVEncH265VProfile_MainStill_444_8","features":[431]},{"name":"eAVEncH265VProfile_Main_420_10","features":[431]},{"name":"eAVEncH265VProfile_Main_420_12","features":[431]},{"name":"eAVEncH265VProfile_Main_420_8","features":[431]},{"name":"eAVEncH265VProfile_Main_422_10","features":[431]},{"name":"eAVEncH265VProfile_Main_422_12","features":[431]},{"name":"eAVEncH265VProfile_Main_444_10","features":[431]},{"name":"eAVEncH265VProfile_Main_444_12","features":[431]},{"name":"eAVEncH265VProfile_Main_444_8","features":[431]},{"name":"eAVEncH265VProfile_Monochrome_12","features":[431]},{"name":"eAVEncH265VProfile_Monochrome_16","features":[431]},{"name":"eAVEncH265VProfile_unknown","features":[431]},{"name":"eAVEncInputVideoSystem","features":[431]},{"name":"eAVEncInputVideoSystem_Component","features":[431]},{"name":"eAVEncInputVideoSystem_HDV","features":[431]},{"name":"eAVEncInputVideoSystem_MAC","features":[431]},{"name":"eAVEncInputVideoSystem_NTSC","features":[431]},{"name":"eAVEncInputVideoSystem_PAL","features":[431]},{"name":"eAVEncInputVideoSystem_SECAM","features":[431]},{"name":"eAVEncInputVideoSystem_Unspecified","features":[431]},{"name":"eAVEncMPACodingMode","features":[431]},{"name":"eAVEncMPACodingMode_DualChannel","features":[431]},{"name":"eAVEncMPACodingMode_JointStereo","features":[431]},{"name":"eAVEncMPACodingMode_Mono","features":[431]},{"name":"eAVEncMPACodingMode_Stereo","features":[431]},{"name":"eAVEncMPACodingMode_Surround","features":[431]},{"name":"eAVEncMPAEmphasisType","features":[431]},{"name":"eAVEncMPAEmphasisType_50_15","features":[431]},{"name":"eAVEncMPAEmphasisType_CCITT_J17","features":[431]},{"name":"eAVEncMPAEmphasisType_None","features":[431]},{"name":"eAVEncMPAEmphasisType_Reserved","features":[431]},{"name":"eAVEncMPALayer","features":[431]},{"name":"eAVEncMPALayer_1","features":[431]},{"name":"eAVEncMPALayer_2","features":[431]},{"name":"eAVEncMPALayer_3","features":[431]},{"name":"eAVEncMPVFrameFieldMode","features":[431]},{"name":"eAVEncMPVFrameFieldMode_FieldMode","features":[431]},{"name":"eAVEncMPVFrameFieldMode_FrameMode","features":[431]},{"name":"eAVEncMPVIntraVLCTable","features":[431]},{"name":"eAVEncMPVIntraVLCTable_Alternate","features":[431]},{"name":"eAVEncMPVIntraVLCTable_Auto","features":[431]},{"name":"eAVEncMPVIntraVLCTable_MPEG1","features":[431]},{"name":"eAVEncMPVLevel","features":[431]},{"name":"eAVEncMPVLevel_High","features":[431]},{"name":"eAVEncMPVLevel_High1440","features":[431]},{"name":"eAVEncMPVLevel_Low","features":[431]},{"name":"eAVEncMPVLevel_Main","features":[431]},{"name":"eAVEncMPVProfile","features":[431]},{"name":"eAVEncMPVProfile_422","features":[431]},{"name":"eAVEncMPVProfile_High","features":[431]},{"name":"eAVEncMPVProfile_Main","features":[431]},{"name":"eAVEncMPVProfile_Simple","features":[431]},{"name":"eAVEncMPVProfile_unknown","features":[431]},{"name":"eAVEncMPVQScaleType","features":[431]},{"name":"eAVEncMPVQScaleType_Auto","features":[431]},{"name":"eAVEncMPVQScaleType_Linear","features":[431]},{"name":"eAVEncMPVQScaleType_NonLinear","features":[431]},{"name":"eAVEncMPVScanPattern","features":[431]},{"name":"eAVEncMPVScanPattern_AlternateScan","features":[431]},{"name":"eAVEncMPVScanPattern_Auto","features":[431]},{"name":"eAVEncMPVScanPattern_ZigZagScan","features":[431]},{"name":"eAVEncMPVSceneDetection","features":[431]},{"name":"eAVEncMPVSceneDetection_InsertIPicture","features":[431]},{"name":"eAVEncMPVSceneDetection_None","features":[431]},{"name":"eAVEncMPVSceneDetection_StartNewGOP","features":[431]},{"name":"eAVEncMPVSceneDetection_StartNewLocatableGOP","features":[431]},{"name":"eAVEncMuxOutput","features":[431]},{"name":"eAVEncMuxOutputAuto","features":[431]},{"name":"eAVEncMuxOutputPS","features":[431]},{"name":"eAVEncMuxOutputTS","features":[431]},{"name":"eAVEncVP9VProfile","features":[431]},{"name":"eAVEncVP9VProfile_420_10","features":[431]},{"name":"eAVEncVP9VProfile_420_12","features":[431]},{"name":"eAVEncVP9VProfile_420_8","features":[431]},{"name":"eAVEncVP9VProfile_unknown","features":[431]},{"name":"eAVEncVideoChromaResolution","features":[431]},{"name":"eAVEncVideoChromaResolution_411","features":[431]},{"name":"eAVEncVideoChromaResolution_420","features":[431]},{"name":"eAVEncVideoChromaResolution_422","features":[431]},{"name":"eAVEncVideoChromaResolution_444","features":[431]},{"name":"eAVEncVideoChromaResolution_SameAsSource","features":[431]},{"name":"eAVEncVideoChromaSubsampling","features":[431]},{"name":"eAVEncVideoChromaSubsamplingFormat_Horizontally_Cosited","features":[431]},{"name":"eAVEncVideoChromaSubsamplingFormat_ProgressiveChroma","features":[431]},{"name":"eAVEncVideoChromaSubsamplingFormat_SameAsSource","features":[431]},{"name":"eAVEncVideoChromaSubsamplingFormat_Vertically_AlignedChromaPlanes","features":[431]},{"name":"eAVEncVideoChromaSubsamplingFormat_Vertically_Cosited","features":[431]},{"name":"eAVEncVideoColorLighting","features":[431]},{"name":"eAVEncVideoColorLighting_Bright","features":[431]},{"name":"eAVEncVideoColorLighting_Dark","features":[431]},{"name":"eAVEncVideoColorLighting_Dim","features":[431]},{"name":"eAVEncVideoColorLighting_Office","features":[431]},{"name":"eAVEncVideoColorLighting_SameAsSource","features":[431]},{"name":"eAVEncVideoColorLighting_Unknown","features":[431]},{"name":"eAVEncVideoColorNominalRange","features":[431]},{"name":"eAVEncVideoColorNominalRange_0_255","features":[431]},{"name":"eAVEncVideoColorNominalRange_16_235","features":[431]},{"name":"eAVEncVideoColorNominalRange_48_208","features":[431]},{"name":"eAVEncVideoColorNominalRange_SameAsSource","features":[431]},{"name":"eAVEncVideoColorPrimaries","features":[431]},{"name":"eAVEncVideoColorPrimaries_BT470_2_SysBG","features":[431]},{"name":"eAVEncVideoColorPrimaries_BT470_2_SysM","features":[431]},{"name":"eAVEncVideoColorPrimaries_BT709","features":[431]},{"name":"eAVEncVideoColorPrimaries_EBU3231","features":[431]},{"name":"eAVEncVideoColorPrimaries_Reserved","features":[431]},{"name":"eAVEncVideoColorPrimaries_SMPTE170M","features":[431]},{"name":"eAVEncVideoColorPrimaries_SMPTE240M","features":[431]},{"name":"eAVEncVideoColorPrimaries_SMPTE_C","features":[431]},{"name":"eAVEncVideoColorPrimaries_SameAsSource","features":[431]},{"name":"eAVEncVideoColorTransferFunction","features":[431]},{"name":"eAVEncVideoColorTransferFunction_10","features":[431]},{"name":"eAVEncVideoColorTransferFunction_18","features":[431]},{"name":"eAVEncVideoColorTransferFunction_20","features":[431]},{"name":"eAVEncVideoColorTransferFunction_22","features":[431]},{"name":"eAVEncVideoColorTransferFunction_22_240M","features":[431]},{"name":"eAVEncVideoColorTransferFunction_22_709","features":[431]},{"name":"eAVEncVideoColorTransferFunction_22_8bit_sRGB","features":[431]},{"name":"eAVEncVideoColorTransferFunction_28","features":[431]},{"name":"eAVEncVideoColorTransferFunction_SameAsSource","features":[431]},{"name":"eAVEncVideoColorTransferMatrix","features":[431]},{"name":"eAVEncVideoColorTransferMatrix_BT601","features":[431]},{"name":"eAVEncVideoColorTransferMatrix_BT709","features":[431]},{"name":"eAVEncVideoColorTransferMatrix_SMPTE240M","features":[431]},{"name":"eAVEncVideoColorTransferMatrix_SameAsSource","features":[431]},{"name":"eAVEncVideoContentType","features":[431]},{"name":"eAVEncVideoContentType_FixedCameraAngle","features":[431]},{"name":"eAVEncVideoContentType_Unknown","features":[431]},{"name":"eAVEncVideoFilmContent","features":[431]},{"name":"eAVEncVideoFilmContent_FilmOnly","features":[431]},{"name":"eAVEncVideoFilmContent_Mixed","features":[431]},{"name":"eAVEncVideoFilmContent_VideoOnly","features":[431]},{"name":"eAVEncVideoOutputFrameRateConversion","features":[431]},{"name":"eAVEncVideoOutputFrameRateConversion_Alias","features":[431]},{"name":"eAVEncVideoOutputFrameRateConversion_Disable","features":[431]},{"name":"eAVEncVideoOutputFrameRateConversion_Enable","features":[431]},{"name":"eAVEncVideoOutputScanType","features":[431]},{"name":"eAVEncVideoOutputScan_Automatic","features":[431]},{"name":"eAVEncVideoOutputScan_Interlaced","features":[431]},{"name":"eAVEncVideoOutputScan_Progressive","features":[431]},{"name":"eAVEncVideoOutputScan_SameAsInput","features":[431]},{"name":"eAVEncVideoSourceScanType","features":[431]},{"name":"eAVEncVideoSourceScan_Automatic","features":[431]},{"name":"eAVEncVideoSourceScan_Interlaced","features":[431]},{"name":"eAVEncVideoSourceScan_Progressive","features":[431]},{"name":"eAVFastDecodeMode","features":[431]},{"name":"eAVScenarioInfo","features":[431]},{"name":"eAVScenarioInfo_Archive","features":[431]},{"name":"eAVScenarioInfo_CameraRecord","features":[431]},{"name":"eAVScenarioInfo_DisplayRemoting","features":[431]},{"name":"eAVScenarioInfo_DisplayRemotingWithFeatureMap","features":[431]},{"name":"eAVScenarioInfo_LiveStreaming","features":[431]},{"name":"eAVScenarioInfo_Unknown","features":[431]},{"name":"eAVScenarioInfo_VideoConference","features":[431]},{"name":"eAllocationTypeDynamic","features":[431]},{"name":"eAllocationTypeIgnore","features":[431]},{"name":"eAllocationTypePageable","features":[431]},{"name":"eAllocationTypeRT","features":[431]},{"name":"eErrorConcealmentOff","features":[431]},{"name":"eErrorConcealmentOn","features":[431]},{"name":"eErrorConcealmentTypeAdvanced","features":[431]},{"name":"eErrorConcealmentTypeBasic","features":[431]},{"name":"eErrorConcealmentTypeDXVASetBlack","features":[431]},{"name":"eErrorConcealmentTypeDrop","features":[431]},{"name":"eVideoDecodeCompliant","features":[431]},{"name":"eVideoDecodeDisableLF","features":[431]},{"name":"eVideoDecodeFastest","features":[431]},{"name":"eVideoDecodeOptimalLF","features":[431]},{"name":"eVideoEncoderDisplayContentType","features":[431]},{"name":"eVideoEncoderDisplayContent_FullScreenVideo","features":[431]},{"name":"eVideoEncoderDisplayContent_Unknown","features":[431]},{"name":"g_wszSpeechFormatCaps","features":[431]},{"name":"g_wszWMCPAudioVBRQuality","features":[431]},{"name":"g_wszWMCPAudioVBRSupported","features":[431]},{"name":"g_wszWMCPCodecName","features":[431]},{"name":"g_wszWMCPDefaultCrisp","features":[431]},{"name":"g_wszWMCPMaxPasses","features":[431]},{"name":"g_wszWMCPSupportedVBRModes","features":[431]},{"name":"msoBegin","features":[431]},{"name":"msoCurrent","features":[431]}],"440":[{"name":"CLSID_WMPMediaPluginRegistrar","features":[437]},{"name":"CLSID_WMPSkinManager","features":[437]},{"name":"CLSID_XFeedsManager","features":[437]},{"name":"DISPID_DELTA","features":[437]},{"name":"DISPID_FEEDENCLOSURE_AsyncDownload","features":[437]},{"name":"DISPID_FEEDENCLOSURE_CancelAsyncDownload","features":[437]},{"name":"DISPID_FEEDENCLOSURE_DownloadMimeType","features":[437]},{"name":"DISPID_FEEDENCLOSURE_DownloadStatus","features":[437]},{"name":"DISPID_FEEDENCLOSURE_DownloadUrl","features":[437]},{"name":"DISPID_FEEDENCLOSURE_LastDownloadError","features":[437]},{"name":"DISPID_FEEDENCLOSURE_Length","features":[437]},{"name":"DISPID_FEEDENCLOSURE_LocalPath","features":[437]},{"name":"DISPID_FEEDENCLOSURE_Parent","features":[437]},{"name":"DISPID_FEEDENCLOSURE_RemoveFile","features":[437]},{"name":"DISPID_FEEDENCLOSURE_SetFile","features":[437]},{"name":"DISPID_FEEDENCLOSURE_Type","features":[437]},{"name":"DISPID_FEEDENCLOSURE_Url","features":[437]},{"name":"DISPID_FEEDEVENTS_Error","features":[437]},{"name":"DISPID_FEEDEVENTS_FeedDeleted","features":[437]},{"name":"DISPID_FEEDEVENTS_FeedDownloadCompleted","features":[437]},{"name":"DISPID_FEEDEVENTS_FeedDownloading","features":[437]},{"name":"DISPID_FEEDEVENTS_FeedItemCountChanged","features":[437]},{"name":"DISPID_FEEDEVENTS_FeedMoved","features":[437]},{"name":"DISPID_FEEDEVENTS_FeedRenamed","features":[437]},{"name":"DISPID_FEEDEVENTS_FeedUrlChanged","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_Error","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedAdded","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedDeleted","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedDownloadCompleted","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedDownloading","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedItemCountChanged","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedMovedFrom","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedMovedTo","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedRenamed","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedUrlChanged","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderAdded","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderDeleted","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderItemCountChanged","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderMovedFrom","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderMovedTo","features":[437]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderRenamed","features":[437]},{"name":"DISPID_FEEDFOLDER_CreateFeed","features":[437]},{"name":"DISPID_FEEDFOLDER_CreateSubfolder","features":[437]},{"name":"DISPID_FEEDFOLDER_Delete","features":[437]},{"name":"DISPID_FEEDFOLDER_ExistsFeed","features":[437]},{"name":"DISPID_FEEDFOLDER_ExistsSubfolder","features":[437]},{"name":"DISPID_FEEDFOLDER_Feeds","features":[437]},{"name":"DISPID_FEEDFOLDER_GetFeed","features":[437]},{"name":"DISPID_FEEDFOLDER_GetSubfolder","features":[437]},{"name":"DISPID_FEEDFOLDER_GetWatcher","features":[437]},{"name":"DISPID_FEEDFOLDER_IsRoot","features":[437]},{"name":"DISPID_FEEDFOLDER_Move","features":[437]},{"name":"DISPID_FEEDFOLDER_Name","features":[437]},{"name":"DISPID_FEEDFOLDER_Parent","features":[437]},{"name":"DISPID_FEEDFOLDER_Path","features":[437]},{"name":"DISPID_FEEDFOLDER_Rename","features":[437]},{"name":"DISPID_FEEDFOLDER_Subfolders","features":[437]},{"name":"DISPID_FEEDFOLDER_TotalItemCount","features":[437]},{"name":"DISPID_FEEDFOLDER_TotalUnreadItemCount","features":[437]},{"name":"DISPID_FEEDITEM_Author","features":[437]},{"name":"DISPID_FEEDITEM_Comments","features":[437]},{"name":"DISPID_FEEDITEM_Delete","features":[437]},{"name":"DISPID_FEEDITEM_Description","features":[437]},{"name":"DISPID_FEEDITEM_DownloadUrl","features":[437]},{"name":"DISPID_FEEDITEM_EffectiveId","features":[437]},{"name":"DISPID_FEEDITEM_Enclosure","features":[437]},{"name":"DISPID_FEEDITEM_Guid","features":[437]},{"name":"DISPID_FEEDITEM_IsRead","features":[437]},{"name":"DISPID_FEEDITEM_LastDownloadTime","features":[437]},{"name":"DISPID_FEEDITEM_Link","features":[437]},{"name":"DISPID_FEEDITEM_LocalId","features":[437]},{"name":"DISPID_FEEDITEM_Modified","features":[437]},{"name":"DISPID_FEEDITEM_Parent","features":[437]},{"name":"DISPID_FEEDITEM_PubDate","features":[437]},{"name":"DISPID_FEEDITEM_Title","features":[437]},{"name":"DISPID_FEEDITEM_Xml","features":[437]},{"name":"DISPID_FEEDSENUM_Count","features":[437]},{"name":"DISPID_FEEDSENUM_Item","features":[437]},{"name":"DISPID_FEEDS_AsyncSyncAll","features":[437]},{"name":"DISPID_FEEDS_BackgroundSync","features":[437]},{"name":"DISPID_FEEDS_BackgroundSyncStatus","features":[437]},{"name":"DISPID_FEEDS_DefaultInterval","features":[437]},{"name":"DISPID_FEEDS_DeleteFeed","features":[437]},{"name":"DISPID_FEEDS_DeleteFolder","features":[437]},{"name":"DISPID_FEEDS_ExistsFeed","features":[437]},{"name":"DISPID_FEEDS_ExistsFolder","features":[437]},{"name":"DISPID_FEEDS_GetFeed","features":[437]},{"name":"DISPID_FEEDS_GetFeedByUrl","features":[437]},{"name":"DISPID_FEEDS_GetFolder","features":[437]},{"name":"DISPID_FEEDS_IsSubscribed","features":[437]},{"name":"DISPID_FEEDS_ItemCountLimit","features":[437]},{"name":"DISPID_FEEDS_Normalize","features":[437]},{"name":"DISPID_FEEDS_RootFolder","features":[437]},{"name":"DISPID_FEED_AsyncDownload","features":[437]},{"name":"DISPID_FEED_CancelAsyncDownload","features":[437]},{"name":"DISPID_FEED_ClearCredentials","features":[437]},{"name":"DISPID_FEED_Copyright","features":[437]},{"name":"DISPID_FEED_Delete","features":[437]},{"name":"DISPID_FEED_Description","features":[437]},{"name":"DISPID_FEED_Download","features":[437]},{"name":"DISPID_FEED_DownloadEnclosuresAutomatically","features":[437]},{"name":"DISPID_FEED_DownloadStatus","features":[437]},{"name":"DISPID_FEED_DownloadUrl","features":[437]},{"name":"DISPID_FEED_GetItem","features":[437]},{"name":"DISPID_FEED_GetItemByEffectiveId","features":[437]},{"name":"DISPID_FEED_GetWatcher","features":[437]},{"name":"DISPID_FEED_Image","features":[437]},{"name":"DISPID_FEED_Interval","features":[437]},{"name":"DISPID_FEED_IsList","features":[437]},{"name":"DISPID_FEED_ItemCount","features":[437]},{"name":"DISPID_FEED_Items","features":[437]},{"name":"DISPID_FEED_Language","features":[437]},{"name":"DISPID_FEED_LastBuildDate","features":[437]},{"name":"DISPID_FEED_LastDownloadError","features":[437]},{"name":"DISPID_FEED_LastDownloadTime","features":[437]},{"name":"DISPID_FEED_LastItemDownloadTime","features":[437]},{"name":"DISPID_FEED_LastWriteTime","features":[437]},{"name":"DISPID_FEED_Link","features":[437]},{"name":"DISPID_FEED_LocalEnclosurePath","features":[437]},{"name":"DISPID_FEED_LocalId","features":[437]},{"name":"DISPID_FEED_MarkAllItemsRead","features":[437]},{"name":"DISPID_FEED_MaxItemCount","features":[437]},{"name":"DISPID_FEED_Merge","features":[437]},{"name":"DISPID_FEED_Move","features":[437]},{"name":"DISPID_FEED_Name","features":[437]},{"name":"DISPID_FEED_Parent","features":[437]},{"name":"DISPID_FEED_Password","features":[437]},{"name":"DISPID_FEED_Path","features":[437]},{"name":"DISPID_FEED_PubDate","features":[437]},{"name":"DISPID_FEED_Rename","features":[437]},{"name":"DISPID_FEED_SetCredentials","features":[437]},{"name":"DISPID_FEED_SyncSetting","features":[437]},{"name":"DISPID_FEED_Title","features":[437]},{"name":"DISPID_FEED_Ttl","features":[437]},{"name":"DISPID_FEED_UnreadItemCount","features":[437]},{"name":"DISPID_FEED_Url","features":[437]},{"name":"DISPID_FEED_Username","features":[437]},{"name":"DISPID_FEED_Xml","features":[437]},{"name":"DISPID_WMPCDROMCOLLECTION_BASE","features":[437]},{"name":"DISPID_WMPCDROMCOLLECTION_COUNT","features":[437]},{"name":"DISPID_WMPCDROMCOLLECTION_GETBYDRIVESPECIFIER","features":[437]},{"name":"DISPID_WMPCDROMCOLLECTION_ITEM","features":[437]},{"name":"DISPID_WMPCDROMCOLLECTION_STARTMONITORINGCDROMS","features":[437]},{"name":"DISPID_WMPCDROMCOLLECTION_STOPMONITORINGCDROMS","features":[437]},{"name":"DISPID_WMPCDROM_BASE","features":[437]},{"name":"DISPID_WMPCDROM_DRIVESPECIFIER","features":[437]},{"name":"DISPID_WMPCDROM_EJECT","features":[437]},{"name":"DISPID_WMPCDROM_PLAYLIST","features":[437]},{"name":"DISPID_WMPCLOSEDCAPTION2_GETLANGCOUNT","features":[437]},{"name":"DISPID_WMPCLOSEDCAPTION2_GETLANGID","features":[437]},{"name":"DISPID_WMPCLOSEDCAPTION2_GETLANGNAME","features":[437]},{"name":"DISPID_WMPCLOSEDCAPTION2_GETSTYLECOUNT","features":[437]},{"name":"DISPID_WMPCLOSEDCAPTION2_GETSTYLENAME","features":[437]},{"name":"DISPID_WMPCLOSEDCAPTION_BASE","features":[437]},{"name":"DISPID_WMPCLOSEDCAPTION_CAPTIONINGID","features":[437]},{"name":"DISPID_WMPCLOSEDCAPTION_SAMIFILENAME","features":[437]},{"name":"DISPID_WMPCLOSEDCAPTION_SAMILANG","features":[437]},{"name":"DISPID_WMPCLOSEDCAPTION_SAMISTYLE","features":[437]},{"name":"DISPID_WMPCONTROLS2_STEP","features":[437]},{"name":"DISPID_WMPCONTROLS3_AUDIOLANGUAGECOUNT","features":[437]},{"name":"DISPID_WMPCONTROLS3_CURRENTAUDIOLANGUAGE","features":[437]},{"name":"DISPID_WMPCONTROLS3_CURRENTAUDIOLANGUAGEINDEX","features":[437]},{"name":"DISPID_WMPCONTROLS3_CURRENTPOSITIONTIMECODE","features":[437]},{"name":"DISPID_WMPCONTROLS3_GETAUDIOLANGUAGEDESC","features":[437]},{"name":"DISPID_WMPCONTROLS3_GETAUDIOLANGUAGEID","features":[437]},{"name":"DISPID_WMPCONTROLS3_GETLANGUAGENAME","features":[437]},{"name":"DISPID_WMPCONTROLSFAKE_TIMECOMPRESSION","features":[437]},{"name":"DISPID_WMPCONTROLS_BASE","features":[437]},{"name":"DISPID_WMPCONTROLS_CURRENTITEM","features":[437]},{"name":"DISPID_WMPCONTROLS_CURRENTMARKER","features":[437]},{"name":"DISPID_WMPCONTROLS_CURRENTPOSITION","features":[437]},{"name":"DISPID_WMPCONTROLS_CURRENTPOSITIONSTRING","features":[437]},{"name":"DISPID_WMPCONTROLS_FASTFORWARD","features":[437]},{"name":"DISPID_WMPCONTROLS_FASTREVERSE","features":[437]},{"name":"DISPID_WMPCONTROLS_ISAVAILABLE","features":[437]},{"name":"DISPID_WMPCONTROLS_NEXT","features":[437]},{"name":"DISPID_WMPCONTROLS_PAUSE","features":[437]},{"name":"DISPID_WMPCONTROLS_PLAY","features":[437]},{"name":"DISPID_WMPCONTROLS_PLAYITEM","features":[437]},{"name":"DISPID_WMPCONTROLS_PREVIOUS","features":[437]},{"name":"DISPID_WMPCONTROLS_STOP","features":[437]},{"name":"DISPID_WMPCORE2_BASE","features":[437]},{"name":"DISPID_WMPCORE2_DVD","features":[437]},{"name":"DISPID_WMPCORE3_NEWMEDIA","features":[437]},{"name":"DISPID_WMPCORE3_NEWPLAYLIST","features":[437]},{"name":"DISPID_WMPCOREEVENT_AUDIOLANGUAGECHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_BUFFERING","features":[437]},{"name":"DISPID_WMPCOREEVENT_CDROMMEDIACHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_CURRENTITEMCHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_CURRENTMEDIAITEMAVAILABLE","features":[437]},{"name":"DISPID_WMPCOREEVENT_CURRENTPLAYLISTCHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_CURRENTPLAYLISTITEMAVAILABLE","features":[437]},{"name":"DISPID_WMPCOREEVENT_DISCONNECT","features":[437]},{"name":"DISPID_WMPCOREEVENT_DOMAINCHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_DURATIONUNITCHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_ENDOFSTREAM","features":[437]},{"name":"DISPID_WMPCOREEVENT_ERROR","features":[437]},{"name":"DISPID_WMPCOREEVENT_MARKERHIT","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONATTRIBUTESTRINGADDED","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONATTRIBUTESTRINGCHANGED","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONATTRIBUTESTRINGREMOVED","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONCHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONCONTENTSCANADDEDITEM","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONCONTENTSCANPROGRESS","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONMEDIAADDED","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONMEDIAREMOVED","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONSEARCHCOMPLETE","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONSEARCHFOUNDITEM","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONSEARCHPROGRESS","features":[437]},{"name":"DISPID_WMPCOREEVENT_MEDIAERROR","features":[437]},{"name":"DISPID_WMPCOREEVENT_MODECHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_NEWSTREAM","features":[437]},{"name":"DISPID_WMPCOREEVENT_OPENPLAYLISTSWITCH","features":[437]},{"name":"DISPID_WMPCOREEVENT_OPENSTATECHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_PLAYLISTCHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_PLAYLISTCOLLECTIONCHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_PLAYLISTCOLLECTIONPLAYLISTADDED","features":[437]},{"name":"DISPID_WMPCOREEVENT_PLAYLISTCOLLECTIONPLAYLISTREMOVED","features":[437]},{"name":"DISPID_WMPCOREEVENT_PLAYLISTCOLLECTIONPLAYLISTSETASDELETED","features":[437]},{"name":"DISPID_WMPCOREEVENT_PLAYSTATECHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_POSITIONCHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_SCRIPTCOMMAND","features":[437]},{"name":"DISPID_WMPCOREEVENT_STATUSCHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_STRINGCOLLECTIONCHANGE","features":[437]},{"name":"DISPID_WMPCOREEVENT_WARNING","features":[437]},{"name":"DISPID_WMPCORE_BASE","features":[437]},{"name":"DISPID_WMPCORE_CDROMCOLLECTION","features":[437]},{"name":"DISPID_WMPCORE_CLOSE","features":[437]},{"name":"DISPID_WMPCORE_CLOSEDCAPTION","features":[437]},{"name":"DISPID_WMPCORE_CONTROLS","features":[437]},{"name":"DISPID_WMPCORE_CURRENTMEDIA","features":[437]},{"name":"DISPID_WMPCORE_CURRENTPLAYLIST","features":[437]},{"name":"DISPID_WMPCORE_ERROR","features":[437]},{"name":"DISPID_WMPCORE_ISONLINE","features":[437]},{"name":"DISPID_WMPCORE_LAST","features":[437]},{"name":"DISPID_WMPCORE_LAUNCHURL","features":[437]},{"name":"DISPID_WMPCORE_MAX","features":[437]},{"name":"DISPID_WMPCORE_MEDIACOLLECTION","features":[437]},{"name":"DISPID_WMPCORE_MIN","features":[437]},{"name":"DISPID_WMPCORE_NETWORK","features":[437]},{"name":"DISPID_WMPCORE_OPENSTATE","features":[437]},{"name":"DISPID_WMPCORE_PLAYLISTCOLLECTION","features":[437]},{"name":"DISPID_WMPCORE_PLAYSTATE","features":[437]},{"name":"DISPID_WMPCORE_SETTINGS","features":[437]},{"name":"DISPID_WMPCORE_STATUS","features":[437]},{"name":"DISPID_WMPCORE_URL","features":[437]},{"name":"DISPID_WMPCORE_VERSIONINFO","features":[437]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_BASE","features":[437]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_CLEAR","features":[437]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_COUNT","features":[437]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_ID","features":[437]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_ITEM","features":[437]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_REMOVEITEM","features":[437]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_STARTDOWNLOAD","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM2_BASE","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM2_GETITEMINFO","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM_BASE","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM_CANCEL","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM_DOWNLOADSTATE","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM_PAUSE","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM_PROGRESS","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM_RESUME","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM_SIZE","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM_SOURCEURL","features":[437]},{"name":"DISPID_WMPDOWNLOADITEM_TYPE","features":[437]},{"name":"DISPID_WMPDOWNLOADMANAGER_BASE","features":[437]},{"name":"DISPID_WMPDOWNLOADMANAGER_CREATEDOWNLOADCOLLECTION","features":[437]},{"name":"DISPID_WMPDOWNLOADMANAGER_GETDOWNLOADCOLLECTION","features":[437]},{"name":"DISPID_WMPDVD_BACK","features":[437]},{"name":"DISPID_WMPDVD_BASE","features":[437]},{"name":"DISPID_WMPDVD_DOMAIN","features":[437]},{"name":"DISPID_WMPDVD_ISAVAILABLE","features":[437]},{"name":"DISPID_WMPDVD_RESUME","features":[437]},{"name":"DISPID_WMPDVD_TITLEMENU","features":[437]},{"name":"DISPID_WMPDVD_TOPMENU","features":[437]},{"name":"DISPID_WMPERRORITEM2_CONDITION","features":[437]},{"name":"DISPID_WMPERRORITEM_BASE","features":[437]},{"name":"DISPID_WMPERRORITEM_CUSTOMURL","features":[437]},{"name":"DISPID_WMPERRORITEM_ERRORCODE","features":[437]},{"name":"DISPID_WMPERRORITEM_ERRORCONTEXT","features":[437]},{"name":"DISPID_WMPERRORITEM_ERRORDESCRIPTION","features":[437]},{"name":"DISPID_WMPERRORITEM_REMEDY","features":[437]},{"name":"DISPID_WMPERROR_BASE","features":[437]},{"name":"DISPID_WMPERROR_CLEARERRORQUEUE","features":[437]},{"name":"DISPID_WMPERROR_ERRORCOUNT","features":[437]},{"name":"DISPID_WMPERROR_ITEM","features":[437]},{"name":"DISPID_WMPERROR_WEBHELP","features":[437]},{"name":"DISPID_WMPMEDIA2_ERROR","features":[437]},{"name":"DISPID_WMPMEDIA3_GETATTRIBUTECOUNTBYTYPE","features":[437]},{"name":"DISPID_WMPMEDIA3_GETITEMINFOBYTYPE","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION2_BASE","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION2_CREATEQUERY","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION2_GETBYATTRANDMEDIATYPE","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION2_GETPLAYLISTBYQUERY","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION2_GETSTRINGCOLLBYQUERY","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_ADD","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_BASE","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_FREEZECOLLECTIONCHANGE","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_GETALL","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_GETATTRIBUTESTRINGCOLLECTION","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYALBUM","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYATTRIBUTE","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYAUTHOR","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYGENRE","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYNAME","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYQUERYDESCRIPTION","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_GETMEDIAATOM","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_ISDELETED","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_NEWQUERY","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_POSTCOLLECTIONCHANGE","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_REMOVE","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_SETDELETED","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_STARTCONTENTSCAN","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_STARTMONITORING","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_STARTSEARCH","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_STOPCONTENTSCAN","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_STOPMONITORING","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_STOPSEARCH","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_UNFREEZECOLLECTIONCHANGE","features":[437]},{"name":"DISPID_WMPMEDIACOLLECTION_UPDATEMETADATA","features":[437]},{"name":"DISPID_WMPMEDIA_ATTRIBUTECOUNT","features":[437]},{"name":"DISPID_WMPMEDIA_BASE","features":[437]},{"name":"DISPID_WMPMEDIA_DURATION","features":[437]},{"name":"DISPID_WMPMEDIA_DURATIONSTRING","features":[437]},{"name":"DISPID_WMPMEDIA_GETATTRIBUTENAME","features":[437]},{"name":"DISPID_WMPMEDIA_GETITEMINFO","features":[437]},{"name":"DISPID_WMPMEDIA_GETITEMINFOBYATOM","features":[437]},{"name":"DISPID_WMPMEDIA_GETMARKERNAME","features":[437]},{"name":"DISPID_WMPMEDIA_GETMARKERTIME","features":[437]},{"name":"DISPID_WMPMEDIA_IMAGESOURCEHEIGHT","features":[437]},{"name":"DISPID_WMPMEDIA_IMAGESOURCEWIDTH","features":[437]},{"name":"DISPID_WMPMEDIA_ISIDENTICAL","features":[437]},{"name":"DISPID_WMPMEDIA_ISMEMBEROF","features":[437]},{"name":"DISPID_WMPMEDIA_ISREADONLYITEM","features":[437]},{"name":"DISPID_WMPMEDIA_MARKERCOUNT","features":[437]},{"name":"DISPID_WMPMEDIA_NAME","features":[437]},{"name":"DISPID_WMPMEDIA_SETITEMINFO","features":[437]},{"name":"DISPID_WMPMEDIA_SOURCEURL","features":[437]},{"name":"DISPID_WMPMETADATA_BASE","features":[437]},{"name":"DISPID_WMPMETADATA_PICTURE_DESCRIPTION","features":[437]},{"name":"DISPID_WMPMETADATA_PICTURE_MIMETYPE","features":[437]},{"name":"DISPID_WMPMETADATA_PICTURE_PICTURETYPE","features":[437]},{"name":"DISPID_WMPMETADATA_PICTURE_URL","features":[437]},{"name":"DISPID_WMPMETADATA_TEXT_DESCRIPTION","features":[437]},{"name":"DISPID_WMPMETADATA_TEXT_TEXT","features":[437]},{"name":"DISPID_WMPNETWORK_BANDWIDTH","features":[437]},{"name":"DISPID_WMPNETWORK_BASE","features":[437]},{"name":"DISPID_WMPNETWORK_BITRATE","features":[437]},{"name":"DISPID_WMPNETWORK_BUFFERINGCOUNT","features":[437]},{"name":"DISPID_WMPNETWORK_BUFFERINGPROGRESS","features":[437]},{"name":"DISPID_WMPNETWORK_BUFFERINGTIME","features":[437]},{"name":"DISPID_WMPNETWORK_DOWNLOADPROGRESS","features":[437]},{"name":"DISPID_WMPNETWORK_ENCODEDFRAMERATE","features":[437]},{"name":"DISPID_WMPNETWORK_FRAMERATE","features":[437]},{"name":"DISPID_WMPNETWORK_FRAMESSKIPPED","features":[437]},{"name":"DISPID_WMPNETWORK_GETPROXYBYPASSFORLOCAL","features":[437]},{"name":"DISPID_WMPNETWORK_GETPROXYEXCEPTIONLIST","features":[437]},{"name":"DISPID_WMPNETWORK_GETPROXYNAME","features":[437]},{"name":"DISPID_WMPNETWORK_GETPROXYPORT","features":[437]},{"name":"DISPID_WMPNETWORK_GETPROXYSETTINGS","features":[437]},{"name":"DISPID_WMPNETWORK_LOSTPACKETS","features":[437]},{"name":"DISPID_WMPNETWORK_MAXBANDWIDTH","features":[437]},{"name":"DISPID_WMPNETWORK_MAXBITRATE","features":[437]},{"name":"DISPID_WMPNETWORK_RECEIVEDPACKETS","features":[437]},{"name":"DISPID_WMPNETWORK_RECEPTIONQUALITY","features":[437]},{"name":"DISPID_WMPNETWORK_RECOVEREDPACKETS","features":[437]},{"name":"DISPID_WMPNETWORK_SETPROXYBYPASSFORLOCAL","features":[437]},{"name":"DISPID_WMPNETWORK_SETPROXYEXCEPTIONLIST","features":[437]},{"name":"DISPID_WMPNETWORK_SETPROXYNAME","features":[437]},{"name":"DISPID_WMPNETWORK_SETPROXYPORT","features":[437]},{"name":"DISPID_WMPNETWORK_SETPROXYSETTINGS","features":[437]},{"name":"DISPID_WMPNETWORK_SOURCEPROTOCOL","features":[437]},{"name":"DISPID_WMPOCX2_BASE","features":[437]},{"name":"DISPID_WMPOCX2_STRETCHTOFIT","features":[437]},{"name":"DISPID_WMPOCX2_WINDOWLESSVIDEO","features":[437]},{"name":"DISPID_WMPOCX4_ISREMOTE","features":[437]},{"name":"DISPID_WMPOCX4_OPENPLAYER","features":[437]},{"name":"DISPID_WMPOCX4_PLAYERAPPLICATION","features":[437]},{"name":"DISPID_WMPOCXEVENT_CDROMBURNERROR","features":[437]},{"name":"DISPID_WMPOCXEVENT_CDROMBURNMEDIAERROR","features":[437]},{"name":"DISPID_WMPOCXEVENT_CDROMBURNSTATECHANGE","features":[437]},{"name":"DISPID_WMPOCXEVENT_CDROMRIPMEDIAERROR","features":[437]},{"name":"DISPID_WMPOCXEVENT_CDROMRIPSTATECHANGE","features":[437]},{"name":"DISPID_WMPOCXEVENT_CLICK","features":[437]},{"name":"DISPID_WMPOCXEVENT_CREATEPARTNERSHIPCOMPLETE","features":[437]},{"name":"DISPID_WMPOCXEVENT_DEVICECONNECT","features":[437]},{"name":"DISPID_WMPOCXEVENT_DEVICEDISCONNECT","features":[437]},{"name":"DISPID_WMPOCXEVENT_DEVICEESTIMATION","features":[437]},{"name":"DISPID_WMPOCXEVENT_DEVICESTATUSCHANGE","features":[437]},{"name":"DISPID_WMPOCXEVENT_DEVICESYNCERROR","features":[437]},{"name":"DISPID_WMPOCXEVENT_DEVICESYNCSTATECHANGE","features":[437]},{"name":"DISPID_WMPOCXEVENT_DOUBLECLICK","features":[437]},{"name":"DISPID_WMPOCXEVENT_FOLDERSCANSTATECHANGE","features":[437]},{"name":"DISPID_WMPOCXEVENT_KEYDOWN","features":[437]},{"name":"DISPID_WMPOCXEVENT_KEYPRESS","features":[437]},{"name":"DISPID_WMPOCXEVENT_KEYUP","features":[437]},{"name":"DISPID_WMPOCXEVENT_LIBRARYCONNECT","features":[437]},{"name":"DISPID_WMPOCXEVENT_LIBRARYDISCONNECT","features":[437]},{"name":"DISPID_WMPOCXEVENT_MOUSEDOWN","features":[437]},{"name":"DISPID_WMPOCXEVENT_MOUSEMOVE","features":[437]},{"name":"DISPID_WMPOCXEVENT_MOUSEUP","features":[437]},{"name":"DISPID_WMPOCXEVENT_PLAYERDOCKEDSTATECHANGE","features":[437]},{"name":"DISPID_WMPOCXEVENT_PLAYERRECONNECT","features":[437]},{"name":"DISPID_WMPOCXEVENT_SWITCHEDTOCONTROL","features":[437]},{"name":"DISPID_WMPOCXEVENT_SWITCHEDTOPLAYERAPPLICATION","features":[437]},{"name":"DISPID_WMPOCX_BASE","features":[437]},{"name":"DISPID_WMPOCX_ENABLECONTEXTMENU","features":[437]},{"name":"DISPID_WMPOCX_ENABLED","features":[437]},{"name":"DISPID_WMPOCX_FULLSCREEN","features":[437]},{"name":"DISPID_WMPOCX_LAST","features":[437]},{"name":"DISPID_WMPOCX_TRANSPARENTATSTART","features":[437]},{"name":"DISPID_WMPOCX_UIMODE","features":[437]},{"name":"DISPID_WMPPLAYERAPP_BASE","features":[437]},{"name":"DISPID_WMPPLAYERAPP_HASDISPLAY","features":[437]},{"name":"DISPID_WMPPLAYERAPP_PLAYERDOCKED","features":[437]},{"name":"DISPID_WMPPLAYERAPP_REMOTESTATUS","features":[437]},{"name":"DISPID_WMPPLAYERAPP_SWITCHTOCONTROL","features":[437]},{"name":"DISPID_WMPPLAYERAPP_SWITCHTOPLAYERAPPLICATION","features":[437]},{"name":"DISPID_WMPPLAYLISTARRAY_BASE","features":[437]},{"name":"DISPID_WMPPLAYLISTARRAY_COUNT","features":[437]},{"name":"DISPID_WMPPLAYLISTARRAY_ITEM","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_BASE","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_GETALL","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_GETBYNAME","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_GETBYQUERYDESCRIPTION","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_IMPORTPLAYLIST","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_ISDELETED","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_NEWPLAYLIST","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_NEWQUERY","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_REMOVE","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_SETDELETED","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_STARTMONITORING","features":[437]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_STOPMONITORING","features":[437]},{"name":"DISPID_WMPPLAYLIST_APPENDITEM","features":[437]},{"name":"DISPID_WMPPLAYLIST_ATTRIBUTECOUNT","features":[437]},{"name":"DISPID_WMPPLAYLIST_ATTRIBUTENAME","features":[437]},{"name":"DISPID_WMPPLAYLIST_BASE","features":[437]},{"name":"DISPID_WMPPLAYLIST_CLEAR","features":[437]},{"name":"DISPID_WMPPLAYLIST_COUNT","features":[437]},{"name":"DISPID_WMPPLAYLIST_GETITEMINFO","features":[437]},{"name":"DISPID_WMPPLAYLIST_INSERTITEM","features":[437]},{"name":"DISPID_WMPPLAYLIST_ISIDENTICAL","features":[437]},{"name":"DISPID_WMPPLAYLIST_ITEM","features":[437]},{"name":"DISPID_WMPPLAYLIST_MOVEITEM","features":[437]},{"name":"DISPID_WMPPLAYLIST_NAME","features":[437]},{"name":"DISPID_WMPPLAYLIST_REMOVEITEM","features":[437]},{"name":"DISPID_WMPPLAYLIST_SETITEMINFO","features":[437]},{"name":"DISPID_WMPQUERY_ADDCONDITION","features":[437]},{"name":"DISPID_WMPQUERY_BASE","features":[437]},{"name":"DISPID_WMPQUERY_BEGINNEXTGROUP","features":[437]},{"name":"DISPID_WMPSETTINGS2_DEFAULTAUDIOLANGUAGE","features":[437]},{"name":"DISPID_WMPSETTINGS2_LIBRARYACCESSRIGHTS","features":[437]},{"name":"DISPID_WMPSETTINGS2_REQUESTLIBRARYACCESSRIGHTS","features":[437]},{"name":"DISPID_WMPSETTINGS_AUTOSTART","features":[437]},{"name":"DISPID_WMPSETTINGS_BALANCE","features":[437]},{"name":"DISPID_WMPSETTINGS_BASE","features":[437]},{"name":"DISPID_WMPSETTINGS_BASEURL","features":[437]},{"name":"DISPID_WMPSETTINGS_DEFAULTFRAME","features":[437]},{"name":"DISPID_WMPSETTINGS_ENABLEERRORDIALOGS","features":[437]},{"name":"DISPID_WMPSETTINGS_GETMODE","features":[437]},{"name":"DISPID_WMPSETTINGS_INVOKEURLS","features":[437]},{"name":"DISPID_WMPSETTINGS_ISAVAILABLE","features":[437]},{"name":"DISPID_WMPSETTINGS_MUTE","features":[437]},{"name":"DISPID_WMPSETTINGS_PLAYCOUNT","features":[437]},{"name":"DISPID_WMPSETTINGS_RATE","features":[437]},{"name":"DISPID_WMPSETTINGS_SETMODE","features":[437]},{"name":"DISPID_WMPSETTINGS_VOLUME","features":[437]},{"name":"DISPID_WMPSTRINGCOLLECTION2_BASE","features":[437]},{"name":"DISPID_WMPSTRINGCOLLECTION2_GETATTRCOUNTBYTYPE","features":[437]},{"name":"DISPID_WMPSTRINGCOLLECTION2_GETITEMINFO","features":[437]},{"name":"DISPID_WMPSTRINGCOLLECTION2_GETITEMINFOBYTYPE","features":[437]},{"name":"DISPID_WMPSTRINGCOLLECTION2_ISIDENTICAL","features":[437]},{"name":"DISPID_WMPSTRINGCOLLECTION_BASE","features":[437]},{"name":"DISPID_WMPSTRINGCOLLECTION_COUNT","features":[437]},{"name":"DISPID_WMPSTRINGCOLLECTION_ITEM","features":[437]},{"name":"EFFECT2_FULLSCREENEXCLUSIVE","features":[437]},{"name":"EFFECT_CANGOFULLSCREEN","features":[437]},{"name":"EFFECT_HASPROPERTYPAGE","features":[437]},{"name":"EFFECT_VARIABLEFREQSTEP","features":[437]},{"name":"EFFECT_WINDOWEDONLY","features":[437]},{"name":"FBSA_DISABLE","features":[437]},{"name":"FBSA_ENABLE","features":[437]},{"name":"FBSA_RUNNOW","features":[437]},{"name":"FBSS_DISABLED","features":[437]},{"name":"FBSS_ENABLED","features":[437]},{"name":"FDE_ACCESS_DENIED","features":[437]},{"name":"FDE_AUTH_FAILED","features":[437]},{"name":"FDE_BACKGROUND_DOWNLOAD_DISABLED","features":[437]},{"name":"FDE_CANCELED","features":[437]},{"name":"FDE_DOWNLOAD_BLOCKED","features":[437]},{"name":"FDE_DOWNLOAD_FAILED","features":[437]},{"name":"FDE_DOWNLOAD_SIZE_LIMIT_EXCEEDED","features":[437]},{"name":"FDE_INVALID_AUTH","features":[437]},{"name":"FDE_INVALID_FEED_FORMAT","features":[437]},{"name":"FDE_NONE","features":[437]},{"name":"FDE_NORMALIZATION_FAILED","features":[437]},{"name":"FDE_NOT_EXIST","features":[437]},{"name":"FDE_PERSISTENCE_FAILED","features":[437]},{"name":"FDE_UNSUPPORTED_AUTH","features":[437]},{"name":"FDE_UNSUPPORTED_DTD","features":[437]},{"name":"FDE_UNSUPPORTED_MSXML","features":[437]},{"name":"FDS_DOWNLOADED","features":[437]},{"name":"FDS_DOWNLOADING","features":[437]},{"name":"FDS_DOWNLOAD_FAILED","features":[437]},{"name":"FDS_NONE","features":[437]},{"name":"FDS_PENDING","features":[437]},{"name":"FEC_E_DOWNLOADSIZELIMITEXCEEDED","features":[437]},{"name":"FEC_E_ERRORBASE","features":[437]},{"name":"FEC_E_INVALIDMSXMLPROPERTY","features":[437]},{"name":"FEEDS_BACKGROUNDSYNC_ACTION","features":[437]},{"name":"FEEDS_BACKGROUNDSYNC_STATUS","features":[437]},{"name":"FEEDS_DOWNLOAD_ERROR","features":[437]},{"name":"FEEDS_DOWNLOAD_STATUS","features":[437]},{"name":"FEEDS_ERROR_CODE","features":[437]},{"name":"FEEDS_EVENTS_ITEM_COUNT_FLAGS","features":[437]},{"name":"FEEDS_EVENTS_MASK","features":[437]},{"name":"FEEDS_EVENTS_SCOPE","features":[437]},{"name":"FEEDS_SYNC_SETTING","features":[437]},{"name":"FEEDS_XML_FILTER_FLAGS","features":[437]},{"name":"FEEDS_XML_INCLUDE_FLAGS","features":[437]},{"name":"FEEDS_XML_SORT_ORDER","features":[437]},{"name":"FEEDS_XML_SORT_PROPERTY","features":[437]},{"name":"FEICF_READ_ITEM_COUNT_CHANGED","features":[437]},{"name":"FEICF_UNREAD_ITEM_COUNT_CHANGED","features":[437]},{"name":"FEM_FEEDEVENTS","features":[437]},{"name":"FEM_FOLDEREVENTS","features":[437]},{"name":"FES_ALL","features":[437]},{"name":"FES_SELF_AND_CHILDREN_ONLY","features":[437]},{"name":"FES_SELF_ONLY","features":[437]},{"name":"FSS_DEFAULT","features":[437]},{"name":"FSS_INTERVAL","features":[437]},{"name":"FSS_MANUAL","features":[437]},{"name":"FSS_SUGGESTED","features":[437]},{"name":"FXFF_ALL","features":[437]},{"name":"FXFF_READ","features":[437]},{"name":"FXFF_UNREAD","features":[437]},{"name":"FXIF_CF_EXTENSIONS","features":[437]},{"name":"FXIF_NONE","features":[437]},{"name":"FXSO_ASCENDING","features":[437]},{"name":"FXSO_DESCENDING","features":[437]},{"name":"FXSO_NONE","features":[437]},{"name":"FXSP_DOWNLOADTIME","features":[437]},{"name":"FXSP_NONE","features":[437]},{"name":"FXSP_PUBDATE","features":[437]},{"name":"FeedFolderWatcher","features":[437]},{"name":"FeedWatcher","features":[437]},{"name":"FeedsManager","features":[437]},{"name":"IFeed","features":[437,358]},{"name":"IFeed2","features":[437,358]},{"name":"IFeedEnclosure","features":[437,358]},{"name":"IFeedEvents","features":[437,358]},{"name":"IFeedFolder","features":[437,358]},{"name":"IFeedFolderEvents","features":[437,358]},{"name":"IFeedItem","features":[437,358]},{"name":"IFeedItem2","features":[437,358]},{"name":"IFeedsEnum","features":[437,358]},{"name":"IFeedsManager","features":[437,358]},{"name":"IOCTL_WMP_DEVICE_CAN_SYNC","features":[437]},{"name":"IOCTL_WMP_METADATA_ROUND_TRIP","features":[437]},{"name":"IWMPAudioRenderConfig","features":[437]},{"name":"IWMPCdrom","features":[437,358]},{"name":"IWMPCdromBurn","features":[437]},{"name":"IWMPCdromCollection","features":[437,358]},{"name":"IWMPCdromRip","features":[437]},{"name":"IWMPClosedCaption","features":[437,358]},{"name":"IWMPClosedCaption2","features":[437,358]},{"name":"IWMPContentContainer","features":[437]},{"name":"IWMPContentContainerList","features":[437]},{"name":"IWMPContentPartner","features":[437]},{"name":"IWMPContentPartnerCallback","features":[437]},{"name":"IWMPControls","features":[437,358]},{"name":"IWMPControls2","features":[437,358]},{"name":"IWMPControls3","features":[437,358]},{"name":"IWMPConvert","features":[437]},{"name":"IWMPCore","features":[437,358]},{"name":"IWMPCore2","features":[437,358]},{"name":"IWMPCore3","features":[437,358]},{"name":"IWMPDVD","features":[437,358]},{"name":"IWMPDownloadCollection","features":[437,358]},{"name":"IWMPDownloadItem","features":[437,358]},{"name":"IWMPDownloadItem2","features":[437,358]},{"name":"IWMPDownloadManager","features":[437,358]},{"name":"IWMPEffects","features":[437]},{"name":"IWMPEffects2","features":[437]},{"name":"IWMPError","features":[437,358]},{"name":"IWMPErrorItem","features":[437,358]},{"name":"IWMPErrorItem2","features":[437,358]},{"name":"IWMPEvents","features":[437]},{"name":"IWMPEvents2","features":[437]},{"name":"IWMPEvents3","features":[437]},{"name":"IWMPEvents4","features":[437]},{"name":"IWMPFolderMonitorServices","features":[437]},{"name":"IWMPGraphCreation","features":[437]},{"name":"IWMPLibrary","features":[437]},{"name":"IWMPLibrary2","features":[437]},{"name":"IWMPLibraryServices","features":[437]},{"name":"IWMPLibrarySharingServices","features":[437]},{"name":"IWMPMedia","features":[437,358]},{"name":"IWMPMedia2","features":[437,358]},{"name":"IWMPMedia3","features":[437,358]},{"name":"IWMPMediaCollection","features":[437,358]},{"name":"IWMPMediaCollection2","features":[437,358]},{"name":"IWMPMediaPluginRegistrar","features":[437]},{"name":"IWMPMetadataPicture","features":[437,358]},{"name":"IWMPMetadataText","features":[437,358]},{"name":"IWMPNetwork","features":[437,358]},{"name":"IWMPNodeRealEstate","features":[437]},{"name":"IWMPNodeRealEstateHost","features":[437]},{"name":"IWMPNodeWindowed","features":[437]},{"name":"IWMPNodeWindowedHost","features":[437]},{"name":"IWMPNodeWindowless","features":[437]},{"name":"IWMPNodeWindowlessHost","features":[437]},{"name":"IWMPPlayer","features":[437,358]},{"name":"IWMPPlayer2","features":[437,358]},{"name":"IWMPPlayer3","features":[437,358]},{"name":"IWMPPlayer4","features":[437,358]},{"name":"IWMPPlayerApplication","features":[437,358]},{"name":"IWMPPlayerServices","features":[437]},{"name":"IWMPPlayerServices2","features":[437]},{"name":"IWMPPlaylist","features":[437,358]},{"name":"IWMPPlaylistArray","features":[437,358]},{"name":"IWMPPlaylistCollection","features":[437,358]},{"name":"IWMPPlugin","features":[437]},{"name":"IWMPPluginEnable","features":[437]},{"name":"IWMPPluginUI","features":[437]},{"name":"IWMPQuery","features":[437,358]},{"name":"IWMPRemoteMediaServices","features":[437]},{"name":"IWMPRenderConfig","features":[437]},{"name":"IWMPServices","features":[437]},{"name":"IWMPSettings","features":[437,358]},{"name":"IWMPSettings2","features":[437,358]},{"name":"IWMPSkinManager","features":[437]},{"name":"IWMPStringCollection","features":[437,358]},{"name":"IWMPStringCollection2","features":[437,358]},{"name":"IWMPSubscriptionService","features":[437]},{"name":"IWMPSubscriptionService2","features":[437]},{"name":"IWMPSubscriptionServiceCallback","features":[437]},{"name":"IWMPSyncDevice","features":[437]},{"name":"IWMPSyncDevice2","features":[437]},{"name":"IWMPSyncDevice3","features":[437]},{"name":"IWMPSyncServices","features":[437]},{"name":"IWMPTranscodePolicy","features":[437]},{"name":"IWMPUserEventSink","features":[437]},{"name":"IWMPVideoRenderConfig","features":[437]},{"name":"IWMPWindowMessageSink","features":[437]},{"name":"IXFeed","features":[437]},{"name":"IXFeed2","features":[437]},{"name":"IXFeedEnclosure","features":[437]},{"name":"IXFeedEvents","features":[437]},{"name":"IXFeedFolder","features":[437]},{"name":"IXFeedFolderEvents","features":[437]},{"name":"IXFeedItem","features":[437]},{"name":"IXFeedItem2","features":[437]},{"name":"IXFeedsEnum","features":[437]},{"name":"IXFeedsManager","features":[437]},{"name":"PLUGIN_ALL_MEDIASENDTO","features":[437]},{"name":"PLUGIN_ALL_PLAYLISTSENDTO","features":[437]},{"name":"PLUGIN_FLAGS_ACCEPTSMEDIA","features":[437]},{"name":"PLUGIN_FLAGS_ACCEPTSPLAYLISTS","features":[437]},{"name":"PLUGIN_FLAGS_HASPRESETS","features":[437]},{"name":"PLUGIN_FLAGS_HASPROPERTYPAGE","features":[437]},{"name":"PLUGIN_FLAGS_HIDDEN","features":[437]},{"name":"PLUGIN_FLAGS_INSTALLAUTORUN","features":[437]},{"name":"PLUGIN_FLAGS_LAUNCHPROPERTYPAGE","features":[437]},{"name":"PLUGIN_INSTALLREGKEY","features":[437]},{"name":"PLUGIN_INSTALLREGKEY_CAPABILITIES","features":[437]},{"name":"PLUGIN_INSTALLREGKEY_DESCRIPTION","features":[437]},{"name":"PLUGIN_INSTALLREGKEY_FRIENDLYNAME","features":[437]},{"name":"PLUGIN_INSTALLREGKEY_UNINSTALL","features":[437]},{"name":"PLUGIN_MISC_CURRENTPRESET","features":[437]},{"name":"PLUGIN_MISC_PRESETCOUNT","features":[437]},{"name":"PLUGIN_MISC_PRESETNAMES","features":[437]},{"name":"PLUGIN_MISC_QUERYDESTROY","features":[437]},{"name":"PLUGIN_SEPARATEWINDOW_DEFAULTHEIGHT","features":[437]},{"name":"PLUGIN_SEPARATEWINDOW_DEFAULTWIDTH","features":[437]},{"name":"PLUGIN_SEPARATEWINDOW_MAXHEIGHT","features":[437]},{"name":"PLUGIN_SEPARATEWINDOW_MAXWIDTH","features":[437]},{"name":"PLUGIN_SEPARATEWINDOW_MINHEIGHT","features":[437]},{"name":"PLUGIN_SEPARATEWINDOW_MINWIDTH","features":[437]},{"name":"PLUGIN_SEPARATEWINDOW_RESIZABLE","features":[437]},{"name":"PLUGIN_TYPE_BACKGROUND","features":[437]},{"name":"PLUGIN_TYPE_DISPLAYAREA","features":[437]},{"name":"PLUGIN_TYPE_METADATAAREA","features":[437]},{"name":"PLUGIN_TYPE_SEPARATEWINDOW","features":[437]},{"name":"PLUGIN_TYPE_SETTINGSAREA","features":[437]},{"name":"PlayerState","features":[437]},{"name":"SA_BUFFER_SIZE","features":[437]},{"name":"SUBSCRIPTION_CAP_ALLOWCDBURN","features":[437]},{"name":"SUBSCRIPTION_CAP_ALLOWPDATRANSFER","features":[437]},{"name":"SUBSCRIPTION_CAP_ALLOWPLAY","features":[437]},{"name":"SUBSCRIPTION_CAP_ALTLOGIN","features":[437]},{"name":"SUBSCRIPTION_CAP_BACKGROUNDPROCESSING","features":[437]},{"name":"SUBSCRIPTION_CAP_DEVICEAVAILABLE","features":[437]},{"name":"SUBSCRIPTION_CAP_IS_CONTENTPARTNER","features":[437]},{"name":"SUBSCRIPTION_CAP_PREPAREFORSYNC","features":[437]},{"name":"SUBSCRIPTION_CAP_UILESSMODE_ALLOWPLAY","features":[437]},{"name":"SUBSCRIPTION_V1_CAPS","features":[437]},{"name":"TimedLevel","features":[437]},{"name":"WMPAccountType","features":[437]},{"name":"WMPBurnFormat","features":[437]},{"name":"WMPBurnState","features":[437]},{"name":"WMPCOREEVENT_BASE","features":[437]},{"name":"WMPCOREEVENT_CDROM_BASE","features":[437]},{"name":"WMPCOREEVENT_CONTENT_BASE","features":[437]},{"name":"WMPCOREEVENT_CONTROL_BASE","features":[437]},{"name":"WMPCOREEVENT_ERROR_BASE","features":[437]},{"name":"WMPCOREEVENT_NETWORK_BASE","features":[437]},{"name":"WMPCOREEVENT_PLAYLIST_BASE","features":[437]},{"name":"WMPCOREEVENT_SEEK_BASE","features":[437]},{"name":"WMPCOREEVENT_WARNING_BASE","features":[437]},{"name":"WMPCallbackNotification","features":[437]},{"name":"WMPContextMenuInfo","features":[437]},{"name":"WMPDeviceStatus","features":[437]},{"name":"WMPFolderScanState","features":[437]},{"name":"WMPGC_FLAGS_ALLOW_PREROLL","features":[437]},{"name":"WMPGC_FLAGS_DISABLE_PLUGINS","features":[437]},{"name":"WMPGC_FLAGS_IGNORE_AV_SYNC","features":[437]},{"name":"WMPGC_FLAGS_SUPPRESS_DIALOGS","features":[437]},{"name":"WMPGC_FLAGS_USE_CUSTOM_GRAPH","features":[437]},{"name":"WMPLib","features":[437]},{"name":"WMPLibraryType","features":[437]},{"name":"WMPOCXEVENT_BASE","features":[437]},{"name":"WMPOpenState","features":[437]},{"name":"WMPPartnerNotification","features":[437]},{"name":"WMPPlayState","features":[437]},{"name":"WMPPlaylistChangeEventType","features":[437]},{"name":"WMPPlugin_Caps","features":[437]},{"name":"WMPPlugin_Caps_CannotConvertFormats","features":[437]},{"name":"WMPRemoteMediaServices","features":[437]},{"name":"WMPRipState","features":[437]},{"name":"WMPServices_StreamState","features":[437]},{"name":"WMPServices_StreamState_Pause","features":[437]},{"name":"WMPServices_StreamState_Play","features":[437]},{"name":"WMPServices_StreamState_Stop","features":[437]},{"name":"WMPStreamingType","features":[437]},{"name":"WMPStringCollectionChangeEventType","features":[437]},{"name":"WMPSubscriptionDownloadState","features":[437]},{"name":"WMPSubscriptionServiceEvent","features":[437]},{"name":"WMPSyncState","features":[437]},{"name":"WMPTaskType","features":[437]},{"name":"WMPTemplateSize","features":[437]},{"name":"WMPTransactionType","features":[437]},{"name":"WMPUE_EC_USER","features":[437]},{"name":"WMP_MDRT_FLAGS_UNREPORTED_ADDED_ITEMS","features":[437]},{"name":"WMP_MDRT_FLAGS_UNREPORTED_DELETED_ITEMS","features":[437]},{"name":"WMP_PLUGINTYPE_DSP","features":[437]},{"name":"WMP_PLUGINTYPE_DSP_OUTOFPROC","features":[437]},{"name":"WMP_PLUGINTYPE_RENDERING","features":[437]},{"name":"WMP_SUBSCR_DL_TYPE_BACKGROUND","features":[437]},{"name":"WMP_SUBSCR_DL_TYPE_REALTIME","features":[437]},{"name":"WMP_WMDM_METADATA_ROUND_TRIP_DEVICE2PC","features":[437]},{"name":"WMP_WMDM_METADATA_ROUND_TRIP_PC2DEVICE","features":[437]},{"name":"WMProfile_V40_100Video","features":[437]},{"name":"WMProfile_V40_128Audio","features":[437]},{"name":"WMProfile_V40_16AMRadio","features":[437]},{"name":"WMProfile_V40_1MBVideo","features":[437]},{"name":"WMProfile_V40_250Video","features":[437]},{"name":"WMProfile_V40_2856100MBR","features":[437]},{"name":"WMProfile_V40_288FMRadioMono","features":[437]},{"name":"WMProfile_V40_288FMRadioStereo","features":[437]},{"name":"WMProfile_V40_288VideoAudio","features":[437]},{"name":"WMProfile_V40_288VideoVoice","features":[437]},{"name":"WMProfile_V40_288VideoWebServer","features":[437]},{"name":"WMProfile_V40_3MBVideo","features":[437]},{"name":"WMProfile_V40_512Video","features":[437]},{"name":"WMProfile_V40_56DialUpStereo","features":[437]},{"name":"WMProfile_V40_56DialUpVideo","features":[437]},{"name":"WMProfile_V40_56DialUpVideoWebServer","features":[437]},{"name":"WMProfile_V40_64Audio","features":[437]},{"name":"WMProfile_V40_6VoiceAudio","features":[437]},{"name":"WMProfile_V40_96Audio","features":[437]},{"name":"WMProfile_V40_DialUpMBR","features":[437]},{"name":"WMProfile_V40_IntranetMBR","features":[437]},{"name":"WMProfile_V70_100Video","features":[437]},{"name":"WMProfile_V70_128Audio","features":[437]},{"name":"WMProfile_V70_1500FilmContentVideo","features":[437]},{"name":"WMProfile_V70_1500Video","features":[437]},{"name":"WMProfile_V70_150VideoPDA","features":[437]},{"name":"WMProfile_V70_2000Video","features":[437]},{"name":"WMProfile_V70_225VideoPDA","features":[437]},{"name":"WMProfile_V70_256Video","features":[437]},{"name":"WMProfile_V70_2856100MBR","features":[437]},{"name":"WMProfile_V70_288FMRadioMono","features":[437]},{"name":"WMProfile_V70_288FMRadioStereo","features":[437]},{"name":"WMProfile_V70_288VideoAudio","features":[437]},{"name":"WMProfile_V70_288VideoVoice","features":[437]},{"name":"WMProfile_V70_288VideoWebServer","features":[437]},{"name":"WMProfile_V70_384Video","features":[437]},{"name":"WMProfile_V70_56DialUpStereo","features":[437]},{"name":"WMProfile_V70_56VideoWebServer","features":[437]},{"name":"WMProfile_V70_64Audio","features":[437]},{"name":"WMProfile_V70_64AudioISDN","features":[437]},{"name":"WMProfile_V70_64VideoISDN","features":[437]},{"name":"WMProfile_V70_6VoiceAudio","features":[437]},{"name":"WMProfile_V70_700FilmContentVideo","features":[437]},{"name":"WMProfile_V70_768Video","features":[437]},{"name":"WMProfile_V70_96Audio","features":[437]},{"name":"WMProfile_V70_DialUpMBR","features":[437]},{"name":"WMProfile_V70_IntranetMBR","features":[437]},{"name":"WMProfile_V80_100768VideoMBR","features":[437]},{"name":"WMProfile_V80_100Video","features":[437]},{"name":"WMProfile_V80_128StereoAudio","features":[437]},{"name":"WMProfile_V80_1400NTSCVideo","features":[437]},{"name":"WMProfile_V80_150VideoPDA","features":[437]},{"name":"WMProfile_V80_255VideoPDA","features":[437]},{"name":"WMProfile_V80_256Video","features":[437]},{"name":"WMProfile_V80_288100VideoMBR","features":[437]},{"name":"WMProfile_V80_28856VideoMBR","features":[437]},{"name":"WMProfile_V80_288MonoAudio","features":[437]},{"name":"WMProfile_V80_288StereoAudio","features":[437]},{"name":"WMProfile_V80_288Video","features":[437]},{"name":"WMProfile_V80_288VideoOnly","features":[437]},{"name":"WMProfile_V80_32StereoAudio","features":[437]},{"name":"WMProfile_V80_384PALVideo","features":[437]},{"name":"WMProfile_V80_384Video","features":[437]},{"name":"WMProfile_V80_48StereoAudio","features":[437]},{"name":"WMProfile_V80_56Video","features":[437]},{"name":"WMProfile_V80_56VideoOnly","features":[437]},{"name":"WMProfile_V80_64StereoAudio","features":[437]},{"name":"WMProfile_V80_700NTSCVideo","features":[437]},{"name":"WMProfile_V80_700PALVideo","features":[437]},{"name":"WMProfile_V80_768Video","features":[437]},{"name":"WMProfile_V80_96StereoAudio","features":[437]},{"name":"WMProfile_V80_BESTVBRVideo","features":[437]},{"name":"WMProfile_V80_FAIRVBRVideo","features":[437]},{"name":"WMProfile_V80_HIGHVBRVideo","features":[437]},{"name":"WindowsMediaPlayer","features":[437]},{"name":"_WMPOCXEvents","features":[437,358]},{"name":"g_szAllAuthors","features":[437]},{"name":"g_szAllCPAlbumIDs","features":[437]},{"name":"g_szAllCPAlbumSubGenreIDs","features":[437]},{"name":"g_szAllCPArtistIDs","features":[437]},{"name":"g_szAllCPGenreIDs","features":[437]},{"name":"g_szAllCPListIDs","features":[437]},{"name":"g_szAllCPRadioIDs","features":[437]},{"name":"g_szAllCPTrackIDs","features":[437]},{"name":"g_szAllReleaseDateYears","features":[437]},{"name":"g_szAllUserEffectiveRatingStarss","features":[437]},{"name":"g_szAllWMParentalRatings","features":[437]},{"name":"g_szAuthor","features":[437]},{"name":"g_szCPAlbumID","features":[437]},{"name":"g_szCPAlbumSubGenreID","features":[437]},{"name":"g_szCPArtistID","features":[437]},{"name":"g_szCPGenreID","features":[437]},{"name":"g_szCPListID","features":[437]},{"name":"g_szCPRadioID","features":[437]},{"name":"g_szCPTrackID","features":[437]},{"name":"g_szContentPartnerInfo_AccountBalance","features":[437]},{"name":"g_szContentPartnerInfo_AccountType","features":[437]},{"name":"g_szContentPartnerInfo_HasCachedCredentials","features":[437]},{"name":"g_szContentPartnerInfo_LicenseRefreshAdvanceWarning","features":[437]},{"name":"g_szContentPartnerInfo_LoginState","features":[437]},{"name":"g_szContentPartnerInfo_MaximumTrackPurchasePerPurchase","features":[437]},{"name":"g_szContentPartnerInfo_MediaPlayerAccountType","features":[437]},{"name":"g_szContentPartnerInfo_PurchasedTrackRequiresReDownload","features":[437]},{"name":"g_szContentPartnerInfo_UserName","features":[437]},{"name":"g_szContentPrice_CannotBuy","features":[437]},{"name":"g_szContentPrice_Free","features":[437]},{"name":"g_szContentPrice_Unknown","features":[437]},{"name":"g_szFlyoutMenu","features":[437]},{"name":"g_szItemInfo_ALTLoginCaption","features":[437]},{"name":"g_szItemInfo_ALTLoginURL","features":[437]},{"name":"g_szItemInfo_AlbumArtURL","features":[437]},{"name":"g_szItemInfo_ArtistArtURL","features":[437]},{"name":"g_szItemInfo_AuthenticationSuccessURL","features":[437]},{"name":"g_szItemInfo_CreateAccountURL","features":[437]},{"name":"g_szItemInfo_ErrorDescription","features":[437]},{"name":"g_szItemInfo_ErrorURL","features":[437]},{"name":"g_szItemInfo_ErrorURLLinkText","features":[437]},{"name":"g_szItemInfo_ForgetPasswordURL","features":[437]},{"name":"g_szItemInfo_GenreArtURL","features":[437]},{"name":"g_szItemInfo_HTMLViewURL","features":[437]},{"name":"g_szItemInfo_ListArtURL","features":[437]},{"name":"g_szItemInfo_LoginFailureURL","features":[437]},{"name":"g_szItemInfo_PopupCaption","features":[437]},{"name":"g_szItemInfo_PopupURL","features":[437]},{"name":"g_szItemInfo_RadioArtURL","features":[437]},{"name":"g_szItemInfo_SubGenreArtURL","features":[437]},{"name":"g_szItemInfo_TreeListIconURL","features":[437]},{"name":"g_szMediaPlayerTask_Browse","features":[437]},{"name":"g_szMediaPlayerTask_Burn","features":[437]},{"name":"g_szMediaPlayerTask_Sync","features":[437]},{"name":"g_szOnlineStore","features":[437]},{"name":"g_szRefreshLicenseBurn","features":[437]},{"name":"g_szRefreshLicensePlay","features":[437]},{"name":"g_szRefreshLicenseSync","features":[437]},{"name":"g_szReleaseDateYear","features":[437]},{"name":"g_szRootLocation","features":[437]},{"name":"g_szStationEvent_Complete","features":[437]},{"name":"g_szStationEvent_Skipped","features":[437]},{"name":"g_szStationEvent_Started","features":[437]},{"name":"g_szUnknownLocation","features":[437]},{"name":"g_szUserEffectiveRatingStars","features":[437]},{"name":"g_szUserPlaylist","features":[437]},{"name":"g_szVerifyPermissionSync","features":[437]},{"name":"g_szVideoRecent","features":[437]},{"name":"g_szVideoRoot","features":[437]},{"name":"g_szViewMode_Details","features":[437]},{"name":"g_szViewMode_Icon","features":[437]},{"name":"g_szViewMode_OrderedList","features":[437]},{"name":"g_szViewMode_Report","features":[437]},{"name":"g_szViewMode_Tile","features":[437]},{"name":"g_szWMParentalRating","features":[437]},{"name":"kfltTimedLevelMaximumFrequency","features":[437]},{"name":"kfltTimedLevelMinimumFrequency","features":[437]},{"name":"pause_state","features":[437]},{"name":"play_state","features":[437]},{"name":"stop_state","features":[437]},{"name":"wmpatBuyOnly","features":[437]},{"name":"wmpatJanus","features":[437]},{"name":"wmpatSubscription","features":[437]},{"name":"wmpbfAudioCD","features":[437]},{"name":"wmpbfDataCD","features":[437]},{"name":"wmpbsBurning","features":[437]},{"name":"wmpbsBusy","features":[437]},{"name":"wmpbsDownloading","features":[437]},{"name":"wmpbsErasing","features":[437]},{"name":"wmpbsPreparingToBurn","features":[437]},{"name":"wmpbsReady","features":[437]},{"name":"wmpbsRefreshStatusPending","features":[437]},{"name":"wmpbsStopped","features":[437]},{"name":"wmpbsUnknown","features":[437]},{"name":"wmpbsWaitingForDisc","features":[437]},{"name":"wmpcnAuthResult","features":[437]},{"name":"wmpcnDisableRadioSkipping","features":[437]},{"name":"wmpcnLicenseUpdated","features":[437]},{"name":"wmpcnLoginStateChange","features":[437]},{"name":"wmpcnNewCatalogAvailable","features":[437]},{"name":"wmpcnNewPluginAvailable","features":[437]},{"name":"wmpdsLast","features":[437]},{"name":"wmpdsManualDevice","features":[437]},{"name":"wmpdsNewDevice","features":[437]},{"name":"wmpdsPartnershipAnother","features":[437]},{"name":"wmpdsPartnershipDeclined","features":[437]},{"name":"wmpdsPartnershipExists","features":[437]},{"name":"wmpdsUnknown","features":[437]},{"name":"wmpfssScanning","features":[437]},{"name":"wmpfssStopped","features":[437]},{"name":"wmpfssUnknown","features":[437]},{"name":"wmpfssUpdating","features":[437]},{"name":"wmplcAppend","features":[437]},{"name":"wmplcClear","features":[437]},{"name":"wmplcDelete","features":[437]},{"name":"wmplcInfoChange","features":[437]},{"name":"wmplcInsert","features":[437]},{"name":"wmplcLast","features":[437]},{"name":"wmplcMorph","features":[437]},{"name":"wmplcMove","features":[437]},{"name":"wmplcNameChange","features":[437]},{"name":"wmplcPrivate","features":[437]},{"name":"wmplcSort","features":[437]},{"name":"wmplcUnknown","features":[437]},{"name":"wmpltAll","features":[437]},{"name":"wmpltDisc","features":[437]},{"name":"wmpltLocal","features":[437]},{"name":"wmpltPortableDevice","features":[437]},{"name":"wmpltRemote","features":[437]},{"name":"wmpltUnknown","features":[437]},{"name":"wmposBeginCodecAcquisition","features":[437]},{"name":"wmposBeginIndividualization","features":[437]},{"name":"wmposBeginLicenseAcquisition","features":[437]},{"name":"wmposEndCodecAcquisition","features":[437]},{"name":"wmposEndIndividualization","features":[437]},{"name":"wmposEndLicenseAcquisition","features":[437]},{"name":"wmposMediaChanging","features":[437]},{"name":"wmposMediaConnecting","features":[437]},{"name":"wmposMediaLoading","features":[437]},{"name":"wmposMediaLocating","features":[437]},{"name":"wmposMediaOpen","features":[437]},{"name":"wmposMediaOpening","features":[437]},{"name":"wmposMediaWaiting","features":[437]},{"name":"wmposOpeningUnknownURL","features":[437]},{"name":"wmposPlaylistChanged","features":[437]},{"name":"wmposPlaylistChanging","features":[437]},{"name":"wmposPlaylistConnecting","features":[437]},{"name":"wmposPlaylistLoading","features":[437]},{"name":"wmposPlaylistLocating","features":[437]},{"name":"wmposPlaylistOpenNoMedia","features":[437]},{"name":"wmposPlaylistOpening","features":[437]},{"name":"wmposUndefined","features":[437]},{"name":"wmppsBuffering","features":[437]},{"name":"wmppsLast","features":[437]},{"name":"wmppsMediaEnded","features":[437]},{"name":"wmppsPaused","features":[437]},{"name":"wmppsPlaying","features":[437]},{"name":"wmppsReady","features":[437]},{"name":"wmppsReconnecting","features":[437]},{"name":"wmppsScanForward","features":[437]},{"name":"wmppsScanReverse","features":[437]},{"name":"wmppsStopped","features":[437]},{"name":"wmppsTransitioning","features":[437]},{"name":"wmppsUndefined","features":[437]},{"name":"wmppsWaiting","features":[437]},{"name":"wmprsRipping","features":[437]},{"name":"wmprsStopped","features":[437]},{"name":"wmprsUnknown","features":[437]},{"name":"wmpsccetBeginUpdates","features":[437]},{"name":"wmpsccetChange","features":[437]},{"name":"wmpsccetClear","features":[437]},{"name":"wmpsccetDelete","features":[437]},{"name":"wmpsccetEndUpdates","features":[437]},{"name":"wmpsccetInsert","features":[437]},{"name":"wmpsccetUnknown","features":[437]},{"name":"wmpsdlsCancelled","features":[437]},{"name":"wmpsdlsCompleted","features":[437]},{"name":"wmpsdlsDownloading","features":[437]},{"name":"wmpsdlsPaused","features":[437]},{"name":"wmpsdlsProcessing","features":[437]},{"name":"wmpsnBackgroundProcessingBegin","features":[437]},{"name":"wmpsnBackgroundProcessingEnd","features":[437]},{"name":"wmpsnCatalogDownloadComplete","features":[437]},{"name":"wmpsnCatalogDownloadFailure","features":[437]},{"name":"wmpssEstimating","features":[437]},{"name":"wmpssLast","features":[437]},{"name":"wmpssStopped","features":[437]},{"name":"wmpssSynchronizing","features":[437]},{"name":"wmpssUnknown","features":[437]},{"name":"wmpsseCurrentBegin","features":[437]},{"name":"wmpsseCurrentEnd","features":[437]},{"name":"wmpsseFullBegin","features":[437]},{"name":"wmpsseFullEnd","features":[437]},{"name":"wmpstMusic","features":[437]},{"name":"wmpstRadio","features":[437]},{"name":"wmpstUnknown","features":[437]},{"name":"wmpstVideo","features":[437]},{"name":"wmptsLarge","features":[437]},{"name":"wmptsMedium","features":[437]},{"name":"wmptsSmall","features":[437]},{"name":"wmpttBrowse","features":[437]},{"name":"wmpttBurn","features":[437]},{"name":"wmpttBuy","features":[437]},{"name":"wmpttCurrent","features":[437]},{"name":"wmpttDownload","features":[437]},{"name":"wmpttNoTransaction","features":[437]},{"name":"wmpttSync","features":[437]}],"441":[{"name":"ACMDM_BASE","features":[422]},{"name":"ACM_MPEG_COPYRIGHT","features":[422]},{"name":"ACM_MPEG_DUALCHANNEL","features":[422]},{"name":"ACM_MPEG_ID_MPEG1","features":[422]},{"name":"ACM_MPEG_JOINTSTEREO","features":[422]},{"name":"ACM_MPEG_LAYER1","features":[422]},{"name":"ACM_MPEG_LAYER2","features":[422]},{"name":"ACM_MPEG_LAYER3","features":[422]},{"name":"ACM_MPEG_ORIGINALHOME","features":[422]},{"name":"ACM_MPEG_PRIVATEBIT","features":[422]},{"name":"ACM_MPEG_PROTECTIONBIT","features":[422]},{"name":"ACM_MPEG_SINGLECHANNEL","features":[422]},{"name":"ACM_MPEG_STEREO","features":[422]},{"name":"ADPCMCOEFSET","features":[422]},{"name":"ADPCMEWAVEFORMAT","features":[423,422]},{"name":"ADPCMWAVEFORMAT","features":[423,422]},{"name":"APTXWAVEFORMAT","features":[423,422]},{"name":"AUDIOFILE_AF10WAVEFORMAT","features":[423,422]},{"name":"AUDIOFILE_AF36WAVEFORMAT","features":[423,422]},{"name":"AUXDM_GETDEVCAPS","features":[422]},{"name":"AUXDM_GETNUMDEVS","features":[422]},{"name":"AUXDM_GETVOLUME","features":[422]},{"name":"AUXDM_SETVOLUME","features":[422]},{"name":"AUXM_INIT","features":[422]},{"name":"AUXM_INIT_EX","features":[422]},{"name":"AVIBuildFilterA","features":[307,422]},{"name":"AVIBuildFilterW","features":[307,422]},{"name":"AVICOMPRESSF_DATARATE","features":[422]},{"name":"AVICOMPRESSF_INTERLEAVE","features":[422]},{"name":"AVICOMPRESSF_KEYFRAMES","features":[422]},{"name":"AVICOMPRESSF_VALID","features":[422]},{"name":"AVICOMPRESSOPTIONS","features":[422]},{"name":"AVIClearClipboard","features":[422]},{"name":"AVIERR_OK","features":[422]},{"name":"AVIFILECAPS_ALLKEYFRAMES","features":[422]},{"name":"AVIFILECAPS_CANREAD","features":[422]},{"name":"AVIFILECAPS_CANWRITE","features":[422]},{"name":"AVIFILECAPS_NOCOMPRESSION","features":[422]},{"name":"AVIFILEHANDLER_CANACCEPTNONRGB","features":[422]},{"name":"AVIFILEHANDLER_CANREAD","features":[422]},{"name":"AVIFILEHANDLER_CANWRITE","features":[422]},{"name":"AVIFILEINFOA","features":[422]},{"name":"AVIFILEINFOW","features":[422]},{"name":"AVIFILEINFO_COPYRIGHTED","features":[422]},{"name":"AVIFILEINFO_HASINDEX","features":[422]},{"name":"AVIFILEINFO_ISINTERLEAVED","features":[422]},{"name":"AVIFILEINFO_MUSTUSEINDEX","features":[422]},{"name":"AVIFILEINFO_WASCAPTUREFILE","features":[422]},{"name":"AVIFileAddRef","features":[422]},{"name":"AVIFileCreateStreamA","features":[307,422]},{"name":"AVIFileCreateStreamW","features":[307,422]},{"name":"AVIFileEndRecord","features":[422]},{"name":"AVIFileExit","features":[422]},{"name":"AVIFileGetStream","features":[422]},{"name":"AVIFileInfoA","features":[422]},{"name":"AVIFileInfoW","features":[422]},{"name":"AVIFileInit","features":[422]},{"name":"AVIFileOpenA","features":[422]},{"name":"AVIFileOpenW","features":[422]},{"name":"AVIFileReadData","features":[422]},{"name":"AVIFileRelease","features":[422]},{"name":"AVIFileWriteData","features":[422]},{"name":"AVIGETFRAMEF_BESTDISPLAYFMT","features":[422]},{"name":"AVIGetFromClipboard","features":[422]},{"name":"AVIIF_CONTROLFRAME","features":[422]},{"name":"AVIIF_TWOCC","features":[422]},{"name":"AVIMakeCompressedStream","features":[422]},{"name":"AVIMakeFileFromStreams","features":[422]},{"name":"AVIMakeStreamFromClipboard","features":[307,422]},{"name":"AVIPutFileOnClipboard","features":[422]},{"name":"AVISAVECALLBACK","features":[307,422]},{"name":"AVISTREAMINFOA","features":[307,422]},{"name":"AVISTREAMINFOW","features":[307,422]},{"name":"AVISTREAMINFO_DISABLED","features":[422]},{"name":"AVISTREAMINFO_FORMATCHANGES","features":[422]},{"name":"AVISTREAMREAD_CONVENIENT","features":[422]},{"name":"AVISaveA","features":[307,422]},{"name":"AVISaveOptions","features":[307,422]},{"name":"AVISaveOptionsFree","features":[422]},{"name":"AVISaveVA","features":[307,422]},{"name":"AVISaveVW","features":[307,422]},{"name":"AVISaveW","features":[307,422]},{"name":"AVIStreamAddRef","features":[422]},{"name":"AVIStreamBeginStreaming","features":[422]},{"name":"AVIStreamCreate","features":[422]},{"name":"AVIStreamEndStreaming","features":[422]},{"name":"AVIStreamFindSample","features":[422]},{"name":"AVIStreamGetFrame","features":[422]},{"name":"AVIStreamGetFrameClose","features":[422]},{"name":"AVIStreamGetFrameOpen","features":[318,422]},{"name":"AVIStreamInfoA","features":[307,422]},{"name":"AVIStreamInfoW","features":[307,422]},{"name":"AVIStreamLength","features":[422]},{"name":"AVIStreamOpenFromFileA","features":[422]},{"name":"AVIStreamOpenFromFileW","features":[422]},{"name":"AVIStreamRead","features":[422]},{"name":"AVIStreamReadData","features":[422]},{"name":"AVIStreamReadFormat","features":[422]},{"name":"AVIStreamRelease","features":[422]},{"name":"AVIStreamSampleToTime","features":[422]},{"name":"AVIStreamSetFormat","features":[422]},{"name":"AVIStreamStart","features":[422]},{"name":"AVIStreamTimeToSample","features":[422]},{"name":"AVIStreamWrite","features":[422]},{"name":"AVIStreamWriteData","features":[422]},{"name":"AVSTREAMMASTER_AUDIO","features":[422]},{"name":"AVSTREAMMASTER_NONE","features":[422]},{"name":"BI_1632","features":[422]},{"name":"CAPCONTROLCALLBACK","features":[307,422]},{"name":"CAPDRIVERCAPS","features":[307,422]},{"name":"CAPERRORCALLBACKA","features":[307,422]},{"name":"CAPERRORCALLBACKW","features":[307,422]},{"name":"CAPINFOCHUNK","features":[422]},{"name":"CAPSTATUS","features":[307,318,422]},{"name":"CAPSTATUSCALLBACKA","features":[307,422]},{"name":"CAPSTATUSCALLBACKW","features":[307,422]},{"name":"CAPTUREPARMS","features":[307,422]},{"name":"CAPVIDEOCALLBACK","features":[307,422]},{"name":"CAPWAVECALLBACK","features":[307,423,422]},{"name":"CAPYIELDCALLBACK","features":[307,422]},{"name":"CHANNEL_CAPS","features":[422]},{"name":"CLSID_AVIFile","features":[422]},{"name":"CLSID_AVISimpleUnMarshal","features":[422]},{"name":"COMPVARS","features":[318,422]},{"name":"CONTRESCR10WAVEFORMAT","features":[423,422]},{"name":"CONTRESVQLPCWAVEFORMAT","features":[423,422]},{"name":"CONTROLCALLBACK_CAPTURING","features":[422]},{"name":"CONTROLCALLBACK_PREROLL","features":[422]},{"name":"CREATIVEADPCMWAVEFORMAT","features":[423,422]},{"name":"CREATIVEFASTSPEECH10WAVEFORMAT","features":[423,422]},{"name":"CREATIVEFASTSPEECH8WAVEFORMAT","features":[423,422]},{"name":"CRYSTAL_NET_SFM_CODEC","features":[422]},{"name":"CSIMAADPCMWAVEFORMAT","features":[423,422]},{"name":"CloseDriver","features":[307,422]},{"name":"CreateEditableStream","features":[422]},{"name":"DCB_EVENT","features":[422]},{"name":"DCB_FUNCTION","features":[422]},{"name":"DCB_NOSWITCH","features":[422]},{"name":"DCB_NULL","features":[422]},{"name":"DCB_TASK","features":[422]},{"name":"DCB_TYPEMASK","features":[422]},{"name":"DCB_WINDOW","features":[422]},{"name":"DDF_0001","features":[422]},{"name":"DDF_2000","features":[422]},{"name":"DDF_ANIMATE","features":[422]},{"name":"DDF_BACKGROUNDPAL","features":[422]},{"name":"DDF_BUFFER","features":[422]},{"name":"DDF_DONTDRAW","features":[422]},{"name":"DDF_FULLSCREEN","features":[422]},{"name":"DDF_HALFTONE","features":[422]},{"name":"DDF_HURRYUP","features":[422]},{"name":"DDF_JUSTDRAWIT","features":[422]},{"name":"DDF_NOTKEYFRAME","features":[422]},{"name":"DDF_PREROLL","features":[422]},{"name":"DDF_SAME_DIB","features":[422]},{"name":"DDF_SAME_DRAW","features":[422]},{"name":"DDF_SAME_HDC","features":[422]},{"name":"DDF_SAME_SIZE","features":[422]},{"name":"DDF_UPDATE","features":[422]},{"name":"DIALOGICOKIADPCMWAVEFORMAT","features":[423,422]},{"name":"DIGIADPCMWAVEFORMAT","features":[423,422]},{"name":"DIGIFIXWAVEFORMAT","features":[423,422]},{"name":"DIGIREALWAVEFORMAT","features":[423,422]},{"name":"DIGISTDWAVEFORMAT","features":[423,422]},{"name":"DLG_ACMFILTERCHOOSE_ID","features":[422]},{"name":"DLG_ACMFORMATCHOOSE_ID","features":[422]},{"name":"DOLBYAC2WAVEFORMAT","features":[423,422]},{"name":"DRAWDIBTIME","features":[422]},{"name":"DRIVERMSGPROC","features":[422]},{"name":"DRIVERPROC","features":[307,422]},{"name":"DRIVERS_SECTION","features":[422]},{"name":"DRMWAVEFORMAT","features":[423,422]},{"name":"DRVCNF_CANCEL","features":[422]},{"name":"DRVCNF_OK","features":[422]},{"name":"DRVCNF_RESTART","features":[422]},{"name":"DRVCONFIGINFO","features":[422]},{"name":"DRVCONFIGINFOEX","features":[422]},{"name":"DRVM_ADD_THRU","features":[422]},{"name":"DRVM_DISABLE","features":[422]},{"name":"DRVM_ENABLE","features":[422]},{"name":"DRVM_EXIT","features":[422]},{"name":"DRVM_INIT","features":[422]},{"name":"DRVM_INIT_EX","features":[422]},{"name":"DRVM_IOCTL","features":[422]},{"name":"DRVM_IOCTL_CMD_SYSTEM","features":[422]},{"name":"DRVM_IOCTL_CMD_USER","features":[422]},{"name":"DRVM_IOCTL_DATA","features":[422]},{"name":"DRVM_IOCTL_LAST","features":[422]},{"name":"DRVM_MAPPER_CONSOLEVOICECOM_GET","features":[422]},{"name":"DRVM_MAPPER_PREFERRED_FLAGS_PREFERREDONLY","features":[422]},{"name":"DRVM_MAPPER_PREFERRED_GET","features":[422]},{"name":"DRVM_MAPPER_RECONFIGURE","features":[422]},{"name":"DRVM_REMOVE_THRU","features":[422]},{"name":"DRVM_USER","features":[422]},{"name":"DRV_CANCEL","features":[422]},{"name":"DRV_CLOSE","features":[422]},{"name":"DRV_CONFIGURE","features":[422]},{"name":"DRV_DISABLE","features":[422]},{"name":"DRV_ENABLE","features":[422]},{"name":"DRV_EXITSESSION","features":[422]},{"name":"DRV_FREE","features":[422]},{"name":"DRV_INSTALL","features":[422]},{"name":"DRV_LOAD","features":[422]},{"name":"DRV_MCI_FIRST","features":[422]},{"name":"DRV_MCI_LAST","features":[422]},{"name":"DRV_OK","features":[422]},{"name":"DRV_OPEN","features":[422]},{"name":"DRV_PNPINSTALL","features":[422]},{"name":"DRV_POWER","features":[422]},{"name":"DRV_QUERYCONFIGURE","features":[422]},{"name":"DRV_QUERYDEVICEINTERFACE","features":[422]},{"name":"DRV_QUERYDEVICEINTERFACESIZE","features":[422]},{"name":"DRV_QUERYDEVNODE","features":[422]},{"name":"DRV_QUERYFUNCTIONINSTANCEID","features":[422]},{"name":"DRV_QUERYFUNCTIONINSTANCEIDSIZE","features":[422]},{"name":"DRV_QUERYIDFROMSTRINGID","features":[422]},{"name":"DRV_QUERYMAPPABLE","features":[422]},{"name":"DRV_QUERYMODULE","features":[422]},{"name":"DRV_QUERYSTRINGID","features":[422]},{"name":"DRV_QUERYSTRINGIDSIZE","features":[422]},{"name":"DRV_REMOVE","features":[422]},{"name":"DRV_RESERVED","features":[422]},{"name":"DRV_RESTART","features":[422]},{"name":"DRV_USER","features":[422]},{"name":"DVIADPCMWAVEFORMAT","features":[423,422]},{"name":"DVM_CONFIGURE_END","features":[422]},{"name":"DVM_CONFIGURE_START","features":[422]},{"name":"DVM_DST_RECT","features":[422]},{"name":"DVM_FORMAT","features":[422]},{"name":"DVM_PALETTE","features":[422]},{"name":"DVM_PALETTERGB555","features":[422]},{"name":"DVM_SRC_RECT","features":[422]},{"name":"DVM_USER","features":[422]},{"name":"DV_ERR_13","features":[422]},{"name":"DV_ERR_ALLOCATED","features":[422]},{"name":"DV_ERR_BADDEVICEID","features":[422]},{"name":"DV_ERR_BADERRNUM","features":[422]},{"name":"DV_ERR_BADFORMAT","features":[422]},{"name":"DV_ERR_BADINSTALL","features":[422]},{"name":"DV_ERR_BASE","features":[422]},{"name":"DV_ERR_CONFIG1","features":[422]},{"name":"DV_ERR_CONFIG2","features":[422]},{"name":"DV_ERR_CREATEPALETTE","features":[422]},{"name":"DV_ERR_DMA_CONFLICT","features":[422]},{"name":"DV_ERR_FLAGS","features":[422]},{"name":"DV_ERR_INT_CONFLICT","features":[422]},{"name":"DV_ERR_INVALHANDLE","features":[422]},{"name":"DV_ERR_IO_CONFLICT","features":[422]},{"name":"DV_ERR_LASTERROR","features":[422]},{"name":"DV_ERR_MEM_CONFLICT","features":[422]},{"name":"DV_ERR_NOMEM","features":[422]},{"name":"DV_ERR_NONSPECIFIC","features":[422]},{"name":"DV_ERR_NOTDETECTED","features":[422]},{"name":"DV_ERR_NOTSUPPORTED","features":[422]},{"name":"DV_ERR_NO_BUFFERS","features":[422]},{"name":"DV_ERR_OK","features":[422]},{"name":"DV_ERR_PARAM1","features":[422]},{"name":"DV_ERR_PARAM2","features":[422]},{"name":"DV_ERR_PROTECT_ONLY","features":[422]},{"name":"DV_ERR_SIZEFIELD","features":[422]},{"name":"DV_ERR_STILLPLAYING","features":[422]},{"name":"DV_ERR_SYNC","features":[422]},{"name":"DV_ERR_TOOMANYCHANNELS","features":[422]},{"name":"DV_ERR_UNPREPARED","features":[422]},{"name":"DV_ERR_USER_MSG","features":[422]},{"name":"DV_VM_CLOSE","features":[422]},{"name":"DV_VM_DATA","features":[422]},{"name":"DV_VM_ERROR","features":[422]},{"name":"DV_VM_OPEN","features":[422]},{"name":"DefDriverProc","features":[307,422]},{"name":"DrawDibBegin","features":[307,318,422]},{"name":"DrawDibChangePalette","features":[307,318,422]},{"name":"DrawDibClose","features":[307,422]},{"name":"DrawDibDraw","features":[307,318,422]},{"name":"DrawDibEnd","features":[307,422]},{"name":"DrawDibGetBuffer","features":[318,422]},{"name":"DrawDibGetPalette","features":[318,422]},{"name":"DrawDibOpen","features":[422]},{"name":"DrawDibProfileDisplay","features":[307,318,422]},{"name":"DrawDibRealize","features":[307,318,422]},{"name":"DrawDibSetPalette","features":[307,318,422]},{"name":"DrawDibStart","features":[307,422]},{"name":"DrawDibStop","features":[307,422]},{"name":"DrawDibTime","features":[307,422]},{"name":"DriverCallback","features":[307,422]},{"name":"DrvGetModuleHandle","features":[307,422]},{"name":"ECHOSC1WAVEFORMAT","features":[423,422]},{"name":"EXBMINFOHEADER","features":[318,422]},{"name":"EditStreamClone","features":[422]},{"name":"EditStreamCopy","features":[422]},{"name":"EditStreamCut","features":[422]},{"name":"EditStreamPaste","features":[422]},{"name":"EditStreamSetInfoA","features":[307,422]},{"name":"EditStreamSetInfoW","features":[307,422]},{"name":"EditStreamSetNameA","features":[422]},{"name":"EditStreamSetNameW","features":[422]},{"name":"FACILITY_NS","features":[422]},{"name":"FACILITY_NS_WIN32","features":[422]},{"name":"FIND_ANY","features":[422]},{"name":"FIND_DIR","features":[422]},{"name":"FIND_FORMAT","features":[422]},{"name":"FIND_FROM_START","features":[422]},{"name":"FIND_INDEX","features":[422]},{"name":"FIND_KEY","features":[422]},{"name":"FIND_LENGTH","features":[422]},{"name":"FIND_NEXT","features":[422]},{"name":"FIND_OFFSET","features":[422]},{"name":"FIND_POS","features":[422]},{"name":"FIND_PREV","features":[422]},{"name":"FIND_RET","features":[422]},{"name":"FIND_SIZE","features":[422]},{"name":"FIND_TYPE","features":[422]},{"name":"FMTOWNS_SND_WAVEFORMAT","features":[423,422]},{"name":"G721_ADPCMWAVEFORMAT","features":[423,422]},{"name":"G723_ADPCMWAVEFORMAT","features":[423,422]},{"name":"GSM610WAVEFORMAT","features":[423,422]},{"name":"GetDriverModuleHandle","features":[307,422]},{"name":"GetOpenFileNamePreviewA","features":[307,422,438]},{"name":"GetOpenFileNamePreviewW","features":[307,422,438]},{"name":"GetSaveFileNamePreviewA","features":[307,422,438]},{"name":"GetSaveFileNamePreviewW","features":[307,422,438]},{"name":"HDRVR","features":[422]},{"name":"HIC","features":[422]},{"name":"HMMIO","features":[422]},{"name":"HVIDEO","features":[422]},{"name":"IAVIEditStream","features":[422]},{"name":"IAVIFile","features":[422]},{"name":"IAVIPersistFile","features":[422,358]},{"name":"IAVIStream","features":[422]},{"name":"IAVIStreaming","features":[422]},{"name":"ICCOMPRESS","features":[318,422]},{"name":"ICCOMPRESSFRAMES","features":[307,318,422]},{"name":"ICCOMPRESSFRAMES_PADDING","features":[422]},{"name":"ICCOMPRESS_KEYFRAME","features":[422]},{"name":"ICClose","features":[307,422]},{"name":"ICCompress","features":[318,422]},{"name":"ICCompressorChoose","features":[307,318,422]},{"name":"ICCompressorFree","features":[318,422]},{"name":"ICDECOMPRESS","features":[318,422]},{"name":"ICDECOMPRESSEX","features":[318,422]},{"name":"ICDECOMPRESS_HURRYUP","features":[422]},{"name":"ICDECOMPRESS_NOTKEYFRAME","features":[422]},{"name":"ICDECOMPRESS_NULLFRAME","features":[422]},{"name":"ICDECOMPRESS_PREROLL","features":[422]},{"name":"ICDECOMPRESS_UPDATE","features":[422]},{"name":"ICDRAW","features":[422]},{"name":"ICDRAWBEGIN","features":[307,318,422]},{"name":"ICDRAWSUGGEST","features":[318,422]},{"name":"ICDRAW_ANIMATE","features":[422]},{"name":"ICDRAW_BUFFER","features":[422]},{"name":"ICDRAW_CONTINUE","features":[422]},{"name":"ICDRAW_FULLSCREEN","features":[422]},{"name":"ICDRAW_HDC","features":[422]},{"name":"ICDRAW_HURRYUP","features":[422]},{"name":"ICDRAW_MEMORYDC","features":[422]},{"name":"ICDRAW_NOTKEYFRAME","features":[422]},{"name":"ICDRAW_NULLFRAME","features":[422]},{"name":"ICDRAW_PREROLL","features":[422]},{"name":"ICDRAW_QUERY","features":[422]},{"name":"ICDRAW_RENDER","features":[422]},{"name":"ICDRAW_UPDATE","features":[422]},{"name":"ICDRAW_UPDATING","features":[422]},{"name":"ICDecompress","features":[318,422]},{"name":"ICDraw","features":[422]},{"name":"ICDrawBegin","features":[307,318,422]},{"name":"ICERR_ABORT","features":[422]},{"name":"ICERR_BADBITDEPTH","features":[422]},{"name":"ICERR_BADFLAGS","features":[422]},{"name":"ICERR_BADFORMAT","features":[422]},{"name":"ICERR_BADHANDLE","features":[422]},{"name":"ICERR_BADIMAGESIZE","features":[422]},{"name":"ICERR_BADPARAM","features":[422]},{"name":"ICERR_BADSIZE","features":[422]},{"name":"ICERR_CANTUPDATE","features":[422]},{"name":"ICERR_CUSTOM","features":[422]},{"name":"ICERR_DONTDRAW","features":[422]},{"name":"ICERR_ERROR","features":[422]},{"name":"ICERR_GOTOKEYFRAME","features":[422]},{"name":"ICERR_INTERNAL","features":[422]},{"name":"ICERR_MEMORY","features":[422]},{"name":"ICERR_NEWPALETTE","features":[422]},{"name":"ICERR_OK","features":[422]},{"name":"ICERR_STOPDRAWING","features":[422]},{"name":"ICERR_UNSUPPORTED","features":[422]},{"name":"ICGetDisplayFormat","features":[318,422]},{"name":"ICGetInfo","features":[307,422]},{"name":"ICINFO","features":[422]},{"name":"ICINSTALL_DRIVER","features":[422]},{"name":"ICINSTALL_DRIVERW","features":[422]},{"name":"ICINSTALL_FUNCTION","features":[422]},{"name":"ICINSTALL_HDRV","features":[422]},{"name":"ICINSTALL_UNICODE","features":[422]},{"name":"ICImageCompress","features":[307,318,422]},{"name":"ICImageDecompress","features":[307,318,422]},{"name":"ICInfo","features":[307,422]},{"name":"ICInstall","features":[307,422]},{"name":"ICLocate","features":[318,422]},{"name":"ICMF_ABOUT_QUERY","features":[422]},{"name":"ICMF_CHOOSE_ALLCOMPRESSORS","features":[422]},{"name":"ICMF_CHOOSE_DATARATE","features":[422]},{"name":"ICMF_CHOOSE_KEYFRAME","features":[422]},{"name":"ICMF_CHOOSE_PREVIEW","features":[422]},{"name":"ICMF_COMPVARS_VALID","features":[422]},{"name":"ICMF_CONFIGURE_QUERY","features":[422]},{"name":"ICMODE_COMPRESS","features":[422]},{"name":"ICMODE_DECOMPRESS","features":[422]},{"name":"ICMODE_DRAW","features":[422]},{"name":"ICMODE_FASTCOMPRESS","features":[422]},{"name":"ICMODE_FASTDECOMPRESS","features":[422]},{"name":"ICMODE_INTERNALF_FUNCTION32","features":[422]},{"name":"ICMODE_INTERNALF_MASK","features":[422]},{"name":"ICMODE_QUERY","features":[422]},{"name":"ICM_ABOUT","features":[422]},{"name":"ICM_COMPRESS","features":[422]},{"name":"ICM_COMPRESS_BEGIN","features":[422]},{"name":"ICM_COMPRESS_END","features":[422]},{"name":"ICM_COMPRESS_FRAMES","features":[422]},{"name":"ICM_COMPRESS_FRAMES_INFO","features":[422]},{"name":"ICM_COMPRESS_GET_FORMAT","features":[422]},{"name":"ICM_COMPRESS_GET_SIZE","features":[422]},{"name":"ICM_COMPRESS_QUERY","features":[422]},{"name":"ICM_CONFIGURE","features":[422]},{"name":"ICM_DECOMPRESS","features":[422]},{"name":"ICM_DECOMPRESSEX","features":[422]},{"name":"ICM_DECOMPRESSEX_BEGIN","features":[422]},{"name":"ICM_DECOMPRESSEX_END","features":[422]},{"name":"ICM_DECOMPRESSEX_QUERY","features":[422]},{"name":"ICM_DECOMPRESS_BEGIN","features":[422]},{"name":"ICM_DECOMPRESS_END","features":[422]},{"name":"ICM_DECOMPRESS_GET_FORMAT","features":[422]},{"name":"ICM_DECOMPRESS_GET_PALETTE","features":[422]},{"name":"ICM_DECOMPRESS_QUERY","features":[422]},{"name":"ICM_DECOMPRESS_SET_PALETTE","features":[422]},{"name":"ICM_DRAW","features":[422]},{"name":"ICM_DRAW_BEGIN","features":[422]},{"name":"ICM_DRAW_BITS","features":[422]},{"name":"ICM_DRAW_CHANGEPALETTE","features":[422]},{"name":"ICM_DRAW_END","features":[422]},{"name":"ICM_DRAW_FLUSH","features":[422]},{"name":"ICM_DRAW_GETTIME","features":[422]},{"name":"ICM_DRAW_GET_PALETTE","features":[422]},{"name":"ICM_DRAW_IDLE","features":[422]},{"name":"ICM_DRAW_QUERY","features":[422]},{"name":"ICM_DRAW_REALIZE","features":[422]},{"name":"ICM_DRAW_RENDERBUFFER","features":[422]},{"name":"ICM_DRAW_SETTIME","features":[422]},{"name":"ICM_DRAW_START","features":[422]},{"name":"ICM_DRAW_START_PLAY","features":[422]},{"name":"ICM_DRAW_STOP","features":[422]},{"name":"ICM_DRAW_STOP_PLAY","features":[422]},{"name":"ICM_DRAW_SUGGESTFORMAT","features":[422]},{"name":"ICM_DRAW_UPDATE","features":[422]},{"name":"ICM_DRAW_WINDOW","features":[422]},{"name":"ICM_ENUMFORMATS","features":[422]},{"name":"ICM_GET","features":[422]},{"name":"ICM_GETBUFFERSWANTED","features":[422]},{"name":"ICM_GETDEFAULTKEYFRAMERATE","features":[422]},{"name":"ICM_GETDEFAULTQUALITY","features":[422]},{"name":"ICM_GETERRORTEXT","features":[422]},{"name":"ICM_GETFORMATNAME","features":[422]},{"name":"ICM_GETINFO","features":[422]},{"name":"ICM_GETQUALITY","features":[422]},{"name":"ICM_GETSTATE","features":[422]},{"name":"ICM_RESERVED","features":[422]},{"name":"ICM_RESERVED_HIGH","features":[422]},{"name":"ICM_RESERVED_LOW","features":[422]},{"name":"ICM_SET","features":[422]},{"name":"ICM_SETQUALITY","features":[422]},{"name":"ICM_SETSTATE","features":[422]},{"name":"ICM_SET_STATUS_PROC","features":[422]},{"name":"ICM_USER","features":[422]},{"name":"ICOPEN","features":[307,422]},{"name":"ICOpen","features":[422]},{"name":"ICOpenFunction","features":[307,422]},{"name":"ICPALETTE","features":[318,422]},{"name":"ICQUALITY_DEFAULT","features":[422]},{"name":"ICQUALITY_HIGH","features":[422]},{"name":"ICQUALITY_LOW","features":[422]},{"name":"ICRemove","features":[307,422]},{"name":"ICSETSTATUSPROC","features":[307,422]},{"name":"ICSTATUS_END","features":[422]},{"name":"ICSTATUS_ERROR","features":[422]},{"name":"ICSTATUS_START","features":[422]},{"name":"ICSTATUS_STATUS","features":[422]},{"name":"ICSTATUS_YIELD","features":[422]},{"name":"ICSendMessage","features":[307,422]},{"name":"ICSeqCompressFrame","features":[307,318,422]},{"name":"ICSeqCompressFrameEnd","features":[318,422]},{"name":"ICSeqCompressFrameStart","features":[307,318,422]},{"name":"ICVERSION","features":[422]},{"name":"IDD_ACMFILTERCHOOSE_BTN_DELNAME","features":[422]},{"name":"IDD_ACMFILTERCHOOSE_BTN_HELP","features":[422]},{"name":"IDD_ACMFILTERCHOOSE_BTN_SETNAME","features":[422]},{"name":"IDD_ACMFILTERCHOOSE_CMB_CUSTOM","features":[422]},{"name":"IDD_ACMFILTERCHOOSE_CMB_FILTER","features":[422]},{"name":"IDD_ACMFILTERCHOOSE_CMB_FILTERTAG","features":[422]},{"name":"IDD_ACMFORMATCHOOSE_BTN_DELNAME","features":[422]},{"name":"IDD_ACMFORMATCHOOSE_BTN_HELP","features":[422]},{"name":"IDD_ACMFORMATCHOOSE_BTN_SETNAME","features":[422]},{"name":"IDD_ACMFORMATCHOOSE_CMB_CUSTOM","features":[422]},{"name":"IDD_ACMFORMATCHOOSE_CMB_FORMAT","features":[422]},{"name":"IDD_ACMFORMATCHOOSE_CMB_FORMATTAG","features":[422]},{"name":"IDS_CAP_AUDIO_DROP_COMPERROR","features":[422]},{"name":"IDS_CAP_AUDIO_DROP_ERROR","features":[422]},{"name":"IDS_CAP_AVI_DRAWDIB_ERROR","features":[422]},{"name":"IDS_CAP_AVI_INIT_ERROR","features":[422]},{"name":"IDS_CAP_BEGIN","features":[422]},{"name":"IDS_CAP_CANTOPEN","features":[422]},{"name":"IDS_CAP_COMPRESSOR_ERROR","features":[422]},{"name":"IDS_CAP_DEFAVIEXT","features":[422]},{"name":"IDS_CAP_DEFPALEXT","features":[422]},{"name":"IDS_CAP_DRIVER_ERROR","features":[422]},{"name":"IDS_CAP_END","features":[422]},{"name":"IDS_CAP_ERRORDIBSAVE","features":[422]},{"name":"IDS_CAP_ERRORPALOPEN","features":[422]},{"name":"IDS_CAP_ERRORPALSAVE","features":[422]},{"name":"IDS_CAP_FILEEXISTS","features":[422]},{"name":"IDS_CAP_FILE_OPEN_ERROR","features":[422]},{"name":"IDS_CAP_FILE_WRITE_ERROR","features":[422]},{"name":"IDS_CAP_INFO","features":[422]},{"name":"IDS_CAP_MCI_CANT_STEP_ERROR","features":[422]},{"name":"IDS_CAP_MCI_CONTROL_ERROR","features":[422]},{"name":"IDS_CAP_NODISKSPACE","features":[422]},{"name":"IDS_CAP_NO_AUDIO_CAP_ERROR","features":[422]},{"name":"IDS_CAP_NO_FRAME_CAP_ERROR","features":[422]},{"name":"IDS_CAP_NO_PALETTE_WARN","features":[422]},{"name":"IDS_CAP_OUTOFMEM","features":[422]},{"name":"IDS_CAP_READONLYFILE","features":[422]},{"name":"IDS_CAP_RECORDING_ERROR","features":[422]},{"name":"IDS_CAP_RECORDING_ERROR2","features":[422]},{"name":"IDS_CAP_SAVEASPERCENT","features":[422]},{"name":"IDS_CAP_SEQ_MSGSTART","features":[422]},{"name":"IDS_CAP_SEQ_MSGSTOP","features":[422]},{"name":"IDS_CAP_SETFILESIZE","features":[422]},{"name":"IDS_CAP_STAT_CAP_AUDIO","features":[422]},{"name":"IDS_CAP_STAT_CAP_FINI","features":[422]},{"name":"IDS_CAP_STAT_CAP_INIT","features":[422]},{"name":"IDS_CAP_STAT_CAP_L_FRAMES","features":[422]},{"name":"IDS_CAP_STAT_FRAMESDROPPED","features":[422]},{"name":"IDS_CAP_STAT_I_FRAMES","features":[422]},{"name":"IDS_CAP_STAT_LIVE_MODE","features":[422]},{"name":"IDS_CAP_STAT_L_FRAMES","features":[422]},{"name":"IDS_CAP_STAT_OPTPAL_BUILD","features":[422]},{"name":"IDS_CAP_STAT_OVERLAY_MODE","features":[422]},{"name":"IDS_CAP_STAT_PALETTE_BUILD","features":[422]},{"name":"IDS_CAP_STAT_VIDEOAUDIO","features":[422]},{"name":"IDS_CAP_STAT_VIDEOCURRENT","features":[422]},{"name":"IDS_CAP_STAT_VIDEOONLY","features":[422]},{"name":"IDS_CAP_VIDEDITERR","features":[422]},{"name":"IDS_CAP_VIDEO_ADD_ERROR","features":[422]},{"name":"IDS_CAP_VIDEO_ALLOC_ERROR","features":[422]},{"name":"IDS_CAP_VIDEO_OPEN_ERROR","features":[422]},{"name":"IDS_CAP_VIDEO_PREPARE_ERROR","features":[422]},{"name":"IDS_CAP_VIDEO_SIZE_ERROR","features":[422]},{"name":"IDS_CAP_WAVE_ADD_ERROR","features":[422]},{"name":"IDS_CAP_WAVE_ALLOC_ERROR","features":[422]},{"name":"IDS_CAP_WAVE_OPEN_ERROR","features":[422]},{"name":"IDS_CAP_WAVE_PREPARE_ERROR","features":[422]},{"name":"IDS_CAP_WAVE_SIZE_ERROR","features":[422]},{"name":"IDS_CAP_WRITEERROR","features":[422]},{"name":"IGetFrame","features":[422]},{"name":"IMAADPCMWAVEFORMAT","features":[423,422]},{"name":"JDD_CONFIGCHANGED","features":[422]},{"name":"JDD_GETDEVCAPS","features":[422]},{"name":"JDD_GETNUMDEVS","features":[422]},{"name":"JDD_GETPOS","features":[422]},{"name":"JDD_GETPOSEX","features":[422]},{"name":"JDD_SETCALIBRATION","features":[422]},{"name":"JIFMK_00","features":[422]},{"name":"JIFMK_APP0","features":[422]},{"name":"JIFMK_APP1","features":[422]},{"name":"JIFMK_APP2","features":[422]},{"name":"JIFMK_APP3","features":[422]},{"name":"JIFMK_APP4","features":[422]},{"name":"JIFMK_APP5","features":[422]},{"name":"JIFMK_APP6","features":[422]},{"name":"JIFMK_APP7","features":[422]},{"name":"JIFMK_COM","features":[422]},{"name":"JIFMK_DAC","features":[422]},{"name":"JIFMK_DHP","features":[422]},{"name":"JIFMK_DHT","features":[422]},{"name":"JIFMK_DNL","features":[422]},{"name":"JIFMK_DQT","features":[422]},{"name":"JIFMK_DRI","features":[422]},{"name":"JIFMK_EOI","features":[422]},{"name":"JIFMK_EXP","features":[422]},{"name":"JIFMK_FF","features":[422]},{"name":"JIFMK_JPG","features":[422]},{"name":"JIFMK_JPG0","features":[422]},{"name":"JIFMK_JPG1","features":[422]},{"name":"JIFMK_JPG10","features":[422]},{"name":"JIFMK_JPG11","features":[422]},{"name":"JIFMK_JPG12","features":[422]},{"name":"JIFMK_JPG13","features":[422]},{"name":"JIFMK_JPG2","features":[422]},{"name":"JIFMK_JPG3","features":[422]},{"name":"JIFMK_JPG4","features":[422]},{"name":"JIFMK_JPG5","features":[422]},{"name":"JIFMK_JPG6","features":[422]},{"name":"JIFMK_JPG7","features":[422]},{"name":"JIFMK_JPG8","features":[422]},{"name":"JIFMK_JPG9","features":[422]},{"name":"JIFMK_RES","features":[422]},{"name":"JIFMK_RST0","features":[422]},{"name":"JIFMK_RST1","features":[422]},{"name":"JIFMK_RST2","features":[422]},{"name":"JIFMK_RST3","features":[422]},{"name":"JIFMK_RST4","features":[422]},{"name":"JIFMK_RST5","features":[422]},{"name":"JIFMK_RST6","features":[422]},{"name":"JIFMK_RST7","features":[422]},{"name":"JIFMK_SOF0","features":[422]},{"name":"JIFMK_SOF1","features":[422]},{"name":"JIFMK_SOF10","features":[422]},{"name":"JIFMK_SOF11","features":[422]},{"name":"JIFMK_SOF13","features":[422]},{"name":"JIFMK_SOF14","features":[422]},{"name":"JIFMK_SOF15","features":[422]},{"name":"JIFMK_SOF2","features":[422]},{"name":"JIFMK_SOF3","features":[422]},{"name":"JIFMK_SOF5","features":[422]},{"name":"JIFMK_SOF6","features":[422]},{"name":"JIFMK_SOF7","features":[422]},{"name":"JIFMK_SOF9","features":[422]},{"name":"JIFMK_SOI","features":[422]},{"name":"JIFMK_SOS","features":[422]},{"name":"JIFMK_TEM","features":[422]},{"name":"JOYCAPS2A","features":[422]},{"name":"JOYCAPS2W","features":[422]},{"name":"JOYCAPSA","features":[422]},{"name":"JOYCAPSW","features":[422]},{"name":"JOYCAPS_HASPOV","features":[422]},{"name":"JOYCAPS_HASR","features":[422]},{"name":"JOYCAPS_HASU","features":[422]},{"name":"JOYCAPS_HASV","features":[422]},{"name":"JOYCAPS_HASZ","features":[422]},{"name":"JOYCAPS_POV4DIR","features":[422]},{"name":"JOYCAPS_POVCTS","features":[422]},{"name":"JOYERR_NOCANDO","features":[422]},{"name":"JOYERR_NOERROR","features":[422]},{"name":"JOYERR_PARMS","features":[422]},{"name":"JOYERR_UNPLUGGED","features":[422]},{"name":"JOYINFO","features":[422]},{"name":"JOYINFOEX","features":[422]},{"name":"JOYSTICKID1","features":[422]},{"name":"JOYSTICKID2","features":[422]},{"name":"JOY_BUTTON1","features":[422]},{"name":"JOY_BUTTON10","features":[422]},{"name":"JOY_BUTTON11","features":[422]},{"name":"JOY_BUTTON12","features":[422]},{"name":"JOY_BUTTON13","features":[422]},{"name":"JOY_BUTTON14","features":[422]},{"name":"JOY_BUTTON15","features":[422]},{"name":"JOY_BUTTON16","features":[422]},{"name":"JOY_BUTTON17","features":[422]},{"name":"JOY_BUTTON18","features":[422]},{"name":"JOY_BUTTON19","features":[422]},{"name":"JOY_BUTTON1CHG","features":[422]},{"name":"JOY_BUTTON2","features":[422]},{"name":"JOY_BUTTON20","features":[422]},{"name":"JOY_BUTTON21","features":[422]},{"name":"JOY_BUTTON22","features":[422]},{"name":"JOY_BUTTON23","features":[422]},{"name":"JOY_BUTTON24","features":[422]},{"name":"JOY_BUTTON25","features":[422]},{"name":"JOY_BUTTON26","features":[422]},{"name":"JOY_BUTTON27","features":[422]},{"name":"JOY_BUTTON28","features":[422]},{"name":"JOY_BUTTON29","features":[422]},{"name":"JOY_BUTTON2CHG","features":[422]},{"name":"JOY_BUTTON3","features":[422]},{"name":"JOY_BUTTON30","features":[422]},{"name":"JOY_BUTTON31","features":[422]},{"name":"JOY_BUTTON32","features":[422]},{"name":"JOY_BUTTON3CHG","features":[422]},{"name":"JOY_BUTTON4","features":[422]},{"name":"JOY_BUTTON4CHG","features":[422]},{"name":"JOY_BUTTON5","features":[422]},{"name":"JOY_BUTTON6","features":[422]},{"name":"JOY_BUTTON7","features":[422]},{"name":"JOY_BUTTON8","features":[422]},{"name":"JOY_BUTTON9","features":[422]},{"name":"JOY_CAL_READ3","features":[422]},{"name":"JOY_CAL_READ4","features":[422]},{"name":"JOY_CAL_READ5","features":[422]},{"name":"JOY_CAL_READ6","features":[422]},{"name":"JOY_CAL_READALWAYS","features":[422]},{"name":"JOY_CAL_READRONLY","features":[422]},{"name":"JOY_CAL_READUONLY","features":[422]},{"name":"JOY_CAL_READVONLY","features":[422]},{"name":"JOY_CAL_READXONLY","features":[422]},{"name":"JOY_CAL_READXYONLY","features":[422]},{"name":"JOY_CAL_READYONLY","features":[422]},{"name":"JOY_CAL_READZONLY","features":[422]},{"name":"JOY_CONFIGCHANGED_MSGSTRING","features":[422]},{"name":"JOY_POVBACKWARD","features":[422]},{"name":"JOY_POVFORWARD","features":[422]},{"name":"JOY_POVLEFT","features":[422]},{"name":"JOY_POVRIGHT","features":[422]},{"name":"JOY_RETURNBUTTONS","features":[422]},{"name":"JOY_RETURNCENTERED","features":[422]},{"name":"JOY_RETURNPOV","features":[422]},{"name":"JOY_RETURNPOVCTS","features":[422]},{"name":"JOY_RETURNR","features":[422]},{"name":"JOY_RETURNRAWDATA","features":[422]},{"name":"JOY_RETURNU","features":[422]},{"name":"JOY_RETURNV","features":[422]},{"name":"JOY_RETURNX","features":[422]},{"name":"JOY_RETURNY","features":[422]},{"name":"JOY_RETURNZ","features":[422]},{"name":"JOY_USEDEADZONE","features":[422]},{"name":"JPEGINFOHEADER","features":[422]},{"name":"JPEG_PROCESS_BASELINE","features":[422]},{"name":"JPEG_RGB","features":[422]},{"name":"JPEG_Y","features":[422]},{"name":"JPEG_YCbCr","features":[422]},{"name":"KSDATAFORMAT_SUBTYPE_IEEE_FLOAT","features":[422]},{"name":"LPFNEXTDEVIO","features":[307,422,312]},{"name":"LPMMIOPROC","features":[307,422]},{"name":"LPTASKCALLBACK","features":[422]},{"name":"MCIERR_AVI_AUDIOERROR","features":[422]},{"name":"MCIERR_AVI_BADPALETTE","features":[422]},{"name":"MCIERR_AVI_CANTPLAYFULLSCREEN","features":[422]},{"name":"MCIERR_AVI_DISPLAYERROR","features":[422]},{"name":"MCIERR_AVI_NOCOMPRESSOR","features":[422]},{"name":"MCIERR_AVI_NODISPDIB","features":[422]},{"name":"MCIERR_AVI_NOTINTERLEAVED","features":[422]},{"name":"MCIERR_AVI_OLDAVIFORMAT","features":[422]},{"name":"MCIERR_AVI_TOOBIGFORVGA","features":[422]},{"name":"MCIERR_BAD_CONSTANT","features":[422]},{"name":"MCIERR_BAD_INTEGER","features":[422]},{"name":"MCIERR_BAD_TIME_FORMAT","features":[422]},{"name":"MCIERR_CANNOT_LOAD_DRIVER","features":[422]},{"name":"MCIERR_CANNOT_USE_ALL","features":[422]},{"name":"MCIERR_CREATEWINDOW","features":[422]},{"name":"MCIERR_CUSTOM_DRIVER_BASE","features":[422]},{"name":"MCIERR_DEVICE_LENGTH","features":[422]},{"name":"MCIERR_DEVICE_LOCKED","features":[422]},{"name":"MCIERR_DEVICE_NOT_INSTALLED","features":[422]},{"name":"MCIERR_DEVICE_NOT_READY","features":[422]},{"name":"MCIERR_DEVICE_OPEN","features":[422]},{"name":"MCIERR_DEVICE_ORD_LENGTH","features":[422]},{"name":"MCIERR_DEVICE_TYPE_REQUIRED","features":[422]},{"name":"MCIERR_DGV_BAD_CLIPBOARD_RANGE","features":[422]},{"name":"MCIERR_DGV_DEVICE_LIMIT","features":[422]},{"name":"MCIERR_DGV_DEVICE_MEMORY_FULL","features":[422]},{"name":"MCIERR_DGV_DISK_FULL","features":[422]},{"name":"MCIERR_DGV_IOERR","features":[422]},{"name":"MCIERR_DGV_WORKSPACE_EMPTY","features":[422]},{"name":"MCIERR_DRIVER","features":[422]},{"name":"MCIERR_DRIVER_INTERNAL","features":[422]},{"name":"MCIERR_DUPLICATE_ALIAS","features":[422]},{"name":"MCIERR_DUPLICATE_FLAGS","features":[422]},{"name":"MCIERR_EXTENSION_NOT_FOUND","features":[422]},{"name":"MCIERR_EXTRA_CHARACTERS","features":[422]},{"name":"MCIERR_FILENAME_REQUIRED","features":[422]},{"name":"MCIERR_FILE_NOT_FOUND","features":[422]},{"name":"MCIERR_FILE_NOT_SAVED","features":[422]},{"name":"MCIERR_FILE_READ","features":[422]},{"name":"MCIERR_FILE_WRITE","features":[422]},{"name":"MCIERR_FLAGS_NOT_COMPATIBLE","features":[422]},{"name":"MCIERR_GET_CD","features":[422]},{"name":"MCIERR_HARDWARE","features":[422]},{"name":"MCIERR_ILLEGAL_FOR_AUTO_OPEN","features":[422]},{"name":"MCIERR_INTERNAL","features":[422]},{"name":"MCIERR_INVALID_DEVICE_ID","features":[422]},{"name":"MCIERR_INVALID_DEVICE_NAME","features":[422]},{"name":"MCIERR_INVALID_FILE","features":[422]},{"name":"MCIERR_MISSING_COMMAND_STRING","features":[422]},{"name":"MCIERR_MISSING_DEVICE_NAME","features":[422]},{"name":"MCIERR_MISSING_PARAMETER","features":[422]},{"name":"MCIERR_MISSING_STRING_ARGUMENT","features":[422]},{"name":"MCIERR_MULTIPLE","features":[422]},{"name":"MCIERR_MUST_USE_SHAREABLE","features":[422]},{"name":"MCIERR_NEW_REQUIRES_ALIAS","features":[422]},{"name":"MCIERR_NONAPPLICABLE_FUNCTION","features":[422]},{"name":"MCIERR_NOTIFY_ON_AUTO_OPEN","features":[422]},{"name":"MCIERR_NO_CLOSING_QUOTE","features":[422]},{"name":"MCIERR_NO_ELEMENT_ALLOWED","features":[422]},{"name":"MCIERR_NO_IDENTITY","features":[422]},{"name":"MCIERR_NO_INTEGER","features":[422]},{"name":"MCIERR_NO_WINDOW","features":[422]},{"name":"MCIERR_NULL_PARAMETER_BLOCK","features":[422]},{"name":"MCIERR_OUTOFRANGE","features":[422]},{"name":"MCIERR_OUT_OF_MEMORY","features":[422]},{"name":"MCIERR_PARAM_OVERFLOW","features":[422]},{"name":"MCIERR_PARSER_INTERNAL","features":[422]},{"name":"MCIERR_SEQ_DIV_INCOMPATIBLE","features":[422]},{"name":"MCIERR_SEQ_NOMIDIPRESENT","features":[422]},{"name":"MCIERR_SEQ_PORTUNSPECIFIED","features":[422]},{"name":"MCIERR_SEQ_PORT_INUSE","features":[422]},{"name":"MCIERR_SEQ_PORT_MAPNODEVICE","features":[422]},{"name":"MCIERR_SEQ_PORT_MISCERROR","features":[422]},{"name":"MCIERR_SEQ_PORT_NONEXISTENT","features":[422]},{"name":"MCIERR_SEQ_TIMER","features":[422]},{"name":"MCIERR_SET_CD","features":[422]},{"name":"MCIERR_SET_DRIVE","features":[422]},{"name":"MCIERR_UNNAMED_RESOURCE","features":[422]},{"name":"MCIERR_UNRECOGNIZED_COMMAND","features":[422]},{"name":"MCIERR_UNRECOGNIZED_KEYWORD","features":[422]},{"name":"MCIERR_UNSUPPORTED_FUNCTION","features":[422]},{"name":"MCIERR_WAVE_INPUTSINUSE","features":[422]},{"name":"MCIERR_WAVE_INPUTSUNSUITABLE","features":[422]},{"name":"MCIERR_WAVE_INPUTUNSPECIFIED","features":[422]},{"name":"MCIERR_WAVE_OUTPUTSINUSE","features":[422]},{"name":"MCIERR_WAVE_OUTPUTSUNSUITABLE","features":[422]},{"name":"MCIERR_WAVE_OUTPUTUNSPECIFIED","features":[422]},{"name":"MCIERR_WAVE_SETINPUTINUSE","features":[422]},{"name":"MCIERR_WAVE_SETINPUTUNSUITABLE","features":[422]},{"name":"MCIERR_WAVE_SETOUTPUTINUSE","features":[422]},{"name":"MCIERR_WAVE_SETOUTPUTUNSUITABLE","features":[422]},{"name":"MCIWNDF_NOAUTOSIZEMOVIE","features":[422]},{"name":"MCIWNDF_NOAUTOSIZEWINDOW","features":[422]},{"name":"MCIWNDF_NOERRORDLG","features":[422]},{"name":"MCIWNDF_NOMENU","features":[422]},{"name":"MCIWNDF_NOOPEN","features":[422]},{"name":"MCIWNDF_NOPLAYBAR","features":[422]},{"name":"MCIWNDF_NOTIFYALL","features":[422]},{"name":"MCIWNDF_NOTIFYANSI","features":[422]},{"name":"MCIWNDF_NOTIFYERROR","features":[422]},{"name":"MCIWNDF_NOTIFYMEDIA","features":[422]},{"name":"MCIWNDF_NOTIFYMEDIAA","features":[422]},{"name":"MCIWNDF_NOTIFYMEDIAW","features":[422]},{"name":"MCIWNDF_NOTIFYMODE","features":[422]},{"name":"MCIWNDF_NOTIFYPOS","features":[422]},{"name":"MCIWNDF_NOTIFYSIZE","features":[422]},{"name":"MCIWNDF_RECORD","features":[422]},{"name":"MCIWNDF_SHOWALL","features":[422]},{"name":"MCIWNDF_SHOWMODE","features":[422]},{"name":"MCIWNDF_SHOWNAME","features":[422]},{"name":"MCIWNDF_SHOWPOS","features":[422]},{"name":"MCIWNDM_CAN_CONFIG","features":[422]},{"name":"MCIWNDM_CAN_EJECT","features":[422]},{"name":"MCIWNDM_CAN_PLAY","features":[422]},{"name":"MCIWNDM_CAN_RECORD","features":[422]},{"name":"MCIWNDM_CAN_SAVE","features":[422]},{"name":"MCIWNDM_CAN_WINDOW","features":[422]},{"name":"MCIWNDM_CHANGESTYLES","features":[422]},{"name":"MCIWNDM_EJECT","features":[422]},{"name":"MCIWNDM_GETACTIVETIMER","features":[422]},{"name":"MCIWNDM_GETALIAS","features":[422]},{"name":"MCIWNDM_GETDEVICE","features":[422]},{"name":"MCIWNDM_GETDEVICEA","features":[422]},{"name":"MCIWNDM_GETDEVICEID","features":[422]},{"name":"MCIWNDM_GETDEVICEW","features":[422]},{"name":"MCIWNDM_GETEND","features":[422]},{"name":"MCIWNDM_GETERROR","features":[422]},{"name":"MCIWNDM_GETERRORA","features":[422]},{"name":"MCIWNDM_GETERRORW","features":[422]},{"name":"MCIWNDM_GETFILENAME","features":[422]},{"name":"MCIWNDM_GETFILENAMEA","features":[422]},{"name":"MCIWNDM_GETFILENAMEW","features":[422]},{"name":"MCIWNDM_GETINACTIVETIMER","features":[422]},{"name":"MCIWNDM_GETLENGTH","features":[422]},{"name":"MCIWNDM_GETMODE","features":[422]},{"name":"MCIWNDM_GETMODEA","features":[422]},{"name":"MCIWNDM_GETMODEW","features":[422]},{"name":"MCIWNDM_GETPALETTE","features":[422]},{"name":"MCIWNDM_GETPOSITION","features":[422]},{"name":"MCIWNDM_GETPOSITIONA","features":[422]},{"name":"MCIWNDM_GETPOSITIONW","features":[422]},{"name":"MCIWNDM_GETREPEAT","features":[422]},{"name":"MCIWNDM_GETSPEED","features":[422]},{"name":"MCIWNDM_GETSTART","features":[422]},{"name":"MCIWNDM_GETSTYLES","features":[422]},{"name":"MCIWNDM_GETTIMEFORMAT","features":[422]},{"name":"MCIWNDM_GETTIMEFORMATA","features":[422]},{"name":"MCIWNDM_GETTIMEFORMATW","features":[422]},{"name":"MCIWNDM_GETVOLUME","features":[422]},{"name":"MCIWNDM_GETZOOM","features":[422]},{"name":"MCIWNDM_GET_DEST","features":[422]},{"name":"MCIWNDM_GET_SOURCE","features":[422]},{"name":"MCIWNDM_NEW","features":[422]},{"name":"MCIWNDM_NEWA","features":[422]},{"name":"MCIWNDM_NEWW","features":[422]},{"name":"MCIWNDM_NOTIFYERROR","features":[422]},{"name":"MCIWNDM_NOTIFYMEDIA","features":[422]},{"name":"MCIWNDM_NOTIFYMODE","features":[422]},{"name":"MCIWNDM_NOTIFYPOS","features":[422]},{"name":"MCIWNDM_NOTIFYSIZE","features":[422]},{"name":"MCIWNDM_OPEN","features":[422]},{"name":"MCIWNDM_OPENA","features":[422]},{"name":"MCIWNDM_OPENINTERFACE","features":[422]},{"name":"MCIWNDM_OPENW","features":[422]},{"name":"MCIWNDM_PALETTEKICK","features":[422]},{"name":"MCIWNDM_PLAYFROM","features":[422]},{"name":"MCIWNDM_PLAYREVERSE","features":[422]},{"name":"MCIWNDM_PLAYTO","features":[422]},{"name":"MCIWNDM_PUT_DEST","features":[422]},{"name":"MCIWNDM_PUT_SOURCE","features":[422]},{"name":"MCIWNDM_REALIZE","features":[422]},{"name":"MCIWNDM_RETURNSTRING","features":[422]},{"name":"MCIWNDM_RETURNSTRINGA","features":[422]},{"name":"MCIWNDM_RETURNSTRINGW","features":[422]},{"name":"MCIWNDM_SENDSTRING","features":[422]},{"name":"MCIWNDM_SENDSTRINGA","features":[422]},{"name":"MCIWNDM_SENDSTRINGW","features":[422]},{"name":"MCIWNDM_SETACTIVETIMER","features":[422]},{"name":"MCIWNDM_SETINACTIVETIMER","features":[422]},{"name":"MCIWNDM_SETOWNER","features":[422]},{"name":"MCIWNDM_SETPALETTE","features":[422]},{"name":"MCIWNDM_SETREPEAT","features":[422]},{"name":"MCIWNDM_SETSPEED","features":[422]},{"name":"MCIWNDM_SETTIMEFORMAT","features":[422]},{"name":"MCIWNDM_SETTIMEFORMATA","features":[422]},{"name":"MCIWNDM_SETTIMEFORMATW","features":[422]},{"name":"MCIWNDM_SETTIMERS","features":[422]},{"name":"MCIWNDM_SETVOLUME","features":[422]},{"name":"MCIWNDM_SETZOOM","features":[422]},{"name":"MCIWNDM_VALIDATEMEDIA","features":[422]},{"name":"MCIWNDOPENF_NEW","features":[422]},{"name":"MCIWND_END","features":[422]},{"name":"MCIWND_START","features":[422]},{"name":"MCIWND_WINDOW_CLASS","features":[422]},{"name":"MCIWndCreateA","features":[307,422]},{"name":"MCIWndCreateW","features":[307,422]},{"name":"MCIWndRegisterClass","features":[307,422]},{"name":"MCI_ANIM_GETDEVCAPS_CAN_REVERSE","features":[422]},{"name":"MCI_ANIM_GETDEVCAPS_CAN_STRETCH","features":[422]},{"name":"MCI_ANIM_GETDEVCAPS_FAST_RATE","features":[422]},{"name":"MCI_ANIM_GETDEVCAPS_MAX_WINDOWS","features":[422]},{"name":"MCI_ANIM_GETDEVCAPS_NORMAL_RATE","features":[422]},{"name":"MCI_ANIM_GETDEVCAPS_PALETTES","features":[422]},{"name":"MCI_ANIM_GETDEVCAPS_SLOW_RATE","features":[422]},{"name":"MCI_ANIM_INFO_TEXT","features":[422]},{"name":"MCI_ANIM_OPEN_NOSTATIC","features":[422]},{"name":"MCI_ANIM_OPEN_PARENT","features":[422]},{"name":"MCI_ANIM_OPEN_PARMSA","features":[307,422]},{"name":"MCI_ANIM_OPEN_PARMSW","features":[307,422]},{"name":"MCI_ANIM_OPEN_WS","features":[422]},{"name":"MCI_ANIM_PLAY_FAST","features":[422]},{"name":"MCI_ANIM_PLAY_PARMS","features":[422]},{"name":"MCI_ANIM_PLAY_REVERSE","features":[422]},{"name":"MCI_ANIM_PLAY_SCAN","features":[422]},{"name":"MCI_ANIM_PLAY_SLOW","features":[422]},{"name":"MCI_ANIM_PLAY_SPEED","features":[422]},{"name":"MCI_ANIM_PUT_DESTINATION","features":[422]},{"name":"MCI_ANIM_PUT_SOURCE","features":[422]},{"name":"MCI_ANIM_REALIZE_BKGD","features":[422]},{"name":"MCI_ANIM_REALIZE_NORM","features":[422]},{"name":"MCI_ANIM_RECT","features":[422]},{"name":"MCI_ANIM_RECT_PARMS","features":[307,422]},{"name":"MCI_ANIM_STATUS_FORWARD","features":[422]},{"name":"MCI_ANIM_STATUS_HPAL","features":[422]},{"name":"MCI_ANIM_STATUS_HWND","features":[422]},{"name":"MCI_ANIM_STATUS_SPEED","features":[422]},{"name":"MCI_ANIM_STATUS_STRETCH","features":[422]},{"name":"MCI_ANIM_STEP_FRAMES","features":[422]},{"name":"MCI_ANIM_STEP_PARMS","features":[422]},{"name":"MCI_ANIM_STEP_REVERSE","features":[422]},{"name":"MCI_ANIM_UPDATE_HDC","features":[422]},{"name":"MCI_ANIM_UPDATE_PARMS","features":[307,318,422]},{"name":"MCI_ANIM_WHERE_DESTINATION","features":[422]},{"name":"MCI_ANIM_WHERE_SOURCE","features":[422]},{"name":"MCI_ANIM_WINDOW_DEFAULT","features":[422]},{"name":"MCI_ANIM_WINDOW_DISABLE_STRETCH","features":[422]},{"name":"MCI_ANIM_WINDOW_ENABLE_STRETCH","features":[422]},{"name":"MCI_ANIM_WINDOW_HWND","features":[422]},{"name":"MCI_ANIM_WINDOW_PARMSA","features":[307,422]},{"name":"MCI_ANIM_WINDOW_PARMSW","features":[307,422]},{"name":"MCI_ANIM_WINDOW_STATE","features":[422]},{"name":"MCI_ANIM_WINDOW_TEXT","features":[422]},{"name":"MCI_AVI_SETVIDEO_DRAW_PROCEDURE","features":[422]},{"name":"MCI_AVI_SETVIDEO_PALETTE_COLOR","features":[422]},{"name":"MCI_AVI_SETVIDEO_PALETTE_HALFTONE","features":[422]},{"name":"MCI_AVI_STATUS_AUDIO_BREAKS","features":[422]},{"name":"MCI_AVI_STATUS_FRAMES_SKIPPED","features":[422]},{"name":"MCI_AVI_STATUS_LAST_PLAY_SPEED","features":[422]},{"name":"MCI_BREAK","features":[422]},{"name":"MCI_BREAK_HWND","features":[422]},{"name":"MCI_BREAK_KEY","features":[422]},{"name":"MCI_BREAK_OFF","features":[422]},{"name":"MCI_BREAK_PARMS","features":[307,422]},{"name":"MCI_CAPTURE","features":[422]},{"name":"MCI_CDA_STATUS_TYPE_TRACK","features":[422]},{"name":"MCI_CDA_TRACK_AUDIO","features":[422]},{"name":"MCI_CDA_TRACK_OTHER","features":[422]},{"name":"MCI_CLOSE","features":[422]},{"name":"MCI_CLOSE_DRIVER","features":[422]},{"name":"MCI_COLONIZED3_RETURN","features":[422]},{"name":"MCI_COLONIZED4_RETURN","features":[422]},{"name":"MCI_COMMAND_HEAD","features":[422]},{"name":"MCI_CONFIGURE","features":[422]},{"name":"MCI_CONSTANT","features":[422]},{"name":"MCI_COPY","features":[422]},{"name":"MCI_CUE","features":[422]},{"name":"MCI_CUT","features":[422]},{"name":"MCI_DELETE","features":[422]},{"name":"MCI_DEVTYPE_ANIMATION","features":[422]},{"name":"MCI_DEVTYPE_CD_AUDIO","features":[422]},{"name":"MCI_DEVTYPE_DAT","features":[422]},{"name":"MCI_DEVTYPE_DIGITAL_VIDEO","features":[422]},{"name":"MCI_DEVTYPE_FIRST","features":[422]},{"name":"MCI_DEVTYPE_FIRST_USER","features":[422]},{"name":"MCI_DEVTYPE_LAST","features":[422]},{"name":"MCI_DEVTYPE_OTHER","features":[422]},{"name":"MCI_DEVTYPE_OVERLAY","features":[422]},{"name":"MCI_DEVTYPE_SCANNER","features":[422]},{"name":"MCI_DEVTYPE_SEQUENCER","features":[422]},{"name":"MCI_DEVTYPE_VCR","features":[422]},{"name":"MCI_DEVTYPE_VIDEODISC","features":[422]},{"name":"MCI_DEVTYPE_WAVEFORM_AUDIO","features":[422]},{"name":"MCI_DGV_CAPTURE_AS","features":[422]},{"name":"MCI_DGV_CAPTURE_AT","features":[422]},{"name":"MCI_DGV_CAPTURE_PARMSA","features":[307,422]},{"name":"MCI_DGV_CAPTURE_PARMSW","features":[307,422]},{"name":"MCI_DGV_COPY_AT","features":[422]},{"name":"MCI_DGV_COPY_AUDIO_STREAM","features":[422]},{"name":"MCI_DGV_COPY_PARMS","features":[307,422]},{"name":"MCI_DGV_COPY_VIDEO_STREAM","features":[422]},{"name":"MCI_DGV_CUE_INPUT","features":[422]},{"name":"MCI_DGV_CUE_NOSHOW","features":[422]},{"name":"MCI_DGV_CUE_OUTPUT","features":[422]},{"name":"MCI_DGV_CUE_PARMS","features":[422]},{"name":"MCI_DGV_CUT_AT","features":[422]},{"name":"MCI_DGV_CUT_AUDIO_STREAM","features":[422]},{"name":"MCI_DGV_CUT_PARMS","features":[307,422]},{"name":"MCI_DGV_CUT_VIDEO_STREAM","features":[422]},{"name":"MCI_DGV_DELETE_AT","features":[422]},{"name":"MCI_DGV_DELETE_AUDIO_STREAM","features":[422]},{"name":"MCI_DGV_DELETE_PARMS","features":[307,422]},{"name":"MCI_DGV_DELETE_VIDEO_STREAM","features":[422]},{"name":"MCI_DGV_FF_AVI","features":[422]},{"name":"MCI_DGV_FF_AVSS","features":[422]},{"name":"MCI_DGV_FF_DIB","features":[422]},{"name":"MCI_DGV_FF_JFIF","features":[422]},{"name":"MCI_DGV_FF_JPEG","features":[422]},{"name":"MCI_DGV_FF_MPEG","features":[422]},{"name":"MCI_DGV_FF_RDIB","features":[422]},{"name":"MCI_DGV_FF_RJPEG","features":[422]},{"name":"MCI_DGV_FILE_MODE_EDITING","features":[422]},{"name":"MCI_DGV_FILE_MODE_EDITING_S","features":[422]},{"name":"MCI_DGV_FILE_MODE_IDLE","features":[422]},{"name":"MCI_DGV_FILE_MODE_IDLE_S","features":[422]},{"name":"MCI_DGV_FILE_MODE_LOADING","features":[422]},{"name":"MCI_DGV_FILE_MODE_LOADING_S","features":[422]},{"name":"MCI_DGV_FILE_MODE_SAVING","features":[422]},{"name":"MCI_DGV_FILE_MODE_SAVING_S","features":[422]},{"name":"MCI_DGV_FILE_S","features":[422]},{"name":"MCI_DGV_FREEZE_AT","features":[422]},{"name":"MCI_DGV_FREEZE_OUTSIDE","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_CAN_FREEZE","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_CAN_LOCK","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_CAN_REVERSE","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_CAN_STRETCH","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_CAN_STR_IN","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_CAN_TEST","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_HAS_STILL","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_MAXIMUM_RATE","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_MAX_WINDOWS","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_MINIMUM_RATE","features":[422]},{"name":"MCI_DGV_GETDEVCAPS_PALETTES","features":[422]},{"name":"MCI_DGV_INFO_AUDIO_ALG","features":[422]},{"name":"MCI_DGV_INFO_AUDIO_QUALITY","features":[422]},{"name":"MCI_DGV_INFO_ITEM","features":[422]},{"name":"MCI_DGV_INFO_PARMSA","features":[422]},{"name":"MCI_DGV_INFO_PARMSW","features":[422]},{"name":"MCI_DGV_INFO_STILL_ALG","features":[422]},{"name":"MCI_DGV_INFO_STILL_QUALITY","features":[422]},{"name":"MCI_DGV_INFO_TEXT","features":[422]},{"name":"MCI_DGV_INFO_USAGE","features":[422]},{"name":"MCI_DGV_INFO_VIDEO_ALG","features":[422]},{"name":"MCI_DGV_INFO_VIDEO_QUALITY","features":[422]},{"name":"MCI_DGV_INPUT_S","features":[422]},{"name":"MCI_DGV_LIST_ALG","features":[422]},{"name":"MCI_DGV_LIST_AUDIO_ALG","features":[422]},{"name":"MCI_DGV_LIST_AUDIO_QUALITY","features":[422]},{"name":"MCI_DGV_LIST_AUDIO_STREAM","features":[422]},{"name":"MCI_DGV_LIST_COUNT","features":[422]},{"name":"MCI_DGV_LIST_ITEM","features":[422]},{"name":"MCI_DGV_LIST_NUMBER","features":[422]},{"name":"MCI_DGV_LIST_PARMSA","features":[422]},{"name":"MCI_DGV_LIST_PARMSW","features":[422]},{"name":"MCI_DGV_LIST_STILL_ALG","features":[422]},{"name":"MCI_DGV_LIST_STILL_QUALITY","features":[422]},{"name":"MCI_DGV_LIST_VIDEO_ALG","features":[422]},{"name":"MCI_DGV_LIST_VIDEO_QUALITY","features":[422]},{"name":"MCI_DGV_LIST_VIDEO_SOURCE","features":[422]},{"name":"MCI_DGV_LIST_VIDEO_STREAM","features":[422]},{"name":"MCI_DGV_METHOD_DIRECT","features":[422]},{"name":"MCI_DGV_METHOD_POST","features":[422]},{"name":"MCI_DGV_METHOD_PRE","features":[422]},{"name":"MCI_DGV_MONITOR_FILE","features":[422]},{"name":"MCI_DGV_MONITOR_INPUT","features":[422]},{"name":"MCI_DGV_MONITOR_METHOD","features":[422]},{"name":"MCI_DGV_MONITOR_PARMS","features":[422]},{"name":"MCI_DGV_MONITOR_SOURCE","features":[422]},{"name":"MCI_DGV_OPEN_16BIT","features":[422]},{"name":"MCI_DGV_OPEN_32BIT","features":[422]},{"name":"MCI_DGV_OPEN_NOSTATIC","features":[422]},{"name":"MCI_DGV_OPEN_PARENT","features":[422]},{"name":"MCI_DGV_OPEN_PARMSA","features":[307,422]},{"name":"MCI_DGV_OPEN_PARMSW","features":[307,422]},{"name":"MCI_DGV_OPEN_WS","features":[422]},{"name":"MCI_DGV_PASTE_AT","features":[422]},{"name":"MCI_DGV_PASTE_AUDIO_STREAM","features":[422]},{"name":"MCI_DGV_PASTE_INSERT","features":[422]},{"name":"MCI_DGV_PASTE_OVERWRITE","features":[422]},{"name":"MCI_DGV_PASTE_PARMS","features":[307,422]},{"name":"MCI_DGV_PASTE_VIDEO_STREAM","features":[422]},{"name":"MCI_DGV_PLAY_REPEAT","features":[422]},{"name":"MCI_DGV_PLAY_REVERSE","features":[422]},{"name":"MCI_DGV_PUT_CLIENT","features":[422]},{"name":"MCI_DGV_PUT_DESTINATION","features":[422]},{"name":"MCI_DGV_PUT_FRAME","features":[422]},{"name":"MCI_DGV_PUT_SOURCE","features":[422]},{"name":"MCI_DGV_PUT_VIDEO","features":[422]},{"name":"MCI_DGV_PUT_WINDOW","features":[422]},{"name":"MCI_DGV_QUALITY_PARMSA","features":[422]},{"name":"MCI_DGV_QUALITY_PARMSW","features":[422]},{"name":"MCI_DGV_REALIZE_BKGD","features":[422]},{"name":"MCI_DGV_REALIZE_NORM","features":[422]},{"name":"MCI_DGV_RECORD_AUDIO_STREAM","features":[422]},{"name":"MCI_DGV_RECORD_HOLD","features":[422]},{"name":"MCI_DGV_RECORD_PARMS","features":[307,422]},{"name":"MCI_DGV_RECORD_VIDEO_STREAM","features":[422]},{"name":"MCI_DGV_RECT","features":[422]},{"name":"MCI_DGV_RECT_PARMS","features":[307,422]},{"name":"MCI_DGV_RESERVE_IN","features":[422]},{"name":"MCI_DGV_RESERVE_PARMSA","features":[422]},{"name":"MCI_DGV_RESERVE_PARMSW","features":[422]},{"name":"MCI_DGV_RESERVE_SIZE","features":[422]},{"name":"MCI_DGV_RESTORE_AT","features":[422]},{"name":"MCI_DGV_RESTORE_FROM","features":[422]},{"name":"MCI_DGV_RESTORE_PARMSA","features":[307,422]},{"name":"MCI_DGV_RESTORE_PARMSW","features":[307,422]},{"name":"MCI_DGV_SAVE_ABORT","features":[422]},{"name":"MCI_DGV_SAVE_KEEPRESERVE","features":[422]},{"name":"MCI_DGV_SAVE_PARMSA","features":[307,422]},{"name":"MCI_DGV_SAVE_PARMSW","features":[307,422]},{"name":"MCI_DGV_SETAUDIO_ALG","features":[422]},{"name":"MCI_DGV_SETAUDIO_AVGBYTESPERSEC","features":[422]},{"name":"MCI_DGV_SETAUDIO_BASS","features":[422]},{"name":"MCI_DGV_SETAUDIO_BITSPERSAMPLE","features":[422]},{"name":"MCI_DGV_SETAUDIO_BLOCKALIGN","features":[422]},{"name":"MCI_DGV_SETAUDIO_CLOCKTIME","features":[422]},{"name":"MCI_DGV_SETAUDIO_INPUT","features":[422]},{"name":"MCI_DGV_SETAUDIO_ITEM","features":[422]},{"name":"MCI_DGV_SETAUDIO_LEFT","features":[422]},{"name":"MCI_DGV_SETAUDIO_OUTPUT","features":[422]},{"name":"MCI_DGV_SETAUDIO_OVER","features":[422]},{"name":"MCI_DGV_SETAUDIO_PARMSA","features":[422]},{"name":"MCI_DGV_SETAUDIO_PARMSW","features":[422]},{"name":"MCI_DGV_SETAUDIO_QUALITY","features":[422]},{"name":"MCI_DGV_SETAUDIO_RECORD","features":[422]},{"name":"MCI_DGV_SETAUDIO_RIGHT","features":[422]},{"name":"MCI_DGV_SETAUDIO_SAMPLESPERSEC","features":[422]},{"name":"MCI_DGV_SETAUDIO_SOURCE","features":[422]},{"name":"MCI_DGV_SETAUDIO_SOURCE_AVERAGE","features":[422]},{"name":"MCI_DGV_SETAUDIO_SOURCE_LEFT","features":[422]},{"name":"MCI_DGV_SETAUDIO_SOURCE_RIGHT","features":[422]},{"name":"MCI_DGV_SETAUDIO_SOURCE_STEREO","features":[422]},{"name":"MCI_DGV_SETAUDIO_SRC_AVERAGE_S","features":[422]},{"name":"MCI_DGV_SETAUDIO_SRC_LEFT_S","features":[422]},{"name":"MCI_DGV_SETAUDIO_SRC_RIGHT_S","features":[422]},{"name":"MCI_DGV_SETAUDIO_SRC_STEREO_S","features":[422]},{"name":"MCI_DGV_SETAUDIO_STREAM","features":[422]},{"name":"MCI_DGV_SETAUDIO_TREBLE","features":[422]},{"name":"MCI_DGV_SETAUDIO_VALUE","features":[422]},{"name":"MCI_DGV_SETAUDIO_VOLUME","features":[422]},{"name":"MCI_DGV_SETVIDEO_ALG","features":[422]},{"name":"MCI_DGV_SETVIDEO_BITSPERPEL","features":[422]},{"name":"MCI_DGV_SETVIDEO_BRIGHTNESS","features":[422]},{"name":"MCI_DGV_SETVIDEO_CLOCKTIME","features":[422]},{"name":"MCI_DGV_SETVIDEO_COLOR","features":[422]},{"name":"MCI_DGV_SETVIDEO_CONTRAST","features":[422]},{"name":"MCI_DGV_SETVIDEO_FRAME_RATE","features":[422]},{"name":"MCI_DGV_SETVIDEO_GAMMA","features":[422]},{"name":"MCI_DGV_SETVIDEO_INPUT","features":[422]},{"name":"MCI_DGV_SETVIDEO_ITEM","features":[422]},{"name":"MCI_DGV_SETVIDEO_KEY_COLOR","features":[422]},{"name":"MCI_DGV_SETVIDEO_KEY_INDEX","features":[422]},{"name":"MCI_DGV_SETVIDEO_OUTPUT","features":[422]},{"name":"MCI_DGV_SETVIDEO_OVER","features":[422]},{"name":"MCI_DGV_SETVIDEO_PALHANDLE","features":[422]},{"name":"MCI_DGV_SETVIDEO_PARMSA","features":[422]},{"name":"MCI_DGV_SETVIDEO_PARMSW","features":[422]},{"name":"MCI_DGV_SETVIDEO_QUALITY","features":[422]},{"name":"MCI_DGV_SETVIDEO_RECORD","features":[422]},{"name":"MCI_DGV_SETVIDEO_SHARPNESS","features":[422]},{"name":"MCI_DGV_SETVIDEO_SOURCE","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_GENERIC","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_GENERIC_S","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_NTSC","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_NTSC_S","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_NUMBER","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_PAL","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_PAL_S","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_RGB","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_RGB_S","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_SECAM","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_SECAM_S","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_SVIDEO","features":[422]},{"name":"MCI_DGV_SETVIDEO_SRC_SVIDEO_S","features":[422]},{"name":"MCI_DGV_SETVIDEO_STILL","features":[422]},{"name":"MCI_DGV_SETVIDEO_STREAM","features":[422]},{"name":"MCI_DGV_SETVIDEO_TINT","features":[422]},{"name":"MCI_DGV_SETVIDEO_VALUE","features":[422]},{"name":"MCI_DGV_SET_FILEFORMAT","features":[422]},{"name":"MCI_DGV_SET_PARMS","features":[422]},{"name":"MCI_DGV_SET_SEEK_EXACTLY","features":[422]},{"name":"MCI_DGV_SET_SPEED","features":[422]},{"name":"MCI_DGV_SET_STILL","features":[422]},{"name":"MCI_DGV_SIGNAL_AT","features":[422]},{"name":"MCI_DGV_SIGNAL_CANCEL","features":[422]},{"name":"MCI_DGV_SIGNAL_EVERY","features":[422]},{"name":"MCI_DGV_SIGNAL_PARMS","features":[422]},{"name":"MCI_DGV_SIGNAL_POSITION","features":[422]},{"name":"MCI_DGV_SIGNAL_USERVAL","features":[422]},{"name":"MCI_DGV_STATUS_AUDIO","features":[422]},{"name":"MCI_DGV_STATUS_AUDIO_INPUT","features":[422]},{"name":"MCI_DGV_STATUS_AUDIO_RECORD","features":[422]},{"name":"MCI_DGV_STATUS_AUDIO_SOURCE","features":[422]},{"name":"MCI_DGV_STATUS_AUDIO_STREAM","features":[422]},{"name":"MCI_DGV_STATUS_AVGBYTESPERSEC","features":[422]},{"name":"MCI_DGV_STATUS_BASS","features":[422]},{"name":"MCI_DGV_STATUS_BITSPERPEL","features":[422]},{"name":"MCI_DGV_STATUS_BITSPERSAMPLE","features":[422]},{"name":"MCI_DGV_STATUS_BLOCKALIGN","features":[422]},{"name":"MCI_DGV_STATUS_BRIGHTNESS","features":[422]},{"name":"MCI_DGV_STATUS_COLOR","features":[422]},{"name":"MCI_DGV_STATUS_CONTRAST","features":[422]},{"name":"MCI_DGV_STATUS_DISKSPACE","features":[422]},{"name":"MCI_DGV_STATUS_FILEFORMAT","features":[422]},{"name":"MCI_DGV_STATUS_FILE_COMPLETION","features":[422]},{"name":"MCI_DGV_STATUS_FILE_MODE","features":[422]},{"name":"MCI_DGV_STATUS_FORWARD","features":[422]},{"name":"MCI_DGV_STATUS_FRAME_RATE","features":[422]},{"name":"MCI_DGV_STATUS_GAMMA","features":[422]},{"name":"MCI_DGV_STATUS_HPAL","features":[422]},{"name":"MCI_DGV_STATUS_HWND","features":[422]},{"name":"MCI_DGV_STATUS_INPUT","features":[422]},{"name":"MCI_DGV_STATUS_KEY_COLOR","features":[422]},{"name":"MCI_DGV_STATUS_KEY_INDEX","features":[422]},{"name":"MCI_DGV_STATUS_LEFT","features":[422]},{"name":"MCI_DGV_STATUS_MONITOR","features":[422]},{"name":"MCI_DGV_STATUS_MONITOR_METHOD","features":[422]},{"name":"MCI_DGV_STATUS_NOMINAL","features":[422]},{"name":"MCI_DGV_STATUS_OUTPUT","features":[422]},{"name":"MCI_DGV_STATUS_PARMSA","features":[422]},{"name":"MCI_DGV_STATUS_PARMSW","features":[422]},{"name":"MCI_DGV_STATUS_PAUSE_MODE","features":[422]},{"name":"MCI_DGV_STATUS_RECORD","features":[422]},{"name":"MCI_DGV_STATUS_REFERENCE","features":[422]},{"name":"MCI_DGV_STATUS_RIGHT","features":[422]},{"name":"MCI_DGV_STATUS_SAMPLESPERSEC","features":[422]},{"name":"MCI_DGV_STATUS_SEEK_EXACTLY","features":[422]},{"name":"MCI_DGV_STATUS_SHARPNESS","features":[422]},{"name":"MCI_DGV_STATUS_SIZE","features":[422]},{"name":"MCI_DGV_STATUS_SMPTE","features":[422]},{"name":"MCI_DGV_STATUS_SPEED","features":[422]},{"name":"MCI_DGV_STATUS_STILL_FILEFORMAT","features":[422]},{"name":"MCI_DGV_STATUS_TINT","features":[422]},{"name":"MCI_DGV_STATUS_TREBLE","features":[422]},{"name":"MCI_DGV_STATUS_UNSAVED","features":[422]},{"name":"MCI_DGV_STATUS_VIDEO","features":[422]},{"name":"MCI_DGV_STATUS_VIDEO_RECORD","features":[422]},{"name":"MCI_DGV_STATUS_VIDEO_SOURCE","features":[422]},{"name":"MCI_DGV_STATUS_VIDEO_SRC_NUM","features":[422]},{"name":"MCI_DGV_STATUS_VIDEO_STREAM","features":[422]},{"name":"MCI_DGV_STATUS_VOLUME","features":[422]},{"name":"MCI_DGV_STATUS_WINDOW_MAXIMIZED","features":[422]},{"name":"MCI_DGV_STATUS_WINDOW_MINIMIZED","features":[422]},{"name":"MCI_DGV_STATUS_WINDOW_VISIBLE","features":[422]},{"name":"MCI_DGV_STEP_FRAMES","features":[422]},{"name":"MCI_DGV_STEP_PARMS","features":[422]},{"name":"MCI_DGV_STEP_REVERSE","features":[422]},{"name":"MCI_DGV_STOP_HOLD","features":[422]},{"name":"MCI_DGV_UPDATE_HDC","features":[422]},{"name":"MCI_DGV_UPDATE_PAINT","features":[422]},{"name":"MCI_DGV_UPDATE_PARMS","features":[307,318,422]},{"name":"MCI_DGV_WHERE_DESTINATION","features":[422]},{"name":"MCI_DGV_WHERE_FRAME","features":[422]},{"name":"MCI_DGV_WHERE_MAX","features":[422]},{"name":"MCI_DGV_WHERE_SOURCE","features":[422]},{"name":"MCI_DGV_WHERE_VIDEO","features":[422]},{"name":"MCI_DGV_WHERE_WINDOW","features":[422]},{"name":"MCI_DGV_WINDOW_DEFAULT","features":[422]},{"name":"MCI_DGV_WINDOW_HWND","features":[422]},{"name":"MCI_DGV_WINDOW_PARMSA","features":[307,422]},{"name":"MCI_DGV_WINDOW_PARMSW","features":[307,422]},{"name":"MCI_DGV_WINDOW_STATE","features":[422]},{"name":"MCI_DGV_WINDOW_TEXT","features":[422]},{"name":"MCI_END_COMMAND","features":[422]},{"name":"MCI_END_COMMAND_LIST","features":[422]},{"name":"MCI_END_CONSTANT","features":[422]},{"name":"MCI_ESCAPE","features":[422]},{"name":"MCI_FALSE","features":[422]},{"name":"MCI_FIRST","features":[422]},{"name":"MCI_FLAG","features":[422]},{"name":"MCI_FORMAT_BYTES","features":[422]},{"name":"MCI_FORMAT_BYTES_S","features":[422]},{"name":"MCI_FORMAT_FRAMES","features":[422]},{"name":"MCI_FORMAT_FRAMES_S","features":[422]},{"name":"MCI_FORMAT_HMS","features":[422]},{"name":"MCI_FORMAT_HMS_S","features":[422]},{"name":"MCI_FORMAT_MILLISECONDS","features":[422]},{"name":"MCI_FORMAT_MILLISECONDS_S","features":[422]},{"name":"MCI_FORMAT_MSF","features":[422]},{"name":"MCI_FORMAT_MSF_S","features":[422]},{"name":"MCI_FORMAT_SAMPLES","features":[422]},{"name":"MCI_FORMAT_SAMPLES_S","features":[422]},{"name":"MCI_FORMAT_SMPTE_24","features":[422]},{"name":"MCI_FORMAT_SMPTE_24_S","features":[422]},{"name":"MCI_FORMAT_SMPTE_25","features":[422]},{"name":"MCI_FORMAT_SMPTE_25_S","features":[422]},{"name":"MCI_FORMAT_SMPTE_30","features":[422]},{"name":"MCI_FORMAT_SMPTE_30DROP","features":[422]},{"name":"MCI_FORMAT_SMPTE_30DROP_S","features":[422]},{"name":"MCI_FORMAT_SMPTE_30_S","features":[422]},{"name":"MCI_FORMAT_TMSF","features":[422]},{"name":"MCI_FORMAT_TMSF_S","features":[422]},{"name":"MCI_FREEZE","features":[422]},{"name":"MCI_FROM","features":[422]},{"name":"MCI_GENERIC_PARMS","features":[422]},{"name":"MCI_GETDEVCAPS","features":[422]},{"name":"MCI_GETDEVCAPS_CAN_EJECT","features":[422]},{"name":"MCI_GETDEVCAPS_CAN_PLAY","features":[422]},{"name":"MCI_GETDEVCAPS_CAN_RECORD","features":[422]},{"name":"MCI_GETDEVCAPS_CAN_SAVE","features":[422]},{"name":"MCI_GETDEVCAPS_COMPOUND_DEVICE","features":[422]},{"name":"MCI_GETDEVCAPS_DEVICE_TYPE","features":[422]},{"name":"MCI_GETDEVCAPS_HAS_AUDIO","features":[422]},{"name":"MCI_GETDEVCAPS_HAS_VIDEO","features":[422]},{"name":"MCI_GETDEVCAPS_ITEM","features":[422]},{"name":"MCI_GETDEVCAPS_PARMS","features":[422]},{"name":"MCI_GETDEVCAPS_USES_FILES","features":[422]},{"name":"MCI_HDC","features":[422]},{"name":"MCI_HPAL","features":[422]},{"name":"MCI_HWND","features":[422]},{"name":"MCI_INFO","features":[422]},{"name":"MCI_INFO_COPYRIGHT","features":[422]},{"name":"MCI_INFO_FILE","features":[422]},{"name":"MCI_INFO_MEDIA_IDENTITY","features":[422]},{"name":"MCI_INFO_MEDIA_UPC","features":[422]},{"name":"MCI_INFO_NAME","features":[422]},{"name":"MCI_INFO_PARMSA","features":[422]},{"name":"MCI_INFO_PARMSW","features":[422]},{"name":"MCI_INFO_PRODUCT","features":[422]},{"name":"MCI_INFO_VERSION","features":[422]},{"name":"MCI_INTEGER","features":[422]},{"name":"MCI_INTEGER64","features":[422]},{"name":"MCI_INTEGER_RETURNED","features":[422]},{"name":"MCI_LAST","features":[422]},{"name":"MCI_LIST","features":[422]},{"name":"MCI_LOAD","features":[422]},{"name":"MCI_LOAD_FILE","features":[422]},{"name":"MCI_LOAD_PARMSA","features":[422]},{"name":"MCI_LOAD_PARMSW","features":[422]},{"name":"MCI_MAX_DEVICE_TYPE_LENGTH","features":[422]},{"name":"MCI_MCIAVI_PLAY_FULLBY2","features":[422]},{"name":"MCI_MCIAVI_PLAY_FULLSCREEN","features":[422]},{"name":"MCI_MCIAVI_PLAY_WINDOW","features":[422]},{"name":"MCI_MODE_NOT_READY","features":[422]},{"name":"MCI_MODE_OPEN","features":[422]},{"name":"MCI_MODE_PAUSE","features":[422]},{"name":"MCI_MODE_PLAY","features":[422]},{"name":"MCI_MODE_RECORD","features":[422]},{"name":"MCI_MODE_SEEK","features":[422]},{"name":"MCI_MODE_STOP","features":[422]},{"name":"MCI_MONITOR","features":[422]},{"name":"MCI_NOTIFY","features":[422]},{"name":"MCI_NOTIFY_ABORTED","features":[422]},{"name":"MCI_NOTIFY_FAILURE","features":[422]},{"name":"MCI_NOTIFY_SUCCESSFUL","features":[422]},{"name":"MCI_NOTIFY_SUPERSEDED","features":[422]},{"name":"MCI_OFF","features":[422]},{"name":"MCI_OFF_S","features":[422]},{"name":"MCI_ON","features":[422]},{"name":"MCI_ON_S","features":[422]},{"name":"MCI_OPEN","features":[422]},{"name":"MCI_OPEN_ALIAS","features":[422]},{"name":"MCI_OPEN_DRIVER","features":[422]},{"name":"MCI_OPEN_DRIVER_PARMS","features":[422]},{"name":"MCI_OPEN_ELEMENT","features":[422]},{"name":"MCI_OPEN_ELEMENT_ID","features":[422]},{"name":"MCI_OPEN_PARMSA","features":[422]},{"name":"MCI_OPEN_PARMSW","features":[422]},{"name":"MCI_OPEN_SHAREABLE","features":[422]},{"name":"MCI_OPEN_TYPE","features":[422]},{"name":"MCI_OPEN_TYPE_ID","features":[422]},{"name":"MCI_OVLY_GETDEVCAPS_CAN_FREEZE","features":[422]},{"name":"MCI_OVLY_GETDEVCAPS_CAN_STRETCH","features":[422]},{"name":"MCI_OVLY_GETDEVCAPS_MAX_WINDOWS","features":[422]},{"name":"MCI_OVLY_INFO_TEXT","features":[422]},{"name":"MCI_OVLY_LOAD_PARMSA","features":[307,422]},{"name":"MCI_OVLY_LOAD_PARMSW","features":[307,422]},{"name":"MCI_OVLY_OPEN_PARENT","features":[422]},{"name":"MCI_OVLY_OPEN_PARMSA","features":[307,422]},{"name":"MCI_OVLY_OPEN_PARMSW","features":[307,422]},{"name":"MCI_OVLY_OPEN_WS","features":[422]},{"name":"MCI_OVLY_PUT_DESTINATION","features":[422]},{"name":"MCI_OVLY_PUT_FRAME","features":[422]},{"name":"MCI_OVLY_PUT_SOURCE","features":[422]},{"name":"MCI_OVLY_PUT_VIDEO","features":[422]},{"name":"MCI_OVLY_RECT","features":[422]},{"name":"MCI_OVLY_RECT_PARMS","features":[307,422]},{"name":"MCI_OVLY_SAVE_PARMSA","features":[307,422]},{"name":"MCI_OVLY_SAVE_PARMSW","features":[307,422]},{"name":"MCI_OVLY_STATUS_HWND","features":[422]},{"name":"MCI_OVLY_STATUS_STRETCH","features":[422]},{"name":"MCI_OVLY_WHERE_DESTINATION","features":[422]},{"name":"MCI_OVLY_WHERE_FRAME","features":[422]},{"name":"MCI_OVLY_WHERE_SOURCE","features":[422]},{"name":"MCI_OVLY_WHERE_VIDEO","features":[422]},{"name":"MCI_OVLY_WINDOW_DEFAULT","features":[422]},{"name":"MCI_OVLY_WINDOW_DISABLE_STRETCH","features":[422]},{"name":"MCI_OVLY_WINDOW_ENABLE_STRETCH","features":[422]},{"name":"MCI_OVLY_WINDOW_HWND","features":[422]},{"name":"MCI_OVLY_WINDOW_PARMSA","features":[307,422]},{"name":"MCI_OVLY_WINDOW_PARMSW","features":[307,422]},{"name":"MCI_OVLY_WINDOW_STATE","features":[422]},{"name":"MCI_OVLY_WINDOW_TEXT","features":[422]},{"name":"MCI_PASTE","features":[422]},{"name":"MCI_PAUSE","features":[422]},{"name":"MCI_PLAY","features":[422]},{"name":"MCI_PLAY_PARMS","features":[422]},{"name":"MCI_PUT","features":[422]},{"name":"MCI_QUALITY","features":[422]},{"name":"MCI_QUALITY_ALG","features":[422]},{"name":"MCI_QUALITY_DIALOG","features":[422]},{"name":"MCI_QUALITY_HANDLE","features":[422]},{"name":"MCI_QUALITY_ITEM","features":[422]},{"name":"MCI_QUALITY_ITEM_AUDIO","features":[422]},{"name":"MCI_QUALITY_ITEM_STILL","features":[422]},{"name":"MCI_QUALITY_ITEM_VIDEO","features":[422]},{"name":"MCI_QUALITY_NAME","features":[422]},{"name":"MCI_REALIZE","features":[422]},{"name":"MCI_RECORD","features":[422]},{"name":"MCI_RECORD_INSERT","features":[422]},{"name":"MCI_RECORD_OVERWRITE","features":[422]},{"name":"MCI_RECORD_PARMS","features":[422]},{"name":"MCI_RECT","features":[422]},{"name":"MCI_RESERVE","features":[422]},{"name":"MCI_RESOURCE_DRIVER","features":[422]},{"name":"MCI_RESOURCE_RETURNED","features":[422]},{"name":"MCI_RESTORE","features":[422]},{"name":"MCI_RESUME","features":[422]},{"name":"MCI_RETURN","features":[422]},{"name":"MCI_SAVE","features":[422]},{"name":"MCI_SAVE_FILE","features":[422]},{"name":"MCI_SAVE_PARMSA","features":[422]},{"name":"MCI_SAVE_PARMSW","features":[422]},{"name":"MCI_SECTION","features":[422]},{"name":"MCI_SEEK","features":[422]},{"name":"MCI_SEEK_PARMS","features":[422]},{"name":"MCI_SEEK_TO_END","features":[422]},{"name":"MCI_SEEK_TO_START","features":[422]},{"name":"MCI_SEQ_FILE","features":[422]},{"name":"MCI_SEQ_FILE_S","features":[422]},{"name":"MCI_SEQ_FORMAT_SONGPTR","features":[422]},{"name":"MCI_SEQ_FORMAT_SONGPTR_S","features":[422]},{"name":"MCI_SEQ_MAPPER","features":[422]},{"name":"MCI_SEQ_MAPPER_S","features":[422]},{"name":"MCI_SEQ_MIDI","features":[422]},{"name":"MCI_SEQ_MIDI_S","features":[422]},{"name":"MCI_SEQ_NONE","features":[422]},{"name":"MCI_SEQ_NONE_S","features":[422]},{"name":"MCI_SEQ_SET_MASTER","features":[422]},{"name":"MCI_SEQ_SET_OFFSET","features":[422]},{"name":"MCI_SEQ_SET_PARMS","features":[422]},{"name":"MCI_SEQ_SET_PORT","features":[422]},{"name":"MCI_SEQ_SET_SLAVE","features":[422]},{"name":"MCI_SEQ_SET_TEMPO","features":[422]},{"name":"MCI_SEQ_SMPTE","features":[422]},{"name":"MCI_SEQ_SMPTE_S","features":[422]},{"name":"MCI_SEQ_STATUS_COPYRIGHT","features":[422]},{"name":"MCI_SEQ_STATUS_DIVTYPE","features":[422]},{"name":"MCI_SEQ_STATUS_MASTER","features":[422]},{"name":"MCI_SEQ_STATUS_NAME","features":[422]},{"name":"MCI_SEQ_STATUS_OFFSET","features":[422]},{"name":"MCI_SEQ_STATUS_PORT","features":[422]},{"name":"MCI_SEQ_STATUS_SLAVE","features":[422]},{"name":"MCI_SEQ_STATUS_TEMPO","features":[422]},{"name":"MCI_SET","features":[422]},{"name":"MCI_SETAUDIO","features":[422]},{"name":"MCI_SETVIDEO","features":[422]},{"name":"MCI_SET_AUDIO","features":[422]},{"name":"MCI_SET_AUDIO_ALL","features":[422]},{"name":"MCI_SET_AUDIO_LEFT","features":[422]},{"name":"MCI_SET_AUDIO_RIGHT","features":[422]},{"name":"MCI_SET_DOOR_CLOSED","features":[422]},{"name":"MCI_SET_DOOR_OPEN","features":[422]},{"name":"MCI_SET_OFF","features":[422]},{"name":"MCI_SET_ON","features":[422]},{"name":"MCI_SET_PARMS","features":[422]},{"name":"MCI_SET_TIME_FORMAT","features":[422]},{"name":"MCI_SET_VIDEO","features":[422]},{"name":"MCI_SIGNAL","features":[422]},{"name":"MCI_SPIN","features":[422]},{"name":"MCI_STATUS","features":[422]},{"name":"MCI_STATUS_CURRENT_TRACK","features":[422]},{"name":"MCI_STATUS_ITEM","features":[422]},{"name":"MCI_STATUS_LENGTH","features":[422]},{"name":"MCI_STATUS_MEDIA_PRESENT","features":[422]},{"name":"MCI_STATUS_MODE","features":[422]},{"name":"MCI_STATUS_NUMBER_OF_TRACKS","features":[422]},{"name":"MCI_STATUS_PARMS","features":[422]},{"name":"MCI_STATUS_POSITION","features":[422]},{"name":"MCI_STATUS_READY","features":[422]},{"name":"MCI_STATUS_START","features":[422]},{"name":"MCI_STATUS_TIME_FORMAT","features":[422]},{"name":"MCI_STEP","features":[422]},{"name":"MCI_STOP","features":[422]},{"name":"MCI_STRING","features":[422]},{"name":"MCI_SYSINFO","features":[422]},{"name":"MCI_SYSINFO_INSTALLNAME","features":[422]},{"name":"MCI_SYSINFO_NAME","features":[422]},{"name":"MCI_SYSINFO_OPEN","features":[422]},{"name":"MCI_SYSINFO_PARMSA","features":[422]},{"name":"MCI_SYSINFO_PARMSW","features":[422]},{"name":"MCI_SYSINFO_QUANTITY","features":[422]},{"name":"MCI_TEST","features":[422]},{"name":"MCI_TO","features":[422]},{"name":"MCI_TRACK","features":[422]},{"name":"MCI_TRUE","features":[422]},{"name":"MCI_UNDO","features":[422]},{"name":"MCI_UNFREEZE","features":[422]},{"name":"MCI_UPDATE","features":[422]},{"name":"MCI_USER_MESSAGES","features":[422]},{"name":"MCI_VD_ESCAPE_PARMSA","features":[422]},{"name":"MCI_VD_ESCAPE_PARMSW","features":[422]},{"name":"MCI_VD_ESCAPE_STRING","features":[422]},{"name":"MCI_VD_FORMAT_TRACK","features":[422]},{"name":"MCI_VD_FORMAT_TRACK_S","features":[422]},{"name":"MCI_VD_GETDEVCAPS_CAN_REVERSE","features":[422]},{"name":"MCI_VD_GETDEVCAPS_CAV","features":[422]},{"name":"MCI_VD_GETDEVCAPS_CLV","features":[422]},{"name":"MCI_VD_GETDEVCAPS_FAST_RATE","features":[422]},{"name":"MCI_VD_GETDEVCAPS_NORMAL_RATE","features":[422]},{"name":"MCI_VD_GETDEVCAPS_SLOW_RATE","features":[422]},{"name":"MCI_VD_MEDIA_CAV","features":[422]},{"name":"MCI_VD_MEDIA_CLV","features":[422]},{"name":"MCI_VD_MEDIA_OTHER","features":[422]},{"name":"MCI_VD_MODE_PARK","features":[422]},{"name":"MCI_VD_PLAY_FAST","features":[422]},{"name":"MCI_VD_PLAY_PARMS","features":[422]},{"name":"MCI_VD_PLAY_REVERSE","features":[422]},{"name":"MCI_VD_PLAY_SCAN","features":[422]},{"name":"MCI_VD_PLAY_SLOW","features":[422]},{"name":"MCI_VD_PLAY_SPEED","features":[422]},{"name":"MCI_VD_SEEK_REVERSE","features":[422]},{"name":"MCI_VD_SPIN_DOWN","features":[422]},{"name":"MCI_VD_SPIN_UP","features":[422]},{"name":"MCI_VD_STATUS_DISC_SIZE","features":[422]},{"name":"MCI_VD_STATUS_FORWARD","features":[422]},{"name":"MCI_VD_STATUS_MEDIA_TYPE","features":[422]},{"name":"MCI_VD_STATUS_SIDE","features":[422]},{"name":"MCI_VD_STATUS_SPEED","features":[422]},{"name":"MCI_VD_STEP_FRAMES","features":[422]},{"name":"MCI_VD_STEP_PARMS","features":[422]},{"name":"MCI_VD_STEP_REVERSE","features":[422]},{"name":"MCI_WAIT","features":[422]},{"name":"MCI_WAVE_DELETE_PARMS","features":[422]},{"name":"MCI_WAVE_GETDEVCAPS_INPUTS","features":[422]},{"name":"MCI_WAVE_GETDEVCAPS_OUTPUTS","features":[422]},{"name":"MCI_WAVE_INPUT","features":[422]},{"name":"MCI_WAVE_MAPPER","features":[422]},{"name":"MCI_WAVE_OPEN_BUFFER","features":[422]},{"name":"MCI_WAVE_OPEN_PARMSA","features":[422]},{"name":"MCI_WAVE_OPEN_PARMSW","features":[422]},{"name":"MCI_WAVE_OUTPUT","features":[422]},{"name":"MCI_WAVE_PCM","features":[422]},{"name":"MCI_WAVE_SET_ANYINPUT","features":[422]},{"name":"MCI_WAVE_SET_ANYOUTPUT","features":[422]},{"name":"MCI_WAVE_SET_AVGBYTESPERSEC","features":[422]},{"name":"MCI_WAVE_SET_BITSPERSAMPLE","features":[422]},{"name":"MCI_WAVE_SET_BLOCKALIGN","features":[422]},{"name":"MCI_WAVE_SET_CHANNELS","features":[422]},{"name":"MCI_WAVE_SET_FORMATTAG","features":[422]},{"name":"MCI_WAVE_SET_PARMS","features":[422]},{"name":"MCI_WAVE_SET_SAMPLESPERSEC","features":[422]},{"name":"MCI_WAVE_STATUS_AVGBYTESPERSEC","features":[422]},{"name":"MCI_WAVE_STATUS_BITSPERSAMPLE","features":[422]},{"name":"MCI_WAVE_STATUS_BLOCKALIGN","features":[422]},{"name":"MCI_WAVE_STATUS_CHANNELS","features":[422]},{"name":"MCI_WAVE_STATUS_FORMATTAG","features":[422]},{"name":"MCI_WAVE_STATUS_LEVEL","features":[422]},{"name":"MCI_WAVE_STATUS_SAMPLESPERSEC","features":[422]},{"name":"MCI_WHERE","features":[422]},{"name":"MCI_WINDOW","features":[422]},{"name":"MCMADM_E_REGKEY_NOT_FOUND","features":[422]},{"name":"MCMADM_I_NO_EVENTS","features":[422]},{"name":"MEDIASPACEADPCMWAVEFORMAT","features":[423,422]},{"name":"MIDIMAPPER_S","features":[422]},{"name":"MIDIOPENSTRMID","features":[422]},{"name":"MIDI_IO_COOKED","features":[422]},{"name":"MIDI_IO_PACKED","features":[422]},{"name":"MIDM_ADDBUFFER","features":[422]},{"name":"MIDM_CLOSE","features":[422]},{"name":"MIDM_GETDEVCAPS","features":[422]},{"name":"MIDM_GETNUMDEVS","features":[422]},{"name":"MIDM_INIT","features":[422]},{"name":"MIDM_INIT_EX","features":[422]},{"name":"MIDM_MAPPER","features":[422]},{"name":"MIDM_OPEN","features":[422]},{"name":"MIDM_PREPARE","features":[422]},{"name":"MIDM_RESET","features":[422]},{"name":"MIDM_START","features":[422]},{"name":"MIDM_STOP","features":[422]},{"name":"MIDM_UNPREPARE","features":[422]},{"name":"MIDM_USER","features":[422]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_MTS","features":[422]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_ONOFF","features":[422]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_SYNTHSELECT","features":[422]},{"name":"MIXEROPENDESC","features":[423,422]},{"name":"MMCKINFO","features":[422]},{"name":"MMIOERR_ACCESSDENIED","features":[422]},{"name":"MMIOERR_BASE","features":[422]},{"name":"MMIOERR_CANNOTCLOSE","features":[422]},{"name":"MMIOERR_CANNOTEXPAND","features":[422]},{"name":"MMIOERR_CANNOTOPEN","features":[422]},{"name":"MMIOERR_CANNOTREAD","features":[422]},{"name":"MMIOERR_CANNOTSEEK","features":[422]},{"name":"MMIOERR_CANNOTWRITE","features":[422]},{"name":"MMIOERR_CHUNKNOTFOUND","features":[422]},{"name":"MMIOERR_FILENOTFOUND","features":[422]},{"name":"MMIOERR_INVALIDFILE","features":[422]},{"name":"MMIOERR_NETWORKERROR","features":[422]},{"name":"MMIOERR_OUTOFMEMORY","features":[422]},{"name":"MMIOERR_PATHNOTFOUND","features":[422]},{"name":"MMIOERR_SHARINGVIOLATION","features":[422]},{"name":"MMIOERR_TOOMANYOPENFILES","features":[422]},{"name":"MMIOERR_UNBUFFERED","features":[422]},{"name":"MMIOINFO","features":[307,422]},{"name":"MMIOM_CLOSE","features":[422]},{"name":"MMIOM_OPEN","features":[422]},{"name":"MMIOM_READ","features":[422]},{"name":"MMIOM_RENAME","features":[422]},{"name":"MMIOM_SEEK","features":[422]},{"name":"MMIOM_USER","features":[422]},{"name":"MMIOM_WRITE","features":[422]},{"name":"MMIOM_WRITEFLUSH","features":[422]},{"name":"MMIO_ALLOCBUF","features":[422]},{"name":"MMIO_COMPAT","features":[422]},{"name":"MMIO_CREATE","features":[422]},{"name":"MMIO_CREATELIST","features":[422]},{"name":"MMIO_CREATERIFF","features":[422]},{"name":"MMIO_DEFAULTBUFFER","features":[422]},{"name":"MMIO_DELETE","features":[422]},{"name":"MMIO_DENYNONE","features":[422]},{"name":"MMIO_DENYREAD","features":[422]},{"name":"MMIO_DENYWRITE","features":[422]},{"name":"MMIO_DIRTY","features":[422]},{"name":"MMIO_EMPTYBUF","features":[422]},{"name":"MMIO_EXCLUSIVE","features":[422]},{"name":"MMIO_EXIST","features":[422]},{"name":"MMIO_FHOPEN","features":[422]},{"name":"MMIO_FINDCHUNK","features":[422]},{"name":"MMIO_FINDLIST","features":[422]},{"name":"MMIO_FINDPROC","features":[422]},{"name":"MMIO_FINDRIFF","features":[422]},{"name":"MMIO_GETTEMP","features":[422]},{"name":"MMIO_GLOBALPROC","features":[422]},{"name":"MMIO_INSTALLPROC","features":[422]},{"name":"MMIO_PARSE","features":[422]},{"name":"MMIO_READ","features":[422]},{"name":"MMIO_READWRITE","features":[422]},{"name":"MMIO_REMOVEPROC","features":[422]},{"name":"MMIO_RWMODE","features":[422]},{"name":"MMIO_SHAREMODE","features":[422]},{"name":"MMIO_TOUPPER","features":[422]},{"name":"MMIO_UNICODEPROC","features":[422]},{"name":"MMIO_WRITE","features":[422]},{"name":"MM_3COM","features":[422]},{"name":"MM_3COM_CB_MIXER","features":[422]},{"name":"MM_3COM_CB_WAVEIN","features":[422]},{"name":"MM_3COM_CB_WAVEOUT","features":[422]},{"name":"MM_3DFX","features":[422]},{"name":"MM_AARDVARK","features":[422]},{"name":"MM_AARDVARK_STUDIO12_WAVEIN","features":[422]},{"name":"MM_AARDVARK_STUDIO12_WAVEOUT","features":[422]},{"name":"MM_AARDVARK_STUDIO88_WAVEIN","features":[422]},{"name":"MM_AARDVARK_STUDIO88_WAVEOUT","features":[422]},{"name":"MM_ACTIVEVOICE","features":[422]},{"name":"MM_ACTIVEVOICE_ACM_VOXADPCM","features":[422]},{"name":"MM_ACULAB","features":[422]},{"name":"MM_ADDX","features":[422]},{"name":"MM_ADDX_PCTV_AUX_CD","features":[422]},{"name":"MM_ADDX_PCTV_AUX_LINE","features":[422]},{"name":"MM_ADDX_PCTV_DIGITALMIX","features":[422]},{"name":"MM_ADDX_PCTV_MIXER","features":[422]},{"name":"MM_ADDX_PCTV_WAVEIN","features":[422]},{"name":"MM_ADDX_PCTV_WAVEOUT","features":[422]},{"name":"MM_ADLACC","features":[422]},{"name":"MM_ADMOS","features":[422]},{"name":"MM_ADMOS_FM_SYNTH","features":[422]},{"name":"MM_ADMOS_QS3AMIDIIN","features":[422]},{"name":"MM_ADMOS_QS3AMIDIOUT","features":[422]},{"name":"MM_ADMOS_QS3AWAVEIN","features":[422]},{"name":"MM_ADMOS_QS3AWAVEOUT","features":[422]},{"name":"MM_AHEAD","features":[422]},{"name":"MM_AHEAD_GENERIC","features":[422]},{"name":"MM_AHEAD_MULTISOUND","features":[422]},{"name":"MM_AHEAD_PROAUDIO","features":[422]},{"name":"MM_AHEAD_SOUNDBLASTER","features":[422]},{"name":"MM_ALARIS","features":[422]},{"name":"MM_ALDIGITAL","features":[422]},{"name":"MM_ALESIS","features":[422]},{"name":"MM_ALGOVISION","features":[422]},{"name":"MM_ALGOVISION_VB80AUX","features":[422]},{"name":"MM_ALGOVISION_VB80AUX2","features":[422]},{"name":"MM_ALGOVISION_VB80MIXER","features":[422]},{"name":"MM_ALGOVISION_VB80WAVEIN","features":[422]},{"name":"MM_ALGOVISION_VB80WAVEOUT","features":[422]},{"name":"MM_AMD","features":[422]},{"name":"MM_AMD_INTERWAVE_AUX1","features":[422]},{"name":"MM_AMD_INTERWAVE_AUX2","features":[422]},{"name":"MM_AMD_INTERWAVE_AUX_CD","features":[422]},{"name":"MM_AMD_INTERWAVE_AUX_MIC","features":[422]},{"name":"MM_AMD_INTERWAVE_EX_CD","features":[422]},{"name":"MM_AMD_INTERWAVE_EX_TELEPHONY","features":[422]},{"name":"MM_AMD_INTERWAVE_JOYSTICK","features":[422]},{"name":"MM_AMD_INTERWAVE_MIDIIN","features":[422]},{"name":"MM_AMD_INTERWAVE_MIDIOUT","features":[422]},{"name":"MM_AMD_INTERWAVE_MIXER1","features":[422]},{"name":"MM_AMD_INTERWAVE_MIXER2","features":[422]},{"name":"MM_AMD_INTERWAVE_MONO_IN","features":[422]},{"name":"MM_AMD_INTERWAVE_MONO_OUT","features":[422]},{"name":"MM_AMD_INTERWAVE_STEREO_ENHANCED","features":[422]},{"name":"MM_AMD_INTERWAVE_SYNTH","features":[422]},{"name":"MM_AMD_INTERWAVE_WAVEIN","features":[422]},{"name":"MM_AMD_INTERWAVE_WAVEOUT","features":[422]},{"name":"MM_AMD_INTERWAVE_WAVEOUT_BASE","features":[422]},{"name":"MM_AMD_INTERWAVE_WAVEOUT_TREBLE","features":[422]},{"name":"MM_ANALOGDEVICES","features":[422]},{"name":"MM_ANTEX","features":[422]},{"name":"MM_ANTEX_AUDIOPORT22_FEEDTHRU","features":[422]},{"name":"MM_ANTEX_AUDIOPORT22_WAVEIN","features":[422]},{"name":"MM_ANTEX_AUDIOPORT22_WAVEOUT","features":[422]},{"name":"MM_ANTEX_SX12_WAVEIN","features":[422]},{"name":"MM_ANTEX_SX12_WAVEOUT","features":[422]},{"name":"MM_ANTEX_SX15_WAVEIN","features":[422]},{"name":"MM_ANTEX_SX15_WAVEOUT","features":[422]},{"name":"MM_ANTEX_VP625_WAVEIN","features":[422]},{"name":"MM_ANTEX_VP625_WAVEOUT","features":[422]},{"name":"MM_APICOM","features":[422]},{"name":"MM_APPLE","features":[422]},{"name":"MM_APPS","features":[422]},{"name":"MM_APT","features":[422]},{"name":"MM_APT_ACE100CD","features":[422]},{"name":"MM_ARRAY","features":[422]},{"name":"MM_ARTISOFT","features":[422]},{"name":"MM_ARTISOFT_SBWAVEIN","features":[422]},{"name":"MM_ARTISOFT_SBWAVEOUT","features":[422]},{"name":"MM_AST","features":[422]},{"name":"MM_AST_MODEMWAVE_WAVEIN","features":[422]},{"name":"MM_AST_MODEMWAVE_WAVEOUT","features":[422]},{"name":"MM_ATI","features":[422]},{"name":"MM_ATT","features":[422]},{"name":"MM_ATT_G729A","features":[422]},{"name":"MM_ATT_MICROELECTRONICS","features":[422]},{"name":"MM_AU8820_AUX","features":[422]},{"name":"MM_AU8820_MIDIIN","features":[422]},{"name":"MM_AU8820_MIDIOUT","features":[422]},{"name":"MM_AU8820_MIXER","features":[422]},{"name":"MM_AU8820_SYNTH","features":[422]},{"name":"MM_AU8820_WAVEIN","features":[422]},{"name":"MM_AU8820_WAVEOUT","features":[422]},{"name":"MM_AU8830_AUX","features":[422]},{"name":"MM_AU8830_MIDIIN","features":[422]},{"name":"MM_AU8830_MIDIOUT","features":[422]},{"name":"MM_AU8830_MIXER","features":[422]},{"name":"MM_AU8830_SYNTH","features":[422]},{"name":"MM_AU8830_WAVEIN","features":[422]},{"name":"MM_AU8830_WAVEOUT","features":[422]},{"name":"MM_AUDIOFILE","features":[422]},{"name":"MM_AUDIOPT","features":[422]},{"name":"MM_AUDIOSCIENCE","features":[422]},{"name":"MM_AURAVISION","features":[422]},{"name":"MM_AUREAL","features":[422]},{"name":"MM_AUREAL_AU8820","features":[422]},{"name":"MM_AUREAL_AU8830","features":[422]},{"name":"MM_AZTECH","features":[422]},{"name":"MM_AZTECH_AUX","features":[422]},{"name":"MM_AZTECH_AUX_CD","features":[422]},{"name":"MM_AZTECH_AUX_LINE","features":[422]},{"name":"MM_AZTECH_AUX_MIC","features":[422]},{"name":"MM_AZTECH_DSP16_FMSYNTH","features":[422]},{"name":"MM_AZTECH_DSP16_WAVEIN","features":[422]},{"name":"MM_AZTECH_DSP16_WAVEOUT","features":[422]},{"name":"MM_AZTECH_DSP16_WAVESYNTH","features":[422]},{"name":"MM_AZTECH_FMSYNTH","features":[422]},{"name":"MM_AZTECH_MIDIIN","features":[422]},{"name":"MM_AZTECH_MIDIOUT","features":[422]},{"name":"MM_AZTECH_MIXER","features":[422]},{"name":"MM_AZTECH_NOVA16_MIXER","features":[422]},{"name":"MM_AZTECH_NOVA16_WAVEIN","features":[422]},{"name":"MM_AZTECH_NOVA16_WAVEOUT","features":[422]},{"name":"MM_AZTECH_PRO16_FMSYNTH","features":[422]},{"name":"MM_AZTECH_PRO16_WAVEIN","features":[422]},{"name":"MM_AZTECH_PRO16_WAVEOUT","features":[422]},{"name":"MM_AZTECH_WASH16_MIXER","features":[422]},{"name":"MM_AZTECH_WASH16_WAVEIN","features":[422]},{"name":"MM_AZTECH_WASH16_WAVEOUT","features":[422]},{"name":"MM_AZTECH_WAVEIN","features":[422]},{"name":"MM_AZTECH_WAVEOUT","features":[422]},{"name":"MM_BCB","features":[422]},{"name":"MM_BCB_NETBOARD_10","features":[422]},{"name":"MM_BCB_TT75_10","features":[422]},{"name":"MM_BECUBED","features":[422]},{"name":"MM_BERCOS","features":[422]},{"name":"MM_BERCOS_MIXER","features":[422]},{"name":"MM_BERCOS_WAVEIN","features":[422]},{"name":"MM_BERCOS_WAVEOUT","features":[422]},{"name":"MM_BERKOM","features":[422]},{"name":"MM_BINTEC","features":[422]},{"name":"MM_BINTEC_TAPI_WAVE","features":[422]},{"name":"MM_BROOKTREE","features":[422]},{"name":"MM_BTV_AUX_CD","features":[422]},{"name":"MM_BTV_AUX_LINE","features":[422]},{"name":"MM_BTV_AUX_MIC","features":[422]},{"name":"MM_BTV_DIGITALIN","features":[422]},{"name":"MM_BTV_DIGITALOUT","features":[422]},{"name":"MM_BTV_MIDIIN","features":[422]},{"name":"MM_BTV_MIDIOUT","features":[422]},{"name":"MM_BTV_MIDISYNTH","features":[422]},{"name":"MM_BTV_MIDIWAVESTREAM","features":[422]},{"name":"MM_BTV_MIXER","features":[422]},{"name":"MM_BTV_WAVEIN","features":[422]},{"name":"MM_BTV_WAVEOUT","features":[422]},{"name":"MM_CANAM","features":[422]},{"name":"MM_CANAM_CBXWAVEIN","features":[422]},{"name":"MM_CANAM_CBXWAVEOUT","features":[422]},{"name":"MM_CANOPUS","features":[422]},{"name":"MM_CANOPUS_ACM_DVREX","features":[422]},{"name":"MM_CASIO","features":[422]},{"name":"MM_CASIO_LSG_MIDIOUT","features":[422]},{"name":"MM_CASIO_WP150_MIDIIN","features":[422]},{"name":"MM_CASIO_WP150_MIDIOUT","features":[422]},{"name":"MM_CAT","features":[422]},{"name":"MM_CAT_WAVEOUT","features":[422]},{"name":"MM_CDPC_AUX","features":[422]},{"name":"MM_CDPC_MIDIIN","features":[422]},{"name":"MM_CDPC_MIDIOUT","features":[422]},{"name":"MM_CDPC_MIXER","features":[422]},{"name":"MM_CDPC_SYNTH","features":[422]},{"name":"MM_CDPC_WAVEIN","features":[422]},{"name":"MM_CDPC_WAVEOUT","features":[422]},{"name":"MM_CHROMATIC","features":[422]},{"name":"MM_CHROMATIC_M1","features":[422]},{"name":"MM_CHROMATIC_M1_AUX","features":[422]},{"name":"MM_CHROMATIC_M1_AUX_CD","features":[422]},{"name":"MM_CHROMATIC_M1_FMSYNTH","features":[422]},{"name":"MM_CHROMATIC_M1_MIDIIN","features":[422]},{"name":"MM_CHROMATIC_M1_MIDIOUT","features":[422]},{"name":"MM_CHROMATIC_M1_MIXER","features":[422]},{"name":"MM_CHROMATIC_M1_MPEGWAVEIN","features":[422]},{"name":"MM_CHROMATIC_M1_MPEGWAVEOUT","features":[422]},{"name":"MM_CHROMATIC_M1_WAVEIN","features":[422]},{"name":"MM_CHROMATIC_M1_WAVEOUT","features":[422]},{"name":"MM_CHROMATIC_M1_WTSYNTH","features":[422]},{"name":"MM_CHROMATIC_M2","features":[422]},{"name":"MM_CHROMATIC_M2_AUX","features":[422]},{"name":"MM_CHROMATIC_M2_AUX_CD","features":[422]},{"name":"MM_CHROMATIC_M2_FMSYNTH","features":[422]},{"name":"MM_CHROMATIC_M2_MIDIIN","features":[422]},{"name":"MM_CHROMATIC_M2_MIDIOUT","features":[422]},{"name":"MM_CHROMATIC_M2_MIXER","features":[422]},{"name":"MM_CHROMATIC_M2_MPEGWAVEIN","features":[422]},{"name":"MM_CHROMATIC_M2_MPEGWAVEOUT","features":[422]},{"name":"MM_CHROMATIC_M2_WAVEIN","features":[422]},{"name":"MM_CHROMATIC_M2_WAVEOUT","features":[422]},{"name":"MM_CHROMATIC_M2_WTSYNTH","features":[422]},{"name":"MM_CIRRUSLOGIC","features":[422]},{"name":"MM_COLORGRAPH","features":[422]},{"name":"MM_COMPAQ","features":[422]},{"name":"MM_COMPAQ_BB_WAVEAUX","features":[422]},{"name":"MM_COMPAQ_BB_WAVEIN","features":[422]},{"name":"MM_COMPAQ_BB_WAVEOUT","features":[422]},{"name":"MM_COMPUSIC","features":[422]},{"name":"MM_COMPUTER_FRIENDS","features":[422]},{"name":"MM_CONCEPTS","features":[422]},{"name":"MM_CONNECTIX","features":[422]},{"name":"MM_CONNECTIX_VIDEC_CODEC","features":[422]},{"name":"MM_CONTROLRES","features":[422]},{"name":"MM_COREDYNAMICS","features":[422]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_VGA","features":[422]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_WAVE_IN","features":[422]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_WAVE_OUT","features":[422]},{"name":"MM_COREDYNAMICS_DYNAMIXHR","features":[422]},{"name":"MM_COREDYNAMICS_DYNASONIX_AUDIO_IN","features":[422]},{"name":"MM_COREDYNAMICS_DYNASONIX_AUDIO_OUT","features":[422]},{"name":"MM_COREDYNAMICS_DYNASONIX_MIDI_IN","features":[422]},{"name":"MM_COREDYNAMICS_DYNASONIX_MIDI_OUT","features":[422]},{"name":"MM_COREDYNAMICS_DYNASONIX_SYNTH","features":[422]},{"name":"MM_COREDYNAMICS_DYNASONIX_WAVE_IN","features":[422]},{"name":"MM_COREDYNAMICS_DYNASONIX_WAVE_OUT","features":[422]},{"name":"MM_CREATIVE","features":[422]},{"name":"MM_CREATIVE_AUX_CD","features":[422]},{"name":"MM_CREATIVE_AUX_LINE","features":[422]},{"name":"MM_CREATIVE_AUX_MASTER","features":[422]},{"name":"MM_CREATIVE_AUX_MIC","features":[422]},{"name":"MM_CREATIVE_AUX_MIDI","features":[422]},{"name":"MM_CREATIVE_AUX_PCSPK","features":[422]},{"name":"MM_CREATIVE_AUX_WAVE","features":[422]},{"name":"MM_CREATIVE_FMSYNTH_MONO","features":[422]},{"name":"MM_CREATIVE_FMSYNTH_STEREO","features":[422]},{"name":"MM_CREATIVE_MIDIIN","features":[422]},{"name":"MM_CREATIVE_MIDIOUT","features":[422]},{"name":"MM_CREATIVE_MIDI_AWE32","features":[422]},{"name":"MM_CREATIVE_PHNBLST_WAVEIN","features":[422]},{"name":"MM_CREATIVE_PHNBLST_WAVEOUT","features":[422]},{"name":"MM_CREATIVE_SB15_WAVEIN","features":[422]},{"name":"MM_CREATIVE_SB15_WAVEOUT","features":[422]},{"name":"MM_CREATIVE_SB16_MIXER","features":[422]},{"name":"MM_CREATIVE_SB20_WAVEIN","features":[422]},{"name":"MM_CREATIVE_SB20_WAVEOUT","features":[422]},{"name":"MM_CREATIVE_SBP16_WAVEIN","features":[422]},{"name":"MM_CREATIVE_SBP16_WAVEOUT","features":[422]},{"name":"MM_CREATIVE_SBPRO_MIXER","features":[422]},{"name":"MM_CREATIVE_SBPRO_WAVEIN","features":[422]},{"name":"MM_CREATIVE_SBPRO_WAVEOUT","features":[422]},{"name":"MM_CRYSTAL","features":[422]},{"name":"MM_CRYSTAL_CS4232_INPUTGAIN_AUX1","features":[422]},{"name":"MM_CRYSTAL_CS4232_INPUTGAIN_LOOP","features":[422]},{"name":"MM_CRYSTAL_CS4232_MIDIIN","features":[422]},{"name":"MM_CRYSTAL_CS4232_MIDIOUT","features":[422]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_AUX1","features":[422]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_AUX2","features":[422]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_LINE","features":[422]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_MASTER","features":[422]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_MONO","features":[422]},{"name":"MM_CRYSTAL_CS4232_WAVEIN","features":[422]},{"name":"MM_CRYSTAL_CS4232_WAVEMIXER","features":[422]},{"name":"MM_CRYSTAL_CS4232_WAVEOUT","features":[422]},{"name":"MM_CRYSTAL_NET","features":[422]},{"name":"MM_CRYSTAL_SOUND_FUSION_JOYSTICK","features":[422]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIDIIN","features":[422]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIDIOUT","features":[422]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIXER","features":[422]},{"name":"MM_CRYSTAL_SOUND_FUSION_WAVEIN","features":[422]},{"name":"MM_CRYSTAL_SOUND_FUSION_WAVEOUT","features":[422]},{"name":"MM_CS","features":[422]},{"name":"MM_CYRIX","features":[422]},{"name":"MM_CYRIX_XAAUX","features":[422]},{"name":"MM_CYRIX_XAMIDIIN","features":[422]},{"name":"MM_CYRIX_XAMIDIOUT","features":[422]},{"name":"MM_CYRIX_XAMIXER","features":[422]},{"name":"MM_CYRIX_XASYNTH","features":[422]},{"name":"MM_CYRIX_XAWAVEIN","features":[422]},{"name":"MM_CYRIX_XAWAVEOUT","features":[422]},{"name":"MM_DATAFUSION","features":[422]},{"name":"MM_DATARAN","features":[422]},{"name":"MM_DDD","features":[422]},{"name":"MM_DDD_MIDILINK_MIDIIN","features":[422]},{"name":"MM_DDD_MIDILINK_MIDIOUT","features":[422]},{"name":"MM_DF_ACM_G726","features":[422]},{"name":"MM_DF_ACM_GSM610","features":[422]},{"name":"MM_DIACOUSTICS","features":[422]},{"name":"MM_DIACOUSTICS_DRUM_ACTION","features":[422]},{"name":"MM_DIALOGIC","features":[422]},{"name":"MM_DIAMONDMM","features":[422]},{"name":"MM_DICTAPHONE","features":[422]},{"name":"MM_DICTAPHONE_G726","features":[422]},{"name":"MM_DIGIGRAM","features":[422]},{"name":"MM_DIGITAL","features":[422]},{"name":"MM_DIGITAL_ACM_G723","features":[422]},{"name":"MM_DIGITAL_AUDIO_LABS","features":[422]},{"name":"MM_DIGITAL_AUDIO_LABS_CDLX","features":[422]},{"name":"MM_DIGITAL_AUDIO_LABS_CPRO","features":[422]},{"name":"MM_DIGITAL_AUDIO_LABS_CTDIF","features":[422]},{"name":"MM_DIGITAL_AUDIO_LABS_DOC","features":[422]},{"name":"MM_DIGITAL_AUDIO_LABS_TC","features":[422]},{"name":"MM_DIGITAL_AUDIO_LABS_V8","features":[422]},{"name":"MM_DIGITAL_AUDIO_LABS_VP","features":[422]},{"name":"MM_DIGITAL_AV320_WAVEIN","features":[422]},{"name":"MM_DIGITAL_AV320_WAVEOUT","features":[422]},{"name":"MM_DIGITAL_ICM_H261","features":[422]},{"name":"MM_DIGITAL_ICM_H263","features":[422]},{"name":"MM_DIMD_AUX_LINE","features":[422]},{"name":"MM_DIMD_DIRSOUND","features":[422]},{"name":"MM_DIMD_MIDIIN","features":[422]},{"name":"MM_DIMD_MIDIOUT","features":[422]},{"name":"MM_DIMD_MIXER","features":[422]},{"name":"MM_DIMD_PLATFORM","features":[422]},{"name":"MM_DIMD_VIRTJOY","features":[422]},{"name":"MM_DIMD_VIRTMPU","features":[422]},{"name":"MM_DIMD_VIRTSB","features":[422]},{"name":"MM_DIMD_WAVEIN","features":[422]},{"name":"MM_DIMD_WAVEOUT","features":[422]},{"name":"MM_DIMD_WSS_AUX","features":[422]},{"name":"MM_DIMD_WSS_MIXER","features":[422]},{"name":"MM_DIMD_WSS_SYNTH","features":[422]},{"name":"MM_DIMD_WSS_WAVEIN","features":[422]},{"name":"MM_DIMD_WSS_WAVEOUT","features":[422]},{"name":"MM_DOLBY","features":[422]},{"name":"MM_DPSINC","features":[422]},{"name":"MM_DSP_GROUP","features":[422]},{"name":"MM_DSP_GROUP_TRUESPEECH","features":[422]},{"name":"MM_DSP_SOLUTIONS","features":[422]},{"name":"MM_DSP_SOLUTIONS_AUX","features":[422]},{"name":"MM_DSP_SOLUTIONS_SYNTH","features":[422]},{"name":"MM_DSP_SOLUTIONS_WAVEIN","features":[422]},{"name":"MM_DSP_SOLUTIONS_WAVEOUT","features":[422]},{"name":"MM_DTS","features":[422]},{"name":"MM_DTS_DS","features":[422]},{"name":"MM_DUCK","features":[422]},{"name":"MM_DVISION","features":[422]},{"name":"MM_ECHO","features":[422]},{"name":"MM_ECHO_AUX","features":[422]},{"name":"MM_ECHO_MIDIIN","features":[422]},{"name":"MM_ECHO_MIDIOUT","features":[422]},{"name":"MM_ECHO_SYNTH","features":[422]},{"name":"MM_ECHO_WAVEIN","features":[422]},{"name":"MM_ECHO_WAVEOUT","features":[422]},{"name":"MM_ECS","features":[422]},{"name":"MM_ECS_AADF_MIDI_IN","features":[422]},{"name":"MM_ECS_AADF_MIDI_OUT","features":[422]},{"name":"MM_ECS_AADF_WAVE2MIDI_IN","features":[422]},{"name":"MM_EES","features":[422]},{"name":"MM_EES_PCMIDI14","features":[422]},{"name":"MM_EES_PCMIDI14_IN","features":[422]},{"name":"MM_EES_PCMIDI14_OUT1","features":[422]},{"name":"MM_EES_PCMIDI14_OUT2","features":[422]},{"name":"MM_EES_PCMIDI14_OUT3","features":[422]},{"name":"MM_EES_PCMIDI14_OUT4","features":[422]},{"name":"MM_EMAGIC","features":[422]},{"name":"MM_EMAGIC_UNITOR8","features":[422]},{"name":"MM_EMU","features":[422]},{"name":"MM_EMU_APSMIDIIN","features":[422]},{"name":"MM_EMU_APSMIDIOUT","features":[422]},{"name":"MM_EMU_APSSYNTH","features":[422]},{"name":"MM_EMU_APSWAVEIN","features":[422]},{"name":"MM_EMU_APSWAVEOUT","features":[422]},{"name":"MM_ENET","features":[422]},{"name":"MM_ENET_T2000_HANDSETIN","features":[422]},{"name":"MM_ENET_T2000_HANDSETOUT","features":[422]},{"name":"MM_ENET_T2000_LINEIN","features":[422]},{"name":"MM_ENET_T2000_LINEOUT","features":[422]},{"name":"MM_ENSONIQ","features":[422]},{"name":"MM_ENSONIQ_SOUNDSCAPE","features":[422]},{"name":"MM_EPSON","features":[422]},{"name":"MM_EPS_FMSND","features":[422]},{"name":"MM_ESS","features":[422]},{"name":"MM_ESS_AMAUX","features":[422]},{"name":"MM_ESS_AMMIDIIN","features":[422]},{"name":"MM_ESS_AMMIDIOUT","features":[422]},{"name":"MM_ESS_AMSYNTH","features":[422]},{"name":"MM_ESS_AMWAVEIN","features":[422]},{"name":"MM_ESS_AMWAVEOUT","features":[422]},{"name":"MM_ESS_AUX_CD","features":[422]},{"name":"MM_ESS_ES1488_MIXER","features":[422]},{"name":"MM_ESS_ES1488_WAVEIN","features":[422]},{"name":"MM_ESS_ES1488_WAVEOUT","features":[422]},{"name":"MM_ESS_ES1688_MIXER","features":[422]},{"name":"MM_ESS_ES1688_WAVEIN","features":[422]},{"name":"MM_ESS_ES1688_WAVEOUT","features":[422]},{"name":"MM_ESS_ES1788_MIXER","features":[422]},{"name":"MM_ESS_ES1788_WAVEIN","features":[422]},{"name":"MM_ESS_ES1788_WAVEOUT","features":[422]},{"name":"MM_ESS_ES1868_MIXER","features":[422]},{"name":"MM_ESS_ES1868_WAVEIN","features":[422]},{"name":"MM_ESS_ES1868_WAVEOUT","features":[422]},{"name":"MM_ESS_ES1878_MIXER","features":[422]},{"name":"MM_ESS_ES1878_WAVEIN","features":[422]},{"name":"MM_ESS_ES1878_WAVEOUT","features":[422]},{"name":"MM_ESS_ES1888_MIXER","features":[422]},{"name":"MM_ESS_ES1888_WAVEIN","features":[422]},{"name":"MM_ESS_ES1888_WAVEOUT","features":[422]},{"name":"MM_ESS_ES488_MIXER","features":[422]},{"name":"MM_ESS_ES488_WAVEIN","features":[422]},{"name":"MM_ESS_ES488_WAVEOUT","features":[422]},{"name":"MM_ESS_ES688_MIXER","features":[422]},{"name":"MM_ESS_ES688_WAVEIN","features":[422]},{"name":"MM_ESS_ES688_WAVEOUT","features":[422]},{"name":"MM_ESS_MIXER","features":[422]},{"name":"MM_ESS_MPU401_MIDIIN","features":[422]},{"name":"MM_ESS_MPU401_MIDIOUT","features":[422]},{"name":"MM_ETEK","features":[422]},{"name":"MM_ETEK_KWIKMIDI_MIDIIN","features":[422]},{"name":"MM_ETEK_KWIKMIDI_MIDIOUT","features":[422]},{"name":"MM_EUPHONICS","features":[422]},{"name":"MM_EUPHONICS_AUX_CD","features":[422]},{"name":"MM_EUPHONICS_AUX_LINE","features":[422]},{"name":"MM_EUPHONICS_AUX_MASTER","features":[422]},{"name":"MM_EUPHONICS_AUX_MIC","features":[422]},{"name":"MM_EUPHONICS_AUX_MIDI","features":[422]},{"name":"MM_EUPHONICS_AUX_WAVE","features":[422]},{"name":"MM_EUPHONICS_EUSYNTH","features":[422]},{"name":"MM_EUPHONICS_FMSYNTH_MONO","features":[422]},{"name":"MM_EUPHONICS_FMSYNTH_STEREO","features":[422]},{"name":"MM_EUPHONICS_MIDIIN","features":[422]},{"name":"MM_EUPHONICS_MIDIOUT","features":[422]},{"name":"MM_EUPHONICS_MIXER","features":[422]},{"name":"MM_EUPHONICS_WAVEIN","features":[422]},{"name":"MM_EUPHONICS_WAVEOUT","features":[422]},{"name":"MM_EVEREX","features":[422]},{"name":"MM_EVEREX_CARRIER","features":[422]},{"name":"MM_EXAN","features":[422]},{"name":"MM_FAITH","features":[422]},{"name":"MM_FAST","features":[422]},{"name":"MM_FHGIIS_MPEGLAYER3","features":[422]},{"name":"MM_FHGIIS_MPEGLAYER3_ADVANCED","features":[422]},{"name":"MM_FHGIIS_MPEGLAYER3_ADVANCEDPLUS","features":[422]},{"name":"MM_FHGIIS_MPEGLAYER3_BASIC","features":[422]},{"name":"MM_FHGIIS_MPEGLAYER3_DECODE","features":[422]},{"name":"MM_FHGIIS_MPEGLAYER3_LITE","features":[422]},{"name":"MM_FHGIIS_MPEGLAYER3_PROFESSIONAL","features":[422]},{"name":"MM_FLEXION","features":[422]},{"name":"MM_FLEXION_X300_WAVEIN","features":[422]},{"name":"MM_FLEXION_X300_WAVEOUT","features":[422]},{"name":"MM_FORTEMEDIA","features":[422]},{"name":"MM_FORTEMEDIA_AUX","features":[422]},{"name":"MM_FORTEMEDIA_FMSYNC","features":[422]},{"name":"MM_FORTEMEDIA_MIXER","features":[422]},{"name":"MM_FORTEMEDIA_WAVEIN","features":[422]},{"name":"MM_FORTEMEDIA_WAVEOUT","features":[422]},{"name":"MM_FRAUNHOFER_IIS","features":[422]},{"name":"MM_FRONTIER","features":[422]},{"name":"MM_FRONTIER_WAVECENTER_MIDIIN","features":[422]},{"name":"MM_FRONTIER_WAVECENTER_MIDIOUT","features":[422]},{"name":"MM_FRONTIER_WAVECENTER_WAVEIN","features":[422]},{"name":"MM_FRONTIER_WAVECENTER_WAVEOUT","features":[422]},{"name":"MM_FTR","features":[422]},{"name":"MM_FTR_ACM","features":[422]},{"name":"MM_FTR_ENCODER_WAVEIN","features":[422]},{"name":"MM_FUJITSU","features":[422]},{"name":"MM_GADGETLABS","features":[422]},{"name":"MM_GADGETLABS_WAVE42_WAVEIN","features":[422]},{"name":"MM_GADGETLABS_WAVE42_WAVEOUT","features":[422]},{"name":"MM_GADGETLABS_WAVE44_WAVEIN","features":[422]},{"name":"MM_GADGETLABS_WAVE44_WAVEOUT","features":[422]},{"name":"MM_GADGETLABS_WAVE4_MIDIIN","features":[422]},{"name":"MM_GADGETLABS_WAVE4_MIDIOUT","features":[422]},{"name":"MM_GRANDE","features":[422]},{"name":"MM_GRAVIS","features":[422]},{"name":"MM_GUILLEMOT","features":[422]},{"name":"MM_GULBRANSEN","features":[422]},{"name":"MM_HAFTMANN","features":[422]},{"name":"MM_HAFTMANN_LPTDAC2","features":[422]},{"name":"MM_HEADSPACE","features":[422]},{"name":"MM_HEADSPACE_HAEMIXER","features":[422]},{"name":"MM_HEADSPACE_HAESYNTH","features":[422]},{"name":"MM_HEADSPACE_HAEWAVEIN","features":[422]},{"name":"MM_HEADSPACE_HAEWAVEOUT","features":[422]},{"name":"MM_HEWLETT_PACKARD","features":[422]},{"name":"MM_HEWLETT_PACKARD_CU_CODEC","features":[422]},{"name":"MM_HORIZONS","features":[422]},{"name":"MM_HP","features":[422]},{"name":"MM_HP_WAVEIN","features":[422]},{"name":"MM_HP_WAVEOUT","features":[422]},{"name":"MM_HYPERACTIVE","features":[422]},{"name":"MM_IBM","features":[422]},{"name":"MM_IBM_MWAVE_AUX","features":[422]},{"name":"MM_IBM_MWAVE_MIDIIN","features":[422]},{"name":"MM_IBM_MWAVE_MIDIOUT","features":[422]},{"name":"MM_IBM_MWAVE_MIXER","features":[422]},{"name":"MM_IBM_MWAVE_WAVEIN","features":[422]},{"name":"MM_IBM_MWAVE_WAVEOUT","features":[422]},{"name":"MM_IBM_PCMCIA_AUX","features":[422]},{"name":"MM_IBM_PCMCIA_MIDIIN","features":[422]},{"name":"MM_IBM_PCMCIA_MIDIOUT","features":[422]},{"name":"MM_IBM_PCMCIA_SYNTH","features":[422]},{"name":"MM_IBM_PCMCIA_WAVEIN","features":[422]},{"name":"MM_IBM_PCMCIA_WAVEOUT","features":[422]},{"name":"MM_IBM_THINKPAD200","features":[422]},{"name":"MM_IBM_WC_MIDIOUT","features":[422]},{"name":"MM_IBM_WC_MIXEROUT","features":[422]},{"name":"MM_IBM_WC_WAVEOUT","features":[422]},{"name":"MM_ICCC","features":[422]},{"name":"MM_ICCC_UNA3_AUX","features":[422]},{"name":"MM_ICCC_UNA3_MIXER","features":[422]},{"name":"MM_ICCC_UNA3_WAVEIN","features":[422]},{"name":"MM_ICCC_UNA3_WAVEOUT","features":[422]},{"name":"MM_ICE","features":[422]},{"name":"MM_ICE_AUX","features":[422]},{"name":"MM_ICE_MIDIIN1","features":[422]},{"name":"MM_ICE_MIDIIN2","features":[422]},{"name":"MM_ICE_MIDIOUT1","features":[422]},{"name":"MM_ICE_MIDIOUT2","features":[422]},{"name":"MM_ICE_MIXER","features":[422]},{"name":"MM_ICE_MTWAVEIN","features":[422]},{"name":"MM_ICE_MTWAVEOUT","features":[422]},{"name":"MM_ICE_SYNTH","features":[422]},{"name":"MM_ICE_WAVEIN","features":[422]},{"name":"MM_ICE_WAVEOUT","features":[422]},{"name":"MM_ICL_PS","features":[422]},{"name":"MM_ICOM_AUX","features":[422]},{"name":"MM_ICOM_LINE","features":[422]},{"name":"MM_ICOM_MIXER","features":[422]},{"name":"MM_ICOM_WAVEIN","features":[422]},{"name":"MM_ICOM_WAVEOUT","features":[422]},{"name":"MM_ICS","features":[422]},{"name":"MM_ICS_2115_LITE_MIDIOUT","features":[422]},{"name":"MM_ICS_2120_LITE_MIDIOUT","features":[422]},{"name":"MM_ICS_WAVEDECK_AUX","features":[422]},{"name":"MM_ICS_WAVEDECK_MIXER","features":[422]},{"name":"MM_ICS_WAVEDECK_SYNTH","features":[422]},{"name":"MM_ICS_WAVEDECK_WAVEIN","features":[422]},{"name":"MM_ICS_WAVEDECK_WAVEOUT","features":[422]},{"name":"MM_ICS_WAVEDEC_SB_AUX","features":[422]},{"name":"MM_ICS_WAVEDEC_SB_FM_MIDIOUT","features":[422]},{"name":"MM_ICS_WAVEDEC_SB_MIXER","features":[422]},{"name":"MM_ICS_WAVEDEC_SB_MPU401_MIDIIN","features":[422]},{"name":"MM_ICS_WAVEDEC_SB_MPU401_MIDIOUT","features":[422]},{"name":"MM_ICS_WAVEDEC_SB_WAVEIN","features":[422]},{"name":"MM_ICS_WAVEDEC_SB_WAVEOUT","features":[422]},{"name":"MM_INSOFT","features":[422]},{"name":"MM_INTEL","features":[422]},{"name":"MM_INTELOPD_AUX","features":[422]},{"name":"MM_INTELOPD_WAVEIN","features":[422]},{"name":"MM_INTELOPD_WAVEOUT","features":[422]},{"name":"MM_INTEL_NSPMODEMLINEIN","features":[422]},{"name":"MM_INTEL_NSPMODEMLINEOUT","features":[422]},{"name":"MM_INTERACTIVE","features":[422]},{"name":"MM_INTERACTIVE_WAVEIN","features":[422]},{"name":"MM_INTERACTIVE_WAVEOUT","features":[422]},{"name":"MM_INTERNET","features":[422]},{"name":"MM_INTERNET_SSW_MIDIIN","features":[422]},{"name":"MM_INTERNET_SSW_MIDIOUT","features":[422]},{"name":"MM_INTERNET_SSW_WAVEIN","features":[422]},{"name":"MM_INTERNET_SSW_WAVEOUT","features":[422]},{"name":"MM_INVISION","features":[422]},{"name":"MM_IODD","features":[422]},{"name":"MM_IOMAGIC","features":[422]},{"name":"MM_IOMAGIC_TEMPO_AUXOUT","features":[422]},{"name":"MM_IOMAGIC_TEMPO_MIDIOUT","features":[422]},{"name":"MM_IOMAGIC_TEMPO_MXDOUT","features":[422]},{"name":"MM_IOMAGIC_TEMPO_SYNTH","features":[422]},{"name":"MM_IOMAGIC_TEMPO_WAVEIN","features":[422]},{"name":"MM_IOMAGIC_TEMPO_WAVEOUT","features":[422]},{"name":"MM_IPI","features":[422]},{"name":"MM_IPI_ACM_HSX","features":[422]},{"name":"MM_IPI_ACM_RPELP","features":[422]},{"name":"MM_IPI_AT_MIXER","features":[422]},{"name":"MM_IPI_AT_WAVEIN","features":[422]},{"name":"MM_IPI_AT_WAVEOUT","features":[422]},{"name":"MM_IPI_WF_ASSS","features":[422]},{"name":"MM_ISOLUTION","features":[422]},{"name":"MM_ISOLUTION_PASCAL","features":[422]},{"name":"MM_ITERATEDSYS","features":[422]},{"name":"MM_ITERATEDSYS_FUFCODEC","features":[422]},{"name":"MM_I_LINK","features":[422]},{"name":"MM_I_LINK_VOICE_CODER","features":[422]},{"name":"MM_KAY_ELEMETRICS","features":[422]},{"name":"MM_KAY_ELEMETRICS_CSL","features":[422]},{"name":"MM_KAY_ELEMETRICS_CSL_4CHANNEL","features":[422]},{"name":"MM_KAY_ELEMETRICS_CSL_DAT","features":[422]},{"name":"MM_KORG","features":[422]},{"name":"MM_KORG_1212IO_MSWAVEIN","features":[422]},{"name":"MM_KORG_1212IO_MSWAVEOUT","features":[422]},{"name":"MM_KORG_PCIF_MIDIIN","features":[422]},{"name":"MM_KORG_PCIF_MIDIOUT","features":[422]},{"name":"MM_LERNOUT_ANDHAUSPIE_LHCODECACM","features":[422]},{"name":"MM_LERNOUT_AND_HAUSPIE","features":[422]},{"name":"MM_LEXICON","features":[422]},{"name":"MM_LEXICON_STUDIO_WAVE_IN","features":[422]},{"name":"MM_LEXICON_STUDIO_WAVE_OUT","features":[422]},{"name":"MM_LOGITECH","features":[422]},{"name":"MM_LUCENT","features":[422]},{"name":"MM_LUCENT_ACM_G723","features":[422]},{"name":"MM_LUCID","features":[422]},{"name":"MM_LUCID_PCI24WAVEIN","features":[422]},{"name":"MM_LUCID_PCI24WAVEOUT","features":[422]},{"name":"MM_LUMINOSITI","features":[422]},{"name":"MM_LUMINOSITI_SCWAVEIN","features":[422]},{"name":"MM_LUMINOSITI_SCWAVEMIX","features":[422]},{"name":"MM_LUMINOSITI_SCWAVEOUT","features":[422]},{"name":"MM_LYNX","features":[422]},{"name":"MM_LYRRUS","features":[422]},{"name":"MM_LYRRUS_BRIDGE_GUITAR","features":[422]},{"name":"MM_MALDEN","features":[422]},{"name":"MM_MARIAN","features":[422]},{"name":"MM_MARIAN_ARC44WAVEIN","features":[422]},{"name":"MM_MARIAN_ARC44WAVEOUT","features":[422]},{"name":"MM_MARIAN_ARC88WAVEIN","features":[422]},{"name":"MM_MARIAN_ARC88WAVEOUT","features":[422]},{"name":"MM_MARIAN_PRODIF24WAVEIN","features":[422]},{"name":"MM_MARIAN_PRODIF24WAVEOUT","features":[422]},{"name":"MM_MATROX_DIV","features":[422]},{"name":"MM_MATSUSHITA","features":[422]},{"name":"MM_MATSUSHITA_AUX","features":[422]},{"name":"MM_MATSUSHITA_FMSYNTH_STEREO","features":[422]},{"name":"MM_MATSUSHITA_MIXER","features":[422]},{"name":"MM_MATSUSHITA_WAVEIN","features":[422]},{"name":"MM_MATSUSHITA_WAVEOUT","features":[422]},{"name":"MM_MEDIASONIC","features":[422]},{"name":"MM_MEDIASONIC_ACM_G723","features":[422]},{"name":"MM_MEDIASONIC_ICOM","features":[422]},{"name":"MM_MEDIATRIX","features":[422]},{"name":"MM_MEDIAVISION","features":[422]},{"name":"MM_MEDIAVISION_CDPC","features":[422]},{"name":"MM_MEDIAVISION_OPUS1208","features":[422]},{"name":"MM_MEDIAVISION_OPUS1216","features":[422]},{"name":"MM_MEDIAVISION_PROAUDIO","features":[422]},{"name":"MM_MEDIAVISION_PROAUDIO_16","features":[422]},{"name":"MM_MEDIAVISION_PROAUDIO_PLUS","features":[422]},{"name":"MM_MEDIAVISION_PROSTUDIO_16","features":[422]},{"name":"MM_MEDIAVISION_THUNDER","features":[422]},{"name":"MM_MEDIAVISION_TPORT","features":[422]},{"name":"MM_MELABS","features":[422]},{"name":"MM_MELABS_MIDI2GO","features":[422]},{"name":"MM_MERGING_MPEGL3","features":[422]},{"name":"MM_MERGING_TECHNOLOGIES","features":[422]},{"name":"MM_METHEUS","features":[422]},{"name":"MM_METHEUS_ZIPPER","features":[422]},{"name":"MM_MICRONAS","features":[422]},{"name":"MM_MICRONAS_CLP833","features":[422]},{"name":"MM_MICRONAS_SC4","features":[422]},{"name":"MM_MINDMAKER","features":[422]},{"name":"MM_MINDMAKER_GC_MIXER","features":[422]},{"name":"MM_MINDMAKER_GC_WAVEIN","features":[422]},{"name":"MM_MINDMAKER_GC_WAVEOUT","features":[422]},{"name":"MM_MIRO","features":[422]},{"name":"MM_MIRO_DC30_MIX","features":[422]},{"name":"MM_MIRO_DC30_WAVEIN","features":[422]},{"name":"MM_MIRO_DC30_WAVEOUT","features":[422]},{"name":"MM_MIRO_MOVIEPRO","features":[422]},{"name":"MM_MIRO_VIDEOD1","features":[422]},{"name":"MM_MIRO_VIDEODC1TV","features":[422]},{"name":"MM_MIRO_VIDEOTD","features":[422]},{"name":"MM_MITEL","features":[422]},{"name":"MM_MITEL_MEDIAPATH_WAVEIN","features":[422]},{"name":"MM_MITEL_MEDIAPATH_WAVEOUT","features":[422]},{"name":"MM_MITEL_MPA_HANDSET_WAVEIN","features":[422]},{"name":"MM_MITEL_MPA_HANDSET_WAVEOUT","features":[422]},{"name":"MM_MITEL_MPA_HANDSFREE_WAVEIN","features":[422]},{"name":"MM_MITEL_MPA_HANDSFREE_WAVEOUT","features":[422]},{"name":"MM_MITEL_MPA_LINE1_WAVEIN","features":[422]},{"name":"MM_MITEL_MPA_LINE1_WAVEOUT","features":[422]},{"name":"MM_MITEL_MPA_LINE2_WAVEIN","features":[422]},{"name":"MM_MITEL_MPA_LINE2_WAVEOUT","features":[422]},{"name":"MM_MITEL_TALKTO_BRIDGED_WAVEIN","features":[422]},{"name":"MM_MITEL_TALKTO_BRIDGED_WAVEOUT","features":[422]},{"name":"MM_MITEL_TALKTO_HANDSET_WAVEIN","features":[422]},{"name":"MM_MITEL_TALKTO_HANDSET_WAVEOUT","features":[422]},{"name":"MM_MITEL_TALKTO_LINE_WAVEIN","features":[422]},{"name":"MM_MITEL_TALKTO_LINE_WAVEOUT","features":[422]},{"name":"MM_MMOTION_WAVEAUX","features":[422]},{"name":"MM_MMOTION_WAVEIN","features":[422]},{"name":"MM_MMOTION_WAVEOUT","features":[422]},{"name":"MM_MOSCOM","features":[422]},{"name":"MM_MOSCOM_VPC2400_IN","features":[422]},{"name":"MM_MOSCOM_VPC2400_OUT","features":[422]},{"name":"MM_MOTIONPIXELS","features":[422]},{"name":"MM_MOTIONPIXELS_MVI2","features":[422]},{"name":"MM_MOTOROLA","features":[422]},{"name":"MM_MOTU","features":[422]},{"name":"MM_MOTU_DTX_MIDI_IN_A","features":[422]},{"name":"MM_MOTU_DTX_MIDI_IN_B","features":[422]},{"name":"MM_MOTU_DTX_MIDI_IN_SYNC","features":[422]},{"name":"MM_MOTU_DTX_MIDI_OUT_A","features":[422]},{"name":"MM_MOTU_DTX_MIDI_OUT_B","features":[422]},{"name":"MM_MOTU_FLYER_MIDI_IN_A","features":[422]},{"name":"MM_MOTU_FLYER_MIDI_IN_B","features":[422]},{"name":"MM_MOTU_FLYER_MIDI_IN_SYNC","features":[422]},{"name":"MM_MOTU_FLYER_MIDI_OUT_A","features":[422]},{"name":"MM_MOTU_FLYER_MIDI_OUT_B","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIIN_1","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIIN_2","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIIN_3","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIIN_4","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIIN_5","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIIN_6","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIIN_7","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIIN_8","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIIN_ADAT","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIIN_SYNC","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIOUT_1","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIOUT_2","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIOUT_3","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIOUT_4","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIOUT_5","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIOUT_6","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIOUT_7","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIOUT_8","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIOUT_ADAT","features":[422]},{"name":"MM_MOTU_MTPAV_MIDIOUT_ALL","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_1","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_2","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_3","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_4","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_5","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_6","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_7","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_8","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_1","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_2","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_3","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_4","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_5","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_6","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_7","features":[422]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_8","features":[422]},{"name":"MM_MOTU_MTPII_MIDIIN_1","features":[422]},{"name":"MM_MOTU_MTPII_MIDIIN_2","features":[422]},{"name":"MM_MOTU_MTPII_MIDIIN_3","features":[422]},{"name":"MM_MOTU_MTPII_MIDIIN_4","features":[422]},{"name":"MM_MOTU_MTPII_MIDIIN_5","features":[422]},{"name":"MM_MOTU_MTPII_MIDIIN_6","features":[422]},{"name":"MM_MOTU_MTPII_MIDIIN_7","features":[422]},{"name":"MM_MOTU_MTPII_MIDIIN_8","features":[422]},{"name":"MM_MOTU_MTPII_MIDIIN_SYNC","features":[422]},{"name":"MM_MOTU_MTPII_MIDIOUT_1","features":[422]},{"name":"MM_MOTU_MTPII_MIDIOUT_2","features":[422]},{"name":"MM_MOTU_MTPII_MIDIOUT_3","features":[422]},{"name":"MM_MOTU_MTPII_MIDIOUT_4","features":[422]},{"name":"MM_MOTU_MTPII_MIDIOUT_5","features":[422]},{"name":"MM_MOTU_MTPII_MIDIOUT_6","features":[422]},{"name":"MM_MOTU_MTPII_MIDIOUT_7","features":[422]},{"name":"MM_MOTU_MTPII_MIDIOUT_8","features":[422]},{"name":"MM_MOTU_MTPII_MIDIOUT_ALL","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_1","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_2","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_3","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_4","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_5","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_6","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_7","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_8","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_1","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_2","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_3","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_4","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_5","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_6","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_7","features":[422]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_8","features":[422]},{"name":"MM_MOTU_MTP_MIDIIN_1","features":[422]},{"name":"MM_MOTU_MTP_MIDIIN_2","features":[422]},{"name":"MM_MOTU_MTP_MIDIIN_3","features":[422]},{"name":"MM_MOTU_MTP_MIDIIN_4","features":[422]},{"name":"MM_MOTU_MTP_MIDIIN_5","features":[422]},{"name":"MM_MOTU_MTP_MIDIIN_6","features":[422]},{"name":"MM_MOTU_MTP_MIDIIN_7","features":[422]},{"name":"MM_MOTU_MTP_MIDIIN_8","features":[422]},{"name":"MM_MOTU_MTP_MIDIOUT_1","features":[422]},{"name":"MM_MOTU_MTP_MIDIOUT_2","features":[422]},{"name":"MM_MOTU_MTP_MIDIOUT_3","features":[422]},{"name":"MM_MOTU_MTP_MIDIOUT_4","features":[422]},{"name":"MM_MOTU_MTP_MIDIOUT_5","features":[422]},{"name":"MM_MOTU_MTP_MIDIOUT_6","features":[422]},{"name":"MM_MOTU_MTP_MIDIOUT_7","features":[422]},{"name":"MM_MOTU_MTP_MIDIOUT_8","features":[422]},{"name":"MM_MOTU_MTP_MIDIOUT_ALL","features":[422]},{"name":"MM_MOTU_MXN_MIDIIN_1","features":[422]},{"name":"MM_MOTU_MXN_MIDIIN_2","features":[422]},{"name":"MM_MOTU_MXN_MIDIIN_3","features":[422]},{"name":"MM_MOTU_MXN_MIDIIN_4","features":[422]},{"name":"MM_MOTU_MXN_MIDIIN_SYNC","features":[422]},{"name":"MM_MOTU_MXN_MIDIOUT_1","features":[422]},{"name":"MM_MOTU_MXN_MIDIOUT_2","features":[422]},{"name":"MM_MOTU_MXN_MIDIOUT_3","features":[422]},{"name":"MM_MOTU_MXN_MIDIOUT_4","features":[422]},{"name":"MM_MOTU_MXN_MIDIOUT_ALL","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIIN_1","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIIN_2","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIIN_3","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIIN_4","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIIN_5","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIIN_6","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIIN_SYNC","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_1","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_2","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_3","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_4","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_5","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_6","features":[422]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_ALL","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIIN_1","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIIN_2","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIIN_3","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIIN_4","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIIN_5","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIIN_6","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIIN_7","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIIN_8","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIIN_SYNC","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIOUT_1","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIOUT_2","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIOUT_3","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIOUT_4","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIOUT_5","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIOUT_6","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIOUT_7","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIOUT_8","features":[422]},{"name":"MM_MOTU_MXPXT_MIDIOUT_ALL","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_1","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_2","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_3","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_4","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_5","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_6","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_1","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_2","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_3","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_4","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_5","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_6","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_ALL","features":[422]},{"name":"MM_MOTU_MXP_MIDIIN_SYNC","features":[422]},{"name":"MM_MOTU_PKX_MIDI_IN_A","features":[422]},{"name":"MM_MOTU_PKX_MIDI_IN_B","features":[422]},{"name":"MM_MOTU_PKX_MIDI_IN_SYNC","features":[422]},{"name":"MM_MOTU_PKX_MIDI_OUT_A","features":[422]},{"name":"MM_MOTU_PKX_MIDI_OUT_B","features":[422]},{"name":"MM_MPTUS","features":[422]},{"name":"MM_MPTUS_SPWAVEOUT","features":[422]},{"name":"MM_MSFT_ACM_G711","features":[422]},{"name":"MM_MSFT_ACM_GSM610","features":[422]},{"name":"MM_MSFT_ACM_IMAADPCM","features":[422]},{"name":"MM_MSFT_ACM_MSADPCM","features":[422]},{"name":"MM_MSFT_ACM_MSAUDIO1","features":[422]},{"name":"MM_MSFT_ACM_MSFILTER","features":[422]},{"name":"MM_MSFT_ACM_MSG723","features":[422]},{"name":"MM_MSFT_ACM_MSNAUDIO","features":[422]},{"name":"MM_MSFT_ACM_MSRT24","features":[422]},{"name":"MM_MSFT_ACM_PCM","features":[422]},{"name":"MM_MSFT_ACM_WMAUDIO","features":[422]},{"name":"MM_MSFT_ACM_WMAUDIO2","features":[422]},{"name":"MM_MSFT_GENERIC_AUX_CD","features":[422]},{"name":"MM_MSFT_GENERIC_AUX_LINE","features":[422]},{"name":"MM_MSFT_GENERIC_AUX_MIC","features":[422]},{"name":"MM_MSFT_GENERIC_MIDIIN","features":[422]},{"name":"MM_MSFT_GENERIC_MIDIOUT","features":[422]},{"name":"MM_MSFT_GENERIC_MIDISYNTH","features":[422]},{"name":"MM_MSFT_GENERIC_WAVEIN","features":[422]},{"name":"MM_MSFT_GENERIC_WAVEOUT","features":[422]},{"name":"MM_MSFT_MSACM","features":[422]},{"name":"MM_MSFT_MSOPL_SYNTH","features":[422]},{"name":"MM_MSFT_SB16_AUX_CD","features":[422]},{"name":"MM_MSFT_SB16_AUX_LINE","features":[422]},{"name":"MM_MSFT_SB16_MIDIIN","features":[422]},{"name":"MM_MSFT_SB16_MIDIOUT","features":[422]},{"name":"MM_MSFT_SB16_MIXER","features":[422]},{"name":"MM_MSFT_SB16_SYNTH","features":[422]},{"name":"MM_MSFT_SB16_WAVEIN","features":[422]},{"name":"MM_MSFT_SB16_WAVEOUT","features":[422]},{"name":"MM_MSFT_SBPRO_AUX_CD","features":[422]},{"name":"MM_MSFT_SBPRO_AUX_LINE","features":[422]},{"name":"MM_MSFT_SBPRO_MIDIIN","features":[422]},{"name":"MM_MSFT_SBPRO_MIDIOUT","features":[422]},{"name":"MM_MSFT_SBPRO_MIXER","features":[422]},{"name":"MM_MSFT_SBPRO_SYNTH","features":[422]},{"name":"MM_MSFT_SBPRO_WAVEIN","features":[422]},{"name":"MM_MSFT_SBPRO_WAVEOUT","features":[422]},{"name":"MM_MSFT_VMDMS_HANDSET_WAVEIN","features":[422]},{"name":"MM_MSFT_VMDMS_HANDSET_WAVEOUT","features":[422]},{"name":"MM_MSFT_VMDMS_LINE_WAVEIN","features":[422]},{"name":"MM_MSFT_VMDMS_LINE_WAVEOUT","features":[422]},{"name":"MM_MSFT_VMDMW_HANDSET_WAVEIN","features":[422]},{"name":"MM_MSFT_VMDMW_HANDSET_WAVEOUT","features":[422]},{"name":"MM_MSFT_VMDMW_LINE_WAVEIN","features":[422]},{"name":"MM_MSFT_VMDMW_LINE_WAVEOUT","features":[422]},{"name":"MM_MSFT_VMDMW_MIXER","features":[422]},{"name":"MM_MSFT_VMDM_GAME_WAVEIN","features":[422]},{"name":"MM_MSFT_VMDM_GAME_WAVEOUT","features":[422]},{"name":"MM_MSFT_WDMAUDIO_AUX","features":[422]},{"name":"MM_MSFT_WDMAUDIO_MIDIIN","features":[422]},{"name":"MM_MSFT_WDMAUDIO_MIDIOUT","features":[422]},{"name":"MM_MSFT_WDMAUDIO_MIXER","features":[422]},{"name":"MM_MSFT_WDMAUDIO_WAVEIN","features":[422]},{"name":"MM_MSFT_WDMAUDIO_WAVEOUT","features":[422]},{"name":"MM_MSFT_WSS_AUX","features":[422]},{"name":"MM_MSFT_WSS_FMSYNTH_STEREO","features":[422]},{"name":"MM_MSFT_WSS_MIXER","features":[422]},{"name":"MM_MSFT_WSS_NT_AUX","features":[422]},{"name":"MM_MSFT_WSS_NT_FMSYNTH_STEREO","features":[422]},{"name":"MM_MSFT_WSS_NT_MIXER","features":[422]},{"name":"MM_MSFT_WSS_NT_WAVEIN","features":[422]},{"name":"MM_MSFT_WSS_NT_WAVEOUT","features":[422]},{"name":"MM_MSFT_WSS_OEM_AUX","features":[422]},{"name":"MM_MSFT_WSS_OEM_FMSYNTH_STEREO","features":[422]},{"name":"MM_MSFT_WSS_OEM_MIXER","features":[422]},{"name":"MM_MSFT_WSS_OEM_WAVEIN","features":[422]},{"name":"MM_MSFT_WSS_OEM_WAVEOUT","features":[422]},{"name":"MM_MSFT_WSS_WAVEIN","features":[422]},{"name":"MM_MSFT_WSS_WAVEOUT","features":[422]},{"name":"MM_MWM","features":[422]},{"name":"MM_NCR","features":[422]},{"name":"MM_NCR_BA_AUX","features":[422]},{"name":"MM_NCR_BA_MIXER","features":[422]},{"name":"MM_NCR_BA_SYNTH","features":[422]},{"name":"MM_NCR_BA_WAVEIN","features":[422]},{"name":"MM_NCR_BA_WAVEOUT","features":[422]},{"name":"MM_NEC","features":[422]},{"name":"MM_NEC_26_SYNTH","features":[422]},{"name":"MM_NEC_73_86_SYNTH","features":[422]},{"name":"MM_NEC_73_86_WAVEIN","features":[422]},{"name":"MM_NEC_73_86_WAVEOUT","features":[422]},{"name":"MM_NEC_JOYSTICK","features":[422]},{"name":"MM_NEC_MPU401_MIDIIN","features":[422]},{"name":"MM_NEC_MPU401_MIDIOUT","features":[422]},{"name":"MM_NEOMAGIC","features":[422]},{"name":"MM_NEOMAGIC_AUX","features":[422]},{"name":"MM_NEOMAGIC_MIDIIN","features":[422]},{"name":"MM_NEOMAGIC_MIDIOUT","features":[422]},{"name":"MM_NEOMAGIC_MW3DX_AUX","features":[422]},{"name":"MM_NEOMAGIC_MW3DX_FMSYNTH","features":[422]},{"name":"MM_NEOMAGIC_MW3DX_GMSYNTH","features":[422]},{"name":"MM_NEOMAGIC_MW3DX_MIDIIN","features":[422]},{"name":"MM_NEOMAGIC_MW3DX_MIDIOUT","features":[422]},{"name":"MM_NEOMAGIC_MW3DX_MIXER","features":[422]},{"name":"MM_NEOMAGIC_MW3DX_WAVEIN","features":[422]},{"name":"MM_NEOMAGIC_MW3DX_WAVEOUT","features":[422]},{"name":"MM_NEOMAGIC_MWAVE_AUX","features":[422]},{"name":"MM_NEOMAGIC_MWAVE_MIDIIN","features":[422]},{"name":"MM_NEOMAGIC_MWAVE_MIDIOUT","features":[422]},{"name":"MM_NEOMAGIC_MWAVE_MIXER","features":[422]},{"name":"MM_NEOMAGIC_MWAVE_WAVEIN","features":[422]},{"name":"MM_NEOMAGIC_MWAVE_WAVEOUT","features":[422]},{"name":"MM_NEOMAGIC_SYNTH","features":[422]},{"name":"MM_NEOMAGIC_WAVEIN","features":[422]},{"name":"MM_NEOMAGIC_WAVEOUT","features":[422]},{"name":"MM_NETSCAPE","features":[422]},{"name":"MM_NETXL","features":[422]},{"name":"MM_NETXL_XLVIDEO","features":[422]},{"name":"MM_NEWMEDIA","features":[422]},{"name":"MM_NEWMEDIA_WAVJAMMER","features":[422]},{"name":"MM_NMP","features":[422]},{"name":"MM_NMP_ACM_AMR","features":[422]},{"name":"MM_NMP_CCP_WAVEIN","features":[422]},{"name":"MM_NMP_CCP_WAVEOUT","features":[422]},{"name":"MM_NMS","features":[422]},{"name":"MM_NOGATECH","features":[422]},{"name":"MM_NORRIS","features":[422]},{"name":"MM_NORRIS_VOICELINK","features":[422]},{"name":"MM_NORTEL_MPXAC_WAVEIN","features":[422]},{"name":"MM_NORTEL_MPXAC_WAVEOUT","features":[422]},{"name":"MM_NORTHERN_TELECOM","features":[422]},{"name":"MM_NVIDIA","features":[422]},{"name":"MM_NVIDIA_AUX","features":[422]},{"name":"MM_NVIDIA_GAMEPORT","features":[422]},{"name":"MM_NVIDIA_MIDIIN","features":[422]},{"name":"MM_NVIDIA_MIDIOUT","features":[422]},{"name":"MM_NVIDIA_MIXER","features":[422]},{"name":"MM_NVIDIA_WAVEIN","features":[422]},{"name":"MM_NVIDIA_WAVEOUT","features":[422]},{"name":"MM_OKI","features":[422]},{"name":"MM_OKSORI","features":[422]},{"name":"MM_OKSORI_BASE","features":[422]},{"name":"MM_OKSORI_EXT_MIC1","features":[422]},{"name":"MM_OKSORI_EXT_MIC2","features":[422]},{"name":"MM_OKSORI_FM_OPL4","features":[422]},{"name":"MM_OKSORI_MIDIIN","features":[422]},{"name":"MM_OKSORI_MIDIOUT","features":[422]},{"name":"MM_OKSORI_MIX_AUX1","features":[422]},{"name":"MM_OKSORI_MIX_CD","features":[422]},{"name":"MM_OKSORI_MIX_ECHO","features":[422]},{"name":"MM_OKSORI_MIX_FM","features":[422]},{"name":"MM_OKSORI_MIX_LINE","features":[422]},{"name":"MM_OKSORI_MIX_LINE1","features":[422]},{"name":"MM_OKSORI_MIX_MASTER","features":[422]},{"name":"MM_OKSORI_MIX_MIC","features":[422]},{"name":"MM_OKSORI_MIX_WAVE","features":[422]},{"name":"MM_OKSORI_MPEG_CDVISION","features":[422]},{"name":"MM_OKSORI_OSR16_WAVEIN","features":[422]},{"name":"MM_OKSORI_OSR16_WAVEOUT","features":[422]},{"name":"MM_OKSORI_OSR8_WAVEIN","features":[422]},{"name":"MM_OKSORI_OSR8_WAVEOUT","features":[422]},{"name":"MM_OLIVETTI","features":[422]},{"name":"MM_OLIVETTI_ACM_ADPCM","features":[422]},{"name":"MM_OLIVETTI_ACM_CELP","features":[422]},{"name":"MM_OLIVETTI_ACM_GSM","features":[422]},{"name":"MM_OLIVETTI_ACM_OPR","features":[422]},{"name":"MM_OLIVETTI_ACM_SBC","features":[422]},{"name":"MM_OLIVETTI_AUX","features":[422]},{"name":"MM_OLIVETTI_JOYSTICK","features":[422]},{"name":"MM_OLIVETTI_MIDIIN","features":[422]},{"name":"MM_OLIVETTI_MIDIOUT","features":[422]},{"name":"MM_OLIVETTI_MIXER","features":[422]},{"name":"MM_OLIVETTI_SYNTH","features":[422]},{"name":"MM_OLIVETTI_WAVEIN","features":[422]},{"name":"MM_OLIVETTI_WAVEOUT","features":[422]},{"name":"MM_ONLIVE","features":[422]},{"name":"MM_ONLIVE_MPCODEC","features":[422]},{"name":"MM_OPCODE","features":[422]},{"name":"MM_OPTI","features":[422]},{"name":"MM_OPTI_M16_AUX","features":[422]},{"name":"MM_OPTI_M16_FMSYNTH_STEREO","features":[422]},{"name":"MM_OPTI_M16_MIDIIN","features":[422]},{"name":"MM_OPTI_M16_MIDIOUT","features":[422]},{"name":"MM_OPTI_M16_MIXER","features":[422]},{"name":"MM_OPTI_M16_WAVEIN","features":[422]},{"name":"MM_OPTI_M16_WAVEOUT","features":[422]},{"name":"MM_OPTI_M32_AUX","features":[422]},{"name":"MM_OPTI_M32_MIDIIN","features":[422]},{"name":"MM_OPTI_M32_MIDIOUT","features":[422]},{"name":"MM_OPTI_M32_MIXER","features":[422]},{"name":"MM_OPTI_M32_SYNTH_STEREO","features":[422]},{"name":"MM_OPTI_M32_WAVEIN","features":[422]},{"name":"MM_OPTI_M32_WAVEOUT","features":[422]},{"name":"MM_OPTI_P16_AUX","features":[422]},{"name":"MM_OPTI_P16_FMSYNTH_STEREO","features":[422]},{"name":"MM_OPTI_P16_MIDIIN","features":[422]},{"name":"MM_OPTI_P16_MIDIOUT","features":[422]},{"name":"MM_OPTI_P16_MIXER","features":[422]},{"name":"MM_OPTI_P16_WAVEIN","features":[422]},{"name":"MM_OPTI_P16_WAVEOUT","features":[422]},{"name":"MM_OPUS1208_AUX","features":[422]},{"name":"MM_OPUS1208_MIXER","features":[422]},{"name":"MM_OPUS1208_SYNTH","features":[422]},{"name":"MM_OPUS1208_WAVEIN","features":[422]},{"name":"MM_OPUS1208_WAVEOUT","features":[422]},{"name":"MM_OPUS1216_AUX","features":[422]},{"name":"MM_OPUS1216_MIDIIN","features":[422]},{"name":"MM_OPUS1216_MIDIOUT","features":[422]},{"name":"MM_OPUS1216_MIXER","features":[422]},{"name":"MM_OPUS1216_SYNTH","features":[422]},{"name":"MM_OPUS1216_WAVEIN","features":[422]},{"name":"MM_OPUS1216_WAVEOUT","features":[422]},{"name":"MM_OPUS401_MIDIIN","features":[422]},{"name":"MM_OPUS401_MIDIOUT","features":[422]},{"name":"MM_OSITECH","features":[422]},{"name":"MM_OSITECH_TRUMPCARD","features":[422]},{"name":"MM_OSPREY","features":[422]},{"name":"MM_OSPREY_1000WAVEIN","features":[422]},{"name":"MM_OSPREY_1000WAVEOUT","features":[422]},{"name":"MM_OTI","features":[422]},{"name":"MM_OTI_611MIDIN","features":[422]},{"name":"MM_OTI_611MIDIOUT","features":[422]},{"name":"MM_OTI_611MIXER","features":[422]},{"name":"MM_OTI_611WAVEIN","features":[422]},{"name":"MM_OTI_611WAVEOUT","features":[422]},{"name":"MM_PACIFICRESEARCH","features":[422]},{"name":"MM_PCSPEAKER_WAVEOUT","features":[422]},{"name":"MM_PHILIPS_ACM_LPCBB","features":[422]},{"name":"MM_PHILIPS_SPEECH_PROCESSING","features":[422]},{"name":"MM_PHONET","features":[422]},{"name":"MM_PHONET_PP_MIXER","features":[422]},{"name":"MM_PHONET_PP_WAVEIN","features":[422]},{"name":"MM_PHONET_PP_WAVEOUT","features":[422]},{"name":"MM_PICTURETEL","features":[422]},{"name":"MM_PID_UNMAPPED","features":[422]},{"name":"MM_PINNACLE","features":[422]},{"name":"MM_PRAGMATRAX","features":[422]},{"name":"MM_PRECEPT","features":[422]},{"name":"MM_PROAUD_16_AUX","features":[422]},{"name":"MM_PROAUD_16_MIDIIN","features":[422]},{"name":"MM_PROAUD_16_MIDIOUT","features":[422]},{"name":"MM_PROAUD_16_MIXER","features":[422]},{"name":"MM_PROAUD_16_SYNTH","features":[422]},{"name":"MM_PROAUD_16_WAVEIN","features":[422]},{"name":"MM_PROAUD_16_WAVEOUT","features":[422]},{"name":"MM_PROAUD_AUX","features":[422]},{"name":"MM_PROAUD_MIDIIN","features":[422]},{"name":"MM_PROAUD_MIDIOUT","features":[422]},{"name":"MM_PROAUD_MIXER","features":[422]},{"name":"MM_PROAUD_PLUS_AUX","features":[422]},{"name":"MM_PROAUD_PLUS_MIDIIN","features":[422]},{"name":"MM_PROAUD_PLUS_MIDIOUT","features":[422]},{"name":"MM_PROAUD_PLUS_MIXER","features":[422]},{"name":"MM_PROAUD_PLUS_SYNTH","features":[422]},{"name":"MM_PROAUD_PLUS_WAVEIN","features":[422]},{"name":"MM_PROAUD_PLUS_WAVEOUT","features":[422]},{"name":"MM_PROAUD_SYNTH","features":[422]},{"name":"MM_PROAUD_WAVEIN","features":[422]},{"name":"MM_PROAUD_WAVEOUT","features":[422]},{"name":"MM_QCIAR","features":[422]},{"name":"MM_QDESIGN","features":[422]},{"name":"MM_QDESIGN_ACM_MPEG","features":[422]},{"name":"MM_QDESIGN_ACM_QDESIGN_MUSIC","features":[422]},{"name":"MM_QTEAM","features":[422]},{"name":"MM_QUALCOMM","features":[422]},{"name":"MM_QUANTUM3D","features":[422]},{"name":"MM_QUARTERDECK","features":[422]},{"name":"MM_QUARTERDECK_LHWAVEIN","features":[422]},{"name":"MM_QUARTERDECK_LHWAVEOUT","features":[422]},{"name":"MM_QUICKAUDIO","features":[422]},{"name":"MM_QUICKAUDIO_MAXIMIDI","features":[422]},{"name":"MM_QUICKAUDIO_MINIMIDI","features":[422]},{"name":"MM_QUICKNET","features":[422]},{"name":"MM_QUICKNET_PJWAVEIN","features":[422]},{"name":"MM_QUICKNET_PJWAVEOUT","features":[422]},{"name":"MM_RADIUS","features":[422]},{"name":"MM_RHETOREX","features":[422]},{"name":"MM_RHETOREX_WAVEIN","features":[422]},{"name":"MM_RHETOREX_WAVEOUT","features":[422]},{"name":"MM_RICHMOND","features":[422]},{"name":"MM_ROCKWELL","features":[422]},{"name":"MM_ROLAND","features":[422]},{"name":"MM_ROLAND_MPU401_MIDIIN","features":[422]},{"name":"MM_ROLAND_MPU401_MIDIOUT","features":[422]},{"name":"MM_ROLAND_RAP10_MIDIIN","features":[422]},{"name":"MM_ROLAND_RAP10_MIDIOUT","features":[422]},{"name":"MM_ROLAND_RAP10_SYNTH","features":[422]},{"name":"MM_ROLAND_RAP10_WAVEIN","features":[422]},{"name":"MM_ROLAND_RAP10_WAVEOUT","features":[422]},{"name":"MM_ROLAND_SC7_MIDIIN","features":[422]},{"name":"MM_ROLAND_SC7_MIDIOUT","features":[422]},{"name":"MM_ROLAND_SCP_AUX","features":[422]},{"name":"MM_ROLAND_SCP_MIDIIN","features":[422]},{"name":"MM_ROLAND_SCP_MIDIOUT","features":[422]},{"name":"MM_ROLAND_SCP_MIXER","features":[422]},{"name":"MM_ROLAND_SCP_WAVEIN","features":[422]},{"name":"MM_ROLAND_SCP_WAVEOUT","features":[422]},{"name":"MM_ROLAND_SERIAL_MIDIIN","features":[422]},{"name":"MM_ROLAND_SERIAL_MIDIOUT","features":[422]},{"name":"MM_ROLAND_SMPU_MIDIINA","features":[422]},{"name":"MM_ROLAND_SMPU_MIDIINB","features":[422]},{"name":"MM_ROLAND_SMPU_MIDIOUTA","features":[422]},{"name":"MM_ROLAND_SMPU_MIDIOUTB","features":[422]},{"name":"MM_RZS","features":[422]},{"name":"MM_RZS_ACM_TUBGSM","features":[422]},{"name":"MM_S3","features":[422]},{"name":"MM_S3_AUX","features":[422]},{"name":"MM_S3_FMSYNTH","features":[422]},{"name":"MM_S3_MIDIIN","features":[422]},{"name":"MM_S3_MIDIOUT","features":[422]},{"name":"MM_S3_MIXER","features":[422]},{"name":"MM_S3_WAVEIN","features":[422]},{"name":"MM_S3_WAVEOUT","features":[422]},{"name":"MM_SANYO","features":[422]},{"name":"MM_SANYO_ACM_LD_ADPCM","features":[422]},{"name":"MM_SCALACS","features":[422]},{"name":"MM_SEERSYS","features":[422]},{"name":"MM_SEERSYS_REALITY","features":[422]},{"name":"MM_SEERSYS_SEERMIX","features":[422]},{"name":"MM_SEERSYS_SEERSYNTH","features":[422]},{"name":"MM_SEERSYS_SEERWAVE","features":[422]},{"name":"MM_SEERSYS_WAVESYNTH","features":[422]},{"name":"MM_SEERSYS_WAVESYNTH_WG","features":[422]},{"name":"MM_SELSIUS_SYSTEMS","features":[422]},{"name":"MM_SELSIUS_SYSTEMS_RTPWAVEIN","features":[422]},{"name":"MM_SELSIUS_SYSTEMS_RTPWAVEOUT","features":[422]},{"name":"MM_SGI","features":[422]},{"name":"MM_SGI_320_MIXER","features":[422]},{"name":"MM_SGI_320_WAVEIN","features":[422]},{"name":"MM_SGI_320_WAVEOUT","features":[422]},{"name":"MM_SGI_540_MIXER","features":[422]},{"name":"MM_SGI_540_WAVEIN","features":[422]},{"name":"MM_SGI_540_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADAT8CHAN_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADAT8CHAN_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATMONO1_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATMONO1_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATMONO2_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATMONO2_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATMONO3_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATMONO3_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATMONO4_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATMONO4_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATMONO5_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATMONO5_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATMONO6_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATMONO6_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATMONO7_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATMONO7_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATMONO8_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATMONO8_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATSTEREO12_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATSTEREO12_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATSTEREO32_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATSTEREO34_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATSTEREO56_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATSTEREO56_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_ADATSTEREO78_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_ADATSTEREO78_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_AESMONO1_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_AESMONO1_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_AESMONO2_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_AESMONO2_WAVEOUT","features":[422]},{"name":"MM_SGI_RAD_AESSTEREO_WAVEIN","features":[422]},{"name":"MM_SGI_RAD_AESSTEREO_WAVEOUT","features":[422]},{"name":"MM_SHARP","features":[422]},{"name":"MM_SHARP_MDC_AUX","features":[422]},{"name":"MM_SHARP_MDC_AUX_BASS","features":[422]},{"name":"MM_SHARP_MDC_AUX_CHR","features":[422]},{"name":"MM_SHARP_MDC_AUX_MASTER","features":[422]},{"name":"MM_SHARP_MDC_AUX_MIDI_VOL","features":[422]},{"name":"MM_SHARP_MDC_AUX_RVB","features":[422]},{"name":"MM_SHARP_MDC_AUX_TREBLE","features":[422]},{"name":"MM_SHARP_MDC_AUX_VOL","features":[422]},{"name":"MM_SHARP_MDC_AUX_WAVE_CHR","features":[422]},{"name":"MM_SHARP_MDC_AUX_WAVE_RVB","features":[422]},{"name":"MM_SHARP_MDC_AUX_WAVE_VOL","features":[422]},{"name":"MM_SHARP_MDC_MIDI_IN","features":[422]},{"name":"MM_SHARP_MDC_MIDI_OUT","features":[422]},{"name":"MM_SHARP_MDC_MIDI_SYNTH","features":[422]},{"name":"MM_SHARP_MDC_MIXER","features":[422]},{"name":"MM_SHARP_MDC_WAVE_IN","features":[422]},{"name":"MM_SHARP_MDC_WAVE_OUT","features":[422]},{"name":"MM_SICRESOURCE","features":[422]},{"name":"MM_SICRESOURCE_SSO3D","features":[422]},{"name":"MM_SICRESOURCE_SSOW3DI","features":[422]},{"name":"MM_SIEMENS_SBC","features":[422]},{"name":"MM_SIERRA","features":[422]},{"name":"MM_SIERRA_ARIA_AUX","features":[422]},{"name":"MM_SIERRA_ARIA_AUX2","features":[422]},{"name":"MM_SIERRA_ARIA_MIDIIN","features":[422]},{"name":"MM_SIERRA_ARIA_MIDIOUT","features":[422]},{"name":"MM_SIERRA_ARIA_SYNTH","features":[422]},{"name":"MM_SIERRA_ARIA_WAVEIN","features":[422]},{"name":"MM_SIERRA_ARIA_WAVEOUT","features":[422]},{"name":"MM_SIERRA_QUARTET_AUX_CD","features":[422]},{"name":"MM_SIERRA_QUARTET_AUX_LINE","features":[422]},{"name":"MM_SIERRA_QUARTET_AUX_MODEM","features":[422]},{"name":"MM_SIERRA_QUARTET_MIDIIN","features":[422]},{"name":"MM_SIERRA_QUARTET_MIDIOUT","features":[422]},{"name":"MM_SIERRA_QUARTET_MIXER","features":[422]},{"name":"MM_SIERRA_QUARTET_SYNTH","features":[422]},{"name":"MM_SIERRA_QUARTET_WAVEIN","features":[422]},{"name":"MM_SIERRA_QUARTET_WAVEOUT","features":[422]},{"name":"MM_SILICONSOFT","features":[422]},{"name":"MM_SILICONSOFT_SC1_WAVEIN","features":[422]},{"name":"MM_SILICONSOFT_SC1_WAVEOUT","features":[422]},{"name":"MM_SILICONSOFT_SC2_WAVEIN","features":[422]},{"name":"MM_SILICONSOFT_SC2_WAVEOUT","features":[422]},{"name":"MM_SILICONSOFT_SOUNDJR2PR_WAVEIN","features":[422]},{"name":"MM_SILICONSOFT_SOUNDJR2PR_WAVEOUT","features":[422]},{"name":"MM_SILICONSOFT_SOUNDJR2_WAVEOUT","features":[422]},{"name":"MM_SILICONSOFT_SOUNDJR3_WAVEOUT","features":[422]},{"name":"MM_SIPROLAB","features":[422]},{"name":"MM_SIPROLAB_ACELPNET","features":[422]},{"name":"MM_SNI","features":[422]},{"name":"MM_SNI_ACM_G721","features":[422]},{"name":"MM_SOFTLAB_NSK","features":[422]},{"name":"MM_SOFTLAB_NSK_FRW_AUX","features":[422]},{"name":"MM_SOFTLAB_NSK_FRW_MIXER","features":[422]},{"name":"MM_SOFTLAB_NSK_FRW_WAVEIN","features":[422]},{"name":"MM_SOFTLAB_NSK_FRW_WAVEOUT","features":[422]},{"name":"MM_SOFTSOUND","features":[422]},{"name":"MM_SOFTSOUND_CODEC","features":[422]},{"name":"MM_SONICFOUNDRY","features":[422]},{"name":"MM_SONORUS","features":[422]},{"name":"MM_SONORUS_STUDIO","features":[422]},{"name":"MM_SONY","features":[422]},{"name":"MM_SONY_ACM_SCX","features":[422]},{"name":"MM_SORVIS","features":[422]},{"name":"MM_SOUNDESIGNS","features":[422]},{"name":"MM_SOUNDESIGNS_WAVEIN","features":[422]},{"name":"MM_SOUNDESIGNS_WAVEOUT","features":[422]},{"name":"MM_SOUNDSCAPE_AUX","features":[422]},{"name":"MM_SOUNDSCAPE_MIDIIN","features":[422]},{"name":"MM_SOUNDSCAPE_MIDIOUT","features":[422]},{"name":"MM_SOUNDSCAPE_MIXER","features":[422]},{"name":"MM_SOUNDSCAPE_SYNTH","features":[422]},{"name":"MM_SOUNDSCAPE_WAVEIN","features":[422]},{"name":"MM_SOUNDSCAPE_WAVEOUT","features":[422]},{"name":"MM_SOUNDSCAPE_WAVEOUT_AUX","features":[422]},{"name":"MM_SOUNDSPACE","features":[422]},{"name":"MM_SPECTRUM_PRODUCTIONS","features":[422]},{"name":"MM_SPECTRUM_SIGNAL_PROCESSING","features":[422]},{"name":"MM_SPEECHCOMP","features":[422]},{"name":"MM_SPLASH_STUDIOS","features":[422]},{"name":"MM_SSP_SNDFESAUX","features":[422]},{"name":"MM_SSP_SNDFESMIDIIN","features":[422]},{"name":"MM_SSP_SNDFESMIDIOUT","features":[422]},{"name":"MM_SSP_SNDFESMIX","features":[422]},{"name":"MM_SSP_SNDFESSYNTH","features":[422]},{"name":"MM_SSP_SNDFESWAVEIN","features":[422]},{"name":"MM_SSP_SNDFESWAVEOUT","features":[422]},{"name":"MM_STUDER","features":[422]},{"name":"MM_STUDIO_16_AUX","features":[422]},{"name":"MM_STUDIO_16_MIDIIN","features":[422]},{"name":"MM_STUDIO_16_MIDIOUT","features":[422]},{"name":"MM_STUDIO_16_MIXER","features":[422]},{"name":"MM_STUDIO_16_SYNTH","features":[422]},{"name":"MM_STUDIO_16_WAVEIN","features":[422]},{"name":"MM_STUDIO_16_WAVEOUT","features":[422]},{"name":"MM_ST_MICROELECTRONICS","features":[422]},{"name":"MM_SUNCOM","features":[422]},{"name":"MM_SUPERMAC","features":[422]},{"name":"MM_SYDEC_NV","features":[422]},{"name":"MM_SYDEC_NV_WAVEIN","features":[422]},{"name":"MM_SYDEC_NV_WAVEOUT","features":[422]},{"name":"MM_TANDY","features":[422]},{"name":"MM_TANDY_PSSJWAVEIN","features":[422]},{"name":"MM_TANDY_PSSJWAVEOUT","features":[422]},{"name":"MM_TANDY_SENS_MMAMIDIIN","features":[422]},{"name":"MM_TANDY_SENS_MMAMIDIOUT","features":[422]},{"name":"MM_TANDY_SENS_MMAWAVEIN","features":[422]},{"name":"MM_TANDY_SENS_MMAWAVEOUT","features":[422]},{"name":"MM_TANDY_SENS_VISWAVEOUT","features":[422]},{"name":"MM_TANDY_VISBIOSSYNTH","features":[422]},{"name":"MM_TANDY_VISWAVEIN","features":[422]},{"name":"MM_TANDY_VISWAVEOUT","features":[422]},{"name":"MM_TBS_TROPEZ_AUX1","features":[422]},{"name":"MM_TBS_TROPEZ_AUX2","features":[422]},{"name":"MM_TBS_TROPEZ_LINE","features":[422]},{"name":"MM_TBS_TROPEZ_WAVEIN","features":[422]},{"name":"MM_TBS_TROPEZ_WAVEOUT","features":[422]},{"name":"MM_TDK","features":[422]},{"name":"MM_TDK_MW_AUX","features":[422]},{"name":"MM_TDK_MW_AUX_BASS","features":[422]},{"name":"MM_TDK_MW_AUX_CHR","features":[422]},{"name":"MM_TDK_MW_AUX_MASTER","features":[422]},{"name":"MM_TDK_MW_AUX_MIDI_VOL","features":[422]},{"name":"MM_TDK_MW_AUX_RVB","features":[422]},{"name":"MM_TDK_MW_AUX_TREBLE","features":[422]},{"name":"MM_TDK_MW_AUX_VOL","features":[422]},{"name":"MM_TDK_MW_AUX_WAVE_CHR","features":[422]},{"name":"MM_TDK_MW_AUX_WAVE_RVB","features":[422]},{"name":"MM_TDK_MW_AUX_WAVE_VOL","features":[422]},{"name":"MM_TDK_MW_MIDI_IN","features":[422]},{"name":"MM_TDK_MW_MIDI_OUT","features":[422]},{"name":"MM_TDK_MW_MIDI_SYNTH","features":[422]},{"name":"MM_TDK_MW_MIXER","features":[422]},{"name":"MM_TDK_MW_WAVE_IN","features":[422]},{"name":"MM_TDK_MW_WAVE_OUT","features":[422]},{"name":"MM_TELEKOL","features":[422]},{"name":"MM_TELEKOL_WAVEIN","features":[422]},{"name":"MM_TELEKOL_WAVEOUT","features":[422]},{"name":"MM_TERALOGIC","features":[422]},{"name":"MM_TERRATEC","features":[422]},{"name":"MM_THUNDER_AUX","features":[422]},{"name":"MM_THUNDER_SYNTH","features":[422]},{"name":"MM_THUNDER_WAVEIN","features":[422]},{"name":"MM_THUNDER_WAVEOUT","features":[422]},{"name":"MM_TPORT_SYNTH","features":[422]},{"name":"MM_TPORT_WAVEIN","features":[422]},{"name":"MM_TPORT_WAVEOUT","features":[422]},{"name":"MM_TRUEVISION","features":[422]},{"name":"MM_TRUEVISION_WAVEIN1","features":[422]},{"name":"MM_TRUEVISION_WAVEOUT1","features":[422]},{"name":"MM_TTEWS_AUX","features":[422]},{"name":"MM_TTEWS_MIDIIN","features":[422]},{"name":"MM_TTEWS_MIDIMONITOR","features":[422]},{"name":"MM_TTEWS_MIDIOUT","features":[422]},{"name":"MM_TTEWS_MIDISYNTH","features":[422]},{"name":"MM_TTEWS_MIXER","features":[422]},{"name":"MM_TTEWS_VMIDIIN","features":[422]},{"name":"MM_TTEWS_VMIDIOUT","features":[422]},{"name":"MM_TTEWS_WAVEIN","features":[422]},{"name":"MM_TTEWS_WAVEOUT","features":[422]},{"name":"MM_TURTLE_BEACH","features":[422]},{"name":"MM_UHER_INFORMATIC","features":[422]},{"name":"MM_UH_ACM_ADPCM","features":[422]},{"name":"MM_UNISYS","features":[422]},{"name":"MM_UNISYS_ACM_NAP","features":[422]},{"name":"MM_UNMAPPED","features":[422]},{"name":"MM_VAL","features":[422]},{"name":"MM_VAL_MICROKEY_AP_WAVEIN","features":[422]},{"name":"MM_VAL_MICROKEY_AP_WAVEOUT","features":[422]},{"name":"MM_VANKOEVERING","features":[422]},{"name":"MM_VIA","features":[422]},{"name":"MM_VIA_AUX","features":[422]},{"name":"MM_VIA_MIXER","features":[422]},{"name":"MM_VIA_MPU401_MIDIIN","features":[422]},{"name":"MM_VIA_MPU401_MIDIOUT","features":[422]},{"name":"MM_VIA_SWFM_SYNTH","features":[422]},{"name":"MM_VIA_WAVEIN","features":[422]},{"name":"MM_VIA_WAVEOUT","features":[422]},{"name":"MM_VIA_WDM_MIXER","features":[422]},{"name":"MM_VIA_WDM_MPU401_MIDIIN","features":[422]},{"name":"MM_VIA_WDM_MPU401_MIDIOUT","features":[422]},{"name":"MM_VIA_WDM_WAVEIN","features":[422]},{"name":"MM_VIA_WDM_WAVEOUT","features":[422]},{"name":"MM_VIDEOLOGIC","features":[422]},{"name":"MM_VIDEOLOGIC_MSWAVEIN","features":[422]},{"name":"MM_VIDEOLOGIC_MSWAVEOUT","features":[422]},{"name":"MM_VIENNASYS","features":[422]},{"name":"MM_VIENNASYS_TSP_WAVE_DRIVER","features":[422]},{"name":"MM_VIONA","features":[422]},{"name":"MM_VIONAQVINPCI_WAVEOUT","features":[422]},{"name":"MM_VIONA_BUSTER_MIXER","features":[422]},{"name":"MM_VIONA_CINEMASTER_MIXER","features":[422]},{"name":"MM_VIONA_CONCERTO_MIXER","features":[422]},{"name":"MM_VIONA_QVINPCI_MIXER","features":[422]},{"name":"MM_VIONA_QVINPCI_WAVEIN","features":[422]},{"name":"MM_VIRTUALMUSIC","features":[422]},{"name":"MM_VITEC","features":[422]},{"name":"MM_VITEC_VMAKER","features":[422]},{"name":"MM_VITEC_VMPRO","features":[422]},{"name":"MM_VIVO","features":[422]},{"name":"MM_VIVO_AUDIO_CODEC","features":[422]},{"name":"MM_VKC_MPU401_MIDIIN","features":[422]},{"name":"MM_VKC_MPU401_MIDIOUT","features":[422]},{"name":"MM_VKC_SERIAL_MIDIIN","features":[422]},{"name":"MM_VKC_SERIAL_MIDIOUT","features":[422]},{"name":"MM_VOCALTEC","features":[422]},{"name":"MM_VOCALTEC_WAVEIN","features":[422]},{"name":"MM_VOCALTEC_WAVEOUT","features":[422]},{"name":"MM_VOICEINFO","features":[422]},{"name":"MM_VOICEMIXER","features":[422]},{"name":"MM_VOXWARE","features":[422]},{"name":"MM_VOXWARE_CODEC","features":[422]},{"name":"MM_VOYETRA","features":[422]},{"name":"MM_VQST","features":[422]},{"name":"MM_VQST_VQC1","features":[422]},{"name":"MM_VQST_VQC2","features":[422]},{"name":"MM_VTG","features":[422]},{"name":"MM_WANGLABS","features":[422]},{"name":"MM_WANGLABS_WAVEIN1","features":[422]},{"name":"MM_WANGLABS_WAVEOUT1","features":[422]},{"name":"MM_WEITEK","features":[422]},{"name":"MM_WILDCAT","features":[422]},{"name":"MM_WILDCAT_AUTOSCOREMIDIIN","features":[422]},{"name":"MM_WILLOPOND_SNDCOMM_WAVEIN","features":[422]},{"name":"MM_WILLOWPOND","features":[422]},{"name":"MM_WILLOWPOND_FMSYNTH_STEREO","features":[422]},{"name":"MM_WILLOWPOND_GENERIC_AUX","features":[422]},{"name":"MM_WILLOWPOND_GENERIC_MIXER","features":[422]},{"name":"MM_WILLOWPOND_GENERIC_WAVEIN","features":[422]},{"name":"MM_WILLOWPOND_GENERIC_WAVEOUT","features":[422]},{"name":"MM_WILLOWPOND_MPU401","features":[422]},{"name":"MM_WILLOWPOND_PH_AUX","features":[422]},{"name":"MM_WILLOWPOND_PH_MIXER","features":[422]},{"name":"MM_WILLOWPOND_PH_WAVEIN","features":[422]},{"name":"MM_WILLOWPOND_PH_WAVEOUT","features":[422]},{"name":"MM_WILLOWPOND_SNDCOMM_AUX","features":[422]},{"name":"MM_WILLOWPOND_SNDCOMM_MIXER","features":[422]},{"name":"MM_WILLOWPOND_SNDCOMM_WAVEOUT","features":[422]},{"name":"MM_WILLOWPOND_SNDPORT_AUX","features":[422]},{"name":"MM_WILLOWPOND_SNDPORT_MIXER","features":[422]},{"name":"MM_WILLOWPOND_SNDPORT_WAVEIN","features":[422]},{"name":"MM_WILLOWPOND_SNDPORT_WAVEOUT","features":[422]},{"name":"MM_WINBOND","features":[422]},{"name":"MM_WINNOV","features":[422]},{"name":"MM_WINNOV_CAVIAR_CHAMPAGNE","features":[422]},{"name":"MM_WINNOV_CAVIAR_VIDC","features":[422]},{"name":"MM_WINNOV_CAVIAR_WAVEIN","features":[422]},{"name":"MM_WINNOV_CAVIAR_WAVEOUT","features":[422]},{"name":"MM_WINNOV_CAVIAR_YUV8","features":[422]},{"name":"MM_WORKBIT","features":[422]},{"name":"MM_WORKBIT_AUX","features":[422]},{"name":"MM_WORKBIT_FMSYNTH","features":[422]},{"name":"MM_WORKBIT_JOYSTICK","features":[422]},{"name":"MM_WORKBIT_MIDIIN","features":[422]},{"name":"MM_WORKBIT_MIDIOUT","features":[422]},{"name":"MM_WORKBIT_MIXER","features":[422]},{"name":"MM_WORKBIT_WAVEIN","features":[422]},{"name":"MM_WORKBIT_WAVEOUT","features":[422]},{"name":"MM_WSS_SB16_AUX_CD","features":[422]},{"name":"MM_WSS_SB16_AUX_LINE","features":[422]},{"name":"MM_WSS_SB16_MIDIIN","features":[422]},{"name":"MM_WSS_SB16_MIDIOUT","features":[422]},{"name":"MM_WSS_SB16_MIXER","features":[422]},{"name":"MM_WSS_SB16_SYNTH","features":[422]},{"name":"MM_WSS_SB16_WAVEIN","features":[422]},{"name":"MM_WSS_SB16_WAVEOUT","features":[422]},{"name":"MM_WSS_SBPRO_AUX_CD","features":[422]},{"name":"MM_WSS_SBPRO_AUX_LINE","features":[422]},{"name":"MM_WSS_SBPRO_MIDIIN","features":[422]},{"name":"MM_WSS_SBPRO_MIDIOUT","features":[422]},{"name":"MM_WSS_SBPRO_MIXER","features":[422]},{"name":"MM_WSS_SBPRO_SYNTH","features":[422]},{"name":"MM_WSS_SBPRO_WAVEIN","features":[422]},{"name":"MM_WSS_SBPRO_WAVEOUT","features":[422]},{"name":"MM_XEBEC","features":[422]},{"name":"MM_XIRLINK","features":[422]},{"name":"MM_XIRLINK_VISIONLINK","features":[422]},{"name":"MM_XYZ","features":[422]},{"name":"MM_YAMAHA","features":[422]},{"name":"MM_YAMAHA_ACXG_AUX","features":[422]},{"name":"MM_YAMAHA_ACXG_MIDIOUT","features":[422]},{"name":"MM_YAMAHA_ACXG_MIXER","features":[422]},{"name":"MM_YAMAHA_ACXG_WAVEIN","features":[422]},{"name":"MM_YAMAHA_ACXG_WAVEOUT","features":[422]},{"name":"MM_YAMAHA_GSS_AUX","features":[422]},{"name":"MM_YAMAHA_GSS_MIDIIN","features":[422]},{"name":"MM_YAMAHA_GSS_MIDIOUT","features":[422]},{"name":"MM_YAMAHA_GSS_SYNTH","features":[422]},{"name":"MM_YAMAHA_GSS_WAVEIN","features":[422]},{"name":"MM_YAMAHA_GSS_WAVEOUT","features":[422]},{"name":"MM_YAMAHA_OPL3SA_FMSYNTH","features":[422]},{"name":"MM_YAMAHA_OPL3SA_JOYSTICK","features":[422]},{"name":"MM_YAMAHA_OPL3SA_MIDIIN","features":[422]},{"name":"MM_YAMAHA_OPL3SA_MIDIOUT","features":[422]},{"name":"MM_YAMAHA_OPL3SA_MIXER","features":[422]},{"name":"MM_YAMAHA_OPL3SA_WAVEIN","features":[422]},{"name":"MM_YAMAHA_OPL3SA_WAVEOUT","features":[422]},{"name":"MM_YAMAHA_OPL3SA_YSYNTH","features":[422]},{"name":"MM_YAMAHA_SERIAL_MIDIIN","features":[422]},{"name":"MM_YAMAHA_SERIAL_MIDIOUT","features":[422]},{"name":"MM_YAMAHA_SXG_MIDIOUT","features":[422]},{"name":"MM_YAMAHA_SXG_MIXER","features":[422]},{"name":"MM_YAMAHA_SXG_WAVEOUT","features":[422]},{"name":"MM_YAMAHA_YMF724LEG_FMSYNTH","features":[422]},{"name":"MM_YAMAHA_YMF724LEG_MIDIIN","features":[422]},{"name":"MM_YAMAHA_YMF724LEG_MIDIOUT","features":[422]},{"name":"MM_YAMAHA_YMF724LEG_MIXER","features":[422]},{"name":"MM_YAMAHA_YMF724_AUX","features":[422]},{"name":"MM_YAMAHA_YMF724_MIDIOUT","features":[422]},{"name":"MM_YAMAHA_YMF724_MIXER","features":[422]},{"name":"MM_YAMAHA_YMF724_WAVEIN","features":[422]},{"name":"MM_YAMAHA_YMF724_WAVEOUT","features":[422]},{"name":"MM_YOUCOM","features":[422]},{"name":"MM_ZEFIRO","features":[422]},{"name":"MM_ZEFIRO_ZA2","features":[422]},{"name":"MM_ZYXEL","features":[422]},{"name":"MM_ZYXEL_ACM_ADPCM","features":[422]},{"name":"MODM_CACHEDRUMPATCHES","features":[422]},{"name":"MODM_CACHEPATCHES","features":[422]},{"name":"MODM_CLOSE","features":[422]},{"name":"MODM_DATA","features":[422]},{"name":"MODM_GETDEVCAPS","features":[422]},{"name":"MODM_GETNUMDEVS","features":[422]},{"name":"MODM_GETPOS","features":[422]},{"name":"MODM_GETVOLUME","features":[422]},{"name":"MODM_INIT","features":[422]},{"name":"MODM_INIT_EX","features":[422]},{"name":"MODM_LONGDATA","features":[422]},{"name":"MODM_MAPPER","features":[422]},{"name":"MODM_OPEN","features":[422]},{"name":"MODM_PAUSE","features":[422]},{"name":"MODM_PREFERRED","features":[422]},{"name":"MODM_PREPARE","features":[422]},{"name":"MODM_PROPERTIES","features":[422]},{"name":"MODM_RECONFIGURE","features":[422]},{"name":"MODM_RESET","features":[422]},{"name":"MODM_RESTART","features":[422]},{"name":"MODM_SETVOLUME","features":[422]},{"name":"MODM_STOP","features":[422]},{"name":"MODM_STRMDATA","features":[422]},{"name":"MODM_UNPREPARE","features":[422]},{"name":"MODM_USER","features":[422]},{"name":"MPEGLAYER3_ID_CONSTANTFRAMESIZE","features":[422]},{"name":"MPEGLAYER3_ID_MPEG","features":[422]},{"name":"MPEGLAYER3_ID_UNKNOWN","features":[422]},{"name":"MPEGLAYER3_WFX_EXTRA_BYTES","features":[422]},{"name":"MSAUDIO1WAVEFORMAT","features":[423,422]},{"name":"MSAUDIO1_BITS_PER_SAMPLE","features":[422]},{"name":"MSAUDIO1_MAX_CHANNELS","features":[422]},{"name":"MXDM_BASE","features":[422]},{"name":"MXDM_CLOSE","features":[422]},{"name":"MXDM_GETCONTROLDETAILS","features":[422]},{"name":"MXDM_GETDEVCAPS","features":[422]},{"name":"MXDM_GETLINECONTROLS","features":[422]},{"name":"MXDM_GETLINEINFO","features":[422]},{"name":"MXDM_GETNUMDEVS","features":[422]},{"name":"MXDM_INIT","features":[422]},{"name":"MXDM_INIT_EX","features":[422]},{"name":"MXDM_OPEN","features":[422]},{"name":"MXDM_SETCONTROLDETAILS","features":[422]},{"name":"MXDM_USER","features":[422]},{"name":"NMS_VBXADPCMWAVEFORMAT","features":[423,422]},{"name":"NS_DRM_E_MIGRATION_IMAGE_ALREADY_EXISTS","features":[422]},{"name":"NS_DRM_E_MIGRATION_SOURCE_MACHINE_IN_USE","features":[422]},{"name":"NS_DRM_E_MIGRATION_TARGET_MACHINE_LESS_THAN_LH","features":[422]},{"name":"NS_DRM_E_MIGRATION_UPGRADE_WITH_DIFF_SID","features":[422]},{"name":"NS_E_8BIT_WAVE_UNSUPPORTED","features":[422]},{"name":"NS_E_ACTIVE_SG_DEVICE_CONTROL_DISCONNECTED","features":[422]},{"name":"NS_E_ACTIVE_SG_DEVICE_DISCONNECTED","features":[422]},{"name":"NS_E_ADVANCEDEDIT_TOO_MANY_PICTURES","features":[422]},{"name":"NS_E_ALLOCATE_FILE_FAIL","features":[422]},{"name":"NS_E_ALL_PROTOCOLS_DISABLED","features":[422]},{"name":"NS_E_ALREADY_CONNECTED","features":[422]},{"name":"NS_E_ANALOG_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[422]},{"name":"NS_E_ARCHIVE_ABORT_DUE_TO_BCAST","features":[422]},{"name":"NS_E_ARCHIVE_FILENAME_NOTSET","features":[422]},{"name":"NS_E_ARCHIVE_GAP_DETECTED","features":[422]},{"name":"NS_E_ARCHIVE_REACH_QUOTA","features":[422]},{"name":"NS_E_ARCHIVE_SAME_AS_INPUT","features":[422]},{"name":"NS_E_ASSERT","features":[422]},{"name":"NS_E_ASX_INVALIDFORMAT","features":[422]},{"name":"NS_E_ASX_INVALIDVERSION","features":[422]},{"name":"NS_E_ASX_INVALID_REPEAT_BLOCK","features":[422]},{"name":"NS_E_ASX_NOTHING_TO_WRITE","features":[422]},{"name":"NS_E_ATTRIBUTE_NOT_ALLOWED","features":[422]},{"name":"NS_E_ATTRIBUTE_READ_ONLY","features":[422]},{"name":"NS_E_AUDIENCE_CONTENTTYPE_MISMATCH","features":[422]},{"name":"NS_E_AUDIENCE__LANGUAGE_CONTENTTYPE_MISMATCH","features":[422]},{"name":"NS_E_AUDIODEVICE_BADFORMAT","features":[422]},{"name":"NS_E_AUDIODEVICE_BUSY","features":[422]},{"name":"NS_E_AUDIODEVICE_UNEXPECTED","features":[422]},{"name":"NS_E_AUDIO_BITRATE_STEPDOWN","features":[422]},{"name":"NS_E_AUDIO_CODEC_ERROR","features":[422]},{"name":"NS_E_AUDIO_CODEC_NOT_INSTALLED","features":[422]},{"name":"NS_E_AUTHORIZATION_FILE_NOT_FOUND","features":[422]},{"name":"NS_E_BACKUP_RESTORE_BAD_DATA","features":[422]},{"name":"NS_E_BACKUP_RESTORE_BAD_REQUEST_ID","features":[422]},{"name":"NS_E_BACKUP_RESTORE_FAILURE","features":[422]},{"name":"NS_E_BACKUP_RESTORE_TOO_MANY_RESETS","features":[422]},{"name":"NS_E_BAD_ADAPTER_ADDRESS","features":[422]},{"name":"NS_E_BAD_ADAPTER_NAME","features":[422]},{"name":"NS_E_BAD_BLOCK0_VERSION","features":[422]},{"name":"NS_E_BAD_CONTENTEDL","features":[422]},{"name":"NS_E_BAD_CONTROL_DATA","features":[422]},{"name":"NS_E_BAD_CUB_UID","features":[422]},{"name":"NS_E_BAD_DELIVERY_MODE","features":[422]},{"name":"NS_E_BAD_DISK_UID","features":[422]},{"name":"NS_E_BAD_FSMAJOR_VERSION","features":[422]},{"name":"NS_E_BAD_MARKIN","features":[422]},{"name":"NS_E_BAD_MARKOUT","features":[422]},{"name":"NS_E_BAD_MULTICAST_ADDRESS","features":[422]},{"name":"NS_E_BAD_REQUEST","features":[422]},{"name":"NS_E_BAD_STAMPNUMBER","features":[422]},{"name":"NS_E_BAD_SYNTAX_IN_SERVER_RESPONSE","features":[422]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCENDED","features":[422]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCFAILED","features":[422]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCTIMEOUT","features":[422]},{"name":"NS_E_BKGDOWNLOAD_CANCELCOMPLETEDJOB","features":[422]},{"name":"NS_E_BKGDOWNLOAD_COMPLETECANCELLEDJOB","features":[422]},{"name":"NS_E_BKGDOWNLOAD_FAILEDINITIALIZE","features":[422]},{"name":"NS_E_BKGDOWNLOAD_FAILED_TO_CREATE_TEMPFILE","features":[422]},{"name":"NS_E_BKGDOWNLOAD_INVALIDJOBSIGNATURE","features":[422]},{"name":"NS_E_BKGDOWNLOAD_INVALID_FILE_NAME","features":[422]},{"name":"NS_E_BKGDOWNLOAD_NOJOBPOINTER","features":[422]},{"name":"NS_E_BKGDOWNLOAD_PLUGIN_FAILEDINITIALIZE","features":[422]},{"name":"NS_E_BKGDOWNLOAD_PLUGIN_FAILEDTOMOVEFILE","features":[422]},{"name":"NS_E_BKGDOWNLOAD_WMDUNPACKFAILED","features":[422]},{"name":"NS_E_BKGDOWNLOAD_WRONG_NO_FILES","features":[422]},{"name":"NS_E_BUSY","features":[422]},{"name":"NS_E_CACHE_ARCHIVE_CONFLICT","features":[422]},{"name":"NS_E_CACHE_CANNOT_BE_CACHED","features":[422]},{"name":"NS_E_CACHE_NOT_BROADCAST","features":[422]},{"name":"NS_E_CACHE_NOT_MODIFIED","features":[422]},{"name":"NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND","features":[422]},{"name":"NS_E_CACHE_ORIGIN_SERVER_TIMEOUT","features":[422]},{"name":"NS_E_CANNOTCONNECT","features":[422]},{"name":"NS_E_CANNOTCONNECTEVENTS","features":[422]},{"name":"NS_E_CANNOTDESTROYTITLE","features":[422]},{"name":"NS_E_CANNOTOFFLINEDISK","features":[422]},{"name":"NS_E_CANNOTONLINEDISK","features":[422]},{"name":"NS_E_CANNOTRENAMETITLE","features":[422]},{"name":"NS_E_CANNOT_BUY_OR_DOWNLOAD_CONTENT","features":[422]},{"name":"NS_E_CANNOT_BUY_OR_DOWNLOAD_FROM_MULTIPLE_SERVICES","features":[422]},{"name":"NS_E_CANNOT_CONNECT_TO_PROXY","features":[422]},{"name":"NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP","features":[422]},{"name":"NS_E_CANNOT_GENERATE_BROADCAST_INFO_FOR_QUALITYVBR","features":[422]},{"name":"NS_E_CANNOT_PAUSE_LIVEBROADCAST","features":[422]},{"name":"NS_E_CANNOT_READ_PLAYLIST_FROM_MEDIASERVER","features":[422]},{"name":"NS_E_CANNOT_REMOVE_PLUGIN","features":[422]},{"name":"NS_E_CANNOT_REMOVE_PUBLISHING_POINT","features":[422]},{"name":"NS_E_CANNOT_SYNC_DRM_TO_NON_JANUS_DEVICE","features":[422]},{"name":"NS_E_CANNOT_SYNC_PREVIOUS_SYNC_RUNNING","features":[422]},{"name":"NS_E_CANT_READ_DIGITAL","features":[422]},{"name":"NS_E_CCLINK_DOWN","features":[422]},{"name":"NS_E_CD_COPYTO_CD","features":[422]},{"name":"NS_E_CD_DRIVER_PROBLEM","features":[422]},{"name":"NS_E_CD_EMPTY_TRACK_QUEUE","features":[422]},{"name":"NS_E_CD_ISRC_INVALID","features":[422]},{"name":"NS_E_CD_MEDIA_CATALOG_NUMBER_INVALID","features":[422]},{"name":"NS_E_CD_NO_BUFFERS_READ","features":[422]},{"name":"NS_E_CD_NO_READER","features":[422]},{"name":"NS_E_CD_QUEUEING_DISABLED","features":[422]},{"name":"NS_E_CD_READ_ERROR","features":[422]},{"name":"NS_E_CD_READ_ERROR_NO_CORRECTION","features":[422]},{"name":"NS_E_CD_REFRESH","features":[422]},{"name":"NS_E_CD_SLOW_COPY","features":[422]},{"name":"NS_E_CD_SPEEDDETECT_NOT_ENOUGH_READS","features":[422]},{"name":"NS_E_CHANGING_PROXYBYPASS","features":[422]},{"name":"NS_E_CHANGING_PROXY_EXCEPTIONLIST","features":[422]},{"name":"NS_E_CHANGING_PROXY_NAME","features":[422]},{"name":"NS_E_CHANGING_PROXY_PORT","features":[422]},{"name":"NS_E_CHANGING_PROXY_PROTOCOL_NOT_FOUND","features":[422]},{"name":"NS_E_CLOSED_ON_SUSPEND","features":[422]},{"name":"NS_E_CODEC_DMO_ERROR","features":[422]},{"name":"NS_E_CODEC_UNAVAILABLE","features":[422]},{"name":"NS_E_COMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED","features":[422]},{"name":"NS_E_COMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[422]},{"name":"NS_E_CONNECTION_FAILURE","features":[422]},{"name":"NS_E_CONNECT_TIMEOUT","features":[422]},{"name":"NS_E_CONTENT_PARTNER_STILL_INITIALIZING","features":[422]},{"name":"NS_E_CORECD_NOTAMEDIACD","features":[422]},{"name":"NS_E_CRITICAL_ERROR","features":[422]},{"name":"NS_E_CUB_FAIL","features":[422]},{"name":"NS_E_CUB_FAIL_LINK","features":[422]},{"name":"NS_E_CURLHELPER_NOTADIRECTORY","features":[422]},{"name":"NS_E_CURLHELPER_NOTAFILE","features":[422]},{"name":"NS_E_CURLHELPER_NOTRELATIVE","features":[422]},{"name":"NS_E_CURL_CANTDECODE","features":[422]},{"name":"NS_E_CURL_CANTWALK","features":[422]},{"name":"NS_E_CURL_INVALIDBUFFERSIZE","features":[422]},{"name":"NS_E_CURL_INVALIDCHAR","features":[422]},{"name":"NS_E_CURL_INVALIDHOSTNAME","features":[422]},{"name":"NS_E_CURL_INVALIDPATH","features":[422]},{"name":"NS_E_CURL_INVALIDPORT","features":[422]},{"name":"NS_E_CURL_INVALIDSCHEME","features":[422]},{"name":"NS_E_CURL_INVALIDURL","features":[422]},{"name":"NS_E_CURL_NOTSAFE","features":[422]},{"name":"NS_E_DAMAGED_FILE","features":[422]},{"name":"NS_E_DATAPATH_NO_SINK","features":[422]},{"name":"NS_E_DATA_SOURCE_ENUMERATION_NOT_SUPPORTED","features":[422]},{"name":"NS_E_DATA_UNIT_EXTENSION_TOO_LARGE","features":[422]},{"name":"NS_E_DDRAW_GENERIC","features":[422]},{"name":"NS_E_DEVCONTROL_FAILED_SEEK","features":[422]},{"name":"NS_E_DEVICECONTROL_UNSTABLE","features":[422]},{"name":"NS_E_DEVICE_DISCONNECTED","features":[422]},{"name":"NS_E_DEVICE_IS_NOT_READY","features":[422]},{"name":"NS_E_DEVICE_NOT_READY","features":[422]},{"name":"NS_E_DEVICE_NOT_SUPPORT_FORMAT","features":[422]},{"name":"NS_E_DEVICE_NOT_WMDRM_DEVICE","features":[422]},{"name":"NS_E_DISK_FAIL","features":[422]},{"name":"NS_E_DISK_READ","features":[422]},{"name":"NS_E_DISK_WRITE","features":[422]},{"name":"NS_E_DISPLAY_MODE_CHANGE_FAILED","features":[422]},{"name":"NS_E_DRMPROFILE_NOTFOUND","features":[422]},{"name":"NS_E_DRM_ACQUIRING_LICENSE","features":[422]},{"name":"NS_E_DRM_ACTION_NOT_QUERIED","features":[422]},{"name":"NS_E_DRM_ALREADY_INDIVIDUALIZED","features":[422]},{"name":"NS_E_DRM_APPCERT_REVOKED","features":[422]},{"name":"NS_E_DRM_ATTRIBUTE_TOO_LONG","features":[422]},{"name":"NS_E_DRM_BACKUPRESTORE_BUSY","features":[422]},{"name":"NS_E_DRM_BACKUP_CORRUPT","features":[422]},{"name":"NS_E_DRM_BACKUP_EXISTS","features":[422]},{"name":"NS_E_DRM_BAD_REQUEST","features":[422]},{"name":"NS_E_DRM_BB_UNABLE_TO_INITIALIZE","features":[422]},{"name":"NS_E_DRM_BUFFER_TOO_SMALL","features":[422]},{"name":"NS_E_DRM_BUSY","features":[422]},{"name":"NS_E_DRM_CACHED_CONTENT_ERROR","features":[422]},{"name":"NS_E_DRM_CERTIFICATE_REVOKED","features":[422]},{"name":"NS_E_DRM_CERTIFICATE_SECURITY_LEVEL_INADEQUATE","features":[422]},{"name":"NS_E_DRM_CHAIN_TOO_LONG","features":[422]},{"name":"NS_E_DRM_CHECKPOINT_CORRUPT","features":[422]},{"name":"NS_E_DRM_CHECKPOINT_FAILED","features":[422]},{"name":"NS_E_DRM_CHECKPOINT_MISMATCH","features":[422]},{"name":"NS_E_DRM_CLIENT_CODE_EXPIRED","features":[422]},{"name":"NS_E_DRM_DATASTORE_CORRUPT","features":[422]},{"name":"NS_E_DRM_DEBUGGING_NOT_ALLOWED","features":[422]},{"name":"NS_E_DRM_DECRYPT_ERROR","features":[422]},{"name":"NS_E_DRM_DEVICE_ACTIVATION_CANCELED","features":[422]},{"name":"NS_E_DRM_DEVICE_ALREADY_REGISTERED","features":[422]},{"name":"NS_E_DRM_DEVICE_LIMIT_REACHED","features":[422]},{"name":"NS_E_DRM_DEVICE_NOT_OPEN","features":[422]},{"name":"NS_E_DRM_DEVICE_NOT_REGISTERED","features":[422]},{"name":"NS_E_DRM_DRIVER_AUTH_FAILURE","features":[422]},{"name":"NS_E_DRM_DRIVER_DIGIOUT_FAILURE","features":[422]},{"name":"NS_E_DRM_DRMV2CLT_REVOKED","features":[422]},{"name":"NS_E_DRM_ENCRYPT_ERROR","features":[422]},{"name":"NS_E_DRM_ENUM_LICENSE_FAILED","features":[422]},{"name":"NS_E_DRM_ERROR_BAD_NET_RESP","features":[422]},{"name":"NS_E_DRM_EXPIRED_LICENSEBLOB","features":[422]},{"name":"NS_E_DRM_GET_CONTENTSTRING_ERROR","features":[422]},{"name":"NS_E_DRM_GET_LICENSESTRING_ERROR","features":[422]},{"name":"NS_E_DRM_GET_LICENSE_ERROR","features":[422]},{"name":"NS_E_DRM_HARDWAREID_MISMATCH","features":[422]},{"name":"NS_E_DRM_HARDWARE_INCONSISTENT","features":[422]},{"name":"NS_E_DRM_INCLUSION_LIST_REQUIRED","features":[422]},{"name":"NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE","features":[422]},{"name":"NS_E_DRM_INDIVIDUALIZE_ERROR","features":[422]},{"name":"NS_E_DRM_INDIVIDUALIZING","features":[422]},{"name":"NS_E_DRM_INDIV_FRAUD","features":[422]},{"name":"NS_E_DRM_INDIV_NO_CABS","features":[422]},{"name":"NS_E_DRM_INDIV_SERVICE_UNAVAILABLE","features":[422]},{"name":"NS_E_DRM_INVALID_APPCERT","features":[422]},{"name":"NS_E_DRM_INVALID_APPDATA","features":[422]},{"name":"NS_E_DRM_INVALID_APPDATA_VERSION","features":[422]},{"name":"NS_E_DRM_INVALID_APPLICATION","features":[422]},{"name":"NS_E_DRM_INVALID_CERTIFICATE","features":[422]},{"name":"NS_E_DRM_INVALID_CONTENT","features":[422]},{"name":"NS_E_DRM_INVALID_CRL","features":[422]},{"name":"NS_E_DRM_INVALID_DATA","features":[422]},{"name":"NS_E_DRM_INVALID_KID","features":[422]},{"name":"NS_E_DRM_INVALID_LICENSE","features":[422]},{"name":"NS_E_DRM_INVALID_LICENSEBLOB","features":[422]},{"name":"NS_E_DRM_INVALID_LICENSE_ACQUIRED","features":[422]},{"name":"NS_E_DRM_INVALID_LICENSE_REQUEST","features":[422]},{"name":"NS_E_DRM_INVALID_MACHINE","features":[422]},{"name":"NS_E_DRM_INVALID_MIGRATION_IMAGE","features":[422]},{"name":"NS_E_DRM_INVALID_PROPERTY","features":[422]},{"name":"NS_E_DRM_INVALID_PROXIMITY_RESPONSE","features":[422]},{"name":"NS_E_DRM_INVALID_SECURESTORE_PASSWORD","features":[422]},{"name":"NS_E_DRM_INVALID_SESSION","features":[422]},{"name":"NS_E_DRM_KEY_ERROR","features":[422]},{"name":"NS_E_DRM_LICENSE_APPSECLOW","features":[422]},{"name":"NS_E_DRM_LICENSE_APP_NOTALLOWED","features":[422]},{"name":"NS_E_DRM_LICENSE_CERT_EXPIRED","features":[422]},{"name":"NS_E_DRM_LICENSE_CLOSE_ERROR","features":[422]},{"name":"NS_E_DRM_LICENSE_CONTENT_REVOKED","features":[422]},{"name":"NS_E_DRM_LICENSE_DELETION_ERROR","features":[422]},{"name":"NS_E_DRM_LICENSE_EXPIRED","features":[422]},{"name":"NS_E_DRM_LICENSE_INITIALIZATION_ERROR","features":[422]},{"name":"NS_E_DRM_LICENSE_INVALID_XML","features":[422]},{"name":"NS_E_DRM_LICENSE_NOSAP","features":[422]},{"name":"NS_E_DRM_LICENSE_NOSVP","features":[422]},{"name":"NS_E_DRM_LICENSE_NOTACQUIRED","features":[422]},{"name":"NS_E_DRM_LICENSE_NOTENABLED","features":[422]},{"name":"NS_E_DRM_LICENSE_NOTRUSTEDCODEC","features":[422]},{"name":"NS_E_DRM_LICENSE_NOWDM","features":[422]},{"name":"NS_E_DRM_LICENSE_OPEN_ERROR","features":[422]},{"name":"NS_E_DRM_LICENSE_SECLOW","features":[422]},{"name":"NS_E_DRM_LICENSE_SERVER_INFO_MISSING","features":[422]},{"name":"NS_E_DRM_LICENSE_STORE_ERROR","features":[422]},{"name":"NS_E_DRM_LICENSE_STORE_SAVE_ERROR","features":[422]},{"name":"NS_E_DRM_LICENSE_UNAVAILABLE","features":[422]},{"name":"NS_E_DRM_LICENSE_UNUSABLE","features":[422]},{"name":"NS_E_DRM_LIC_NEEDS_DEVICE_CLOCK_SET","features":[422]},{"name":"NS_E_DRM_MALFORMED_CONTENT_HEADER","features":[422]},{"name":"NS_E_DRM_MIGRATION_IMPORTER_NOT_AVAILABLE","features":[422]},{"name":"NS_E_DRM_MIGRATION_INVALID_LEGACYV2_DATA","features":[422]},{"name":"NS_E_DRM_MIGRATION_INVALID_LEGACYV2_SST_PASSWORD","features":[422]},{"name":"NS_E_DRM_MIGRATION_LICENSE_ALREADY_EXISTS","features":[422]},{"name":"NS_E_DRM_MIGRATION_NOT_SUPPORTED","features":[422]},{"name":"NS_E_DRM_MIGRATION_OBJECT_IN_USE","features":[422]},{"name":"NS_E_DRM_MIGRATION_OPERATION_CANCELLED","features":[422]},{"name":"NS_E_DRM_MIGRATION_TARGET_NOT_ONLINE","features":[422]},{"name":"NS_E_DRM_MIGRATION_TARGET_STATES_CORRUPTED","features":[422]},{"name":"NS_E_DRM_MONITOR_ERROR","features":[422]},{"name":"NS_E_DRM_MUST_APPROVE","features":[422]},{"name":"NS_E_DRM_MUST_REGISTER","features":[422]},{"name":"NS_E_DRM_MUST_REVALIDATE","features":[422]},{"name":"NS_E_DRM_NEEDS_INDIVIDUALIZATION","features":[422]},{"name":"NS_E_DRM_NEEDS_UPGRADE_TEMPFILE","features":[422]},{"name":"NS_E_DRM_NEED_UPGRADE_MSSAP","features":[422]},{"name":"NS_E_DRM_NEED_UPGRADE_PD","features":[422]},{"name":"NS_E_DRM_NOT_CONFIGURED","features":[422]},{"name":"NS_E_DRM_NO_RIGHTS","features":[422]},{"name":"NS_E_DRM_NO_UPLINK_LICENSE","features":[422]},{"name":"NS_E_DRM_OPERATION_CANCELED","features":[422]},{"name":"NS_E_DRM_PARAMETERS_MISMATCHED","features":[422]},{"name":"NS_E_DRM_PASSWORD_TOO_LONG","features":[422]},{"name":"NS_E_DRM_PD_TOO_MANY_DEVICES","features":[422]},{"name":"NS_E_DRM_POLICY_DISABLE_ONLINE","features":[422]},{"name":"NS_E_DRM_POLICY_METERING_DISABLED","features":[422]},{"name":"NS_E_DRM_PROFILE_NOT_SET","features":[422]},{"name":"NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_CHALLENGE","features":[422]},{"name":"NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_PETITION","features":[422]},{"name":"NS_E_DRM_QUERY_ERROR","features":[422]},{"name":"NS_E_DRM_REOPEN_CONTENT","features":[422]},{"name":"NS_E_DRM_REPORT_ERROR","features":[422]},{"name":"NS_E_DRM_RESTORE_FRAUD","features":[422]},{"name":"NS_E_DRM_RESTORE_SERVICE_UNAVAILABLE","features":[422]},{"name":"NS_E_DRM_RESTRICTIONS_NOT_RETRIEVED","features":[422]},{"name":"NS_E_DRM_RIV_TOO_SMALL","features":[422]},{"name":"NS_E_DRM_SDK_VERSIONMISMATCH","features":[422]},{"name":"NS_E_DRM_SDMI_NOMORECOPIES","features":[422]},{"name":"NS_E_DRM_SDMI_TRIGGER","features":[422]},{"name":"NS_E_DRM_SECURE_STORE_ERROR","features":[422]},{"name":"NS_E_DRM_SECURE_STORE_NOT_FOUND","features":[422]},{"name":"NS_E_DRM_SECURE_STORE_UNLOCK_ERROR","features":[422]},{"name":"NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID","features":[422]},{"name":"NS_E_DRM_SIGNATURE_FAILURE","features":[422]},{"name":"NS_E_DRM_SOURCEID_NOT_SUPPORTED","features":[422]},{"name":"NS_E_DRM_STORE_NEEDINDI","features":[422]},{"name":"NS_E_DRM_STORE_NOTALLOWED","features":[422]},{"name":"NS_E_DRM_STORE_NOTALLSTORED","features":[422]},{"name":"NS_E_DRM_STUBLIB_REQUIRED","features":[422]},{"name":"NS_E_DRM_TRACK_EXCEEDED_PLAYLIST_RESTICTION","features":[422]},{"name":"NS_E_DRM_TRACK_EXCEEDED_TRACKBURN_RESTRICTION","features":[422]},{"name":"NS_E_DRM_TRANSFER_CHAINED_LICENSES_UNSUPPORTED","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_CERTIFICATE_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_DEVICE_REGISTRATION_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_INMEMORYSTORE_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_METERING_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_MIGRATION_IMPORTER_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_BURN_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_GET_DEVICE_CERT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK_FROM_SERVER","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_INITIALIZE","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_LOAD_HARDWARE_ID","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_DATA_STORE","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_LICENSE","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_PORT","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_SET_PARAMETER","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_SET_SECURE_CLOCK","features":[422]},{"name":"NS_E_DRM_UNABLE_TO_VERIFY_PROXIMITY","features":[422]},{"name":"NS_E_DRM_UNSUPPORTED_ACTION","features":[422]},{"name":"NS_E_DRM_UNSUPPORTED_ALGORITHM","features":[422]},{"name":"NS_E_DRM_UNSUPPORTED_PROPERTY","features":[422]},{"name":"NS_E_DRM_UNSUPPORTED_PROTOCOL_VERSION","features":[422]},{"name":"NS_E_DUPLICATE_ADDRESS","features":[422]},{"name":"NS_E_DUPLICATE_DRMPROFILE","features":[422]},{"name":"NS_E_DUPLICATE_NAME","features":[422]},{"name":"NS_E_DUPLICATE_PACKET","features":[422]},{"name":"NS_E_DVD_AUTHORING_PROBLEM","features":[422]},{"name":"NS_E_DVD_CANNOT_COPY_PROTECTED","features":[422]},{"name":"NS_E_DVD_CANNOT_JUMP","features":[422]},{"name":"NS_E_DVD_COMPATIBLE_VIDEO_CARD","features":[422]},{"name":"NS_E_DVD_COPY_PROTECT","features":[422]},{"name":"NS_E_DVD_DEVICE_CONTENTION","features":[422]},{"name":"NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_FAILED","features":[422]},{"name":"NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_NS","features":[422]},{"name":"NS_E_DVD_DISC_DECODER_REGION","features":[422]},{"name":"NS_E_DVD_GRAPH_BUILDING","features":[422]},{"name":"NS_E_DVD_INVALID_DISC_REGION","features":[422]},{"name":"NS_E_DVD_INVALID_TITLE_CHAPTER","features":[422]},{"name":"NS_E_DVD_MACROVISION","features":[422]},{"name":"NS_E_DVD_NO_AUDIO_STREAM","features":[422]},{"name":"NS_E_DVD_NO_DECODER","features":[422]},{"name":"NS_E_DVD_NO_SUBPICTURE_STREAM","features":[422]},{"name":"NS_E_DVD_NO_VIDEO_MEMORY","features":[422]},{"name":"NS_E_DVD_NO_VIDEO_STREAM","features":[422]},{"name":"NS_E_DVD_PARENTAL","features":[422]},{"name":"NS_E_DVD_REQUIRED_PROPERTY_NOT_SET","features":[422]},{"name":"NS_E_DVD_SYSTEM_DECODER_REGION","features":[422]},{"name":"NS_E_EDL_REQUIRED_FOR_DEVICE_MULTIPASS","features":[422]},{"name":"NS_E_EMPTY_PLAYLIST","features":[422]},{"name":"NS_E_EMPTY_PROGRAM_NAME","features":[422]},{"name":"NS_E_ENACTPLAN_GIVEUP","features":[422]},{"name":"NS_E_END_OF_PLAYLIST","features":[422]},{"name":"NS_E_END_OF_TAPE","features":[422]},{"name":"NS_E_ERROR_FROM_PROXY","features":[422]},{"name":"NS_E_EXCEED_MAX_DRM_PROFILE_LIMIT","features":[422]},{"name":"NS_E_EXPECT_MONO_WAV_INPUT","features":[422]},{"name":"NS_E_FAILED_DOWNLOAD_ABORT_BURN","features":[422]},{"name":"NS_E_FAIL_LAUNCH_ROXIO_PLUGIN","features":[422]},{"name":"NS_E_FEATURE_DISABLED_BY_GROUP_POLICY","features":[422]},{"name":"NS_E_FEATURE_DISABLED_IN_SKU","features":[422]},{"name":"NS_E_FEATURE_REQUIRES_ENTERPRISE_SERVER","features":[422]},{"name":"NS_E_FILE_ALLOCATION_FAILED","features":[422]},{"name":"NS_E_FILE_BANDWIDTH_LIMIT","features":[422]},{"name":"NS_E_FILE_EXISTS","features":[422]},{"name":"NS_E_FILE_FAILED_CHECKS","features":[422]},{"name":"NS_E_FILE_INIT_FAILED","features":[422]},{"name":"NS_E_FILE_NOT_FOUND","features":[422]},{"name":"NS_E_FILE_OPEN_FAILED","features":[422]},{"name":"NS_E_FILE_PLAY_FAILED","features":[422]},{"name":"NS_E_FILE_READ","features":[422]},{"name":"NS_E_FILE_WRITE","features":[422]},{"name":"NS_E_FIREWALL","features":[422]},{"name":"NS_E_FLASH_PLAYBACK_NOT_ALLOWED","features":[422]},{"name":"NS_E_GLITCH_MODE","features":[422]},{"name":"NS_E_GRAPH_NOAUDIOLANGUAGE","features":[422]},{"name":"NS_E_GRAPH_NOAUDIOLANGUAGESELECTED","features":[422]},{"name":"NS_E_HDS_KEY_MISMATCH","features":[422]},{"name":"NS_E_HEADER_MISMATCH","features":[422]},{"name":"NS_E_HTTP_DISABLED","features":[422]},{"name":"NS_E_HTTP_TEXT_DATACONTAINER_INVALID_SERVER_RESPONSE","features":[422]},{"name":"NS_E_HTTP_TEXT_DATACONTAINER_SIZE_LIMIT_EXCEEDED","features":[422]},{"name":"NS_E_ICMQUERYFORMAT","features":[422]},{"name":"NS_E_IE_DISALLOWS_ACTIVEX_CONTROLS","features":[422]},{"name":"NS_E_IMAGE_DOWNLOAD_FAILED","features":[422]},{"name":"NS_E_IMAPI_LOSSOFSTREAMING","features":[422]},{"name":"NS_E_IMAPI_MEDIUM_INVALIDTYPE","features":[422]},{"name":"NS_E_INCOMPATIBLE_FORMAT","features":[422]},{"name":"NS_E_INCOMPATIBLE_PUSH_SERVER","features":[422]},{"name":"NS_E_INCOMPATIBLE_SERVER","features":[422]},{"name":"NS_E_INCOMPATIBLE_VERSION","features":[422]},{"name":"NS_E_INCOMPLETE_PLAYLIST","features":[422]},{"name":"NS_E_INCORRECTCLIPSETTINGS","features":[422]},{"name":"NS_E_INDUCED","features":[422]},{"name":"NS_E_INPUTSOURCE_PROBLEM","features":[422]},{"name":"NS_E_INPUT_DOESNOT_SUPPORT_SMPTE","features":[422]},{"name":"NS_E_INPUT_WAVFORMAT_MISMATCH","features":[422]},{"name":"NS_E_INSUFFICIENT_BANDWIDTH","features":[422]},{"name":"NS_E_INSUFFICIENT_DATA","features":[422]},{"name":"NS_E_INTERFACE_NOT_REGISTERED_IN_GIT","features":[422]},{"name":"NS_E_INTERLACEMODE_MISMATCH","features":[422]},{"name":"NS_E_INTERLACE_REQUIRE_SAMESIZE","features":[422]},{"name":"NS_E_INTERNAL","features":[422]},{"name":"NS_E_INTERNAL_SERVER_ERROR","features":[422]},{"name":"NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING","features":[422]},{"name":"NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING","features":[422]},{"name":"NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED","features":[422]},{"name":"NS_E_INVALIDINPUTFPS","features":[422]},{"name":"NS_E_INVALIDPACKETSIZE","features":[422]},{"name":"NS_E_INVALIDPROFILE","features":[422]},{"name":"NS_E_INVALID_ARCHIVE","features":[422]},{"name":"NS_E_INVALID_AUDIO_BUFFERMAX","features":[422]},{"name":"NS_E_INVALID_AUDIO_PEAKRATE","features":[422]},{"name":"NS_E_INVALID_AUDIO_PEAKRATE_2","features":[422]},{"name":"NS_E_INVALID_BLACKHOLE_ADDRESS","features":[422]},{"name":"NS_E_INVALID_CHANNEL","features":[422]},{"name":"NS_E_INVALID_CLIENT","features":[422]},{"name":"NS_E_INVALID_DATA","features":[422]},{"name":"NS_E_INVALID_DEVICE","features":[422]},{"name":"NS_E_INVALID_DRMV2CLT_STUBLIB","features":[422]},{"name":"NS_E_INVALID_EDL","features":[422]},{"name":"NS_E_INVALID_FILE_BITRATE","features":[422]},{"name":"NS_E_INVALID_FOLDDOWN_COEFFICIENTS","features":[422]},{"name":"NS_E_INVALID_INDEX","features":[422]},{"name":"NS_E_INVALID_INDEX2","features":[422]},{"name":"NS_E_INVALID_INPUT_AUDIENCE_INDEX","features":[422]},{"name":"NS_E_INVALID_INPUT_FORMAT","features":[422]},{"name":"NS_E_INVALID_INPUT_LANGUAGE","features":[422]},{"name":"NS_E_INVALID_INPUT_STREAM","features":[422]},{"name":"NS_E_INVALID_INTERLACEMODE","features":[422]},{"name":"NS_E_INVALID_INTERLACE_COMPAT","features":[422]},{"name":"NS_E_INVALID_KEY","features":[422]},{"name":"NS_E_INVALID_LOG_URL","features":[422]},{"name":"NS_E_INVALID_MTU_RANGE","features":[422]},{"name":"NS_E_INVALID_NAME","features":[422]},{"name":"NS_E_INVALID_NONSQUAREPIXEL_COMPAT","features":[422]},{"name":"NS_E_INVALID_NUM_PASSES","features":[422]},{"name":"NS_E_INVALID_OPERATING_SYSTEM_VERSION","features":[422]},{"name":"NS_E_INVALID_OUTPUT_FORMAT","features":[422]},{"name":"NS_E_INVALID_PIXEL_ASPECT_RATIO","features":[422]},{"name":"NS_E_INVALID_PLAY_STATISTICS","features":[422]},{"name":"NS_E_INVALID_PLUGIN_LOAD_TYPE_CONFIGURATION","features":[422]},{"name":"NS_E_INVALID_PORT","features":[422]},{"name":"NS_E_INVALID_PROFILE_CONTENTTYPE","features":[422]},{"name":"NS_E_INVALID_PUBLISHING_POINT_NAME","features":[422]},{"name":"NS_E_INVALID_PUSH_PUBLISHING_POINT","features":[422]},{"name":"NS_E_INVALID_PUSH_PUBLISHING_POINT_START_REQUEST","features":[422]},{"name":"NS_E_INVALID_PUSH_TEMPLATE","features":[422]},{"name":"NS_E_INVALID_QUERY_OPERATOR","features":[422]},{"name":"NS_E_INVALID_QUERY_PROPERTY","features":[422]},{"name":"NS_E_INVALID_REDIRECT","features":[422]},{"name":"NS_E_INVALID_REQUEST","features":[422]},{"name":"NS_E_INVALID_SAMPLING_RATE","features":[422]},{"name":"NS_E_INVALID_SCRIPT_BITRATE","features":[422]},{"name":"NS_E_INVALID_SOURCE_WITH_DEVICE_CONTROL","features":[422]},{"name":"NS_E_INVALID_STREAM","features":[422]},{"name":"NS_E_INVALID_TIMECODE","features":[422]},{"name":"NS_E_INVALID_TTL","features":[422]},{"name":"NS_E_INVALID_VBR_COMPAT","features":[422]},{"name":"NS_E_INVALID_VBR_WITH_UNCOMP","features":[422]},{"name":"NS_E_INVALID_VIDEO_BITRATE","features":[422]},{"name":"NS_E_INVALID_VIDEO_BUFFER","features":[422]},{"name":"NS_E_INVALID_VIDEO_BUFFERMAX","features":[422]},{"name":"NS_E_INVALID_VIDEO_BUFFERMAX_2","features":[422]},{"name":"NS_E_INVALID_VIDEO_CQUALITY","features":[422]},{"name":"NS_E_INVALID_VIDEO_FPS","features":[422]},{"name":"NS_E_INVALID_VIDEO_HEIGHT","features":[422]},{"name":"NS_E_INVALID_VIDEO_HEIGHT_ALIGN","features":[422]},{"name":"NS_E_INVALID_VIDEO_IQUALITY","features":[422]},{"name":"NS_E_INVALID_VIDEO_KEYFRAME","features":[422]},{"name":"NS_E_INVALID_VIDEO_PEAKRATE","features":[422]},{"name":"NS_E_INVALID_VIDEO_PEAKRATE_2","features":[422]},{"name":"NS_E_INVALID_VIDEO_WIDTH","features":[422]},{"name":"NS_E_INVALID_VIDEO_WIDTH_ALIGN","features":[422]},{"name":"NS_E_INVALID_VIDEO_WIDTH_FOR_INTERLACED_ENCODING","features":[422]},{"name":"NS_E_LANGUAGE_MISMATCH","features":[422]},{"name":"NS_E_LATE_OPERATION","features":[422]},{"name":"NS_E_LATE_PACKET","features":[422]},{"name":"NS_E_LICENSE_EXPIRED","features":[422]},{"name":"NS_E_LICENSE_HEADER_MISSING_URL","features":[422]},{"name":"NS_E_LICENSE_INCORRECT_RIGHTS","features":[422]},{"name":"NS_E_LICENSE_OUTOFDATE","features":[422]},{"name":"NS_E_LICENSE_REQUIRED","features":[422]},{"name":"NS_E_LOGFILEPERIOD","features":[422]},{"name":"NS_E_LOG_FILE_SIZE","features":[422]},{"name":"NS_E_LOG_NEED_TO_BE_SKIPPED","features":[422]},{"name":"NS_E_MARKIN_UNSUPPORTED","features":[422]},{"name":"NS_E_MAX_BITRATE","features":[422]},{"name":"NS_E_MAX_CLIENTS","features":[422]},{"name":"NS_E_MAX_FILERATE","features":[422]},{"name":"NS_E_MAX_FUNNELS_ALERT","features":[422]},{"name":"NS_E_MAX_PACKET_SIZE_TOO_SMALL","features":[422]},{"name":"NS_E_MEDIACD_READ_ERROR","features":[422]},{"name":"NS_E_MEDIA_LIBRARY_FAILED","features":[422]},{"name":"NS_E_MEDIA_PARSER_INVALID_FORMAT","features":[422]},{"name":"NS_E_MEMSTORAGE_BAD_DATA","features":[422]},{"name":"NS_E_METADATA_CACHE_DATA_NOT_AVAILABLE","features":[422]},{"name":"NS_E_METADATA_CANNOT_RETRIEVE_FROM_OFFLINE_CACHE","features":[422]},{"name":"NS_E_METADATA_CANNOT_SET_LOCALE","features":[422]},{"name":"NS_E_METADATA_FORMAT_NOT_SUPPORTED","features":[422]},{"name":"NS_E_METADATA_IDENTIFIER_NOT_AVAILABLE","features":[422]},{"name":"NS_E_METADATA_INVALID_DOCUMENT_TYPE","features":[422]},{"name":"NS_E_METADATA_LANGUAGE_NOT_SUPORTED","features":[422]},{"name":"NS_E_METADATA_NOT_AVAILABLE","features":[422]},{"name":"NS_E_METADATA_NO_EDITING_CAPABILITY","features":[422]},{"name":"NS_E_METADATA_NO_RFC1766_NAME_FOR_LOCALE","features":[422]},{"name":"NS_E_MISMATCHED_MEDIACONTENT","features":[422]},{"name":"NS_E_MISSING_AUDIENCE","features":[422]},{"name":"NS_E_MISSING_CHANNEL","features":[422]},{"name":"NS_E_MISSING_SOURCE_INDEX","features":[422]},{"name":"NS_E_MIXER_INVALID_CONTROL","features":[422]},{"name":"NS_E_MIXER_INVALID_LINE","features":[422]},{"name":"NS_E_MIXER_INVALID_VALUE","features":[422]},{"name":"NS_E_MIXER_NODRIVER","features":[422]},{"name":"NS_E_MIXER_UNKNOWN_MMRESULT","features":[422]},{"name":"NS_E_MLS_SMARTPLAYLIST_FILTER_NOT_REGISTERED","features":[422]},{"name":"NS_E_MMSAUTOSERVER_CANTFINDWALKER","features":[422]},{"name":"NS_E_MMS_NOT_SUPPORTED","features":[422]},{"name":"NS_E_MONITOR_GIVEUP","features":[422]},{"name":"NS_E_MP3_FORMAT_NOT_FOUND","features":[422]},{"name":"NS_E_MPDB_GENERIC","features":[422]},{"name":"NS_E_MSAUDIO_NOT_INSTALLED","features":[422]},{"name":"NS_E_MSBD_NO_LONGER_SUPPORTED","features":[422]},{"name":"NS_E_MULTICAST_DISABLED","features":[422]},{"name":"NS_E_MULTICAST_PLUGIN_NOT_ENABLED","features":[422]},{"name":"NS_E_MULTIPLE_AUDIO_CODECS","features":[422]},{"name":"NS_E_MULTIPLE_AUDIO_FORMATS","features":[422]},{"name":"NS_E_MULTIPLE_FILE_BITRATES","features":[422]},{"name":"NS_E_MULTIPLE_SCRIPT_BITRATES","features":[422]},{"name":"NS_E_MULTIPLE_VBR_AUDIENCES","features":[422]},{"name":"NS_E_MULTIPLE_VIDEO_CODECS","features":[422]},{"name":"NS_E_MULTIPLE_VIDEO_SIZES","features":[422]},{"name":"NS_E_NAMESPACE_BAD_NAME","features":[422]},{"name":"NS_E_NAMESPACE_BUFFER_TOO_SMALL","features":[422]},{"name":"NS_E_NAMESPACE_CALLBACK_NOT_FOUND","features":[422]},{"name":"NS_E_NAMESPACE_DUPLICATE_CALLBACK","features":[422]},{"name":"NS_E_NAMESPACE_DUPLICATE_NAME","features":[422]},{"name":"NS_E_NAMESPACE_EMPTY_NAME","features":[422]},{"name":"NS_E_NAMESPACE_INDEX_TOO_LARGE","features":[422]},{"name":"NS_E_NAMESPACE_NAME_TOO_LONG","features":[422]},{"name":"NS_E_NAMESPACE_NODE_CONFLICT","features":[422]},{"name":"NS_E_NAMESPACE_NODE_NOT_FOUND","features":[422]},{"name":"NS_E_NAMESPACE_TOO_MANY_CALLBACKS","features":[422]},{"name":"NS_E_NAMESPACE_WRONG_PERSIST","features":[422]},{"name":"NS_E_NAMESPACE_WRONG_SECURITY","features":[422]},{"name":"NS_E_NAMESPACE_WRONG_TYPE","features":[422]},{"name":"NS_E_NEED_CORE_REFERENCE","features":[422]},{"name":"NS_E_NEED_TO_ASK_USER","features":[422]},{"name":"NS_E_NETWORK_BUSY","features":[422]},{"name":"NS_E_NETWORK_RESOURCE_FAILURE","features":[422]},{"name":"NS_E_NETWORK_SERVICE_FAILURE","features":[422]},{"name":"NS_E_NETWORK_SINK_WRITE","features":[422]},{"name":"NS_E_NET_READ","features":[422]},{"name":"NS_E_NET_WRITE","features":[422]},{"name":"NS_E_NOCONNECTION","features":[422]},{"name":"NS_E_NOFUNNEL","features":[422]},{"name":"NS_E_NOMATCHING_ELEMENT","features":[422]},{"name":"NS_E_NOMATCHING_MEDIASOURCE","features":[422]},{"name":"NS_E_NONSQUAREPIXELMODE_MISMATCH","features":[422]},{"name":"NS_E_NOREGISTEREDWALKER","features":[422]},{"name":"NS_E_NOSOURCEGROUPS","features":[422]},{"name":"NS_E_NOSTATSAVAILABLE","features":[422]},{"name":"NS_E_NOTARCHIVING","features":[422]},{"name":"NS_E_NOTHING_TO_DO","features":[422]},{"name":"NS_E_NOTITLES","features":[422]},{"name":"NS_E_NOT_CONFIGURED","features":[422]},{"name":"NS_E_NOT_CONNECTED","features":[422]},{"name":"NS_E_NOT_CONTENT_PARTNER_TRACK","features":[422]},{"name":"NS_E_NOT_LICENSED","features":[422]},{"name":"NS_E_NOT_REBUILDING","features":[422]},{"name":"NS_E_NO_ACTIVE_SOURCEGROUP","features":[422]},{"name":"NS_E_NO_AUDIENCES","features":[422]},{"name":"NS_E_NO_AUDIODATA","features":[422]},{"name":"NS_E_NO_AUDIO_COMPAT","features":[422]},{"name":"NS_E_NO_AUDIO_TIMECOMPRESSION","features":[422]},{"name":"NS_E_NO_CD","features":[422]},{"name":"NS_E_NO_CD_BURNER","features":[422]},{"name":"NS_E_NO_CHANNELS","features":[422]},{"name":"NS_E_NO_DATAVIEW_SUPPORT","features":[422]},{"name":"NS_E_NO_DEVICE","features":[422]},{"name":"NS_E_NO_ERROR_STRING_FOUND","features":[422]},{"name":"NS_E_NO_EXISTING_PACKETIZER","features":[422]},{"name":"NS_E_NO_FORMATS","features":[422]},{"name":"NS_E_NO_FRAMES_SUBMITTED_TO_ANALYZER","features":[422]},{"name":"NS_E_NO_LOCALPLAY","features":[422]},{"name":"NS_E_NO_MBR_WITH_TIMECODE","features":[422]},{"name":"NS_E_NO_MEDIAFORMAT_IN_SOURCE","features":[422]},{"name":"NS_E_NO_MEDIA_IN_AUDIENCE","features":[422]},{"name":"NS_E_NO_MEDIA_PROTOCOL","features":[422]},{"name":"NS_E_NO_MORE_SAMPLES","features":[422]},{"name":"NS_E_NO_MULTICAST","features":[422]},{"name":"NS_E_NO_MULTIPASS_FOR_LIVEDEVICE","features":[422]},{"name":"NS_E_NO_NEW_CONNECTIONS","features":[422]},{"name":"NS_E_NO_PAL_INVERSE_TELECINE","features":[422]},{"name":"NS_E_NO_PDA","features":[422]},{"name":"NS_E_NO_PROFILE_IN_SOURCEGROUP","features":[422]},{"name":"NS_E_NO_PROFILE_NAME","features":[422]},{"name":"NS_E_NO_REALTIME_PREPROCESS","features":[422]},{"name":"NS_E_NO_REALTIME_TIMECOMPRESSION","features":[422]},{"name":"NS_E_NO_REFERENCES","features":[422]},{"name":"NS_E_NO_REPEAT_PREPROCESS","features":[422]},{"name":"NS_E_NO_SCRIPT_ENGINE","features":[422]},{"name":"NS_E_NO_SCRIPT_STREAM","features":[422]},{"name":"NS_E_NO_SERVER_CONTACT","features":[422]},{"name":"NS_E_NO_SMPTE_WITH_MULTIPLE_SOURCEGROUPS","features":[422]},{"name":"NS_E_NO_SPECIFIED_DEVICE","features":[422]},{"name":"NS_E_NO_STREAM","features":[422]},{"name":"NS_E_NO_TWOPASS_TIMECOMPRESSION","features":[422]},{"name":"NS_E_NO_VALID_OUTPUT_STREAM","features":[422]},{"name":"NS_E_NO_VALID_SOURCE_PLUGIN","features":[422]},{"name":"NS_E_NUM_LANGUAGE_MISMATCH","features":[422]},{"name":"NS_E_OFFLINE_MODE","features":[422]},{"name":"NS_E_OPEN_CONTAINING_FOLDER_FAILED","features":[422]},{"name":"NS_E_OPEN_FILE_LIMIT","features":[422]},{"name":"NS_E_OUTPUT_PROTECTION_LEVEL_UNSUPPORTED","features":[422]},{"name":"NS_E_OUTPUT_PROTECTION_SCHEME_UNSUPPORTED","features":[422]},{"name":"NS_E_PACKETSINK_UNKNOWN_FEC_STREAM","features":[422]},{"name":"NS_E_PAGING_ERROR","features":[422]},{"name":"NS_E_PARTIALLY_REBUILT_DISK","features":[422]},{"name":"NS_E_PDA_CANNOT_CREATE_ADDITIONAL_SYNC_RELATIONSHIP","features":[422]},{"name":"NS_E_PDA_CANNOT_SYNC_FROM_INTERNET","features":[422]},{"name":"NS_E_PDA_CANNOT_SYNC_FROM_LOCATION","features":[422]},{"name":"NS_E_PDA_CANNOT_SYNC_INVALID_PLAYLIST","features":[422]},{"name":"NS_E_PDA_CANNOT_TRANSCODE","features":[422]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_AUDIO","features":[422]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_IMAGE","features":[422]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_VIDEO","features":[422]},{"name":"NS_E_PDA_CEWMDM_DRM_ERROR","features":[422]},{"name":"NS_E_PDA_DELETE_FAILED","features":[422]},{"name":"NS_E_PDA_DEVICESUPPORTDISABLED","features":[422]},{"name":"NS_E_PDA_DEVICE_FULL","features":[422]},{"name":"NS_E_PDA_DEVICE_FULL_IN_SESSION","features":[422]},{"name":"NS_E_PDA_DEVICE_NOT_RESPONDING","features":[422]},{"name":"NS_E_PDA_ENCODER_NOT_RESPONDING","features":[422]},{"name":"NS_E_PDA_FAILED_TO_BURN","features":[422]},{"name":"NS_E_PDA_FAILED_TO_ENCRYPT_TRANSCODED_FILE","features":[422]},{"name":"NS_E_PDA_FAILED_TO_RETRIEVE_FILE","features":[422]},{"name":"NS_E_PDA_FAILED_TO_SYNCHRONIZE_FILE","features":[422]},{"name":"NS_E_PDA_FAILED_TO_TRANSCODE_PHOTO","features":[422]},{"name":"NS_E_PDA_FAIL_READ_WAVE_FILE","features":[422]},{"name":"NS_E_PDA_FAIL_SELECT_DEVICE","features":[422]},{"name":"NS_E_PDA_INITIALIZINGDEVICES","features":[422]},{"name":"NS_E_PDA_MANUALDEVICE","features":[422]},{"name":"NS_E_PDA_NO_LONGER_AVAILABLE","features":[422]},{"name":"NS_E_PDA_NO_TRANSCODE_OF_DRM","features":[422]},{"name":"NS_E_PDA_OBSOLETE_SP","features":[422]},{"name":"NS_E_PDA_PARTNERSHIPNOTEXIST","features":[422]},{"name":"NS_E_PDA_RETRIEVED_FILE_FILENAME_TOO_LONG","features":[422]},{"name":"NS_E_PDA_SYNC_FAILED","features":[422]},{"name":"NS_E_PDA_SYNC_LOGIN_ERROR","features":[422]},{"name":"NS_E_PDA_SYNC_RUNNING","features":[422]},{"name":"NS_E_PDA_TITLE_COLLISION","features":[422]},{"name":"NS_E_PDA_TOO_MANY_FILES_IN_DIRECTORY","features":[422]},{"name":"NS_E_PDA_TOO_MANY_FILE_COLLISIONS","features":[422]},{"name":"NS_E_PDA_TRANSCODECACHEFULL","features":[422]},{"name":"NS_E_PDA_TRANSCODE_CODEC_NOT_FOUND","features":[422]},{"name":"NS_E_PDA_TRANSCODE_NOT_PERMITTED","features":[422]},{"name":"NS_E_PDA_UNSPECIFIED_ERROR","features":[422]},{"name":"NS_E_PDA_UNSUPPORTED_FORMAT","features":[422]},{"name":"NS_E_PLAYLIST_CONTAINS_ERRORS","features":[422]},{"name":"NS_E_PLAYLIST_END_RECEDING","features":[422]},{"name":"NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING","features":[422]},{"name":"NS_E_PLAYLIST_ENTRY_HAS_CHANGED","features":[422]},{"name":"NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST","features":[422]},{"name":"NS_E_PLAYLIST_ENTRY_SEEK","features":[422]},{"name":"NS_E_PLAYLIST_PARSE_FAILURE","features":[422]},{"name":"NS_E_PLAYLIST_PLUGIN_NOT_FOUND","features":[422]},{"name":"NS_E_PLAYLIST_RECURSIVE_PLAYLISTS","features":[422]},{"name":"NS_E_PLAYLIST_SHUTDOWN","features":[422]},{"name":"NS_E_PLAYLIST_TOO_MANY_NESTED_PLAYLISTS","features":[422]},{"name":"NS_E_PLAYLIST_UNSUPPORTED_ENTRY","features":[422]},{"name":"NS_E_PLUGIN_CLSID_INVALID","features":[422]},{"name":"NS_E_PLUGIN_ERROR_REPORTED","features":[422]},{"name":"NS_E_PLUGIN_NOTSHUTDOWN","features":[422]},{"name":"NS_E_PORT_IN_USE","features":[422]},{"name":"NS_E_PORT_IN_USE_HTTP","features":[422]},{"name":"NS_E_PROCESSINGSHOWSYNCWIZARD","features":[422]},{"name":"NS_E_PROFILE_MISMATCH","features":[422]},{"name":"NS_E_PROPERTY_NOT_FOUND","features":[422]},{"name":"NS_E_PROPERTY_NOT_SUPPORTED","features":[422]},{"name":"NS_E_PROPERTY_READ_ONLY","features":[422]},{"name":"NS_E_PROTECTED_CONTENT","features":[422]},{"name":"NS_E_PROTOCOL_MISMATCH","features":[422]},{"name":"NS_E_PROXY_ACCESSDENIED","features":[422]},{"name":"NS_E_PROXY_CONNECT_TIMEOUT","features":[422]},{"name":"NS_E_PROXY_DNS_TIMEOUT","features":[422]},{"name":"NS_E_PROXY_NOT_FOUND","features":[422]},{"name":"NS_E_PROXY_SOURCE_ACCESSDENIED","features":[422]},{"name":"NS_E_PROXY_TIMEOUT","features":[422]},{"name":"NS_E_PUBLISHING_POINT_INVALID_REQUEST_WHILE_STARTED","features":[422]},{"name":"NS_E_PUBLISHING_POINT_REMOVED","features":[422]},{"name":"NS_E_PUBLISHING_POINT_STOPPED","features":[422]},{"name":"NS_E_PUSH_CANNOTCONNECT","features":[422]},{"name":"NS_E_PUSH_DUPLICATE_PUBLISHING_POINT_NAME","features":[422]},{"name":"NS_E_REBOOT_RECOMMENDED","features":[422]},{"name":"NS_E_REBOOT_REQUIRED","features":[422]},{"name":"NS_E_RECORDQ_DISK_FULL","features":[422]},{"name":"NS_E_REDBOOK_ENABLED_WHILE_COPYING","features":[422]},{"name":"NS_E_REDIRECT","features":[422]},{"name":"NS_E_REDIRECT_TO_PROXY","features":[422]},{"name":"NS_E_REFUSED_BY_SERVER","features":[422]},{"name":"NS_E_REG_FLUSH_FAILURE","features":[422]},{"name":"NS_E_REMIRRORED_DISK","features":[422]},{"name":"NS_E_REQUIRE_STREAMING_CLIENT","features":[422]},{"name":"NS_E_RESET_SOCKET_CONNECTION","features":[422]},{"name":"NS_E_RESOURCE_GONE","features":[422]},{"name":"NS_E_SAME_AS_INPUT_COMBINATION","features":[422]},{"name":"NS_E_SCHEMA_CLASSIFY_FAILURE","features":[422]},{"name":"NS_E_SCRIPT_DEBUGGER_NOT_INSTALLED","features":[422]},{"name":"NS_E_SDK_BUFFERTOOSMALL","features":[422]},{"name":"NS_E_SERVER_ACCESSDENIED","features":[422]},{"name":"NS_E_SERVER_DNS_TIMEOUT","features":[422]},{"name":"NS_E_SERVER_NOT_FOUND","features":[422]},{"name":"NS_E_SERVER_UNAVAILABLE","features":[422]},{"name":"NS_E_SESSION_INVALID","features":[422]},{"name":"NS_E_SESSION_NOT_FOUND","features":[422]},{"name":"NS_E_SETUP_BLOCKED","features":[422]},{"name":"NS_E_SETUP_DRM_MIGRATION_FAILED","features":[422]},{"name":"NS_E_SETUP_DRM_MIGRATION_FAILED_AND_IGNORABLE_FAILURE","features":[422]},{"name":"NS_E_SETUP_IGNORABLE_FAILURE","features":[422]},{"name":"NS_E_SETUP_INCOMPLETE","features":[422]},{"name":"NS_E_SET_DISK_UID_FAILED","features":[422]},{"name":"NS_E_SHARING_STATE_OUT_OF_SYNC","features":[422]},{"name":"NS_E_SHARING_VIOLATION","features":[422]},{"name":"NS_E_SHUTDOWN","features":[422]},{"name":"NS_E_SLOW_READ_DIGITAL","features":[422]},{"name":"NS_E_SLOW_READ_DIGITAL_WITH_ERRORCORRECTION","features":[422]},{"name":"NS_E_SMPTEMODE_MISMATCH","features":[422]},{"name":"NS_E_SOURCEGROUP_NOTPREPARED","features":[422]},{"name":"NS_E_SOURCE_CANNOT_LOOP","features":[422]},{"name":"NS_E_SOURCE_NOTSPECIFIED","features":[422]},{"name":"NS_E_SOURCE_PLUGIN_NOT_FOUND","features":[422]},{"name":"NS_E_SPEECHEDL_ON_NON_MIXEDMODE","features":[422]},{"name":"NS_E_STALE_PRESENTATION","features":[422]},{"name":"NS_E_STREAM_END","features":[422]},{"name":"NS_E_STRIDE_REFUSED","features":[422]},{"name":"NS_E_SUBSCRIPTIONSERVICE_DOWNLOAD_TIMEOUT","features":[422]},{"name":"NS_E_SUBSCRIPTIONSERVICE_LOGIN_FAILED","features":[422]},{"name":"NS_E_SUBSCRIPTIONSERVICE_PLAYBACK_DISALLOWED","features":[422]},{"name":"NS_E_SYNCWIZ_CANNOT_CHANGE_SETTINGS","features":[422]},{"name":"NS_E_SYNCWIZ_DEVICE_FULL","features":[422]},{"name":"NS_E_TABLE_KEY_NOT_FOUND","features":[422]},{"name":"NS_E_TAMPERED_CONTENT","features":[422]},{"name":"NS_E_TCP_DISABLED","features":[422]},{"name":"NS_E_TIGER_FAIL","features":[422]},{"name":"NS_E_TIMECODE_REQUIRES_VIDEOSTREAM","features":[422]},{"name":"NS_E_TIMEOUT","features":[422]},{"name":"NS_E_TITLE_BITRATE","features":[422]},{"name":"NS_E_TITLE_SIZE_EXCEEDED","features":[422]},{"name":"NS_E_TOO_MANY_AUDIO","features":[422]},{"name":"NS_E_TOO_MANY_DEVICECONTROL","features":[422]},{"name":"NS_E_TOO_MANY_HOPS","features":[422]},{"name":"NS_E_TOO_MANY_MULTICAST_SINKS","features":[422]},{"name":"NS_E_TOO_MANY_SESS","features":[422]},{"name":"NS_E_TOO_MANY_TITLES","features":[422]},{"name":"NS_E_TOO_MANY_VIDEO","features":[422]},{"name":"NS_E_TOO_MUCH_DATA","features":[422]},{"name":"NS_E_TOO_MUCH_DATA_FROM_SERVER","features":[422]},{"name":"NS_E_TRACK_DOWNLOAD_REQUIRES_ALBUM_PURCHASE","features":[422]},{"name":"NS_E_TRACK_DOWNLOAD_REQUIRES_PURCHASE","features":[422]},{"name":"NS_E_TRACK_PURCHASE_MAXIMUM_EXCEEDED","features":[422]},{"name":"NS_E_TRANSCODE_DELETECACHEERROR","features":[422]},{"name":"NS_E_TRANSFORM_PLUGIN_INVALID","features":[422]},{"name":"NS_E_TRANSFORM_PLUGIN_NOT_FOUND","features":[422]},{"name":"NS_E_UDP_DISABLED","features":[422]},{"name":"NS_E_UNABLE_TO_CREATE_RIP_LOCATION","features":[422]},{"name":"NS_E_UNCOMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED","features":[422]},{"name":"NS_E_UNCOMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[422]},{"name":"NS_E_UNCOMP_COMP_COMBINATION","features":[422]},{"name":"NS_E_UNEXPECTED_DISPLAY_SETTINGS","features":[422]},{"name":"NS_E_UNEXPECTED_MSAUDIO_ERROR","features":[422]},{"name":"NS_E_UNKNOWN_PROTOCOL","features":[422]},{"name":"NS_E_UNRECOGNIZED_STREAM_TYPE","features":[422]},{"name":"NS_E_UNSUPPORTED_ARCHIVEOPERATION","features":[422]},{"name":"NS_E_UNSUPPORTED_ARCHIVETYPE","features":[422]},{"name":"NS_E_UNSUPPORTED_ENCODER_DEVICE","features":[422]},{"name":"NS_E_UNSUPPORTED_LANGUAGE","features":[422]},{"name":"NS_E_UNSUPPORTED_LOAD_TYPE","features":[422]},{"name":"NS_E_UNSUPPORTED_PROPERTY","features":[422]},{"name":"NS_E_UNSUPPORTED_SOURCETYPE","features":[422]},{"name":"NS_E_URLLIST_INVALIDFORMAT","features":[422]},{"name":"NS_E_USER_STOP","features":[422]},{"name":"NS_E_USE_FILE_SOURCE","features":[422]},{"name":"NS_E_VBRMODE_MISMATCH","features":[422]},{"name":"NS_E_VIDCAPCREATEWINDOW","features":[422]},{"name":"NS_E_VIDCAPDRVINUSE","features":[422]},{"name":"NS_E_VIDCAPSTARTFAILED","features":[422]},{"name":"NS_E_VIDEODEVICE_BUSY","features":[422]},{"name":"NS_E_VIDEODEVICE_UNEXPECTED","features":[422]},{"name":"NS_E_VIDEODRIVER_UNSTABLE","features":[422]},{"name":"NS_E_VIDEO_BITRATE_STEPDOWN","features":[422]},{"name":"NS_E_VIDEO_CODEC_ERROR","features":[422]},{"name":"NS_E_VIDEO_CODEC_NOT_INSTALLED","features":[422]},{"name":"NS_E_VIDSOURCECOMPRESSION","features":[422]},{"name":"NS_E_VIDSOURCESIZE","features":[422]},{"name":"NS_E_WALKER_SERVER","features":[422]},{"name":"NS_E_WALKER_UNKNOWN","features":[422]},{"name":"NS_E_WALKER_USAGE","features":[422]},{"name":"NS_E_WAVE_OPEN","features":[422]},{"name":"NS_E_WINSOCK_ERROR_STRING","features":[422]},{"name":"NS_E_WIZARD_RUNNING","features":[422]},{"name":"NS_E_WMDM_REVOKED","features":[422]},{"name":"NS_E_WMDRM_DEPRECATED","features":[422]},{"name":"NS_E_WME_VERSION_MISMATCH","features":[422]},{"name":"NS_E_WMG_CANNOTQUEUE","features":[422]},{"name":"NS_E_WMG_COPP_SECURITY_INVALID","features":[422]},{"name":"NS_E_WMG_COPP_UNSUPPORTED","features":[422]},{"name":"NS_E_WMG_FILETRANSFERNOTALLOWED","features":[422]},{"name":"NS_E_WMG_INVALIDSTATE","features":[422]},{"name":"NS_E_WMG_INVALID_COPP_CERTIFICATE","features":[422]},{"name":"NS_E_WMG_LICENSE_TAMPERED","features":[422]},{"name":"NS_E_WMG_NOSDKINTERFACE","features":[422]},{"name":"NS_E_WMG_NOTALLOUTPUTSRENDERED","features":[422]},{"name":"NS_E_WMG_PLUGINUNAVAILABLE","features":[422]},{"name":"NS_E_WMG_PREROLLLICENSEACQUISITIONNOTALLOWED","features":[422]},{"name":"NS_E_WMG_RATEUNAVAILABLE","features":[422]},{"name":"NS_E_WMG_SINKALREADYEXISTS","features":[422]},{"name":"NS_E_WMG_UNEXPECTEDPREROLLSTATUS","features":[422]},{"name":"NS_E_WMPBR_BACKUPCANCEL","features":[422]},{"name":"NS_E_WMPBR_BACKUPRESTOREFAILED","features":[422]},{"name":"NS_E_WMPBR_DRIVE_INVALID","features":[422]},{"name":"NS_E_WMPBR_ERRORWITHURL","features":[422]},{"name":"NS_E_WMPBR_NAMECOLLISION","features":[422]},{"name":"NS_E_WMPBR_NOLISTENER","features":[422]},{"name":"NS_E_WMPBR_RESTORECANCEL","features":[422]},{"name":"NS_E_WMPCORE_BUFFERTOOSMALL","features":[422]},{"name":"NS_E_WMPCORE_BUSY","features":[422]},{"name":"NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT","features":[422]},{"name":"NS_E_WMPCORE_CODEC_DOWNLOAD_NOT_ALLOWED","features":[422]},{"name":"NS_E_WMPCORE_CODEC_NOT_FOUND","features":[422]},{"name":"NS_E_WMPCORE_CODEC_NOT_TRUSTED","features":[422]},{"name":"NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE","features":[422]},{"name":"NS_E_WMPCORE_DEVICE_DRIVERS_MISSING","features":[422]},{"name":"NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE","features":[422]},{"name":"NS_E_WMPCORE_ERRORSINKNOTREGISTERED","features":[422]},{"name":"NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST","features":[422]},{"name":"NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE","features":[422]},{"name":"NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST","features":[422]},{"name":"NS_E_WMPCORE_FILE_NOT_FOUND","features":[422]},{"name":"NS_E_WMPCORE_GRAPH_NOT_IN_LIST","features":[422]},{"name":"NS_E_WMPCORE_INVALIDPLAYLISTMODE","features":[422]},{"name":"NS_E_WMPCORE_INVALID_PLAYLIST_URL","features":[422]},{"name":"NS_E_WMPCORE_ITEMNOTINPLAYLIST","features":[422]},{"name":"NS_E_WMPCORE_LIST_ENTRY_NO_REF","features":[422]},{"name":"NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY","features":[422]},{"name":"NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE","features":[422]},{"name":"NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED","features":[422]},{"name":"NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST","features":[422]},{"name":"NS_E_WMPCORE_MEDIA_UNAVAILABLE","features":[422]},{"name":"NS_E_WMPCORE_MEDIA_URL_TOO_LONG","features":[422]},{"name":"NS_E_WMPCORE_MISMATCHED_RUNTIME","features":[422]},{"name":"NS_E_WMPCORE_MISNAMED_FILE","features":[422]},{"name":"NS_E_WMPCORE_NOBROWSER","features":[422]},{"name":"NS_E_WMPCORE_NOSOURCEURLSTRING","features":[422]},{"name":"NS_E_WMPCORE_NO_PLAYABLE_MEDIA_IN_PLAYLIST","features":[422]},{"name":"NS_E_WMPCORE_NO_REF_IN_ENTRY","features":[422]},{"name":"NS_E_WMPCORE_PLAYLISTEMPTY","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_EMPTY_NESTED_PLAYLIST_SKIPPED_ITEMS","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_EMPTY_OR_SINGLE_MEDIA","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_IMPORT_FAILED_NO_ITEMS","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE","features":[422]},{"name":"NS_E_WMPCORE_PLAYLIST_STACK_EMPTY","features":[422]},{"name":"NS_E_WMPCORE_SOME_CODECS_MISSING","features":[422]},{"name":"NS_E_WMPCORE_TEMP_FILE_NOT_FOUND","features":[422]},{"name":"NS_E_WMPCORE_UNAVAILABLE","features":[422]},{"name":"NS_E_WMPCORE_UNRECOGNIZED_MEDIA_URL","features":[422]},{"name":"NS_E_WMPCORE_USER_CANCEL","features":[422]},{"name":"NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION","features":[422]},{"name":"NS_E_WMPCORE_WEBHELPFAILED","features":[422]},{"name":"NS_E_WMPCORE_WMX_ENTRYREF_NO_REF","features":[422]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY","features":[422]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL","features":[422]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY","features":[422]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL","features":[422]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY","features":[422]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL","features":[422]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY","features":[422]},{"name":"NS_E_WMPFLASH_CANT_FIND_COM_SERVER","features":[422]},{"name":"NS_E_WMPFLASH_INCOMPATIBLEVERSION","features":[422]},{"name":"NS_E_WMPIM_DIALUPFAILED","features":[422]},{"name":"NS_E_WMPIM_USERCANCELED","features":[422]},{"name":"NS_E_WMPIM_USEROFFLINE","features":[422]},{"name":"NS_E_WMPOCXGRAPH_IE_DISALLOWS_ACTIVEX_CONTROLS","features":[422]},{"name":"NS_E_WMPOCX_ERRORMANAGERNOTAVAILABLE","features":[422]},{"name":"NS_E_WMPOCX_NOT_RUNNING_REMOTELY","features":[422]},{"name":"NS_E_WMPOCX_NO_ACTIVE_CORE","features":[422]},{"name":"NS_E_WMPOCX_NO_REMOTE_CORE","features":[422]},{"name":"NS_E_WMPOCX_NO_REMOTE_WINDOW","features":[422]},{"name":"NS_E_WMPOCX_PLAYER_NOT_DOCKED","features":[422]},{"name":"NS_E_WMPOCX_REMOTE_PLAYER_ALREADY_RUNNING","features":[422]},{"name":"NS_E_WMPOCX_UNABLE_TO_LOAD_SKIN","features":[422]},{"name":"NS_E_WMPXML_ATTRIBUTENOTFOUND","features":[422]},{"name":"NS_E_WMPXML_EMPTYDOC","features":[422]},{"name":"NS_E_WMPXML_ENDOFDATA","features":[422]},{"name":"NS_E_WMPXML_NOERROR","features":[422]},{"name":"NS_E_WMPXML_PARSEERROR","features":[422]},{"name":"NS_E_WMPXML_PINOTFOUND","features":[422]},{"name":"NS_E_WMPZIP_CORRUPT","features":[422]},{"name":"NS_E_WMPZIP_FILENOTFOUND","features":[422]},{"name":"NS_E_WMPZIP_NOTAZIPFILE","features":[422]},{"name":"NS_E_WMP_ACCESS_DENIED","features":[422]},{"name":"NS_E_WMP_ADDTOLIBRARY_FAILED","features":[422]},{"name":"NS_E_WMP_ALREADY_IN_USE","features":[422]},{"name":"NS_E_WMP_AUDIO_CODEC_NOT_INSTALLED","features":[422]},{"name":"NS_E_WMP_AUDIO_DEVICE_LOST","features":[422]},{"name":"NS_E_WMP_AUDIO_HW_PROBLEM","features":[422]},{"name":"NS_E_WMP_AUTOPLAY_INVALID_STATE","features":[422]},{"name":"NS_E_WMP_BAD_DRIVER","features":[422]},{"name":"NS_E_WMP_BMP_BITMAP_NOT_CREATED","features":[422]},{"name":"NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED","features":[422]},{"name":"NS_E_WMP_BMP_INVALID_BITMASK","features":[422]},{"name":"NS_E_WMP_BMP_INVALID_FORMAT","features":[422]},{"name":"NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED","features":[422]},{"name":"NS_E_WMP_BSTR_TOO_LONG","features":[422]},{"name":"NS_E_WMP_BURN_DISC_OVERFLOW","features":[422]},{"name":"NS_E_WMP_CANNOT_BURN_NON_LOCAL_FILE","features":[422]},{"name":"NS_E_WMP_CANNOT_FIND_FILE","features":[422]},{"name":"NS_E_WMP_CANNOT_FIND_FOLDER","features":[422]},{"name":"NS_E_WMP_CANT_PLAY_PROTECTED","features":[422]},{"name":"NS_E_WMP_CD_ANOTHER_USER","features":[422]},{"name":"NS_E_WMP_CD_STASH_NO_SPACE","features":[422]},{"name":"NS_E_WMP_CODEC_NEEDED_WITH_4CC","features":[422]},{"name":"NS_E_WMP_CODEC_NEEDED_WITH_FORMATTAG","features":[422]},{"name":"NS_E_WMP_COMPONENT_REVOKED","features":[422]},{"name":"NS_E_WMP_CONNECT_TIMEOUT","features":[422]},{"name":"NS_E_WMP_CONVERT_FILE_CORRUPT","features":[422]},{"name":"NS_E_WMP_CONVERT_FILE_FAILED","features":[422]},{"name":"NS_E_WMP_CONVERT_NO_RIGHTS_ERRORURL","features":[422]},{"name":"NS_E_WMP_CONVERT_NO_RIGHTS_NOERRORURL","features":[422]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_ERRORURL","features":[422]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_NOERRORURL","features":[422]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNKNOWN_FILE_OWNER","features":[422]},{"name":"NS_E_WMP_CS_JPGPOSITIONIMAGE","features":[422]},{"name":"NS_E_WMP_CS_NOTEVENLYDIVISIBLE","features":[422]},{"name":"NS_E_WMP_DAI_SONGTOOSHORT","features":[422]},{"name":"NS_E_WMP_DRM_ACQUIRING_LICENSE","features":[422]},{"name":"NS_E_WMP_DRM_CANNOT_RESTORE","features":[422]},{"name":"NS_E_WMP_DRM_COMPONENT_FAILURE","features":[422]},{"name":"NS_E_WMP_DRM_CORRUPT_BACKUP","features":[422]},{"name":"NS_E_WMP_DRM_DRIVER_AUTH_FAILURE","features":[422]},{"name":"NS_E_WMP_DRM_GENERIC_LICENSE_FAILURE","features":[422]},{"name":"NS_E_WMP_DRM_INDIV_FAILED","features":[422]},{"name":"NS_E_WMP_DRM_INVALID_SIG","features":[422]},{"name":"NS_E_WMP_DRM_LICENSE_CONTENT_REVOKED","features":[422]},{"name":"NS_E_WMP_DRM_LICENSE_EXPIRED","features":[422]},{"name":"NS_E_WMP_DRM_LICENSE_NOSAP","features":[422]},{"name":"NS_E_WMP_DRM_LICENSE_NOTACQUIRED","features":[422]},{"name":"NS_E_WMP_DRM_LICENSE_NOTENABLED","features":[422]},{"name":"NS_E_WMP_DRM_LICENSE_SERVER_UNAVAILABLE","features":[422]},{"name":"NS_E_WMP_DRM_LICENSE_UNUSABLE","features":[422]},{"name":"NS_E_WMP_DRM_NEEDS_AUTHORIZATION","features":[422]},{"name":"NS_E_WMP_DRM_NEW_HARDWARE","features":[422]},{"name":"NS_E_WMP_DRM_NOT_ACQUIRING","features":[422]},{"name":"NS_E_WMP_DRM_NO_DEVICE_CERT","features":[422]},{"name":"NS_E_WMP_DRM_NO_RIGHTS","features":[422]},{"name":"NS_E_WMP_DRM_NO_SECURE_CLOCK","features":[422]},{"name":"NS_E_WMP_DRM_UNABLE_TO_ACQUIRE_LICENSE","features":[422]},{"name":"NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT","features":[422]},{"name":"NS_E_WMP_ERASE_FAILED","features":[422]},{"name":"NS_E_WMP_EXTERNAL_NOTREADY","features":[422]},{"name":"NS_E_WMP_FAILED_TO_OPEN_IMAGE","features":[422]},{"name":"NS_E_WMP_FAILED_TO_OPEN_WMD","features":[422]},{"name":"NS_E_WMP_FAILED_TO_RIP_TRACK","features":[422]},{"name":"NS_E_WMP_FAILED_TO_SAVE_FILE","features":[422]},{"name":"NS_E_WMP_FAILED_TO_SAVE_PLAYLIST","features":[422]},{"name":"NS_E_WMP_FILESCANALREADYSTARTED","features":[422]},{"name":"NS_E_WMP_FILE_DOES_NOT_FIT_ON_CD","features":[422]},{"name":"NS_E_WMP_FILE_NO_DURATION","features":[422]},{"name":"NS_E_WMP_FILE_OPEN_FAILED","features":[422]},{"name":"NS_E_WMP_FILE_TYPE_CANNOT_BURN_TO_AUDIO_CD","features":[422]},{"name":"NS_E_WMP_FORMAT_FAILED","features":[422]},{"name":"NS_E_WMP_GIF_BAD_VERSION_NUMBER","features":[422]},{"name":"NS_E_WMP_GIF_INVALID_FORMAT","features":[422]},{"name":"NS_E_WMP_GIF_NO_IMAGE_IN_FILE","features":[422]},{"name":"NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE","features":[422]},{"name":"NS_E_WMP_GOFULLSCREEN_FAILED","features":[422]},{"name":"NS_E_WMP_HME_INVALIDOBJECTID","features":[422]},{"name":"NS_E_WMP_HME_NOTSEARCHABLEFORITEMS","features":[422]},{"name":"NS_E_WMP_HME_STALEREQUEST","features":[422]},{"name":"NS_E_WMP_HWND_NOTFOUND","features":[422]},{"name":"NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED","features":[422]},{"name":"NS_E_WMP_IMAGE_INVALID_FORMAT","features":[422]},{"name":"NS_E_WMP_IMAPI2_ERASE_DEVICE_BUSY","features":[422]},{"name":"NS_E_WMP_IMAPI2_ERASE_FAIL","features":[422]},{"name":"NS_E_WMP_IMAPI_DEVICE_BUSY","features":[422]},{"name":"NS_E_WMP_IMAPI_DEVICE_INVALIDTYPE","features":[422]},{"name":"NS_E_WMP_IMAPI_DEVICE_NOTPRESENT","features":[422]},{"name":"NS_E_WMP_IMAPI_FAILURE","features":[422]},{"name":"NS_E_WMP_IMAPI_GENERIC","features":[422]},{"name":"NS_E_WMP_IMAPI_LOSS_OF_STREAMING","features":[422]},{"name":"NS_E_WMP_IMAPI_MEDIA_INCOMPATIBLE","features":[422]},{"name":"NS_E_WMP_INVALID_ASX","features":[422]},{"name":"NS_E_WMP_INVALID_KEY","features":[422]},{"name":"NS_E_WMP_INVALID_LIBRARY_ADD","features":[422]},{"name":"NS_E_WMP_INVALID_MAX_VAL","features":[422]},{"name":"NS_E_WMP_INVALID_MIN_VAL","features":[422]},{"name":"NS_E_WMP_INVALID_PROTOCOL","features":[422]},{"name":"NS_E_WMP_INVALID_REQUEST","features":[422]},{"name":"NS_E_WMP_INVALID_SKIN","features":[422]},{"name":"NS_E_WMP_JPGTRANSPARENCY","features":[422]},{"name":"NS_E_WMP_JPG_BAD_DCTSIZE","features":[422]},{"name":"NS_E_WMP_JPG_BAD_PRECISION","features":[422]},{"name":"NS_E_WMP_JPG_BAD_VERSION_NUMBER","features":[422]},{"name":"NS_E_WMP_JPG_CCIR601_NOTIMPL","features":[422]},{"name":"NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL","features":[422]},{"name":"NS_E_WMP_JPG_IMAGE_TOO_BIG","features":[422]},{"name":"NS_E_WMP_JPG_INVALID_FORMAT","features":[422]},{"name":"NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL","features":[422]},{"name":"NS_E_WMP_JPG_NO_IMAGE_IN_FILE","features":[422]},{"name":"NS_E_WMP_JPG_READ_ERROR","features":[422]},{"name":"NS_E_WMP_JPG_SOF_UNSUPPORTED","features":[422]},{"name":"NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE","features":[422]},{"name":"NS_E_WMP_JPG_UNKNOWN_MARKER","features":[422]},{"name":"NS_E_WMP_LICENSE_REQUIRED","features":[422]},{"name":"NS_E_WMP_LICENSE_RESTRICTS","features":[422]},{"name":"NS_E_WMP_LOCKEDINSKINMODE","features":[422]},{"name":"NS_E_WMP_LOGON_FAILURE","features":[422]},{"name":"NS_E_WMP_MF_CODE_EXPIRED","features":[422]},{"name":"NS_E_WMP_MLS_STALE_DATA","features":[422]},{"name":"NS_E_WMP_MMS_NOT_SUPPORTED","features":[422]},{"name":"NS_E_WMP_MSSAP_NOT_AVAILABLE","features":[422]},{"name":"NS_E_WMP_MULTICAST_DISABLED","features":[422]},{"name":"NS_E_WMP_MULTIPLE_ERROR_IN_PLAYLIST","features":[422]},{"name":"NS_E_WMP_NEED_UPGRADE","features":[422]},{"name":"NS_E_WMP_NETWORK_ERROR","features":[422]},{"name":"NS_E_WMP_NETWORK_FIREWALL","features":[422]},{"name":"NS_E_WMP_NETWORK_RESOURCE_FAILURE","features":[422]},{"name":"NS_E_WMP_NONMEDIA_FILES","features":[422]},{"name":"NS_E_WMP_NO_DISK_SPACE","features":[422]},{"name":"NS_E_WMP_NO_PROTOCOLS_SELECTED","features":[422]},{"name":"NS_E_WMP_NO_REMOVABLE_MEDIA","features":[422]},{"name":"NS_E_WMP_OUTOFMEMORY","features":[422]},{"name":"NS_E_WMP_PATH_ALREADY_IN_LIBRARY","features":[422]},{"name":"NS_E_WMP_PLAYLIST_EXISTS","features":[422]},{"name":"NS_E_WMP_PLUGINDLL_NOTFOUND","features":[422]},{"name":"NS_E_WMP_PNG_INVALIDFORMAT","features":[422]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC","features":[422]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH","features":[422]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION","features":[422]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_FILTER","features":[422]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_INTERLACE","features":[422]},{"name":"NS_E_WMP_POLICY_VALUE_NOT_CONFIGURED","features":[422]},{"name":"NS_E_WMP_PROTECTED_CONTENT","features":[422]},{"name":"NS_E_WMP_PROTOCOL_PROBLEM","features":[422]},{"name":"NS_E_WMP_PROXY_CONNECT_TIMEOUT","features":[422]},{"name":"NS_E_WMP_PROXY_NOT_FOUND","features":[422]},{"name":"NS_E_WMP_RBC_JPGMAPPINGIMAGE","features":[422]},{"name":"NS_E_WMP_RECORDING_NOT_ALLOWED","features":[422]},{"name":"NS_E_WMP_RIP_FAILED","features":[422]},{"name":"NS_E_WMP_SAVEAS_READONLY","features":[422]},{"name":"NS_E_WMP_SENDMAILFAILED","features":[422]},{"name":"NS_E_WMP_SERVER_DNS_TIMEOUT","features":[422]},{"name":"NS_E_WMP_SERVER_INACCESSIBLE","features":[422]},{"name":"NS_E_WMP_SERVER_NONEWCONNECTIONS","features":[422]},{"name":"NS_E_WMP_SERVER_NOT_RESPONDING","features":[422]},{"name":"NS_E_WMP_SERVER_SECURITY_ERROR","features":[422]},{"name":"NS_E_WMP_SERVER_UNAVAILABLE","features":[422]},{"name":"NS_E_WMP_STREAMING_RECORDING_NOT_ALLOWED","features":[422]},{"name":"NS_E_WMP_TAMPERED_CONTENT","features":[422]},{"name":"NS_E_WMP_UDRM_NOUSERLIST","features":[422]},{"name":"NS_E_WMP_UI_NOSKININZIP","features":[422]},{"name":"NS_E_WMP_UI_NOTATHEMEFILE","features":[422]},{"name":"NS_E_WMP_UI_OBJECTNOTFOUND","features":[422]},{"name":"NS_E_WMP_UI_PASSTHROUGH","features":[422]},{"name":"NS_E_WMP_UI_SECONDHANDLER","features":[422]},{"name":"NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED","features":[422]},{"name":"NS_E_WMP_UI_SUBELEMENTNOTFOUND","features":[422]},{"name":"NS_E_WMP_UI_VERSIONMISMATCH","features":[422]},{"name":"NS_E_WMP_UI_VERSIONPARSE","features":[422]},{"name":"NS_E_WMP_UI_VIEWIDNOTFOUND","features":[422]},{"name":"NS_E_WMP_UNKNOWN_ERROR","features":[422]},{"name":"NS_E_WMP_UNSUPPORTED_FORMAT","features":[422]},{"name":"NS_E_WMP_UPGRADE_APPLICATION","features":[422]},{"name":"NS_E_WMP_URLDOWNLOADFAILED","features":[422]},{"name":"NS_E_WMP_VERIFY_ONLINE","features":[422]},{"name":"NS_E_WMP_VIDEO_CODEC_NOT_INSTALLED","features":[422]},{"name":"NS_E_WMP_WINDOWSAPIFAILURE","features":[422]},{"name":"NS_E_WMP_WMDM_BUSY","features":[422]},{"name":"NS_E_WMP_WMDM_FAILURE","features":[422]},{"name":"NS_E_WMP_WMDM_INCORRECT_RIGHTS","features":[422]},{"name":"NS_E_WMP_WMDM_INTERFACEDEAD","features":[422]},{"name":"NS_E_WMP_WMDM_LICENSE_EXPIRED","features":[422]},{"name":"NS_E_WMP_WMDM_LICENSE_NOTEXIST","features":[422]},{"name":"NS_E_WMP_WMDM_NORIGHTS","features":[422]},{"name":"NS_E_WMP_WMDM_NOTCERTIFIED","features":[422]},{"name":"NS_E_WMR_CANNOT_RENDER_BINARY_STREAM","features":[422]},{"name":"NS_E_WMR_NOCALLBACKAVAILABLE","features":[422]},{"name":"NS_E_WMR_NOSOURCEFILTER","features":[422]},{"name":"NS_E_WMR_PINNOTFOUND","features":[422]},{"name":"NS_E_WMR_PINTYPENOMATCH","features":[422]},{"name":"NS_E_WMR_SAMPLEPROPERTYNOTSET","features":[422]},{"name":"NS_E_WMR_UNSUPPORTEDSTREAM","features":[422]},{"name":"NS_E_WMR_WAITINGONFORMATSWITCH","features":[422]},{"name":"NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM","features":[422]},{"name":"NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS","features":[422]},{"name":"NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST","features":[422]},{"name":"NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE","features":[422]},{"name":"NS_E_WMX_INVALID_FORMAT_OVER_NESTING","features":[422]},{"name":"NS_E_WMX_ITEM_DOES_NOT_EXIST","features":[422]},{"name":"NS_E_WMX_ITEM_TYPE_ILLEGAL","features":[422]},{"name":"NS_E_WMX_ITEM_UNSETTABLE","features":[422]},{"name":"NS_E_WMX_PLAYLIST_EMPTY","features":[422]},{"name":"NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT","features":[422]},{"name":"NS_E_WONT_DO_DIGITAL","features":[422]},{"name":"NS_E_WRONG_OS_VERSION","features":[422]},{"name":"NS_E_WRONG_PUBLISHING_POINT_TYPE","features":[422]},{"name":"NS_E_WSX_INVALID_VERSION","features":[422]},{"name":"NS_I_CATATONIC_AUTO_UNFAIL","features":[422]},{"name":"NS_I_CATATONIC_FAILURE","features":[422]},{"name":"NS_I_CUB_RUNNING","features":[422]},{"name":"NS_I_CUB_START","features":[422]},{"name":"NS_I_CUB_UNFAIL_LINK","features":[422]},{"name":"NS_I_DISK_REBUILD_ABORTED","features":[422]},{"name":"NS_I_DISK_REBUILD_FINISHED","features":[422]},{"name":"NS_I_DISK_REBUILD_STARTED","features":[422]},{"name":"NS_I_DISK_START","features":[422]},{"name":"NS_I_DISK_STOP","features":[422]},{"name":"NS_I_EXISTING_PACKETIZER","features":[422]},{"name":"NS_I_KILL_CONNECTION","features":[422]},{"name":"NS_I_KILL_USERSESSION","features":[422]},{"name":"NS_I_LIMIT_BANDWIDTH","features":[422]},{"name":"NS_I_LIMIT_FUNNELS","features":[422]},{"name":"NS_I_LOGGING_FAILED","features":[422]},{"name":"NS_I_MANUAL_PROXY","features":[422]},{"name":"NS_I_NOLOG_STOP","features":[422]},{"name":"NS_I_PLAYLIST_CHANGE_RECEDING","features":[422]},{"name":"NS_I_REBUILD_DISK","features":[422]},{"name":"NS_I_RECONNECTED","features":[422]},{"name":"NS_I_RESTRIPE_CUB_OUT","features":[422]},{"name":"NS_I_RESTRIPE_DISK_OUT","features":[422]},{"name":"NS_I_RESTRIPE_DONE","features":[422]},{"name":"NS_I_RESTRIPE_START","features":[422]},{"name":"NS_I_START_DISK","features":[422]},{"name":"NS_I_STOP_CUB","features":[422]},{"name":"NS_I_STOP_DISK","features":[422]},{"name":"NS_I_TIGER_START","features":[422]},{"name":"NS_S_CALLABORTED","features":[422]},{"name":"NS_S_CALLPENDING","features":[422]},{"name":"NS_S_CHANGENOTICE","features":[422]},{"name":"NS_S_DEGRADING_QUALITY","features":[422]},{"name":"NS_S_DRM_ACQUIRE_CANCELLED","features":[422]},{"name":"NS_S_DRM_BURNABLE_TRACK","features":[422]},{"name":"NS_S_DRM_BURNABLE_TRACK_WITH_PLAYLIST_RESTRICTION","features":[422]},{"name":"NS_S_DRM_INDIVIDUALIZED","features":[422]},{"name":"NS_S_DRM_LICENSE_ACQUIRED","features":[422]},{"name":"NS_S_DRM_MONITOR_CANCELLED","features":[422]},{"name":"NS_S_DRM_NEEDS_INDIVIDUALIZATION","features":[422]},{"name":"NS_S_EOSRECEDING","features":[422]},{"name":"NS_S_NAVIGATION_COMPLETE_WITH_ERRORS","features":[422]},{"name":"NS_S_NEED_TO_BUY_BURN_RIGHTS","features":[422]},{"name":"NS_S_OPERATION_PENDING","features":[422]},{"name":"NS_S_PUBLISHING_POINT_STARTED_WITH_FAILED_SINKS","features":[422]},{"name":"NS_S_REBOOT_RECOMMENDED","features":[422]},{"name":"NS_S_REBOOT_REQUIRED","features":[422]},{"name":"NS_S_REBUFFERING","features":[422]},{"name":"NS_S_STREAM_TRUNCATED","features":[422]},{"name":"NS_S_TRACK_ALREADY_DOWNLOADED","features":[422]},{"name":"NS_S_TRACK_BUY_REQUIRES_ALBUM_PURCHASE","features":[422]},{"name":"NS_S_TRANSCRYPTOR_EOF","features":[422]},{"name":"NS_S_WMG_ADVISE_DROP_FRAME","features":[422]},{"name":"NS_S_WMG_ADVISE_DROP_TO_KEYFRAME","features":[422]},{"name":"NS_S_WMG_FORCE_DROP_FRAME","features":[422]},{"name":"NS_S_WMPBR_PARTIALSUCCESS","features":[422]},{"name":"NS_S_WMPBR_SUCCESS","features":[422]},{"name":"NS_S_WMPCORE_COMMAND_NOT_AVAILABLE","features":[422]},{"name":"NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING","features":[422]},{"name":"NS_S_WMPCORE_MEDIA_VALIDATION_PENDING","features":[422]},{"name":"NS_S_WMPCORE_MORE_NODES_AVAIABLE","features":[422]},{"name":"NS_S_WMPCORE_PLAYLISTCLEARABORT","features":[422]},{"name":"NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT","features":[422]},{"name":"NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA","features":[422]},{"name":"NS_S_WMPCORE_PLAYLIST_CREATION_PENDING","features":[422]},{"name":"NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS","features":[422]},{"name":"NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED","features":[422]},{"name":"NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED","features":[422]},{"name":"NS_S_WMPEFFECT_OPAQUE","features":[422]},{"name":"NS_S_WMPEFFECT_TRANSPARENT","features":[422]},{"name":"NS_S_WMP_EXCEPTION","features":[422]},{"name":"NS_S_WMP_LOADED_BMP_IMAGE","features":[422]},{"name":"NS_S_WMP_LOADED_GIF_IMAGE","features":[422]},{"name":"NS_S_WMP_LOADED_JPG_IMAGE","features":[422]},{"name":"NS_S_WMP_LOADED_PNG_IMAGE","features":[422]},{"name":"NS_S_WMP_UI_VERSIONMISMATCH","features":[422]},{"name":"NS_S_WMR_ALREADYRENDERED","features":[422]},{"name":"NS_S_WMR_PINTYPEFULLMATCH","features":[422]},{"name":"NS_S_WMR_PINTYPEPARTIALMATCH","features":[422]},{"name":"NS_W_FILE_BANDWIDTH_LIMIT","features":[422]},{"name":"NS_W_SERVER_BANDWIDTH_LIMIT","features":[422]},{"name":"NS_W_UNKNOWN_EVENT","features":[422]},{"name":"OLIADPCMWAVEFORMAT","features":[423,422]},{"name":"OLICELPWAVEFORMAT","features":[423,422]},{"name":"OLIGSMWAVEFORMAT","features":[423,422]},{"name":"OLIOPRWAVEFORMAT","features":[423,422]},{"name":"OLISBCWAVEFORMAT","features":[423,422]},{"name":"OpenDriver","features":[307,422]},{"name":"PD_CAN_DRAW_DIB","features":[422]},{"name":"PD_CAN_STRETCHDIB","features":[422]},{"name":"PD_STRETCHDIB_1_1_OK","features":[422]},{"name":"PD_STRETCHDIB_1_2_OK","features":[422]},{"name":"PD_STRETCHDIB_1_N_OK","features":[422]},{"name":"ROCKWELL_WA1_MIXER","features":[422]},{"name":"ROCKWELL_WA1_MPU401_IN","features":[422]},{"name":"ROCKWELL_WA1_MPU401_OUT","features":[422]},{"name":"ROCKWELL_WA1_SYNTH","features":[422]},{"name":"ROCKWELL_WA1_WAVEIN","features":[422]},{"name":"ROCKWELL_WA1_WAVEOUT","features":[422]},{"name":"ROCKWELL_WA2_MIXER","features":[422]},{"name":"ROCKWELL_WA2_MPU401_IN","features":[422]},{"name":"ROCKWELL_WA2_MPU401_OUT","features":[422]},{"name":"ROCKWELL_WA2_SYNTH","features":[422]},{"name":"ROCKWELL_WA2_WAVEIN","features":[422]},{"name":"ROCKWELL_WA2_WAVEOUT","features":[422]},{"name":"SEARCH_ANY","features":[422]},{"name":"SEARCH_BACKWARD","features":[422]},{"name":"SEARCH_FORWARD","features":[422]},{"name":"SEARCH_KEY","features":[422]},{"name":"SEARCH_NEAREST","features":[422]},{"name":"SEEK_CUR","features":[422]},{"name":"SEEK_END","features":[422]},{"name":"SEEK_SET","features":[422]},{"name":"SIERRAADPCMWAVEFORMAT","features":[423,422]},{"name":"SONARCWAVEFORMAT","features":[423,422]},{"name":"SendDriverMessage","features":[307,422]},{"name":"TARGET_DEVICE_FRIENDLY_NAME","features":[422]},{"name":"TARGET_DEVICE_OPEN_EXCLUSIVELY","features":[422]},{"name":"TASKERR_NOTASKSUPPORT","features":[422]},{"name":"TASKERR_OUTOFMEMORY","features":[422]},{"name":"TDD_BEGINMINPERIOD","features":[422]},{"name":"TDD_ENDMINPERIOD","features":[422]},{"name":"TDD_GETDEVCAPS","features":[422]},{"name":"TDD_GETSYSTEMTIME","features":[422]},{"name":"TDD_KILLTIMEREVENT","features":[422]},{"name":"TDD_SETTIMEREVENT","features":[422]},{"name":"TIMEREVENT","features":[422]},{"name":"TRUESPEECHWAVEFORMAT","features":[423,422]},{"name":"VADMAD_Device_ID","features":[422]},{"name":"VCAPS_CAN_SCALE","features":[422]},{"name":"VCAPS_DST_CAN_CLIP","features":[422]},{"name":"VCAPS_OVERLAY","features":[422]},{"name":"VCAPS_SRC_CAN_CLIP","features":[422]},{"name":"VFWWDMExtensionProc","features":[307,422,357]},{"name":"VFW_HIDE_CAMERACONTROL_PAGE","features":[422]},{"name":"VFW_HIDE_SETTINGS_PAGE","features":[422]},{"name":"VFW_HIDE_VIDEOSRC_PAGE","features":[422]},{"name":"VFW_OEM_ADD_PAGE","features":[422]},{"name":"VFW_QUERY_DEV_CHANGED","features":[422]},{"name":"VFW_USE_DEVICE_HANDLE","features":[422]},{"name":"VFW_USE_STREAM_HANDLE","features":[422]},{"name":"VHDR_DONE","features":[422]},{"name":"VHDR_INQUEUE","features":[422]},{"name":"VHDR_KEYFRAME","features":[422]},{"name":"VHDR_PREPARED","features":[422]},{"name":"VHDR_VALID","features":[422]},{"name":"VIDCF_COMPRESSFRAMES","features":[422]},{"name":"VIDCF_CRUNCH","features":[422]},{"name":"VIDCF_DRAW","features":[422]},{"name":"VIDCF_FASTTEMPORALC","features":[422]},{"name":"VIDCF_FASTTEMPORALD","features":[422]},{"name":"VIDCF_QUALITY","features":[422]},{"name":"VIDCF_TEMPORAL","features":[422]},{"name":"VIDEOHDR","features":[422]},{"name":"VIDEO_CONFIGURE_CURRENT","features":[422]},{"name":"VIDEO_CONFIGURE_GET","features":[422]},{"name":"VIDEO_CONFIGURE_MAX","features":[422]},{"name":"VIDEO_CONFIGURE_MIN","features":[422]},{"name":"VIDEO_CONFIGURE_NOMINAL","features":[422]},{"name":"VIDEO_CONFIGURE_QUERY","features":[422]},{"name":"VIDEO_CONFIGURE_QUERYSIZE","features":[422]},{"name":"VIDEO_CONFIGURE_SET","features":[422]},{"name":"VIDEO_DLG_QUERY","features":[422]},{"name":"VIDEO_EXTERNALIN","features":[422]},{"name":"VIDEO_EXTERNALOUT","features":[422]},{"name":"VIDEO_IN","features":[422]},{"name":"VIDEO_OUT","features":[422]},{"name":"VP_COMMAND_GET","features":[422]},{"name":"VP_COMMAND_SET","features":[422]},{"name":"VP_CP_CMD_ACTIVATE","features":[422]},{"name":"VP_CP_CMD_CHANGE","features":[422]},{"name":"VP_CP_CMD_DEACTIVATE","features":[422]},{"name":"VP_CP_TYPE_APS_TRIGGER","features":[422]},{"name":"VP_CP_TYPE_MACROVISION","features":[422]},{"name":"VP_FLAGS_BRIGHTNESS","features":[422]},{"name":"VP_FLAGS_CONTRAST","features":[422]},{"name":"VP_FLAGS_COPYPROTECT","features":[422]},{"name":"VP_FLAGS_FLICKER","features":[422]},{"name":"VP_FLAGS_MAX_UNSCALED","features":[422]},{"name":"VP_FLAGS_OVERSCAN","features":[422]},{"name":"VP_FLAGS_POSITION","features":[422]},{"name":"VP_FLAGS_TV_MODE","features":[422]},{"name":"VP_FLAGS_TV_STANDARD","features":[422]},{"name":"VP_MODE_TV_PLAYBACK","features":[422]},{"name":"VP_MODE_WIN_GRAPHICS","features":[422]},{"name":"VP_TV_STANDARD_NTSC_433","features":[422]},{"name":"VP_TV_STANDARD_NTSC_M","features":[422]},{"name":"VP_TV_STANDARD_NTSC_M_J","features":[422]},{"name":"VP_TV_STANDARD_PAL_60","features":[422]},{"name":"VP_TV_STANDARD_PAL_B","features":[422]},{"name":"VP_TV_STANDARD_PAL_D","features":[422]},{"name":"VP_TV_STANDARD_PAL_G","features":[422]},{"name":"VP_TV_STANDARD_PAL_H","features":[422]},{"name":"VP_TV_STANDARD_PAL_I","features":[422]},{"name":"VP_TV_STANDARD_PAL_M","features":[422]},{"name":"VP_TV_STANDARD_PAL_N","features":[422]},{"name":"VP_TV_STANDARD_SECAM_B","features":[422]},{"name":"VP_TV_STANDARD_SECAM_D","features":[422]},{"name":"VP_TV_STANDARD_SECAM_G","features":[422]},{"name":"VP_TV_STANDARD_SECAM_H","features":[422]},{"name":"VP_TV_STANDARD_SECAM_K","features":[422]},{"name":"VP_TV_STANDARD_SECAM_K1","features":[422]},{"name":"VP_TV_STANDARD_SECAM_L","features":[422]},{"name":"VP_TV_STANDARD_SECAM_L1","features":[422]},{"name":"VP_TV_STANDARD_WIN_VGA","features":[422]},{"name":"VideoForWindowsVersion","features":[422]},{"name":"WAVEOPENDESC","features":[423,422]},{"name":"WAVE_FILTER_DEVELOPMENT","features":[422]},{"name":"WAVE_FILTER_ECHO","features":[422]},{"name":"WAVE_FILTER_UNKNOWN","features":[422]},{"name":"WAVE_FILTER_VOLUME","features":[422]},{"name":"WAVE_FORMAT_3COM_NBX","features":[422]},{"name":"WAVE_FORMAT_ADPCM","features":[422]},{"name":"WAVE_FORMAT_ALAC","features":[422]},{"name":"WAVE_FORMAT_ALAW","features":[422]},{"name":"WAVE_FORMAT_AMR_NB","features":[422]},{"name":"WAVE_FORMAT_AMR_WB","features":[422]},{"name":"WAVE_FORMAT_AMR_WP","features":[422]},{"name":"WAVE_FORMAT_ANTEX_ADPCME","features":[422]},{"name":"WAVE_FORMAT_APTX","features":[422]},{"name":"WAVE_FORMAT_AUDIOFILE_AF10","features":[422]},{"name":"WAVE_FORMAT_AUDIOFILE_AF36","features":[422]},{"name":"WAVE_FORMAT_BTV_DIGITAL","features":[422]},{"name":"WAVE_FORMAT_CANOPUS_ATRAC","features":[422]},{"name":"WAVE_FORMAT_CIRRUS","features":[422]},{"name":"WAVE_FORMAT_CODIAN","features":[422]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_AVQSBC","features":[422]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_G723_1","features":[422]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_SBC","features":[422]},{"name":"WAVE_FORMAT_CONGRUENCY","features":[422]},{"name":"WAVE_FORMAT_CONTROL_RES_CR10","features":[422]},{"name":"WAVE_FORMAT_CONTROL_RES_VQLPC","features":[422]},{"name":"WAVE_FORMAT_CONVEDIA_G729","features":[422]},{"name":"WAVE_FORMAT_CREATIVE_ADPCM","features":[422]},{"name":"WAVE_FORMAT_CREATIVE_FASTSPEECH10","features":[422]},{"name":"WAVE_FORMAT_CREATIVE_FASTSPEECH8","features":[422]},{"name":"WAVE_FORMAT_CS2","features":[422]},{"name":"WAVE_FORMAT_CS_IMAADPCM","features":[422]},{"name":"WAVE_FORMAT_CUSEEME","features":[422]},{"name":"WAVE_FORMAT_CU_CODEC","features":[422]},{"name":"WAVE_FORMAT_DEVELOPMENT","features":[422]},{"name":"WAVE_FORMAT_DF_G726","features":[422]},{"name":"WAVE_FORMAT_DF_GSM610","features":[422]},{"name":"WAVE_FORMAT_DIALOGIC_OKI_ADPCM","features":[422]},{"name":"WAVE_FORMAT_DICTAPHONE_CELP54","features":[422]},{"name":"WAVE_FORMAT_DICTAPHONE_CELP68","features":[422]},{"name":"WAVE_FORMAT_DIGIADPCM","features":[422]},{"name":"WAVE_FORMAT_DIGIFIX","features":[422]},{"name":"WAVE_FORMAT_DIGIREAL","features":[422]},{"name":"WAVE_FORMAT_DIGISTD","features":[422]},{"name":"WAVE_FORMAT_DIGITAL_G723","features":[422]},{"name":"WAVE_FORMAT_DIVIO_G726","features":[422]},{"name":"WAVE_FORMAT_DIVIO_MPEG4_AAC","features":[422]},{"name":"WAVE_FORMAT_DOLBY_AC2","features":[422]},{"name":"WAVE_FORMAT_DOLBY_AC3_SPDIF","features":[422]},{"name":"WAVE_FORMAT_DOLBY_AC4","features":[422]},{"name":"WAVE_FORMAT_DRM","features":[422]},{"name":"WAVE_FORMAT_DSAT","features":[422]},{"name":"WAVE_FORMAT_DSAT_DISPLAY","features":[422]},{"name":"WAVE_FORMAT_DSPGROUP_TRUESPEECH","features":[422]},{"name":"WAVE_FORMAT_DTS","features":[422]},{"name":"WAVE_FORMAT_DTS2","features":[422]},{"name":"WAVE_FORMAT_DTS_DS","features":[422]},{"name":"WAVE_FORMAT_DVI_ADPCM","features":[422]},{"name":"WAVE_FORMAT_DVM","features":[422]},{"name":"WAVE_FORMAT_ECHOSC1","features":[422]},{"name":"WAVE_FORMAT_ECHOSC3","features":[422]},{"name":"WAVE_FORMAT_ENCORE_G726","features":[422]},{"name":"WAVE_FORMAT_ESPCM","features":[422]},{"name":"WAVE_FORMAT_ESST_AC3","features":[422]},{"name":"WAVE_FORMAT_FAAD_AAC","features":[422]},{"name":"WAVE_FORMAT_FLAC","features":[422]},{"name":"WAVE_FORMAT_FM_TOWNS_SND","features":[422]},{"name":"WAVE_FORMAT_FRACE_TELECOM_G729","features":[422]},{"name":"WAVE_FORMAT_FRAUNHOFER_IIS_MPEG2_AAC","features":[422]},{"name":"WAVE_FORMAT_G721_ADPCM","features":[422]},{"name":"WAVE_FORMAT_G722_ADPCM","features":[422]},{"name":"WAVE_FORMAT_G723_ADPCM","features":[422]},{"name":"WAVE_FORMAT_G726ADPCM","features":[422]},{"name":"WAVE_FORMAT_G726_ADPCM","features":[422]},{"name":"WAVE_FORMAT_G728_CELP","features":[422]},{"name":"WAVE_FORMAT_G729A","features":[422]},{"name":"WAVE_FORMAT_GENERIC_PASSTHRU","features":[422]},{"name":"WAVE_FORMAT_GLOBAL_IP_ILBC","features":[422]},{"name":"WAVE_FORMAT_GSM610","features":[422]},{"name":"WAVE_FORMAT_GSM_610","features":[422]},{"name":"WAVE_FORMAT_GSM_620","features":[422]},{"name":"WAVE_FORMAT_GSM_660","features":[422]},{"name":"WAVE_FORMAT_GSM_690","features":[422]},{"name":"WAVE_FORMAT_GSM_ADAPTIVE_MULTIRATE_WB","features":[422]},{"name":"WAVE_FORMAT_GSM_AMR_CBR","features":[422]},{"name":"WAVE_FORMAT_GSM_AMR_VBR_SID","features":[422]},{"name":"WAVE_FORMAT_HP_DYN_VOICE","features":[422]},{"name":"WAVE_FORMAT_IBM_CVSD","features":[422]},{"name":"WAVE_FORMAT_IEEE_FLOAT","features":[422]},{"name":"WAVE_FORMAT_ILINK_VC","features":[422]},{"name":"WAVE_FORMAT_IMA_ADPCM","features":[422]},{"name":"WAVE_FORMAT_INDEO_AUDIO","features":[422]},{"name":"WAVE_FORMAT_INFOCOM_ITS_G721_ADPCM","features":[422]},{"name":"WAVE_FORMAT_INGENIENT_G726","features":[422]},{"name":"WAVE_FORMAT_INNINGS_TELECOM_ADPCM","features":[422]},{"name":"WAVE_FORMAT_INTEL_G723_1","features":[422]},{"name":"WAVE_FORMAT_INTEL_G729","features":[422]},{"name":"WAVE_FORMAT_INTEL_MUSIC_CODER","features":[422]},{"name":"WAVE_FORMAT_IPI_HSX","features":[422]},{"name":"WAVE_FORMAT_IPI_RPELP","features":[422]},{"name":"WAVE_FORMAT_IRAT","features":[422]},{"name":"WAVE_FORMAT_ISIAUDIO","features":[422]},{"name":"WAVE_FORMAT_ISIAUDIO_2","features":[422]},{"name":"WAVE_FORMAT_KNOWLEDGE_ADVENTURE_ADPCM","features":[422]},{"name":"WAVE_FORMAT_LEAD_SPEECH","features":[422]},{"name":"WAVE_FORMAT_LEAD_VORBIS","features":[422]},{"name":"WAVE_FORMAT_LH_CODEC","features":[422]},{"name":"WAVE_FORMAT_LH_CODEC_CELP","features":[422]},{"name":"WAVE_FORMAT_LH_CODEC_SBC12","features":[422]},{"name":"WAVE_FORMAT_LH_CODEC_SBC16","features":[422]},{"name":"WAVE_FORMAT_LH_CODEC_SBC8","features":[422]},{"name":"WAVE_FORMAT_LIGHTWAVE_LOSSLESS","features":[422]},{"name":"WAVE_FORMAT_LRC","features":[422]},{"name":"WAVE_FORMAT_LUCENT_G723","features":[422]},{"name":"WAVE_FORMAT_LUCENT_SX5363S","features":[422]},{"name":"WAVE_FORMAT_LUCENT_SX8300P","features":[422]},{"name":"WAVE_FORMAT_MAKEAVIS","features":[422]},{"name":"WAVE_FORMAT_MALDEN_PHONYTALK","features":[422]},{"name":"WAVE_FORMAT_MEDIASONIC_G723","features":[422]},{"name":"WAVE_FORMAT_MEDIASPACE_ADPCM","features":[422]},{"name":"WAVE_FORMAT_MEDIAVISION_ADPCM","features":[422]},{"name":"WAVE_FORMAT_MICRONAS","features":[422]},{"name":"WAVE_FORMAT_MICRONAS_CELP833","features":[422]},{"name":"WAVE_FORMAT_MPEG","features":[422]},{"name":"WAVE_FORMAT_MPEG4_AAC","features":[422]},{"name":"WAVE_FORMAT_MPEGLAYER3","features":[422]},{"name":"WAVE_FORMAT_MPEG_ADTS_AAC","features":[422]},{"name":"WAVE_FORMAT_MPEG_HEAAC","features":[422]},{"name":"WAVE_FORMAT_MPEG_LOAS","features":[422]},{"name":"WAVE_FORMAT_MPEG_RAW_AAC","features":[422]},{"name":"WAVE_FORMAT_MSAUDIO1","features":[422]},{"name":"WAVE_FORMAT_MSG723","features":[422]},{"name":"WAVE_FORMAT_MSNAUDIO","features":[422]},{"name":"WAVE_FORMAT_MSRT24","features":[422]},{"name":"WAVE_FORMAT_MULAW","features":[422]},{"name":"WAVE_FORMAT_MULTITUDE_FT_SX20","features":[422]},{"name":"WAVE_FORMAT_MVI_MVI2","features":[422]},{"name":"WAVE_FORMAT_NEC_AAC","features":[422]},{"name":"WAVE_FORMAT_NICE_ACA","features":[422]},{"name":"WAVE_FORMAT_NICE_ADPCM","features":[422]},{"name":"WAVE_FORMAT_NICE_G728","features":[422]},{"name":"WAVE_FORMAT_NMS_VBXADPCM","features":[422]},{"name":"WAVE_FORMAT_NOKIA_ADAPTIVE_MULTIRATE","features":[422]},{"name":"WAVE_FORMAT_NOKIA_MPEG_ADTS_AAC","features":[422]},{"name":"WAVE_FORMAT_NOKIA_MPEG_RAW_AAC","features":[422]},{"name":"WAVE_FORMAT_NORCOM_VOICE_SYSTEMS_ADPCM","features":[422]},{"name":"WAVE_FORMAT_NORRIS","features":[422]},{"name":"WAVE_FORMAT_NTCSOFT_ALF2CM_ACM","features":[422]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_1","features":[422]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_1_PLUS","features":[422]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_2","features":[422]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_2_PLUS","features":[422]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_3","features":[422]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_3_PLUS","features":[422]},{"name":"WAVE_FORMAT_OKI_ADPCM","features":[422]},{"name":"WAVE_FORMAT_OLIADPCM","features":[422]},{"name":"WAVE_FORMAT_OLICELP","features":[422]},{"name":"WAVE_FORMAT_OLIGSM","features":[422]},{"name":"WAVE_FORMAT_OLIOPR","features":[422]},{"name":"WAVE_FORMAT_OLISBC","features":[422]},{"name":"WAVE_FORMAT_ON2_VP6_AUDIO","features":[422]},{"name":"WAVE_FORMAT_ON2_VP7_AUDIO","features":[422]},{"name":"WAVE_FORMAT_ONLIVE","features":[422]},{"name":"WAVE_FORMAT_OPUS","features":[422]},{"name":"WAVE_FORMAT_PAC","features":[422]},{"name":"WAVE_FORMAT_PACKED","features":[422]},{"name":"WAVE_FORMAT_PCM_S","features":[422]},{"name":"WAVE_FORMAT_PHILIPS_CELP","features":[422]},{"name":"WAVE_FORMAT_PHILIPS_GRUNDIG","features":[422]},{"name":"WAVE_FORMAT_PHILIPS_LPCBB","features":[422]},{"name":"WAVE_FORMAT_POLYCOM_G722","features":[422]},{"name":"WAVE_FORMAT_POLYCOM_G728","features":[422]},{"name":"WAVE_FORMAT_POLYCOM_G729_A","features":[422]},{"name":"WAVE_FORMAT_POLYCOM_SIREN","features":[422]},{"name":"WAVE_FORMAT_PROSODY_1612","features":[422]},{"name":"WAVE_FORMAT_PROSODY_8KBPS","features":[422]},{"name":"WAVE_FORMAT_QDESIGN_MUSIC","features":[422]},{"name":"WAVE_FORMAT_QUALCOMM_HALFRATE","features":[422]},{"name":"WAVE_FORMAT_QUALCOMM_PUREVOICE","features":[422]},{"name":"WAVE_FORMAT_QUARTERDECK","features":[422]},{"name":"WAVE_FORMAT_RACAL_RECORDER_G720_A","features":[422]},{"name":"WAVE_FORMAT_RACAL_RECORDER_G723_1","features":[422]},{"name":"WAVE_FORMAT_RACAL_RECORDER_GSM","features":[422]},{"name":"WAVE_FORMAT_RACAL_RECORDER_TETRA_ACELP","features":[422]},{"name":"WAVE_FORMAT_RADIOTIME_TIME_SHIFT_RADIO","features":[422]},{"name":"WAVE_FORMAT_RAW_AAC1","features":[422]},{"name":"WAVE_FORMAT_RAW_SPORT","features":[422]},{"name":"WAVE_FORMAT_RHETOREX_ADPCM","features":[422]},{"name":"WAVE_FORMAT_ROCKWELL_ADPCM","features":[422]},{"name":"WAVE_FORMAT_ROCKWELL_DIGITALK","features":[422]},{"name":"WAVE_FORMAT_RT24","features":[422]},{"name":"WAVE_FORMAT_SANYO_LD_ADPCM","features":[422]},{"name":"WAVE_FORMAT_SBC24","features":[422]},{"name":"WAVE_FORMAT_SHARP_G726","features":[422]},{"name":"WAVE_FORMAT_SIERRA_ADPCM","features":[422]},{"name":"WAVE_FORMAT_SIPROLAB_ACELP4800","features":[422]},{"name":"WAVE_FORMAT_SIPROLAB_ACELP8V3","features":[422]},{"name":"WAVE_FORMAT_SIPROLAB_ACEPLNET","features":[422]},{"name":"WAVE_FORMAT_SIPROLAB_G729","features":[422]},{"name":"WAVE_FORMAT_SIPROLAB_G729A","features":[422]},{"name":"WAVE_FORMAT_SIPROLAB_KELVIN","features":[422]},{"name":"WAVE_FORMAT_SOFTSOUND","features":[422]},{"name":"WAVE_FORMAT_SONARC","features":[422]},{"name":"WAVE_FORMAT_SONICFOUNDRY_LOSSLESS","features":[422]},{"name":"WAVE_FORMAT_SONY_ATRAC3","features":[422]},{"name":"WAVE_FORMAT_SONY_SCX","features":[422]},{"name":"WAVE_FORMAT_SONY_SCY","features":[422]},{"name":"WAVE_FORMAT_SONY_SPC","features":[422]},{"name":"WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS","features":[422]},{"name":"WAVE_FORMAT_SPEEX_VOICE","features":[422]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC008","features":[422]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_CELP54","features":[422]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_CELP68","features":[422]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_G726L","features":[422]},{"name":"WAVE_FORMAT_SYMBOL_G729_A","features":[422]},{"name":"WAVE_FORMAT_TELUM_AUDIO","features":[422]},{"name":"WAVE_FORMAT_TELUM_IA_AUDIO","features":[422]},{"name":"WAVE_FORMAT_TPC","features":[422]},{"name":"WAVE_FORMAT_TUBGSM","features":[422]},{"name":"WAVE_FORMAT_UHER_ADPCM","features":[422]},{"name":"WAVE_FORMAT_ULEAD_DV_AUDIO","features":[422]},{"name":"WAVE_FORMAT_ULEAD_DV_AUDIO_1","features":[422]},{"name":"WAVE_FORMAT_UNISYS_NAP_16K","features":[422]},{"name":"WAVE_FORMAT_UNISYS_NAP_ADPCM","features":[422]},{"name":"WAVE_FORMAT_UNISYS_NAP_ALAW","features":[422]},{"name":"WAVE_FORMAT_UNISYS_NAP_ULAW","features":[422]},{"name":"WAVE_FORMAT_UNKNOWN","features":[422]},{"name":"WAVE_FORMAT_VIANIX_MASC","features":[422]},{"name":"WAVE_FORMAT_VIVO_G723","features":[422]},{"name":"WAVE_FORMAT_VIVO_SIREN","features":[422]},{"name":"WAVE_FORMAT_VME_VMPCM","features":[422]},{"name":"WAVE_FORMAT_VOCORD_G721","features":[422]},{"name":"WAVE_FORMAT_VOCORD_G722_1","features":[422]},{"name":"WAVE_FORMAT_VOCORD_G723_1","features":[422]},{"name":"WAVE_FORMAT_VOCORD_G726","features":[422]},{"name":"WAVE_FORMAT_VOCORD_G728","features":[422]},{"name":"WAVE_FORMAT_VOCORD_G729","features":[422]},{"name":"WAVE_FORMAT_VOCORD_G729_A","features":[422]},{"name":"WAVE_FORMAT_VOCORD_LBC","features":[422]},{"name":"WAVE_FORMAT_VODAFONE_MPEG_ADTS_AAC","features":[422]},{"name":"WAVE_FORMAT_VODAFONE_MPEG_RAW_AAC","features":[422]},{"name":"WAVE_FORMAT_VOICEAGE_AMR","features":[422]},{"name":"WAVE_FORMAT_VOICEAGE_AMR_WB","features":[422]},{"name":"WAVE_FORMAT_VOXWARE","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_AC10","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_AC16","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_AC20","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_AC8","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_BYTE_ALIGNED","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_RT24","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_RT24_SPEECH","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_RT29","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_RT29HW","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_SC3","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_SC3_1","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_TQ40","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_TQ60","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_VR12","features":[422]},{"name":"WAVE_FORMAT_VOXWARE_VR18","features":[422]},{"name":"WAVE_FORMAT_VSELP","features":[422]},{"name":"WAVE_FORMAT_WAVPACK_AUDIO","features":[422]},{"name":"WAVE_FORMAT_WM9_SPECTRUM_ANALYZER","features":[422]},{"name":"WAVE_FORMAT_WMASPDIF","features":[422]},{"name":"WAVE_FORMAT_WMAUDIO2","features":[422]},{"name":"WAVE_FORMAT_WMAUDIO3","features":[422]},{"name":"WAVE_FORMAT_WMAUDIO_LOSSLESS","features":[422]},{"name":"WAVE_FORMAT_WMAVOICE10","features":[422]},{"name":"WAVE_FORMAT_WMAVOICE9","features":[422]},{"name":"WAVE_FORMAT_WMF_SPECTRUM_ANAYZER","features":[422]},{"name":"WAVE_FORMAT_XEBEC","features":[422]},{"name":"WAVE_FORMAT_YAMAHA_ADPCM","features":[422]},{"name":"WAVE_FORMAT_ZOLL_ASAO","features":[422]},{"name":"WAVE_FORMAT_ZYXEL_ADPCM","features":[422]},{"name":"WAVE_MAPPER_S","features":[422]},{"name":"WIDM_ADDBUFFER","features":[422]},{"name":"WIDM_CLOSE","features":[422]},{"name":"WIDM_GETDEVCAPS","features":[422]},{"name":"WIDM_GETNUMDEVS","features":[422]},{"name":"WIDM_GETPOS","features":[422]},{"name":"WIDM_INIT","features":[422]},{"name":"WIDM_INIT_EX","features":[422]},{"name":"WIDM_OPEN","features":[422]},{"name":"WIDM_PREFERRED","features":[422]},{"name":"WIDM_PREPARE","features":[422]},{"name":"WIDM_RESET","features":[422]},{"name":"WIDM_START","features":[422]},{"name":"WIDM_STOP","features":[422]},{"name":"WIDM_UNPREPARE","features":[422]},{"name":"WMAUDIO2WAVEFORMAT","features":[423,422]},{"name":"WMAUDIO2_BITS_PER_SAMPLE","features":[422]},{"name":"WMAUDIO2_MAX_CHANNELS","features":[422]},{"name":"WMAUDIO3WAVEFORMAT","features":[423,422]},{"name":"WMAUDIO_BITS_PER_SAMPLE","features":[422]},{"name":"WMAUDIO_MAX_CHANNELS","features":[422]},{"name":"WM_CAP_ABORT","features":[422]},{"name":"WM_CAP_DLG_VIDEOCOMPRESSION","features":[422]},{"name":"WM_CAP_DLG_VIDEODISPLAY","features":[422]},{"name":"WM_CAP_DLG_VIDEOFORMAT","features":[422]},{"name":"WM_CAP_DLG_VIDEOSOURCE","features":[422]},{"name":"WM_CAP_DRIVER_CONNECT","features":[422]},{"name":"WM_CAP_DRIVER_DISCONNECT","features":[422]},{"name":"WM_CAP_DRIVER_GET_CAPS","features":[422]},{"name":"WM_CAP_DRIVER_GET_NAME","features":[422]},{"name":"WM_CAP_DRIVER_GET_NAMEA","features":[422]},{"name":"WM_CAP_DRIVER_GET_NAMEW","features":[422]},{"name":"WM_CAP_DRIVER_GET_VERSION","features":[422]},{"name":"WM_CAP_DRIVER_GET_VERSIONA","features":[422]},{"name":"WM_CAP_DRIVER_GET_VERSIONW","features":[422]},{"name":"WM_CAP_EDIT_COPY","features":[422]},{"name":"WM_CAP_END","features":[422]},{"name":"WM_CAP_FILE_ALLOCATE","features":[422]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILE","features":[422]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILEA","features":[422]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILEW","features":[422]},{"name":"WM_CAP_FILE_SAVEAS","features":[422]},{"name":"WM_CAP_FILE_SAVEASA","features":[422]},{"name":"WM_CAP_FILE_SAVEASW","features":[422]},{"name":"WM_CAP_FILE_SAVEDIB","features":[422]},{"name":"WM_CAP_FILE_SAVEDIBA","features":[422]},{"name":"WM_CAP_FILE_SAVEDIBW","features":[422]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILE","features":[422]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILEA","features":[422]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILEW","features":[422]},{"name":"WM_CAP_FILE_SET_INFOCHUNK","features":[422]},{"name":"WM_CAP_GET_AUDIOFORMAT","features":[422]},{"name":"WM_CAP_GET_CAPSTREAMPTR","features":[422]},{"name":"WM_CAP_GET_MCI_DEVICE","features":[422]},{"name":"WM_CAP_GET_MCI_DEVICEA","features":[422]},{"name":"WM_CAP_GET_MCI_DEVICEW","features":[422]},{"name":"WM_CAP_GET_SEQUENCE_SETUP","features":[422]},{"name":"WM_CAP_GET_STATUS","features":[422]},{"name":"WM_CAP_GET_USER_DATA","features":[422]},{"name":"WM_CAP_GET_VIDEOFORMAT","features":[422]},{"name":"WM_CAP_GRAB_FRAME","features":[422]},{"name":"WM_CAP_GRAB_FRAME_NOSTOP","features":[422]},{"name":"WM_CAP_PAL_AUTOCREATE","features":[422]},{"name":"WM_CAP_PAL_MANUALCREATE","features":[422]},{"name":"WM_CAP_PAL_OPEN","features":[422]},{"name":"WM_CAP_PAL_OPENA","features":[422]},{"name":"WM_CAP_PAL_OPENW","features":[422]},{"name":"WM_CAP_PAL_PASTE","features":[422]},{"name":"WM_CAP_PAL_SAVE","features":[422]},{"name":"WM_CAP_PAL_SAVEA","features":[422]},{"name":"WM_CAP_PAL_SAVEW","features":[422]},{"name":"WM_CAP_SEQUENCE","features":[422]},{"name":"WM_CAP_SEQUENCE_NOFILE","features":[422]},{"name":"WM_CAP_SET_AUDIOFORMAT","features":[422]},{"name":"WM_CAP_SET_CALLBACK_CAPCONTROL","features":[422]},{"name":"WM_CAP_SET_CALLBACK_ERROR","features":[422]},{"name":"WM_CAP_SET_CALLBACK_ERRORA","features":[422]},{"name":"WM_CAP_SET_CALLBACK_ERRORW","features":[422]},{"name":"WM_CAP_SET_CALLBACK_FRAME","features":[422]},{"name":"WM_CAP_SET_CALLBACK_STATUS","features":[422]},{"name":"WM_CAP_SET_CALLBACK_STATUSA","features":[422]},{"name":"WM_CAP_SET_CALLBACK_STATUSW","features":[422]},{"name":"WM_CAP_SET_CALLBACK_VIDEOSTREAM","features":[422]},{"name":"WM_CAP_SET_CALLBACK_WAVESTREAM","features":[422]},{"name":"WM_CAP_SET_CALLBACK_YIELD","features":[422]},{"name":"WM_CAP_SET_MCI_DEVICE","features":[422]},{"name":"WM_CAP_SET_MCI_DEVICEA","features":[422]},{"name":"WM_CAP_SET_MCI_DEVICEW","features":[422]},{"name":"WM_CAP_SET_OVERLAY","features":[422]},{"name":"WM_CAP_SET_PREVIEW","features":[422]},{"name":"WM_CAP_SET_PREVIEWRATE","features":[422]},{"name":"WM_CAP_SET_SCALE","features":[422]},{"name":"WM_CAP_SET_SCROLL","features":[422]},{"name":"WM_CAP_SET_SEQUENCE_SETUP","features":[422]},{"name":"WM_CAP_SET_USER_DATA","features":[422]},{"name":"WM_CAP_SET_VIDEOFORMAT","features":[422]},{"name":"WM_CAP_SINGLE_FRAME","features":[422]},{"name":"WM_CAP_SINGLE_FRAME_CLOSE","features":[422]},{"name":"WM_CAP_SINGLE_FRAME_OPEN","features":[422]},{"name":"WM_CAP_START","features":[422]},{"name":"WM_CAP_STOP","features":[422]},{"name":"WM_CAP_UNICODE_END","features":[422]},{"name":"WM_CAP_UNICODE_START","features":[422]},{"name":"WODM_BREAKLOOP","features":[422]},{"name":"WODM_BUSY","features":[422]},{"name":"WODM_CLOSE","features":[422]},{"name":"WODM_GETDEVCAPS","features":[422]},{"name":"WODM_GETNUMDEVS","features":[422]},{"name":"WODM_GETPITCH","features":[422]},{"name":"WODM_GETPLAYBACKRATE","features":[422]},{"name":"WODM_GETPOS","features":[422]},{"name":"WODM_GETVOLUME","features":[422]},{"name":"WODM_INIT","features":[422]},{"name":"WODM_INIT_EX","features":[422]},{"name":"WODM_OPEN","features":[422]},{"name":"WODM_PAUSE","features":[422]},{"name":"WODM_PREFERRED","features":[422]},{"name":"WODM_PREPARE","features":[422]},{"name":"WODM_RESET","features":[422]},{"name":"WODM_RESTART","features":[422]},{"name":"WODM_SETPITCH","features":[422]},{"name":"WODM_SETPLAYBACKRATE","features":[422]},{"name":"WODM_SETVOLUME","features":[422]},{"name":"WODM_UNPREPARE","features":[422]},{"name":"WODM_WRITE","features":[422]},{"name":"YAMAHA_ADPCMWAVEFORMAT","features":[423,422]},{"name":"YIELDPROC","features":[422]},{"name":"capCreateCaptureWindowA","features":[307,422]},{"name":"capCreateCaptureWindowW","features":[307,422]},{"name":"capGetDriverDescriptionA","features":[307,422]},{"name":"capGetDriverDescriptionW","features":[307,422]},{"name":"joyGetDevCapsA","features":[422]},{"name":"joyGetDevCapsW","features":[422]},{"name":"joyGetNumDevs","features":[422]},{"name":"joyGetPos","features":[422]},{"name":"joyGetPosEx","features":[422]},{"name":"joyGetThreshold","features":[422]},{"name":"joyReleaseCapture","features":[422]},{"name":"joySetCapture","features":[307,422]},{"name":"joySetThreshold","features":[422]},{"name":"mciDriverNotify","features":[307,422]},{"name":"mciDriverYield","features":[422]},{"name":"mciFreeCommandResource","features":[307,422]},{"name":"mciGetCreatorTask","features":[422]},{"name":"mciGetDeviceIDA","features":[422]},{"name":"mciGetDeviceIDFromElementIDA","features":[422]},{"name":"mciGetDeviceIDFromElementIDW","features":[422]},{"name":"mciGetDeviceIDW","features":[422]},{"name":"mciGetDriverData","features":[422]},{"name":"mciGetErrorStringA","features":[307,422]},{"name":"mciGetErrorStringW","features":[307,422]},{"name":"mciGetYieldProc","features":[422]},{"name":"mciLoadCommandResource","features":[307,422]},{"name":"mciSendCommandA","features":[422]},{"name":"mciSendCommandW","features":[422]},{"name":"mciSendStringA","features":[307,422]},{"name":"mciSendStringW","features":[307,422]},{"name":"mciSetDriverData","features":[307,422]},{"name":"mciSetYieldProc","features":[307,422]},{"name":"mmDrvInstall","features":[422]},{"name":"mmGetCurrentTask","features":[422]},{"name":"mmTaskBlock","features":[422]},{"name":"mmTaskCreate","features":[307,422]},{"name":"mmTaskSignal","features":[307,422]},{"name":"mmTaskYield","features":[422]},{"name":"mmioAdvance","features":[307,422]},{"name":"mmioAscend","features":[422]},{"name":"mmioClose","features":[422]},{"name":"mmioCreateChunk","features":[422]},{"name":"mmioDescend","features":[422]},{"name":"mmioFlush","features":[422]},{"name":"mmioGetInfo","features":[307,422]},{"name":"mmioInstallIOProcA","features":[307,422]},{"name":"mmioInstallIOProcW","features":[307,422]},{"name":"mmioOpenA","features":[307,422]},{"name":"mmioOpenW","features":[307,422]},{"name":"mmioRead","features":[422]},{"name":"mmioRenameA","features":[307,422]},{"name":"mmioRenameW","features":[307,422]},{"name":"mmioSeek","features":[422]},{"name":"mmioSendMessage","features":[307,422]},{"name":"mmioSetBuffer","features":[422]},{"name":"mmioSetInfo","features":[307,422]},{"name":"mmioStringToFOURCCA","features":[422]},{"name":"mmioStringToFOURCCW","features":[422]},{"name":"mmioWrite","features":[422]},{"name":"s_RIFFWAVE_inst","features":[422]},{"name":"sndOpenSound","features":[307,422]}],"442":[{"name":"DEVICE_SELECTION_DEVICE_TYPE","features":[439]},{"name":"DSF_ALL_DEVICES","features":[439]},{"name":"DSF_CPL_MODE","features":[439]},{"name":"DSF_DV_DEVICES","features":[439]},{"name":"DSF_FS_DEVICES","features":[439]},{"name":"DSF_SHOW_OFFLINE","features":[439]},{"name":"DSF_STI_DEVICES","features":[439]},{"name":"DSF_TWAIN_DEVICE","features":[439]},{"name":"DSF_TWAIN_DEVICES","features":[439]},{"name":"DSF_WIA_CAMERAS","features":[439]},{"name":"DSF_WIA_SCANNERS","features":[439]},{"name":"DSF_WPD_DEVICES","features":[439]},{"name":"DST_DV_DEVICE","features":[439]},{"name":"DST_FS_DEVICE","features":[439]},{"name":"DST_STI_DEVICE","features":[439]},{"name":"DST_UNKNOWN_DEVICE","features":[439]},{"name":"DST_WIA_DEVICE","features":[439]},{"name":"DST_WPD_DEVICE","features":[439]},{"name":"ERROR_ADVISE_MESSAGE_TYPE","features":[439]},{"name":"ERROR_ADVISE_RESULT","features":[439]},{"name":"IPhotoAcquire","features":[439]},{"name":"IPhotoAcquireDeviceSelectionDialog","features":[439]},{"name":"IPhotoAcquireItem","features":[439]},{"name":"IPhotoAcquireOptionsDialog","features":[439]},{"name":"IPhotoAcquirePlugin","features":[439]},{"name":"IPhotoAcquireProgressCB","features":[439]},{"name":"IPhotoAcquireSettings","features":[439]},{"name":"IPhotoAcquireSource","features":[439]},{"name":"IPhotoProgressActionCB","features":[439]},{"name":"IPhotoProgressDialog","features":[439]},{"name":"IUserInputString","features":[439]},{"name":"PAPS_CLEANUP","features":[439]},{"name":"PAPS_POSTSAVE","features":[439]},{"name":"PAPS_PRESAVE","features":[439]},{"name":"PHOTOACQUIRE_ERROR_OK","features":[439]},{"name":"PHOTOACQUIRE_ERROR_RETRYCANCEL","features":[439]},{"name":"PHOTOACQUIRE_ERROR_SKIPRETRYCANCEL","features":[439]},{"name":"PHOTOACQUIRE_ERROR_YESNO","features":[439]},{"name":"PHOTOACQUIRE_RESULT_ABORT","features":[439]},{"name":"PHOTOACQUIRE_RESULT_NO","features":[439]},{"name":"PHOTOACQUIRE_RESULT_OK","features":[439]},{"name":"PHOTOACQUIRE_RESULT_RETRY","features":[439]},{"name":"PHOTOACQUIRE_RESULT_SKIP","features":[439]},{"name":"PHOTOACQUIRE_RESULT_SKIP_ALL","features":[439]},{"name":"PHOTOACQUIRE_RESULT_YES","features":[439]},{"name":"PHOTOACQ_ABORT_ON_SETTINGS_UPDATE","features":[439]},{"name":"PHOTOACQ_DELETE_AFTER_ACQUIRE","features":[439]},{"name":"PHOTOACQ_DISABLE_AUTO_ROTATE","features":[439]},{"name":"PHOTOACQ_DISABLE_DB_INTEGRATION","features":[439]},{"name":"PHOTOACQ_DISABLE_DUPLICATE_DETECTION","features":[439]},{"name":"PHOTOACQ_DISABLE_GROUP_TAG_PROMPT","features":[439]},{"name":"PHOTOACQ_DISABLE_METADATA_WRITE","features":[439]},{"name":"PHOTOACQ_DISABLE_PLUGINS","features":[439]},{"name":"PHOTOACQ_DISABLE_SETTINGS_LINK","features":[439]},{"name":"PHOTOACQ_DISABLE_THUMBNAIL_PROGRESS","features":[439]},{"name":"PHOTOACQ_ENABLE_THUMBNAIL_CACHING","features":[439]},{"name":"PHOTOACQ_ERROR_RESTART_REQUIRED","features":[439]},{"name":"PHOTOACQ_IMPORT_VIDEO_AS_MULTIPLE_FILES","features":[439]},{"name":"PHOTOACQ_NO_GALLERY_LAUNCH","features":[439]},{"name":"PHOTOACQ_RUN_DEFAULT","features":[439]},{"name":"PKEY_PhotoAcquire_CameraSequenceNumber","features":[439,380]},{"name":"PKEY_PhotoAcquire_DuplicateDetectionID","features":[439,380]},{"name":"PKEY_PhotoAcquire_FinalFilename","features":[439,380]},{"name":"PKEY_PhotoAcquire_GroupTag","features":[439,380]},{"name":"PKEY_PhotoAcquire_IntermediateFile","features":[439,380]},{"name":"PKEY_PhotoAcquire_OriginalFilename","features":[439,380]},{"name":"PKEY_PhotoAcquire_RelativePathname","features":[439,380]},{"name":"PKEY_PhotoAcquire_SkipImport","features":[439,380]},{"name":"PKEY_PhotoAcquire_TransferResult","features":[439,380]},{"name":"PROGRESS_DIALOG_BITMAP_THUMBNAIL","features":[439]},{"name":"PROGRESS_DIALOG_CHECKBOX_ID","features":[439]},{"name":"PROGRESS_DIALOG_CHECKBOX_ID_DEFAULT","features":[439]},{"name":"PROGRESS_DIALOG_ICON_LARGE","features":[439]},{"name":"PROGRESS_DIALOG_ICON_SMALL","features":[439]},{"name":"PROGRESS_DIALOG_ICON_THUMBNAIL","features":[439]},{"name":"PROGRESS_DIALOG_IMAGE_TYPE","features":[439]},{"name":"PROGRESS_INDETERMINATE","features":[439]},{"name":"PhotoAcquire","features":[439]},{"name":"PhotoAcquireAutoPlayDropTarget","features":[439]},{"name":"PhotoAcquireAutoPlayHWEventHandler","features":[439]},{"name":"PhotoAcquireDeviceSelectionDialog","features":[439]},{"name":"PhotoAcquireOptionsDialog","features":[439]},{"name":"PhotoProgressDialog","features":[439]},{"name":"USER_INPUT_DEFAULT","features":[439]},{"name":"USER_INPUT_PATH_ELEMENT","features":[439]},{"name":"USER_INPUT_STRING_TYPE","features":[439]}],"443":[{"name":"AllWords","features":[440]},{"name":"DEFAULT_WEIGHT","features":[440]},{"name":"DISPIDSPRG","features":[440]},{"name":"DISPIDSPTSI","features":[440]},{"name":"DISPIDSPTSI_ActiveLength","features":[440]},{"name":"DISPIDSPTSI_ActiveOffset","features":[440]},{"name":"DISPIDSPTSI_SelectionLength","features":[440]},{"name":"DISPIDSPTSI_SelectionOffset","features":[440]},{"name":"DISPID_SABIBufferSize","features":[440]},{"name":"DISPID_SABIEventBias","features":[440]},{"name":"DISPID_SABIMinNotification","features":[440]},{"name":"DISPID_SABufferInfo","features":[440]},{"name":"DISPID_SABufferNotifySize","features":[440]},{"name":"DISPID_SADefaultFormat","features":[440]},{"name":"DISPID_SAEventHandle","features":[440]},{"name":"DISPID_SAFGetWaveFormatEx","features":[440]},{"name":"DISPID_SAFGuid","features":[440]},{"name":"DISPID_SAFSetWaveFormatEx","features":[440]},{"name":"DISPID_SAFType","features":[440]},{"name":"DISPID_SASCurrentDevicePosition","features":[440]},{"name":"DISPID_SASCurrentSeekPosition","features":[440]},{"name":"DISPID_SASFreeBufferSpace","features":[440]},{"name":"DISPID_SASNonBlockingIO","features":[440]},{"name":"DISPID_SASState","features":[440]},{"name":"DISPID_SASetState","features":[440]},{"name":"DISPID_SAStatus","features":[440]},{"name":"DISPID_SAVolume","features":[440]},{"name":"DISPID_SBSFormat","features":[440]},{"name":"DISPID_SBSRead","features":[440]},{"name":"DISPID_SBSSeek","features":[440]},{"name":"DISPID_SBSWrite","features":[440]},{"name":"DISPID_SCSBaseStream","features":[440]},{"name":"DISPID_SDKCreateKey","features":[440]},{"name":"DISPID_SDKDeleteKey","features":[440]},{"name":"DISPID_SDKDeleteValue","features":[440]},{"name":"DISPID_SDKEnumKeys","features":[440]},{"name":"DISPID_SDKEnumValues","features":[440]},{"name":"DISPID_SDKGetBinaryValue","features":[440]},{"name":"DISPID_SDKGetStringValue","features":[440]},{"name":"DISPID_SDKGetlongValue","features":[440]},{"name":"DISPID_SDKOpenKey","features":[440]},{"name":"DISPID_SDKSetBinaryValue","features":[440]},{"name":"DISPID_SDKSetLongValue","features":[440]},{"name":"DISPID_SDKSetStringValue","features":[440]},{"name":"DISPID_SFSClose","features":[440]},{"name":"DISPID_SFSOpen","features":[440]},{"name":"DISPID_SGRAddResource","features":[440]},{"name":"DISPID_SGRAddState","features":[440]},{"name":"DISPID_SGRAttributes","features":[440]},{"name":"DISPID_SGRClear","features":[440]},{"name":"DISPID_SGRId","features":[440]},{"name":"DISPID_SGRInitialState","features":[440]},{"name":"DISPID_SGRName","features":[440]},{"name":"DISPID_SGRSAddRuleTransition","features":[440]},{"name":"DISPID_SGRSAddSpecialTransition","features":[440]},{"name":"DISPID_SGRSAddWordTransition","features":[440]},{"name":"DISPID_SGRSRule","features":[440]},{"name":"DISPID_SGRSTNextState","features":[440]},{"name":"DISPID_SGRSTPropertyId","features":[440]},{"name":"DISPID_SGRSTPropertyName","features":[440]},{"name":"DISPID_SGRSTPropertyValue","features":[440]},{"name":"DISPID_SGRSTRule","features":[440]},{"name":"DISPID_SGRSTText","features":[440]},{"name":"DISPID_SGRSTType","features":[440]},{"name":"DISPID_SGRSTWeight","features":[440]},{"name":"DISPID_SGRSTransitions","features":[440]},{"name":"DISPID_SGRSTsCount","features":[440]},{"name":"DISPID_SGRSTsItem","features":[440]},{"name":"DISPID_SGRSTs_NewEnum","features":[440]},{"name":"DISPID_SGRsAdd","features":[440]},{"name":"DISPID_SGRsCommit","features":[440]},{"name":"DISPID_SGRsCommitAndSave","features":[440]},{"name":"DISPID_SGRsCount","features":[440]},{"name":"DISPID_SGRsDynamic","features":[440]},{"name":"DISPID_SGRsFindRule","features":[440]},{"name":"DISPID_SGRsItem","features":[440]},{"name":"DISPID_SGRs_NewEnum","features":[440]},{"name":"DISPID_SLAddPronunciation","features":[440]},{"name":"DISPID_SLAddPronunciationByPhoneIds","features":[440]},{"name":"DISPID_SLGenerationId","features":[440]},{"name":"DISPID_SLGetGenerationChange","features":[440]},{"name":"DISPID_SLGetPronunciations","features":[440]},{"name":"DISPID_SLGetWords","features":[440]},{"name":"DISPID_SLPLangId","features":[440]},{"name":"DISPID_SLPPartOfSpeech","features":[440]},{"name":"DISPID_SLPPhoneIds","features":[440]},{"name":"DISPID_SLPSymbolic","features":[440]},{"name":"DISPID_SLPType","features":[440]},{"name":"DISPID_SLPsCount","features":[440]},{"name":"DISPID_SLPsItem","features":[440]},{"name":"DISPID_SLPs_NewEnum","features":[440]},{"name":"DISPID_SLRemovePronunciation","features":[440]},{"name":"DISPID_SLRemovePronunciationByPhoneIds","features":[440]},{"name":"DISPID_SLWLangId","features":[440]},{"name":"DISPID_SLWPronunciations","features":[440]},{"name":"DISPID_SLWType","features":[440]},{"name":"DISPID_SLWWord","features":[440]},{"name":"DISPID_SLWsCount","features":[440]},{"name":"DISPID_SLWsItem","features":[440]},{"name":"DISPID_SLWs_NewEnum","features":[440]},{"name":"DISPID_SMSADeviceId","features":[440]},{"name":"DISPID_SMSALineId","features":[440]},{"name":"DISPID_SMSAMMHandle","features":[440]},{"name":"DISPID_SMSGetData","features":[440]},{"name":"DISPID_SMSSetData","features":[440]},{"name":"DISPID_SOTCDefault","features":[440]},{"name":"DISPID_SOTCEnumerateTokens","features":[440]},{"name":"DISPID_SOTCGetDataKey","features":[440]},{"name":"DISPID_SOTCId","features":[440]},{"name":"DISPID_SOTCSetId","features":[440]},{"name":"DISPID_SOTCategory","features":[440]},{"name":"DISPID_SOTCreateInstance","features":[440]},{"name":"DISPID_SOTDataKey","features":[440]},{"name":"DISPID_SOTDisplayUI","features":[440]},{"name":"DISPID_SOTGetAttribute","features":[440]},{"name":"DISPID_SOTGetDescription","features":[440]},{"name":"DISPID_SOTGetStorageFileName","features":[440]},{"name":"DISPID_SOTId","features":[440]},{"name":"DISPID_SOTIsUISupported","features":[440]},{"name":"DISPID_SOTMatchesAttributes","features":[440]},{"name":"DISPID_SOTRemove","features":[440]},{"name":"DISPID_SOTRemoveStorageFileName","features":[440]},{"name":"DISPID_SOTSetId","features":[440]},{"name":"DISPID_SOTsCount","features":[440]},{"name":"DISPID_SOTsItem","features":[440]},{"name":"DISPID_SOTs_NewEnum","features":[440]},{"name":"DISPID_SPACommit","features":[440]},{"name":"DISPID_SPANumberOfElementsInResult","features":[440]},{"name":"DISPID_SPAPhraseInfo","features":[440]},{"name":"DISPID_SPARecoResult","features":[440]},{"name":"DISPID_SPAStartElementInResult","features":[440]},{"name":"DISPID_SPAsCount","features":[440]},{"name":"DISPID_SPAsItem","features":[440]},{"name":"DISPID_SPAs_NewEnum","features":[440]},{"name":"DISPID_SPCIdToPhone","features":[440]},{"name":"DISPID_SPCLangId","features":[440]},{"name":"DISPID_SPCPhoneToId","features":[440]},{"name":"DISPID_SPEActualConfidence","features":[440]},{"name":"DISPID_SPEAudioSizeBytes","features":[440]},{"name":"DISPID_SPEAudioSizeTime","features":[440]},{"name":"DISPID_SPEAudioStreamOffset","features":[440]},{"name":"DISPID_SPEAudioTimeOffset","features":[440]},{"name":"DISPID_SPEDisplayAttributes","features":[440]},{"name":"DISPID_SPEDisplayText","features":[440]},{"name":"DISPID_SPEEngineConfidence","features":[440]},{"name":"DISPID_SPELexicalForm","features":[440]},{"name":"DISPID_SPEPronunciation","features":[440]},{"name":"DISPID_SPERequiredConfidence","features":[440]},{"name":"DISPID_SPERetainedSizeBytes","features":[440]},{"name":"DISPID_SPERetainedStreamOffset","features":[440]},{"name":"DISPID_SPEsCount","features":[440]},{"name":"DISPID_SPEsItem","features":[440]},{"name":"DISPID_SPEs_NewEnum","features":[440]},{"name":"DISPID_SPIAudioSizeBytes","features":[440]},{"name":"DISPID_SPIAudioSizeTime","features":[440]},{"name":"DISPID_SPIAudioStreamPosition","features":[440]},{"name":"DISPID_SPIElements","features":[440]},{"name":"DISPID_SPIEngineId","features":[440]},{"name":"DISPID_SPIEnginePrivateData","features":[440]},{"name":"DISPID_SPIGetDisplayAttributes","features":[440]},{"name":"DISPID_SPIGetText","features":[440]},{"name":"DISPID_SPIGrammarId","features":[440]},{"name":"DISPID_SPILanguageId","features":[440]},{"name":"DISPID_SPIProperties","features":[440]},{"name":"DISPID_SPIReplacements","features":[440]},{"name":"DISPID_SPIRetainedSizeBytes","features":[440]},{"name":"DISPID_SPIRule","features":[440]},{"name":"DISPID_SPISaveToMemory","features":[440]},{"name":"DISPID_SPIStartTime","features":[440]},{"name":"DISPID_SPPBRestorePhraseFromMemory","features":[440]},{"name":"DISPID_SPPChildren","features":[440]},{"name":"DISPID_SPPConfidence","features":[440]},{"name":"DISPID_SPPEngineConfidence","features":[440]},{"name":"DISPID_SPPFirstElement","features":[440]},{"name":"DISPID_SPPId","features":[440]},{"name":"DISPID_SPPName","features":[440]},{"name":"DISPID_SPPNumberOfElements","features":[440]},{"name":"DISPID_SPPParent","features":[440]},{"name":"DISPID_SPPValue","features":[440]},{"name":"DISPID_SPPsCount","features":[440]},{"name":"DISPID_SPPsItem","features":[440]},{"name":"DISPID_SPPs_NewEnum","features":[440]},{"name":"DISPID_SPRDisplayAttributes","features":[440]},{"name":"DISPID_SPRFirstElement","features":[440]},{"name":"DISPID_SPRNumberOfElements","features":[440]},{"name":"DISPID_SPRText","features":[440]},{"name":"DISPID_SPRsCount","features":[440]},{"name":"DISPID_SPRsItem","features":[440]},{"name":"DISPID_SPRs_NewEnum","features":[440]},{"name":"DISPID_SPRuleChildren","features":[440]},{"name":"DISPID_SPRuleConfidence","features":[440]},{"name":"DISPID_SPRuleEngineConfidence","features":[440]},{"name":"DISPID_SPRuleFirstElement","features":[440]},{"name":"DISPID_SPRuleId","features":[440]},{"name":"DISPID_SPRuleName","features":[440]},{"name":"DISPID_SPRuleNumberOfElements","features":[440]},{"name":"DISPID_SPRuleParent","features":[440]},{"name":"DISPID_SPRulesCount","features":[440]},{"name":"DISPID_SPRulesItem","features":[440]},{"name":"DISPID_SPRules_NewEnum","features":[440]},{"name":"DISPID_SRAllowAudioInputFormatChangesOnNextSet","features":[440]},{"name":"DISPID_SRAllowVoiceFormatMatchingOnNextSet","features":[440]},{"name":"DISPID_SRAudioInput","features":[440]},{"name":"DISPID_SRAudioInputStream","features":[440]},{"name":"DISPID_SRCAudioInInterferenceStatus","features":[440]},{"name":"DISPID_SRCBookmark","features":[440]},{"name":"DISPID_SRCCmdMaxAlternates","features":[440]},{"name":"DISPID_SRCCreateGrammar","features":[440]},{"name":"DISPID_SRCCreateResultFromMemory","features":[440]},{"name":"DISPID_SRCEAdaptation","features":[440]},{"name":"DISPID_SRCEAudioLevel","features":[440]},{"name":"DISPID_SRCEBookmark","features":[440]},{"name":"DISPID_SRCEEndStream","features":[440]},{"name":"DISPID_SRCEEnginePrivate","features":[440]},{"name":"DISPID_SRCEFalseRecognition","features":[440]},{"name":"DISPID_SRCEHypothesis","features":[440]},{"name":"DISPID_SRCEInterference","features":[440]},{"name":"DISPID_SRCEPhraseStart","features":[440]},{"name":"DISPID_SRCEPropertyNumberChange","features":[440]},{"name":"DISPID_SRCEPropertyStringChange","features":[440]},{"name":"DISPID_SRCERecognition","features":[440]},{"name":"DISPID_SRCERecognitionForOtherContext","features":[440]},{"name":"DISPID_SRCERecognizerStateChange","features":[440]},{"name":"DISPID_SRCERequestUI","features":[440]},{"name":"DISPID_SRCESoundEnd","features":[440]},{"name":"DISPID_SRCESoundStart","features":[440]},{"name":"DISPID_SRCEStartStream","features":[440]},{"name":"DISPID_SRCEventInterests","features":[440]},{"name":"DISPID_SRCPause","features":[440]},{"name":"DISPID_SRCRecognizer","features":[440]},{"name":"DISPID_SRCRequestedUIType","features":[440]},{"name":"DISPID_SRCResume","features":[440]},{"name":"DISPID_SRCRetainedAudio","features":[440]},{"name":"DISPID_SRCRetainedAudioFormat","features":[440]},{"name":"DISPID_SRCSetAdaptationData","features":[440]},{"name":"DISPID_SRCState","features":[440]},{"name":"DISPID_SRCVoice","features":[440]},{"name":"DISPID_SRCVoicePurgeEvent","features":[440]},{"name":"DISPID_SRCreateRecoContext","features":[440]},{"name":"DISPID_SRDisplayUI","features":[440]},{"name":"DISPID_SREmulateRecognition","features":[440]},{"name":"DISPID_SRGCmdLoadFromFile","features":[440]},{"name":"DISPID_SRGCmdLoadFromMemory","features":[440]},{"name":"DISPID_SRGCmdLoadFromObject","features":[440]},{"name":"DISPID_SRGCmdLoadFromProprietaryGrammar","features":[440]},{"name":"DISPID_SRGCmdLoadFromResource","features":[440]},{"name":"DISPID_SRGCmdSetRuleIdState","features":[440]},{"name":"DISPID_SRGCmdSetRuleState","features":[440]},{"name":"DISPID_SRGCommit","features":[440]},{"name":"DISPID_SRGDictationLoad","features":[440]},{"name":"DISPID_SRGDictationSetState","features":[440]},{"name":"DISPID_SRGDictationUnload","features":[440]},{"name":"DISPID_SRGId","features":[440]},{"name":"DISPID_SRGIsPronounceable","features":[440]},{"name":"DISPID_SRGRecoContext","features":[440]},{"name":"DISPID_SRGReset","features":[440]},{"name":"DISPID_SRGRules","features":[440]},{"name":"DISPID_SRGSetTextSelection","features":[440]},{"name":"DISPID_SRGSetWordSequenceData","features":[440]},{"name":"DISPID_SRGState","features":[440]},{"name":"DISPID_SRGetFormat","features":[440]},{"name":"DISPID_SRGetPropertyNumber","features":[440]},{"name":"DISPID_SRGetPropertyString","features":[440]},{"name":"DISPID_SRGetRecognizers","features":[440]},{"name":"DISPID_SRIsShared","features":[440]},{"name":"DISPID_SRIsUISupported","features":[440]},{"name":"DISPID_SRProfile","features":[440]},{"name":"DISPID_SRRAlternates","features":[440]},{"name":"DISPID_SRRAudio","features":[440]},{"name":"DISPID_SRRAudioFormat","features":[440]},{"name":"DISPID_SRRDiscardResultInfo","features":[440]},{"name":"DISPID_SRRGetXMLErrorInfo","features":[440]},{"name":"DISPID_SRRGetXMLResult","features":[440]},{"name":"DISPID_SRRPhraseInfo","features":[440]},{"name":"DISPID_SRRRecoContext","features":[440]},{"name":"DISPID_SRRSaveToMemory","features":[440]},{"name":"DISPID_SRRSetTextFeedback","features":[440]},{"name":"DISPID_SRRSpeakAudio","features":[440]},{"name":"DISPID_SRRTLength","features":[440]},{"name":"DISPID_SRRTOffsetFromStart","features":[440]},{"name":"DISPID_SRRTStreamTime","features":[440]},{"name":"DISPID_SRRTTickCount","features":[440]},{"name":"DISPID_SRRTimes","features":[440]},{"name":"DISPID_SRRecognizer","features":[440]},{"name":"DISPID_SRSAudioStatus","features":[440]},{"name":"DISPID_SRSClsidEngine","features":[440]},{"name":"DISPID_SRSCurrentStreamNumber","features":[440]},{"name":"DISPID_SRSCurrentStreamPosition","features":[440]},{"name":"DISPID_SRSNumberOfActiveRules","features":[440]},{"name":"DISPID_SRSSupportedLanguages","features":[440]},{"name":"DISPID_SRSetPropertyNumber","features":[440]},{"name":"DISPID_SRSetPropertyString","features":[440]},{"name":"DISPID_SRState","features":[440]},{"name":"DISPID_SRStatus","features":[440]},{"name":"DISPID_SVAlertBoundary","features":[440]},{"name":"DISPID_SVAllowAudioOuputFormatChangesOnNextSet","features":[440]},{"name":"DISPID_SVAudioOutput","features":[440]},{"name":"DISPID_SVAudioOutputStream","features":[440]},{"name":"DISPID_SVDisplayUI","features":[440]},{"name":"DISPID_SVEAudioLevel","features":[440]},{"name":"DISPID_SVEBookmark","features":[440]},{"name":"DISPID_SVEEnginePrivate","features":[440]},{"name":"DISPID_SVEPhoneme","features":[440]},{"name":"DISPID_SVESentenceBoundary","features":[440]},{"name":"DISPID_SVEStreamEnd","features":[440]},{"name":"DISPID_SVEStreamStart","features":[440]},{"name":"DISPID_SVEViseme","features":[440]},{"name":"DISPID_SVEVoiceChange","features":[440]},{"name":"DISPID_SVEWord","features":[440]},{"name":"DISPID_SVEventInterests","features":[440]},{"name":"DISPID_SVGetAudioInputs","features":[440]},{"name":"DISPID_SVGetAudioOutputs","features":[440]},{"name":"DISPID_SVGetProfiles","features":[440]},{"name":"DISPID_SVGetVoices","features":[440]},{"name":"DISPID_SVIsUISupported","features":[440]},{"name":"DISPID_SVPause","features":[440]},{"name":"DISPID_SVPriority","features":[440]},{"name":"DISPID_SVRate","features":[440]},{"name":"DISPID_SVResume","features":[440]},{"name":"DISPID_SVSCurrentStreamNumber","features":[440]},{"name":"DISPID_SVSInputSentenceLength","features":[440]},{"name":"DISPID_SVSInputSentencePosition","features":[440]},{"name":"DISPID_SVSInputWordLength","features":[440]},{"name":"DISPID_SVSInputWordPosition","features":[440]},{"name":"DISPID_SVSLastBookmark","features":[440]},{"name":"DISPID_SVSLastBookmarkId","features":[440]},{"name":"DISPID_SVSLastResult","features":[440]},{"name":"DISPID_SVSLastStreamNumberQueued","features":[440]},{"name":"DISPID_SVSPhonemeId","features":[440]},{"name":"DISPID_SVSRunningState","features":[440]},{"name":"DISPID_SVSVisemeId","features":[440]},{"name":"DISPID_SVSkip","features":[440]},{"name":"DISPID_SVSpeak","features":[440]},{"name":"DISPID_SVSpeakCompleteEvent","features":[440]},{"name":"DISPID_SVSpeakStream","features":[440]},{"name":"DISPID_SVStatus","features":[440]},{"name":"DISPID_SVSyncronousSpeakTimeout","features":[440]},{"name":"DISPID_SVVoice","features":[440]},{"name":"DISPID_SVVolume","features":[440]},{"name":"DISPID_SVWaitUntilDone","features":[440]},{"name":"DISPID_SWFEAvgBytesPerSec","features":[440]},{"name":"DISPID_SWFEBitsPerSample","features":[440]},{"name":"DISPID_SWFEBlockAlign","features":[440]},{"name":"DISPID_SWFEChannels","features":[440]},{"name":"DISPID_SWFEExtraData","features":[440]},{"name":"DISPID_SWFEFormatTag","features":[440]},{"name":"DISPID_SWFESamplesPerSec","features":[440]},{"name":"DISPID_SpeechAudio","features":[440]},{"name":"DISPID_SpeechAudioBufferInfo","features":[440]},{"name":"DISPID_SpeechAudioFormat","features":[440]},{"name":"DISPID_SpeechAudioStatus","features":[440]},{"name":"DISPID_SpeechBaseStream","features":[440]},{"name":"DISPID_SpeechCustomStream","features":[440]},{"name":"DISPID_SpeechDataKey","features":[440]},{"name":"DISPID_SpeechFileStream","features":[440]},{"name":"DISPID_SpeechGrammarRule","features":[440]},{"name":"DISPID_SpeechGrammarRuleState","features":[440]},{"name":"DISPID_SpeechGrammarRuleStateTransition","features":[440]},{"name":"DISPID_SpeechGrammarRuleStateTransitions","features":[440]},{"name":"DISPID_SpeechGrammarRules","features":[440]},{"name":"DISPID_SpeechLexicon","features":[440]},{"name":"DISPID_SpeechLexiconProns","features":[440]},{"name":"DISPID_SpeechLexiconPronunciation","features":[440]},{"name":"DISPID_SpeechLexiconWord","features":[440]},{"name":"DISPID_SpeechLexiconWords","features":[440]},{"name":"DISPID_SpeechMMSysAudio","features":[440]},{"name":"DISPID_SpeechMemoryStream","features":[440]},{"name":"DISPID_SpeechObjectToken","features":[440]},{"name":"DISPID_SpeechObjectTokenCategory","features":[440]},{"name":"DISPID_SpeechObjectTokens","features":[440]},{"name":"DISPID_SpeechPhoneConverter","features":[440]},{"name":"DISPID_SpeechPhraseAlternate","features":[440]},{"name":"DISPID_SpeechPhraseAlternates","features":[440]},{"name":"DISPID_SpeechPhraseBuilder","features":[440]},{"name":"DISPID_SpeechPhraseElement","features":[440]},{"name":"DISPID_SpeechPhraseElements","features":[440]},{"name":"DISPID_SpeechPhraseInfo","features":[440]},{"name":"DISPID_SpeechPhraseProperties","features":[440]},{"name":"DISPID_SpeechPhraseProperty","features":[440]},{"name":"DISPID_SpeechPhraseReplacement","features":[440]},{"name":"DISPID_SpeechPhraseReplacements","features":[440]},{"name":"DISPID_SpeechPhraseRule","features":[440]},{"name":"DISPID_SpeechPhraseRules","features":[440]},{"name":"DISPID_SpeechRecoContext","features":[440]},{"name":"DISPID_SpeechRecoContextEvents","features":[440]},{"name":"DISPID_SpeechRecoResult","features":[440]},{"name":"DISPID_SpeechRecoResult2","features":[440]},{"name":"DISPID_SpeechRecoResultTimes","features":[440]},{"name":"DISPID_SpeechRecognizer","features":[440]},{"name":"DISPID_SpeechRecognizerStatus","features":[440]},{"name":"DISPID_SpeechVoice","features":[440]},{"name":"DISPID_SpeechVoiceEvent","features":[440]},{"name":"DISPID_SpeechVoiceStatus","features":[440]},{"name":"DISPID_SpeechWaveFormatEx","features":[440]},{"name":"DISPID_SpeechXMLRecoResult","features":[440]},{"name":"IEnumSpObjectTokens","features":[440]},{"name":"ISpAudio","features":[440,358]},{"name":"ISpCFGInterpreter","features":[440]},{"name":"ISpCFGInterpreterSite","features":[440]},{"name":"ISpContainerLexicon","features":[440]},{"name":"ISpDataKey","features":[440]},{"name":"ISpDisplayAlternates","features":[440]},{"name":"ISpEnginePronunciation","features":[440]},{"name":"ISpErrorLog","features":[440]},{"name":"ISpEventSink","features":[440]},{"name":"ISpEventSource","features":[440]},{"name":"ISpEventSource2","features":[440]},{"name":"ISpGramCompBackend","features":[440]},{"name":"ISpGrammarBuilder","features":[440]},{"name":"ISpGrammarBuilder2","features":[440]},{"name":"ISpGrammarCompiler","features":[440]},{"name":"ISpITNProcessor","features":[440]},{"name":"ISpLexicon","features":[440]},{"name":"ISpMMSysAudio","features":[440,358]},{"name":"ISpNotifyCallback","features":[440]},{"name":"ISpNotifySink","features":[440]},{"name":"ISpNotifySource","features":[440]},{"name":"ISpNotifyTranslator","features":[440]},{"name":"ISpObjectToken","features":[440]},{"name":"ISpObjectTokenCategory","features":[440]},{"name":"ISpObjectTokenEnumBuilder","features":[440]},{"name":"ISpObjectTokenInit","features":[440]},{"name":"ISpObjectWithToken","features":[440]},{"name":"ISpPhoneConverter","features":[440]},{"name":"ISpPhoneticAlphabetConverter","features":[440]},{"name":"ISpPhoneticAlphabetSelection","features":[440]},{"name":"ISpPhrase","features":[440]},{"name":"ISpPhrase2","features":[440]},{"name":"ISpPhraseAlt","features":[440]},{"name":"ISpPhraseBuilder","features":[440]},{"name":"ISpPrivateEngineCallEx","features":[440]},{"name":"ISpProperties","features":[440]},{"name":"ISpRecoContext","features":[440]},{"name":"ISpRecoContext2","features":[440]},{"name":"ISpRecoGrammar","features":[440]},{"name":"ISpRecoGrammar2","features":[440]},{"name":"ISpRecoResult","features":[440]},{"name":"ISpRecoResult2","features":[440]},{"name":"ISpRecognizer","features":[440]},{"name":"ISpRecognizer2","features":[440]},{"name":"ISpRegDataKey","features":[440]},{"name":"ISpResourceManager","features":[440,358]},{"name":"ISpSRAlternates","features":[440]},{"name":"ISpSRAlternates2","features":[440]},{"name":"ISpSREngine","features":[440]},{"name":"ISpSREngine2","features":[440]},{"name":"ISpSREngineSite","features":[440]},{"name":"ISpSREngineSite2","features":[440]},{"name":"ISpSerializeState","features":[440]},{"name":"ISpShortcut","features":[440]},{"name":"ISpStream","features":[440,358]},{"name":"ISpStreamFormat","features":[440,358]},{"name":"ISpStreamFormatConverter","features":[440,358]},{"name":"ISpTTSEngine","features":[440]},{"name":"ISpTTSEngineSite","features":[440]},{"name":"ISpTask","features":[440]},{"name":"ISpTaskManager","features":[440]},{"name":"ISpThreadControl","features":[440]},{"name":"ISpThreadTask","features":[440]},{"name":"ISpTokenUI","features":[440]},{"name":"ISpTranscript","features":[440]},{"name":"ISpVoice","features":[440]},{"name":"ISpXMLRecoResult","features":[440]},{"name":"ISpeechAudio","features":[440,358]},{"name":"ISpeechAudioBufferInfo","features":[440,358]},{"name":"ISpeechAudioFormat","features":[440,358]},{"name":"ISpeechAudioStatus","features":[440,358]},{"name":"ISpeechBaseStream","features":[440,358]},{"name":"ISpeechCustomStream","features":[440,358]},{"name":"ISpeechDataKey","features":[440,358]},{"name":"ISpeechFileStream","features":[440,358]},{"name":"ISpeechGrammarRule","features":[440,358]},{"name":"ISpeechGrammarRuleState","features":[440,358]},{"name":"ISpeechGrammarRuleStateTransition","features":[440,358]},{"name":"ISpeechGrammarRuleStateTransitions","features":[440,358]},{"name":"ISpeechGrammarRules","features":[440,358]},{"name":"ISpeechLexicon","features":[440,358]},{"name":"ISpeechLexiconPronunciation","features":[440,358]},{"name":"ISpeechLexiconPronunciations","features":[440,358]},{"name":"ISpeechLexiconWord","features":[440,358]},{"name":"ISpeechLexiconWords","features":[440,358]},{"name":"ISpeechMMSysAudio","features":[440,358]},{"name":"ISpeechMemoryStream","features":[440,358]},{"name":"ISpeechObjectToken","features":[440,358]},{"name":"ISpeechObjectTokenCategory","features":[440,358]},{"name":"ISpeechObjectTokens","features":[440,358]},{"name":"ISpeechPhoneConverter","features":[440,358]},{"name":"ISpeechPhraseAlternate","features":[440,358]},{"name":"ISpeechPhraseAlternates","features":[440,358]},{"name":"ISpeechPhraseElement","features":[440,358]},{"name":"ISpeechPhraseElements","features":[440,358]},{"name":"ISpeechPhraseInfo","features":[440,358]},{"name":"ISpeechPhraseInfoBuilder","features":[440,358]},{"name":"ISpeechPhraseProperties","features":[440,358]},{"name":"ISpeechPhraseProperty","features":[440,358]},{"name":"ISpeechPhraseReplacement","features":[440,358]},{"name":"ISpeechPhraseReplacements","features":[440,358]},{"name":"ISpeechPhraseRule","features":[440,358]},{"name":"ISpeechPhraseRules","features":[440,358]},{"name":"ISpeechRecoContext","features":[440,358]},{"name":"ISpeechRecoGrammar","features":[440,358]},{"name":"ISpeechRecoResult","features":[440,358]},{"name":"ISpeechRecoResult2","features":[440,358]},{"name":"ISpeechRecoResultDispatch","features":[440,358]},{"name":"ISpeechRecoResultTimes","features":[440,358]},{"name":"ISpeechRecognizer","features":[440,358]},{"name":"ISpeechRecognizerStatus","features":[440,358]},{"name":"ISpeechResourceLoader","features":[440,358]},{"name":"ISpeechTextSelectionInformation","features":[440,358]},{"name":"ISpeechVoice","features":[440,358]},{"name":"ISpeechVoiceStatus","features":[440,358]},{"name":"ISpeechWaveFormatEx","features":[440,358]},{"name":"ISpeechXMLRecoResult","features":[440,358]},{"name":"OrderedSubset","features":[440]},{"name":"OrderedSubsetContentRequired","features":[440]},{"name":"PA_Ipa","features":[440]},{"name":"PA_Sapi","features":[440]},{"name":"PA_Ups","features":[440]},{"name":"PHONETICALPHABET","features":[440]},{"name":"SAFT11kHz16BitMono","features":[440]},{"name":"SAFT11kHz16BitStereo","features":[440]},{"name":"SAFT11kHz8BitMono","features":[440]},{"name":"SAFT11kHz8BitStereo","features":[440]},{"name":"SAFT12kHz16BitMono","features":[440]},{"name":"SAFT12kHz16BitStereo","features":[440]},{"name":"SAFT12kHz8BitMono","features":[440]},{"name":"SAFT12kHz8BitStereo","features":[440]},{"name":"SAFT16kHz16BitMono","features":[440]},{"name":"SAFT16kHz16BitStereo","features":[440]},{"name":"SAFT16kHz8BitMono","features":[440]},{"name":"SAFT16kHz8BitStereo","features":[440]},{"name":"SAFT22kHz16BitMono","features":[440]},{"name":"SAFT22kHz16BitStereo","features":[440]},{"name":"SAFT22kHz8BitMono","features":[440]},{"name":"SAFT22kHz8BitStereo","features":[440]},{"name":"SAFT24kHz16BitMono","features":[440]},{"name":"SAFT24kHz16BitStereo","features":[440]},{"name":"SAFT24kHz8BitMono","features":[440]},{"name":"SAFT24kHz8BitStereo","features":[440]},{"name":"SAFT32kHz16BitMono","features":[440]},{"name":"SAFT32kHz16BitStereo","features":[440]},{"name":"SAFT32kHz8BitMono","features":[440]},{"name":"SAFT32kHz8BitStereo","features":[440]},{"name":"SAFT44kHz16BitMono","features":[440]},{"name":"SAFT44kHz16BitStereo","features":[440]},{"name":"SAFT44kHz8BitMono","features":[440]},{"name":"SAFT44kHz8BitStereo","features":[440]},{"name":"SAFT48kHz16BitMono","features":[440]},{"name":"SAFT48kHz16BitStereo","features":[440]},{"name":"SAFT48kHz8BitMono","features":[440]},{"name":"SAFT48kHz8BitStereo","features":[440]},{"name":"SAFT8kHz16BitMono","features":[440]},{"name":"SAFT8kHz16BitStereo","features":[440]},{"name":"SAFT8kHz8BitMono","features":[440]},{"name":"SAFT8kHz8BitStereo","features":[440]},{"name":"SAFTADPCM_11kHzMono","features":[440]},{"name":"SAFTADPCM_11kHzStereo","features":[440]},{"name":"SAFTADPCM_22kHzMono","features":[440]},{"name":"SAFTADPCM_22kHzStereo","features":[440]},{"name":"SAFTADPCM_44kHzMono","features":[440]},{"name":"SAFTADPCM_44kHzStereo","features":[440]},{"name":"SAFTADPCM_8kHzMono","features":[440]},{"name":"SAFTADPCM_8kHzStereo","features":[440]},{"name":"SAFTCCITT_ALaw_11kHzMono","features":[440]},{"name":"SAFTCCITT_ALaw_11kHzStereo","features":[440]},{"name":"SAFTCCITT_ALaw_22kHzMono","features":[440]},{"name":"SAFTCCITT_ALaw_22kHzStereo","features":[440]},{"name":"SAFTCCITT_ALaw_44kHzMono","features":[440]},{"name":"SAFTCCITT_ALaw_44kHzStereo","features":[440]},{"name":"SAFTCCITT_ALaw_8kHzMono","features":[440]},{"name":"SAFTCCITT_ALaw_8kHzStereo","features":[440]},{"name":"SAFTCCITT_uLaw_11kHzMono","features":[440]},{"name":"SAFTCCITT_uLaw_11kHzStereo","features":[440]},{"name":"SAFTCCITT_uLaw_22kHzMono","features":[440]},{"name":"SAFTCCITT_uLaw_22kHzStereo","features":[440]},{"name":"SAFTCCITT_uLaw_44kHzMono","features":[440]},{"name":"SAFTCCITT_uLaw_44kHzStereo","features":[440]},{"name":"SAFTCCITT_uLaw_8kHzMono","features":[440]},{"name":"SAFTCCITT_uLaw_8kHzStereo","features":[440]},{"name":"SAFTDefault","features":[440]},{"name":"SAFTExtendedAudioFormat","features":[440]},{"name":"SAFTGSM610_11kHzMono","features":[440]},{"name":"SAFTGSM610_22kHzMono","features":[440]},{"name":"SAFTGSM610_44kHzMono","features":[440]},{"name":"SAFTGSM610_8kHzMono","features":[440]},{"name":"SAFTNoAssignedFormat","features":[440]},{"name":"SAFTNonStandardFormat","features":[440]},{"name":"SAFTText","features":[440]},{"name":"SAFTTrueSpeech_8kHz1BitMono","features":[440]},{"name":"SAPI_ERROR_BASE","features":[440]},{"name":"SASClosed","features":[440]},{"name":"SASPause","features":[440]},{"name":"SASRun","features":[440]},{"name":"SASStop","features":[440]},{"name":"SBONone","features":[440]},{"name":"SBOPause","features":[440]},{"name":"SDA_Consume_Leading_Spaces","features":[440]},{"name":"SDA_No_Trailing_Space","features":[440]},{"name":"SDA_One_Trailing_Space","features":[440]},{"name":"SDA_Two_Trailing_Spaces","features":[440]},{"name":"SDKLCurrentConfig","features":[440]},{"name":"SDKLCurrentUser","features":[440]},{"name":"SDKLDefaultLocation","features":[440]},{"name":"SDKLLocalMachine","features":[440]},{"name":"SDTAll","features":[440]},{"name":"SDTAlternates","features":[440]},{"name":"SDTAudio","features":[440]},{"name":"SDTDisplayText","features":[440]},{"name":"SDTLexicalForm","features":[440]},{"name":"SDTPronunciation","features":[440]},{"name":"SDTProperty","features":[440]},{"name":"SDTReplacement","features":[440]},{"name":"SDTRule","features":[440]},{"name":"SECFDefault","features":[440]},{"name":"SECFEmulateResult","features":[440]},{"name":"SECFIgnoreCase","features":[440]},{"name":"SECFIgnoreKanaType","features":[440]},{"name":"SECFIgnoreWidth","features":[440]},{"name":"SECFNoSpecialChars","features":[440]},{"name":"SECHighConfidence","features":[440]},{"name":"SECLowConfidence","features":[440]},{"name":"SECNormalConfidence","features":[440]},{"name":"SFTInput","features":[440]},{"name":"SFTSREngine","features":[440]},{"name":"SGDSActive","features":[440]},{"name":"SGDSActiveUserDelimited","features":[440]},{"name":"SGDSActiveWithAutoPause","features":[440]},{"name":"SGDSInactive","features":[440]},{"name":"SGDisplay","features":[440]},{"name":"SGLexical","features":[440]},{"name":"SGLexicalNoSpecialChars","features":[440]},{"name":"SGPronounciation","features":[440]},{"name":"SGRSTTDictation","features":[440]},{"name":"SGRSTTEpsilon","features":[440]},{"name":"SGRSTTRule","features":[440]},{"name":"SGRSTTTextBuffer","features":[440]},{"name":"SGRSTTWildcard","features":[440]},{"name":"SGRSTTWord","features":[440]},{"name":"SGSDisabled","features":[440]},{"name":"SGSEnabled","features":[440]},{"name":"SGSExclusive","features":[440]},{"name":"SINoSignal","features":[440]},{"name":"SINoise","features":[440]},{"name":"SINone","features":[440]},{"name":"SITooFast","features":[440]},{"name":"SITooLoud","features":[440]},{"name":"SITooQuiet","features":[440]},{"name":"SITooSlow","features":[440]},{"name":"SLODynamic","features":[440]},{"name":"SLOStatic","features":[440]},{"name":"SLTApp","features":[440]},{"name":"SLTUser","features":[440]},{"name":"SPADAPTATIONRELEVANCE","features":[440]},{"name":"SPADAPTATIONSETTINGS","features":[440]},{"name":"SPADS_CurrentRecognizer","features":[440]},{"name":"SPADS_Default","features":[440]},{"name":"SPADS_HighVolumeDataSource","features":[440]},{"name":"SPADS_Immediate","features":[440]},{"name":"SPADS_RecoProfile","features":[440]},{"name":"SPADS_Reset","features":[440]},{"name":"SPAF_ALL","features":[440]},{"name":"SPAF_BUFFER_POSITION","features":[440]},{"name":"SPAF_CONSUME_LEADING_SPACES","features":[440]},{"name":"SPAF_ONE_TRAILING_SPACE","features":[440]},{"name":"SPAF_TWO_TRAILING_SPACES","features":[440]},{"name":"SPAF_USER_SPECIFIED","features":[440]},{"name":"SPALTERNATESCLSID","features":[440]},{"name":"SPAO_NONE","features":[440]},{"name":"SPAO_RETAIN_AUDIO","features":[440]},{"name":"SPAR_High","features":[440]},{"name":"SPAR_Low","features":[440]},{"name":"SPAR_Medium","features":[440]},{"name":"SPAR_Unknown","features":[440]},{"name":"SPAS_CLOSED","features":[440]},{"name":"SPAS_PAUSE","features":[440]},{"name":"SPAS_RUN","features":[440]},{"name":"SPAS_STOP","features":[440]},{"name":"SPAUDIOBUFFERINFO","features":[440]},{"name":"SPAUDIOOPTIONS","features":[440]},{"name":"SPAUDIOSTATE","features":[440]},{"name":"SPAUDIOSTATUS","features":[440]},{"name":"SPBINARYGRAMMAR","features":[440]},{"name":"SPBOOKMARKOPTIONS","features":[440]},{"name":"SPBO_AHEAD","features":[440]},{"name":"SPBO_NONE","features":[440]},{"name":"SPBO_PAUSE","features":[440]},{"name":"SPBO_TIME_UNITS","features":[440]},{"name":"SPCAT_APPLEXICONS","features":[440]},{"name":"SPCAT_AUDIOIN","features":[440]},{"name":"SPCAT_AUDIOOUT","features":[440]},{"name":"SPCAT_PHONECONVERTERS","features":[440]},{"name":"SPCAT_RECOGNIZERS","features":[440]},{"name":"SPCAT_RECOPROFILES","features":[440]},{"name":"SPCAT_TEXTNORMALIZERS","features":[440]},{"name":"SPCAT_VOICES","features":[440]},{"name":"SPCFGNOTIFY","features":[440]},{"name":"SPCFGN_ACTIVATE","features":[440]},{"name":"SPCFGN_ADD","features":[440]},{"name":"SPCFGN_DEACTIVATE","features":[440]},{"name":"SPCFGN_INVALIDATE","features":[440]},{"name":"SPCFGN_REMOVE","features":[440]},{"name":"SPCFGRULEATTRIBUTES","features":[440]},{"name":"SPCF_ADD_TO_USER_LEXICON","features":[440]},{"name":"SPCF_DEFINITE_CORRECTION","features":[440]},{"name":"SPCF_NONE","features":[440]},{"name":"SPCOMMITFLAGS","features":[440]},{"name":"SPCONTEXTSTATE","features":[440]},{"name":"SPCS_DISABLED","features":[440]},{"name":"SPCS_ENABLED","features":[440]},{"name":"SPCURRENT_USER_LEXICON_TOKEN_ID","features":[440]},{"name":"SPCURRENT_USER_SHORTCUT_TOKEN_ID","features":[440]},{"name":"SPDATAKEYLOCATION","features":[440]},{"name":"SPDF_ALL","features":[440]},{"name":"SPDF_ALTERNATES","features":[440]},{"name":"SPDF_AUDIO","features":[440]},{"name":"SPDF_DISPLAYTEXT","features":[440]},{"name":"SPDF_LEXICALFORM","features":[440]},{"name":"SPDF_PRONUNCIATION","features":[440]},{"name":"SPDF_PROPERTY","features":[440]},{"name":"SPDF_REPLACEMENT","features":[440]},{"name":"SPDF_RULE","features":[440]},{"name":"SPDICTATION","features":[440]},{"name":"SPDISPLAYATTRIBUTES","features":[440]},{"name":"SPDISPLAYPHRASE","features":[440]},{"name":"SPDISPLAYTOKEN","features":[440]},{"name":"SPDKL_CurrentConfig","features":[440]},{"name":"SPDKL_CurrentUser","features":[440]},{"name":"SPDKL_DefaultLocation","features":[440]},{"name":"SPDKL_LocalMachine","features":[440]},{"name":"SPDUI_AddRemoveWord","features":[440]},{"name":"SPDUI_AudioProperties","features":[440]},{"name":"SPDUI_AudioVolume","features":[440]},{"name":"SPDUI_EngineProperties","features":[440]},{"name":"SPDUI_MicTraining","features":[440]},{"name":"SPDUI_RecoProfileProperties","features":[440]},{"name":"SPDUI_ShareData","features":[440]},{"name":"SPDUI_Tutorial","features":[440]},{"name":"SPDUI_UserEnrollment","features":[440]},{"name":"SPDUI_UserTraining","features":[440]},{"name":"SPEAKFLAGS","features":[440]},{"name":"SPEI_ADAPTATION","features":[440]},{"name":"SPEI_END_INPUT_STREAM","features":[440]},{"name":"SPEI_END_SR_STREAM","features":[440]},{"name":"SPEI_FALSE_RECOGNITION","features":[440]},{"name":"SPEI_HYPOTHESIS","features":[440]},{"name":"SPEI_INTERFERENCE","features":[440]},{"name":"SPEI_MAX_SR","features":[440]},{"name":"SPEI_MAX_TTS","features":[440]},{"name":"SPEI_MIN_SR","features":[440]},{"name":"SPEI_MIN_TTS","features":[440]},{"name":"SPEI_PHONEME","features":[440]},{"name":"SPEI_PHRASE_START","features":[440]},{"name":"SPEI_PROPERTY_NUM_CHANGE","features":[440]},{"name":"SPEI_PROPERTY_STRING_CHANGE","features":[440]},{"name":"SPEI_RECOGNITION","features":[440]},{"name":"SPEI_RECO_OTHER_CONTEXT","features":[440]},{"name":"SPEI_RECO_STATE_CHANGE","features":[440]},{"name":"SPEI_REQUEST_UI","features":[440]},{"name":"SPEI_RESERVED1","features":[440]},{"name":"SPEI_RESERVED2","features":[440]},{"name":"SPEI_RESERVED3","features":[440]},{"name":"SPEI_RESERVED4","features":[440]},{"name":"SPEI_RESERVED5","features":[440]},{"name":"SPEI_RESERVED6","features":[440]},{"name":"SPEI_SENTENCE_BOUNDARY","features":[440]},{"name":"SPEI_SOUND_END","features":[440]},{"name":"SPEI_SOUND_START","features":[440]},{"name":"SPEI_SR_AUDIO_LEVEL","features":[440]},{"name":"SPEI_SR_BOOKMARK","features":[440]},{"name":"SPEI_SR_PRIVATE","features":[440]},{"name":"SPEI_SR_RETAINEDAUDIO","features":[440]},{"name":"SPEI_START_INPUT_STREAM","features":[440]},{"name":"SPEI_START_SR_STREAM","features":[440]},{"name":"SPEI_TTS_AUDIO_LEVEL","features":[440]},{"name":"SPEI_TTS_BOOKMARK","features":[440]},{"name":"SPEI_TTS_PRIVATE","features":[440]},{"name":"SPEI_UNDEFINED","features":[440]},{"name":"SPEI_VISEME","features":[440]},{"name":"SPEI_VOICE_CHANGE","features":[440]},{"name":"SPEI_WORD_BOUNDARY","features":[440]},{"name":"SPENDSRSTREAMFLAGS","features":[440]},{"name":"SPESF_EMULATED","features":[440]},{"name":"SPESF_NONE","features":[440]},{"name":"SPESF_STREAM_RELEASED","features":[440]},{"name":"SPET_LPARAM_IS_OBJECT","features":[440]},{"name":"SPET_LPARAM_IS_POINTER","features":[440]},{"name":"SPET_LPARAM_IS_STRING","features":[440]},{"name":"SPET_LPARAM_IS_TOKEN","features":[440]},{"name":"SPET_LPARAM_IS_UNDEFINED","features":[440]},{"name":"SPEVENT","features":[307,440]},{"name":"SPEVENTENUM","features":[440]},{"name":"SPEVENTEX","features":[307,440]},{"name":"SPEVENTLPARAMTYPE","features":[440]},{"name":"SPEVENTSOURCEINFO","features":[440]},{"name":"SPFILEMODE","features":[440]},{"name":"SPFM_CREATE","features":[440]},{"name":"SPFM_CREATE_ALWAYS","features":[440]},{"name":"SPFM_NUM_MODES","features":[440]},{"name":"SPFM_OPEN_READONLY","features":[440]},{"name":"SPFM_OPEN_READWRITE","features":[440]},{"name":"SPF_ASYNC","features":[440]},{"name":"SPF_DEFAULT","features":[440]},{"name":"SPF_IS_FILENAME","features":[440]},{"name":"SPF_IS_NOT_XML","features":[440]},{"name":"SPF_IS_XML","features":[440]},{"name":"SPF_NLP_MASK","features":[440]},{"name":"SPF_NLP_SPEAK_PUNC","features":[440]},{"name":"SPF_PARSE_AUTODETECT","features":[440]},{"name":"SPF_PARSE_MASK","features":[440]},{"name":"SPF_PARSE_SAPI","features":[440]},{"name":"SPF_PARSE_SSML","features":[440]},{"name":"SPF_PERSIST_XML","features":[440]},{"name":"SPF_PURGEBEFORESPEAK","features":[440]},{"name":"SPF_UNUSED_FLAGS","features":[440]},{"name":"SPF_VOICE_MASK","features":[440]},{"name":"SPGO_ALL","features":[440]},{"name":"SPGO_DEFAULT","features":[440]},{"name":"SPGO_FILE","features":[440]},{"name":"SPGO_HTTP","features":[440]},{"name":"SPGO_OBJECT","features":[440]},{"name":"SPGO_RES","features":[440]},{"name":"SPGO_SAPI","features":[440]},{"name":"SPGO_SRGS","features":[440]},{"name":"SPGO_SRGS_MS_SCRIPT","features":[440]},{"name":"SPGO_SRGS_SCRIPT","features":[440]},{"name":"SPGO_SRGS_STG_SCRIPT","features":[440]},{"name":"SPGO_SRGS_W3C_SCRIPT","features":[440]},{"name":"SPGO_UPS","features":[440]},{"name":"SPGRAMMARHANDLE","features":[440]},{"name":"SPGRAMMAROPTIONS","features":[440]},{"name":"SPGRAMMARSTATE","features":[440]},{"name":"SPGRAMMARWORDTYPE","features":[440]},{"name":"SPGS_DISABLED","features":[440]},{"name":"SPGS_ENABLED","features":[440]},{"name":"SPGS_EXCLUSIVE","features":[440]},{"name":"SPINFDICTATION","features":[440]},{"name":"SPINTERFERENCE","features":[440]},{"name":"SPINTERFERENCE_LATENCY_TRUNCATE_BEGIN","features":[440]},{"name":"SPINTERFERENCE_LATENCY_TRUNCATE_END","features":[440]},{"name":"SPINTERFERENCE_LATENCY_WARNING","features":[440]},{"name":"SPINTERFERENCE_NOISE","features":[440]},{"name":"SPINTERFERENCE_NONE","features":[440]},{"name":"SPINTERFERENCE_NOSIGNAL","features":[440]},{"name":"SPINTERFERENCE_TOOFAST","features":[440]},{"name":"SPINTERFERENCE_TOOLOUD","features":[440]},{"name":"SPINTERFERENCE_TOOQUIET","features":[440]},{"name":"SPINTERFERENCE_TOOSLOW","features":[440]},{"name":"SPLEXICONTYPE","features":[440]},{"name":"SPLOADOPTIONS","features":[440]},{"name":"SPLO_DYNAMIC","features":[440]},{"name":"SPLO_STATIC","features":[440]},{"name":"SPMATCHINGMODE","features":[440]},{"name":"SPMAX_RATE","features":[440]},{"name":"SPMAX_VOLUME","features":[440]},{"name":"SPMIN_RATE","features":[440]},{"name":"SPMIN_VOLUME","features":[440]},{"name":"SPMMSYS_AUDIO_IN_TOKEN_ID","features":[440]},{"name":"SPMMSYS_AUDIO_OUT_TOKEN_ID","features":[440]},{"name":"SPNORMALIZATIONLIST","features":[440]},{"name":"SPNOTIFYCALLBACK","features":[307,440]},{"name":"SPPARSEINFO","features":[307,440]},{"name":"SPPARTOFSPEECH","features":[440]},{"name":"SPPATHENTRY","features":[440]},{"name":"SPPHRASE","features":[307,440,358,359,360]},{"name":"SPPHRASEALT","features":[440]},{"name":"SPPHRASEALTREQUEST","features":[440]},{"name":"SPPHRASEELEMENT","features":[440]},{"name":"SPPHRASEPROPERTY","features":[307,440,358,359,360]},{"name":"SPPHRASEPROPERTYHANDLE","features":[440]},{"name":"SPPHRASEPROPERTYUNIONTYPE","features":[440]},{"name":"SPPHRASEREPLACEMENT","features":[440]},{"name":"SPPHRASERNG","features":[440]},{"name":"SPPHRASERULE","features":[440]},{"name":"SPPHRASERULEHANDLE","features":[440]},{"name":"SPPHRASE_50","features":[307,440,358,359,360]},{"name":"SPPPUT_ARRAY_INDEX","features":[440]},{"name":"SPPPUT_UNUSED","features":[440]},{"name":"SPPRONUNCIATIONFLAGS","features":[440]},{"name":"SPPROPERTYINFO","features":[307,440,358,359,360]},{"name":"SPPROPSRC","features":[440]},{"name":"SPPROPSRC_RECO_CTX","features":[440]},{"name":"SPPROPSRC_RECO_GRAMMAR","features":[440]},{"name":"SPPROPSRC_RECO_INST","features":[440]},{"name":"SPPROP_ADAPTATION_ON","features":[440]},{"name":"SPPROP_COMPLEX_RESPONSE_SPEED","features":[440]},{"name":"SPPROP_HIGH_CONFIDENCE_THRESHOLD","features":[440]},{"name":"SPPROP_LOW_CONFIDENCE_THRESHOLD","features":[440]},{"name":"SPPROP_NORMAL_CONFIDENCE_THRESHOLD","features":[440]},{"name":"SPPROP_PERSISTED_BACKGROUND_ADAPTATION","features":[440]},{"name":"SPPROP_PERSISTED_LANGUAGE_MODEL_ADAPTATION","features":[440]},{"name":"SPPROP_RESOURCE_USAGE","features":[440]},{"name":"SPPROP_RESPONSE_SPEED","features":[440]},{"name":"SPPROP_UX_IS_LISTENING","features":[440]},{"name":"SPPR_ALL_ELEMENTS","features":[440]},{"name":"SPPS_Function","features":[440]},{"name":"SPPS_Interjection","features":[440]},{"name":"SPPS_LMA","features":[440]},{"name":"SPPS_Modifier","features":[440]},{"name":"SPPS_Noncontent","features":[440]},{"name":"SPPS_NotOverriden","features":[440]},{"name":"SPPS_Noun","features":[440]},{"name":"SPPS_RESERVED1","features":[440]},{"name":"SPPS_RESERVED2","features":[440]},{"name":"SPPS_RESERVED3","features":[440]},{"name":"SPPS_RESERVED4","features":[440]},{"name":"SPPS_SuppressWord","features":[440]},{"name":"SPPS_Unknown","features":[440]},{"name":"SPPS_Verb","features":[440]},{"name":"SPRAF_Active","features":[440]},{"name":"SPRAF_AutoPause","features":[440]},{"name":"SPRAF_Dynamic","features":[440]},{"name":"SPRAF_Export","features":[440]},{"name":"SPRAF_Import","features":[440]},{"name":"SPRAF_Interpreter","features":[440]},{"name":"SPRAF_Root","features":[440]},{"name":"SPRAF_TopLevel","features":[440]},{"name":"SPRAF_UserDelimited","features":[440]},{"name":"SPRECOCONTEXTHANDLE","features":[440]},{"name":"SPRECOCONTEXTSTATUS","features":[440]},{"name":"SPRECOEVENTFLAGS","features":[440]},{"name":"SPRECOEXTENSION","features":[440]},{"name":"SPRECOGNIZERSTATUS","features":[440]},{"name":"SPRECORESULTINFO","features":[307,440]},{"name":"SPRECORESULTINFOEX","features":[307,440]},{"name":"SPRECORESULTTIMES","features":[307,440]},{"name":"SPRECOSTATE","features":[440]},{"name":"SPREF_AutoPause","features":[440]},{"name":"SPREF_Emulated","features":[440]},{"name":"SPREF_ExtendableParse","features":[440]},{"name":"SPREF_FalseRecognition","features":[440]},{"name":"SPREF_Hypothesis","features":[440]},{"name":"SPREF_ReSent","features":[440]},{"name":"SPREF_SMLTimeout","features":[440]},{"name":"SPREG_LOCAL_MACHINE_ROOT","features":[440]},{"name":"SPREG_SAFE_USER_TOKENS","features":[440]},{"name":"SPREG_USER_ROOT","features":[440]},{"name":"SPRESULTTYPE","features":[440]},{"name":"SPRIO_NONE","features":[440]},{"name":"SPRP_NORMAL","features":[440]},{"name":"SPRST_ACTIVE","features":[440]},{"name":"SPRST_ACTIVE_ALWAYS","features":[440]},{"name":"SPRST_INACTIVE","features":[440]},{"name":"SPRST_INACTIVE_WITH_PURGE","features":[440]},{"name":"SPRST_NUM_STATES","features":[440]},{"name":"SPRS_ACTIVE","features":[440]},{"name":"SPRS_ACTIVE_USER_DELIMITED","features":[440]},{"name":"SPRS_ACTIVE_WITH_AUTO_PAUSE","features":[440]},{"name":"SPRS_DONE","features":[440]},{"name":"SPRS_INACTIVE","features":[440]},{"name":"SPRS_IS_SPEAKING","features":[440]},{"name":"SPRT_CFG","features":[440]},{"name":"SPRT_EMULATED","features":[440]},{"name":"SPRT_EXTENDABLE_PARSE","features":[440]},{"name":"SPRT_FALSE_RECOGNITION","features":[440]},{"name":"SPRT_PROPRIETARY","features":[440]},{"name":"SPRT_SLM","features":[440]},{"name":"SPRT_TYPE_MASK","features":[440]},{"name":"SPRULE","features":[440]},{"name":"SPRULEENTRY","features":[440]},{"name":"SPRULEHANDLE","features":[440]},{"name":"SPRULEINFOOPT","features":[440]},{"name":"SPRULESTATE","features":[440]},{"name":"SPRUNSTATE","features":[440]},{"name":"SPSEMANTICERRORINFO","features":[440]},{"name":"SPSEMANTICFORMAT","features":[440]},{"name":"SPSERIALIZEDEVENT","features":[440]},{"name":"SPSERIALIZEDEVENT64","features":[440]},{"name":"SPSERIALIZEDPHRASE","features":[440]},{"name":"SPSERIALIZEDRESULT","features":[440]},{"name":"SPSF_11kHz16BitMono","features":[440]},{"name":"SPSF_11kHz16BitStereo","features":[440]},{"name":"SPSF_11kHz8BitMono","features":[440]},{"name":"SPSF_11kHz8BitStereo","features":[440]},{"name":"SPSF_12kHz16BitMono","features":[440]},{"name":"SPSF_12kHz16BitStereo","features":[440]},{"name":"SPSF_12kHz8BitMono","features":[440]},{"name":"SPSF_12kHz8BitStereo","features":[440]},{"name":"SPSF_16kHz16BitMono","features":[440]},{"name":"SPSF_16kHz16BitStereo","features":[440]},{"name":"SPSF_16kHz8BitMono","features":[440]},{"name":"SPSF_16kHz8BitStereo","features":[440]},{"name":"SPSF_22kHz16BitMono","features":[440]},{"name":"SPSF_22kHz16BitStereo","features":[440]},{"name":"SPSF_22kHz8BitMono","features":[440]},{"name":"SPSF_22kHz8BitStereo","features":[440]},{"name":"SPSF_24kHz16BitMono","features":[440]},{"name":"SPSF_24kHz16BitStereo","features":[440]},{"name":"SPSF_24kHz8BitMono","features":[440]},{"name":"SPSF_24kHz8BitStereo","features":[440]},{"name":"SPSF_32kHz16BitMono","features":[440]},{"name":"SPSF_32kHz16BitStereo","features":[440]},{"name":"SPSF_32kHz8BitMono","features":[440]},{"name":"SPSF_32kHz8BitStereo","features":[440]},{"name":"SPSF_44kHz16BitMono","features":[440]},{"name":"SPSF_44kHz16BitStereo","features":[440]},{"name":"SPSF_44kHz8BitMono","features":[440]},{"name":"SPSF_44kHz8BitStereo","features":[440]},{"name":"SPSF_48kHz16BitMono","features":[440]},{"name":"SPSF_48kHz16BitStereo","features":[440]},{"name":"SPSF_48kHz8BitMono","features":[440]},{"name":"SPSF_48kHz8BitStereo","features":[440]},{"name":"SPSF_8kHz16BitMono","features":[440]},{"name":"SPSF_8kHz16BitStereo","features":[440]},{"name":"SPSF_8kHz8BitMono","features":[440]},{"name":"SPSF_8kHz8BitStereo","features":[440]},{"name":"SPSF_ADPCM_11kHzMono","features":[440]},{"name":"SPSF_ADPCM_11kHzStereo","features":[440]},{"name":"SPSF_ADPCM_22kHzMono","features":[440]},{"name":"SPSF_ADPCM_22kHzStereo","features":[440]},{"name":"SPSF_ADPCM_44kHzMono","features":[440]},{"name":"SPSF_ADPCM_44kHzStereo","features":[440]},{"name":"SPSF_ADPCM_8kHzMono","features":[440]},{"name":"SPSF_ADPCM_8kHzStereo","features":[440]},{"name":"SPSF_CCITT_ALaw_11kHzMono","features":[440]},{"name":"SPSF_CCITT_ALaw_11kHzStereo","features":[440]},{"name":"SPSF_CCITT_ALaw_22kHzMono","features":[440]},{"name":"SPSF_CCITT_ALaw_22kHzStereo","features":[440]},{"name":"SPSF_CCITT_ALaw_44kHzMono","features":[440]},{"name":"SPSF_CCITT_ALaw_44kHzStereo","features":[440]},{"name":"SPSF_CCITT_ALaw_8kHzMono","features":[440]},{"name":"SPSF_CCITT_ALaw_8kHzStereo","features":[440]},{"name":"SPSF_CCITT_uLaw_11kHzMono","features":[440]},{"name":"SPSF_CCITT_uLaw_11kHzStereo","features":[440]},{"name":"SPSF_CCITT_uLaw_22kHzMono","features":[440]},{"name":"SPSF_CCITT_uLaw_22kHzStereo","features":[440]},{"name":"SPSF_CCITT_uLaw_44kHzMono","features":[440]},{"name":"SPSF_CCITT_uLaw_44kHzStereo","features":[440]},{"name":"SPSF_CCITT_uLaw_8kHzMono","features":[440]},{"name":"SPSF_CCITT_uLaw_8kHzStereo","features":[440]},{"name":"SPSF_Default","features":[440]},{"name":"SPSF_ExtendedAudioFormat","features":[440]},{"name":"SPSF_GSM610_11kHzMono","features":[440]},{"name":"SPSF_GSM610_22kHzMono","features":[440]},{"name":"SPSF_GSM610_44kHzMono","features":[440]},{"name":"SPSF_GSM610_8kHzMono","features":[440]},{"name":"SPSF_NUM_FORMATS","features":[440]},{"name":"SPSF_NoAssignedFormat","features":[440]},{"name":"SPSF_NonStandardFormat","features":[440]},{"name":"SPSF_Text","features":[440]},{"name":"SPSF_TrueSpeech_8kHz1BitMono","features":[440]},{"name":"SPSFunction","features":[440]},{"name":"SPSHORTCUTPAIR","features":[440]},{"name":"SPSHORTCUTPAIRLIST","features":[440]},{"name":"SPSHORTCUTTYPE","features":[440]},{"name":"SPSHT_EMAIL","features":[440]},{"name":"SPSHT_NotOverriden","features":[440]},{"name":"SPSHT_OTHER","features":[440]},{"name":"SPSHT_Unknown","features":[440]},{"name":"SPSInterjection","features":[440]},{"name":"SPSLMA","features":[440]},{"name":"SPSMF_SAPI_PROPERTIES","features":[440]},{"name":"SPSMF_SRGS_SAPIPROPERTIES","features":[440]},{"name":"SPSMF_SRGS_SEMANTICINTERPRETATION_MS","features":[440]},{"name":"SPSMF_SRGS_SEMANTICINTERPRETATION_W3C","features":[440]},{"name":"SPSMF_UPS","features":[440]},{"name":"SPSModifier","features":[440]},{"name":"SPSNotOverriden","features":[440]},{"name":"SPSNoun","features":[440]},{"name":"SPSSuppressWord","features":[440]},{"name":"SPSTATEHANDLE","features":[440]},{"name":"SPSTATEINFO","features":[440]},{"name":"SPSTREAMFORMAT","features":[440]},{"name":"SPSTREAMFORMATTYPE","features":[440]},{"name":"SPSUnknown","features":[440]},{"name":"SPSVerb","features":[440]},{"name":"SPTEXTSELECTIONINFO","features":[440]},{"name":"SPTMTHREADINFO","features":[440]},{"name":"SPTOKENKEY_ATTRIBUTES","features":[440]},{"name":"SPTOKENKEY_AUDIO_LATENCY_TRUNCATE","features":[440]},{"name":"SPTOKENKEY_AUDIO_LATENCY_UPDATE_INTERVAL","features":[440]},{"name":"SPTOKENKEY_AUDIO_LATENCY_WARNING","features":[440]},{"name":"SPTOKENKEY_FILES","features":[440]},{"name":"SPTOKENKEY_RETAINEDAUDIO","features":[440]},{"name":"SPTOKENKEY_UI","features":[440]},{"name":"SPTOKENVALUE_CLSID","features":[440]},{"name":"SPTOPIC_SPELLING","features":[440]},{"name":"SPTRANSDICTATION","features":[440]},{"name":"SPTRANSEPSILON","features":[440]},{"name":"SPTRANSITIONENTRY","features":[440]},{"name":"SPTRANSITIONID","features":[440]},{"name":"SPTRANSITIONPROPERTY","features":[307,440,358,359,360]},{"name":"SPTRANSITIONTYPE","features":[440]},{"name":"SPTRANSRULE","features":[440]},{"name":"SPTRANSTEXTBUF","features":[440]},{"name":"SPTRANSWILDCARD","features":[440]},{"name":"SPTRANSWORD","features":[440]},{"name":"SPVACTIONS","features":[440]},{"name":"SPVALUETYPE","features":[440]},{"name":"SPVA_Bookmark","features":[440]},{"name":"SPVA_ParseUnknownTag","features":[440]},{"name":"SPVA_Pronounce","features":[440]},{"name":"SPVA_Section","features":[440]},{"name":"SPVA_Silence","features":[440]},{"name":"SPVA_Speak","features":[440]},{"name":"SPVA_SpellOut","features":[440]},{"name":"SPVCONTEXT","features":[440]},{"name":"SPVESACTIONS","features":[440]},{"name":"SPVES_ABORT","features":[440]},{"name":"SPVES_CONTINUE","features":[440]},{"name":"SPVES_RATE","features":[440]},{"name":"SPVES_SKIP","features":[440]},{"name":"SPVES_VOLUME","features":[440]},{"name":"SPVFEATURE","features":[440]},{"name":"SPVFEATURE_EMPHASIS","features":[440]},{"name":"SPVFEATURE_STRESSED","features":[440]},{"name":"SPVISEMES","features":[440]},{"name":"SPVLIMITS","features":[440]},{"name":"SPVOICECATEGORY_TTSRATE","features":[440]},{"name":"SPVOICESTATUS","features":[440]},{"name":"SPVPITCH","features":[440]},{"name":"SPVPRIORITY","features":[440]},{"name":"SPVPRI_ALERT","features":[440]},{"name":"SPVPRI_NORMAL","features":[440]},{"name":"SPVPRI_OVER","features":[440]},{"name":"SPVSKIPTYPE","features":[440]},{"name":"SPVSTATE","features":[440]},{"name":"SPVST_SENTENCE","features":[440]},{"name":"SPVTEXTFRAG","features":[440]},{"name":"SPWF_INPUT","features":[440]},{"name":"SPWF_SRENGINE","features":[440]},{"name":"SPWILDCARD","features":[440]},{"name":"SPWIO_NONE","features":[440]},{"name":"SPWIO_WANT_TEXT","features":[440]},{"name":"SPWORD","features":[440]},{"name":"SPWORDENTRY","features":[440]},{"name":"SPWORDHANDLE","features":[440]},{"name":"SPWORDINFOOPT","features":[440]},{"name":"SPWORDLIST","features":[440]},{"name":"SPWORDPRONOUNCEABLE","features":[440]},{"name":"SPWORDPRONUNCIATION","features":[440]},{"name":"SPWORDPRONUNCIATIONLIST","features":[440]},{"name":"SPWORDTYPE","features":[440]},{"name":"SPWP_KNOWN_WORD_PRONOUNCEABLE","features":[440]},{"name":"SPWP_UNKNOWN_WORD_PRONOUNCEABLE","features":[440]},{"name":"SPWP_UNKNOWN_WORD_UNPRONOUNCEABLE","features":[440]},{"name":"SPWT_DISPLAY","features":[440]},{"name":"SPWT_LEXICAL","features":[440]},{"name":"SPWT_LEXICAL_NO_SPECIAL_CHARS","features":[440]},{"name":"SPWT_PRONUNCIATION","features":[440]},{"name":"SPXMLRESULTOPTIONS","features":[440]},{"name":"SPXRO_Alternates_SML","features":[440]},{"name":"SPXRO_SML","features":[440]},{"name":"SP_EMULATE_RESULT","features":[440]},{"name":"SP_LOW_CONFIDENCE","features":[440]},{"name":"SP_MAX_LANGIDS","features":[440]},{"name":"SP_MAX_PRON_LENGTH","features":[440]},{"name":"SP_MAX_WORD_LENGTH","features":[440]},{"name":"SP_NORMAL_CONFIDENCE","features":[440]},{"name":"SP_STREAMPOS_ASAP","features":[440]},{"name":"SP_STREAMPOS_REALTIME","features":[440]},{"name":"SP_VISEME_0","features":[440]},{"name":"SP_VISEME_1","features":[440]},{"name":"SP_VISEME_10","features":[440]},{"name":"SP_VISEME_11","features":[440]},{"name":"SP_VISEME_12","features":[440]},{"name":"SP_VISEME_13","features":[440]},{"name":"SP_VISEME_14","features":[440]},{"name":"SP_VISEME_15","features":[440]},{"name":"SP_VISEME_16","features":[440]},{"name":"SP_VISEME_17","features":[440]},{"name":"SP_VISEME_18","features":[440]},{"name":"SP_VISEME_19","features":[440]},{"name":"SP_VISEME_2","features":[440]},{"name":"SP_VISEME_20","features":[440]},{"name":"SP_VISEME_21","features":[440]},{"name":"SP_VISEME_3","features":[440]},{"name":"SP_VISEME_4","features":[440]},{"name":"SP_VISEME_5","features":[440]},{"name":"SP_VISEME_6","features":[440]},{"name":"SP_VISEME_7","features":[440]},{"name":"SP_VISEME_8","features":[440]},{"name":"SP_VISEME_9","features":[440]},{"name":"SRADefaultToActive","features":[440]},{"name":"SRADynamic","features":[440]},{"name":"SRAExport","features":[440]},{"name":"SRAImport","features":[440]},{"name":"SRAInterpreter","features":[440]},{"name":"SRAONone","features":[440]},{"name":"SRAORetainAudio","features":[440]},{"name":"SRARoot","features":[440]},{"name":"SRATopLevel","features":[440]},{"name":"SRCS_Disabled","features":[440]},{"name":"SRCS_Enabled","features":[440]},{"name":"SREAdaptation","features":[440]},{"name":"SREAllEvents","features":[440]},{"name":"SREAudioLevel","features":[440]},{"name":"SREBookmark","features":[440]},{"name":"SREFalseRecognition","features":[440]},{"name":"SREHypothesis","features":[440]},{"name":"SREInterference","features":[440]},{"name":"SREPhraseStart","features":[440]},{"name":"SREPrivate","features":[440]},{"name":"SREPropertyNumChange","features":[440]},{"name":"SREPropertyStringChange","features":[440]},{"name":"SRERecoOtherContext","features":[440]},{"name":"SRERecognition","features":[440]},{"name":"SRERequestUI","features":[440]},{"name":"SRESoundEnd","features":[440]},{"name":"SRESoundStart","features":[440]},{"name":"SREStateChange","features":[440]},{"name":"SREStreamEnd","features":[440]},{"name":"SREStreamStart","features":[440]},{"name":"SRSActive","features":[440]},{"name":"SRSActiveAlways","features":[440]},{"name":"SRSEDone","features":[440]},{"name":"SRSEIsSpeaking","features":[440]},{"name":"SRSInactive","features":[440]},{"name":"SRSInactiveWithPurge","features":[440]},{"name":"SRTAutopause","features":[440]},{"name":"SRTEmulated","features":[440]},{"name":"SRTExtendableParse","features":[440]},{"name":"SRTReSent","features":[440]},{"name":"SRTSMLTimeout","features":[440]},{"name":"SRTStandard","features":[440]},{"name":"SR_LOCALIZED_DESCRIPTION","features":[440]},{"name":"SSFMCreate","features":[440]},{"name":"SSFMCreateForWrite","features":[440]},{"name":"SSFMOpenForRead","features":[440]},{"name":"SSFMOpenReadWrite","features":[440]},{"name":"SSSPTRelativeToCurrentPosition","features":[440]},{"name":"SSSPTRelativeToEnd","features":[440]},{"name":"SSSPTRelativeToStart","features":[440]},{"name":"SSTTDictation","features":[440]},{"name":"SSTTTextBuffer","features":[440]},{"name":"SSTTWildcard","features":[440]},{"name":"STCAll","features":[440]},{"name":"STCInprocHandler","features":[440]},{"name":"STCInprocServer","features":[440]},{"name":"STCLocalServer","features":[440]},{"name":"STCRemoteServer","features":[440]},{"name":"STSF_AppData","features":[440]},{"name":"STSF_CommonAppData","features":[440]},{"name":"STSF_FlagCreate","features":[440]},{"name":"STSF_LocalAppData","features":[440]},{"name":"SVEAllEvents","features":[440]},{"name":"SVEAudioLevel","features":[440]},{"name":"SVEBookmark","features":[440]},{"name":"SVEEndInputStream","features":[440]},{"name":"SVEPhoneme","features":[440]},{"name":"SVEPrivate","features":[440]},{"name":"SVESentenceBoundary","features":[440]},{"name":"SVEStartInputStream","features":[440]},{"name":"SVEViseme","features":[440]},{"name":"SVEVoiceChange","features":[440]},{"name":"SVEWordBoundary","features":[440]},{"name":"SVF_Emphasis","features":[440]},{"name":"SVF_None","features":[440]},{"name":"SVF_Stressed","features":[440]},{"name":"SVPAlert","features":[440]},{"name":"SVPNormal","features":[440]},{"name":"SVPOver","features":[440]},{"name":"SVP_0","features":[440]},{"name":"SVP_1","features":[440]},{"name":"SVP_10","features":[440]},{"name":"SVP_11","features":[440]},{"name":"SVP_12","features":[440]},{"name":"SVP_13","features":[440]},{"name":"SVP_14","features":[440]},{"name":"SVP_15","features":[440]},{"name":"SVP_16","features":[440]},{"name":"SVP_17","features":[440]},{"name":"SVP_18","features":[440]},{"name":"SVP_19","features":[440]},{"name":"SVP_2","features":[440]},{"name":"SVP_20","features":[440]},{"name":"SVP_21","features":[440]},{"name":"SVP_3","features":[440]},{"name":"SVP_4","features":[440]},{"name":"SVP_5","features":[440]},{"name":"SVP_6","features":[440]},{"name":"SVP_7","features":[440]},{"name":"SVP_8","features":[440]},{"name":"SVP_9","features":[440]},{"name":"SVSFDefault","features":[440]},{"name":"SVSFIsFilename","features":[440]},{"name":"SVSFIsNotXML","features":[440]},{"name":"SVSFIsXML","features":[440]},{"name":"SVSFNLPMask","features":[440]},{"name":"SVSFNLPSpeakPunc","features":[440]},{"name":"SVSFParseAutodetect","features":[440]},{"name":"SVSFParseMask","features":[440]},{"name":"SVSFParseSapi","features":[440]},{"name":"SVSFParseSsml","features":[440]},{"name":"SVSFPersistXML","features":[440]},{"name":"SVSFPurgeBeforeSpeak","features":[440]},{"name":"SVSFUnusedFlags","features":[440]},{"name":"SVSFVoiceMask","features":[440]},{"name":"SVSFlagsAsync","features":[440]},{"name":"SWPKnownWordPronounceable","features":[440]},{"name":"SWPUnknownWordPronounceable","features":[440]},{"name":"SWPUnknownWordUnpronounceable","features":[440]},{"name":"SWTAdded","features":[440]},{"name":"SWTDeleted","features":[440]},{"name":"SpAudioFormat","features":[440]},{"name":"SpCompressedLexicon","features":[440]},{"name":"SpCustomStream","features":[440]},{"name":"SpDataKey","features":[440]},{"name":"SpFileStream","features":[440]},{"name":"SpGramCompBackend","features":[440]},{"name":"SpGrammarCompiler","features":[440]},{"name":"SpITNProcessor","features":[440]},{"name":"SpInProcRecoContext","features":[440]},{"name":"SpInprocRecognizer","features":[440]},{"name":"SpLexicon","features":[440]},{"name":"SpMMAudioEnum","features":[440]},{"name":"SpMMAudioIn","features":[440]},{"name":"SpMMAudioOut","features":[440]},{"name":"SpMemoryStream","features":[440]},{"name":"SpNotifyTranslator","features":[440]},{"name":"SpNullPhoneConverter","features":[440]},{"name":"SpObjectToken","features":[440]},{"name":"SpObjectTokenCategory","features":[440]},{"name":"SpObjectTokenEnum","features":[440]},{"name":"SpPhoneConverter","features":[440]},{"name":"SpPhoneticAlphabetConverter","features":[440]},{"name":"SpPhraseBuilder","features":[440]},{"name":"SpPhraseInfoBuilder","features":[440]},{"name":"SpResourceManager","features":[440]},{"name":"SpSharedRecoContext","features":[440]},{"name":"SpSharedRecognizer","features":[440]},{"name":"SpShortcut","features":[440]},{"name":"SpStream","features":[440]},{"name":"SpStreamFormatConverter","features":[440]},{"name":"SpTextSelectionInformation","features":[440]},{"name":"SpUnCompressedLexicon","features":[440]},{"name":"SpVoice","features":[440]},{"name":"SpW3CGrammarCompiler","features":[440]},{"name":"SpWaveFormatEx","features":[440]},{"name":"SpeechAllElements","features":[440]},{"name":"SpeechAudioFormatType","features":[440]},{"name":"SpeechAudioState","features":[440]},{"name":"SpeechBookmarkOptions","features":[440]},{"name":"SpeechDataKeyLocation","features":[440]},{"name":"SpeechDiscardType","features":[440]},{"name":"SpeechDisplayAttributes","features":[440]},{"name":"SpeechEmulationCompareFlags","features":[440]},{"name":"SpeechEngineConfidence","features":[440]},{"name":"SpeechFormatType","features":[440]},{"name":"SpeechGrammarRuleStateTransitionType","features":[440]},{"name":"SpeechGrammarState","features":[440]},{"name":"SpeechGrammarWordType","features":[440]},{"name":"SpeechInterference","features":[440]},{"name":"SpeechLexiconType","features":[440]},{"name":"SpeechLoadOption","features":[440]},{"name":"SpeechPartOfSpeech","features":[440]},{"name":"SpeechRecoContextState","features":[440]},{"name":"SpeechRecoEvents","features":[440]},{"name":"SpeechRecognitionType","features":[440]},{"name":"SpeechRecognizerState","features":[440]},{"name":"SpeechRetainedAudioOptions","features":[440]},{"name":"SpeechRuleAttributes","features":[440]},{"name":"SpeechRuleState","features":[440]},{"name":"SpeechRunState","features":[440]},{"name":"SpeechSpecialTransitionType","features":[440]},{"name":"SpeechStreamFileMode","features":[440]},{"name":"SpeechStreamSeekPositionType","features":[440]},{"name":"SpeechTokenContext","features":[440]},{"name":"SpeechTokenShellFolder","features":[440]},{"name":"SpeechVisemeFeature","features":[440]},{"name":"SpeechVisemeType","features":[440]},{"name":"SpeechVoiceEvents","features":[440]},{"name":"SpeechVoicePriority","features":[440]},{"name":"SpeechVoiceSpeakFlags","features":[440]},{"name":"SpeechWordPronounceable","features":[440]},{"name":"SpeechWordType","features":[440]},{"name":"Speech_Default_Weight","features":[440]},{"name":"Speech_Max_Pron_Length","features":[440]},{"name":"Speech_Max_Word_Length","features":[440]},{"name":"Speech_StreamPos_Asap","features":[440]},{"name":"Speech_StreamPos_RealTime","features":[440]},{"name":"Subsequence","features":[440]},{"name":"SubsequenceContentRequired","features":[440]},{"name":"_ISpPrivateEngineCall","features":[440]},{"name":"_ISpeechRecoContextEvents","features":[440,358]},{"name":"_ISpeechVoiceEvents","features":[440,358]},{"name":"eLEXTYPE_APP","features":[440]},{"name":"eLEXTYPE_LETTERTOSOUND","features":[440]},{"name":"eLEXTYPE_MORPHOLOGY","features":[440]},{"name":"eLEXTYPE_PRIVATE1","features":[440]},{"name":"eLEXTYPE_PRIVATE10","features":[440]},{"name":"eLEXTYPE_PRIVATE11","features":[440]},{"name":"eLEXTYPE_PRIVATE12","features":[440]},{"name":"eLEXTYPE_PRIVATE13","features":[440]},{"name":"eLEXTYPE_PRIVATE14","features":[440]},{"name":"eLEXTYPE_PRIVATE15","features":[440]},{"name":"eLEXTYPE_PRIVATE16","features":[440]},{"name":"eLEXTYPE_PRIVATE17","features":[440]},{"name":"eLEXTYPE_PRIVATE18","features":[440]},{"name":"eLEXTYPE_PRIVATE19","features":[440]},{"name":"eLEXTYPE_PRIVATE2","features":[440]},{"name":"eLEXTYPE_PRIVATE20","features":[440]},{"name":"eLEXTYPE_PRIVATE3","features":[440]},{"name":"eLEXTYPE_PRIVATE4","features":[440]},{"name":"eLEXTYPE_PRIVATE5","features":[440]},{"name":"eLEXTYPE_PRIVATE6","features":[440]},{"name":"eLEXTYPE_PRIVATE7","features":[440]},{"name":"eLEXTYPE_PRIVATE8","features":[440]},{"name":"eLEXTYPE_PRIVATE9","features":[440]},{"name":"eLEXTYPE_RESERVED10","features":[440]},{"name":"eLEXTYPE_RESERVED4","features":[440]},{"name":"eLEXTYPE_RESERVED6","features":[440]},{"name":"eLEXTYPE_RESERVED7","features":[440]},{"name":"eLEXTYPE_RESERVED8","features":[440]},{"name":"eLEXTYPE_RESERVED9","features":[440]},{"name":"eLEXTYPE_USER","features":[440]},{"name":"eLEXTYPE_USER_SHORTCUT","features":[440]},{"name":"eLEXTYPE_VENDORLEXICON","features":[440]},{"name":"ePRONFLAG_USED","features":[440]},{"name":"eWORDTYPE_ADDED","features":[440]},{"name":"eWORDTYPE_DELETED","features":[440]}],"444":[{"name":"CapturedMetadataExposureCompensation","features":[441]},{"name":"CapturedMetadataISOGains","features":[441]},{"name":"CapturedMetadataWhiteBalanceGains","features":[441]},{"name":"DEVPKEY_Device_DLNACAP","features":[305,441]},{"name":"DEVPKEY_Device_DLNADOC","features":[305,441]},{"name":"DEVPKEY_Device_MaxVolume","features":[305,441]},{"name":"DEVPKEY_Device_PacketWakeSupported","features":[305,441]},{"name":"DEVPKEY_Device_SendPacketWakeSupported","features":[305,441]},{"name":"DEVPKEY_Device_SinkProtocolInfo","features":[305,441]},{"name":"DEVPKEY_Device_SupportsAudio","features":[305,441]},{"name":"DEVPKEY_Device_SupportsImages","features":[305,441]},{"name":"DEVPKEY_Device_SupportsMute","features":[305,441]},{"name":"DEVPKEY_Device_SupportsSearch","features":[305,441]},{"name":"DEVPKEY_Device_SupportsSetNextAVT","features":[305,441]},{"name":"DEVPKEY_Device_SupportsVideo","features":[305,441]},{"name":"DEVPKEY_Device_UDN","features":[305,441]},{"name":"FaceCharacterization","features":[441]},{"name":"FaceCharacterizationBlobHeader","features":[441]},{"name":"FaceRectInfo","features":[307,441]},{"name":"FaceRectInfoBlobHeader","features":[441]},{"name":"GUID_DEVINTERFACE_DMP","features":[441]},{"name":"GUID_DEVINTERFACE_DMR","features":[441]},{"name":"GUID_DEVINTERFACE_DMS","features":[441]},{"name":"HistogramBlobHeader","features":[441]},{"name":"HistogramDataHeader","features":[441]},{"name":"HistogramGrid","features":[307,441]},{"name":"HistogramHeader","features":[307,441]},{"name":"MF_MEDIASOURCE_STATUS_INFO","features":[441]},{"name":"MF_MEDIASOURCE_STATUS_INFO_FULLYSUPPORTED","features":[441]},{"name":"MF_MEDIASOURCE_STATUS_INFO_UNKNOWN","features":[441]},{"name":"MF_TRANSFER_VIDEO_FRAME_DEFAULT","features":[441]},{"name":"MF_TRANSFER_VIDEO_FRAME_FLAGS","features":[441]},{"name":"MF_TRANSFER_VIDEO_FRAME_IGNORE_PAR","features":[441]},{"name":"MF_TRANSFER_VIDEO_FRAME_STRETCH","features":[441]},{"name":"MetadataTimeStamps","features":[441]}],"445":[{"name":"AM_CONFIGASFWRITER_PARAM_AUTOINDEX","features":[442]},{"name":"AM_CONFIGASFWRITER_PARAM_DONTCOMPRESS","features":[442]},{"name":"AM_CONFIGASFWRITER_PARAM_MULTIPASS","features":[442]},{"name":"AM_WMT_EVENT_DATA","features":[442]},{"name":"CLSID_ClientNetManager","features":[442]},{"name":"CLSID_WMBandwidthSharing_Exclusive","features":[442]},{"name":"CLSID_WMBandwidthSharing_Partial","features":[442]},{"name":"CLSID_WMMUTEX_Bitrate","features":[442]},{"name":"CLSID_WMMUTEX_Language","features":[442]},{"name":"CLSID_WMMUTEX_Presentation","features":[442]},{"name":"CLSID_WMMUTEX_Unknown","features":[442]},{"name":"DRM_COPY_OPL","features":[442]},{"name":"DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS","features":[442]},{"name":"DRM_OPL_OUTPUT_IDS","features":[442]},{"name":"DRM_OPL_TYPES","features":[442]},{"name":"DRM_OUTPUT_PROTECTION","features":[442]},{"name":"DRM_PLAY_OPL","features":[442]},{"name":"DRM_VAL16","features":[442]},{"name":"DRM_VIDEO_OUTPUT_PROTECTION_IDS","features":[442]},{"name":"INSNetSourceCreator","features":[442]},{"name":"INSSBuffer","features":[442]},{"name":"INSSBuffer2","features":[442]},{"name":"INSSBuffer3","features":[442]},{"name":"INSSBuffer4","features":[442]},{"name":"IWMAddressAccess","features":[442]},{"name":"IWMAddressAccess2","features":[442]},{"name":"IWMAuthorizer","features":[442]},{"name":"IWMBackupRestoreProps","features":[442]},{"name":"IWMBandwidthSharing","features":[442]},{"name":"IWMClientConnections","features":[442]},{"name":"IWMClientConnections2","features":[442]},{"name":"IWMCodecInfo","features":[442]},{"name":"IWMCodecInfo2","features":[442]},{"name":"IWMCodecInfo3","features":[442]},{"name":"IWMCredentialCallback","features":[442]},{"name":"IWMDRMEditor","features":[442]},{"name":"IWMDRMMessageParser","features":[442]},{"name":"IWMDRMReader","features":[442]},{"name":"IWMDRMReader2","features":[442]},{"name":"IWMDRMReader3","features":[442]},{"name":"IWMDRMTranscryptionManager","features":[442]},{"name":"IWMDRMTranscryptor","features":[442]},{"name":"IWMDRMTranscryptor2","features":[442]},{"name":"IWMDRMWriter","features":[442]},{"name":"IWMDRMWriter2","features":[442]},{"name":"IWMDRMWriter3","features":[442]},{"name":"IWMDeviceRegistration","features":[442]},{"name":"IWMGetSecureChannel","features":[442]},{"name":"IWMHeaderInfo","features":[442]},{"name":"IWMHeaderInfo2","features":[442]},{"name":"IWMHeaderInfo3","features":[442]},{"name":"IWMIStreamProps","features":[442]},{"name":"IWMImageInfo","features":[442]},{"name":"IWMIndexer","features":[442]},{"name":"IWMIndexer2","features":[442]},{"name":"IWMInputMediaProps","features":[442]},{"name":"IWMLanguageList","features":[442]},{"name":"IWMLicenseBackup","features":[442]},{"name":"IWMLicenseRestore","features":[442]},{"name":"IWMLicenseRevocationAgent","features":[442]},{"name":"IWMMediaProps","features":[442]},{"name":"IWMMetadataEditor","features":[442]},{"name":"IWMMetadataEditor2","features":[442]},{"name":"IWMMutualExclusion","features":[442]},{"name":"IWMMutualExclusion2","features":[442]},{"name":"IWMOutputMediaProps","features":[442]},{"name":"IWMPacketSize","features":[442]},{"name":"IWMPacketSize2","features":[442]},{"name":"IWMPlayerHook","features":[442]},{"name":"IWMPlayerTimestampHook","features":[442]},{"name":"IWMProfile","features":[442]},{"name":"IWMProfile2","features":[442]},{"name":"IWMProfile3","features":[442]},{"name":"IWMProfileManager","features":[442]},{"name":"IWMProfileManager2","features":[442]},{"name":"IWMProfileManagerLanguage","features":[442]},{"name":"IWMPropertyVault","features":[442]},{"name":"IWMProximityDetection","features":[442]},{"name":"IWMReader","features":[442]},{"name":"IWMReaderAccelerator","features":[442]},{"name":"IWMReaderAdvanced","features":[442]},{"name":"IWMReaderAdvanced2","features":[442]},{"name":"IWMReaderAdvanced3","features":[442]},{"name":"IWMReaderAdvanced4","features":[442]},{"name":"IWMReaderAdvanced5","features":[442]},{"name":"IWMReaderAdvanced6","features":[442]},{"name":"IWMReaderAllocatorEx","features":[442]},{"name":"IWMReaderCallback","features":[442]},{"name":"IWMReaderCallbackAdvanced","features":[442]},{"name":"IWMReaderNetworkConfig","features":[442]},{"name":"IWMReaderNetworkConfig2","features":[442]},{"name":"IWMReaderPlaylistBurn","features":[442]},{"name":"IWMReaderStreamClock","features":[442]},{"name":"IWMReaderTimecode","features":[442]},{"name":"IWMReaderTypeNegotiation","features":[442]},{"name":"IWMRegisterCallback","features":[442]},{"name":"IWMRegisteredDevice","features":[442]},{"name":"IWMSBufferAllocator","features":[442]},{"name":"IWMSInternalAdminNetSource","features":[442]},{"name":"IWMSInternalAdminNetSource2","features":[442]},{"name":"IWMSInternalAdminNetSource3","features":[442]},{"name":"IWMSecureChannel","features":[442]},{"name":"IWMStatusCallback","features":[442]},{"name":"IWMStreamConfig","features":[442]},{"name":"IWMStreamConfig2","features":[442]},{"name":"IWMStreamConfig3","features":[442]},{"name":"IWMStreamList","features":[442]},{"name":"IWMStreamPrioritization","features":[442]},{"name":"IWMSyncReader","features":[442]},{"name":"IWMSyncReader2","features":[442]},{"name":"IWMVideoMediaProps","features":[442]},{"name":"IWMWatermarkInfo","features":[442]},{"name":"IWMWriter","features":[442]},{"name":"IWMWriterAdvanced","features":[442]},{"name":"IWMWriterAdvanced2","features":[442]},{"name":"IWMWriterAdvanced3","features":[442]},{"name":"IWMWriterFileSink","features":[442]},{"name":"IWMWriterFileSink2","features":[442]},{"name":"IWMWriterFileSink3","features":[442]},{"name":"IWMWriterNetworkSink","features":[442]},{"name":"IWMWriterPostView","features":[442]},{"name":"IWMWriterPostViewCallback","features":[442]},{"name":"IWMWriterPreprocess","features":[442]},{"name":"IWMWriterPushSink","features":[442]},{"name":"IWMWriterSink","features":[442]},{"name":"NETSOURCE_URLCREDPOLICY_SETTINGS","features":[442]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_ANONYMOUSONLY","features":[442]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_MUSTPROMPTUSER","features":[442]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_SILENTLOGONOK","features":[442]},{"name":"WEBSTREAM_SAMPLE_TYPE","features":[442]},{"name":"WEBSTREAM_SAMPLE_TYPE_FILE","features":[442]},{"name":"WEBSTREAM_SAMPLE_TYPE_RENDER","features":[442]},{"name":"WMCreateBackupRestorer","features":[442]},{"name":"WMCreateEditor","features":[442]},{"name":"WMCreateIndexer","features":[442]},{"name":"WMCreateProfileManager","features":[442]},{"name":"WMCreateReader","features":[442]},{"name":"WMCreateSyncReader","features":[442]},{"name":"WMCreateWriter","features":[442]},{"name":"WMCreateWriterFileSink","features":[442]},{"name":"WMCreateWriterNetworkSink","features":[442]},{"name":"WMCreateWriterPushSink","features":[442]},{"name":"WMDRM_IMPORT_INIT_STRUCT","features":[442]},{"name":"WMDRM_IMPORT_INIT_STRUCT_DEFINED","features":[442]},{"name":"WMFORMAT_MPEG2Video","features":[442]},{"name":"WMFORMAT_Script","features":[442]},{"name":"WMFORMAT_VideoInfo","features":[442]},{"name":"WMFORMAT_WaveFormatEx","features":[442]},{"name":"WMFORMAT_WebStream","features":[442]},{"name":"WMIsContentProtected","features":[307,442]},{"name":"WMMEDIASUBTYPE_ACELPnet","features":[442]},{"name":"WMMEDIASUBTYPE_Base","features":[442]},{"name":"WMMEDIASUBTYPE_DRM","features":[442]},{"name":"WMMEDIASUBTYPE_I420","features":[442]},{"name":"WMMEDIASUBTYPE_IYUV","features":[442]},{"name":"WMMEDIASUBTYPE_M4S2","features":[442]},{"name":"WMMEDIASUBTYPE_MP3","features":[442]},{"name":"WMMEDIASUBTYPE_MP43","features":[442]},{"name":"WMMEDIASUBTYPE_MP4S","features":[442]},{"name":"WMMEDIASUBTYPE_MPEG2_VIDEO","features":[442]},{"name":"WMMEDIASUBTYPE_MSS1","features":[442]},{"name":"WMMEDIASUBTYPE_MSS2","features":[442]},{"name":"WMMEDIASUBTYPE_P422","features":[442]},{"name":"WMMEDIASUBTYPE_PCM","features":[442]},{"name":"WMMEDIASUBTYPE_RGB1","features":[442]},{"name":"WMMEDIASUBTYPE_RGB24","features":[442]},{"name":"WMMEDIASUBTYPE_RGB32","features":[442]},{"name":"WMMEDIASUBTYPE_RGB4","features":[442]},{"name":"WMMEDIASUBTYPE_RGB555","features":[442]},{"name":"WMMEDIASUBTYPE_RGB565","features":[442]},{"name":"WMMEDIASUBTYPE_RGB8","features":[442]},{"name":"WMMEDIASUBTYPE_UYVY","features":[442]},{"name":"WMMEDIASUBTYPE_VIDEOIMAGE","features":[442]},{"name":"WMMEDIASUBTYPE_WMAudioV2","features":[442]},{"name":"WMMEDIASUBTYPE_WMAudioV7","features":[442]},{"name":"WMMEDIASUBTYPE_WMAudioV8","features":[442]},{"name":"WMMEDIASUBTYPE_WMAudioV9","features":[442]},{"name":"WMMEDIASUBTYPE_WMAudio_Lossless","features":[442]},{"name":"WMMEDIASUBTYPE_WMSP1","features":[442]},{"name":"WMMEDIASUBTYPE_WMSP2","features":[442]},{"name":"WMMEDIASUBTYPE_WMV1","features":[442]},{"name":"WMMEDIASUBTYPE_WMV2","features":[442]},{"name":"WMMEDIASUBTYPE_WMV3","features":[442]},{"name":"WMMEDIASUBTYPE_WMVA","features":[442]},{"name":"WMMEDIASUBTYPE_WMVP","features":[442]},{"name":"WMMEDIASUBTYPE_WVC1","features":[442]},{"name":"WMMEDIASUBTYPE_WVP2","features":[442]},{"name":"WMMEDIASUBTYPE_WebStream","features":[442]},{"name":"WMMEDIASUBTYPE_YUY2","features":[442]},{"name":"WMMEDIASUBTYPE_YV12","features":[442]},{"name":"WMMEDIASUBTYPE_YVU9","features":[442]},{"name":"WMMEDIASUBTYPE_YVYU","features":[442]},{"name":"WMMEDIATYPE_Audio","features":[442]},{"name":"WMMEDIATYPE_FileTransfer","features":[442]},{"name":"WMMEDIATYPE_Image","features":[442]},{"name":"WMMEDIATYPE_Script","features":[442]},{"name":"WMMEDIATYPE_Text","features":[442]},{"name":"WMMEDIATYPE_Video","features":[442]},{"name":"WMMPEG2VIDEOINFO","features":[307,318,442]},{"name":"WMSCRIPTFORMAT","features":[442]},{"name":"WMSCRIPTTYPE_TwoStrings","features":[442]},{"name":"WMT_ACQUIRE_LICENSE","features":[442]},{"name":"WMT_ATTR_DATATYPE","features":[442]},{"name":"WMT_ATTR_IMAGETYPE","features":[442]},{"name":"WMT_BACKUPRESTORE_BEGIN","features":[442]},{"name":"WMT_BACKUPRESTORE_CONNECTING","features":[442]},{"name":"WMT_BACKUPRESTORE_DISCONNECTING","features":[442]},{"name":"WMT_BACKUPRESTORE_END","features":[442]},{"name":"WMT_BUFFERING_START","features":[442]},{"name":"WMT_BUFFERING_STOP","features":[442]},{"name":"WMT_BUFFER_SEGMENT","features":[442]},{"name":"WMT_CLEANPOINT_ONLY","features":[442]},{"name":"WMT_CLIENT_CONNECT","features":[442]},{"name":"WMT_CLIENT_CONNECT_EX","features":[442]},{"name":"WMT_CLIENT_DISCONNECT","features":[442]},{"name":"WMT_CLIENT_DISCONNECT_EX","features":[442]},{"name":"WMT_CLIENT_PROPERTIES","features":[442]},{"name":"WMT_CLOSED","features":[442]},{"name":"WMT_CODECINFO_AUDIO","features":[442]},{"name":"WMT_CODECINFO_UNKNOWN","features":[442]},{"name":"WMT_CODECINFO_VIDEO","features":[442]},{"name":"WMT_CODEC_INFO_TYPE","features":[442]},{"name":"WMT_COLORSPACEINFO_EXTENSION_DATA","features":[442]},{"name":"WMT_CONNECTING","features":[442]},{"name":"WMT_CONTENT_ENABLER","features":[442]},{"name":"WMT_CREDENTIAL_CLEAR_TEXT","features":[442]},{"name":"WMT_CREDENTIAL_DONT_CACHE","features":[442]},{"name":"WMT_CREDENTIAL_ENCRYPT","features":[442]},{"name":"WMT_CREDENTIAL_FLAGS","features":[442]},{"name":"WMT_CREDENTIAL_PROXY","features":[442]},{"name":"WMT_CREDENTIAL_SAVE","features":[442]},{"name":"WMT_DMOCATEGORY_AUDIO_WATERMARK","features":[442]},{"name":"WMT_DMOCATEGORY_VIDEO_WATERMARK","features":[442]},{"name":"WMT_DRMLA_TAMPERED","features":[442]},{"name":"WMT_DRMLA_TRUST","features":[442]},{"name":"WMT_DRMLA_TRUSTED","features":[442]},{"name":"WMT_DRMLA_UNTRUSTED","features":[442]},{"name":"WMT_END_OF_FILE","features":[442]},{"name":"WMT_END_OF_SEGMENT","features":[442]},{"name":"WMT_END_OF_STREAMING","features":[442]},{"name":"WMT_EOF","features":[442]},{"name":"WMT_ERROR","features":[442]},{"name":"WMT_ERROR_WITHURL","features":[442]},{"name":"WMT_FILESINK_DATA_UNIT","features":[442]},{"name":"WMT_FILESINK_MODE","features":[442]},{"name":"WMT_FM_FILESINK_DATA_UNITS","features":[442]},{"name":"WMT_FM_FILESINK_UNBUFFERED","features":[442]},{"name":"WMT_FM_SINGLE_BUFFERS","features":[442]},{"name":"WMT_IMAGETYPE_BITMAP","features":[442]},{"name":"WMT_IMAGETYPE_GIF","features":[442]},{"name":"WMT_IMAGETYPE_JPEG","features":[442]},{"name":"WMT_IMAGE_TYPE","features":[442]},{"name":"WMT_INDEXER_TYPE","features":[442]},{"name":"WMT_INDEX_PROGRESS","features":[442]},{"name":"WMT_INDEX_TYPE","features":[442]},{"name":"WMT_INDIVIDUALIZE","features":[442]},{"name":"WMT_INIT_PLAYLIST_BURN","features":[442]},{"name":"WMT_IT_BITMAP","features":[442]},{"name":"WMT_IT_FRAME_NUMBERS","features":[442]},{"name":"WMT_IT_GIF","features":[442]},{"name":"WMT_IT_JPEG","features":[442]},{"name":"WMT_IT_NEAREST_CLEAN_POINT","features":[442]},{"name":"WMT_IT_NEAREST_DATA_UNIT","features":[442]},{"name":"WMT_IT_NEAREST_OBJECT","features":[442]},{"name":"WMT_IT_NONE","features":[442]},{"name":"WMT_IT_PRESENTATION_TIME","features":[442]},{"name":"WMT_IT_TIMECODE","features":[442]},{"name":"WMT_LICENSEURL_SIGNATURE_STATE","features":[442]},{"name":"WMT_LOCATING","features":[442]},{"name":"WMT_MISSING_CODEC","features":[442]},{"name":"WMT_MS_CLASS_MIXED","features":[442]},{"name":"WMT_MS_CLASS_MUSIC","features":[442]},{"name":"WMT_MS_CLASS_SPEECH","features":[442]},{"name":"WMT_MUSICSPEECH_CLASS_MODE","features":[442]},{"name":"WMT_NATIVE_OUTPUT_PROPS_CHANGED","features":[442]},{"name":"WMT_NEEDS_INDIVIDUALIZATION","features":[442]},{"name":"WMT_NET_PROTOCOL","features":[442]},{"name":"WMT_NEW_METADATA","features":[442]},{"name":"WMT_NEW_SOURCEFLAGS","features":[442]},{"name":"WMT_NO_RIGHTS","features":[442]},{"name":"WMT_NO_RIGHTS_EX","features":[442]},{"name":"WMT_OFF","features":[442]},{"name":"WMT_OFFSET_FORMAT","features":[442]},{"name":"WMT_OFFSET_FORMAT_100NS","features":[442]},{"name":"WMT_OFFSET_FORMAT_100NS_APPROXIMATE","features":[442]},{"name":"WMT_OFFSET_FORMAT_FRAME_NUMBERS","features":[442]},{"name":"WMT_OFFSET_FORMAT_PLAYLIST_OFFSET","features":[442]},{"name":"WMT_OFFSET_FORMAT_TIMECODE","features":[442]},{"name":"WMT_ON","features":[442]},{"name":"WMT_OPENED","features":[442]},{"name":"WMT_PAYLOAD_FRAGMENT","features":[442]},{"name":"WMT_PLAY_MODE","features":[442]},{"name":"WMT_PLAY_MODE_AUTOSELECT","features":[442]},{"name":"WMT_PLAY_MODE_DOWNLOAD","features":[442]},{"name":"WMT_PLAY_MODE_LOCAL","features":[442]},{"name":"WMT_PLAY_MODE_STREAMING","features":[442]},{"name":"WMT_PREROLL_COMPLETE","features":[442]},{"name":"WMT_PREROLL_READY","features":[442]},{"name":"WMT_PROTOCOL_HTTP","features":[442]},{"name":"WMT_PROXIMITY_COMPLETED","features":[442]},{"name":"WMT_PROXIMITY_RESULT","features":[442]},{"name":"WMT_PROXY_SETTINGS","features":[442]},{"name":"WMT_PROXY_SETTING_AUTO","features":[442]},{"name":"WMT_PROXY_SETTING_BROWSER","features":[442]},{"name":"WMT_PROXY_SETTING_MANUAL","features":[442]},{"name":"WMT_PROXY_SETTING_MAX","features":[442]},{"name":"WMT_PROXY_SETTING_NONE","features":[442]},{"name":"WMT_RECONNECT_END","features":[442]},{"name":"WMT_RECONNECT_START","features":[442]},{"name":"WMT_RESTRICTED_LICENSE","features":[442]},{"name":"WMT_RIGHTS","features":[442]},{"name":"WMT_RIGHT_COLLABORATIVE_PLAY","features":[442]},{"name":"WMT_RIGHT_COPY","features":[442]},{"name":"WMT_RIGHT_COPY_TO_CD","features":[442]},{"name":"WMT_RIGHT_COPY_TO_NON_SDMI_DEVICE","features":[442]},{"name":"WMT_RIGHT_COPY_TO_SDMI_DEVICE","features":[442]},{"name":"WMT_RIGHT_ONE_TIME","features":[442]},{"name":"WMT_RIGHT_PLAYBACK","features":[442]},{"name":"WMT_RIGHT_SAVE_STREAM_PROTECTED","features":[442]},{"name":"WMT_RIGHT_SDMI_NOMORECOPIES","features":[442]},{"name":"WMT_RIGHT_SDMI_TRIGGER","features":[442]},{"name":"WMT_SAVEAS_START","features":[442]},{"name":"WMT_SAVEAS_STOP","features":[442]},{"name":"WMT_SET_FEC_SPAN","features":[442]},{"name":"WMT_SOURCE_SWITCH","features":[442]},{"name":"WMT_STARTED","features":[442]},{"name":"WMT_STATUS","features":[442]},{"name":"WMT_STOPPED","features":[442]},{"name":"WMT_STORAGE_FORMAT","features":[442]},{"name":"WMT_STREAM_SELECTION","features":[442]},{"name":"WMT_STRIDING","features":[442]},{"name":"WMT_Storage_Format_MP3","features":[442]},{"name":"WMT_Storage_Format_V1","features":[442]},{"name":"WMT_TIMECODE_EXTENSION_DATA","features":[442]},{"name":"WMT_TIMECODE_FRAMERATE","features":[442]},{"name":"WMT_TIMECODE_FRAMERATE_24","features":[442]},{"name":"WMT_TIMECODE_FRAMERATE_25","features":[442]},{"name":"WMT_TIMECODE_FRAMERATE_30","features":[442]},{"name":"WMT_TIMECODE_FRAMERATE_30DROP","features":[442]},{"name":"WMT_TIMER","features":[442]},{"name":"WMT_TRANSCRYPTOR_CLOSED","features":[442]},{"name":"WMT_TRANSCRYPTOR_INIT","features":[442]},{"name":"WMT_TRANSCRYPTOR_READ","features":[442]},{"name":"WMT_TRANSCRYPTOR_SEEKED","features":[442]},{"name":"WMT_TRANSPORT_TYPE","features":[442]},{"name":"WMT_TYPE_BINARY","features":[442]},{"name":"WMT_TYPE_BOOL","features":[442]},{"name":"WMT_TYPE_DWORD","features":[442]},{"name":"WMT_TYPE_GUID","features":[442]},{"name":"WMT_TYPE_QWORD","features":[442]},{"name":"WMT_TYPE_STRING","features":[442]},{"name":"WMT_TYPE_WORD","features":[442]},{"name":"WMT_Transport_Type_Reliable","features":[442]},{"name":"WMT_Transport_Type_Unreliable","features":[442]},{"name":"WMT_VERSION","features":[442]},{"name":"WMT_VER_4_0","features":[442]},{"name":"WMT_VER_7_0","features":[442]},{"name":"WMT_VER_8_0","features":[442]},{"name":"WMT_VER_9_0","features":[442]},{"name":"WMT_VIDEOIMAGE_INTEGER_DENOMINATOR","features":[442]},{"name":"WMT_VIDEOIMAGE_MAGIC_NUMBER","features":[442]},{"name":"WMT_VIDEOIMAGE_MAGIC_NUMBER_2","features":[442]},{"name":"WMT_VIDEOIMAGE_SAMPLE","features":[442]},{"name":"WMT_VIDEOIMAGE_SAMPLE2","features":[307,442]},{"name":"WMT_VIDEOIMAGE_SAMPLE_ADV_BLENDING","features":[442]},{"name":"WMT_VIDEOIMAGE_SAMPLE_BLENDING","features":[442]},{"name":"WMT_VIDEOIMAGE_SAMPLE_INPUT_FRAME","features":[442]},{"name":"WMT_VIDEOIMAGE_SAMPLE_MOTION","features":[442]},{"name":"WMT_VIDEOIMAGE_SAMPLE_OUTPUT_FRAME","features":[442]},{"name":"WMT_VIDEOIMAGE_SAMPLE_ROTATION","features":[442]},{"name":"WMT_VIDEOIMAGE_SAMPLE_USES_CURRENT_INPUT_FRAME","features":[442]},{"name":"WMT_VIDEOIMAGE_SAMPLE_USES_PREVIOUS_INPUT_FRAME","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_BOW_TIE","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_CIRCLE","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_CROSS_FADE","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_DIAGONAL","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_DIAMOND","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FADE_TO_COLOR","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FILLED_V","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FLIP","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_INSET","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_IRIS","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_PAGE_ROLL","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_RECTANGLE","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_REVEAL","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_SLIDE","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_SPLIT","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_STAR","features":[442]},{"name":"WMT_VIDEOIMAGE_TRANSITION_WHEEL","features":[442]},{"name":"WMT_WATERMARK_ENTRY","features":[442]},{"name":"WMT_WATERMARK_ENTRY_TYPE","features":[442]},{"name":"WMT_WEBSTREAM_FORMAT","features":[442]},{"name":"WMT_WEBSTREAM_SAMPLE_HEADER","features":[442]},{"name":"WMT_WMETYPE_AUDIO","features":[442]},{"name":"WMT_WMETYPE_VIDEO","features":[442]},{"name":"WMVIDEOINFOHEADER","features":[307,318,442]},{"name":"WMVIDEOINFOHEADER2","features":[307,318,442]},{"name":"WM_ADDRESS_ACCESSENTRY","features":[442]},{"name":"WM_AETYPE","features":[442]},{"name":"WM_AETYPE_EXCLUDE","features":[442]},{"name":"WM_AETYPE_INCLUDE","features":[442]},{"name":"WM_CLIENT_PROPERTIES","features":[442]},{"name":"WM_CLIENT_PROPERTIES_EX","features":[442]},{"name":"WM_CL_INTERLACED420","features":[442]},{"name":"WM_CL_PROGRESSIVE420","features":[442]},{"name":"WM_CT_BOTTOM_FIELD_FIRST","features":[442]},{"name":"WM_CT_INTERLACED","features":[442]},{"name":"WM_CT_REPEAT_FIRST_FIELD","features":[442]},{"name":"WM_CT_TOP_FIELD_FIRST","features":[442]},{"name":"WM_DM_DEINTERLACE_HALFSIZE","features":[442]},{"name":"WM_DM_DEINTERLACE_HALFSIZEDOUBLERATE","features":[442]},{"name":"WM_DM_DEINTERLACE_INVERSETELECINE","features":[442]},{"name":"WM_DM_DEINTERLACE_NORMAL","features":[442]},{"name":"WM_DM_DEINTERLACE_VERTICALHALFSIZEDOUBLERATE","features":[442]},{"name":"WM_DM_INTERLACED_TYPE","features":[442]},{"name":"WM_DM_IT_DISABLE_COHERENT_MODE","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_COHERENCY","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_AA_BOTTOM","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_AA_TOP","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BB_BOTTOM","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BB_TOP","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BC_BOTTOM","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BC_TOP","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_CD_BOTTOM","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_CD_TOP","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_DD_BOTTOM","features":[442]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_DD_TOP","features":[442]},{"name":"WM_DM_NOTINTERLACED","features":[442]},{"name":"WM_LEAKY_BUCKET_PAIR","features":[442]},{"name":"WM_MAX_STREAMS","features":[442]},{"name":"WM_MAX_VIDEO_STREAMS","features":[442]},{"name":"WM_MEDIA_TYPE","features":[307,442]},{"name":"WM_PICTURE","features":[442]},{"name":"WM_PLAYBACK_DRC_HIGH","features":[442]},{"name":"WM_PLAYBACK_DRC_LEVEL","features":[442]},{"name":"WM_PLAYBACK_DRC_LOW","features":[442]},{"name":"WM_PLAYBACK_DRC_MEDIUM","features":[442]},{"name":"WM_PORT_NUMBER_RANGE","features":[442]},{"name":"WM_READER_CLIENTINFO","features":[307,442]},{"name":"WM_READER_STATISTICS","features":[442]},{"name":"WM_SFEX_DATALOSS","features":[442]},{"name":"WM_SFEX_NOTASYNCPOINT","features":[442]},{"name":"WM_SFEX_TYPE","features":[442]},{"name":"WM_SF_CLEANPOINT","features":[442]},{"name":"WM_SF_DATALOSS","features":[442]},{"name":"WM_SF_DISCONTINUITY","features":[442]},{"name":"WM_SF_TYPE","features":[442]},{"name":"WM_STREAM_PRIORITY_RECORD","features":[307,442]},{"name":"WM_STREAM_TYPE_INFO","features":[442]},{"name":"WM_SYNCHRONISED_LYRICS","features":[442]},{"name":"WM_SampleExtensionGUID_ChromaLocation","features":[442]},{"name":"WM_SampleExtensionGUID_ColorSpaceInfo","features":[442]},{"name":"WM_SampleExtensionGUID_ContentType","features":[442]},{"name":"WM_SampleExtensionGUID_FileName","features":[442]},{"name":"WM_SampleExtensionGUID_OutputCleanPoint","features":[442]},{"name":"WM_SampleExtensionGUID_PixelAspectRatio","features":[442]},{"name":"WM_SampleExtensionGUID_SampleDuration","features":[442]},{"name":"WM_SampleExtensionGUID_SampleProtectionSalt","features":[442]},{"name":"WM_SampleExtensionGUID_Timecode","features":[442]},{"name":"WM_SampleExtensionGUID_UserDataInfo","features":[442]},{"name":"WM_SampleExtension_ChromaLocation_Size","features":[442]},{"name":"WM_SampleExtension_ColorSpaceInfo_Size","features":[442]},{"name":"WM_SampleExtension_ContentType_Size","features":[442]},{"name":"WM_SampleExtension_PixelAspectRatio_Size","features":[442]},{"name":"WM_SampleExtension_SampleDuration_Size","features":[442]},{"name":"WM_SampleExtension_Timecode_Size","features":[442]},{"name":"WM_USER_TEXT","features":[442]},{"name":"WM_USER_WEB_URL","features":[442]},{"name":"WM_WRITER_STATISTICS","features":[442]},{"name":"WM_WRITER_STATISTICS_EX","features":[442]},{"name":"_AM_ASFWRITERCONFIG_PARAM","features":[442]},{"name":"g_dwWMContentAttributes","features":[442]},{"name":"g_dwWMNSCAttributes","features":[442]},{"name":"g_dwWMSpecialAttributes","features":[442]},{"name":"g_wszASFLeakyBucketPairs","features":[442]},{"name":"g_wszAllowInterlacedOutput","features":[442]},{"name":"g_wszAverageLevel","features":[442]},{"name":"g_wszBufferAverage","features":[442]},{"name":"g_wszComplexity","features":[442]},{"name":"g_wszComplexityLive","features":[442]},{"name":"g_wszComplexityMax","features":[442]},{"name":"g_wszComplexityOffline","features":[442]},{"name":"g_wszDecoderComplexityRequested","features":[442]},{"name":"g_wszDedicatedDeliveryThread","features":[442]},{"name":"g_wszDeinterlaceMode","features":[442]},{"name":"g_wszDeliverOnReceive","features":[442]},{"name":"g_wszDeviceConformanceTemplate","features":[442]},{"name":"g_wszDynamicRangeControl","features":[442]},{"name":"g_wszEDL","features":[442]},{"name":"g_wszEarlyDataDelivery","features":[442]},{"name":"g_wszEnableDiscreteOutput","features":[442]},{"name":"g_wszEnableFrameInterpolation","features":[442]},{"name":"g_wszEnableWMAProSPDIFOutput","features":[442]},{"name":"g_wszFailSeekOnError","features":[442]},{"name":"g_wszFixedFrameRate","features":[442]},{"name":"g_wszFold6To2Channels3","features":[442]},{"name":"g_wszFoldToChannelsTemplate","features":[442]},{"name":"g_wszInitialPatternForInverseTelecine","features":[442]},{"name":"g_wszInterlacedCoding","features":[442]},{"name":"g_wszIsVBRSupported","features":[442]},{"name":"g_wszJPEGCompressionQuality","features":[442]},{"name":"g_wszJustInTimeDecode","features":[442]},{"name":"g_wszMixedClassMode","features":[442]},{"name":"g_wszMusicClassMode","features":[442]},{"name":"g_wszMusicSpeechClassMode","features":[442]},{"name":"g_wszNeedsPreviousSample","features":[442]},{"name":"g_wszNumPasses","features":[442]},{"name":"g_wszOriginalSourceFormatTag","features":[442]},{"name":"g_wszOriginalWaveFormat","features":[442]},{"name":"g_wszPeakValue","features":[442]},{"name":"g_wszPermitSeeksBeyondEndOfStream","features":[442]},{"name":"g_wszReloadIndexOnSeek","features":[442]},{"name":"g_wszScrambledAudio","features":[442]},{"name":"g_wszSingleOutputBuffer","features":[442]},{"name":"g_wszSoftwareScaling","features":[442]},{"name":"g_wszSourceBufferTime","features":[442]},{"name":"g_wszSourceMaxBytesAtOnce","features":[442]},{"name":"g_wszSpeakerConfig","features":[442]},{"name":"g_wszSpeechCaps","features":[442]},{"name":"g_wszSpeechClassMode","features":[442]},{"name":"g_wszStreamLanguage","features":[442]},{"name":"g_wszStreamNumIndexObjects","features":[442]},{"name":"g_wszUsePacketAtSeekPoint","features":[442]},{"name":"g_wszVBRBitrateMax","features":[442]},{"name":"g_wszVBRBufferWindowMax","features":[442]},{"name":"g_wszVBREnabled","features":[442]},{"name":"g_wszVBRPeak","features":[442]},{"name":"g_wszVBRQuality","features":[442]},{"name":"g_wszVideoSampleDurations","features":[442]},{"name":"g_wszWMADID","features":[442]},{"name":"g_wszWMASFPacketCount","features":[442]},{"name":"g_wszWMASFSecurityObjectsSize","features":[442]},{"name":"g_wszWMAlbumArtist","features":[442]},{"name":"g_wszWMAlbumArtistSort","features":[442]},{"name":"g_wszWMAlbumCoverURL","features":[442]},{"name":"g_wszWMAlbumTitle","features":[442]},{"name":"g_wszWMAlbumTitleSort","features":[442]},{"name":"g_wszWMAspectRatioX","features":[442]},{"name":"g_wszWMAspectRatioY","features":[442]},{"name":"g_wszWMAudioFileURL","features":[442]},{"name":"g_wszWMAudioSourceURL","features":[442]},{"name":"g_wszWMAuthor","features":[442]},{"name":"g_wszWMAuthorSort","features":[442]},{"name":"g_wszWMAuthorURL","features":[442]},{"name":"g_wszWMBannerImageData","features":[442]},{"name":"g_wszWMBannerImageType","features":[442]},{"name":"g_wszWMBannerImageURL","features":[442]},{"name":"g_wszWMBeatsPerMinute","features":[442]},{"name":"g_wszWMBitrate","features":[442]},{"name":"g_wszWMBroadcast","features":[442]},{"name":"g_wszWMCategory","features":[442]},{"name":"g_wszWMCodec","features":[442]},{"name":"g_wszWMComposer","features":[442]},{"name":"g_wszWMComposerSort","features":[442]},{"name":"g_wszWMConductor","features":[442]},{"name":"g_wszWMContainerFormat","features":[442]},{"name":"g_wszWMContentDistributor","features":[442]},{"name":"g_wszWMContentGroupDescription","features":[442]},{"name":"g_wszWMCopyright","features":[442]},{"name":"g_wszWMCopyrightURL","features":[442]},{"name":"g_wszWMCurrentBitrate","features":[442]},{"name":"g_wszWMDRM","features":[442]},{"name":"g_wszWMDRM_ContentID","features":[442]},{"name":"g_wszWMDRM_Flags","features":[442]},{"name":"g_wszWMDRM_HeaderSignPrivKey","features":[442]},{"name":"g_wszWMDRM_IndividualizedVersion","features":[442]},{"name":"g_wszWMDRM_KeyID","features":[442]},{"name":"g_wszWMDRM_KeySeed","features":[442]},{"name":"g_wszWMDRM_LASignatureCert","features":[442]},{"name":"g_wszWMDRM_LASignatureLicSrvCert","features":[442]},{"name":"g_wszWMDRM_LASignaturePrivKey","features":[442]},{"name":"g_wszWMDRM_LASignatureRootCert","features":[442]},{"name":"g_wszWMDRM_Level","features":[442]},{"name":"g_wszWMDRM_LicenseAcqURL","features":[442]},{"name":"g_wszWMDRM_SourceID","features":[442]},{"name":"g_wszWMDRM_V1LicenseAcqURL","features":[442]},{"name":"g_wszWMDVDID","features":[442]},{"name":"g_wszWMDescription","features":[442]},{"name":"g_wszWMDirector","features":[442]},{"name":"g_wszWMDuration","features":[442]},{"name":"g_wszWMEncodedBy","features":[442]},{"name":"g_wszWMEncodingSettings","features":[442]},{"name":"g_wszWMEncodingTime","features":[442]},{"name":"g_wszWMEpisodeNumber","features":[442]},{"name":"g_wszWMFileSize","features":[442]},{"name":"g_wszWMGenre","features":[442]},{"name":"g_wszWMGenreID","features":[442]},{"name":"g_wszWMHasArbitraryDataStream","features":[442]},{"name":"g_wszWMHasAttachedImages","features":[442]},{"name":"g_wszWMHasAudio","features":[442]},{"name":"g_wszWMHasFileTransferStream","features":[442]},{"name":"g_wszWMHasImage","features":[442]},{"name":"g_wszWMHasScript","features":[442]},{"name":"g_wszWMHasVideo","features":[442]},{"name":"g_wszWMISAN","features":[442]},{"name":"g_wszWMISRC","features":[442]},{"name":"g_wszWMInitialKey","features":[442]},{"name":"g_wszWMIsCompilation","features":[442]},{"name":"g_wszWMIsVBR","features":[442]},{"name":"g_wszWMLanguage","features":[442]},{"name":"g_wszWMLyrics","features":[442]},{"name":"g_wszWMLyrics_Synchronised","features":[442]},{"name":"g_wszWMMCDI","features":[442]},{"name":"g_wszWMMediaClassPrimaryID","features":[442]},{"name":"g_wszWMMediaClassSecondaryID","features":[442]},{"name":"g_wszWMMediaCredits","features":[442]},{"name":"g_wszWMMediaIsDelay","features":[442]},{"name":"g_wszWMMediaIsFinale","features":[442]},{"name":"g_wszWMMediaIsLive","features":[442]},{"name":"g_wszWMMediaIsPremiere","features":[442]},{"name":"g_wszWMMediaIsRepeat","features":[442]},{"name":"g_wszWMMediaIsSAP","features":[442]},{"name":"g_wszWMMediaIsStereo","features":[442]},{"name":"g_wszWMMediaIsSubtitled","features":[442]},{"name":"g_wszWMMediaIsTape","features":[442]},{"name":"g_wszWMMediaNetworkAffiliation","features":[442]},{"name":"g_wszWMMediaOriginalBroadcastDateTime","features":[442]},{"name":"g_wszWMMediaOriginalChannel","features":[442]},{"name":"g_wszWMMediaStationCallSign","features":[442]},{"name":"g_wszWMMediaStationName","features":[442]},{"name":"g_wszWMModifiedBy","features":[442]},{"name":"g_wszWMMood","features":[442]},{"name":"g_wszWMNSCAddress","features":[442]},{"name":"g_wszWMNSCDescription","features":[442]},{"name":"g_wszWMNSCEmail","features":[442]},{"name":"g_wszWMNSCName","features":[442]},{"name":"g_wszWMNSCPhone","features":[442]},{"name":"g_wszWMNumberOfFrames","features":[442]},{"name":"g_wszWMOptimalBitrate","features":[442]},{"name":"g_wszWMOriginalAlbumTitle","features":[442]},{"name":"g_wszWMOriginalArtist","features":[442]},{"name":"g_wszWMOriginalFilename","features":[442]},{"name":"g_wszWMOriginalLyricist","features":[442]},{"name":"g_wszWMOriginalReleaseTime","features":[442]},{"name":"g_wszWMOriginalReleaseYear","features":[442]},{"name":"g_wszWMParentalRating","features":[442]},{"name":"g_wszWMParentalRatingReason","features":[442]},{"name":"g_wszWMPartOfSet","features":[442]},{"name":"g_wszWMPeakBitrate","features":[442]},{"name":"g_wszWMPeriod","features":[442]},{"name":"g_wszWMPicture","features":[442]},{"name":"g_wszWMPlaylistDelay","features":[442]},{"name":"g_wszWMProducer","features":[442]},{"name":"g_wszWMPromotionURL","features":[442]},{"name":"g_wszWMProtected","features":[442]},{"name":"g_wszWMProtectionType","features":[442]},{"name":"g_wszWMProvider","features":[442]},{"name":"g_wszWMProviderCopyright","features":[442]},{"name":"g_wszWMProviderRating","features":[442]},{"name":"g_wszWMProviderStyle","features":[442]},{"name":"g_wszWMPublisher","features":[442]},{"name":"g_wszWMRadioStationName","features":[442]},{"name":"g_wszWMRadioStationOwner","features":[442]},{"name":"g_wszWMRating","features":[442]},{"name":"g_wszWMSeasonNumber","features":[442]},{"name":"g_wszWMSeekable","features":[442]},{"name":"g_wszWMSharedUserRating","features":[442]},{"name":"g_wszWMSignature_Name","features":[442]},{"name":"g_wszWMSkipBackward","features":[442]},{"name":"g_wszWMSkipForward","features":[442]},{"name":"g_wszWMStreamTypeInfo","features":[442]},{"name":"g_wszWMStridable","features":[442]},{"name":"g_wszWMSubTitle","features":[442]},{"name":"g_wszWMSubTitleDescription","features":[442]},{"name":"g_wszWMSubscriptionContentID","features":[442]},{"name":"g_wszWMText","features":[442]},{"name":"g_wszWMTitle","features":[442]},{"name":"g_wszWMTitleSort","features":[442]},{"name":"g_wszWMToolName","features":[442]},{"name":"g_wszWMToolVersion","features":[442]},{"name":"g_wszWMTrack","features":[442]},{"name":"g_wszWMTrackNumber","features":[442]},{"name":"g_wszWMTrusted","features":[442]},{"name":"g_wszWMUniqueFileIdentifier","features":[442]},{"name":"g_wszWMUse_Advanced_DRM","features":[442]},{"name":"g_wszWMUse_DRM","features":[442]},{"name":"g_wszWMUserWebURL","features":[442]},{"name":"g_wszWMVideoClosedCaptioning","features":[442]},{"name":"g_wszWMVideoFrameRate","features":[442]},{"name":"g_wszWMVideoHeight","features":[442]},{"name":"g_wszWMVideoWidth","features":[442]},{"name":"g_wszWMWMADRCAverageReference","features":[442]},{"name":"g_wszWMWMADRCAverageTarget","features":[442]},{"name":"g_wszWMWMADRCPeakReference","features":[442]},{"name":"g_wszWMWMADRCPeakTarget","features":[442]},{"name":"g_wszWMWMCPDistributor","features":[442]},{"name":"g_wszWMWMCPDistributorID","features":[442]},{"name":"g_wszWMWMCollectionGroupID","features":[442]},{"name":"g_wszWMWMCollectionID","features":[442]},{"name":"g_wszWMWMContentID","features":[442]},{"name":"g_wszWMWMShadowFileSourceDRMType","features":[442]},{"name":"g_wszWMWMShadowFileSourceFileType","features":[442]},{"name":"g_wszWMWriter","features":[442]},{"name":"g_wszWMYear","features":[442]},{"name":"g_wszWatermarkCLSID","features":[442]},{"name":"g_wszWatermarkConfig","features":[442]}],"446":[{"name":"ADDRESS_TYPE_IANA","features":[443]},{"name":"ADDRESS_TYPE_IATA","features":[443]},{"name":"Allow","features":[443]},{"name":"CHANGESTATE","features":[443]},{"name":"CLIENT_TYPE_BOOTP","features":[443]},{"name":"CLIENT_TYPE_DHCP","features":[443]},{"name":"CLIENT_TYPE_NONE","features":[443]},{"name":"CLIENT_TYPE_RESERVATION_FLAG","features":[443]},{"name":"CLIENT_TYPE_UNSPECIFIED","features":[443]},{"name":"COMMUNICATION_INT","features":[443]},{"name":"CONFLICT_DONE","features":[443]},{"name":"DATE_TIME","features":[443]},{"name":"DEFAULTQUARSETTING","features":[443]},{"name":"DHCPAPI_PARAMS","features":[307,443]},{"name":"DHCPCAPI_CLASSID","features":[443]},{"name":"DHCPCAPI_DEREGISTER_HANDLE_EVENT","features":[443]},{"name":"DHCPCAPI_PARAMS_ARRAY","features":[307,443]},{"name":"DHCPCAPI_REGISTER_HANDLE_EVENT","features":[443]},{"name":"DHCPCAPI_REQUEST_ASYNCHRONOUS","features":[443]},{"name":"DHCPCAPI_REQUEST_CANCEL","features":[443]},{"name":"DHCPCAPI_REQUEST_MASK","features":[443]},{"name":"DHCPCAPI_REQUEST_PERSISTENT","features":[443]},{"name":"DHCPCAPI_REQUEST_SYNCHRONOUS","features":[443]},{"name":"DHCPDS_SERVER","features":[443]},{"name":"DHCPDS_SERVERS","features":[443]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO","features":[307,443]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO_ARRAY","features":[307,443]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO_EX","features":[307,443]},{"name":"DHCPV6CAPI_CLASSID","features":[443]},{"name":"DHCPV6CAPI_PARAMS","features":[307,443]},{"name":"DHCPV6CAPI_PARAMS_ARRAY","features":[307,443]},{"name":"DHCPV6Prefix","features":[443]},{"name":"DHCPV6PrefixLeaseInformation","features":[443]},{"name":"DHCPV6_BIND_ELEMENT","features":[307,443]},{"name":"DHCPV6_BIND_ELEMENT_ARRAY","features":[307,443]},{"name":"DHCPV6_IP_ARRAY","features":[443]},{"name":"DHCPV6_OPTION_CLIENTID","features":[443]},{"name":"DHCPV6_OPTION_DNS_SERVERS","features":[443]},{"name":"DHCPV6_OPTION_DOMAIN_LIST","features":[443]},{"name":"DHCPV6_OPTION_IA_NA","features":[443]},{"name":"DHCPV6_OPTION_IA_PD","features":[443]},{"name":"DHCPV6_OPTION_IA_TA","features":[443]},{"name":"DHCPV6_OPTION_NISP_DOMAIN_NAME","features":[443]},{"name":"DHCPV6_OPTION_NISP_SERVERS","features":[443]},{"name":"DHCPV6_OPTION_NIS_DOMAIN_NAME","features":[443]},{"name":"DHCPV6_OPTION_NIS_SERVERS","features":[443]},{"name":"DHCPV6_OPTION_ORO","features":[443]},{"name":"DHCPV6_OPTION_PREFERENCE","features":[443]},{"name":"DHCPV6_OPTION_RAPID_COMMIT","features":[443]},{"name":"DHCPV6_OPTION_RECONF_MSG","features":[443]},{"name":"DHCPV6_OPTION_SERVERID","features":[443]},{"name":"DHCPV6_OPTION_SIP_SERVERS_ADDRS","features":[443]},{"name":"DHCPV6_OPTION_SIP_SERVERS_NAMES","features":[443]},{"name":"DHCPV6_OPTION_UNICAST","features":[443]},{"name":"DHCPV6_OPTION_USER_CLASS","features":[443]},{"name":"DHCPV6_OPTION_VENDOR_CLASS","features":[443]},{"name":"DHCPV6_OPTION_VENDOR_OPTS","features":[443]},{"name":"DHCPV6_STATELESS_PARAMS","features":[307,443]},{"name":"DHCPV6_STATELESS_PARAM_TYPE","features":[443]},{"name":"DHCPV6_STATELESS_SCOPE_STATS","features":[443]},{"name":"DHCPV6_STATELESS_STATS","features":[443]},{"name":"DHCP_ADDR_PATTERN","features":[307,443]},{"name":"DHCP_ALL_OPTIONS","features":[443]},{"name":"DHCP_ALL_OPTION_VALUES","features":[307,443]},{"name":"DHCP_ALL_OPTION_VALUES_PB","features":[307,443]},{"name":"DHCP_ATTRIB","features":[307,443]},{"name":"DHCP_ATTRIB_ARRAY","features":[307,443]},{"name":"DHCP_ATTRIB_BOOL_IS_ADMIN","features":[443]},{"name":"DHCP_ATTRIB_BOOL_IS_BINDING_AWARE","features":[443]},{"name":"DHCP_ATTRIB_BOOL_IS_DYNBOOTP","features":[443]},{"name":"DHCP_ATTRIB_BOOL_IS_PART_OF_DSDC","features":[443]},{"name":"DHCP_ATTRIB_BOOL_IS_ROGUE","features":[443]},{"name":"DHCP_ATTRIB_TYPE_BOOL","features":[443]},{"name":"DHCP_ATTRIB_TYPE_ULONG","features":[443]},{"name":"DHCP_ATTRIB_ULONG_RESTORE_STATUS","features":[443]},{"name":"DHCP_BINARY_DATA","features":[443]},{"name":"DHCP_BIND_ELEMENT","features":[307,443]},{"name":"DHCP_BIND_ELEMENT_ARRAY","features":[307,443]},{"name":"DHCP_BOOTP_IP_RANGE","features":[443]},{"name":"DHCP_CALLOUT_ENTRY_POINT","features":[443]},{"name":"DHCP_CALLOUT_LIST_KEY","features":[443]},{"name":"DHCP_CALLOUT_LIST_VALUE","features":[443]},{"name":"DHCP_CALLOUT_TABLE","features":[307,443]},{"name":"DHCP_CLASS_INFO","features":[307,443]},{"name":"DHCP_CLASS_INFO_ARRAY","features":[307,443]},{"name":"DHCP_CLASS_INFO_ARRAY_V6","features":[307,443]},{"name":"DHCP_CLASS_INFO_V6","features":[307,443]},{"name":"DHCP_CLIENT_BOOTP","features":[443]},{"name":"DHCP_CLIENT_DHCP","features":[443]},{"name":"DHCP_CLIENT_FILTER_STATUS_INFO","features":[307,443]},{"name":"DHCP_CLIENT_FILTER_STATUS_INFO_ARRAY","features":[307,443]},{"name":"DHCP_CLIENT_INFO","features":[443]},{"name":"DHCP_CLIENT_INFO_ARRAY","features":[443]},{"name":"DHCP_CLIENT_INFO_ARRAY_V4","features":[443]},{"name":"DHCP_CLIENT_INFO_ARRAY_V5","features":[443]},{"name":"DHCP_CLIENT_INFO_ARRAY_V6","features":[443]},{"name":"DHCP_CLIENT_INFO_ARRAY_VQ","features":[307,443]},{"name":"DHCP_CLIENT_INFO_EX","features":[307,443]},{"name":"DHCP_CLIENT_INFO_EX_ARRAY","features":[307,443]},{"name":"DHCP_CLIENT_INFO_PB","features":[307,443]},{"name":"DHCP_CLIENT_INFO_PB_ARRAY","features":[307,443]},{"name":"DHCP_CLIENT_INFO_V4","features":[443]},{"name":"DHCP_CLIENT_INFO_V5","features":[443]},{"name":"DHCP_CLIENT_INFO_V6","features":[443]},{"name":"DHCP_CLIENT_INFO_VQ","features":[307,443]},{"name":"DHCP_CONTROL_CONTINUE","features":[443]},{"name":"DHCP_CONTROL_PAUSE","features":[443]},{"name":"DHCP_CONTROL_START","features":[443]},{"name":"DHCP_CONTROL_STOP","features":[443]},{"name":"DHCP_DROP_DUPLICATE","features":[443]},{"name":"DHCP_DROP_GEN_FAILURE","features":[443]},{"name":"DHCP_DROP_INTERNAL_ERROR","features":[443]},{"name":"DHCP_DROP_INVALID","features":[443]},{"name":"DHCP_DROP_NOADDRESS","features":[443]},{"name":"DHCP_DROP_NOMEM","features":[443]},{"name":"DHCP_DROP_NO_SUBNETS","features":[443]},{"name":"DHCP_DROP_PAUSED","features":[443]},{"name":"DHCP_DROP_PROCESSED","features":[443]},{"name":"DHCP_DROP_TIMEOUT","features":[443]},{"name":"DHCP_DROP_UNAUTH","features":[443]},{"name":"DHCP_DROP_WRONG_SERVER","features":[443]},{"name":"DHCP_ENDPOINT_FLAG_CANT_MODIFY","features":[443]},{"name":"DHCP_FAILOVER_DELETE_SCOPES","features":[443]},{"name":"DHCP_FAILOVER_MAX_NUM_ADD_SCOPES","features":[443]},{"name":"DHCP_FAILOVER_MAX_NUM_REL","features":[443]},{"name":"DHCP_FAILOVER_MODE","features":[443]},{"name":"DHCP_FAILOVER_RELATIONSHIP","features":[443]},{"name":"DHCP_FAILOVER_RELATIONSHIP_ARRAY","features":[443]},{"name":"DHCP_FAILOVER_SERVER","features":[443]},{"name":"DHCP_FAILOVER_STATISTICS","features":[443]},{"name":"DHCP_FILTER_ADD_INFO","features":[307,443]},{"name":"DHCP_FILTER_ENUM_INFO","features":[307,443]},{"name":"DHCP_FILTER_GLOBAL_INFO","features":[307,443]},{"name":"DHCP_FILTER_LIST_TYPE","features":[443]},{"name":"DHCP_FILTER_RECORD","features":[307,443]},{"name":"DHCP_FLAGS_DONT_ACCESS_DS","features":[443]},{"name":"DHCP_FLAGS_DONT_DO_RPC","features":[443]},{"name":"DHCP_FLAGS_OPTION_IS_VENDOR","features":[443]},{"name":"DHCP_FORCE_FLAG","features":[443]},{"name":"DHCP_GIVE_ADDRESS_NEW","features":[443]},{"name":"DHCP_GIVE_ADDRESS_OLD","features":[443]},{"name":"DHCP_HOST_INFO","features":[443]},{"name":"DHCP_HOST_INFO_V6","features":[443]},{"name":"DHCP_IPV6_ADDRESS","features":[443]},{"name":"DHCP_IP_ARRAY","features":[443]},{"name":"DHCP_IP_CLUSTER","features":[443]},{"name":"DHCP_IP_RANGE","features":[443]},{"name":"DHCP_IP_RANGE_ARRAY","features":[443]},{"name":"DHCP_IP_RANGE_V6","features":[443]},{"name":"DHCP_IP_RESERVATION","features":[443]},{"name":"DHCP_IP_RESERVATION_INFO","features":[443]},{"name":"DHCP_IP_RESERVATION_V4","features":[443]},{"name":"DHCP_IP_RESERVATION_V6","features":[443]},{"name":"DHCP_MAX_DELAY","features":[443]},{"name":"DHCP_MIB_INFO","features":[443]},{"name":"DHCP_MIB_INFO_V5","features":[443]},{"name":"DHCP_MIB_INFO_V6","features":[443]},{"name":"DHCP_MIB_INFO_VQ","features":[443]},{"name":"DHCP_MIN_DELAY","features":[443]},{"name":"DHCP_OPTION","features":[443]},{"name":"DHCP_OPTION_ARRAY","features":[443]},{"name":"DHCP_OPTION_DATA","features":[443]},{"name":"DHCP_OPTION_DATA_ELEMENT","features":[443]},{"name":"DHCP_OPTION_DATA_TYPE","features":[443]},{"name":"DHCP_OPTION_LIST","features":[443]},{"name":"DHCP_OPTION_SCOPE_INFO","features":[443]},{"name":"DHCP_OPTION_SCOPE_INFO6","features":[443]},{"name":"DHCP_OPTION_SCOPE_TYPE","features":[443]},{"name":"DHCP_OPTION_SCOPE_TYPE6","features":[443]},{"name":"DHCP_OPTION_TYPE","features":[443]},{"name":"DHCP_OPTION_VALUE","features":[443]},{"name":"DHCP_OPTION_VALUE_ARRAY","features":[443]},{"name":"DHCP_OPT_ENUM_IGNORE_VENDOR","features":[443]},{"name":"DHCP_OPT_ENUM_USE_CLASSNAME","features":[443]},{"name":"DHCP_PERF_STATS","features":[443]},{"name":"DHCP_POLICY","features":[307,443]},{"name":"DHCP_POLICY_ARRAY","features":[307,443]},{"name":"DHCP_POLICY_EX","features":[307,443]},{"name":"DHCP_POLICY_EX_ARRAY","features":[307,443]},{"name":"DHCP_POLICY_FIELDS_TO_UPDATE","features":[443]},{"name":"DHCP_POL_ATTR_TYPE","features":[443]},{"name":"DHCP_POL_COMPARATOR","features":[443]},{"name":"DHCP_POL_COND","features":[443]},{"name":"DHCP_POL_COND_ARRAY","features":[443]},{"name":"DHCP_POL_EXPR","features":[443]},{"name":"DHCP_POL_EXPR_ARRAY","features":[443]},{"name":"DHCP_POL_LOGIC_OPER","features":[443]},{"name":"DHCP_PROB_CONFLICT","features":[443]},{"name":"DHCP_PROB_DECLINE","features":[443]},{"name":"DHCP_PROB_NACKED","features":[443]},{"name":"DHCP_PROB_RELEASE","features":[443]},{"name":"DHCP_PROPERTY","features":[443]},{"name":"DHCP_PROPERTY_ARRAY","features":[443]},{"name":"DHCP_PROPERTY_ID","features":[443]},{"name":"DHCP_PROPERTY_TYPE","features":[443]},{"name":"DHCP_RESERVATION_INFO_ARRAY","features":[443]},{"name":"DHCP_RESERVED_SCOPE","features":[443]},{"name":"DHCP_RESERVED_SCOPE6","features":[443]},{"name":"DHCP_SCAN_FLAG","features":[443]},{"name":"DHCP_SCAN_ITEM","features":[443]},{"name":"DHCP_SCAN_LIST","features":[443]},{"name":"DHCP_SEARCH_INFO","features":[443]},{"name":"DHCP_SEARCH_INFO_TYPE","features":[443]},{"name":"DHCP_SEARCH_INFO_TYPE_V6","features":[443]},{"name":"DHCP_SEARCH_INFO_V6","features":[443]},{"name":"DHCP_SEND_PACKET","features":[443]},{"name":"DHCP_SERVER_CONFIG_INFO","features":[443]},{"name":"DHCP_SERVER_CONFIG_INFO_V4","features":[307,443]},{"name":"DHCP_SERVER_CONFIG_INFO_V6","features":[307,443]},{"name":"DHCP_SERVER_CONFIG_INFO_VQ","features":[307,443]},{"name":"DHCP_SERVER_OPTIONS","features":[307,443]},{"name":"DHCP_SERVER_SPECIFIC_STRINGS","features":[443]},{"name":"DHCP_SUBNET_ELEMENT_DATA","features":[443]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V4","features":[443]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V5","features":[443]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V6","features":[443]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY","features":[443]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V4","features":[443]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5","features":[443]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V6","features":[443]},{"name":"DHCP_SUBNET_ELEMENT_TYPE","features":[443]},{"name":"DHCP_SUBNET_ELEMENT_TYPE_V6","features":[443]},{"name":"DHCP_SUBNET_INFO","features":[443]},{"name":"DHCP_SUBNET_INFO_V6","features":[443]},{"name":"DHCP_SUBNET_INFO_VQ","features":[443]},{"name":"DHCP_SUBNET_INFO_VQ_FLAG_QUARANTINE","features":[443]},{"name":"DHCP_SUBNET_STATE","features":[443]},{"name":"DHCP_SUPER_SCOPE_TABLE","features":[443]},{"name":"DHCP_SUPER_SCOPE_TABLE_ENTRY","features":[443]},{"name":"DNS_FLAG_CLEANUP_EXPIRED","features":[443]},{"name":"DNS_FLAG_DISABLE_PTR_UPDATE","features":[443]},{"name":"DNS_FLAG_ENABLED","features":[443]},{"name":"DNS_FLAG_HAS_DNS_SUFFIX","features":[443]},{"name":"DNS_FLAG_UPDATE_BOTH_ALWAYS","features":[443]},{"name":"DNS_FLAG_UPDATE_DHCID","features":[443]},{"name":"DNS_FLAG_UPDATE_DOWNLEVEL","features":[443]},{"name":"DROPPACKET","features":[443]},{"name":"DWORD_DWORD","features":[443]},{"name":"Deny","features":[443]},{"name":"DhcpAddFilterV4","features":[307,443]},{"name":"DhcpAddSecurityGroup","features":[443]},{"name":"DhcpAddServer","features":[443]},{"name":"DhcpAddSubnetElement","features":[443]},{"name":"DhcpAddSubnetElementV4","features":[443]},{"name":"DhcpAddSubnetElementV5","features":[443]},{"name":"DhcpAddSubnetElementV6","features":[443]},{"name":"DhcpArrayTypeOption","features":[443]},{"name":"DhcpAttrFqdn","features":[443]},{"name":"DhcpAttrFqdnSingleLabel","features":[443]},{"name":"DhcpAttrHWAddr","features":[443]},{"name":"DhcpAttrOption","features":[443]},{"name":"DhcpAttrSubOption","features":[443]},{"name":"DhcpAuditLogGetParams","features":[443]},{"name":"DhcpAuditLogSetParams","features":[443]},{"name":"DhcpBinaryDataOption","features":[443]},{"name":"DhcpByteOption","features":[443]},{"name":"DhcpCApiCleanup","features":[443]},{"name":"DhcpCApiInitialize","features":[443]},{"name":"DhcpClientHardwareAddress","features":[443]},{"name":"DhcpClientIpAddress","features":[443]},{"name":"DhcpClientName","features":[443]},{"name":"DhcpCompBeginsWith","features":[443]},{"name":"DhcpCompEndsWith","features":[443]},{"name":"DhcpCompEqual","features":[443]},{"name":"DhcpCompNotBeginWith","features":[443]},{"name":"DhcpCompNotEndWith","features":[443]},{"name":"DhcpCompNotEqual","features":[443]},{"name":"DhcpCreateClass","features":[307,443]},{"name":"DhcpCreateClassV6","features":[307,443]},{"name":"DhcpCreateClientInfo","features":[443]},{"name":"DhcpCreateClientInfoV4","features":[443]},{"name":"DhcpCreateClientInfoVQ","features":[307,443]},{"name":"DhcpCreateOption","features":[443]},{"name":"DhcpCreateOptionV5","features":[443]},{"name":"DhcpCreateOptionV6","features":[443]},{"name":"DhcpCreateSubnet","features":[443]},{"name":"DhcpCreateSubnetV6","features":[443]},{"name":"DhcpCreateSubnetVQ","features":[443]},{"name":"DhcpDWordDWordOption","features":[443]},{"name":"DhcpDWordOption","features":[443]},{"name":"DhcpDatabaseFix","features":[443]},{"name":"DhcpDeRegisterParamChange","features":[443]},{"name":"DhcpDefaultOptions","features":[443]},{"name":"DhcpDefaultOptions6","features":[443]},{"name":"DhcpDeleteClass","features":[443]},{"name":"DhcpDeleteClassV6","features":[443]},{"name":"DhcpDeleteClientInfo","features":[443]},{"name":"DhcpDeleteClientInfoV6","features":[443]},{"name":"DhcpDeleteFilterV4","features":[307,443]},{"name":"DhcpDeleteServer","features":[443]},{"name":"DhcpDeleteSubnet","features":[443]},{"name":"DhcpDeleteSubnetV6","features":[443]},{"name":"DhcpDeleteSuperScopeV4","features":[443]},{"name":"DhcpDsCleanup","features":[443]},{"name":"DhcpDsInit","features":[443]},{"name":"DhcpEncapsulatedDataOption","features":[443]},{"name":"DhcpEnumClasses","features":[307,443]},{"name":"DhcpEnumClassesV6","features":[307,443]},{"name":"DhcpEnumFilterV4","features":[307,443]},{"name":"DhcpEnumOptionValues","features":[443]},{"name":"DhcpEnumOptionValuesV5","features":[443]},{"name":"DhcpEnumOptionValuesV6","features":[443]},{"name":"DhcpEnumOptions","features":[443]},{"name":"DhcpEnumOptionsV5","features":[443]},{"name":"DhcpEnumOptionsV6","features":[443]},{"name":"DhcpEnumServers","features":[443]},{"name":"DhcpEnumSubnetClients","features":[443]},{"name":"DhcpEnumSubnetClientsFilterStatusInfo","features":[307,443]},{"name":"DhcpEnumSubnetClientsV4","features":[443]},{"name":"DhcpEnumSubnetClientsV5","features":[443]},{"name":"DhcpEnumSubnetClientsV6","features":[443]},{"name":"DhcpEnumSubnetClientsVQ","features":[307,443]},{"name":"DhcpEnumSubnetElements","features":[443]},{"name":"DhcpEnumSubnetElementsV4","features":[443]},{"name":"DhcpEnumSubnetElementsV5","features":[443]},{"name":"DhcpEnumSubnetElementsV6","features":[443]},{"name":"DhcpEnumSubnets","features":[443]},{"name":"DhcpEnumSubnetsV6","features":[443]},{"name":"DhcpExcludedIpRanges","features":[443]},{"name":"DhcpFailoverForce","features":[443]},{"name":"DhcpFullForce","features":[443]},{"name":"DhcpGetAllOptionValues","features":[307,443]},{"name":"DhcpGetAllOptionValuesV6","features":[307,443]},{"name":"DhcpGetAllOptions","features":[443]},{"name":"DhcpGetAllOptionsV6","features":[443]},{"name":"DhcpGetClassInfo","features":[307,443]},{"name":"DhcpGetClientInfo","features":[443]},{"name":"DhcpGetClientInfoV4","features":[443]},{"name":"DhcpGetClientInfoV6","features":[443]},{"name":"DhcpGetClientInfoVQ","features":[307,443]},{"name":"DhcpGetClientOptions","features":[443]},{"name":"DhcpGetFilterV4","features":[307,443]},{"name":"DhcpGetMibInfo","features":[443]},{"name":"DhcpGetMibInfoV5","features":[443]},{"name":"DhcpGetMibInfoV6","features":[443]},{"name":"DhcpGetOptionInfo","features":[443]},{"name":"DhcpGetOptionInfoV5","features":[443]},{"name":"DhcpGetOptionInfoV6","features":[443]},{"name":"DhcpGetOptionValue","features":[443]},{"name":"DhcpGetOptionValueV5","features":[443]},{"name":"DhcpGetOptionValueV6","features":[443]},{"name":"DhcpGetOriginalSubnetMask","features":[443]},{"name":"DhcpGetServerBindingInfo","features":[307,443]},{"name":"DhcpGetServerBindingInfoV6","features":[307,443]},{"name":"DhcpGetServerSpecificStrings","features":[443]},{"name":"DhcpGetSubnetDelayOffer","features":[443]},{"name":"DhcpGetSubnetInfo","features":[443]},{"name":"DhcpGetSubnetInfoV6","features":[443]},{"name":"DhcpGetSubnetInfoVQ","features":[443]},{"name":"DhcpGetSuperScopeInfoV4","features":[443]},{"name":"DhcpGetThreadOptions","features":[443]},{"name":"DhcpGetVersion","features":[443]},{"name":"DhcpGlobalOptions","features":[443]},{"name":"DhcpGlobalOptions6","features":[443]},{"name":"DhcpHlprAddV4PolicyCondition","features":[307,443]},{"name":"DhcpHlprAddV4PolicyExpr","features":[307,443]},{"name":"DhcpHlprAddV4PolicyRange","features":[307,443]},{"name":"DhcpHlprCreateV4Policy","features":[307,443]},{"name":"DhcpHlprCreateV4PolicyEx","features":[307,443]},{"name":"DhcpHlprFindV4DhcpProperty","features":[443]},{"name":"DhcpHlprFreeV4DhcpProperty","features":[443]},{"name":"DhcpHlprFreeV4DhcpPropertyArray","features":[443]},{"name":"DhcpHlprFreeV4Policy","features":[307,443]},{"name":"DhcpHlprFreeV4PolicyArray","features":[307,443]},{"name":"DhcpHlprFreeV4PolicyEx","features":[307,443]},{"name":"DhcpHlprFreeV4PolicyExArray","features":[307,443]},{"name":"DhcpHlprIsV4PolicySingleUC","features":[307,443]},{"name":"DhcpHlprIsV4PolicyValid","features":[307,443]},{"name":"DhcpHlprIsV4PolicyWellFormed","features":[307,443]},{"name":"DhcpHlprModifyV4PolicyExpr","features":[307,443]},{"name":"DhcpHlprResetV4PolicyExpr","features":[307,443]},{"name":"DhcpIpAddressOption","features":[443]},{"name":"DhcpIpRanges","features":[443]},{"name":"DhcpIpRangesBootpOnly","features":[443]},{"name":"DhcpIpRangesDhcpBootp","features":[443]},{"name":"DhcpIpRangesDhcpOnly","features":[443]},{"name":"DhcpIpUsedClusters","features":[443]},{"name":"DhcpIpv6AddressOption","features":[443]},{"name":"DhcpLogicalAnd","features":[443]},{"name":"DhcpLogicalOr","features":[443]},{"name":"DhcpMScopeOptions","features":[443]},{"name":"DhcpModifyClass","features":[307,443]},{"name":"DhcpModifyClassV6","features":[307,443]},{"name":"DhcpNoForce","features":[443]},{"name":"DhcpPropIdClientAddressStateEx","features":[443]},{"name":"DhcpPropIdPolicyDnsSuffix","features":[443]},{"name":"DhcpPropTypeBinary","features":[443]},{"name":"DhcpPropTypeByte","features":[443]},{"name":"DhcpPropTypeDword","features":[443]},{"name":"DhcpPropTypeString","features":[443]},{"name":"DhcpPropTypeWord","features":[443]},{"name":"DhcpRegisterParamChange","features":[307,443]},{"name":"DhcpRegistryFix","features":[443]},{"name":"DhcpRemoveDNSRegistrations","features":[443]},{"name":"DhcpRemoveOption","features":[443]},{"name":"DhcpRemoveOptionV5","features":[443]},{"name":"DhcpRemoveOptionV6","features":[443]},{"name":"DhcpRemoveOptionValue","features":[443]},{"name":"DhcpRemoveOptionValueV5","features":[443]},{"name":"DhcpRemoveOptionValueV6","features":[443]},{"name":"DhcpRemoveSubnetElement","features":[443]},{"name":"DhcpRemoveSubnetElementV4","features":[443]},{"name":"DhcpRemoveSubnetElementV5","features":[443]},{"name":"DhcpRemoveSubnetElementV6","features":[443]},{"name":"DhcpRequestParams","features":[307,443]},{"name":"DhcpReservedIps","features":[443]},{"name":"DhcpReservedOptions","features":[443]},{"name":"DhcpReservedOptions6","features":[443]},{"name":"DhcpRpcFreeMemory","features":[443]},{"name":"DhcpScanDatabase","features":[443]},{"name":"DhcpScopeOptions6","features":[443]},{"name":"DhcpSecondaryHosts","features":[443]},{"name":"DhcpServerAuditlogParamsFree","features":[307,443]},{"name":"DhcpServerBackupDatabase","features":[443]},{"name":"DhcpServerGetConfig","features":[443]},{"name":"DhcpServerGetConfigV4","features":[307,443]},{"name":"DhcpServerGetConfigV6","features":[307,443]},{"name":"DhcpServerGetConfigVQ","features":[307,443]},{"name":"DhcpServerQueryAttribute","features":[307,443]},{"name":"DhcpServerQueryAttributes","features":[307,443]},{"name":"DhcpServerQueryDnsRegCredentials","features":[443]},{"name":"DhcpServerRedoAuthorization","features":[443]},{"name":"DhcpServerRestoreDatabase","features":[443]},{"name":"DhcpServerSetConfig","features":[443]},{"name":"DhcpServerSetConfigV4","features":[307,443]},{"name":"DhcpServerSetConfigV6","features":[307,443]},{"name":"DhcpServerSetConfigVQ","features":[307,443]},{"name":"DhcpServerSetDnsRegCredentials","features":[443]},{"name":"DhcpServerSetDnsRegCredentialsV5","features":[443]},{"name":"DhcpSetClientInfo","features":[443]},{"name":"DhcpSetClientInfoV4","features":[443]},{"name":"DhcpSetClientInfoV6","features":[443]},{"name":"DhcpSetClientInfoVQ","features":[307,443]},{"name":"DhcpSetFilterV4","features":[307,443]},{"name":"DhcpSetOptionInfo","features":[443]},{"name":"DhcpSetOptionInfoV5","features":[443]},{"name":"DhcpSetOptionInfoV6","features":[443]},{"name":"DhcpSetOptionValue","features":[443]},{"name":"DhcpSetOptionValueV5","features":[443]},{"name":"DhcpSetOptionValueV6","features":[443]},{"name":"DhcpSetOptionValues","features":[443]},{"name":"DhcpSetOptionValuesV5","features":[443]},{"name":"DhcpSetServerBindingInfo","features":[307,443]},{"name":"DhcpSetServerBindingInfoV6","features":[307,443]},{"name":"DhcpSetSubnetDelayOffer","features":[443]},{"name":"DhcpSetSubnetInfo","features":[443]},{"name":"DhcpSetSubnetInfoV6","features":[443]},{"name":"DhcpSetSubnetInfoVQ","features":[443]},{"name":"DhcpSetSuperScopeV4","features":[307,443]},{"name":"DhcpSetThreadOptions","features":[443]},{"name":"DhcpStatelessPurgeInterval","features":[443]},{"name":"DhcpStatelessStatus","features":[443]},{"name":"DhcpStringDataOption","features":[443]},{"name":"DhcpSubnetDisabled","features":[443]},{"name":"DhcpSubnetDisabledSwitched","features":[443]},{"name":"DhcpSubnetEnabled","features":[443]},{"name":"DhcpSubnetEnabledSwitched","features":[443]},{"name":"DhcpSubnetInvalidState","features":[443]},{"name":"DhcpSubnetOptions","features":[443]},{"name":"DhcpUnaryElementTypeOption","features":[443]},{"name":"DhcpUndoRequestParams","features":[443]},{"name":"DhcpUpdatePolicyDescr","features":[443]},{"name":"DhcpUpdatePolicyDnsSuffix","features":[443]},{"name":"DhcpUpdatePolicyExpr","features":[443]},{"name":"DhcpUpdatePolicyName","features":[443]},{"name":"DhcpUpdatePolicyOrder","features":[443]},{"name":"DhcpUpdatePolicyRanges","features":[443]},{"name":"DhcpUpdatePolicyStatus","features":[443]},{"name":"DhcpV4AddPolicyRange","features":[443]},{"name":"DhcpV4CreateClientInfo","features":[307,443]},{"name":"DhcpV4CreateClientInfoEx","features":[307,443]},{"name":"DhcpV4CreatePolicy","features":[307,443]},{"name":"DhcpV4CreatePolicyEx","features":[307,443]},{"name":"DhcpV4DeletePolicy","features":[307,443]},{"name":"DhcpV4EnumPolicies","features":[307,443]},{"name":"DhcpV4EnumPoliciesEx","features":[307,443]},{"name":"DhcpV4EnumSubnetClients","features":[307,443]},{"name":"DhcpV4EnumSubnetClientsEx","features":[307,443]},{"name":"DhcpV4EnumSubnetReservations","features":[443]},{"name":"DhcpV4FailoverAddScopeToRelationship","features":[443]},{"name":"DhcpV4FailoverCreateRelationship","features":[443]},{"name":"DhcpV4FailoverDeleteRelationship","features":[443]},{"name":"DhcpV4FailoverDeleteScopeFromRelationship","features":[443]},{"name":"DhcpV4FailoverEnumRelationship","features":[443]},{"name":"DhcpV4FailoverGetAddressStatus","features":[443]},{"name":"DhcpV4FailoverGetClientInfo","features":[307,443]},{"name":"DhcpV4FailoverGetRelationship","features":[443]},{"name":"DhcpV4FailoverGetScopeRelationship","features":[443]},{"name":"DhcpV4FailoverGetScopeStatistics","features":[443]},{"name":"DhcpV4FailoverGetSystemTime","features":[443]},{"name":"DhcpV4FailoverSetRelationship","features":[443]},{"name":"DhcpV4FailoverTriggerAddrAllocation","features":[443]},{"name":"DhcpV4GetAllOptionValues","features":[307,443]},{"name":"DhcpV4GetClientInfo","features":[307,443]},{"name":"DhcpV4GetClientInfoEx","features":[307,443]},{"name":"DhcpV4GetFreeIPAddress","features":[443]},{"name":"DhcpV4GetOptionValue","features":[443]},{"name":"DhcpV4GetPolicy","features":[307,443]},{"name":"DhcpV4GetPolicyEx","features":[307,443]},{"name":"DhcpV4QueryPolicyEnforcement","features":[307,443]},{"name":"DhcpV4RemoveOptionValue","features":[443]},{"name":"DhcpV4RemovePolicyRange","features":[443]},{"name":"DhcpV4SetOptionValue","features":[443]},{"name":"DhcpV4SetOptionValues","features":[443]},{"name":"DhcpV4SetPolicy","features":[307,443]},{"name":"DhcpV4SetPolicyEnforcement","features":[307,443]},{"name":"DhcpV4SetPolicyEx","features":[307,443]},{"name":"DhcpV6CreateClientInfo","features":[443]},{"name":"DhcpV6GetFreeIPAddress","features":[443]},{"name":"DhcpV6GetStatelessStatistics","features":[443]},{"name":"DhcpV6GetStatelessStoreParams","features":[307,443]},{"name":"DhcpV6SetStatelessStoreParams","features":[307,443]},{"name":"DhcpWordOption","features":[443]},{"name":"Dhcpv6CApiCleanup","features":[443]},{"name":"Dhcpv6CApiInitialize","features":[443]},{"name":"Dhcpv6ClientDUID","features":[443]},{"name":"Dhcpv6ClientIpAddress","features":[443]},{"name":"Dhcpv6ClientName","features":[443]},{"name":"Dhcpv6ExcludedIpRanges","features":[443]},{"name":"Dhcpv6IpRanges","features":[443]},{"name":"Dhcpv6ReleasePrefix","features":[443]},{"name":"Dhcpv6RenewPrefix","features":[443]},{"name":"Dhcpv6RequestParams","features":[307,443]},{"name":"Dhcpv6RequestPrefix","features":[443]},{"name":"Dhcpv6ReservedIps","features":[443]},{"name":"ERROR_DDS_CLASS_DOES_NOT_EXIST","features":[443]},{"name":"ERROR_DDS_CLASS_EXISTS","features":[443]},{"name":"ERROR_DDS_DHCP_SERVER_NOT_FOUND","features":[443]},{"name":"ERROR_DDS_NO_DHCP_ROOT","features":[443]},{"name":"ERROR_DDS_NO_DS_AVAILABLE","features":[443]},{"name":"ERROR_DDS_OPTION_ALREADY_EXISTS","features":[443]},{"name":"ERROR_DDS_OPTION_DOES_NOT_EXIST","features":[443]},{"name":"ERROR_DDS_POSSIBLE_RANGE_CONFLICT","features":[443]},{"name":"ERROR_DDS_RANGE_DOES_NOT_EXIST","features":[443]},{"name":"ERROR_DDS_RESERVATION_CONFLICT","features":[443]},{"name":"ERROR_DDS_RESERVATION_NOT_PRESENT","features":[443]},{"name":"ERROR_DDS_SERVER_ADDRESS_MISMATCH","features":[443]},{"name":"ERROR_DDS_SERVER_ALREADY_EXISTS","features":[443]},{"name":"ERROR_DDS_SERVER_DOES_NOT_EXIST","features":[443]},{"name":"ERROR_DDS_SUBNET_EXISTS","features":[443]},{"name":"ERROR_DDS_SUBNET_HAS_DIFF_SSCOPE","features":[443]},{"name":"ERROR_DDS_SUBNET_NOT_PRESENT","features":[443]},{"name":"ERROR_DDS_TOO_MANY_ERRORS","features":[443]},{"name":"ERROR_DDS_UNEXPECTED_ERROR","features":[443]},{"name":"ERROR_DHCP_ADDRESS_NOT_AVAILABLE","features":[443]},{"name":"ERROR_DHCP_CANNOT_MODIFY_BINDINGS","features":[443]},{"name":"ERROR_DHCP_CANT_CHANGE_ATTRIBUTE","features":[443]},{"name":"ERROR_DHCP_CLASS_ALREADY_EXISTS","features":[443]},{"name":"ERROR_DHCP_CLASS_NOT_FOUND","features":[443]},{"name":"ERROR_DHCP_CLIENT_EXISTS","features":[443]},{"name":"ERROR_DHCP_DATABASE_INIT_FAILED","features":[443]},{"name":"ERROR_DHCP_DEFAULT_SCOPE_EXITS","features":[443]},{"name":"ERROR_DHCP_DELETE_BUILTIN_CLASS","features":[443]},{"name":"ERROR_DHCP_ELEMENT_CANT_REMOVE","features":[443]},{"name":"ERROR_DHCP_EXEMPTION_EXISTS","features":[443]},{"name":"ERROR_DHCP_EXEMPTION_NOT_PRESENT","features":[443]},{"name":"ERROR_DHCP_FO_ADDSCOPE_LEASES_NOT_SYNCED","features":[443]},{"name":"ERROR_DHCP_FO_BOOT_NOT_SUPPORTED","features":[443]},{"name":"ERROR_DHCP_FO_FEATURE_NOT_SUPPORTED","features":[443]},{"name":"ERROR_DHCP_FO_IPRANGE_TYPE_CONV_ILLEGAL","features":[443]},{"name":"ERROR_DHCP_FO_MAX_ADD_SCOPES","features":[443]},{"name":"ERROR_DHCP_FO_MAX_RELATIONSHIPS","features":[443]},{"name":"ERROR_DHCP_FO_NOT_SUPPORTED","features":[443]},{"name":"ERROR_DHCP_FO_RANGE_PART_OF_REL","features":[443]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_DOES_NOT_EXIST","features":[443]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_EXISTS","features":[443]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_NAME_TOO_LONG","features":[443]},{"name":"ERROR_DHCP_FO_RELATION_IS_SECONDARY","features":[443]},{"name":"ERROR_DHCP_FO_SCOPE_ALREADY_IN_RELATIONSHIP","features":[443]},{"name":"ERROR_DHCP_FO_SCOPE_NOT_IN_RELATIONSHIP","features":[443]},{"name":"ERROR_DHCP_FO_SCOPE_SYNC_IN_PROGRESS","features":[443]},{"name":"ERROR_DHCP_FO_STATE_NOT_NORMAL","features":[443]},{"name":"ERROR_DHCP_FO_TIME_OUT_OF_SYNC","features":[443]},{"name":"ERROR_DHCP_HARDWARE_ADDRESS_TYPE_ALREADY_EXEMPT","features":[443]},{"name":"ERROR_DHCP_INVALID_DELAY","features":[443]},{"name":"ERROR_DHCP_INVALID_DHCP_CLIENT","features":[443]},{"name":"ERROR_DHCP_INVALID_DHCP_MESSAGE","features":[443]},{"name":"ERROR_DHCP_INVALID_PARAMETER_OPTION32","features":[443]},{"name":"ERROR_DHCP_INVALID_POLICY_EXPRESSION","features":[443]},{"name":"ERROR_DHCP_INVALID_PROCESSING_ORDER","features":[443]},{"name":"ERROR_DHCP_INVALID_RANGE","features":[443]},{"name":"ERROR_DHCP_INVALID_SUBNET_PREFIX","features":[443]},{"name":"ERROR_DHCP_IPRANGE_CONV_ILLEGAL","features":[443]},{"name":"ERROR_DHCP_IPRANGE_EXITS","features":[443]},{"name":"ERROR_DHCP_IP_ADDRESS_IN_USE","features":[443]},{"name":"ERROR_DHCP_JET97_CONV_REQUIRED","features":[443]},{"name":"ERROR_DHCP_JET_CONV_REQUIRED","features":[443]},{"name":"ERROR_DHCP_JET_ERROR","features":[443]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_DOES_NOT_EXIST","features":[443]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_EXISTS","features":[443]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_RESERVATION_EXISTS","features":[443]},{"name":"ERROR_DHCP_LOG_FILE_PATH_TOO_LONG","features":[443]},{"name":"ERROR_DHCP_MSCOPE_EXISTS","features":[443]},{"name":"ERROR_DHCP_NAP_NOT_SUPPORTED","features":[443]},{"name":"ERROR_DHCP_NETWORK_CHANGED","features":[443]},{"name":"ERROR_DHCP_NETWORK_INIT_FAILED","features":[443]},{"name":"ERROR_DHCP_NOT_RESERVED_CLIENT","features":[443]},{"name":"ERROR_DHCP_NO_ADMIN_PERMISSION","features":[443]},{"name":"ERROR_DHCP_OPTION_EXITS","features":[443]},{"name":"ERROR_DHCP_OPTION_NOT_PRESENT","features":[443]},{"name":"ERROR_DHCP_OPTION_TYPE_MISMATCH","features":[443]},{"name":"ERROR_DHCP_POLICY_BAD_PARENT_EXPR","features":[443]},{"name":"ERROR_DHCP_POLICY_EDIT_FQDN_UNSUPPORTED","features":[443]},{"name":"ERROR_DHCP_POLICY_EXISTS","features":[443]},{"name":"ERROR_DHCP_POLICY_FQDN_OPTION_UNSUPPORTED","features":[443]},{"name":"ERROR_DHCP_POLICY_FQDN_RANGE_UNSUPPORTED","features":[443]},{"name":"ERROR_DHCP_POLICY_NOT_FOUND","features":[443]},{"name":"ERROR_DHCP_POLICY_RANGE_BAD","features":[443]},{"name":"ERROR_DHCP_POLICY_RANGE_EXISTS","features":[443]},{"name":"ERROR_DHCP_PRIMARY_NOT_FOUND","features":[443]},{"name":"ERROR_DHCP_RANGE_EXTENDED","features":[443]},{"name":"ERROR_DHCP_RANGE_FULL","features":[443]},{"name":"ERROR_DHCP_RANGE_INVALID_IN_SERVER_POLICY","features":[443]},{"name":"ERROR_DHCP_RANGE_TOO_SMALL","features":[443]},{"name":"ERROR_DHCP_REACHED_END_OF_SELECTION","features":[443]},{"name":"ERROR_DHCP_REGISTRY_INIT_FAILED","features":[443]},{"name":"ERROR_DHCP_RESERVEDIP_EXITS","features":[443]},{"name":"ERROR_DHCP_RESERVED_CLIENT","features":[443]},{"name":"ERROR_DHCP_ROGUE_DS_CONFLICT","features":[443]},{"name":"ERROR_DHCP_ROGUE_DS_UNREACHABLE","features":[443]},{"name":"ERROR_DHCP_ROGUE_INIT_FAILED","features":[443]},{"name":"ERROR_DHCP_ROGUE_NOT_AUTHORIZED","features":[443]},{"name":"ERROR_DHCP_ROGUE_NOT_OUR_ENTERPRISE","features":[443]},{"name":"ERROR_DHCP_ROGUE_SAMSHUTDOWN","features":[443]},{"name":"ERROR_DHCP_ROGUE_STANDALONE_IN_DS","features":[443]},{"name":"ERROR_DHCP_RPC_INIT_FAILED","features":[443]},{"name":"ERROR_DHCP_SCOPE_NAME_TOO_LONG","features":[443]},{"name":"ERROR_DHCP_SERVER_NAME_NOT_RESOLVED","features":[443]},{"name":"ERROR_DHCP_SERVER_NOT_REACHABLE","features":[443]},{"name":"ERROR_DHCP_SERVER_NOT_RUNNING","features":[443]},{"name":"ERROR_DHCP_SERVICE_PAUSED","features":[443]},{"name":"ERROR_DHCP_SUBNET_EXISTS","features":[443]},{"name":"ERROR_DHCP_SUBNET_EXITS","features":[443]},{"name":"ERROR_DHCP_SUBNET_NOT_PRESENT","features":[443]},{"name":"ERROR_DHCP_SUPER_SCOPE_NAME_TOO_LONG","features":[443]},{"name":"ERROR_DHCP_UNDEFINED_HARDWARE_ADDRESS_TYPE","features":[443]},{"name":"ERROR_DHCP_UNSUPPORTED_CLIENT","features":[443]},{"name":"ERROR_EXTEND_TOO_SMALL","features":[443]},{"name":"ERROR_LAST_DHCP_SERVER_ERROR","features":[443]},{"name":"ERROR_MSCOPE_RANGE_TOO_SMALL","features":[443]},{"name":"ERROR_SCOPE_RANGE_POLICY_RANGE_CONFLICT","features":[443]},{"name":"ERROR_SERVER_INVALID_BOOT_FILE_TABLE","features":[443]},{"name":"ERROR_SERVER_UNKNOWN_BOOT_FILE_NAME","features":[443]},{"name":"EXEMPT","features":[443]},{"name":"FILTER_STATUS_FULL_MATCH_IN_ALLOW_LIST","features":[443]},{"name":"FILTER_STATUS_FULL_MATCH_IN_DENY_LIST","features":[443]},{"name":"FILTER_STATUS_NONE","features":[443]},{"name":"FILTER_STATUS_WILDCARD_MATCH_IN_ALLOW_LIST","features":[443]},{"name":"FILTER_STATUS_WILDCARD_MATCH_IN_DENY_LIST","features":[443]},{"name":"FSM_STATE","features":[443]},{"name":"HWTYPE_ETHERNET_10MB","features":[443]},{"name":"HotStandby","features":[443]},{"name":"INIT","features":[443]},{"name":"LPDHCP_CONTROL","features":[443]},{"name":"LPDHCP_DELETE_CLIENT","features":[443]},{"name":"LPDHCP_DROP_SEND","features":[443]},{"name":"LPDHCP_ENTRY_POINT_FUNC","features":[307,443]},{"name":"LPDHCP_GIVE_ADDRESS","features":[443]},{"name":"LPDHCP_HANDLE_OPTIONS","features":[307,443]},{"name":"LPDHCP_NEWPKT","features":[307,443]},{"name":"LPDHCP_PROB","features":[443]},{"name":"LoadBalance","features":[443]},{"name":"MAC_ADDRESS_LENGTH","features":[443]},{"name":"MAX_PATTERN_LENGTH","features":[443]},{"name":"MCLT","features":[443]},{"name":"MODE","features":[443]},{"name":"NOQUARANTINE","features":[443]},{"name":"NOQUARINFO","features":[443]},{"name":"NORMAL","features":[443]},{"name":"NO_STATE","features":[443]},{"name":"OPTION_ALL_SUBNETS_MTU","features":[443]},{"name":"OPTION_ARP_CACHE_TIMEOUT","features":[443]},{"name":"OPTION_BE_A_MASK_SUPPLIER","features":[443]},{"name":"OPTION_BE_A_ROUTER","features":[443]},{"name":"OPTION_BOOTFILE_NAME","features":[443]},{"name":"OPTION_BOOT_FILE_SIZE","features":[443]},{"name":"OPTION_BROADCAST_ADDRESS","features":[443]},{"name":"OPTION_CLIENT_CLASS_INFO","features":[443]},{"name":"OPTION_CLIENT_ID","features":[443]},{"name":"OPTION_COOKIE_SERVERS","features":[443]},{"name":"OPTION_DEFAULT_TTL","features":[443]},{"name":"OPTION_DOMAIN_NAME","features":[443]},{"name":"OPTION_DOMAIN_NAME_SERVERS","features":[443]},{"name":"OPTION_END","features":[443]},{"name":"OPTION_ETHERNET_ENCAPSULATION","features":[443]},{"name":"OPTION_EXTENSIONS_PATH","features":[443]},{"name":"OPTION_HOST_NAME","features":[443]},{"name":"OPTION_IEN116_NAME_SERVERS","features":[443]},{"name":"OPTION_IMPRESS_SERVERS","features":[443]},{"name":"OPTION_KEEP_ALIVE_DATA_SIZE","features":[443]},{"name":"OPTION_KEEP_ALIVE_INTERVAL","features":[443]},{"name":"OPTION_LEASE_TIME","features":[443]},{"name":"OPTION_LOG_SERVERS","features":[443]},{"name":"OPTION_LPR_SERVERS","features":[443]},{"name":"OPTION_MAX_REASSEMBLY_SIZE","features":[443]},{"name":"OPTION_MERIT_DUMP_FILE","features":[443]},{"name":"OPTION_MESSAGE","features":[443]},{"name":"OPTION_MESSAGE_LENGTH","features":[443]},{"name":"OPTION_MESSAGE_TYPE","features":[443]},{"name":"OPTION_MSFT_IE_PROXY","features":[443]},{"name":"OPTION_MTU","features":[443]},{"name":"OPTION_NETBIOS_DATAGRAM_SERVER","features":[443]},{"name":"OPTION_NETBIOS_NAME_SERVER","features":[443]},{"name":"OPTION_NETBIOS_NODE_TYPE","features":[443]},{"name":"OPTION_NETBIOS_SCOPE_OPTION","features":[443]},{"name":"OPTION_NETWORK_INFO_SERVERS","features":[443]},{"name":"OPTION_NETWORK_INFO_SERVICE_DOM","features":[443]},{"name":"OPTION_NETWORK_TIME_SERVERS","features":[443]},{"name":"OPTION_NON_LOCAL_SOURCE_ROUTING","features":[443]},{"name":"OPTION_OK_TO_OVERLAY","features":[443]},{"name":"OPTION_PAD","features":[443]},{"name":"OPTION_PARAMETER_REQUEST_LIST","features":[443]},{"name":"OPTION_PERFORM_MASK_DISCOVERY","features":[443]},{"name":"OPTION_PERFORM_ROUTER_DISCOVERY","features":[443]},{"name":"OPTION_PMTU_AGING_TIMEOUT","features":[443]},{"name":"OPTION_PMTU_PLATEAU_TABLE","features":[443]},{"name":"OPTION_POLICY_FILTER_FOR_NLSR","features":[443]},{"name":"OPTION_REBIND_TIME","features":[443]},{"name":"OPTION_RENEWAL_TIME","features":[443]},{"name":"OPTION_REQUESTED_ADDRESS","features":[443]},{"name":"OPTION_RLP_SERVERS","features":[443]},{"name":"OPTION_ROOT_DISK","features":[443]},{"name":"OPTION_ROUTER_ADDRESS","features":[443]},{"name":"OPTION_ROUTER_SOLICITATION_ADDR","features":[443]},{"name":"OPTION_SERVER_IDENTIFIER","features":[443]},{"name":"OPTION_STATIC_ROUTES","features":[443]},{"name":"OPTION_SUBNET_MASK","features":[443]},{"name":"OPTION_SWAP_SERVER","features":[443]},{"name":"OPTION_TFTP_SERVER_NAME","features":[443]},{"name":"OPTION_TIME_OFFSET","features":[443]},{"name":"OPTION_TIME_SERVERS","features":[443]},{"name":"OPTION_TRAILERS","features":[443]},{"name":"OPTION_TTL","features":[443]},{"name":"OPTION_VENDOR_SPEC_INFO","features":[443]},{"name":"OPTION_XWINDOW_DISPLAY_MANAGER","features":[443]},{"name":"OPTION_XWINDOW_FONT_SERVER","features":[443]},{"name":"PARTNER_DOWN","features":[443]},{"name":"PAUSED","features":[443]},{"name":"PERCENTAGE","features":[443]},{"name":"POTENTIAL_CONFLICT","features":[443]},{"name":"PREVSTATE","features":[443]},{"name":"PROBATION","features":[443]},{"name":"PrimaryServer","features":[443]},{"name":"QUARANTINE_CONFIG_OPTION","features":[443]},{"name":"QUARANTINE_SCOPE_QUARPROFILE_OPTION","features":[443]},{"name":"QUARANTIN_OPTION_BASE","features":[443]},{"name":"QuarantineStatus","features":[443]},{"name":"RECOVER","features":[443]},{"name":"RECOVER_DONE","features":[443]},{"name":"RECOVER_WAIT","features":[443]},{"name":"RESOLUTION_INT","features":[443]},{"name":"RESTRICTEDACCESS","features":[443]},{"name":"SAFEPERIOD","features":[443]},{"name":"SCOPE_MIB_INFO","features":[443]},{"name":"SCOPE_MIB_INFO_V5","features":[443]},{"name":"SCOPE_MIB_INFO_V6","features":[443]},{"name":"SCOPE_MIB_INFO_VQ","features":[443]},{"name":"SHAREDSECRET","features":[443]},{"name":"SHUTDOWN","features":[443]},{"name":"STARTUP","features":[443]},{"name":"STATUS_NOPREFIX_AVAIL","features":[443]},{"name":"STATUS_NO_BINDING","features":[443]},{"name":"STATUS_NO_ERROR","features":[443]},{"name":"STATUS_UNSPECIFIED_FAILURE","features":[443]},{"name":"SecondaryServer","features":[443]},{"name":"Set_APIProtocolSupport","features":[443]},{"name":"Set_AuditLogState","features":[443]},{"name":"Set_BackupInterval","features":[443]},{"name":"Set_BackupPath","features":[443]},{"name":"Set_BootFileTable","features":[443]},{"name":"Set_DatabaseCleanupInterval","features":[443]},{"name":"Set_DatabaseLoggingFlag","features":[443]},{"name":"Set_DatabaseName","features":[443]},{"name":"Set_DatabasePath","features":[443]},{"name":"Set_DebugFlag","features":[443]},{"name":"Set_PingRetries","features":[443]},{"name":"Set_PreferredLifetime","features":[443]},{"name":"Set_PreferredLifetimeIATA","features":[443]},{"name":"Set_QuarantineDefFail","features":[443]},{"name":"Set_QuarantineON","features":[443]},{"name":"Set_RapidCommitFlag","features":[443]},{"name":"Set_RestoreFlag","features":[443]},{"name":"Set_T1","features":[443]},{"name":"Set_T2","features":[443]},{"name":"Set_UnicastFlag","features":[443]},{"name":"Set_ValidLifetime","features":[443]},{"name":"Set_ValidLifetimeIATA","features":[443]},{"name":"StatusCode","features":[443]},{"name":"V5_ADDRESS_BIT_BOTH_REC","features":[443]},{"name":"V5_ADDRESS_BIT_DELETED","features":[443]},{"name":"V5_ADDRESS_BIT_UNREGISTERED","features":[443]},{"name":"V5_ADDRESS_EX_BIT_DISABLE_PTR_RR","features":[443]},{"name":"V5_ADDRESS_STATE_ACTIVE","features":[443]},{"name":"V5_ADDRESS_STATE_DECLINED","features":[443]},{"name":"V5_ADDRESS_STATE_DOOM","features":[443]},{"name":"V5_ADDRESS_STATE_OFFERED","features":[443]},{"name":"WARNING_EXTENDED_LESS","features":[443]}],"447":[{"name":"DDR_MAX_IP_HINTS","features":[444]},{"name":"DNSREC_ADDITIONAL","features":[444]},{"name":"DNSREC_ANSWER","features":[444]},{"name":"DNSREC_AUTHORITY","features":[444]},{"name":"DNSREC_DELETE","features":[444]},{"name":"DNSREC_NOEXIST","features":[444]},{"name":"DNSREC_PREREQ","features":[444]},{"name":"DNSREC_QUESTION","features":[444]},{"name":"DNSREC_SECTION","features":[444]},{"name":"DNSREC_UPDATE","features":[444]},{"name":"DNSREC_ZONE","features":[444]},{"name":"DNSSEC_ALGORITHM_ECDSAP256_SHA256","features":[444]},{"name":"DNSSEC_ALGORITHM_ECDSAP384_SHA384","features":[444]},{"name":"DNSSEC_ALGORITHM_NULL","features":[444]},{"name":"DNSSEC_ALGORITHM_PRIVATE","features":[444]},{"name":"DNSSEC_ALGORITHM_RSAMD5","features":[444]},{"name":"DNSSEC_ALGORITHM_RSASHA1","features":[444]},{"name":"DNSSEC_ALGORITHM_RSASHA1_NSEC3","features":[444]},{"name":"DNSSEC_ALGORITHM_RSASHA256","features":[444]},{"name":"DNSSEC_ALGORITHM_RSASHA512","features":[444]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA1","features":[444]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA256","features":[444]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA384","features":[444]},{"name":"DNSSEC_KEY_FLAG_EXTEND","features":[444]},{"name":"DNSSEC_KEY_FLAG_FLAG10","features":[444]},{"name":"DNSSEC_KEY_FLAG_FLAG11","features":[444]},{"name":"DNSSEC_KEY_FLAG_FLAG2","features":[444]},{"name":"DNSSEC_KEY_FLAG_FLAG4","features":[444]},{"name":"DNSSEC_KEY_FLAG_FLAG5","features":[444]},{"name":"DNSSEC_KEY_FLAG_FLAG8","features":[444]},{"name":"DNSSEC_KEY_FLAG_FLAG9","features":[444]},{"name":"DNSSEC_KEY_FLAG_HOST","features":[444]},{"name":"DNSSEC_KEY_FLAG_NOAUTH","features":[444]},{"name":"DNSSEC_KEY_FLAG_NOCONF","features":[444]},{"name":"DNSSEC_KEY_FLAG_NTPE3","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG0","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG1","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG10","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG11","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG12","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG13","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG14","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG15","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG2","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG3","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG4","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG5","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG6","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG7","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG8","features":[444]},{"name":"DNSSEC_KEY_FLAG_SIG9","features":[444]},{"name":"DNSSEC_KEY_FLAG_USER","features":[444]},{"name":"DNSSEC_KEY_FLAG_ZONE","features":[444]},{"name":"DNSSEC_PROTOCOL_DNSSEC","features":[444]},{"name":"DNSSEC_PROTOCOL_EMAIL","features":[444]},{"name":"DNSSEC_PROTOCOL_IPSEC","features":[444]},{"name":"DNSSEC_PROTOCOL_NONE","features":[444]},{"name":"DNSSEC_PROTOCOL_TLS","features":[444]},{"name":"DNS_AAAA_DATA","features":[444]},{"name":"DNS_ADDR","features":[444]},{"name":"DNS_ADDRESS_STRING_LENGTH","features":[444]},{"name":"DNS_ADDR_ARRAY","features":[444]},{"name":"DNS_ADDR_MAX_SOCKADDR_LENGTH","features":[444]},{"name":"DNS_APPLICATION_SETTINGS","features":[444]},{"name":"DNS_APP_SETTINGS_EXCLUSIVE_SERVERS","features":[444]},{"name":"DNS_APP_SETTINGS_VERSION1","features":[444]},{"name":"DNS_ATMA_AESA_ADDR_LENGTH","features":[444]},{"name":"DNS_ATMA_DATA","features":[444]},{"name":"DNS_ATMA_FORMAT_AESA","features":[444]},{"name":"DNS_ATMA_FORMAT_E164","features":[444]},{"name":"DNS_ATMA_MAX_ADDR_LENGTH","features":[444]},{"name":"DNS_ATMA_MAX_RECORD_LENGTH","features":[444]},{"name":"DNS_A_DATA","features":[444]},{"name":"DNS_CHARSET","features":[444]},{"name":"DNS_CLASS_ALL","features":[444]},{"name":"DNS_CLASS_ANY","features":[444]},{"name":"DNS_CLASS_CHAOS","features":[444]},{"name":"DNS_CLASS_CSNET","features":[444]},{"name":"DNS_CLASS_HESIOD","features":[444]},{"name":"DNS_CLASS_INTERNET","features":[444]},{"name":"DNS_CLASS_NONE","features":[444]},{"name":"DNS_CLASS_UNICAST_RESPONSE","features":[444]},{"name":"DNS_COMPRESSED_QUESTION_NAME","features":[444]},{"name":"DNS_CONFIG_FLAG_ALLOC","features":[444]},{"name":"DNS_CONFIG_TYPE","features":[444]},{"name":"DNS_CONNECTION_IFINDEX_ENTRY","features":[444]},{"name":"DNS_CONNECTION_IFINDEX_LIST","features":[444]},{"name":"DNS_CONNECTION_NAME","features":[444]},{"name":"DNS_CONNECTION_NAME_LIST","features":[444]},{"name":"DNS_CONNECTION_NAME_MAX_LENGTH","features":[444]},{"name":"DNS_CONNECTION_POLICY_ENTRY","features":[444]},{"name":"DNS_CONNECTION_POLICY_ENTRY_LIST","features":[444]},{"name":"DNS_CONNECTION_POLICY_ENTRY_ONDEMAND","features":[444]},{"name":"DNS_CONNECTION_POLICY_TAG","features":[444]},{"name":"DNS_CONNECTION_PROXY_ELEMENT","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_CURRENT_VERSION","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_EX","features":[307,444]},{"name":"DNS_CONNECTION_PROXY_INFO_EXCEPTION_MAX_LENGTH","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_EXTRA_INFO_MAX_LENGTH","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_FLAG_BYPASSLOCAL","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_FLAG_DISABLED","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_FRIENDLY_NAME_MAX_LENGTH","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_PASSWORD_MAX_LENGTH","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_SERVER_MAX_LENGTH","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_CONFIG","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_SCRIPT","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_WPAD","features":[444]},{"name":"DNS_CONNECTION_PROXY_INFO_USERNAME_MAX_LENGTH","features":[444]},{"name":"DNS_CONNECTION_PROXY_LIST","features":[444]},{"name":"DNS_CONNECTION_PROXY_TYPE","features":[444]},{"name":"DNS_CONNECTION_PROXY_TYPE_HTTP","features":[444]},{"name":"DNS_CONNECTION_PROXY_TYPE_NULL","features":[444]},{"name":"DNS_CONNECTION_PROXY_TYPE_SOCKS4","features":[444]},{"name":"DNS_CONNECTION_PROXY_TYPE_SOCKS5","features":[444]},{"name":"DNS_CONNECTION_PROXY_TYPE_WAP","features":[444]},{"name":"DNS_CUSTOM_SERVER","features":[444]},{"name":"DNS_CUSTOM_SERVER_TYPE_DOH","features":[444]},{"name":"DNS_CUSTOM_SERVER_TYPE_UDP","features":[444]},{"name":"DNS_CUSTOM_SERVER_UDP_FALLBACK","features":[444]},{"name":"DNS_DHCID_DATA","features":[444]},{"name":"DNS_DS_DATA","features":[444]},{"name":"DNS_FREE_TYPE","features":[444]},{"name":"DNS_HEADER","features":[444]},{"name":"DNS_HEADER_EXT","features":[444]},{"name":"DNS_KEY_DATA","features":[444]},{"name":"DNS_LOC_DATA","features":[444]},{"name":"DNS_MAX_IP4_REVERSE_NAME_BUFFER_LENGTH","features":[444]},{"name":"DNS_MAX_IP4_REVERSE_NAME_LENGTH","features":[444]},{"name":"DNS_MAX_IP6_REVERSE_NAME_BUFFER_LENGTH","features":[444]},{"name":"DNS_MAX_IP6_REVERSE_NAME_LENGTH","features":[444]},{"name":"DNS_MAX_LABEL_BUFFER_LENGTH","features":[444]},{"name":"DNS_MAX_LABEL_LENGTH","features":[444]},{"name":"DNS_MAX_NAME_BUFFER_LENGTH","features":[444]},{"name":"DNS_MAX_NAME_LENGTH","features":[444]},{"name":"DNS_MAX_REVERSE_NAME_BUFFER_LENGTH","features":[444]},{"name":"DNS_MAX_REVERSE_NAME_LENGTH","features":[444]},{"name":"DNS_MAX_TEXT_STRING_LENGTH","features":[444]},{"name":"DNS_MESSAGE_BUFFER","features":[444]},{"name":"DNS_MINFO_DATAA","features":[444]},{"name":"DNS_MINFO_DATAW","features":[444]},{"name":"DNS_MX_DATAA","features":[444]},{"name":"DNS_MX_DATAW","features":[444]},{"name":"DNS_NAME_FORMAT","features":[444]},{"name":"DNS_NAPTR_DATAA","features":[444]},{"name":"DNS_NAPTR_DATAW","features":[444]},{"name":"DNS_NSEC3PARAM_DATA","features":[444]},{"name":"DNS_NSEC3_DATA","features":[444]},{"name":"DNS_NSEC_DATAA","features":[444]},{"name":"DNS_NSEC_DATAW","features":[444]},{"name":"DNS_NULL_DATA","features":[444]},{"name":"DNS_NXT_DATAA","features":[444]},{"name":"DNS_NXT_DATAW","features":[444]},{"name":"DNS_OPCODE_IQUERY","features":[444]},{"name":"DNS_OPCODE_NOTIFY","features":[444]},{"name":"DNS_OPCODE_QUERY","features":[444]},{"name":"DNS_OPCODE_SERVER_STATUS","features":[444]},{"name":"DNS_OPCODE_UNKNOWN","features":[444]},{"name":"DNS_OPCODE_UPDATE","features":[444]},{"name":"DNS_OPT_DATA","features":[444]},{"name":"DNS_PORT_HOST_ORDER","features":[444]},{"name":"DNS_PORT_NET_ORDER","features":[444]},{"name":"DNS_PROTOCOL_DOH","features":[444]},{"name":"DNS_PROTOCOL_NO_WIRE","features":[444]},{"name":"DNS_PROTOCOL_TCP","features":[444]},{"name":"DNS_PROTOCOL_UDP","features":[444]},{"name":"DNS_PROTOCOL_UNSPECIFIED","features":[444]},{"name":"DNS_PROXY_COMPLETION_ROUTINE","features":[444]},{"name":"DNS_PROXY_INFORMATION","features":[444]},{"name":"DNS_PROXY_INFORMATION_DEFAULT_SETTINGS","features":[444]},{"name":"DNS_PROXY_INFORMATION_DIRECT","features":[444]},{"name":"DNS_PROXY_INFORMATION_DOES_NOT_EXIST","features":[444]},{"name":"DNS_PROXY_INFORMATION_PROXY_NAME","features":[444]},{"name":"DNS_PROXY_INFORMATION_TYPE","features":[444]},{"name":"DNS_PTR_DATAA","features":[444]},{"name":"DNS_PTR_DATAW","features":[444]},{"name":"DNS_QUERY_ACCEPT_TRUNCATED_RESPONSE","features":[444]},{"name":"DNS_QUERY_ADDRCONFIG","features":[444]},{"name":"DNS_QUERY_APPEND_MULTILABEL","features":[444]},{"name":"DNS_QUERY_BYPASS_CACHE","features":[444]},{"name":"DNS_QUERY_CACHE_ONLY","features":[444]},{"name":"DNS_QUERY_CANCEL","features":[444]},{"name":"DNS_QUERY_DISABLE_IDN_ENCODING","features":[444]},{"name":"DNS_QUERY_DNSSEC_CHECKING_DISABLED","features":[444]},{"name":"DNS_QUERY_DNSSEC_OK","features":[444]},{"name":"DNS_QUERY_DONT_RESET_TTL_VALUES","features":[444]},{"name":"DNS_QUERY_DUAL_ADDR","features":[444]},{"name":"DNS_QUERY_MULTICAST_ONLY","features":[444]},{"name":"DNS_QUERY_NO_HOSTS_FILE","features":[444]},{"name":"DNS_QUERY_NO_LOCAL_NAME","features":[444]},{"name":"DNS_QUERY_NO_MULTICAST","features":[444]},{"name":"DNS_QUERY_NO_NETBT","features":[444]},{"name":"DNS_QUERY_NO_RECURSION","features":[444]},{"name":"DNS_QUERY_NO_WIRE_QUERY","features":[444]},{"name":"DNS_QUERY_OPTIONS","features":[444]},{"name":"DNS_QUERY_RAW_CANCEL","features":[444]},{"name":"DNS_QUERY_RAW_COMPLETION_ROUTINE","features":[307,444]},{"name":"DNS_QUERY_RAW_OPTION_BEST_EFFORT_PARSE","features":[444]},{"name":"DNS_QUERY_RAW_REQUEST","features":[307,444]},{"name":"DNS_QUERY_RAW_REQUEST_VERSION1","features":[444]},{"name":"DNS_QUERY_RAW_RESULT","features":[307,444]},{"name":"DNS_QUERY_RAW_RESULTS_VERSION1","features":[444]},{"name":"DNS_QUERY_REQUEST","features":[307,444]},{"name":"DNS_QUERY_REQUEST3","features":[307,444]},{"name":"DNS_QUERY_REQUEST_VERSION1","features":[444]},{"name":"DNS_QUERY_REQUEST_VERSION2","features":[444]},{"name":"DNS_QUERY_REQUEST_VERSION3","features":[444]},{"name":"DNS_QUERY_RESERVED","features":[444]},{"name":"DNS_QUERY_RESULT","features":[307,444]},{"name":"DNS_QUERY_RESULTS_VERSION1","features":[444]},{"name":"DNS_QUERY_RETURN_MESSAGE","features":[444]},{"name":"DNS_QUERY_STANDARD","features":[444]},{"name":"DNS_QUERY_TREAT_AS_FQDN","features":[444]},{"name":"DNS_QUERY_USE_TCP_ONLY","features":[444]},{"name":"DNS_QUERY_WIRE_ONLY","features":[444]},{"name":"DNS_RCLASS_ALL","features":[444]},{"name":"DNS_RCLASS_ANY","features":[444]},{"name":"DNS_RCLASS_CHAOS","features":[444]},{"name":"DNS_RCLASS_CSNET","features":[444]},{"name":"DNS_RCLASS_HESIOD","features":[444]},{"name":"DNS_RCLASS_INTERNET","features":[444]},{"name":"DNS_RCLASS_MDNS_CACHE_FLUSH","features":[444]},{"name":"DNS_RCLASS_NONE","features":[444]},{"name":"DNS_RCLASS_UNICAST_RESPONSE","features":[444]},{"name":"DNS_RCODE_BADKEY","features":[444]},{"name":"DNS_RCODE_BADSIG","features":[444]},{"name":"DNS_RCODE_BADTIME","features":[444]},{"name":"DNS_RCODE_BADVERS","features":[444]},{"name":"DNS_RCODE_FORMAT_ERROR","features":[444]},{"name":"DNS_RCODE_FORMERR","features":[444]},{"name":"DNS_RCODE_MAX","features":[444]},{"name":"DNS_RCODE_NAME_ERROR","features":[444]},{"name":"DNS_RCODE_NOERROR","features":[444]},{"name":"DNS_RCODE_NOTAUTH","features":[444]},{"name":"DNS_RCODE_NOTIMPL","features":[444]},{"name":"DNS_RCODE_NOTZONE","features":[444]},{"name":"DNS_RCODE_NOT_IMPLEMENTED","features":[444]},{"name":"DNS_RCODE_NO_ERROR","features":[444]},{"name":"DNS_RCODE_NXDOMAIN","features":[444]},{"name":"DNS_RCODE_NXRRSET","features":[444]},{"name":"DNS_RCODE_REFUSED","features":[444]},{"name":"DNS_RCODE_SERVER_FAILURE","features":[444]},{"name":"DNS_RCODE_SERVFAIL","features":[444]},{"name":"DNS_RCODE_YXDOMAIN","features":[444]},{"name":"DNS_RCODE_YXRRSET","features":[444]},{"name":"DNS_RECORDA","features":[307,444]},{"name":"DNS_RECORDW","features":[307,444]},{"name":"DNS_RECORD_FLAGS","features":[444]},{"name":"DNS_RECORD_OPTW","features":[307,444]},{"name":"DNS_RFC_MAX_UDP_PACKET_LENGTH","features":[444]},{"name":"DNS_RRSET","features":[307,444]},{"name":"DNS_RTYPE_A","features":[444]},{"name":"DNS_RTYPE_A6","features":[444]},{"name":"DNS_RTYPE_AAAA","features":[444]},{"name":"DNS_RTYPE_AFSDB","features":[444]},{"name":"DNS_RTYPE_ALL","features":[444]},{"name":"DNS_RTYPE_ANY","features":[444]},{"name":"DNS_RTYPE_ATMA","features":[444]},{"name":"DNS_RTYPE_AXFR","features":[444]},{"name":"DNS_RTYPE_CERT","features":[444]},{"name":"DNS_RTYPE_CNAME","features":[444]},{"name":"DNS_RTYPE_DHCID","features":[444]},{"name":"DNS_RTYPE_DNAME","features":[444]},{"name":"DNS_RTYPE_DNSKEY","features":[444]},{"name":"DNS_RTYPE_DS","features":[444]},{"name":"DNS_RTYPE_EID","features":[444]},{"name":"DNS_RTYPE_GID","features":[444]},{"name":"DNS_RTYPE_GPOS","features":[444]},{"name":"DNS_RTYPE_HINFO","features":[444]},{"name":"DNS_RTYPE_ISDN","features":[444]},{"name":"DNS_RTYPE_IXFR","features":[444]},{"name":"DNS_RTYPE_KEY","features":[444]},{"name":"DNS_RTYPE_KX","features":[444]},{"name":"DNS_RTYPE_LOC","features":[444]},{"name":"DNS_RTYPE_MAILA","features":[444]},{"name":"DNS_RTYPE_MAILB","features":[444]},{"name":"DNS_RTYPE_MB","features":[444]},{"name":"DNS_RTYPE_MD","features":[444]},{"name":"DNS_RTYPE_MF","features":[444]},{"name":"DNS_RTYPE_MG","features":[444]},{"name":"DNS_RTYPE_MINFO","features":[444]},{"name":"DNS_RTYPE_MR","features":[444]},{"name":"DNS_RTYPE_MX","features":[444]},{"name":"DNS_RTYPE_NAPTR","features":[444]},{"name":"DNS_RTYPE_NIMLOC","features":[444]},{"name":"DNS_RTYPE_NS","features":[444]},{"name":"DNS_RTYPE_NSAP","features":[444]},{"name":"DNS_RTYPE_NSAPPTR","features":[444]},{"name":"DNS_RTYPE_NSEC","features":[444]},{"name":"DNS_RTYPE_NSEC3","features":[444]},{"name":"DNS_RTYPE_NSEC3PARAM","features":[444]},{"name":"DNS_RTYPE_NULL","features":[444]},{"name":"DNS_RTYPE_NXT","features":[444]},{"name":"DNS_RTYPE_OPT","features":[444]},{"name":"DNS_RTYPE_PTR","features":[444]},{"name":"DNS_RTYPE_PX","features":[444]},{"name":"DNS_RTYPE_RP","features":[444]},{"name":"DNS_RTYPE_RRSIG","features":[444]},{"name":"DNS_RTYPE_RT","features":[444]},{"name":"DNS_RTYPE_SIG","features":[444]},{"name":"DNS_RTYPE_SINK","features":[444]},{"name":"DNS_RTYPE_SOA","features":[444]},{"name":"DNS_RTYPE_SRV","features":[444]},{"name":"DNS_RTYPE_TEXT","features":[444]},{"name":"DNS_RTYPE_TKEY","features":[444]},{"name":"DNS_RTYPE_TLSA","features":[444]},{"name":"DNS_RTYPE_TSIG","features":[444]},{"name":"DNS_RTYPE_UID","features":[444]},{"name":"DNS_RTYPE_UINFO","features":[444]},{"name":"DNS_RTYPE_UNSPEC","features":[444]},{"name":"DNS_RTYPE_WINS","features":[444]},{"name":"DNS_RTYPE_WINSR","features":[444]},{"name":"DNS_RTYPE_WKS","features":[444]},{"name":"DNS_RTYPE_X25","features":[444]},{"name":"DNS_SECTION","features":[444]},{"name":"DNS_SERVICE_BROWSE_REQUEST","features":[307,444]},{"name":"DNS_SERVICE_CANCEL","features":[444]},{"name":"DNS_SERVICE_INSTANCE","features":[444]},{"name":"DNS_SERVICE_REGISTER_REQUEST","features":[307,444]},{"name":"DNS_SERVICE_RESOLVE_REQUEST","features":[444]},{"name":"DNS_SIG_DATAA","features":[444]},{"name":"DNS_SIG_DATAW","features":[444]},{"name":"DNS_SOA_DATAA","features":[444]},{"name":"DNS_SOA_DATAW","features":[444]},{"name":"DNS_SRV_DATAA","features":[444]},{"name":"DNS_SRV_DATAW","features":[444]},{"name":"DNS_SVCB_DATA","features":[444]},{"name":"DNS_SVCB_PARAM","features":[444]},{"name":"DNS_SVCB_PARAM_ALPN","features":[444]},{"name":"DNS_SVCB_PARAM_ALPN_ID","features":[444]},{"name":"DNS_SVCB_PARAM_IPV4","features":[444]},{"name":"DNS_SVCB_PARAM_IPV6","features":[444]},{"name":"DNS_SVCB_PARAM_MANDATORY","features":[444]},{"name":"DNS_SVCB_PARAM_TYPE","features":[444]},{"name":"DNS_SVCB_PARAM_UNKNOWN","features":[444]},{"name":"DNS_TKEY_DATAA","features":[307,444]},{"name":"DNS_TKEY_DATAW","features":[307,444]},{"name":"DNS_TKEY_MODE_DIFFIE_HELLMAN","features":[444]},{"name":"DNS_TKEY_MODE_GSS","features":[444]},{"name":"DNS_TKEY_MODE_RESOLVER_ASSIGN","features":[444]},{"name":"DNS_TKEY_MODE_SERVER_ASSIGN","features":[444]},{"name":"DNS_TLSA_DATA","features":[444]},{"name":"DNS_TSIG_DATAA","features":[307,444]},{"name":"DNS_TSIG_DATAW","features":[307,444]},{"name":"DNS_TXT_DATAA","features":[444]},{"name":"DNS_TXT_DATAW","features":[444]},{"name":"DNS_TYPE","features":[444]},{"name":"DNS_TYPE_A","features":[444]},{"name":"DNS_TYPE_A6","features":[444]},{"name":"DNS_TYPE_AAAA","features":[444]},{"name":"DNS_TYPE_ADDRS","features":[444]},{"name":"DNS_TYPE_AFSDB","features":[444]},{"name":"DNS_TYPE_ALL","features":[444]},{"name":"DNS_TYPE_ANY","features":[444]},{"name":"DNS_TYPE_ATMA","features":[444]},{"name":"DNS_TYPE_AXFR","features":[444]},{"name":"DNS_TYPE_CERT","features":[444]},{"name":"DNS_TYPE_CNAME","features":[444]},{"name":"DNS_TYPE_DHCID","features":[444]},{"name":"DNS_TYPE_DNAME","features":[444]},{"name":"DNS_TYPE_DNSKEY","features":[444]},{"name":"DNS_TYPE_DS","features":[444]},{"name":"DNS_TYPE_EID","features":[444]},{"name":"DNS_TYPE_GID","features":[444]},{"name":"DNS_TYPE_GPOS","features":[444]},{"name":"DNS_TYPE_HINFO","features":[444]},{"name":"DNS_TYPE_HTTPS","features":[444]},{"name":"DNS_TYPE_ISDN","features":[444]},{"name":"DNS_TYPE_IXFR","features":[444]},{"name":"DNS_TYPE_KEY","features":[444]},{"name":"DNS_TYPE_KX","features":[444]},{"name":"DNS_TYPE_LOC","features":[444]},{"name":"DNS_TYPE_MAILA","features":[444]},{"name":"DNS_TYPE_MAILB","features":[444]},{"name":"DNS_TYPE_MB","features":[444]},{"name":"DNS_TYPE_MD","features":[444]},{"name":"DNS_TYPE_MF","features":[444]},{"name":"DNS_TYPE_MG","features":[444]},{"name":"DNS_TYPE_MINFO","features":[444]},{"name":"DNS_TYPE_MR","features":[444]},{"name":"DNS_TYPE_MX","features":[444]},{"name":"DNS_TYPE_NAPTR","features":[444]},{"name":"DNS_TYPE_NBSTAT","features":[444]},{"name":"DNS_TYPE_NIMLOC","features":[444]},{"name":"DNS_TYPE_NS","features":[444]},{"name":"DNS_TYPE_NSAP","features":[444]},{"name":"DNS_TYPE_NSAPPTR","features":[444]},{"name":"DNS_TYPE_NSEC","features":[444]},{"name":"DNS_TYPE_NSEC3","features":[444]},{"name":"DNS_TYPE_NSEC3PARAM","features":[444]},{"name":"DNS_TYPE_NULL","features":[444]},{"name":"DNS_TYPE_NXT","features":[444]},{"name":"DNS_TYPE_OPT","features":[444]},{"name":"DNS_TYPE_PTR","features":[444]},{"name":"DNS_TYPE_PX","features":[444]},{"name":"DNS_TYPE_RP","features":[444]},{"name":"DNS_TYPE_RRSIG","features":[444]},{"name":"DNS_TYPE_RT","features":[444]},{"name":"DNS_TYPE_SIG","features":[444]},{"name":"DNS_TYPE_SINK","features":[444]},{"name":"DNS_TYPE_SOA","features":[444]},{"name":"DNS_TYPE_SRV","features":[444]},{"name":"DNS_TYPE_SVCB","features":[444]},{"name":"DNS_TYPE_TEXT","features":[444]},{"name":"DNS_TYPE_TKEY","features":[444]},{"name":"DNS_TYPE_TLSA","features":[444]},{"name":"DNS_TYPE_TSIG","features":[444]},{"name":"DNS_TYPE_UID","features":[444]},{"name":"DNS_TYPE_UINFO","features":[444]},{"name":"DNS_TYPE_UNSPEC","features":[444]},{"name":"DNS_TYPE_WINS","features":[444]},{"name":"DNS_TYPE_WINSR","features":[444]},{"name":"DNS_TYPE_WKS","features":[444]},{"name":"DNS_TYPE_X25","features":[444]},{"name":"DNS_TYPE_ZERO","features":[444]},{"name":"DNS_UNKNOWN_DATA","features":[444]},{"name":"DNS_UPDATE_CACHE_SECURITY_CONTEXT","features":[444]},{"name":"DNS_UPDATE_FORCE_SECURITY_NEGO","features":[444]},{"name":"DNS_UPDATE_REMOTE_SERVER","features":[444]},{"name":"DNS_UPDATE_RESERVED","features":[444]},{"name":"DNS_UPDATE_SECURITY_OFF","features":[444]},{"name":"DNS_UPDATE_SECURITY_ON","features":[444]},{"name":"DNS_UPDATE_SECURITY_ONLY","features":[444]},{"name":"DNS_UPDATE_SECURITY_USE_DEFAULT","features":[444]},{"name":"DNS_UPDATE_SKIP_NO_UPDATE_ADAPTERS","features":[444]},{"name":"DNS_UPDATE_TEST_USE_LOCAL_SYS_ACCT","features":[444]},{"name":"DNS_UPDATE_TRY_ALL_MASTER_SERVERS","features":[444]},{"name":"DNS_VALSVR_ERROR_INVALID_ADDR","features":[444]},{"name":"DNS_VALSVR_ERROR_INVALID_NAME","features":[444]},{"name":"DNS_VALSVR_ERROR_NO_AUTH","features":[444]},{"name":"DNS_VALSVR_ERROR_NO_RESPONSE","features":[444]},{"name":"DNS_VALSVR_ERROR_NO_TCP","features":[444]},{"name":"DNS_VALSVR_ERROR_REFUSED","features":[444]},{"name":"DNS_VALSVR_ERROR_UNKNOWN","features":[444]},{"name":"DNS_VALSVR_ERROR_UNREACHABLE","features":[444]},{"name":"DNS_WINSR_DATAA","features":[444]},{"name":"DNS_WINSR_DATAW","features":[444]},{"name":"DNS_WINS_DATA","features":[444]},{"name":"DNS_WINS_FLAG_LOCAL","features":[444]},{"name":"DNS_WINS_FLAG_SCOPE","features":[444]},{"name":"DNS_WIRE_QUESTION","features":[444]},{"name":"DNS_WIRE_RECORD","features":[444]},{"name":"DNS_WKS_DATA","features":[444]},{"name":"DnsAcquireContextHandle_A","features":[307,444]},{"name":"DnsAcquireContextHandle_W","features":[307,444]},{"name":"DnsCancelQuery","features":[444]},{"name":"DnsCancelQueryRaw","features":[444]},{"name":"DnsCharSetAnsi","features":[444]},{"name":"DnsCharSetUnicode","features":[444]},{"name":"DnsCharSetUnknown","features":[444]},{"name":"DnsCharSetUtf8","features":[444]},{"name":"DnsConfigAdapterDomainName_A","features":[444]},{"name":"DnsConfigAdapterDomainName_UTF8","features":[444]},{"name":"DnsConfigAdapterDomainName_W","features":[444]},{"name":"DnsConfigAdapterHostNameRegistrationEnabled","features":[444]},{"name":"DnsConfigAdapterInfo","features":[444]},{"name":"DnsConfigAddressRegistrationMaxCount","features":[444]},{"name":"DnsConfigDnsServerList","features":[444]},{"name":"DnsConfigFullHostName_A","features":[444]},{"name":"DnsConfigFullHostName_UTF8","features":[444]},{"name":"DnsConfigFullHostName_W","features":[444]},{"name":"DnsConfigHostName_A","features":[444]},{"name":"DnsConfigHostName_UTF8","features":[444]},{"name":"DnsConfigHostName_W","features":[444]},{"name":"DnsConfigNameServer","features":[444]},{"name":"DnsConfigPrimaryDomainName_A","features":[444]},{"name":"DnsConfigPrimaryDomainName_UTF8","features":[444]},{"name":"DnsConfigPrimaryDomainName_W","features":[444]},{"name":"DnsConfigPrimaryHostNameRegistrationEnabled","features":[444]},{"name":"DnsConfigSearchList","features":[444]},{"name":"DnsConnectionDeletePolicyEntries","features":[444]},{"name":"DnsConnectionDeleteProxyInfo","features":[444]},{"name":"DnsConnectionFreeNameList","features":[444]},{"name":"DnsConnectionFreeProxyInfo","features":[444]},{"name":"DnsConnectionFreeProxyInfoEx","features":[307,444]},{"name":"DnsConnectionFreeProxyList","features":[444]},{"name":"DnsConnectionGetNameList","features":[444]},{"name":"DnsConnectionGetProxyInfo","features":[444]},{"name":"DnsConnectionGetProxyInfoForHostUrl","features":[307,444]},{"name":"DnsConnectionGetProxyInfoForHostUrlEx","features":[307,444]},{"name":"DnsConnectionGetProxyList","features":[444]},{"name":"DnsConnectionSetPolicyEntries","features":[444]},{"name":"DnsConnectionSetProxyInfo","features":[444]},{"name":"DnsConnectionUpdateIfIndexTable","features":[444]},{"name":"DnsExtractRecordsFromMessage_UTF8","features":[307,444]},{"name":"DnsExtractRecordsFromMessage_W","features":[307,444]},{"name":"DnsFree","features":[444]},{"name":"DnsFreeCustomServers","features":[444]},{"name":"DnsFreeFlat","features":[444]},{"name":"DnsFreeParsedMessageFields","features":[444]},{"name":"DnsFreeProxyName","features":[444]},{"name":"DnsFreeRecordList","features":[444]},{"name":"DnsGetApplicationSettings","features":[444]},{"name":"DnsGetProxyInformation","features":[444]},{"name":"DnsModifyRecordsInSet_A","features":[307,444]},{"name":"DnsModifyRecordsInSet_UTF8","features":[307,444]},{"name":"DnsModifyRecordsInSet_W","features":[307,444]},{"name":"DnsNameCompare_A","features":[307,444]},{"name":"DnsNameCompare_W","features":[307,444]},{"name":"DnsNameDomain","features":[444]},{"name":"DnsNameDomainLabel","features":[444]},{"name":"DnsNameHostnameFull","features":[444]},{"name":"DnsNameHostnameLabel","features":[444]},{"name":"DnsNameSrvRecord","features":[444]},{"name":"DnsNameValidateTld","features":[444]},{"name":"DnsNameWildcard","features":[444]},{"name":"DnsQueryConfig","features":[444]},{"name":"DnsQueryEx","features":[307,444]},{"name":"DnsQueryRaw","features":[307,444]},{"name":"DnsQueryRawResultFree","features":[307,444]},{"name":"DnsQuery_A","features":[307,444]},{"name":"DnsQuery_UTF8","features":[307,444]},{"name":"DnsQuery_W","features":[307,444]},{"name":"DnsRecordCompare","features":[307,444]},{"name":"DnsRecordCopyEx","features":[307,444]},{"name":"DnsRecordSetCompare","features":[307,444]},{"name":"DnsRecordSetCopyEx","features":[307,444]},{"name":"DnsRecordSetDetach","features":[307,444]},{"name":"DnsReleaseContextHandle","features":[307,444]},{"name":"DnsReplaceRecordSetA","features":[307,444]},{"name":"DnsReplaceRecordSetUTF8","features":[307,444]},{"name":"DnsReplaceRecordSetW","features":[307,444]},{"name":"DnsSectionAddtional","features":[444]},{"name":"DnsSectionAnswer","features":[444]},{"name":"DnsSectionAuthority","features":[444]},{"name":"DnsSectionQuestion","features":[444]},{"name":"DnsServiceBrowse","features":[307,444]},{"name":"DnsServiceBrowseCancel","features":[444]},{"name":"DnsServiceConstructInstance","features":[444]},{"name":"DnsServiceCopyInstance","features":[444]},{"name":"DnsServiceDeRegister","features":[307,444]},{"name":"DnsServiceFreeInstance","features":[444]},{"name":"DnsServiceRegister","features":[307,444]},{"name":"DnsServiceRegisterCancel","features":[444]},{"name":"DnsServiceResolve","features":[444]},{"name":"DnsServiceResolveCancel","features":[444]},{"name":"DnsSetApplicationSettings","features":[444]},{"name":"DnsStartMulticastQuery","features":[307,444]},{"name":"DnsStopMulticastQuery","features":[444]},{"name":"DnsSvcbParamAlpn","features":[444]},{"name":"DnsSvcbParamDohPath","features":[444]},{"name":"DnsSvcbParamDohPathOpenDns","features":[444]},{"name":"DnsSvcbParamDohPathQuad9","features":[444]},{"name":"DnsSvcbParamEch","features":[444]},{"name":"DnsSvcbParamIpv4Hint","features":[444]},{"name":"DnsSvcbParamIpv6Hint","features":[444]},{"name":"DnsSvcbParamMandatory","features":[444]},{"name":"DnsSvcbParamNoDefaultAlpn","features":[444]},{"name":"DnsSvcbParamPort","features":[444]},{"name":"DnsValidateName_A","features":[444]},{"name":"DnsValidateName_UTF8","features":[444]},{"name":"DnsValidateName_W","features":[444]},{"name":"DnsWriteQuestionToBuffer_UTF8","features":[307,444]},{"name":"DnsWriteQuestionToBuffer_W","features":[307,444]},{"name":"IP4_ADDRESS_STRING_BUFFER_LENGTH","features":[444]},{"name":"IP4_ADDRESS_STRING_LENGTH","features":[444]},{"name":"IP4_ARRAY","features":[444]},{"name":"IP6_ADDRESS","features":[444]},{"name":"IP6_ADDRESS","features":[444]},{"name":"IP6_ADDRESS_STRING_BUFFER_LENGTH","features":[444]},{"name":"IP6_ADDRESS_STRING_LENGTH","features":[444]},{"name":"MDNS_QUERY_HANDLE","features":[444]},{"name":"MDNS_QUERY_REQUEST","features":[307,444]},{"name":"PDNS_QUERY_COMPLETION_ROUTINE","features":[307,444]},{"name":"PDNS_SERVICE_BROWSE_CALLBACK","features":[307,444]},{"name":"PDNS_SERVICE_REGISTER_COMPLETE","features":[444]},{"name":"PDNS_SERVICE_RESOLVE_COMPLETE","features":[444]},{"name":"PMDNS_QUERY_CALLBACK","features":[307,444]},{"name":"SIZEOF_IP4_ADDRESS","features":[444]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_CONNECTION_MANAGER","features":[444]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_DEFAULT","features":[444]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_WWWPT","features":[444]},{"name":"_DnsRecordOptA","features":[307,444]}],"448":[{"name":"ICW_ALREADYRUN","features":[445]},{"name":"ICW_CHECKSTATUS","features":[445]},{"name":"ICW_FULLPRESENT","features":[445]},{"name":"ICW_FULL_SMARTSTART","features":[445]},{"name":"ICW_LAUNCHEDFULL","features":[445]},{"name":"ICW_LAUNCHEDMANUAL","features":[445]},{"name":"ICW_LAUNCHFULL","features":[445]},{"name":"ICW_LAUNCHMANUAL","features":[445]},{"name":"ICW_MANUALPRESENT","features":[445]},{"name":"ICW_MAX_ACCTNAME","features":[445]},{"name":"ICW_MAX_EMAILADDR","features":[445]},{"name":"ICW_MAX_EMAILNAME","features":[445]},{"name":"ICW_MAX_LOGONNAME","features":[445]},{"name":"ICW_MAX_PASSWORD","features":[445]},{"name":"ICW_MAX_RASNAME","features":[445]},{"name":"ICW_MAX_SERVERNAME","features":[445]},{"name":"ICW_REGKEYCOMPLETED","features":[445]},{"name":"ICW_REGPATHSETTINGS","features":[445]},{"name":"ICW_USEDEFAULTS","features":[445]},{"name":"ICW_USE_SHELLNEXT","features":[445]},{"name":"PFNCHECKCONNECTIONWIZARD","features":[445]},{"name":"PFNSETSHELLNEXT","features":[445]}],"449":[{"name":"ANY_SIZE","features":[446]},{"name":"ARP_SEND_REPLY","features":[446]},{"name":"AddIPAddress","features":[446]},{"name":"BEST_IF","features":[446]},{"name":"BEST_ROUTE","features":[446]},{"name":"BROADCAST_NODETYPE","features":[446]},{"name":"CancelIPChangeNotify","features":[307,446,312]},{"name":"CancelIfTimestampConfigChange","features":[446]},{"name":"CancelMibChangeNotify2","features":[307,446]},{"name":"CaptureInterfaceHardwareCrossTimestamp","features":[446,321]},{"name":"ConvertCompartmentGuidToId","features":[307,446]},{"name":"ConvertCompartmentIdToGuid","features":[307,446]},{"name":"ConvertInterfaceAliasToLuid","features":[307,446,321]},{"name":"ConvertInterfaceGuidToLuid","features":[307,446,321]},{"name":"ConvertInterfaceIndexToLuid","features":[307,446,321]},{"name":"ConvertInterfaceLuidToAlias","features":[307,446,321]},{"name":"ConvertInterfaceLuidToGuid","features":[307,446,321]},{"name":"ConvertInterfaceLuidToIndex","features":[307,446,321]},{"name":"ConvertInterfaceLuidToNameA","features":[307,446,321]},{"name":"ConvertInterfaceLuidToNameW","features":[307,446,321]},{"name":"ConvertInterfaceNameToLuidA","features":[307,446,321]},{"name":"ConvertInterfaceNameToLuidW","features":[307,446,321]},{"name":"ConvertIpv4MaskToLength","features":[307,446]},{"name":"ConvertLengthToIpv4Mask","features":[307,446]},{"name":"CreateAnycastIpAddressEntry","features":[307,446,321,320]},{"name":"CreateIpForwardEntry","features":[446,320]},{"name":"CreateIpForwardEntry2","features":[307,446,321,320]},{"name":"CreateIpNetEntry","features":[446]},{"name":"CreateIpNetEntry2","features":[307,446,321,320]},{"name":"CreatePersistentTcpPortReservation","features":[446]},{"name":"CreatePersistentUdpPortReservation","features":[446]},{"name":"CreateProxyArpEntry","features":[446]},{"name":"CreateSortedAddressPairs","features":[307,446,320]},{"name":"CreateUnicastIpAddressEntry","features":[307,446,321,320]},{"name":"DEFAULT_MINIMUM_ENTITIES","features":[446]},{"name":"DEST_LONGER","features":[446]},{"name":"DEST_MATCHING","features":[446]},{"name":"DEST_SHORTER","features":[446]},{"name":"DNS_DDR_ADAPTER_ENABLE_DOH","features":[446]},{"name":"DNS_DDR_ADAPTER_ENABLE_UDP_FALLBACK","features":[446]},{"name":"DNS_DOH_AUTO_UPGRADE_SERVER","features":[446]},{"name":"DNS_DOH_POLICY_AUTO","features":[446]},{"name":"DNS_DOH_POLICY_DISABLE","features":[446]},{"name":"DNS_DOH_POLICY_NOT_CONFIGURED","features":[446]},{"name":"DNS_DOH_POLICY_REQUIRED","features":[446]},{"name":"DNS_DOH_SERVER_SETTINGS","features":[446]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE","features":[446]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE_AUTO","features":[446]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE_DDR","features":[446]},{"name":"DNS_DOH_SERVER_SETTINGS_FALLBACK_TO_UDP","features":[446]},{"name":"DNS_ENABLE_DDR","features":[446]},{"name":"DNS_ENABLE_DOH","features":[446]},{"name":"DNS_INTERFACE_SETTINGS","features":[446]},{"name":"DNS_INTERFACE_SETTINGS3","features":[446]},{"name":"DNS_INTERFACE_SETTINGS4","features":[446]},{"name":"DNS_INTERFACE_SETTINGS_EX","features":[446]},{"name":"DNS_INTERFACE_SETTINGS_VERSION1","features":[446]},{"name":"DNS_INTERFACE_SETTINGS_VERSION2","features":[446]},{"name":"DNS_INTERFACE_SETTINGS_VERSION3","features":[446]},{"name":"DNS_INTERFACE_SETTINGS_VERSION4","features":[446]},{"name":"DNS_SERVER_PROPERTY","features":[446]},{"name":"DNS_SERVER_PROPERTY_TYPE","features":[446]},{"name":"DNS_SERVER_PROPERTY_TYPES","features":[446]},{"name":"DNS_SERVER_PROPERTY_VERSION1","features":[446]},{"name":"DNS_SETTINGS","features":[446]},{"name":"DNS_SETTINGS2","features":[446]},{"name":"DNS_SETTINGS_ENABLE_LLMNR","features":[446]},{"name":"DNS_SETTINGS_QUERY_ADAPTER_NAME","features":[446]},{"name":"DNS_SETTINGS_VERSION1","features":[446]},{"name":"DNS_SETTINGS_VERSION2","features":[446]},{"name":"DNS_SETTING_DDR","features":[446]},{"name":"DNS_SETTING_DISABLE_UNCONSTRAINED_QUERIES","features":[446]},{"name":"DNS_SETTING_DOH","features":[446]},{"name":"DNS_SETTING_DOH_PROFILE","features":[446]},{"name":"DNS_SETTING_DOMAIN","features":[446]},{"name":"DNS_SETTING_ENCRYPTED_DNS_ADAPTER_FLAGS","features":[446]},{"name":"DNS_SETTING_HOSTNAME","features":[446]},{"name":"DNS_SETTING_IPV6","features":[446]},{"name":"DNS_SETTING_NAMESERVER","features":[446]},{"name":"DNS_SETTING_PROFILE_NAMESERVER","features":[446]},{"name":"DNS_SETTING_REGISTER_ADAPTER_NAME","features":[446]},{"name":"DNS_SETTING_REGISTRATION_ENABLED","features":[446]},{"name":"DNS_SETTING_SEARCHLIST","features":[446]},{"name":"DNS_SETTING_SUPPLEMENTAL_SEARCH_LIST","features":[446]},{"name":"DeleteAnycastIpAddressEntry","features":[307,446,321,320]},{"name":"DeleteIPAddress","features":[446]},{"name":"DeleteIpForwardEntry","features":[446,320]},{"name":"DeleteIpForwardEntry2","features":[307,446,321,320]},{"name":"DeleteIpNetEntry","features":[446]},{"name":"DeleteIpNetEntry2","features":[307,446,321,320]},{"name":"DeletePersistentTcpPortReservation","features":[446]},{"name":"DeletePersistentUdpPortReservation","features":[446]},{"name":"DeleteProxyArpEntry","features":[446]},{"name":"DeleteUnicastIpAddressEntry","features":[307,446,321,320]},{"name":"DisableMediaSense","features":[307,446,312]},{"name":"DnsServerDohProperty","features":[446]},{"name":"DnsServerInvalidProperty","features":[446]},{"name":"ERROR_BASE","features":[446]},{"name":"ERROR_IPV6_NOT_IMPLEMENTED","features":[446]},{"name":"EnableRouter","features":[307,446,312]},{"name":"FD_FLAGS_ALLFLAGS","features":[446]},{"name":"FD_FLAGS_NOSYN","features":[446]},{"name":"FILTER_ICMP_CODE_ANY","features":[446]},{"name":"FILTER_ICMP_TYPE_ANY","features":[446]},{"name":"FIXED_INFO_W2KSP1","features":[446]},{"name":"FlushIpNetTable","features":[446]},{"name":"FlushIpNetTable2","features":[307,446,320]},{"name":"FlushIpPathTable","features":[307,446,320]},{"name":"FreeDnsSettings","features":[446]},{"name":"FreeInterfaceDnsSettings","features":[446]},{"name":"FreeMibTable","features":[446]},{"name":"GAA_FLAG_INCLUDE_ALL_COMPARTMENTS","features":[446]},{"name":"GAA_FLAG_INCLUDE_ALL_INTERFACES","features":[446]},{"name":"GAA_FLAG_INCLUDE_GATEWAYS","features":[446]},{"name":"GAA_FLAG_INCLUDE_PREFIX","features":[446]},{"name":"GAA_FLAG_INCLUDE_TUNNEL_BINDINGORDER","features":[446]},{"name":"GAA_FLAG_INCLUDE_WINS_INFO","features":[446]},{"name":"GAA_FLAG_SKIP_ANYCAST","features":[446]},{"name":"GAA_FLAG_SKIP_DNS_INFO","features":[446]},{"name":"GAA_FLAG_SKIP_DNS_SERVER","features":[446]},{"name":"GAA_FLAG_SKIP_FRIENDLY_NAME","features":[446]},{"name":"GAA_FLAG_SKIP_MULTICAST","features":[446]},{"name":"GAA_FLAG_SKIP_UNICAST","features":[446]},{"name":"GET_ADAPTERS_ADDRESSES_FLAGS","features":[446]},{"name":"GF_FRAGCACHE","features":[446]},{"name":"GF_FRAGMENTS","features":[446]},{"name":"GF_STRONGHOST","features":[446]},{"name":"GLOBAL_FILTER","features":[446]},{"name":"GetAdapterIndex","features":[446]},{"name":"GetAdapterOrderMap","features":[446]},{"name":"GetAdaptersAddresses","features":[446,321,320]},{"name":"GetAdaptersInfo","features":[307,446]},{"name":"GetAnycastIpAddressEntry","features":[307,446,321,320]},{"name":"GetAnycastIpAddressTable","features":[307,446,321,320]},{"name":"GetBestInterface","features":[446]},{"name":"GetBestInterfaceEx","features":[446,320]},{"name":"GetBestRoute","features":[446,320]},{"name":"GetBestRoute2","features":[307,446,321,320]},{"name":"GetCurrentThreadCompartmentId","features":[307,446]},{"name":"GetCurrentThreadCompartmentScope","features":[446]},{"name":"GetDefaultCompartmentId","features":[307,446]},{"name":"GetDnsSettings","features":[307,446]},{"name":"GetExtendedTcpTable","features":[307,446]},{"name":"GetExtendedUdpTable","features":[307,446]},{"name":"GetFriendlyIfIndex","features":[446]},{"name":"GetIcmpStatistics","features":[446]},{"name":"GetIcmpStatisticsEx","features":[446]},{"name":"GetIfEntry","features":[446]},{"name":"GetIfEntry2","features":[307,446,321]},{"name":"GetIfEntry2Ex","features":[307,446,321]},{"name":"GetIfStackTable","features":[307,446]},{"name":"GetIfTable","features":[307,446]},{"name":"GetIfTable2","features":[307,446,321]},{"name":"GetIfTable2Ex","features":[307,446,321]},{"name":"GetInterfaceActiveTimestampCapabilities","features":[307,446,321]},{"name":"GetInterfaceCurrentTimestampCapabilities","features":[307,446,321]},{"name":"GetInterfaceDnsSettings","features":[307,446]},{"name":"GetInterfaceHardwareTimestampCapabilities","features":[307,446,321]},{"name":"GetInterfaceInfo","features":[446]},{"name":"GetInterfaceSupportedTimestampCapabilities","features":[307,446,321]},{"name":"GetInvertedIfStackTable","features":[307,446]},{"name":"GetIpAddrTable","features":[307,446]},{"name":"GetIpErrorString","features":[446]},{"name":"GetIpForwardEntry2","features":[307,446,321,320]},{"name":"GetIpForwardTable","features":[307,446,320]},{"name":"GetIpForwardTable2","features":[307,446,321,320]},{"name":"GetIpInterfaceEntry","features":[307,446,321,320]},{"name":"GetIpInterfaceTable","features":[307,446,321,320]},{"name":"GetIpNetEntry2","features":[307,446,321,320]},{"name":"GetIpNetTable","features":[307,446]},{"name":"GetIpNetTable2","features":[307,446,321,320]},{"name":"GetIpNetworkConnectionBandwidthEstimates","features":[307,446,320]},{"name":"GetIpPathEntry","features":[307,446,321,320]},{"name":"GetIpPathTable","features":[307,446,321,320]},{"name":"GetIpStatistics","features":[446]},{"name":"GetIpStatisticsEx","features":[446]},{"name":"GetJobCompartmentId","features":[307,446]},{"name":"GetMulticastIpAddressEntry","features":[307,446,321,320]},{"name":"GetMulticastIpAddressTable","features":[307,446,321,320]},{"name":"GetNetworkConnectivityHint","features":[307,446,320]},{"name":"GetNetworkConnectivityHintForInterface","features":[307,446,320]},{"name":"GetNetworkInformation","features":[307,446]},{"name":"GetNetworkParams","features":[307,446]},{"name":"GetNumberOfInterfaces","features":[446]},{"name":"GetOwnerModuleFromPidAndInfo","features":[446]},{"name":"GetOwnerModuleFromTcp6Entry","features":[446]},{"name":"GetOwnerModuleFromTcpEntry","features":[446]},{"name":"GetOwnerModuleFromUdp6Entry","features":[446]},{"name":"GetOwnerModuleFromUdpEntry","features":[446]},{"name":"GetPerAdapterInfo","features":[446]},{"name":"GetPerTcp6ConnectionEStats","features":[446,320]},{"name":"GetPerTcpConnectionEStats","features":[446]},{"name":"GetRTTAndHopCount","features":[307,446]},{"name":"GetSessionCompartmentId","features":[307,446]},{"name":"GetTcp6Table","features":[307,446,320]},{"name":"GetTcp6Table2","features":[307,446,320]},{"name":"GetTcpStatistics","features":[446]},{"name":"GetTcpStatisticsEx","features":[446]},{"name":"GetTcpStatisticsEx2","features":[446]},{"name":"GetTcpTable","features":[307,446]},{"name":"GetTcpTable2","features":[307,446]},{"name":"GetTeredoPort","features":[307,446]},{"name":"GetUdp6Table","features":[307,446,320]},{"name":"GetUdpStatistics","features":[446]},{"name":"GetUdpStatisticsEx","features":[446]},{"name":"GetUdpStatisticsEx2","features":[446]},{"name":"GetUdpTable","features":[307,446]},{"name":"GetUniDirectionalAdapterInfo","features":[446]},{"name":"GetUnicastIpAddressEntry","features":[307,446,321,320]},{"name":"GetUnicastIpAddressTable","features":[307,446,321,320]},{"name":"HIFTIMESTAMPCHANGE","features":[446]},{"name":"HYBRID_NODETYPE","features":[446]},{"name":"ICMP4_DST_UNREACH","features":[446]},{"name":"ICMP4_ECHO_REPLY","features":[446]},{"name":"ICMP4_ECHO_REQUEST","features":[446]},{"name":"ICMP4_MASK_REPLY","features":[446]},{"name":"ICMP4_MASK_REQUEST","features":[446]},{"name":"ICMP4_PARAM_PROB","features":[446]},{"name":"ICMP4_REDIRECT","features":[446]},{"name":"ICMP4_ROUTER_ADVERT","features":[446]},{"name":"ICMP4_ROUTER_SOLICIT","features":[446]},{"name":"ICMP4_SOURCE_QUENCH","features":[446]},{"name":"ICMP4_TIMESTAMP_REPLY","features":[446]},{"name":"ICMP4_TIMESTAMP_REQUEST","features":[446]},{"name":"ICMP4_TIME_EXCEEDED","features":[446]},{"name":"ICMP4_TYPE","features":[446]},{"name":"ICMP6_DST_UNREACH","features":[446]},{"name":"ICMP6_ECHO_REPLY","features":[446]},{"name":"ICMP6_ECHO_REQUEST","features":[446]},{"name":"ICMP6_INFOMSG_MASK","features":[446]},{"name":"ICMP6_MEMBERSHIP_QUERY","features":[446]},{"name":"ICMP6_MEMBERSHIP_REDUCTION","features":[446]},{"name":"ICMP6_MEMBERSHIP_REPORT","features":[446]},{"name":"ICMP6_PACKET_TOO_BIG","features":[446]},{"name":"ICMP6_PARAM_PROB","features":[446]},{"name":"ICMP6_TIME_EXCEEDED","features":[446]},{"name":"ICMP6_TYPE","features":[446]},{"name":"ICMP6_V2_MEMBERSHIP_REPORT","features":[446]},{"name":"ICMPV6_ECHO_REPLY_LH","features":[446]},{"name":"ICMP_ECHO_REPLY","features":[446]},{"name":"ICMP_ECHO_REPLY32","features":[446]},{"name":"ICMP_STATS","features":[446]},{"name":"IF_ACCESS_BROADCAST","features":[446]},{"name":"IF_ACCESS_LOOPBACK","features":[446]},{"name":"IF_ACCESS_POINTTOMULTIPOINT","features":[446]},{"name":"IF_ACCESS_POINTTOPOINT","features":[446]},{"name":"IF_ACCESS_POINT_TO_MULTI_POINT","features":[446]},{"name":"IF_ACCESS_POINT_TO_POINT","features":[446]},{"name":"IF_ACCESS_TYPE","features":[446]},{"name":"IF_ADMIN_STATUS_DOWN","features":[446]},{"name":"IF_ADMIN_STATUS_TESTING","features":[446]},{"name":"IF_ADMIN_STATUS_UP","features":[446]},{"name":"IF_CHECK_MCAST","features":[446]},{"name":"IF_CHECK_NONE","features":[446]},{"name":"IF_CHECK_SEND","features":[446]},{"name":"IF_CONNECTION_DEDICATED","features":[446]},{"name":"IF_CONNECTION_DEMAND","features":[446]},{"name":"IF_CONNECTION_PASSIVE","features":[446]},{"name":"IF_NUMBER","features":[446]},{"name":"IF_OPER_STATUS_CONNECTED","features":[446]},{"name":"IF_OPER_STATUS_CONNECTING","features":[446]},{"name":"IF_OPER_STATUS_DISCONNECTED","features":[446]},{"name":"IF_OPER_STATUS_NON_OPERATIONAL","features":[446]},{"name":"IF_OPER_STATUS_OPERATIONAL","features":[446]},{"name":"IF_OPER_STATUS_UNREACHABLE","features":[446]},{"name":"IF_ROW","features":[446]},{"name":"IF_STATUS","features":[446]},{"name":"IF_TABLE","features":[446]},{"name":"IF_TYPE_A12MPPSWITCH","features":[446]},{"name":"IF_TYPE_AAL2","features":[446]},{"name":"IF_TYPE_AAL5","features":[446]},{"name":"IF_TYPE_ADSL","features":[446]},{"name":"IF_TYPE_AFLANE_8023","features":[446]},{"name":"IF_TYPE_AFLANE_8025","features":[446]},{"name":"IF_TYPE_ARAP","features":[446]},{"name":"IF_TYPE_ARCNET","features":[446]},{"name":"IF_TYPE_ARCNET_PLUS","features":[446]},{"name":"IF_TYPE_ASYNC","features":[446]},{"name":"IF_TYPE_ATM","features":[446]},{"name":"IF_TYPE_ATM_DXI","features":[446]},{"name":"IF_TYPE_ATM_FUNI","features":[446]},{"name":"IF_TYPE_ATM_IMA","features":[446]},{"name":"IF_TYPE_ATM_LOGICAL","features":[446]},{"name":"IF_TYPE_ATM_RADIO","features":[446]},{"name":"IF_TYPE_ATM_SUBINTERFACE","features":[446]},{"name":"IF_TYPE_ATM_VCI_ENDPT","features":[446]},{"name":"IF_TYPE_ATM_VIRTUAL","features":[446]},{"name":"IF_TYPE_BASIC_ISDN","features":[446]},{"name":"IF_TYPE_BGP_POLICY_ACCOUNTING","features":[446]},{"name":"IF_TYPE_BSC","features":[446]},{"name":"IF_TYPE_CCTEMUL","features":[446]},{"name":"IF_TYPE_CES","features":[446]},{"name":"IF_TYPE_CHANNEL","features":[446]},{"name":"IF_TYPE_CNR","features":[446]},{"name":"IF_TYPE_COFFEE","features":[446]},{"name":"IF_TYPE_COMPOSITELINK","features":[446]},{"name":"IF_TYPE_DCN","features":[446]},{"name":"IF_TYPE_DDN_X25","features":[446]},{"name":"IF_TYPE_DIGITALPOWERLINE","features":[446]},{"name":"IF_TYPE_DIGITAL_WRAPPER_OVERHEAD_CHANNEL","features":[446]},{"name":"IF_TYPE_DLSW","features":[446]},{"name":"IF_TYPE_DOCSCABLE_DOWNSTREAM","features":[446]},{"name":"IF_TYPE_DOCSCABLE_MACLAYER","features":[446]},{"name":"IF_TYPE_DOCSCABLE_UPSTREAM","features":[446]},{"name":"IF_TYPE_DS0","features":[446]},{"name":"IF_TYPE_DS0_BUNDLE","features":[446]},{"name":"IF_TYPE_DS1","features":[446]},{"name":"IF_TYPE_DS1_FDL","features":[446]},{"name":"IF_TYPE_DS3","features":[446]},{"name":"IF_TYPE_DTM","features":[446]},{"name":"IF_TYPE_DVBRCC_DOWNSTREAM","features":[446]},{"name":"IF_TYPE_DVBRCC_MACLAYER","features":[446]},{"name":"IF_TYPE_DVBRCC_UPSTREAM","features":[446]},{"name":"IF_TYPE_DVB_ASI_IN","features":[446]},{"name":"IF_TYPE_DVB_ASI_OUT","features":[446]},{"name":"IF_TYPE_E1","features":[446]},{"name":"IF_TYPE_EON","features":[446]},{"name":"IF_TYPE_EPLRS","features":[446]},{"name":"IF_TYPE_ESCON","features":[446]},{"name":"IF_TYPE_ETHERNET_3MBIT","features":[446]},{"name":"IF_TYPE_ETHERNET_CSMACD","features":[446]},{"name":"IF_TYPE_FAST","features":[446]},{"name":"IF_TYPE_FASTETHER","features":[446]},{"name":"IF_TYPE_FASTETHER_FX","features":[446]},{"name":"IF_TYPE_FDDI","features":[446]},{"name":"IF_TYPE_FIBRECHANNEL","features":[446]},{"name":"IF_TYPE_FRAMERELAY","features":[446]},{"name":"IF_TYPE_FRAMERELAY_INTERCONNECT","features":[446]},{"name":"IF_TYPE_FRAMERELAY_MPI","features":[446]},{"name":"IF_TYPE_FRAMERELAY_SERVICE","features":[446]},{"name":"IF_TYPE_FRF16_MFR_BUNDLE","features":[446]},{"name":"IF_TYPE_FR_DLCI_ENDPT","features":[446]},{"name":"IF_TYPE_FR_FORWARD","features":[446]},{"name":"IF_TYPE_G703_2MB","features":[446]},{"name":"IF_TYPE_G703_64K","features":[446]},{"name":"IF_TYPE_GIGABITETHERNET","features":[446]},{"name":"IF_TYPE_GR303_IDT","features":[446]},{"name":"IF_TYPE_GR303_RDT","features":[446]},{"name":"IF_TYPE_H323_GATEKEEPER","features":[446]},{"name":"IF_TYPE_H323_PROXY","features":[446]},{"name":"IF_TYPE_HDH_1822","features":[446]},{"name":"IF_TYPE_HDLC","features":[446]},{"name":"IF_TYPE_HDSL2","features":[446]},{"name":"IF_TYPE_HIPERLAN2","features":[446]},{"name":"IF_TYPE_HIPPI","features":[446]},{"name":"IF_TYPE_HIPPIINTERFACE","features":[446]},{"name":"IF_TYPE_HOSTPAD","features":[446]},{"name":"IF_TYPE_HSSI","features":[446]},{"name":"IF_TYPE_HYPERCHANNEL","features":[446]},{"name":"IF_TYPE_IBM370PARCHAN","features":[446]},{"name":"IF_TYPE_IDSL","features":[446]},{"name":"IF_TYPE_IEEE1394","features":[446]},{"name":"IF_TYPE_IEEE80211","features":[446]},{"name":"IF_TYPE_IEEE80212","features":[446]},{"name":"IF_TYPE_IEEE802154","features":[446]},{"name":"IF_TYPE_IEEE80216_WMAN","features":[446]},{"name":"IF_TYPE_IEEE8023AD_LAG","features":[446]},{"name":"IF_TYPE_IF_GSN","features":[446]},{"name":"IF_TYPE_IMT","features":[446]},{"name":"IF_TYPE_INTERLEAVE","features":[446]},{"name":"IF_TYPE_IP","features":[446]},{"name":"IF_TYPE_IPFORWARD","features":[446]},{"name":"IF_TYPE_IPOVER_ATM","features":[446]},{"name":"IF_TYPE_IPOVER_CDLC","features":[446]},{"name":"IF_TYPE_IPOVER_CLAW","features":[446]},{"name":"IF_TYPE_IPSWITCH","features":[446]},{"name":"IF_TYPE_IS088023_CSMACD","features":[446]},{"name":"IF_TYPE_ISDN","features":[446]},{"name":"IF_TYPE_ISDN_S","features":[446]},{"name":"IF_TYPE_ISDN_U","features":[446]},{"name":"IF_TYPE_ISO88022_LLC","features":[446]},{"name":"IF_TYPE_ISO88024_TOKENBUS","features":[446]},{"name":"IF_TYPE_ISO88025R_DTR","features":[446]},{"name":"IF_TYPE_ISO88025_CRFPRINT","features":[446]},{"name":"IF_TYPE_ISO88025_FIBER","features":[446]},{"name":"IF_TYPE_ISO88025_TOKENRING","features":[446]},{"name":"IF_TYPE_ISO88026_MAN","features":[446]},{"name":"IF_TYPE_ISUP","features":[446]},{"name":"IF_TYPE_L2_VLAN","features":[446]},{"name":"IF_TYPE_L3_IPVLAN","features":[446]},{"name":"IF_TYPE_L3_IPXVLAN","features":[446]},{"name":"IF_TYPE_LAP_B","features":[446]},{"name":"IF_TYPE_LAP_D","features":[446]},{"name":"IF_TYPE_LAP_F","features":[446]},{"name":"IF_TYPE_LOCALTALK","features":[446]},{"name":"IF_TYPE_MEDIAMAILOVERIP","features":[446]},{"name":"IF_TYPE_MF_SIGLINK","features":[446]},{"name":"IF_TYPE_MIO_X25","features":[446]},{"name":"IF_TYPE_MODEM","features":[446]},{"name":"IF_TYPE_MPC","features":[446]},{"name":"IF_TYPE_MPLS","features":[446]},{"name":"IF_TYPE_MPLS_TUNNEL","features":[446]},{"name":"IF_TYPE_MSDSL","features":[446]},{"name":"IF_TYPE_MVL","features":[446]},{"name":"IF_TYPE_MYRINET","features":[446]},{"name":"IF_TYPE_NFAS","features":[446]},{"name":"IF_TYPE_NSIP","features":[446]},{"name":"IF_TYPE_OPTICAL_CHANNEL","features":[446]},{"name":"IF_TYPE_OPTICAL_TRANSPORT","features":[446]},{"name":"IF_TYPE_OTHER","features":[446]},{"name":"IF_TYPE_PARA","features":[446]},{"name":"IF_TYPE_PLC","features":[446]},{"name":"IF_TYPE_POS","features":[446]},{"name":"IF_TYPE_PPP","features":[446]},{"name":"IF_TYPE_PPPMULTILINKBUNDLE","features":[446]},{"name":"IF_TYPE_PRIMARY_ISDN","features":[446]},{"name":"IF_TYPE_PROP_BWA_P2MP","features":[446]},{"name":"IF_TYPE_PROP_CNLS","features":[446]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_DOWNSTREAM","features":[446]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_MACLAYER","features":[446]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_UPSTREAM","features":[446]},{"name":"IF_TYPE_PROP_MULTIPLEXOR","features":[446]},{"name":"IF_TYPE_PROP_POINT2POINT_SERIAL","features":[446]},{"name":"IF_TYPE_PROP_VIRTUAL","features":[446]},{"name":"IF_TYPE_PROP_WIRELESS_P2P","features":[446]},{"name":"IF_TYPE_PROTEON_10MBIT","features":[446]},{"name":"IF_TYPE_PROTEON_80MBIT","features":[446]},{"name":"IF_TYPE_QLLC","features":[446]},{"name":"IF_TYPE_RADIO_MAC","features":[446]},{"name":"IF_TYPE_RADSL","features":[446]},{"name":"IF_TYPE_REACH_DSL","features":[446]},{"name":"IF_TYPE_REGULAR_1822","features":[446]},{"name":"IF_TYPE_RFC1483","features":[446]},{"name":"IF_TYPE_RFC877_X25","features":[446]},{"name":"IF_TYPE_RS232","features":[446]},{"name":"IF_TYPE_RSRB","features":[446]},{"name":"IF_TYPE_SDLC","features":[446]},{"name":"IF_TYPE_SDSL","features":[446]},{"name":"IF_TYPE_SHDSL","features":[446]},{"name":"IF_TYPE_SIP","features":[446]},{"name":"IF_TYPE_SLIP","features":[446]},{"name":"IF_TYPE_SMDS_DXI","features":[446]},{"name":"IF_TYPE_SMDS_ICIP","features":[446]},{"name":"IF_TYPE_SOFTWARE_LOOPBACK","features":[446]},{"name":"IF_TYPE_SONET","features":[446]},{"name":"IF_TYPE_SONET_OVERHEAD_CHANNEL","features":[446]},{"name":"IF_TYPE_SONET_PATH","features":[446]},{"name":"IF_TYPE_SONET_VT","features":[446]},{"name":"IF_TYPE_SRP","features":[446]},{"name":"IF_TYPE_SS7_SIGLINK","features":[446]},{"name":"IF_TYPE_STACKTOSTACK","features":[446]},{"name":"IF_TYPE_STARLAN","features":[446]},{"name":"IF_TYPE_TDLC","features":[446]},{"name":"IF_TYPE_TERMPAD","features":[446]},{"name":"IF_TYPE_TR008","features":[446]},{"name":"IF_TYPE_TRANSPHDLC","features":[446]},{"name":"IF_TYPE_TUNNEL","features":[446]},{"name":"IF_TYPE_ULTRA","features":[446]},{"name":"IF_TYPE_USB","features":[446]},{"name":"IF_TYPE_V11","features":[446]},{"name":"IF_TYPE_V35","features":[446]},{"name":"IF_TYPE_V36","features":[446]},{"name":"IF_TYPE_V37","features":[446]},{"name":"IF_TYPE_VDSL","features":[446]},{"name":"IF_TYPE_VIRTUALIPADDRESS","features":[446]},{"name":"IF_TYPE_VOICEOVERATM","features":[446]},{"name":"IF_TYPE_VOICEOVERFRAMERELAY","features":[446]},{"name":"IF_TYPE_VOICE_EM","features":[446]},{"name":"IF_TYPE_VOICE_ENCAP","features":[446]},{"name":"IF_TYPE_VOICE_FXO","features":[446]},{"name":"IF_TYPE_VOICE_FXS","features":[446]},{"name":"IF_TYPE_VOICE_OVERIP","features":[446]},{"name":"IF_TYPE_WWANPP","features":[446]},{"name":"IF_TYPE_WWANPP2","features":[446]},{"name":"IF_TYPE_X213","features":[446]},{"name":"IF_TYPE_X25_HUNTGROUP","features":[446]},{"name":"IF_TYPE_X25_MLP","features":[446]},{"name":"IF_TYPE_X25_PLE","features":[446]},{"name":"IF_TYPE_XBOX_WIRELESS","features":[446]},{"name":"INTERFACE_HARDWARE_CROSSTIMESTAMP","features":[446]},{"name":"INTERFACE_HARDWARE_CROSSTIMESTAMP_VERSION_1","features":[446]},{"name":"INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES","features":[307,446]},{"name":"INTERFACE_SOFTWARE_TIMESTAMP_CAPABILITIES","features":[307,446]},{"name":"INTERFACE_TIMESTAMP_CAPABILITIES","features":[307,446]},{"name":"INTERFACE_TIMESTAMP_CAPABILITIES_VERSION_1","features":[446]},{"name":"INTERNAL_IF_OPER_STATUS","features":[446]},{"name":"IOCTL_ARP_SEND_REQUEST","features":[446]},{"name":"IOCTL_IP_ADDCHANGE_NOTIFY_REQUEST","features":[446]},{"name":"IOCTL_IP_GET_BEST_INTERFACE","features":[446]},{"name":"IOCTL_IP_INTERFACE_INFO","features":[446]},{"name":"IOCTL_IP_RTCHANGE_NOTIFY_REQUEST","features":[446]},{"name":"IOCTL_IP_UNIDIRECTIONAL_ADAPTER_ADDRESS","features":[446]},{"name":"IP6_STATS","features":[446]},{"name":"IPRTRMGR_PID","features":[446]},{"name":"IPV6_ADDRESS_EX","features":[446]},{"name":"IPV6_GLOBAL_INFO","features":[446]},{"name":"IPV6_ROUTE_INFO","features":[446]},{"name":"IP_ADAPTER_ADDRESSES_LH","features":[446,321,320]},{"name":"IP_ADAPTER_ADDRESSES_XP","features":[446,321,320]},{"name":"IP_ADAPTER_ADDRESS_DNS_ELIGIBLE","features":[446]},{"name":"IP_ADAPTER_ADDRESS_TRANSIENT","features":[446]},{"name":"IP_ADAPTER_ANYCAST_ADDRESS_XP","features":[446,320]},{"name":"IP_ADAPTER_DDNS_ENABLED","features":[446]},{"name":"IP_ADAPTER_DHCP_ENABLED","features":[446]},{"name":"IP_ADAPTER_DNS_SERVER_ADDRESS_XP","features":[446,320]},{"name":"IP_ADAPTER_DNS_SUFFIX","features":[446]},{"name":"IP_ADAPTER_GATEWAY_ADDRESS_LH","features":[446,320]},{"name":"IP_ADAPTER_INDEX_MAP","features":[446]},{"name":"IP_ADAPTER_INFO","features":[307,446]},{"name":"IP_ADAPTER_IPV4_ENABLED","features":[446]},{"name":"IP_ADAPTER_IPV6_ENABLED","features":[446]},{"name":"IP_ADAPTER_IPV6_MANAGE_ADDRESS_CONFIG","features":[446]},{"name":"IP_ADAPTER_IPV6_OTHER_STATEFUL_CONFIG","features":[446]},{"name":"IP_ADAPTER_MULTICAST_ADDRESS_XP","features":[446,320]},{"name":"IP_ADAPTER_NETBIOS_OVER_TCPIP_ENABLED","features":[446]},{"name":"IP_ADAPTER_NO_MULTICAST","features":[446]},{"name":"IP_ADAPTER_ORDER_MAP","features":[446]},{"name":"IP_ADAPTER_PREFIX_XP","features":[446,320]},{"name":"IP_ADAPTER_RECEIVE_ONLY","features":[446]},{"name":"IP_ADAPTER_REGISTER_ADAPTER_SUFFIX","features":[446]},{"name":"IP_ADAPTER_UNICAST_ADDRESS_LH","features":[446,320]},{"name":"IP_ADAPTER_UNICAST_ADDRESS_XP","features":[446,320]},{"name":"IP_ADAPTER_WINS_SERVER_ADDRESS_LH","features":[446,320]},{"name":"IP_ADDRESS_PREFIX","features":[446,320]},{"name":"IP_ADDRESS_STRING","features":[446]},{"name":"IP_ADDRROW","features":[446]},{"name":"IP_ADDRTABLE","features":[446]},{"name":"IP_ADDR_ADDED","features":[446]},{"name":"IP_ADDR_DELETED","features":[446]},{"name":"IP_ADDR_STRING","features":[446]},{"name":"IP_BAD_DESTINATION","features":[446]},{"name":"IP_BAD_HEADER","features":[446]},{"name":"IP_BAD_OPTION","features":[446]},{"name":"IP_BAD_REQ","features":[446]},{"name":"IP_BAD_ROUTE","features":[446]},{"name":"IP_BIND_ADAPTER","features":[446]},{"name":"IP_BUF_TOO_SMALL","features":[446]},{"name":"IP_DEMAND_DIAL_FILTER_INFO","features":[446]},{"name":"IP_DEMAND_DIAL_FILTER_INFO_V6","features":[446]},{"name":"IP_DEST_ADDR_UNREACHABLE","features":[446]},{"name":"IP_DEST_HOST_UNREACHABLE","features":[446]},{"name":"IP_DEST_NET_UNREACHABLE","features":[446]},{"name":"IP_DEST_NO_ROUTE","features":[446]},{"name":"IP_DEST_PORT_UNREACHABLE","features":[446]},{"name":"IP_DEST_PROHIBITED","features":[446]},{"name":"IP_DEST_PROT_UNREACHABLE","features":[446]},{"name":"IP_DEST_SCOPE_MISMATCH","features":[446]},{"name":"IP_DEST_UNREACHABLE","features":[446]},{"name":"IP_DEVICE_DOES_NOT_EXIST","features":[446]},{"name":"IP_DUPLICATE_ADDRESS","features":[446]},{"name":"IP_DUPLICATE_IPADD","features":[446]},{"name":"IP_EXPORT_INCLUDED","features":[446]},{"name":"IP_FILTER_ENABLE_INFO","features":[446]},{"name":"IP_FILTER_ENABLE_INFO_V6","features":[446]},{"name":"IP_FLAG_DF","features":[446]},{"name":"IP_FLAG_REVERSE","features":[446]},{"name":"IP_FORWARDNUMBER","features":[446]},{"name":"IP_FORWARDROW","features":[446]},{"name":"IP_FORWARDTABLE","features":[446]},{"name":"IP_GENERAL_FAILURE","features":[446]},{"name":"IP_GENERAL_INFO_BASE","features":[446]},{"name":"IP_GLOBAL_INFO","features":[446]},{"name":"IP_HOP_LIMIT_EXCEEDED","features":[446]},{"name":"IP_HW_ERROR","features":[446]},{"name":"IP_ICMP_ERROR","features":[446]},{"name":"IP_IFFILTER_INFO","features":[446]},{"name":"IP_IFFILTER_INFO_V6","features":[446]},{"name":"IP_INTERFACE_INFO","features":[446]},{"name":"IP_INTERFACE_METRIC_CHANGE","features":[446]},{"name":"IP_INTERFACE_NAME_INFO_W2KSP1","features":[446]},{"name":"IP_INTERFACE_STATUS_INFO","features":[446]},{"name":"IP_INTERFACE_WOL_CAPABILITY_CHANGE","features":[446]},{"name":"IP_IN_FILTER_INFO","features":[446]},{"name":"IP_IN_FILTER_INFO_V6","features":[446]},{"name":"IP_IPINIP_CFG_INFO","features":[446]},{"name":"IP_MCAST_BOUNDARY_INFO","features":[446]},{"name":"IP_MCAST_COUNTER_INFO","features":[446]},{"name":"IP_MCAST_HEARBEAT_INFO","features":[446]},{"name":"IP_MCAST_LIMIT_INFO","features":[446]},{"name":"IP_MEDIA_CONNECT","features":[446]},{"name":"IP_MEDIA_DISCONNECT","features":[446]},{"name":"IP_MTU_CHANGE","features":[446]},{"name":"IP_NEGOTIATING_IPSEC","features":[446]},{"name":"IP_NETROW","features":[446]},{"name":"IP_NETTABLE","features":[446]},{"name":"IP_NO_RESOURCES","features":[446]},{"name":"IP_OPTION_INFORMATION","features":[446]},{"name":"IP_OPTION_INFORMATION32","features":[446]},{"name":"IP_OPTION_TOO_BIG","features":[446]},{"name":"IP_OUT_FILTER_INFO","features":[446]},{"name":"IP_OUT_FILTER_INFO_V6","features":[446]},{"name":"IP_PACKET_TOO_BIG","features":[446]},{"name":"IP_PARAMETER_PROBLEM","features":[446]},{"name":"IP_PARAM_PROBLEM","features":[446]},{"name":"IP_PENDING","features":[446]},{"name":"IP_PER_ADAPTER_INFO_W2KSP1","features":[446]},{"name":"IP_PROT_PRIORITY_INFO","features":[446]},{"name":"IP_PROT_PRIORITY_INFO_EX","features":[446]},{"name":"IP_REASSEMBLY_TIME_EXCEEDED","features":[446]},{"name":"IP_RECONFIG_SECFLTR","features":[446]},{"name":"IP_REQ_TIMED_OUT","features":[446]},{"name":"IP_ROUTER_DISC_INFO","features":[446]},{"name":"IP_ROUTER_MANAGER_VERSION","features":[446]},{"name":"IP_ROUTE_INFO","features":[446]},{"name":"IP_SOURCE_QUENCH","features":[446]},{"name":"IP_SPEC_MTU_CHANGE","features":[446]},{"name":"IP_STATS","features":[446]},{"name":"IP_STATUS_BASE","features":[446]},{"name":"IP_SUCCESS","features":[446]},{"name":"IP_TIME_EXCEEDED","features":[446]},{"name":"IP_TTL_EXPIRED_REASSEM","features":[446]},{"name":"IP_TTL_EXPIRED_TRANSIT","features":[446]},{"name":"IP_UNBIND_ADAPTER","features":[446]},{"name":"IP_UNIDIRECTIONAL_ADAPTER_ADDRESS","features":[446]},{"name":"IP_UNLOAD","features":[446]},{"name":"IP_UNRECOGNIZED_NEXT_HEADER","features":[446]},{"name":"Icmp6CreateFile","features":[307,446]},{"name":"Icmp6ParseReplies","features":[446]},{"name":"Icmp6SendEcho2","features":[307,446,320,312]},{"name":"IcmpCloseHandle","features":[307,446]},{"name":"IcmpCreateFile","features":[307,446]},{"name":"IcmpParseReplies","features":[446]},{"name":"IcmpSendEcho","features":[307,446]},{"name":"IcmpSendEcho2","features":[307,446,312]},{"name":"IcmpSendEcho2Ex","features":[307,446,312]},{"name":"InitializeIpForwardEntry","features":[307,446,321,320]},{"name":"InitializeIpInterfaceEntry","features":[307,446,321,320]},{"name":"InitializeUnicastIpAddressEntry","features":[307,446,321,320]},{"name":"IpReleaseAddress","features":[446]},{"name":"IpRenewAddress","features":[446]},{"name":"LB_DST_ADDR_USE_DSTADDR_FLAG","features":[446]},{"name":"LB_DST_ADDR_USE_SRCADDR_FLAG","features":[446]},{"name":"LB_DST_MASK_LATE_FLAG","features":[446]},{"name":"LB_SRC_ADDR_USE_DSTADDR_FLAG","features":[446]},{"name":"LB_SRC_ADDR_USE_SRCADDR_FLAG","features":[446]},{"name":"LB_SRC_MASK_LATE_FLAG","features":[446]},{"name":"LookupPersistentTcpPortReservation","features":[446]},{"name":"LookupPersistentUdpPortReservation","features":[446]},{"name":"MAXLEN_IFDESCR","features":[446]},{"name":"MAXLEN_PHYSADDR","features":[446]},{"name":"MAX_ADAPTER_ADDRESS_LENGTH","features":[446]},{"name":"MAX_ADAPTER_DESCRIPTION_LENGTH","features":[446]},{"name":"MAX_ADAPTER_NAME","features":[446]},{"name":"MAX_ADAPTER_NAME_LENGTH","features":[446]},{"name":"MAX_DHCPV6_DUID_LENGTH","features":[446]},{"name":"MAX_DNS_SUFFIX_STRING_LENGTH","features":[446]},{"name":"MAX_DOMAIN_NAME_LEN","features":[446]},{"name":"MAX_HOSTNAME_LEN","features":[446]},{"name":"MAX_IF_TYPE","features":[446]},{"name":"MAX_INTERFACE_NAME_LEN","features":[446]},{"name":"MAX_IP_STATUS","features":[446]},{"name":"MAX_MIB_OFFSET","features":[446]},{"name":"MAX_OPT_SIZE","features":[446]},{"name":"MAX_SCOPE_ID_LEN","features":[446]},{"name":"MAX_SCOPE_NAME_LEN","features":[446]},{"name":"MCAST_BOUNDARY","features":[446]},{"name":"MCAST_GLOBAL","features":[446]},{"name":"MCAST_IF_ENTRY","features":[446]},{"name":"MCAST_MFE","features":[446]},{"name":"MCAST_MFE_STATS","features":[446]},{"name":"MCAST_MFE_STATS_EX","features":[446]},{"name":"MCAST_SCOPE","features":[446]},{"name":"MIBICMPINFO","features":[446]},{"name":"MIBICMPSTATS","features":[446]},{"name":"MIBICMPSTATS_EX_XPSP1","features":[446]},{"name":"MIB_ANYCASTIPADDRESS_ROW","features":[446,321,320]},{"name":"MIB_ANYCASTIPADDRESS_TABLE","features":[446,321,320]},{"name":"MIB_BEST_IF","features":[446]},{"name":"MIB_BOUNDARYROW","features":[446]},{"name":"MIB_ICMP","features":[446]},{"name":"MIB_ICMP_EX_XPSP1","features":[446]},{"name":"MIB_IFNUMBER","features":[446]},{"name":"MIB_IFROW","features":[446]},{"name":"MIB_IFSTACK_ROW","features":[446]},{"name":"MIB_IFSTACK_TABLE","features":[446]},{"name":"MIB_IFSTATUS","features":[307,446]},{"name":"MIB_IFTABLE","features":[446]},{"name":"MIB_IF_ADMIN_STATUS_DOWN","features":[446]},{"name":"MIB_IF_ADMIN_STATUS_TESTING","features":[446]},{"name":"MIB_IF_ADMIN_STATUS_UP","features":[446]},{"name":"MIB_IF_ENTRY_LEVEL","features":[446]},{"name":"MIB_IF_ROW2","features":[446,321]},{"name":"MIB_IF_TABLE2","features":[446,321]},{"name":"MIB_IF_TABLE_LEVEL","features":[446]},{"name":"MIB_IF_TYPE_ETHERNET","features":[446]},{"name":"MIB_IF_TYPE_FDDI","features":[446]},{"name":"MIB_IF_TYPE_LOOPBACK","features":[446]},{"name":"MIB_IF_TYPE_OTHER","features":[446]},{"name":"MIB_IF_TYPE_PPP","features":[446]},{"name":"MIB_IF_TYPE_SLIP","features":[446]},{"name":"MIB_IF_TYPE_TOKENRING","features":[446]},{"name":"MIB_INVALID_TEREDO_PORT_NUMBER","features":[446]},{"name":"MIB_INVERTEDIFSTACK_ROW","features":[446]},{"name":"MIB_INVERTEDIFSTACK_TABLE","features":[446]},{"name":"MIB_IPADDRROW_W2K","features":[446]},{"name":"MIB_IPADDRROW_XP","features":[446]},{"name":"MIB_IPADDRTABLE","features":[446]},{"name":"MIB_IPADDR_DELETED","features":[446]},{"name":"MIB_IPADDR_DISCONNECTED","features":[446]},{"name":"MIB_IPADDR_DNS_ELIGIBLE","features":[446]},{"name":"MIB_IPADDR_DYNAMIC","features":[446]},{"name":"MIB_IPADDR_PRIMARY","features":[446]},{"name":"MIB_IPADDR_TRANSIENT","features":[446]},{"name":"MIB_IPDESTROW","features":[446,320]},{"name":"MIB_IPDESTTABLE","features":[446,320]},{"name":"MIB_IPFORWARDNUMBER","features":[446]},{"name":"MIB_IPFORWARDROW","features":[446,320]},{"name":"MIB_IPFORWARDTABLE","features":[446,320]},{"name":"MIB_IPFORWARD_ROW2","features":[307,446,321,320]},{"name":"MIB_IPFORWARD_TABLE2","features":[307,446,321,320]},{"name":"MIB_IPFORWARD_TYPE","features":[446]},{"name":"MIB_IPINTERFACE_ROW","features":[307,446,321,320]},{"name":"MIB_IPINTERFACE_TABLE","features":[307,446,321,320]},{"name":"MIB_IPMCAST_BOUNDARY","features":[446]},{"name":"MIB_IPMCAST_BOUNDARY_TABLE","features":[446]},{"name":"MIB_IPMCAST_GLOBAL","features":[446]},{"name":"MIB_IPMCAST_IF_ENTRY","features":[446]},{"name":"MIB_IPMCAST_IF_TABLE","features":[446]},{"name":"MIB_IPMCAST_MFE","features":[446]},{"name":"MIB_IPMCAST_MFE_STATS","features":[446]},{"name":"MIB_IPMCAST_MFE_STATS_EX_XP","features":[446]},{"name":"MIB_IPMCAST_OIF_STATS_LH","features":[446]},{"name":"MIB_IPMCAST_OIF_STATS_W2K","features":[446]},{"name":"MIB_IPMCAST_OIF_W2K","features":[446]},{"name":"MIB_IPMCAST_OIF_XP","features":[446]},{"name":"MIB_IPMCAST_SCOPE","features":[446]},{"name":"MIB_IPNETROW_LH","features":[446]},{"name":"MIB_IPNETROW_W2K","features":[446]},{"name":"MIB_IPNETTABLE","features":[446]},{"name":"MIB_IPNET_ROW2","features":[446,321,320]},{"name":"MIB_IPNET_TABLE2","features":[446,321,320]},{"name":"MIB_IPNET_TYPE","features":[446]},{"name":"MIB_IPNET_TYPE_DYNAMIC","features":[446]},{"name":"MIB_IPNET_TYPE_INVALID","features":[446]},{"name":"MIB_IPNET_TYPE_OTHER","features":[446]},{"name":"MIB_IPNET_TYPE_STATIC","features":[446]},{"name":"MIB_IPPATH_ROW","features":[307,446,321,320]},{"name":"MIB_IPPATH_TABLE","features":[307,446,321,320]},{"name":"MIB_IPROUTE_METRIC_UNUSED","features":[446]},{"name":"MIB_IPROUTE_TYPE_DIRECT","features":[446]},{"name":"MIB_IPROUTE_TYPE_INDIRECT","features":[446]},{"name":"MIB_IPROUTE_TYPE_INVALID","features":[446]},{"name":"MIB_IPROUTE_TYPE_OTHER","features":[446]},{"name":"MIB_IPSTATS_FORWARDING","features":[446]},{"name":"MIB_IPSTATS_LH","features":[446]},{"name":"MIB_IPSTATS_W2K","features":[446]},{"name":"MIB_IP_FORWARDING","features":[446]},{"name":"MIB_IP_NETWORK_CONNECTION_BANDWIDTH_ESTIMATES","features":[307,446,320]},{"name":"MIB_IP_NOT_FORWARDING","features":[446]},{"name":"MIB_MCAST_LIMIT_ROW","features":[446]},{"name":"MIB_MFE_STATS_TABLE","features":[446]},{"name":"MIB_MFE_STATS_TABLE_EX_XP","features":[446]},{"name":"MIB_MFE_TABLE","features":[446]},{"name":"MIB_MULTICASTIPADDRESS_ROW","features":[446,321,320]},{"name":"MIB_MULTICASTIPADDRESS_TABLE","features":[446,321,320]},{"name":"MIB_NOTIFICATION_TYPE","features":[446]},{"name":"MIB_OPAQUE_INFO","features":[446]},{"name":"MIB_OPAQUE_QUERY","features":[446]},{"name":"MIB_PROXYARP","features":[446]},{"name":"MIB_ROUTESTATE","features":[307,446]},{"name":"MIB_TCP6ROW","features":[446,320]},{"name":"MIB_TCP6ROW2","features":[446,320]},{"name":"MIB_TCP6ROW_OWNER_MODULE","features":[446]},{"name":"MIB_TCP6ROW_OWNER_PID","features":[446]},{"name":"MIB_TCP6TABLE","features":[446,320]},{"name":"MIB_TCP6TABLE2","features":[446,320]},{"name":"MIB_TCP6TABLE_OWNER_MODULE","features":[446]},{"name":"MIB_TCP6TABLE_OWNER_PID","features":[446]},{"name":"MIB_TCPROW2","features":[446]},{"name":"MIB_TCPROW_LH","features":[446]},{"name":"MIB_TCPROW_OWNER_MODULE","features":[446]},{"name":"MIB_TCPROW_OWNER_PID","features":[446]},{"name":"MIB_TCPROW_W2K","features":[446]},{"name":"MIB_TCPSTATS2","features":[446]},{"name":"MIB_TCPSTATS_LH","features":[446]},{"name":"MIB_TCPSTATS_W2K","features":[446]},{"name":"MIB_TCPTABLE","features":[446]},{"name":"MIB_TCPTABLE2","features":[446]},{"name":"MIB_TCPTABLE_OWNER_MODULE","features":[446]},{"name":"MIB_TCPTABLE_OWNER_PID","features":[446]},{"name":"MIB_TCP_RTO_CONSTANT","features":[446]},{"name":"MIB_TCP_RTO_OTHER","features":[446]},{"name":"MIB_TCP_RTO_RSRE","features":[446]},{"name":"MIB_TCP_RTO_VANJ","features":[446]},{"name":"MIB_TCP_STATE","features":[446]},{"name":"MIB_TCP_STATE_CLOSED","features":[446]},{"name":"MIB_TCP_STATE_CLOSE_WAIT","features":[446]},{"name":"MIB_TCP_STATE_CLOSING","features":[446]},{"name":"MIB_TCP_STATE_DELETE_TCB","features":[446]},{"name":"MIB_TCP_STATE_ESTAB","features":[446]},{"name":"MIB_TCP_STATE_FIN_WAIT1","features":[446]},{"name":"MIB_TCP_STATE_FIN_WAIT2","features":[446]},{"name":"MIB_TCP_STATE_LAST_ACK","features":[446]},{"name":"MIB_TCP_STATE_LISTEN","features":[446]},{"name":"MIB_TCP_STATE_RESERVED","features":[446]},{"name":"MIB_TCP_STATE_SYN_RCVD","features":[446]},{"name":"MIB_TCP_STATE_SYN_SENT","features":[446]},{"name":"MIB_TCP_STATE_TIME_WAIT","features":[446]},{"name":"MIB_UDP6ROW","features":[446,320]},{"name":"MIB_UDP6ROW2","features":[446]},{"name":"MIB_UDP6ROW_OWNER_MODULE","features":[446]},{"name":"MIB_UDP6ROW_OWNER_PID","features":[446]},{"name":"MIB_UDP6TABLE","features":[446,320]},{"name":"MIB_UDP6TABLE2","features":[446]},{"name":"MIB_UDP6TABLE_OWNER_MODULE","features":[446]},{"name":"MIB_UDP6TABLE_OWNER_PID","features":[446]},{"name":"MIB_UDPROW","features":[446]},{"name":"MIB_UDPROW2","features":[446]},{"name":"MIB_UDPROW_OWNER_MODULE","features":[446]},{"name":"MIB_UDPROW_OWNER_PID","features":[446]},{"name":"MIB_UDPSTATS","features":[446]},{"name":"MIB_UDPSTATS2","features":[446]},{"name":"MIB_UDPTABLE","features":[446]},{"name":"MIB_UDPTABLE2","features":[446]},{"name":"MIB_UDPTABLE_OWNER_MODULE","features":[446]},{"name":"MIB_UDPTABLE_OWNER_PID","features":[446]},{"name":"MIB_UNICASTIPADDRESS_ROW","features":[307,446,321,320]},{"name":"MIB_UNICASTIPADDRESS_TABLE","features":[307,446,321,320]},{"name":"MIB_USE_CURRENT_FORWARDING","features":[446]},{"name":"MIB_USE_CURRENT_TTL","features":[446]},{"name":"MIN_IF_TYPE","features":[446]},{"name":"MIXED_NODETYPE","features":[446]},{"name":"MibAddInstance","features":[446]},{"name":"MibDeleteInstance","features":[446]},{"name":"MibIfEntryNormal","features":[446]},{"name":"MibIfEntryNormalWithoutStatistics","features":[446]},{"name":"MibIfTableNormal","features":[446]},{"name":"MibIfTableNormalWithoutStatistics","features":[446]},{"name":"MibIfTableRaw","features":[446]},{"name":"MibInitialNotification","features":[446]},{"name":"MibParameterNotification","features":[446]},{"name":"ND_NEIGHBOR_ADVERT","features":[446]},{"name":"ND_NEIGHBOR_SOLICIT","features":[446]},{"name":"ND_REDIRECT","features":[446]},{"name":"ND_ROUTER_ADVERT","features":[446]},{"name":"ND_ROUTER_SOLICIT","features":[446]},{"name":"NET_ADDRESS_DNS_NAME","features":[446]},{"name":"NET_ADDRESS_FORMAT","features":[446]},{"name":"NET_ADDRESS_FORMAT_UNSPECIFIED","features":[446]},{"name":"NET_ADDRESS_INFO","features":[446,320]},{"name":"NET_ADDRESS_IPV4","features":[446]},{"name":"NET_ADDRESS_IPV6","features":[446]},{"name":"NET_STRING_IPV4_ADDRESS","features":[446]},{"name":"NET_STRING_IPV4_NETWORK","features":[446]},{"name":"NET_STRING_IPV4_SERVICE","features":[446]},{"name":"NET_STRING_IPV6_ADDRESS","features":[446]},{"name":"NET_STRING_IPV6_ADDRESS_NO_SCOPE","features":[446]},{"name":"NET_STRING_IPV6_NETWORK","features":[446]},{"name":"NET_STRING_IPV6_SERVICE","features":[446]},{"name":"NET_STRING_IPV6_SERVICE_NO_SCOPE","features":[446]},{"name":"NET_STRING_NAMED_ADDRESS","features":[446]},{"name":"NET_STRING_NAMED_SERVICE","features":[446]},{"name":"NUMBER_OF_EXPORTED_VARIABLES","features":[446]},{"name":"NhpAllocateAndGetInterfaceInfoFromStack","features":[307,446]},{"name":"NotifyAddrChange","features":[307,446,312]},{"name":"NotifyIfTimestampConfigChange","features":[446]},{"name":"NotifyIpInterfaceChange","features":[307,446,321,320]},{"name":"NotifyNetworkConnectivityHintChange","features":[307,446,320]},{"name":"NotifyRouteChange","features":[307,446,312]},{"name":"NotifyRouteChange2","features":[307,446,321,320]},{"name":"NotifyStableUnicastIpAddressTable","features":[307,446,321,320]},{"name":"NotifyTeredoPortChange","features":[307,446]},{"name":"NotifyUnicastIpAddressChange","features":[307,446,321,320]},{"name":"PEER_TO_PEER_NODETYPE","features":[446]},{"name":"PFADDRESSTYPE","features":[446]},{"name":"PFERROR_BUFFER_TOO_SMALL","features":[446]},{"name":"PFERROR_NO_FILTERS_GIVEN","features":[446]},{"name":"PFERROR_NO_PF_INTERFACE","features":[446]},{"name":"PFFORWARD_ACTION","features":[446]},{"name":"PFFRAMETYPE","features":[446]},{"name":"PFFT_FILTER","features":[446]},{"name":"PFFT_FRAG","features":[446]},{"name":"PFFT_SPOOF","features":[446]},{"name":"PFLOGFRAME","features":[446]},{"name":"PF_ACTION_DROP","features":[446]},{"name":"PF_ACTION_FORWARD","features":[446]},{"name":"PF_FILTER_DESCRIPTOR","features":[446]},{"name":"PF_FILTER_STATS","features":[446]},{"name":"PF_INTERFACE_STATS","features":[446]},{"name":"PF_IPV4","features":[446]},{"name":"PF_IPV6","features":[446]},{"name":"PF_LATEBIND_INFO","features":[446]},{"name":"PINTERFACE_TIMESTAMP_CONFIG_CHANGE_CALLBACK","features":[446]},{"name":"PIPFORWARD_CHANGE_CALLBACK","features":[307,446,321,320]},{"name":"PIPINTERFACE_CHANGE_CALLBACK","features":[307,446,321,320]},{"name":"PNETWORK_CONNECTIVITY_HINT_CHANGE_CALLBACK","features":[307,446,320]},{"name":"PROXY_ARP","features":[446]},{"name":"PSTABLE_UNICAST_IPADDRESS_TABLE_CALLBACK","features":[307,446,321,320]},{"name":"PTEREDO_PORT_CHANGE_CALLBACK","features":[446]},{"name":"PUNICAST_IPADDRESS_CHANGE_CALLBACK","features":[307,446,321,320]},{"name":"ParseNetworkString","features":[446,320]},{"name":"PfAddFiltersToInterface","features":[446]},{"name":"PfAddGlobalFilterToInterface","features":[446]},{"name":"PfBindInterfaceToIPAddress","features":[446]},{"name":"PfBindInterfaceToIndex","features":[446]},{"name":"PfCreateInterface","features":[307,446]},{"name":"PfDeleteInterface","features":[446]},{"name":"PfDeleteLog","features":[446]},{"name":"PfGetInterfaceStatistics","features":[307,446]},{"name":"PfMakeLog","features":[307,446]},{"name":"PfRebindFilters","features":[446]},{"name":"PfRemoveFilterHandles","features":[446]},{"name":"PfRemoveFiltersFromInterface","features":[446]},{"name":"PfRemoveGlobalFilterFromInterface","features":[446]},{"name":"PfSetLogBuffer","features":[446]},{"name":"PfTestPacket","features":[446]},{"name":"PfUnBindInterface","features":[446]},{"name":"ROUTE_LONGER","features":[446]},{"name":"ROUTE_MATCHING","features":[446]},{"name":"ROUTE_SHORTER","features":[446]},{"name":"ROUTE_STATE","features":[446]},{"name":"RegisterInterfaceTimestampConfigChange","features":[446]},{"name":"ResolveIpNetEntry2","features":[307,446,321,320]},{"name":"ResolveNeighbor","features":[446,320]},{"name":"RestoreMediaSense","features":[307,446,312]},{"name":"SendARP","features":[446]},{"name":"SetCurrentThreadCompartmentId","features":[307,446]},{"name":"SetCurrentThreadCompartmentScope","features":[307,446]},{"name":"SetDnsSettings","features":[307,446]},{"name":"SetIfEntry","features":[446]},{"name":"SetInterfaceDnsSettings","features":[307,446]},{"name":"SetIpForwardEntry","features":[446,320]},{"name":"SetIpForwardEntry2","features":[307,446,321,320]},{"name":"SetIpInterfaceEntry","features":[307,446,321,320]},{"name":"SetIpNetEntry","features":[446]},{"name":"SetIpNetEntry2","features":[307,446,321,320]},{"name":"SetIpStatistics","features":[446]},{"name":"SetIpStatisticsEx","features":[446]},{"name":"SetIpTTL","features":[446]},{"name":"SetJobCompartmentId","features":[307,446]},{"name":"SetNetworkInformation","features":[307,446]},{"name":"SetPerTcp6ConnectionEStats","features":[446,320]},{"name":"SetPerTcpConnectionEStats","features":[446]},{"name":"SetSessionCompartmentId","features":[307,446]},{"name":"SetTcpEntry","features":[446]},{"name":"SetUnicastIpAddressEntry","features":[307,446,321,320]},{"name":"TCP6_STATS","features":[446]},{"name":"TCPIP_OWNER_MODULE_BASIC_INFO","features":[446]},{"name":"TCPIP_OWNER_MODULE_INFO_BASIC","features":[446]},{"name":"TCPIP_OWNER_MODULE_INFO_CLASS","features":[446]},{"name":"TCPIP_OWNING_MODULE_SIZE","features":[446]},{"name":"TCP_BOOLEAN_OPTIONAL","features":[446]},{"name":"TCP_CONNECTION_OFFLOAD_STATE","features":[446]},{"name":"TCP_ESTATS_BANDWIDTH_ROD_v0","features":[307,446]},{"name":"TCP_ESTATS_BANDWIDTH_RW_v0","features":[446]},{"name":"TCP_ESTATS_DATA_ROD_v0","features":[446]},{"name":"TCP_ESTATS_DATA_RW_v0","features":[307,446]},{"name":"TCP_ESTATS_FINE_RTT_ROD_v0","features":[446]},{"name":"TCP_ESTATS_FINE_RTT_RW_v0","features":[307,446]},{"name":"TCP_ESTATS_OBS_REC_ROD_v0","features":[446]},{"name":"TCP_ESTATS_OBS_REC_RW_v0","features":[307,446]},{"name":"TCP_ESTATS_PATH_ROD_v0","features":[446]},{"name":"TCP_ESTATS_PATH_RW_v0","features":[307,446]},{"name":"TCP_ESTATS_REC_ROD_v0","features":[446]},{"name":"TCP_ESTATS_REC_RW_v0","features":[307,446]},{"name":"TCP_ESTATS_SEND_BUFF_ROD_v0","features":[446]},{"name":"TCP_ESTATS_SEND_BUFF_RW_v0","features":[307,446]},{"name":"TCP_ESTATS_SND_CONG_ROD_v0","features":[446]},{"name":"TCP_ESTATS_SND_CONG_ROS_v0","features":[446]},{"name":"TCP_ESTATS_SND_CONG_RW_v0","features":[307,446]},{"name":"TCP_ESTATS_SYN_OPTS_ROS_v0","features":[307,446]},{"name":"TCP_ESTATS_TYPE","features":[446]},{"name":"TCP_RESERVE_PORT_RANGE","features":[446]},{"name":"TCP_ROW","features":[446]},{"name":"TCP_RTO_ALGORITHM","features":[446]},{"name":"TCP_SOFT_ERROR","features":[446]},{"name":"TCP_STATS","features":[446]},{"name":"TCP_TABLE","features":[446]},{"name":"TCP_TABLE_BASIC_ALL","features":[446]},{"name":"TCP_TABLE_BASIC_CONNECTIONS","features":[446]},{"name":"TCP_TABLE_BASIC_LISTENER","features":[446]},{"name":"TCP_TABLE_CLASS","features":[446]},{"name":"TCP_TABLE_OWNER_MODULE_ALL","features":[446]},{"name":"TCP_TABLE_OWNER_MODULE_CONNECTIONS","features":[446]},{"name":"TCP_TABLE_OWNER_MODULE_LISTENER","features":[446]},{"name":"TCP_TABLE_OWNER_PID_ALL","features":[446]},{"name":"TCP_TABLE_OWNER_PID_CONNECTIONS","features":[446]},{"name":"TCP_TABLE_OWNER_PID_LISTENER","features":[446]},{"name":"TcpBoolOptDisabled","features":[446]},{"name":"TcpBoolOptEnabled","features":[446]},{"name":"TcpBoolOptUnchanged","features":[446]},{"name":"TcpConnectionEstatsBandwidth","features":[446]},{"name":"TcpConnectionEstatsData","features":[446]},{"name":"TcpConnectionEstatsFineRtt","features":[446]},{"name":"TcpConnectionEstatsMaximum","features":[446]},{"name":"TcpConnectionEstatsObsRec","features":[446]},{"name":"TcpConnectionEstatsPath","features":[446]},{"name":"TcpConnectionEstatsRec","features":[446]},{"name":"TcpConnectionEstatsSendBuff","features":[446]},{"name":"TcpConnectionEstatsSndCong","features":[446]},{"name":"TcpConnectionEstatsSynOpts","features":[446]},{"name":"TcpConnectionOffloadStateInHost","features":[446]},{"name":"TcpConnectionOffloadStateMax","features":[446]},{"name":"TcpConnectionOffloadStateOffloaded","features":[446]},{"name":"TcpConnectionOffloadStateOffloading","features":[446]},{"name":"TcpConnectionOffloadStateUploading","features":[446]},{"name":"TcpErrorAboveAckWindow","features":[446]},{"name":"TcpErrorAboveDataWindow","features":[446]},{"name":"TcpErrorAboveTsWindow","features":[446]},{"name":"TcpErrorBelowAckWindow","features":[446]},{"name":"TcpErrorBelowDataWindow","features":[446]},{"name":"TcpErrorBelowTsWindow","features":[446]},{"name":"TcpErrorDataChecksumError","features":[446]},{"name":"TcpErrorDataLengthError","features":[446]},{"name":"TcpErrorMaxSoftError","features":[446]},{"name":"TcpErrorNone","features":[446]},{"name":"TcpRtoAlgorithmConstant","features":[446]},{"name":"TcpRtoAlgorithmOther","features":[446]},{"name":"TcpRtoAlgorithmRsre","features":[446]},{"name":"TcpRtoAlgorithmVanj","features":[446]},{"name":"UDP6_STATS","features":[446]},{"name":"UDP_ROW","features":[446]},{"name":"UDP_STATS","features":[446]},{"name":"UDP_TABLE","features":[446]},{"name":"UDP_TABLE_BASIC","features":[446]},{"name":"UDP_TABLE_CLASS","features":[446]},{"name":"UDP_TABLE_OWNER_MODULE","features":[446]},{"name":"UDP_TABLE_OWNER_PID","features":[446]},{"name":"UnenableRouter","features":[307,446,312]},{"name":"UnregisterInterfaceTimestampConfigChange","features":[446]},{"name":"if_indextoname","features":[446]},{"name":"if_nametoindex","features":[446]}],"450":[{"name":"IDummyMBNUCMExt","features":[447,358]},{"name":"IMbnConnection","features":[447]},{"name":"IMbnConnectionContext","features":[447]},{"name":"IMbnConnectionContextEvents","features":[447]},{"name":"IMbnConnectionEvents","features":[447]},{"name":"IMbnConnectionManager","features":[447]},{"name":"IMbnConnectionManagerEvents","features":[447]},{"name":"IMbnConnectionProfile","features":[447]},{"name":"IMbnConnectionProfileEvents","features":[447]},{"name":"IMbnConnectionProfileManager","features":[447]},{"name":"IMbnConnectionProfileManagerEvents","features":[447]},{"name":"IMbnDeviceService","features":[447]},{"name":"IMbnDeviceServiceStateEvents","features":[447]},{"name":"IMbnDeviceServicesContext","features":[447]},{"name":"IMbnDeviceServicesEvents","features":[447]},{"name":"IMbnDeviceServicesManager","features":[447]},{"name":"IMbnInterface","features":[447]},{"name":"IMbnInterfaceEvents","features":[447]},{"name":"IMbnInterfaceManager","features":[447]},{"name":"IMbnInterfaceManagerEvents","features":[447]},{"name":"IMbnMultiCarrier","features":[447]},{"name":"IMbnMultiCarrierEvents","features":[447]},{"name":"IMbnPin","features":[447]},{"name":"IMbnPinEvents","features":[447]},{"name":"IMbnPinManager","features":[447]},{"name":"IMbnPinManagerEvents","features":[447]},{"name":"IMbnRadio","features":[447]},{"name":"IMbnRadioEvents","features":[447]},{"name":"IMbnRegistration","features":[447]},{"name":"IMbnRegistrationEvents","features":[447]},{"name":"IMbnServiceActivation","features":[447]},{"name":"IMbnServiceActivationEvents","features":[447]},{"name":"IMbnSignal","features":[447]},{"name":"IMbnSignalEvents","features":[447]},{"name":"IMbnSms","features":[447]},{"name":"IMbnSmsConfiguration","features":[447]},{"name":"IMbnSmsEvents","features":[447]},{"name":"IMbnSmsReadMsgPdu","features":[447]},{"name":"IMbnSmsReadMsgTextCdma","features":[447]},{"name":"IMbnSubscriberInformation","features":[447]},{"name":"IMbnVendorSpecificEvents","features":[447]},{"name":"IMbnVendorSpecificOperation","features":[447]},{"name":"MBN_ACCESSSTRING_LEN","features":[447]},{"name":"MBN_ACTIVATION_STATE","features":[447]},{"name":"MBN_ACTIVATION_STATE_ACTIVATED","features":[447]},{"name":"MBN_ACTIVATION_STATE_ACTIVATING","features":[447]},{"name":"MBN_ACTIVATION_STATE_DEACTIVATED","features":[447]},{"name":"MBN_ACTIVATION_STATE_DEACTIVATING","features":[447]},{"name":"MBN_ACTIVATION_STATE_NONE","features":[447]},{"name":"MBN_ATTEMPTS_REMAINING_UNKNOWN","features":[447]},{"name":"MBN_AUTH_PROTOCOL","features":[447]},{"name":"MBN_AUTH_PROTOCOL_CHAP","features":[447]},{"name":"MBN_AUTH_PROTOCOL_MSCHAPV2","features":[447]},{"name":"MBN_AUTH_PROTOCOL_NONE","features":[447]},{"name":"MBN_AUTH_PROTOCOL_PAP","features":[447]},{"name":"MBN_BAND_CLASS","features":[447]},{"name":"MBN_BAND_CLASS_0","features":[447]},{"name":"MBN_BAND_CLASS_CUSTOM","features":[447]},{"name":"MBN_BAND_CLASS_I","features":[447]},{"name":"MBN_BAND_CLASS_II","features":[447]},{"name":"MBN_BAND_CLASS_III","features":[447]},{"name":"MBN_BAND_CLASS_IV","features":[447]},{"name":"MBN_BAND_CLASS_IX","features":[447]},{"name":"MBN_BAND_CLASS_NONE","features":[447]},{"name":"MBN_BAND_CLASS_V","features":[447]},{"name":"MBN_BAND_CLASS_VI","features":[447]},{"name":"MBN_BAND_CLASS_VII","features":[447]},{"name":"MBN_BAND_CLASS_VIII","features":[447]},{"name":"MBN_BAND_CLASS_X","features":[447]},{"name":"MBN_BAND_CLASS_XI","features":[447]},{"name":"MBN_BAND_CLASS_XII","features":[447]},{"name":"MBN_BAND_CLASS_XIII","features":[447]},{"name":"MBN_BAND_CLASS_XIV","features":[447]},{"name":"MBN_BAND_CLASS_XV","features":[447]},{"name":"MBN_BAND_CLASS_XVI","features":[447]},{"name":"MBN_BAND_CLASS_XVII","features":[447]},{"name":"MBN_CDMA_DEFAULT_PROVIDER_ID","features":[447]},{"name":"MBN_CDMA_SHORT_MSG_SIZE_MAX","features":[447]},{"name":"MBN_CDMA_SHORT_MSG_SIZE_UNKNOWN","features":[447]},{"name":"MBN_CELLULAR_CLASS","features":[447]},{"name":"MBN_CELLULAR_CLASS_CDMA","features":[447]},{"name":"MBN_CELLULAR_CLASS_GSM","features":[447]},{"name":"MBN_CELLULAR_CLASS_NONE","features":[447]},{"name":"MBN_COMPRESSION","features":[447]},{"name":"MBN_COMPRESSION_ENABLE","features":[447]},{"name":"MBN_COMPRESSION_NONE","features":[447]},{"name":"MBN_CONNECTION_MODE","features":[447]},{"name":"MBN_CONNECTION_MODE_PROFILE","features":[447]},{"name":"MBN_CONNECTION_MODE_TMP_PROFILE","features":[447]},{"name":"MBN_CONTEXT","features":[447]},{"name":"MBN_CONTEXT_CONSTANTS","features":[447]},{"name":"MBN_CONTEXT_ID_APPEND","features":[447]},{"name":"MBN_CONTEXT_TYPE","features":[447]},{"name":"MBN_CONTEXT_TYPE_CUSTOM","features":[447]},{"name":"MBN_CONTEXT_TYPE_INTERNET","features":[447]},{"name":"MBN_CONTEXT_TYPE_NONE","features":[447]},{"name":"MBN_CONTEXT_TYPE_PURCHASE","features":[447]},{"name":"MBN_CONTEXT_TYPE_VIDEO_SHARE","features":[447]},{"name":"MBN_CONTEXT_TYPE_VOICE","features":[447]},{"name":"MBN_CONTEXT_TYPE_VPN","features":[447]},{"name":"MBN_CTRL_CAPS","features":[447]},{"name":"MBN_CTRL_CAPS_CDMA_MOBILE_IP","features":[447]},{"name":"MBN_CTRL_CAPS_CDMA_SIMPLE_IP","features":[447]},{"name":"MBN_CTRL_CAPS_HW_RADIO_SWITCH","features":[447]},{"name":"MBN_CTRL_CAPS_MODEL_MULTI_CARRIER","features":[447]},{"name":"MBN_CTRL_CAPS_MULTI_MODE","features":[447]},{"name":"MBN_CTRL_CAPS_NONE","features":[447]},{"name":"MBN_CTRL_CAPS_PROTECT_UNIQUEID","features":[447]},{"name":"MBN_CTRL_CAPS_REG_MANUAL","features":[447]},{"name":"MBN_CTRL_CAPS_USSD","features":[447]},{"name":"MBN_DATA_CLASS","features":[447]},{"name":"MBN_DATA_CLASS_1XEVDO","features":[447]},{"name":"MBN_DATA_CLASS_1XEVDO_REVA","features":[447]},{"name":"MBN_DATA_CLASS_1XEVDO_REVB","features":[447]},{"name":"MBN_DATA_CLASS_1XEVDV","features":[447]},{"name":"MBN_DATA_CLASS_1XRTT","features":[447]},{"name":"MBN_DATA_CLASS_3XRTT","features":[447]},{"name":"MBN_DATA_CLASS_5G_NSA","features":[447]},{"name":"MBN_DATA_CLASS_5G_SA","features":[447]},{"name":"MBN_DATA_CLASS_CUSTOM","features":[447]},{"name":"MBN_DATA_CLASS_EDGE","features":[447]},{"name":"MBN_DATA_CLASS_GPRS","features":[447]},{"name":"MBN_DATA_CLASS_HSDPA","features":[447]},{"name":"MBN_DATA_CLASS_HSUPA","features":[447]},{"name":"MBN_DATA_CLASS_LTE","features":[447]},{"name":"MBN_DATA_CLASS_NONE","features":[447]},{"name":"MBN_DATA_CLASS_UMB","features":[447]},{"name":"MBN_DATA_CLASS_UMTS","features":[447]},{"name":"MBN_DEVICEID_LEN","features":[447]},{"name":"MBN_DEVICE_SERVICE","features":[307,447]},{"name":"MBN_DEVICE_SERVICES_CAPABLE_INTERFACE_ARRIVAL","features":[447]},{"name":"MBN_DEVICE_SERVICES_CAPABLE_INTERFACE_REMOVAL","features":[447]},{"name":"MBN_DEVICE_SERVICES_INTERFACE_STATE","features":[447]},{"name":"MBN_DEVICE_SERVICE_SESSIONS_RESTORED","features":[447]},{"name":"MBN_DEVICE_SERVICE_SESSIONS_STATE","features":[447]},{"name":"MBN_ERROR_RATE_UNKNOWN","features":[447]},{"name":"MBN_FIRMWARE_LEN","features":[447]},{"name":"MBN_INTERFACE_CAPS","features":[447]},{"name":"MBN_INTERFACE_CAPS_CONSTANTS","features":[447]},{"name":"MBN_MANUFACTURER_LEN","features":[447]},{"name":"MBN_MESSAGE_INDEX_NONE","features":[447]},{"name":"MBN_MODEL_LEN","features":[447]},{"name":"MBN_MSG_STATUS","features":[447]},{"name":"MBN_MSG_STATUS_DRAFT","features":[447]},{"name":"MBN_MSG_STATUS_NEW","features":[447]},{"name":"MBN_MSG_STATUS_OLD","features":[447]},{"name":"MBN_MSG_STATUS_SENT","features":[447]},{"name":"MBN_PASSWORD_LEN","features":[447]},{"name":"MBN_PIN_CONSTANTS","features":[447]},{"name":"MBN_PIN_FORMAT","features":[447]},{"name":"MBN_PIN_FORMAT_ALPHANUMERIC","features":[447]},{"name":"MBN_PIN_FORMAT_NONE","features":[447]},{"name":"MBN_PIN_FORMAT_NUMERIC","features":[447]},{"name":"MBN_PIN_INFO","features":[447]},{"name":"MBN_PIN_LENGTH_UNKNOWN","features":[447]},{"name":"MBN_PIN_MODE","features":[447]},{"name":"MBN_PIN_MODE_DISABLED","features":[447]},{"name":"MBN_PIN_MODE_ENABLED","features":[447]},{"name":"MBN_PIN_STATE","features":[447]},{"name":"MBN_PIN_STATE_ENTER","features":[447]},{"name":"MBN_PIN_STATE_NONE","features":[447]},{"name":"MBN_PIN_STATE_UNBLOCK","features":[447]},{"name":"MBN_PIN_TYPE","features":[447]},{"name":"MBN_PIN_TYPE_CORPORATE_PIN","features":[447]},{"name":"MBN_PIN_TYPE_CUSTOM","features":[447]},{"name":"MBN_PIN_TYPE_DEVICE_FIRST_SIM_PIN","features":[447]},{"name":"MBN_PIN_TYPE_DEVICE_SIM_PIN","features":[447]},{"name":"MBN_PIN_TYPE_NETWORK_PIN","features":[447]},{"name":"MBN_PIN_TYPE_NETWORK_SUBSET_PIN","features":[447]},{"name":"MBN_PIN_TYPE_NONE","features":[447]},{"name":"MBN_PIN_TYPE_PIN1","features":[447]},{"name":"MBN_PIN_TYPE_PIN2","features":[447]},{"name":"MBN_PIN_TYPE_SUBSIDY_LOCK","features":[447]},{"name":"MBN_PIN_TYPE_SVC_PROVIDER_PIN","features":[447]},{"name":"MBN_PROVIDER","features":[447]},{"name":"MBN_PROVIDER2","features":[447]},{"name":"MBN_PROVIDERID_LEN","features":[447]},{"name":"MBN_PROVIDERNAME_LEN","features":[447]},{"name":"MBN_PROVIDER_CONSTANTS","features":[447]},{"name":"MBN_PROVIDER_STATE","features":[447]},{"name":"MBN_PROVIDER_STATE_FORBIDDEN","features":[447]},{"name":"MBN_PROVIDER_STATE_HOME","features":[447]},{"name":"MBN_PROVIDER_STATE_NONE","features":[447]},{"name":"MBN_PROVIDER_STATE_PREFERRED","features":[447]},{"name":"MBN_PROVIDER_STATE_PREFERRED_MULTICARRIER","features":[447]},{"name":"MBN_PROVIDER_STATE_REGISTERED","features":[447]},{"name":"MBN_PROVIDER_STATE_VISIBLE","features":[447]},{"name":"MBN_RADIO","features":[447]},{"name":"MBN_RADIO_OFF","features":[447]},{"name":"MBN_RADIO_ON","features":[447]},{"name":"MBN_READY_STATE","features":[447]},{"name":"MBN_READY_STATE_BAD_SIM","features":[447]},{"name":"MBN_READY_STATE_DEVICE_BLOCKED","features":[447]},{"name":"MBN_READY_STATE_DEVICE_LOCKED","features":[447]},{"name":"MBN_READY_STATE_FAILURE","features":[447]},{"name":"MBN_READY_STATE_INITIALIZED","features":[447]},{"name":"MBN_READY_STATE_NOT_ACTIVATED","features":[447]},{"name":"MBN_READY_STATE_NO_ESIM_PROFILE","features":[447]},{"name":"MBN_READY_STATE_OFF","features":[447]},{"name":"MBN_READY_STATE_SIM_NOT_INSERTED","features":[447]},{"name":"MBN_REGISTER_MODE","features":[447]},{"name":"MBN_REGISTER_MODE_AUTOMATIC","features":[447]},{"name":"MBN_REGISTER_MODE_MANUAL","features":[447]},{"name":"MBN_REGISTER_MODE_NONE","features":[447]},{"name":"MBN_REGISTER_STATE","features":[447]},{"name":"MBN_REGISTER_STATE_DENIED","features":[447]},{"name":"MBN_REGISTER_STATE_DEREGISTERED","features":[447]},{"name":"MBN_REGISTER_STATE_HOME","features":[447]},{"name":"MBN_REGISTER_STATE_NONE","features":[447]},{"name":"MBN_REGISTER_STATE_PARTNER","features":[447]},{"name":"MBN_REGISTER_STATE_ROAMING","features":[447]},{"name":"MBN_REGISTER_STATE_SEARCHING","features":[447]},{"name":"MBN_REGISTRATION_CONSTANTS","features":[447]},{"name":"MBN_ROAMTEXT_LEN","features":[447]},{"name":"MBN_RSSI_DEFAULT","features":[447]},{"name":"MBN_RSSI_DISABLE","features":[447]},{"name":"MBN_RSSI_UNKNOWN","features":[447]},{"name":"MBN_SIGNAL_CONSTANTS","features":[447]},{"name":"MBN_SMS_CAPS","features":[447]},{"name":"MBN_SMS_CAPS_NONE","features":[447]},{"name":"MBN_SMS_CAPS_PDU_RECEIVE","features":[447]},{"name":"MBN_SMS_CAPS_PDU_SEND","features":[447]},{"name":"MBN_SMS_CAPS_TEXT_RECEIVE","features":[447]},{"name":"MBN_SMS_CAPS_TEXT_SEND","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING_7BIT_ASCII","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING_EPM","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING_GSM_7BIT","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING_IA5","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING_KOREAN","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING_LATIN","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING_LATIN_HEBREW","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING_OCTET","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING_SHIFT_JIS","features":[447]},{"name":"MBN_SMS_CDMA_ENCODING_UNICODE","features":[447]},{"name":"MBN_SMS_CDMA_LANG","features":[447]},{"name":"MBN_SMS_CDMA_LANG_CHINESE","features":[447]},{"name":"MBN_SMS_CDMA_LANG_ENGLISH","features":[447]},{"name":"MBN_SMS_CDMA_LANG_FRENCH","features":[447]},{"name":"MBN_SMS_CDMA_LANG_HEBREW","features":[447]},{"name":"MBN_SMS_CDMA_LANG_JAPANESE","features":[447]},{"name":"MBN_SMS_CDMA_LANG_KOREAN","features":[447]},{"name":"MBN_SMS_CDMA_LANG_NONE","features":[447]},{"name":"MBN_SMS_CDMA_LANG_SPANISH","features":[447]},{"name":"MBN_SMS_FILTER","features":[447]},{"name":"MBN_SMS_FLAG","features":[447]},{"name":"MBN_SMS_FLAG_ALL","features":[447]},{"name":"MBN_SMS_FLAG_DRAFT","features":[447]},{"name":"MBN_SMS_FLAG_INDEX","features":[447]},{"name":"MBN_SMS_FLAG_MESSAGE_STORE_FULL","features":[447]},{"name":"MBN_SMS_FLAG_NEW","features":[447]},{"name":"MBN_SMS_FLAG_NEW_MESSAGE","features":[447]},{"name":"MBN_SMS_FLAG_NONE","features":[447]},{"name":"MBN_SMS_FLAG_OLD","features":[447]},{"name":"MBN_SMS_FLAG_SENT","features":[447]},{"name":"MBN_SMS_FORMAT","features":[447]},{"name":"MBN_SMS_FORMAT_NONE","features":[447]},{"name":"MBN_SMS_FORMAT_PDU","features":[447]},{"name":"MBN_SMS_FORMAT_TEXT","features":[447]},{"name":"MBN_SMS_STATUS_FLAG","features":[447]},{"name":"MBN_SMS_STATUS_INFO","features":[447]},{"name":"MBN_USERNAME_LEN","features":[447]},{"name":"MBN_VOICE_CALL_STATE","features":[447]},{"name":"MBN_VOICE_CALL_STATE_HANGUP","features":[447]},{"name":"MBN_VOICE_CALL_STATE_IN_PROGRESS","features":[447]},{"name":"MBN_VOICE_CALL_STATE_NONE","features":[447]},{"name":"MBN_VOICE_CLASS","features":[447]},{"name":"MBN_VOICE_CLASS_NONE","features":[447]},{"name":"MBN_VOICE_CLASS_NO_VOICE","features":[447]},{"name":"MBN_VOICE_CLASS_SEPARATE_VOICE_DATA","features":[447]},{"name":"MBN_VOICE_CLASS_SIMULTANEOUS_VOICE_DATA","features":[447]},{"name":"MbnConnectionManager","features":[447]},{"name":"MbnConnectionProfileManager","features":[447]},{"name":"MbnDeviceServicesManager","features":[447]},{"name":"MbnInterfaceManager","features":[447]},{"name":"WWAEXT_SMS_CONSTANTS","features":[447]},{"name":"__DummyPinType__","features":[447]},{"name":"__mbnapi_ReferenceRemainingTypes__","features":[447]}],"451":[{"name":"IPNG_ADDRESS","features":[448]},{"name":"MCAST_API_CURRENT_VERSION","features":[448]},{"name":"MCAST_API_VERSION_0","features":[448]},{"name":"MCAST_API_VERSION_1","features":[448]},{"name":"MCAST_CLIENT_ID_LEN","features":[448]},{"name":"MCAST_CLIENT_UID","features":[448]},{"name":"MCAST_LEASE_REQUEST","features":[448]},{"name":"MCAST_LEASE_RESPONSE","features":[448]},{"name":"MCAST_SCOPE_CTX","features":[448]},{"name":"MCAST_SCOPE_ENTRY","features":[307,448]},{"name":"McastApiCleanup","features":[448]},{"name":"McastApiStartup","features":[448]},{"name":"McastEnumerateScopes","features":[307,448]},{"name":"McastGenUID","features":[448]},{"name":"McastReleaseAddress","features":[448]},{"name":"McastRenewAddress","features":[448]},{"name":"McastRequestAddress","features":[448]}],"452":[{"name":"AUTHENTICATE","features":[321]},{"name":"BSSID_INFO","features":[321]},{"name":"CLOCK_NETWORK_DERIVED","features":[321]},{"name":"CLOCK_PRECISION","features":[321]},{"name":"DD_NDIS_DEVICE_NAME","features":[321]},{"name":"DOT11_RSN_KCK_LENGTH","features":[321]},{"name":"DOT11_RSN_KEK_LENGTH","features":[321]},{"name":"DOT11_RSN_MAX_CIPHER_KEY_LENGTH","features":[321]},{"name":"EAPOL_REQUEST_ID_WOL_FLAG_MUST_ENCRYPT","features":[321]},{"name":"ENCRYPT","features":[321]},{"name":"ETHERNET_LENGTH_OF_ADDRESS","features":[321]},{"name":"GEN_GET_NETCARD_TIME","features":[321]},{"name":"GEN_GET_TIME_CAPS","features":[321]},{"name":"GUID_DEVINTERFACE_NET","features":[321]},{"name":"GUID_DEVINTERFACE_NETUIO","features":[321]},{"name":"GUID_NDIS_802_11_ADD_KEY","features":[321]},{"name":"GUID_NDIS_802_11_ADD_WEP","features":[321]},{"name":"GUID_NDIS_802_11_ASSOCIATION_INFORMATION","features":[321]},{"name":"GUID_NDIS_802_11_AUTHENTICATION_MODE","features":[321]},{"name":"GUID_NDIS_802_11_BSSID","features":[321]},{"name":"GUID_NDIS_802_11_BSSID_LIST","features":[321]},{"name":"GUID_NDIS_802_11_BSSID_LIST_SCAN","features":[321]},{"name":"GUID_NDIS_802_11_CONFIGURATION","features":[321]},{"name":"GUID_NDIS_802_11_DESIRED_RATES","features":[321]},{"name":"GUID_NDIS_802_11_DISASSOCIATE","features":[321]},{"name":"GUID_NDIS_802_11_FRAGMENTATION_THRESHOLD","features":[321]},{"name":"GUID_NDIS_802_11_INFRASTRUCTURE_MODE","features":[321]},{"name":"GUID_NDIS_802_11_MEDIA_STREAM_MODE","features":[321]},{"name":"GUID_NDIS_802_11_NETWORK_TYPES_SUPPORTED","features":[321]},{"name":"GUID_NDIS_802_11_NETWORK_TYPE_IN_USE","features":[321]},{"name":"GUID_NDIS_802_11_NUMBER_OF_ANTENNAS","features":[321]},{"name":"GUID_NDIS_802_11_POWER_MODE","features":[321]},{"name":"GUID_NDIS_802_11_PRIVACY_FILTER","features":[321]},{"name":"GUID_NDIS_802_11_RELOAD_DEFAULTS","features":[321]},{"name":"GUID_NDIS_802_11_REMOVE_KEY","features":[321]},{"name":"GUID_NDIS_802_11_REMOVE_WEP","features":[321]},{"name":"GUID_NDIS_802_11_RSSI","features":[321]},{"name":"GUID_NDIS_802_11_RSSI_TRIGGER","features":[321]},{"name":"GUID_NDIS_802_11_RTS_THRESHOLD","features":[321]},{"name":"GUID_NDIS_802_11_RX_ANTENNA_SELECTED","features":[321]},{"name":"GUID_NDIS_802_11_SSID","features":[321]},{"name":"GUID_NDIS_802_11_STATISTICS","features":[321]},{"name":"GUID_NDIS_802_11_SUPPORTED_RATES","features":[321]},{"name":"GUID_NDIS_802_11_TEST","features":[321]},{"name":"GUID_NDIS_802_11_TX_ANTENNA_SELECTED","features":[321]},{"name":"GUID_NDIS_802_11_TX_POWER_LEVEL","features":[321]},{"name":"GUID_NDIS_802_11_WEP_STATUS","features":[321]},{"name":"GUID_NDIS_802_3_CURRENT_ADDRESS","features":[321]},{"name":"GUID_NDIS_802_3_MAC_OPTIONS","features":[321]},{"name":"GUID_NDIS_802_3_MAXIMUM_LIST_SIZE","features":[321]},{"name":"GUID_NDIS_802_3_MULTICAST_LIST","features":[321]},{"name":"GUID_NDIS_802_3_PERMANENT_ADDRESS","features":[321]},{"name":"GUID_NDIS_802_3_RCV_ERROR_ALIGNMENT","features":[321]},{"name":"GUID_NDIS_802_3_XMIT_MORE_COLLISIONS","features":[321]},{"name":"GUID_NDIS_802_3_XMIT_ONE_COLLISION","features":[321]},{"name":"GUID_NDIS_802_5_CURRENT_ADDRESS","features":[321]},{"name":"GUID_NDIS_802_5_CURRENT_FUNCTIONAL","features":[321]},{"name":"GUID_NDIS_802_5_CURRENT_GROUP","features":[321]},{"name":"GUID_NDIS_802_5_CURRENT_RING_STATE","features":[321]},{"name":"GUID_NDIS_802_5_CURRENT_RING_STATUS","features":[321]},{"name":"GUID_NDIS_802_5_LAST_OPEN_STATUS","features":[321]},{"name":"GUID_NDIS_802_5_LINE_ERRORS","features":[321]},{"name":"GUID_NDIS_802_5_LOST_FRAMES","features":[321]},{"name":"GUID_NDIS_802_5_PERMANENT_ADDRESS","features":[321]},{"name":"GUID_NDIS_ENUMERATE_ADAPTER","features":[321]},{"name":"GUID_NDIS_ENUMERATE_ADAPTERS_EX","features":[321]},{"name":"GUID_NDIS_ENUMERATE_VC","features":[321]},{"name":"GUID_NDIS_GEN_CO_DRIVER_VERSION","features":[321]},{"name":"GUID_NDIS_GEN_CO_HARDWARE_STATUS","features":[321]},{"name":"GUID_NDIS_GEN_CO_LINK_SPEED","features":[321]},{"name":"GUID_NDIS_GEN_CO_MAC_OPTIONS","features":[321]},{"name":"GUID_NDIS_GEN_CO_MEDIA_CONNECT_STATUS","features":[321]},{"name":"GUID_NDIS_GEN_CO_MEDIA_IN_USE","features":[321]},{"name":"GUID_NDIS_GEN_CO_MEDIA_SUPPORTED","features":[321]},{"name":"GUID_NDIS_GEN_CO_MINIMUM_LINK_SPEED","features":[321]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_ERROR","features":[321]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_NO_BUFFER","features":[321]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_OK","features":[321]},{"name":"GUID_NDIS_GEN_CO_VENDOR_DESCRIPTION","features":[321]},{"name":"GUID_NDIS_GEN_CO_VENDOR_DRIVER_VERSION","features":[321]},{"name":"GUID_NDIS_GEN_CO_VENDOR_ID","features":[321]},{"name":"GUID_NDIS_GEN_CO_XMIT_PDUS_ERROR","features":[321]},{"name":"GUID_NDIS_GEN_CO_XMIT_PDUS_OK","features":[321]},{"name":"GUID_NDIS_GEN_CURRENT_LOOKAHEAD","features":[321]},{"name":"GUID_NDIS_GEN_CURRENT_PACKET_FILTER","features":[321]},{"name":"GUID_NDIS_GEN_DRIVER_VERSION","features":[321]},{"name":"GUID_NDIS_GEN_ENUMERATE_PORTS","features":[321]},{"name":"GUID_NDIS_GEN_HARDWARE_STATUS","features":[321]},{"name":"GUID_NDIS_GEN_INTERRUPT_MODERATION","features":[321]},{"name":"GUID_NDIS_GEN_INTERRUPT_MODERATION_PARAMETERS","features":[321]},{"name":"GUID_NDIS_GEN_LINK_PARAMETERS","features":[321]},{"name":"GUID_NDIS_GEN_LINK_SPEED","features":[321]},{"name":"GUID_NDIS_GEN_LINK_STATE","features":[321]},{"name":"GUID_NDIS_GEN_MAC_OPTIONS","features":[321]},{"name":"GUID_NDIS_GEN_MAXIMUM_FRAME_SIZE","features":[321]},{"name":"GUID_NDIS_GEN_MAXIMUM_LOOKAHEAD","features":[321]},{"name":"GUID_NDIS_GEN_MAXIMUM_SEND_PACKETS","features":[321]},{"name":"GUID_NDIS_GEN_MAXIMUM_TOTAL_SIZE","features":[321]},{"name":"GUID_NDIS_GEN_MEDIA_CONNECT_STATUS","features":[321]},{"name":"GUID_NDIS_GEN_MEDIA_IN_USE","features":[321]},{"name":"GUID_NDIS_GEN_MEDIA_SUPPORTED","features":[321]},{"name":"GUID_NDIS_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[321]},{"name":"GUID_NDIS_GEN_PHYSICAL_MEDIUM","features":[321]},{"name":"GUID_NDIS_GEN_PHYSICAL_MEDIUM_EX","features":[321]},{"name":"GUID_NDIS_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[321]},{"name":"GUID_NDIS_GEN_PORT_STATE","features":[321]},{"name":"GUID_NDIS_GEN_RCV_ERROR","features":[321]},{"name":"GUID_NDIS_GEN_RCV_NO_BUFFER","features":[321]},{"name":"GUID_NDIS_GEN_RCV_OK","features":[321]},{"name":"GUID_NDIS_GEN_RECEIVE_BLOCK_SIZE","features":[321]},{"name":"GUID_NDIS_GEN_RECEIVE_BUFFER_SPACE","features":[321]},{"name":"GUID_NDIS_GEN_STATISTICS","features":[321]},{"name":"GUID_NDIS_GEN_TRANSMIT_BLOCK_SIZE","features":[321]},{"name":"GUID_NDIS_GEN_TRANSMIT_BUFFER_SPACE","features":[321]},{"name":"GUID_NDIS_GEN_VENDOR_DESCRIPTION","features":[321]},{"name":"GUID_NDIS_GEN_VENDOR_DRIVER_VERSION","features":[321]},{"name":"GUID_NDIS_GEN_VENDOR_ID","features":[321]},{"name":"GUID_NDIS_GEN_VLAN_ID","features":[321]},{"name":"GUID_NDIS_GEN_XMIT_ERROR","features":[321]},{"name":"GUID_NDIS_GEN_XMIT_OK","features":[321]},{"name":"GUID_NDIS_HD_SPLIT_CURRENT_CONFIG","features":[321]},{"name":"GUID_NDIS_HD_SPLIT_PARAMETERS","features":[321]},{"name":"GUID_NDIS_LAN_CLASS","features":[321]},{"name":"GUID_NDIS_NDK_CAPABILITIES","features":[321]},{"name":"GUID_NDIS_NDK_STATE","features":[321]},{"name":"GUID_NDIS_NOTIFY_ADAPTER_ARRIVAL","features":[321]},{"name":"GUID_NDIS_NOTIFY_ADAPTER_REMOVAL","features":[321]},{"name":"GUID_NDIS_NOTIFY_BIND","features":[321]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_OFF","features":[321]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_OFF_EX","features":[321]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_ON","features":[321]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_ON_EX","features":[321]},{"name":"GUID_NDIS_NOTIFY_FILTER_ARRIVAL","features":[321]},{"name":"GUID_NDIS_NOTIFY_FILTER_REMOVAL","features":[321]},{"name":"GUID_NDIS_NOTIFY_UNBIND","features":[321]},{"name":"GUID_NDIS_NOTIFY_VC_ARRIVAL","features":[321]},{"name":"GUID_NDIS_NOTIFY_VC_REMOVAL","features":[321]},{"name":"GUID_NDIS_PM_ACTIVE_CAPABILITIES","features":[321]},{"name":"GUID_NDIS_PM_ADMIN_CONFIG","features":[321]},{"name":"GUID_NDIS_RECEIVE_FILTER_ENUM_FILTERS","features":[321]},{"name":"GUID_NDIS_RECEIVE_FILTER_ENUM_QUEUES","features":[321]},{"name":"GUID_NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[321]},{"name":"GUID_NDIS_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[321]},{"name":"GUID_NDIS_RECEIVE_FILTER_PARAMETERS","features":[321]},{"name":"GUID_NDIS_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[321]},{"name":"GUID_NDIS_RECEIVE_SCALE_CAPABILITIES","features":[321]},{"name":"GUID_NDIS_RSS_ENABLED","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_ASSOCIATION_COMPLETION","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_ASSOCIATION_START","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_CONNECTION_COMPLETION","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_CONNECTION_START","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_DISASSOCIATION","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_LINK_QUALITY","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_MPDU_MAX_LENGTH_CHANGED","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_PHY_STATE_CHANGED","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_PMKID_CANDIDATE_LIST","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_ROAMING_COMPLETION","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_ROAMING_START","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_SCAN_CONFIRM","features":[321]},{"name":"GUID_NDIS_STATUS_DOT11_TKIPMIC_FAILURE","features":[321]},{"name":"GUID_NDIS_STATUS_EXTERNAL_CONNECTIVITY_CHANGE","features":[321]},{"name":"GUID_NDIS_STATUS_HD_SPLIT_CURRENT_CONFIG","features":[321]},{"name":"GUID_NDIS_STATUS_LINK_SPEED_CHANGE","features":[321]},{"name":"GUID_NDIS_STATUS_LINK_STATE","features":[321]},{"name":"GUID_NDIS_STATUS_MEDIA_CONNECT","features":[321]},{"name":"GUID_NDIS_STATUS_MEDIA_DISCONNECT","features":[321]},{"name":"GUID_NDIS_STATUS_MEDIA_SPECIFIC_INDICATION","features":[321]},{"name":"GUID_NDIS_STATUS_NETWORK_CHANGE","features":[321]},{"name":"GUID_NDIS_STATUS_OPER_STATUS","features":[321]},{"name":"GUID_NDIS_STATUS_PACKET_FILTER","features":[321]},{"name":"GUID_NDIS_STATUS_PM_OFFLOAD_REJECTED","features":[321]},{"name":"GUID_NDIS_STATUS_PM_WAKE_REASON","features":[321]},{"name":"GUID_NDIS_STATUS_PM_WOL_PATTERN_REJECTED","features":[321]},{"name":"GUID_NDIS_STATUS_PORT_STATE","features":[321]},{"name":"GUID_NDIS_STATUS_RESET_END","features":[321]},{"name":"GUID_NDIS_STATUS_RESET_START","features":[321]},{"name":"GUID_NDIS_STATUS_TASK_OFFLOAD_CURRENT_CONFIG","features":[321]},{"name":"GUID_NDIS_STATUS_TASK_OFFLOAD_HARDWARE_CAPABILITIES","features":[321]},{"name":"GUID_NDIS_STATUS_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[321]},{"name":"GUID_NDIS_STATUS_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[321]},{"name":"GUID_NDIS_SWITCH_MICROSOFT_VENDOR_ID","features":[321]},{"name":"GUID_NDIS_SWITCH_PORT_PROPERTY_PROFILE_ID_DEFAULT_EXTERNAL_NIC","features":[321]},{"name":"GUID_NDIS_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[321]},{"name":"GUID_NDIS_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[321]},{"name":"GUID_NDIS_TCP_OFFLOAD_CURRENT_CONFIG","features":[321]},{"name":"GUID_NDIS_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[321]},{"name":"GUID_NDIS_TCP_OFFLOAD_PARAMETERS","features":[321]},{"name":"GUID_NDIS_TCP_RSC_STATISTICS","features":[321]},{"name":"GUID_NDIS_WAKE_ON_MAGIC_PACKET_ONLY","features":[321]},{"name":"GUID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[321]},{"name":"GUID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[321]},{"name":"GUID_PM_ADD_PROTOCOL_OFFLOAD","features":[321]},{"name":"GUID_PM_ADD_WOL_PATTERN","features":[321]},{"name":"GUID_PM_CURRENT_CAPABILITIES","features":[321]},{"name":"GUID_PM_GET_PROTOCOL_OFFLOAD","features":[321]},{"name":"GUID_PM_HARDWARE_CAPABILITIES","features":[321]},{"name":"GUID_PM_PARAMETERS","features":[321]},{"name":"GUID_PM_PROTOCOL_OFFLOAD_LIST","features":[321]},{"name":"GUID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[321]},{"name":"GUID_PM_REMOVE_WOL_PATTERN","features":[321]},{"name":"GUID_PM_WOL_PATTERN_LIST","features":[321]},{"name":"GUID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[321]},{"name":"GUID_STATUS_MEDIA_SPECIFIC_INDICATION_EX","features":[321]},{"name":"IF_ADMINISTRATIVE_DEMANDDIAL","features":[321]},{"name":"IF_ADMINISTRATIVE_DISABLED","features":[321]},{"name":"IF_ADMINISTRATIVE_ENABLED","features":[321]},{"name":"IF_ADMINISTRATIVE_STATE","features":[321]},{"name":"IF_COUNTED_STRING_LH","features":[321]},{"name":"IF_MAX_PHYS_ADDRESS_LENGTH","features":[321]},{"name":"IF_MAX_STRING_SIZE","features":[321]},{"name":"IF_OPER_STATUS","features":[321]},{"name":"IF_PHYSICAL_ADDRESS_LH","features":[321]},{"name":"IOCTL_NDIS_RESERVED5","features":[321]},{"name":"IOCTL_NDIS_RESERVED6","features":[321]},{"name":"IPSEC_OFFLOAD_V2_AND_TCP_CHECKSUM_COEXISTENCE","features":[321]},{"name":"IPSEC_OFFLOAD_V2_AND_UDP_CHECKSUM_COEXISTENCE","features":[321]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_128","features":[321]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_192","features":[321]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_256","features":[321]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_MD5","features":[321]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_1","features":[321]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_256","features":[321]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_3_DES_CBC","features":[321]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_128","features":[321]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_192","features":[321]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_256","features":[321]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_128","features":[321]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_192","features":[321]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_256","features":[321]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_DES_CBC","features":[321]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_NONE","features":[321]},{"name":"IfOperStatusDormant","features":[321]},{"name":"IfOperStatusDown","features":[321]},{"name":"IfOperStatusLowerLayerDown","features":[321]},{"name":"IfOperStatusNotPresent","features":[321]},{"name":"IfOperStatusTesting","features":[321]},{"name":"IfOperStatusUnknown","features":[321]},{"name":"IfOperStatusUp","features":[321]},{"name":"MAXIMUM_IP_OPER_STATUS_ADDRESS_FAMILIES_SUPPORTED","features":[321]},{"name":"MediaConnectStateConnected","features":[321]},{"name":"MediaConnectStateDisconnected","features":[321]},{"name":"MediaConnectStateUnknown","features":[321]},{"name":"MediaDuplexStateFull","features":[321]},{"name":"MediaDuplexStateHalf","features":[321]},{"name":"MediaDuplexStateUnknown","features":[321]},{"name":"NDIS_802_11_AI_REQFI","features":[321]},{"name":"NDIS_802_11_AI_REQFI_CAPABILITIES","features":[321]},{"name":"NDIS_802_11_AI_REQFI_CURRENTAPADDRESS","features":[321]},{"name":"NDIS_802_11_AI_REQFI_LISTENINTERVAL","features":[321]},{"name":"NDIS_802_11_AI_RESFI","features":[321]},{"name":"NDIS_802_11_AI_RESFI_ASSOCIATIONID","features":[321]},{"name":"NDIS_802_11_AI_RESFI_CAPABILITIES","features":[321]},{"name":"NDIS_802_11_AI_RESFI_STATUSCODE","features":[321]},{"name":"NDIS_802_11_ASSOCIATION_INFORMATION","features":[321]},{"name":"NDIS_802_11_AUTHENTICATION_ENCRYPTION","features":[321]},{"name":"NDIS_802_11_AUTHENTICATION_EVENT","features":[321]},{"name":"NDIS_802_11_AUTHENTICATION_MODE","features":[321]},{"name":"NDIS_802_11_AUTHENTICATION_REQUEST","features":[321]},{"name":"NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS","features":[321]},{"name":"NDIS_802_11_AUTH_REQUEST_GROUP_ERROR","features":[321]},{"name":"NDIS_802_11_AUTH_REQUEST_KEYUPDATE","features":[321]},{"name":"NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR","features":[321]},{"name":"NDIS_802_11_AUTH_REQUEST_REAUTH","features":[321]},{"name":"NDIS_802_11_BSSID_LIST","features":[321]},{"name":"NDIS_802_11_BSSID_LIST_EX","features":[321]},{"name":"NDIS_802_11_CAPABILITY","features":[321]},{"name":"NDIS_802_11_CONFIGURATION","features":[321]},{"name":"NDIS_802_11_CONFIGURATION_FH","features":[321]},{"name":"NDIS_802_11_FIXED_IEs","features":[321]},{"name":"NDIS_802_11_KEY","features":[321]},{"name":"NDIS_802_11_LENGTH_RATES","features":[321]},{"name":"NDIS_802_11_LENGTH_RATES_EX","features":[321]},{"name":"NDIS_802_11_LENGTH_SSID","features":[321]},{"name":"NDIS_802_11_MEDIA_STREAM_MODE","features":[321]},{"name":"NDIS_802_11_NETWORK_INFRASTRUCTURE","features":[321]},{"name":"NDIS_802_11_NETWORK_TYPE","features":[321]},{"name":"NDIS_802_11_NETWORK_TYPE_LIST","features":[321]},{"name":"NDIS_802_11_NON_BCAST_SSID_LIST","features":[321]},{"name":"NDIS_802_11_PMKID","features":[321]},{"name":"NDIS_802_11_PMKID_CANDIDATE_LIST","features":[321]},{"name":"NDIS_802_11_PMKID_CANDIDATE_PREAUTH_ENABLED","features":[321]},{"name":"NDIS_802_11_POWER_MODE","features":[321]},{"name":"NDIS_802_11_PRIVACY_FILTER","features":[321]},{"name":"NDIS_802_11_RADIO_STATUS","features":[321]},{"name":"NDIS_802_11_RELOAD_DEFAULTS","features":[321]},{"name":"NDIS_802_11_REMOVE_KEY","features":[321]},{"name":"NDIS_802_11_SSID","features":[321]},{"name":"NDIS_802_11_STATISTICS","features":[321]},{"name":"NDIS_802_11_STATUS_INDICATION","features":[321]},{"name":"NDIS_802_11_STATUS_TYPE","features":[321]},{"name":"NDIS_802_11_TEST","features":[321]},{"name":"NDIS_802_11_VARIABLE_IEs","features":[321]},{"name":"NDIS_802_11_WEP","features":[321]},{"name":"NDIS_802_11_WEP_STATUS","features":[321]},{"name":"NDIS_802_3_MAC_OPTION_PRIORITY","features":[321]},{"name":"NDIS_802_5_RING_STATE","features":[321]},{"name":"NDIS_CO_DEVICE_PROFILE","features":[321]},{"name":"NDIS_CO_LINK_SPEED","features":[321]},{"name":"NDIS_CO_MAC_OPTION_DYNAMIC_LINK_SPEED","features":[321]},{"name":"NDIS_DEFAULT_RECEIVE_FILTER_ID","features":[321]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_GROUP_ID","features":[321]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_ID","features":[321]},{"name":"NDIS_DEFAULT_SWITCH_ID","features":[321]},{"name":"NDIS_DEFAULT_VPORT_ID","features":[321]},{"name":"NDIS_DEVICE_POWER_STATE","features":[321]},{"name":"NDIS_DEVICE_TYPE_ENDPOINT","features":[321]},{"name":"NDIS_DEVICE_WAKE_ON_MAGIC_PACKET_ENABLE","features":[321]},{"name":"NDIS_DEVICE_WAKE_ON_PATTERN_MATCH_ENABLE","features":[321]},{"name":"NDIS_DEVICE_WAKE_UP_ENABLE","features":[321]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV4","features":[321]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV6","features":[321]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_NOT_SUPPORTED","features":[321]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV4","features":[321]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV6","features":[321]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3","features":[321]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q","features":[321]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q_IN_OOB","features":[321]},{"name":"NDIS_ENCAPSULATION_IEEE_LLC_SNAP_ROUTED","features":[321]},{"name":"NDIS_ENCAPSULATION_NOT_SUPPORTED","features":[321]},{"name":"NDIS_ENCAPSULATION_NULL","features":[321]},{"name":"NDIS_ENCAPSULATION_TYPE_GRE_MAC","features":[321]},{"name":"NDIS_ENCAPSULATION_TYPE_VXLAN","features":[321]},{"name":"NDIS_ETH_TYPE_802_1Q","features":[321]},{"name":"NDIS_ETH_TYPE_802_1X","features":[321]},{"name":"NDIS_ETH_TYPE_ARP","features":[321]},{"name":"NDIS_ETH_TYPE_IPV4","features":[321]},{"name":"NDIS_ETH_TYPE_IPV6","features":[321]},{"name":"NDIS_ETH_TYPE_SLOW_PROTOCOL","features":[321]},{"name":"NDIS_FDDI_ATTACHMENT_TYPE","features":[321]},{"name":"NDIS_FDDI_LCONNECTION_STATE","features":[321]},{"name":"NDIS_FDDI_RING_MGT_STATE","features":[321]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_GRE","features":[321]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_IP","features":[321]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NOT_ENCAPSULATED","features":[321]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NVGRE","features":[321]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_VXLAN","features":[321]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_RDMA_FLOW","features":[321]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_REVISION_1","features":[321]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_IS_TTL_ONE","features":[321]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_IS_TTL_ONE","features":[321]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_REVISION_1","features":[321]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_REVISION_1","features":[321]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_IS_TTL_ONE","features":[321]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_IS_TTL_ONE","features":[321]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[321]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_REVISION_1","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_ESP","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_ETHERNET","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_ICMP","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV4","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV6","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_GRE_ENCAP","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_IP_ENCAP","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_NO_ENCAP","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_NVGRE_ENCAP","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_TCP","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_UDP","features":[321]},{"name":"NDIS_GFP_HEADER_PRESENT_VXLAN_ENCAP","features":[321]},{"name":"NDIS_GFP_UNDEFINED_PROFILE_ID","features":[321]},{"name":"NDIS_GFP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[321]},{"name":"NDIS_GFT_COUNTER_INFO_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_GFT_COUNTER_INFO_REVISION_1","features":[321]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_CLIENT_SPECIFIED_ADDRESS","features":[321]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_GET_VALUES","features":[321]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_UPDATE_MEMORY_MAPPED_COUNTERS","features":[321]},{"name":"NDIS_GFT_CUSTOM_ACTION_LAST_ACTION","features":[321]},{"name":"NDIS_GFT_CUSTOM_ACTION_PROFILE_REVISION_1","features":[321]},{"name":"NDIS_GFT_CUSTOM_ACTION_REVISION_1","features":[321]},{"name":"NDIS_GFT_DELETE_PROFILE_ALL_PROFILES","features":[321]},{"name":"NDIS_GFT_DELETE_PROFILE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_GFT_DELETE_TABLE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_GFT_EMFE_ADD_IN_ACTIVATED_STATE","features":[321]},{"name":"NDIS_GFT_EMFE_ALL_VPORT_FLOW_ENTRIES","features":[321]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_FIN_FLAG_SET","features":[321]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_RST_FLAG_SET","features":[321]},{"name":"NDIS_GFT_EMFE_COPY_ALL_PACKETS","features":[321]},{"name":"NDIS_GFT_EMFE_COPY_CONDITION_CHANGED","features":[321]},{"name":"NDIS_GFT_EMFE_COPY_FIRST_PACKET","features":[321]},{"name":"NDIS_GFT_EMFE_COPY_WHEN_TCP_FLAG_SET","features":[321]},{"name":"NDIS_GFT_EMFE_COUNTER_ALLOCATE","features":[321]},{"name":"NDIS_GFT_EMFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[321]},{"name":"NDIS_GFT_EMFE_COUNTER_MEMORY_MAPPED","features":[321]},{"name":"NDIS_GFT_EMFE_COUNTER_TRACK_TCP_FLOW","features":[321]},{"name":"NDIS_GFT_EMFE_CUSTOM_ACTION_PRESENT","features":[321]},{"name":"NDIS_GFT_EMFE_MATCH_AND_ACTION_MUST_BE_SUPPORTED","features":[321]},{"name":"NDIS_GFT_EMFE_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[321]},{"name":"NDIS_GFT_EMFE_RDMA_FLOW","features":[321]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[321]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[321]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[321]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[321]},{"name":"NDIS_GFT_EXACT_MATCH_FLOW_ENTRY_REVISION_1","features":[321]},{"name":"NDIS_GFT_FLOW_ENTRY_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_NIC_SWITCH_FLOW_ENTRIES","features":[321]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_TABLE_FLOW_ENTRIES","features":[321]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_VPORT_FLOW_ENTRIES","features":[321]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_COUNTER_VALUES","features":[321]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_DEFINED","features":[321]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_RANGE_DEFINED","features":[321]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ALL_FLOW_ENTRIES","features":[321]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_GFT_FREE_COUNTER_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_DECREMENT_TTL_IF_NOT_ONE","features":[321]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_DECREMENT_TTL_IF_NOT_ONE","features":[321]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_REVISION_1","features":[321]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_REVISION_1","features":[321]},{"name":"NDIS_GFT_HEADER_TRANSPOSITION_PROFILE_REVISION_1","features":[321]},{"name":"NDIS_GFT_HTP_COPY_ALL_PACKETS","features":[321]},{"name":"NDIS_GFT_HTP_COPY_FIRST_PACKET","features":[321]},{"name":"NDIS_GFT_HTP_COPY_WHEN_TCP_FLAG_SET","features":[321]},{"name":"NDIS_GFT_HTP_CUSTOM_ACTION_PRESENT","features":[321]},{"name":"NDIS_GFT_HTP_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[321]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[321]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[321]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[321]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[321]},{"name":"NDIS_GFT_MAX_COUNTER_OBJECTS_PER_FLOW_ENTRY","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_8021P_PRIORITY_MASK","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ADD_FLOW_ENTRY_DEACTIVATED_PREFERRED","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ALLOW","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_CLIENT_SPECIFIED_MEMORY_MAPPED_COUNTERS","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COMBINED_COUNTER_AND_STATE","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_ALL","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_FIRST","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_WHEN_TCP_FLAG_SET","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DESIGNATED_EXCEPTION_VPORT","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DROP","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DSCP_MASK","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_AGGREGATE_COUNTERS","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_EXACT_MATCH","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_WILDCARD_MATCH","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_EXACT_MATCH","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_WILDCARD_MATCH","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_EXACT_MATCH","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_WILDCARD_MATCH","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_IGNORE_ACTION_SUPPORTED","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_AGGREGATE_COUNTERS","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_EXACT_MATCH","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_WILDCARD_MATCH","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_COUNTERS","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_PAKCET_AND_BYTE_COUNTERS","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_AFTER_HEADER_TRANSPOSITION","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MODIFY","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_FLOW_ENTRY_COUNTERS","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_PACKET_COUNTER_UPDATE","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_VPORT_EXCEPTION_VPORT","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_POP","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PUSH","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_RATE_LIMITING_QUEUE_SUPPORTED","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_SAMPLE","features":[321]},{"name":"NDIS_GFT_OFFLOAD_CAPS_TRACK_TCP_FLOW_STATE","features":[321]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_CUSTOM_PROVIDER_RESERVED","features":[321]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_ENABLE_OFFLOAD","features":[321]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_GFT_PROFILE_INFO_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_GFT_PROFILE_INFO_REVISION_1","features":[321]},{"name":"NDIS_GFT_RESERVED_CUSTOM_ACTIONS","features":[321]},{"name":"NDIS_GFT_STATISTICS_REVISION_1","features":[321]},{"name":"NDIS_GFT_TABLE_INCLUDE_EXTERNAL_VPPORT","features":[321]},{"name":"NDIS_GFT_TABLE_INFO_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_GFT_TABLE_INFO_REVISION_1","features":[321]},{"name":"NDIS_GFT_TABLE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_GFT_UNDEFINED_COUNTER_ID","features":[321]},{"name":"NDIS_GFT_UNDEFINED_CUSTOM_ACTION","features":[321]},{"name":"NDIS_GFT_UNDEFINED_FLOW_ENTRY_ID","features":[321]},{"name":"NDIS_GFT_UNDEFINED_TABLE_ID","features":[321]},{"name":"NDIS_GFT_VPORT_DSCP_FLAGS_CHANGED","features":[321]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_RX","features":[321]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_TX","features":[321]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_CHANGED","features":[321]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_RX","features":[321]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_TX","features":[321]},{"name":"NDIS_GFT_VPORT_ENABLE","features":[321]},{"name":"NDIS_GFT_VPORT_ENABLE_STATE_CHANGED","features":[321]},{"name":"NDIS_GFT_VPORT_EXCEPTION_VPORT_CHANGED","features":[321]},{"name":"NDIS_GFT_VPORT_MAX_DSCP_MASK_COUNTER_OBJECTS","features":[321]},{"name":"NDIS_GFT_VPORT_MAX_PRIORITY_MASK_COUNTER_OBJECTS","features":[321]},{"name":"NDIS_GFT_VPORT_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_GFT_VPORT_PARAMS_CHANGE_MASK","features":[321]},{"name":"NDIS_GFT_VPORT_PARAMS_CUSTOM_PROVIDER_RESERVED","features":[321]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN","features":[321]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN_NOT_IN_SRC_PORT_RANGE","features":[321]},{"name":"NDIS_GFT_VPORT_PRIORITY_MASK_CHANGED","features":[321]},{"name":"NDIS_GFT_VPORT_SAMPLING_RATE_CHANGED","features":[321]},{"name":"NDIS_GFT_VPORT_VXLAN_SETTINGS_CHANGED","features":[321]},{"name":"NDIS_GFT_WCFE_ADD_IN_ACTIVATED_STATE","features":[321]},{"name":"NDIS_GFT_WCFE_COPY_ALL_PACKETS","features":[321]},{"name":"NDIS_GFT_WCFE_COUNTER_ALLOCATE","features":[321]},{"name":"NDIS_GFT_WCFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[321]},{"name":"NDIS_GFT_WCFE_COUNTER_MEMORY_MAPPED","features":[321]},{"name":"NDIS_GFT_WCFE_CUSTOM_ACTION_PRESENT","features":[321]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[321]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[321]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[321]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[321]},{"name":"NDIS_GFT_WILDCARD_MATCH_FLOW_ENTRY_REVISION_1","features":[321]},{"name":"NDIS_GUID","features":[321]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP","features":[321]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP_REVISION_1","features":[321]},{"name":"NDIS_HARDWARE_STATUS","features":[321]},{"name":"NDIS_HASH_FUNCTION_MASK","features":[321]},{"name":"NDIS_HASH_IPV4","features":[321]},{"name":"NDIS_HASH_IPV6","features":[321]},{"name":"NDIS_HASH_IPV6_EX","features":[321]},{"name":"NDIS_HASH_TCP_IPV4","features":[321]},{"name":"NDIS_HASH_TCP_IPV6","features":[321]},{"name":"NDIS_HASH_TCP_IPV6_EX","features":[321]},{"name":"NDIS_HASH_TYPE_MASK","features":[321]},{"name":"NDIS_HASH_UDP_IPV4","features":[321]},{"name":"NDIS_HASH_UDP_IPV6","features":[321]},{"name":"NDIS_HASH_UDP_IPV6_EX","features":[321]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_HEADER_DATA_SPLIT","features":[321]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV4_OPTIONS","features":[321]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV6_EXTENSION_HEADERS","features":[321]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_TCP_OPTIONS","features":[321]},{"name":"NDIS_HD_SPLIT_COMBINE_ALL_HEADERS","features":[321]},{"name":"NDIS_HD_SPLIT_CURRENT_CONFIG_REVISION_1","features":[321]},{"name":"NDIS_HD_SPLIT_ENABLE_HEADER_DATA_SPLIT","features":[321]},{"name":"NDIS_HD_SPLIT_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_HYPERVISOR_INFO_FLAG_HYPERVISOR_PRESENT","features":[321]},{"name":"NDIS_HYPERVISOR_INFO_REVISION_1","features":[321]},{"name":"NDIS_INTERFACE_INFORMATION","features":[307,321]},{"name":"NDIS_INTERRUPT_MODERATION","features":[321]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_REINITIALIZE","features":[321]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_RESET","features":[321]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS","features":[321]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_IPSEC_OFFLOAD_V1","features":[321]},{"name":"NDIS_IP_OPER_STATE","features":[321]},{"name":"NDIS_IP_OPER_STATE_REVISION_1","features":[321]},{"name":"NDIS_IP_OPER_STATUS","features":[321]},{"name":"NDIS_IP_OPER_STATUS_INFO","features":[321]},{"name":"NDIS_IP_OPER_STATUS_INFO_REVISION_1","features":[321]},{"name":"NDIS_IRDA_PACKET_INFO","features":[321]},{"name":"NDIS_ISOLATION_NAME_MAX_STRING_SIZE","features":[321]},{"name":"NDIS_ISOLATION_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_LINK_PARAMETERS","features":[321]},{"name":"NDIS_LINK_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_LINK_SPEED","features":[321]},{"name":"NDIS_LINK_STATE","features":[321]},{"name":"NDIS_LINK_STATE_DUPLEX_AUTO_NEGOTIATED","features":[321]},{"name":"NDIS_LINK_STATE_PAUSE_FUNCTIONS_AUTO_NEGOTIATED","features":[321]},{"name":"NDIS_LINK_STATE_RCV_LINK_SPEED_AUTO_NEGOTIATED","features":[321]},{"name":"NDIS_LINK_STATE_REVISION_1","features":[321]},{"name":"NDIS_LINK_STATE_XMIT_LINK_SPEED_AUTO_NEGOTIATED","features":[321]},{"name":"NDIS_MAC_OPTION_8021P_PRIORITY","features":[321]},{"name":"NDIS_MAC_OPTION_8021Q_VLAN","features":[321]},{"name":"NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA","features":[321]},{"name":"NDIS_MAC_OPTION_EOTX_INDICATION","features":[321]},{"name":"NDIS_MAC_OPTION_FULL_DUPLEX","features":[321]},{"name":"NDIS_MAC_OPTION_NO_LOOPBACK","features":[321]},{"name":"NDIS_MAC_OPTION_RECEIVE_AT_DPC","features":[321]},{"name":"NDIS_MAC_OPTION_RECEIVE_SERIALIZED","features":[321]},{"name":"NDIS_MAC_OPTION_RESERVED","features":[321]},{"name":"NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE","features":[321]},{"name":"NDIS_MAC_OPTION_TRANSFERS_NOT_PEND","features":[321]},{"name":"NDIS_MAXIMUM_PORTS","features":[321]},{"name":"NDIS_MEDIA_CAP_RECEIVE","features":[321]},{"name":"NDIS_MEDIA_CAP_TRANSMIT","features":[321]},{"name":"NDIS_MEDIA_STATE","features":[321]},{"name":"NDIS_MEDIUM","features":[321]},{"name":"NDIS_NDK_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_NDK_CONNECTIONS_REVISION_1","features":[321]},{"name":"NDIS_NDK_LOCAL_ENDPOINTS_REVISION_1","features":[321]},{"name":"NDIS_NDK_STATISTICS_INFO_REVISION_1","features":[321]},{"name":"NDIS_NETWORK_CHANGE_TYPE","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_2","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_3","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_ASYMMETRIC_QUEUE_PAIRS_FOR_NONDEFAULT_VPORT_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_NIC_SWITCH_WITHOUT_IOV_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_PER_VPORT_INTERRUPT_MODERATION_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_ON_PF_VPORTS_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PARAMETERS_PER_PF_VPORT_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_FUNCTION_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_KEY_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_TYPE_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SIZE_RESTRICTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_SINGLE_VPORT_POOL","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_VF_RSS_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_CAPS_VLAN_SUPPORTED","features":[321]},{"name":"NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_DELETE_VPORT_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_FREE_VF_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_INFO_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_INFO_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_CHANGE_MASK","features":[321]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_DEFAULT_NUMBER_OF_QUEUE_PAIRS_FOR_DEFAULT_VPORT","features":[321]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_2","features":[321]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_SWITCH_NAME_CHANGED","features":[321]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[321]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_VF_INFO_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_VF_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_FUNCTION","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_GFT_ENABLED","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_LOOKAHEAD_SPLIT_ENABLED","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_PACKET_DIRECT_RX_ONLY","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_2","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_CHANGE_MASK","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_ENFORCE_MAX_SG_LIST","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_FLAGS_CHANGED","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_INT_MOD_CHANGED","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_LOOKAHEAD_SPLIT_ENABLED","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NAME_CHANGED","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NDK_PARAMS_CHANGED","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NUM_QUEUE_PAIRS_CHANGED","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PACKET_DIRECT_RX_ONLY","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PROCESSOR_AFFINITY_CHANGED","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_QOS_SQ_ID_CHANGED","features":[321]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_STATE_CHANGED","features":[321]},{"name":"NDIS_OBJECT_HEADER","features":[321]},{"name":"NDIS_OBJECT_REVISION_1","features":[321]},{"name":"NDIS_OBJECT_TYPE_BIND_PARAMETERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_CONFIGURATION_OBJECT","features":[321]},{"name":"NDIS_OBJECT_TYPE_CO_CALL_MANAGER_OPTIONAL_HANDLERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_CO_CLIENT_OPTIONAL_HANDLERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_CO_MINIPORT_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_CO_PROTOCOL_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_DEFAULT","features":[321]},{"name":"NDIS_OBJECT_TYPE_DEVICE_OBJECT_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_OBJECT","features":[321]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTACH_PARAMETERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_FILTER_DRIVER_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_FILTER_PARTIAL_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_FILTER_PAUSE_PARAMETERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_FILTER_RESTART_PARAMETERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_HD_SPLIT_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NDK_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DEVICE_POWER_NOTIFICATION","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DRIVER_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INIT_PARAMETERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INTERRUPT","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_PNP_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_SS_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_NDK_PROVIDER_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_NSI_COMPARTMENT_RW_STRUCT","features":[321]},{"name":"NDIS_OBJECT_TYPE_NSI_INTERFACE_PERSIST_RW_STRUCT","features":[321]},{"name":"NDIS_OBJECT_TYPE_NSI_NETWORK_RW_STRUCT","features":[321]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD","features":[321]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD_ENCAPSULATION","features":[321]},{"name":"NDIS_OBJECT_TYPE_OID_REQUEST","features":[321]},{"name":"NDIS_OBJECT_TYPE_OPEN_PARAMETERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_1","features":[321]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_2","features":[321]},{"name":"NDIS_OBJECT_TYPE_PD_RECEIVE_QUEUE","features":[321]},{"name":"NDIS_OBJECT_TYPE_PD_TRANSMIT_QUEUE","features":[321]},{"name":"NDIS_OBJECT_TYPE_PORT_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_PORT_STATE","features":[321]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_DRIVER_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_RESTART_PARAMETERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_QOS_CAPABILITIES","features":[321]},{"name":"NDIS_OBJECT_TYPE_QOS_CLASSIFICATION_ELEMENT","features":[321]},{"name":"NDIS_OBJECT_TYPE_QOS_PARAMETERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_REQUEST_EX","features":[321]},{"name":"NDIS_OBJECT_TYPE_RESTART_GENERAL_ATTRIBUTES","features":[321]},{"name":"NDIS_OBJECT_TYPE_RSS_CAPABILITIES","features":[321]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS_V2","features":[321]},{"name":"NDIS_OBJECT_TYPE_RSS_PROCESSOR_INFO","features":[321]},{"name":"NDIS_OBJECT_TYPE_RSS_SET_INDIRECTION_ENTRIES","features":[321]},{"name":"NDIS_OBJECT_TYPE_SG_DMA_DESCRIPTION","features":[321]},{"name":"NDIS_OBJECT_TYPE_SHARED_MEMORY_PROVIDER_CHARACTERISTICS","features":[321]},{"name":"NDIS_OBJECT_TYPE_STATUS_INDICATION","features":[321]},{"name":"NDIS_OBJECT_TYPE_SWITCH_OPTIONAL_HANDLERS","features":[321]},{"name":"NDIS_OBJECT_TYPE_TIMER_CHARACTERISTICS","features":[321]},{"name":"NDIS_OFFLOAD","features":[321]},{"name":"NDIS_OFFLOAD_FLAGS_GROUP_CHECKSUM_CAPABILITIES","features":[321]},{"name":"NDIS_OFFLOAD_NOT_SUPPORTED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_DISABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_AND_ESP_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_DISABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_ESP_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_AND_ESP_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_DISABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_ESP_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_DISABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_DISABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_NO_CHANGE","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_2","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_3","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_4","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_5","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_DISABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_RX_ENABLED_TX_DISABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_SKIP_REGISTRY_UPDATE","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_ENABLED_RX_DISABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_DISABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_DISABLED","features":[321]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_ENABLED","features":[321]},{"name":"NDIS_OFFLOAD_REVISION_1","features":[321]},{"name":"NDIS_OFFLOAD_REVISION_2","features":[321]},{"name":"NDIS_OFFLOAD_REVISION_3","features":[321]},{"name":"NDIS_OFFLOAD_REVISION_4","features":[321]},{"name":"NDIS_OFFLOAD_REVISION_5","features":[321]},{"name":"NDIS_OFFLOAD_REVISION_6","features":[321]},{"name":"NDIS_OFFLOAD_REVISION_7","features":[321]},{"name":"NDIS_OFFLOAD_SET_NO_CHANGE","features":[321]},{"name":"NDIS_OFFLOAD_SET_OFF","features":[321]},{"name":"NDIS_OFFLOAD_SET_ON","features":[321]},{"name":"NDIS_OFFLOAD_SUPPORTED","features":[321]},{"name":"NDIS_OPER_STATE","features":[321]},{"name":"NDIS_OPER_STATE_REVISION_1","features":[321]},{"name":"NDIS_PACKET_TYPE_ALL_FUNCTIONAL","features":[321]},{"name":"NDIS_PACKET_TYPE_ALL_LOCAL","features":[321]},{"name":"NDIS_PACKET_TYPE_ALL_MULTICAST","features":[321]},{"name":"NDIS_PACKET_TYPE_BROADCAST","features":[321]},{"name":"NDIS_PACKET_TYPE_DIRECTED","features":[321]},{"name":"NDIS_PACKET_TYPE_FUNCTIONAL","features":[321]},{"name":"NDIS_PACKET_TYPE_GROUP","features":[321]},{"name":"NDIS_PACKET_TYPE_MAC_FRAME","features":[321]},{"name":"NDIS_PACKET_TYPE_MULTICAST","features":[321]},{"name":"NDIS_PACKET_TYPE_NO_LOCAL","features":[321]},{"name":"NDIS_PACKET_TYPE_PROMISCUOUS","features":[321]},{"name":"NDIS_PACKET_TYPE_SMT","features":[321]},{"name":"NDIS_PACKET_TYPE_SOURCE_ROUTING","features":[321]},{"name":"NDIS_PCI_DEVICE_CUSTOM_PROPERTIES","features":[321]},{"name":"NDIS_PD_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_PD_CAPS_DRAIN_NOTIFICATIONS_SUPPORTED","features":[321]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_COUNT_SUPPORTED","features":[321]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_INTERVAL_SUPPORTED","features":[321]},{"name":"NDIS_PD_CAPS_RECEIVE_FILTER_COUNTERS_SUPPORTED","features":[321]},{"name":"NDIS_PD_CONFIG_REVISION_1","features":[321]},{"name":"NDIS_PHYSICAL_MEDIUM","features":[321]},{"name":"NDIS_PM_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_PM_CAPABILITIES_REVISION_2","features":[321]},{"name":"NDIS_PM_MAX_PATTERN_ID","features":[321]},{"name":"NDIS_PM_MAX_STRING_SIZE","features":[321]},{"name":"NDIS_PM_PACKET_PATTERN","features":[321]},{"name":"NDIS_PM_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_PM_PARAMETERS_REVISION_2","features":[321]},{"name":"NDIS_PM_PRIVATE_PATTERN_ID","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_ENABLED","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_SUPPORTED","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_ENABLED","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_SUPPORTED","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_ENABLED","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_SUPPORTED","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_HIGHEST","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_LOWEST","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_NORMAL","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[321]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_2","features":[321]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_ENABLED","features":[321]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_SUPPORTED","features":[321]},{"name":"NDIS_PM_WAKE_ON_LINK_CHANGE_ENABLED","features":[321]},{"name":"NDIS_PM_WAKE_ON_MEDIA_CONNECT_SUPPORTED","features":[321]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_ENABLED","features":[321]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_SUPPORTED","features":[321]},{"name":"NDIS_PM_WAKE_PACKET_INDICATION_SUPPORTED","features":[321]},{"name":"NDIS_PM_WAKE_PACKET_REVISION_1","features":[321]},{"name":"NDIS_PM_WAKE_REASON_REVISION_1","features":[321]},{"name":"NDIS_PM_WAKE_UP_CAPABILITIES","features":[321]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_ENABLED","features":[321]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_SUPPORTED","features":[321]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_ENABLED","features":[321]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_SUPPORTED","features":[321]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_ENABLED","features":[321]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_SUPPORTED","features":[321]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_ENABLED","features":[321]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_SUPPORTED","features":[321]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_ENABLED","features":[321]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_SUPPORTED","features":[321]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_ENABLED","features":[321]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_SUPPORTED","features":[321]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_ENABLED","features":[321]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_SUPPORTED","features":[321]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_1","features":[321]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_2","features":[321]},{"name":"NDIS_PM_WOL_PRIORITY_HIGHEST","features":[321]},{"name":"NDIS_PM_WOL_PRIORITY_LOWEST","features":[321]},{"name":"NDIS_PM_WOL_PRIORITY_NORMAL","features":[321]},{"name":"NDIS_PNP_CAPABILITIES","features":[321]},{"name":"NDIS_PNP_WAKE_UP_LINK_CHANGE","features":[321]},{"name":"NDIS_PNP_WAKE_UP_MAGIC_PACKET","features":[321]},{"name":"NDIS_PNP_WAKE_UP_PATTERN_MATCH","features":[321]},{"name":"NDIS_PORT","features":[321]},{"name":"NDIS_PORT_ARRAY","features":[321]},{"name":"NDIS_PORT_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS","features":[321]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_PORT_AUTHORIZATION_STATE","features":[321]},{"name":"NDIS_PORT_CHARACTERISTICS","features":[321]},{"name":"NDIS_PORT_CHARACTERISTICS_REVISION_1","features":[321]},{"name":"NDIS_PORT_CHAR_USE_DEFAULT_AUTH_SETTINGS","features":[321]},{"name":"NDIS_PORT_CONTROL_STATE","features":[321]},{"name":"NDIS_PORT_STATE","features":[321]},{"name":"NDIS_PORT_STATE_REVISION_1","features":[321]},{"name":"NDIS_PORT_TYPE","features":[321]},{"name":"NDIS_PROCESSOR_VENDOR","features":[321]},{"name":"NDIS_PROTOCOL_ID_DEFAULT","features":[321]},{"name":"NDIS_PROTOCOL_ID_IP6","features":[321]},{"name":"NDIS_PROTOCOL_ID_IPX","features":[321]},{"name":"NDIS_PROTOCOL_ID_MASK","features":[321]},{"name":"NDIS_PROTOCOL_ID_MAX","features":[321]},{"name":"NDIS_PROTOCOL_ID_NBF","features":[321]},{"name":"NDIS_PROTOCOL_ID_TCP_IP","features":[321]},{"name":"NDIS_PROT_OPTION_ESTIMATED_LENGTH","features":[321]},{"name":"NDIS_PROT_OPTION_NO_LOOPBACK","features":[321]},{"name":"NDIS_PROT_OPTION_NO_RSVD_ON_RCVPKT","features":[321]},{"name":"NDIS_PROT_OPTION_SEND_RESTRICTED","features":[321]},{"name":"NDIS_QOS_ACTION_MAXIMUM","features":[321]},{"name":"NDIS_QOS_ACTION_PRIORITY","features":[321]},{"name":"NDIS_QOS_CAPABILITIES_CEE_DCBX_SUPPORTED","features":[321]},{"name":"NDIS_QOS_CAPABILITIES_IEEE_DCBX_SUPPORTED","features":[321]},{"name":"NDIS_QOS_CAPABILITIES_MACSEC_BYPASS_SUPPORTED","features":[321]},{"name":"NDIS_QOS_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_QOS_CAPABILITIES_STRICT_TSA_SUPPORTED","features":[321]},{"name":"NDIS_QOS_CLASSIFICATION_ELEMENT_REVISION_1","features":[321]},{"name":"NDIS_QOS_CLASSIFICATION_ENFORCED_BY_MINIPORT","features":[321]},{"name":"NDIS_QOS_CLASSIFICATION_SET_BY_MINIPORT_MASK","features":[321]},{"name":"NDIS_QOS_CONDITION_DEFAULT","features":[321]},{"name":"NDIS_QOS_CONDITION_ETHERTYPE","features":[321]},{"name":"NDIS_QOS_CONDITION_MAXIMUM","features":[321]},{"name":"NDIS_QOS_CONDITION_NETDIRECT_PORT","features":[321]},{"name":"NDIS_QOS_CONDITION_RESERVED","features":[321]},{"name":"NDIS_QOS_CONDITION_TCP_OR_UDP_PORT","features":[321]},{"name":"NDIS_QOS_CONDITION_TCP_PORT","features":[321]},{"name":"NDIS_QOS_CONDITION_UDP_PORT","features":[321]},{"name":"NDIS_QOS_DEFAULT_SQ_ID","features":[321]},{"name":"NDIS_QOS_MAXIMUM_PRIORITIES","features":[321]},{"name":"NDIS_QOS_MAXIMUM_TRAFFIC_CLASSES","features":[321]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_2","features":[321]},{"name":"NDIS_QOS_OFFLOAD_CAPS_GFT_SQ","features":[321]},{"name":"NDIS_QOS_OFFLOAD_CAPS_STANDARD_SQ","features":[321]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CHANGED","features":[321]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CONFIGURED","features":[321]},{"name":"NDIS_QOS_PARAMETERS_ETS_CHANGED","features":[321]},{"name":"NDIS_QOS_PARAMETERS_ETS_CONFIGURED","features":[321]},{"name":"NDIS_QOS_PARAMETERS_PFC_CHANGED","features":[321]},{"name":"NDIS_QOS_PARAMETERS_PFC_CONFIGURED","features":[321]},{"name":"NDIS_QOS_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_QOS_PARAMETERS_WILLING","features":[321]},{"name":"NDIS_QOS_SQ_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_QOS_SQ_PARAMETERS_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_2","features":[321]},{"name":"NDIS_QOS_SQ_RECEIVE_CAP_ENABLED","features":[321]},{"name":"NDIS_QOS_SQ_STATS_REVISION_1","features":[321]},{"name":"NDIS_QOS_SQ_TRANSMIT_CAP_ENABLED","features":[321]},{"name":"NDIS_QOS_SQ_TRANSMIT_RESERVATION_ENABLED","features":[321]},{"name":"NDIS_QOS_TSA_CBS","features":[321]},{"name":"NDIS_QOS_TSA_ETS","features":[321]},{"name":"NDIS_QOS_TSA_MAXIMUM","features":[321]},{"name":"NDIS_QOS_TSA_STRICT","features":[321]},{"name":"NDIS_RECEIVE_FILTER_ANY_VLAN_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_OPERATION_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SPA_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_TPA_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_2","features":[321]},{"name":"NDIS_RECEIVE_FILTER_CLEAR_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_FOR_DEFAULT_QUEUE_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_FIELD_MAC_HEADER_VLAN_UNTAGGED_OR_ZERO","features":[321]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_2","features":[321]},{"name":"NDIS_RECEIVE_FILTER_FLAGS_RESERVED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_MIN_OF_QUEUES_MODE","features":[321]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_SUM_OF_QUEUES_MODE","features":[321]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_2","features":[321]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_VPORT_ID_SPECIFIED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_INFO_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_FILTER_INTERRUPT_VECTOR_COALESCING_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_PROTOCOL_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_PROTOCOL_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_LOOKAHEAD_SPLIT_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_DEST_ADDR_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PACKET_TYPE_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PRIORITY_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PROTOCOL_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SOURCE_ADDR_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_VLAN_ID_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_MOVE_FILTER_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_FILTER_MSI_X_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_FILTERS_ENABLED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_SUPPORTED_ON_DEFAULT_QUEUE","features":[321]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION","features":[321]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION_GRE","features":[321]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_2","features":[321]},{"name":"NDIS_RECEIVE_FILTER_RESERVED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_EQUAL_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_MASK_EQUAL_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_NOT_EQUAL_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_DEST_PORT_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_VMQ_FILTERS_ENABLED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUES_ENABLED","features":[321]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUE_SUPPORTED","features":[321]},{"name":"NDIS_RECEIVE_HASH_FLAG_ENABLE_HASH","features":[321]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_INFO_UNCHANGED","features":[321]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_KEY_UNCHANGED","features":[321]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS","features":[321]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_FREE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_INFO_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_2","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_CHANGE_MASK","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_FLAGS_CHANGED","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_INTERRUPT_COALESCING_DOMAIN_ID_CHANGED","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_LOOKAHEAD_SPLIT_REQUIRED","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_NAME_CHANGED","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PER_QUEUE_RECEIVE_INDICATION","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PROCESSOR_AFFINITY_CHANGED","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_QOS_SQ_ID_CHANGED","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_2","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_3","features":[321]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_SUGGESTED_RECV_BUFFER_NUMBERS_CHANGED","features":[321]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES","features":[321]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_2","features":[321]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_3","features":[321]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS","features":[321]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_2","features":[321]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_3","features":[321]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_V2_REVISION_1","features":[321]},{"name":"NDIS_RECEIVE_SCALE_PARAM_ENABLE_RSS","features":[321]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_INFO_CHANGED","features":[321]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_KEY_CHANGED","features":[321]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_ENTRIES_CHANGED","features":[321]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_QUEUES_CHANGED","features":[321]},{"name":"NDIS_REQUEST_TYPE","features":[321]},{"name":"NDIS_RING_AUTO_REMOVAL_ERROR","features":[321]},{"name":"NDIS_RING_COUNTER_OVERFLOW","features":[321]},{"name":"NDIS_RING_HARD_ERROR","features":[321]},{"name":"NDIS_RING_LOBE_WIRE_FAULT","features":[321]},{"name":"NDIS_RING_REMOVE_RECEIVED","features":[321]},{"name":"NDIS_RING_RING_RECOVERY","features":[321]},{"name":"NDIS_RING_SIGNAL_LOSS","features":[321]},{"name":"NDIS_RING_SINGLE_STATION","features":[321]},{"name":"NDIS_RING_SOFT_ERROR","features":[321]},{"name":"NDIS_RING_TRANSMIT_BEACON","features":[321]},{"name":"NDIS_ROUTING_DOMAIN_ENTRY_REVISION_1","features":[321]},{"name":"NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_REVISION_1","features":[321]},{"name":"NDIS_RSC_STATISTICS_REVISION_1","features":[321]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_DPC","features":[321]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_ISR","features":[321]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV4","features":[321]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6","features":[321]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6_EX","features":[321]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV4","features":[321]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6","features":[321]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6_EX","features":[321]},{"name":"NDIS_RSS_CAPS_MESSAGE_SIGNALED_INTERRUPTS","features":[321]},{"name":"NDIS_RSS_CAPS_RSS_AVAILABLE_ON_PORTS","features":[321]},{"name":"NDIS_RSS_CAPS_SUPPORTS_INDEPENDENT_ENTRY_MOVE","features":[321]},{"name":"NDIS_RSS_CAPS_SUPPORTS_MSI_X","features":[321]},{"name":"NDIS_RSS_CAPS_USING_MSI_X","features":[321]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_1","features":[321]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_2","features":[321]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_3","features":[321]},{"name":"NDIS_RSS_HASH_SECRET_KEY_SIZE_REVISION_1","features":[321]},{"name":"NDIS_RSS_INDIRECTION_TABLE_MAX_SIZE_REVISION_1","features":[321]},{"name":"NDIS_RSS_INDIRECTION_TABLE_SIZE_REVISION_1","features":[321]},{"name":"NDIS_RSS_PARAM_FLAG_BASE_CPU_UNCHANGED","features":[321]},{"name":"NDIS_RSS_PARAM_FLAG_DEFAULT_PROCESSOR_UNCHANGED","features":[321]},{"name":"NDIS_RSS_PARAM_FLAG_DISABLE_RSS","features":[321]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_INFO_UNCHANGED","features":[321]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_KEY_UNCHANGED","features":[321]},{"name":"NDIS_RSS_PARAM_FLAG_ITABLE_UNCHANGED","features":[321]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_1","features":[321]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_2","features":[321]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRIES_REVISION_1","features":[321]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_DEFAULT_PROCESSOR","features":[321]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_PRIMARY_PROCESSOR","features":[321]},{"name":"NDIS_SIZEOF_NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_BAR_RESOURCES_INFO_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_CAPS_PF_MINIPORT","features":[321]},{"name":"NDIS_SRIOV_CAPS_SRIOV_SUPPORTED","features":[321]},{"name":"NDIS_SRIOV_CAPS_VF_MINIPORT","features":[321]},{"name":"NDIS_SRIOV_CONFIG_STATE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_OVERLYING_ADAPTER_INFO_VERSION_1","features":[321]},{"name":"NDIS_SRIOV_PF_LUID_INFO_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_PROBED_BARS_INFO_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_RESET_VF_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_SET_VF_POWER_STATE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_VF_INVALIDATE_CONFIG_BLOCK_INFO_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_VF_SERIAL_NUMBER_INFO_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_VF_VENDOR_DEVICE_ID_INFO_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_RCV","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_XMIT","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_RCV","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_XMIT","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_RCV","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_XMIT","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_RCV","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_XMIT","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_RCV","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_XMIT","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_RCV","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_XMIT","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_RCV","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_XMIT","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_DISCARDS","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_ERROR","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_DISCARDS","features":[321]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_ERROR","features":[321]},{"name":"NDIS_STATISTICS_INFO","features":[321]},{"name":"NDIS_STATISTICS_INFO_REVISION_1","features":[321]},{"name":"NDIS_STATISTICS_VALUE","features":[321]},{"name":"NDIS_STATISTICS_VALUE_EX","features":[321]},{"name":"NDIS_SUPPORTED_PAUSE_FUNCTIONS","features":[321]},{"name":"NDIS_SUPPORT_NDIS6","features":[321]},{"name":"NDIS_SUPPORT_NDIS61","features":[321]},{"name":"NDIS_SUPPORT_NDIS620","features":[321]},{"name":"NDIS_SUPPORT_NDIS630","features":[321]},{"name":"NDIS_SUPPORT_NDIS640","features":[321]},{"name":"NDIS_SUPPORT_NDIS650","features":[321]},{"name":"NDIS_SUPPORT_NDIS651","features":[321]},{"name":"NDIS_SUPPORT_NDIS660","features":[321]},{"name":"NDIS_SUPPORT_NDIS670","features":[321]},{"name":"NDIS_SUPPORT_NDIS680","features":[321]},{"name":"NDIS_SUPPORT_NDIS681","features":[321]},{"name":"NDIS_SUPPORT_NDIS682","features":[321]},{"name":"NDIS_SUPPORT_NDIS683","features":[321]},{"name":"NDIS_SUPPORT_NDIS684","features":[321]},{"name":"NDIS_SUPPORT_NDIS685","features":[321]},{"name":"NDIS_SUPPORT_NDIS686","features":[321]},{"name":"NDIS_SUPPORT_NDIS687","features":[321]},{"name":"NDIS_SWITCH_FEATURE_STATUS_CUSTOM_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_NIC_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_NIC_FLAGS_MAPPED_NIC_UPDATED","features":[321]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_INITIALIZING","features":[321]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED","features":[321]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED_LM","features":[321]},{"name":"NDIS_SWITCH_NIC_OID_REQUEST_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_2","features":[321]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_2","features":[321]},{"name":"NDIS_SWITCH_OBJECT_SERIALIZATION_VERSION_1","features":[321]},{"name":"NDIS_SWITCH_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_ARRAY_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_CUSTOM_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_RESTORING_PORT","features":[321]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_UNTRUSTED_INTERNAL_PORT","features":[321]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_CUSTOM_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ISOLATION_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PROFILE_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_2","features":[321]},{"name":"NDIS_SWITCH_PORT_PROPERTY_VLAN_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PROPERTY_CUSTOM_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_INFO_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SWITCH_PROPERTY_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_EX_REVISION_1","features":[321]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD","features":[321]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_1","features":[321]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_2","features":[321]},{"name":"NDIS_TCP_IP_CHECKSUM_OFFLOAD","features":[321]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1","features":[321]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2","features":[321]},{"name":"NDIS_TCP_RECV_SEG_COALESC_OFFLOAD_REVISION_1","features":[321]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[321]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_TIMESTAMP_CAPABILITIES","features":[307,321]},{"name":"NDIS_TIMESTAMP_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_TIMESTAMP_CAPABILITY_FLAGS","features":[307,321]},{"name":"NDIS_VAR_DATA_DESC","features":[321]},{"name":"NDIS_WAN_HEADER_FORMAT","features":[321]},{"name":"NDIS_WAN_MEDIUM_SUBTYPE","features":[321]},{"name":"NDIS_WAN_PROTOCOL_CAPS","features":[321]},{"name":"NDIS_WAN_QUALITY","features":[321]},{"name":"NDIS_WLAN_BSSID","features":[321]},{"name":"NDIS_WLAN_BSSID_EX","features":[321]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_ENABLED","features":[321]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_SUPPORTED","features":[321]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_ENABLED","features":[321]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_SUPPORTED","features":[321]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_ENABLED","features":[321]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_SUPPORTED","features":[321]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_ENABLED","features":[321]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_SUPPORTED","features":[321]},{"name":"NDIS_WMI_DEFAULT_METHOD_ID","features":[321]},{"name":"NDIS_WMI_ENUM_ADAPTER","features":[321]},{"name":"NDIS_WMI_ENUM_ADAPTER_REVISION_1","features":[321]},{"name":"NDIS_WMI_EVENT_HEADER","features":[321]},{"name":"NDIS_WMI_EVENT_HEADER_REVISION_1","features":[321]},{"name":"NDIS_WMI_IPSEC_OFFLOAD_V1","features":[321]},{"name":"NDIS_WMI_METHOD_HEADER","features":[321]},{"name":"NDIS_WMI_METHOD_HEADER_REVISION_1","features":[321]},{"name":"NDIS_WMI_OBJECT_TYPE_ENUM_ADAPTER","features":[321]},{"name":"NDIS_WMI_OBJECT_TYPE_EVENT","features":[321]},{"name":"NDIS_WMI_OBJECT_TYPE_METHOD","features":[321]},{"name":"NDIS_WMI_OBJECT_TYPE_OUTPUT_INFO","features":[321]},{"name":"NDIS_WMI_OBJECT_TYPE_SET","features":[321]},{"name":"NDIS_WMI_OFFLOAD","features":[321]},{"name":"NDIS_WMI_OUTPUT_INFO","features":[321]},{"name":"NDIS_WMI_PM_ACTIVE_CAPABILITIES_REVISION_1","features":[321]},{"name":"NDIS_WMI_PM_ADMIN_CONFIG_REVISION_1","features":[321]},{"name":"NDIS_WMI_RECEIVE_QUEUE_INFO_REVISION_1","features":[321]},{"name":"NDIS_WMI_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[321]},{"name":"NDIS_WMI_SET_HEADER","features":[321]},{"name":"NDIS_WMI_SET_HEADER_REVISION_1","features":[321]},{"name":"NDIS_WMI_TCP_CONNECTION_OFFLOAD","features":[321]},{"name":"NDIS_WMI_TCP_IP_CHECKSUM_OFFLOAD","features":[321]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V1","features":[321]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2","features":[321]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_ENABLED","features":[321]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_SUPPORTED","features":[321]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_ENABLED","features":[321]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_SUPPORTED","features":[321]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_ENABLED","features":[321]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_SUPPORTED","features":[321]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_ENABLED","features":[321]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_SUPPORTED","features":[321]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_ENABLED","features":[321]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_SUPPORTED","features":[321]},{"name":"NDK_ADAPTER_FLAG_CQ_INTERRUPT_MODERATION_SUPPORTED","features":[321]},{"name":"NDK_ADAPTER_FLAG_CQ_RESIZE_SUPPORTED","features":[321]},{"name":"NDK_ADAPTER_FLAG_IN_ORDER_DMA_SUPPORTED","features":[321]},{"name":"NDK_ADAPTER_FLAG_LOOPBACK_CONNECTIONS_SUPPORTED","features":[321]},{"name":"NDK_ADAPTER_FLAG_MULTI_ENGINE_SUPPORTED","features":[321]},{"name":"NDK_ADAPTER_FLAG_RDMA_READ_LOCAL_INVALIDATE_SUPPORTED","features":[321]},{"name":"NDK_ADAPTER_FLAG_RDMA_READ_SINK_NOT_REQUIRED","features":[321]},{"name":"NDK_ADAPTER_INFO","features":[321]},{"name":"NDK_RDMA_TECHNOLOGY","features":[321]},{"name":"NDK_VERSION","features":[321]},{"name":"NETWORK_ADDRESS","features":[321]},{"name":"NETWORK_ADDRESS_IP","features":[321]},{"name":"NETWORK_ADDRESS_IP6","features":[321]},{"name":"NETWORK_ADDRESS_IPX","features":[321]},{"name":"NETWORK_ADDRESS_LIST","features":[321]},{"name":"NET_IFLUID_UNSPECIFIED","features":[321]},{"name":"NET_IF_ACCESS_BROADCAST","features":[321]},{"name":"NET_IF_ACCESS_LOOPBACK","features":[321]},{"name":"NET_IF_ACCESS_MAXIMUM","features":[321]},{"name":"NET_IF_ACCESS_POINT_TO_MULTI_POINT","features":[321]},{"name":"NET_IF_ACCESS_POINT_TO_POINT","features":[321]},{"name":"NET_IF_ACCESS_TYPE","features":[321]},{"name":"NET_IF_ADMIN_STATUS","features":[321]},{"name":"NET_IF_ADMIN_STATUS_DOWN","features":[321]},{"name":"NET_IF_ADMIN_STATUS_TESTING","features":[321]},{"name":"NET_IF_ADMIN_STATUS_UP","features":[321]},{"name":"NET_IF_ALIAS_LH","features":[321]},{"name":"NET_IF_CONNECTION_DEDICATED","features":[321]},{"name":"NET_IF_CONNECTION_DEMAND","features":[321]},{"name":"NET_IF_CONNECTION_MAXIMUM","features":[321]},{"name":"NET_IF_CONNECTION_PASSIVE","features":[321]},{"name":"NET_IF_CONNECTION_TYPE","features":[321]},{"name":"NET_IF_DIRECTION_MAXIMUM","features":[321]},{"name":"NET_IF_DIRECTION_RECEIVEONLY","features":[321]},{"name":"NET_IF_DIRECTION_SENDONLY","features":[321]},{"name":"NET_IF_DIRECTION_SENDRECEIVE","features":[321]},{"name":"NET_IF_DIRECTION_TYPE","features":[321]},{"name":"NET_IF_MEDIA_CONNECT_STATE","features":[321]},{"name":"NET_IF_MEDIA_DUPLEX_STATE","features":[321]},{"name":"NET_IF_OID_COMPARTMENT_ID","features":[321]},{"name":"NET_IF_OID_IF_ALIAS","features":[321]},{"name":"NET_IF_OID_IF_ENTRY","features":[321]},{"name":"NET_IF_OID_NETWORK_GUID","features":[321]},{"name":"NET_IF_OPER_STATUS","features":[321]},{"name":"NET_IF_OPER_STATUS_DORMANT","features":[321]},{"name":"NET_IF_OPER_STATUS_DORMANT_LOW_POWER","features":[321]},{"name":"NET_IF_OPER_STATUS_DORMANT_PAUSED","features":[321]},{"name":"NET_IF_OPER_STATUS_DOWN","features":[321]},{"name":"NET_IF_OPER_STATUS_DOWN_NOT_AUTHENTICATED","features":[321]},{"name":"NET_IF_OPER_STATUS_DOWN_NOT_MEDIA_CONNECTED","features":[321]},{"name":"NET_IF_OPER_STATUS_LOWER_LAYER_DOWN","features":[321]},{"name":"NET_IF_OPER_STATUS_NOT_PRESENT","features":[321]},{"name":"NET_IF_OPER_STATUS_TESTING","features":[321]},{"name":"NET_IF_OPER_STATUS_UNKNOWN","features":[321]},{"name":"NET_IF_OPER_STATUS_UP","features":[321]},{"name":"NET_IF_RCV_ADDRESS_LH","features":[321]},{"name":"NET_IF_RCV_ADDRESS_TYPE","features":[321]},{"name":"NET_IF_RCV_ADDRESS_TYPE_NON_VOLATILE","features":[321]},{"name":"NET_IF_RCV_ADDRESS_TYPE_OTHER","features":[321]},{"name":"NET_IF_RCV_ADDRESS_TYPE_VOLATILE","features":[321]},{"name":"NET_LUID_LH","features":[321]},{"name":"NET_PHYSICAL_LOCATION_LH","features":[321]},{"name":"NET_SITEID_MAXSYSTEM","features":[321]},{"name":"NET_SITEID_MAXUSER","features":[321]},{"name":"NET_SITEID_UNSPECIFIED","features":[321]},{"name":"NIIF_FILTER_INTERFACE","features":[321]},{"name":"NIIF_HARDWARE_INTERFACE","features":[321]},{"name":"NIIF_NDIS_ENDPOINT_INTERFACE","features":[321]},{"name":"NIIF_NDIS_ISCSI_INTERFACE","features":[321]},{"name":"NIIF_NDIS_RESERVED1","features":[321]},{"name":"NIIF_NDIS_RESERVED2","features":[321]},{"name":"NIIF_NDIS_RESERVED3","features":[321]},{"name":"NIIF_NDIS_RESERVED4","features":[321]},{"name":"NIIF_NDIS_WDM_INTERFACE","features":[321]},{"name":"Ndis802_11AuthModeAutoSwitch","features":[321]},{"name":"Ndis802_11AuthModeMax","features":[321]},{"name":"Ndis802_11AuthModeOpen","features":[321]},{"name":"Ndis802_11AuthModeShared","features":[321]},{"name":"Ndis802_11AuthModeWPA","features":[321]},{"name":"Ndis802_11AuthModeWPA2","features":[321]},{"name":"Ndis802_11AuthModeWPA2PSK","features":[321]},{"name":"Ndis802_11AuthModeWPA3","features":[321]},{"name":"Ndis802_11AuthModeWPA3Ent","features":[321]},{"name":"Ndis802_11AuthModeWPA3Ent192","features":[321]},{"name":"Ndis802_11AuthModeWPA3SAE","features":[321]},{"name":"Ndis802_11AuthModeWPANone","features":[321]},{"name":"Ndis802_11AuthModeWPAPSK","features":[321]},{"name":"Ndis802_11AutoUnknown","features":[321]},{"name":"Ndis802_11Automode","features":[321]},{"name":"Ndis802_11DS","features":[321]},{"name":"Ndis802_11Encryption1Enabled","features":[321]},{"name":"Ndis802_11Encryption1KeyAbsent","features":[321]},{"name":"Ndis802_11Encryption2Enabled","features":[321]},{"name":"Ndis802_11Encryption2KeyAbsent","features":[321]},{"name":"Ndis802_11Encryption3Enabled","features":[321]},{"name":"Ndis802_11Encryption3KeyAbsent","features":[321]},{"name":"Ndis802_11EncryptionDisabled","features":[321]},{"name":"Ndis802_11EncryptionNotSupported","features":[321]},{"name":"Ndis802_11FH","features":[321]},{"name":"Ndis802_11IBSS","features":[321]},{"name":"Ndis802_11Infrastructure","features":[321]},{"name":"Ndis802_11InfrastructureMax","features":[321]},{"name":"Ndis802_11MediaStreamOff","features":[321]},{"name":"Ndis802_11MediaStreamOn","features":[321]},{"name":"Ndis802_11NetworkTypeMax","features":[321]},{"name":"Ndis802_11OFDM24","features":[321]},{"name":"Ndis802_11OFDM5","features":[321]},{"name":"Ndis802_11PowerModeCAM","features":[321]},{"name":"Ndis802_11PowerModeFast_PSP","features":[321]},{"name":"Ndis802_11PowerModeMAX_PSP","features":[321]},{"name":"Ndis802_11PowerModeMax","features":[321]},{"name":"Ndis802_11PrivFilter8021xWEP","features":[321]},{"name":"Ndis802_11PrivFilterAcceptAll","features":[321]},{"name":"Ndis802_11RadioStatusHardwareOff","features":[321]},{"name":"Ndis802_11RadioStatusHardwareSoftwareOff","features":[321]},{"name":"Ndis802_11RadioStatusMax","features":[321]},{"name":"Ndis802_11RadioStatusOn","features":[321]},{"name":"Ndis802_11RadioStatusSoftwareOff","features":[321]},{"name":"Ndis802_11ReloadWEPKeys","features":[321]},{"name":"Ndis802_11StatusTypeMax","features":[321]},{"name":"Ndis802_11StatusType_Authentication","features":[321]},{"name":"Ndis802_11StatusType_MediaStreamMode","features":[321]},{"name":"Ndis802_11StatusType_PMKID_CandidateList","features":[321]},{"name":"Ndis802_11WEPDisabled","features":[321]},{"name":"Ndis802_11WEPEnabled","features":[321]},{"name":"Ndis802_11WEPKeyAbsent","features":[321]},{"name":"Ndis802_11WEPNotSupported","features":[321]},{"name":"NdisDefinitelyNetworkChange","features":[321]},{"name":"NdisDeviceStateD0","features":[321]},{"name":"NdisDeviceStateD1","features":[321]},{"name":"NdisDeviceStateD2","features":[321]},{"name":"NdisDeviceStateD3","features":[321]},{"name":"NdisDeviceStateMaximum","features":[321]},{"name":"NdisDeviceStateUnspecified","features":[321]},{"name":"NdisFddiRingDetect","features":[321]},{"name":"NdisFddiRingDirected","features":[321]},{"name":"NdisFddiRingIsolated","features":[321]},{"name":"NdisFddiRingNonOperational","features":[321]},{"name":"NdisFddiRingNonOperationalDup","features":[321]},{"name":"NdisFddiRingOperational","features":[321]},{"name":"NdisFddiRingOperationalDup","features":[321]},{"name":"NdisFddiRingTrace","features":[321]},{"name":"NdisFddiStateActive","features":[321]},{"name":"NdisFddiStateBreak","features":[321]},{"name":"NdisFddiStateConnect","features":[321]},{"name":"NdisFddiStateJoin","features":[321]},{"name":"NdisFddiStateMaintenance","features":[321]},{"name":"NdisFddiStateNext","features":[321]},{"name":"NdisFddiStateOff","features":[321]},{"name":"NdisFddiStateSignal","features":[321]},{"name":"NdisFddiStateTrace","features":[321]},{"name":"NdisFddiStateVerify","features":[321]},{"name":"NdisFddiTypeCWrapA","features":[321]},{"name":"NdisFddiTypeCWrapB","features":[321]},{"name":"NdisFddiTypeCWrapS","features":[321]},{"name":"NdisFddiTypeIsolated","features":[321]},{"name":"NdisFddiTypeLocalA","features":[321]},{"name":"NdisFddiTypeLocalAB","features":[321]},{"name":"NdisFddiTypeLocalB","features":[321]},{"name":"NdisFddiTypeLocalS","features":[321]},{"name":"NdisFddiTypeThrough","features":[321]},{"name":"NdisFddiTypeWrapA","features":[321]},{"name":"NdisFddiTypeWrapAB","features":[321]},{"name":"NdisFddiTypeWrapB","features":[321]},{"name":"NdisFddiTypeWrapS","features":[321]},{"name":"NdisHardwareStatusClosing","features":[321]},{"name":"NdisHardwareStatusInitializing","features":[321]},{"name":"NdisHardwareStatusNotReady","features":[321]},{"name":"NdisHardwareStatusReady","features":[321]},{"name":"NdisHardwareStatusReset","features":[321]},{"name":"NdisHashFunctionReserved1","features":[321]},{"name":"NdisHashFunctionReserved2","features":[321]},{"name":"NdisHashFunctionReserved3","features":[321]},{"name":"NdisHashFunctionToeplitz","features":[321]},{"name":"NdisInterruptModerationDisabled","features":[321]},{"name":"NdisInterruptModerationEnabled","features":[321]},{"name":"NdisInterruptModerationNotSupported","features":[321]},{"name":"NdisInterruptModerationUnknown","features":[321]},{"name":"NdisMediaStateConnected","features":[321]},{"name":"NdisMediaStateDisconnected","features":[321]},{"name":"NdisMedium1394","features":[321]},{"name":"NdisMedium802_3","features":[321]},{"name":"NdisMedium802_5","features":[321]},{"name":"NdisMediumArcnet878_2","features":[321]},{"name":"NdisMediumArcnetRaw","features":[321]},{"name":"NdisMediumAtm","features":[321]},{"name":"NdisMediumBpc","features":[321]},{"name":"NdisMediumCoWan","features":[321]},{"name":"NdisMediumDix","features":[321]},{"name":"NdisMediumFddi","features":[321]},{"name":"NdisMediumIP","features":[321]},{"name":"NdisMediumInfiniBand","features":[321]},{"name":"NdisMediumIrda","features":[321]},{"name":"NdisMediumLocalTalk","features":[321]},{"name":"NdisMediumLoopback","features":[321]},{"name":"NdisMediumMax","features":[321]},{"name":"NdisMediumNative802_11","features":[321]},{"name":"NdisMediumTunnel","features":[321]},{"name":"NdisMediumWan","features":[321]},{"name":"NdisMediumWiMAX","features":[321]},{"name":"NdisMediumWirelessWan","features":[321]},{"name":"NdisNetworkChangeFromMediaConnect","features":[321]},{"name":"NdisNetworkChangeMax","features":[321]},{"name":"NdisPauseFunctionsReceiveOnly","features":[321]},{"name":"NdisPauseFunctionsSendAndReceive","features":[321]},{"name":"NdisPauseFunctionsSendOnly","features":[321]},{"name":"NdisPauseFunctionsUnknown","features":[321]},{"name":"NdisPauseFunctionsUnsupported","features":[321]},{"name":"NdisPhysicalMedium1394","features":[321]},{"name":"NdisPhysicalMedium802_3","features":[321]},{"name":"NdisPhysicalMedium802_5","features":[321]},{"name":"NdisPhysicalMediumBluetooth","features":[321]},{"name":"NdisPhysicalMediumCableModem","features":[321]},{"name":"NdisPhysicalMediumDSL","features":[321]},{"name":"NdisPhysicalMediumFibreChannel","features":[321]},{"name":"NdisPhysicalMediumInfiniband","features":[321]},{"name":"NdisPhysicalMediumIrda","features":[321]},{"name":"NdisPhysicalMediumMax","features":[321]},{"name":"NdisPhysicalMediumNative802_11","features":[321]},{"name":"NdisPhysicalMediumNative802_15_4","features":[321]},{"name":"NdisPhysicalMediumOther","features":[321]},{"name":"NdisPhysicalMediumPhoneLine","features":[321]},{"name":"NdisPhysicalMediumPowerLine","features":[321]},{"name":"NdisPhysicalMediumUWB","features":[321]},{"name":"NdisPhysicalMediumUnspecified","features":[321]},{"name":"NdisPhysicalMediumWiMax","features":[321]},{"name":"NdisPhysicalMediumWiredCoWan","features":[321]},{"name":"NdisPhysicalMediumWiredWAN","features":[321]},{"name":"NdisPhysicalMediumWirelessLan","features":[321]},{"name":"NdisPhysicalMediumWirelessWan","features":[321]},{"name":"NdisPortAuthorizationUnknown","features":[321]},{"name":"NdisPortAuthorized","features":[321]},{"name":"NdisPortControlStateControlled","features":[321]},{"name":"NdisPortControlStateUncontrolled","features":[321]},{"name":"NdisPortControlStateUnknown","features":[321]},{"name":"NdisPortReauthorizing","features":[321]},{"name":"NdisPortType8021xSupplicant","features":[321]},{"name":"NdisPortTypeBridge","features":[321]},{"name":"NdisPortTypeMax","features":[321]},{"name":"NdisPortTypeRasConnection","features":[321]},{"name":"NdisPortTypeUndefined","features":[321]},{"name":"NdisPortUnauthorized","features":[321]},{"name":"NdisPossibleNetworkChange","features":[321]},{"name":"NdisProcessorVendorAuthenticAMD","features":[321]},{"name":"NdisProcessorVendorGenuinIntel","features":[321]},{"name":"NdisProcessorVendorGenuineIntel","features":[321]},{"name":"NdisProcessorVendorUnknown","features":[321]},{"name":"NdisRequestClose","features":[321]},{"name":"NdisRequestGeneric1","features":[321]},{"name":"NdisRequestGeneric2","features":[321]},{"name":"NdisRequestGeneric3","features":[321]},{"name":"NdisRequestGeneric4","features":[321]},{"name":"NdisRequestOpen","features":[321]},{"name":"NdisRequestQueryInformation","features":[321]},{"name":"NdisRequestQueryStatistics","features":[321]},{"name":"NdisRequestReset","features":[321]},{"name":"NdisRequestSend","features":[321]},{"name":"NdisRequestSetInformation","features":[321]},{"name":"NdisRequestTransferData","features":[321]},{"name":"NdisRingStateClosed","features":[321]},{"name":"NdisRingStateClosing","features":[321]},{"name":"NdisRingStateOpenFailure","features":[321]},{"name":"NdisRingStateOpened","features":[321]},{"name":"NdisRingStateOpening","features":[321]},{"name":"NdisRingStateRingFailure","features":[321]},{"name":"NdisWanErrorControl","features":[321]},{"name":"NdisWanHeaderEthernet","features":[321]},{"name":"NdisWanHeaderNative","features":[321]},{"name":"NdisWanMediumAgileVPN","features":[321]},{"name":"NdisWanMediumAtm","features":[321]},{"name":"NdisWanMediumFrameRelay","features":[321]},{"name":"NdisWanMediumGre","features":[321]},{"name":"NdisWanMediumHub","features":[321]},{"name":"NdisWanMediumIrda","features":[321]},{"name":"NdisWanMediumIsdn","features":[321]},{"name":"NdisWanMediumL2TP","features":[321]},{"name":"NdisWanMediumPPTP","features":[321]},{"name":"NdisWanMediumParallel","features":[321]},{"name":"NdisWanMediumPppoe","features":[321]},{"name":"NdisWanMediumSSTP","features":[321]},{"name":"NdisWanMediumSW56K","features":[321]},{"name":"NdisWanMediumSerial","features":[321]},{"name":"NdisWanMediumSonet","features":[321]},{"name":"NdisWanMediumSubTypeMax","features":[321]},{"name":"NdisWanMediumX_25","features":[321]},{"name":"NdisWanRaw","features":[321]},{"name":"NdisWanReliable","features":[321]},{"name":"NdkInfiniBand","features":[321]},{"name":"NdkMaxTechnology","features":[321]},{"name":"NdkRoCE","features":[321]},{"name":"NdkRoCEv2","features":[321]},{"name":"NdkUndefined","features":[321]},{"name":"NdkiWarp","features":[321]},{"name":"OFFLOAD_ALGO_INFO","features":[321]},{"name":"OFFLOAD_CONF_ALGO","features":[321]},{"name":"OFFLOAD_INBOUND_SA","features":[321]},{"name":"OFFLOAD_INTEGRITY_ALGO","features":[321]},{"name":"OFFLOAD_IPSEC_ADD_SA","features":[307,321]},{"name":"OFFLOAD_IPSEC_ADD_UDPESP_SA","features":[307,321]},{"name":"OFFLOAD_IPSEC_CONF_3_DES","features":[321]},{"name":"OFFLOAD_IPSEC_CONF_DES","features":[321]},{"name":"OFFLOAD_IPSEC_CONF_MAX","features":[321]},{"name":"OFFLOAD_IPSEC_CONF_NONE","features":[321]},{"name":"OFFLOAD_IPSEC_CONF_RESERVED","features":[321]},{"name":"OFFLOAD_IPSEC_DELETE_SA","features":[307,321]},{"name":"OFFLOAD_IPSEC_DELETE_UDPESP_SA","features":[307,321]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MAX","features":[321]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MD5","features":[321]},{"name":"OFFLOAD_IPSEC_INTEGRITY_NONE","features":[321]},{"name":"OFFLOAD_IPSEC_INTEGRITY_SHA","features":[321]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_ENTRY","features":[321]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_IKE","features":[321]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_OTHER","features":[321]},{"name":"OFFLOAD_MAX_SAS","features":[321]},{"name":"OFFLOAD_OPERATION_E","features":[321]},{"name":"OFFLOAD_OUTBOUND_SA","features":[321]},{"name":"OFFLOAD_SECURITY_ASSOCIATION","features":[321]},{"name":"OID_1394_LOCAL_NODE_INFO","features":[321]},{"name":"OID_1394_VC_INFO","features":[321]},{"name":"OID_802_11_ADD_KEY","features":[321]},{"name":"OID_802_11_ADD_WEP","features":[321]},{"name":"OID_802_11_ASSOCIATION_INFORMATION","features":[321]},{"name":"OID_802_11_AUTHENTICATION_MODE","features":[321]},{"name":"OID_802_11_BSSID","features":[321]},{"name":"OID_802_11_BSSID_LIST","features":[321]},{"name":"OID_802_11_BSSID_LIST_SCAN","features":[321]},{"name":"OID_802_11_CAPABILITY","features":[321]},{"name":"OID_802_11_CONFIGURATION","features":[321]},{"name":"OID_802_11_DESIRED_RATES","features":[321]},{"name":"OID_802_11_DISASSOCIATE","features":[321]},{"name":"OID_802_11_ENCRYPTION_STATUS","features":[321]},{"name":"OID_802_11_FRAGMENTATION_THRESHOLD","features":[321]},{"name":"OID_802_11_INFRASTRUCTURE_MODE","features":[321]},{"name":"OID_802_11_MEDIA_STREAM_MODE","features":[321]},{"name":"OID_802_11_NETWORK_TYPES_SUPPORTED","features":[321]},{"name":"OID_802_11_NETWORK_TYPE_IN_USE","features":[321]},{"name":"OID_802_11_NON_BCAST_SSID_LIST","features":[321]},{"name":"OID_802_11_NUMBER_OF_ANTENNAS","features":[321]},{"name":"OID_802_11_PMKID","features":[321]},{"name":"OID_802_11_POWER_MODE","features":[321]},{"name":"OID_802_11_PRIVACY_FILTER","features":[321]},{"name":"OID_802_11_RADIO_STATUS","features":[321]},{"name":"OID_802_11_RELOAD_DEFAULTS","features":[321]},{"name":"OID_802_11_REMOVE_KEY","features":[321]},{"name":"OID_802_11_REMOVE_WEP","features":[321]},{"name":"OID_802_11_RSSI","features":[321]},{"name":"OID_802_11_RSSI_TRIGGER","features":[321]},{"name":"OID_802_11_RTS_THRESHOLD","features":[321]},{"name":"OID_802_11_RX_ANTENNA_SELECTED","features":[321]},{"name":"OID_802_11_SSID","features":[321]},{"name":"OID_802_11_STATISTICS","features":[321]},{"name":"OID_802_11_SUPPORTED_RATES","features":[321]},{"name":"OID_802_11_TEST","features":[321]},{"name":"OID_802_11_TX_ANTENNA_SELECTED","features":[321]},{"name":"OID_802_11_TX_POWER_LEVEL","features":[321]},{"name":"OID_802_11_WEP_STATUS","features":[321]},{"name":"OID_802_3_ADD_MULTICAST_ADDRESS","features":[321]},{"name":"OID_802_3_CURRENT_ADDRESS","features":[321]},{"name":"OID_802_3_DELETE_MULTICAST_ADDRESS","features":[321]},{"name":"OID_802_3_MAC_OPTIONS","features":[321]},{"name":"OID_802_3_MAXIMUM_LIST_SIZE","features":[321]},{"name":"OID_802_3_MULTICAST_LIST","features":[321]},{"name":"OID_802_3_PERMANENT_ADDRESS","features":[321]},{"name":"OID_802_3_RCV_ERROR_ALIGNMENT","features":[321]},{"name":"OID_802_3_RCV_OVERRUN","features":[321]},{"name":"OID_802_3_XMIT_DEFERRED","features":[321]},{"name":"OID_802_3_XMIT_HEARTBEAT_FAILURE","features":[321]},{"name":"OID_802_3_XMIT_LATE_COLLISIONS","features":[321]},{"name":"OID_802_3_XMIT_MAX_COLLISIONS","features":[321]},{"name":"OID_802_3_XMIT_MORE_COLLISIONS","features":[321]},{"name":"OID_802_3_XMIT_ONE_COLLISION","features":[321]},{"name":"OID_802_3_XMIT_TIMES_CRS_LOST","features":[321]},{"name":"OID_802_3_XMIT_UNDERRUN","features":[321]},{"name":"OID_802_5_ABORT_DELIMETERS","features":[321]},{"name":"OID_802_5_AC_ERRORS","features":[321]},{"name":"OID_802_5_BURST_ERRORS","features":[321]},{"name":"OID_802_5_CURRENT_ADDRESS","features":[321]},{"name":"OID_802_5_CURRENT_FUNCTIONAL","features":[321]},{"name":"OID_802_5_CURRENT_GROUP","features":[321]},{"name":"OID_802_5_CURRENT_RING_STATE","features":[321]},{"name":"OID_802_5_CURRENT_RING_STATUS","features":[321]},{"name":"OID_802_5_FRAME_COPIED_ERRORS","features":[321]},{"name":"OID_802_5_FREQUENCY_ERRORS","features":[321]},{"name":"OID_802_5_INTERNAL_ERRORS","features":[321]},{"name":"OID_802_5_LAST_OPEN_STATUS","features":[321]},{"name":"OID_802_5_LINE_ERRORS","features":[321]},{"name":"OID_802_5_LOST_FRAMES","features":[321]},{"name":"OID_802_5_PERMANENT_ADDRESS","features":[321]},{"name":"OID_802_5_TOKEN_ERRORS","features":[321]},{"name":"OID_ARCNET_CURRENT_ADDRESS","features":[321]},{"name":"OID_ARCNET_PERMANENT_ADDRESS","features":[321]},{"name":"OID_ARCNET_RECONFIGURATIONS","features":[321]},{"name":"OID_ATM_ACQUIRE_ACCESS_NET_RESOURCES","features":[321]},{"name":"OID_ATM_ALIGNMENT_REQUIRED","features":[321]},{"name":"OID_ATM_ASSIGNED_VPI","features":[321]},{"name":"OID_ATM_CALL_ALERTING","features":[321]},{"name":"OID_ATM_CALL_NOTIFY","features":[321]},{"name":"OID_ATM_CALL_PROCEEDING","features":[321]},{"name":"OID_ATM_CELLS_HEC_ERROR","features":[321]},{"name":"OID_ATM_DIGITAL_BROADCAST_VPIVCI","features":[321]},{"name":"OID_ATM_GET_NEAREST_FLOW","features":[321]},{"name":"OID_ATM_HW_CURRENT_ADDRESS","features":[321]},{"name":"OID_ATM_ILMI_VPIVCI","features":[321]},{"name":"OID_ATM_LECS_ADDRESS","features":[321]},{"name":"OID_ATM_MAX_AAL0_PACKET_SIZE","features":[321]},{"name":"OID_ATM_MAX_AAL1_PACKET_SIZE","features":[321]},{"name":"OID_ATM_MAX_AAL34_PACKET_SIZE","features":[321]},{"name":"OID_ATM_MAX_AAL5_PACKET_SIZE","features":[321]},{"name":"OID_ATM_MAX_ACTIVE_VCI_BITS","features":[321]},{"name":"OID_ATM_MAX_ACTIVE_VCS","features":[321]},{"name":"OID_ATM_MAX_ACTIVE_VPI_BITS","features":[321]},{"name":"OID_ATM_MY_IP_NM_ADDRESS","features":[321]},{"name":"OID_ATM_PARTY_ALERTING","features":[321]},{"name":"OID_ATM_RCV_CELLS_DROPPED","features":[321]},{"name":"OID_ATM_RCV_CELLS_OK","features":[321]},{"name":"OID_ATM_RCV_INVALID_VPI_VCI","features":[321]},{"name":"OID_ATM_RCV_REASSEMBLY_ERROR","features":[321]},{"name":"OID_ATM_RELEASE_ACCESS_NET_RESOURCES","features":[321]},{"name":"OID_ATM_SERVICE_ADDRESS","features":[321]},{"name":"OID_ATM_SIGNALING_VPIVCI","features":[321]},{"name":"OID_ATM_SUPPORTED_AAL_TYPES","features":[321]},{"name":"OID_ATM_SUPPORTED_SERVICE_CATEGORY","features":[321]},{"name":"OID_ATM_SUPPORTED_VC_RATES","features":[321]},{"name":"OID_ATM_XMIT_CELLS_OK","features":[321]},{"name":"OID_CO_ADDRESS_CHANGE","features":[321]},{"name":"OID_CO_ADD_ADDRESS","features":[321]},{"name":"OID_CO_ADD_PVC","features":[321]},{"name":"OID_CO_AF_CLOSE","features":[321]},{"name":"OID_CO_DELETE_ADDRESS","features":[321]},{"name":"OID_CO_DELETE_PVC","features":[321]},{"name":"OID_CO_GET_ADDRESSES","features":[321]},{"name":"OID_CO_GET_CALL_INFORMATION","features":[321]},{"name":"OID_CO_SIGNALING_DISABLED","features":[321]},{"name":"OID_CO_SIGNALING_ENABLED","features":[321]},{"name":"OID_CO_TAPI_ADDRESS_CAPS","features":[321]},{"name":"OID_CO_TAPI_CM_CAPS","features":[321]},{"name":"OID_CO_TAPI_DONT_REPORT_DIGITS","features":[321]},{"name":"OID_CO_TAPI_GET_CALL_DIAGNOSTICS","features":[321]},{"name":"OID_CO_TAPI_LINE_CAPS","features":[321]},{"name":"OID_CO_TAPI_REPORT_DIGITS","features":[321]},{"name":"OID_CO_TAPI_TRANSLATE_NDIS_CALLPARAMS","features":[321]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_CALLPARAMS","features":[321]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_SAP","features":[321]},{"name":"OID_FDDI_ATTACHMENT_TYPE","features":[321]},{"name":"OID_FDDI_DOWNSTREAM_NODE_LONG","features":[321]},{"name":"OID_FDDI_FRAMES_LOST","features":[321]},{"name":"OID_FDDI_FRAME_ERRORS","features":[321]},{"name":"OID_FDDI_IF_ADMIN_STATUS","features":[321]},{"name":"OID_FDDI_IF_DESCR","features":[321]},{"name":"OID_FDDI_IF_IN_DISCARDS","features":[321]},{"name":"OID_FDDI_IF_IN_ERRORS","features":[321]},{"name":"OID_FDDI_IF_IN_NUCAST_PKTS","features":[321]},{"name":"OID_FDDI_IF_IN_OCTETS","features":[321]},{"name":"OID_FDDI_IF_IN_UCAST_PKTS","features":[321]},{"name":"OID_FDDI_IF_IN_UNKNOWN_PROTOS","features":[321]},{"name":"OID_FDDI_IF_LAST_CHANGE","features":[321]},{"name":"OID_FDDI_IF_MTU","features":[321]},{"name":"OID_FDDI_IF_OPER_STATUS","features":[321]},{"name":"OID_FDDI_IF_OUT_DISCARDS","features":[321]},{"name":"OID_FDDI_IF_OUT_ERRORS","features":[321]},{"name":"OID_FDDI_IF_OUT_NUCAST_PKTS","features":[321]},{"name":"OID_FDDI_IF_OUT_OCTETS","features":[321]},{"name":"OID_FDDI_IF_OUT_QLEN","features":[321]},{"name":"OID_FDDI_IF_OUT_UCAST_PKTS","features":[321]},{"name":"OID_FDDI_IF_PHYS_ADDRESS","features":[321]},{"name":"OID_FDDI_IF_SPECIFIC","features":[321]},{"name":"OID_FDDI_IF_SPEED","features":[321]},{"name":"OID_FDDI_IF_TYPE","features":[321]},{"name":"OID_FDDI_LCONNECTION_STATE","features":[321]},{"name":"OID_FDDI_LCT_FAILURES","features":[321]},{"name":"OID_FDDI_LEM_REJECTS","features":[321]},{"name":"OID_FDDI_LONG_CURRENT_ADDR","features":[321]},{"name":"OID_FDDI_LONG_MAX_LIST_SIZE","features":[321]},{"name":"OID_FDDI_LONG_MULTICAST_LIST","features":[321]},{"name":"OID_FDDI_LONG_PERMANENT_ADDR","features":[321]},{"name":"OID_FDDI_MAC_AVAILABLE_PATHS","features":[321]},{"name":"OID_FDDI_MAC_BRIDGE_FUNCTIONS","features":[321]},{"name":"OID_FDDI_MAC_COPIED_CT","features":[321]},{"name":"OID_FDDI_MAC_CURRENT_PATH","features":[321]},{"name":"OID_FDDI_MAC_DA_FLAG","features":[321]},{"name":"OID_FDDI_MAC_DOWNSTREAM_NBR","features":[321]},{"name":"OID_FDDI_MAC_DOWNSTREAM_PORT_TYPE","features":[321]},{"name":"OID_FDDI_MAC_DUP_ADDRESS_TEST","features":[321]},{"name":"OID_FDDI_MAC_ERROR_CT","features":[321]},{"name":"OID_FDDI_MAC_FRAME_CT","features":[321]},{"name":"OID_FDDI_MAC_FRAME_ERROR_FLAG","features":[321]},{"name":"OID_FDDI_MAC_FRAME_ERROR_RATIO","features":[321]},{"name":"OID_FDDI_MAC_FRAME_ERROR_THRESHOLD","features":[321]},{"name":"OID_FDDI_MAC_FRAME_STATUS_FUNCTIONS","features":[321]},{"name":"OID_FDDI_MAC_HARDWARE_PRESENT","features":[321]},{"name":"OID_FDDI_MAC_INDEX","features":[321]},{"name":"OID_FDDI_MAC_LATE_CT","features":[321]},{"name":"OID_FDDI_MAC_LONG_GRP_ADDRESS","features":[321]},{"name":"OID_FDDI_MAC_LOST_CT","features":[321]},{"name":"OID_FDDI_MAC_MA_UNITDATA_AVAILABLE","features":[321]},{"name":"OID_FDDI_MAC_MA_UNITDATA_ENABLE","features":[321]},{"name":"OID_FDDI_MAC_NOT_COPIED_CT","features":[321]},{"name":"OID_FDDI_MAC_NOT_COPIED_FLAG","features":[321]},{"name":"OID_FDDI_MAC_NOT_COPIED_RATIO","features":[321]},{"name":"OID_FDDI_MAC_NOT_COPIED_THRESHOLD","features":[321]},{"name":"OID_FDDI_MAC_OLD_DOWNSTREAM_NBR","features":[321]},{"name":"OID_FDDI_MAC_OLD_UPSTREAM_NBR","features":[321]},{"name":"OID_FDDI_MAC_REQUESTED_PATHS","features":[321]},{"name":"OID_FDDI_MAC_RING_OP_CT","features":[321]},{"name":"OID_FDDI_MAC_RMT_STATE","features":[321]},{"name":"OID_FDDI_MAC_SHORT_GRP_ADDRESS","features":[321]},{"name":"OID_FDDI_MAC_SMT_ADDRESS","features":[321]},{"name":"OID_FDDI_MAC_TOKEN_CT","features":[321]},{"name":"OID_FDDI_MAC_TRANSMIT_CT","features":[321]},{"name":"OID_FDDI_MAC_TVX_CAPABILITY","features":[321]},{"name":"OID_FDDI_MAC_TVX_EXPIRED_CT","features":[321]},{"name":"OID_FDDI_MAC_TVX_VALUE","features":[321]},{"name":"OID_FDDI_MAC_T_MAX","features":[321]},{"name":"OID_FDDI_MAC_T_MAX_CAPABILITY","features":[321]},{"name":"OID_FDDI_MAC_T_NEG","features":[321]},{"name":"OID_FDDI_MAC_T_PRI0","features":[321]},{"name":"OID_FDDI_MAC_T_PRI1","features":[321]},{"name":"OID_FDDI_MAC_T_PRI2","features":[321]},{"name":"OID_FDDI_MAC_T_PRI3","features":[321]},{"name":"OID_FDDI_MAC_T_PRI4","features":[321]},{"name":"OID_FDDI_MAC_T_PRI5","features":[321]},{"name":"OID_FDDI_MAC_T_PRI6","features":[321]},{"name":"OID_FDDI_MAC_T_REQ","features":[321]},{"name":"OID_FDDI_MAC_UNDA_FLAG","features":[321]},{"name":"OID_FDDI_MAC_UPSTREAM_NBR","features":[321]},{"name":"OID_FDDI_PATH_CONFIGURATION","features":[321]},{"name":"OID_FDDI_PATH_INDEX","features":[321]},{"name":"OID_FDDI_PATH_MAX_T_REQ","features":[321]},{"name":"OID_FDDI_PATH_RING_LATENCY","features":[321]},{"name":"OID_FDDI_PATH_SBA_AVAILABLE","features":[321]},{"name":"OID_FDDI_PATH_SBA_OVERHEAD","features":[321]},{"name":"OID_FDDI_PATH_SBA_PAYLOAD","features":[321]},{"name":"OID_FDDI_PATH_TRACE_STATUS","features":[321]},{"name":"OID_FDDI_PATH_TVX_LOWER_BOUND","features":[321]},{"name":"OID_FDDI_PATH_T_MAX_LOWER_BOUND","features":[321]},{"name":"OID_FDDI_PATH_T_R_MODE","features":[321]},{"name":"OID_FDDI_PORT_ACTION","features":[321]},{"name":"OID_FDDI_PORT_AVAILABLE_PATHS","features":[321]},{"name":"OID_FDDI_PORT_BS_FLAG","features":[321]},{"name":"OID_FDDI_PORT_CONNECTION_CAPABILITIES","features":[321]},{"name":"OID_FDDI_PORT_CONNECTION_POLICIES","features":[321]},{"name":"OID_FDDI_PORT_CONNNECT_STATE","features":[321]},{"name":"OID_FDDI_PORT_CURRENT_PATH","features":[321]},{"name":"OID_FDDI_PORT_EB_ERROR_CT","features":[321]},{"name":"OID_FDDI_PORT_HARDWARE_PRESENT","features":[321]},{"name":"OID_FDDI_PORT_INDEX","features":[321]},{"name":"OID_FDDI_PORT_LCT_FAIL_CT","features":[321]},{"name":"OID_FDDI_PORT_LEM_CT","features":[321]},{"name":"OID_FDDI_PORT_LEM_REJECT_CT","features":[321]},{"name":"OID_FDDI_PORT_LER_ALARM","features":[321]},{"name":"OID_FDDI_PORT_LER_CUTOFF","features":[321]},{"name":"OID_FDDI_PORT_LER_ESTIMATE","features":[321]},{"name":"OID_FDDI_PORT_LER_FLAG","features":[321]},{"name":"OID_FDDI_PORT_MAC_INDICATED","features":[321]},{"name":"OID_FDDI_PORT_MAC_LOOP_TIME","features":[321]},{"name":"OID_FDDI_PORT_MAC_PLACEMENT","features":[321]},{"name":"OID_FDDI_PORT_MAINT_LS","features":[321]},{"name":"OID_FDDI_PORT_MY_TYPE","features":[321]},{"name":"OID_FDDI_PORT_NEIGHBOR_TYPE","features":[321]},{"name":"OID_FDDI_PORT_PCM_STATE","features":[321]},{"name":"OID_FDDI_PORT_PC_LS","features":[321]},{"name":"OID_FDDI_PORT_PC_WITHHOLD","features":[321]},{"name":"OID_FDDI_PORT_PMD_CLASS","features":[321]},{"name":"OID_FDDI_PORT_REQUESTED_PATHS","features":[321]},{"name":"OID_FDDI_RING_MGT_STATE","features":[321]},{"name":"OID_FDDI_SHORT_CURRENT_ADDR","features":[321]},{"name":"OID_FDDI_SHORT_MAX_LIST_SIZE","features":[321]},{"name":"OID_FDDI_SHORT_MULTICAST_LIST","features":[321]},{"name":"OID_FDDI_SHORT_PERMANENT_ADDR","features":[321]},{"name":"OID_FDDI_SMT_AVAILABLE_PATHS","features":[321]},{"name":"OID_FDDI_SMT_BYPASS_PRESENT","features":[321]},{"name":"OID_FDDI_SMT_CF_STATE","features":[321]},{"name":"OID_FDDI_SMT_CONFIG_CAPABILITIES","features":[321]},{"name":"OID_FDDI_SMT_CONFIG_POLICY","features":[321]},{"name":"OID_FDDI_SMT_CONNECTION_POLICY","features":[321]},{"name":"OID_FDDI_SMT_ECM_STATE","features":[321]},{"name":"OID_FDDI_SMT_HI_VERSION_ID","features":[321]},{"name":"OID_FDDI_SMT_HOLD_STATE","features":[321]},{"name":"OID_FDDI_SMT_LAST_SET_STATION_ID","features":[321]},{"name":"OID_FDDI_SMT_LO_VERSION_ID","features":[321]},{"name":"OID_FDDI_SMT_MAC_CT","features":[321]},{"name":"OID_FDDI_SMT_MAC_INDEXES","features":[321]},{"name":"OID_FDDI_SMT_MANUFACTURER_DATA","features":[321]},{"name":"OID_FDDI_SMT_MASTER_CT","features":[321]},{"name":"OID_FDDI_SMT_MIB_VERSION_ID","features":[321]},{"name":"OID_FDDI_SMT_MSG_TIME_STAMP","features":[321]},{"name":"OID_FDDI_SMT_NON_MASTER_CT","features":[321]},{"name":"OID_FDDI_SMT_OP_VERSION_ID","features":[321]},{"name":"OID_FDDI_SMT_PEER_WRAP_FLAG","features":[321]},{"name":"OID_FDDI_SMT_PORT_INDEXES","features":[321]},{"name":"OID_FDDI_SMT_REMOTE_DISCONNECT_FLAG","features":[321]},{"name":"OID_FDDI_SMT_SET_COUNT","features":[321]},{"name":"OID_FDDI_SMT_STATION_ACTION","features":[321]},{"name":"OID_FDDI_SMT_STATION_ID","features":[321]},{"name":"OID_FDDI_SMT_STATION_STATUS","features":[321]},{"name":"OID_FDDI_SMT_STAT_RPT_POLICY","features":[321]},{"name":"OID_FDDI_SMT_TRACE_MAX_EXPIRATION","features":[321]},{"name":"OID_FDDI_SMT_TRANSITION_TIME_STAMP","features":[321]},{"name":"OID_FDDI_SMT_T_NOTIFY","features":[321]},{"name":"OID_FDDI_SMT_USER_DATA","features":[321]},{"name":"OID_FDDI_UPSTREAM_NODE_LONG","features":[321]},{"name":"OID_FFP_ADAPTER_STATS","features":[321]},{"name":"OID_FFP_CONTROL","features":[321]},{"name":"OID_FFP_DATA","features":[321]},{"name":"OID_FFP_DRIVER_STATS","features":[321]},{"name":"OID_FFP_FLUSH","features":[321]},{"name":"OID_FFP_PARAMS","features":[321]},{"name":"OID_FFP_SUPPORT","features":[321]},{"name":"OID_GEN_ADMIN_STATUS","features":[321]},{"name":"OID_GEN_ALIAS","features":[321]},{"name":"OID_GEN_BROADCAST_BYTES_RCV","features":[321]},{"name":"OID_GEN_BROADCAST_BYTES_XMIT","features":[321]},{"name":"OID_GEN_BROADCAST_FRAMES_RCV","features":[321]},{"name":"OID_GEN_BROADCAST_FRAMES_XMIT","features":[321]},{"name":"OID_GEN_BYTES_RCV","features":[321]},{"name":"OID_GEN_BYTES_XMIT","features":[321]},{"name":"OID_GEN_CO_BYTES_RCV","features":[321]},{"name":"OID_GEN_CO_BYTES_XMIT","features":[321]},{"name":"OID_GEN_CO_BYTES_XMIT_OUTSTANDING","features":[321]},{"name":"OID_GEN_CO_DEVICE_PROFILE","features":[321]},{"name":"OID_GEN_CO_DRIVER_VERSION","features":[321]},{"name":"OID_GEN_CO_GET_NETCARD_TIME","features":[321]},{"name":"OID_GEN_CO_GET_TIME_CAPS","features":[321]},{"name":"OID_GEN_CO_HARDWARE_STATUS","features":[321]},{"name":"OID_GEN_CO_LINK_SPEED","features":[321]},{"name":"OID_GEN_CO_MAC_OPTIONS","features":[321]},{"name":"OID_GEN_CO_MEDIA_CONNECT_STATUS","features":[321]},{"name":"OID_GEN_CO_MEDIA_IN_USE","features":[321]},{"name":"OID_GEN_CO_MEDIA_SUPPORTED","features":[321]},{"name":"OID_GEN_CO_MINIMUM_LINK_SPEED","features":[321]},{"name":"OID_GEN_CO_NETCARD_LOAD","features":[321]},{"name":"OID_GEN_CO_PROTOCOL_OPTIONS","features":[321]},{"name":"OID_GEN_CO_RCV_CRC_ERROR","features":[321]},{"name":"OID_GEN_CO_RCV_PDUS_ERROR","features":[321]},{"name":"OID_GEN_CO_RCV_PDUS_NO_BUFFER","features":[321]},{"name":"OID_GEN_CO_RCV_PDUS_OK","features":[321]},{"name":"OID_GEN_CO_SUPPORTED_GUIDS","features":[321]},{"name":"OID_GEN_CO_SUPPORTED_LIST","features":[321]},{"name":"OID_GEN_CO_TRANSMIT_QUEUE_LENGTH","features":[321]},{"name":"OID_GEN_CO_VENDOR_DESCRIPTION","features":[321]},{"name":"OID_GEN_CO_VENDOR_DRIVER_VERSION","features":[321]},{"name":"OID_GEN_CO_VENDOR_ID","features":[321]},{"name":"OID_GEN_CO_XMIT_PDUS_ERROR","features":[321]},{"name":"OID_GEN_CO_XMIT_PDUS_OK","features":[321]},{"name":"OID_GEN_CURRENT_LOOKAHEAD","features":[321]},{"name":"OID_GEN_CURRENT_PACKET_FILTER","features":[321]},{"name":"OID_GEN_DEVICE_PROFILE","features":[321]},{"name":"OID_GEN_DIRECTED_BYTES_RCV","features":[321]},{"name":"OID_GEN_DIRECTED_BYTES_XMIT","features":[321]},{"name":"OID_GEN_DIRECTED_FRAMES_RCV","features":[321]},{"name":"OID_GEN_DIRECTED_FRAMES_XMIT","features":[321]},{"name":"OID_GEN_DISCONTINUITY_TIME","features":[321]},{"name":"OID_GEN_DRIVER_VERSION","features":[321]},{"name":"OID_GEN_ENUMERATE_PORTS","features":[321]},{"name":"OID_GEN_FRIENDLY_NAME","features":[321]},{"name":"OID_GEN_GET_NETCARD_TIME","features":[321]},{"name":"OID_GEN_GET_TIME_CAPS","features":[321]},{"name":"OID_GEN_HARDWARE_STATUS","features":[321]},{"name":"OID_GEN_HD_SPLIT_CURRENT_CONFIG","features":[321]},{"name":"OID_GEN_HD_SPLIT_PARAMETERS","features":[321]},{"name":"OID_GEN_INIT_TIME_MS","features":[321]},{"name":"OID_GEN_INTERFACE_INFO","features":[321]},{"name":"OID_GEN_INTERRUPT_MODERATION","features":[321]},{"name":"OID_GEN_IP_OPER_STATUS","features":[321]},{"name":"OID_GEN_ISOLATION_PARAMETERS","features":[321]},{"name":"OID_GEN_LAST_CHANGE","features":[321]},{"name":"OID_GEN_LINK_PARAMETERS","features":[321]},{"name":"OID_GEN_LINK_SPEED","features":[321]},{"name":"OID_GEN_LINK_SPEED_EX","features":[321]},{"name":"OID_GEN_LINK_STATE","features":[321]},{"name":"OID_GEN_MACHINE_NAME","features":[321]},{"name":"OID_GEN_MAC_ADDRESS","features":[321]},{"name":"OID_GEN_MAC_OPTIONS","features":[321]},{"name":"OID_GEN_MAXIMUM_FRAME_SIZE","features":[321]},{"name":"OID_GEN_MAXIMUM_LOOKAHEAD","features":[321]},{"name":"OID_GEN_MAXIMUM_SEND_PACKETS","features":[321]},{"name":"OID_GEN_MAXIMUM_TOTAL_SIZE","features":[321]},{"name":"OID_GEN_MAX_LINK_SPEED","features":[321]},{"name":"OID_GEN_MEDIA_CAPABILITIES","features":[321]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS","features":[321]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS_EX","features":[321]},{"name":"OID_GEN_MEDIA_DUPLEX_STATE","features":[321]},{"name":"OID_GEN_MEDIA_IN_USE","features":[321]},{"name":"OID_GEN_MEDIA_SENSE_COUNTS","features":[321]},{"name":"OID_GEN_MEDIA_SUPPORTED","features":[321]},{"name":"OID_GEN_MINIPORT_RESTART_ATTRIBUTES","features":[321]},{"name":"OID_GEN_MULTICAST_BYTES_RCV","features":[321]},{"name":"OID_GEN_MULTICAST_BYTES_XMIT","features":[321]},{"name":"OID_GEN_MULTICAST_FRAMES_RCV","features":[321]},{"name":"OID_GEN_MULTICAST_FRAMES_XMIT","features":[321]},{"name":"OID_GEN_NDIS_RESERVED_1","features":[321]},{"name":"OID_GEN_NDIS_RESERVED_2","features":[321]},{"name":"OID_GEN_NDIS_RESERVED_3","features":[321]},{"name":"OID_GEN_NDIS_RESERVED_4","features":[321]},{"name":"OID_GEN_NDIS_RESERVED_5","features":[321]},{"name":"OID_GEN_NDIS_RESERVED_6","features":[321]},{"name":"OID_GEN_NDIS_RESERVED_7","features":[321]},{"name":"OID_GEN_NETCARD_LOAD","features":[321]},{"name":"OID_GEN_NETWORK_LAYER_ADDRESSES","features":[321]},{"name":"OID_GEN_OPERATIONAL_STATUS","features":[321]},{"name":"OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[321]},{"name":"OID_GEN_PHYSICAL_MEDIUM","features":[321]},{"name":"OID_GEN_PHYSICAL_MEDIUM_EX","features":[321]},{"name":"OID_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[321]},{"name":"OID_GEN_PORT_STATE","features":[321]},{"name":"OID_GEN_PROMISCUOUS_MODE","features":[321]},{"name":"OID_GEN_PROTOCOL_OPTIONS","features":[321]},{"name":"OID_GEN_RCV_CRC_ERROR","features":[321]},{"name":"OID_GEN_RCV_DISCARDS","features":[321]},{"name":"OID_GEN_RCV_ERROR","features":[321]},{"name":"OID_GEN_RCV_LINK_SPEED","features":[321]},{"name":"OID_GEN_RCV_NO_BUFFER","features":[321]},{"name":"OID_GEN_RCV_OK","features":[321]},{"name":"OID_GEN_RECEIVE_BLOCK_SIZE","features":[321]},{"name":"OID_GEN_RECEIVE_BUFFER_SPACE","features":[321]},{"name":"OID_GEN_RECEIVE_HASH","features":[321]},{"name":"OID_GEN_RECEIVE_SCALE_CAPABILITIES","features":[321]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS","features":[321]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS_V2","features":[321]},{"name":"OID_GEN_RESET_COUNTS","features":[321]},{"name":"OID_GEN_RNDIS_CONFIG_PARAMETER","features":[321]},{"name":"OID_GEN_RSS_SET_INDIRECTION_TABLE_ENTRIES","features":[321]},{"name":"OID_GEN_STATISTICS","features":[321]},{"name":"OID_GEN_SUPPORTED_GUIDS","features":[321]},{"name":"OID_GEN_SUPPORTED_LIST","features":[321]},{"name":"OID_GEN_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[321]},{"name":"OID_GEN_TRANSMIT_BLOCK_SIZE","features":[321]},{"name":"OID_GEN_TRANSMIT_BUFFER_SPACE","features":[321]},{"name":"OID_GEN_TRANSMIT_QUEUE_LENGTH","features":[321]},{"name":"OID_GEN_TRANSPORT_HEADER_OFFSET","features":[321]},{"name":"OID_GEN_UNKNOWN_PROTOS","features":[321]},{"name":"OID_GEN_VENDOR_DESCRIPTION","features":[321]},{"name":"OID_GEN_VENDOR_DRIVER_VERSION","features":[321]},{"name":"OID_GEN_VENDOR_ID","features":[321]},{"name":"OID_GEN_VLAN_ID","features":[321]},{"name":"OID_GEN_XMIT_DISCARDS","features":[321]},{"name":"OID_GEN_XMIT_ERROR","features":[321]},{"name":"OID_GEN_XMIT_LINK_SPEED","features":[321]},{"name":"OID_GEN_XMIT_OK","features":[321]},{"name":"OID_GFT_ACTIVATE_FLOW_ENTRIES","features":[321]},{"name":"OID_GFT_ADD_FLOW_ENTRIES","features":[321]},{"name":"OID_GFT_ALLOCATE_COUNTERS","features":[321]},{"name":"OID_GFT_COUNTER_VALUES","features":[321]},{"name":"OID_GFT_CREATE_LOGICAL_VPORT","features":[321]},{"name":"OID_GFT_CREATE_TABLE","features":[321]},{"name":"OID_GFT_CURRENT_CAPABILITIES","features":[321]},{"name":"OID_GFT_DEACTIVATE_FLOW_ENTRIES","features":[321]},{"name":"OID_GFT_DELETE_FLOW_ENTRIES","features":[321]},{"name":"OID_GFT_DELETE_LOGICAL_VPORT","features":[321]},{"name":"OID_GFT_DELETE_PROFILE","features":[321]},{"name":"OID_GFT_DELETE_TABLE","features":[321]},{"name":"OID_GFT_ENUM_COUNTERS","features":[321]},{"name":"OID_GFT_ENUM_FLOW_ENTRIES","features":[321]},{"name":"OID_GFT_ENUM_LOGICAL_VPORTS","features":[321]},{"name":"OID_GFT_ENUM_PROFILES","features":[321]},{"name":"OID_GFT_ENUM_TABLES","features":[321]},{"name":"OID_GFT_EXACT_MATCH_PROFILE","features":[321]},{"name":"OID_GFT_FLOW_ENTRY_PARAMETERS","features":[321]},{"name":"OID_GFT_FREE_COUNTERS","features":[321]},{"name":"OID_GFT_GLOBAL_PARAMETERS","features":[321]},{"name":"OID_GFT_HARDWARE_CAPABILITIES","features":[321]},{"name":"OID_GFT_HEADER_TRANSPOSITION_PROFILE","features":[321]},{"name":"OID_GFT_STATISTICS","features":[321]},{"name":"OID_GFT_VPORT_PARAMETERS","features":[321]},{"name":"OID_GFT_WILDCARD_MATCH_PROFILE","features":[321]},{"name":"OID_IP4_OFFLOAD_STATS","features":[321]},{"name":"OID_IP6_OFFLOAD_STATS","features":[321]},{"name":"OID_IRDA_EXTRA_RCV_BOFS","features":[321]},{"name":"OID_IRDA_LINK_SPEED","features":[321]},{"name":"OID_IRDA_MAX_RECEIVE_WINDOW_SIZE","features":[321]},{"name":"OID_IRDA_MAX_SEND_WINDOW_SIZE","features":[321]},{"name":"OID_IRDA_MAX_UNICAST_LIST_SIZE","features":[321]},{"name":"OID_IRDA_MEDIA_BUSY","features":[321]},{"name":"OID_IRDA_RATE_SNIFF","features":[321]},{"name":"OID_IRDA_RECEIVING","features":[321]},{"name":"OID_IRDA_RESERVED1","features":[321]},{"name":"OID_IRDA_RESERVED2","features":[321]},{"name":"OID_IRDA_SUPPORTED_SPEEDS","features":[321]},{"name":"OID_IRDA_TURNAROUND_TIME","features":[321]},{"name":"OID_IRDA_UNICAST_LIST","features":[321]},{"name":"OID_KDNET_ADD_PF","features":[321]},{"name":"OID_KDNET_ENUMERATE_PFS","features":[321]},{"name":"OID_KDNET_QUERY_PF_INFORMATION","features":[321]},{"name":"OID_KDNET_REMOVE_PF","features":[321]},{"name":"OID_LTALK_COLLISIONS","features":[321]},{"name":"OID_LTALK_CURRENT_NODE_ID","features":[321]},{"name":"OID_LTALK_DEFERS","features":[321]},{"name":"OID_LTALK_FCS_ERRORS","features":[321]},{"name":"OID_LTALK_IN_BROADCASTS","features":[321]},{"name":"OID_LTALK_IN_LENGTH_ERRORS","features":[321]},{"name":"OID_LTALK_NO_DATA_ERRORS","features":[321]},{"name":"OID_LTALK_OUT_NO_HANDLERS","features":[321]},{"name":"OID_LTALK_RANDOM_CTS_ERRORS","features":[321]},{"name":"OID_NDK_CONNECTIONS","features":[321]},{"name":"OID_NDK_LOCAL_ENDPOINTS","features":[321]},{"name":"OID_NDK_SET_STATE","features":[321]},{"name":"OID_NDK_STATISTICS","features":[321]},{"name":"OID_NIC_SWITCH_ALLOCATE_VF","features":[321]},{"name":"OID_NIC_SWITCH_CREATE_SWITCH","features":[321]},{"name":"OID_NIC_SWITCH_CREATE_VPORT","features":[321]},{"name":"OID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[321]},{"name":"OID_NIC_SWITCH_DELETE_SWITCH","features":[321]},{"name":"OID_NIC_SWITCH_DELETE_VPORT","features":[321]},{"name":"OID_NIC_SWITCH_ENUM_SWITCHES","features":[321]},{"name":"OID_NIC_SWITCH_ENUM_VFS","features":[321]},{"name":"OID_NIC_SWITCH_ENUM_VPORTS","features":[321]},{"name":"OID_NIC_SWITCH_FREE_VF","features":[321]},{"name":"OID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[321]},{"name":"OID_NIC_SWITCH_PARAMETERS","features":[321]},{"name":"OID_NIC_SWITCH_VF_PARAMETERS","features":[321]},{"name":"OID_NIC_SWITCH_VPORT_PARAMETERS","features":[321]},{"name":"OID_OFFLOAD_ENCAPSULATION","features":[321]},{"name":"OID_PACKET_COALESCING_FILTER_MATCH_COUNT","features":[321]},{"name":"OID_PD_CLOSE_PROVIDER","features":[321]},{"name":"OID_PD_OPEN_PROVIDER","features":[321]},{"name":"OID_PD_QUERY_CURRENT_CONFIG","features":[321]},{"name":"OID_PM_ADD_PROTOCOL_OFFLOAD","features":[321]},{"name":"OID_PM_ADD_WOL_PATTERN","features":[321]},{"name":"OID_PM_CURRENT_CAPABILITIES","features":[321]},{"name":"OID_PM_GET_PROTOCOL_OFFLOAD","features":[321]},{"name":"OID_PM_HARDWARE_CAPABILITIES","features":[321]},{"name":"OID_PM_PARAMETERS","features":[321]},{"name":"OID_PM_PROTOCOL_OFFLOAD_LIST","features":[321]},{"name":"OID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[321]},{"name":"OID_PM_REMOVE_WOL_PATTERN","features":[321]},{"name":"OID_PM_RESERVED_1","features":[321]},{"name":"OID_PM_WOL_PATTERN_LIST","features":[321]},{"name":"OID_PNP_ADD_WAKE_UP_PATTERN","features":[321]},{"name":"OID_PNP_CAPABILITIES","features":[321]},{"name":"OID_PNP_ENABLE_WAKE_UP","features":[321]},{"name":"OID_PNP_QUERY_POWER","features":[321]},{"name":"OID_PNP_REMOVE_WAKE_UP_PATTERN","features":[321]},{"name":"OID_PNP_SET_POWER","features":[321]},{"name":"OID_PNP_WAKE_UP_ERROR","features":[321]},{"name":"OID_PNP_WAKE_UP_OK","features":[321]},{"name":"OID_PNP_WAKE_UP_PATTERN_LIST","features":[321]},{"name":"OID_QOS_CURRENT_CAPABILITIES","features":[321]},{"name":"OID_QOS_HARDWARE_CAPABILITIES","features":[321]},{"name":"OID_QOS_OFFLOAD_CREATE_SQ","features":[321]},{"name":"OID_QOS_OFFLOAD_CURRENT_CAPABILITIES","features":[321]},{"name":"OID_QOS_OFFLOAD_DELETE_SQ","features":[321]},{"name":"OID_QOS_OFFLOAD_ENUM_SQS","features":[321]},{"name":"OID_QOS_OFFLOAD_HARDWARE_CAPABILITIES","features":[321]},{"name":"OID_QOS_OFFLOAD_SQ_STATS","features":[321]},{"name":"OID_QOS_OFFLOAD_UPDATE_SQ","features":[321]},{"name":"OID_QOS_OPERATIONAL_PARAMETERS","features":[321]},{"name":"OID_QOS_PARAMETERS","features":[321]},{"name":"OID_QOS_REMOTE_PARAMETERS","features":[321]},{"name":"OID_QOS_RESERVED1","features":[321]},{"name":"OID_QOS_RESERVED10","features":[321]},{"name":"OID_QOS_RESERVED11","features":[321]},{"name":"OID_QOS_RESERVED12","features":[321]},{"name":"OID_QOS_RESERVED13","features":[321]},{"name":"OID_QOS_RESERVED14","features":[321]},{"name":"OID_QOS_RESERVED15","features":[321]},{"name":"OID_QOS_RESERVED16","features":[321]},{"name":"OID_QOS_RESERVED17","features":[321]},{"name":"OID_QOS_RESERVED18","features":[321]},{"name":"OID_QOS_RESERVED19","features":[321]},{"name":"OID_QOS_RESERVED2","features":[321]},{"name":"OID_QOS_RESERVED20","features":[321]},{"name":"OID_QOS_RESERVED3","features":[321]},{"name":"OID_QOS_RESERVED4","features":[321]},{"name":"OID_QOS_RESERVED5","features":[321]},{"name":"OID_QOS_RESERVED6","features":[321]},{"name":"OID_QOS_RESERVED7","features":[321]},{"name":"OID_QOS_RESERVED8","features":[321]},{"name":"OID_QOS_RESERVED9","features":[321]},{"name":"OID_RECEIVE_FILTER_ALLOCATE_QUEUE","features":[321]},{"name":"OID_RECEIVE_FILTER_CLEAR_FILTER","features":[321]},{"name":"OID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[321]},{"name":"OID_RECEIVE_FILTER_ENUM_FILTERS","features":[321]},{"name":"OID_RECEIVE_FILTER_ENUM_QUEUES","features":[321]},{"name":"OID_RECEIVE_FILTER_FREE_QUEUE","features":[321]},{"name":"OID_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[321]},{"name":"OID_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[321]},{"name":"OID_RECEIVE_FILTER_MOVE_FILTER","features":[321]},{"name":"OID_RECEIVE_FILTER_PARAMETERS","features":[321]},{"name":"OID_RECEIVE_FILTER_QUEUE_ALLOCATION_COMPLETE","features":[321]},{"name":"OID_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[321]},{"name":"OID_RECEIVE_FILTER_SET_FILTER","features":[321]},{"name":"OID_SRIOV_BAR_RESOURCES","features":[321]},{"name":"OID_SRIOV_CONFIG_STATE","features":[321]},{"name":"OID_SRIOV_CURRENT_CAPABILITIES","features":[321]},{"name":"OID_SRIOV_HARDWARE_CAPABILITIES","features":[321]},{"name":"OID_SRIOV_OVERLYING_ADAPTER_INFO","features":[321]},{"name":"OID_SRIOV_PF_LUID","features":[321]},{"name":"OID_SRIOV_PROBED_BARS","features":[321]},{"name":"OID_SRIOV_READ_VF_CONFIG_BLOCK","features":[321]},{"name":"OID_SRIOV_READ_VF_CONFIG_SPACE","features":[321]},{"name":"OID_SRIOV_RESET_VF","features":[321]},{"name":"OID_SRIOV_SET_VF_POWER_STATE","features":[321]},{"name":"OID_SRIOV_VF_INVALIDATE_CONFIG_BLOCK","features":[321]},{"name":"OID_SRIOV_VF_SERIAL_NUMBER","features":[321]},{"name":"OID_SRIOV_VF_VENDOR_DEVICE_ID","features":[321]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_BLOCK","features":[321]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_SPACE","features":[321]},{"name":"OID_SWITCH_FEATURE_STATUS_QUERY","features":[321]},{"name":"OID_SWITCH_NIC_ARRAY","features":[321]},{"name":"OID_SWITCH_NIC_CONNECT","features":[321]},{"name":"OID_SWITCH_NIC_CREATE","features":[321]},{"name":"OID_SWITCH_NIC_DELETE","features":[321]},{"name":"OID_SWITCH_NIC_DIRECT_REQUEST","features":[321]},{"name":"OID_SWITCH_NIC_DISCONNECT","features":[321]},{"name":"OID_SWITCH_NIC_REQUEST","features":[321]},{"name":"OID_SWITCH_NIC_RESTORE","features":[321]},{"name":"OID_SWITCH_NIC_RESTORE_COMPLETE","features":[321]},{"name":"OID_SWITCH_NIC_RESUME","features":[321]},{"name":"OID_SWITCH_NIC_SAVE","features":[321]},{"name":"OID_SWITCH_NIC_SAVE_COMPLETE","features":[321]},{"name":"OID_SWITCH_NIC_SUSPEND","features":[321]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_FINISHED","features":[321]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_STARTED","features":[321]},{"name":"OID_SWITCH_NIC_UPDATED","features":[321]},{"name":"OID_SWITCH_PARAMETERS","features":[321]},{"name":"OID_SWITCH_PORT_ARRAY","features":[321]},{"name":"OID_SWITCH_PORT_CREATE","features":[321]},{"name":"OID_SWITCH_PORT_DELETE","features":[321]},{"name":"OID_SWITCH_PORT_FEATURE_STATUS_QUERY","features":[321]},{"name":"OID_SWITCH_PORT_PROPERTY_ADD","features":[321]},{"name":"OID_SWITCH_PORT_PROPERTY_DELETE","features":[321]},{"name":"OID_SWITCH_PORT_PROPERTY_ENUM","features":[321]},{"name":"OID_SWITCH_PORT_PROPERTY_UPDATE","features":[321]},{"name":"OID_SWITCH_PORT_TEARDOWN","features":[321]},{"name":"OID_SWITCH_PORT_UPDATED","features":[321]},{"name":"OID_SWITCH_PROPERTY_ADD","features":[321]},{"name":"OID_SWITCH_PROPERTY_DELETE","features":[321]},{"name":"OID_SWITCH_PROPERTY_ENUM","features":[321]},{"name":"OID_SWITCH_PROPERTY_UPDATE","features":[321]},{"name":"OID_TAPI_ACCEPT","features":[321]},{"name":"OID_TAPI_ANSWER","features":[321]},{"name":"OID_TAPI_CLOSE","features":[321]},{"name":"OID_TAPI_CLOSE_CALL","features":[321]},{"name":"OID_TAPI_CONDITIONAL_MEDIA_DETECTION","features":[321]},{"name":"OID_TAPI_CONFIG_DIALOG","features":[321]},{"name":"OID_TAPI_DEV_SPECIFIC","features":[321]},{"name":"OID_TAPI_DIAL","features":[321]},{"name":"OID_TAPI_DROP","features":[321]},{"name":"OID_TAPI_GATHER_DIGITS","features":[321]},{"name":"OID_TAPI_GET_ADDRESS_CAPS","features":[321]},{"name":"OID_TAPI_GET_ADDRESS_ID","features":[321]},{"name":"OID_TAPI_GET_ADDRESS_STATUS","features":[321]},{"name":"OID_TAPI_GET_CALL_ADDRESS_ID","features":[321]},{"name":"OID_TAPI_GET_CALL_INFO","features":[321]},{"name":"OID_TAPI_GET_CALL_STATUS","features":[321]},{"name":"OID_TAPI_GET_DEV_CAPS","features":[321]},{"name":"OID_TAPI_GET_DEV_CONFIG","features":[321]},{"name":"OID_TAPI_GET_EXTENSION_ID","features":[321]},{"name":"OID_TAPI_GET_ID","features":[321]},{"name":"OID_TAPI_GET_LINE_DEV_STATUS","features":[321]},{"name":"OID_TAPI_MAKE_CALL","features":[321]},{"name":"OID_TAPI_MONITOR_DIGITS","features":[321]},{"name":"OID_TAPI_NEGOTIATE_EXT_VERSION","features":[321]},{"name":"OID_TAPI_OPEN","features":[321]},{"name":"OID_TAPI_PROVIDER_INITIALIZE","features":[321]},{"name":"OID_TAPI_PROVIDER_SHUTDOWN","features":[321]},{"name":"OID_TAPI_SECURE_CALL","features":[321]},{"name":"OID_TAPI_SELECT_EXT_VERSION","features":[321]},{"name":"OID_TAPI_SEND_USER_USER_INFO","features":[321]},{"name":"OID_TAPI_SET_APP_SPECIFIC","features":[321]},{"name":"OID_TAPI_SET_CALL_PARAMS","features":[321]},{"name":"OID_TAPI_SET_DEFAULT_MEDIA_DETECTION","features":[321]},{"name":"OID_TAPI_SET_DEV_CONFIG","features":[321]},{"name":"OID_TAPI_SET_MEDIA_MODE","features":[321]},{"name":"OID_TAPI_SET_STATUS_MESSAGES","features":[321]},{"name":"OID_TCP4_OFFLOAD_STATS","features":[321]},{"name":"OID_TCP6_OFFLOAD_STATS","features":[321]},{"name":"OID_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[321]},{"name":"OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[321]},{"name":"OID_TCP_CONNECTION_OFFLOAD_PARAMETERS","features":[321]},{"name":"OID_TCP_OFFLOAD_CURRENT_CONFIG","features":[321]},{"name":"OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[321]},{"name":"OID_TCP_OFFLOAD_PARAMETERS","features":[321]},{"name":"OID_TCP_RSC_STATISTICS","features":[321]},{"name":"OID_TCP_SAN_SUPPORT","features":[321]},{"name":"OID_TCP_TASK_IPSEC_ADD_SA","features":[321]},{"name":"OID_TCP_TASK_IPSEC_ADD_UDPESP_SA","features":[321]},{"name":"OID_TCP_TASK_IPSEC_DELETE_SA","features":[321]},{"name":"OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA","features":[321]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA","features":[321]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA_EX","features":[321]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_DELETE_SA","features":[321]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_UPDATE_SA","features":[321]},{"name":"OID_TCP_TASK_OFFLOAD","features":[321]},{"name":"OID_TIMESTAMP_CAPABILITY","features":[321]},{"name":"OID_TIMESTAMP_CURRENT_CONFIG","features":[321]},{"name":"OID_TIMESTAMP_GET_CROSSTIMESTAMP","features":[321]},{"name":"OID_TUNNEL_INTERFACE_RELEASE_OID","features":[321]},{"name":"OID_TUNNEL_INTERFACE_SET_OID","features":[321]},{"name":"OID_VLAN_RESERVED1","features":[321]},{"name":"OID_VLAN_RESERVED2","features":[321]},{"name":"OID_VLAN_RESERVED3","features":[321]},{"name":"OID_VLAN_RESERVED4","features":[321]},{"name":"OID_WAN_CO_GET_COMP_INFO","features":[321]},{"name":"OID_WAN_CO_GET_INFO","features":[321]},{"name":"OID_WAN_CO_GET_LINK_INFO","features":[321]},{"name":"OID_WAN_CO_GET_STATS_INFO","features":[321]},{"name":"OID_WAN_CO_SET_COMP_INFO","features":[321]},{"name":"OID_WAN_CO_SET_LINK_INFO","features":[321]},{"name":"OID_WAN_CURRENT_ADDRESS","features":[321]},{"name":"OID_WAN_GET_BRIDGE_INFO","features":[321]},{"name":"OID_WAN_GET_COMP_INFO","features":[321]},{"name":"OID_WAN_GET_INFO","features":[321]},{"name":"OID_WAN_GET_LINK_INFO","features":[321]},{"name":"OID_WAN_GET_STATS_INFO","features":[321]},{"name":"OID_WAN_HEADER_FORMAT","features":[321]},{"name":"OID_WAN_LINE_COUNT","features":[321]},{"name":"OID_WAN_MEDIUM_SUBTYPE","features":[321]},{"name":"OID_WAN_PERMANENT_ADDRESS","features":[321]},{"name":"OID_WAN_PROTOCOL_CAPS","features":[321]},{"name":"OID_WAN_PROTOCOL_TYPE","features":[321]},{"name":"OID_WAN_QUALITY_OF_SERVICE","features":[321]},{"name":"OID_WAN_SET_BRIDGE_INFO","features":[321]},{"name":"OID_WAN_SET_COMP_INFO","features":[321]},{"name":"OID_WAN_SET_LINK_INFO","features":[321]},{"name":"OID_WWAN_AUTH_CHALLENGE","features":[321]},{"name":"OID_WWAN_BASE_STATIONS_INFO","features":[321]},{"name":"OID_WWAN_CONNECT","features":[321]},{"name":"OID_WWAN_CREATE_MAC","features":[321]},{"name":"OID_WWAN_DELETE_MAC","features":[321]},{"name":"OID_WWAN_DEVICE_BINDINGS","features":[321]},{"name":"OID_WWAN_DEVICE_CAPS","features":[321]},{"name":"OID_WWAN_DEVICE_CAPS_EX","features":[321]},{"name":"OID_WWAN_DEVICE_RESET","features":[321]},{"name":"OID_WWAN_DEVICE_SERVICE_COMMAND","features":[321]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION","features":[321]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION_WRITE","features":[321]},{"name":"OID_WWAN_DRIVER_CAPS","features":[321]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICES","features":[321]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICE_COMMANDS","features":[321]},{"name":"OID_WWAN_HOME_PROVIDER","features":[321]},{"name":"OID_WWAN_IMS_VOICE_STATE","features":[321]},{"name":"OID_WWAN_LOCATION_STATE","features":[321]},{"name":"OID_WWAN_LTE_ATTACH_CONFIG","features":[321]},{"name":"OID_WWAN_LTE_ATTACH_STATUS","features":[321]},{"name":"OID_WWAN_MBIM_VERSION","features":[321]},{"name":"OID_WWAN_MODEM_CONFIG_INFO","features":[321]},{"name":"OID_WWAN_MODEM_LOGGING_CONFIG","features":[321]},{"name":"OID_WWAN_MPDP","features":[321]},{"name":"OID_WWAN_NETWORK_BLACKLIST","features":[321]},{"name":"OID_WWAN_NETWORK_IDLE_HINT","features":[321]},{"name":"OID_WWAN_NETWORK_PARAMS","features":[321]},{"name":"OID_WWAN_NITZ","features":[321]},{"name":"OID_WWAN_PACKET_SERVICE","features":[321]},{"name":"OID_WWAN_PCO","features":[321]},{"name":"OID_WWAN_PIN","features":[321]},{"name":"OID_WWAN_PIN_EX","features":[321]},{"name":"OID_WWAN_PIN_EX2","features":[321]},{"name":"OID_WWAN_PIN_LIST","features":[321]},{"name":"OID_WWAN_PREFERRED_MULTICARRIER_PROVIDERS","features":[321]},{"name":"OID_WWAN_PREFERRED_PROVIDERS","features":[321]},{"name":"OID_WWAN_PRESHUTDOWN","features":[321]},{"name":"OID_WWAN_PROVISIONED_CONTEXTS","features":[321]},{"name":"OID_WWAN_PS_MEDIA_CONFIG","features":[321]},{"name":"OID_WWAN_RADIO_STATE","features":[321]},{"name":"OID_WWAN_READY_INFO","features":[321]},{"name":"OID_WWAN_REGISTER_PARAMS","features":[321]},{"name":"OID_WWAN_REGISTER_STATE","features":[321]},{"name":"OID_WWAN_REGISTER_STATE_EX","features":[321]},{"name":"OID_WWAN_SAR_CONFIG","features":[321]},{"name":"OID_WWAN_SAR_TRANSMISSION_STATUS","features":[321]},{"name":"OID_WWAN_SERVICE_ACTIVATION","features":[321]},{"name":"OID_WWAN_SIGNAL_STATE","features":[321]},{"name":"OID_WWAN_SIGNAL_STATE_EX","features":[321]},{"name":"OID_WWAN_SLOT_INFO_STATUS","features":[321]},{"name":"OID_WWAN_SMS_CONFIGURATION","features":[321]},{"name":"OID_WWAN_SMS_DELETE","features":[321]},{"name":"OID_WWAN_SMS_READ","features":[321]},{"name":"OID_WWAN_SMS_SEND","features":[321]},{"name":"OID_WWAN_SMS_STATUS","features":[321]},{"name":"OID_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS","features":[321]},{"name":"OID_WWAN_SYS_CAPS","features":[321]},{"name":"OID_WWAN_SYS_SLOTMAPPINGS","features":[321]},{"name":"OID_WWAN_UE_POLICY","features":[321]},{"name":"OID_WWAN_UICC_ACCESS_BINARY","features":[321]},{"name":"OID_WWAN_UICC_ACCESS_RECORD","features":[321]},{"name":"OID_WWAN_UICC_APDU","features":[321]},{"name":"OID_WWAN_UICC_APP_LIST","features":[321]},{"name":"OID_WWAN_UICC_ATR","features":[321]},{"name":"OID_WWAN_UICC_CLOSE_CHANNEL","features":[321]},{"name":"OID_WWAN_UICC_FILE_STATUS","features":[321]},{"name":"OID_WWAN_UICC_OPEN_CHANNEL","features":[321]},{"name":"OID_WWAN_UICC_RESET","features":[321]},{"name":"OID_WWAN_UICC_TERMINAL_CAPABILITY","features":[321]},{"name":"OID_WWAN_USSD","features":[321]},{"name":"OID_WWAN_VENDOR_SPECIFIC","features":[321]},{"name":"OID_WWAN_VISIBLE_PROVIDERS","features":[321]},{"name":"OID_XBOX_ACC_RESERVED0","features":[321]},{"name":"PMKID_CANDIDATE","features":[321]},{"name":"READABLE_LOCAL_CLOCK","features":[321]},{"name":"RECEIVE_TIME_INDICATION_CAPABLE","features":[321]},{"name":"TIMED_SEND_CAPABLE","features":[321]},{"name":"TIME_STAMP_CAPABLE","features":[321]},{"name":"TRANSPORT_HEADER_OFFSET","features":[321]},{"name":"TUNNEL_TYPE","features":[321]},{"name":"TUNNEL_TYPE_6TO4","features":[321]},{"name":"TUNNEL_TYPE_DIRECT","features":[321]},{"name":"TUNNEL_TYPE_IPHTTPS","features":[321]},{"name":"TUNNEL_TYPE_ISATAP","features":[321]},{"name":"TUNNEL_TYPE_NONE","features":[321]},{"name":"TUNNEL_TYPE_OTHER","features":[321]},{"name":"TUNNEL_TYPE_TEREDO","features":[321]},{"name":"UDP_ENCAP_TYPE","features":[321]},{"name":"UNSPECIFIED_NETWORK_GUID","features":[321]},{"name":"WAN_PROTOCOL_KEEPS_STATS","features":[321]},{"name":"fNDIS_GUID_ALLOW_READ","features":[321]},{"name":"fNDIS_GUID_ALLOW_WRITE","features":[321]},{"name":"fNDIS_GUID_ANSI_STRING","features":[321]},{"name":"fNDIS_GUID_ARRAY","features":[321]},{"name":"fNDIS_GUID_METHOD","features":[321]},{"name":"fNDIS_GUID_NDIS_RESERVED","features":[321]},{"name":"fNDIS_GUID_SUPPORT_COMMON_HEADER","features":[321]},{"name":"fNDIS_GUID_TO_OID","features":[321]},{"name":"fNDIS_GUID_TO_STATUS","features":[321]},{"name":"fNDIS_GUID_UNICODE_STRING","features":[321]}],"453":[{"name":"ACTION_HEADER","features":[449]},{"name":"ADAPTER_STATUS","features":[449]},{"name":"ALL_TRANSPORTS","features":[449]},{"name":"ASYNCH","features":[449]},{"name":"CALL_PENDING","features":[449]},{"name":"DEREGISTERED","features":[449]},{"name":"DUPLICATE","features":[449]},{"name":"DUPLICATE_DEREG","features":[449]},{"name":"FIND_NAME_BUFFER","features":[449]},{"name":"FIND_NAME_HEADER","features":[449]},{"name":"GROUP_NAME","features":[449]},{"name":"HANGUP_COMPLETE","features":[449]},{"name":"HANGUP_PENDING","features":[449]},{"name":"LANA_ENUM","features":[449]},{"name":"LISTEN_OUTSTANDING","features":[449]},{"name":"MAX_LANA","features":[449]},{"name":"MS_NBF","features":[449]},{"name":"NAME_BUFFER","features":[449]},{"name":"NAME_FLAGS_MASK","features":[449]},{"name":"NCB","features":[307,449]},{"name":"NCB","features":[307,449]},{"name":"NCBACTION","features":[449]},{"name":"NCBADDGRNAME","features":[449]},{"name":"NCBADDNAME","features":[449]},{"name":"NCBASTAT","features":[449]},{"name":"NCBCALL","features":[449]},{"name":"NCBCANCEL","features":[449]},{"name":"NCBCHAINSEND","features":[449]},{"name":"NCBCHAINSENDNA","features":[449]},{"name":"NCBDELNAME","features":[449]},{"name":"NCBDGRECV","features":[449]},{"name":"NCBDGRECVBC","features":[449]},{"name":"NCBDGSEND","features":[449]},{"name":"NCBDGSENDBC","features":[449]},{"name":"NCBENUM","features":[449]},{"name":"NCBFINDNAME","features":[449]},{"name":"NCBHANGUP","features":[449]},{"name":"NCBLANSTALERT","features":[449]},{"name":"NCBLISTEN","features":[449]},{"name":"NCBNAMSZ","features":[449]},{"name":"NCBRECV","features":[449]},{"name":"NCBRECVANY","features":[449]},{"name":"NCBRESET","features":[449]},{"name":"NCBSEND","features":[449]},{"name":"NCBSENDNA","features":[449]},{"name":"NCBSSTAT","features":[449]},{"name":"NCBTRACE","features":[449]},{"name":"NCBUNLINK","features":[449]},{"name":"NRC_ACTSES","features":[449]},{"name":"NRC_BADDR","features":[449]},{"name":"NRC_BRIDGE","features":[449]},{"name":"NRC_BUFLEN","features":[449]},{"name":"NRC_CANCEL","features":[449]},{"name":"NRC_CANOCCR","features":[449]},{"name":"NRC_CMDCAN","features":[449]},{"name":"NRC_CMDTMO","features":[449]},{"name":"NRC_DUPENV","features":[449]},{"name":"NRC_DUPNAME","features":[449]},{"name":"NRC_ENVNOTDEF","features":[449]},{"name":"NRC_GOODRET","features":[449]},{"name":"NRC_IFBUSY","features":[449]},{"name":"NRC_ILLCMD","features":[449]},{"name":"NRC_ILLNN","features":[449]},{"name":"NRC_INCOMP","features":[449]},{"name":"NRC_INUSE","features":[449]},{"name":"NRC_INVADDRESS","features":[449]},{"name":"NRC_INVDDID","features":[449]},{"name":"NRC_LOCKFAIL","features":[449]},{"name":"NRC_LOCTFUL","features":[449]},{"name":"NRC_MAXAPPS","features":[449]},{"name":"NRC_NAMCONF","features":[449]},{"name":"NRC_NAMERR","features":[449]},{"name":"NRC_NAMTFUL","features":[449]},{"name":"NRC_NOCALL","features":[449]},{"name":"NRC_NORES","features":[449]},{"name":"NRC_NORESOURCES","features":[449]},{"name":"NRC_NOSAPS","features":[449]},{"name":"NRC_NOWILD","features":[449]},{"name":"NRC_OPENERR","features":[449]},{"name":"NRC_OSRESNOTAV","features":[449]},{"name":"NRC_PENDING","features":[449]},{"name":"NRC_REMTFUL","features":[449]},{"name":"NRC_SABORT","features":[449]},{"name":"NRC_SCLOSED","features":[449]},{"name":"NRC_SNUMOUT","features":[449]},{"name":"NRC_SYSTEM","features":[449]},{"name":"NRC_TOOMANY","features":[449]},{"name":"Netbios","features":[307,449]},{"name":"REGISTERED","features":[449]},{"name":"REGISTERING","features":[449]},{"name":"SESSION_ABORTED","features":[449]},{"name":"SESSION_BUFFER","features":[449]},{"name":"SESSION_ESTABLISHED","features":[449]},{"name":"SESSION_HEADER","features":[449]},{"name":"UNIQUE_NAME","features":[449]}],"454":[{"name":"AA_AUDIT_ALL","features":[450]},{"name":"AA_A_ACL","features":[450]},{"name":"AA_A_CREATE","features":[450]},{"name":"AA_A_DELETE","features":[450]},{"name":"AA_A_OPEN","features":[450]},{"name":"AA_A_OWNER","features":[450]},{"name":"AA_A_WRITE","features":[450]},{"name":"AA_CLOSE","features":[450]},{"name":"AA_F_ACL","features":[450]},{"name":"AA_F_CREATE","features":[450]},{"name":"AA_F_DELETE","features":[450]},{"name":"AA_F_OPEN","features":[450]},{"name":"AA_F_WRITE","features":[450]},{"name":"AA_S_ACL","features":[450]},{"name":"AA_S_CREATE","features":[450]},{"name":"AA_S_DELETE","features":[450]},{"name":"AA_S_OPEN","features":[450]},{"name":"AA_S_WRITE","features":[450]},{"name":"ACCESS_ACCESS_LIST_PARMNUM","features":[450]},{"name":"ACCESS_ATTR_PARMNUM","features":[450]},{"name":"ACCESS_AUDIT","features":[450]},{"name":"ACCESS_COUNT_PARMNUM","features":[450]},{"name":"ACCESS_FAIL_ACL","features":[450]},{"name":"ACCESS_FAIL_DELETE","features":[450]},{"name":"ACCESS_FAIL_MASK","features":[450]},{"name":"ACCESS_FAIL_OPEN","features":[450]},{"name":"ACCESS_FAIL_SHIFT","features":[450]},{"name":"ACCESS_FAIL_WRITE","features":[450]},{"name":"ACCESS_GROUP","features":[450]},{"name":"ACCESS_INFO_0","features":[450]},{"name":"ACCESS_INFO_1","features":[450]},{"name":"ACCESS_INFO_1002","features":[450]},{"name":"ACCESS_LETTERS","features":[450]},{"name":"ACCESS_LIST","features":[450]},{"name":"ACCESS_NONE","features":[450]},{"name":"ACCESS_RESOURCE_NAME_PARMNUM","features":[450]},{"name":"ACCESS_SUCCESS_ACL","features":[450]},{"name":"ACCESS_SUCCESS_DELETE","features":[450]},{"name":"ACCESS_SUCCESS_MASK","features":[450]},{"name":"ACCESS_SUCCESS_OPEN","features":[450]},{"name":"ACCESS_SUCCESS_WRITE","features":[450]},{"name":"ACTION_ADMINUNLOCK","features":[450]},{"name":"ACTION_LOCKOUT","features":[450]},{"name":"ADMIN_OTHER_INFO","features":[450]},{"name":"AE_ACCLIM","features":[450]},{"name":"AE_ACCLIMITEXCD","features":[450]},{"name":"AE_ACCRESTRICT","features":[450]},{"name":"AE_ACLMOD","features":[450]},{"name":"AE_ACLMOD","features":[450]},{"name":"AE_ACLMODFAIL","features":[450]},{"name":"AE_ADD","features":[450]},{"name":"AE_ADMIN","features":[450]},{"name":"AE_ADMINDIS","features":[450]},{"name":"AE_ADMINPRIVREQD","features":[450]},{"name":"AE_ADMIN_CLOSE","features":[450]},{"name":"AE_AUTODIS","features":[450]},{"name":"AE_BADPW","features":[450]},{"name":"AE_CLOSEFILE","features":[450]},{"name":"AE_CLOSEFILE","features":[450]},{"name":"AE_CONNREJ","features":[450]},{"name":"AE_CONNREJ","features":[450]},{"name":"AE_CONNSTART","features":[450]},{"name":"AE_CONNSTART","features":[450]},{"name":"AE_CONNSTOP","features":[450]},{"name":"AE_CONNSTOP","features":[450]},{"name":"AE_DELETE","features":[450]},{"name":"AE_ERROR","features":[450]},{"name":"AE_GENERAL","features":[450]},{"name":"AE_GENERIC","features":[450]},{"name":"AE_GENERIC_TYPE","features":[450]},{"name":"AE_GUEST","features":[450]},{"name":"AE_LIM_DELETED","features":[450]},{"name":"AE_LIM_DISABLED","features":[450]},{"name":"AE_LIM_EXPIRED","features":[450]},{"name":"AE_LIM_INVAL_WKSTA","features":[450]},{"name":"AE_LIM_LOGONHOURS","features":[450]},{"name":"AE_LIM_UNKNOWN","features":[450]},{"name":"AE_LOCKOUT","features":[450]},{"name":"AE_LOCKOUT","features":[450]},{"name":"AE_MOD","features":[450]},{"name":"AE_NETLOGDENIED","features":[450]},{"name":"AE_NETLOGOFF","features":[450]},{"name":"AE_NETLOGOFF","features":[450]},{"name":"AE_NETLOGON","features":[450]},{"name":"AE_NETLOGON","features":[450]},{"name":"AE_NOACCESSPERM","features":[450]},{"name":"AE_NORMAL","features":[450]},{"name":"AE_NORMAL_CLOSE","features":[450]},{"name":"AE_RESACCESS","features":[450]},{"name":"AE_RESACCESS","features":[450]},{"name":"AE_RESACCESS2","features":[450]},{"name":"AE_RESACCESSREJ","features":[450]},{"name":"AE_RESACCESSREJ","features":[450]},{"name":"AE_SERVICESTAT","features":[450]},{"name":"AE_SERVICESTAT","features":[450]},{"name":"AE_SESSDIS","features":[450]},{"name":"AE_SESSLOGOFF","features":[450]},{"name":"AE_SESSLOGOFF","features":[450]},{"name":"AE_SESSLOGON","features":[450]},{"name":"AE_SESSLOGON","features":[450]},{"name":"AE_SESSPWERR","features":[450]},{"name":"AE_SESSPWERR","features":[450]},{"name":"AE_SES_CLOSE","features":[450]},{"name":"AE_SRVCONT","features":[450]},{"name":"AE_SRVPAUSED","features":[450]},{"name":"AE_SRVSTART","features":[450]},{"name":"AE_SRVSTATUS","features":[450]},{"name":"AE_SRVSTATUS","features":[450]},{"name":"AE_SRVSTOP","features":[450]},{"name":"AE_UASMOD","features":[450]},{"name":"AE_UASMOD","features":[450]},{"name":"AE_UAS_GROUP","features":[450]},{"name":"AE_UAS_MODALS","features":[450]},{"name":"AE_UAS_USER","features":[450]},{"name":"AE_UNSHARE","features":[450]},{"name":"AE_USER","features":[450]},{"name":"AE_USERLIMIT","features":[450]},{"name":"AF_OP","features":[450]},{"name":"AF_OP_ACCOUNTS","features":[450]},{"name":"AF_OP_COMM","features":[450]},{"name":"AF_OP_PRINT","features":[450]},{"name":"AF_OP_SERVER","features":[450]},{"name":"ALERTER_MAILSLOT","features":[450]},{"name":"ALERTSZ","features":[450]},{"name":"ALERT_ADMIN_EVENT","features":[450]},{"name":"ALERT_ERRORLOG_EVENT","features":[450]},{"name":"ALERT_MESSAGE_EVENT","features":[450]},{"name":"ALERT_PRINT_EVENT","features":[450]},{"name":"ALERT_USER_EVENT","features":[450]},{"name":"ALIGN_SHIFT","features":[450]},{"name":"ALIGN_SIZE","features":[450]},{"name":"ALLOCATE_RESPONSE","features":[450]},{"name":"AT_ENUM","features":[450]},{"name":"AT_INFO","features":[450]},{"name":"AUDIT_ENTRY","features":[450]},{"name":"BACKUP_MSG_FILENAME","features":[450]},{"name":"BIND_FLAGS1","features":[450]},{"name":"CLTYPE_LEN","features":[450]},{"name":"CNLEN","features":[450]},{"name":"COMPONENT_CHARACTERISTICS","features":[450]},{"name":"CONFIG_INFO_0","features":[450]},{"name":"COULD_NOT_VERIFY_VOLUMES","features":[450]},{"name":"CREATE_BYPASS_CSC","features":[450]},{"name":"CREATE_CRED_RESET","features":[450]},{"name":"CREATE_GLOBAL_MAPPING","features":[450]},{"name":"CREATE_NO_CONNECT","features":[450]},{"name":"CREATE_PERSIST_MAPPING","features":[450]},{"name":"CREATE_REQUIRE_CONNECTION_INTEGRITY","features":[450]},{"name":"CREATE_REQUIRE_CONNECTION_PRIVACY","features":[450]},{"name":"CREATE_WRITE_THROUGH_SEMANTICS","features":[450]},{"name":"CRYPT_KEY_LEN","features":[450]},{"name":"CRYPT_TXT_LEN","features":[450]},{"name":"DEFAULT_PAGES","features":[450]},{"name":"DEF_MAX_BADPW","features":[450]},{"name":"DEF_MAX_PWHIST","features":[450]},{"name":"DEF_MIN_PWLEN","features":[450]},{"name":"DEF_PWUNIQUENESS","features":[450]},{"name":"DEVLEN","features":[450]},{"name":"DFS_CONNECTION_FAILURE","features":[450]},{"name":"DFS_ERROR_ACTIVEDIRECTORY_OFFLINE","features":[450]},{"name":"DFS_ERROR_CLUSTERINFO_FAILED","features":[450]},{"name":"DFS_ERROR_COMPUTERINFO_FAILED","features":[450]},{"name":"DFS_ERROR_CREATEEVENT_FAILED","features":[450]},{"name":"DFS_ERROR_CREATE_REPARSEPOINT_FAILURE","features":[450]},{"name":"DFS_ERROR_CREATE_REPARSEPOINT_SUCCESS","features":[450]},{"name":"DFS_ERROR_CROSS_FOREST_TRUST_INFO_FAILED","features":[450]},{"name":"DFS_ERROR_DCINFO_FAILED","features":[450]},{"name":"DFS_ERROR_DSCONNECT_FAILED","features":[450]},{"name":"DFS_ERROR_DUPLICATE_LINK","features":[450]},{"name":"DFS_ERROR_HANDLENAMESPACE_FAILED","features":[450]},{"name":"DFS_ERROR_LINKS_OVERLAP","features":[450]},{"name":"DFS_ERROR_LINK_OVERLAP","features":[450]},{"name":"DFS_ERROR_MUTLIPLE_ROOTS_NOT_SUPPORTED","features":[450]},{"name":"DFS_ERROR_NO_DFS_DATA","features":[450]},{"name":"DFS_ERROR_ON_ROOT","features":[450]},{"name":"DFS_ERROR_OVERLAPPING_DIRECTORIES","features":[450]},{"name":"DFS_ERROR_PREFIXTABLE_FAILED","features":[450]},{"name":"DFS_ERROR_REFLECTIONENGINE_FAILED","features":[450]},{"name":"DFS_ERROR_REGISTERSTORE_FAILED","features":[450]},{"name":"DFS_ERROR_REMOVE_LINK_FAILED","features":[450]},{"name":"DFS_ERROR_RESYNCHRONIZE_FAILED","features":[450]},{"name":"DFS_ERROR_ROOTSYNCINIT_FAILED","features":[450]},{"name":"DFS_ERROR_SECURITYINIT_FAILED","features":[450]},{"name":"DFS_ERROR_SITECACHEINIT_FAILED","features":[450]},{"name":"DFS_ERROR_SITESUPPOR_FAILED","features":[450]},{"name":"DFS_ERROR_TARGET_LIST_INCORRECT","features":[450]},{"name":"DFS_ERROR_THREADINIT_FAILED","features":[450]},{"name":"DFS_ERROR_TOO_MANY_ERRORS","features":[450]},{"name":"DFS_ERROR_TRUSTED_DOMAIN_INFO_FAILED","features":[450]},{"name":"DFS_ERROR_UNSUPPORTED_FILESYSTEM","features":[450]},{"name":"DFS_ERROR_WINSOCKINIT_FAILED","features":[450]},{"name":"DFS_INFO_ACTIVEDIRECTORY_ONLINE","features":[450]},{"name":"DFS_INFO_CROSS_FOREST_TRUST_INFO_SUCCESS","features":[450]},{"name":"DFS_INFO_DOMAIN_REFERRAL_MIN_OVERFLOW","features":[450]},{"name":"DFS_INFO_DS_RECONNECTED","features":[450]},{"name":"DFS_INFO_FINISH_BUILDING_NAMESPACE","features":[450]},{"name":"DFS_INFO_FINISH_INIT","features":[450]},{"name":"DFS_INFO_RECONNECT_DATA","features":[450]},{"name":"DFS_INFO_TRUSTED_DOMAIN_INFO_SUCCESS","features":[450]},{"name":"DFS_INIT_SUCCESS","features":[450]},{"name":"DFS_MAX_DNR_ATTEMPTS","features":[450]},{"name":"DFS_OPEN_FAILURE","features":[450]},{"name":"DFS_REFERRAL_FAILURE","features":[450]},{"name":"DFS_REFERRAL_REQUEST","features":[450]},{"name":"DFS_REFERRAL_SUCCESS","features":[450]},{"name":"DFS_ROOT_SHARE_ACQUIRE_FAILED","features":[450]},{"name":"DFS_ROOT_SHARE_ACQUIRE_SUCCESS","features":[450]},{"name":"DFS_SPECIAL_REFERRAL_FAILURE","features":[450]},{"name":"DFS_WARN_DOMAIN_REFERRAL_OVERFLOW","features":[450]},{"name":"DFS_WARN_INCOMPLETE_MOVE","features":[450]},{"name":"DFS_WARN_METADATA_LINK_INFO_INVALID","features":[450]},{"name":"DFS_WARN_METADATA_LINK_TYPE_INCORRECT","features":[450]},{"name":"DNLEN","features":[450]},{"name":"DPP_ADVANCED","features":[450]},{"name":"DSREG_DEVICE_JOIN","features":[450]},{"name":"DSREG_JOIN_INFO","features":[307,450,393]},{"name":"DSREG_JOIN_TYPE","features":[450]},{"name":"DSREG_UNKNOWN_JOIN","features":[450]},{"name":"DSREG_USER_INFO","features":[450]},{"name":"DSREG_WORKPLACE_JOIN","features":[450]},{"name":"EBP_ABOVE","features":[450]},{"name":"EBP_BELOW","features":[450]},{"name":"ENCRYPTED_PWLEN","features":[450]},{"name":"ENUM_BINDING_PATHS_FLAGS","features":[450]},{"name":"ERRLOG2_BASE","features":[450]},{"name":"ERRLOG_BASE","features":[450]},{"name":"ERRLOG_OTHER_INFO","features":[450]},{"name":"ERROR_LOG","features":[450]},{"name":"EVENT_BAD_ACCOUNT_NAME","features":[450]},{"name":"EVENT_BAD_SERVICE_STATE","features":[450]},{"name":"EVENT_BOOT_SYSTEM_DRIVERS_FAILED","features":[450]},{"name":"EVENT_BOWSER_CANT_READ_REGISTRY","features":[450]},{"name":"EVENT_BOWSER_ELECTION_RECEIVED","features":[450]},{"name":"EVENT_BOWSER_ELECTION_SENT_FIND_MASTER_FAILED","features":[450]},{"name":"EVENT_BOWSER_ELECTION_SENT_GETBLIST_FAILED","features":[450]},{"name":"EVENT_BOWSER_GETBROWSERLIST_THRESHOLD_EXCEEDED","features":[450]},{"name":"EVENT_BOWSER_ILLEGAL_DATAGRAM","features":[450]},{"name":"EVENT_BOWSER_ILLEGAL_DATAGRAM_THRESHOLD","features":[450]},{"name":"EVENT_BOWSER_MAILSLOT_DATAGRAM_THRESHOLD_EXCEEDED","features":[450]},{"name":"EVENT_BOWSER_NAME_CONVERSION_FAILED","features":[450]},{"name":"EVENT_BOWSER_NON_MASTER_MASTER_ANNOUNCE","features":[450]},{"name":"EVENT_BOWSER_NON_PDC_WON_ELECTION","features":[450]},{"name":"EVENT_BOWSER_OLD_BACKUP_FOUND","features":[450]},{"name":"EVENT_BOWSER_OTHER_MASTER_ON_NET","features":[450]},{"name":"EVENT_BOWSER_PDC_LOST_ELECTION","features":[450]},{"name":"EVENT_BOWSER_PROMOTED_WHILE_ALREADY_MASTER","features":[450]},{"name":"EVENT_BRIDGE_ADAPTER_BIND_FAILED","features":[450]},{"name":"EVENT_BRIDGE_ADAPTER_FILTER_FAILED","features":[450]},{"name":"EVENT_BRIDGE_ADAPTER_LINK_SPEED_QUERY_FAILED","features":[450]},{"name":"EVENT_BRIDGE_ADAPTER_MAC_ADDR_QUERY_FAILED","features":[450]},{"name":"EVENT_BRIDGE_ADAPTER_NAME_QUERY_FAILED","features":[450]},{"name":"EVENT_BRIDGE_BUFFER_POOL_CREATION_FAILED","features":[450]},{"name":"EVENT_BRIDGE_DEVICE_CREATION_FAILED","features":[450]},{"name":"EVENT_BRIDGE_ETHERNET_NOT_OFFERED","features":[450]},{"name":"EVENT_BRIDGE_INIT_MALLOC_FAILED","features":[450]},{"name":"EVENT_BRIDGE_MINIPORT_INIT_FAILED","features":[450]},{"name":"EVENT_BRIDGE_MINIPORT_REGISTER_FAILED","features":[450]},{"name":"EVENT_BRIDGE_MINIPROT_DEVNAME_MISSING","features":[450]},{"name":"EVENT_BRIDGE_NO_BRIDGE_MAC_ADDR","features":[450]},{"name":"EVENT_BRIDGE_PACKET_POOL_CREATION_FAILED","features":[450]},{"name":"EVENT_BRIDGE_PROTOCOL_REGISTER_FAILED","features":[450]},{"name":"EVENT_BRIDGE_THREAD_CREATION_FAILED","features":[450]},{"name":"EVENT_BRIDGE_THREAD_REF_FAILED","features":[450]},{"name":"EVENT_BROWSER_BACKUP_STOPPED","features":[450]},{"name":"EVENT_BROWSER_DEPENDANT_SERVICE_FAILED","features":[450]},{"name":"EVENT_BROWSER_DOMAIN_LIST_FAILED","features":[450]},{"name":"EVENT_BROWSER_DOMAIN_LIST_RETRIEVED","features":[450]},{"name":"EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STARTED","features":[450]},{"name":"EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STOPPED","features":[450]},{"name":"EVENT_BROWSER_ELECTION_SENT_ROLE_CHANGED","features":[450]},{"name":"EVENT_BROWSER_GETBLIST_RECEIVED_NOT_MASTER","features":[450]},{"name":"EVENT_BROWSER_ILLEGAL_CONFIG","features":[450]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED","features":[450]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED_NO_MASTER","features":[450]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED_STOPPING","features":[450]},{"name":"EVENT_BROWSER_NOT_STARTED_IPX_CONFIG_MISMATCH","features":[450]},{"name":"EVENT_BROWSER_OTHERDOMAIN_ADD_FAILED","features":[450]},{"name":"EVENT_BROWSER_ROLE_CHANGE_FAILED","features":[450]},{"name":"EVENT_BROWSER_SERVER_LIST_FAILED","features":[450]},{"name":"EVENT_BROWSER_SERVER_LIST_RETRIEVED","features":[450]},{"name":"EVENT_BROWSER_STATUS_BITS_UPDATE_FAILED","features":[450]},{"name":"EVENT_CALL_TO_FUNCTION_FAILED","features":[450]},{"name":"EVENT_CALL_TO_FUNCTION_FAILED_II","features":[450]},{"name":"EVENT_CIRCULAR_DEPENDENCY_AUTO","features":[450]},{"name":"EVENT_CIRCULAR_DEPENDENCY_DEMAND","features":[450]},{"name":"EVENT_COMMAND_NOT_INTERACTIVE","features":[450]},{"name":"EVENT_COMMAND_START_FAILED","features":[450]},{"name":"EVENT_CONNECTION_TIMEOUT","features":[450]},{"name":"EVENT_ComputerNameChange","features":[450]},{"name":"EVENT_DAV_REDIR_DELAYED_WRITE_FAILED","features":[450]},{"name":"EVENT_DCOM_ASSERTION_FAILURE","features":[450]},{"name":"EVENT_DCOM_COMPLUS_DISABLED","features":[450]},{"name":"EVENT_DCOM_INVALID_ENDPOINT_DATA","features":[450]},{"name":"EVENT_DEPEND_ON_LATER_GROUP","features":[450]},{"name":"EVENT_DEPEND_ON_LATER_SERVICE","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT","features":[450]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_NOTSUPP","features":[450]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_OTHER","features":[450]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_REFUSED","features":[450]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SECURITY","features":[450]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SERVERFAIL","features":[450]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_TIMEOUT","features":[450]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_NOTSUPP","features":[450]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_OTHER","features":[450]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_REFUSED","features":[450]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SECURITY","features":[450]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SERVERFAIL","features":[450]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_TIMEOUT","features":[450]},{"name":"EVENT_DNSAPI_REGISTERED_ADAPTER","features":[450]},{"name":"EVENT_DNSAPI_REGISTERED_ADAPTER_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_REGISTERED_PTR","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_OTHER","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_OTHER_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT","features":[450]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT_PRIMARY_DN","features":[450]},{"name":"EVENT_DNSDomainNameChange","features":[450]},{"name":"EVENT_DNS_CACHE_NETWORK_PERF_WARNING","features":[450]},{"name":"EVENT_DNS_CACHE_START_FAILURE_LOW_MEMORY","features":[450]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_CONTROL","features":[450]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_DLL","features":[450]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_DONE_EVENT","features":[450]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_ENTRY","features":[450]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_RPC","features":[450]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_SHUTDOWN_NOTIFY","features":[450]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_UPDATE","features":[450]},{"name":"EVENT_DNS_CACHE_UNABLE_TO_REACH_SERVER_WARNING","features":[450]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_KEYNAME_SIZE_ZERO","features":[450]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_KEYNAME_TOO_LONG","features":[450]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_REFERESH","features":[450]},{"name":"EVENT_EQOS_ERROR_OPENING_MACHINE_POLICY_ROOT_KEY","features":[450]},{"name":"EVENT_EQOS_ERROR_OPENING_MACHINE_POLICY_SUBKEY","features":[450]},{"name":"EVENT_EQOS_ERROR_OPENING_USER_POLICY_ROOT_KEY","features":[450]},{"name":"EVENT_EQOS_ERROR_OPENING_USER_POLICY_SUBKEY","features":[450]},{"name":"EVENT_EQOS_ERROR_PROCESSING_MACHINE_POLICY_FIELD","features":[450]},{"name":"EVENT_EQOS_ERROR_PROCESSING_USER_POLICY_FIELD","features":[450]},{"name":"EVENT_EQOS_ERROR_SETTING_APP_MARKING","features":[450]},{"name":"EVENT_EQOS_ERROR_SETTING_TCP_AUTOTUNING","features":[450]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_KEYNAME_SIZE_ZERO","features":[450]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_KEYNAME_TOO_LONG","features":[450]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_REFERESH","features":[450]},{"name":"EVENT_EQOS_INFO_APP_MARKING_ALLOWED","features":[450]},{"name":"EVENT_EQOS_INFO_APP_MARKING_IGNORED","features":[450]},{"name":"EVENT_EQOS_INFO_APP_MARKING_NOT_CONFIGURED","features":[450]},{"name":"EVENT_EQOS_INFO_LOCAL_SETTING_DONT_USE_NLA","features":[450]},{"name":"EVENT_EQOS_INFO_MACHINE_POLICY_REFRESH_NO_CHANGE","features":[450]},{"name":"EVENT_EQOS_INFO_MACHINE_POLICY_REFRESH_WITH_CHANGE","features":[450]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_HIGHLY_RESTRICTED","features":[450]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_NORMAL","features":[450]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_NOT_CONFIGURED","features":[450]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_OFF","features":[450]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_RESTRICTED","features":[450]},{"name":"EVENT_EQOS_INFO_USER_POLICY_REFRESH_NO_CHANGE","features":[450]},{"name":"EVENT_EQOS_INFO_USER_POLICY_REFRESH_WITH_CHANGE","features":[450]},{"name":"EVENT_EQOS_URL_QOS_APPLICATION_CONFLICT","features":[450]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_CONFLICT","features":[450]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_NO_FULLPATH_APPNAME","features":[450]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_PROFILE_NOT_SPECIFIED","features":[450]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_QUOTA_EXCEEDED","features":[450]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_VERSION","features":[450]},{"name":"EVENT_EQOS_WARNING_TEST_1","features":[450]},{"name":"EVENT_EQOS_WARNING_TEST_2","features":[450]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_CONFLICT","features":[450]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_NO_FULLPATH_APPNAME","features":[450]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_PROFILE_NOT_SPECIFIED","features":[450]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_QUOTA_EXCEEDED","features":[450]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_VERSION","features":[450]},{"name":"EVENT_EventLogProductInfo","features":[450]},{"name":"EVENT_EventlogAbnormalShutdown","features":[450]},{"name":"EVENT_EventlogStarted","features":[450]},{"name":"EVENT_EventlogStopped","features":[450]},{"name":"EVENT_EventlogUptime","features":[450]},{"name":"EVENT_FIRST_LOGON_FAILED","features":[450]},{"name":"EVENT_FIRST_LOGON_FAILED_II","features":[450]},{"name":"EVENT_FRS_ACCESS_CHECKS_DISABLED","features":[450]},{"name":"EVENT_FRS_ACCESS_CHECKS_FAILED_UNKNOWN","features":[450]},{"name":"EVENT_FRS_ACCESS_CHECKS_FAILED_USER","features":[450]},{"name":"EVENT_FRS_ASSERT","features":[450]},{"name":"EVENT_FRS_BAD_REG_DATA","features":[450]},{"name":"EVENT_FRS_CANNOT_COMMUNICATE","features":[450]},{"name":"EVENT_FRS_CANNOT_CREATE_UUID","features":[450]},{"name":"EVENT_FRS_CANNOT_START_BACKUP_RESTORE_IN_PROGRESS","features":[450]},{"name":"EVENT_FRS_CANT_OPEN_PREINSTALL","features":[450]},{"name":"EVENT_FRS_CANT_OPEN_STAGE","features":[450]},{"name":"EVENT_FRS_DATABASE_SPACE","features":[450]},{"name":"EVENT_FRS_DISK_WRITE_CACHE_ENABLED","features":[450]},{"name":"EVENT_FRS_DS_POLL_ERROR_SUMMARY","features":[450]},{"name":"EVENT_FRS_DUPLICATE_IN_CXTION","features":[450]},{"name":"EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL","features":[450]},{"name":"EVENT_FRS_ERROR","features":[450]},{"name":"EVENT_FRS_ERROR_REPLICA_SET_DELETED","features":[450]},{"name":"EVENT_FRS_HUGE_FILE","features":[450]},{"name":"EVENT_FRS_IN_ERROR_STATE","features":[450]},{"name":"EVENT_FRS_JET_1414","features":[450]},{"name":"EVENT_FRS_JOIN_FAIL_TIME_SKEW","features":[450]},{"name":"EVENT_FRS_LONG_JOIN","features":[450]},{"name":"EVENT_FRS_LONG_JOIN_DONE","features":[450]},{"name":"EVENT_FRS_MOVED_PREEXISTING","features":[450]},{"name":"EVENT_FRS_NO_DNS_ATTRIBUTE","features":[450]},{"name":"EVENT_FRS_NO_SID","features":[450]},{"name":"EVENT_FRS_OVERLAPS_LOGGING","features":[450]},{"name":"EVENT_FRS_OVERLAPS_OTHER_STAGE","features":[450]},{"name":"EVENT_FRS_OVERLAPS_ROOT","features":[450]},{"name":"EVENT_FRS_OVERLAPS_STAGE","features":[450]},{"name":"EVENT_FRS_OVERLAPS_WORKING","features":[450]},{"name":"EVENT_FRS_PREPARE_ROOT_FAILED","features":[450]},{"name":"EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR","features":[450]},{"name":"EVENT_FRS_REPLICA_NO_ROOT_CHANGE","features":[450]},{"name":"EVENT_FRS_REPLICA_SET_CREATE_FAIL","features":[450]},{"name":"EVENT_FRS_REPLICA_SET_CREATE_OK","features":[450]},{"name":"EVENT_FRS_REPLICA_SET_CXTIONS","features":[450]},{"name":"EVENT_FRS_RMTCO_TIME_SKEW","features":[450]},{"name":"EVENT_FRS_ROOT_HAS_MOVED","features":[450]},{"name":"EVENT_FRS_ROOT_NOT_VALID","features":[450]},{"name":"EVENT_FRS_STAGE_NOT_VALID","features":[450]},{"name":"EVENT_FRS_STAGING_AREA_FULL","features":[450]},{"name":"EVENT_FRS_STARTING","features":[450]},{"name":"EVENT_FRS_STOPPED","features":[450]},{"name":"EVENT_FRS_STOPPED_ASSERT","features":[450]},{"name":"EVENT_FRS_STOPPED_FORCE","features":[450]},{"name":"EVENT_FRS_STOPPING","features":[450]},{"name":"EVENT_FRS_SYSVOL_NOT_READY","features":[450]},{"name":"EVENT_FRS_SYSVOL_NOT_READY_PRIMARY","features":[450]},{"name":"EVENT_FRS_SYSVOL_READY","features":[450]},{"name":"EVENT_FRS_VOLUME_NOT_SUPPORTED","features":[450]},{"name":"EVENT_INVALID_DRIVER_DEPENDENCY","features":[450]},{"name":"EVENT_IPX_CREATE_DEVICE","features":[450]},{"name":"EVENT_IPX_ILLEGAL_CONFIG","features":[450]},{"name":"EVENT_IPX_INTERNAL_NET_INVALID","features":[450]},{"name":"EVENT_IPX_NEW_DEFAULT_TYPE","features":[450]},{"name":"EVENT_IPX_NO_ADAPTERS","features":[450]},{"name":"EVENT_IPX_NO_FRAME_TYPES","features":[450]},{"name":"EVENT_IPX_SAP_ANNOUNCE","features":[450]},{"name":"EVENT_NBT_BAD_BACKUP_WINS_ADDR","features":[450]},{"name":"EVENT_NBT_BAD_PRIMARY_WINS_ADDR","features":[450]},{"name":"EVENT_NBT_CREATE_ADDRESS","features":[450]},{"name":"EVENT_NBT_CREATE_CONNECTION","features":[450]},{"name":"EVENT_NBT_CREATE_DEVICE","features":[450]},{"name":"EVENT_NBT_CREATE_DRIVER","features":[450]},{"name":"EVENT_NBT_DUPLICATE_NAME","features":[450]},{"name":"EVENT_NBT_DUPLICATE_NAME_ERROR","features":[450]},{"name":"EVENT_NBT_NAME_RELEASE","features":[450]},{"name":"EVENT_NBT_NAME_SERVER_ADDRS","features":[450]},{"name":"EVENT_NBT_NON_OS_INIT","features":[450]},{"name":"EVENT_NBT_NO_BACKUP_WINS","features":[450]},{"name":"EVENT_NBT_NO_DEVICES","features":[450]},{"name":"EVENT_NBT_NO_RESOURCES","features":[450]},{"name":"EVENT_NBT_NO_WINS","features":[450]},{"name":"EVENT_NBT_OPEN_REG_LINKAGE","features":[450]},{"name":"EVENT_NBT_OPEN_REG_NAMESERVER","features":[450]},{"name":"EVENT_NBT_OPEN_REG_PARAMS","features":[450]},{"name":"EVENT_NBT_READ_BIND","features":[450]},{"name":"EVENT_NBT_READ_EXPORT","features":[450]},{"name":"EVENT_NBT_TIMERS","features":[450]},{"name":"EVENT_NDIS_ADAPTER_CHECK_ERROR","features":[450]},{"name":"EVENT_NDIS_ADAPTER_DISABLED","features":[450]},{"name":"EVENT_NDIS_ADAPTER_NOT_FOUND","features":[450]},{"name":"EVENT_NDIS_BAD_IO_BASE_ADDRESS","features":[450]},{"name":"EVENT_NDIS_BAD_VERSION","features":[450]},{"name":"EVENT_NDIS_CABLE_DISCONNECTED_ERROR","features":[450]},{"name":"EVENT_NDIS_DMA_CONFLICT","features":[450]},{"name":"EVENT_NDIS_DRIVER_FAILURE","features":[450]},{"name":"EVENT_NDIS_HARDWARE_FAILURE","features":[450]},{"name":"EVENT_NDIS_INTERRUPT_CONFLICT","features":[450]},{"name":"EVENT_NDIS_INTERRUPT_CONNECT","features":[450]},{"name":"EVENT_NDIS_INVALID_DOWNLOAD_FILE_ERROR","features":[450]},{"name":"EVENT_NDIS_INVALID_VALUE_FROM_ADAPTER","features":[450]},{"name":"EVENT_NDIS_IO_PORT_CONFLICT","features":[450]},{"name":"EVENT_NDIS_LOBE_FAILUE_ERROR","features":[450]},{"name":"EVENT_NDIS_MAXFRAMESIZE_ERROR","features":[450]},{"name":"EVENT_NDIS_MAXINTERNALBUFS_ERROR","features":[450]},{"name":"EVENT_NDIS_MAXMULTICAST_ERROR","features":[450]},{"name":"EVENT_NDIS_MAXRECEIVES_ERROR","features":[450]},{"name":"EVENT_NDIS_MAXTRANSMITS_ERROR","features":[450]},{"name":"EVENT_NDIS_MEMORY_CONFLICT","features":[450]},{"name":"EVENT_NDIS_MISSING_CONFIGURATION_PARAMETER","features":[450]},{"name":"EVENT_NDIS_NETWORK_ADDRESS","features":[450]},{"name":"EVENT_NDIS_OUT_OF_RESOURCE","features":[450]},{"name":"EVENT_NDIS_PORT_OR_DMA_CONFLICT","features":[450]},{"name":"EVENT_NDIS_PRODUCTID_ERROR","features":[450]},{"name":"EVENT_NDIS_RECEIVE_SPACE_SMALL","features":[450]},{"name":"EVENT_NDIS_REMOVE_RECEIVED_ERROR","features":[450]},{"name":"EVENT_NDIS_RESET_FAILURE_CORRECTION","features":[450]},{"name":"EVENT_NDIS_RESET_FAILURE_ERROR","features":[450]},{"name":"EVENT_NDIS_RESOURCE_CONFLICT","features":[450]},{"name":"EVENT_NDIS_SIGNAL_LOSS_ERROR","features":[450]},{"name":"EVENT_NDIS_TIMEOUT","features":[450]},{"name":"EVENT_NDIS_TOKEN_RING_CORRECTION","features":[450]},{"name":"EVENT_NDIS_UNSUPPORTED_CONFIGURATION","features":[450]},{"name":"EVENT_PS_ADMISSIONCONTROL_OVERFLOW","features":[450]},{"name":"EVENT_PS_BAD_BESTEFFORT_LIMIT","features":[450]},{"name":"EVENT_PS_BINDING_FAILED","features":[450]},{"name":"EVENT_PS_GPC_REGISTER_FAILED","features":[450]},{"name":"EVENT_PS_INIT_DEVICE_FAILED","features":[450]},{"name":"EVENT_PS_MISSING_ADAPTER_REGISTRY_DATA","features":[450]},{"name":"EVENT_PS_NETWORK_ADDRESS_FAIL","features":[450]},{"name":"EVENT_PS_NO_RESOURCES_FOR_INIT","features":[450]},{"name":"EVENT_PS_QUERY_OID_GEN_LINK_SPEED","features":[450]},{"name":"EVENT_PS_QUERY_OID_GEN_MAXIMUM_FRAME_SIZE","features":[450]},{"name":"EVENT_PS_QUERY_OID_GEN_MAXIMUM_TOTAL_SIZE","features":[450]},{"name":"EVENT_PS_REGISTER_ADDRESS_FAMILY_FAILED","features":[450]},{"name":"EVENT_PS_REGISTER_MINIPORT_FAILED","features":[450]},{"name":"EVENT_PS_REGISTER_PROTOCOL_FAILED","features":[450]},{"name":"EVENT_PS_RESOURCE_POOL","features":[450]},{"name":"EVENT_PS_WAN_LIMITED_BESTEFFORT","features":[450]},{"name":"EVENT_PS_WMI_INSTANCE_NAME_FAILED","features":[450]},{"name":"EVENT_RDR_AT_THREAD_MAX","features":[450]},{"name":"EVENT_RDR_CANT_BIND_TRANSPORT","features":[450]},{"name":"EVENT_RDR_CANT_BUILD_SMB_HEADER","features":[450]},{"name":"EVENT_RDR_CANT_CREATE_DEVICE","features":[450]},{"name":"EVENT_RDR_CANT_CREATE_THREAD","features":[450]},{"name":"EVENT_RDR_CANT_GET_SECURITY_CONTEXT","features":[450]},{"name":"EVENT_RDR_CANT_READ_REGISTRY","features":[450]},{"name":"EVENT_RDR_CANT_REGISTER_ADDRESS","features":[450]},{"name":"EVENT_RDR_CANT_SET_THREAD","features":[450]},{"name":"EVENT_RDR_CLOSE_BEHIND","features":[450]},{"name":"EVENT_RDR_CONNECTION","features":[450]},{"name":"EVENT_RDR_CONNECTION_REFERENCE","features":[450]},{"name":"EVENT_RDR_CONTEXTS","features":[450]},{"name":"EVENT_RDR_DELAYED_SET_ATTRIBUTES_FAILED","features":[450]},{"name":"EVENT_RDR_DELETEONCLOSE_FAILED","features":[450]},{"name":"EVENT_RDR_DISPOSITION","features":[450]},{"name":"EVENT_RDR_ENCRYPT","features":[450]},{"name":"EVENT_RDR_FAILED_UNLOCK","features":[450]},{"name":"EVENT_RDR_INVALID_LOCK_REPLY","features":[450]},{"name":"EVENT_RDR_INVALID_OPLOCK","features":[450]},{"name":"EVENT_RDR_INVALID_REPLY","features":[450]},{"name":"EVENT_RDR_INVALID_SMB","features":[450]},{"name":"EVENT_RDR_MAXCMDS","features":[450]},{"name":"EVENT_RDR_OPLOCK_SMB","features":[450]},{"name":"EVENT_RDR_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[450]},{"name":"EVENT_RDR_RESOURCE_SHORTAGE","features":[450]},{"name":"EVENT_RDR_SECURITY_SIGNATURE_MISMATCH","features":[450]},{"name":"EVENT_RDR_SERVER_REFERENCE","features":[450]},{"name":"EVENT_RDR_SMB_REFERENCE","features":[450]},{"name":"EVENT_RDR_TIMEOUT","features":[450]},{"name":"EVENT_RDR_TIMEZONE_BIAS_TOO_LARGE","features":[450]},{"name":"EVENT_RDR_UNEXPECTED_ERROR","features":[450]},{"name":"EVENT_RDR_WRITE_BEHIND_FLUSH_FAILED","features":[450]},{"name":"EVENT_READFILE_TIMEOUT","features":[450]},{"name":"EVENT_REVERTED_TO_LASTKNOWNGOOD","features":[450]},{"name":"EVENT_RPCSS_ACTIVATION_ERROR","features":[450]},{"name":"EVENT_RPCSS_CREATEDEBUGGERPROCESS_FAILURE","features":[450]},{"name":"EVENT_RPCSS_CREATEPROCESS_FAILURE","features":[450]},{"name":"EVENT_RPCSS_DEFAULT_LAUNCH_ACCESS_DENIED","features":[450]},{"name":"EVENT_RPCSS_LAUNCH_ACCESS_DENIED","features":[450]},{"name":"EVENT_RPCSS_REMOTE_SIDE_ERROR","features":[450]},{"name":"EVENT_RPCSS_REMOTE_SIDE_ERROR_WITH_FILE","features":[450]},{"name":"EVENT_RPCSS_REMOTE_SIDE_UNAVAILABLE","features":[450]},{"name":"EVENT_RPCSS_RUNAS_CANT_LOGIN","features":[450]},{"name":"EVENT_RPCSS_RUNAS_CREATEPROCESS_FAILURE","features":[450]},{"name":"EVENT_RPCSS_SERVER_NOT_RESPONDING","features":[450]},{"name":"EVENT_RPCSS_SERVER_START_TIMEOUT","features":[450]},{"name":"EVENT_RPCSS_START_SERVICE_FAILURE","features":[450]},{"name":"EVENT_RPCSS_STOP_SERVICE_FAILURE","features":[450]},{"name":"EVENT_RUNNING_LASTKNOWNGOOD","features":[450]},{"name":"EVENT_SCOPE_LABEL_TOO_LONG","features":[450]},{"name":"EVENT_SCOPE_TOO_LONG","features":[450]},{"name":"EVENT_SECOND_LOGON_FAILED","features":[450]},{"name":"EVENT_SERVICE_CONFIG_BACKOUT_FAILED","features":[450]},{"name":"EVENT_SERVICE_CONTROL_SUCCESS","features":[450]},{"name":"EVENT_SERVICE_CRASH","features":[450]},{"name":"EVENT_SERVICE_CRASH_NO_ACTION","features":[450]},{"name":"EVENT_SERVICE_DIFFERENT_PID_CONNECTED","features":[450]},{"name":"EVENT_SERVICE_EXIT_FAILED","features":[450]},{"name":"EVENT_SERVICE_EXIT_FAILED_SPECIFIC","features":[450]},{"name":"EVENT_SERVICE_LOGON_TYPE_NOT_GRANTED","features":[450]},{"name":"EVENT_SERVICE_NOT_INTERACTIVE","features":[450]},{"name":"EVENT_SERVICE_RECOVERY_FAILED","features":[450]},{"name":"EVENT_SERVICE_SCESRV_FAILED","features":[450]},{"name":"EVENT_SERVICE_SHUTDOWN_FAILED","features":[450]},{"name":"EVENT_SERVICE_START_AT_BOOT_FAILED","features":[450]},{"name":"EVENT_SERVICE_START_FAILED","features":[450]},{"name":"EVENT_SERVICE_START_FAILED_GROUP","features":[450]},{"name":"EVENT_SERVICE_START_FAILED_II","features":[450]},{"name":"EVENT_SERVICE_START_FAILED_NONE","features":[450]},{"name":"EVENT_SERVICE_START_HUNG","features":[450]},{"name":"EVENT_SERVICE_START_TYPE_CHANGED","features":[450]},{"name":"EVENT_SERVICE_STATUS_SUCCESS","features":[450]},{"name":"EVENT_SERVICE_STOP_SUCCESS_WITH_REASON","features":[450]},{"name":"EVENT_SEVERE_SERVICE_FAILED","features":[450]},{"name":"EVENT_SRV_CANT_BIND_DUP_NAME","features":[450]},{"name":"EVENT_SRV_CANT_BIND_TO_TRANSPORT","features":[450]},{"name":"EVENT_SRV_CANT_CHANGE_DOMAIN_NAME","features":[450]},{"name":"EVENT_SRV_CANT_CREATE_DEVICE","features":[450]},{"name":"EVENT_SRV_CANT_CREATE_PROCESS","features":[450]},{"name":"EVENT_SRV_CANT_CREATE_THREAD","features":[450]},{"name":"EVENT_SRV_CANT_GROW_TABLE","features":[450]},{"name":"EVENT_SRV_CANT_LOAD_DRIVER","features":[450]},{"name":"EVENT_SRV_CANT_MAP_ERROR","features":[450]},{"name":"EVENT_SRV_CANT_OPEN_NPFS","features":[450]},{"name":"EVENT_SRV_CANT_RECREATE_SHARE","features":[450]},{"name":"EVENT_SRV_CANT_START_SCAVENGER","features":[450]},{"name":"EVENT_SRV_CANT_UNLOAD_DRIVER","features":[450]},{"name":"EVENT_SRV_DISK_FULL","features":[450]},{"name":"EVENT_SRV_DOS_ATTACK_DETECTED","features":[450]},{"name":"EVENT_SRV_INVALID_REGISTRY_VALUE","features":[450]},{"name":"EVENT_SRV_INVALID_REQUEST","features":[450]},{"name":"EVENT_SRV_INVALID_SD","features":[450]},{"name":"EVENT_SRV_IRP_STACK_SIZE","features":[450]},{"name":"EVENT_SRV_KEY_NOT_CREATED","features":[450]},{"name":"EVENT_SRV_KEY_NOT_FOUND","features":[450]},{"name":"EVENT_SRV_NETWORK_ERROR","features":[450]},{"name":"EVENT_SRV_NONPAGED_POOL_LIMIT","features":[450]},{"name":"EVENT_SRV_NO_BLOCKING_IO","features":[450]},{"name":"EVENT_SRV_NO_FREE_CONNECTIONS","features":[450]},{"name":"EVENT_SRV_NO_FREE_RAW_WORK_ITEM","features":[450]},{"name":"EVENT_SRV_NO_NONPAGED_POOL","features":[450]},{"name":"EVENT_SRV_NO_PAGED_POOL","features":[450]},{"name":"EVENT_SRV_NO_TRANSPORTS_BOUND","features":[450]},{"name":"EVENT_SRV_NO_VIRTUAL_MEMORY","features":[450]},{"name":"EVENT_SRV_NO_WORK_ITEM","features":[450]},{"name":"EVENT_SRV_OUT_OF_WORK_ITEM_DOS","features":[450]},{"name":"EVENT_SRV_PAGED_POOL_LIMIT","features":[450]},{"name":"EVENT_SRV_RESOURCE_SHORTAGE","features":[450]},{"name":"EVENT_SRV_SERVICE_FAILED","features":[450]},{"name":"EVENT_SRV_TOO_MANY_DOS","features":[450]},{"name":"EVENT_SRV_TXF_INIT_FAILED","features":[450]},{"name":"EVENT_SRV_UNEXPECTED_DISC","features":[450]},{"name":"EVENT_STREAMS_ALLOCB_FAILURE","features":[450]},{"name":"EVENT_STREAMS_ALLOCB_FAILURE_CNT","features":[450]},{"name":"EVENT_STREAMS_ESBALLOC_FAILURE","features":[450]},{"name":"EVENT_STREAMS_ESBALLOC_FAILURE_CNT","features":[450]},{"name":"EVENT_STREAMS_STRLOG","features":[450]},{"name":"EVENT_TAKE_OWNERSHIP","features":[450]},{"name":"EVENT_TCPIP6_STARTED","features":[450]},{"name":"EVENT_TCPIP_ADAPTER_REG_FAILURE","features":[450]},{"name":"EVENT_TCPIP_ADDRESS_CONFLICT1","features":[450]},{"name":"EVENT_TCPIP_ADDRESS_CONFLICT2","features":[450]},{"name":"EVENT_TCPIP_AUTOCONFIGURED_ADDRESS_LIMIT_REACHED","features":[450]},{"name":"EVENT_TCPIP_AUTOCONFIGURED_ROUTE_LIMIT_REACHED","features":[450]},{"name":"EVENT_TCPIP_CREATE_DEVICE_FAILED","features":[450]},{"name":"EVENT_TCPIP_DHCP_INIT_FAILED","features":[450]},{"name":"EVENT_TCPIP_INTERFACE_BIND_FAILURE","features":[450]},{"name":"EVENT_TCPIP_INVALID_ADDRESS","features":[450]},{"name":"EVENT_TCPIP_INVALID_DEFAULT_GATEWAY","features":[450]},{"name":"EVENT_TCPIP_INVALID_MASK","features":[450]},{"name":"EVENT_TCPIP_IPV4_UNINSTALLED","features":[450]},{"name":"EVENT_TCPIP_IP_INIT_FAILED","features":[450]},{"name":"EVENT_TCPIP_MEDIA_CONNECT","features":[450]},{"name":"EVENT_TCPIP_MEDIA_DISCONNECT","features":[450]},{"name":"EVENT_TCPIP_NO_ADAPTER_RESOURCES","features":[450]},{"name":"EVENT_TCPIP_NO_ADDRESS_LIST","features":[450]},{"name":"EVENT_TCPIP_NO_BINDINGS","features":[450]},{"name":"EVENT_TCPIP_NO_MASK","features":[450]},{"name":"EVENT_TCPIP_NO_MASK_LIST","features":[450]},{"name":"EVENT_TCPIP_NO_RESOURCES_FOR_INIT","features":[450]},{"name":"EVENT_TCPIP_NTE_CONTEXT_LIST_FAILURE","features":[450]},{"name":"EVENT_TCPIP_OUT_OF_ORDER_FRAGMENTS_EXCEEDED","features":[450]},{"name":"EVENT_TCPIP_PCF_CLEAR_FILTER_FAILURE","features":[450]},{"name":"EVENT_TCPIP_PCF_MISSING_CAPABILITY","features":[450]},{"name":"EVENT_TCPIP_PCF_MULTICAST_OID_ISSUE","features":[450]},{"name":"EVENT_TCPIP_PCF_NO_ARP_FILTER","features":[450]},{"name":"EVENT_TCPIP_PCF_SET_FILTER_FAILURE","features":[450]},{"name":"EVENT_TCPIP_TCP_CONNECTIONS_PERF_IMPACTED","features":[450]},{"name":"EVENT_TCPIP_TCP_CONNECT_LIMIT_REACHED","features":[450]},{"name":"EVENT_TCPIP_TCP_GLOBAL_EPHEMERAL_PORT_SPACE_EXHAUSTED","features":[450]},{"name":"EVENT_TCPIP_TCP_INIT_FAILED","features":[450]},{"name":"EVENT_TCPIP_TCP_MPP_ATTACKS_DETECTED","features":[450]},{"name":"EVENT_TCPIP_TCP_TIME_WAIT_COLLISION","features":[450]},{"name":"EVENT_TCPIP_TCP_WSD_WS_RESTRICTED","features":[450]},{"name":"EVENT_TCPIP_TOO_MANY_GATEWAYS","features":[450]},{"name":"EVENT_TCPIP_TOO_MANY_NETS","features":[450]},{"name":"EVENT_TCPIP_UDP_GLOBAL_EPHEMERAL_PORT_SPACE_EXHAUSTED","features":[450]},{"name":"EVENT_TCPIP_UDP_LIMIT_REACHED","features":[450]},{"name":"EVENT_TRANSACT_INVALID","features":[450]},{"name":"EVENT_TRANSACT_TIMEOUT","features":[450]},{"name":"EVENT_TRANSPORT_ADAPTER_NOT_FOUND","features":[450]},{"name":"EVENT_TRANSPORT_BAD_PROTOCOL","features":[450]},{"name":"EVENT_TRANSPORT_BINDING_FAILED","features":[450]},{"name":"EVENT_TRANSPORT_QUERY_OID_FAILED","features":[450]},{"name":"EVENT_TRANSPORT_REGISTER_FAILED","features":[450]},{"name":"EVENT_TRANSPORT_RESOURCE_LIMIT","features":[450]},{"name":"EVENT_TRANSPORT_RESOURCE_POOL","features":[450]},{"name":"EVENT_TRANSPORT_RESOURCE_SPECIFIC","features":[450]},{"name":"EVENT_TRANSPORT_SET_OID_FAILED","features":[450]},{"name":"EVENT_TRANSPORT_TOO_MANY_LINKS","features":[450]},{"name":"EVENT_TRANSPORT_TRANSFER_DATA","features":[450]},{"name":"EVENT_TRK_INTERNAL_ERROR","features":[450]},{"name":"EVENT_TRK_SERVICE_CORRUPT_LOG","features":[450]},{"name":"EVENT_TRK_SERVICE_DUPLICATE_VOLIDS","features":[450]},{"name":"EVENT_TRK_SERVICE_MOVE_QUOTA_EXCEEDED","features":[450]},{"name":"EVENT_TRK_SERVICE_START_FAILURE","features":[450]},{"name":"EVENT_TRK_SERVICE_START_SUCCESS","features":[450]},{"name":"EVENT_TRK_SERVICE_VOLUME_CLAIM","features":[450]},{"name":"EVENT_TRK_SERVICE_VOLUME_CREATE","features":[450]},{"name":"EVENT_TRK_SERVICE_VOL_QUOTA_EXCEEDED","features":[450]},{"name":"EVENT_UP_DRIVER_ON_MP","features":[450]},{"name":"EVENT_WEBCLIENT_CLOSE_DELETE_FAILED","features":[450]},{"name":"EVENT_WEBCLIENT_CLOSE_PROPPATCH_FAILED","features":[450]},{"name":"EVENT_WEBCLIENT_CLOSE_PUT_FAILED","features":[450]},{"name":"EVENT_WEBCLIENT_SETINFO_PROPPATCH_FAILED","features":[450]},{"name":"EVENT_WINNAT_SESSION_LIMIT_REACHED","features":[450]},{"name":"EVENT_WINSOCK_CLOSESOCKET_STUCK","features":[450]},{"name":"EVENT_WINSOCK_TDI_FILTER_DETECTED","features":[450]},{"name":"EVENT_WSK_OWNINGTHREAD_PARAMETER_IGNORED","features":[450]},{"name":"EVLEN","features":[450]},{"name":"EXTRA_EXIT_POINT","features":[450]},{"name":"EXTRA_EXIT_POINT_DELETED","features":[450]},{"name":"EXTRA_EXIT_POINT_NOT_DELETED","features":[450]},{"name":"EXTRA_VOLUME","features":[450]},{"name":"EXTRA_VOLUME_DELETED","features":[450]},{"name":"EXTRA_VOLUME_NOT_DELETED","features":[450]},{"name":"FILTER_INTERDOMAIN_TRUST_ACCOUNT","features":[450]},{"name":"FILTER_NORMAL_ACCOUNT","features":[450]},{"name":"FILTER_SERVER_TRUST_ACCOUNT","features":[450]},{"name":"FILTER_TEMP_DUPLICATE_ACCOUNT","features":[450]},{"name":"FILTER_WORKSTATION_TRUST_ACCOUNT","features":[450]},{"name":"FLAT_STRING","features":[450]},{"name":"FORCE_LEVEL_FLAGS","features":[450]},{"name":"GNLEN","features":[450]},{"name":"GROUPIDMASK","features":[450]},{"name":"GROUP_ALL_PARMNUM","features":[450]},{"name":"GROUP_ATTRIBUTES_PARMNUM","features":[450]},{"name":"GROUP_COMMENT_PARMNUM","features":[450]},{"name":"GROUP_INFO_0","features":[450]},{"name":"GROUP_INFO_1","features":[450]},{"name":"GROUP_INFO_1002","features":[450]},{"name":"GROUP_INFO_1005","features":[450]},{"name":"GROUP_INFO_2","features":[450]},{"name":"GROUP_INFO_3","features":[450,310]},{"name":"GROUP_NAME_PARMNUM","features":[450]},{"name":"GROUP_SPECIALGRP_ADMINS","features":[450]},{"name":"GROUP_SPECIALGRP_GUESTS","features":[450]},{"name":"GROUP_SPECIALGRP_LOCAL","features":[450]},{"name":"GROUP_SPECIALGRP_USERS","features":[450]},{"name":"GROUP_USERS_INFO_0","features":[450]},{"name":"GROUP_USERS_INFO_1","features":[450]},{"name":"GetNetScheduleAccountInformation","features":[450]},{"name":"HARDWARE_ADDRESS","features":[450]},{"name":"HARDWARE_ADDRESS_LENGTH","features":[450]},{"name":"HELP_MSG_FILENAME","features":[450]},{"name":"HLOG","features":[450]},{"name":"IEnumNetCfgBindingInterface","features":[450]},{"name":"IEnumNetCfgBindingPath","features":[450]},{"name":"IEnumNetCfgComponent","features":[450]},{"name":"INTERFACE_INFO_REVISION_1","features":[450]},{"name":"INVALID_TRACEID","features":[450]},{"name":"INetCfg","features":[450]},{"name":"INetCfgBindingInterface","features":[450]},{"name":"INetCfgBindingPath","features":[450]},{"name":"INetCfgClass","features":[450]},{"name":"INetCfgClassSetup","features":[450]},{"name":"INetCfgClassSetup2","features":[450]},{"name":"INetCfgComponent","features":[450]},{"name":"INetCfgComponentBindings","features":[450]},{"name":"INetCfgComponentControl","features":[450]},{"name":"INetCfgComponentNotifyBinding","features":[450]},{"name":"INetCfgComponentNotifyGlobal","features":[450]},{"name":"INetCfgComponentPropertyUi","features":[450]},{"name":"INetCfgComponentSetup","features":[450]},{"name":"INetCfgComponentSysPrep","features":[450]},{"name":"INetCfgComponentUpperEdge","features":[450]},{"name":"INetCfgLock","features":[450]},{"name":"INetCfgPnpReconfigCallback","features":[450]},{"name":"INetCfgSysPrep","features":[450]},{"name":"INetLanConnectionUiInfo","features":[450]},{"name":"INetRasConnectionIpUiInfo","features":[450]},{"name":"IPX_PROTOCOL_BASE","features":[450]},{"name":"IPX_PROTOCOL_RIP","features":[450]},{"name":"IProvisioningDomain","features":[450]},{"name":"IProvisioningProfileWireless","features":[450]},{"name":"IR_PROMISCUOUS","features":[450]},{"name":"IR_PROMISCUOUS_MULTICAST","features":[450]},{"name":"I_NetLogonControl2","features":[450]},{"name":"JOB_ADD_CURRENT_DATE","features":[450]},{"name":"JOB_EXEC_ERROR","features":[450]},{"name":"JOB_NONINTERACTIVE","features":[450]},{"name":"JOB_RUNS_TODAY","features":[450]},{"name":"JOB_RUN_PERIODICALLY","features":[450]},{"name":"KNOWLEDGE_INCONSISTENCY_DETECTED","features":[450]},{"name":"LG_INCLUDE_INDIRECT","features":[450]},{"name":"LM20_CNLEN","features":[450]},{"name":"LM20_DEVLEN","features":[450]},{"name":"LM20_DNLEN","features":[450]},{"name":"LM20_GNLEN","features":[450]},{"name":"LM20_MAXCOMMENTSZ","features":[450]},{"name":"LM20_NNLEN","features":[450]},{"name":"LM20_PATHLEN","features":[450]},{"name":"LM20_PWLEN","features":[450]},{"name":"LM20_QNLEN","features":[450]},{"name":"LM20_SERVICE_ACTIVE","features":[450]},{"name":"LM20_SERVICE_CONTINUE_PENDING","features":[450]},{"name":"LM20_SERVICE_PAUSED","features":[450]},{"name":"LM20_SERVICE_PAUSE_PENDING","features":[450]},{"name":"LM20_SNLEN","features":[450]},{"name":"LM20_STXTLEN","features":[450]},{"name":"LM20_UNCLEN","features":[450]},{"name":"LM20_UNLEN","features":[450]},{"name":"LM_REDIR_FAILURE","features":[450]},{"name":"LOCALGROUP_COMMENT_PARMNUM","features":[450]},{"name":"LOCALGROUP_INFO_0","features":[450]},{"name":"LOCALGROUP_INFO_1","features":[450]},{"name":"LOCALGROUP_INFO_1002","features":[450]},{"name":"LOCALGROUP_MEMBERS_INFO_0","features":[450,310]},{"name":"LOCALGROUP_MEMBERS_INFO_1","features":[450,310]},{"name":"LOCALGROUP_MEMBERS_INFO_2","features":[450,310]},{"name":"LOCALGROUP_MEMBERS_INFO_3","features":[450]},{"name":"LOCALGROUP_NAME_PARMNUM","features":[450]},{"name":"LOCALGROUP_USERS_INFO_0","features":[450]},{"name":"LOGFLAGS_BACKWARD","features":[450]},{"name":"LOGFLAGS_FORWARD","features":[450]},{"name":"LOGFLAGS_SEEK","features":[450]},{"name":"LOWER_GET_HINT_MASK","features":[450]},{"name":"LOWER_HINT_MASK","features":[450]},{"name":"LogErrorA","features":[450]},{"name":"LogErrorW","features":[450]},{"name":"LogEventA","features":[450]},{"name":"LogEventW","features":[450]},{"name":"MACHINE_UNJOINED","features":[450]},{"name":"MAJOR_VERSION_MASK","features":[450]},{"name":"MAXCOMMENTSZ","features":[450]},{"name":"MAXPERMENTRIES","features":[450]},{"name":"MAX_LANMAN_MESSAGE_ID","features":[450]},{"name":"MAX_NERR","features":[450]},{"name":"MAX_PASSWD_LEN","features":[450]},{"name":"MAX_PREFERRED_LENGTH","features":[450]},{"name":"MAX_PROTOCOL_DLL_LEN","features":[450]},{"name":"MAX_PROTOCOL_NAME_LEN","features":[450]},{"name":"MESSAGE_FILENAME","features":[450]},{"name":"MFE_BOUNDARY_REACHED","features":[450]},{"name":"MFE_IIF","features":[450]},{"name":"MFE_NOT_FORWARDING","features":[450]},{"name":"MFE_NOT_LAST_HOP","features":[450]},{"name":"MFE_NO_ERROR","features":[450]},{"name":"MFE_NO_MULTICAST","features":[450]},{"name":"MFE_NO_ROUTE","features":[450]},{"name":"MFE_NO_SPACE","features":[450]},{"name":"MFE_OIF_PRUNED","features":[450]},{"name":"MFE_OLD_ROUTER","features":[450]},{"name":"MFE_PROHIBITED","features":[450]},{"name":"MFE_PRUNED_UPSTREAM","features":[450]},{"name":"MFE_REACHED_CORE","features":[450]},{"name":"MFE_WRONG_IF","features":[450]},{"name":"MIN_LANMAN_MESSAGE_ID","features":[450]},{"name":"MISSING_EXIT_POINT","features":[450]},{"name":"MISSING_EXIT_POINT_CREATED","features":[450]},{"name":"MISSING_EXIT_POINT_NOT_CREATED","features":[450]},{"name":"MISSING_VOLUME","features":[450]},{"name":"MISSING_VOLUME_CREATED","features":[450]},{"name":"MISSING_VOLUME_NOT_CREATED","features":[450]},{"name":"MODALS_DOMAIN_ID_PARMNUM","features":[450]},{"name":"MODALS_DOMAIN_NAME_PARMNUM","features":[450]},{"name":"MODALS_FORCE_LOGOFF_PARMNUM","features":[450]},{"name":"MODALS_LOCKOUT_DURATION_PARMNUM","features":[450]},{"name":"MODALS_LOCKOUT_OBSERVATION_WINDOW_PARMNUM","features":[450]},{"name":"MODALS_LOCKOUT_THRESHOLD_PARMNUM","features":[450]},{"name":"MODALS_MAX_PASSWD_AGE_PARMNUM","features":[450]},{"name":"MODALS_MIN_PASSWD_AGE_PARMNUM","features":[450]},{"name":"MODALS_MIN_PASSWD_LEN_PARMNUM","features":[450]},{"name":"MODALS_PASSWD_HIST_LEN_PARMNUM","features":[450]},{"name":"MODALS_PRIMARY_PARMNUM","features":[450]},{"name":"MODALS_ROLE_PARMNUM","features":[450]},{"name":"MPR_PROTOCOL_0","features":[450]},{"name":"MRINFO_DISABLED_FLAG","features":[450]},{"name":"MRINFO_DOWN_FLAG","features":[450]},{"name":"MRINFO_LEAF_FLAG","features":[450]},{"name":"MRINFO_PIM_FLAG","features":[450]},{"name":"MRINFO_QUERIER_FLAG","features":[450]},{"name":"MRINFO_TUNNEL_FLAG","features":[450]},{"name":"MSA_INFO_0","features":[450]},{"name":"MSA_INFO_LEVEL","features":[450]},{"name":"MSA_INFO_STATE","features":[450]},{"name":"MSGNAME_FORWARDED_FROM","features":[450]},{"name":"MSGNAME_FORWARDED_TO","features":[450]},{"name":"MSGNAME_NOT_FORWARDED","features":[450]},{"name":"MSG_INFO_0","features":[450]},{"name":"MSG_INFO_1","features":[450]},{"name":"MS_ROUTER_VERSION","features":[450]},{"name":"MprSetupProtocolEnum","features":[450]},{"name":"MprSetupProtocolFree","features":[450]},{"name":"MsaInfoCanInstall","features":[450]},{"name":"MsaInfoCannotInstall","features":[450]},{"name":"MsaInfoInstalled","features":[450]},{"name":"MsaInfoLevel0","features":[450]},{"name":"MsaInfoLevelMax","features":[450]},{"name":"MsaInfoNotExist","features":[450]},{"name":"MsaInfoNotService","features":[450]},{"name":"NCF_DONTEXPOSELOWER","features":[450]},{"name":"NCF_FILTER","features":[450]},{"name":"NCF_FIXED_BINDING","features":[450]},{"name":"NCF_HAS_UI","features":[450]},{"name":"NCF_HIDDEN","features":[450]},{"name":"NCF_HIDE_BINDING","features":[450]},{"name":"NCF_LOWER","features":[450]},{"name":"NCF_LW_FILTER","features":[450]},{"name":"NCF_MULTIPORT_INSTANCED_ADAPTER","features":[450]},{"name":"NCF_NDIS_PROTOCOL","features":[450]},{"name":"NCF_NOT_USER_REMOVABLE","features":[450]},{"name":"NCF_NO_SERVICE","features":[450]},{"name":"NCF_PHYSICAL","features":[450]},{"name":"NCF_SINGLE_INSTANCE","features":[450]},{"name":"NCF_SOFTWARE_ENUMERATED","features":[450]},{"name":"NCF_UPPER","features":[450]},{"name":"NCF_VIRTUAL","features":[450]},{"name":"NCN_ADD","features":[450]},{"name":"NCN_BINDING_PATH","features":[450]},{"name":"NCN_DISABLE","features":[450]},{"name":"NCN_ENABLE","features":[450]},{"name":"NCN_NET","features":[450]},{"name":"NCN_NETCLIENT","features":[450]},{"name":"NCN_NETSERVICE","features":[450]},{"name":"NCN_NETTRANS","features":[450]},{"name":"NCN_PROPERTYCHANGE","features":[450]},{"name":"NCN_REMOVE","features":[450]},{"name":"NCN_UPDATE","features":[450]},{"name":"NCPNP_RECONFIG_LAYER","features":[450]},{"name":"NCRL_NDIS","features":[450]},{"name":"NCRL_TDI","features":[450]},{"name":"NCRP_FLAGS","features":[450]},{"name":"NCRP_QUERY_PROPERTY_UI","features":[450]},{"name":"NCRP_SHOW_PROPERTY_UI","features":[450]},{"name":"NELOG_AT_Exec_Err","features":[450]},{"name":"NELOG_AT_cannot_read","features":[450]},{"name":"NELOG_AT_cannot_write","features":[450]},{"name":"NELOG_AT_sched_err","features":[450]},{"name":"NELOG_AT_schedule_file_created","features":[450]},{"name":"NELOG_Access_File_Bad","features":[450]},{"name":"NELOG_Build_Name","features":[450]},{"name":"NELOG_Cant_Make_Msg_File","features":[450]},{"name":"NELOG_DiskFT","features":[450]},{"name":"NELOG_DriverNotLoaded","features":[450]},{"name":"NELOG_Entries_Lost","features":[450]},{"name":"NELOG_Error_in_DLL","features":[450]},{"name":"NELOG_Exec_Netservr_NoMem","features":[450]},{"name":"NELOG_FT_ErrLog_Too_Large","features":[450]},{"name":"NELOG_FT_Update_In_Progress","features":[450]},{"name":"NELOG_FailedToGetComputerName","features":[450]},{"name":"NELOG_FailedToRegisterSC","features":[450]},{"name":"NELOG_FailedToSetServiceStatus","features":[450]},{"name":"NELOG_File_Changed","features":[450]},{"name":"NELOG_Files_Dont_Fit","features":[450]},{"name":"NELOG_HardErr_From_Server","features":[450]},{"name":"NELOG_HotFix","features":[450]},{"name":"NELOG_Init_Chardev_Err","features":[450]},{"name":"NELOG_Init_Exec_Fail","features":[450]},{"name":"NELOG_Init_OpenCreate_Err","features":[450]},{"name":"NELOG_Init_Seg_Overflow","features":[450]},{"name":"NELOG_Internal_Error","features":[450]},{"name":"NELOG_Invalid_Config_File","features":[450]},{"name":"NELOG_Invalid_Config_Line","features":[450]},{"name":"NELOG_Ioctl_Error","features":[450]},{"name":"NELOG_Joined_Domain","features":[450]},{"name":"NELOG_Joined_Workgroup","features":[450]},{"name":"NELOG_Lazy_Write_Err","features":[450]},{"name":"NELOG_LocalSecFail1","features":[450]},{"name":"NELOG_LocalSecFail2","features":[450]},{"name":"NELOG_LocalSecFail3","features":[450]},{"name":"NELOG_LocalSecGeneralFail","features":[450]},{"name":"NELOG_Mail_Slt_Err","features":[450]},{"name":"NELOG_Mailslot_err","features":[450]},{"name":"NELOG_Message_Send","features":[450]},{"name":"NELOG_Missing_Parameter","features":[450]},{"name":"NELOG_Msg_Log_Err","features":[450]},{"name":"NELOG_Msg_Sem_Shutdown","features":[450]},{"name":"NELOG_Msg_Shutdown","features":[450]},{"name":"NELOG_Msg_Unexpected_SMB_Type","features":[450]},{"name":"NELOG_Name_Expansion","features":[450]},{"name":"NELOG_Ncb_Error","features":[450]},{"name":"NELOG_Ncb_TooManyErr","features":[450]},{"name":"NELOG_NetBios","features":[450]},{"name":"NELOG_NetLogonFailedToInitializeAuthzRm","features":[450]},{"name":"NELOG_NetLogonFailedToInitializeRPCSD","features":[450]},{"name":"NELOG_NetWkSta_Internal_Error","features":[450]},{"name":"NELOG_NetWkSta_NCB_Err","features":[450]},{"name":"NELOG_NetWkSta_No_Resource","features":[450]},{"name":"NELOG_NetWkSta_Reset_Err","features":[450]},{"name":"NELOG_NetWkSta_SMB_Err","features":[450]},{"name":"NELOG_NetWkSta_Stuck_VC_Err","features":[450]},{"name":"NELOG_NetWkSta_Too_Many","features":[450]},{"name":"NELOG_NetWkSta_VC_Err","features":[450]},{"name":"NELOG_NetWkSta_Write_Behind_Err","features":[450]},{"name":"NELOG_Net_Not_Started","features":[450]},{"name":"NELOG_NetlogonAddNameFailure","features":[450]},{"name":"NELOG_NetlogonAuthDCFail","features":[450]},{"name":"NELOG_NetlogonAuthDomainDowngraded","features":[450]},{"name":"NELOG_NetlogonAuthNoDomainController","features":[450]},{"name":"NELOG_NetlogonAuthNoTrustLsaSecret","features":[450]},{"name":"NELOG_NetlogonAuthNoTrustSamAccount","features":[450]},{"name":"NELOG_NetlogonAuthNoUplevelDomainController","features":[450]},{"name":"NELOG_NetlogonBadSiteName","features":[450]},{"name":"NELOG_NetlogonBadSubnetName","features":[450]},{"name":"NELOG_NetlogonBrowserDriver","features":[450]},{"name":"NELOG_NetlogonChangeLogCorrupt","features":[450]},{"name":"NELOG_NetlogonDcOldSiteCovered","features":[450]},{"name":"NELOG_NetlogonDcSiteCovered","features":[450]},{"name":"NELOG_NetlogonDcSiteNotCovered","features":[450]},{"name":"NELOG_NetlogonDcSiteNotCoveredAuto","features":[450]},{"name":"NELOG_NetlogonDnsDeregAborted","features":[450]},{"name":"NELOG_NetlogonDnsHostNameLowerCasingFailed","features":[450]},{"name":"NELOG_NetlogonDownLevelLogoffFailed","features":[450]},{"name":"NELOG_NetlogonDownLevelLogonFailed","features":[450]},{"name":"NELOG_NetlogonDuplicateMachineAccounts","features":[450]},{"name":"NELOG_NetlogonDynamicDnsDeregisterFailure","features":[450]},{"name":"NELOG_NetlogonDynamicDnsFailure","features":[450]},{"name":"NELOG_NetlogonDynamicDnsRegisterFailure","features":[450]},{"name":"NELOG_NetlogonDynamicDnsServerFailure","features":[450]},{"name":"NELOG_NetlogonFailedAccountDelta","features":[450]},{"name":"NELOG_NetlogonFailedDnsHostNameUpdate","features":[450]},{"name":"NELOG_NetlogonFailedDomainDelta","features":[450]},{"name":"NELOG_NetlogonFailedFileCreate","features":[450]},{"name":"NELOG_NetlogonFailedGlobalGroupDelta","features":[450]},{"name":"NELOG_NetlogonFailedLocalGroupDelta","features":[450]},{"name":"NELOG_NetlogonFailedPolicyDelta","features":[450]},{"name":"NELOG_NetlogonFailedPrimary","features":[450]},{"name":"NELOG_NetlogonFailedSecretDelta","features":[450]},{"name":"NELOG_NetlogonFailedSpnUpdate","features":[450]},{"name":"NELOG_NetlogonFailedToAddAuthzRpcInterface","features":[450]},{"name":"NELOG_NetlogonFailedToAddRpcInterface","features":[450]},{"name":"NELOG_NetlogonFailedToCreateShare","features":[450]},{"name":"NELOG_NetlogonFailedToReadMailslot","features":[450]},{"name":"NELOG_NetlogonFailedToRegisterSC","features":[450]},{"name":"NELOG_NetlogonFailedToUpdateTrustList","features":[450]},{"name":"NELOG_NetlogonFailedTrustedDomainDelta","features":[450]},{"name":"NELOG_NetlogonFailedUserDelta","features":[450]},{"name":"NELOG_NetlogonFullSyncCallFailed","features":[450]},{"name":"NELOG_NetlogonFullSyncCallSuccess","features":[450]},{"name":"NELOG_NetlogonFullSyncFailed","features":[450]},{"name":"NELOG_NetlogonFullSyncSuccess","features":[450]},{"name":"NELOG_NetlogonGcOldSiteCovered","features":[450]},{"name":"NELOG_NetlogonGcSiteCovered","features":[450]},{"name":"NELOG_NetlogonGcSiteNotCovered","features":[450]},{"name":"NELOG_NetlogonGcSiteNotCoveredAuto","features":[450]},{"name":"NELOG_NetlogonGetSubnetToSite","features":[450]},{"name":"NELOG_NetlogonInvalidDwordParameterValue","features":[450]},{"name":"NELOG_NetlogonInvalidGenericParameterValue","features":[450]},{"name":"NELOG_NetlogonLanmanBdcsNotAllowed","features":[450]},{"name":"NELOG_NetlogonMachinePasswdSetSucceeded","features":[450]},{"name":"NELOG_NetlogonMsaPasswdSetSucceeded","features":[450]},{"name":"NELOG_NetlogonNTLogoffFailed","features":[450]},{"name":"NELOG_NetlogonNTLogonFailed","features":[450]},{"name":"NELOG_NetlogonNdncOldSiteCovered","features":[450]},{"name":"NELOG_NetlogonNdncSiteCovered","features":[450]},{"name":"NELOG_NetlogonNdncSiteNotCovered","features":[450]},{"name":"NELOG_NetlogonNdncSiteNotCoveredAuto","features":[450]},{"name":"NELOG_NetlogonNoAddressToSiteMapping","features":[450]},{"name":"NELOG_NetlogonNoDynamicDns","features":[450]},{"name":"NELOG_NetlogonNoDynamicDnsManual","features":[450]},{"name":"NELOG_NetlogonNoSiteForClient","features":[450]},{"name":"NELOG_NetlogonNoSiteForClients","features":[450]},{"name":"NELOG_NetlogonPartialSiteMappingForClients","features":[450]},{"name":"NELOG_NetlogonPartialSyncCallFailed","features":[450]},{"name":"NELOG_NetlogonPartialSyncCallSuccess","features":[450]},{"name":"NELOG_NetlogonPartialSyncFailed","features":[450]},{"name":"NELOG_NetlogonPartialSyncSuccess","features":[450]},{"name":"NELOG_NetlogonPasswdSetFailed","features":[450]},{"name":"NELOG_NetlogonRejectedRemoteDynamicDnsDeregister","features":[450]},{"name":"NELOG_NetlogonRejectedRemoteDynamicDnsRegister","features":[450]},{"name":"NELOG_NetlogonRemoteDynamicDnsDeregisterFailure","features":[450]},{"name":"NELOG_NetlogonRemoteDynamicDnsRegisterFailure","features":[450]},{"name":"NELOG_NetlogonRemoteDynamicDnsUpdateRequestFailure","features":[450]},{"name":"NELOG_NetlogonRequireSignOrSealError","features":[450]},{"name":"NELOG_NetlogonRpcCallCancelled","features":[450]},{"name":"NELOG_NetlogonRpcPortRequestFailure","features":[450]},{"name":"NELOG_NetlogonSSIInitError","features":[450]},{"name":"NELOG_NetlogonServerAuthFailed","features":[450]},{"name":"NELOG_NetlogonServerAuthFailedNoAccount","features":[450]},{"name":"NELOG_NetlogonServerAuthNoTrustSamAccount","features":[450]},{"name":"NELOG_NetlogonSessionTypeWrong","features":[450]},{"name":"NELOG_NetlogonSpnCrackNamesFailure","features":[450]},{"name":"NELOG_NetlogonSpnMultipleSamAccountNames","features":[450]},{"name":"NELOG_NetlogonSyncError","features":[450]},{"name":"NELOG_NetlogonSystemError","features":[450]},{"name":"NELOG_NetlogonTooManyGlobalGroups","features":[450]},{"name":"NELOG_NetlogonTrackingError","features":[450]},{"name":"NELOG_NetlogonUserValidationReqInitialTimeOut","features":[450]},{"name":"NELOG_NetlogonUserValidationReqRecurringTimeOut","features":[450]},{"name":"NELOG_NetlogonUserValidationReqWaitInitialWarning","features":[450]},{"name":"NELOG_NetlogonUserValidationReqWaitRecurringWarning","features":[450]},{"name":"NELOG_NoTranportLoaded","features":[450]},{"name":"NELOG_OEM_Code","features":[450]},{"name":"NELOG_ReleaseMem_Alert","features":[450]},{"name":"NELOG_Remote_API","features":[450]},{"name":"NELOG_ReplAccessDenied","features":[450]},{"name":"NELOG_ReplBadExport","features":[450]},{"name":"NELOG_ReplBadImport","features":[450]},{"name":"NELOG_ReplBadMsg","features":[450]},{"name":"NELOG_ReplCannotMasterDir","features":[450]},{"name":"NELOG_ReplLogonFailed","features":[450]},{"name":"NELOG_ReplLostMaster","features":[450]},{"name":"NELOG_ReplMaxFiles","features":[450]},{"name":"NELOG_ReplMaxTreeDepth","features":[450]},{"name":"NELOG_ReplNetErr","features":[450]},{"name":"NELOG_ReplSignalFileErr","features":[450]},{"name":"NELOG_ReplSysErr","features":[450]},{"name":"NELOG_ReplUpdateError","features":[450]},{"name":"NELOG_ReplUserCurDir","features":[450]},{"name":"NELOG_ReplUserLoged","features":[450]},{"name":"NELOG_Resource_Shortage","features":[450]},{"name":"NELOG_RplAdapterResource","features":[450]},{"name":"NELOG_RplBackupDatabase","features":[450]},{"name":"NELOG_RplCheckConfigs","features":[450]},{"name":"NELOG_RplCheckSecurity","features":[450]},{"name":"NELOG_RplCreateProfiles","features":[450]},{"name":"NELOG_RplFileCopy","features":[450]},{"name":"NELOG_RplFileDelete","features":[450]},{"name":"NELOG_RplFilePerms","features":[450]},{"name":"NELOG_RplInitDatabase","features":[450]},{"name":"NELOG_RplInitRestoredDatabase","features":[450]},{"name":"NELOG_RplMessages","features":[450]},{"name":"NELOG_RplRegistry","features":[450]},{"name":"NELOG_RplReplaceRPLDISK","features":[450]},{"name":"NELOG_RplRestoreDatabaseFailure","features":[450]},{"name":"NELOG_RplRestoreDatabaseSuccess","features":[450]},{"name":"NELOG_RplSystem","features":[450]},{"name":"NELOG_RplUpgradeDBTo40","features":[450]},{"name":"NELOG_RplWkstaBbcFile","features":[450]},{"name":"NELOG_RplWkstaFileChecksum","features":[450]},{"name":"NELOG_RplWkstaFileLineCount","features":[450]},{"name":"NELOG_RplWkstaFileOpen","features":[450]},{"name":"NELOG_RplWkstaFileRead","features":[450]},{"name":"NELOG_RplWkstaFileSize","features":[450]},{"name":"NELOG_RplWkstaInternal","features":[450]},{"name":"NELOG_RplWkstaMemory","features":[450]},{"name":"NELOG_RplWkstaNetwork","features":[450]},{"name":"NELOG_RplWkstaTimeout","features":[450]},{"name":"NELOG_RplWkstaWrongVersion","features":[450]},{"name":"NELOG_RplXnsBoot","features":[450]},{"name":"NELOG_SMB_Illegal","features":[450]},{"name":"NELOG_Server_Lock_Failure","features":[450]},{"name":"NELOG_Service_Fail","features":[450]},{"name":"NELOG_Srv_Close_Failure","features":[450]},{"name":"NELOG_Srv_No_Mem_Grow","features":[450]},{"name":"NELOG_Srv_Thread_Failure","features":[450]},{"name":"NELOG_Srvnet_NB_Open","features":[450]},{"name":"NELOG_Srvnet_Not_Started","features":[450]},{"name":"NELOG_System_Error","features":[450]},{"name":"NELOG_System_Semaphore","features":[450]},{"name":"NELOG_UPS_CannotOpenDriver","features":[450]},{"name":"NELOG_UPS_CmdFileConfig","features":[450]},{"name":"NELOG_UPS_CmdFileError","features":[450]},{"name":"NELOG_UPS_CmdFileExec","features":[450]},{"name":"NELOG_UPS_PowerBack","features":[450]},{"name":"NELOG_UPS_PowerOut","features":[450]},{"name":"NELOG_UPS_Shutdown","features":[450]},{"name":"NELOG_Unable_To_Lock_Segment","features":[450]},{"name":"NELOG_Unable_To_Unlock_Segment","features":[450]},{"name":"NELOG_Uninstall_Service","features":[450]},{"name":"NELOG_VIO_POPUP_ERR","features":[450]},{"name":"NELOG_Wksta_Bad_Mailslot_SMB","features":[450]},{"name":"NELOG_Wksta_BiosThreadFailure","features":[450]},{"name":"NELOG_Wksta_Compname","features":[450]},{"name":"NELOG_Wksta_HostTab_Full","features":[450]},{"name":"NELOG_Wksta_Infoseg","features":[450]},{"name":"NELOG_Wksta_IniSeg","features":[450]},{"name":"NELOG_Wksta_SSIRelogon","features":[450]},{"name":"NELOG_Wksta_UASInit","features":[450]},{"name":"NELOG_Wrong_DLL_Version","features":[450]},{"name":"NERR_ACFFileIOFail","features":[450]},{"name":"NERR_ACFNoParent","features":[450]},{"name":"NERR_ACFNoRoom","features":[450]},{"name":"NERR_ACFNotFound","features":[450]},{"name":"NERR_ACFNotLoaded","features":[450]},{"name":"NERR_ACFTooManyLists","features":[450]},{"name":"NERR_AccountExpired","features":[450]},{"name":"NERR_AccountLockedOut","features":[450]},{"name":"NERR_AccountReuseBlockedByPolicy","features":[450]},{"name":"NERR_AccountUndefined","features":[450]},{"name":"NERR_AcctLimitExceeded","features":[450]},{"name":"NERR_ActiveConns","features":[450]},{"name":"NERR_AddForwarded","features":[450]},{"name":"NERR_AlertExists","features":[450]},{"name":"NERR_AlreadyCloudDomainJoined","features":[450]},{"name":"NERR_AlreadyExists","features":[450]},{"name":"NERR_AlreadyForwarded","features":[450]},{"name":"NERR_AlreadyLoggedOn","features":[450]},{"name":"NERR_BASE","features":[450]},{"name":"NERR_BadAsgType","features":[450]},{"name":"NERR_BadComponent","features":[450]},{"name":"NERR_BadControlRecv","features":[450]},{"name":"NERR_BadDest","features":[450]},{"name":"NERR_BadDev","features":[450]},{"name":"NERR_BadDevString","features":[450]},{"name":"NERR_BadDomainJoinInfo","features":[450]},{"name":"NERR_BadDosFunction","features":[450]},{"name":"NERR_BadDosRetCode","features":[450]},{"name":"NERR_BadEventName","features":[450]},{"name":"NERR_BadFileCheckSum","features":[450]},{"name":"NERR_BadOfflineJoinInfo","features":[450]},{"name":"NERR_BadPassword","features":[450]},{"name":"NERR_BadPasswordCore","features":[450]},{"name":"NERR_BadQueueDevString","features":[450]},{"name":"NERR_BadQueuePriority","features":[450]},{"name":"NERR_BadReceive","features":[450]},{"name":"NERR_BadRecipient","features":[450]},{"name":"NERR_BadServiceName","features":[450]},{"name":"NERR_BadServiceProgName","features":[450]},{"name":"NERR_BadSource","features":[450]},{"name":"NERR_BadTransactConfig","features":[450]},{"name":"NERR_BadUasConfig","features":[450]},{"name":"NERR_BadUsername","features":[450]},{"name":"NERR_BrowserConfiguredToNotRun","features":[450]},{"name":"NERR_BrowserNotStarted","features":[450]},{"name":"NERR_BrowserTableIncomplete","features":[450]},{"name":"NERR_BufTooSmall","features":[450]},{"name":"NERR_CallingRplSrvr","features":[450]},{"name":"NERR_CanNotGrowSegment","features":[450]},{"name":"NERR_CanNotGrowUASFile","features":[450]},{"name":"NERR_CannotUnjoinAadDomain","features":[450]},{"name":"NERR_CannotUpdateAadHostName","features":[450]},{"name":"NERR_CantConnectRplSrvr","features":[450]},{"name":"NERR_CantCreateJoinInfo","features":[450]},{"name":"NERR_CantLoadOfflineHive","features":[450]},{"name":"NERR_CantOpenImageFile","features":[450]},{"name":"NERR_CantType","features":[450]},{"name":"NERR_CantVerifyHostname","features":[450]},{"name":"NERR_CfgCompNotFound","features":[450]},{"name":"NERR_CfgParamNotFound","features":[450]},{"name":"NERR_ClientNameNotFound","features":[450]},{"name":"NERR_CommDevInUse","features":[450]},{"name":"NERR_ComputerAccountNotFound","features":[450]},{"name":"NERR_ConnectionInsecure","features":[450]},{"name":"NERR_DCNotFound","features":[450]},{"name":"NERR_DS8DCNotFound","features":[450]},{"name":"NERR_DS8DCRequired","features":[450]},{"name":"NERR_DS9DCNotFound","features":[450]},{"name":"NERR_DataTypeInvalid","features":[450]},{"name":"NERR_DatabaseUpToDate","features":[450]},{"name":"NERR_DefaultJoinRequired","features":[450]},{"name":"NERR_DelComputerName","features":[450]},{"name":"NERR_DeleteLater","features":[450]},{"name":"NERR_DestExists","features":[450]},{"name":"NERR_DestIdle","features":[450]},{"name":"NERR_DestInvalidOp","features":[450]},{"name":"NERR_DestInvalidState","features":[450]},{"name":"NERR_DestNoRoom","features":[450]},{"name":"NERR_DestNotFound","features":[450]},{"name":"NERR_DevInUse","features":[450]},{"name":"NERR_DevInvalidOpCode","features":[450]},{"name":"NERR_DevNotFound","features":[450]},{"name":"NERR_DevNotOpen","features":[450]},{"name":"NERR_DevNotRedirected","features":[450]},{"name":"NERR_DeviceIsShared","features":[450]},{"name":"NERR_DeviceNotShared","features":[450]},{"name":"NERR_DeviceShareConflict","features":[450]},{"name":"NERR_DfsAlreadyShared","features":[450]},{"name":"NERR_DfsBadRenamePath","features":[450]},{"name":"NERR_DfsCantCreateJunctionPoint","features":[450]},{"name":"NERR_DfsCantRemoveDfsRoot","features":[450]},{"name":"NERR_DfsCantRemoveLastServerShare","features":[450]},{"name":"NERR_DfsChildOrParentInDfs","features":[450]},{"name":"NERR_DfsCyclicalName","features":[450]},{"name":"NERR_DfsDataIsIdentical","features":[450]},{"name":"NERR_DfsDuplicateService","features":[450]},{"name":"NERR_DfsInconsistent","features":[450]},{"name":"NERR_DfsInternalCorruption","features":[450]},{"name":"NERR_DfsInternalError","features":[450]},{"name":"NERR_DfsLeafVolume","features":[450]},{"name":"NERR_DfsNoSuchServer","features":[450]},{"name":"NERR_DfsNoSuchShare","features":[450]},{"name":"NERR_DfsNoSuchVolume","features":[450]},{"name":"NERR_DfsNotALeafVolume","features":[450]},{"name":"NERR_DfsNotSupportedInServerDfs","features":[450]},{"name":"NERR_DfsServerNotDfsAware","features":[450]},{"name":"NERR_DfsServerUpgraded","features":[450]},{"name":"NERR_DfsVolumeAlreadyExists","features":[450]},{"name":"NERR_DfsVolumeDataCorrupt","features":[450]},{"name":"NERR_DfsVolumeHasMultipleServers","features":[450]},{"name":"NERR_DfsVolumeIsInterDfs","features":[450]},{"name":"NERR_DfsVolumeIsOffline","features":[450]},{"name":"NERR_DifferentServers","features":[450]},{"name":"NERR_DriverNotFound","features":[450]},{"name":"NERR_DupNameReboot","features":[450]},{"name":"NERR_DuplicateHostName","features":[450]},{"name":"NERR_DuplicateName","features":[450]},{"name":"NERR_DuplicateShare","features":[450]},{"name":"NERR_ErrCommRunSrv","features":[450]},{"name":"NERR_ErrorExecingGhost","features":[450]},{"name":"NERR_ExecFailure","features":[450]},{"name":"NERR_FileIdNotFound","features":[450]},{"name":"NERR_GroupExists","features":[450]},{"name":"NERR_GroupNotFound","features":[450]},{"name":"NERR_GrpMsgProcessor","features":[450]},{"name":"NERR_HostNameTooLong","features":[450]},{"name":"NERR_ImageParamErr","features":[450]},{"name":"NERR_InUseBySpooler","features":[450]},{"name":"NERR_IncompleteDel","features":[450]},{"name":"NERR_InternalError","features":[450]},{"name":"NERR_InvalidAPI","features":[450]},{"name":"NERR_InvalidComputer","features":[450]},{"name":"NERR_InvalidDatabase","features":[450]},{"name":"NERR_InvalidDevice","features":[450]},{"name":"NERR_InvalidLana","features":[450]},{"name":"NERR_InvalidLogSeek","features":[450]},{"name":"NERR_InvalidLogonHours","features":[450]},{"name":"NERR_InvalidMachineNameForJoin","features":[450]},{"name":"NERR_InvalidMaxUsers","features":[450]},{"name":"NERR_InvalidUASOp","features":[450]},{"name":"NERR_InvalidWorkgroupName","features":[450]},{"name":"NERR_InvalidWorkstation","features":[450]},{"name":"NERR_IsDfsShare","features":[450]},{"name":"NERR_ItemNotFound","features":[450]},{"name":"NERR_JobInvalidState","features":[450]},{"name":"NERR_JobNoRoom","features":[450]},{"name":"NERR_JobNotFound","features":[450]},{"name":"NERR_JoinPerformedMustRestart","features":[450]},{"name":"NERR_LDAPCapableDCRequired","features":[450]},{"name":"NERR_LanmanIniError","features":[450]},{"name":"NERR_LastAdmin","features":[450]},{"name":"NERR_LineTooLong","features":[450]},{"name":"NERR_LocalDrive","features":[450]},{"name":"NERR_LocalForward","features":[450]},{"name":"NERR_LogFileChanged","features":[450]},{"name":"NERR_LogFileCorrupt","features":[450]},{"name":"NERR_LogOverflow","features":[450]},{"name":"NERR_LogonDomainExists","features":[450]},{"name":"NERR_LogonNoUserPath","features":[450]},{"name":"NERR_LogonScriptError","features":[450]},{"name":"NERR_LogonServerConflict","features":[450]},{"name":"NERR_LogonServerNotFound","features":[450]},{"name":"NERR_LogonTrackingError","features":[450]},{"name":"NERR_LogonsPaused","features":[450]},{"name":"NERR_MaxLenExceeded","features":[450]},{"name":"NERR_MsgAlreadyStarted","features":[450]},{"name":"NERR_MsgInitFailed","features":[450]},{"name":"NERR_MsgNotStarted","features":[450]},{"name":"NERR_MultipleNets","features":[450]},{"name":"NERR_NameInUse","features":[450]},{"name":"NERR_NameNotForwarded","features":[450]},{"name":"NERR_NameNotFound","features":[450]},{"name":"NERR_NameUsesIncompatibleCodePage","features":[450]},{"name":"NERR_NetNameNotFound","features":[450]},{"name":"NERR_NetNotStarted","features":[450]},{"name":"NERR_NetlogonNotStarted","features":[450]},{"name":"NERR_NetworkError","features":[450]},{"name":"NERR_NoAlternateServers","features":[450]},{"name":"NERR_NoCommDevs","features":[450]},{"name":"NERR_NoComputerName","features":[450]},{"name":"NERR_NoForwardName","features":[450]},{"name":"NERR_NoJoinPending","features":[450]},{"name":"NERR_NoNetworkResource","features":[450]},{"name":"NERR_NoOfflineJoinInfo","features":[450]},{"name":"NERR_NoRoom","features":[450]},{"name":"NERR_NoRplBootSystem","features":[450]},{"name":"NERR_NoSuchAlert","features":[450]},{"name":"NERR_NoSuchConnection","features":[450]},{"name":"NERR_NoSuchServer","features":[450]},{"name":"NERR_NoSuchSession","features":[450]},{"name":"NERR_NonDosFloppyUsed","features":[450]},{"name":"NERR_NonValidatedLogon","features":[450]},{"name":"NERR_NotInCache","features":[450]},{"name":"NERR_NotInDispatchTbl","features":[450]},{"name":"NERR_NotLocalDomain","features":[450]},{"name":"NERR_NotLocalName","features":[450]},{"name":"NERR_NotLoggedOn","features":[450]},{"name":"NERR_NotPrimary","features":[450]},{"name":"NERR_OpenFiles","features":[450]},{"name":"NERR_PasswordCantChange","features":[450]},{"name":"NERR_PasswordExpired","features":[450]},{"name":"NERR_PasswordFilterError","features":[450]},{"name":"NERR_PasswordHistConflict","features":[450]},{"name":"NERR_PasswordMismatch","features":[450]},{"name":"NERR_PasswordMustChange","features":[450]},{"name":"NERR_PasswordNotComplexEnough","features":[450]},{"name":"NERR_PasswordTooLong","features":[450]},{"name":"NERR_PasswordTooRecent","features":[450]},{"name":"NERR_PasswordTooShort","features":[450]},{"name":"NERR_PausedRemote","features":[450]},{"name":"NERR_PersonalSku","features":[450]},{"name":"NERR_PlainTextSecretsRequired","features":[450]},{"name":"NERR_ProcNoRespond","features":[450]},{"name":"NERR_ProcNotFound","features":[450]},{"name":"NERR_ProfileCleanup","features":[450]},{"name":"NERR_ProfileFileTooBig","features":[450]},{"name":"NERR_ProfileLoadErr","features":[450]},{"name":"NERR_ProfileOffset","features":[450]},{"name":"NERR_ProfileSaveErr","features":[450]},{"name":"NERR_ProfileUnknownCmd","features":[450]},{"name":"NERR_ProgNeedsExtraMem","features":[450]},{"name":"NERR_ProvisioningBlobUnsupported","features":[450]},{"name":"NERR_QExists","features":[450]},{"name":"NERR_QInvalidState","features":[450]},{"name":"NERR_QNoRoom","features":[450]},{"name":"NERR_QNotFound","features":[450]},{"name":"NERR_QueueNotFound","features":[450]},{"name":"NERR_RPL_CONNECTED","features":[450]},{"name":"NERR_RedirectedPath","features":[450]},{"name":"NERR_RemoteBootFailed","features":[450]},{"name":"NERR_RemoteErr","features":[450]},{"name":"NERR_RemoteFull","features":[450]},{"name":"NERR_RemoteOnly","features":[450]},{"name":"NERR_ResourceExists","features":[450]},{"name":"NERR_ResourceNotFound","features":[450]},{"name":"NERR_RplAdapterInfoCorrupted","features":[450]},{"name":"NERR_RplAdapterNameUnavailable","features":[450]},{"name":"NERR_RplAdapterNotFound","features":[450]},{"name":"NERR_RplBackupDatabase","features":[450]},{"name":"NERR_RplBadDatabase","features":[450]},{"name":"NERR_RplBadRegistry","features":[450]},{"name":"NERR_RplBootInUse","features":[450]},{"name":"NERR_RplBootInfoCorrupted","features":[450]},{"name":"NERR_RplBootNameUnavailable","features":[450]},{"name":"NERR_RplBootNotFound","features":[450]},{"name":"NERR_RplBootRestart","features":[450]},{"name":"NERR_RplBootServiceTerm","features":[450]},{"name":"NERR_RplBootStartFailed","features":[450]},{"name":"NERR_RplCannotEnum","features":[450]},{"name":"NERR_RplConfigInfoCorrupted","features":[450]},{"name":"NERR_RplConfigNameUnavailable","features":[450]},{"name":"NERR_RplConfigNotEmpty","features":[450]},{"name":"NERR_RplConfigNotFound","features":[450]},{"name":"NERR_RplIncompatibleProfile","features":[450]},{"name":"NERR_RplInternal","features":[450]},{"name":"NERR_RplLoadrDiskErr","features":[450]},{"name":"NERR_RplLoadrNetBiosErr","features":[450]},{"name":"NERR_RplNeedsRPLUSERAcct","features":[450]},{"name":"NERR_RplNoAdaptersStarted","features":[450]},{"name":"NERR_RplNotRplServer","features":[450]},{"name":"NERR_RplProfileInfoCorrupted","features":[450]},{"name":"NERR_RplProfileNameUnavailable","features":[450]},{"name":"NERR_RplProfileNotEmpty","features":[450]},{"name":"NERR_RplProfileNotFound","features":[450]},{"name":"NERR_RplRplfilesShare","features":[450]},{"name":"NERR_RplSrvrCallFailed","features":[450]},{"name":"NERR_RplVendorInfoCorrupted","features":[450]},{"name":"NERR_RplVendorNameUnavailable","features":[450]},{"name":"NERR_RplVendorNotFound","features":[450]},{"name":"NERR_RplWkstaInfoCorrupted","features":[450]},{"name":"NERR_RplWkstaNameUnavailable","features":[450]},{"name":"NERR_RplWkstaNeedsUserAcct","features":[450]},{"name":"NERR_RplWkstaNotFound","features":[450]},{"name":"NERR_RunSrvPaused","features":[450]},{"name":"NERR_SameAsComputerName","features":[450]},{"name":"NERR_ServerNotStarted","features":[450]},{"name":"NERR_ServiceCtlBusy","features":[450]},{"name":"NERR_ServiceCtlNotValid","features":[450]},{"name":"NERR_ServiceCtlTimeout","features":[450]},{"name":"NERR_ServiceEntryLocked","features":[450]},{"name":"NERR_ServiceInstalled","features":[450]},{"name":"NERR_ServiceKillProc","features":[450]},{"name":"NERR_ServiceNotCtrl","features":[450]},{"name":"NERR_ServiceNotInstalled","features":[450]},{"name":"NERR_ServiceNotStarting","features":[450]},{"name":"NERR_ServiceTableFull","features":[450]},{"name":"NERR_ServiceTableLocked","features":[450]},{"name":"NERR_SetupAlreadyJoined","features":[450]},{"name":"NERR_SetupCheckDNSConfig","features":[450]},{"name":"NERR_SetupDomainController","features":[450]},{"name":"NERR_SetupNotJoined","features":[450]},{"name":"NERR_ShareMem","features":[450]},{"name":"NERR_ShareNotFound","features":[450]},{"name":"NERR_SourceIsDir","features":[450]},{"name":"NERR_SpeGroupOp","features":[450]},{"name":"NERR_SpoolNoMemory","features":[450]},{"name":"NERR_SpoolerNotLoaded","features":[450]},{"name":"NERR_StandaloneLogon","features":[450]},{"name":"NERR_StartingRplBoot","features":[450]},{"name":"NERR_Success","features":[450]},{"name":"NERR_SyncRequired","features":[450]},{"name":"NERR_TargetVersionUnsupported","features":[450]},{"name":"NERR_TimeDiffAtDC","features":[450]},{"name":"NERR_TmpFile","features":[450]},{"name":"NERR_TooManyAlerts","features":[450]},{"name":"NERR_TooManyConnections","features":[450]},{"name":"NERR_TooManyEntries","features":[450]},{"name":"NERR_TooManyFiles","features":[450]},{"name":"NERR_TooManyHostNames","features":[450]},{"name":"NERR_TooManyImageParams","features":[450]},{"name":"NERR_TooManyItems","features":[450]},{"name":"NERR_TooManyNames","features":[450]},{"name":"NERR_TooManyServers","features":[450]},{"name":"NERR_TooManySessions","features":[450]},{"name":"NERR_TooMuchData","features":[450]},{"name":"NERR_TruncatedBroadcast","features":[450]},{"name":"NERR_TryDownLevel","features":[450]},{"name":"NERR_UPSDriverNotStarted","features":[450]},{"name":"NERR_UPSInvalidCommPort","features":[450]},{"name":"NERR_UPSInvalidConfig","features":[450]},{"name":"NERR_UPSShutdownFailed","features":[450]},{"name":"NERR_UPSSignalAsserted","features":[450]},{"name":"NERR_UnableToAddName_F","features":[450]},{"name":"NERR_UnableToAddName_W","features":[450]},{"name":"NERR_UnableToDelName_F","features":[450]},{"name":"NERR_UnableToDelName_W","features":[450]},{"name":"NERR_UnknownDevDir","features":[450]},{"name":"NERR_UnknownServer","features":[450]},{"name":"NERR_UseNotFound","features":[450]},{"name":"NERR_UserExists","features":[450]},{"name":"NERR_UserInGroup","features":[450]},{"name":"NERR_UserLogon","features":[450]},{"name":"NERR_UserNotFound","features":[450]},{"name":"NERR_UserNotInGroup","features":[450]},{"name":"NERR_ValuesNotSet","features":[450]},{"name":"NERR_WkstaInconsistentState","features":[450]},{"name":"NERR_WkstaNotStarted","features":[450]},{"name":"NERR_WriteFault","features":[450]},{"name":"NETBIOS_NAME_LEN","features":[450]},{"name":"NETCFG_CLIENT_CID_MS_MSClient","features":[450]},{"name":"NETCFG_E_ACTIVE_RAS_CONNECTIONS","features":[450]},{"name":"NETCFG_E_ADAPTER_NOT_FOUND","features":[450]},{"name":"NETCFG_E_ALREADY_INITIALIZED","features":[450]},{"name":"NETCFG_E_COMPONENT_REMOVED_PENDING_REBOOT","features":[450]},{"name":"NETCFG_E_DUPLICATE_INSTANCEID","features":[450]},{"name":"NETCFG_E_IN_USE","features":[450]},{"name":"NETCFG_E_MAX_FILTER_LIMIT","features":[450]},{"name":"NETCFG_E_NEED_REBOOT","features":[450]},{"name":"NETCFG_E_NOT_INITIALIZED","features":[450]},{"name":"NETCFG_E_NO_WRITE_LOCK","features":[450]},{"name":"NETCFG_E_VMSWITCH_ACTIVE_OVER_ADAPTER","features":[450]},{"name":"NETCFG_SERVICE_CID_MS_NETBIOS","features":[450]},{"name":"NETCFG_SERVICE_CID_MS_PSCHED","features":[450]},{"name":"NETCFG_SERVICE_CID_MS_SERVER","features":[450]},{"name":"NETCFG_SERVICE_CID_MS_WLBS","features":[450]},{"name":"NETCFG_S_CAUSED_SETUP_CHANGE","features":[450]},{"name":"NETCFG_S_COMMIT_NOW","features":[450]},{"name":"NETCFG_S_DISABLE_QUERY","features":[450]},{"name":"NETCFG_S_REBOOT","features":[450]},{"name":"NETCFG_S_STILL_REFERENCED","features":[450]},{"name":"NETCFG_TRANS_CID_MS_APPLETALK","features":[450]},{"name":"NETCFG_TRANS_CID_MS_NETBEUI","features":[450]},{"name":"NETCFG_TRANS_CID_MS_NETMON","features":[450]},{"name":"NETCFG_TRANS_CID_MS_NWIPX","features":[450]},{"name":"NETCFG_TRANS_CID_MS_NWSPX","features":[450]},{"name":"NETCFG_TRANS_CID_MS_TCPIP","features":[450]},{"name":"NETLOGON_CONTROL_BACKUP_CHANGE_LOG","features":[450]},{"name":"NETLOGON_CONTROL_BREAKPOINT","features":[450]},{"name":"NETLOGON_CONTROL_CHANGE_PASSWORD","features":[450]},{"name":"NETLOGON_CONTROL_FIND_USER","features":[450]},{"name":"NETLOGON_CONTROL_FORCE_DNS_REG","features":[450]},{"name":"NETLOGON_CONTROL_PDC_REPLICATE","features":[450]},{"name":"NETLOGON_CONTROL_QUERY","features":[450]},{"name":"NETLOGON_CONTROL_QUERY_DNS_REG","features":[450]},{"name":"NETLOGON_CONTROL_QUERY_ENC_TYPES","features":[450]},{"name":"NETLOGON_CONTROL_REDISCOVER","features":[450]},{"name":"NETLOGON_CONTROL_REPLICATE","features":[450]},{"name":"NETLOGON_CONTROL_SET_DBFLAG","features":[450]},{"name":"NETLOGON_CONTROL_SYNCHRONIZE","features":[450]},{"name":"NETLOGON_CONTROL_TC_QUERY","features":[450]},{"name":"NETLOGON_CONTROL_TC_VERIFY","features":[450]},{"name":"NETLOGON_CONTROL_TRANSPORT_NOTIFY","features":[450]},{"name":"NETLOGON_CONTROL_TRUNCATE_LOG","features":[450]},{"name":"NETLOGON_CONTROL_UNLOAD_NETLOGON_DLL","features":[450]},{"name":"NETLOGON_DNS_UPDATE_FAILURE","features":[450]},{"name":"NETLOGON_FULL_SYNC_REPLICATION","features":[450]},{"name":"NETLOGON_HAS_IP","features":[450]},{"name":"NETLOGON_HAS_TIMESERV","features":[450]},{"name":"NETLOGON_INFO_1","features":[450]},{"name":"NETLOGON_INFO_2","features":[450]},{"name":"NETLOGON_INFO_3","features":[450]},{"name":"NETLOGON_INFO_4","features":[450]},{"name":"NETLOGON_REDO_NEEDED","features":[450]},{"name":"NETLOGON_REPLICATION_IN_PROGRESS","features":[450]},{"name":"NETLOGON_REPLICATION_NEEDED","features":[450]},{"name":"NETLOGON_VERIFY_STATUS_RETURNED","features":[450]},{"name":"NETLOG_NetlogonNonWindowsSupportsSecureRpc","features":[450]},{"name":"NETLOG_NetlogonRc4Allowed","features":[450]},{"name":"NETLOG_NetlogonRc4Denied","features":[450]},{"name":"NETLOG_NetlogonRpcBacklogLimitFailure","features":[450]},{"name":"NETLOG_NetlogonRpcBacklogLimitSet","features":[450]},{"name":"NETLOG_NetlogonRpcSigningClient","features":[450]},{"name":"NETLOG_NetlogonRpcSigningTrust","features":[450]},{"name":"NETLOG_NetlogonUnsecureRpcClient","features":[450]},{"name":"NETLOG_NetlogonUnsecureRpcMachineAllowedBySsdl","features":[450]},{"name":"NETLOG_NetlogonUnsecureRpcTrust","features":[450]},{"name":"NETLOG_NetlogonUnsecureRpcTrustAllowedBySsdl","features":[450]},{"name":"NETLOG_NetlogonUnsecuredRpcMachineTemporarilyAllowed","features":[450]},{"name":"NETLOG_PassThruFilterError_Request_AdminOverride","features":[450]},{"name":"NETLOG_PassThruFilterError_Request_Blocked","features":[450]},{"name":"NETLOG_PassThruFilterError_Summary_AdminOverride","features":[450]},{"name":"NETLOG_PassThruFilterError_Summary_Blocked","features":[450]},{"name":"NETMAN_VARTYPE_HARDWARE_ADDRESS","features":[450]},{"name":"NETMAN_VARTYPE_STRING","features":[450]},{"name":"NETMAN_VARTYPE_ULONG","features":[450]},{"name":"NETSETUP_ACCT_CREATE","features":[450]},{"name":"NETSETUP_ACCT_DELETE","features":[450]},{"name":"NETSETUP_ALT_SAMACCOUNTNAME","features":[450]},{"name":"NETSETUP_AMBIGUOUS_DC","features":[450]},{"name":"NETSETUP_DEFER_SPN_SET","features":[450]},{"name":"NETSETUP_DNS_NAME_CHANGES_ONLY","features":[450]},{"name":"NETSETUP_DOMAIN_JOIN_IF_JOINED","features":[450]},{"name":"NETSETUP_DONT_CONTROL_SERVICES","features":[450]},{"name":"NETSETUP_FORCE_SPN_SET","features":[450]},{"name":"NETSETUP_IGNORE_UNSUPPORTED_FLAGS","features":[450]},{"name":"NETSETUP_INSTALL_INVOCATION","features":[450]},{"name":"NETSETUP_JOIN_DC_ACCOUNT","features":[450]},{"name":"NETSETUP_JOIN_DOMAIN","features":[450]},{"name":"NETSETUP_JOIN_READONLY","features":[450]},{"name":"NETSETUP_JOIN_STATUS","features":[450]},{"name":"NETSETUP_JOIN_UNSECURE","features":[450]},{"name":"NETSETUP_JOIN_WITH_NEW_NAME","features":[450]},{"name":"NETSETUP_MACHINE_PWD_PASSED","features":[450]},{"name":"NETSETUP_NAME_TYPE","features":[450]},{"name":"NETSETUP_NO_ACCT_REUSE","features":[450]},{"name":"NETSETUP_NO_NETLOGON_CACHE","features":[450]},{"name":"NETSETUP_PROVISION","features":[450]},{"name":"NETSETUP_PROVISIONING_PARAMS","features":[450]},{"name":"NETSETUP_PROVISIONING_PARAMS_CURRENT_VERSION","features":[450]},{"name":"NETSETUP_PROVISIONING_PARAMS_WIN8_VERSION","features":[450]},{"name":"NETSETUP_PROVISION_CHECK_PWD_ONLY","features":[450]},{"name":"NETSETUP_PROVISION_DOWNLEVEL_PRIV_SUPPORT","features":[450]},{"name":"NETSETUP_PROVISION_ONLINE_CALLER","features":[450]},{"name":"NETSETUP_PROVISION_PERSISTENTSITE","features":[450]},{"name":"NETSETUP_PROVISION_REUSE_ACCOUNT","features":[450]},{"name":"NETSETUP_PROVISION_ROOT_CA_CERTS","features":[450]},{"name":"NETSETUP_PROVISION_SKIP_ACCOUNT_SEARCH","features":[450]},{"name":"NETSETUP_PROVISION_USE_DEFAULT_PASSWORD","features":[450]},{"name":"NETSETUP_SET_MACHINE_NAME","features":[450]},{"name":"NETSETUP_WIN9X_UPGRADE","features":[450]},{"name":"NETWORK_INSTALL_TIME","features":[450]},{"name":"NETWORK_NAME","features":[450]},{"name":"NETWORK_UPGRADE_TYPE","features":[450]},{"name":"NET_COMPUTER_NAME_TYPE","features":[450]},{"name":"NET_DFS_ENUM","features":[450]},{"name":"NET_DFS_ENUMEX","features":[450]},{"name":"NET_DISPLAY_GROUP","features":[450]},{"name":"NET_DISPLAY_MACHINE","features":[450]},{"name":"NET_DISPLAY_USER","features":[450]},{"name":"NET_IGNORE_UNSUPPORTED_FLAGS","features":[450]},{"name":"NET_JOIN_DOMAIN_JOIN_OPTIONS","features":[450]},{"name":"NET_REMOTE_COMPUTER_SUPPORTS_OPTIONS","features":[450]},{"name":"NET_REQUEST_PROVISION_OPTIONS","features":[450]},{"name":"NET_SERVER_TYPE","features":[450]},{"name":"NET_USER_ENUM_FILTER_FLAGS","features":[450]},{"name":"NET_VALIDATE_AUTHENTICATION_INPUT_ARG","features":[307,450]},{"name":"NET_VALIDATE_BAD_PASSWORD_COUNT","features":[450]},{"name":"NET_VALIDATE_BAD_PASSWORD_TIME","features":[450]},{"name":"NET_VALIDATE_LOCKOUT_TIME","features":[450]},{"name":"NET_VALIDATE_OUTPUT_ARG","features":[307,450]},{"name":"NET_VALIDATE_PASSWORD_CHANGE_INPUT_ARG","features":[307,450]},{"name":"NET_VALIDATE_PASSWORD_HASH","features":[450]},{"name":"NET_VALIDATE_PASSWORD_HISTORY","features":[450]},{"name":"NET_VALIDATE_PASSWORD_HISTORY_LENGTH","features":[450]},{"name":"NET_VALIDATE_PASSWORD_LAST_SET","features":[450]},{"name":"NET_VALIDATE_PASSWORD_RESET_INPUT_ARG","features":[307,450]},{"name":"NET_VALIDATE_PASSWORD_TYPE","features":[450]},{"name":"NET_VALIDATE_PERSISTED_FIELDS","features":[307,450]},{"name":"NON_VALIDATED_LOGON","features":[450]},{"name":"NOT_A_DFS_PATH","features":[450]},{"name":"NO_PERMISSION_REQUIRED","features":[450]},{"name":"NSF_COMPONENT_UPDATE","features":[450]},{"name":"NSF_POSTSYSINSTALL","features":[450]},{"name":"NSF_PRIMARYINSTALL","features":[450]},{"name":"NSF_WIN16_UPGRADE","features":[450]},{"name":"NSF_WIN95_UPGRADE","features":[450]},{"name":"NSF_WINNT_SBS_UPGRADE","features":[450]},{"name":"NSF_WINNT_SVR_UPGRADE","features":[450]},{"name":"NSF_WINNT_WKS_UPGRADE","features":[450]},{"name":"NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN","features":[450]},{"name":"NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET","features":[450]},{"name":"NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN","features":[450]},{"name":"NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET","features":[450]},{"name":"NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN","features":[450]},{"name":"NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET","features":[450]},{"name":"NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN","features":[450]},{"name":"NTFRSPRF_OPEN_RPC_CALL_ERROR_SET","features":[450]},{"name":"NTFRSPRF_REGISTRY_ERROR_CONN","features":[450]},{"name":"NTFRSPRF_REGISTRY_ERROR_SET","features":[450]},{"name":"NTFRSPRF_VIRTUALALLOC_ERROR_CONN","features":[450]},{"name":"NTFRSPRF_VIRTUALALLOC_ERROR_SET","features":[450]},{"name":"NULL_USERSETINFO_PASSWD","features":[450]},{"name":"NWSAP_DISPLAY_NAME","features":[450]},{"name":"NWSAP_EVENT_BADWANFILTER_VALUE","features":[450]},{"name":"NWSAP_EVENT_BIND_FAILED","features":[450]},{"name":"NWSAP_EVENT_CARDLISTEVENT_FAIL","features":[450]},{"name":"NWSAP_EVENT_CARDMALLOC_FAILED","features":[450]},{"name":"NWSAP_EVENT_CREATELPCEVENT_ERROR","features":[450]},{"name":"NWSAP_EVENT_CREATELPCPORT_ERROR","features":[450]},{"name":"NWSAP_EVENT_GETSOCKNAME_FAILED","features":[450]},{"name":"NWSAP_EVENT_HASHTABLE_MALLOC_FAILED","features":[450]},{"name":"NWSAP_EVENT_INVALID_FILTERNAME","features":[450]},{"name":"NWSAP_EVENT_KEY_NOT_FOUND","features":[450]},{"name":"NWSAP_EVENT_LPCHANDLEMEMORY_ERROR","features":[450]},{"name":"NWSAP_EVENT_LPCLISTENMEMORY_ERROR","features":[450]},{"name":"NWSAP_EVENT_NOCARDS","features":[450]},{"name":"NWSAP_EVENT_OPTBCASTINADDR_FAILED","features":[450]},{"name":"NWSAP_EVENT_OPTEXTENDEDADDR_FAILED","features":[450]},{"name":"NWSAP_EVENT_OPTMAXADAPTERNUM_ERROR","features":[450]},{"name":"NWSAP_EVENT_RECVSEM_FAIL","features":[450]},{"name":"NWSAP_EVENT_SDMDEVENT_FAIL","features":[450]},{"name":"NWSAP_EVENT_SENDEVENT_FAIL","features":[450]},{"name":"NWSAP_EVENT_SETOPTBCAST_FAILED","features":[450]},{"name":"NWSAP_EVENT_SOCKET_FAILED","features":[450]},{"name":"NWSAP_EVENT_STARTLPCWORKER_ERROR","features":[450]},{"name":"NWSAP_EVENT_STARTRECEIVE_ERROR","features":[450]},{"name":"NWSAP_EVENT_STARTWANCHECK_ERROR","features":[450]},{"name":"NWSAP_EVENT_STARTWANWORKER_ERROR","features":[450]},{"name":"NWSAP_EVENT_STARTWORKER_ERROR","features":[450]},{"name":"NWSAP_EVENT_TABLE_MALLOC_FAILED","features":[450]},{"name":"NWSAP_EVENT_THREADEVENT_FAIL","features":[450]},{"name":"NWSAP_EVENT_WANBIND_FAILED","features":[450]},{"name":"NWSAP_EVENT_WANEVENT_ERROR","features":[450]},{"name":"NWSAP_EVENT_WANHANDLEMEMORY_ERROR","features":[450]},{"name":"NWSAP_EVENT_WANSEM_FAIL","features":[450]},{"name":"NWSAP_EVENT_WANSOCKET_FAILED","features":[450]},{"name":"NWSAP_EVENT_WSASTARTUP_FAILED","features":[450]},{"name":"NetAccessAdd","features":[450]},{"name":"NetAccessDel","features":[450]},{"name":"NetAccessEnum","features":[450]},{"name":"NetAccessGetInfo","features":[450]},{"name":"NetAccessGetUserPerms","features":[450]},{"name":"NetAccessSetInfo","features":[450]},{"name":"NetAddAlternateComputerName","features":[450]},{"name":"NetAddServiceAccount","features":[307,450]},{"name":"NetAlertRaise","features":[450]},{"name":"NetAlertRaiseEx","features":[450]},{"name":"NetAllComputerNames","features":[450]},{"name":"NetAlternateComputerNames","features":[450]},{"name":"NetApiBufferAllocate","features":[450]},{"name":"NetApiBufferFree","features":[450]},{"name":"NetApiBufferReallocate","features":[450]},{"name":"NetApiBufferSize","features":[450]},{"name":"NetAuditClear","features":[450]},{"name":"NetAuditRead","features":[450]},{"name":"NetAuditWrite","features":[450]},{"name":"NetComputerNameTypeMax","features":[450]},{"name":"NetConfigGet","features":[450]},{"name":"NetConfigGetAll","features":[450]},{"name":"NetConfigSet","features":[450]},{"name":"NetCreateProvisioningPackage","features":[450]},{"name":"NetEnumerateComputerNames","features":[450]},{"name":"NetEnumerateServiceAccounts","features":[307,450]},{"name":"NetErrorLogClear","features":[450]},{"name":"NetErrorLogRead","features":[450]},{"name":"NetErrorLogWrite","features":[450]},{"name":"NetFreeAadJoinInformation","features":[307,450,393]},{"name":"NetGetAadJoinInformation","features":[307,450,393]},{"name":"NetGetAnyDCName","features":[450]},{"name":"NetGetDCName","features":[450]},{"name":"NetGetDisplayInformationIndex","features":[450]},{"name":"NetGetJoinInformation","features":[450]},{"name":"NetGetJoinableOUs","features":[450]},{"name":"NetGroupAdd","features":[450]},{"name":"NetGroupAddUser","features":[450]},{"name":"NetGroupDel","features":[450]},{"name":"NetGroupDelUser","features":[450]},{"name":"NetGroupEnum","features":[450]},{"name":"NetGroupGetInfo","features":[450]},{"name":"NetGroupGetUsers","features":[450]},{"name":"NetGroupSetInfo","features":[450]},{"name":"NetGroupSetUsers","features":[450]},{"name":"NetIsServiceAccount","features":[307,450]},{"name":"NetJoinDomain","features":[450]},{"name":"NetLocalGroupAdd","features":[450]},{"name":"NetLocalGroupAddMember","features":[450,310]},{"name":"NetLocalGroupAddMembers","features":[450]},{"name":"NetLocalGroupDel","features":[450]},{"name":"NetLocalGroupDelMember","features":[450,310]},{"name":"NetLocalGroupDelMembers","features":[450]},{"name":"NetLocalGroupEnum","features":[450]},{"name":"NetLocalGroupGetInfo","features":[450]},{"name":"NetLocalGroupGetMembers","features":[450]},{"name":"NetLocalGroupSetInfo","features":[450]},{"name":"NetLocalGroupSetMembers","features":[450]},{"name":"NetMessageBufferSend","features":[450]},{"name":"NetMessageNameAdd","features":[450]},{"name":"NetMessageNameDel","features":[450]},{"name":"NetMessageNameEnum","features":[450]},{"name":"NetMessageNameGetInfo","features":[450]},{"name":"NetPrimaryComputerName","features":[450]},{"name":"NetProvisionComputerAccount","features":[450]},{"name":"NetProvisioning","features":[450]},{"name":"NetQueryDisplayInformation","features":[450]},{"name":"NetQueryServiceAccount","features":[307,450]},{"name":"NetRemoteComputerSupports","features":[450]},{"name":"NetRemoteTOD","features":[450]},{"name":"NetRemoveAlternateComputerName","features":[450]},{"name":"NetRemoveServiceAccount","features":[307,450]},{"name":"NetRenameMachineInDomain","features":[450]},{"name":"NetReplExportDirAdd","features":[450]},{"name":"NetReplExportDirDel","features":[450]},{"name":"NetReplExportDirEnum","features":[450]},{"name":"NetReplExportDirGetInfo","features":[450]},{"name":"NetReplExportDirLock","features":[450]},{"name":"NetReplExportDirSetInfo","features":[450]},{"name":"NetReplExportDirUnlock","features":[450]},{"name":"NetReplGetInfo","features":[450]},{"name":"NetReplImportDirAdd","features":[450]},{"name":"NetReplImportDirDel","features":[450]},{"name":"NetReplImportDirEnum","features":[450]},{"name":"NetReplImportDirGetInfo","features":[450]},{"name":"NetReplImportDirLock","features":[450]},{"name":"NetReplImportDirUnlock","features":[450]},{"name":"NetReplSetInfo","features":[450]},{"name":"NetRequestOfflineDomainJoin","features":[450]},{"name":"NetRequestProvisioningPackageInstall","features":[450]},{"name":"NetScheduleJobAdd","features":[450]},{"name":"NetScheduleJobDel","features":[450]},{"name":"NetScheduleJobEnum","features":[450]},{"name":"NetScheduleJobGetInfo","features":[450]},{"name":"NetServerComputerNameAdd","features":[450]},{"name":"NetServerComputerNameDel","features":[450]},{"name":"NetServerDiskEnum","features":[450]},{"name":"NetServerEnum","features":[450]},{"name":"NetServerGetInfo","features":[450]},{"name":"NetServerSetInfo","features":[450]},{"name":"NetServerTransportAdd","features":[450]},{"name":"NetServerTransportAddEx","features":[450]},{"name":"NetServerTransportDel","features":[450]},{"name":"NetServerTransportEnum","features":[450]},{"name":"NetServiceControl","features":[450]},{"name":"NetServiceEnum","features":[450]},{"name":"NetServiceGetInfo","features":[450]},{"name":"NetServiceInstall","features":[450]},{"name":"NetSetPrimaryComputerName","features":[450]},{"name":"NetSetupDnsMachine","features":[450]},{"name":"NetSetupDomain","features":[450]},{"name":"NetSetupDomainName","features":[450]},{"name":"NetSetupMachine","features":[450]},{"name":"NetSetupNonExistentDomain","features":[450]},{"name":"NetSetupUnjoined","features":[450]},{"name":"NetSetupUnknown","features":[450]},{"name":"NetSetupUnknownStatus","features":[450]},{"name":"NetSetupWorkgroup","features":[450]},{"name":"NetSetupWorkgroupName","features":[450]},{"name":"NetUnjoinDomain","features":[450]},{"name":"NetUseAdd","features":[450]},{"name":"NetUseDel","features":[450]},{"name":"NetUseEnum","features":[450]},{"name":"NetUseGetInfo","features":[450]},{"name":"NetUserAdd","features":[450]},{"name":"NetUserChangePassword","features":[450]},{"name":"NetUserDel","features":[450]},{"name":"NetUserEnum","features":[450]},{"name":"NetUserGetGroups","features":[450]},{"name":"NetUserGetInfo","features":[450]},{"name":"NetUserGetLocalGroups","features":[450]},{"name":"NetUserModalsGet","features":[450]},{"name":"NetUserModalsSet","features":[450]},{"name":"NetUserSetGroups","features":[450]},{"name":"NetUserSetInfo","features":[450]},{"name":"NetValidateAuthentication","features":[450]},{"name":"NetValidateName","features":[450]},{"name":"NetValidatePasswordChange","features":[450]},{"name":"NetValidatePasswordPolicy","features":[450]},{"name":"NetValidatePasswordPolicyFree","features":[450]},{"name":"NetValidatePasswordReset","features":[450]},{"name":"NetWkstaGetInfo","features":[450]},{"name":"NetWkstaSetInfo","features":[450]},{"name":"NetWkstaTransportAdd","features":[450]},{"name":"NetWkstaTransportDel","features":[450]},{"name":"NetWkstaTransportEnum","features":[450]},{"name":"NetWkstaUserEnum","features":[450]},{"name":"NetWkstaUserGetInfo","features":[450]},{"name":"NetWkstaUserSetInfo","features":[450]},{"name":"OBO_COMPONENT","features":[450]},{"name":"OBO_SOFTWARE","features":[450]},{"name":"OBO_TOKEN","features":[307,450]},{"name":"OBO_TOKEN_TYPE","features":[450]},{"name":"OBO_USER","features":[450]},{"name":"OS2MSG_FILENAME","features":[450]},{"name":"PARMNUM_ALL","features":[450]},{"name":"PARMNUM_BASE_INFOLEVEL","features":[450]},{"name":"PARM_ERROR_NONE","features":[450]},{"name":"PARM_ERROR_UNKNOWN","features":[450]},{"name":"PASSWORD_EXPIRED","features":[450]},{"name":"PATHLEN","features":[450]},{"name":"PLATFORM_ID_DOS","features":[450]},{"name":"PLATFORM_ID_NT","features":[450]},{"name":"PLATFORM_ID_OS2","features":[450]},{"name":"PLATFORM_ID_OSF","features":[450]},{"name":"PLATFORM_ID_VMS","features":[450]},{"name":"PREFIX_MISMATCH","features":[450]},{"name":"PREFIX_MISMATCH_FIXED","features":[450]},{"name":"PREFIX_MISMATCH_NOT_FIXED","features":[450]},{"name":"PRINT_OTHER_INFO","features":[450]},{"name":"PRJOB_COMPLETE","features":[450]},{"name":"PRJOB_DELETED","features":[450]},{"name":"PRJOB_DESTNOPAPER","features":[450]},{"name":"PRJOB_DESTOFFLINE","features":[450]},{"name":"PRJOB_DESTPAUSED","features":[450]},{"name":"PRJOB_DEVSTATUS","features":[450]},{"name":"PRJOB_ERROR","features":[450]},{"name":"PRJOB_INTERV","features":[450]},{"name":"PRJOB_NOTIFY","features":[450]},{"name":"PRJOB_QSTATUS","features":[450]},{"name":"PRJOB_QS_PAUSED","features":[450]},{"name":"PRJOB_QS_PRINTING","features":[450]},{"name":"PRJOB_QS_QUEUED","features":[450]},{"name":"PRJOB_QS_SPOOLING","features":[450]},{"name":"PROTO_IPV6_DHCP","features":[450]},{"name":"PROTO_IP_ALG","features":[450]},{"name":"PROTO_IP_BGMP","features":[450]},{"name":"PROTO_IP_BOOTP","features":[450]},{"name":"PROTO_IP_DHCP_ALLOCATOR","features":[450]},{"name":"PROTO_IP_DIFFSERV","features":[450]},{"name":"PROTO_IP_DNS_PROXY","features":[450]},{"name":"PROTO_IP_DTP","features":[450]},{"name":"PROTO_IP_FTP","features":[450]},{"name":"PROTO_IP_H323","features":[450]},{"name":"PROTO_IP_IGMP","features":[450]},{"name":"PROTO_IP_MGM","features":[450]},{"name":"PROTO_IP_MSDP","features":[450]},{"name":"PROTO_IP_NAT","features":[450]},{"name":"PROTO_IP_VRRP","features":[450]},{"name":"PROTO_TYPE_MCAST","features":[450]},{"name":"PROTO_TYPE_MS0","features":[450]},{"name":"PROTO_TYPE_MS1","features":[450]},{"name":"PROTO_TYPE_UCAST","features":[450]},{"name":"PROTO_VENDOR_MS0","features":[450]},{"name":"PROTO_VENDOR_MS1","features":[450]},{"name":"PROTO_VENDOR_MS2","features":[450]},{"name":"PWLEN","features":[450]},{"name":"QNLEN","features":[450]},{"name":"RASCON_IPUI","features":[307,450]},{"name":"RASCON_UIINFO_FLAGS","features":[450]},{"name":"RCUIF_DEMAND_DIAL","features":[450]},{"name":"RCUIF_DISABLE_CLASS_BASED_ROUTE","features":[450]},{"name":"RCUIF_ENABLE_NBT","features":[450]},{"name":"RCUIF_NOT_ADMIN","features":[450]},{"name":"RCUIF_USE_DISABLE_REGISTER_DNS","features":[450]},{"name":"RCUIF_USE_HEADER_COMPRESSION","features":[450]},{"name":"RCUIF_USE_IPv4_EXPLICIT_METRIC","features":[450]},{"name":"RCUIF_USE_IPv4_NAME_SERVERS","features":[450]},{"name":"RCUIF_USE_IPv4_REMOTE_GATEWAY","features":[450]},{"name":"RCUIF_USE_IPv4_STATICADDRESS","features":[450]},{"name":"RCUIF_USE_IPv6_EXPLICIT_METRIC","features":[450]},{"name":"RCUIF_USE_IPv6_NAME_SERVERS","features":[450]},{"name":"RCUIF_USE_IPv6_REMOTE_GATEWAY","features":[450]},{"name":"RCUIF_USE_IPv6_STATICADDRESS","features":[450]},{"name":"RCUIF_USE_PRIVATE_DNS_SUFFIX","features":[450]},{"name":"RCUIF_VPN","features":[450]},{"name":"REGISTER_PROTOCOL_ENTRY_POINT_STRING","features":[450]},{"name":"REPL_EDIR_INFO_0","features":[450]},{"name":"REPL_EDIR_INFO_1","features":[450]},{"name":"REPL_EDIR_INFO_1000","features":[450]},{"name":"REPL_EDIR_INFO_1001","features":[450]},{"name":"REPL_EDIR_INFO_2","features":[450]},{"name":"REPL_EXPORT_EXTENT_INFOLEVEL","features":[450]},{"name":"REPL_EXPORT_INTEGRITY_INFOLEVEL","features":[450]},{"name":"REPL_EXTENT_FILE","features":[450]},{"name":"REPL_EXTENT_TREE","features":[450]},{"name":"REPL_GUARDTIME_INFOLEVEL","features":[450]},{"name":"REPL_IDIR_INFO_0","features":[450]},{"name":"REPL_IDIR_INFO_1","features":[450]},{"name":"REPL_INFO_0","features":[450]},{"name":"REPL_INFO_1000","features":[450]},{"name":"REPL_INFO_1001","features":[450]},{"name":"REPL_INFO_1002","features":[450]},{"name":"REPL_INFO_1003","features":[450]},{"name":"REPL_INTEGRITY_FILE","features":[450]},{"name":"REPL_INTEGRITY_TREE","features":[450]},{"name":"REPL_INTERVAL_INFOLEVEL","features":[450]},{"name":"REPL_PULSE_INFOLEVEL","features":[450]},{"name":"REPL_RANDOM_INFOLEVEL","features":[450]},{"name":"REPL_ROLE_BOTH","features":[450]},{"name":"REPL_ROLE_EXPORT","features":[450]},{"name":"REPL_ROLE_IMPORT","features":[450]},{"name":"REPL_STATE_NEVER_REPLICATED","features":[450]},{"name":"REPL_STATE_NO_MASTER","features":[450]},{"name":"REPL_STATE_NO_SYNC","features":[450]},{"name":"REPL_STATE_OK","features":[450]},{"name":"REPL_UNLOCK_FORCE","features":[450]},{"name":"REPL_UNLOCK_NOFORCE","features":[450]},{"name":"RF_ADD_ALL_INTERFACES","features":[450]},{"name":"RF_DEMAND_UPDATE_ROUTES","features":[450]},{"name":"RF_MULTICAST","features":[450]},{"name":"RF_POWER","features":[450]},{"name":"RF_ROUTING","features":[450]},{"name":"RF_ROUTINGV6","features":[450]},{"name":"RIS_INTERFACE_ADDRESS_CHANGE","features":[450]},{"name":"RIS_INTERFACE_DISABLED","features":[450]},{"name":"RIS_INTERFACE_ENABLED","features":[450]},{"name":"RIS_INTERFACE_MEDIA_ABSENT","features":[450]},{"name":"RIS_INTERFACE_MEDIA_PRESENT","features":[450]},{"name":"ROUTING_DOMAIN_INFO_REVISION_1","features":[450]},{"name":"RTR_INFO_BLOCK_HEADER","features":[450]},{"name":"RTR_INFO_BLOCK_VERSION","features":[450]},{"name":"RTR_TOC_ENTRY","features":[450]},{"name":"RTUTILS_MAX_PROTOCOL_DLL_LEN","features":[450]},{"name":"RTUTILS_MAX_PROTOCOL_NAME_LEN","features":[450]},{"name":"RouterAssert","features":[450]},{"name":"RouterGetErrorStringA","features":[450]},{"name":"RouterGetErrorStringW","features":[450]},{"name":"RouterLogDeregisterA","features":[307,450]},{"name":"RouterLogDeregisterW","features":[307,450]},{"name":"RouterLogEventA","features":[307,450]},{"name":"RouterLogEventDataA","features":[307,450]},{"name":"RouterLogEventDataW","features":[307,450]},{"name":"RouterLogEventExA","features":[307,450]},{"name":"RouterLogEventExW","features":[307,450]},{"name":"RouterLogEventStringA","features":[307,450]},{"name":"RouterLogEventStringW","features":[307,450]},{"name":"RouterLogEventValistExA","features":[307,450]},{"name":"RouterLogEventValistExW","features":[307,450]},{"name":"RouterLogEventW","features":[307,450]},{"name":"RouterLogRegisterA","features":[307,450]},{"name":"RouterLogRegisterW","features":[307,450]},{"name":"SERVCE_LM20_W32TIME","features":[450]},{"name":"SERVER_DISPLAY_NAME","features":[450]},{"name":"SERVER_INFO_100","features":[450]},{"name":"SERVER_INFO_1005","features":[450]},{"name":"SERVER_INFO_101","features":[450]},{"name":"SERVER_INFO_1010","features":[450]},{"name":"SERVER_INFO_1016","features":[450]},{"name":"SERVER_INFO_1017","features":[450]},{"name":"SERVER_INFO_1018","features":[450]},{"name":"SERVER_INFO_102","features":[450]},{"name":"SERVER_INFO_103","features":[307,450]},{"name":"SERVER_INFO_1107","features":[450]},{"name":"SERVER_INFO_1501","features":[450]},{"name":"SERVER_INFO_1502","features":[450]},{"name":"SERVER_INFO_1503","features":[450]},{"name":"SERVER_INFO_1506","features":[450]},{"name":"SERVER_INFO_1509","features":[450]},{"name":"SERVER_INFO_1510","features":[450]},{"name":"SERVER_INFO_1511","features":[450]},{"name":"SERVER_INFO_1512","features":[450]},{"name":"SERVER_INFO_1513","features":[450]},{"name":"SERVER_INFO_1514","features":[307,450]},{"name":"SERVER_INFO_1515","features":[307,450]},{"name":"SERVER_INFO_1516","features":[307,450]},{"name":"SERVER_INFO_1518","features":[307,450]},{"name":"SERVER_INFO_1520","features":[450]},{"name":"SERVER_INFO_1521","features":[450]},{"name":"SERVER_INFO_1522","features":[450]},{"name":"SERVER_INFO_1523","features":[450]},{"name":"SERVER_INFO_1524","features":[450]},{"name":"SERVER_INFO_1525","features":[450]},{"name":"SERVER_INFO_1528","features":[450]},{"name":"SERVER_INFO_1529","features":[450]},{"name":"SERVER_INFO_1530","features":[450]},{"name":"SERVER_INFO_1533","features":[450]},{"name":"SERVER_INFO_1534","features":[450]},{"name":"SERVER_INFO_1535","features":[450]},{"name":"SERVER_INFO_1536","features":[307,450]},{"name":"SERVER_INFO_1537","features":[307,450]},{"name":"SERVER_INFO_1538","features":[307,450]},{"name":"SERVER_INFO_1539","features":[307,450]},{"name":"SERVER_INFO_1540","features":[307,450]},{"name":"SERVER_INFO_1541","features":[307,450]},{"name":"SERVER_INFO_1542","features":[307,450]},{"name":"SERVER_INFO_1543","features":[450]},{"name":"SERVER_INFO_1544","features":[450]},{"name":"SERVER_INFO_1545","features":[450]},{"name":"SERVER_INFO_1546","features":[450]},{"name":"SERVER_INFO_1547","features":[450]},{"name":"SERVER_INFO_1548","features":[450]},{"name":"SERVER_INFO_1549","features":[450]},{"name":"SERVER_INFO_1550","features":[450]},{"name":"SERVER_INFO_1552","features":[450]},{"name":"SERVER_INFO_1553","features":[450]},{"name":"SERVER_INFO_1554","features":[450]},{"name":"SERVER_INFO_1555","features":[450]},{"name":"SERVER_INFO_1556","features":[450]},{"name":"SERVER_INFO_1557","features":[450]},{"name":"SERVER_INFO_1560","features":[450]},{"name":"SERVER_INFO_1561","features":[450]},{"name":"SERVER_INFO_1562","features":[450]},{"name":"SERVER_INFO_1563","features":[450]},{"name":"SERVER_INFO_1564","features":[450]},{"name":"SERVER_INFO_1565","features":[450]},{"name":"SERVER_INFO_1566","features":[307,450]},{"name":"SERVER_INFO_1567","features":[450]},{"name":"SERVER_INFO_1568","features":[450]},{"name":"SERVER_INFO_1569","features":[450]},{"name":"SERVER_INFO_1570","features":[450]},{"name":"SERVER_INFO_1571","features":[450]},{"name":"SERVER_INFO_1572","features":[450]},{"name":"SERVER_INFO_1573","features":[450]},{"name":"SERVER_INFO_1574","features":[450]},{"name":"SERVER_INFO_1575","features":[450]},{"name":"SERVER_INFO_1576","features":[450]},{"name":"SERVER_INFO_1577","features":[450]},{"name":"SERVER_INFO_1578","features":[450]},{"name":"SERVER_INFO_1579","features":[450]},{"name":"SERVER_INFO_1580","features":[450]},{"name":"SERVER_INFO_1581","features":[450]},{"name":"SERVER_INFO_1582","features":[450]},{"name":"SERVER_INFO_1583","features":[450]},{"name":"SERVER_INFO_1584","features":[450]},{"name":"SERVER_INFO_1585","features":[307,450]},{"name":"SERVER_INFO_1586","features":[450]},{"name":"SERVER_INFO_1587","features":[450]},{"name":"SERVER_INFO_1588","features":[450]},{"name":"SERVER_INFO_1590","features":[450]},{"name":"SERVER_INFO_1591","features":[450]},{"name":"SERVER_INFO_1592","features":[450]},{"name":"SERVER_INFO_1593","features":[450]},{"name":"SERVER_INFO_1594","features":[450]},{"name":"SERVER_INFO_1595","features":[450]},{"name":"SERVER_INFO_1596","features":[450]},{"name":"SERVER_INFO_1597","features":[450]},{"name":"SERVER_INFO_1598","features":[450]},{"name":"SERVER_INFO_1599","features":[307,450]},{"name":"SERVER_INFO_1600","features":[307,450]},{"name":"SERVER_INFO_1601","features":[450]},{"name":"SERVER_INFO_1602","features":[307,450]},{"name":"SERVER_INFO_402","features":[450]},{"name":"SERVER_INFO_403","features":[450]},{"name":"SERVER_INFO_502","features":[307,450]},{"name":"SERVER_INFO_503","features":[307,450]},{"name":"SERVER_INFO_598","features":[307,450]},{"name":"SERVER_INFO_599","features":[307,450]},{"name":"SERVER_INFO_HIDDEN","features":[450]},{"name":"SERVER_INFO_SECURITY","features":[450]},{"name":"SERVER_TRANSPORT_INFO_0","features":[450]},{"name":"SERVER_TRANSPORT_INFO_1","features":[450]},{"name":"SERVER_TRANSPORT_INFO_2","features":[450]},{"name":"SERVER_TRANSPORT_INFO_3","features":[450]},{"name":"SERVICE2_BASE","features":[450]},{"name":"SERVICE_ACCOUNT_FLAG_ADD_AGAINST_RODC","features":[450]},{"name":"SERVICE_ACCOUNT_FLAG_LINK_TO_HOST_ONLY","features":[450]},{"name":"SERVICE_ACCOUNT_FLAG_REMOVE_OFFLINE","features":[450]},{"name":"SERVICE_ACCOUNT_FLAG_UNLINK_FROM_HOST_ONLY","features":[450]},{"name":"SERVICE_ACCOUNT_PASSWORD","features":[450]},{"name":"SERVICE_ACCOUNT_SECRET_PREFIX","features":[450]},{"name":"SERVICE_ADWS","features":[450]},{"name":"SERVICE_AFP","features":[450]},{"name":"SERVICE_ALERTER","features":[450]},{"name":"SERVICE_BASE","features":[450]},{"name":"SERVICE_BROWSER","features":[450]},{"name":"SERVICE_CCP_CHKPT_NUM","features":[450]},{"name":"SERVICE_CCP_NO_HINT","features":[450]},{"name":"SERVICE_CCP_QUERY_HINT","features":[450]},{"name":"SERVICE_CCP_WAIT_TIME","features":[450]},{"name":"SERVICE_CTRL_CONTINUE","features":[450]},{"name":"SERVICE_CTRL_INTERROGATE","features":[450]},{"name":"SERVICE_CTRL_PAUSE","features":[450]},{"name":"SERVICE_CTRL_REDIR_COMM","features":[450]},{"name":"SERVICE_CTRL_REDIR_DISK","features":[450]},{"name":"SERVICE_CTRL_REDIR_PRINT","features":[450]},{"name":"SERVICE_CTRL_UNINSTALL","features":[450]},{"name":"SERVICE_DHCP","features":[450]},{"name":"SERVICE_DNS_CACHE","features":[450]},{"name":"SERVICE_DOS_ENCRYPTION","features":[450]},{"name":"SERVICE_DSROLE","features":[450]},{"name":"SERVICE_INFO_0","features":[450]},{"name":"SERVICE_INFO_1","features":[450]},{"name":"SERVICE_INFO_2","features":[450]},{"name":"SERVICE_INSTALLED","features":[450]},{"name":"SERVICE_INSTALL_PENDING","features":[450]},{"name":"SERVICE_INSTALL_STATE","features":[450]},{"name":"SERVICE_IP_CHKPT_NUM","features":[450]},{"name":"SERVICE_IP_NO_HINT","features":[450]},{"name":"SERVICE_IP_QUERY_HINT","features":[450]},{"name":"SERVICE_IP_WAITTIME_SHIFT","features":[450]},{"name":"SERVICE_IP_WAIT_TIME","features":[450]},{"name":"SERVICE_ISMSERV","features":[450]},{"name":"SERVICE_KDC","features":[450]},{"name":"SERVICE_LM20_AFP","features":[450]},{"name":"SERVICE_LM20_ALERTER","features":[450]},{"name":"SERVICE_LM20_BROWSER","features":[450]},{"name":"SERVICE_LM20_DHCP","features":[450]},{"name":"SERVICE_LM20_DSROLE","features":[450]},{"name":"SERVICE_LM20_ISMSERV","features":[450]},{"name":"SERVICE_LM20_KDC","features":[450]},{"name":"SERVICE_LM20_LMHOSTS","features":[450]},{"name":"SERVICE_LM20_MESSENGER","features":[450]},{"name":"SERVICE_LM20_NBT","features":[450]},{"name":"SERVICE_LM20_NETLOGON","features":[450]},{"name":"SERVICE_LM20_NETPOPUP","features":[450]},{"name":"SERVICE_LM20_NETRUN","features":[450]},{"name":"SERVICE_LM20_NTDS","features":[450]},{"name":"SERVICE_LM20_NTFRS","features":[450]},{"name":"SERVICE_LM20_NWSAP","features":[450]},{"name":"SERVICE_LM20_REPL","features":[450]},{"name":"SERVICE_LM20_RIPL","features":[450]},{"name":"SERVICE_LM20_RPCLOCATOR","features":[450]},{"name":"SERVICE_LM20_SCHEDULE","features":[450]},{"name":"SERVICE_LM20_SERVER","features":[450]},{"name":"SERVICE_LM20_SPOOLER","features":[450]},{"name":"SERVICE_LM20_SQLSERVER","features":[450]},{"name":"SERVICE_LM20_TCPIP","features":[450]},{"name":"SERVICE_LM20_TELNET","features":[450]},{"name":"SERVICE_LM20_TIMESOURCE","features":[450]},{"name":"SERVICE_LM20_TRKSVR","features":[450]},{"name":"SERVICE_LM20_TRKWKS","features":[450]},{"name":"SERVICE_LM20_UPS","features":[450]},{"name":"SERVICE_LM20_WORKSTATION","features":[450]},{"name":"SERVICE_LM20_XACTSRV","features":[450]},{"name":"SERVICE_LMHOSTS","features":[450]},{"name":"SERVICE_MAXTIME","features":[450]},{"name":"SERVICE_MESSENGER","features":[450]},{"name":"SERVICE_NBT","features":[450]},{"name":"SERVICE_NETLOGON","features":[450]},{"name":"SERVICE_NETPOPUP","features":[450]},{"name":"SERVICE_NETRUN","features":[450]},{"name":"SERVICE_NOT_PAUSABLE","features":[450]},{"name":"SERVICE_NOT_UNINSTALLABLE","features":[450]},{"name":"SERVICE_NTDS","features":[450]},{"name":"SERVICE_NTFRS","features":[450]},{"name":"SERVICE_NTIP_WAITTIME_SHIFT","features":[450]},{"name":"SERVICE_NTLMSSP","features":[450]},{"name":"SERVICE_NT_MAXTIME","features":[450]},{"name":"SERVICE_NWCS","features":[450]},{"name":"SERVICE_NWSAP","features":[450]},{"name":"SERVICE_PAUSABLE","features":[450]},{"name":"SERVICE_PAUSE_STATE","features":[450]},{"name":"SERVICE_REDIR_COMM_PAUSED","features":[450]},{"name":"SERVICE_REDIR_DISK_PAUSED","features":[450]},{"name":"SERVICE_REDIR_PAUSED","features":[450]},{"name":"SERVICE_REDIR_PRINT_PAUSED","features":[450]},{"name":"SERVICE_REPL","features":[450]},{"name":"SERVICE_RESRV_MASK","features":[450]},{"name":"SERVICE_RIPL","features":[450]},{"name":"SERVICE_RPCLOCATOR","features":[450]},{"name":"SERVICE_SCHEDULE","features":[450]},{"name":"SERVICE_SERVER","features":[450]},{"name":"SERVICE_SPOOLER","features":[450]},{"name":"SERVICE_SQLSERVER","features":[450]},{"name":"SERVICE_TCPIP","features":[450]},{"name":"SERVICE_TELNET","features":[450]},{"name":"SERVICE_TIMESOURCE","features":[450]},{"name":"SERVICE_TRKSVR","features":[450]},{"name":"SERVICE_TRKWKS","features":[450]},{"name":"SERVICE_UIC_AMBIGPARM","features":[450]},{"name":"SERVICE_UIC_BADPARMVAL","features":[450]},{"name":"SERVICE_UIC_CONFIG","features":[450]},{"name":"SERVICE_UIC_CONFLPARM","features":[450]},{"name":"SERVICE_UIC_DUPPARM","features":[450]},{"name":"SERVICE_UIC_EXEC","features":[450]},{"name":"SERVICE_UIC_FILE","features":[450]},{"name":"SERVICE_UIC_INTERNAL","features":[450]},{"name":"SERVICE_UIC_KILL","features":[450]},{"name":"SERVICE_UIC_MISSPARM","features":[450]},{"name":"SERVICE_UIC_M_ADDPAK","features":[450]},{"name":"SERVICE_UIC_M_ANNOUNCE","features":[450]},{"name":"SERVICE_UIC_M_DATABASE_ERROR","features":[450]},{"name":"SERVICE_UIC_M_DISK","features":[450]},{"name":"SERVICE_UIC_M_ERRLOG","features":[450]},{"name":"SERVICE_UIC_M_FILES","features":[450]},{"name":"SERVICE_UIC_M_FILE_UW","features":[450]},{"name":"SERVICE_UIC_M_LANGROUP","features":[450]},{"name":"SERVICE_UIC_M_LANROOT","features":[450]},{"name":"SERVICE_UIC_M_LAZY","features":[450]},{"name":"SERVICE_UIC_M_LOGS","features":[450]},{"name":"SERVICE_UIC_M_LSA_MACHINE_ACCT","features":[450]},{"name":"SERVICE_UIC_M_MEMORY","features":[450]},{"name":"SERVICE_UIC_M_MSGNAME","features":[450]},{"name":"SERVICE_UIC_M_NETLOGON_AUTH","features":[450]},{"name":"SERVICE_UIC_M_NETLOGON_DC_CFLCT","features":[450]},{"name":"SERVICE_UIC_M_NETLOGON_MPATH","features":[450]},{"name":"SERVICE_UIC_M_NETLOGON_NO_DC","features":[450]},{"name":"SERVICE_UIC_M_NULL","features":[450]},{"name":"SERVICE_UIC_M_PROCESSES","features":[450]},{"name":"SERVICE_UIC_M_REDIR","features":[450]},{"name":"SERVICE_UIC_M_SECURITY","features":[450]},{"name":"SERVICE_UIC_M_SEC_FILE_ERR","features":[450]},{"name":"SERVICE_UIC_M_SERVER","features":[450]},{"name":"SERVICE_UIC_M_SERVER_SEC_ERR","features":[450]},{"name":"SERVICE_UIC_M_THREADS","features":[450]},{"name":"SERVICE_UIC_M_UAS","features":[450]},{"name":"SERVICE_UIC_M_UAS_INVALID_ROLE","features":[450]},{"name":"SERVICE_UIC_M_UAS_MACHINE_ACCT","features":[450]},{"name":"SERVICE_UIC_M_UAS_PROLOG","features":[450]},{"name":"SERVICE_UIC_M_UAS_SERVERS_NMEMB","features":[450]},{"name":"SERVICE_UIC_M_UAS_SERVERS_NOGRP","features":[450]},{"name":"SERVICE_UIC_M_WKSTA","features":[450]},{"name":"SERVICE_UIC_NORMAL","features":[450]},{"name":"SERVICE_UIC_RESOURCE","features":[450]},{"name":"SERVICE_UIC_SUBSERV","features":[450]},{"name":"SERVICE_UIC_SYSTEM","features":[450]},{"name":"SERVICE_UIC_UNKPARM","features":[450]},{"name":"SERVICE_UNINSTALLABLE","features":[450]},{"name":"SERVICE_UNINSTALLED","features":[450]},{"name":"SERVICE_UNINSTALL_PENDING","features":[450]},{"name":"SERVICE_UPS","features":[450]},{"name":"SERVICE_W32TIME","features":[450]},{"name":"SERVICE_WORKSTATION","features":[450]},{"name":"SERVICE_XACTSRV","features":[450]},{"name":"SESSION_CRYPT_KLEN","features":[450]},{"name":"SESSION_PWLEN","features":[450]},{"name":"SHPWLEN","features":[450]},{"name":"SMB_COMPRESSION_INFO","features":[307,450]},{"name":"SMB_TREE_CONNECT_PARAMETERS","features":[450]},{"name":"SMB_USE_OPTION_COMPRESSION_PARAMETERS","features":[450]},{"name":"SNLEN","features":[450]},{"name":"SRV_HASH_GENERATION_ACTIVE","features":[450]},{"name":"SRV_SUPPORT_HASH_GENERATION","features":[450]},{"name":"STD_ALERT","features":[450]},{"name":"STXTLEN","features":[450]},{"name":"SUPPORTS_ANY","features":[450]},{"name":"SUPPORTS_BINDING_INTERFACE_FLAGS","features":[450]},{"name":"SUPPORTS_LOCAL","features":[450]},{"name":"SUPPORTS_REMOTE_ADMIN_PROTOCOL","features":[450]},{"name":"SUPPORTS_RPC","features":[450]},{"name":"SUPPORTS_SAM_PROTOCOL","features":[450]},{"name":"SUPPORTS_UNICODE","features":[450]},{"name":"SVAUD_BADNETLOGON","features":[450]},{"name":"SVAUD_BADSESSLOGON","features":[450]},{"name":"SVAUD_BADUSE","features":[450]},{"name":"SVAUD_GOODNETLOGON","features":[450]},{"name":"SVAUD_GOODSESSLOGON","features":[450]},{"name":"SVAUD_GOODUSE","features":[450]},{"name":"SVAUD_LOGONLIM","features":[450]},{"name":"SVAUD_PERMISSIONS","features":[450]},{"name":"SVAUD_RESOURCE","features":[450]},{"name":"SVAUD_SERVICE","features":[450]},{"name":"SVAUD_USERLIST","features":[450]},{"name":"SVI1_NUM_ELEMENTS","features":[450]},{"name":"SVI2_NUM_ELEMENTS","features":[450]},{"name":"SVI3_NUM_ELEMENTS","features":[450]},{"name":"SVTI2_CLUSTER_DNN_NAME","features":[450]},{"name":"SVTI2_CLUSTER_NAME","features":[450]},{"name":"SVTI2_REMAP_PIPE_NAMES","features":[450]},{"name":"SVTI2_RESERVED1","features":[450]},{"name":"SVTI2_RESERVED2","features":[450]},{"name":"SVTI2_RESERVED3","features":[450]},{"name":"SVTI2_SCOPED_NAME","features":[450]},{"name":"SVTI2_UNICODE_TRANSPORT_ADDRESS","features":[450]},{"name":"SV_ACCEPTDOWNLEVELAPIS_PARMNUM","features":[450]},{"name":"SV_ACCESSALERT_PARMNUM","features":[450]},{"name":"SV_ACTIVELOCKS_PARMNUM","features":[450]},{"name":"SV_ALERTSCHEDULE_PARMNUM","features":[450]},{"name":"SV_ALERTSCHED_PARMNUM","features":[450]},{"name":"SV_ALERTS_PARMNUM","features":[450]},{"name":"SV_ALIST_MTIME_PARMNUM","features":[450]},{"name":"SV_ANNDELTA_PARMNUM","features":[450]},{"name":"SV_ANNOUNCE_PARMNUM","features":[450]},{"name":"SV_AUTOSHARESERVER_PARMNUM","features":[450]},{"name":"SV_AUTOSHAREWKS_PARMNUM","features":[450]},{"name":"SV_BALANCECOUNT_PARMNUM","features":[450]},{"name":"SV_CACHEDDIRECTORYLIMIT_PARMNUM","features":[450]},{"name":"SV_CACHEDOPENLIMIT_PARMNUM","features":[450]},{"name":"SV_CHDEVJOBS_PARMNUM","features":[450]},{"name":"SV_CHDEVQ_PARMNUM","features":[450]},{"name":"SV_COMMENT_PARMNUM","features":[450]},{"name":"SV_CONNECTIONLESSAUTODISC_PARMNUM","features":[450]},{"name":"SV_CONNECTIONNOSESSIONSTIMEOUT_PARMNUM","features":[450]},{"name":"SV_CONNECTIONS_PARMNUM","features":[450]},{"name":"SV_CRITICALTHREADS_PARMNUM","features":[450]},{"name":"SV_DISABLEDOS_PARMNUM","features":[450]},{"name":"SV_DISABLESTRICTNAMECHECKING_PARMNUM","features":[450]},{"name":"SV_DISC_PARMNUM","features":[450]},{"name":"SV_DISKALERT_PARMNUM","features":[450]},{"name":"SV_DISKSPACETHRESHOLD_PARMNUM","features":[450]},{"name":"SV_DOMAIN_PARMNUM","features":[450]},{"name":"SV_ENABLEAUTHENTICATEUSERSHARING_PARMNUM","features":[450]},{"name":"SV_ENABLECOMPRESSION_PARMNUM","features":[450]},{"name":"SV_ENABLEFCBOPENS_PARMNUM","features":[450]},{"name":"SV_ENABLEFORCEDLOGOFF_PARMNUM","features":[450]},{"name":"SV_ENABLEOPLOCKFORCECLOSE_PARMNUM","features":[450]},{"name":"SV_ENABLEOPLOCKS_PARMNUM","features":[450]},{"name":"SV_ENABLERAW_PARMNUM","features":[450]},{"name":"SV_ENABLESECURITYSIGNATURE_PARMNUM","features":[450]},{"name":"SV_ENABLESHAREDNETDRIVES_PARMNUM","features":[450]},{"name":"SV_ENABLESOFTCOMPAT_PARMNUM","features":[450]},{"name":"SV_ENABLEW9XSECURITYSIGNATURE_PARMNUM","features":[450]},{"name":"SV_ENABLEWFW311DIRECTIPX_PARMNUM","features":[450]},{"name":"SV_ENFORCEKERBEROSREAUTHENTICATION_PARMNUM","features":[450]},{"name":"SV_ERRORALERT_PARMNUM","features":[450]},{"name":"SV_ERRORTHRESHOLD_PARMNUM","features":[450]},{"name":"SV_GLIST_MTIME_PARMNUM","features":[450]},{"name":"SV_GUESTACC_PARMNUM","features":[450]},{"name":"SV_HIDDEN","features":[450]},{"name":"SV_HIDDEN_PARMNUM","features":[450]},{"name":"SV_IDLETHREADTIMEOUT_PARMNUM","features":[450]},{"name":"SV_INITCONNTABLE_PARMNUM","features":[450]},{"name":"SV_INITFILETABLE_PARMNUM","features":[450]},{"name":"SV_INITSEARCHTABLE_PARMNUM","features":[450]},{"name":"SV_INITSESSTABLE_PARMNUM","features":[450]},{"name":"SV_INITWORKITEMS_PARMNUM","features":[450]},{"name":"SV_IRPSTACKSIZE_PARMNUM","features":[450]},{"name":"SV_LANMASK_PARMNUM","features":[450]},{"name":"SV_LINKINFOVALIDTIME_PARMNUM","features":[450]},{"name":"SV_LMANNOUNCE_PARMNUM","features":[450]},{"name":"SV_LOCKVIOLATIONDELAY_PARMNUM","features":[450]},{"name":"SV_LOCKVIOLATIONOFFSET_PARMNUM","features":[450]},{"name":"SV_LOCKVIOLATIONRETRIES_PARMNUM","features":[450]},{"name":"SV_LOGONALERT_PARMNUM","features":[450]},{"name":"SV_LOWDISKSPACEMINIMUM_PARMNUM","features":[450]},{"name":"SV_MAXAUDITSZ_PARMNUM","features":[450]},{"name":"SV_MAXCOPYLENGTH_PARMNUM","features":[450]},{"name":"SV_MAXCOPYREADLEN_PARMNUM","features":[450]},{"name":"SV_MAXCOPYWRITELEN_PARMNUM","features":[450]},{"name":"SV_MAXFREECONNECTIONS_PARMNUM","features":[450]},{"name":"SV_MAXFREELFCBS_PARMNUM","features":[450]},{"name":"SV_MAXFREEMFCBS_PARMNUM","features":[450]},{"name":"SV_MAXFREEPAGEDPOOLCHUNKS_PARMNUM","features":[450]},{"name":"SV_MAXFREERFCBS_PARMNUM","features":[450]},{"name":"SV_MAXGLOBALOPENSEARCH_PARMNUM","features":[450]},{"name":"SV_MAXKEEPCOMPLSEARCH_PARMNUM","features":[450]},{"name":"SV_MAXKEEPSEARCH_PARMNUM","features":[450]},{"name":"SV_MAXLINKDELAY_PARMNUM","features":[450]},{"name":"SV_MAXMPXCT_PARMNUM","features":[450]},{"name":"SV_MAXNONPAGEDMEMORYUSAGE_PARMNUM","features":[450]},{"name":"SV_MAXPAGEDMEMORYUSAGE_PARMNUM","features":[450]},{"name":"SV_MAXPAGEDPOOLCHUNKSIZE_PARMNUM","features":[450]},{"name":"SV_MAXRAWBUFLEN_PARMNUM","features":[450]},{"name":"SV_MAXRAWWORKITEMS_PARMNUM","features":[450]},{"name":"SV_MAXTHREADSPERQUEUE_PARMNUM","features":[450]},{"name":"SV_MAXWORKITEMIDLETIME_PARMNUM","features":[450]},{"name":"SV_MAXWORKITEMS_PARMNUM","features":[450]},{"name":"SV_MAX_CMD_LEN","features":[450]},{"name":"SV_MAX_SRV_HEUR_LEN","features":[450]},{"name":"SV_MDLREADSWITCHOVER_PARMNUM","features":[450]},{"name":"SV_MINCLIENTBUFFERSIZE_PARMNUM","features":[450]},{"name":"SV_MINFREECONNECTIONS_PARMNUM","features":[450]},{"name":"SV_MINFREEWORKITEMS_PARMNUM","features":[450]},{"name":"SV_MINKEEPCOMPLSEARCH_PARMNUM","features":[450]},{"name":"SV_MINKEEPSEARCH_PARMNUM","features":[450]},{"name":"SV_MINLINKTHROUGHPUT_PARMNUM","features":[450]},{"name":"SV_MINPAGEDPOOLCHUNKSIZE_PARMNUM","features":[450]},{"name":"SV_MINRCVQUEUE_PARMNUM","features":[450]},{"name":"SV_NAME_PARMNUM","features":[450]},{"name":"SV_NETIOALERT_PARMNUM","features":[450]},{"name":"SV_NETWORKERRORTHRESHOLD_PARMNUM","features":[450]},{"name":"SV_NODISC","features":[450]},{"name":"SV_NUMADMIN_PARMNUM","features":[450]},{"name":"SV_NUMBIGBUF_PARMNUM","features":[450]},{"name":"SV_NUMBLOCKTHREADS_PARMNUM","features":[450]},{"name":"SV_NUMFILETASKS_PARMNUM","features":[450]},{"name":"SV_NUMREQBUF_PARMNUM","features":[450]},{"name":"SV_OPENFILES_PARMNUM","features":[450]},{"name":"SV_OPENSEARCH_PARMNUM","features":[450]},{"name":"SV_OPLOCKBREAKRESPONSEWAIT_PARMNUM","features":[450]},{"name":"SV_OPLOCKBREAKWAIT_PARMNUM","features":[450]},{"name":"SV_OTHERQUEUEAFFINITY_PARMNUM","features":[450]},{"name":"SV_PLATFORM_ID_NT","features":[450]},{"name":"SV_PLATFORM_ID_OS2","features":[450]},{"name":"SV_PLATFORM_ID_PARMNUM","features":[450]},{"name":"SV_PREFERREDAFFINITY_PARMNUM","features":[450]},{"name":"SV_PRODUCTTYPE_PARMNUM","features":[450]},{"name":"SV_QUEUESAMPLESECS_PARMNUM","features":[450]},{"name":"SV_RAWWORKITEMS_PARMNUM","features":[450]},{"name":"SV_REMOVEDUPLICATESEARCHES_PARMNUM","features":[450]},{"name":"SV_REQUIRESECURITYSIGNATURE_PARMNUM","features":[450]},{"name":"SV_RESTRICTNULLSESSACCESS_PARMNUM","features":[450]},{"name":"SV_SCAVQOSINFOUPDATETIME_PARMNUM","features":[450]},{"name":"SV_SCAVTIMEOUT_PARMNUM","features":[450]},{"name":"SV_SECURITY_PARMNUM","features":[450]},{"name":"SV_SENDSFROMPREFERREDPROCESSOR_PARMNUM","features":[450]},{"name":"SV_SERVERSIZE_PARMNUM","features":[450]},{"name":"SV_SESSCONNS_PARMNUM","features":[450]},{"name":"SV_SESSOPENS_PARMNUM","features":[450]},{"name":"SV_SESSREQS_PARMNUM","features":[450]},{"name":"SV_SESSUSERS_PARMNUM","features":[450]},{"name":"SV_SESSVCS_PARMNUM","features":[450]},{"name":"SV_SHARESECURITY","features":[450]},{"name":"SV_SHARES_PARMNUM","features":[450]},{"name":"SV_SHARINGVIOLATIONDELAY_PARMNUM","features":[450]},{"name":"SV_SHARINGVIOLATIONRETRIES_PARMNUM","features":[450]},{"name":"SV_SIZREQBUF_PARMNUM","features":[450]},{"name":"SV_SRVHEURISTICS_PARMNUM","features":[450]},{"name":"SV_THREADCOUNTADD_PARMNUM","features":[450]},{"name":"SV_THREADPRIORITY_PARMNUM","features":[450]},{"name":"SV_TIMESOURCE_PARMNUM","features":[450]},{"name":"SV_TYPE_AFP","features":[450]},{"name":"SV_TYPE_ALL","features":[450]},{"name":"SV_TYPE_ALTERNATE_XPORT","features":[450]},{"name":"SV_TYPE_BACKUP_BROWSER","features":[450]},{"name":"SV_TYPE_CLUSTER_NT","features":[450]},{"name":"SV_TYPE_CLUSTER_VS_NT","features":[450]},{"name":"SV_TYPE_DCE","features":[450]},{"name":"SV_TYPE_DFS","features":[450]},{"name":"SV_TYPE_DIALIN_SERVER","features":[450]},{"name":"SV_TYPE_DOMAIN_BAKCTRL","features":[450]},{"name":"SV_TYPE_DOMAIN_CTRL","features":[450]},{"name":"SV_TYPE_DOMAIN_ENUM","features":[450]},{"name":"SV_TYPE_DOMAIN_MASTER","features":[450]},{"name":"SV_TYPE_DOMAIN_MEMBER","features":[450]},{"name":"SV_TYPE_LOCAL_LIST_ONLY","features":[450]},{"name":"SV_TYPE_MASTER_BROWSER","features":[450]},{"name":"SV_TYPE_NOVELL","features":[450]},{"name":"SV_TYPE_NT","features":[450]},{"name":"SV_TYPE_PARMNUM","features":[450]},{"name":"SV_TYPE_POTENTIAL_BROWSER","features":[450]},{"name":"SV_TYPE_PRINTQ_SERVER","features":[450]},{"name":"SV_TYPE_SERVER","features":[450]},{"name":"SV_TYPE_SERVER_MFPN","features":[450]},{"name":"SV_TYPE_SERVER_NT","features":[450]},{"name":"SV_TYPE_SERVER_OSF","features":[450]},{"name":"SV_TYPE_SERVER_UNIX","features":[450]},{"name":"SV_TYPE_SERVER_VMS","features":[450]},{"name":"SV_TYPE_SQLSERVER","features":[450]},{"name":"SV_TYPE_TERMINALSERVER","features":[450]},{"name":"SV_TYPE_TIME_SOURCE","features":[450]},{"name":"SV_TYPE_WFW","features":[450]},{"name":"SV_TYPE_WINDOWS","features":[450]},{"name":"SV_TYPE_WORKSTATION","features":[450]},{"name":"SV_TYPE_XENIX_SERVER","features":[450]},{"name":"SV_ULIST_MTIME_PARMNUM","features":[450]},{"name":"SV_USERPATH_PARMNUM","features":[450]},{"name":"SV_USERSECURITY","features":[450]},{"name":"SV_USERS_PARMNUM","features":[450]},{"name":"SV_USERS_PER_LICENSE","features":[450]},{"name":"SV_VERSION_MAJOR_PARMNUM","features":[450]},{"name":"SV_VERSION_MINOR_PARMNUM","features":[450]},{"name":"SV_VISIBLE","features":[450]},{"name":"SV_XACTMEMSIZE_PARMNUM","features":[450]},{"name":"SW_AUTOPROF_LOAD_MASK","features":[450]},{"name":"SW_AUTOPROF_SAVE_MASK","features":[450]},{"name":"ServiceAccountPasswordGUID","features":[450]},{"name":"SetNetScheduleAccountInformation","features":[450]},{"name":"TIME_OF_DAY_INFO","features":[450]},{"name":"TITLE_SC_MESSAGE_BOX","features":[450]},{"name":"TRACE_NO_STDINFO","features":[450]},{"name":"TRACE_NO_SYNCH","features":[450]},{"name":"TRACE_USE_CONSOLE","features":[450]},{"name":"TRACE_USE_DATE","features":[450]},{"name":"TRACE_USE_FILE","features":[450]},{"name":"TRACE_USE_MASK","features":[450]},{"name":"TRACE_USE_MSEC","features":[450]},{"name":"TRANSPORT_INFO","features":[307,450]},{"name":"TRANSPORT_NAME_PARMNUM","features":[450]},{"name":"TRANSPORT_QUALITYOFSERVICE_PARMNUM","features":[450]},{"name":"TRANSPORT_TYPE","features":[450]},{"name":"TraceDeregisterA","features":[450]},{"name":"TraceDeregisterExA","features":[450]},{"name":"TraceDeregisterExW","features":[450]},{"name":"TraceDeregisterW","features":[450]},{"name":"TraceDumpExA","features":[307,450]},{"name":"TraceDumpExW","features":[307,450]},{"name":"TraceGetConsoleA","features":[307,450]},{"name":"TraceGetConsoleW","features":[307,450]},{"name":"TracePrintfA","features":[450]},{"name":"TracePrintfExA","features":[450]},{"name":"TracePrintfExW","features":[450]},{"name":"TracePrintfW","features":[450]},{"name":"TracePutsExA","features":[450]},{"name":"TracePutsExW","features":[450]},{"name":"TraceRegisterExA","features":[450]},{"name":"TraceRegisterExW","features":[450]},{"name":"TraceVprintfExA","features":[450]},{"name":"TraceVprintfExW","features":[450]},{"name":"UAS_ROLE_BACKUP","features":[450]},{"name":"UAS_ROLE_MEMBER","features":[450]},{"name":"UAS_ROLE_PRIMARY","features":[450]},{"name":"UAS_ROLE_STANDALONE","features":[450]},{"name":"UF_ACCOUNTDISABLE","features":[450]},{"name":"UF_DONT_EXPIRE_PASSWD","features":[450]},{"name":"UF_DONT_REQUIRE_PREAUTH","features":[450]},{"name":"UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[450]},{"name":"UF_HOMEDIR_REQUIRED","features":[450]},{"name":"UF_INTERDOMAIN_TRUST_ACCOUNT","features":[450]},{"name":"UF_LOCKOUT","features":[450]},{"name":"UF_MNS_LOGON_ACCOUNT","features":[450]},{"name":"UF_NORMAL_ACCOUNT","features":[450]},{"name":"UF_NOT_DELEGATED","features":[450]},{"name":"UF_NO_AUTH_DATA_REQUIRED","features":[450]},{"name":"UF_PARTIAL_SECRETS_ACCOUNT","features":[450]},{"name":"UF_PASSWD_CANT_CHANGE","features":[450]},{"name":"UF_PASSWD_NOTREQD","features":[450]},{"name":"UF_PASSWORD_EXPIRED","features":[450]},{"name":"UF_SCRIPT","features":[450]},{"name":"UF_SERVER_TRUST_ACCOUNT","features":[450]},{"name":"UF_SMARTCARD_REQUIRED","features":[450]},{"name":"UF_TEMP_DUPLICATE_ACCOUNT","features":[450]},{"name":"UF_TRUSTED_FOR_DELEGATION","features":[450]},{"name":"UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[450]},{"name":"UF_USE_AES_KEYS","features":[450]},{"name":"UF_USE_DES_KEY_ONLY","features":[450]},{"name":"UF_WORKSTATION_TRUST_ACCOUNT","features":[450]},{"name":"UNCLEN","features":[450]},{"name":"UNITS_PER_DAY","features":[450]},{"name":"UNLEN","features":[450]},{"name":"UPPER_GET_HINT_MASK","features":[450]},{"name":"UPPER_HINT_MASK","features":[450]},{"name":"USER_ACCOUNT_FLAGS","features":[450]},{"name":"USER_ACCT_EXPIRES_PARMNUM","features":[450]},{"name":"USER_AUTH_FLAGS_PARMNUM","features":[450]},{"name":"USER_CODE_PAGE_PARMNUM","features":[450]},{"name":"USER_COMMENT_PARMNUM","features":[450]},{"name":"USER_COUNTRY_CODE_PARMNUM","features":[450]},{"name":"USER_FLAGS_PARMNUM","features":[450]},{"name":"USER_FULL_NAME_PARMNUM","features":[450]},{"name":"USER_HOME_DIR_DRIVE_PARMNUM","features":[450]},{"name":"USER_HOME_DIR_PARMNUM","features":[450]},{"name":"USER_INFO_0","features":[450]},{"name":"USER_INFO_1","features":[450]},{"name":"USER_INFO_10","features":[450]},{"name":"USER_INFO_1003","features":[450]},{"name":"USER_INFO_1005","features":[450]},{"name":"USER_INFO_1006","features":[450]},{"name":"USER_INFO_1007","features":[450]},{"name":"USER_INFO_1008","features":[450]},{"name":"USER_INFO_1009","features":[450]},{"name":"USER_INFO_1010","features":[450]},{"name":"USER_INFO_1011","features":[450]},{"name":"USER_INFO_1012","features":[450]},{"name":"USER_INFO_1013","features":[450]},{"name":"USER_INFO_1014","features":[450]},{"name":"USER_INFO_1017","features":[450]},{"name":"USER_INFO_1018","features":[450]},{"name":"USER_INFO_1020","features":[450]},{"name":"USER_INFO_1023","features":[450]},{"name":"USER_INFO_1024","features":[450]},{"name":"USER_INFO_1025","features":[450]},{"name":"USER_INFO_1051","features":[450]},{"name":"USER_INFO_1052","features":[450]},{"name":"USER_INFO_1053","features":[450]},{"name":"USER_INFO_11","features":[450]},{"name":"USER_INFO_2","features":[450]},{"name":"USER_INFO_20","features":[450]},{"name":"USER_INFO_21","features":[450]},{"name":"USER_INFO_22","features":[450]},{"name":"USER_INFO_23","features":[450,310]},{"name":"USER_INFO_24","features":[307,450,310]},{"name":"USER_INFO_3","features":[450]},{"name":"USER_INFO_4","features":[450,310]},{"name":"USER_LAST_LOGOFF_PARMNUM","features":[450]},{"name":"USER_LAST_LOGON_PARMNUM","features":[450]},{"name":"USER_LOGON_HOURS_PARMNUM","features":[450]},{"name":"USER_LOGON_SERVER_PARMNUM","features":[450]},{"name":"USER_MAX_STORAGE_PARMNUM","features":[450]},{"name":"USER_MODALS_INFO_0","features":[450]},{"name":"USER_MODALS_INFO_1","features":[450]},{"name":"USER_MODALS_INFO_1001","features":[450]},{"name":"USER_MODALS_INFO_1002","features":[450]},{"name":"USER_MODALS_INFO_1003","features":[450]},{"name":"USER_MODALS_INFO_1004","features":[450]},{"name":"USER_MODALS_INFO_1005","features":[450]},{"name":"USER_MODALS_INFO_1006","features":[450]},{"name":"USER_MODALS_INFO_1007","features":[450]},{"name":"USER_MODALS_INFO_2","features":[450,310]},{"name":"USER_MODALS_INFO_3","features":[450]},{"name":"USER_MODALS_ROLES","features":[450]},{"name":"USER_NAME_PARMNUM","features":[450]},{"name":"USER_NUM_LOGONS_PARMNUM","features":[450]},{"name":"USER_OTHER_INFO","features":[450]},{"name":"USER_PAD_PW_COUNT_PARMNUM","features":[450]},{"name":"USER_PARMS_PARMNUM","features":[450]},{"name":"USER_PASSWORD_AGE_PARMNUM","features":[450]},{"name":"USER_PASSWORD_PARMNUM","features":[450]},{"name":"USER_PRIMARY_GROUP_PARMNUM","features":[450]},{"name":"USER_PRIV","features":[450]},{"name":"USER_PRIV_ADMIN","features":[450]},{"name":"USER_PRIV_GUEST","features":[450]},{"name":"USER_PRIV_MASK","features":[450]},{"name":"USER_PRIV_PARMNUM","features":[450]},{"name":"USER_PRIV_USER","features":[450]},{"name":"USER_PROFILE","features":[450]},{"name":"USER_PROFILE_PARMNUM","features":[450]},{"name":"USER_SCRIPT_PATH_PARMNUM","features":[450]},{"name":"USER_UNITS_PER_WEEK_PARMNUM","features":[450]},{"name":"USER_USR_COMMENT_PARMNUM","features":[450]},{"name":"USER_WORKSTATIONS_PARMNUM","features":[450]},{"name":"USE_ASGTYPE_PARMNUM","features":[450]},{"name":"USE_AUTHIDENTITY_PARMNUM","features":[450]},{"name":"USE_CHARDEV","features":[450]},{"name":"USE_CONN","features":[450]},{"name":"USE_DEFAULT_CREDENTIALS","features":[450]},{"name":"USE_DISCONN","features":[450]},{"name":"USE_DISKDEV","features":[450]},{"name":"USE_DOMAINNAME_PARMNUM","features":[450]},{"name":"USE_FLAGS_PARMNUM","features":[450]},{"name":"USE_FLAG_GLOBAL_MAPPING","features":[450]},{"name":"USE_FORCE","features":[450]},{"name":"USE_INFO_0","features":[450]},{"name":"USE_INFO_1","features":[450]},{"name":"USE_INFO_2","features":[450]},{"name":"USE_INFO_3","features":[450]},{"name":"USE_INFO_4","features":[450]},{"name":"USE_INFO_5","features":[450]},{"name":"USE_INFO_ASG_TYPE","features":[450]},{"name":"USE_IPC","features":[450]},{"name":"USE_LOCAL_PARMNUM","features":[450]},{"name":"USE_LOTS_OF_FORCE","features":[450]},{"name":"USE_NETERR","features":[450]},{"name":"USE_NOFORCE","features":[450]},{"name":"USE_OK","features":[450]},{"name":"USE_OPTIONS_PARMNUM","features":[450]},{"name":"USE_OPTION_DEFERRED_CONNECTION_PARAMETERS","features":[450]},{"name":"USE_OPTION_GENERIC","features":[450]},{"name":"USE_OPTION_PROPERTIES","features":[450]},{"name":"USE_OPTION_TRANSPORT_PARAMETERS","features":[450]},{"name":"USE_PASSWORD_PARMNUM","features":[450]},{"name":"USE_PAUSED","features":[450]},{"name":"USE_RECONN","features":[450]},{"name":"USE_REMOTE_PARMNUM","features":[450]},{"name":"USE_SD_PARMNUM","features":[450]},{"name":"USE_SESSLOST","features":[450]},{"name":"USE_SPECIFIC_TRANSPORT","features":[450]},{"name":"USE_SPOOLDEV","features":[450]},{"name":"USE_USERNAME_PARMNUM","features":[450]},{"name":"USE_WILDCARD","features":[450]},{"name":"UseTransportType_None","features":[450]},{"name":"UseTransportType_Quic","features":[450]},{"name":"UseTransportType_Wsk","features":[450]},{"name":"VALIDATED_LOGON","features":[450]},{"name":"VALID_LOGOFF","features":[450]},{"name":"WKSTA_BUFFERNAMEDPIPES_PARMNUM","features":[450]},{"name":"WKSTA_BUFFERREADONLYFILES_PARMNUM","features":[450]},{"name":"WKSTA_BUFFILESWITHDENYWRITE_PARMNUM","features":[450]},{"name":"WKSTA_CACHEFILETIMEOUT_PARMNUM","features":[450]},{"name":"WKSTA_CHARCOUNT_PARMNUM","features":[450]},{"name":"WKSTA_CHARTIME_PARMNUM","features":[450]},{"name":"WKSTA_CHARWAIT_PARMNUM","features":[450]},{"name":"WKSTA_COMPUTERNAME_PARMNUM","features":[450]},{"name":"WKSTA_DORMANTFILELIMIT_PARMNUM","features":[450]},{"name":"WKSTA_ERRLOGSZ_PARMNUM","features":[450]},{"name":"WKSTA_FORCECORECREATEMODE_PARMNUM","features":[450]},{"name":"WKSTA_INFO_100","features":[450]},{"name":"WKSTA_INFO_101","features":[450]},{"name":"WKSTA_INFO_1010","features":[450]},{"name":"WKSTA_INFO_1011","features":[450]},{"name":"WKSTA_INFO_1012","features":[450]},{"name":"WKSTA_INFO_1013","features":[450]},{"name":"WKSTA_INFO_1018","features":[450]},{"name":"WKSTA_INFO_102","features":[450]},{"name":"WKSTA_INFO_1023","features":[450]},{"name":"WKSTA_INFO_1027","features":[450]},{"name":"WKSTA_INFO_1028","features":[450]},{"name":"WKSTA_INFO_1032","features":[450]},{"name":"WKSTA_INFO_1033","features":[450]},{"name":"WKSTA_INFO_1041","features":[450]},{"name":"WKSTA_INFO_1042","features":[450]},{"name":"WKSTA_INFO_1043","features":[450]},{"name":"WKSTA_INFO_1044","features":[450]},{"name":"WKSTA_INFO_1045","features":[450]},{"name":"WKSTA_INFO_1046","features":[450]},{"name":"WKSTA_INFO_1047","features":[450]},{"name":"WKSTA_INFO_1048","features":[307,450]},{"name":"WKSTA_INFO_1049","features":[307,450]},{"name":"WKSTA_INFO_1050","features":[307,450]},{"name":"WKSTA_INFO_1051","features":[307,450]},{"name":"WKSTA_INFO_1052","features":[307,450]},{"name":"WKSTA_INFO_1053","features":[307,450]},{"name":"WKSTA_INFO_1054","features":[307,450]},{"name":"WKSTA_INFO_1055","features":[307,450]},{"name":"WKSTA_INFO_1056","features":[307,450]},{"name":"WKSTA_INFO_1057","features":[307,450]},{"name":"WKSTA_INFO_1058","features":[307,450]},{"name":"WKSTA_INFO_1059","features":[307,450]},{"name":"WKSTA_INFO_1060","features":[307,450]},{"name":"WKSTA_INFO_1061","features":[307,450]},{"name":"WKSTA_INFO_1062","features":[450]},{"name":"WKSTA_INFO_302","features":[450]},{"name":"WKSTA_INFO_402","features":[450]},{"name":"WKSTA_INFO_502","features":[307,450]},{"name":"WKSTA_KEEPCONN_PARMNUM","features":[450]},{"name":"WKSTA_KEEPSEARCH_PARMNUM","features":[450]},{"name":"WKSTA_LANGROUP_PARMNUM","features":[450]},{"name":"WKSTA_LANROOT_PARMNUM","features":[450]},{"name":"WKSTA_LOCKINCREMENT_PARMNUM","features":[450]},{"name":"WKSTA_LOCKMAXIMUM_PARMNUM","features":[450]},{"name":"WKSTA_LOCKQUOTA_PARMNUM","features":[450]},{"name":"WKSTA_LOGGED_ON_USERS_PARMNUM","features":[450]},{"name":"WKSTA_LOGON_DOMAIN_PARMNUM","features":[450]},{"name":"WKSTA_LOGON_SERVER_PARMNUM","features":[450]},{"name":"WKSTA_MAILSLOTS_PARMNUM","features":[450]},{"name":"WKSTA_MAXCMDS_PARMNUM","features":[450]},{"name":"WKSTA_MAXTHREADS_PARMNUM","features":[450]},{"name":"WKSTA_MAXWRKCACHE_PARMNUM","features":[450]},{"name":"WKSTA_NUMALERTS_PARMNUM","features":[450]},{"name":"WKSTA_NUMCHARBUF_PARMNUM","features":[450]},{"name":"WKSTA_NUMDGRAMBUF_PARMNUM","features":[450]},{"name":"WKSTA_NUMSERVICES_PARMNUM","features":[450]},{"name":"WKSTA_NUMWORKBUF_PARMNUM","features":[450]},{"name":"WKSTA_OTH_DOMAINS_PARMNUM","features":[450]},{"name":"WKSTA_PIPEINCREMENT_PARMNUM","features":[450]},{"name":"WKSTA_PIPEMAXIMUM_PARMNUM","features":[450]},{"name":"WKSTA_PLATFORM_ID_PARMNUM","features":[450]},{"name":"WKSTA_PRINTBUFTIME_PARMNUM","features":[450]},{"name":"WKSTA_READAHEADTHRUPUT_PARMNUM","features":[450]},{"name":"WKSTA_SESSTIMEOUT_PARMNUM","features":[450]},{"name":"WKSTA_SIZCHARBUF_PARMNUM","features":[450]},{"name":"WKSTA_SIZERROR_PARMNUM","features":[450]},{"name":"WKSTA_SIZWORKBUF_PARMNUM","features":[450]},{"name":"WKSTA_TRANSPORT_INFO_0","features":[307,450]},{"name":"WKSTA_USE512BYTESMAXTRANSFER_PARMNUM","features":[450]},{"name":"WKSTA_USECLOSEBEHIND_PARMNUM","features":[450]},{"name":"WKSTA_USEENCRYPTION_PARMNUM","features":[450]},{"name":"WKSTA_USELOCKANDREADANDUNLOCK_PARMNUM","features":[450]},{"name":"WKSTA_USEOPPORTUNISTICLOCKING_PARMNUM","features":[450]},{"name":"WKSTA_USERAWREAD_PARMNUM","features":[450]},{"name":"WKSTA_USERAWWRITE_PARMNUM","features":[450]},{"name":"WKSTA_USER_INFO_0","features":[450]},{"name":"WKSTA_USER_INFO_1","features":[450]},{"name":"WKSTA_USER_INFO_1101","features":[450]},{"name":"WKSTA_USEUNLOCKBEHIND_PARMNUM","features":[450]},{"name":"WKSTA_USEWRITERAWWITHDATA_PARMNUM","features":[450]},{"name":"WKSTA_UTILIZENTCACHING_PARMNUM","features":[450]},{"name":"WKSTA_VER_MAJOR_PARMNUM","features":[450]},{"name":"WKSTA_VER_MINOR_PARMNUM","features":[450]},{"name":"WKSTA_WRKHEURISTICS_PARMNUM","features":[450]},{"name":"WORKERFUNCTION","features":[450]},{"name":"WORKSTATION_DISPLAY_NAME","features":[450]},{"name":"WZC_PROFILE_API_ERROR_FAILED_TO_LOAD_SCHEMA","features":[450]},{"name":"WZC_PROFILE_API_ERROR_FAILED_TO_LOAD_XML","features":[450]},{"name":"WZC_PROFILE_API_ERROR_INTERNAL","features":[450]},{"name":"WZC_PROFILE_API_ERROR_NOT_SUPPORTED","features":[450]},{"name":"WZC_PROFILE_API_ERROR_XML_VALIDATION_FAILED","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ALLOWED","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ALLOWED_KEY_REQUIRED","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ENABLED_KEY_PROVIDED","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_EAP_METHOD_NOT_APPLICABLE","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_EAP_METHOD_REQUIRED","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_INVALID_AUTH_FOR_CONNECTION_TYPE","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_INVALID_ENCRYPTION_FOR_AUTHMODE","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_INDEX_NOT_APPLICABLE","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_INDEX_REQUIRED","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_REQUIRED","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_WPA_ENCRYPTION_NOT_SUPPORTED","features":[450]},{"name":"WZC_PROFILE_CONFIG_ERROR_WPA_NOT_SUPPORTED","features":[450]},{"name":"WZC_PROFILE_SET_ERROR_DUPLICATE_NETWORK","features":[450]},{"name":"WZC_PROFILE_SET_ERROR_MEMORY_ALLOCATION","features":[450]},{"name":"WZC_PROFILE_SET_ERROR_READING_1X_CONFIG","features":[450]},{"name":"WZC_PROFILE_SET_ERROR_WRITING_1X_CONFIG","features":[450]},{"name":"WZC_PROFILE_SET_ERROR_WRITING_WZC_CFG","features":[450]},{"name":"WZC_PROFILE_SUCCESS","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_1X_ENABLED","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_AUTHENTICATION","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_BAD_KEY_INDEX","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_BAD_NETWORK_KEY","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_BAD_SSID","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_BAD_VERSION","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_CONNECTION_TYPE","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_EAP_METHOD","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_ENCRYPTION","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_KEY_INDEX_RANGE","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_KEY_PROVIDED_AUTOMATICALLY","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_NO_VERSION","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_SSID_NOT_FOUND","features":[450]},{"name":"WZC_PROFILE_XML_ERROR_UNSUPPORTED_VERSION","features":[450]}],"455":[{"name":"CMD_ENTRY","features":[307,451]},{"name":"CMD_FLAG_HIDDEN","features":[451]},{"name":"CMD_FLAG_INTERACTIVE","features":[451]},{"name":"CMD_FLAG_LIMIT_MASK","features":[451]},{"name":"CMD_FLAG_LOCAL","features":[451]},{"name":"CMD_FLAG_ONLINE","features":[451]},{"name":"CMD_FLAG_PRIORITY","features":[451]},{"name":"CMD_FLAG_PRIVATE","features":[451]},{"name":"CMD_GROUP_ENTRY","features":[307,451]},{"name":"DEFAULT_CONTEXT_PRIORITY","features":[451]},{"name":"ERROR_CMD_NOT_FOUND","features":[451]},{"name":"ERROR_CONTEXT_ALREADY_REGISTERED","features":[451]},{"name":"ERROR_CONTINUE_IN_PARENT_CONTEXT","features":[451]},{"name":"ERROR_DLL_LOAD_FAILED","features":[451]},{"name":"ERROR_ENTRY_PT_NOT_FOUND","features":[451]},{"name":"ERROR_HELPER_ALREADY_REGISTERED","features":[451]},{"name":"ERROR_INIT_DISPLAY","features":[451]},{"name":"ERROR_INVALID_OPTION_TAG","features":[451]},{"name":"ERROR_INVALID_OPTION_VALUE","features":[451]},{"name":"ERROR_INVALID_SYNTAX","features":[451]},{"name":"ERROR_MISSING_OPTION","features":[451]},{"name":"ERROR_NO_CHANGE","features":[451]},{"name":"ERROR_NO_ENTRIES","features":[451]},{"name":"ERROR_NO_TAG","features":[451]},{"name":"ERROR_OKAY","features":[451]},{"name":"ERROR_PARSING_FAILURE","features":[451]},{"name":"ERROR_PROTOCOL_NOT_IN_TRANSPORT","features":[451]},{"name":"ERROR_SHOW_USAGE","features":[451]},{"name":"ERROR_SUPPRESS_OUTPUT","features":[451]},{"name":"ERROR_TAG_ALREADY_PRESENT","features":[451]},{"name":"ERROR_TRANSPORT_NOT_PRESENT","features":[451]},{"name":"GET_RESOURCE_STRING_FN_NAME","features":[451]},{"name":"MAX_NAME_LEN","features":[451]},{"name":"MatchEnumTag","features":[307,451]},{"name":"MatchToken","features":[307,451]},{"name":"NETSH_ARG_DELIMITER","features":[451]},{"name":"NETSH_CMD_DELIMITER","features":[451]},{"name":"NETSH_COMMIT","features":[451]},{"name":"NETSH_COMMIT_STATE","features":[451]},{"name":"NETSH_ERROR_BASE","features":[451]},{"name":"NETSH_ERROR_END","features":[451]},{"name":"NETSH_FLUSH","features":[451]},{"name":"NETSH_MAX_CMD_TOKEN_LENGTH","features":[451]},{"name":"NETSH_MAX_TOKEN_LENGTH","features":[451]},{"name":"NETSH_SAVE","features":[451]},{"name":"NETSH_UNCOMMIT","features":[451]},{"name":"NETSH_VERSION_50","features":[451]},{"name":"NS_CMD_FLAGS","features":[451]},{"name":"NS_CONTEXT_ATTRIBUTES","features":[307,451]},{"name":"NS_EVENTS","features":[451]},{"name":"NS_EVENT_FROM_N","features":[451]},{"name":"NS_EVENT_FROM_START","features":[451]},{"name":"NS_EVENT_LAST_N","features":[451]},{"name":"NS_EVENT_LAST_SECS","features":[451]},{"name":"NS_EVENT_LOOP","features":[451]},{"name":"NS_GET_EVENT_IDS_FN_NAME","features":[451]},{"name":"NS_HELPER_ATTRIBUTES","features":[451]},{"name":"NS_MODE_CHANGE","features":[451]},{"name":"NS_REQS","features":[451]},{"name":"NS_REQ_ALLOW_MULTIPLE","features":[451]},{"name":"NS_REQ_ONE_OR_MORE","features":[451]},{"name":"NS_REQ_PRESENT","features":[451]},{"name":"NS_REQ_ZERO","features":[451]},{"name":"PFN_CUSTOM_HELP","features":[307,451]},{"name":"PFN_HANDLE_CMD","features":[307,451]},{"name":"PGET_RESOURCE_STRING_FN","features":[451]},{"name":"PNS_CONTEXT_COMMIT_FN","features":[451]},{"name":"PNS_CONTEXT_CONNECT_FN","features":[451]},{"name":"PNS_CONTEXT_DUMP_FN","features":[451]},{"name":"PNS_DLL_INIT_FN","features":[451]},{"name":"PNS_DLL_STOP_FN","features":[451]},{"name":"PNS_HELPER_START_FN","features":[451]},{"name":"PNS_HELPER_STOP_FN","features":[451]},{"name":"PNS_OSVERSIONCHECK","features":[307,451]},{"name":"PreprocessCommand","features":[307,451]},{"name":"PrintError","features":[307,451]},{"name":"PrintMessage","features":[451]},{"name":"PrintMessageFromModule","features":[307,451]},{"name":"RegisterContext","features":[307,451]},{"name":"RegisterHelper","features":[451]},{"name":"TAG_TYPE","features":[307,451]},{"name":"TOKEN_VALUE","features":[451]}],"456":[{"name":"ATTRIBUTE_TYPE","features":[452]},{"name":"AT_BOOLEAN","features":[452]},{"name":"AT_GUID","features":[452]},{"name":"AT_INT16","features":[452]},{"name":"AT_INT32","features":[452]},{"name":"AT_INT64","features":[452]},{"name":"AT_INT8","features":[452]},{"name":"AT_INVALID","features":[452]},{"name":"AT_LIFE_TIME","features":[452]},{"name":"AT_OCTET_STRING","features":[452]},{"name":"AT_SOCKADDR","features":[452]},{"name":"AT_STRING","features":[452]},{"name":"AT_UINT16","features":[452]},{"name":"AT_UINT32","features":[452]},{"name":"AT_UINT64","features":[452]},{"name":"AT_UINT8","features":[452]},{"name":"DF_IMPERSONATION","features":[452]},{"name":"DF_TRACELESS","features":[452]},{"name":"DIAGNOSIS_STATUS","features":[452]},{"name":"DIAG_SOCKADDR","features":[452]},{"name":"DS_CONFIRMED","features":[452]},{"name":"DS_DEFERRED","features":[452]},{"name":"DS_INDETERMINATE","features":[452]},{"name":"DS_NOT_IMPLEMENTED","features":[452]},{"name":"DS_PASSTHROUGH","features":[452]},{"name":"DS_REJECTED","features":[452]},{"name":"DiagnosticsInfo","features":[452]},{"name":"HELPER_ATTRIBUTE","features":[307,452]},{"name":"HYPOTHESIS","features":[307,452]},{"name":"HelperAttributeInfo","features":[452]},{"name":"HypothesisResult","features":[307,452]},{"name":"INetDiagExtensibleHelper","features":[452]},{"name":"INetDiagHelper","features":[452]},{"name":"INetDiagHelperEx","features":[452]},{"name":"INetDiagHelperInfo","features":[452]},{"name":"INetDiagHelperUtilFactory","features":[452]},{"name":"LIFE_TIME","features":[307,452]},{"name":"NDF_ADD_CAPTURE_TRACE","features":[452]},{"name":"NDF_APPLY_INCLUSION_LIST_FILTER","features":[452]},{"name":"NDF_ERROR_START","features":[452]},{"name":"NDF_E_BAD_PARAM","features":[452]},{"name":"NDF_E_CANCELLED","features":[452]},{"name":"NDF_E_DISABLED","features":[452]},{"name":"NDF_E_LENGTH_EXCEEDED","features":[452]},{"name":"NDF_E_NOHELPERCLASS","features":[452]},{"name":"NDF_E_PROBLEM_PRESENT","features":[452]},{"name":"NDF_E_UNKNOWN","features":[452]},{"name":"NDF_E_VALIDATION","features":[452]},{"name":"NDF_INBOUND_FLAG_EDGETRAVERSAL","features":[452]},{"name":"NDF_INBOUND_FLAG_HEALTHCHECK","features":[452]},{"name":"NdfCancelIncident","features":[452]},{"name":"NdfCloseIncident","features":[452]},{"name":"NdfCreateConnectivityIncident","features":[452]},{"name":"NdfCreateDNSIncident","features":[452]},{"name":"NdfCreateGroupingIncident","features":[452,320]},{"name":"NdfCreateIncident","features":[307,452]},{"name":"NdfCreateNetConnectionIncident","features":[452]},{"name":"NdfCreatePnrpIncident","features":[307,452]},{"name":"NdfCreateSharingIncident","features":[452]},{"name":"NdfCreateWebIncident","features":[452]},{"name":"NdfCreateWebIncidentEx","features":[307,452]},{"name":"NdfCreateWinSockIncident","features":[452,320,310]},{"name":"NdfDiagnoseIncident","features":[452]},{"name":"NdfExecuteDiagnosis","features":[307,452]},{"name":"NdfGetTraceFile","features":[452]},{"name":"NdfRepairIncident","features":[452]},{"name":"OCTET_STRING","features":[452]},{"name":"PROBLEM_TYPE","features":[452]},{"name":"PT_DOWN_STREAM_HEALTH","features":[452]},{"name":"PT_HIGHER_UTILIZATION","features":[452]},{"name":"PT_HIGH_UTILIZATION","features":[452]},{"name":"PT_INVALID","features":[452]},{"name":"PT_LOWER_HEALTH","features":[452]},{"name":"PT_LOW_HEALTH","features":[452]},{"name":"PT_UP_STREAM_UTILIZATION","features":[452]},{"name":"RCF_ISCONFIRMED","features":[452]},{"name":"RCF_ISLEAF","features":[452]},{"name":"RCF_ISTHIRDPARTY","features":[452]},{"name":"REPAIR_RISK","features":[452]},{"name":"REPAIR_SCOPE","features":[452]},{"name":"REPAIR_STATUS","features":[452]},{"name":"RF_CONTACT_ADMIN","features":[452]},{"name":"RF_INFORMATION_ONLY","features":[452]},{"name":"RF_REPRO","features":[452]},{"name":"RF_RESERVED","features":[452]},{"name":"RF_RESERVED_CA","features":[452]},{"name":"RF_RESERVED_LNI","features":[452]},{"name":"RF_SHOW_EVENTS","features":[452]},{"name":"RF_UI_ONLY","features":[452]},{"name":"RF_USER_ACTION","features":[452]},{"name":"RF_USER_CONFIRMATION","features":[452]},{"name":"RF_VALIDATE_HELPTOPIC","features":[452]},{"name":"RF_WORKAROUND","features":[452]},{"name":"RR_NORISK","features":[452]},{"name":"RR_NOROLLBACK","features":[452]},{"name":"RR_ROLLBACK","features":[452]},{"name":"RS_APPLICATION","features":[452]},{"name":"RS_DEFERRED","features":[452]},{"name":"RS_NOT_IMPLEMENTED","features":[452]},{"name":"RS_PROCESS","features":[452]},{"name":"RS_REPAIRED","features":[452]},{"name":"RS_SYSTEM","features":[452]},{"name":"RS_UNREPAIRED","features":[452]},{"name":"RS_USER","features":[452]},{"name":"RS_USER_ACTION","features":[452]},{"name":"RepairInfo","features":[452]},{"name":"RepairInfoEx","features":[452]},{"name":"RootCauseInfo","features":[452]},{"name":"ShellCommandInfo","features":[452]},{"name":"UIT_DUI","features":[452]},{"name":"UIT_HELP_PANE","features":[452]},{"name":"UIT_INVALID","features":[452]},{"name":"UIT_NONE","features":[452]},{"name":"UIT_SHELL_COMMAND","features":[452]},{"name":"UI_INFO_TYPE","features":[452]},{"name":"UiInfo","features":[452]}],"457":[{"name":"ACCOUNTINGPROPERTIES","features":[453]},{"name":"ALLOWEDIN8021X","features":[453]},{"name":"ALLOWEDINCONDITION","features":[453]},{"name":"ALLOWEDINPROFILE","features":[453]},{"name":"ALLOWEDINPROXYCONDITION","features":[453]},{"name":"ALLOWEDINPROXYPROFILE","features":[453]},{"name":"ALLOWEDINVPNDIALUP","features":[453]},{"name":"ATTRIBUTEFILTER","features":[453]},{"name":"ATTRIBUTEID","features":[453]},{"name":"ATTRIBUTEINFO","features":[453]},{"name":"ATTRIBUTEPROPERTIES","features":[453]},{"name":"ATTRIBUTERESTRICTIONS","features":[453]},{"name":"ATTRIBUTESYNTAX","features":[453]},{"name":"ATTRIBUTE_FILTER_IEEE_802_1x","features":[453]},{"name":"ATTRIBUTE_FILTER_NONE","features":[453]},{"name":"ATTRIBUTE_FILTER_VPN_DIALUP","features":[453]},{"name":"ATTRIBUTE_MIN_VALUE","features":[453]},{"name":"ATTRIBUTE_UNDEFINED","features":[453]},{"name":"AUTHENTICATION_TYPE","features":[453]},{"name":"AUTHSRV_AUTHORIZATION_VALUE_W","features":[453]},{"name":"AUTHSRV_ENFORCE_NP_FOR_PAP_CHALLENGE_RESPONSE_VALUE_W","features":[453]},{"name":"AUTHSRV_EXTENSIONS_VALUE_W","features":[453]},{"name":"AUTHSRV_PARAMETERS_KEY_W","features":[453]},{"name":"CLIENTPROPERTIES","features":[453]},{"name":"CONDITIONPROPERTIES","features":[453]},{"name":"DATA_STORE_DIRECTORY","features":[453]},{"name":"DATA_STORE_LOCAL","features":[453]},{"name":"DESCRIPTION","features":[453]},{"name":"DICTIONARYPROPERTIES","features":[453]},{"name":"DOMAIN_TYPE_MIXED","features":[453]},{"name":"DOMAIN_TYPE_NONE","features":[453]},{"name":"DOMAIN_TYPE_NT4","features":[453]},{"name":"DOMAIN_TYPE_NT5","features":[453]},{"name":"IASCOMMONPROPERTIES","features":[453]},{"name":"IASCOMPONENTPROPERTIES","features":[453]},{"name":"IASDATASTORE","features":[453]},{"name":"IASDOMAINTYPE","features":[453]},{"name":"IASOSTYPE","features":[453]},{"name":"IASPROPERTIES","features":[453]},{"name":"IAS_ATTRIBUTE_ABSOLUTE_TIME","features":[453]},{"name":"IAS_ATTRIBUTE_ACCEPT_REASON_CODE","features":[453]},{"name":"IAS_ATTRIBUTE_ACCT_PROVIDER_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_ACCT_PROVIDER_TYPE","features":[453]},{"name":"IAS_ATTRIBUTE_ALLOWED_CERTIFICATE_EKU","features":[453]},{"name":"IAS_ATTRIBUTE_ALLOW_DIALIN","features":[453]},{"name":"IAS_ATTRIBUTE_AUTHENTICATION_TYPE","features":[453]},{"name":"IAS_ATTRIBUTE_AUTH_PROVIDER_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_AUTH_PROVIDER_TYPE","features":[453]},{"name":"IAS_ATTRIBUTE_CERTIFICATE_EKU","features":[453]},{"name":"IAS_ATTRIBUTE_CERTIFICATE_THUMBPRINT","features":[453]},{"name":"IAS_ATTRIBUTE_CLEAR_TEXT_PASSWORD","features":[453]},{"name":"IAS_ATTRIBUTE_CLIENT_IP_ADDRESS","features":[453]},{"name":"IAS_ATTRIBUTE_CLIENT_IPv6_ADDRESS","features":[453]},{"name":"IAS_ATTRIBUTE_CLIENT_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_CLIENT_PACKET_HEADER","features":[453]},{"name":"IAS_ATTRIBUTE_CLIENT_QUARANTINE_COMPATIBLE","features":[453]},{"name":"IAS_ATTRIBUTE_CLIENT_UDP_PORT","features":[453]},{"name":"IAS_ATTRIBUTE_CLIENT_VENDOR_TYPE","features":[453]},{"name":"IAS_ATTRIBUTE_EAP_CONFIG","features":[453]},{"name":"IAS_ATTRIBUTE_EAP_FRIENDLY_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_EAP_SESSION","features":[453]},{"name":"IAS_ATTRIBUTE_EAP_TYPEID","features":[453]},{"name":"IAS_ATTRIBUTE_EAP_TYPES_CONFIGURED_IN_PROXYPOLICY","features":[453]},{"name":"IAS_ATTRIBUTE_EXTENSION_STATE","features":[453]},{"name":"IAS_ATTRIBUTE_FULLY_QUALIFIED_MACHINE_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_FULLY_QUALIFIED_USER_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_GENERATE_CLASS_ATTRIBUTE","features":[453]},{"name":"IAS_ATTRIBUTE_GENERATE_SESSION_TIMEOUT","features":[453]},{"name":"IAS_ATTRIBUTE_IGNORE_USER_DIALIN_PROPERTIES","features":[453]},{"name":"IAS_ATTRIBUTE_IS_REPLAY","features":[453]},{"name":"IAS_ATTRIBUTE_LOGGING_RESULT","features":[453]},{"name":"IAS_ATTRIBUTE_MACHINE_INVENTORY","features":[453]},{"name":"IAS_ATTRIBUTE_MACHINE_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_MACHINE_NTGROUPS","features":[453]},{"name":"IAS_ATTRIBUTE_MACHINE_TOKEN_GROUPS","features":[453]},{"name":"IAS_ATTRIBUTE_MACHINE_TOKEN_SID","features":[453]},{"name":"IAS_ATTRIBUTE_MACHINE_VALIDATED","features":[453]},{"name":"IAS_ATTRIBUTE_MANIPULATION_RULE","features":[453]},{"name":"IAS_ATTRIBUTE_MANIPULATION_TARGET","features":[453]},{"name":"IAS_ATTRIBUTE_NAME_MAPPED","features":[453]},{"name":"IAS_ATTRIBUTE_NP_ALLOWED_EAP_TYPE","features":[453]},{"name":"IAS_ATTRIBUTE_NP_ALLOWED_PORT_TYPES","features":[453]},{"name":"IAS_ATTRIBUTE_NP_AUTHENTICATION_TYPE","features":[453]},{"name":"IAS_ATTRIBUTE_NP_CALLED_STATION_ID","features":[453]},{"name":"IAS_ATTRIBUTE_NP_CALLING_STATION_ID","features":[453]},{"name":"IAS_ATTRIBUTE_NP_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_NP_PEAPUPFRONT_ENABLED","features":[453]},{"name":"IAS_ATTRIBUTE_NP_TIME_OF_DAY","features":[453]},{"name":"IAS_ATTRIBUTE_NT4_ACCOUNT_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_NT4_HCAP_ACCOUNT_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_NT4_MACHINE_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_NTGROUPS","features":[453]},{"name":"IAS_ATTRIBUTE_ORIGINAL_USER_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_OVERRIDE_RAP_AUTH","features":[453]},{"name":"IAS_ATTRIBUTE_PACKET_TYPE","features":[453]},{"name":"IAS_ATTRIBUTE_PASSPORT_USER_MAPPING_UPN_SUFFIX","features":[453]},{"name":"IAS_ATTRIBUTE_PEAP_CHANNEL_UP","features":[453]},{"name":"IAS_ATTRIBUTE_PEAP_EMBEDDED_EAP_TYPEID","features":[453]},{"name":"IAS_ATTRIBUTE_PEAP_FAST_ROAMED_SESSION","features":[453]},{"name":"IAS_ATTRIBUTE_POLICY_ENFORCED","features":[453]},{"name":"IAS_ATTRIBUTE_POLICY_EVALUATED_SHV","features":[453]},{"name":"IAS_ATTRIBUTE_PROVIDER_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_PROVIDER_TYPE","features":[453]},{"name":"IAS_ATTRIBUTE_PROXY_EAP_CONFIG","features":[453]},{"name":"IAS_ATTRIBUTE_PROXY_POLICY_NAME","features":[453]},{"name":"IAS_ATTRIBUTE_PROXY_RETRY_COUNT","features":[453]},{"name":"IAS_ATTRIBUTE_QUARANTINE_FIXUP_SERVERS","features":[453]},{"name":"IAS_ATTRIBUTE_QUARANTINE_FIXUP_SERVERS_CONFIGURATION","features":[453]},{"name":"IAS_ATTRIBUTE_QUARANTINE_SESSION_HANDLE","features":[453]},{"name":"IAS_ATTRIBUTE_QUARANTINE_SESSION_ID","features":[453]},{"name":"IAS_ATTRIBUTE_QUARANTINE_SYSTEM_HEALTH_RESULT","features":[453]},{"name":"IAS_ATTRIBUTE_QUARANTINE_SYSTEM_HEALTH_VALIDATORS","features":[453]},{"name":"IAS_ATTRIBUTE_QUARANTINE_UPDATE_NON_COMPLIANT","features":[453]},{"name":"IAS_ATTRIBUTE_QUARANTINE_URL","features":[453]},{"name":"IAS_ATTRIBUTE_RADIUS_USERNAME_ENCODING_ASCII","features":[453]},{"name":"IAS_ATTRIBUTE_REASON_CODE","features":[453]},{"name":"IAS_ATTRIBUTE_REJECT_REASON_CODE","features":[453]},{"name":"IAS_ATTRIBUTE_REMOTE_RADIUS_TO_WINDOWS_USER_MAPPING","features":[453]},{"name":"IAS_ATTRIBUTE_REMOTE_SERVER_ADDRESS","features":[453]},{"name":"IAS_ATTRIBUTE_REQUEST_ID","features":[453]},{"name":"IAS_ATTRIBUTE_REQUEST_START_TIME","features":[453]},{"name":"IAS_ATTRIBUTE_SAVED_MACHINE_HEALTHCHECK_ONLY","features":[453]},{"name":"IAS_ATTRIBUTE_SAVED_NP_CALLING_STATION_ID","features":[453]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_CALLBACK_NUMBER","features":[453]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_FRAMED_INTERFACE_ID","features":[453]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_FRAMED_IP_ADDRESS","features":[453]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_FRAMED_IPv6_PREFIX","features":[453]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_FRAMED_IPv6_ROUTE","features":[453]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_FRAMED_ROUTE","features":[453]},{"name":"IAS_ATTRIBUTE_SERVER_IP_ADDRESS","features":[453]},{"name":"IAS_ATTRIBUTE_SERVER_IPv6_ADDRESS","features":[453]},{"name":"IAS_ATTRIBUTE_SESSION_TIMEOUT","features":[453]},{"name":"IAS_ATTRIBUTE_SHARED_SECRET","features":[453]},{"name":"IAS_ATTRIBUTE_SOH_CARRIER_EAPTLV","features":[453]},{"name":"IAS_ATTRIBUTE_TOKEN_GROUPS","features":[453]},{"name":"IAS_ATTRIBUTE_TUNNEL_TAG","features":[453]},{"name":"IAS_ATTRIBUTE_USER_NTGROUPS","features":[453]},{"name":"IAS_ATTRIBUTE_USER_TOKEN_GROUPS","features":[453]},{"name":"IAS_ATTRIBUTE_USER_TOKEN_SID","features":[453]},{"name":"IAS_AUTH_ARAP","features":[453]},{"name":"IAS_AUTH_CUSTOM","features":[453]},{"name":"IAS_AUTH_EAP","features":[453]},{"name":"IAS_AUTH_INVALID","features":[453]},{"name":"IAS_AUTH_MD5CHAP","features":[453]},{"name":"IAS_AUTH_MSCHAP","features":[453]},{"name":"IAS_AUTH_MSCHAP2","features":[453]},{"name":"IAS_AUTH_MSCHAP2_CPW","features":[453]},{"name":"IAS_AUTH_MSCHAP_CPW","features":[453]},{"name":"IAS_AUTH_NONE","features":[453]},{"name":"IAS_AUTH_PAP","features":[453]},{"name":"IAS_AUTH_PEAP","features":[453]},{"name":"IAS_IDENTITY_NO_DEFAULT","features":[453]},{"name":"IAS_LOGGING_DAILY","features":[453]},{"name":"IAS_LOGGING_MONTHLY","features":[453]},{"name":"IAS_LOGGING_UNLIMITED_SIZE","features":[453]},{"name":"IAS_LOGGING_WEEKLY","features":[453]},{"name":"IAS_LOGGING_WHEN_FILE_SIZE_REACHES","features":[453]},{"name":"IAS_SYNTAX_BOOLEAN","features":[453]},{"name":"IAS_SYNTAX_ENUMERATOR","features":[453]},{"name":"IAS_SYNTAX_INETADDR","features":[453]},{"name":"IAS_SYNTAX_INETADDR6","features":[453]},{"name":"IAS_SYNTAX_INTEGER","features":[453]},{"name":"IAS_SYNTAX_OCTETSTRING","features":[453]},{"name":"IAS_SYNTAX_PROVIDERSPECIFIC","features":[453]},{"name":"IAS_SYNTAX_STRING","features":[453]},{"name":"IAS_SYNTAX_UNSIGNEDINTEGER","features":[453]},{"name":"IAS_SYNTAX_UTCTIME","features":[453]},{"name":"IDENTITY_TYPE","features":[453]},{"name":"IPFILTERPROPERTIES","features":[453]},{"name":"ISdo","features":[453,358]},{"name":"ISdoCollection","features":[453,358]},{"name":"ISdoDictionaryOld","features":[453,358]},{"name":"ISdoMachine","features":[453,358]},{"name":"ISdoMachine2","features":[453,358]},{"name":"ISdoServiceControl","features":[453,358]},{"name":"ITemplateSdo","features":[453,358]},{"name":"LDAPNAME","features":[453]},{"name":"MS_ATTRIBUTE_ACCT_AUTH_TYPE","features":[453]},{"name":"MS_ATTRIBUTE_ACCT_EAP_TYPE","features":[453]},{"name":"MS_ATTRIBUTE_AFW_PROTECTION_LEVEL","features":[453]},{"name":"MS_ATTRIBUTE_AFW_QUARANTINE_ZONE","features":[453]},{"name":"MS_ATTRIBUTE_AZURE_POLICY_ID","features":[453]},{"name":"MS_ATTRIBUTE_CHAP2_CPW","features":[453]},{"name":"MS_ATTRIBUTE_CHAP2_RESPONSE","features":[453]},{"name":"MS_ATTRIBUTE_CHAP2_SUCCESS","features":[453]},{"name":"MS_ATTRIBUTE_CHAP_CHALLENGE","features":[453]},{"name":"MS_ATTRIBUTE_CHAP_CPW1","features":[453]},{"name":"MS_ATTRIBUTE_CHAP_CPW2","features":[453]},{"name":"MS_ATTRIBUTE_CHAP_DOMAIN","features":[453]},{"name":"MS_ATTRIBUTE_CHAP_ERROR","features":[453]},{"name":"MS_ATTRIBUTE_CHAP_LM_ENC_PW","features":[453]},{"name":"MS_ATTRIBUTE_CHAP_MPPE_KEYS","features":[453]},{"name":"MS_ATTRIBUTE_CHAP_NT_ENC_PW","features":[453]},{"name":"MS_ATTRIBUTE_CHAP_RESPONSE","features":[453]},{"name":"MS_ATTRIBUTE_EAP_TLV","features":[453]},{"name":"MS_ATTRIBUTE_EXTENDED_QUARANTINE_STATE","features":[453]},{"name":"MS_ATTRIBUTE_FILTER","features":[453]},{"name":"MS_ATTRIBUTE_HCAP_LOCATION_GROUP_NAME","features":[453]},{"name":"MS_ATTRIBUTE_HCAP_USER_GROUPS","features":[453]},{"name":"MS_ATTRIBUTE_HCAP_USER_NAME","features":[453]},{"name":"MS_ATTRIBUTE_IDENTITY_TYPE","features":[453]},{"name":"MS_ATTRIBUTE_IPV4_REMEDIATION_SERVERS","features":[453]},{"name":"MS_ATTRIBUTE_IPV6_REMEDIATION_SERVERS","features":[453]},{"name":"MS_ATTRIBUTE_IPv6_FILTER","features":[453]},{"name":"MS_ATTRIBUTE_MACHINE_NAME","features":[453]},{"name":"MS_ATTRIBUTE_MPPE_RECV_KEY","features":[453]},{"name":"MS_ATTRIBUTE_MPPE_SEND_KEY","features":[453]},{"name":"MS_ATTRIBUTE_NETWORK_ACCESS_SERVER_TYPE","features":[453]},{"name":"MS_ATTRIBUTE_NOT_QUARANTINE_CAPABLE","features":[453]},{"name":"MS_ATTRIBUTE_PRIMARY_DNS_SERVER","features":[453]},{"name":"MS_ATTRIBUTE_PRIMARY_NBNS_SERVER","features":[453]},{"name":"MS_ATTRIBUTE_QUARANTINE_GRACE_TIME","features":[453]},{"name":"MS_ATTRIBUTE_QUARANTINE_GRACE_TIME_CONFIGURATION","features":[453]},{"name":"MS_ATTRIBUTE_QUARANTINE_IPFILTER","features":[453]},{"name":"MS_ATTRIBUTE_QUARANTINE_SESSION_TIMEOUT","features":[453]},{"name":"MS_ATTRIBUTE_QUARANTINE_SOH","features":[453]},{"name":"MS_ATTRIBUTE_QUARANTINE_STATE","features":[453]},{"name":"MS_ATTRIBUTE_QUARANTINE_USER_CLASS","features":[453]},{"name":"MS_ATTRIBUTE_RAS_CLIENT_NAME","features":[453]},{"name":"MS_ATTRIBUTE_RAS_CLIENT_VERSION","features":[453]},{"name":"MS_ATTRIBUTE_RAS_CORRELATION_ID","features":[453]},{"name":"MS_ATTRIBUTE_RAS_ROUTING_DOMAIN_ID","features":[453]},{"name":"MS_ATTRIBUTE_RAS_VENDOR","features":[453]},{"name":"MS_ATTRIBUTE_RAS_VERSION","features":[453]},{"name":"MS_ATTRIBUTE_SECONDARY_DNS_SERVER","features":[453]},{"name":"MS_ATTRIBUTE_SECONDARY_NBNS_SERVER","features":[453]},{"name":"MS_ATTRIBUTE_SERVICE_CLASS","features":[453]},{"name":"MS_ATTRIBUTE_TSG_DEVICE_REDIRECTION","features":[453]},{"name":"MS_ATTRIBUTE_USER_IPv4_ADDRESS","features":[453]},{"name":"MS_ATTRIBUTE_USER_IPv6_ADDRESS","features":[453]},{"name":"MS_ATTRIBUTE_USER_SECURITY_IDENTITY","features":[453]},{"name":"MULTIVALUED","features":[453]},{"name":"NAME","features":[453]},{"name":"NAMESPROPERTIES","features":[453]},{"name":"NAPPROPERTIES","features":[453]},{"name":"NEW_LOG_FILE_FREQUENCY","features":[453]},{"name":"NTEVENTLOGPROPERTIES","features":[453]},{"name":"NTSAMPROPERTIES","features":[453]},{"name":"POLICYPROPERTIES","features":[453]},{"name":"PRADIUS_EXTENSION_FREE_ATTRIBUTES","features":[453]},{"name":"PRADIUS_EXTENSION_INIT","features":[453]},{"name":"PRADIUS_EXTENSION_PROCESS","features":[453]},{"name":"PRADIUS_EXTENSION_PROCESS_2","features":[453]},{"name":"PRADIUS_EXTENSION_PROCESS_EX","features":[453]},{"name":"PRADIUS_EXTENSION_TERM","features":[453]},{"name":"PROFILEPROPERTIES","features":[453]},{"name":"PROPERTY_ACCOUNTING_DISCARD_REQUEST_ON_FAILURE","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_ACCOUNTING","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_ACCOUNTING_INTERIM","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_AUTHENTICATION","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_AUTHENTICATION_INTERIM","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_DELETE_IF_FULL","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_ENABLE_LOGGING","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_FILE_DIRECTORY","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_FILE_IS_BACKUP","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_IAS1_FORMAT","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_OPEN_NEW_FREQUENCY","features":[453]},{"name":"PROPERTY_ACCOUNTING_LOG_OPEN_NEW_SIZE","features":[453]},{"name":"PROPERTY_ACCOUNTING_SQL_MAX_SESSIONS","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_8021X","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_CONDITION","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_PROFILE","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_PROXY_CONDITION","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_PROXY_PROFILE","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_VPNDIALUP","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_LOG_ORDINAL","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_MULTIPLE","features":[453]},{"name":"PROPERTY_ATTRIBUTE_DISPLAY_NAME","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ENUM_FILTERS","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ENUM_NAMES","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ENUM_VALUES","features":[453]},{"name":"PROPERTY_ATTRIBUTE_ID","features":[453]},{"name":"PROPERTY_ATTRIBUTE_IS_ENUMERABLE","features":[453]},{"name":"PROPERTY_ATTRIBUTE_SYNTAX","features":[453]},{"name":"PROPERTY_ATTRIBUTE_VALUE","features":[453]},{"name":"PROPERTY_ATTRIBUTE_VENDOR_ID","features":[453]},{"name":"PROPERTY_ATTRIBUTE_VENDOR_TYPE_ID","features":[453]},{"name":"PROPERTY_CLIENT_ADDRESS","features":[453]},{"name":"PROPERTY_CLIENT_ENABLED","features":[453]},{"name":"PROPERTY_CLIENT_NAS_MANUFACTURER","features":[453]},{"name":"PROPERTY_CLIENT_QUARANTINE_COMPATIBLE","features":[453]},{"name":"PROPERTY_CLIENT_REQUIRE_SIGNATURE","features":[453]},{"name":"PROPERTY_CLIENT_SECRET_TEMPLATE_GUID","features":[453]},{"name":"PROPERTY_CLIENT_SHARED_SECRET","features":[453]},{"name":"PROPERTY_CLIENT_UNUSED","features":[453]},{"name":"PROPERTY_COMPONENT_ID","features":[453]},{"name":"PROPERTY_COMPONENT_PROG_ID","features":[453]},{"name":"PROPERTY_COMPONENT_START","features":[453]},{"name":"PROPERTY_CONDITION_TEXT","features":[453]},{"name":"PROPERTY_DICTIONARY_ATTRIBUTES_COLLECTION","features":[453]},{"name":"PROPERTY_DICTIONARY_LOCATION","features":[453]},{"name":"PROPERTY_EVENTLOG_LOG_APPLICATION_EVENTS","features":[453]},{"name":"PROPERTY_EVENTLOG_LOG_DEBUG","features":[453]},{"name":"PROPERTY_EVENTLOG_LOG_MALFORMED","features":[453]},{"name":"PROPERTY_IAS_AUDITORS_COLLECTION","features":[453]},{"name":"PROPERTY_IAS_POLICIES_COLLECTION","features":[453]},{"name":"PROPERTY_IAS_PROFILES_COLLECTION","features":[453]},{"name":"PROPERTY_IAS_PROTOCOLS_COLLECTION","features":[453]},{"name":"PROPERTY_IAS_PROXYPOLICIES_COLLECTION","features":[453]},{"name":"PROPERTY_IAS_PROXYPROFILES_COLLECTION","features":[453]},{"name":"PROPERTY_IAS_RADIUSSERVERGROUPS_COLLECTION","features":[453]},{"name":"PROPERTY_IAS_REMEDIATIONSERVERGROUPS_COLLECTION","features":[453]},{"name":"PROPERTY_IAS_REQUESTHANDLERS_COLLECTION","features":[453]},{"name":"PROPERTY_IAS_SHVTEMPLATES_COLLECTION","features":[453]},{"name":"PROPERTY_IPFILTER_ATTRIBUTES_COLLECTION","features":[453]},{"name":"PROPERTY_NAMES_REALMS","features":[453]},{"name":"PROPERTY_NAP_POLICIES_COLLECTION","features":[453]},{"name":"PROPERTY_NAS_VENDOR_ID","features":[453]},{"name":"PROPERTY_NTSAM_ALLOW_LM_AUTHENTICATION","features":[453]},{"name":"PROPERTY_POLICY_ACTION","features":[453]},{"name":"PROPERTY_POLICY_CONDITIONS_COLLECTION","features":[453]},{"name":"PROPERTY_POLICY_CONSTRAINT","features":[453]},{"name":"PROPERTY_POLICY_ENABLED","features":[453]},{"name":"PROPERTY_POLICY_MERIT","features":[453]},{"name":"PROPERTY_POLICY_PROFILE_NAME","features":[453]},{"name":"PROPERTY_POLICY_SOURCETAG","features":[453]},{"name":"PROPERTY_POLICY_UNUSED0","features":[453]},{"name":"PROPERTY_POLICY_UNUSED1","features":[453]},{"name":"PROPERTY_PROFILE_ATTRIBUTES_COLLECTION","features":[453]},{"name":"PROPERTY_PROFILE_IPFILTER_TEMPLATE_GUID","features":[453]},{"name":"PROPERTY_PROTOCOL_REQUEST_HANDLER","features":[453]},{"name":"PROPERTY_PROTOCOL_START","features":[453]},{"name":"PROPERTY_RADIUSPROXY_SERVERGROUPS","features":[453]},{"name":"PROPERTY_RADIUSSERVERGROUP_SERVERS_COLLECTION","features":[453]},{"name":"PROPERTY_RADIUSSERVER_ACCT_PORT","features":[453]},{"name":"PROPERTY_RADIUSSERVER_ACCT_SECRET","features":[453]},{"name":"PROPERTY_RADIUSSERVER_ACCT_SECRET_TEMPLATE_GUID","features":[453]},{"name":"PROPERTY_RADIUSSERVER_ADDRESS","features":[453]},{"name":"PROPERTY_RADIUSSERVER_AUTH_PORT","features":[453]},{"name":"PROPERTY_RADIUSSERVER_AUTH_SECRET","features":[453]},{"name":"PROPERTY_RADIUSSERVER_AUTH_SECRET_TEMPLATE_GUID","features":[453]},{"name":"PROPERTY_RADIUSSERVER_BLACKOUT","features":[453]},{"name":"PROPERTY_RADIUSSERVER_FORWARD_ACCT_ONOFF","features":[453]},{"name":"PROPERTY_RADIUSSERVER_MAX_LOST","features":[453]},{"name":"PROPERTY_RADIUSSERVER_PRIORITY","features":[453]},{"name":"PROPERTY_RADIUSSERVER_SEND_SIGNATURE","features":[453]},{"name":"PROPERTY_RADIUSSERVER_TIMEOUT","features":[453]},{"name":"PROPERTY_RADIUSSERVER_WEIGHT","features":[453]},{"name":"PROPERTY_RADIUS_ACCOUNTING_PORT","features":[453]},{"name":"PROPERTY_RADIUS_AUTHENTICATION_PORT","features":[453]},{"name":"PROPERTY_RADIUS_CLIENTS_COLLECTION","features":[453]},{"name":"PROPERTY_RADIUS_VENDORS_COLLECTION","features":[453]},{"name":"PROPERTY_REMEDIATIONSERVERGROUP_SERVERS_COLLECTION","features":[453]},{"name":"PROPERTY_REMEDIATIONSERVERS_SERVERGROUPS","features":[453]},{"name":"PROPERTY_REMEDIATIONSERVER_ADDRESS","features":[453]},{"name":"PROPERTY_REMEDIATIONSERVER_FRIENDLY_NAME","features":[453]},{"name":"PROPERTY_SDO_CLASS","features":[453]},{"name":"PROPERTY_SDO_DATASTORE_NAME","features":[453]},{"name":"PROPERTY_SDO_DESCRIPTION","features":[453]},{"name":"PROPERTY_SDO_ID","features":[453]},{"name":"PROPERTY_SDO_NAME","features":[453]},{"name":"PROPERTY_SDO_OPAQUE","features":[453]},{"name":"PROPERTY_SDO_RESERVED","features":[453]},{"name":"PROPERTY_SDO_START","features":[453]},{"name":"PROPERTY_SDO_TEMPLATE_GUID","features":[453]},{"name":"PROPERTY_SHAREDSECRET_STRING","features":[453]},{"name":"PROPERTY_SHVCONFIG_LIST","features":[453]},{"name":"PROPERTY_SHV_COMBINATION_TYPE","features":[453]},{"name":"PROPERTY_SHV_LIST","features":[453]},{"name":"PROPERTY_SHV_TEMPLATES_COLLECTION","features":[453]},{"name":"PROPERTY_TEMPLATES_CLIENTS_TEMPLATES","features":[453]},{"name":"PROPERTY_TEMPLATES_IPFILTERS_TEMPLATES","features":[453]},{"name":"PROPERTY_TEMPLATES_POLICIES_TEMPLATES","features":[453]},{"name":"PROPERTY_TEMPLATES_PROFILES_COLLECTION","features":[453]},{"name":"PROPERTY_TEMPLATES_PROFILES_TEMPLATES","features":[453]},{"name":"PROPERTY_TEMPLATES_PROXYPOLICIES_TEMPLATES","features":[453]},{"name":"PROPERTY_TEMPLATES_PROXYPROFILES_COLLECTION","features":[453]},{"name":"PROPERTY_TEMPLATES_PROXYPROFILES_TEMPLATES","features":[453]},{"name":"PROPERTY_TEMPLATES_RADIUSSERVERS_TEMPLATES","features":[453]},{"name":"PROPERTY_TEMPLATES_REMEDIATIONSERVERGROUPS_TEMPLATES","features":[453]},{"name":"PROPERTY_TEMPLATES_SHAREDSECRETS_TEMPLATES","features":[453]},{"name":"PROPERTY_TEMPLATES_SHVTEMPLATES_TEMPLATES","features":[453]},{"name":"PROPERTY_USER_ALLOW_DIALIN","features":[453]},{"name":"PROPERTY_USER_CALLING_STATION_ID","features":[453]},{"name":"PROPERTY_USER_RADIUS_CALLBACK_NUMBER","features":[453]},{"name":"PROPERTY_USER_RADIUS_FRAMED_INTERFACE_ID","features":[453]},{"name":"PROPERTY_USER_RADIUS_FRAMED_IPV6_PREFIX","features":[453]},{"name":"PROPERTY_USER_RADIUS_FRAMED_IPV6_ROUTE","features":[453]},{"name":"PROPERTY_USER_RADIUS_FRAMED_IP_ADDRESS","features":[453]},{"name":"PROPERTY_USER_RADIUS_FRAMED_ROUTE","features":[453]},{"name":"PROPERTY_USER_SAVED_CALLING_STATION_ID","features":[453]},{"name":"PROPERTY_USER_SAVED_RADIUS_CALLBACK_NUMBER","features":[453]},{"name":"PROPERTY_USER_SAVED_RADIUS_FRAMED_INTERFACE_ID","features":[453]},{"name":"PROPERTY_USER_SAVED_RADIUS_FRAMED_IPV6_PREFIX","features":[453]},{"name":"PROPERTY_USER_SAVED_RADIUS_FRAMED_IPV6_ROUTE","features":[453]},{"name":"PROPERTY_USER_SAVED_RADIUS_FRAMED_IP_ADDRESS","features":[453]},{"name":"PROPERTY_USER_SAVED_RADIUS_FRAMED_ROUTE","features":[453]},{"name":"PROPERTY_USER_SERVICE_TYPE","features":[453]},{"name":"PROTOCOLPROPERTIES","features":[453]},{"name":"RADIUSPROPERTIES","features":[453]},{"name":"RADIUSPROXYPROPERTIES","features":[453]},{"name":"RADIUSSERVERGROUPPROPERTIES","features":[453]},{"name":"RADIUSSERVERPROPERTIES","features":[453]},{"name":"RADIUS_ACTION","features":[453]},{"name":"RADIUS_ATTRIBUTE","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_AUTHENTIC","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_DELAY_TIME","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_INPUT_OCTETS","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_INPUT_PACKETS","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_INTERIM_INTERVAL","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_LINK_COUNT","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_MULTI_SSN_ID","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_OUTPUT_OCTETS","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_OUTPUT_PACKETS","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_SESSION_ID","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_SESSION_TIME","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_STATUS_TYPE","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_TERMINATE_CAUSE","features":[453]},{"name":"RADIUS_ATTRIBUTE_ACCT_TUNNEL_CONN","features":[453]},{"name":"RADIUS_ATTRIBUTE_ARAP_CHALLENGE_RESPONSE","features":[453]},{"name":"RADIUS_ATTRIBUTE_ARAP_FEATURES","features":[453]},{"name":"RADIUS_ATTRIBUTE_ARAP_PASSWORD","features":[453]},{"name":"RADIUS_ATTRIBUTE_ARAP_SECURITY","features":[453]},{"name":"RADIUS_ATTRIBUTE_ARAP_SECURITY_DATA","features":[453]},{"name":"RADIUS_ATTRIBUTE_ARAP_ZONE_ACCESS","features":[453]},{"name":"RADIUS_ATTRIBUTE_ARRAY","features":[453]},{"name":"RADIUS_ATTRIBUTE_CALLBACK_ID","features":[453]},{"name":"RADIUS_ATTRIBUTE_CALLBACK_NUMBER","features":[453]},{"name":"RADIUS_ATTRIBUTE_CALLED_STATION_ID","features":[453]},{"name":"RADIUS_ATTRIBUTE_CALLING_STATION_ID","features":[453]},{"name":"RADIUS_ATTRIBUTE_CHAP_CHALLENGE","features":[453]},{"name":"RADIUS_ATTRIBUTE_CHAP_PASSWORD","features":[453]},{"name":"RADIUS_ATTRIBUTE_CLASS","features":[453]},{"name":"RADIUS_ATTRIBUTE_CONFIGURATION_TOKEN","features":[453]},{"name":"RADIUS_ATTRIBUTE_CONNECT_INFO","features":[453]},{"name":"RADIUS_ATTRIBUTE_EAP_MESSAGE","features":[453]},{"name":"RADIUS_ATTRIBUTE_FILTER_ID","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_APPLETALK_LINK","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_APPLETALK_NET","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_APPLETALK_ZONE","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_COMPRESSION","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_INTERFACE_ID","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IPX_NETWORK","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IP_ADDRESS","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IP_NETMASK","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IPv6_POOL","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IPv6_PREFIX","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IPv6_ROUTE","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_MTU","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_PROTOCOL","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_ROUTE","features":[453]},{"name":"RADIUS_ATTRIBUTE_FRAMED_ROUTING","features":[453]},{"name":"RADIUS_ATTRIBUTE_IDLE_TIMEOUT","features":[453]},{"name":"RADIUS_ATTRIBUTE_LOGIN_IP_HOST","features":[453]},{"name":"RADIUS_ATTRIBUTE_LOGIN_IPv6_HOST","features":[453]},{"name":"RADIUS_ATTRIBUTE_LOGIN_LAT_GROUP","features":[453]},{"name":"RADIUS_ATTRIBUTE_LOGIN_LAT_NODE","features":[453]},{"name":"RADIUS_ATTRIBUTE_LOGIN_LAT_PORT","features":[453]},{"name":"RADIUS_ATTRIBUTE_LOGIN_LAT_SERVICE","features":[453]},{"name":"RADIUS_ATTRIBUTE_LOGIN_SERVICE","features":[453]},{"name":"RADIUS_ATTRIBUTE_LOGIN_TCP_PORT","features":[453]},{"name":"RADIUS_ATTRIBUTE_NAS_IDENTIFIER","features":[453]},{"name":"RADIUS_ATTRIBUTE_NAS_IP_ADDRESS","features":[453]},{"name":"RADIUS_ATTRIBUTE_NAS_IPv6_ADDRESS","features":[453]},{"name":"RADIUS_ATTRIBUTE_NAS_PORT","features":[453]},{"name":"RADIUS_ATTRIBUTE_NAS_PORT_TYPE","features":[453]},{"name":"RADIUS_ATTRIBUTE_PASSWORD_RETRY","features":[453]},{"name":"RADIUS_ATTRIBUTE_PORT_LIMIT","features":[453]},{"name":"RADIUS_ATTRIBUTE_PROMPT","features":[453]},{"name":"RADIUS_ATTRIBUTE_PROXY_STATE","features":[453]},{"name":"RADIUS_ATTRIBUTE_REPLY_MESSAGE","features":[453]},{"name":"RADIUS_ATTRIBUTE_SERVICE_TYPE","features":[453]},{"name":"RADIUS_ATTRIBUTE_SESSION_TIMEOUT","features":[453]},{"name":"RADIUS_ATTRIBUTE_SIGNATURE","features":[453]},{"name":"RADIUS_ATTRIBUTE_STATE","features":[453]},{"name":"RADIUS_ATTRIBUTE_TERMINATION_ACTION","features":[453]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_ASSIGNMENT_ID","features":[453]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_CLIENT_ENDPT","features":[453]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_MEDIUM_TYPE","features":[453]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_PASSWORD","features":[453]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_PREFERENCE","features":[453]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_PVT_GROUP_ID","features":[453]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_SERVER_ENDPT","features":[453]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_TYPE","features":[453]},{"name":"RADIUS_ATTRIBUTE_TYPE","features":[453]},{"name":"RADIUS_ATTRIBUTE_UNASSIGNED1","features":[453]},{"name":"RADIUS_ATTRIBUTE_UNASSIGNED2","features":[453]},{"name":"RADIUS_ATTRIBUTE_USER_NAME","features":[453]},{"name":"RADIUS_ATTRIBUTE_USER_PASSWORD","features":[453]},{"name":"RADIUS_ATTRIBUTE_VENDOR_SPECIFIC","features":[453]},{"name":"RADIUS_AUTHENTICATION_PROVIDER","features":[453]},{"name":"RADIUS_CODE","features":[453]},{"name":"RADIUS_DATA_TYPE","features":[453]},{"name":"RADIUS_EXTENSION_CONTROL_BLOCK","features":[453]},{"name":"RADIUS_EXTENSION_FREE_ATTRIBUTES","features":[453]},{"name":"RADIUS_EXTENSION_INIT","features":[453]},{"name":"RADIUS_EXTENSION_POINT","features":[453]},{"name":"RADIUS_EXTENSION_PROCESS","features":[453]},{"name":"RADIUS_EXTENSION_PROCESS2","features":[453]},{"name":"RADIUS_EXTENSION_PROCESS_EX","features":[453]},{"name":"RADIUS_EXTENSION_TERM","features":[453]},{"name":"RADIUS_EXTENSION_VERSION","features":[453]},{"name":"RADIUS_REJECT_REASON_CODE","features":[453]},{"name":"RADIUS_VSA_FORMAT","features":[453]},{"name":"RAS_ATTRIBUTE_BAP_LINE_DOWN_LIMIT","features":[453]},{"name":"RAS_ATTRIBUTE_BAP_LINE_DOWN_TIME","features":[453]},{"name":"RAS_ATTRIBUTE_BAP_REQUIRED","features":[453]},{"name":"RAS_ATTRIBUTE_ENCRYPTION_POLICY","features":[453]},{"name":"RAS_ATTRIBUTE_ENCRYPTION_TYPE","features":[453]},{"name":"REMEDIATIONSERVERGROUPPROPERTIES","features":[453]},{"name":"REMEDIATIONSERVERPROPERTIES","features":[453]},{"name":"REMEDIATIONSERVERSPROPERTIES","features":[453]},{"name":"RESTRICTIONS","features":[453]},{"name":"SERVICE_TYPE","features":[453]},{"name":"SERVICE_TYPE_IAS","features":[453]},{"name":"SERVICE_TYPE_MAX","features":[453]},{"name":"SERVICE_TYPE_RAMGMTSVC","features":[453]},{"name":"SERVICE_TYPE_RAS","features":[453]},{"name":"SHAREDSECRETPROPERTIES","features":[453]},{"name":"SHVTEMPLATEPROPERTIES","features":[453]},{"name":"SHV_COMBINATION_TYPE","features":[453]},{"name":"SHV_COMBINATION_TYPE_ALL_FAIL","features":[453]},{"name":"SHV_COMBINATION_TYPE_ALL_PASS","features":[453]},{"name":"SHV_COMBINATION_TYPE_MAX","features":[453]},{"name":"SHV_COMBINATION_TYPE_ONE_OR_MORE_FAIL","features":[453]},{"name":"SHV_COMBINATION_TYPE_ONE_OR_MORE_INFECTED","features":[453]},{"name":"SHV_COMBINATION_TYPE_ONE_OR_MORE_PASS","features":[453]},{"name":"SHV_COMBINATION_TYPE_ONE_OR_MORE_TRANSITIONAL","features":[453]},{"name":"SHV_COMBINATION_TYPE_ONE_OR_MORE_UNKNOWN","features":[453]},{"name":"SYNTAX","features":[453]},{"name":"SYSTEM_TYPE_NT10_0_SERVER","features":[453]},{"name":"SYSTEM_TYPE_NT10_0_WORKSTATION","features":[453]},{"name":"SYSTEM_TYPE_NT4_SERVER","features":[453]},{"name":"SYSTEM_TYPE_NT4_WORKSTATION","features":[453]},{"name":"SYSTEM_TYPE_NT5_SERVER","features":[453]},{"name":"SYSTEM_TYPE_NT5_WORKSTATION","features":[453]},{"name":"SYSTEM_TYPE_NT6_1_SERVER","features":[453]},{"name":"SYSTEM_TYPE_NT6_1_WORKSTATION","features":[453]},{"name":"SYSTEM_TYPE_NT6_2_SERVER","features":[453]},{"name":"SYSTEM_TYPE_NT6_2_WORKSTATION","features":[453]},{"name":"SYSTEM_TYPE_NT6_3_SERVER","features":[453]},{"name":"SYSTEM_TYPE_NT6_3_WORKSTATION","features":[453]},{"name":"SYSTEM_TYPE_NT6_SERVER","features":[453]},{"name":"SYSTEM_TYPE_NT6_WORKSTATION","features":[453]},{"name":"SdoMachine","features":[453]},{"name":"TEMPLATESPROPERTIES","features":[453]},{"name":"USERPROPERTIES","features":[453]},{"name":"VENDORID","features":[453]},{"name":"VENDORPROPERTIES","features":[453]},{"name":"VENDORTYPE","features":[453]},{"name":"raAccept","features":[453]},{"name":"raContinue","features":[453]},{"name":"raReject","features":[453]},{"name":"rapMCIS","features":[453]},{"name":"rapNone","features":[453]},{"name":"rapODBC","features":[453]},{"name":"rapProxy","features":[453]},{"name":"rapUnknown","features":[453]},{"name":"rapUsersFile","features":[453]},{"name":"rapWindowsNT","features":[453]},{"name":"ratAcctAuthentic","features":[453]},{"name":"ratAcctDelayTime","features":[453]},{"name":"ratAcctInputOctets","features":[453]},{"name":"ratAcctInputPackets","features":[453]},{"name":"ratAcctOutputOctets","features":[453]},{"name":"ratAcctOutputPackets","features":[453]},{"name":"ratAcctSessionId","features":[453]},{"name":"ratAcctSessionTime","features":[453]},{"name":"ratAcctStatusType","features":[453]},{"name":"ratAcctTerminationCause","features":[453]},{"name":"ratAuthenticator","features":[453]},{"name":"ratCHAPChallenge","features":[453]},{"name":"ratCHAPPassword","features":[453]},{"name":"ratCRPPolicyName","features":[453]},{"name":"ratCallbackId","features":[453]},{"name":"ratCallbackNumber","features":[453]},{"name":"ratCalledStationId","features":[453]},{"name":"ratCallingStationId","features":[453]},{"name":"ratCertificateThumbprint","features":[453]},{"name":"ratClass","features":[453]},{"name":"ratClearTextPassword","features":[453]},{"name":"ratCode","features":[453]},{"name":"ratEAPTLV","features":[453]},{"name":"ratExtensionState","features":[453]},{"name":"ratFQUserName","features":[453]},{"name":"ratFilterId","features":[453]},{"name":"ratFramedAppleTalkLink","features":[453]},{"name":"ratFramedAppleTalkNetwork","features":[453]},{"name":"ratFramedAppleTalkZone","features":[453]},{"name":"ratFramedCompression","features":[453]},{"name":"ratFramedIPAddress","features":[453]},{"name":"ratFramedIPNetmask","features":[453]},{"name":"ratFramedIPXNetwork","features":[453]},{"name":"ratFramedIPv6Pool","features":[453]},{"name":"ratFramedIPv6Prefix","features":[453]},{"name":"ratFramedIPv6Route","features":[453]},{"name":"ratFramedInterfaceId","features":[453]},{"name":"ratFramedMTU","features":[453]},{"name":"ratFramedProtocol","features":[453]},{"name":"ratFramedRoute","features":[453]},{"name":"ratFramedRouting","features":[453]},{"name":"ratIdentifier","features":[453]},{"name":"ratIdleTimeout","features":[453]},{"name":"ratLoginIPHost","features":[453]},{"name":"ratLoginIPv6Host","features":[453]},{"name":"ratLoginLATGroup","features":[453]},{"name":"ratLoginLATNode","features":[453]},{"name":"ratLoginLATService","features":[453]},{"name":"ratLoginPort","features":[453]},{"name":"ratLoginService","features":[453]},{"name":"ratMediumType","features":[453]},{"name":"ratMinimum","features":[453]},{"name":"ratNASIPAddress","features":[453]},{"name":"ratNASIPv6Address","features":[453]},{"name":"ratNASIdentifier","features":[453]},{"name":"ratNASPort","features":[453]},{"name":"ratNASPortType","features":[453]},{"name":"ratPolicyName","features":[453]},{"name":"ratPortLimit","features":[453]},{"name":"ratProvider","features":[453]},{"name":"ratProviderName","features":[453]},{"name":"ratProxyState","features":[453]},{"name":"ratRejectReasonCode","features":[453]},{"name":"ratReplyMessage","features":[453]},{"name":"ratServiceType","features":[453]},{"name":"ratSessionTimeout","features":[453]},{"name":"ratSrcIPAddress","features":[453]},{"name":"ratSrcIPv6Address","features":[453]},{"name":"ratSrcPort","features":[453]},{"name":"ratState","features":[453]},{"name":"ratStrippedUserName","features":[453]},{"name":"ratTerminationAction","features":[453]},{"name":"ratTunnelPassword","features":[453]},{"name":"ratTunnelPrivateGroupID","features":[453]},{"name":"ratTunnelType","features":[453]},{"name":"ratUniqueId","features":[453]},{"name":"ratUserName","features":[453]},{"name":"ratUserPassword","features":[453]},{"name":"ratVendorSpecific","features":[453]},{"name":"rcAccessAccept","features":[453]},{"name":"rcAccessChallenge","features":[453]},{"name":"rcAccessReject","features":[453]},{"name":"rcAccessRequest","features":[453]},{"name":"rcAccountingRequest","features":[453]},{"name":"rcAccountingResponse","features":[453]},{"name":"rcDiscard","features":[453]},{"name":"rcUnknown","features":[453]},{"name":"rdtAddress","features":[453]},{"name":"rdtInteger","features":[453]},{"name":"rdtIpv6Address","features":[453]},{"name":"rdtString","features":[453]},{"name":"rdtTime","features":[453]},{"name":"rdtUnknown","features":[453]},{"name":"repAuthentication","features":[453]},{"name":"repAuthorization","features":[453]},{"name":"rrrcAccountDisabled","features":[453]},{"name":"rrrcAccountExpired","features":[453]},{"name":"rrrcAccountUnknown","features":[453]},{"name":"rrrcAuthenticationFailure","features":[453]},{"name":"rrrcUndefined","features":[453]}],"458":[{"name":"DRT_ACTIVE","features":[454]},{"name":"DRT_ADDRESS","features":[454,320]},{"name":"DRT_ADDRESS_FLAGS","features":[454]},{"name":"DRT_ADDRESS_FLAG_ACCEPTED","features":[454]},{"name":"DRT_ADDRESS_FLAG_BAD_VALIDATE_ID","features":[454]},{"name":"DRT_ADDRESS_FLAG_INQUIRE","features":[454]},{"name":"DRT_ADDRESS_FLAG_LOOP","features":[454]},{"name":"DRT_ADDRESS_FLAG_REJECTED","features":[454]},{"name":"DRT_ADDRESS_FLAG_SUSPECT_UNREGISTERED_ID","features":[454]},{"name":"DRT_ADDRESS_FLAG_TOO_BUSY","features":[454]},{"name":"DRT_ADDRESS_FLAG_UNREACHABLE","features":[454]},{"name":"DRT_ADDRESS_LIST","features":[454,320]},{"name":"DRT_ALONE","features":[454]},{"name":"DRT_BOOTSTRAP_PROVIDER","features":[454]},{"name":"DRT_BOOTSTRAP_RESOLVE_CALLBACK","features":[307,454,320]},{"name":"DRT_DATA","features":[454]},{"name":"DRT_EVENT_DATA","features":[454,320]},{"name":"DRT_EVENT_LEAFSET_KEY_CHANGED","features":[454]},{"name":"DRT_EVENT_REGISTRATION_STATE_CHANGED","features":[454]},{"name":"DRT_EVENT_STATUS_CHANGED","features":[454]},{"name":"DRT_EVENT_TYPE","features":[454]},{"name":"DRT_E_BOOTSTRAPPROVIDER_IN_USE","features":[454]},{"name":"DRT_E_BOOTSTRAPPROVIDER_NOT_ATTACHED","features":[454]},{"name":"DRT_E_CAPABILITY_MISMATCH","features":[454]},{"name":"DRT_E_DUPLICATE_KEY","features":[454]},{"name":"DRT_E_FAULTED","features":[454]},{"name":"DRT_E_INSUFFICIENT_BUFFER","features":[454]},{"name":"DRT_E_INVALID_ADDRESS","features":[454]},{"name":"DRT_E_INVALID_BOOTSTRAP_PROVIDER","features":[454]},{"name":"DRT_E_INVALID_CERT_CHAIN","features":[454]},{"name":"DRT_E_INVALID_INSTANCE_PREFIX","features":[454]},{"name":"DRT_E_INVALID_KEY","features":[454]},{"name":"DRT_E_INVALID_KEY_SIZE","features":[454]},{"name":"DRT_E_INVALID_MAX_ADDRESSES","features":[454]},{"name":"DRT_E_INVALID_MAX_ENDPOINTS","features":[454]},{"name":"DRT_E_INVALID_MESSAGE","features":[454]},{"name":"DRT_E_INVALID_PORT","features":[454]},{"name":"DRT_E_INVALID_SCOPE","features":[454]},{"name":"DRT_E_INVALID_SEARCH_INFO","features":[454]},{"name":"DRT_E_INVALID_SEARCH_RANGE","features":[454]},{"name":"DRT_E_INVALID_SECURITY_MODE","features":[454]},{"name":"DRT_E_INVALID_SECURITY_PROVIDER","features":[454]},{"name":"DRT_E_INVALID_SETTINGS","features":[454]},{"name":"DRT_E_INVALID_TRANSPORT_PROVIDER","features":[454]},{"name":"DRT_E_NO_ADDRESSES_AVAILABLE","features":[454]},{"name":"DRT_E_NO_MORE","features":[454]},{"name":"DRT_E_SEARCH_IN_PROGRESS","features":[454]},{"name":"DRT_E_SECURITYPROVIDER_IN_USE","features":[454]},{"name":"DRT_E_SECURITYPROVIDER_NOT_ATTACHED","features":[454]},{"name":"DRT_E_STILL_IN_USE","features":[454]},{"name":"DRT_E_TIMEOUT","features":[454]},{"name":"DRT_E_TRANSPORTPROVIDER_IN_USE","features":[454]},{"name":"DRT_E_TRANSPORTPROVIDER_NOT_ATTACHED","features":[454]},{"name":"DRT_E_TRANSPORT_ALREADY_BOUND","features":[454]},{"name":"DRT_E_TRANSPORT_ALREADY_EXISTS_FOR_SCOPE","features":[454]},{"name":"DRT_E_TRANSPORT_EXECUTING_CALLBACK","features":[454]},{"name":"DRT_E_TRANSPORT_INVALID_ARGUMENT","features":[454]},{"name":"DRT_E_TRANSPORT_NOT_BOUND","features":[454]},{"name":"DRT_E_TRANSPORT_NO_DEST_ADDRESSES","features":[454]},{"name":"DRT_E_TRANSPORT_SHUTTING_DOWN","features":[454]},{"name":"DRT_E_TRANSPORT_STILL_BOUND","features":[454]},{"name":"DRT_E_TRANSPORT_UNEXPECTED","features":[454]},{"name":"DRT_FAULTED","features":[454]},{"name":"DRT_GLOBAL_SCOPE","features":[454]},{"name":"DRT_LEAFSET_KEY_ADDED","features":[454]},{"name":"DRT_LEAFSET_KEY_CHANGE_TYPE","features":[454]},{"name":"DRT_LEAFSET_KEY_DELETED","features":[454]},{"name":"DRT_LINK_LOCAL_ISATAP_SCOPEID","features":[454]},{"name":"DRT_LINK_LOCAL_SCOPE","features":[454]},{"name":"DRT_MATCH_EXACT","features":[454]},{"name":"DRT_MATCH_INTERMEDIATE","features":[454]},{"name":"DRT_MATCH_NEAR","features":[454]},{"name":"DRT_MATCH_TYPE","features":[454]},{"name":"DRT_MAX_INSTANCE_PREFIX_LEN","features":[454]},{"name":"DRT_MAX_PAYLOAD_SIZE","features":[454]},{"name":"DRT_MAX_ROUTING_ADDRESSES","features":[454]},{"name":"DRT_MIN_ROUTING_ADDRESSES","features":[454]},{"name":"DRT_NO_NETWORK","features":[454]},{"name":"DRT_PAYLOAD_REVOKED","features":[454]},{"name":"DRT_REGISTRATION","features":[454]},{"name":"DRT_REGISTRATION_STATE","features":[454]},{"name":"DRT_REGISTRATION_STATE_UNRESOLVEABLE","features":[454]},{"name":"DRT_SCOPE","features":[454]},{"name":"DRT_SEARCH_INFO","features":[307,454]},{"name":"DRT_SEARCH_RESULT","features":[454]},{"name":"DRT_SECURE_CONFIDENTIALPAYLOAD","features":[454]},{"name":"DRT_SECURE_MEMBERSHIP","features":[454]},{"name":"DRT_SECURE_RESOLVE","features":[454]},{"name":"DRT_SECURITY_MODE","features":[454]},{"name":"DRT_SECURITY_PROVIDER","features":[454]},{"name":"DRT_SETTINGS","features":[454]},{"name":"DRT_SITE_LOCAL_SCOPE","features":[454]},{"name":"DRT_STATUS","features":[454]},{"name":"DRT_S_RETRY","features":[454]},{"name":"DrtClose","features":[454]},{"name":"DrtContinueSearch","features":[454]},{"name":"DrtCreateDerivedKey","features":[307,454,393]},{"name":"DrtCreateDerivedKeySecurityProvider","features":[307,454,393]},{"name":"DrtCreateDnsBootstrapResolver","features":[454]},{"name":"DrtCreateIpv6UdpTransport","features":[454]},{"name":"DrtCreateNullSecurityProvider","features":[454]},{"name":"DrtCreatePnrpBootstrapResolver","features":[307,454]},{"name":"DrtDeleteDerivedKeySecurityProvider","features":[454]},{"name":"DrtDeleteDnsBootstrapResolver","features":[454]},{"name":"DrtDeleteIpv6UdpTransport","features":[454]},{"name":"DrtDeleteNullSecurityProvider","features":[454]},{"name":"DrtDeletePnrpBootstrapResolver","features":[454]},{"name":"DrtEndSearch","features":[454]},{"name":"DrtGetEventData","features":[454,320]},{"name":"DrtGetEventDataSize","features":[454]},{"name":"DrtGetInstanceName","features":[454]},{"name":"DrtGetInstanceNameSize","features":[454]},{"name":"DrtGetSearchPath","features":[454,320]},{"name":"DrtGetSearchPathSize","features":[454]},{"name":"DrtGetSearchResult","features":[454]},{"name":"DrtGetSearchResultSize","features":[454]},{"name":"DrtOpen","features":[307,454]},{"name":"DrtRegisterKey","features":[454]},{"name":"DrtStartSearch","features":[307,454]},{"name":"DrtUnregisterKey","features":[454]},{"name":"DrtUpdateKey","features":[454]},{"name":"FACILITY_DRT","features":[454]},{"name":"MaximumPeerDistClientInfoByHandlesClass","features":[454]},{"name":"NS_PNRPCLOUD","features":[454]},{"name":"NS_PNRPNAME","features":[454]},{"name":"NS_PROVIDER_PNRPCLOUD","features":[454]},{"name":"NS_PROVIDER_PNRPNAME","features":[454]},{"name":"PEERDIST_CLIENT_BASIC_INFO","features":[307,454]},{"name":"PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS","features":[454]},{"name":"PEERDIST_CONTENT_TAG","features":[454]},{"name":"PEERDIST_PUBLICATION_OPTIONS","features":[454]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION","features":[454]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION_1","features":[454]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION_2","features":[454]},{"name":"PEERDIST_READ_TIMEOUT_DEFAULT","features":[454]},{"name":"PEERDIST_READ_TIMEOUT_LOCAL_CACHE_ONLY","features":[454]},{"name":"PEERDIST_RETRIEVAL_OPTIONS","features":[454]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION","features":[454]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_1","features":[454]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_2","features":[454]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE","features":[454]},{"name":"PEERDIST_STATUS","features":[454]},{"name":"PEERDIST_STATUS_AVAILABLE","features":[454]},{"name":"PEERDIST_STATUS_DISABLED","features":[454]},{"name":"PEERDIST_STATUS_INFO","features":[454]},{"name":"PEERDIST_STATUS_UNAVAILABLE","features":[454]},{"name":"PEER_ADDRESS","features":[454,320]},{"name":"PEER_APPLICATION","features":[454]},{"name":"PEER_APPLICATION_ALL_USERS","features":[454]},{"name":"PEER_APPLICATION_CURRENT_USER","features":[454]},{"name":"PEER_APPLICATION_REGISTRATION_INFO","features":[454]},{"name":"PEER_APPLICATION_REGISTRATION_TYPE","features":[454]},{"name":"PEER_APP_LAUNCH_INFO","features":[307,454,320]},{"name":"PEER_CHANGE_ADDED","features":[454]},{"name":"PEER_CHANGE_DELETED","features":[454]},{"name":"PEER_CHANGE_TYPE","features":[454]},{"name":"PEER_CHANGE_UPDATED","features":[454]},{"name":"PEER_COLLAB_EVENT_DATA","features":[307,454,320]},{"name":"PEER_COLLAB_EVENT_REGISTRATION","features":[454]},{"name":"PEER_COLLAB_EVENT_TYPE","features":[454]},{"name":"PEER_COLLAB_OBJECTID_USER_PICTURE","features":[454]},{"name":"PEER_CONNECTED","features":[454]},{"name":"PEER_CONNECTION_DIRECT","features":[454]},{"name":"PEER_CONNECTION_FAILED","features":[454]},{"name":"PEER_CONNECTION_FLAGS","features":[454]},{"name":"PEER_CONNECTION_INFO","features":[454,320]},{"name":"PEER_CONNECTION_NEIGHBOR","features":[454]},{"name":"PEER_CONNECTION_STATUS","features":[454]},{"name":"PEER_CONTACT","features":[307,454]},{"name":"PEER_CREDENTIAL_INFO","features":[307,454,393]},{"name":"PEER_DATA","features":[454]},{"name":"PEER_DEFER_EXPIRATION","features":[454]},{"name":"PEER_DISABLE_PRESENCE","features":[454]},{"name":"PEER_DISCONNECTED","features":[454]},{"name":"PEER_ENDPOINT","features":[454,320]},{"name":"PEER_EVENT_APPLICATION_CHANGED_DATA","features":[307,454,320]},{"name":"PEER_EVENT_CONNECTION_CHANGE_DATA","features":[454]},{"name":"PEER_EVENT_ENDPOINT_APPLICATION_CHANGED","features":[454]},{"name":"PEER_EVENT_ENDPOINT_CHANGED","features":[454]},{"name":"PEER_EVENT_ENDPOINT_CHANGED_DATA","features":[307,454,320]},{"name":"PEER_EVENT_ENDPOINT_OBJECT_CHANGED","features":[454]},{"name":"PEER_EVENT_ENDPOINT_PRESENCE_CHANGED","features":[454]},{"name":"PEER_EVENT_INCOMING_DATA","features":[454]},{"name":"PEER_EVENT_MEMBER_CHANGE_DATA","features":[454]},{"name":"PEER_EVENT_MY_APPLICATION_CHANGED","features":[454]},{"name":"PEER_EVENT_MY_ENDPOINT_CHANGED","features":[454]},{"name":"PEER_EVENT_MY_OBJECT_CHANGED","features":[454]},{"name":"PEER_EVENT_MY_PRESENCE_CHANGED","features":[454]},{"name":"PEER_EVENT_NODE_CHANGE_DATA","features":[454]},{"name":"PEER_EVENT_OBJECT_CHANGED_DATA","features":[307,454,320]},{"name":"PEER_EVENT_PEOPLE_NEAR_ME_CHANGED","features":[454]},{"name":"PEER_EVENT_PEOPLE_NEAR_ME_CHANGED_DATA","features":[454,320]},{"name":"PEER_EVENT_PRESENCE_CHANGED_DATA","features":[307,454,320]},{"name":"PEER_EVENT_RECORD_CHANGE_DATA","features":[454]},{"name":"PEER_EVENT_REQUEST_STATUS_CHANGED","features":[454]},{"name":"PEER_EVENT_REQUEST_STATUS_CHANGED_DATA","features":[454,320]},{"name":"PEER_EVENT_SYNCHRONIZED_DATA","features":[454]},{"name":"PEER_EVENT_WATCHLIST_CHANGED","features":[454]},{"name":"PEER_EVENT_WATCHLIST_CHANGED_DATA","features":[307,454]},{"name":"PEER_E_ALREADY_EXISTS","features":[454]},{"name":"PEER_E_CLIENT_INVALID_COMPARTMENT_ID","features":[454]},{"name":"PEER_E_CLOUD_DISABLED","features":[454]},{"name":"PEER_E_CLOUD_IS_DEAD","features":[454]},{"name":"PEER_E_CLOUD_IS_SEARCH_ONLY","features":[454]},{"name":"PEER_E_CLOUD_NOT_FOUND","features":[454]},{"name":"PEER_E_DISK_FULL","features":[454]},{"name":"PEER_E_DUPLICATE_PEER_NAME","features":[454]},{"name":"PEER_E_INVALID_IDENTITY","features":[454]},{"name":"PEER_E_NOT_FOUND","features":[454]},{"name":"PEER_E_TOO_MUCH_LOAD","features":[454]},{"name":"PEER_GRAPH_EVENT_CONNECTION_REQUIRED","features":[454]},{"name":"PEER_GRAPH_EVENT_DATA","features":[454]},{"name":"PEER_GRAPH_EVENT_DIRECT_CONNECTION","features":[454]},{"name":"PEER_GRAPH_EVENT_INCOMING_DATA","features":[454]},{"name":"PEER_GRAPH_EVENT_NEIGHBOR_CONNECTION","features":[454]},{"name":"PEER_GRAPH_EVENT_NODE_CHANGED","features":[454]},{"name":"PEER_GRAPH_EVENT_PROPERTY_CHANGED","features":[454]},{"name":"PEER_GRAPH_EVENT_RECORD_CHANGED","features":[454]},{"name":"PEER_GRAPH_EVENT_REGISTRATION","features":[454]},{"name":"PEER_GRAPH_EVENT_STATUS_CHANGED","features":[454]},{"name":"PEER_GRAPH_EVENT_SYNCHRONIZED","features":[454]},{"name":"PEER_GRAPH_EVENT_TYPE","features":[454]},{"name":"PEER_GRAPH_PROPERTIES","features":[454]},{"name":"PEER_GRAPH_PROPERTY_DEFER_EXPIRATION","features":[454]},{"name":"PEER_GRAPH_PROPERTY_FLAGS","features":[454]},{"name":"PEER_GRAPH_PROPERTY_HEARTBEATS","features":[454]},{"name":"PEER_GRAPH_SCOPE","features":[454]},{"name":"PEER_GRAPH_SCOPE_ANY","features":[454]},{"name":"PEER_GRAPH_SCOPE_GLOBAL","features":[454]},{"name":"PEER_GRAPH_SCOPE_LINKLOCAL","features":[454]},{"name":"PEER_GRAPH_SCOPE_LOOPBACK","features":[454]},{"name":"PEER_GRAPH_SCOPE_SITELOCAL","features":[454]},{"name":"PEER_GRAPH_STATUS_FLAGS","features":[454]},{"name":"PEER_GRAPH_STATUS_HAS_CONNECTIONS","features":[454]},{"name":"PEER_GRAPH_STATUS_LISTENING","features":[454]},{"name":"PEER_GRAPH_STATUS_SYNCHRONIZED","features":[454]},{"name":"PEER_GROUP_AUTHENTICATION_SCHEME","features":[454]},{"name":"PEER_GROUP_EVENT_AUTHENTICATION_FAILED","features":[454]},{"name":"PEER_GROUP_EVENT_CONNECTION_FAILED","features":[454]},{"name":"PEER_GROUP_EVENT_DATA","features":[454]},{"name":"PEER_GROUP_EVENT_DIRECT_CONNECTION","features":[454]},{"name":"PEER_GROUP_EVENT_INCOMING_DATA","features":[454]},{"name":"PEER_GROUP_EVENT_MEMBER_CHANGED","features":[454]},{"name":"PEER_GROUP_EVENT_NEIGHBOR_CONNECTION","features":[454]},{"name":"PEER_GROUP_EVENT_PROPERTY_CHANGED","features":[454]},{"name":"PEER_GROUP_EVENT_RECORD_CHANGED","features":[454]},{"name":"PEER_GROUP_EVENT_REGISTRATION","features":[454]},{"name":"PEER_GROUP_EVENT_STATUS_CHANGED","features":[454]},{"name":"PEER_GROUP_EVENT_TYPE","features":[454]},{"name":"PEER_GROUP_GMC_AUTHENTICATION","features":[454]},{"name":"PEER_GROUP_ISSUE_CREDENTIAL_FLAGS","features":[454]},{"name":"PEER_GROUP_PASSWORD_AUTHENTICATION","features":[454]},{"name":"PEER_GROUP_PROPERTIES","features":[454]},{"name":"PEER_GROUP_PROPERTY_FLAGS","features":[454]},{"name":"PEER_GROUP_ROLE_ADMIN","features":[454]},{"name":"PEER_GROUP_ROLE_INVITING_MEMBER","features":[454]},{"name":"PEER_GROUP_ROLE_MEMBER","features":[454]},{"name":"PEER_GROUP_STATUS","features":[454]},{"name":"PEER_GROUP_STATUS_HAS_CONNECTIONS","features":[454]},{"name":"PEER_GROUP_STATUS_LISTENING","features":[454]},{"name":"PEER_GROUP_STORE_CREDENTIALS","features":[454]},{"name":"PEER_INVITATION","features":[454]},{"name":"PEER_INVITATION_INFO","features":[307,454,393]},{"name":"PEER_INVITATION_RESPONSE","features":[454]},{"name":"PEER_INVITATION_RESPONSE_ACCEPTED","features":[454]},{"name":"PEER_INVITATION_RESPONSE_DECLINED","features":[454]},{"name":"PEER_INVITATION_RESPONSE_ERROR","features":[454]},{"name":"PEER_INVITATION_RESPONSE_EXPIRED","features":[454]},{"name":"PEER_INVITATION_RESPONSE_TYPE","features":[454]},{"name":"PEER_MEMBER","features":[307,454,320,393]},{"name":"PEER_MEMBER_CHANGE_TYPE","features":[454]},{"name":"PEER_MEMBER_CONNECTED","features":[454]},{"name":"PEER_MEMBER_DATA_OPTIONAL","features":[454]},{"name":"PEER_MEMBER_DISCONNECTED","features":[454]},{"name":"PEER_MEMBER_FLAGS","features":[454]},{"name":"PEER_MEMBER_JOINED","features":[454]},{"name":"PEER_MEMBER_LEFT","features":[454]},{"name":"PEER_MEMBER_PRESENT","features":[454]},{"name":"PEER_MEMBER_UPDATED","features":[454]},{"name":"PEER_NAME_PAIR","features":[454]},{"name":"PEER_NODE_CHANGE_CONNECTED","features":[454]},{"name":"PEER_NODE_CHANGE_DISCONNECTED","features":[454]},{"name":"PEER_NODE_CHANGE_TYPE","features":[454]},{"name":"PEER_NODE_CHANGE_UPDATED","features":[454]},{"name":"PEER_NODE_INFO","features":[454,320]},{"name":"PEER_OBJECT","features":[454]},{"name":"PEER_PEOPLE_NEAR_ME","features":[454,320]},{"name":"PEER_PNRP_ALL_LINK_CLOUDS","features":[454]},{"name":"PEER_PNRP_CLOUD_INFO","features":[454]},{"name":"PEER_PNRP_ENDPOINT_INFO","features":[454,320]},{"name":"PEER_PNRP_REGISTRATION_INFO","features":[454,320]},{"name":"PEER_PRESENCE_AWAY","features":[454]},{"name":"PEER_PRESENCE_BE_RIGHT_BACK","features":[454]},{"name":"PEER_PRESENCE_BUSY","features":[454]},{"name":"PEER_PRESENCE_IDLE","features":[454]},{"name":"PEER_PRESENCE_INFO","features":[454]},{"name":"PEER_PRESENCE_OFFLINE","features":[454]},{"name":"PEER_PRESENCE_ONLINE","features":[454]},{"name":"PEER_PRESENCE_ON_THE_PHONE","features":[454]},{"name":"PEER_PRESENCE_OUT_TO_LUNCH","features":[454]},{"name":"PEER_PRESENCE_STATUS","features":[454]},{"name":"PEER_PUBLICATION_SCOPE","features":[454]},{"name":"PEER_PUBLICATION_SCOPE_ALL","features":[454]},{"name":"PEER_PUBLICATION_SCOPE_INTERNET","features":[454]},{"name":"PEER_PUBLICATION_SCOPE_NEAR_ME","features":[454]},{"name":"PEER_PUBLICATION_SCOPE_NONE","features":[454]},{"name":"PEER_RECORD","features":[307,454]},{"name":"PEER_RECORD_ADDED","features":[454]},{"name":"PEER_RECORD_CHANGE_TYPE","features":[454]},{"name":"PEER_RECORD_DELETED","features":[454]},{"name":"PEER_RECORD_EXPIRED","features":[454]},{"name":"PEER_RECORD_FLAGS","features":[454]},{"name":"PEER_RECORD_FLAG_AUTOREFRESH","features":[454]},{"name":"PEER_RECORD_FLAG_DELETED","features":[454]},{"name":"PEER_RECORD_UPDATED","features":[454]},{"name":"PEER_SECURITY_INTERFACE","features":[307,454]},{"name":"PEER_SIGNIN_ALL","features":[454]},{"name":"PEER_SIGNIN_FLAGS","features":[454]},{"name":"PEER_SIGNIN_INTERNET","features":[454]},{"name":"PEER_SIGNIN_NEAR_ME","features":[454]},{"name":"PEER_SIGNIN_NONE","features":[454]},{"name":"PEER_VERSION_DATA","features":[454]},{"name":"PEER_WATCH_ALLOWED","features":[454]},{"name":"PEER_WATCH_BLOCKED","features":[454]},{"name":"PEER_WATCH_PERMISSION","features":[454]},{"name":"PFNPEER_FREE_SECURITY_DATA","features":[454]},{"name":"PFNPEER_ON_PASSWORD_AUTH_FAILED","features":[454]},{"name":"PFNPEER_SECURE_RECORD","features":[307,454]},{"name":"PFNPEER_VALIDATE_RECORD","features":[307,454]},{"name":"PNRPCLOUDINFO","features":[454]},{"name":"PNRPINFO_HINT","features":[454]},{"name":"PNRPINFO_V1","features":[454,320]},{"name":"PNRPINFO_V2","features":[454,320,358]},{"name":"PNRP_CLOUD_FLAGS","features":[454]},{"name":"PNRP_CLOUD_FULL_PARTICIPANT","features":[454]},{"name":"PNRP_CLOUD_ID","features":[454]},{"name":"PNRP_CLOUD_NAME_LOCAL","features":[454]},{"name":"PNRP_CLOUD_NO_FLAGS","features":[454]},{"name":"PNRP_CLOUD_RESOLVE_ONLY","features":[454]},{"name":"PNRP_CLOUD_STATE","features":[454]},{"name":"PNRP_CLOUD_STATE_ACTIVE","features":[454]},{"name":"PNRP_CLOUD_STATE_ALONE","features":[454]},{"name":"PNRP_CLOUD_STATE_DEAD","features":[454]},{"name":"PNRP_CLOUD_STATE_DISABLED","features":[454]},{"name":"PNRP_CLOUD_STATE_NO_NET","features":[454]},{"name":"PNRP_CLOUD_STATE_SYNCHRONISING","features":[454]},{"name":"PNRP_CLOUD_STATE_VIRTUAL","features":[454]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE","features":[454]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_BINARY","features":[454]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_NONE","features":[454]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_STRING","features":[454]},{"name":"PNRP_GLOBAL_SCOPE","features":[454]},{"name":"PNRP_LINK_LOCAL_SCOPE","features":[454]},{"name":"PNRP_MAX_ENDPOINT_ADDRESSES","features":[454]},{"name":"PNRP_MAX_EXTENDED_PAYLOAD_BYTES","features":[454]},{"name":"PNRP_REGISTERED_ID_STATE","features":[454]},{"name":"PNRP_REGISTERED_ID_STATE_OK","features":[454]},{"name":"PNRP_REGISTERED_ID_STATE_PROBLEM","features":[454]},{"name":"PNRP_RESOLVE_CRITERIA","features":[454]},{"name":"PNRP_RESOLVE_CRITERIA_ANY_PEER_NAME","features":[454]},{"name":"PNRP_RESOLVE_CRITERIA_DEFAULT","features":[454]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_NON_CURRENT_PROCESS_PEER_NAME","features":[454]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_PEER_NAME","features":[454]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_REMOTE_PEER_NAME","features":[454]},{"name":"PNRP_RESOLVE_CRITERIA_NON_CURRENT_PROCESS_PEER_NAME","features":[454]},{"name":"PNRP_RESOLVE_CRITERIA_REMOTE_PEER_NAME","features":[454]},{"name":"PNRP_SCOPE","features":[454]},{"name":"PNRP_SCOPE_ANY","features":[454]},{"name":"PNRP_SITE_LOCAL_SCOPE","features":[454]},{"name":"PeerCollabAddContact","features":[307,454]},{"name":"PeerCollabAsyncInviteContact","features":[307,454,320]},{"name":"PeerCollabAsyncInviteEndpoint","features":[307,454,320]},{"name":"PeerCollabCancelInvitation","features":[307,454]},{"name":"PeerCollabCloseHandle","features":[307,454]},{"name":"PeerCollabDeleteContact","features":[454]},{"name":"PeerCollabDeleteEndpointData","features":[454,320]},{"name":"PeerCollabDeleteObject","features":[454]},{"name":"PeerCollabEnumApplicationRegistrationInfo","features":[454]},{"name":"PeerCollabEnumApplications","features":[454,320]},{"name":"PeerCollabEnumContacts","features":[454]},{"name":"PeerCollabEnumEndpoints","features":[307,454]},{"name":"PeerCollabEnumObjects","features":[454,320]},{"name":"PeerCollabEnumPeopleNearMe","features":[454]},{"name":"PeerCollabExportContact","features":[454]},{"name":"PeerCollabGetAppLaunchInfo","features":[307,454,320]},{"name":"PeerCollabGetApplicationRegistrationInfo","features":[454]},{"name":"PeerCollabGetContact","features":[307,454]},{"name":"PeerCollabGetEndpointName","features":[454]},{"name":"PeerCollabGetEventData","features":[307,454,320]},{"name":"PeerCollabGetInvitationResponse","features":[307,454]},{"name":"PeerCollabGetPresenceInfo","features":[454,320]},{"name":"PeerCollabGetSigninOptions","features":[454]},{"name":"PeerCollabInviteContact","features":[307,454,320]},{"name":"PeerCollabInviteEndpoint","features":[454,320]},{"name":"PeerCollabParseContact","features":[307,454]},{"name":"PeerCollabQueryContactData","features":[454,320]},{"name":"PeerCollabRefreshEndpointData","features":[454,320]},{"name":"PeerCollabRegisterApplication","features":[454]},{"name":"PeerCollabRegisterEvent","features":[307,454]},{"name":"PeerCollabSetEndpointName","features":[454]},{"name":"PeerCollabSetObject","features":[454]},{"name":"PeerCollabSetPresenceInfo","features":[454]},{"name":"PeerCollabShutdown","features":[454]},{"name":"PeerCollabSignin","features":[307,454]},{"name":"PeerCollabSignout","features":[454]},{"name":"PeerCollabStartup","features":[454]},{"name":"PeerCollabSubscribeEndpointData","features":[454,320]},{"name":"PeerCollabUnregisterApplication","features":[454]},{"name":"PeerCollabUnregisterEvent","features":[454]},{"name":"PeerCollabUnsubscribeEndpointData","features":[454,320]},{"name":"PeerCollabUpdateContact","features":[307,454]},{"name":"PeerCreatePeerName","features":[454]},{"name":"PeerDistClientAddContentInformation","features":[307,454,312]},{"name":"PeerDistClientAddData","features":[307,454,312]},{"name":"PeerDistClientBasicInfo","features":[454]},{"name":"PeerDistClientBlockRead","features":[307,454,312]},{"name":"PeerDistClientCancelAsyncOperation","features":[307,454,312]},{"name":"PeerDistClientCloseContent","features":[454]},{"name":"PeerDistClientCompleteContentInformation","features":[307,454,312]},{"name":"PeerDistClientFlushContent","features":[307,454,312]},{"name":"PeerDistClientGetInformationByHandle","features":[454]},{"name":"PeerDistClientOpenContent","features":[307,454]},{"name":"PeerDistClientStreamRead","features":[307,454,312]},{"name":"PeerDistGetOverlappedResult","features":[307,454,312]},{"name":"PeerDistGetStatus","features":[454]},{"name":"PeerDistGetStatusEx","features":[454]},{"name":"PeerDistRegisterForStatusChangeNotification","features":[307,454,312]},{"name":"PeerDistRegisterForStatusChangeNotificationEx","features":[307,454,312]},{"name":"PeerDistServerCancelAsyncOperation","features":[307,454,312]},{"name":"PeerDistServerCloseContentInformation","features":[454]},{"name":"PeerDistServerCloseStreamHandle","features":[454]},{"name":"PeerDistServerOpenContentInformation","features":[307,454]},{"name":"PeerDistServerOpenContentInformationEx","features":[307,454]},{"name":"PeerDistServerPublishAddToStream","features":[307,454,312]},{"name":"PeerDistServerPublishCompleteStream","features":[307,454,312]},{"name":"PeerDistServerPublishStream","features":[307,454]},{"name":"PeerDistServerRetrieveContentInformation","features":[307,454,312]},{"name":"PeerDistServerUnpublish","features":[454]},{"name":"PeerDistShutdown","features":[454]},{"name":"PeerDistStartup","features":[454]},{"name":"PeerDistUnregisterForStatusChangeNotification","features":[454]},{"name":"PeerEndEnumeration","features":[454]},{"name":"PeerEnumGroups","features":[454]},{"name":"PeerEnumIdentities","features":[454]},{"name":"PeerFreeData","features":[454]},{"name":"PeerGetItemCount","features":[454]},{"name":"PeerGetNextItem","features":[454]},{"name":"PeerGraphAddRecord","features":[307,454]},{"name":"PeerGraphClose","features":[454]},{"name":"PeerGraphCloseDirectConnection","features":[454]},{"name":"PeerGraphConnect","features":[454,320]},{"name":"PeerGraphCreate","features":[307,454]},{"name":"PeerGraphDelete","features":[454]},{"name":"PeerGraphDeleteRecord","features":[307,454]},{"name":"PeerGraphEndEnumeration","features":[454]},{"name":"PeerGraphEnumConnections","features":[454]},{"name":"PeerGraphEnumNodes","features":[454]},{"name":"PeerGraphEnumRecords","features":[454]},{"name":"PeerGraphExportDatabase","features":[454]},{"name":"PeerGraphFreeData","features":[454]},{"name":"PeerGraphGetEventData","features":[454]},{"name":"PeerGraphGetItemCount","features":[454]},{"name":"PeerGraphGetNextItem","features":[454]},{"name":"PeerGraphGetNodeInfo","features":[454,320]},{"name":"PeerGraphGetProperties","features":[454]},{"name":"PeerGraphGetRecord","features":[307,454]},{"name":"PeerGraphGetStatus","features":[454]},{"name":"PeerGraphImportDatabase","features":[454]},{"name":"PeerGraphListen","features":[454]},{"name":"PeerGraphOpen","features":[307,454]},{"name":"PeerGraphOpenDirectConnection","features":[454,320]},{"name":"PeerGraphPeerTimeToUniversalTime","features":[307,454]},{"name":"PeerGraphRegisterEvent","features":[307,454]},{"name":"PeerGraphSearchRecords","features":[454]},{"name":"PeerGraphSendData","features":[454]},{"name":"PeerGraphSetNodeAttributes","features":[454]},{"name":"PeerGraphSetPresence","features":[307,454]},{"name":"PeerGraphSetProperties","features":[454]},{"name":"PeerGraphShutdown","features":[454]},{"name":"PeerGraphStartup","features":[454]},{"name":"PeerGraphUniversalTimeToPeerTime","features":[307,454]},{"name":"PeerGraphUnregisterEvent","features":[454]},{"name":"PeerGraphUpdateRecord","features":[307,454]},{"name":"PeerGraphValidateDeferredRecords","features":[454]},{"name":"PeerGroupAddRecord","features":[307,454]},{"name":"PeerGroupClose","features":[454]},{"name":"PeerGroupCloseDirectConnection","features":[454]},{"name":"PeerGroupConnect","features":[454]},{"name":"PeerGroupConnectByAddress","features":[454,320]},{"name":"PeerGroupCreate","features":[454]},{"name":"PeerGroupCreateInvitation","features":[307,454]},{"name":"PeerGroupCreatePasswordInvitation","features":[454]},{"name":"PeerGroupDelete","features":[454]},{"name":"PeerGroupDeleteRecord","features":[454]},{"name":"PeerGroupEnumConnections","features":[454]},{"name":"PeerGroupEnumMembers","features":[454]},{"name":"PeerGroupEnumRecords","features":[454]},{"name":"PeerGroupExportConfig","features":[454]},{"name":"PeerGroupExportDatabase","features":[454]},{"name":"PeerGroupGetEventData","features":[454]},{"name":"PeerGroupGetProperties","features":[454]},{"name":"PeerGroupGetRecord","features":[307,454]},{"name":"PeerGroupGetStatus","features":[454]},{"name":"PeerGroupImportConfig","features":[307,454]},{"name":"PeerGroupImportDatabase","features":[454]},{"name":"PeerGroupIssueCredentials","features":[307,454,393]},{"name":"PeerGroupJoin","features":[454]},{"name":"PeerGroupOpen","features":[454]},{"name":"PeerGroupOpenDirectConnection","features":[454,320]},{"name":"PeerGroupParseInvitation","features":[307,454,393]},{"name":"PeerGroupPasswordJoin","features":[454]},{"name":"PeerGroupPeerTimeToUniversalTime","features":[307,454]},{"name":"PeerGroupRegisterEvent","features":[307,454]},{"name":"PeerGroupResumePasswordAuthentication","features":[454]},{"name":"PeerGroupSearchRecords","features":[454]},{"name":"PeerGroupSendData","features":[454]},{"name":"PeerGroupSetProperties","features":[454]},{"name":"PeerGroupShutdown","features":[454]},{"name":"PeerGroupStartup","features":[454]},{"name":"PeerGroupUniversalTimeToPeerTime","features":[307,454]},{"name":"PeerGroupUnregisterEvent","features":[454]},{"name":"PeerGroupUpdateRecord","features":[307,454]},{"name":"PeerHostNameToPeerName","features":[454]},{"name":"PeerIdentityCreate","features":[454]},{"name":"PeerIdentityDelete","features":[454]},{"name":"PeerIdentityExport","features":[454]},{"name":"PeerIdentityGetCryptKey","features":[454]},{"name":"PeerIdentityGetDefault","features":[454]},{"name":"PeerIdentityGetFriendlyName","features":[454]},{"name":"PeerIdentityGetXML","features":[454]},{"name":"PeerIdentityImport","features":[454]},{"name":"PeerIdentitySetFriendlyName","features":[454]},{"name":"PeerNameToPeerHostName","features":[454]},{"name":"PeerPnrpEndResolve","features":[454]},{"name":"PeerPnrpGetCloudInfo","features":[454]},{"name":"PeerPnrpGetEndpoint","features":[454,320]},{"name":"PeerPnrpRegister","features":[454,320]},{"name":"PeerPnrpResolve","features":[454,320]},{"name":"PeerPnrpShutdown","features":[454]},{"name":"PeerPnrpStartResolve","features":[307,454]},{"name":"PeerPnrpStartup","features":[454]},{"name":"PeerPnrpUnregister","features":[454]},{"name":"PeerPnrpUpdateRegistration","features":[454,320]},{"name":"SVCID_PNRPCLOUD","features":[454]},{"name":"SVCID_PNRPNAME_V1","features":[454]},{"name":"SVCID_PNRPNAME_V2","features":[454]},{"name":"WSA_PNRP_CLIENT_INVALID_COMPARTMENT_ID","features":[454]},{"name":"WSA_PNRP_CLOUD_DISABLED","features":[454]},{"name":"WSA_PNRP_CLOUD_IS_DEAD","features":[454]},{"name":"WSA_PNRP_CLOUD_IS_SEARCH_ONLY","features":[454]},{"name":"WSA_PNRP_CLOUD_NOT_FOUND","features":[454]},{"name":"WSA_PNRP_DUPLICATE_PEER_NAME","features":[454]},{"name":"WSA_PNRP_ERROR_BASE","features":[454]},{"name":"WSA_PNRP_INVALID_IDENTITY","features":[454]},{"name":"WSA_PNRP_TOO_MUCH_LOAD","features":[454]},{"name":"WSZ_SCOPE_GLOBAL","features":[454]},{"name":"WSZ_SCOPE_LINKLOCAL","features":[454]},{"name":"WSZ_SCOPE_SITELOCAL","features":[454]}],"459":[{"name":"ABLE_TO_RECV_RSVP","features":[455]},{"name":"ADDRESS_LIST_DESCRIPTOR","features":[321,455]},{"name":"ADM_CTRL_FAILED","features":[455]},{"name":"ADSPEC","features":[455]},{"name":"AD_FLAG_BREAK_BIT","features":[455]},{"name":"AD_GENERAL_PARAMS","features":[455]},{"name":"AD_GUARANTEED","features":[455]},{"name":"ALLOWED_TO_SEND_DATA","features":[455]},{"name":"ANY_DEST_ADDR","features":[455]},{"name":"CBADMITRESULT","features":[455]},{"name":"CBGETRSVPOBJECTS","features":[455]},{"name":"CONTROLLED_DELAY_SERV","features":[455]},{"name":"CONTROLLED_LOAD_SERV","features":[455]},{"name":"CONTROL_SERVICE","features":[455]},{"name":"CREDENTIAL_SUB_TYPE_ASCII_ID","features":[455]},{"name":"CREDENTIAL_SUB_TYPE_KERBEROS_TKT","features":[455]},{"name":"CREDENTIAL_SUB_TYPE_PGP_CERT","features":[455]},{"name":"CREDENTIAL_SUB_TYPE_UNICODE_ID","features":[455]},{"name":"CREDENTIAL_SUB_TYPE_X509_V3_CERT","features":[455]},{"name":"CURRENT_TCI_VERSION","features":[455]},{"name":"CtrlLoadFlowspec","features":[455]},{"name":"DD_TCP_DEVICE_NAME","features":[455]},{"name":"DUP_RESULTS","features":[455]},{"name":"END_TO_END_QOSABILITY","features":[455]},{"name":"ENUMERATION_BUFFER","features":[455,320]},{"name":"ERROR_ADDRESS_TYPE_NOT_SUPPORTED","features":[455]},{"name":"ERROR_DS_MAPPING_EXISTS","features":[455]},{"name":"ERROR_DUPLICATE_FILTER","features":[455]},{"name":"ERROR_FILTER_CONFLICT","features":[455]},{"name":"ERROR_INCOMPATABLE_QOS","features":[455]},{"name":"ERROR_INCOMPATIBLE_TCI_VERSION","features":[455]},{"name":"ERROR_INVALID_ADDRESS_TYPE","features":[455]},{"name":"ERROR_INVALID_DIFFSERV_FLOW","features":[455]},{"name":"ERROR_INVALID_DS_CLASS","features":[455]},{"name":"ERROR_INVALID_FLOW_MODE","features":[455]},{"name":"ERROR_INVALID_PEAK_RATE","features":[455]},{"name":"ERROR_INVALID_QOS_PRIORITY","features":[455]},{"name":"ERROR_INVALID_SD_MODE","features":[455]},{"name":"ERROR_INVALID_SERVICE_TYPE","features":[455]},{"name":"ERROR_INVALID_SHAPE_RATE","features":[455]},{"name":"ERROR_INVALID_TOKEN_RATE","features":[455]},{"name":"ERROR_INVALID_TRAFFIC_CLASS","features":[455]},{"name":"ERROR_NO_MORE_INFO","features":[455]},{"name":"ERROR_SPEC","features":[455,320]},{"name":"ERROR_SPECF_InPlace","features":[455]},{"name":"ERROR_SPECF_NotGuilty","features":[455]},{"name":"ERROR_TC_NOT_SUPPORTED","features":[455]},{"name":"ERROR_TC_OBJECT_LENGTH_INVALID","features":[455]},{"name":"ERROR_TC_SUPPORTED_OBJECTS_EXIST","features":[455]},{"name":"ERROR_TOO_MANY_CLIENTS","features":[455]},{"name":"ERR_FORWARD_OK","features":[455]},{"name":"ERR_Usage_globl","features":[455]},{"name":"ERR_Usage_local","features":[455]},{"name":"ERR_Usage_serv","features":[455]},{"name":"ERR_global_mask","features":[455]},{"name":"EXPIRED_CREDENTIAL","features":[455]},{"name":"Error_Spec_IPv4","features":[455,320]},{"name":"FILTERSPECV4","features":[455]},{"name":"FILTERSPECV4_GPI","features":[455]},{"name":"FILTERSPECV6","features":[455]},{"name":"FILTERSPECV6_FLOW","features":[455]},{"name":"FILTERSPECV6_GPI","features":[455]},{"name":"FILTERSPEC_END","features":[455]},{"name":"FILTER_SPEC","features":[455,320]},{"name":"FLOWDESCRIPTOR","features":[455,320]},{"name":"FLOW_DESC","features":[455,320]},{"name":"FLOW_DURATION","features":[455]},{"name":"FORCE_IMMEDIATE_REFRESH","features":[455]},{"name":"FSCTL_TCP_BASE","features":[455]},{"name":"FVEB_UNLOCK_FLAG_AUK_OSFVEINFO","features":[455]},{"name":"FVEB_UNLOCK_FLAG_CACHED","features":[455]},{"name":"FVEB_UNLOCK_FLAG_EXTERNAL","features":[455]},{"name":"FVEB_UNLOCK_FLAG_MEDIA","features":[455]},{"name":"FVEB_UNLOCK_FLAG_NBP","features":[455]},{"name":"FVEB_UNLOCK_FLAG_NONE","features":[455]},{"name":"FVEB_UNLOCK_FLAG_PASSPHRASE","features":[455]},{"name":"FVEB_UNLOCK_FLAG_PIN","features":[455]},{"name":"FVEB_UNLOCK_FLAG_RECOVERY","features":[455]},{"name":"FVEB_UNLOCK_FLAG_TPM","features":[455]},{"name":"FilterType","features":[455]},{"name":"Filter_Spec_IPv4","features":[455,320]},{"name":"Filter_Spec_IPv4GPI","features":[455,320]},{"name":"GENERAL_INFO","features":[455]},{"name":"GQOS_API","features":[455]},{"name":"GQOS_ERRORCODE_UNKNOWN","features":[455]},{"name":"GQOS_ERRORVALUE_UNKNOWN","features":[455]},{"name":"GQOS_KERNEL_TC","features":[455]},{"name":"GQOS_KERNEL_TC_SYS","features":[455]},{"name":"GQOS_NET_ADMISSION","features":[455]},{"name":"GQOS_NET_POLICY","features":[455]},{"name":"GQOS_NO_ERRORCODE","features":[455]},{"name":"GQOS_NO_ERRORVALUE","features":[455]},{"name":"GQOS_RSVP","features":[455]},{"name":"GQOS_RSVP_SYS","features":[455]},{"name":"GUARANTEED_SERV","features":[455]},{"name":"GUAR_ADSPARM_C","features":[455]},{"name":"GUAR_ADSPARM_Csum","features":[455]},{"name":"GUAR_ADSPARM_Ctot","features":[455]},{"name":"GUAR_ADSPARM_D","features":[455]},{"name":"GUAR_ADSPARM_Dsum","features":[455]},{"name":"GUAR_ADSPARM_Dtot","features":[455]},{"name":"GUID_QOS_BESTEFFORT_BANDWIDTH","features":[455]},{"name":"GUID_QOS_ENABLE_AVG_STATS","features":[455]},{"name":"GUID_QOS_ENABLE_WINDOW_ADJUSTMENT","features":[455]},{"name":"GUID_QOS_FLOW_8021P_CONFORMING","features":[455]},{"name":"GUID_QOS_FLOW_8021P_NONCONFORMING","features":[455]},{"name":"GUID_QOS_FLOW_COUNT","features":[455]},{"name":"GUID_QOS_FLOW_IP_CONFORMING","features":[455]},{"name":"GUID_QOS_FLOW_IP_NONCONFORMING","features":[455]},{"name":"GUID_QOS_FLOW_MODE","features":[455]},{"name":"GUID_QOS_ISSLOW_FLOW","features":[455]},{"name":"GUID_QOS_LATENCY","features":[455]},{"name":"GUID_QOS_MAX_OUTSTANDING_SENDS","features":[455]},{"name":"GUID_QOS_NON_BESTEFFORT_LIMIT","features":[455]},{"name":"GUID_QOS_REMAINING_BANDWIDTH","features":[455]},{"name":"GUID_QOS_STATISTICS_BUFFER","features":[455]},{"name":"GUID_QOS_TIMER_RESOLUTION","features":[455]},{"name":"Gads_parms_t","features":[455]},{"name":"GenAdspecParams","features":[455]},{"name":"GenTspec","features":[455]},{"name":"GenTspecParms","features":[455]},{"name":"GuarFlowSpec","features":[455]},{"name":"GuarRspec","features":[455]},{"name":"HIGHLY_DELAY_SENSITIVE","features":[455]},{"name":"HSP_UPGRADE_IMAGEDATA","features":[455]},{"name":"IDENTITY_CHANGED","features":[455]},{"name":"IDPE_ATTR","features":[455]},{"name":"ID_ERROR_OBJECT","features":[455]},{"name":"IF_MIB_STATS_ID","features":[455]},{"name":"INFO_NOT_AVAILABLE","features":[455]},{"name":"INSUFFICIENT_PRIVILEGES","features":[455]},{"name":"INTSERV_VERSION0","features":[455]},{"name":"INTSERV_VERS_MASK","features":[455]},{"name":"INV_LPM_HANDLE","features":[455]},{"name":"INV_REQ_HANDLE","features":[455]},{"name":"INV_RESULTS","features":[455]},{"name":"IN_ADDR_IPV4","features":[455]},{"name":"IN_ADDR_IPV6","features":[455]},{"name":"IPX_PATTERN","features":[455]},{"name":"IP_INTFC_INFO_ID","features":[455]},{"name":"IP_MIB_ADDRTABLE_ENTRY_ID","features":[455]},{"name":"IP_MIB_STATS_ID","features":[455]},{"name":"IP_PATTERN","features":[455]},{"name":"ISPH_FLG_INV","features":[455]},{"name":"ISSH_BREAK_BIT","features":[455]},{"name":"IS_ADSPEC_BODY","features":[455]},{"name":"IS_FLOWSPEC","features":[455]},{"name":"IS_GUAR_RSPEC","features":[455]},{"name":"IS_WKP_COMPOSED_MTU","features":[455]},{"name":"IS_WKP_HOP_CNT","features":[455]},{"name":"IS_WKP_MIN_LATENCY","features":[455]},{"name":"IS_WKP_PATH_BW","features":[455]},{"name":"IS_WKP_Q_TSPEC","features":[455]},{"name":"IS_WKP_TB_TSPEC","features":[455]},{"name":"IntServFlowSpec","features":[455]},{"name":"IntServMainHdr","features":[455]},{"name":"IntServParmHdr","features":[455]},{"name":"IntServServiceHdr","features":[455]},{"name":"IntServTspecBody","features":[455]},{"name":"LINE_RATE","features":[455]},{"name":"LOCAL_QOSABILITY","features":[455]},{"name":"LOCAL_TRAFFIC_CONTROL","features":[455]},{"name":"LPMIPTABLE","features":[455,320]},{"name":"LPM_API_VERSION_1","features":[455]},{"name":"LPM_HANDLE","features":[455]},{"name":"LPM_INIT_INFO","features":[455]},{"name":"LPM_OK","features":[455]},{"name":"LPM_PE_ALL_TYPES","features":[455]},{"name":"LPM_PE_APP_IDENTITY","features":[455]},{"name":"LPM_PE_USER_IDENTITY","features":[455]},{"name":"LPM_RESULT_DEFER","features":[455]},{"name":"LPM_RESULT_READY","features":[455]},{"name":"LPM_TIME_OUT","features":[455]},{"name":"LPV_DONT_CARE","features":[455]},{"name":"LPV_DROP_MSG","features":[455]},{"name":"LPV_MAX_PRIORITY","features":[455]},{"name":"LPV_MIN_PRIORITY","features":[455]},{"name":"LPV_REJECT","features":[455]},{"name":"LPV_RESERVED","features":[455]},{"name":"MAX_HSP_UPGRADE_FILENAME_LENGTH","features":[455]},{"name":"MAX_PHYSADDR_SIZE","features":[455]},{"name":"MAX_STRING_LENGTH","features":[455]},{"name":"MODERATELY_DELAY_SENSITIVE","features":[455]},{"name":"OSDEVICE_TYPE_BLOCKIO_CDROM","features":[455]},{"name":"OSDEVICE_TYPE_BLOCKIO_FILE","features":[455]},{"name":"OSDEVICE_TYPE_BLOCKIO_HARDDISK","features":[455]},{"name":"OSDEVICE_TYPE_BLOCKIO_PARTITION","features":[455]},{"name":"OSDEVICE_TYPE_BLOCKIO_RAMDISK","features":[455]},{"name":"OSDEVICE_TYPE_BLOCKIO_REMOVABLEDISK","features":[455]},{"name":"OSDEVICE_TYPE_BLOCKIO_VIRTUALHARDDISK","features":[455]},{"name":"OSDEVICE_TYPE_CIMFS","features":[455]},{"name":"OSDEVICE_TYPE_COMPOSITE","features":[455]},{"name":"OSDEVICE_TYPE_SERIAL","features":[455]},{"name":"OSDEVICE_TYPE_UDP","features":[455]},{"name":"OSDEVICE_TYPE_UNKNOWN","features":[455]},{"name":"OSDEVICE_TYPE_VMBUS","features":[455]},{"name":"Opt_Distinct","features":[455]},{"name":"Opt_Explicit","features":[455]},{"name":"Opt_Share_mask","features":[455]},{"name":"Opt_Shared","features":[455]},{"name":"Opt_SndSel_mask","features":[455]},{"name":"Opt_Wildcard","features":[455]},{"name":"PALLOCMEM","features":[455]},{"name":"PARAM_BUFFER","features":[455]},{"name":"PCM_VERSION_1","features":[455]},{"name":"PE_ATTRIB_TYPE_CREDENTIAL","features":[455]},{"name":"PE_ATTRIB_TYPE_POLICY_LOCATOR","features":[455]},{"name":"PE_TYPE_APPID","features":[455]},{"name":"PFREEMEM","features":[455]},{"name":"POLICY_DATA","features":[455]},{"name":"POLICY_DECISION","features":[455]},{"name":"POLICY_ELEMENT","features":[455]},{"name":"POLICY_ERRV_CRAZY_FLOWSPEC","features":[455]},{"name":"POLICY_ERRV_EXPIRED_CREDENTIALS","features":[455]},{"name":"POLICY_ERRV_EXPIRED_USER_TOKEN","features":[455]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_COUNT","features":[455]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_DURATION","features":[455]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_DEF_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_DEF_SUM_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_DEF_SUM_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_COUNT","features":[455]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_DURATION","features":[455]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_GRP_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_GRP_SUM_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_GRP_SUM_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_COUNT","features":[455]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_DURATION","features":[455]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_SUM_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_SUM_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_COUNT","features":[455]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_DURATION","features":[455]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_USER_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_USER_SUM_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_GLOBAL_USER_SUM_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_IDENTITY_CHANGED","features":[455]},{"name":"POLICY_ERRV_INSUFFICIENT_PRIVILEGES","features":[455]},{"name":"POLICY_ERRV_NO_ACCEPTS","features":[455]},{"name":"POLICY_ERRV_NO_MEMORY","features":[455]},{"name":"POLICY_ERRV_NO_MORE_INFO","features":[455]},{"name":"POLICY_ERRV_NO_PRIVILEGES","features":[455]},{"name":"POLICY_ERRV_NO_RESOURCES","features":[455]},{"name":"POLICY_ERRV_PRE_EMPTED","features":[455]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_COUNT","features":[455]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_DURATION","features":[455]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_DEF_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_DEF_SUM_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_DEF_SUM_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_COUNT","features":[455]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_DURATION","features":[455]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_GRP_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_GRP_SUM_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_GRP_SUM_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_COUNT","features":[455]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_DURATION","features":[455]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_SUM_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_SUM_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_COUNT","features":[455]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_DURATION","features":[455]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_USER_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_USER_SUM_FLOW_RATE","features":[455]},{"name":"POLICY_ERRV_SUBNET_USER_SUM_PEAK_RATE","features":[455]},{"name":"POLICY_ERRV_UNKNOWN","features":[455]},{"name":"POLICY_ERRV_UNKNOWN_USER","features":[455]},{"name":"POLICY_ERRV_UNSUPPORTED_CREDENTIAL_TYPE","features":[455]},{"name":"POLICY_ERRV_USER_CHANGED","features":[455]},{"name":"POLICY_LOCATOR_SUB_TYPE_ASCII_DN","features":[455]},{"name":"POLICY_LOCATOR_SUB_TYPE_ASCII_DN_ENC","features":[455]},{"name":"POLICY_LOCATOR_SUB_TYPE_UNICODE_DN","features":[455]},{"name":"POLICY_LOCATOR_SUB_TYPE_UNICODE_DN_ENC","features":[455]},{"name":"POSITIVE_INFINITY_RATE","features":[455]},{"name":"PREDICTIVE_SERV","features":[455]},{"name":"QOSAddSocketToFlow","features":[307,455,320]},{"name":"QOSCancel","features":[307,455,312]},{"name":"QOSCloseHandle","features":[307,455]},{"name":"QOSCreateHandle","features":[307,455]},{"name":"QOSEnumerateFlows","features":[307,455]},{"name":"QOSFlowRateCongestion","features":[455]},{"name":"QOSFlowRateContentChange","features":[455]},{"name":"QOSFlowRateHigherContentEncoding","features":[455]},{"name":"QOSFlowRateNotApplicable","features":[455]},{"name":"QOSFlowRateUserCaused","features":[455]},{"name":"QOSNotifyAvailable","features":[455]},{"name":"QOSNotifyCongested","features":[455]},{"name":"QOSNotifyFlow","features":[307,455,312]},{"name":"QOSNotifyUncongested","features":[455]},{"name":"QOSQueryFlow","features":[307,455,312]},{"name":"QOSQueryFlowFundamentals","features":[455]},{"name":"QOSQueryOutgoingRate","features":[455]},{"name":"QOSQueryPacketPriority","features":[455]},{"name":"QOSRemoveSocketFromFlow","features":[307,455,320]},{"name":"QOSSPBASE","features":[455]},{"name":"QOSSP_ERR_BASE","features":[455]},{"name":"QOSSetFlow","features":[307,455,312]},{"name":"QOSSetOutgoingDSCPValue","features":[455]},{"name":"QOSSetOutgoingRate","features":[455]},{"name":"QOSSetTrafficType","features":[455]},{"name":"QOSShapeAndMark","features":[455]},{"name":"QOSShapeOnly","features":[455]},{"name":"QOSStartTrackingClient","features":[307,455,320]},{"name":"QOSStopTrackingClient","features":[307,455,320]},{"name":"QOSTrafficTypeAudioVideo","features":[455]},{"name":"QOSTrafficTypeBackground","features":[455]},{"name":"QOSTrafficTypeBestEffort","features":[455]},{"name":"QOSTrafficTypeControl","features":[455]},{"name":"QOSTrafficTypeExcellentEffort","features":[455]},{"name":"QOSTrafficTypeVoice","features":[455]},{"name":"QOSUseNonConformantMarkings","features":[455]},{"name":"QOS_DESTADDR","features":[455,320]},{"name":"QOS_DIFFSERV","features":[455]},{"name":"QOS_DIFFSERV_RULE","features":[455]},{"name":"QOS_DS_CLASS","features":[455]},{"name":"QOS_FLOWRATE_OUTGOING","features":[455]},{"name":"QOS_FLOWRATE_REASON","features":[455]},{"name":"QOS_FLOW_FUNDAMENTALS","features":[307,455]},{"name":"QOS_FRIENDLY_NAME","features":[455]},{"name":"QOS_GENERAL_ID_BASE","features":[455]},{"name":"QOS_MAX_OBJECT_STRING_LENGTH","features":[455]},{"name":"QOS_NON_ADAPTIVE_FLOW","features":[455]},{"name":"QOS_NOTIFY_FLOW","features":[455]},{"name":"QOS_NOT_SPECIFIED","features":[455]},{"name":"QOS_OBJECT_HDR","features":[455]},{"name":"QOS_OUTGOING_DEFAULT_MINIMUM_BANDWIDTH","features":[455]},{"name":"QOS_PACKET_PRIORITY","features":[455]},{"name":"QOS_QUERYFLOW_FRESH","features":[455]},{"name":"QOS_QUERY_FLOW","features":[455]},{"name":"QOS_SD_MODE","features":[455]},{"name":"QOS_SET_FLOW","features":[455]},{"name":"QOS_SHAPING","features":[455]},{"name":"QOS_SHAPING_RATE","features":[455]},{"name":"QOS_TCP_TRAFFIC","features":[455]},{"name":"QOS_TRAFFIC_CLASS","features":[455]},{"name":"QOS_TRAFFIC_GENERAL_ID_BASE","features":[455]},{"name":"QOS_TRAFFIC_TYPE","features":[455]},{"name":"QOS_VERSION","features":[455]},{"name":"QUALITATIVE_SERV","features":[455]},{"name":"QualAppFlowSpec","features":[455]},{"name":"QualTspec","features":[455]},{"name":"QualTspecParms","features":[455]},{"name":"RCVD_PATH_TEAR","features":[455]},{"name":"RCVD_RESV_TEAR","features":[455]},{"name":"RESOURCES_ALLOCATED","features":[455]},{"name":"RESOURCES_MODIFIED","features":[455]},{"name":"RESV_STYLE","features":[455]},{"name":"RHANDLE","features":[455]},{"name":"RSVP_ADSPEC","features":[455]},{"name":"RSVP_DEFAULT_STYLE","features":[455]},{"name":"RSVP_Err_ADMISSION","features":[455]},{"name":"RSVP_Err_AMBIG_FILTER","features":[455]},{"name":"RSVP_Err_API_ERROR","features":[455]},{"name":"RSVP_Err_BAD_DSTPORT","features":[455]},{"name":"RSVP_Err_BAD_SNDPORT","features":[455]},{"name":"RSVP_Err_BAD_STYLE","features":[455]},{"name":"RSVP_Err_NONE","features":[455]},{"name":"RSVP_Err_NO_PATH","features":[455]},{"name":"RSVP_Err_NO_SENDER","features":[455]},{"name":"RSVP_Err_POLICY","features":[455]},{"name":"RSVP_Err_PREEMPTED","features":[455]},{"name":"RSVP_Err_RSVP_SYS_ERROR","features":[455]},{"name":"RSVP_Err_TC_ERROR","features":[455]},{"name":"RSVP_Err_TC_SYS_ERROR","features":[455]},{"name":"RSVP_Err_UNKNOWN_CTYPE","features":[455]},{"name":"RSVP_Err_UNKNOWN_STYLE","features":[455]},{"name":"RSVP_Err_UNKN_OBJ_CLASS","features":[455]},{"name":"RSVP_Erv_API","features":[455]},{"name":"RSVP_Erv_Bandwidth","features":[455]},{"name":"RSVP_Erv_Bucket_szie","features":[455]},{"name":"RSVP_Erv_Conflict_Serv","features":[455]},{"name":"RSVP_Erv_Crazy_Flowspec","features":[455]},{"name":"RSVP_Erv_Crazy_Tspec","features":[455]},{"name":"RSVP_Erv_DelayBnd","features":[455]},{"name":"RSVP_Erv_Flow_Rate","features":[455]},{"name":"RSVP_Erv_MEMORY","features":[455]},{"name":"RSVP_Erv_MTU","features":[455]},{"name":"RSVP_Erv_Min_Policied_size","features":[455]},{"name":"RSVP_Erv_No_Serv","features":[455]},{"name":"RSVP_Erv_Nonev","features":[455]},{"name":"RSVP_Erv_Other","features":[455]},{"name":"RSVP_Erv_Peak_Rate","features":[455]},{"name":"RSVP_FILTERSPEC","features":[455]},{"name":"RSVP_FILTERSPEC_V4","features":[455]},{"name":"RSVP_FILTERSPEC_V4_GPI","features":[455]},{"name":"RSVP_FILTERSPEC_V6","features":[455]},{"name":"RSVP_FILTERSPEC_V6_FLOW","features":[455]},{"name":"RSVP_FILTERSPEC_V6_GPI","features":[455]},{"name":"RSVP_FIXED_FILTER_STYLE","features":[455]},{"name":"RSVP_HOP","features":[455,320]},{"name":"RSVP_MSG_OBJS","features":[455,320]},{"name":"RSVP_OBJECT_ID_BASE","features":[455]},{"name":"RSVP_PATH","features":[455]},{"name":"RSVP_PATH_ERR","features":[455]},{"name":"RSVP_PATH_TEAR","features":[455]},{"name":"RSVP_POLICY","features":[455]},{"name":"RSVP_POLICY_INFO","features":[455]},{"name":"RSVP_RESERVE_INFO","features":[455,320]},{"name":"RSVP_RESV","features":[455]},{"name":"RSVP_RESV_ERR","features":[455]},{"name":"RSVP_RESV_TEAR","features":[455]},{"name":"RSVP_SCOPE","features":[455,320]},{"name":"RSVP_SESSION","features":[455,320]},{"name":"RSVP_SHARED_EXPLICIT_STYLE","features":[455]},{"name":"RSVP_STATUS_INFO","features":[455]},{"name":"RSVP_WILDCARD_STYLE","features":[455]},{"name":"RsvpObjHdr","features":[455]},{"name":"Rsvp_Hop_IPv4","features":[455,320]},{"name":"SENDER_TSPEC","features":[455]},{"name":"SERVICETYPE_BESTEFFORT","features":[455]},{"name":"SERVICETYPE_CONTROLLEDLOAD","features":[455]},{"name":"SERVICETYPE_GENERAL_INFORMATION","features":[455]},{"name":"SERVICETYPE_GUARANTEED","features":[455]},{"name":"SERVICETYPE_NETWORK_CONTROL","features":[455]},{"name":"SERVICETYPE_NETWORK_UNAVAILABLE","features":[455]},{"name":"SERVICETYPE_NOCHANGE","features":[455]},{"name":"SERVICETYPE_NONCONFORMING","features":[455]},{"name":"SERVICETYPE_NOTRAFFIC","features":[455]},{"name":"SERVICETYPE_QUALITATIVE","features":[455]},{"name":"SERVICE_BESTEFFORT","features":[455]},{"name":"SERVICE_CONTROLLEDLOAD","features":[455]},{"name":"SERVICE_GUARANTEED","features":[455]},{"name":"SERVICE_NO_QOS_SIGNALING","features":[455]},{"name":"SERVICE_NO_TRAFFIC_CONTROL","features":[455]},{"name":"SERVICE_QUALITATIVE","features":[455]},{"name":"SESSFLG_E_Police","features":[455]},{"name":"SIPAERROR_FIRMWAREFAILURE","features":[455]},{"name":"SIPAERROR_INTERNALFAILURE","features":[455]},{"name":"SIPAEVENTTYPE_AGGREGATION","features":[455]},{"name":"SIPAEVENTTYPE_AUTHORITY","features":[455]},{"name":"SIPAEVENTTYPE_CONTAINER","features":[455]},{"name":"SIPAEVENTTYPE_DRTM","features":[455]},{"name":"SIPAEVENTTYPE_ELAM","features":[455]},{"name":"SIPAEVENTTYPE_ERROR","features":[455]},{"name":"SIPAEVENTTYPE_INFORMATION","features":[455]},{"name":"SIPAEVENTTYPE_KSR","features":[455]},{"name":"SIPAEVENTTYPE_LOADEDMODULE","features":[455]},{"name":"SIPAEVENTTYPE_NONMEASURED","features":[455]},{"name":"SIPAEVENTTYPE_OSPARAMETER","features":[455]},{"name":"SIPAEVENTTYPE_PREOSPARAMETER","features":[455]},{"name":"SIPAEVENTTYPE_TRUSTPOINT","features":[455]},{"name":"SIPAEVENTTYPE_VBS","features":[455]},{"name":"SIPAEVENT_APPLICATION_RETURN","features":[455]},{"name":"SIPAEVENT_APPLICATION_SVN","features":[455]},{"name":"SIPAEVENT_AUTHENTICODEHASH","features":[455]},{"name":"SIPAEVENT_AUTHORITYISSUER","features":[455]},{"name":"SIPAEVENT_AUTHORITYPUBKEY","features":[455]},{"name":"SIPAEVENT_AUTHORITYPUBLISHER","features":[455]},{"name":"SIPAEVENT_AUTHORITYSERIAL","features":[455]},{"name":"SIPAEVENT_AUTHORITYSHA1THUMBPRINT","features":[455]},{"name":"SIPAEVENT_BITLOCKER_UNLOCK","features":[455]},{"name":"SIPAEVENT_BOOTCOUNTER","features":[455]},{"name":"SIPAEVENT_BOOTDEBUGGING","features":[455]},{"name":"SIPAEVENT_BOOT_REVOCATION_LIST","features":[455]},{"name":"SIPAEVENT_CODEINTEGRITY","features":[455]},{"name":"SIPAEVENT_COUNTERID","features":[455]},{"name":"SIPAEVENT_DATAEXECUTIONPREVENTION","features":[455]},{"name":"SIPAEVENT_DRIVER_LOAD_POLICY","features":[455]},{"name":"SIPAEVENT_DRTM_AMD_SMM_HASH","features":[455]},{"name":"SIPAEVENT_DRTM_AMD_SMM_SIGNER_KEY","features":[455]},{"name":"SIPAEVENT_DRTM_SMM_LEVEL","features":[455]},{"name":"SIPAEVENT_DRTM_STATE_AUTH","features":[455]},{"name":"SIPAEVENT_DUMPS_DISABLED","features":[455]},{"name":"SIPAEVENT_DUMP_ENCRYPTION_ENABLED","features":[455]},{"name":"SIPAEVENT_DUMP_ENCRYPTION_KEY_DIGEST","features":[455]},{"name":"SIPAEVENT_ELAM_CONFIGURATION","features":[455]},{"name":"SIPAEVENT_ELAM_KEYNAME","features":[455]},{"name":"SIPAEVENT_ELAM_MEASURED","features":[455]},{"name":"SIPAEVENT_ELAM_POLICY","features":[455]},{"name":"SIPAEVENT_EVENTCOUNTER","features":[455]},{"name":"SIPAEVENT_FILEPATH","features":[455]},{"name":"SIPAEVENT_FLIGHTSIGNING","features":[455]},{"name":"SIPAEVENT_HASHALGORITHMID","features":[455]},{"name":"SIPAEVENT_HIBERNATION_DISABLED","features":[455]},{"name":"SIPAEVENT_HYPERVISOR_BOOT_DMA_PROTECTION","features":[455]},{"name":"SIPAEVENT_HYPERVISOR_DEBUG","features":[455]},{"name":"SIPAEVENT_HYPERVISOR_IOMMU_POLICY","features":[455]},{"name":"SIPAEVENT_HYPERVISOR_LAUNCH_TYPE","features":[455]},{"name":"SIPAEVENT_HYPERVISOR_MMIO_NX_POLICY","features":[455]},{"name":"SIPAEVENT_HYPERVISOR_MSR_FILTER_POLICY","features":[455]},{"name":"SIPAEVENT_HYPERVISOR_PATH","features":[455]},{"name":"SIPAEVENT_IMAGEBASE","features":[455]},{"name":"SIPAEVENT_IMAGESIZE","features":[455]},{"name":"SIPAEVENT_IMAGEVALIDATED","features":[455]},{"name":"SIPAEVENT_INFORMATION","features":[455]},{"name":"SIPAEVENT_KSR_SIGNATURE","features":[455]},{"name":"SIPAEVENT_KSR_SIGNATURE_PAYLOAD","features":[455]},{"name":"SIPAEVENT_LSAISO_CONFIG","features":[455]},{"name":"SIPAEVENT_MODULE_HSP","features":[455]},{"name":"SIPAEVENT_MODULE_SVN","features":[455]},{"name":"SIPAEVENT_MORBIT_API_STATUS","features":[455]},{"name":"SIPAEVENT_MORBIT_NOT_CANCELABLE","features":[455]},{"name":"SIPAEVENT_NOAUTHORITY","features":[455]},{"name":"SIPAEVENT_OSDEVICE","features":[455]},{"name":"SIPAEVENT_OSKERNELDEBUG","features":[455]},{"name":"SIPAEVENT_OS_REVOCATION_LIST","features":[455]},{"name":"SIPAEVENT_PAGEFILE_ENCRYPTION_ENABLED","features":[455]},{"name":"SIPAEVENT_PHYSICALADDRESSEXTENSION","features":[455]},{"name":"SIPAEVENT_REVOCATION_LIST_PAYLOAD","features":[455]},{"name":"SIPAEVENT_SAFEMODE","features":[455]},{"name":"SIPAEVENT_SBCP_INFO","features":[455]},{"name":"SIPAEVENT_SBCP_INFO_PAYLOAD_V1","features":[455]},{"name":"SIPAEVENT_SI_POLICY","features":[455]},{"name":"SIPAEVENT_SI_POLICY_PAYLOAD","features":[455]},{"name":"SIPAEVENT_SMT_STATUS","features":[455]},{"name":"SIPAEVENT_SVN_CHAIN_STATUS","features":[455]},{"name":"SIPAEVENT_SYSTEMROOT","features":[455]},{"name":"SIPAEVENT_TESTSIGNING","features":[455]},{"name":"SIPAEVENT_TRANSFER_CONTROL","features":[455]},{"name":"SIPAEVENT_VBS_DUMP_USES_AMEROOT","features":[455]},{"name":"SIPAEVENT_VBS_HVCI_POLICY","features":[455]},{"name":"SIPAEVENT_VBS_IOMMU_REQUIRED","features":[455]},{"name":"SIPAEVENT_VBS_MANDATORY_ENFORCEMENT","features":[455]},{"name":"SIPAEVENT_VBS_MICROSOFT_BOOT_CHAIN_REQUIRED","features":[455]},{"name":"SIPAEVENT_VBS_MMIO_NX_REQUIRED","features":[455]},{"name":"SIPAEVENT_VBS_MSR_FILTERING_REQUIRED","features":[455]},{"name":"SIPAEVENT_VBS_SECUREBOOT_REQUIRED","features":[455]},{"name":"SIPAEVENT_VBS_VSM_NOSECRETS_ENFORCED","features":[455]},{"name":"SIPAEVENT_VBS_VSM_REQUIRED","features":[455]},{"name":"SIPAEVENT_VSM_IDKS_INFO","features":[455]},{"name":"SIPAEVENT_VSM_IDK_INFO","features":[455]},{"name":"SIPAEVENT_VSM_IDK_INFO_PAYLOAD","features":[455]},{"name":"SIPAEVENT_VSM_IDK_RSA_INFO","features":[455]},{"name":"SIPAEVENT_VSM_LAUNCH_TYPE","features":[455]},{"name":"SIPAEVENT_WINPE","features":[455]},{"name":"SIPAEV_ACTION","features":[455]},{"name":"SIPAEV_AMD_SL_EVENT_BASE","features":[455]},{"name":"SIPAEV_AMD_SL_LOAD","features":[455]},{"name":"SIPAEV_AMD_SL_LOAD_1","features":[455]},{"name":"SIPAEV_AMD_SL_PSP_FW_SPLT","features":[455]},{"name":"SIPAEV_AMD_SL_PUB_KEY","features":[455]},{"name":"SIPAEV_AMD_SL_SEPARATOR","features":[455]},{"name":"SIPAEV_AMD_SL_SVN","features":[455]},{"name":"SIPAEV_AMD_SL_TSME_RB_FUSE","features":[455]},{"name":"SIPAEV_COMPACT_HASH","features":[455]},{"name":"SIPAEV_CPU_MICROCODE","features":[455]},{"name":"SIPAEV_EFI_ACTION","features":[455]},{"name":"SIPAEV_EFI_BOOT_SERVICES_APPLICATION","features":[455]},{"name":"SIPAEV_EFI_BOOT_SERVICES_DRIVER","features":[455]},{"name":"SIPAEV_EFI_EVENT_BASE","features":[455]},{"name":"SIPAEV_EFI_GPT_EVENT","features":[455]},{"name":"SIPAEV_EFI_HANDOFF_TABLES","features":[455]},{"name":"SIPAEV_EFI_HANDOFF_TABLES2","features":[455]},{"name":"SIPAEV_EFI_HCRTM_EVENT","features":[455]},{"name":"SIPAEV_EFI_PLATFORM_FIRMWARE_BLOB","features":[455]},{"name":"SIPAEV_EFI_PLATFORM_FIRMWARE_BLOB2","features":[455]},{"name":"SIPAEV_EFI_RUNTIME_SERVICES_DRIVER","features":[455]},{"name":"SIPAEV_EFI_SPDM_FIRMWARE_BLOB","features":[455]},{"name":"SIPAEV_EFI_SPDM_FIRMWARE_CONFIG","features":[455]},{"name":"SIPAEV_EFI_VARIABLE_AUTHORITY","features":[455]},{"name":"SIPAEV_EFI_VARIABLE_BOOT","features":[455]},{"name":"SIPAEV_EFI_VARIABLE_BOOT2","features":[455]},{"name":"SIPAEV_EFI_VARIABLE_DRIVER_CONFIG","features":[455]},{"name":"SIPAEV_EVENT_TAG","features":[455]},{"name":"SIPAEV_IPL","features":[455]},{"name":"SIPAEV_IPL_PARTITION_DATA","features":[455]},{"name":"SIPAEV_NONHOST_CODE","features":[455]},{"name":"SIPAEV_NONHOST_CONFIG","features":[455]},{"name":"SIPAEV_NONHOST_INFO","features":[455]},{"name":"SIPAEV_NO_ACTION","features":[455]},{"name":"SIPAEV_OMIT_BOOT_DEVICE_EVENTS","features":[455]},{"name":"SIPAEV_PLATFORM_CONFIG_FLAGS","features":[455]},{"name":"SIPAEV_POST_CODE","features":[455]},{"name":"SIPAEV_PREBOOT_CERT","features":[455]},{"name":"SIPAEV_SEPARATOR","features":[455]},{"name":"SIPAEV_S_CRTM_CONTENTS","features":[455]},{"name":"SIPAEV_S_CRTM_VERSION","features":[455]},{"name":"SIPAEV_TABLE_OF_DEVICES","features":[455]},{"name":"SIPAEV_TXT_BIOSAC_REG_DATA","features":[455]},{"name":"SIPAEV_TXT_BOOT_POL_HASH","features":[455]},{"name":"SIPAEV_TXT_BPM_HASH","features":[455]},{"name":"SIPAEV_TXT_BPM_INFO_HASH","features":[455]},{"name":"SIPAEV_TXT_CAP_VALUE","features":[455]},{"name":"SIPAEV_TXT_COLD_BOOT_BIOS_HASH","features":[455]},{"name":"SIPAEV_TXT_COMBINED_HASH","features":[455]},{"name":"SIPAEV_TXT_CPU_SCRTM_STAT","features":[455]},{"name":"SIPAEV_TXT_ELEMENTS_HASH","features":[455]},{"name":"SIPAEV_TXT_EVENT_BASE","features":[455]},{"name":"SIPAEV_TXT_HASH_START","features":[455]},{"name":"SIPAEV_TXT_KM_HASH","features":[455]},{"name":"SIPAEV_TXT_KM_INFO_HASH","features":[455]},{"name":"SIPAEV_TXT_LCP_AUTHORITIES_HASH","features":[455]},{"name":"SIPAEV_TXT_LCP_CONTROL_HASH","features":[455]},{"name":"SIPAEV_TXT_LCP_DETAILS_HASH","features":[455]},{"name":"SIPAEV_TXT_LCP_HASH","features":[455]},{"name":"SIPAEV_TXT_MLE_HASH","features":[455]},{"name":"SIPAEV_TXT_NV_INFO_HASH","features":[455]},{"name":"SIPAEV_TXT_OSSINITDATA_CAP_HASH","features":[455]},{"name":"SIPAEV_TXT_PCR_MAPPING","features":[455]},{"name":"SIPAEV_TXT_RANDOM_VALUE","features":[455]},{"name":"SIPAEV_TXT_SINIT_PUBKEY_HASH","features":[455]},{"name":"SIPAEV_TXT_STM_HASH","features":[455]},{"name":"SIPAEV_UNUSED","features":[455]},{"name":"SIPAHDRSIGNATURE","features":[455]},{"name":"SIPAKSRHDRSIGNATURE","features":[455]},{"name":"SIPALOGVERSION","features":[455]},{"name":"STATE_TIMEOUT","features":[455]},{"name":"Scope_list_ipv4","features":[455,320]},{"name":"Session_IPv4","features":[455,320]},{"name":"TCBASE","features":[455]},{"name":"TCG_PCClientPCREventStruct","features":[455]},{"name":"TCG_PCClientTaggedEventStruct","features":[455]},{"name":"TCI_ADD_FLOW_COMPLETE_HANDLER","features":[307,455]},{"name":"TCI_CLIENT_FUNC_LIST","features":[307,455]},{"name":"TCI_DEL_FLOW_COMPLETE_HANDLER","features":[307,455]},{"name":"TCI_MOD_FLOW_COMPLETE_HANDLER","features":[307,455]},{"name":"TCI_NOTIFY_HANDLER","features":[307,455]},{"name":"TC_GEN_FILTER","features":[455]},{"name":"TC_GEN_FLOW","features":[455,320]},{"name":"TC_IFC_DESCRIPTOR","features":[321,455]},{"name":"TC_NONCONF_BORROW","features":[455]},{"name":"TC_NONCONF_BORROW_PLUS","features":[455]},{"name":"TC_NONCONF_DISCARD","features":[455]},{"name":"TC_NONCONF_SHAPE","features":[455]},{"name":"TC_NOTIFY_FLOW_CLOSE","features":[455]},{"name":"TC_NOTIFY_IFC_CHANGE","features":[455]},{"name":"TC_NOTIFY_IFC_CLOSE","features":[455]},{"name":"TC_NOTIFY_IFC_UP","features":[455]},{"name":"TC_NOTIFY_PARAM_CHANGED","features":[455]},{"name":"TC_SUPPORTED_INFO_BUFFER","features":[321,455]},{"name":"TcAddFilter","features":[307,455]},{"name":"TcAddFlow","features":[307,455,320]},{"name":"TcCloseInterface","features":[307,455]},{"name":"TcDeleteFilter","features":[307,455]},{"name":"TcDeleteFlow","features":[307,455]},{"name":"TcDeregisterClient","features":[307,455]},{"name":"TcEnumerateFlows","features":[307,455,320]},{"name":"TcEnumerateInterfaces","features":[307,321,455]},{"name":"TcGetFlowNameA","features":[307,455]},{"name":"TcGetFlowNameW","features":[307,455]},{"name":"TcModifyFlow","features":[307,455,320]},{"name":"TcOpenInterfaceA","features":[307,455]},{"name":"TcOpenInterfaceW","features":[307,455]},{"name":"TcQueryFlowA","features":[455]},{"name":"TcQueryFlowW","features":[455]},{"name":"TcQueryInterface","features":[307,455]},{"name":"TcRegisterClient","features":[307,455]},{"name":"TcSetFlowA","features":[455]},{"name":"TcSetFlowW","features":[455]},{"name":"TcSetInterface","features":[307,455]},{"name":"UNSUPPORTED_CREDENTIAL_TYPE","features":[455]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_256","features":[455]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_384","features":[455]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_512","features":[455]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_1","features":[455]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_256","features":[455]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_384","features":[455]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_512","features":[455]},{"name":"WBCL_DIGEST_ALG_BITMAP_SM3_256","features":[455]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_256","features":[455]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_384","features":[455]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_512","features":[455]},{"name":"WBCL_DIGEST_ALG_ID_SHA_1","features":[455]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_256","features":[455]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_384","features":[455]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_512","features":[455]},{"name":"WBCL_DIGEST_ALG_ID_SM3_256","features":[455]},{"name":"WBCL_HASH_LEN_SHA1","features":[455]},{"name":"WBCL_Iterator","features":[455]},{"name":"WBCL_LogHdr","features":[455]},{"name":"WBCL_MAX_HSP_UPGRADE_HASH_LEN","features":[455]},{"name":"class_ADSPEC","features":[455]},{"name":"class_CONFIRM","features":[455]},{"name":"class_ERROR_SPEC","features":[455]},{"name":"class_FILTER_SPEC","features":[455]},{"name":"class_FLOWSPEC","features":[455]},{"name":"class_INTEGRITY","features":[455]},{"name":"class_IS_FLOWSPEC","features":[455]},{"name":"class_MAX","features":[455]},{"name":"class_NULL","features":[455]},{"name":"class_POLICY_DATA","features":[455]},{"name":"class_RSVP_HOP","features":[455]},{"name":"class_SCOPE","features":[455]},{"name":"class_SENDER_TEMPLATE","features":[455]},{"name":"class_SENDER_TSPEC","features":[455]},{"name":"class_SESSION","features":[455]},{"name":"class_SESSION_GROUP","features":[455]},{"name":"class_STYLE","features":[455]},{"name":"class_TIME_VALUES","features":[455]},{"name":"ctype_ADSPEC_INTSERV","features":[455]},{"name":"ctype_ERROR_SPEC_ipv4","features":[455]},{"name":"ctype_FILTER_SPEC_ipv4","features":[455]},{"name":"ctype_FILTER_SPEC_ipv4GPI","features":[455]},{"name":"ctype_FLOWSPEC_Intserv0","features":[455]},{"name":"ctype_POLICY_DATA","features":[455]},{"name":"ctype_RSVP_HOP_ipv4","features":[455]},{"name":"ctype_SCOPE_list_ipv4","features":[455]},{"name":"ctype_SENDER_TEMPLATE_ipv4","features":[455]},{"name":"ctype_SENDER_TEMPLATE_ipv4GPI","features":[455]},{"name":"ctype_SENDER_TSPEC","features":[455]},{"name":"ctype_SESSION_ipv4","features":[455]},{"name":"ctype_SESSION_ipv4GPI","features":[455]},{"name":"ctype_STYLE","features":[455]},{"name":"int_serv_wkp","features":[455]},{"name":"ioctl_code","features":[455]},{"name":"mCOMPANY","features":[455]},{"name":"mIOC_IN","features":[455]},{"name":"mIOC_OUT","features":[455]},{"name":"mIOC_VENDOR","features":[455]}],"460":[{"name":"ALLOW_NO_AUTH","features":[456]},{"name":"ALL_SOURCES","features":[456]},{"name":"ANY_SOURCE","features":[456]},{"name":"ATADDRESSLEN","features":[456]},{"name":"AUTH_VALIDATION_EX","features":[307,456]},{"name":"DO_NOT_ALLOW_NO_AUTH","features":[456]},{"name":"ERROR_ACCESSING_TCPCFGDLL","features":[456]},{"name":"ERROR_ACCT_DISABLED","features":[456]},{"name":"ERROR_ACCT_EXPIRED","features":[456]},{"name":"ERROR_ACTION_REQUIRED","features":[456]},{"name":"ERROR_ALLOCATING_MEMORY","features":[456]},{"name":"ERROR_ALREADY_DISCONNECTING","features":[456]},{"name":"ERROR_ASYNC_REQUEST_PENDING","features":[456]},{"name":"ERROR_AUTHENTICATION_FAILURE","features":[456]},{"name":"ERROR_AUTH_INTERNAL","features":[456]},{"name":"ERROR_AUTOMATIC_VPN_FAILED","features":[456]},{"name":"ERROR_BAD_ADDRESS_SPECIFIED","features":[456]},{"name":"ERROR_BAD_CALLBACK_NUMBER","features":[456]},{"name":"ERROR_BAD_PHONE_NUMBER","features":[456]},{"name":"ERROR_BAD_STRING","features":[456]},{"name":"ERROR_BAD_USAGE_IN_INI_FILE","features":[456]},{"name":"ERROR_BIPLEX_PORT_NOT_AVAILABLE","features":[456]},{"name":"ERROR_BLOCKED","features":[456]},{"name":"ERROR_BROADBAND_ACTIVE","features":[456]},{"name":"ERROR_BROADBAND_NO_NIC","features":[456]},{"name":"ERROR_BROADBAND_TIMEOUT","features":[456]},{"name":"ERROR_BUFFER_INVALID","features":[456]},{"name":"ERROR_BUFFER_TOO_SMALL","features":[456]},{"name":"ERROR_BUNDLE_NOT_FOUND","features":[456]},{"name":"ERROR_CANNOT_DELETE","features":[456]},{"name":"ERROR_CANNOT_DO_CUSTOMDIAL","features":[456]},{"name":"ERROR_CANNOT_FIND_PHONEBOOK_ENTRY","features":[456]},{"name":"ERROR_CANNOT_GET_LANA","features":[456]},{"name":"ERROR_CANNOT_INITIATE_MOBIKE_UPDATE","features":[456]},{"name":"ERROR_CANNOT_LOAD_PHONEBOOK","features":[456]},{"name":"ERROR_CANNOT_LOAD_STRING","features":[456]},{"name":"ERROR_CANNOT_OPEN_PHONEBOOK","features":[456]},{"name":"ERROR_CANNOT_PROJECT_CLIENT","features":[456]},{"name":"ERROR_CANNOT_SET_PORT_INFO","features":[456]},{"name":"ERROR_CANNOT_SHARE_CONNECTION","features":[456]},{"name":"ERROR_CANNOT_USE_LOGON_CREDENTIALS","features":[456]},{"name":"ERROR_CANNOT_WRITE_PHONEBOOK","features":[456]},{"name":"ERROR_CERT_FOR_ENCRYPTION_NOT_FOUND","features":[456]},{"name":"ERROR_CHANGING_PASSWORD","features":[456]},{"name":"ERROR_CMD_TOO_LONG","features":[456]},{"name":"ERROR_CONGESTION","features":[456]},{"name":"ERROR_CONNECTING_DEVICE_NOT_FOUND","features":[456]},{"name":"ERROR_CONNECTION_ALREADY_SHARED","features":[456]},{"name":"ERROR_CONNECTION_REJECT","features":[456]},{"name":"ERROR_CORRUPT_PHONEBOOK","features":[456]},{"name":"ERROR_DCB_NOT_FOUND","features":[456]},{"name":"ERROR_DEFAULTOFF_MACRO_NOT_FOUND","features":[456]},{"name":"ERROR_DEVICENAME_NOT_FOUND","features":[456]},{"name":"ERROR_DEVICENAME_TOO_LONG","features":[456]},{"name":"ERROR_DEVICETYPE_DOES_NOT_EXIST","features":[456]},{"name":"ERROR_DEVICE_COMPLIANCE","features":[456]},{"name":"ERROR_DEVICE_DOES_NOT_EXIST","features":[456]},{"name":"ERROR_DEVICE_NOT_READY","features":[456]},{"name":"ERROR_DIAL_ALREADY_IN_PROGRESS","features":[456]},{"name":"ERROR_DISCONNECTION","features":[456]},{"name":"ERROR_DNSNAME_NOT_RESOLVABLE","features":[456]},{"name":"ERROR_DONOTDISTURB","features":[456]},{"name":"ERROR_EAPTLS_CACHE_CREDENTIALS_INVALID","features":[456]},{"name":"ERROR_EAPTLS_PASSWD_INVALID","features":[456]},{"name":"ERROR_EAPTLS_SCARD_CACHE_CREDENTIALS_INVALID","features":[456]},{"name":"ERROR_EAP_METHOD_DOES_NOT_SUPPORT_SSO","features":[456]},{"name":"ERROR_EAP_METHOD_NOT_INSTALLED","features":[456]},{"name":"ERROR_EAP_METHOD_OPERATION_NOT_SUPPORTED","features":[456]},{"name":"ERROR_EAP_SERVER_CERT_EXPIRED","features":[456]},{"name":"ERROR_EAP_SERVER_CERT_INVALID","features":[456]},{"name":"ERROR_EAP_SERVER_CERT_OTHER_ERROR","features":[456]},{"name":"ERROR_EAP_SERVER_CERT_REVOKED","features":[456]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_INVALID","features":[456]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_NAME_REQUIRED","features":[456]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_NOT_FOUND","features":[456]},{"name":"ERROR_EAP_USER_CERT_EXPIRED","features":[456]},{"name":"ERROR_EAP_USER_CERT_INVALID","features":[456]},{"name":"ERROR_EAP_USER_CERT_OTHER_ERROR","features":[456]},{"name":"ERROR_EAP_USER_CERT_REVOKED","features":[456]},{"name":"ERROR_EAP_USER_ROOT_CERT_EXPIRED","features":[456]},{"name":"ERROR_EAP_USER_ROOT_CERT_INVALID","features":[456]},{"name":"ERROR_EAP_USER_ROOT_CERT_NOT_FOUND","features":[456]},{"name":"ERROR_EMPTY_INI_FILE","features":[456]},{"name":"ERROR_EVENT_INVALID","features":[456]},{"name":"ERROR_FAILED_CP_REQUIRED","features":[456]},{"name":"ERROR_FAILED_TO_ENCRYPT","features":[456]},{"name":"ERROR_FAST_USER_SWITCH","features":[456]},{"name":"ERROR_FEATURE_DEPRECATED","features":[456]},{"name":"ERROR_FILE_COULD_NOT_BE_OPENED","features":[456]},{"name":"ERROR_FROM_DEVICE","features":[456]},{"name":"ERROR_HANGUP_FAILED","features":[456]},{"name":"ERROR_HARDWARE_FAILURE","features":[456]},{"name":"ERROR_HIBERNATION","features":[456]},{"name":"ERROR_IDLE_TIMEOUT","features":[456]},{"name":"ERROR_IKEV2_PSK_INTERFACE_ALREADY_EXISTS","features":[456]},{"name":"ERROR_INCOMPATIBLE","features":[456]},{"name":"ERROR_INTERACTIVE_MODE","features":[456]},{"name":"ERROR_INTERNAL_ADDRESS_FAILURE","features":[456]},{"name":"ERROR_INVALID_AUTH_STATE","features":[456]},{"name":"ERROR_INVALID_CALLBACK_NUMBER","features":[456]},{"name":"ERROR_INVALID_COMPRESSION_SPECIFIED","features":[456]},{"name":"ERROR_INVALID_DESTINATION_IP","features":[456]},{"name":"ERROR_INVALID_FUNCTION_FOR_ENTRY","features":[456]},{"name":"ERROR_INVALID_INTERFACE_CONFIG","features":[456]},{"name":"ERROR_INVALID_MSCHAPV2_CONFIG","features":[456]},{"name":"ERROR_INVALID_PEAP_COOKIE_ATTRIBUTES","features":[456]},{"name":"ERROR_INVALID_PEAP_COOKIE_CONFIG","features":[456]},{"name":"ERROR_INVALID_PEAP_COOKIE_USER","features":[456]},{"name":"ERROR_INVALID_PORT_HANDLE","features":[456]},{"name":"ERROR_INVALID_PREFERENCES","features":[456]},{"name":"ERROR_INVALID_SERVER_CERT","features":[456]},{"name":"ERROR_INVALID_SIZE","features":[456]},{"name":"ERROR_INVALID_SMM","features":[456]},{"name":"ERROR_INVALID_TUNNELID","features":[456]},{"name":"ERROR_INVALID_VPNSTRATEGY","features":[456]},{"name":"ERROR_IN_COMMAND","features":[456]},{"name":"ERROR_IPSEC_SERVICE_STOPPED","features":[456]},{"name":"ERROR_IPXCP_DIALOUT_ALREADY_ACTIVE","features":[456]},{"name":"ERROR_IPXCP_NET_NUMBER_CONFLICT","features":[456]},{"name":"ERROR_IPXCP_NO_DIALIN_CONFIGURED","features":[456]},{"name":"ERROR_IPXCP_NO_DIALOUT_CONFIGURED","features":[456]},{"name":"ERROR_IP_CONFIGURATION","features":[456]},{"name":"ERROR_KEY_NOT_FOUND","features":[456]},{"name":"ERROR_LINE_BUSY","features":[456]},{"name":"ERROR_LINK_FAILURE","features":[456]},{"name":"ERROR_MACRO_NOT_DEFINED","features":[456]},{"name":"ERROR_MACRO_NOT_FOUND","features":[456]},{"name":"ERROR_MESSAGE_MACRO_NOT_FOUND","features":[456]},{"name":"ERROR_MOBIKE_DISABLED","features":[456]},{"name":"ERROR_NAME_EXISTS_ON_NET","features":[456]},{"name":"ERROR_NETBIOS_ERROR","features":[456]},{"name":"ERROR_NOT_BINARY_MACRO","features":[456]},{"name":"ERROR_NOT_NAP_CAPABLE","features":[456]},{"name":"ERROR_NO_ACTIVE_ISDN_LINES","features":[456]},{"name":"ERROR_NO_ANSWER","features":[456]},{"name":"ERROR_NO_CARRIER","features":[456]},{"name":"ERROR_NO_CERTIFICATE","features":[456]},{"name":"ERROR_NO_COMMAND_FOUND","features":[456]},{"name":"ERROR_NO_CONNECTION","features":[456]},{"name":"ERROR_NO_DIALIN_PERMISSION","features":[456]},{"name":"ERROR_NO_DIALTONE","features":[456]},{"name":"ERROR_NO_DIFF_USER_AT_LOGON","features":[456]},{"name":"ERROR_NO_EAPTLS_CERTIFICATE","features":[456]},{"name":"ERROR_NO_ENDPOINTS","features":[456]},{"name":"ERROR_NO_IP_ADDRESSES","features":[456]},{"name":"ERROR_NO_IP_RAS_ADAPTER","features":[456]},{"name":"ERROR_NO_ISDN_CHANNELS_AVAILABLE","features":[456]},{"name":"ERROR_NO_LOCAL_ENCRYPTION","features":[456]},{"name":"ERROR_NO_MAC_FOR_PORT","features":[456]},{"name":"ERROR_NO_REG_CERT_AT_LOGON","features":[456]},{"name":"ERROR_NO_REMOTE_ENCRYPTION","features":[456]},{"name":"ERROR_NO_RESPONSES","features":[456]},{"name":"ERROR_NO_SMART_CARD_READER","features":[456]},{"name":"ERROR_NUMBERCHANGED","features":[456]},{"name":"ERROR_OAKLEY_ATTRIB_FAIL","features":[456]},{"name":"ERROR_OAKLEY_AUTH_FAIL","features":[456]},{"name":"ERROR_OAKLEY_ERROR","features":[456]},{"name":"ERROR_OAKLEY_GENERAL_PROCESSING","features":[456]},{"name":"ERROR_OAKLEY_NO_CERT","features":[456]},{"name":"ERROR_OAKLEY_NO_PEER_CERT","features":[456]},{"name":"ERROR_OAKLEY_NO_POLICY","features":[456]},{"name":"ERROR_OAKLEY_TIMED_OUT","features":[456]},{"name":"ERROR_OUTOFORDER","features":[456]},{"name":"ERROR_OUT_OF_BUFFERS","features":[456]},{"name":"ERROR_OVERRUN","features":[456]},{"name":"ERROR_PARTIAL_RESPONSE_LOOPING","features":[456]},{"name":"ERROR_PASSWD_EXPIRED","features":[456]},{"name":"ERROR_PEAP_CRYPTOBINDING_INVALID","features":[456]},{"name":"ERROR_PEAP_CRYPTOBINDING_NOTRECEIVED","features":[456]},{"name":"ERROR_PEAP_IDENTITY_MISMATCH","features":[456]},{"name":"ERROR_PEAP_SERVER_REJECTED_CLIENT_TLV","features":[456]},{"name":"ERROR_PHONE_NUMBER_TOO_LONG","features":[456]},{"name":"ERROR_PLUGIN_NOT_INSTALLED","features":[456]},{"name":"ERROR_PORT_ALREADY_OPEN","features":[456]},{"name":"ERROR_PORT_DISCONNECTED","features":[456]},{"name":"ERROR_PORT_NOT_AVAILABLE","features":[456]},{"name":"ERROR_PORT_NOT_CONFIGURED","features":[456]},{"name":"ERROR_PORT_NOT_CONNECTED","features":[456]},{"name":"ERROR_PORT_NOT_FOUND","features":[456]},{"name":"ERROR_PORT_NOT_OPEN","features":[456]},{"name":"ERROR_PORT_OR_DEVICE","features":[456]},{"name":"ERROR_PPP_CP_REJECTED","features":[456]},{"name":"ERROR_PPP_INVALID_PACKET","features":[456]},{"name":"ERROR_PPP_LCP_TERMINATED","features":[456]},{"name":"ERROR_PPP_LOOPBACK_DETECTED","features":[456]},{"name":"ERROR_PPP_NCP_TERMINATED","features":[456]},{"name":"ERROR_PPP_NOT_CONVERGING","features":[456]},{"name":"ERROR_PPP_NO_ADDRESS_ASSIGNED","features":[456]},{"name":"ERROR_PPP_NO_PROTOCOLS_CONFIGURED","features":[456]},{"name":"ERROR_PPP_NO_RESPONSE","features":[456]},{"name":"ERROR_PPP_REMOTE_TERMINATED","features":[456]},{"name":"ERROR_PPP_REQUIRED_ADDRESS_REJECTED","features":[456]},{"name":"ERROR_PPP_TIMEOUT","features":[456]},{"name":"ERROR_PROJECTION_NOT_COMPLETE","features":[456]},{"name":"ERROR_PROTOCOL_ENGINE_DISABLED","features":[456]},{"name":"ERROR_PROTOCOL_NOT_CONFIGURED","features":[456]},{"name":"ERROR_RASAUTO_CANNOT_INITIALIZE","features":[456]},{"name":"ERROR_RASMAN_CANNOT_INITIALIZE","features":[456]},{"name":"ERROR_RASMAN_SERVICE_STOPPED","features":[456]},{"name":"ERROR_RASQEC_CONN_DOESNOTEXIST","features":[456]},{"name":"ERROR_RASQEC_NAPAGENT_NOT_CONNECTED","features":[456]},{"name":"ERROR_RASQEC_NAPAGENT_NOT_ENABLED","features":[456]},{"name":"ERROR_RASQEC_RESOURCE_CREATION_FAILED","features":[456]},{"name":"ERROR_RASQEC_TIMEOUT","features":[456]},{"name":"ERROR_READING_DEFAULTOFF","features":[456]},{"name":"ERROR_READING_DEVICENAME","features":[456]},{"name":"ERROR_READING_DEVICETYPE","features":[456]},{"name":"ERROR_READING_INI_FILE","features":[456]},{"name":"ERROR_READING_MAXCARRIERBPS","features":[456]},{"name":"ERROR_READING_MAXCONNECTBPS","features":[456]},{"name":"ERROR_READING_SCARD","features":[456]},{"name":"ERROR_READING_SECTIONNAME","features":[456]},{"name":"ERROR_READING_USAGE","features":[456]},{"name":"ERROR_RECV_BUF_FULL","features":[456]},{"name":"ERROR_REMOTE_DISCONNECTION","features":[456]},{"name":"ERROR_REMOTE_REQUIRES_ENCRYPTION","features":[456]},{"name":"ERROR_REQUEST_TIMEOUT","features":[456]},{"name":"ERROR_RESTRICTED_LOGON_HOURS","features":[456]},{"name":"ERROR_ROUTE_NOT_ALLOCATED","features":[456]},{"name":"ERROR_ROUTE_NOT_AVAILABLE","features":[456]},{"name":"ERROR_SCRIPT_SYNTAX","features":[456]},{"name":"ERROR_SERVER_GENERAL_NET_FAILURE","features":[456]},{"name":"ERROR_SERVER_NOT_RESPONDING","features":[456]},{"name":"ERROR_SERVER_OUT_OF_RESOURCES","features":[456]},{"name":"ERROR_SERVER_POLICY","features":[456]},{"name":"ERROR_SHARE_CONNECTION_FAILED","features":[456]},{"name":"ERROR_SHARING_ADDRESS_EXISTS","features":[456]},{"name":"ERROR_SHARING_CHANGE_FAILED","features":[456]},{"name":"ERROR_SHARING_HOST_ADDRESS_CONFLICT","features":[456]},{"name":"ERROR_SHARING_MULTIPLE_ADDRESSES","features":[456]},{"name":"ERROR_SHARING_NO_PRIVATE_LAN","features":[456]},{"name":"ERROR_SHARING_PRIVATE_INSTALL","features":[456]},{"name":"ERROR_SHARING_ROUTER_INSTALL","features":[456]},{"name":"ERROR_SHARING_RRAS_CONFLICT","features":[456]},{"name":"ERROR_SLIP_REQUIRES_IP","features":[456]},{"name":"ERROR_SMART_CARD_REQUIRED","features":[456]},{"name":"ERROR_SMM_TIMEOUT","features":[456]},{"name":"ERROR_SMM_UNINITIALIZED","features":[456]},{"name":"ERROR_SSO_CERT_MISSING","features":[456]},{"name":"ERROR_SSTP_COOKIE_SET_FAILURE","features":[456]},{"name":"ERROR_STATE_MACHINES_ALREADY_STARTED","features":[456]},{"name":"ERROR_STATE_MACHINES_NOT_STARTED","features":[456]},{"name":"ERROR_SYSTEM_SUSPENDED","features":[456]},{"name":"ERROR_TAPI_CONFIGURATION","features":[456]},{"name":"ERROR_TEMPFAILURE","features":[456]},{"name":"ERROR_TOO_MANY_LINE_ERRORS","features":[456]},{"name":"ERROR_TS_UNACCEPTABLE","features":[456]},{"name":"ERROR_UNABLE_TO_AUTHENTICATE_SERVER","features":[456]},{"name":"ERROR_UNEXPECTED_RESPONSE","features":[456]},{"name":"ERROR_UNKNOWN","features":[456]},{"name":"ERROR_UNKNOWN_DEVICE_TYPE","features":[456]},{"name":"ERROR_UNKNOWN_FRAMED_PROTOCOL","features":[456]},{"name":"ERROR_UNKNOWN_RESPONSE_KEY","features":[456]},{"name":"ERROR_UNKNOWN_SERVICE_TYPE","features":[456]},{"name":"ERROR_UNRECOGNIZED_RESPONSE","features":[456]},{"name":"ERROR_UNSUPPORTED_BPS","features":[456]},{"name":"ERROR_UPDATECONNECTION_REQUEST_IN_PROCESS","features":[456]},{"name":"ERROR_USER_DISCONNECTION","features":[456]},{"name":"ERROR_USER_LOGOFF","features":[456]},{"name":"ERROR_VALIDATING_SERVER_CERT","features":[456]},{"name":"ERROR_VOICE_ANSWER","features":[456]},{"name":"ERROR_VPN_BAD_CERT","features":[456]},{"name":"ERROR_VPN_BAD_PSK","features":[456]},{"name":"ERROR_VPN_DISCONNECT","features":[456]},{"name":"ERROR_VPN_GRE_BLOCKED","features":[456]},{"name":"ERROR_VPN_PLUGIN_GENERIC","features":[456]},{"name":"ERROR_VPN_REFUSED","features":[456]},{"name":"ERROR_VPN_TIMEOUT","features":[456]},{"name":"ERROR_WRITING_DEFAULTOFF","features":[456]},{"name":"ERROR_WRITING_DEVICENAME","features":[456]},{"name":"ERROR_WRITING_DEVICETYPE","features":[456]},{"name":"ERROR_WRITING_INITBPS","features":[456]},{"name":"ERROR_WRITING_MAXCARRIERBPS","features":[456]},{"name":"ERROR_WRITING_MAXCONNECTBPS","features":[456]},{"name":"ERROR_WRITING_SECTIONNAME","features":[456]},{"name":"ERROR_WRITING_USAGE","features":[456]},{"name":"ERROR_WRONG_DEVICE_ATTACHED","features":[456]},{"name":"ERROR_WRONG_INFO_SPECIFIED","features":[456]},{"name":"ERROR_WRONG_KEY_SPECIFIED","features":[456]},{"name":"ERROR_WRONG_MODULE","features":[456]},{"name":"ERROR_WRONG_TUNNEL_TYPE","features":[456]},{"name":"ERROR_X25_DIAGNOSTIC","features":[456]},{"name":"ET_None","features":[456]},{"name":"ET_Optional","features":[456]},{"name":"ET_Require","features":[456]},{"name":"ET_RequireMax","features":[456]},{"name":"GRE_CONFIG_PARAMS0","features":[456]},{"name":"HRASCONN","features":[456]},{"name":"IKEV2_CONFIG_PARAMS","features":[307,456,393]},{"name":"IKEV2_ID_PAYLOAD_TYPE","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_FQDN","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_INVALID","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_KEY_ID","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_MAX","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED1","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED2","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED3","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED4","features":[456]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR","features":[456]},{"name":"IKEV2_PROJECTION_INFO","features":[456]},{"name":"IKEV2_PROJECTION_INFO2","features":[456]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS2","features":[456,393]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS3","features":[307,456,393]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS4","features":[307,456,393]},{"name":"IPADDRESSLEN","features":[456]},{"name":"IPV6_ADDRESS_LEN_IN_BYTES","features":[456]},{"name":"IPXADDRESSLEN","features":[456]},{"name":"L2TP_CONFIG_PARAMS0","features":[456]},{"name":"L2TP_CONFIG_PARAMS1","features":[456]},{"name":"L2TP_TUNNEL_CONFIG_PARAMS1","features":[456]},{"name":"L2TP_TUNNEL_CONFIG_PARAMS2","features":[456]},{"name":"MAXIPADRESSLEN","features":[456]},{"name":"MAX_SSTP_HASH_SIZE","features":[456]},{"name":"METHOD_BGP4_AS_PATH","features":[456]},{"name":"METHOD_BGP4_NEXTHOP_ATTR","features":[456]},{"name":"METHOD_BGP4_PA_ORIGIN","features":[456]},{"name":"METHOD_BGP4_PEER_ID","features":[456]},{"name":"METHOD_RIP2_NEIGHBOUR_ADDR","features":[456]},{"name":"METHOD_RIP2_OUTBOUND_INTF","features":[456]},{"name":"METHOD_RIP2_ROUTE_TAG","features":[456]},{"name":"METHOD_RIP2_ROUTE_TIMESTAMP","features":[456]},{"name":"METHOD_TYPE_ALL_METHODS","features":[456]},{"name":"MGM_ENUM_TYPES","features":[456]},{"name":"MGM_FORWARD_STATE_FLAG","features":[456]},{"name":"MGM_IF_ENTRY","features":[307,456]},{"name":"MGM_JOIN_STATE_FLAG","features":[456]},{"name":"MGM_MFE_STATS_0","features":[456]},{"name":"MGM_MFE_STATS_1","features":[456]},{"name":"MPRAPI_ADMIN_DLL_CALLBACKS","features":[307,456,320]},{"name":"MPRAPI_ADMIN_DLL_VERSION_1","features":[456]},{"name":"MPRAPI_ADMIN_DLL_VERSION_2","features":[456]},{"name":"MPRAPI_IF_CUSTOM_CONFIG_FOR_IKEV2","features":[456]},{"name":"MPRAPI_IKEV2_AUTH_USING_CERT","features":[456]},{"name":"MPRAPI_IKEV2_AUTH_USING_EAP","features":[456]},{"name":"MPRAPI_IKEV2_PROJECTION_INFO_TYPE","features":[456]},{"name":"MPRAPI_IKEV2_SET_TUNNEL_CONFIG_PARAMS","features":[456]},{"name":"MPRAPI_L2TP_SET_TUNNEL_CONFIG_PARAMS","features":[456]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_1","features":[456]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_2","features":[456]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_3","features":[456]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_1","features":[456]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_2","features":[456]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_3","features":[456]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_4","features":[456]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_5","features":[456]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_1","features":[456]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_2","features":[456]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_3","features":[456]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_4","features":[456]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_5","features":[456]},{"name":"MPRAPI_OBJECT_HEADER","features":[456]},{"name":"MPRAPI_OBJECT_TYPE","features":[456]},{"name":"MPRAPI_OBJECT_TYPE_AUTH_VALIDATION_OBJECT","features":[456]},{"name":"MPRAPI_OBJECT_TYPE_IF_CUSTOM_CONFIG_OBJECT","features":[456]},{"name":"MPRAPI_OBJECT_TYPE_MPR_SERVER_OBJECT","features":[456]},{"name":"MPRAPI_OBJECT_TYPE_MPR_SERVER_SET_CONFIG_OBJECT","features":[456]},{"name":"MPRAPI_OBJECT_TYPE_RAS_CONNECTION_OBJECT","features":[456]},{"name":"MPRAPI_OBJECT_TYPE_UPDATE_CONNECTION_OBJECT","features":[456]},{"name":"MPRAPI_PPP_PROJECTION_INFO_TYPE","features":[456]},{"name":"MPRAPI_RAS_CONNECTION_OBJECT_REVISION_1","features":[456]},{"name":"MPRAPI_RAS_UPDATE_CONNECTION_OBJECT_REVISION_1","features":[456]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_GRE","features":[456]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_IKEV2","features":[456]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_L2TP","features":[456]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_PPTP","features":[456]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_SSTP","features":[456]},{"name":"MPRAPI_TUNNEL_CONFIG_PARAMS0","features":[307,456,393]},{"name":"MPRAPI_TUNNEL_CONFIG_PARAMS1","features":[307,456,393]},{"name":"MPRDM_DialAll","features":[456]},{"name":"MPRDM_DialAsNeeded","features":[456]},{"name":"MPRDM_DialFirst","features":[456]},{"name":"MPRDT_Atm","features":[456]},{"name":"MPRDT_FrameRelay","features":[456]},{"name":"MPRDT_Generic","features":[456]},{"name":"MPRDT_Irda","features":[456]},{"name":"MPRDT_Isdn","features":[456]},{"name":"MPRDT_Modem","features":[456]},{"name":"MPRDT_Pad","features":[456]},{"name":"MPRDT_Parallel","features":[456]},{"name":"MPRDT_SW56","features":[456]},{"name":"MPRDT_Serial","features":[456]},{"name":"MPRDT_Sonet","features":[456]},{"name":"MPRDT_Vpn","features":[456]},{"name":"MPRDT_X25","features":[456]},{"name":"MPRET_Direct","features":[456]},{"name":"MPRET_Phone","features":[456]},{"name":"MPRET_Vpn","features":[456]},{"name":"MPRIDS_Disabled","features":[456]},{"name":"MPRIDS_UseGlobalValue","features":[456]},{"name":"MPRIO_DisableLcpExtensions","features":[456]},{"name":"MPRIO_IpHeaderCompression","features":[456]},{"name":"MPRIO_IpSecPreSharedKey","features":[456]},{"name":"MPRIO_NetworkLogon","features":[456]},{"name":"MPRIO_PromoteAlternates","features":[456]},{"name":"MPRIO_RemoteDefaultGateway","features":[456]},{"name":"MPRIO_RequireCHAP","features":[456]},{"name":"MPRIO_RequireDataEncryption","features":[456]},{"name":"MPRIO_RequireEAP","features":[456]},{"name":"MPRIO_RequireEncryptedPw","features":[456]},{"name":"MPRIO_RequireMachineCertificates","features":[456]},{"name":"MPRIO_RequireMsCHAP","features":[456]},{"name":"MPRIO_RequireMsCHAP2","features":[456]},{"name":"MPRIO_RequireMsEncryptedPw","features":[456]},{"name":"MPRIO_RequirePAP","features":[456]},{"name":"MPRIO_RequireSPAP","features":[456]},{"name":"MPRIO_SecureLocalFiles","features":[456]},{"name":"MPRIO_SharedPhoneNumbers","features":[456]},{"name":"MPRIO_SpecificIpAddr","features":[456]},{"name":"MPRIO_SpecificNameServers","features":[456]},{"name":"MPRIO_SwCompression","features":[456]},{"name":"MPRIO_UsePreSharedKeyForIkev2Initiator","features":[456]},{"name":"MPRIO_UsePreSharedKeyForIkev2Responder","features":[456]},{"name":"MPRNP_Ip","features":[456]},{"name":"MPRNP_Ipv6","features":[456]},{"name":"MPRNP_Ipx","features":[456]},{"name":"MPR_CERT_EKU","features":[307,456]},{"name":"MPR_CREDENTIALSEX_0","features":[456]},{"name":"MPR_CREDENTIALSEX_1","features":[456]},{"name":"MPR_DEVICE_0","features":[456]},{"name":"MPR_DEVICE_1","features":[456]},{"name":"MPR_ENABLE_RAS_ON_DEVICE","features":[456]},{"name":"MPR_ENABLE_ROUTING_ON_DEVICE","features":[456]},{"name":"MPR_ET","features":[456]},{"name":"MPR_ET_None","features":[456]},{"name":"MPR_ET_Optional","features":[456]},{"name":"MPR_ET_Require","features":[456]},{"name":"MPR_ET_RequireMax","features":[456]},{"name":"MPR_FILTER_0","features":[307,456]},{"name":"MPR_IFTRANSPORT_0","features":[307,456]},{"name":"MPR_IF_CUSTOMINFOEX0","features":[456,393]},{"name":"MPR_IF_CUSTOMINFOEX1","features":[456,393]},{"name":"MPR_IF_CUSTOMINFOEX2","features":[456,320,393]},{"name":"MPR_INTERFACE_0","features":[307,456]},{"name":"MPR_INTERFACE_1","features":[307,456]},{"name":"MPR_INTERFACE_2","features":[307,456]},{"name":"MPR_INTERFACE_3","features":[307,456,320]},{"name":"MPR_INTERFACE_ADMIN_DISABLED","features":[456]},{"name":"MPR_INTERFACE_CONNECTION_FAILURE","features":[456]},{"name":"MPR_INTERFACE_DIALOUT_HOURS_RESTRICTION","features":[456]},{"name":"MPR_INTERFACE_DIAL_MODE","features":[456]},{"name":"MPR_INTERFACE_NO_DEVICE","features":[456]},{"name":"MPR_INTERFACE_NO_MEDIA_SENSE","features":[456]},{"name":"MPR_INTERFACE_OUT_OF_RESOURCES","features":[456]},{"name":"MPR_INTERFACE_SERVICE_PAUSED","features":[456]},{"name":"MPR_IPINIP_INTERFACE_0","features":[456]},{"name":"MPR_MaxAreaCode","features":[456]},{"name":"MPR_MaxCallbackNumber","features":[456]},{"name":"MPR_MaxDeviceName","features":[456]},{"name":"MPR_MaxDeviceType","features":[456]},{"name":"MPR_MaxEntryName","features":[456]},{"name":"MPR_MaxFacilities","features":[456]},{"name":"MPR_MaxIpAddress","features":[456]},{"name":"MPR_MaxIpxAddress","features":[456]},{"name":"MPR_MaxPadType","features":[456]},{"name":"MPR_MaxPhoneNumber","features":[456]},{"name":"MPR_MaxUserData","features":[456]},{"name":"MPR_MaxX25Address","features":[456]},{"name":"MPR_SERVER_0","features":[307,456]},{"name":"MPR_SERVER_1","features":[456]},{"name":"MPR_SERVER_2","features":[456]},{"name":"MPR_SERVER_EX0","features":[307,456,393]},{"name":"MPR_SERVER_EX1","features":[307,456,393]},{"name":"MPR_SERVER_SET_CONFIG_EX0","features":[307,456,393]},{"name":"MPR_SERVER_SET_CONFIG_EX1","features":[307,456,393]},{"name":"MPR_TRANSPORT_0","features":[307,456]},{"name":"MPR_VPN_TRAFFIC_SELECTOR","features":[456,320]},{"name":"MPR_VPN_TRAFFIC_SELECTORS","features":[456,320]},{"name":"MPR_VPN_TS_IPv4_ADDR_RANGE","features":[456]},{"name":"MPR_VPN_TS_IPv6_ADDR_RANGE","features":[456]},{"name":"MPR_VPN_TS_TYPE","features":[456]},{"name":"MPR_VS","features":[456]},{"name":"MPR_VS_Default","features":[456]},{"name":"MPR_VS_Ikev2First","features":[456]},{"name":"MPR_VS_Ikev2Only","features":[456]},{"name":"MPR_VS_L2tpFirst","features":[456]},{"name":"MPR_VS_L2tpOnly","features":[456]},{"name":"MPR_VS_PptpFirst","features":[456]},{"name":"MPR_VS_PptpOnly","features":[456]},{"name":"MgmAddGroupMembershipEntry","features":[307,456]},{"name":"MgmDeRegisterMProtocol","features":[307,456]},{"name":"MgmDeleteGroupMembershipEntry","features":[307,456]},{"name":"MgmGetFirstMfe","features":[456]},{"name":"MgmGetFirstMfeStats","features":[456]},{"name":"MgmGetMfe","features":[446,456]},{"name":"MgmGetMfeStats","features":[446,456]},{"name":"MgmGetNextMfe","features":[446,456]},{"name":"MgmGetNextMfeStats","features":[446,456]},{"name":"MgmGetProtocolOnInterface","features":[456]},{"name":"MgmGroupEnumerationEnd","features":[307,456]},{"name":"MgmGroupEnumerationGetNext","features":[307,456]},{"name":"MgmGroupEnumerationStart","features":[307,456]},{"name":"MgmRegisterMProtocol","features":[307,456]},{"name":"MgmReleaseInterfaceOwnership","features":[307,456]},{"name":"MgmTakeInterfaceOwnership","features":[307,456]},{"name":"MprAdminBufferFree","features":[456]},{"name":"MprAdminConnectionClearStats","features":[307,456]},{"name":"MprAdminConnectionEnum","features":[456]},{"name":"MprAdminConnectionEnumEx","features":[307,456]},{"name":"MprAdminConnectionGetInfo","features":[307,456]},{"name":"MprAdminConnectionGetInfoEx","features":[307,456]},{"name":"MprAdminConnectionRemoveQuarantine","features":[307,456]},{"name":"MprAdminDeregisterConnectionNotification","features":[307,456]},{"name":"MprAdminDeviceEnum","features":[456]},{"name":"MprAdminEstablishDomainRasServer","features":[307,456]},{"name":"MprAdminGetErrorString","features":[456]},{"name":"MprAdminGetPDCServer","features":[456]},{"name":"MprAdminInterfaceConnect","features":[307,456]},{"name":"MprAdminInterfaceCreate","features":[307,456]},{"name":"MprAdminInterfaceDelete","features":[307,456]},{"name":"MprAdminInterfaceDeviceGetInfo","features":[307,456]},{"name":"MprAdminInterfaceDeviceSetInfo","features":[307,456]},{"name":"MprAdminInterfaceDisconnect","features":[307,456]},{"name":"MprAdminInterfaceEnum","features":[456]},{"name":"MprAdminInterfaceGetCredentials","features":[456]},{"name":"MprAdminInterfaceGetCredentialsEx","features":[307,456]},{"name":"MprAdminInterfaceGetCustomInfoEx","features":[307,456,320,393]},{"name":"MprAdminInterfaceGetHandle","features":[307,456]},{"name":"MprAdminInterfaceGetInfo","features":[307,456]},{"name":"MprAdminInterfaceQueryUpdateResult","features":[307,456]},{"name":"MprAdminInterfaceSetCredentials","features":[456]},{"name":"MprAdminInterfaceSetCredentialsEx","features":[307,456]},{"name":"MprAdminInterfaceSetCustomInfoEx","features":[307,456,320,393]},{"name":"MprAdminInterfaceSetInfo","features":[307,456]},{"name":"MprAdminInterfaceTransportAdd","features":[307,456]},{"name":"MprAdminInterfaceTransportGetInfo","features":[307,456]},{"name":"MprAdminInterfaceTransportRemove","features":[307,456]},{"name":"MprAdminInterfaceTransportSetInfo","features":[307,456]},{"name":"MprAdminInterfaceUpdatePhonebookInfo","features":[307,456]},{"name":"MprAdminInterfaceUpdateRoutes","features":[307,456]},{"name":"MprAdminIsDomainRasServer","features":[307,456]},{"name":"MprAdminIsServiceInitialized","features":[307,456]},{"name":"MprAdminIsServiceRunning","features":[307,456]},{"name":"MprAdminMIBBufferFree","features":[456]},{"name":"MprAdminMIBEntryCreate","features":[456]},{"name":"MprAdminMIBEntryDelete","features":[456]},{"name":"MprAdminMIBEntryGet","features":[456]},{"name":"MprAdminMIBEntryGetFirst","features":[456]},{"name":"MprAdminMIBEntryGetNext","features":[456]},{"name":"MprAdminMIBEntrySet","features":[456]},{"name":"MprAdminMIBServerConnect","features":[456]},{"name":"MprAdminMIBServerDisconnect","features":[456]},{"name":"MprAdminPortClearStats","features":[307,456]},{"name":"MprAdminPortDisconnect","features":[307,456]},{"name":"MprAdminPortEnum","features":[307,456]},{"name":"MprAdminPortGetInfo","features":[307,456]},{"name":"MprAdminPortReset","features":[307,456]},{"name":"MprAdminRegisterConnectionNotification","features":[307,456]},{"name":"MprAdminSendUserMessage","features":[307,456]},{"name":"MprAdminServerConnect","features":[456]},{"name":"MprAdminServerDisconnect","features":[456]},{"name":"MprAdminServerGetCredentials","features":[456]},{"name":"MprAdminServerGetInfo","features":[456]},{"name":"MprAdminServerGetInfoEx","features":[307,456,393]},{"name":"MprAdminServerSetCredentials","features":[456]},{"name":"MprAdminServerSetInfo","features":[456]},{"name":"MprAdminServerSetInfoEx","features":[307,456,393]},{"name":"MprAdminTransportCreate","features":[456]},{"name":"MprAdminTransportGetInfo","features":[456]},{"name":"MprAdminTransportSetInfo","features":[456]},{"name":"MprAdminUpdateConnection","features":[307,456]},{"name":"MprAdminUserGetInfo","features":[456]},{"name":"MprAdminUserSetInfo","features":[456]},{"name":"MprConfigBufferFree","features":[456]},{"name":"MprConfigFilterGetInfo","features":[307,456]},{"name":"MprConfigFilterSetInfo","features":[307,456]},{"name":"MprConfigGetFriendlyName","features":[307,456]},{"name":"MprConfigGetGuidName","features":[307,456]},{"name":"MprConfigInterfaceCreate","features":[307,456]},{"name":"MprConfigInterfaceDelete","features":[307,456]},{"name":"MprConfigInterfaceEnum","features":[307,456]},{"name":"MprConfigInterfaceGetCustomInfoEx","features":[307,456,320,393]},{"name":"MprConfigInterfaceGetHandle","features":[307,456]},{"name":"MprConfigInterfaceGetInfo","features":[307,456]},{"name":"MprConfigInterfaceSetCustomInfoEx","features":[307,456,320,393]},{"name":"MprConfigInterfaceSetInfo","features":[307,456]},{"name":"MprConfigInterfaceTransportAdd","features":[307,456]},{"name":"MprConfigInterfaceTransportEnum","features":[307,456]},{"name":"MprConfigInterfaceTransportGetHandle","features":[307,456]},{"name":"MprConfigInterfaceTransportGetInfo","features":[307,456]},{"name":"MprConfigInterfaceTransportRemove","features":[307,456]},{"name":"MprConfigInterfaceTransportSetInfo","features":[307,456]},{"name":"MprConfigServerBackup","features":[307,456]},{"name":"MprConfigServerConnect","features":[307,456]},{"name":"MprConfigServerDisconnect","features":[307,456]},{"name":"MprConfigServerGetInfo","features":[307,456]},{"name":"MprConfigServerGetInfoEx","features":[307,456,393]},{"name":"MprConfigServerInstall","features":[456]},{"name":"MprConfigServerRefresh","features":[307,456]},{"name":"MprConfigServerRestore","features":[307,456]},{"name":"MprConfigServerSetInfo","features":[456]},{"name":"MprConfigServerSetInfoEx","features":[307,456,393]},{"name":"MprConfigTransportCreate","features":[307,456]},{"name":"MprConfigTransportDelete","features":[307,456]},{"name":"MprConfigTransportEnum","features":[307,456]},{"name":"MprConfigTransportGetHandle","features":[307,456]},{"name":"MprConfigTransportGetInfo","features":[307,456]},{"name":"MprConfigTransportSetInfo","features":[307,456]},{"name":"MprInfoBlockAdd","features":[456]},{"name":"MprInfoBlockFind","features":[456]},{"name":"MprInfoBlockQuerySize","features":[456]},{"name":"MprInfoBlockRemove","features":[456]},{"name":"MprInfoBlockSet","features":[456]},{"name":"MprInfoCreate","features":[456]},{"name":"MprInfoDelete","features":[456]},{"name":"MprInfoDuplicate","features":[456]},{"name":"MprInfoRemoveAll","features":[456]},{"name":"ORASADFUNC","features":[307,456]},{"name":"PENDING","features":[456]},{"name":"PFNRASFREEBUFFER","features":[456]},{"name":"PFNRASGETBUFFER","features":[456]},{"name":"PFNRASRECEIVEBUFFER","features":[307,456]},{"name":"PFNRASRETRIEVEBUFFER","features":[307,456]},{"name":"PFNRASSENDBUFFER","features":[307,456]},{"name":"PFNRASSETCOMMSETTINGS","features":[307,456]},{"name":"PID_ATALK","features":[456]},{"name":"PID_IP","features":[456]},{"name":"PID_IPV6","features":[456]},{"name":"PID_IPX","features":[456]},{"name":"PID_NBF","features":[456]},{"name":"PMGM_CREATION_ALERT_CALLBACK","features":[307,456]},{"name":"PMGM_DISABLE_IGMP_CALLBACK","features":[456]},{"name":"PMGM_ENABLE_IGMP_CALLBACK","features":[456]},{"name":"PMGM_JOIN_ALERT_CALLBACK","features":[307,456]},{"name":"PMGM_LOCAL_JOIN_CALLBACK","features":[456]},{"name":"PMGM_LOCAL_LEAVE_CALLBACK","features":[456]},{"name":"PMGM_PRUNE_ALERT_CALLBACK","features":[307,456]},{"name":"PMGM_RPF_CALLBACK","features":[456]},{"name":"PMGM_WRONG_IF_CALLBACK","features":[456]},{"name":"PMPRADMINACCEPTNEWCONNECTION","features":[307,456]},{"name":"PMPRADMINACCEPTNEWCONNECTION2","features":[307,456]},{"name":"PMPRADMINACCEPTNEWCONNECTION3","features":[307,456]},{"name":"PMPRADMINACCEPTNEWCONNECTIONEX","features":[307,456]},{"name":"PMPRADMINACCEPTNEWLINK","features":[307,456]},{"name":"PMPRADMINACCEPTREAUTHENTICATION","features":[307,456]},{"name":"PMPRADMINACCEPTREAUTHENTICATIONEX","features":[307,456]},{"name":"PMPRADMINACCEPTTUNNELENDPOINTCHANGEEX","features":[307,456]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION","features":[307,456]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION2","features":[307,456]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION3","features":[307,456]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATIONEX","features":[307,456]},{"name":"PMPRADMINGETIPADDRESSFORUSER","features":[307,456]},{"name":"PMPRADMINGETIPV6ADDRESSFORUSER","features":[307,456,320]},{"name":"PMPRADMINLINKHANGUPNOTIFICATION","features":[307,456]},{"name":"PMPRADMINRASVALIDATEPREAUTHENTICATEDCONNECTIONEX","features":[307,456]},{"name":"PMPRADMINRELEASEIPADRESS","features":[456]},{"name":"PMPRADMINRELEASEIPV6ADDRESSFORUSER","features":[456,320]},{"name":"PMPRADMINTERMINATEDLL","features":[456]},{"name":"PPP_ATCP_INFO","features":[456]},{"name":"PPP_CCP_COMPRESSION","features":[456]},{"name":"PPP_CCP_ENCRYPTION128BIT","features":[456]},{"name":"PPP_CCP_ENCRYPTION40BIT","features":[456]},{"name":"PPP_CCP_ENCRYPTION40BITOLD","features":[456]},{"name":"PPP_CCP_ENCRYPTION56BIT","features":[456]},{"name":"PPP_CCP_HISTORYLESS","features":[456]},{"name":"PPP_CCP_INFO","features":[456]},{"name":"PPP_INFO","features":[456]},{"name":"PPP_INFO_2","features":[456]},{"name":"PPP_INFO_3","features":[456]},{"name":"PPP_IPCP_INFO","features":[456]},{"name":"PPP_IPCP_INFO2","features":[456]},{"name":"PPP_IPCP_VJ","features":[456]},{"name":"PPP_IPV6_CP_INFO","features":[456]},{"name":"PPP_IPXCP_INFO","features":[456]},{"name":"PPP_LCP","features":[456]},{"name":"PPP_LCP_3_DES","features":[456]},{"name":"PPP_LCP_ACFC","features":[456]},{"name":"PPP_LCP_AES_128","features":[456]},{"name":"PPP_LCP_AES_192","features":[456]},{"name":"PPP_LCP_AES_256","features":[456]},{"name":"PPP_LCP_CHAP","features":[456]},{"name":"PPP_LCP_CHAP_MD5","features":[456]},{"name":"PPP_LCP_CHAP_MS","features":[456]},{"name":"PPP_LCP_CHAP_MSV2","features":[456]},{"name":"PPP_LCP_DES_56","features":[456]},{"name":"PPP_LCP_EAP","features":[456]},{"name":"PPP_LCP_GCM_AES_128","features":[456]},{"name":"PPP_LCP_GCM_AES_192","features":[456]},{"name":"PPP_LCP_GCM_AES_256","features":[456]},{"name":"PPP_LCP_INFO","features":[456]},{"name":"PPP_LCP_INFO_AUTH_DATA","features":[456]},{"name":"PPP_LCP_MULTILINK_FRAMING","features":[456]},{"name":"PPP_LCP_PAP","features":[456]},{"name":"PPP_LCP_PFC","features":[456]},{"name":"PPP_LCP_SPAP","features":[456]},{"name":"PPP_LCP_SSHF","features":[456]},{"name":"PPP_NBFCP_INFO","features":[456]},{"name":"PPP_PROJECTION_INFO","features":[456]},{"name":"PPP_PROJECTION_INFO2","features":[456]},{"name":"PPTP_CONFIG_PARAMS","features":[456]},{"name":"PROJECTION_INFO","features":[456]},{"name":"PROJECTION_INFO2","features":[456]},{"name":"PROJECTION_INFO_TYPE_IKEv2","features":[456]},{"name":"PROJECTION_INFO_TYPE_PPP","features":[456]},{"name":"RASADFLG_PositionDlg","features":[456]},{"name":"RASADFUNCA","features":[307,456]},{"name":"RASADFUNCW","features":[307,456]},{"name":"RASADPARAMS","features":[307,456]},{"name":"RASADP_ConnectionQueryTimeout","features":[456]},{"name":"RASADP_DisableConnectionQuery","features":[456]},{"name":"RASADP_FailedConnectionTimeout","features":[456]},{"name":"RASADP_LoginSessionDisable","features":[456]},{"name":"RASADP_SavedAddressesLimit","features":[456]},{"name":"RASAMBA","features":[456]},{"name":"RASAMBW","features":[456]},{"name":"RASAPIVERSION","features":[456]},{"name":"RASAPIVERSION_500","features":[456]},{"name":"RASAPIVERSION_501","features":[456]},{"name":"RASAPIVERSION_600","features":[456]},{"name":"RASAPIVERSION_601","features":[456]},{"name":"RASAUTODIALENTRYA","features":[456]},{"name":"RASAUTODIALENTRYW","features":[456]},{"name":"RASBASE","features":[456]},{"name":"RASBASEEND","features":[456]},{"name":"RASCCPCA_MPPC","features":[456]},{"name":"RASCCPCA_STAC","features":[456]},{"name":"RASCCPO_Compression","features":[456]},{"name":"RASCCPO_Encryption128bit","features":[456]},{"name":"RASCCPO_Encryption40bit","features":[456]},{"name":"RASCCPO_Encryption56bit","features":[456]},{"name":"RASCCPO_HistoryLess","features":[456]},{"name":"RASCF_AllUsers","features":[456]},{"name":"RASCF_GlobalCreds","features":[456]},{"name":"RASCF_OwnerKnown","features":[456]},{"name":"RASCF_OwnerMatch","features":[456]},{"name":"RASCM_DDMPreSharedKey","features":[456]},{"name":"RASCM_DefaultCreds","features":[456]},{"name":"RASCM_Domain","features":[456]},{"name":"RASCM_Password","features":[456]},{"name":"RASCM_PreSharedKey","features":[456]},{"name":"RASCM_ServerPreSharedKey","features":[456]},{"name":"RASCM_UserName","features":[456]},{"name":"RASCN_BandwidthAdded","features":[456]},{"name":"RASCN_BandwidthRemoved","features":[456]},{"name":"RASCN_Connection","features":[456]},{"name":"RASCN_Disconnection","features":[456]},{"name":"RASCN_Dormant","features":[456]},{"name":"RASCN_EPDGPacketArrival","features":[456]},{"name":"RASCN_ReConnection","features":[456]},{"name":"RASCOMMSETTINGS","features":[456]},{"name":"RASCONNA","features":[307,456]},{"name":"RASCONNA","features":[307,456]},{"name":"RASCONNSTATE","features":[456]},{"name":"RASCONNSTATUSA","features":[456,320]},{"name":"RASCONNSTATUSW","features":[456,320]},{"name":"RASCONNSUBSTATE","features":[456]},{"name":"RASCONNW","features":[307,456]},{"name":"RASCONNW","features":[307,456]},{"name":"RASCREDENTIALSA","features":[456]},{"name":"RASCREDENTIALSW","features":[456]},{"name":"RASCSS_DONE","features":[456]},{"name":"RASCSS_Dormant","features":[456]},{"name":"RASCSS_None","features":[456]},{"name":"RASCSS_Reconnected","features":[456]},{"name":"RASCSS_Reconnecting","features":[456]},{"name":"RASCS_AllDevicesConnected","features":[456]},{"name":"RASCS_ApplySettings","features":[456]},{"name":"RASCS_AuthAck","features":[456]},{"name":"RASCS_AuthCallback","features":[456]},{"name":"RASCS_AuthChangePassword","features":[456]},{"name":"RASCS_AuthLinkSpeed","features":[456]},{"name":"RASCS_AuthNotify","features":[456]},{"name":"RASCS_AuthProject","features":[456]},{"name":"RASCS_AuthRetry","features":[456]},{"name":"RASCS_Authenticate","features":[456]},{"name":"RASCS_Authenticated","features":[456]},{"name":"RASCS_CallbackComplete","features":[456]},{"name":"RASCS_CallbackSetByCaller","features":[456]},{"name":"RASCS_ConnectDevice","features":[456]},{"name":"RASCS_Connected","features":[456]},{"name":"RASCS_DONE","features":[456]},{"name":"RASCS_DeviceConnected","features":[456]},{"name":"RASCS_Disconnected","features":[456]},{"name":"RASCS_Interactive","features":[456]},{"name":"RASCS_InvokeEapUI","features":[456]},{"name":"RASCS_LogonNetwork","features":[456]},{"name":"RASCS_OpenPort","features":[456]},{"name":"RASCS_PAUSED","features":[456]},{"name":"RASCS_PasswordExpired","features":[456]},{"name":"RASCS_PortOpened","features":[456]},{"name":"RASCS_PrepareForCallback","features":[456]},{"name":"RASCS_Projected","features":[456]},{"name":"RASCS_ReAuthenticate","features":[456]},{"name":"RASCS_RetryAuthentication","features":[456]},{"name":"RASCS_StartAuthentication","features":[456]},{"name":"RASCS_SubEntryConnected","features":[456]},{"name":"RASCS_SubEntryDisconnected","features":[456]},{"name":"RASCS_WaitForCallback","features":[456]},{"name":"RASCS_WaitForModemReset","features":[456]},{"name":"RASCTRYINFO","features":[456]},{"name":"RASCUSTOMSCRIPTEXTENSIONS","features":[307,456]},{"name":"RASDDFLAG_AoacRedial","features":[456]},{"name":"RASDDFLAG_LinkFailure","features":[456]},{"name":"RASDDFLAG_NoPrompt","features":[456]},{"name":"RASDDFLAG_PositionDlg","features":[456]},{"name":"RASDEVINFOA","features":[456]},{"name":"RASDEVINFOW","features":[456]},{"name":"RASDEVSPECIFICINFO","features":[456]},{"name":"RASDEVSPECIFICINFO","features":[456]},{"name":"RASDIALDLG","features":[307,456]},{"name":"RASDIALEVENT","features":[456]},{"name":"RASDIALEXTENSIONS","features":[307,456]},{"name":"RASDIALFUNC","features":[456]},{"name":"RASDIALFUNC1","features":[456]},{"name":"RASDIALFUNC2","features":[456]},{"name":"RASDIALPARAMSA","features":[456]},{"name":"RASDIALPARAMSA","features":[456]},{"name":"RASDIALPARAMSW","features":[456]},{"name":"RASDIALPARAMSW","features":[456]},{"name":"RASDT_Atm","features":[456]},{"name":"RASDT_FrameRelay","features":[456]},{"name":"RASDT_Generic","features":[456]},{"name":"RASDT_Irda","features":[456]},{"name":"RASDT_Isdn","features":[456]},{"name":"RASDT_Modem","features":[456]},{"name":"RASDT_PPPoE","features":[456]},{"name":"RASDT_Pad","features":[456]},{"name":"RASDT_Parallel","features":[456]},{"name":"RASDT_SW56","features":[456]},{"name":"RASDT_Serial","features":[456]},{"name":"RASDT_Sonet","features":[456]},{"name":"RASDT_Vpn","features":[456]},{"name":"RASDT_X25","features":[456]},{"name":"RASEAPF_Logon","features":[456]},{"name":"RASEAPF_NonInteractive","features":[456]},{"name":"RASEAPF_Preview","features":[456]},{"name":"RASEAPINFO","features":[456]},{"name":"RASEAPUSERIDENTITYA","features":[456]},{"name":"RASEAPUSERIDENTITYW","features":[456]},{"name":"RASEDFLAG_CloneEntry","features":[456]},{"name":"RASEDFLAG_IncomingConnection","features":[456]},{"name":"RASEDFLAG_InternetEntry","features":[456]},{"name":"RASEDFLAG_NAT","features":[456]},{"name":"RASEDFLAG_NewBroadbandEntry","features":[456]},{"name":"RASEDFLAG_NewDirectEntry","features":[456]},{"name":"RASEDFLAG_NewEntry","features":[456]},{"name":"RASEDFLAG_NewPhoneEntry","features":[456]},{"name":"RASEDFLAG_NewTunnelEntry","features":[456]},{"name":"RASEDFLAG_NoRename","features":[456]},{"name":"RASEDFLAG_PositionDlg","features":[456]},{"name":"RASEDFLAG_ShellOwned","features":[456]},{"name":"RASEDM_DialAll","features":[456]},{"name":"RASEDM_DialAsNeeded","features":[456]},{"name":"RASENTRYA","features":[307,456,320]},{"name":"RASENTRYDLGA","features":[307,456]},{"name":"RASENTRYDLGA","features":[307,456]},{"name":"RASENTRYDLGW","features":[307,456]},{"name":"RASENTRYDLGW","features":[307,456]},{"name":"RASENTRYNAMEA","features":[456]},{"name":"RASENTRYNAMEW","features":[456]},{"name":"RASENTRYW","features":[307,456,320]},{"name":"RASENTRY_DIAL_MODE","features":[456]},{"name":"RASEO2_AuthTypeIsOtp","features":[456]},{"name":"RASEO2_AutoTriggerCapable","features":[456]},{"name":"RASEO2_CacheCredentials","features":[456]},{"name":"RASEO2_DisableClassBasedStaticRoute","features":[456]},{"name":"RASEO2_DisableIKENameEkuCheck","features":[456]},{"name":"RASEO2_DisableMobility","features":[456]},{"name":"RASEO2_DisableNbtOverIP","features":[456]},{"name":"RASEO2_DontNegotiateMultilink","features":[456]},{"name":"RASEO2_DontUseRasCredentials","features":[456]},{"name":"RASEO2_IPv4ExplicitMetric","features":[456]},{"name":"RASEO2_IPv6ExplicitMetric","features":[456]},{"name":"RASEO2_IPv6RemoteDefaultGateway","features":[456]},{"name":"RASEO2_IPv6SpecificNameServers","features":[456]},{"name":"RASEO2_Internet","features":[456]},{"name":"RASEO2_IsAlwaysOn","features":[456]},{"name":"RASEO2_IsPrivateNetwork","features":[456]},{"name":"RASEO2_IsThirdPartyProfile","features":[456]},{"name":"RASEO2_PlumbIKEv2TSAsRoutes","features":[456]},{"name":"RASEO2_ReconnectIfDropped","features":[456]},{"name":"RASEO2_RegisterIpWithDNS","features":[456]},{"name":"RASEO2_RequireMachineCertificates","features":[456]},{"name":"RASEO2_SecureClientForMSNet","features":[456]},{"name":"RASEO2_SecureFileAndPrint","features":[456]},{"name":"RASEO2_SecureRoutingCompartment","features":[456]},{"name":"RASEO2_SharePhoneNumbers","features":[456]},{"name":"RASEO2_SpecificIPv6Addr","features":[456]},{"name":"RASEO2_UseDNSSuffixForRegistration","features":[456]},{"name":"RASEO2_UseGlobalDeviceSettings","features":[456]},{"name":"RASEO2_UsePreSharedKey","features":[456]},{"name":"RASEO2_UsePreSharedKeyForIkev2Initiator","features":[456]},{"name":"RASEO2_UsePreSharedKeyForIkev2Responder","features":[456]},{"name":"RASEO2_UseTypicalSettings","features":[456]},{"name":"RASEO_Custom","features":[456]},{"name":"RASEO_CustomScript","features":[456]},{"name":"RASEO_DisableLcpExtensions","features":[456]},{"name":"RASEO_IpHeaderCompression","features":[456]},{"name":"RASEO_ModemLights","features":[456]},{"name":"RASEO_NetworkLogon","features":[456]},{"name":"RASEO_PreviewDomain","features":[456]},{"name":"RASEO_PreviewPhoneNumber","features":[456]},{"name":"RASEO_PreviewUserPw","features":[456]},{"name":"RASEO_PromoteAlternates","features":[456]},{"name":"RASEO_RemoteDefaultGateway","features":[456]},{"name":"RASEO_RequireCHAP","features":[456]},{"name":"RASEO_RequireDataEncryption","features":[456]},{"name":"RASEO_RequireEAP","features":[456]},{"name":"RASEO_RequireEncryptedPw","features":[456]},{"name":"RASEO_RequireMsCHAP","features":[456]},{"name":"RASEO_RequireMsCHAP2","features":[456]},{"name":"RASEO_RequireMsEncryptedPw","features":[456]},{"name":"RASEO_RequirePAP","features":[456]},{"name":"RASEO_RequireSPAP","features":[456]},{"name":"RASEO_RequireW95MSCHAP","features":[456]},{"name":"RASEO_SecureLocalFiles","features":[456]},{"name":"RASEO_SharedPhoneNumbers","features":[456]},{"name":"RASEO_ShowDialingProgress","features":[456]},{"name":"RASEO_SpecificIpAddr","features":[456]},{"name":"RASEO_SpecificNameServers","features":[456]},{"name":"RASEO_SwCompression","features":[456]},{"name":"RASEO_TerminalAfterDial","features":[456]},{"name":"RASEO_TerminalBeforeDial","features":[456]},{"name":"RASEO_UseCountryAndAreaCodes","features":[456]},{"name":"RASEO_UseLogonCredentials","features":[456]},{"name":"RASET_Broadband","features":[456]},{"name":"RASET_Direct","features":[456]},{"name":"RASET_Internet","features":[456]},{"name":"RASET_Phone","features":[456]},{"name":"RASET_Vpn","features":[456]},{"name":"RASFP_Ppp","features":[456]},{"name":"RASFP_Ras","features":[456]},{"name":"RASFP_Slip","features":[456]},{"name":"RASIDS_Disabled","features":[456]},{"name":"RASIDS_UseGlobalValue","features":[456]},{"name":"RASIKEV2_PROJECTION_INFO","features":[456,320]},{"name":"RASIKEV2_PROJECTION_INFO","features":[456,320]},{"name":"RASIKEV_PROJECTION_INFO_FLAGS","features":[456]},{"name":"RASIKEv2_AUTH_EAP","features":[456]},{"name":"RASIKEv2_AUTH_MACHINECERTIFICATES","features":[456]},{"name":"RASIKEv2_AUTH_PSK","features":[456]},{"name":"RASIKEv2_FLAGS_BEHIND_NAT","features":[456]},{"name":"RASIKEv2_FLAGS_MOBIKESUPPORTED","features":[456]},{"name":"RASIKEv2_FLAGS_SERVERBEHIND_NAT","features":[456]},{"name":"RASIPADDR","features":[456]},{"name":"RASIPO_VJ","features":[456]},{"name":"RASIPXW","features":[456]},{"name":"RASLCPAD_CHAP_MD5","features":[456]},{"name":"RASLCPAD_CHAP_MS","features":[456]},{"name":"RASLCPAD_CHAP_MSV2","features":[456]},{"name":"RASLCPAP_CHAP","features":[456]},{"name":"RASLCPAP_EAP","features":[456]},{"name":"RASLCPAP_PAP","features":[456]},{"name":"RASLCPAP_SPAP","features":[456]},{"name":"RASLCPO_3_DES","features":[456]},{"name":"RASLCPO_ACFC","features":[456]},{"name":"RASLCPO_AES_128","features":[456]},{"name":"RASLCPO_AES_192","features":[456]},{"name":"RASLCPO_AES_256","features":[456]},{"name":"RASLCPO_DES_56","features":[456]},{"name":"RASLCPO_GCM_AES_128","features":[456]},{"name":"RASLCPO_GCM_AES_192","features":[456]},{"name":"RASLCPO_GCM_AES_256","features":[456]},{"name":"RASLCPO_PFC","features":[456]},{"name":"RASLCPO_SSHF","features":[456]},{"name":"RASNAP_ProbationTime","features":[456]},{"name":"RASNOUSERA","features":[456]},{"name":"RASNOUSERW","features":[456]},{"name":"RASNOUSER_SmartCard","features":[456]},{"name":"RASNP_Ip","features":[456]},{"name":"RASNP_Ipv6","features":[456]},{"name":"RASNP_Ipx","features":[456]},{"name":"RASNP_NetBEUI","features":[456]},{"name":"RASPBDEVENT_AddEntry","features":[456]},{"name":"RASPBDEVENT_DialEntry","features":[456]},{"name":"RASPBDEVENT_EditEntry","features":[456]},{"name":"RASPBDEVENT_EditGlobals","features":[456]},{"name":"RASPBDEVENT_NoUser","features":[456]},{"name":"RASPBDEVENT_NoUserEdit","features":[456]},{"name":"RASPBDEVENT_RemoveEntry","features":[456]},{"name":"RASPBDFLAG_ForceCloseOnDial","features":[456]},{"name":"RASPBDFLAG_NoUser","features":[456]},{"name":"RASPBDFLAG_PositionDlg","features":[456]},{"name":"RASPBDFLAG_UpdateDefaults","features":[456]},{"name":"RASPBDLGA","features":[307,456]},{"name":"RASPBDLGA","features":[307,456]},{"name":"RASPBDLGFUNCA","features":[456]},{"name":"RASPBDLGFUNCW","features":[456]},{"name":"RASPBDLGW","features":[307,456]},{"name":"RASPBDLGW","features":[307,456]},{"name":"RASPPPCCP","features":[456]},{"name":"RASPPPIPA","features":[456]},{"name":"RASPPPIPV6","features":[456]},{"name":"RASPPPIPW","features":[456]},{"name":"RASPPPIPXA","features":[456]},{"name":"RASPPPLCPA","features":[307,456]},{"name":"RASPPPLCPW","features":[307,456]},{"name":"RASPPPNBFA","features":[456]},{"name":"RASPPPNBFW","features":[456]},{"name":"RASPPP_PROJECTION_INFO","features":[307,456,320]},{"name":"RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA","features":[456]},{"name":"RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL","features":[456]},{"name":"RASPRIV2_DialinPolicy","features":[456]},{"name":"RASPRIV_AdminSetCallback","features":[456]},{"name":"RASPRIV_CallerSetCallback","features":[456]},{"name":"RASPRIV_DialinPrivilege","features":[456]},{"name":"RASPRIV_NoCallback","features":[456]},{"name":"RASPROJECTION","features":[456]},{"name":"RASPROJECTION_INFO_TYPE","features":[456]},{"name":"RASP_Amb","features":[456]},{"name":"RASP_PppCcp","features":[456]},{"name":"RASP_PppIp","features":[456]},{"name":"RASP_PppIpv6","features":[456]},{"name":"RASP_PppIpx","features":[456]},{"name":"RASP_PppLcp","features":[456]},{"name":"RASP_PppNbf","features":[456]},{"name":"RASSECURITYPROC","features":[456]},{"name":"RASSUBENTRYA","features":[456]},{"name":"RASSUBENTRYW","features":[456]},{"name":"RASTUNNELENDPOINT","features":[456,320]},{"name":"RASTUNNELENDPOINT_IPv4","features":[456]},{"name":"RASTUNNELENDPOINT_IPv6","features":[456]},{"name":"RASTUNNELENDPOINT_UNKNOWN","features":[456]},{"name":"RASUPDATECONN","features":[456,320]},{"name":"RAS_CONNECTION_0","features":[307,456]},{"name":"RAS_CONNECTION_1","features":[307,456]},{"name":"RAS_CONNECTION_2","features":[307,456]},{"name":"RAS_CONNECTION_3","features":[307,456]},{"name":"RAS_CONNECTION_4","features":[307,456]},{"name":"RAS_CONNECTION_EX","features":[307,456]},{"name":"RAS_FLAGS","features":[456]},{"name":"RAS_FLAGS_ARAP_CONNECTION","features":[456]},{"name":"RAS_FLAGS_DORMANT","features":[456]},{"name":"RAS_FLAGS_IKEV2_CONNECTION","features":[456]},{"name":"RAS_FLAGS_MESSENGER_PRESENT","features":[456]},{"name":"RAS_FLAGS_PPP_CONNECTION","features":[456]},{"name":"RAS_FLAGS_QUARANTINE_PRESENT","features":[456]},{"name":"RAS_FLAGS_RAS_CONNECTION","features":[456]},{"name":"RAS_HARDWARE_CONDITION","features":[456]},{"name":"RAS_HARDWARE_FAILURE","features":[456]},{"name":"RAS_HARDWARE_OPERATIONAL","features":[456]},{"name":"RAS_MaxAreaCode","features":[456]},{"name":"RAS_MaxCallbackNumber","features":[456]},{"name":"RAS_MaxDeviceName","features":[456]},{"name":"RAS_MaxDeviceType","features":[456]},{"name":"RAS_MaxDnsSuffix","features":[456]},{"name":"RAS_MaxEntryName","features":[456]},{"name":"RAS_MaxFacilities","features":[456]},{"name":"RAS_MaxIDSize","features":[456]},{"name":"RAS_MaxIpAddress","features":[456]},{"name":"RAS_MaxIpxAddress","features":[456]},{"name":"RAS_MaxPadType","features":[456]},{"name":"RAS_MaxPhoneNumber","features":[456]},{"name":"RAS_MaxReplyMessage","features":[456]},{"name":"RAS_MaxUserData","features":[456]},{"name":"RAS_MaxX25Address","features":[456]},{"name":"RAS_PORT_0","features":[307,456]},{"name":"RAS_PORT_1","features":[307,456]},{"name":"RAS_PORT_2","features":[307,456]},{"name":"RAS_PORT_AUTHENTICATED","features":[456]},{"name":"RAS_PORT_AUTHENTICATING","features":[456]},{"name":"RAS_PORT_CALLING_BACK","features":[456]},{"name":"RAS_PORT_CONDITION","features":[456]},{"name":"RAS_PORT_DISCONNECTED","features":[456]},{"name":"RAS_PORT_INITIALIZING","features":[456]},{"name":"RAS_PORT_LISTENING","features":[456]},{"name":"RAS_PORT_NON_OPERATIONAL","features":[456]},{"name":"RAS_PROJECTION_INFO","features":[307,456,320]},{"name":"RAS_QUARANTINE_STATE","features":[456]},{"name":"RAS_QUAR_STATE_NORMAL","features":[456]},{"name":"RAS_QUAR_STATE_NOT_CAPABLE","features":[456]},{"name":"RAS_QUAR_STATE_PROBATION","features":[456]},{"name":"RAS_QUAR_STATE_QUARANTINE","features":[456]},{"name":"RAS_SECURITY_INFO","features":[456]},{"name":"RAS_STATS","features":[456]},{"name":"RAS_UPDATE_CONNECTION","features":[456]},{"name":"RAS_USER_0","features":[456]},{"name":"RAS_USER_1","features":[456]},{"name":"RCD_AllUsers","features":[456]},{"name":"RCD_Eap","features":[456]},{"name":"RCD_Logon","features":[456]},{"name":"RCD_SingleUser","features":[456]},{"name":"RDEOPT_CustomDial","features":[456]},{"name":"RDEOPT_DisableConnectedUI","features":[456]},{"name":"RDEOPT_DisableReconnect","features":[456]},{"name":"RDEOPT_DisableReconnectUI","features":[456]},{"name":"RDEOPT_EapInfoCryptInCapable","features":[456]},{"name":"RDEOPT_IgnoreModemSpeaker","features":[456]},{"name":"RDEOPT_IgnoreSoftwareCompression","features":[456]},{"name":"RDEOPT_InvokeAutoTriggerCredentialUI","features":[456]},{"name":"RDEOPT_NoUser","features":[456]},{"name":"RDEOPT_PauseOnScript","features":[456]},{"name":"RDEOPT_PausedStates","features":[456]},{"name":"RDEOPT_Router","features":[456]},{"name":"RDEOPT_SetModemSpeaker","features":[456]},{"name":"RDEOPT_SetSoftwareCompression","features":[456]},{"name":"RDEOPT_UseCustomScripting","features":[456]},{"name":"RDEOPT_UsePrefixSuffix","features":[456]},{"name":"REN_AllUsers","features":[456]},{"name":"REN_User","features":[456]},{"name":"ROUTER_CONNECTION_STATE","features":[456]},{"name":"ROUTER_CUSTOM_IKEv2_POLICY0","features":[456]},{"name":"ROUTER_IF_STATE_CONNECTED","features":[456]},{"name":"ROUTER_IF_STATE_CONNECTING","features":[456]},{"name":"ROUTER_IF_STATE_DISCONNECTED","features":[456]},{"name":"ROUTER_IF_STATE_UNREACHABLE","features":[456]},{"name":"ROUTER_IF_TYPE_CLIENT","features":[456]},{"name":"ROUTER_IF_TYPE_DEDICATED","features":[456]},{"name":"ROUTER_IF_TYPE_DIALOUT","features":[456]},{"name":"ROUTER_IF_TYPE_FULL_ROUTER","features":[456]},{"name":"ROUTER_IF_TYPE_HOME_ROUTER","features":[456]},{"name":"ROUTER_IF_TYPE_INTERNAL","features":[456]},{"name":"ROUTER_IF_TYPE_LOOPBACK","features":[456]},{"name":"ROUTER_IF_TYPE_MAX","features":[456]},{"name":"ROUTER_IF_TYPE_TUNNEL1","features":[456]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG0","features":[456,393]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG1","features":[456,393]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG2","features":[456,320,393]},{"name":"ROUTER_INTERFACE_TYPE","features":[456]},{"name":"ROUTING_PROTOCOL_CONFIG","features":[307,456]},{"name":"RRAS_SERVICE_NAME","features":[456]},{"name":"RTM_BLOCK_METHODS","features":[456]},{"name":"RTM_CHANGE_NOTIFICATION","features":[456]},{"name":"RTM_CHANGE_TYPE_ALL","features":[456]},{"name":"RTM_CHANGE_TYPE_BEST","features":[456]},{"name":"RTM_CHANGE_TYPE_FORWARDING","features":[456]},{"name":"RTM_DEST_FLAG_DONT_FORWARD","features":[456]},{"name":"RTM_DEST_FLAG_FWD_ENGIN_ADD","features":[456]},{"name":"RTM_DEST_FLAG_NATURAL_NET","features":[456]},{"name":"RTM_DEST_INFO","features":[307,456]},{"name":"RTM_ENTITY_DEREGISTERED","features":[456]},{"name":"RTM_ENTITY_EXPORT_METHOD","features":[456]},{"name":"RTM_ENTITY_EXPORT_METHODS","features":[456]},{"name":"RTM_ENTITY_ID","features":[456]},{"name":"RTM_ENTITY_INFO","features":[456]},{"name":"RTM_ENTITY_METHOD_INPUT","features":[456]},{"name":"RTM_ENTITY_METHOD_OUTPUT","features":[456]},{"name":"RTM_ENTITY_REGISTERED","features":[456]},{"name":"RTM_ENUM_ALL_DESTS","features":[456]},{"name":"RTM_ENUM_ALL_ROUTES","features":[456]},{"name":"RTM_ENUM_NEXT","features":[456]},{"name":"RTM_ENUM_OWN_DESTS","features":[456]},{"name":"RTM_ENUM_OWN_ROUTES","features":[456]},{"name":"RTM_ENUM_RANGE","features":[456]},{"name":"RTM_ENUM_START","features":[456]},{"name":"RTM_EVENT_CALLBACK","features":[456]},{"name":"RTM_EVENT_TYPE","features":[456]},{"name":"RTM_MATCH_FULL","features":[456]},{"name":"RTM_MATCH_INTERFACE","features":[456]},{"name":"RTM_MATCH_NEIGHBOUR","features":[456]},{"name":"RTM_MATCH_NEXTHOP","features":[456]},{"name":"RTM_MATCH_NONE","features":[456]},{"name":"RTM_MATCH_OWNER","features":[456]},{"name":"RTM_MATCH_PREF","features":[456]},{"name":"RTM_MAX_ADDRESS_SIZE","features":[456]},{"name":"RTM_MAX_VIEWS","features":[456]},{"name":"RTM_NET_ADDRESS","features":[456]},{"name":"RTM_NEXTHOP_CHANGE_NEW","features":[456]},{"name":"RTM_NEXTHOP_FLAGS_DOWN","features":[456]},{"name":"RTM_NEXTHOP_FLAGS_REMOTE","features":[456]},{"name":"RTM_NEXTHOP_INFO","features":[456]},{"name":"RTM_NEXTHOP_LIST","features":[456]},{"name":"RTM_NEXTHOP_STATE_CREATED","features":[456]},{"name":"RTM_NEXTHOP_STATE_DELETED","features":[456]},{"name":"RTM_NOTIFY_ONLY_MARKED_DESTS","features":[456]},{"name":"RTM_NUM_CHANGE_TYPES","features":[456]},{"name":"RTM_PREF_INFO","features":[456]},{"name":"RTM_REGN_PROFILE","features":[456]},{"name":"RTM_RESUME_METHODS","features":[456]},{"name":"RTM_ROUTE_CHANGE_BEST","features":[456]},{"name":"RTM_ROUTE_CHANGE_FIRST","features":[456]},{"name":"RTM_ROUTE_CHANGE_NEW","features":[456]},{"name":"RTM_ROUTE_EXPIRED","features":[456]},{"name":"RTM_ROUTE_FLAGS_BLACKHOLE","features":[456]},{"name":"RTM_ROUTE_FLAGS_DISCARD","features":[456]},{"name":"RTM_ROUTE_FLAGS_INACTIVE","features":[456]},{"name":"RTM_ROUTE_FLAGS_LIMITED_BC","features":[456]},{"name":"RTM_ROUTE_FLAGS_LOCAL","features":[456]},{"name":"RTM_ROUTE_FLAGS_LOCAL_MCAST","features":[456]},{"name":"RTM_ROUTE_FLAGS_LOOPBACK","features":[456]},{"name":"RTM_ROUTE_FLAGS_MARTIAN","features":[456]},{"name":"RTM_ROUTE_FLAGS_MCAST","features":[456]},{"name":"RTM_ROUTE_FLAGS_MYSELF","features":[456]},{"name":"RTM_ROUTE_FLAGS_ONES_NETBC","features":[456]},{"name":"RTM_ROUTE_FLAGS_ONES_SUBNETBC","features":[456]},{"name":"RTM_ROUTE_FLAGS_REMOTE","features":[456]},{"name":"RTM_ROUTE_FLAGS_ZEROS_NETBC","features":[456]},{"name":"RTM_ROUTE_FLAGS_ZEROS_SUBNETBC","features":[456]},{"name":"RTM_ROUTE_INFO","features":[456]},{"name":"RTM_ROUTE_STATE_CREATED","features":[456]},{"name":"RTM_ROUTE_STATE_DELETED","features":[456]},{"name":"RTM_ROUTE_STATE_DELETING","features":[456]},{"name":"RTM_VIEW_ID_MCAST","features":[456]},{"name":"RTM_VIEW_ID_UCAST","features":[456]},{"name":"RTM_VIEW_MASK_ALL","features":[456]},{"name":"RTM_VIEW_MASK_ANY","features":[456]},{"name":"RTM_VIEW_MASK_MCAST","features":[456]},{"name":"RTM_VIEW_MASK_NONE","features":[456]},{"name":"RTM_VIEW_MASK_SIZE","features":[456]},{"name":"RTM_VIEW_MASK_UCAST","features":[456]},{"name":"RasClearConnectionStatistics","features":[456]},{"name":"RasClearLinkStatistics","features":[456]},{"name":"RasConnectionNotificationA","features":[307,456]},{"name":"RasConnectionNotificationW","features":[307,456]},{"name":"RasCreatePhonebookEntryA","features":[307,456]},{"name":"RasCreatePhonebookEntryW","features":[307,456]},{"name":"RasCustomDeleteEntryNotifyFn","features":[456]},{"name":"RasCustomDialDlgFn","features":[307,456]},{"name":"RasCustomDialFn","features":[307,456]},{"name":"RasCustomEntryDlgFn","features":[307,456]},{"name":"RasCustomHangUpFn","features":[456]},{"name":"RasCustomScriptExecuteFn","features":[307,456]},{"name":"RasDeleteEntryA","features":[456]},{"name":"RasDeleteEntryW","features":[456]},{"name":"RasDeleteSubEntryA","features":[456]},{"name":"RasDeleteSubEntryW","features":[456]},{"name":"RasDialA","features":[307,456]},{"name":"RasDialDlgA","features":[307,456]},{"name":"RasDialDlgW","features":[307,456]},{"name":"RasDialW","features":[307,456]},{"name":"RasEditPhonebookEntryA","features":[307,456]},{"name":"RasEditPhonebookEntryW","features":[307,456]},{"name":"RasEntryDlgA","features":[307,456]},{"name":"RasEntryDlgW","features":[307,456]},{"name":"RasEnumAutodialAddressesA","features":[456]},{"name":"RasEnumAutodialAddressesW","features":[456]},{"name":"RasEnumConnectionsA","features":[307,456]},{"name":"RasEnumConnectionsW","features":[307,456]},{"name":"RasEnumDevicesA","features":[456]},{"name":"RasEnumDevicesW","features":[456]},{"name":"RasEnumEntriesA","features":[456]},{"name":"RasEnumEntriesW","features":[456]},{"name":"RasFreeEapUserIdentityA","features":[456]},{"name":"RasFreeEapUserIdentityW","features":[456]},{"name":"RasGetAutodialAddressA","features":[456]},{"name":"RasGetAutodialAddressW","features":[456]},{"name":"RasGetAutodialEnableA","features":[307,456]},{"name":"RasGetAutodialEnableW","features":[307,456]},{"name":"RasGetAutodialParamA","features":[456]},{"name":"RasGetAutodialParamW","features":[456]},{"name":"RasGetConnectStatusA","features":[456,320]},{"name":"RasGetConnectStatusW","features":[456,320]},{"name":"RasGetConnectionStatistics","features":[456]},{"name":"RasGetCountryInfoA","features":[456]},{"name":"RasGetCountryInfoW","features":[456]},{"name":"RasGetCredentialsA","features":[456]},{"name":"RasGetCredentialsW","features":[456]},{"name":"RasGetCustomAuthDataA","features":[456]},{"name":"RasGetCustomAuthDataW","features":[456]},{"name":"RasGetEapUserDataA","features":[307,456]},{"name":"RasGetEapUserDataW","features":[307,456]},{"name":"RasGetEapUserIdentityA","features":[307,456]},{"name":"RasGetEapUserIdentityW","features":[307,456]},{"name":"RasGetEntryDialParamsA","features":[307,456]},{"name":"RasGetEntryDialParamsW","features":[307,456]},{"name":"RasGetEntryPropertiesA","features":[307,456,320]},{"name":"RasGetEntryPropertiesW","features":[307,456,320]},{"name":"RasGetErrorStringA","features":[456]},{"name":"RasGetErrorStringW","features":[456]},{"name":"RasGetLinkStatistics","features":[456]},{"name":"RasGetPCscf","features":[456]},{"name":"RasGetProjectionInfoA","features":[456]},{"name":"RasGetProjectionInfoEx","features":[307,456,320]},{"name":"RasGetProjectionInfoW","features":[456]},{"name":"RasGetSubEntryHandleA","features":[456]},{"name":"RasGetSubEntryHandleW","features":[456]},{"name":"RasGetSubEntryPropertiesA","features":[456]},{"name":"RasGetSubEntryPropertiesW","features":[456]},{"name":"RasHangUpA","features":[456]},{"name":"RasHangUpW","features":[456]},{"name":"RasInvokeEapUI","features":[307,456]},{"name":"RasPhonebookDlgA","features":[307,456]},{"name":"RasPhonebookDlgW","features":[307,456]},{"name":"RasRenameEntryA","features":[456]},{"name":"RasRenameEntryW","features":[456]},{"name":"RasSetAutodialAddressA","features":[456]},{"name":"RasSetAutodialAddressW","features":[456]},{"name":"RasSetAutodialEnableA","features":[307,456]},{"name":"RasSetAutodialEnableW","features":[307,456]},{"name":"RasSetAutodialParamA","features":[456]},{"name":"RasSetAutodialParamW","features":[456]},{"name":"RasSetCredentialsA","features":[307,456]},{"name":"RasSetCredentialsW","features":[307,456]},{"name":"RasSetCustomAuthDataA","features":[456]},{"name":"RasSetCustomAuthDataW","features":[456]},{"name":"RasSetEapUserDataA","features":[307,456]},{"name":"RasSetEapUserDataW","features":[307,456]},{"name":"RasSetEntryDialParamsA","features":[307,456]},{"name":"RasSetEntryDialParamsW","features":[307,456]},{"name":"RasSetEntryPropertiesA","features":[307,456,320]},{"name":"RasSetEntryPropertiesW","features":[307,456,320]},{"name":"RasSetSubEntryPropertiesA","features":[456]},{"name":"RasSetSubEntryPropertiesW","features":[456]},{"name":"RasUpdateConnection","features":[456,320]},{"name":"RasValidateEntryNameA","features":[456]},{"name":"RasValidateEntryNameW","features":[456]},{"name":"RtmAddNextHop","features":[456]},{"name":"RtmAddRouteToDest","features":[456]},{"name":"RtmBlockMethods","features":[307,456]},{"name":"RtmConvertIpv6AddressAndLengthToNetAddress","features":[456,320]},{"name":"RtmConvertNetAddressToIpv6AddressAndLength","features":[456,320]},{"name":"RtmCreateDestEnum","features":[456]},{"name":"RtmCreateNextHopEnum","features":[456]},{"name":"RtmCreateRouteEnum","features":[456]},{"name":"RtmCreateRouteList","features":[456]},{"name":"RtmCreateRouteListEnum","features":[456]},{"name":"RtmDeleteEnumHandle","features":[456]},{"name":"RtmDeleteNextHop","features":[456]},{"name":"RtmDeleteRouteList","features":[456]},{"name":"RtmDeleteRouteToDest","features":[456]},{"name":"RtmDeregisterEntity","features":[456]},{"name":"RtmDeregisterFromChangeNotification","features":[456]},{"name":"RtmFindNextHop","features":[456]},{"name":"RtmGetChangeStatus","features":[307,456]},{"name":"RtmGetChangedDests","features":[307,456]},{"name":"RtmGetDestInfo","features":[307,456]},{"name":"RtmGetEntityInfo","features":[456]},{"name":"RtmGetEntityMethods","features":[456]},{"name":"RtmGetEnumDests","features":[307,456]},{"name":"RtmGetEnumNextHops","features":[456]},{"name":"RtmGetEnumRoutes","features":[456]},{"name":"RtmGetExactMatchDestination","features":[307,456]},{"name":"RtmGetExactMatchRoute","features":[456]},{"name":"RtmGetLessSpecificDestination","features":[307,456]},{"name":"RtmGetListEnumRoutes","features":[456]},{"name":"RtmGetMostSpecificDestination","features":[307,456]},{"name":"RtmGetNextHopInfo","features":[456]},{"name":"RtmGetNextHopPointer","features":[456]},{"name":"RtmGetOpaqueInformationPointer","features":[456]},{"name":"RtmGetRegisteredEntities","features":[456]},{"name":"RtmGetRouteInfo","features":[456]},{"name":"RtmGetRoutePointer","features":[456]},{"name":"RtmHoldDestination","features":[456]},{"name":"RtmIgnoreChangedDests","features":[456]},{"name":"RtmInsertInRouteList","features":[456]},{"name":"RtmInvokeMethod","features":[456]},{"name":"RtmIsBestRoute","features":[456]},{"name":"RtmIsMarkedForChangeNotification","features":[307,456]},{"name":"RtmLockDestination","features":[307,456]},{"name":"RtmLockNextHop","features":[307,456]},{"name":"RtmLockRoute","features":[307,456]},{"name":"RtmMarkDestForChangeNotification","features":[307,456]},{"name":"RtmReferenceHandles","features":[307,456]},{"name":"RtmRegisterEntity","features":[307,456]},{"name":"RtmRegisterForChangeNotification","features":[456]},{"name":"RtmReleaseChangedDests","features":[307,456]},{"name":"RtmReleaseDestInfo","features":[307,456]},{"name":"RtmReleaseDests","features":[307,456]},{"name":"RtmReleaseEntities","features":[456]},{"name":"RtmReleaseEntityInfo","features":[456]},{"name":"RtmReleaseNextHopInfo","features":[456]},{"name":"RtmReleaseNextHops","features":[456]},{"name":"RtmReleaseRouteInfo","features":[456]},{"name":"RtmReleaseRoutes","features":[456]},{"name":"RtmUpdateAndUnlockRoute","features":[456]},{"name":"SECURITYMSG_ERROR","features":[456]},{"name":"SECURITYMSG_FAILURE","features":[456]},{"name":"SECURITYMSG_SUCCESS","features":[456]},{"name":"SECURITY_MESSAGE","features":[456]},{"name":"SECURITY_MESSAGE_MSG_ID","features":[456]},{"name":"SOURCE_GROUP_ENTRY","features":[456]},{"name":"SSTP_CERT_INFO","features":[307,456,393]},{"name":"SSTP_CONFIG_PARAMS","features":[307,456,393]},{"name":"VPN_TS_IP_ADDRESS","features":[456,320]},{"name":"VS_Default","features":[456]},{"name":"VS_GREOnly","features":[456]},{"name":"VS_Ikev2First","features":[456]},{"name":"VS_Ikev2Only","features":[456]},{"name":"VS_Ikev2Sstp","features":[456]},{"name":"VS_L2tpFirst","features":[456]},{"name":"VS_L2tpOnly","features":[456]},{"name":"VS_L2tpSstp","features":[456]},{"name":"VS_PptpFirst","features":[456]},{"name":"VS_PptpOnly","features":[456]},{"name":"VS_PptpSstp","features":[456]},{"name":"VS_ProtocolList","features":[456]},{"name":"VS_SstpFirst","features":[456]},{"name":"VS_SstpOnly","features":[456]},{"name":"WARNING_MSG_ALIAS_NOT_ADDED","features":[456]},{"name":"WM_RASDIALEVENT","features":[456]}],"461":[{"name":"ASN_APPLICATION","features":[457]},{"name":"ASN_CONSTRUCTOR","features":[457]},{"name":"ASN_CONTEXT","features":[457]},{"name":"ASN_CONTEXTSPECIFIC","features":[457]},{"name":"ASN_PRIMATIVE","features":[457]},{"name":"ASN_PRIMITIVE","features":[457]},{"name":"ASN_PRIVATE","features":[457]},{"name":"ASN_UNIVERSAL","features":[457]},{"name":"AsnAny","features":[307,457]},{"name":"AsnObjectIdentifier","features":[457]},{"name":"AsnObjectIdentifier","features":[457]},{"name":"AsnOctetString","features":[307,457]},{"name":"AsnOctetString","features":[307,457]},{"name":"DEFAULT_SNMPTRAP_PORT_IPX","features":[457]},{"name":"DEFAULT_SNMPTRAP_PORT_UDP","features":[457]},{"name":"DEFAULT_SNMP_PORT_IPX","features":[457]},{"name":"DEFAULT_SNMP_PORT_UDP","features":[457]},{"name":"MAXOBJIDSIZE","features":[457]},{"name":"MAXOBJIDSTRSIZE","features":[457]},{"name":"MAXVENDORINFO","features":[457]},{"name":"MGMCTL_SETAGENTPORT","features":[457]},{"name":"PFNSNMPCLEANUPEX","features":[457]},{"name":"PFNSNMPEXTENSIONCLOSE","features":[457]},{"name":"PFNSNMPEXTENSIONINIT","features":[307,457]},{"name":"PFNSNMPEXTENSIONINITEX","features":[307,457]},{"name":"PFNSNMPEXTENSIONMONITOR","features":[307,457]},{"name":"PFNSNMPEXTENSIONQUERY","features":[307,457]},{"name":"PFNSNMPEXTENSIONQUERYEX","features":[307,457]},{"name":"PFNSNMPEXTENSIONTRAP","features":[307,457]},{"name":"PFNSNMPSTARTUPEX","features":[457]},{"name":"SNMPAPI_ALLOC_ERROR","features":[457]},{"name":"SNMPAPI_CALLBACK","features":[307,457]},{"name":"SNMPAPI_CONTEXT_INVALID","features":[457]},{"name":"SNMPAPI_CONTEXT_UNKNOWN","features":[457]},{"name":"SNMPAPI_ENTITY_INVALID","features":[457]},{"name":"SNMPAPI_ENTITY_UNKNOWN","features":[457]},{"name":"SNMPAPI_ERROR","features":[457]},{"name":"SNMPAPI_FAILURE","features":[457]},{"name":"SNMPAPI_HWND_INVALID","features":[457]},{"name":"SNMPAPI_INDEX_INVALID","features":[457]},{"name":"SNMPAPI_M2M_SUPPORT","features":[457]},{"name":"SNMPAPI_MESSAGE_INVALID","features":[457]},{"name":"SNMPAPI_MODE_INVALID","features":[457]},{"name":"SNMPAPI_NOERROR","features":[457]},{"name":"SNMPAPI_NOOP","features":[457]},{"name":"SNMPAPI_NOT_INITIALIZED","features":[457]},{"name":"SNMPAPI_NO_SUPPORT","features":[457]},{"name":"SNMPAPI_OFF","features":[457]},{"name":"SNMPAPI_OID_INVALID","features":[457]},{"name":"SNMPAPI_ON","features":[457]},{"name":"SNMPAPI_OPERATION_INVALID","features":[457]},{"name":"SNMPAPI_OTHER_ERROR","features":[457]},{"name":"SNMPAPI_OUTPUT_TRUNCATED","features":[457]},{"name":"SNMPAPI_PDU_INVALID","features":[457]},{"name":"SNMPAPI_SESSION_INVALID","features":[457]},{"name":"SNMPAPI_SIZE_INVALID","features":[457]},{"name":"SNMPAPI_SUCCESS","features":[457]},{"name":"SNMPAPI_SYNTAX_INVALID","features":[457]},{"name":"SNMPAPI_TL_INVALID_PARAM","features":[457]},{"name":"SNMPAPI_TL_IN_USE","features":[457]},{"name":"SNMPAPI_TL_NOT_AVAILABLE","features":[457]},{"name":"SNMPAPI_TL_NOT_INITIALIZED","features":[457]},{"name":"SNMPAPI_TL_NOT_SUPPORTED","features":[457]},{"name":"SNMPAPI_TL_OTHER","features":[457]},{"name":"SNMPAPI_TL_PDU_TOO_BIG","features":[457]},{"name":"SNMPAPI_TL_RESOURCE_ERROR","features":[457]},{"name":"SNMPAPI_TL_SRC_INVALID","features":[457]},{"name":"SNMPAPI_TL_TIMEOUT","features":[457]},{"name":"SNMPAPI_TL_UNDELIVERABLE","features":[457]},{"name":"SNMPAPI_TRANSLATED","features":[457]},{"name":"SNMPAPI_UNTRANSLATED_V1","features":[457]},{"name":"SNMPAPI_UNTRANSLATED_V2","features":[457]},{"name":"SNMPAPI_V1_SUPPORT","features":[457]},{"name":"SNMPAPI_V2_SUPPORT","features":[457]},{"name":"SNMPAPI_VBL_INVALID","features":[457]},{"name":"SNMPLISTEN_ALL_ADDR","features":[457]},{"name":"SNMPLISTEN_USEENTITY_ADDR","features":[457]},{"name":"SNMP_ACCESS_NONE","features":[457]},{"name":"SNMP_ACCESS_NOTIFY","features":[457]},{"name":"SNMP_ACCESS_READ_CREATE","features":[457]},{"name":"SNMP_ACCESS_READ_ONLY","features":[457]},{"name":"SNMP_ACCESS_READ_WRITE","features":[457]},{"name":"SNMP_API_TRANSLATE_MODE","features":[457]},{"name":"SNMP_AUTHAPI_INVALID_MSG_TYPE","features":[457]},{"name":"SNMP_AUTHAPI_INVALID_VERSION","features":[457]},{"name":"SNMP_AUTHAPI_TRIV_AUTH_FAILED","features":[457]},{"name":"SNMP_BERAPI_INVALID_LENGTH","features":[457]},{"name":"SNMP_BERAPI_INVALID_OBJELEM","features":[457]},{"name":"SNMP_BERAPI_INVALID_TAG","features":[457]},{"name":"SNMP_BERAPI_OVERFLOW","features":[457]},{"name":"SNMP_BERAPI_SHORT_BUFFER","features":[457]},{"name":"SNMP_ERROR","features":[457]},{"name":"SNMP_ERRORSTATUS_AUTHORIZATIONERROR","features":[457]},{"name":"SNMP_ERRORSTATUS_BADVALUE","features":[457]},{"name":"SNMP_ERRORSTATUS_COMMITFAILED","features":[457]},{"name":"SNMP_ERRORSTATUS_GENERR","features":[457]},{"name":"SNMP_ERRORSTATUS_INCONSISTENTNAME","features":[457]},{"name":"SNMP_ERRORSTATUS_INCONSISTENTVALUE","features":[457]},{"name":"SNMP_ERRORSTATUS_NOACCESS","features":[457]},{"name":"SNMP_ERRORSTATUS_NOCREATION","features":[457]},{"name":"SNMP_ERRORSTATUS_NOERROR","features":[457]},{"name":"SNMP_ERRORSTATUS_NOSUCHNAME","features":[457]},{"name":"SNMP_ERRORSTATUS_NOTWRITABLE","features":[457]},{"name":"SNMP_ERRORSTATUS_READONLY","features":[457]},{"name":"SNMP_ERRORSTATUS_RESOURCEUNAVAILABLE","features":[457]},{"name":"SNMP_ERRORSTATUS_TOOBIG","features":[457]},{"name":"SNMP_ERRORSTATUS_UNDOFAILED","features":[457]},{"name":"SNMP_ERRORSTATUS_WRONGENCODING","features":[457]},{"name":"SNMP_ERRORSTATUS_WRONGLENGTH","features":[457]},{"name":"SNMP_ERRORSTATUS_WRONGTYPE","features":[457]},{"name":"SNMP_ERRORSTATUS_WRONGVALUE","features":[457]},{"name":"SNMP_ERROR_AUTHORIZATIONERROR","features":[457]},{"name":"SNMP_ERROR_BADVALUE","features":[457]},{"name":"SNMP_ERROR_COMMITFAILED","features":[457]},{"name":"SNMP_ERROR_GENERR","features":[457]},{"name":"SNMP_ERROR_INCONSISTENTNAME","features":[457]},{"name":"SNMP_ERROR_INCONSISTENTVALUE","features":[457]},{"name":"SNMP_ERROR_NOACCESS","features":[457]},{"name":"SNMP_ERROR_NOCREATION","features":[457]},{"name":"SNMP_ERROR_NOERROR","features":[457]},{"name":"SNMP_ERROR_NOSUCHNAME","features":[457]},{"name":"SNMP_ERROR_NOTWRITABLE","features":[457]},{"name":"SNMP_ERROR_READONLY","features":[457]},{"name":"SNMP_ERROR_RESOURCEUNAVAILABLE","features":[457]},{"name":"SNMP_ERROR_STATUS","features":[457]},{"name":"SNMP_ERROR_TOOBIG","features":[457]},{"name":"SNMP_ERROR_UNDOFAILED","features":[457]},{"name":"SNMP_ERROR_WRONGENCODING","features":[457]},{"name":"SNMP_ERROR_WRONGLENGTH","features":[457]},{"name":"SNMP_ERROR_WRONGTYPE","features":[457]},{"name":"SNMP_ERROR_WRONGVALUE","features":[457]},{"name":"SNMP_EXTENSION_GET","features":[457]},{"name":"SNMP_EXTENSION_GET_NEXT","features":[457]},{"name":"SNMP_EXTENSION_REQUEST_TYPE","features":[457]},{"name":"SNMP_EXTENSION_SET_CLEANUP","features":[457]},{"name":"SNMP_EXTENSION_SET_COMMIT","features":[457]},{"name":"SNMP_EXTENSION_SET_TEST","features":[457]},{"name":"SNMP_EXTENSION_SET_UNDO","features":[457]},{"name":"SNMP_GENERICTRAP","features":[457]},{"name":"SNMP_GENERICTRAP_AUTHFAILURE","features":[457]},{"name":"SNMP_GENERICTRAP_COLDSTART","features":[457]},{"name":"SNMP_GENERICTRAP_EGPNEIGHLOSS","features":[457]},{"name":"SNMP_GENERICTRAP_ENTERSPECIFIC","features":[457]},{"name":"SNMP_GENERICTRAP_LINKDOWN","features":[457]},{"name":"SNMP_GENERICTRAP_LINKUP","features":[457]},{"name":"SNMP_GENERICTRAP_WARMSTART","features":[457]},{"name":"SNMP_LOG","features":[457]},{"name":"SNMP_LOG_ERROR","features":[457]},{"name":"SNMP_LOG_FATAL","features":[457]},{"name":"SNMP_LOG_SILENT","features":[457]},{"name":"SNMP_LOG_TRACE","features":[457]},{"name":"SNMP_LOG_VERBOSE","features":[457]},{"name":"SNMP_LOG_WARNING","features":[457]},{"name":"SNMP_MAX_OID_LEN","features":[457]},{"name":"SNMP_MEM_ALLOC_ERROR","features":[457]},{"name":"SNMP_MGMTAPI_AGAIN","features":[457]},{"name":"SNMP_MGMTAPI_INVALID_BUFFER","features":[457]},{"name":"SNMP_MGMTAPI_INVALID_CTL","features":[457]},{"name":"SNMP_MGMTAPI_INVALID_SESSION","features":[457]},{"name":"SNMP_MGMTAPI_NOTRAPS","features":[457]},{"name":"SNMP_MGMTAPI_SELECT_FDERRORS","features":[457]},{"name":"SNMP_MGMTAPI_TIMEOUT","features":[457]},{"name":"SNMP_MGMTAPI_TRAP_DUPINIT","features":[457]},{"name":"SNMP_MGMTAPI_TRAP_ERRORS","features":[457]},{"name":"SNMP_OUTPUT_LOG_TYPE","features":[457]},{"name":"SNMP_OUTPUT_TO_CONSOLE","features":[457]},{"name":"SNMP_OUTPUT_TO_DEBUGGER","features":[457]},{"name":"SNMP_OUTPUT_TO_EVENTLOG","features":[457]},{"name":"SNMP_OUTPUT_TO_LOGFILE","features":[457]},{"name":"SNMP_PDUAPI_INVALID_ES","features":[457]},{"name":"SNMP_PDUAPI_INVALID_GT","features":[457]},{"name":"SNMP_PDUAPI_UNRECOGNIZED_PDU","features":[457]},{"name":"SNMP_PDU_GET","features":[457]},{"name":"SNMP_PDU_GETBULK","features":[457]},{"name":"SNMP_PDU_GETNEXT","features":[457]},{"name":"SNMP_PDU_RESPONSE","features":[457]},{"name":"SNMP_PDU_SET","features":[457]},{"name":"SNMP_PDU_TRAP","features":[457]},{"name":"SNMP_PDU_TYPE","features":[457]},{"name":"SNMP_STATUS","features":[457]},{"name":"SNMP_TRAP_AUTHFAIL","features":[457]},{"name":"SNMP_TRAP_COLDSTART","features":[457]},{"name":"SNMP_TRAP_EGPNEIGHBORLOSS","features":[457]},{"name":"SNMP_TRAP_ENTERPRISESPECIFIC","features":[457]},{"name":"SNMP_TRAP_LINKDOWN","features":[457]},{"name":"SNMP_TRAP_LINKUP","features":[457]},{"name":"SNMP_TRAP_WARMSTART","features":[457]},{"name":"SnmpCancelMsg","features":[457]},{"name":"SnmpCleanup","features":[457]},{"name":"SnmpCleanupEx","features":[457]},{"name":"SnmpClose","features":[457]},{"name":"SnmpContextToStr","features":[457]},{"name":"SnmpCountVbl","features":[457]},{"name":"SnmpCreatePdu","features":[457]},{"name":"SnmpCreateSession","features":[307,457]},{"name":"SnmpCreateVbl","features":[457]},{"name":"SnmpDecodeMsg","features":[457]},{"name":"SnmpDeleteVb","features":[457]},{"name":"SnmpDuplicatePdu","features":[457]},{"name":"SnmpDuplicateVbl","features":[457]},{"name":"SnmpEncodeMsg","features":[457]},{"name":"SnmpEntityToStr","features":[457]},{"name":"SnmpFreeContext","features":[457]},{"name":"SnmpFreeDescriptor","features":[457]},{"name":"SnmpFreeEntity","features":[457]},{"name":"SnmpFreePdu","features":[457]},{"name":"SnmpFreeVbl","features":[457]},{"name":"SnmpGetLastError","features":[457]},{"name":"SnmpGetPduData","features":[457]},{"name":"SnmpGetRetransmitMode","features":[457]},{"name":"SnmpGetRetry","features":[457]},{"name":"SnmpGetTimeout","features":[457]},{"name":"SnmpGetTranslateMode","features":[457]},{"name":"SnmpGetVb","features":[457]},{"name":"SnmpGetVendorInfo","features":[457]},{"name":"SnmpListen","features":[457]},{"name":"SnmpListenEx","features":[457]},{"name":"SnmpMgrClose","features":[307,457]},{"name":"SnmpMgrCtl","features":[307,457]},{"name":"SnmpMgrGetTrap","features":[307,457]},{"name":"SnmpMgrGetTrapEx","features":[307,457]},{"name":"SnmpMgrOidToStr","features":[307,457]},{"name":"SnmpMgrOpen","features":[457]},{"name":"SnmpMgrRequest","features":[307,457]},{"name":"SnmpMgrStrToOid","features":[307,457]},{"name":"SnmpMgrTrapListen","features":[307,457]},{"name":"SnmpOidCompare","features":[457]},{"name":"SnmpOidCopy","features":[457]},{"name":"SnmpOidToStr","features":[457]},{"name":"SnmpOpen","features":[307,457]},{"name":"SnmpRecvMsg","features":[457]},{"name":"SnmpRegister","features":[457]},{"name":"SnmpSendMsg","features":[457]},{"name":"SnmpSetPduData","features":[457]},{"name":"SnmpSetPort","features":[457]},{"name":"SnmpSetRetransmitMode","features":[457]},{"name":"SnmpSetRetry","features":[457]},{"name":"SnmpSetTimeout","features":[457]},{"name":"SnmpSetTranslateMode","features":[457]},{"name":"SnmpSetVb","features":[457]},{"name":"SnmpStartup","features":[457]},{"name":"SnmpStartupEx","features":[457]},{"name":"SnmpStrToContext","features":[457]},{"name":"SnmpStrToEntity","features":[457]},{"name":"SnmpStrToOid","features":[457]},{"name":"SnmpSvcGetUptime","features":[457]},{"name":"SnmpSvcSetLogLevel","features":[457]},{"name":"SnmpSvcSetLogType","features":[457]},{"name":"SnmpUtilAsnAnyCpy","features":[307,457]},{"name":"SnmpUtilAsnAnyFree","features":[307,457]},{"name":"SnmpUtilDbgPrint","features":[457]},{"name":"SnmpUtilIdsToA","features":[457]},{"name":"SnmpUtilMemAlloc","features":[457]},{"name":"SnmpUtilMemFree","features":[457]},{"name":"SnmpUtilMemReAlloc","features":[457]},{"name":"SnmpUtilOctetsCmp","features":[307,457]},{"name":"SnmpUtilOctetsCpy","features":[307,457]},{"name":"SnmpUtilOctetsFree","features":[307,457]},{"name":"SnmpUtilOctetsNCmp","features":[307,457]},{"name":"SnmpUtilOidAppend","features":[457]},{"name":"SnmpUtilOidCmp","features":[457]},{"name":"SnmpUtilOidCpy","features":[457]},{"name":"SnmpUtilOidFree","features":[457]},{"name":"SnmpUtilOidNCmp","features":[457]},{"name":"SnmpUtilOidToA","features":[457]},{"name":"SnmpUtilPrintAsnAny","features":[307,457]},{"name":"SnmpUtilPrintOid","features":[457]},{"name":"SnmpUtilVarBindCpy","features":[307,457]},{"name":"SnmpUtilVarBindFree","features":[307,457]},{"name":"SnmpUtilVarBindListCpy","features":[307,457]},{"name":"SnmpUtilVarBindListFree","features":[307,457]},{"name":"SnmpVarBind","features":[307,457]},{"name":"SnmpVarBindList","features":[307,457]},{"name":"SnmpVarBindList","features":[307,457]},{"name":"smiCNTR64","features":[457]},{"name":"smiOCTETS","features":[457]},{"name":"smiOID","features":[457]},{"name":"smiVALUE","features":[457]},{"name":"smiVENDORINFO","features":[457]}],"462":[{"name":"CONNDLG_CONN_POINT","features":[458]},{"name":"CONNDLG_HIDE_BOX","features":[458]},{"name":"CONNDLG_NOT_PERSIST","features":[458]},{"name":"CONNDLG_PERSIST","features":[458]},{"name":"CONNDLG_RO_PATH","features":[458]},{"name":"CONNDLG_USE_MRU","features":[458]},{"name":"CONNECTDLGSTRUCTA","features":[307,458]},{"name":"CONNECTDLGSTRUCTW","features":[307,458]},{"name":"CONNECTDLGSTRUCT_FLAGS","features":[458]},{"name":"CONNECT_CMD_SAVECRED","features":[458]},{"name":"CONNECT_COMMANDLINE","features":[458]},{"name":"CONNECT_CRED_RESET","features":[458]},{"name":"CONNECT_CURRENT_MEDIA","features":[458]},{"name":"CONNECT_DEFERRED","features":[458]},{"name":"CONNECT_GLOBAL_MAPPING","features":[458]},{"name":"CONNECT_INTERACTIVE","features":[458]},{"name":"CONNECT_LOCALDRIVE","features":[458]},{"name":"CONNECT_NEED_DRIVE","features":[458]},{"name":"CONNECT_PROMPT","features":[458]},{"name":"CONNECT_REDIRECT","features":[458]},{"name":"CONNECT_REFCOUNT","features":[458]},{"name":"CONNECT_REQUIRE_INTEGRITY","features":[458]},{"name":"CONNECT_REQUIRE_PRIVACY","features":[458]},{"name":"CONNECT_RESERVED","features":[458]},{"name":"CONNECT_TEMPORARY","features":[458]},{"name":"CONNECT_UPDATE_PROFILE","features":[458]},{"name":"CONNECT_UPDATE_RECENT","features":[458]},{"name":"CONNECT_WRITE_THROUGH_SEMANTICS","features":[458]},{"name":"DISCDLGSTRUCTA","features":[307,458]},{"name":"DISCDLGSTRUCTW","features":[307,458]},{"name":"DISCDLGSTRUCT_FLAGS","features":[458]},{"name":"DISC_NO_FORCE","features":[458]},{"name":"DISC_UPDATE_PROFILE","features":[458]},{"name":"MultinetGetConnectionPerformanceA","features":[458]},{"name":"MultinetGetConnectionPerformanceW","features":[458]},{"name":"NETCONNECTINFOSTRUCT","features":[458]},{"name":"NETINFOSTRUCT","features":[307,458]},{"name":"NETINFOSTRUCT_CHARACTERISTICS","features":[458]},{"name":"NETINFO_DISKRED","features":[458]},{"name":"NETINFO_DLL16","features":[458]},{"name":"NETINFO_PRINTERRED","features":[458]},{"name":"NETPROPERTY_PERSISTENT","features":[458]},{"name":"NETRESOURCEA","features":[458]},{"name":"NETRESOURCEW","features":[458]},{"name":"NETWORK_NAME_FORMAT_FLAGS","features":[458]},{"name":"NET_CONNECT_FLAGS","features":[458]},{"name":"NET_RESOURCE_SCOPE","features":[458]},{"name":"NET_RESOURCE_TYPE","features":[458]},{"name":"NOTIFYADD","features":[307,458]},{"name":"NOTIFYCANCEL","features":[307,458]},{"name":"NOTIFYINFO","features":[458]},{"name":"NOTIFY_POST","features":[458]},{"name":"NOTIFY_PRE","features":[458]},{"name":"NPAddConnection","features":[458]},{"name":"NPAddConnection3","features":[307,458]},{"name":"NPAddConnection4","features":[307,458]},{"name":"NPCancelConnection","features":[307,458]},{"name":"NPCancelConnection2","features":[307,458]},{"name":"NPCloseEnum","features":[307,458]},{"name":"NPDIRECTORY_NOTIFY_OPERATION","features":[458]},{"name":"NPEnumResource","features":[307,458]},{"name":"NPFormatNetworkName","features":[458]},{"name":"NPGetCaps","features":[458]},{"name":"NPGetConnection","features":[458]},{"name":"NPGetConnection3","features":[458]},{"name":"NPGetConnectionPerformance","features":[458]},{"name":"NPGetPersistentUseOptionsForConnection","features":[458]},{"name":"NPGetResourceInformation","features":[458]},{"name":"NPGetResourceParent","features":[458]},{"name":"NPGetUniversalName","features":[458]},{"name":"NPGetUser","features":[458]},{"name":"NPOpenEnum","features":[307,458]},{"name":"NP_PROPERTY_DIALOG_SELECTION","features":[458]},{"name":"PF_AddConnectNotify","features":[307,458]},{"name":"PF_CancelConnectNotify","features":[307,458]},{"name":"PF_NPAddConnection","features":[458]},{"name":"PF_NPAddConnection3","features":[307,458]},{"name":"PF_NPAddConnection4","features":[307,458]},{"name":"PF_NPCancelConnection","features":[307,458]},{"name":"PF_NPCancelConnection2","features":[307,458]},{"name":"PF_NPCloseEnum","features":[307,458]},{"name":"PF_NPDeviceMode","features":[307,458]},{"name":"PF_NPDirectoryNotify","features":[307,458]},{"name":"PF_NPEnumResource","features":[307,458]},{"name":"PF_NPFMXEditPerm","features":[307,458]},{"name":"PF_NPFMXGetPermCaps","features":[458]},{"name":"PF_NPFMXGetPermHelp","features":[307,458]},{"name":"PF_NPFormatNetworkName","features":[458]},{"name":"PF_NPGetCaps","features":[458]},{"name":"PF_NPGetConnection","features":[458]},{"name":"PF_NPGetConnection3","features":[458]},{"name":"PF_NPGetConnectionPerformance","features":[458]},{"name":"PF_NPGetDirectoryType","features":[307,458]},{"name":"PF_NPGetPersistentUseOptionsForConnection","features":[458]},{"name":"PF_NPGetPropertyText","features":[458]},{"name":"PF_NPGetResourceInformation","features":[458]},{"name":"PF_NPGetResourceParent","features":[458]},{"name":"PF_NPGetUniversalName","features":[458]},{"name":"PF_NPGetUser","features":[458]},{"name":"PF_NPLogonNotify","features":[307,458]},{"name":"PF_NPOpenEnum","features":[307,458]},{"name":"PF_NPPasswordChangeNotify","features":[458]},{"name":"PF_NPPropertyDialog","features":[307,458]},{"name":"PF_NPSearchDialog","features":[307,458]},{"name":"REMOTE_NAME_INFOA","features":[458]},{"name":"REMOTE_NAME_INFOW","features":[458]},{"name":"REMOTE_NAME_INFO_LEVEL","features":[458]},{"name":"RESOURCEDISPLAYTYPE_DIRECTORY","features":[458]},{"name":"RESOURCEDISPLAYTYPE_NDSCONTAINER","features":[458]},{"name":"RESOURCEDISPLAYTYPE_NETWORK","features":[458]},{"name":"RESOURCEDISPLAYTYPE_ROOT","features":[458]},{"name":"RESOURCEDISPLAYTYPE_SHAREADMIN","features":[458]},{"name":"RESOURCETYPE_ANY","features":[458]},{"name":"RESOURCETYPE_DISK","features":[458]},{"name":"RESOURCETYPE_PRINT","features":[458]},{"name":"RESOURCETYPE_RESERVED","features":[458]},{"name":"RESOURCETYPE_UNKNOWN","features":[458]},{"name":"RESOURCEUSAGE_ALL","features":[458]},{"name":"RESOURCEUSAGE_ATTACHED","features":[458]},{"name":"RESOURCEUSAGE_CONNECTABLE","features":[458]},{"name":"RESOURCEUSAGE_CONTAINER","features":[458]},{"name":"RESOURCEUSAGE_NOLOCALDEVICE","features":[458]},{"name":"RESOURCEUSAGE_NONE","features":[458]},{"name":"RESOURCEUSAGE_RESERVED","features":[458]},{"name":"RESOURCEUSAGE_SIBLING","features":[458]},{"name":"RESOURCE_CONNECTED","features":[458]},{"name":"RESOURCE_CONTEXT","features":[458]},{"name":"RESOURCE_GLOBALNET","features":[458]},{"name":"RESOURCE_RECENT","features":[458]},{"name":"RESOURCE_REMEMBERED","features":[458]},{"name":"UNC_INFO_LEVEL","features":[458]},{"name":"UNIVERSAL_NAME_INFOA","features":[458]},{"name":"UNIVERSAL_NAME_INFOW","features":[458]},{"name":"UNIVERSAL_NAME_INFO_LEVEL","features":[458]},{"name":"WNCON_DYNAMIC","features":[458]},{"name":"WNCON_FORNETCARD","features":[458]},{"name":"WNCON_NOTROUTED","features":[458]},{"name":"WNCON_SLOWLINK","features":[458]},{"name":"WNDN_MKDIR","features":[458]},{"name":"WNDN_MVDIR","features":[458]},{"name":"WNDN_RMDIR","features":[458]},{"name":"WNDT_NETWORK","features":[458]},{"name":"WNDT_NORMAL","features":[458]},{"name":"WNET_OPEN_ENUM_USAGE","features":[458]},{"name":"WNFMT_ABBREVIATED","features":[458]},{"name":"WNFMT_CONNECTION","features":[458]},{"name":"WNFMT_INENUM","features":[458]},{"name":"WNFMT_MULTILINE","features":[458]},{"name":"WNGETCON_CONNECTED","features":[458]},{"name":"WNGETCON_DISCONNECTED","features":[458]},{"name":"WNNC_ADMIN","features":[458]},{"name":"WNNC_ADM_DIRECTORYNOTIFY","features":[458]},{"name":"WNNC_ADM_GETDIRECTORYTYPE","features":[458]},{"name":"WNNC_CONNECTION","features":[458]},{"name":"WNNC_CONNECTION_FLAGS","features":[458]},{"name":"WNNC_CON_ADDCONNECTION","features":[458]},{"name":"WNNC_CON_ADDCONNECTION3","features":[458]},{"name":"WNNC_CON_ADDCONNECTION4","features":[458]},{"name":"WNNC_CON_CANCELCONNECTION","features":[458]},{"name":"WNNC_CON_CANCELCONNECTION2","features":[458]},{"name":"WNNC_CON_DEFER","features":[458]},{"name":"WNNC_CON_GETCONNECTIONS","features":[458]},{"name":"WNNC_CON_GETPERFORMANCE","features":[458]},{"name":"WNNC_DIALOG","features":[458]},{"name":"WNNC_DLG_DEVICEMODE","features":[458]},{"name":"WNNC_DLG_FORMATNETWORKNAME","features":[458]},{"name":"WNNC_DLG_GETRESOURCEINFORMATION","features":[458]},{"name":"WNNC_DLG_GETRESOURCEPARENT","features":[458]},{"name":"WNNC_DLG_PERMISSIONEDITOR","features":[458]},{"name":"WNNC_DLG_PROPERTYDIALOG","features":[458]},{"name":"WNNC_DLG_SEARCHDIALOG","features":[458]},{"name":"WNNC_DRIVER_VERSION","features":[458]},{"name":"WNNC_ENUMERATION","features":[458]},{"name":"WNNC_ENUM_CONTEXT","features":[458]},{"name":"WNNC_ENUM_GLOBAL","features":[458]},{"name":"WNNC_ENUM_LOCAL","features":[458]},{"name":"WNNC_ENUM_SHAREABLE","features":[458]},{"name":"WNNC_NET_NONE","features":[458]},{"name":"WNNC_NET_TYPE","features":[458]},{"name":"WNNC_SPEC_VERSION","features":[458]},{"name":"WNNC_SPEC_VERSION51","features":[458]},{"name":"WNNC_START","features":[458]},{"name":"WNNC_USER","features":[458]},{"name":"WNNC_USR_GETUSER","features":[458]},{"name":"WNNC_WAIT_FOR_START","features":[458]},{"name":"WNPERMC_AUDIT","features":[458]},{"name":"WNPERMC_OWNER","features":[458]},{"name":"WNPERMC_PERM","features":[458]},{"name":"WNPERM_DLG","features":[458]},{"name":"WNPERM_DLG_AUDIT","features":[458]},{"name":"WNPERM_DLG_OWNER","features":[458]},{"name":"WNPERM_DLG_PERM","features":[458]},{"name":"WNPS_DIR","features":[458]},{"name":"WNPS_FILE","features":[458]},{"name":"WNPS_MULT","features":[458]},{"name":"WNSRCH_REFRESH_FIRST_LEVEL","features":[458]},{"name":"WNTYPE_COMM","features":[458]},{"name":"WNTYPE_DRIVE","features":[458]},{"name":"WNTYPE_FILE","features":[458]},{"name":"WNTYPE_PRINTER","features":[458]},{"name":"WN_CREDENTIAL_CLASS","features":[458]},{"name":"WN_NETWORK_CLASS","features":[458]},{"name":"WN_NT_PASSWORD_CHANGED","features":[458]},{"name":"WN_PRIMARY_AUTHENT_CLASS","features":[458]},{"name":"WN_SERVICE_CLASS","features":[458]},{"name":"WN_VALID_LOGON_ACCOUNT","features":[458]},{"name":"WNetAddConnection2A","features":[307,458]},{"name":"WNetAddConnection2W","features":[307,458]},{"name":"WNetAddConnection3A","features":[307,458]},{"name":"WNetAddConnection3W","features":[307,458]},{"name":"WNetAddConnection4A","features":[307,458]},{"name":"WNetAddConnection4W","features":[307,458]},{"name":"WNetAddConnectionA","features":[307,458]},{"name":"WNetAddConnectionW","features":[307,458]},{"name":"WNetCancelConnection2A","features":[307,458]},{"name":"WNetCancelConnection2W","features":[307,458]},{"name":"WNetCancelConnectionA","features":[307,458]},{"name":"WNetCancelConnectionW","features":[307,458]},{"name":"WNetCloseEnum","features":[307,458]},{"name":"WNetConnectionDialog","features":[307,458]},{"name":"WNetConnectionDialog1A","features":[307,458]},{"name":"WNetConnectionDialog1W","features":[307,458]},{"name":"WNetDisconnectDialog","features":[307,458]},{"name":"WNetDisconnectDialog1A","features":[307,458]},{"name":"WNetDisconnectDialog1W","features":[307,458]},{"name":"WNetEnumResourceA","features":[307,458]},{"name":"WNetEnumResourceW","features":[307,458]},{"name":"WNetGetConnectionA","features":[307,458]},{"name":"WNetGetConnectionW","features":[307,458]},{"name":"WNetGetLastErrorA","features":[307,458]},{"name":"WNetGetLastErrorW","features":[307,458]},{"name":"WNetGetNetworkInformationA","features":[307,458]},{"name":"WNetGetNetworkInformationW","features":[307,458]},{"name":"WNetGetProviderNameA","features":[307,458]},{"name":"WNetGetProviderNameW","features":[307,458]},{"name":"WNetGetResourceInformationA","features":[307,458]},{"name":"WNetGetResourceInformationW","features":[307,458]},{"name":"WNetGetResourceParentA","features":[307,458]},{"name":"WNetGetResourceParentW","features":[307,458]},{"name":"WNetGetUniversalNameA","features":[307,458]},{"name":"WNetGetUniversalNameW","features":[307,458]},{"name":"WNetGetUserA","features":[307,458]},{"name":"WNetGetUserW","features":[307,458]},{"name":"WNetOpenEnumA","features":[307,458]},{"name":"WNetOpenEnumW","features":[307,458]},{"name":"WNetSetLastErrorA","features":[458]},{"name":"WNetSetLastErrorW","features":[458]},{"name":"WNetUseConnection4A","features":[307,458]},{"name":"WNetUseConnection4W","features":[307,458]},{"name":"WNetUseConnectionA","features":[307,458]},{"name":"WNetUseConnectionW","features":[307,458]}],"463":[{"name":"AUTHNEXTSTEP","features":[459]},{"name":"CancelRequest","features":[459]},{"name":"DAV_AUTHN_SCHEME_BASIC","features":[459]},{"name":"DAV_AUTHN_SCHEME_CERT","features":[459]},{"name":"DAV_AUTHN_SCHEME_DIGEST","features":[459]},{"name":"DAV_AUTHN_SCHEME_FBA","features":[459]},{"name":"DAV_AUTHN_SCHEME_NEGOTIATE","features":[459]},{"name":"DAV_AUTHN_SCHEME_NTLM","features":[459]},{"name":"DAV_AUTHN_SCHEME_PASSPORT","features":[459]},{"name":"DAV_CALLBACK_AUTH_BLOB","features":[459]},{"name":"DAV_CALLBACK_AUTH_UNP","features":[459]},{"name":"DAV_CALLBACK_CRED","features":[307,459]},{"name":"DavAddConnection","features":[307,459]},{"name":"DavCancelConnectionsToServer","features":[307,459]},{"name":"DavDeleteConnection","features":[307,459]},{"name":"DavFlushFile","features":[307,459]},{"name":"DavGetExtendedError","features":[307,459]},{"name":"DavGetHTTPFromUNCPath","features":[459]},{"name":"DavGetTheLockOwnerOfTheFile","features":[459]},{"name":"DavGetUNCFromHTTPPath","features":[459]},{"name":"DavInvalidateCache","features":[459]},{"name":"DavRegisterAuthCallback","features":[307,459]},{"name":"DavUnregisterAuthCallback","features":[459]},{"name":"DefaultBehavior","features":[459]},{"name":"PFNDAVAUTHCALLBACK","features":[307,459]},{"name":"PFNDAVAUTHCALLBACK_FREECRED","features":[459]},{"name":"RetryRequest","features":[459]}],"464":[{"name":"CH_DESCRIPTION_TYPE","features":[460]},{"name":"DEVPKEY_InfraCast_AccessPointBssid","features":[305,460]},{"name":"DEVPKEY_InfraCast_ChallengeAep","features":[305,460]},{"name":"DEVPKEY_InfraCast_DevnodeAep","features":[305,460]},{"name":"DEVPKEY_InfraCast_HostName_ResolutionMode","features":[305,460]},{"name":"DEVPKEY_InfraCast_PinSupported","features":[305,460]},{"name":"DEVPKEY_InfraCast_RtspTcpConnectionParametersSupported","features":[305,460]},{"name":"DEVPKEY_InfraCast_SinkHostName","features":[305,460]},{"name":"DEVPKEY_InfraCast_SinkIpAddress","features":[305,460]},{"name":"DEVPKEY_InfraCast_StreamSecuritySupported","features":[305,460]},{"name":"DEVPKEY_InfraCast_Supported","features":[305,460]},{"name":"DEVPKEY_PciDevice_AERCapabilityPresent","features":[305,460]},{"name":"DEVPKEY_PciDevice_AcsCapabilityRegister","features":[305,460]},{"name":"DEVPKEY_PciDevice_AcsCompatibleUpHierarchy","features":[305,460]},{"name":"DEVPKEY_PciDevice_AcsSupport","features":[305,460]},{"name":"DEVPKEY_PciDevice_AriSupport","features":[305,460]},{"name":"DEVPKEY_PciDevice_AtomicsSupported","features":[305,460]},{"name":"DEVPKEY_PciDevice_AtsSupport","features":[305,460]},{"name":"DEVPKEY_PciDevice_BarTypes","features":[305,460]},{"name":"DEVPKEY_PciDevice_BaseClass","features":[305,460]},{"name":"DEVPKEY_PciDevice_Correctable_Error_Mask","features":[305,460]},{"name":"DEVPKEY_PciDevice_CurrentLinkSpeed","features":[305,460]},{"name":"DEVPKEY_PciDevice_CurrentLinkWidth","features":[305,460]},{"name":"DEVPKEY_PciDevice_CurrentPayloadSize","features":[305,460]},{"name":"DEVPKEY_PciDevice_CurrentSpeedAndMode","features":[305,460]},{"name":"DEVPKEY_PciDevice_D3ColdSupport","features":[305,460]},{"name":"DEVPKEY_PciDevice_DeviceType","features":[305,460]},{"name":"DEVPKEY_PciDevice_ECRC_Errors","features":[305,460]},{"name":"DEVPKEY_PciDevice_Error_Reporting","features":[305,460]},{"name":"DEVPKEY_PciDevice_ExpressSpecVersion","features":[305,460]},{"name":"DEVPKEY_PciDevice_FirmwareErrorHandling","features":[305,460]},{"name":"DEVPKEY_PciDevice_InterruptMessageMaximum","features":[305,460]},{"name":"DEVPKEY_PciDevice_InterruptSupport","features":[305,460]},{"name":"DEVPKEY_PciDevice_Label_Id","features":[305,460]},{"name":"DEVPKEY_PciDevice_Label_String","features":[305,460]},{"name":"DEVPKEY_PciDevice_MaxLinkSpeed","features":[305,460]},{"name":"DEVPKEY_PciDevice_MaxLinkWidth","features":[305,460]},{"name":"DEVPKEY_PciDevice_MaxPayloadSize","features":[305,460]},{"name":"DEVPKEY_PciDevice_MaxReadRequestSize","features":[305,460]},{"name":"DEVPKEY_PciDevice_OnPostPath","features":[305,460]},{"name":"DEVPKEY_PciDevice_ParentSerialNumber","features":[305,460]},{"name":"DEVPKEY_PciDevice_ProgIf","features":[305,460]},{"name":"DEVPKEY_PciDevice_RequiresReservedMemoryRegion","features":[305,460]},{"name":"DEVPKEY_PciDevice_RootError_Reporting","features":[305,460]},{"name":"DEVPKEY_PciDevice_S0WakeupSupported","features":[305,460]},{"name":"DEVPKEY_PciDevice_SerialNumber","features":[305,460]},{"name":"DEVPKEY_PciDevice_SriovSupport","features":[305,460]},{"name":"DEVPKEY_PciDevice_SubClass","features":[305,460]},{"name":"DEVPKEY_PciDevice_SupportedLinkSubState","features":[305,460]},{"name":"DEVPKEY_PciDevice_Uncorrectable_Error_Mask","features":[305,460]},{"name":"DEVPKEY_PciDevice_Uncorrectable_Error_Severity","features":[305,460]},{"name":"DEVPKEY_PciDevice_UsbComponentRelation","features":[305,460]},{"name":"DEVPKEY_PciDevice_UsbDvsecPortSpecificAttributes","features":[305,460]},{"name":"DEVPKEY_PciDevice_UsbDvsecPortType","features":[305,460]},{"name":"DEVPKEY_PciDevice_UsbHostRouterName","features":[305,460]},{"name":"DEVPKEY_PciRootBus_ASPMSupport","features":[305,460]},{"name":"DEVPKEY_PciRootBus_ClockPowerManagementSupport","features":[305,460]},{"name":"DEVPKEY_PciRootBus_CurrentSpeedAndMode","features":[305,460]},{"name":"DEVPKEY_PciRootBus_DeviceIDMessagingCapable","features":[305,460]},{"name":"DEVPKEY_PciRootBus_ExtendedConfigAvailable","features":[305,460]},{"name":"DEVPKEY_PciRootBus_ExtendedPCIConfigOpRegionSupport","features":[305,460]},{"name":"DEVPKEY_PciRootBus_MSISupport","features":[305,460]},{"name":"DEVPKEY_PciRootBus_NativePciExpressControl","features":[305,460]},{"name":"DEVPKEY_PciRootBus_PCIExpressAERControl","features":[305,460]},{"name":"DEVPKEY_PciRootBus_PCIExpressCapabilityControl","features":[305,460]},{"name":"DEVPKEY_PciRootBus_PCIExpressNativeHotPlugControl","features":[305,460]},{"name":"DEVPKEY_PciRootBus_PCIExpressNativePMEControl","features":[305,460]},{"name":"DEVPKEY_PciRootBus_PCISegmentGroupsSupport","features":[305,460]},{"name":"DEVPKEY_PciRootBus_SHPCNativeHotPlugControl","features":[305,460]},{"name":"DEVPKEY_PciRootBus_SecondaryBusWidth","features":[305,460]},{"name":"DEVPKEY_PciRootBus_SecondaryInterface","features":[305,460]},{"name":"DEVPKEY_PciRootBus_SupportedSpeedsAndModes","features":[305,460]},{"name":"DEVPKEY_PciRootBus_SystemMsiSupport","features":[305,460]},{"name":"DEVPKEY_WiFiDirectServices_AdvertisementId","features":[305,460]},{"name":"DEVPKEY_WiFiDirectServices_RequestServiceInformation","features":[305,460]},{"name":"DEVPKEY_WiFiDirectServices_ServiceAddress","features":[305,460]},{"name":"DEVPKEY_WiFiDirectServices_ServiceConfigMethods","features":[305,460]},{"name":"DEVPKEY_WiFiDirectServices_ServiceInformation","features":[305,460]},{"name":"DEVPKEY_WiFiDirectServices_ServiceName","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_DeviceAddress","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_DeviceAddressCopy","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_FoundWsbService","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_GroupId","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_InformationElements","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_InterfaceAddress","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_InterfaceGuid","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_IsConnected","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_IsDMGCapable","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_IsLegacyDevice","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_IsMiracastLCPSupported","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_IsRecentlyAssociated","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_IsVisible","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_LinkQuality","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_MiracastVersion","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_Miracast_SessionMgmtControlPort","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_NoMiracastAutoProject","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_RtspTcpConnectionParametersSupported","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_Service_Aeps","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_Services","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_SupportedChannelList","features":[305,460]},{"name":"DEVPKEY_WiFiDirect_TransientAssociation","features":[305,460]},{"name":"DEVPKEY_WiFi_InterfaceGuid","features":[305,460]},{"name":"DEVPROP_PCIDEVICE_ACSCOMPATIBLEUPHIERARCHY","features":[460]},{"name":"DEVPROP_PCIDEVICE_ACSSUPPORT","features":[460]},{"name":"DEVPROP_PCIDEVICE_CURRENTSPEEDANDMODE","features":[460]},{"name":"DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE","features":[460]},{"name":"DEVPROP_PCIDEVICE_INTERRUPTTYPE","features":[460]},{"name":"DEVPROP_PCIDEVICE_SRIOVSUPPORT","features":[460]},{"name":"DEVPROP_PCIEXPRESSDEVICE_LINKSPEED","features":[460]},{"name":"DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH","features":[460]},{"name":"DEVPROP_PCIEXPRESSDEVICE_PAYLOADORREQUESTSIZE","features":[460]},{"name":"DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION","features":[460]},{"name":"DEVPROP_PCIROOTBUS_BUSWIDTH","features":[460]},{"name":"DEVPROP_PCIROOTBUS_CURRENTSPEEDANDMODE","features":[460]},{"name":"DEVPROP_PCIROOTBUS_SECONDARYINTERFACE","features":[460]},{"name":"DEVPROP_PCIROOTBUS_SUPPORTEDSPEEDSANDMODES","features":[460]},{"name":"DISCOVERY_FILTER_BITMASK_ANY","features":[460]},{"name":"DISCOVERY_FILTER_BITMASK_DEVICE","features":[460]},{"name":"DISCOVERY_FILTER_BITMASK_GO","features":[460]},{"name":"DOT11EXTIHV_ADAPTER_RESET","features":[307,460]},{"name":"DOT11EXTIHV_CONTROL","features":[307,460]},{"name":"DOT11EXTIHV_CREATE_DISCOVERY_PROFILES","features":[307,460,461]},{"name":"DOT11EXTIHV_DEINIT_ADAPTER","features":[307,460]},{"name":"DOT11EXTIHV_DEINIT_SERVICE","features":[460]},{"name":"DOT11EXTIHV_GET_VERSION_INFO","features":[460]},{"name":"DOT11EXTIHV_INIT_ADAPTER","features":[307,460]},{"name":"DOT11EXTIHV_INIT_SERVICE","features":[307,321,460,461,462]},{"name":"DOT11EXTIHV_INIT_VIRTUAL_STATION","features":[307,460]},{"name":"DOT11EXTIHV_IS_UI_REQUEST_PENDING","features":[307,460]},{"name":"DOT11EXTIHV_ONEX_INDICATE_RESULT","features":[307,460,461]},{"name":"DOT11EXTIHV_PERFORM_CAPABILITY_MATCH","features":[307,460,461]},{"name":"DOT11EXTIHV_PERFORM_POST_ASSOCIATE","features":[307,321,460]},{"name":"DOT11EXTIHV_PERFORM_PRE_ASSOCIATE","features":[307,460,461]},{"name":"DOT11EXTIHV_PROCESS_SESSION_CHANGE","features":[460,462]},{"name":"DOT11EXTIHV_PROCESS_UI_RESPONSE","features":[460]},{"name":"DOT11EXTIHV_QUERY_UI_REQUEST","features":[307,460]},{"name":"DOT11EXTIHV_RECEIVE_INDICATION","features":[307,460]},{"name":"DOT11EXTIHV_RECEIVE_PACKET","features":[307,460]},{"name":"DOT11EXTIHV_SEND_PACKET_COMPLETION","features":[307,460]},{"name":"DOT11EXTIHV_STOP_POST_ASSOCIATE","features":[307,460]},{"name":"DOT11EXTIHV_VALIDATE_PROFILE","features":[307,460,461]},{"name":"DOT11EXT_ALLOCATE_BUFFER","features":[460]},{"name":"DOT11EXT_APIS","features":[307,321,460,461]},{"name":"DOT11EXT_FREE_BUFFER","features":[460]},{"name":"DOT11EXT_GET_PROFILE_CUSTOM_USER_DATA","features":[307,460]},{"name":"DOT11EXT_IHV_CONNECTION_PHASE","features":[460]},{"name":"DOT11EXT_IHV_CONNECTIVITY_PROFILE","features":[460]},{"name":"DOT11EXT_IHV_DISCOVERY_PROFILE","features":[307,460]},{"name":"DOT11EXT_IHV_DISCOVERY_PROFILE_LIST","features":[307,460]},{"name":"DOT11EXT_IHV_HANDLERS","features":[307,321,460,461,462]},{"name":"DOT11EXT_IHV_INDICATION_TYPE","features":[460]},{"name":"DOT11EXT_IHV_PARAMS","features":[307,460,461]},{"name":"DOT11EXT_IHV_PROFILE_PARAMS","features":[307,460,461]},{"name":"DOT11EXT_IHV_SECURITY_PROFILE","features":[307,460]},{"name":"DOT11EXT_IHV_SSID_LIST","features":[460]},{"name":"DOT11EXT_IHV_UI_REQUEST","features":[460]},{"name":"DOT11EXT_NIC_SPECIFIC_EXTENSION","features":[307,460]},{"name":"DOT11EXT_ONEX_START","features":[307,460,461]},{"name":"DOT11EXT_ONEX_STOP","features":[307,460]},{"name":"DOT11EXT_POST_ASSOCIATE_COMPLETION","features":[307,460]},{"name":"DOT11EXT_PRE_ASSOCIATE_COMPLETION","features":[307,460]},{"name":"DOT11EXT_PROCESS_ONEX_PACKET","features":[307,460]},{"name":"DOT11EXT_PSK_MAX_LENGTH","features":[460]},{"name":"DOT11EXT_QUERY_VIRTUAL_STATION_PROPERTIES","features":[307,460]},{"name":"DOT11EXT_RELEASE_VIRTUAL_STATION","features":[307,460]},{"name":"DOT11EXT_REQUEST_VIRTUAL_STATION","features":[307,460]},{"name":"DOT11EXT_SEND_NOTIFICATION","features":[307,460]},{"name":"DOT11EXT_SEND_PACKET","features":[307,460]},{"name":"DOT11EXT_SEND_UI_REQUEST","features":[307,460]},{"name":"DOT11EXT_SET_AUTH_ALGORITHM","features":[307,460]},{"name":"DOT11EXT_SET_CURRENT_PROFILE","features":[307,460]},{"name":"DOT11EXT_SET_DEFAULT_KEY","features":[307,321,460]},{"name":"DOT11EXT_SET_DEFAULT_KEY_ID","features":[307,460]},{"name":"DOT11EXT_SET_ETHERTYPE_HANDLING","features":[307,460]},{"name":"DOT11EXT_SET_EXCLUDE_UNENCRYPTED","features":[307,460]},{"name":"DOT11EXT_SET_KEY_MAPPING_KEY","features":[307,460]},{"name":"DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM","features":[307,460]},{"name":"DOT11EXT_SET_PROFILE_CUSTOM_USER_DATA","features":[307,460]},{"name":"DOT11EXT_SET_UNICAST_CIPHER_ALGORITHM","features":[307,460]},{"name":"DOT11EXT_SET_VIRTUAL_STATION_AP_PROPERTIES","features":[307,460]},{"name":"DOT11EXT_VIRTUAL_STATION_APIS","features":[307,460]},{"name":"DOT11EXT_VIRTUAL_STATION_AP_PROPERTY","features":[307,460]},{"name":"DOT11_ACCESSNETWORKOPTIONS","features":[460]},{"name":"DOT11_AC_PARAM","features":[460]},{"name":"DOT11_ADAPTER","features":[460]},{"name":"DOT11_ADDITIONAL_IE","features":[321,460]},{"name":"DOT11_ADDITIONAL_IE_REVISION_1","features":[460]},{"name":"DOT11_ADHOC_AUTH_ALGORITHM","features":[460]},{"name":"DOT11_ADHOC_AUTH_ALGO_80211_OPEN","features":[460]},{"name":"DOT11_ADHOC_AUTH_ALGO_INVALID","features":[460]},{"name":"DOT11_ADHOC_AUTH_ALGO_RSNA_PSK","features":[460]},{"name":"DOT11_ADHOC_CIPHER_ALGORITHM","features":[460]},{"name":"DOT11_ADHOC_CIPHER_ALGO_CCMP","features":[460]},{"name":"DOT11_ADHOC_CIPHER_ALGO_INVALID","features":[460]},{"name":"DOT11_ADHOC_CIPHER_ALGO_NONE","features":[460]},{"name":"DOT11_ADHOC_CIPHER_ALGO_WEP","features":[460]},{"name":"DOT11_ADHOC_CONNECT_FAIL_DOMAIN_MISMATCH","features":[460]},{"name":"DOT11_ADHOC_CONNECT_FAIL_OTHER","features":[460]},{"name":"DOT11_ADHOC_CONNECT_FAIL_PASSPHRASE_MISMATCH","features":[460]},{"name":"DOT11_ADHOC_CONNECT_FAIL_REASON","features":[460]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS","features":[460]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTED","features":[460]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTING","features":[460]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_DISCONNECTED","features":[460]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_FORMED","features":[460]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_INVALID","features":[460]},{"name":"DOT11_ANQP_QUERY_COMPLETE_PARAMETERS","features":[307,321,460]},{"name":"DOT11_ANQP_QUERY_COMPLETE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_ANQP_QUERY_RESULT","features":[460]},{"name":"DOT11_AP_JOIN_REQUEST","features":[460]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS","features":[307,321,460]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS_REVISION_2","features":[460]},{"name":"DOT11_ASSOCIATION_INFO_EX","features":[460]},{"name":"DOT11_ASSOCIATION_INFO_LIST","features":[321,460]},{"name":"DOT11_ASSOCIATION_INFO_LIST_REVISION_1","features":[460]},{"name":"DOT11_ASSOCIATION_PARAMS","features":[321,460]},{"name":"DOT11_ASSOCIATION_PARAMS_REVISION_1","features":[460]},{"name":"DOT11_ASSOCIATION_START_PARAMETERS","features":[321,460]},{"name":"DOT11_ASSOCIATION_START_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_ASSOCIATION_STATE","features":[460]},{"name":"DOT11_ASSOC_ERROR_SOURCE_OS","features":[460]},{"name":"DOT11_ASSOC_ERROR_SOURCE_OTHER","features":[460]},{"name":"DOT11_ASSOC_ERROR_SOURCE_REMOTE","features":[460]},{"name":"DOT11_ASSOC_STATUS_SUCCESS","features":[460]},{"name":"DOT11_AUTH_ALGORITHM","features":[460]},{"name":"DOT11_AUTH_ALGORITHM_LIST","features":[321,460]},{"name":"DOT11_AUTH_ALGORITHM_LIST_REVISION_1","features":[460]},{"name":"DOT11_AUTH_ALGO_80211_OPEN","features":[460]},{"name":"DOT11_AUTH_ALGO_80211_SHARED_KEY","features":[460]},{"name":"DOT11_AUTH_ALGO_IHV_END","features":[460]},{"name":"DOT11_AUTH_ALGO_IHV_START","features":[460]},{"name":"DOT11_AUTH_ALGO_MICHAEL","features":[460]},{"name":"DOT11_AUTH_ALGO_OWE","features":[460]},{"name":"DOT11_AUTH_ALGO_RSNA","features":[460]},{"name":"DOT11_AUTH_ALGO_RSNA_PSK","features":[460]},{"name":"DOT11_AUTH_ALGO_WPA","features":[460]},{"name":"DOT11_AUTH_ALGO_WPA3","features":[460]},{"name":"DOT11_AUTH_ALGO_WPA3_ENT","features":[460]},{"name":"DOT11_AUTH_ALGO_WPA3_ENT_192","features":[460]},{"name":"DOT11_AUTH_ALGO_WPA3_SAE","features":[460]},{"name":"DOT11_AUTH_ALGO_WPA_NONE","features":[460]},{"name":"DOT11_AUTH_ALGO_WPA_PSK","features":[460]},{"name":"DOT11_AUTH_CIPHER_PAIR","features":[460]},{"name":"DOT11_AUTH_CIPHER_PAIR_LIST","features":[321,460]},{"name":"DOT11_AUTH_CIPHER_PAIR_LIST_REVISION_1","features":[460]},{"name":"DOT11_AVAILABLE_CHANNEL_LIST","features":[321,460]},{"name":"DOT11_AVAILABLE_CHANNEL_LIST_REVISION_1","features":[460]},{"name":"DOT11_AVAILABLE_FREQUENCY_LIST","features":[321,460]},{"name":"DOT11_AVAILABLE_FREQUENCY_LIST_REVISION_1","features":[460]},{"name":"DOT11_BAND","features":[460]},{"name":"DOT11_BSSID_CANDIDATE","features":[460]},{"name":"DOT11_BSSID_LIST","features":[321,460]},{"name":"DOT11_BSSID_LIST_REVISION_1","features":[460]},{"name":"DOT11_BSS_DESCRIPTION","features":[460]},{"name":"DOT11_BSS_ENTRY","features":[307,460]},{"name":"DOT11_BSS_ENTRY_BYTE_ARRAY_REVISION_1","features":[460]},{"name":"DOT11_BSS_ENTRY_PHY_SPECIFIC_INFO","features":[460]},{"name":"DOT11_BSS_LIST","features":[460]},{"name":"DOT11_BSS_TYPE","features":[460]},{"name":"DOT11_BYTE_ARRAY","features":[321,460]},{"name":"DOT11_CAN_SUSTAIN_AP_PARAMETERS","features":[321,460]},{"name":"DOT11_CAN_SUSTAIN_AP_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_CAN_SUSTAIN_AP_REASON_IHV_END","features":[460]},{"name":"DOT11_CAN_SUSTAIN_AP_REASON_IHV_START","features":[460]},{"name":"DOT11_CAPABILITY_CHANNEL_AGILITY","features":[460]},{"name":"DOT11_CAPABILITY_DSSSOFDM","features":[460]},{"name":"DOT11_CAPABILITY_INFO_CF_POLLABLE","features":[460]},{"name":"DOT11_CAPABILITY_INFO_CF_POLL_REQ","features":[460]},{"name":"DOT11_CAPABILITY_INFO_ESS","features":[460]},{"name":"DOT11_CAPABILITY_INFO_IBSS","features":[460]},{"name":"DOT11_CAPABILITY_INFO_PRIVACY","features":[460]},{"name":"DOT11_CAPABILITY_PBCC","features":[460]},{"name":"DOT11_CAPABILITY_SHORT_PREAMBLE","features":[460]},{"name":"DOT11_CAPABILITY_SHORT_SLOT_TIME","features":[460]},{"name":"DOT11_CCA_MODE_CS_ONLY","features":[460]},{"name":"DOT11_CCA_MODE_CS_WITH_TIMER","features":[460]},{"name":"DOT11_CCA_MODE_ED_ONLY","features":[460]},{"name":"DOT11_CCA_MODE_ED_and_CS","features":[460]},{"name":"DOT11_CCA_MODE_HRCS_AND_ED","features":[460]},{"name":"DOT11_CHANNEL_HINT","features":[460]},{"name":"DOT11_CIPHER_ALGORITHM","features":[460]},{"name":"DOT11_CIPHER_ALGORITHM_LIST","features":[321,460]},{"name":"DOT11_CIPHER_ALGORITHM_LIST_REVISION_1","features":[460]},{"name":"DOT11_CIPHER_ALGO_BIP","features":[460]},{"name":"DOT11_CIPHER_ALGO_BIP_CMAC_256","features":[460]},{"name":"DOT11_CIPHER_ALGO_BIP_GMAC_128","features":[460]},{"name":"DOT11_CIPHER_ALGO_BIP_GMAC_256","features":[460]},{"name":"DOT11_CIPHER_ALGO_CCMP","features":[460]},{"name":"DOT11_CIPHER_ALGO_CCMP_256","features":[460]},{"name":"DOT11_CIPHER_ALGO_GCMP","features":[460]},{"name":"DOT11_CIPHER_ALGO_GCMP_256","features":[460]},{"name":"DOT11_CIPHER_ALGO_IHV_END","features":[460]},{"name":"DOT11_CIPHER_ALGO_IHV_START","features":[460]},{"name":"DOT11_CIPHER_ALGO_NONE","features":[460]},{"name":"DOT11_CIPHER_ALGO_RSN_USE_GROUP","features":[460]},{"name":"DOT11_CIPHER_ALGO_TKIP","features":[460]},{"name":"DOT11_CIPHER_ALGO_WEP","features":[460]},{"name":"DOT11_CIPHER_ALGO_WEP104","features":[460]},{"name":"DOT11_CIPHER_ALGO_WEP40","features":[460]},{"name":"DOT11_CIPHER_ALGO_WPA_USE_GROUP","features":[460]},{"name":"DOT11_CIPHER_DEFAULT_KEY_VALUE","features":[307,321,460]},{"name":"DOT11_CIPHER_DEFAULT_KEY_VALUE_REVISION_1","features":[460]},{"name":"DOT11_CIPHER_KEY_MAPPING_KEY_VALUE","features":[307,460]},{"name":"DOT11_CIPHER_KEY_MAPPING_KEY_VALUE_BYTE_ARRAY_REVISION_1","features":[460]},{"name":"DOT11_CONF_ALGO_TKIP","features":[460]},{"name":"DOT11_CONF_ALGO_WEP_RC4","features":[460]},{"name":"DOT11_CONNECTION_COMPLETION_PARAMETERS","features":[321,460]},{"name":"DOT11_CONNECTION_COMPLETION_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_CONNECTION_START_PARAMETERS","features":[321,460]},{"name":"DOT11_CONNECTION_START_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_CONNECTION_STATUS_SUCCESS","features":[460]},{"name":"DOT11_COUNTERS_ENTRY","features":[460]},{"name":"DOT11_COUNTRY_OR_REGION_STRING_LIST","features":[321,460]},{"name":"DOT11_COUNTRY_OR_REGION_STRING_LIST_REVISION_1","features":[460]},{"name":"DOT11_CURRENT_OFFLOAD_CAPABILITY","features":[460]},{"name":"DOT11_CURRENT_OPERATION_MODE","features":[460]},{"name":"DOT11_CURRENT_OPTIONAL_CAPABILITY","features":[307,460]},{"name":"DOT11_DATA_RATE_MAPPING_ENTRY","features":[460]},{"name":"DOT11_DATA_RATE_MAPPING_TABLE","features":[321,460]},{"name":"DOT11_DATA_RATE_MAPPING_TABLE_REVISION_1","features":[460]},{"name":"DOT11_DEFAULT_WEP_OFFLOAD","features":[307,460]},{"name":"DOT11_DEFAULT_WEP_UPLOAD","features":[307,460]},{"name":"DOT11_DEVICE_ENTRY_BYTE_ARRAY_REVISION_1","features":[460]},{"name":"DOT11_DIRECTION","features":[460]},{"name":"DOT11_DIR_BOTH","features":[460]},{"name":"DOT11_DIR_INBOUND","features":[460]},{"name":"DOT11_DIR_OUTBOUND","features":[460]},{"name":"DOT11_DISASSOCIATE_PEER_REQUEST","features":[321,460]},{"name":"DOT11_DISASSOCIATE_PEER_REQUEST_REVISION_1","features":[460]},{"name":"DOT11_DISASSOCIATION_PARAMETERS","features":[321,460]},{"name":"DOT11_DISASSOCIATION_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_DIVERSITY_SELECTION_RX","features":[307,460]},{"name":"DOT11_DIVERSITY_SELECTION_RX_LIST","features":[307,460]},{"name":"DOT11_DIVERSITY_SUPPORT","features":[460]},{"name":"DOT11_DS_CHANGED","features":[460]},{"name":"DOT11_DS_INFO","features":[460]},{"name":"DOT11_DS_UNCHANGED","features":[460]},{"name":"DOT11_DS_UNKNOWN","features":[460]},{"name":"DOT11_EAP_RESULT","features":[460,461]},{"name":"DOT11_ENCAP_802_1H","features":[460]},{"name":"DOT11_ENCAP_ENTRY","features":[460]},{"name":"DOT11_ENCAP_RFC_1042","features":[460]},{"name":"DOT11_ERP_PHY_ATTRIBUTES","features":[307,460]},{"name":"DOT11_EXEMPT_ALWAYS","features":[460]},{"name":"DOT11_EXEMPT_BOTH","features":[460]},{"name":"DOT11_EXEMPT_MULTICAST","features":[460]},{"name":"DOT11_EXEMPT_NO_EXEMPTION","features":[460]},{"name":"DOT11_EXEMPT_ON_KEY_MAPPING_KEY_UNAVAILABLE","features":[460]},{"name":"DOT11_EXEMPT_UNICAST","features":[460]},{"name":"DOT11_EXTAP_ATTRIBUTES","features":[307,321,460]},{"name":"DOT11_EXTAP_ATTRIBUTES_REVISION_1","features":[460]},{"name":"DOT11_EXTAP_RECV_CONTEXT_REVISION_1","features":[460]},{"name":"DOT11_EXTAP_SEND_CONTEXT_REVISION_1","features":[460]},{"name":"DOT11_EXTSTA_ATTRIBUTES","features":[307,321,460]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_1","features":[460]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_2","features":[460]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_3","features":[460]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_4","features":[460]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_CERTIFIED","features":[460]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_OID_SUPPORTED","features":[460]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_RESERVED","features":[460]},{"name":"DOT11_EXTSTA_CAPABILITY","features":[321,460]},{"name":"DOT11_EXTSTA_CAPABILITY_REVISION_1","features":[460]},{"name":"DOT11_EXTSTA_RECV_CONTEXT","features":[321,460]},{"name":"DOT11_EXTSTA_RECV_CONTEXT_REVISION_1","features":[460]},{"name":"DOT11_EXTSTA_SEND_CONTEXT","features":[321,460]},{"name":"DOT11_EXTSTA_SEND_CONTEXT_REVISION_1","features":[460]},{"name":"DOT11_FLAGS_80211B_CHANNEL_AGILITY","features":[460]},{"name":"DOT11_FLAGS_80211B_PBCC","features":[460]},{"name":"DOT11_FLAGS_80211B_SHORT_PREAMBLE","features":[460]},{"name":"DOT11_FLAGS_80211G_BARKER_PREAMBLE_MODE","features":[460]},{"name":"DOT11_FLAGS_80211G_DSSS_OFDM","features":[460]},{"name":"DOT11_FLAGS_80211G_NON_ERP_PRESENT","features":[460]},{"name":"DOT11_FLAGS_80211G_USE_PROTECTION","features":[460]},{"name":"DOT11_FLAGS_PS_ON","features":[460]},{"name":"DOT11_FRAGMENT_DESCRIPTOR","features":[460]},{"name":"DOT11_FREQUENCY_BANDS_LOWER","features":[460]},{"name":"DOT11_FREQUENCY_BANDS_MIDDLE","features":[460]},{"name":"DOT11_FREQUENCY_BANDS_UPPER","features":[460]},{"name":"DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS","features":[321,460]},{"name":"DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_GO_NEGOTIATION_REQUEST_SEND_COMPLETE_PARAMETERS","features":[321,460]},{"name":"DOT11_GO_NEGOTIATION_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_GO_NEGOTIATION_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[321,460]},{"name":"DOT11_GO_NEGOTIATION_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_HESSID_LENGTH","features":[460]},{"name":"DOT11_HOPPING_PATTERN_ENTRY","features":[460]},{"name":"DOT11_HOPPING_PATTERN_ENTRY_LIST","features":[460]},{"name":"DOT11_HOP_ALGO_ADOPTED","features":[460]},{"name":"DOT11_HRDSSS_PHY_ATTRIBUTES","features":[307,460]},{"name":"DOT11_HR_CCA_MODE_CS_AND_ED","features":[460]},{"name":"DOT11_HR_CCA_MODE_CS_ONLY","features":[460]},{"name":"DOT11_HR_CCA_MODE_CS_WITH_TIMER","features":[460]},{"name":"DOT11_HR_CCA_MODE_ED_ONLY","features":[460]},{"name":"DOT11_HR_CCA_MODE_HRCS_AND_ED","features":[460]},{"name":"DOT11_HW_DEFRAGMENTATION_SUPPORTED","features":[460]},{"name":"DOT11_HW_FRAGMENTATION_SUPPORTED","features":[460]},{"name":"DOT11_HW_MSDU_AUTH_SUPPORTED_RX","features":[460]},{"name":"DOT11_HW_MSDU_AUTH_SUPPORTED_TX","features":[460]},{"name":"DOT11_HW_WEP_SUPPORTED_RX","features":[460]},{"name":"DOT11_HW_WEP_SUPPORTED_TX","features":[460]},{"name":"DOT11_IBSS_PARAMS","features":[307,321,460]},{"name":"DOT11_IBSS_PARAMS_REVISION_1","features":[460]},{"name":"DOT11_IHV_VERSION_INFO","features":[460]},{"name":"DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS","features":[307,321,460]},{"name":"DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_INCOMING_ASSOC_DECISION","features":[307,321,460]},{"name":"DOT11_INCOMING_ASSOC_DECISION_REVISION_1","features":[460]},{"name":"DOT11_INCOMING_ASSOC_DECISION_REVISION_2","features":[460]},{"name":"DOT11_INCOMING_ASSOC_DECISION_V2","features":[307,321,460]},{"name":"DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS","features":[307,321,460]},{"name":"DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_INCOMING_ASSOC_STARTED_PARAMETERS","features":[321,460]},{"name":"DOT11_INCOMING_ASSOC_STARTED_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_INVALID_CHANNEL_NUMBER","features":[460]},{"name":"DOT11_INVITATION_REQUEST_SEND_COMPLETE_PARAMETERS","features":[321,460]},{"name":"DOT11_INVITATION_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_INVITATION_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[321,460]},{"name":"DOT11_INVITATION_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_IV48_COUNTER","features":[460]},{"name":"DOT11_JOIN_REQUEST","features":[460]},{"name":"DOT11_KEY_ALGO_BIP","features":[460]},{"name":"DOT11_KEY_ALGO_BIP_GMAC_256","features":[460]},{"name":"DOT11_KEY_ALGO_CCMP","features":[460]},{"name":"DOT11_KEY_ALGO_GCMP","features":[460]},{"name":"DOT11_KEY_ALGO_GCMP_256","features":[460]},{"name":"DOT11_KEY_ALGO_TKIP_MIC","features":[460]},{"name":"DOT11_KEY_DIRECTION","features":[460]},{"name":"DOT11_LINK_QUALITY_ENTRY","features":[460]},{"name":"DOT11_LINK_QUALITY_PARAMETERS","features":[321,460]},{"name":"DOT11_LINK_QUALITY_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_MAC_ADDRESS_LIST","features":[321,460]},{"name":"DOT11_MAC_ADDRESS_LIST_REVISION_1","features":[460]},{"name":"DOT11_MAC_FRAME_STATISTICS","features":[460]},{"name":"DOT11_MAC_INFO","features":[460]},{"name":"DOT11_MAC_PARAMETERS","features":[321,460]},{"name":"DOT11_MAC_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_MANUFACTURING_CALLBACK_PARAMETERS","features":[321,460]},{"name":"DOT11_MANUFACTURING_CALLBACK_REVISION_1","features":[460]},{"name":"DOT11_MANUFACTURING_CALLBACK_TYPE","features":[460]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_QUERY_ADC","features":[460]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_RX","features":[307,460]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_TX","features":[307,460]},{"name":"DOT11_MANUFACTURING_SELF_TEST_QUERY_RESULTS","features":[307,460]},{"name":"DOT11_MANUFACTURING_SELF_TEST_SET_PARAMS","features":[460]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE","features":[460]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_BT_COEXISTENCE","features":[460]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_INTERFACE","features":[460]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_RF_INTERFACE","features":[460]},{"name":"DOT11_MANUFACTURING_TEST","features":[460]},{"name":"DOT11_MANUFACTURING_TEST_QUERY_DATA","features":[460]},{"name":"DOT11_MANUFACTURING_TEST_REVISION_1","features":[460]},{"name":"DOT11_MANUFACTURING_TEST_SET_DATA","features":[460]},{"name":"DOT11_MANUFACTURING_TEST_SLEEP","features":[460]},{"name":"DOT11_MANUFACTURING_TEST_TYPE","features":[460]},{"name":"DOT11_MAX_CHANNEL_HINTS","features":[460]},{"name":"DOT11_MAX_NUM_DEFAULT_KEY","features":[460]},{"name":"DOT11_MAX_NUM_DEFAULT_KEY_MFP","features":[460]},{"name":"DOT11_MAX_NUM_OF_FRAGMENTS","features":[460]},{"name":"DOT11_MAX_PDU_SIZE","features":[460]},{"name":"DOT11_MAX_REQUESTED_SERVICE_INFORMATION_LENGTH","features":[460]},{"name":"DOT11_MD_CAPABILITY_ENTRY_LIST","features":[460]},{"name":"DOT11_MIN_PDU_SIZE","features":[460]},{"name":"DOT11_MPDU_MAX_LENGTH_INDICATION","features":[321,460]},{"name":"DOT11_MPDU_MAX_LENGTH_INDICATION_REVISION_1","features":[460]},{"name":"DOT11_MSONEX_FAILURE","features":[460]},{"name":"DOT11_MSONEX_IN_PROGRESS","features":[460]},{"name":"DOT11_MSONEX_RESULT","features":[460]},{"name":"DOT11_MSONEX_RESULT_PARAMS","features":[460,461]},{"name":"DOT11_MSONEX_SUCCESS","features":[460]},{"name":"DOT11_MSSECURITY_SETTINGS","features":[307,460,461]},{"name":"DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY","features":[460]},{"name":"DOT11_NETWORK","features":[460]},{"name":"DOT11_NETWORK_LIST","features":[460]},{"name":"DOT11_NIC_SPECIFIC_EXTENSION","features":[460]},{"name":"DOT11_NLO_FLAG_SCAN_AT_SYSTEM_RESUME","features":[460]},{"name":"DOT11_NLO_FLAG_SCAN_ON_AOAC_PLATFORM","features":[460]},{"name":"DOT11_NLO_FLAG_STOP_NLO_INDICATION","features":[460]},{"name":"DOT11_OFDM_PHY_ATTRIBUTES","features":[460]},{"name":"DOT11_OFFLOAD_CAPABILITY","features":[460]},{"name":"DOT11_OFFLOAD_NETWORK","features":[460]},{"name":"DOT11_OFFLOAD_NETWORK_LIST_INFO","features":[321,460]},{"name":"DOT11_OFFLOAD_NETWORK_LIST_REVISION_1","features":[460]},{"name":"DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS","features":[321,460]},{"name":"DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_OFFLOAD_TYPE","features":[460]},{"name":"DOT11_OI","features":[460]},{"name":"DOT11_OI_MAX_LENGTH","features":[460]},{"name":"DOT11_OI_MIN_LENGTH","features":[460]},{"name":"DOT11_OPERATION_MODE_AP","features":[460]},{"name":"DOT11_OPERATION_MODE_CAPABILITY","features":[460]},{"name":"DOT11_OPERATION_MODE_EXTENSIBLE_AP","features":[460]},{"name":"DOT11_OPERATION_MODE_EXTENSIBLE_STATION","features":[460]},{"name":"DOT11_OPERATION_MODE_MANUFACTURING","features":[460]},{"name":"DOT11_OPERATION_MODE_NETWORK_MONITOR","features":[460]},{"name":"DOT11_OPERATION_MODE_STATION","features":[460]},{"name":"DOT11_OPERATION_MODE_UNKNOWN","features":[460]},{"name":"DOT11_OPERATION_MODE_WFD_CLIENT","features":[460]},{"name":"DOT11_OPERATION_MODE_WFD_DEVICE","features":[460]},{"name":"DOT11_OPERATION_MODE_WFD_GROUP_OWNER","features":[460]},{"name":"DOT11_OPTIONAL_CAPABILITY","features":[307,460]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_CTRL","features":[460]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_DATA","features":[460]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_MGMT","features":[460]},{"name":"DOT11_PACKET_TYPE_BROADCAST_CTRL","features":[460]},{"name":"DOT11_PACKET_TYPE_BROADCAST_DATA","features":[460]},{"name":"DOT11_PACKET_TYPE_BROADCAST_MGMT","features":[460]},{"name":"DOT11_PACKET_TYPE_DIRECTED_CTRL","features":[460]},{"name":"DOT11_PACKET_TYPE_DIRECTED_DATA","features":[460]},{"name":"DOT11_PACKET_TYPE_DIRECTED_MGMT","features":[460]},{"name":"DOT11_PACKET_TYPE_MULTICAST_CTRL","features":[460]},{"name":"DOT11_PACKET_TYPE_MULTICAST_DATA","features":[460]},{"name":"DOT11_PACKET_TYPE_MULTICAST_MGMT","features":[460]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_CTRL","features":[460]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_DATA","features":[460]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_MGMT","features":[460]},{"name":"DOT11_PEER_INFO","features":[307,460]},{"name":"DOT11_PEER_INFO_LIST","features":[307,321,460]},{"name":"DOT11_PEER_INFO_LIST_REVISION_1","features":[460]},{"name":"DOT11_PEER_STATISTICS","features":[460]},{"name":"DOT11_PER_MSDU_COUNTERS","features":[460]},{"name":"DOT11_PHY_ATTRIBUTES","features":[307,321,460]},{"name":"DOT11_PHY_ATTRIBUTES_REVISION_1","features":[460]},{"name":"DOT11_PHY_FRAME_STATISTICS","features":[460]},{"name":"DOT11_PHY_FREQUENCY_ADOPTED_PARAMETERS","features":[321,460]},{"name":"DOT11_PHY_FREQUENCY_ADOPTED_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_PHY_ID_LIST","features":[321,460]},{"name":"DOT11_PHY_ID_LIST_REVISION_1","features":[460]},{"name":"DOT11_PHY_STATE_PARAMETERS","features":[307,321,460]},{"name":"DOT11_PHY_STATE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_PHY_TYPE","features":[460]},{"name":"DOT11_PHY_TYPE_INFO","features":[307,460]},{"name":"DOT11_PHY_TYPE_LIST","features":[321,460]},{"name":"DOT11_PHY_TYPE_LIST_REVISION_1","features":[460]},{"name":"DOT11_PMKID_CANDIDATE_LIST_PARAMETERS","features":[321,460]},{"name":"DOT11_PMKID_CANDIDATE_LIST_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_PMKID_ENTRY","features":[460]},{"name":"DOT11_PMKID_LIST","features":[321,460]},{"name":"DOT11_PMKID_LIST_REVISION_1","features":[460]},{"name":"DOT11_PORT_STATE","features":[307,460]},{"name":"DOT11_PORT_STATE_NOTIFICATION","features":[307,321,460]},{"name":"DOT11_PORT_STATE_NOTIFICATION_REVISION_1","features":[460]},{"name":"DOT11_POWER_MGMT_AUTO_MODE_ENABLED_INFO","features":[307,321,460]},{"name":"DOT11_POWER_MGMT_AUTO_MODE_ENABLED_REVISION_1","features":[460]},{"name":"DOT11_POWER_MGMT_MODE","features":[307,460]},{"name":"DOT11_POWER_MGMT_MODE_STATUS_INFO","features":[321,460]},{"name":"DOT11_POWER_MGMT_MODE_STATUS_INFO_REVISION_1","features":[460]},{"name":"DOT11_POWER_MODE","features":[460]},{"name":"DOT11_POWER_MODE_REASON","features":[460]},{"name":"DOT11_POWER_SAVE_LEVEL_FAST_PSP","features":[460]},{"name":"DOT11_POWER_SAVE_LEVEL_MAX_PSP","features":[460]},{"name":"DOT11_POWER_SAVING_FAST_PSP","features":[460]},{"name":"DOT11_POWER_SAVING_MAXIMUM_LEVEL","features":[460]},{"name":"DOT11_POWER_SAVING_MAX_PSP","features":[460]},{"name":"DOT11_POWER_SAVING_NO_POWER_SAVING","features":[460]},{"name":"DOT11_PRIORITY_CONTENTION","features":[460]},{"name":"DOT11_PRIORITY_CONTENTION_FREE","features":[460]},{"name":"DOT11_PRIVACY_EXEMPTION","features":[460]},{"name":"DOT11_PRIVACY_EXEMPTION_LIST","features":[321,460]},{"name":"DOT11_PRIVACY_EXEMPTION_LIST_REVISION_1","features":[460]},{"name":"DOT11_PROVISION_DISCOVERY_REQUEST_SEND_COMPLETE_PARAMETERS","features":[321,460]},{"name":"DOT11_PROVISION_DISCOVERY_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_PROVISION_DISCOVERY_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[321,460]},{"name":"DOT11_PROVISION_DISCOVERY_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_PSD_IE_MAX_DATA_SIZE","features":[460]},{"name":"DOT11_PSD_IE_MAX_ENTRY_NUMBER","features":[460]},{"name":"DOT11_QOS_PARAMS","features":[321,460]},{"name":"DOT11_QOS_PARAMS_REVISION_1","features":[460]},{"name":"DOT11_QOS_TX_DURATION","features":[460]},{"name":"DOT11_QOS_TX_MEDIUM_TIME","features":[460]},{"name":"DOT11_RADIO_STATE","features":[460]},{"name":"DOT11_RATE_SET","features":[460]},{"name":"DOT11_RATE_SET_MAX_LENGTH","features":[460]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_CONFIRMATION_PARAMETERS","features":[321,460]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_CONFIRMATION_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_REQUEST_PARAMETERS","features":[321,460]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_REQUEST_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_RESPONSE_PARAMETERS","features":[321,460]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_RESPONSE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_RECEIVED_INVITATION_REQUEST_PARAMETERS","features":[321,460]},{"name":"DOT11_RECEIVED_INVITATION_REQUEST_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_RECEIVED_INVITATION_RESPONSE_PARAMETERS","features":[321,460]},{"name":"DOT11_RECEIVED_INVITATION_RESPONSE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS","features":[321,460]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_RESPONSE_PARAMETERS","features":[321,460]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_RESPONSE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_RECV_CONTEXT_REVISION_1","features":[460]},{"name":"DOT11_RECV_EXTENSION_INFO","features":[307,460]},{"name":"DOT11_RECV_EXTENSION_INFO_V2","features":[307,460]},{"name":"DOT11_RECV_SENSITIVITY","features":[460]},{"name":"DOT11_RECV_SENSITIVITY_LIST","features":[460]},{"name":"DOT11_REG_DOMAINS_SUPPORT_VALUE","features":[460]},{"name":"DOT11_REG_DOMAIN_DOC","features":[460]},{"name":"DOT11_REG_DOMAIN_ETSI","features":[460]},{"name":"DOT11_REG_DOMAIN_FCC","features":[460]},{"name":"DOT11_REG_DOMAIN_FRANCE","features":[460]},{"name":"DOT11_REG_DOMAIN_MKK","features":[460]},{"name":"DOT11_REG_DOMAIN_OTHER","features":[460]},{"name":"DOT11_REG_DOMAIN_SPAIN","features":[460]},{"name":"DOT11_REG_DOMAIN_VALUE","features":[460]},{"name":"DOT11_RESET_REQUEST","features":[307,460]},{"name":"DOT11_RESET_TYPE","features":[460]},{"name":"DOT11_ROAMING_COMPLETION_PARAMETERS","features":[321,460]},{"name":"DOT11_ROAMING_COMPLETION_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_ROAMING_START_PARAMETERS","features":[321,460]},{"name":"DOT11_ROAMING_START_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_RSSI_RANGE","features":[460]},{"name":"DOT11_SCAN_REQUEST","features":[307,460]},{"name":"DOT11_SCAN_REQUEST_V2","features":[307,460]},{"name":"DOT11_SCAN_TYPE","features":[460]},{"name":"DOT11_SECURITY_PACKET_HEADER","features":[460]},{"name":"DOT11_SEND_CONTEXT_REVISION_1","features":[460]},{"name":"DOT11_SEND_GO_NEGOTIATION_CONFIRMATION_PARAMETERS","features":[307,321,460]},{"name":"DOT11_SEND_GO_NEGOTIATION_CONFIRMATION_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS","features":[321,460]},{"name":"DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_SEND_GO_NEGOTIATION_RESPONSE_PARAMETERS","features":[307,321,460]},{"name":"DOT11_SEND_GO_NEGOTIATION_RESPONSE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_SEND_INVITATION_REQUEST_PARAMETERS","features":[307,321,460]},{"name":"DOT11_SEND_INVITATION_REQUEST_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_SEND_INVITATION_RESPONSE_PARAMETERS","features":[307,321,460]},{"name":"DOT11_SEND_INVITATION_RESPONSE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS","features":[307,321,460]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_RESPONSE_PARAMETERS","features":[321,460]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_RESPONSE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_SERVICE_CLASS_REORDERABLE_MULTICAST","features":[460]},{"name":"DOT11_SERVICE_CLASS_STRICTLY_ORDERED","features":[460]},{"name":"DOT11_SSID","features":[460]},{"name":"DOT11_SSID_LIST","features":[321,460]},{"name":"DOT11_SSID_LIST_REVISION_1","features":[460]},{"name":"DOT11_SSID_MAX_LENGTH","features":[460]},{"name":"DOT11_START_REQUEST","features":[460]},{"name":"DOT11_STATISTICS","features":[321,460]},{"name":"DOT11_STATISTICS_REVISION_1","features":[460]},{"name":"DOT11_STATUS_AP_JOIN_CONFIRM","features":[460]},{"name":"DOT11_STATUS_AUTH_FAILED","features":[460]},{"name":"DOT11_STATUS_AUTH_NOT_VERIFIED","features":[460]},{"name":"DOT11_STATUS_AUTH_VERIFIED","features":[460]},{"name":"DOT11_STATUS_ENCRYPTION_FAILED","features":[460]},{"name":"DOT11_STATUS_EXCESSIVE_DATA_LENGTH","features":[460]},{"name":"DOT11_STATUS_GENERATE_AUTH_FAILED","features":[460]},{"name":"DOT11_STATUS_ICV_VERIFIED","features":[460]},{"name":"DOT11_STATUS_INDICATION","features":[460]},{"name":"DOT11_STATUS_JOIN_CONFIRM","features":[460]},{"name":"DOT11_STATUS_MPDU_MAX_LENGTH_CHANGED","features":[460]},{"name":"DOT11_STATUS_PACKET_NOT_REASSEMBLED","features":[460]},{"name":"DOT11_STATUS_PACKET_REASSEMBLED","features":[460]},{"name":"DOT11_STATUS_PS_LIFETIME_EXPIRED","features":[460]},{"name":"DOT11_STATUS_RESET_CONFIRM","features":[460]},{"name":"DOT11_STATUS_RETRY_LIMIT_EXCEEDED","features":[460]},{"name":"DOT11_STATUS_SCAN_CONFIRM","features":[460]},{"name":"DOT11_STATUS_START_CONFIRM","features":[460]},{"name":"DOT11_STATUS_SUCCESS","features":[460]},{"name":"DOT11_STATUS_UNAVAILABLE_BSS","features":[460]},{"name":"DOT11_STATUS_UNAVAILABLE_PRIORITY","features":[460]},{"name":"DOT11_STATUS_UNAVAILABLE_SERVICE_CLASS","features":[460]},{"name":"DOT11_STATUS_UNSUPPORTED_PRIORITY","features":[460]},{"name":"DOT11_STATUS_UNSUPPORTED_SERVICE_CLASS","features":[460]},{"name":"DOT11_STATUS_WEP_KEY_UNAVAILABLE","features":[460]},{"name":"DOT11_STATUS_XMIT_MSDU_TIMER_EXPIRED","features":[460]},{"name":"DOT11_STOP_AP_PARAMETERS","features":[321,460]},{"name":"DOT11_STOP_AP_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_STOP_AP_REASON_AP_ACTIVE","features":[460]},{"name":"DOT11_STOP_AP_REASON_CHANNEL_NOT_AVAILABLE","features":[460]},{"name":"DOT11_STOP_AP_REASON_FREQUENCY_NOT_AVAILABLE","features":[460]},{"name":"DOT11_STOP_AP_REASON_IHV_END","features":[460]},{"name":"DOT11_STOP_AP_REASON_IHV_START","features":[460]},{"name":"DOT11_SUPPORTED_ANTENNA","features":[307,460]},{"name":"DOT11_SUPPORTED_ANTENNA_LIST","features":[307,460]},{"name":"DOT11_SUPPORTED_DATA_RATES_VALUE","features":[460]},{"name":"DOT11_SUPPORTED_DATA_RATES_VALUE_V2","features":[460]},{"name":"DOT11_SUPPORTED_DSSS_CHANNEL","features":[460]},{"name":"DOT11_SUPPORTED_DSSS_CHANNEL_LIST","features":[460]},{"name":"DOT11_SUPPORTED_OFDM_FREQUENCY","features":[460]},{"name":"DOT11_SUPPORTED_OFDM_FREQUENCY_LIST","features":[460]},{"name":"DOT11_SUPPORTED_PHY_TYPES","features":[460]},{"name":"DOT11_SUPPORTED_POWER_LEVELS","features":[460]},{"name":"DOT11_TEMP_TYPE","features":[460]},{"name":"DOT11_TKIPMIC_FAILURE_PARAMETERS","features":[307,321,460]},{"name":"DOT11_TKIPMIC_FAILURE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_UPDATE_IE","features":[460]},{"name":"DOT11_UPDATE_IE_OP","features":[460]},{"name":"DOT11_VENUEINFO","features":[460]},{"name":"DOT11_VWIFI_ATTRIBUTES","features":[321,460]},{"name":"DOT11_VWIFI_ATTRIBUTES_REVISION_1","features":[460]},{"name":"DOT11_VWIFI_COMBINATION","features":[321,460]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_1","features":[460]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_2","features":[460]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_3","features":[460]},{"name":"DOT11_VWIFI_COMBINATION_V2","features":[321,460]},{"name":"DOT11_VWIFI_COMBINATION_V3","features":[321,460]},{"name":"DOT11_WEP_OFFLOAD","features":[307,460]},{"name":"DOT11_WEP_UPLOAD","features":[307,460]},{"name":"DOT11_WFD_ADDITIONAL_IE","features":[321,460]},{"name":"DOT11_WFD_ADDITIONAL_IE_REVISION_1","features":[460]},{"name":"DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR","features":[460]},{"name":"DOT11_WFD_ADVERTISED_SERVICE_LIST","features":[460]},{"name":"DOT11_WFD_ADVERTISEMENT_ID","features":[460]},{"name":"DOT11_WFD_APS2_SERVICE_TYPE_MAX_LENGTH","features":[460]},{"name":"DOT11_WFD_ASP2_INSTANCE_NAME_MAX_LENGTH","features":[460]},{"name":"DOT11_WFD_ATTRIBUTES","features":[307,321,460]},{"name":"DOT11_WFD_ATTRIBUTES_REVISION_1","features":[460]},{"name":"DOT11_WFD_CHANNEL","features":[460]},{"name":"DOT11_WFD_CONFIGURATION_TIMEOUT","features":[460]},{"name":"DOT11_WFD_DEVICE_AUTO_AVAILABILITY","features":[460]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONCURRENT_OPERATION","features":[460]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONFIG","features":[307,321,460]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONFIG_REVISION_1","features":[460]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_CLIENT_DISCOVERABILITY","features":[460]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_DEVICE_LIMIT","features":[460]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_INFRASTRUCTURE_MANAGED","features":[460]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_INVITATION_PROCEDURE","features":[460]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_RESERVED_6","features":[460]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_RESERVED_7","features":[460]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_SERVICE_DISCOVERY","features":[460]},{"name":"DOT11_WFD_DEVICE_ENTRY","features":[460]},{"name":"DOT11_WFD_DEVICE_HIGH_AVAILABILITY","features":[460]},{"name":"DOT11_WFD_DEVICE_INFO","features":[321,460]},{"name":"DOT11_WFD_DEVICE_INFO_REVISION_1","features":[460]},{"name":"DOT11_WFD_DEVICE_LISTEN_CHANNEL","features":[321,460]},{"name":"DOT11_WFD_DEVICE_LISTEN_CHANNEL_REVISION_1","features":[460]},{"name":"DOT11_WFD_DEVICE_NOT_DISCOVERABLE","features":[460]},{"name":"DOT11_WFD_DEVICE_TYPE","features":[460]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_MAX_LIST_SIZE","features":[460]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_PARAMETERS","features":[321,460]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_WFD_DISCOVER_DEVICE_FILTER","features":[460]},{"name":"DOT11_WFD_DISCOVER_REQUEST","features":[307,321,460]},{"name":"DOT11_WFD_DISCOVER_REQUEST_REVISION_1","features":[460]},{"name":"DOT11_WFD_DISCOVER_TYPE","features":[460]},{"name":"DOT11_WFD_GO_INTENT","features":[460]},{"name":"DOT11_WFD_GROUP_CAPABILITY_CROSS_CONNECTION_SUPPORTED","features":[460]},{"name":"DOT11_WFD_GROUP_CAPABILITY_EAPOL_KEY_IP_ADDRESS_ALLOCATION_SUPPORTED","features":[460]},{"name":"DOT11_WFD_GROUP_CAPABILITY_GROUP_LIMIT_REACHED","features":[460]},{"name":"DOT11_WFD_GROUP_CAPABILITY_GROUP_OWNER","features":[460]},{"name":"DOT11_WFD_GROUP_CAPABILITY_INTRABSS_DISTRIBUTION_SUPPORTED","features":[460]},{"name":"DOT11_WFD_GROUP_CAPABILITY_IN_GROUP_FORMATION","features":[460]},{"name":"DOT11_WFD_GROUP_CAPABILITY_NONE","features":[460]},{"name":"DOT11_WFD_GROUP_CAPABILITY_PERSISTENT_GROUP","features":[460]},{"name":"DOT11_WFD_GROUP_CAPABILITY_PERSISTENT_RECONNECT_SUPPORTED","features":[460]},{"name":"DOT11_WFD_GROUP_CAPABILITY_RESERVED_7","features":[460]},{"name":"DOT11_WFD_GROUP_ID","features":[460]},{"name":"DOT11_WFD_GROUP_JOIN_PARAMETERS","features":[307,321,460]},{"name":"DOT11_WFD_GROUP_JOIN_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG","features":[307,321,460]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_REVISION_1","features":[460]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_REVISION_2","features":[460]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2","features":[307,321,460]},{"name":"DOT11_WFD_GROUP_START_PARAMETERS","features":[321,460]},{"name":"DOT11_WFD_GROUP_START_PARAMETERS_REVISION_1","features":[460]},{"name":"DOT11_WFD_INVITATION_FLAGS","features":[460]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_FROM_WLAN_CROSS_CONNECTION_POLICY","features":[460]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_INFRASTRUCTURE_MANAGED_POLICY","features":[460]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_NOT_MANAGED_INFRASTRUCTURE_CAPABLE","features":[460]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_WFD_COEXISTENCE_POLICY","features":[460]},{"name":"DOT11_WFD_MINOR_REASON_SUCCESS","features":[460]},{"name":"DOT11_WFD_SCAN_TYPE","features":[460]},{"name":"DOT11_WFD_SECONDARY_DEVICE_TYPE_LIST","features":[321,460]},{"name":"DOT11_WFD_SECONDARY_DEVICE_TYPE_LIST_REVISION_1","features":[460]},{"name":"DOT11_WFD_SERVICE_HASH_LIST","features":[460]},{"name":"DOT11_WFD_SERVICE_INFORMATION_MAX_LENGTH","features":[460]},{"name":"DOT11_WFD_SERVICE_NAME_MAX_LENGTH","features":[460]},{"name":"DOT11_WFD_SESSION_ID","features":[460]},{"name":"DOT11_WFD_SESSION_INFO","features":[460]},{"name":"DOT11_WFD_SESSION_INFO_MAX_LENGTH","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_INCOMPATIBLE_PARAMETERS","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_INCOMPATIBLE_PROVISIONING_METHOD","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_INFORMATION_IS_UNAVAILABLE","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_INVALID_PARAMETERS","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_LIMIT_REACHED","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_MATCHING_MAX_INTENT","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_NO_COMMON_CHANNELS","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_PREVIOUS_PROTOCOL_ERROR","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_REJECTED_BY_USER","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_UNABLE_TO_ACCOMODATE_REQUEST","features":[460]},{"name":"DOT11_WFD_STATUS_FAILED_UNKNOWN_WFD_GROUP","features":[460]},{"name":"DOT11_WFD_STATUS_SUCCESS","features":[460]},{"name":"DOT11_WFD_STATUS_SUCCESS_ACCEPTED_BY_USER","features":[460]},{"name":"DOT11_WME_AC_PARAMETERS","features":[460]},{"name":"DOT11_WME_AC_PARAMETERS_LIST","features":[460]},{"name":"DOT11_WME_PACKET","features":[460]},{"name":"DOT11_WME_UPDATE_IE","features":[460]},{"name":"DOT11_WPA_TSC","features":[307,460]},{"name":"DOT11_WPS_CONFIG_METHOD","features":[460]},{"name":"DOT11_WPS_CONFIG_METHOD_DISPLAY","features":[460]},{"name":"DOT11_WPS_CONFIG_METHOD_KEYPAD","features":[460]},{"name":"DOT11_WPS_CONFIG_METHOD_NFC_INTERFACE","features":[460]},{"name":"DOT11_WPS_CONFIG_METHOD_NFC_TAG","features":[460]},{"name":"DOT11_WPS_CONFIG_METHOD_NULL","features":[460]},{"name":"DOT11_WPS_CONFIG_METHOD_PUSHBUTTON","features":[460]},{"name":"DOT11_WPS_CONFIG_METHOD_WFDS_DEFAULT","features":[460]},{"name":"DOT11_WPS_DEVICE_NAME","features":[460]},{"name":"DOT11_WPS_DEVICE_NAME_MAX_LENGTH","features":[460]},{"name":"DOT11_WPS_DEVICE_PASSWORD_ID","features":[460]},{"name":"DOT11_WPS_MAX_MODEL_NAME_LENGTH","features":[460]},{"name":"DOT11_WPS_MAX_MODEL_NUMBER_LENGTH","features":[460]},{"name":"DOT11_WPS_MAX_PASSKEY_LENGTH","features":[460]},{"name":"DOT11_WPS_PASSWORD_ID_DEFAULT","features":[460]},{"name":"DOT11_WPS_PASSWORD_ID_MACHINE_SPECIFIED","features":[460]},{"name":"DOT11_WPS_PASSWORD_ID_NFC_CONNECTION_HANDOVER","features":[460]},{"name":"DOT11_WPS_PASSWORD_ID_OOB_RANGE_MAX","features":[460]},{"name":"DOT11_WPS_PASSWORD_ID_OOB_RANGE_MIN","features":[460]},{"name":"DOT11_WPS_PASSWORD_ID_PUSHBUTTON","features":[460]},{"name":"DOT11_WPS_PASSWORD_ID_REGISTRAR_SPECIFIED","features":[460]},{"name":"DOT11_WPS_PASSWORD_ID_REKEY","features":[460]},{"name":"DOT11_WPS_PASSWORD_ID_USER_SPECIFIED","features":[460]},{"name":"DOT11_WPS_PASSWORD_ID_WFD_SERVICES","features":[460]},{"name":"DOT11_WPS_VERSION_1_0","features":[460]},{"name":"DOT11_WPS_VERSION_2_0","features":[460]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_Enhanced","features":[460]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_NoP2PSupported","features":[460]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_NotSupported","features":[460]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_SingleFunctionSupported","features":[460]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_Supported","features":[460]},{"name":"DevProp_PciDevice_AcsSupport_Missing","features":[460]},{"name":"DevProp_PciDevice_AcsSupport_NotNeeded","features":[460]},{"name":"DevProp_PciDevice_AcsSupport_Present","features":[460]},{"name":"DevProp_PciDevice_BridgeType_PciConventional","features":[460]},{"name":"DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort","features":[460]},{"name":"DevProp_PciDevice_BridgeType_PciExpressEventCollector","features":[460]},{"name":"DevProp_PciDevice_BridgeType_PciExpressRootPort","features":[460]},{"name":"DevProp_PciDevice_BridgeType_PciExpressToPciXBridge","features":[460]},{"name":"DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci","features":[460]},{"name":"DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort","features":[460]},{"name":"DevProp_PciDevice_BridgeType_PciX","features":[460]},{"name":"DevProp_PciDevice_BridgeType_PciXToExpressBridge","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_100Mhz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_133MHZ","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_66Mhz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_100Mhz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_133Mhz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_66Mhz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_100MHz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_133MHz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_66MHz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_100MHz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_133MHz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_66MHz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode_Conventional_Pci","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_Pci_Conventional_33MHz","features":[460]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_Pci_Conventional_66MHz","features":[460]},{"name":"DevProp_PciDevice_DeviceType_PciConventional","features":[460]},{"name":"DevProp_PciDevice_DeviceType_PciExpressEndpoint","features":[460]},{"name":"DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint","features":[460]},{"name":"DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint","features":[460]},{"name":"DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci","features":[460]},{"name":"DevProp_PciDevice_DeviceType_PciX","features":[460]},{"name":"DevProp_PciDevice_InterruptType_LineBased","features":[460]},{"name":"DevProp_PciDevice_InterruptType_Msi","features":[460]},{"name":"DevProp_PciDevice_InterruptType_MsiX","features":[460]},{"name":"DevProp_PciDevice_SriovSupport_DidntGetVfBarSpace","features":[460]},{"name":"DevProp_PciDevice_SriovSupport_MissingAcs","features":[460]},{"name":"DevProp_PciDevice_SriovSupport_MissingPfDriver","features":[460]},{"name":"DevProp_PciDevice_SriovSupport_NoBusResource","features":[460]},{"name":"DevProp_PciDevice_SriovSupport_Ok","features":[460]},{"name":"DevProp_PciExpressDevice_LinkSpeed_Five_Gbps","features":[460]},{"name":"DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps","features":[460]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_1","features":[460]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_12","features":[460]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_16","features":[460]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_2","features":[460]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_32","features":[460]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_4","features":[460]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_8","features":[460]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_1024Bytes","features":[460]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_128Bytes","features":[460]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_2048Bytes","features":[460]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_256Bytes","features":[460]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_4096Bytes","features":[460]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_512Bytes","features":[460]},{"name":"DevProp_PciExpressDevice_Spec_Version_10","features":[460]},{"name":"DevProp_PciExpressDevice_Spec_Version_11","features":[460]},{"name":"DevProp_PciRootBus_BusWidth_32Bits","features":[460]},{"name":"DevProp_PciRootBus_BusWidth_64Bits","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_Conventional_33Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_Conventional_66Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_100Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_133Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_66Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_100Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_133Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_66Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_100Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_133Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_66Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_100Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_133Mhz","features":[460]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_66Mhz","features":[460]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciConventional","features":[460]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciExpress","features":[460]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciXMode1","features":[460]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciXMode2","features":[460]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_Conventional_33Mhz","features":[460]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_Conventional_66Mhz","features":[460]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_133Mhz","features":[460]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_266Mhz","features":[460]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_533Mhz","features":[460]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_66Mhz","features":[460]},{"name":"Dot11AdHocManager","features":[460]},{"name":"GUID_AEPSERVICE_WIFIDIRECT_DEVICE","features":[460]},{"name":"GUID_DEVINTERFACE_ASP_INFRA_DEVICE","features":[460]},{"name":"GUID_DEVINTERFACE_WIFIDIRECT_DEVICE","features":[460]},{"name":"IDot11AdHocInterface","features":[460]},{"name":"IDot11AdHocInterfaceNotificationSink","features":[460]},{"name":"IDot11AdHocManager","features":[460]},{"name":"IDot11AdHocManagerNotificationSink","features":[460]},{"name":"IDot11AdHocNetwork","features":[460]},{"name":"IDot11AdHocNetworkNotificationSink","features":[460]},{"name":"IDot11AdHocSecuritySettings","features":[460]},{"name":"IEnumDot11AdHocInterfaces","features":[460]},{"name":"IEnumDot11AdHocNetworks","features":[460]},{"name":"IEnumDot11AdHocSecuritySettings","features":[460]},{"name":"IHV_INIT_FUNCTION_NAME","features":[460]},{"name":"IHV_INIT_VS_FUNCTION_NAME","features":[460]},{"name":"IHV_VERSION_FUNCTION_NAME","features":[460]},{"name":"IndicationTypeLinkQuality","features":[460]},{"name":"IndicationTypeNicSpecificNotification","features":[460]},{"name":"IndicationTypePhyStateChange","features":[460]},{"name":"IndicationTypePmkidCandidateList","features":[460]},{"name":"IndicationTypeTkipMicFailure","features":[460]},{"name":"L2_NOTIFICATION_CODE_GROUP_SIZE","features":[460]},{"name":"L2_NOTIFICATION_CODE_PUBLIC_BEGIN","features":[460]},{"name":"L2_NOTIFICATION_DATA","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_ALL","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_DOT3_AUTO_CONFIG","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_NONE","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_ONEX","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_SECURITY","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_WCM","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_WCM_CSP","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_WFD","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_ACM","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_DEVICE_SERVICE","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_HNWK","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_IHV","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_MSM","features":[460]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_SECURITY","features":[460]},{"name":"L2_PROFILE_MAX_NAME_LENGTH","features":[460]},{"name":"L2_REASON_CODE_DOT11_AC_BASE","features":[460]},{"name":"L2_REASON_CODE_DOT11_MSM_BASE","features":[460]},{"name":"L2_REASON_CODE_DOT11_SECURITY_BASE","features":[460]},{"name":"L2_REASON_CODE_DOT3_AC_BASE","features":[460]},{"name":"L2_REASON_CODE_DOT3_MSM_BASE","features":[460]},{"name":"L2_REASON_CODE_GEN_BASE","features":[460]},{"name":"L2_REASON_CODE_GROUP_SIZE","features":[460]},{"name":"L2_REASON_CODE_IHV_BASE","features":[460]},{"name":"L2_REASON_CODE_ONEX_BASE","features":[460]},{"name":"L2_REASON_CODE_PROFILE_BASE","features":[460]},{"name":"L2_REASON_CODE_PROFILE_MISSING","features":[460]},{"name":"L2_REASON_CODE_RESERVED_BASE","features":[460]},{"name":"L2_REASON_CODE_SUCCESS","features":[460]},{"name":"L2_REASON_CODE_UNKNOWN","features":[460]},{"name":"L2_REASON_CODE_WIMAX_BASE","features":[460]},{"name":"MAX_NUM_SUPPORTED_RATES","features":[460]},{"name":"MAX_NUM_SUPPORTED_RATES_V2","features":[460]},{"name":"MS_MAX_PROFILE_NAME_LENGTH","features":[460]},{"name":"MS_PROFILE_GROUP_POLICY","features":[460]},{"name":"MS_PROFILE_USER","features":[460]},{"name":"NDIS_PACKET_TYPE_802_11_ALL_MULTICAST_DATA","features":[460]},{"name":"NDIS_PACKET_TYPE_802_11_BROADCAST_DATA","features":[460]},{"name":"NDIS_PACKET_TYPE_802_11_DIRECTED_DATA","features":[460]},{"name":"NDIS_PACKET_TYPE_802_11_MULTICAST_DATA","features":[460]},{"name":"NDIS_PACKET_TYPE_802_11_PROMISCUOUS_DATA","features":[460]},{"name":"OID_DOT11_AP_JOIN_REQUEST","features":[460]},{"name":"OID_DOT11_ATIM_WINDOW","features":[460]},{"name":"OID_DOT11_BEACON_PERIOD","features":[460]},{"name":"OID_DOT11_CCA_MODE_SUPPORTED","features":[460]},{"name":"OID_DOT11_CCA_WATCHDOG_COUNT_MAX","features":[460]},{"name":"OID_DOT11_CCA_WATCHDOG_COUNT_MIN","features":[460]},{"name":"OID_DOT11_CCA_WATCHDOG_TIMER_MAX","features":[460]},{"name":"OID_DOT11_CCA_WATCHDOG_TIMER_MIN","features":[460]},{"name":"OID_DOT11_CFP_MAX_DURATION","features":[460]},{"name":"OID_DOT11_CFP_PERIOD","features":[460]},{"name":"OID_DOT11_CF_POLLABLE","features":[460]},{"name":"OID_DOT11_CHANNEL_AGILITY_ENABLED","features":[460]},{"name":"OID_DOT11_CHANNEL_AGILITY_PRESENT","features":[460]},{"name":"OID_DOT11_COUNTERS_ENTRY","features":[460]},{"name":"OID_DOT11_COUNTRY_STRING","features":[460]},{"name":"OID_DOT11_CURRENT_ADDRESS","features":[460]},{"name":"OID_DOT11_CURRENT_CCA_MODE","features":[460]},{"name":"OID_DOT11_CURRENT_CHANNEL","features":[460]},{"name":"OID_DOT11_CURRENT_CHANNEL_NUMBER","features":[460]},{"name":"OID_DOT11_CURRENT_DWELL_TIME","features":[460]},{"name":"OID_DOT11_CURRENT_FREQUENCY","features":[460]},{"name":"OID_DOT11_CURRENT_INDEX","features":[460]},{"name":"OID_DOT11_CURRENT_OFFLOAD_CAPABILITY","features":[460]},{"name":"OID_DOT11_CURRENT_OPERATION_MODE","features":[460]},{"name":"OID_DOT11_CURRENT_OPTIONAL_CAPABILITY","features":[460]},{"name":"OID_DOT11_CURRENT_PACKET_FILTER","features":[460]},{"name":"OID_DOT11_CURRENT_PATTERN","features":[460]},{"name":"OID_DOT11_CURRENT_PHY_TYPE","features":[460]},{"name":"OID_DOT11_CURRENT_REG_DOMAIN","features":[460]},{"name":"OID_DOT11_CURRENT_RX_ANTENNA","features":[460]},{"name":"OID_DOT11_CURRENT_SET","features":[460]},{"name":"OID_DOT11_CURRENT_TX_ANTENNA","features":[460]},{"name":"OID_DOT11_CURRENT_TX_POWER_LEVEL","features":[460]},{"name":"OID_DOT11_DEFAULT_WEP_OFFLOAD","features":[460]},{"name":"OID_DOT11_DEFAULT_WEP_UPLOAD","features":[460]},{"name":"OID_DOT11_DIVERSITY_SELECTION_RX","features":[460]},{"name":"OID_DOT11_DIVERSITY_SUPPORT","features":[460]},{"name":"OID_DOT11_DSSS_OFDM_OPTION_ENABLED","features":[460]},{"name":"OID_DOT11_DSSS_OFDM_OPTION_IMPLEMENTED","features":[460]},{"name":"OID_DOT11_DTIM_PERIOD","features":[460]},{"name":"OID_DOT11_ED_THRESHOLD","features":[460]},{"name":"OID_DOT11_EHCC_CAPABILITY_ENABLED","features":[460]},{"name":"OID_DOT11_EHCC_CAPABILITY_IMPLEMENTED","features":[460]},{"name":"OID_DOT11_EHCC_NUMBER_OF_CHANNELS_FAMILY_INDEX","features":[460]},{"name":"OID_DOT11_EHCC_PRIME_RADIX","features":[460]},{"name":"OID_DOT11_ERP_PBCC_OPTION_ENABLED","features":[460]},{"name":"OID_DOT11_ERP_PBCC_OPTION_IMPLEMENTED","features":[460]},{"name":"OID_DOT11_FRAGMENTATION_THRESHOLD","features":[460]},{"name":"OID_DOT11_FREQUENCY_BANDS_SUPPORTED","features":[460]},{"name":"OID_DOT11_HOPPING_PATTERN","features":[460]},{"name":"OID_DOT11_HOP_ALGORITHM_ADOPTED","features":[460]},{"name":"OID_DOT11_HOP_MODULUS","features":[460]},{"name":"OID_DOT11_HOP_OFFSET","features":[460]},{"name":"OID_DOT11_HOP_TIME","features":[460]},{"name":"OID_DOT11_HR_CCA_MODE_SUPPORTED","features":[460]},{"name":"OID_DOT11_JOIN_REQUEST","features":[460]},{"name":"OID_DOT11_LONG_RETRY_LIMIT","features":[460]},{"name":"OID_DOT11_MAC_ADDRESS","features":[460]},{"name":"OID_DOT11_MAXIMUM_LIST_SIZE","features":[460]},{"name":"OID_DOT11_MAX_DWELL_TIME","features":[460]},{"name":"OID_DOT11_MAX_MAC_ADDRESS_STATES","features":[460]},{"name":"OID_DOT11_MAX_RECEIVE_LIFETIME","features":[460]},{"name":"OID_DOT11_MAX_TRANSMIT_MSDU_LIFETIME","features":[460]},{"name":"OID_DOT11_MEDIUM_OCCUPANCY_LIMIT","features":[460]},{"name":"OID_DOT11_MPDU_MAX_LENGTH","features":[460]},{"name":"OID_DOT11_MULTICAST_LIST","features":[460]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY","features":[460]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY_ENABLED","features":[460]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY_IMPLEMENTED","features":[460]},{"name":"OID_DOT11_NDIS_START","features":[460]},{"name":"OID_DOT11_NIC_POWER_STATE","features":[460]},{"name":"OID_DOT11_NIC_SPECIFIC_EXTENSION","features":[460]},{"name":"OID_DOT11_NUMBER_OF_HOPPING_SETS","features":[460]},{"name":"OID_DOT11_OFFLOAD_CAPABILITY","features":[460]},{"name":"OID_DOT11_OPERATIONAL_RATE_SET","features":[460]},{"name":"OID_DOT11_OPERATION_MODE_CAPABILITY","features":[460]},{"name":"OID_DOT11_OPTIONAL_CAPABILITY","features":[460]},{"name":"OID_DOT11_PBCC_OPTION_IMPLEMENTED","features":[460]},{"name":"OID_DOT11_PERMANENT_ADDRESS","features":[460]},{"name":"OID_DOT11_POWER_MGMT_MODE","features":[460]},{"name":"OID_DOT11_PRIVATE_OIDS_START","features":[460]},{"name":"OID_DOT11_QOS_TX_DURATION","features":[460]},{"name":"OID_DOT11_QOS_TX_MEDIUM_TIME","features":[460]},{"name":"OID_DOT11_QOS_TX_QUEUES_SUPPORTED","features":[460]},{"name":"OID_DOT11_RANDOM_TABLE_FIELD_NUMBER","features":[460]},{"name":"OID_DOT11_RANDOM_TABLE_FLAG","features":[460]},{"name":"OID_DOT11_RECV_SENSITIVITY_LIST","features":[460]},{"name":"OID_DOT11_REG_DOMAINS_SUPPORT_VALUE","features":[460]},{"name":"OID_DOT11_RESET_REQUEST","features":[460]},{"name":"OID_DOT11_RF_USAGE","features":[460]},{"name":"OID_DOT11_RSSI_RANGE","features":[460]},{"name":"OID_DOT11_RTS_THRESHOLD","features":[460]},{"name":"OID_DOT11_SCAN_REQUEST","features":[460]},{"name":"OID_DOT11_SHORT_PREAMBLE_OPTION_IMPLEMENTED","features":[460]},{"name":"OID_DOT11_SHORT_RETRY_LIMIT","features":[460]},{"name":"OID_DOT11_SHORT_SLOT_TIME_OPTION_ENABLED","features":[460]},{"name":"OID_DOT11_SHORT_SLOT_TIME_OPTION_IMPLEMENTED","features":[460]},{"name":"OID_DOT11_START_REQUEST","features":[460]},{"name":"OID_DOT11_STATION_ID","features":[460]},{"name":"OID_DOT11_SUPPORTED_DATA_RATES_VALUE","features":[460]},{"name":"OID_DOT11_SUPPORTED_DSSS_CHANNEL_LIST","features":[460]},{"name":"OID_DOT11_SUPPORTED_OFDM_FREQUENCY_LIST","features":[460]},{"name":"OID_DOT11_SUPPORTED_PHY_TYPES","features":[460]},{"name":"OID_DOT11_SUPPORTED_POWER_LEVELS","features":[460]},{"name":"OID_DOT11_SUPPORTED_RX_ANTENNA","features":[460]},{"name":"OID_DOT11_SUPPORTED_TX_ANTENNA","features":[460]},{"name":"OID_DOT11_TEMP_TYPE","features":[460]},{"name":"OID_DOT11_TI_THRESHOLD","features":[460]},{"name":"OID_DOT11_UPDATE_IE","features":[460]},{"name":"OID_DOT11_WEP_ICV_ERROR_COUNT","features":[460]},{"name":"OID_DOT11_WEP_OFFLOAD","features":[460]},{"name":"OID_DOT11_WEP_UPLOAD","features":[460]},{"name":"OID_DOT11_WME_AC_PARAMETERS","features":[460]},{"name":"OID_DOT11_WME_ENABLED","features":[460]},{"name":"OID_DOT11_WME_IMPLEMENTED","features":[460]},{"name":"OID_DOT11_WME_UPDATE_IE","features":[460]},{"name":"OID_DOT11_WPA_TSC","features":[460]},{"name":"ONEX_AUTHENTICATOR_NO_LONGER_PRESENT","features":[460]},{"name":"ONEX_AUTH_IDENTITY","features":[460]},{"name":"ONEX_AUTH_PARAMS","features":[307,460]},{"name":"ONEX_AUTH_RESTART_REASON","features":[460]},{"name":"ONEX_AUTH_STATUS","features":[460]},{"name":"ONEX_EAP_ERROR","features":[460,461]},{"name":"ONEX_EAP_FAILURE_RECEIVED","features":[460]},{"name":"ONEX_EAP_METHOD_BACKEND_SUPPORT","features":[460]},{"name":"ONEX_IDENTITY_NOT_FOUND","features":[460]},{"name":"ONEX_NOTIFICATION_TYPE","features":[460]},{"name":"ONEX_NO_RESPONSE_TO_IDENTITY","features":[460]},{"name":"ONEX_PROFILE_DISALLOWED_EAP_TYPE","features":[460]},{"name":"ONEX_PROFILE_EXPIRED_EXPLICIT_CREDENTIALS","features":[460]},{"name":"ONEX_PROFILE_INVALID_AUTH_MODE","features":[460]},{"name":"ONEX_PROFILE_INVALID_EAP_CONNECTION_PROPERTIES","features":[460]},{"name":"ONEX_PROFILE_INVALID_EAP_TYPE_OR_FLAG","features":[460]},{"name":"ONEX_PROFILE_INVALID_EXPLICIT_CREDENTIALS","features":[460]},{"name":"ONEX_PROFILE_INVALID_LENGTH","features":[460]},{"name":"ONEX_PROFILE_INVALID_ONEX_FLAGS","features":[460]},{"name":"ONEX_PROFILE_INVALID_SUPPLICANT_MODE","features":[460]},{"name":"ONEX_PROFILE_INVALID_TIMER_VALUE","features":[460]},{"name":"ONEX_PROFILE_VERSION_NOT_SUPPORTED","features":[460]},{"name":"ONEX_REASON_CODE","features":[460]},{"name":"ONEX_REASON_CODE_SUCCESS","features":[460]},{"name":"ONEX_REASON_START","features":[460]},{"name":"ONEX_RESULT_UPDATE_DATA","features":[307,460]},{"name":"ONEX_STATUS","features":[460]},{"name":"ONEX_UI_CANCELLED","features":[460]},{"name":"ONEX_UI_DISABLED","features":[460]},{"name":"ONEX_UI_FAILURE","features":[460]},{"name":"ONEX_UI_NOT_PERMITTED","features":[460]},{"name":"ONEX_UNABLE_TO_IDENTIFY_USER","features":[460]},{"name":"ONEX_USER_INFO","features":[460]},{"name":"ONEX_VARIABLE_BLOB","features":[460]},{"name":"OneXAuthFailure","features":[460]},{"name":"OneXAuthIdentityExplicitUser","features":[460]},{"name":"OneXAuthIdentityGuest","features":[460]},{"name":"OneXAuthIdentityInvalid","features":[460]},{"name":"OneXAuthIdentityMachine","features":[460]},{"name":"OneXAuthIdentityNone","features":[460]},{"name":"OneXAuthIdentityUser","features":[460]},{"name":"OneXAuthInProgress","features":[460]},{"name":"OneXAuthInvalid","features":[460]},{"name":"OneXAuthNoAuthenticatorFound","features":[460]},{"name":"OneXAuthNotStarted","features":[460]},{"name":"OneXAuthSuccess","features":[460]},{"name":"OneXEapMethodBackendSupportUnknown","features":[460]},{"name":"OneXEapMethodBackendSupported","features":[460]},{"name":"OneXEapMethodBackendUnsupported","features":[460]},{"name":"OneXNotificationTypeAuthRestarted","features":[460]},{"name":"OneXNotificationTypeEventInvalid","features":[460]},{"name":"OneXNotificationTypeResultUpdate","features":[460]},{"name":"OneXNumNotifications","features":[460]},{"name":"OneXPublicNotificationBase","features":[460]},{"name":"OneXRestartReasonAltCredsTrial","features":[460]},{"name":"OneXRestartReasonInvalid","features":[460]},{"name":"OneXRestartReasonMsmInitiated","features":[460]},{"name":"OneXRestartReasonOneXAuthTimeout","features":[460]},{"name":"OneXRestartReasonOneXConfigurationChanged","features":[460]},{"name":"OneXRestartReasonOneXHeldStateTimeout","features":[460]},{"name":"OneXRestartReasonOneXUserChanged","features":[460]},{"name":"OneXRestartReasonPeerInitiated","features":[460]},{"name":"OneXRestartReasonQuarantineStateChanged","features":[460]},{"name":"WDIAG_IHV_WLAN_ID","features":[460]},{"name":"WDIAG_IHV_WLAN_ID_FLAG_SECURITY_ENABLED","features":[460]},{"name":"WFDCancelOpenSession","features":[307,460]},{"name":"WFDCloseHandle","features":[307,460]},{"name":"WFDCloseSession","features":[307,460]},{"name":"WFDOpenHandle","features":[307,460]},{"name":"WFDOpenLegacySession","features":[307,460]},{"name":"WFDSVC_CONNECTION_CAPABILITY","features":[307,460]},{"name":"WFDSVC_CONNECTION_CAPABILITY_CLIENT","features":[460]},{"name":"WFDSVC_CONNECTION_CAPABILITY_GO","features":[460]},{"name":"WFDSVC_CONNECTION_CAPABILITY_NEW","features":[460]},{"name":"WFDStartOpenSession","features":[307,460]},{"name":"WFDUpdateDeviceVisibility","features":[460]},{"name":"WFD_API_VERSION","features":[460]},{"name":"WFD_API_VERSION_1_0","features":[460]},{"name":"WFD_GROUP_ID","features":[460]},{"name":"WFD_OPEN_SESSION_COMPLETE_CALLBACK","features":[307,460]},{"name":"WFD_ROLE_TYPE","features":[460]},{"name":"WFD_ROLE_TYPE_CLIENT","features":[460]},{"name":"WFD_ROLE_TYPE_DEVICE","features":[460]},{"name":"WFD_ROLE_TYPE_GROUP_OWNER","features":[460]},{"name":"WFD_ROLE_TYPE_MAX","features":[460]},{"name":"WFD_ROLE_TYPE_NONE","features":[460]},{"name":"WLAN_ADHOC_NETWORK_STATE","features":[460]},{"name":"WLAN_API_VERSION","features":[460]},{"name":"WLAN_API_VERSION_1_0","features":[460]},{"name":"WLAN_API_VERSION_2_0","features":[460]},{"name":"WLAN_ASSOCIATION_ATTRIBUTES","features":[460]},{"name":"WLAN_AUTH_CIPHER_PAIR_LIST","features":[460]},{"name":"WLAN_AUTOCONF_OPCODE","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK","features":[307,460]},{"name":"WLAN_AVAILABLE_NETWORK_ANQP_SUPPORTED","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_AUTO_CONNECT_FAILED","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_CONNECTED","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_CONSOLE_USER_PROFILE","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_HAS_PROFILE","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_DOMAIN","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_ENABLED","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_ROAMING","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_INCLUDE_ALL_ADHOC_PROFILES","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_INCLUDE_ALL_MANUAL_HIDDEN_PROFILES","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_INTERWORKING_SUPPORTED","features":[460]},{"name":"WLAN_AVAILABLE_NETWORK_LIST","features":[307,460]},{"name":"WLAN_AVAILABLE_NETWORK_LIST_V2","features":[307,460]},{"name":"WLAN_AVAILABLE_NETWORK_V2","features":[307,460]},{"name":"WLAN_BSS_ENTRY","features":[307,460]},{"name":"WLAN_BSS_LIST","features":[307,460]},{"name":"WLAN_CONNECTION_ADHOC_JOIN_ONLY","features":[460]},{"name":"WLAN_CONNECTION_ATTRIBUTES","features":[307,460]},{"name":"WLAN_CONNECTION_EAPOL_PASSTHROUGH","features":[460]},{"name":"WLAN_CONNECTION_HIDDEN_NETWORK","features":[460]},{"name":"WLAN_CONNECTION_IGNORE_PRIVACY_BIT","features":[460]},{"name":"WLAN_CONNECTION_MODE","features":[460]},{"name":"WLAN_CONNECTION_NOTIFICATION_ADHOC_NETWORK_FORMED","features":[460]},{"name":"WLAN_CONNECTION_NOTIFICATION_CONSOLE_USER_PROFILE","features":[460]},{"name":"WLAN_CONNECTION_NOTIFICATION_DATA","features":[307,460]},{"name":"WLAN_CONNECTION_NOTIFICATION_FLAGS","features":[460]},{"name":"WLAN_CONNECTION_PARAMETERS","features":[321,460]},{"name":"WLAN_CONNECTION_PARAMETERS_V2","features":[321,460]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE","features":[460]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE_CONNECTION_MODE_AUTO","features":[460]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE_OVERWRITE_EXISTING","features":[460]},{"name":"WLAN_COUNTRY_OR_REGION_STRING_LIST","features":[460]},{"name":"WLAN_DEVICE_SERVICE_GUID_LIST","features":[460]},{"name":"WLAN_DEVICE_SERVICE_NOTIFICATION_DATA","features":[460]},{"name":"WLAN_FILTER_LIST_TYPE","features":[460]},{"name":"WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS","features":[460]},{"name":"WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE","features":[460]},{"name":"WLAN_HOSTED_NETWORK_NOTIFICATION_CODE","features":[460]},{"name":"WLAN_HOSTED_NETWORK_OPCODE","features":[460]},{"name":"WLAN_HOSTED_NETWORK_PEER_AUTH_STATE","features":[460]},{"name":"WLAN_HOSTED_NETWORK_PEER_STATE","features":[460]},{"name":"WLAN_HOSTED_NETWORK_RADIO_STATE","features":[460]},{"name":"WLAN_HOSTED_NETWORK_REASON","features":[460]},{"name":"WLAN_HOSTED_NETWORK_SECURITY_SETTINGS","features":[460]},{"name":"WLAN_HOSTED_NETWORK_STATE","features":[460]},{"name":"WLAN_HOSTED_NETWORK_STATE_CHANGE","features":[460]},{"name":"WLAN_HOSTED_NETWORK_STATUS","features":[460]},{"name":"WLAN_IHV_CONTROL_TYPE","features":[460]},{"name":"WLAN_INTERFACE_CAPABILITY","features":[307,460]},{"name":"WLAN_INTERFACE_INFO","features":[460]},{"name":"WLAN_INTERFACE_INFO_LIST","features":[460]},{"name":"WLAN_INTERFACE_STATE","features":[460]},{"name":"WLAN_INTERFACE_TYPE","features":[460]},{"name":"WLAN_INTF_OPCODE","features":[460]},{"name":"WLAN_MAC_FRAME_STATISTICS","features":[460]},{"name":"WLAN_MAX_NAME_LENGTH","features":[460]},{"name":"WLAN_MAX_PHY_INDEX","features":[460]},{"name":"WLAN_MAX_PHY_TYPE_NUMBER","features":[460]},{"name":"WLAN_MSM_NOTIFICATION_DATA","features":[307,460]},{"name":"WLAN_NOTIFICATION_ACM","features":[460]},{"name":"WLAN_NOTIFICATION_CALLBACK","features":[460]},{"name":"WLAN_NOTIFICATION_MSM","features":[460]},{"name":"WLAN_NOTIFICATION_SECURITY","features":[460]},{"name":"WLAN_NOTIFICATION_SOURCES","features":[460]},{"name":"WLAN_NOTIFICATION_SOURCE_ACM","features":[460]},{"name":"WLAN_NOTIFICATION_SOURCE_ALL","features":[460]},{"name":"WLAN_NOTIFICATION_SOURCE_DEVICE_SERVICE","features":[460]},{"name":"WLAN_NOTIFICATION_SOURCE_HNWK","features":[460]},{"name":"WLAN_NOTIFICATION_SOURCE_IHV","features":[460]},{"name":"WLAN_NOTIFICATION_SOURCE_MSM","features":[460]},{"name":"WLAN_NOTIFICATION_SOURCE_NONE","features":[460]},{"name":"WLAN_NOTIFICATION_SOURCE_ONEX","features":[460]},{"name":"WLAN_NOTIFICATION_SOURCE_SECURITY","features":[460]},{"name":"WLAN_OPCODE_VALUE_TYPE","features":[460]},{"name":"WLAN_OPERATIONAL_STATE","features":[460]},{"name":"WLAN_PHY_FRAME_STATISTICS","features":[460]},{"name":"WLAN_PHY_RADIO_STATE","features":[460]},{"name":"WLAN_POWER_SETTING","features":[460]},{"name":"WLAN_PROFILE_CONNECTION_MODE_AUTO","features":[460]},{"name":"WLAN_PROFILE_CONNECTION_MODE_SET_BY_CLIENT","features":[460]},{"name":"WLAN_PROFILE_GET_PLAINTEXT_KEY","features":[460]},{"name":"WLAN_PROFILE_GROUP_POLICY","features":[460]},{"name":"WLAN_PROFILE_INFO","features":[460]},{"name":"WLAN_PROFILE_INFO_LIST","features":[460]},{"name":"WLAN_PROFILE_USER","features":[460]},{"name":"WLAN_RADIO_STATE","features":[460]},{"name":"WLAN_RATE_SET","features":[460]},{"name":"WLAN_RAW_DATA","features":[460]},{"name":"WLAN_RAW_DATA_LIST","features":[460]},{"name":"WLAN_REASON_CODE_AC_BASE","features":[460]},{"name":"WLAN_REASON_CODE_AC_CONNECT_BASE","features":[460]},{"name":"WLAN_REASON_CODE_AC_END","features":[460]},{"name":"WLAN_REASON_CODE_ADHOC_SECURITY_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_AP_PROFILE_NOT_ALLOWED","features":[460]},{"name":"WLAN_REASON_CODE_AP_PROFILE_NOT_ALLOWED_FOR_CLIENT","features":[460]},{"name":"WLAN_REASON_CODE_AP_STARTING_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_ASSOCIATION_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_ASSOCIATION_TIMEOUT","features":[460]},{"name":"WLAN_REASON_CODE_AUTO_AP_PROFILE_NOT_ALLOWED","features":[460]},{"name":"WLAN_REASON_CODE_AUTO_CONNECTION_NOT_ALLOWED","features":[460]},{"name":"WLAN_REASON_CODE_AUTO_SWITCH_SET_FOR_ADHOC","features":[460]},{"name":"WLAN_REASON_CODE_AUTO_SWITCH_SET_FOR_MANUAL_CONNECTION","features":[460]},{"name":"WLAN_REASON_CODE_BAD_MAX_NUMBER_OF_CLIENTS_FOR_AP","features":[460]},{"name":"WLAN_REASON_CODE_BASE","features":[460]},{"name":"WLAN_REASON_CODE_BSS_TYPE_NOT_ALLOWED","features":[460]},{"name":"WLAN_REASON_CODE_BSS_TYPE_UNMATCH","features":[460]},{"name":"WLAN_REASON_CODE_CONFLICT_SECURITY","features":[460]},{"name":"WLAN_REASON_CODE_CONNECT_CALL_FAIL","features":[460]},{"name":"WLAN_REASON_CODE_DATARATE_UNMATCH","features":[460]},{"name":"WLAN_REASON_CODE_DISCONNECT_TIMEOUT","features":[460]},{"name":"WLAN_REASON_CODE_DRIVER_DISCONNECTED","features":[460]},{"name":"WLAN_REASON_CODE_DRIVER_OPERATION_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_GP_DENIED","features":[460]},{"name":"WLAN_REASON_CODE_HOTSPOT2_PROFILE_DENIED","features":[460]},{"name":"WLAN_REASON_CODE_HOTSPOT2_PROFILE_NOT_ALLOWED","features":[460]},{"name":"WLAN_REASON_CODE_IHV_CONNECTIVITY_NOT_SUPPORTED","features":[460]},{"name":"WLAN_REASON_CODE_IHV_NOT_AVAILABLE","features":[460]},{"name":"WLAN_REASON_CODE_IHV_NOT_RESPONDING","features":[460]},{"name":"WLAN_REASON_CODE_IHV_OUI_MISMATCH","features":[460]},{"name":"WLAN_REASON_CODE_IHV_OUI_MISSING","features":[460]},{"name":"WLAN_REASON_CODE_IHV_SECURITY_NOT_SUPPORTED","features":[460]},{"name":"WLAN_REASON_CODE_IHV_SECURITY_ONEX_MISSING","features":[460]},{"name":"WLAN_REASON_CODE_IHV_SETTINGS_MISSING","features":[460]},{"name":"WLAN_REASON_CODE_INTERNAL_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_INVALID_ADHOC_CONNECTION_MODE","features":[460]},{"name":"WLAN_REASON_CODE_INVALID_BSS_TYPE","features":[460]},{"name":"WLAN_REASON_CODE_INVALID_CHANNEL","features":[460]},{"name":"WLAN_REASON_CODE_INVALID_PHY_TYPE","features":[460]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_NAME","features":[460]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_SCHEMA","features":[460]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_TYPE","features":[460]},{"name":"WLAN_REASON_CODE_IN_BLOCKED_LIST","features":[460]},{"name":"WLAN_REASON_CODE_IN_FAILED_LIST","features":[460]},{"name":"WLAN_REASON_CODE_KEY_MISMATCH","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_START_TIMEOUT","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_SUCCESS_TIMEOUT","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_WCN_COMPLETED","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_BASE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CANCELLED","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_DISCOVERY","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_MFP_NW_NIC","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_NETWORK","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_NIC","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_AUTH","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_CIPHER","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_SAFE_MODE_NIC","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_SAFE_MODE_NW","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_CONNECT_BASE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_DOWNGRADE_DETECTED","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_END","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_FORCED_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_GRP_KEY","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_KEY_DATA","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_MGMT_GRP_KEY","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_FORMAT","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_START_TIMEOUT","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_SUCCESS_TIMEOUT","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_M2_MISSING_IE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_M2_MISSING_KEY_DATA","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_GRP_KEY","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_IE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_KEY_DATA","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_MGMT_GRP_KEY","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_TOO_MANY_RSNIE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_MAX","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_MIN","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_MIXED_CELL","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_NIC_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_NO_AUTHENTICATOR","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_NO_PAIRWISE_KEY","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PEER_INDICATED_INSECURE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_AUTH_TIMERS_INVALID","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_DUPLICATE_AUTH_CIPHER","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_AUTH_CIPHER","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_GKEY_INTV","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_KEY_INDEX","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_MODE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_SIZE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_TTL","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PREAUTH_MODE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PREAUTH_THROTTLE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEYMATERIAL_CHAR","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEY_LENGTH","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEY_UNMAPPED_CHAR","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_NO_AUTH_CIPHER_SPECIFIED","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_ONEX_DISABLED","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_ONEX_ENABLED","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PASSPHRASE_CHAR","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PREAUTH_ONLY_ENABLED","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PSK_LENGTH","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PSK_PRESENT","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_RAWDATA_INVALID","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_SAFE_MODE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_TOO_MANY_AUTH_CIPHER_SPECIFIED","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_UNSUPPORTED_AUTH","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_UNSUPPORTED_CIPHER","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_WRONG_KEYTYPE","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PR_IE_MATCHING","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_PSK_MISMATCH_SUSPECTED","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_SEC_IE_MATCHING","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_TRANSITION_NETWORK","features":[460]},{"name":"WLAN_REASON_CODE_MSMSEC_UI_REQUEST_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_MSM_BASE","features":[460]},{"name":"WLAN_REASON_CODE_MSM_CONNECT_BASE","features":[460]},{"name":"WLAN_REASON_CODE_MSM_END","features":[460]},{"name":"WLAN_REASON_CODE_MSM_SECURITY_MISSING","features":[460]},{"name":"WLAN_REASON_CODE_NETWORK_NOT_AVAILABLE","features":[460]},{"name":"WLAN_REASON_CODE_NETWORK_NOT_COMPATIBLE","features":[460]},{"name":"WLAN_REASON_CODE_NON_BROADCAST_SET_FOR_ADHOC","features":[460]},{"name":"WLAN_REASON_CODE_NOT_VISIBLE","features":[460]},{"name":"WLAN_REASON_CODE_NO_AUTO_CONNECTION","features":[460]},{"name":"WLAN_REASON_CODE_NO_VISIBLE_AP","features":[460]},{"name":"WLAN_REASON_CODE_OPERATION_MODE_NOT_SUPPORTED","features":[460]},{"name":"WLAN_REASON_CODE_PHY_TYPE_UNMATCH","features":[460]},{"name":"WLAN_REASON_CODE_PRE_SECURITY_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_PROFILE_BASE","features":[460]},{"name":"WLAN_REASON_CODE_PROFILE_CHANGED_OR_DELETED","features":[460]},{"name":"WLAN_REASON_CODE_PROFILE_CONNECT_BASE","features":[460]},{"name":"WLAN_REASON_CODE_PROFILE_END","features":[460]},{"name":"WLAN_REASON_CODE_PROFILE_MISSING","features":[460]},{"name":"WLAN_REASON_CODE_PROFILE_NOT_COMPATIBLE","features":[460]},{"name":"WLAN_REASON_CODE_PROFILE_SSID_INVALID","features":[460]},{"name":"WLAN_REASON_CODE_RANGE_SIZE","features":[460]},{"name":"WLAN_REASON_CODE_RESERVED_BASE","features":[460]},{"name":"WLAN_REASON_CODE_RESERVED_END","features":[460]},{"name":"WLAN_REASON_CODE_ROAMING_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_ROAMING_SECURITY_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_SCAN_CALL_FAIL","features":[460]},{"name":"WLAN_REASON_CODE_SECURITY_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_SECURITY_MISSING","features":[460]},{"name":"WLAN_REASON_CODE_SECURITY_TIMEOUT","features":[460]},{"name":"WLAN_REASON_CODE_SSID_LIST_TOO_LONG","features":[460]},{"name":"WLAN_REASON_CODE_START_SECURITY_FAILURE","features":[460]},{"name":"WLAN_REASON_CODE_SUCCESS","features":[460]},{"name":"WLAN_REASON_CODE_TOO_MANY_SECURITY_ATTEMPTS","features":[460]},{"name":"WLAN_REASON_CODE_TOO_MANY_SSID","features":[460]},{"name":"WLAN_REASON_CODE_UI_REQUEST_TIMEOUT","features":[460]},{"name":"WLAN_REASON_CODE_UNKNOWN","features":[460]},{"name":"WLAN_REASON_CODE_UNSUPPORTED_SECURITY_SET","features":[460]},{"name":"WLAN_REASON_CODE_UNSUPPORTED_SECURITY_SET_BY_OS","features":[460]},{"name":"WLAN_REASON_CODE_USER_CANCELLED","features":[460]},{"name":"WLAN_REASON_CODE_USER_DENIED","features":[460]},{"name":"WLAN_REASON_CODE_USER_NOT_RESPOND","features":[460]},{"name":"WLAN_SECURABLE_OBJECT","features":[460]},{"name":"WLAN_SECURABLE_OBJECT_COUNT","features":[460]},{"name":"WLAN_SECURITY_ATTRIBUTES","features":[307,460]},{"name":"WLAN_SET_EAPHOST_DATA_ALL_USERS","features":[460]},{"name":"WLAN_SET_EAPHOST_FLAGS","features":[460]},{"name":"WLAN_STATISTICS","features":[460]},{"name":"WLAN_UI_API_INITIAL_VERSION","features":[460]},{"name":"WLAN_UI_API_VERSION","features":[460]},{"name":"WLAdvPage","features":[460]},{"name":"WLConnectionPage","features":[460]},{"name":"WLSecurityPage","features":[460]},{"name":"WL_DISPLAY_PAGES","features":[460]},{"name":"WlanAllocateMemory","features":[460]},{"name":"WlanCloseHandle","features":[307,460]},{"name":"WlanConnect","features":[307,321,460]},{"name":"WlanConnect2","features":[307,321,460]},{"name":"WlanDeleteProfile","features":[307,460]},{"name":"WlanDeviceServiceCommand","features":[307,460]},{"name":"WlanDisconnect","features":[307,460]},{"name":"WlanEnumInterfaces","features":[307,460]},{"name":"WlanExtractPsdIEDataList","features":[307,460]},{"name":"WlanFreeMemory","features":[460]},{"name":"WlanGetAvailableNetworkList","features":[307,460]},{"name":"WlanGetAvailableNetworkList2","features":[307,460]},{"name":"WlanGetFilterList","features":[307,460]},{"name":"WlanGetInterfaceCapability","features":[307,460]},{"name":"WlanGetNetworkBssList","features":[307,460]},{"name":"WlanGetProfile","features":[307,460]},{"name":"WlanGetProfileCustomUserData","features":[307,460]},{"name":"WlanGetProfileList","features":[307,460]},{"name":"WlanGetSecuritySettings","features":[307,460]},{"name":"WlanGetSupportedDeviceServices","features":[307,460]},{"name":"WlanHostedNetworkForceStart","features":[307,460]},{"name":"WlanHostedNetworkForceStop","features":[307,460]},{"name":"WlanHostedNetworkInitSettings","features":[307,460]},{"name":"WlanHostedNetworkQueryProperty","features":[307,460]},{"name":"WlanHostedNetworkQuerySecondaryKey","features":[307,460]},{"name":"WlanHostedNetworkQueryStatus","features":[307,460]},{"name":"WlanHostedNetworkRefreshSecuritySettings","features":[307,460]},{"name":"WlanHostedNetworkSetProperty","features":[307,460]},{"name":"WlanHostedNetworkSetSecondaryKey","features":[307,460]},{"name":"WlanHostedNetworkStartUsing","features":[307,460]},{"name":"WlanHostedNetworkStopUsing","features":[307,460]},{"name":"WlanIhvControl","features":[307,460]},{"name":"WlanOpenHandle","features":[307,460]},{"name":"WlanQueryAutoConfigParameter","features":[307,460]},{"name":"WlanQueryInterface","features":[307,460]},{"name":"WlanReasonCodeToString","features":[460]},{"name":"WlanRegisterDeviceServiceNotification","features":[307,460]},{"name":"WlanRegisterNotification","features":[307,460]},{"name":"WlanRegisterVirtualStationNotification","features":[307,460]},{"name":"WlanRenameProfile","features":[307,460]},{"name":"WlanSaveTemporaryProfile","features":[307,460]},{"name":"WlanScan","features":[307,460]},{"name":"WlanSetAutoConfigParameter","features":[307,460]},{"name":"WlanSetFilterList","features":[307,460]},{"name":"WlanSetInterface","features":[307,460]},{"name":"WlanSetProfile","features":[307,460]},{"name":"WlanSetProfileCustomUserData","features":[307,460]},{"name":"WlanSetProfileEapUserData","features":[307,460,461]},{"name":"WlanSetProfileEapXmlUserData","features":[307,460]},{"name":"WlanSetProfileList","features":[307,460]},{"name":"WlanSetProfilePosition","features":[307,460]},{"name":"WlanSetPsdIEDataList","features":[307,460]},{"name":"WlanSetSecuritySettings","features":[307,460]},{"name":"WlanUIEditProfile","features":[307,460]},{"name":"ch_description_type_center_frequency","features":[460]},{"name":"ch_description_type_logical","features":[460]},{"name":"ch_description_type_phy_specific","features":[460]},{"name":"connection_phase_any","features":[460]},{"name":"connection_phase_initial_connection","features":[460]},{"name":"connection_phase_post_l3_connection","features":[460]},{"name":"dot11_AC_param_BE","features":[460]},{"name":"dot11_AC_param_BK","features":[460]},{"name":"dot11_AC_param_VI","features":[460]},{"name":"dot11_AC_param_VO","features":[460]},{"name":"dot11_AC_param_max","features":[460]},{"name":"dot11_ANQP_query_result_access_issues","features":[460]},{"name":"dot11_ANQP_query_result_advertisement_protocol_not_supported_on_remote","features":[460]},{"name":"dot11_ANQP_query_result_advertisement_server_not_responding","features":[460]},{"name":"dot11_ANQP_query_result_failure","features":[460]},{"name":"dot11_ANQP_query_result_gas_protocol_failure","features":[460]},{"name":"dot11_ANQP_query_result_resources","features":[460]},{"name":"dot11_ANQP_query_result_success","features":[460]},{"name":"dot11_ANQP_query_result_timed_out","features":[460]},{"name":"dot11_BSS_type_any","features":[460]},{"name":"dot11_BSS_type_independent","features":[460]},{"name":"dot11_BSS_type_infrastructure","features":[460]},{"name":"dot11_assoc_state_auth_assoc","features":[460]},{"name":"dot11_assoc_state_auth_unassoc","features":[460]},{"name":"dot11_assoc_state_unauth_unassoc","features":[460]},{"name":"dot11_assoc_state_zero","features":[460]},{"name":"dot11_band_2p4g","features":[460]},{"name":"dot11_band_4p9g","features":[460]},{"name":"dot11_band_5g","features":[460]},{"name":"dot11_diversity_support_dynamic","features":[460]},{"name":"dot11_diversity_support_fixedlist","features":[460]},{"name":"dot11_diversity_support_notsupported","features":[460]},{"name":"dot11_diversity_support_unknown","features":[460]},{"name":"dot11_hop_algo_current","features":[460]},{"name":"dot11_hop_algo_hcc","features":[460]},{"name":"dot11_hop_algo_hop_index","features":[460]},{"name":"dot11_key_direction_both","features":[460]},{"name":"dot11_key_direction_inbound","features":[460]},{"name":"dot11_key_direction_outbound","features":[460]},{"name":"dot11_manufacturing_callback_IHV_end","features":[460]},{"name":"dot11_manufacturing_callback_IHV_start","features":[460]},{"name":"dot11_manufacturing_callback_self_test_complete","features":[460]},{"name":"dot11_manufacturing_callback_sleep_complete","features":[460]},{"name":"dot11_manufacturing_callback_unknown","features":[460]},{"name":"dot11_manufacturing_test_IHV_end","features":[460]},{"name":"dot11_manufacturing_test_IHV_start","features":[460]},{"name":"dot11_manufacturing_test_awake","features":[460]},{"name":"dot11_manufacturing_test_query_adc","features":[460]},{"name":"dot11_manufacturing_test_query_data","features":[460]},{"name":"dot11_manufacturing_test_rx","features":[460]},{"name":"dot11_manufacturing_test_self_query_result","features":[460]},{"name":"dot11_manufacturing_test_self_start","features":[460]},{"name":"dot11_manufacturing_test_set_data","features":[460]},{"name":"dot11_manufacturing_test_sleep","features":[460]},{"name":"dot11_manufacturing_test_tx","features":[460]},{"name":"dot11_manufacturing_test_unknown","features":[460]},{"name":"dot11_offload_type_auth","features":[460]},{"name":"dot11_offload_type_wep","features":[460]},{"name":"dot11_phy_type_IHV_end","features":[460]},{"name":"dot11_phy_type_IHV_start","features":[460]},{"name":"dot11_phy_type_any","features":[460]},{"name":"dot11_phy_type_dmg","features":[460]},{"name":"dot11_phy_type_dsss","features":[460]},{"name":"dot11_phy_type_eht","features":[460]},{"name":"dot11_phy_type_erp","features":[460]},{"name":"dot11_phy_type_fhss","features":[460]},{"name":"dot11_phy_type_he","features":[460]},{"name":"dot11_phy_type_hrdsss","features":[460]},{"name":"dot11_phy_type_ht","features":[460]},{"name":"dot11_phy_type_irbaseband","features":[460]},{"name":"dot11_phy_type_ofdm","features":[460]},{"name":"dot11_phy_type_unknown","features":[460]},{"name":"dot11_phy_type_vht","features":[460]},{"name":"dot11_power_mode_active","features":[460]},{"name":"dot11_power_mode_powersave","features":[460]},{"name":"dot11_power_mode_reason_compliant_AP","features":[460]},{"name":"dot11_power_mode_reason_compliant_WFD_device","features":[460]},{"name":"dot11_power_mode_reason_legacy_WFD_device","features":[460]},{"name":"dot11_power_mode_reason_no_change","features":[460]},{"name":"dot11_power_mode_reason_noncompliant_AP","features":[460]},{"name":"dot11_power_mode_reason_others","features":[460]},{"name":"dot11_power_mode_unknown","features":[460]},{"name":"dot11_radio_state_off","features":[460]},{"name":"dot11_radio_state_on","features":[460]},{"name":"dot11_radio_state_unknown","features":[460]},{"name":"dot11_reset_type_mac","features":[460]},{"name":"dot11_reset_type_phy","features":[460]},{"name":"dot11_reset_type_phy_and_mac","features":[460]},{"name":"dot11_scan_type_active","features":[460]},{"name":"dot11_scan_type_auto","features":[460]},{"name":"dot11_scan_type_forced","features":[460]},{"name":"dot11_scan_type_passive","features":[460]},{"name":"dot11_temp_type_1","features":[460]},{"name":"dot11_temp_type_2","features":[460]},{"name":"dot11_temp_type_unknown","features":[460]},{"name":"dot11_update_ie_op_create_replace","features":[460]},{"name":"dot11_update_ie_op_delete","features":[460]},{"name":"dot11_wfd_discover_type_auto","features":[460]},{"name":"dot11_wfd_discover_type_find_only","features":[460]},{"name":"dot11_wfd_discover_type_forced","features":[460]},{"name":"dot11_wfd_discover_type_scan_only","features":[460]},{"name":"dot11_wfd_discover_type_scan_social_channels","features":[460]},{"name":"dot11_wfd_scan_type_active","features":[460]},{"name":"dot11_wfd_scan_type_auto","features":[460]},{"name":"dot11_wfd_scan_type_passive","features":[460]},{"name":"wlan_adhoc_network_state_connected","features":[460]},{"name":"wlan_adhoc_network_state_formed","features":[460]},{"name":"wlan_autoconf_opcode_allow_explicit_creds","features":[460]},{"name":"wlan_autoconf_opcode_allow_virtual_station_extensibility","features":[460]},{"name":"wlan_autoconf_opcode_block_period","features":[460]},{"name":"wlan_autoconf_opcode_end","features":[460]},{"name":"wlan_autoconf_opcode_only_use_gp_profiles_for_allowed_networks","features":[460]},{"name":"wlan_autoconf_opcode_power_setting","features":[460]},{"name":"wlan_autoconf_opcode_show_denied_networks","features":[460]},{"name":"wlan_autoconf_opcode_start","features":[460]},{"name":"wlan_connection_mode_auto","features":[460]},{"name":"wlan_connection_mode_discovery_secure","features":[460]},{"name":"wlan_connection_mode_discovery_unsecure","features":[460]},{"name":"wlan_connection_mode_invalid","features":[460]},{"name":"wlan_connection_mode_profile","features":[460]},{"name":"wlan_connection_mode_temporary_profile","features":[460]},{"name":"wlan_filter_list_type_gp_deny","features":[460]},{"name":"wlan_filter_list_type_gp_permit","features":[460]},{"name":"wlan_filter_list_type_user_deny","features":[460]},{"name":"wlan_filter_list_type_user_permit","features":[460]},{"name":"wlan_hosted_network_active","features":[460]},{"name":"wlan_hosted_network_idle","features":[460]},{"name":"wlan_hosted_network_opcode_connection_settings","features":[460]},{"name":"wlan_hosted_network_opcode_enable","features":[460]},{"name":"wlan_hosted_network_opcode_security_settings","features":[460]},{"name":"wlan_hosted_network_opcode_station_profile","features":[460]},{"name":"wlan_hosted_network_peer_state_authenticated","features":[460]},{"name":"wlan_hosted_network_peer_state_change","features":[460]},{"name":"wlan_hosted_network_peer_state_invalid","features":[460]},{"name":"wlan_hosted_network_radio_state_change","features":[460]},{"name":"wlan_hosted_network_reason_ap_start_failed","features":[460]},{"name":"wlan_hosted_network_reason_bad_parameters","features":[460]},{"name":"wlan_hosted_network_reason_client_abort","features":[460]},{"name":"wlan_hosted_network_reason_crypt_error","features":[460]},{"name":"wlan_hosted_network_reason_device_change","features":[460]},{"name":"wlan_hosted_network_reason_elevation_required","features":[460]},{"name":"wlan_hosted_network_reason_gp_denied","features":[460]},{"name":"wlan_hosted_network_reason_impersonation","features":[460]},{"name":"wlan_hosted_network_reason_incompatible_connection_started","features":[460]},{"name":"wlan_hosted_network_reason_incompatible_connection_stopped","features":[460]},{"name":"wlan_hosted_network_reason_insufficient_resources","features":[460]},{"name":"wlan_hosted_network_reason_interface_available","features":[460]},{"name":"wlan_hosted_network_reason_interface_unavailable","features":[460]},{"name":"wlan_hosted_network_reason_miniport_started","features":[460]},{"name":"wlan_hosted_network_reason_miniport_stopped","features":[460]},{"name":"wlan_hosted_network_reason_peer_arrived","features":[460]},{"name":"wlan_hosted_network_reason_peer_departed","features":[460]},{"name":"wlan_hosted_network_reason_peer_timeout","features":[460]},{"name":"wlan_hosted_network_reason_persistence_failed","features":[460]},{"name":"wlan_hosted_network_reason_properties_change","features":[460]},{"name":"wlan_hosted_network_reason_read_only","features":[460]},{"name":"wlan_hosted_network_reason_service_available_on_virtual_station","features":[460]},{"name":"wlan_hosted_network_reason_service_shutting_down","features":[460]},{"name":"wlan_hosted_network_reason_service_unavailable","features":[460]},{"name":"wlan_hosted_network_reason_stop_before_start","features":[460]},{"name":"wlan_hosted_network_reason_success","features":[460]},{"name":"wlan_hosted_network_reason_unspecified","features":[460]},{"name":"wlan_hosted_network_reason_user_action","features":[460]},{"name":"wlan_hosted_network_reason_virtual_station_blocking_use","features":[460]},{"name":"wlan_hosted_network_state_change","features":[460]},{"name":"wlan_hosted_network_unavailable","features":[460]},{"name":"wlan_ihv_control_type_driver","features":[460]},{"name":"wlan_ihv_control_type_service","features":[460]},{"name":"wlan_interface_state_ad_hoc_network_formed","features":[460]},{"name":"wlan_interface_state_associating","features":[460]},{"name":"wlan_interface_state_authenticating","features":[460]},{"name":"wlan_interface_state_connected","features":[460]},{"name":"wlan_interface_state_disconnected","features":[460]},{"name":"wlan_interface_state_disconnecting","features":[460]},{"name":"wlan_interface_state_discovering","features":[460]},{"name":"wlan_interface_state_not_ready","features":[460]},{"name":"wlan_interface_type_emulated_802_11","features":[460]},{"name":"wlan_interface_type_invalid","features":[460]},{"name":"wlan_interface_type_native_802_11","features":[460]},{"name":"wlan_intf_opcode_autoconf_enabled","features":[460]},{"name":"wlan_intf_opcode_autoconf_end","features":[460]},{"name":"wlan_intf_opcode_autoconf_start","features":[460]},{"name":"wlan_intf_opcode_background_scan_enabled","features":[460]},{"name":"wlan_intf_opcode_bss_type","features":[460]},{"name":"wlan_intf_opcode_certified_safe_mode","features":[460]},{"name":"wlan_intf_opcode_channel_number","features":[460]},{"name":"wlan_intf_opcode_current_connection","features":[460]},{"name":"wlan_intf_opcode_current_operation_mode","features":[460]},{"name":"wlan_intf_opcode_hosted_network_capable","features":[460]},{"name":"wlan_intf_opcode_ihv_end","features":[460]},{"name":"wlan_intf_opcode_ihv_start","features":[460]},{"name":"wlan_intf_opcode_interface_state","features":[460]},{"name":"wlan_intf_opcode_management_frame_protection_capable","features":[460]},{"name":"wlan_intf_opcode_media_streaming_mode","features":[460]},{"name":"wlan_intf_opcode_msm_end","features":[460]},{"name":"wlan_intf_opcode_msm_start","features":[460]},{"name":"wlan_intf_opcode_radio_state","features":[460]},{"name":"wlan_intf_opcode_rssi","features":[460]},{"name":"wlan_intf_opcode_secondary_sta_interfaces","features":[460]},{"name":"wlan_intf_opcode_secondary_sta_synchronized_connections","features":[460]},{"name":"wlan_intf_opcode_security_end","features":[460]},{"name":"wlan_intf_opcode_security_start","features":[460]},{"name":"wlan_intf_opcode_statistics","features":[460]},{"name":"wlan_intf_opcode_supported_adhoc_auth_cipher_pairs","features":[460]},{"name":"wlan_intf_opcode_supported_country_or_region_string_list","features":[460]},{"name":"wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs","features":[460]},{"name":"wlan_intf_opcode_supported_safe_mode","features":[460]},{"name":"wlan_notification_acm_adhoc_network_state_change","features":[460]},{"name":"wlan_notification_acm_autoconf_disabled","features":[460]},{"name":"wlan_notification_acm_autoconf_enabled","features":[460]},{"name":"wlan_notification_acm_background_scan_disabled","features":[460]},{"name":"wlan_notification_acm_background_scan_enabled","features":[460]},{"name":"wlan_notification_acm_bss_type_change","features":[460]},{"name":"wlan_notification_acm_connection_attempt_fail","features":[460]},{"name":"wlan_notification_acm_connection_complete","features":[460]},{"name":"wlan_notification_acm_connection_start","features":[460]},{"name":"wlan_notification_acm_disconnected","features":[460]},{"name":"wlan_notification_acm_disconnecting","features":[460]},{"name":"wlan_notification_acm_end","features":[460]},{"name":"wlan_notification_acm_filter_list_change","features":[460]},{"name":"wlan_notification_acm_interface_arrival","features":[460]},{"name":"wlan_notification_acm_interface_removal","features":[460]},{"name":"wlan_notification_acm_network_available","features":[460]},{"name":"wlan_notification_acm_network_not_available","features":[460]},{"name":"wlan_notification_acm_operational_state_change","features":[460]},{"name":"wlan_notification_acm_power_setting_change","features":[460]},{"name":"wlan_notification_acm_profile_blocked","features":[460]},{"name":"wlan_notification_acm_profile_change","features":[460]},{"name":"wlan_notification_acm_profile_name_change","features":[460]},{"name":"wlan_notification_acm_profile_unblocked","features":[460]},{"name":"wlan_notification_acm_profiles_exhausted","features":[460]},{"name":"wlan_notification_acm_scan_complete","features":[460]},{"name":"wlan_notification_acm_scan_fail","features":[460]},{"name":"wlan_notification_acm_scan_list_refresh","features":[460]},{"name":"wlan_notification_acm_screen_power_change","features":[460]},{"name":"wlan_notification_acm_start","features":[460]},{"name":"wlan_notification_msm_adapter_operation_mode_change","features":[460]},{"name":"wlan_notification_msm_adapter_removal","features":[460]},{"name":"wlan_notification_msm_associated","features":[460]},{"name":"wlan_notification_msm_associating","features":[460]},{"name":"wlan_notification_msm_authenticating","features":[460]},{"name":"wlan_notification_msm_connected","features":[460]},{"name":"wlan_notification_msm_disassociating","features":[460]},{"name":"wlan_notification_msm_disconnected","features":[460]},{"name":"wlan_notification_msm_end","features":[460]},{"name":"wlan_notification_msm_link_degraded","features":[460]},{"name":"wlan_notification_msm_link_improved","features":[460]},{"name":"wlan_notification_msm_peer_join","features":[460]},{"name":"wlan_notification_msm_peer_leave","features":[460]},{"name":"wlan_notification_msm_radio_state_change","features":[460]},{"name":"wlan_notification_msm_roaming_end","features":[460]},{"name":"wlan_notification_msm_roaming_start","features":[460]},{"name":"wlan_notification_msm_signal_quality_change","features":[460]},{"name":"wlan_notification_msm_start","features":[460]},{"name":"wlan_notification_security_end","features":[460]},{"name":"wlan_notification_security_start","features":[460]},{"name":"wlan_opcode_value_type_invalid","features":[460]},{"name":"wlan_opcode_value_type_query_only","features":[460]},{"name":"wlan_opcode_value_type_set_by_group_policy","features":[460]},{"name":"wlan_opcode_value_type_set_by_user","features":[460]},{"name":"wlan_operational_state_going_off","features":[460]},{"name":"wlan_operational_state_going_on","features":[460]},{"name":"wlan_operational_state_off","features":[460]},{"name":"wlan_operational_state_on","features":[460]},{"name":"wlan_operational_state_unknown","features":[460]},{"name":"wlan_power_setting_invalid","features":[460]},{"name":"wlan_power_setting_low_saving","features":[460]},{"name":"wlan_power_setting_maximum_saving","features":[460]},{"name":"wlan_power_setting_medium_saving","features":[460]},{"name":"wlan_power_setting_no_saving","features":[460]},{"name":"wlan_secure_ac_enabled","features":[460]},{"name":"wlan_secure_add_new_all_user_profiles","features":[460]},{"name":"wlan_secure_add_new_per_user_profiles","features":[460]},{"name":"wlan_secure_all_user_profiles_order","features":[460]},{"name":"wlan_secure_bc_scan_enabled","features":[460]},{"name":"wlan_secure_bss_type","features":[460]},{"name":"wlan_secure_current_operation_mode","features":[460]},{"name":"wlan_secure_deny_list","features":[460]},{"name":"wlan_secure_get_plaintext_key","features":[460]},{"name":"wlan_secure_hosted_network_elevated_access","features":[460]},{"name":"wlan_secure_ihv_control","features":[460]},{"name":"wlan_secure_interface_properties","features":[460]},{"name":"wlan_secure_media_streaming_mode_enabled","features":[460]},{"name":"wlan_secure_permit_list","features":[460]},{"name":"wlan_secure_show_denied","features":[460]},{"name":"wlan_secure_virtual_station_extensibility","features":[460]},{"name":"wlan_secure_wfd_elevated_access","features":[460]}],"465":[{"name":"IWCNConnectNotify","features":[463]},{"name":"IWCNDevice","features":[463]},{"name":"PKEY_WCN_DeviceType_Category","features":[463,380]},{"name":"PKEY_WCN_DeviceType_SubCategory","features":[463,380]},{"name":"PKEY_WCN_DeviceType_SubCategoryOUI","features":[463,380]},{"name":"PKEY_WCN_SSID","features":[463,380]},{"name":"SID_WcnProvider","features":[463]},{"name":"WCNDeviceObject","features":[463]},{"name":"WCN_API_MAX_BUFFER_SIZE","features":[463]},{"name":"WCN_ATTRIBUTE_TYPE","features":[463]},{"name":"WCN_E_AUTHENTICATION_FAILED","features":[463]},{"name":"WCN_E_CONNECTION_REJECTED","features":[463]},{"name":"WCN_E_PEER_NOT_FOUND","features":[463]},{"name":"WCN_E_PROTOCOL_ERROR","features":[463]},{"name":"WCN_E_SESSION_TIMEDOUT","features":[463]},{"name":"WCN_FLAG_AUTHENTICATED_VE","features":[463]},{"name":"WCN_FLAG_DISCOVERY_VE","features":[463]},{"name":"WCN_FLAG_ENCRYPTED_VE","features":[463]},{"name":"WCN_MICROSOFT_VENDOR_ID","features":[463]},{"name":"WCN_NO_SUBTYPE","features":[463]},{"name":"WCN_NUM_ATTRIBUTE_TYPES","features":[463]},{"name":"WCN_PASSWORD_TYPE","features":[463]},{"name":"WCN_PASSWORD_TYPE_OOB_SPECIFIED","features":[463]},{"name":"WCN_PASSWORD_TYPE_PIN","features":[463]},{"name":"WCN_PASSWORD_TYPE_PIN_REGISTRAR_SPECIFIED","features":[463]},{"name":"WCN_PASSWORD_TYPE_PUSH_BUTTON","features":[463]},{"name":"WCN_PASSWORD_TYPE_WFDS","features":[463]},{"name":"WCN_QUERY_CONSTRAINT_USE_SOFTAP","features":[463]},{"name":"WCN_SESSION_STATUS","features":[463]},{"name":"WCN_SESSION_STATUS_FAILURE_GENERIC","features":[463]},{"name":"WCN_SESSION_STATUS_FAILURE_TIMEOUT","features":[463]},{"name":"WCN_SESSION_STATUS_SUCCESS","features":[463]},{"name":"WCN_TYPE_802_1X_ENABLED","features":[463]},{"name":"WCN_TYPE_APPLICATION_EXTENSION","features":[463]},{"name":"WCN_TYPE_APPSESSIONKEY","features":[463]},{"name":"WCN_TYPE_AP_CHANNEL","features":[463]},{"name":"WCN_TYPE_AP_SETUP_LOCKED","features":[463]},{"name":"WCN_TYPE_ASSOCIATION_STATE","features":[463]},{"name":"WCN_TYPE_AUTHENTICATION_TYPE","features":[463]},{"name":"WCN_TYPE_AUTHENTICATION_TYPE_FLAGS","features":[463]},{"name":"WCN_TYPE_AUTHENTICATOR","features":[463]},{"name":"WCN_TYPE_AUTHORIZED_MACS","features":[463]},{"name":"WCN_TYPE_BSSID","features":[463]},{"name":"WCN_TYPE_CONFIGURATION_ERROR","features":[463]},{"name":"WCN_TYPE_CONFIG_METHODS","features":[463]},{"name":"WCN_TYPE_CONFIRMATION_URL4","features":[463]},{"name":"WCN_TYPE_CONFIRMATION_URL6","features":[463]},{"name":"WCN_TYPE_CONNECTION_TYPE","features":[463]},{"name":"WCN_TYPE_CONNECTION_TYPE_FLAGS","features":[463]},{"name":"WCN_TYPE_CREDENTIAL","features":[463]},{"name":"WCN_TYPE_CURRENT_SSID","features":[463]},{"name":"WCN_TYPE_DEVICE_NAME","features":[463]},{"name":"WCN_TYPE_DEVICE_PASSWORD_ID","features":[463]},{"name":"WCN_TYPE_DOT11_MAC_ADDRESS","features":[463]},{"name":"WCN_TYPE_EAP_IDENTITY","features":[463]},{"name":"WCN_TYPE_EAP_TYPE","features":[463]},{"name":"WCN_TYPE_ENCRYPTED_SETTINGS","features":[463]},{"name":"WCN_TYPE_ENCRYPTION_TYPE","features":[463]},{"name":"WCN_TYPE_ENCRYPTION_TYPE_FLAGS","features":[463]},{"name":"WCN_TYPE_ENROLLEE_NONCE","features":[463]},{"name":"WCN_TYPE_E_HASH1","features":[463]},{"name":"WCN_TYPE_E_HASH2","features":[463]},{"name":"WCN_TYPE_E_SNONCE1","features":[463]},{"name":"WCN_TYPE_E_SNONCE2","features":[463]},{"name":"WCN_TYPE_FEATURE_ID","features":[463]},{"name":"WCN_TYPE_IDENTITY","features":[463]},{"name":"WCN_TYPE_IDENTITY_PROOF","features":[463]},{"name":"WCN_TYPE_INITIALIZATION_VECTOR","features":[463]},{"name":"WCN_TYPE_KEY_IDENTIFIER","features":[463]},{"name":"WCN_TYPE_KEY_LIFETIME","features":[463]},{"name":"WCN_TYPE_KEY_PROVIDED_AUTOMATICALLY","features":[463]},{"name":"WCN_TYPE_KEY_WRAP_AUTHENTICATOR","features":[463]},{"name":"WCN_TYPE_MAC_ADDRESS","features":[463]},{"name":"WCN_TYPE_MANUFACTURER","features":[463]},{"name":"WCN_TYPE_MESSAGE_COUNTER","features":[463]},{"name":"WCN_TYPE_MESSAGE_TYPE","features":[463]},{"name":"WCN_TYPE_MODEL_NAME","features":[463]},{"name":"WCN_TYPE_MODEL_NUMBER","features":[463]},{"name":"WCN_TYPE_NETWORK_INDEX","features":[463]},{"name":"WCN_TYPE_NETWORK_KEY","features":[463]},{"name":"WCN_TYPE_NETWORK_KEY_INDEX","features":[463]},{"name":"WCN_TYPE_NETWORK_KEY_SHAREABLE","features":[463]},{"name":"WCN_TYPE_NEW_DEVICE_NAME","features":[463]},{"name":"WCN_TYPE_NEW_PASSWORD","features":[463]},{"name":"WCN_TYPE_OOB_DEVICE_PASSWORD","features":[463]},{"name":"WCN_TYPE_OS_VERSION","features":[463]},{"name":"WCN_TYPE_PERMITTED_CONFIG_METHODS","features":[463]},{"name":"WCN_TYPE_PORTABLE_DEVICE","features":[463]},{"name":"WCN_TYPE_POWER_LEVEL","features":[463]},{"name":"WCN_TYPE_PRIMARY_DEVICE_TYPE","features":[463]},{"name":"WCN_TYPE_PRIMARY_DEVICE_TYPE_CATEGORY","features":[463]},{"name":"WCN_TYPE_PRIMARY_DEVICE_TYPE_SUBCATEGORY","features":[463]},{"name":"WCN_TYPE_PRIMARY_DEVICE_TYPE_SUBCATEGORY_OUI","features":[463]},{"name":"WCN_TYPE_PSK_CURRENT","features":[463]},{"name":"WCN_TYPE_PSK_MAX","features":[463]},{"name":"WCN_TYPE_PUBLIC_KEY","features":[463]},{"name":"WCN_TYPE_PUBLIC_KEY_HASH","features":[463]},{"name":"WCN_TYPE_RADIO_ENABLED","features":[463]},{"name":"WCN_TYPE_REBOOT","features":[463]},{"name":"WCN_TYPE_REGISTRAR_CURRENT","features":[463]},{"name":"WCN_TYPE_REGISTRAR_ESTABLISHED","features":[463]},{"name":"WCN_TYPE_REGISTRAR_LIST","features":[463]},{"name":"WCN_TYPE_REGISTRAR_MAX","features":[463]},{"name":"WCN_TYPE_REGISTRAR_NONCE","features":[463]},{"name":"WCN_TYPE_REKEY_KEY","features":[463]},{"name":"WCN_TYPE_REQUESTED_DEVICE_TYPE","features":[463]},{"name":"WCN_TYPE_REQUEST_TO_ENROLL","features":[463]},{"name":"WCN_TYPE_REQUEST_TYPE","features":[463]},{"name":"WCN_TYPE_RESPONSE_TYPE","features":[463]},{"name":"WCN_TYPE_RF_BANDS","features":[463]},{"name":"WCN_TYPE_R_HASH1","features":[463]},{"name":"WCN_TYPE_R_HASH2","features":[463]},{"name":"WCN_TYPE_R_SNONCE1","features":[463]},{"name":"WCN_TYPE_R_SNONCE2","features":[463]},{"name":"WCN_TYPE_SECONDARY_DEVICE_TYPE_LIST","features":[463]},{"name":"WCN_TYPE_SELECTED_REGISTRAR","features":[463]},{"name":"WCN_TYPE_SELECTED_REGISTRAR_CONFIG_METHODS","features":[463]},{"name":"WCN_TYPE_SERIAL_NUMBER","features":[463]},{"name":"WCN_TYPE_SETTINGS_DELAY_TIME","features":[463]},{"name":"WCN_TYPE_SSID","features":[463]},{"name":"WCN_TYPE_TOTAL_NETWORKS","features":[463]},{"name":"WCN_TYPE_UUID","features":[463]},{"name":"WCN_TYPE_UUID_E","features":[463]},{"name":"WCN_TYPE_UUID_R","features":[463]},{"name":"WCN_TYPE_VENDOR_EXTENSION","features":[463]},{"name":"WCN_TYPE_VENDOR_EXTENSION_WFA","features":[463]},{"name":"WCN_TYPE_VERSION","features":[463]},{"name":"WCN_TYPE_VERSION2","features":[463]},{"name":"WCN_TYPE_WEPTRANSMITKEY","features":[463]},{"name":"WCN_TYPE_WI_FI_PROTECTED_SETUP_STATE","features":[463]},{"name":"WCN_TYPE_X_509_CERTIFICATE","features":[463]},{"name":"WCN_TYPE_X_509_CERTIFICATE_REQUEST","features":[463]},{"name":"WCN_VALUE_AS_ASSOCIATION_FAILURE","features":[463]},{"name":"WCN_VALUE_AS_CONFIGURATION_FAILURE","features":[463]},{"name":"WCN_VALUE_AS_CONNECTION_SUCCESS","features":[463]},{"name":"WCN_VALUE_AS_IP_FAILURE","features":[463]},{"name":"WCN_VALUE_AS_NOT_ASSOCIATED","features":[463]},{"name":"WCN_VALUE_AT_OPEN","features":[463]},{"name":"WCN_VALUE_AT_SHARED","features":[463]},{"name":"WCN_VALUE_AT_WPA","features":[463]},{"name":"WCN_VALUE_AT_WPA2","features":[463]},{"name":"WCN_VALUE_AT_WPA2PSK","features":[463]},{"name":"WCN_VALUE_AT_WPAPSK","features":[463]},{"name":"WCN_VALUE_AT_WPAWPA2PSK_MIXED","features":[463]},{"name":"WCN_VALUE_CE_2_4_CHANNEL_NOT_SUPPORTED","features":[463]},{"name":"WCN_VALUE_CE_5_0_CHANNEL_NOT_SUPPORTED","features":[463]},{"name":"WCN_VALUE_CE_COULD_NOT_CONNECT_TO_REGISTRAR","features":[463]},{"name":"WCN_VALUE_CE_DECRYPTION_CRC_FAILURE","features":[463]},{"name":"WCN_VALUE_CE_DEVICE_BUSY","features":[463]},{"name":"WCN_VALUE_CE_DEVICE_PASSWORD_AUTH_FAILURE","features":[463]},{"name":"WCN_VALUE_CE_FAILED_DHCP_CONFIG","features":[463]},{"name":"WCN_VALUE_CE_IP_ADDRESS_CONFLICT","features":[463]},{"name":"WCN_VALUE_CE_MESSAGE_TIMEOUT","features":[463]},{"name":"WCN_VALUE_CE_MULTIPLE_PBC_SESSIONS_DETECTED","features":[463]},{"name":"WCN_VALUE_CE_NETWORK_ASSOCIATION_FAILURE","features":[463]},{"name":"WCN_VALUE_CE_NETWORK_AUTHENTICATION_FAILURE","features":[463]},{"name":"WCN_VALUE_CE_NO_DHCP_RESPONSE","features":[463]},{"name":"WCN_VALUE_CE_NO_ERROR","features":[463]},{"name":"WCN_VALUE_CE_OOB_INTERFACE_READ_ERROR","features":[463]},{"name":"WCN_VALUE_CE_REGISTRATION_SESSION_TIMEOUT","features":[463]},{"name":"WCN_VALUE_CE_ROGUE_ACTIVITY_SUSPECTED","features":[463]},{"name":"WCN_VALUE_CE_SETUP_LOCKED","features":[463]},{"name":"WCN_VALUE_CE_SIGNAL_TOO_WEAK","features":[463]},{"name":"WCN_VALUE_CM_DISPLAY","features":[463]},{"name":"WCN_VALUE_CM_ETHERNET","features":[463]},{"name":"WCN_VALUE_CM_EXTERNAL_NFC","features":[463]},{"name":"WCN_VALUE_CM_INTEGRATED_NFC","features":[463]},{"name":"WCN_VALUE_CM_KEYPAD","features":[463]},{"name":"WCN_VALUE_CM_LABEL","features":[463]},{"name":"WCN_VALUE_CM_NFC_INTERFACE","features":[463]},{"name":"WCN_VALUE_CM_PHYS_DISPLAY","features":[463]},{"name":"WCN_VALUE_CM_PHYS_PUSHBUTTON","features":[463]},{"name":"WCN_VALUE_CM_PUSHBUTTON","features":[463]},{"name":"WCN_VALUE_CM_USBA","features":[463]},{"name":"WCN_VALUE_CM_VIRT_DISPLAY","features":[463]},{"name":"WCN_VALUE_CM_VIRT_PUSHBUTTON","features":[463]},{"name":"WCN_VALUE_CT_ESS","features":[463]},{"name":"WCN_VALUE_CT_IBSS","features":[463]},{"name":"WCN_VALUE_DP_DEFAULT","features":[463]},{"name":"WCN_VALUE_DP_MACHINE_SPECIFIED","features":[463]},{"name":"WCN_VALUE_DP_NFC_CONNECTION_HANDOVER","features":[463]},{"name":"WCN_VALUE_DP_OUTOFBAND_MAX","features":[463]},{"name":"WCN_VALUE_DP_OUTOFBAND_MIN","features":[463]},{"name":"WCN_VALUE_DP_PUSHBUTTON","features":[463]},{"name":"WCN_VALUE_DP_REGISTRAR_SPECIFIED","features":[463]},{"name":"WCN_VALUE_DP_REKEY","features":[463]},{"name":"WCN_VALUE_DP_USER_SPECIFIED","features":[463]},{"name":"WCN_VALUE_DP_WFD_SERVICES","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_AUDIO_DEVICE","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_CAMERA","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_COMPUTER","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_DISPLAY","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_GAMING_DEVICE","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_INPUT_DEVICE","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_MULTIMEDIA_DEVICE","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_NETWORK_INFRASTRUCTURE","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_OTHER","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_PRINTER","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_STORAGE","features":[463]},{"name":"WCN_VALUE_DT_CATEGORY_TELEPHONE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__HEADPHONES","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__HEADSET","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__HOMETHEATER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__MICROPHONE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__PMP","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__SPEAKERS","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__TUNER_RECEIVER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_CAMERA__SECURITY_CAMERA","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_CAMERA__STILL_CAMERA","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_CAMERA__VIDEO_CAMERA","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_CAMERA__WEB_CAMERA","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__DESKTOP","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__MEDIACENTER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__MID","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__NETBOOK","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__NOTEBOOK","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__PC","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__SERVER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__ULTRAMOBILEPC","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_DISPLAY__MONITOR","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_DISPLAY__PICTURE_FRAME","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_DISPLAY__PROJECTOR","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_DISPLAY__TELEVISION","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_GAMING_DEVICE__CONSOLE_ADAPT","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_GAMING_DEVICE__PLAYSTATION","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_GAMING_DEVICE__PORTABLE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_GAMING_DEVICE__XBOX","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_GAMING_DEVICE__XBOX360","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__BARCODEREADER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__BIOMETRICREADER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__GAMECONTROLLER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__JOYSTICK","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__KEYBOARD","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__MOUSE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__REMOTE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__TOUCHSCREEN","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__TRACKBALL","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__DAR","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__MCX","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__MEDIA_SERVER_ADAPT_EXT","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__PVP","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__PVR","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__SETTOPBOX","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_NETWORK_INFRASTRUCUTURE__AP","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_NETWORK_INFRASTRUCUTURE__BRIDGE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_NETWORK_INFRASTRUCUTURE__GATEWAY","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_NETWORK_INFRASTRUCUTURE__ROUTER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_NETWORK_INFRASTRUCUTURE__SWITCH","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_PRINTER__ALLINONE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_PRINTER__COPIER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_PRINTER__FAX","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_PRINTER__PRINTER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_PRINTER__SCANNER","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_STORAGE__NAS","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_TELEPHONE__PHONE_DUALMODE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_TELEPHONE__PHONE_SINGLEMODE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_TELEPHONE__SMARTPHONE_DUALMODE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_TELEPHONE__SMARTPHONE_SINGLEMODE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_TELEPHONE__WINDOWS_MOBILE","features":[463]},{"name":"WCN_VALUE_DT_SUBTYPE_WIFI_OUI","features":[463]},{"name":"WCN_VALUE_ET_AES","features":[463]},{"name":"WCN_VALUE_ET_NONE","features":[463]},{"name":"WCN_VALUE_ET_TKIP","features":[463]},{"name":"WCN_VALUE_ET_TKIP_AES_MIXED","features":[463]},{"name":"WCN_VALUE_ET_WEP","features":[463]},{"name":"WCN_VALUE_FALSE","features":[463]},{"name":"WCN_VALUE_MT_ACK","features":[463]},{"name":"WCN_VALUE_MT_BEACON","features":[463]},{"name":"WCN_VALUE_MT_DONE","features":[463]},{"name":"WCN_VALUE_MT_M1","features":[463]},{"name":"WCN_VALUE_MT_M2","features":[463]},{"name":"WCN_VALUE_MT_M2D","features":[463]},{"name":"WCN_VALUE_MT_M3","features":[463]},{"name":"WCN_VALUE_MT_M4","features":[463]},{"name":"WCN_VALUE_MT_M5","features":[463]},{"name":"WCN_VALUE_MT_M6","features":[463]},{"name":"WCN_VALUE_MT_M7","features":[463]},{"name":"WCN_VALUE_MT_M8","features":[463]},{"name":"WCN_VALUE_MT_NACK","features":[463]},{"name":"WCN_VALUE_MT_PROBE_REQUEST","features":[463]},{"name":"WCN_VALUE_MT_PROBE_RESPONSE","features":[463]},{"name":"WCN_VALUE_RB_24GHZ","features":[463]},{"name":"WCN_VALUE_RB_50GHZ","features":[463]},{"name":"WCN_VALUE_ReqT_ENROLLEE_INFO","features":[463]},{"name":"WCN_VALUE_ReqT_ENROLLEE_OPEN_1X","features":[463]},{"name":"WCN_VALUE_ReqT_MANAGER_REGISTRAR","features":[463]},{"name":"WCN_VALUE_ReqT_REGISTRAR","features":[463]},{"name":"WCN_VALUE_RspT_AP","features":[463]},{"name":"WCN_VALUE_RspT_ENROLLEE_INFO","features":[463]},{"name":"WCN_VALUE_RspT_ENROLLEE_OPEN_1X","features":[463]},{"name":"WCN_VALUE_RspT_REGISTRAR","features":[463]},{"name":"WCN_VALUE_SS_CONFIGURED","features":[463]},{"name":"WCN_VALUE_SS_NOT_CONFIGURED","features":[463]},{"name":"WCN_VALUE_SS_RESERVED00","features":[463]},{"name":"WCN_VALUE_TRUE","features":[463]},{"name":"WCN_VALUE_TYPE_ASSOCIATION_STATE","features":[463]},{"name":"WCN_VALUE_TYPE_AUTHENTICATION_TYPE","features":[463]},{"name":"WCN_VALUE_TYPE_BOOLEAN","features":[463]},{"name":"WCN_VALUE_TYPE_CONFIGURATION_ERROR","features":[463]},{"name":"WCN_VALUE_TYPE_CONFIG_METHODS","features":[463]},{"name":"WCN_VALUE_TYPE_CONNECTION_TYPE","features":[463]},{"name":"WCN_VALUE_TYPE_DEVICE_PASSWORD_ID","features":[463]},{"name":"WCN_VALUE_TYPE_ENCRYPTION_TYPE","features":[463]},{"name":"WCN_VALUE_TYPE_MESSAGE_TYPE","features":[463]},{"name":"WCN_VALUE_TYPE_PRIMARY_DEVICE_TYPE","features":[463]},{"name":"WCN_VALUE_TYPE_REQUEST_TYPE","features":[463]},{"name":"WCN_VALUE_TYPE_RESPONSE_TYPE","features":[463]},{"name":"WCN_VALUE_TYPE_RF_BANDS","features":[463]},{"name":"WCN_VALUE_TYPE_VERSION","features":[463]},{"name":"WCN_VALUE_TYPE_WI_FI_PROTECTED_SETUP_STATE","features":[463]},{"name":"WCN_VALUE_VERSION_1_0","features":[463]},{"name":"WCN_VALUE_VERSION_2_0","features":[463]},{"name":"WCN_VENDOR_EXTENSION_SPEC","features":[463]}],"466":[{"name":"FreeInterfaceContextTable","features":[307,464]},{"name":"GetInterfaceContextTableForHostName","features":[307,464]},{"name":"NET_INTERFACE_CONTEXT","features":[464]},{"name":"NET_INTERFACE_CONTEXT_TABLE","features":[307,464]},{"name":"NET_INTERFACE_FLAG_CONNECT_IF_NEEDED","features":[464]},{"name":"NET_INTERFACE_FLAG_NONE","features":[464]},{"name":"ONDEMAND_NOTIFICATION_CALLBACK","features":[464]},{"name":"OnDemandGetRoutingHint","features":[464]},{"name":"OnDemandRegisterNotification","features":[307,464]},{"name":"OnDemandUnRegisterNotification","features":[307,464]},{"name":"WCM_API_VERSION","features":[464]},{"name":"WCM_API_VERSION_1_0","features":[464]},{"name":"WCM_BILLING_CYCLE_INFO","features":[307,464]},{"name":"WCM_CONNECTION_COST","features":[464]},{"name":"WCM_CONNECTION_COST_APPROACHINGDATALIMIT","features":[464]},{"name":"WCM_CONNECTION_COST_CONGESTED","features":[464]},{"name":"WCM_CONNECTION_COST_DATA","features":[464]},{"name":"WCM_CONNECTION_COST_FIXED","features":[464]},{"name":"WCM_CONNECTION_COST_OVERDATALIMIT","features":[464]},{"name":"WCM_CONNECTION_COST_ROAMING","features":[464]},{"name":"WCM_CONNECTION_COST_SOURCE","features":[464]},{"name":"WCM_CONNECTION_COST_SOURCE_DEFAULT","features":[464]},{"name":"WCM_CONNECTION_COST_SOURCE_GP","features":[464]},{"name":"WCM_CONNECTION_COST_SOURCE_OPERATOR","features":[464]},{"name":"WCM_CONNECTION_COST_SOURCE_USER","features":[464]},{"name":"WCM_CONNECTION_COST_UNKNOWN","features":[464]},{"name":"WCM_CONNECTION_COST_UNRESTRICTED","features":[464]},{"name":"WCM_CONNECTION_COST_VARIABLE","features":[464]},{"name":"WCM_DATAPLAN_STATUS","features":[307,464]},{"name":"WCM_MAX_PROFILE_NAME","features":[464]},{"name":"WCM_MEDIA_TYPE","features":[464]},{"name":"WCM_POLICY_VALUE","features":[307,464]},{"name":"WCM_PROFILE_INFO","features":[464]},{"name":"WCM_PROFILE_INFO_LIST","features":[464]},{"name":"WCM_PROPERTY","features":[464]},{"name":"WCM_TIME_INTERVAL","features":[464]},{"name":"WCM_UNKNOWN_DATAPLAN_STATUS","features":[464]},{"name":"WCM_USAGE_DATA","features":[307,464]},{"name":"WcmFreeMemory","features":[464]},{"name":"WcmGetProfileList","features":[464]},{"name":"WcmQueryProperty","features":[464]},{"name":"WcmSetProfileList","features":[307,464]},{"name":"WcmSetProperty","features":[464]},{"name":"wcm_global_property_domain_policy","features":[464]},{"name":"wcm_global_property_minimize_policy","features":[464]},{"name":"wcm_global_property_powermanagement_policy","features":[464]},{"name":"wcm_global_property_roaming_policy","features":[464]},{"name":"wcm_intf_property_connection_cost","features":[464]},{"name":"wcm_intf_property_dataplan_status","features":[464]},{"name":"wcm_intf_property_hotspot_profile","features":[464]},{"name":"wcm_media_ethernet","features":[464]},{"name":"wcm_media_invalid","features":[464]},{"name":"wcm_media_max","features":[464]},{"name":"wcm_media_mbn","features":[464]},{"name":"wcm_media_unknown","features":[464]},{"name":"wcm_media_wlan","features":[464]}],"467":[{"name":"DL_ADDRESS_TYPE","features":[323]},{"name":"DlBroadcast","features":[323]},{"name":"DlMulticast","features":[323]},{"name":"DlUnicast","features":[323]},{"name":"FWPM_ACTION0","features":[323]},{"name":"FWPM_ACTRL_ADD","features":[323]},{"name":"FWPM_ACTRL_ADD_LINK","features":[323]},{"name":"FWPM_ACTRL_BEGIN_READ_TXN","features":[323]},{"name":"FWPM_ACTRL_BEGIN_WRITE_TXN","features":[323]},{"name":"FWPM_ACTRL_CLASSIFY","features":[323]},{"name":"FWPM_ACTRL_ENUM","features":[323]},{"name":"FWPM_ACTRL_OPEN","features":[323]},{"name":"FWPM_ACTRL_READ","features":[323]},{"name":"FWPM_ACTRL_READ_STATS","features":[323]},{"name":"FWPM_ACTRL_SUBSCRIBE","features":[323]},{"name":"FWPM_ACTRL_WRITE","features":[323]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT","features":[323]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT_SERVER","features":[323]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_PRIVATE_NETWORK","features":[323]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_TYPE","features":[323]},{"name":"FWPM_AUTO_WEIGHT_BITS","features":[323]},{"name":"FWPM_CALLOUT0","features":[323]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_1","features":[323]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_2","features":[323]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_3","features":[323]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_4","features":[323]},{"name":"FWPM_CALLOUT_CHANGE0","features":[323]},{"name":"FWPM_CALLOUT_CHANGE_CALLBACK0","features":[323]},{"name":"FWPM_CALLOUT_EDGE_TRAVERSAL_ALE_LISTEN_V4","features":[323]},{"name":"FWPM_CALLOUT_EDGE_TRAVERSAL_ALE_RESOURCE_ASSIGNMENT_V4","features":[323]},{"name":"FWPM_CALLOUT_ENUM_TEMPLATE0","features":[323]},{"name":"FWPM_CALLOUT_FLAG_PERSISTENT","features":[323]},{"name":"FWPM_CALLOUT_FLAG_REGISTERED","features":[323]},{"name":"FWPM_CALLOUT_FLAG_USES_PROVIDER_CONTEXT","features":[323]},{"name":"FWPM_CALLOUT_HTTP_TEMPLATE_SSL_HANDSHAKE","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_ALE_CONNECT_V4","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_ALE_CONNECT_V6","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_DOSP_FORWARD_V4","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_DOSP_FORWARD_V6","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_INBOUND_TUNNEL_V4","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_INBOUND_TUNNEL_V6","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_OUTBOUND_TUNNEL_V4","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_OUTBOUND_TUNNEL_V6","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_INITIATE_SECURE_V4","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_INITIATE_SECURE_V6","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V4","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V6","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_ALE_ACCEPT_V4","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_ALE_ACCEPT_V6","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_V4","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_V6","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TRANSPORT_V4","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TRANSPORT_V6","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TUNNEL_V4","features":[323]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TUNNEL_V6","features":[323]},{"name":"FWPM_CALLOUT_OUTBOUND_NETWORK_CONNECTION_POLICY_LAYER_V4","features":[323]},{"name":"FWPM_CALLOUT_OUTBOUND_NETWORK_CONNECTION_POLICY_LAYER_V6","features":[323]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_CONNECT_LAYER_V4","features":[323]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_CONNECT_LAYER_V6","features":[323]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_RECV_ACCEPT_LAYER_V4","features":[323]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_RECV_ACCEPT_LAYER_V6","features":[323]},{"name":"FWPM_CALLOUT_RESERVED_AUTH_CONNECT_LAYER_V4","features":[323]},{"name":"FWPM_CALLOUT_RESERVED_AUTH_CONNECT_LAYER_V6","features":[323]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_CONNECT_LAYER_V4","features":[323]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_CONNECT_LAYER_V6","features":[323]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_RECV_ACCEPT_LAYER_V4","features":[323]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_RECV_ACCEPT_LAYER_V6","features":[323]},{"name":"FWPM_CALLOUT_SUBSCRIPTION0","features":[323]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_ACCEPT_LAYER_V4","features":[323]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_ACCEPT_LAYER_V6","features":[323]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_CONNECT_LAYER_V4","features":[323]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_CONNECT_LAYER_V6","features":[323]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_ACCEPT_LAYER_V4","features":[323]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_ACCEPT_LAYER_V6","features":[323]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_CONNECT_LAYER_V4","features":[323]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_CONNECT_LAYER_V6","features":[323]},{"name":"FWPM_CALLOUT_TEREDO_ALE_LISTEN_V6","features":[323]},{"name":"FWPM_CALLOUT_TEREDO_ALE_RESOURCE_ASSIGNMENT_V6","features":[323]},{"name":"FWPM_CALLOUT_WFP_TRANSPORT_LAYER_V4_SILENT_DROP","features":[323]},{"name":"FWPM_CALLOUT_WFP_TRANSPORT_LAYER_V6_SILENT_DROP","features":[323]},{"name":"FWPM_CHANGE_ADD","features":[323]},{"name":"FWPM_CHANGE_DELETE","features":[323]},{"name":"FWPM_CHANGE_TYPE","features":[323]},{"name":"FWPM_CHANGE_TYPE_MAX","features":[323]},{"name":"FWPM_CLASSIFY_OPTION0","features":[323,310]},{"name":"FWPM_CLASSIFY_OPTIONS0","features":[323,310]},{"name":"FWPM_CLASSIFY_OPTIONS_CONTEXT","features":[323]},{"name":"FWPM_CONDITION_ALE_APP_ID","features":[323]},{"name":"FWPM_CONDITION_ALE_EFFECTIVE_NAME","features":[323]},{"name":"FWPM_CONDITION_ALE_NAP_CONTEXT","features":[323]},{"name":"FWPM_CONDITION_ALE_ORIGINAL_APP_ID","features":[323]},{"name":"FWPM_CONDITION_ALE_PACKAGE_ID","features":[323]},{"name":"FWPM_CONDITION_ALE_PROMISCUOUS_MODE","features":[323]},{"name":"FWPM_CONDITION_ALE_REAUTH_REASON","features":[323]},{"name":"FWPM_CONDITION_ALE_REMOTE_MACHINE_ID","features":[323]},{"name":"FWPM_CONDITION_ALE_REMOTE_USER_ID","features":[323]},{"name":"FWPM_CONDITION_ALE_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[323]},{"name":"FWPM_CONDITION_ALE_SIO_FIREWALL_SYSTEM_PORT","features":[323]},{"name":"FWPM_CONDITION_ALE_USER_ID","features":[323]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_INDEX","features":[323]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_PROFILE_ID","features":[323]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_TYPE","features":[323]},{"name":"FWPM_CONDITION_ARRIVAL_TUNNEL_TYPE","features":[323]},{"name":"FWPM_CONDITION_AUTHENTICATION_TYPE","features":[323]},{"name":"FWPM_CONDITION_CLIENT_CERT_KEY_LENGTH","features":[323]},{"name":"FWPM_CONDITION_CLIENT_CERT_OID","features":[323]},{"name":"FWPM_CONDITION_CLIENT_TOKEN","features":[323]},{"name":"FWPM_CONDITION_COMPARTMENT_ID","features":[323]},{"name":"FWPM_CONDITION_CURRENT_PROFILE_ID","features":[323]},{"name":"FWPM_CONDITION_DCOM_APP_ID","features":[323]},{"name":"FWPM_CONDITION_DESTINATION_INTERFACE_INDEX","features":[323]},{"name":"FWPM_CONDITION_DESTINATION_SUB_INTERFACE_INDEX","features":[323]},{"name":"FWPM_CONDITION_DIRECTION","features":[323]},{"name":"FWPM_CONDITION_EMBEDDED_LOCAL_ADDRESS_TYPE","features":[323]},{"name":"FWPM_CONDITION_EMBEDDED_LOCAL_PORT","features":[323]},{"name":"FWPM_CONDITION_EMBEDDED_PROTOCOL","features":[323]},{"name":"FWPM_CONDITION_EMBEDDED_REMOTE_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_EMBEDDED_REMOTE_PORT","features":[323]},{"name":"FWPM_CONDITION_ETHER_TYPE","features":[323]},{"name":"FWPM_CONDITION_FLAGS","features":[323]},{"name":"FWPM_CONDITION_IMAGE_NAME","features":[323]},{"name":"FWPM_CONDITION_INTERFACE_INDEX","features":[323]},{"name":"FWPM_CONDITION_INTERFACE_MAC_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_INTERFACE_QUARANTINE_EPOCH","features":[323]},{"name":"FWPM_CONDITION_INTERFACE_TYPE","features":[323]},{"name":"FWPM_CONDITION_IPSEC_POLICY_KEY","features":[323]},{"name":"FWPM_CONDITION_IPSEC_SECURITY_REALM_ID","features":[323]},{"name":"FWPM_CONDITION_IP_ARRIVAL_INTERFACE","features":[323]},{"name":"FWPM_CONDITION_IP_DESTINATION_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_IP_DESTINATION_ADDRESS_TYPE","features":[323]},{"name":"FWPM_CONDITION_IP_DESTINATION_PORT","features":[323]},{"name":"FWPM_CONDITION_IP_FORWARD_INTERFACE","features":[323]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_TYPE","features":[323]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_V4","features":[323]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_V6","features":[323]},{"name":"FWPM_CONDITION_IP_LOCAL_INTERFACE","features":[323]},{"name":"FWPM_CONDITION_IP_LOCAL_PORT","features":[323]},{"name":"FWPM_CONDITION_IP_NEXTHOP_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_IP_NEXTHOP_INTERFACE","features":[323]},{"name":"FWPM_CONDITION_IP_PHYSICAL_ARRIVAL_INTERFACE","features":[323]},{"name":"FWPM_CONDITION_IP_PHYSICAL_NEXTHOP_INTERFACE","features":[323]},{"name":"FWPM_CONDITION_IP_PROTOCOL","features":[323]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS_V4","features":[323]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS_V6","features":[323]},{"name":"FWPM_CONDITION_IP_REMOTE_PORT","features":[323]},{"name":"FWPM_CONDITION_IP_SOURCE_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_IP_SOURCE_PORT","features":[323]},{"name":"FWPM_CONDITION_KM_AUTH_NAP_CONTEXT","features":[323]},{"name":"FWPM_CONDITION_KM_MODE","features":[323]},{"name":"FWPM_CONDITION_KM_TYPE","features":[323]},{"name":"FWPM_CONDITION_L2_FLAGS","features":[323]},{"name":"FWPM_CONDITION_LOCAL_INTERFACE_PROFILE_ID","features":[323]},{"name":"FWPM_CONDITION_MAC_DESTINATION_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_MAC_DESTINATION_ADDRESS_TYPE","features":[323]},{"name":"FWPM_CONDITION_MAC_LOCAL_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_MAC_LOCAL_ADDRESS_TYPE","features":[323]},{"name":"FWPM_CONDITION_MAC_REMOTE_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_MAC_REMOTE_ADDRESS_TYPE","features":[323]},{"name":"FWPM_CONDITION_MAC_SOURCE_ADDRESS","features":[323]},{"name":"FWPM_CONDITION_MAC_SOURCE_ADDRESS_TYPE","features":[323]},{"name":"FWPM_CONDITION_NDIS_MEDIA_TYPE","features":[323]},{"name":"FWPM_CONDITION_NDIS_PHYSICAL_MEDIA_TYPE","features":[323]},{"name":"FWPM_CONDITION_NDIS_PORT","features":[323]},{"name":"FWPM_CONDITION_NET_EVENT_TYPE","features":[323]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_INDEX","features":[323]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_PROFILE_ID","features":[323]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_TYPE","features":[323]},{"name":"FWPM_CONDITION_NEXTHOP_SUB_INTERFACE_INDEX","features":[323]},{"name":"FWPM_CONDITION_NEXTHOP_TUNNEL_TYPE","features":[323]},{"name":"FWPM_CONDITION_ORIGINAL_ICMP_TYPE","features":[323]},{"name":"FWPM_CONDITION_ORIGINAL_PROFILE_ID","features":[323]},{"name":"FWPM_CONDITION_PEER_NAME","features":[323]},{"name":"FWPM_CONDITION_PIPE","features":[323]},{"name":"FWPM_CONDITION_PROCESS_WITH_RPC_IF_UUID","features":[323]},{"name":"FWPM_CONDITION_QM_MODE","features":[323]},{"name":"FWPM_CONDITION_REAUTHORIZE_REASON","features":[323]},{"name":"FWPM_CONDITION_REMOTE_ID","features":[323]},{"name":"FWPM_CONDITION_REMOTE_USER_TOKEN","features":[323]},{"name":"FWPM_CONDITION_RESERVED0","features":[323]},{"name":"FWPM_CONDITION_RESERVED1","features":[323]},{"name":"FWPM_CONDITION_RESERVED10","features":[323]},{"name":"FWPM_CONDITION_RESERVED11","features":[323]},{"name":"FWPM_CONDITION_RESERVED12","features":[323]},{"name":"FWPM_CONDITION_RESERVED13","features":[323]},{"name":"FWPM_CONDITION_RESERVED14","features":[323]},{"name":"FWPM_CONDITION_RESERVED15","features":[323]},{"name":"FWPM_CONDITION_RESERVED2","features":[323]},{"name":"FWPM_CONDITION_RESERVED3","features":[323]},{"name":"FWPM_CONDITION_RESERVED4","features":[323]},{"name":"FWPM_CONDITION_RESERVED5","features":[323]},{"name":"FWPM_CONDITION_RESERVED6","features":[323]},{"name":"FWPM_CONDITION_RESERVED7","features":[323]},{"name":"FWPM_CONDITION_RESERVED8","features":[323]},{"name":"FWPM_CONDITION_RESERVED9","features":[323]},{"name":"FWPM_CONDITION_RPC_AUTH_LEVEL","features":[323]},{"name":"FWPM_CONDITION_RPC_AUTH_TYPE","features":[323]},{"name":"FWPM_CONDITION_RPC_EP_FLAGS","features":[323]},{"name":"FWPM_CONDITION_RPC_EP_VALUE","features":[323]},{"name":"FWPM_CONDITION_RPC_IF_FLAG","features":[323]},{"name":"FWPM_CONDITION_RPC_IF_UUID","features":[323]},{"name":"FWPM_CONDITION_RPC_IF_VERSION","features":[323]},{"name":"FWPM_CONDITION_RPC_PROTOCOL","features":[323]},{"name":"FWPM_CONDITION_RPC_PROXY_AUTH_TYPE","features":[323]},{"name":"FWPM_CONDITION_RPC_SERVER_NAME","features":[323]},{"name":"FWPM_CONDITION_RPC_SERVER_PORT","features":[323]},{"name":"FWPM_CONDITION_SEC_ENCRYPT_ALGORITHM","features":[323]},{"name":"FWPM_CONDITION_SEC_KEY_SIZE","features":[323]},{"name":"FWPM_CONDITION_SOURCE_INTERFACE_INDEX","features":[323]},{"name":"FWPM_CONDITION_SOURCE_SUB_INTERFACE_INDEX","features":[323]},{"name":"FWPM_CONDITION_SUB_INTERFACE_INDEX","features":[323]},{"name":"FWPM_CONDITION_TUNNEL_TYPE","features":[323]},{"name":"FWPM_CONDITION_VLAN_ID","features":[323]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_INTERFACE_ID","features":[323]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_INTERFACE_TYPE","features":[323]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_VM_ID","features":[323]},{"name":"FWPM_CONDITION_VSWITCH_ID","features":[323]},{"name":"FWPM_CONDITION_VSWITCH_NETWORK_TYPE","features":[323]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_INTERFACE_ID","features":[323]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_INTERFACE_TYPE","features":[323]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_VM_ID","features":[323]},{"name":"FWPM_CONDITION_VSWITCH_TENANT_NETWORK_ID","features":[323]},{"name":"FWPM_CONNECTION0","features":[307,323]},{"name":"FWPM_CONNECTION_CALLBACK0","features":[307,323]},{"name":"FWPM_CONNECTION_ENUM_FLAG_QUERY_BYTES_TRANSFERRED","features":[323]},{"name":"FWPM_CONNECTION_ENUM_TEMPLATE0","features":[323]},{"name":"FWPM_CONNECTION_EVENT_ADD","features":[323]},{"name":"FWPM_CONNECTION_EVENT_DELETE","features":[323]},{"name":"FWPM_CONNECTION_EVENT_MAX","features":[323]},{"name":"FWPM_CONNECTION_EVENT_TYPE","features":[323]},{"name":"FWPM_CONNECTION_SUBSCRIPTION0","features":[323]},{"name":"FWPM_DISPLAY_DATA0","features":[323]},{"name":"FWPM_DYNAMIC_KEYWORD_CALLBACK0","features":[323]},{"name":"FWPM_ENGINE_COLLECT_NET_EVENTS","features":[323]},{"name":"FWPM_ENGINE_MONITOR_IPSEC_CONNECTIONS","features":[323]},{"name":"FWPM_ENGINE_NAME_CACHE","features":[323]},{"name":"FWPM_ENGINE_NET_EVENT_MATCH_ANY_KEYWORDS","features":[323]},{"name":"FWPM_ENGINE_OPTION","features":[323]},{"name":"FWPM_ENGINE_OPTION_MAX","features":[323]},{"name":"FWPM_ENGINE_OPTION_PACKET_BATCH_INBOUND","features":[323]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_FORWARD","features":[323]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_INBOUND","features":[323]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_NONE","features":[323]},{"name":"FWPM_ENGINE_PACKET_QUEUING","features":[323]},{"name":"FWPM_ENGINE_TXN_WATCHDOG_TIMEOUT_IN_MSEC","features":[323]},{"name":"FWPM_FIELD0","features":[323]},{"name":"FWPM_FIELD_FLAGS","features":[323]},{"name":"FWPM_FIELD_IP_ADDRESS","features":[323]},{"name":"FWPM_FIELD_RAW_DATA","features":[323]},{"name":"FWPM_FIELD_TYPE","features":[323]},{"name":"FWPM_FIELD_TYPE_MAX","features":[323]},{"name":"FWPM_FILTER0","features":[323,310]},{"name":"FWPM_FILTER_CHANGE0","features":[323]},{"name":"FWPM_FILTER_CHANGE_CALLBACK0","features":[323]},{"name":"FWPM_FILTER_CONDITION0","features":[323,310]},{"name":"FWPM_FILTER_ENUM_TEMPLATE0","features":[323,310]},{"name":"FWPM_FILTER_FLAGS","features":[323]},{"name":"FWPM_FILTER_FLAG_BOOTTIME","features":[323]},{"name":"FWPM_FILTER_FLAG_CLEAR_ACTION_RIGHT","features":[323]},{"name":"FWPM_FILTER_FLAG_DISABLED","features":[323]},{"name":"FWPM_FILTER_FLAG_GAMEOS_ONLY","features":[323]},{"name":"FWPM_FILTER_FLAG_HAS_PROVIDER_CONTEXT","features":[323]},{"name":"FWPM_FILTER_FLAG_HAS_SECURITY_REALM_PROVIDER_CONTEXT","features":[323]},{"name":"FWPM_FILTER_FLAG_INDEXED","features":[323]},{"name":"FWPM_FILTER_FLAG_IPSEC_NO_ACQUIRE_INITIATE","features":[323]},{"name":"FWPM_FILTER_FLAG_NONE","features":[323]},{"name":"FWPM_FILTER_FLAG_PERMIT_IF_CALLOUT_UNREGISTERED","features":[323]},{"name":"FWPM_FILTER_FLAG_PERSISTENT","features":[323]},{"name":"FWPM_FILTER_FLAG_RESERVED0","features":[323]},{"name":"FWPM_FILTER_FLAG_RESERVED1","features":[323]},{"name":"FWPM_FILTER_FLAG_SILENT_MODE","features":[323]},{"name":"FWPM_FILTER_FLAG_SYSTEMOS_ONLY","features":[323]},{"name":"FWPM_FILTER_SUBSCRIPTION0","features":[323,310]},{"name":"FWPM_GENERAL_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_AUTHIP_MM_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_AUTHIP_QM_TRANSPORT_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_AUTHIP_QM_TUNNEL_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_DOSP_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_IKEV2_MM_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_IKEV2_QM_TRANSPORT_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_IKEV2_QM_TUNNEL_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_IKE_MM_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_IKE_QM_TRANSPORT_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_IKE_QM_TUNNEL_CONTEXT","features":[323]},{"name":"FWPM_IPSEC_KEYING_CONTEXT","features":[323]},{"name":"FWPM_KEYING_MODULE_AUTHIP","features":[323]},{"name":"FWPM_KEYING_MODULE_IKE","features":[323]},{"name":"FWPM_KEYING_MODULE_IKEV2","features":[323]},{"name":"FWPM_LAYER0","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V4","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V6","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V4","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V6","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V4","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V6","features":[323]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_ALE_BIND_REDIRECT_V4","features":[323]},{"name":"FWPM_LAYER_ALE_BIND_REDIRECT_V6","features":[323]},{"name":"FWPM_LAYER_ALE_CONNECT_REDIRECT_V4","features":[323]},{"name":"FWPM_LAYER_ALE_CONNECT_REDIRECT_V6","features":[323]},{"name":"FWPM_LAYER_ALE_ENDPOINT_CLOSURE_V4","features":[323]},{"name":"FWPM_LAYER_ALE_ENDPOINT_CLOSURE_V6","features":[323]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V4","features":[323]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V6","features":[323]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V4","features":[323]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V6","features":[323]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_ALE_RESOURCE_RELEASE_V4","features":[323]},{"name":"FWPM_LAYER_ALE_RESOURCE_RELEASE_V6","features":[323]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V4","features":[323]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V6","features":[323]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_ETHERNET","features":[323]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_TRANSPORT_V4","features":[323]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_TRANSPORT_V6","features":[323]},{"name":"FWPM_LAYER_ENUM_TEMPLATE0","features":[323]},{"name":"FWPM_LAYER_FLAG_BUFFERED","features":[323]},{"name":"FWPM_LAYER_FLAG_BUILTIN","features":[323]},{"name":"FWPM_LAYER_FLAG_CLASSIFY_MOSTLY","features":[323]},{"name":"FWPM_LAYER_FLAG_KERNEL","features":[323]},{"name":"FWPM_LAYER_IKEEXT_V4","features":[323]},{"name":"FWPM_LAYER_IKEEXT_V6","features":[323]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V4","features":[323]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V6","features":[323]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V4","features":[323]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V6","features":[323]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_ETHERNET","features":[323]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_NATIVE","features":[323]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_NATIVE_FAST","features":[323]},{"name":"FWPM_LAYER_INBOUND_RESERVED2","features":[323]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_FAST","features":[323]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V4","features":[323]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V6","features":[323]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_ETHERNET","features":[323]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_TRANSPORT_V4","features":[323]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_TRANSPORT_V6","features":[323]},{"name":"FWPM_LAYER_IPFORWARD_V4","features":[323]},{"name":"FWPM_LAYER_IPFORWARD_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_IPFORWARD_V6","features":[323]},{"name":"FWPM_LAYER_IPFORWARD_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_IPSEC_KM_DEMUX_V4","features":[323]},{"name":"FWPM_LAYER_IPSEC_KM_DEMUX_V6","features":[323]},{"name":"FWPM_LAYER_IPSEC_V4","features":[323]},{"name":"FWPM_LAYER_IPSEC_V6","features":[323]},{"name":"FWPM_LAYER_KM_AUTHORIZATION","features":[323]},{"name":"FWPM_LAYER_NAME_RESOLUTION_CACHE_V4","features":[323]},{"name":"FWPM_LAYER_NAME_RESOLUTION_CACHE_V6","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V4","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V6","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V4","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V6","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_ETHERNET","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_NATIVE","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_NATIVE_FAST","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_NETWORK_CONNECTION_POLICY_V4","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_NETWORK_CONNECTION_POLICY_V6","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_FAST","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V4","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V6","features":[323]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V6_DISCARD","features":[323]},{"name":"FWPM_LAYER_RPC_EPMAP","features":[323]},{"name":"FWPM_LAYER_RPC_EP_ADD","features":[323]},{"name":"FWPM_LAYER_RPC_PROXY_CONN","features":[323]},{"name":"FWPM_LAYER_RPC_PROXY_IF","features":[323]},{"name":"FWPM_LAYER_RPC_UM","features":[323]},{"name":"FWPM_LAYER_STATISTICS0","features":[323]},{"name":"FWPM_LAYER_STREAM_PACKET_V4","features":[323]},{"name":"FWPM_LAYER_STREAM_PACKET_V6","features":[323]},{"name":"FWPM_LAYER_STREAM_V4","features":[323]},{"name":"FWPM_LAYER_STREAM_V4_DISCARD","features":[323]},{"name":"FWPM_LAYER_STREAM_V6","features":[323]},{"name":"FWPM_LAYER_STREAM_V6_DISCARD","features":[323]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_CONTEXT","features":[323]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_SETTING0","features":[323,310]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_SETTINGS0","features":[323,310]},{"name":"FWPM_NET_EVENT0","features":[307,323,310]},{"name":"FWPM_NET_EVENT1","features":[307,323,310]},{"name":"FWPM_NET_EVENT2","features":[307,323,310]},{"name":"FWPM_NET_EVENT3","features":[307,323,310]},{"name":"FWPM_NET_EVENT4","features":[307,323,310]},{"name":"FWPM_NET_EVENT5","features":[307,323,310]},{"name":"FWPM_NET_EVENT_CALLBACK0","features":[307,323,310]},{"name":"FWPM_NET_EVENT_CALLBACK1","features":[307,323,310]},{"name":"FWPM_NET_EVENT_CALLBACK2","features":[307,323,310]},{"name":"FWPM_NET_EVENT_CALLBACK3","features":[307,323,310]},{"name":"FWPM_NET_EVENT_CALLBACK4","features":[307,323,310]},{"name":"FWPM_NET_EVENT_CAPABILITY_ALLOW0","features":[307,323]},{"name":"FWPM_NET_EVENT_CAPABILITY_DROP0","features":[307,323]},{"name":"FWPM_NET_EVENT_CLASSIFY_ALLOW0","features":[307,323]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP0","features":[323]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP1","features":[307,323]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP2","features":[307,323]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP_MAC0","features":[307,323]},{"name":"FWPM_NET_EVENT_ENUM_TEMPLATE0","features":[307,323,310]},{"name":"FWPM_NET_EVENT_FLAG_APP_ID_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_EFFECTIVE_NAME_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_ENTERPRISE_ID_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_IP_PROTOCOL_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_IP_VERSION_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_LOCAL_ADDR_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_LOCAL_PORT_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_PACKAGE_ID_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_POLICY_FLAGS_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_REAUTH_REASON_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_REMOTE_ADDR_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_REMOTE_PORT_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_SCOPE_ID_SET","features":[323]},{"name":"FWPM_NET_EVENT_FLAG_USER_ID_SET","features":[323]},{"name":"FWPM_NET_EVENT_HEADER0","features":[307,323,310]},{"name":"FWPM_NET_EVENT_HEADER1","features":[307,323,310]},{"name":"FWPM_NET_EVENT_HEADER2","features":[307,323,310]},{"name":"FWPM_NET_EVENT_HEADER3","features":[307,323,310]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE0","features":[323]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE1","features":[323]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE_FLAG_BENIGN","features":[323]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE_FLAG_MULTIPLE","features":[323]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE0","features":[323]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE1","features":[323]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE2","features":[323]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE_FLAG_BENIGN","features":[323]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE_FLAG_MULTIPLE","features":[323]},{"name":"FWPM_NET_EVENT_IKEEXT_QM_FAILURE0","features":[323,310]},{"name":"FWPM_NET_EVENT_IKEEXT_QM_FAILURE1","features":[323,310]},{"name":"FWPM_NET_EVENT_IPSEC_DOSP_DROP0","features":[323]},{"name":"FWPM_NET_EVENT_IPSEC_KERNEL_DROP0","features":[323]},{"name":"FWPM_NET_EVENT_KEYWORD_CAPABILITY_ALLOW","features":[323]},{"name":"FWPM_NET_EVENT_KEYWORD_CAPABILITY_DROP","features":[323]},{"name":"FWPM_NET_EVENT_KEYWORD_CLASSIFY_ALLOW","features":[323]},{"name":"FWPM_NET_EVENT_KEYWORD_INBOUND_BCAST","features":[323]},{"name":"FWPM_NET_EVENT_KEYWORD_INBOUND_MCAST","features":[323]},{"name":"FWPM_NET_EVENT_KEYWORD_PORT_SCANNING_DROP","features":[323]},{"name":"FWPM_NET_EVENT_LPM_PACKET_ARRIVAL0","features":[323]},{"name":"FWPM_NET_EVENT_SUBSCRIPTION0","features":[307,323,310]},{"name":"FWPM_NET_EVENT_TYPE","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_CAPABILITY_ALLOW","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_CAPABILITY_DROP","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_ALLOW","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_DROP","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_DROP_MAC","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_EM_FAILURE","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_MM_FAILURE","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_QM_FAILURE","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_IPSEC_DOSP_DROP","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_IPSEC_KERNEL_DROP","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_LPM_PACKET_ARRIVAL","features":[323]},{"name":"FWPM_NET_EVENT_TYPE_MAX","features":[323]},{"name":"FWPM_PROVIDER0","features":[323]},{"name":"FWPM_PROVIDER_CHANGE0","features":[323]},{"name":"FWPM_PROVIDER_CHANGE_CALLBACK0","features":[323]},{"name":"FWPM_PROVIDER_CONTEXT0","features":[323,310]},{"name":"FWPM_PROVIDER_CONTEXT1","features":[323,310]},{"name":"FWPM_PROVIDER_CONTEXT2","features":[323,310]},{"name":"FWPM_PROVIDER_CONTEXT3","features":[323,310]},{"name":"FWPM_PROVIDER_CONTEXT_CHANGE0","features":[323]},{"name":"FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0","features":[323]},{"name":"FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0","features":[323]},{"name":"FWPM_PROVIDER_CONTEXT_FLAG_DOWNLEVEL","features":[323]},{"name":"FWPM_PROVIDER_CONTEXT_FLAG_PERSISTENT","features":[323]},{"name":"FWPM_PROVIDER_CONTEXT_SECURE_SOCKET_AUTHIP","features":[323]},{"name":"FWPM_PROVIDER_CONTEXT_SECURE_SOCKET_IPSEC","features":[323]},{"name":"FWPM_PROVIDER_CONTEXT_SUBSCRIPTION0","features":[323]},{"name":"FWPM_PROVIDER_CONTEXT_TYPE","features":[323]},{"name":"FWPM_PROVIDER_CONTEXT_TYPE_MAX","features":[323]},{"name":"FWPM_PROVIDER_ENUM_TEMPLATE0","features":[323]},{"name":"FWPM_PROVIDER_FLAG_DISABLED","features":[323]},{"name":"FWPM_PROVIDER_FLAG_PERSISTENT","features":[323]},{"name":"FWPM_PROVIDER_IKEEXT","features":[323]},{"name":"FWPM_PROVIDER_IPSEC_DOSP_CONFIG","features":[323]},{"name":"FWPM_PROVIDER_MPSSVC_APP_ISOLATION","features":[323]},{"name":"FWPM_PROVIDER_MPSSVC_EDP","features":[323]},{"name":"FWPM_PROVIDER_MPSSVC_TENANT_RESTRICTIONS","features":[323]},{"name":"FWPM_PROVIDER_MPSSVC_WF","features":[323]},{"name":"FWPM_PROVIDER_MPSSVC_WSH","features":[323]},{"name":"FWPM_PROVIDER_SUBSCRIPTION0","features":[323]},{"name":"FWPM_PROVIDER_TCP_CHIMNEY_OFFLOAD","features":[323]},{"name":"FWPM_PROVIDER_TCP_TEMPLATES","features":[323]},{"name":"FWPM_SERVICE_RUNNING","features":[323]},{"name":"FWPM_SERVICE_START_PENDING","features":[323]},{"name":"FWPM_SERVICE_STATE","features":[323]},{"name":"FWPM_SERVICE_STATE_MAX","features":[323]},{"name":"FWPM_SERVICE_STOPPED","features":[323]},{"name":"FWPM_SERVICE_STOP_PENDING","features":[323]},{"name":"FWPM_SESSION0","features":[307,323,310]},{"name":"FWPM_SESSION_ENUM_TEMPLATE0","features":[323]},{"name":"FWPM_SESSION_FLAG_DYNAMIC","features":[323]},{"name":"FWPM_SESSION_FLAG_RESERVED","features":[323]},{"name":"FWPM_STATISTICS0","features":[323]},{"name":"FWPM_SUBLAYER0","features":[323]},{"name":"FWPM_SUBLAYER_CHANGE0","features":[323]},{"name":"FWPM_SUBLAYER_CHANGE_CALLBACK0","features":[323]},{"name":"FWPM_SUBLAYER_ENUM_TEMPLATE0","features":[323]},{"name":"FWPM_SUBLAYER_FLAG_PERSISTENT","features":[323]},{"name":"FWPM_SUBLAYER_INSPECTION","features":[323]},{"name":"FWPM_SUBLAYER_IPSEC_DOSP","features":[323]},{"name":"FWPM_SUBLAYER_IPSEC_FORWARD_OUTBOUND_TUNNEL","features":[323]},{"name":"FWPM_SUBLAYER_IPSEC_SECURITY_REALM","features":[323]},{"name":"FWPM_SUBLAYER_IPSEC_TUNNEL","features":[323]},{"name":"FWPM_SUBLAYER_LIPS","features":[323]},{"name":"FWPM_SUBLAYER_MPSSVC_APP_ISOLATION","features":[323]},{"name":"FWPM_SUBLAYER_MPSSVC_EDP","features":[323]},{"name":"FWPM_SUBLAYER_MPSSVC_QUARANTINE","features":[323]},{"name":"FWPM_SUBLAYER_MPSSVC_TENANT_RESTRICTIONS","features":[323]},{"name":"FWPM_SUBLAYER_MPSSVC_WF","features":[323]},{"name":"FWPM_SUBLAYER_MPSSVC_WSH","features":[323]},{"name":"FWPM_SUBLAYER_RPC_AUDIT","features":[323]},{"name":"FWPM_SUBLAYER_SECURE_SOCKET","features":[323]},{"name":"FWPM_SUBLAYER_SUBSCRIPTION0","features":[323]},{"name":"FWPM_SUBLAYER_TCP_CHIMNEY_OFFLOAD","features":[323]},{"name":"FWPM_SUBLAYER_TCP_TEMPLATES","features":[323]},{"name":"FWPM_SUBLAYER_TEREDO","features":[323]},{"name":"FWPM_SUBLAYER_UNIVERSAL","features":[323]},{"name":"FWPM_SUBSCRIPTION_FLAGS","features":[323]},{"name":"FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD","features":[323]},{"name":"FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE","features":[323]},{"name":"FWPM_SYSTEM_PORTS0","features":[323]},{"name":"FWPM_SYSTEM_PORTS_BY_TYPE0","features":[323]},{"name":"FWPM_SYSTEM_PORTS_CALLBACK0","features":[323]},{"name":"FWPM_SYSTEM_PORT_IPHTTPS_IN","features":[323]},{"name":"FWPM_SYSTEM_PORT_IPHTTPS_OUT","features":[323]},{"name":"FWPM_SYSTEM_PORT_RPC_EPMAP","features":[323]},{"name":"FWPM_SYSTEM_PORT_TEREDO","features":[323]},{"name":"FWPM_SYSTEM_PORT_TYPE","features":[323]},{"name":"FWPM_SYSTEM_PORT_TYPE_MAX","features":[323]},{"name":"FWPM_TUNNEL_FLAG_ENABLE_VIRTUAL_IF_TUNNELING","features":[323]},{"name":"FWPM_TUNNEL_FLAG_POINT_TO_POINT","features":[323]},{"name":"FWPM_TUNNEL_FLAG_RESERVED0","features":[323]},{"name":"FWPM_TXN_READ_ONLY","features":[323]},{"name":"FWPM_VSWITCH_EVENT0","features":[307,323]},{"name":"FWPM_VSWITCH_EVENT_CALLBACK0","features":[307,323]},{"name":"FWPM_VSWITCH_EVENT_DISABLED_FOR_INSPECTION","features":[323]},{"name":"FWPM_VSWITCH_EVENT_ENABLED_FOR_INSPECTION","features":[323]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ADD_TO_INCOMPLETE_LAYER","features":[323]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ENGINE_NOT_IN_REQUIRED_POSITION","features":[323]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ENGINE_REORDER","features":[323]},{"name":"FWPM_VSWITCH_EVENT_MAX","features":[323]},{"name":"FWPM_VSWITCH_EVENT_SUBSCRIPTION0","features":[323]},{"name":"FWPM_VSWITCH_EVENT_TYPE","features":[323]},{"name":"FWPM_WEIGHT_RANGE_IKE_EXEMPTIONS","features":[323]},{"name":"FWPM_WEIGHT_RANGE_IPSEC","features":[323]},{"name":"FWPS_ALE_ENDPOINT_FLAG_IPSEC_SECURED","features":[323]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ABSORB","features":[323]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ALE_FAST_CACHE_CHECK","features":[323]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ALE_FAST_CACHE_POSSIBLE","features":[323]},{"name":"FWPS_CLASSIFY_OUT_FLAG_BUFFER_LIMIT_REACHED","features":[323]},{"name":"FWPS_CLASSIFY_OUT_FLAG_NO_MORE_DATA","features":[323]},{"name":"FWPS_FILTER_FLAG_CLEAR_ACTION_RIGHT","features":[323]},{"name":"FWPS_FILTER_FLAG_HAS_SECURITY_REALM_PROVIDER_CONTEXT","features":[323]},{"name":"FWPS_FILTER_FLAG_IPSEC_NO_ACQUIRE_INITIATE","features":[323]},{"name":"FWPS_FILTER_FLAG_OR_CONDITIONS","features":[323]},{"name":"FWPS_FILTER_FLAG_PERMIT_IF_CALLOUT_UNREGISTERED","features":[323]},{"name":"FWPS_FILTER_FLAG_RESERVED0","features":[323]},{"name":"FWPS_FILTER_FLAG_RESERVED1","features":[323]},{"name":"FWPS_FILTER_FLAG_SILENT_MODE","features":[323]},{"name":"FWPS_INCOMING_FLAG_ABSORB","features":[323]},{"name":"FWPS_INCOMING_FLAG_CACHE_SAFE","features":[323]},{"name":"FWPS_INCOMING_FLAG_CONNECTION_FAILING_INDICATION","features":[323]},{"name":"FWPS_INCOMING_FLAG_ENFORCE_QUERY","features":[323]},{"name":"FWPS_INCOMING_FLAG_IS_LOCAL_ONLY_FLOW","features":[323]},{"name":"FWPS_INCOMING_FLAG_IS_LOOSE_SOURCE_FLOW","features":[323]},{"name":"FWPS_INCOMING_FLAG_MID_STREAM_INSPECTION","features":[323]},{"name":"FWPS_INCOMING_FLAG_RECLASSIFY","features":[323]},{"name":"FWPS_INCOMING_FLAG_RESERVED0","features":[323]},{"name":"FWPS_L2_INCOMING_FLAG_IS_RAW_IPV4_FRAMING","features":[323]},{"name":"FWPS_L2_INCOMING_FLAG_IS_RAW_IPV6_FRAMING","features":[323]},{"name":"FWPS_L2_INCOMING_FLAG_RECLASSIFY_MULTI_DESTINATION","features":[323]},{"name":"FWPS_L2_METADATA_FIELD_ETHERNET_MAC_HEADER_SIZE","features":[323]},{"name":"FWPS_L2_METADATA_FIELD_RESERVED","features":[323]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_DESTINATION_PORT_ID","features":[323]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_PACKET_CONTEXT","features":[323]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_SOURCE_NIC_INDEX","features":[323]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_SOURCE_PORT_ID","features":[323]},{"name":"FWPS_L2_METADATA_FIELD_WIFI_OPERATION_MODE","features":[323]},{"name":"FWPS_METADATA_FIELD_ALE_CLASSIFY_REQUIRED","features":[323]},{"name":"FWPS_METADATA_FIELD_COMPARTMENT_ID","features":[323]},{"name":"FWPS_METADATA_FIELD_COMPLETION_HANDLE","features":[323]},{"name":"FWPS_METADATA_FIELD_DESTINATION_INTERFACE_INDEX","features":[323]},{"name":"FWPS_METADATA_FIELD_DESTINATION_PREFIX","features":[323]},{"name":"FWPS_METADATA_FIELD_DISCARD_REASON","features":[323]},{"name":"FWPS_METADATA_FIELD_ETHER_FRAME_LENGTH","features":[323]},{"name":"FWPS_METADATA_FIELD_FLOW_HANDLE","features":[323]},{"name":"FWPS_METADATA_FIELD_FORWARD_LAYER_INBOUND_PASS_THRU","features":[323]},{"name":"FWPS_METADATA_FIELD_FORWARD_LAYER_OUTBOUND_PASS_THRU","features":[323]},{"name":"FWPS_METADATA_FIELD_FRAGMENT_DATA","features":[323]},{"name":"FWPS_METADATA_FIELD_ICMP_ID_AND_SEQUENCE","features":[323]},{"name":"FWPS_METADATA_FIELD_IP_HEADER_SIZE","features":[323]},{"name":"FWPS_METADATA_FIELD_LOCAL_REDIRECT_TARGET_PID","features":[323]},{"name":"FWPS_METADATA_FIELD_ORIGINAL_DESTINATION","features":[323]},{"name":"FWPS_METADATA_FIELD_PACKET_DIRECTION","features":[323]},{"name":"FWPS_METADATA_FIELD_PACKET_SYSTEM_CRITICAL","features":[323]},{"name":"FWPS_METADATA_FIELD_PARENT_ENDPOINT_HANDLE","features":[323]},{"name":"FWPS_METADATA_FIELD_PATH_MTU","features":[323]},{"name":"FWPS_METADATA_FIELD_PROCESS_ID","features":[323]},{"name":"FWPS_METADATA_FIELD_PROCESS_PATH","features":[323]},{"name":"FWPS_METADATA_FIELD_REDIRECT_RECORD_HANDLE","features":[323]},{"name":"FWPS_METADATA_FIELD_REMOTE_SCOPE_ID","features":[323]},{"name":"FWPS_METADATA_FIELD_RESERVED","features":[323]},{"name":"FWPS_METADATA_FIELD_SOURCE_INTERFACE_INDEX","features":[323]},{"name":"FWPS_METADATA_FIELD_SUB_PROCESS_TAG","features":[323]},{"name":"FWPS_METADATA_FIELD_SYSTEM_FLAGS","features":[323]},{"name":"FWPS_METADATA_FIELD_TOKEN","features":[323]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_CONTROL_DATA","features":[323]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_ENDPOINT_HANDLE","features":[323]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_HEADER_INCLUDE_HEADER","features":[323]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_HEADER_SIZE","features":[323]},{"name":"FWPS_RIGHT_ACTION_WRITE","features":[323]},{"name":"FWP_ACTION_BLOCK","features":[323]},{"name":"FWP_ACTION_CALLOUT_INSPECTION","features":[323]},{"name":"FWP_ACTION_CALLOUT_TERMINATING","features":[323]},{"name":"FWP_ACTION_CALLOUT_UNKNOWN","features":[323]},{"name":"FWP_ACTION_CONTINUE","features":[323]},{"name":"FWP_ACTION_FLAG_CALLOUT","features":[323]},{"name":"FWP_ACTION_FLAG_NON_TERMINATING","features":[323]},{"name":"FWP_ACTION_FLAG_TERMINATING","features":[323]},{"name":"FWP_ACTION_NONE","features":[323]},{"name":"FWP_ACTION_NONE_NO_MATCH","features":[323]},{"name":"FWP_ACTION_PERMIT","features":[323]},{"name":"FWP_ACTION_TYPE","features":[323]},{"name":"FWP_ACTRL_MATCH_FILTER","features":[323]},{"name":"FWP_AF","features":[323]},{"name":"FWP_AF_ETHER","features":[323]},{"name":"FWP_AF_INET","features":[323]},{"name":"FWP_AF_INET6","features":[323]},{"name":"FWP_AF_NONE","features":[323]},{"name":"FWP_BYTEMAP_ARRAY64_SIZE","features":[323]},{"name":"FWP_BYTE_ARRAY16","features":[323]},{"name":"FWP_BYTE_ARRAY16_TYPE","features":[323]},{"name":"FWP_BYTE_ARRAY6","features":[323]},{"name":"FWP_BYTE_ARRAY6_SIZE","features":[323]},{"name":"FWP_BYTE_ARRAY6_TYPE","features":[323]},{"name":"FWP_BYTE_BLOB","features":[323]},{"name":"FWP_BYTE_BLOB_TYPE","features":[323]},{"name":"FWP_CALLOUT_FLAG_ALLOW_L2_BATCH_CLASSIFY","features":[323]},{"name":"FWP_CALLOUT_FLAG_ALLOW_MID_STREAM_INSPECTION","features":[323]},{"name":"FWP_CALLOUT_FLAG_ALLOW_OFFLOAD","features":[323]},{"name":"FWP_CALLOUT_FLAG_ALLOW_RECLASSIFY","features":[323]},{"name":"FWP_CALLOUT_FLAG_ALLOW_RSC","features":[323]},{"name":"FWP_CALLOUT_FLAG_ALLOW_URO","features":[323]},{"name":"FWP_CALLOUT_FLAG_ALLOW_USO","features":[323]},{"name":"FWP_CALLOUT_FLAG_CONDITIONAL_ON_FLOW","features":[323]},{"name":"FWP_CALLOUT_FLAG_ENABLE_COMMIT_ADD_NOTIFY","features":[323]},{"name":"FWP_CALLOUT_FLAG_RESERVED1","features":[323]},{"name":"FWP_CALLOUT_FLAG_RESERVED2","features":[323]},{"name":"FWP_CLASSIFY_OPTION_LOCAL_ONLY_MAPPING","features":[323]},{"name":"FWP_CLASSIFY_OPTION_LOOSE_SOURCE_MAPPING","features":[323]},{"name":"FWP_CLASSIFY_OPTION_MAX","features":[323]},{"name":"FWP_CLASSIFY_OPTION_MCAST_BCAST_LIFETIME","features":[323]},{"name":"FWP_CLASSIFY_OPTION_MULTICAST_STATE","features":[323]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_AUTHIP_MM_POLICY_KEY","features":[323]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_AUTHIP_QM_POLICY_KEY","features":[323]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_SECURITY_FLAGS","features":[323]},{"name":"FWP_CLASSIFY_OPTION_TYPE","features":[323]},{"name":"FWP_CLASSIFY_OPTION_UNICAST_LIFETIME","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_APPCONTAINER_LOOPBACK","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_AUTH_FW","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_CONNECTION_REDIRECTED","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_FRAGMENT","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_FRAGMENT_GROUP","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_HONORING_POLICY_AUTHORIZE","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_IMPLICIT_BIND","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_INBOUND_PASS_THRU","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_IPSEC_NATT_RECLASSIFY","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_IPSEC_SECURED","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_LOOPBACK","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_NAME_APP_SPECIFIED","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_NON_APPCONTAINER_LOOPBACK","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_OUTBOUND_PASS_THRU","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_PROMISCUOUS","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_PROXY_CONNECTION","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_RAW_ENDPOINT","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_REASSEMBLED","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_REAUTHORIZE","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_RECLASSIFY","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_RESERVED","features":[323]},{"name":"FWP_CONDITION_FLAG_IS_WILDCARD_BIND","features":[323]},{"name":"FWP_CONDITION_FLAG_REQUIRES_ALE_CLASSIFY","features":[323]},{"name":"FWP_CONDITION_L2_IF_CONNECTOR_PRESENT","features":[323]},{"name":"FWP_CONDITION_L2_IS_IP_FRAGMENT_GROUP","features":[323]},{"name":"FWP_CONDITION_L2_IS_MALFORMED_PACKET","features":[323]},{"name":"FWP_CONDITION_L2_IS_MOBILE_BROADBAND","features":[323]},{"name":"FWP_CONDITION_L2_IS_NATIVE_ETHERNET","features":[323]},{"name":"FWP_CONDITION_L2_IS_VM2VM","features":[323]},{"name":"FWP_CONDITION_L2_IS_WIFI","features":[323]},{"name":"FWP_CONDITION_L2_IS_WIFI_DIRECT_DATA","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_CHECK_OFFLOAD","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_CLASSIFY_COMPLETION","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_EDP_POLICY_CHANGED","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_IPSEC_PROPERTIES_CHANGED","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_MID_STREAM_INSPECTION","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_ARRIVAL_INTERFACE","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_INBOUND_MCAST_BCAST_PACKET","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_NEXTHOP_INTERFACE","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_POLICY_CHANGE","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_PROFILE_CROSSING","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_PROXY_HANDLE_CHANGED","features":[323]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_SOCKET_PROPERTY_CHANGED","features":[323]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_ALLOW_EDGE_TRAFFIC","features":[323]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_DENY_EDGE_TRAFFIC","features":[323]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_IS_SYSTEM_PORT_RPC","features":[323]},{"name":"FWP_CONDITION_VALUE0","features":[323,310]},{"name":"FWP_DATA_TYPE","features":[323]},{"name":"FWP_DATA_TYPE_MAX","features":[323]},{"name":"FWP_DIRECTION","features":[323]},{"name":"FWP_DIRECTION_INBOUND","features":[323]},{"name":"FWP_DIRECTION_MAX","features":[323]},{"name":"FWP_DIRECTION_OUTBOUND","features":[323]},{"name":"FWP_DOUBLE","features":[323]},{"name":"FWP_EMPTY","features":[323]},{"name":"FWP_ETHER_ENCAP_METHOD","features":[323]},{"name":"FWP_ETHER_ENCAP_METHOD_ETHER_V2","features":[323]},{"name":"FWP_ETHER_ENCAP_METHOD_SNAP","features":[323]},{"name":"FWP_ETHER_ENCAP_METHOD_SNAP_W_OUI_ZERO","features":[323]},{"name":"FWP_FILTER_ENUM_FLAG_BEST_TERMINATING_MATCH","features":[323]},{"name":"FWP_FILTER_ENUM_FLAG_BOOTTIME_ONLY","features":[323]},{"name":"FWP_FILTER_ENUM_FLAG_INCLUDE_BOOTTIME","features":[323]},{"name":"FWP_FILTER_ENUM_FLAG_INCLUDE_DISABLED","features":[323]},{"name":"FWP_FILTER_ENUM_FLAG_RESERVED1","features":[323]},{"name":"FWP_FILTER_ENUM_FLAG_SORTED","features":[323]},{"name":"FWP_FILTER_ENUM_FULLY_CONTAINED","features":[323]},{"name":"FWP_FILTER_ENUM_OVERLAPPING","features":[323]},{"name":"FWP_FILTER_ENUM_TYPE","features":[323]},{"name":"FWP_FILTER_ENUM_TYPE_MAX","features":[323]},{"name":"FWP_FLOAT","features":[323]},{"name":"FWP_INT16","features":[323]},{"name":"FWP_INT32","features":[323]},{"name":"FWP_INT64","features":[323]},{"name":"FWP_INT8","features":[323]},{"name":"FWP_IP_VERSION","features":[323]},{"name":"FWP_IP_VERSION_MAX","features":[323]},{"name":"FWP_IP_VERSION_NONE","features":[323]},{"name":"FWP_IP_VERSION_V4","features":[323]},{"name":"FWP_IP_VERSION_V6","features":[323]},{"name":"FWP_MATCH_EQUAL","features":[323]},{"name":"FWP_MATCH_EQUAL_CASE_INSENSITIVE","features":[323]},{"name":"FWP_MATCH_FLAGS_ALL_SET","features":[323]},{"name":"FWP_MATCH_FLAGS_ANY_SET","features":[323]},{"name":"FWP_MATCH_FLAGS_NONE_SET","features":[323]},{"name":"FWP_MATCH_GREATER","features":[323]},{"name":"FWP_MATCH_GREATER_OR_EQUAL","features":[323]},{"name":"FWP_MATCH_LESS","features":[323]},{"name":"FWP_MATCH_LESS_OR_EQUAL","features":[323]},{"name":"FWP_MATCH_NOT_EQUAL","features":[323]},{"name":"FWP_MATCH_NOT_PREFIX","features":[323]},{"name":"FWP_MATCH_PREFIX","features":[323]},{"name":"FWP_MATCH_RANGE","features":[323]},{"name":"FWP_MATCH_TYPE","features":[323]},{"name":"FWP_MATCH_TYPE_MAX","features":[323]},{"name":"FWP_NETWORK_CONNECTION_POLICY_MAX","features":[323]},{"name":"FWP_NETWORK_CONNECTION_POLICY_NEXT_HOP","features":[323]},{"name":"FWP_NETWORK_CONNECTION_POLICY_NEXT_HOP_INTERFACE","features":[323]},{"name":"FWP_NETWORK_CONNECTION_POLICY_SETTING_TYPE","features":[323]},{"name":"FWP_NETWORK_CONNECTION_POLICY_SOURCE_ADDRESS","features":[323]},{"name":"FWP_OPTION_VALUE_ALLOW_GLOBAL_MULTICAST_STATE","features":[323]},{"name":"FWP_OPTION_VALUE_ALLOW_MULTICAST_STATE","features":[323]},{"name":"FWP_OPTION_VALUE_DENY_MULTICAST_STATE","features":[323]},{"name":"FWP_OPTION_VALUE_DISABLE_LOCAL_ONLY_MAPPING","features":[323]},{"name":"FWP_OPTION_VALUE_DISABLE_LOOSE_SOURCE","features":[323]},{"name":"FWP_OPTION_VALUE_ENABLE_LOCAL_ONLY_MAPPING","features":[323]},{"name":"FWP_OPTION_VALUE_ENABLE_LOOSE_SOURCE","features":[323]},{"name":"FWP_RANGE0","features":[323,310]},{"name":"FWP_RANGE_TYPE","features":[323]},{"name":"FWP_SECURITY_DESCRIPTOR_TYPE","features":[323]},{"name":"FWP_SID","features":[323]},{"name":"FWP_SINGLE_DATA_TYPE_MAX","features":[323]},{"name":"FWP_TOKEN_ACCESS_INFORMATION_TYPE","features":[323]},{"name":"FWP_TOKEN_INFORMATION","features":[323,310]},{"name":"FWP_TOKEN_INFORMATION_TYPE","features":[323]},{"name":"FWP_UINT16","features":[323]},{"name":"FWP_UINT32","features":[323]},{"name":"FWP_UINT64","features":[323]},{"name":"FWP_UINT8","features":[323]},{"name":"FWP_UNICODE_STRING_TYPE","features":[323]},{"name":"FWP_V4_ADDR_AND_MASK","features":[323]},{"name":"FWP_V4_ADDR_MASK","features":[323]},{"name":"FWP_V6_ADDR_AND_MASK","features":[323]},{"name":"FWP_V6_ADDR_MASK","features":[323]},{"name":"FWP_V6_ADDR_SIZE","features":[323]},{"name":"FWP_VALUE0","features":[323,310]},{"name":"FWP_VSWITCH_NETWORK_TYPE","features":[323]},{"name":"FWP_VSWITCH_NETWORK_TYPE_EXTERNAL","features":[323]},{"name":"FWP_VSWITCH_NETWORK_TYPE_INTERNAL","features":[323]},{"name":"FWP_VSWITCH_NETWORK_TYPE_PRIVATE","features":[323]},{"name":"FWP_VSWITCH_NETWORK_TYPE_UNKNOWN","features":[323]},{"name":"FwpmCalloutAdd0","features":[307,323,310]},{"name":"FwpmCalloutCreateEnumHandle0","features":[307,323]},{"name":"FwpmCalloutDeleteById0","features":[307,323]},{"name":"FwpmCalloutDeleteByKey0","features":[307,323]},{"name":"FwpmCalloutDestroyEnumHandle0","features":[307,323]},{"name":"FwpmCalloutEnum0","features":[307,323]},{"name":"FwpmCalloutGetById0","features":[307,323]},{"name":"FwpmCalloutGetByKey0","features":[307,323]},{"name":"FwpmCalloutGetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmCalloutSetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmCalloutSubscribeChanges0","features":[307,323]},{"name":"FwpmCalloutSubscriptionsGet0","features":[307,323]},{"name":"FwpmCalloutUnsubscribeChanges0","features":[307,323]},{"name":"FwpmConnectionCreateEnumHandle0","features":[307,323]},{"name":"FwpmConnectionDestroyEnumHandle0","features":[307,323]},{"name":"FwpmConnectionEnum0","features":[307,323]},{"name":"FwpmConnectionGetById0","features":[307,323]},{"name":"FwpmConnectionGetSecurityInfo0","features":[307,323,310]},{"name":"FwpmConnectionSetSecurityInfo0","features":[307,323,310]},{"name":"FwpmConnectionSubscribe0","features":[307,323]},{"name":"FwpmConnectionUnsubscribe0","features":[307,323]},{"name":"FwpmDynamicKeywordSubscribe0","features":[307,323]},{"name":"FwpmDynamicKeywordUnsubscribe0","features":[307,323]},{"name":"FwpmEngineClose0","features":[307,323]},{"name":"FwpmEngineGetOption0","features":[307,323,310]},{"name":"FwpmEngineGetSecurityInfo0","features":[307,323,310]},{"name":"FwpmEngineOpen0","features":[307,323,310,324]},{"name":"FwpmEngineSetOption0","features":[307,323,310]},{"name":"FwpmEngineSetSecurityInfo0","features":[307,323,310]},{"name":"FwpmFilterAdd0","features":[307,323,310]},{"name":"FwpmFilterCreateEnumHandle0","features":[307,323,310]},{"name":"FwpmFilterDeleteById0","features":[307,323]},{"name":"FwpmFilterDeleteByKey0","features":[307,323]},{"name":"FwpmFilterDestroyEnumHandle0","features":[307,323]},{"name":"FwpmFilterEnum0","features":[307,323,310]},{"name":"FwpmFilterGetById0","features":[307,323,310]},{"name":"FwpmFilterGetByKey0","features":[307,323,310]},{"name":"FwpmFilterGetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmFilterSetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmFilterSubscribeChanges0","features":[307,323,310]},{"name":"FwpmFilterSubscriptionsGet0","features":[307,323,310]},{"name":"FwpmFilterUnsubscribeChanges0","features":[307,323]},{"name":"FwpmFreeMemory0","features":[323]},{"name":"FwpmGetAppIdFromFileName0","features":[323]},{"name":"FwpmIPsecTunnelAdd0","features":[307,323,310]},{"name":"FwpmIPsecTunnelAdd1","features":[307,323,310]},{"name":"FwpmIPsecTunnelAdd2","features":[307,323,310]},{"name":"FwpmIPsecTunnelAdd3","features":[307,323,310]},{"name":"FwpmIPsecTunnelDeleteByKey0","features":[307,323]},{"name":"FwpmLayerCreateEnumHandle0","features":[307,323]},{"name":"FwpmLayerDestroyEnumHandle0","features":[307,323]},{"name":"FwpmLayerEnum0","features":[307,323]},{"name":"FwpmLayerGetById0","features":[307,323]},{"name":"FwpmLayerGetByKey0","features":[307,323]},{"name":"FwpmLayerGetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmLayerSetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmNetEventCreateEnumHandle0","features":[307,323,310]},{"name":"FwpmNetEventDestroyEnumHandle0","features":[307,323]},{"name":"FwpmNetEventEnum0","features":[307,323,310]},{"name":"FwpmNetEventEnum1","features":[307,323,310]},{"name":"FwpmNetEventEnum2","features":[307,323,310]},{"name":"FwpmNetEventEnum3","features":[307,323,310]},{"name":"FwpmNetEventEnum4","features":[307,323,310]},{"name":"FwpmNetEventEnum5","features":[307,323,310]},{"name":"FwpmNetEventSubscribe0","features":[307,323,310]},{"name":"FwpmNetEventSubscribe1","features":[307,323,310]},{"name":"FwpmNetEventSubscribe2","features":[307,323,310]},{"name":"FwpmNetEventSubscribe3","features":[307,323,310]},{"name":"FwpmNetEventSubscribe4","features":[307,323,310]},{"name":"FwpmNetEventSubscriptionsGet0","features":[307,323,310]},{"name":"FwpmNetEventUnsubscribe0","features":[307,323]},{"name":"FwpmNetEventsGetSecurityInfo0","features":[307,323,310]},{"name":"FwpmNetEventsSetSecurityInfo0","features":[307,323,310]},{"name":"FwpmProviderAdd0","features":[307,323,310]},{"name":"FwpmProviderContextAdd0","features":[307,323,310]},{"name":"FwpmProviderContextAdd1","features":[307,323,310]},{"name":"FwpmProviderContextAdd2","features":[307,323,310]},{"name":"FwpmProviderContextAdd3","features":[307,323,310]},{"name":"FwpmProviderContextCreateEnumHandle0","features":[307,323]},{"name":"FwpmProviderContextDeleteById0","features":[307,323]},{"name":"FwpmProviderContextDeleteByKey0","features":[307,323]},{"name":"FwpmProviderContextDestroyEnumHandle0","features":[307,323]},{"name":"FwpmProviderContextEnum0","features":[307,323,310]},{"name":"FwpmProviderContextEnum1","features":[307,323,310]},{"name":"FwpmProviderContextEnum2","features":[307,323,310]},{"name":"FwpmProviderContextEnum3","features":[307,323,310]},{"name":"FwpmProviderContextGetById0","features":[307,323,310]},{"name":"FwpmProviderContextGetById1","features":[307,323,310]},{"name":"FwpmProviderContextGetById2","features":[307,323,310]},{"name":"FwpmProviderContextGetById3","features":[307,323,310]},{"name":"FwpmProviderContextGetByKey0","features":[307,323,310]},{"name":"FwpmProviderContextGetByKey1","features":[307,323,310]},{"name":"FwpmProviderContextGetByKey2","features":[307,323,310]},{"name":"FwpmProviderContextGetByKey3","features":[307,323,310]},{"name":"FwpmProviderContextGetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmProviderContextSetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmProviderContextSubscribeChanges0","features":[307,323]},{"name":"FwpmProviderContextSubscriptionsGet0","features":[307,323]},{"name":"FwpmProviderContextUnsubscribeChanges0","features":[307,323]},{"name":"FwpmProviderCreateEnumHandle0","features":[307,323]},{"name":"FwpmProviderDeleteByKey0","features":[307,323]},{"name":"FwpmProviderDestroyEnumHandle0","features":[307,323]},{"name":"FwpmProviderEnum0","features":[307,323]},{"name":"FwpmProviderGetByKey0","features":[307,323]},{"name":"FwpmProviderGetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmProviderSetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmProviderSubscribeChanges0","features":[307,323]},{"name":"FwpmProviderSubscriptionsGet0","features":[307,323]},{"name":"FwpmProviderUnsubscribeChanges0","features":[307,323]},{"name":"FwpmSessionCreateEnumHandle0","features":[307,323]},{"name":"FwpmSessionDestroyEnumHandle0","features":[307,323]},{"name":"FwpmSessionEnum0","features":[307,323,310]},{"name":"FwpmSubLayerAdd0","features":[307,323,310]},{"name":"FwpmSubLayerCreateEnumHandle0","features":[307,323]},{"name":"FwpmSubLayerDeleteByKey0","features":[307,323]},{"name":"FwpmSubLayerDestroyEnumHandle0","features":[307,323]},{"name":"FwpmSubLayerEnum0","features":[307,323]},{"name":"FwpmSubLayerGetByKey0","features":[307,323]},{"name":"FwpmSubLayerGetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmSubLayerSetSecurityInfoByKey0","features":[307,323,310]},{"name":"FwpmSubLayerSubscribeChanges0","features":[307,323]},{"name":"FwpmSubLayerSubscriptionsGet0","features":[307,323]},{"name":"FwpmSubLayerUnsubscribeChanges0","features":[307,323]},{"name":"FwpmSystemPortsGet0","features":[307,323]},{"name":"FwpmSystemPortsSubscribe0","features":[307,323]},{"name":"FwpmSystemPortsUnsubscribe0","features":[307,323]},{"name":"FwpmTransactionAbort0","features":[307,323]},{"name":"FwpmTransactionBegin0","features":[307,323]},{"name":"FwpmTransactionCommit0","features":[307,323]},{"name":"FwpmvSwitchEventSubscribe0","features":[307,323]},{"name":"FwpmvSwitchEventUnsubscribe0","features":[307,323]},{"name":"FwpmvSwitchEventsGetSecurityInfo0","features":[307,323,310]},{"name":"FwpmvSwitchEventsSetSecurityInfo0","features":[307,323,310]},{"name":"IKEEXT_ANONYMOUS","features":[323]},{"name":"IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE","features":[323]},{"name":"IKEEXT_AUTHENTICATION_METHOD0","features":[323]},{"name":"IKEEXT_AUTHENTICATION_METHOD1","features":[323]},{"name":"IKEEXT_AUTHENTICATION_METHOD2","features":[323]},{"name":"IKEEXT_AUTHENTICATION_METHOD_TYPE","features":[323]},{"name":"IKEEXT_AUTHENTICATION_METHOD_TYPE_MAX","features":[323]},{"name":"IKEEXT_CERTIFICATE","features":[323]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION0","features":[323]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION1","features":[323]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION2","features":[323]},{"name":"IKEEXT_CERTIFICATE_CREDENTIAL0","features":[323]},{"name":"IKEEXT_CERTIFICATE_CREDENTIAL1","features":[323]},{"name":"IKEEXT_CERTIFICATE_CRITERIA0","features":[323]},{"name":"IKEEXT_CERTIFICATE_ECDSA_P256","features":[323]},{"name":"IKEEXT_CERTIFICATE_ECDSA_P384","features":[323]},{"name":"IKEEXT_CERT_AUTH","features":[323]},{"name":"IKEEXT_CERT_AUTH_ALLOW_HTTP_CERT_LOOKUP","features":[323]},{"name":"IKEEXT_CERT_AUTH_DISABLE_SSL_CERT_VALIDATION","features":[323]},{"name":"IKEEXT_CERT_AUTH_ENABLE_CRL_CHECK_STRONG","features":[323]},{"name":"IKEEXT_CERT_AUTH_FLAG_DISABLE_CRL_CHECK","features":[323]},{"name":"IKEEXT_CERT_AUTH_FLAG_DISABLE_REQUEST_PAYLOAD","features":[323]},{"name":"IKEEXT_CERT_AUTH_FLAG_SSL_ONE_WAY","features":[323]},{"name":"IKEEXT_CERT_AUTH_URL_CONTAINS_BUNDLE","features":[323]},{"name":"IKEEXT_CERT_CONFIG_ENTERPRISE_STORE","features":[323]},{"name":"IKEEXT_CERT_CONFIG_EXPLICIT_TRUST_LIST","features":[323]},{"name":"IKEEXT_CERT_CONFIG_TRUSTED_ROOT_STORE","features":[323]},{"name":"IKEEXT_CERT_CONFIG_TYPE","features":[323]},{"name":"IKEEXT_CERT_CONFIG_TYPE_MAX","features":[323]},{"name":"IKEEXT_CERT_CONFIG_UNSPECIFIED","features":[323]},{"name":"IKEEXT_CERT_CREDENTIAL_FLAG_NAP_CERT","features":[323]},{"name":"IKEEXT_CERT_CRITERIA_CN","features":[323]},{"name":"IKEEXT_CERT_CRITERIA_DC","features":[323]},{"name":"IKEEXT_CERT_CRITERIA_DNS","features":[323]},{"name":"IKEEXT_CERT_CRITERIA_NAME_TYPE","features":[323]},{"name":"IKEEXT_CERT_CRITERIA_NAME_TYPE_MAX","features":[323]},{"name":"IKEEXT_CERT_CRITERIA_O","features":[323]},{"name":"IKEEXT_CERT_CRITERIA_OU","features":[323]},{"name":"IKEEXT_CERT_CRITERIA_RFC822","features":[323]},{"name":"IKEEXT_CERT_CRITERIA_UPN","features":[323]},{"name":"IKEEXT_CERT_EKUS0","features":[323]},{"name":"IKEEXT_CERT_FLAGS","features":[323]},{"name":"IKEEXT_CERT_FLAG_DISABLE_REQUEST_PAYLOAD","features":[323]},{"name":"IKEEXT_CERT_FLAG_ENABLE_ACCOUNT_MAPPING","features":[323]},{"name":"IKEEXT_CERT_FLAG_FOLLOW_RENEWAL_CERTIFICATE","features":[323]},{"name":"IKEEXT_CERT_FLAG_IGNORE_INIT_CERT_MAP_FAILURE","features":[323]},{"name":"IKEEXT_CERT_FLAG_INTERMEDIATE_CA","features":[323]},{"name":"IKEEXT_CERT_FLAG_PREFER_NAP_CERTIFICATE_OUTBOUND","features":[323]},{"name":"IKEEXT_CERT_FLAG_SELECT_NAP_CERTIFICATE","features":[323]},{"name":"IKEEXT_CERT_FLAG_USE_NAP_CERTIFICATE","features":[323]},{"name":"IKEEXT_CERT_FLAG_VERIFY_NAP_CERTIFICATE","features":[323]},{"name":"IKEEXT_CERT_HASH_LEN","features":[323]},{"name":"IKEEXT_CERT_NAME0","features":[323]},{"name":"IKEEXT_CERT_ROOT_CONFIG0","features":[323]},{"name":"IKEEXT_CIPHER_3DES","features":[323]},{"name":"IKEEXT_CIPHER_AES_128","features":[323]},{"name":"IKEEXT_CIPHER_AES_192","features":[323]},{"name":"IKEEXT_CIPHER_AES_256","features":[323]},{"name":"IKEEXT_CIPHER_AES_GCM_128_16ICV","features":[323]},{"name":"IKEEXT_CIPHER_AES_GCM_256_16ICV","features":[323]},{"name":"IKEEXT_CIPHER_ALGORITHM0","features":[323]},{"name":"IKEEXT_CIPHER_DES","features":[323]},{"name":"IKEEXT_CIPHER_TYPE","features":[323]},{"name":"IKEEXT_CIPHER_TYPE_MAX","features":[323]},{"name":"IKEEXT_COMMON_STATISTICS0","features":[323]},{"name":"IKEEXT_COMMON_STATISTICS1","features":[323]},{"name":"IKEEXT_COOKIE_PAIR0","features":[323]},{"name":"IKEEXT_CREDENTIAL0","features":[323]},{"name":"IKEEXT_CREDENTIAL1","features":[323]},{"name":"IKEEXT_CREDENTIAL2","features":[323]},{"name":"IKEEXT_CREDENTIALS0","features":[323]},{"name":"IKEEXT_CREDENTIALS1","features":[323]},{"name":"IKEEXT_CREDENTIALS2","features":[323]},{"name":"IKEEXT_CREDENTIAL_PAIR0","features":[323]},{"name":"IKEEXT_CREDENTIAL_PAIR1","features":[323]},{"name":"IKEEXT_CREDENTIAL_PAIR2","features":[323]},{"name":"IKEEXT_DH_ECP_256","features":[323]},{"name":"IKEEXT_DH_ECP_384","features":[323]},{"name":"IKEEXT_DH_GROUP","features":[323]},{"name":"IKEEXT_DH_GROUP_1","features":[323]},{"name":"IKEEXT_DH_GROUP_14","features":[323]},{"name":"IKEEXT_DH_GROUP_2","features":[323]},{"name":"IKEEXT_DH_GROUP_2048","features":[323]},{"name":"IKEEXT_DH_GROUP_24","features":[323]},{"name":"IKEEXT_DH_GROUP_MAX","features":[323]},{"name":"IKEEXT_DH_GROUP_NONE","features":[323]},{"name":"IKEEXT_EAP","features":[323]},{"name":"IKEEXT_EAP_AUTHENTICATION0","features":[323]},{"name":"IKEEXT_EAP_AUTHENTICATION_FLAGS","features":[323]},{"name":"IKEEXT_EAP_FLAG_LOCAL_AUTH_ONLY","features":[323]},{"name":"IKEEXT_EAP_FLAG_REMOTE_AUTH_ONLY","features":[323]},{"name":"IKEEXT_EM_POLICY0","features":[323]},{"name":"IKEEXT_EM_POLICY1","features":[323]},{"name":"IKEEXT_EM_POLICY2","features":[323]},{"name":"IKEEXT_EM_SA_STATE","features":[323]},{"name":"IKEEXT_EM_SA_STATE_AUTH_COMPLETE","features":[323]},{"name":"IKEEXT_EM_SA_STATE_COMPLETE","features":[323]},{"name":"IKEEXT_EM_SA_STATE_FINAL","features":[323]},{"name":"IKEEXT_EM_SA_STATE_MAX","features":[323]},{"name":"IKEEXT_EM_SA_STATE_NONE","features":[323]},{"name":"IKEEXT_EM_SA_STATE_SENT_ATTS","features":[323]},{"name":"IKEEXT_EM_SA_STATE_SSPI_SENT","features":[323]},{"name":"IKEEXT_IMPERSONATION_MAX","features":[323]},{"name":"IKEEXT_IMPERSONATION_NONE","features":[323]},{"name":"IKEEXT_IMPERSONATION_SOCKET_PRINCIPAL","features":[323]},{"name":"IKEEXT_INTEGRITY_ALGORITHM0","features":[323]},{"name":"IKEEXT_INTEGRITY_MD5","features":[323]},{"name":"IKEEXT_INTEGRITY_SHA1","features":[323]},{"name":"IKEEXT_INTEGRITY_SHA_256","features":[323]},{"name":"IKEEXT_INTEGRITY_SHA_384","features":[323]},{"name":"IKEEXT_INTEGRITY_TYPE","features":[323]},{"name":"IKEEXT_INTEGRITY_TYPE_MAX","features":[323]},{"name":"IKEEXT_IPV6_CGA","features":[323]},{"name":"IKEEXT_IPV6_CGA_AUTHENTICATION0","features":[323]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0","features":[323]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1","features":[323]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS0","features":[323]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1","features":[323]},{"name":"IKEEXT_KERBEROS","features":[323]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION0","features":[323]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION1","features":[323]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION_FLAGS","features":[323]},{"name":"IKEEXT_KERB_AUTH_DISABLE_INITIATOR_TOKEN_GENERATION","features":[323]},{"name":"IKEEXT_KERB_AUTH_DONT_ACCEPT_EXPLICIT_CREDENTIALS","features":[323]},{"name":"IKEEXT_KERB_AUTH_FORCE_PROXY_ON_INITIATOR","features":[323]},{"name":"IKEEXT_KEYMODULE_STATISTICS0","features":[323]},{"name":"IKEEXT_KEYMODULE_STATISTICS1","features":[323]},{"name":"IKEEXT_KEY_MODULE_AUTHIP","features":[323]},{"name":"IKEEXT_KEY_MODULE_IKE","features":[323]},{"name":"IKEEXT_KEY_MODULE_IKEV2","features":[323]},{"name":"IKEEXT_KEY_MODULE_MAX","features":[323]},{"name":"IKEEXT_KEY_MODULE_TYPE","features":[323]},{"name":"IKEEXT_MM_SA_STATE","features":[323]},{"name":"IKEEXT_MM_SA_STATE_COMPLETE","features":[323]},{"name":"IKEEXT_MM_SA_STATE_FINAL","features":[323]},{"name":"IKEEXT_MM_SA_STATE_FINAL_SENT","features":[323]},{"name":"IKEEXT_MM_SA_STATE_MAX","features":[323]},{"name":"IKEEXT_MM_SA_STATE_NONE","features":[323]},{"name":"IKEEXT_MM_SA_STATE_SA_SENT","features":[323]},{"name":"IKEEXT_MM_SA_STATE_SSPI_SENT","features":[323]},{"name":"IKEEXT_NAME_CREDENTIAL0","features":[323]},{"name":"IKEEXT_NTLM_V2","features":[323]},{"name":"IKEEXT_NTLM_V2_AUTHENTICATION0","features":[323]},{"name":"IKEEXT_NTLM_V2_AUTH_DONT_ACCEPT_EXPLICIT_CREDENTIALS","features":[323]},{"name":"IKEEXT_POLICY0","features":[323]},{"name":"IKEEXT_POLICY1","features":[323]},{"name":"IKEEXT_POLICY2","features":[323]},{"name":"IKEEXT_POLICY_ENABLE_IKEV2_FRAGMENTATION","features":[323]},{"name":"IKEEXT_POLICY_FLAG","features":[323]},{"name":"IKEEXT_POLICY_FLAG_DISABLE_DIAGNOSTICS","features":[323]},{"name":"IKEEXT_POLICY_FLAG_ENABLE_OPTIONAL_DH","features":[323]},{"name":"IKEEXT_POLICY_FLAG_IMS_VPN","features":[323]},{"name":"IKEEXT_POLICY_FLAG_MOBIKE_NOT_SUPPORTED","features":[323]},{"name":"IKEEXT_POLICY_FLAG_NO_IMPERSONATION_LUID_VERIFY","features":[323]},{"name":"IKEEXT_POLICY_FLAG_NO_MACHINE_LUID_VERIFY","features":[323]},{"name":"IKEEXT_POLICY_FLAG_SITE_TO_SITE","features":[323]},{"name":"IKEEXT_POLICY_SUPPORT_LOW_POWER_MODE","features":[323]},{"name":"IKEEXT_PRESHARED_KEY","features":[323]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION0","features":[323]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION1","features":[323]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION_FLAGS","features":[323]},{"name":"IKEEXT_PROPOSAL0","features":[323]},{"name":"IKEEXT_PSK_FLAG_LOCAL_AUTH_ONLY","features":[323]},{"name":"IKEEXT_PSK_FLAG_REMOTE_AUTH_ONLY","features":[323]},{"name":"IKEEXT_QM_SA_STATE","features":[323]},{"name":"IKEEXT_QM_SA_STATE_COMPLETE","features":[323]},{"name":"IKEEXT_QM_SA_STATE_FINAL","features":[323]},{"name":"IKEEXT_QM_SA_STATE_INITIAL","features":[323]},{"name":"IKEEXT_QM_SA_STATE_MAX","features":[323]},{"name":"IKEEXT_QM_SA_STATE_NONE","features":[323]},{"name":"IKEEXT_RESERVED","features":[323]},{"name":"IKEEXT_RESERVED_AUTHENTICATION0","features":[323]},{"name":"IKEEXT_RESERVED_AUTHENTICATION_FLAGS","features":[323]},{"name":"IKEEXT_RESERVED_AUTH_DISABLE_INITIATOR_TOKEN_GENERATION","features":[323]},{"name":"IKEEXT_SA_DETAILS0","features":[323]},{"name":"IKEEXT_SA_DETAILS1","features":[323]},{"name":"IKEEXT_SA_DETAILS2","features":[323]},{"name":"IKEEXT_SA_ENUM_TEMPLATE0","features":[323,310]},{"name":"IKEEXT_SA_ROLE","features":[323]},{"name":"IKEEXT_SA_ROLE_INITIATOR","features":[323]},{"name":"IKEEXT_SA_ROLE_MAX","features":[323]},{"name":"IKEEXT_SA_ROLE_RESPONDER","features":[323]},{"name":"IKEEXT_SSL","features":[323]},{"name":"IKEEXT_SSL_ECDSA_P256","features":[323]},{"name":"IKEEXT_SSL_ECDSA_P384","features":[323]},{"name":"IKEEXT_STATISTICS0","features":[323]},{"name":"IKEEXT_STATISTICS1","features":[323]},{"name":"IKEEXT_TRAFFIC0","features":[323]},{"name":"IPSEC_ADDRESS_INFO0","features":[323]},{"name":"IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0","features":[323]},{"name":"IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1","features":[323]},{"name":"IPSEC_AGGREGATE_SA_STATISTICS0","features":[323]},{"name":"IPSEC_AH_DROP_PACKET_STATISTICS0","features":[323]},{"name":"IPSEC_AUTH_AES_128","features":[323]},{"name":"IPSEC_AUTH_AES_192","features":[323]},{"name":"IPSEC_AUTH_AES_256","features":[323]},{"name":"IPSEC_AUTH_AND_CIPHER_TRANSFORM0","features":[323]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_128","features":[323]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_192","features":[323]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_256","features":[323]},{"name":"IPSEC_AUTH_CONFIG_HMAC_MD5_96","features":[323]},{"name":"IPSEC_AUTH_CONFIG_HMAC_SHA_1_96","features":[323]},{"name":"IPSEC_AUTH_CONFIG_HMAC_SHA_256_128","features":[323]},{"name":"IPSEC_AUTH_CONFIG_MAX","features":[323]},{"name":"IPSEC_AUTH_MAX","features":[323]},{"name":"IPSEC_AUTH_MD5","features":[323]},{"name":"IPSEC_AUTH_SHA_1","features":[323]},{"name":"IPSEC_AUTH_SHA_256","features":[323]},{"name":"IPSEC_AUTH_TRANSFORM0","features":[323]},{"name":"IPSEC_AUTH_TRANSFORM_ID0","features":[323]},{"name":"IPSEC_AUTH_TYPE","features":[323]},{"name":"IPSEC_CIPHER_CONFIG_CBC_3DES","features":[323]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_128","features":[323]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_192","features":[323]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_256","features":[323]},{"name":"IPSEC_CIPHER_CONFIG_CBC_DES","features":[323]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_128","features":[323]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_192","features":[323]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_256","features":[323]},{"name":"IPSEC_CIPHER_CONFIG_MAX","features":[323]},{"name":"IPSEC_CIPHER_TRANSFORM0","features":[323]},{"name":"IPSEC_CIPHER_TRANSFORM_ID0","features":[323]},{"name":"IPSEC_CIPHER_TYPE","features":[323]},{"name":"IPSEC_CIPHER_TYPE_3DES","features":[323]},{"name":"IPSEC_CIPHER_TYPE_AES_128","features":[323]},{"name":"IPSEC_CIPHER_TYPE_AES_192","features":[323]},{"name":"IPSEC_CIPHER_TYPE_AES_256","features":[323]},{"name":"IPSEC_CIPHER_TYPE_DES","features":[323]},{"name":"IPSEC_CIPHER_TYPE_MAX","features":[323]},{"name":"IPSEC_DOSP_DSCP_DISABLE_VALUE","features":[323]},{"name":"IPSEC_DOSP_FLAGS","features":[323]},{"name":"IPSEC_DOSP_FLAG_DISABLE_AUTHIP","features":[323]},{"name":"IPSEC_DOSP_FLAG_DISABLE_DEFAULT_BLOCK","features":[323]},{"name":"IPSEC_DOSP_FLAG_ENABLE_IKEV1","features":[323]},{"name":"IPSEC_DOSP_FLAG_ENABLE_IKEV2","features":[323]},{"name":"IPSEC_DOSP_FLAG_FILTER_BLOCK","features":[323]},{"name":"IPSEC_DOSP_FLAG_FILTER_EXEMPT","features":[323]},{"name":"IPSEC_DOSP_OPTIONS0","features":[323]},{"name":"IPSEC_DOSP_RATE_LIMIT_DISABLE_VALUE","features":[323]},{"name":"IPSEC_DOSP_STATE0","features":[323]},{"name":"IPSEC_DOSP_STATE_ENUM_TEMPLATE0","features":[323]},{"name":"IPSEC_DOSP_STATISTICS0","features":[323]},{"name":"IPSEC_ESP_DROP_PACKET_STATISTICS0","features":[323]},{"name":"IPSEC_FAILURE_ME","features":[323]},{"name":"IPSEC_FAILURE_NONE","features":[323]},{"name":"IPSEC_FAILURE_PEER","features":[323]},{"name":"IPSEC_FAILURE_POINT","features":[323]},{"name":"IPSEC_FAILURE_POINT_MAX","features":[323]},{"name":"IPSEC_GETSPI0","features":[323]},{"name":"IPSEC_GETSPI1","features":[323]},{"name":"IPSEC_ID0","features":[323]},{"name":"IPSEC_KEYING_POLICY0","features":[323]},{"name":"IPSEC_KEYING_POLICY1","features":[323]},{"name":"IPSEC_KEYING_POLICY_FLAG_TERMINATING_MATCH","features":[323]},{"name":"IPSEC_KEYMODULE_STATE0","features":[323]},{"name":"IPSEC_KEY_MANAGER0","features":[323]},{"name":"IPSEC_KEY_MANAGER_CALLBACKS0","features":[307,323,310]},{"name":"IPSEC_KEY_MANAGER_DICTATE_KEY0","features":[307,323,310]},{"name":"IPSEC_KEY_MANAGER_FLAG_DICTATE_KEY","features":[323]},{"name":"IPSEC_KEY_MANAGER_KEY_DICTATION_CHECK0","features":[307,323]},{"name":"IPSEC_KEY_MANAGER_NOTIFY_KEY0","features":[323,310]},{"name":"IPSEC_PFS_1","features":[323]},{"name":"IPSEC_PFS_14","features":[323]},{"name":"IPSEC_PFS_2","features":[323]},{"name":"IPSEC_PFS_2048","features":[323]},{"name":"IPSEC_PFS_24","features":[323]},{"name":"IPSEC_PFS_ECP_256","features":[323]},{"name":"IPSEC_PFS_ECP_384","features":[323]},{"name":"IPSEC_PFS_GROUP","features":[323]},{"name":"IPSEC_PFS_MAX","features":[323]},{"name":"IPSEC_PFS_MM","features":[323]},{"name":"IPSEC_PFS_NONE","features":[323]},{"name":"IPSEC_POLICY_FLAG","features":[323]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH1","features":[323]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH2","features":[323]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH3","features":[323]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH4","features":[323]},{"name":"IPSEC_POLICY_FLAG_CLEAR_DF_ON_TUNNEL","features":[323]},{"name":"IPSEC_POLICY_FLAG_DONT_NEGOTIATE_BYTE_LIFETIME","features":[323]},{"name":"IPSEC_POLICY_FLAG_DONT_NEGOTIATE_SECOND_LIFETIME","features":[323]},{"name":"IPSEC_POLICY_FLAG_ENABLE_SERVER_ADDR_ASSIGNMENT","features":[323]},{"name":"IPSEC_POLICY_FLAG_ENABLE_V6_IN_V4_TUNNELING","features":[323]},{"name":"IPSEC_POLICY_FLAG_KEY_MANAGER_ALLOW_DICTATE_KEY","features":[323]},{"name":"IPSEC_POLICY_FLAG_KEY_MANAGER_ALLOW_NOTIFY_KEY","features":[323]},{"name":"IPSEC_POLICY_FLAG_NAT_ENCAP_ALLOW_GENERAL_NAT_TRAVERSAL","features":[323]},{"name":"IPSEC_POLICY_FLAG_NAT_ENCAP_ALLOW_PEER_BEHIND_NAT","features":[323]},{"name":"IPSEC_POLICY_FLAG_ND_BOUNDARY","features":[323]},{"name":"IPSEC_POLICY_FLAG_ND_SECURE","features":[323]},{"name":"IPSEC_POLICY_FLAG_RESERVED1","features":[323]},{"name":"IPSEC_POLICY_FLAG_SITE_TO_SITE_TUNNEL","features":[323]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_ALLOW_OUTBOUND_CLEAR_CONNECTION","features":[323]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_BYPASS_ALREADY_SECURE_CONNECTION","features":[323]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_BYPASS_ICMPV6","features":[323]},{"name":"IPSEC_PROPOSAL0","features":[323]},{"name":"IPSEC_SA0","features":[323]},{"name":"IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0","features":[323]},{"name":"IPSEC_SA_AUTH_INFORMATION0","features":[323]},{"name":"IPSEC_SA_BUNDLE0","features":[323]},{"name":"IPSEC_SA_BUNDLE1","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAGS","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_ALLOW_NULL_TARGET_NAME_MATCH","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_ASSUME_UDP_CONTEXT_OUTBOUND","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_CLEAR_DF_ON_TUNNEL","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_ENABLE_OPTIONAL_ASYMMETRIC_IDLE","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORCE_INBOUND_CONNECTIONS","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORCE_OUTBOUND_CONNECTIONS","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORWARD_PATH_INITIATOR","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_GUARANTEE_ENCRYPTION","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_IP_IN_IP_PKT","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_LOCALLY_DICTATED_KEYS","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_LOW_POWER_MODE_SUPPORT","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_BOUNDARY","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_PEER_BOUNDARY","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_PEER_NAT_BOUNDARY","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_SECURE","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_NLB","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_EXPLICIT_CRED_MATCH","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_IMPERSONATION_LUID_VERIFY","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_MACHINE_LUID_VERIFY","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_PEER_SUPPORTS_GUARANTEE_ENCRYPTION","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_SA_OFFLOADED","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_SUPPRESS_DUPLICATE_DELETION","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH1","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH2","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH3","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH4","features":[323]},{"name":"IPSEC_SA_BUNDLE_FLAG_USING_DICTATED_KEYS","features":[323]},{"name":"IPSEC_SA_CIPHER_INFORMATION0","features":[323]},{"name":"IPSEC_SA_CONTEXT0","features":[323,310]},{"name":"IPSEC_SA_CONTEXT1","features":[323,310]},{"name":"IPSEC_SA_CONTEXT_CALLBACK0","features":[323]},{"name":"IPSEC_SA_CONTEXT_CHANGE0","features":[323]},{"name":"IPSEC_SA_CONTEXT_ENUM_TEMPLATE0","features":[323,310]},{"name":"IPSEC_SA_CONTEXT_EVENT_ADD","features":[323]},{"name":"IPSEC_SA_CONTEXT_EVENT_DELETE","features":[323]},{"name":"IPSEC_SA_CONTEXT_EVENT_MAX","features":[323]},{"name":"IPSEC_SA_CONTEXT_EVENT_TYPE0","features":[323]},{"name":"IPSEC_SA_CONTEXT_SUBSCRIPTION0","features":[323,310]},{"name":"IPSEC_SA_DETAILS0","features":[323,310]},{"name":"IPSEC_SA_DETAILS1","features":[323,310]},{"name":"IPSEC_SA_ENUM_TEMPLATE0","features":[323]},{"name":"IPSEC_SA_IDLE_TIMEOUT0","features":[323]},{"name":"IPSEC_SA_LIFETIME0","features":[323]},{"name":"IPSEC_SA_TRANSFORM0","features":[323]},{"name":"IPSEC_STATISTICS0","features":[323]},{"name":"IPSEC_STATISTICS1","features":[323]},{"name":"IPSEC_TOKEN0","features":[323]},{"name":"IPSEC_TOKEN_MODE","features":[323]},{"name":"IPSEC_TOKEN_MODE_EXTENDED","features":[323]},{"name":"IPSEC_TOKEN_MODE_MAIN","features":[323]},{"name":"IPSEC_TOKEN_MODE_MAX","features":[323]},{"name":"IPSEC_TOKEN_PRINCIPAL","features":[323]},{"name":"IPSEC_TOKEN_PRINCIPAL_LOCAL","features":[323]},{"name":"IPSEC_TOKEN_PRINCIPAL_MAX","features":[323]},{"name":"IPSEC_TOKEN_PRINCIPAL_PEER","features":[323]},{"name":"IPSEC_TOKEN_TYPE","features":[323]},{"name":"IPSEC_TOKEN_TYPE_IMPERSONATION","features":[323]},{"name":"IPSEC_TOKEN_TYPE_MACHINE","features":[323]},{"name":"IPSEC_TOKEN_TYPE_MAX","features":[323]},{"name":"IPSEC_TRAFFIC0","features":[323]},{"name":"IPSEC_TRAFFIC1","features":[323]},{"name":"IPSEC_TRAFFIC_SELECTOR0","features":[323]},{"name":"IPSEC_TRAFFIC_SELECTOR_POLICY0","features":[323]},{"name":"IPSEC_TRAFFIC_STATISTICS0","features":[323]},{"name":"IPSEC_TRAFFIC_STATISTICS1","features":[323]},{"name":"IPSEC_TRAFFIC_TYPE","features":[323]},{"name":"IPSEC_TRAFFIC_TYPE_MAX","features":[323]},{"name":"IPSEC_TRAFFIC_TYPE_TRANSPORT","features":[323]},{"name":"IPSEC_TRAFFIC_TYPE_TUNNEL","features":[323]},{"name":"IPSEC_TRANSFORM_AH","features":[323]},{"name":"IPSEC_TRANSFORM_ESP_AUTH","features":[323]},{"name":"IPSEC_TRANSFORM_ESP_AUTH_AND_CIPHER","features":[323]},{"name":"IPSEC_TRANSFORM_ESP_AUTH_FW","features":[323]},{"name":"IPSEC_TRANSFORM_ESP_CIPHER","features":[323]},{"name":"IPSEC_TRANSFORM_TYPE","features":[323]},{"name":"IPSEC_TRANSFORM_TYPE_MAX","features":[323]},{"name":"IPSEC_TRANSPORT_POLICY0","features":[323]},{"name":"IPSEC_TRANSPORT_POLICY1","features":[323]},{"name":"IPSEC_TRANSPORT_POLICY2","features":[323]},{"name":"IPSEC_TUNNEL_ENDPOINT0","features":[323]},{"name":"IPSEC_TUNNEL_ENDPOINTS0","features":[323]},{"name":"IPSEC_TUNNEL_ENDPOINTS1","features":[323]},{"name":"IPSEC_TUNNEL_ENDPOINTS2","features":[323]},{"name":"IPSEC_TUNNEL_POLICY0","features":[323]},{"name":"IPSEC_TUNNEL_POLICY1","features":[323]},{"name":"IPSEC_TUNNEL_POLICY2","features":[323]},{"name":"IPSEC_TUNNEL_POLICY3","features":[323]},{"name":"IPSEC_V4_UDP_ENCAPSULATION0","features":[323]},{"name":"IPSEC_VIRTUAL_IF_TUNNEL_INFO0","features":[323]},{"name":"IPsecDospGetSecurityInfo0","features":[307,323,310]},{"name":"IPsecDospGetStatistics0","features":[307,323]},{"name":"IPsecDospSetSecurityInfo0","features":[307,323,310]},{"name":"IPsecDospStateCreateEnumHandle0","features":[307,323]},{"name":"IPsecDospStateDestroyEnumHandle0","features":[307,323]},{"name":"IPsecDospStateEnum0","features":[307,323]},{"name":"IPsecGetStatistics0","features":[307,323]},{"name":"IPsecGetStatistics1","features":[307,323]},{"name":"IPsecKeyManagerAddAndRegister0","features":[307,323,310]},{"name":"IPsecKeyManagerGetSecurityInfoByKey0","features":[307,323,310]},{"name":"IPsecKeyManagerSetSecurityInfoByKey0","features":[307,323,310]},{"name":"IPsecKeyManagerUnregisterAndDelete0","features":[307,323]},{"name":"IPsecKeyManagersGet0","features":[307,323]},{"name":"IPsecSaContextAddInbound0","features":[307,323]},{"name":"IPsecSaContextAddInbound1","features":[307,323]},{"name":"IPsecSaContextAddOutbound0","features":[307,323]},{"name":"IPsecSaContextAddOutbound1","features":[307,323]},{"name":"IPsecSaContextCreate0","features":[307,323]},{"name":"IPsecSaContextCreate1","features":[307,323]},{"name":"IPsecSaContextCreateEnumHandle0","features":[307,323,310]},{"name":"IPsecSaContextDeleteById0","features":[307,323]},{"name":"IPsecSaContextDestroyEnumHandle0","features":[307,323]},{"name":"IPsecSaContextEnum0","features":[307,323,310]},{"name":"IPsecSaContextEnum1","features":[307,323,310]},{"name":"IPsecSaContextExpire0","features":[307,323]},{"name":"IPsecSaContextGetById0","features":[307,323,310]},{"name":"IPsecSaContextGetById1","features":[307,323,310]},{"name":"IPsecSaContextGetSpi0","features":[307,323]},{"name":"IPsecSaContextGetSpi1","features":[307,323]},{"name":"IPsecSaContextSetSpi0","features":[307,323]},{"name":"IPsecSaContextSubscribe0","features":[307,323,310]},{"name":"IPsecSaContextSubscriptionsGet0","features":[307,323,310]},{"name":"IPsecSaContextUnsubscribe0","features":[307,323]},{"name":"IPsecSaContextUpdate0","features":[307,323,310]},{"name":"IPsecSaCreateEnumHandle0","features":[307,323]},{"name":"IPsecSaDbGetSecurityInfo0","features":[307,323,310]},{"name":"IPsecSaDbSetSecurityInfo0","features":[307,323,310]},{"name":"IPsecSaDestroyEnumHandle0","features":[307,323]},{"name":"IPsecSaEnum0","features":[307,323,310]},{"name":"IPsecSaEnum1","features":[307,323,310]},{"name":"IkeextGetStatistics0","features":[307,323]},{"name":"IkeextGetStatistics1","features":[307,323]},{"name":"IkeextSaCreateEnumHandle0","features":[307,323,310]},{"name":"IkeextSaDbGetSecurityInfo0","features":[307,323,310]},{"name":"IkeextSaDbSetSecurityInfo0","features":[307,323,310]},{"name":"IkeextSaDeleteById0","features":[307,323]},{"name":"IkeextSaDestroyEnumHandle0","features":[307,323]},{"name":"IkeextSaEnum0","features":[307,323]},{"name":"IkeextSaEnum1","features":[307,323]},{"name":"IkeextSaEnum2","features":[307,323]},{"name":"IkeextSaGetById0","features":[307,323]},{"name":"IkeextSaGetById1","features":[307,323]},{"name":"IkeextSaGetById2","features":[307,323]}],"468":[{"name":"FW_DYNAMIC_KEYWORD_ADDRESS0","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_DATA0","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_ALL","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_AUTO_RESOLVE","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_NON_AUTO_RESOLVE","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS_AUTO_RESOLVE","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_INVALID","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_LOCAL","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_MDM","features":[465]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_TYPE","features":[465]},{"name":"ICSSC_DEFAULT","features":[465]},{"name":"ICSSC_ENABLED","features":[465]},{"name":"ICSSHARINGTYPE_PRIVATE","features":[465]},{"name":"ICSSHARINGTYPE_PUBLIC","features":[465]},{"name":"ICSTT_IPADDRESS","features":[465]},{"name":"ICSTT_NAME","features":[465]},{"name":"ICS_TARGETTYPE","features":[465]},{"name":"IDynamicPortMapping","features":[465,358]},{"name":"IDynamicPortMappingCollection","features":[465,358]},{"name":"IEnumNetConnection","features":[465]},{"name":"IEnumNetSharingEveryConnection","features":[465]},{"name":"IEnumNetSharingPortMapping","features":[465]},{"name":"IEnumNetSharingPrivateConnection","features":[465]},{"name":"IEnumNetSharingPublicConnection","features":[465]},{"name":"INATEventManager","features":[465,358]},{"name":"INATExternalIPAddressCallback","features":[465]},{"name":"INATNumberOfEntriesCallback","features":[465]},{"name":"INET_FIREWALL_AC_BINARIES","features":[465]},{"name":"INET_FIREWALL_AC_BINARY","features":[465]},{"name":"INET_FIREWALL_AC_CAPABILITIES","features":[465,310]},{"name":"INET_FIREWALL_AC_CHANGE","features":[465,310]},{"name":"INET_FIREWALL_AC_CHANGE_CREATE","features":[465]},{"name":"INET_FIREWALL_AC_CHANGE_DELETE","features":[465]},{"name":"INET_FIREWALL_AC_CHANGE_INVALID","features":[465]},{"name":"INET_FIREWALL_AC_CHANGE_MAX","features":[465]},{"name":"INET_FIREWALL_AC_CHANGE_TYPE","features":[465]},{"name":"INET_FIREWALL_AC_CREATION_TYPE","features":[465]},{"name":"INET_FIREWALL_AC_MAX","features":[465]},{"name":"INET_FIREWALL_AC_NONE","features":[465]},{"name":"INET_FIREWALL_AC_PACKAGE_ID_ONLY","features":[465]},{"name":"INET_FIREWALL_APP_CONTAINER","features":[465,310]},{"name":"INetConnection","features":[465]},{"name":"INetConnectionConnectUi","features":[465]},{"name":"INetConnectionManager","features":[465]},{"name":"INetConnectionProps","features":[465,358]},{"name":"INetFwAuthorizedApplication","features":[465,358]},{"name":"INetFwAuthorizedApplications","features":[465,358]},{"name":"INetFwIcmpSettings","features":[465,358]},{"name":"INetFwMgr","features":[465,358]},{"name":"INetFwOpenPort","features":[465,358]},{"name":"INetFwOpenPorts","features":[465,358]},{"name":"INetFwPolicy","features":[465,358]},{"name":"INetFwPolicy2","features":[465,358]},{"name":"INetFwProduct","features":[465,358]},{"name":"INetFwProducts","features":[465,358]},{"name":"INetFwProfile","features":[465,358]},{"name":"INetFwRemoteAdminSettings","features":[465,358]},{"name":"INetFwRule","features":[465,358]},{"name":"INetFwRule2","features":[465,358]},{"name":"INetFwRule3","features":[465,358]},{"name":"INetFwRules","features":[465,358]},{"name":"INetFwService","features":[465,358]},{"name":"INetFwServiceRestriction","features":[465,358]},{"name":"INetFwServices","features":[465,358]},{"name":"INetSharingConfiguration","features":[465,358]},{"name":"INetSharingEveryConnectionCollection","features":[465,358]},{"name":"INetSharingManager","features":[465,358]},{"name":"INetSharingPortMapping","features":[465,358]},{"name":"INetSharingPortMappingCollection","features":[465,358]},{"name":"INetSharingPortMappingProps","features":[465,358]},{"name":"INetSharingPrivateConnectionCollection","features":[465,358]},{"name":"INetSharingPublicConnectionCollection","features":[465,358]},{"name":"IStaticPortMapping","features":[465,358]},{"name":"IStaticPortMappingCollection","features":[465,358]},{"name":"IUPnPNAT","features":[465,358]},{"name":"NCCF_ALLOW_DUPLICATION","features":[465]},{"name":"NCCF_ALLOW_REMOVAL","features":[465]},{"name":"NCCF_ALLOW_RENAME","features":[465]},{"name":"NCCF_ALL_USERS","features":[465]},{"name":"NCCF_BLUETOOTH_MASK","features":[465]},{"name":"NCCF_BRANDED","features":[465]},{"name":"NCCF_BRIDGED","features":[465]},{"name":"NCCF_DEFAULT","features":[465]},{"name":"NCCF_FIREWALLED","features":[465]},{"name":"NCCF_HOMENET_CAPABLE","features":[465]},{"name":"NCCF_HOSTED_NETWORK","features":[465]},{"name":"NCCF_INCOMING_ONLY","features":[465]},{"name":"NCCF_LAN_MASK","features":[465]},{"name":"NCCF_NONE","features":[465]},{"name":"NCCF_OUTGOING_ONLY","features":[465]},{"name":"NCCF_QUARANTINED","features":[465]},{"name":"NCCF_RESERVED","features":[465]},{"name":"NCCF_SHARED","features":[465]},{"name":"NCCF_SHARED_PRIVATE","features":[465]},{"name":"NCCF_VIRTUAL_STATION","features":[465]},{"name":"NCCF_WIFI_DIRECT","features":[465]},{"name":"NCME_DEFAULT","features":[465]},{"name":"NCME_HIDDEN","features":[465]},{"name":"NCM_BRIDGE","features":[465]},{"name":"NCM_DIRECT","features":[465]},{"name":"NCM_ISDN","features":[465]},{"name":"NCM_LAN","features":[465]},{"name":"NCM_NONE","features":[465]},{"name":"NCM_PHONE","features":[465]},{"name":"NCM_PPPOE","features":[465]},{"name":"NCM_SHAREDACCESSHOST_LAN","features":[465]},{"name":"NCM_SHAREDACCESSHOST_RAS","features":[465]},{"name":"NCM_TUNNEL","features":[465]},{"name":"NCS_ACTION_REQUIRED","features":[465]},{"name":"NCS_ACTION_REQUIRED_RETRY","features":[465]},{"name":"NCS_AUTHENTICATING","features":[465]},{"name":"NCS_AUTHENTICATION_FAILED","features":[465]},{"name":"NCS_AUTHENTICATION_SUCCEEDED","features":[465]},{"name":"NCS_CONNECTED","features":[465]},{"name":"NCS_CONNECTING","features":[465]},{"name":"NCS_CONNECT_FAILED","features":[465]},{"name":"NCS_CREDENTIALS_REQUIRED","features":[465]},{"name":"NCS_DISCONNECTED","features":[465]},{"name":"NCS_DISCONNECTING","features":[465]},{"name":"NCS_HARDWARE_DISABLED","features":[465]},{"name":"NCS_HARDWARE_MALFUNCTION","features":[465]},{"name":"NCS_HARDWARE_NOT_PRESENT","features":[465]},{"name":"NCS_INVALID_ADDRESS","features":[465]},{"name":"NCS_MEDIA_DISCONNECTED","features":[465]},{"name":"NCT_BRIDGE","features":[465]},{"name":"NCT_DIRECT_CONNECT","features":[465]},{"name":"NCT_INBOUND","features":[465]},{"name":"NCT_INTERNET","features":[465]},{"name":"NCT_LAN","features":[465]},{"name":"NCT_PHONE","features":[465]},{"name":"NCT_TUNNEL","features":[465]},{"name":"NCUC_DEFAULT","features":[465]},{"name":"NCUC_ENABLE_DISABLE","features":[465]},{"name":"NCUC_NO_UI","features":[465]},{"name":"NETCONMGR_ENUM_FLAGS","features":[465]},{"name":"NETCONUI_CONNECT_FLAGS","features":[465]},{"name":"NETCON_CHARACTERISTIC_FLAGS","features":[465]},{"name":"NETCON_MAX_NAME_LEN","features":[465]},{"name":"NETCON_MEDIATYPE","features":[465]},{"name":"NETCON_PROPERTIES","features":[465]},{"name":"NETCON_STATUS","features":[465]},{"name":"NETCON_TYPE","features":[465]},{"name":"NETISO_ERROR_TYPE","features":[465]},{"name":"NETISO_ERROR_TYPE_INTERNET_CLIENT","features":[465]},{"name":"NETISO_ERROR_TYPE_INTERNET_CLIENT_SERVER","features":[465]},{"name":"NETISO_ERROR_TYPE_MAX","features":[465]},{"name":"NETISO_ERROR_TYPE_NONE","features":[465]},{"name":"NETISO_ERROR_TYPE_PRIVATE_NETWORK","features":[465]},{"name":"NETISO_FLAG","features":[465]},{"name":"NETISO_FLAG_FORCE_COMPUTE_BINARIES","features":[465]},{"name":"NETISO_FLAG_MAX","features":[465]},{"name":"NETISO_GEID_FOR_NEUTRAL_AWARE","features":[465]},{"name":"NETISO_GEID_FOR_WDAG","features":[465]},{"name":"NET_FW_ACTION","features":[465]},{"name":"NET_FW_ACTION_ALLOW","features":[465]},{"name":"NET_FW_ACTION_BLOCK","features":[465]},{"name":"NET_FW_ACTION_MAX","features":[465]},{"name":"NET_FW_AUTHENTICATE_AND_ENCRYPT","features":[465]},{"name":"NET_FW_AUTHENTICATE_AND_NEGOTIATE_ENCRYPTION","features":[465]},{"name":"NET_FW_AUTHENTICATE_NONE","features":[465]},{"name":"NET_FW_AUTHENTICATE_NO_ENCAPSULATION","features":[465]},{"name":"NET_FW_AUTHENTICATE_TYPE","features":[465]},{"name":"NET_FW_AUTHENTICATE_WITH_INTEGRITY","features":[465]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE","features":[465]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_ALLOW","features":[465]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_APP","features":[465]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_USER","features":[465]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DENY","features":[465]},{"name":"NET_FW_IP_PROTOCOL","features":[465]},{"name":"NET_FW_IP_PROTOCOL_ANY","features":[465]},{"name":"NET_FW_IP_PROTOCOL_TCP","features":[465]},{"name":"NET_FW_IP_PROTOCOL_UDP","features":[465]},{"name":"NET_FW_IP_VERSION","features":[465]},{"name":"NET_FW_IP_VERSION_ANY","features":[465]},{"name":"NET_FW_IP_VERSION_MAX","features":[465]},{"name":"NET_FW_IP_VERSION_V4","features":[465]},{"name":"NET_FW_IP_VERSION_V6","features":[465]},{"name":"NET_FW_MODIFY_STATE","features":[465]},{"name":"NET_FW_MODIFY_STATE_GP_OVERRIDE","features":[465]},{"name":"NET_FW_MODIFY_STATE_INBOUND_BLOCKED","features":[465]},{"name":"NET_FW_MODIFY_STATE_OK","features":[465]},{"name":"NET_FW_POLICY_EFFECTIVE","features":[465]},{"name":"NET_FW_POLICY_GROUP","features":[465]},{"name":"NET_FW_POLICY_LOCAL","features":[465]},{"name":"NET_FW_POLICY_TYPE","features":[465]},{"name":"NET_FW_POLICY_TYPE_MAX","features":[465]},{"name":"NET_FW_PROFILE2_ALL","features":[465]},{"name":"NET_FW_PROFILE2_DOMAIN","features":[465]},{"name":"NET_FW_PROFILE2_PRIVATE","features":[465]},{"name":"NET_FW_PROFILE2_PUBLIC","features":[465]},{"name":"NET_FW_PROFILE_CURRENT","features":[465]},{"name":"NET_FW_PROFILE_DOMAIN","features":[465]},{"name":"NET_FW_PROFILE_STANDARD","features":[465]},{"name":"NET_FW_PROFILE_TYPE","features":[465]},{"name":"NET_FW_PROFILE_TYPE2","features":[465]},{"name":"NET_FW_PROFILE_TYPE_MAX","features":[465]},{"name":"NET_FW_RULE_CATEGORY","features":[465]},{"name":"NET_FW_RULE_CATEGORY_BOOT","features":[465]},{"name":"NET_FW_RULE_CATEGORY_CONSEC","features":[465]},{"name":"NET_FW_RULE_CATEGORY_FIREWALL","features":[465]},{"name":"NET_FW_RULE_CATEGORY_MAX","features":[465]},{"name":"NET_FW_RULE_CATEGORY_STEALTH","features":[465]},{"name":"NET_FW_RULE_DIRECTION","features":[465]},{"name":"NET_FW_RULE_DIR_IN","features":[465]},{"name":"NET_FW_RULE_DIR_MAX","features":[465]},{"name":"NET_FW_RULE_DIR_OUT","features":[465]},{"name":"NET_FW_SCOPE","features":[465]},{"name":"NET_FW_SCOPE_ALL","features":[465]},{"name":"NET_FW_SCOPE_CUSTOM","features":[465]},{"name":"NET_FW_SCOPE_LOCAL_SUBNET","features":[465]},{"name":"NET_FW_SCOPE_MAX","features":[465]},{"name":"NET_FW_SERVICE_FILE_AND_PRINT","features":[465]},{"name":"NET_FW_SERVICE_NONE","features":[465]},{"name":"NET_FW_SERVICE_REMOTE_DESKTOP","features":[465]},{"name":"NET_FW_SERVICE_TYPE","features":[465]},{"name":"NET_FW_SERVICE_TYPE_MAX","features":[465]},{"name":"NET_FW_SERVICE_UPNP","features":[465]},{"name":"NcFreeNetconProperties","features":[465]},{"name":"NcIsValidConnectionName","features":[307,465]},{"name":"NetFwAuthorizedApplication","features":[465]},{"name":"NetFwMgr","features":[465]},{"name":"NetFwOpenPort","features":[465]},{"name":"NetFwPolicy2","features":[465]},{"name":"NetFwProduct","features":[465]},{"name":"NetFwProducts","features":[465]},{"name":"NetFwRule","features":[465]},{"name":"NetSharingManager","features":[465]},{"name":"NetworkIsolationDiagnoseConnectFailureAndGetInfo","features":[465]},{"name":"NetworkIsolationEnumAppContainers","features":[465,310]},{"name":"NetworkIsolationEnumerateAppContainerRules","features":[465,359]},{"name":"NetworkIsolationFreeAppContainers","features":[465,310]},{"name":"NetworkIsolationGetAppContainerConfig","features":[465,310]},{"name":"NetworkIsolationGetEnterpriseIdAsync","features":[307,465]},{"name":"NetworkIsolationGetEnterpriseIdClose","features":[307,465]},{"name":"NetworkIsolationRegisterForAppContainerChanges","features":[307,465,310]},{"name":"NetworkIsolationSetAppContainerConfig","features":[465,310]},{"name":"NetworkIsolationSetupAppContainerBinaries","features":[307,465,310]},{"name":"NetworkIsolationUnregisterForAppContainerChanges","features":[307,465]},{"name":"PAC_CHANGES_CALLBACK_FN","features":[465,310]},{"name":"PFN_FWADDDYNAMICKEYWORDADDRESS0","features":[465]},{"name":"PFN_FWDELETEDYNAMICKEYWORDADDRESS0","features":[465]},{"name":"PFN_FWENUMDYNAMICKEYWORDADDRESSBYID0","features":[465]},{"name":"PFN_FWENUMDYNAMICKEYWORDADDRESSESBYTYPE0","features":[465]},{"name":"PFN_FWFREEDYNAMICKEYWORDADDRESSDATA0","features":[465]},{"name":"PFN_FWUPDATEDYNAMICKEYWORDADDRESS0","features":[307,465]},{"name":"PNETISO_EDP_ID_CALLBACK_FN","features":[465]},{"name":"SHARINGCONNECTIONTYPE","features":[465]},{"name":"SHARINGCONNECTION_ENUM_FLAGS","features":[465]},{"name":"S_OBJECT_NO_LONGER_VALID","features":[465]},{"name":"UPnPNAT","features":[465]}],"469":[{"name":"WNV_API_MAJOR_VERSION_1","features":[466]},{"name":"WNV_API_MINOR_VERSION_0","features":[466]},{"name":"WNV_CA_NOTIFICATION_TYPE","features":[466]},{"name":"WNV_CUSTOMER_ADDRESS_CHANGE_PARAM","features":[466,320]},{"name":"WNV_IP_ADDRESS","features":[466,320]},{"name":"WNV_NOTIFICATION_PARAM","features":[466]},{"name":"WNV_NOTIFICATION_TYPE","features":[466]},{"name":"WNV_OBJECT_CHANGE_PARAM","features":[466,320]},{"name":"WNV_OBJECT_HEADER","features":[466]},{"name":"WNV_OBJECT_TYPE","features":[466]},{"name":"WNV_POLICY_MISMATCH_PARAM","features":[466,320]},{"name":"WNV_PROVIDER_ADDRESS_CHANGE_PARAM","features":[466,320]},{"name":"WNV_REDIRECT_PARAM","features":[466,320]},{"name":"WnvCustomerAddressAdded","features":[466]},{"name":"WnvCustomerAddressDeleted","features":[466]},{"name":"WnvCustomerAddressMax","features":[466]},{"name":"WnvCustomerAddressMoved","features":[466]},{"name":"WnvCustomerAddressType","features":[466]},{"name":"WnvNotificationTypeMax","features":[466]},{"name":"WnvObjectChangeType","features":[466]},{"name":"WnvObjectTypeMax","features":[466]},{"name":"WnvOpen","features":[307,466]},{"name":"WnvPolicyMismatchType","features":[466]},{"name":"WnvProviderAddressType","features":[466]},{"name":"WnvRedirectType","features":[466]},{"name":"WnvRequestNotification","features":[307,466,312]}],"470":[{"name":"ACTRL_DS_CONTROL_ACCESS","features":[467]},{"name":"ACTRL_DS_CREATE_CHILD","features":[467]},{"name":"ACTRL_DS_DELETE_CHILD","features":[467]},{"name":"ACTRL_DS_DELETE_TREE","features":[467]},{"name":"ACTRL_DS_LIST","features":[467]},{"name":"ACTRL_DS_LIST_OBJECT","features":[467]},{"name":"ACTRL_DS_OPEN","features":[467]},{"name":"ACTRL_DS_READ_PROP","features":[467]},{"name":"ACTRL_DS_SELF","features":[467]},{"name":"ACTRL_DS_WRITE_PROP","features":[467]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_MUTUAL_AUTH_REQUIRED","features":[467]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_NEGOTIATE","features":[467]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_NEGOTIATE_PASS_THROUGH","features":[467]},{"name":"ADAM_SCP_FSMO_NAMING_STRING","features":[467]},{"name":"ADAM_SCP_FSMO_NAMING_STRING_W","features":[467]},{"name":"ADAM_SCP_FSMO_SCHEMA_STRING","features":[467]},{"name":"ADAM_SCP_FSMO_SCHEMA_STRING_W","features":[467]},{"name":"ADAM_SCP_FSMO_STRING","features":[467]},{"name":"ADAM_SCP_FSMO_STRING_W","features":[467]},{"name":"ADAM_SCP_INSTANCE_NAME_STRING","features":[467]},{"name":"ADAM_SCP_INSTANCE_NAME_STRING_W","features":[467]},{"name":"ADAM_SCP_PARTITION_STRING","features":[467]},{"name":"ADAM_SCP_PARTITION_STRING_W","features":[467]},{"name":"ADAM_SCP_SITE_NAME_STRING","features":[467]},{"name":"ADAM_SCP_SITE_NAME_STRING_W","features":[467]},{"name":"ADSIPROP_ADSIFLAG","features":[467]},{"name":"ADSIPROP_ASYNCHRONOUS","features":[467]},{"name":"ADSIPROP_ATTRIBTYPES_ONLY","features":[467]},{"name":"ADSIPROP_CACHE_RESULTS","features":[467]},{"name":"ADSIPROP_CHASE_REFERRALS","features":[467]},{"name":"ADSIPROP_DEREF_ALIASES","features":[467]},{"name":"ADSIPROP_PAGED_TIME_LIMIT","features":[467]},{"name":"ADSIPROP_PAGESIZE","features":[467]},{"name":"ADSIPROP_SEARCH_SCOPE","features":[467]},{"name":"ADSIPROP_SIZE_LIMIT","features":[467]},{"name":"ADSIPROP_SORT_ON","features":[467]},{"name":"ADSIPROP_TIMEOUT","features":[467]},{"name":"ADSIPROP_TIME_LIMIT","features":[467]},{"name":"ADSI_DIALECT_ENUM","features":[467]},{"name":"ADSI_DIALECT_LDAP","features":[467]},{"name":"ADSI_DIALECT_SQL","features":[467]},{"name":"ADSPROPERROR","features":[307,467]},{"name":"ADSPROPINITPARAMS","features":[307,467]},{"name":"ADSTYPE","features":[467]},{"name":"ADSTYPE_BACKLINK","features":[467]},{"name":"ADSTYPE_BOOLEAN","features":[467]},{"name":"ADSTYPE_CASEIGNORE_LIST","features":[467]},{"name":"ADSTYPE_CASE_EXACT_STRING","features":[467]},{"name":"ADSTYPE_CASE_IGNORE_STRING","features":[467]},{"name":"ADSTYPE_DN_STRING","features":[467]},{"name":"ADSTYPE_DN_WITH_BINARY","features":[467]},{"name":"ADSTYPE_DN_WITH_STRING","features":[467]},{"name":"ADSTYPE_EMAIL","features":[467]},{"name":"ADSTYPE_FAXNUMBER","features":[467]},{"name":"ADSTYPE_HOLD","features":[467]},{"name":"ADSTYPE_INTEGER","features":[467]},{"name":"ADSTYPE_INVALID","features":[467]},{"name":"ADSTYPE_LARGE_INTEGER","features":[467]},{"name":"ADSTYPE_NETADDRESS","features":[467]},{"name":"ADSTYPE_NT_SECURITY_DESCRIPTOR","features":[467]},{"name":"ADSTYPE_NUMERIC_STRING","features":[467]},{"name":"ADSTYPE_OBJECT_CLASS","features":[467]},{"name":"ADSTYPE_OCTET_LIST","features":[467]},{"name":"ADSTYPE_OCTET_STRING","features":[467]},{"name":"ADSTYPE_PATH","features":[467]},{"name":"ADSTYPE_POSTALADDRESS","features":[467]},{"name":"ADSTYPE_PRINTABLE_STRING","features":[467]},{"name":"ADSTYPE_PROV_SPECIFIC","features":[467]},{"name":"ADSTYPE_REPLICAPOINTER","features":[467]},{"name":"ADSTYPE_TIMESTAMP","features":[467]},{"name":"ADSTYPE_TYPEDNAME","features":[467]},{"name":"ADSTYPE_UNKNOWN","features":[467]},{"name":"ADSTYPE_UTC_TIME","features":[467]},{"name":"ADSVALUE","features":[307,467]},{"name":"ADS_ACEFLAG_ENUM","features":[467]},{"name":"ADS_ACEFLAG_FAILED_ACCESS","features":[467]},{"name":"ADS_ACEFLAG_INHERITED_ACE","features":[467]},{"name":"ADS_ACEFLAG_INHERIT_ACE","features":[467]},{"name":"ADS_ACEFLAG_INHERIT_ONLY_ACE","features":[467]},{"name":"ADS_ACEFLAG_NO_PROPAGATE_INHERIT_ACE","features":[467]},{"name":"ADS_ACEFLAG_SUCCESSFUL_ACCESS","features":[467]},{"name":"ADS_ACEFLAG_VALID_INHERIT_FLAGS","features":[467]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED","features":[467]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_CALLBACK","features":[467]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_CALLBACK_OBJECT","features":[467]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_OBJECT","features":[467]},{"name":"ADS_ACETYPE_ACCESS_DENIED","features":[467]},{"name":"ADS_ACETYPE_ACCESS_DENIED_CALLBACK","features":[467]},{"name":"ADS_ACETYPE_ACCESS_DENIED_CALLBACK_OBJECT","features":[467]},{"name":"ADS_ACETYPE_ACCESS_DENIED_OBJECT","features":[467]},{"name":"ADS_ACETYPE_ENUM","features":[467]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_CALLBACK","features":[467]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_CALLBACK_OBJECT","features":[467]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_OBJECT","features":[467]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT","features":[467]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_CALLBACK","features":[467]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_CALLBACK_OBJECT","features":[467]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_OBJECT","features":[467]},{"name":"ADS_ATTR_APPEND","features":[467]},{"name":"ADS_ATTR_CLEAR","features":[467]},{"name":"ADS_ATTR_DEF","features":[307,467]},{"name":"ADS_ATTR_DELETE","features":[467]},{"name":"ADS_ATTR_INFO","features":[307,467]},{"name":"ADS_ATTR_UPDATE","features":[467]},{"name":"ADS_AUTHENTICATION_ENUM","features":[467]},{"name":"ADS_AUTH_RESERVED","features":[467]},{"name":"ADS_BACKLINK","features":[467]},{"name":"ADS_CASEIGNORE_LIST","features":[467]},{"name":"ADS_CHASE_REFERRALS_ALWAYS","features":[467]},{"name":"ADS_CHASE_REFERRALS_ENUM","features":[467]},{"name":"ADS_CHASE_REFERRALS_EXTERNAL","features":[467]},{"name":"ADS_CHASE_REFERRALS_NEVER","features":[467]},{"name":"ADS_CHASE_REFERRALS_SUBORDINATE","features":[467]},{"name":"ADS_CLASS_DEF","features":[307,467]},{"name":"ADS_DEREFENUM","features":[467]},{"name":"ADS_DEREF_ALWAYS","features":[467]},{"name":"ADS_DEREF_FINDING","features":[467]},{"name":"ADS_DEREF_NEVER","features":[467]},{"name":"ADS_DEREF_SEARCHING","features":[467]},{"name":"ADS_DISPLAY_ENUM","features":[467]},{"name":"ADS_DISPLAY_FULL","features":[467]},{"name":"ADS_DISPLAY_VALUE_ONLY","features":[467]},{"name":"ADS_DN_WITH_BINARY","features":[467]},{"name":"ADS_DN_WITH_STRING","features":[467]},{"name":"ADS_EMAIL","features":[467]},{"name":"ADS_ESCAPEDMODE_DEFAULT","features":[467]},{"name":"ADS_ESCAPEDMODE_OFF","features":[467]},{"name":"ADS_ESCAPEDMODE_OFF_EX","features":[467]},{"name":"ADS_ESCAPEDMODE_ON","features":[467]},{"name":"ADS_ESCAPE_MODE_ENUM","features":[467]},{"name":"ADS_EXT_INITCREDENTIALS","features":[467]},{"name":"ADS_EXT_INITIALIZE_COMPLETE","features":[467]},{"name":"ADS_EXT_MAXEXTDISPID","features":[467]},{"name":"ADS_EXT_MINEXTDISPID","features":[467]},{"name":"ADS_FAST_BIND","features":[467]},{"name":"ADS_FAXNUMBER","features":[467]},{"name":"ADS_FLAGTYPE_ENUM","features":[467]},{"name":"ADS_FLAG_INHERITED_OBJECT_TYPE_PRESENT","features":[467]},{"name":"ADS_FLAG_OBJECT_TYPE_PRESENT","features":[467]},{"name":"ADS_FORMAT_ENUM","features":[467]},{"name":"ADS_FORMAT_LEAF","features":[467]},{"name":"ADS_FORMAT_PROVIDER","features":[467]},{"name":"ADS_FORMAT_SERVER","features":[467]},{"name":"ADS_FORMAT_WINDOWS","features":[467]},{"name":"ADS_FORMAT_WINDOWS_DN","features":[467]},{"name":"ADS_FORMAT_WINDOWS_NO_SERVER","features":[467]},{"name":"ADS_FORMAT_WINDOWS_PARENT","features":[467]},{"name":"ADS_FORMAT_X500","features":[467]},{"name":"ADS_FORMAT_X500_DN","features":[467]},{"name":"ADS_FORMAT_X500_NO_SERVER","features":[467]},{"name":"ADS_FORMAT_X500_PARENT","features":[467]},{"name":"ADS_GROUP_TYPE_DOMAIN_LOCAL_GROUP","features":[467]},{"name":"ADS_GROUP_TYPE_ENUM","features":[467]},{"name":"ADS_GROUP_TYPE_GLOBAL_GROUP","features":[467]},{"name":"ADS_GROUP_TYPE_LOCAL_GROUP","features":[467]},{"name":"ADS_GROUP_TYPE_SECURITY_ENABLED","features":[467]},{"name":"ADS_GROUP_TYPE_UNIVERSAL_GROUP","features":[467]},{"name":"ADS_HOLD","features":[467]},{"name":"ADS_NAME_INITTYPE_DOMAIN","features":[467]},{"name":"ADS_NAME_INITTYPE_ENUM","features":[467]},{"name":"ADS_NAME_INITTYPE_GC","features":[467]},{"name":"ADS_NAME_INITTYPE_SERVER","features":[467]},{"name":"ADS_NAME_TYPE_1779","features":[467]},{"name":"ADS_NAME_TYPE_CANONICAL","features":[467]},{"name":"ADS_NAME_TYPE_CANONICAL_EX","features":[467]},{"name":"ADS_NAME_TYPE_DISPLAY","features":[467]},{"name":"ADS_NAME_TYPE_DOMAIN_SIMPLE","features":[467]},{"name":"ADS_NAME_TYPE_ENTERPRISE_SIMPLE","features":[467]},{"name":"ADS_NAME_TYPE_ENUM","features":[467]},{"name":"ADS_NAME_TYPE_GUID","features":[467]},{"name":"ADS_NAME_TYPE_NT4","features":[467]},{"name":"ADS_NAME_TYPE_SERVICE_PRINCIPAL_NAME","features":[467]},{"name":"ADS_NAME_TYPE_SID_OR_SID_HISTORY_NAME","features":[467]},{"name":"ADS_NAME_TYPE_UNKNOWN","features":[467]},{"name":"ADS_NAME_TYPE_USER_PRINCIPAL_NAME","features":[467]},{"name":"ADS_NETADDRESS","features":[467]},{"name":"ADS_NO_AUTHENTICATION","features":[467]},{"name":"ADS_NO_REFERRAL_CHASING","features":[467]},{"name":"ADS_NT_SECURITY_DESCRIPTOR","features":[467]},{"name":"ADS_OBJECT_INFO","features":[467]},{"name":"ADS_OCTET_LIST","features":[467]},{"name":"ADS_OCTET_STRING","features":[467]},{"name":"ADS_OPTION_ACCUMULATIVE_MODIFICATION","features":[467]},{"name":"ADS_OPTION_ENUM","features":[467]},{"name":"ADS_OPTION_MUTUAL_AUTH_STATUS","features":[467]},{"name":"ADS_OPTION_PAGE_SIZE","features":[467]},{"name":"ADS_OPTION_PASSWORD_METHOD","features":[467]},{"name":"ADS_OPTION_PASSWORD_PORTNUMBER","features":[467]},{"name":"ADS_OPTION_QUOTA","features":[467]},{"name":"ADS_OPTION_REFERRALS","features":[467]},{"name":"ADS_OPTION_SECURITY_MASK","features":[467]},{"name":"ADS_OPTION_SERVERNAME","features":[467]},{"name":"ADS_OPTION_SKIP_SID_LOOKUP","features":[467]},{"name":"ADS_PASSWORD_ENCODE_CLEAR","features":[467]},{"name":"ADS_PASSWORD_ENCODE_REQUIRE_SSL","features":[467]},{"name":"ADS_PASSWORD_ENCODING_ENUM","features":[467]},{"name":"ADS_PATH","features":[467]},{"name":"ADS_PATHTYPE_ENUM","features":[467]},{"name":"ADS_PATH_FILE","features":[467]},{"name":"ADS_PATH_FILESHARE","features":[467]},{"name":"ADS_PATH_REGISTRY","features":[467]},{"name":"ADS_POSTALADDRESS","features":[467]},{"name":"ADS_PREFERENCES_ENUM","features":[467]},{"name":"ADS_PROMPT_CREDENTIALS","features":[467]},{"name":"ADS_PROPERTY_APPEND","features":[467]},{"name":"ADS_PROPERTY_CLEAR","features":[467]},{"name":"ADS_PROPERTY_DELETE","features":[467]},{"name":"ADS_PROPERTY_OPERATION_ENUM","features":[467]},{"name":"ADS_PROPERTY_UPDATE","features":[467]},{"name":"ADS_PROV_SPECIFIC","features":[467]},{"name":"ADS_READONLY_SERVER","features":[467]},{"name":"ADS_REPLICAPOINTER","features":[467]},{"name":"ADS_RIGHTS_ENUM","features":[467]},{"name":"ADS_RIGHT_ACCESS_SYSTEM_SECURITY","features":[467]},{"name":"ADS_RIGHT_ACTRL_DS_LIST","features":[467]},{"name":"ADS_RIGHT_DELETE","features":[467]},{"name":"ADS_RIGHT_DS_CONTROL_ACCESS","features":[467]},{"name":"ADS_RIGHT_DS_CREATE_CHILD","features":[467]},{"name":"ADS_RIGHT_DS_DELETE_CHILD","features":[467]},{"name":"ADS_RIGHT_DS_DELETE_TREE","features":[467]},{"name":"ADS_RIGHT_DS_LIST_OBJECT","features":[467]},{"name":"ADS_RIGHT_DS_READ_PROP","features":[467]},{"name":"ADS_RIGHT_DS_SELF","features":[467]},{"name":"ADS_RIGHT_DS_WRITE_PROP","features":[467]},{"name":"ADS_RIGHT_GENERIC_ALL","features":[467]},{"name":"ADS_RIGHT_GENERIC_EXECUTE","features":[467]},{"name":"ADS_RIGHT_GENERIC_READ","features":[467]},{"name":"ADS_RIGHT_GENERIC_WRITE","features":[467]},{"name":"ADS_RIGHT_READ_CONTROL","features":[467]},{"name":"ADS_RIGHT_SYNCHRONIZE","features":[467]},{"name":"ADS_RIGHT_WRITE_DAC","features":[467]},{"name":"ADS_RIGHT_WRITE_OWNER","features":[467]},{"name":"ADS_SCOPEENUM","features":[467]},{"name":"ADS_SCOPE_BASE","features":[467]},{"name":"ADS_SCOPE_ONELEVEL","features":[467]},{"name":"ADS_SCOPE_SUBTREE","features":[467]},{"name":"ADS_SD_CONTROL_ENUM","features":[467]},{"name":"ADS_SD_CONTROL_SE_DACL_AUTO_INHERITED","features":[467]},{"name":"ADS_SD_CONTROL_SE_DACL_AUTO_INHERIT_REQ","features":[467]},{"name":"ADS_SD_CONTROL_SE_DACL_DEFAULTED","features":[467]},{"name":"ADS_SD_CONTROL_SE_DACL_PRESENT","features":[467]},{"name":"ADS_SD_CONTROL_SE_DACL_PROTECTED","features":[467]},{"name":"ADS_SD_CONTROL_SE_GROUP_DEFAULTED","features":[467]},{"name":"ADS_SD_CONTROL_SE_OWNER_DEFAULTED","features":[467]},{"name":"ADS_SD_CONTROL_SE_SACL_AUTO_INHERITED","features":[467]},{"name":"ADS_SD_CONTROL_SE_SACL_AUTO_INHERIT_REQ","features":[467]},{"name":"ADS_SD_CONTROL_SE_SACL_DEFAULTED","features":[467]},{"name":"ADS_SD_CONTROL_SE_SACL_PRESENT","features":[467]},{"name":"ADS_SD_CONTROL_SE_SACL_PROTECTED","features":[467]},{"name":"ADS_SD_CONTROL_SE_SELF_RELATIVE","features":[467]},{"name":"ADS_SD_FORMAT_ENUM","features":[467]},{"name":"ADS_SD_FORMAT_HEXSTRING","features":[467]},{"name":"ADS_SD_FORMAT_IID","features":[467]},{"name":"ADS_SD_FORMAT_RAW","features":[467]},{"name":"ADS_SD_REVISION_DS","features":[467]},{"name":"ADS_SD_REVISION_ENUM","features":[467]},{"name":"ADS_SEARCHPREF_ASYNCHRONOUS","features":[467]},{"name":"ADS_SEARCHPREF_ATTRIBTYPES_ONLY","features":[467]},{"name":"ADS_SEARCHPREF_ATTRIBUTE_QUERY","features":[467]},{"name":"ADS_SEARCHPREF_CACHE_RESULTS","features":[467]},{"name":"ADS_SEARCHPREF_CHASE_REFERRALS","features":[467]},{"name":"ADS_SEARCHPREF_DEREF_ALIASES","features":[467]},{"name":"ADS_SEARCHPREF_DIRSYNC","features":[467]},{"name":"ADS_SEARCHPREF_DIRSYNC_FLAG","features":[467]},{"name":"ADS_SEARCHPREF_ENUM","features":[467]},{"name":"ADS_SEARCHPREF_EXTENDED_DN","features":[467]},{"name":"ADS_SEARCHPREF_INFO","features":[307,467]},{"name":"ADS_SEARCHPREF_PAGED_TIME_LIMIT","features":[467]},{"name":"ADS_SEARCHPREF_PAGESIZE","features":[467]},{"name":"ADS_SEARCHPREF_SEARCH_SCOPE","features":[467]},{"name":"ADS_SEARCHPREF_SECURITY_MASK","features":[467]},{"name":"ADS_SEARCHPREF_SIZE_LIMIT","features":[467]},{"name":"ADS_SEARCHPREF_SORT_ON","features":[467]},{"name":"ADS_SEARCHPREF_TIMEOUT","features":[467]},{"name":"ADS_SEARCHPREF_TIME_LIMIT","features":[467]},{"name":"ADS_SEARCHPREF_TOMBSTONE","features":[467]},{"name":"ADS_SEARCHPREF_VLV","features":[467]},{"name":"ADS_SEARCH_COLUMN","features":[307,467]},{"name":"ADS_SEARCH_HANDLE","features":[467]},{"name":"ADS_SECURE_AUTHENTICATION","features":[467]},{"name":"ADS_SECURITY_INFO_DACL","features":[467]},{"name":"ADS_SECURITY_INFO_ENUM","features":[467]},{"name":"ADS_SECURITY_INFO_GROUP","features":[467]},{"name":"ADS_SECURITY_INFO_OWNER","features":[467]},{"name":"ADS_SECURITY_INFO_SACL","features":[467]},{"name":"ADS_SERVER_BIND","features":[467]},{"name":"ADS_SETTYPE_DN","features":[467]},{"name":"ADS_SETTYPE_ENUM","features":[467]},{"name":"ADS_SETTYPE_FULL","features":[467]},{"name":"ADS_SETTYPE_PROVIDER","features":[467]},{"name":"ADS_SETTYPE_SERVER","features":[467]},{"name":"ADS_SORTKEY","features":[307,467]},{"name":"ADS_STATUSENUM","features":[467]},{"name":"ADS_STATUS_INVALID_SEARCHPREF","features":[467]},{"name":"ADS_STATUS_INVALID_SEARCHPREFVALUE","features":[467]},{"name":"ADS_STATUS_S_OK","features":[467]},{"name":"ADS_SYSTEMFLAG_ATTR_IS_CONSTRUCTED","features":[467]},{"name":"ADS_SYSTEMFLAG_ATTR_NOT_REPLICATED","features":[467]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_LIMITED_MOVE","features":[467]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_MOVE","features":[467]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_RENAME","features":[467]},{"name":"ADS_SYSTEMFLAG_CR_NTDS_DOMAIN","features":[467]},{"name":"ADS_SYSTEMFLAG_CR_NTDS_NC","features":[467]},{"name":"ADS_SYSTEMFLAG_DISALLOW_DELETE","features":[467]},{"name":"ADS_SYSTEMFLAG_DOMAIN_DISALLOW_MOVE","features":[467]},{"name":"ADS_SYSTEMFLAG_DOMAIN_DISALLOW_RENAME","features":[467]},{"name":"ADS_SYSTEMFLAG_ENUM","features":[467]},{"name":"ADS_TIMESTAMP","features":[467]},{"name":"ADS_TYPEDNAME","features":[467]},{"name":"ADS_UF_ACCOUNTDISABLE","features":[467]},{"name":"ADS_UF_DONT_EXPIRE_PASSWD","features":[467]},{"name":"ADS_UF_DONT_REQUIRE_PREAUTH","features":[467]},{"name":"ADS_UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[467]},{"name":"ADS_UF_HOMEDIR_REQUIRED","features":[467]},{"name":"ADS_UF_INTERDOMAIN_TRUST_ACCOUNT","features":[467]},{"name":"ADS_UF_LOCKOUT","features":[467]},{"name":"ADS_UF_MNS_LOGON_ACCOUNT","features":[467]},{"name":"ADS_UF_NORMAL_ACCOUNT","features":[467]},{"name":"ADS_UF_NOT_DELEGATED","features":[467]},{"name":"ADS_UF_PASSWD_CANT_CHANGE","features":[467]},{"name":"ADS_UF_PASSWD_NOTREQD","features":[467]},{"name":"ADS_UF_PASSWORD_EXPIRED","features":[467]},{"name":"ADS_UF_SCRIPT","features":[467]},{"name":"ADS_UF_SERVER_TRUST_ACCOUNT","features":[467]},{"name":"ADS_UF_SMARTCARD_REQUIRED","features":[467]},{"name":"ADS_UF_TEMP_DUPLICATE_ACCOUNT","features":[467]},{"name":"ADS_UF_TRUSTED_FOR_DELEGATION","features":[467]},{"name":"ADS_UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[467]},{"name":"ADS_UF_USE_DES_KEY_ONLY","features":[467]},{"name":"ADS_UF_WORKSTATION_TRUST_ACCOUNT","features":[467]},{"name":"ADS_USER_FLAG_ENUM","features":[467]},{"name":"ADS_USE_DELEGATION","features":[467]},{"name":"ADS_USE_ENCRYPTION","features":[467]},{"name":"ADS_USE_SEALING","features":[467]},{"name":"ADS_USE_SIGNING","features":[467]},{"name":"ADS_USE_SSL","features":[467]},{"name":"ADS_VLV","features":[467]},{"name":"ADSystemInfo","features":[467]},{"name":"ADsBuildEnumerator","features":[467,358,359]},{"name":"ADsBuildVarArrayInt","features":[307,467,358,359,360]},{"name":"ADsBuildVarArrayStr","features":[307,467,358,359,360]},{"name":"ADsDecodeBinaryData","features":[467]},{"name":"ADsEncodeBinaryData","features":[467]},{"name":"ADsEnumerateNext","features":[307,467,358,359,360]},{"name":"ADsFreeEnumerator","features":[467,359]},{"name":"ADsGetLastError","features":[467]},{"name":"ADsGetObject","features":[467]},{"name":"ADsOpenObject","features":[467]},{"name":"ADsPropCheckIfWritable","features":[307,467]},{"name":"ADsPropCreateNotifyObj","features":[307,467,358]},{"name":"ADsPropGetInitInfo","features":[307,467]},{"name":"ADsPropSendErrorMessage","features":[307,467]},{"name":"ADsPropSetHwnd","features":[307,467]},{"name":"ADsPropSetHwndWithTitle","features":[307,467]},{"name":"ADsPropShowErrorDialog","features":[307,467]},{"name":"ADsSecurityUtility","features":[467]},{"name":"ADsSetLastError","features":[467]},{"name":"AccessControlEntry","features":[467]},{"name":"AccessControlList","features":[467]},{"name":"AdsFreeAdsValues","features":[307,467]},{"name":"AdsTypeToPropVariant","features":[307,467,358,359,360]},{"name":"AllocADsMem","features":[467]},{"name":"AllocADsStr","features":[467]},{"name":"BackLink","features":[467]},{"name":"BinarySDToSecurityDescriptor","features":[307,467,310,358,359,360]},{"name":"CFSTR_DSDISPLAYSPECOPTIONS","features":[467]},{"name":"CFSTR_DSOBJECTNAMES","features":[467]},{"name":"CFSTR_DSOP_DS_SELECTION_LIST","features":[467]},{"name":"CFSTR_DSPROPERTYPAGEINFO","features":[467]},{"name":"CFSTR_DSQUERYPARAMS","features":[467]},{"name":"CFSTR_DSQUERYSCOPE","features":[467]},{"name":"CFSTR_DS_DISPLAY_SPEC_OPTIONS","features":[467]},{"name":"CLSID_CommonQuery","features":[467]},{"name":"CLSID_DsAdminCreateObj","features":[467]},{"name":"CLSID_DsDisplaySpecifier","features":[467]},{"name":"CLSID_DsDomainTreeBrowser","features":[467]},{"name":"CLSID_DsFindAdvanced","features":[467]},{"name":"CLSID_DsFindComputer","features":[467]},{"name":"CLSID_DsFindContainer","features":[467]},{"name":"CLSID_DsFindDomainController","features":[467]},{"name":"CLSID_DsFindFrsMembers","features":[467]},{"name":"CLSID_DsFindObjects","features":[467]},{"name":"CLSID_DsFindPeople","features":[467]},{"name":"CLSID_DsFindPrinter","features":[467]},{"name":"CLSID_DsFindVolume","features":[467]},{"name":"CLSID_DsFindWriteableDomainController","features":[467]},{"name":"CLSID_DsFolderProperties","features":[467]},{"name":"CLSID_DsObjectPicker","features":[467]},{"name":"CLSID_DsPropertyPages","features":[467]},{"name":"CLSID_DsQuery","features":[467]},{"name":"CLSID_MicrosoftDS","features":[467]},{"name":"CQFF_ISOPTIONAL","features":[467]},{"name":"CQFF_NOGLOBALPAGES","features":[467]},{"name":"CQFORM","features":[467,371]},{"name":"CQPAGE","features":[307,467,371]},{"name":"CQPM_CLEARFORM","features":[467]},{"name":"CQPM_ENABLE","features":[467]},{"name":"CQPM_GETPARAMETERS","features":[467]},{"name":"CQPM_HANDLERSPECIFIC","features":[467]},{"name":"CQPM_HELP","features":[467]},{"name":"CQPM_INITIALIZE","features":[467]},{"name":"CQPM_PERSIST","features":[467]},{"name":"CQPM_RELEASE","features":[467]},{"name":"CQPM_SETDEFAULTPARAMETERS","features":[467]},{"name":"CaseIgnoreList","features":[467]},{"name":"DBDTF_RETURNEXTERNAL","features":[467]},{"name":"DBDTF_RETURNFQDN","features":[467]},{"name":"DBDTF_RETURNINBOUND","features":[467]},{"name":"DBDTF_RETURNINOUTBOUND","features":[467]},{"name":"DBDTF_RETURNMIXEDDOMAINS","features":[467]},{"name":"DNWithBinary","features":[467]},{"name":"DNWithString","features":[467]},{"name":"DOMAINDESC","features":[307,467]},{"name":"DOMAIN_CONTROLLER_INFOA","features":[467]},{"name":"DOMAIN_CONTROLLER_INFOW","features":[467]},{"name":"DOMAIN_TREE","features":[307,467]},{"name":"DSA_NEWOBJ_CTX_CLEANUP","features":[467]},{"name":"DSA_NEWOBJ_CTX_COMMIT","features":[467]},{"name":"DSA_NEWOBJ_CTX_POSTCOMMIT","features":[467]},{"name":"DSA_NEWOBJ_CTX_PRECOMMIT","features":[467]},{"name":"DSA_NEWOBJ_DISPINFO","features":[467,371]},{"name":"DSA_NOTIFY_DEL","features":[467]},{"name":"DSA_NOTIFY_FLAG_ADDITIONAL_DATA","features":[467]},{"name":"DSA_NOTIFY_FLAG_FORCE_ADDITIONAL_DATA","features":[467]},{"name":"DSA_NOTIFY_MOV","features":[467]},{"name":"DSA_NOTIFY_PROP","features":[467]},{"name":"DSA_NOTIFY_REN","features":[467]},{"name":"DSBF_DISPLAYNAME","features":[467]},{"name":"DSBF_ICONLOCATION","features":[467]},{"name":"DSBF_STATE","features":[467]},{"name":"DSBID_BANNER","features":[467]},{"name":"DSBID_CONTAINERLIST","features":[467]},{"name":"DSBITEMA","features":[467]},{"name":"DSBITEMW","features":[467]},{"name":"DSBI_CHECKBOXES","features":[467]},{"name":"DSBI_DONTSIGNSEAL","features":[467]},{"name":"DSBI_ENTIREDIRECTORY","features":[467]},{"name":"DSBI_EXPANDONOPEN","features":[467]},{"name":"DSBI_HASCREDENTIALS","features":[467]},{"name":"DSBI_IGNORETREATASLEAF","features":[467]},{"name":"DSBI_INCLUDEHIDDEN","features":[467]},{"name":"DSBI_NOBUTTONS","features":[467]},{"name":"DSBI_NOLINES","features":[467]},{"name":"DSBI_NOLINESATROOT","features":[467]},{"name":"DSBI_NOROOT","features":[467]},{"name":"DSBI_RETURNOBJECTCLASS","features":[467]},{"name":"DSBI_RETURN_FORMAT","features":[467]},{"name":"DSBI_SIMPLEAUTHENTICATE","features":[467]},{"name":"DSBM_CHANGEIMAGESTATE","features":[467]},{"name":"DSBM_CONTEXTMENU","features":[467]},{"name":"DSBM_HELP","features":[467]},{"name":"DSBM_QUERYINSERT","features":[467]},{"name":"DSBM_QUERYINSERTA","features":[467]},{"name":"DSBM_QUERYINSERTW","features":[467]},{"name":"DSBROWSEINFOA","features":[307,467,468]},{"name":"DSBROWSEINFOW","features":[307,467,468]},{"name":"DSBS_CHECKED","features":[467]},{"name":"DSBS_HIDDEN","features":[467]},{"name":"DSBS_ROOT","features":[467]},{"name":"DSB_MAX_DISPLAYNAME_CHARS","features":[467]},{"name":"DSCCIF_HASWIZARDDIALOG","features":[467]},{"name":"DSCCIF_HASWIZARDPRIMARYPAGE","features":[467]},{"name":"DSCLASSCREATIONINFO","features":[467]},{"name":"DSCOLUMN","features":[467]},{"name":"DSDISPLAYSPECOPTIONS","features":[467]},{"name":"DSDSOF_DONTSIGNSEAL","features":[467]},{"name":"DSDSOF_DSAVAILABLE","features":[467]},{"name":"DSDSOF_HASUSERANDSERVERINFO","features":[467]},{"name":"DSDSOF_SIMPLEAUTHENTICATE","features":[467]},{"name":"DSECAF_NOTLISTED","features":[467]},{"name":"DSGIF_DEFAULTISCONTAINER","features":[467]},{"name":"DSGIF_GETDEFAULTICON","features":[467]},{"name":"DSGIF_ISDISABLED","features":[467]},{"name":"DSGIF_ISMASK","features":[467]},{"name":"DSGIF_ISNORMAL","features":[467]},{"name":"DSGIF_ISOPEN","features":[467]},{"name":"DSICCF_IGNORETREATASLEAF","features":[467]},{"name":"DSOBJECT","features":[467]},{"name":"DSOBJECTNAMES","features":[467]},{"name":"DSOBJECT_ISCONTAINER","features":[467]},{"name":"DSOBJECT_READONLYPAGES","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_ALL_APP_PACKAGES","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_ALL_WELLKNOWN_SIDS","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_ANONYMOUS","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_AUTHENTICATED_USER","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_BATCH","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_COMPUTERS","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_CREATOR_GROUP","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_CREATOR_OWNER","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_DIALUP","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_EXCLUDE_BUILTIN_GROUPS","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_GLOBAL_GROUPS","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_IIS_APP_POOL","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_INTERACTIVE","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_INTERNET_USER","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_ACCOUNTS","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_GROUPS","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_LOGON","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_SERVICE","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_NETWORK","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_NETWORK_SERVICE","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_OWNER_RIGHTS","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_REMOTE_LOGON","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_SERVICE","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_SERVICES","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_SYSTEM","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_TERMINAL_SERVER","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_THIS_ORG_CERT","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_USERS","features":[467]},{"name":"DSOP_DOWNLEVEL_FILTER_WORLD","features":[467]},{"name":"DSOP_FILTER_BUILTIN_GROUPS","features":[467]},{"name":"DSOP_FILTER_COMPUTERS","features":[467]},{"name":"DSOP_FILTER_CONTACTS","features":[467]},{"name":"DSOP_FILTER_DOMAIN_LOCAL_GROUPS_DL","features":[467]},{"name":"DSOP_FILTER_DOMAIN_LOCAL_GROUPS_SE","features":[467]},{"name":"DSOP_FILTER_FLAGS","features":[467]},{"name":"DSOP_FILTER_GLOBAL_GROUPS_DL","features":[467]},{"name":"DSOP_FILTER_GLOBAL_GROUPS_SE","features":[467]},{"name":"DSOP_FILTER_INCLUDE_ADVANCED_VIEW","features":[467]},{"name":"DSOP_FILTER_PASSWORDSETTINGS_OBJECTS","features":[467]},{"name":"DSOP_FILTER_SERVICE_ACCOUNTS","features":[467]},{"name":"DSOP_FILTER_UNIVERSAL_GROUPS_DL","features":[467]},{"name":"DSOP_FILTER_UNIVERSAL_GROUPS_SE","features":[467]},{"name":"DSOP_FILTER_USERS","features":[467]},{"name":"DSOP_FILTER_WELL_KNOWN_PRINCIPALS","features":[467]},{"name":"DSOP_FLAG_MULTISELECT","features":[467]},{"name":"DSOP_FLAG_SKIP_TARGET_COMPUTER_DC_CHECK","features":[467]},{"name":"DSOP_INIT_INFO","features":[467]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_COMPUTERS","features":[467]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_CONTACTS","features":[467]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_GROUPS","features":[467]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_PASSWORDSETTINGS_OBJECTS","features":[467]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_SERVICE_ACCOUNTS","features":[467]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_USERS","features":[467]},{"name":"DSOP_SCOPE_FLAG_STARTING_SCOPE","features":[467]},{"name":"DSOP_SCOPE_FLAG_WANT_DOWNLEVEL_BUILTIN_PATH","features":[467]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_GC","features":[467]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_LDAP","features":[467]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_WINNT","features":[467]},{"name":"DSOP_SCOPE_FLAG_WANT_SID_PATH","features":[467]},{"name":"DSOP_SCOPE_INIT_INFO","features":[467]},{"name":"DSOP_SCOPE_TYPE_DOWNLEVEL_JOINED_DOMAIN","features":[467]},{"name":"DSOP_SCOPE_TYPE_ENTERPRISE_DOMAIN","features":[467]},{"name":"DSOP_SCOPE_TYPE_EXTERNAL_DOWNLEVEL_DOMAIN","features":[467]},{"name":"DSOP_SCOPE_TYPE_EXTERNAL_UPLEVEL_DOMAIN","features":[467]},{"name":"DSOP_SCOPE_TYPE_GLOBAL_CATALOG","features":[467]},{"name":"DSOP_SCOPE_TYPE_TARGET_COMPUTER","features":[467]},{"name":"DSOP_SCOPE_TYPE_UPLEVEL_JOINED_DOMAIN","features":[467]},{"name":"DSOP_SCOPE_TYPE_USER_ENTERED_DOWNLEVEL_SCOPE","features":[467]},{"name":"DSOP_SCOPE_TYPE_USER_ENTERED_UPLEVEL_SCOPE","features":[467]},{"name":"DSOP_SCOPE_TYPE_WORKGROUP","features":[467]},{"name":"DSOP_UPLEVEL_FILTER_FLAGS","features":[467]},{"name":"DSPROPERTYPAGEINFO","features":[467]},{"name":"DSPROP_ATTRCHANGED_MSG","features":[467]},{"name":"DSPROVIDER_ADVANCED","features":[467]},{"name":"DSPROVIDER_AD_LDS","features":[467]},{"name":"DSPROVIDER_UNUSED_0","features":[467]},{"name":"DSPROVIDER_UNUSED_1","features":[467]},{"name":"DSPROVIDER_UNUSED_2","features":[467]},{"name":"DSPROVIDER_UNUSED_3","features":[467]},{"name":"DSQPF_ENABLEADMINFEATURES","features":[467]},{"name":"DSQPF_ENABLEADVANCEDFEATURES","features":[467]},{"name":"DSQPF_HASCREDENTIALS","features":[467]},{"name":"DSQPF_NOCHOOSECOLUMNS","features":[467]},{"name":"DSQPF_NOSAVE","features":[467]},{"name":"DSQPF_SAVELOCATION","features":[467]},{"name":"DSQPF_SHOWHIDDENOBJECTS","features":[467]},{"name":"DSQPM_GETCLASSLIST","features":[467]},{"name":"DSQPM_HELPTOPICS","features":[467]},{"name":"DSQUERYCLASSLIST","features":[467]},{"name":"DSQUERYINITPARAMS","features":[467]},{"name":"DSQUERYPARAMS","features":[307,467]},{"name":"DSROLE_MACHINE_ROLE","features":[467]},{"name":"DSROLE_OPERATION_STATE","features":[467]},{"name":"DSROLE_OPERATION_STATE_INFO","features":[467]},{"name":"DSROLE_PRIMARY_DOMAIN_GUID_PRESENT","features":[467]},{"name":"DSROLE_PRIMARY_DOMAIN_INFO_BASIC","features":[467]},{"name":"DSROLE_PRIMARY_DOMAIN_INFO_LEVEL","features":[467]},{"name":"DSROLE_PRIMARY_DS_MIXED_MODE","features":[467]},{"name":"DSROLE_PRIMARY_DS_READONLY","features":[467]},{"name":"DSROLE_PRIMARY_DS_RUNNING","features":[467]},{"name":"DSROLE_SERVER_STATE","features":[467]},{"name":"DSROLE_UPGRADE_IN_PROGRESS","features":[467]},{"name":"DSROLE_UPGRADE_STATUS_INFO","features":[467]},{"name":"DSSSF_DONTSIGNSEAL","features":[467]},{"name":"DSSSF_DSAVAILABLE","features":[467]},{"name":"DSSSF_SIMPLEAUTHENTICATE","features":[467]},{"name":"DS_AVOID_SELF","features":[467]},{"name":"DS_BACKGROUND_ONLY","features":[467]},{"name":"DS_BEHAVIOR_LONGHORN","features":[467]},{"name":"DS_BEHAVIOR_WIN2000","features":[467]},{"name":"DS_BEHAVIOR_WIN2003","features":[467]},{"name":"DS_BEHAVIOR_WIN2003_WITH_MIXED_DOMAINS","features":[467]},{"name":"DS_BEHAVIOR_WIN2008","features":[467]},{"name":"DS_BEHAVIOR_WIN2008R2","features":[467]},{"name":"DS_BEHAVIOR_WIN2012","features":[467]},{"name":"DS_BEHAVIOR_WIN2012R2","features":[467]},{"name":"DS_BEHAVIOR_WIN2016","features":[467]},{"name":"DS_BEHAVIOR_WIN7","features":[467]},{"name":"DS_BEHAVIOR_WIN8","features":[467]},{"name":"DS_BEHAVIOR_WINBLUE","features":[467]},{"name":"DS_BEHAVIOR_WINTHRESHOLD","features":[467]},{"name":"DS_CANONICAL_NAME","features":[467]},{"name":"DS_CANONICAL_NAME_EX","features":[467]},{"name":"DS_CLOSEST_FLAG","features":[467]},{"name":"DS_DIRECTORY_SERVICE_10_REQUIRED","features":[467]},{"name":"DS_DIRECTORY_SERVICE_6_REQUIRED","features":[467]},{"name":"DS_DIRECTORY_SERVICE_8_REQUIRED","features":[467]},{"name":"DS_DIRECTORY_SERVICE_9_REQUIRED","features":[467]},{"name":"DS_DIRECTORY_SERVICE_PREFERRED","features":[467]},{"name":"DS_DIRECTORY_SERVICE_REQUIRED","features":[467]},{"name":"DS_DISPLAY_NAME","features":[467]},{"name":"DS_DNS_CONTROLLER_FLAG","features":[467]},{"name":"DS_DNS_DOMAIN_FLAG","features":[467]},{"name":"DS_DNS_DOMAIN_NAME","features":[467]},{"name":"DS_DNS_FOREST_FLAG","features":[467]},{"name":"DS_DOMAIN_CONTROLLER_INFO_1A","features":[307,467]},{"name":"DS_DOMAIN_CONTROLLER_INFO_1W","features":[307,467]},{"name":"DS_DOMAIN_CONTROLLER_INFO_2A","features":[307,467]},{"name":"DS_DOMAIN_CONTROLLER_INFO_2W","features":[307,467]},{"name":"DS_DOMAIN_CONTROLLER_INFO_3A","features":[307,467]},{"name":"DS_DOMAIN_CONTROLLER_INFO_3W","features":[307,467]},{"name":"DS_DOMAIN_DIRECT_INBOUND","features":[467]},{"name":"DS_DOMAIN_DIRECT_OUTBOUND","features":[467]},{"name":"DS_DOMAIN_IN_FOREST","features":[467]},{"name":"DS_DOMAIN_NATIVE_MODE","features":[467]},{"name":"DS_DOMAIN_PRIMARY","features":[467]},{"name":"DS_DOMAIN_TREE_ROOT","features":[467]},{"name":"DS_DOMAIN_TRUSTSA","features":[467,310]},{"name":"DS_DOMAIN_TRUSTSW","features":[467,310]},{"name":"DS_DS_10_FLAG","features":[467]},{"name":"DS_DS_8_FLAG","features":[467]},{"name":"DS_DS_9_FLAG","features":[467]},{"name":"DS_DS_FLAG","features":[467]},{"name":"DS_EXIST_ADVISORY_MODE","features":[467]},{"name":"DS_FORCE_REDISCOVERY","features":[467]},{"name":"DS_FQDN_1779_NAME","features":[467]},{"name":"DS_FULL_SECRET_DOMAIN_6_FLAG","features":[467]},{"name":"DS_GC_FLAG","features":[467]},{"name":"DS_GC_SERVER_REQUIRED","features":[467]},{"name":"DS_GFTI_UPDATE_TDO","features":[467]},{"name":"DS_GFTI_VALID_FLAGS","features":[467]},{"name":"DS_GOOD_TIMESERV_FLAG","features":[467]},{"name":"DS_GOOD_TIMESERV_PREFERRED","features":[467]},{"name":"DS_INSTANCETYPE_IS_NC_HEAD","features":[467]},{"name":"DS_INSTANCETYPE_NC_COMING","features":[467]},{"name":"DS_INSTANCETYPE_NC_GOING","features":[467]},{"name":"DS_INSTANCETYPE_NC_IS_WRITEABLE","features":[467]},{"name":"DS_IP_REQUIRED","features":[467]},{"name":"DS_IS_DNS_NAME","features":[467]},{"name":"DS_IS_FLAT_NAME","features":[467]},{"name":"DS_KCC_FLAG_ASYNC_OP","features":[467]},{"name":"DS_KCC_FLAG_DAMPED","features":[467]},{"name":"DS_KCC_TASKID","features":[467]},{"name":"DS_KCC_TASKID_UPDATE_TOPOLOGY","features":[467]},{"name":"DS_KDC_FLAG","features":[467]},{"name":"DS_KDC_REQUIRED","features":[467]},{"name":"DS_KEY_LIST_FLAG","features":[467]},{"name":"DS_KEY_LIST_SUPPORT_REQUIRED","features":[467]},{"name":"DS_LDAP_FLAG","features":[467]},{"name":"DS_LIST_ACCOUNT_OBJECT_FOR_SERVER","features":[467]},{"name":"DS_LIST_DNS_HOST_NAME_FOR_SERVER","features":[467]},{"name":"DS_LIST_DSA_OBJECT_FOR_SERVER","features":[467]},{"name":"DS_MANGLE_FOR","features":[467]},{"name":"DS_MANGLE_OBJECT_RDN_FOR_DELETION","features":[467]},{"name":"DS_MANGLE_OBJECT_RDN_FOR_NAME_CONFLICT","features":[467]},{"name":"DS_MANGLE_UNKNOWN","features":[467]},{"name":"DS_NAME_ERROR","features":[467]},{"name":"DS_NAME_ERROR_DOMAIN_ONLY","features":[467]},{"name":"DS_NAME_ERROR_NOT_FOUND","features":[467]},{"name":"DS_NAME_ERROR_NOT_UNIQUE","features":[467]},{"name":"DS_NAME_ERROR_NO_MAPPING","features":[467]},{"name":"DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING","features":[467]},{"name":"DS_NAME_ERROR_RESOLVING","features":[467]},{"name":"DS_NAME_ERROR_TRUST_REFERRAL","features":[467]},{"name":"DS_NAME_FLAGS","features":[467]},{"name":"DS_NAME_FLAG_EVAL_AT_DC","features":[467]},{"name":"DS_NAME_FLAG_GCVERIFY","features":[467]},{"name":"DS_NAME_FLAG_SYNTACTICAL_ONLY","features":[467]},{"name":"DS_NAME_FLAG_TRUST_REFERRAL","features":[467]},{"name":"DS_NAME_FORMAT","features":[467]},{"name":"DS_NAME_NO_ERROR","features":[467]},{"name":"DS_NAME_NO_FLAGS","features":[467]},{"name":"DS_NAME_RESULTA","features":[467]},{"name":"DS_NAME_RESULTW","features":[467]},{"name":"DS_NAME_RESULT_ITEMA","features":[467]},{"name":"DS_NAME_RESULT_ITEMW","features":[467]},{"name":"DS_NDNC_FLAG","features":[467]},{"name":"DS_NOTIFY_AFTER_SITE_RECORDS","features":[467]},{"name":"DS_NT4_ACCOUNT_NAME","features":[467]},{"name":"DS_ONLY_DO_SITE_NAME","features":[467]},{"name":"DS_ONLY_LDAP_NEEDED","features":[467]},{"name":"DS_PDC_FLAG","features":[467]},{"name":"DS_PDC_REQUIRED","features":[467]},{"name":"DS_PING_FLAGS","features":[467]},{"name":"DS_PROP_ADMIN_PREFIX","features":[467]},{"name":"DS_PROP_SHELL_PREFIX","features":[467]},{"name":"DS_REPADD_ASYNCHRONOUS_OPERATION","features":[467]},{"name":"DS_REPADD_ASYNCHRONOUS_REPLICA","features":[467]},{"name":"DS_REPADD_CRITICAL","features":[467]},{"name":"DS_REPADD_DISABLE_NOTIFICATION","features":[467]},{"name":"DS_REPADD_DISABLE_PERIODIC","features":[467]},{"name":"DS_REPADD_INITIAL","features":[467]},{"name":"DS_REPADD_INTERSITE_MESSAGING","features":[467]},{"name":"DS_REPADD_NEVER_NOTIFY","features":[467]},{"name":"DS_REPADD_NONGC_RO_REPLICA","features":[467]},{"name":"DS_REPADD_PERIODIC","features":[467]},{"name":"DS_REPADD_SELECT_SECRETS","features":[467]},{"name":"DS_REPADD_TWO_WAY","features":[467]},{"name":"DS_REPADD_USE_COMPRESSION","features":[467]},{"name":"DS_REPADD_WRITEABLE","features":[467]},{"name":"DS_REPDEL_ASYNCHRONOUS_OPERATION","features":[467]},{"name":"DS_REPDEL_IGNORE_ERRORS","features":[467]},{"name":"DS_REPDEL_INTERSITE_MESSAGING","features":[467]},{"name":"DS_REPDEL_LOCAL_ONLY","features":[467]},{"name":"DS_REPDEL_NO_SOURCE","features":[467]},{"name":"DS_REPDEL_REF_OK","features":[467]},{"name":"DS_REPDEL_WRITEABLE","features":[467]},{"name":"DS_REPL_ATTR_META_DATA","features":[307,467]},{"name":"DS_REPL_ATTR_META_DATA_2","features":[307,467]},{"name":"DS_REPL_ATTR_META_DATA_BLOB","features":[307,467]},{"name":"DS_REPL_ATTR_VALUE_META_DATA","features":[307,467]},{"name":"DS_REPL_ATTR_VALUE_META_DATA_2","features":[307,467]},{"name":"DS_REPL_ATTR_VALUE_META_DATA_EXT","features":[307,467]},{"name":"DS_REPL_CURSOR","features":[467]},{"name":"DS_REPL_CURSORS","features":[467]},{"name":"DS_REPL_CURSORS_2","features":[307,467]},{"name":"DS_REPL_CURSORS_3W","features":[307,467]},{"name":"DS_REPL_CURSOR_2","features":[307,467]},{"name":"DS_REPL_CURSOR_3W","features":[307,467]},{"name":"DS_REPL_CURSOR_BLOB","features":[307,467]},{"name":"DS_REPL_INFO_CURSORS_2_FOR_NC","features":[467]},{"name":"DS_REPL_INFO_CURSORS_3_FOR_NC","features":[467]},{"name":"DS_REPL_INFO_CURSORS_FOR_NC","features":[467]},{"name":"DS_REPL_INFO_FLAG_IMPROVE_LINKED_ATTRS","features":[467]},{"name":"DS_REPL_INFO_KCC_DSA_CONNECT_FAILURES","features":[467]},{"name":"DS_REPL_INFO_KCC_DSA_LINK_FAILURES","features":[467]},{"name":"DS_REPL_INFO_METADATA_2_FOR_ATTR_VALUE","features":[467]},{"name":"DS_REPL_INFO_METADATA_2_FOR_OBJ","features":[467]},{"name":"DS_REPL_INFO_METADATA_EXT_FOR_ATTR_VALUE","features":[467]},{"name":"DS_REPL_INFO_METADATA_FOR_ATTR_VALUE","features":[467]},{"name":"DS_REPL_INFO_METADATA_FOR_OBJ","features":[467]},{"name":"DS_REPL_INFO_NEIGHBORS","features":[467]},{"name":"DS_REPL_INFO_PENDING_OPS","features":[467]},{"name":"DS_REPL_INFO_TYPE","features":[467]},{"name":"DS_REPL_INFO_TYPE_MAX","features":[467]},{"name":"DS_REPL_KCC_DSA_FAILURESW","features":[307,467]},{"name":"DS_REPL_KCC_DSA_FAILUREW","features":[307,467]},{"name":"DS_REPL_KCC_DSA_FAILUREW_BLOB","features":[307,467]},{"name":"DS_REPL_NBR_COMPRESS_CHANGES","features":[467]},{"name":"DS_REPL_NBR_DISABLE_SCHEDULED_SYNC","features":[467]},{"name":"DS_REPL_NBR_DO_SCHEDULED_SYNCS","features":[467]},{"name":"DS_REPL_NBR_FULL_SYNC_IN_PROGRESS","features":[467]},{"name":"DS_REPL_NBR_FULL_SYNC_NEXT_PACKET","features":[467]},{"name":"DS_REPL_NBR_GCSPN","features":[467]},{"name":"DS_REPL_NBR_IGNORE_CHANGE_NOTIFICATIONS","features":[467]},{"name":"DS_REPL_NBR_NEVER_SYNCED","features":[467]},{"name":"DS_REPL_NBR_NONGC_RO_REPLICA","features":[467]},{"name":"DS_REPL_NBR_NO_CHANGE_NOTIFICATIONS","features":[467]},{"name":"DS_REPL_NBR_PARTIAL_ATTRIBUTE_SET","features":[467]},{"name":"DS_REPL_NBR_PREEMPTED","features":[467]},{"name":"DS_REPL_NBR_RETURN_OBJECT_PARENTS","features":[467]},{"name":"DS_REPL_NBR_SELECT_SECRETS","features":[467]},{"name":"DS_REPL_NBR_SYNC_ON_STARTUP","features":[467]},{"name":"DS_REPL_NBR_TWO_WAY_SYNC","features":[467]},{"name":"DS_REPL_NBR_USE_ASYNC_INTERSITE_TRANSPORT","features":[467]},{"name":"DS_REPL_NBR_WRITEABLE","features":[467]},{"name":"DS_REPL_NEIGHBORSW","features":[307,467]},{"name":"DS_REPL_NEIGHBORW","features":[307,467]},{"name":"DS_REPL_NEIGHBORW_BLOB","features":[307,467]},{"name":"DS_REPL_OBJ_META_DATA","features":[307,467]},{"name":"DS_REPL_OBJ_META_DATA_2","features":[307,467]},{"name":"DS_REPL_OPW","features":[307,467]},{"name":"DS_REPL_OPW_BLOB","features":[307,467]},{"name":"DS_REPL_OP_TYPE","features":[467]},{"name":"DS_REPL_OP_TYPE_ADD","features":[467]},{"name":"DS_REPL_OP_TYPE_DELETE","features":[467]},{"name":"DS_REPL_OP_TYPE_MODIFY","features":[467]},{"name":"DS_REPL_OP_TYPE_SYNC","features":[467]},{"name":"DS_REPL_OP_TYPE_UPDATE_REFS","features":[467]},{"name":"DS_REPL_PENDING_OPSW","features":[307,467]},{"name":"DS_REPL_QUEUE_STATISTICSW","features":[307,467]},{"name":"DS_REPL_VALUE_META_DATA","features":[307,467]},{"name":"DS_REPL_VALUE_META_DATA_2","features":[307,467]},{"name":"DS_REPL_VALUE_META_DATA_BLOB","features":[307,467]},{"name":"DS_REPL_VALUE_META_DATA_BLOB_EXT","features":[307,467]},{"name":"DS_REPL_VALUE_META_DATA_EXT","features":[307,467]},{"name":"DS_REPMOD_ASYNCHRONOUS_OPERATION","features":[467]},{"name":"DS_REPMOD_UPDATE_ADDRESS","features":[467]},{"name":"DS_REPMOD_UPDATE_FLAGS","features":[467]},{"name":"DS_REPMOD_UPDATE_INSTANCE","features":[467]},{"name":"DS_REPMOD_UPDATE_RESULT","features":[467]},{"name":"DS_REPMOD_UPDATE_SCHEDULE","features":[467]},{"name":"DS_REPMOD_UPDATE_TRANSPORT","features":[467]},{"name":"DS_REPMOD_WRITEABLE","features":[467]},{"name":"DS_REPSYNCALL_ABORT_IF_SERVER_UNAVAILABLE","features":[467]},{"name":"DS_REPSYNCALL_CROSS_SITE_BOUNDARIES","features":[467]},{"name":"DS_REPSYNCALL_DO_NOT_SYNC","features":[467]},{"name":"DS_REPSYNCALL_ERRINFOA","features":[467]},{"name":"DS_REPSYNCALL_ERRINFOW","features":[467]},{"name":"DS_REPSYNCALL_ERROR","features":[467]},{"name":"DS_REPSYNCALL_EVENT","features":[467]},{"name":"DS_REPSYNCALL_EVENT_ERROR","features":[467]},{"name":"DS_REPSYNCALL_EVENT_FINISHED","features":[467]},{"name":"DS_REPSYNCALL_EVENT_SYNC_COMPLETED","features":[467]},{"name":"DS_REPSYNCALL_EVENT_SYNC_STARTED","features":[467]},{"name":"DS_REPSYNCALL_ID_SERVERS_BY_DN","features":[467]},{"name":"DS_REPSYNCALL_NO_OPTIONS","features":[467]},{"name":"DS_REPSYNCALL_PUSH_CHANGES_OUTWARD","features":[467]},{"name":"DS_REPSYNCALL_SERVER_UNREACHABLE","features":[467]},{"name":"DS_REPSYNCALL_SKIP_INITIAL_CHECK","features":[467]},{"name":"DS_REPSYNCALL_SYNCA","features":[467]},{"name":"DS_REPSYNCALL_SYNCW","features":[467]},{"name":"DS_REPSYNCALL_SYNC_ADJACENT_SERVERS_ONLY","features":[467]},{"name":"DS_REPSYNCALL_UPDATEA","features":[467]},{"name":"DS_REPSYNCALL_UPDATEW","features":[467]},{"name":"DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER","features":[467]},{"name":"DS_REPSYNCALL_WIN32_ERROR_REPLICATING","features":[467]},{"name":"DS_REPSYNC_ABANDONED","features":[467]},{"name":"DS_REPSYNC_ADD_REFERENCE","features":[467]},{"name":"DS_REPSYNC_ASYNCHRONOUS_OPERATION","features":[467]},{"name":"DS_REPSYNC_ASYNCHRONOUS_REPLICA","features":[467]},{"name":"DS_REPSYNC_CRITICAL","features":[467]},{"name":"DS_REPSYNC_FORCE","features":[467]},{"name":"DS_REPSYNC_FULL","features":[467]},{"name":"DS_REPSYNC_FULL_IN_PROGRESS","features":[467]},{"name":"DS_REPSYNC_INITIAL","features":[467]},{"name":"DS_REPSYNC_INITIAL_IN_PROGRESS","features":[467]},{"name":"DS_REPSYNC_INTERSITE_MESSAGING","features":[467]},{"name":"DS_REPSYNC_NEVER_COMPLETED","features":[467]},{"name":"DS_REPSYNC_NEVER_NOTIFY","features":[467]},{"name":"DS_REPSYNC_NONGC_RO_REPLICA","features":[467]},{"name":"DS_REPSYNC_NOTIFICATION","features":[467]},{"name":"DS_REPSYNC_NO_DISCARD","features":[467]},{"name":"DS_REPSYNC_PARTIAL_ATTRIBUTE_SET","features":[467]},{"name":"DS_REPSYNC_PERIODIC","features":[467]},{"name":"DS_REPSYNC_PREEMPTED","features":[467]},{"name":"DS_REPSYNC_REQUEUE","features":[467]},{"name":"DS_REPSYNC_SELECT_SECRETS","features":[467]},{"name":"DS_REPSYNC_TWO_WAY","features":[467]},{"name":"DS_REPSYNC_URGENT","features":[467]},{"name":"DS_REPSYNC_USE_COMPRESSION","features":[467]},{"name":"DS_REPSYNC_WRITEABLE","features":[467]},{"name":"DS_REPUPD_ADD_REFERENCE","features":[467]},{"name":"DS_REPUPD_ASYNCHRONOUS_OPERATION","features":[467]},{"name":"DS_REPUPD_DELETE_REFERENCE","features":[467]},{"name":"DS_REPUPD_REFERENCE_GCSPN","features":[467]},{"name":"DS_REPUPD_WRITEABLE","features":[467]},{"name":"DS_RETURN_DNS_NAME","features":[467]},{"name":"DS_RETURN_FLAT_NAME","features":[467]},{"name":"DS_ROLE_DOMAIN_OWNER","features":[467]},{"name":"DS_ROLE_INFRASTRUCTURE_OWNER","features":[467]},{"name":"DS_ROLE_PDC_OWNER","features":[467]},{"name":"DS_ROLE_RID_OWNER","features":[467]},{"name":"DS_ROLE_SCHEMA_OWNER","features":[467]},{"name":"DS_SCHEMA_GUID_ATTR","features":[467]},{"name":"DS_SCHEMA_GUID_ATTR_SET","features":[467]},{"name":"DS_SCHEMA_GUID_CLASS","features":[467]},{"name":"DS_SCHEMA_GUID_CONTROL_RIGHT","features":[467]},{"name":"DS_SCHEMA_GUID_MAPA","features":[467]},{"name":"DS_SCHEMA_GUID_MAPW","features":[467]},{"name":"DS_SCHEMA_GUID_NOT_FOUND","features":[467]},{"name":"DS_SELECTION","features":[307,467,358,359,360]},{"name":"DS_SELECTION_LIST","features":[307,467,358,359,360]},{"name":"DS_SELECT_SECRET_DOMAIN_6_FLAG","features":[467]},{"name":"DS_SERVICE_PRINCIPAL_NAME","features":[467]},{"name":"DS_SID_OR_SID_HISTORY_NAME","features":[467]},{"name":"DS_SITE_COST_INFO","features":[467]},{"name":"DS_SPN_ADD_SPN_OP","features":[467]},{"name":"DS_SPN_DELETE_SPN_OP","features":[467]},{"name":"DS_SPN_DNS_HOST","features":[467]},{"name":"DS_SPN_DN_HOST","features":[467]},{"name":"DS_SPN_DOMAIN","features":[467]},{"name":"DS_SPN_NAME_TYPE","features":[467]},{"name":"DS_SPN_NB_DOMAIN","features":[467]},{"name":"DS_SPN_NB_HOST","features":[467]},{"name":"DS_SPN_REPLACE_SPN_OP","features":[467]},{"name":"DS_SPN_SERVICE","features":[467]},{"name":"DS_SPN_WRITE_OP","features":[467]},{"name":"DS_SYNCED_EVENT_NAME","features":[467]},{"name":"DS_SYNCED_EVENT_NAME_W","features":[467]},{"name":"DS_TIMESERV_FLAG","features":[467]},{"name":"DS_TIMESERV_REQUIRED","features":[467]},{"name":"DS_TRY_NEXTCLOSEST_SITE","features":[467]},{"name":"DS_UNIQUE_ID_NAME","features":[467]},{"name":"DS_UNKNOWN_NAME","features":[467]},{"name":"DS_USER_PRINCIPAL_NAME","features":[467]},{"name":"DS_WEB_SERVICE_REQUIRED","features":[467]},{"name":"DS_WRITABLE_FLAG","features":[467]},{"name":"DS_WRITABLE_REQUIRED","features":[467]},{"name":"DS_WS_FLAG","features":[467]},{"name":"DsAddSidHistoryA","features":[307,467]},{"name":"DsAddSidHistoryW","features":[307,467]},{"name":"DsAddressToSiteNamesA","features":[467,320]},{"name":"DsAddressToSiteNamesExA","features":[467,320]},{"name":"DsAddressToSiteNamesExW","features":[467,320]},{"name":"DsAddressToSiteNamesW","features":[467,320]},{"name":"DsBindA","features":[307,467]},{"name":"DsBindByInstanceA","features":[307,467]},{"name":"DsBindByInstanceW","features":[307,467]},{"name":"DsBindToISTGA","features":[307,467]},{"name":"DsBindToISTGW","features":[307,467]},{"name":"DsBindW","features":[307,467]},{"name":"DsBindWithCredA","features":[307,467]},{"name":"DsBindWithCredW","features":[307,467]},{"name":"DsBindWithSpnA","features":[307,467]},{"name":"DsBindWithSpnExA","features":[307,467]},{"name":"DsBindWithSpnExW","features":[307,467]},{"name":"DsBindWithSpnW","features":[307,467]},{"name":"DsBindingSetTimeout","features":[307,467]},{"name":"DsBrowseForContainerA","features":[307,467,468]},{"name":"DsBrowseForContainerW","features":[307,467,468]},{"name":"DsClientMakeSpnForTargetServerA","features":[467]},{"name":"DsClientMakeSpnForTargetServerW","features":[467]},{"name":"DsCrackNamesA","features":[307,467]},{"name":"DsCrackNamesW","features":[307,467]},{"name":"DsCrackSpn2A","features":[467]},{"name":"DsCrackSpn2W","features":[467]},{"name":"DsCrackSpn3W","features":[467]},{"name":"DsCrackSpn4W","features":[467]},{"name":"DsCrackSpnA","features":[467]},{"name":"DsCrackSpnW","features":[467]},{"name":"DsCrackUnquotedMangledRdnA","features":[307,467]},{"name":"DsCrackUnquotedMangledRdnW","features":[307,467]},{"name":"DsDeregisterDnsHostRecordsA","features":[467]},{"name":"DsDeregisterDnsHostRecordsW","features":[467]},{"name":"DsEnumerateDomainTrustsA","features":[467,310]},{"name":"DsEnumerateDomainTrustsW","features":[467,310]},{"name":"DsFreeDomainControllerInfoA","features":[467]},{"name":"DsFreeDomainControllerInfoW","features":[467]},{"name":"DsFreeNameResultA","features":[467]},{"name":"DsFreeNameResultW","features":[467]},{"name":"DsFreePasswordCredentials","features":[467]},{"name":"DsFreeSchemaGuidMapA","features":[467]},{"name":"DsFreeSchemaGuidMapW","features":[467]},{"name":"DsFreeSpnArrayA","features":[467]},{"name":"DsFreeSpnArrayW","features":[467]},{"name":"DsGetDcCloseW","features":[307,467]},{"name":"DsGetDcNameA","features":[467]},{"name":"DsGetDcNameW","features":[467]},{"name":"DsGetDcNextA","features":[307,467,320]},{"name":"DsGetDcNextW","features":[307,467,320]},{"name":"DsGetDcOpenA","features":[307,467]},{"name":"DsGetDcOpenW","features":[307,467]},{"name":"DsGetDcSiteCoverageA","features":[467]},{"name":"DsGetDcSiteCoverageW","features":[467]},{"name":"DsGetDomainControllerInfoA","features":[307,467]},{"name":"DsGetDomainControllerInfoW","features":[307,467]},{"name":"DsGetForestTrustInformationW","features":[467,328]},{"name":"DsGetFriendlyClassName","features":[467]},{"name":"DsGetIcon","features":[467,371]},{"name":"DsGetRdnW","features":[467]},{"name":"DsGetSiteNameA","features":[467]},{"name":"DsGetSiteNameW","features":[467]},{"name":"DsGetSpnA","features":[467]},{"name":"DsGetSpnW","features":[467]},{"name":"DsInheritSecurityIdentityA","features":[307,467]},{"name":"DsInheritSecurityIdentityW","features":[307,467]},{"name":"DsIsMangledDnA","features":[307,467]},{"name":"DsIsMangledDnW","features":[307,467]},{"name":"DsIsMangledRdnValueA","features":[307,467]},{"name":"DsIsMangledRdnValueW","features":[307,467]},{"name":"DsListDomainsInSiteA","features":[307,467]},{"name":"DsListDomainsInSiteW","features":[307,467]},{"name":"DsListInfoForServerA","features":[307,467]},{"name":"DsListInfoForServerW","features":[307,467]},{"name":"DsListRolesA","features":[307,467]},{"name":"DsListRolesW","features":[307,467]},{"name":"DsListServersForDomainInSiteA","features":[307,467]},{"name":"DsListServersForDomainInSiteW","features":[307,467]},{"name":"DsListServersInSiteA","features":[307,467]},{"name":"DsListServersInSiteW","features":[307,467]},{"name":"DsListSitesA","features":[307,467]},{"name":"DsListSitesW","features":[307,467]},{"name":"DsMakePasswordCredentialsA","features":[467]},{"name":"DsMakePasswordCredentialsW","features":[467]},{"name":"DsMakeSpnA","features":[467]},{"name":"DsMakeSpnW","features":[467]},{"name":"DsMapSchemaGuidsA","features":[307,467]},{"name":"DsMapSchemaGuidsW","features":[307,467]},{"name":"DsMergeForestTrustInformationW","features":[467,328]},{"name":"DsQuerySitesByCostA","features":[307,467]},{"name":"DsQuerySitesByCostW","features":[307,467]},{"name":"DsQuerySitesFree","features":[467]},{"name":"DsQuoteRdnValueA","features":[467]},{"name":"DsQuoteRdnValueW","features":[467]},{"name":"DsRemoveDsDomainA","features":[307,467]},{"name":"DsRemoveDsDomainW","features":[307,467]},{"name":"DsRemoveDsServerA","features":[307,467]},{"name":"DsRemoveDsServerW","features":[307,467]},{"name":"DsReplicaAddA","features":[307,467]},{"name":"DsReplicaAddW","features":[307,467]},{"name":"DsReplicaConsistencyCheck","features":[307,467]},{"name":"DsReplicaDelA","features":[307,467]},{"name":"DsReplicaDelW","features":[307,467]},{"name":"DsReplicaFreeInfo","features":[467]},{"name":"DsReplicaGetInfo2W","features":[307,467]},{"name":"DsReplicaGetInfoW","features":[307,467]},{"name":"DsReplicaModifyA","features":[307,467]},{"name":"DsReplicaModifyW","features":[307,467]},{"name":"DsReplicaSyncA","features":[307,467]},{"name":"DsReplicaSyncAllA","features":[307,467]},{"name":"DsReplicaSyncAllW","features":[307,467]},{"name":"DsReplicaSyncW","features":[307,467]},{"name":"DsReplicaUpdateRefsA","features":[307,467]},{"name":"DsReplicaUpdateRefsW","features":[307,467]},{"name":"DsReplicaVerifyObjectsA","features":[307,467]},{"name":"DsReplicaVerifyObjectsW","features":[307,467]},{"name":"DsRoleFreeMemory","features":[467]},{"name":"DsRoleGetPrimaryDomainInformation","features":[467]},{"name":"DsRoleOperationActive","features":[467]},{"name":"DsRoleOperationIdle","features":[467]},{"name":"DsRoleOperationNeedReboot","features":[467]},{"name":"DsRoleOperationState","features":[467]},{"name":"DsRolePrimaryDomainInfoBasic","features":[467]},{"name":"DsRoleServerBackup","features":[467]},{"name":"DsRoleServerPrimary","features":[467]},{"name":"DsRoleServerUnknown","features":[467]},{"name":"DsRoleUpgradeStatus","features":[467]},{"name":"DsRole_RoleBackupDomainController","features":[467]},{"name":"DsRole_RoleMemberServer","features":[467]},{"name":"DsRole_RoleMemberWorkstation","features":[467]},{"name":"DsRole_RolePrimaryDomainController","features":[467]},{"name":"DsRole_RoleStandaloneServer","features":[467]},{"name":"DsRole_RoleStandaloneWorkstation","features":[467]},{"name":"DsServerRegisterSpnA","features":[467]},{"name":"DsServerRegisterSpnW","features":[467]},{"name":"DsUnBindA","features":[307,467]},{"name":"DsUnBindW","features":[307,467]},{"name":"DsUnquoteRdnValueA","features":[467]},{"name":"DsUnquoteRdnValueW","features":[467]},{"name":"DsValidateSubnetNameA","features":[467]},{"name":"DsValidateSubnetNameW","features":[467]},{"name":"DsWriteAccountSpnA","features":[307,467]},{"name":"DsWriteAccountSpnW","features":[307,467]},{"name":"Email","features":[467]},{"name":"FACILITY_BACKUP","features":[467]},{"name":"FACILITY_NTDSB","features":[467]},{"name":"FACILITY_SYSTEM","features":[467]},{"name":"FLAG_DISABLABLE_OPTIONAL_FEATURE","features":[467]},{"name":"FLAG_DOMAIN_OPTIONAL_FEATURE","features":[467]},{"name":"FLAG_FOREST_OPTIONAL_FEATURE","features":[467]},{"name":"FLAG_SERVER_OPTIONAL_FEATURE","features":[467]},{"name":"FRSCONN_MAX_PRIORITY","features":[467]},{"name":"FRSCONN_PRIORITY_MASK","features":[467]},{"name":"FaxNumber","features":[467]},{"name":"FreeADsMem","features":[307,467]},{"name":"FreeADsStr","features":[307,467]},{"name":"GUID_COMPUTRS_CONTAINER_A","features":[467]},{"name":"GUID_COMPUTRS_CONTAINER_W","features":[467]},{"name":"GUID_DELETED_OBJECTS_CONTAINER_A","features":[467]},{"name":"GUID_DELETED_OBJECTS_CONTAINER_W","features":[467]},{"name":"GUID_DOMAIN_CONTROLLERS_CONTAINER_A","features":[467]},{"name":"GUID_DOMAIN_CONTROLLERS_CONTAINER_W","features":[467]},{"name":"GUID_FOREIGNSECURITYPRINCIPALS_CONTAINER_A","features":[467]},{"name":"GUID_FOREIGNSECURITYPRINCIPALS_CONTAINER_W","features":[467]},{"name":"GUID_INFRASTRUCTURE_CONTAINER_A","features":[467]},{"name":"GUID_INFRASTRUCTURE_CONTAINER_W","features":[467]},{"name":"GUID_KEYS_CONTAINER_W","features":[467]},{"name":"GUID_LOSTANDFOUND_CONTAINER_A","features":[467]},{"name":"GUID_LOSTANDFOUND_CONTAINER_W","features":[467]},{"name":"GUID_MANAGED_SERVICE_ACCOUNTS_CONTAINER_W","features":[467]},{"name":"GUID_MICROSOFT_PROGRAM_DATA_CONTAINER_A","features":[467]},{"name":"GUID_MICROSOFT_PROGRAM_DATA_CONTAINER_W","features":[467]},{"name":"GUID_NTDS_QUOTAS_CONTAINER_A","features":[467]},{"name":"GUID_NTDS_QUOTAS_CONTAINER_W","features":[467]},{"name":"GUID_PRIVILEGED_ACCESS_MANAGEMENT_OPTIONAL_FEATURE_A","features":[467]},{"name":"GUID_PRIVILEGED_ACCESS_MANAGEMENT_OPTIONAL_FEATURE_W","features":[467]},{"name":"GUID_PROGRAM_DATA_CONTAINER_A","features":[467]},{"name":"GUID_PROGRAM_DATA_CONTAINER_W","features":[467]},{"name":"GUID_RECYCLE_BIN_OPTIONAL_FEATURE_A","features":[467]},{"name":"GUID_RECYCLE_BIN_OPTIONAL_FEATURE_W","features":[467]},{"name":"GUID_SYSTEMS_CONTAINER_A","features":[467]},{"name":"GUID_SYSTEMS_CONTAINER_W","features":[467]},{"name":"GUID_USERS_CONTAINER_A","features":[467]},{"name":"GUID_USERS_CONTAINER_W","features":[467]},{"name":"Hold","features":[467]},{"name":"IADs","features":[467,358]},{"name":"IADsADSystemInfo","features":[467,358]},{"name":"IADsAccessControlEntry","features":[467,358]},{"name":"IADsAccessControlList","features":[467,358]},{"name":"IADsAcl","features":[467,358]},{"name":"IADsAggregatee","features":[467]},{"name":"IADsAggregator","features":[467]},{"name":"IADsBackLink","features":[467,358]},{"name":"IADsCaseIgnoreList","features":[467,358]},{"name":"IADsClass","features":[467,358]},{"name":"IADsCollection","features":[467,358]},{"name":"IADsComputer","features":[467,358]},{"name":"IADsComputerOperations","features":[467,358]},{"name":"IADsContainer","features":[467,358]},{"name":"IADsDNWithBinary","features":[467,358]},{"name":"IADsDNWithString","features":[467,358]},{"name":"IADsDeleteOps","features":[467,358]},{"name":"IADsDomain","features":[467,358]},{"name":"IADsEmail","features":[467,358]},{"name":"IADsExtension","features":[467]},{"name":"IADsFaxNumber","features":[467,358]},{"name":"IADsFileService","features":[467,358]},{"name":"IADsFileServiceOperations","features":[467,358]},{"name":"IADsFileShare","features":[467,358]},{"name":"IADsGroup","features":[467,358]},{"name":"IADsHold","features":[467,358]},{"name":"IADsLargeInteger","features":[467,358]},{"name":"IADsLocality","features":[467,358]},{"name":"IADsMembers","features":[467,358]},{"name":"IADsNameTranslate","features":[467,358]},{"name":"IADsNamespaces","features":[467,358]},{"name":"IADsNetAddress","features":[467,358]},{"name":"IADsO","features":[467,358]},{"name":"IADsOU","features":[467,358]},{"name":"IADsObjectOptions","features":[467,358]},{"name":"IADsOctetList","features":[467,358]},{"name":"IADsOpenDSObject","features":[467,358]},{"name":"IADsPath","features":[467,358]},{"name":"IADsPathname","features":[467,358]},{"name":"IADsPostalAddress","features":[467,358]},{"name":"IADsPrintJob","features":[467,358]},{"name":"IADsPrintJobOperations","features":[467,358]},{"name":"IADsPrintQueue","features":[467,358]},{"name":"IADsPrintQueueOperations","features":[467,358]},{"name":"IADsProperty","features":[467,358]},{"name":"IADsPropertyEntry","features":[467,358]},{"name":"IADsPropertyList","features":[467,358]},{"name":"IADsPropertyValue","features":[467,358]},{"name":"IADsPropertyValue2","features":[467,358]},{"name":"IADsReplicaPointer","features":[467,358]},{"name":"IADsResource","features":[467,358]},{"name":"IADsSecurityDescriptor","features":[467,358]},{"name":"IADsSecurityUtility","features":[467,358]},{"name":"IADsService","features":[467,358]},{"name":"IADsServiceOperations","features":[467,358]},{"name":"IADsSession","features":[467,358]},{"name":"IADsSyntax","features":[467,358]},{"name":"IADsTimestamp","features":[467,358]},{"name":"IADsTypedName","features":[467,358]},{"name":"IADsUser","features":[467,358]},{"name":"IADsWinNTSystemInfo","features":[467,358]},{"name":"ICommonQuery","features":[467]},{"name":"IDirectoryObject","features":[467]},{"name":"IDirectorySchemaMgmt","features":[467]},{"name":"IDirectorySearch","features":[467]},{"name":"IDsAdminCreateObj","features":[467]},{"name":"IDsAdminNewObj","features":[467]},{"name":"IDsAdminNewObjExt","features":[467]},{"name":"IDsAdminNewObjPrimarySite","features":[467]},{"name":"IDsAdminNotifyHandler","features":[467]},{"name":"IDsBrowseDomainTree","features":[467]},{"name":"IDsDisplaySpecifier","features":[467]},{"name":"IDsObjectPicker","features":[467]},{"name":"IDsObjectPickerCredentials","features":[467]},{"name":"IPersistQuery","features":[467,358]},{"name":"IPrivateDispatch","features":[467]},{"name":"IPrivateUnknown","features":[467]},{"name":"IQueryForm","features":[467]},{"name":"LPCQADDFORMSPROC","features":[307,467,371]},{"name":"LPCQADDPAGESPROC","features":[307,467,371]},{"name":"LPCQPAGEPROC","features":[307,467,371]},{"name":"LPDSENUMATTRIBUTES","features":[307,467]},{"name":"LargeInteger","features":[467]},{"name":"NTDSAPI_BIND_ALLOW_DELEGATION","features":[467]},{"name":"NTDSAPI_BIND_FIND_BINDING","features":[467]},{"name":"NTDSAPI_BIND_FORCE_KERBEROS","features":[467]},{"name":"NTDSCONN_KCC_GC_TOPOLOGY","features":[467]},{"name":"NTDSCONN_KCC_INTERSITE_GC_TOPOLOGY","features":[467]},{"name":"NTDSCONN_KCC_INTERSITE_TOPOLOGY","features":[467]},{"name":"NTDSCONN_KCC_MINIMIZE_HOPS_TOPOLOGY","features":[467]},{"name":"NTDSCONN_KCC_NO_REASON","features":[467]},{"name":"NTDSCONN_KCC_OSCILLATING_CONNECTION_TOPOLOGY","features":[467]},{"name":"NTDSCONN_KCC_REDUNDANT_SERVER_TOPOLOGY","features":[467]},{"name":"NTDSCONN_KCC_RING_TOPOLOGY","features":[467]},{"name":"NTDSCONN_KCC_SERVER_FAILOVER_TOPOLOGY","features":[467]},{"name":"NTDSCONN_KCC_SITE_FAILOVER_TOPOLOGY","features":[467]},{"name":"NTDSCONN_KCC_STALE_SERVERS_TOPOLOGY","features":[467]},{"name":"NTDSCONN_OPT_DISABLE_INTERSITE_COMPRESSION","features":[467]},{"name":"NTDSCONN_OPT_IGNORE_SCHEDULE_MASK","features":[467]},{"name":"NTDSCONN_OPT_IS_GENERATED","features":[467]},{"name":"NTDSCONN_OPT_OVERRIDE_NOTIFY_DEFAULT","features":[467]},{"name":"NTDSCONN_OPT_RODC_TOPOLOGY","features":[467]},{"name":"NTDSCONN_OPT_TWOWAY_SYNC","features":[467]},{"name":"NTDSCONN_OPT_USER_OWNED_SCHEDULE","features":[467]},{"name":"NTDSCONN_OPT_USE_NOTIFY","features":[467]},{"name":"NTDSDSA_OPT_BLOCK_RPC","features":[467]},{"name":"NTDSDSA_OPT_DISABLE_INBOUND_REPL","features":[467]},{"name":"NTDSDSA_OPT_DISABLE_NTDSCONN_XLATE","features":[467]},{"name":"NTDSDSA_OPT_DISABLE_OUTBOUND_REPL","features":[467]},{"name":"NTDSDSA_OPT_DISABLE_SPN_REGISTRATION","features":[467]},{"name":"NTDSDSA_OPT_GENERATE_OWN_TOPO","features":[467]},{"name":"NTDSDSA_OPT_IS_GC","features":[467]},{"name":"NTDSSETTINGS_DEFAULT_SERVER_REDUNDANCY","features":[467]},{"name":"NTDSSETTINGS_OPT_FORCE_KCC_W2K_ELECTION","features":[467]},{"name":"NTDSSETTINGS_OPT_FORCE_KCC_WHISTLER_BEHAVIOR","features":[467]},{"name":"NTDSSETTINGS_OPT_IS_AUTO_TOPOLOGY_DISABLED","features":[467]},{"name":"NTDSSETTINGS_OPT_IS_GROUP_CACHING_ENABLED","features":[467]},{"name":"NTDSSETTINGS_OPT_IS_INTER_SITE_AUTO_TOPOLOGY_DISABLED","features":[467]},{"name":"NTDSSETTINGS_OPT_IS_RAND_BH_SELECTION_DISABLED","features":[467]},{"name":"NTDSSETTINGS_OPT_IS_REDUNDANT_SERVER_TOPOLOGY_ENABLED","features":[467]},{"name":"NTDSSETTINGS_OPT_IS_SCHEDULE_HASHING_ENABLED","features":[467]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_CLEANUP_DISABLED","features":[467]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_DETECT_STALE_DISABLED","features":[467]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_MIN_HOPS_DISABLED","features":[467]},{"name":"NTDSSETTINGS_OPT_W2K3_BRIDGES_REQUIRED","features":[467]},{"name":"NTDSSETTINGS_OPT_W2K3_IGNORE_SCHEDULES","features":[467]},{"name":"NTDSSITECONN_OPT_DISABLE_COMPRESSION","features":[467]},{"name":"NTDSSITECONN_OPT_TWOWAY_SYNC","features":[467]},{"name":"NTDSSITECONN_OPT_USE_NOTIFY","features":[467]},{"name":"NTDSSITELINK_OPT_DISABLE_COMPRESSION","features":[467]},{"name":"NTDSSITELINK_OPT_TWOWAY_SYNC","features":[467]},{"name":"NTDSSITELINK_OPT_USE_NOTIFY","features":[467]},{"name":"NTDSTRANSPORT_OPT_BRIDGES_REQUIRED","features":[467]},{"name":"NTDSTRANSPORT_OPT_IGNORE_SCHEDULES","features":[467]},{"name":"NameTranslate","features":[467]},{"name":"NetAddress","features":[467]},{"name":"OPENQUERYWINDOW","features":[467,387]},{"name":"OQWF_DEFAULTFORM","features":[467]},{"name":"OQWF_HIDEMENUS","features":[467]},{"name":"OQWF_HIDESEARCHUI","features":[467]},{"name":"OQWF_ISSUEONOPEN","features":[467]},{"name":"OQWF_LOADQUERY","features":[467]},{"name":"OQWF_OKCANCEL","features":[467]},{"name":"OQWF_PARAMISPROPERTYBAG","features":[467]},{"name":"OQWF_REMOVEFORMS","features":[467]},{"name":"OQWF_REMOVESCOPES","features":[467]},{"name":"OQWF_SAVEQUERYONOK","features":[467]},{"name":"OQWF_SHOWOPTIONAL","features":[467]},{"name":"OQWF_SINGLESELECT","features":[467]},{"name":"OctetList","features":[467]},{"name":"Path","features":[467]},{"name":"Pathname","features":[467]},{"name":"PostalAddress","features":[467]},{"name":"PropVariantToAdsType","features":[307,467,358,359,360]},{"name":"PropertyEntry","features":[467]},{"name":"PropertyValue","features":[467]},{"name":"QUERYFORM_CHANGESFORMLIST","features":[467]},{"name":"QUERYFORM_CHANGESOPTFORMLIST","features":[467]},{"name":"ReallocADsMem","features":[467]},{"name":"ReallocADsStr","features":[307,467]},{"name":"ReplicaPointer","features":[467]},{"name":"SCHEDULE","features":[467]},{"name":"SCHEDULE_BANDWIDTH","features":[467]},{"name":"SCHEDULE_HEADER","features":[467]},{"name":"SCHEDULE_INTERVAL","features":[467]},{"name":"SCHEDULE_PRIORITY","features":[467]},{"name":"SecurityDescriptor","features":[467]},{"name":"SecurityDescriptorToBinarySD","features":[307,467,310,358,359,360]},{"name":"Timestamp","features":[467]},{"name":"TypedName","features":[467]},{"name":"WM_ADSPROP_NOTIFY_APPLY","features":[467]},{"name":"WM_ADSPROP_NOTIFY_CHANGE","features":[467]},{"name":"WM_ADSPROP_NOTIFY_ERROR","features":[467]},{"name":"WM_ADSPROP_NOTIFY_EXIT","features":[467]},{"name":"WM_ADSPROP_NOTIFY_FOREGROUND","features":[467]},{"name":"WM_ADSPROP_NOTIFY_PAGEHWND","features":[467]},{"name":"WM_ADSPROP_NOTIFY_PAGEINIT","features":[467]},{"name":"WM_ADSPROP_NOTIFY_SETFOCUS","features":[467]},{"name":"WinNTSystemInfo","features":[467]},{"name":"hrAccessDenied","features":[467]},{"name":"hrAfterInitialization","features":[467]},{"name":"hrAlreadyInitialized","features":[467]},{"name":"hrAlreadyOpen","features":[467]},{"name":"hrAlreadyPrepared","features":[467]},{"name":"hrBFInUse","features":[467]},{"name":"hrBFNotSynchronous","features":[467]},{"name":"hrBFPageNotFound","features":[467]},{"name":"hrBackupDirectoryNotEmpty","features":[467]},{"name":"hrBackupInProgress","features":[467]},{"name":"hrBackupNotAllowedYet","features":[467]},{"name":"hrBadBackupDatabaseSize","features":[467]},{"name":"hrBadCheckpointSignature","features":[467]},{"name":"hrBadColumnId","features":[467]},{"name":"hrBadDbSignature","features":[467]},{"name":"hrBadItagSequence","features":[467]},{"name":"hrBadLogSignature","features":[467]},{"name":"hrBadLogVersion","features":[467]},{"name":"hrBufferTooSmall","features":[467]},{"name":"hrBufferTruncated","features":[467]},{"name":"hrCannotBeTagged","features":[467]},{"name":"hrCannotRename","features":[467]},{"name":"hrCheckpointCorrupt","features":[467]},{"name":"hrCircularLogging","features":[467]},{"name":"hrColumn2ndSysMaint","features":[467]},{"name":"hrColumnCannotIndex","features":[467]},{"name":"hrColumnDoesNotFit","features":[467]},{"name":"hrColumnDuplicate","features":[467]},{"name":"hrColumnInUse","features":[467]},{"name":"hrColumnIndexed","features":[467]},{"name":"hrColumnLong","features":[467]},{"name":"hrColumnMaxTruncated","features":[467]},{"name":"hrColumnNotFound","features":[467]},{"name":"hrColumnNotUpdatable","features":[467]},{"name":"hrColumnNull","features":[467]},{"name":"hrColumnSetNull","features":[467]},{"name":"hrColumnTooBig","features":[467]},{"name":"hrCommunicationError","features":[467]},{"name":"hrConsistentTimeMismatch","features":[467]},{"name":"hrContainerNotEmpty","features":[467]},{"name":"hrContentsExpired","features":[467]},{"name":"hrCouldNotConnect","features":[467]},{"name":"hrCreateIndexFailed","features":[467]},{"name":"hrCurrencyStackOutOfMemory","features":[467]},{"name":"hrDatabaseAttached","features":[467]},{"name":"hrDatabaseCorrupted","features":[467]},{"name":"hrDatabaseDuplicate","features":[467]},{"name":"hrDatabaseInUse","features":[467]},{"name":"hrDatabaseInconsistent","features":[467]},{"name":"hrDatabaseInvalidName","features":[467]},{"name":"hrDatabaseInvalidPages","features":[467]},{"name":"hrDatabaseLocked","features":[467]},{"name":"hrDatabaseNotFound","features":[467]},{"name":"hrDeleteBackupFileFail","features":[467]},{"name":"hrDensityInvalid","features":[467]},{"name":"hrDiskFull","features":[467]},{"name":"hrDiskIO","features":[467]},{"name":"hrError","features":[467]},{"name":"hrExistingLogFileHasBadSignature","features":[467]},{"name":"hrExistingLogFileIsNotContiguous","features":[467]},{"name":"hrFLDKeyTooBig","features":[467]},{"name":"hrFLDNullKey","features":[467]},{"name":"hrFLDTooManySegments","features":[467]},{"name":"hrFeatureNotAvailable","features":[467]},{"name":"hrFileAccessDenied","features":[467]},{"name":"hrFileClose","features":[467]},{"name":"hrFileNotFound","features":[467]},{"name":"hrFileOpenReadOnly","features":[467]},{"name":"hrFullBackupNotTaken","features":[467]},{"name":"hrGivenLogFileHasBadSignature","features":[467]},{"name":"hrGivenLogFileIsNotContiguous","features":[467]},{"name":"hrIllegalOperation","features":[467]},{"name":"hrInTransaction","features":[467]},{"name":"hrIncrementalBackupDisabled","features":[467]},{"name":"hrIndexCantBuild","features":[467]},{"name":"hrIndexDuplicate","features":[467]},{"name":"hrIndexHasClustered","features":[467]},{"name":"hrIndexHasPrimary","features":[467]},{"name":"hrIndexInUse","features":[467]},{"name":"hrIndexInvalidDef","features":[467]},{"name":"hrIndexMustStay","features":[467]},{"name":"hrIndexNotFound","features":[467]},{"name":"hrInvalidBackup","features":[467]},{"name":"hrInvalidBackupSequence","features":[467]},{"name":"hrInvalidBookmark","features":[467]},{"name":"hrInvalidBufferSize","features":[467]},{"name":"hrInvalidCodePage","features":[467]},{"name":"hrInvalidColumnType","features":[467]},{"name":"hrInvalidCountry","features":[467]},{"name":"hrInvalidDatabase","features":[467]},{"name":"hrInvalidDatabaseId","features":[467]},{"name":"hrInvalidFilename","features":[467]},{"name":"hrInvalidHandle","features":[467]},{"name":"hrInvalidLanguageId","features":[467]},{"name":"hrInvalidLogSequence","features":[467]},{"name":"hrInvalidName","features":[467]},{"name":"hrInvalidObject","features":[467]},{"name":"hrInvalidOnSort","features":[467]},{"name":"hrInvalidOperation","features":[467]},{"name":"hrInvalidParam","features":[467]},{"name":"hrInvalidParameter","features":[467]},{"name":"hrInvalidPath","features":[467]},{"name":"hrInvalidRecips","features":[467]},{"name":"hrInvalidSesid","features":[467]},{"name":"hrInvalidTableId","features":[467]},{"name":"hrKeyChanged","features":[467]},{"name":"hrKeyDuplicate","features":[467]},{"name":"hrKeyIsMade","features":[467]},{"name":"hrKeyNotMade","features":[467]},{"name":"hrLogBufferTooSmall","features":[467]},{"name":"hrLogCorrupted","features":[467]},{"name":"hrLogDiskFull","features":[467]},{"name":"hrLogFileCorrupt","features":[467]},{"name":"hrLogFileNotFound","features":[467]},{"name":"hrLogSequenceEnd","features":[467]},{"name":"hrLogWriteFail","features":[467]},{"name":"hrLoggingDisabled","features":[467]},{"name":"hrMakeBackupDirectoryFail","features":[467]},{"name":"hrMissingExpiryToken","features":[467]},{"name":"hrMissingFullBackup","features":[467]},{"name":"hrMissingLogFile","features":[467]},{"name":"hrMissingPreviousLogFile","features":[467]},{"name":"hrMissingRestoreLogFiles","features":[467]},{"name":"hrNoBackup","features":[467]},{"name":"hrNoBackupDirectory","features":[467]},{"name":"hrNoCurrentIndex","features":[467]},{"name":"hrNoCurrentRecord","features":[467]},{"name":"hrNoFullRestore","features":[467]},{"name":"hrNoIdleActivity","features":[467]},{"name":"hrNoWriteLock","features":[467]},{"name":"hrNone","features":[467]},{"name":"hrNotInTransaction","features":[467]},{"name":"hrNotInitialized","features":[467]},{"name":"hrNullInvalid","features":[467]},{"name":"hrNullKeyDisallowed","features":[467]},{"name":"hrNyi","features":[467]},{"name":"hrObjectDuplicate","features":[467]},{"name":"hrObjectNotFound","features":[467]},{"name":"hrOutOfBuffers","features":[467]},{"name":"hrOutOfCursors","features":[467]},{"name":"hrOutOfDatabaseSpace","features":[467]},{"name":"hrOutOfFileHandles","features":[467]},{"name":"hrOutOfMemory","features":[467]},{"name":"hrOutOfSessions","features":[467]},{"name":"hrOutOfThreads","features":[467]},{"name":"hrPMRecDeleted","features":[467]},{"name":"hrPatchFileMismatch","features":[467]},{"name":"hrPermissionDenied","features":[467]},{"name":"hrReadVerifyFailure","features":[467]},{"name":"hrRecordClusteredChanged","features":[467]},{"name":"hrRecordDeleted","features":[467]},{"name":"hrRecordNotFound","features":[467]},{"name":"hrRecordTooBig","features":[467]},{"name":"hrRecoveredWithErrors","features":[467]},{"name":"hrRemainingVersions","features":[467]},{"name":"hrRestoreInProgress","features":[467]},{"name":"hrRestoreLogTooHigh","features":[467]},{"name":"hrRestoreLogTooLow","features":[467]},{"name":"hrRestoreMapExists","features":[467]},{"name":"hrSeekNotEqual","features":[467]},{"name":"hrSessionWriteConflict","features":[467]},{"name":"hrTableDuplicate","features":[467]},{"name":"hrTableEmpty","features":[467]},{"name":"hrTableInUse","features":[467]},{"name":"hrTableLocked","features":[467]},{"name":"hrTableNotEmpty","features":[467]},{"name":"hrTaggedNotNULL","features":[467]},{"name":"hrTempFileOpenError","features":[467]},{"name":"hrTermInProgress","features":[467]},{"name":"hrTooManyActiveUsers","features":[467]},{"name":"hrTooManyAttachedDatabases","features":[467]},{"name":"hrTooManyColumns","features":[467]},{"name":"hrTooManyIO","features":[467]},{"name":"hrTooManyIndexes","features":[467]},{"name":"hrTooManyKeys","features":[467]},{"name":"hrTooManyOpenDatabases","features":[467]},{"name":"hrTooManyOpenIndexes","features":[467]},{"name":"hrTooManyOpenTables","features":[467]},{"name":"hrTooManySorts","features":[467]},{"name":"hrTransTooDeep","features":[467]},{"name":"hrUnknownExpiryTokenFormat","features":[467]},{"name":"hrUpdateNotPrepared","features":[467]},{"name":"hrVersionStoreOutOfMemory","features":[467]},{"name":"hrWriteConflict","features":[467]},{"name":"hrerrDataHasChanged","features":[467]},{"name":"hrwrnDataHasChanged","features":[467]}],"471":[{"name":"AsyncIBackgroundCopyCallback","features":[469]},{"name":"BG_AUTH_CREDENTIALS","features":[469]},{"name":"BG_AUTH_CREDENTIALS_UNION","features":[469]},{"name":"BG_AUTH_SCHEME","features":[469]},{"name":"BG_AUTH_SCHEME_BASIC","features":[469]},{"name":"BG_AUTH_SCHEME_DIGEST","features":[469]},{"name":"BG_AUTH_SCHEME_NEGOTIATE","features":[469]},{"name":"BG_AUTH_SCHEME_NTLM","features":[469]},{"name":"BG_AUTH_SCHEME_PASSPORT","features":[469]},{"name":"BG_AUTH_TARGET","features":[469]},{"name":"BG_AUTH_TARGET_PROXY","features":[469]},{"name":"BG_AUTH_TARGET_SERVER","features":[469]},{"name":"BG_BASIC_CREDENTIALS","features":[469]},{"name":"BG_CERT_STORE_LOCATION","features":[469]},{"name":"BG_CERT_STORE_LOCATION_CURRENT_SERVICE","features":[469]},{"name":"BG_CERT_STORE_LOCATION_CURRENT_USER","features":[469]},{"name":"BG_CERT_STORE_LOCATION_CURRENT_USER_GROUP_POLICY","features":[469]},{"name":"BG_CERT_STORE_LOCATION_LOCAL_MACHINE","features":[469]},{"name":"BG_CERT_STORE_LOCATION_LOCAL_MACHINE_ENTERPRISE","features":[469]},{"name":"BG_CERT_STORE_LOCATION_LOCAL_MACHINE_GROUP_POLICY","features":[469]},{"name":"BG_CERT_STORE_LOCATION_SERVICES","features":[469]},{"name":"BG_CERT_STORE_LOCATION_USERS","features":[469]},{"name":"BG_COPY_FILE_ALL","features":[469]},{"name":"BG_COPY_FILE_DACL","features":[469]},{"name":"BG_COPY_FILE_GROUP","features":[469]},{"name":"BG_COPY_FILE_OWNER","features":[469]},{"name":"BG_COPY_FILE_SACL","features":[469]},{"name":"BG_DISABLE_BRANCH_CACHE","features":[469]},{"name":"BG_ENABLE_PEERCACHING_CLIENT","features":[469]},{"name":"BG_ENABLE_PEERCACHING_SERVER","features":[469]},{"name":"BG_ERROR_CONTEXT","features":[469]},{"name":"BG_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER","features":[469]},{"name":"BG_ERROR_CONTEXT_GENERAL_TRANSPORT","features":[469]},{"name":"BG_ERROR_CONTEXT_LOCAL_FILE","features":[469]},{"name":"BG_ERROR_CONTEXT_NONE","features":[469]},{"name":"BG_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION","features":[469]},{"name":"BG_ERROR_CONTEXT_REMOTE_APPLICATION","features":[469]},{"name":"BG_ERROR_CONTEXT_REMOTE_FILE","features":[469]},{"name":"BG_ERROR_CONTEXT_SERVER_CERTIFICATE_CALLBACK","features":[469]},{"name":"BG_ERROR_CONTEXT_UNKNOWN","features":[469]},{"name":"BG_E_APP_PACKAGE_NOT_FOUND","features":[469]},{"name":"BG_E_APP_PACKAGE_SCENARIO_NOT_SUPPORTED","features":[469]},{"name":"BG_E_BLOCKED_BY_BACKGROUND_ACCESS_POLICY","features":[469]},{"name":"BG_E_BLOCKED_BY_BATTERY_POLICY","features":[469]},{"name":"BG_E_BLOCKED_BY_BATTERY_SAVER","features":[469]},{"name":"BG_E_BLOCKED_BY_COST_TRANSFER_POLICY","features":[469]},{"name":"BG_E_BLOCKED_BY_GAME_MODE","features":[469]},{"name":"BG_E_BLOCKED_BY_POLICY","features":[469]},{"name":"BG_E_BLOCKED_BY_SYSTEM_POLICY","features":[469]},{"name":"BG_E_BUSYCACHERECORD","features":[469]},{"name":"BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH","features":[469]},{"name":"BG_E_COMMIT_IN_PROGRESS","features":[469]},{"name":"BG_E_CONNECTION_CLOSED","features":[469]},{"name":"BG_E_CONNECT_FAILURE","features":[469]},{"name":"BG_E_DATABASE_CORRUPT","features":[469]},{"name":"BG_E_DESTINATION_LOCKED","features":[469]},{"name":"BG_E_DISCOVERY_IN_PROGRESS","features":[469]},{"name":"BG_E_EMPTY","features":[469]},{"name":"BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER","features":[469]},{"name":"BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT","features":[469]},{"name":"BG_E_ERROR_CONTEXT_LOCAL_FILE","features":[469]},{"name":"BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION","features":[469]},{"name":"BG_E_ERROR_CONTEXT_REMOTE_APPLICATION","features":[469]},{"name":"BG_E_ERROR_CONTEXT_REMOTE_FILE","features":[469]},{"name":"BG_E_ERROR_CONTEXT_SERVER_CERTIFICATE_CALLBACK","features":[469]},{"name":"BG_E_ERROR_CONTEXT_UNKNOWN","features":[469]},{"name":"BG_E_ERROR_INFORMATION_UNAVAILABLE","features":[469]},{"name":"BG_E_FILE_NOT_AVAILABLE","features":[469]},{"name":"BG_E_FILE_NOT_FOUND","features":[469]},{"name":"BG_E_HTTP_ERROR_100","features":[469]},{"name":"BG_E_HTTP_ERROR_101","features":[469]},{"name":"BG_E_HTTP_ERROR_200","features":[469]},{"name":"BG_E_HTTP_ERROR_201","features":[469]},{"name":"BG_E_HTTP_ERROR_202","features":[469]},{"name":"BG_E_HTTP_ERROR_203","features":[469]},{"name":"BG_E_HTTP_ERROR_204","features":[469]},{"name":"BG_E_HTTP_ERROR_205","features":[469]},{"name":"BG_E_HTTP_ERROR_206","features":[469]},{"name":"BG_E_HTTP_ERROR_300","features":[469]},{"name":"BG_E_HTTP_ERROR_301","features":[469]},{"name":"BG_E_HTTP_ERROR_302","features":[469]},{"name":"BG_E_HTTP_ERROR_303","features":[469]},{"name":"BG_E_HTTP_ERROR_304","features":[469]},{"name":"BG_E_HTTP_ERROR_305","features":[469]},{"name":"BG_E_HTTP_ERROR_307","features":[469]},{"name":"BG_E_HTTP_ERROR_400","features":[469]},{"name":"BG_E_HTTP_ERROR_401","features":[469]},{"name":"BG_E_HTTP_ERROR_402","features":[469]},{"name":"BG_E_HTTP_ERROR_403","features":[469]},{"name":"BG_E_HTTP_ERROR_404","features":[469]},{"name":"BG_E_HTTP_ERROR_405","features":[469]},{"name":"BG_E_HTTP_ERROR_406","features":[469]},{"name":"BG_E_HTTP_ERROR_407","features":[469]},{"name":"BG_E_HTTP_ERROR_408","features":[469]},{"name":"BG_E_HTTP_ERROR_409","features":[469]},{"name":"BG_E_HTTP_ERROR_410","features":[469]},{"name":"BG_E_HTTP_ERROR_411","features":[469]},{"name":"BG_E_HTTP_ERROR_412","features":[469]},{"name":"BG_E_HTTP_ERROR_413","features":[469]},{"name":"BG_E_HTTP_ERROR_414","features":[469]},{"name":"BG_E_HTTP_ERROR_415","features":[469]},{"name":"BG_E_HTTP_ERROR_416","features":[469]},{"name":"BG_E_HTTP_ERROR_417","features":[469]},{"name":"BG_E_HTTP_ERROR_449","features":[469]},{"name":"BG_E_HTTP_ERROR_500","features":[469]},{"name":"BG_E_HTTP_ERROR_501","features":[469]},{"name":"BG_E_HTTP_ERROR_502","features":[469]},{"name":"BG_E_HTTP_ERROR_503","features":[469]},{"name":"BG_E_HTTP_ERROR_504","features":[469]},{"name":"BG_E_HTTP_ERROR_505","features":[469]},{"name":"BG_E_INSUFFICIENT_HTTP_SUPPORT","features":[469]},{"name":"BG_E_INSUFFICIENT_RANGE_SUPPORT","features":[469]},{"name":"BG_E_INVALID_AUTH_SCHEME","features":[469]},{"name":"BG_E_INVALID_AUTH_TARGET","features":[469]},{"name":"BG_E_INVALID_CREDENTIALS","features":[469]},{"name":"BG_E_INVALID_HASH_ALGORITHM","features":[469]},{"name":"BG_E_INVALID_PROXY_INFO","features":[469]},{"name":"BG_E_INVALID_RANGE","features":[469]},{"name":"BG_E_INVALID_SERVER_RESPONSE","features":[469]},{"name":"BG_E_INVALID_STATE","features":[469]},{"name":"BG_E_LOCAL_FILE_CHANGED","features":[469]},{"name":"BG_E_MAXDOWNLOAD_TIMEOUT","features":[469]},{"name":"BG_E_MAX_DOWNLOAD_SIZE_INVALID_VALUE","features":[469]},{"name":"BG_E_MAX_DOWNLOAD_SIZE_LIMIT_REACHED","features":[469]},{"name":"BG_E_MISSING_FILE_SIZE","features":[469]},{"name":"BG_E_NETWORK_DISCONNECTED","features":[469]},{"name":"BG_E_NEW_OWNER_DIFF_MAPPING","features":[469]},{"name":"BG_E_NEW_OWNER_NO_FILE_ACCESS","features":[469]},{"name":"BG_E_NOT_FOUND","features":[469]},{"name":"BG_E_NOT_SUPPORTED_WITH_CUSTOM_HTTP_METHOD","features":[469]},{"name":"BG_E_NO_PROGRESS","features":[469]},{"name":"BG_E_OVERLAPPING_RANGES","features":[469]},{"name":"BG_E_PASSWORD_TOO_LARGE","features":[469]},{"name":"BG_E_PEERCACHING_DISABLED","features":[469]},{"name":"BG_E_PROPERTY_SUPPORTED_FOR_DOWNLOAD_JOBS_ONLY","features":[469]},{"name":"BG_E_PROTOCOL_NOT_AVAILABLE","features":[469]},{"name":"BG_E_PROXY_BYPASS_LIST_TOO_LARGE","features":[469]},{"name":"BG_E_PROXY_LIST_TOO_LARGE","features":[469]},{"name":"BG_E_RANDOM_ACCESS_NOT_SUPPORTED","features":[469]},{"name":"BG_E_READ_ONLY_PROPERTY","features":[469]},{"name":"BG_E_READ_ONLY_PROPERTY_AFTER_ADDFILE","features":[469]},{"name":"BG_E_READ_ONLY_PROPERTY_AFTER_RESUME","features":[469]},{"name":"BG_E_READ_ONLY_WHEN_JOB_ACTIVE","features":[469]},{"name":"BG_E_RECORD_DELETED","features":[469]},{"name":"BG_E_REMOTE_FILE_CHANGED","features":[469]},{"name":"BG_E_REMOTE_NOT_SUPPORTED","features":[469]},{"name":"BG_E_SERVER_CERT_VALIDATION_INTERFACE_REQUIRED","features":[469]},{"name":"BG_E_SERVER_EXECUTE_ENABLE","features":[469]},{"name":"BG_E_SESSION_NOT_FOUND","features":[469]},{"name":"BG_E_STANDBY_MODE","features":[469]},{"name":"BG_E_STRING_TOO_LONG","features":[469]},{"name":"BG_E_TEST_OPTION_BLOCKED_DOWNLOAD","features":[469]},{"name":"BG_E_TOKEN_REQUIRED","features":[469]},{"name":"BG_E_TOO_LARGE","features":[469]},{"name":"BG_E_TOO_MANY_FILES","features":[469]},{"name":"BG_E_TOO_MANY_FILES_IN_JOB","features":[469]},{"name":"BG_E_TOO_MANY_JOBS_PER_MACHINE","features":[469]},{"name":"BG_E_TOO_MANY_JOBS_PER_USER","features":[469]},{"name":"BG_E_TOO_MANY_RANGES_IN_FILE","features":[469]},{"name":"BG_E_UNKNOWN_PROPERTY_ID","features":[469]},{"name":"BG_E_UNSUPPORTED_JOB_CONFIGURATION","features":[469]},{"name":"BG_E_UPNP_ERROR","features":[469]},{"name":"BG_E_USERNAME_TOO_LARGE","features":[469]},{"name":"BG_E_USE_STORED_CREDENTIALS_NOT_SUPPORTED","features":[469]},{"name":"BG_E_VALIDATION_FAILED","features":[469]},{"name":"BG_E_VOLUME_CHANGED","features":[469]},{"name":"BG_E_WATCHDOG_TIMEOUT","features":[469]},{"name":"BG_FILE_INFO","features":[469]},{"name":"BG_FILE_PROGRESS","features":[307,469]},{"name":"BG_FILE_RANGE","features":[469]},{"name":"BG_HTTP_REDIRECT_POLICY_ALLOW_HTTPS_TO_HTTP","features":[469]},{"name":"BG_HTTP_REDIRECT_POLICY_ALLOW_REPORT","features":[469]},{"name":"BG_HTTP_REDIRECT_POLICY_ALLOW_SILENT","features":[469]},{"name":"BG_HTTP_REDIRECT_POLICY_DISALLOW","features":[469]},{"name":"BG_HTTP_REDIRECT_POLICY_MASK","features":[469]},{"name":"BG_JOB_DISABLE_BRANCH_CACHE","features":[469]},{"name":"BG_JOB_ENABLE_PEERCACHING_CLIENT","features":[469]},{"name":"BG_JOB_ENABLE_PEERCACHING_SERVER","features":[469]},{"name":"BG_JOB_ENUM_ALL_USERS","features":[469]},{"name":"BG_JOB_PRIORITY","features":[469]},{"name":"BG_JOB_PRIORITY_FOREGROUND","features":[469]},{"name":"BG_JOB_PRIORITY_HIGH","features":[469]},{"name":"BG_JOB_PRIORITY_LOW","features":[469]},{"name":"BG_JOB_PRIORITY_NORMAL","features":[469]},{"name":"BG_JOB_PROGRESS","features":[469]},{"name":"BG_JOB_PROXY_USAGE","features":[469]},{"name":"BG_JOB_PROXY_USAGE_AUTODETECT","features":[469]},{"name":"BG_JOB_PROXY_USAGE_NO_PROXY","features":[469]},{"name":"BG_JOB_PROXY_USAGE_OVERRIDE","features":[469]},{"name":"BG_JOB_PROXY_USAGE_PRECONFIG","features":[469]},{"name":"BG_JOB_REPLY_PROGRESS","features":[469]},{"name":"BG_JOB_STATE","features":[469]},{"name":"BG_JOB_STATE_ACKNOWLEDGED","features":[469]},{"name":"BG_JOB_STATE_CANCELLED","features":[469]},{"name":"BG_JOB_STATE_CONNECTING","features":[469]},{"name":"BG_JOB_STATE_ERROR","features":[469]},{"name":"BG_JOB_STATE_QUEUED","features":[469]},{"name":"BG_JOB_STATE_SUSPENDED","features":[469]},{"name":"BG_JOB_STATE_TRANSFERRED","features":[469]},{"name":"BG_JOB_STATE_TRANSFERRING","features":[469]},{"name":"BG_JOB_STATE_TRANSIENT_ERROR","features":[469]},{"name":"BG_JOB_TIMES","features":[307,469]},{"name":"BG_JOB_TYPE","features":[469]},{"name":"BG_JOB_TYPE_DOWNLOAD","features":[469]},{"name":"BG_JOB_TYPE_UPLOAD","features":[469]},{"name":"BG_JOB_TYPE_UPLOAD_REPLY","features":[469]},{"name":"BG_NOTIFY_DISABLE","features":[469]},{"name":"BG_NOTIFY_FILE_RANGES_TRANSFERRED","features":[469]},{"name":"BG_NOTIFY_FILE_TRANSFERRED","features":[469]},{"name":"BG_NOTIFY_JOB_ERROR","features":[469]},{"name":"BG_NOTIFY_JOB_MODIFICATION","features":[469]},{"name":"BG_NOTIFY_JOB_TRANSFERRED","features":[469]},{"name":"BG_SSL_ENABLE_CRL_CHECK","features":[469]},{"name":"BG_SSL_IGNORE_CERT_CN_INVALID","features":[469]},{"name":"BG_SSL_IGNORE_CERT_DATE_INVALID","features":[469]},{"name":"BG_SSL_IGNORE_CERT_WRONG_USAGE","features":[469]},{"name":"BG_SSL_IGNORE_UNKNOWN_CA","features":[469]},{"name":"BG_S_ERROR_CONTEXT_NONE","features":[469]},{"name":"BG_S_OVERRIDDEN_BY_POLICY","features":[469]},{"name":"BG_S_PARTIAL_COMPLETE","features":[469]},{"name":"BG_S_PROXY_CHANGED","features":[469]},{"name":"BG_S_UNABLE_TO_DELETE_FILES","features":[469]},{"name":"BG_TOKEN","features":[469]},{"name":"BG_TOKEN_LOCAL_FILE","features":[469]},{"name":"BG_TOKEN_NETWORK","features":[469]},{"name":"BITSExtensionSetupFactory","features":[469]},{"name":"BITS_COST_OPTION_IGNORE_CONGESTION","features":[469]},{"name":"BITS_COST_STATE_BELOW_CAP","features":[469]},{"name":"BITS_COST_STATE_CAPPED_USAGE_UNKNOWN","features":[469]},{"name":"BITS_COST_STATE_NEAR_CAP","features":[469]},{"name":"BITS_COST_STATE_OVERCAP_CHARGED","features":[469]},{"name":"BITS_COST_STATE_OVERCAP_THROTTLED","features":[469]},{"name":"BITS_COST_STATE_RESERVED","features":[469]},{"name":"BITS_COST_STATE_ROAMING","features":[469]},{"name":"BITS_COST_STATE_UNRESTRICTED","features":[469]},{"name":"BITS_COST_STATE_USAGE_BASED","features":[469]},{"name":"BITS_FILE_PROPERTY_ID","features":[469]},{"name":"BITS_FILE_PROPERTY_ID_HTTP_RESPONSE_HEADERS","features":[469]},{"name":"BITS_FILE_PROPERTY_VALUE","features":[469]},{"name":"BITS_JOB_PROPERTY_DYNAMIC_CONTENT","features":[469]},{"name":"BITS_JOB_PROPERTY_HIGH_PERFORMANCE","features":[469]},{"name":"BITS_JOB_PROPERTY_ID","features":[469]},{"name":"BITS_JOB_PROPERTY_ID_COST_FLAGS","features":[469]},{"name":"BITS_JOB_PROPERTY_MAX_DOWNLOAD_SIZE","features":[469]},{"name":"BITS_JOB_PROPERTY_MINIMUM_NOTIFICATION_INTERVAL_MS","features":[469]},{"name":"BITS_JOB_PROPERTY_NOTIFICATION_CLSID","features":[469]},{"name":"BITS_JOB_PROPERTY_ON_DEMAND_MODE","features":[469]},{"name":"BITS_JOB_PROPERTY_USE_STORED_CREDENTIALS","features":[469]},{"name":"BITS_JOB_PROPERTY_VALUE","features":[307,469]},{"name":"BITS_JOB_TRANSFER_POLICY","features":[469]},{"name":"BITS_JOB_TRANSFER_POLICY_ALWAYS","features":[469]},{"name":"BITS_JOB_TRANSFER_POLICY_NOT_ROAMING","features":[469]},{"name":"BITS_JOB_TRANSFER_POLICY_NO_SURCHARGE","features":[469]},{"name":"BITS_JOB_TRANSFER_POLICY_STANDARD","features":[469]},{"name":"BITS_JOB_TRANSFER_POLICY_UNRESTRICTED","features":[469]},{"name":"BITS_MC_FAILED_TO_START","features":[469]},{"name":"BITS_MC_FATAL_IGD_ERROR","features":[469]},{"name":"BITS_MC_FILE_DELETION_FAILED","features":[469]},{"name":"BITS_MC_FILE_DELETION_FAILED_MORE","features":[469]},{"name":"BITS_MC_JOB_CANCELLED","features":[469]},{"name":"BITS_MC_JOB_NOTIFICATION_FAILURE","features":[469]},{"name":"BITS_MC_JOB_PROPERTY_CHANGE","features":[469]},{"name":"BITS_MC_JOB_SCAVENGED","features":[469]},{"name":"BITS_MC_JOB_TAKE_OWNERSHIP","features":[469]},{"name":"BITS_MC_PEERCACHING_PORT","features":[469]},{"name":"BITS_MC_STATE_FILE_CORRUPT","features":[469]},{"name":"BITS_MC_WSD_PORT","features":[469]},{"name":"BackgroundCopyManager","features":[469]},{"name":"BackgroundCopyManager10_1","features":[469]},{"name":"BackgroundCopyManager10_2","features":[469]},{"name":"BackgroundCopyManager10_3","features":[469]},{"name":"BackgroundCopyManager1_5","features":[469]},{"name":"BackgroundCopyManager2_0","features":[469]},{"name":"BackgroundCopyManager2_5","features":[469]},{"name":"BackgroundCopyManager3_0","features":[469]},{"name":"BackgroundCopyManager4_0","features":[469]},{"name":"BackgroundCopyManager5_0","features":[469]},{"name":"BackgroundCopyQMgr","features":[469]},{"name":"FILESETINFO","features":[469]},{"name":"GROUPPROP","features":[469]},{"name":"GROUPPROP_DESCRIPTION","features":[469]},{"name":"GROUPPROP_DISPLAYNAME","features":[469]},{"name":"GROUPPROP_LOCALUSERID","features":[469]},{"name":"GROUPPROP_LOCALUSERPWD","features":[469]},{"name":"GROUPPROP_NOTIFYCLSID","features":[469]},{"name":"GROUPPROP_NOTIFYFLAGS","features":[469]},{"name":"GROUPPROP_PRIORITY","features":[469]},{"name":"GROUPPROP_PROGRESSPERCENT","features":[469]},{"name":"GROUPPROP_PROGRESSSIZE","features":[469]},{"name":"GROUPPROP_PROGRESSTIME","features":[469]},{"name":"GROUPPROP_PROTOCOLFLAGS","features":[469]},{"name":"GROUPPROP_REMOTEUSERID","features":[469]},{"name":"GROUPPROP_REMOTEUSERPWD","features":[469]},{"name":"IBITSExtensionSetup","features":[469,358]},{"name":"IBITSExtensionSetupFactory","features":[469,358]},{"name":"IBackgroundCopyCallback","features":[469]},{"name":"IBackgroundCopyCallback1","features":[469]},{"name":"IBackgroundCopyCallback2","features":[469]},{"name":"IBackgroundCopyCallback3","features":[469]},{"name":"IBackgroundCopyError","features":[469]},{"name":"IBackgroundCopyFile","features":[469]},{"name":"IBackgroundCopyFile2","features":[469]},{"name":"IBackgroundCopyFile3","features":[469]},{"name":"IBackgroundCopyFile4","features":[469]},{"name":"IBackgroundCopyFile5","features":[469]},{"name":"IBackgroundCopyFile6","features":[469]},{"name":"IBackgroundCopyGroup","features":[469]},{"name":"IBackgroundCopyJob","features":[469]},{"name":"IBackgroundCopyJob1","features":[469]},{"name":"IBackgroundCopyJob2","features":[469]},{"name":"IBackgroundCopyJob3","features":[469]},{"name":"IBackgroundCopyJob4","features":[469]},{"name":"IBackgroundCopyJob5","features":[469]},{"name":"IBackgroundCopyJobHttpOptions","features":[469]},{"name":"IBackgroundCopyJobHttpOptions2","features":[469]},{"name":"IBackgroundCopyJobHttpOptions3","features":[469]},{"name":"IBackgroundCopyManager","features":[469]},{"name":"IBackgroundCopyQMgr","features":[469]},{"name":"IBackgroundCopyServerCertificateValidationCallback","features":[469]},{"name":"IBitsPeer","features":[469]},{"name":"IBitsPeerCacheAdministration","features":[469]},{"name":"IBitsPeerCacheRecord","features":[469]},{"name":"IBitsTokenOptions","features":[469]},{"name":"IEnumBackgroundCopyFiles","features":[469]},{"name":"IEnumBackgroundCopyGroups","features":[469]},{"name":"IEnumBackgroundCopyJobs","features":[469]},{"name":"IEnumBackgroundCopyJobs1","features":[469]},{"name":"IEnumBitsPeerCacheRecords","features":[469]},{"name":"IEnumBitsPeers","features":[469]},{"name":"QM_E_DOWNLOADER_UNAVAILABLE","features":[469]},{"name":"QM_E_INVALID_STATE","features":[469]},{"name":"QM_E_ITEM_NOT_FOUND","features":[469]},{"name":"QM_E_SERVICE_UNAVAILABLE","features":[469]},{"name":"QM_NOTIFY_DISABLE_NOTIFY","features":[469]},{"name":"QM_NOTIFY_FILE_DONE","features":[469]},{"name":"QM_NOTIFY_GROUP_DONE","features":[469]},{"name":"QM_NOTIFY_JOB_DONE","features":[469]},{"name":"QM_NOTIFY_USE_PROGRESSEX","features":[469]},{"name":"QM_PROGRESS_PERCENT_DONE","features":[469]},{"name":"QM_PROGRESS_SIZE_DONE","features":[469]},{"name":"QM_PROGRESS_TIME_DONE","features":[469]},{"name":"QM_PROTOCOL_CUSTOM","features":[469]},{"name":"QM_PROTOCOL_FTP","features":[469]},{"name":"QM_PROTOCOL_HTTP","features":[469]},{"name":"QM_PROTOCOL_SMB","features":[469]},{"name":"QM_STATUS_FILE_COMPLETE","features":[469]},{"name":"QM_STATUS_FILE_INCOMPLETE","features":[469]},{"name":"QM_STATUS_GROUP_COMPLETE","features":[469]},{"name":"QM_STATUS_GROUP_ERROR","features":[469]},{"name":"QM_STATUS_GROUP_FOREGROUND","features":[469]},{"name":"QM_STATUS_GROUP_INCOMPLETE","features":[469]},{"name":"QM_STATUS_GROUP_SUSPENDED","features":[469]},{"name":"QM_STATUS_JOB_COMPLETE","features":[469]},{"name":"QM_STATUS_JOB_ERROR","features":[469]},{"name":"QM_STATUS_JOB_FOREGROUND","features":[469]},{"name":"QM_STATUS_JOB_INCOMPLETE","features":[469]}],"472":[{"name":"AddClusterGroupDependency","features":[470]},{"name":"AddClusterGroupDependencyEx","features":[470]},{"name":"AddClusterGroupSetDependency","features":[470]},{"name":"AddClusterGroupSetDependencyEx","features":[470]},{"name":"AddClusterGroupToGroupSetDependency","features":[470]},{"name":"AddClusterGroupToGroupSetDependencyEx","features":[470]},{"name":"AddClusterNode","features":[307,470]},{"name":"AddClusterNodeEx","features":[307,470]},{"name":"AddClusterResourceDependency","features":[470]},{"name":"AddClusterResourceDependencyEx","features":[470]},{"name":"AddClusterResourceNode","features":[470]},{"name":"AddClusterResourceNodeEx","features":[470]},{"name":"AddClusterStorageNode","features":[307,470]},{"name":"AddCrossClusterGroupSetDependency","features":[470]},{"name":"AddResourceToClusterSharedVolumes","features":[470]},{"name":"BackupClusterDatabase","features":[470]},{"name":"BitLockerDecrypted","features":[470]},{"name":"BitLockerDecrypting","features":[470]},{"name":"BitLockerEnabled","features":[470]},{"name":"BitLockerPaused","features":[470]},{"name":"BitLockerStopped","features":[470]},{"name":"BitlockerEncrypted","features":[470]},{"name":"BitlockerEncrypting","features":[470]},{"name":"CA_UPGRADE_VERSION","features":[470]},{"name":"CLCTL_ADD_CRYPTO_CHECKPOINT","features":[470]},{"name":"CLCTL_ADD_CRYPTO_CHECKPOINT_EX","features":[470]},{"name":"CLCTL_ADD_DEPENDENCY","features":[470]},{"name":"CLCTL_ADD_OWNER","features":[470]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT","features":[470]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT_32BIT","features":[470]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT_64BIT","features":[470]},{"name":"CLCTL_BATCH_BLOCK_KEY","features":[470]},{"name":"CLCTL_BATCH_UNBLOCK_KEY","features":[470]},{"name":"CLCTL_BLOCK_GEM_SEND_RECV","features":[470]},{"name":"CLCTL_CHECK_DRAIN_VETO","features":[470]},{"name":"CLCTL_CHECK_VOTER_DOWN","features":[470]},{"name":"CLCTL_CHECK_VOTER_DOWN_WITNESS","features":[470]},{"name":"CLCTL_CHECK_VOTER_EVICT","features":[470]},{"name":"CLCTL_CHECK_VOTER_EVICT_WITNESS","features":[470]},{"name":"CLCTL_CLEAR_NODE_CONNECTION_INFO","features":[470]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS","features":[470]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS_WITH_KEY","features":[470]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_UPDATE_KEY","features":[470]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_UPDATE_TOKEN","features":[470]},{"name":"CLCTL_CLUSTER_BASE","features":[470]},{"name":"CLCTL_CLUSTER_NAME_CHANGED","features":[470]},{"name":"CLCTL_CLUSTER_VERSION_CHANGED","features":[470]},{"name":"CLCTL_CODES","features":[470]},{"name":"CLCTL_DELETE","features":[470]},{"name":"CLCTL_DELETE_CRYPTO_CHECKPOINT","features":[470]},{"name":"CLCTL_DELETE_REGISTRY_CHECKPOINT","features":[470]},{"name":"CLCTL_DISABLE_SHARED_VOLUME_DIRECTIO","features":[470]},{"name":"CLCTL_ENABLE_SHARED_VOLUME_DIRECTIO","features":[470]},{"name":"CLCTL_ENUM_AFFINITY_RULE_NAMES","features":[470]},{"name":"CLCTL_ENUM_COMMON_PROPERTIES","features":[470]},{"name":"CLCTL_ENUM_PRIVATE_PROPERTIES","features":[470]},{"name":"CLCTL_EVICT_NODE","features":[470]},{"name":"CLCTL_FILESERVER_SHARE_ADD","features":[470]},{"name":"CLCTL_FILESERVER_SHARE_DEL","features":[470]},{"name":"CLCTL_FILESERVER_SHARE_MODIFY","features":[470]},{"name":"CLCTL_FILESERVER_SHARE_REPORT","features":[470]},{"name":"CLCTL_FIXUP_ON_UPGRADE","features":[470]},{"name":"CLCTL_FORCE_DB_FLUSH","features":[470]},{"name":"CLCTL_FORCE_QUORUM","features":[470]},{"name":"CLCTL_FSWITNESS_GET_EPOCH_INFO","features":[470]},{"name":"CLCTL_FSWITNESS_RELEASE_LOCK","features":[470]},{"name":"CLCTL_FSWITNESS_SET_EPOCH_INFO","features":[470]},{"name":"CLCTL_GET_ARB_TIMEOUT","features":[470]},{"name":"CLCTL_GET_CHARACTERISTICS","features":[470]},{"name":"CLCTL_GET_CLASS_INFO","features":[470]},{"name":"CLCTL_GET_CLUSDB_TIMESTAMP","features":[470]},{"name":"CLCTL_GET_CLUSTER_SERVICE_ACCOUNT_NAME","features":[470]},{"name":"CLCTL_GET_COMMON_PROPERTIES","features":[470]},{"name":"CLCTL_GET_COMMON_PROPERTY_FMTS","features":[470]},{"name":"CLCTL_GET_COMMON_RESOURCE_PROPERTY_FMTS","features":[470]},{"name":"CLCTL_GET_CRYPTO_CHECKPOINTS","features":[470]},{"name":"CLCTL_GET_DNS_NAME","features":[470]},{"name":"CLCTL_GET_FAILURE_INFO","features":[470]},{"name":"CLCTL_GET_FLAGS","features":[470]},{"name":"CLCTL_GET_FQDN","features":[470]},{"name":"CLCTL_GET_GEMID_VECTOR","features":[470]},{"name":"CLCTL_GET_GUM_LOCK_OWNER","features":[470]},{"name":"CLCTL_GET_ID","features":[470]},{"name":"CLCTL_GET_INFRASTRUCTURE_SOFS_BUFFER","features":[470]},{"name":"CLCTL_GET_LOADBAL_PROCESS_LIST","features":[470]},{"name":"CLCTL_GET_NAME","features":[470]},{"name":"CLCTL_GET_NETWORK","features":[470]},{"name":"CLCTL_GET_NETWORK_NAME","features":[470]},{"name":"CLCTL_GET_NODE","features":[470]},{"name":"CLCTL_GET_NODES_IN_FD","features":[470]},{"name":"CLCTL_GET_OPERATION_CONTEXT","features":[470]},{"name":"CLCTL_GET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLCTL_GET_PRIVATE_PROPERTY_FMTS","features":[470]},{"name":"CLCTL_GET_PRIVATE_RESOURCE_PROPERTY_FMTS","features":[470]},{"name":"CLCTL_GET_REGISTRY_CHECKPOINTS","features":[470]},{"name":"CLCTL_GET_REQUIRED_DEPENDENCIES","features":[470]},{"name":"CLCTL_GET_RESOURCE_TYPE","features":[470]},{"name":"CLCTL_GET_RO_COMMON_PROPERTIES","features":[470]},{"name":"CLCTL_GET_RO_PRIVATE_PROPERTIES","features":[470]},{"name":"CLCTL_GET_SHARED_VOLUME_ID","features":[470]},{"name":"CLCTL_GET_STATE_CHANGE_TIME","features":[470]},{"name":"CLCTL_GET_STORAGE_CONFIGURATION","features":[470]},{"name":"CLCTL_GET_STORAGE_CONFIG_ATTRIBUTES","features":[470]},{"name":"CLCTL_GET_STUCK_NODES","features":[470]},{"name":"CLCTL_GLOBAL_SHIFT","features":[470]},{"name":"CLCTL_GROUPSET_GET_GROUPS","features":[470]},{"name":"CLCTL_GROUPSET_GET_PROVIDER_GROUPS","features":[470]},{"name":"CLCTL_GROUPSET_GET_PROVIDER_GROUPSETS","features":[470]},{"name":"CLCTL_GROUP_GET_LAST_MOVE_TIME","features":[470]},{"name":"CLCTL_GROUP_GET_PROVIDER_GROUPS","features":[470]},{"name":"CLCTL_GROUP_GET_PROVIDER_GROUPSETS","features":[470]},{"name":"CLCTL_GROUP_SET_CCF_FROM_MASTER","features":[470]},{"name":"CLCTL_HOLD_IO","features":[470]},{"name":"CLCTL_INITIALIZE","features":[470]},{"name":"CLCTL_INJECT_GEM_FAULT","features":[470]},{"name":"CLCTL_INSTALL_NODE","features":[470]},{"name":"CLCTL_INTERNAL_SHIFT","features":[470]},{"name":"CLCTL_INTRODUCE_GEM_REPAIR_DELAY","features":[470]},{"name":"CLCTL_IPADDRESS_RELEASE_LEASE","features":[470]},{"name":"CLCTL_IPADDRESS_RENEW_LEASE","features":[470]},{"name":"CLCTL_IS_FEATURE_INSTALLED","features":[470]},{"name":"CLCTL_IS_QUORUM_BLOCKED","features":[470]},{"name":"CLCTL_IS_S2D_FEATURE_SUPPORTED","features":[470]},{"name":"CLCTL_JOINING_GROUP","features":[470]},{"name":"CLCTL_LEAVING_GROUP","features":[470]},{"name":"CLCTL_MODIFY_SHIFT","features":[470]},{"name":"CLCTL_NETNAME_CREDS_NOTIFYCAM","features":[470]},{"name":"CLCTL_NETNAME_DELETE_CO","features":[470]},{"name":"CLCTL_NETNAME_GET_OU_FOR_VCO","features":[470]},{"name":"CLCTL_NETNAME_GET_VIRTUAL_SERVER_TOKEN","features":[470]},{"name":"CLCTL_NETNAME_REGISTER_DNS_RECORDS","features":[470]},{"name":"CLCTL_NETNAME_REPAIR_VCO","features":[470]},{"name":"CLCTL_NETNAME_RESET_VCO","features":[470]},{"name":"CLCTL_NETNAME_SET_PWD_INFO","features":[470]},{"name":"CLCTL_NETNAME_SET_PWD_INFOEX","features":[470]},{"name":"CLCTL_NETNAME_VALIDATE_VCO","features":[470]},{"name":"CLCTL_NOTIFY_DRAIN_COMPLETE","features":[470]},{"name":"CLCTL_NOTIFY_INFRASTRUCTURE_SOFS_CHANGED","features":[470]},{"name":"CLCTL_NOTIFY_MONITOR_SHUTTING_DOWN","features":[470]},{"name":"CLCTL_NOTIFY_OWNER_CHANGE","features":[470]},{"name":"CLCTL_NOTIFY_QUORUM_STATUS","features":[470]},{"name":"CLCTL_POOL_GET_DRIVE_INFO","features":[470]},{"name":"CLCTL_PROVIDER_STATE_CHANGE","features":[470]},{"name":"CLCTL_QUERY_DELETE","features":[470]},{"name":"CLCTL_QUERY_MAINTENANCE_MODE","features":[470]},{"name":"CLCTL_RELOAD_AUTOLOGGER_CONFIG","features":[470]},{"name":"CLCTL_REMOVE_DEPENDENCY","features":[470]},{"name":"CLCTL_REMOVE_NODE","features":[470]},{"name":"CLCTL_REMOVE_OWNER","features":[470]},{"name":"CLCTL_REPLICATION_ADD_REPLICATION_GROUP","features":[470]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_LOGDISKS","features":[470]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_SOURCE_DATADISKS","features":[470]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_TARGET_DATADISKS","features":[470]},{"name":"CLCTL_REPLICATION_GET_LOG_INFO","features":[470]},{"name":"CLCTL_REPLICATION_GET_LOG_VOLUME","features":[470]},{"name":"CLCTL_REPLICATION_GET_REPLICATED_DISKS","features":[470]},{"name":"CLCTL_REPLICATION_GET_REPLICATED_PARTITION_INFO","features":[470]},{"name":"CLCTL_REPLICATION_GET_REPLICA_VOLUMES","features":[470]},{"name":"CLCTL_REPLICATION_GET_RESOURCE_GROUP","features":[470]},{"name":"CLCTL_RESOURCE_PREPARE_UPGRADE","features":[470]},{"name":"CLCTL_RESOURCE_UPGRADE_COMPLETED","features":[470]},{"name":"CLCTL_RESOURCE_UPGRADE_DLL","features":[470]},{"name":"CLCTL_RESUME_IO","features":[470]},{"name":"CLCTL_RW_MODIFY_NOOP","features":[470]},{"name":"CLCTL_SCALEOUT_COMMAND","features":[470]},{"name":"CLCTL_SCALEOUT_CONTROL","features":[470]},{"name":"CLCTL_SCALEOUT_GET_CLUSTERS","features":[470]},{"name":"CLCTL_SEND_DUMMY_GEM_MESSAGES","features":[470]},{"name":"CLCTL_SET_ACCOUNT_ACCESS","features":[470]},{"name":"CLCTL_SET_CLUSTER_S2D_CACHE_METADATA_RESERVE_BYTES","features":[470]},{"name":"CLCTL_SET_CLUSTER_S2D_ENABLED","features":[470]},{"name":"CLCTL_SET_COMMON_PROPERTIES","features":[470]},{"name":"CLCTL_SET_CSV_MAINTENANCE_MODE","features":[470]},{"name":"CLCTL_SET_DNS_DOMAIN","features":[470]},{"name":"CLCTL_SET_INFRASTRUCTURE_SOFS_BUFFER","features":[470]},{"name":"CLCTL_SET_MAINTENANCE_MODE","features":[470]},{"name":"CLCTL_SET_NAME","features":[470]},{"name":"CLCTL_SET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLCTL_SET_SHARED_VOLUME_BACKUP_MODE","features":[470]},{"name":"CLCTL_SET_STORAGE_CONFIGURATION","features":[470]},{"name":"CLCTL_SHUTDOWN","features":[470]},{"name":"CLCTL_STARTING_PHASE1","features":[470]},{"name":"CLCTL_STARTING_PHASE2","features":[470]},{"name":"CLCTL_STATE_CHANGE_REASON","features":[470]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS","features":[470]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS_EX","features":[470]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS_EX2_INT","features":[470]},{"name":"CLCTL_STORAGE_GET_CLUSBFLT_PATHINFO","features":[470]},{"name":"CLCTL_STORAGE_GET_CLUSBFLT_PATHS","features":[470]},{"name":"CLCTL_STORAGE_GET_CLUSPORT_DISK_COUNT","features":[470]},{"name":"CLCTL_STORAGE_GET_DIRTY","features":[470]},{"name":"CLCTL_STORAGE_GET_DISKID","features":[470]},{"name":"CLCTL_STORAGE_GET_DISK_INFO","features":[470]},{"name":"CLCTL_STORAGE_GET_DISK_INFO_EX","features":[470]},{"name":"CLCTL_STORAGE_GET_DISK_INFO_EX2","features":[470]},{"name":"CLCTL_STORAGE_GET_DISK_NUMBER_INFO","features":[470]},{"name":"CLCTL_STORAGE_GET_DRIVELETTERS","features":[470]},{"name":"CLCTL_STORAGE_GET_MOUNTPOINTS","features":[470]},{"name":"CLCTL_STORAGE_GET_PHYSICAL_DISK_INFO","features":[470]},{"name":"CLCTL_STORAGE_GET_RESOURCEID","features":[470]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_INFO","features":[470]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_PARTITION_NAMES","features":[470]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_STATES","features":[470]},{"name":"CLCTL_STORAGE_IS_CLUSTERABLE","features":[470]},{"name":"CLCTL_STORAGE_IS_CSV_FILE","features":[470]},{"name":"CLCTL_STORAGE_IS_PATH_VALID","features":[470]},{"name":"CLCTL_STORAGE_IS_SHARED_VOLUME","features":[470]},{"name":"CLCTL_STORAGE_REMAP_DRIVELETTER","features":[470]},{"name":"CLCTL_STORAGE_REMOVE_VM_OWNERSHIP","features":[470]},{"name":"CLCTL_STORAGE_RENAME_SHARED_VOLUME","features":[470]},{"name":"CLCTL_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[470]},{"name":"CLCTL_STORAGE_SET_DRIVELETTER","features":[470]},{"name":"CLCTL_STORAGE_SYNC_CLUSDISK_DB","features":[470]},{"name":"CLCTL_UNDELETE","features":[470]},{"name":"CLCTL_UNKNOWN","features":[470]},{"name":"CLCTL_USER_SHIFT","features":[470]},{"name":"CLCTL_VALIDATE_CHANGE_GROUP","features":[470]},{"name":"CLCTL_VALIDATE_COMMON_PROPERTIES","features":[470]},{"name":"CLCTL_VALIDATE_DIRECTORY","features":[470]},{"name":"CLCTL_VALIDATE_NETNAME","features":[470]},{"name":"CLCTL_VALIDATE_PATH","features":[470]},{"name":"CLCTL_VALIDATE_PRIVATE_PROPERTIES","features":[470]},{"name":"CLOUD_WITNESS_CONTAINER_NAME","features":[470]},{"name":"CLRES_CALLBACK_FUNCTION_TABLE","features":[307,470]},{"name":"CLRES_FUNCTION_TABLE","features":[307,470,370]},{"name":"CLRES_V1_FUNCTIONS","features":[307,470,370]},{"name":"CLRES_V2_FUNCTIONS","features":[307,470,370]},{"name":"CLRES_V3_FUNCTIONS","features":[307,470,370]},{"name":"CLRES_V4_FUNCTIONS","features":[307,470,370]},{"name":"CLRES_VERSION_V1_00","features":[470]},{"name":"CLRES_VERSION_V2_00","features":[470]},{"name":"CLRES_VERSION_V3_00","features":[470]},{"name":"CLRES_VERSION_V4_00","features":[470]},{"name":"CLUADMEX_OBJECT_TYPE","features":[470]},{"name":"CLUADMEX_OT_CLUSTER","features":[470]},{"name":"CLUADMEX_OT_GROUP","features":[470]},{"name":"CLUADMEX_OT_NETINTERFACE","features":[470]},{"name":"CLUADMEX_OT_NETWORK","features":[470]},{"name":"CLUADMEX_OT_NODE","features":[470]},{"name":"CLUADMEX_OT_NONE","features":[470]},{"name":"CLUADMEX_OT_RESOURCE","features":[470]},{"name":"CLUADMEX_OT_RESOURCETYPE","features":[470]},{"name":"CLUSAPI_CHANGE_ACCESS","features":[470]},{"name":"CLUSAPI_CHANGE_RESOURCE_GROUP_FORCE_MOVE_TO_CSV","features":[470]},{"name":"CLUSAPI_GROUP_MOVE_FAILBACK","features":[470]},{"name":"CLUSAPI_GROUP_MOVE_HIGH_PRIORITY_START","features":[470]},{"name":"CLUSAPI_GROUP_MOVE_IGNORE_AFFINITY_RULE","features":[470]},{"name":"CLUSAPI_GROUP_MOVE_IGNORE_RESOURCE_STATUS","features":[470]},{"name":"CLUSAPI_GROUP_MOVE_QUEUE_ENABLED","features":[470]},{"name":"CLUSAPI_GROUP_MOVE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[470]},{"name":"CLUSAPI_GROUP_OFFLINE_IGNORE_RESOURCE_STATUS","features":[470]},{"name":"CLUSAPI_GROUP_ONLINE_BEST_POSSIBLE_NODE","features":[470]},{"name":"CLUSAPI_GROUP_ONLINE_IGNORE_AFFINITY_RULE","features":[470]},{"name":"CLUSAPI_GROUP_ONLINE_IGNORE_RESOURCE_STATUS","features":[470]},{"name":"CLUSAPI_GROUP_ONLINE_SYNCHRONOUS","features":[470]},{"name":"CLUSAPI_NODE_AVOID_PLACEMENT","features":[470]},{"name":"CLUSAPI_NODE_PAUSE_REMAIN_ON_PAUSED_NODE_ON_MOVE_ERROR","features":[470]},{"name":"CLUSAPI_NODE_PAUSE_RETRY_DRAIN_ON_FAILURE","features":[470]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_PINNED_VMS_ONLY","features":[470]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_STORAGE","features":[470]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_VMS","features":[470]},{"name":"CLUSAPI_NO_ACCESS","features":[470]},{"name":"CLUSAPI_READ_ACCESS","features":[470]},{"name":"CLUSAPI_REASON_HANDLER","features":[307,470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_FORCE_WITH_TERMINATION","features":[470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_IGNORE_RESOURCE_STATUS","features":[470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_BEING_DELETED","features":[470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_BEING_RESTARTED","features":[470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_MOVING","features":[470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_NONE","features":[470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_PREEMPTED","features":[470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_SHUTTING_DOWN","features":[470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_UNKNOWN","features":[470]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_USER_REQUESTED","features":[470]},{"name":"CLUSAPI_RESOURCE_ONLINE_BEST_POSSIBLE_NODE","features":[470]},{"name":"CLUSAPI_RESOURCE_ONLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[470]},{"name":"CLUSAPI_RESOURCE_ONLINE_IGNORE_AFFINITY_RULE","features":[470]},{"name":"CLUSAPI_RESOURCE_ONLINE_IGNORE_RESOURCE_STATUS","features":[470]},{"name":"CLUSAPI_RESOURCE_ONLINE_NECESSARY_FOR_QUORUM","features":[470]},{"name":"CLUSAPI_VALID_CHANGE_RESOURCE_GROUP_FLAGS","features":[470]},{"name":"CLUSAPI_VERSION","features":[470]},{"name":"CLUSAPI_VERSION_NI","features":[470]},{"name":"CLUSAPI_VERSION_RS3","features":[470]},{"name":"CLUSAPI_VERSION_SERVER2008","features":[470]},{"name":"CLUSAPI_VERSION_SERVER2008R2","features":[470]},{"name":"CLUSAPI_VERSION_WINDOWS8","features":[470]},{"name":"CLUSAPI_VERSION_WINDOWSBLUE","features":[470]},{"name":"CLUSAPI_VERSION_WINTHRESHOLD","features":[470]},{"name":"CLUSCTL_ACCESS_MODE_MASK","features":[470]},{"name":"CLUSCTL_ACCESS_SHIFT","features":[470]},{"name":"CLUSCTL_AFFINITYRULE_CODES","features":[470]},{"name":"CLUSCTL_AFFINITYRULE_GET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_AFFINITYRULE_GET_GROUPNAMES","features":[470]},{"name":"CLUSCTL_AFFINITYRULE_GET_ID","features":[470]},{"name":"CLUSCTL_AFFINITYRULE_GET_RO_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_AFFINITYRULE_SET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS","features":[470]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS_WITH_KEY","features":[470]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_UPDATE_KEY","features":[470]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_UPDATE_TOKEN","features":[470]},{"name":"CLUSCTL_CLUSTER_BATCH_BLOCK_KEY","features":[470]},{"name":"CLUSCTL_CLUSTER_BATCH_UNBLOCK_KEY","features":[470]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_DOWN","features":[470]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_DOWN_WITNESS","features":[470]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_EVICT","features":[470]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_EVICT_WITNESS","features":[470]},{"name":"CLUSCTL_CLUSTER_CLEAR_NODE_CONNECTION_INFO","features":[470]},{"name":"CLUSCTL_CLUSTER_CODES","features":[470]},{"name":"CLUSCTL_CLUSTER_ENUM_AFFINITY_RULE_NAMES","features":[470]},{"name":"CLUSCTL_CLUSTER_ENUM_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_CLUSTER_ENUM_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_CLUSTER_FORCE_FLUSH_DB","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_CLMUSR_TOKEN","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_CLUSDB_TIMESTAMP","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_COMMON_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_FQDN","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_GUM_LOCK_OWNER","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_NODES_IN_FD","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_PRIVATE_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_RO_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_RO_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_SHARED_VOLUME_ID","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_STORAGE_CONFIGURATION","features":[470]},{"name":"CLUSCTL_CLUSTER_GET_STORAGE_CONFIG_ATTRIBUTES","features":[470]},{"name":"CLUSCTL_CLUSTER_RELOAD_AUTOLOGGER_CONFIG","features":[470]},{"name":"CLUSCTL_CLUSTER_REMOVE_NODE","features":[470]},{"name":"CLUSCTL_CLUSTER_SET_ACCOUNT_ACCESS","features":[470]},{"name":"CLUSCTL_CLUSTER_SET_CLUSTER_S2D_CACHE_METADATA_RESERVE_BYTES","features":[470]},{"name":"CLUSCTL_CLUSTER_SET_CLUSTER_S2D_ENABLED","features":[470]},{"name":"CLUSCTL_CLUSTER_SET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_CLUSTER_SET_DNS_DOMAIN","features":[470]},{"name":"CLUSCTL_CLUSTER_SET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_CLUSTER_SET_STORAGE_CONFIGURATION","features":[470]},{"name":"CLUSCTL_CLUSTER_SHUTDOWN","features":[470]},{"name":"CLUSCTL_CLUSTER_STORAGE_RENAME_SHARED_VOLUME","features":[470]},{"name":"CLUSCTL_CLUSTER_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[470]},{"name":"CLUSCTL_CLUSTER_UNKNOWN","features":[470]},{"name":"CLUSCTL_CLUSTER_VALIDATE_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_CLUSTER_VALIDATE_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_CONTROL_CODE_MASK","features":[470]},{"name":"CLUSCTL_FUNCTION_SHIFT","features":[470]},{"name":"CLUSCTL_GET_OPERATION_CONTEXT_PARAMS_VERSION_1","features":[470]},{"name":"CLUSCTL_GROUPSET_CODES","features":[470]},{"name":"CLUSCTL_GROUPSET_GET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUPSET_GET_GROUPS","features":[470]},{"name":"CLUSCTL_GROUPSET_GET_ID","features":[470]},{"name":"CLUSCTL_GROUPSET_GET_PROVIDER_GROUPS","features":[470]},{"name":"CLUSCTL_GROUPSET_GET_PROVIDER_GROUPSETS","features":[470]},{"name":"CLUSCTL_GROUPSET_GET_RO_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUPSET_SET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUP_CODES","features":[470]},{"name":"CLUSCTL_GROUP_ENUM_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUP_ENUM_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUP_GET_CHARACTERISTICS","features":[470]},{"name":"CLUSCTL_GROUP_GET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUP_GET_COMMON_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_GROUP_GET_FAILURE_INFO","features":[470]},{"name":"CLUSCTL_GROUP_GET_FLAGS","features":[470]},{"name":"CLUSCTL_GROUP_GET_ID","features":[470]},{"name":"CLUSCTL_GROUP_GET_LAST_MOVE_TIME","features":[470]},{"name":"CLUSCTL_GROUP_GET_LAST_MOVE_TIME_OUTPUT","features":[307,470]},{"name":"CLUSCTL_GROUP_GET_NAME","features":[470]},{"name":"CLUSCTL_GROUP_GET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUP_GET_PRIVATE_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_GROUP_GET_PROVIDER_GROUPS","features":[470]},{"name":"CLUSCTL_GROUP_GET_PROVIDER_GROUPSETS","features":[470]},{"name":"CLUSCTL_GROUP_GET_RO_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUP_GET_RO_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUP_QUERY_DELETE","features":[470]},{"name":"CLUSCTL_GROUP_SET_CCF_FROM_MASTER","features":[470]},{"name":"CLUSCTL_GROUP_SET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUP_SET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUP_UNKNOWN","features":[470]},{"name":"CLUSCTL_GROUP_VALIDATE_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_GROUP_VALIDATE_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_CODES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_ENUM_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_ENUM_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_CHARACTERISTICS","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_COMMON_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_FLAGS","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_ID","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_NAME","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_NETWORK","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_NODE","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_PRIVATE_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_RO_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_GET_RO_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_SET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_SET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_UNKNOWN","features":[470]},{"name":"CLUSCTL_NETINTERFACE_VALIDATE_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETINTERFACE_VALIDATE_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETWORK_CODES","features":[470]},{"name":"CLUSCTL_NETWORK_ENUM_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETWORK_ENUM_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETWORK_GET_CHARACTERISTICS","features":[470]},{"name":"CLUSCTL_NETWORK_GET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETWORK_GET_COMMON_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_NETWORK_GET_FLAGS","features":[470]},{"name":"CLUSCTL_NETWORK_GET_ID","features":[470]},{"name":"CLUSCTL_NETWORK_GET_NAME","features":[470]},{"name":"CLUSCTL_NETWORK_GET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETWORK_GET_PRIVATE_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_NETWORK_GET_RO_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETWORK_GET_RO_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETWORK_SET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETWORK_SET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETWORK_UNKNOWN","features":[470]},{"name":"CLUSCTL_NETWORK_VALIDATE_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NETWORK_VALIDATE_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NODE_BLOCK_GEM_SEND_RECV","features":[470]},{"name":"CLUSCTL_NODE_CODES","features":[470]},{"name":"CLUSCTL_NODE_ENUM_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NODE_ENUM_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NODE_GET_CHARACTERISTICS","features":[470]},{"name":"CLUSCTL_NODE_GET_CLUSTER_SERVICE_ACCOUNT_NAME","features":[470]},{"name":"CLUSCTL_NODE_GET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NODE_GET_COMMON_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_NODE_GET_FLAGS","features":[470]},{"name":"CLUSCTL_NODE_GET_GEMID_VECTOR","features":[470]},{"name":"CLUSCTL_NODE_GET_ID","features":[470]},{"name":"CLUSCTL_NODE_GET_NAME","features":[470]},{"name":"CLUSCTL_NODE_GET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NODE_GET_PRIVATE_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_NODE_GET_RO_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NODE_GET_RO_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NODE_GET_STUCK_NODES","features":[470]},{"name":"CLUSCTL_NODE_INJECT_GEM_FAULT","features":[470]},{"name":"CLUSCTL_NODE_INTRODUCE_GEM_REPAIR_DELAY","features":[470]},{"name":"CLUSCTL_NODE_SEND_DUMMY_GEM_MESSAGES","features":[470]},{"name":"CLUSCTL_NODE_SET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NODE_SET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_NODE_UNKNOWN","features":[470]},{"name":"CLUSCTL_NODE_VALIDATE_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_NODE_VALIDATE_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_OBJECT_MASK","features":[470]},{"name":"CLUSCTL_OBJECT_SHIFT","features":[470]},{"name":"CLUSCTL_RESOURCE_ADD_CRYPTO_CHECKPOINT","features":[470]},{"name":"CLUSCTL_RESOURCE_ADD_CRYPTO_CHECKPOINT_EX","features":[470]},{"name":"CLUSCTL_RESOURCE_ADD_DEPENDENCY","features":[470]},{"name":"CLUSCTL_RESOURCE_ADD_OWNER","features":[470]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT","features":[470]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT_32BIT","features":[470]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT_64BIT","features":[470]},{"name":"CLUSCTL_RESOURCE_CHECK_DRAIN_VETO","features":[470]},{"name":"CLUSCTL_RESOURCE_CLUSTER_NAME_CHANGED","features":[470]},{"name":"CLUSCTL_RESOURCE_CLUSTER_VERSION_CHANGED","features":[470]},{"name":"CLUSCTL_RESOURCE_CODES","features":[470]},{"name":"CLUSCTL_RESOURCE_DELETE","features":[470]},{"name":"CLUSCTL_RESOURCE_DELETE_CRYPTO_CHECKPOINT","features":[470]},{"name":"CLUSCTL_RESOURCE_DELETE_REGISTRY_CHECKPOINT","features":[470]},{"name":"CLUSCTL_RESOURCE_DISABLE_SHARED_VOLUME_DIRECTIO","features":[470]},{"name":"CLUSCTL_RESOURCE_ENABLE_SHARED_VOLUME_DIRECTIO","features":[470]},{"name":"CLUSCTL_RESOURCE_ENUM_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_ENUM_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_EVICT_NODE","features":[470]},{"name":"CLUSCTL_RESOURCE_FORCE_QUORUM","features":[470]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_GET_EPOCH_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_RELEASE_LOCK","features":[470]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_SET_EPOCH_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_CHARACTERISTICS","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_CLASS_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_COMMON_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_CRYPTO_CHECKPOINTS","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_DNS_NAME","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_FAILURE_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_FLAGS","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_ID","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_INFRASTRUCTURE_SOFS_BUFFER","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_LOADBAL_PROCESS_LIST","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_NAME","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_NETWORK_NAME","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_NODES_IN_FD","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_OPERATION_CONTEXT","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_PRIVATE_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_REGISTRY_CHECKPOINTS","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_REQUIRED_DEPENDENCIES","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_RESOURCE_TYPE","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_RO_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_RO_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_GET_STATE_CHANGE_TIME","features":[470]},{"name":"CLUSCTL_RESOURCE_INITIALIZE","features":[470]},{"name":"CLUSCTL_RESOURCE_INSTALL_NODE","features":[470]},{"name":"CLUSCTL_RESOURCE_IPADDRESS_RELEASE_LEASE","features":[470]},{"name":"CLUSCTL_RESOURCE_IPADDRESS_RENEW_LEASE","features":[470]},{"name":"CLUSCTL_RESOURCE_IS_QUORUM_BLOCKED","features":[470]},{"name":"CLUSCTL_RESOURCE_JOINING_GROUP","features":[470]},{"name":"CLUSCTL_RESOURCE_LEAVING_GROUP","features":[470]},{"name":"CLUSCTL_RESOURCE_NETNAME_CREDS_NOTIFYCAM","features":[470]},{"name":"CLUSCTL_RESOURCE_NETNAME_DELETE_CO","features":[470]},{"name":"CLUSCTL_RESOURCE_NETNAME_GET_VIRTUAL_SERVER_TOKEN","features":[470]},{"name":"CLUSCTL_RESOURCE_NETNAME_REGISTER_DNS_RECORDS","features":[470]},{"name":"CLUSCTL_RESOURCE_NETNAME_REPAIR_VCO","features":[470]},{"name":"CLUSCTL_RESOURCE_NETNAME_RESET_VCO","features":[470]},{"name":"CLUSCTL_RESOURCE_NETNAME_SET_PWD_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_NETNAME_SET_PWD_INFOEX","features":[470]},{"name":"CLUSCTL_RESOURCE_NETNAME_VALIDATE_VCO","features":[470]},{"name":"CLUSCTL_RESOURCE_NOTIFY_DRAIN_COMPLETE","features":[470]},{"name":"CLUSCTL_RESOURCE_NOTIFY_OWNER_CHANGE","features":[470]},{"name":"CLUSCTL_RESOURCE_NOTIFY_QUORUM_STATUS","features":[470]},{"name":"CLUSCTL_RESOURCE_POOL_GET_DRIVE_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_PREPARE_UPGRADE","features":[470]},{"name":"CLUSCTL_RESOURCE_PROVIDER_STATE_CHANGE","features":[470]},{"name":"CLUSCTL_RESOURCE_QUERY_DELETE","features":[470]},{"name":"CLUSCTL_RESOURCE_QUERY_MAINTENANCE_MODE","features":[470]},{"name":"CLUSCTL_RESOURCE_REMOVE_DEPENDENCY","features":[470]},{"name":"CLUSCTL_RESOURCE_REMOVE_OWNER","features":[470]},{"name":"CLUSCTL_RESOURCE_RLUA_GET_VIRTUAL_SERVER_TOKEN","features":[470]},{"name":"CLUSCTL_RESOURCE_RLUA_SET_PWD_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_RLUA_SET_PWD_INFOEX","features":[470]},{"name":"CLUSCTL_RESOURCE_RW_MODIFY_NOOP","features":[470]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_COMMAND","features":[470]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_CONTROL","features":[470]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_GET_CLUSTERS","features":[470]},{"name":"CLUSCTL_RESOURCE_SET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_SET_CSV_MAINTENANCE_MODE","features":[470]},{"name":"CLUSCTL_RESOURCE_SET_INFRASTRUCTURE_SOFS_BUFFER","features":[470]},{"name":"CLUSCTL_RESOURCE_SET_MAINTENANCE_MODE","features":[470]},{"name":"CLUSCTL_RESOURCE_SET_NAME","features":[470]},{"name":"CLUSCTL_RESOURCE_SET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_SET_SHARED_VOLUME_BACKUP_MODE","features":[470]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON","features":[470]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON_STRUCT","features":[470]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON_VERSION_1","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DIRTY","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISKID","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO_EX","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO_EX2","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_NUMBER_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_MOUNTPOINTS","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_PARTITION_NAMES","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_STATES","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_IS_PATH_VALID","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_IS_SHARED_VOLUME","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_RENAME_SHARED_VOLUME","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[470]},{"name":"CLUSCTL_RESOURCE_STORAGE_SET_DRIVELETTER","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_CHECK_DRAIN_VETO","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_CLUSTER_VERSION_CHANGED","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_CODES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_ENUM_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_ENUM_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_EVICT_NODE","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_FIXUP_ON_UPGRADE","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_APP_VALIDATE_DIRECTORY","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_APP_VALIDATE_PATH","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_SCRIPT_VALIDATE_PATH","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_ARB_TIMEOUT","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CHARACTERISTICS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CLASS_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_RESOURCE_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CRYPTO_CHECKPOINTS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_FLAGS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_RESOURCE_PROPERTY_FMTS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_REGISTRY_CHECKPOINTS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_REQUIRED_DEPENDENCIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_RO_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_RO_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_HOLD_IO","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_INSTALL_NODE","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_NETNAME_GET_OU_FOR_VCO","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_NETNAME_VALIDATE_NETNAME","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_NOTIFY_DRAIN_COMPLETE","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_NOTIFY_MONITOR_SHUTTING_DOWN","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_PREPARE_UPGRADE","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_QUERY_DELETE","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_ADD_REPLICATION_GROUP","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_LOGDISKS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_SOURCE_DATADISKS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_TARGET_DATADISKS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_LOG_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_LOG_VOLUME","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICATED_DISKS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICATED_PARTITION_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICA_VOLUMES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_RESOURCE_GROUP","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_RESUME_IO","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_SET_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_SET_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STARTING_PHASE1","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STARTING_PHASE2","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_ADD_VOLUME_INFO","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_FILTER_BY_POOL","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_INCLUDE_NON_SHARED_DISKS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_INPUT","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_INT","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_DISKID","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_DRIVELETTERS","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_RESOURCEID","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_IS_CLUSTERABLE","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_IS_CSV_FILE","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_REMAP_DRIVELETTER","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_REMOVE_VM_OWNERSHIP","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_SYNC_CLUSDISK_DB","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_UNKNOWN","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_UPGRADE_COMPLETED","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_VALIDATE_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_VALIDATE_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_TYPE_WITNESS_VALIDATE_PATH","features":[470]},{"name":"CLUSCTL_RESOURCE_UNDELETE","features":[470]},{"name":"CLUSCTL_RESOURCE_UNKNOWN","features":[470]},{"name":"CLUSCTL_RESOURCE_UPGRADE_COMPLETED","features":[470]},{"name":"CLUSCTL_RESOURCE_UPGRADE_DLL","features":[470]},{"name":"CLUSCTL_RESOURCE_VALIDATE_CHANGE_GROUP","features":[470]},{"name":"CLUSCTL_RESOURCE_VALIDATE_COMMON_PROPERTIES","features":[470]},{"name":"CLUSCTL_RESOURCE_VALIDATE_PRIVATE_PROPERTIES","features":[470]},{"name":"CLUSGROUPSET_STATUS_APPLICATION_READY","features":[470]},{"name":"CLUSGROUPSET_STATUS_GROUPS_ONLINE","features":[470]},{"name":"CLUSGROUPSET_STATUS_GROUPS_PENDING","features":[470]},{"name":"CLUSGROUPSET_STATUS_OS_HEARTBEAT","features":[470]},{"name":"CLUSGROUP_TYPE","features":[470]},{"name":"CLUSGRP_STATUS_APPLICATION_READY","features":[470]},{"name":"CLUSGRP_STATUS_EMBEDDED_FAILURE","features":[470]},{"name":"CLUSGRP_STATUS_LOCKED_MODE","features":[470]},{"name":"CLUSGRP_STATUS_NETWORK_FAILURE","features":[470]},{"name":"CLUSGRP_STATUS_OFFLINE_DUE_TO_ANTIAFFINITY_CONFLICT","features":[470]},{"name":"CLUSGRP_STATUS_OFFLINE_NOT_LOCAL_DISK_OWNER","features":[470]},{"name":"CLUSGRP_STATUS_OS_HEARTBEAT","features":[470]},{"name":"CLUSGRP_STATUS_PHYSICAL_RESOURCES_LACKING","features":[470]},{"name":"CLUSGRP_STATUS_PREEMPTED","features":[470]},{"name":"CLUSGRP_STATUS_UNMONITORED","features":[470]},{"name":"CLUSGRP_STATUS_WAITING_FOR_DEPENDENCIES","features":[470]},{"name":"CLUSGRP_STATUS_WAITING_IN_QUEUE_FOR_MOVE","features":[470]},{"name":"CLUSGRP_STATUS_WAITING_TO_START","features":[470]},{"name":"CLUSPROP_BINARY","features":[470]},{"name":"CLUSPROP_BUFFER_HELPER","features":[307,470,310]},{"name":"CLUSPROP_DWORD","features":[470]},{"name":"CLUSPROP_FILETIME","features":[307,470]},{"name":"CLUSPROP_FORMAT_BINARY","features":[470]},{"name":"CLUSPROP_FORMAT_DWORD","features":[470]},{"name":"CLUSPROP_FORMAT_EXPANDED_SZ","features":[470]},{"name":"CLUSPROP_FORMAT_EXPAND_SZ","features":[470]},{"name":"CLUSPROP_FORMAT_FILETIME","features":[470]},{"name":"CLUSPROP_FORMAT_LARGE_INTEGER","features":[470]},{"name":"CLUSPROP_FORMAT_LONG","features":[470]},{"name":"CLUSPROP_FORMAT_MULTI_SZ","features":[470]},{"name":"CLUSPROP_FORMAT_PROPERTY_LIST","features":[470]},{"name":"CLUSPROP_FORMAT_SECURITY_DESCRIPTOR","features":[470]},{"name":"CLUSPROP_FORMAT_SZ","features":[470]},{"name":"CLUSPROP_FORMAT_ULARGE_INTEGER","features":[470]},{"name":"CLUSPROP_FORMAT_UNKNOWN","features":[470]},{"name":"CLUSPROP_FORMAT_USER","features":[470]},{"name":"CLUSPROP_FORMAT_VALUE_LIST","features":[470]},{"name":"CLUSPROP_FORMAT_WORD","features":[470]},{"name":"CLUSPROP_FTSET_INFO","features":[470]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS","features":[470]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_DISABLED","features":[470]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_ENABLED","features":[470]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_TRACK_NIC","features":[470]},{"name":"CLUSPROP_LARGE_INTEGER","features":[470]},{"name":"CLUSPROP_LIST","features":[470]},{"name":"CLUSPROP_LONG","features":[470]},{"name":"CLUSPROP_PARTITION_INFO","features":[470]},{"name":"CLUSPROP_PARTITION_INFO_EX","features":[470]},{"name":"CLUSPROP_PARTITION_INFO_EX2","features":[470]},{"name":"CLUSPROP_PIFLAGS","features":[470]},{"name":"CLUSPROP_PIFLAG_DEFAULT_QUORUM","features":[470]},{"name":"CLUSPROP_PIFLAG_ENCRYPTION_ENABLED","features":[470]},{"name":"CLUSPROP_PIFLAG_RAW","features":[470]},{"name":"CLUSPROP_PIFLAG_REMOVABLE","features":[470]},{"name":"CLUSPROP_PIFLAG_STICKY","features":[470]},{"name":"CLUSPROP_PIFLAG_UNKNOWN","features":[470]},{"name":"CLUSPROP_PIFLAG_USABLE","features":[470]},{"name":"CLUSPROP_PIFLAG_USABLE_FOR_CSV","features":[470]},{"name":"CLUSPROP_REQUIRED_DEPENDENCY","features":[470]},{"name":"CLUSPROP_RESOURCE_CLASS","features":[470]},{"name":"CLUSPROP_RESOURCE_CLASS_INFO","features":[470]},{"name":"CLUSPROP_SCSI_ADDRESS","features":[470]},{"name":"CLUSPROP_SECURITY_DESCRIPTOR","features":[470,310]},{"name":"CLUSPROP_SYNTAX","features":[470]},{"name":"CLUSPROP_SYNTAX_DISK_GUID","features":[470]},{"name":"CLUSPROP_SYNTAX_DISK_NUMBER","features":[470]},{"name":"CLUSPROP_SYNTAX_DISK_SERIALNUMBER","features":[470]},{"name":"CLUSPROP_SYNTAX_DISK_SIGNATURE","features":[470]},{"name":"CLUSPROP_SYNTAX_DISK_SIZE","features":[470]},{"name":"CLUSPROP_SYNTAX_ENDMARK","features":[470]},{"name":"CLUSPROP_SYNTAX_FTSET_INFO","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_BINARY","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_DWORD","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_EXPANDED_SZ","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_EXPAND_SZ","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_FILETIME","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_LARGE_INTEGER","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_LONG","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_MULTI_SZ","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_PROPERTY_LIST","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_SECURITY_DESCRIPTOR","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_SZ","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_ULARGE_INTEGER","features":[470]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_WORD","features":[470]},{"name":"CLUSPROP_SYNTAX_NAME","features":[470]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO","features":[470]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO_EX","features":[470]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO_EX2","features":[470]},{"name":"CLUSPROP_SYNTAX_RESCLASS","features":[470]},{"name":"CLUSPROP_SYNTAX_SCSI_ADDRESS","features":[470]},{"name":"CLUSPROP_SYNTAX_STORAGE_DEVICE_ID_DESCRIPTOR","features":[470]},{"name":"CLUSPROP_SZ","features":[470]},{"name":"CLUSPROP_TYPE_DISK_GUID","features":[470]},{"name":"CLUSPROP_TYPE_DISK_NUMBER","features":[470]},{"name":"CLUSPROP_TYPE_DISK_SERIALNUMBER","features":[470]},{"name":"CLUSPROP_TYPE_DISK_SIZE","features":[470]},{"name":"CLUSPROP_TYPE_ENDMARK","features":[470]},{"name":"CLUSPROP_TYPE_FTSET_INFO","features":[470]},{"name":"CLUSPROP_TYPE_LIST_VALUE","features":[470]},{"name":"CLUSPROP_TYPE_NAME","features":[470]},{"name":"CLUSPROP_TYPE_PARTITION_INFO","features":[470]},{"name":"CLUSPROP_TYPE_PARTITION_INFO_EX","features":[470]},{"name":"CLUSPROP_TYPE_PARTITION_INFO_EX2","features":[470]},{"name":"CLUSPROP_TYPE_RESCLASS","features":[470]},{"name":"CLUSPROP_TYPE_RESERVED1","features":[470]},{"name":"CLUSPROP_TYPE_SCSI_ADDRESS","features":[470]},{"name":"CLUSPROP_TYPE_SIGNATURE","features":[470]},{"name":"CLUSPROP_TYPE_STORAGE_DEVICE_ID_DESCRIPTOR","features":[470]},{"name":"CLUSPROP_TYPE_UNKNOWN","features":[470]},{"name":"CLUSPROP_TYPE_USER","features":[470]},{"name":"CLUSPROP_ULARGE_INTEGER","features":[470]},{"name":"CLUSPROP_VALUE","features":[470]},{"name":"CLUSPROP_WORD","features":[470]},{"name":"CLUSREG_COMMAND_NONE","features":[470]},{"name":"CLUSREG_CONDITION_EXISTS","features":[470]},{"name":"CLUSREG_CONDITION_IS_EQUAL","features":[470]},{"name":"CLUSREG_CONDITION_IS_GREATER_THAN","features":[470]},{"name":"CLUSREG_CONDITION_IS_LESS_THAN","features":[470]},{"name":"CLUSREG_CONDITION_IS_NOT_EQUAL","features":[470]},{"name":"CLUSREG_CONDITION_KEY_EXISTS","features":[470]},{"name":"CLUSREG_CONDITION_KEY_NOT_EXISTS","features":[470]},{"name":"CLUSREG_CONDITION_NOT_EXISTS","features":[470]},{"name":"CLUSREG_CONTROL_COMMAND","features":[470]},{"name":"CLUSREG_CREATE_KEY","features":[470]},{"name":"CLUSREG_DATABASE_ISOLATE_READ","features":[470]},{"name":"CLUSREG_DATABASE_SYNC_WRITE_TO_ALL_NODES","features":[470]},{"name":"CLUSREG_DELETE_KEY","features":[470]},{"name":"CLUSREG_DELETE_VALUE","features":[470]},{"name":"CLUSREG_KEYNAME_OBJECTGUIDS","features":[470]},{"name":"CLUSREG_LAST_COMMAND","features":[470]},{"name":"CLUSREG_NAME_AFFINITYRULE_ENABLED","features":[470]},{"name":"CLUSREG_NAME_AFFINITYRULE_GROUPS","features":[470]},{"name":"CLUSREG_NAME_AFFINITYRULE_NAME","features":[470]},{"name":"CLUSREG_NAME_AFFINITYRULE_TYPE","features":[470]},{"name":"CLUSREG_NAME_CLOUDWITNESS_ACCOUNT_NAME","features":[470]},{"name":"CLUSREG_NAME_CLOUDWITNESS_CONTAINER_NAME","features":[470]},{"name":"CLUSREG_NAME_CLOUDWITNESS_ENDPOINT_INFO","features":[470]},{"name":"CLUSREG_NAME_CLOUDWITNESS_PRIMARY_KEY","features":[470]},{"name":"CLUSREG_NAME_CLOUDWITNESS_PRIMARY_TOKEN","features":[470]},{"name":"CLUSREG_NAME_CLUS_DEFAULT_NETWORK_ROLE","features":[470]},{"name":"CLUSREG_NAME_CLUS_DESC","features":[470]},{"name":"CLUSREG_NAME_CLUS_SD","features":[470]},{"name":"CLUSREG_NAME_CROSS_SITE_DELAY","features":[470]},{"name":"CLUSREG_NAME_CROSS_SITE_THRESHOLD","features":[470]},{"name":"CLUSREG_NAME_CROSS_SUBNET_DELAY","features":[470]},{"name":"CLUSREG_NAME_CROSS_SUBNET_THRESHOLD","features":[470]},{"name":"CLUSREG_NAME_CSV_BLOCK_CACHE","features":[470]},{"name":"CLUSREG_NAME_CSV_MDS_SD","features":[470]},{"name":"CLUSREG_NAME_DATABASE_READ_WRITE_MODE","features":[470]},{"name":"CLUSREG_NAME_DDA_DEVICE_ALLOCATIONS","features":[470]},{"name":"CLUSREG_NAME_DHCP_BACKUP_PATH","features":[470]},{"name":"CLUSREG_NAME_DHCP_DATABASE_PATH","features":[470]},{"name":"CLUSREG_NAME_DRAIN_ON_SHUTDOWN","features":[470]},{"name":"CLUSREG_NAME_ENABLED_EVENT_LOGS","features":[470]},{"name":"CLUSREG_NAME_FAILOVER_MOVE_MIGRATION_TYPE","features":[470]},{"name":"CLUSREG_NAME_FILESHR_CA_TIMEOUT","features":[470]},{"name":"CLUSREG_NAME_FILESHR_HIDE_SUBDIR_SHARES","features":[470]},{"name":"CLUSREG_NAME_FILESHR_IS_DFS_ROOT","features":[470]},{"name":"CLUSREG_NAME_FILESHR_MAX_USERS","features":[470]},{"name":"CLUSREG_NAME_FILESHR_PATH","features":[470]},{"name":"CLUSREG_NAME_FILESHR_QOS_FLOWSCOPE","features":[470]},{"name":"CLUSREG_NAME_FILESHR_QOS_POLICYID","features":[470]},{"name":"CLUSREG_NAME_FILESHR_REMARK","features":[470]},{"name":"CLUSREG_NAME_FILESHR_SD","features":[470]},{"name":"CLUSREG_NAME_FILESHR_SERVER_NAME","features":[470]},{"name":"CLUSREG_NAME_FILESHR_SHARE_FLAGS","features":[470]},{"name":"CLUSREG_NAME_FILESHR_SHARE_NAME","features":[470]},{"name":"CLUSREG_NAME_FILESHR_SHARE_SUBDIRS","features":[470]},{"name":"CLUSREG_NAME_FIXQUORUM","features":[470]},{"name":"CLUSREG_NAME_FSWITNESS_ARB_DELAY","features":[470]},{"name":"CLUSREG_NAME_FSWITNESS_IMPERSONATE_CNO","features":[470]},{"name":"CLUSREG_NAME_FSWITNESS_SHARE_PATH","features":[470]},{"name":"CLUSREG_NAME_FUNCTIONAL_LEVEL","features":[470]},{"name":"CLUSREG_NAME_GENAPP_COMMAND_LINE","features":[470]},{"name":"CLUSREG_NAME_GENAPP_CURRENT_DIRECTORY","features":[470]},{"name":"CLUSREG_NAME_GENAPP_USE_NETWORK_NAME","features":[470]},{"name":"CLUSREG_NAME_GENSCRIPT_SCRIPT_FILEPATH","features":[470]},{"name":"CLUSREG_NAME_GENSVC_SERVICE_NAME","features":[470]},{"name":"CLUSREG_NAME_GENSVC_STARTUP_PARAMS","features":[470]},{"name":"CLUSREG_NAME_GENSVC_USE_NETWORK_NAME","features":[470]},{"name":"CLUSREG_NAME_GPUP_DEVICE_ALLOCATIONS","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_AVAILABILITY_SET_INDEX_TO_NODE_MAPPING","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_FAULT_DOMAINS","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_IS_AVAILABILITY_SET","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_IS_GLOBAL","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_NAME","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_RESERVE_NODE","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_COUNT","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_DELAY","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_SETTING","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_STATUS_INFORMATION","features":[470]},{"name":"CLUSREG_NAME_GROUPSET_UPDATE_DOMAINS","features":[470]},{"name":"CLUSREG_NAME_GROUP_DEPENDENCY_TIMEOUT","features":[470]},{"name":"CLUSREG_NAME_GRP_ANTI_AFFINITY_CLASS_NAME","features":[470]},{"name":"CLUSREG_NAME_GRP_CCF_EPOCH","features":[470]},{"name":"CLUSREG_NAME_GRP_CCF_EPOCH_HIGH","features":[470]},{"name":"CLUSREG_NAME_GRP_COLD_START_SETTING","features":[470]},{"name":"CLUSREG_NAME_GRP_DEFAULT_OWNER","features":[470]},{"name":"CLUSREG_NAME_GRP_DESC","features":[470]},{"name":"CLUSREG_NAME_GRP_FAILBACK_TYPE","features":[470]},{"name":"CLUSREG_NAME_GRP_FAILBACK_WIN_END","features":[470]},{"name":"CLUSREG_NAME_GRP_FAILBACK_WIN_START","features":[470]},{"name":"CLUSREG_NAME_GRP_FAILOVER_PERIOD","features":[470]},{"name":"CLUSREG_NAME_GRP_FAILOVER_THRESHOLD","features":[470]},{"name":"CLUSREG_NAME_GRP_FAULT_DOMAIN","features":[470]},{"name":"CLUSREG_NAME_GRP_LOCK_MOVE","features":[470]},{"name":"CLUSREG_NAME_GRP_NAME","features":[470]},{"name":"CLUSREG_NAME_GRP_PERSISTENT_STATE","features":[470]},{"name":"CLUSREG_NAME_GRP_PLACEMENT_OPTIONS","features":[470]},{"name":"CLUSREG_NAME_GRP_PREFERRED_SITE","features":[470]},{"name":"CLUSREG_NAME_GRP_PRIORITY","features":[470]},{"name":"CLUSREG_NAME_GRP_RESILIENCY_PERIOD","features":[470]},{"name":"CLUSREG_NAME_GRP_START_DELAY","features":[470]},{"name":"CLUSREG_NAME_GRP_STATUS_INFORMATION","features":[470]},{"name":"CLUSREG_NAME_GRP_TYPE","features":[470]},{"name":"CLUSREG_NAME_GRP_UPDATE_DOMAIN","features":[470]},{"name":"CLUSREG_NAME_IGNORE_PERSISTENT_STATE","features":[470]},{"name":"CLUSREG_NAME_IPADDR_ADDRESS","features":[470]},{"name":"CLUSREG_NAME_IPADDR_DHCP_ADDRESS","features":[470]},{"name":"CLUSREG_NAME_IPADDR_DHCP_SERVER","features":[470]},{"name":"CLUSREG_NAME_IPADDR_DHCP_SUBNET_MASK","features":[470]},{"name":"CLUSREG_NAME_IPADDR_ENABLE_DHCP","features":[470]},{"name":"CLUSREG_NAME_IPADDR_ENABLE_NETBIOS","features":[470]},{"name":"CLUSREG_NAME_IPADDR_LEASE_OBTAINED_TIME","features":[470]},{"name":"CLUSREG_NAME_IPADDR_LEASE_TERMINATES_TIME","features":[470]},{"name":"CLUSREG_NAME_IPADDR_NETWORK","features":[470]},{"name":"CLUSREG_NAME_IPADDR_OVERRIDE_ADDRMATCH","features":[470]},{"name":"CLUSREG_NAME_IPADDR_PROBE_FAILURE_THRESHOLD","features":[470]},{"name":"CLUSREG_NAME_IPADDR_PROBE_PORT","features":[470]},{"name":"CLUSREG_NAME_IPADDR_SHARED_NETNAME","features":[470]},{"name":"CLUSREG_NAME_IPADDR_SUBNET_MASK","features":[470]},{"name":"CLUSREG_NAME_IPADDR_T1","features":[470]},{"name":"CLUSREG_NAME_IPADDR_T2","features":[470]},{"name":"CLUSREG_NAME_IPV6_NATIVE_ADDRESS","features":[470]},{"name":"CLUSREG_NAME_IPV6_NATIVE_NETWORK","features":[470]},{"name":"CLUSREG_NAME_IPV6_NATIVE_PREFIX_LENGTH","features":[470]},{"name":"CLUSREG_NAME_IPV6_TUNNEL_ADDRESS","features":[470]},{"name":"CLUSREG_NAME_IPV6_TUNNEL_TUNNELTYPE","features":[470]},{"name":"CLUSREG_NAME_LAST_RECENT_EVENTS_RESET_TIME","features":[470]},{"name":"CLUSREG_NAME_LOG_FILE_PATH","features":[470]},{"name":"CLUSREG_NAME_MESSAGE_BUFFER_LENGTH","features":[470]},{"name":"CLUSREG_NAME_MIXED_MODE","features":[470]},{"name":"CLUSREG_NAME_NETFT_IPSEC_ENABLED","features":[470]},{"name":"CLUSREG_NAME_NETIFACE_ADAPTER_ID","features":[470]},{"name":"CLUSREG_NAME_NETIFACE_ADAPTER_NAME","features":[470]},{"name":"CLUSREG_NAME_NETIFACE_ADDRESS","features":[470]},{"name":"CLUSREG_NAME_NETIFACE_DESC","features":[470]},{"name":"CLUSREG_NAME_NETIFACE_DHCP_ENABLED","features":[470]},{"name":"CLUSREG_NAME_NETIFACE_IPV4_ADDRESSES","features":[470]},{"name":"CLUSREG_NAME_NETIFACE_IPV6_ADDRESSES","features":[470]},{"name":"CLUSREG_NAME_NETIFACE_NAME","features":[470]},{"name":"CLUSREG_NAME_NETIFACE_NETWORK","features":[470]},{"name":"CLUSREG_NAME_NETIFACE_NODE","features":[470]},{"name":"CLUSREG_NAME_NETNAME_AD_AWARE","features":[470]},{"name":"CLUSREG_NAME_NETNAME_ALIASES","features":[470]},{"name":"CLUSREG_NAME_NETNAME_CONTAINERGUID","features":[470]},{"name":"CLUSREG_NAME_NETNAME_CREATING_DC","features":[470]},{"name":"CLUSREG_NAME_NETNAME_DNN_DISABLE_CLONES","features":[470]},{"name":"CLUSREG_NAME_NETNAME_DNS_NAME","features":[470]},{"name":"CLUSREG_NAME_NETNAME_DNS_SUFFIX","features":[470]},{"name":"CLUSREG_NAME_NETNAME_EXCLUDE_NETWORKS","features":[470]},{"name":"CLUSREG_NAME_NETNAME_HOST_TTL","features":[470]},{"name":"CLUSREG_NAME_NETNAME_IN_USE_NETWORKS","features":[470]},{"name":"CLUSREG_NAME_NETNAME_LAST_DNS_UPDATE","features":[470]},{"name":"CLUSREG_NAME_NETNAME_NAME","features":[470]},{"name":"CLUSREG_NAME_NETNAME_OBJECT_ID","features":[470]},{"name":"CLUSREG_NAME_NETNAME_PUBLISH_PTR","features":[470]},{"name":"CLUSREG_NAME_NETNAME_REGISTER_ALL_IP","features":[470]},{"name":"CLUSREG_NAME_NETNAME_REMAP_PIPE_NAMES","features":[470]},{"name":"CLUSREG_NAME_NETNAME_REMOVEVCO_ONDELETE","features":[470]},{"name":"CLUSREG_NAME_NETNAME_RESOURCE_DATA","features":[470]},{"name":"CLUSREG_NAME_NETNAME_STATUS_DNS","features":[470]},{"name":"CLUSREG_NAME_NETNAME_STATUS_KERBEROS","features":[470]},{"name":"CLUSREG_NAME_NETNAME_STATUS_NETBIOS","features":[470]},{"name":"CLUSREG_NAME_NETNAME_VCO_CONTAINER","features":[470]},{"name":"CLUSREG_NAME_NET_ADDRESS","features":[470]},{"name":"CLUSREG_NAME_NET_ADDRESS_MASK","features":[470]},{"name":"CLUSREG_NAME_NET_AUTOMETRIC","features":[470]},{"name":"CLUSREG_NAME_NET_DESC","features":[470]},{"name":"CLUSREG_NAME_NET_IPV4_ADDRESSES","features":[470]},{"name":"CLUSREG_NAME_NET_IPV4_PREFIXLENGTHS","features":[470]},{"name":"CLUSREG_NAME_NET_IPV6_ADDRESSES","features":[470]},{"name":"CLUSREG_NAME_NET_IPV6_PREFIXLENGTHS","features":[470]},{"name":"CLUSREG_NAME_NET_METRIC","features":[470]},{"name":"CLUSREG_NAME_NET_NAME","features":[470]},{"name":"CLUSREG_NAME_NET_RDMA_CAPABLE","features":[470]},{"name":"CLUSREG_NAME_NET_ROLE","features":[470]},{"name":"CLUSREG_NAME_NET_RSS_CAPABLE","features":[470]},{"name":"CLUSREG_NAME_NET_SPEED","features":[470]},{"name":"CLUSREG_NAME_NODE_BUILD_NUMBER","features":[470]},{"name":"CLUSREG_NAME_NODE_CSDVERSION","features":[470]},{"name":"CLUSREG_NAME_NODE_DESC","features":[470]},{"name":"CLUSREG_NAME_NODE_DRAIN_STATUS","features":[470]},{"name":"CLUSREG_NAME_NODE_DRAIN_TARGET","features":[470]},{"name":"CLUSREG_NAME_NODE_DYNAMIC_WEIGHT","features":[470]},{"name":"CLUSREG_NAME_NODE_FAULT_DOMAIN","features":[470]},{"name":"CLUSREG_NAME_NODE_FDID","features":[470]},{"name":"CLUSREG_NAME_NODE_HIGHEST_VERSION","features":[470]},{"name":"CLUSREG_NAME_NODE_IS_PRIMARY","features":[470]},{"name":"CLUSREG_NAME_NODE_LOWEST_VERSION","features":[470]},{"name":"CLUSREG_NAME_NODE_MAJOR_VERSION","features":[470]},{"name":"CLUSREG_NAME_NODE_MANUFACTURER","features":[470]},{"name":"CLUSREG_NAME_NODE_MINOR_VERSION","features":[470]},{"name":"CLUSREG_NAME_NODE_MODEL","features":[470]},{"name":"CLUSREG_NAME_NODE_NAME","features":[470]},{"name":"CLUSREG_NAME_NODE_NEEDS_PQ","features":[470]},{"name":"CLUSREG_NAME_NODE_SERIALNUMBER","features":[470]},{"name":"CLUSREG_NAME_NODE_STATUS_INFO","features":[470]},{"name":"CLUSREG_NAME_NODE_UNIQUEID","features":[470]},{"name":"CLUSREG_NAME_NODE_WEIGHT","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_CSVBLOCKCACHE","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_CSVSNAPSHOTAGELIMIT","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_CSVSNAPSHOTDIFFAREASIZE","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_CSVWRITETHROUGH","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKARBINTERVAL","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKARBTYPE","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKGUID","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIDGUID","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIDTYPE","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIODELAY","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKPATH","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRECOVERYACTION","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRELOAD","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRUNCHKDSK","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKSIGNATURE","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKUNIQUEIDS","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_DISKVOLUMEINFO","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_FASTONLINEARBITRATE","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_MAINTMODE","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_MIGRATEFIXUP","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_SPACEIDGUID","features":[470]},{"name":"CLUSREG_NAME_PHYSDISK_VOLSNAPACTIVATETIMEOUT","features":[470]},{"name":"CLUSREG_NAME_PLACEMENT_OPTIONS","features":[470]},{"name":"CLUSREG_NAME_PLUMB_ALL_CROSS_SUBNET_ROUTES","features":[470]},{"name":"CLUSREG_NAME_PREVENTQUORUM","features":[470]},{"name":"CLUSREG_NAME_PRTSPOOL_DEFAULT_SPOOL_DIR","features":[470]},{"name":"CLUSREG_NAME_PRTSPOOL_TIMEOUT","features":[470]},{"name":"CLUSREG_NAME_QUARANTINE_DURATION","features":[470]},{"name":"CLUSREG_NAME_QUARANTINE_THRESHOLD","features":[470]},{"name":"CLUSREG_NAME_QUORUM_ARBITRATION_TIMEOUT","features":[470]},{"name":"CLUSREG_NAME_RESILIENCY_DEFAULT_SECONDS","features":[470]},{"name":"CLUSREG_NAME_RESILIENCY_LEVEL","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_ADMIN_EXTENSIONS","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_DEADLOCK_TIMEOUT","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_DESC","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_DLL_NAME","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_LOG_QUERY","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_POLICY","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_SERVICES","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_ENABLED_EVENT_LOGS","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_IS_ALIVE","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_LOOKS_ALIVE","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_MAX_MONITORS","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_NAME","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_PENDING_TIMEOUT","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_WPR_PROFILES","features":[470]},{"name":"CLUSREG_NAME_RESTYPE_WPR_START_AFTER","features":[470]},{"name":"CLUSREG_NAME_RES_DATA1","features":[470]},{"name":"CLUSREG_NAME_RES_DATA2","features":[470]},{"name":"CLUSREG_NAME_RES_DEADLOCK_TIMEOUT","features":[470]},{"name":"CLUSREG_NAME_RES_DESC","features":[470]},{"name":"CLUSREG_NAME_RES_EMBEDDED_FAILURE_ACTION","features":[470]},{"name":"CLUSREG_NAME_RES_IS_ALIVE","features":[470]},{"name":"CLUSREG_NAME_RES_LAST_OPERATION_STATUS_CODE","features":[470]},{"name":"CLUSREG_NAME_RES_LOOKS_ALIVE","features":[470]},{"name":"CLUSREG_NAME_RES_MONITOR_PID","features":[470]},{"name":"CLUSREG_NAME_RES_NAME","features":[470]},{"name":"CLUSREG_NAME_RES_PENDING_TIMEOUT","features":[470]},{"name":"CLUSREG_NAME_RES_PERSISTENT_STATE","features":[470]},{"name":"CLUSREG_NAME_RES_RESTART_ACTION","features":[470]},{"name":"CLUSREG_NAME_RES_RESTART_DELAY","features":[470]},{"name":"CLUSREG_NAME_RES_RESTART_PERIOD","features":[470]},{"name":"CLUSREG_NAME_RES_RESTART_THRESHOLD","features":[470]},{"name":"CLUSREG_NAME_RES_RETRY_PERIOD_ON_FAILURE","features":[470]},{"name":"CLUSREG_NAME_RES_SEPARATE_MONITOR","features":[470]},{"name":"CLUSREG_NAME_RES_STATUS","features":[470]},{"name":"CLUSREG_NAME_RES_STATUS_INFORMATION","features":[470]},{"name":"CLUSREG_NAME_RES_TYPE","features":[470]},{"name":"CLUSREG_NAME_ROUTE_HISTORY_LENGTH","features":[470]},{"name":"CLUSREG_NAME_SAME_SUBNET_DELAY","features":[470]},{"name":"CLUSREG_NAME_SAME_SUBNET_THRESHOLD","features":[470]},{"name":"CLUSREG_NAME_SHUTDOWN_TIMEOUT_MINUTES","features":[470]},{"name":"CLUSREG_NAME_SOFS_SMBASYMMETRYMODE","features":[470]},{"name":"CLUSREG_NAME_START_MEMORY","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_DESCRIPTION","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_HEALTH","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_NAME","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLARBITRATE","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLCONSUMEDCAPACITY","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLDESC","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLDRIVEIDS","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLHEALTH","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLIDGUID","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLNAME","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLQUORUMSHARE","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLQUORUMUSERACCOUNT","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLREEVALTIMEOUT","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLSTATE","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLTOTALCAPACITY","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_PROVISIONING","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYCOLUMNS","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYINTERLEAVE","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYTYPE","features":[470]},{"name":"CLUSREG_NAME_STORAGESPACE_STATE","features":[470]},{"name":"CLUSREG_NAME_UPGRADE_VERSION","features":[470]},{"name":"CLUSREG_NAME_VIP_ADAPTER_NAME","features":[470]},{"name":"CLUSREG_NAME_VIP_ADDRESS","features":[470]},{"name":"CLUSREG_NAME_VIP_PREFIX_LENGTH","features":[470]},{"name":"CLUSREG_NAME_VIP_RDID","features":[470]},{"name":"CLUSREG_NAME_VIP_VSID","features":[470]},{"name":"CLUSREG_NAME_VIRTUAL_NUMA_COUNT","features":[470]},{"name":"CLUSREG_NAME_VSSTASK_APPNAME","features":[470]},{"name":"CLUSREG_NAME_VSSTASK_APPPARAMS","features":[470]},{"name":"CLUSREG_NAME_VSSTASK_CURRENTDIRECTORY","features":[470]},{"name":"CLUSREG_NAME_VSSTASK_TRIGGERARRAY","features":[470]},{"name":"CLUSREG_NAME_WINS_BACKUP_PATH","features":[470]},{"name":"CLUSREG_NAME_WINS_DATABASE_PATH","features":[470]},{"name":"CLUSREG_NAME_WITNESS_DYNAMIC_WEIGHT","features":[470]},{"name":"CLUSREG_READ_ERROR","features":[470]},{"name":"CLUSREG_READ_KEY","features":[470]},{"name":"CLUSREG_READ_VALUE","features":[470]},{"name":"CLUSREG_SET_KEY_SECURITY","features":[470]},{"name":"CLUSREG_SET_VALUE","features":[470]},{"name":"CLUSREG_VALUE_DELETED","features":[470]},{"name":"CLUSRESDLL_STATUS_DO_NOT_COLLECT_WER_REPORT","features":[470]},{"name":"CLUSRESDLL_STATUS_DUMP_NOW","features":[470]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_MEMORY","features":[470]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_OTHER_RESOURCES","features":[470]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_PROCESSOR","features":[470]},{"name":"CLUSRESDLL_STATUS_INVALID_PARAMETERS","features":[470]},{"name":"CLUSRESDLL_STATUS_NETWORK_NOT_AVAILABLE","features":[470]},{"name":"CLUSRESDLL_STATUS_OFFLINE_BUSY","features":[470]},{"name":"CLUSRESDLL_STATUS_OFFLINE_DESTINATION_REJECTED","features":[470]},{"name":"CLUSRESDLL_STATUS_OFFLINE_DESTINATION_THROTTLED","features":[470]},{"name":"CLUSRESDLL_STATUS_OFFLINE_SOURCE_THROTTLED","features":[470]},{"name":"CLUSRES_DISABLE_WPR_WATCHDOG_FOR_OFFLINE_CALLS","features":[470]},{"name":"CLUSRES_DISABLE_WPR_WATCHDOG_FOR_ONLINE_CALLS","features":[470]},{"name":"CLUSRES_NAME_GET_OPERATION_CONTEXT_FLAGS","features":[470]},{"name":"CLUSRES_STATUS_APPLICATION_READY","features":[470]},{"name":"CLUSRES_STATUS_EMBEDDED_FAILURE","features":[470]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_CPU","features":[470]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_GENERIC_RESOURCES","features":[470]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_MEMORY","features":[470]},{"name":"CLUSRES_STATUS_LOCKED_MODE","features":[470]},{"name":"CLUSRES_STATUS_NETWORK_FAILURE","features":[470]},{"name":"CLUSRES_STATUS_OFFLINE_NOT_LOCAL_DISK_OWNER","features":[470]},{"name":"CLUSRES_STATUS_OS_HEARTBEAT","features":[470]},{"name":"CLUSRES_STATUS_UNMONITORED","features":[470]},{"name":"CLUSTERSET_OBJECT_TYPE","features":[470]},{"name":"CLUSTERSET_OBJECT_TYPE_DATABASE","features":[470]},{"name":"CLUSTERSET_OBJECT_TYPE_MEMBER","features":[470]},{"name":"CLUSTERSET_OBJECT_TYPE_NONE","features":[470]},{"name":"CLUSTERSET_OBJECT_TYPE_WORKLOAD","features":[470]},{"name":"CLUSTERVERSIONINFO","features":[470]},{"name":"CLUSTERVERSIONINFO_NT4","features":[470]},{"name":"CLUSTER_ADD_EVICT_DELAY","features":[470]},{"name":"CLUSTER_AVAILABILITY_SET_CONFIG","features":[307,470]},{"name":"CLUSTER_AVAILABILITY_SET_CONFIG_V1","features":[470]},{"name":"CLUSTER_BATCH_COMMAND","features":[470]},{"name":"CLUSTER_CHANGE","features":[470]},{"name":"CLUSTER_CHANGE_ALL","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_COMMON_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_GROUP_ADDED_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_HANDLE_CLOSE_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_LOST_NOTIFICATIONS_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_MEMBERSHIP_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_NETWORK_ADDED_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_NODE_ADDED_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_PRIVATE_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_PROPERTY","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_RECONNECT","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_RECONNECT_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_RENAME_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_RESOURCE_TYPE_ADDED_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_STATE","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_STATE_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_UPGRADED_V2","features":[470]},{"name":"CLUSTER_CHANGE_CLUSTER_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_COMMON_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_DELETED_v2","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_DEPENDENCIES_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_DEPENDENTS_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_GROUP_ADDED","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_GROUP_REMOVED","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_HANDLE_CLOSE_v2","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_PRIVATE_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_STATE_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUPSET_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_ADDED","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_COMMON_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_DELETED","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_DELETED_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_HANDLE_CLOSE_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_OWNER_NODE_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_PREFERRED_OWNERS_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_PRIVATE_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_PROPERTY","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_ADDED_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_GAINED_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_LOST_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_STATE","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_STATE_V2","features":[470]},{"name":"CLUSTER_CHANGE_GROUP_V2","features":[470]},{"name":"CLUSTER_CHANGE_HANDLE_CLOSE","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_ADDED","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_COMMON_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_DELETED","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_DELETED_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_HANDLE_CLOSE_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_PRIVATE_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_PROPERTY","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_STATE","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_STATE_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETINTERFACE_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_ADDED","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_COMMON_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_DELETED","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_DELETED_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_HANDLE_CLOSE_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_PRIVATE_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_PROPERTY","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_STATE","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_STATE_V2","features":[470]},{"name":"CLUSTER_CHANGE_NETWORK_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_ADDED","features":[470]},{"name":"CLUSTER_CHANGE_NODE_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_COMMON_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_DELETED","features":[470]},{"name":"CLUSTER_CHANGE_NODE_DELETED_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_GROUP_GAINED_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_GROUP_LOST_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_HANDLE_CLOSE_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_NETINTERFACE_ADDED_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_PRIVATE_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_PROPERTY","features":[470]},{"name":"CLUSTER_CHANGE_NODE_STATE","features":[470]},{"name":"CLUSTER_CHANGE_NODE_STATE_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2","features":[470]},{"name":"CLUSTER_CHANGE_NODE_V2","features":[470]},{"name":"CLUSTER_CHANGE_QUORUM_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_QUORUM_STATE","features":[470]},{"name":"CLUSTER_CHANGE_QUORUM_STATE_V2","features":[470]},{"name":"CLUSTER_CHANGE_QUORUM_V2","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_ATTRIBUTES","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_ATTRIBUTES_V2","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_HANDLE_CLOSE_V2","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_NAME","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_NAME_V2","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_SUBTREE","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_SUBTREE_V2","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_V2","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_VALUE","features":[470]},{"name":"CLUSTER_CHANGE_REGISTRY_VALUE_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_ADDED","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_COMMON_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_DELETED","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_DELETED_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_DEPENDENCIES_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_DEPENDENTS_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_DLL_UPGRADED_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_HANDLE_CLOSE_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_OWNER_GROUP_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_POSSIBLE_OWNERS_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_PRIVATE_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_PROPERTY","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_STATE","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_STATE_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TERMINAL_STATE_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_ADDED","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_COMMON_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DELETED","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DELETED_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DLL_UPGRADED_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_POSSIBLE_OWNERS_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_PRIVATE_PROPERTY_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_PROPERTY","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_V2","features":[470]},{"name":"CLUSTER_CHANGE_RESOURCE_V2","features":[470]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_ADDED_V2","features":[470]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_ALL_V2","features":[470]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_REMOVED_V2","features":[470]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_STATE_V2","features":[470]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_V2","features":[470]},{"name":"CLUSTER_CHANGE_SPACEPORT_CUSTOM_PNP_V2","features":[470]},{"name":"CLUSTER_CHANGE_SPACEPORT_V2","features":[470]},{"name":"CLUSTER_CHANGE_UPGRADE_ALL","features":[470]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_COMMIT","features":[470]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT","features":[470]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_PREPARE","features":[470]},{"name":"CLUSTER_CLOUD_TYPE","features":[470]},{"name":"CLUSTER_CLOUD_TYPE_AZURE","features":[470]},{"name":"CLUSTER_CLOUD_TYPE_MIXED","features":[470]},{"name":"CLUSTER_CLOUD_TYPE_NONE","features":[470]},{"name":"CLUSTER_CLOUD_TYPE_UNKNOWN","features":[470]},{"name":"CLUSTER_CONFIGURED","features":[470]},{"name":"CLUSTER_CONTROL_OBJECT","features":[470]},{"name":"CLUSTER_CREATE_GROUP_INFO","features":[470]},{"name":"CLUSTER_CREATE_GROUP_INFO_VERSION","features":[470]},{"name":"CLUSTER_CREATE_GROUP_INFO_VERSION_1","features":[470]},{"name":"CLUSTER_CSA_VSS_STATE","features":[470]},{"name":"CLUSTER_CSV_COMPATIBLE_FILTERS","features":[470]},{"name":"CLUSTER_CSV_INCOMPATIBLE_FILTERS","features":[470]},{"name":"CLUSTER_CSV_VOLUME_FAULT_STATE","features":[470]},{"name":"CLUSTER_DELETE_ACCESS_CONTROL_ENTRY","features":[470]},{"name":"CLUSTER_ENFORCED_ANTIAFFINITY","features":[470]},{"name":"CLUSTER_ENUM","features":[470]},{"name":"CLUSTER_ENUM_ALL","features":[470]},{"name":"CLUSTER_ENUM_GROUP","features":[470]},{"name":"CLUSTER_ENUM_INTERNAL_NETWORK","features":[470]},{"name":"CLUSTER_ENUM_ITEM","features":[470]},{"name":"CLUSTER_ENUM_ITEM_VERSION","features":[470]},{"name":"CLUSTER_ENUM_ITEM_VERSION_1","features":[470]},{"name":"CLUSTER_ENUM_NETINTERFACE","features":[470]},{"name":"CLUSTER_ENUM_NETWORK","features":[470]},{"name":"CLUSTER_ENUM_NODE","features":[470]},{"name":"CLUSTER_ENUM_RESOURCE","features":[470]},{"name":"CLUSTER_ENUM_RESTYPE","features":[470]},{"name":"CLUSTER_ENUM_SHARED_VOLUME_GROUP","features":[470]},{"name":"CLUSTER_ENUM_SHARED_VOLUME_RESOURCE","features":[470]},{"name":"CLUSTER_GROUP_AUTOFAILBACK_TYPE","features":[470]},{"name":"CLUSTER_GROUP_ENUM","features":[470]},{"name":"CLUSTER_GROUP_ENUM_ALL","features":[470]},{"name":"CLUSTER_GROUP_ENUM_CONTAINS","features":[470]},{"name":"CLUSTER_GROUP_ENUM_ITEM","features":[470]},{"name":"CLUSTER_GROUP_ENUM_ITEM_VERSION","features":[470]},{"name":"CLUSTER_GROUP_ENUM_ITEM_VERSION_1","features":[470]},{"name":"CLUSTER_GROUP_ENUM_NODES","features":[470]},{"name":"CLUSTER_GROUP_PRIORITY","features":[470]},{"name":"CLUSTER_GROUP_STATE","features":[470]},{"name":"CLUSTER_GROUP_WAIT_DELAY","features":[470]},{"name":"CLUSTER_HANG_RECOVERY_ACTION_KEYNAME","features":[470]},{"name":"CLUSTER_HANG_TIMEOUT_KEYNAME","features":[470]},{"name":"CLUSTER_HEALTH_FAULT","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_ARGS","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_ARRAY","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_DESCRIPTION","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_DESCRIPTION_LABEL","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_ERRORCODE","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_ERRORCODE_LABEL","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_ERRORTYPE","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_ERRORTYPE_LABEL","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_FLAGS","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_FLAGS_LABEL","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_ID","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_ID_LABEL","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_PROPERTY_NAME","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_PROVIDER","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_PROVIDER_LABEL","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_RESERVED","features":[470]},{"name":"CLUSTER_HEALTH_FAULT_RESERVED_LABEL","features":[470]},{"name":"CLUSTER_INSTALLED","features":[470]},{"name":"CLUSTER_IP_ENTRY","features":[470]},{"name":"CLUSTER_MEMBERSHIP_INFO","features":[307,470]},{"name":"CLUSTER_MGMT_POINT_RESTYPE","features":[470]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_AUTO","features":[470]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_DNN","features":[470]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_SNN","features":[470]},{"name":"CLUSTER_MGMT_POINT_TYPE","features":[470]},{"name":"CLUSTER_MGMT_POINT_TYPE_CNO","features":[470]},{"name":"CLUSTER_MGMT_POINT_TYPE_CNO_ONLY","features":[470]},{"name":"CLUSTER_MGMT_POINT_TYPE_DNS_ONLY","features":[470]},{"name":"CLUSTER_MGMT_POINT_TYPE_NONE","features":[470]},{"name":"CLUSTER_NAME_AUTO_BALANCER_LEVEL","features":[470]},{"name":"CLUSTER_NAME_AUTO_BALANCER_MODE","features":[470]},{"name":"CLUSTER_NAME_PREFERRED_SITE","features":[470]},{"name":"CLUSTER_NETINTERFACE_STATE","features":[470]},{"name":"CLUSTER_NETWORK_ENUM","features":[470]},{"name":"CLUSTER_NETWORK_ENUM_ALL","features":[470]},{"name":"CLUSTER_NETWORK_ENUM_NETINTERFACES","features":[470]},{"name":"CLUSTER_NETWORK_ROLE","features":[470]},{"name":"CLUSTER_NETWORK_STATE","features":[470]},{"name":"CLUSTER_NODE_DRAIN_STATUS","features":[470]},{"name":"CLUSTER_NODE_ENUM","features":[470]},{"name":"CLUSTER_NODE_ENUM_ALL","features":[470]},{"name":"CLUSTER_NODE_ENUM_GROUPS","features":[470]},{"name":"CLUSTER_NODE_ENUM_NETINTERFACES","features":[470]},{"name":"CLUSTER_NODE_ENUM_PREFERRED_GROUPS","features":[470]},{"name":"CLUSTER_NODE_RESUME_FAILBACK_TYPE","features":[470]},{"name":"CLUSTER_NODE_STATE","features":[470]},{"name":"CLUSTER_NODE_STATUS","features":[470]},{"name":"CLUSTER_NOTIFICATIONS_V1","features":[470]},{"name":"CLUSTER_NOTIFICATIONS_V2","features":[470]},{"name":"CLUSTER_NOTIFICATIONS_VERSION","features":[470]},{"name":"CLUSTER_OBJECT_TYPE","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_AFFINITYRULE","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_CLUSTER","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_FAULTDOMAIN","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_GROUP","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_GROUPSET","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_NETWORK","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_NETWORK_INTERFACE","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_NODE","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_NONE","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_QUORUM","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_REGISTRY","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_RESOURCE","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_RESOURCE_TYPE","features":[470]},{"name":"CLUSTER_OBJECT_TYPE_SHARED_VOLUME","features":[470]},{"name":"CLUSTER_PROPERTY_FORMAT","features":[470]},{"name":"CLUSTER_PROPERTY_SYNTAX","features":[470]},{"name":"CLUSTER_PROPERTY_TYPE","features":[470]},{"name":"CLUSTER_QUORUM_LOST","features":[470]},{"name":"CLUSTER_QUORUM_MAINTAINED","features":[470]},{"name":"CLUSTER_QUORUM_TYPE","features":[470]},{"name":"CLUSTER_QUORUM_VALUE","features":[470]},{"name":"CLUSTER_READ_BATCH_COMMAND","features":[470]},{"name":"CLUSTER_REG_COMMAND","features":[470]},{"name":"CLUSTER_REQUEST_REPLY_TIMEOUT","features":[470]},{"name":"CLUSTER_RESOURCE_APPLICATION_STATE","features":[470]},{"name":"CLUSTER_RESOURCE_CLASS","features":[470]},{"name":"CLUSTER_RESOURCE_CREATE_FLAGS","features":[470]},{"name":"CLUSTER_RESOURCE_DEFAULT_MONITOR","features":[470]},{"name":"CLUSTER_RESOURCE_EMBEDDED_FAILURE_ACTION","features":[470]},{"name":"CLUSTER_RESOURCE_ENUM","features":[470]},{"name":"CLUSTER_RESOURCE_ENUM_ALL","features":[470]},{"name":"CLUSTER_RESOURCE_ENUM_DEPENDS","features":[470]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM","features":[470]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM_VERSION","features":[470]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM_VERSION_1","features":[470]},{"name":"CLUSTER_RESOURCE_ENUM_NODES","features":[470]},{"name":"CLUSTER_RESOURCE_ENUM_PROVIDES","features":[470]},{"name":"CLUSTER_RESOURCE_RESTART_ACTION","features":[470]},{"name":"CLUSTER_RESOURCE_SEPARATE_MONITOR","features":[470]},{"name":"CLUSTER_RESOURCE_STATE","features":[470]},{"name":"CLUSTER_RESOURCE_STATE_CHANGE_REASON","features":[470]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM","features":[470]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_ALL","features":[470]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_NODES","features":[470]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES","features":[470]},{"name":"CLUSTER_RESOURCE_TYPE_SPECIFIC_V2","features":[470]},{"name":"CLUSTER_RESOURCE_VALID_FLAGS","features":[470]},{"name":"CLUSTER_ROLE","features":[470]},{"name":"CLUSTER_ROLE_STATE","features":[470]},{"name":"CLUSTER_RUNNING","features":[470]},{"name":"CLUSTER_S2D_BUS_TYPES","features":[470]},{"name":"CLUSTER_S2D_CACHE_BEHAVIOR_FLAGS","features":[470]},{"name":"CLUSTER_S2D_CACHE_DESIRED_STATE","features":[470]},{"name":"CLUSTER_S2D_CACHE_FLASH_RESERVE_PERCENT","features":[470]},{"name":"CLUSTER_S2D_CACHE_METADATA_RESERVE","features":[470]},{"name":"CLUSTER_S2D_CACHE_PAGE_SIZE_KBYTES","features":[470]},{"name":"CLUSTER_S2D_ENABLED","features":[470]},{"name":"CLUSTER_S2D_IO_LATENCY_THRESHOLD","features":[470]},{"name":"CLUSTER_S2D_OPTIMIZATIONS","features":[470]},{"name":"CLUSTER_SETUP_PHASE","features":[470]},{"name":"CLUSTER_SETUP_PHASE_SEVERITY","features":[470]},{"name":"CLUSTER_SETUP_PHASE_TYPE","features":[470]},{"name":"CLUSTER_SET_ACCESS_TYPE_ALLOWED","features":[470]},{"name":"CLUSTER_SET_ACCESS_TYPE_DENIED","features":[470]},{"name":"CLUSTER_SET_PASSWORD_STATUS","features":[307,470]},{"name":"CLUSTER_SHARED_VOLUMES_ROOT","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_BACKUP_STATE","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_GUID_INPUT","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_GUID_NAME","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_NAME","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_TYPE","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_VOLUME","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_STATE","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_STATE_INFO","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_STATE_INFO_EX","features":[470]},{"name":"CLUSTER_SHARED_VOLUME_VSS_WRITER_OPERATION_TIMEOUT","features":[470]},{"name":"CLUSTER_STORAGENODE_STATE","features":[470]},{"name":"CLUSTER_UPGRADE_PHASE","features":[470]},{"name":"CLUSTER_VALIDATE_CSV_FILENAME","features":[470]},{"name":"CLUSTER_VALIDATE_DIRECTORY","features":[470]},{"name":"CLUSTER_VALIDATE_NETNAME","features":[470]},{"name":"CLUSTER_VALIDATE_PATH","features":[470]},{"name":"CLUSTER_VERSION_FLAG_MIXED_MODE","features":[470]},{"name":"CLUSTER_VERSION_UNKNOWN","features":[470]},{"name":"CLUSTER_WITNESS_DATABASE_WRITE_TIMEOUT","features":[470]},{"name":"CLUSTER_WITNESS_FAILED_RESTART_INTERVAL","features":[470]},{"name":"CLUS_ACCESS_ANY","features":[470]},{"name":"CLUS_ACCESS_READ","features":[470]},{"name":"CLUS_ACCESS_WRITE","features":[470]},{"name":"CLUS_AFFINITY_RULE_DIFFERENT_FAULT_DOMAIN","features":[470]},{"name":"CLUS_AFFINITY_RULE_DIFFERENT_NODE","features":[470]},{"name":"CLUS_AFFINITY_RULE_MAX","features":[470]},{"name":"CLUS_AFFINITY_RULE_MIN","features":[470]},{"name":"CLUS_AFFINITY_RULE_NONE","features":[470]},{"name":"CLUS_AFFINITY_RULE_SAME_FAULT_DOMAIN","features":[470]},{"name":"CLUS_AFFINITY_RULE_SAME_NODE","features":[470]},{"name":"CLUS_AFFINITY_RULE_TYPE","features":[470]},{"name":"CLUS_CHARACTERISTICS","features":[470]},{"name":"CLUS_CHAR_BROADCAST_DELETE","features":[470]},{"name":"CLUS_CHAR_CLONES","features":[470]},{"name":"CLUS_CHAR_COEXIST_IN_SHARED_VOLUME_GROUP","features":[470]},{"name":"CLUS_CHAR_DELETE_REQUIRES_ALL_NODES","features":[470]},{"name":"CLUS_CHAR_DRAIN_LOCAL_OFFLINE","features":[470]},{"name":"CLUS_CHAR_INFRASTRUCTURE","features":[470]},{"name":"CLUS_CHAR_LOCAL_QUORUM","features":[470]},{"name":"CLUS_CHAR_LOCAL_QUORUM_DEBUG","features":[470]},{"name":"CLUS_CHAR_MONITOR_DETACH","features":[470]},{"name":"CLUS_CHAR_MONITOR_REATTACH","features":[470]},{"name":"CLUS_CHAR_NOTIFY_NEW_OWNER","features":[470]},{"name":"CLUS_CHAR_NOT_PREEMPTABLE","features":[470]},{"name":"CLUS_CHAR_OPERATION_CONTEXT","features":[470]},{"name":"CLUS_CHAR_PLACEMENT_DATA","features":[470]},{"name":"CLUS_CHAR_QUORUM","features":[470]},{"name":"CLUS_CHAR_REQUIRES_STATE_CHANGE_REASON","features":[470]},{"name":"CLUS_CHAR_SINGLE_CLUSTER_INSTANCE","features":[470]},{"name":"CLUS_CHAR_SINGLE_GROUP_INSTANCE","features":[470]},{"name":"CLUS_CHAR_SUPPORTS_UNMONITORED_STATE","features":[470]},{"name":"CLUS_CHAR_UNKNOWN","features":[470]},{"name":"CLUS_CHAR_VETO_DRAIN","features":[470]},{"name":"CLUS_CHKDSK_INFO","features":[470]},{"name":"CLUS_CREATE_CRYPT_CONTAINER_NOT_FOUND","features":[470]},{"name":"CLUS_CREATE_INFRASTRUCTURE_FILESERVER_INPUT","features":[470]},{"name":"CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT","features":[470]},{"name":"CLUS_CSV_MAINTENANCE_MODE_INFO","features":[307,470]},{"name":"CLUS_CSV_VOLUME_INFO","features":[470]},{"name":"CLUS_CSV_VOLUME_NAME","features":[470]},{"name":"CLUS_DISK_NUMBER_INFO","features":[470]},{"name":"CLUS_DNN_LEADER_STATUS","features":[307,470]},{"name":"CLUS_DNN_SODAFS_CLONE_STATUS","features":[470]},{"name":"CLUS_FLAGS","features":[470]},{"name":"CLUS_FLAG_CORE","features":[470]},{"name":"CLUS_FORCE_QUORUM_INFO","features":[470]},{"name":"CLUS_FTSET_INFO","features":[470]},{"name":"CLUS_GLOBAL","features":[470]},{"name":"CLUS_GROUP_DO_NOT_START","features":[470]},{"name":"CLUS_GROUP_START_ALLOWED","features":[470]},{"name":"CLUS_GROUP_START_ALWAYS","features":[470]},{"name":"CLUS_GROUP_START_SETTING","features":[470]},{"name":"CLUS_GRP_MOVE_ALLOWED","features":[470]},{"name":"CLUS_GRP_MOVE_LOCKED","features":[470]},{"name":"CLUS_HYBRID_QUORUM","features":[470]},{"name":"CLUS_MAINTENANCE_MODE_INFO","features":[307,470]},{"name":"CLUS_MAINTENANCE_MODE_INFOEX","features":[307,470]},{"name":"CLUS_MODIFY","features":[470]},{"name":"CLUS_NAME_RES_TYPE_CLUSTER_GROUPID","features":[470]},{"name":"CLUS_NAME_RES_TYPE_DATA_RESID","features":[470]},{"name":"CLUS_NAME_RES_TYPE_LOG_MULTIPLE","features":[470]},{"name":"CLUS_NAME_RES_TYPE_LOG_RESID","features":[470]},{"name":"CLUS_NAME_RES_TYPE_LOG_VOLUME","features":[470]},{"name":"CLUS_NAME_RES_TYPE_MINIMUM_LOG_SIZE","features":[470]},{"name":"CLUS_NAME_RES_TYPE_REPLICATION_GROUPID","features":[470]},{"name":"CLUS_NAME_RES_TYPE_REPLICATION_GROUP_TYPE","features":[470]},{"name":"CLUS_NAME_RES_TYPE_SOURCE_RESID","features":[470]},{"name":"CLUS_NAME_RES_TYPE_SOURCE_VOLUMES","features":[470]},{"name":"CLUS_NAME_RES_TYPE_TARGET_RESID","features":[470]},{"name":"CLUS_NAME_RES_TYPE_TARGET_VOLUMES","features":[470]},{"name":"CLUS_NAME_RES_TYPE_UNIT_LOG_SIZE_CHANGE","features":[470]},{"name":"CLUS_NETNAME_IP_INFO_ENTRY","features":[470]},{"name":"CLUS_NETNAME_IP_INFO_FOR_MULTICHANNEL","features":[470]},{"name":"CLUS_NETNAME_PWD_INFO","features":[470]},{"name":"CLUS_NETNAME_PWD_INFOEX","features":[470]},{"name":"CLUS_NETNAME_VS_TOKEN_INFO","features":[307,470]},{"name":"CLUS_NODE_MAJORITY_QUORUM","features":[470]},{"name":"CLUS_NOT_GLOBAL","features":[470]},{"name":"CLUS_NO_MODIFY","features":[470]},{"name":"CLUS_OBJECT_AFFINITYRULE","features":[470]},{"name":"CLUS_OBJECT_CLUSTER","features":[470]},{"name":"CLUS_OBJECT_GROUP","features":[470]},{"name":"CLUS_OBJECT_GROUPSET","features":[470]},{"name":"CLUS_OBJECT_INVALID","features":[470]},{"name":"CLUS_OBJECT_NETINTERFACE","features":[470]},{"name":"CLUS_OBJECT_NETWORK","features":[470]},{"name":"CLUS_OBJECT_NODE","features":[470]},{"name":"CLUS_OBJECT_RESOURCE","features":[470]},{"name":"CLUS_OBJECT_RESOURCE_TYPE","features":[470]},{"name":"CLUS_OBJECT_USER","features":[470]},{"name":"CLUS_PARTITION_INFO","features":[470]},{"name":"CLUS_PARTITION_INFO_EX","features":[470]},{"name":"CLUS_PARTITION_INFO_EX2","features":[470]},{"name":"CLUS_PROVIDER_STATE_CHANGE_INFO","features":[470]},{"name":"CLUS_RESCLASS_NETWORK","features":[470]},{"name":"CLUS_RESCLASS_STORAGE","features":[470]},{"name":"CLUS_RESCLASS_UNKNOWN","features":[470]},{"name":"CLUS_RESCLASS_USER","features":[470]},{"name":"CLUS_RESDLL_OFFLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[470]},{"name":"CLUS_RESDLL_OFFLINE_DUE_TO_EMBEDDED_FAILURE","features":[470]},{"name":"CLUS_RESDLL_OFFLINE_IGNORE_NETWORK_CONNECTIVITY","features":[470]},{"name":"CLUS_RESDLL_OFFLINE_IGNORE_RESOURCE_STATUS","features":[470]},{"name":"CLUS_RESDLL_OFFLINE_QUEUE_ENABLED","features":[470]},{"name":"CLUS_RESDLL_OFFLINE_RETURNING_TO_SOURCE_NODE_BECAUSE_OF_ERROR","features":[470]},{"name":"CLUS_RESDLL_OFFLINE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[470]},{"name":"CLUS_RESDLL_ONLINE_IGNORE_NETWORK_CONNECTIVITY","features":[470]},{"name":"CLUS_RESDLL_ONLINE_IGNORE_RESOURCE_STATUS","features":[470]},{"name":"CLUS_RESDLL_ONLINE_RECOVER_MONITOR_STATE","features":[470]},{"name":"CLUS_RESDLL_ONLINE_RESTORE_ONLINE_STATE","features":[470]},{"name":"CLUS_RESDLL_ONLINE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[470]},{"name":"CLUS_RESDLL_OPEN_DONT_DELETE_TEMP_DISK","features":[470]},{"name":"CLUS_RESDLL_OPEN_RECOVER_MONITOR_STATE","features":[470]},{"name":"CLUS_RESOURCE_CLASS_INFO","features":[470]},{"name":"CLUS_RESSUBCLASS","features":[470]},{"name":"CLUS_RESSUBCLASS_NETWORK","features":[470]},{"name":"CLUS_RESSUBCLASS_NETWORK_INTERNET_PROTOCOL","features":[470]},{"name":"CLUS_RESSUBCLASS_SHARED","features":[470]},{"name":"CLUS_RESSUBCLASS_STORAGE","features":[470]},{"name":"CLUS_RESSUBCLASS_STORAGE_DISK","features":[470]},{"name":"CLUS_RESSUBCLASS_STORAGE_REPLICATION","features":[470]},{"name":"CLUS_RESSUBCLASS_STORAGE_SHARED_BUS","features":[470]},{"name":"CLUS_RESTYPE_NAME_CAU","features":[470]},{"name":"CLUS_RESTYPE_NAME_CLOUD_WITNESS","features":[470]},{"name":"CLUS_RESTYPE_NAME_CONTAINER","features":[470]},{"name":"CLUS_RESTYPE_NAME_CROSS_CLUSTER","features":[470]},{"name":"CLUS_RESTYPE_NAME_DFS","features":[470]},{"name":"CLUS_RESTYPE_NAME_DFSR","features":[470]},{"name":"CLUS_RESTYPE_NAME_DHCP","features":[470]},{"name":"CLUS_RESTYPE_NAME_DNN","features":[470]},{"name":"CLUS_RESTYPE_NAME_FILESERVER","features":[470]},{"name":"CLUS_RESTYPE_NAME_FILESHR","features":[470]},{"name":"CLUS_RESTYPE_NAME_FSWITNESS","features":[470]},{"name":"CLUS_RESTYPE_NAME_GENAPP","features":[470]},{"name":"CLUS_RESTYPE_NAME_GENSCRIPT","features":[470]},{"name":"CLUS_RESTYPE_NAME_GENSVC","features":[470]},{"name":"CLUS_RESTYPE_NAME_HARDDISK","features":[470]},{"name":"CLUS_RESTYPE_NAME_HCSVM","features":[470]},{"name":"CLUS_RESTYPE_NAME_HEALTH_SERVICE","features":[470]},{"name":"CLUS_RESTYPE_NAME_IPADDR","features":[470]},{"name":"CLUS_RESTYPE_NAME_IPV6_NATIVE","features":[470]},{"name":"CLUS_RESTYPE_NAME_IPV6_TUNNEL","features":[470]},{"name":"CLUS_RESTYPE_NAME_ISCSITARGET","features":[470]},{"name":"CLUS_RESTYPE_NAME_ISNS","features":[470]},{"name":"CLUS_RESTYPE_NAME_MSDTC","features":[470]},{"name":"CLUS_RESTYPE_NAME_MSMQ","features":[470]},{"name":"CLUS_RESTYPE_NAME_MSMQ_TRIGGER","features":[470]},{"name":"CLUS_RESTYPE_NAME_NAT","features":[470]},{"name":"CLUS_RESTYPE_NAME_NETNAME","features":[470]},{"name":"CLUS_RESTYPE_NAME_NETWORK_FILE_SYSTEM","features":[470]},{"name":"CLUS_RESTYPE_NAME_NEW_MSMQ","features":[470]},{"name":"CLUS_RESTYPE_NAME_NFS","features":[470]},{"name":"CLUS_RESTYPE_NAME_NFS_MSNS","features":[470]},{"name":"CLUS_RESTYPE_NAME_NFS_V2","features":[470]},{"name":"CLUS_RESTYPE_NAME_NV_PROVIDER_ADDRESS","features":[470]},{"name":"CLUS_RESTYPE_NAME_PHYS_DISK","features":[470]},{"name":"CLUS_RESTYPE_NAME_PRTSPLR","features":[470]},{"name":"CLUS_RESTYPE_NAME_SCALEOUT_MASTER","features":[470]},{"name":"CLUS_RESTYPE_NAME_SCALEOUT_WORKER","features":[470]},{"name":"CLUS_RESTYPE_NAME_SDDC_MANAGEMENT","features":[470]},{"name":"CLUS_RESTYPE_NAME_SODAFILESERVER","features":[470]},{"name":"CLUS_RESTYPE_NAME_STORAGE_POLICIES","features":[470]},{"name":"CLUS_RESTYPE_NAME_STORAGE_POOL","features":[470]},{"name":"CLUS_RESTYPE_NAME_STORAGE_REPLICA","features":[470]},{"name":"CLUS_RESTYPE_NAME_STORQOS","features":[470]},{"name":"CLUS_RESTYPE_NAME_TASKSCHEDULER","features":[470]},{"name":"CLUS_RESTYPE_NAME_VIRTUAL_IPV4","features":[470]},{"name":"CLUS_RESTYPE_NAME_VIRTUAL_IPV6","features":[470]},{"name":"CLUS_RESTYPE_NAME_VM","features":[470]},{"name":"CLUS_RESTYPE_NAME_VMREPLICA_BROKER","features":[470]},{"name":"CLUS_RESTYPE_NAME_VMREPLICA_COORDINATOR","features":[470]},{"name":"CLUS_RESTYPE_NAME_VM_CONFIG","features":[470]},{"name":"CLUS_RESTYPE_NAME_VM_WMI","features":[470]},{"name":"CLUS_RESTYPE_NAME_VSSTASK","features":[470]},{"name":"CLUS_RESTYPE_NAME_WINS","features":[470]},{"name":"CLUS_RES_NAME_SCALEOUT_MASTER","features":[470]},{"name":"CLUS_RES_NAME_SCALEOUT_WORKER","features":[470]},{"name":"CLUS_SCSI_ADDRESS","features":[470]},{"name":"CLUS_SET_MAINTENANCE_MODE_INPUT","features":[307,470]},{"name":"CLUS_SHARED_VOLUME_BACKUP_MODE","features":[470]},{"name":"CLUS_STARTING_PARAMS","features":[307,470]},{"name":"CLUS_STORAGE_GET_AVAILABLE_DRIVELETTERS","features":[470]},{"name":"CLUS_STORAGE_REMAP_DRIVELETTER","features":[470]},{"name":"CLUS_STORAGE_SET_DRIVELETTER","features":[470]},{"name":"CLUS_WORKER","features":[307,470]},{"name":"CREATEDC_PRESENT","features":[470]},{"name":"CREATE_CLUSTER_CONFIG","features":[307,470]},{"name":"CREATE_CLUSTER_MAJOR_VERSION_MASK","features":[470]},{"name":"CREATE_CLUSTER_NAME_ACCOUNT","features":[307,470]},{"name":"CREATE_CLUSTER_VERSION","features":[470]},{"name":"CTCTL_GET_FAULT_DOMAIN_STATE","features":[470]},{"name":"CTCTL_GET_ROUTESTATUS_BASIC","features":[470]},{"name":"CTCTL_GET_ROUTESTATUS_EXTENDED","features":[470]},{"name":"CanResourceBeDependent","features":[307,470]},{"name":"CancelClusterGroupOperation","features":[470]},{"name":"ChangeClusterResourceGroup","features":[470]},{"name":"ChangeClusterResourceGroupEx","features":[470]},{"name":"ChangeClusterResourceGroupEx2","features":[470]},{"name":"CloseCluster","features":[307,470]},{"name":"CloseClusterCryptProvider","features":[470]},{"name":"CloseClusterGroup","features":[307,470]},{"name":"CloseClusterGroupSet","features":[307,470]},{"name":"CloseClusterNetInterface","features":[307,470]},{"name":"CloseClusterNetwork","features":[307,470]},{"name":"CloseClusterNode","features":[307,470]},{"name":"CloseClusterNotifyPort","features":[307,470]},{"name":"CloseClusterResource","features":[307,470]},{"name":"ClusAddClusterHealthFault","features":[470]},{"name":"ClusApplication","features":[470]},{"name":"ClusCryptoKeys","features":[470]},{"name":"ClusDisk","features":[470]},{"name":"ClusDisks","features":[470]},{"name":"ClusGetClusterHealthFaults","features":[470]},{"name":"ClusGroupTypeAvailableStorage","features":[470]},{"name":"ClusGroupTypeClusterUpdateAgent","features":[470]},{"name":"ClusGroupTypeCoreCluster","features":[470]},{"name":"ClusGroupTypeCoreSddc","features":[470]},{"name":"ClusGroupTypeCrossClusterOrchestrator","features":[470]},{"name":"ClusGroupTypeDhcpServer","features":[470]},{"name":"ClusGroupTypeDtc","features":[470]},{"name":"ClusGroupTypeFileServer","features":[470]},{"name":"ClusGroupTypeGenericApplication","features":[470]},{"name":"ClusGroupTypeGenericScript","features":[470]},{"name":"ClusGroupTypeGenericService","features":[470]},{"name":"ClusGroupTypeIScsiNameService","features":[470]},{"name":"ClusGroupTypeIScsiTarget","features":[470]},{"name":"ClusGroupTypeInfrastructureFileServer","features":[470]},{"name":"ClusGroupTypeMsmq","features":[470]},{"name":"ClusGroupTypePrintServer","features":[470]},{"name":"ClusGroupTypeScaleoutCluster","features":[470]},{"name":"ClusGroupTypeScaleoutFileServer","features":[470]},{"name":"ClusGroupTypeSharedVolume","features":[470]},{"name":"ClusGroupTypeStandAloneDfs","features":[470]},{"name":"ClusGroupTypeStoragePool","features":[470]},{"name":"ClusGroupTypeStorageReplica","features":[470]},{"name":"ClusGroupTypeTaskScheduler","features":[470]},{"name":"ClusGroupTypeTemporary","features":[470]},{"name":"ClusGroupTypeTsSessionBroker","features":[470]},{"name":"ClusGroupTypeUnknown","features":[470]},{"name":"ClusGroupTypeVMReplicaBroker","features":[470]},{"name":"ClusGroupTypeVMReplicaCoordinator","features":[470]},{"name":"ClusGroupTypeVirtualMachine","features":[470]},{"name":"ClusGroupTypeWins","features":[470]},{"name":"ClusNetInterface","features":[470]},{"name":"ClusNetInterfaces","features":[470]},{"name":"ClusNetwork","features":[470]},{"name":"ClusNetworkNetInterfaces","features":[470]},{"name":"ClusNetworks","features":[470]},{"name":"ClusNode","features":[470]},{"name":"ClusNodeNetInterfaces","features":[470]},{"name":"ClusNodes","features":[470]},{"name":"ClusPartition","features":[470]},{"name":"ClusPartitionEx","features":[470]},{"name":"ClusPartitions","features":[470]},{"name":"ClusProperties","features":[470]},{"name":"ClusProperty","features":[470]},{"name":"ClusPropertyValue","features":[470]},{"name":"ClusPropertyValueData","features":[470]},{"name":"ClusPropertyValues","features":[470]},{"name":"ClusRefObject","features":[470]},{"name":"ClusRegistryKeys","features":[470]},{"name":"ClusRemoveClusterHealthFault","features":[470]},{"name":"ClusResDependencies","features":[470]},{"name":"ClusResDependents","features":[470]},{"name":"ClusResGroup","features":[470]},{"name":"ClusResGroupPreferredOwnerNodes","features":[470]},{"name":"ClusResGroupResources","features":[470]},{"name":"ClusResGroups","features":[470]},{"name":"ClusResPossibleOwnerNodes","features":[470]},{"name":"ClusResType","features":[470]},{"name":"ClusResTypePossibleOwnerNodes","features":[470]},{"name":"ClusResTypeResources","features":[470]},{"name":"ClusResTypes","features":[470]},{"name":"ClusResource","features":[470]},{"name":"ClusResources","features":[470]},{"name":"ClusScsiAddress","features":[470]},{"name":"ClusVersion","features":[470]},{"name":"ClusWorkerCheckTerminate","features":[307,470]},{"name":"ClusWorkerCreate","features":[307,470]},{"name":"ClusWorkerTerminate","features":[307,470]},{"name":"ClusWorkerTerminateEx","features":[307,470]},{"name":"ClusWorkersTerminate","features":[307,470]},{"name":"ClusapiSetReasonHandler","features":[307,470]},{"name":"Cluster","features":[470]},{"name":"ClusterAddGroupToAffinityRule","features":[470]},{"name":"ClusterAddGroupToGroupSet","features":[470]},{"name":"ClusterAddGroupToGroupSetWithDomains","features":[470]},{"name":"ClusterAddGroupToGroupSetWithDomainsEx","features":[470]},{"name":"ClusterAffinityRuleControl","features":[470]},{"name":"ClusterClearBackupStateForSharedVolume","features":[470]},{"name":"ClusterCloseEnum","features":[470]},{"name":"ClusterCloseEnumEx","features":[470]},{"name":"ClusterControl","features":[470]},{"name":"ClusterControlEx","features":[470]},{"name":"ClusterCreateAffinityRule","features":[470]},{"name":"ClusterDecrypt","features":[470]},{"name":"ClusterEncrypt","features":[470]},{"name":"ClusterEnum","features":[470]},{"name":"ClusterEnumEx","features":[470]},{"name":"ClusterGetEnumCount","features":[470]},{"name":"ClusterGetEnumCountEx","features":[470]},{"name":"ClusterGetVolumeNameForVolumeMountPoint","features":[307,470]},{"name":"ClusterGetVolumePathName","features":[307,470]},{"name":"ClusterGroupAllowFailback","features":[470]},{"name":"ClusterGroupCloseEnum","features":[470]},{"name":"ClusterGroupCloseEnumEx","features":[470]},{"name":"ClusterGroupControl","features":[470]},{"name":"ClusterGroupControlEx","features":[470]},{"name":"ClusterGroupEnum","features":[470]},{"name":"ClusterGroupEnumEx","features":[470]},{"name":"ClusterGroupFailbackTypeCount","features":[470]},{"name":"ClusterGroupFailed","features":[470]},{"name":"ClusterGroupGetEnumCount","features":[470]},{"name":"ClusterGroupGetEnumCountEx","features":[470]},{"name":"ClusterGroupOffline","features":[470]},{"name":"ClusterGroupOnline","features":[470]},{"name":"ClusterGroupOpenEnum","features":[470]},{"name":"ClusterGroupOpenEnumEx","features":[470]},{"name":"ClusterGroupPartialOnline","features":[470]},{"name":"ClusterGroupPending","features":[470]},{"name":"ClusterGroupPreventFailback","features":[470]},{"name":"ClusterGroupSetCloseEnum","features":[470]},{"name":"ClusterGroupSetControl","features":[470]},{"name":"ClusterGroupSetControlEx","features":[470]},{"name":"ClusterGroupSetEnum","features":[470]},{"name":"ClusterGroupSetGetEnumCount","features":[470]},{"name":"ClusterGroupSetOpenEnum","features":[470]},{"name":"ClusterGroupStateUnknown","features":[470]},{"name":"ClusterIsPathOnSharedVolume","features":[307,470]},{"name":"ClusterNames","features":[470]},{"name":"ClusterNetInterfaceCloseEnum","features":[470]},{"name":"ClusterNetInterfaceControl","features":[470]},{"name":"ClusterNetInterfaceControlEx","features":[470]},{"name":"ClusterNetInterfaceEnum","features":[470]},{"name":"ClusterNetInterfaceFailed","features":[470]},{"name":"ClusterNetInterfaceOpenEnum","features":[470]},{"name":"ClusterNetInterfaceStateUnknown","features":[470]},{"name":"ClusterNetInterfaceUnavailable","features":[470]},{"name":"ClusterNetInterfaceUnreachable","features":[470]},{"name":"ClusterNetInterfaceUp","features":[470]},{"name":"ClusterNetworkCloseEnum","features":[470]},{"name":"ClusterNetworkControl","features":[470]},{"name":"ClusterNetworkControlEx","features":[470]},{"name":"ClusterNetworkDown","features":[470]},{"name":"ClusterNetworkEnum","features":[470]},{"name":"ClusterNetworkGetEnumCount","features":[470]},{"name":"ClusterNetworkOpenEnum","features":[470]},{"name":"ClusterNetworkPartitioned","features":[470]},{"name":"ClusterNetworkRoleClientAccess","features":[470]},{"name":"ClusterNetworkRoleInternalAndClient","features":[470]},{"name":"ClusterNetworkRoleInternalUse","features":[470]},{"name":"ClusterNetworkRoleNone","features":[470]},{"name":"ClusterNetworkStateUnknown","features":[470]},{"name":"ClusterNetworkUnavailable","features":[470]},{"name":"ClusterNetworkUp","features":[470]},{"name":"ClusterNodeCloseEnum","features":[470]},{"name":"ClusterNodeCloseEnumEx","features":[470]},{"name":"ClusterNodeControl","features":[470]},{"name":"ClusterNodeControlEx","features":[470]},{"name":"ClusterNodeDown","features":[470]},{"name":"ClusterNodeDrainStatusCount","features":[470]},{"name":"ClusterNodeEnum","features":[470]},{"name":"ClusterNodeEnumEx","features":[470]},{"name":"ClusterNodeGetEnumCount","features":[470]},{"name":"ClusterNodeGetEnumCountEx","features":[470]},{"name":"ClusterNodeJoining","features":[470]},{"name":"ClusterNodeOpenEnum","features":[470]},{"name":"ClusterNodeOpenEnumEx","features":[470]},{"name":"ClusterNodePaused","features":[470]},{"name":"ClusterNodeReplacement","features":[470]},{"name":"ClusterNodeResumeFailbackTypeCount","features":[470]},{"name":"ClusterNodeStateUnknown","features":[470]},{"name":"ClusterNodeUp","features":[470]},{"name":"ClusterOpenEnum","features":[470]},{"name":"ClusterOpenEnumEx","features":[470]},{"name":"ClusterPrepareSharedVolumeForBackup","features":[470]},{"name":"ClusterRegBatchAddCommand","features":[470]},{"name":"ClusterRegBatchCloseNotification","features":[470]},{"name":"ClusterRegBatchReadCommand","features":[470]},{"name":"ClusterRegCloseBatch","features":[307,470]},{"name":"ClusterRegCloseBatchEx","features":[470]},{"name":"ClusterRegCloseBatchNotifyPort","features":[470]},{"name":"ClusterRegCloseKey","features":[470,370]},{"name":"ClusterRegCloseReadBatch","features":[470]},{"name":"ClusterRegCloseReadBatchEx","features":[470]},{"name":"ClusterRegCloseReadBatchReply","features":[470]},{"name":"ClusterRegCreateBatch","features":[470,370]},{"name":"ClusterRegCreateBatchNotifyPort","features":[470,370]},{"name":"ClusterRegCreateKey","features":[307,470,310,370]},{"name":"ClusterRegCreateKeyEx","features":[307,470,310,370]},{"name":"ClusterRegCreateReadBatch","features":[470,370]},{"name":"ClusterRegDeleteKey","features":[470,370]},{"name":"ClusterRegDeleteKeyEx","features":[470,370]},{"name":"ClusterRegDeleteValue","features":[470,370]},{"name":"ClusterRegDeleteValueEx","features":[470,370]},{"name":"ClusterRegEnumKey","features":[307,470,370]},{"name":"ClusterRegEnumValue","features":[470,370]},{"name":"ClusterRegGetBatchNotification","features":[470]},{"name":"ClusterRegGetKeySecurity","features":[470,310,370]},{"name":"ClusterRegOpenKey","features":[470,370]},{"name":"ClusterRegQueryInfoKey","features":[307,470,370]},{"name":"ClusterRegQueryValue","features":[470,370]},{"name":"ClusterRegReadBatchAddCommand","features":[470]},{"name":"ClusterRegReadBatchReplyNextCommand","features":[470]},{"name":"ClusterRegSetKeySecurity","features":[470,310,370]},{"name":"ClusterRegSetKeySecurityEx","features":[470,310,370]},{"name":"ClusterRegSetValue","features":[470,370]},{"name":"ClusterRegSetValueEx","features":[470,370]},{"name":"ClusterRegSyncDatabase","features":[470]},{"name":"ClusterRemoveAffinityRule","features":[470]},{"name":"ClusterRemoveGroupFromAffinityRule","features":[470]},{"name":"ClusterRemoveGroupFromGroupSet","features":[470]},{"name":"ClusterRemoveGroupFromGroupSetEx","features":[470]},{"name":"ClusterResourceApplicationOSHeartBeat","features":[470]},{"name":"ClusterResourceApplicationReady","features":[470]},{"name":"ClusterResourceApplicationStateUnknown","features":[470]},{"name":"ClusterResourceCloseEnum","features":[470]},{"name":"ClusterResourceCloseEnumEx","features":[470]},{"name":"ClusterResourceControl","features":[470]},{"name":"ClusterResourceControlAsUser","features":[470]},{"name":"ClusterResourceControlAsUserEx","features":[470]},{"name":"ClusterResourceControlEx","features":[470]},{"name":"ClusterResourceDontRestart","features":[470]},{"name":"ClusterResourceEmbeddedFailureActionLogOnly","features":[470]},{"name":"ClusterResourceEmbeddedFailureActionNone","features":[470]},{"name":"ClusterResourceEmbeddedFailureActionRecover","features":[470]},{"name":"ClusterResourceEnum","features":[470]},{"name":"ClusterResourceEnumEx","features":[470]},{"name":"ClusterResourceFailed","features":[470]},{"name":"ClusterResourceGetEnumCount","features":[470]},{"name":"ClusterResourceGetEnumCountEx","features":[470]},{"name":"ClusterResourceInherited","features":[470]},{"name":"ClusterResourceInitializing","features":[470]},{"name":"ClusterResourceOffline","features":[470]},{"name":"ClusterResourceOfflinePending","features":[470]},{"name":"ClusterResourceOnline","features":[470]},{"name":"ClusterResourceOnlinePending","features":[470]},{"name":"ClusterResourceOpenEnum","features":[470]},{"name":"ClusterResourceOpenEnumEx","features":[470]},{"name":"ClusterResourcePending","features":[470]},{"name":"ClusterResourceRestartActionCount","features":[470]},{"name":"ClusterResourceRestartNoNotify","features":[470]},{"name":"ClusterResourceRestartNotify","features":[470]},{"name":"ClusterResourceStateUnknown","features":[470]},{"name":"ClusterResourceTypeCloseEnum","features":[470]},{"name":"ClusterResourceTypeControl","features":[470]},{"name":"ClusterResourceTypeControlAsUser","features":[470]},{"name":"ClusterResourceTypeControlAsUserEx","features":[470]},{"name":"ClusterResourceTypeControlEx","features":[470]},{"name":"ClusterResourceTypeEnum","features":[470]},{"name":"ClusterResourceTypeGetEnumCount","features":[470]},{"name":"ClusterResourceTypeOpenEnum","features":[470]},{"name":"ClusterRoleClustered","features":[470]},{"name":"ClusterRoleDFSReplicatedFolder","features":[470]},{"name":"ClusterRoleDHCP","features":[470]},{"name":"ClusterRoleDTC","features":[470]},{"name":"ClusterRoleDistributedFileSystem","features":[470]},{"name":"ClusterRoleDistributedNetworkName","features":[470]},{"name":"ClusterRoleFileServer","features":[470]},{"name":"ClusterRoleFileShare","features":[470]},{"name":"ClusterRoleFileShareWitness","features":[470]},{"name":"ClusterRoleGenericApplication","features":[470]},{"name":"ClusterRoleGenericScript","features":[470]},{"name":"ClusterRoleGenericService","features":[470]},{"name":"ClusterRoleHardDisk","features":[470]},{"name":"ClusterRoleIPAddress","features":[470]},{"name":"ClusterRoleIPV6Address","features":[470]},{"name":"ClusterRoleIPV6TunnelAddress","features":[470]},{"name":"ClusterRoleISCSINameServer","features":[470]},{"name":"ClusterRoleISCSITargetServer","features":[470]},{"name":"ClusterRoleMSMQ","features":[470]},{"name":"ClusterRoleNFS","features":[470]},{"name":"ClusterRoleNetworkFileSystem","features":[470]},{"name":"ClusterRoleNetworkName","features":[470]},{"name":"ClusterRolePhysicalDisk","features":[470]},{"name":"ClusterRolePrintServer","features":[470]},{"name":"ClusterRoleSODAFileServer","features":[470]},{"name":"ClusterRoleStandAloneNamespaceServer","features":[470]},{"name":"ClusterRoleStoragePool","features":[470]},{"name":"ClusterRoleTaskScheduler","features":[470]},{"name":"ClusterRoleUnclustered","features":[470]},{"name":"ClusterRoleUnknown","features":[470]},{"name":"ClusterRoleVirtualMachine","features":[470]},{"name":"ClusterRoleVirtualMachineConfiguration","features":[470]},{"name":"ClusterRoleVirtualMachineReplicaBroker","features":[470]},{"name":"ClusterRoleVolumeShadowCopyServiceTask","features":[470]},{"name":"ClusterRoleWINS","features":[470]},{"name":"ClusterSetAccountAccess","features":[470]},{"name":"ClusterSetupPhaseAddClusterProperties","features":[470]},{"name":"ClusterSetupPhaseAddNodeToCluster","features":[470]},{"name":"ClusterSetupPhaseCleanupCOs","features":[470]},{"name":"ClusterSetupPhaseCleanupNode","features":[470]},{"name":"ClusterSetupPhaseClusterGroupOnline","features":[470]},{"name":"ClusterSetupPhaseConfigureClusSvc","features":[470]},{"name":"ClusterSetupPhaseConfigureClusterAccount","features":[470]},{"name":"ClusterSetupPhaseContinue","features":[470]},{"name":"ClusterSetupPhaseCoreGroupCleanup","features":[470]},{"name":"ClusterSetupPhaseCreateClusterAccount","features":[470]},{"name":"ClusterSetupPhaseCreateGroups","features":[470]},{"name":"ClusterSetupPhaseCreateIPAddressResources","features":[470]},{"name":"ClusterSetupPhaseCreateNetworkName","features":[470]},{"name":"ClusterSetupPhaseCreateResourceTypes","features":[470]},{"name":"ClusterSetupPhaseDeleteGroup","features":[470]},{"name":"ClusterSetupPhaseEnd","features":[470]},{"name":"ClusterSetupPhaseEvictNode","features":[470]},{"name":"ClusterSetupPhaseFailureCleanup","features":[470]},{"name":"ClusterSetupPhaseFatal","features":[470]},{"name":"ClusterSetupPhaseFormingCluster","features":[470]},{"name":"ClusterSetupPhaseGettingCurrentMembership","features":[470]},{"name":"ClusterSetupPhaseInformational","features":[470]},{"name":"ClusterSetupPhaseInitialize","features":[470]},{"name":"ClusterSetupPhaseMoveGroup","features":[470]},{"name":"ClusterSetupPhaseNodeUp","features":[470]},{"name":"ClusterSetupPhaseOfflineGroup","features":[470]},{"name":"ClusterSetupPhaseQueryClusterNameAccount","features":[470]},{"name":"ClusterSetupPhaseReport","features":[470]},{"name":"ClusterSetupPhaseStart","features":[470]},{"name":"ClusterSetupPhaseStartingClusSvc","features":[470]},{"name":"ClusterSetupPhaseValidateClusDisk","features":[470]},{"name":"ClusterSetupPhaseValidateClusterNameAccount","features":[470]},{"name":"ClusterSetupPhaseValidateNetft","features":[470]},{"name":"ClusterSetupPhaseValidateNodeState","features":[470]},{"name":"ClusterSetupPhaseWarning","features":[470]},{"name":"ClusterSharedVolumeHWSnapshotCompleted","features":[470]},{"name":"ClusterSharedVolumePrepareForFreeze","features":[470]},{"name":"ClusterSharedVolumePrepareForHWSnapshot","features":[470]},{"name":"ClusterSharedVolumeRenameInputTypeNone","features":[470]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeGuid","features":[470]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeId","features":[470]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeName","features":[470]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeOffset","features":[470]},{"name":"ClusterSharedVolumeSetSnapshotState","features":[470]},{"name":"ClusterSharedVolumeSnapshotStateUnknown","features":[470]},{"name":"ClusterStateNotConfigured","features":[470]},{"name":"ClusterStateNotInstalled","features":[470]},{"name":"ClusterStateNotRunning","features":[470]},{"name":"ClusterStateRunning","features":[470]},{"name":"ClusterStorageNodeDown","features":[470]},{"name":"ClusterStorageNodePaused","features":[470]},{"name":"ClusterStorageNodeStarting","features":[470]},{"name":"ClusterStorageNodeStateUnknown","features":[470]},{"name":"ClusterStorageNodeStopping","features":[470]},{"name":"ClusterStorageNodeUp","features":[470]},{"name":"ClusterUpgradeFunctionalLevel","features":[307,470]},{"name":"ClusterUpgradePhaseInitialize","features":[470]},{"name":"ClusterUpgradePhaseInstallingNewComponents","features":[470]},{"name":"ClusterUpgradePhaseUpgradeComplete","features":[470]},{"name":"ClusterUpgradePhaseUpgradingComponents","features":[470]},{"name":"ClusterUpgradePhaseValidatingUpgrade","features":[470]},{"name":"CreateCluster","features":[307,470]},{"name":"CreateClusterAvailabilitySet","features":[307,470]},{"name":"CreateClusterGroup","features":[470]},{"name":"CreateClusterGroupEx","features":[470]},{"name":"CreateClusterGroupSet","features":[470]},{"name":"CreateClusterNameAccount","features":[307,470]},{"name":"CreateClusterNotifyPort","features":[470]},{"name":"CreateClusterNotifyPortV2","features":[470]},{"name":"CreateClusterResource","features":[470]},{"name":"CreateClusterResourceEx","features":[470]},{"name":"CreateClusterResourceType","features":[470]},{"name":"CreateClusterResourceTypeEx","features":[470]},{"name":"DNS_LENGTH","features":[470]},{"name":"DeleteClusterGroup","features":[470]},{"name":"DeleteClusterGroupEx","features":[470]},{"name":"DeleteClusterGroupSet","features":[470]},{"name":"DeleteClusterGroupSetEx","features":[470]},{"name":"DeleteClusterResource","features":[470]},{"name":"DeleteClusterResourceEx","features":[470]},{"name":"DeleteClusterResourceType","features":[470]},{"name":"DeleteClusterResourceTypeEx","features":[470]},{"name":"DestroyCluster","features":[307,470]},{"name":"DestroyClusterGroup","features":[470]},{"name":"DestroyClusterGroupEx","features":[470]},{"name":"DetermineCNOResTypeFromCluster","features":[470]},{"name":"DetermineCNOResTypeFromNodelist","features":[470]},{"name":"DetermineClusterCloudTypeFromCluster","features":[470]},{"name":"DetermineClusterCloudTypeFromNodelist","features":[470]},{"name":"DoNotFailbackGroups","features":[470]},{"name":"DomainNames","features":[470]},{"name":"ENABLE_CLUSTER_SHARED_VOLUMES","features":[470]},{"name":"EvictClusterNode","features":[470]},{"name":"EvictClusterNodeEx","features":[470]},{"name":"EvictClusterNodeEx2","features":[470]},{"name":"FAILURE_TYPE","features":[470]},{"name":"FAILURE_TYPE_EMBEDDED","features":[470]},{"name":"FAILURE_TYPE_GENERAL","features":[470]},{"name":"FAILURE_TYPE_NETWORK_LOSS","features":[470]},{"name":"FE_UPGRADE_VERSION","features":[470]},{"name":"FILESHARE_CHANGE","features":[470]},{"name":"FILESHARE_CHANGE_ADD","features":[470]},{"name":"FILESHARE_CHANGE_DEL","features":[470]},{"name":"FILESHARE_CHANGE_ENUM","features":[470]},{"name":"FILESHARE_CHANGE_LIST","features":[470]},{"name":"FILESHARE_CHANGE_MODIFY","features":[470]},{"name":"FILESHARE_CHANGE_NONE","features":[470]},{"name":"FailClusterResource","features":[470]},{"name":"FailClusterResourceEx","features":[470]},{"name":"FailbackGroupsImmediately","features":[470]},{"name":"FailbackGroupsPerPolicy","features":[470]},{"name":"FreeClusterCrypt","features":[470]},{"name":"FreeClusterHealthFault","features":[470]},{"name":"FreeClusterHealthFaultArray","features":[470]},{"name":"GET_OPERATION_CONTEXT_PARAMS","features":[470]},{"name":"GROUPSET_READY_SETTING_APPLICATION_READY","features":[470]},{"name":"GROUPSET_READY_SETTING_DELAY","features":[470]},{"name":"GROUPSET_READY_SETTING_ONLINE","features":[470]},{"name":"GROUPSET_READY_SETTING_OS_HEARTBEAT","features":[470]},{"name":"GROUP_FAILURE_INFO","features":[470]},{"name":"GROUP_FAILURE_INFO_BUFFER","features":[470]},{"name":"GROUP_FAILURE_INFO_VERSION_1","features":[470]},{"name":"GRP_PLACEMENT_OPTIONS","features":[470]},{"name":"GRP_PLACEMENT_OPTIONS_ALL","features":[470]},{"name":"GRP_PLACEMENT_OPTIONS_DEFAULT","features":[470]},{"name":"GRP_PLACEMENT_OPTIONS_DISABLE_AUTOBALANCING","features":[470]},{"name":"GRP_PLACEMENT_OPTIONS_MIN_VALUE","features":[470]},{"name":"GUID_PRESENT","features":[470]},{"name":"GetClusterFromGroup","features":[470]},{"name":"GetClusterFromNetInterface","features":[470]},{"name":"GetClusterFromNetwork","features":[470]},{"name":"GetClusterFromNode","features":[470]},{"name":"GetClusterFromResource","features":[470]},{"name":"GetClusterGroupKey","features":[470,370]},{"name":"GetClusterGroupState","features":[470]},{"name":"GetClusterInformation","features":[470]},{"name":"GetClusterKey","features":[470,370]},{"name":"GetClusterNetInterface","features":[470]},{"name":"GetClusterNetInterfaceKey","features":[470,370]},{"name":"GetClusterNetInterfaceState","features":[470]},{"name":"GetClusterNetworkId","features":[470]},{"name":"GetClusterNetworkKey","features":[470,370]},{"name":"GetClusterNetworkState","features":[470]},{"name":"GetClusterNodeId","features":[470]},{"name":"GetClusterNodeKey","features":[470,370]},{"name":"GetClusterNodeState","features":[470]},{"name":"GetClusterNotify","features":[470]},{"name":"GetClusterNotifyV2","features":[470]},{"name":"GetClusterQuorumResource","features":[470]},{"name":"GetClusterResourceDependencyExpression","features":[470]},{"name":"GetClusterResourceKey","features":[470,370]},{"name":"GetClusterResourceNetworkName","features":[307,470]},{"name":"GetClusterResourceState","features":[470]},{"name":"GetClusterResourceTypeKey","features":[470,370]},{"name":"GetNodeCloudTypeDW","features":[470]},{"name":"GetNodeClusterState","features":[470]},{"name":"GetNotifyEventHandle","features":[307,470]},{"name":"HCHANGE","features":[470]},{"name":"HCI_UPGRADE_BIT","features":[470]},{"name":"HCLUSCRYPTPROVIDER","features":[470]},{"name":"HCLUSENUM","features":[470]},{"name":"HCLUSENUMEX","features":[470]},{"name":"HCLUSTER","features":[470]},{"name":"HGROUP","features":[470]},{"name":"HGROUPENUM","features":[470]},{"name":"HGROUPENUMEX","features":[470]},{"name":"HGROUPSET","features":[470]},{"name":"HGROUPSETENUM","features":[470]},{"name":"HNETINTERFACE","features":[470]},{"name":"HNETINTERFACEENUM","features":[470]},{"name":"HNETWORK","features":[470]},{"name":"HNETWORKENUM","features":[470]},{"name":"HNODE","features":[470]},{"name":"HNODEENUM","features":[470]},{"name":"HNODEENUMEX","features":[470]},{"name":"HREGBATCH","features":[470]},{"name":"HREGBATCHNOTIFICATION","features":[470]},{"name":"HREGBATCHPORT","features":[470]},{"name":"HREGREADBATCH","features":[470]},{"name":"HREGREADBATCHREPLY","features":[470]},{"name":"HRESENUM","features":[470]},{"name":"HRESENUMEX","features":[470]},{"name":"HRESOURCE","features":[470]},{"name":"HRESTYPEENUM","features":[470]},{"name":"IGetClusterDataInfo","features":[470]},{"name":"IGetClusterGroupInfo","features":[470]},{"name":"IGetClusterNetInterfaceInfo","features":[470]},{"name":"IGetClusterNetworkInfo","features":[470]},{"name":"IGetClusterNodeInfo","features":[470]},{"name":"IGetClusterObjectInfo","features":[470]},{"name":"IGetClusterResourceInfo","features":[470]},{"name":"IGetClusterUIInfo","features":[470]},{"name":"ISClusApplication","features":[470,358]},{"name":"ISClusCryptoKeys","features":[470,358]},{"name":"ISClusDisk","features":[470,358]},{"name":"ISClusDisks","features":[470,358]},{"name":"ISClusNetInterface","features":[470,358]},{"name":"ISClusNetInterfaces","features":[470,358]},{"name":"ISClusNetwork","features":[470,358]},{"name":"ISClusNetworkNetInterfaces","features":[470,358]},{"name":"ISClusNetworks","features":[470,358]},{"name":"ISClusNode","features":[470,358]},{"name":"ISClusNodeNetInterfaces","features":[470,358]},{"name":"ISClusNodes","features":[470,358]},{"name":"ISClusPartition","features":[470,358]},{"name":"ISClusPartitionEx","features":[470,358]},{"name":"ISClusPartitions","features":[470,358]},{"name":"ISClusProperties","features":[470,358]},{"name":"ISClusProperty","features":[470,358]},{"name":"ISClusPropertyValue","features":[470,358]},{"name":"ISClusPropertyValueData","features":[470,358]},{"name":"ISClusPropertyValues","features":[470,358]},{"name":"ISClusRefObject","features":[470,358]},{"name":"ISClusRegistryKeys","features":[470,358]},{"name":"ISClusResDependencies","features":[470,358]},{"name":"ISClusResDependents","features":[470,358]},{"name":"ISClusResGroup","features":[470,358]},{"name":"ISClusResGroupPreferredOwnerNodes","features":[470,358]},{"name":"ISClusResGroupResources","features":[470,358]},{"name":"ISClusResGroups","features":[470,358]},{"name":"ISClusResPossibleOwnerNodes","features":[470,358]},{"name":"ISClusResType","features":[470,358]},{"name":"ISClusResTypePossibleOwnerNodes","features":[470,358]},{"name":"ISClusResTypeResources","features":[470,358]},{"name":"ISClusResTypes","features":[470,358]},{"name":"ISClusResource","features":[470,358]},{"name":"ISClusResources","features":[470,358]},{"name":"ISClusScsiAddress","features":[470,358]},{"name":"ISClusVersion","features":[470,358]},{"name":"ISCluster","features":[470,358]},{"name":"ISClusterNames","features":[470,358]},{"name":"ISDomainNames","features":[470,358]},{"name":"IWCContextMenuCallback","features":[470]},{"name":"IWCPropertySheetCallback","features":[470]},{"name":"IWCWizard97Callback","features":[470]},{"name":"IWCWizardCallback","features":[470]},{"name":"IWEExtendContextMenu","features":[470]},{"name":"IWEExtendPropertySheet","features":[470]},{"name":"IWEExtendWizard","features":[470]},{"name":"IWEExtendWizard97","features":[470]},{"name":"IWEInvokeCommand","features":[470]},{"name":"InitializeClusterHealthFault","features":[470]},{"name":"InitializeClusterHealthFaultArray","features":[470]},{"name":"IsFileOnClusterSharedVolume","features":[307,470]},{"name":"LOCKED_MODE_FLAGS_DONT_REMOVE_FROM_MOVE_QUEUE","features":[470]},{"name":"LOG_ERROR","features":[470]},{"name":"LOG_INFORMATION","features":[470]},{"name":"LOG_LEVEL","features":[470]},{"name":"LOG_SEVERE","features":[470]},{"name":"LOG_WARNING","features":[470]},{"name":"LPGROUP_CALLBACK_EX","features":[470]},{"name":"LPNODE_CALLBACK","features":[470]},{"name":"LPRESOURCE_CALLBACK","features":[470]},{"name":"LPRESOURCE_CALLBACK_EX","features":[470]},{"name":"MAINTENANCE_MODE_TYPE_ENUM","features":[470]},{"name":"MAINTENANCE_MODE_V2_SIG","features":[470]},{"name":"MAX_CLUSTERNAME_LENGTH","features":[470]},{"name":"MAX_CO_PASSWORD_LENGTH","features":[470]},{"name":"MAX_CO_PASSWORD_LENGTHEX","features":[470]},{"name":"MAX_CO_PASSWORD_STORAGEEX","features":[470]},{"name":"MAX_CREATINGDC_LENGTH","features":[470]},{"name":"MAX_OBJECTID","features":[470]},{"name":"MINIMUM_NEVER_PREEMPT_PRIORITY","features":[470]},{"name":"MINIMUM_PREEMPTOR_PRIORITY","features":[470]},{"name":"MN_UPGRADE_VERSION","features":[470]},{"name":"MONITOR_STATE","features":[307,470]},{"name":"MaintenanceModeTypeDisableIsAliveCheck","features":[470]},{"name":"MaintenanceModeTypeOfflineResource","features":[470]},{"name":"MaintenanceModeTypeUnclusterResource","features":[470]},{"name":"ModifyQuorum","features":[470]},{"name":"MoveClusterGroup","features":[470]},{"name":"MoveClusterGroupEx","features":[470]},{"name":"MoveClusterGroupEx2","features":[470]},{"name":"NINETEEN_H1_UPGRADE_VERSION","features":[470]},{"name":"NINETEEN_H2_UPGRADE_VERSION","features":[470]},{"name":"NI_UPGRADE_VERSION","features":[470]},{"name":"NNLEN","features":[470]},{"name":"NODE_CLUSTER_STATE","features":[470]},{"name":"NOTIFY_FILTER_AND_TYPE","features":[470]},{"name":"NT10_MAJOR_VERSION","features":[470]},{"name":"NT11_MAJOR_VERSION","features":[470]},{"name":"NT12_MAJOR_VERSION","features":[470]},{"name":"NT13_MAJOR_VERSION","features":[470]},{"name":"NT4SP4_MAJOR_VERSION","features":[470]},{"name":"NT4_MAJOR_VERSION","features":[470]},{"name":"NT51_MAJOR_VERSION","features":[470]},{"name":"NT5_MAJOR_VERSION","features":[470]},{"name":"NT6_MAJOR_VERSION","features":[470]},{"name":"NT7_MAJOR_VERSION","features":[470]},{"name":"NT8_MAJOR_VERSION","features":[470]},{"name":"NT9_MAJOR_VERSION","features":[470]},{"name":"NodeDrainStatusCompleted","features":[470]},{"name":"NodeDrainStatusFailed","features":[470]},{"name":"NodeDrainStatusInProgress","features":[470]},{"name":"NodeDrainStatusNotInitiated","features":[470]},{"name":"NodeStatusAvoidPlacement","features":[470]},{"name":"NodeStatusDrainCompleted","features":[470]},{"name":"NodeStatusDrainFailed","features":[470]},{"name":"NodeStatusDrainInProgress","features":[470]},{"name":"NodeStatusIsolated","features":[470]},{"name":"NodeStatusMax","features":[470]},{"name":"NodeStatusNormal","features":[470]},{"name":"NodeStatusQuarantined","features":[470]},{"name":"NodeUtilizationInfoElement","features":[470]},{"name":"OfflineClusterGroup","features":[470]},{"name":"OfflineClusterGroupEx","features":[470]},{"name":"OfflineClusterGroupEx2","features":[470]},{"name":"OfflineClusterResource","features":[470]},{"name":"OfflineClusterResourceEx","features":[470]},{"name":"OfflineClusterResourceEx2","features":[470]},{"name":"OnlineClusterGroup","features":[470]},{"name":"OnlineClusterGroupEx","features":[470]},{"name":"OnlineClusterGroupEx2","features":[470]},{"name":"OnlineClusterResource","features":[470]},{"name":"OnlineClusterResourceEx","features":[470]},{"name":"OnlineClusterResourceEx2","features":[470]},{"name":"OpenCluster","features":[470]},{"name":"OpenClusterCryptProvider","features":[470]},{"name":"OpenClusterCryptProviderEx","features":[470]},{"name":"OpenClusterEx","features":[470]},{"name":"OpenClusterGroup","features":[470]},{"name":"OpenClusterGroupEx","features":[470]},{"name":"OpenClusterGroupSet","features":[470]},{"name":"OpenClusterNetInterface","features":[470]},{"name":"OpenClusterNetInterfaceEx","features":[470]},{"name":"OpenClusterNetwork","features":[470]},{"name":"OpenClusterNetworkEx","features":[470]},{"name":"OpenClusterNode","features":[470]},{"name":"OpenClusterNodeById","features":[470]},{"name":"OpenClusterNodeEx","features":[470]},{"name":"OpenClusterResource","features":[470]},{"name":"OpenClusterResourceEx","features":[470]},{"name":"OperationalQuorum","features":[470]},{"name":"PARBITRATE_ROUTINE","features":[470]},{"name":"PARM_WPR_WATCHDOG_FOR_CURRENT_RESOURCE_CALL_ROUTINE","features":[470]},{"name":"PBEGIN_RESCALL_AS_USER_ROUTINE","features":[307,470]},{"name":"PBEGIN_RESCALL_ROUTINE","features":[307,470]},{"name":"PBEGIN_RESTYPECALL_AS_USER_ROUTINE","features":[307,470]},{"name":"PBEGIN_RESTYPECALL_ROUTINE","features":[307,470]},{"name":"PCANCEL_ROUTINE","features":[470]},{"name":"PCHANGE_RESOURCE_PROCESS_FOR_DUMPS","features":[307,470]},{"name":"PCHANGE_RES_TYPE_PROCESS_FOR_DUMPS","features":[307,470]},{"name":"PCLOSE_CLUSTER_CRYPT_PROVIDER","features":[470]},{"name":"PCLOSE_ROUTINE","features":[470]},{"name":"PCLUSAPIClusWorkerCheckTerminate","features":[307,470]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_DEPENDENCY","features":[470]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_DEPENDENCY_EX","features":[470]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_GROUPSET_DEPENDENCY","features":[470]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EX","features":[470]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY","features":[470]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY_EX","features":[470]},{"name":"PCLUSAPI_ADD_CLUSTER_NODE","features":[307,470]},{"name":"PCLUSAPI_ADD_CLUSTER_NODE_EX","features":[307,470]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_DEPENDENCY","features":[470]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_DEPENDENCY_EX","features":[470]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE","features":[470]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE_EX","features":[470]},{"name":"PCLUSAPI_ADD_CROSS_CLUSTER_GROUPSET_DEPENDENCY","features":[470]},{"name":"PCLUSAPI_ADD_RESOURCE_TO_CLUSTER_SHARED_VOLUMES","features":[470]},{"name":"PCLUSAPI_BACKUP_CLUSTER_DATABASE","features":[470]},{"name":"PCLUSAPI_CAN_RESOURCE_BE_DEPENDENT","features":[307,470]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP","features":[470]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP_EX","features":[470]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP_EX2","features":[470]},{"name":"PCLUSAPI_CLOSE_CLUSTER","features":[307,470]},{"name":"PCLUSAPI_CLOSE_CLUSTER_GROUP","features":[307,470]},{"name":"PCLUSAPI_CLOSE_CLUSTER_GROUP_GROUPSET","features":[307,470]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NETWORK","features":[307,470]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NET_INTERFACE","features":[307,470]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NODE","features":[307,470]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NOTIFY_PORT","features":[307,470]},{"name":"PCLUSAPI_CLOSE_CLUSTER_RESOURCE","features":[307,470]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_AFFINITY_RULE","features":[470]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_GROUPSET_WITH_DOMAINS_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_GROUP_GROUPSET","features":[470]},{"name":"PCLUSAPI_CLUSTER_AFFINITY_RULE_CONTROL","features":[470]},{"name":"PCLUSAPI_CLUSTER_CLOSE_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_CLOSE_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_CONTROL","features":[470]},{"name":"PCLUSAPI_CLUSTER_CONTROL_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_CREATE_AFFINITY_RULE","features":[470]},{"name":"PCLUSAPI_CLUSTER_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_GET_ENUM_COUNT","features":[470]},{"name":"PCLUSAPI_CLUSTER_GET_ENUM_COUNT_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_CLOSE_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_CLOSE_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_CONTROL","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_CONTROL_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_GET_ENUM_COUNT","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_GET_ENUM_COUNT_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_GROUPSET_CONTROL","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_GROUPSET_CONTROL_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_OPEN_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_GROUP_OPEN_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CONTROL","features":[470]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CONTROL_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_NETWORK_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_NETWORK_GET_ENUM_COUNT","features":[470]},{"name":"PCLUSAPI_CLUSTER_NETWORK_OPEN_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_NET_INTERFACE_CONTROL","features":[470]},{"name":"PCLUSAPI_CLUSTER_NET_INTERFACE_CONTROL_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_NODE_CLOSE_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_NODE_CLOSE_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_NODE_CONTROL","features":[470]},{"name":"PCLUSAPI_CLUSTER_NODE_CONTROL_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_NODE_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_NODE_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_NODE_GET_ENUM_COUNT","features":[470]},{"name":"PCLUSAPI_CLUSTER_NODE_GET_ENUM_COUNT_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_NODE_OPEN_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_NODE_OPEN_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_OPEN_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_OPEN_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_REG_CLOSE_KEY","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_BATCH","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_KEY","features":[307,470,310,370]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_KEY_EX","features":[307,470,310,370]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_KEY","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_KEY_EX","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_VALUE","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_VALUE_EX","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_ENUM_KEY","features":[307,470,370]},{"name":"PCLUSAPI_CLUSTER_REG_ENUM_VALUE","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_GET_KEY_SECURITY","features":[470,310,370]},{"name":"PCLUSAPI_CLUSTER_REG_OPEN_KEY","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_QUERY_INFO_KEY","features":[307,470,370]},{"name":"PCLUSAPI_CLUSTER_REG_QUERY_VALUE","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_SET_KEY_SECURITY","features":[470,310,370]},{"name":"PCLUSAPI_CLUSTER_REG_SET_KEY_SECURITY_EX","features":[470,310,370]},{"name":"PCLUSAPI_CLUSTER_REG_SET_VALUE","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_SET_VALUE_EX","features":[470,370]},{"name":"PCLUSAPI_CLUSTER_REG_SYNC_DATABASE","features":[470]},{"name":"PCLUSAPI_CLUSTER_REMOVE_AFFINITY_RULE","features":[470]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_AFFINITY_RULE","features":[470]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_GROUPSET","features":[470]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_GROUPSET_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CLOSE_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CLOSE_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL_AS_USER_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_OPEN_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_OPEN_ENUM_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CLOSE_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL_AS_USER_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL_EX","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_GET_ENUM_COUNT","features":[470]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_OPEN_ENUM","features":[470]},{"name":"PCLUSAPI_CLUSTER_UPGRADE","features":[307,470]},{"name":"PCLUSAPI_CLUS_WORKER_CREATE","features":[307,470]},{"name":"PCLUSAPI_CLUS_WORKER_TERMINATE","features":[307,470]},{"name":"PCLUSAPI_CREATE_CLUSTER","features":[307,470]},{"name":"PCLUSAPI_CREATE_CLUSTER_AVAILABILITY_SET","features":[307,470]},{"name":"PCLUSAPI_CREATE_CLUSTER_CNOLESS","features":[307,470]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUP","features":[470]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUPEX","features":[470]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUP_GROUPSET","features":[470]},{"name":"PCLUSAPI_CREATE_CLUSTER_NAME_ACCOUNT","features":[307,470]},{"name":"PCLUSAPI_CREATE_CLUSTER_NOTIFY_PORT","features":[470]},{"name":"PCLUSAPI_CREATE_CLUSTER_NOTIFY_PORT_V2","features":[470]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE","features":[470]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_EX","features":[470]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_TYPE","features":[470]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_TYPE_EX","features":[470]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP","features":[470]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_EX","features":[470]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_GROUPSET","features":[470]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_GROUPSET_EX","features":[470]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE","features":[470]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_EX","features":[470]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_TYPE","features":[470]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_TYPE_EX","features":[470]},{"name":"PCLUSAPI_DESTROY_CLUSTER","features":[307,470]},{"name":"PCLUSAPI_DESTROY_CLUSTER_GROUP","features":[470]},{"name":"PCLUSAPI_DESTROY_CLUSTER_GROUP_EX","features":[470]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE","features":[470]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE_EX","features":[470]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE_EX2","features":[470]},{"name":"PCLUSAPI_FAIL_CLUSTER_RESOURCE","features":[470]},{"name":"PCLUSAPI_FAIL_CLUSTER_RESOURCE_EX","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_GROUP","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_GROUP_GROUPSET","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NETWORK","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NET_INTERFACE","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NODE","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_RESOURCE","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_GROUP_KEY","features":[470,370]},{"name":"PCLUSAPI_GET_CLUSTER_GROUP_STATE","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_INFORMATION","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_KEY","features":[470,370]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_ID","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_KEY","features":[470,370]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_STATE","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE_KEY","features":[470,370]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE_STATE","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_ID","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_KEY","features":[470,370]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_STATE","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_NOTIFY","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_NOTIFY_V2","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_QUORUM_RESOURCE","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_DEPENDENCY_EXPRESSION","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_KEY","features":[470,370]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_NETWORK_NAME","features":[307,470]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_STATE","features":[470]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_TYPE_KEY","features":[470,370]},{"name":"PCLUSAPI_GET_NODE_CLUSTER_STATE","features":[470]},{"name":"PCLUSAPI_GET_NOTIFY_EVENT_HANDLE_V2","features":[307,470]},{"name":"PCLUSAPI_IS_FILE_ON_CLUSTER_SHARED_VOLUME","features":[307,470]},{"name":"PCLUSAPI_MOVE_CLUSTER_GROUP","features":[470]},{"name":"PCLUSAPI_OFFLINE_CLUSTER_GROUP","features":[470]},{"name":"PCLUSAPI_OFFLINE_CLUSTER_RESOURCE","features":[470]},{"name":"PCLUSAPI_ONLINE_CLUSTER_GROUP","features":[470]},{"name":"PCLUSAPI_ONLINE_CLUSTER_RESOURCE","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_EX","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP_EX","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP_GROUPSET","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETINTERFACE_EX","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETWORK","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETWORK_EX","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_NET_INTERFACE","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_NODE","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_NODE_EX","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_RESOURCE","features":[470]},{"name":"PCLUSAPI_OPEN_CLUSTER_RESOURCE_EX","features":[470]},{"name":"PCLUSAPI_OPEN_NODE_BY_ID","features":[470]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE","features":[470]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE_EX","features":[307,470]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE_EX2","features":[307,470]},{"name":"PCLUSAPI_PFN_REASON_HANDLER","features":[307,470]},{"name":"PCLUSAPI_REGISTER_CLUSTER_NOTIFY","features":[307,470]},{"name":"PCLUSAPI_REGISTER_CLUSTER_NOTIFY_V2","features":[307,470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_DEPENDENCY","features":[470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_DEPENDENCY_EX","features":[470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_GROUPSET_DEPENDENCY","features":[470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EX","features":[470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY","features":[470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY_EX","features":[470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_NAME_ACCOUNT","features":[470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_DEPENDENCY","features":[470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_DEPENDENCY_EX","features":[470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_NODE","features":[470]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_NODE_EX","features":[470]},{"name":"PCLUSAPI_REMOVE_CROSS_CLUSTER_GROUPSET_DEPENDENCY","features":[470]},{"name":"PCLUSAPI_REMOVE_RESOURCE_FROM_CLUSTER_SHARED_VOLUMES","features":[470]},{"name":"PCLUSAPI_RESTART_CLUSTER_RESOURCE","features":[470]},{"name":"PCLUSAPI_RESTART_CLUSTER_RESOURCE_EX","features":[470]},{"name":"PCLUSAPI_RESTORE_CLUSTER_DATABASE","features":[307,470]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE","features":[470]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE_EX","features":[470]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE_EX2","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EXPRESSION","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EXPRESSION_EX","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NAME","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NAME_EX","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NODE_LIST","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NODE_LIST_EX","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_NAME_EX","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_NAME","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_NAME_EX","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_PRIORITY_ORDER","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_QUORUM_RESOURCE","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_QUORUM_RESOURCE_EX","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_DEPENDENCY_EXPRESSION","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_NAME","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_NAME_EX","features":[470]},{"name":"PCLUSAPI_SET_CLUSTER_SERVICE_ACCOUNT_PASSWORD","features":[307,470]},{"name":"PCLUSAPI_SET_GROUP_DEPENDENCY_EXPRESSION","features":[470]},{"name":"PCLUSAPI_SET_GROUP_DEPENDENCY_EXPRESSION_EX","features":[470]},{"name":"PCLUSAPI_SET_REASON_HANDLER","features":[307,470]},{"name":"PCLUSAPI_SHARED_VOLUME_SET_SNAPSHOT_STATE","features":[470]},{"name":"PCLUSAPI_SetClusterName","features":[470]},{"name":"PCLUSTER_CLEAR_BACKUP_STATE_FOR_SHARED_VOLUME","features":[470]},{"name":"PCLUSTER_DECRYPT","features":[470]},{"name":"PCLUSTER_ENCRYPT","features":[470]},{"name":"PCLUSTER_GET_VOLUME_NAME_FOR_VOLUME_MOUNT_POINT","features":[307,470]},{"name":"PCLUSTER_GET_VOLUME_PATH_NAME","features":[307,470]},{"name":"PCLUSTER_IS_PATH_ON_SHARED_VOLUME","features":[307,470]},{"name":"PCLUSTER_PREPARE_SHARED_VOLUME_FOR_BACKUP","features":[470]},{"name":"PCLUSTER_REG_BATCH_ADD_COMMAND","features":[470]},{"name":"PCLUSTER_REG_BATCH_CLOSE_NOTIFICATION","features":[470]},{"name":"PCLUSTER_REG_BATCH_READ_COMMAND","features":[470]},{"name":"PCLUSTER_REG_CLOSE_BATCH","features":[307,470]},{"name":"PCLUSTER_REG_CLOSE_BATCH_NOTIFY_PORT","features":[470]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH","features":[470]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH_EX","features":[470]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH_REPLY","features":[470]},{"name":"PCLUSTER_REG_CREATE_BATCH_NOTIFY_PORT","features":[470,370]},{"name":"PCLUSTER_REG_CREATE_READ_BATCH","features":[470,370]},{"name":"PCLUSTER_REG_GET_BATCH_NOTIFICATION","features":[470]},{"name":"PCLUSTER_REG_READ_BATCH_ADD_COMMAND","features":[470]},{"name":"PCLUSTER_REG_READ_BATCH_REPLY_NEXT_COMMAND","features":[470]},{"name":"PCLUSTER_SETUP_PROGRESS_CALLBACK","features":[307,470]},{"name":"PCLUSTER_SET_ACCOUNT_ACCESS","features":[470]},{"name":"PCLUSTER_UPGRADE_PROGRESS_CALLBACK","features":[307,470]},{"name":"PEND_CONTROL_CALL","features":[470]},{"name":"PEND_TYPE_CONTROL_CALL","features":[470]},{"name":"PEXTEND_RES_CONTROL_CALL","features":[470]},{"name":"PEXTEND_RES_TYPE_CONTROL_CALL","features":[470]},{"name":"PFREE_CLUSTER_CRYPT","features":[470]},{"name":"PIS_ALIVE_ROUTINE","features":[307,470]},{"name":"PLACEMENT_OPTIONS","features":[470]},{"name":"PLACEMENT_OPTIONS_ALL","features":[470]},{"name":"PLACEMENT_OPTIONS_AVAILABILITY_SET_DOMAIN_AFFINITY","features":[470]},{"name":"PLACEMENT_OPTIONS_CONSIDER_OFFLINE_VMS","features":[470]},{"name":"PLACEMENT_OPTIONS_DEFAULT_PLACEMENT_OPTIONS","features":[470]},{"name":"PLACEMENT_OPTIONS_DISABLE_CSV_VM_DEPENDENCY","features":[470]},{"name":"PLACEMENT_OPTIONS_DONT_RESUME_AVAILABILTY_SET_VMS_WITH_EXISTING_TEMP_DISK","features":[470]},{"name":"PLACEMENT_OPTIONS_DONT_RESUME_VMS_WITH_EXISTING_TEMP_DISK","features":[470]},{"name":"PLACEMENT_OPTIONS_DONT_USE_CPU","features":[470]},{"name":"PLACEMENT_OPTIONS_DONT_USE_LOCAL_TEMP_DISK","features":[470]},{"name":"PLACEMENT_OPTIONS_DONT_USE_MEMORY","features":[470]},{"name":"PLACEMENT_OPTIONS_MIN_VALUE","features":[470]},{"name":"PLACEMENT_OPTIONS_SAVE_AVAILABILTY_SET_VMS_WITH_LOCAL_DISK_ON_DRAIN_OVERWRITE","features":[470]},{"name":"PLACEMENT_OPTIONS_SAVE_VMS_WITH_LOCAL_DISK_ON_DRAIN_OVERWRITE","features":[470]},{"name":"PLOG_EVENT_ROUTINE","features":[470]},{"name":"PLOOKS_ALIVE_ROUTINE","features":[307,470]},{"name":"POFFLINE_ROUTINE","features":[470]},{"name":"POFFLINE_V2_ROUTINE","features":[470]},{"name":"PONLINE_ROUTINE","features":[307,470]},{"name":"PONLINE_V2_ROUTINE","features":[307,470]},{"name":"POPEN_CLUSTER_CRYPT_PROVIDER","features":[470]},{"name":"POPEN_CLUSTER_CRYPT_PROVIDEREX","features":[470]},{"name":"POPEN_ROUTINE","features":[470,370]},{"name":"POPEN_V2_ROUTINE","features":[470,370]},{"name":"POST_UPGRADE_VERSION_INFO","features":[470]},{"name":"PQUERY_APPINSTANCE_VERSION","features":[307,470]},{"name":"PQUORUM_RESOURCE_LOST","features":[470]},{"name":"PRAISE_RES_TYPE_NOTIFICATION","features":[470]},{"name":"PREGISTER_APPINSTANCE","features":[307,470]},{"name":"PREGISTER_APPINSTANCE_VERSION","features":[470]},{"name":"PRELEASE_ROUTINE","features":[470]},{"name":"PREQUEST_DUMP_ROUTINE","features":[307,470]},{"name":"PRESET_ALL_APPINSTANCE_VERSIONS","features":[470]},{"name":"PRESOURCE_CONTROL_ROUTINE","features":[470]},{"name":"PRESOURCE_TYPE_CONTROL_ROUTINE","features":[470]},{"name":"PRESUTIL_ADD_UNKNOWN_PROPERTIES","features":[307,470,370]},{"name":"PRESUTIL_CREATE_DIRECTORY_TREE","features":[470]},{"name":"PRESUTIL_DUP_PARAMETER_BLOCK","features":[307,470]},{"name":"PRESUTIL_DUP_STRING","features":[470]},{"name":"PRESUTIL_ENUM_PRIVATE_PROPERTIES","features":[470,370]},{"name":"PRESUTIL_ENUM_PROPERTIES","features":[307,470]},{"name":"PRESUTIL_ENUM_RESOURCES","features":[470]},{"name":"PRESUTIL_ENUM_RESOURCES_EX","features":[470]},{"name":"PRESUTIL_ENUM_RESOURCES_EX2","features":[470]},{"name":"PRESUTIL_EXPAND_ENVIRONMENT_STRINGS","features":[470]},{"name":"PRESUTIL_FIND_BINARY_PROPERTY","features":[470]},{"name":"PRESUTIL_FIND_DEPENDENT_DISK_RESOURCE_DRIVE_LETTER","features":[470]},{"name":"PRESUTIL_FIND_DWORD_PROPERTY","features":[470]},{"name":"PRESUTIL_FIND_EXPANDED_SZ_PROPERTY","features":[470]},{"name":"PRESUTIL_FIND_EXPAND_SZ_PROPERTY","features":[470]},{"name":"PRESUTIL_FIND_FILETIME_PROPERTY","features":[307,470]},{"name":"PRESUTIL_FIND_LONG_PROPERTY","features":[470]},{"name":"PRESUTIL_FIND_MULTI_SZ_PROPERTY","features":[470]},{"name":"PRESUTIL_FIND_SZ_PROPERTY","features":[470]},{"name":"PRESUTIL_FIND_ULARGEINTEGER_PROPERTY","features":[470]},{"name":"PRESUTIL_FREE_ENVIRONMENT","features":[470]},{"name":"PRESUTIL_FREE_PARAMETER_BLOCK","features":[307,470]},{"name":"PRESUTIL_GET_ALL_PROPERTIES","features":[307,470,370]},{"name":"PRESUTIL_GET_BINARY_PROPERTY","features":[470]},{"name":"PRESUTIL_GET_BINARY_VALUE","features":[470,370]},{"name":"PRESUTIL_GET_CORE_CLUSTER_RESOURCES","features":[470]},{"name":"PRESUTIL_GET_CORE_CLUSTER_RESOURCES_EX","features":[470]},{"name":"PRESUTIL_GET_DWORD_PROPERTY","features":[470]},{"name":"PRESUTIL_GET_DWORD_VALUE","features":[470,370]},{"name":"PRESUTIL_GET_ENVIRONMENT_WITH_NET_NAME","features":[470]},{"name":"PRESUTIL_GET_EXPAND_SZ_VALUE","features":[307,470,370]},{"name":"PRESUTIL_GET_FILETIME_PROPERTY","features":[307,470]},{"name":"PRESUTIL_GET_LONG_PROPERTY","features":[470]},{"name":"PRESUTIL_GET_MULTI_SZ_PROPERTY","features":[470]},{"name":"PRESUTIL_GET_PRIVATE_PROPERTIES","features":[470,370]},{"name":"PRESUTIL_GET_PROPERTIES","features":[307,470,370]},{"name":"PRESUTIL_GET_PROPERTIES_TO_PARAMETER_BLOCK","features":[307,470,370]},{"name":"PRESUTIL_GET_PROPERTY","features":[307,470,370]},{"name":"PRESUTIL_GET_PROPERTY_FORMATS","features":[307,470]},{"name":"PRESUTIL_GET_PROPERTY_SIZE","features":[307,470,370]},{"name":"PRESUTIL_GET_QWORD_VALUE","features":[470,370]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY","features":[307,470]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_CLASS","features":[307,470]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_CLASS_EX","features":[307,470]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_NAME","features":[307,470]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_NAME_EX","features":[307,470]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_EX","features":[307,470]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENTIP_ADDRESS_PROPS","features":[470]},{"name":"PRESUTIL_GET_RESOURCE_NAME","features":[470]},{"name":"PRESUTIL_GET_RESOURCE_NAME_DEPENDENCY","features":[470]},{"name":"PRESUTIL_GET_RESOURCE_NAME_DEPENDENCY_EX","features":[470]},{"name":"PRESUTIL_GET_SZ_PROPERTY","features":[470]},{"name":"PRESUTIL_GET_SZ_VALUE","features":[470,370]},{"name":"PRESUTIL_IS_PATH_VALID","features":[307,470]},{"name":"PRESUTIL_IS_RESOURCE_CLASS_EQUAL","features":[307,470]},{"name":"PRESUTIL_PROPERTY_LIST_FROM_PARAMETER_BLOCK","features":[307,470]},{"name":"PRESUTIL_REMOVE_RESOURCE_SERVICE_ENVIRONMENT","features":[470]},{"name":"PRESUTIL_RESOURCES_EQUAL","features":[307,470]},{"name":"PRESUTIL_RESOURCE_TYPES_EQUAL","features":[307,470]},{"name":"PRESUTIL_SET_BINARY_VALUE","features":[470,370]},{"name":"PRESUTIL_SET_DWORD_VALUE","features":[470,370]},{"name":"PRESUTIL_SET_EXPAND_SZ_VALUE","features":[470,370]},{"name":"PRESUTIL_SET_MULTI_SZ_VALUE","features":[470,370]},{"name":"PRESUTIL_SET_PRIVATE_PROPERTY_LIST","features":[470,370]},{"name":"PRESUTIL_SET_PROPERTY_PARAMETER_BLOCK","features":[307,470,370]},{"name":"PRESUTIL_SET_PROPERTY_PARAMETER_BLOCK_EX","features":[307,470,370]},{"name":"PRESUTIL_SET_PROPERTY_TABLE","features":[307,470,370]},{"name":"PRESUTIL_SET_PROPERTY_TABLE_EX","features":[307,470,370]},{"name":"PRESUTIL_SET_QWORD_VALUE","features":[470,370]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_ENVIRONMENT","features":[470]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_START_PARAMETERS","features":[470,471]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_START_PARAMETERS_EX","features":[470,471]},{"name":"PRESUTIL_SET_SZ_VALUE","features":[470,370]},{"name":"PRESUTIL_SET_UNKNOWN_PROPERTIES","features":[307,470,370]},{"name":"PRESUTIL_START_RESOURCE_SERVICE","features":[470,471]},{"name":"PRESUTIL_STOP_RESOURCE_SERVICE","features":[470]},{"name":"PRESUTIL_STOP_SERVICE","features":[470,471]},{"name":"PRESUTIL_TERMINATE_SERVICE_PROCESS_FROM_RES_DLL","features":[307,470]},{"name":"PRESUTIL_VERIFY_PRIVATE_PROPERTY_LIST","features":[470]},{"name":"PRESUTIL_VERIFY_PROPERTY_TABLE","features":[307,470]},{"name":"PRESUTIL_VERIFY_RESOURCE_SERVICE","features":[470]},{"name":"PRESUTIL_VERIFY_SERVICE","features":[470,471]},{"name":"PRES_UTIL_VERIFY_SHUTDOWN_SAFE","features":[470]},{"name":"PSET_INTERNAL_STATE","features":[307,470]},{"name":"PSET_RESOURCE_INMEMORY_NODELOCAL_PROPERTIES_ROUTINE","features":[470]},{"name":"PSET_RESOURCE_LOCKED_MODE_EX_ROUTINE","features":[307,470]},{"name":"PSET_RESOURCE_LOCKED_MODE_ROUTINE","features":[307,470]},{"name":"PSET_RESOURCE_STATUS_ROUTINE","features":[307,470]},{"name":"PSET_RESOURCE_STATUS_ROUTINE_EX","features":[307,470]},{"name":"PSET_RESOURCE_WPR_POLICY_ROUTINE","features":[470]},{"name":"PSIGNAL_FAILURE_ROUTINE","features":[470]},{"name":"PSTARTUP_EX_ROUTINE","features":[307,470,370]},{"name":"PSTARTUP_ROUTINE","features":[307,470,370]},{"name":"PTERMINATE_ROUTINE","features":[470]},{"name":"PWORKER_START_ROUTINE","features":[307,470]},{"name":"PauseClusterNode","features":[470]},{"name":"PauseClusterNodeEx","features":[307,470]},{"name":"PauseClusterNodeEx2","features":[307,470]},{"name":"PaxosTagCStruct","features":[470]},{"name":"PriorityDisabled","features":[470]},{"name":"PriorityHigh","features":[470]},{"name":"PriorityLow","features":[470]},{"name":"PriorityMedium","features":[470]},{"name":"QueryAppInstanceVersion","features":[307,470]},{"name":"RESDLL_CONTEXT_OPERATION_TYPE","features":[470]},{"name":"RESOURCE_EXIT_STATE","features":[470]},{"name":"RESOURCE_FAILURE_INFO","features":[470]},{"name":"RESOURCE_FAILURE_INFO_BUFFER","features":[470]},{"name":"RESOURCE_FAILURE_INFO_VERSION_1","features":[470]},{"name":"RESOURCE_MONITOR_STATE","features":[470]},{"name":"RESOURCE_STATUS","features":[307,470]},{"name":"RESOURCE_STATUS_EX","features":[307,470]},{"name":"RESOURCE_TERMINAL_FAILURE_INFO_BUFFER","features":[307,470]},{"name":"RESTYPE_MONITOR_SHUTTING_DOWN_CLUSSVC_CRASH","features":[470]},{"name":"RESTYPE_MONITOR_SHUTTING_DOWN_NODE_STOP","features":[470]},{"name":"RESUTIL_FILETIME_DATA","features":[307,470]},{"name":"RESUTIL_LARGEINT_DATA","features":[470]},{"name":"RESUTIL_PROPERTY_ITEM","features":[307,470]},{"name":"RESUTIL_PROPITEM_IN_MEMORY","features":[470]},{"name":"RESUTIL_PROPITEM_READ_ONLY","features":[470]},{"name":"RESUTIL_PROPITEM_REQUIRED","features":[470]},{"name":"RESUTIL_PROPITEM_SIGNED","features":[470]},{"name":"RESUTIL_ULARGEINT_DATA","features":[470]},{"name":"RS3_UPGRADE_VERSION","features":[470]},{"name":"RS4_UPGRADE_VERSION","features":[470]},{"name":"RS5_UPGRADE_VERSION","features":[470]},{"name":"RedirectedIOReasonBitLockerInitializing","features":[470]},{"name":"RedirectedIOReasonFileSystemTiering","features":[470]},{"name":"RedirectedIOReasonMax","features":[470]},{"name":"RedirectedIOReasonReFs","features":[470]},{"name":"RedirectedIOReasonUnsafeFileSystemFilter","features":[470]},{"name":"RedirectedIOReasonUnsafeVolumeFilter","features":[470]},{"name":"RedirectedIOReasonUserRequest","features":[470]},{"name":"RegisterAppInstance","features":[307,470]},{"name":"RegisterAppInstanceVersion","features":[470]},{"name":"RegisterClusterNotify","features":[307,470]},{"name":"RegisterClusterNotifyV2","features":[307,470]},{"name":"RegisterClusterResourceTypeNotifyV2","features":[470]},{"name":"RemoveClusterGroupDependency","features":[470]},{"name":"RemoveClusterGroupDependencyEx","features":[470]},{"name":"RemoveClusterGroupSetDependency","features":[470]},{"name":"RemoveClusterGroupSetDependencyEx","features":[470]},{"name":"RemoveClusterGroupToGroupSetDependency","features":[470]},{"name":"RemoveClusterGroupToGroupSetDependencyEx","features":[470]},{"name":"RemoveClusterNameAccount","features":[307,470]},{"name":"RemoveClusterResourceDependency","features":[470]},{"name":"RemoveClusterResourceDependencyEx","features":[470]},{"name":"RemoveClusterResourceNode","features":[470]},{"name":"RemoveClusterResourceNodeEx","features":[470]},{"name":"RemoveClusterStorageNode","features":[470]},{"name":"RemoveCrossClusterGroupSetDependency","features":[470]},{"name":"RemoveResourceFromClusterSharedVolumes","features":[470]},{"name":"ResUtilAddUnknownProperties","features":[307,470,370]},{"name":"ResUtilCreateDirectoryTree","features":[470]},{"name":"ResUtilDupGroup","features":[470]},{"name":"ResUtilDupParameterBlock","features":[307,470]},{"name":"ResUtilDupResource","features":[470]},{"name":"ResUtilDupString","features":[470]},{"name":"ResUtilEnumGroups","features":[470]},{"name":"ResUtilEnumGroupsEx","features":[470]},{"name":"ResUtilEnumPrivateProperties","features":[470,370]},{"name":"ResUtilEnumProperties","features":[307,470]},{"name":"ResUtilEnumResources","features":[470]},{"name":"ResUtilEnumResourcesEx","features":[470]},{"name":"ResUtilEnumResourcesEx2","features":[470]},{"name":"ResUtilExpandEnvironmentStrings","features":[470]},{"name":"ResUtilFindBinaryProperty","features":[470]},{"name":"ResUtilFindDependentDiskResourceDriveLetter","features":[470]},{"name":"ResUtilFindDwordProperty","features":[470]},{"name":"ResUtilFindExpandSzProperty","features":[470]},{"name":"ResUtilFindExpandedSzProperty","features":[470]},{"name":"ResUtilFindFileTimeProperty","features":[307,470]},{"name":"ResUtilFindLongProperty","features":[470]},{"name":"ResUtilFindMultiSzProperty","features":[470]},{"name":"ResUtilFindSzProperty","features":[470]},{"name":"ResUtilFindULargeIntegerProperty","features":[470]},{"name":"ResUtilFreeEnvironment","features":[470]},{"name":"ResUtilFreeParameterBlock","features":[307,470]},{"name":"ResUtilGetAllProperties","features":[307,470,370]},{"name":"ResUtilGetBinaryProperty","features":[470]},{"name":"ResUtilGetBinaryValue","features":[470,370]},{"name":"ResUtilGetClusterGroupType","features":[470]},{"name":"ResUtilGetClusterId","features":[470]},{"name":"ResUtilGetClusterRoleState","features":[470]},{"name":"ResUtilGetCoreClusterResources","features":[470]},{"name":"ResUtilGetCoreClusterResourcesEx","features":[470]},{"name":"ResUtilGetCoreGroup","features":[470]},{"name":"ResUtilGetDwordProperty","features":[470]},{"name":"ResUtilGetDwordValue","features":[470,370]},{"name":"ResUtilGetEnvironmentWithNetName","features":[470]},{"name":"ResUtilGetFileTimeProperty","features":[307,470]},{"name":"ResUtilGetLongProperty","features":[470]},{"name":"ResUtilGetMultiSzProperty","features":[470]},{"name":"ResUtilGetPrivateProperties","features":[470,370]},{"name":"ResUtilGetProperties","features":[307,470,370]},{"name":"ResUtilGetPropertiesToParameterBlock","features":[307,470,370]},{"name":"ResUtilGetProperty","features":[307,470,370]},{"name":"ResUtilGetPropertyFormats","features":[307,470]},{"name":"ResUtilGetPropertySize","features":[307,470,370]},{"name":"ResUtilGetQwordValue","features":[470,370]},{"name":"ResUtilGetResourceDependency","features":[307,470]},{"name":"ResUtilGetResourceDependencyByClass","features":[307,470]},{"name":"ResUtilGetResourceDependencyByClassEx","features":[307,470]},{"name":"ResUtilGetResourceDependencyByName","features":[307,470]},{"name":"ResUtilGetResourceDependencyByNameEx","features":[307,470]},{"name":"ResUtilGetResourceDependencyEx","features":[307,470]},{"name":"ResUtilGetResourceDependentIPAddressProps","features":[470]},{"name":"ResUtilGetResourceName","features":[470]},{"name":"ResUtilGetResourceNameDependency","features":[470]},{"name":"ResUtilGetResourceNameDependencyEx","features":[470]},{"name":"ResUtilGetSzProperty","features":[470]},{"name":"ResUtilGetSzValue","features":[470,370]},{"name":"ResUtilGroupsEqual","features":[307,470]},{"name":"ResUtilIsPathValid","features":[307,470]},{"name":"ResUtilIsResourceClassEqual","features":[307,470]},{"name":"ResUtilLeftPaxosIsLessThanRight","features":[307,470]},{"name":"ResUtilNodeEnum","features":[470]},{"name":"ResUtilPaxosComparer","features":[307,470]},{"name":"ResUtilPropertyListFromParameterBlock","features":[307,470]},{"name":"ResUtilRemoveResourceServiceEnvironment","features":[470]},{"name":"ResUtilResourceDepEnum","features":[470]},{"name":"ResUtilResourceTypesEqual","features":[307,470]},{"name":"ResUtilResourcesEqual","features":[307,470]},{"name":"ResUtilSetBinaryValue","features":[470,370]},{"name":"ResUtilSetDwordValue","features":[470,370]},{"name":"ResUtilSetExpandSzValue","features":[470,370]},{"name":"ResUtilSetMultiSzValue","features":[470,370]},{"name":"ResUtilSetPrivatePropertyList","features":[470,370]},{"name":"ResUtilSetPropertyParameterBlock","features":[307,470,370]},{"name":"ResUtilSetPropertyParameterBlockEx","features":[307,470,370]},{"name":"ResUtilSetPropertyTable","features":[307,470,370]},{"name":"ResUtilSetPropertyTableEx","features":[307,470,370]},{"name":"ResUtilSetQwordValue","features":[470,370]},{"name":"ResUtilSetResourceServiceEnvironment","features":[470]},{"name":"ResUtilSetResourceServiceStartParameters","features":[470,471]},{"name":"ResUtilSetResourceServiceStartParametersEx","features":[470,471]},{"name":"ResUtilSetSzValue","features":[470,370]},{"name":"ResUtilSetUnknownProperties","features":[307,470,370]},{"name":"ResUtilSetValueEx","features":[470,370]},{"name":"ResUtilStartResourceService","features":[470,471]},{"name":"ResUtilStopResourceService","features":[470]},{"name":"ResUtilStopService","features":[470,471]},{"name":"ResUtilTerminateServiceProcessFromResDll","features":[307,470]},{"name":"ResUtilVerifyPrivatePropertyList","features":[470]},{"name":"ResUtilVerifyPropertyTable","features":[307,470]},{"name":"ResUtilVerifyResourceService","features":[470]},{"name":"ResUtilVerifyService","features":[470,471]},{"name":"ResUtilVerifyShutdownSafe","features":[470]},{"name":"ResUtilsDeleteKeyTree","features":[307,470,370]},{"name":"ResdllContextOperationTypeDrain","features":[470]},{"name":"ResdllContextOperationTypeDrainFailure","features":[470]},{"name":"ResdllContextOperationTypeEmbeddedFailure","features":[470]},{"name":"ResdllContextOperationTypeFailback","features":[470]},{"name":"ResdllContextOperationTypeNetworkDisconnect","features":[470]},{"name":"ResdllContextOperationTypeNetworkDisconnectMoveRetry","features":[470]},{"name":"ResdllContextOperationTypePreemption","features":[470]},{"name":"ResetAllAppInstanceVersions","features":[470]},{"name":"ResourceExitStateContinue","features":[470]},{"name":"ResourceExitStateMax","features":[470]},{"name":"ResourceExitStateTerminate","features":[470]},{"name":"ResourceUtilizationInfoElement","features":[470]},{"name":"RestartClusterResource","features":[470]},{"name":"RestartClusterResourceEx","features":[470]},{"name":"RestoreClusterDatabase","features":[307,470]},{"name":"ResumeClusterNode","features":[470]},{"name":"ResumeClusterNodeEx","features":[470]},{"name":"ResumeClusterNodeEx2","features":[470]},{"name":"RmonArbitrateResource","features":[470]},{"name":"RmonDeadlocked","features":[470]},{"name":"RmonDeletingResource","features":[470]},{"name":"RmonIdle","features":[470]},{"name":"RmonInitializing","features":[470]},{"name":"RmonInitializingResource","features":[470]},{"name":"RmonIsAlivePoll","features":[470]},{"name":"RmonLooksAlivePoll","features":[470]},{"name":"RmonOfflineResource","features":[470]},{"name":"RmonOnlineResource","features":[470]},{"name":"RmonReleaseResource","features":[470]},{"name":"RmonResourceControl","features":[470]},{"name":"RmonResourceTypeControl","features":[470]},{"name":"RmonShutdownResource","features":[470]},{"name":"RmonStartingResource","features":[470]},{"name":"RmonTerminateResource","features":[470]},{"name":"SET_APPINSTANCE_CSV_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[470]},{"name":"SET_APP_INSTANCE_CSV_FLAGS","features":[307,470]},{"name":"SR_DISK_REPLICATION_ELIGIBLE","features":[470]},{"name":"SR_REPLICATED_DISK_TYPE","features":[470]},{"name":"SR_REPLICATED_PARTITION_DISALLOW_MULTINODE_IO","features":[470]},{"name":"SR_RESOURCE_TYPE_ADD_REPLICATION_GROUP","features":[307,470]},{"name":"SR_RESOURCE_TYPE_ADD_REPLICATION_GROUP_RESULT","features":[470]},{"name":"SR_RESOURCE_TYPE_DISK_INFO","features":[470]},{"name":"SR_RESOURCE_TYPE_ELIGIBLE_DISKS_RESULT","features":[470]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_LOGDISKS","features":[307,470]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_SOURCE_DATADISKS","features":[307,470]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_TARGET_DATADISKS","features":[307,470]},{"name":"SR_RESOURCE_TYPE_REPLICATED_DISK","features":[470]},{"name":"SR_RESOURCE_TYPE_REPLICATED_DISKS_RESULT","features":[470]},{"name":"SR_RESOURCE_TYPE_REPLICATED_PARTITION_ARRAY","features":[470]},{"name":"SR_RESOURCE_TYPE_REPLICATED_PARTITION_INFO","features":[470]},{"name":"STARTUP_EX_ROUTINE","features":[470]},{"name":"STARTUP_ROUTINE","features":[470]},{"name":"SetAppInstanceCsvFlags","features":[307,470]},{"name":"SetClusterGroupName","features":[470]},{"name":"SetClusterGroupNameEx","features":[470]},{"name":"SetClusterGroupNodeList","features":[470]},{"name":"SetClusterGroupNodeListEx","features":[470]},{"name":"SetClusterGroupSetDependencyExpression","features":[470]},{"name":"SetClusterGroupSetDependencyExpressionEx","features":[470]},{"name":"SetClusterName","features":[470]},{"name":"SetClusterNameEx","features":[470]},{"name":"SetClusterNetworkName","features":[470]},{"name":"SetClusterNetworkNameEx","features":[470]},{"name":"SetClusterNetworkPriorityOrder","features":[470]},{"name":"SetClusterQuorumResource","features":[470]},{"name":"SetClusterQuorumResourceEx","features":[470]},{"name":"SetClusterResourceDependencyExpression","features":[470]},{"name":"SetClusterResourceName","features":[470]},{"name":"SetClusterResourceNameEx","features":[470]},{"name":"SetClusterServiceAccountPassword","features":[307,470]},{"name":"SetGroupDependencyExpression","features":[470]},{"name":"SetGroupDependencyExpressionEx","features":[470]},{"name":"SharedVolumeStateActive","features":[470]},{"name":"SharedVolumeStateActiveRedirected","features":[470]},{"name":"SharedVolumeStateActiveVolumeRedirected","features":[470]},{"name":"SharedVolumeStatePaused","features":[470]},{"name":"SharedVolumeStateUnavailable","features":[470]},{"name":"SrDiskReplicationEligibleAlreadyInReplication","features":[470]},{"name":"SrDiskReplicationEligibleFileSystemNotSupported","features":[470]},{"name":"SrDiskReplicationEligibleInSameSite","features":[470]},{"name":"SrDiskReplicationEligibleInsufficientFreeSpace","features":[470]},{"name":"SrDiskReplicationEligibleNone","features":[470]},{"name":"SrDiskReplicationEligibleNotGpt","features":[470]},{"name":"SrDiskReplicationEligibleNotInSameSite","features":[470]},{"name":"SrDiskReplicationEligibleOffline","features":[470]},{"name":"SrDiskReplicationEligibleOther","features":[470]},{"name":"SrDiskReplicationEligiblePartitionLayoutMismatch","features":[470]},{"name":"SrDiskReplicationEligibleSameAsSpecifiedDisk","features":[470]},{"name":"SrDiskReplicationEligibleYes","features":[470]},{"name":"SrReplicatedDiskTypeDestination","features":[470]},{"name":"SrReplicatedDiskTypeLogDestination","features":[470]},{"name":"SrReplicatedDiskTypeLogNotInParthership","features":[470]},{"name":"SrReplicatedDiskTypeLogSource","features":[470]},{"name":"SrReplicatedDiskTypeNone","features":[470]},{"name":"SrReplicatedDiskTypeNotInParthership","features":[470]},{"name":"SrReplicatedDiskTypeOther","features":[470]},{"name":"SrReplicatedDiskTypeSource","features":[470]},{"name":"USE_CLIENT_ACCESS_NETWORKS_FOR_CSV","features":[470]},{"name":"VM_RESDLL_CONTEXT","features":[470]},{"name":"VmResdllContextLiveMigration","features":[470]},{"name":"VmResdllContextSave","features":[470]},{"name":"VmResdllContextShutdown","features":[470]},{"name":"VmResdllContextShutdownForce","features":[470]},{"name":"VmResdllContextTurnOff","features":[470]},{"name":"VolumeBackupInProgress","features":[470]},{"name":"VolumeBackupNone","features":[470]},{"name":"VolumeRedirectedIOReasonMax","features":[470]},{"name":"VolumeRedirectedIOReasonNoDiskConnectivity","features":[470]},{"name":"VolumeRedirectedIOReasonStorageSpaceNotAttached","features":[470]},{"name":"VolumeRedirectedIOReasonVolumeReplicationEnabled","features":[470]},{"name":"VolumeStateDismounted","features":[470]},{"name":"VolumeStateInMaintenance","features":[470]},{"name":"VolumeStateNoAccess","features":[470]},{"name":"VolumeStateNoDirectIO","features":[470]},{"name":"VolumeStateNoFaults","features":[470]},{"name":"WS2016_RTM_UPGRADE_VERSION","features":[470]},{"name":"WS2016_TP4_UPGRADE_VERSION","features":[470]},{"name":"WS2016_TP5_UPGRADE_VERSION","features":[470]},{"name":"WitnessTagHelper","features":[470]},{"name":"WitnessTagUpdateHelper","features":[470]},{"name":"eResourceStateChangeReasonFailedMove","features":[470]},{"name":"eResourceStateChangeReasonFailover","features":[470]},{"name":"eResourceStateChangeReasonMove","features":[470]},{"name":"eResourceStateChangeReasonRundown","features":[470]},{"name":"eResourceStateChangeReasonShutdown","features":[470]},{"name":"eResourceStateChangeReasonUnknown","features":[470]}],"473":[{"name":"CacheRangeChunkSize","features":[472]},{"name":"CreateRequestQueueExternalIdProperty","features":[472]},{"name":"CreateRequestQueueMax","features":[472]},{"name":"DelegateRequestDelegateUrlProperty","features":[472]},{"name":"DelegateRequestReservedProperty","features":[472]},{"name":"ExParamTypeErrorHeaders","features":[472]},{"name":"ExParamTypeHttp2SettingsLimits","features":[472]},{"name":"ExParamTypeHttp2Window","features":[472]},{"name":"ExParamTypeHttpPerformance","features":[472]},{"name":"ExParamTypeMax","features":[472]},{"name":"ExParamTypeTlsRestrictions","features":[472]},{"name":"ExParamTypeTlsSessionTicketKeys","features":[472]},{"name":"HTTP2_SETTINGS_LIMITS_PARAM","features":[472]},{"name":"HTTP2_WINDOW_SIZE_PARAM","features":[472]},{"name":"HTTPAPI_VERSION","features":[472]},{"name":"HTTP_503_RESPONSE_VERBOSITY","features":[472]},{"name":"HTTP_AUTHENTICATION_HARDENING_LEVELS","features":[472]},{"name":"HTTP_AUTH_ENABLE_BASIC","features":[472]},{"name":"HTTP_AUTH_ENABLE_DIGEST","features":[472]},{"name":"HTTP_AUTH_ENABLE_KERBEROS","features":[472]},{"name":"HTTP_AUTH_ENABLE_NEGOTIATE","features":[472]},{"name":"HTTP_AUTH_ENABLE_NTLM","features":[472]},{"name":"HTTP_AUTH_EX_FLAG_CAPTURE_CREDENTIAL","features":[472]},{"name":"HTTP_AUTH_EX_FLAG_ENABLE_KERBEROS_CREDENTIAL_CACHING","features":[472]},{"name":"HTTP_AUTH_STATUS","features":[472]},{"name":"HTTP_BANDWIDTH_LIMIT_INFO","features":[472]},{"name":"HTTP_BINDING_INFO","features":[307,472]},{"name":"HTTP_BYTE_RANGE","features":[472]},{"name":"HTTP_CACHE_POLICY","features":[472]},{"name":"HTTP_CACHE_POLICY_TYPE","features":[472]},{"name":"HTTP_CHANNEL_BIND_CLIENT_SERVICE","features":[472]},{"name":"HTTP_CHANNEL_BIND_DOTLESS_SERVICE","features":[472]},{"name":"HTTP_CHANNEL_BIND_INFO","features":[472]},{"name":"HTTP_CHANNEL_BIND_NO_SERVICE_NAME_CHECK","features":[472]},{"name":"HTTP_CHANNEL_BIND_PROXY","features":[472]},{"name":"HTTP_CHANNEL_BIND_PROXY_COHOSTING","features":[472]},{"name":"HTTP_CHANNEL_BIND_SECURE_CHANNEL_TOKEN","features":[472]},{"name":"HTTP_CONNECTION_LIMIT_INFO","features":[472]},{"name":"HTTP_COOKED_URL","features":[472]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_CONTROLLER","features":[472]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_DELEGATION","features":[472]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_OPEN_EXISTING","features":[472]},{"name":"HTTP_CREATE_REQUEST_QUEUE_PROPERTY_ID","features":[472]},{"name":"HTTP_CREATE_REQUEST_QUEUE_PROPERTY_INFO","features":[472]},{"name":"HTTP_DATA_CHUNK","features":[307,472]},{"name":"HTTP_DATA_CHUNK_TYPE","features":[472]},{"name":"HTTP_DELEGATE_REQUEST_PROPERTY_ID","features":[472]},{"name":"HTTP_DELEGATE_REQUEST_PROPERTY_INFO","features":[472]},{"name":"HTTP_DEMAND_CBT","features":[472]},{"name":"HTTP_ENABLED_STATE","features":[472]},{"name":"HTTP_ERROR_HEADERS_PARAM","features":[472]},{"name":"HTTP_FEATURE_ID","features":[472]},{"name":"HTTP_FLOWRATE_INFO","features":[472]},{"name":"HTTP_FLUSH_RESPONSE_FLAG_RECURSIVE","features":[472]},{"name":"HTTP_HEADER_ID","features":[472]},{"name":"HTTP_INITIALIZE","features":[472]},{"name":"HTTP_INITIALIZE_CONFIG","features":[472]},{"name":"HTTP_INITIALIZE_SERVER","features":[472]},{"name":"HTTP_KNOWN_HEADER","features":[472]},{"name":"HTTP_LISTEN_ENDPOINT_INFO","features":[307,472]},{"name":"HTTP_LOGGING_FLAG_LOCAL_TIME_ROLLOVER","features":[472]},{"name":"HTTP_LOGGING_FLAG_LOG_ERRORS_ONLY","features":[472]},{"name":"HTTP_LOGGING_FLAG_LOG_SUCCESS_ONLY","features":[472]},{"name":"HTTP_LOGGING_FLAG_USE_UTF8_CONVERSION","features":[472]},{"name":"HTTP_LOGGING_INFO","features":[472,310]},{"name":"HTTP_LOGGING_ROLLOVER_TYPE","features":[472]},{"name":"HTTP_LOGGING_TYPE","features":[472]},{"name":"HTTP_LOG_DATA","features":[472]},{"name":"HTTP_LOG_DATA_TYPE","features":[472]},{"name":"HTTP_LOG_FIELDS_DATA","features":[472]},{"name":"HTTP_LOG_FIELD_BYTES_RECV","features":[472]},{"name":"HTTP_LOG_FIELD_BYTES_SENT","features":[472]},{"name":"HTTP_LOG_FIELD_CLIENT_IP","features":[472]},{"name":"HTTP_LOG_FIELD_CLIENT_PORT","features":[472]},{"name":"HTTP_LOG_FIELD_COMPUTER_NAME","features":[472]},{"name":"HTTP_LOG_FIELD_COOKIE","features":[472]},{"name":"HTTP_LOG_FIELD_CORRELATION_ID","features":[472]},{"name":"HTTP_LOG_FIELD_DATE","features":[472]},{"name":"HTTP_LOG_FIELD_FAULT_CODE","features":[472]},{"name":"HTTP_LOG_FIELD_HOST","features":[472]},{"name":"HTTP_LOG_FIELD_METHOD","features":[472]},{"name":"HTTP_LOG_FIELD_QUEUE_NAME","features":[472]},{"name":"HTTP_LOG_FIELD_REASON","features":[472]},{"name":"HTTP_LOG_FIELD_REFERER","features":[472]},{"name":"HTTP_LOG_FIELD_SERVER_IP","features":[472]},{"name":"HTTP_LOG_FIELD_SERVER_PORT","features":[472]},{"name":"HTTP_LOG_FIELD_SITE_ID","features":[472]},{"name":"HTTP_LOG_FIELD_SITE_NAME","features":[472]},{"name":"HTTP_LOG_FIELD_STATUS","features":[472]},{"name":"HTTP_LOG_FIELD_STREAM_ID","features":[472]},{"name":"HTTP_LOG_FIELD_STREAM_ID_EX","features":[472]},{"name":"HTTP_LOG_FIELD_SUB_STATUS","features":[472]},{"name":"HTTP_LOG_FIELD_TIME","features":[472]},{"name":"HTTP_LOG_FIELD_TIME_TAKEN","features":[472]},{"name":"HTTP_LOG_FIELD_TRANSPORT_TYPE","features":[472]},{"name":"HTTP_LOG_FIELD_URI","features":[472]},{"name":"HTTP_LOG_FIELD_URI_QUERY","features":[472]},{"name":"HTTP_LOG_FIELD_URI_STEM","features":[472]},{"name":"HTTP_LOG_FIELD_USER_AGENT","features":[472]},{"name":"HTTP_LOG_FIELD_USER_NAME","features":[472]},{"name":"HTTP_LOG_FIELD_VERSION","features":[472]},{"name":"HTTP_LOG_FIELD_WIN32_STATUS","features":[472]},{"name":"HTTP_MAX_SERVER_QUEUE_LENGTH","features":[472]},{"name":"HTTP_MIN_SERVER_QUEUE_LENGTH","features":[472]},{"name":"HTTP_MULTIPLE_KNOWN_HEADERS","features":[472]},{"name":"HTTP_PERFORMANCE_PARAM","features":[472]},{"name":"HTTP_PERFORMANCE_PARAM_TYPE","features":[472]},{"name":"HTTP_PROPERTY_FLAGS","features":[472]},{"name":"HTTP_PROTECTION_LEVEL_INFO","features":[472]},{"name":"HTTP_PROTECTION_LEVEL_TYPE","features":[472]},{"name":"HTTP_QOS_SETTING_INFO","features":[472]},{"name":"HTTP_QOS_SETTING_TYPE","features":[472]},{"name":"HTTP_QUERY_REQUEST_QUALIFIER_QUIC","features":[472]},{"name":"HTTP_QUERY_REQUEST_QUALIFIER_TCP","features":[472]},{"name":"HTTP_QUIC_API_TIMINGS","features":[472]},{"name":"HTTP_QUIC_CONNECTION_API_TIMINGS","features":[472]},{"name":"HTTP_QUIC_STREAM_API_TIMINGS","features":[472]},{"name":"HTTP_QUIC_STREAM_REQUEST_STATS","features":[472]},{"name":"HTTP_RECEIVE_FULL_CHAIN","features":[472]},{"name":"HTTP_RECEIVE_HTTP_REQUEST_FLAGS","features":[472]},{"name":"HTTP_RECEIVE_REQUEST_ENTITY_BODY_FLAG_FILL_BUFFER","features":[472]},{"name":"HTTP_RECEIVE_REQUEST_FLAG_COPY_BODY","features":[472]},{"name":"HTTP_RECEIVE_REQUEST_FLAG_FLUSH_BODY","features":[472]},{"name":"HTTP_RECEIVE_SECURE_CHANNEL_TOKEN","features":[472]},{"name":"HTTP_REQUEST_AUTH_FLAG_TOKEN_FOR_CACHED_CRED","features":[472]},{"name":"HTTP_REQUEST_AUTH_INFO","features":[307,472]},{"name":"HTTP_REQUEST_AUTH_TYPE","features":[472]},{"name":"HTTP_REQUEST_CHANNEL_BIND_STATUS","features":[472]},{"name":"HTTP_REQUEST_FLAG_HTTP2","features":[472]},{"name":"HTTP_REQUEST_FLAG_HTTP3","features":[472]},{"name":"HTTP_REQUEST_FLAG_IP_ROUTED","features":[472]},{"name":"HTTP_REQUEST_FLAG_MORE_ENTITY_BODY_EXISTS","features":[472]},{"name":"HTTP_REQUEST_HEADERS","features":[472]},{"name":"HTTP_REQUEST_INFO","features":[472]},{"name":"HTTP_REQUEST_INFO_TYPE","features":[472]},{"name":"HTTP_REQUEST_PROPERTY","features":[472]},{"name":"HTTP_REQUEST_PROPERTY_SNI","features":[472]},{"name":"HTTP_REQUEST_PROPERTY_SNI_FLAG_NO_SNI","features":[472]},{"name":"HTTP_REQUEST_PROPERTY_SNI_FLAG_SNI_USED","features":[472]},{"name":"HTTP_REQUEST_PROPERTY_SNI_HOST_MAX_LENGTH","features":[472]},{"name":"HTTP_REQUEST_PROPERTY_STREAM_ERROR","features":[472]},{"name":"HTTP_REQUEST_SIZING_INFO","features":[472]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_FIRST_REQUEST","features":[472]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TCP_FAST_OPEN","features":[472]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TLS_FALSE_START","features":[472]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TLS_SESSION_RESUMPTION","features":[472]},{"name":"HTTP_REQUEST_SIZING_TYPE","features":[472]},{"name":"HTTP_REQUEST_TIMING_INFO","features":[472]},{"name":"HTTP_REQUEST_TIMING_TYPE","features":[472]},{"name":"HTTP_REQUEST_TOKEN_BINDING_INFO","features":[472]},{"name":"HTTP_REQUEST_V1","features":[307,472,320]},{"name":"HTTP_REQUEST_V2","features":[307,472,320]},{"name":"HTTP_RESPONSE_FLAG_MORE_ENTITY_BODY_EXISTS","features":[472]},{"name":"HTTP_RESPONSE_FLAG_MULTIPLE_ENCODINGS_AVAILABLE","features":[472]},{"name":"HTTP_RESPONSE_HEADERS","features":[472]},{"name":"HTTP_RESPONSE_INFO","features":[472]},{"name":"HTTP_RESPONSE_INFO_FLAGS_PRESERVE_ORDER","features":[472]},{"name":"HTTP_RESPONSE_INFO_TYPE","features":[472]},{"name":"HTTP_RESPONSE_V1","features":[307,472]},{"name":"HTTP_RESPONSE_V2","features":[307,472]},{"name":"HTTP_SCHEME","features":[472]},{"name":"HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA","features":[472]},{"name":"HTTP_SEND_RESPONSE_FLAG_DISCONNECT","features":[472]},{"name":"HTTP_SEND_RESPONSE_FLAG_ENABLE_NAGLING","features":[472]},{"name":"HTTP_SEND_RESPONSE_FLAG_GOAWAY","features":[472]},{"name":"HTTP_SEND_RESPONSE_FLAG_MORE_DATA","features":[472]},{"name":"HTTP_SEND_RESPONSE_FLAG_OPAQUE","features":[472]},{"name":"HTTP_SEND_RESPONSE_FLAG_PROCESS_RANGES","features":[472]},{"name":"HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS","features":[472]},{"name":"HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS","features":[472]},{"name":"HTTP_SERVER_AUTHENTICATION_INFO","features":[307,472]},{"name":"HTTP_SERVER_PROPERTY","features":[472]},{"name":"HTTP_SERVICE_BINDING_A","features":[472]},{"name":"HTTP_SERVICE_BINDING_BASE","features":[472]},{"name":"HTTP_SERVICE_BINDING_TYPE","features":[472]},{"name":"HTTP_SERVICE_BINDING_W","features":[472]},{"name":"HTTP_SERVICE_CONFIG_CACHE_KEY","features":[472]},{"name":"HTTP_SERVICE_CONFIG_CACHE_SET","features":[472]},{"name":"HTTP_SERVICE_CONFIG_ID","features":[472]},{"name":"HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_QUERY_TYPE","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SETTING_KEY","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SETTING_SET","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_KEY","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_QUERY","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_QUERY_EX","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_SET","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_SET_EX","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_HTTP2","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_LEGACY_TLS","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_OCSP_STAPLING","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_QUIC","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_SESSION_ID","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_TLS12","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_TLS13","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_CLIENT_CORRELATION","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_SESSION_TICKET","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_TOKEN_BINDING","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_LOG_EXTENDED_EVENTS","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_NEGOTIATE_CLIENT_CERT","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_NO_RAW_FILTER","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_REJECT","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_USE_DS_MAPPER","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_KEY","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_KEY_EX","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_PARAM","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_PARAM_EX","features":[472]},{"name":"HTTP_SERVICE_CONFIG_SSL_QUERY","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_QUERY_EX","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_SET","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_SET_EX","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_KEY","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_QUERY","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_QUERY_EX","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_SET","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_SET_EX","features":[472,320]},{"name":"HTTP_SERVICE_CONFIG_TIMEOUT_KEY","features":[472]},{"name":"HTTP_SERVICE_CONFIG_TIMEOUT_SET","features":[472]},{"name":"HTTP_SERVICE_CONFIG_URLACL_KEY","features":[472]},{"name":"HTTP_SERVICE_CONFIG_URLACL_PARAM","features":[472]},{"name":"HTTP_SERVICE_CONFIG_URLACL_QUERY","features":[472]},{"name":"HTTP_SERVICE_CONFIG_URLACL_SET","features":[472]},{"name":"HTTP_SSL_CLIENT_CERT_INFO","features":[307,472]},{"name":"HTTP_SSL_INFO","features":[307,472]},{"name":"HTTP_SSL_PROTOCOL_INFO","features":[472]},{"name":"HTTP_SSL_SERVICE_CONFIG_EX_PARAM_TYPE","features":[472]},{"name":"HTTP_STATE_INFO","features":[472]},{"name":"HTTP_TIMEOUT_LIMIT_INFO","features":[472]},{"name":"HTTP_TLS_RESTRICTIONS_PARAM","features":[472]},{"name":"HTTP_TLS_SESSION_TICKET_KEYS_PARAM","features":[472]},{"name":"HTTP_TRANSPORT_ADDRESS","features":[472,320]},{"name":"HTTP_UNKNOWN_HEADER","features":[472]},{"name":"HTTP_URL_FLAG_REMOVE_ALL","features":[472]},{"name":"HTTP_VERB","features":[472]},{"name":"HTTP_VERSION","features":[472]},{"name":"HTTP_VERSION","features":[472]},{"name":"HTTP_WSK_API_TIMINGS","features":[472]},{"name":"HeaderWaitTimeout","features":[472]},{"name":"Http503ResponseVerbosityBasic","features":[472]},{"name":"Http503ResponseVerbosityFull","features":[472]},{"name":"Http503ResponseVerbosityLimited","features":[472]},{"name":"HttpAddFragmentToCache","features":[307,472,312]},{"name":"HttpAddUrl","features":[307,472]},{"name":"HttpAddUrlToUrlGroup","features":[472]},{"name":"HttpAuthStatusFailure","features":[472]},{"name":"HttpAuthStatusNotAuthenticated","features":[472]},{"name":"HttpAuthStatusSuccess","features":[472]},{"name":"HttpAuthenticationHardeningLegacy","features":[472]},{"name":"HttpAuthenticationHardeningMedium","features":[472]},{"name":"HttpAuthenticationHardeningStrict","features":[472]},{"name":"HttpCachePolicyMaximum","features":[472]},{"name":"HttpCachePolicyNocache","features":[472]},{"name":"HttpCachePolicyTimeToLive","features":[472]},{"name":"HttpCachePolicyUserInvalidates","features":[472]},{"name":"HttpCancelHttpRequest","features":[307,472,312]},{"name":"HttpCloseRequestQueue","features":[307,472]},{"name":"HttpCloseServerSession","features":[472]},{"name":"HttpCloseUrlGroup","features":[472]},{"name":"HttpCreateHttpHandle","features":[307,472]},{"name":"HttpCreateRequestQueue","features":[307,472,310]},{"name":"HttpCreateServerSession","features":[472]},{"name":"HttpCreateUrlGroup","features":[472]},{"name":"HttpDataChunkFromFileHandle","features":[472]},{"name":"HttpDataChunkFromFragmentCache","features":[472]},{"name":"HttpDataChunkFromFragmentCacheEx","features":[472]},{"name":"HttpDataChunkFromMemory","features":[472]},{"name":"HttpDataChunkMaximum","features":[472]},{"name":"HttpDataChunkTrailers","features":[472]},{"name":"HttpDeclarePush","features":[307,472]},{"name":"HttpDelegateRequestEx","features":[307,472]},{"name":"HttpDeleteServiceConfiguration","features":[307,472,312]},{"name":"HttpEnabledStateActive","features":[472]},{"name":"HttpEnabledStateInactive","features":[472]},{"name":"HttpFeatureApiTimings","features":[472]},{"name":"HttpFeatureDelegateEx","features":[472]},{"name":"HttpFeatureHttp3","features":[472]},{"name":"HttpFeatureLast","features":[472]},{"name":"HttpFeatureResponseTrailers","features":[472]},{"name":"HttpFeatureUnknown","features":[472]},{"name":"HttpFeaturemax","features":[472]},{"name":"HttpFindUrlGroupId","features":[307,472]},{"name":"HttpFlushResponseCache","features":[307,472,312]},{"name":"HttpGetExtension","features":[472]},{"name":"HttpHeaderAccept","features":[472]},{"name":"HttpHeaderAcceptCharset","features":[472]},{"name":"HttpHeaderAcceptEncoding","features":[472]},{"name":"HttpHeaderAcceptLanguage","features":[472]},{"name":"HttpHeaderAcceptRanges","features":[472]},{"name":"HttpHeaderAge","features":[472]},{"name":"HttpHeaderAllow","features":[472]},{"name":"HttpHeaderAuthorization","features":[472]},{"name":"HttpHeaderCacheControl","features":[472]},{"name":"HttpHeaderConnection","features":[472]},{"name":"HttpHeaderContentEncoding","features":[472]},{"name":"HttpHeaderContentLanguage","features":[472]},{"name":"HttpHeaderContentLength","features":[472]},{"name":"HttpHeaderContentLocation","features":[472]},{"name":"HttpHeaderContentMd5","features":[472]},{"name":"HttpHeaderContentRange","features":[472]},{"name":"HttpHeaderContentType","features":[472]},{"name":"HttpHeaderCookie","features":[472]},{"name":"HttpHeaderDate","features":[472]},{"name":"HttpHeaderEtag","features":[472]},{"name":"HttpHeaderExpect","features":[472]},{"name":"HttpHeaderExpires","features":[472]},{"name":"HttpHeaderFrom","features":[472]},{"name":"HttpHeaderHost","features":[472]},{"name":"HttpHeaderIfMatch","features":[472]},{"name":"HttpHeaderIfModifiedSince","features":[472]},{"name":"HttpHeaderIfNoneMatch","features":[472]},{"name":"HttpHeaderIfRange","features":[472]},{"name":"HttpHeaderIfUnmodifiedSince","features":[472]},{"name":"HttpHeaderKeepAlive","features":[472]},{"name":"HttpHeaderLastModified","features":[472]},{"name":"HttpHeaderLocation","features":[472]},{"name":"HttpHeaderMaxForwards","features":[472]},{"name":"HttpHeaderMaximum","features":[472]},{"name":"HttpHeaderPragma","features":[472]},{"name":"HttpHeaderProxyAuthenticate","features":[472]},{"name":"HttpHeaderProxyAuthorization","features":[472]},{"name":"HttpHeaderRange","features":[472]},{"name":"HttpHeaderReferer","features":[472]},{"name":"HttpHeaderRequestMaximum","features":[472]},{"name":"HttpHeaderResponseMaximum","features":[472]},{"name":"HttpHeaderRetryAfter","features":[472]},{"name":"HttpHeaderServer","features":[472]},{"name":"HttpHeaderSetCookie","features":[472]},{"name":"HttpHeaderTe","features":[472]},{"name":"HttpHeaderTrailer","features":[472]},{"name":"HttpHeaderTransferEncoding","features":[472]},{"name":"HttpHeaderTranslate","features":[472]},{"name":"HttpHeaderUpgrade","features":[472]},{"name":"HttpHeaderUserAgent","features":[472]},{"name":"HttpHeaderVary","features":[472]},{"name":"HttpHeaderVia","features":[472]},{"name":"HttpHeaderWarning","features":[472]},{"name":"HttpHeaderWwwAuthenticate","features":[472]},{"name":"HttpInitialize","features":[472]},{"name":"HttpIsFeatureSupported","features":[307,472]},{"name":"HttpLogDataTypeFields","features":[472]},{"name":"HttpLoggingRolloverDaily","features":[472]},{"name":"HttpLoggingRolloverHourly","features":[472]},{"name":"HttpLoggingRolloverMonthly","features":[472]},{"name":"HttpLoggingRolloverSize","features":[472]},{"name":"HttpLoggingRolloverWeekly","features":[472]},{"name":"HttpLoggingTypeIIS","features":[472]},{"name":"HttpLoggingTypeNCSA","features":[472]},{"name":"HttpLoggingTypeRaw","features":[472]},{"name":"HttpLoggingTypeW3C","features":[472]},{"name":"HttpNone","features":[472]},{"name":"HttpPrepareUrl","features":[472]},{"name":"HttpProtectionLevelEdgeRestricted","features":[472]},{"name":"HttpProtectionLevelRestricted","features":[472]},{"name":"HttpProtectionLevelUnrestricted","features":[472]},{"name":"HttpQosSettingTypeBandwidth","features":[472]},{"name":"HttpQosSettingTypeConnectionLimit","features":[472]},{"name":"HttpQosSettingTypeFlowRate","features":[472]},{"name":"HttpQueryRequestQueueProperty","features":[307,472]},{"name":"HttpQueryServerSessionProperty","features":[472]},{"name":"HttpQueryServiceConfiguration","features":[307,472,312]},{"name":"HttpQueryUrlGroupProperty","features":[472]},{"name":"HttpReadFragmentFromCache","features":[307,472,312]},{"name":"HttpReceiveClientCertificate","features":[307,472,312]},{"name":"HttpReceiveHttpRequest","features":[307,472,320,312]},{"name":"HttpReceiveRequestEntityBody","features":[307,472,312]},{"name":"HttpRemoveUrl","features":[307,472]},{"name":"HttpRemoveUrlFromUrlGroup","features":[472]},{"name":"HttpRequestAuthTypeBasic","features":[472]},{"name":"HttpRequestAuthTypeDigest","features":[472]},{"name":"HttpRequestAuthTypeKerberos","features":[472]},{"name":"HttpRequestAuthTypeNTLM","features":[472]},{"name":"HttpRequestAuthTypeNegotiate","features":[472]},{"name":"HttpRequestAuthTypeNone","features":[472]},{"name":"HttpRequestInfoTypeAuth","features":[472]},{"name":"HttpRequestInfoTypeChannelBind","features":[472]},{"name":"HttpRequestInfoTypeQuicStats","features":[472]},{"name":"HttpRequestInfoTypeRequestSizing","features":[472]},{"name":"HttpRequestInfoTypeRequestTiming","features":[472]},{"name":"HttpRequestInfoTypeSslProtocol","features":[472]},{"name":"HttpRequestInfoTypeSslTokenBinding","features":[472]},{"name":"HttpRequestInfoTypeSslTokenBindingDraft","features":[472]},{"name":"HttpRequestInfoTypeTcpInfoV0","features":[472]},{"name":"HttpRequestInfoTypeTcpInfoV1","features":[472]},{"name":"HttpRequestPropertyIsb","features":[472]},{"name":"HttpRequestPropertyQuicApiTimings","features":[472]},{"name":"HttpRequestPropertyQuicStats","features":[472]},{"name":"HttpRequestPropertySni","features":[472]},{"name":"HttpRequestPropertyStreamError","features":[472]},{"name":"HttpRequestPropertyTcpInfoV0","features":[472]},{"name":"HttpRequestPropertyTcpInfoV1","features":[472]},{"name":"HttpRequestPropertyWskApiTimings","features":[472]},{"name":"HttpRequestSizingTypeHeaders","features":[472]},{"name":"HttpRequestSizingTypeMax","features":[472]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg1ClientData","features":[472]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg1ServerData","features":[472]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg2ClientData","features":[472]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg2ServerData","features":[472]},{"name":"HttpRequestTimingTypeConnectionStart","features":[472]},{"name":"HttpRequestTimingTypeDataStart","features":[472]},{"name":"HttpRequestTimingTypeHttp2HeaderDecodeEnd","features":[472]},{"name":"HttpRequestTimingTypeHttp2HeaderDecodeStart","features":[472]},{"name":"HttpRequestTimingTypeHttp2StreamStart","features":[472]},{"name":"HttpRequestTimingTypeHttp3HeaderDecodeEnd","features":[472]},{"name":"HttpRequestTimingTypeHttp3HeaderDecodeStart","features":[472]},{"name":"HttpRequestTimingTypeHttp3StreamStart","features":[472]},{"name":"HttpRequestTimingTypeMax","features":[472]},{"name":"HttpRequestTimingTypeRequestDeliveredForDelegation","features":[472]},{"name":"HttpRequestTimingTypeRequestDeliveredForIO","features":[472]},{"name":"HttpRequestTimingTypeRequestDeliveredForInspection","features":[472]},{"name":"HttpRequestTimingTypeRequestHeaderParseEnd","features":[472]},{"name":"HttpRequestTimingTypeRequestHeaderParseStart","features":[472]},{"name":"HttpRequestTimingTypeRequestQueuedForDelegation","features":[472]},{"name":"HttpRequestTimingTypeRequestQueuedForIO","features":[472]},{"name":"HttpRequestTimingTypeRequestQueuedForInspection","features":[472]},{"name":"HttpRequestTimingTypeRequestReturnedAfterDelegation","features":[472]},{"name":"HttpRequestTimingTypeRequestReturnedAfterInspection","features":[472]},{"name":"HttpRequestTimingTypeRequestRoutingEnd","features":[472]},{"name":"HttpRequestTimingTypeRequestRoutingStart","features":[472]},{"name":"HttpRequestTimingTypeTlsAttributesQueryEnd","features":[472]},{"name":"HttpRequestTimingTypeTlsAttributesQueryStart","features":[472]},{"name":"HttpRequestTimingTypeTlsCertificateLoadEnd","features":[472]},{"name":"HttpRequestTimingTypeTlsCertificateLoadStart","features":[472]},{"name":"HttpRequestTimingTypeTlsClientCertQueryEnd","features":[472]},{"name":"HttpRequestTimingTypeTlsClientCertQueryStart","features":[472]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg1End","features":[472]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg1Start","features":[472]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg2End","features":[472]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg2Start","features":[472]},{"name":"HttpResponseInfoTypeAuthenticationProperty","features":[472]},{"name":"HttpResponseInfoTypeChannelBind","features":[472]},{"name":"HttpResponseInfoTypeMultipleKnownHeaders","features":[472]},{"name":"HttpResponseInfoTypeQoSProperty","features":[472]},{"name":"HttpSchemeHttp","features":[472]},{"name":"HttpSchemeHttps","features":[472]},{"name":"HttpSchemeMaximum","features":[472]},{"name":"HttpSendHttpResponse","features":[307,472,312]},{"name":"HttpSendResponseEntityBody","features":[307,472,312]},{"name":"HttpServer503VerbosityProperty","features":[472]},{"name":"HttpServerAuthenticationProperty","features":[472]},{"name":"HttpServerBindingProperty","features":[472]},{"name":"HttpServerChannelBindProperty","features":[472]},{"name":"HttpServerDelegationProperty","features":[472]},{"name":"HttpServerExtendedAuthenticationProperty","features":[472]},{"name":"HttpServerListenEndpointProperty","features":[472]},{"name":"HttpServerLoggingProperty","features":[472]},{"name":"HttpServerProtectionLevelProperty","features":[472]},{"name":"HttpServerQosProperty","features":[472]},{"name":"HttpServerQueueLengthProperty","features":[472]},{"name":"HttpServerStateProperty","features":[472]},{"name":"HttpServerTimeoutsProperty","features":[472]},{"name":"HttpServiceBindingTypeA","features":[472]},{"name":"HttpServiceBindingTypeNone","features":[472]},{"name":"HttpServiceBindingTypeW","features":[472]},{"name":"HttpServiceConfigCache","features":[472]},{"name":"HttpServiceConfigIPListenList","features":[472]},{"name":"HttpServiceConfigMax","features":[472]},{"name":"HttpServiceConfigQueryExact","features":[472]},{"name":"HttpServiceConfigQueryMax","features":[472]},{"name":"HttpServiceConfigQueryNext","features":[472]},{"name":"HttpServiceConfigSSLCertInfo","features":[472]},{"name":"HttpServiceConfigSetting","features":[472]},{"name":"HttpServiceConfigSslCcsCertInfo","features":[472]},{"name":"HttpServiceConfigSslCcsCertInfoEx","features":[472]},{"name":"HttpServiceConfigSslCertInfoEx","features":[472]},{"name":"HttpServiceConfigSslScopedCcsCertInfo","features":[472]},{"name":"HttpServiceConfigSslScopedCcsCertInfoEx","features":[472]},{"name":"HttpServiceConfigSslSniCertInfo","features":[472]},{"name":"HttpServiceConfigSslSniCertInfoEx","features":[472]},{"name":"HttpServiceConfigTimeout","features":[472]},{"name":"HttpServiceConfigUrlAclInfo","features":[472]},{"name":"HttpSetRequestProperty","features":[307,472,312]},{"name":"HttpSetRequestQueueProperty","features":[307,472]},{"name":"HttpSetServerSessionProperty","features":[472]},{"name":"HttpSetServiceConfiguration","features":[307,472,312]},{"name":"HttpSetUrlGroupProperty","features":[472]},{"name":"HttpShutdownRequestQueue","features":[307,472]},{"name":"HttpTerminate","features":[472]},{"name":"HttpTlsThrottle","features":[472]},{"name":"HttpUpdateServiceConfiguration","features":[307,472,312]},{"name":"HttpVerbCONNECT","features":[472]},{"name":"HttpVerbCOPY","features":[472]},{"name":"HttpVerbDELETE","features":[472]},{"name":"HttpVerbGET","features":[472]},{"name":"HttpVerbHEAD","features":[472]},{"name":"HttpVerbInvalid","features":[472]},{"name":"HttpVerbLOCK","features":[472]},{"name":"HttpVerbMKCOL","features":[472]},{"name":"HttpVerbMOVE","features":[472]},{"name":"HttpVerbMaximum","features":[472]},{"name":"HttpVerbOPTIONS","features":[472]},{"name":"HttpVerbPOST","features":[472]},{"name":"HttpVerbPROPFIND","features":[472]},{"name":"HttpVerbPROPPATCH","features":[472]},{"name":"HttpVerbPUT","features":[472]},{"name":"HttpVerbSEARCH","features":[472]},{"name":"HttpVerbTRACE","features":[472]},{"name":"HttpVerbTRACK","features":[472]},{"name":"HttpVerbUNLOCK","features":[472]},{"name":"HttpVerbUnknown","features":[472]},{"name":"HttpVerbUnparsed","features":[472]},{"name":"HttpWaitForDemandStart","features":[307,472,312]},{"name":"HttpWaitForDisconnect","features":[307,472,312]},{"name":"HttpWaitForDisconnectEx","features":[307,472,312]},{"name":"IdleConnectionTimeout","features":[472]},{"name":"MaxCacheResponseSize","features":[472]},{"name":"PerformanceParamAggressiveICW","features":[472]},{"name":"PerformanceParamDecryptOnSspiThread","features":[472]},{"name":"PerformanceParamMax","features":[472]},{"name":"PerformanceParamMaxConcurrentClientStreams","features":[472]},{"name":"PerformanceParamMaxReceiveBufferSize","features":[472]},{"name":"PerformanceParamMaxSendBufferSize","features":[472]},{"name":"PerformanceParamSendBufferingFlags","features":[472]}],"474":[{"name":"BerElement","features":[473]},{"name":"DBGPRINT","features":[473]},{"name":"DEREFERENCECONNECTION","features":[473]},{"name":"LAPI_MAJOR_VER1","features":[473]},{"name":"LAPI_MINOR_VER1","features":[473]},{"name":"LBER_DEFAULT","features":[473]},{"name":"LBER_ERROR","features":[473]},{"name":"LBER_TRANSLATE_STRINGS","features":[473]},{"name":"LBER_USE_DER","features":[473]},{"name":"LBER_USE_INDEFINITE_LEN","features":[473]},{"name":"LDAP","features":[473]},{"name":"LDAPAPIFeatureInfoA","features":[473]},{"name":"LDAPAPIFeatureInfoW","features":[473]},{"name":"LDAPAPIInfoA","features":[473]},{"name":"LDAPAPIInfoW","features":[473]},{"name":"LDAPControlA","features":[307,473]},{"name":"LDAPControlW","features":[307,473]},{"name":"LDAPMessage","features":[307,473]},{"name":"LDAPModA","features":[473]},{"name":"LDAPModW","features":[473]},{"name":"LDAPSortKeyA","features":[307,473]},{"name":"LDAPSortKeyW","features":[307,473]},{"name":"LDAPVLVInfo","features":[473]},{"name":"LDAP_ABANDON_CMD","features":[473]},{"name":"LDAP_ADD_CMD","features":[473]},{"name":"LDAP_ADMIN_LIMIT_EXCEEDED","features":[473]},{"name":"LDAP_AFFECTS_MULTIPLE_DSAS","features":[473]},{"name":"LDAP_ALIAS_DEREF_PROBLEM","features":[473]},{"name":"LDAP_ALIAS_PROBLEM","features":[473]},{"name":"LDAP_ALREADY_EXISTS","features":[473]},{"name":"LDAP_API_FEATURE_VIRTUAL_LIST_VIEW","features":[473]},{"name":"LDAP_API_INFO_VERSION","features":[473]},{"name":"LDAP_API_VERSION","features":[473]},{"name":"LDAP_ATTRIBUTE_OR_VALUE_EXISTS","features":[473]},{"name":"LDAP_AUTH_METHOD_NOT_SUPPORTED","features":[473]},{"name":"LDAP_AUTH_OTHERKIND","features":[473]},{"name":"LDAP_AUTH_SASL","features":[473]},{"name":"LDAP_AUTH_SIMPLE","features":[473]},{"name":"LDAP_AUTH_UNKNOWN","features":[473]},{"name":"LDAP_BERVAL","features":[473]},{"name":"LDAP_BIND_CMD","features":[473]},{"name":"LDAP_BUSY","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_ADAM_OID","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_ADAM_OID_W","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_LDAP_INTEG_OID","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_LDAP_INTEG_OID_W","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_OID","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_OID_W","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_PARTIAL_SECRETS_OID","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_PARTIAL_SECRETS_OID_W","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V51_OID","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V51_OID_W","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V60_OID","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V60_OID_W","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_OID","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_OID_W","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_R2_OID","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_R2_OID_W","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_W8_OID","features":[473]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_W8_OID_W","features":[473]},{"name":"LDAP_CHASE_EXTERNAL_REFERRALS","features":[473]},{"name":"LDAP_CHASE_SUBORDINATE_REFERRALS","features":[473]},{"name":"LDAP_CLIENT_LOOP","features":[473]},{"name":"LDAP_COMPARE_CMD","features":[473]},{"name":"LDAP_COMPARE_FALSE","features":[473]},{"name":"LDAP_COMPARE_TRUE","features":[473]},{"name":"LDAP_CONFIDENTIALITY_REQUIRED","features":[473]},{"name":"LDAP_CONNECT_ERROR","features":[473]},{"name":"LDAP_CONSTRAINT_VIOLATION","features":[473]},{"name":"LDAP_CONTROL_NOT_FOUND","features":[473]},{"name":"LDAP_CONTROL_REFERRALS","features":[473]},{"name":"LDAP_CONTROL_REFERRALS_W","features":[473]},{"name":"LDAP_CONTROL_VLVREQUEST","features":[473]},{"name":"LDAP_CONTROL_VLVREQUEST_W","features":[473]},{"name":"LDAP_CONTROL_VLVRESPONSE","features":[473]},{"name":"LDAP_CONTROL_VLVRESPONSE_W","features":[473]},{"name":"LDAP_DECODING_ERROR","features":[473]},{"name":"LDAP_DELETE_CMD","features":[473]},{"name":"LDAP_DEREF_ALWAYS","features":[473]},{"name":"LDAP_DEREF_FINDING","features":[473]},{"name":"LDAP_DEREF_NEVER","features":[473]},{"name":"LDAP_DEREF_SEARCHING","features":[473]},{"name":"LDAP_DIRSYNC_ANCESTORS_FIRST_ORDER","features":[473]},{"name":"LDAP_DIRSYNC_INCREMENTAL_VALUES","features":[473]},{"name":"LDAP_DIRSYNC_OBJECT_SECURITY","features":[473]},{"name":"LDAP_DIRSYNC_PUBLIC_DATA_ONLY","features":[473]},{"name":"LDAP_DIRSYNC_ROPAS_DATA_ONLY","features":[473]},{"name":"LDAP_ENCODING_ERROR","features":[473]},{"name":"LDAP_EXTENDED_CMD","features":[473]},{"name":"LDAP_FEATURE_INFO_VERSION","features":[473]},{"name":"LDAP_FILTER_AND","features":[473]},{"name":"LDAP_FILTER_APPROX","features":[473]},{"name":"LDAP_FILTER_EQUALITY","features":[473]},{"name":"LDAP_FILTER_ERROR","features":[473]},{"name":"LDAP_FILTER_EXTENSIBLE","features":[473]},{"name":"LDAP_FILTER_GE","features":[473]},{"name":"LDAP_FILTER_LE","features":[473]},{"name":"LDAP_FILTER_NOT","features":[473]},{"name":"LDAP_FILTER_OR","features":[473]},{"name":"LDAP_FILTER_PRESENT","features":[473]},{"name":"LDAP_FILTER_SUBSTRINGS","features":[473]},{"name":"LDAP_GC_PORT","features":[473]},{"name":"LDAP_INAPPROPRIATE_AUTH","features":[473]},{"name":"LDAP_INAPPROPRIATE_MATCHING","features":[473]},{"name":"LDAP_INSUFFICIENT_RIGHTS","features":[473]},{"name":"LDAP_INVALID_CMD","features":[473]},{"name":"LDAP_INVALID_CREDENTIALS","features":[473]},{"name":"LDAP_INVALID_DN_SYNTAX","features":[473]},{"name":"LDAP_INVALID_RES","features":[473]},{"name":"LDAP_INVALID_SYNTAX","features":[473]},{"name":"LDAP_IS_LEAF","features":[473]},{"name":"LDAP_LOCAL_ERROR","features":[473]},{"name":"LDAP_LOOP_DETECT","features":[473]},{"name":"LDAP_MATCHING_RULE_BIT_AND","features":[473]},{"name":"LDAP_MATCHING_RULE_BIT_AND_W","features":[473]},{"name":"LDAP_MATCHING_RULE_BIT_OR","features":[473]},{"name":"LDAP_MATCHING_RULE_BIT_OR_W","features":[473]},{"name":"LDAP_MATCHING_RULE_DN_BINARY_COMPLEX","features":[473]},{"name":"LDAP_MATCHING_RULE_DN_BINARY_COMPLEX_W","features":[473]},{"name":"LDAP_MATCHING_RULE_TRANSITIVE_EVALUATION","features":[473]},{"name":"LDAP_MATCHING_RULE_TRANSITIVE_EVALUATION_W","features":[473]},{"name":"LDAP_MODIFY_CMD","features":[473]},{"name":"LDAP_MODRDN_CMD","features":[473]},{"name":"LDAP_MOD_ADD","features":[473]},{"name":"LDAP_MOD_BVALUES","features":[473]},{"name":"LDAP_MOD_DELETE","features":[473]},{"name":"LDAP_MOD_REPLACE","features":[473]},{"name":"LDAP_MORE_RESULTS_TO_RETURN","features":[473]},{"name":"LDAP_MSG_ALL","features":[473]},{"name":"LDAP_MSG_ONE","features":[473]},{"name":"LDAP_MSG_RECEIVED","features":[473]},{"name":"LDAP_NAMING_VIOLATION","features":[473]},{"name":"LDAP_NOT_ALLOWED_ON_NONLEAF","features":[473]},{"name":"LDAP_NOT_ALLOWED_ON_RDN","features":[473]},{"name":"LDAP_NOT_SUPPORTED","features":[473]},{"name":"LDAP_NO_LIMIT","features":[473]},{"name":"LDAP_NO_MEMORY","features":[473]},{"name":"LDAP_NO_OBJECT_CLASS_MODS","features":[473]},{"name":"LDAP_NO_RESULTS_RETURNED","features":[473]},{"name":"LDAP_NO_SUCH_ATTRIBUTE","features":[473]},{"name":"LDAP_NO_SUCH_OBJECT","features":[473]},{"name":"LDAP_OBJECT_CLASS_VIOLATION","features":[473]},{"name":"LDAP_OFFSET_RANGE_ERROR","features":[473]},{"name":"LDAP_OPATT_ABANDON_REPL","features":[473]},{"name":"LDAP_OPATT_ABANDON_REPL_W","features":[473]},{"name":"LDAP_OPATT_BECOME_DOM_MASTER","features":[473]},{"name":"LDAP_OPATT_BECOME_DOM_MASTER_W","features":[473]},{"name":"LDAP_OPATT_BECOME_PDC","features":[473]},{"name":"LDAP_OPATT_BECOME_PDC_W","features":[473]},{"name":"LDAP_OPATT_BECOME_RID_MASTER","features":[473]},{"name":"LDAP_OPATT_BECOME_RID_MASTER_W","features":[473]},{"name":"LDAP_OPATT_BECOME_SCHEMA_MASTER","features":[473]},{"name":"LDAP_OPATT_BECOME_SCHEMA_MASTER_W","features":[473]},{"name":"LDAP_OPATT_CONFIG_NAMING_CONTEXT","features":[473]},{"name":"LDAP_OPATT_CONFIG_NAMING_CONTEXT_W","features":[473]},{"name":"LDAP_OPATT_CURRENT_TIME","features":[473]},{"name":"LDAP_OPATT_CURRENT_TIME_W","features":[473]},{"name":"LDAP_OPATT_DEFAULT_NAMING_CONTEXT","features":[473]},{"name":"LDAP_OPATT_DEFAULT_NAMING_CONTEXT_W","features":[473]},{"name":"LDAP_OPATT_DNS_HOST_NAME","features":[473]},{"name":"LDAP_OPATT_DNS_HOST_NAME_W","features":[473]},{"name":"LDAP_OPATT_DO_GARBAGE_COLLECTION","features":[473]},{"name":"LDAP_OPATT_DO_GARBAGE_COLLECTION_W","features":[473]},{"name":"LDAP_OPATT_DS_SERVICE_NAME","features":[473]},{"name":"LDAP_OPATT_DS_SERVICE_NAME_W","features":[473]},{"name":"LDAP_OPATT_FIXUP_INHERITANCE","features":[473]},{"name":"LDAP_OPATT_FIXUP_INHERITANCE_W","features":[473]},{"name":"LDAP_OPATT_HIGHEST_COMMITTED_USN","features":[473]},{"name":"LDAP_OPATT_HIGHEST_COMMITTED_USN_W","features":[473]},{"name":"LDAP_OPATT_INVALIDATE_RID_POOL","features":[473]},{"name":"LDAP_OPATT_INVALIDATE_RID_POOL_W","features":[473]},{"name":"LDAP_OPATT_LDAP_SERVICE_NAME","features":[473]},{"name":"LDAP_OPATT_LDAP_SERVICE_NAME_W","features":[473]},{"name":"LDAP_OPATT_NAMING_CONTEXTS","features":[473]},{"name":"LDAP_OPATT_NAMING_CONTEXTS_W","features":[473]},{"name":"LDAP_OPATT_RECALC_HIERARCHY","features":[473]},{"name":"LDAP_OPATT_RECALC_HIERARCHY_W","features":[473]},{"name":"LDAP_OPATT_ROOT_DOMAIN_NAMING_CONTEXT","features":[473]},{"name":"LDAP_OPATT_ROOT_DOMAIN_NAMING_CONTEXT_W","features":[473]},{"name":"LDAP_OPATT_SCHEMA_NAMING_CONTEXT","features":[473]},{"name":"LDAP_OPATT_SCHEMA_NAMING_CONTEXT_W","features":[473]},{"name":"LDAP_OPATT_SCHEMA_UPDATE_NOW","features":[473]},{"name":"LDAP_OPATT_SCHEMA_UPDATE_NOW_W","features":[473]},{"name":"LDAP_OPATT_SERVER_NAME","features":[473]},{"name":"LDAP_OPATT_SERVER_NAME_W","features":[473]},{"name":"LDAP_OPATT_SUBSCHEMA_SUBENTRY","features":[473]},{"name":"LDAP_OPATT_SUBSCHEMA_SUBENTRY_W","features":[473]},{"name":"LDAP_OPATT_SUPPORTED_CAPABILITIES","features":[473]},{"name":"LDAP_OPATT_SUPPORTED_CAPABILITIES_W","features":[473]},{"name":"LDAP_OPATT_SUPPORTED_CONTROL","features":[473]},{"name":"LDAP_OPATT_SUPPORTED_CONTROL_W","features":[473]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_POLICIES","features":[473]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_POLICIES_W","features":[473]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_VERSION","features":[473]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_VERSION_W","features":[473]},{"name":"LDAP_OPATT_SUPPORTED_SASL_MECHANISM","features":[473]},{"name":"LDAP_OPATT_SUPPORTED_SASL_MECHANISM_W","features":[473]},{"name":"LDAP_OPERATIONS_ERROR","features":[473]},{"name":"LDAP_OPT_API_FEATURE_INFO","features":[473]},{"name":"LDAP_OPT_API_INFO","features":[473]},{"name":"LDAP_OPT_AREC_EXCLUSIVE","features":[473]},{"name":"LDAP_OPT_AUTO_RECONNECT","features":[473]},{"name":"LDAP_OPT_CACHE_ENABLE","features":[473]},{"name":"LDAP_OPT_CACHE_FN_PTRS","features":[473]},{"name":"LDAP_OPT_CACHE_STRATEGY","features":[473]},{"name":"LDAP_OPT_CHASE_REFERRALS","features":[473]},{"name":"LDAP_OPT_CLDAP_TIMEOUT","features":[473]},{"name":"LDAP_OPT_CLDAP_TRIES","features":[473]},{"name":"LDAP_OPT_CLIENT_CERTIFICATE","features":[473]},{"name":"LDAP_OPT_DEREF","features":[473]},{"name":"LDAP_OPT_DESC","features":[473]},{"name":"LDAP_OPT_DNS","features":[473]},{"name":"LDAP_OPT_DNSDOMAIN_NAME","features":[473]},{"name":"LDAP_OPT_ENCRYPT","features":[473]},{"name":"LDAP_OPT_ERROR_NUMBER","features":[473]},{"name":"LDAP_OPT_ERROR_STRING","features":[473]},{"name":"LDAP_OPT_FAST_CONCURRENT_BIND","features":[473]},{"name":"LDAP_OPT_GETDSNAME_FLAGS","features":[473]},{"name":"LDAP_OPT_HOST_NAME","features":[473]},{"name":"LDAP_OPT_HOST_REACHABLE","features":[473]},{"name":"LDAP_OPT_IO_FN_PTRS","features":[473]},{"name":"LDAP_OPT_PING_KEEP_ALIVE","features":[473]},{"name":"LDAP_OPT_PING_LIMIT","features":[473]},{"name":"LDAP_OPT_PING_WAIT_TIME","features":[473]},{"name":"LDAP_OPT_PROMPT_CREDENTIALS","features":[473]},{"name":"LDAP_OPT_PROTOCOL_VERSION","features":[473]},{"name":"LDAP_OPT_REBIND_ARG","features":[473]},{"name":"LDAP_OPT_REBIND_FN","features":[473]},{"name":"LDAP_OPT_REFERRALS","features":[473]},{"name":"LDAP_OPT_REFERRAL_CALLBACK","features":[473]},{"name":"LDAP_OPT_REFERRAL_HOP_LIMIT","features":[473]},{"name":"LDAP_OPT_REF_DEREF_CONN_PER_MSG","features":[473]},{"name":"LDAP_OPT_RESTART","features":[473]},{"name":"LDAP_OPT_RETURN_REFS","features":[473]},{"name":"LDAP_OPT_ROOTDSE_CACHE","features":[473]},{"name":"LDAP_OPT_SASL_METHOD","features":[473]},{"name":"LDAP_OPT_SCH_FLAGS","features":[473]},{"name":"LDAP_OPT_SECURITY_CONTEXT","features":[473]},{"name":"LDAP_OPT_SEND_TIMEOUT","features":[473]},{"name":"LDAP_OPT_SERVER_CERTIFICATE","features":[473]},{"name":"LDAP_OPT_SERVER_ERROR","features":[473]},{"name":"LDAP_OPT_SERVER_EXT_ERROR","features":[473]},{"name":"LDAP_OPT_SIGN","features":[473]},{"name":"LDAP_OPT_SIZELIMIT","features":[473]},{"name":"LDAP_OPT_SOCKET_BIND_ADDRESSES","features":[473]},{"name":"LDAP_OPT_SSL","features":[473]},{"name":"LDAP_OPT_SSL_INFO","features":[473]},{"name":"LDAP_OPT_SSPI_FLAGS","features":[473]},{"name":"LDAP_OPT_TCP_KEEPALIVE","features":[473]},{"name":"LDAP_OPT_THREAD_FN_PTRS","features":[473]},{"name":"LDAP_OPT_TIMELIMIT","features":[473]},{"name":"LDAP_OPT_TLS","features":[473]},{"name":"LDAP_OPT_TLS_INFO","features":[473]},{"name":"LDAP_OPT_VERSION","features":[473]},{"name":"LDAP_OTHER","features":[473]},{"name":"LDAP_PAGED_RESULT_OID_STRING","features":[473]},{"name":"LDAP_PAGED_RESULT_OID_STRING_W","features":[473]},{"name":"LDAP_PARAM_ERROR","features":[473]},{"name":"LDAP_PARTIAL_RESULTS","features":[473]},{"name":"LDAP_POLICYHINT_APPLY_FULLPWDPOLICY","features":[473]},{"name":"LDAP_PORT","features":[473]},{"name":"LDAP_PROTOCOL_ERROR","features":[473]},{"name":"LDAP_REFERRAL","features":[473]},{"name":"LDAP_REFERRAL_CALLBACK","features":[307,473]},{"name":"LDAP_REFERRAL_LIMIT_EXCEEDED","features":[473]},{"name":"LDAP_REFERRAL_V2","features":[473]},{"name":"LDAP_RESULTS_TOO_LARGE","features":[473]},{"name":"LDAP_RES_ADD","features":[473]},{"name":"LDAP_RES_ANY","features":[473]},{"name":"LDAP_RES_BIND","features":[473]},{"name":"LDAP_RES_COMPARE","features":[473]},{"name":"LDAP_RES_DELETE","features":[473]},{"name":"LDAP_RES_EXTENDED","features":[473]},{"name":"LDAP_RES_MODIFY","features":[473]},{"name":"LDAP_RES_MODRDN","features":[473]},{"name":"LDAP_RES_REFERRAL","features":[473]},{"name":"LDAP_RES_SEARCH_ENTRY","features":[473]},{"name":"LDAP_RES_SEARCH_RESULT","features":[473]},{"name":"LDAP_RES_SESSION","features":[473]},{"name":"LDAP_RETCODE","features":[473]},{"name":"LDAP_SASL_BIND_IN_PROGRESS","features":[473]},{"name":"LDAP_SCOPE_BASE","features":[473]},{"name":"LDAP_SCOPE_ONELEVEL","features":[473]},{"name":"LDAP_SCOPE_SUBTREE","features":[473]},{"name":"LDAP_SEARCH_CMD","features":[473]},{"name":"LDAP_SEARCH_HINT_INDEX_ONLY_OID","features":[473]},{"name":"LDAP_SEARCH_HINT_INDEX_ONLY_OID_W","features":[473]},{"name":"LDAP_SEARCH_HINT_REQUIRED_INDEX_OID","features":[473]},{"name":"LDAP_SEARCH_HINT_REQUIRED_INDEX_OID_W","features":[473]},{"name":"LDAP_SEARCH_HINT_SOFT_SIZE_LIMIT_OID","features":[473]},{"name":"LDAP_SEARCH_HINT_SOFT_SIZE_LIMIT_OID_W","features":[473]},{"name":"LDAP_SERVER_ASQ_OID","features":[473]},{"name":"LDAP_SERVER_ASQ_OID_W","features":[473]},{"name":"LDAP_SERVER_BATCH_REQUEST_OID","features":[473]},{"name":"LDAP_SERVER_BATCH_REQUEST_OID_W","features":[473]},{"name":"LDAP_SERVER_BYPASS_QUOTA_OID","features":[473]},{"name":"LDAP_SERVER_BYPASS_QUOTA_OID_W","features":[473]},{"name":"LDAP_SERVER_CROSSDOM_MOVE_TARGET_OID","features":[473]},{"name":"LDAP_SERVER_CROSSDOM_MOVE_TARGET_OID_W","features":[473]},{"name":"LDAP_SERVER_DIRSYNC_EX_OID","features":[473]},{"name":"LDAP_SERVER_DIRSYNC_EX_OID_W","features":[473]},{"name":"LDAP_SERVER_DIRSYNC_OID","features":[473]},{"name":"LDAP_SERVER_DIRSYNC_OID_W","features":[473]},{"name":"LDAP_SERVER_DN_INPUT_OID","features":[473]},{"name":"LDAP_SERVER_DN_INPUT_OID_W","features":[473]},{"name":"LDAP_SERVER_DOMAIN_SCOPE_OID","features":[473]},{"name":"LDAP_SERVER_DOMAIN_SCOPE_OID_W","features":[473]},{"name":"LDAP_SERVER_DOWN","features":[473]},{"name":"LDAP_SERVER_EXPECTED_ENTRY_COUNT_OID","features":[473]},{"name":"LDAP_SERVER_EXPECTED_ENTRY_COUNT_OID_W","features":[473]},{"name":"LDAP_SERVER_EXTENDED_DN_OID","features":[473]},{"name":"LDAP_SERVER_EXTENDED_DN_OID_W","features":[473]},{"name":"LDAP_SERVER_FAST_BIND_OID","features":[473]},{"name":"LDAP_SERVER_FAST_BIND_OID_W","features":[473]},{"name":"LDAP_SERVER_FORCE_UPDATE_OID","features":[473]},{"name":"LDAP_SERVER_FORCE_UPDATE_OID_W","features":[473]},{"name":"LDAP_SERVER_GET_STATS_OID","features":[473]},{"name":"LDAP_SERVER_GET_STATS_OID_W","features":[473]},{"name":"LDAP_SERVER_LAZY_COMMIT_OID","features":[473]},{"name":"LDAP_SERVER_LAZY_COMMIT_OID_W","features":[473]},{"name":"LDAP_SERVER_LINK_TTL_OID","features":[473]},{"name":"LDAP_SERVER_LINK_TTL_OID_W","features":[473]},{"name":"LDAP_SERVER_NOTIFICATION_OID","features":[473]},{"name":"LDAP_SERVER_NOTIFICATION_OID_W","features":[473]},{"name":"LDAP_SERVER_PERMISSIVE_MODIFY_OID","features":[473]},{"name":"LDAP_SERVER_PERMISSIVE_MODIFY_OID_W","features":[473]},{"name":"LDAP_SERVER_POLICY_HINTS_DEPRECATED_OID","features":[473]},{"name":"LDAP_SERVER_POLICY_HINTS_DEPRECATED_OID_W","features":[473]},{"name":"LDAP_SERVER_POLICY_HINTS_OID","features":[473]},{"name":"LDAP_SERVER_POLICY_HINTS_OID_W","features":[473]},{"name":"LDAP_SERVER_QUOTA_CONTROL_OID","features":[473]},{"name":"LDAP_SERVER_QUOTA_CONTROL_OID_W","features":[473]},{"name":"LDAP_SERVER_RANGE_OPTION_OID","features":[473]},{"name":"LDAP_SERVER_RANGE_OPTION_OID_W","features":[473]},{"name":"LDAP_SERVER_RANGE_RETRIEVAL_NOERR_OID","features":[473]},{"name":"LDAP_SERVER_RANGE_RETRIEVAL_NOERR_OID_W","features":[473]},{"name":"LDAP_SERVER_RESP_SORT_OID","features":[473]},{"name":"LDAP_SERVER_RESP_SORT_OID_W","features":[473]},{"name":"LDAP_SERVER_SD_FLAGS_OID","features":[473]},{"name":"LDAP_SERVER_SD_FLAGS_OID_W","features":[473]},{"name":"LDAP_SERVER_SEARCH_HINTS_OID","features":[473]},{"name":"LDAP_SERVER_SEARCH_HINTS_OID_W","features":[473]},{"name":"LDAP_SERVER_SEARCH_OPTIONS_OID","features":[473]},{"name":"LDAP_SERVER_SEARCH_OPTIONS_OID_W","features":[473]},{"name":"LDAP_SERVER_SET_OWNER_OID","features":[473]},{"name":"LDAP_SERVER_SET_OWNER_OID_W","features":[473]},{"name":"LDAP_SERVER_SHOW_DEACTIVATED_LINK_OID","features":[473]},{"name":"LDAP_SERVER_SHOW_DEACTIVATED_LINK_OID_W","features":[473]},{"name":"LDAP_SERVER_SHOW_DELETED_OID","features":[473]},{"name":"LDAP_SERVER_SHOW_DELETED_OID_W","features":[473]},{"name":"LDAP_SERVER_SHOW_RECYCLED_OID","features":[473]},{"name":"LDAP_SERVER_SHOW_RECYCLED_OID_W","features":[473]},{"name":"LDAP_SERVER_SHUTDOWN_NOTIFY_OID","features":[473]},{"name":"LDAP_SERVER_SHUTDOWN_NOTIFY_OID_W","features":[473]},{"name":"LDAP_SERVER_SORT_OID","features":[473]},{"name":"LDAP_SERVER_SORT_OID_W","features":[473]},{"name":"LDAP_SERVER_TREE_DELETE_EX_OID","features":[473]},{"name":"LDAP_SERVER_TREE_DELETE_EX_OID_W","features":[473]},{"name":"LDAP_SERVER_TREE_DELETE_OID","features":[473]},{"name":"LDAP_SERVER_TREE_DELETE_OID_W","features":[473]},{"name":"LDAP_SERVER_UPDATE_STATS_OID","features":[473]},{"name":"LDAP_SERVER_UPDATE_STATS_OID_W","features":[473]},{"name":"LDAP_SERVER_VERIFY_NAME_OID","features":[473]},{"name":"LDAP_SERVER_VERIFY_NAME_OID_W","features":[473]},{"name":"LDAP_SERVER_WHO_AM_I_OID","features":[473]},{"name":"LDAP_SERVER_WHO_AM_I_OID_W","features":[473]},{"name":"LDAP_SESSION_CMD","features":[473]},{"name":"LDAP_SIZELIMIT_EXCEEDED","features":[473]},{"name":"LDAP_SORT_CONTROL_MISSING","features":[473]},{"name":"LDAP_SSL_GC_PORT","features":[473]},{"name":"LDAP_SSL_PORT","features":[473]},{"name":"LDAP_START_TLS_OID","features":[473]},{"name":"LDAP_START_TLS_OID_W","features":[473]},{"name":"LDAP_STRONG_AUTH_REQUIRED","features":[473]},{"name":"LDAP_SUBSTRING_ANY","features":[473]},{"name":"LDAP_SUBSTRING_FINAL","features":[473]},{"name":"LDAP_SUBSTRING_INITIAL","features":[473]},{"name":"LDAP_SUCCESS","features":[473]},{"name":"LDAP_TIMELIMIT_EXCEEDED","features":[473]},{"name":"LDAP_TIMEOUT","features":[473]},{"name":"LDAP_TIMEVAL","features":[473]},{"name":"LDAP_TTL_EXTENDED_OP_OID","features":[473]},{"name":"LDAP_TTL_EXTENDED_OP_OID_W","features":[473]},{"name":"LDAP_UNAVAILABLE","features":[473]},{"name":"LDAP_UNAVAILABLE_CRIT_EXTENSION","features":[473]},{"name":"LDAP_UNBIND_CMD","features":[473]},{"name":"LDAP_UNDEFINED_TYPE","features":[473]},{"name":"LDAP_UNICODE","features":[473]},{"name":"LDAP_UNWILLING_TO_PERFORM","features":[473]},{"name":"LDAP_UPDATE_STATS_INVOCATIONID_OID","features":[473]},{"name":"LDAP_UPDATE_STATS_INVOCATIONID_OID_W","features":[473]},{"name":"LDAP_UPDATE_STATS_USN_OID","features":[473]},{"name":"LDAP_UPDATE_STATS_USN_OID_W","features":[473]},{"name":"LDAP_USER_CANCELLED","features":[473]},{"name":"LDAP_VENDOR_NAME","features":[473]},{"name":"LDAP_VENDOR_NAME_W","features":[473]},{"name":"LDAP_VENDOR_VERSION","features":[473]},{"name":"LDAP_VERSION","features":[473]},{"name":"LDAP_VERSION1","features":[473]},{"name":"LDAP_VERSION2","features":[473]},{"name":"LDAP_VERSION3","features":[473]},{"name":"LDAP_VERSION_INFO","features":[473]},{"name":"LDAP_VERSION_MAX","features":[473]},{"name":"LDAP_VERSION_MIN","features":[473]},{"name":"LDAP_VIRTUAL_LIST_VIEW_ERROR","features":[473]},{"name":"LDAP_VLVINFO_VERSION","features":[473]},{"name":"LdapGetLastError","features":[473]},{"name":"LdapMapErrorToWin32","features":[307,473]},{"name":"LdapUTF8ToUnicode","features":[473]},{"name":"LdapUnicodeToUTF8","features":[473]},{"name":"NOTIFYOFNEWCONNECTION","features":[307,473]},{"name":"PLDAPSearch","features":[473]},{"name":"QUERYCLIENTCERT","features":[307,473,328,393]},{"name":"QUERYFORCONNECTION","features":[473]},{"name":"SERVER_SEARCH_FLAG_DOMAIN_SCOPE","features":[473]},{"name":"SERVER_SEARCH_FLAG_PHANTOM_ROOT","features":[473]},{"name":"VERIFYSERVERCERT","features":[307,473,393]},{"name":"ber_alloc_t","features":[473]},{"name":"ber_bvdup","features":[473]},{"name":"ber_bvecfree","features":[473]},{"name":"ber_bvfree","features":[473]},{"name":"ber_first_element","features":[473]},{"name":"ber_flatten","features":[473]},{"name":"ber_free","features":[473]},{"name":"ber_init","features":[473]},{"name":"ber_next_element","features":[473]},{"name":"ber_peek_tag","features":[473]},{"name":"ber_printf","features":[473]},{"name":"ber_scanf","features":[473]},{"name":"ber_skip_tag","features":[473]},{"name":"cldap_open","features":[473]},{"name":"cldap_openA","features":[473]},{"name":"cldap_openW","features":[473]},{"name":"ldap_abandon","features":[473]},{"name":"ldap_add","features":[473]},{"name":"ldap_addA","features":[473]},{"name":"ldap_addW","features":[473]},{"name":"ldap_add_ext","features":[307,473]},{"name":"ldap_add_extA","features":[307,473]},{"name":"ldap_add_extW","features":[307,473]},{"name":"ldap_add_ext_s","features":[307,473]},{"name":"ldap_add_ext_sA","features":[307,473]},{"name":"ldap_add_ext_sW","features":[307,473]},{"name":"ldap_add_s","features":[473]},{"name":"ldap_add_sA","features":[473]},{"name":"ldap_add_sW","features":[473]},{"name":"ldap_bind","features":[473]},{"name":"ldap_bindA","features":[473]},{"name":"ldap_bindW","features":[473]},{"name":"ldap_bind_s","features":[473]},{"name":"ldap_bind_sA","features":[473]},{"name":"ldap_bind_sW","features":[473]},{"name":"ldap_check_filterA","features":[473]},{"name":"ldap_check_filterW","features":[473]},{"name":"ldap_cleanup","features":[307,473]},{"name":"ldap_close_extended_op","features":[473]},{"name":"ldap_compare","features":[473]},{"name":"ldap_compareA","features":[473]},{"name":"ldap_compareW","features":[473]},{"name":"ldap_compare_ext","features":[307,473]},{"name":"ldap_compare_extA","features":[307,473]},{"name":"ldap_compare_extW","features":[307,473]},{"name":"ldap_compare_ext_s","features":[307,473]},{"name":"ldap_compare_ext_sA","features":[307,473]},{"name":"ldap_compare_ext_sW","features":[307,473]},{"name":"ldap_compare_s","features":[473]},{"name":"ldap_compare_sA","features":[473]},{"name":"ldap_compare_sW","features":[473]},{"name":"ldap_conn_from_msg","features":[307,473]},{"name":"ldap_connect","features":[473]},{"name":"ldap_control_free","features":[307,473]},{"name":"ldap_control_freeA","features":[307,473]},{"name":"ldap_control_freeW","features":[307,473]},{"name":"ldap_controls_free","features":[307,473]},{"name":"ldap_controls_freeA","features":[307,473]},{"name":"ldap_controls_freeW","features":[307,473]},{"name":"ldap_count_entries","features":[307,473]},{"name":"ldap_count_references","features":[307,473]},{"name":"ldap_count_values","features":[473]},{"name":"ldap_count_valuesA","features":[473]},{"name":"ldap_count_valuesW","features":[473]},{"name":"ldap_count_values_len","features":[473]},{"name":"ldap_create_page_control","features":[307,473]},{"name":"ldap_create_page_controlA","features":[307,473]},{"name":"ldap_create_page_controlW","features":[307,473]},{"name":"ldap_create_sort_control","features":[307,473]},{"name":"ldap_create_sort_controlA","features":[307,473]},{"name":"ldap_create_sort_controlW","features":[307,473]},{"name":"ldap_create_vlv_controlA","features":[307,473]},{"name":"ldap_create_vlv_controlW","features":[307,473]},{"name":"ldap_delete","features":[473]},{"name":"ldap_deleteA","features":[473]},{"name":"ldap_deleteW","features":[473]},{"name":"ldap_delete_ext","features":[307,473]},{"name":"ldap_delete_extA","features":[307,473]},{"name":"ldap_delete_extW","features":[307,473]},{"name":"ldap_delete_ext_s","features":[307,473]},{"name":"ldap_delete_ext_sA","features":[307,473]},{"name":"ldap_delete_ext_sW","features":[307,473]},{"name":"ldap_delete_s","features":[473]},{"name":"ldap_delete_sA","features":[473]},{"name":"ldap_delete_sW","features":[473]},{"name":"ldap_dn2ufn","features":[473]},{"name":"ldap_dn2ufnA","features":[473]},{"name":"ldap_dn2ufnW","features":[473]},{"name":"ldap_encode_sort_controlA","features":[307,473]},{"name":"ldap_encode_sort_controlW","features":[307,473]},{"name":"ldap_err2string","features":[473]},{"name":"ldap_err2stringA","features":[473]},{"name":"ldap_err2stringW","features":[473]},{"name":"ldap_escape_filter_element","features":[473]},{"name":"ldap_escape_filter_elementA","features":[473]},{"name":"ldap_escape_filter_elementW","features":[473]},{"name":"ldap_explode_dn","features":[473]},{"name":"ldap_explode_dnA","features":[473]},{"name":"ldap_explode_dnW","features":[473]},{"name":"ldap_extended_operation","features":[307,473]},{"name":"ldap_extended_operationA","features":[307,473]},{"name":"ldap_extended_operationW","features":[307,473]},{"name":"ldap_extended_operation_sA","features":[307,473]},{"name":"ldap_extended_operation_sW","features":[307,473]},{"name":"ldap_first_attribute","features":[307,473]},{"name":"ldap_first_attributeA","features":[307,473]},{"name":"ldap_first_attributeW","features":[307,473]},{"name":"ldap_first_entry","features":[307,473]},{"name":"ldap_first_reference","features":[307,473]},{"name":"ldap_free_controls","features":[307,473]},{"name":"ldap_free_controlsA","features":[307,473]},{"name":"ldap_free_controlsW","features":[307,473]},{"name":"ldap_get_dn","features":[307,473]},{"name":"ldap_get_dnA","features":[307,473]},{"name":"ldap_get_dnW","features":[307,473]},{"name":"ldap_get_next_page","features":[473]},{"name":"ldap_get_next_page_s","features":[307,473]},{"name":"ldap_get_option","features":[473]},{"name":"ldap_get_optionW","features":[473]},{"name":"ldap_get_paged_count","features":[307,473]},{"name":"ldap_get_values","features":[307,473]},{"name":"ldap_get_valuesA","features":[307,473]},{"name":"ldap_get_valuesW","features":[307,473]},{"name":"ldap_get_values_len","features":[307,473]},{"name":"ldap_get_values_lenA","features":[307,473]},{"name":"ldap_get_values_lenW","features":[307,473]},{"name":"ldap_init","features":[473]},{"name":"ldap_initA","features":[473]},{"name":"ldap_initW","features":[473]},{"name":"ldap_memfree","features":[473]},{"name":"ldap_memfreeA","features":[473]},{"name":"ldap_memfreeW","features":[473]},{"name":"ldap_modify","features":[473]},{"name":"ldap_modifyA","features":[473]},{"name":"ldap_modifyW","features":[473]},{"name":"ldap_modify_ext","features":[307,473]},{"name":"ldap_modify_extA","features":[307,473]},{"name":"ldap_modify_extW","features":[307,473]},{"name":"ldap_modify_ext_s","features":[307,473]},{"name":"ldap_modify_ext_sA","features":[307,473]},{"name":"ldap_modify_ext_sW","features":[307,473]},{"name":"ldap_modify_s","features":[473]},{"name":"ldap_modify_sA","features":[473]},{"name":"ldap_modify_sW","features":[473]},{"name":"ldap_modrdn","features":[473]},{"name":"ldap_modrdn2","features":[473]},{"name":"ldap_modrdn2A","features":[473]},{"name":"ldap_modrdn2W","features":[473]},{"name":"ldap_modrdn2_s","features":[473]},{"name":"ldap_modrdn2_sA","features":[473]},{"name":"ldap_modrdn2_sW","features":[473]},{"name":"ldap_modrdnA","features":[473]},{"name":"ldap_modrdnW","features":[473]},{"name":"ldap_modrdn_s","features":[473]},{"name":"ldap_modrdn_sA","features":[473]},{"name":"ldap_modrdn_sW","features":[473]},{"name":"ldap_msgfree","features":[307,473]},{"name":"ldap_next_attribute","features":[307,473]},{"name":"ldap_next_attributeA","features":[307,473]},{"name":"ldap_next_attributeW","features":[307,473]},{"name":"ldap_next_entry","features":[307,473]},{"name":"ldap_next_reference","features":[307,473]},{"name":"ldap_open","features":[473]},{"name":"ldap_openA","features":[473]},{"name":"ldap_openW","features":[473]},{"name":"ldap_parse_extended_resultA","features":[307,473]},{"name":"ldap_parse_extended_resultW","features":[307,473]},{"name":"ldap_parse_page_control","features":[307,473]},{"name":"ldap_parse_page_controlA","features":[307,473]},{"name":"ldap_parse_page_controlW","features":[307,473]},{"name":"ldap_parse_reference","features":[307,473]},{"name":"ldap_parse_referenceA","features":[307,473]},{"name":"ldap_parse_referenceW","features":[307,473]},{"name":"ldap_parse_result","features":[307,473]},{"name":"ldap_parse_resultA","features":[307,473]},{"name":"ldap_parse_resultW","features":[307,473]},{"name":"ldap_parse_sort_control","features":[307,473]},{"name":"ldap_parse_sort_controlA","features":[307,473]},{"name":"ldap_parse_sort_controlW","features":[307,473]},{"name":"ldap_parse_vlv_controlA","features":[307,473]},{"name":"ldap_parse_vlv_controlW","features":[307,473]},{"name":"ldap_perror","features":[473]},{"name":"ldap_rename_ext","features":[307,473]},{"name":"ldap_rename_extA","features":[307,473]},{"name":"ldap_rename_extW","features":[307,473]},{"name":"ldap_rename_ext_s","features":[307,473]},{"name":"ldap_rename_ext_sA","features":[307,473]},{"name":"ldap_rename_ext_sW","features":[307,473]},{"name":"ldap_result","features":[307,473]},{"name":"ldap_result2error","features":[307,473]},{"name":"ldap_sasl_bindA","features":[307,473]},{"name":"ldap_sasl_bindW","features":[307,473]},{"name":"ldap_sasl_bind_sA","features":[307,473]},{"name":"ldap_sasl_bind_sW","features":[307,473]},{"name":"ldap_search","features":[473]},{"name":"ldap_searchA","features":[473]},{"name":"ldap_searchW","features":[473]},{"name":"ldap_search_abandon_page","features":[473]},{"name":"ldap_search_ext","features":[307,473]},{"name":"ldap_search_extA","features":[307,473]},{"name":"ldap_search_extW","features":[307,473]},{"name":"ldap_search_ext_s","features":[307,473]},{"name":"ldap_search_ext_sA","features":[307,473]},{"name":"ldap_search_ext_sW","features":[307,473]},{"name":"ldap_search_init_page","features":[307,473]},{"name":"ldap_search_init_pageA","features":[307,473]},{"name":"ldap_search_init_pageW","features":[307,473]},{"name":"ldap_search_s","features":[307,473]},{"name":"ldap_search_sA","features":[307,473]},{"name":"ldap_search_sW","features":[307,473]},{"name":"ldap_search_st","features":[307,473]},{"name":"ldap_search_stA","features":[307,473]},{"name":"ldap_search_stW","features":[307,473]},{"name":"ldap_set_dbg_flags","features":[473]},{"name":"ldap_set_dbg_routine","features":[473]},{"name":"ldap_set_option","features":[473]},{"name":"ldap_set_optionW","features":[473]},{"name":"ldap_simple_bind","features":[473]},{"name":"ldap_simple_bindA","features":[473]},{"name":"ldap_simple_bindW","features":[473]},{"name":"ldap_simple_bind_s","features":[473]},{"name":"ldap_simple_bind_sA","features":[473]},{"name":"ldap_simple_bind_sW","features":[473]},{"name":"ldap_sslinit","features":[473]},{"name":"ldap_sslinitA","features":[473]},{"name":"ldap_sslinitW","features":[473]},{"name":"ldap_start_tls_sA","features":[307,473]},{"name":"ldap_start_tls_sW","features":[307,473]},{"name":"ldap_startup","features":[307,473]},{"name":"ldap_stop_tls_s","features":[307,473]},{"name":"ldap_ufn2dn","features":[473]},{"name":"ldap_ufn2dnA","features":[473]},{"name":"ldap_ufn2dnW","features":[473]},{"name":"ldap_unbind","features":[473]},{"name":"ldap_unbind_s","features":[473]},{"name":"ldap_value_free","features":[473]},{"name":"ldap_value_freeA","features":[473]},{"name":"ldap_value_freeW","features":[473]},{"name":"ldap_value_free_len","features":[473]}],"475":[{"name":"IEnumNetworkConnections","features":[474,358]},{"name":"IEnumNetworks","features":[474,358]},{"name":"INetwork","features":[474,358]},{"name":"INetwork2","features":[474,358]},{"name":"INetworkConnection","features":[474,358]},{"name":"INetworkConnection2","features":[474,358]},{"name":"INetworkConnectionCost","features":[474]},{"name":"INetworkConnectionCostEvents","features":[474]},{"name":"INetworkConnectionEvents","features":[474]},{"name":"INetworkCostManager","features":[474]},{"name":"INetworkCostManagerEvents","features":[474]},{"name":"INetworkEvents","features":[474]},{"name":"INetworkListManager","features":[474,358]},{"name":"INetworkListManagerEvents","features":[474]},{"name":"NA_AllowMerge","features":[474]},{"name":"NA_CategoryReadOnly","features":[474]},{"name":"NA_CategorySetByPolicy","features":[474]},{"name":"NA_DescriptionReadOnly","features":[474]},{"name":"NA_DescriptionSetByPolicy","features":[474]},{"name":"NA_DomainAuthenticationFailed","features":[474]},{"name":"NA_IconReadOnly","features":[474]},{"name":"NA_IconSetByPolicy","features":[474]},{"name":"NA_InternetConnectivityV4","features":[474]},{"name":"NA_InternetConnectivityV6","features":[474]},{"name":"NA_NameReadOnly","features":[474]},{"name":"NA_NameSetByPolicy","features":[474]},{"name":"NA_NetworkClass","features":[474]},{"name":"NLM_CONNECTION_COST","features":[474]},{"name":"NLM_CONNECTION_COST_APPROACHINGDATALIMIT","features":[474]},{"name":"NLM_CONNECTION_COST_CONGESTED","features":[474]},{"name":"NLM_CONNECTION_COST_FIXED","features":[474]},{"name":"NLM_CONNECTION_COST_OVERDATALIMIT","features":[474]},{"name":"NLM_CONNECTION_COST_ROAMING","features":[474]},{"name":"NLM_CONNECTION_COST_UNKNOWN","features":[474]},{"name":"NLM_CONNECTION_COST_UNRESTRICTED","features":[474]},{"name":"NLM_CONNECTION_COST_VARIABLE","features":[474]},{"name":"NLM_CONNECTION_PROPERTY_CHANGE","features":[474]},{"name":"NLM_CONNECTION_PROPERTY_CHANGE_AUTHENTICATION","features":[474]},{"name":"NLM_CONNECTIVITY","features":[474]},{"name":"NLM_CONNECTIVITY_DISCONNECTED","features":[474]},{"name":"NLM_CONNECTIVITY_IPV4_INTERNET","features":[474]},{"name":"NLM_CONNECTIVITY_IPV4_LOCALNETWORK","features":[474]},{"name":"NLM_CONNECTIVITY_IPV4_NOTRAFFIC","features":[474]},{"name":"NLM_CONNECTIVITY_IPV4_SUBNET","features":[474]},{"name":"NLM_CONNECTIVITY_IPV6_INTERNET","features":[474]},{"name":"NLM_CONNECTIVITY_IPV6_LOCALNETWORK","features":[474]},{"name":"NLM_CONNECTIVITY_IPV6_NOTRAFFIC","features":[474]},{"name":"NLM_CONNECTIVITY_IPV6_SUBNET","features":[474]},{"name":"NLM_DATAPLAN_STATUS","features":[307,474]},{"name":"NLM_DOMAIN_AUTHENTICATION_KIND","features":[474]},{"name":"NLM_DOMAIN_AUTHENTICATION_KIND_LDAP","features":[474]},{"name":"NLM_DOMAIN_AUTHENTICATION_KIND_NONE","features":[474]},{"name":"NLM_DOMAIN_AUTHENTICATION_KIND_TLS","features":[474]},{"name":"NLM_DOMAIN_TYPE","features":[474]},{"name":"NLM_DOMAIN_TYPE_DOMAIN_AUTHENTICATED","features":[474]},{"name":"NLM_DOMAIN_TYPE_DOMAIN_NETWORK","features":[474]},{"name":"NLM_DOMAIN_TYPE_NON_DOMAIN_NETWORK","features":[474]},{"name":"NLM_ENUM_NETWORK","features":[474]},{"name":"NLM_ENUM_NETWORK_ALL","features":[474]},{"name":"NLM_ENUM_NETWORK_CONNECTED","features":[474]},{"name":"NLM_ENUM_NETWORK_DISCONNECTED","features":[474]},{"name":"NLM_INTERNET_CONNECTIVITY","features":[474]},{"name":"NLM_INTERNET_CONNECTIVITY_CORPORATE","features":[474]},{"name":"NLM_INTERNET_CONNECTIVITY_PROXIED","features":[474]},{"name":"NLM_INTERNET_CONNECTIVITY_WEBHIJACK","features":[474]},{"name":"NLM_MAX_ADDRESS_LIST_SIZE","features":[474]},{"name":"NLM_NETWORK_CATEGORY","features":[474]},{"name":"NLM_NETWORK_CATEGORY_DOMAIN_AUTHENTICATED","features":[474]},{"name":"NLM_NETWORK_CATEGORY_PRIVATE","features":[474]},{"name":"NLM_NETWORK_CATEGORY_PUBLIC","features":[474]},{"name":"NLM_NETWORK_CLASS","features":[474]},{"name":"NLM_NETWORK_IDENTIFIED","features":[474]},{"name":"NLM_NETWORK_IDENTIFYING","features":[474]},{"name":"NLM_NETWORK_PROPERTY_CHANGE","features":[474]},{"name":"NLM_NETWORK_PROPERTY_CHANGE_CATEGORY_VALUE","features":[474]},{"name":"NLM_NETWORK_PROPERTY_CHANGE_CONNECTION","features":[474]},{"name":"NLM_NETWORK_PROPERTY_CHANGE_DESCRIPTION","features":[474]},{"name":"NLM_NETWORK_PROPERTY_CHANGE_ICON","features":[474]},{"name":"NLM_NETWORK_PROPERTY_CHANGE_NAME","features":[474]},{"name":"NLM_NETWORK_UNIDENTIFIED","features":[474]},{"name":"NLM_SIMULATED_PROFILE_INFO","features":[474]},{"name":"NLM_SOCKADDR","features":[474]},{"name":"NLM_UNKNOWN_DATAPLAN_STATUS","features":[474]},{"name":"NLM_USAGE_DATA","features":[307,474]},{"name":"NetworkListManager","features":[474]}],"476":[{"name":"FindSimilarFileIndexResults","features":[475]},{"name":"FindSimilarResults","features":[475]},{"name":"GeneratorParametersType","features":[475]},{"name":"IFindSimilarResults","features":[475]},{"name":"IRdcComparator","features":[475]},{"name":"IRdcFileReader","features":[475]},{"name":"IRdcFileWriter","features":[475]},{"name":"IRdcGenerator","features":[475]},{"name":"IRdcGeneratorFilterMaxParameters","features":[475]},{"name":"IRdcGeneratorParameters","features":[475]},{"name":"IRdcLibrary","features":[475]},{"name":"IRdcSignatureReader","features":[475]},{"name":"IRdcSimilarityGenerator","features":[475]},{"name":"ISimilarity","features":[475]},{"name":"ISimilarityFileIdTable","features":[475]},{"name":"ISimilarityReportProgress","features":[475]},{"name":"ISimilarityTableDumpState","features":[475]},{"name":"ISimilarityTraitsMappedView","features":[475]},{"name":"ISimilarityTraitsMapping","features":[475]},{"name":"ISimilarityTraitsTable","features":[475]},{"name":"MSRDC_DEFAULT_COMPAREBUFFER","features":[475]},{"name":"MSRDC_DEFAULT_HASHWINDOWSIZE_1","features":[475]},{"name":"MSRDC_DEFAULT_HASHWINDOWSIZE_N","features":[475]},{"name":"MSRDC_DEFAULT_HORIZONSIZE_1","features":[475]},{"name":"MSRDC_DEFAULT_HORIZONSIZE_N","features":[475]},{"name":"MSRDC_MAXIMUM_COMPAREBUFFER","features":[475]},{"name":"MSRDC_MAXIMUM_DEPTH","features":[475]},{"name":"MSRDC_MAXIMUM_HASHWINDOWSIZE","features":[475]},{"name":"MSRDC_MAXIMUM_HORIZONSIZE","features":[475]},{"name":"MSRDC_MAXIMUM_MATCHESREQUIRED","features":[475]},{"name":"MSRDC_MAXIMUM_TRAITVALUE","features":[475]},{"name":"MSRDC_MINIMUM_COMPAREBUFFER","features":[475]},{"name":"MSRDC_MINIMUM_COMPATIBLE_APP_VERSION","features":[475]},{"name":"MSRDC_MINIMUM_DEPTH","features":[475]},{"name":"MSRDC_MINIMUM_HASHWINDOWSIZE","features":[475]},{"name":"MSRDC_MINIMUM_HORIZONSIZE","features":[475]},{"name":"MSRDC_MINIMUM_INPUTBUFFERSIZE","features":[475]},{"name":"MSRDC_MINIMUM_MATCHESREQUIRED","features":[475]},{"name":"MSRDC_SIGNATURE_HASHSIZE","features":[475]},{"name":"MSRDC_VERSION","features":[475]},{"name":"RDCE_TABLE_CORRUPT","features":[475]},{"name":"RDCE_TABLE_FULL","features":[475]},{"name":"RDCGENTYPE_FilterMax","features":[475]},{"name":"RDCGENTYPE_Unused","features":[475]},{"name":"RDCMAPPING_ReadOnly","features":[475]},{"name":"RDCMAPPING_ReadWrite","features":[475]},{"name":"RDCMAPPING_Undefined","features":[475]},{"name":"RDCNEED_SEED","features":[475]},{"name":"RDCNEED_SEED_MAX","features":[475]},{"name":"RDCNEED_SOURCE","features":[475]},{"name":"RDCNEED_TARGET","features":[475]},{"name":"RDCTABLE_Existing","features":[475]},{"name":"RDCTABLE_InvalidOrUnknown","features":[475]},{"name":"RDCTABLE_New","features":[475]},{"name":"RDC_Aborted","features":[475]},{"name":"RDC_ApplicationError","features":[475]},{"name":"RDC_DataMissingOrCorrupt","features":[475]},{"name":"RDC_DataTooManyRecords","features":[475]},{"name":"RDC_ErrorCode","features":[475]},{"name":"RDC_FileChecksumMismatch","features":[475]},{"name":"RDC_HeaderMissingOrCorrupt","features":[475]},{"name":"RDC_HeaderVersionNewer","features":[475]},{"name":"RDC_HeaderVersionOlder","features":[475]},{"name":"RDC_HeaderWrongType","features":[475]},{"name":"RDC_NoError","features":[475]},{"name":"RDC_Win32Error","features":[475]},{"name":"RdcBufferPointer","features":[475]},{"name":"RdcComparator","features":[475]},{"name":"RdcCreatedTables","features":[475]},{"name":"RdcFileReader","features":[475]},{"name":"RdcGenerator","features":[475]},{"name":"RdcGeneratorFilterMaxParameters","features":[475]},{"name":"RdcGeneratorParameters","features":[475]},{"name":"RdcLibrary","features":[475]},{"name":"RdcMappingAccessMode","features":[475]},{"name":"RdcNeed","features":[475]},{"name":"RdcNeedPointer","features":[475]},{"name":"RdcNeedType","features":[475]},{"name":"RdcSignature","features":[475]},{"name":"RdcSignaturePointer","features":[475]},{"name":"RdcSignatureReader","features":[475]},{"name":"RdcSimilarityGenerator","features":[475]},{"name":"Similarity","features":[475]},{"name":"SimilarityData","features":[475]},{"name":"SimilarityDumpData","features":[475]},{"name":"SimilarityFileId","features":[475]},{"name":"SimilarityFileIdMaxSize","features":[475]},{"name":"SimilarityFileIdMinSize","features":[475]},{"name":"SimilarityFileIdTable","features":[475]},{"name":"SimilarityMappedViewInfo","features":[475]},{"name":"SimilarityReportProgress","features":[475]},{"name":"SimilarityTableDumpState","features":[475]},{"name":"SimilarityTraitsMappedView","features":[475]},{"name":"SimilarityTraitsMapping","features":[475]},{"name":"SimilarityTraitsTable","features":[475]}],"477":[{"name":"WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_ACTION","features":[476]},{"name":"WEB_SOCKET_ACTION_QUEUE","features":[476]},{"name":"WEB_SOCKET_ALLOCATED_BUFFER_PROPERTY_TYPE","features":[476]},{"name":"WEB_SOCKET_ALL_ACTION_QUEUE","features":[476]},{"name":"WEB_SOCKET_BINARY_FRAGMENT_BUFFER_TYPE","features":[476]},{"name":"WEB_SOCKET_BINARY_MESSAGE_BUFFER_TYPE","features":[476]},{"name":"WEB_SOCKET_BUFFER","features":[476]},{"name":"WEB_SOCKET_BUFFER_TYPE","features":[476]},{"name":"WEB_SOCKET_CLOSE_BUFFER_TYPE","features":[476]},{"name":"WEB_SOCKET_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_DISABLE_MASKING_PROPERTY_TYPE","features":[476]},{"name":"WEB_SOCKET_DISABLE_UTF8_VERIFICATION_PROPERTY_TYPE","features":[476]},{"name":"WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_ENDPOINT_UNAVAILABLE_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_HANDLE","features":[476]},{"name":"WEB_SOCKET_HTTP_HEADER","features":[476]},{"name":"WEB_SOCKET_INDICATE_RECEIVE_COMPLETE_ACTION","features":[476]},{"name":"WEB_SOCKET_INDICATE_SEND_COMPLETE_ACTION","features":[476]},{"name":"WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_KEEPALIVE_INTERVAL_PROPERTY_TYPE","features":[476]},{"name":"WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[476]},{"name":"WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_NO_ACTION","features":[476]},{"name":"WEB_SOCKET_PING_PONG_BUFFER_TYPE","features":[476]},{"name":"WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_PROPERTY","features":[476]},{"name":"WEB_SOCKET_PROPERTY_TYPE","features":[476]},{"name":"WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_RECEIVE_ACTION_QUEUE","features":[476]},{"name":"WEB_SOCKET_RECEIVE_BUFFER_SIZE_PROPERTY_TYPE","features":[476]},{"name":"WEB_SOCKET_RECEIVE_FROM_NETWORK_ACTION","features":[476]},{"name":"WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_SEND_ACTION_QUEUE","features":[476]},{"name":"WEB_SOCKET_SEND_BUFFER_SIZE_PROPERTY_TYPE","features":[476]},{"name":"WEB_SOCKET_SEND_TO_NETWORK_ACTION","features":[476]},{"name":"WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_SUPPORTED_VERSIONS_PROPERTY_TYPE","features":[476]},{"name":"WEB_SOCKET_UNSOLICITED_PONG_BUFFER_TYPE","features":[476]},{"name":"WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[476]},{"name":"WEB_SOCKET_UTF8_FRAGMENT_BUFFER_TYPE","features":[476]},{"name":"WEB_SOCKET_UTF8_MESSAGE_BUFFER_TYPE","features":[476]},{"name":"WebSocketAbortHandle","features":[476]},{"name":"WebSocketBeginClientHandshake","features":[476]},{"name":"WebSocketBeginServerHandshake","features":[476]},{"name":"WebSocketCompleteAction","features":[476]},{"name":"WebSocketCreateClientHandle","features":[476]},{"name":"WebSocketCreateServerHandle","features":[476]},{"name":"WebSocketDeleteHandle","features":[476]},{"name":"WebSocketEndClientHandshake","features":[476]},{"name":"WebSocketEndServerHandshake","features":[476]},{"name":"WebSocketGetAction","features":[476]},{"name":"WebSocketGetGlobalProperty","features":[476]},{"name":"WebSocketReceive","features":[476]},{"name":"WebSocketSend","features":[476]}],"478":[{"name":"API_GET_PROXY_FOR_URL","features":[477]},{"name":"API_GET_PROXY_SETTINGS","features":[477]},{"name":"API_QUERY_DATA_AVAILABLE","features":[477]},{"name":"API_READ_DATA","features":[477]},{"name":"API_RECEIVE_RESPONSE","features":[477]},{"name":"API_SEND_REQUEST","features":[477]},{"name":"API_WRITE_DATA","features":[477]},{"name":"AutoLogonPolicy_Always","features":[477]},{"name":"AutoLogonPolicy_Never","features":[477]},{"name":"AutoLogonPolicy_OnlyIfBypassProxy","features":[477]},{"name":"ERROR_WINHTTP_AUTODETECTION_FAILED","features":[477]},{"name":"ERROR_WINHTTP_AUTO_PROXY_SERVICE_ERROR","features":[477]},{"name":"ERROR_WINHTTP_BAD_AUTO_PROXY_SCRIPT","features":[477]},{"name":"ERROR_WINHTTP_CANNOT_CALL_AFTER_OPEN","features":[477]},{"name":"ERROR_WINHTTP_CANNOT_CALL_AFTER_SEND","features":[477]},{"name":"ERROR_WINHTTP_CANNOT_CALL_BEFORE_OPEN","features":[477]},{"name":"ERROR_WINHTTP_CANNOT_CALL_BEFORE_SEND","features":[477]},{"name":"ERROR_WINHTTP_CANNOT_CONNECT","features":[477]},{"name":"ERROR_WINHTTP_CHUNKED_ENCODING_HEADER_SIZE_OVERFLOW","features":[477]},{"name":"ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED","features":[477]},{"name":"ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED_PROXY","features":[477]},{"name":"ERROR_WINHTTP_CLIENT_CERT_NO_ACCESS_PRIVATE_KEY","features":[477]},{"name":"ERROR_WINHTTP_CLIENT_CERT_NO_PRIVATE_KEY","features":[477]},{"name":"ERROR_WINHTTP_CONNECTION_ERROR","features":[477]},{"name":"ERROR_WINHTTP_FEATURE_DISABLED","features":[477]},{"name":"ERROR_WINHTTP_GLOBAL_CALLBACK_FAILED","features":[477]},{"name":"ERROR_WINHTTP_HEADER_ALREADY_EXISTS","features":[477]},{"name":"ERROR_WINHTTP_HEADER_COUNT_EXCEEDED","features":[477]},{"name":"ERROR_WINHTTP_HEADER_NOT_FOUND","features":[477]},{"name":"ERROR_WINHTTP_HEADER_SIZE_OVERFLOW","features":[477]},{"name":"ERROR_WINHTTP_HTTP_PROTOCOL_MISMATCH","features":[477]},{"name":"ERROR_WINHTTP_INCORRECT_HANDLE_STATE","features":[477]},{"name":"ERROR_WINHTTP_INCORRECT_HANDLE_TYPE","features":[477]},{"name":"ERROR_WINHTTP_INTERNAL_ERROR","features":[477]},{"name":"ERROR_WINHTTP_INVALID_HEADER","features":[477]},{"name":"ERROR_WINHTTP_INVALID_OPTION","features":[477]},{"name":"ERROR_WINHTTP_INVALID_QUERY_REQUEST","features":[477]},{"name":"ERROR_WINHTTP_INVALID_SERVER_RESPONSE","features":[477]},{"name":"ERROR_WINHTTP_INVALID_URL","features":[477]},{"name":"ERROR_WINHTTP_LOGIN_FAILURE","features":[477]},{"name":"ERROR_WINHTTP_NAME_NOT_RESOLVED","features":[477]},{"name":"ERROR_WINHTTP_NOT_INITIALIZED","features":[477]},{"name":"ERROR_WINHTTP_OPERATION_CANCELLED","features":[477]},{"name":"ERROR_WINHTTP_OPTION_NOT_SETTABLE","features":[477]},{"name":"ERROR_WINHTTP_OUT_OF_HANDLES","features":[477]},{"name":"ERROR_WINHTTP_REDIRECT_FAILED","features":[477]},{"name":"ERROR_WINHTTP_RESEND_REQUEST","features":[477]},{"name":"ERROR_WINHTTP_RESERVED_189","features":[477]},{"name":"ERROR_WINHTTP_RESPONSE_DRAIN_OVERFLOW","features":[477]},{"name":"ERROR_WINHTTP_SCRIPT_EXECUTION_ERROR","features":[477]},{"name":"ERROR_WINHTTP_SECURE_CERT_CN_INVALID","features":[477]},{"name":"ERROR_WINHTTP_SECURE_CERT_DATE_INVALID","features":[477]},{"name":"ERROR_WINHTTP_SECURE_CERT_REVOKED","features":[477]},{"name":"ERROR_WINHTTP_SECURE_CERT_REV_FAILED","features":[477]},{"name":"ERROR_WINHTTP_SECURE_CERT_WRONG_USAGE","features":[477]},{"name":"ERROR_WINHTTP_SECURE_CHANNEL_ERROR","features":[477]},{"name":"ERROR_WINHTTP_SECURE_FAILURE","features":[477]},{"name":"ERROR_WINHTTP_SECURE_FAILURE_PROXY","features":[477]},{"name":"ERROR_WINHTTP_SECURE_INVALID_CA","features":[477]},{"name":"ERROR_WINHTTP_SECURE_INVALID_CERT","features":[477]},{"name":"ERROR_WINHTTP_SHUTDOWN","features":[477]},{"name":"ERROR_WINHTTP_TIMEOUT","features":[477]},{"name":"ERROR_WINHTTP_UNABLE_TO_DOWNLOAD_SCRIPT","features":[477]},{"name":"ERROR_WINHTTP_UNHANDLED_SCRIPT_TYPE","features":[477]},{"name":"ERROR_WINHTTP_UNRECOGNIZED_SCHEME","features":[477]},{"name":"HTTPREQUEST_PROXYSETTING_DEFAULT","features":[477]},{"name":"HTTPREQUEST_PROXYSETTING_DIRECT","features":[477]},{"name":"HTTPREQUEST_PROXYSETTING_PRECONFIG","features":[477]},{"name":"HTTPREQUEST_PROXYSETTING_PROXY","features":[477]},{"name":"HTTPREQUEST_SETCREDENTIALS_FOR_PROXY","features":[477]},{"name":"HTTPREQUEST_SETCREDENTIALS_FOR_SERVER","features":[477]},{"name":"HTTP_STATUS_ACCEPTED","features":[477]},{"name":"HTTP_STATUS_AMBIGUOUS","features":[477]},{"name":"HTTP_STATUS_BAD_GATEWAY","features":[477]},{"name":"HTTP_STATUS_BAD_METHOD","features":[477]},{"name":"HTTP_STATUS_BAD_REQUEST","features":[477]},{"name":"HTTP_STATUS_CONFLICT","features":[477]},{"name":"HTTP_STATUS_CONTINUE","features":[477]},{"name":"HTTP_STATUS_CREATED","features":[477]},{"name":"HTTP_STATUS_DENIED","features":[477]},{"name":"HTTP_STATUS_FIRST","features":[477]},{"name":"HTTP_STATUS_FORBIDDEN","features":[477]},{"name":"HTTP_STATUS_GATEWAY_TIMEOUT","features":[477]},{"name":"HTTP_STATUS_GONE","features":[477]},{"name":"HTTP_STATUS_LAST","features":[477]},{"name":"HTTP_STATUS_LENGTH_REQUIRED","features":[477]},{"name":"HTTP_STATUS_MOVED","features":[477]},{"name":"HTTP_STATUS_NONE_ACCEPTABLE","features":[477]},{"name":"HTTP_STATUS_NOT_FOUND","features":[477]},{"name":"HTTP_STATUS_NOT_MODIFIED","features":[477]},{"name":"HTTP_STATUS_NOT_SUPPORTED","features":[477]},{"name":"HTTP_STATUS_NO_CONTENT","features":[477]},{"name":"HTTP_STATUS_OK","features":[477]},{"name":"HTTP_STATUS_PARTIAL","features":[477]},{"name":"HTTP_STATUS_PARTIAL_CONTENT","features":[477]},{"name":"HTTP_STATUS_PAYMENT_REQ","features":[477]},{"name":"HTTP_STATUS_PERMANENT_REDIRECT","features":[477]},{"name":"HTTP_STATUS_PRECOND_FAILED","features":[477]},{"name":"HTTP_STATUS_PROXY_AUTH_REQ","features":[477]},{"name":"HTTP_STATUS_REDIRECT","features":[477]},{"name":"HTTP_STATUS_REDIRECT_KEEP_VERB","features":[477]},{"name":"HTTP_STATUS_REDIRECT_METHOD","features":[477]},{"name":"HTTP_STATUS_REQUEST_TIMEOUT","features":[477]},{"name":"HTTP_STATUS_REQUEST_TOO_LARGE","features":[477]},{"name":"HTTP_STATUS_RESET_CONTENT","features":[477]},{"name":"HTTP_STATUS_RETRY_WITH","features":[477]},{"name":"HTTP_STATUS_SERVER_ERROR","features":[477]},{"name":"HTTP_STATUS_SERVICE_UNAVAIL","features":[477]},{"name":"HTTP_STATUS_SWITCH_PROTOCOLS","features":[477]},{"name":"HTTP_STATUS_UNSUPPORTED_MEDIA","features":[477]},{"name":"HTTP_STATUS_URI_TOO_LONG","features":[477]},{"name":"HTTP_STATUS_USE_PROXY","features":[477]},{"name":"HTTP_STATUS_VERSION_NOT_SUP","features":[477]},{"name":"HTTP_STATUS_WEBDAV_MULTI_STATUS","features":[477]},{"name":"HTTP_VERSION_INFO","features":[477]},{"name":"ICU_BROWSER_MODE","features":[477]},{"name":"ICU_DECODE","features":[477]},{"name":"ICU_ENCODE_PERCENT","features":[477]},{"name":"ICU_ENCODE_SPACES_ONLY","features":[477]},{"name":"ICU_ESCAPE","features":[477]},{"name":"ICU_ESCAPE_AUTHORITY","features":[477]},{"name":"ICU_NO_ENCODE","features":[477]},{"name":"ICU_NO_META","features":[477]},{"name":"ICU_REJECT_USERPWD","features":[477]},{"name":"INTERNET_DEFAULT_HTTPS_PORT","features":[477]},{"name":"INTERNET_DEFAULT_HTTP_PORT","features":[477]},{"name":"INTERNET_DEFAULT_PORT","features":[477]},{"name":"IWinHttpRequest","features":[477,358]},{"name":"IWinHttpRequestEvents","features":[477]},{"name":"NETWORKING_KEY_BUFSIZE","features":[477]},{"name":"SECURITY_FLAG_IGNORE_CERT_CN_INVALID","features":[477]},{"name":"SECURITY_FLAG_IGNORE_CERT_DATE_INVALID","features":[477]},{"name":"SECURITY_FLAG_IGNORE_CERT_WRONG_USAGE","features":[477]},{"name":"SECURITY_FLAG_IGNORE_UNKNOWN_CA","features":[477]},{"name":"SECURITY_FLAG_SECURE","features":[477]},{"name":"SECURITY_FLAG_STRENGTH_MEDIUM","features":[477]},{"name":"SECURITY_FLAG_STRENGTH_STRONG","features":[477]},{"name":"SECURITY_FLAG_STRENGTH_WEAK","features":[477]},{"name":"SecureProtocol_ALL","features":[477]},{"name":"SecureProtocol_SSL2","features":[477]},{"name":"SecureProtocol_SSL3","features":[477]},{"name":"SecureProtocol_TLS1","features":[477]},{"name":"SecureProtocol_TLS1_1","features":[477]},{"name":"SecureProtocol_TLS1_2","features":[477]},{"name":"SslErrorFlag_CertCNInvalid","features":[477]},{"name":"SslErrorFlag_CertDateInvalid","features":[477]},{"name":"SslErrorFlag_CertWrongUsage","features":[477]},{"name":"SslErrorFlag_Ignore_All","features":[477]},{"name":"SslErrorFlag_UnknownCA","features":[477]},{"name":"URL_COMPONENTS","features":[477]},{"name":"WINHTTP_ACCESS_TYPE","features":[477]},{"name":"WINHTTP_ACCESS_TYPE_AUTOMATIC_PROXY","features":[477]},{"name":"WINHTTP_ACCESS_TYPE_DEFAULT_PROXY","features":[477]},{"name":"WINHTTP_ACCESS_TYPE_NAMED_PROXY","features":[477]},{"name":"WINHTTP_ACCESS_TYPE_NO_PROXY","features":[477]},{"name":"WINHTTP_ADDREQ_FLAGS_MASK","features":[477]},{"name":"WINHTTP_ADDREQ_FLAG_ADD","features":[477]},{"name":"WINHTTP_ADDREQ_FLAG_ADD_IF_NEW","features":[477]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE","features":[477]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE_WITH_COMMA","features":[477]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE_WITH_SEMICOLON","features":[477]},{"name":"WINHTTP_ADDREQ_FLAG_REPLACE","features":[477]},{"name":"WINHTTP_ADDREQ_INDEX_MASK","features":[477]},{"name":"WINHTTP_ASYNC_RESULT","features":[477]},{"name":"WINHTTP_AUTH_SCHEME_BASIC","features":[477]},{"name":"WINHTTP_AUTH_SCHEME_DIGEST","features":[477]},{"name":"WINHTTP_AUTH_SCHEME_NEGOTIATE","features":[477]},{"name":"WINHTTP_AUTH_SCHEME_NTLM","features":[477]},{"name":"WINHTTP_AUTH_SCHEME_PASSPORT","features":[477]},{"name":"WINHTTP_AUTH_TARGET_PROXY","features":[477]},{"name":"WINHTTP_AUTH_TARGET_SERVER","features":[477]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_DEFAULT","features":[477]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_HIGH","features":[477]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_LOW","features":[477]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_MAX","features":[477]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_MEDIUM","features":[477]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_PROXY_ONLY","features":[477]},{"name":"WINHTTP_AUTOPROXY_ALLOW_AUTOCONFIG","features":[477]},{"name":"WINHTTP_AUTOPROXY_ALLOW_CM","features":[477]},{"name":"WINHTTP_AUTOPROXY_ALLOW_STATIC","features":[477]},{"name":"WINHTTP_AUTOPROXY_AUTO_DETECT","features":[477]},{"name":"WINHTTP_AUTOPROXY_CONFIG_URL","features":[477]},{"name":"WINHTTP_AUTOPROXY_HOST_KEEPCASE","features":[477]},{"name":"WINHTTP_AUTOPROXY_HOST_LOWERCASE","features":[477]},{"name":"WINHTTP_AUTOPROXY_NO_CACHE_CLIENT","features":[477]},{"name":"WINHTTP_AUTOPROXY_NO_CACHE_SVC","features":[477]},{"name":"WINHTTP_AUTOPROXY_NO_DIRECTACCESS","features":[477]},{"name":"WINHTTP_AUTOPROXY_OPTIONS","features":[307,477]},{"name":"WINHTTP_AUTOPROXY_RUN_INPROCESS","features":[477]},{"name":"WINHTTP_AUTOPROXY_RUN_OUTPROCESS_ONLY","features":[477]},{"name":"WINHTTP_AUTOPROXY_SORT_RESULTS","features":[477]},{"name":"WINHTTP_AUTOPROXY_USE_INTERFACE_CONFIG","features":[477]},{"name":"WINHTTP_AUTO_DETECT_TYPE_DHCP","features":[477]},{"name":"WINHTTP_AUTO_DETECT_TYPE_DNS_A","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_ALL_NOTIFICATIONS","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_DATA_AVAILABLE","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_DETECTING_PROXY","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_GETPROXYFORURL_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_GETPROXYSETTINGS_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_HEADERS_AVAILABLE","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_INTERMEDIATE_RESPONSE","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_READ_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_REDIRECT","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_REQUEST_ERROR","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_SECURE_FAILURE","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_SENDREQUEST_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_FLAG_WRITE_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_CLOSE_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_CLOSING_CONNECTION","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTED_TO_SERVER","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTING_TO_SERVER","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTION_CLOSED","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_DATA_AVAILABLE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_DETECTING_PROXY","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_CN_INVALID","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_DATE_INVALID","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_REVOKED","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_REV_FAILED","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_WRONG_USAGE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_INVALID_CA","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_INVALID_CERT","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_SECURITY_CHANNEL_ERROR","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_GETPROXYFORURL_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_GETPROXYSETTINGS_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_HANDLE_CLOSING","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_HANDLE_CREATED","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_HEADERS_AVAILABLE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_INTERMEDIATE_RESPONSE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_NAME_RESOLVED","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_READ_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_RECEIVING_RESPONSE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_REDIRECT","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_REQUEST_ERROR","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_REQUEST_SENT","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_RESOLVING_NAME","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_RESPONSE_RECEIVED","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_SECURE_FAILURE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_SENDING_REQUEST","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_SENDREQUEST_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_SETTINGS_READ_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_SETTINGS_WRITE_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_SHUTDOWN_COMPLETE","features":[477]},{"name":"WINHTTP_CALLBACK_STATUS_WRITE_COMPLETE","features":[477]},{"name":"WINHTTP_CERTIFICATE_INFO","features":[307,477]},{"name":"WINHTTP_CONNECTION_GROUP","features":[477]},{"name":"WINHTTP_CONNECTION_INFO","features":[477,320]},{"name":"WINHTTP_CONNECTION_INFO","features":[477,320]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_408","features":[477]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_SSL_HANDSHAKE","features":[477]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_STALE_CONNECTION","features":[477]},{"name":"WINHTTP_CONNS_PER_SERVER_UNLIMITED","features":[477]},{"name":"WINHTTP_CREDS","features":[477]},{"name":"WINHTTP_CREDS_AUTHSCHEME","features":[477]},{"name":"WINHTTP_CREDS_EX","features":[477]},{"name":"WINHTTP_CURRENT_USER_IE_PROXY_CONFIG","features":[307,477]},{"name":"WINHTTP_DECOMPRESSION_FLAG_DEFLATE","features":[477]},{"name":"WINHTTP_DECOMPRESSION_FLAG_GZIP","features":[477]},{"name":"WINHTTP_DISABLE_AUTHENTICATION","features":[477]},{"name":"WINHTTP_DISABLE_COOKIES","features":[477]},{"name":"WINHTTP_DISABLE_KEEP_ALIVE","features":[477]},{"name":"WINHTTP_DISABLE_PASSPORT_AUTH","features":[477]},{"name":"WINHTTP_DISABLE_PASSPORT_KEYRING","features":[477]},{"name":"WINHTTP_DISABLE_REDIRECTS","features":[477]},{"name":"WINHTTP_DISABLE_SPN_SERVER_PORT","features":[477]},{"name":"WINHTTP_ENABLE_PASSPORT_AUTH","features":[477]},{"name":"WINHTTP_ENABLE_PASSPORT_KEYRING","features":[477]},{"name":"WINHTTP_ENABLE_SPN_SERVER_PORT","features":[477]},{"name":"WINHTTP_ENABLE_SSL_REVERT_IMPERSONATION","features":[477]},{"name":"WINHTTP_ENABLE_SSL_REVOCATION","features":[477]},{"name":"WINHTTP_ERROR_BASE","features":[477]},{"name":"WINHTTP_ERROR_LAST","features":[477]},{"name":"WINHTTP_EXTENDED_HEADER","features":[477]},{"name":"WINHTTP_EXTENDED_HEADER_FLAG_UNICODE","features":[477]},{"name":"WINHTTP_FAILED_CONNECTION_RETRIES","features":[477]},{"name":"WINHTTP_FEATURE_ADD_REQUEST_HEADERS_EX","features":[477]},{"name":"WINHTTP_FEATURE_BACKGROUND_CONNECTIONS","features":[477]},{"name":"WINHTTP_FEATURE_CONNECTION_GUID","features":[477]},{"name":"WINHTTP_FEATURE_CONNECTION_STATS_V0","features":[477]},{"name":"WINHTTP_FEATURE_CONNECTION_STATS_V1","features":[477]},{"name":"WINHTTP_FEATURE_DISABLE_CERT_CHAIN_BUILDING","features":[477]},{"name":"WINHTTP_FEATURE_DISABLE_PROXY_AUTH_SCHEMES","features":[477]},{"name":"WINHTTP_FEATURE_DISABLE_SECURE_PROTOCOL_FALLBACK","features":[477]},{"name":"WINHTTP_FEATURE_DISABLE_STREAM_QUEUE","features":[477]},{"name":"WINHTTP_FEATURE_ENABLE_HTTP2_PLUS_CLIENT_CERT","features":[477]},{"name":"WINHTTP_FEATURE_EXPIRE_CONNECTION","features":[477]},{"name":"WINHTTP_FEATURE_EXTENDED_HEADER_FLAG_UNICODE","features":[477]},{"name":"WINHTTP_FEATURE_FAILED_CONNECTION_RETRIES","features":[477]},{"name":"WINHTTP_FEATURE_FIRST_AVAILABLE_CONNECTION","features":[477]},{"name":"WINHTTP_FEATURE_FLAG_AUTOMATIC_CHUNKING","features":[477]},{"name":"WINHTTP_FEATURE_FLAG_SECURE_DEFAULTS","features":[477]},{"name":"WINHTTP_FEATURE_FREE_QUERY_CONNECTION_GROUP_RESULT","features":[477]},{"name":"WINHTTP_FEATURE_HTTP2_KEEPALIVE","features":[477]},{"name":"WINHTTP_FEATURE_HTTP2_PLUS_TRANSFER_ENCODING","features":[477]},{"name":"WINHTTP_FEATURE_HTTP2_RECEIVE_WINDOW","features":[477]},{"name":"WINHTTP_FEATURE_HTTP3_HANDSHAKE_TIMEOUT","features":[477]},{"name":"WINHTTP_FEATURE_HTTP3_INITIAL_RTT","features":[477]},{"name":"WINHTTP_FEATURE_HTTP3_KEEPALIVE","features":[477]},{"name":"WINHTTP_FEATURE_HTTP3_STREAM_ERROR_CODE","features":[477]},{"name":"WINHTTP_FEATURE_HTTP_PROTOCOL_REQUIRED","features":[477]},{"name":"WINHTTP_FEATURE_IGNORE_CERT_REVOCATION_OFFLINE","features":[477]},{"name":"WINHTTP_FEATURE_IPV6_FAST_FALLBACK","features":[477]},{"name":"WINHTTP_FEATURE_IS_FEATURE_SUPPORTED","features":[477]},{"name":"WINHTTP_FEATURE_MATCH_CONNECTION_GUID","features":[477]},{"name":"WINHTTP_FEATURE_MATCH_CONNECTION_GUID_FLAG_REQUIRE_MARKED_CONNECTION","features":[477]},{"name":"WINHTTP_FEATURE_QUERY_CONNECTION_GROUP","features":[477]},{"name":"WINHTTP_FEATURE_QUERY_CONNECTION_GROUP_FLAG_INSECURE","features":[477]},{"name":"WINHTTP_FEATURE_QUERY_EX_ALL_HEADERS","features":[477]},{"name":"WINHTTP_FEATURE_QUERY_FLAG_TRAILERS","features":[477]},{"name":"WINHTTP_FEATURE_QUERY_FLAG_WIRE_ENCODING","features":[477]},{"name":"WINHTTP_FEATURE_QUERY_HEADERS_EX","features":[477]},{"name":"WINHTTP_FEATURE_QUIC_STATS","features":[477]},{"name":"WINHTTP_FEATURE_READ_DATA_EX","features":[477]},{"name":"WINHTTP_FEATURE_READ_DATA_EX_FLAG_FILL_BUFFER","features":[477]},{"name":"WINHTTP_FEATURE_REFERER_TOKEN_BINDING_HOSTNAME","features":[477]},{"name":"WINHTTP_FEATURE_REQUEST_ANNOTATION","features":[477]},{"name":"WINHTTP_FEATURE_REQUEST_STATS","features":[477]},{"name":"WINHTTP_FEATURE_REQUEST_TIMES","features":[477]},{"name":"WINHTTP_FEATURE_REQUIRE_STREAM_END","features":[477]},{"name":"WINHTTP_FEATURE_RESOLUTION_HOSTNAME","features":[477]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG","features":[477]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_BYPASS_CACHE","features":[477]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_CONN_USE_TTL","features":[477]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_SOFT_LIMIT","features":[477]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_USE_DNS_TTL","features":[477]},{"name":"WINHTTP_FEATURE_REVERT_IMPERSONATION_SERVER_CERT","features":[477]},{"name":"WINHTTP_FEATURE_SECURITY_FLAG_IGNORE_ALL_CERT_ERRORS","features":[477]},{"name":"WINHTTP_FEATURE_SECURITY_INFO","features":[477]},{"name":"WINHTTP_FEATURE_SERVER_CERT_CHAIN_CONTEXT","features":[477]},{"name":"WINHTTP_FEATURE_SET_PROXY_SETINGS_PER_USER","features":[477]},{"name":"WINHTTP_FEATURE_SET_TOKEN_BINDING","features":[477]},{"name":"WINHTTP_FEATURE_STREAM_ERROR_CODE","features":[477]},{"name":"WINHTTP_FEATURE_TCP_FAST_OPEN","features":[477]},{"name":"WINHTTP_FEATURE_TCP_KEEPALIVE","features":[477]},{"name":"WINHTTP_FEATURE_TCP_PRIORITY_STATUS","features":[477]},{"name":"WINHTTP_FEATURE_TLS_FALSE_START","features":[477]},{"name":"WINHTTP_FEATURE_TLS_PROTOCOL_INSECURE_FALLBACK","features":[477]},{"name":"WINHTTP_FEATURE_TOKEN_BINDING_PUBLIC_KEY","features":[477]},{"name":"WINHTTP_FLAG_ASYNC","features":[477]},{"name":"WINHTTP_FLAG_AUTOMATIC_CHUNKING","features":[477]},{"name":"WINHTTP_FLAG_BYPASS_PROXY_CACHE","features":[477]},{"name":"WINHTTP_FLAG_ESCAPE_DISABLE","features":[477]},{"name":"WINHTTP_FLAG_ESCAPE_DISABLE_QUERY","features":[477]},{"name":"WINHTTP_FLAG_ESCAPE_PERCENT","features":[477]},{"name":"WINHTTP_FLAG_NULL_CODEPAGE","features":[477]},{"name":"WINHTTP_FLAG_REFRESH","features":[477]},{"name":"WINHTTP_FLAG_SECURE","features":[477]},{"name":"WINHTTP_FLAG_SECURE_DEFAULTS","features":[477]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_SSL2","features":[477]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_SSL3","features":[477]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1","features":[477]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_1","features":[477]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2","features":[477]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_3","features":[477]},{"name":"WINHTTP_HANDLE_TYPE_CONNECT","features":[477]},{"name":"WINHTTP_HANDLE_TYPE_PROXY_RESOLVER","features":[477]},{"name":"WINHTTP_HANDLE_TYPE_REQUEST","features":[477]},{"name":"WINHTTP_HANDLE_TYPE_SESSION","features":[477]},{"name":"WINHTTP_HANDLE_TYPE_WEBSOCKET","features":[477]},{"name":"WINHTTP_HEADER_NAME","features":[477]},{"name":"WINHTTP_HOST_CONNECTION_GROUP","features":[477]},{"name":"WINHTTP_HTTP2_RECEIVE_WINDOW","features":[477]},{"name":"WINHTTP_IGNORE_REQUEST_TOTAL_LENGTH","features":[477]},{"name":"WINHTTP_INTERNET_SCHEME","features":[477]},{"name":"WINHTTP_INTERNET_SCHEME_FTP","features":[477]},{"name":"WINHTTP_INTERNET_SCHEME_HTTP","features":[477]},{"name":"WINHTTP_INTERNET_SCHEME_HTTPS","features":[477]},{"name":"WINHTTP_INTERNET_SCHEME_SOCKS","features":[477]},{"name":"WINHTTP_LAST_OPTION","features":[477]},{"name":"WINHTTP_MATCH_CONNECTION_GUID","features":[477]},{"name":"WINHTTP_MATCH_CONNECTION_GUID","features":[477]},{"name":"WINHTTP_MATCH_CONNECTION_GUID_FLAGS_MASK","features":[477]},{"name":"WINHTTP_MATCH_CONNECTION_GUID_FLAG_REQUIRE_MARKED_CONNECTION","features":[477]},{"name":"WINHTTP_OPEN_REQUEST_FLAGS","features":[477]},{"name":"WINHTTP_OPTION_ASSURED_NON_BLOCKING_CALLBACKS","features":[477]},{"name":"WINHTTP_OPTION_AUTOLOGON_POLICY","features":[477]},{"name":"WINHTTP_OPTION_BACKGROUND_CONNECTIONS","features":[477]},{"name":"WINHTTP_OPTION_CALLBACK","features":[477]},{"name":"WINHTTP_OPTION_CLIENT_CERT_CONTEXT","features":[477]},{"name":"WINHTTP_OPTION_CLIENT_CERT_ISSUER_LIST","features":[477]},{"name":"WINHTTP_OPTION_CODEPAGE","features":[477]},{"name":"WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH","features":[477]},{"name":"WINHTTP_OPTION_CONNECTION_FILTER","features":[477]},{"name":"WINHTTP_OPTION_CONNECTION_GUID","features":[477]},{"name":"WINHTTP_OPTION_CONNECTION_INFO","features":[477]},{"name":"WINHTTP_OPTION_CONNECTION_STATS_V0","features":[477]},{"name":"WINHTTP_OPTION_CONNECTION_STATS_V1","features":[477]},{"name":"WINHTTP_OPTION_CONNECT_RETRIES","features":[477]},{"name":"WINHTTP_OPTION_CONNECT_TIMEOUT","features":[477]},{"name":"WINHTTP_OPTION_CONTEXT_VALUE","features":[477]},{"name":"WINHTTP_OPTION_DECOMPRESSION","features":[477]},{"name":"WINHTTP_OPTION_DISABLE_CERT_CHAIN_BUILDING","features":[477]},{"name":"WINHTTP_OPTION_DISABLE_FEATURE","features":[477]},{"name":"WINHTTP_OPTION_DISABLE_GLOBAL_POOLING","features":[477]},{"name":"WINHTTP_OPTION_DISABLE_PROXY_AUTH_SCHEMES","features":[477]},{"name":"WINHTTP_OPTION_DISABLE_SECURE_PROTOCOL_FALLBACK","features":[477]},{"name":"WINHTTP_OPTION_DISABLE_STREAM_QUEUE","features":[477]},{"name":"WINHTTP_OPTION_ENABLETRACING","features":[477]},{"name":"WINHTTP_OPTION_ENABLE_FEATURE","features":[477]},{"name":"WINHTTP_OPTION_ENABLE_HTTP2_PLUS_CLIENT_CERT","features":[477]},{"name":"WINHTTP_OPTION_ENABLE_HTTP_PROTOCOL","features":[477]},{"name":"WINHTTP_OPTION_ENCODE_EXTRA","features":[477]},{"name":"WINHTTP_OPTION_EXPIRE_CONNECTION","features":[477]},{"name":"WINHTTP_OPTION_EXTENDED_ERROR","features":[477]},{"name":"WINHTTP_OPTION_FAILED_CONNECTION_RETRIES","features":[477]},{"name":"WINHTTP_OPTION_FEATURE_SUPPORTED","features":[477]},{"name":"WINHTTP_OPTION_FIRST_AVAILABLE_CONNECTION","features":[477]},{"name":"WINHTTP_OPTION_GLOBAL_PROXY_CREDS","features":[477]},{"name":"WINHTTP_OPTION_GLOBAL_SERVER_CREDS","features":[477]},{"name":"WINHTTP_OPTION_HANDLE_TYPE","features":[477]},{"name":"WINHTTP_OPTION_HTTP2_KEEPALIVE","features":[477]},{"name":"WINHTTP_OPTION_HTTP2_PLUS_TRANSFER_ENCODING","features":[477]},{"name":"WINHTTP_OPTION_HTTP2_RECEIVE_WINDOW","features":[477]},{"name":"WINHTTP_OPTION_HTTP3_HANDSHAKE_TIMEOUT","features":[477]},{"name":"WINHTTP_OPTION_HTTP3_INITIAL_RTT","features":[477]},{"name":"WINHTTP_OPTION_HTTP3_KEEPALIVE","features":[477]},{"name":"WINHTTP_OPTION_HTTP3_STREAM_ERROR_CODE","features":[477]},{"name":"WINHTTP_OPTION_HTTP_PROTOCOL_REQUIRED","features":[477]},{"name":"WINHTTP_OPTION_HTTP_PROTOCOL_USED","features":[477]},{"name":"WINHTTP_OPTION_HTTP_VERSION","features":[477]},{"name":"WINHTTP_OPTION_IGNORE_CERT_REVOCATION_OFFLINE","features":[477]},{"name":"WINHTTP_OPTION_IPV6_FAST_FALLBACK","features":[477]},{"name":"WINHTTP_OPTION_IS_PROXY_CONNECT_RESPONSE","features":[477]},{"name":"WINHTTP_OPTION_KDC_PROXY_SETTINGS","features":[477]},{"name":"WINHTTP_OPTION_MATCH_CONNECTION_GUID","features":[477]},{"name":"WINHTTP_OPTION_MAX_CONNS_PER_1_0_SERVER","features":[477]},{"name":"WINHTTP_OPTION_MAX_CONNS_PER_SERVER","features":[477]},{"name":"WINHTTP_OPTION_MAX_HTTP_AUTOMATIC_REDIRECTS","features":[477]},{"name":"WINHTTP_OPTION_MAX_HTTP_STATUS_CONTINUE","features":[477]},{"name":"WINHTTP_OPTION_MAX_RESPONSE_DRAIN_SIZE","features":[477]},{"name":"WINHTTP_OPTION_MAX_RESPONSE_HEADER_SIZE","features":[477]},{"name":"WINHTTP_OPTION_NETWORK_INTERFACE_AFFINITY","features":[477]},{"name":"WINHTTP_OPTION_PARENT_HANDLE","features":[477]},{"name":"WINHTTP_OPTION_PASSPORT_COBRANDING_TEXT","features":[477]},{"name":"WINHTTP_OPTION_PASSPORT_COBRANDING_URL","features":[477]},{"name":"WINHTTP_OPTION_PASSPORT_RETURN_URL","features":[477]},{"name":"WINHTTP_OPTION_PASSPORT_SIGN_OUT","features":[477]},{"name":"WINHTTP_OPTION_PASSWORD","features":[477]},{"name":"WINHTTP_OPTION_PROXY","features":[477]},{"name":"WINHTTP_OPTION_PROXY_DISABLE_SERVICE_CALLS","features":[477]},{"name":"WINHTTP_OPTION_PROXY_PASSWORD","features":[477]},{"name":"WINHTTP_OPTION_PROXY_RESULT_ENTRY","features":[477]},{"name":"WINHTTP_OPTION_PROXY_SPN_USED","features":[477]},{"name":"WINHTTP_OPTION_PROXY_USERNAME","features":[477]},{"name":"WINHTTP_OPTION_QUIC_STATS","features":[477]},{"name":"WINHTTP_OPTION_READ_BUFFER_SIZE","features":[477]},{"name":"WINHTTP_OPTION_RECEIVE_PROXY_CONNECT_RESPONSE","features":[477]},{"name":"WINHTTP_OPTION_RECEIVE_RESPONSE_TIMEOUT","features":[477]},{"name":"WINHTTP_OPTION_RECEIVE_TIMEOUT","features":[477]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY","features":[477]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_ALWAYS","features":[477]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_DEFAULT","features":[477]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_DISALLOW_HTTPS_TO_HTTP","features":[477]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_LAST","features":[477]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_NEVER","features":[477]},{"name":"WINHTTP_OPTION_REFERER_TOKEN_BINDING_HOSTNAME","features":[477]},{"name":"WINHTTP_OPTION_REJECT_USERPWD_IN_URL","features":[477]},{"name":"WINHTTP_OPTION_REQUEST_ANNOTATION","features":[477]},{"name":"WINHTTP_OPTION_REQUEST_ANNOTATION_MAX_LENGTH","features":[477]},{"name":"WINHTTP_OPTION_REQUEST_PRIORITY","features":[477]},{"name":"WINHTTP_OPTION_REQUEST_STATS","features":[477]},{"name":"WINHTTP_OPTION_REQUEST_TIMES","features":[477]},{"name":"WINHTTP_OPTION_REQUIRE_STREAM_END","features":[477]},{"name":"WINHTTP_OPTION_RESOLUTION_HOSTNAME","features":[477]},{"name":"WINHTTP_OPTION_RESOLVER_CACHE_CONFIG","features":[477]},{"name":"WINHTTP_OPTION_RESOLVE_TIMEOUT","features":[477]},{"name":"WINHTTP_OPTION_REVERT_IMPERSONATION_SERVER_CERT","features":[477]},{"name":"WINHTTP_OPTION_SECURE_PROTOCOLS","features":[477]},{"name":"WINHTTP_OPTION_SECURITY_CERTIFICATE_STRUCT","features":[477]},{"name":"WINHTTP_OPTION_SECURITY_FLAGS","features":[477]},{"name":"WINHTTP_OPTION_SECURITY_INFO","features":[477]},{"name":"WINHTTP_OPTION_SECURITY_KEY_BITNESS","features":[477]},{"name":"WINHTTP_OPTION_SEND_TIMEOUT","features":[477]},{"name":"WINHTTP_OPTION_SERVER_CBT","features":[477]},{"name":"WINHTTP_OPTION_SERVER_CERT_CHAIN_CONTEXT","features":[477]},{"name":"WINHTTP_OPTION_SERVER_CERT_CONTEXT","features":[477]},{"name":"WINHTTP_OPTION_SERVER_SPN_USED","features":[477]},{"name":"WINHTTP_OPTION_SET_TOKEN_BINDING","features":[477]},{"name":"WINHTTP_OPTION_SPN","features":[477]},{"name":"WINHTTP_OPTION_SPN_MASK","features":[477]},{"name":"WINHTTP_OPTION_STREAM_ERROR_CODE","features":[477]},{"name":"WINHTTP_OPTION_TCP_FAST_OPEN","features":[477]},{"name":"WINHTTP_OPTION_TCP_KEEPALIVE","features":[477]},{"name":"WINHTTP_OPTION_TCP_PRIORITY_HINT","features":[477]},{"name":"WINHTTP_OPTION_TCP_PRIORITY_STATUS","features":[477]},{"name":"WINHTTP_OPTION_TLS_FALSE_START","features":[477]},{"name":"WINHTTP_OPTION_TLS_PROTOCOL_INSECURE_FALLBACK","features":[477]},{"name":"WINHTTP_OPTION_TOKEN_BINDING_PUBLIC_KEY","features":[477]},{"name":"WINHTTP_OPTION_UNLOAD_NOTIFY_EVENT","features":[477]},{"name":"WINHTTP_OPTION_UNSAFE_HEADER_PARSING","features":[477]},{"name":"WINHTTP_OPTION_UPGRADE_TO_WEB_SOCKET","features":[477]},{"name":"WINHTTP_OPTION_URL","features":[477]},{"name":"WINHTTP_OPTION_USERNAME","features":[477]},{"name":"WINHTTP_OPTION_USER_AGENT","features":[477]},{"name":"WINHTTP_OPTION_USE_GLOBAL_SERVER_CREDENTIALS","features":[477]},{"name":"WINHTTP_OPTION_USE_SESSION_SCH_CRED","features":[477]},{"name":"WINHTTP_OPTION_WEB_SOCKET_CLOSE_TIMEOUT","features":[477]},{"name":"WINHTTP_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL","features":[477]},{"name":"WINHTTP_OPTION_WEB_SOCKET_RECEIVE_BUFFER_SIZE","features":[477]},{"name":"WINHTTP_OPTION_WEB_SOCKET_SEND_BUFFER_SIZE","features":[477]},{"name":"WINHTTP_OPTION_WORKER_THREAD_COUNT","features":[477]},{"name":"WINHTTP_OPTION_WRITE_BUFFER_SIZE","features":[477]},{"name":"WINHTTP_PROTOCOL_FLAG_HTTP2","features":[477]},{"name":"WINHTTP_PROTOCOL_FLAG_HTTP3","features":[477]},{"name":"WINHTTP_PROXY_CHANGE_CALLBACK","features":[477]},{"name":"WINHTTP_PROXY_DISABLE_AUTH_LOCAL_SERVICE","features":[477]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_BASIC","features":[477]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_DIGEST","features":[477]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_KERBEROS","features":[477]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_NEGOTIATE","features":[477]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_NTLM","features":[477]},{"name":"WINHTTP_PROXY_INFO","features":[477]},{"name":"WINHTTP_PROXY_NETWORKING_KEY","features":[477]},{"name":"WINHTTP_PROXY_NOTIFY_CHANGE","features":[477]},{"name":"WINHTTP_PROXY_RESULT","features":[307,477]},{"name":"WINHTTP_PROXY_RESULT_ENTRY","features":[307,477]},{"name":"WINHTTP_PROXY_RESULT_EX","features":[307,477]},{"name":"WINHTTP_PROXY_SETTINGS","features":[307,477]},{"name":"WINHTTP_PROXY_SETTINGS_EX","features":[477]},{"name":"WINHTTP_PROXY_SETTINGS_EX","features":[477]},{"name":"WINHTTP_PROXY_SETTINGS_PARAM","features":[477]},{"name":"WINHTTP_PROXY_SETTINGS_PARAM","features":[477]},{"name":"WINHTTP_PROXY_SETTINGS_TYPE","features":[477]},{"name":"WINHTTP_PROXY_TYPE_AUTO_DETECT","features":[477]},{"name":"WINHTTP_PROXY_TYPE_AUTO_PROXY_URL","features":[477]},{"name":"WINHTTP_PROXY_TYPE_DIRECT","features":[477]},{"name":"WINHTTP_PROXY_TYPE_PROXY","features":[477]},{"name":"WINHTTP_QUERY_ACCEPT","features":[477]},{"name":"WINHTTP_QUERY_ACCEPT_CHARSET","features":[477]},{"name":"WINHTTP_QUERY_ACCEPT_ENCODING","features":[477]},{"name":"WINHTTP_QUERY_ACCEPT_LANGUAGE","features":[477]},{"name":"WINHTTP_QUERY_ACCEPT_RANGES","features":[477]},{"name":"WINHTTP_QUERY_AGE","features":[477]},{"name":"WINHTTP_QUERY_ALLOW","features":[477]},{"name":"WINHTTP_QUERY_AUTHENTICATION_INFO","features":[477]},{"name":"WINHTTP_QUERY_AUTHORIZATION","features":[477]},{"name":"WINHTTP_QUERY_CACHE_CONTROL","features":[477]},{"name":"WINHTTP_QUERY_CONNECTION","features":[477]},{"name":"WINHTTP_QUERY_CONNECTION_GROUP_RESULT","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_BASE","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_DESCRIPTION","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_DISPOSITION","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_ENCODING","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_ID","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_LANGUAGE","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_LENGTH","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_LOCATION","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_MD5","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_RANGE","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_TRANSFER_ENCODING","features":[477]},{"name":"WINHTTP_QUERY_CONTENT_TYPE","features":[477]},{"name":"WINHTTP_QUERY_COOKIE","features":[477]},{"name":"WINHTTP_QUERY_COST","features":[477]},{"name":"WINHTTP_QUERY_CUSTOM","features":[477]},{"name":"WINHTTP_QUERY_DATE","features":[477]},{"name":"WINHTTP_QUERY_DERIVED_FROM","features":[477]},{"name":"WINHTTP_QUERY_ETAG","features":[477]},{"name":"WINHTTP_QUERY_EXPECT","features":[477]},{"name":"WINHTTP_QUERY_EXPIRES","features":[477]},{"name":"WINHTTP_QUERY_EX_ALL_HEADERS","features":[477]},{"name":"WINHTTP_QUERY_FLAG_NUMBER","features":[477]},{"name":"WINHTTP_QUERY_FLAG_NUMBER64","features":[477]},{"name":"WINHTTP_QUERY_FLAG_REQUEST_HEADERS","features":[477]},{"name":"WINHTTP_QUERY_FLAG_SYSTEMTIME","features":[477]},{"name":"WINHTTP_QUERY_FLAG_TRAILERS","features":[477]},{"name":"WINHTTP_QUERY_FLAG_WIRE_ENCODING","features":[477]},{"name":"WINHTTP_QUERY_FORWARDED","features":[477]},{"name":"WINHTTP_QUERY_FROM","features":[477]},{"name":"WINHTTP_QUERY_HOST","features":[477]},{"name":"WINHTTP_QUERY_IF_MATCH","features":[477]},{"name":"WINHTTP_QUERY_IF_MODIFIED_SINCE","features":[477]},{"name":"WINHTTP_QUERY_IF_NONE_MATCH","features":[477]},{"name":"WINHTTP_QUERY_IF_RANGE","features":[477]},{"name":"WINHTTP_QUERY_IF_UNMODIFIED_SINCE","features":[477]},{"name":"WINHTTP_QUERY_LAST_MODIFIED","features":[477]},{"name":"WINHTTP_QUERY_LINK","features":[477]},{"name":"WINHTTP_QUERY_LOCATION","features":[477]},{"name":"WINHTTP_QUERY_MAX","features":[477]},{"name":"WINHTTP_QUERY_MAX_FORWARDS","features":[477]},{"name":"WINHTTP_QUERY_MESSAGE_ID","features":[477]},{"name":"WINHTTP_QUERY_MIME_VERSION","features":[477]},{"name":"WINHTTP_QUERY_ORIG_URI","features":[477]},{"name":"WINHTTP_QUERY_PASSPORT_CONFIG","features":[477]},{"name":"WINHTTP_QUERY_PASSPORT_URLS","features":[477]},{"name":"WINHTTP_QUERY_PRAGMA","features":[477]},{"name":"WINHTTP_QUERY_PROXY_AUTHENTICATE","features":[477]},{"name":"WINHTTP_QUERY_PROXY_AUTHORIZATION","features":[477]},{"name":"WINHTTP_QUERY_PROXY_CONNECTION","features":[477]},{"name":"WINHTTP_QUERY_PROXY_SUPPORT","features":[477]},{"name":"WINHTTP_QUERY_PUBLIC","features":[477]},{"name":"WINHTTP_QUERY_RANGE","features":[477]},{"name":"WINHTTP_QUERY_RAW_HEADERS","features":[477]},{"name":"WINHTTP_QUERY_RAW_HEADERS_CRLF","features":[477]},{"name":"WINHTTP_QUERY_REFERER","features":[477]},{"name":"WINHTTP_QUERY_REFRESH","features":[477]},{"name":"WINHTTP_QUERY_REQUEST_METHOD","features":[477]},{"name":"WINHTTP_QUERY_RETRY_AFTER","features":[477]},{"name":"WINHTTP_QUERY_SERVER","features":[477]},{"name":"WINHTTP_QUERY_SET_COOKIE","features":[477]},{"name":"WINHTTP_QUERY_STATUS_CODE","features":[477]},{"name":"WINHTTP_QUERY_STATUS_TEXT","features":[477]},{"name":"WINHTTP_QUERY_TITLE","features":[477]},{"name":"WINHTTP_QUERY_TRANSFER_ENCODING","features":[477]},{"name":"WINHTTP_QUERY_UNLESS_MODIFIED_SINCE","features":[477]},{"name":"WINHTTP_QUERY_UPGRADE","features":[477]},{"name":"WINHTTP_QUERY_URI","features":[477]},{"name":"WINHTTP_QUERY_USER_AGENT","features":[477]},{"name":"WINHTTP_QUERY_VARY","features":[477]},{"name":"WINHTTP_QUERY_VERSION","features":[477]},{"name":"WINHTTP_QUERY_VIA","features":[477]},{"name":"WINHTTP_QUERY_WARNING","features":[477]},{"name":"WINHTTP_QUERY_WWW_AUTHENTICATE","features":[477]},{"name":"WINHTTP_REQUEST_STATS","features":[477]},{"name":"WINHTTP_REQUEST_STATS","features":[477]},{"name":"WINHTTP_REQUEST_STAT_ENTRY","features":[477]},{"name":"WINHTTP_REQUEST_STAT_FLAG_FIRST_REQUEST","features":[477]},{"name":"WINHTTP_REQUEST_STAT_FLAG_PROXY_TLS_FALSE_START","features":[477]},{"name":"WINHTTP_REQUEST_STAT_FLAG_PROXY_TLS_SESSION_RESUMPTION","features":[477]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TCP_FAST_OPEN","features":[477]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TLS_FALSE_START","features":[477]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TLS_SESSION_RESUMPTION","features":[477]},{"name":"WINHTTP_REQUEST_TIMES","features":[477]},{"name":"WINHTTP_REQUEST_TIMES","features":[477]},{"name":"WINHTTP_REQUEST_TIME_ENTRY","features":[477]},{"name":"WINHTTP_RESET_ALL","features":[477]},{"name":"WINHTTP_RESET_DISCARD_RESOLVERS","features":[477]},{"name":"WINHTTP_RESET_NOTIFY_NETWORK_CHANGED","features":[477]},{"name":"WINHTTP_RESET_OUT_OF_PROC","features":[477]},{"name":"WINHTTP_RESET_SCRIPT_CACHE","features":[477]},{"name":"WINHTTP_RESET_STATE","features":[477]},{"name":"WINHTTP_RESET_SWPAD_ALL","features":[477]},{"name":"WINHTTP_RESET_SWPAD_CURRENT_NETWORK","features":[477]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG","features":[477]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG","features":[477]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_BYPASS_CACHE","features":[477]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_CONN_USE_TTL","features":[477]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_SOFT_LIMIT","features":[477]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_USE_DNS_TTL","features":[477]},{"name":"WINHTTP_SECURE_DNS_SETTING","features":[477]},{"name":"WINHTTP_STATUS_CALLBACK","features":[477]},{"name":"WINHTTP_TIME_FORMAT_BUFSIZE","features":[477]},{"name":"WINHTTP_WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_ASYNC_RESULT","features":[477]},{"name":"WINHTTP_WEB_SOCKET_BINARY_FRAGMENT_BUFFER_TYPE","features":[477]},{"name":"WINHTTP_WEB_SOCKET_BINARY_MESSAGE_BUFFER_TYPE","features":[477]},{"name":"WINHTTP_WEB_SOCKET_BUFFER_TYPE","features":[477]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_BUFFER_TYPE","features":[477]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_OPERATION","features":[477]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_ENDPOINT_TERMINATED_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[477]},{"name":"WINHTTP_WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE","features":[477]},{"name":"WINHTTP_WEB_SOCKET_OPERATION","features":[477]},{"name":"WINHTTP_WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_RECEIVE_OPERATION","features":[477]},{"name":"WINHTTP_WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_SEND_OPERATION","features":[477]},{"name":"WINHTTP_WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_SHUTDOWN_OPERATION","features":[477]},{"name":"WINHTTP_WEB_SOCKET_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[477]},{"name":"WINHTTP_WEB_SOCKET_UTF8_FRAGMENT_BUFFER_TYPE","features":[477]},{"name":"WINHTTP_WEB_SOCKET_UTF8_MESSAGE_BUFFER_TYPE","features":[477]},{"name":"WIN_HTTP_CREATE_URL_FLAGS","features":[477]},{"name":"WinHttpAddRequestHeaders","features":[307,477]},{"name":"WinHttpAddRequestHeadersEx","features":[477]},{"name":"WinHttpCheckPlatform","features":[307,477]},{"name":"WinHttpCloseHandle","features":[307,477]},{"name":"WinHttpConnect","features":[477]},{"name":"WinHttpConnectFailureCount","features":[477]},{"name":"WinHttpConnectionAcquireEnd","features":[477]},{"name":"WinHttpConnectionAcquireStart","features":[477]},{"name":"WinHttpConnectionAcquireWaitEnd","features":[477]},{"name":"WinHttpConnectionEstablishmentEnd","features":[477]},{"name":"WinHttpConnectionEstablishmentStart","features":[477]},{"name":"WinHttpCrackUrl","features":[307,477]},{"name":"WinHttpCreateProxyResolver","features":[477]},{"name":"WinHttpCreateUrl","features":[307,477]},{"name":"WinHttpDetectAutoProxyConfigUrl","features":[307,477]},{"name":"WinHttpFreeProxyResult","features":[307,477]},{"name":"WinHttpFreeProxyResultEx","features":[307,477]},{"name":"WinHttpFreeProxySettings","features":[307,477]},{"name":"WinHttpFreeProxySettingsEx","features":[477]},{"name":"WinHttpFreeQueryConnectionGroupResult","features":[477]},{"name":"WinHttpGetDefaultProxyConfiguration","features":[307,477]},{"name":"WinHttpGetIEProxyConfigForCurrentUser","features":[307,477]},{"name":"WinHttpGetProxyForUrl","features":[307,477]},{"name":"WinHttpGetProxyForUrlEx","features":[307,477]},{"name":"WinHttpGetProxyForUrlEx2","features":[307,477]},{"name":"WinHttpGetProxyResult","features":[307,477]},{"name":"WinHttpGetProxyResultEx","features":[307,477]},{"name":"WinHttpGetProxySettingsEx","features":[477]},{"name":"WinHttpGetProxySettingsResultEx","features":[477]},{"name":"WinHttpGetProxySettingsVersion","features":[477]},{"name":"WinHttpNameResolutionEnd","features":[477]},{"name":"WinHttpNameResolutionStart","features":[477]},{"name":"WinHttpOpen","features":[477]},{"name":"WinHttpOpenRequest","features":[477]},{"name":"WinHttpProxyDetectionEnd","features":[477]},{"name":"WinHttpProxyDetectionStart","features":[477]},{"name":"WinHttpProxyFailureCount","features":[477]},{"name":"WinHttpProxySettingsTypeUnknown","features":[477]},{"name":"WinHttpProxySettingsTypeWsa","features":[477]},{"name":"WinHttpProxySettingsTypeWsl","features":[477]},{"name":"WinHttpProxyTlsHandshakeClientLeg1End","features":[477]},{"name":"WinHttpProxyTlsHandshakeClientLeg1Size","features":[477]},{"name":"WinHttpProxyTlsHandshakeClientLeg1Start","features":[477]},{"name":"WinHttpProxyTlsHandshakeClientLeg2End","features":[477]},{"name":"WinHttpProxyTlsHandshakeClientLeg2Size","features":[477]},{"name":"WinHttpProxyTlsHandshakeClientLeg2Start","features":[477]},{"name":"WinHttpProxyTlsHandshakeClientLeg3End","features":[477]},{"name":"WinHttpProxyTlsHandshakeClientLeg3Start","features":[477]},{"name":"WinHttpProxyTlsHandshakeServerLeg1Size","features":[477]},{"name":"WinHttpProxyTlsHandshakeServerLeg2Size","features":[477]},{"name":"WinHttpProxyTunnelEnd","features":[477]},{"name":"WinHttpProxyTunnelStart","features":[477]},{"name":"WinHttpQueryAuthSchemes","features":[307,477]},{"name":"WinHttpQueryConnectionGroup","features":[477]},{"name":"WinHttpQueryDataAvailable","features":[307,477]},{"name":"WinHttpQueryHeaders","features":[307,477]},{"name":"WinHttpQueryHeadersEx","features":[477]},{"name":"WinHttpQueryOption","features":[307,477]},{"name":"WinHttpReadData","features":[307,477]},{"name":"WinHttpReadDataEx","features":[477]},{"name":"WinHttpReadProxySettings","features":[307,477]},{"name":"WinHttpReceiveResponse","features":[307,477]},{"name":"WinHttpReceiveResponseBodyDecompressionDelta","features":[477]},{"name":"WinHttpReceiveResponseEnd","features":[477]},{"name":"WinHttpReceiveResponseHeadersDecompressionEnd","features":[477]},{"name":"WinHttpReceiveResponseHeadersDecompressionStart","features":[477]},{"name":"WinHttpReceiveResponseHeadersEnd","features":[477]},{"name":"WinHttpReceiveResponseStart","features":[477]},{"name":"WinHttpRegisterProxyChangeNotification","features":[477]},{"name":"WinHttpRequest","features":[477]},{"name":"WinHttpRequestAutoLogonPolicy","features":[477]},{"name":"WinHttpRequestHeadersCompressedSize","features":[477]},{"name":"WinHttpRequestHeadersSize","features":[477]},{"name":"WinHttpRequestOption","features":[477]},{"name":"WinHttpRequestOption_EnableCertificateRevocationCheck","features":[477]},{"name":"WinHttpRequestOption_EnableHttp1_1","features":[477]},{"name":"WinHttpRequestOption_EnableHttpsToHttpRedirects","features":[477]},{"name":"WinHttpRequestOption_EnablePassportAuthentication","features":[477]},{"name":"WinHttpRequestOption_EnableRedirects","features":[477]},{"name":"WinHttpRequestOption_EnableTracing","features":[477]},{"name":"WinHttpRequestOption_EscapePercentInURL","features":[477]},{"name":"WinHttpRequestOption_MaxAutomaticRedirects","features":[477]},{"name":"WinHttpRequestOption_MaxResponseDrainSize","features":[477]},{"name":"WinHttpRequestOption_MaxResponseHeaderSize","features":[477]},{"name":"WinHttpRequestOption_RejectUserpwd","features":[477]},{"name":"WinHttpRequestOption_RevertImpersonationOverSsl","features":[477]},{"name":"WinHttpRequestOption_SecureProtocols","features":[477]},{"name":"WinHttpRequestOption_SelectCertificate","features":[477]},{"name":"WinHttpRequestOption_SslErrorIgnoreFlags","features":[477]},{"name":"WinHttpRequestOption_URL","features":[477]},{"name":"WinHttpRequestOption_URLCodePage","features":[477]},{"name":"WinHttpRequestOption_UrlEscapeDisable","features":[477]},{"name":"WinHttpRequestOption_UrlEscapeDisableQuery","features":[477]},{"name":"WinHttpRequestOption_UserAgentString","features":[477]},{"name":"WinHttpRequestSecureProtocols","features":[477]},{"name":"WinHttpRequestSslErrorFlags","features":[477]},{"name":"WinHttpRequestStatLast","features":[477]},{"name":"WinHttpRequestStatMax","features":[477]},{"name":"WinHttpRequestTimeLast","features":[477]},{"name":"WinHttpRequestTimeMax","features":[477]},{"name":"WinHttpResetAutoProxy","features":[477]},{"name":"WinHttpResponseBodyCompressedSize","features":[477]},{"name":"WinHttpResponseBodySize","features":[477]},{"name":"WinHttpResponseHeadersCompressedSize","features":[477]},{"name":"WinHttpResponseHeadersSize","features":[477]},{"name":"WinHttpSecureDnsSettingDefault","features":[477]},{"name":"WinHttpSecureDnsSettingForcePlaintext","features":[477]},{"name":"WinHttpSecureDnsSettingMax","features":[477]},{"name":"WinHttpSecureDnsSettingRequireEncryption","features":[477]},{"name":"WinHttpSecureDnsSettingTryEncryptionWithFallback","features":[477]},{"name":"WinHttpSendRequest","features":[307,477]},{"name":"WinHttpSendRequestEnd","features":[477]},{"name":"WinHttpSendRequestHeadersCompressionEnd","features":[477]},{"name":"WinHttpSendRequestHeadersCompressionStart","features":[477]},{"name":"WinHttpSendRequestHeadersEnd","features":[477]},{"name":"WinHttpSendRequestStart","features":[477]},{"name":"WinHttpSetCredentials","features":[307,477]},{"name":"WinHttpSetDefaultProxyConfiguration","features":[307,477]},{"name":"WinHttpSetOption","features":[307,477]},{"name":"WinHttpSetProxySettingsPerUser","features":[307,477]},{"name":"WinHttpSetStatusCallback","features":[477]},{"name":"WinHttpSetTimeouts","features":[307,477]},{"name":"WinHttpStreamWaitEnd","features":[477]},{"name":"WinHttpStreamWaitStart","features":[477]},{"name":"WinHttpTimeFromSystemTime","features":[307,477]},{"name":"WinHttpTimeToSystemTime","features":[307,477]},{"name":"WinHttpTlsHandshakeClientLeg1End","features":[477]},{"name":"WinHttpTlsHandshakeClientLeg1Size","features":[477]},{"name":"WinHttpTlsHandshakeClientLeg1Start","features":[477]},{"name":"WinHttpTlsHandshakeClientLeg2End","features":[477]},{"name":"WinHttpTlsHandshakeClientLeg2Size","features":[477]},{"name":"WinHttpTlsHandshakeClientLeg2Start","features":[477]},{"name":"WinHttpTlsHandshakeClientLeg3End","features":[477]},{"name":"WinHttpTlsHandshakeClientLeg3Start","features":[477]},{"name":"WinHttpTlsHandshakeServerLeg1Size","features":[477]},{"name":"WinHttpTlsHandshakeServerLeg2Size","features":[477]},{"name":"WinHttpUnregisterProxyChangeNotification","features":[477]},{"name":"WinHttpWebSocketClose","features":[477]},{"name":"WinHttpWebSocketCompleteUpgrade","features":[477]},{"name":"WinHttpWebSocketQueryCloseStatus","features":[477]},{"name":"WinHttpWebSocketReceive","features":[477]},{"name":"WinHttpWebSocketSend","features":[477]},{"name":"WinHttpWebSocketShutdown","features":[477]},{"name":"WinHttpWriteData","features":[307,477]},{"name":"WinHttpWriteProxySettings","features":[307,477]}],"479":[{"name":"ANY_CACHE_ENTRY","features":[478]},{"name":"APP_CACHE_DOWNLOAD_ENTRY","features":[478]},{"name":"APP_CACHE_DOWNLOAD_LIST","features":[478]},{"name":"APP_CACHE_ENTRY_TYPE_EXPLICIT","features":[478]},{"name":"APP_CACHE_ENTRY_TYPE_FALLBACK","features":[478]},{"name":"APP_CACHE_ENTRY_TYPE_FOREIGN","features":[478]},{"name":"APP_CACHE_ENTRY_TYPE_MANIFEST","features":[478]},{"name":"APP_CACHE_ENTRY_TYPE_MASTER","features":[478]},{"name":"APP_CACHE_FINALIZE_STATE","features":[478]},{"name":"APP_CACHE_GROUP_INFO","features":[307,478]},{"name":"APP_CACHE_GROUP_LIST","features":[307,478]},{"name":"APP_CACHE_LOOKUP_NO_MASTER_ONLY","features":[478]},{"name":"APP_CACHE_STATE","features":[478]},{"name":"AUTH_FLAG_DISABLE_BASIC_CLEARCHANNEL","features":[478]},{"name":"AUTH_FLAG_DISABLE_NEGOTIATE","features":[478]},{"name":"AUTH_FLAG_DISABLE_SERVER_AUTH","features":[478]},{"name":"AUTH_FLAG_ENABLE_NEGOTIATE","features":[478]},{"name":"AUTH_FLAG_RESET","features":[478]},{"name":"AUTODIAL_MODE_ALWAYS","features":[478]},{"name":"AUTODIAL_MODE_NEVER","features":[478]},{"name":"AUTODIAL_MODE_NO_NETWORK_PRESENT","features":[478]},{"name":"AUTO_PROXY_FLAG_ALWAYS_DETECT","features":[478]},{"name":"AUTO_PROXY_FLAG_CACHE_INIT_RUN","features":[478]},{"name":"AUTO_PROXY_FLAG_DETECTION_RUN","features":[478]},{"name":"AUTO_PROXY_FLAG_DETECTION_SUSPECT","features":[478]},{"name":"AUTO_PROXY_FLAG_DONT_CACHE_PROXY_RESULT","features":[478]},{"name":"AUTO_PROXY_FLAG_MIGRATED","features":[478]},{"name":"AUTO_PROXY_FLAG_USER_SET","features":[478]},{"name":"AUTO_PROXY_SCRIPT_BUFFER","features":[478]},{"name":"AppCacheCheckManifest","features":[478]},{"name":"AppCacheCloseHandle","features":[478]},{"name":"AppCacheCreateAndCommitFile","features":[478]},{"name":"AppCacheDeleteGroup","features":[478]},{"name":"AppCacheDeleteIEGroup","features":[478]},{"name":"AppCacheDuplicateHandle","features":[478]},{"name":"AppCacheFinalize","features":[478]},{"name":"AppCacheFinalizeStateComplete","features":[478]},{"name":"AppCacheFinalizeStateIncomplete","features":[478]},{"name":"AppCacheFinalizeStateManifestChange","features":[478]},{"name":"AppCacheFreeDownloadList","features":[478]},{"name":"AppCacheFreeGroupList","features":[307,478]},{"name":"AppCacheFreeIESpace","features":[307,478]},{"name":"AppCacheFreeSpace","features":[307,478]},{"name":"AppCacheGetDownloadList","features":[478]},{"name":"AppCacheGetFallbackUrl","features":[478]},{"name":"AppCacheGetGroupList","features":[307,478]},{"name":"AppCacheGetIEGroupList","features":[307,478]},{"name":"AppCacheGetInfo","features":[307,478]},{"name":"AppCacheGetManifestUrl","features":[478]},{"name":"AppCacheLookup","features":[478]},{"name":"AppCacheStateNoUpdateNeeded","features":[478]},{"name":"AppCacheStateUpdateNeeded","features":[478]},{"name":"AppCacheStateUpdateNeededMasterOnly","features":[478]},{"name":"AppCacheStateUpdateNeededNew","features":[478]},{"name":"AutoProxyHelperFunctions","features":[478]},{"name":"AutoProxyHelperVtbl","features":[478]},{"name":"CACHEGROUP_ATTRIBUTE_BASIC","features":[478]},{"name":"CACHEGROUP_ATTRIBUTE_FLAG","features":[478]},{"name":"CACHEGROUP_ATTRIBUTE_GET_ALL","features":[478]},{"name":"CACHEGROUP_ATTRIBUTE_GROUPNAME","features":[478]},{"name":"CACHEGROUP_ATTRIBUTE_QUOTA","features":[478]},{"name":"CACHEGROUP_ATTRIBUTE_STORAGE","features":[478]},{"name":"CACHEGROUP_ATTRIBUTE_TYPE","features":[478]},{"name":"CACHEGROUP_FLAG_FLUSHURL_ONDELETE","features":[478]},{"name":"CACHEGROUP_FLAG_GIDONLY","features":[478]},{"name":"CACHEGROUP_FLAG_NONPURGEABLE","features":[478]},{"name":"CACHEGROUP_FLAG_VALID","features":[478]},{"name":"CACHEGROUP_ID_BUILTIN_STICKY","features":[478]},{"name":"CACHEGROUP_SEARCH_ALL","features":[478]},{"name":"CACHEGROUP_SEARCH_BYURL","features":[478]},{"name":"CACHEGROUP_TYPE_INVALID","features":[478]},{"name":"CACHE_CONFIG","features":[478]},{"name":"CACHE_CONFIG_APPCONTAINER_CONTENT_QUOTA_FC","features":[478]},{"name":"CACHE_CONFIG_APPCONTAINER_TOTAL_CONTENT_QUOTA_FC","features":[478]},{"name":"CACHE_CONFIG_CONTENT_PATHS_FC","features":[478]},{"name":"CACHE_CONFIG_CONTENT_QUOTA_FC","features":[478]},{"name":"CACHE_CONFIG_CONTENT_USAGE_FC","features":[478]},{"name":"CACHE_CONFIG_COOKIES_PATHS_FC","features":[478]},{"name":"CACHE_CONFIG_DISK_CACHE_PATHS_FC","features":[478]},{"name":"CACHE_CONFIG_FORCE_CLEANUP_FC","features":[478]},{"name":"CACHE_CONFIG_HISTORY_PATHS_FC","features":[478]},{"name":"CACHE_CONFIG_QUOTA_FC","features":[478]},{"name":"CACHE_CONFIG_STICKY_CONTENT_USAGE_FC","features":[478]},{"name":"CACHE_CONFIG_SYNC_MODE_FC","features":[478]},{"name":"CACHE_CONFIG_TOTAL_CONTENT_QUOTA_FC","features":[478]},{"name":"CACHE_CONFIG_USER_MODE_FC","features":[478]},{"name":"CACHE_ENTRY_ACCTIME_FC","features":[478]},{"name":"CACHE_ENTRY_ATTRIBUTE_FC","features":[478]},{"name":"CACHE_ENTRY_EXEMPT_DELTA_FC","features":[478]},{"name":"CACHE_ENTRY_EXPTIME_FC","features":[478]},{"name":"CACHE_ENTRY_HEADERINFO_FC","features":[478]},{"name":"CACHE_ENTRY_HITRATE_FC","features":[478]},{"name":"CACHE_ENTRY_MODIFY_DATA_FC","features":[478]},{"name":"CACHE_ENTRY_MODTIME_FC","features":[478]},{"name":"CACHE_ENTRY_SYNCTIME_FC","features":[478]},{"name":"CACHE_ENTRY_TYPE_FC","features":[478]},{"name":"CACHE_FIND_CONTAINER_RETURN_NOCHANGE","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_READ_COUNT_SINCE_LAST_SCAVENGE","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_12","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_13","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_15","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_16","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_17","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_18","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_19","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_20","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_23","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_24","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_25","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_26","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_28","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_29","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_30","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_31","features":[478]},{"name":"CACHE_HEADER_DATA_CACHE_WRITE_COUNT_SINCE_LAST_SCAVENGE","features":[478]},{"name":"CACHE_HEADER_DATA_CONLIST_CHANGE_COUNT","features":[478]},{"name":"CACHE_HEADER_DATA_COOKIE_CHANGE_COUNT","features":[478]},{"name":"CACHE_HEADER_DATA_CURRENT_SETTINGS_VERSION","features":[478]},{"name":"CACHE_HEADER_DATA_DOWNLOAD_PARTIAL","features":[478]},{"name":"CACHE_HEADER_DATA_GID_HIGH","features":[478]},{"name":"CACHE_HEADER_DATA_GID_LOW","features":[478]},{"name":"CACHE_HEADER_DATA_HSTS_CHANGE_COUNT","features":[478]},{"name":"CACHE_HEADER_DATA_LAST","features":[478]},{"name":"CACHE_HEADER_DATA_LAST_SCAVENGE_TIMESTAMP","features":[478]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_FILTER","features":[478]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_HWND","features":[478]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_MESG","features":[478]},{"name":"CACHE_HEADER_DATA_ROOTGROUP_OFFSET","features":[478]},{"name":"CACHE_HEADER_DATA_ROOT_GROUPLIST_OFFSET","features":[478]},{"name":"CACHE_HEADER_DATA_ROOT_LEAK_OFFSET","features":[478]},{"name":"CACHE_HEADER_DATA_SSL_STATE_COUNT","features":[478]},{"name":"CACHE_NOTIFY_ADD_URL","features":[478]},{"name":"CACHE_NOTIFY_DELETE_ALL","features":[478]},{"name":"CACHE_NOTIFY_DELETE_URL","features":[478]},{"name":"CACHE_NOTIFY_FILTER_CHANGED","features":[478]},{"name":"CACHE_NOTIFY_SET_OFFLINE","features":[478]},{"name":"CACHE_NOTIFY_SET_ONLINE","features":[478]},{"name":"CACHE_NOTIFY_UPDATE_URL","features":[478]},{"name":"CACHE_NOTIFY_URL_SET_STICKY","features":[478]},{"name":"CACHE_NOTIFY_URL_UNSET_STICKY","features":[478]},{"name":"CACHE_OPERATOR","features":[307,478]},{"name":"COOKIE_ACCEPTED_CACHE_ENTRY","features":[478]},{"name":"COOKIE_ALLOW","features":[478]},{"name":"COOKIE_ALLOW_ALL","features":[478]},{"name":"COOKIE_CACHE_ENTRY","features":[478]},{"name":"COOKIE_DLG_INFO","features":[307,478]},{"name":"COOKIE_DONT_ALLOW","features":[478]},{"name":"COOKIE_DONT_ALLOW_ALL","features":[478]},{"name":"COOKIE_DOWNGRADED_CACHE_ENTRY","features":[478]},{"name":"COOKIE_LEASHED_CACHE_ENTRY","features":[478]},{"name":"COOKIE_OP_3RD_PARTY","features":[478]},{"name":"COOKIE_OP_GET","features":[478]},{"name":"COOKIE_OP_MODIFY","features":[478]},{"name":"COOKIE_OP_PERSISTENT","features":[478]},{"name":"COOKIE_OP_SESSION","features":[478]},{"name":"COOKIE_OP_SET","features":[478]},{"name":"COOKIE_REJECTED_CACHE_ENTRY","features":[478]},{"name":"COOKIE_STATE_ACCEPT","features":[478]},{"name":"COOKIE_STATE_DOWNGRADE","features":[478]},{"name":"COOKIE_STATE_LB","features":[478]},{"name":"COOKIE_STATE_LEASH","features":[478]},{"name":"COOKIE_STATE_MAX","features":[478]},{"name":"COOKIE_STATE_PROMPT","features":[478]},{"name":"COOKIE_STATE_REJECT","features":[478]},{"name":"COOKIE_STATE_UB","features":[478]},{"name":"COOKIE_STATE_UNKNOWN","features":[478]},{"name":"CommitUrlCacheEntryA","features":[307,478]},{"name":"CommitUrlCacheEntryBinaryBlob","features":[307,478]},{"name":"CommitUrlCacheEntryW","features":[307,478]},{"name":"ConnectionEstablishmentEnd","features":[478]},{"name":"ConnectionEstablishmentStart","features":[478]},{"name":"CookieDecision","features":[307,478]},{"name":"CreateMD5SSOHash","features":[307,478]},{"name":"CreateUrlCacheContainerA","features":[307,478]},{"name":"CreateUrlCacheContainerW","features":[307,478]},{"name":"CreateUrlCacheEntryA","features":[307,478]},{"name":"CreateUrlCacheEntryExW","features":[307,478]},{"name":"CreateUrlCacheEntryW","features":[307,478]},{"name":"CreateUrlCacheGroup","features":[478]},{"name":"DIALENG_OperationComplete","features":[478]},{"name":"DIALENG_RedialAttempt","features":[478]},{"name":"DIALENG_RedialWait","features":[478]},{"name":"DIALPROP_DOMAIN","features":[478]},{"name":"DIALPROP_LASTERROR","features":[478]},{"name":"DIALPROP_PASSWORD","features":[478]},{"name":"DIALPROP_PHONENUMBER","features":[478]},{"name":"DIALPROP_REDIALCOUNT","features":[478]},{"name":"DIALPROP_REDIALINTERVAL","features":[478]},{"name":"DIALPROP_RESOLVEDPHONE","features":[478]},{"name":"DIALPROP_SAVEPASSWORD","features":[478]},{"name":"DIALPROP_USERNAME","features":[478]},{"name":"DLG_FLAGS_INSECURE_FALLBACK","features":[478]},{"name":"DLG_FLAGS_INVALID_CA","features":[478]},{"name":"DLG_FLAGS_SEC_CERT_CN_INVALID","features":[478]},{"name":"DLG_FLAGS_SEC_CERT_DATE_INVALID","features":[478]},{"name":"DLG_FLAGS_SEC_CERT_REV_FAILED","features":[478]},{"name":"DLG_FLAGS_WEAK_SIGNATURE","features":[478]},{"name":"DOWNLOAD_CACHE_ENTRY","features":[478]},{"name":"DUO_PROTOCOL_FLAG_SPDY3","features":[478]},{"name":"DUO_PROTOCOL_MASK","features":[478]},{"name":"DeleteIE3Cache","features":[307,478]},{"name":"DeleteUrlCacheContainerA","features":[307,478]},{"name":"DeleteUrlCacheContainerW","features":[307,478]},{"name":"DeleteUrlCacheEntry","features":[307,478]},{"name":"DeleteUrlCacheEntryA","features":[307,478]},{"name":"DeleteUrlCacheEntryW","features":[307,478]},{"name":"DeleteUrlCacheGroup","features":[307,478]},{"name":"DeleteWpadCacheForNetworks","features":[307,478]},{"name":"DetectAutoProxyUrl","features":[307,478]},{"name":"DoConnectoidsExist","features":[307,478]},{"name":"EDITED_CACHE_ENTRY","features":[478]},{"name":"ERROR_FTP_DROPPED","features":[478]},{"name":"ERROR_FTP_NO_PASSIVE_MODE","features":[478]},{"name":"ERROR_FTP_TRANSFER_IN_PROGRESS","features":[478]},{"name":"ERROR_GOPHER_ATTRIBUTE_NOT_FOUND","features":[478]},{"name":"ERROR_GOPHER_DATA_ERROR","features":[478]},{"name":"ERROR_GOPHER_END_OF_DATA","features":[478]},{"name":"ERROR_GOPHER_INCORRECT_LOCATOR_TYPE","features":[478]},{"name":"ERROR_GOPHER_INVALID_LOCATOR","features":[478]},{"name":"ERROR_GOPHER_NOT_FILE","features":[478]},{"name":"ERROR_GOPHER_NOT_GOPHER_PLUS","features":[478]},{"name":"ERROR_GOPHER_PROTOCOL_ERROR","features":[478]},{"name":"ERROR_GOPHER_UNKNOWN_LOCATOR","features":[478]},{"name":"ERROR_HTTP_COOKIE_DECLINED","features":[478]},{"name":"ERROR_HTTP_COOKIE_NEEDS_CONFIRMATION","features":[478]},{"name":"ERROR_HTTP_COOKIE_NEEDS_CONFIRMATION_EX","features":[478]},{"name":"ERROR_HTTP_DOWNLEVEL_SERVER","features":[478]},{"name":"ERROR_HTTP_HEADER_ALREADY_EXISTS","features":[478]},{"name":"ERROR_HTTP_HEADER_NOT_FOUND","features":[478]},{"name":"ERROR_HTTP_HSTS_REDIRECT_REQUIRED","features":[478]},{"name":"ERROR_HTTP_INVALID_HEADER","features":[478]},{"name":"ERROR_HTTP_INVALID_QUERY_REQUEST","features":[478]},{"name":"ERROR_HTTP_INVALID_SERVER_RESPONSE","features":[478]},{"name":"ERROR_HTTP_NOT_REDIRECTED","features":[478]},{"name":"ERROR_HTTP_PUSH_ENABLE_FAILED","features":[478]},{"name":"ERROR_HTTP_PUSH_RETRY_NOT_SUPPORTED","features":[478]},{"name":"ERROR_HTTP_PUSH_STATUS_CODE_NOT_SUPPORTED","features":[478]},{"name":"ERROR_HTTP_REDIRECT_FAILED","features":[478]},{"name":"ERROR_HTTP_REDIRECT_NEEDS_CONFIRMATION","features":[478]},{"name":"ERROR_INTERNET_ASYNC_THREAD_FAILED","features":[478]},{"name":"ERROR_INTERNET_BAD_AUTO_PROXY_SCRIPT","features":[478]},{"name":"ERROR_INTERNET_BAD_OPTION_LENGTH","features":[478]},{"name":"ERROR_INTERNET_BAD_REGISTRY_PARAMETER","features":[478]},{"name":"ERROR_INTERNET_CACHE_SUCCESS","features":[478]},{"name":"ERROR_INTERNET_CANNOT_CONNECT","features":[478]},{"name":"ERROR_INTERNET_CHG_POST_IS_NON_SECURE","features":[478]},{"name":"ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED","features":[478]},{"name":"ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED_PROXY","features":[478]},{"name":"ERROR_INTERNET_CLIENT_AUTH_NOT_SETUP","features":[478]},{"name":"ERROR_INTERNET_CONNECTION_ABORTED","features":[478]},{"name":"ERROR_INTERNET_CONNECTION_AVAILABLE","features":[478]},{"name":"ERROR_INTERNET_CONNECTION_RESET","features":[478]},{"name":"ERROR_INTERNET_DECODING_FAILED","features":[478]},{"name":"ERROR_INTERNET_DIALOG_PENDING","features":[478]},{"name":"ERROR_INTERNET_DISALLOW_INPRIVATE","features":[478]},{"name":"ERROR_INTERNET_DISCONNECTED","features":[478]},{"name":"ERROR_INTERNET_EXTENDED_ERROR","features":[478]},{"name":"ERROR_INTERNET_FAILED_DUETOSECURITYCHECK","features":[478]},{"name":"ERROR_INTERNET_FEATURE_DISABLED","features":[478]},{"name":"ERROR_INTERNET_FORCE_RETRY","features":[478]},{"name":"ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED","features":[478]},{"name":"ERROR_INTERNET_GLOBAL_CALLBACK_FAILED","features":[478]},{"name":"ERROR_INTERNET_HANDLE_EXISTS","features":[478]},{"name":"ERROR_INTERNET_HTTPS_HTTP_SUBMIT_REDIR","features":[478]},{"name":"ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIR","features":[478]},{"name":"ERROR_INTERNET_HTTP_PROTOCOL_MISMATCH","features":[478]},{"name":"ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR","features":[478]},{"name":"ERROR_INTERNET_INCORRECT_FORMAT","features":[478]},{"name":"ERROR_INTERNET_INCORRECT_HANDLE_STATE","features":[478]},{"name":"ERROR_INTERNET_INCORRECT_HANDLE_TYPE","features":[478]},{"name":"ERROR_INTERNET_INCORRECT_PASSWORD","features":[478]},{"name":"ERROR_INTERNET_INCORRECT_USER_NAME","features":[478]},{"name":"ERROR_INTERNET_INSECURE_FALLBACK_REQUIRED","features":[478]},{"name":"ERROR_INTERNET_INSERT_CDROM","features":[478]},{"name":"ERROR_INTERNET_INTERNAL_ERROR","features":[478]},{"name":"ERROR_INTERNET_INTERNAL_SOCKET_ERROR","features":[478]},{"name":"ERROR_INTERNET_INVALID_CA","features":[478]},{"name":"ERROR_INTERNET_INVALID_OPERATION","features":[478]},{"name":"ERROR_INTERNET_INVALID_OPTION","features":[478]},{"name":"ERROR_INTERNET_INVALID_PROXY_REQUEST","features":[478]},{"name":"ERROR_INTERNET_INVALID_URL","features":[478]},{"name":"ERROR_INTERNET_ITEM_NOT_FOUND","features":[478]},{"name":"ERROR_INTERNET_LOGIN_FAILURE","features":[478]},{"name":"ERROR_INTERNET_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[478]},{"name":"ERROR_INTERNET_MIXED_SECURITY","features":[478]},{"name":"ERROR_INTERNET_NAME_NOT_RESOLVED","features":[478]},{"name":"ERROR_INTERNET_NEED_MSN_SSPI_PKG","features":[478]},{"name":"ERROR_INTERNET_NEED_UI","features":[478]},{"name":"ERROR_INTERNET_NOT_INITIALIZED","features":[478]},{"name":"ERROR_INTERNET_NOT_PROXY_REQUEST","features":[478]},{"name":"ERROR_INTERNET_NO_CALLBACK","features":[478]},{"name":"ERROR_INTERNET_NO_CM_CONNECTION","features":[478]},{"name":"ERROR_INTERNET_NO_CONTEXT","features":[478]},{"name":"ERROR_INTERNET_NO_DIRECT_ACCESS","features":[478]},{"name":"ERROR_INTERNET_NO_KNOWN_SERVERS","features":[478]},{"name":"ERROR_INTERNET_NO_NEW_CONTAINERS","features":[478]},{"name":"ERROR_INTERNET_NO_PING_SUPPORT","features":[478]},{"name":"ERROR_INTERNET_OFFLINE","features":[478]},{"name":"ERROR_INTERNET_OPERATION_CANCELLED","features":[478]},{"name":"ERROR_INTERNET_OPTION_NOT_SETTABLE","features":[478]},{"name":"ERROR_INTERNET_OUT_OF_HANDLES","features":[478]},{"name":"ERROR_INTERNET_PING_FAILED","features":[478]},{"name":"ERROR_INTERNET_POST_IS_NON_SECURE","features":[478]},{"name":"ERROR_INTERNET_PROTOCOL_NOT_FOUND","features":[478]},{"name":"ERROR_INTERNET_PROXY_ALERT","features":[478]},{"name":"ERROR_INTERNET_PROXY_SERVER_UNREACHABLE","features":[478]},{"name":"ERROR_INTERNET_REDIRECT_SCHEME_CHANGE","features":[478]},{"name":"ERROR_INTERNET_REGISTRY_VALUE_NOT_FOUND","features":[478]},{"name":"ERROR_INTERNET_REQUEST_PENDING","features":[478]},{"name":"ERROR_INTERNET_RETRY_DIALOG","features":[478]},{"name":"ERROR_INTERNET_SECURE_FAILURE_PROXY","features":[478]},{"name":"ERROR_INTERNET_SECURITY_CHANNEL_ERROR","features":[478]},{"name":"ERROR_INTERNET_SEC_CERT_CN_INVALID","features":[478]},{"name":"ERROR_INTERNET_SEC_CERT_DATE_INVALID","features":[478]},{"name":"ERROR_INTERNET_SEC_CERT_ERRORS","features":[478]},{"name":"ERROR_INTERNET_SEC_CERT_NO_REV","features":[478]},{"name":"ERROR_INTERNET_SEC_CERT_REVOKED","features":[478]},{"name":"ERROR_INTERNET_SEC_CERT_REV_FAILED","features":[478]},{"name":"ERROR_INTERNET_SEC_CERT_WEAK_SIGNATURE","features":[478]},{"name":"ERROR_INTERNET_SEC_INVALID_CERT","features":[478]},{"name":"ERROR_INTERNET_SERVER_UNREACHABLE","features":[478]},{"name":"ERROR_INTERNET_SHUTDOWN","features":[478]},{"name":"ERROR_INTERNET_SOURCE_PORT_IN_USE","features":[478]},{"name":"ERROR_INTERNET_TCPIP_NOT_INSTALLED","features":[478]},{"name":"ERROR_INTERNET_TIMEOUT","features":[478]},{"name":"ERROR_INTERNET_UNABLE_TO_CACHE_FILE","features":[478]},{"name":"ERROR_INTERNET_UNABLE_TO_DOWNLOAD_SCRIPT","features":[478]},{"name":"ERROR_INTERNET_UNRECOGNIZED_SCHEME","features":[478]},{"name":"ExportCookieFileA","features":[307,478]},{"name":"ExportCookieFileW","features":[307,478]},{"name":"FLAGS_ERROR_UI_FILTER_FOR_ERRORS","features":[478]},{"name":"FLAGS_ERROR_UI_FLAGS_CHANGE_OPTIONS","features":[478]},{"name":"FLAGS_ERROR_UI_FLAGS_GENERATE_DATA","features":[478]},{"name":"FLAGS_ERROR_UI_FLAGS_NO_UI","features":[478]},{"name":"FLAGS_ERROR_UI_SERIALIZE_DIALOGS","features":[478]},{"name":"FLAGS_ERROR_UI_SHOW_IDN_HOSTNAME","features":[478]},{"name":"FLAG_ICC_FORCE_CONNECTION","features":[478]},{"name":"FORTCMD","features":[478]},{"name":"FORTCMD_CHG_PERSONALITY","features":[478]},{"name":"FORTCMD_LOGOFF","features":[478]},{"name":"FORTCMD_LOGON","features":[478]},{"name":"FORTSTAT","features":[478]},{"name":"FORTSTAT_INSTALLED","features":[478]},{"name":"FORTSTAT_LOGGEDON","features":[478]},{"name":"FTP_FLAGS","features":[478]},{"name":"FTP_TRANSFER_TYPE_ASCII","features":[478]},{"name":"FTP_TRANSFER_TYPE_BINARY","features":[478]},{"name":"FTP_TRANSFER_TYPE_UNKNOWN","features":[478]},{"name":"FindCloseUrlCache","features":[307,478]},{"name":"FindFirstUrlCacheContainerA","features":[307,478]},{"name":"FindFirstUrlCacheContainerW","features":[307,478]},{"name":"FindFirstUrlCacheEntryA","features":[307,478]},{"name":"FindFirstUrlCacheEntryExA","features":[307,478]},{"name":"FindFirstUrlCacheEntryExW","features":[307,478]},{"name":"FindFirstUrlCacheEntryW","features":[307,478]},{"name":"FindFirstUrlCacheGroup","features":[307,478]},{"name":"FindNextUrlCacheContainerA","features":[307,478]},{"name":"FindNextUrlCacheContainerW","features":[307,478]},{"name":"FindNextUrlCacheEntryA","features":[307,478]},{"name":"FindNextUrlCacheEntryExA","features":[307,478]},{"name":"FindNextUrlCacheEntryExW","features":[307,478]},{"name":"FindNextUrlCacheEntryW","features":[307,478]},{"name":"FindNextUrlCacheGroup","features":[307,478]},{"name":"FindP3PPolicySymbol","features":[478]},{"name":"FreeUrlCacheSpaceA","features":[307,478]},{"name":"FreeUrlCacheSpaceW","features":[307,478]},{"name":"FtpCommandA","features":[307,478]},{"name":"FtpCommandW","features":[307,478]},{"name":"FtpCreateDirectoryA","features":[307,478]},{"name":"FtpCreateDirectoryW","features":[307,478]},{"name":"FtpDeleteFileA","features":[307,478]},{"name":"FtpDeleteFileW","features":[307,478]},{"name":"FtpFindFirstFileA","features":[307,478,326]},{"name":"FtpFindFirstFileW","features":[307,478,326]},{"name":"FtpGetCurrentDirectoryA","features":[307,478]},{"name":"FtpGetCurrentDirectoryW","features":[307,478]},{"name":"FtpGetFileA","features":[307,478]},{"name":"FtpGetFileEx","features":[307,478]},{"name":"FtpGetFileSize","features":[478]},{"name":"FtpGetFileW","features":[307,478]},{"name":"FtpOpenFileA","features":[478]},{"name":"FtpOpenFileW","features":[478]},{"name":"FtpPutFileA","features":[307,478]},{"name":"FtpPutFileEx","features":[307,478]},{"name":"FtpPutFileW","features":[307,478]},{"name":"FtpRemoveDirectoryA","features":[307,478]},{"name":"FtpRemoveDirectoryW","features":[307,478]},{"name":"FtpRenameFileA","features":[307,478]},{"name":"FtpRenameFileW","features":[307,478]},{"name":"FtpSetCurrentDirectoryA","features":[307,478]},{"name":"FtpSetCurrentDirectoryW","features":[307,478]},{"name":"GOPHER_ABSTRACT_ATTRIBUTE","features":[478]},{"name":"GOPHER_ABSTRACT_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_ABSTRACT_CATEGORY","features":[478]},{"name":"GOPHER_ADMIN_ATTRIBUTE","features":[478]},{"name":"GOPHER_ADMIN_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_ADMIN_CATEGORY","features":[478]},{"name":"GOPHER_ASK_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_ATTRIBUTE_ENUMERATOR","features":[307,478]},{"name":"GOPHER_ATTRIBUTE_ID_ABSTRACT","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_ADMIN","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_ALL","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_BASE","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_GEOG","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_LOCATION","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_MOD_DATE","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_ORG","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_PROVIDER","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_RANGE","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_SCORE","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_SITE","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_TIMEZONE","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_TREEWALK","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_TTL","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_UNKNOWN","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_VERSION","features":[478]},{"name":"GOPHER_ATTRIBUTE_ID_VIEW","features":[478]},{"name":"GOPHER_ATTRIBUTE_TYPE","features":[307,478]},{"name":"GOPHER_CATEGORY_ID_ABSTRACT","features":[478]},{"name":"GOPHER_CATEGORY_ID_ADMIN","features":[478]},{"name":"GOPHER_CATEGORY_ID_ALL","features":[478]},{"name":"GOPHER_CATEGORY_ID_ASK","features":[478]},{"name":"GOPHER_CATEGORY_ID_INFO","features":[478]},{"name":"GOPHER_CATEGORY_ID_UNKNOWN","features":[478]},{"name":"GOPHER_CATEGORY_ID_VERONICA","features":[478]},{"name":"GOPHER_CATEGORY_ID_VIEWS","features":[478]},{"name":"GOPHER_FIND_DATAA","features":[307,478]},{"name":"GOPHER_FIND_DATAW","features":[307,478]},{"name":"GOPHER_GEOGRAPHICAL_LOCATION_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_GEOG_ATTRIBUTE","features":[478]},{"name":"GOPHER_INFO_CATEGORY","features":[478]},{"name":"GOPHER_LOCATION_ATTRIBUTE","features":[478]},{"name":"GOPHER_LOCATION_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_MOD_DATE_ATTRIBUTE","features":[478]},{"name":"GOPHER_MOD_DATE_ATTRIBUTE_TYPE","features":[307,478]},{"name":"GOPHER_ORGANIZATION_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_ORG_ATTRIBUTE","features":[478]},{"name":"GOPHER_PROVIDER_ATTRIBUTE","features":[478]},{"name":"GOPHER_PROVIDER_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_RANGE_ATTRIBUTE","features":[478]},{"name":"GOPHER_SCORE_ATTRIBUTE","features":[478]},{"name":"GOPHER_SCORE_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_SCORE_RANGE_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_SITE_ATTRIBUTE","features":[478]},{"name":"GOPHER_SITE_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_TIMEZONE_ATTRIBUTE","features":[478]},{"name":"GOPHER_TIMEZONE_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_TREEWALK_ATTRIBUTE","features":[478]},{"name":"GOPHER_TTL_ATTRIBUTE","features":[478]},{"name":"GOPHER_TTL_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_TYPE","features":[478]},{"name":"GOPHER_TYPE_ASK","features":[478]},{"name":"GOPHER_TYPE_BINARY","features":[478]},{"name":"GOPHER_TYPE_BITMAP","features":[478]},{"name":"GOPHER_TYPE_CALENDAR","features":[478]},{"name":"GOPHER_TYPE_CSO","features":[478]},{"name":"GOPHER_TYPE_DIRECTORY","features":[478]},{"name":"GOPHER_TYPE_DOS_ARCHIVE","features":[478]},{"name":"GOPHER_TYPE_ERROR","features":[478]},{"name":"GOPHER_TYPE_GIF","features":[478]},{"name":"GOPHER_TYPE_GOPHER_PLUS","features":[478]},{"name":"GOPHER_TYPE_HTML","features":[478]},{"name":"GOPHER_TYPE_IMAGE","features":[478]},{"name":"GOPHER_TYPE_INDEX_SERVER","features":[478]},{"name":"GOPHER_TYPE_INLINE","features":[478]},{"name":"GOPHER_TYPE_MAC_BINHEX","features":[478]},{"name":"GOPHER_TYPE_MOVIE","features":[478]},{"name":"GOPHER_TYPE_PDF","features":[478]},{"name":"GOPHER_TYPE_REDUNDANT","features":[478]},{"name":"GOPHER_TYPE_SOUND","features":[478]},{"name":"GOPHER_TYPE_TELNET","features":[478]},{"name":"GOPHER_TYPE_TEXT_FILE","features":[478]},{"name":"GOPHER_TYPE_TN3270","features":[478]},{"name":"GOPHER_TYPE_UNIX_UUENCODED","features":[478]},{"name":"GOPHER_TYPE_UNKNOWN","features":[478]},{"name":"GOPHER_UNKNOWN_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_VERONICA_ATTRIBUTE_TYPE","features":[307,478]},{"name":"GOPHER_VERONICA_CATEGORY","features":[478]},{"name":"GOPHER_VERSION_ATTRIBUTE","features":[478]},{"name":"GOPHER_VERSION_ATTRIBUTE_TYPE","features":[478]},{"name":"GOPHER_VIEWS_CATEGORY","features":[478]},{"name":"GOPHER_VIEW_ATTRIBUTE","features":[478]},{"name":"GOPHER_VIEW_ATTRIBUTE_TYPE","features":[478]},{"name":"GROUPNAME_MAX_LENGTH","features":[478]},{"name":"GROUP_OWNER_STORAGE_SIZE","features":[478]},{"name":"GetDiskInfoA","features":[307,478]},{"name":"GetUrlCacheConfigInfoA","features":[307,478]},{"name":"GetUrlCacheConfigInfoW","features":[307,478]},{"name":"GetUrlCacheEntryBinaryBlob","features":[307,478]},{"name":"GetUrlCacheEntryInfoA","features":[307,478]},{"name":"GetUrlCacheEntryInfoExA","features":[307,478]},{"name":"GetUrlCacheEntryInfoExW","features":[307,478]},{"name":"GetUrlCacheEntryInfoW","features":[307,478]},{"name":"GetUrlCacheGroupAttributeA","features":[307,478]},{"name":"GetUrlCacheGroupAttributeW","features":[307,478]},{"name":"GetUrlCacheHeaderData","features":[307,478]},{"name":"GopherCreateLocatorA","features":[307,478]},{"name":"GopherCreateLocatorW","features":[307,478]},{"name":"GopherFindFirstFileA","features":[307,478]},{"name":"GopherFindFirstFileW","features":[307,478]},{"name":"GopherGetAttributeA","features":[307,478]},{"name":"GopherGetAttributeW","features":[307,478]},{"name":"GopherGetLocatorTypeA","features":[307,478]},{"name":"GopherGetLocatorTypeW","features":[307,478]},{"name":"GopherOpenFileA","features":[478]},{"name":"GopherOpenFileW","features":[478]},{"name":"HSR_ASYNC","features":[478]},{"name":"HSR_CHUNKED","features":[478]},{"name":"HSR_DOWNLOAD","features":[478]},{"name":"HSR_INITIATE","features":[478]},{"name":"HSR_SYNC","features":[478]},{"name":"HSR_USE_CONTEXT","features":[478]},{"name":"HTTP_1_1_CACHE_ENTRY","features":[478]},{"name":"HTTP_ADDREQ_FLAG","features":[478]},{"name":"HTTP_ADDREQ_FLAGS_MASK","features":[478]},{"name":"HTTP_ADDREQ_FLAG_ADD","features":[478]},{"name":"HTTP_ADDREQ_FLAG_ADD_IF_NEW","features":[478]},{"name":"HTTP_ADDREQ_FLAG_ALLOW_EMPTY_VALUES","features":[478]},{"name":"HTTP_ADDREQ_FLAG_COALESCE","features":[478]},{"name":"HTTP_ADDREQ_FLAG_COALESCE_WITH_COMMA","features":[478]},{"name":"HTTP_ADDREQ_FLAG_COALESCE_WITH_SEMICOLON","features":[478]},{"name":"HTTP_ADDREQ_FLAG_REPLACE","features":[478]},{"name":"HTTP_ADDREQ_FLAG_RESPONSE_HEADERS","features":[478]},{"name":"HTTP_ADDREQ_INDEX_MASK","features":[478]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_CROSS_SITE","features":[478]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_CROSS_SITE_LAX","features":[478]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_MAX","features":[478]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_SAME_SITE","features":[478]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_UNKNOWN","features":[478]},{"name":"HTTP_MAJOR_VERSION","features":[478]},{"name":"HTTP_MINOR_VERSION","features":[478]},{"name":"HTTP_POLICY_EXTENSION_INIT","features":[478]},{"name":"HTTP_POLICY_EXTENSION_SHUTDOWN","features":[478]},{"name":"HTTP_POLICY_EXTENSION_TYPE","features":[478]},{"name":"HTTP_POLICY_EXTENSION_VERSION","features":[478]},{"name":"HTTP_PROTOCOL_FLAG_HTTP2","features":[478]},{"name":"HTTP_PROTOCOL_MASK","features":[478]},{"name":"HTTP_PUSH_NOTIFICATION_STATUS","features":[307,478]},{"name":"HTTP_PUSH_TRANSPORT_SETTING","features":[478]},{"name":"HTTP_PUSH_WAIT_HANDLE","features":[478]},{"name":"HTTP_PUSH_WAIT_TYPE","features":[478]},{"name":"HTTP_QUERY_ACCEPT","features":[478]},{"name":"HTTP_QUERY_ACCEPT_CHARSET","features":[478]},{"name":"HTTP_QUERY_ACCEPT_ENCODING","features":[478]},{"name":"HTTP_QUERY_ACCEPT_LANGUAGE","features":[478]},{"name":"HTTP_QUERY_ACCEPT_RANGES","features":[478]},{"name":"HTTP_QUERY_AGE","features":[478]},{"name":"HTTP_QUERY_ALLOW","features":[478]},{"name":"HTTP_QUERY_AUTHENTICATION_INFO","features":[478]},{"name":"HTTP_QUERY_AUTHORIZATION","features":[478]},{"name":"HTTP_QUERY_CACHE_CONTROL","features":[478]},{"name":"HTTP_QUERY_CONNECTION","features":[478]},{"name":"HTTP_QUERY_CONTENT_BASE","features":[478]},{"name":"HTTP_QUERY_CONTENT_DESCRIPTION","features":[478]},{"name":"HTTP_QUERY_CONTENT_DISPOSITION","features":[478]},{"name":"HTTP_QUERY_CONTENT_ENCODING","features":[478]},{"name":"HTTP_QUERY_CONTENT_ID","features":[478]},{"name":"HTTP_QUERY_CONTENT_LANGUAGE","features":[478]},{"name":"HTTP_QUERY_CONTENT_LENGTH","features":[478]},{"name":"HTTP_QUERY_CONTENT_LOCATION","features":[478]},{"name":"HTTP_QUERY_CONTENT_MD5","features":[478]},{"name":"HTTP_QUERY_CONTENT_RANGE","features":[478]},{"name":"HTTP_QUERY_CONTENT_TRANSFER_ENCODING","features":[478]},{"name":"HTTP_QUERY_CONTENT_TYPE","features":[478]},{"name":"HTTP_QUERY_COOKIE","features":[478]},{"name":"HTTP_QUERY_COST","features":[478]},{"name":"HTTP_QUERY_CUSTOM","features":[478]},{"name":"HTTP_QUERY_DATE","features":[478]},{"name":"HTTP_QUERY_DEFAULT_STYLE","features":[478]},{"name":"HTTP_QUERY_DERIVED_FROM","features":[478]},{"name":"HTTP_QUERY_DO_NOT_TRACK","features":[478]},{"name":"HTTP_QUERY_ECHO_HEADERS","features":[478]},{"name":"HTTP_QUERY_ECHO_HEADERS_CRLF","features":[478]},{"name":"HTTP_QUERY_ECHO_REPLY","features":[478]},{"name":"HTTP_QUERY_ECHO_REQUEST","features":[478]},{"name":"HTTP_QUERY_ETAG","features":[478]},{"name":"HTTP_QUERY_EXPECT","features":[478]},{"name":"HTTP_QUERY_EXPIRES","features":[478]},{"name":"HTTP_QUERY_FLAG_COALESCE","features":[478]},{"name":"HTTP_QUERY_FLAG_COALESCE_WITH_COMMA","features":[478]},{"name":"HTTP_QUERY_FLAG_NUMBER","features":[478]},{"name":"HTTP_QUERY_FLAG_NUMBER64","features":[478]},{"name":"HTTP_QUERY_FLAG_REQUEST_HEADERS","features":[478]},{"name":"HTTP_QUERY_FLAG_SYSTEMTIME","features":[478]},{"name":"HTTP_QUERY_FORWARDED","features":[478]},{"name":"HTTP_QUERY_FROM","features":[478]},{"name":"HTTP_QUERY_HOST","features":[478]},{"name":"HTTP_QUERY_HTTP2_SETTINGS","features":[478]},{"name":"HTTP_QUERY_IF_MATCH","features":[478]},{"name":"HTTP_QUERY_IF_MODIFIED_SINCE","features":[478]},{"name":"HTTP_QUERY_IF_NONE_MATCH","features":[478]},{"name":"HTTP_QUERY_IF_RANGE","features":[478]},{"name":"HTTP_QUERY_IF_UNMODIFIED_SINCE","features":[478]},{"name":"HTTP_QUERY_INCLUDE_REFERER_TOKEN_BINDING_ID","features":[478]},{"name":"HTTP_QUERY_INCLUDE_REFERRED_TOKEN_BINDING_ID","features":[478]},{"name":"HTTP_QUERY_KEEP_ALIVE","features":[478]},{"name":"HTTP_QUERY_LAST_MODIFIED","features":[478]},{"name":"HTTP_QUERY_LINK","features":[478]},{"name":"HTTP_QUERY_LOCATION","features":[478]},{"name":"HTTP_QUERY_MAX","features":[478]},{"name":"HTTP_QUERY_MAX_FORWARDS","features":[478]},{"name":"HTTP_QUERY_MESSAGE_ID","features":[478]},{"name":"HTTP_QUERY_MIME_VERSION","features":[478]},{"name":"HTTP_QUERY_ORIG_URI","features":[478]},{"name":"HTTP_QUERY_P3P","features":[478]},{"name":"HTTP_QUERY_PASSPORT_CONFIG","features":[478]},{"name":"HTTP_QUERY_PASSPORT_URLS","features":[478]},{"name":"HTTP_QUERY_PRAGMA","features":[478]},{"name":"HTTP_QUERY_PROXY_AUTHENTICATE","features":[478]},{"name":"HTTP_QUERY_PROXY_AUTHORIZATION","features":[478]},{"name":"HTTP_QUERY_PROXY_CONNECTION","features":[478]},{"name":"HTTP_QUERY_PROXY_SUPPORT","features":[478]},{"name":"HTTP_QUERY_PUBLIC","features":[478]},{"name":"HTTP_QUERY_PUBLIC_KEY_PINS","features":[478]},{"name":"HTTP_QUERY_PUBLIC_KEY_PINS_REPORT_ONLY","features":[478]},{"name":"HTTP_QUERY_RANGE","features":[478]},{"name":"HTTP_QUERY_RAW_HEADERS","features":[478]},{"name":"HTTP_QUERY_RAW_HEADERS_CRLF","features":[478]},{"name":"HTTP_QUERY_REFERER","features":[478]},{"name":"HTTP_QUERY_REFRESH","features":[478]},{"name":"HTTP_QUERY_REQUEST_METHOD","features":[478]},{"name":"HTTP_QUERY_RETRY_AFTER","features":[478]},{"name":"HTTP_QUERY_SERVER","features":[478]},{"name":"HTTP_QUERY_SET_COOKIE","features":[478]},{"name":"HTTP_QUERY_SET_COOKIE2","features":[478]},{"name":"HTTP_QUERY_STATUS_CODE","features":[478]},{"name":"HTTP_QUERY_STATUS_TEXT","features":[478]},{"name":"HTTP_QUERY_STRICT_TRANSPORT_SECURITY","features":[478]},{"name":"HTTP_QUERY_TITLE","features":[478]},{"name":"HTTP_QUERY_TOKEN_BINDING","features":[478]},{"name":"HTTP_QUERY_TRANSFER_ENCODING","features":[478]},{"name":"HTTP_QUERY_TRANSLATE","features":[478]},{"name":"HTTP_QUERY_UNLESS_MODIFIED_SINCE","features":[478]},{"name":"HTTP_QUERY_UPGRADE","features":[478]},{"name":"HTTP_QUERY_URI","features":[478]},{"name":"HTTP_QUERY_USER_AGENT","features":[478]},{"name":"HTTP_QUERY_VARY","features":[478]},{"name":"HTTP_QUERY_VERSION","features":[478]},{"name":"HTTP_QUERY_VIA","features":[478]},{"name":"HTTP_QUERY_WARNING","features":[478]},{"name":"HTTP_QUERY_WWW_AUTHENTICATE","features":[478]},{"name":"HTTP_QUERY_X_CONTENT_TYPE_OPTIONS","features":[478]},{"name":"HTTP_QUERY_X_FRAME_OPTIONS","features":[478]},{"name":"HTTP_QUERY_X_P2P_PEERDIST","features":[478]},{"name":"HTTP_QUERY_X_UA_COMPATIBLE","features":[478]},{"name":"HTTP_QUERY_X_XSS_PROTECTION","features":[478]},{"name":"HTTP_REQUEST_TIMES","features":[478]},{"name":"HTTP_STATUS_MISDIRECTED_REQUEST","features":[478]},{"name":"HTTP_VERSIONA","features":[478]},{"name":"HTTP_VERSIONW","features":[478]},{"name":"HTTP_WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_ASYNC_RESULT","features":[478]},{"name":"HTTP_WEB_SOCKET_BINARY_FRAGMENT_TYPE","features":[478]},{"name":"HTTP_WEB_SOCKET_BINARY_MESSAGE_TYPE","features":[478]},{"name":"HTTP_WEB_SOCKET_BUFFER_TYPE","features":[478]},{"name":"HTTP_WEB_SOCKET_CLOSE_OPERATION","features":[478]},{"name":"HTTP_WEB_SOCKET_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_CLOSE_TYPE","features":[478]},{"name":"HTTP_WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_ENDPOINT_TERMINATED_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[478]},{"name":"HTTP_WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE","features":[478]},{"name":"HTTP_WEB_SOCKET_OPERATION","features":[478]},{"name":"HTTP_WEB_SOCKET_PING_TYPE","features":[478]},{"name":"HTTP_WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_RECEIVE_OPERATION","features":[478]},{"name":"HTTP_WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_SEND_OPERATION","features":[478]},{"name":"HTTP_WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_SHUTDOWN_OPERATION","features":[478]},{"name":"HTTP_WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[478]},{"name":"HTTP_WEB_SOCKET_UTF8_FRAGMENT_TYPE","features":[478]},{"name":"HTTP_WEB_SOCKET_UTF8_MESSAGE_TYPE","features":[478]},{"name":"HttpAddRequestHeadersA","features":[307,478]},{"name":"HttpAddRequestHeadersW","features":[307,478]},{"name":"HttpCheckDavComplianceA","features":[307,478]},{"name":"HttpCheckDavComplianceW","features":[307,478]},{"name":"HttpCloseDependencyHandle","features":[478]},{"name":"HttpDuplicateDependencyHandle","features":[478]},{"name":"HttpEndRequestA","features":[307,478]},{"name":"HttpEndRequestW","features":[307,478]},{"name":"HttpGetServerCredentials","features":[478]},{"name":"HttpIndicatePageLoadComplete","features":[478]},{"name":"HttpIsHostHstsEnabled","features":[307,478]},{"name":"HttpOpenDependencyHandle","features":[307,478]},{"name":"HttpOpenRequestA","features":[478]},{"name":"HttpOpenRequestW","features":[478]},{"name":"HttpPushClose","features":[478]},{"name":"HttpPushEnable","features":[478]},{"name":"HttpPushWait","features":[307,478]},{"name":"HttpPushWaitEnableComplete","features":[478]},{"name":"HttpPushWaitReceiveComplete","features":[478]},{"name":"HttpPushWaitSendComplete","features":[478]},{"name":"HttpQueryInfoA","features":[307,478]},{"name":"HttpQueryInfoW","features":[307,478]},{"name":"HttpRequestTimeMax","features":[478]},{"name":"HttpSendRequestA","features":[307,478]},{"name":"HttpSendRequestExA","features":[307,478]},{"name":"HttpSendRequestExW","features":[307,478]},{"name":"HttpSendRequestW","features":[307,478]},{"name":"HttpWebSocketClose","features":[307,478]},{"name":"HttpWebSocketCompleteUpgrade","features":[478]},{"name":"HttpWebSocketQueryCloseStatus","features":[307,478]},{"name":"HttpWebSocketReceive","features":[307,478]},{"name":"HttpWebSocketSend","features":[307,478]},{"name":"HttpWebSocketShutdown","features":[307,478]},{"name":"ICU_USERNAME","features":[478]},{"name":"IDENTITY_CACHE_ENTRY","features":[478]},{"name":"IDSI_FLAG_KEEP_ALIVE","features":[478]},{"name":"IDSI_FLAG_PROXY","features":[478]},{"name":"IDSI_FLAG_SECURE","features":[478]},{"name":"IDSI_FLAG_TUNNEL","features":[478]},{"name":"IDialBranding","features":[478]},{"name":"IDialEngine","features":[478]},{"name":"IDialEventSink","features":[478]},{"name":"IMMUTABLE_CACHE_ENTRY","features":[478]},{"name":"INSTALLED_CACHE_ENTRY","features":[478]},{"name":"INTERENT_GOONLINE_MASK","features":[478]},{"name":"INTERENT_GOONLINE_NOPROMPT","features":[478]},{"name":"INTERENT_GOONLINE_REFRESH","features":[478]},{"name":"INTERNET_ACCESS_TYPE","features":[478]},{"name":"INTERNET_ASYNC_RESULT","features":[478]},{"name":"INTERNET_AUTH_NOTIFY_DATA","features":[478]},{"name":"INTERNET_AUTH_SCHEME_BASIC","features":[478]},{"name":"INTERNET_AUTH_SCHEME_DIGEST","features":[478]},{"name":"INTERNET_AUTH_SCHEME_KERBEROS","features":[478]},{"name":"INTERNET_AUTH_SCHEME_NEGOTIATE","features":[478]},{"name":"INTERNET_AUTH_SCHEME_NTLM","features":[478]},{"name":"INTERNET_AUTH_SCHEME_PASSPORT","features":[478]},{"name":"INTERNET_AUTH_SCHEME_UNKNOWN","features":[478]},{"name":"INTERNET_AUTODIAL","features":[478]},{"name":"INTERNET_AUTODIAL_FAILIFSECURITYCHECK","features":[478]},{"name":"INTERNET_AUTODIAL_FORCE_ONLINE","features":[478]},{"name":"INTERNET_AUTODIAL_FORCE_UNATTENDED","features":[478]},{"name":"INTERNET_AUTODIAL_OVERRIDE_NET_PRESENT","features":[478]},{"name":"INTERNET_AUTOPROXY_INIT_DEFAULT","features":[478]},{"name":"INTERNET_AUTOPROXY_INIT_DOWNLOADSYNC","features":[478]},{"name":"INTERNET_AUTOPROXY_INIT_ONLYQUERY","features":[478]},{"name":"INTERNET_AUTOPROXY_INIT_QUERYSTATE","features":[478]},{"name":"INTERNET_BUFFERSA","features":[478]},{"name":"INTERNET_BUFFERSW","features":[478]},{"name":"INTERNET_CACHE_CONFIG_INFOA","features":[307,478]},{"name":"INTERNET_CACHE_CONFIG_INFOW","features":[307,478]},{"name":"INTERNET_CACHE_CONFIG_PATH_ENTRYA","features":[478]},{"name":"INTERNET_CACHE_CONFIG_PATH_ENTRYW","features":[478]},{"name":"INTERNET_CACHE_CONTAINER_AUTODELETE","features":[478]},{"name":"INTERNET_CACHE_CONTAINER_BLOOM_FILTER","features":[478]},{"name":"INTERNET_CACHE_CONTAINER_INFOA","features":[478]},{"name":"INTERNET_CACHE_CONTAINER_INFOW","features":[478]},{"name":"INTERNET_CACHE_CONTAINER_MAP_ENABLED","features":[478]},{"name":"INTERNET_CACHE_CONTAINER_NODESKTOPINIT","features":[478]},{"name":"INTERNET_CACHE_CONTAINER_NOSUBDIRS","features":[478]},{"name":"INTERNET_CACHE_CONTAINER_RESERVED1","features":[478]},{"name":"INTERNET_CACHE_CONTAINER_SHARE_READ","features":[478]},{"name":"INTERNET_CACHE_CONTAINER_SHARE_READ_WRITE","features":[478]},{"name":"INTERNET_CACHE_ENTRY_INFOA","features":[307,478]},{"name":"INTERNET_CACHE_ENTRY_INFOW","features":[307,478]},{"name":"INTERNET_CACHE_FLAG_ADD_FILENAME_ONLY","features":[478]},{"name":"INTERNET_CACHE_FLAG_ALLOW_COLLISIONS","features":[478]},{"name":"INTERNET_CACHE_FLAG_ENTRY_OR_MAPPING","features":[478]},{"name":"INTERNET_CACHE_FLAG_GET_STRUCT_ONLY","features":[478]},{"name":"INTERNET_CACHE_FLAG_INSTALLED_ENTRY","features":[478]},{"name":"INTERNET_CACHE_GROUP_ADD","features":[478]},{"name":"INTERNET_CACHE_GROUP_INFOA","features":[478]},{"name":"INTERNET_CACHE_GROUP_INFOW","features":[478]},{"name":"INTERNET_CACHE_GROUP_REMOVE","features":[478]},{"name":"INTERNET_CACHE_TIMESTAMPS","features":[307,478]},{"name":"INTERNET_CALLBACK_COOKIE","features":[307,478]},{"name":"INTERNET_CERTIFICATE_INFO","features":[307,478]},{"name":"INTERNET_CONNECTED_INFO","features":[478]},{"name":"INTERNET_CONNECTION","features":[478]},{"name":"INTERNET_CONNECTION_CONFIGURED","features":[478]},{"name":"INTERNET_CONNECTION_LAN","features":[478]},{"name":"INTERNET_CONNECTION_MODEM","features":[478]},{"name":"INTERNET_CONNECTION_MODEM_BUSY","features":[478]},{"name":"INTERNET_CONNECTION_OFFLINE","features":[478]},{"name":"INTERNET_CONNECTION_PROXY","features":[478]},{"name":"INTERNET_COOKIE","features":[307,478]},{"name":"INTERNET_COOKIE2","features":[307,478]},{"name":"INTERNET_COOKIE_ALL_COOKIES","features":[478]},{"name":"INTERNET_COOKIE_APPLY_HOST_ONLY","features":[478]},{"name":"INTERNET_COOKIE_APPLY_P3P","features":[478]},{"name":"INTERNET_COOKIE_ECTX_3RDPARTY","features":[478]},{"name":"INTERNET_COOKIE_EDGE_COOKIES","features":[478]},{"name":"INTERNET_COOKIE_EVALUATE_P3P","features":[478]},{"name":"INTERNET_COOKIE_FLAGS","features":[478]},{"name":"INTERNET_COOKIE_HOST_ONLY","features":[478]},{"name":"INTERNET_COOKIE_HOST_ONLY_APPLIED","features":[478]},{"name":"INTERNET_COOKIE_HTTPONLY","features":[478]},{"name":"INTERNET_COOKIE_IE6","features":[478]},{"name":"INTERNET_COOKIE_IS_LEGACY","features":[478]},{"name":"INTERNET_COOKIE_IS_RESTRICTED","features":[478]},{"name":"INTERNET_COOKIE_IS_SECURE","features":[478]},{"name":"INTERNET_COOKIE_IS_SESSION","features":[478]},{"name":"INTERNET_COOKIE_NON_SCRIPT","features":[478]},{"name":"INTERNET_COOKIE_NO_CALLBACK","features":[478]},{"name":"INTERNET_COOKIE_P3P_ENABLED","features":[478]},{"name":"INTERNET_COOKIE_PERSISTENT_HOST_ONLY","features":[478]},{"name":"INTERNET_COOKIE_PROMPT_REQUIRED","features":[478]},{"name":"INTERNET_COOKIE_RESTRICTED_ZONE","features":[478]},{"name":"INTERNET_COOKIE_SAME_SITE_LAX","features":[478]},{"name":"INTERNET_COOKIE_SAME_SITE_LEVEL_CROSS_SITE","features":[478]},{"name":"INTERNET_COOKIE_SAME_SITE_STRICT","features":[478]},{"name":"INTERNET_COOKIE_THIRD_PARTY","features":[478]},{"name":"INTERNET_CREDENTIALS","features":[307,478]},{"name":"INTERNET_CUSTOMDIAL_CAN_HANGUP","features":[478]},{"name":"INTERNET_CUSTOMDIAL_CONNECT","features":[478]},{"name":"INTERNET_CUSTOMDIAL_DISCONNECT","features":[478]},{"name":"INTERNET_CUSTOMDIAL_SAFE_FOR_UNATTENDED","features":[478]},{"name":"INTERNET_CUSTOMDIAL_SHOWOFFLINE","features":[478]},{"name":"INTERNET_CUSTOMDIAL_UNATTENDED","features":[478]},{"name":"INTERNET_CUSTOMDIAL_WILL_SUPPLY_STATE","features":[478]},{"name":"INTERNET_DEFAULT_FTP_PORT","features":[478]},{"name":"INTERNET_DEFAULT_GOPHER_PORT","features":[478]},{"name":"INTERNET_DEFAULT_SOCKS_PORT","features":[478]},{"name":"INTERNET_DIAGNOSTIC_SOCKET_INFO","features":[478]},{"name":"INTERNET_DIALSTATE_DISCONNECTED","features":[478]},{"name":"INTERNET_DIAL_FORCE_PROMPT","features":[478]},{"name":"INTERNET_DIAL_SHOW_OFFLINE","features":[478]},{"name":"INTERNET_DIAL_UNATTENDED","features":[478]},{"name":"INTERNET_DOWNLOAD_MODE_HANDLE","features":[307,478]},{"name":"INTERNET_END_BROWSER_SESSION_DATA","features":[478]},{"name":"INTERNET_ERROR_BASE","features":[478]},{"name":"INTERNET_ERROR_LAST","features":[478]},{"name":"INTERNET_ERROR_MASK_COMBINED_SEC_CERT","features":[478]},{"name":"INTERNET_ERROR_MASK_INSERT_CDROM","features":[478]},{"name":"INTERNET_ERROR_MASK_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[478]},{"name":"INTERNET_ERROR_MASK_NEED_MSN_SSPI_PKG","features":[478]},{"name":"INTERNET_FIRST_OPTION","features":[478]},{"name":"INTERNET_FLAG_ASYNC","features":[478]},{"name":"INTERNET_FLAG_BGUPDATE","features":[478]},{"name":"INTERNET_FLAG_CACHE_ASYNC","features":[478]},{"name":"INTERNET_FLAG_CACHE_IF_NET_FAIL","features":[478]},{"name":"INTERNET_FLAG_DONT_CACHE","features":[478]},{"name":"INTERNET_FLAG_EXISTING_CONNECT","features":[478]},{"name":"INTERNET_FLAG_FORMS_SUBMIT","features":[478]},{"name":"INTERNET_FLAG_FROM_CACHE","features":[478]},{"name":"INTERNET_FLAG_FTP_FOLDER_VIEW","features":[478]},{"name":"INTERNET_FLAG_FWD_BACK","features":[478]},{"name":"INTERNET_FLAG_HYPERLINK","features":[478]},{"name":"INTERNET_FLAG_IDN_DIRECT","features":[478]},{"name":"INTERNET_FLAG_IDN_PROXY","features":[478]},{"name":"INTERNET_FLAG_IGNORE_CERT_CN_INVALID","features":[478]},{"name":"INTERNET_FLAG_IGNORE_CERT_DATE_INVALID","features":[478]},{"name":"INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTP","features":[478]},{"name":"INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTPS","features":[478]},{"name":"INTERNET_FLAG_KEEP_CONNECTION","features":[478]},{"name":"INTERNET_FLAG_MAKE_PERSISTENT","features":[478]},{"name":"INTERNET_FLAG_MUST_CACHE_REQUEST","features":[478]},{"name":"INTERNET_FLAG_NEED_FILE","features":[478]},{"name":"INTERNET_FLAG_NO_AUTH","features":[478]},{"name":"INTERNET_FLAG_NO_AUTO_REDIRECT","features":[478]},{"name":"INTERNET_FLAG_NO_CACHE_WRITE","features":[478]},{"name":"INTERNET_FLAG_NO_COOKIES","features":[478]},{"name":"INTERNET_FLAG_NO_UI","features":[478]},{"name":"INTERNET_FLAG_OFFLINE","features":[478]},{"name":"INTERNET_FLAG_PASSIVE","features":[478]},{"name":"INTERNET_FLAG_PRAGMA_NOCACHE","features":[478]},{"name":"INTERNET_FLAG_RAW_DATA","features":[478]},{"name":"INTERNET_FLAG_READ_PREFETCH","features":[478]},{"name":"INTERNET_FLAG_RELOAD","features":[478]},{"name":"INTERNET_FLAG_RESTRICTED_ZONE","features":[478]},{"name":"INTERNET_FLAG_RESYNCHRONIZE","features":[478]},{"name":"INTERNET_FLAG_SECURE","features":[478]},{"name":"INTERNET_FLAG_TRANSFER_ASCII","features":[478]},{"name":"INTERNET_FLAG_TRANSFER_BINARY","features":[478]},{"name":"INTERNET_GLOBAL_CALLBACK_DETECTING_PROXY","features":[478]},{"name":"INTERNET_GLOBAL_CALLBACK_SENDING_HTTP_HEADERS","features":[478]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_FTP","features":[478]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_GOPHER","features":[478]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_HTTP","features":[478]},{"name":"INTERNET_HANDLE_TYPE_FILE_REQUEST","features":[478]},{"name":"INTERNET_HANDLE_TYPE_FTP_FILE","features":[478]},{"name":"INTERNET_HANDLE_TYPE_FTP_FILE_HTML","features":[478]},{"name":"INTERNET_HANDLE_TYPE_FTP_FIND","features":[478]},{"name":"INTERNET_HANDLE_TYPE_FTP_FIND_HTML","features":[478]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FILE","features":[478]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FILE_HTML","features":[478]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FIND","features":[478]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FIND_HTML","features":[478]},{"name":"INTERNET_HANDLE_TYPE_HTTP_REQUEST","features":[478]},{"name":"INTERNET_HANDLE_TYPE_INTERNET","features":[478]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_CONTENT","features":[478]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_COOKIES","features":[478]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_DATA","features":[478]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_HISTORY","features":[478]},{"name":"INTERNET_IDENTITY_FLAG_PRIVATE_CACHE","features":[478]},{"name":"INTERNET_IDENTITY_FLAG_SHARED_CACHE","features":[478]},{"name":"INTERNET_INTERNAL_ERROR_BASE","features":[478]},{"name":"INTERNET_INVALID_PORT_NUMBER","features":[478]},{"name":"INTERNET_KEEP_ALIVE_DISABLED","features":[478]},{"name":"INTERNET_KEEP_ALIVE_ENABLED","features":[478]},{"name":"INTERNET_KEEP_ALIVE_UNKNOWN","features":[478]},{"name":"INTERNET_LAST_OPTION","features":[478]},{"name":"INTERNET_LAST_OPTION_INTERNAL","features":[478]},{"name":"INTERNET_MAX_HOST_NAME_LENGTH","features":[478]},{"name":"INTERNET_MAX_PASSWORD_LENGTH","features":[478]},{"name":"INTERNET_MAX_PORT_NUMBER_LENGTH","features":[478]},{"name":"INTERNET_MAX_PORT_NUMBER_VALUE","features":[478]},{"name":"INTERNET_MAX_USER_NAME_LENGTH","features":[478]},{"name":"INTERNET_NO_CALLBACK","features":[478]},{"name":"INTERNET_OPEN_TYPE_DIRECT","features":[478]},{"name":"INTERNET_OPEN_TYPE_PRECONFIG","features":[478]},{"name":"INTERNET_OPEN_TYPE_PRECONFIG_WITH_NO_AUTOPROXY","features":[478]},{"name":"INTERNET_OPEN_TYPE_PROXY","features":[478]},{"name":"INTERNET_OPTION_ACTIVATE_WORKER_THREADS","features":[478]},{"name":"INTERNET_OPTION_ACTIVITY_ID","features":[478]},{"name":"INTERNET_OPTION_ALLOW_FAILED_CONNECT_CONTENT","features":[478]},{"name":"INTERNET_OPTION_ALLOW_INSECURE_FALLBACK","features":[478]},{"name":"INTERNET_OPTION_ALTER_IDENTITY","features":[478]},{"name":"INTERNET_OPTION_APP_CACHE","features":[478]},{"name":"INTERNET_OPTION_ASYNC","features":[478]},{"name":"INTERNET_OPTION_ASYNC_ID","features":[478]},{"name":"INTERNET_OPTION_ASYNC_PRIORITY","features":[478]},{"name":"INTERNET_OPTION_AUTH_FLAGS","features":[478]},{"name":"INTERNET_OPTION_AUTH_SCHEME_SELECTED","features":[478]},{"name":"INTERNET_OPTION_AUTODIAL_CONNECTION","features":[478]},{"name":"INTERNET_OPTION_AUTODIAL_HWND","features":[478]},{"name":"INTERNET_OPTION_AUTODIAL_MODE","features":[478]},{"name":"INTERNET_OPTION_BACKGROUND_CONNECTIONS","features":[478]},{"name":"INTERNET_OPTION_BYPASS_EDITED_ENTRY","features":[478]},{"name":"INTERNET_OPTION_CACHE_ENTRY_EXTRA_DATA","features":[478]},{"name":"INTERNET_OPTION_CACHE_PARTITION","features":[478]},{"name":"INTERNET_OPTION_CACHE_STREAM_HANDLE","features":[478]},{"name":"INTERNET_OPTION_CACHE_TIMESTAMPS","features":[478]},{"name":"INTERNET_OPTION_CALLBACK","features":[478]},{"name":"INTERNET_OPTION_CALLBACK_FILTER","features":[478]},{"name":"INTERNET_OPTION_CALLER_MODULE","features":[478]},{"name":"INTERNET_OPTION_CANCEL_CACHE_WRITE","features":[478]},{"name":"INTERNET_OPTION_CERT_ERROR_FLAGS","features":[478]},{"name":"INTERNET_OPTION_CHUNK_ENCODE_REQUEST","features":[478]},{"name":"INTERNET_OPTION_CLIENT_CERT_CONTEXT","features":[478]},{"name":"INTERNET_OPTION_CLIENT_CERT_ISSUER_LIST","features":[478]},{"name":"INTERNET_OPTION_CM_HANDLE_COPY_REF","features":[478]},{"name":"INTERNET_OPTION_CODEPAGE","features":[478]},{"name":"INTERNET_OPTION_CODEPAGE_EXTRA","features":[478]},{"name":"INTERNET_OPTION_CODEPAGE_PATH","features":[478]},{"name":"INTERNET_OPTION_COMPRESSED_CONTENT_LENGTH","features":[478]},{"name":"INTERNET_OPTION_CONNECTED_STATE","features":[478]},{"name":"INTERNET_OPTION_CONNECTION_FILTER","features":[478]},{"name":"INTERNET_OPTION_CONNECTION_INFO","features":[478]},{"name":"INTERNET_OPTION_CONNECT_BACKOFF","features":[478]},{"name":"INTERNET_OPTION_CONNECT_LIMIT","features":[478]},{"name":"INTERNET_OPTION_CONNECT_RETRIES","features":[478]},{"name":"INTERNET_OPTION_CONNECT_TIME","features":[478]},{"name":"INTERNET_OPTION_CONNECT_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_CONTEXT_VALUE","features":[478]},{"name":"INTERNET_OPTION_CONTEXT_VALUE_OLD","features":[478]},{"name":"INTERNET_OPTION_CONTROL_RECEIVE_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_CONTROL_SEND_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_COOKIES_3RD_PARTY","features":[478]},{"name":"INTERNET_OPTION_COOKIES_APPLY_HOST_ONLY","features":[478]},{"name":"INTERNET_OPTION_COOKIES_SAME_SITE_LEVEL","features":[478]},{"name":"INTERNET_OPTION_DATAFILE_EXT","features":[478]},{"name":"INTERNET_OPTION_DATAFILE_NAME","features":[478]},{"name":"INTERNET_OPTION_DATA_RECEIVE_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_DATA_SEND_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_DEPENDENCY_HANDLE","features":[478]},{"name":"INTERNET_OPTION_DETECT_POST_SEND","features":[478]},{"name":"INTERNET_OPTION_DIAGNOSTIC_SOCKET_INFO","features":[478]},{"name":"INTERNET_OPTION_DIGEST_AUTH_UNLOAD","features":[478]},{"name":"INTERNET_OPTION_DISABLE_AUTODIAL","features":[478]},{"name":"INTERNET_OPTION_DISABLE_INSECURE_FALLBACK","features":[478]},{"name":"INTERNET_OPTION_DISABLE_NTLM_PREAUTH","features":[478]},{"name":"INTERNET_OPTION_DISABLE_PASSPORT_AUTH","features":[478]},{"name":"INTERNET_OPTION_DISABLE_PROXY_LINK_LOCAL_NAME_RESOLUTION","features":[478]},{"name":"INTERNET_OPTION_DISALLOW_PREMATURE_EOF","features":[478]},{"name":"INTERNET_OPTION_DISCONNECTED_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_DOWNLOAD_MODE","features":[478]},{"name":"INTERNET_OPTION_DOWNLOAD_MODE_HANDLE","features":[478]},{"name":"INTERNET_OPTION_DO_NOT_TRACK","features":[478]},{"name":"INTERNET_OPTION_DUO_USED","features":[478]},{"name":"INTERNET_OPTION_EDGE_COOKIES","features":[478]},{"name":"INTERNET_OPTION_EDGE_COOKIES_TEMP","features":[478]},{"name":"INTERNET_OPTION_EDGE_MODE","features":[478]},{"name":"INTERNET_OPTION_ENABLE_DUO","features":[478]},{"name":"INTERNET_OPTION_ENABLE_HEADER_CALLBACKS","features":[478]},{"name":"INTERNET_OPTION_ENABLE_HTTP_PROTOCOL","features":[478]},{"name":"INTERNET_OPTION_ENABLE_PASSPORT_AUTH","features":[478]},{"name":"INTERNET_OPTION_ENABLE_REDIRECT_CACHE_READ","features":[478]},{"name":"INTERNET_OPTION_ENABLE_TEST_SIGNING","features":[478]},{"name":"INTERNET_OPTION_ENABLE_WBOEXT","features":[478]},{"name":"INTERNET_OPTION_ENABLE_ZLIB_DEFLATE","features":[478]},{"name":"INTERNET_OPTION_ENCODE_EXTRA","features":[478]},{"name":"INTERNET_OPTION_ENCODE_FALLBACK_FOR_REDIRECT_URI","features":[478]},{"name":"INTERNET_OPTION_END_BROWSER_SESSION","features":[478]},{"name":"INTERNET_OPTION_ENTERPRISE_CONTEXT","features":[478]},{"name":"INTERNET_OPTION_ERROR_MASK","features":[478]},{"name":"INTERNET_OPTION_EXEMPT_CONNECTION_LIMIT","features":[478]},{"name":"INTERNET_OPTION_EXTENDED_CALLBACKS","features":[478]},{"name":"INTERNET_OPTION_EXTENDED_ERROR","features":[478]},{"name":"INTERNET_OPTION_FAIL_ON_CACHE_WRITE_ERROR","features":[478]},{"name":"INTERNET_OPTION_FALSE_START","features":[478]},{"name":"INTERNET_OPTION_FLUSH_STATE","features":[478]},{"name":"INTERNET_OPTION_FORCE_DECODE","features":[478]},{"name":"INTERNET_OPTION_FROM_CACHE_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_GLOBAL_CALLBACK","features":[478]},{"name":"INTERNET_OPTION_HANDLE_TYPE","features":[478]},{"name":"INTERNET_OPTION_HIBERNATE_INACTIVE_WORKER_THREADS","features":[478]},{"name":"INTERNET_OPTION_HSTS","features":[478]},{"name":"INTERNET_OPTION_HTTP_09","features":[478]},{"name":"INTERNET_OPTION_HTTP_DECODING","features":[478]},{"name":"INTERNET_OPTION_HTTP_PROTOCOL_USED","features":[478]},{"name":"INTERNET_OPTION_HTTP_VERSION","features":[478]},{"name":"INTERNET_OPTION_IDENTITY","features":[478]},{"name":"INTERNET_OPTION_IDLE_STATE","features":[478]},{"name":"INTERNET_OPTION_IDN","features":[478]},{"name":"INTERNET_OPTION_IGNORE_CERT_ERROR_FLAGS","features":[478]},{"name":"INTERNET_OPTION_IGNORE_OFFLINE","features":[478]},{"name":"INTERNET_OPTION_KEEP_CONNECTION","features":[478]},{"name":"INTERNET_OPTION_LINE_STATE","features":[478]},{"name":"INTERNET_OPTION_LISTEN_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER","features":[478]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_PROXY","features":[478]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_SERVER","features":[478]},{"name":"INTERNET_OPTION_MAX_QUERY_BUFFER_SIZE","features":[478]},{"name":"INTERNET_OPTION_NET_SPEED","features":[478]},{"name":"INTERNET_OPTION_NOCACHE_WRITE_IN_PRIVATE","features":[478]},{"name":"INTERNET_OPTION_NOTIFY_SENDING_COOKIE","features":[478]},{"name":"INTERNET_OPTION_NO_HTTP_SERVER_AUTH","features":[478]},{"name":"INTERNET_OPTION_OFFLINE_MODE","features":[478]},{"name":"INTERNET_OPTION_OFFLINE_SEMANTICS","features":[478]},{"name":"INTERNET_OPTION_OFFLINE_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_OPT_IN_WEAK_SIGNATURE","features":[478]},{"name":"INTERNET_OPTION_ORIGINAL_CONNECT_FLAGS","features":[478]},{"name":"INTERNET_OPTION_PARENT_HANDLE","features":[478]},{"name":"INTERNET_OPTION_PARSE_LINE_FOLDING","features":[478]},{"name":"INTERNET_OPTION_PASSWORD","features":[478]},{"name":"INTERNET_OPTION_PER_CONNECTION_OPTION","features":[478]},{"name":"INTERNET_OPTION_POLICY","features":[478]},{"name":"INTERNET_OPTION_PRESERVE_REFERER_ON_HTTPS_TO_HTTP_REDIRECT","features":[478]},{"name":"INTERNET_OPTION_PRESERVE_REQUEST_SERVER_CREDENTIALS_ON_REDIRECT","features":[478]},{"name":"INTERNET_OPTION_PROXY","features":[478]},{"name":"INTERNET_OPTION_PROXY_AUTH_SCHEME","features":[478]},{"name":"INTERNET_OPTION_PROXY_CREDENTIALS","features":[478]},{"name":"INTERNET_OPTION_PROXY_FROM_REQUEST","features":[478]},{"name":"INTERNET_OPTION_PROXY_PASSWORD","features":[478]},{"name":"INTERNET_OPTION_PROXY_SETTINGS_CHANGED","features":[478]},{"name":"INTERNET_OPTION_PROXY_USERNAME","features":[478]},{"name":"INTERNET_OPTION_READ_BUFFER_SIZE","features":[478]},{"name":"INTERNET_OPTION_RECEIVE_THROUGHPUT","features":[478]},{"name":"INTERNET_OPTION_RECEIVE_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_REFERER_TOKEN_BINDING_HOSTNAME","features":[478]},{"name":"INTERNET_OPTION_REFRESH","features":[478]},{"name":"INTERNET_OPTION_REMOVE_IDENTITY","features":[478]},{"name":"INTERNET_OPTION_REQUEST_ANNOTATION","features":[478]},{"name":"INTERNET_OPTION_REQUEST_ANNOTATION_MAX_LENGTH","features":[478]},{"name":"INTERNET_OPTION_REQUEST_FLAGS","features":[478]},{"name":"INTERNET_OPTION_REQUEST_PRIORITY","features":[478]},{"name":"INTERNET_OPTION_REQUEST_TIMES","features":[478]},{"name":"INTERNET_OPTION_RESET","features":[478]},{"name":"INTERNET_OPTION_RESET_URLCACHE_SESSION","features":[478]},{"name":"INTERNET_OPTION_RESPONSE_RESUMABLE","features":[478]},{"name":"INTERNET_OPTION_RESTORE_WORKER_THREAD_DEFAULTS","features":[478]},{"name":"INTERNET_OPTION_SECONDARY_CACHE_KEY","features":[478]},{"name":"INTERNET_OPTION_SECURE_FAILURE","features":[478]},{"name":"INTERNET_OPTION_SECURITY_CERTIFICATE","features":[478]},{"name":"INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT","features":[478]},{"name":"INTERNET_OPTION_SECURITY_CONNECTION_INFO","features":[478]},{"name":"INTERNET_OPTION_SECURITY_FLAGS","features":[478]},{"name":"INTERNET_OPTION_SECURITY_KEY_BITNESS","features":[478]},{"name":"INTERNET_OPTION_SECURITY_SELECT_CLIENT_CERT","features":[478]},{"name":"INTERNET_OPTION_SEND_THROUGHPUT","features":[478]},{"name":"INTERNET_OPTION_SEND_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_SEND_UTF8_SERVERNAME_TO_PROXY","features":[478]},{"name":"INTERNET_OPTION_SERVER_ADDRESS_INFO","features":[478]},{"name":"INTERNET_OPTION_SERVER_AUTH_SCHEME","features":[478]},{"name":"INTERNET_OPTION_SERVER_CERT_CHAIN_CONTEXT","features":[478]},{"name":"INTERNET_OPTION_SERVER_CREDENTIALS","features":[478]},{"name":"INTERNET_OPTION_SESSION_START_TIME","features":[478]},{"name":"INTERNET_OPTION_SETTINGS_CHANGED","features":[478]},{"name":"INTERNET_OPTION_SET_IN_PRIVATE","features":[478]},{"name":"INTERNET_OPTION_SOCKET_NODELAY","features":[478]},{"name":"INTERNET_OPTION_SOCKET_NOTIFICATION_IOCTL","features":[478]},{"name":"INTERNET_OPTION_SOCKET_SEND_BUFFER_LENGTH","features":[478]},{"name":"INTERNET_OPTION_SOURCE_PORT","features":[478]},{"name":"INTERNET_OPTION_SUPPRESS_BEHAVIOR","features":[478]},{"name":"INTERNET_OPTION_SUPPRESS_SERVER_AUTH","features":[478]},{"name":"INTERNET_OPTION_SYNC_MODE_AUTOMATIC_SESSION_DISABLED","features":[478]},{"name":"INTERNET_OPTION_TCP_FAST_OPEN","features":[478]},{"name":"INTERNET_OPTION_TIMED_CONNECTION_LIMIT_BYPASS","features":[478]},{"name":"INTERNET_OPTION_TOKEN_BINDING_PUBLIC_KEY","features":[478]},{"name":"INTERNET_OPTION_TUNNEL_ONLY","features":[478]},{"name":"INTERNET_OPTION_UNLOAD_NOTIFY_EVENT","features":[478]},{"name":"INTERNET_OPTION_UPGRADE_TO_WEB_SOCKET","features":[478]},{"name":"INTERNET_OPTION_URL","features":[478]},{"name":"INTERNET_OPTION_USERNAME","features":[478]},{"name":"INTERNET_OPTION_USER_AGENT","features":[478]},{"name":"INTERNET_OPTION_USER_PASS_SERVER_ONLY","features":[478]},{"name":"INTERNET_OPTION_USE_FIRST_AVAILABLE_CONNECTION","features":[478]},{"name":"INTERNET_OPTION_USE_MODIFIED_HEADER_FILTER","features":[478]},{"name":"INTERNET_OPTION_VERSION","features":[478]},{"name":"INTERNET_OPTION_WEB_SOCKET_CLOSE_TIMEOUT","features":[478]},{"name":"INTERNET_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL","features":[478]},{"name":"INTERNET_OPTION_WPAD_SLEEP","features":[478]},{"name":"INTERNET_OPTION_WRITE_BUFFER_SIZE","features":[478]},{"name":"INTERNET_OPTION_WWA_MODE","features":[478]},{"name":"INTERNET_PER_CONN","features":[478]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_LAST_DETECT_TIME","features":[478]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_LAST_DETECT_URL","features":[478]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_RELOAD_DELAY_MINS","features":[478]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_SECONDARY_URL","features":[478]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_URL","features":[478]},{"name":"INTERNET_PER_CONN_AUTODISCOVERY_FLAGS","features":[478]},{"name":"INTERNET_PER_CONN_FLAGS","features":[478]},{"name":"INTERNET_PER_CONN_FLAGS_UI","features":[478]},{"name":"INTERNET_PER_CONN_OPTIONA","features":[307,478]},{"name":"INTERNET_PER_CONN_OPTIONW","features":[307,478]},{"name":"INTERNET_PER_CONN_OPTION_LISTA","features":[307,478]},{"name":"INTERNET_PER_CONN_OPTION_LISTW","features":[307,478]},{"name":"INTERNET_PER_CONN_PROXY_BYPASS","features":[478]},{"name":"INTERNET_PER_CONN_PROXY_SERVER","features":[478]},{"name":"INTERNET_PREFETCH_ABORTED","features":[478]},{"name":"INTERNET_PREFETCH_COMPLETE","features":[478]},{"name":"INTERNET_PREFETCH_PROGRESS","features":[478]},{"name":"INTERNET_PREFETCH_STATUS","features":[478]},{"name":"INTERNET_PRIORITY_FOREGROUND","features":[478]},{"name":"INTERNET_PROXY_INFO","features":[478]},{"name":"INTERNET_RAS_INSTALLED","features":[478]},{"name":"INTERNET_REQFLAG_ASYNC","features":[478]},{"name":"INTERNET_REQFLAG_CACHE_WRITE_DISABLED","features":[478]},{"name":"INTERNET_REQFLAG_FROM_APP_CACHE","features":[478]},{"name":"INTERNET_REQFLAG_FROM_CACHE","features":[478]},{"name":"INTERNET_REQFLAG_NET_TIMEOUT","features":[478]},{"name":"INTERNET_REQFLAG_NO_HEADERS","features":[478]},{"name":"INTERNET_REQFLAG_PASSIVE","features":[478]},{"name":"INTERNET_REQFLAG_VIA_PROXY","features":[478]},{"name":"INTERNET_RFC1123_BUFSIZE","features":[478]},{"name":"INTERNET_RFC1123_FORMAT","features":[478]},{"name":"INTERNET_SCHEME","features":[478]},{"name":"INTERNET_SCHEME_DEFAULT","features":[478]},{"name":"INTERNET_SCHEME_FILE","features":[478]},{"name":"INTERNET_SCHEME_FIRST","features":[478]},{"name":"INTERNET_SCHEME_FTP","features":[478]},{"name":"INTERNET_SCHEME_GOPHER","features":[478]},{"name":"INTERNET_SCHEME_HTTP","features":[478]},{"name":"INTERNET_SCHEME_HTTPS","features":[478]},{"name":"INTERNET_SCHEME_JAVASCRIPT","features":[478]},{"name":"INTERNET_SCHEME_LAST","features":[478]},{"name":"INTERNET_SCHEME_MAILTO","features":[478]},{"name":"INTERNET_SCHEME_NEWS","features":[478]},{"name":"INTERNET_SCHEME_PARTIAL","features":[478]},{"name":"INTERNET_SCHEME_RES","features":[478]},{"name":"INTERNET_SCHEME_SOCKS","features":[478]},{"name":"INTERNET_SCHEME_UNKNOWN","features":[478]},{"name":"INTERNET_SCHEME_VBSCRIPT","features":[478]},{"name":"INTERNET_SECURITY_CONNECTION_INFO","features":[307,478,328,393]},{"name":"INTERNET_SECURITY_INFO","features":[307,478,328,393]},{"name":"INTERNET_SERVER_CONNECTION_STATE","features":[307,478]},{"name":"INTERNET_SERVICE_FTP","features":[478]},{"name":"INTERNET_SERVICE_GOPHER","features":[478]},{"name":"INTERNET_SERVICE_HTTP","features":[478]},{"name":"INTERNET_SERVICE_URL","features":[478]},{"name":"INTERNET_STATE","features":[478]},{"name":"INTERNET_STATE_BUSY","features":[478]},{"name":"INTERNET_STATE_CONNECTED","features":[478]},{"name":"INTERNET_STATE_DISCONNECTED","features":[478]},{"name":"INTERNET_STATE_DISCONNECTED_BY_USER","features":[478]},{"name":"INTERNET_STATE_IDLE","features":[478]},{"name":"INTERNET_STATUS_CLOSING_CONNECTION","features":[478]},{"name":"INTERNET_STATUS_CONNECTED_TO_SERVER","features":[478]},{"name":"INTERNET_STATUS_CONNECTING_TO_SERVER","features":[478]},{"name":"INTERNET_STATUS_CONNECTION_CLOSED","features":[478]},{"name":"INTERNET_STATUS_COOKIE","features":[478]},{"name":"INTERNET_STATUS_COOKIE_HISTORY","features":[478]},{"name":"INTERNET_STATUS_COOKIE_RECEIVED","features":[478]},{"name":"INTERNET_STATUS_COOKIE_SENT","features":[478]},{"name":"INTERNET_STATUS_CTL_RESPONSE_RECEIVED","features":[478]},{"name":"INTERNET_STATUS_DETECTING_PROXY","features":[478]},{"name":"INTERNET_STATUS_END_BROWSER_SESSION","features":[478]},{"name":"INTERNET_STATUS_FILTER_CLOSED","features":[478]},{"name":"INTERNET_STATUS_FILTER_CLOSING","features":[478]},{"name":"INTERNET_STATUS_FILTER_CONNECTED","features":[478]},{"name":"INTERNET_STATUS_FILTER_CONNECTING","features":[478]},{"name":"INTERNET_STATUS_FILTER_HANDLE_CLOSING","features":[478]},{"name":"INTERNET_STATUS_FILTER_HANDLE_CREATED","features":[478]},{"name":"INTERNET_STATUS_FILTER_PREFETCH","features":[478]},{"name":"INTERNET_STATUS_FILTER_RECEIVED","features":[478]},{"name":"INTERNET_STATUS_FILTER_RECEIVING","features":[478]},{"name":"INTERNET_STATUS_FILTER_REDIRECT","features":[478]},{"name":"INTERNET_STATUS_FILTER_RESOLVED","features":[478]},{"name":"INTERNET_STATUS_FILTER_RESOLVING","features":[478]},{"name":"INTERNET_STATUS_FILTER_SENDING","features":[478]},{"name":"INTERNET_STATUS_FILTER_SENT","features":[478]},{"name":"INTERNET_STATUS_FILTER_STATE_CHANGE","features":[478]},{"name":"INTERNET_STATUS_HANDLE_CLOSING","features":[478]},{"name":"INTERNET_STATUS_HANDLE_CREATED","features":[478]},{"name":"INTERNET_STATUS_INTERMEDIATE_RESPONSE","features":[478]},{"name":"INTERNET_STATUS_NAME_RESOLVED","features":[478]},{"name":"INTERNET_STATUS_P3P_HEADER","features":[478]},{"name":"INTERNET_STATUS_P3P_POLICYREF","features":[478]},{"name":"INTERNET_STATUS_PREFETCH","features":[478]},{"name":"INTERNET_STATUS_PRIVACY_IMPACTED","features":[478]},{"name":"INTERNET_STATUS_PROXY_CREDENTIALS","features":[478]},{"name":"INTERNET_STATUS_RECEIVING_RESPONSE","features":[478]},{"name":"INTERNET_STATUS_REDIRECT","features":[478]},{"name":"INTERNET_STATUS_REQUEST_COMPLETE","features":[478]},{"name":"INTERNET_STATUS_REQUEST_HEADERS_SET","features":[478]},{"name":"INTERNET_STATUS_REQUEST_SENT","features":[478]},{"name":"INTERNET_STATUS_RESOLVING_NAME","features":[478]},{"name":"INTERNET_STATUS_RESPONSE_HEADERS_SET","features":[478]},{"name":"INTERNET_STATUS_RESPONSE_RECEIVED","features":[478]},{"name":"INTERNET_STATUS_SENDING_COOKIE","features":[478]},{"name":"INTERNET_STATUS_SENDING_REQUEST","features":[478]},{"name":"INTERNET_STATUS_SERVER_CONNECTION_STATE","features":[478]},{"name":"INTERNET_STATUS_SERVER_CREDENTIALS","features":[478]},{"name":"INTERNET_STATUS_STATE_CHANGE","features":[478]},{"name":"INTERNET_STATUS_USER_INPUT_REQUIRED","features":[478]},{"name":"INTERNET_SUPPRESS_COOKIE_PERSIST","features":[478]},{"name":"INTERNET_SUPPRESS_COOKIE_PERSIST_RESET","features":[478]},{"name":"INTERNET_SUPPRESS_COOKIE_POLICY","features":[478]},{"name":"INTERNET_SUPPRESS_COOKIE_POLICY_RESET","features":[478]},{"name":"INTERNET_SUPPRESS_RESET_ALL","features":[478]},{"name":"INTERNET_VERSION_INFO","features":[478]},{"name":"IProofOfPossessionCookieInfoManager","features":[478]},{"name":"IProofOfPossessionCookieInfoManager2","features":[478]},{"name":"IRF_ASYNC","features":[478]},{"name":"IRF_NO_WAIT","features":[478]},{"name":"IRF_SYNC","features":[478]},{"name":"IRF_USE_CONTEXT","features":[478]},{"name":"ISO_FORCE_DISCONNECTED","features":[478]},{"name":"ISO_FORCE_OFFLINE","features":[478]},{"name":"ISO_GLOBAL","features":[478]},{"name":"ISO_REGISTRY","features":[478]},{"name":"ImportCookieFileA","features":[307,478]},{"name":"ImportCookieFileW","features":[307,478]},{"name":"IncomingCookieState","features":[478]},{"name":"IncrementUrlCacheHeaderData","features":[307,478]},{"name":"InternalInternetGetCookie","features":[478]},{"name":"InternetAlgIdToStringA","features":[307,478,393]},{"name":"InternetAlgIdToStringW","features":[307,478,393]},{"name":"InternetAttemptConnect","features":[478]},{"name":"InternetAutodial","features":[307,478]},{"name":"InternetAutodialHangup","features":[307,478]},{"name":"InternetCanonicalizeUrlA","features":[307,478]},{"name":"InternetCanonicalizeUrlW","features":[307,478]},{"name":"InternetCheckConnectionA","features":[307,478]},{"name":"InternetCheckConnectionW","features":[307,478]},{"name":"InternetClearAllPerSiteCookieDecisions","features":[307,478]},{"name":"InternetCloseHandle","features":[307,478]},{"name":"InternetCombineUrlA","features":[307,478]},{"name":"InternetCombineUrlW","features":[307,478]},{"name":"InternetConfirmZoneCrossing","features":[307,478]},{"name":"InternetConfirmZoneCrossingA","features":[307,478]},{"name":"InternetConfirmZoneCrossingW","features":[307,478]},{"name":"InternetConnectA","features":[478]},{"name":"InternetConnectW","features":[478]},{"name":"InternetConvertUrlFromWireToWideChar","features":[307,478]},{"name":"InternetCookieHistory","features":[307,478]},{"name":"InternetCookieState","features":[478]},{"name":"InternetCrackUrlA","features":[307,477,478]},{"name":"InternetCrackUrlW","features":[307,477,478]},{"name":"InternetCreateUrlA","features":[307,478]},{"name":"InternetCreateUrlW","features":[307,478]},{"name":"InternetDial","features":[307,478]},{"name":"InternetDialA","features":[307,478]},{"name":"InternetDialW","features":[307,478]},{"name":"InternetEnumPerSiteCookieDecisionA","features":[307,478]},{"name":"InternetEnumPerSiteCookieDecisionW","features":[307,478]},{"name":"InternetErrorDlg","features":[307,478]},{"name":"InternetFindNextFileA","features":[307,478]},{"name":"InternetFindNextFileW","features":[307,478]},{"name":"InternetFortezzaCommand","features":[307,478]},{"name":"InternetFreeCookies","features":[307,478]},{"name":"InternetFreeProxyInfoList","features":[307,478]},{"name":"InternetGetConnectedState","features":[307,478]},{"name":"InternetGetConnectedStateEx","features":[307,478]},{"name":"InternetGetConnectedStateExA","features":[307,478]},{"name":"InternetGetConnectedStateExW","features":[307,478]},{"name":"InternetGetCookieA","features":[307,478]},{"name":"InternetGetCookieEx2","features":[307,478]},{"name":"InternetGetCookieExA","features":[307,478]},{"name":"InternetGetCookieExW","features":[307,478]},{"name":"InternetGetCookieW","features":[307,478]},{"name":"InternetGetLastResponseInfoA","features":[307,478]},{"name":"InternetGetLastResponseInfoW","features":[307,478]},{"name":"InternetGetPerSiteCookieDecisionA","features":[307,478]},{"name":"InternetGetPerSiteCookieDecisionW","features":[307,478]},{"name":"InternetGetProxyForUrl","features":[307,478]},{"name":"InternetGetSecurityInfoByURL","features":[307,478,393]},{"name":"InternetGetSecurityInfoByURLA","features":[307,478,393]},{"name":"InternetGetSecurityInfoByURLW","features":[307,478,393]},{"name":"InternetGoOnline","features":[307,478]},{"name":"InternetGoOnlineA","features":[307,478]},{"name":"InternetGoOnlineW","features":[307,478]},{"name":"InternetHangUp","features":[478]},{"name":"InternetInitializeAutoProxyDll","features":[307,478]},{"name":"InternetLockRequestFile","features":[307,478]},{"name":"InternetOpenA","features":[478]},{"name":"InternetOpenUrlA","features":[478]},{"name":"InternetOpenUrlW","features":[478]},{"name":"InternetOpenW","features":[478]},{"name":"InternetQueryDataAvailable","features":[307,478]},{"name":"InternetQueryFortezzaStatus","features":[307,478]},{"name":"InternetQueryOptionA","features":[307,478]},{"name":"InternetQueryOptionW","features":[307,478]},{"name":"InternetReadFile","features":[307,478]},{"name":"InternetReadFileExA","features":[307,478]},{"name":"InternetReadFileExW","features":[307,478]},{"name":"InternetSecurityProtocolToStringA","features":[307,478]},{"name":"InternetSecurityProtocolToStringW","features":[307,478]},{"name":"InternetSetCookieA","features":[307,478]},{"name":"InternetSetCookieEx2","features":[307,478]},{"name":"InternetSetCookieExA","features":[478]},{"name":"InternetSetCookieExW","features":[478]},{"name":"InternetSetCookieW","features":[307,478]},{"name":"InternetSetDialState","features":[307,478]},{"name":"InternetSetDialStateA","features":[307,478]},{"name":"InternetSetDialStateW","features":[307,478]},{"name":"InternetSetFilePointer","features":[478]},{"name":"InternetSetOptionA","features":[307,478]},{"name":"InternetSetOptionExA","features":[307,478]},{"name":"InternetSetOptionExW","features":[307,478]},{"name":"InternetSetOptionW","features":[307,478]},{"name":"InternetSetPerSiteCookieDecisionA","features":[307,478]},{"name":"InternetSetPerSiteCookieDecisionW","features":[307,478]},{"name":"InternetSetStatusCallback","features":[478]},{"name":"InternetSetStatusCallbackA","features":[478]},{"name":"InternetSetStatusCallbackW","features":[478]},{"name":"InternetShowSecurityInfoByURL","features":[307,478]},{"name":"InternetShowSecurityInfoByURLA","features":[307,478]},{"name":"InternetShowSecurityInfoByURLW","features":[307,478]},{"name":"InternetTimeFromSystemTime","features":[307,478]},{"name":"InternetTimeFromSystemTimeA","features":[307,478]},{"name":"InternetTimeFromSystemTimeW","features":[307,478]},{"name":"InternetTimeToSystemTime","features":[307,478]},{"name":"InternetTimeToSystemTimeA","features":[307,478]},{"name":"InternetTimeToSystemTimeW","features":[307,478]},{"name":"InternetUnlockRequestFile","features":[307,478]},{"name":"InternetWriteFile","features":[307,478]},{"name":"InternetWriteFileExA","features":[307,478]},{"name":"InternetWriteFileExW","features":[307,478]},{"name":"IsDomainLegalCookieDomainA","features":[307,478]},{"name":"IsDomainLegalCookieDomainW","features":[307,478]},{"name":"IsHostInProxyBypassList","features":[307,478]},{"name":"IsProfilesEnabled","features":[307,478]},{"name":"IsUrlCacheEntryExpiredA","features":[307,478]},{"name":"IsUrlCacheEntryExpiredW","features":[307,478]},{"name":"LOCAL_NAMESPACE_PREFIX","features":[478]},{"name":"LOCAL_NAMESPACE_PREFIX_W","features":[478]},{"name":"LPINTERNET_STATUS_CALLBACK","features":[478]},{"name":"LoadUrlCacheContent","features":[307,478]},{"name":"MAX_CACHE_ENTRY_INFO_SIZE","features":[478]},{"name":"MAX_GOPHER_ATTRIBUTE_NAME","features":[478]},{"name":"MAX_GOPHER_CATEGORY_NAME","features":[478]},{"name":"MAX_GOPHER_DISPLAY_TEXT","features":[478]},{"name":"MAX_GOPHER_HOST_NAME","features":[478]},{"name":"MAX_GOPHER_SELECTOR_TEXT","features":[478]},{"name":"MIN_GOPHER_ATTRIBUTE_LENGTH","features":[478]},{"name":"MUST_REVALIDATE_CACHE_ENTRY","features":[478]},{"name":"MaxPrivacySettings","features":[478]},{"name":"NORMAL_CACHE_ENTRY","features":[478]},{"name":"NameResolutionEnd","features":[478]},{"name":"NameResolutionStart","features":[478]},{"name":"OTHER_USER_CACHE_ENTRY","features":[478]},{"name":"OutgoingCookieState","features":[478]},{"name":"PENDING_DELETE_CACHE_ENTRY","features":[478]},{"name":"PFN_AUTH_NOTIFY","features":[478]},{"name":"PFN_DIAL_HANDLER","features":[307,478]},{"name":"POLICY_EXTENSION_TYPE_NONE","features":[478]},{"name":"POLICY_EXTENSION_TYPE_WINHTTP","features":[478]},{"name":"POLICY_EXTENSION_TYPE_WININET","features":[478]},{"name":"POLICY_EXTENSION_VERSION1","features":[478]},{"name":"POST_CHECK_CACHE_ENTRY","features":[478]},{"name":"POST_RESPONSE_CACHE_ENTRY","features":[478]},{"name":"PRIVACY_IMPACTED_CACHE_ENTRY","features":[478]},{"name":"PRIVACY_MODE_CACHE_ENTRY","features":[478]},{"name":"PRIVACY_TEMPLATE_ADVANCED","features":[478]},{"name":"PRIVACY_TEMPLATE_CUSTOM","features":[478]},{"name":"PRIVACY_TEMPLATE_HIGH","features":[478]},{"name":"PRIVACY_TEMPLATE_LOW","features":[478]},{"name":"PRIVACY_TEMPLATE_MAX","features":[478]},{"name":"PRIVACY_TEMPLATE_MEDIUM","features":[478]},{"name":"PRIVACY_TEMPLATE_MEDIUM_HIGH","features":[478]},{"name":"PRIVACY_TEMPLATE_MEDIUM_LOW","features":[478]},{"name":"PRIVACY_TEMPLATE_NO_COOKIES","features":[478]},{"name":"PRIVACY_TYPE_FIRST_PARTY","features":[478]},{"name":"PRIVACY_TYPE_THIRD_PARTY","features":[478]},{"name":"PROXY_AUTO_DETECT_TYPE","features":[478]},{"name":"PROXY_AUTO_DETECT_TYPE_DHCP","features":[478]},{"name":"PROXY_AUTO_DETECT_TYPE_DNS_A","features":[478]},{"name":"PROXY_TYPE_AUTO_DETECT","features":[478]},{"name":"PROXY_TYPE_AUTO_PROXY_URL","features":[478]},{"name":"PROXY_TYPE_DIRECT","features":[478]},{"name":"PROXY_TYPE_PROXY","features":[478]},{"name":"ParseX509EncodedCertificateForListBoxEntry","features":[478]},{"name":"PerformOperationOverUrlCacheA","features":[307,478]},{"name":"PrivacyGetZonePreferenceW","features":[478]},{"name":"PrivacySetZonePreferenceW","features":[478]},{"name":"ProofOfPossessionCookieInfo","features":[478]},{"name":"ProofOfPossessionCookieInfoManager","features":[478]},{"name":"REDIRECT_CACHE_ENTRY","features":[478]},{"name":"REGSTR_DIAL_AUTOCONNECT","features":[478]},{"name":"REGSTR_LEASH_LEGACY_COOKIES","features":[478]},{"name":"REQUEST_TIMES","features":[478]},{"name":"ReadGuidsForConnectedNetworks","features":[307,478]},{"name":"ReadUrlCacheEntryStream","features":[307,478]},{"name":"ReadUrlCacheEntryStreamEx","features":[307,478]},{"name":"RegisterUrlCacheNotification","features":[307,478]},{"name":"ResumeSuspendedDownload","features":[307,478]},{"name":"RetrieveUrlCacheEntryFileA","features":[307,478]},{"name":"RetrieveUrlCacheEntryFileW","features":[307,478]},{"name":"RetrieveUrlCacheEntryStreamA","features":[307,478]},{"name":"RetrieveUrlCacheEntryStreamW","features":[307,478]},{"name":"RunOnceUrlCache","features":[307,478]},{"name":"SECURITY_FLAG_128BIT","features":[478]},{"name":"SECURITY_FLAG_40BIT","features":[478]},{"name":"SECURITY_FLAG_56BIT","features":[478]},{"name":"SECURITY_FLAG_FORTEZZA","features":[478]},{"name":"SECURITY_FLAG_IETFSSL4","features":[478]},{"name":"SECURITY_FLAG_IGNORE_REDIRECT_TO_HTTP","features":[478]},{"name":"SECURITY_FLAG_IGNORE_REDIRECT_TO_HTTPS","features":[478]},{"name":"SECURITY_FLAG_IGNORE_REVOCATION","features":[478]},{"name":"SECURITY_FLAG_IGNORE_WEAK_SIGNATURE","features":[478]},{"name":"SECURITY_FLAG_IGNORE_WRONG_USAGE","features":[478]},{"name":"SECURITY_FLAG_NORMALBITNESS","features":[478]},{"name":"SECURITY_FLAG_OPT_IN_WEAK_SIGNATURE","features":[478]},{"name":"SECURITY_FLAG_PCT","features":[478]},{"name":"SECURITY_FLAG_PCT4","features":[478]},{"name":"SECURITY_FLAG_SSL","features":[478]},{"name":"SECURITY_FLAG_SSL3","features":[478]},{"name":"SECURITY_FLAG_UNKNOWNBIT","features":[478]},{"name":"SHORTPATH_CACHE_ENTRY","features":[478]},{"name":"SPARSE_CACHE_ENTRY","features":[478]},{"name":"STATIC_CACHE_ENTRY","features":[478]},{"name":"STICKY_CACHE_ENTRY","features":[478]},{"name":"SetUrlCacheConfigInfoA","features":[307,478]},{"name":"SetUrlCacheConfigInfoW","features":[307,478]},{"name":"SetUrlCacheEntryGroup","features":[307,478]},{"name":"SetUrlCacheEntryGroupA","features":[307,478]},{"name":"SetUrlCacheEntryGroupW","features":[307,478]},{"name":"SetUrlCacheEntryInfoA","features":[307,478]},{"name":"SetUrlCacheEntryInfoW","features":[307,478]},{"name":"SetUrlCacheGroupAttributeA","features":[307,478]},{"name":"SetUrlCacheGroupAttributeW","features":[307,478]},{"name":"SetUrlCacheHeaderData","features":[307,478]},{"name":"ShowClientAuthCerts","features":[307,478]},{"name":"ShowSecurityInfo","features":[307,478,328,393]},{"name":"ShowX509EncodedCertificate","features":[307,478]},{"name":"TLSHandshakeEnd","features":[478]},{"name":"TLSHandshakeStart","features":[478]},{"name":"TRACK_OFFLINE_CACHE_ENTRY","features":[478]},{"name":"TRACK_ONLINE_CACHE_ENTRY","features":[478]},{"name":"URLCACHE_ENTRY_INFO","features":[307,478]},{"name":"URLHISTORY_CACHE_ENTRY","features":[478]},{"name":"URL_CACHE_LIMIT_TYPE","features":[478]},{"name":"URL_COMPONENTSA","features":[478]},{"name":"URL_COMPONENTSW","features":[478]},{"name":"UnlockUrlCacheEntryFile","features":[307,478]},{"name":"UnlockUrlCacheEntryFileA","features":[307,478]},{"name":"UnlockUrlCacheEntryFileW","features":[307,478]},{"name":"UnlockUrlCacheEntryStream","features":[307,478]},{"name":"UpdateUrlCacheContentPath","features":[307,478]},{"name":"UrlCacheCheckEntriesExist","features":[307,478]},{"name":"UrlCacheCloseEntryHandle","features":[478]},{"name":"UrlCacheContainerSetEntryMaximumAge","features":[478]},{"name":"UrlCacheCreateContainer","features":[478]},{"name":"UrlCacheFindFirstEntry","features":[307,478]},{"name":"UrlCacheFindNextEntry","features":[307,478]},{"name":"UrlCacheFreeEntryInfo","features":[307,478]},{"name":"UrlCacheFreeGlobalSpace","features":[478]},{"name":"UrlCacheGetContentPaths","features":[478]},{"name":"UrlCacheGetEntryInfo","features":[307,478]},{"name":"UrlCacheGetGlobalCacheSize","features":[478]},{"name":"UrlCacheGetGlobalLimit","features":[478]},{"name":"UrlCacheLimitTypeAppContainer","features":[478]},{"name":"UrlCacheLimitTypeAppContainerTotal","features":[478]},{"name":"UrlCacheLimitTypeIE","features":[478]},{"name":"UrlCacheLimitTypeIETotal","features":[478]},{"name":"UrlCacheLimitTypeNum","features":[478]},{"name":"UrlCacheReadEntryStream","features":[478]},{"name":"UrlCacheReloadSettings","features":[478]},{"name":"UrlCacheRetrieveEntryFile","features":[307,478]},{"name":"UrlCacheRetrieveEntryStream","features":[307,478]},{"name":"UrlCacheServer","features":[478]},{"name":"UrlCacheSetGlobalLimit","features":[478]},{"name":"UrlCacheUpdateEntryExtraData","features":[478]},{"name":"WININET_API_FLAG_ASYNC","features":[478]},{"name":"WININET_API_FLAG_SYNC","features":[478]},{"name":"WININET_API_FLAG_USE_CONTEXT","features":[478]},{"name":"WININET_PROXY_INFO","features":[307,478]},{"name":"WININET_PROXY_INFO_LIST","features":[307,478]},{"name":"WININET_SYNC_MODE","features":[478]},{"name":"WININET_SYNC_MODE_ALWAYS","features":[478]},{"name":"WININET_SYNC_MODE_AUTOMATIC","features":[478]},{"name":"WININET_SYNC_MODE_DEFAULT","features":[478]},{"name":"WININET_SYNC_MODE_NEVER","features":[478]},{"name":"WININET_SYNC_MODE_ONCE_PER_SESSION","features":[478]},{"name":"WININET_SYNC_MODE_ON_EXPIRY","features":[478]},{"name":"WPAD_CACHE_DELETE","features":[478]},{"name":"WPAD_CACHE_DELETE_ALL","features":[478]},{"name":"WPAD_CACHE_DELETE_CURRENT","features":[478]},{"name":"XDR_CACHE_ENTRY","features":[478]},{"name":"pfnInternetDeInitializeAutoProxyDll","features":[307,478]},{"name":"pfnInternetGetProxyInfo","features":[307,478]},{"name":"pfnInternetInitializeAutoProxyDll","features":[307,478]}],"480":[{"name":"AAL5_MODE_MESSAGE","features":[320]},{"name":"AAL5_MODE_STREAMING","features":[320]},{"name":"AAL5_PARAMETERS","features":[320]},{"name":"AAL5_SSCS_FRAME_RELAY","features":[320]},{"name":"AAL5_SSCS_NULL","features":[320]},{"name":"AAL5_SSCS_SSCOP_ASSURED","features":[320]},{"name":"AAL5_SSCS_SSCOP_NON_ASSURED","features":[320]},{"name":"AALTYPE_5","features":[320]},{"name":"AALTYPE_USER","features":[320]},{"name":"AALUSER_PARAMETERS","features":[320]},{"name":"AAL_PARAMETERS_IE","features":[320]},{"name":"AAL_TYPE","features":[320]},{"name":"ADDRESS_FAMILY","features":[320]},{"name":"ADDRINFOA","features":[320]},{"name":"ADDRINFOEX2A","features":[320]},{"name":"ADDRINFOEX2W","features":[320]},{"name":"ADDRINFOEX3","features":[320]},{"name":"ADDRINFOEX4","features":[307,320]},{"name":"ADDRINFOEX5","features":[307,320]},{"name":"ADDRINFOEX6","features":[307,320]},{"name":"ADDRINFOEXA","features":[320]},{"name":"ADDRINFOEXW","features":[320]},{"name":"ADDRINFOEX_VERSION_2","features":[320]},{"name":"ADDRINFOEX_VERSION_3","features":[320]},{"name":"ADDRINFOEX_VERSION_4","features":[320]},{"name":"ADDRINFOEX_VERSION_5","features":[320]},{"name":"ADDRINFOEX_VERSION_6","features":[320]},{"name":"ADDRINFOW","features":[320]},{"name":"ADDRINFO_DNS_SERVER","features":[320]},{"name":"ADDR_ANY","features":[320]},{"name":"AFPROTOCOLS","features":[320]},{"name":"AF_12844","features":[320]},{"name":"AF_APPLETALK","features":[320]},{"name":"AF_ATM","features":[320]},{"name":"AF_BAN","features":[320]},{"name":"AF_CCITT","features":[320]},{"name":"AF_CHAOS","features":[320]},{"name":"AF_CLUSTER","features":[320]},{"name":"AF_DATAKIT","features":[320]},{"name":"AF_DECnet","features":[320]},{"name":"AF_DLI","features":[320]},{"name":"AF_ECMA","features":[320]},{"name":"AF_FIREFOX","features":[320]},{"name":"AF_HYLINK","features":[320]},{"name":"AF_HYPERV","features":[320]},{"name":"AF_ICLFXBM","features":[320]},{"name":"AF_IMPLINK","features":[320]},{"name":"AF_INET","features":[320]},{"name":"AF_INET6","features":[320]},{"name":"AF_IPX","features":[320]},{"name":"AF_IRDA","features":[320]},{"name":"AF_ISO","features":[320]},{"name":"AF_LAT","features":[320]},{"name":"AF_LINK","features":[320]},{"name":"AF_MAX","features":[320]},{"name":"AF_NETBIOS","features":[320]},{"name":"AF_NETDES","features":[320]},{"name":"AF_NS","features":[320]},{"name":"AF_OSI","features":[320]},{"name":"AF_PUP","features":[320]},{"name":"AF_SNA","features":[320]},{"name":"AF_TCNMESSAGE","features":[320]},{"name":"AF_TCNPROCESS","features":[320]},{"name":"AF_UNIX","features":[320]},{"name":"AF_UNKNOWN1","features":[320]},{"name":"AF_UNSPEC","features":[320]},{"name":"AF_VOICEVIEW","features":[320]},{"name":"AI_ADDRCONFIG","features":[320]},{"name":"AI_ALL","features":[320]},{"name":"AI_BYPASS_DNS_CACHE","features":[320]},{"name":"AI_CANONNAME","features":[320]},{"name":"AI_DISABLE_IDN_ENCODING","features":[320]},{"name":"AI_DNS_ONLY","features":[320]},{"name":"AI_DNS_RESPONSE_HOSTFILE","features":[320]},{"name":"AI_DNS_RESPONSE_SECURE","features":[320]},{"name":"AI_DNS_SERVER_TYPE_DOH","features":[320]},{"name":"AI_DNS_SERVER_TYPE_UDP","features":[320]},{"name":"AI_DNS_SERVER_UDP_FALLBACK","features":[320]},{"name":"AI_EXCLUSIVE_CUSTOM_SERVERS","features":[320]},{"name":"AI_EXTENDED","features":[320]},{"name":"AI_FILESERVER","features":[320]},{"name":"AI_FORCE_CLEAR_TEXT","features":[320]},{"name":"AI_FQDN","features":[320]},{"name":"AI_NON_AUTHORITATIVE","features":[320]},{"name":"AI_NUMERICHOST","features":[320]},{"name":"AI_NUMERICSERV","features":[320]},{"name":"AI_PASSIVE","features":[320]},{"name":"AI_REQUIRE_SECURE","features":[320]},{"name":"AI_RESOLUTION_HANDLE","features":[320]},{"name":"AI_RETURN_PREFERRED_NAMES","features":[320]},{"name":"AI_RETURN_RESPONSE_FLAGS","features":[320]},{"name":"AI_RETURN_TTL","features":[320]},{"name":"AI_SECURE","features":[320]},{"name":"AI_SECURE_WITH_FALLBACK","features":[320]},{"name":"AI_V4MAPPED","features":[320]},{"name":"ARP_HARDWARE_TYPE","features":[320]},{"name":"ARP_HEADER","features":[320]},{"name":"ARP_HW_802","features":[320]},{"name":"ARP_HW_ENET","features":[320]},{"name":"ARP_OPCODE","features":[320]},{"name":"ARP_REQUEST","features":[320]},{"name":"ARP_RESPONSE","features":[320]},{"name":"ASSOCIATE_NAMERES_CONTEXT","features":[320]},{"name":"ASSOCIATE_NAMERES_CONTEXT_INPUT","features":[320]},{"name":"ATMPROTO_AAL1","features":[320]},{"name":"ATMPROTO_AAL2","features":[320]},{"name":"ATMPROTO_AAL34","features":[320]},{"name":"ATMPROTO_AAL5","features":[320]},{"name":"ATMPROTO_AALUSER","features":[320]},{"name":"ATM_ADDRESS","features":[320]},{"name":"ATM_ADDR_SIZE","features":[320]},{"name":"ATM_AESA","features":[320]},{"name":"ATM_BHLI","features":[320]},{"name":"ATM_BLLI","features":[320]},{"name":"ATM_BLLI_IE","features":[320]},{"name":"ATM_BROADBAND_BEARER_CAPABILITY_IE","features":[320]},{"name":"ATM_CALLING_PARTY_NUMBER_IE","features":[320]},{"name":"ATM_CAUSE_IE","features":[320]},{"name":"ATM_CONNECTION_ID","features":[320]},{"name":"ATM_E164","features":[320]},{"name":"ATM_NSAP","features":[320]},{"name":"ATM_PVC_PARAMS","features":[320]},{"name":"ATM_QOS_CLASS_IE","features":[320]},{"name":"ATM_TD","features":[307,320]},{"name":"ATM_TRAFFIC_DESCRIPTOR_IE","features":[307,320]},{"name":"ATM_TRANSIT_NETWORK_SELECTION_IE","features":[320]},{"name":"AcceptEx","features":[307,320,312]},{"name":"BASE_PROTOCOL","features":[320]},{"name":"BCOB_A","features":[320]},{"name":"BCOB_C","features":[320]},{"name":"BCOB_X","features":[320]},{"name":"BHLI_HighLayerProfile","features":[320]},{"name":"BHLI_ISO","features":[320]},{"name":"BHLI_UserSpecific","features":[320]},{"name":"BHLI_VendorSpecificAppId","features":[320]},{"name":"BIGENDIAN","features":[320]},{"name":"BITS_PER_BYTE","features":[320]},{"name":"BLLI_L2_ELAPB","features":[320]},{"name":"BLLI_L2_HDLC_ABM","features":[320]},{"name":"BLLI_L2_HDLC_ARM","features":[320]},{"name":"BLLI_L2_HDLC_NRM","features":[320]},{"name":"BLLI_L2_ISO_1745","features":[320]},{"name":"BLLI_L2_ISO_7776","features":[320]},{"name":"BLLI_L2_LLC","features":[320]},{"name":"BLLI_L2_MODE_EXT","features":[320]},{"name":"BLLI_L2_MODE_NORMAL","features":[320]},{"name":"BLLI_L2_Q921","features":[320]},{"name":"BLLI_L2_Q922","features":[320]},{"name":"BLLI_L2_USER_SPECIFIED","features":[320]},{"name":"BLLI_L2_X25L","features":[320]},{"name":"BLLI_L2_X25M","features":[320]},{"name":"BLLI_L2_X75","features":[320]},{"name":"BLLI_L3_IPI_IP","features":[320]},{"name":"BLLI_L3_IPI_SNAP","features":[320]},{"name":"BLLI_L3_ISO_8208","features":[320]},{"name":"BLLI_L3_ISO_TR9577","features":[320]},{"name":"BLLI_L3_MODE_EXT","features":[320]},{"name":"BLLI_L3_MODE_NORMAL","features":[320]},{"name":"BLLI_L3_PACKET_1024","features":[320]},{"name":"BLLI_L3_PACKET_128","features":[320]},{"name":"BLLI_L3_PACKET_16","features":[320]},{"name":"BLLI_L3_PACKET_2048","features":[320]},{"name":"BLLI_L3_PACKET_256","features":[320]},{"name":"BLLI_L3_PACKET_32","features":[320]},{"name":"BLLI_L3_PACKET_4096","features":[320]},{"name":"BLLI_L3_PACKET_512","features":[320]},{"name":"BLLI_L3_PACKET_64","features":[320]},{"name":"BLLI_L3_SIO_8473","features":[320]},{"name":"BLLI_L3_T70","features":[320]},{"name":"BLLI_L3_USER_SPECIFIED","features":[320]},{"name":"BLLI_L3_X223","features":[320]},{"name":"BLLI_L3_X25","features":[320]},{"name":"BYTE_ORDER","features":[320]},{"name":"CAUSE_AAL_PARAMETERS_UNSUPPORTED","features":[320]},{"name":"CAUSE_ACCESS_INFORMAION_DISCARDED","features":[320]},{"name":"CAUSE_BEARER_CAPABILITY_UNAUTHORIZED","features":[320]},{"name":"CAUSE_BEARER_CAPABILITY_UNAVAILABLE","features":[320]},{"name":"CAUSE_BEARER_CAPABILITY_UNIMPLEMENTED","features":[320]},{"name":"CAUSE_CALL_REJECTED","features":[320]},{"name":"CAUSE_CHANNEL_NONEXISTENT","features":[320]},{"name":"CAUSE_COND_PERMANENT","features":[320]},{"name":"CAUSE_COND_TRANSIENT","features":[320]},{"name":"CAUSE_COND_UNKNOWN","features":[320]},{"name":"CAUSE_DESTINATION_OUT_OF_ORDER","features":[320]},{"name":"CAUSE_INCOMPATIBLE_DESTINATION","features":[320]},{"name":"CAUSE_INCORRECT_MESSAGE_LENGTH","features":[320]},{"name":"CAUSE_INVALID_CALL_REFERENCE","features":[320]},{"name":"CAUSE_INVALID_ENDPOINT_REFERENCE","features":[320]},{"name":"CAUSE_INVALID_IE_CONTENTS","features":[320]},{"name":"CAUSE_INVALID_NUMBER_FORMAT","features":[320]},{"name":"CAUSE_INVALID_STATE_FOR_MESSAGE","features":[320]},{"name":"CAUSE_INVALID_TRANSIT_NETWORK_SELECTION","features":[320]},{"name":"CAUSE_LOC_BEYOND_INTERWORKING","features":[320]},{"name":"CAUSE_LOC_INTERNATIONAL_NETWORK","features":[320]},{"name":"CAUSE_LOC_PRIVATE_LOCAL","features":[320]},{"name":"CAUSE_LOC_PRIVATE_REMOTE","features":[320]},{"name":"CAUSE_LOC_PUBLIC_LOCAL","features":[320]},{"name":"CAUSE_LOC_PUBLIC_REMOTE","features":[320]},{"name":"CAUSE_LOC_TRANSIT_NETWORK","features":[320]},{"name":"CAUSE_LOC_USER","features":[320]},{"name":"CAUSE_MANDATORY_IE_MISSING","features":[320]},{"name":"CAUSE_NA_ABNORMAL","features":[320]},{"name":"CAUSE_NA_NORMAL","features":[320]},{"name":"CAUSE_NETWORK_OUT_OF_ORDER","features":[320]},{"name":"CAUSE_NORMAL_CALL_CLEARING","features":[320]},{"name":"CAUSE_NORMAL_UNSPECIFIED","features":[320]},{"name":"CAUSE_NO_ROUTE_TO_DESTINATION","features":[320]},{"name":"CAUSE_NO_ROUTE_TO_TRANSIT_NETWORK","features":[320]},{"name":"CAUSE_NO_USER_RESPONDING","features":[320]},{"name":"CAUSE_NO_VPI_VCI_AVAILABLE","features":[320]},{"name":"CAUSE_NUMBER_CHANGED","features":[320]},{"name":"CAUSE_OPTION_UNAVAILABLE","features":[320]},{"name":"CAUSE_PROTOCOL_ERROR","features":[320]},{"name":"CAUSE_PU_PROVIDER","features":[320]},{"name":"CAUSE_PU_USER","features":[320]},{"name":"CAUSE_QOS_UNAVAILABLE","features":[320]},{"name":"CAUSE_REASON_IE_INSUFFICIENT","features":[320]},{"name":"CAUSE_REASON_IE_MISSING","features":[320]},{"name":"CAUSE_REASON_USER","features":[320]},{"name":"CAUSE_RECOVERY_ON_TIMEOUT","features":[320]},{"name":"CAUSE_RESOURCE_UNAVAILABLE","features":[320]},{"name":"CAUSE_STATUS_ENQUIRY_RESPONSE","features":[320]},{"name":"CAUSE_TEMPORARY_FAILURE","features":[320]},{"name":"CAUSE_TOO_MANY_PENDING_ADD_PARTY","features":[320]},{"name":"CAUSE_UNALLOCATED_NUMBER","features":[320]},{"name":"CAUSE_UNIMPLEMENTED_IE","features":[320]},{"name":"CAUSE_UNIMPLEMENTED_MESSAGE_TYPE","features":[320]},{"name":"CAUSE_UNSUPPORTED_TRAFFIC_PARAMETERS","features":[320]},{"name":"CAUSE_USER_BUSY","features":[320]},{"name":"CAUSE_USER_CELL_RATE_UNAVAILABLE","features":[320]},{"name":"CAUSE_USER_REJECTS_CLIR","features":[320]},{"name":"CAUSE_VPI_VCI_UNACCEPTABLE","features":[320]},{"name":"CAUSE_VPI_VCI_UNAVAILABLE","features":[320]},{"name":"CF_ACCEPT","features":[320]},{"name":"CF_DEFER","features":[320]},{"name":"CF_REJECT","features":[320]},{"name":"CLIP_NOT","features":[320]},{"name":"CLIP_SUS","features":[320]},{"name":"CMSGHDR","features":[320]},{"name":"COMP_EQUAL","features":[320]},{"name":"COMP_NOTLESS","features":[320]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS","features":[320]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_HARDWARE_SLOT_ALLOCATED","features":[320]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_INVALID","features":[320]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_POLICY_ERROR","features":[320]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SERVICE_UNAVAILABLE","features":[320]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SOFTWARE_SLOT_ALLOCATED","features":[320]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SYSTEM_ERROR","features":[320]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_TRANSPORT_DISCONNECTED","features":[320]},{"name":"CSADDR_INFO","features":[320]},{"name":"DE_REUSE_SOCKET","features":[320]},{"name":"DL_ADDRESS_LENGTH_MAXIMUM","features":[320]},{"name":"DL_EI48","features":[320]},{"name":"DL_EI64","features":[320]},{"name":"DL_EUI48","features":[320]},{"name":"DL_EUI64","features":[320]},{"name":"DL_HEADER_LENGTH_MAXIMUM","features":[320]},{"name":"DL_OUI","features":[320]},{"name":"DL_TEREDO_ADDRESS","features":[320]},{"name":"DL_TEREDO_ADDRESS_PRV","features":[320]},{"name":"DL_TUNNEL_ADDRESS","features":[320,313]},{"name":"ETHERNET_HEADER","features":[320]},{"name":"ETHERNET_TYPE_802_1AD","features":[320]},{"name":"ETHERNET_TYPE_802_1Q","features":[320]},{"name":"ETHERNET_TYPE_ARP","features":[320]},{"name":"ETHERNET_TYPE_IPV4","features":[320]},{"name":"ETHERNET_TYPE_IPV6","features":[320]},{"name":"ETHERNET_TYPE_MINIMUM","features":[320]},{"name":"ETH_LENGTH_OF_HEADER","features":[320]},{"name":"ETH_LENGTH_OF_SNAP_HEADER","features":[320]},{"name":"ETH_LENGTH_OF_VLAN_HEADER","features":[320]},{"name":"EXT_LEN_UNIT","features":[320]},{"name":"E_WINDOW_ADVANCE_BY_TIME","features":[320]},{"name":"E_WINDOW_USE_AS_DATA_CACHE","features":[320]},{"name":"EnumProtocolsA","features":[320]},{"name":"EnumProtocolsW","features":[320]},{"name":"FALLBACK_INDEX","features":[320]},{"name":"FD_ACCEPT","features":[320]},{"name":"FD_ACCEPT_BIT","features":[320]},{"name":"FD_ADDRESS_LIST_CHANGE_BIT","features":[320]},{"name":"FD_CLOSE","features":[320]},{"name":"FD_CLOSE_BIT","features":[320]},{"name":"FD_CONNECT","features":[320]},{"name":"FD_CONNECT_BIT","features":[320]},{"name":"FD_GROUP_QOS_BIT","features":[320]},{"name":"FD_MAX_EVENTS","features":[320]},{"name":"FD_OOB","features":[320]},{"name":"FD_OOB_BIT","features":[320]},{"name":"FD_QOS_BIT","features":[320]},{"name":"FD_READ","features":[320]},{"name":"FD_READ_BIT","features":[320]},{"name":"FD_ROUTING_INTERFACE_CHANGE_BIT","features":[320]},{"name":"FD_SET","features":[320]},{"name":"FD_SETSIZE","features":[320]},{"name":"FD_WRITE","features":[320]},{"name":"FD_WRITE_BIT","features":[320]},{"name":"FIOASYNC","features":[320]},{"name":"FIONBIO","features":[320]},{"name":"FIONREAD","features":[320]},{"name":"FLOWSPEC","features":[320]},{"name":"FROM_PROTOCOL_INFO","features":[320]},{"name":"FallbackIndexMax","features":[320]},{"name":"FallbackIndexTcpFastopen","features":[320]},{"name":"FreeAddrInfoEx","features":[320]},{"name":"FreeAddrInfoExW","features":[320]},{"name":"FreeAddrInfoW","features":[320]},{"name":"GAI_STRERROR_BUFFER_SIZE","features":[320]},{"name":"GROUP_FILTER","features":[320]},{"name":"GROUP_REQ","features":[320]},{"name":"GROUP_SOURCE_REQ","features":[320]},{"name":"GetAcceptExSockaddrs","features":[320]},{"name":"GetAddrInfoExA","features":[307,320,312]},{"name":"GetAddrInfoExCancel","features":[307,320]},{"name":"GetAddrInfoExOverlappedResult","features":[307,320,312]},{"name":"GetAddrInfoExW","features":[307,320,312]},{"name":"GetAddrInfoW","features":[320]},{"name":"GetAddressByNameA","features":[307,320]},{"name":"GetAddressByNameW","features":[307,320]},{"name":"GetHostNameW","features":[320]},{"name":"GetNameByTypeA","features":[320]},{"name":"GetNameByTypeW","features":[320]},{"name":"GetNameInfoW","features":[320]},{"name":"GetServiceA","features":[307,320]},{"name":"GetServiceW","features":[307,320]},{"name":"GetTypeByNameA","features":[320]},{"name":"GetTypeByNameW","features":[320]},{"name":"HOSTENT","features":[320]},{"name":"IAS_ATTRIB_INT","features":[320]},{"name":"IAS_ATTRIB_NO_ATTRIB","features":[320]},{"name":"IAS_ATTRIB_NO_CLASS","features":[320]},{"name":"IAS_ATTRIB_OCTETSEQ","features":[320]},{"name":"IAS_ATTRIB_STR","features":[320]},{"name":"IAS_MAX_ATTRIBNAME","features":[320]},{"name":"IAS_MAX_CLASSNAME","features":[320]},{"name":"IAS_MAX_OCTET_STRING","features":[320]},{"name":"IAS_MAX_USER_STRING","features":[320]},{"name":"ICMP4_TIME_EXCEED_CODE","features":[320]},{"name":"ICMP4_TIME_EXCEED_REASSEMBLY","features":[320]},{"name":"ICMP4_TIME_EXCEED_TRANSIT","features":[320]},{"name":"ICMP4_UNREACH_ADMIN","features":[320]},{"name":"ICMP4_UNREACH_CODE","features":[320]},{"name":"ICMP4_UNREACH_FRAG_NEEDED","features":[320]},{"name":"ICMP4_UNREACH_HOST","features":[320]},{"name":"ICMP4_UNREACH_HOST_ADMIN","features":[320]},{"name":"ICMP4_UNREACH_HOST_TOS","features":[320]},{"name":"ICMP4_UNREACH_HOST_UNKNOWN","features":[320]},{"name":"ICMP4_UNREACH_ISOLATED","features":[320]},{"name":"ICMP4_UNREACH_NET","features":[320]},{"name":"ICMP4_UNREACH_NET_ADMIN","features":[320]},{"name":"ICMP4_UNREACH_NET_TOS","features":[320]},{"name":"ICMP4_UNREACH_NET_UNKNOWN","features":[320]},{"name":"ICMP4_UNREACH_PORT","features":[320]},{"name":"ICMP4_UNREACH_PROTOCOL","features":[320]},{"name":"ICMP4_UNREACH_SOURCEROUTE_FAILED","features":[320]},{"name":"ICMP6_DST_UNREACH_ADDR","features":[320]},{"name":"ICMP6_DST_UNREACH_ADMIN","features":[320]},{"name":"ICMP6_DST_UNREACH_BEYONDSCOPE","features":[320]},{"name":"ICMP6_DST_UNREACH_NOPORT","features":[320]},{"name":"ICMP6_DST_UNREACH_NOROUTE","features":[320]},{"name":"ICMP6_PARAMPROB_FIRSTFRAGMENT","features":[320]},{"name":"ICMP6_PARAMPROB_HEADER","features":[320]},{"name":"ICMP6_PARAMPROB_NEXTHEADER","features":[320]},{"name":"ICMP6_PARAMPROB_OPTION","features":[320]},{"name":"ICMP6_TIME_EXCEED_REASSEMBLY","features":[320]},{"name":"ICMP6_TIME_EXCEED_TRANSIT","features":[320]},{"name":"ICMPV4_ADDRESS_MASK_MESSAGE","features":[320]},{"name":"ICMPV4_INVALID_PREFERENCE_LEVEL","features":[320]},{"name":"ICMPV4_ROUTER_ADVERT_ENTRY","features":[320]},{"name":"ICMPV4_ROUTER_ADVERT_HEADER","features":[320]},{"name":"ICMPV4_ROUTER_SOLICIT","features":[320]},{"name":"ICMPV4_TIMESTAMP_MESSAGE","features":[320]},{"name":"ICMPV6_ECHO_REQUEST_FLAG_REVERSE","features":[320]},{"name":"ICMP_ERROR_INFO","features":[320]},{"name":"ICMP_HEADER","features":[320]},{"name":"ICMP_MESSAGE","features":[320]},{"name":"IE_AALParameters","features":[320]},{"name":"IE_BHLI","features":[320]},{"name":"IE_BLLI","features":[320]},{"name":"IE_BroadbandBearerCapability","features":[320]},{"name":"IE_CalledPartyNumber","features":[320]},{"name":"IE_CalledPartySubaddress","features":[320]},{"name":"IE_CallingPartyNumber","features":[320]},{"name":"IE_CallingPartySubaddress","features":[320]},{"name":"IE_Cause","features":[320]},{"name":"IE_QOSClass","features":[320]},{"name":"IE_TrafficDescriptor","features":[320]},{"name":"IE_TransitNetworkSelection","features":[320]},{"name":"IFF_BROADCAST","features":[320]},{"name":"IFF_LOOPBACK","features":[320]},{"name":"IFF_MULTICAST","features":[320]},{"name":"IFF_POINTTOPOINT","features":[320]},{"name":"IFF_UP","features":[320]},{"name":"IGMPV3_QUERY_HEADER","features":[320]},{"name":"IGMPV3_REPORT_HEADER","features":[320]},{"name":"IGMPV3_REPORT_RECORD_HEADER","features":[320]},{"name":"IGMP_HEADER","features":[320]},{"name":"IGMP_LEAVE_GROUP_TYPE","features":[320]},{"name":"IGMP_MAX_RESP_CODE_TYPE","features":[320]},{"name":"IGMP_MAX_RESP_CODE_TYPE_FLOAT","features":[320]},{"name":"IGMP_MAX_RESP_CODE_TYPE_NORMAL","features":[320]},{"name":"IGMP_QUERY_TYPE","features":[320]},{"name":"IGMP_VERSION1_REPORT_TYPE","features":[320]},{"name":"IGMP_VERSION2_REPORT_TYPE","features":[320]},{"name":"IGMP_VERSION3_REPORT_TYPE","features":[320]},{"name":"IMPLINK_HIGHEXPER","features":[320]},{"name":"IMPLINK_IP","features":[320]},{"name":"IMPLINK_LOWEXPER","features":[320]},{"name":"IN4ADDR_ANY","features":[320]},{"name":"IN4ADDR_BROADCAST","features":[320]},{"name":"IN4ADDR_LINKLOCALPREFIX_LENGTH","features":[320]},{"name":"IN4ADDR_LOOPBACK","features":[320]},{"name":"IN4ADDR_LOOPBACKPREFIX_LENGTH","features":[320]},{"name":"IN4ADDR_MULTICASTPREFIX_LENGTH","features":[320]},{"name":"IN6ADDR_6TO4PREFIX_LENGTH","features":[320]},{"name":"IN6ADDR_LINKLOCALPREFIX_LENGTH","features":[320]},{"name":"IN6ADDR_MULTICASTPREFIX_LENGTH","features":[320]},{"name":"IN6ADDR_SOLICITEDNODEMULTICASTPREFIX_LENGTH","features":[320]},{"name":"IN6ADDR_TEREDOPREFIX_LENGTH","features":[320]},{"name":"IN6ADDR_V4MAPPEDPREFIX_LENGTH","features":[320]},{"name":"IN6_ADDR","features":[320]},{"name":"IN6_EMBEDDEDV4_BITS_IN_BYTE","features":[320]},{"name":"IN6_EMBEDDEDV4_UOCTET_POSITION","features":[320]},{"name":"IN6_PKTINFO","features":[320]},{"name":"IN6_PKTINFO_EX","features":[320]},{"name":"INADDR_ANY","features":[320]},{"name":"INADDR_BROADCAST","features":[320]},{"name":"INADDR_LOOPBACK","features":[320]},{"name":"INADDR_NONE","features":[320]},{"name":"INCL_WINSOCK_API_PROTOTYPES","features":[320]},{"name":"INCL_WINSOCK_API_TYPEDEFS","features":[320]},{"name":"INET6_ADDRSTRLEN","features":[320]},{"name":"INET_ADDRSTRLEN","features":[320]},{"name":"INET_PORT_RANGE","features":[320]},{"name":"INET_PORT_RESERVATION_INFORMATION","features":[320]},{"name":"INET_PORT_RESERVATION_INSTANCE","features":[320]},{"name":"INET_PORT_RESERVATION_TOKEN","features":[320]},{"name":"INTERFACE_INFO","features":[320]},{"name":"INTERFACE_INFO_EX","features":[320]},{"name":"INVALID_SOCKET","features":[320]},{"name":"IN_ADDR","features":[320]},{"name":"IN_CLASSA_HOST","features":[320]},{"name":"IN_CLASSA_MAX","features":[320]},{"name":"IN_CLASSA_NET","features":[320]},{"name":"IN_CLASSA_NSHIFT","features":[320]},{"name":"IN_CLASSB_HOST","features":[320]},{"name":"IN_CLASSB_MAX","features":[320]},{"name":"IN_CLASSB_NET","features":[320]},{"name":"IN_CLASSB_NSHIFT","features":[320]},{"name":"IN_CLASSC_HOST","features":[320]},{"name":"IN_CLASSC_NET","features":[320]},{"name":"IN_CLASSC_NSHIFT","features":[320]},{"name":"IN_CLASSD_HOST","features":[320]},{"name":"IN_CLASSD_NET","features":[320]},{"name":"IN_CLASSD_NSHIFT","features":[320]},{"name":"IN_PKTINFO","features":[320]},{"name":"IN_PKTINFO_EX","features":[320]},{"name":"IN_RECVERR","features":[320]},{"name":"IOCPARM_MASK","features":[320]},{"name":"IOC_IN","features":[320]},{"name":"IOC_INOUT","features":[320]},{"name":"IOC_OUT","features":[320]},{"name":"IOC_PROTOCOL","features":[320]},{"name":"IOC_UNIX","features":[320]},{"name":"IOC_VENDOR","features":[320]},{"name":"IOC_VOID","features":[320]},{"name":"IOC_WS2","features":[320]},{"name":"IP4_OFF_MASK","features":[320]},{"name":"IP6F_MORE_FRAG","features":[320]},{"name":"IP6F_OFF_MASK","features":[320]},{"name":"IP6F_RESERVED_MASK","features":[320]},{"name":"IP6OPT_JUMBO","features":[320]},{"name":"IP6OPT_MUTABLE","features":[320]},{"name":"IP6OPT_NSAP_ADDR","features":[320]},{"name":"IP6OPT_PAD1","features":[320]},{"name":"IP6OPT_PADN","features":[320]},{"name":"IP6OPT_ROUTER_ALERT","features":[320]},{"name":"IP6OPT_TUNNEL_LIMIT","features":[320]},{"name":"IP6OPT_TYPE_DISCARD","features":[320]},{"name":"IP6OPT_TYPE_FORCEICMP","features":[320]},{"name":"IP6OPT_TYPE_ICMP","features":[320]},{"name":"IP6OPT_TYPE_SKIP","features":[320]},{"name":"IP6T_SO_ORIGINAL_DST","features":[320]},{"name":"IPPORT_BIFFUDP","features":[320]},{"name":"IPPORT_CHARGEN","features":[320]},{"name":"IPPORT_CMDSERVER","features":[320]},{"name":"IPPORT_DAYTIME","features":[320]},{"name":"IPPORT_DISCARD","features":[320]},{"name":"IPPORT_DYNAMIC_MAX","features":[320]},{"name":"IPPORT_DYNAMIC_MIN","features":[320]},{"name":"IPPORT_ECHO","features":[320]},{"name":"IPPORT_EFSSERVER","features":[320]},{"name":"IPPORT_EPMAP","features":[320]},{"name":"IPPORT_EXECSERVER","features":[320]},{"name":"IPPORT_FINGER","features":[320]},{"name":"IPPORT_FTP","features":[320]},{"name":"IPPORT_FTP_DATA","features":[320]},{"name":"IPPORT_HTTPS","features":[320]},{"name":"IPPORT_IMAP","features":[320]},{"name":"IPPORT_IMAP3","features":[320]},{"name":"IPPORT_LDAP","features":[320]},{"name":"IPPORT_LOGINSERVER","features":[320]},{"name":"IPPORT_MICROSOFT_DS","features":[320]},{"name":"IPPORT_MSP","features":[320]},{"name":"IPPORT_MTP","features":[320]},{"name":"IPPORT_NAMESERVER","features":[320]},{"name":"IPPORT_NETBIOS_DGM","features":[320]},{"name":"IPPORT_NETBIOS_NS","features":[320]},{"name":"IPPORT_NETBIOS_SSN","features":[320]},{"name":"IPPORT_NETSTAT","features":[320]},{"name":"IPPORT_NTP","features":[320]},{"name":"IPPORT_POP3","features":[320]},{"name":"IPPORT_QOTD","features":[320]},{"name":"IPPORT_REGISTERED_MAX","features":[320]},{"name":"IPPORT_REGISTERED_MIN","features":[320]},{"name":"IPPORT_RESERVED","features":[320]},{"name":"IPPORT_RJE","features":[320]},{"name":"IPPORT_ROUTESERVER","features":[320]},{"name":"IPPORT_SMTP","features":[320]},{"name":"IPPORT_SNMP","features":[320]},{"name":"IPPORT_SNMP_TRAP","features":[320]},{"name":"IPPORT_SUPDUP","features":[320]},{"name":"IPPORT_SYSTAT","features":[320]},{"name":"IPPORT_TCPMUX","features":[320]},{"name":"IPPORT_TELNET","features":[320]},{"name":"IPPORT_TFTP","features":[320]},{"name":"IPPORT_TIMESERVER","features":[320]},{"name":"IPPORT_TTYLINK","features":[320]},{"name":"IPPORT_WHOIS","features":[320]},{"name":"IPPORT_WHOSERVER","features":[320]},{"name":"IPPROTO","features":[320]},{"name":"IPPROTO_AH","features":[320]},{"name":"IPPROTO_CBT","features":[320]},{"name":"IPPROTO_DSTOPTS","features":[320]},{"name":"IPPROTO_EGP","features":[320]},{"name":"IPPROTO_ESP","features":[320]},{"name":"IPPROTO_FRAGMENT","features":[320]},{"name":"IPPROTO_GGP","features":[320]},{"name":"IPPROTO_HOPOPTS","features":[320]},{"name":"IPPROTO_ICLFXBM","features":[320]},{"name":"IPPROTO_ICMP","features":[320]},{"name":"IPPROTO_ICMPV6","features":[320]},{"name":"IPPROTO_IDP","features":[320]},{"name":"IPPROTO_IGMP","features":[320]},{"name":"IPPROTO_IGP","features":[320]},{"name":"IPPROTO_IP","features":[320]},{"name":"IPPROTO_IPV4","features":[320]},{"name":"IPPROTO_IPV6","features":[320]},{"name":"IPPROTO_L2TP","features":[320]},{"name":"IPPROTO_MAX","features":[320]},{"name":"IPPROTO_ND","features":[320]},{"name":"IPPROTO_NONE","features":[320]},{"name":"IPPROTO_PGM","features":[320]},{"name":"IPPROTO_PIM","features":[320]},{"name":"IPPROTO_PUP","features":[320]},{"name":"IPPROTO_RAW","features":[320]},{"name":"IPPROTO_RDP","features":[320]},{"name":"IPPROTO_RESERVED_IPSEC","features":[320]},{"name":"IPPROTO_RESERVED_IPSECOFFLOAD","features":[320]},{"name":"IPPROTO_RESERVED_MAX","features":[320]},{"name":"IPPROTO_RESERVED_RAW","features":[320]},{"name":"IPPROTO_RESERVED_WNV","features":[320]},{"name":"IPPROTO_RM","features":[320]},{"name":"IPPROTO_ROUTING","features":[320]},{"name":"IPPROTO_SCTP","features":[320]},{"name":"IPPROTO_ST","features":[320]},{"name":"IPPROTO_TCP","features":[320]},{"name":"IPPROTO_UDP","features":[320]},{"name":"IPTLS_METADATA","features":[320]},{"name":"IPV4_HEADER","features":[320]},{"name":"IPV4_MAX_MINIMUM_MTU","features":[320]},{"name":"IPV4_MINIMUM_MTU","features":[320]},{"name":"IPV4_MIN_MINIMUM_MTU","features":[320]},{"name":"IPV4_OPTION_HEADER","features":[320]},{"name":"IPV4_OPTION_TYPE","features":[320]},{"name":"IPV4_ROUTING_HEADER","features":[320]},{"name":"IPV4_TIMESTAMP_OPTION","features":[320]},{"name":"IPV4_VERSION","features":[320]},{"name":"IPV6_ADD_IFLIST","features":[320]},{"name":"IPV6_ADD_MEMBERSHIP","features":[320]},{"name":"IPV6_CHECKSUM","features":[320]},{"name":"IPV6_DEL_IFLIST","features":[320]},{"name":"IPV6_DONTFRAG","features":[320]},{"name":"IPV6_DROP_MEMBERSHIP","features":[320]},{"name":"IPV6_ECN","features":[320]},{"name":"IPV6_ECN_MASK","features":[320]},{"name":"IPV6_ECN_SHIFT","features":[320]},{"name":"IPV6_EXTENSION_HEADER","features":[320]},{"name":"IPV6_FLOW_LABEL_MASK","features":[320]},{"name":"IPV6_FRAGMENT_HEADER","features":[320]},{"name":"IPV6_FULL_TRAFFIC_CLASS_MASK","features":[320]},{"name":"IPV6_GET_IFLIST","features":[320]},{"name":"IPV6_HDRINCL","features":[320]},{"name":"IPV6_HEADER","features":[320]},{"name":"IPV6_HOPLIMIT","features":[320]},{"name":"IPV6_HOPOPTS","features":[320]},{"name":"IPV6_IFLIST","features":[320]},{"name":"IPV6_JOIN_GROUP","features":[320]},{"name":"IPV6_LEAVE_GROUP","features":[320]},{"name":"IPV6_MINIMUM_MTU","features":[320]},{"name":"IPV6_MREQ","features":[320]},{"name":"IPV6_MTU","features":[320]},{"name":"IPV6_MTU_DISCOVER","features":[320]},{"name":"IPV6_MULTICAST_HOPS","features":[320]},{"name":"IPV6_MULTICAST_IF","features":[320]},{"name":"IPV6_MULTICAST_LOOP","features":[320]},{"name":"IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS","features":[320]},{"name":"IPV6_NRT_INTERFACE","features":[320]},{"name":"IPV6_OPTION_HEADER","features":[320]},{"name":"IPV6_OPTION_JUMBOGRAM","features":[320]},{"name":"IPV6_OPTION_ROUTER_ALERT","features":[320]},{"name":"IPV6_OPTION_TYPE","features":[320]},{"name":"IPV6_PKTINFO","features":[320]},{"name":"IPV6_PKTINFO_EX","features":[320]},{"name":"IPV6_PROTECTION_LEVEL","features":[320]},{"name":"IPV6_RECVDSTADDR","features":[320]},{"name":"IPV6_RECVECN","features":[320]},{"name":"IPV6_RECVERR","features":[320]},{"name":"IPV6_RECVIF","features":[320]},{"name":"IPV6_RECVRTHDR","features":[320]},{"name":"IPV6_RECVTCLASS","features":[320]},{"name":"IPV6_ROUTER_ADVERTISEMENT_FLAGS","features":[320]},{"name":"IPV6_ROUTING_HEADER","features":[320]},{"name":"IPV6_RTHDR","features":[320]},{"name":"IPV6_TCLASS","features":[320]},{"name":"IPV6_TRAFFIC_CLASS_MASK","features":[320]},{"name":"IPV6_UNICAST_HOPS","features":[320]},{"name":"IPV6_UNICAST_IF","features":[320]},{"name":"IPV6_USER_MTU","features":[320]},{"name":"IPV6_V6ONLY","features":[320]},{"name":"IPV6_VERSION","features":[320]},{"name":"IPV6_WFP_REDIRECT_CONTEXT","features":[320]},{"name":"IPV6_WFP_REDIRECT_RECORDS","features":[320]},{"name":"IPX_ADDRESS","features":[320]},{"name":"IPX_ADDRESS_DATA","features":[307,320]},{"name":"IPX_ADDRESS_NOTIFY","features":[320]},{"name":"IPX_DSTYPE","features":[320]},{"name":"IPX_EXTENDED_ADDRESS","features":[320]},{"name":"IPX_FILTERPTYPE","features":[320]},{"name":"IPX_GETNETINFO","features":[320]},{"name":"IPX_GETNETINFO_NORIP","features":[320]},{"name":"IPX_IMMEDIATESPXACK","features":[320]},{"name":"IPX_MAXSIZE","features":[320]},{"name":"IPX_MAX_ADAPTER_NUM","features":[320]},{"name":"IPX_NETNUM_DATA","features":[320]},{"name":"IPX_PTYPE","features":[320]},{"name":"IPX_RECEIVE_BROADCAST","features":[320]},{"name":"IPX_RECVHDR","features":[320]},{"name":"IPX_RERIPNETNUMBER","features":[320]},{"name":"IPX_SPXCONNSTATUS_DATA","features":[320]},{"name":"IPX_SPXGETCONNECTIONSTATUS","features":[320]},{"name":"IPX_STOPFILTERPTYPE","features":[320]},{"name":"IP_ADD_IFLIST","features":[320]},{"name":"IP_ADD_MEMBERSHIP","features":[320]},{"name":"IP_ADD_SOURCE_MEMBERSHIP","features":[320]},{"name":"IP_BLOCK_SOURCE","features":[320]},{"name":"IP_DEFAULT_MULTICAST_LOOP","features":[320]},{"name":"IP_DEFAULT_MULTICAST_TTL","features":[320]},{"name":"IP_DEL_IFLIST","features":[320]},{"name":"IP_DONTFRAGMENT","features":[320]},{"name":"IP_DROP_MEMBERSHIP","features":[320]},{"name":"IP_DROP_SOURCE_MEMBERSHIP","features":[320]},{"name":"IP_ECN","features":[320]},{"name":"IP_GET_IFLIST","features":[320]},{"name":"IP_HDRINCL","features":[320]},{"name":"IP_HOPLIMIT","features":[320]},{"name":"IP_IFLIST","features":[320]},{"name":"IP_MAX_MEMBERSHIPS","features":[320]},{"name":"IP_MREQ","features":[320]},{"name":"IP_MREQ_SOURCE","features":[320]},{"name":"IP_MSFILTER","features":[320]},{"name":"IP_MTU","features":[320]},{"name":"IP_MTU_DISCOVER","features":[320]},{"name":"IP_MULTICAST_IF","features":[320]},{"name":"IP_MULTICAST_LOOP","features":[320]},{"name":"IP_MULTICAST_TTL","features":[320]},{"name":"IP_NRT_INTERFACE","features":[320]},{"name":"IP_OPTIONS","features":[320]},{"name":"IP_OPTION_TIMESTAMP_ADDRESS","features":[320]},{"name":"IP_OPTION_TIMESTAMP_FLAGS","features":[320]},{"name":"IP_OPTION_TIMESTAMP_ONLY","features":[320]},{"name":"IP_OPTION_TIMESTAMP_SPECIFIC_ADDRESS","features":[320]},{"name":"IP_OPT_EOL","features":[320]},{"name":"IP_OPT_LSRR","features":[320]},{"name":"IP_OPT_MULTIDEST","features":[320]},{"name":"IP_OPT_NOP","features":[320]},{"name":"IP_OPT_ROUTER_ALERT","features":[320]},{"name":"IP_OPT_RR","features":[320]},{"name":"IP_OPT_SECURITY","features":[320]},{"name":"IP_OPT_SID","features":[320]},{"name":"IP_OPT_SSRR","features":[320]},{"name":"IP_OPT_TS","features":[320]},{"name":"IP_ORIGINAL_ARRIVAL_IF","features":[320]},{"name":"IP_PKTINFO","features":[320]},{"name":"IP_PKTINFO_EX","features":[320]},{"name":"IP_PMTUDISC_DO","features":[320]},{"name":"IP_PMTUDISC_DONT","features":[320]},{"name":"IP_PMTUDISC_MAX","features":[320]},{"name":"IP_PMTUDISC_NOT_SET","features":[320]},{"name":"IP_PMTUDISC_PROBE","features":[320]},{"name":"IP_PROTECTION_LEVEL","features":[320]},{"name":"IP_RECEIVE_BROADCAST","features":[320]},{"name":"IP_RECVDSTADDR","features":[320]},{"name":"IP_RECVECN","features":[320]},{"name":"IP_RECVERR","features":[320]},{"name":"IP_RECVIF","features":[320]},{"name":"IP_RECVRTHDR","features":[320]},{"name":"IP_RECVTCLASS","features":[320]},{"name":"IP_RECVTOS","features":[320]},{"name":"IP_RECVTTL","features":[320]},{"name":"IP_RTHDR","features":[320]},{"name":"IP_TCLASS","features":[320]},{"name":"IP_TOS","features":[320]},{"name":"IP_TTL","features":[320]},{"name":"IP_UNBLOCK_SOURCE","features":[320]},{"name":"IP_UNICAST_IF","features":[320]},{"name":"IP_UNSPECIFIED_HOP_LIMIT","features":[320]},{"name":"IP_UNSPECIFIED_TYPE_OF_SERVICE","features":[320]},{"name":"IP_UNSPECIFIED_USER_MTU","features":[320]},{"name":"IP_USER_MTU","features":[320]},{"name":"IP_VER_MASK","features":[320]},{"name":"IP_WFP_REDIRECT_CONTEXT","features":[320]},{"name":"IP_WFP_REDIRECT_RECORDS","features":[320]},{"name":"IRDA_PROTO_SOCK_STREAM","features":[320]},{"name":"IRLMP_9WIRE_MODE","features":[320]},{"name":"IRLMP_DISCOVERY_MODE","features":[320]},{"name":"IRLMP_ENUMDEVICES","features":[320]},{"name":"IRLMP_EXCLUSIVE_MODE","features":[320]},{"name":"IRLMP_IAS_QUERY","features":[320]},{"name":"IRLMP_IAS_SET","features":[320]},{"name":"IRLMP_IRLPT_MODE","features":[320]},{"name":"IRLMP_PARAMETERS","features":[320]},{"name":"IRLMP_SEND_PDU_LEN","features":[320]},{"name":"IRLMP_SHARP_MODE","features":[320]},{"name":"IRLMP_TINYTP_MODE","features":[320]},{"name":"ISOPROTO_CLNP","features":[320]},{"name":"ISOPROTO_CLTP","features":[320]},{"name":"ISOPROTO_ESIS","features":[320]},{"name":"ISOPROTO_INACT_NL","features":[320]},{"name":"ISOPROTO_INTRAISIS","features":[320]},{"name":"ISOPROTO_TP","features":[320]},{"name":"ISOPROTO_TP0","features":[320]},{"name":"ISOPROTO_TP1","features":[320]},{"name":"ISOPROTO_TP2","features":[320]},{"name":"ISOPROTO_TP3","features":[320]},{"name":"ISOPROTO_TP4","features":[320]},{"name":"ISOPROTO_X25","features":[320]},{"name":"ISO_EXP_DATA_NUSE","features":[320]},{"name":"ISO_EXP_DATA_USE","features":[320]},{"name":"ISO_HIERARCHICAL","features":[320]},{"name":"ISO_MAX_ADDR_LENGTH","features":[320]},{"name":"ISO_NON_HIERARCHICAL","features":[320]},{"name":"InetNtopW","features":[320]},{"name":"InetPtonW","features":[320]},{"name":"IpDadStateDeprecated","features":[320]},{"name":"IpDadStateDuplicate","features":[320]},{"name":"IpDadStateInvalid","features":[320]},{"name":"IpDadStatePreferred","features":[320]},{"name":"IpDadStateTentative","features":[320]},{"name":"IpPrefixOriginDhcp","features":[320]},{"name":"IpPrefixOriginManual","features":[320]},{"name":"IpPrefixOriginOther","features":[320]},{"name":"IpPrefixOriginRouterAdvertisement","features":[320]},{"name":"IpPrefixOriginUnchanged","features":[320]},{"name":"IpPrefixOriginWellKnown","features":[320]},{"name":"IpSuffixOriginDhcp","features":[320]},{"name":"IpSuffixOriginLinkLayerAddress","features":[320]},{"name":"IpSuffixOriginManual","features":[320]},{"name":"IpSuffixOriginOther","features":[320]},{"name":"IpSuffixOriginRandom","features":[320]},{"name":"IpSuffixOriginUnchanged","features":[320]},{"name":"IpSuffixOriginWellKnown","features":[320]},{"name":"JL_BOTH","features":[320]},{"name":"JL_RECEIVER_ONLY","features":[320]},{"name":"JL_SENDER_ONLY","features":[320]},{"name":"LAYERED_PROTOCOL","features":[320]},{"name":"LINGER","features":[320]},{"name":"LITTLEENDIAN","features":[320]},{"name":"LM_BAUD_115200","features":[320]},{"name":"LM_BAUD_1152K","features":[320]},{"name":"LM_BAUD_1200","features":[320]},{"name":"LM_BAUD_16M","features":[320]},{"name":"LM_BAUD_19200","features":[320]},{"name":"LM_BAUD_2400","features":[320]},{"name":"LM_BAUD_38400","features":[320]},{"name":"LM_BAUD_4M","features":[320]},{"name":"LM_BAUD_57600","features":[320]},{"name":"LM_BAUD_576K","features":[320]},{"name":"LM_BAUD_9600","features":[320]},{"name":"LM_HB1_Computer","features":[320]},{"name":"LM_HB1_Fax","features":[320]},{"name":"LM_HB1_LANAccess","features":[320]},{"name":"LM_HB1_Modem","features":[320]},{"name":"LM_HB1_PDA_Palmtop","features":[320]},{"name":"LM_HB1_PnP","features":[320]},{"name":"LM_HB1_Printer","features":[320]},{"name":"LM_HB2_FileServer","features":[320]},{"name":"LM_HB2_Telephony","features":[320]},{"name":"LM_HB_Extension","features":[320]},{"name":"LM_IRPARMS","features":[320]},{"name":"LOG2_BITS_PER_BYTE","features":[320]},{"name":"LPBLOCKINGCALLBACK","features":[307,320]},{"name":"LPCONDITIONPROC","features":[320]},{"name":"LPFN_ACCEPTEX","features":[307,320,312]},{"name":"LPFN_CONNECTEX","features":[307,320,312]},{"name":"LPFN_DISCONNECTEX","features":[307,320,312]},{"name":"LPFN_GETACCEPTEXSOCKADDRS","features":[320]},{"name":"LPFN_NSPAPI","features":[320]},{"name":"LPFN_RIOCLOSECOMPLETIONQUEUE","features":[320]},{"name":"LPFN_RIOCREATECOMPLETIONQUEUE","features":[307,320]},{"name":"LPFN_RIOCREATEREQUESTQUEUE","features":[320]},{"name":"LPFN_RIODEQUEUECOMPLETION","features":[320]},{"name":"LPFN_RIODEREGISTERBUFFER","features":[320]},{"name":"LPFN_RIONOTIFY","features":[320]},{"name":"LPFN_RIORECEIVE","features":[307,320]},{"name":"LPFN_RIORECEIVEEX","features":[320]},{"name":"LPFN_RIOREGISTERBUFFER","features":[320]},{"name":"LPFN_RIORESIZECOMPLETIONQUEUE","features":[307,320]},{"name":"LPFN_RIORESIZEREQUESTQUEUE","features":[307,320]},{"name":"LPFN_RIOSEND","features":[307,320]},{"name":"LPFN_RIOSENDEX","features":[307,320]},{"name":"LPFN_TRANSMITFILE","features":[307,320,312]},{"name":"LPFN_TRANSMITPACKETS","features":[307,320,312]},{"name":"LPFN_WSAPOLL","features":[320]},{"name":"LPFN_WSARECVMSG","features":[307,320,312]},{"name":"LPFN_WSASENDMSG","features":[307,320,312]},{"name":"LPLOOKUPSERVICE_COMPLETION_ROUTINE","features":[307,320,312]},{"name":"LPNSPCLEANUP","features":[320]},{"name":"LPNSPGETSERVICECLASSINFO","features":[320]},{"name":"LPNSPINSTALLSERVICECLASS","features":[320]},{"name":"LPNSPIOCTL","features":[307,320,312]},{"name":"LPNSPLOOKUPSERVICEBEGIN","features":[307,320,358]},{"name":"LPNSPLOOKUPSERVICEEND","features":[307,320]},{"name":"LPNSPLOOKUPSERVICENEXT","features":[307,320,358]},{"name":"LPNSPREMOVESERVICECLASS","features":[320]},{"name":"LPNSPSETSERVICE","features":[320,358]},{"name":"LPNSPSTARTUP","features":[307,320,358,312]},{"name":"LPNSPV2CLEANUP","features":[320]},{"name":"LPNSPV2CLIENTSESSIONRUNDOWN","features":[320]},{"name":"LPNSPV2LOOKUPSERVICEBEGIN","features":[307,320,358]},{"name":"LPNSPV2LOOKUPSERVICEEND","features":[307,320]},{"name":"LPNSPV2LOOKUPSERVICENEXTEX","features":[307,320,358]},{"name":"LPNSPV2SETSERVICEEX","features":[307,320,358]},{"name":"LPNSPV2STARTUP","features":[320]},{"name":"LPSERVICE_CALLBACK_PROC","features":[307,320]},{"name":"LPWPUCLOSEEVENT","features":[307,320]},{"name":"LPWPUCLOSESOCKETHANDLE","features":[320]},{"name":"LPWPUCLOSETHREAD","features":[307,320]},{"name":"LPWPUCOMPLETEOVERLAPPEDREQUEST","features":[307,320,312]},{"name":"LPWPUCREATEEVENT","features":[320]},{"name":"LPWPUCREATESOCKETHANDLE","features":[320]},{"name":"LPWPUFDISSET","features":[320]},{"name":"LPWPUGETPROVIDERPATH","features":[320]},{"name":"LPWPUMODIFYIFSHANDLE","features":[320]},{"name":"LPWPUOPENCURRENTTHREAD","features":[307,320]},{"name":"LPWPUPOSTMESSAGE","features":[307,320]},{"name":"LPWPUQUERYBLOCKINGCALLBACK","features":[307,320]},{"name":"LPWPUQUERYSOCKETHANDLECONTEXT","features":[320]},{"name":"LPWPUQUEUEAPC","features":[307,320]},{"name":"LPWPURESETEVENT","features":[307,320]},{"name":"LPWPUSETEVENT","features":[307,320]},{"name":"LPWSAOVERLAPPED_COMPLETION_ROUTINE","features":[307,320,312]},{"name":"LPWSAUSERAPC","features":[320]},{"name":"LPWSCDEINSTALLPROVIDER","features":[320]},{"name":"LPWSCENABLENSPROVIDER","features":[307,320]},{"name":"LPWSCENUMPROTOCOLS","features":[320]},{"name":"LPWSCGETPROVIDERPATH","features":[320]},{"name":"LPWSCINSTALLNAMESPACE","features":[320]},{"name":"LPWSCINSTALLPROVIDER","features":[320]},{"name":"LPWSCUNINSTALLNAMESPACE","features":[320]},{"name":"LPWSCUPDATEPROVIDER","features":[320]},{"name":"LPWSCWRITENAMESPACEORDER","features":[320]},{"name":"LPWSCWRITEPROVIDERORDER","features":[320]},{"name":"LPWSPACCEPT","features":[320]},{"name":"LPWSPADDRESSTOSTRING","features":[320]},{"name":"LPWSPASYNCSELECT","features":[307,320]},{"name":"LPWSPBIND","features":[320]},{"name":"LPWSPCANCELBLOCKINGCALL","features":[320]},{"name":"LPWSPCLEANUP","features":[320]},{"name":"LPWSPCLOSESOCKET","features":[320]},{"name":"LPWSPCONNECT","features":[320]},{"name":"LPWSPDUPLICATESOCKET","features":[320]},{"name":"LPWSPENUMNETWORKEVENTS","features":[307,320]},{"name":"LPWSPEVENTSELECT","features":[320]},{"name":"LPWSPGETOVERLAPPEDRESULT","features":[307,320,312]},{"name":"LPWSPGETPEERNAME","features":[320]},{"name":"LPWSPGETQOSBYNAME","features":[307,320]},{"name":"LPWSPGETSOCKNAME","features":[320]},{"name":"LPWSPGETSOCKOPT","features":[320]},{"name":"LPWSPIOCTL","features":[307,320,312]},{"name":"LPWSPJOINLEAF","features":[320]},{"name":"LPWSPLISTEN","features":[320]},{"name":"LPWSPRECV","features":[307,320,312]},{"name":"LPWSPRECVDISCONNECT","features":[320]},{"name":"LPWSPRECVFROM","features":[307,320,312]},{"name":"LPWSPSELECT","features":[320]},{"name":"LPWSPSEND","features":[307,320,312]},{"name":"LPWSPSENDDISCONNECT","features":[320]},{"name":"LPWSPSENDTO","features":[307,320,312]},{"name":"LPWSPSETSOCKOPT","features":[320]},{"name":"LPWSPSHUTDOWN","features":[320]},{"name":"LPWSPSOCKET","features":[320]},{"name":"LPWSPSTARTUP","features":[307,320,312]},{"name":"LPWSPSTRINGTOADDRESS","features":[320]},{"name":"LSP_CRYPTO_COMPRESS","features":[320]},{"name":"LSP_FIREWALL","features":[320]},{"name":"LSP_INBOUND_MODIFY","features":[320]},{"name":"LSP_INSPECTOR","features":[320]},{"name":"LSP_LOCAL_CACHE","features":[320]},{"name":"LSP_OUTBOUND_MODIFY","features":[320]},{"name":"LSP_PROXY","features":[320]},{"name":"LSP_REDIRECTOR","features":[320]},{"name":"LSP_SYSTEM","features":[320]},{"name":"LUP_ADDRCONFIG","features":[320]},{"name":"LUP_API_ANSI","features":[320]},{"name":"LUP_CONTAINERS","features":[320]},{"name":"LUP_DEEP","features":[320]},{"name":"LUP_DISABLE_IDN_ENCODING","features":[320]},{"name":"LUP_DNS_ONLY","features":[320]},{"name":"LUP_DUAL_ADDR","features":[320]},{"name":"LUP_EXCLUSIVE_CUSTOM_SERVERS","features":[320]},{"name":"LUP_EXTENDED_QUERYSET","features":[320]},{"name":"LUP_FILESERVER","features":[320]},{"name":"LUP_FLUSHCACHE","features":[320]},{"name":"LUP_FLUSHPREVIOUS","features":[320]},{"name":"LUP_FORCE_CLEAR_TEXT","features":[320]},{"name":"LUP_NEAREST","features":[320]},{"name":"LUP_NOCONTAINERS","features":[320]},{"name":"LUP_NON_AUTHORITATIVE","features":[320]},{"name":"LUP_REQUIRE_SECURE","features":[320]},{"name":"LUP_RESOLUTION_HANDLE","features":[320]},{"name":"LUP_RES_SERVICE","features":[320]},{"name":"LUP_RETURN_ADDR","features":[320]},{"name":"LUP_RETURN_ALIASES","features":[320]},{"name":"LUP_RETURN_ALL","features":[320]},{"name":"LUP_RETURN_BLOB","features":[320]},{"name":"LUP_RETURN_COMMENT","features":[320]},{"name":"LUP_RETURN_NAME","features":[320]},{"name":"LUP_RETURN_PREFERRED_NAMES","features":[320]},{"name":"LUP_RETURN_QUERY_STRING","features":[320]},{"name":"LUP_RETURN_RESPONSE_FLAGS","features":[320]},{"name":"LUP_RETURN_TTL","features":[320]},{"name":"LUP_RETURN_TYPE","features":[320]},{"name":"LUP_RETURN_VERSION","features":[320]},{"name":"LUP_SECURE","features":[320]},{"name":"LUP_SECURE_WITH_FALLBACK","features":[320]},{"name":"LinkLocalAlwaysOff","features":[320]},{"name":"LinkLocalAlwaysOn","features":[320]},{"name":"LinkLocalDelayed","features":[320]},{"name":"LinkLocalUnchanged","features":[320]},{"name":"LmCharSetASCII","features":[320]},{"name":"LmCharSetISO_8859_1","features":[320]},{"name":"LmCharSetISO_8859_2","features":[320]},{"name":"LmCharSetISO_8859_3","features":[320]},{"name":"LmCharSetISO_8859_4","features":[320]},{"name":"LmCharSetISO_8859_5","features":[320]},{"name":"LmCharSetISO_8859_6","features":[320]},{"name":"LmCharSetISO_8859_7","features":[320]},{"name":"LmCharSetISO_8859_8","features":[320]},{"name":"LmCharSetISO_8859_9","features":[320]},{"name":"LmCharSetUNICODE","features":[320]},{"name":"MAXGETHOSTSTRUCT","features":[320]},{"name":"MAX_IPV4_HLEN","features":[320]},{"name":"MAX_IPV4_PACKET","features":[320]},{"name":"MAX_IPV6_PAYLOAD","features":[320]},{"name":"MAX_MCAST_TTL","features":[320]},{"name":"MAX_PROTOCOL_CHAIN","features":[320]},{"name":"MAX_WINDOW_INCREMENT_PERCENTAGE","features":[320]},{"name":"MCAST_BLOCK_SOURCE","features":[320]},{"name":"MCAST_EXCLUDE","features":[320]},{"name":"MCAST_INCLUDE","features":[320]},{"name":"MCAST_JOIN_GROUP","features":[320]},{"name":"MCAST_JOIN_SOURCE_GROUP","features":[320]},{"name":"MCAST_LEAVE_GROUP","features":[320]},{"name":"MCAST_LEAVE_SOURCE_GROUP","features":[320]},{"name":"MCAST_UNBLOCK_SOURCE","features":[320]},{"name":"MIB_IPPROTO_BBN","features":[320]},{"name":"MIB_IPPROTO_BGP","features":[320]},{"name":"MIB_IPPROTO_CISCO","features":[320]},{"name":"MIB_IPPROTO_DHCP","features":[320]},{"name":"MIB_IPPROTO_DVMRP","features":[320]},{"name":"MIB_IPPROTO_EGP","features":[320]},{"name":"MIB_IPPROTO_EIGRP","features":[320]},{"name":"MIB_IPPROTO_ES_IS","features":[320]},{"name":"MIB_IPPROTO_GGP","features":[320]},{"name":"MIB_IPPROTO_HELLO","features":[320]},{"name":"MIB_IPPROTO_ICMP","features":[320]},{"name":"MIB_IPPROTO_IDPR","features":[320]},{"name":"MIB_IPPROTO_IS_IS","features":[320]},{"name":"MIB_IPPROTO_LOCAL","features":[320]},{"name":"MIB_IPPROTO_NETMGMT","features":[320]},{"name":"MIB_IPPROTO_NT_AUTOSTATIC","features":[320]},{"name":"MIB_IPPROTO_NT_STATIC","features":[320]},{"name":"MIB_IPPROTO_NT_STATIC_NON_DOD","features":[320]},{"name":"MIB_IPPROTO_OSPF","features":[320]},{"name":"MIB_IPPROTO_OTHER","features":[320]},{"name":"MIB_IPPROTO_RIP","features":[320]},{"name":"MIB_IPPROTO_RPL","features":[320]},{"name":"MIT_GUID","features":[320]},{"name":"MIT_IF_LUID","features":[320]},{"name":"MLDV2_QUERY_HEADER","features":[320]},{"name":"MLDV2_REPORT_HEADER","features":[320]},{"name":"MLDV2_REPORT_RECORD_HEADER","features":[320]},{"name":"MLD_HEADER","features":[320]},{"name":"MLD_MAX_RESP_CODE_TYPE","features":[320]},{"name":"MLD_MAX_RESP_CODE_TYPE_FLOAT","features":[320]},{"name":"MLD_MAX_RESP_CODE_TYPE_NORMAL","features":[320]},{"name":"MSG_BCAST","features":[320]},{"name":"MSG_CTRUNC","features":[320]},{"name":"MSG_DONTROUTE","features":[320]},{"name":"MSG_ERRQUEUE","features":[320]},{"name":"MSG_INTERRUPT","features":[320]},{"name":"MSG_MAXIOVLEN","features":[320]},{"name":"MSG_MCAST","features":[320]},{"name":"MSG_OOB","features":[320]},{"name":"MSG_PARTIAL","features":[320]},{"name":"MSG_PEEK","features":[320]},{"name":"MSG_PUSH_IMMEDIATE","features":[320]},{"name":"MSG_TRUNC","features":[320]},{"name":"MSG_WAITALL","features":[320]},{"name":"MULTICAST_MODE_TYPE","features":[320]},{"name":"NAPI_DOMAIN_DESCRIPTION_BLOB","features":[320]},{"name":"NAPI_PROVIDER_INSTALLATION_BLOB","features":[320]},{"name":"NAPI_PROVIDER_LEVEL","features":[320]},{"name":"NAPI_PROVIDER_TYPE","features":[320]},{"name":"ND_NA_FLAG_OVERRIDE","features":[320]},{"name":"ND_NA_FLAG_ROUTER","features":[320]},{"name":"ND_NA_FLAG_SOLICITED","features":[320]},{"name":"ND_NEIGHBOR_ADVERT_HEADER","features":[320]},{"name":"ND_NEIGHBOR_SOLICIT_HEADER","features":[320]},{"name":"ND_OPTION_DNSSL","features":[320]},{"name":"ND_OPTION_HDR","features":[320]},{"name":"ND_OPTION_MTU","features":[320]},{"name":"ND_OPTION_PREFIX_INFO","features":[320]},{"name":"ND_OPTION_RDNSS","features":[320]},{"name":"ND_OPTION_RD_HDR","features":[320]},{"name":"ND_OPTION_ROUTE_INFO","features":[320]},{"name":"ND_OPTION_TYPE","features":[320]},{"name":"ND_OPT_ADVERTISEMENT_INTERVAL","features":[320]},{"name":"ND_OPT_DNSSL","features":[320]},{"name":"ND_OPT_DNSSL_MIN_LEN","features":[320]},{"name":"ND_OPT_HOME_AGENT_INFORMATION","features":[320]},{"name":"ND_OPT_MTU","features":[320]},{"name":"ND_OPT_NBMA_SHORTCUT_LIMIT","features":[320]},{"name":"ND_OPT_PI_FLAG_AUTO","features":[320]},{"name":"ND_OPT_PI_FLAG_ONLINK","features":[320]},{"name":"ND_OPT_PI_FLAG_ROUTE","features":[320]},{"name":"ND_OPT_PI_FLAG_ROUTER_ADDR","features":[320]},{"name":"ND_OPT_PI_FLAG_SITE_PREFIX","features":[320]},{"name":"ND_OPT_PREFIX_INFORMATION","features":[320]},{"name":"ND_OPT_RDNSS","features":[320]},{"name":"ND_OPT_RDNSS_MIN_LEN","features":[320]},{"name":"ND_OPT_REDIRECTED_HEADER","features":[320]},{"name":"ND_OPT_RI_FLAG_PREFERENCE","features":[320]},{"name":"ND_OPT_ROUTE_INFO","features":[320]},{"name":"ND_OPT_SOURCE_ADDR_LIST","features":[320]},{"name":"ND_OPT_SOURCE_LINKADDR","features":[320]},{"name":"ND_OPT_TARGET_ADDR_LIST","features":[320]},{"name":"ND_OPT_TARGET_LINKADDR","features":[320]},{"name":"ND_RA_FLAG_HOME_AGENT","features":[320]},{"name":"ND_RA_FLAG_MANAGED","features":[320]},{"name":"ND_RA_FLAG_OTHER","features":[320]},{"name":"ND_RA_FLAG_PREFERENCE","features":[320]},{"name":"ND_REDIRECT_HEADER","features":[320]},{"name":"ND_ROUTER_ADVERT_HEADER","features":[320]},{"name":"ND_ROUTER_SOLICIT_HEADER","features":[320]},{"name":"NETBIOS_GROUP_NAME","features":[320]},{"name":"NETBIOS_NAME_LENGTH","features":[320]},{"name":"NETBIOS_TYPE_QUICK_GROUP","features":[320]},{"name":"NETBIOS_TYPE_QUICK_UNIQUE","features":[320]},{"name":"NETBIOS_UNIQUE_NAME","features":[320]},{"name":"NETRESOURCE2A","features":[320]},{"name":"NETRESOURCE2W","features":[320]},{"name":"NI_DGRAM","features":[320]},{"name":"NI_MAXHOST","features":[320]},{"name":"NI_MAXSERV","features":[320]},{"name":"NI_NAMEREQD","features":[320]},{"name":"NI_NOFQDN","features":[320]},{"name":"NI_NUMERICHOST","features":[320]},{"name":"NI_NUMERICSERV","features":[320]},{"name":"NLA_802_1X_LOCATION","features":[320]},{"name":"NLA_ALLUSERS_NETWORK","features":[320]},{"name":"NLA_BLOB","features":[320]},{"name":"NLA_BLOB_DATA_TYPE","features":[320]},{"name":"NLA_CONNECTIVITY","features":[320]},{"name":"NLA_CONNECTIVITY_TYPE","features":[320]},{"name":"NLA_FRIENDLY_NAME","features":[320]},{"name":"NLA_ICS","features":[320]},{"name":"NLA_INTERFACE","features":[320]},{"name":"NLA_INTERNET","features":[320]},{"name":"NLA_INTERNET_NO","features":[320]},{"name":"NLA_INTERNET_UNKNOWN","features":[320]},{"name":"NLA_INTERNET_YES","features":[320]},{"name":"NLA_NAMESPACE_GUID","features":[320]},{"name":"NLA_NETWORK_AD_HOC","features":[320]},{"name":"NLA_NETWORK_MANAGED","features":[320]},{"name":"NLA_NETWORK_UNKNOWN","features":[320]},{"name":"NLA_NETWORK_UNMANAGED","features":[320]},{"name":"NLA_RAW_DATA","features":[320]},{"name":"NLA_SERVICE_CLASS_GUID","features":[320]},{"name":"NL_ADDRESS_TYPE","features":[320]},{"name":"NL_BANDWIDTH_FLAG","features":[320]},{"name":"NL_BANDWIDTH_INFORMATION","features":[307,320]},{"name":"NL_DAD_STATE","features":[320]},{"name":"NL_INTERFACE_NETWORK_CATEGORY_STATE","features":[320]},{"name":"NL_INTERFACE_OFFLOAD_ROD","features":[320]},{"name":"NL_LINK_LOCAL_ADDRESS_BEHAVIOR","features":[320]},{"name":"NL_NEIGHBOR_STATE","features":[320]},{"name":"NL_NETWORK_CATEGORY","features":[320]},{"name":"NL_NETWORK_CONNECTIVITY_COST_HINT","features":[320]},{"name":"NL_NETWORK_CONNECTIVITY_HINT","features":[307,320]},{"name":"NL_NETWORK_CONNECTIVITY_LEVEL_HINT","features":[320]},{"name":"NL_PATH_BANDWIDTH_ROD","features":[307,320]},{"name":"NL_PREFIX_ORIGIN","features":[320]},{"name":"NL_ROUTER_DISCOVERY_BEHAVIOR","features":[320]},{"name":"NL_ROUTE_ORIGIN","features":[320]},{"name":"NL_ROUTE_PROTOCOL","features":[320]},{"name":"NL_SUFFIX_ORIGIN","features":[320]},{"name":"NPI_MODULEID","features":[307,320]},{"name":"NPI_MODULEID_TYPE","features":[320]},{"name":"NSPROTO_IPX","features":[320]},{"name":"NSPROTO_SPX","features":[320]},{"name":"NSPROTO_SPXII","features":[320]},{"name":"NSPV2_ROUTINE","features":[307,320,358]},{"name":"NSP_NOTIFY_APC","features":[320]},{"name":"NSP_NOTIFY_EVENT","features":[320]},{"name":"NSP_NOTIFY_HWND","features":[320]},{"name":"NSP_NOTIFY_IMMEDIATELY","features":[320]},{"name":"NSP_NOTIFY_PORT","features":[320]},{"name":"NSP_ROUTINE","features":[307,320,358,312]},{"name":"NSTYPE_DYNAMIC","features":[320]},{"name":"NSTYPE_ENUMERABLE","features":[320]},{"name":"NSTYPE_HIERARCHICAL","features":[320]},{"name":"NSTYPE_WORKGROUP","features":[320]},{"name":"NS_ALL","features":[320]},{"name":"NS_DEFAULT","features":[320]},{"name":"NS_DHCP","features":[320]},{"name":"NS_DNS","features":[320]},{"name":"NS_EMAIL","features":[320]},{"name":"NS_INFOA","features":[320]},{"name":"NS_INFOW","features":[320]},{"name":"NS_LOCALNAME","features":[320]},{"name":"NS_MS","features":[320]},{"name":"NS_NBP","features":[320]},{"name":"NS_NDS","features":[320]},{"name":"NS_NETBT","features":[320]},{"name":"NS_NETDES","features":[320]},{"name":"NS_NIS","features":[320]},{"name":"NS_NISPLUS","features":[320]},{"name":"NS_NLA","features":[320]},{"name":"NS_NTDS","features":[320]},{"name":"NS_PEER_BROWSE","features":[320]},{"name":"NS_SAP","features":[320]},{"name":"NS_SERVICE_INFOA","features":[320,358]},{"name":"NS_SERVICE_INFOW","features":[320,358]},{"name":"NS_SLP","features":[320]},{"name":"NS_STDA","features":[320]},{"name":"NS_TCPIP_HOSTS","features":[320]},{"name":"NS_TCPIP_LOCAL","features":[320]},{"name":"NS_VNS","features":[320]},{"name":"NS_WINS","features":[320]},{"name":"NS_WRQ","features":[320]},{"name":"NS_X500","features":[320]},{"name":"NetworkCategoryDomainAuthenticated","features":[320]},{"name":"NetworkCategoryPrivate","features":[320]},{"name":"NetworkCategoryPublic","features":[320]},{"name":"NetworkCategoryUnchanged","features":[320]},{"name":"NetworkCategoryUnknown","features":[320]},{"name":"NetworkConnectivityCostHintFixed","features":[320]},{"name":"NetworkConnectivityCostHintUnknown","features":[320]},{"name":"NetworkConnectivityCostHintUnrestricted","features":[320]},{"name":"NetworkConnectivityCostHintVariable","features":[320]},{"name":"NetworkConnectivityLevelHintConstrainedInternetAccess","features":[320]},{"name":"NetworkConnectivityLevelHintHidden","features":[320]},{"name":"NetworkConnectivityLevelHintInternetAccess","features":[320]},{"name":"NetworkConnectivityLevelHintLocalAccess","features":[320]},{"name":"NetworkConnectivityLevelHintNone","features":[320]},{"name":"NetworkConnectivityLevelHintUnknown","features":[320]},{"name":"NlatAnycast","features":[320]},{"name":"NlatBroadcast","features":[320]},{"name":"NlatInvalid","features":[320]},{"name":"NlatMulticast","features":[320]},{"name":"NlatUnicast","features":[320]},{"name":"NlatUnspecified","features":[320]},{"name":"NlbwDisabled","features":[320]},{"name":"NlbwEnabled","features":[320]},{"name":"NlbwUnchanged","features":[320]},{"name":"NldsDeprecated","features":[320]},{"name":"NldsDuplicate","features":[320]},{"name":"NldsInvalid","features":[320]},{"name":"NldsPreferred","features":[320]},{"name":"NldsTentative","features":[320]},{"name":"NlincCategoryStateMax","features":[320]},{"name":"NlincCategoryUnknown","features":[320]},{"name":"NlincDomainAuthenticated","features":[320]},{"name":"NlincPrivate","features":[320]},{"name":"NlincPublic","features":[320]},{"name":"NlnsDelay","features":[320]},{"name":"NlnsIncomplete","features":[320]},{"name":"NlnsMaximum","features":[320]},{"name":"NlnsPermanent","features":[320]},{"name":"NlnsProbe","features":[320]},{"name":"NlnsReachable","features":[320]},{"name":"NlnsStale","features":[320]},{"name":"NlnsUnreachable","features":[320]},{"name":"Nlro6to4","features":[320]},{"name":"NlroDHCP","features":[320]},{"name":"NlroManual","features":[320]},{"name":"NlroRouterAdvertisement","features":[320]},{"name":"NlroWellKnown","features":[320]},{"name":"NlsoDhcp","features":[320]},{"name":"NlsoLinkLayerAddress","features":[320]},{"name":"NlsoManual","features":[320]},{"name":"NlsoOther","features":[320]},{"name":"NlsoRandom","features":[320]},{"name":"NlsoWellKnown","features":[320]},{"name":"PFL_HIDDEN","features":[320]},{"name":"PFL_MATCHES_PROTOCOL_ZERO","features":[320]},{"name":"PFL_MULTIPLE_PROTO_ENTRIES","features":[320]},{"name":"PFL_NETWORKDIRECT_PROVIDER","features":[320]},{"name":"PFL_RECOMMENDED_PROTO_ENTRY","features":[320]},{"name":"PF_APPLETALK","features":[320]},{"name":"PF_ATM","features":[320]},{"name":"PF_BAN","features":[320]},{"name":"PF_CCITT","features":[320]},{"name":"PF_CHAOS","features":[320]},{"name":"PF_DATAKIT","features":[320]},{"name":"PF_DECnet","features":[320]},{"name":"PF_DLI","features":[320]},{"name":"PF_ECMA","features":[320]},{"name":"PF_FIREFOX","features":[320]},{"name":"PF_HYLINK","features":[320]},{"name":"PF_IMPLINK","features":[320]},{"name":"PF_IPX","features":[320]},{"name":"PF_IRDA","features":[320]},{"name":"PF_ISO","features":[320]},{"name":"PF_LAT","features":[320]},{"name":"PF_MAX","features":[320]},{"name":"PF_NS","features":[320]},{"name":"PF_OSI","features":[320]},{"name":"PF_PUP","features":[320]},{"name":"PF_SNA","features":[320]},{"name":"PF_UNIX","features":[320]},{"name":"PF_UNKNOWN1","features":[320]},{"name":"PF_VOICEVIEW","features":[320]},{"name":"PI_ALLOWED","features":[320]},{"name":"PI_NUMBER_NOT_AVAILABLE","features":[320]},{"name":"PI_RESTRICTED","features":[320]},{"name":"PMTUD_STATE","features":[320]},{"name":"POLLERR","features":[320]},{"name":"POLLHUP","features":[320]},{"name":"POLLIN","features":[320]},{"name":"POLLNVAL","features":[320]},{"name":"POLLOUT","features":[320]},{"name":"POLLPRI","features":[320]},{"name":"POLLRDBAND","features":[320]},{"name":"POLLRDNORM","features":[320]},{"name":"POLLWRBAND","features":[320]},{"name":"POLLWRNORM","features":[320]},{"name":"PRIORITY_STATUS","features":[320]},{"name":"PROP_ADDRESSES","features":[320]},{"name":"PROP_ALL","features":[320]},{"name":"PROP_COMMENT","features":[320]},{"name":"PROP_DISPLAY_HINT","features":[320]},{"name":"PROP_LOCALE","features":[320]},{"name":"PROP_MACHINE","features":[320]},{"name":"PROP_SD","features":[320]},{"name":"PROP_START_TIME","features":[320]},{"name":"PROP_VERSION","features":[320]},{"name":"PROTECTION_LEVEL_DEFAULT","features":[320]},{"name":"PROTECTION_LEVEL_EDGERESTRICTED","features":[320]},{"name":"PROTECTION_LEVEL_RESTRICTED","features":[320]},{"name":"PROTECTION_LEVEL_UNRESTRICTED","features":[320]},{"name":"PROTOCOL_INFOA","features":[320]},{"name":"PROTOCOL_INFOW","features":[320]},{"name":"PROTOENT","features":[320]},{"name":"PROTO_IP_BBN","features":[320]},{"name":"PROTO_IP_BGP","features":[320]},{"name":"PROTO_IP_CISCO","features":[320]},{"name":"PROTO_IP_DHCP","features":[320]},{"name":"PROTO_IP_DVMRP","features":[320]},{"name":"PROTO_IP_EGP","features":[320]},{"name":"PROTO_IP_EIGRP","features":[320]},{"name":"PROTO_IP_ES_IS","features":[320]},{"name":"PROTO_IP_GGP","features":[320]},{"name":"PROTO_IP_HELLO","features":[320]},{"name":"PROTO_IP_ICMP","features":[320]},{"name":"PROTO_IP_IDPR","features":[320]},{"name":"PROTO_IP_IS_IS","features":[320]},{"name":"PROTO_IP_LOCAL","features":[320]},{"name":"PROTO_IP_NETMGMT","features":[320]},{"name":"PROTO_IP_NT_AUTOSTATIC","features":[320]},{"name":"PROTO_IP_NT_STATIC","features":[320]},{"name":"PROTO_IP_NT_STATIC_NON_DOD","features":[320]},{"name":"PROTO_IP_OSPF","features":[320]},{"name":"PROTO_IP_OTHER","features":[320]},{"name":"PROTO_IP_RIP","features":[320]},{"name":"PROTO_IP_RPL","features":[320]},{"name":"PVD_CONFIG","features":[320]},{"name":"ProcessSocketNotifications","features":[307,320,312]},{"name":"ProviderInfoAudit","features":[320]},{"name":"ProviderInfoLspCategories","features":[320]},{"name":"ProviderLevel_None","features":[320]},{"name":"ProviderLevel_Primary","features":[320]},{"name":"ProviderLevel_Secondary","features":[320]},{"name":"ProviderType_Application","features":[320]},{"name":"ProviderType_Service","features":[320]},{"name":"Q2931_IE","features":[320]},{"name":"Q2931_IE_TYPE","features":[320]},{"name":"QOS","features":[320]},{"name":"QOS_CLASS0","features":[320]},{"name":"QOS_CLASS1","features":[320]},{"name":"QOS_CLASS2","features":[320]},{"name":"QOS_CLASS3","features":[320]},{"name":"QOS_CLASS4","features":[320]},{"name":"RCVALL_IF","features":[320]},{"name":"RCVALL_IPLEVEL","features":[320]},{"name":"RCVALL_OFF","features":[320]},{"name":"RCVALL_ON","features":[320]},{"name":"RCVALL_SOCKETLEVELONLY","features":[320]},{"name":"RCVALL_VALUE","features":[320]},{"name":"REAL_TIME_NOTIFICATION_CAPABILITY","features":[320]},{"name":"REAL_TIME_NOTIFICATION_CAPABILITY_EX","features":[320]},{"name":"REAL_TIME_NOTIFICATION_SETTING_INPUT","features":[320]},{"name":"REAL_TIME_NOTIFICATION_SETTING_INPUT_EX","features":[307,320]},{"name":"REAL_TIME_NOTIFICATION_SETTING_OUTPUT","features":[320]},{"name":"RESOURCEDISPLAYTYPE_DOMAIN","features":[320]},{"name":"RESOURCEDISPLAYTYPE_FILE","features":[320]},{"name":"RESOURCEDISPLAYTYPE_GENERIC","features":[320]},{"name":"RESOURCEDISPLAYTYPE_GROUP","features":[320]},{"name":"RESOURCEDISPLAYTYPE_SERVER","features":[320]},{"name":"RESOURCEDISPLAYTYPE_SHARE","features":[320]},{"name":"RESOURCEDISPLAYTYPE_TREE","features":[320]},{"name":"RESOURCE_DISPLAY_TYPE","features":[320]},{"name":"RESULT_IS_ADDED","features":[320]},{"name":"RESULT_IS_ALIAS","features":[320]},{"name":"RESULT_IS_CHANGED","features":[320]},{"name":"RESULT_IS_DELETED","features":[320]},{"name":"RES_FIND_MULTIPLE","features":[320]},{"name":"RES_FLUSH_CACHE","features":[320]},{"name":"RES_SERVICE","features":[320]},{"name":"RES_SOFT_SEARCH","features":[320]},{"name":"RES_UNUSED_1","features":[320]},{"name":"RIORESULT","features":[320]},{"name":"RIO_BUF","features":[320]},{"name":"RIO_BUFFERID","features":[320]},{"name":"RIO_CMSG_BUFFER","features":[320]},{"name":"RIO_CORRUPT_CQ","features":[320]},{"name":"RIO_CQ","features":[320]},{"name":"RIO_EVENT_COMPLETION","features":[320]},{"name":"RIO_EXTENSION_FUNCTION_TABLE","features":[307,320]},{"name":"RIO_IOCP_COMPLETION","features":[320]},{"name":"RIO_MAX_CQ_SIZE","features":[320]},{"name":"RIO_MSG_COMMIT_ONLY","features":[320]},{"name":"RIO_MSG_DEFER","features":[320]},{"name":"RIO_MSG_DONT_NOTIFY","features":[320]},{"name":"RIO_MSG_WAITALL","features":[320]},{"name":"RIO_NOTIFICATION_COMPLETION","features":[307,320]},{"name":"RIO_NOTIFICATION_COMPLETION_TYPE","features":[320]},{"name":"RIO_RQ","features":[320]},{"name":"RM_ADD_RECEIVE_IF","features":[320]},{"name":"RM_DEL_RECEIVE_IF","features":[320]},{"name":"RM_FEC_INFO","features":[307,320]},{"name":"RM_FLUSHCACHE","features":[320]},{"name":"RM_HIGH_SPEED_INTRANET_OPT","features":[320]},{"name":"RM_LATEJOIN","features":[320]},{"name":"RM_OPTIONSBASE","features":[320]},{"name":"RM_RATE_WINDOW_SIZE","features":[320]},{"name":"RM_RECEIVER_STATISTICS","features":[320]},{"name":"RM_RECEIVER_STATS","features":[320]},{"name":"RM_SENDER_STATISTICS","features":[320]},{"name":"RM_SENDER_STATS","features":[320]},{"name":"RM_SENDER_WINDOW_ADVANCE_METHOD","features":[320]},{"name":"RM_SEND_WINDOW","features":[320]},{"name":"RM_SEND_WINDOW_ADV_RATE","features":[320]},{"name":"RM_SET_MCAST_TTL","features":[320]},{"name":"RM_SET_MESSAGE_BOUNDARY","features":[320]},{"name":"RM_SET_SEND_IF","features":[320]},{"name":"RM_USE_FEC","features":[320]},{"name":"RNRSERVICE_DELETE","features":[320]},{"name":"RNRSERVICE_DEREGISTER","features":[320]},{"name":"RNRSERVICE_REGISTER","features":[320]},{"name":"RSS_SCALABILITY_INFO","features":[307,320]},{"name":"RouteProtocolBbn","features":[320]},{"name":"RouteProtocolBgp","features":[320]},{"name":"RouteProtocolCisco","features":[320]},{"name":"RouteProtocolDhcp","features":[320]},{"name":"RouteProtocolDvmrp","features":[320]},{"name":"RouteProtocolEgp","features":[320]},{"name":"RouteProtocolEigrp","features":[320]},{"name":"RouteProtocolEsIs","features":[320]},{"name":"RouteProtocolGgp","features":[320]},{"name":"RouteProtocolHello","features":[320]},{"name":"RouteProtocolIcmp","features":[320]},{"name":"RouteProtocolIdpr","features":[320]},{"name":"RouteProtocolIsIs","features":[320]},{"name":"RouteProtocolLocal","features":[320]},{"name":"RouteProtocolNetMgmt","features":[320]},{"name":"RouteProtocolOspf","features":[320]},{"name":"RouteProtocolOther","features":[320]},{"name":"RouteProtocolRip","features":[320]},{"name":"RouteProtocolRpl","features":[320]},{"name":"RouterDiscoveryDhcp","features":[320]},{"name":"RouterDiscoveryDisabled","features":[320]},{"name":"RouterDiscoveryEnabled","features":[320]},{"name":"RouterDiscoveryUnchanged","features":[320]},{"name":"RtlEthernetAddressToStringA","features":[320]},{"name":"RtlEthernetAddressToStringW","features":[320]},{"name":"RtlEthernetStringToAddressA","features":[320]},{"name":"RtlEthernetStringToAddressW","features":[320]},{"name":"RtlIpv4AddressToStringA","features":[320]},{"name":"RtlIpv4AddressToStringExA","features":[320]},{"name":"RtlIpv4AddressToStringExW","features":[320]},{"name":"RtlIpv4AddressToStringW","features":[320]},{"name":"RtlIpv4StringToAddressA","features":[307,320]},{"name":"RtlIpv4StringToAddressExA","features":[307,320]},{"name":"RtlIpv4StringToAddressExW","features":[307,320]},{"name":"RtlIpv4StringToAddressW","features":[307,320]},{"name":"RtlIpv6AddressToStringA","features":[320]},{"name":"RtlIpv6AddressToStringExA","features":[320]},{"name":"RtlIpv6AddressToStringExW","features":[320]},{"name":"RtlIpv6AddressToStringW","features":[320]},{"name":"RtlIpv6StringToAddressA","features":[320]},{"name":"RtlIpv6StringToAddressExA","features":[320]},{"name":"RtlIpv6StringToAddressExW","features":[320]},{"name":"RtlIpv6StringToAddressW","features":[320]},{"name":"SAP_FIELD_ABSENT","features":[320]},{"name":"SAP_FIELD_ANY","features":[320]},{"name":"SAP_FIELD_ANY_AESA_REST","features":[320]},{"name":"SAP_FIELD_ANY_AESA_SEL","features":[320]},{"name":"SCOPE_ID","features":[320]},{"name":"SCOPE_LEVEL","features":[320]},{"name":"SD_BOTH","features":[320]},{"name":"SD_RECEIVE","features":[320]},{"name":"SD_SEND","features":[320]},{"name":"SECURITY_PROTOCOL_NONE","features":[320]},{"name":"SENDER_DEFAULT_LATE_JOINER_PERCENTAGE","features":[320]},{"name":"SENDER_DEFAULT_RATE_KBITS_PER_SEC","features":[320]},{"name":"SENDER_DEFAULT_WINDOW_ADV_PERCENTAGE","features":[320]},{"name":"SENDER_MAX_LATE_JOINER_PERCENTAGE","features":[320]},{"name":"SEND_RECV_FLAGS","features":[320]},{"name":"SERVENT","features":[320]},{"name":"SERVENT","features":[320]},{"name":"SERVICE_ADDRESS","features":[320]},{"name":"SERVICE_ADDRESSES","features":[320]},{"name":"SERVICE_ADDRESS_FLAG_RPC_CN","features":[320]},{"name":"SERVICE_ADDRESS_FLAG_RPC_DG","features":[320]},{"name":"SERVICE_ADDRESS_FLAG_RPC_NB","features":[320]},{"name":"SERVICE_ADD_TYPE","features":[320]},{"name":"SERVICE_ASYNC_INFO","features":[307,320]},{"name":"SERVICE_DELETE_TYPE","features":[320]},{"name":"SERVICE_DEREGISTER","features":[320]},{"name":"SERVICE_FLAG_DEFER","features":[320]},{"name":"SERVICE_FLAG_HARD","features":[320]},{"name":"SERVICE_FLUSH","features":[320]},{"name":"SERVICE_INFOA","features":[320,358]},{"name":"SERVICE_INFOW","features":[320,358]},{"name":"SERVICE_LOCAL","features":[320]},{"name":"SERVICE_MULTIPLE","features":[320]},{"name":"SERVICE_REGISTER","features":[320]},{"name":"SERVICE_RESOURCE","features":[320]},{"name":"SERVICE_SERVICE","features":[320]},{"name":"SERVICE_TYPE_INFO","features":[320]},{"name":"SERVICE_TYPE_INFO_ABSA","features":[320]},{"name":"SERVICE_TYPE_INFO_ABSW","features":[320]},{"name":"SERVICE_TYPE_VALUE","features":[320]},{"name":"SERVICE_TYPE_VALUE_ABSA","features":[320]},{"name":"SERVICE_TYPE_VALUE_ABSW","features":[320]},{"name":"SERVICE_TYPE_VALUE_CONN","features":[320]},{"name":"SERVICE_TYPE_VALUE_CONNA","features":[320]},{"name":"SERVICE_TYPE_VALUE_CONNW","features":[320]},{"name":"SERVICE_TYPE_VALUE_IPXPORTA","features":[320]},{"name":"SERVICE_TYPE_VALUE_IPXPORTW","features":[320]},{"name":"SERVICE_TYPE_VALUE_OBJECTID","features":[320]},{"name":"SERVICE_TYPE_VALUE_OBJECTIDA","features":[320]},{"name":"SERVICE_TYPE_VALUE_OBJECTIDW","features":[320]},{"name":"SERVICE_TYPE_VALUE_SAPID","features":[320]},{"name":"SERVICE_TYPE_VALUE_SAPIDA","features":[320]},{"name":"SERVICE_TYPE_VALUE_SAPIDW","features":[320]},{"name":"SERVICE_TYPE_VALUE_TCPPORT","features":[320]},{"name":"SERVICE_TYPE_VALUE_TCPPORTA","features":[320]},{"name":"SERVICE_TYPE_VALUE_TCPPORTW","features":[320]},{"name":"SERVICE_TYPE_VALUE_UDPPORT","features":[320]},{"name":"SERVICE_TYPE_VALUE_UDPPORTA","features":[320]},{"name":"SERVICE_TYPE_VALUE_UDPPORTW","features":[320]},{"name":"SET_SERVICE_OPERATION","features":[320]},{"name":"SET_SERVICE_PARTIAL_SUCCESS","features":[320]},{"name":"SG_CONSTRAINED_GROUP","features":[320]},{"name":"SG_UNCONSTRAINED_GROUP","features":[320]},{"name":"SIOCATMARK","features":[320]},{"name":"SIOCGHIWAT","features":[320]},{"name":"SIOCGLOWAT","features":[320]},{"name":"SIOCSHIWAT","features":[320]},{"name":"SIOCSLOWAT","features":[320]},{"name":"SIO_ABSORB_RTRALERT","features":[320]},{"name":"SIO_ACQUIRE_PORT_RESERVATION","features":[320]},{"name":"SIO_ADDRESS_LIST_CHANGE","features":[320]},{"name":"SIO_ADDRESS_LIST_QUERY","features":[320]},{"name":"SIO_ADDRESS_LIST_SORT","features":[320]},{"name":"SIO_AF_UNIX_GETPEERPID","features":[320]},{"name":"SIO_AF_UNIX_SETBINDPARENTPATH","features":[320]},{"name":"SIO_AF_UNIX_SETCONNPARENTPATH","features":[320]},{"name":"SIO_APPLY_TRANSPORT_SETTING","features":[320]},{"name":"SIO_ASSOCIATE_HANDLE","features":[320]},{"name":"SIO_ASSOCIATE_PORT_RESERVATION","features":[320]},{"name":"SIO_ASSOCIATE_PVC","features":[320]},{"name":"SIO_BASE_HANDLE","features":[320]},{"name":"SIO_BSP_HANDLE","features":[320]},{"name":"SIO_BSP_HANDLE_POLL","features":[320]},{"name":"SIO_BSP_HANDLE_SELECT","features":[320]},{"name":"SIO_CPU_AFFINITY","features":[320]},{"name":"SIO_DELETE_PEER_TARGET_NAME","features":[320]},{"name":"SIO_ENABLE_CIRCULAR_QUEUEING","features":[320]},{"name":"SIO_EXT_POLL","features":[320]},{"name":"SIO_EXT_SELECT","features":[320]},{"name":"SIO_EXT_SENDMSG","features":[320]},{"name":"SIO_FIND_ROUTE","features":[320]},{"name":"SIO_FLUSH","features":[320]},{"name":"SIO_GET_ATM_ADDRESS","features":[320]},{"name":"SIO_GET_ATM_CONNECTION_ID","features":[320]},{"name":"SIO_GET_BROADCAST_ADDRESS","features":[320]},{"name":"SIO_GET_EXTENSION_FUNCTION_POINTER","features":[320]},{"name":"SIO_GET_GROUP_QOS","features":[320]},{"name":"SIO_GET_MULTIPLE_EXTENSION_FUNCTION_POINTER","features":[320]},{"name":"SIO_GET_NUMBER_OF_ATM_DEVICES","features":[320]},{"name":"SIO_GET_QOS","features":[320]},{"name":"SIO_GET_TX_TIMESTAMP","features":[320]},{"name":"SIO_INDEX_ADD_MCAST","features":[320]},{"name":"SIO_INDEX_BIND","features":[320]},{"name":"SIO_INDEX_DEL_MCAST","features":[320]},{"name":"SIO_INDEX_MCASTIF","features":[320]},{"name":"SIO_KEEPALIVE_VALS","features":[320]},{"name":"SIO_LIMIT_BROADCASTS","features":[320]},{"name":"SIO_LOOPBACK_FAST_PATH","features":[320]},{"name":"SIO_MULTICAST_SCOPE","features":[320]},{"name":"SIO_MULTIPOINT_LOOPBACK","features":[320]},{"name":"SIO_NSP_NOTIFY_CHANGE","features":[320]},{"name":"SIO_PRIORITY_HINT","features":[320]},{"name":"SIO_QUERY_RSS_PROCESSOR_INFO","features":[320]},{"name":"SIO_QUERY_RSS_SCALABILITY_INFO","features":[320]},{"name":"SIO_QUERY_SECURITY","features":[320]},{"name":"SIO_QUERY_TARGET_PNP_HANDLE","features":[320]},{"name":"SIO_QUERY_TRANSPORT_SETTING","features":[320]},{"name":"SIO_QUERY_WFP_ALE_ENDPOINT_HANDLE","features":[320]},{"name":"SIO_QUERY_WFP_CONNECTION_REDIRECT_CONTEXT","features":[320]},{"name":"SIO_QUERY_WFP_CONNECTION_REDIRECT_RECORDS","features":[320]},{"name":"SIO_RCVALL","features":[320]},{"name":"SIO_RCVALL_IF","features":[320]},{"name":"SIO_RCVALL_IGMPMCAST","features":[320]},{"name":"SIO_RCVALL_MCAST","features":[320]},{"name":"SIO_RCVALL_MCAST_IF","features":[320]},{"name":"SIO_RELEASE_PORT_RESERVATION","features":[320]},{"name":"SIO_RESERVED_1","features":[320]},{"name":"SIO_RESERVED_2","features":[320]},{"name":"SIO_ROUTING_INTERFACE_CHANGE","features":[320]},{"name":"SIO_ROUTING_INTERFACE_QUERY","features":[320]},{"name":"SIO_SET_COMPATIBILITY_MODE","features":[320]},{"name":"SIO_SET_GROUP_QOS","features":[320]},{"name":"SIO_SET_PEER_TARGET_NAME","features":[320]},{"name":"SIO_SET_PRIORITY_HINT","features":[320]},{"name":"SIO_SET_QOS","features":[320]},{"name":"SIO_SET_SECURITY","features":[320]},{"name":"SIO_SET_WFP_CONNECTION_REDIRECT_RECORDS","features":[320]},{"name":"SIO_SOCKET_CLOSE_NOTIFY","features":[320]},{"name":"SIO_SOCKET_USAGE_NOTIFICATION","features":[320]},{"name":"SIO_TCP_INFO","features":[320]},{"name":"SIO_TCP_INITIAL_RTO","features":[320]},{"name":"SIO_TCP_SET_ACK_FREQUENCY","features":[320]},{"name":"SIO_TCP_SET_ICW","features":[320]},{"name":"SIO_TIMESTAMPING","features":[320]},{"name":"SIO_TRANSLATE_HANDLE","features":[320]},{"name":"SIO_UCAST_IF","features":[320]},{"name":"SIO_UDP_CONNRESET","features":[320]},{"name":"SIO_UDP_NETRESET","features":[320]},{"name":"SIZEOF_IP_OPT_ROUTERALERT","features":[320]},{"name":"SIZEOF_IP_OPT_ROUTING_HEADER","features":[320]},{"name":"SIZEOF_IP_OPT_SECURITY","features":[320]},{"name":"SIZEOF_IP_OPT_STREAMIDENTIFIER","features":[320]},{"name":"SIZEOF_IP_OPT_TIMESTAMP_HEADER","features":[320]},{"name":"SI_NETWORK","features":[320]},{"name":"SI_USER_FAILED","features":[320]},{"name":"SI_USER_NOT_SCREENED","features":[320]},{"name":"SI_USER_PASSED","features":[320]},{"name":"SNAP_CONTROL","features":[320]},{"name":"SNAP_DSAP","features":[320]},{"name":"SNAP_HEADER","features":[320]},{"name":"SNAP_OUI","features":[320]},{"name":"SNAP_SSAP","features":[320]},{"name":"SOCKADDR","features":[320]},{"name":"SOCKADDR_ATM","features":[320]},{"name":"SOCKADDR_DL","features":[320]},{"name":"SOCKADDR_IN","features":[320]},{"name":"SOCKADDR_IN6","features":[320]},{"name":"SOCKADDR_IN6_PAIR","features":[320]},{"name":"SOCKADDR_IN6_W2KSP1","features":[320]},{"name":"SOCKADDR_INET","features":[320]},{"name":"SOCKADDR_IPX","features":[320]},{"name":"SOCKADDR_IRDA","features":[320]},{"name":"SOCKADDR_NB","features":[320]},{"name":"SOCKADDR_STORAGE","features":[320]},{"name":"SOCKADDR_STORAGE_XP","features":[320]},{"name":"SOCKADDR_TP","features":[320]},{"name":"SOCKADDR_UN","features":[320]},{"name":"SOCKADDR_VNS","features":[320]},{"name":"SOCKET","features":[320]},{"name":"SOCKET_ADDRESS","features":[320]},{"name":"SOCKET_ADDRESS_LIST","features":[320]},{"name":"SOCKET_DEFAULT2_QM_POLICY","features":[320]},{"name":"SOCKET_ERROR","features":[320]},{"name":"SOCKET_INFO_CONNECTION_ENCRYPTED","features":[320]},{"name":"SOCKET_INFO_CONNECTION_IMPERSONATED","features":[320]},{"name":"SOCKET_INFO_CONNECTION_SECURED","features":[320]},{"name":"SOCKET_PEER_TARGET_NAME","features":[320]},{"name":"SOCKET_PRIORITY_HINT","features":[320]},{"name":"SOCKET_PROCESSOR_AFFINITY","features":[320,313]},{"name":"SOCKET_QUERY_IPSEC2_ABORT_CONNECTION_ON_FIELD_CHANGE","features":[320]},{"name":"SOCKET_QUERY_IPSEC2_FIELD_MASK_MM_SA_ID","features":[320]},{"name":"SOCKET_QUERY_IPSEC2_FIELD_MASK_QM_SA_ID","features":[320]},{"name":"SOCKET_SECURITY_PROTOCOL","features":[320]},{"name":"SOCKET_SECURITY_PROTOCOL_DEFAULT","features":[320]},{"name":"SOCKET_SECURITY_PROTOCOL_INVALID","features":[320]},{"name":"SOCKET_SECURITY_PROTOCOL_IPSEC","features":[320]},{"name":"SOCKET_SECURITY_PROTOCOL_IPSEC2","features":[320]},{"name":"SOCKET_SECURITY_QUERY_INFO","features":[320]},{"name":"SOCKET_SECURITY_QUERY_INFO_IPSEC2","features":[320]},{"name":"SOCKET_SECURITY_QUERY_TEMPLATE","features":[320]},{"name":"SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2","features":[320]},{"name":"SOCKET_SECURITY_SETTINGS","features":[320]},{"name":"SOCKET_SECURITY_SETTINGS_IPSEC","features":[320]},{"name":"SOCKET_SETTINGS_ALLOW_INSECURE","features":[320]},{"name":"SOCKET_SETTINGS_GUARANTEE_ENCRYPTION","features":[320]},{"name":"SOCKET_SETTINGS_IPSEC_ALLOW_FIRST_INBOUND_PKT_UNENCRYPTED","features":[320]},{"name":"SOCKET_SETTINGS_IPSEC_OPTIONAL_PEER_NAME_VERIFICATION","features":[320]},{"name":"SOCKET_SETTINGS_IPSEC_PEER_NAME_IS_RAW_FORMAT","features":[320]},{"name":"SOCKET_SETTINGS_IPSEC_SKIP_FILTER_INSTANTIATION","features":[320]},{"name":"SOCKET_USAGE_TYPE","features":[320]},{"name":"SOCK_DGRAM","features":[320]},{"name":"SOCK_NOTIFY_EVENT_ERR","features":[320]},{"name":"SOCK_NOTIFY_EVENT_HANGUP","features":[320]},{"name":"SOCK_NOTIFY_EVENT_IN","features":[320]},{"name":"SOCK_NOTIFY_EVENT_OUT","features":[320]},{"name":"SOCK_NOTIFY_EVENT_REMOVE","features":[320]},{"name":"SOCK_NOTIFY_OP_DISABLE","features":[320]},{"name":"SOCK_NOTIFY_OP_ENABLE","features":[320]},{"name":"SOCK_NOTIFY_OP_NONE","features":[320]},{"name":"SOCK_NOTIFY_OP_REMOVE","features":[320]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_HANGUP","features":[320]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_IN","features":[320]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_NONE","features":[320]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_OUT","features":[320]},{"name":"SOCK_NOTIFY_REGISTRATION","features":[320]},{"name":"SOCK_NOTIFY_TRIGGER_EDGE","features":[320]},{"name":"SOCK_NOTIFY_TRIGGER_LEVEL","features":[320]},{"name":"SOCK_NOTIFY_TRIGGER_ONESHOT","features":[320]},{"name":"SOCK_NOTIFY_TRIGGER_PERSISTENT","features":[320]},{"name":"SOCK_RAW","features":[320]},{"name":"SOCK_RDM","features":[320]},{"name":"SOCK_SEQPACKET","features":[320]},{"name":"SOCK_STREAM","features":[320]},{"name":"SOL_IP","features":[320]},{"name":"SOL_IPV6","features":[320]},{"name":"SOL_IRLMP","features":[320]},{"name":"SOL_SOCKET","features":[320]},{"name":"SOMAXCONN","features":[320]},{"name":"SO_ACCEPTCONN","features":[320]},{"name":"SO_BROADCAST","features":[320]},{"name":"SO_BSP_STATE","features":[320]},{"name":"SO_COMPARTMENT_ID","features":[320]},{"name":"SO_CONDITIONAL_ACCEPT","features":[320]},{"name":"SO_CONNDATA","features":[320]},{"name":"SO_CONNDATALEN","features":[320]},{"name":"SO_CONNECT_TIME","features":[320]},{"name":"SO_CONNOPT","features":[320]},{"name":"SO_CONNOPTLEN","features":[320]},{"name":"SO_DEBUG","features":[320]},{"name":"SO_DISCDATA","features":[320]},{"name":"SO_DISCDATALEN","features":[320]},{"name":"SO_DISCOPT","features":[320]},{"name":"SO_DISCOPTLEN","features":[320]},{"name":"SO_DONTLINGER","features":[320]},{"name":"SO_DONTROUTE","features":[320]},{"name":"SO_ERROR","features":[320]},{"name":"SO_EXCLUSIVEADDRUSE","features":[320]},{"name":"SO_GROUP_ID","features":[320]},{"name":"SO_GROUP_PRIORITY","features":[320]},{"name":"SO_KEEPALIVE","features":[320]},{"name":"SO_LINGER","features":[320]},{"name":"SO_MAXDG","features":[320]},{"name":"SO_MAXPATHDG","features":[320]},{"name":"SO_MAX_MSG_SIZE","features":[320]},{"name":"SO_OOBINLINE","features":[320]},{"name":"SO_OPENTYPE","features":[320]},{"name":"SO_ORIGINAL_DST","features":[320]},{"name":"SO_PAUSE_ACCEPT","features":[320]},{"name":"SO_PORT_SCALABILITY","features":[320]},{"name":"SO_PROTOCOL_INFO","features":[320]},{"name":"SO_PROTOCOL_INFOA","features":[320]},{"name":"SO_PROTOCOL_INFOW","features":[320]},{"name":"SO_RANDOMIZE_PORT","features":[320]},{"name":"SO_RCVBUF","features":[320]},{"name":"SO_RCVLOWAT","features":[320]},{"name":"SO_RCVTIMEO","features":[320]},{"name":"SO_REUSEADDR","features":[320]},{"name":"SO_REUSE_MULTICASTPORT","features":[320]},{"name":"SO_REUSE_UNICASTPORT","features":[320]},{"name":"SO_SNDBUF","features":[320]},{"name":"SO_SNDLOWAT","features":[320]},{"name":"SO_SNDTIMEO","features":[320]},{"name":"SO_SYNCHRONOUS_ALERT","features":[320]},{"name":"SO_SYNCHRONOUS_NONALERT","features":[320]},{"name":"SO_TIMESTAMP","features":[320]},{"name":"SO_TIMESTAMP_ID","features":[320]},{"name":"SO_TYPE","features":[320]},{"name":"SO_UPDATE_ACCEPT_CONTEXT","features":[320]},{"name":"SO_UPDATE_CONNECT_CONTEXT","features":[320]},{"name":"SO_USELOOPBACK","features":[320]},{"name":"SYSTEM_CRITICAL_SOCKET","features":[320]},{"name":"ScopeLevelAdmin","features":[320]},{"name":"ScopeLevelCount","features":[320]},{"name":"ScopeLevelGlobal","features":[320]},{"name":"ScopeLevelInterface","features":[320]},{"name":"ScopeLevelLink","features":[320]},{"name":"ScopeLevelOrganization","features":[320]},{"name":"ScopeLevelSite","features":[320]},{"name":"ScopeLevelSubnet","features":[320]},{"name":"SetAddrInfoExA","features":[307,320,358,312]},{"name":"SetAddrInfoExW","features":[307,320,358,312]},{"name":"SetServiceA","features":[307,320,358]},{"name":"SetServiceW","features":[307,320,358]},{"name":"SetSocketMediaStreamingMode","features":[307,320]},{"name":"SocketMaximumPriorityHintType","features":[320]},{"name":"SocketPriorityHintLow","features":[320]},{"name":"SocketPriorityHintNormal","features":[320]},{"name":"SocketPriorityHintVeryLow","features":[320]},{"name":"TCPSTATE","features":[320]},{"name":"TCPSTATE_CLOSED","features":[320]},{"name":"TCPSTATE_CLOSE_WAIT","features":[320]},{"name":"TCPSTATE_CLOSING","features":[320]},{"name":"TCPSTATE_ESTABLISHED","features":[320]},{"name":"TCPSTATE_FIN_WAIT_1","features":[320]},{"name":"TCPSTATE_FIN_WAIT_2","features":[320]},{"name":"TCPSTATE_LAST_ACK","features":[320]},{"name":"TCPSTATE_LISTEN","features":[320]},{"name":"TCPSTATE_MAX","features":[320]},{"name":"TCPSTATE_SYN_RCVD","features":[320]},{"name":"TCPSTATE_SYN_SENT","features":[320]},{"name":"TCPSTATE_TIME_WAIT","features":[320]},{"name":"TCP_ACK_FREQUENCY_PARAMETERS","features":[320]},{"name":"TCP_ATMARK","features":[320]},{"name":"TCP_BSDURGENT","features":[320]},{"name":"TCP_CONGESTION_ALGORITHM","features":[320]},{"name":"TCP_DELAY_FIN_ACK","features":[320]},{"name":"TCP_EXPEDITED_1122","features":[320]},{"name":"TCP_FAIL_CONNECT_ON_ICMP_ERROR","features":[320]},{"name":"TCP_FASTOPEN","features":[320]},{"name":"TCP_HDR","features":[320]},{"name":"TCP_ICMP_ERROR_INFO","features":[320]},{"name":"TCP_ICW_LEVEL","features":[320]},{"name":"TCP_ICW_LEVEL_AGGRESSIVE","features":[320]},{"name":"TCP_ICW_LEVEL_COMPAT","features":[320]},{"name":"TCP_ICW_LEVEL_DEFAULT","features":[320]},{"name":"TCP_ICW_LEVEL_EXPERIMENTAL","features":[320]},{"name":"TCP_ICW_LEVEL_HIGH","features":[320]},{"name":"TCP_ICW_LEVEL_MAX","features":[320]},{"name":"TCP_ICW_LEVEL_VERY_HIGH","features":[320]},{"name":"TCP_ICW_PARAMETERS","features":[320]},{"name":"TCP_INFO_v0","features":[307,320]},{"name":"TCP_INFO_v1","features":[307,320]},{"name":"TCP_INITIAL_RTO_DEFAULT_MAX_SYN_RETRANSMISSIONS","features":[320]},{"name":"TCP_INITIAL_RTO_DEFAULT_RTT","features":[320]},{"name":"TCP_INITIAL_RTO_NO_SYN_RETRANSMISSIONS","features":[320]},{"name":"TCP_INITIAL_RTO_PARAMETERS","features":[320]},{"name":"TCP_INITIAL_RTO_UNSPECIFIED_MAX_SYN_RETRANSMISSIONS","features":[320]},{"name":"TCP_KEEPALIVE","features":[320]},{"name":"TCP_KEEPCNT","features":[320]},{"name":"TCP_KEEPIDLE","features":[320]},{"name":"TCP_KEEPINTVL","features":[320]},{"name":"TCP_MAXRT","features":[320]},{"name":"TCP_MAXRTMS","features":[320]},{"name":"TCP_MAXSEG","features":[320]},{"name":"TCP_NODELAY","features":[320]},{"name":"TCP_NOSYNRETRIES","features":[320]},{"name":"TCP_NOURG","features":[320]},{"name":"TCP_OFFLOAD_NOT_PREFERRED","features":[320]},{"name":"TCP_OFFLOAD_NO_PREFERENCE","features":[320]},{"name":"TCP_OFFLOAD_PREFERENCE","features":[320]},{"name":"TCP_OFFLOAD_PREFERRED","features":[320]},{"name":"TCP_OPT_FASTOPEN","features":[320]},{"name":"TCP_OPT_MSS","features":[320]},{"name":"TCP_OPT_SACK","features":[320]},{"name":"TCP_OPT_SACK_PERMITTED","features":[320]},{"name":"TCP_OPT_TS","features":[320]},{"name":"TCP_OPT_UNKNOWN","features":[320]},{"name":"TCP_OPT_WS","features":[320]},{"name":"TCP_STDURG","features":[320]},{"name":"TCP_TIMESTAMPS","features":[320]},{"name":"TF_DISCONNECT","features":[320]},{"name":"TF_REUSE_SOCKET","features":[320]},{"name":"TF_USE_DEFAULT_WORKER","features":[320]},{"name":"TF_USE_KERNEL_APC","features":[320]},{"name":"TF_USE_SYSTEM_THREAD","features":[320]},{"name":"TF_WRITE_BEHIND","features":[320]},{"name":"TH_ACK","features":[320]},{"name":"TH_CWR","features":[320]},{"name":"TH_ECE","features":[320]},{"name":"TH_FIN","features":[320]},{"name":"TH_NETDEV","features":[320]},{"name":"TH_OPT_EOL","features":[320]},{"name":"TH_OPT_FASTOPEN","features":[320]},{"name":"TH_OPT_MSS","features":[320]},{"name":"TH_OPT_NOP","features":[320]},{"name":"TH_OPT_SACK","features":[320]},{"name":"TH_OPT_SACK_PERMITTED","features":[320]},{"name":"TH_OPT_TS","features":[320]},{"name":"TH_OPT_WS","features":[320]},{"name":"TH_PSH","features":[320]},{"name":"TH_RST","features":[320]},{"name":"TH_SYN","features":[320]},{"name":"TH_TAPI","features":[320]},{"name":"TH_URG","features":[320]},{"name":"TIMESTAMPING_CONFIG","features":[320]},{"name":"TIMESTAMPING_FLAG_RX","features":[320]},{"name":"TIMESTAMPING_FLAG_TX","features":[320]},{"name":"TIMEVAL","features":[320]},{"name":"TNS_PLAN_CARRIER_ID_CODE","features":[320]},{"name":"TNS_TYPE_NATIONAL","features":[320]},{"name":"TP_DISCONNECT","features":[320]},{"name":"TP_ELEMENT_EOP","features":[320]},{"name":"TP_ELEMENT_FILE","features":[320]},{"name":"TP_ELEMENT_MEMORY","features":[320]},{"name":"TP_REUSE_SOCKET","features":[320]},{"name":"TP_USE_DEFAULT_WORKER","features":[320]},{"name":"TP_USE_KERNEL_APC","features":[320]},{"name":"TP_USE_SYSTEM_THREAD","features":[320]},{"name":"TRANSMIT_FILE_BUFFERS","features":[320]},{"name":"TRANSMIT_PACKETS_ELEMENT","features":[307,320]},{"name":"TRANSPORT_SETTING_ID","features":[320]},{"name":"TR_END_TO_END","features":[320]},{"name":"TR_NOIND","features":[320]},{"name":"TR_NO_END_TO_END","features":[320]},{"name":"TT_CBR","features":[320]},{"name":"TT_NOIND","features":[320]},{"name":"TT_VBR","features":[320]},{"name":"TUNNEL_SUB_TYPE","features":[320]},{"name":"TUNNEL_SUB_TYPE_CP","features":[320]},{"name":"TUNNEL_SUB_TYPE_HA","features":[320]},{"name":"TUNNEL_SUB_TYPE_IPTLS","features":[320]},{"name":"TUNNEL_SUB_TYPE_NONE","features":[320]},{"name":"TransmitFile","features":[307,320,312]},{"name":"UDP_CHECKSUM_COVERAGE","features":[320]},{"name":"UDP_COALESCED_INFO","features":[320]},{"name":"UDP_NOCHECKSUM","features":[320]},{"name":"UDP_RECV_MAX_COALESCED_SIZE","features":[320]},{"name":"UDP_SEND_MSG_SIZE","features":[320]},{"name":"UNIX_PATH_MAX","features":[320]},{"name":"UP_P2MP","features":[320]},{"name":"UP_P2P","features":[320]},{"name":"VLAN_TAG","features":[320]},{"name":"VNSPROTO_IPC","features":[320]},{"name":"VNSPROTO_RELIABLE_IPC","features":[320]},{"name":"VNSPROTO_SPP","features":[320]},{"name":"WCE_AF_IRDA","features":[320]},{"name":"WCE_DEVICELIST","features":[320]},{"name":"WCE_IRDA_DEVICE_INFO","features":[320]},{"name":"WCE_PF_IRDA","features":[320]},{"name":"WINDOWS_AF_IRDA","features":[320]},{"name":"WINDOWS_DEVICELIST","features":[320]},{"name":"WINDOWS_IAS_QUERY","features":[320]},{"name":"WINDOWS_IAS_SET","features":[320]},{"name":"WINDOWS_IRDA_DEVICE_INFO","features":[320]},{"name":"WINDOWS_PF_IRDA","features":[320]},{"name":"WINSOCK_SHUTDOWN_HOW","features":[320]},{"name":"WINSOCK_SOCKET_TYPE","features":[320]},{"name":"WPUCompleteOverlappedRequest","features":[307,320,312]},{"name":"WSAAccept","features":[320]},{"name":"WSAAddressToStringA","features":[320]},{"name":"WSAAddressToStringW","features":[320]},{"name":"WSAAdvertiseProvider","features":[307,320,358]},{"name":"WSAAsyncGetHostByAddr","features":[307,320]},{"name":"WSAAsyncGetHostByName","features":[307,320]},{"name":"WSAAsyncGetProtoByName","features":[307,320]},{"name":"WSAAsyncGetProtoByNumber","features":[307,320]},{"name":"WSAAsyncGetServByName","features":[307,320]},{"name":"WSAAsyncGetServByPort","features":[307,320]},{"name":"WSAAsyncSelect","features":[307,320]},{"name":"WSABASEERR","features":[320]},{"name":"WSABUF","features":[320]},{"name":"WSACOMPLETION","features":[307,320,312]},{"name":"WSACOMPLETIONTYPE","features":[320]},{"name":"WSACancelAsyncRequest","features":[307,320]},{"name":"WSACancelBlockingCall","features":[320]},{"name":"WSACleanup","features":[320]},{"name":"WSACloseEvent","features":[307,320]},{"name":"WSAConnect","features":[320]},{"name":"WSAConnectByList","features":[307,320,312]},{"name":"WSAConnectByNameA","features":[307,320,312]},{"name":"WSAConnectByNameW","features":[307,320,312]},{"name":"WSACreateEvent","features":[320]},{"name":"WSADATA","features":[320]},{"name":"WSADATA","features":[320]},{"name":"WSADESCRIPTION_LEN","features":[320]},{"name":"WSADeleteSocketPeerTargetName","features":[307,320,312]},{"name":"WSADuplicateSocketA","features":[320]},{"name":"WSADuplicateSocketW","features":[320]},{"name":"WSAEACCES","features":[320]},{"name":"WSAEADDRINUSE","features":[320]},{"name":"WSAEADDRNOTAVAIL","features":[320]},{"name":"WSAEAFNOSUPPORT","features":[320]},{"name":"WSAEALREADY","features":[320]},{"name":"WSAEBADF","features":[320]},{"name":"WSAECANCELLED","features":[320]},{"name":"WSAECOMPARATOR","features":[320]},{"name":"WSAECONNABORTED","features":[320]},{"name":"WSAECONNREFUSED","features":[320]},{"name":"WSAECONNRESET","features":[320]},{"name":"WSAEDESTADDRREQ","features":[320]},{"name":"WSAEDISCON","features":[320]},{"name":"WSAEDQUOT","features":[320]},{"name":"WSAEFAULT","features":[320]},{"name":"WSAEHOSTDOWN","features":[320]},{"name":"WSAEHOSTUNREACH","features":[320]},{"name":"WSAEINPROGRESS","features":[320]},{"name":"WSAEINTR","features":[320]},{"name":"WSAEINVAL","features":[320]},{"name":"WSAEINVALIDPROCTABLE","features":[320]},{"name":"WSAEINVALIDPROVIDER","features":[320]},{"name":"WSAEISCONN","features":[320]},{"name":"WSAELOOP","features":[320]},{"name":"WSAEMFILE","features":[320]},{"name":"WSAEMSGSIZE","features":[320]},{"name":"WSAENAMETOOLONG","features":[320]},{"name":"WSAENETDOWN","features":[320]},{"name":"WSAENETRESET","features":[320]},{"name":"WSAENETUNREACH","features":[320]},{"name":"WSAENOBUFS","features":[320]},{"name":"WSAENOMORE","features":[320]},{"name":"WSAENOPROTOOPT","features":[320]},{"name":"WSAENOTCONN","features":[320]},{"name":"WSAENOTEMPTY","features":[320]},{"name":"WSAENOTSOCK","features":[320]},{"name":"WSAEOPNOTSUPP","features":[320]},{"name":"WSAEPFNOSUPPORT","features":[320]},{"name":"WSAEPROCLIM","features":[320]},{"name":"WSAEPROTONOSUPPORT","features":[320]},{"name":"WSAEPROTOTYPE","features":[320]},{"name":"WSAEPROVIDERFAILEDINIT","features":[320]},{"name":"WSAEREFUSED","features":[320]},{"name":"WSAEREMOTE","features":[320]},{"name":"WSAESETSERVICEOP","features":[320]},{"name":"WSAESHUTDOWN","features":[320]},{"name":"WSAESOCKTNOSUPPORT","features":[320]},{"name":"WSAESTALE","features":[320]},{"name":"WSAETIMEDOUT","features":[320]},{"name":"WSAETOOMANYREFS","features":[320]},{"name":"WSAEUSERS","features":[320]},{"name":"WSAEVENT","features":[320]},{"name":"WSAEWOULDBLOCK","features":[320]},{"name":"WSAEnumNameSpaceProvidersA","features":[307,320]},{"name":"WSAEnumNameSpaceProvidersExA","features":[307,320,358]},{"name":"WSAEnumNameSpaceProvidersExW","features":[307,320,358]},{"name":"WSAEnumNameSpaceProvidersW","features":[307,320]},{"name":"WSAEnumNetworkEvents","features":[320]},{"name":"WSAEnumProtocolsA","features":[320]},{"name":"WSAEnumProtocolsW","features":[320]},{"name":"WSAEventSelect","features":[320]},{"name":"WSAGetLastError","features":[320]},{"name":"WSAGetOverlappedResult","features":[307,320,312]},{"name":"WSAGetQOSByName","features":[307,320]},{"name":"WSAGetServiceClassInfoA","features":[320]},{"name":"WSAGetServiceClassInfoW","features":[320]},{"name":"WSAGetServiceClassNameByClassIdA","features":[320]},{"name":"WSAGetServiceClassNameByClassIdW","features":[320]},{"name":"WSAHOST_NOT_FOUND","features":[320]},{"name":"WSAHtonl","features":[320]},{"name":"WSAHtons","features":[320]},{"name":"WSAID_ACCEPTEX","features":[320]},{"name":"WSAID_CONNECTEX","features":[320]},{"name":"WSAID_DISCONNECTEX","features":[320]},{"name":"WSAID_GETACCEPTEXSOCKADDRS","features":[320]},{"name":"WSAID_MULTIPLE_RIO","features":[320]},{"name":"WSAID_TRANSMITFILE","features":[320]},{"name":"WSAID_TRANSMITPACKETS","features":[320]},{"name":"WSAID_WSAPOLL","features":[320]},{"name":"WSAID_WSARECVMSG","features":[320]},{"name":"WSAID_WSASENDMSG","features":[320]},{"name":"WSAImpersonateSocketPeer","features":[320]},{"name":"WSAInstallServiceClassA","features":[320]},{"name":"WSAInstallServiceClassW","features":[320]},{"name":"WSAIoctl","features":[307,320,312]},{"name":"WSAIsBlocking","features":[307,320]},{"name":"WSAJoinLeaf","features":[320]},{"name":"WSALookupServiceBeginA","features":[307,320,358]},{"name":"WSALookupServiceBeginW","features":[307,320,358]},{"name":"WSALookupServiceEnd","features":[307,320]},{"name":"WSALookupServiceNextA","features":[307,320,358]},{"name":"WSALookupServiceNextW","features":[307,320,358]},{"name":"WSAMSG","features":[320]},{"name":"WSANAMESPACE_INFOA","features":[307,320]},{"name":"WSANAMESPACE_INFOEXA","features":[307,320,358]},{"name":"WSANAMESPACE_INFOEXW","features":[307,320,358]},{"name":"WSANAMESPACE_INFOW","features":[307,320]},{"name":"WSANETWORKEVENTS","features":[320]},{"name":"WSANOTINITIALISED","features":[320]},{"name":"WSANO_DATA","features":[320]},{"name":"WSANO_RECOVERY","features":[320]},{"name":"WSANSCLASSINFOA","features":[320]},{"name":"WSANSCLASSINFOW","features":[320]},{"name":"WSANSPIoctl","features":[307,320,312]},{"name":"WSANtohl","features":[320]},{"name":"WSANtohs","features":[320]},{"name":"WSAPOLLDATA","features":[320]},{"name":"WSAPOLLFD","features":[320]},{"name":"WSAPOLL_EVENT_FLAGS","features":[320]},{"name":"WSAPROTOCOLCHAIN","features":[320]},{"name":"WSAPROTOCOL_INFOA","features":[320]},{"name":"WSAPROTOCOL_INFOW","features":[320]},{"name":"WSAPROTOCOL_LEN","features":[320]},{"name":"WSAPoll","features":[320]},{"name":"WSAProviderCompleteAsyncCall","features":[307,320]},{"name":"WSAProviderConfigChange","features":[307,320,312]},{"name":"WSAQUERYSET2A","features":[320,358]},{"name":"WSAQUERYSET2W","features":[320,358]},{"name":"WSAQUERYSETA","features":[320,358]},{"name":"WSAQUERYSETW","features":[320,358]},{"name":"WSAQuerySocketSecurity","features":[307,320,312]},{"name":"WSARecv","features":[307,320,312]},{"name":"WSARecvDisconnect","features":[320]},{"name":"WSARecvEx","features":[320]},{"name":"WSARecvFrom","features":[307,320,312]},{"name":"WSARemoveServiceClass","features":[320]},{"name":"WSAResetEvent","features":[307,320]},{"name":"WSARevertImpersonation","features":[320]},{"name":"WSASENDMSG","features":[307,320,312]},{"name":"WSASERVICECLASSINFOA","features":[320]},{"name":"WSASERVICECLASSINFOW","features":[320]},{"name":"WSASERVICE_NOT_FOUND","features":[320]},{"name":"WSASYSCALLFAILURE","features":[320]},{"name":"WSASYSNOTREADY","features":[320]},{"name":"WSASYS_STATUS_LEN","features":[320]},{"name":"WSASend","features":[307,320,312]},{"name":"WSASendDisconnect","features":[320]},{"name":"WSASendMsg","features":[307,320,312]},{"name":"WSASendTo","features":[307,320,312]},{"name":"WSASetBlockingHook","features":[307,320]},{"name":"WSASetEvent","features":[307,320]},{"name":"WSASetLastError","features":[320]},{"name":"WSASetServiceA","features":[320,358]},{"name":"WSASetServiceW","features":[320,358]},{"name":"WSASetSocketPeerTargetName","features":[307,320,312]},{"name":"WSASetSocketSecurity","features":[307,320,312]},{"name":"WSASocketA","features":[320]},{"name":"WSASocketW","features":[320]},{"name":"WSAStartup","features":[320]},{"name":"WSAStringToAddressA","features":[320]},{"name":"WSAStringToAddressW","features":[320]},{"name":"WSATHREADID","features":[307,320]},{"name":"WSATRY_AGAIN","features":[320]},{"name":"WSATYPE_NOT_FOUND","features":[320]},{"name":"WSAUnadvertiseProvider","features":[320]},{"name":"WSAUnhookBlockingHook","features":[320]},{"name":"WSAVERNOTSUPPORTED","features":[320]},{"name":"WSAVERSION","features":[320]},{"name":"WSAWaitForMultipleEvents","features":[307,320]},{"name":"WSA_COMPATIBILITY_BEHAVIOR_ID","features":[320]},{"name":"WSA_COMPATIBILITY_MODE","features":[320]},{"name":"WSA_ERROR","features":[320]},{"name":"WSA_E_CANCELLED","features":[320]},{"name":"WSA_E_NO_MORE","features":[320]},{"name":"WSA_FLAG_ACCESS_SYSTEM_SECURITY","features":[320]},{"name":"WSA_FLAG_MULTIPOINT_C_LEAF","features":[320]},{"name":"WSA_FLAG_MULTIPOINT_C_ROOT","features":[320]},{"name":"WSA_FLAG_MULTIPOINT_D_LEAF","features":[320]},{"name":"WSA_FLAG_MULTIPOINT_D_ROOT","features":[320]},{"name":"WSA_FLAG_NO_HANDLE_INHERIT","features":[320]},{"name":"WSA_FLAG_OVERLAPPED","features":[320]},{"name":"WSA_FLAG_REGISTERED_IO","features":[320]},{"name":"WSA_INFINITE","features":[320]},{"name":"WSA_INVALID_EVENT","features":[320]},{"name":"WSA_INVALID_HANDLE","features":[320]},{"name":"WSA_INVALID_PARAMETER","features":[320]},{"name":"WSA_IO_INCOMPLETE","features":[320]},{"name":"WSA_IO_PENDING","features":[320]},{"name":"WSA_IPSEC_NAME_POLICY_ERROR","features":[320]},{"name":"WSA_MAXIMUM_WAIT_EVENTS","features":[320]},{"name":"WSA_NOT_ENOUGH_MEMORY","features":[320]},{"name":"WSA_OPERATION_ABORTED","features":[320]},{"name":"WSA_QOS_ADMISSION_FAILURE","features":[320]},{"name":"WSA_QOS_BAD_OBJECT","features":[320]},{"name":"WSA_QOS_BAD_STYLE","features":[320]},{"name":"WSA_QOS_EFILTERCOUNT","features":[320]},{"name":"WSA_QOS_EFILTERSTYLE","features":[320]},{"name":"WSA_QOS_EFILTERTYPE","features":[320]},{"name":"WSA_QOS_EFLOWCOUNT","features":[320]},{"name":"WSA_QOS_EFLOWDESC","features":[320]},{"name":"WSA_QOS_EFLOWSPEC","features":[320]},{"name":"WSA_QOS_EOBJLENGTH","features":[320]},{"name":"WSA_QOS_EPOLICYOBJ","features":[320]},{"name":"WSA_QOS_EPROVSPECBUF","features":[320]},{"name":"WSA_QOS_EPSFILTERSPEC","features":[320]},{"name":"WSA_QOS_EPSFLOWSPEC","features":[320]},{"name":"WSA_QOS_ESDMODEOBJ","features":[320]},{"name":"WSA_QOS_ESERVICETYPE","features":[320]},{"name":"WSA_QOS_ESHAPERATEOBJ","features":[320]},{"name":"WSA_QOS_EUNKOWNPSOBJ","features":[320]},{"name":"WSA_QOS_GENERIC_ERROR","features":[320]},{"name":"WSA_QOS_NO_RECEIVERS","features":[320]},{"name":"WSA_QOS_NO_SENDERS","features":[320]},{"name":"WSA_QOS_POLICY_FAILURE","features":[320]},{"name":"WSA_QOS_RECEIVERS","features":[320]},{"name":"WSA_QOS_REQUEST_CONFIRMED","features":[320]},{"name":"WSA_QOS_RESERVED_PETYPE","features":[320]},{"name":"WSA_QOS_SENDERS","features":[320]},{"name":"WSA_QOS_TRAFFIC_CTRL_ERROR","features":[320]},{"name":"WSA_SECURE_HOST_NOT_FOUND","features":[320]},{"name":"WSA_WAIT_EVENT_0","features":[320]},{"name":"WSA_WAIT_FAILED","features":[320]},{"name":"WSA_WAIT_IO_COMPLETION","features":[320]},{"name":"WSA_WAIT_TIMEOUT","features":[320]},{"name":"WSCDeinstallProvider","features":[320]},{"name":"WSCDeinstallProvider32","features":[320]},{"name":"WSCEnableNSProvider","features":[307,320]},{"name":"WSCEnableNSProvider32","features":[307,320]},{"name":"WSCEnumNameSpaceProviders32","features":[307,320]},{"name":"WSCEnumNameSpaceProvidersEx32","features":[307,320,358]},{"name":"WSCEnumProtocols","features":[320]},{"name":"WSCEnumProtocols32","features":[320]},{"name":"WSCGetApplicationCategory","features":[320]},{"name":"WSCGetProviderInfo","features":[320]},{"name":"WSCGetProviderInfo32","features":[320]},{"name":"WSCGetProviderPath","features":[320]},{"name":"WSCGetProviderPath32","features":[320]},{"name":"WSCInstallNameSpace","features":[320]},{"name":"WSCInstallNameSpace32","features":[320]},{"name":"WSCInstallNameSpaceEx","features":[320,358]},{"name":"WSCInstallNameSpaceEx32","features":[320,358]},{"name":"WSCInstallProvider","features":[320]},{"name":"WSCInstallProvider64_32","features":[320]},{"name":"WSCInstallProviderAndChains64_32","features":[320]},{"name":"WSCSetApplicationCategory","features":[320]},{"name":"WSCSetProviderInfo","features":[320]},{"name":"WSCSetProviderInfo32","features":[320]},{"name":"WSCUnInstallNameSpace","features":[320]},{"name":"WSCUnInstallNameSpace32","features":[320]},{"name":"WSCUpdateProvider","features":[320]},{"name":"WSCUpdateProvider32","features":[320]},{"name":"WSCWriteNameSpaceOrder","features":[320]},{"name":"WSCWriteNameSpaceOrder32","features":[320]},{"name":"WSCWriteProviderOrder","features":[320]},{"name":"WSCWriteProviderOrder32","features":[320]},{"name":"WSC_PROVIDER_AUDIT_INFO","features":[320]},{"name":"WSC_PROVIDER_INFO_TYPE","features":[320]},{"name":"WSK_SO_BASE","features":[320]},{"name":"WSPDATA","features":[320]},{"name":"WSPDESCRIPTION_LEN","features":[320]},{"name":"WSPPROC_TABLE","features":[307,320,312]},{"name":"WSPUPCALLTABLE","features":[307,320]},{"name":"WSS_OPERATION_IN_PROGRESS","features":[320]},{"name":"WsaBehaviorAll","features":[320]},{"name":"WsaBehaviorAutoTuning","features":[320]},{"name":"WsaBehaviorReceiveBuffering","features":[320]},{"name":"XP1_CONNECTIONLESS","features":[320]},{"name":"XP1_CONNECT_DATA","features":[320]},{"name":"XP1_DISCONNECT_DATA","features":[320]},{"name":"XP1_EXPEDITED_DATA","features":[320]},{"name":"XP1_GRACEFUL_CLOSE","features":[320]},{"name":"XP1_GUARANTEED_DELIVERY","features":[320]},{"name":"XP1_GUARANTEED_ORDER","features":[320]},{"name":"XP1_IFS_HANDLES","features":[320]},{"name":"XP1_INTERRUPT","features":[320]},{"name":"XP1_MESSAGE_ORIENTED","features":[320]},{"name":"XP1_MULTIPOINT_CONTROL_PLANE","features":[320]},{"name":"XP1_MULTIPOINT_DATA_PLANE","features":[320]},{"name":"XP1_PARTIAL_MESSAGE","features":[320]},{"name":"XP1_PSEUDO_STREAM","features":[320]},{"name":"XP1_QOS_SUPPORTED","features":[320]},{"name":"XP1_SAN_SUPPORT_SDP","features":[320]},{"name":"XP1_SUPPORT_BROADCAST","features":[320]},{"name":"XP1_SUPPORT_MULTIPOINT","features":[320]},{"name":"XP1_UNI_RECV","features":[320]},{"name":"XP1_UNI_SEND","features":[320]},{"name":"XP_BANDWIDTH_ALLOCATION","features":[320]},{"name":"XP_CONNECTIONLESS","features":[320]},{"name":"XP_CONNECT_DATA","features":[320]},{"name":"XP_DISCONNECT_DATA","features":[320]},{"name":"XP_ENCRYPTS","features":[320]},{"name":"XP_EXPEDITED_DATA","features":[320]},{"name":"XP_FRAGMENTATION","features":[320]},{"name":"XP_GRACEFUL_CLOSE","features":[320]},{"name":"XP_GUARANTEED_DELIVERY","features":[320]},{"name":"XP_GUARANTEED_ORDER","features":[320]},{"name":"XP_MESSAGE_ORIENTED","features":[320]},{"name":"XP_PSEUDO_STREAM","features":[320]},{"name":"XP_SUPPORTS_BROADCAST","features":[320]},{"name":"XP_SUPPORTS_MULTICAST","features":[320]},{"name":"_BIG_ENDIAN","features":[320]},{"name":"_LITTLE_ENDIAN","features":[320]},{"name":"_PDP_ENDIAN","features":[320]},{"name":"_SS_MAXSIZE","features":[320]},{"name":"__WSAFDIsSet","features":[320]},{"name":"accept","features":[320]},{"name":"bind","features":[320]},{"name":"closesocket","features":[320]},{"name":"connect","features":[320]},{"name":"eWINDOW_ADVANCE_METHOD","features":[320]},{"name":"freeaddrinfo","features":[320]},{"name":"getaddrinfo","features":[320]},{"name":"gethostbyaddr","features":[320]},{"name":"gethostbyname","features":[320]},{"name":"gethostname","features":[320]},{"name":"getnameinfo","features":[320]},{"name":"getpeername","features":[320]},{"name":"getprotobyname","features":[320]},{"name":"getprotobynumber","features":[320]},{"name":"getservbyname","features":[320]},{"name":"getservbyport","features":[320]},{"name":"getsockname","features":[320]},{"name":"getsockopt","features":[320]},{"name":"htonl","features":[320]},{"name":"htons","features":[320]},{"name":"inet_addr","features":[320]},{"name":"inet_ntoa","features":[320]},{"name":"inet_ntop","features":[320]},{"name":"inet_pton","features":[320]},{"name":"ioctlsocket","features":[320]},{"name":"listen","features":[320]},{"name":"netent","features":[320]},{"name":"ntohl","features":[320]},{"name":"ntohs","features":[320]},{"name":"recv","features":[320]},{"name":"recvfrom","features":[320]},{"name":"select","features":[320]},{"name":"send","features":[320]},{"name":"sendto","features":[320]},{"name":"setsockopt","features":[320]},{"name":"shutdown","features":[320]},{"name":"sockaddr_gen","features":[320]},{"name":"sockaddr_in6_old","features":[320]},{"name":"socket","features":[320]},{"name":"socklen_t","features":[320]},{"name":"sockproto","features":[320]},{"name":"tcp_keepalive","features":[320]}],"481":[{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA","features":[479]},{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_CURRENT_VERSION","features":[479]},{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_VERSION_1","features":[479]},{"name":"IContentPrefetcherTaskTrigger","features":[479]},{"name":"WEBAUTHN_API_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_API_VERSION_1","features":[479]},{"name":"WEBAUTHN_API_VERSION_2","features":[479]},{"name":"WEBAUTHN_API_VERSION_3","features":[479]},{"name":"WEBAUTHN_API_VERSION_4","features":[479]},{"name":"WEBAUTHN_API_VERSION_5","features":[479]},{"name":"WEBAUTHN_API_VERSION_6","features":[479]},{"name":"WEBAUTHN_API_VERSION_7","features":[479]},{"name":"WEBAUTHN_ASSERTION","features":[479]},{"name":"WEBAUTHN_ASSERTION_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_ASSERTION_VERSION_1","features":[479]},{"name":"WEBAUTHN_ASSERTION_VERSION_2","features":[479]},{"name":"WEBAUTHN_ASSERTION_VERSION_3","features":[479]},{"name":"WEBAUTHN_ASSERTION_VERSION_4","features":[479]},{"name":"WEBAUTHN_ASSERTION_VERSION_5","features":[479]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_ANY","features":[479]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_DIRECT","features":[479]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_INDIRECT","features":[479]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_NONE","features":[479]},{"name":"WEBAUTHN_ATTESTATION_DECODE_COMMON","features":[479]},{"name":"WEBAUTHN_ATTESTATION_DECODE_NONE","features":[479]},{"name":"WEBAUTHN_ATTESTATION_TYPE_NONE","features":[479]},{"name":"WEBAUTHN_ATTESTATION_TYPE_PACKED","features":[479]},{"name":"WEBAUTHN_ATTESTATION_TYPE_TPM","features":[479]},{"name":"WEBAUTHN_ATTESTATION_TYPE_U2F","features":[479]},{"name":"WEBAUTHN_ATTESTATION_VER_TPM_2_0","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_ANY","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM_U2F_V2","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_PLATFORM","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS","features":[307,479]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_1","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_2","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_3","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_4","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_5","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_6","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_7","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_HMAC_SECRET_VALUES_FLAG","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS","features":[307,479]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_1","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_2","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_3","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_4","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_5","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_6","features":[479]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_7","features":[479]},{"name":"WEBAUTHN_CLIENT_DATA","features":[479]},{"name":"WEBAUTHN_CLIENT_DATA_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_COMMON_ATTESTATION","features":[479]},{"name":"WEBAUTHN_COMMON_ATTESTATION_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P256_WITH_SHA256","features":[479]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P384_WITH_SHA384","features":[479]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P521_WITH_SHA512","features":[479]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA256","features":[479]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA384","features":[479]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA512","features":[479]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA256","features":[479]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA384","features":[479]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA512","features":[479]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETER","features":[479]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETERS","features":[479]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETER_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_CREDENTIAL","features":[479]},{"name":"WEBAUTHN_CREDENTIALS","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION","features":[307,479]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_1","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_2","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_3","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_4","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_5","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_6","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS","features":[307,479]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_LIST","features":[307,479]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_VERSION_1","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_VERSION_2","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_EX","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_EX_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_LIST","features":[479]},{"name":"WEBAUTHN_CREDENTIAL_TYPE_PUBLIC_KEY","features":[479]},{"name":"WEBAUTHN_CRED_BLOB_EXTENSION","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_DELETE","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_GET","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_NONE","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_SET","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_AUTHENTICATOR_ERROR","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_INVALID_DATA","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_INVALID_PARAMETER","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_LACK_OF_SPACE","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_MULTIPLE_CREDENTIALS","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NONE","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NOT_FOUND","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NOT_SUPPORTED","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_PLATFORM_ERROR","features":[479]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_SUCCESS","features":[479]},{"name":"WEBAUTHN_CRED_PROTECT_EXTENSION_IN","features":[307,479]},{"name":"WEBAUTHN_CRED_WITH_HMAC_SECRET_SALT","features":[479]},{"name":"WEBAUTHN_CTAP_ONE_HMAC_SECRET_LENGTH","features":[479]},{"name":"WEBAUTHN_CTAP_TRANSPORT_BLE","features":[479]},{"name":"WEBAUTHN_CTAP_TRANSPORT_FLAGS_MASK","features":[479]},{"name":"WEBAUTHN_CTAP_TRANSPORT_HYBRID","features":[479]},{"name":"WEBAUTHN_CTAP_TRANSPORT_INTERNAL","features":[479]},{"name":"WEBAUTHN_CTAP_TRANSPORT_NFC","features":[479]},{"name":"WEBAUTHN_CTAP_TRANSPORT_TEST","features":[479]},{"name":"WEBAUTHN_CTAP_TRANSPORT_USB","features":[479]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_NONE","features":[479]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_PLATFORM_MANAGED","features":[479]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_VENDOR_FACILITATED","features":[479]},{"name":"WEBAUTHN_EXTENSION","features":[479]},{"name":"WEBAUTHN_EXTENSIONS","features":[479]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_CRED_BLOB","features":[479]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_CRED_PROTECT","features":[479]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_HMAC_SECRET","features":[479]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_MIN_PIN_LENGTH","features":[479]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS","features":[307,479]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS_VERSION_1","features":[479]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_256","features":[479]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_384","features":[479]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_512","features":[479]},{"name":"WEBAUTHN_HMAC_SECRET_SALT","features":[479]},{"name":"WEBAUTHN_HMAC_SECRET_SALT_VALUES","features":[479]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_NONE","features":[479]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_PREFERRED","features":[479]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_REQUIRED","features":[479]},{"name":"WEBAUTHN_MAX_USER_ID_LENGTH","features":[479]},{"name":"WEBAUTHN_RP_ENTITY_INFORMATION","features":[479]},{"name":"WEBAUTHN_RP_ENTITY_INFORMATION_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_USER_ENTITY_INFORMATION","features":[479]},{"name":"WEBAUTHN_USER_ENTITY_INFORMATION_CURRENT_VERSION","features":[479]},{"name":"WEBAUTHN_USER_VERIFICATION_ANY","features":[479]},{"name":"WEBAUTHN_USER_VERIFICATION_OPTIONAL","features":[479]},{"name":"WEBAUTHN_USER_VERIFICATION_OPTIONAL_WITH_CREDENTIAL_ID_LIST","features":[479]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIRED","features":[479]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_ANY","features":[479]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_DISCOURAGED","features":[479]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_PREFERRED","features":[479]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_REQUIRED","features":[479]},{"name":"WEBAUTHN_X5C","features":[479]},{"name":"WS_ABANDON_MESSAGE_CALLBACK","features":[479]},{"name":"WS_ABORT_CHANNEL_CALLBACK","features":[479]},{"name":"WS_ABORT_LISTENER_CALLBACK","features":[479]},{"name":"WS_ACCEPT_CHANNEL_CALLBACK","features":[479]},{"name":"WS_ACTION_HEADER","features":[479]},{"name":"WS_ADDRESSING_VERSION","features":[479]},{"name":"WS_ADDRESSING_VERSION_0_9","features":[479]},{"name":"WS_ADDRESSING_VERSION_1_0","features":[479]},{"name":"WS_ADDRESSING_VERSION_TRANSPORT","features":[479]},{"name":"WS_ANY_ATTRIBUTE","features":[307,479]},{"name":"WS_ANY_ATTRIBUTES","features":[307,479]},{"name":"WS_ANY_ATTRIBUTES_FIELD_MAPPING","features":[479]},{"name":"WS_ANY_ATTRIBUTES_TYPE","features":[479]},{"name":"WS_ANY_CONTENT_FIELD_MAPPING","features":[479]},{"name":"WS_ANY_ELEMENT_FIELD_MAPPING","features":[479]},{"name":"WS_ANY_ELEMENT_TYPE_MAPPING","features":[479]},{"name":"WS_ASYNC_CALLBACK","features":[479]},{"name":"WS_ASYNC_CONTEXT","features":[479]},{"name":"WS_ASYNC_FUNCTION","features":[479]},{"name":"WS_ASYNC_OPERATION","features":[479]},{"name":"WS_ASYNC_STATE","features":[479]},{"name":"WS_ATTRIBUTE_DESCRIPTION","features":[307,479]},{"name":"WS_ATTRIBUTE_FIELD_MAPPING","features":[479]},{"name":"WS_ATTRIBUTE_TYPE_MAPPING","features":[479]},{"name":"WS_AUTO_COOKIE_MODE","features":[479]},{"name":"WS_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_BLANK_MESSAGE","features":[479]},{"name":"WS_BOOL_DESCRIPTION","features":[307,479]},{"name":"WS_BOOL_TYPE","features":[479]},{"name":"WS_BOOL_VALUE_TYPE","features":[479]},{"name":"WS_BUFFERED_TRANSFER_MODE","features":[479]},{"name":"WS_BUFFERS","features":[479]},{"name":"WS_BYTES","features":[479]},{"name":"WS_BYTES_DESCRIPTION","features":[479]},{"name":"WS_BYTES_TYPE","features":[479]},{"name":"WS_BYTE_ARRAY_DESCRIPTION","features":[479]},{"name":"WS_BYTE_ARRAY_TYPE","features":[479]},{"name":"WS_CALLBACK_MODEL","features":[479]},{"name":"WS_CALL_PROPERTY","features":[479]},{"name":"WS_CALL_PROPERTY_CALL_ID","features":[479]},{"name":"WS_CALL_PROPERTY_CHECK_MUST_UNDERSTAND","features":[479]},{"name":"WS_CALL_PROPERTY_ID","features":[479]},{"name":"WS_CALL_PROPERTY_RECEIVE_MESSAGE_CONTEXT","features":[479]},{"name":"WS_CALL_PROPERTY_SEND_MESSAGE_CONTEXT","features":[479]},{"name":"WS_CAPI_ASYMMETRIC_SECURITY_KEY_HANDLE","features":[479]},{"name":"WS_CAPI_ASYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[479]},{"name":"WS_CERTIFICATE_VALIDATION_CALLBACK","features":[307,479,393]},{"name":"WS_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT","features":[307,479,393]},{"name":"WS_CERT_CREDENTIAL","features":[479]},{"name":"WS_CERT_CREDENTIAL_TYPE","features":[479]},{"name":"WS_CERT_ENDPOINT_IDENTITY","features":[479]},{"name":"WS_CERT_ENDPOINT_IDENTITY_TYPE","features":[479]},{"name":"WS_CERT_FAILURE_CN_MISMATCH","features":[479]},{"name":"WS_CERT_FAILURE_INVALID_DATE","features":[479]},{"name":"WS_CERT_FAILURE_REVOCATION_OFFLINE","features":[479]},{"name":"WS_CERT_FAILURE_UNTRUSTED_ROOT","features":[479]},{"name":"WS_CERT_FAILURE_WRONG_USAGE","features":[479]},{"name":"WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK","features":[479,328,393]},{"name":"WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[479]},{"name":"WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[479]},{"name":"WS_CERT_SIGNED_SAML_AUTHENTICATOR","features":[307,479,393]},{"name":"WS_CERT_SIGNED_SAML_AUTHENTICATOR_TYPE","features":[479]},{"name":"WS_CHANNEL","features":[479]},{"name":"WS_CHANNEL_BINDING","features":[479]},{"name":"WS_CHANNEL_DECODER","features":[479]},{"name":"WS_CHANNEL_ENCODER","features":[479]},{"name":"WS_CHANNEL_PROPERTIES","features":[479]},{"name":"WS_CHANNEL_PROPERTY","features":[479]},{"name":"WS_CHANNEL_PROPERTY_ADDRESSING_VERSION","features":[479]},{"name":"WS_CHANNEL_PROPERTY_ALLOW_UNSECURED_FAULTS","features":[479]},{"name":"WS_CHANNEL_PROPERTY_ASYNC_CALLBACK_MODEL","features":[479]},{"name":"WS_CHANNEL_PROPERTY_CHANNEL_TYPE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_CLOSE_TIMEOUT","features":[479]},{"name":"WS_CHANNEL_PROPERTY_CONNECT_TIMEOUT","features":[479]},{"name":"WS_CHANNEL_PROPERTY_CONSTRAINT","features":[479]},{"name":"WS_CHANNEL_PROPERTY_COOKIE_MODE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_CALLBACKS","features":[479]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_INSTANCE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_PARAMETERS","features":[479]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_HTTP_PROXY","features":[479]},{"name":"WS_CHANNEL_PROPERTY_DECODER","features":[479]},{"name":"WS_CHANNEL_PROPERTY_ENABLE_HTTP_REDIRECT","features":[479]},{"name":"WS_CHANNEL_PROPERTY_ENABLE_TIMEOUTS","features":[479]},{"name":"WS_CHANNEL_PROPERTY_ENCODER","features":[479]},{"name":"WS_CHANNEL_PROPERTY_ENCODING","features":[479]},{"name":"WS_CHANNEL_PROPERTY_ENVELOPE_VERSION","features":[479]},{"name":"WS_CHANNEL_PROPERTY_FAULTS_AS_ERRORS","features":[479]},{"name":"WS_CHANNEL_PROPERTY_HTTP_CONNECTION_ID","features":[479]},{"name":"WS_CHANNEL_PROPERTY_HTTP_MESSAGE_MAPPING","features":[479]},{"name":"WS_CHANNEL_PROPERTY_HTTP_PROXY_SETTING_MODE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_HTTP_PROXY_SPN","features":[479]},{"name":"WS_CHANNEL_PROPERTY_HTTP_REDIRECT_CALLBACK_CONTEXT","features":[479]},{"name":"WS_CHANNEL_PROPERTY_HTTP_SERVER_SPN","features":[479]},{"name":"WS_CHANNEL_PROPERTY_ID","features":[479]},{"name":"WS_CHANNEL_PROPERTY_IP_VERSION","features":[479]},{"name":"WS_CHANNEL_PROPERTY_IS_SESSION_SHUT_DOWN","features":[479]},{"name":"WS_CHANNEL_PROPERTY_KEEP_ALIVE_INTERVAL","features":[479]},{"name":"WS_CHANNEL_PROPERTY_KEEP_ALIVE_TIME","features":[479]},{"name":"WS_CHANNEL_PROPERTY_MAX_BUFFERED_MESSAGE_SIZE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_MAX_HTTP_REQUEST_HEADERS_BUFFER_SIZE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_MAX_HTTP_SERVER_CONNECTIONS","features":[479]},{"name":"WS_CHANNEL_PROPERTY_MAX_SESSION_DICTIONARY_SIZE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_FLUSH_SIZE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_MESSAGE_SIZE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_START_SIZE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_MULTICAST_HOPS","features":[479]},{"name":"WS_CHANNEL_PROPERTY_MULTICAST_INTERFACE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_NO_DELAY","features":[479]},{"name":"WS_CHANNEL_PROPERTY_PROTECTION_LEVEL","features":[479]},{"name":"WS_CHANNEL_PROPERTY_RECEIVE_RESPONSE_TIMEOUT","features":[479]},{"name":"WS_CHANNEL_PROPERTY_RECEIVE_TIMEOUT","features":[479]},{"name":"WS_CHANNEL_PROPERTY_REMOTE_ADDRESS","features":[479]},{"name":"WS_CHANNEL_PROPERTY_REMOTE_IP_ADDRESS","features":[479]},{"name":"WS_CHANNEL_PROPERTY_RESOLVE_TIMEOUT","features":[479]},{"name":"WS_CHANNEL_PROPERTY_SEND_KEEP_ALIVES","features":[479]},{"name":"WS_CHANNEL_PROPERTY_SEND_TIMEOUT","features":[479]},{"name":"WS_CHANNEL_PROPERTY_STATE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_TRANSFER_MODE","features":[479]},{"name":"WS_CHANNEL_PROPERTY_TRANSPORT_URL","features":[479]},{"name":"WS_CHANNEL_PROPERTY_TRIM_BUFFERED_MESSAGE_SIZE","features":[479]},{"name":"WS_CHANNEL_STATE","features":[479]},{"name":"WS_CHANNEL_STATE_ACCEPTING","features":[479]},{"name":"WS_CHANNEL_STATE_CLOSED","features":[479]},{"name":"WS_CHANNEL_STATE_CLOSING","features":[479]},{"name":"WS_CHANNEL_STATE_CREATED","features":[479]},{"name":"WS_CHANNEL_STATE_FAULTED","features":[479]},{"name":"WS_CHANNEL_STATE_OPEN","features":[479]},{"name":"WS_CHANNEL_STATE_OPENING","features":[479]},{"name":"WS_CHANNEL_TYPE","features":[479]},{"name":"WS_CHANNEL_TYPE_DUPLEX","features":[479]},{"name":"WS_CHANNEL_TYPE_DUPLEX_SESSION","features":[479]},{"name":"WS_CHANNEL_TYPE_INPUT","features":[479]},{"name":"WS_CHANNEL_TYPE_INPUT_SESSION","features":[479]},{"name":"WS_CHANNEL_TYPE_OUTPUT","features":[479]},{"name":"WS_CHANNEL_TYPE_OUTPUT_SESSION","features":[479]},{"name":"WS_CHANNEL_TYPE_REPLY","features":[479]},{"name":"WS_CHANNEL_TYPE_REQUEST","features":[479]},{"name":"WS_CHANNEL_TYPE_SESSION","features":[479]},{"name":"WS_CHARSET","features":[479]},{"name":"WS_CHARSET_AUTO","features":[479]},{"name":"WS_CHARSET_UTF16BE","features":[479]},{"name":"WS_CHARSET_UTF16LE","features":[479]},{"name":"WS_CHARSET_UTF8","features":[479]},{"name":"WS_CHAR_ARRAY_DESCRIPTION","features":[479]},{"name":"WS_CHAR_ARRAY_TYPE","features":[479]},{"name":"WS_CLOSE_CHANNEL_CALLBACK","features":[479]},{"name":"WS_CLOSE_LISTENER_CALLBACK","features":[479]},{"name":"WS_CONTRACT_DESCRIPTION","features":[307,479]},{"name":"WS_COOKIE_MODE","features":[479]},{"name":"WS_CREATE_CHANNEL_CALLBACK","features":[479]},{"name":"WS_CREATE_CHANNEL_FOR_LISTENER_CALLBACK","features":[479]},{"name":"WS_CREATE_DECODER_CALLBACK","features":[479]},{"name":"WS_CREATE_ENCODER_CALLBACK","features":[479]},{"name":"WS_CREATE_LISTENER_CALLBACK","features":[479]},{"name":"WS_CUSTOM_CERT_CREDENTIAL","features":[307,479,328,393]},{"name":"WS_CUSTOM_CERT_CREDENTIAL_TYPE","features":[479]},{"name":"WS_CUSTOM_CHANNEL_BINDING","features":[479]},{"name":"WS_CUSTOM_CHANNEL_CALLBACKS","features":[479]},{"name":"WS_CUSTOM_HTTP_PROXY","features":[479]},{"name":"WS_CUSTOM_LISTENER_CALLBACKS","features":[479]},{"name":"WS_CUSTOM_TYPE","features":[479]},{"name":"WS_CUSTOM_TYPE_DESCRIPTION","features":[307,479]},{"name":"WS_DATETIME","features":[479]},{"name":"WS_DATETIME_DESCRIPTION","features":[479]},{"name":"WS_DATETIME_FORMAT","features":[479]},{"name":"WS_DATETIME_FORMAT_LOCAL","features":[479]},{"name":"WS_DATETIME_FORMAT_NONE","features":[479]},{"name":"WS_DATETIME_FORMAT_UTC","features":[479]},{"name":"WS_DATETIME_TYPE","features":[479]},{"name":"WS_DATETIME_VALUE_TYPE","features":[479]},{"name":"WS_DECIMAL_DESCRIPTION","features":[307,479]},{"name":"WS_DECIMAL_TYPE","features":[479]},{"name":"WS_DECIMAL_VALUE_TYPE","features":[479]},{"name":"WS_DECODER_DECODE_CALLBACK","features":[479]},{"name":"WS_DECODER_END_CALLBACK","features":[479]},{"name":"WS_DECODER_GET_CONTENT_TYPE_CALLBACK","features":[479]},{"name":"WS_DECODER_START_CALLBACK","features":[479]},{"name":"WS_DEFAULT_VALUE","features":[479]},{"name":"WS_DEFAULT_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[479]},{"name":"WS_DEFAULT_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[479]},{"name":"WS_DESCRIPTION_TYPE","features":[479]},{"name":"WS_DISALLOWED_USER_AGENT_SUBSTRINGS","features":[479]},{"name":"WS_DNS_ENDPOINT_IDENTITY","features":[479]},{"name":"WS_DNS_ENDPOINT_IDENTITY_TYPE","features":[479]},{"name":"WS_DOUBLE_DESCRIPTION","features":[479]},{"name":"WS_DOUBLE_TYPE","features":[479]},{"name":"WS_DOUBLE_VALUE_TYPE","features":[479]},{"name":"WS_DUPLICATE_MESSAGE","features":[479]},{"name":"WS_DURATION","features":[307,479]},{"name":"WS_DURATION_COMPARISON_CALLBACK","features":[307,479]},{"name":"WS_DURATION_DESCRIPTION","features":[307,479]},{"name":"WS_DURATION_TYPE","features":[479]},{"name":"WS_DURATION_VALUE_TYPE","features":[479]},{"name":"WS_DYNAMIC_STRING_CALLBACK","features":[307,479]},{"name":"WS_ELEMENT_CHOICE_FIELD_MAPPING","features":[479]},{"name":"WS_ELEMENT_CONTENT_TYPE_MAPPING","features":[479]},{"name":"WS_ELEMENT_DESCRIPTION","features":[307,479]},{"name":"WS_ELEMENT_FIELD_MAPPING","features":[479]},{"name":"WS_ELEMENT_TYPE_MAPPING","features":[479]},{"name":"WS_ENCODER_ENCODE_CALLBACK","features":[479]},{"name":"WS_ENCODER_END_CALLBACK","features":[479]},{"name":"WS_ENCODER_GET_CONTENT_TYPE_CALLBACK","features":[479]},{"name":"WS_ENCODER_START_CALLBACK","features":[479]},{"name":"WS_ENCODING","features":[479]},{"name":"WS_ENCODING_RAW","features":[479]},{"name":"WS_ENCODING_XML_BINARY_1","features":[479]},{"name":"WS_ENCODING_XML_BINARY_SESSION_1","features":[479]},{"name":"WS_ENCODING_XML_MTOM_UTF16BE","features":[479]},{"name":"WS_ENCODING_XML_MTOM_UTF16LE","features":[479]},{"name":"WS_ENCODING_XML_MTOM_UTF8","features":[479]},{"name":"WS_ENCODING_XML_UTF16BE","features":[479]},{"name":"WS_ENCODING_XML_UTF16LE","features":[479]},{"name":"WS_ENCODING_XML_UTF8","features":[479]},{"name":"WS_ENDPOINT_ADDRESS","features":[479]},{"name":"WS_ENDPOINT_ADDRESS_DESCRIPTION","features":[479]},{"name":"WS_ENDPOINT_ADDRESS_EXTENSION_METADATA_ADDRESS","features":[479]},{"name":"WS_ENDPOINT_ADDRESS_EXTENSION_TYPE","features":[479]},{"name":"WS_ENDPOINT_ADDRESS_TYPE","features":[479]},{"name":"WS_ENDPOINT_IDENTITY","features":[479]},{"name":"WS_ENDPOINT_IDENTITY_TYPE","features":[479]},{"name":"WS_ENDPOINT_POLICY_EXTENSION","features":[307,479]},{"name":"WS_ENDPOINT_POLICY_EXTENSION_TYPE","features":[479]},{"name":"WS_ENUM_DESCRIPTION","features":[307,479]},{"name":"WS_ENUM_TYPE","features":[479]},{"name":"WS_ENUM_VALUE","features":[307,479]},{"name":"WS_ENVELOPE_VERSION","features":[479]},{"name":"WS_ENVELOPE_VERSION_NONE","features":[479]},{"name":"WS_ENVELOPE_VERSION_SOAP_1_1","features":[479]},{"name":"WS_ENVELOPE_VERSION_SOAP_1_2","features":[479]},{"name":"WS_ERROR","features":[479]},{"name":"WS_ERROR_PROPERTY","features":[479]},{"name":"WS_ERROR_PROPERTY_ID","features":[479]},{"name":"WS_ERROR_PROPERTY_LANGID","features":[479]},{"name":"WS_ERROR_PROPERTY_ORIGINAL_ERROR_CODE","features":[479]},{"name":"WS_ERROR_PROPERTY_STRING_COUNT","features":[479]},{"name":"WS_EXCEPTION_CODE","features":[479]},{"name":"WS_EXCEPTION_CODE_INTERNAL_FAILURE","features":[479]},{"name":"WS_EXCEPTION_CODE_USAGE_FAILURE","features":[479]},{"name":"WS_EXCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM","features":[479]},{"name":"WS_EXCLUSIVE_XML_CANONICALIZATION_ALGORITHM","features":[479]},{"name":"WS_EXTENDED_PROTECTION_POLICY","features":[479]},{"name":"WS_EXTENDED_PROTECTION_POLICY_ALWAYS","features":[479]},{"name":"WS_EXTENDED_PROTECTION_POLICY_NEVER","features":[479]},{"name":"WS_EXTENDED_PROTECTION_POLICY_WHEN_SUPPORTED","features":[479]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO","features":[479]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO_BOUND_SERVER","features":[479]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO_TERMINATED_SSL","features":[479]},{"name":"WS_FAULT","features":[307,479]},{"name":"WS_FAULT_CODE","features":[307,479]},{"name":"WS_FAULT_DESCRIPTION","features":[479]},{"name":"WS_FAULT_DETAIL_DESCRIPTION","features":[307,479]},{"name":"WS_FAULT_DISCLOSURE","features":[479]},{"name":"WS_FAULT_ERROR_PROPERTY_ACTION","features":[479]},{"name":"WS_FAULT_ERROR_PROPERTY_FAULT","features":[479]},{"name":"WS_FAULT_ERROR_PROPERTY_HEADER","features":[479]},{"name":"WS_FAULT_ERROR_PROPERTY_ID","features":[479]},{"name":"WS_FAULT_MESSAGE","features":[479]},{"name":"WS_FAULT_REASON","features":[479]},{"name":"WS_FAULT_TO_HEADER","features":[479]},{"name":"WS_FAULT_TYPE","features":[479]},{"name":"WS_FIELD_DESCRIPTION","features":[307,479]},{"name":"WS_FIELD_MAPPING","features":[479]},{"name":"WS_FIELD_NILLABLE","features":[479]},{"name":"WS_FIELD_NILLABLE_ITEM","features":[479]},{"name":"WS_FIELD_OPTIONAL","features":[479]},{"name":"WS_FIELD_OTHER_NAMESPACE","features":[479]},{"name":"WS_FIELD_POINTER","features":[479]},{"name":"WS_FLOAT_DESCRIPTION","features":[479]},{"name":"WS_FLOAT_TYPE","features":[479]},{"name":"WS_FLOAT_VALUE_TYPE","features":[479]},{"name":"WS_FREE_CHANNEL_CALLBACK","features":[479]},{"name":"WS_FREE_DECODER_CALLBACK","features":[479]},{"name":"WS_FREE_ENCODER_CALLBACK","features":[479]},{"name":"WS_FREE_LISTENER_CALLBACK","features":[479]},{"name":"WS_FROM_HEADER","features":[479]},{"name":"WS_FULL_FAULT_DISCLOSURE","features":[479]},{"name":"WS_GET_CERT_CALLBACK","features":[307,479,393]},{"name":"WS_GET_CHANNEL_PROPERTY_CALLBACK","features":[479]},{"name":"WS_GET_LISTENER_PROPERTY_CALLBACK","features":[479]},{"name":"WS_GUID_DESCRIPTION","features":[479]},{"name":"WS_GUID_TYPE","features":[479]},{"name":"WS_GUID_VALUE_TYPE","features":[479]},{"name":"WS_HEADER_TYPE","features":[479]},{"name":"WS_HEAP","features":[479]},{"name":"WS_HEAP_PROPERTIES","features":[479]},{"name":"WS_HEAP_PROPERTY","features":[479]},{"name":"WS_HEAP_PROPERTY_ACTUAL_SIZE","features":[479]},{"name":"WS_HEAP_PROPERTY_ID","features":[479]},{"name":"WS_HEAP_PROPERTY_MAX_SIZE","features":[479]},{"name":"WS_HEAP_PROPERTY_REQUESTED_SIZE","features":[479]},{"name":"WS_HEAP_PROPERTY_TRIM_SIZE","features":[479]},{"name":"WS_HOST_NAMES","features":[479]},{"name":"WS_HTTPS_URL","features":[479]},{"name":"WS_HTTP_BINDING_TEMPLATE","features":[479]},{"name":"WS_HTTP_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_HTTP_CHANNEL_BINDING","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_BINDING_TEMPLATE","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_POLICY_DESCRIPTION","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_BASIC","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_DIGEST","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NEGOTIATE","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NONE","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NTLM","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_PASSPORT","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_CONSTRAINT","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_CONSTRAINT_TYPE","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_POLICY_DESCRIPTION","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TEMPLATE","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TYPE","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_TARGET","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_TARGET_PROXY","features":[479]},{"name":"WS_HTTP_HEADER_AUTH_TARGET_SERVICE","features":[479]},{"name":"WS_HTTP_HEADER_MAPPING","features":[307,479]},{"name":"WS_HTTP_HEADER_MAPPING_COMMA_SEPARATOR","features":[479]},{"name":"WS_HTTP_HEADER_MAPPING_QUOTED_VALUE","features":[479]},{"name":"WS_HTTP_HEADER_MAPPING_SEMICOLON_SEPARATOR","features":[479]},{"name":"WS_HTTP_MESSAGE_MAPPING","features":[307,479]},{"name":"WS_HTTP_POLICY_DESCRIPTION","features":[479]},{"name":"WS_HTTP_PROXY_SETTING_MODE","features":[479]},{"name":"WS_HTTP_PROXY_SETTING_MODE_AUTO","features":[479]},{"name":"WS_HTTP_PROXY_SETTING_MODE_CUSTOM","features":[479]},{"name":"WS_HTTP_PROXY_SETTING_MODE_NONE","features":[479]},{"name":"WS_HTTP_REDIRECT_CALLBACK","features":[479]},{"name":"WS_HTTP_REDIRECT_CALLBACK_CONTEXT","features":[479]},{"name":"WS_HTTP_REQUEST_MAPPING_VERB","features":[479]},{"name":"WS_HTTP_RESPONSE_MAPPING_STATUS_CODE","features":[479]},{"name":"WS_HTTP_RESPONSE_MAPPING_STATUS_TEXT","features":[479]},{"name":"WS_HTTP_SSL_BINDING_TEMPLATE","features":[479]},{"name":"WS_HTTP_SSL_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_HTTP_SSL_HEADER_AUTH_BINDING_TEMPLATE","features":[479]},{"name":"WS_HTTP_SSL_HEADER_AUTH_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_HTTP_SSL_HEADER_AUTH_POLICY_DESCRIPTION","features":[479]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_BINDING_TEMPLATE","features":[479]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_POLICY_DESCRIPTION","features":[479]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[479]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[479]},{"name":"WS_HTTP_SSL_POLICY_DESCRIPTION","features":[479]},{"name":"WS_HTTP_SSL_USERNAME_BINDING_TEMPLATE","features":[479]},{"name":"WS_HTTP_SSL_USERNAME_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_HTTP_SSL_USERNAME_POLICY_DESCRIPTION","features":[479]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[479]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[479]},{"name":"WS_HTTP_URL","features":[479]},{"name":"WS_INCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM","features":[479]},{"name":"WS_INCLUSIVE_XML_CANONICALIZATION_ALGORITHM","features":[479]},{"name":"WS_INT16_DESCRIPTION","features":[479]},{"name":"WS_INT16_TYPE","features":[479]},{"name":"WS_INT16_VALUE_TYPE","features":[479]},{"name":"WS_INT32_DESCRIPTION","features":[479]},{"name":"WS_INT32_TYPE","features":[479]},{"name":"WS_INT32_VALUE_TYPE","features":[479]},{"name":"WS_INT64_DESCRIPTION","features":[479]},{"name":"WS_INT64_TYPE","features":[479]},{"name":"WS_INT64_VALUE_TYPE","features":[479]},{"name":"WS_INT8_DESCRIPTION","features":[479]},{"name":"WS_INT8_TYPE","features":[479]},{"name":"WS_INT8_VALUE_TYPE","features":[479]},{"name":"WS_IP_VERSION","features":[479]},{"name":"WS_IP_VERSION_4","features":[479]},{"name":"WS_IP_VERSION_6","features":[479]},{"name":"WS_IP_VERSION_AUTO","features":[479]},{"name":"WS_ISSUED_TOKEN_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[307,479]},{"name":"WS_ISSUED_TOKEN_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[479]},{"name":"WS_IS_DEFAULT_VALUE_CALLBACK","features":[307,479]},{"name":"WS_ITEM_RANGE","features":[479]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING","features":[479]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[479]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[479]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[479]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[479]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TYPE","features":[479]},{"name":"WS_LISTENER","features":[479]},{"name":"WS_LISTENER_PROPERTIES","features":[479]},{"name":"WS_LISTENER_PROPERTY","features":[479]},{"name":"WS_LISTENER_PROPERTY_ASYNC_CALLBACK_MODEL","features":[479]},{"name":"WS_LISTENER_PROPERTY_CHANNEL_BINDING","features":[479]},{"name":"WS_LISTENER_PROPERTY_CHANNEL_TYPE","features":[479]},{"name":"WS_LISTENER_PROPERTY_CLOSE_TIMEOUT","features":[479]},{"name":"WS_LISTENER_PROPERTY_CONNECT_TIMEOUT","features":[479]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_CALLBACKS","features":[479]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_INSTANCE","features":[479]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_PARAMETERS","features":[479]},{"name":"WS_LISTENER_PROPERTY_DISALLOWED_USER_AGENT","features":[479]},{"name":"WS_LISTENER_PROPERTY_ID","features":[479]},{"name":"WS_LISTENER_PROPERTY_IP_VERSION","features":[479]},{"name":"WS_LISTENER_PROPERTY_IS_MULTICAST","features":[479]},{"name":"WS_LISTENER_PROPERTY_LISTEN_BACKLOG","features":[479]},{"name":"WS_LISTENER_PROPERTY_MULTICAST_INTERFACES","features":[479]},{"name":"WS_LISTENER_PROPERTY_MULTICAST_LOOPBACK","features":[479]},{"name":"WS_LISTENER_PROPERTY_STATE","features":[479]},{"name":"WS_LISTENER_PROPERTY_TO_HEADER_MATCHING_OPTIONS","features":[479]},{"name":"WS_LISTENER_PROPERTY_TRANSPORT_URL_MATCHING_OPTIONS","features":[479]},{"name":"WS_LISTENER_STATE","features":[479]},{"name":"WS_LISTENER_STATE_CLOSED","features":[479]},{"name":"WS_LISTENER_STATE_CLOSING","features":[479]},{"name":"WS_LISTENER_STATE_CREATED","features":[479]},{"name":"WS_LISTENER_STATE_FAULTED","features":[479]},{"name":"WS_LISTENER_STATE_OPEN","features":[479]},{"name":"WS_LISTENER_STATE_OPENING","features":[479]},{"name":"WS_LONG_CALLBACK","features":[479]},{"name":"WS_MANUAL_COOKIE_MODE","features":[479]},{"name":"WS_MATCH_URL_DNS_FULLY_QUALIFIED_HOST","features":[479]},{"name":"WS_MATCH_URL_DNS_HOST","features":[479]},{"name":"WS_MATCH_URL_EXACT_PATH","features":[479]},{"name":"WS_MATCH_URL_HOST_ADDRESSES","features":[479]},{"name":"WS_MATCH_URL_LOCAL_HOST","features":[479]},{"name":"WS_MATCH_URL_NETBIOS_HOST","features":[479]},{"name":"WS_MATCH_URL_NO_QUERY","features":[479]},{"name":"WS_MATCH_URL_PORT","features":[479]},{"name":"WS_MATCH_URL_PREFIX_PATH","features":[479]},{"name":"WS_MATCH_URL_THIS_HOST","features":[479]},{"name":"WS_MESSAGE","features":[479]},{"name":"WS_MESSAGE_DESCRIPTION","features":[307,479]},{"name":"WS_MESSAGE_DONE_CALLBACK","features":[479]},{"name":"WS_MESSAGE_ID_HEADER","features":[479]},{"name":"WS_MESSAGE_INITIALIZATION","features":[479]},{"name":"WS_MESSAGE_PROPERTIES","features":[479]},{"name":"WS_MESSAGE_PROPERTY","features":[479]},{"name":"WS_MESSAGE_PROPERTY_ADDRESSING_VERSION","features":[479]},{"name":"WS_MESSAGE_PROPERTY_BODY_READER","features":[479]},{"name":"WS_MESSAGE_PROPERTY_BODY_WRITER","features":[479]},{"name":"WS_MESSAGE_PROPERTY_ENCODED_CERT","features":[479]},{"name":"WS_MESSAGE_PROPERTY_ENVELOPE_VERSION","features":[479]},{"name":"WS_MESSAGE_PROPERTY_HEADER_BUFFER","features":[479]},{"name":"WS_MESSAGE_PROPERTY_HEADER_POSITION","features":[479]},{"name":"WS_MESSAGE_PROPERTY_HEAP","features":[479]},{"name":"WS_MESSAGE_PROPERTY_HEAP_PROPERTIES","features":[479]},{"name":"WS_MESSAGE_PROPERTY_HTTP_HEADER_AUTH_WINDOWS_TOKEN","features":[479]},{"name":"WS_MESSAGE_PROPERTY_ID","features":[479]},{"name":"WS_MESSAGE_PROPERTY_IS_ADDRESSED","features":[479]},{"name":"WS_MESSAGE_PROPERTY_IS_FAULT","features":[479]},{"name":"WS_MESSAGE_PROPERTY_MAX_PROCESSED_HEADERS","features":[479]},{"name":"WS_MESSAGE_PROPERTY_MESSAGE_SECURITY_WINDOWS_TOKEN","features":[479]},{"name":"WS_MESSAGE_PROPERTY_PROTECTION_LEVEL","features":[479]},{"name":"WS_MESSAGE_PROPERTY_SAML_ASSERTION","features":[479]},{"name":"WS_MESSAGE_PROPERTY_SECURITY_CONTEXT","features":[479]},{"name":"WS_MESSAGE_PROPERTY_STATE","features":[479]},{"name":"WS_MESSAGE_PROPERTY_TRANSPORT_SECURITY_WINDOWS_TOKEN","features":[479]},{"name":"WS_MESSAGE_PROPERTY_USERNAME","features":[479]},{"name":"WS_MESSAGE_PROPERTY_XML_READER_PROPERTIES","features":[479]},{"name":"WS_MESSAGE_PROPERTY_XML_WRITER_PROPERTIES","features":[479]},{"name":"WS_MESSAGE_SECURITY_USAGE","features":[479]},{"name":"WS_MESSAGE_STATE","features":[479]},{"name":"WS_MESSAGE_STATE_DONE","features":[479]},{"name":"WS_MESSAGE_STATE_EMPTY","features":[479]},{"name":"WS_MESSAGE_STATE_INITIALIZED","features":[479]},{"name":"WS_MESSAGE_STATE_READING","features":[479]},{"name":"WS_MESSAGE_STATE_WRITING","features":[479]},{"name":"WS_METADATA","features":[479]},{"name":"WS_METADATA_ENDPOINT","features":[307,479]},{"name":"WS_METADATA_ENDPOINTS","features":[307,479]},{"name":"WS_METADATA_EXCHANGE_TYPE","features":[479]},{"name":"WS_METADATA_EXCHANGE_TYPE_HTTP_GET","features":[479]},{"name":"WS_METADATA_EXCHANGE_TYPE_MEX","features":[479]},{"name":"WS_METADATA_EXCHANGE_TYPE_NONE","features":[479]},{"name":"WS_METADATA_PROPERTY","features":[479]},{"name":"WS_METADATA_PROPERTY_HEAP_PROPERTIES","features":[479]},{"name":"WS_METADATA_PROPERTY_HEAP_REQUESTED_SIZE","features":[479]},{"name":"WS_METADATA_PROPERTY_HOST_NAMES","features":[479]},{"name":"WS_METADATA_PROPERTY_ID","features":[479]},{"name":"WS_METADATA_PROPERTY_MAX_DOCUMENTS","features":[479]},{"name":"WS_METADATA_PROPERTY_POLICY_PROPERTIES","features":[479]},{"name":"WS_METADATA_PROPERTY_STATE","features":[479]},{"name":"WS_METADATA_PROPERTY_VERIFY_HOST_NAMES","features":[479]},{"name":"WS_METADATA_STATE","features":[479]},{"name":"WS_METADATA_STATE_CREATED","features":[479]},{"name":"WS_METADATA_STATE_FAULTED","features":[479]},{"name":"WS_METADATA_STATE_RESOLVED","features":[479]},{"name":"WS_MINIMAL_FAULT_DISCLOSURE","features":[479]},{"name":"WS_MOVE_TO","features":[479]},{"name":"WS_MOVE_TO_BOF","features":[479]},{"name":"WS_MOVE_TO_CHILD_ELEMENT","features":[479]},{"name":"WS_MOVE_TO_CHILD_NODE","features":[479]},{"name":"WS_MOVE_TO_END_ELEMENT","features":[479]},{"name":"WS_MOVE_TO_EOF","features":[479]},{"name":"WS_MOVE_TO_FIRST_NODE","features":[479]},{"name":"WS_MOVE_TO_NEXT_ELEMENT","features":[479]},{"name":"WS_MOVE_TO_NEXT_NODE","features":[479]},{"name":"WS_MOVE_TO_PARENT_ELEMENT","features":[479]},{"name":"WS_MOVE_TO_PREVIOUS_ELEMENT","features":[479]},{"name":"WS_MOVE_TO_PREVIOUS_NODE","features":[479]},{"name":"WS_MOVE_TO_ROOT_ELEMENT","features":[479]},{"name":"WS_MUST_UNDERSTAND_HEADER_ATTRIBUTE","features":[479]},{"name":"WS_NAMEDPIPE_CHANNEL_BINDING","features":[479]},{"name":"WS_NAMEDPIPE_SSPI_TRANSPORT_SECURITY_BINDING","features":[479]},{"name":"WS_NAMEDPIPE_SSPI_TRANSPORT_SECURITY_BINDING_TYPE","features":[479]},{"name":"WS_NCRYPT_ASYMMETRIC_SECURITY_KEY_HANDLE","features":[479,393]},{"name":"WS_NCRYPT_ASYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[479]},{"name":"WS_NETPIPE_URL","features":[479]},{"name":"WS_NETTCP_URL","features":[479]},{"name":"WS_NON_RPC_LITERAL_OPERATION","features":[479]},{"name":"WS_NO_FIELD_MAPPING","features":[479]},{"name":"WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[479]},{"name":"WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[479]},{"name":"WS_OPEN_CHANNEL_CALLBACK","features":[479]},{"name":"WS_OPEN_LISTENER_CALLBACK","features":[479]},{"name":"WS_OPERATION_CANCEL_CALLBACK","features":[479]},{"name":"WS_OPERATION_CONTEXT","features":[479]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CHANNEL","features":[479]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CHANNEL_USER_STATE","features":[479]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CONTRACT_DESCRIPTION","features":[479]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_ENDPOINT_ADDRESS","features":[479]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_HEAP","features":[479]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_HOST_USER_STATE","features":[479]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_ID","features":[479]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_INPUT_MESSAGE","features":[479]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_LISTENER","features":[479]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_OUTPUT_MESSAGE","features":[479]},{"name":"WS_OPERATION_DESCRIPTION","features":[307,479]},{"name":"WS_OPERATION_FREE_STATE_CALLBACK","features":[479]},{"name":"WS_OPERATION_STYLE","features":[479]},{"name":"WS_PARAMETER_DESCRIPTION","features":[479]},{"name":"WS_PARAMETER_TYPE","features":[479]},{"name":"WS_PARAMETER_TYPE_ARRAY","features":[479]},{"name":"WS_PARAMETER_TYPE_ARRAY_COUNT","features":[479]},{"name":"WS_PARAMETER_TYPE_MESSAGES","features":[479]},{"name":"WS_PARAMETER_TYPE_NORMAL","features":[479]},{"name":"WS_POLICY","features":[479]},{"name":"WS_POLICY_CONSTRAINTS","features":[479]},{"name":"WS_POLICY_EXTENSION","features":[479]},{"name":"WS_POLICY_EXTENSION_TYPE","features":[479]},{"name":"WS_POLICY_PROPERTIES","features":[479]},{"name":"WS_POLICY_PROPERTY","features":[479]},{"name":"WS_POLICY_PROPERTY_ID","features":[479]},{"name":"WS_POLICY_PROPERTY_MAX_ALTERNATIVES","features":[479]},{"name":"WS_POLICY_PROPERTY_MAX_DEPTH","features":[479]},{"name":"WS_POLICY_PROPERTY_MAX_EXTENSIONS","features":[479]},{"name":"WS_POLICY_PROPERTY_STATE","features":[479]},{"name":"WS_POLICY_STATE","features":[479]},{"name":"WS_POLICY_STATE_CREATED","features":[479]},{"name":"WS_POLICY_STATE_FAULTED","features":[479]},{"name":"WS_PROTECTION_LEVEL","features":[479]},{"name":"WS_PROTECTION_LEVEL_NONE","features":[479]},{"name":"WS_PROTECTION_LEVEL_SIGN","features":[479]},{"name":"WS_PROTECTION_LEVEL_SIGN_AND_ENCRYPT","features":[479]},{"name":"WS_PROXY_FAULT_LANG_ID","features":[479]},{"name":"WS_PROXY_MESSAGE_CALLBACK","features":[479]},{"name":"WS_PROXY_MESSAGE_CALLBACK_CONTEXT","features":[479]},{"name":"WS_PROXY_PROPERTY","features":[479]},{"name":"WS_PROXY_PROPERTY_CALL_TIMEOUT","features":[479]},{"name":"WS_PROXY_PROPERTY_ID","features":[479]},{"name":"WS_PROXY_PROPERTY_MAX_CALL_POOL_SIZE","features":[479]},{"name":"WS_PROXY_PROPERTY_MAX_CLOSE_TIMEOUT","features":[479]},{"name":"WS_PROXY_PROPERTY_MAX_PENDING_CALLS","features":[479]},{"name":"WS_PROXY_PROPERTY_MESSAGE_PROPERTIES","features":[479]},{"name":"WS_PROXY_PROPERTY_STATE","features":[479]},{"name":"WS_PULL_BYTES_CALLBACK","features":[479]},{"name":"WS_PUSH_BYTES_CALLBACK","features":[479]},{"name":"WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE","features":[479]},{"name":"WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[479]},{"name":"WS_READ_CALLBACK","features":[479]},{"name":"WS_READ_MESSAGE_END_CALLBACK","features":[479]},{"name":"WS_READ_MESSAGE_START_CALLBACK","features":[479]},{"name":"WS_READ_NILLABLE_POINTER","features":[479]},{"name":"WS_READ_NILLABLE_VALUE","features":[479]},{"name":"WS_READ_OPTION","features":[479]},{"name":"WS_READ_OPTIONAL_POINTER","features":[479]},{"name":"WS_READ_REQUIRED_POINTER","features":[479]},{"name":"WS_READ_REQUIRED_VALUE","features":[479]},{"name":"WS_READ_TYPE_CALLBACK","features":[479]},{"name":"WS_RECEIVE_OPTION","features":[479]},{"name":"WS_RECEIVE_OPTIONAL_MESSAGE","features":[479]},{"name":"WS_RECEIVE_REQUIRED_MESSAGE","features":[479]},{"name":"WS_RELATES_TO_HEADER","features":[479]},{"name":"WS_RELAY_HEADER_ATTRIBUTE","features":[479]},{"name":"WS_REPEATING_ANY_ELEMENT_FIELD_MAPPING","features":[479]},{"name":"WS_REPEATING_ELEMENT_CHOICE_FIELD_MAPPING","features":[479]},{"name":"WS_REPEATING_ELEMENT_FIELD_MAPPING","features":[479]},{"name":"WS_REPEATING_HEADER","features":[479]},{"name":"WS_REPEATING_HEADER_OPTION","features":[479]},{"name":"WS_REPLY_MESSAGE","features":[479]},{"name":"WS_REPLY_TO_HEADER","features":[479]},{"name":"WS_REQUEST_MESSAGE","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_ISSUE","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_NEW_CONTEXT","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_RENEW_CONTEXT","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_APPLIES_TO","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_BEARER_KEY_TYPE_VERSION","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_EXISTING_TOKEN","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ID","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_ENTROPY","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_SIZE","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_TYPE","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_TYPE","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_LOCAL_REQUEST_PARAMETERS","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_MESSAGE_PROPERTIES","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_REQUEST_ACTION","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_SECURE_CONVERSATION_VERSION","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_SERVICE_REQUEST_PARAMETERS","features":[479]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_TRUST_VERSION","features":[479]},{"name":"WS_RESET_CHANNEL_CALLBACK","features":[479]},{"name":"WS_RESET_LISTENER_CALLBACK","features":[479]},{"name":"WS_RPC_LITERAL_OPERATION","features":[479]},{"name":"WS_RSA_ENDPOINT_IDENTITY","features":[479]},{"name":"WS_RSA_ENDPOINT_IDENTITY_TYPE","features":[479]},{"name":"WS_SAML_AUTHENTICATOR","features":[479]},{"name":"WS_SAML_AUTHENTICATOR_TYPE","features":[479]},{"name":"WS_SAML_MESSAGE_SECURITY_BINDING","features":[479]},{"name":"WS_SAML_MESSAGE_SECURITY_BINDING_TYPE","features":[479]},{"name":"WS_SECURE_CONVERSATION_VERSION","features":[479]},{"name":"WS_SECURE_CONVERSATION_VERSION_1_3","features":[479]},{"name":"WS_SECURE_CONVERSATION_VERSION_FEBRUARY_2005","features":[479]},{"name":"WS_SECURE_PROTOCOL","features":[479]},{"name":"WS_SECURE_PROTOCOL_SSL2","features":[479]},{"name":"WS_SECURE_PROTOCOL_SSL3","features":[479]},{"name":"WS_SECURE_PROTOCOL_TLS1_0","features":[479]},{"name":"WS_SECURE_PROTOCOL_TLS1_1","features":[479]},{"name":"WS_SECURE_PROTOCOL_TLS1_2","features":[479]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_1_5","features":[479]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_OAEP","features":[479]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_DSA_SHA1","features":[479]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA1","features":[479]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_256","features":[479]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_384","features":[479]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_512","features":[479]},{"name":"WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE","features":[479]},{"name":"WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE_WITH_COMMENTS","features":[479]},{"name":"WS_SECURITY_ALGORITHM_DEFAULT","features":[479]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA1","features":[479]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_256","features":[479]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_384","features":[479]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_512","features":[479]},{"name":"WS_SECURITY_ALGORITHM_ID","features":[479]},{"name":"WS_SECURITY_ALGORITHM_KEY_DERIVATION_P_SHA1","features":[479]},{"name":"WS_SECURITY_ALGORITHM_PROPERTY","features":[479]},{"name":"WS_SECURITY_ALGORITHM_PROPERTY_ID","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_RSA15","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_SHA256","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_SHA256_RSA15","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_RSA15","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_SHA256","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_SHA256_RSA15","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_RSA15","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_SHA256","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_SHA256_RSA15","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA1","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_256","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_384","features":[479]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_512","features":[479]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION","features":[479]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ERRATA_01","features":[479]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ORIGINAL_SCHEMA","features":[479]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ORIGINAL_SPECIFICATION","features":[479]},{"name":"WS_SECURITY_BINDING","features":[479]},{"name":"WS_SECURITY_BINDING_CONSTRAINT","features":[479]},{"name":"WS_SECURITY_BINDING_CONSTRAINT_TYPE","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTIES","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_ALLOWED_IMPERSONATION_LEVEL","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_ALLOW_ANONYMOUS_CLIENTS","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_CERT_FAILURES_TO_IGNORE","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_CONSTRAINT","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_DISABLE_CERT_REVOCATION_CHECK","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_DISALLOWED_SECURE_PROTOCOLS","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_BASIC_REALM","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_DIGEST_DOMAIN","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_DIGEST_REALM","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_SCHEME","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_TARGET","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_ID","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_MESSAGE_PROPERTIES","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_REQUIRE_SERVER_AUTH","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_REQUIRE_SSL_CLIENT_CERT","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURE_CONVERSATION_VERSION","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_KEY_ENTROPY_MODE","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_KEY_SIZE","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_MAX_ACTIVE_CONTEXTS","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_MAX_PENDING_CONTEXTS","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_RENEWAL_INTERVAL","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_ROLLOVER_INTERVAL","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_SUPPORT_RENEW","features":[479]},{"name":"WS_SECURITY_BINDING_PROPERTY_WINDOWS_INTEGRATED_AUTH_PACKAGE","features":[479]},{"name":"WS_SECURITY_BINDING_TYPE","features":[479]},{"name":"WS_SECURITY_CONSTRAINTS","features":[479]},{"name":"WS_SECURITY_CONTEXT","features":[479]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING","features":[479]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[479]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[479]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[479]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[479]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_TYPE","features":[479]},{"name":"WS_SECURITY_CONTEXT_PROPERTY","features":[479]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_ID","features":[479]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_IDENTIFIER","features":[479]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_MESSAGE_SECURITY_WINDOWS_TOKEN","features":[479]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_SAML_ASSERTION","features":[479]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_USERNAME","features":[479]},{"name":"WS_SECURITY_CONTEXT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[479]},{"name":"WS_SECURITY_CONTEXT_SECURITY_BINDING_TEMPLATE","features":[479]},{"name":"WS_SECURITY_DESCRIPTION","features":[479]},{"name":"WS_SECURITY_HEADER_LAYOUT","features":[479]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX","features":[479]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_FIRST","features":[479]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_LAST","features":[479]},{"name":"WS_SECURITY_HEADER_LAYOUT_STRICT","features":[479]},{"name":"WS_SECURITY_HEADER_VERSION","features":[479]},{"name":"WS_SECURITY_HEADER_VERSION_1_0","features":[479]},{"name":"WS_SECURITY_HEADER_VERSION_1_1","features":[479]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE","features":[479]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_CLIENT_ONLY","features":[479]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_COMBINED","features":[479]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_SERVER_ONLY","features":[479]},{"name":"WS_SECURITY_KEY_HANDLE","features":[479]},{"name":"WS_SECURITY_KEY_HANDLE_TYPE","features":[479]},{"name":"WS_SECURITY_KEY_TYPE","features":[479]},{"name":"WS_SECURITY_KEY_TYPE_ASYMMETRIC","features":[479]},{"name":"WS_SECURITY_KEY_TYPE_NONE","features":[479]},{"name":"WS_SECURITY_KEY_TYPE_SYMMETRIC","features":[479]},{"name":"WS_SECURITY_PROPERTIES","features":[479]},{"name":"WS_SECURITY_PROPERTY","features":[479]},{"name":"WS_SECURITY_PROPERTY_ALGORITHM_SUITE","features":[479]},{"name":"WS_SECURITY_PROPERTY_ALGORITHM_SUITE_NAME","features":[479]},{"name":"WS_SECURITY_PROPERTY_CONSTRAINT","features":[479]},{"name":"WS_SECURITY_PROPERTY_EXTENDED_PROTECTION_POLICY","features":[479]},{"name":"WS_SECURITY_PROPERTY_EXTENDED_PROTECTION_SCENARIO","features":[479]},{"name":"WS_SECURITY_PROPERTY_ID","features":[479]},{"name":"WS_SECURITY_PROPERTY_MAX_ALLOWED_CLOCK_SKEW","features":[479]},{"name":"WS_SECURITY_PROPERTY_MAX_ALLOWED_LATENCY","features":[479]},{"name":"WS_SECURITY_PROPERTY_SECURITY_HEADER_LAYOUT","features":[479]},{"name":"WS_SECURITY_PROPERTY_SECURITY_HEADER_VERSION","features":[479]},{"name":"WS_SECURITY_PROPERTY_SERVICE_IDENTITIES","features":[479]},{"name":"WS_SECURITY_PROPERTY_TIMESTAMP_USAGE","features":[479]},{"name":"WS_SECURITY_PROPERTY_TIMESTAMP_VALIDITY_DURATION","features":[479]},{"name":"WS_SECURITY_PROPERTY_TRANSPORT_PROTECTION_LEVEL","features":[479]},{"name":"WS_SECURITY_TIMESTAMP_USAGE","features":[479]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_ALWAYS","features":[479]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_NEVER","features":[479]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_REQUESTS_ONLY","features":[479]},{"name":"WS_SECURITY_TOKEN","features":[479]},{"name":"WS_SECURITY_TOKEN_PROPERTY_ATTACHED_REFERENCE_XML","features":[479]},{"name":"WS_SECURITY_TOKEN_PROPERTY_ID","features":[479]},{"name":"WS_SECURITY_TOKEN_PROPERTY_KEY_TYPE","features":[479]},{"name":"WS_SECURITY_TOKEN_PROPERTY_SERIALIZED_XML","features":[479]},{"name":"WS_SECURITY_TOKEN_PROPERTY_SYMMETRIC_KEY","features":[479]},{"name":"WS_SECURITY_TOKEN_PROPERTY_UNATTACHED_REFERENCE_XML","features":[479]},{"name":"WS_SECURITY_TOKEN_PROPERTY_VALID_FROM_TIME","features":[479]},{"name":"WS_SECURITY_TOKEN_PROPERTY_VALID_TILL_TIME","features":[479]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE","features":[479]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_CERT_THUMBPRINT","features":[479]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_LOCAL_ID","features":[479]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_SAML_ASSERTION_ID","features":[479]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_SECURITY_CONTEXT_ID","features":[479]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_XML_BUFFER","features":[479]},{"name":"WS_SERVICE_ACCEPT_CHANNEL_CALLBACK","features":[479]},{"name":"WS_SERVICE_CANCEL_REASON","features":[479]},{"name":"WS_SERVICE_CHANNEL_FAULTED","features":[479]},{"name":"WS_SERVICE_CLOSE_CHANNEL_CALLBACK","features":[479]},{"name":"WS_SERVICE_CONTRACT","features":[307,479]},{"name":"WS_SERVICE_ENDPOINT","features":[307,479]},{"name":"WS_SERVICE_ENDPOINT_METADATA","features":[307,479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_ACCEPT_CHANNEL_CALLBACK","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_BODY_HEAP_MAX_SIZE","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_BODY_HEAP_TRIM_SIZE","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_CHECK_MUST_UNDERSTAND","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_CLOSE_CHANNEL_CALLBACK","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_ID","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_LISTENER_PROPERTIES","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_ACCEPTING_CHANNELS","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CALL_POOL_SIZE","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CHANNELS","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CHANNEL_POOL_SIZE","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CONCURRENCY","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MESSAGE_PROPERTIES","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA_EXCHANGE_TYPE","features":[479]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA_EXCHANGE_URL_SUFFIX","features":[479]},{"name":"WS_SERVICE_HOST","features":[479]},{"name":"WS_SERVICE_HOST_ABORT","features":[479]},{"name":"WS_SERVICE_HOST_STATE","features":[479]},{"name":"WS_SERVICE_HOST_STATE_CLOSED","features":[479]},{"name":"WS_SERVICE_HOST_STATE_CLOSING","features":[479]},{"name":"WS_SERVICE_HOST_STATE_CREATED","features":[479]},{"name":"WS_SERVICE_HOST_STATE_FAULTED","features":[479]},{"name":"WS_SERVICE_HOST_STATE_OPEN","features":[479]},{"name":"WS_SERVICE_HOST_STATE_OPENING","features":[479]},{"name":"WS_SERVICE_MESSAGE_RECEIVE_CALLBACK","features":[479]},{"name":"WS_SERVICE_METADATA","features":[307,479]},{"name":"WS_SERVICE_METADATA_DOCUMENT","features":[307,479]},{"name":"WS_SERVICE_OPERATION_MESSAGE_NILLABLE_ELEMENT","features":[479]},{"name":"WS_SERVICE_PROPERTY","features":[479]},{"name":"WS_SERVICE_PROPERTY_ACCEPT_CALLBACK","features":[479]},{"name":"WS_SERVICE_PROPERTY_CLOSE_CALLBACK","features":[479]},{"name":"WS_SERVICE_PROPERTY_CLOSE_TIMEOUT","features":[479]},{"name":"WS_SERVICE_PROPERTY_FAULT_DISCLOSURE","features":[479]},{"name":"WS_SERVICE_PROPERTY_FAULT_LANGID","features":[479]},{"name":"WS_SERVICE_PROPERTY_HOST_STATE","features":[479]},{"name":"WS_SERVICE_PROPERTY_HOST_USER_STATE","features":[479]},{"name":"WS_SERVICE_PROPERTY_ID","features":[479]},{"name":"WS_SERVICE_PROPERTY_METADATA","features":[479]},{"name":"WS_SERVICE_PROXY","features":[479]},{"name":"WS_SERVICE_PROXY_STATE","features":[479]},{"name":"WS_SERVICE_PROXY_STATE_CLOSED","features":[479]},{"name":"WS_SERVICE_PROXY_STATE_CLOSING","features":[479]},{"name":"WS_SERVICE_PROXY_STATE_CREATED","features":[479]},{"name":"WS_SERVICE_PROXY_STATE_FAULTED","features":[479]},{"name":"WS_SERVICE_PROXY_STATE_OPEN","features":[479]},{"name":"WS_SERVICE_PROXY_STATE_OPENING","features":[479]},{"name":"WS_SERVICE_SECURITY_CALLBACK","features":[307,479]},{"name":"WS_SERVICE_SECURITY_IDENTITIES","features":[479]},{"name":"WS_SERVICE_STUB_CALLBACK","features":[479]},{"name":"WS_SET_CHANNEL_PROPERTY_CALLBACK","features":[479]},{"name":"WS_SET_LISTENER_PROPERTY_CALLBACK","features":[479]},{"name":"WS_SHORT_CALLBACK","features":[479]},{"name":"WS_SHUTDOWN_SESSION_CHANNEL_CALLBACK","features":[479]},{"name":"WS_SINGLETON_HEADER","features":[479]},{"name":"WS_SOAPUDP_URL","features":[479]},{"name":"WS_SPN_ENDPOINT_IDENTITY","features":[479]},{"name":"WS_SPN_ENDPOINT_IDENTITY_TYPE","features":[479]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING","features":[479]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT","features":[307,479]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT_TYPE","features":[479]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[479]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_TEMPLATE","features":[479]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_TYPE","features":[479]},{"name":"WS_SSPI_TRANSPORT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[479]},{"name":"WS_STREAMED_INPUT_TRANSFER_MODE","features":[479]},{"name":"WS_STREAMED_OUTPUT_TRANSFER_MODE","features":[479]},{"name":"WS_STREAMED_TRANSFER_MODE","features":[479]},{"name":"WS_STRING","features":[479]},{"name":"WS_STRING_DESCRIPTION","features":[479]},{"name":"WS_STRING_TYPE","features":[479]},{"name":"WS_STRING_USERNAME_CREDENTIAL","features":[479]},{"name":"WS_STRING_USERNAME_CREDENTIAL_TYPE","features":[479]},{"name":"WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[479]},{"name":"WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[479]},{"name":"WS_STRUCT_ABSTRACT","features":[479]},{"name":"WS_STRUCT_DESCRIPTION","features":[307,479]},{"name":"WS_STRUCT_IGNORE_TRAILING_ELEMENT_CONTENT","features":[479]},{"name":"WS_STRUCT_IGNORE_UNHANDLED_ATTRIBUTES","features":[479]},{"name":"WS_STRUCT_TYPE","features":[479]},{"name":"WS_SUBJECT_NAME_CERT_CREDENTIAL","features":[479]},{"name":"WS_SUBJECT_NAME_CERT_CREDENTIAL_TYPE","features":[479]},{"name":"WS_SUPPORTING_MESSAGE_SECURITY_USAGE","features":[479]},{"name":"WS_TCP_BINDING_TEMPLATE","features":[479]},{"name":"WS_TCP_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_TCP_CHANNEL_BINDING","features":[479]},{"name":"WS_TCP_POLICY_DESCRIPTION","features":[479]},{"name":"WS_TCP_SSPI_BINDING_TEMPLATE","features":[479]},{"name":"WS_TCP_SSPI_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE","features":[479]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_POLICY_DESCRIPTION","features":[479]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[479]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[479]},{"name":"WS_TCP_SSPI_POLICY_DESCRIPTION","features":[479]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING","features":[479]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_CONSTRAINT","features":[479]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_CONSTRAINT_TYPE","features":[479]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TEMPLATE","features":[479]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TYPE","features":[479]},{"name":"WS_TCP_SSPI_USERNAME_BINDING_TEMPLATE","features":[479]},{"name":"WS_TCP_SSPI_USERNAME_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_TCP_SSPI_USERNAME_POLICY_DESCRIPTION","features":[479]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[479]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[479]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[479]},{"name":"WS_TEXT_FIELD_MAPPING","features":[479]},{"name":"WS_THUMBPRINT_CERT_CREDENTIAL","features":[479]},{"name":"WS_THUMBPRINT_CERT_CREDENTIAL_TYPE","features":[479]},{"name":"WS_TIMESPAN","features":[479]},{"name":"WS_TIMESPAN_DESCRIPTION","features":[479]},{"name":"WS_TIMESPAN_TYPE","features":[479]},{"name":"WS_TIMESPAN_VALUE_TYPE","features":[479]},{"name":"WS_TO_HEADER","features":[479]},{"name":"WS_TRACE_API","features":[479]},{"name":"WS_TRACE_API_ABANDON_MESSAGE","features":[479]},{"name":"WS_TRACE_API_ABORT_CALL","features":[479]},{"name":"WS_TRACE_API_ABORT_CHANNEL","features":[479]},{"name":"WS_TRACE_API_ABORT_LISTENER","features":[479]},{"name":"WS_TRACE_API_ABORT_SERVICE_HOST","features":[479]},{"name":"WS_TRACE_API_ABORT_SERVICE_PROXY","features":[479]},{"name":"WS_TRACE_API_ACCEPT_CHANNEL","features":[479]},{"name":"WS_TRACE_API_ADDRESS_MESSAGE","features":[479]},{"name":"WS_TRACE_API_ADD_CUSTOM_HEADER","features":[479]},{"name":"WS_TRACE_API_ADD_ERROR_STRING","features":[479]},{"name":"WS_TRACE_API_ADD_MAPPED_HEADER","features":[479]},{"name":"WS_TRACE_API_ALLOC","features":[479]},{"name":"WS_TRACE_API_ASYNC_EXECUTE","features":[479]},{"name":"WS_TRACE_API_CALL","features":[479]},{"name":"WS_TRACE_API_CHECK_MUST_UNDERSTAND_HEADERS","features":[479]},{"name":"WS_TRACE_API_CLOSE_CHANNEL","features":[479]},{"name":"WS_TRACE_API_CLOSE_LISTENER","features":[479]},{"name":"WS_TRACE_API_CLOSE_SERVICE_HOST","features":[479]},{"name":"WS_TRACE_API_CLOSE_SERVICE_PROXY","features":[479]},{"name":"WS_TRACE_API_COMBINE_URL","features":[479]},{"name":"WS_TRACE_API_COPY_ERROR","features":[479]},{"name":"WS_TRACE_API_COPY_NODE","features":[479]},{"name":"WS_TRACE_API_CREATE_CHANNEL","features":[479]},{"name":"WS_TRACE_API_CREATE_CHANNEL_FOR_LISTENER","features":[479]},{"name":"WS_TRACE_API_CREATE_ERROR","features":[479]},{"name":"WS_TRACE_API_CREATE_FAULT_FROM_ERROR","features":[479]},{"name":"WS_TRACE_API_CREATE_HEAP","features":[479]},{"name":"WS_TRACE_API_CREATE_LISTENER","features":[479]},{"name":"WS_TRACE_API_CREATE_MESSAGE","features":[479]},{"name":"WS_TRACE_API_CREATE_MESSAGE_FOR_CHANNEL","features":[479]},{"name":"WS_TRACE_API_CREATE_METADATA","features":[479]},{"name":"WS_TRACE_API_CREATE_READER","features":[479]},{"name":"WS_TRACE_API_CREATE_SERVICE_HOST","features":[479]},{"name":"WS_TRACE_API_CREATE_SERVICE_PROXY","features":[479]},{"name":"WS_TRACE_API_CREATE_WRITER","features":[479]},{"name":"WS_TRACE_API_CREATE_XML_BUFFER","features":[479]},{"name":"WS_TRACE_API_CREATE_XML_SECURITY_TOKEN","features":[479]},{"name":"WS_TRACE_API_DATETIME_TO_FILETIME","features":[479]},{"name":"WS_TRACE_API_DECODE_URL","features":[479]},{"name":"WS_TRACE_API_DUMP_MEMORY","features":[479]},{"name":"WS_TRACE_API_ENCODE_URL","features":[479]},{"name":"WS_TRACE_API_END_READER_CANONICALIZATION","features":[479]},{"name":"WS_TRACE_API_END_WRITER_CANONICALIZATION","features":[479]},{"name":"WS_TRACE_API_FILETIME_TO_DATETIME","features":[479]},{"name":"WS_TRACE_API_FILL_BODY","features":[479]},{"name":"WS_TRACE_API_FILL_READER","features":[479]},{"name":"WS_TRACE_API_FIND_ATTRIBUTE","features":[479]},{"name":"WS_TRACE_API_FLUSH_BODY","features":[479]},{"name":"WS_TRACE_API_FLUSH_WRITER","features":[479]},{"name":"WS_TRACE_API_FREE_CHANNEL","features":[479]},{"name":"WS_TRACE_API_FREE_ERROR","features":[479]},{"name":"WS_TRACE_API_FREE_HEAP","features":[479]},{"name":"WS_TRACE_API_FREE_LISTENER","features":[479]},{"name":"WS_TRACE_API_FREE_MESSAGE","features":[479]},{"name":"WS_TRACE_API_FREE_METADATA","features":[479]},{"name":"WS_TRACE_API_FREE_SECURITY_TOKEN","features":[479]},{"name":"WS_TRACE_API_FREE_SERVICE_HOST","features":[479]},{"name":"WS_TRACE_API_FREE_SERVICE_PROXY","features":[479]},{"name":"WS_TRACE_API_FREE_XML_READER","features":[479]},{"name":"WS_TRACE_API_FREE_XML_WRITER","features":[479]},{"name":"WS_TRACE_API_GET_CHANNEL_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_CONTEXT_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_CUSTOM_HEADER","features":[479]},{"name":"WS_TRACE_API_GET_DICTIONARY","features":[479]},{"name":"WS_TRACE_API_GET_ERROR_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_ERROR_STRING","features":[479]},{"name":"WS_TRACE_API_GET_FAULT_ERROR_DETAIL","features":[479]},{"name":"WS_TRACE_API_GET_FAULT_ERROR_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_HEADER","features":[479]},{"name":"WS_TRACE_API_GET_HEADER_ATTRIBUTES","features":[479]},{"name":"WS_TRACE_API_GET_HEAP_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_LISTENER_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_MAPPED_HEADER","features":[479]},{"name":"WS_TRACE_API_GET_MESSAGE_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_METADATA_ENDPOINTS","features":[479]},{"name":"WS_TRACE_API_GET_METADATA_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_MISSING_METADATA_DOCUMENT_ADDRESS","features":[479]},{"name":"WS_TRACE_API_GET_POLICY_ALTERNATIVE_COUNT","features":[479]},{"name":"WS_TRACE_API_GET_POLICY_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_READER_NODE","features":[479]},{"name":"WS_TRACE_API_GET_READER_POSITION","features":[479]},{"name":"WS_TRACE_API_GET_READER_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_SECURITY_CONTEXT_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_SECURITY_TOKEN_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_SERVICE_HOST_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_SERVICE_PROXY_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_WRITER_POSITION","features":[479]},{"name":"WS_TRACE_API_GET_WRITER_PROPERTY","features":[479]},{"name":"WS_TRACE_API_GET_XML_ATTRIBUTE","features":[479]},{"name":"WS_TRACE_API_INITIALIZE_MESSAGE","features":[479]},{"name":"WS_TRACE_API_MARK_HEADER_AS_UNDERSTOOD","features":[479]},{"name":"WS_TRACE_API_MATCH_POLICY_ALTERNATIVE","features":[479]},{"name":"WS_TRACE_API_MOVE_READER","features":[479]},{"name":"WS_TRACE_API_MOVE_WRITER","features":[479]},{"name":"WS_TRACE_API_NAMESPACE_FROM_PREFIX","features":[479]},{"name":"WS_TRACE_API_NONE","features":[479]},{"name":"WS_TRACE_API_OPEN_CHANNEL","features":[479]},{"name":"WS_TRACE_API_OPEN_LISTENER","features":[479]},{"name":"WS_TRACE_API_OPEN_SERVICE_HOST","features":[479]},{"name":"WS_TRACE_API_OPEN_SERVICE_PROXY","features":[479]},{"name":"WS_TRACE_API_PREFIX_FROM_NAMESPACE","features":[479]},{"name":"WS_TRACE_API_PULL_BYTES","features":[479]},{"name":"WS_TRACE_API_PUSH_BYTES","features":[479]},{"name":"WS_TRACE_API_READ_ARRAY","features":[479]},{"name":"WS_TRACE_API_READ_ATTRIBUTE_TYPE","features":[479]},{"name":"WS_TRACE_API_READ_BODY","features":[479]},{"name":"WS_TRACE_API_READ_BYTES","features":[479]},{"name":"WS_TRACE_API_READ_CHARS","features":[479]},{"name":"WS_TRACE_API_READ_CHARS_UTF8","features":[479]},{"name":"WS_TRACE_API_READ_ELEMENT_TYPE","features":[479]},{"name":"WS_TRACE_API_READ_ELEMENT_VALUE","features":[479]},{"name":"WS_TRACE_API_READ_ENDPOINT_ADDRESS_EXTENSION","features":[479]},{"name":"WS_TRACE_API_READ_END_ATTRIBUTE","features":[479]},{"name":"WS_TRACE_API_READ_END_ELEMENT","features":[479]},{"name":"WS_TRACE_API_READ_ENVELOPE_END","features":[479]},{"name":"WS_TRACE_API_READ_ENVELOPE_START","features":[479]},{"name":"WS_TRACE_API_READ_MESSAGE_END","features":[479]},{"name":"WS_TRACE_API_READ_MESSAGE_START","features":[479]},{"name":"WS_TRACE_API_READ_METADATA","features":[479]},{"name":"WS_TRACE_API_READ_NODE","features":[479]},{"name":"WS_TRACE_API_READ_QUALIFIED_NAME","features":[479]},{"name":"WS_TRACE_API_READ_START_ATTRIBUTE","features":[479]},{"name":"WS_TRACE_API_READ_START_ELEMENT","features":[479]},{"name":"WS_TRACE_API_READ_TO_START_ELEMENT","features":[479]},{"name":"WS_TRACE_API_READ_TYPE","features":[479]},{"name":"WS_TRACE_API_READ_XML_BUFFER","features":[479]},{"name":"WS_TRACE_API_READ_XML_BUFFER_FROM_BYTES","features":[479]},{"name":"WS_TRACE_API_RECEIVE_MESSAGE","features":[479]},{"name":"WS_TRACE_API_REMOVE_CUSTOM_HEADER","features":[479]},{"name":"WS_TRACE_API_REMOVE_HEADER","features":[479]},{"name":"WS_TRACE_API_REMOVE_MAPPED_HEADER","features":[479]},{"name":"WS_TRACE_API_REMOVE_NODE","features":[479]},{"name":"WS_TRACE_API_REQUEST_REPLY","features":[479]},{"name":"WS_TRACE_API_REQUEST_SECURITY_TOKEN","features":[479]},{"name":"WS_TRACE_API_RESET_CHANNEL","features":[479]},{"name":"WS_TRACE_API_RESET_ERROR","features":[479]},{"name":"WS_TRACE_API_RESET_HEAP","features":[479]},{"name":"WS_TRACE_API_RESET_LISTENER","features":[479]},{"name":"WS_TRACE_API_RESET_MESSAGE","features":[479]},{"name":"WS_TRACE_API_RESET_METADATA","features":[479]},{"name":"WS_TRACE_API_RESET_SERVICE_HOST","features":[479]},{"name":"WS_TRACE_API_RESET_SERVICE_PROXY","features":[479]},{"name":"WS_TRACE_API_REVOKE_SECURITY_CONTEXT","features":[479]},{"name":"WS_TRACE_API_SEND_FAULT_MESSAGE_FOR_ERROR","features":[479]},{"name":"WS_TRACE_API_SEND_MESSAGE","features":[479]},{"name":"WS_TRACE_API_SEND_REPLY_MESSAGE","features":[479]},{"name":"WS_TRACE_API_SERVICE_REGISTER_FOR_CANCEL","features":[479]},{"name":"WS_TRACE_API_SET_AUTOFAIL","features":[479]},{"name":"WS_TRACE_API_SET_CHANNEL_PROPERTY","features":[479]},{"name":"WS_TRACE_API_SET_ERROR_PROPERTY","features":[479]},{"name":"WS_TRACE_API_SET_FAULT_ERROR_DETAIL","features":[479]},{"name":"WS_TRACE_API_SET_FAULT_ERROR_PROPERTY","features":[479]},{"name":"WS_TRACE_API_SET_HEADER","features":[479]},{"name":"WS_TRACE_API_SET_INPUT","features":[479]},{"name":"WS_TRACE_API_SET_INPUT_TO_BUFFER","features":[479]},{"name":"WS_TRACE_API_SET_LISTENER_PROPERTY","features":[479]},{"name":"WS_TRACE_API_SET_MESSAGE_PROPERTY","features":[479]},{"name":"WS_TRACE_API_SET_OUTPUT","features":[479]},{"name":"WS_TRACE_API_SET_OUTPUT_TO_BUFFER","features":[479]},{"name":"WS_TRACE_API_SET_READER_POSITION","features":[479]},{"name":"WS_TRACE_API_SET_WRITER_POSITION","features":[479]},{"name":"WS_TRACE_API_SHUTDOWN_SESSION_CHANNEL","features":[479]},{"name":"WS_TRACE_API_SKIP_NODE","features":[479]},{"name":"WS_TRACE_API_START_READER_CANONICALIZATION","features":[479]},{"name":"WS_TRACE_API_START_WRITER_CANONICALIZATION","features":[479]},{"name":"WS_TRACE_API_TRIM_XML_WHITESPACE","features":[479]},{"name":"WS_TRACE_API_VERIFY_XML_NCNAME","features":[479]},{"name":"WS_TRACE_API_WRITE_ARRAY","features":[479]},{"name":"WS_TRACE_API_WRITE_ATTRIBUTE_TYPE","features":[479]},{"name":"WS_TRACE_API_WRITE_BODY","features":[479]},{"name":"WS_TRACE_API_WRITE_BYTES","features":[479]},{"name":"WS_TRACE_API_WRITE_CHARS","features":[479]},{"name":"WS_TRACE_API_WRITE_CHARS_UTF8","features":[479]},{"name":"WS_TRACE_API_WRITE_ELEMENT_TYPE","features":[479]},{"name":"WS_TRACE_API_WRITE_END_ATTRIBUTE","features":[479]},{"name":"WS_TRACE_API_WRITE_END_CDATA","features":[479]},{"name":"WS_TRACE_API_WRITE_END_ELEMENT","features":[479]},{"name":"WS_TRACE_API_WRITE_END_START_ELEMENT","features":[479]},{"name":"WS_TRACE_API_WRITE_ENVELOPE_END","features":[479]},{"name":"WS_TRACE_API_WRITE_ENVELOPE_START","features":[479]},{"name":"WS_TRACE_API_WRITE_MESSAGE_END","features":[479]},{"name":"WS_TRACE_API_WRITE_MESSAGE_START","features":[479]},{"name":"WS_TRACE_API_WRITE_NODE","features":[479]},{"name":"WS_TRACE_API_WRITE_QUALIFIED_NAME","features":[479]},{"name":"WS_TRACE_API_WRITE_START_ATTRIBUTE","features":[479]},{"name":"WS_TRACE_API_WRITE_START_CDATA","features":[479]},{"name":"WS_TRACE_API_WRITE_START_ELEMENT","features":[479]},{"name":"WS_TRACE_API_WRITE_TEXT","features":[479]},{"name":"WS_TRACE_API_WRITE_TYPE","features":[479]},{"name":"WS_TRACE_API_WRITE_VALUE","features":[479]},{"name":"WS_TRACE_API_WRITE_XMLNS_ATTRIBUTE","features":[479]},{"name":"WS_TRACE_API_WRITE_XML_BUFFER","features":[479]},{"name":"WS_TRACE_API_WRITE_XML_BUFFER_TO_BYTES","features":[479]},{"name":"WS_TRACE_API_WS_CREATE_SERVICE_HOST_FROM_TEMPLATE","features":[479]},{"name":"WS_TRACE_API_WS_CREATE_SERVICE_PROXY_FROM_TEMPLATE","features":[479]},{"name":"WS_TRACE_API_XML_STRING_EQUALS","features":[479]},{"name":"WS_TRANSFER_MODE","features":[479]},{"name":"WS_TRUST_VERSION","features":[479]},{"name":"WS_TRUST_VERSION_1_3","features":[479]},{"name":"WS_TRUST_VERSION_FEBRUARY_2005","features":[479]},{"name":"WS_TYPE","features":[479]},{"name":"WS_TYPE_ATTRIBUTE_FIELD_MAPPING","features":[479]},{"name":"WS_TYPE_MAPPING","features":[479]},{"name":"WS_UDP_CHANNEL_BINDING","features":[479]},{"name":"WS_UINT16_DESCRIPTION","features":[479]},{"name":"WS_UINT16_TYPE","features":[479]},{"name":"WS_UINT16_VALUE_TYPE","features":[479]},{"name":"WS_UINT32_DESCRIPTION","features":[479]},{"name":"WS_UINT32_TYPE","features":[479]},{"name":"WS_UINT32_VALUE_TYPE","features":[479]},{"name":"WS_UINT64_DESCRIPTION","features":[479]},{"name":"WS_UINT64_TYPE","features":[479]},{"name":"WS_UINT64_VALUE_TYPE","features":[479]},{"name":"WS_UINT8_DESCRIPTION","features":[479]},{"name":"WS_UINT8_TYPE","features":[479]},{"name":"WS_UINT8_VALUE_TYPE","features":[479]},{"name":"WS_UNION_DESCRIPTION","features":[307,479]},{"name":"WS_UNION_FIELD_DESCRIPTION","features":[307,479]},{"name":"WS_UNION_TYPE","features":[479]},{"name":"WS_UNIQUE_ID","features":[479]},{"name":"WS_UNIQUE_ID_DESCRIPTION","features":[479]},{"name":"WS_UNIQUE_ID_TYPE","features":[479]},{"name":"WS_UNKNOWN_ENDPOINT_IDENTITY","features":[479]},{"name":"WS_UNKNOWN_ENDPOINT_IDENTITY_TYPE","features":[479]},{"name":"WS_UPN_ENDPOINT_IDENTITY","features":[479]},{"name":"WS_UPN_ENDPOINT_IDENTITY_TYPE","features":[479]},{"name":"WS_URL","features":[479]},{"name":"WS_URL_FLAGS_ALLOW_HOST_WILDCARDS","features":[479]},{"name":"WS_URL_FLAGS_NO_PATH_COLLAPSE","features":[479]},{"name":"WS_URL_FLAGS_ZERO_TERMINATE","features":[479]},{"name":"WS_URL_HTTPS_SCHEME_TYPE","features":[479]},{"name":"WS_URL_HTTP_SCHEME_TYPE","features":[479]},{"name":"WS_URL_NETPIPE_SCHEME_TYPE","features":[479]},{"name":"WS_URL_NETTCP_SCHEME_TYPE","features":[479]},{"name":"WS_URL_SCHEME_TYPE","features":[479]},{"name":"WS_URL_SOAPUDP_SCHEME_TYPE","features":[479]},{"name":"WS_USERNAME_CREDENTIAL","features":[479]},{"name":"WS_USERNAME_CREDENTIAL_TYPE","features":[479]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING","features":[479]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[479]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[479]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[479]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[479]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_TYPE","features":[479]},{"name":"WS_UTF8_ARRAY_DESCRIPTION","features":[479]},{"name":"WS_UTF8_ARRAY_TYPE","features":[479]},{"name":"WS_VALIDATE_PASSWORD_CALLBACK","features":[479]},{"name":"WS_VALIDATE_SAML_CALLBACK","features":[479]},{"name":"WS_VALUE_TYPE","features":[479]},{"name":"WS_VOID_DESCRIPTION","features":[479]},{"name":"WS_VOID_TYPE","features":[479]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[479]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[479]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE","features":[479]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_KERBEROS","features":[479]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_NTLM","features":[479]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_SPNEGO","features":[479]},{"name":"WS_WRITE_CALLBACK","features":[479]},{"name":"WS_WRITE_MESSAGE_END_CALLBACK","features":[479]},{"name":"WS_WRITE_MESSAGE_START_CALLBACK","features":[479]},{"name":"WS_WRITE_NILLABLE_POINTER","features":[479]},{"name":"WS_WRITE_NILLABLE_VALUE","features":[479]},{"name":"WS_WRITE_OPTION","features":[479]},{"name":"WS_WRITE_REQUIRED_POINTER","features":[479]},{"name":"WS_WRITE_REQUIRED_VALUE","features":[479]},{"name":"WS_WRITE_TYPE_CALLBACK","features":[479]},{"name":"WS_WSZ_DESCRIPTION","features":[479]},{"name":"WS_WSZ_TYPE","features":[479]},{"name":"WS_XML_ATTRIBUTE","features":[307,479]},{"name":"WS_XML_ATTRIBUTE_FIELD_MAPPING","features":[479]},{"name":"WS_XML_BASE64_TEXT","features":[479]},{"name":"WS_XML_BOOL_TEXT","features":[307,479]},{"name":"WS_XML_BUFFER","features":[479]},{"name":"WS_XML_BUFFER_PROPERTY","features":[479]},{"name":"WS_XML_BUFFER_PROPERTY_ID","features":[479]},{"name":"WS_XML_BUFFER_TYPE","features":[479]},{"name":"WS_XML_CANONICALIZATION_ALGORITHM","features":[479]},{"name":"WS_XML_CANONICALIZATION_INCLUSIVE_PREFIXES","features":[307,479]},{"name":"WS_XML_CANONICALIZATION_PROPERTY","features":[479]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_ALGORITHM","features":[479]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_ID","features":[479]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_INCLUSIVE_PREFIXES","features":[479]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_OMITTED_ELEMENT","features":[479]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_OUTPUT_BUFFER_SIZE","features":[479]},{"name":"WS_XML_COMMENT_NODE","features":[307,479]},{"name":"WS_XML_DATETIME_TEXT","features":[479]},{"name":"WS_XML_DECIMAL_TEXT","features":[307,479]},{"name":"WS_XML_DICTIONARY","features":[307,479]},{"name":"WS_XML_DOUBLE_TEXT","features":[479]},{"name":"WS_XML_ELEMENT_NODE","features":[307,479]},{"name":"WS_XML_FLOAT_TEXT","features":[479]},{"name":"WS_XML_GUID_TEXT","features":[479]},{"name":"WS_XML_INT32_TEXT","features":[479]},{"name":"WS_XML_INT64_TEXT","features":[479]},{"name":"WS_XML_LIST_TEXT","features":[479]},{"name":"WS_XML_NODE","features":[479]},{"name":"WS_XML_NODE_POSITION","features":[479]},{"name":"WS_XML_NODE_TYPE","features":[479]},{"name":"WS_XML_NODE_TYPE_BOF","features":[479]},{"name":"WS_XML_NODE_TYPE_CDATA","features":[479]},{"name":"WS_XML_NODE_TYPE_COMMENT","features":[479]},{"name":"WS_XML_NODE_TYPE_ELEMENT","features":[479]},{"name":"WS_XML_NODE_TYPE_END_CDATA","features":[479]},{"name":"WS_XML_NODE_TYPE_END_ELEMENT","features":[479]},{"name":"WS_XML_NODE_TYPE_EOF","features":[479]},{"name":"WS_XML_NODE_TYPE_TEXT","features":[479]},{"name":"WS_XML_QNAME","features":[307,479]},{"name":"WS_XML_QNAME_DESCRIPTION","features":[479]},{"name":"WS_XML_QNAME_TEXT","features":[307,479]},{"name":"WS_XML_QNAME_TYPE","features":[479]},{"name":"WS_XML_READER","features":[479]},{"name":"WS_XML_READER_BINARY_ENCODING","features":[307,479]},{"name":"WS_XML_READER_BUFFER_INPUT","features":[479]},{"name":"WS_XML_READER_ENCODING","features":[479]},{"name":"WS_XML_READER_ENCODING_TYPE","features":[479]},{"name":"WS_XML_READER_ENCODING_TYPE_BINARY","features":[479]},{"name":"WS_XML_READER_ENCODING_TYPE_MTOM","features":[479]},{"name":"WS_XML_READER_ENCODING_TYPE_RAW","features":[479]},{"name":"WS_XML_READER_ENCODING_TYPE_TEXT","features":[479]},{"name":"WS_XML_READER_INPUT","features":[479]},{"name":"WS_XML_READER_INPUT_TYPE","features":[479]},{"name":"WS_XML_READER_INPUT_TYPE_BUFFER","features":[479]},{"name":"WS_XML_READER_INPUT_TYPE_STREAM","features":[479]},{"name":"WS_XML_READER_MTOM_ENCODING","features":[307,479]},{"name":"WS_XML_READER_PROPERTIES","features":[479]},{"name":"WS_XML_READER_PROPERTY","features":[479]},{"name":"WS_XML_READER_PROPERTY_ALLOW_FRAGMENT","features":[479]},{"name":"WS_XML_READER_PROPERTY_ALLOW_INVALID_CHARACTER_REFERENCES","features":[479]},{"name":"WS_XML_READER_PROPERTY_CHARSET","features":[479]},{"name":"WS_XML_READER_PROPERTY_COLUMN","features":[479]},{"name":"WS_XML_READER_PROPERTY_ID","features":[479]},{"name":"WS_XML_READER_PROPERTY_IN_ATTRIBUTE","features":[479]},{"name":"WS_XML_READER_PROPERTY_MAX_ATTRIBUTES","features":[479]},{"name":"WS_XML_READER_PROPERTY_MAX_DEPTH","features":[479]},{"name":"WS_XML_READER_PROPERTY_MAX_MIME_PARTS","features":[479]},{"name":"WS_XML_READER_PROPERTY_MAX_NAMESPACES","features":[479]},{"name":"WS_XML_READER_PROPERTY_READ_DECLARATION","features":[479]},{"name":"WS_XML_READER_PROPERTY_ROW","features":[479]},{"name":"WS_XML_READER_PROPERTY_STREAM_BUFFER_SIZE","features":[479]},{"name":"WS_XML_READER_PROPERTY_STREAM_MAX_MIME_HEADERS_SIZE","features":[479]},{"name":"WS_XML_READER_PROPERTY_STREAM_MAX_ROOT_MIME_PART_SIZE","features":[479]},{"name":"WS_XML_READER_PROPERTY_UTF8_TRIM_SIZE","features":[479]},{"name":"WS_XML_READER_RAW_ENCODING","features":[479]},{"name":"WS_XML_READER_STREAM_INPUT","features":[479]},{"name":"WS_XML_READER_TEXT_ENCODING","features":[479]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY","features":[479]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_ATTACHED_REFERENCE","features":[479]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_ID","features":[479]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_UNATTACHED_REFERENCE","features":[479]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_VALID_FROM_TIME","features":[479]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_VALID_TILL_TIME","features":[479]},{"name":"WS_XML_STRING","features":[307,479]},{"name":"WS_XML_STRING_DESCRIPTION","features":[479]},{"name":"WS_XML_STRING_TYPE","features":[479]},{"name":"WS_XML_TEXT","features":[479]},{"name":"WS_XML_TEXT_NODE","features":[479]},{"name":"WS_XML_TEXT_TYPE","features":[479]},{"name":"WS_XML_TEXT_TYPE_BASE64","features":[479]},{"name":"WS_XML_TEXT_TYPE_BOOL","features":[479]},{"name":"WS_XML_TEXT_TYPE_DATETIME","features":[479]},{"name":"WS_XML_TEXT_TYPE_DECIMAL","features":[479]},{"name":"WS_XML_TEXT_TYPE_DOUBLE","features":[479]},{"name":"WS_XML_TEXT_TYPE_FLOAT","features":[479]},{"name":"WS_XML_TEXT_TYPE_GUID","features":[479]},{"name":"WS_XML_TEXT_TYPE_INT32","features":[479]},{"name":"WS_XML_TEXT_TYPE_INT64","features":[479]},{"name":"WS_XML_TEXT_TYPE_LIST","features":[479]},{"name":"WS_XML_TEXT_TYPE_QNAME","features":[479]},{"name":"WS_XML_TEXT_TYPE_TIMESPAN","features":[479]},{"name":"WS_XML_TEXT_TYPE_UINT64","features":[479]},{"name":"WS_XML_TEXT_TYPE_UNIQUE_ID","features":[479]},{"name":"WS_XML_TEXT_TYPE_UTF16","features":[479]},{"name":"WS_XML_TEXT_TYPE_UTF8","features":[479]},{"name":"WS_XML_TIMESPAN_TEXT","features":[479]},{"name":"WS_XML_TOKEN_MESSAGE_SECURITY_BINDING","features":[479]},{"name":"WS_XML_TOKEN_MESSAGE_SECURITY_BINDING_TYPE","features":[479]},{"name":"WS_XML_UINT64_TEXT","features":[479]},{"name":"WS_XML_UNIQUE_ID_TEXT","features":[479]},{"name":"WS_XML_UTF16_TEXT","features":[479]},{"name":"WS_XML_UTF8_TEXT","features":[307,479]},{"name":"WS_XML_WRITER","features":[479]},{"name":"WS_XML_WRITER_BINARY_ENCODING","features":[307,479]},{"name":"WS_XML_WRITER_BUFFER_OUTPUT","features":[479]},{"name":"WS_XML_WRITER_ENCODING","features":[479]},{"name":"WS_XML_WRITER_ENCODING_TYPE","features":[479]},{"name":"WS_XML_WRITER_ENCODING_TYPE_BINARY","features":[479]},{"name":"WS_XML_WRITER_ENCODING_TYPE_MTOM","features":[479]},{"name":"WS_XML_WRITER_ENCODING_TYPE_RAW","features":[479]},{"name":"WS_XML_WRITER_ENCODING_TYPE_TEXT","features":[479]},{"name":"WS_XML_WRITER_MTOM_ENCODING","features":[307,479]},{"name":"WS_XML_WRITER_OUTPUT","features":[479]},{"name":"WS_XML_WRITER_OUTPUT_TYPE","features":[479]},{"name":"WS_XML_WRITER_OUTPUT_TYPE_BUFFER","features":[479]},{"name":"WS_XML_WRITER_OUTPUT_TYPE_STREAM","features":[479]},{"name":"WS_XML_WRITER_PROPERTIES","features":[479]},{"name":"WS_XML_WRITER_PROPERTY","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_ALLOW_FRAGMENT","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_ALLOW_INVALID_CHARACTER_REFERENCES","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_BUFFERS","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_BUFFER_MAX_SIZE","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_BUFFER_TRIM_SIZE","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_BYTES","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_BYTES_TO_CLOSE","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_BYTES_WRITTEN","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_CHARSET","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_COMPRESS_EMPTY_ELEMENTS","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_EMIT_UNCOMPRESSED_EMPTY_ELEMENTS","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_ID","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_INDENT","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_INITIAL_BUFFER","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_IN_ATTRIBUTE","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_MAX_ATTRIBUTES","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_MAX_DEPTH","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_MAX_MIME_PARTS_BUFFER_SIZE","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_MAX_NAMESPACES","features":[479]},{"name":"WS_XML_WRITER_PROPERTY_WRITE_DECLARATION","features":[479]},{"name":"WS_XML_WRITER_RAW_ENCODING","features":[479]},{"name":"WS_XML_WRITER_STREAM_OUTPUT","features":[479]},{"name":"WS_XML_WRITER_TEXT_ENCODING","features":[479]},{"name":"WebAuthNAuthenticatorGetAssertion","features":[307,479]},{"name":"WebAuthNAuthenticatorMakeCredential","features":[307,479]},{"name":"WebAuthNCancelCurrentOperation","features":[479]},{"name":"WebAuthNDeletePlatformCredential","features":[479]},{"name":"WebAuthNFreeAssertion","features":[479]},{"name":"WebAuthNFreeCredentialAttestation","features":[307,479]},{"name":"WebAuthNFreePlatformCredentialList","features":[307,479]},{"name":"WebAuthNGetApiVersionNumber","features":[479]},{"name":"WebAuthNGetCancellationId","features":[479]},{"name":"WebAuthNGetErrorName","features":[479]},{"name":"WebAuthNGetPlatformCredentialList","features":[307,479]},{"name":"WebAuthNGetW3CExceptionDOMError","features":[479]},{"name":"WebAuthNIsUserVerifyingPlatformAuthenticatorAvailable","features":[307,479]},{"name":"WsAbandonCall","features":[479]},{"name":"WsAbandonMessage","features":[479]},{"name":"WsAbortChannel","features":[479]},{"name":"WsAbortListener","features":[479]},{"name":"WsAbortServiceHost","features":[479]},{"name":"WsAbortServiceProxy","features":[479]},{"name":"WsAcceptChannel","features":[479]},{"name":"WsAddCustomHeader","features":[307,479]},{"name":"WsAddErrorString","features":[479]},{"name":"WsAddMappedHeader","features":[307,479]},{"name":"WsAddressMessage","features":[479]},{"name":"WsAlloc","features":[479]},{"name":"WsAsyncExecute","features":[479]},{"name":"WsCall","features":[307,479]},{"name":"WsCheckMustUnderstandHeaders","features":[479]},{"name":"WsCloseChannel","features":[479]},{"name":"WsCloseListener","features":[479]},{"name":"WsCloseServiceHost","features":[479]},{"name":"WsCloseServiceProxy","features":[479]},{"name":"WsCombineUrl","features":[479]},{"name":"WsCopyError","features":[479]},{"name":"WsCopyNode","features":[479]},{"name":"WsCreateChannel","features":[479]},{"name":"WsCreateChannelForListener","features":[479]},{"name":"WsCreateError","features":[479]},{"name":"WsCreateFaultFromError","features":[307,479]},{"name":"WsCreateHeap","features":[479]},{"name":"WsCreateListener","features":[479]},{"name":"WsCreateMessage","features":[479]},{"name":"WsCreateMessageForChannel","features":[479]},{"name":"WsCreateMetadata","features":[479]},{"name":"WsCreateReader","features":[479]},{"name":"WsCreateServiceEndpointFromTemplate","features":[307,479]},{"name":"WsCreateServiceHost","features":[307,479]},{"name":"WsCreateServiceProxy","features":[479]},{"name":"WsCreateServiceProxyFromTemplate","features":[479]},{"name":"WsCreateWriter","features":[479]},{"name":"WsCreateXmlBuffer","features":[479]},{"name":"WsCreateXmlSecurityToken","features":[479]},{"name":"WsDateTimeToFileTime","features":[307,479]},{"name":"WsDecodeUrl","features":[479]},{"name":"WsEncodeUrl","features":[479]},{"name":"WsEndReaderCanonicalization","features":[479]},{"name":"WsEndWriterCanonicalization","features":[479]},{"name":"WsFileTimeToDateTime","features":[307,479]},{"name":"WsFillBody","features":[479]},{"name":"WsFillReader","features":[479]},{"name":"WsFindAttribute","features":[307,479]},{"name":"WsFlushBody","features":[479]},{"name":"WsFlushWriter","features":[479]},{"name":"WsFreeChannel","features":[479]},{"name":"WsFreeError","features":[479]},{"name":"WsFreeHeap","features":[479]},{"name":"WsFreeListener","features":[479]},{"name":"WsFreeMessage","features":[479]},{"name":"WsFreeMetadata","features":[479]},{"name":"WsFreeReader","features":[479]},{"name":"WsFreeSecurityToken","features":[479]},{"name":"WsFreeServiceHost","features":[479]},{"name":"WsFreeServiceProxy","features":[479]},{"name":"WsFreeWriter","features":[479]},{"name":"WsGetChannelProperty","features":[479]},{"name":"WsGetCustomHeader","features":[307,479]},{"name":"WsGetDictionary","features":[307,479]},{"name":"WsGetErrorProperty","features":[479]},{"name":"WsGetErrorString","features":[479]},{"name":"WsGetFaultErrorDetail","features":[307,479]},{"name":"WsGetFaultErrorProperty","features":[479]},{"name":"WsGetHeader","features":[479]},{"name":"WsGetHeaderAttributes","features":[479]},{"name":"WsGetHeapProperty","features":[479]},{"name":"WsGetListenerProperty","features":[479]},{"name":"WsGetMappedHeader","features":[307,479]},{"name":"WsGetMessageProperty","features":[479]},{"name":"WsGetMetadataEndpoints","features":[307,479]},{"name":"WsGetMetadataProperty","features":[479]},{"name":"WsGetMissingMetadataDocumentAddress","features":[479]},{"name":"WsGetNamespaceFromPrefix","features":[307,479]},{"name":"WsGetOperationContextProperty","features":[479]},{"name":"WsGetPolicyAlternativeCount","features":[479]},{"name":"WsGetPolicyProperty","features":[479]},{"name":"WsGetPrefixFromNamespace","features":[307,479]},{"name":"WsGetReaderNode","features":[479]},{"name":"WsGetReaderPosition","features":[479]},{"name":"WsGetReaderProperty","features":[479]},{"name":"WsGetSecurityContextProperty","features":[479]},{"name":"WsGetSecurityTokenProperty","features":[479]},{"name":"WsGetServiceHostProperty","features":[479]},{"name":"WsGetServiceProxyProperty","features":[479]},{"name":"WsGetWriterPosition","features":[479]},{"name":"WsGetWriterProperty","features":[479]},{"name":"WsGetXmlAttribute","features":[307,479]},{"name":"WsInitializeMessage","features":[479]},{"name":"WsMarkHeaderAsUnderstood","features":[479]},{"name":"WsMatchPolicyAlternative","features":[307,479]},{"name":"WsMoveReader","features":[307,479]},{"name":"WsMoveWriter","features":[307,479]},{"name":"WsOpenChannel","features":[479]},{"name":"WsOpenListener","features":[479]},{"name":"WsOpenServiceHost","features":[479]},{"name":"WsOpenServiceProxy","features":[479]},{"name":"WsPullBytes","features":[479]},{"name":"WsPushBytes","features":[479]},{"name":"WsReadArray","features":[307,479]},{"name":"WsReadAttribute","features":[307,479]},{"name":"WsReadBody","features":[307,479]},{"name":"WsReadBytes","features":[479]},{"name":"WsReadChars","features":[479]},{"name":"WsReadCharsUtf8","features":[479]},{"name":"WsReadElement","features":[307,479]},{"name":"WsReadEndAttribute","features":[479]},{"name":"WsReadEndElement","features":[479]},{"name":"WsReadEndpointAddressExtension","features":[479]},{"name":"WsReadEnvelopeEnd","features":[479]},{"name":"WsReadEnvelopeStart","features":[479]},{"name":"WsReadMessageEnd","features":[479]},{"name":"WsReadMessageStart","features":[479]},{"name":"WsReadMetadata","features":[479]},{"name":"WsReadNode","features":[479]},{"name":"WsReadQualifiedName","features":[307,479]},{"name":"WsReadStartAttribute","features":[479]},{"name":"WsReadStartElement","features":[479]},{"name":"WsReadToStartElement","features":[307,479]},{"name":"WsReadType","features":[479]},{"name":"WsReadValue","features":[479]},{"name":"WsReadXmlBuffer","features":[479]},{"name":"WsReadXmlBufferFromBytes","features":[479]},{"name":"WsReceiveMessage","features":[307,479]},{"name":"WsRegisterOperationForCancel","features":[479]},{"name":"WsRemoveCustomHeader","features":[307,479]},{"name":"WsRemoveHeader","features":[479]},{"name":"WsRemoveMappedHeader","features":[307,479]},{"name":"WsRemoveNode","features":[479]},{"name":"WsRequestReply","features":[307,479]},{"name":"WsRequestSecurityToken","features":[479]},{"name":"WsResetChannel","features":[479]},{"name":"WsResetError","features":[479]},{"name":"WsResetHeap","features":[479]},{"name":"WsResetListener","features":[479]},{"name":"WsResetMessage","features":[479]},{"name":"WsResetMetadata","features":[479]},{"name":"WsResetServiceHost","features":[479]},{"name":"WsResetServiceProxy","features":[479]},{"name":"WsRevokeSecurityContext","features":[479]},{"name":"WsSendFaultMessageForError","features":[479]},{"name":"WsSendMessage","features":[307,479]},{"name":"WsSendReplyMessage","features":[307,479]},{"name":"WsSetChannelProperty","features":[479]},{"name":"WsSetErrorProperty","features":[479]},{"name":"WsSetFaultErrorDetail","features":[307,479]},{"name":"WsSetFaultErrorProperty","features":[479]},{"name":"WsSetHeader","features":[479]},{"name":"WsSetInput","features":[479]},{"name":"WsSetInputToBuffer","features":[479]},{"name":"WsSetListenerProperty","features":[479]},{"name":"WsSetMessageProperty","features":[479]},{"name":"WsSetOutput","features":[479]},{"name":"WsSetOutputToBuffer","features":[479]},{"name":"WsSetReaderPosition","features":[479]},{"name":"WsSetWriterPosition","features":[479]},{"name":"WsShutdownSessionChannel","features":[479]},{"name":"WsSkipNode","features":[479]},{"name":"WsStartReaderCanonicalization","features":[479]},{"name":"WsStartWriterCanonicalization","features":[479]},{"name":"WsTrimXmlWhitespace","features":[479]},{"name":"WsVerifyXmlNCName","features":[479]},{"name":"WsWriteArray","features":[307,479]},{"name":"WsWriteAttribute","features":[307,479]},{"name":"WsWriteBody","features":[307,479]},{"name":"WsWriteBytes","features":[479]},{"name":"WsWriteChars","features":[479]},{"name":"WsWriteCharsUtf8","features":[479]},{"name":"WsWriteElement","features":[307,479]},{"name":"WsWriteEndAttribute","features":[479]},{"name":"WsWriteEndCData","features":[479]},{"name":"WsWriteEndElement","features":[479]},{"name":"WsWriteEndStartElement","features":[479]},{"name":"WsWriteEnvelopeEnd","features":[479]},{"name":"WsWriteEnvelopeStart","features":[479]},{"name":"WsWriteMessageEnd","features":[479]},{"name":"WsWriteMessageStart","features":[479]},{"name":"WsWriteNode","features":[479]},{"name":"WsWriteQualifiedName","features":[307,479]},{"name":"WsWriteStartAttribute","features":[307,479]},{"name":"WsWriteStartCData","features":[479]},{"name":"WsWriteStartElement","features":[307,479]},{"name":"WsWriteText","features":[479]},{"name":"WsWriteType","features":[479]},{"name":"WsWriteValue","features":[479]},{"name":"WsWriteXmlBuffer","features":[479]},{"name":"WsWriteXmlBufferToBytes","features":[479]},{"name":"WsWriteXmlnsAttribute","features":[307,479]},{"name":"WsXmlStringEquals","features":[307,479]}],"482":[{"name":"ACCESS_ALLOWED_ACE","features":[310]},{"name":"ACCESS_ALLOWED_CALLBACK_ACE","features":[310]},{"name":"ACCESS_ALLOWED_CALLBACK_OBJECT_ACE","features":[310]},{"name":"ACCESS_ALLOWED_OBJECT_ACE","features":[310]},{"name":"ACCESS_DENIED_ACE","features":[310]},{"name":"ACCESS_DENIED_CALLBACK_ACE","features":[310]},{"name":"ACCESS_DENIED_CALLBACK_OBJECT_ACE","features":[310]},{"name":"ACCESS_DENIED_OBJECT_ACE","features":[310]},{"name":"ACCESS_REASONS","features":[310]},{"name":"ACE_FLAGS","features":[310]},{"name":"ACE_HEADER","features":[310]},{"name":"ACE_INHERITED_OBJECT_TYPE_PRESENT","features":[310]},{"name":"ACE_OBJECT_TYPE_PRESENT","features":[310]},{"name":"ACE_REVISION","features":[310]},{"name":"ACL","features":[310]},{"name":"ACL_INFORMATION_CLASS","features":[310]},{"name":"ACL_REVISION","features":[310]},{"name":"ACL_REVISION_DS","features":[310]},{"name":"ACL_REVISION_INFORMATION","features":[310]},{"name":"ACL_SIZE_INFORMATION","features":[310]},{"name":"ATTRIBUTE_SECURITY_INFORMATION","features":[310]},{"name":"AUDIT_EVENT_TYPE","features":[310]},{"name":"AccessCheck","features":[307,310]},{"name":"AccessCheckAndAuditAlarmA","features":[307,310]},{"name":"AccessCheckAndAuditAlarmW","features":[307,310]},{"name":"AccessCheckByType","features":[307,310]},{"name":"AccessCheckByTypeAndAuditAlarmA","features":[307,310]},{"name":"AccessCheckByTypeAndAuditAlarmW","features":[307,310]},{"name":"AccessCheckByTypeResultList","features":[307,310]},{"name":"AccessCheckByTypeResultListAndAuditAlarmA","features":[307,310]},{"name":"AccessCheckByTypeResultListAndAuditAlarmByHandleA","features":[307,310]},{"name":"AccessCheckByTypeResultListAndAuditAlarmByHandleW","features":[307,310]},{"name":"AccessCheckByTypeResultListAndAuditAlarmW","features":[307,310]},{"name":"AclRevisionInformation","features":[310]},{"name":"AclSizeInformation","features":[310]},{"name":"AddAccessAllowedAce","features":[307,310]},{"name":"AddAccessAllowedAceEx","features":[307,310]},{"name":"AddAccessAllowedObjectAce","features":[307,310]},{"name":"AddAccessDeniedAce","features":[307,310]},{"name":"AddAccessDeniedAceEx","features":[307,310]},{"name":"AddAccessDeniedObjectAce","features":[307,310]},{"name":"AddAce","features":[307,310]},{"name":"AddAuditAccessAce","features":[307,310]},{"name":"AddAuditAccessAceEx","features":[307,310]},{"name":"AddAuditAccessObjectAce","features":[307,310]},{"name":"AddConditionalAce","features":[307,310]},{"name":"AddMandatoryAce","features":[307,310]},{"name":"AddResourceAttributeAce","features":[307,310]},{"name":"AddScopedPolicyIDAce","features":[307,310]},{"name":"AdjustTokenGroups","features":[307,310]},{"name":"AdjustTokenPrivileges","features":[307,310]},{"name":"AllocateAndInitializeSid","features":[307,310]},{"name":"AllocateLocallyUniqueId","features":[307,310]},{"name":"AreAllAccessesGranted","features":[307,310]},{"name":"AreAnyAccessesGranted","features":[307,310]},{"name":"AuditEventDirectoryServiceAccess","features":[310]},{"name":"AuditEventObjectAccess","features":[310]},{"name":"BACKUP_SECURITY_INFORMATION","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_DISABLED","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_DISABLED_BY_DEFAULT","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_FLAGS","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_MANDATORY","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_NON_INHERITABLE","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_BOOLEAN","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_FQBN","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_INT64","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_OCTET_STRING","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_SID","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_STRING","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_UINT64","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_USE_FOR_DENY_ONLY","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_V1","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_VALUE_CASE_SENSITIVE","features":[310]},{"name":"CLAIM_SECURITY_ATTRIBUTE_VALUE_TYPE","features":[310]},{"name":"CONTAINER_INHERIT_ACE","features":[310]},{"name":"CREATE_RESTRICTED_TOKEN_FLAGS","features":[310]},{"name":"CVT_SECONDS","features":[310]},{"name":"CheckTokenCapability","features":[307,310]},{"name":"CheckTokenMembership","features":[307,310]},{"name":"CheckTokenMembershipEx","features":[307,310]},{"name":"ConvertToAutoInheritPrivateObjectSecurity","features":[307,310]},{"name":"CopySid","features":[307,310]},{"name":"CreatePrivateObjectSecurity","features":[307,310]},{"name":"CreatePrivateObjectSecurityEx","features":[307,310]},{"name":"CreatePrivateObjectSecurityWithMultipleInheritance","features":[307,310]},{"name":"CreateRestrictedToken","features":[307,310]},{"name":"CreateWellKnownSid","features":[307,310]},{"name":"DACL_SECURITY_INFORMATION","features":[310]},{"name":"DISABLE_MAX_PRIVILEGE","features":[310]},{"name":"DeleteAce","features":[307,310]},{"name":"DeriveCapabilitySidsFromName","features":[307,310]},{"name":"DestroyPrivateObjectSecurity","features":[307,310]},{"name":"DuplicateToken","features":[307,310]},{"name":"DuplicateTokenEx","features":[307,310]},{"name":"ENUM_PERIOD","features":[310]},{"name":"ENUM_PERIOD_DAYS","features":[310]},{"name":"ENUM_PERIOD_HOURS","features":[310]},{"name":"ENUM_PERIOD_INVALID","features":[310]},{"name":"ENUM_PERIOD_MINUTES","features":[310]},{"name":"ENUM_PERIOD_MONTHS","features":[310]},{"name":"ENUM_PERIOD_SECONDS","features":[310]},{"name":"ENUM_PERIOD_WEEKS","features":[310]},{"name":"ENUM_PERIOD_YEARS","features":[310]},{"name":"EqualDomainSid","features":[307,310]},{"name":"EqualPrefixSid","features":[307,310]},{"name":"EqualSid","features":[307,310]},{"name":"FAILED_ACCESS_ACE_FLAG","features":[310]},{"name":"FindFirstFreeAce","features":[307,310]},{"name":"FreeSid","features":[310]},{"name":"GENERIC_MAPPING","features":[310]},{"name":"GROUP_SECURITY_INFORMATION","features":[310]},{"name":"GetAce","features":[307,310]},{"name":"GetAclInformation","features":[307,310]},{"name":"GetAppContainerAce","features":[307,310]},{"name":"GetCachedSigningLevel","features":[307,310]},{"name":"GetFileSecurityA","features":[307,310]},{"name":"GetFileSecurityW","features":[307,310]},{"name":"GetKernelObjectSecurity","features":[307,310]},{"name":"GetLengthSid","features":[310]},{"name":"GetPrivateObjectSecurity","features":[307,310]},{"name":"GetSecurityDescriptorControl","features":[307,310]},{"name":"GetSecurityDescriptorDacl","features":[307,310]},{"name":"GetSecurityDescriptorGroup","features":[307,310]},{"name":"GetSecurityDescriptorLength","features":[310]},{"name":"GetSecurityDescriptorOwner","features":[307,310]},{"name":"GetSecurityDescriptorRMControl","features":[310]},{"name":"GetSecurityDescriptorSacl","features":[307,310]},{"name":"GetSidIdentifierAuthority","features":[310]},{"name":"GetSidLengthRequired","features":[310]},{"name":"GetSidSubAuthority","features":[310]},{"name":"GetSidSubAuthorityCount","features":[310]},{"name":"GetTokenInformation","features":[307,310]},{"name":"GetUserObjectSecurity","features":[307,310]},{"name":"GetWindowsAccountDomainSid","features":[307,310]},{"name":"INHERITED_ACE","features":[310]},{"name":"INHERIT_NO_PROPAGATE","features":[310]},{"name":"INHERIT_ONLY","features":[310]},{"name":"INHERIT_ONLY_ACE","features":[310]},{"name":"ImpersonateAnonymousToken","features":[307,310]},{"name":"ImpersonateLoggedOnUser","features":[307,310]},{"name":"ImpersonateSelf","features":[307,310]},{"name":"InitializeAcl","features":[307,310]},{"name":"InitializeSecurityDescriptor","features":[307,310]},{"name":"InitializeSid","features":[307,310]},{"name":"IsTokenRestricted","features":[307,310]},{"name":"IsValidAcl","features":[307,310]},{"name":"IsValidSecurityDescriptor","features":[307,310]},{"name":"IsValidSid","features":[307,310]},{"name":"IsWellKnownSid","features":[307,310]},{"name":"LABEL_SECURITY_INFORMATION","features":[310]},{"name":"LLFILETIME","features":[307,310]},{"name":"LOGON32_LOGON","features":[310]},{"name":"LOGON32_LOGON_BATCH","features":[310]},{"name":"LOGON32_LOGON_INTERACTIVE","features":[310]},{"name":"LOGON32_LOGON_NETWORK","features":[310]},{"name":"LOGON32_LOGON_NETWORK_CLEARTEXT","features":[310]},{"name":"LOGON32_LOGON_NEW_CREDENTIALS","features":[310]},{"name":"LOGON32_LOGON_SERVICE","features":[310]},{"name":"LOGON32_LOGON_UNLOCK","features":[310]},{"name":"LOGON32_PROVIDER","features":[310]},{"name":"LOGON32_PROVIDER_DEFAULT","features":[310]},{"name":"LOGON32_PROVIDER_WINNT40","features":[310]},{"name":"LOGON32_PROVIDER_WINNT50","features":[310]},{"name":"LUA_TOKEN","features":[310]},{"name":"LUID_AND_ATTRIBUTES","features":[307,310]},{"name":"LogonUserA","features":[307,310]},{"name":"LogonUserExA","features":[307,310]},{"name":"LogonUserExW","features":[307,310]},{"name":"LogonUserW","features":[307,310]},{"name":"LookupAccountNameA","features":[307,310]},{"name":"LookupAccountNameW","features":[307,310]},{"name":"LookupAccountSidA","features":[307,310]},{"name":"LookupAccountSidW","features":[307,310]},{"name":"LookupPrivilegeDisplayNameA","features":[307,310]},{"name":"LookupPrivilegeDisplayNameW","features":[307,310]},{"name":"LookupPrivilegeNameA","features":[307,310]},{"name":"LookupPrivilegeNameW","features":[307,310]},{"name":"LookupPrivilegeValueA","features":[307,310]},{"name":"LookupPrivilegeValueW","features":[307,310]},{"name":"MANDATORY_LEVEL","features":[310]},{"name":"MakeAbsoluteSD","features":[307,310]},{"name":"MakeSelfRelativeSD","features":[307,310]},{"name":"MandatoryLevelCount","features":[310]},{"name":"MandatoryLevelHigh","features":[310]},{"name":"MandatoryLevelLow","features":[310]},{"name":"MandatoryLevelMedium","features":[310]},{"name":"MandatoryLevelSecureProcess","features":[310]},{"name":"MandatoryLevelSystem","features":[310]},{"name":"MandatoryLevelUntrusted","features":[310]},{"name":"MapGenericMask","features":[310]},{"name":"MaxTokenInfoClass","features":[310]},{"name":"NCRYPT_DESCRIPTOR_HANDLE","features":[310]},{"name":"NCRYPT_STREAM_HANDLE","features":[310]},{"name":"NO_INHERITANCE","features":[310]},{"name":"NO_PROPAGATE_INHERIT_ACE","features":[310]},{"name":"OBJECT_INHERIT_ACE","features":[310]},{"name":"OBJECT_SECURITY_INFORMATION","features":[310]},{"name":"OBJECT_TYPE_LIST","features":[310]},{"name":"OWNER_SECURITY_INFORMATION","features":[310]},{"name":"ObjectCloseAuditAlarmA","features":[307,310]},{"name":"ObjectCloseAuditAlarmW","features":[307,310]},{"name":"ObjectDeleteAuditAlarmA","features":[307,310]},{"name":"ObjectDeleteAuditAlarmW","features":[307,310]},{"name":"ObjectOpenAuditAlarmA","features":[307,310]},{"name":"ObjectOpenAuditAlarmW","features":[307,310]},{"name":"ObjectPrivilegeAuditAlarmA","features":[307,310]},{"name":"ObjectPrivilegeAuditAlarmW","features":[307,310]},{"name":"PLSA_AP_CALL_PACKAGE_UNTRUSTED","features":[307,310]},{"name":"PRIVILEGE_SET","features":[307,310]},{"name":"PROTECTED_DACL_SECURITY_INFORMATION","features":[310]},{"name":"PROTECTED_SACL_SECURITY_INFORMATION","features":[310]},{"name":"PSECURITY_DESCRIPTOR","features":[310]},{"name":"PSID","features":[310]},{"name":"PrivilegeCheck","features":[307,310]},{"name":"PrivilegedServiceAuditAlarmA","features":[307,310]},{"name":"PrivilegedServiceAuditAlarmW","features":[307,310]},{"name":"QUOTA_LIMITS","features":[310]},{"name":"QuerySecurityAccessMask","features":[310]},{"name":"RevertToSelf","features":[307,310]},{"name":"RtlConvertSidToUnicodeString","features":[307,310]},{"name":"RtlNormalizeSecurityDescriptor","features":[307,310]},{"name":"SACL_SECURITY_INFORMATION","features":[310]},{"name":"SAFER_LEVEL_HANDLE","features":[310]},{"name":"SANDBOX_INERT","features":[310]},{"name":"SCOPE_SECURITY_INFORMATION","features":[310]},{"name":"SECURITY_APP_PACKAGE_AUTHORITY","features":[310]},{"name":"SECURITY_ATTRIBUTES","features":[307,310]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY","features":[310]},{"name":"SECURITY_AUTO_INHERIT_FLAGS","features":[310]},{"name":"SECURITY_CAPABILITIES","features":[310]},{"name":"SECURITY_CREATOR_SID_AUTHORITY","features":[310]},{"name":"SECURITY_DESCRIPTOR","features":[310]},{"name":"SECURITY_DESCRIPTOR_CONTROL","features":[310]},{"name":"SECURITY_DESCRIPTOR_RELATIVE","features":[310]},{"name":"SECURITY_DYNAMIC_TRACKING","features":[307,310]},{"name":"SECURITY_IMPERSONATION_LEVEL","features":[310]},{"name":"SECURITY_LOCAL_SID_AUTHORITY","features":[310]},{"name":"SECURITY_MANDATORY_LABEL_AUTHORITY","features":[310]},{"name":"SECURITY_MAX_SID_SIZE","features":[310]},{"name":"SECURITY_NON_UNIQUE_AUTHORITY","features":[310]},{"name":"SECURITY_NT_AUTHORITY","features":[310]},{"name":"SECURITY_NULL_SID_AUTHORITY","features":[310]},{"name":"SECURITY_PROCESS_TRUST_AUTHORITY","features":[310]},{"name":"SECURITY_QUALITY_OF_SERVICE","features":[307,310]},{"name":"SECURITY_RESOURCE_MANAGER_AUTHORITY","features":[310]},{"name":"SECURITY_SCOPED_POLICY_ID_AUTHORITY","features":[310]},{"name":"SECURITY_STATIC_TRACKING","features":[307,310]},{"name":"SECURITY_WORLD_SID_AUTHORITY","features":[310]},{"name":"SEC_THREAD_START","features":[310]},{"name":"SEF_AVOID_OWNER_CHECK","features":[310]},{"name":"SEF_AVOID_OWNER_RESTRICTION","features":[310]},{"name":"SEF_AVOID_PRIVILEGE_CHECK","features":[310]},{"name":"SEF_DACL_AUTO_INHERIT","features":[310]},{"name":"SEF_DEFAULT_DESCRIPTOR_FOR_OBJECT","features":[310]},{"name":"SEF_DEFAULT_GROUP_FROM_PARENT","features":[310]},{"name":"SEF_DEFAULT_OWNER_FROM_PARENT","features":[310]},{"name":"SEF_MACL_NO_EXECUTE_UP","features":[310]},{"name":"SEF_MACL_NO_READ_UP","features":[310]},{"name":"SEF_MACL_NO_WRITE_UP","features":[310]},{"name":"SEF_SACL_AUTO_INHERIT","features":[310]},{"name":"SE_ACCESS_REPLY","features":[307,310]},{"name":"SE_ACCESS_REQUEST","features":[310]},{"name":"SE_ASSIGNPRIMARYTOKEN_NAME","features":[310]},{"name":"SE_AUDIT_NAME","features":[310]},{"name":"SE_BACKUP_NAME","features":[310]},{"name":"SE_CHANGE_NOTIFY_NAME","features":[310]},{"name":"SE_CREATE_GLOBAL_NAME","features":[310]},{"name":"SE_CREATE_PAGEFILE_NAME","features":[310]},{"name":"SE_CREATE_PERMANENT_NAME","features":[310]},{"name":"SE_CREATE_SYMBOLIC_LINK_NAME","features":[310]},{"name":"SE_CREATE_TOKEN_NAME","features":[310]},{"name":"SE_DACL_AUTO_INHERITED","features":[310]},{"name":"SE_DACL_AUTO_INHERIT_REQ","features":[310]},{"name":"SE_DACL_DEFAULTED","features":[310]},{"name":"SE_DACL_PRESENT","features":[310]},{"name":"SE_DACL_PROTECTED","features":[310]},{"name":"SE_DEBUG_NAME","features":[310]},{"name":"SE_DELEGATE_SESSION_USER_IMPERSONATE_NAME","features":[310]},{"name":"SE_ENABLE_DELEGATION_NAME","features":[310]},{"name":"SE_GROUP_DEFAULTED","features":[310]},{"name":"SE_IMPERSONATE_NAME","features":[310]},{"name":"SE_IMPERSONATION_STATE","features":[307,310]},{"name":"SE_INCREASE_QUOTA_NAME","features":[310]},{"name":"SE_INC_BASE_PRIORITY_NAME","features":[310]},{"name":"SE_INC_WORKING_SET_NAME","features":[310]},{"name":"SE_LOAD_DRIVER_NAME","features":[310]},{"name":"SE_LOCK_MEMORY_NAME","features":[310]},{"name":"SE_MACHINE_ACCOUNT_NAME","features":[310]},{"name":"SE_MANAGE_VOLUME_NAME","features":[310]},{"name":"SE_OWNER_DEFAULTED","features":[310]},{"name":"SE_PRIVILEGE_ENABLED","features":[310]},{"name":"SE_PRIVILEGE_ENABLED_BY_DEFAULT","features":[310]},{"name":"SE_PRIVILEGE_REMOVED","features":[310]},{"name":"SE_PRIVILEGE_USED_FOR_ACCESS","features":[310]},{"name":"SE_PROF_SINGLE_PROCESS_NAME","features":[310]},{"name":"SE_RELABEL_NAME","features":[310]},{"name":"SE_REMOTE_SHUTDOWN_NAME","features":[310]},{"name":"SE_RESTORE_NAME","features":[310]},{"name":"SE_RM_CONTROL_VALID","features":[310]},{"name":"SE_SACL_AUTO_INHERITED","features":[310]},{"name":"SE_SACL_AUTO_INHERIT_REQ","features":[310]},{"name":"SE_SACL_DEFAULTED","features":[310]},{"name":"SE_SACL_PRESENT","features":[310]},{"name":"SE_SACL_PROTECTED","features":[310]},{"name":"SE_SECURITY_DESCRIPTOR","features":[310]},{"name":"SE_SECURITY_NAME","features":[310]},{"name":"SE_SELF_RELATIVE","features":[310]},{"name":"SE_SHUTDOWN_NAME","features":[310]},{"name":"SE_SID","features":[310]},{"name":"SE_SYNC_AGENT_NAME","features":[310]},{"name":"SE_SYSTEMTIME_NAME","features":[310]},{"name":"SE_SYSTEM_ENVIRONMENT_NAME","features":[310]},{"name":"SE_SYSTEM_PROFILE_NAME","features":[310]},{"name":"SE_TAKE_OWNERSHIP_NAME","features":[310]},{"name":"SE_TCB_NAME","features":[310]},{"name":"SE_TIME_ZONE_NAME","features":[310]},{"name":"SE_TRUSTED_CREDMAN_ACCESS_NAME","features":[310]},{"name":"SE_UNDOCK_NAME","features":[310]},{"name":"SE_UNSOLICITED_INPUT_NAME","features":[310]},{"name":"SID","features":[310]},{"name":"SID_AND_ATTRIBUTES","features":[310]},{"name":"SID_AND_ATTRIBUTES_HASH","features":[310]},{"name":"SID_IDENTIFIER_AUTHORITY","features":[310]},{"name":"SID_NAME_USE","features":[310]},{"name":"SIGNING_LEVEL_FILE_CACHE_FLAG_NOT_VALIDATED","features":[310]},{"name":"SIGNING_LEVEL_FILE_CACHE_FLAG_VALIDATE_ONLY","features":[310]},{"name":"SIGNING_LEVEL_MICROSOFT","features":[310]},{"name":"SUB_CONTAINERS_AND_OBJECTS_INHERIT","features":[310]},{"name":"SUB_CONTAINERS_ONLY_INHERIT","features":[310]},{"name":"SUB_OBJECTS_ONLY_INHERIT","features":[310]},{"name":"SUCCESSFUL_ACCESS_ACE_FLAG","features":[310]},{"name":"SYSTEM_ACCESS_FILTER_ACE","features":[310]},{"name":"SYSTEM_ALARM_ACE","features":[310]},{"name":"SYSTEM_ALARM_CALLBACK_ACE","features":[310]},{"name":"SYSTEM_ALARM_CALLBACK_OBJECT_ACE","features":[310]},{"name":"SYSTEM_ALARM_OBJECT_ACE","features":[310]},{"name":"SYSTEM_AUDIT_ACE","features":[310]},{"name":"SYSTEM_AUDIT_CALLBACK_ACE","features":[310]},{"name":"SYSTEM_AUDIT_CALLBACK_OBJECT_ACE","features":[310]},{"name":"SYSTEM_AUDIT_OBJECT_ACE","features":[310]},{"name":"SYSTEM_AUDIT_OBJECT_ACE_FLAGS","features":[310]},{"name":"SYSTEM_MANDATORY_LABEL_ACE","features":[310]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE","features":[310]},{"name":"SYSTEM_RESOURCE_ATTRIBUTE_ACE","features":[310]},{"name":"SYSTEM_SCOPED_POLICY_ID_ACE","features":[310]},{"name":"SecurityAnonymous","features":[310]},{"name":"SecurityDelegation","features":[310]},{"name":"SecurityIdentification","features":[310]},{"name":"SecurityImpersonation","features":[310]},{"name":"SetAclInformation","features":[307,310]},{"name":"SetCachedSigningLevel","features":[307,310]},{"name":"SetFileSecurityA","features":[307,310]},{"name":"SetFileSecurityW","features":[307,310]},{"name":"SetKernelObjectSecurity","features":[307,310]},{"name":"SetPrivateObjectSecurity","features":[307,310]},{"name":"SetPrivateObjectSecurityEx","features":[307,310]},{"name":"SetSecurityAccessMask","features":[310]},{"name":"SetSecurityDescriptorControl","features":[307,310]},{"name":"SetSecurityDescriptorDacl","features":[307,310]},{"name":"SetSecurityDescriptorGroup","features":[307,310]},{"name":"SetSecurityDescriptorOwner","features":[307,310]},{"name":"SetSecurityDescriptorRMControl","features":[310]},{"name":"SetSecurityDescriptorSacl","features":[307,310]},{"name":"SetTokenInformation","features":[307,310]},{"name":"SetUserObjectSecurity","features":[307,310]},{"name":"SidTypeAlias","features":[310]},{"name":"SidTypeComputer","features":[310]},{"name":"SidTypeDeletedAccount","features":[310]},{"name":"SidTypeDomain","features":[310]},{"name":"SidTypeGroup","features":[310]},{"name":"SidTypeInvalid","features":[310]},{"name":"SidTypeLabel","features":[310]},{"name":"SidTypeLogonSession","features":[310]},{"name":"SidTypeUnknown","features":[310]},{"name":"SidTypeUser","features":[310]},{"name":"SidTypeWellKnownGroup","features":[310]},{"name":"TOKEN_ACCESS_INFORMATION","features":[307,310]},{"name":"TOKEN_ACCESS_MASK","features":[310]},{"name":"TOKEN_ACCESS_PSEUDO_HANDLE","features":[310]},{"name":"TOKEN_ACCESS_PSEUDO_HANDLE_WIN8","features":[310]},{"name":"TOKEN_ACCESS_SYSTEM_SECURITY","features":[310]},{"name":"TOKEN_ADJUST_DEFAULT","features":[310]},{"name":"TOKEN_ADJUST_GROUPS","features":[310]},{"name":"TOKEN_ADJUST_PRIVILEGES","features":[310]},{"name":"TOKEN_ADJUST_SESSIONID","features":[310]},{"name":"TOKEN_ALL_ACCESS","features":[310]},{"name":"TOKEN_APPCONTAINER_INFORMATION","features":[310]},{"name":"TOKEN_ASSIGN_PRIMARY","features":[310]},{"name":"TOKEN_AUDIT_POLICY","features":[310]},{"name":"TOKEN_CONTROL","features":[307,310]},{"name":"TOKEN_DEFAULT_DACL","features":[310]},{"name":"TOKEN_DELETE","features":[310]},{"name":"TOKEN_DEVICE_CLAIMS","features":[310]},{"name":"TOKEN_DUPLICATE","features":[310]},{"name":"TOKEN_ELEVATION","features":[310]},{"name":"TOKEN_ELEVATION_TYPE","features":[310]},{"name":"TOKEN_EXECUTE","features":[310]},{"name":"TOKEN_GROUPS","features":[310]},{"name":"TOKEN_GROUPS_AND_PRIVILEGES","features":[307,310]},{"name":"TOKEN_IMPERSONATE","features":[310]},{"name":"TOKEN_INFORMATION_CLASS","features":[310]},{"name":"TOKEN_LINKED_TOKEN","features":[307,310]},{"name":"TOKEN_MANDATORY_LABEL","features":[310]},{"name":"TOKEN_MANDATORY_POLICY","features":[310]},{"name":"TOKEN_MANDATORY_POLICY_ID","features":[310]},{"name":"TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN","features":[310]},{"name":"TOKEN_MANDATORY_POLICY_NO_WRITE_UP","features":[310]},{"name":"TOKEN_MANDATORY_POLICY_OFF","features":[310]},{"name":"TOKEN_MANDATORY_POLICY_VALID_MASK","features":[310]},{"name":"TOKEN_ORIGIN","features":[307,310]},{"name":"TOKEN_OWNER","features":[310]},{"name":"TOKEN_PRIMARY_GROUP","features":[310]},{"name":"TOKEN_PRIVILEGES","features":[307,310]},{"name":"TOKEN_PRIVILEGES_ATTRIBUTES","features":[310]},{"name":"TOKEN_QUERY","features":[310]},{"name":"TOKEN_QUERY_SOURCE","features":[310]},{"name":"TOKEN_READ","features":[310]},{"name":"TOKEN_READ_CONTROL","features":[310]},{"name":"TOKEN_SOURCE","features":[307,310]},{"name":"TOKEN_STATISTICS","features":[307,310]},{"name":"TOKEN_TRUST_CONSTRAINT_MASK","features":[310]},{"name":"TOKEN_TYPE","features":[310]},{"name":"TOKEN_USER","features":[310]},{"name":"TOKEN_USER_CLAIMS","features":[310]},{"name":"TOKEN_WRITE","features":[310]},{"name":"TOKEN_WRITE_DAC","features":[310]},{"name":"TOKEN_WRITE_OWNER","features":[310]},{"name":"TokenAccessInformation","features":[310]},{"name":"TokenAppContainerNumber","features":[310]},{"name":"TokenAppContainerSid","features":[310]},{"name":"TokenAuditPolicy","features":[310]},{"name":"TokenBnoIsolation","features":[310]},{"name":"TokenCapabilities","features":[310]},{"name":"TokenChildProcessFlags","features":[310]},{"name":"TokenDefaultDacl","features":[310]},{"name":"TokenDeviceClaimAttributes","features":[310]},{"name":"TokenDeviceGroups","features":[310]},{"name":"TokenElevation","features":[310]},{"name":"TokenElevationType","features":[310]},{"name":"TokenElevationTypeDefault","features":[310]},{"name":"TokenElevationTypeFull","features":[310]},{"name":"TokenElevationTypeLimited","features":[310]},{"name":"TokenGroups","features":[310]},{"name":"TokenGroupsAndPrivileges","features":[310]},{"name":"TokenHasRestrictions","features":[310]},{"name":"TokenImpersonation","features":[310]},{"name":"TokenImpersonationLevel","features":[310]},{"name":"TokenIntegrityLevel","features":[310]},{"name":"TokenIsAppContainer","features":[310]},{"name":"TokenIsAppSilo","features":[310]},{"name":"TokenIsLessPrivilegedAppContainer","features":[310]},{"name":"TokenIsRestricted","features":[310]},{"name":"TokenIsSandboxed","features":[310]},{"name":"TokenLinkedToken","features":[310]},{"name":"TokenLogonSid","features":[310]},{"name":"TokenMandatoryPolicy","features":[310]},{"name":"TokenOrigin","features":[310]},{"name":"TokenOwner","features":[310]},{"name":"TokenPrimary","features":[310]},{"name":"TokenPrimaryGroup","features":[310]},{"name":"TokenPrivateNameSpace","features":[310]},{"name":"TokenPrivileges","features":[310]},{"name":"TokenProcessTrustLevel","features":[310]},{"name":"TokenRestrictedDeviceClaimAttributes","features":[310]},{"name":"TokenRestrictedDeviceGroups","features":[310]},{"name":"TokenRestrictedSids","features":[310]},{"name":"TokenRestrictedUserClaimAttributes","features":[310]},{"name":"TokenSandBoxInert","features":[310]},{"name":"TokenSecurityAttributes","features":[310]},{"name":"TokenSessionId","features":[310]},{"name":"TokenSessionReference","features":[310]},{"name":"TokenSingletonAttributes","features":[310]},{"name":"TokenSource","features":[310]},{"name":"TokenStatistics","features":[310]},{"name":"TokenType","features":[310]},{"name":"TokenUIAccess","features":[310]},{"name":"TokenUser","features":[310]},{"name":"TokenUserClaimAttributes","features":[310]},{"name":"TokenVirtualizationAllowed","features":[310]},{"name":"TokenVirtualizationEnabled","features":[310]},{"name":"UNPROTECTED_DACL_SECURITY_INFORMATION","features":[310]},{"name":"UNPROTECTED_SACL_SECURITY_INFORMATION","features":[310]},{"name":"WELL_KNOWN_SID_TYPE","features":[310]},{"name":"WRITE_RESTRICTED","features":[310]},{"name":"WinAccountAdministratorSid","features":[310]},{"name":"WinAccountCertAdminsSid","features":[310]},{"name":"WinAccountCloneableControllersSid","features":[310]},{"name":"WinAccountComputersSid","features":[310]},{"name":"WinAccountControllersSid","features":[310]},{"name":"WinAccountDefaultSystemManagedSid","features":[310]},{"name":"WinAccountDomainAdminsSid","features":[310]},{"name":"WinAccountDomainGuestsSid","features":[310]},{"name":"WinAccountDomainUsersSid","features":[310]},{"name":"WinAccountEnterpriseAdminsSid","features":[310]},{"name":"WinAccountEnterpriseKeyAdminsSid","features":[310]},{"name":"WinAccountGuestSid","features":[310]},{"name":"WinAccountKeyAdminsSid","features":[310]},{"name":"WinAccountKrbtgtSid","features":[310]},{"name":"WinAccountPolicyAdminsSid","features":[310]},{"name":"WinAccountProtectedUsersSid","features":[310]},{"name":"WinAccountRasAndIasServersSid","features":[310]},{"name":"WinAccountReadonlyControllersSid","features":[310]},{"name":"WinAccountSchemaAdminsSid","features":[310]},{"name":"WinAnonymousSid","features":[310]},{"name":"WinApplicationPackageAuthoritySid","features":[310]},{"name":"WinAuthenticatedUserSid","features":[310]},{"name":"WinAuthenticationAuthorityAssertedSid","features":[310]},{"name":"WinAuthenticationFreshKeyAuthSid","features":[310]},{"name":"WinAuthenticationKeyPropertyAttestationSid","features":[310]},{"name":"WinAuthenticationKeyPropertyMFASid","features":[310]},{"name":"WinAuthenticationKeyTrustSid","features":[310]},{"name":"WinAuthenticationServiceAssertedSid","features":[310]},{"name":"WinBatchSid","features":[310]},{"name":"WinBuiltinAccessControlAssistanceOperatorsSid","features":[310]},{"name":"WinBuiltinAccountOperatorsSid","features":[310]},{"name":"WinBuiltinAdministratorsSid","features":[310]},{"name":"WinBuiltinAnyPackageSid","features":[310]},{"name":"WinBuiltinAuthorizationAccessSid","features":[310]},{"name":"WinBuiltinBackupOperatorsSid","features":[310]},{"name":"WinBuiltinCertSvcDComAccessGroup","features":[310]},{"name":"WinBuiltinCryptoOperatorsSid","features":[310]},{"name":"WinBuiltinDCOMUsersSid","features":[310]},{"name":"WinBuiltinDefaultSystemManagedGroupSid","features":[310]},{"name":"WinBuiltinDeviceOwnersSid","features":[310]},{"name":"WinBuiltinDomainSid","features":[310]},{"name":"WinBuiltinEventLogReadersGroup","features":[310]},{"name":"WinBuiltinGuestsSid","features":[310]},{"name":"WinBuiltinHyperVAdminsSid","features":[310]},{"name":"WinBuiltinIUsersSid","features":[310]},{"name":"WinBuiltinIncomingForestTrustBuildersSid","features":[310]},{"name":"WinBuiltinNetworkConfigurationOperatorsSid","features":[310]},{"name":"WinBuiltinPerfLoggingUsersSid","features":[310]},{"name":"WinBuiltinPerfMonitoringUsersSid","features":[310]},{"name":"WinBuiltinPowerUsersSid","features":[310]},{"name":"WinBuiltinPreWindows2000CompatibleAccessSid","features":[310]},{"name":"WinBuiltinPrintOperatorsSid","features":[310]},{"name":"WinBuiltinRDSEndpointServersSid","features":[310]},{"name":"WinBuiltinRDSManagementServersSid","features":[310]},{"name":"WinBuiltinRDSRemoteAccessServersSid","features":[310]},{"name":"WinBuiltinRemoteDesktopUsersSid","features":[310]},{"name":"WinBuiltinRemoteManagementUsersSid","features":[310]},{"name":"WinBuiltinReplicatorSid","features":[310]},{"name":"WinBuiltinStorageReplicaAdminsSid","features":[310]},{"name":"WinBuiltinSystemOperatorsSid","features":[310]},{"name":"WinBuiltinTerminalServerLicenseServersSid","features":[310]},{"name":"WinBuiltinUsersSid","features":[310]},{"name":"WinCacheablePrincipalsGroupSid","features":[310]},{"name":"WinCapabilityAppointmentsSid","features":[310]},{"name":"WinCapabilityContactsSid","features":[310]},{"name":"WinCapabilityDocumentsLibrarySid","features":[310]},{"name":"WinCapabilityEnterpriseAuthenticationSid","features":[310]},{"name":"WinCapabilityInternetClientServerSid","features":[310]},{"name":"WinCapabilityInternetClientSid","features":[310]},{"name":"WinCapabilityMusicLibrarySid","features":[310]},{"name":"WinCapabilityPicturesLibrarySid","features":[310]},{"name":"WinCapabilityPrivateNetworkClientServerSid","features":[310]},{"name":"WinCapabilityRemovableStorageSid","features":[310]},{"name":"WinCapabilitySharedUserCertificatesSid","features":[310]},{"name":"WinCapabilityVideosLibrarySid","features":[310]},{"name":"WinConsoleLogonSid","features":[310]},{"name":"WinCreatorGroupServerSid","features":[310]},{"name":"WinCreatorGroupSid","features":[310]},{"name":"WinCreatorOwnerRightsSid","features":[310]},{"name":"WinCreatorOwnerServerSid","features":[310]},{"name":"WinCreatorOwnerSid","features":[310]},{"name":"WinDialupSid","features":[310]},{"name":"WinDigestAuthenticationSid","features":[310]},{"name":"WinEnterpriseControllersSid","features":[310]},{"name":"WinEnterpriseReadonlyControllersSid","features":[310]},{"name":"WinHighLabelSid","features":[310]},{"name":"WinIUserSid","features":[310]},{"name":"WinInteractiveSid","features":[310]},{"name":"WinLocalAccountAndAdministratorSid","features":[310]},{"name":"WinLocalAccountSid","features":[310]},{"name":"WinLocalLogonSid","features":[310]},{"name":"WinLocalServiceSid","features":[310]},{"name":"WinLocalSid","features":[310]},{"name":"WinLocalSystemSid","features":[310]},{"name":"WinLogonIdsSid","features":[310]},{"name":"WinLowLabelSid","features":[310]},{"name":"WinMediumLabelSid","features":[310]},{"name":"WinMediumPlusLabelSid","features":[310]},{"name":"WinNTLMAuthenticationSid","features":[310]},{"name":"WinNetworkServiceSid","features":[310]},{"name":"WinNetworkSid","features":[310]},{"name":"WinNewEnterpriseReadonlyControllersSid","features":[310]},{"name":"WinNonCacheablePrincipalsGroupSid","features":[310]},{"name":"WinNtAuthoritySid","features":[310]},{"name":"WinNullSid","features":[310]},{"name":"WinOtherOrganizationSid","features":[310]},{"name":"WinProxySid","features":[310]},{"name":"WinRemoteLogonIdSid","features":[310]},{"name":"WinRestrictedCodeSid","features":[310]},{"name":"WinSChannelAuthenticationSid","features":[310]},{"name":"WinSelfSid","features":[310]},{"name":"WinServiceSid","features":[310]},{"name":"WinSystemLabelSid","features":[310]},{"name":"WinTerminalServerSid","features":[310]},{"name":"WinThisOrganizationCertificateSid","features":[310]},{"name":"WinThisOrganizationSid","features":[310]},{"name":"WinUntrustedLabelSid","features":[310]},{"name":"WinUserModeDriversSid","features":[310]},{"name":"WinWorldSid","features":[310]},{"name":"WinWriteRestrictedCodeSid","features":[310]},{"name":"cwcFILENAMESUFFIXMAX","features":[310]},{"name":"cwcHRESULTSTRING","features":[310]},{"name":"szLBRACE","features":[310]},{"name":"szLPAREN","features":[310]},{"name":"szRBRACE","features":[310]},{"name":"szRPAREN","features":[310]},{"name":"wszCERTENROLLSHAREPATH","features":[310]},{"name":"wszFCSAPARM_CERTFILENAMESUFFIX","features":[310]},{"name":"wszFCSAPARM_CONFIGDN","features":[310]},{"name":"wszFCSAPARM_CRLDELTAFILENAMESUFFIX","features":[310]},{"name":"wszFCSAPARM_CRLFILENAMESUFFIX","features":[310]},{"name":"wszFCSAPARM_DOMAINDN","features":[310]},{"name":"wszFCSAPARM_DSCACERTATTRIBUTE","features":[310]},{"name":"wszFCSAPARM_DSCRLATTRIBUTE","features":[310]},{"name":"wszFCSAPARM_DSCROSSCERTPAIRATTRIBUTE","features":[310]},{"name":"wszFCSAPARM_DSKRACERTATTRIBUTE","features":[310]},{"name":"wszFCSAPARM_DSUSERCERTATTRIBUTE","features":[310]},{"name":"wszFCSAPARM_SANITIZEDCANAME","features":[310]},{"name":"wszFCSAPARM_SANITIZEDCANAMEHASH","features":[310]},{"name":"wszFCSAPARM_SERVERDNSNAME","features":[310]},{"name":"wszFCSAPARM_SERVERSHORTNAME","features":[310]},{"name":"wszLBRACE","features":[310]},{"name":"wszLPAREN","features":[310]},{"name":"wszRBRACE","features":[310]},{"name":"wszRPAREN","features":[310]}],"483":[{"name":"SAFER_CODE_PROPERTIES_V1","features":[307,480,393]},{"name":"SAFER_CODE_PROPERTIES_V2","features":[307,480,393]},{"name":"SAFER_COMPUTE_TOKEN_FROM_LEVEL_FLAGS","features":[480]},{"name":"SAFER_CRITERIA_APPX_PACKAGE","features":[480]},{"name":"SAFER_CRITERIA_AUTHENTICODE","features":[480]},{"name":"SAFER_CRITERIA_IMAGEHASH","features":[480]},{"name":"SAFER_CRITERIA_IMAGEPATH","features":[480]},{"name":"SAFER_CRITERIA_IMAGEPATH_NT","features":[480]},{"name":"SAFER_CRITERIA_NOSIGNEDHASH","features":[480]},{"name":"SAFER_CRITERIA_URLZONE","features":[480]},{"name":"SAFER_HASH_IDENTIFICATION","features":[307,480,393]},{"name":"SAFER_HASH_IDENTIFICATION2","features":[307,480,393]},{"name":"SAFER_IDENTIFICATION_HEADER","features":[307,480]},{"name":"SAFER_IDENTIFICATION_TYPES","features":[480]},{"name":"SAFER_LEVELID_CONSTRAINED","features":[480]},{"name":"SAFER_LEVELID_DISALLOWED","features":[480]},{"name":"SAFER_LEVELID_FULLYTRUSTED","features":[480]},{"name":"SAFER_LEVELID_NORMALUSER","features":[480]},{"name":"SAFER_LEVELID_UNTRUSTED","features":[480]},{"name":"SAFER_LEVEL_OPEN","features":[480]},{"name":"SAFER_MAX_DESCRIPTION_SIZE","features":[480]},{"name":"SAFER_MAX_FRIENDLYNAME_SIZE","features":[480]},{"name":"SAFER_MAX_HASH_SIZE","features":[480]},{"name":"SAFER_OBJECT_INFO_CLASS","features":[480]},{"name":"SAFER_PATHNAME_IDENTIFICATION","features":[307,480]},{"name":"SAFER_POLICY_BLOCK_CLIENT_UI","features":[480]},{"name":"SAFER_POLICY_HASH_DUPLICATE","features":[480]},{"name":"SAFER_POLICY_INFO_CLASS","features":[480]},{"name":"SAFER_POLICY_JOBID_CONSTRAINED","features":[480]},{"name":"SAFER_POLICY_JOBID_MASK","features":[480]},{"name":"SAFER_POLICY_JOBID_UNTRUSTED","features":[480]},{"name":"SAFER_POLICY_ONLY_AUDIT","features":[480]},{"name":"SAFER_POLICY_ONLY_EXES","features":[480]},{"name":"SAFER_POLICY_SANDBOX_INERT","features":[480]},{"name":"SAFER_POLICY_UIFLAGS_HIDDEN","features":[480]},{"name":"SAFER_POLICY_UIFLAGS_INFORMATION_PROMPT","features":[480]},{"name":"SAFER_POLICY_UIFLAGS_MASK","features":[480]},{"name":"SAFER_POLICY_UIFLAGS_OPTION_PROMPT","features":[480]},{"name":"SAFER_SCOPEID_MACHINE","features":[480]},{"name":"SAFER_SCOPEID_USER","features":[480]},{"name":"SAFER_TOKEN_COMPARE_ONLY","features":[480]},{"name":"SAFER_TOKEN_MAKE_INERT","features":[480]},{"name":"SAFER_TOKEN_NULL_IF_EQUAL","features":[480]},{"name":"SAFER_TOKEN_WANT_FLAGS","features":[480]},{"name":"SAFER_URLZONE_IDENTIFICATION","features":[307,480]},{"name":"SRP_POLICY_APPX","features":[480]},{"name":"SRP_POLICY_DLL","features":[480]},{"name":"SRP_POLICY_EXE","features":[480]},{"name":"SRP_POLICY_MANAGEDINSTALLER","features":[480]},{"name":"SRP_POLICY_MSI","features":[480]},{"name":"SRP_POLICY_NOV2","features":[480]},{"name":"SRP_POLICY_SCRIPT","features":[480]},{"name":"SRP_POLICY_SHELL","features":[480]},{"name":"SRP_POLICY_WLDPCONFIGCI","features":[480]},{"name":"SRP_POLICY_WLDPMSI","features":[480]},{"name":"SRP_POLICY_WLDPSCRIPT","features":[480]},{"name":"SaferCloseLevel","features":[307,480]},{"name":"SaferComputeTokenFromLevel","features":[307,480]},{"name":"SaferCreateLevel","features":[307,480]},{"name":"SaferGetLevelInformation","features":[307,480]},{"name":"SaferGetPolicyInformation","features":[307,480]},{"name":"SaferIdentifyLevel","features":[307,480,393]},{"name":"SaferIdentityDefault","features":[480]},{"name":"SaferIdentityTypeCertificate","features":[480]},{"name":"SaferIdentityTypeImageHash","features":[480]},{"name":"SaferIdentityTypeImageName","features":[480]},{"name":"SaferIdentityTypeUrlZone","features":[480]},{"name":"SaferObjectAllIdentificationGuids","features":[480]},{"name":"SaferObjectBuiltin","features":[480]},{"name":"SaferObjectDefaultOwner","features":[480]},{"name":"SaferObjectDeletedPrivileges","features":[480]},{"name":"SaferObjectDescription","features":[480]},{"name":"SaferObjectDisableMaxPrivilege","features":[480]},{"name":"SaferObjectDisallowed","features":[480]},{"name":"SaferObjectExtendedError","features":[480]},{"name":"SaferObjectFriendlyName","features":[480]},{"name":"SaferObjectInvertDeletedPrivileges","features":[480]},{"name":"SaferObjectLevelId","features":[480]},{"name":"SaferObjectRestrictedSidsAdded","features":[480]},{"name":"SaferObjectRestrictedSidsInverted","features":[480]},{"name":"SaferObjectScopeId","features":[480]},{"name":"SaferObjectSidsToDisable","features":[480]},{"name":"SaferObjectSingleIdentification","features":[480]},{"name":"SaferPolicyAuthenticodeEnabled","features":[480]},{"name":"SaferPolicyDefaultLevel","features":[480]},{"name":"SaferPolicyDefaultLevelFlags","features":[480]},{"name":"SaferPolicyEnableTransparentEnforcement","features":[480]},{"name":"SaferPolicyEvaluateUserScope","features":[480]},{"name":"SaferPolicyLevelList","features":[480]},{"name":"SaferPolicyScopeFlags","features":[480]},{"name":"SaferRecordEventLogEntry","features":[307,480]},{"name":"SaferSetLevelInformation","features":[307,480]},{"name":"SaferSetPolicyInformation","features":[307,480]},{"name":"SaferiIsExecutableFileType","features":[307,480]}],"484":[{"name":"ACCEPT_SECURITY_CONTEXT_FN","features":[328,481]},{"name":"ACCOUNT_ADJUST_PRIVILEGES","features":[328]},{"name":"ACCOUNT_ADJUST_QUOTAS","features":[328]},{"name":"ACCOUNT_ADJUST_SYSTEM_ACCESS","features":[328]},{"name":"ACCOUNT_VIEW","features":[328]},{"name":"ACQUIRE_CREDENTIALS_HANDLE_FN_A","features":[328,481]},{"name":"ACQUIRE_CREDENTIALS_HANDLE_FN_W","features":[328,481]},{"name":"ADD_CREDENTIALS_FN_A","features":[328,481]},{"name":"ADD_CREDENTIALS_FN_W","features":[328,481]},{"name":"APPLY_CONTROL_TOKEN_FN","features":[328,481]},{"name":"ASC_REQ_ALLOCATE_MEMORY","features":[328]},{"name":"ASC_REQ_ALLOW_CONTEXT_REPLAY","features":[328]},{"name":"ASC_REQ_ALLOW_MISSING_BINDINGS","features":[328]},{"name":"ASC_REQ_ALLOW_NON_USER_LOGONS","features":[328]},{"name":"ASC_REQ_ALLOW_NULL_SESSION","features":[328]},{"name":"ASC_REQ_CALL_LEVEL","features":[328]},{"name":"ASC_REQ_CONFIDENTIALITY","features":[328]},{"name":"ASC_REQ_CONNECTION","features":[328]},{"name":"ASC_REQ_DATAGRAM","features":[328]},{"name":"ASC_REQ_DELEGATE","features":[328]},{"name":"ASC_REQ_EXTENDED_ERROR","features":[328]},{"name":"ASC_REQ_FLAGS","features":[328]},{"name":"ASC_REQ_FRAGMENT_SUPPLIED","features":[328]},{"name":"ASC_REQ_FRAGMENT_TO_FIT","features":[328]},{"name":"ASC_REQ_HIGH_FLAGS","features":[328]},{"name":"ASC_REQ_IDENTIFY","features":[328]},{"name":"ASC_REQ_INTEGRITY","features":[328]},{"name":"ASC_REQ_LICENSING","features":[328]},{"name":"ASC_REQ_MESSAGES","features":[328]},{"name":"ASC_REQ_MUTUAL_AUTH","features":[328]},{"name":"ASC_REQ_NO_TOKEN","features":[328]},{"name":"ASC_REQ_PROXY_BINDINGS","features":[328]},{"name":"ASC_REQ_REPLAY_DETECT","features":[328]},{"name":"ASC_REQ_SEQUENCE_DETECT","features":[328]},{"name":"ASC_REQ_SESSION_TICKET","features":[328]},{"name":"ASC_REQ_STREAM","features":[328]},{"name":"ASC_REQ_USE_DCE_STYLE","features":[328]},{"name":"ASC_REQ_USE_SESSION_KEY","features":[328]},{"name":"ASC_RET_ALLOCATED_MEMORY","features":[328]},{"name":"ASC_RET_ALLOW_CONTEXT_REPLAY","features":[328]},{"name":"ASC_RET_ALLOW_NON_USER_LOGONS","features":[328]},{"name":"ASC_RET_CALL_LEVEL","features":[328]},{"name":"ASC_RET_CONFIDENTIALITY","features":[328]},{"name":"ASC_RET_CONNECTION","features":[328]},{"name":"ASC_RET_DATAGRAM","features":[328]},{"name":"ASC_RET_DELEGATE","features":[328]},{"name":"ASC_RET_EXTENDED_ERROR","features":[328]},{"name":"ASC_RET_FRAGMENT_ONLY","features":[328]},{"name":"ASC_RET_IDENTIFY","features":[328]},{"name":"ASC_RET_INTEGRITY","features":[328]},{"name":"ASC_RET_LICENSING","features":[328]},{"name":"ASC_RET_MESSAGES","features":[328]},{"name":"ASC_RET_MUTUAL_AUTH","features":[328]},{"name":"ASC_RET_NO_ADDITIONAL_TOKEN","features":[328]},{"name":"ASC_RET_NO_TOKEN","features":[328]},{"name":"ASC_RET_NULL_SESSION","features":[328]},{"name":"ASC_RET_REPLAY_DETECT","features":[328]},{"name":"ASC_RET_SEQUENCE_DETECT","features":[328]},{"name":"ASC_RET_SESSION_TICKET","features":[328]},{"name":"ASC_RET_STREAM","features":[328]},{"name":"ASC_RET_THIRD_LEG_FAILED","features":[328]},{"name":"ASC_RET_USED_DCE_STYLE","features":[328]},{"name":"ASC_RET_USE_SESSION_KEY","features":[328]},{"name":"AUDIT_ENUMERATE_USERS","features":[328]},{"name":"AUDIT_POLICY_INFORMATION","features":[328]},{"name":"AUDIT_QUERY_MISC_POLICY","features":[328]},{"name":"AUDIT_QUERY_SYSTEM_POLICY","features":[328]},{"name":"AUDIT_QUERY_USER_POLICY","features":[328]},{"name":"AUDIT_SET_MISC_POLICY","features":[328]},{"name":"AUDIT_SET_SYSTEM_POLICY","features":[328]},{"name":"AUDIT_SET_USER_POLICY","features":[328]},{"name":"AUTH_REQ_ALLOW_ENC_TKT_IN_SKEY","features":[328]},{"name":"AUTH_REQ_ALLOW_FORWARDABLE","features":[328]},{"name":"AUTH_REQ_ALLOW_NOADDRESS","features":[328]},{"name":"AUTH_REQ_ALLOW_POSTDATE","features":[328]},{"name":"AUTH_REQ_ALLOW_PROXIABLE","features":[328]},{"name":"AUTH_REQ_ALLOW_RENEWABLE","features":[328]},{"name":"AUTH_REQ_ALLOW_S4U_DELEGATE","features":[328]},{"name":"AUTH_REQ_ALLOW_VALIDATE","features":[328]},{"name":"AUTH_REQ_OK_AS_DELEGATE","features":[328]},{"name":"AUTH_REQ_PREAUTH_REQUIRED","features":[328]},{"name":"AUTH_REQ_TRANSITIVE_TRUST","features":[328]},{"name":"AUTH_REQ_VALIDATE_CLIENT","features":[328]},{"name":"AcceptSecurityContext","features":[328,481]},{"name":"AccountDomainInformation","features":[328]},{"name":"AcquireCredentialsHandleA","features":[328,481]},{"name":"AcquireCredentialsHandleW","features":[328,481]},{"name":"AddCredentialsA","features":[328,481]},{"name":"AddCredentialsW","features":[328,481]},{"name":"AddSecurityPackageA","features":[328]},{"name":"AddSecurityPackageW","features":[328]},{"name":"ApplyControlToken","features":[328,481]},{"name":"AuditCategoryAccountLogon","features":[328]},{"name":"AuditCategoryAccountManagement","features":[328]},{"name":"AuditCategoryDetailedTracking","features":[328]},{"name":"AuditCategoryDirectoryServiceAccess","features":[328]},{"name":"AuditCategoryLogon","features":[328]},{"name":"AuditCategoryObjectAccess","features":[328]},{"name":"AuditCategoryPolicyChange","features":[328]},{"name":"AuditCategoryPrivilegeUse","features":[328]},{"name":"AuditCategorySystem","features":[328]},{"name":"AuditComputeEffectivePolicyBySid","features":[307,328]},{"name":"AuditComputeEffectivePolicyByToken","features":[307,328]},{"name":"AuditEnumerateCategories","features":[307,328]},{"name":"AuditEnumeratePerUserPolicy","features":[307,328]},{"name":"AuditEnumerateSubCategories","features":[307,328]},{"name":"AuditFree","features":[328]},{"name":"AuditLookupCategoryGuidFromCategoryId","features":[307,328]},{"name":"AuditLookupCategoryIdFromCategoryGuid","features":[307,328]},{"name":"AuditLookupCategoryNameA","features":[307,328]},{"name":"AuditLookupCategoryNameW","features":[307,328]},{"name":"AuditLookupSubCategoryNameA","features":[307,328]},{"name":"AuditLookupSubCategoryNameW","features":[307,328]},{"name":"AuditQueryGlobalSaclA","features":[307,328]},{"name":"AuditQueryGlobalSaclW","features":[307,328]},{"name":"AuditQueryPerUserPolicy","features":[307,328]},{"name":"AuditQuerySecurity","features":[307,328]},{"name":"AuditQuerySystemPolicy","features":[307,328]},{"name":"AuditSetGlobalSaclA","features":[307,328]},{"name":"AuditSetGlobalSaclW","features":[307,328]},{"name":"AuditSetPerUserPolicy","features":[307,328]},{"name":"AuditSetSecurity","features":[307,328]},{"name":"AuditSetSystemPolicy","features":[307,328]},{"name":"Audit_AccountLogon","features":[328]},{"name":"Audit_AccountLogon_CredentialValidation","features":[328]},{"name":"Audit_AccountLogon_KerbCredentialValidation","features":[328]},{"name":"Audit_AccountLogon_Kerberos","features":[328]},{"name":"Audit_AccountLogon_Others","features":[328]},{"name":"Audit_AccountManagement","features":[328]},{"name":"Audit_AccountManagement_ApplicationGroup","features":[328]},{"name":"Audit_AccountManagement_ComputerAccount","features":[328]},{"name":"Audit_AccountManagement_DistributionGroup","features":[328]},{"name":"Audit_AccountManagement_Others","features":[328]},{"name":"Audit_AccountManagement_SecurityGroup","features":[328]},{"name":"Audit_AccountManagement_UserAccount","features":[328]},{"name":"Audit_DSAccess_DSAccess","features":[328]},{"name":"Audit_DetailedTracking","features":[328]},{"name":"Audit_DetailedTracking_DpapiActivity","features":[328]},{"name":"Audit_DetailedTracking_PnpActivity","features":[328]},{"name":"Audit_DetailedTracking_ProcessCreation","features":[328]},{"name":"Audit_DetailedTracking_ProcessTermination","features":[328]},{"name":"Audit_DetailedTracking_RpcCall","features":[328]},{"name":"Audit_DetailedTracking_TokenRightAdjusted","features":[328]},{"name":"Audit_DirectoryServiceAccess","features":[328]},{"name":"Audit_DsAccess_AdAuditChanges","features":[328]},{"name":"Audit_Ds_DetailedReplication","features":[328]},{"name":"Audit_Ds_Replication","features":[328]},{"name":"Audit_Logon","features":[328]},{"name":"Audit_Logon_AccountLockout","features":[328]},{"name":"Audit_Logon_Claims","features":[328]},{"name":"Audit_Logon_Groups","features":[328]},{"name":"Audit_Logon_IPSecMainMode","features":[328]},{"name":"Audit_Logon_IPSecQuickMode","features":[328]},{"name":"Audit_Logon_IPSecUserMode","features":[328]},{"name":"Audit_Logon_Logoff","features":[328]},{"name":"Audit_Logon_Logon","features":[328]},{"name":"Audit_Logon_NPS","features":[328]},{"name":"Audit_Logon_Others","features":[328]},{"name":"Audit_Logon_SpecialLogon","features":[328]},{"name":"Audit_ObjectAccess","features":[328]},{"name":"Audit_ObjectAccess_ApplicationGenerated","features":[328]},{"name":"Audit_ObjectAccess_CbacStaging","features":[328]},{"name":"Audit_ObjectAccess_CertificationServices","features":[328]},{"name":"Audit_ObjectAccess_DetailedFileShare","features":[328]},{"name":"Audit_ObjectAccess_FileSystem","features":[328]},{"name":"Audit_ObjectAccess_FirewallConnection","features":[328]},{"name":"Audit_ObjectAccess_FirewallPacketDrops","features":[328]},{"name":"Audit_ObjectAccess_Handle","features":[328]},{"name":"Audit_ObjectAccess_Kernel","features":[328]},{"name":"Audit_ObjectAccess_Other","features":[328]},{"name":"Audit_ObjectAccess_Registry","features":[328]},{"name":"Audit_ObjectAccess_RemovableStorage","features":[328]},{"name":"Audit_ObjectAccess_Sam","features":[328]},{"name":"Audit_ObjectAccess_Share","features":[328]},{"name":"Audit_PolicyChange","features":[328]},{"name":"Audit_PolicyChange_AuditPolicy","features":[328]},{"name":"Audit_PolicyChange_AuthenticationPolicy","features":[328]},{"name":"Audit_PolicyChange_AuthorizationPolicy","features":[328]},{"name":"Audit_PolicyChange_MpsscvRulePolicy","features":[328]},{"name":"Audit_PolicyChange_Others","features":[328]},{"name":"Audit_PolicyChange_WfpIPSecPolicy","features":[328]},{"name":"Audit_PrivilegeUse","features":[328]},{"name":"Audit_PrivilegeUse_NonSensitive","features":[328]},{"name":"Audit_PrivilegeUse_Others","features":[328]},{"name":"Audit_PrivilegeUse_Sensitive","features":[328]},{"name":"Audit_System","features":[328]},{"name":"Audit_System_IPSecDriverEvents","features":[328]},{"name":"Audit_System_Integrity","features":[328]},{"name":"Audit_System_Others","features":[328]},{"name":"Audit_System_SecurityStateChange","features":[328]},{"name":"Audit_System_SecuritySubsystemExtension","features":[328]},{"name":"CENTRAL_ACCESS_POLICY","features":[328]},{"name":"CENTRAL_ACCESS_POLICY_ENTRY","features":[328]},{"name":"CENTRAL_ACCESS_POLICY_OWNER_RIGHTS_PRESENT_FLAG","features":[328]},{"name":"CENTRAL_ACCESS_POLICY_STAGED_FLAG","features":[328]},{"name":"CENTRAL_ACCESS_POLICY_STAGED_OWNER_RIGHTS_PRESENT_FLAG","features":[328]},{"name":"CHANGE_PASSWORD_FN_A","features":[307,328]},{"name":"CHANGE_PASSWORD_FN_W","features":[307,328]},{"name":"CLEAR_BLOCK","features":[328]},{"name":"CLEAR_BLOCK_LENGTH","features":[328]},{"name":"CLOUDAP_NAME","features":[328]},{"name":"CLOUDAP_NAME_W","features":[328]},{"name":"COMPLETE_AUTH_TOKEN_FN","features":[328,481]},{"name":"CREDP_FLAGS_CLEAR_PASSWORD","features":[328]},{"name":"CREDP_FLAGS_DONT_CACHE_TI","features":[328]},{"name":"CREDP_FLAGS_IN_PROCESS","features":[328]},{"name":"CREDP_FLAGS_TRUSTED_CALLER","features":[328]},{"name":"CREDP_FLAGS_USER_ENCRYPTED_PASSWORD","features":[328]},{"name":"CREDP_FLAGS_USE_MIDL_HEAP","features":[328]},{"name":"CREDP_FLAGS_VALIDATE_PROXY_TARGET","features":[328]},{"name":"CRED_FETCH","features":[328]},{"name":"CRED_MARSHALED_TI_SIZE_SIZE","features":[328]},{"name":"CRYPTO_SETTINGS","features":[328]},{"name":"CYPHER_BLOCK_LENGTH","features":[328]},{"name":"CertHashInfo","features":[328]},{"name":"ChangeAccountPasswordA","features":[307,328]},{"name":"ChangeAccountPasswordW","features":[307,328]},{"name":"ClOUDAP_NAME_A","features":[328]},{"name":"CollisionOther","features":[328]},{"name":"CollisionTdo","features":[328]},{"name":"CollisionXref","features":[328]},{"name":"CompleteAuthToken","features":[328,481]},{"name":"CredFetchDPAPI","features":[328]},{"name":"CredFetchDefault","features":[328]},{"name":"CredFetchForced","features":[328]},{"name":"CredFreeCredentialsFn","features":[307,328,481]},{"name":"CredMarshalTargetInfo","features":[307,328,481]},{"name":"CredReadDomainCredentialsFn","features":[307,328,481]},{"name":"CredReadFn","features":[307,328,481]},{"name":"CredUnmarshalTargetInfo","features":[307,328,481]},{"name":"CredWriteFn","features":[307,328,481]},{"name":"CrediUnmarshalandDecodeStringFn","features":[307,328]},{"name":"DECRYPT_MESSAGE_FN","features":[328,481]},{"name":"DEFAULT_TLS_SSP_NAME","features":[328]},{"name":"DEFAULT_TLS_SSP_NAME_A","features":[328]},{"name":"DEFAULT_TLS_SSP_NAME_W","features":[328]},{"name":"DELETE_SECURITY_CONTEXT_FN","features":[328,481]},{"name":"DOMAIN_LOCKOUT_ADMINS","features":[328]},{"name":"DOMAIN_NO_LM_OWF_CHANGE","features":[328]},{"name":"DOMAIN_PASSWORD_COMPLEX","features":[328]},{"name":"DOMAIN_PASSWORD_INFORMATION","features":[328]},{"name":"DOMAIN_PASSWORD_NO_ANON_CHANGE","features":[328]},{"name":"DOMAIN_PASSWORD_NO_CLEAR_CHANGE","features":[328]},{"name":"DOMAIN_PASSWORD_PROPERTIES","features":[328]},{"name":"DOMAIN_PASSWORD_STORE_CLEARTEXT","features":[328]},{"name":"DOMAIN_REFUSE_PASSWORD_CHANGE","features":[328]},{"name":"DS_INET_ADDRESS","features":[328]},{"name":"DS_NETBIOS_ADDRESS","features":[328]},{"name":"DS_UNKNOWN_ADDRESS_TYPE","features":[328]},{"name":"DecryptMessage","features":[328,481]},{"name":"DeleteSecurityContext","features":[328,481]},{"name":"DeleteSecurityPackageA","features":[328]},{"name":"DeleteSecurityPackageW","features":[328]},{"name":"DeprecatedIUMCredKey","features":[328]},{"name":"DnsDomainInformation","features":[328]},{"name":"DomainUserCredKey","features":[328]},{"name":"ENABLE_TLS_CLIENT_EARLY_START","features":[328]},{"name":"ENCRYPTED_CREDENTIALW","features":[307,328,481]},{"name":"ENCRYPT_MESSAGE_FN","features":[328,481]},{"name":"ENUMERATE_SECURITY_PACKAGES_FN_A","features":[328]},{"name":"ENUMERATE_SECURITY_PACKAGES_FN_W","features":[328]},{"name":"EXPORT_SECURITY_CONTEXT_FLAGS","features":[328]},{"name":"EXPORT_SECURITY_CONTEXT_FN","features":[328,481]},{"name":"EXTENDED_NAME_FORMAT","features":[328]},{"name":"E_RM_UNKNOWN_ERROR","features":[328]},{"name":"EncryptMessage","features":[328,481]},{"name":"EnumerateSecurityPackagesA","features":[328]},{"name":"EnumerateSecurityPackagesW","features":[328]},{"name":"ExportSecurityContext","features":[328,481]},{"name":"ExternallySuppliedCredKey","features":[328]},{"name":"FACILITY_SL_ITF","features":[328]},{"name":"FREE_CONTEXT_BUFFER_FN","features":[328]},{"name":"FREE_CREDENTIALS_HANDLE_FN","features":[328,481]},{"name":"ForestTrustBinaryInfo","features":[328]},{"name":"ForestTrustDomainInfo","features":[328]},{"name":"ForestTrustRecordTypeLast","features":[328]},{"name":"ForestTrustScannerInfo","features":[328]},{"name":"ForestTrustTopLevelName","features":[328]},{"name":"ForestTrustTopLevelNameEx","features":[328]},{"name":"FreeContextBuffer","features":[328]},{"name":"FreeCredentialsHandle","features":[328,481]},{"name":"GetComputerObjectNameA","features":[307,328]},{"name":"GetComputerObjectNameW","features":[307,328]},{"name":"GetUserNameExA","features":[307,328]},{"name":"GetUserNameExW","features":[307,328]},{"name":"ICcgDomainAuthCredentials","features":[328]},{"name":"ID_CAP_SLAPI","features":[328]},{"name":"IMPERSONATE_SECURITY_CONTEXT_FN","features":[328,481]},{"name":"IMPORT_SECURITY_CONTEXT_FN_A","features":[328,481]},{"name":"IMPORT_SECURITY_CONTEXT_FN_W","features":[328,481]},{"name":"INITIALIZE_SECURITY_CONTEXT_FN_A","features":[328,481]},{"name":"INITIALIZE_SECURITY_CONTEXT_FN_W","features":[328,481]},{"name":"INIT_SECURITY_INTERFACE_A","features":[307,328,481]},{"name":"INIT_SECURITY_INTERFACE_W","features":[307,328,481]},{"name":"ISC_REQ_ALLOCATE_MEMORY","features":[328]},{"name":"ISC_REQ_CALL_LEVEL","features":[328]},{"name":"ISC_REQ_CONFIDENTIALITY","features":[328]},{"name":"ISC_REQ_CONFIDENTIALITY_ONLY","features":[328]},{"name":"ISC_REQ_CONNECTION","features":[328]},{"name":"ISC_REQ_DATAGRAM","features":[328]},{"name":"ISC_REQ_DEFERRED_CRED_VALIDATION","features":[328]},{"name":"ISC_REQ_DELEGATE","features":[328]},{"name":"ISC_REQ_EXTENDED_ERROR","features":[328]},{"name":"ISC_REQ_FLAGS","features":[328]},{"name":"ISC_REQ_FORWARD_CREDENTIALS","features":[328]},{"name":"ISC_REQ_FRAGMENT_SUPPLIED","features":[328]},{"name":"ISC_REQ_FRAGMENT_TO_FIT","features":[328]},{"name":"ISC_REQ_HIGH_FLAGS","features":[328]},{"name":"ISC_REQ_IDENTIFY","features":[328]},{"name":"ISC_REQ_INTEGRITY","features":[328]},{"name":"ISC_REQ_MANUAL_CRED_VALIDATION","features":[328]},{"name":"ISC_REQ_MESSAGES","features":[328]},{"name":"ISC_REQ_MUTUAL_AUTH","features":[328]},{"name":"ISC_REQ_NO_INTEGRITY","features":[328]},{"name":"ISC_REQ_NO_POST_HANDSHAKE_AUTH","features":[328]},{"name":"ISC_REQ_NULL_SESSION","features":[328]},{"name":"ISC_REQ_PROMPT_FOR_CREDS","features":[328]},{"name":"ISC_REQ_REPLAY_DETECT","features":[328]},{"name":"ISC_REQ_RESERVED1","features":[328]},{"name":"ISC_REQ_SEQUENCE_DETECT","features":[328]},{"name":"ISC_REQ_STREAM","features":[328]},{"name":"ISC_REQ_UNVERIFIED_TARGET_NAME","features":[328]},{"name":"ISC_REQ_USE_DCE_STYLE","features":[328]},{"name":"ISC_REQ_USE_HTTP_STYLE","features":[328]},{"name":"ISC_REQ_USE_SESSION_KEY","features":[328]},{"name":"ISC_REQ_USE_SUPPLIED_CREDS","features":[328]},{"name":"ISC_RET_ALLOCATED_MEMORY","features":[328]},{"name":"ISC_RET_CALL_LEVEL","features":[328]},{"name":"ISC_RET_CONFIDENTIALITY","features":[328]},{"name":"ISC_RET_CONFIDENTIALITY_ONLY","features":[328]},{"name":"ISC_RET_CONNECTION","features":[328]},{"name":"ISC_RET_DATAGRAM","features":[328]},{"name":"ISC_RET_DEFERRED_CRED_VALIDATION","features":[328]},{"name":"ISC_RET_DELEGATE","features":[328]},{"name":"ISC_RET_EXTENDED_ERROR","features":[328]},{"name":"ISC_RET_FORWARD_CREDENTIALS","features":[328]},{"name":"ISC_RET_FRAGMENT_ONLY","features":[328]},{"name":"ISC_RET_IDENTIFY","features":[328]},{"name":"ISC_RET_INTEGRITY","features":[328]},{"name":"ISC_RET_INTERMEDIATE_RETURN","features":[328]},{"name":"ISC_RET_MANUAL_CRED_VALIDATION","features":[328]},{"name":"ISC_RET_MESSAGES","features":[328]},{"name":"ISC_RET_MUTUAL_AUTH","features":[328]},{"name":"ISC_RET_NO_ADDITIONAL_TOKEN","features":[328]},{"name":"ISC_RET_NO_POST_HANDSHAKE_AUTH","features":[328]},{"name":"ISC_RET_NULL_SESSION","features":[328]},{"name":"ISC_RET_REAUTHENTICATION","features":[328]},{"name":"ISC_RET_REPLAY_DETECT","features":[328]},{"name":"ISC_RET_RESERVED1","features":[328]},{"name":"ISC_RET_SEQUENCE_DETECT","features":[328]},{"name":"ISC_RET_STREAM","features":[328]},{"name":"ISC_RET_USED_COLLECTED_CREDS","features":[328]},{"name":"ISC_RET_USED_DCE_STYLE","features":[328]},{"name":"ISC_RET_USED_HTTP_STYLE","features":[328]},{"name":"ISC_RET_USED_SUPPLIED_CREDS","features":[328]},{"name":"ISC_RET_USE_SESSION_KEY","features":[328]},{"name":"ISSP_LEVEL","features":[328]},{"name":"ISSP_MODE","features":[328]},{"name":"ImpersonateSecurityContext","features":[328,481]},{"name":"ImportSecurityContextA","features":[328,481]},{"name":"ImportSecurityContextW","features":[328,481]},{"name":"InitSecurityInterfaceA","features":[307,328,481]},{"name":"InitSecurityInterfaceW","features":[307,328,481]},{"name":"InitializeSecurityContextA","features":[328,481]},{"name":"InitializeSecurityContextW","features":[328,481]},{"name":"InvalidCredKey","features":[328]},{"name":"KDC_PROXY_CACHE_ENTRY_DATA","features":[307,328]},{"name":"KDC_PROXY_SETTINGS_FLAGS_FORCEPROXY","features":[328]},{"name":"KDC_PROXY_SETTINGS_V1","features":[328]},{"name":"KERBEROS_REVISION","features":[328]},{"name":"KERBEROS_VERSION","features":[328]},{"name":"KERB_ADDRESS_TYPE","features":[328]},{"name":"KERB_ADD_BINDING_CACHE_ENTRY_EX_REQUEST","features":[328]},{"name":"KERB_ADD_BINDING_CACHE_ENTRY_REQUEST","features":[328]},{"name":"KERB_ADD_CREDENTIALS_REQUEST","features":[307,328]},{"name":"KERB_ADD_CREDENTIALS_REQUEST_EX","features":[307,328]},{"name":"KERB_AUTH_DATA","features":[328]},{"name":"KERB_BINDING_CACHE_ENTRY_DATA","features":[328]},{"name":"KERB_CERTIFICATE_HASHINFO","features":[328]},{"name":"KERB_CERTIFICATE_INFO","features":[328]},{"name":"KERB_CERTIFICATE_INFO_TYPE","features":[328]},{"name":"KERB_CERTIFICATE_LOGON","features":[328]},{"name":"KERB_CERTIFICATE_LOGON_FLAG_CHECK_DUPLICATES","features":[328]},{"name":"KERB_CERTIFICATE_LOGON_FLAG_USE_CERTIFICATE_INFO","features":[328]},{"name":"KERB_CERTIFICATE_S4U_LOGON","features":[328]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_CHECK_DUPLICATES","features":[328]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[328]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_FAIL_IF_NT_AUTH_POLICY_REQUIRED","features":[328]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_IDENTIFY","features":[328]},{"name":"KERB_CERTIFICATE_UNLOCK_LOGON","features":[307,328]},{"name":"KERB_CHANGEPASSWORD_REQUEST","features":[307,328]},{"name":"KERB_CHECKSUM_CRC32","features":[328]},{"name":"KERB_CHECKSUM_DES_MAC","features":[328]},{"name":"KERB_CHECKSUM_DES_MAC_MD5","features":[328]},{"name":"KERB_CHECKSUM_HMAC_MD5","features":[328]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES128","features":[328]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES128_Ki","features":[328]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES256","features":[328]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES256_Ki","features":[328]},{"name":"KERB_CHECKSUM_KRB_DES_MAC","features":[328]},{"name":"KERB_CHECKSUM_KRB_DES_MAC_K","features":[328]},{"name":"KERB_CHECKSUM_LM","features":[328]},{"name":"KERB_CHECKSUM_MD25","features":[328]},{"name":"KERB_CHECKSUM_MD4","features":[328]},{"name":"KERB_CHECKSUM_MD5","features":[328]},{"name":"KERB_CHECKSUM_MD5_DES","features":[328]},{"name":"KERB_CHECKSUM_MD5_HMAC","features":[328]},{"name":"KERB_CHECKSUM_NONE","features":[328]},{"name":"KERB_CHECKSUM_RC4_MD5","features":[328]},{"name":"KERB_CHECKSUM_REAL_CRC32","features":[328]},{"name":"KERB_CHECKSUM_SHA1","features":[328]},{"name":"KERB_CHECKSUM_SHA1_NEW","features":[328]},{"name":"KERB_CHECKSUM_SHA256","features":[328]},{"name":"KERB_CHECKSUM_SHA384","features":[328]},{"name":"KERB_CHECKSUM_SHA512","features":[328]},{"name":"KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST","features":[307,328]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA","features":[328]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA_V0","features":[328]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA_VERSION","features":[328]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_REQUEST","features":[307,328]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_RESPONSE","features":[328]},{"name":"KERB_CRYPTO_KEY","features":[328]},{"name":"KERB_CRYPTO_KEY32","features":[328]},{"name":"KERB_CRYPTO_KEY_TYPE","features":[328]},{"name":"KERB_DECRYPT_FLAG_DEFAULT_KEY","features":[328]},{"name":"KERB_DECRYPT_REQUEST","features":[307,328]},{"name":"KERB_DECRYPT_RESPONSE","features":[328]},{"name":"KERB_ETYPE_AES128_CTS_HMAC_SHA1_96","features":[328]},{"name":"KERB_ETYPE_AES128_CTS_HMAC_SHA1_96_PLAIN","features":[328]},{"name":"KERB_ETYPE_AES256_CTS_HMAC_SHA1_96","features":[328]},{"name":"KERB_ETYPE_AES256_CTS_HMAC_SHA1_96_PLAIN","features":[328]},{"name":"KERB_ETYPE_DEFAULT","features":[328]},{"name":"KERB_ETYPE_DES3_CBC_MD5","features":[328]},{"name":"KERB_ETYPE_DES3_CBC_SHA1","features":[328]},{"name":"KERB_ETYPE_DES3_CBC_SHA1_KD","features":[328]},{"name":"KERB_ETYPE_DES_CBC_CRC","features":[328]},{"name":"KERB_ETYPE_DES_CBC_MD4","features":[328]},{"name":"KERB_ETYPE_DES_CBC_MD5","features":[328]},{"name":"KERB_ETYPE_DES_CBC_MD5_NT","features":[328]},{"name":"KERB_ETYPE_DES_EDE3_CBC_ENV","features":[328]},{"name":"KERB_ETYPE_DES_PLAIN","features":[328]},{"name":"KERB_ETYPE_DSA_SHA1_CMS","features":[328]},{"name":"KERB_ETYPE_DSA_SIGN","features":[328]},{"name":"KERB_ETYPE_NULL","features":[328]},{"name":"KERB_ETYPE_PKCS7_PUB","features":[328]},{"name":"KERB_ETYPE_RC2_CBC_ENV","features":[328]},{"name":"KERB_ETYPE_RC4_HMAC_NT","features":[328]},{"name":"KERB_ETYPE_RC4_HMAC_NT_EXP","features":[328]},{"name":"KERB_ETYPE_RC4_HMAC_OLD","features":[328]},{"name":"KERB_ETYPE_RC4_HMAC_OLD_EXP","features":[328]},{"name":"KERB_ETYPE_RC4_LM","features":[328]},{"name":"KERB_ETYPE_RC4_MD4","features":[328]},{"name":"KERB_ETYPE_RC4_PLAIN","features":[328]},{"name":"KERB_ETYPE_RC4_PLAIN2","features":[328]},{"name":"KERB_ETYPE_RC4_PLAIN_EXP","features":[328]},{"name":"KERB_ETYPE_RC4_PLAIN_OLD","features":[328]},{"name":"KERB_ETYPE_RC4_PLAIN_OLD_EXP","features":[328]},{"name":"KERB_ETYPE_RC4_SHA","features":[328]},{"name":"KERB_ETYPE_RSA_ENV","features":[328]},{"name":"KERB_ETYPE_RSA_ES_OEAP_ENV","features":[328]},{"name":"KERB_ETYPE_RSA_MD5_CMS","features":[328]},{"name":"KERB_ETYPE_RSA_PRIV","features":[328]},{"name":"KERB_ETYPE_RSA_PUB","features":[328]},{"name":"KERB_ETYPE_RSA_PUB_MD5","features":[328]},{"name":"KERB_ETYPE_RSA_PUB_SHA1","features":[328]},{"name":"KERB_ETYPE_RSA_SHA1_CMS","features":[328]},{"name":"KERB_EXTERNAL_NAME","features":[328]},{"name":"KERB_EXTERNAL_TICKET","features":[328]},{"name":"KERB_INTERACTIVE_LOGON","features":[328]},{"name":"KERB_INTERACTIVE_PROFILE","features":[328]},{"name":"KERB_INTERACTIVE_UNLOCK_LOGON","features":[307,328]},{"name":"KERB_LOGON_FLAG_ALLOW_EXPIRED_TICKET","features":[328]},{"name":"KERB_LOGON_FLAG_REDIRECTED","features":[328]},{"name":"KERB_LOGON_SUBMIT_TYPE","features":[328]},{"name":"KERB_NET_ADDRESS","features":[328]},{"name":"KERB_NET_ADDRESSES","features":[328]},{"name":"KERB_PROFILE_BUFFER_TYPE","features":[328]},{"name":"KERB_PROTOCOL_MESSAGE_TYPE","features":[328]},{"name":"KERB_PURGE_ALL_TICKETS","features":[328]},{"name":"KERB_PURGE_BINDING_CACHE_REQUEST","features":[328]},{"name":"KERB_PURGE_KDC_PROXY_CACHE_REQUEST","features":[307,328]},{"name":"KERB_PURGE_KDC_PROXY_CACHE_RESPONSE","features":[328]},{"name":"KERB_PURGE_TKT_CACHE_EX_REQUEST","features":[307,328]},{"name":"KERB_PURGE_TKT_CACHE_REQUEST","features":[307,328]},{"name":"KERB_QUERY_BINDING_CACHE_REQUEST","features":[328]},{"name":"KERB_QUERY_BINDING_CACHE_RESPONSE","features":[328]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST","features":[328]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_RESPONSE","features":[328]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_RESPONSE_FLAG_DAC_DISABLED","features":[328]},{"name":"KERB_QUERY_KDC_PROXY_CACHE_REQUEST","features":[307,328]},{"name":"KERB_QUERY_KDC_PROXY_CACHE_RESPONSE","features":[307,328]},{"name":"KERB_QUERY_S4U2PROXY_CACHE_REQUEST","features":[307,328]},{"name":"KERB_QUERY_S4U2PROXY_CACHE_RESPONSE","features":[307,328]},{"name":"KERB_QUERY_TKT_CACHE_EX2_RESPONSE","features":[328]},{"name":"KERB_QUERY_TKT_CACHE_EX3_RESPONSE","features":[328]},{"name":"KERB_QUERY_TKT_CACHE_EX_RESPONSE","features":[328]},{"name":"KERB_QUERY_TKT_CACHE_REQUEST","features":[307,328]},{"name":"KERB_QUERY_TKT_CACHE_RESPONSE","features":[328]},{"name":"KERB_REFRESH_POLICY_KDC","features":[328]},{"name":"KERB_REFRESH_POLICY_KERBEROS","features":[328]},{"name":"KERB_REFRESH_POLICY_REQUEST","features":[328]},{"name":"KERB_REFRESH_POLICY_RESPONSE","features":[328]},{"name":"KERB_REFRESH_SCCRED_GETTGT","features":[328]},{"name":"KERB_REFRESH_SCCRED_RELEASE","features":[328]},{"name":"KERB_REFRESH_SCCRED_REQUEST","features":[307,328]},{"name":"KERB_REQUEST_ADD_CREDENTIAL","features":[328]},{"name":"KERB_REQUEST_FLAGS","features":[328]},{"name":"KERB_REQUEST_REMOVE_CREDENTIAL","features":[328]},{"name":"KERB_REQUEST_REPLACE_CREDENTIAL","features":[328]},{"name":"KERB_RETRIEVE_KEY_TAB_REQUEST","features":[328]},{"name":"KERB_RETRIEVE_KEY_TAB_RESPONSE","features":[328]},{"name":"KERB_RETRIEVE_TICKET_AS_KERB_CRED","features":[328]},{"name":"KERB_RETRIEVE_TICKET_CACHE_TICKET","features":[328]},{"name":"KERB_RETRIEVE_TICKET_DEFAULT","features":[328]},{"name":"KERB_RETRIEVE_TICKET_DONT_USE_CACHE","features":[328]},{"name":"KERB_RETRIEVE_TICKET_MAX_LIFETIME","features":[328]},{"name":"KERB_RETRIEVE_TICKET_USE_CACHE_ONLY","features":[328]},{"name":"KERB_RETRIEVE_TICKET_USE_CREDHANDLE","features":[328]},{"name":"KERB_RETRIEVE_TICKET_WITH_SEC_CRED","features":[328]},{"name":"KERB_RETRIEVE_TKT_REQUEST","features":[307,328,481]},{"name":"KERB_RETRIEVE_TKT_RESPONSE","features":[328]},{"name":"KERB_S4U2PROXY_CACHE_ENTRY_INFO","features":[307,328]},{"name":"KERB_S4U2PROXY_CACHE_ENTRY_INFO_FLAG_NEGATIVE","features":[328]},{"name":"KERB_S4U2PROXY_CRED","features":[307,328]},{"name":"KERB_S4U2PROXY_CRED_FLAG_NEGATIVE","features":[328]},{"name":"KERB_S4U_LOGON","features":[328]},{"name":"KERB_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[328]},{"name":"KERB_S4U_LOGON_FLAG_IDENTIFY","features":[328]},{"name":"KERB_SETPASSWORD_EX_REQUEST","features":[307,328,481]},{"name":"KERB_SETPASSWORD_REQUEST","features":[307,328,481]},{"name":"KERB_SETPASS_USE_CREDHANDLE","features":[328]},{"name":"KERB_SETPASS_USE_LOGONID","features":[328]},{"name":"KERB_SMART_CARD_LOGON","features":[328]},{"name":"KERB_SMART_CARD_PROFILE","features":[328]},{"name":"KERB_SMART_CARD_UNLOCK_LOGON","features":[307,328]},{"name":"KERB_SUBMIT_TKT_REQUEST","features":[307,328]},{"name":"KERB_TICKET_CACHE_INFO","features":[328]},{"name":"KERB_TICKET_CACHE_INFO_EX","features":[328]},{"name":"KERB_TICKET_CACHE_INFO_EX2","features":[328]},{"name":"KERB_TICKET_CACHE_INFO_EX3","features":[328]},{"name":"KERB_TICKET_FLAGS","features":[328]},{"name":"KERB_TICKET_FLAGS_cname_in_pa_data","features":[328]},{"name":"KERB_TICKET_FLAGS_enc_pa_rep","features":[328]},{"name":"KERB_TICKET_FLAGS_forwardable","features":[328]},{"name":"KERB_TICKET_FLAGS_forwarded","features":[328]},{"name":"KERB_TICKET_FLAGS_hw_authent","features":[328]},{"name":"KERB_TICKET_FLAGS_initial","features":[328]},{"name":"KERB_TICKET_FLAGS_invalid","features":[328]},{"name":"KERB_TICKET_FLAGS_may_postdate","features":[328]},{"name":"KERB_TICKET_FLAGS_name_canonicalize","features":[328]},{"name":"KERB_TICKET_FLAGS_ok_as_delegate","features":[328]},{"name":"KERB_TICKET_FLAGS_postdated","features":[328]},{"name":"KERB_TICKET_FLAGS_pre_authent","features":[328]},{"name":"KERB_TICKET_FLAGS_proxiable","features":[328]},{"name":"KERB_TICKET_FLAGS_proxy","features":[328]},{"name":"KERB_TICKET_FLAGS_renewable","features":[328]},{"name":"KERB_TICKET_FLAGS_reserved","features":[328]},{"name":"KERB_TICKET_FLAGS_reserved1","features":[328]},{"name":"KERB_TICKET_LOGON","features":[328]},{"name":"KERB_TICKET_PROFILE","features":[328]},{"name":"KERB_TICKET_UNLOCK_LOGON","features":[307,328]},{"name":"KERB_TRANSFER_CRED_CLEANUP_CREDENTIALS","features":[328]},{"name":"KERB_TRANSFER_CRED_REQUEST","features":[307,328]},{"name":"KERB_TRANSFER_CRED_WITH_TICKETS","features":[328]},{"name":"KERB_USE_DEFAULT_TICKET_FLAGS","features":[328]},{"name":"KERB_WRAP_NO_ENCRYPT","features":[328]},{"name":"KERN_CONTEXT_CERT_INFO_V1","features":[328]},{"name":"KRB_ANONYMOUS_STRING","features":[328]},{"name":"KRB_NT_ENTERPRISE_PRINCIPAL","features":[328]},{"name":"KRB_NT_ENT_PRINCIPAL_AND_ID","features":[328]},{"name":"KRB_NT_MS_BRANCH_ID","features":[328]},{"name":"KRB_NT_MS_PRINCIPAL","features":[328]},{"name":"KRB_NT_MS_PRINCIPAL_AND_ID","features":[328]},{"name":"KRB_NT_PRINCIPAL","features":[328]},{"name":"KRB_NT_PRINCIPAL_AND_ID","features":[328]},{"name":"KRB_NT_SRV_HST","features":[328]},{"name":"KRB_NT_SRV_INST","features":[328]},{"name":"KRB_NT_SRV_INST_AND_ID","features":[328]},{"name":"KRB_NT_SRV_XHST","features":[328]},{"name":"KRB_NT_UID","features":[328]},{"name":"KRB_NT_UNKNOWN","features":[328]},{"name":"KRB_NT_WELLKNOWN","features":[328]},{"name":"KRB_NT_X500_PRINCIPAL","features":[328]},{"name":"KRB_WELLKNOWN_STRING","features":[328]},{"name":"KSEC_CONTEXT_TYPE","features":[328]},{"name":"KSEC_LIST_ENTRY","features":[328,313]},{"name":"KSecNonPaged","features":[328]},{"name":"KSecPaged","features":[328]},{"name":"KerbAddBindingCacheEntryExMessage","features":[328]},{"name":"KerbAddBindingCacheEntryMessage","features":[328]},{"name":"KerbAddExtraCredentialsExMessage","features":[328]},{"name":"KerbAddExtraCredentialsMessage","features":[328]},{"name":"KerbCertificateLogon","features":[328]},{"name":"KerbCertificateS4ULogon","features":[328]},{"name":"KerbCertificateUnlockLogon","features":[328]},{"name":"KerbChangeMachinePasswordMessage","features":[328]},{"name":"KerbChangePasswordMessage","features":[328]},{"name":"KerbCleanupMachinePkinitCredsMessage","features":[328]},{"name":"KerbDebugRequestMessage","features":[328]},{"name":"KerbDecryptDataMessage","features":[328]},{"name":"KerbInteractiveLogon","features":[328]},{"name":"KerbInteractiveProfile","features":[328]},{"name":"KerbLuidLogon","features":[328]},{"name":"KerbNoElevationLogon","features":[328]},{"name":"KerbPinKdcMessage","features":[328]},{"name":"KerbPrintCloudKerberosDebugMessage","features":[328]},{"name":"KerbProxyLogon","features":[328]},{"name":"KerbPurgeBindingCacheMessage","features":[328]},{"name":"KerbPurgeKdcProxyCacheMessage","features":[328]},{"name":"KerbPurgeTicketCacheExMessage","features":[328]},{"name":"KerbPurgeTicketCacheMessage","features":[328]},{"name":"KerbQueryBindingCacheMessage","features":[328]},{"name":"KerbQueryDomainExtendedPoliciesMessage","features":[328]},{"name":"KerbQueryKdcProxyCacheMessage","features":[328]},{"name":"KerbQueryS4U2ProxyCacheMessage","features":[328]},{"name":"KerbQuerySupplementalCredentialsMessage","features":[328]},{"name":"KerbQueryTicketCacheEx2Message","features":[328]},{"name":"KerbQueryTicketCacheEx3Message","features":[328]},{"name":"KerbQueryTicketCacheExMessage","features":[328]},{"name":"KerbQueryTicketCacheMessage","features":[328]},{"name":"KerbRefreshPolicyMessage","features":[328]},{"name":"KerbRefreshSmartcardCredentialsMessage","features":[328]},{"name":"KerbRetrieveEncodedTicketMessage","features":[328]},{"name":"KerbRetrieveKeyTabMessage","features":[328]},{"name":"KerbRetrieveTicketMessage","features":[328]},{"name":"KerbS4ULogon","features":[328]},{"name":"KerbSetPasswordExMessage","features":[328]},{"name":"KerbSetPasswordMessage","features":[328]},{"name":"KerbSmartCardLogon","features":[328]},{"name":"KerbSmartCardProfile","features":[328]},{"name":"KerbSmartCardUnlockLogon","features":[328]},{"name":"KerbSubmitTicketMessage","features":[328]},{"name":"KerbTicketLogon","features":[328]},{"name":"KerbTicketProfile","features":[328]},{"name":"KerbTicketUnlockLogon","features":[328]},{"name":"KerbTransferCredentialsMessage","features":[328]},{"name":"KerbUnpinAllKdcsMessage","features":[328]},{"name":"KerbUpdateAddressesMessage","features":[328]},{"name":"KerbVerifyCredentialsMessage","features":[328]},{"name":"KerbVerifyPacMessage","features":[328]},{"name":"KerbWorkstationUnlockLogon","features":[328]},{"name":"KspCompleteTokenFn","features":[307,328]},{"name":"KspDeleteContextFn","features":[307,328]},{"name":"KspGetTokenFn","features":[307,328]},{"name":"KspInitContextFn","features":[307,328]},{"name":"KspInitPackageFn","features":[307,328,313]},{"name":"KspMakeSignatureFn","features":[307,328]},{"name":"KspMapHandleFn","features":[307,328]},{"name":"KspQueryAttributesFn","features":[307,328]},{"name":"KspSealMessageFn","features":[307,328]},{"name":"KspSerializeAuthDataFn","features":[307,328]},{"name":"KspSetPagingModeFn","features":[307,328]},{"name":"KspUnsealMessageFn","features":[307,328]},{"name":"KspVerifySignatureFn","features":[307,328]},{"name":"LCRED_CRED_EXISTS","features":[328]},{"name":"LCRED_STATUS_NOCRED","features":[328]},{"name":"LCRED_STATUS_UNKNOWN_ISSUER","features":[328]},{"name":"LOGON_CACHED_ACCOUNT","features":[328]},{"name":"LOGON_EXTRA_SIDS","features":[328]},{"name":"LOGON_GRACE_LOGON","features":[328]},{"name":"LOGON_GUEST","features":[328]},{"name":"LOGON_HOURS","features":[328]},{"name":"LOGON_LM_V2","features":[328]},{"name":"LOGON_MANAGED_SERVICE","features":[328]},{"name":"LOGON_NOENCRYPTION","features":[328]},{"name":"LOGON_NO_ELEVATION","features":[328]},{"name":"LOGON_NO_OPTIMIZED","features":[328]},{"name":"LOGON_NTLMV2_ENABLED","features":[328]},{"name":"LOGON_NTLM_V2","features":[328]},{"name":"LOGON_NT_V2","features":[328]},{"name":"LOGON_OPTIMIZED","features":[328]},{"name":"LOGON_PKINIT","features":[328]},{"name":"LOGON_PROFILE_PATH_RETURNED","features":[328]},{"name":"LOGON_RESOURCE_GROUPS","features":[328]},{"name":"LOGON_SERVER_TRUST_ACCOUNT","features":[328]},{"name":"LOGON_SUBAUTH_SESSION_KEY","features":[328]},{"name":"LOGON_USED_LM_PASSWORD","features":[328]},{"name":"LOGON_WINLOGON","features":[328]},{"name":"LOOKUP_TRANSLATE_NAMES","features":[328]},{"name":"LOOKUP_VIEW_LOCAL_INFORMATION","features":[328]},{"name":"LSAD_AES_BLOCK_SIZE","features":[328]},{"name":"LSAD_AES_CRYPT_SHA512_HASH_SIZE","features":[328]},{"name":"LSAD_AES_KEY_SIZE","features":[328]},{"name":"LSAD_AES_SALT_SIZE","features":[328]},{"name":"LSASETCAPS_RELOAD_FLAG","features":[328]},{"name":"LSASETCAPS_VALID_FLAG_MASK","features":[328]},{"name":"LSA_ADT_LEGACY_SECURITY_SOURCE_NAME","features":[328]},{"name":"LSA_ADT_SECURITY_SOURCE_NAME","features":[328]},{"name":"LSA_AP_NAME_CALL_PACKAGE","features":[328]},{"name":"LSA_AP_NAME_CALL_PACKAGE_PASSTHROUGH","features":[328]},{"name":"LSA_AP_NAME_CALL_PACKAGE_UNTRUSTED","features":[328]},{"name":"LSA_AP_NAME_INITIALIZE_PACKAGE","features":[328]},{"name":"LSA_AP_NAME_LOGON_TERMINATED","features":[328]},{"name":"LSA_AP_NAME_LOGON_USER","features":[328]},{"name":"LSA_AP_NAME_LOGON_USER_EX","features":[328]},{"name":"LSA_AP_NAME_LOGON_USER_EX2","features":[328]},{"name":"LSA_AP_POST_LOGON_USER","features":[307,328]},{"name":"LSA_AUTH_INFORMATION","features":[328]},{"name":"LSA_AUTH_INFORMATION_AUTH_TYPE","features":[328]},{"name":"LSA_CALL_LICENSE_SERVER","features":[328]},{"name":"LSA_DISPATCH_TABLE","features":[307,328]},{"name":"LSA_ENUMERATION_INFORMATION","features":[328]},{"name":"LSA_FOREST_TRUST_BINARY_DATA","features":[328]},{"name":"LSA_FOREST_TRUST_COLLISION_INFORMATION","features":[328]},{"name":"LSA_FOREST_TRUST_COLLISION_RECORD","features":[328]},{"name":"LSA_FOREST_TRUST_COLLISION_RECORD_TYPE","features":[328]},{"name":"LSA_FOREST_TRUST_DOMAIN_INFO","features":[328]},{"name":"LSA_FOREST_TRUST_INFORMATION","features":[328]},{"name":"LSA_FOREST_TRUST_INFORMATION2","features":[328]},{"name":"LSA_FOREST_TRUST_RECORD","features":[328]},{"name":"LSA_FOREST_TRUST_RECORD2","features":[328]},{"name":"LSA_FOREST_TRUST_RECORD_TYPE","features":[328]},{"name":"LSA_FOREST_TRUST_RECORD_TYPE_UNRECOGNIZED","features":[328]},{"name":"LSA_FOREST_TRUST_SCANNER_INFO","features":[328]},{"name":"LSA_FTRECORD_DISABLED_REASONS","features":[328]},{"name":"LSA_GLOBAL_SECRET_PREFIX","features":[328]},{"name":"LSA_GLOBAL_SECRET_PREFIX_LENGTH","features":[328]},{"name":"LSA_HANDLE","features":[328]},{"name":"LSA_LAST_INTER_LOGON_INFO","features":[328]},{"name":"LSA_LOCAL_SECRET_PREFIX","features":[328]},{"name":"LSA_LOCAL_SECRET_PREFIX_LENGTH","features":[328]},{"name":"LSA_LOOKUP_DISALLOW_CONNECTED_ACCOUNT_INTERNET_SID","features":[328]},{"name":"LSA_LOOKUP_DOMAIN_INFO_CLASS","features":[328]},{"name":"LSA_LOOKUP_ISOLATED_AS_LOCAL","features":[328]},{"name":"LSA_LOOKUP_PREFER_INTERNET_NAMES","features":[328]},{"name":"LSA_MACHINE_SECRET_PREFIX","features":[328]},{"name":"LSA_MAXIMUM_ENUMERATION_LENGTH","features":[328]},{"name":"LSA_MAXIMUM_SID_COUNT","features":[328]},{"name":"LSA_MODE_INDIVIDUAL_ACCOUNTS","features":[328]},{"name":"LSA_MODE_LOG_FULL","features":[328]},{"name":"LSA_MODE_MANDATORY_ACCESS","features":[328]},{"name":"LSA_MODE_PASSWORD_PROTECTED","features":[328]},{"name":"LSA_NB_DISABLED_ADMIN","features":[328]},{"name":"LSA_NB_DISABLED_CONFLICT","features":[328]},{"name":"LSA_OBJECT_ATTRIBUTES","features":[307,328]},{"name":"LSA_QUERY_CLIENT_PRELOGON_SESSION_ID","features":[328]},{"name":"LSA_REFERENCED_DOMAIN_LIST","features":[328]},{"name":"LSA_SCANNER_INFO_ADMIN_ALL_FLAGS","features":[328]},{"name":"LSA_SCANNER_INFO_DISABLE_AUTH_TARGET_VALIDATION","features":[328]},{"name":"LSA_SECPKG_FUNCTION_TABLE","features":[307,328,481,342]},{"name":"LSA_SECRET_MAXIMUM_COUNT","features":[328]},{"name":"LSA_SECRET_MAXIMUM_LENGTH","features":[328]},{"name":"LSA_SID_DISABLED_ADMIN","features":[328]},{"name":"LSA_SID_DISABLED_CONFLICT","features":[328]},{"name":"LSA_STRING","features":[328]},{"name":"LSA_TLN_DISABLED_ADMIN","features":[328]},{"name":"LSA_TLN_DISABLED_CONFLICT","features":[328]},{"name":"LSA_TLN_DISABLED_NEW","features":[328]},{"name":"LSA_TOKEN_INFORMATION_NULL","features":[328]},{"name":"LSA_TOKEN_INFORMATION_TYPE","features":[328]},{"name":"LSA_TOKEN_INFORMATION_V1","features":[307,328]},{"name":"LSA_TOKEN_INFORMATION_V3","features":[307,328]},{"name":"LSA_TRANSLATED_NAME","features":[328]},{"name":"LSA_TRANSLATED_SID","features":[328]},{"name":"LSA_TRANSLATED_SID2","features":[328]},{"name":"LSA_TRUST_INFORMATION","features":[328]},{"name":"LSA_UNICODE_STRING","features":[328]},{"name":"LocalUserCredKey","features":[328]},{"name":"LsaAddAccountRights","features":[307,328]},{"name":"LsaCallAuthenticationPackage","features":[307,328]},{"name":"LsaClose","features":[307,328]},{"name":"LsaConnectUntrusted","features":[307,328]},{"name":"LsaCreateTrustedDomainEx","features":[307,328]},{"name":"LsaDeleteTrustedDomain","features":[307,328]},{"name":"LsaDeregisterLogonProcess","features":[307,328]},{"name":"LsaEnumerateAccountRights","features":[307,328]},{"name":"LsaEnumerateAccountsWithUserRight","features":[307,328]},{"name":"LsaEnumerateLogonSessions","features":[307,328]},{"name":"LsaEnumerateTrustedDomains","features":[307,328]},{"name":"LsaEnumerateTrustedDomainsEx","features":[307,328]},{"name":"LsaFreeMemory","features":[307,328]},{"name":"LsaFreeReturnBuffer","features":[307,328]},{"name":"LsaGetAppliedCAPIDs","features":[307,328]},{"name":"LsaGetLogonSessionData","features":[307,328]},{"name":"LsaLogonUser","features":[307,328]},{"name":"LsaLookupAuthenticationPackage","features":[307,328]},{"name":"LsaLookupNames","features":[307,328]},{"name":"LsaLookupNames2","features":[307,328]},{"name":"LsaLookupSids","features":[307,328]},{"name":"LsaLookupSids2","features":[307,328]},{"name":"LsaNtStatusToWinError","features":[307,328]},{"name":"LsaOpenPolicy","features":[307,328]},{"name":"LsaOpenTrustedDomainByName","features":[307,328]},{"name":"LsaQueryCAPs","features":[307,328]},{"name":"LsaQueryDomainInformationPolicy","features":[307,328]},{"name":"LsaQueryForestTrustInformation","features":[307,328]},{"name":"LsaQueryForestTrustInformation2","features":[307,328]},{"name":"LsaQueryInformationPolicy","features":[307,328]},{"name":"LsaQueryTrustedDomainInfo","features":[307,328]},{"name":"LsaQueryTrustedDomainInfoByName","features":[307,328]},{"name":"LsaRegisterLogonProcess","features":[307,328]},{"name":"LsaRegisterPolicyChangeNotification","features":[307,328]},{"name":"LsaRemoveAccountRights","features":[307,328]},{"name":"LsaRetrievePrivateData","features":[307,328]},{"name":"LsaSetCAPs","features":[307,328]},{"name":"LsaSetDomainInformationPolicy","features":[307,328]},{"name":"LsaSetForestTrustInformation","features":[307,328]},{"name":"LsaSetForestTrustInformation2","features":[307,328]},{"name":"LsaSetInformationPolicy","features":[307,328]},{"name":"LsaSetTrustedDomainInfoByName","features":[307,328]},{"name":"LsaSetTrustedDomainInformation","features":[307,328]},{"name":"LsaStorePrivateData","features":[307,328]},{"name":"LsaTokenInformationNull","features":[328]},{"name":"LsaTokenInformationV1","features":[328]},{"name":"LsaTokenInformationV2","features":[328]},{"name":"LsaTokenInformationV3","features":[328]},{"name":"LsaUnregisterPolicyChangeNotification","features":[307,328]},{"name":"MAKE_SIGNATURE_FN","features":[328,481]},{"name":"MAXIMUM_CAPES_PER_CAP","features":[328]},{"name":"MAX_CRED_SIZE","features":[328]},{"name":"MAX_PROTOCOL_ID_SIZE","features":[328]},{"name":"MAX_RECORDS_IN_FOREST_TRUST_INFO","features":[328]},{"name":"MAX_USER_RECORDS","features":[328]},{"name":"MICROSOFT_KERBEROS_NAME","features":[328]},{"name":"MICROSOFT_KERBEROS_NAME_A","features":[328]},{"name":"MICROSOFT_KERBEROS_NAME_W","features":[328]},{"name":"MSV1_0","features":[328]},{"name":"MSV1_0_ALLOW_FORCE_GUEST","features":[328]},{"name":"MSV1_0_ALLOW_MSVCHAPV2","features":[328]},{"name":"MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT","features":[328]},{"name":"MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT","features":[328]},{"name":"MSV1_0_AVID","features":[328]},{"name":"MSV1_0_AV_FLAG_FORCE_GUEST","features":[328]},{"name":"MSV1_0_AV_FLAG_MIC_HANDSHAKE_MESSAGES","features":[328]},{"name":"MSV1_0_AV_FLAG_UNVERIFIED_TARGET","features":[328]},{"name":"MSV1_0_AV_PAIR","features":[328]},{"name":"MSV1_0_CHALLENGE_LENGTH","features":[328]},{"name":"MSV1_0_CHANGEPASSWORD_REQUEST","features":[307,328]},{"name":"MSV1_0_CHANGEPASSWORD_RESPONSE","features":[307,328]},{"name":"MSV1_0_CHECK_LOGONHOURS_FOR_S4U","features":[328]},{"name":"MSV1_0_CLEARTEXT_PASSWORD_ALLOWED","features":[328]},{"name":"MSV1_0_CLEARTEXT_PASSWORD_SUPPLIED","features":[328]},{"name":"MSV1_0_CREDENTIAL_KEY","features":[328]},{"name":"MSV1_0_CREDENTIAL_KEY_LENGTH","features":[328]},{"name":"MSV1_0_CREDENTIAL_KEY_TYPE","features":[328]},{"name":"MSV1_0_CRED_CREDKEY_PRESENT","features":[328]},{"name":"MSV1_0_CRED_LM_PRESENT","features":[328]},{"name":"MSV1_0_CRED_NT_PRESENT","features":[328]},{"name":"MSV1_0_CRED_REMOVED","features":[328]},{"name":"MSV1_0_CRED_SHA_PRESENT","features":[328]},{"name":"MSV1_0_CRED_VERSION","features":[328]},{"name":"MSV1_0_CRED_VERSION_ARSO","features":[328]},{"name":"MSV1_0_CRED_VERSION_INVALID","features":[328]},{"name":"MSV1_0_CRED_VERSION_IUM","features":[328]},{"name":"MSV1_0_CRED_VERSION_REMOTE","features":[328]},{"name":"MSV1_0_CRED_VERSION_RESERVED_1","features":[328]},{"name":"MSV1_0_CRED_VERSION_V2","features":[328]},{"name":"MSV1_0_CRED_VERSION_V3","features":[328]},{"name":"MSV1_0_DISABLE_PERSONAL_FALLBACK","features":[328]},{"name":"MSV1_0_DONT_TRY_GUEST_ACCOUNT","features":[328]},{"name":"MSV1_0_GUEST_LOGON","features":[328]},{"name":"MSV1_0_INTERACTIVE_LOGON","features":[328]},{"name":"MSV1_0_INTERACTIVE_PROFILE","features":[328]},{"name":"MSV1_0_INTERNET_DOMAIN","features":[328]},{"name":"MSV1_0_IUM_SUPPLEMENTAL_CREDENTIAL","features":[328]},{"name":"MSV1_0_LANMAN_SESSION_KEY_LENGTH","features":[328]},{"name":"MSV1_0_LM20_LOGON","features":[328]},{"name":"MSV1_0_LM20_LOGON_PROFILE","features":[328]},{"name":"MSV1_0_LOGON_SUBMIT_TYPE","features":[328]},{"name":"MSV1_0_MAX_AVL_SIZE","features":[328]},{"name":"MSV1_0_MAX_NTLM3_LIFE","features":[328]},{"name":"MSV1_0_MNS_LOGON","features":[328]},{"name":"MSV1_0_NTLM3_OWF_LENGTH","features":[328]},{"name":"MSV1_0_NTLM3_RESPONSE","features":[328]},{"name":"MSV1_0_NTLM3_RESPONSE_LENGTH","features":[328]},{"name":"MSV1_0_OWF_PASSWORD_LENGTH","features":[328]},{"name":"MSV1_0_PACKAGE_NAME","features":[328]},{"name":"MSV1_0_PACKAGE_NAMEW","features":[328]},{"name":"MSV1_0_PASSTHROUGH_REQUEST","features":[328]},{"name":"MSV1_0_PASSTHROUGH_RESPONSE","features":[328]},{"name":"MSV1_0_PASSTHRU","features":[328]},{"name":"MSV1_0_PROFILE_BUFFER_TYPE","features":[328]},{"name":"MSV1_0_PROTOCOL_MESSAGE_TYPE","features":[328]},{"name":"MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL","features":[328]},{"name":"MSV1_0_RETURN_PASSWORD_EXPIRY","features":[328]},{"name":"MSV1_0_RETURN_PROFILE_PATH","features":[328]},{"name":"MSV1_0_RETURN_USER_PARAMETERS","features":[328]},{"name":"MSV1_0_S4U2SELF","features":[328]},{"name":"MSV1_0_S4U_LOGON","features":[328]},{"name":"MSV1_0_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[328]},{"name":"MSV1_0_SHA_PASSWORD_LENGTH","features":[328]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL","features":[328]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_EX","features":[328]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_IIS","features":[328]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_RAS","features":[328]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_SHIFT","features":[328]},{"name":"MSV1_0_SUBAUTHENTICATION_FLAGS","features":[328]},{"name":"MSV1_0_SUBAUTHENTICATION_KEY","features":[328]},{"name":"MSV1_0_SUBAUTHENTICATION_VALUE","features":[328]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_DISABLED","features":[328]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_EXPIRY","features":[328]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_TYPE","features":[328]},{"name":"MSV1_0_SUBAUTH_LOCKOUT","features":[328]},{"name":"MSV1_0_SUBAUTH_LOGON","features":[328]},{"name":"MSV1_0_SUBAUTH_LOGON_HOURS","features":[328]},{"name":"MSV1_0_SUBAUTH_PASSWORD","features":[328]},{"name":"MSV1_0_SUBAUTH_PASSWORD_EXPIRY","features":[328]},{"name":"MSV1_0_SUBAUTH_REQUEST","features":[328]},{"name":"MSV1_0_SUBAUTH_RESPONSE","features":[328]},{"name":"MSV1_0_SUBAUTH_WORKSTATIONS","features":[328]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL","features":[328]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2","features":[328]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL_V3","features":[328]},{"name":"MSV1_0_TRY_GUEST_ACCOUNT_ONLY","features":[328]},{"name":"MSV1_0_TRY_SPECIFIED_DOMAIN_ONLY","features":[328]},{"name":"MSV1_0_UPDATE_LOGON_STATISTICS","features":[328]},{"name":"MSV1_0_USER_SESSION_KEY_LENGTH","features":[328]},{"name":"MSV1_0_USE_CLIENT_CHALLENGE","features":[328]},{"name":"MSV1_0_USE_DOMAIN_FOR_ROUTING_ONLY","features":[328]},{"name":"MSV1_0_VALIDATION_INFO","features":[307,328,482]},{"name":"MSV1_0_VALIDATION_KICKOFF_TIME","features":[328]},{"name":"MSV1_0_VALIDATION_LOGOFF_TIME","features":[328]},{"name":"MSV1_0_VALIDATION_LOGON_DOMAIN","features":[328]},{"name":"MSV1_0_VALIDATION_LOGON_SERVER","features":[328]},{"name":"MSV1_0_VALIDATION_SESSION_KEY","features":[328]},{"name":"MSV1_0_VALIDATION_USER_FLAGS","features":[328]},{"name":"MSV1_0_VALIDATION_USER_ID","features":[328]},{"name":"MSV_SUBAUTH_LOGON_PARAMETER_CONTROL","features":[328]},{"name":"MSV_SUB_AUTHENTICATION_FILTER","features":[328]},{"name":"MSV_SUPPLEMENTAL_CREDENTIAL_FLAGS","features":[328]},{"name":"MakeSignature","features":[328,481]},{"name":"MsV1_0CacheLogon","features":[328]},{"name":"MsV1_0CacheLookup","features":[328]},{"name":"MsV1_0CacheLookupEx","features":[328]},{"name":"MsV1_0ChangeCachedPassword","features":[328]},{"name":"MsV1_0ChangePassword","features":[328]},{"name":"MsV1_0ClearCachedCredentials","features":[328]},{"name":"MsV1_0ConfigLocalAliases","features":[328]},{"name":"MsV1_0DecryptDpapiMasterKey","features":[328]},{"name":"MsV1_0DeleteTbalSecrets","features":[328]},{"name":"MsV1_0DeriveCredential","features":[328]},{"name":"MsV1_0EnumerateUsers","features":[328]},{"name":"MsV1_0GenericPassthrough","features":[328]},{"name":"MsV1_0GetCredentialKey","features":[328]},{"name":"MsV1_0GetStrongCredentialKey","features":[328]},{"name":"MsV1_0GetUserInfo","features":[328]},{"name":"MsV1_0InteractiveLogon","features":[328]},{"name":"MsV1_0InteractiveProfile","features":[328]},{"name":"MsV1_0Lm20ChallengeRequest","features":[328]},{"name":"MsV1_0Lm20GetChallengeResponse","features":[328]},{"name":"MsV1_0Lm20Logon","features":[328]},{"name":"MsV1_0Lm20LogonProfile","features":[328]},{"name":"MsV1_0LookupToken","features":[328]},{"name":"MsV1_0LuidLogon","features":[328]},{"name":"MsV1_0NetworkLogon","features":[328]},{"name":"MsV1_0NoElevationLogon","features":[328]},{"name":"MsV1_0ProvisionTbal","features":[328]},{"name":"MsV1_0ReLogonUsers","features":[328]},{"name":"MsV1_0S4ULogon","features":[328]},{"name":"MsV1_0SetProcessOption","features":[328]},{"name":"MsV1_0SetThreadOption","features":[328]},{"name":"MsV1_0SmartCardProfile","features":[328]},{"name":"MsV1_0SubAuth","features":[328]},{"name":"MsV1_0SubAuthLogon","features":[328]},{"name":"MsV1_0TransferCred","features":[328]},{"name":"MsV1_0ValidateAuth","features":[328]},{"name":"MsV1_0VirtualLogon","features":[328]},{"name":"MsV1_0WorkstationUnlockLogon","features":[328]},{"name":"MsvAvChannelBindings","features":[328]},{"name":"MsvAvDnsComputerName","features":[328]},{"name":"MsvAvDnsDomainName","features":[328]},{"name":"MsvAvDnsTreeName","features":[328]},{"name":"MsvAvEOL","features":[328]},{"name":"MsvAvFlags","features":[328]},{"name":"MsvAvNbComputerName","features":[328]},{"name":"MsvAvNbDomainName","features":[328]},{"name":"MsvAvRestrictions","features":[328]},{"name":"MsvAvTargetName","features":[328]},{"name":"MsvAvTimestamp","features":[328]},{"name":"NEGOSSP_NAME","features":[328]},{"name":"NEGOSSP_NAME_A","features":[328]},{"name":"NEGOSSP_NAME_W","features":[328]},{"name":"NEGOTIATE_ALLOW_NTLM","features":[328]},{"name":"NEGOTIATE_CALLER_NAME_REQUEST","features":[307,328]},{"name":"NEGOTIATE_CALLER_NAME_RESPONSE","features":[328]},{"name":"NEGOTIATE_MAX_PREFIX","features":[328]},{"name":"NEGOTIATE_MESSAGES","features":[328]},{"name":"NEGOTIATE_NEG_NTLM","features":[328]},{"name":"NEGOTIATE_PACKAGE_PREFIX","features":[328]},{"name":"NEGOTIATE_PACKAGE_PREFIXES","features":[328]},{"name":"NETLOGON_GENERIC_INFO","features":[328]},{"name":"NETLOGON_INTERACTIVE_INFO","features":[328,482]},{"name":"NETLOGON_LOGON_IDENTITY_INFO","features":[328]},{"name":"NETLOGON_LOGON_INFO_CLASS","features":[328]},{"name":"NETLOGON_NETWORK_INFO","features":[328]},{"name":"NETLOGON_SERVICE_INFO","features":[328,482]},{"name":"NGC_DATA_FLAG_IS_CLOUD_TRUST_CRED","features":[328]},{"name":"NGC_DATA_FLAG_IS_SMARTCARD_DATA","features":[328]},{"name":"NGC_DATA_FLAG_KERB_CERTIFICATE_LOGON_FLAG_CHECK_DUPLICATES","features":[328]},{"name":"NGC_DATA_FLAG_KERB_CERTIFICATE_LOGON_FLAG_USE_CERTIFICATE_INFO","features":[328]},{"name":"NOTIFIER_FLAG_NEW_THREAD","features":[328]},{"name":"NOTIFIER_FLAG_ONE_SHOT","features":[328]},{"name":"NOTIFIER_FLAG_SECONDS","features":[328]},{"name":"NOTIFIER_TYPE_HANDLE_WAIT","features":[328]},{"name":"NOTIFIER_TYPE_IMMEDIATE","features":[328]},{"name":"NOTIFIER_TYPE_INTERVAL","features":[328]},{"name":"NOTIFIER_TYPE_NOTIFY_EVENT","features":[328]},{"name":"NOTIFIER_TYPE_STATE_CHANGE","features":[328]},{"name":"NOTIFY_CLASS_DOMAIN_CHANGE","features":[328]},{"name":"NOTIFY_CLASS_PACKAGE_CHANGE","features":[328]},{"name":"NOTIFY_CLASS_REGISTRY_CHANGE","features":[328]},{"name":"NOTIFY_CLASS_ROLE_CHANGE","features":[328]},{"name":"NO_LONG_NAMES","features":[328]},{"name":"NTLMSP_NAME","features":[328]},{"name":"NTLMSP_NAME_A","features":[328]},{"name":"NameCanonical","features":[328]},{"name":"NameCanonicalEx","features":[328]},{"name":"NameDisplay","features":[328]},{"name":"NameDnsDomain","features":[328]},{"name":"NameFullyQualifiedDN","features":[328]},{"name":"NameGivenName","features":[328]},{"name":"NameSamCompatible","features":[328]},{"name":"NameServicePrincipal","features":[328]},{"name":"NameSurname","features":[328]},{"name":"NameUniqueId","features":[328]},{"name":"NameUnknown","features":[328]},{"name":"NameUserPrincipal","features":[328]},{"name":"NegCallPackageMax","features":[328]},{"name":"NegEnumPackagePrefixes","features":[328]},{"name":"NegGetCallerName","features":[328]},{"name":"NegMsgReserved1","features":[328]},{"name":"NegTransferCredentials","features":[328]},{"name":"NetlogonGenericInformation","features":[328]},{"name":"NetlogonInteractiveInformation","features":[328]},{"name":"NetlogonInteractiveTransitiveInformation","features":[328]},{"name":"NetlogonNetworkInformation","features":[328]},{"name":"NetlogonNetworkTransitiveInformation","features":[328]},{"name":"NetlogonServiceInformation","features":[328]},{"name":"NetlogonServiceTransitiveInformation","features":[328]},{"name":"PCT1SP_NAME","features":[328]},{"name":"PCT1SP_NAME_A","features":[328]},{"name":"PCT1SP_NAME_W","features":[328]},{"name":"PER_USER_AUDIT_FAILURE_EXCLUDE","features":[328]},{"name":"PER_USER_AUDIT_FAILURE_INCLUDE","features":[328]},{"name":"PER_USER_AUDIT_NONE","features":[328]},{"name":"PER_USER_AUDIT_SUCCESS_EXCLUDE","features":[328]},{"name":"PER_USER_AUDIT_SUCCESS_INCLUDE","features":[328]},{"name":"PER_USER_POLICY_UNCHANGED","features":[328]},{"name":"PKSEC_CREATE_CONTEXT_LIST","features":[328]},{"name":"PKSEC_DEREFERENCE_LIST_ENTRY","features":[328,313]},{"name":"PKSEC_INSERT_LIST_ENTRY","features":[328,313]},{"name":"PKSEC_LOCATE_PKG_BY_ID","features":[328]},{"name":"PKSEC_REFERENCE_LIST_ENTRY","features":[307,328,313]},{"name":"PKSEC_SERIALIZE_SCHANNEL_AUTH_DATA","features":[307,328]},{"name":"PKSEC_SERIALIZE_WINNT_AUTH_DATA","features":[307,328]},{"name":"PKU2U_CERTIFICATE_S4U_LOGON","features":[328]},{"name":"PKU2U_CERT_BLOB","features":[328]},{"name":"PKU2U_CREDUI_CONTEXT","features":[328]},{"name":"PKU2U_LOGON_SUBMIT_TYPE","features":[328]},{"name":"PKU2U_PACKAGE_NAME","features":[328]},{"name":"PKU2U_PACKAGE_NAME_A","features":[328]},{"name":"PKU2U_PACKAGE_NAME_W","features":[328]},{"name":"PLSA_ADD_CREDENTIAL","features":[307,328]},{"name":"PLSA_ALLOCATE_CLIENT_BUFFER","features":[307,328]},{"name":"PLSA_ALLOCATE_LSA_HEAP","features":[328]},{"name":"PLSA_ALLOCATE_PRIVATE_HEAP","features":[328]},{"name":"PLSA_ALLOCATE_SHARED_MEMORY","features":[328]},{"name":"PLSA_AP_CALL_PACKAGE","features":[307,328]},{"name":"PLSA_AP_CALL_PACKAGE_PASSTHROUGH","features":[307,328]},{"name":"PLSA_AP_INITIALIZE_PACKAGE","features":[307,328]},{"name":"PLSA_AP_LOGON_TERMINATED","features":[307,328]},{"name":"PLSA_AP_LOGON_USER","features":[307,328]},{"name":"PLSA_AP_LOGON_USER_EX","features":[307,328]},{"name":"PLSA_AP_LOGON_USER_EX2","features":[307,328]},{"name":"PLSA_AP_LOGON_USER_EX3","features":[307,328]},{"name":"PLSA_AP_POST_LOGON_USER_SURROGATE","features":[307,328]},{"name":"PLSA_AP_PRE_LOGON_USER_SURROGATE","features":[307,328]},{"name":"PLSA_AUDIT_ACCOUNT_LOGON","features":[307,328]},{"name":"PLSA_AUDIT_LOGON","features":[307,328]},{"name":"PLSA_AUDIT_LOGON_EX","features":[307,328]},{"name":"PLSA_CALLBACK_FUNCTION","features":[307,328]},{"name":"PLSA_CALL_PACKAGE","features":[307,328]},{"name":"PLSA_CALL_PACKAGEEX","features":[307,328]},{"name":"PLSA_CALL_PACKAGE_PASSTHROUGH","features":[307,328]},{"name":"PLSA_CANCEL_NOTIFICATION","features":[307,328]},{"name":"PLSA_CHECK_PROTECTED_USER_BY_TOKEN","features":[307,328]},{"name":"PLSA_CLIENT_CALLBACK","features":[307,328]},{"name":"PLSA_CLOSE_SAM_USER","features":[307,328]},{"name":"PLSA_CONVERT_AUTH_DATA_TO_TOKEN","features":[307,328]},{"name":"PLSA_COPY_FROM_CLIENT_BUFFER","features":[307,328]},{"name":"PLSA_COPY_TO_CLIENT_BUFFER","features":[307,328]},{"name":"PLSA_CRACK_SINGLE_NAME","features":[307,328]},{"name":"PLSA_CREATE_LOGON_SESSION","features":[307,328]},{"name":"PLSA_CREATE_SHARED_MEMORY","features":[328]},{"name":"PLSA_CREATE_THREAD","features":[307,328,342]},{"name":"PLSA_CREATE_TOKEN","features":[307,328]},{"name":"PLSA_CREATE_TOKEN_EX","features":[307,328]},{"name":"PLSA_DELETE_CREDENTIAL","features":[307,328]},{"name":"PLSA_DELETE_LOGON_SESSION","features":[307,328]},{"name":"PLSA_DELETE_SHARED_MEMORY","features":[307,328]},{"name":"PLSA_DUPLICATE_HANDLE","features":[307,328]},{"name":"PLSA_EXPAND_AUTH_DATA_FOR_DOMAIN","features":[307,328]},{"name":"PLSA_FREE_CLIENT_BUFFER","features":[307,328]},{"name":"PLSA_FREE_LSA_HEAP","features":[328]},{"name":"PLSA_FREE_PRIVATE_HEAP","features":[328]},{"name":"PLSA_FREE_SHARED_MEMORY","features":[328]},{"name":"PLSA_GET_APP_MODE_INFO","features":[307,328]},{"name":"PLSA_GET_AUTH_DATA_FOR_USER","features":[307,328]},{"name":"PLSA_GET_CALL_INFO","features":[307,328]},{"name":"PLSA_GET_CLIENT_INFO","features":[307,328]},{"name":"PLSA_GET_CLIENT_INFO_EX","features":[307,328]},{"name":"PLSA_GET_CREDENTIALS","features":[307,328]},{"name":"PLSA_GET_EXTENDED_CALL_FLAGS","features":[307,328]},{"name":"PLSA_GET_SERVICE_ACCOUNT_PASSWORD","features":[307,328]},{"name":"PLSA_GET_USER_AUTH_DATA","features":[307,328]},{"name":"PLSA_GET_USER_CREDENTIALS","features":[307,328]},{"name":"PLSA_IMPERSONATE_CLIENT","features":[307,328]},{"name":"PLSA_LOCATE_PKG_BY_ID","features":[328]},{"name":"PLSA_MAP_BUFFER","features":[307,328]},{"name":"PLSA_OPEN_SAM_USER","features":[307,328]},{"name":"PLSA_OPEN_TOKEN_BY_LOGON_ID","features":[307,328]},{"name":"PLSA_PROTECT_MEMORY","features":[328]},{"name":"PLSA_QUERY_CLIENT_REQUEST","features":[307,328]},{"name":"PLSA_REDIRECTED_LOGON_CALLBACK","features":[307,328]},{"name":"PLSA_REDIRECTED_LOGON_CLEANUP_CALLBACK","features":[307,328]},{"name":"PLSA_REDIRECTED_LOGON_GET_LOGON_CREDS","features":[307,328]},{"name":"PLSA_REDIRECTED_LOGON_GET_SID","features":[307,328]},{"name":"PLSA_REDIRECTED_LOGON_GET_SUPP_CREDS","features":[307,328]},{"name":"PLSA_REDIRECTED_LOGON_INIT","features":[307,328]},{"name":"PLSA_REGISTER_CALLBACK","features":[307,328]},{"name":"PLSA_REGISTER_NOTIFICATION","features":[307,328,342]},{"name":"PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS","features":[307,328]},{"name":"PLSA_SET_APP_MODE_INFO","features":[307,328]},{"name":"PLSA_UNLOAD_PACKAGE","features":[307,328]},{"name":"PLSA_UPDATE_PRIMARY_CREDENTIALS","features":[307,328]},{"name":"POLICY_ACCOUNT_DOMAIN_INFO","features":[328]},{"name":"POLICY_AUDIT_CATEGORIES_INFO","features":[328]},{"name":"POLICY_AUDIT_EVENTS_INFO","features":[307,328]},{"name":"POLICY_AUDIT_EVENT_FAILURE","features":[328]},{"name":"POLICY_AUDIT_EVENT_NONE","features":[328]},{"name":"POLICY_AUDIT_EVENT_SUCCESS","features":[328]},{"name":"POLICY_AUDIT_EVENT_TYPE","features":[328]},{"name":"POLICY_AUDIT_EVENT_UNCHANGED","features":[328]},{"name":"POLICY_AUDIT_FULL_QUERY_INFO","features":[307,328]},{"name":"POLICY_AUDIT_FULL_SET_INFO","features":[307,328]},{"name":"POLICY_AUDIT_LOG_ADMIN","features":[328]},{"name":"POLICY_AUDIT_LOG_INFO","features":[307,328]},{"name":"POLICY_AUDIT_SID_ARRAY","features":[328]},{"name":"POLICY_AUDIT_SUBCATEGORIES_INFO","features":[328]},{"name":"POLICY_CREATE_ACCOUNT","features":[328]},{"name":"POLICY_CREATE_PRIVILEGE","features":[328]},{"name":"POLICY_CREATE_SECRET","features":[328]},{"name":"POLICY_DEFAULT_QUOTA_INFO","features":[328]},{"name":"POLICY_DNS_DOMAIN_INFO","features":[328]},{"name":"POLICY_DOMAIN_EFS_INFO","features":[328]},{"name":"POLICY_DOMAIN_INFORMATION_CLASS","features":[328]},{"name":"POLICY_DOMAIN_KERBEROS_TICKET_INFO","features":[328]},{"name":"POLICY_GET_PRIVATE_INFORMATION","features":[328]},{"name":"POLICY_INFORMATION_CLASS","features":[328]},{"name":"POLICY_KERBEROS_VALIDATE_CLIENT","features":[328]},{"name":"POLICY_LOOKUP_NAMES","features":[328]},{"name":"POLICY_LSA_SERVER_ROLE","features":[328]},{"name":"POLICY_LSA_SERVER_ROLE_INFO","features":[328]},{"name":"POLICY_MACHINE_ACCT_INFO","features":[328]},{"name":"POLICY_MACHINE_ACCT_INFO2","features":[328]},{"name":"POLICY_MODIFICATION_INFO","features":[328]},{"name":"POLICY_NOTIFICATION","features":[328]},{"name":"POLICY_NOTIFICATION_INFORMATION_CLASS","features":[328]},{"name":"POLICY_PD_ACCOUNT_INFO","features":[328]},{"name":"POLICY_PRIMARY_DOMAIN_INFO","features":[328]},{"name":"POLICY_QOS_ALLOW_LOCAL_ROOT_CERT_STORE","features":[328]},{"name":"POLICY_QOS_DHCP_SERVER_ALLOWED","features":[328]},{"name":"POLICY_QOS_INBOUND_CONFIDENTIALITY","features":[328]},{"name":"POLICY_QOS_INBOUND_INTEGRITY","features":[328]},{"name":"POLICY_QOS_OUTBOUND_CONFIDENTIALITY","features":[328]},{"name":"POLICY_QOS_OUTBOUND_INTEGRITY","features":[328]},{"name":"POLICY_QOS_RAS_SERVER_ALLOWED","features":[328]},{"name":"POLICY_QOS_SCHANNEL_REQUIRED","features":[328]},{"name":"POLICY_REPLICA_SOURCE_INFO","features":[328]},{"name":"POLICY_SERVER_ADMIN","features":[328]},{"name":"POLICY_SET_AUDIT_REQUIREMENTS","features":[328]},{"name":"POLICY_SET_DEFAULT_QUOTA_LIMITS","features":[328]},{"name":"POLICY_TRUST_ADMIN","features":[328]},{"name":"POLICY_VIEW_AUDIT_INFORMATION","features":[328]},{"name":"POLICY_VIEW_LOCAL_INFORMATION","features":[328]},{"name":"PRIMARY_CRED_ARSO_LOGON","features":[328]},{"name":"PRIMARY_CRED_AUTH_ID","features":[328]},{"name":"PRIMARY_CRED_CACHED_INTERACTIVE_LOGON","features":[328]},{"name":"PRIMARY_CRED_CACHED_LOGON","features":[328]},{"name":"PRIMARY_CRED_CLEAR_PASSWORD","features":[328]},{"name":"PRIMARY_CRED_DO_NOT_SPLIT","features":[328]},{"name":"PRIMARY_CRED_ENCRYPTED_CREDGUARD_PASSWORD","features":[328]},{"name":"PRIMARY_CRED_ENTERPRISE_INTERNET_USER","features":[328]},{"name":"PRIMARY_CRED_EX","features":[328]},{"name":"PRIMARY_CRED_FOR_PASSWORD_CHANGE","features":[328]},{"name":"PRIMARY_CRED_INTERACTIVE_FIDO_LOGON","features":[328]},{"name":"PRIMARY_CRED_INTERACTIVE_NGC_LOGON","features":[328]},{"name":"PRIMARY_CRED_INTERACTIVE_SMARTCARD_LOGON","features":[328]},{"name":"PRIMARY_CRED_INTERNET_USER","features":[328]},{"name":"PRIMARY_CRED_LOGON_LUA","features":[328]},{"name":"PRIMARY_CRED_LOGON_NO_TCB","features":[328]},{"name":"PRIMARY_CRED_LOGON_PACKAGE_SHIFT","features":[328]},{"name":"PRIMARY_CRED_OWF_PASSWORD","features":[328]},{"name":"PRIMARY_CRED_PACKAGE_MASK","features":[328]},{"name":"PRIMARY_CRED_PACKED_CREDS","features":[328]},{"name":"PRIMARY_CRED_PROTECTED_USER","features":[328]},{"name":"PRIMARY_CRED_REFRESH_NEEDED","features":[328]},{"name":"PRIMARY_CRED_RESTRICTED_TS","features":[328]},{"name":"PRIMARY_CRED_SUPPLEMENTAL","features":[328]},{"name":"PRIMARY_CRED_TRANSFER","features":[328]},{"name":"PRIMARY_CRED_UPDATE","features":[328]},{"name":"PSAM_CREDENTIAL_UPDATE_FREE_ROUTINE","features":[328]},{"name":"PSAM_CREDENTIAL_UPDATE_NOTIFY_ROUTINE","features":[307,328]},{"name":"PSAM_CREDENTIAL_UPDATE_REGISTER_MAPPED_ENTRYPOINTS_ROUTINE","features":[307,328]},{"name":"PSAM_CREDENTIAL_UPDATE_REGISTER_ROUTINE","features":[307,328]},{"name":"PSAM_INIT_NOTIFICATION_ROUTINE","features":[307,328]},{"name":"PSAM_PASSWORD_FILTER_ROUTINE","features":[307,328]},{"name":"PSAM_PASSWORD_NOTIFICATION_ROUTINE","features":[307,328]},{"name":"PctPublicKey","features":[328]},{"name":"Pku2uCertificateS4ULogon","features":[328]},{"name":"PolicyAccountDomainInformation","features":[328]},{"name":"PolicyAuditEventsInformation","features":[328]},{"name":"PolicyAuditFullQueryInformation","features":[328]},{"name":"PolicyAuditFullSetInformation","features":[328]},{"name":"PolicyAuditLogInformation","features":[328]},{"name":"PolicyDefaultQuotaInformation","features":[328]},{"name":"PolicyDnsDomainInformation","features":[328]},{"name":"PolicyDnsDomainInformationInt","features":[328]},{"name":"PolicyDomainEfsInformation","features":[328]},{"name":"PolicyDomainKerberosTicketInformation","features":[328]},{"name":"PolicyLastEntry","features":[328]},{"name":"PolicyLocalAccountDomainInformation","features":[328]},{"name":"PolicyLsaServerRoleInformation","features":[328]},{"name":"PolicyMachineAccountInformation","features":[328]},{"name":"PolicyMachineAccountInformation2","features":[328]},{"name":"PolicyModificationInformation","features":[328]},{"name":"PolicyNotifyAccountDomainInformation","features":[328]},{"name":"PolicyNotifyAuditEventsInformation","features":[328]},{"name":"PolicyNotifyDnsDomainInformation","features":[328]},{"name":"PolicyNotifyDomainEfsInformation","features":[328]},{"name":"PolicyNotifyDomainKerberosTicketInformation","features":[328]},{"name":"PolicyNotifyGlobalSaclInformation","features":[328]},{"name":"PolicyNotifyMachineAccountPasswordInformation","features":[328]},{"name":"PolicyNotifyMax","features":[328]},{"name":"PolicyNotifyServerRoleInformation","features":[328]},{"name":"PolicyPdAccountInformation","features":[328]},{"name":"PolicyPrimaryDomainInformation","features":[328]},{"name":"PolicyReplicaSourceInformation","features":[328]},{"name":"PolicyServerRoleBackup","features":[328]},{"name":"PolicyServerRolePrimary","features":[328]},{"name":"QUERY_CONTEXT_ATTRIBUTES_EX_FN_A","features":[328,481]},{"name":"QUERY_CONTEXT_ATTRIBUTES_EX_FN_W","features":[328,481]},{"name":"QUERY_CONTEXT_ATTRIBUTES_FN_A","features":[328,481]},{"name":"QUERY_CONTEXT_ATTRIBUTES_FN_W","features":[328,481]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_EX_FN_A","features":[328,481]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_EX_FN_W","features":[328,481]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_FN_A","features":[328,481]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_FN_W","features":[328,481]},{"name":"QUERY_SECURITY_CONTEXT_TOKEN_FN","features":[328,481]},{"name":"QUERY_SECURITY_PACKAGE_INFO_FN_A","features":[328]},{"name":"QUERY_SECURITY_PACKAGE_INFO_FN_W","features":[328]},{"name":"QueryContextAttributesA","features":[328,481]},{"name":"QueryContextAttributesExA","features":[328,481]},{"name":"QueryContextAttributesExW","features":[328,481]},{"name":"QueryContextAttributesW","features":[328,481]},{"name":"QueryCredentialsAttributesA","features":[328,481]},{"name":"QueryCredentialsAttributesExA","features":[328,481]},{"name":"QueryCredentialsAttributesExW","features":[328,481]},{"name":"QueryCredentialsAttributesW","features":[328,481]},{"name":"QuerySecurityContextToken","features":[328,481]},{"name":"QuerySecurityPackageInfoA","features":[328]},{"name":"QuerySecurityPackageInfoW","features":[328]},{"name":"RCRED_CRED_EXISTS","features":[328]},{"name":"RCRED_STATUS_NOCRED","features":[328]},{"name":"RCRED_STATUS_UNKNOWN_ISSUER","features":[328]},{"name":"REVERT_SECURITY_CONTEXT_FN","features":[328,481]},{"name":"RTL_ENCRYPT_MEMORY_SIZE","features":[328]},{"name":"RTL_ENCRYPT_OPTION_CROSS_PROCESS","features":[328]},{"name":"RTL_ENCRYPT_OPTION_FOR_SYSTEM","features":[328]},{"name":"RTL_ENCRYPT_OPTION_SAME_LOGON","features":[328]},{"name":"RevertSecurityContext","features":[328,481]},{"name":"RtlDecryptMemory","features":[307,328]},{"name":"RtlEncryptMemory","features":[307,328]},{"name":"RtlGenRandom","features":[307,328]},{"name":"SAM_CREDENTIAL_UPDATE_FREE_ROUTINE","features":[328]},{"name":"SAM_CREDENTIAL_UPDATE_NOTIFY_ROUTINE","features":[328]},{"name":"SAM_CREDENTIAL_UPDATE_REGISTER_MAPPED_ENTRYPOINTS_ROUTINE","features":[328]},{"name":"SAM_CREDENTIAL_UPDATE_REGISTER_ROUTINE","features":[328]},{"name":"SAM_DAYS_PER_WEEK","features":[328]},{"name":"SAM_INIT_NOTIFICATION_ROUTINE","features":[328]},{"name":"SAM_PASSWORD_CHANGE_NOTIFY_ROUTINE","features":[328]},{"name":"SAM_PASSWORD_FILTER_ROUTINE","features":[328]},{"name":"SAM_REGISTER_MAPPING_ELEMENT","features":[307,328]},{"name":"SAM_REGISTER_MAPPING_LIST","features":[307,328]},{"name":"SAM_REGISTER_MAPPING_TABLE","features":[307,328]},{"name":"SASL_AUTHZID_STATE","features":[328]},{"name":"SASL_OPTION_AUTHZ_PROCESSING","features":[328]},{"name":"SASL_OPTION_AUTHZ_STRING","features":[328]},{"name":"SASL_OPTION_RECV_SIZE","features":[328]},{"name":"SASL_OPTION_SEND_SIZE","features":[328]},{"name":"SCHANNEL_ALERT","features":[328]},{"name":"SCHANNEL_ALERT_TOKEN","features":[328]},{"name":"SCHANNEL_ALERT_TOKEN_ALERT_TYPE","features":[328]},{"name":"SCHANNEL_CERT_HASH","features":[328]},{"name":"SCHANNEL_CERT_HASH_STORE","features":[328]},{"name":"SCHANNEL_CLIENT_SIGNATURE","features":[328,393]},{"name":"SCHANNEL_CRED","features":[307,328,393]},{"name":"SCHANNEL_CRED_FLAGS","features":[328]},{"name":"SCHANNEL_CRED_VERSION","features":[328]},{"name":"SCHANNEL_NAME","features":[328]},{"name":"SCHANNEL_NAME_A","features":[328]},{"name":"SCHANNEL_NAME_W","features":[328]},{"name":"SCHANNEL_RENEGOTIATE","features":[328]},{"name":"SCHANNEL_SECRET_PRIVKEY","features":[328]},{"name":"SCHANNEL_SECRET_TYPE_CAPI","features":[328]},{"name":"SCHANNEL_SESSION","features":[328]},{"name":"SCHANNEL_SESSION_TOKEN","features":[328]},{"name":"SCHANNEL_SESSION_TOKEN_FLAGS","features":[328]},{"name":"SCHANNEL_SHUTDOWN","features":[328]},{"name":"SCH_ALLOW_NULL_ENCRYPTION","features":[328]},{"name":"SCH_CRED","features":[328]},{"name":"SCH_CREDENTIALS","features":[307,328,393]},{"name":"SCH_CREDENTIALS_VERSION","features":[328]},{"name":"SCH_CRED_AUTO_CRED_VALIDATION","features":[328]},{"name":"SCH_CRED_CACHE_ONLY_URL_RETRIEVAL","features":[328]},{"name":"SCH_CRED_CACHE_ONLY_URL_RETRIEVAL_ON_CREATE","features":[328]},{"name":"SCH_CRED_CERT_CONTEXT","features":[328]},{"name":"SCH_CRED_DEFERRED_CRED_VALIDATION","features":[328]},{"name":"SCH_CRED_DISABLE_RECONNECTS","features":[328]},{"name":"SCH_CRED_FORMAT_CERT_CONTEXT","features":[328]},{"name":"SCH_CRED_FORMAT_CERT_HASH","features":[328]},{"name":"SCH_CRED_FORMAT_CERT_HASH_STORE","features":[328]},{"name":"SCH_CRED_IGNORE_NO_REVOCATION_CHECK","features":[328]},{"name":"SCH_CRED_IGNORE_REVOCATION_OFFLINE","features":[328]},{"name":"SCH_CRED_MANUAL_CRED_VALIDATION","features":[328]},{"name":"SCH_CRED_MAX_STORE_NAME_SIZE","features":[328]},{"name":"SCH_CRED_MAX_SUPPORTED_ALGS","features":[328]},{"name":"SCH_CRED_MAX_SUPPORTED_ALPN_IDS","features":[328]},{"name":"SCH_CRED_MAX_SUPPORTED_CERTS","features":[328]},{"name":"SCH_CRED_MAX_SUPPORTED_CHAINING_MODES","features":[328]},{"name":"SCH_CRED_MAX_SUPPORTED_CRYPTO_SETTINGS","features":[328]},{"name":"SCH_CRED_MAX_SUPPORTED_PARAMETERS","features":[328]},{"name":"SCH_CRED_MEMORY_STORE_CERT","features":[328]},{"name":"SCH_CRED_NO_DEFAULT_CREDS","features":[328]},{"name":"SCH_CRED_NO_SERVERNAME_CHECK","features":[328]},{"name":"SCH_CRED_NO_SYSTEM_MAPPER","features":[328]},{"name":"SCH_CRED_PUBLIC_CERTCHAIN","features":[328]},{"name":"SCH_CRED_RESTRICTED_ROOTS","features":[328]},{"name":"SCH_CRED_REVOCATION_CHECK_CACHE_ONLY","features":[328]},{"name":"SCH_CRED_REVOCATION_CHECK_CHAIN","features":[328]},{"name":"SCH_CRED_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[328]},{"name":"SCH_CRED_REVOCATION_CHECK_END_CERT","features":[328]},{"name":"SCH_CRED_SECRET_CAPI","features":[328]},{"name":"SCH_CRED_SECRET_PRIVKEY","features":[328]},{"name":"SCH_CRED_SNI_CREDENTIAL","features":[328]},{"name":"SCH_CRED_SNI_ENABLE_OCSP","features":[328]},{"name":"SCH_CRED_USE_DEFAULT_CREDS","features":[328]},{"name":"SCH_CRED_V1","features":[328]},{"name":"SCH_CRED_V2","features":[328]},{"name":"SCH_CRED_V3","features":[328]},{"name":"SCH_CRED_VERSION","features":[328]},{"name":"SCH_CRED_X509_CAPI","features":[328]},{"name":"SCH_CRED_X509_CERTCHAIN","features":[328]},{"name":"SCH_DISABLE_RECONNECTS","features":[328]},{"name":"SCH_EXTENSIONS_OPTIONS_NONE","features":[328]},{"name":"SCH_EXTENSION_DATA","features":[328]},{"name":"SCH_MACHINE_CERT_HASH","features":[328]},{"name":"SCH_MAX_EXT_SUBSCRIPTIONS","features":[328]},{"name":"SCH_NO_RECORD_HEADER","features":[328]},{"name":"SCH_SEND_AUX_RECORD","features":[328]},{"name":"SCH_SEND_ROOT_CERT","features":[328]},{"name":"SCH_USE_DTLS_ONLY","features":[328]},{"name":"SCH_USE_PRESHAREDKEY_ONLY","features":[328]},{"name":"SCH_USE_STRONG_CRYPTO","features":[328]},{"name":"SECBUFFER_ALERT","features":[328]},{"name":"SECBUFFER_APPLICATION_PROTOCOLS","features":[328]},{"name":"SECBUFFER_ATTRMASK","features":[328]},{"name":"SECBUFFER_CERTIFICATE_REQUEST_CONTEXT","features":[328]},{"name":"SECBUFFER_CHANGE_PASS_RESPONSE","features":[328]},{"name":"SECBUFFER_CHANNEL_BINDINGS","features":[328]},{"name":"SECBUFFER_CHANNEL_BINDINGS_RESULT","features":[328]},{"name":"SECBUFFER_DATA","features":[328]},{"name":"SECBUFFER_DTLS_MTU","features":[328]},{"name":"SECBUFFER_EMPTY","features":[328]},{"name":"SECBUFFER_EXTRA","features":[328]},{"name":"SECBUFFER_FLAGS","features":[328]},{"name":"SECBUFFER_KERNEL_MAP","features":[328]},{"name":"SECBUFFER_MECHLIST","features":[328]},{"name":"SECBUFFER_MECHLIST_SIGNATURE","features":[328]},{"name":"SECBUFFER_MISSING","features":[328]},{"name":"SECBUFFER_NEGOTIATION_INFO","features":[328]},{"name":"SECBUFFER_PADDING","features":[328]},{"name":"SECBUFFER_PKG_PARAMS","features":[328]},{"name":"SECBUFFER_PRESHARED_KEY","features":[328]},{"name":"SECBUFFER_PRESHARED_KEY_IDENTITY","features":[328]},{"name":"SECBUFFER_READONLY","features":[328]},{"name":"SECBUFFER_READONLY_WITH_CHECKSUM","features":[328]},{"name":"SECBUFFER_RESERVED","features":[328]},{"name":"SECBUFFER_SEND_GENERIC_TLS_EXTENSION","features":[328]},{"name":"SECBUFFER_SRTP_MASTER_KEY_IDENTIFIER","features":[328]},{"name":"SECBUFFER_SRTP_PROTECTION_PROFILES","features":[328]},{"name":"SECBUFFER_STREAM","features":[328]},{"name":"SECBUFFER_STREAM_HEADER","features":[328]},{"name":"SECBUFFER_STREAM_TRAILER","features":[328]},{"name":"SECBUFFER_SUBSCRIBE_GENERIC_TLS_EXTENSION","features":[328]},{"name":"SECBUFFER_TARGET","features":[328]},{"name":"SECBUFFER_TARGET_HOST","features":[328]},{"name":"SECBUFFER_TOKEN","features":[328]},{"name":"SECBUFFER_TOKEN_BINDING","features":[328]},{"name":"SECBUFFER_TRAFFIC_SECRETS","features":[328]},{"name":"SECBUFFER_UNMAPPED","features":[328]},{"name":"SECBUFFER_VERSION","features":[328]},{"name":"SECPKGCONTEXT_CIPHERINFO_V1","features":[328]},{"name":"SECPKGCONTEXT_CONNECTION_INFO_EX_V1","features":[328]},{"name":"SECPKG_ANSI_ATTRIBUTE","features":[328]},{"name":"SECPKG_APP_MODE_INFO","features":[307,328]},{"name":"SECPKG_ATTR","features":[328]},{"name":"SECPKG_ATTR_ACCESS_TOKEN","features":[328]},{"name":"SECPKG_ATTR_APPLICATION_PROTOCOL","features":[328]},{"name":"SECPKG_ATTR_APP_DATA","features":[328]},{"name":"SECPKG_ATTR_AUTHENTICATION_ID","features":[328]},{"name":"SECPKG_ATTR_AUTHORITY","features":[328]},{"name":"SECPKG_ATTR_CC_POLICY_RESULT","features":[328]},{"name":"SECPKG_ATTR_CERT_CHECK_RESULT","features":[328]},{"name":"SECPKG_ATTR_CERT_CHECK_RESULT_INPROC","features":[328]},{"name":"SECPKG_ATTR_CERT_TRUST_STATUS","features":[328]},{"name":"SECPKG_ATTR_CIPHER_INFO","features":[328]},{"name":"SECPKG_ATTR_CIPHER_STRENGTHS","features":[328]},{"name":"SECPKG_ATTR_CLIENT_CERT_POLICY","features":[328]},{"name":"SECPKG_ATTR_CLIENT_SPECIFIED_TARGET","features":[328]},{"name":"SECPKG_ATTR_CONNECTION_INFO","features":[328]},{"name":"SECPKG_ATTR_CONNECTION_INFO_EX","features":[328]},{"name":"SECPKG_ATTR_CONTEXT_DELETED","features":[328]},{"name":"SECPKG_ATTR_CREDENTIAL_NAME","features":[328]},{"name":"SECPKG_ATTR_CREDS","features":[328]},{"name":"SECPKG_ATTR_CREDS_2","features":[328]},{"name":"SECPKG_ATTR_C_ACCESS_TOKEN","features":[328]},{"name":"SECPKG_ATTR_C_FULL_ACCESS_TOKEN","features":[328]},{"name":"SECPKG_ATTR_DCE_INFO","features":[328]},{"name":"SECPKG_ATTR_DTLS_MTU","features":[328]},{"name":"SECPKG_ATTR_EAP_KEY_BLOCK","features":[328]},{"name":"SECPKG_ATTR_EAP_PRF_INFO","features":[328]},{"name":"SECPKG_ATTR_EARLY_START","features":[328]},{"name":"SECPKG_ATTR_ENDPOINT_BINDINGS","features":[328]},{"name":"SECPKG_ATTR_FLAGS","features":[328]},{"name":"SECPKG_ATTR_ISSUER_LIST","features":[328]},{"name":"SECPKG_ATTR_ISSUER_LIST_EX","features":[328]},{"name":"SECPKG_ATTR_IS_LOOPBACK","features":[328]},{"name":"SECPKG_ATTR_KEYING_MATERIAL","features":[328]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_INFO","features":[328]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_INPROC","features":[328]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_TOKEN_BINDING","features":[328]},{"name":"SECPKG_ATTR_KEY_INFO","features":[328]},{"name":"SECPKG_ATTR_LAST_CLIENT_TOKEN_STATUS","features":[328]},{"name":"SECPKG_ATTR_LCT_STATUS","features":[328]},{"name":"SECPKG_ATTR_LIFESPAN","features":[328]},{"name":"SECPKG_ATTR_LOCAL_CERT_CONTEXT","features":[328]},{"name":"SECPKG_ATTR_LOCAL_CERT_INFO","features":[328]},{"name":"SECPKG_ATTR_LOCAL_CRED","features":[328]},{"name":"SECPKG_ATTR_LOGOFF_TIME","features":[328]},{"name":"SECPKG_ATTR_MAPPED_CRED_ATTR","features":[328]},{"name":"SECPKG_ATTR_NAMES","features":[328]},{"name":"SECPKG_ATTR_NATIVE_NAMES","features":[328]},{"name":"SECPKG_ATTR_NEGOTIATED_TLS_EXTENSIONS","features":[328]},{"name":"SECPKG_ATTR_NEGOTIATION_INFO","features":[328]},{"name":"SECPKG_ATTR_NEGOTIATION_PACKAGE","features":[328]},{"name":"SECPKG_ATTR_NEGO_INFO_FLAG_NO_KERBEROS","features":[328]},{"name":"SECPKG_ATTR_NEGO_INFO_FLAG_NO_NTLM","features":[328]},{"name":"SECPKG_ATTR_NEGO_KEYS","features":[328]},{"name":"SECPKG_ATTR_NEGO_PKG_INFO","features":[328]},{"name":"SECPKG_ATTR_NEGO_STATUS","features":[328]},{"name":"SECPKG_ATTR_PACKAGE_INFO","features":[328]},{"name":"SECPKG_ATTR_PASSWORD_EXPIRY","features":[328]},{"name":"SECPKG_ATTR_PROMPTING_NEEDED","features":[328]},{"name":"SECPKG_ATTR_PROTO_INFO","features":[328]},{"name":"SECPKG_ATTR_REMOTE_CERTIFICATES","features":[328]},{"name":"SECPKG_ATTR_REMOTE_CERT_CHAIN","features":[328]},{"name":"SECPKG_ATTR_REMOTE_CERT_CONTEXT","features":[328]},{"name":"SECPKG_ATTR_REMOTE_CRED","features":[328]},{"name":"SECPKG_ATTR_ROOT_STORE","features":[328]},{"name":"SECPKG_ATTR_SASL_CONTEXT","features":[328]},{"name":"SECPKG_ATTR_SERIALIZED_REMOTE_CERT_CONTEXT","features":[328]},{"name":"SECPKG_ATTR_SERIALIZED_REMOTE_CERT_CONTEXT_INPROC","features":[328]},{"name":"SECPKG_ATTR_SERVER_AUTH_FLAGS","features":[328]},{"name":"SECPKG_ATTR_SESSION_INFO","features":[328]},{"name":"SECPKG_ATTR_SESSION_KEY","features":[328]},{"name":"SECPKG_ATTR_SESSION_TICKET_KEYS","features":[328]},{"name":"SECPKG_ATTR_SIZES","features":[328]},{"name":"SECPKG_ATTR_SRTP_PARAMETERS","features":[328]},{"name":"SECPKG_ATTR_STREAM_SIZES","features":[328]},{"name":"SECPKG_ATTR_SUBJECT_SECURITY_ATTRIBUTES","features":[328]},{"name":"SECPKG_ATTR_SUPPORTED_ALGS","features":[328]},{"name":"SECPKG_ATTR_SUPPORTED_PROTOCOLS","features":[328]},{"name":"SECPKG_ATTR_SUPPORTED_SIGNATURES","features":[328]},{"name":"SECPKG_ATTR_TARGET","features":[328]},{"name":"SECPKG_ATTR_TARGET_INFORMATION","features":[328]},{"name":"SECPKG_ATTR_THUNK_ALL","features":[328]},{"name":"SECPKG_ATTR_TOKEN_BINDING","features":[328]},{"name":"SECPKG_ATTR_UI_INFO","features":[328]},{"name":"SECPKG_ATTR_UNIQUE_BINDINGS","features":[328]},{"name":"SECPKG_ATTR_USER_FLAGS","features":[328]},{"name":"SECPKG_ATTR_USE_NCRYPT","features":[328]},{"name":"SECPKG_ATTR_USE_VALIDATED","features":[328]},{"name":"SECPKG_BYTE_VECTOR","features":[328]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER","features":[328]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER_AUTHCAPABLE","features":[328]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER_UPNCAPABLE","features":[328]},{"name":"SECPKG_CALLFLAGS_FORCE_SUPPLIED","features":[328]},{"name":"SECPKG_CALL_ANSI","features":[328]},{"name":"SECPKG_CALL_ASYNC_UPDATE","features":[328]},{"name":"SECPKG_CALL_BUFFER_MARSHAL","features":[328]},{"name":"SECPKG_CALL_CLEANUP","features":[328]},{"name":"SECPKG_CALL_CLOUDAP_CONNECT","features":[328]},{"name":"SECPKG_CALL_INFO","features":[328]},{"name":"SECPKG_CALL_IN_PROC","features":[328]},{"name":"SECPKG_CALL_IS_TCB","features":[328]},{"name":"SECPKG_CALL_KERNEL_MODE","features":[328]},{"name":"SECPKG_CALL_NEGO","features":[328]},{"name":"SECPKG_CALL_NEGO_EXTENDER","features":[328]},{"name":"SECPKG_CALL_NETWORK_ONLY","features":[328]},{"name":"SECPKG_CALL_PACKAGE_MESSAGE_TYPE","features":[328]},{"name":"SECPKG_CALL_PACKAGE_PIN_DC_REQUEST","features":[328]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST","features":[307,328]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_CLEANUP_CREDENTIALS","features":[328]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_OPTIMISTIC_LOGON","features":[328]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_TO_SSO_SESSION","features":[328]},{"name":"SECPKG_CALL_PACKAGE_UNPIN_ALL_DCS_REQUEST","features":[328]},{"name":"SECPKG_CALL_PROCESS_TERM","features":[328]},{"name":"SECPKG_CALL_RECURSIVE","features":[328]},{"name":"SECPKG_CALL_SYSTEM_PROC","features":[328]},{"name":"SECPKG_CALL_THREAD_TERM","features":[328]},{"name":"SECPKG_CALL_UNLOCK","features":[328]},{"name":"SECPKG_CALL_URGENT","features":[328]},{"name":"SECPKG_CALL_WINLOGON","features":[328]},{"name":"SECPKG_CALL_WOWA32","features":[328]},{"name":"SECPKG_CALL_WOWCLIENT","features":[328]},{"name":"SECPKG_CALL_WOWX86","features":[328]},{"name":"SECPKG_CLIENT_INFO","features":[307,328]},{"name":"SECPKG_CLIENT_INFO_EX","features":[307,328]},{"name":"SECPKG_CLIENT_PROCESS_TERMINATED","features":[328]},{"name":"SECPKG_CLIENT_THREAD_TERMINATED","features":[328]},{"name":"SECPKG_CONTEXT_EXPORT_DELETE_OLD","features":[328]},{"name":"SECPKG_CONTEXT_EXPORT_RESET_NEW","features":[328]},{"name":"SECPKG_CONTEXT_EXPORT_TO_KERNEL","features":[328]},{"name":"SECPKG_CONTEXT_THUNKS","features":[328]},{"name":"SECPKG_CRED","features":[328]},{"name":"SECPKG_CREDENTIAL","features":[307,328]},{"name":"SECPKG_CREDENTIAL_ATTRIBUTE","features":[328]},{"name":"SECPKG_CREDENTIAL_FLAGS_CALLER_HAS_TCB","features":[328]},{"name":"SECPKG_CREDENTIAL_FLAGS_CREDMAN_CRED","features":[328]},{"name":"SECPKG_CREDENTIAL_VERSION","features":[328]},{"name":"SECPKG_CRED_ATTR_CERT","features":[328]},{"name":"SECPKG_CRED_ATTR_KDC_PROXY_SETTINGS","features":[328]},{"name":"SECPKG_CRED_ATTR_NAMES","features":[328]},{"name":"SECPKG_CRED_ATTR_PAC_BYPASS","features":[328]},{"name":"SECPKG_CRED_ATTR_SSI_PROVIDER","features":[328]},{"name":"SECPKG_CRED_AUTOLOGON_RESTRICTED","features":[328]},{"name":"SECPKG_CRED_BOTH","features":[328]},{"name":"SECPKG_CRED_CLASS","features":[328]},{"name":"SECPKG_CRED_DEFAULT","features":[328]},{"name":"SECPKG_CRED_INBOUND","features":[328]},{"name":"SECPKG_CRED_OUTBOUND","features":[328]},{"name":"SECPKG_CRED_PROCESS_POLICY_ONLY","features":[328]},{"name":"SECPKG_CRED_RESERVED","features":[328]},{"name":"SECPKG_DLL_FUNCTIONS","features":[307,328]},{"name":"SECPKG_EVENT_NOTIFY","features":[328]},{"name":"SECPKG_EVENT_PACKAGE_CHANGE","features":[328]},{"name":"SECPKG_EVENT_ROLE_CHANGE","features":[328]},{"name":"SECPKG_EXTENDED_INFORMATION","features":[328]},{"name":"SECPKG_EXTENDED_INFORMATION_CLASS","features":[328]},{"name":"SECPKG_EXTRA_OIDS","features":[328]},{"name":"SECPKG_FLAG_ACCEPT_WIN32_NAME","features":[328]},{"name":"SECPKG_FLAG_APPCONTAINER_CHECKS","features":[328]},{"name":"SECPKG_FLAG_APPCONTAINER_PASSTHROUGH","features":[328]},{"name":"SECPKG_FLAG_APPLY_LOOPBACK","features":[328]},{"name":"SECPKG_FLAG_ASCII_BUFFERS","features":[328]},{"name":"SECPKG_FLAG_CLIENT_ONLY","features":[328]},{"name":"SECPKG_FLAG_CONNECTION","features":[328]},{"name":"SECPKG_FLAG_CREDENTIAL_ISOLATION_ENABLED","features":[328]},{"name":"SECPKG_FLAG_DATAGRAM","features":[328]},{"name":"SECPKG_FLAG_DELEGATION","features":[328]},{"name":"SECPKG_FLAG_EXTENDED_ERROR","features":[328]},{"name":"SECPKG_FLAG_FRAGMENT","features":[328]},{"name":"SECPKG_FLAG_GSS_COMPATIBLE","features":[328]},{"name":"SECPKG_FLAG_IMPERSONATION","features":[328]},{"name":"SECPKG_FLAG_INTEGRITY","features":[328]},{"name":"SECPKG_FLAG_LOGON","features":[328]},{"name":"SECPKG_FLAG_MULTI_REQUIRED","features":[328]},{"name":"SECPKG_FLAG_MUTUAL_AUTH","features":[328]},{"name":"SECPKG_FLAG_NEGOTIABLE","features":[328]},{"name":"SECPKG_FLAG_NEGOTIABLE2","features":[328]},{"name":"SECPKG_FLAG_NEGO_EXTENDER","features":[328]},{"name":"SECPKG_FLAG_PRIVACY","features":[328]},{"name":"SECPKG_FLAG_READONLY_WITH_CHECKSUM","features":[328]},{"name":"SECPKG_FLAG_RESTRICTED_TOKENS","features":[328]},{"name":"SECPKG_FLAG_STREAM","features":[328]},{"name":"SECPKG_FLAG_TOKEN_ONLY","features":[328]},{"name":"SECPKG_FUNCTION_TABLE","features":[307,328,481,342]},{"name":"SECPKG_GSS_INFO","features":[328]},{"name":"SECPKG_ID_NONE","features":[328]},{"name":"SECPKG_INTERFACE_VERSION","features":[328]},{"name":"SECPKG_INTERFACE_VERSION_10","features":[328]},{"name":"SECPKG_INTERFACE_VERSION_11","features":[328]},{"name":"SECPKG_INTERFACE_VERSION_2","features":[328]},{"name":"SECPKG_INTERFACE_VERSION_3","features":[328]},{"name":"SECPKG_INTERFACE_VERSION_4","features":[328]},{"name":"SECPKG_INTERFACE_VERSION_5","features":[328]},{"name":"SECPKG_INTERFACE_VERSION_6","features":[328]},{"name":"SECPKG_INTERFACE_VERSION_7","features":[328]},{"name":"SECPKG_INTERFACE_VERSION_8","features":[328]},{"name":"SECPKG_INTERFACE_VERSION_9","features":[328]},{"name":"SECPKG_KERNEL_FUNCTIONS","features":[307,328,313]},{"name":"SECPKG_KERNEL_FUNCTION_TABLE","features":[307,328,313]},{"name":"SECPKG_LSAMODEINIT_NAME","features":[328]},{"name":"SECPKG_MAX_OID_LENGTH","features":[328]},{"name":"SECPKG_MSVAV_FLAGS_VALID","features":[328]},{"name":"SECPKG_MSVAV_TIMESTAMP_VALID","features":[328]},{"name":"SECPKG_MUTUAL_AUTH_LEVEL","features":[328]},{"name":"SECPKG_NAME_TYPE","features":[328]},{"name":"SECPKG_NEGO2_INFO","features":[328]},{"name":"SECPKG_NEGOTIATION_COMPLETE","features":[328]},{"name":"SECPKG_NEGOTIATION_DIRECT","features":[328]},{"name":"SECPKG_NEGOTIATION_IN_PROGRESS","features":[328]},{"name":"SECPKG_NEGOTIATION_OPTIMISTIC","features":[328]},{"name":"SECPKG_NEGOTIATION_TRY_MULTICRED","features":[328]},{"name":"SECPKG_NTLM_TARGETINFO","features":[307,328]},{"name":"SECPKG_OPTIONS_PERMANENT","features":[328]},{"name":"SECPKG_OPTIONS_TYPE_LSA","features":[328]},{"name":"SECPKG_OPTIONS_TYPE_SSPI","features":[328]},{"name":"SECPKG_OPTIONS_TYPE_UNKNOWN","features":[328]},{"name":"SECPKG_PACKAGE_CHANGE_LOAD","features":[328]},{"name":"SECPKG_PACKAGE_CHANGE_SELECT","features":[328]},{"name":"SECPKG_PACKAGE_CHANGE_TYPE","features":[328]},{"name":"SECPKG_PACKAGE_CHANGE_UNLOAD","features":[328]},{"name":"SECPKG_PARAMETERS","features":[328]},{"name":"SECPKG_POST_LOGON_USER_INFO","features":[307,328]},{"name":"SECPKG_PRIMARY_CRED","features":[307,328]},{"name":"SECPKG_PRIMARY_CRED_EX","features":[307,328]},{"name":"SECPKG_PRIMARY_CRED_EX_FLAGS_EX_DELEGATION_TOKEN","features":[328]},{"name":"SECPKG_REDIRECTED_LOGON_BUFFER","features":[307,328]},{"name":"SECPKG_REDIRECTED_LOGON_GUID_INITIALIZER","features":[328]},{"name":"SECPKG_SERIALIZED_OID","features":[328]},{"name":"SECPKG_SESSIONINFO_TYPE","features":[328]},{"name":"SECPKG_SHORT_VECTOR","features":[328]},{"name":"SECPKG_STATE_CRED_ISOLATION_ENABLED","features":[328]},{"name":"SECPKG_STATE_DOMAIN_CONTROLLER","features":[328]},{"name":"SECPKG_STATE_ENCRYPTION_PERMITTED","features":[328]},{"name":"SECPKG_STATE_RESERVED_1","features":[328]},{"name":"SECPKG_STATE_STANDALONE","features":[328]},{"name":"SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED","features":[328]},{"name":"SECPKG_STATE_WORKSTATION","features":[328]},{"name":"SECPKG_SUPPLEMENTAL_CRED","features":[328]},{"name":"SECPKG_SUPPLEMENTAL_CRED_ARRAY","features":[328]},{"name":"SECPKG_SUPPLIED_CREDENTIAL","features":[328]},{"name":"SECPKG_SURROGATE_LOGON","features":[307,328]},{"name":"SECPKG_SURROGATE_LOGON_ENTRY","features":[328]},{"name":"SECPKG_SURROGATE_LOGON_VERSION_1","features":[328]},{"name":"SECPKG_TARGETINFO","features":[328]},{"name":"SECPKG_UNICODE_ATTRIBUTE","features":[328]},{"name":"SECPKG_USERMODEINIT_NAME","features":[328]},{"name":"SECPKG_USER_FUNCTION_TABLE","features":[307,328]},{"name":"SECPKG_WOW_CLIENT_DLL","features":[328]},{"name":"SECQOP_WRAP_NO_ENCRYPT","features":[328]},{"name":"SECQOP_WRAP_OOB_DATA","features":[328]},{"name":"SECRET_QUERY_VALUE","features":[328]},{"name":"SECRET_SET_VALUE","features":[328]},{"name":"SECURITY_ENTRYPOINT","features":[328]},{"name":"SECURITY_ENTRYPOINT16","features":[328]},{"name":"SECURITY_ENTRYPOINT_ANSI","features":[328]},{"name":"SECURITY_ENTRYPOINT_ANSIA","features":[328]},{"name":"SECURITY_ENTRYPOINT_ANSIW","features":[328]},{"name":"SECURITY_LOGON_SESSION_DATA","features":[307,328]},{"name":"SECURITY_LOGON_TYPE","features":[328]},{"name":"SECURITY_NATIVE_DREP","features":[328]},{"name":"SECURITY_NETWORK_DREP","features":[328]},{"name":"SECURITY_PACKAGE_OPTIONS","features":[328]},{"name":"SECURITY_PACKAGE_OPTIONS_TYPE","features":[328]},{"name":"SECURITY_STRING","features":[328]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION","features":[328]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_2","features":[328]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_3","features":[328]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_4","features":[328]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_5","features":[328]},{"name":"SECURITY_USER_DATA","features":[328]},{"name":"SEC_APPLICATION_PROTOCOLS","features":[328]},{"name":"SEC_APPLICATION_PROTOCOL_LIST","features":[328]},{"name":"SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT","features":[328]},{"name":"SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS","features":[328]},{"name":"SEC_CERTIFICATE_REQUEST_CONTEXT","features":[328]},{"name":"SEC_CHANNEL_BINDINGS","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_AUDIT_BINDINGS","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_EX","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_RESULT","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_ABSENT","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_CLIENT_SUPPORT","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_NOTVALID_MISMATCH","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_NOTVALID_MISSING","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_MATCHED","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_MISSING","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_PROXY","features":[328]},{"name":"SEC_CHANNEL_BINDINGS_VALID_FLAGS","features":[328]},{"name":"SEC_DTLS_MTU","features":[328]},{"name":"SEC_FLAGS","features":[328]},{"name":"SEC_GET_KEY_FN","features":[328]},{"name":"SEC_NEGOTIATION_INFO","features":[328]},{"name":"SEC_PRESHAREDKEY","features":[328]},{"name":"SEC_PRESHAREDKEY_IDENTITY","features":[328]},{"name":"SEC_SRTP_MASTER_KEY_IDENTIFIER","features":[328]},{"name":"SEC_SRTP_PROTECTION_PROFILES","features":[328]},{"name":"SEC_TOKEN_BINDING","features":[328]},{"name":"SEC_TRAFFIC_SECRETS","features":[328]},{"name":"SEC_TRAFFIC_SECRET_TYPE","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY32","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_FOR_SYSTEM","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_SAME_LOGON","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_SAME_PROCESS","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_EX2","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_EX32","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_EXA","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_EXW","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_ID_PROVIDER","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_NULL_DOMAIN","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_NULL_USER","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_PROCESS_ENCRYPTED","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_RESERVED","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_CREDPROV_DO_NOT_LOAD","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_CREDPROV_DO_NOT_SAVE","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_NO_CHECKBOX","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_SAVE_CRED_BY_CALLER","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_SAVE_CRED_CHECKED","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_USE_MASK","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SYSTEM_ENCRYPTED","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SYSTEM_PROTECTED","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_USER_PROTECTED","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_INFO","features":[328,324]},{"name":"SEC_WINNT_AUTH_IDENTITY_MARSHALLED","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_ONLY","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_VERSION","features":[328]},{"name":"SEC_WINNT_AUTH_IDENTITY_VERSION_2","features":[328]},{"name":"SEND_GENERIC_TLS_EXTENSION","features":[328]},{"name":"SESSION_TICKET_INFO_V0","features":[328]},{"name":"SESSION_TICKET_INFO_VERSION","features":[328]},{"name":"SET_CONTEXT_ATTRIBUTES_FN_A","features":[328,481]},{"name":"SET_CONTEXT_ATTRIBUTES_FN_W","features":[328,481]},{"name":"SET_CREDENTIALS_ATTRIBUTES_FN_A","features":[328,481]},{"name":"SET_CREDENTIALS_ATTRIBUTES_FN_W","features":[328,481]},{"name":"SE_ADT_ACCESS_REASON","features":[328]},{"name":"SE_ADT_CLAIMS","features":[328]},{"name":"SE_ADT_OBJECT_ONLY","features":[328]},{"name":"SE_ADT_OBJECT_TYPE","features":[328]},{"name":"SE_ADT_PARAMETERS_SELF_RELATIVE","features":[328]},{"name":"SE_ADT_PARAMETERS_SEND_TO_LSA","features":[328]},{"name":"SE_ADT_PARAMETER_ARRAY","features":[328]},{"name":"SE_ADT_PARAMETER_ARRAY_ENTRY","features":[328]},{"name":"SE_ADT_PARAMETER_ARRAY_EX","features":[328]},{"name":"SE_ADT_PARAMETER_EXTENSIBLE_AUDIT","features":[328]},{"name":"SE_ADT_PARAMETER_GENERIC_AUDIT","features":[328]},{"name":"SE_ADT_PARAMETER_TYPE","features":[328]},{"name":"SE_ADT_PARAMETER_WRITE_SYNCHRONOUS","features":[328]},{"name":"SE_ADT_POLICY_AUDIT_EVENT_TYPE_EX_BEGIN","features":[328]},{"name":"SE_BATCH_LOGON_NAME","features":[328]},{"name":"SE_DENY_BATCH_LOGON_NAME","features":[328]},{"name":"SE_DENY_INTERACTIVE_LOGON_NAME","features":[328]},{"name":"SE_DENY_NETWORK_LOGON_NAME","features":[328]},{"name":"SE_DENY_REMOTE_INTERACTIVE_LOGON_NAME","features":[328]},{"name":"SE_DENY_SERVICE_LOGON_NAME","features":[328]},{"name":"SE_INTERACTIVE_LOGON_NAME","features":[328]},{"name":"SE_MAX_AUDIT_PARAMETERS","features":[328]},{"name":"SE_MAX_GENERIC_AUDIT_PARAMETERS","features":[328]},{"name":"SE_NETWORK_LOGON_NAME","features":[328]},{"name":"SE_REMOTE_INTERACTIVE_LOGON_NAME","features":[328]},{"name":"SE_SERVICE_LOGON_NAME","features":[328]},{"name":"SLAcquireGenuineTicket","features":[328]},{"name":"SLActivateProduct","features":[328]},{"name":"SLClose","features":[328]},{"name":"SLConsumeRight","features":[328]},{"name":"SLDATATYPE","features":[328]},{"name":"SLDepositOfflineConfirmationId","features":[328]},{"name":"SLDepositOfflineConfirmationIdEx","features":[328]},{"name":"SLFireEvent","features":[328]},{"name":"SLGenerateOfflineInstallationId","features":[328]},{"name":"SLGenerateOfflineInstallationIdEx","features":[328]},{"name":"SLGetApplicationInformation","features":[328]},{"name":"SLGetGenuineInformation","features":[328]},{"name":"SLGetInstalledProductKeyIds","features":[328]},{"name":"SLGetLicense","features":[328]},{"name":"SLGetLicenseFileId","features":[328]},{"name":"SLGetLicenseInformation","features":[328]},{"name":"SLGetLicensingStatusInformation","features":[328]},{"name":"SLGetPKeyId","features":[328]},{"name":"SLGetPKeyInformation","features":[328]},{"name":"SLGetPolicyInformation","features":[328]},{"name":"SLGetPolicyInformationDWORD","features":[328]},{"name":"SLGetProductSkuInformation","features":[328]},{"name":"SLGetReferralInformation","features":[328]},{"name":"SLGetSLIDList","features":[328]},{"name":"SLGetServerStatus","features":[328]},{"name":"SLGetServiceInformation","features":[328]},{"name":"SLGetWindowsInformation","features":[328]},{"name":"SLGetWindowsInformationDWORD","features":[328]},{"name":"SLIDTYPE","features":[328]},{"name":"SLInstallLicense","features":[328]},{"name":"SLInstallProofOfPurchase","features":[328]},{"name":"SLIsGenuineLocal","features":[328]},{"name":"SLLICENSINGSTATUS","features":[328]},{"name":"SLOpen","features":[328]},{"name":"SLQueryLicenseValueFromApp","features":[328]},{"name":"SLREFERRALTYPE","features":[328]},{"name":"SLRegisterEvent","features":[307,328]},{"name":"SLSetCurrentProductKey","features":[328]},{"name":"SLSetGenuineInformation","features":[328]},{"name":"SLUninstallLicense","features":[328]},{"name":"SLUninstallProofOfPurchase","features":[328]},{"name":"SLUnregisterEvent","features":[307,328]},{"name":"SL_ACTIVATION_INFO_HEADER","features":[328]},{"name":"SL_ACTIVATION_TYPE","features":[328]},{"name":"SL_ACTIVATION_TYPE_ACTIVE_DIRECTORY","features":[328]},{"name":"SL_ACTIVATION_TYPE_DEFAULT","features":[328]},{"name":"SL_AD_ACTIVATION_INFO","features":[328]},{"name":"SL_CLIENTAPI_ZONE","features":[328]},{"name":"SL_DATA_BINARY","features":[328]},{"name":"SL_DATA_DWORD","features":[328]},{"name":"SL_DATA_MULTI_SZ","features":[328]},{"name":"SL_DATA_NONE","features":[328]},{"name":"SL_DATA_SUM","features":[328]},{"name":"SL_DATA_SZ","features":[328]},{"name":"SL_DEFAULT_MIGRATION_ENCRYPTOR_URI","features":[328]},{"name":"SL_EVENT_LICENSING_STATE_CHANGED","features":[328]},{"name":"SL_EVENT_POLICY_CHANGED","features":[328]},{"name":"SL_EVENT_USER_NOTIFICATION","features":[328]},{"name":"SL_E_ACTIVATION_IN_PROGRESS","features":[328]},{"name":"SL_E_APPLICATION_POLICIES_MISSING","features":[328]},{"name":"SL_E_APPLICATION_POLICIES_NOT_LOADED","features":[328]},{"name":"SL_E_AUTHN_CANT_VERIFY","features":[328]},{"name":"SL_E_AUTHN_CHALLENGE_NOT_SET","features":[328]},{"name":"SL_E_AUTHN_MISMATCHED_KEY","features":[328]},{"name":"SL_E_AUTHN_WRONG_VERSION","features":[328]},{"name":"SL_E_BASE_SKU_NOT_AVAILABLE","features":[328]},{"name":"SL_E_BIOS_KEY","features":[328]},{"name":"SL_E_BLOCKED_PRODUCT_KEY","features":[328]},{"name":"SL_E_CHPA_ACTCONFIG_ID_NOT_FOUND","features":[328]},{"name":"SL_E_CHPA_BINDING_MAPPING_NOT_FOUND","features":[328]},{"name":"SL_E_CHPA_BINDING_NOT_FOUND","features":[328]},{"name":"SL_E_CHPA_BUSINESS_RULE_INPUT_NOT_FOUND","features":[328]},{"name":"SL_E_CHPA_DATABASE_ERROR","features":[328]},{"name":"SL_E_CHPA_DIGITALMARKER_BINDING_NOT_CONFIGURED","features":[328]},{"name":"SL_E_CHPA_DIGITALMARKER_INVALID_BINDING","features":[328]},{"name":"SL_E_CHPA_DMAK_EXTENSION_LIMIT_EXCEEDED","features":[328]},{"name":"SL_E_CHPA_DMAK_LIMIT_EXCEEDED","features":[328]},{"name":"SL_E_CHPA_DYNAMICALLY_BLOCKED_PRODUCT_KEY","features":[328]},{"name":"SL_E_CHPA_FAILED_TO_DELETE_PRODUCTKEY_BINDING","features":[328]},{"name":"SL_E_CHPA_FAILED_TO_DELETE_PRODUCT_KEY_PROPERTY","features":[328]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCTKEY_BINDING","features":[328]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCT_KEY_PROPERTY","features":[328]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCT_KEY_RECORD","features":[328]},{"name":"SL_E_CHPA_FAILED_TO_PROCESS_PRODUCT_KEY_BINDINGS_XML","features":[328]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCTKEY_BINDING","features":[328]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCT_KEY_PROPERTY","features":[328]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCT_KEY_RECORD","features":[328]},{"name":"SL_E_CHPA_GENERAL_ERROR","features":[328]},{"name":"SL_E_CHPA_INVALID_ACTCONFIG_ID","features":[328]},{"name":"SL_E_CHPA_INVALID_ARGUMENT","features":[328]},{"name":"SL_E_CHPA_INVALID_BINDING","features":[328]},{"name":"SL_E_CHPA_INVALID_BINDING_URI","features":[328]},{"name":"SL_E_CHPA_INVALID_PRODUCT_DATA","features":[328]},{"name":"SL_E_CHPA_INVALID_PRODUCT_DATA_ID","features":[328]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY","features":[328]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_CHAR","features":[328]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_FORMAT","features":[328]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_LENGTH","features":[328]},{"name":"SL_E_CHPA_MAXIMUM_UNLOCK_EXCEEDED","features":[328]},{"name":"SL_E_CHPA_MSCH_RESPONSE_NOT_AVAILABLE_VGA","features":[328]},{"name":"SL_E_CHPA_NETWORK_ERROR","features":[328]},{"name":"SL_E_CHPA_NO_RULES_TO_ACTIVATE","features":[328]},{"name":"SL_E_CHPA_NULL_VALUE_FOR_PROPERTY_NAME_OR_ID","features":[328]},{"name":"SL_E_CHPA_OEM_SLP_COA0","features":[328]},{"name":"SL_E_CHPA_OVERRIDE_REQUEST_NOT_FOUND","features":[328]},{"name":"SL_E_CHPA_PRODUCT_KEY_BEING_USED","features":[328]},{"name":"SL_E_CHPA_PRODUCT_KEY_BLOCKED","features":[328]},{"name":"SL_E_CHPA_PRODUCT_KEY_BLOCKED_IPLOCATION","features":[328]},{"name":"SL_E_CHPA_PRODUCT_KEY_OUT_OF_RANGE","features":[328]},{"name":"SL_E_CHPA_REISSUANCE_LIMIT_NOT_FOUND","features":[328]},{"name":"SL_E_CHPA_RESPONSE_NOT_AVAILABLE","features":[328]},{"name":"SL_E_CHPA_SYSTEM_ERROR","features":[328]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_AFTER_END_DATE","features":[328]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_BEFORE_START_DATE","features":[328]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_NOT_AVAILABLE","features":[328]},{"name":"SL_E_CHPA_TIMEBASED_PRODUCT_KEY_NOT_CONFIGURED","features":[328]},{"name":"SL_E_CHPA_UNKNOWN_PRODUCT_KEY_TYPE","features":[328]},{"name":"SL_E_CHPA_UNKNOWN_PROPERTY_ID","features":[328]},{"name":"SL_E_CHPA_UNKNOWN_PROPERTY_NAME","features":[328]},{"name":"SL_E_CHPA_UNSUPPORTED_PRODUCT_KEY","features":[328]},{"name":"SL_E_CIDIID_INVALID_CHECK_DIGITS","features":[328]},{"name":"SL_E_CIDIID_INVALID_DATA","features":[328]},{"name":"SL_E_CIDIID_INVALID_DATA_LENGTH","features":[328]},{"name":"SL_E_CIDIID_INVALID_VERSION","features":[328]},{"name":"SL_E_CIDIID_MISMATCHED","features":[328]},{"name":"SL_E_CIDIID_MISMATCHED_PKEY","features":[328]},{"name":"SL_E_CIDIID_NOT_BOUND","features":[328]},{"name":"SL_E_CIDIID_NOT_DEPOSITED","features":[328]},{"name":"SL_E_CIDIID_VERSION_NOT_SUPPORTED","features":[328]},{"name":"SL_E_DATATYPE_MISMATCHED","features":[328]},{"name":"SL_E_DECRYPTION_LICENSES_NOT_AVAILABLE","features":[328]},{"name":"SL_E_DEPENDENT_PROPERTY_NOT_SET","features":[328]},{"name":"SL_E_DOWNLEVEL_SETUP_KEY","features":[328]},{"name":"SL_E_DUPLICATE_POLICY","features":[328]},{"name":"SL_E_EDITION_MISMATCHED","features":[328]},{"name":"SL_E_ENGINE_DETECTED_EXPLOIT","features":[328]},{"name":"SL_E_EUL_CONSUMPTION_FAILED","features":[328]},{"name":"SL_E_EUL_NOT_AVAILABLE","features":[328]},{"name":"SL_E_EVALUATION_FAILED","features":[328]},{"name":"SL_E_EVENT_ALREADY_REGISTERED","features":[328]},{"name":"SL_E_EVENT_NOT_REGISTERED","features":[328]},{"name":"SL_E_EXTERNAL_SIGNATURE_NOT_FOUND","features":[328]},{"name":"SL_E_GRACE_TIME_EXPIRED","features":[328]},{"name":"SL_E_HEALTH_CHECK_FAILED_MUI_FILES","features":[328]},{"name":"SL_E_HEALTH_CHECK_FAILED_NEUTRAL_FILES","features":[328]},{"name":"SL_E_HWID_CHANGED","features":[328]},{"name":"SL_E_HWID_ERROR","features":[328]},{"name":"SL_E_IA_ID_MISMATCH","features":[328]},{"name":"SL_E_IA_INVALID_VIRTUALIZATION_PLATFORM","features":[328]},{"name":"SL_E_IA_MACHINE_NOT_BOUND","features":[328]},{"name":"SL_E_IA_PARENT_PARTITION_NOT_ACTIVATED","features":[328]},{"name":"SL_E_IA_THROTTLE_LIMIT_EXCEEDED","features":[328]},{"name":"SL_E_INTERNAL_ERROR","features":[328]},{"name":"SL_E_INVALID_AD_DATA","features":[328]},{"name":"SL_E_INVALID_BINDING_BLOB","features":[328]},{"name":"SL_E_INVALID_CLIENT_TOKEN","features":[328]},{"name":"SL_E_INVALID_CONTEXT","features":[328]},{"name":"SL_E_INVALID_CONTEXT_DATA","features":[328]},{"name":"SL_E_INVALID_EVENT_ID","features":[328]},{"name":"SL_E_INVALID_FILE_HASH","features":[328]},{"name":"SL_E_INVALID_GUID","features":[328]},{"name":"SL_E_INVALID_HASH","features":[328]},{"name":"SL_E_INVALID_LICENSE","features":[328]},{"name":"SL_E_INVALID_LICENSE_STATE","features":[328]},{"name":"SL_E_INVALID_LICENSE_STATE_BREACH_GRACE","features":[328]},{"name":"SL_E_INVALID_LICENSE_STATE_BREACH_GRACE_EXPIRED","features":[328]},{"name":"SL_E_INVALID_OEM_OR_VOLUME_BINDING_DATA","features":[328]},{"name":"SL_E_INVALID_OFFLINE_BLOB","features":[328]},{"name":"SL_E_INVALID_OSVERSION_TEMPLATEID","features":[328]},{"name":"SL_E_INVALID_OS_FOR_PRODUCT_KEY","features":[328]},{"name":"SL_E_INVALID_PACKAGE","features":[328]},{"name":"SL_E_INVALID_PACKAGE_VERSION","features":[328]},{"name":"SL_E_INVALID_PKEY","features":[328]},{"name":"SL_E_INVALID_PRODUCT_KEY","features":[328]},{"name":"SL_E_INVALID_PRODUCT_KEY_TYPE","features":[328]},{"name":"SL_E_INVALID_RSDP_COUNT","features":[328]},{"name":"SL_E_INVALID_RULESET_RULE","features":[328]},{"name":"SL_E_INVALID_RUNNING_MODE","features":[328]},{"name":"SL_E_INVALID_TEMPLATE_ID","features":[328]},{"name":"SL_E_INVALID_TOKEN_DATA","features":[328]},{"name":"SL_E_INVALID_USE_OF_ADD_ON_PKEY","features":[328]},{"name":"SL_E_INVALID_XML_BLOB","features":[328]},{"name":"SL_E_IP_LOCATION_FALIED","features":[328]},{"name":"SL_E_ISSUANCE_LICENSE_NOT_INSTALLED","features":[328]},{"name":"SL_E_LICENSE_AUTHORIZATION_FAILED","features":[328]},{"name":"SL_E_LICENSE_DECRYPTION_FAILED","features":[328]},{"name":"SL_E_LICENSE_FILE_NOT_INSTALLED","features":[328]},{"name":"SL_E_LICENSE_INVALID_ADDON_INFO","features":[328]},{"name":"SL_E_LICENSE_MANAGEMENT_DATA_DUPLICATED","features":[328]},{"name":"SL_E_LICENSE_MANAGEMENT_DATA_NOT_FOUND","features":[328]},{"name":"SL_E_LICENSE_NOT_BOUND","features":[328]},{"name":"SL_E_LICENSE_SERVER_URL_NOT_FOUND","features":[328]},{"name":"SL_E_LICENSE_SIGNATURE_VERIFICATION_FAILED","features":[328]},{"name":"SL_E_LUA_ACCESSDENIED","features":[328]},{"name":"SL_E_MISMATCHED_APPID","features":[328]},{"name":"SL_E_MISMATCHED_KEY_TYPES","features":[328]},{"name":"SL_E_MISMATCHED_PID","features":[328]},{"name":"SL_E_MISMATCHED_PKEY_RANGE","features":[328]},{"name":"SL_E_MISMATCHED_PRODUCT_SKU","features":[328]},{"name":"SL_E_MISMATCHED_SECURITY_PROCESSOR","features":[328]},{"name":"SL_E_MISSING_OVERRIDE_ONLY_ATTRIBUTE","features":[328]},{"name":"SL_E_NONGENUINE_GRACE_TIME_EXPIRED","features":[328]},{"name":"SL_E_NONGENUINE_GRACE_TIME_EXPIRED_2","features":[328]},{"name":"SL_E_NON_GENUINE_STATUS_LAST","features":[328]},{"name":"SL_E_NOTIFICATION_BREACH_DETECTED","features":[328]},{"name":"SL_E_NOTIFICATION_GRACE_EXPIRED","features":[328]},{"name":"SL_E_NOTIFICATION_OTHER_REASONS","features":[328]},{"name":"SL_E_NOT_ACTIVATED","features":[328]},{"name":"SL_E_NOT_EVALUATED","features":[328]},{"name":"SL_E_NOT_GENUINE","features":[328]},{"name":"SL_E_NOT_SUPPORTED","features":[328]},{"name":"SL_E_NO_PID_CONFIG_DATA","features":[328]},{"name":"SL_E_NO_PRODUCT_KEY_FOUND","features":[328]},{"name":"SL_E_OEM_KEY_EDITION_MISMATCH","features":[328]},{"name":"SL_E_OFFLINE_GENUINE_BLOB_NOT_FOUND","features":[328]},{"name":"SL_E_OFFLINE_GENUINE_BLOB_REVOKED","features":[328]},{"name":"SL_E_OFFLINE_VALIDATION_BLOB_PARAM_NOT_FOUND","features":[328]},{"name":"SL_E_OPERATION_NOT_ALLOWED","features":[328]},{"name":"SL_E_OUT_OF_TOLERANCE","features":[328]},{"name":"SL_E_PKEY_INTERNAL_ERROR","features":[328]},{"name":"SL_E_PKEY_INVALID_ALGORITHM","features":[328]},{"name":"SL_E_PKEY_INVALID_CONFIG","features":[328]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE1","features":[328]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE2","features":[328]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE3","features":[328]},{"name":"SL_E_PKEY_INVALID_UNIQUEID","features":[328]},{"name":"SL_E_PKEY_INVALID_UPGRADE","features":[328]},{"name":"SL_E_PKEY_NOT_INSTALLED","features":[328]},{"name":"SL_E_PLUGIN_INVALID_MANIFEST","features":[328]},{"name":"SL_E_PLUGIN_NOT_REGISTERED","features":[328]},{"name":"SL_E_POLICY_CACHE_INVALID","features":[328]},{"name":"SL_E_POLICY_OTHERINFO_MISMATCH","features":[328]},{"name":"SL_E_PRODUCT_KEY_INSTALLATION_NOT_ALLOWED","features":[328]},{"name":"SL_E_PRODUCT_SKU_NOT_INSTALLED","features":[328]},{"name":"SL_E_PRODUCT_UNIQUENESS_GROUP_ID_INVALID","features":[328]},{"name":"SL_E_PROXY_KEY_NOT_FOUND","features":[328]},{"name":"SL_E_PROXY_POLICY_NOT_UPDATED","features":[328]},{"name":"SL_E_PUBLISHING_LICENSE_NOT_INSTALLED","features":[328]},{"name":"SL_E_RAC_NOT_AVAILABLE","features":[328]},{"name":"SL_E_RIGHT_NOT_CONSUMED","features":[328]},{"name":"SL_E_RIGHT_NOT_GRANTED","features":[328]},{"name":"SL_E_SECURE_STORE_ID_MISMATCH","features":[328]},{"name":"SL_E_SERVICE_RUNNING","features":[328]},{"name":"SL_E_SERVICE_STOPPING","features":[328]},{"name":"SL_E_SFS_BAD_TOKEN_EXT","features":[328]},{"name":"SL_E_SFS_BAD_TOKEN_NAME","features":[328]},{"name":"SL_E_SFS_DUPLICATE_TOKEN_NAME","features":[328]},{"name":"SL_E_SFS_FILE_READ_ERROR","features":[328]},{"name":"SL_E_SFS_FILE_WRITE_ERROR","features":[328]},{"name":"SL_E_SFS_INVALID_FD_TABLE","features":[328]},{"name":"SL_E_SFS_INVALID_FILE_POSITION","features":[328]},{"name":"SL_E_SFS_INVALID_FS_HEADER","features":[328]},{"name":"SL_E_SFS_INVALID_FS_VERSION","features":[328]},{"name":"SL_E_SFS_INVALID_SYNC","features":[328]},{"name":"SL_E_SFS_INVALID_TOKEN_DATA_HASH","features":[328]},{"name":"SL_E_SFS_INVALID_TOKEN_DESCRIPTOR","features":[328]},{"name":"SL_E_SFS_NO_ACTIVE_TRANSACTION","features":[328]},{"name":"SL_E_SFS_TOKEN_SIZE_MISMATCH","features":[328]},{"name":"SL_E_SLP_BAD_FORMAT","features":[328]},{"name":"SL_E_SLP_INVALID_MARKER_VERSION","features":[328]},{"name":"SL_E_SLP_MISSING_ACPI_SLIC","features":[328]},{"name":"SL_E_SLP_MISSING_SLP_MARKER","features":[328]},{"name":"SL_E_SLP_NOT_SIGNED","features":[328]},{"name":"SL_E_SLP_OEM_CERT_MISSING","features":[328]},{"name":"SL_E_SOFTMOD_EXPLOIT_DETECTED","features":[328]},{"name":"SL_E_SPC_NOT_AVAILABLE","features":[328]},{"name":"SL_E_SRV_AUTHORIZATION_FAILED","features":[328]},{"name":"SL_E_SRV_BUSINESS_TOKEN_ENTRY_NOT_FOUND","features":[328]},{"name":"SL_E_SRV_CLIENT_CLOCK_OUT_OF_SYNC","features":[328]},{"name":"SL_E_SRV_GENERAL_ERROR","features":[328]},{"name":"SL_E_SRV_INVALID_BINDING","features":[328]},{"name":"SL_E_SRV_INVALID_LICENSE_STRUCTURE","features":[328]},{"name":"SL_E_SRV_INVALID_PAYLOAD","features":[328]},{"name":"SL_E_SRV_INVALID_PRODUCT_KEY_LICENSE","features":[328]},{"name":"SL_E_SRV_INVALID_PUBLISH_LICENSE","features":[328]},{"name":"SL_E_SRV_INVALID_RIGHTS_ACCOUNT_LICENSE","features":[328]},{"name":"SL_E_SRV_INVALID_SECURITY_PROCESSOR_LICENSE","features":[328]},{"name":"SL_E_SRV_SERVER_PONG","features":[328]},{"name":"SL_E_STORE_UPGRADE_TOKEN_NOT_AUTHORIZED","features":[328]},{"name":"SL_E_STORE_UPGRADE_TOKEN_NOT_PRS_SIGNED","features":[328]},{"name":"SL_E_STORE_UPGRADE_TOKEN_REQUIRED","features":[328]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_EDITION","features":[328]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_PID","features":[328]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_VERSION","features":[328]},{"name":"SL_E_TAMPER_DETECTED","features":[328]},{"name":"SL_E_TAMPER_RECOVERY_REQUIRES_ACTIVATION","features":[328]},{"name":"SL_E_TKA_CERT_CNG_NOT_AVAILABLE","features":[328]},{"name":"SL_E_TKA_CERT_NOT_FOUND","features":[328]},{"name":"SL_E_TKA_CHALLENGE_EXPIRED","features":[328]},{"name":"SL_E_TKA_CHALLENGE_MISMATCH","features":[328]},{"name":"SL_E_TKA_CRITERIA_MISMATCH","features":[328]},{"name":"SL_E_TKA_FAILED_GRANT_PARSING","features":[328]},{"name":"SL_E_TKA_GRANT_NOT_FOUND","features":[328]},{"name":"SL_E_TKA_INVALID_BLOB","features":[328]},{"name":"SL_E_TKA_INVALID_CERTIFICATE","features":[328]},{"name":"SL_E_TKA_INVALID_CERT_CHAIN","features":[328]},{"name":"SL_E_TKA_INVALID_SKU_ID","features":[328]},{"name":"SL_E_TKA_INVALID_SMARTCARD","features":[328]},{"name":"SL_E_TKA_INVALID_THUMBPRINT","features":[328]},{"name":"SL_E_TKA_SILENT_ACTIVATION_FAILURE","features":[328]},{"name":"SL_E_TKA_SOFT_CERT_DISALLOWED","features":[328]},{"name":"SL_E_TKA_SOFT_CERT_INVALID","features":[328]},{"name":"SL_E_TKA_TAMPERED_CERT_CHAIN","features":[328]},{"name":"SL_E_TKA_THUMBPRINT_CERT_NOT_FOUND","features":[328]},{"name":"SL_E_TKA_TPID_MISMATCH","features":[328]},{"name":"SL_E_TOKEN_STORE_INVALID_STATE","features":[328]},{"name":"SL_E_TOKSTO_ALREADY_INITIALIZED","features":[328]},{"name":"SL_E_TOKSTO_CANT_ACQUIRE_MUTEX","features":[328]},{"name":"SL_E_TOKSTO_CANT_CREATE_FILE","features":[328]},{"name":"SL_E_TOKSTO_CANT_CREATE_MUTEX","features":[328]},{"name":"SL_E_TOKSTO_CANT_PARSE_PROPERTIES","features":[328]},{"name":"SL_E_TOKSTO_CANT_READ_FILE","features":[328]},{"name":"SL_E_TOKSTO_CANT_WRITE_TO_FILE","features":[328]},{"name":"SL_E_TOKSTO_INVALID_FILE","features":[328]},{"name":"SL_E_TOKSTO_NOT_INITIALIZED","features":[328]},{"name":"SL_E_TOKSTO_NO_ID_SET","features":[328]},{"name":"SL_E_TOKSTO_NO_PROPERTIES","features":[328]},{"name":"SL_E_TOKSTO_NO_TOKEN_DATA","features":[328]},{"name":"SL_E_TOKSTO_PROPERTY_NOT_FOUND","features":[328]},{"name":"SL_E_TOKSTO_TOKEN_NOT_FOUND","features":[328]},{"name":"SL_E_USE_LICENSE_NOT_INSTALLED","features":[328]},{"name":"SL_E_VALIDATION_BLOB_PARAM_NOT_FOUND","features":[328]},{"name":"SL_E_VALIDATION_BLOCKED_PRODUCT_KEY","features":[328]},{"name":"SL_E_VALIDATION_INVALID_PRODUCT_KEY","features":[328]},{"name":"SL_E_VALIDITY_PERIOD_EXPIRED","features":[328]},{"name":"SL_E_VALIDITY_TIME_EXPIRED","features":[328]},{"name":"SL_E_VALUE_NOT_FOUND","features":[328]},{"name":"SL_E_VL_AD_AO_NAME_TOO_LONG","features":[328]},{"name":"SL_E_VL_AD_AO_NOT_FOUND","features":[328]},{"name":"SL_E_VL_AD_SCHEMA_VERSION_NOT_SUPPORTED","features":[328]},{"name":"SL_E_VL_BINDING_SERVICE_NOT_ENABLED","features":[328]},{"name":"SL_E_VL_BINDING_SERVICE_UNAVAILABLE","features":[328]},{"name":"SL_E_VL_INFO_PRODUCT_USER_RIGHT","features":[328]},{"name":"SL_E_VL_INVALID_TIMESTAMP","features":[328]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_ID_MISMATCH","features":[328]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_NOT_ACTIVATED","features":[328]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_VM_NOT_SUPPORTED","features":[328]},{"name":"SL_E_VL_MACHINE_NOT_BOUND","features":[328]},{"name":"SL_E_VL_NOT_ENOUGH_COUNT","features":[328]},{"name":"SL_E_VL_NOT_WINDOWS_SLP","features":[328]},{"name":"SL_E_WINDOWS_INVALID_LICENSE_STATE","features":[328]},{"name":"SL_E_WINDOWS_VERSION_MISMATCH","features":[328]},{"name":"SL_GENUINE_STATE","features":[328]},{"name":"SL_GEN_STATE_INVALID_LICENSE","features":[328]},{"name":"SL_GEN_STATE_IS_GENUINE","features":[328]},{"name":"SL_GEN_STATE_LAST","features":[328]},{"name":"SL_GEN_STATE_OFFLINE","features":[328]},{"name":"SL_GEN_STATE_TAMPERED","features":[328]},{"name":"SL_ID_ALL_LICENSES","features":[328]},{"name":"SL_ID_ALL_LICENSE_FILES","features":[328]},{"name":"SL_ID_APPLICATION","features":[328]},{"name":"SL_ID_LAST","features":[328]},{"name":"SL_ID_LICENSE","features":[328]},{"name":"SL_ID_LICENSE_FILE","features":[328]},{"name":"SL_ID_PKEY","features":[328]},{"name":"SL_ID_PRODUCT_SKU","features":[328]},{"name":"SL_ID_STORE_TOKEN","features":[328]},{"name":"SL_INFO_KEY_ACTIVE_PLUGINS","features":[328]},{"name":"SL_INFO_KEY_AUTHOR","features":[328]},{"name":"SL_INFO_KEY_BIOS_OA2_MINOR_VERSION","features":[328]},{"name":"SL_INFO_KEY_BIOS_PKEY","features":[328]},{"name":"SL_INFO_KEY_BIOS_PKEY_DESCRIPTION","features":[328]},{"name":"SL_INFO_KEY_BIOS_PKEY_PKPN","features":[328]},{"name":"SL_INFO_KEY_BIOS_SLIC_STATE","features":[328]},{"name":"SL_INFO_KEY_CHANNEL","features":[328]},{"name":"SL_INFO_KEY_DESCRIPTION","features":[328]},{"name":"SL_INFO_KEY_DIGITAL_PID","features":[328]},{"name":"SL_INFO_KEY_DIGITAL_PID2","features":[328]},{"name":"SL_INFO_KEY_IS_KMS","features":[328]},{"name":"SL_INFO_KEY_IS_PRS","features":[328]},{"name":"SL_INFO_KEY_KMS_CURRENT_COUNT","features":[328]},{"name":"SL_INFO_KEY_KMS_FAILED_REQUESTS","features":[328]},{"name":"SL_INFO_KEY_KMS_LICENSED_REQUESTS","features":[328]},{"name":"SL_INFO_KEY_KMS_NON_GENUINE_GRACE_REQUESTS","features":[328]},{"name":"SL_INFO_KEY_KMS_NOTIFICATION_REQUESTS","features":[328]},{"name":"SL_INFO_KEY_KMS_OOB_GRACE_REQUESTS","features":[328]},{"name":"SL_INFO_KEY_KMS_OOT_GRACE_REQUESTS","features":[328]},{"name":"SL_INFO_KEY_KMS_REQUIRED_CLIENT_COUNT","features":[328]},{"name":"SL_INFO_KEY_KMS_TOTAL_REQUESTS","features":[328]},{"name":"SL_INFO_KEY_KMS_UNLICENSED_REQUESTS","features":[328]},{"name":"SL_INFO_KEY_LICENSE_TYPE","features":[328]},{"name":"SL_INFO_KEY_LICENSOR_URL","features":[328]},{"name":"SL_INFO_KEY_NAME","features":[328]},{"name":"SL_INFO_KEY_PARTIAL_PRODUCT_KEY","features":[328]},{"name":"SL_INFO_KEY_PRODUCT_KEY_ACTIVATION_URL","features":[328]},{"name":"SL_INFO_KEY_PRODUCT_SKU_ID","features":[328]},{"name":"SL_INFO_KEY_RIGHT_ACCOUNT_ACTIVATION_URL","features":[328]},{"name":"SL_INFO_KEY_SECURE_PROCESSOR_ACTIVATION_URL","features":[328]},{"name":"SL_INFO_KEY_SECURE_STORE_ID","features":[328]},{"name":"SL_INFO_KEY_SYSTEM_STATE","features":[328]},{"name":"SL_INFO_KEY_USE_LICENSE_ACTIVATION_URL","features":[328]},{"name":"SL_INFO_KEY_VERSION","features":[328]},{"name":"SL_INTERNAL_ZONE","features":[328]},{"name":"SL_I_NONGENUINE_GRACE_PERIOD","features":[328]},{"name":"SL_I_NONGENUINE_GRACE_PERIOD_2","features":[328]},{"name":"SL_I_OOB_GRACE_PERIOD","features":[328]},{"name":"SL_I_OOT_GRACE_PERIOD","features":[328]},{"name":"SL_I_PERPETUAL_OOB_GRACE_PERIOD","features":[328]},{"name":"SL_I_STORE_BASED_ACTIVATION","features":[328]},{"name":"SL_I_TIMEBASED_EXTENDED_GRACE_PERIOD","features":[328]},{"name":"SL_I_TIMEBASED_VALIDITY_PERIOD","features":[328]},{"name":"SL_LICENSING_STATUS","features":[328]},{"name":"SL_LICENSING_STATUS_IN_GRACE_PERIOD","features":[328]},{"name":"SL_LICENSING_STATUS_LAST","features":[328]},{"name":"SL_LICENSING_STATUS_LICENSED","features":[328]},{"name":"SL_LICENSING_STATUS_NOTIFICATION","features":[328]},{"name":"SL_LICENSING_STATUS_UNLICENSED","features":[328]},{"name":"SL_MDOLLAR_ZONE","features":[328]},{"name":"SL_MSCH_ZONE","features":[328]},{"name":"SL_NONGENUINE_UI_OPTIONS","features":[328]},{"name":"SL_PKEY_DETECT","features":[328]},{"name":"SL_PKEY_MS2005","features":[328]},{"name":"SL_PKEY_MS2009","features":[328]},{"name":"SL_POLICY_EVALUATION_MODE_ENABLED","features":[328]},{"name":"SL_PROP_ACTIVATION_VALIDATION_IN_PROGRESS","features":[328]},{"name":"SL_PROP_BRT_COMMIT","features":[328]},{"name":"SL_PROP_BRT_DATA","features":[328]},{"name":"SL_PROP_GENUINE_RESULT","features":[328]},{"name":"SL_PROP_GET_GENUINE_AUTHZ","features":[328]},{"name":"SL_PROP_GET_GENUINE_SERVER_AUTHZ","features":[328]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_HRESULT","features":[328]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_SERVER_FLAGS","features":[328]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_TIME","features":[328]},{"name":"SL_PROP_NONGENUINE_GRACE_FLAG","features":[328]},{"name":"SL_REARM_REBOOT_REQUIRED","features":[328]},{"name":"SL_REFERRALTYPE_APPID","features":[328]},{"name":"SL_REFERRALTYPE_BEST_MATCH","features":[328]},{"name":"SL_REFERRALTYPE_OVERRIDE_APPID","features":[328]},{"name":"SL_REFERRALTYPE_OVERRIDE_SKUID","features":[328]},{"name":"SL_REFERRALTYPE_SKUID","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_CHECK_DIGITS","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA_LENGTH","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_VERSION","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_DIGITALMARKER_BINDING_NOT_CONFIGURED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_DIGITALMARKER_INVALID_BINDING","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_EXTENSION_LIMIT_EXCEEDED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_LIMIT_EXCEEDED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_OVERRIDE_LIMIT_REACHED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_FREE_OFFER_EXPIRED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_ACTCONFIG_ID","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_ARGUMENT","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_BINDING","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_BINDING_URI","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA_ID","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_FORMAT","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_LENGTH","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_MAXIMUM_UNLOCK_EXCEEDED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_NO_RULES_TO_ACTIVATE","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OEM_SLP_COA0","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DEVICE_BLOCKED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DEVICE_THROTTLED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DONOR_HWID_NO_ENTITLEMENT","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_GENERIC_ERROR","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_GP_DISABLED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_HARDWARE_BLOCKED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_LICENSE_BLOCKED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_LICENSE_THROTTLED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_NOT_ADMIN","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_NO_ASSOCIATION","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_USER_BLOCKED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_OSR_USER_THROTTLED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED_IPLOCATION","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_OUT_OF_RANGE","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_ROT_OVERRIDE_LIMIT_REACHED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_AFTER_END_DATE","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_BEFORE_START_DATE","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_NOT_AVAILABLE","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_PRODUCT_KEY_NOT_CONFIGURED","features":[328]},{"name":"SL_REMAPPING_MDOLLAR_UNSUPPORTED_PRODUCT_KEY","features":[328]},{"name":"SL_REMAPPING_SP_PUB_API_BAD_GET_INFO_QUERY","features":[328]},{"name":"SL_REMAPPING_SP_PUB_API_HANDLE_NOT_COMMITED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_ALGORITHM_TYPE","features":[328]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_HANDLE","features":[328]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_KEY_LENGTH","features":[328]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_LICENSE","features":[328]},{"name":"SL_REMAPPING_SP_PUB_API_NO_AES_PROVIDER","features":[328]},{"name":"SL_REMAPPING_SP_PUB_API_TOO_MANY_LOADED_ENVIRONMENTS","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_HASH_FINALIZED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_BLOCK","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_BLOCKLENGTH","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_CIPHER","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_CIPHERMODE","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_FORMAT","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_KEYLENGTH","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_PADDING","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_SIGNATURE","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_SIGNATURELENGTH","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_KEY_NOT_AVAILABLE","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_KEY_NOT_FOUND","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_NOT_BLOCK_ALIGNED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_ATTRIBUTEID","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_HASHID","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_KEYID","features":[328]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_PROVIDERID","features":[328]},{"name":"SL_REMAPPING_SP_PUB_GENERAL_NOT_INITIALIZED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_IDENTICAL","features":[328]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_POLICY_CHANGED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_TAMPER","features":[328]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_TAMPER_RESTORE_FAILED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_PROXY_SOFT_TAMPER","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TAMPER_MODULE_AUTHENTICATION","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TAMPER_SECURITY_PROCESSOR_PATCHED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TIMER_ALREADY_EXISTS","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TIMER_EXPIRED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TIMER_NAME_SIZE_TOO_BIG","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TIMER_NOT_FOUND","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TIMER_READ_ONLY","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TRUSTED_TIME_OK","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_ACCESS_DENIED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_ATTRIBUTE_NOT_FOUND","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_ATTRIBUTE_READ_ONLY","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_DATA_SIZE_TOO_BIG","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_ALREADY_EXISTS","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_NOT_FOUND","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_SIZE_TOO_BIG","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_READ_ONLY","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_FULL","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_INVALID_HW_BINDING","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_MAX_REARM_REACHED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_NAMESPACE_IN_USE","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_NAMESPACE_NOT_FOUND","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_REARMED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_RECREATED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_BREADCRUMB_GENERATION","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_BREADCRUMB_LOAD_INVALID","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_DATA_BREADCRUMB_MISMATCH","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_DATA_VERSION_MISMATCH","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_INVALID_DATA","features":[328]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_NO_DATA","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_ALREADY_EXISTS","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_DEBUGGER_DETECTED","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_GENERIC_FAILURE","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_INSUFFICIENT_BUFFER","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_INVALIDARG","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_INVALIDDATA","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_INVALID_SPAPI_CALL","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_INVALID_SPAPI_VERSION","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_NO_MORE_DATA","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_PUSHKEY_CONFLICT","features":[328]},{"name":"SL_REMAPPING_SP_STATUS_SYSTEM_TIME_SKEWED","features":[328]},{"name":"SL_SERVER_ZONE","features":[328]},{"name":"SL_SYSTEM_POLICY_INFORMATION","features":[328]},{"name":"SL_SYSTEM_STATE_REBOOT_POLICY_FOUND","features":[328]},{"name":"SL_SYSTEM_STATE_TAMPERED","features":[328]},{"name":"SPP_MIGRATION_GATHER_ACTIVATED_WINDOWS_STATE","features":[328]},{"name":"SPP_MIGRATION_GATHER_ALL","features":[328]},{"name":"SPP_MIGRATION_GATHER_MIGRATABLE_APPS","features":[328]},{"name":"SP_ACCEPT_CREDENTIALS_NAME","features":[328]},{"name":"SP_PROT_ALL","features":[328]},{"name":"SP_PROT_DTLS1_0_CLIENT","features":[328]},{"name":"SP_PROT_DTLS1_0_SERVER","features":[328]},{"name":"SP_PROT_DTLS1_2_CLIENT","features":[328]},{"name":"SP_PROT_DTLS1_2_SERVER","features":[328]},{"name":"SP_PROT_DTLS_CLIENT","features":[328]},{"name":"SP_PROT_DTLS_SERVER","features":[328]},{"name":"SP_PROT_NONE","features":[328]},{"name":"SP_PROT_PCT1_CLIENT","features":[328]},{"name":"SP_PROT_PCT1_SERVER","features":[328]},{"name":"SP_PROT_SSL2_CLIENT","features":[328]},{"name":"SP_PROT_SSL2_SERVER","features":[328]},{"name":"SP_PROT_SSL3_CLIENT","features":[328]},{"name":"SP_PROT_SSL3_SERVER","features":[328]},{"name":"SP_PROT_TLS1_0_CLIENT","features":[328]},{"name":"SP_PROT_TLS1_0_SERVER","features":[328]},{"name":"SP_PROT_TLS1_1_CLIENT","features":[328]},{"name":"SP_PROT_TLS1_1_SERVER","features":[328]},{"name":"SP_PROT_TLS1_2_CLIENT","features":[328]},{"name":"SP_PROT_TLS1_2_SERVER","features":[328]},{"name":"SP_PROT_TLS1_3PLUS_CLIENT","features":[328]},{"name":"SP_PROT_TLS1_3PLUS_SERVER","features":[328]},{"name":"SP_PROT_TLS1_3_CLIENT","features":[328]},{"name":"SP_PROT_TLS1_3_SERVER","features":[328]},{"name":"SP_PROT_TLS1_CLIENT","features":[328]},{"name":"SP_PROT_TLS1_SERVER","features":[328]},{"name":"SP_PROT_UNI_CLIENT","features":[328]},{"name":"SP_PROT_UNI_SERVER","features":[328]},{"name":"SR_SECURITY_DESCRIPTOR","features":[328]},{"name":"SSL2SP_NAME","features":[328]},{"name":"SSL2SP_NAME_A","features":[328]},{"name":"SSL2SP_NAME_W","features":[328]},{"name":"SSL3SP_NAME","features":[328]},{"name":"SSL3SP_NAME_A","features":[328]},{"name":"SSL3SP_NAME_W","features":[328]},{"name":"SSL_CRACK_CERTIFICATE_FN","features":[307,328,393]},{"name":"SSL_CRACK_CERTIFICATE_NAME","features":[328]},{"name":"SSL_CREDENTIAL_CERTIFICATE","features":[328]},{"name":"SSL_EMPTY_CACHE_FN_A","features":[307,328]},{"name":"SSL_EMPTY_CACHE_FN_W","features":[307,328]},{"name":"SSL_FREE_CERTIFICATE_FN","features":[307,328,393]},{"name":"SSL_FREE_CERTIFICATE_NAME","features":[328]},{"name":"SSL_SESSION_DISABLE_RECONNECTS","features":[328]},{"name":"SSL_SESSION_ENABLE_RECONNECTS","features":[328]},{"name":"SSL_SESSION_RECONNECT","features":[328]},{"name":"SSPIPFC_CREDPROV_DO_NOT_LOAD","features":[328]},{"name":"SSPIPFC_CREDPROV_DO_NOT_SAVE","features":[328]},{"name":"SSPIPFC_NO_CHECKBOX","features":[328]},{"name":"SSPIPFC_SAVE_CRED_BY_CALLER","features":[328]},{"name":"SSPIPFC_USE_CREDUIBROKER","features":[328]},{"name":"SUBSCRIBE_GENERIC_TLS_EXTENSION","features":[328]},{"name":"SZ_ALG_MAX_SIZE","features":[328]},{"name":"SaslAcceptSecurityContext","features":[328,481]},{"name":"SaslEnumerateProfilesA","features":[328]},{"name":"SaslEnumerateProfilesW","features":[328]},{"name":"SaslGetContextOption","features":[328,481]},{"name":"SaslGetProfilePackageA","features":[328]},{"name":"SaslGetProfilePackageW","features":[328]},{"name":"SaslIdentifyPackageA","features":[328]},{"name":"SaslIdentifyPackageW","features":[328]},{"name":"SaslInitializeSecurityContextA","features":[328,481]},{"name":"SaslInitializeSecurityContextW","features":[328,481]},{"name":"SaslSetContextOption","features":[328,481]},{"name":"Sasl_AuthZIDForbidden","features":[328]},{"name":"Sasl_AuthZIDProcessed","features":[328]},{"name":"SchGetExtensionsOptions","features":[328]},{"name":"SeAdtParmTypeAccessMask","features":[328]},{"name":"SeAdtParmTypeAccessReason","features":[328]},{"name":"SeAdtParmTypeClaims","features":[328]},{"name":"SeAdtParmTypeDateTime","features":[328]},{"name":"SeAdtParmTypeDuration","features":[328]},{"name":"SeAdtParmTypeFileSpec","features":[328]},{"name":"SeAdtParmTypeGuid","features":[328]},{"name":"SeAdtParmTypeHexInt64","features":[328]},{"name":"SeAdtParmTypeHexUlong","features":[328]},{"name":"SeAdtParmTypeLogonHours","features":[328]},{"name":"SeAdtParmTypeLogonId","features":[328]},{"name":"SeAdtParmTypeLogonIdAsSid","features":[328]},{"name":"SeAdtParmTypeLogonIdEx","features":[328]},{"name":"SeAdtParmTypeLogonIdNoSid","features":[328]},{"name":"SeAdtParmTypeLuid","features":[328]},{"name":"SeAdtParmTypeMessage","features":[328]},{"name":"SeAdtParmTypeMultiSzString","features":[328]},{"name":"SeAdtParmTypeNoLogonId","features":[328]},{"name":"SeAdtParmTypeNoUac","features":[328]},{"name":"SeAdtParmTypeNone","features":[328]},{"name":"SeAdtParmTypeObjectTypes","features":[328]},{"name":"SeAdtParmTypePrivs","features":[328]},{"name":"SeAdtParmTypePtr","features":[328]},{"name":"SeAdtParmTypeResourceAttribute","features":[328]},{"name":"SeAdtParmTypeSD","features":[328]},{"name":"SeAdtParmTypeSid","features":[328]},{"name":"SeAdtParmTypeSidList","features":[328]},{"name":"SeAdtParmTypeSockAddr","features":[328]},{"name":"SeAdtParmTypeSockAddrNoPort","features":[328]},{"name":"SeAdtParmTypeStagingReason","features":[328]},{"name":"SeAdtParmTypeString","features":[328]},{"name":"SeAdtParmTypeStringList","features":[328]},{"name":"SeAdtParmTypeTime","features":[328]},{"name":"SeAdtParmTypeUlong","features":[328]},{"name":"SeAdtParmTypeUlongNoConv","features":[328]},{"name":"SeAdtParmTypeUserAccountControl","features":[328]},{"name":"SecApplicationProtocolNegotiationExt_ALPN","features":[328]},{"name":"SecApplicationProtocolNegotiationExt_NPN","features":[328]},{"name":"SecApplicationProtocolNegotiationExt_None","features":[328]},{"name":"SecApplicationProtocolNegotiationStatus_None","features":[328]},{"name":"SecApplicationProtocolNegotiationStatus_SelectedClientOnly","features":[328]},{"name":"SecApplicationProtocolNegotiationStatus_Success","features":[328]},{"name":"SecBuffer","features":[328]},{"name":"SecBufferDesc","features":[328]},{"name":"SecDelegationType","features":[328]},{"name":"SecDirectory","features":[328]},{"name":"SecFull","features":[328]},{"name":"SecNameAlternateId","features":[328]},{"name":"SecNameDN","features":[328]},{"name":"SecNameFlat","features":[328]},{"name":"SecNameSPN","features":[328]},{"name":"SecNameSamCompatible","features":[328]},{"name":"SecObject","features":[328]},{"name":"SecPkgAttrLastClientTokenMaybe","features":[328]},{"name":"SecPkgAttrLastClientTokenNo","features":[328]},{"name":"SecPkgAttrLastClientTokenYes","features":[328]},{"name":"SecPkgCallPackageMaxMessage","features":[328]},{"name":"SecPkgCallPackageMinMessage","features":[328]},{"name":"SecPkgCallPackagePinDcMessage","features":[328]},{"name":"SecPkgCallPackageTransferCredMessage","features":[328]},{"name":"SecPkgCallPackageUnpinAllDcsMessage","features":[328]},{"name":"SecPkgContext_AccessToken","features":[328]},{"name":"SecPkgContext_ApplicationProtocol","features":[328]},{"name":"SecPkgContext_AuthorityA","features":[328]},{"name":"SecPkgContext_AuthorityW","features":[328]},{"name":"SecPkgContext_AuthzID","features":[328]},{"name":"SecPkgContext_Bindings","features":[328]},{"name":"SecPkgContext_CertInfo","features":[328]},{"name":"SecPkgContext_CertificateValidationResult","features":[328]},{"name":"SecPkgContext_Certificates","features":[328]},{"name":"SecPkgContext_CipherInfo","features":[328]},{"name":"SecPkgContext_ClientCertPolicyResult","features":[328]},{"name":"SecPkgContext_ClientSpecifiedTarget","features":[328]},{"name":"SecPkgContext_ConnectionInfo","features":[328,393]},{"name":"SecPkgContext_ConnectionInfoEx","features":[328]},{"name":"SecPkgContext_CredInfo","features":[328]},{"name":"SecPkgContext_CredentialNameA","features":[328]},{"name":"SecPkgContext_CredentialNameW","features":[328]},{"name":"SecPkgContext_DceInfo","features":[328]},{"name":"SecPkgContext_EapKeyBlock","features":[328]},{"name":"SecPkgContext_EapPrfInfo","features":[328]},{"name":"SecPkgContext_EarlyStart","features":[328]},{"name":"SecPkgContext_Flags","features":[328]},{"name":"SecPkgContext_IssuerListInfoEx","features":[328,393]},{"name":"SecPkgContext_KeyInfoA","features":[328]},{"name":"SecPkgContext_KeyInfoW","features":[328]},{"name":"SecPkgContext_KeyingMaterial","features":[328]},{"name":"SecPkgContext_KeyingMaterialInfo","features":[328]},{"name":"SecPkgContext_KeyingMaterial_Inproc","features":[328]},{"name":"SecPkgContext_LastClientTokenStatus","features":[328]},{"name":"SecPkgContext_Lifespan","features":[328]},{"name":"SecPkgContext_LocalCredentialInfo","features":[328]},{"name":"SecPkgContext_LogoffTime","features":[328]},{"name":"SecPkgContext_MappedCredAttr","features":[328]},{"name":"SecPkgContext_NamesA","features":[328]},{"name":"SecPkgContext_NamesW","features":[328]},{"name":"SecPkgContext_NativeNamesA","features":[328]},{"name":"SecPkgContext_NativeNamesW","features":[328]},{"name":"SecPkgContext_NegoKeys","features":[328]},{"name":"SecPkgContext_NegoPackageInfo","features":[328]},{"name":"SecPkgContext_NegoStatus","features":[328]},{"name":"SecPkgContext_NegotiatedTlsExtensions","features":[328]},{"name":"SecPkgContext_NegotiationInfoA","features":[328]},{"name":"SecPkgContext_NegotiationInfoW","features":[328]},{"name":"SecPkgContext_PackageInfoA","features":[328]},{"name":"SecPkgContext_PackageInfoW","features":[328]},{"name":"SecPkgContext_PasswordExpiry","features":[328]},{"name":"SecPkgContext_ProtoInfoA","features":[328]},{"name":"SecPkgContext_ProtoInfoW","features":[328]},{"name":"SecPkgContext_RemoteCredentialInfo","features":[328]},{"name":"SecPkgContext_SaslContext","features":[328]},{"name":"SecPkgContext_SessionAppData","features":[328]},{"name":"SecPkgContext_SessionInfo","features":[328]},{"name":"SecPkgContext_SessionKey","features":[328]},{"name":"SecPkgContext_Sizes","features":[328]},{"name":"SecPkgContext_SrtpParameters","features":[328]},{"name":"SecPkgContext_StreamSizes","features":[328]},{"name":"SecPkgContext_SubjectAttributes","features":[328]},{"name":"SecPkgContext_SupportedSignatures","features":[328]},{"name":"SecPkgContext_Target","features":[328]},{"name":"SecPkgContext_TargetInformation","features":[328]},{"name":"SecPkgContext_TokenBinding","features":[328]},{"name":"SecPkgContext_UiInfo","features":[307,328]},{"name":"SecPkgContext_UserFlags","features":[328]},{"name":"SecPkgCredClass_Ephemeral","features":[328]},{"name":"SecPkgCredClass_Explicit","features":[328]},{"name":"SecPkgCredClass_None","features":[328]},{"name":"SecPkgCredClass_PersistedGeneric","features":[328]},{"name":"SecPkgCredClass_PersistedSpecific","features":[328]},{"name":"SecPkgCred_CipherStrengths","features":[328]},{"name":"SecPkgCred_ClientCertPolicy","features":[307,328]},{"name":"SecPkgCred_SessionTicketKey","features":[328]},{"name":"SecPkgCred_SessionTicketKeys","features":[328]},{"name":"SecPkgCred_SupportedAlgs","features":[328,393]},{"name":"SecPkgCred_SupportedProtocols","features":[328]},{"name":"SecPkgCredentials_Cert","features":[328]},{"name":"SecPkgCredentials_KdcProxySettingsW","features":[328]},{"name":"SecPkgCredentials_NamesA","features":[328]},{"name":"SecPkgCredentials_NamesW","features":[328]},{"name":"SecPkgCredentials_SSIProviderA","features":[328]},{"name":"SecPkgCredentials_SSIProviderW","features":[328]},{"name":"SecPkgInfoA","features":[328]},{"name":"SecPkgInfoW","features":[328]},{"name":"SecService","features":[328]},{"name":"SecSessionPrimaryCred","features":[328]},{"name":"SecTrafficSecret_Client","features":[328]},{"name":"SecTrafficSecret_None","features":[328]},{"name":"SecTrafficSecret_Server","features":[328]},{"name":"SecTree","features":[328]},{"name":"SecpkgContextThunks","features":[328]},{"name":"SecpkgExtraOids","features":[328]},{"name":"SecpkgGssInfo","features":[328]},{"name":"SecpkgMaxInfo","features":[328]},{"name":"SecpkgMutualAuthLevel","features":[328]},{"name":"SecpkgNego2Info","features":[328]},{"name":"SecpkgWowClientDll","features":[328]},{"name":"SecurityFunctionTableA","features":[307,328,481]},{"name":"SecurityFunctionTableW","features":[307,328,481]},{"name":"SendSAS","features":[307,328]},{"name":"SetContextAttributesA","features":[328,481]},{"name":"SetContextAttributesW","features":[328,481]},{"name":"SetCredentialsAttributesA","features":[328,481]},{"name":"SetCredentialsAttributesW","features":[328,481]},{"name":"SpAcceptCredentialsFn","features":[307,328]},{"name":"SpAcceptLsaModeContextFn","features":[307,328]},{"name":"SpAcquireCredentialsHandleFn","features":[307,328]},{"name":"SpAddCredentialsFn","features":[307,328]},{"name":"SpApplyControlTokenFn","features":[307,328]},{"name":"SpChangeAccountPasswordFn","features":[307,328]},{"name":"SpCompleteAuthTokenFn","features":[307,328]},{"name":"SpDeleteContextFn","features":[307,328]},{"name":"SpDeleteCredentialsFn","features":[307,328]},{"name":"SpExchangeMetaDataFn","features":[307,328]},{"name":"SpExportSecurityContextFn","features":[307,328]},{"name":"SpExtractTargetInfoFn","features":[307,328]},{"name":"SpFormatCredentialsFn","features":[307,328]},{"name":"SpFreeCredentialsHandleFn","features":[307,328]},{"name":"SpGetContextTokenFn","features":[307,328]},{"name":"SpGetCredUIContextFn","features":[307,328]},{"name":"SpGetCredentialsFn","features":[307,328]},{"name":"SpGetExtendedInformationFn","features":[307,328]},{"name":"SpGetInfoFn","features":[307,328]},{"name":"SpGetRemoteCredGuardLogonBufferFn","features":[307,328]},{"name":"SpGetRemoteCredGuardSupplementalCredsFn","features":[307,328]},{"name":"SpGetTbalSupplementalCredsFn","features":[307,328]},{"name":"SpGetUserInfoFn","features":[307,328]},{"name":"SpImportSecurityContextFn","features":[307,328]},{"name":"SpInitLsaModeContextFn","features":[307,328]},{"name":"SpInitUserModeContextFn","features":[307,328]},{"name":"SpInitializeFn","features":[307,328,481,342]},{"name":"SpInstanceInitFn","features":[307,328]},{"name":"SpLsaModeInitializeFn","features":[307,328,481,342]},{"name":"SpMakeSignatureFn","features":[307,328]},{"name":"SpMarshalAttributeDataFn","features":[307,328]},{"name":"SpMarshallSupplementalCredsFn","features":[307,328]},{"name":"SpQueryContextAttributesFn","features":[307,328]},{"name":"SpQueryCredentialsAttributesFn","features":[307,328]},{"name":"SpQueryMetaDataFn","features":[307,328]},{"name":"SpSaveCredentialsFn","features":[307,328]},{"name":"SpSealMessageFn","features":[307,328]},{"name":"SpSetContextAttributesFn","features":[307,328]},{"name":"SpSetCredentialsAttributesFn","features":[307,328]},{"name":"SpSetExtendedInformationFn","features":[307,328]},{"name":"SpShutdownFn","features":[307,328]},{"name":"SpUnsealMessageFn","features":[307,328]},{"name":"SpUpdateCredentialsFn","features":[307,328]},{"name":"SpUserModeInitializeFn","features":[307,328]},{"name":"SpValidateTargetInfoFn","features":[307,328]},{"name":"SpVerifySignatureFn","features":[307,328]},{"name":"SslCrackCertificate","features":[307,328,393]},{"name":"SslDeserializeCertificateStore","features":[307,328,393]},{"name":"SslDeserializeCertificateStoreFn","features":[307,328,393]},{"name":"SslEmptyCacheA","features":[307,328]},{"name":"SslEmptyCacheW","features":[307,328]},{"name":"SslFreeCertificate","features":[307,328,393]},{"name":"SslGenerateRandomBits","features":[328]},{"name":"SslGetExtensions","features":[328]},{"name":"SslGetExtensionsFn","features":[328]},{"name":"SslGetMaximumKeySize","features":[328]},{"name":"SslGetServerIdentity","features":[328]},{"name":"SslGetServerIdentityFn","features":[328]},{"name":"SspiCompareAuthIdentities","features":[307,328]},{"name":"SspiCopyAuthIdentity","features":[328]},{"name":"SspiDecryptAuthIdentity","features":[328]},{"name":"SspiDecryptAuthIdentityEx","features":[328]},{"name":"SspiEncodeAuthIdentityAsStrings","features":[328]},{"name":"SspiEncodeStringsAsAuthIdentity","features":[328]},{"name":"SspiEncryptAuthIdentity","features":[328]},{"name":"SspiEncryptAuthIdentityEx","features":[328]},{"name":"SspiExcludePackage","features":[328]},{"name":"SspiFreeAuthIdentity","features":[328]},{"name":"SspiGetTargetHostName","features":[328]},{"name":"SspiIsAuthIdentityEncrypted","features":[307,328]},{"name":"SspiIsPromptingNeeded","features":[307,328]},{"name":"SspiLocalFree","features":[328]},{"name":"SspiMarshalAuthIdentity","features":[328]},{"name":"SspiPrepareForCredRead","features":[328]},{"name":"SspiPrepareForCredWrite","features":[328]},{"name":"SspiPromptForCredentialsA","features":[328]},{"name":"SspiPromptForCredentialsW","features":[328]},{"name":"SspiSetChannelBindingFlags","features":[328]},{"name":"SspiUnmarshalAuthIdentity","features":[328]},{"name":"SspiValidateAuthIdentity","features":[328]},{"name":"SspiZeroAuthIdentity","features":[328]},{"name":"TLS1SP_NAME","features":[328]},{"name":"TLS1SP_NAME_A","features":[328]},{"name":"TLS1SP_NAME_W","features":[328]},{"name":"TLS1_ALERT_ACCESS_DENIED","features":[328]},{"name":"TLS1_ALERT_BAD_CERTIFICATE","features":[328]},{"name":"TLS1_ALERT_BAD_RECORD_MAC","features":[328]},{"name":"TLS1_ALERT_CERTIFICATE_EXPIRED","features":[328]},{"name":"TLS1_ALERT_CERTIFICATE_REVOKED","features":[328]},{"name":"TLS1_ALERT_CERTIFICATE_UNKNOWN","features":[328]},{"name":"TLS1_ALERT_CLOSE_NOTIFY","features":[328]},{"name":"TLS1_ALERT_DECODE_ERROR","features":[328]},{"name":"TLS1_ALERT_DECOMPRESSION_FAIL","features":[328]},{"name":"TLS1_ALERT_DECRYPTION_FAILED","features":[328]},{"name":"TLS1_ALERT_DECRYPT_ERROR","features":[328]},{"name":"TLS1_ALERT_EXPORT_RESTRICTION","features":[328]},{"name":"TLS1_ALERT_FATAL","features":[328]},{"name":"TLS1_ALERT_HANDSHAKE_FAILURE","features":[328]},{"name":"TLS1_ALERT_ILLEGAL_PARAMETER","features":[328]},{"name":"TLS1_ALERT_INSUFFIENT_SECURITY","features":[328]},{"name":"TLS1_ALERT_INTERNAL_ERROR","features":[328]},{"name":"TLS1_ALERT_NO_APP_PROTOCOL","features":[328]},{"name":"TLS1_ALERT_NO_RENEGOTIATION","features":[328]},{"name":"TLS1_ALERT_PROTOCOL_VERSION","features":[328]},{"name":"TLS1_ALERT_RECORD_OVERFLOW","features":[328]},{"name":"TLS1_ALERT_UNEXPECTED_MESSAGE","features":[328]},{"name":"TLS1_ALERT_UNKNOWN_CA","features":[328]},{"name":"TLS1_ALERT_UNKNOWN_PSK_IDENTITY","features":[328]},{"name":"TLS1_ALERT_UNSUPPORTED_CERT","features":[328]},{"name":"TLS1_ALERT_UNSUPPORTED_EXT","features":[328]},{"name":"TLS1_ALERT_USER_CANCELED","features":[328]},{"name":"TLS1_ALERT_WARNING","features":[328]},{"name":"TLS_EXTENSION_SUBSCRIPTION","features":[328]},{"name":"TLS_PARAMETERS","features":[328]},{"name":"TLS_PARAMS_OPTIONAL","features":[328]},{"name":"TOKENBINDING_EXTENSION_FORMAT","features":[328]},{"name":"TOKENBINDING_EXTENSION_FORMAT_UNDEFINED","features":[328]},{"name":"TOKENBINDING_IDENTIFIER","features":[328]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE","features":[328]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_ANYEXISTING","features":[328]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_ECDSAP256","features":[328]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_RSA2048_PKCS","features":[328]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_RSA2048_PSS","features":[328]},{"name":"TOKENBINDING_KEY_TYPES","features":[328]},{"name":"TOKENBINDING_RESULT_DATA","features":[328]},{"name":"TOKENBINDING_RESULT_LIST","features":[328]},{"name":"TOKENBINDING_TYPE","features":[328]},{"name":"TOKENBINDING_TYPE_PROVIDED","features":[328]},{"name":"TOKENBINDING_TYPE_REFERRED","features":[328]},{"name":"TRUSTED_CONTROLLERS_INFO","features":[328]},{"name":"TRUSTED_DOMAIN_AUTH_INFORMATION","features":[328]},{"name":"TRUSTED_DOMAIN_FULL_INFORMATION","features":[328]},{"name":"TRUSTED_DOMAIN_FULL_INFORMATION2","features":[328]},{"name":"TRUSTED_DOMAIN_INFORMATION_EX","features":[328]},{"name":"TRUSTED_DOMAIN_INFORMATION_EX2","features":[328]},{"name":"TRUSTED_DOMAIN_NAME_INFO","features":[328]},{"name":"TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES","features":[328]},{"name":"TRUSTED_DOMAIN_TRUST_ATTRIBUTES","features":[328]},{"name":"TRUSTED_DOMAIN_TRUST_DIRECTION","features":[328]},{"name":"TRUSTED_DOMAIN_TRUST_TYPE","features":[328]},{"name":"TRUSTED_INFORMATION_CLASS","features":[328]},{"name":"TRUSTED_PASSWORD_INFO","features":[328]},{"name":"TRUSTED_POSIX_OFFSET_INFO","features":[328]},{"name":"TRUSTED_QUERY_AUTH","features":[328]},{"name":"TRUSTED_QUERY_CONTROLLERS","features":[328]},{"name":"TRUSTED_QUERY_DOMAIN_NAME","features":[328]},{"name":"TRUSTED_QUERY_POSIX","features":[328]},{"name":"TRUSTED_SET_AUTH","features":[328]},{"name":"TRUSTED_SET_CONTROLLERS","features":[328]},{"name":"TRUSTED_SET_POSIX","features":[328]},{"name":"TRUST_ATTRIBUTES_USER","features":[328]},{"name":"TRUST_ATTRIBUTES_VALID","features":[328]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION","features":[328]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION_ENABLE_TGT_DELEGATION","features":[328]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION_NO_TGT_DELEGATION","features":[328]},{"name":"TRUST_ATTRIBUTE_DISABLE_AUTH_TARGET_VALIDATION","features":[328]},{"name":"TRUST_ATTRIBUTE_FILTER_SIDS","features":[328]},{"name":"TRUST_ATTRIBUTE_FOREST_TRANSITIVE","features":[328]},{"name":"TRUST_ATTRIBUTE_NON_TRANSITIVE","features":[328]},{"name":"TRUST_ATTRIBUTE_PIM_TRUST","features":[328]},{"name":"TRUST_ATTRIBUTE_QUARANTINED_DOMAIN","features":[328]},{"name":"TRUST_ATTRIBUTE_TREAT_AS_EXTERNAL","features":[328]},{"name":"TRUST_ATTRIBUTE_TREE_PARENT","features":[328]},{"name":"TRUST_ATTRIBUTE_TREE_ROOT","features":[328]},{"name":"TRUST_ATTRIBUTE_TRUST_USES_AES_KEYS","features":[328]},{"name":"TRUST_ATTRIBUTE_TRUST_USES_RC4_ENCRYPTION","features":[328]},{"name":"TRUST_ATTRIBUTE_UPLEVEL_ONLY","features":[328]},{"name":"TRUST_ATTRIBUTE_WITHIN_FOREST","features":[328]},{"name":"TRUST_AUTH_TYPE_CLEAR","features":[328]},{"name":"TRUST_AUTH_TYPE_NONE","features":[328]},{"name":"TRUST_AUTH_TYPE_NT4OWF","features":[328]},{"name":"TRUST_AUTH_TYPE_VERSION","features":[328]},{"name":"TRUST_DIRECTION_BIDIRECTIONAL","features":[328]},{"name":"TRUST_DIRECTION_DISABLED","features":[328]},{"name":"TRUST_DIRECTION_INBOUND","features":[328]},{"name":"TRUST_DIRECTION_OUTBOUND","features":[328]},{"name":"TRUST_TYPE_AAD","features":[328]},{"name":"TRUST_TYPE_DCE","features":[328]},{"name":"TRUST_TYPE_DOWNLEVEL","features":[328]},{"name":"TRUST_TYPE_MIT","features":[328]},{"name":"TRUST_TYPE_UPLEVEL","features":[328]},{"name":"TlsHashAlgorithm_Md5","features":[328]},{"name":"TlsHashAlgorithm_None","features":[328]},{"name":"TlsHashAlgorithm_Sha1","features":[328]},{"name":"TlsHashAlgorithm_Sha224","features":[328]},{"name":"TlsHashAlgorithm_Sha256","features":[328]},{"name":"TlsHashAlgorithm_Sha384","features":[328]},{"name":"TlsHashAlgorithm_Sha512","features":[328]},{"name":"TlsParametersCngAlgUsageCertSig","features":[328]},{"name":"TlsParametersCngAlgUsageCipher","features":[328]},{"name":"TlsParametersCngAlgUsageDigest","features":[328]},{"name":"TlsParametersCngAlgUsageKeyExchange","features":[328]},{"name":"TlsParametersCngAlgUsageSignature","features":[328]},{"name":"TlsSignatureAlgorithm_Anonymous","features":[328]},{"name":"TlsSignatureAlgorithm_Dsa","features":[328]},{"name":"TlsSignatureAlgorithm_Ecdsa","features":[328]},{"name":"TlsSignatureAlgorithm_Rsa","features":[328]},{"name":"TokenBindingDeleteAllBindings","features":[328]},{"name":"TokenBindingDeleteBinding","features":[328]},{"name":"TokenBindingGenerateBinding","features":[328]},{"name":"TokenBindingGenerateID","features":[328]},{"name":"TokenBindingGenerateIDForUri","features":[328]},{"name":"TokenBindingGenerateMessage","features":[328]},{"name":"TokenBindingGetHighestSupportedVersion","features":[328]},{"name":"TokenBindingGetKeyTypesClient","features":[328]},{"name":"TokenBindingGetKeyTypesServer","features":[328]},{"name":"TokenBindingVerifyMessage","features":[328]},{"name":"TranslateNameA","features":[307,328]},{"name":"TranslateNameW","features":[307,328]},{"name":"TrustedControllersInformation","features":[328]},{"name":"TrustedDomainAuthInformation","features":[328]},{"name":"TrustedDomainAuthInformationInternal","features":[328]},{"name":"TrustedDomainAuthInformationInternalAes","features":[328]},{"name":"TrustedDomainFullInformation","features":[328]},{"name":"TrustedDomainFullInformation2Internal","features":[328]},{"name":"TrustedDomainFullInformationInternal","features":[328]},{"name":"TrustedDomainFullInformationInternalAes","features":[328]},{"name":"TrustedDomainInformationBasic","features":[328]},{"name":"TrustedDomainInformationEx","features":[328]},{"name":"TrustedDomainInformationEx2Internal","features":[328]},{"name":"TrustedDomainNameInformation","features":[328]},{"name":"TrustedDomainSupportedEncryptionTypes","features":[328]},{"name":"TrustedPasswordInformation","features":[328]},{"name":"TrustedPosixOffsetInformation","features":[328]},{"name":"UNDERSTANDS_LONG_NAMES","features":[328]},{"name":"UNISP_NAME","features":[328]},{"name":"UNISP_NAME_A","features":[328]},{"name":"UNISP_NAME_W","features":[328]},{"name":"UNISP_RPC_ID","features":[328]},{"name":"USER_ACCOUNT_AUTO_LOCKED","features":[328]},{"name":"USER_ACCOUNT_DISABLED","features":[328]},{"name":"USER_ALL_INFORMATION","features":[307,328]},{"name":"USER_ALL_PARAMETERS","features":[328]},{"name":"USER_DONT_EXPIRE_PASSWORD","features":[328]},{"name":"USER_DONT_REQUIRE_PREAUTH","features":[328]},{"name":"USER_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[328]},{"name":"USER_HOME_DIRECTORY_REQUIRED","features":[328]},{"name":"USER_INTERDOMAIN_TRUST_ACCOUNT","features":[328]},{"name":"USER_MNS_LOGON_ACCOUNT","features":[328]},{"name":"USER_NORMAL_ACCOUNT","features":[328]},{"name":"USER_NOT_DELEGATED","features":[328]},{"name":"USER_NO_AUTH_DATA_REQUIRED","features":[328]},{"name":"USER_PARTIAL_SECRETS_ACCOUNT","features":[328]},{"name":"USER_PASSWORD_EXPIRED","features":[328]},{"name":"USER_PASSWORD_NOT_REQUIRED","features":[328]},{"name":"USER_SERVER_TRUST_ACCOUNT","features":[328]},{"name":"USER_SESSION_KEY","features":[328,482]},{"name":"USER_SMARTCARD_REQUIRED","features":[328]},{"name":"USER_TEMP_DUPLICATE_ACCOUNT","features":[328]},{"name":"USER_TRUSTED_FOR_DELEGATION","features":[328]},{"name":"USER_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[328]},{"name":"USER_USE_AES_KEYS","features":[328]},{"name":"USER_USE_DES_KEY_ONLY","features":[328]},{"name":"USER_WORKSTATION_TRUST_ACCOUNT","features":[328]},{"name":"VERIFY_SIGNATURE_FN","features":[328,481]},{"name":"VerifySignature","features":[328,481]},{"name":"WDIGEST_SP_NAME","features":[328]},{"name":"WDIGEST_SP_NAME_A","features":[328]},{"name":"WDIGEST_SP_NAME_W","features":[328]},{"name":"WINDOWS_SLID","features":[328]},{"name":"X509Certificate","features":[307,328,393]},{"name":"_FACILITY_WINDOWS_STORE","features":[328]},{"name":"_HMAPPER","features":[328]},{"name":"eTlsAlgorithmUsage","features":[328]},{"name":"eTlsHashAlgorithm","features":[328]},{"name":"eTlsSignatureAlgorithm","features":[328]}],"485":[{"name":"ACCOUNT_STATE","features":[483]},{"name":"AsyncIAssociatedIdentityProvider","features":[483]},{"name":"AsyncIConnectedIdentityProvider","features":[483]},{"name":"AsyncIIdentityAdvise","features":[483]},{"name":"AsyncIIdentityAuthentication","features":[483]},{"name":"AsyncIIdentityProvider","features":[483]},{"name":"AsyncIIdentityStore","features":[483]},{"name":"AsyncIIdentityStoreEx","features":[483]},{"name":"CIdentityProfileHandler","features":[483]},{"name":"CONNECTING","features":[483]},{"name":"CONNECT_COMPLETED","features":[483]},{"name":"CoClassIdentityStore","features":[483]},{"name":"IAssociatedIdentityProvider","features":[483]},{"name":"IConnectedIdentityProvider","features":[483]},{"name":"IDENTITIES_ALL","features":[483]},{"name":"IDENTITIES_ME_ONLY","features":[483]},{"name":"IDENTITY_ASSOCIATED","features":[483]},{"name":"IDENTITY_CONNECTED","features":[483]},{"name":"IDENTITY_CREATED","features":[483]},{"name":"IDENTITY_DELETED","features":[483]},{"name":"IDENTITY_DISASSOCIATED","features":[483]},{"name":"IDENTITY_DISCONNECTED","features":[483]},{"name":"IDENTITY_IMPORTED","features":[483]},{"name":"IDENTITY_KEYWORD_ASSOCIATED","features":[483]},{"name":"IDENTITY_KEYWORD_CONNECTED","features":[483]},{"name":"IDENTITY_KEYWORD_HOMEGROUP","features":[483]},{"name":"IDENTITY_KEYWORD_LOCAL","features":[483]},{"name":"IDENTITY_PROPCHANGED","features":[483]},{"name":"IDENTITY_TYPE","features":[483]},{"name":"IDENTITY_URL","features":[483]},{"name":"IDENTITY_URL_ACCOUNT_SETTINGS","features":[483]},{"name":"IDENTITY_URL_CHANGE_PASSWORD_WIZARD","features":[483]},{"name":"IDENTITY_URL_CONNECT_WIZARD","features":[483]},{"name":"IDENTITY_URL_CREATE_ACCOUNT_WIZARD","features":[483]},{"name":"IDENTITY_URL_IFEXISTS_WIZARD","features":[483]},{"name":"IDENTITY_URL_RESTORE_WIZARD","features":[483]},{"name":"IDENTITY_URL_SIGN_IN_WIZARD","features":[483]},{"name":"IIdentityAdvise","features":[483]},{"name":"IIdentityAuthentication","features":[483]},{"name":"IIdentityProvider","features":[483]},{"name":"IIdentityStore","features":[483]},{"name":"IIdentityStoreEx","features":[483]},{"name":"IdentityUpdateEvent","features":[483]},{"name":"NOT_CONNECTED","features":[483]},{"name":"OID_OAssociatedIdentityProviderObject","features":[483]},{"name":"STR_COMPLETE_ACCOUNT","features":[483]},{"name":"STR_MODERN_SETTINGS_ADD_USER","features":[483]},{"name":"STR_NTH_USER_FIRST_AUTH","features":[483]},{"name":"STR_OUT_OF_BOX_EXPERIENCE","features":[483]},{"name":"STR_OUT_OF_BOX_UPGRADE_EXPERIENCE","features":[483]},{"name":"STR_PROPERTY_STORE","features":[483]},{"name":"STR_USER_NAME","features":[483]}],"486":[{"name":"ACCCTRL_DEFAULT_PROVIDER","features":[484]},{"name":"ACCCTRL_DEFAULT_PROVIDERA","features":[484]},{"name":"ACCCTRL_DEFAULT_PROVIDERW","features":[484]},{"name":"ACCESS_MODE","features":[484]},{"name":"ACTRL_ACCESSA","features":[484]},{"name":"ACTRL_ACCESSW","features":[484]},{"name":"ACTRL_ACCESS_ALLOWED","features":[484]},{"name":"ACTRL_ACCESS_DENIED","features":[484]},{"name":"ACTRL_ACCESS_ENTRYA","features":[484]},{"name":"ACTRL_ACCESS_ENTRYW","features":[484]},{"name":"ACTRL_ACCESS_ENTRY_ACCESS_FLAGS","features":[484]},{"name":"ACTRL_ACCESS_ENTRY_LISTA","features":[484]},{"name":"ACTRL_ACCESS_ENTRY_LISTW","features":[484]},{"name":"ACTRL_ACCESS_INFOA","features":[484]},{"name":"ACTRL_ACCESS_INFOW","features":[484]},{"name":"ACTRL_ACCESS_NO_OPTIONS","features":[484]},{"name":"ACTRL_ACCESS_PROTECTED","features":[484]},{"name":"ACTRL_ACCESS_SUPPORTS_OBJECT_ENTRIES","features":[484]},{"name":"ACTRL_AUDIT_FAILURE","features":[484]},{"name":"ACTRL_AUDIT_SUCCESS","features":[484]},{"name":"ACTRL_CHANGE_ACCESS","features":[484]},{"name":"ACTRL_CHANGE_OWNER","features":[484]},{"name":"ACTRL_CONTROL_INFOA","features":[484]},{"name":"ACTRL_CONTROL_INFOW","features":[484]},{"name":"ACTRL_DELETE","features":[484]},{"name":"ACTRL_DIR_CREATE_CHILD","features":[484]},{"name":"ACTRL_DIR_CREATE_OBJECT","features":[484]},{"name":"ACTRL_DIR_DELETE_CHILD","features":[484]},{"name":"ACTRL_DIR_LIST","features":[484]},{"name":"ACTRL_DIR_TRAVERSE","features":[484]},{"name":"ACTRL_FILE_APPEND","features":[484]},{"name":"ACTRL_FILE_CREATE_PIPE","features":[484]},{"name":"ACTRL_FILE_EXECUTE","features":[484]},{"name":"ACTRL_FILE_READ","features":[484]},{"name":"ACTRL_FILE_READ_ATTRIB","features":[484]},{"name":"ACTRL_FILE_READ_PROP","features":[484]},{"name":"ACTRL_FILE_WRITE","features":[484]},{"name":"ACTRL_FILE_WRITE_ATTRIB","features":[484]},{"name":"ACTRL_FILE_WRITE_PROP","features":[484]},{"name":"ACTRL_KERNEL_ALERT","features":[484]},{"name":"ACTRL_KERNEL_CONTROL","features":[484]},{"name":"ACTRL_KERNEL_DIMPERSONATE","features":[484]},{"name":"ACTRL_KERNEL_DUP_HANDLE","features":[484]},{"name":"ACTRL_KERNEL_GET_CONTEXT","features":[484]},{"name":"ACTRL_KERNEL_GET_INFO","features":[484]},{"name":"ACTRL_KERNEL_IMPERSONATE","features":[484]},{"name":"ACTRL_KERNEL_PROCESS","features":[484]},{"name":"ACTRL_KERNEL_SET_CONTEXT","features":[484]},{"name":"ACTRL_KERNEL_SET_INFO","features":[484]},{"name":"ACTRL_KERNEL_TERMINATE","features":[484]},{"name":"ACTRL_KERNEL_THREAD","features":[484]},{"name":"ACTRL_KERNEL_TOKEN","features":[484]},{"name":"ACTRL_KERNEL_VM","features":[484]},{"name":"ACTRL_KERNEL_VM_READ","features":[484]},{"name":"ACTRL_KERNEL_VM_WRITE","features":[484]},{"name":"ACTRL_OVERLAPPED","features":[307,484]},{"name":"ACTRL_PERM_1","features":[484]},{"name":"ACTRL_PERM_10","features":[484]},{"name":"ACTRL_PERM_11","features":[484]},{"name":"ACTRL_PERM_12","features":[484]},{"name":"ACTRL_PERM_13","features":[484]},{"name":"ACTRL_PERM_14","features":[484]},{"name":"ACTRL_PERM_15","features":[484]},{"name":"ACTRL_PERM_16","features":[484]},{"name":"ACTRL_PERM_17","features":[484]},{"name":"ACTRL_PERM_18","features":[484]},{"name":"ACTRL_PERM_19","features":[484]},{"name":"ACTRL_PERM_2","features":[484]},{"name":"ACTRL_PERM_20","features":[484]},{"name":"ACTRL_PERM_3","features":[484]},{"name":"ACTRL_PERM_4","features":[484]},{"name":"ACTRL_PERM_5","features":[484]},{"name":"ACTRL_PERM_6","features":[484]},{"name":"ACTRL_PERM_7","features":[484]},{"name":"ACTRL_PERM_8","features":[484]},{"name":"ACTRL_PERM_9","features":[484]},{"name":"ACTRL_PRINT_JADMIN","features":[484]},{"name":"ACTRL_PRINT_PADMIN","features":[484]},{"name":"ACTRL_PRINT_PUSE","features":[484]},{"name":"ACTRL_PRINT_SADMIN","features":[484]},{"name":"ACTRL_PRINT_SLIST","features":[484]},{"name":"ACTRL_PROPERTY_ENTRYA","features":[484]},{"name":"ACTRL_PROPERTY_ENTRYW","features":[484]},{"name":"ACTRL_READ_CONTROL","features":[484]},{"name":"ACTRL_REG_CREATE_CHILD","features":[484]},{"name":"ACTRL_REG_LINK","features":[484]},{"name":"ACTRL_REG_LIST","features":[484]},{"name":"ACTRL_REG_NOTIFY","features":[484]},{"name":"ACTRL_REG_QUERY","features":[484]},{"name":"ACTRL_REG_SET","features":[484]},{"name":"ACTRL_RESERVED","features":[484]},{"name":"ACTRL_STD_RIGHTS_ALL","features":[484]},{"name":"ACTRL_SVC_GET_INFO","features":[484]},{"name":"ACTRL_SVC_INTERROGATE","features":[484]},{"name":"ACTRL_SVC_LIST","features":[484]},{"name":"ACTRL_SVC_PAUSE","features":[484]},{"name":"ACTRL_SVC_SET_INFO","features":[484]},{"name":"ACTRL_SVC_START","features":[484]},{"name":"ACTRL_SVC_STATUS","features":[484]},{"name":"ACTRL_SVC_STOP","features":[484]},{"name":"ACTRL_SVC_UCONTROL","features":[484]},{"name":"ACTRL_SYNCHRONIZE","features":[484]},{"name":"ACTRL_SYSTEM_ACCESS","features":[484]},{"name":"ACTRL_WIN_CLIPBRD","features":[484]},{"name":"ACTRL_WIN_CREATE","features":[484]},{"name":"ACTRL_WIN_EXIT","features":[484]},{"name":"ACTRL_WIN_GLOBAL_ATOMS","features":[484]},{"name":"ACTRL_WIN_LIST","features":[484]},{"name":"ACTRL_WIN_LIST_DESK","features":[484]},{"name":"ACTRL_WIN_READ_ATTRIBS","features":[484]},{"name":"ACTRL_WIN_SCREEN","features":[484]},{"name":"ACTRL_WIN_WRITE_ATTRIBS","features":[484]},{"name":"APF_AuditFailure","features":[484]},{"name":"APF_AuditSuccess","features":[484]},{"name":"APF_ValidFlags","features":[484]},{"name":"APT_Guid","features":[484]},{"name":"APT_Int64","features":[484]},{"name":"APT_IpAddress","features":[484]},{"name":"APT_LogonId","features":[484]},{"name":"APT_LogonIdWithSid","features":[484]},{"name":"APT_Luid","features":[484]},{"name":"APT_None","features":[484]},{"name":"APT_ObjectTypeList","features":[484]},{"name":"APT_Pointer","features":[484]},{"name":"APT_Sid","features":[484]},{"name":"APT_String","features":[484]},{"name":"APT_Time","features":[484]},{"name":"APT_Ulong","features":[484]},{"name":"AP_ParamTypeBits","features":[484]},{"name":"AP_ParamTypeMask","features":[484]},{"name":"AUDIT_IP_ADDRESS","features":[484]},{"name":"AUDIT_OBJECT_TYPE","features":[484]},{"name":"AUDIT_OBJECT_TYPES","features":[484]},{"name":"AUDIT_PARAM","features":[484]},{"name":"AUDIT_PARAMS","features":[484]},{"name":"AUDIT_PARAM_TYPE","features":[484]},{"name":"AUDIT_TYPE_LEGACY","features":[484]},{"name":"AUDIT_TYPE_WMI","features":[484]},{"name":"AUTHZP_WPD_EVENT","features":[484]},{"name":"AUTHZ_ACCESS_CHECK_FLAGS","features":[484]},{"name":"AUTHZ_ACCESS_CHECK_NO_DEEP_COPY_SD","features":[484]},{"name":"AUTHZ_ACCESS_CHECK_RESULTS_HANDLE","features":[484]},{"name":"AUTHZ_ACCESS_REPLY","features":[484]},{"name":"AUTHZ_ACCESS_REQUEST","features":[484]},{"name":"AUTHZ_ALLOW_MULTIPLE_SOURCE_INSTANCES","features":[484]},{"name":"AUTHZ_AUDIT_EVENT_HANDLE","features":[484]},{"name":"AUTHZ_AUDIT_EVENT_INFORMATION_CLASS","features":[484]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_HANDLE","features":[484]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_LEGACY","features":[484]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_OLD","features":[307,484]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_UNION","features":[484]},{"name":"AUTHZ_AUDIT_INSTANCE_INFORMATION","features":[484]},{"name":"AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE","features":[484]},{"name":"AUTHZ_CLIENT_CONTEXT_HANDLE","features":[484]},{"name":"AUTHZ_COMPUTE_PRIVILEGES","features":[484]},{"name":"AUTHZ_CONTEXT_INFORMATION_CLASS","features":[484]},{"name":"AUTHZ_FLAG_ALLOW_MULTIPLE_SOURCE_INSTANCES","features":[484]},{"name":"AUTHZ_GENERATE_FAILURE_AUDIT","features":[484]},{"name":"AUTHZ_GENERATE_RESULTS","features":[484]},{"name":"AUTHZ_GENERATE_SUCCESS_AUDIT","features":[484]},{"name":"AUTHZ_INITIALIZE_OBJECT_ACCESS_AUDIT_EVENT_FLAGS","features":[484]},{"name":"AUTHZ_INIT_INFO","features":[307,484]},{"name":"AUTHZ_INIT_INFO_VERSION_V1","features":[484]},{"name":"AUTHZ_MIGRATED_LEGACY_PUBLISHER","features":[484]},{"name":"AUTHZ_NO_ALLOC_STRINGS","features":[484]},{"name":"AUTHZ_NO_FAILURE_AUDIT","features":[484]},{"name":"AUTHZ_NO_SUCCESS_AUDIT","features":[484]},{"name":"AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET","features":[484]},{"name":"AUTHZ_REQUIRE_S4U_LOGON","features":[484]},{"name":"AUTHZ_RESOURCE_MANAGER_FLAGS","features":[484]},{"name":"AUTHZ_RESOURCE_MANAGER_HANDLE","features":[484]},{"name":"AUTHZ_RM_FLAG_INITIALIZE_UNDER_IMPERSONATION","features":[484]},{"name":"AUTHZ_RM_FLAG_NO_AUDIT","features":[484]},{"name":"AUTHZ_RM_FLAG_NO_CENTRAL_ACCESS_POLICIES","features":[484]},{"name":"AUTHZ_RPC_INIT_INFO_CLIENT","features":[484]},{"name":"AUTHZ_RPC_INIT_INFO_CLIENT_VERSION_V1","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION_VERSION","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_FLAGS","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_NON_INHERITABLE","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_ADD","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_DELETE","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_NONE","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_REPLACE","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_REPLACE_ALL","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_BOOLEAN","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_FQBN","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_INT64","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_INVALID","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_OCTET_STRING","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_SID","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_STRING","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_UINT64","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_V1","features":[484]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_VALUE_CASE_SENSITIVE","features":[484]},{"name":"AUTHZ_SECURITY_EVENT_PROVIDER_HANDLE","features":[484]},{"name":"AUTHZ_SID_OPERATION","features":[484]},{"name":"AUTHZ_SID_OPERATION_ADD","features":[484]},{"name":"AUTHZ_SID_OPERATION_DELETE","features":[484]},{"name":"AUTHZ_SID_OPERATION_NONE","features":[484]},{"name":"AUTHZ_SID_OPERATION_REPLACE","features":[484]},{"name":"AUTHZ_SID_OPERATION_REPLACE_ALL","features":[484]},{"name":"AUTHZ_SKIP_TOKEN_GROUPS","features":[484]},{"name":"AUTHZ_SOURCE_SCHEMA_REGISTRATION","features":[484]},{"name":"AUTHZ_WPD_CATEGORY_FLAG","features":[484]},{"name":"AZ_AZSTORE_DEFAULT_DOMAIN_TIMEOUT","features":[484]},{"name":"AZ_AZSTORE_DEFAULT_MAX_SCRIPT_ENGINES","features":[484]},{"name":"AZ_AZSTORE_DEFAULT_SCRIPT_ENGINE_TIMEOUT","features":[484]},{"name":"AZ_AZSTORE_FLAG_AUDIT_IS_CRITICAL","features":[484]},{"name":"AZ_AZSTORE_FLAG_BATCH_UPDATE","features":[484]},{"name":"AZ_AZSTORE_FLAG_CREATE","features":[484]},{"name":"AZ_AZSTORE_FLAG_MANAGE_ONLY_PASSIVE_SUBMIT","features":[484]},{"name":"AZ_AZSTORE_FLAG_MANAGE_STORE_ONLY","features":[484]},{"name":"AZ_AZSTORE_FORCE_APPLICATION_CLOSE","features":[484]},{"name":"AZ_AZSTORE_MIN_DOMAIN_TIMEOUT","features":[484]},{"name":"AZ_AZSTORE_MIN_SCRIPT_ENGINE_TIMEOUT","features":[484]},{"name":"AZ_AZSTORE_NT6_FUNCTION_LEVEL","features":[484]},{"name":"AZ_CLIENT_CONTEXT_GET_GROUPS_STORE_LEVEL_ONLY","features":[484]},{"name":"AZ_CLIENT_CONTEXT_GET_GROUP_RECURSIVE","features":[484]},{"name":"AZ_CLIENT_CONTEXT_SKIP_GROUP","features":[484]},{"name":"AZ_CLIENT_CONTEXT_SKIP_LDAP_QUERY","features":[484]},{"name":"AZ_GROUPTYPE_BASIC","features":[484]},{"name":"AZ_GROUPTYPE_BIZRULE","features":[484]},{"name":"AZ_GROUPTYPE_LDAP_QUERY","features":[484]},{"name":"AZ_MAX_APPLICATION_DATA_LENGTH","features":[484]},{"name":"AZ_MAX_APPLICATION_NAME_LENGTH","features":[484]},{"name":"AZ_MAX_APPLICATION_VERSION_LENGTH","features":[484]},{"name":"AZ_MAX_BIZRULE_STRING","features":[484]},{"name":"AZ_MAX_DESCRIPTION_LENGTH","features":[484]},{"name":"AZ_MAX_GROUP_BIZRULE_IMPORTED_PATH_LENGTH","features":[484]},{"name":"AZ_MAX_GROUP_BIZRULE_LANGUAGE_LENGTH","features":[484]},{"name":"AZ_MAX_GROUP_BIZRULE_LENGTH","features":[484]},{"name":"AZ_MAX_GROUP_LDAP_QUERY_LENGTH","features":[484]},{"name":"AZ_MAX_GROUP_NAME_LENGTH","features":[484]},{"name":"AZ_MAX_NAME_LENGTH","features":[484]},{"name":"AZ_MAX_OPERATION_NAME_LENGTH","features":[484]},{"name":"AZ_MAX_POLICY_URL_LENGTH","features":[484]},{"name":"AZ_MAX_ROLE_NAME_LENGTH","features":[484]},{"name":"AZ_MAX_SCOPE_NAME_LENGTH","features":[484]},{"name":"AZ_MAX_TASK_BIZRULE_IMPORTED_PATH_LENGTH","features":[484]},{"name":"AZ_MAX_TASK_BIZRULE_LANGUAGE_LENGTH","features":[484]},{"name":"AZ_MAX_TASK_BIZRULE_LENGTH","features":[484]},{"name":"AZ_MAX_TASK_NAME_LENGTH","features":[484]},{"name":"AZ_PROP_APPLICATION_AUTHZ_INTERFACE_CLSID","features":[484]},{"name":"AZ_PROP_APPLICATION_BIZRULE_ENABLED","features":[484]},{"name":"AZ_PROP_APPLICATION_DATA","features":[484]},{"name":"AZ_PROP_APPLICATION_NAME","features":[484]},{"name":"AZ_PROP_APPLICATION_VERSION","features":[484]},{"name":"AZ_PROP_APPLY_STORE_SACL","features":[484]},{"name":"AZ_PROP_AZSTORE_DOMAIN_TIMEOUT","features":[484]},{"name":"AZ_PROP_AZSTORE_MAJOR_VERSION","features":[484]},{"name":"AZ_PROP_AZSTORE_MAX_SCRIPT_ENGINES","features":[484]},{"name":"AZ_PROP_AZSTORE_MINOR_VERSION","features":[484]},{"name":"AZ_PROP_AZSTORE_SCRIPT_ENGINE_TIMEOUT","features":[484]},{"name":"AZ_PROP_AZSTORE_TARGET_MACHINE","features":[484]},{"name":"AZ_PROP_AZTORE_IS_ADAM_INSTANCE","features":[484]},{"name":"AZ_PROP_CHILD_CREATE","features":[484]},{"name":"AZ_PROP_CLIENT_CONTEXT_LDAP_QUERY_DN","features":[484]},{"name":"AZ_PROP_CLIENT_CONTEXT_ROLE_FOR_ACCESS_CHECK","features":[484]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_CANONICAL","features":[484]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DISPLAY","features":[484]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DN","features":[484]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DNS_SAM_COMPAT","features":[484]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_GUID","features":[484]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_SAM_COMPAT","features":[484]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_UPN","features":[484]},{"name":"AZ_PROP_CONSTANTS","features":[484]},{"name":"AZ_PROP_DELEGATED_POLICY_USERS","features":[484]},{"name":"AZ_PROP_DELEGATED_POLICY_USERS_NAME","features":[484]},{"name":"AZ_PROP_DESCRIPTION","features":[484]},{"name":"AZ_PROP_GENERATE_AUDITS","features":[484]},{"name":"AZ_PROP_GROUP_APP_MEMBERS","features":[484]},{"name":"AZ_PROP_GROUP_APP_NON_MEMBERS","features":[484]},{"name":"AZ_PROP_GROUP_BIZRULE","features":[484]},{"name":"AZ_PROP_GROUP_BIZRULE_IMPORTED_PATH","features":[484]},{"name":"AZ_PROP_GROUP_BIZRULE_LANGUAGE","features":[484]},{"name":"AZ_PROP_GROUP_LDAP_QUERY","features":[484]},{"name":"AZ_PROP_GROUP_MEMBERS","features":[484]},{"name":"AZ_PROP_GROUP_MEMBERS_NAME","features":[484]},{"name":"AZ_PROP_GROUP_NON_MEMBERS","features":[484]},{"name":"AZ_PROP_GROUP_NON_MEMBERS_NAME","features":[484]},{"name":"AZ_PROP_GROUP_TYPE","features":[484]},{"name":"AZ_PROP_NAME","features":[484]},{"name":"AZ_PROP_OPERATION_ID","features":[484]},{"name":"AZ_PROP_POLICY_ADMINS","features":[484]},{"name":"AZ_PROP_POLICY_ADMINS_NAME","features":[484]},{"name":"AZ_PROP_POLICY_READERS","features":[484]},{"name":"AZ_PROP_POLICY_READERS_NAME","features":[484]},{"name":"AZ_PROP_ROLE_APP_MEMBERS","features":[484]},{"name":"AZ_PROP_ROLE_MEMBERS","features":[484]},{"name":"AZ_PROP_ROLE_MEMBERS_NAME","features":[484]},{"name":"AZ_PROP_ROLE_OPERATIONS","features":[484]},{"name":"AZ_PROP_ROLE_TASKS","features":[484]},{"name":"AZ_PROP_SCOPE_BIZRULES_WRITABLE","features":[484]},{"name":"AZ_PROP_SCOPE_CAN_BE_DELEGATED","features":[484]},{"name":"AZ_PROP_TASK_BIZRULE","features":[484]},{"name":"AZ_PROP_TASK_BIZRULE_IMPORTED_PATH","features":[484]},{"name":"AZ_PROP_TASK_BIZRULE_LANGUAGE","features":[484]},{"name":"AZ_PROP_TASK_IS_ROLE_DEFINITION","features":[484]},{"name":"AZ_PROP_TASK_OPERATIONS","features":[484]},{"name":"AZ_PROP_TASK_TASKS","features":[484]},{"name":"AZ_PROP_WRITABLE","features":[484]},{"name":"AZ_SUBMIT_FLAG_ABORT","features":[484]},{"name":"AZ_SUBMIT_FLAG_FLUSH","features":[484]},{"name":"AuthzAccessCheck","features":[307,484]},{"name":"AuthzAddSidsToContext","features":[307,484]},{"name":"AuthzAuditEventInfoAdditionalInfo","features":[484]},{"name":"AuthzAuditEventInfoFlags","features":[484]},{"name":"AuthzAuditEventInfoObjectName","features":[484]},{"name":"AuthzAuditEventInfoObjectType","features":[484]},{"name":"AuthzAuditEventInfoOperationType","features":[484]},{"name":"AuthzCachedAccessCheck","features":[307,484]},{"name":"AuthzContextInfoAll","features":[484]},{"name":"AuthzContextInfoAppContainerSid","features":[484]},{"name":"AuthzContextInfoAuthenticationId","features":[484]},{"name":"AuthzContextInfoCapabilitySids","features":[484]},{"name":"AuthzContextInfoDeviceClaims","features":[484]},{"name":"AuthzContextInfoDeviceSids","features":[484]},{"name":"AuthzContextInfoExpirationTime","features":[484]},{"name":"AuthzContextInfoGroupsSids","features":[484]},{"name":"AuthzContextInfoIdentifier","features":[484]},{"name":"AuthzContextInfoPrivileges","features":[484]},{"name":"AuthzContextInfoRestrictedSids","features":[484]},{"name":"AuthzContextInfoSecurityAttributes","features":[484]},{"name":"AuthzContextInfoServerContext","features":[484]},{"name":"AuthzContextInfoSource","features":[484]},{"name":"AuthzContextInfoUserClaims","features":[484]},{"name":"AuthzContextInfoUserSid","features":[484]},{"name":"AuthzEnumerateSecurityEventSources","features":[307,484]},{"name":"AuthzEvaluateSacl","features":[307,484]},{"name":"AuthzFreeAuditEvent","features":[307,484]},{"name":"AuthzFreeCentralAccessPolicyCache","features":[307,484]},{"name":"AuthzFreeContext","features":[307,484]},{"name":"AuthzFreeHandle","features":[307,484]},{"name":"AuthzFreeResourceManager","features":[307,484]},{"name":"AuthzGetInformationFromContext","features":[307,484]},{"name":"AuthzInitializeCompoundContext","features":[307,484]},{"name":"AuthzInitializeContextFromAuthzContext","features":[307,484]},{"name":"AuthzInitializeContextFromSid","features":[307,484]},{"name":"AuthzInitializeContextFromToken","features":[307,484]},{"name":"AuthzInitializeObjectAccessAuditEvent","features":[307,484]},{"name":"AuthzInitializeObjectAccessAuditEvent2","features":[307,484]},{"name":"AuthzInitializeRemoteResourceManager","features":[307,484]},{"name":"AuthzInitializeResourceManager","features":[307,484]},{"name":"AuthzInitializeResourceManagerEx","features":[307,484]},{"name":"AuthzInstallSecurityEventSource","features":[307,484]},{"name":"AuthzModifyClaims","features":[307,484]},{"name":"AuthzModifySecurityAttributes","features":[307,484]},{"name":"AuthzModifySids","features":[307,484]},{"name":"AuthzOpenObjectAudit","features":[307,484]},{"name":"AuthzRegisterCapChangeNotification","features":[307,484,342]},{"name":"AuthzRegisterSecurityEventSource","features":[307,484]},{"name":"AuthzReportSecurityEvent","features":[307,484]},{"name":"AuthzReportSecurityEventFromParams","features":[307,484]},{"name":"AuthzSetAppContainerInformation","features":[307,484]},{"name":"AuthzUninstallSecurityEventSource","features":[307,484]},{"name":"AuthzUnregisterCapChangeNotification","features":[307,484]},{"name":"AuthzUnregisterSecurityEventSource","features":[307,484]},{"name":"AzAuthorizationStore","features":[484]},{"name":"AzBizRuleContext","features":[484]},{"name":"AzPrincipalLocator","features":[484]},{"name":"BuildExplicitAccessWithNameA","features":[484]},{"name":"BuildExplicitAccessWithNameW","features":[484]},{"name":"BuildImpersonateExplicitAccessWithNameA","features":[484]},{"name":"BuildImpersonateExplicitAccessWithNameW","features":[484]},{"name":"BuildImpersonateTrusteeA","features":[484]},{"name":"BuildImpersonateTrusteeW","features":[484]},{"name":"BuildSecurityDescriptorA","features":[307,484]},{"name":"BuildSecurityDescriptorW","features":[307,484]},{"name":"BuildTrusteeWithNameA","features":[484]},{"name":"BuildTrusteeWithNameW","features":[484]},{"name":"BuildTrusteeWithObjectsAndNameA","features":[484]},{"name":"BuildTrusteeWithObjectsAndNameW","features":[484]},{"name":"BuildTrusteeWithObjectsAndSidA","features":[484]},{"name":"BuildTrusteeWithObjectsAndSidW","features":[484]},{"name":"BuildTrusteeWithSidA","features":[484]},{"name":"BuildTrusteeWithSidW","features":[484]},{"name":"ConvertSecurityDescriptorToStringSecurityDescriptorA","features":[307,484]},{"name":"ConvertSecurityDescriptorToStringSecurityDescriptorW","features":[307,484]},{"name":"ConvertSidToStringSidA","features":[307,484]},{"name":"ConvertSidToStringSidW","features":[307,484]},{"name":"ConvertStringSecurityDescriptorToSecurityDescriptorA","features":[307,484]},{"name":"ConvertStringSecurityDescriptorToSecurityDescriptorW","features":[307,484]},{"name":"ConvertStringSidToSidA","features":[307,484]},{"name":"ConvertStringSidToSidW","features":[307,484]},{"name":"DENY_ACCESS","features":[484]},{"name":"EXPLICIT_ACCESS_A","features":[484]},{"name":"EXPLICIT_ACCESS_W","features":[484]},{"name":"FN_OBJECT_MGR_FUNCTS","features":[484]},{"name":"FN_PROGRESS","features":[307,484]},{"name":"FreeInheritedFromArray","features":[307,484]},{"name":"GRANT_ACCESS","features":[484]},{"name":"GetAuditedPermissionsFromAclA","features":[307,484]},{"name":"GetAuditedPermissionsFromAclW","features":[307,484]},{"name":"GetEffectiveRightsFromAclA","features":[307,484]},{"name":"GetEffectiveRightsFromAclW","features":[307,484]},{"name":"GetExplicitEntriesFromAclA","features":[307,484]},{"name":"GetExplicitEntriesFromAclW","features":[307,484]},{"name":"GetInheritanceSourceA","features":[307,484]},{"name":"GetInheritanceSourceW","features":[307,484]},{"name":"GetMultipleTrusteeA","features":[484]},{"name":"GetMultipleTrusteeOperationA","features":[484]},{"name":"GetMultipleTrusteeOperationW","features":[484]},{"name":"GetMultipleTrusteeW","features":[484]},{"name":"GetNamedSecurityInfoA","features":[307,484]},{"name":"GetNamedSecurityInfoW","features":[307,484]},{"name":"GetSecurityInfo","features":[307,484]},{"name":"GetTrusteeFormA","features":[484]},{"name":"GetTrusteeFormW","features":[484]},{"name":"GetTrusteeNameA","features":[484]},{"name":"GetTrusteeNameW","features":[484]},{"name":"GetTrusteeTypeA","features":[484]},{"name":"GetTrusteeTypeW","features":[484]},{"name":"IAzApplication","features":[484,358]},{"name":"IAzApplication2","features":[484,358]},{"name":"IAzApplication3","features":[484,358]},{"name":"IAzApplicationGroup","features":[484,358]},{"name":"IAzApplicationGroup2","features":[484,358]},{"name":"IAzApplicationGroups","features":[484,358]},{"name":"IAzApplications","features":[484,358]},{"name":"IAzAuthorizationStore","features":[484,358]},{"name":"IAzAuthorizationStore2","features":[484,358]},{"name":"IAzAuthorizationStore3","features":[484,358]},{"name":"IAzBizRuleContext","features":[484,358]},{"name":"IAzBizRuleInterfaces","features":[484,358]},{"name":"IAzBizRuleParameters","features":[484,358]},{"name":"IAzClientContext","features":[484,358]},{"name":"IAzClientContext2","features":[484,358]},{"name":"IAzClientContext3","features":[484,358]},{"name":"IAzNameResolver","features":[484,358]},{"name":"IAzObjectPicker","features":[484,358]},{"name":"IAzOperation","features":[484,358]},{"name":"IAzOperation2","features":[484,358]},{"name":"IAzOperations","features":[484,358]},{"name":"IAzPrincipalLocator","features":[484,358]},{"name":"IAzRole","features":[484,358]},{"name":"IAzRoleAssignment","features":[484,358]},{"name":"IAzRoleAssignments","features":[484,358]},{"name":"IAzRoleDefinition","features":[484,358]},{"name":"IAzRoleDefinitions","features":[484,358]},{"name":"IAzRoles","features":[484,358]},{"name":"IAzScope","features":[484,358]},{"name":"IAzScope2","features":[484,358]},{"name":"IAzScopes","features":[484,358]},{"name":"IAzTask","features":[484,358]},{"name":"IAzTask2","features":[484,358]},{"name":"IAzTasks","features":[484,358]},{"name":"INHERITED_ACCESS_ENTRY","features":[484]},{"name":"INHERITED_FROMA","features":[484]},{"name":"INHERITED_FROMW","features":[484]},{"name":"INHERITED_GRANDPARENT","features":[484]},{"name":"INHERITED_PARENT","features":[484]},{"name":"LookupSecurityDescriptorPartsA","features":[307,484]},{"name":"LookupSecurityDescriptorPartsW","features":[307,484]},{"name":"MULTIPLE_TRUSTEE_OPERATION","features":[484]},{"name":"NOT_USED_ACCESS","features":[484]},{"name":"NO_MULTIPLE_TRUSTEE","features":[484]},{"name":"OBJECTS_AND_NAME_A","features":[484]},{"name":"OBJECTS_AND_NAME_W","features":[484]},{"name":"OBJECTS_AND_SID","features":[484]},{"name":"OLESCRIPT_E_SYNTAX","features":[484]},{"name":"PFN_AUTHZ_COMPUTE_DYNAMIC_GROUPS","features":[307,484]},{"name":"PFN_AUTHZ_DYNAMIC_ACCESS_CHECK","features":[307,484]},{"name":"PFN_AUTHZ_FREE_CENTRAL_ACCESS_POLICY","features":[484]},{"name":"PFN_AUTHZ_FREE_DYNAMIC_GROUPS","features":[484]},{"name":"PFN_AUTHZ_GET_CENTRAL_ACCESS_POLICY","features":[307,484]},{"name":"PROG_INVOKE_SETTING","features":[484]},{"name":"ProgressCancelOperation","features":[484]},{"name":"ProgressInvokeEveryObject","features":[484]},{"name":"ProgressInvokeNever","features":[484]},{"name":"ProgressInvokeOnError","features":[484]},{"name":"ProgressInvokePrePostError","features":[484]},{"name":"ProgressRetryOperation","features":[484]},{"name":"REVOKE_ACCESS","features":[484]},{"name":"SDDL_ACCESS_ALLOWED","features":[484]},{"name":"SDDL_ACCESS_CONTROL_ASSISTANCE_OPS","features":[484]},{"name":"SDDL_ACCESS_DENIED","features":[484]},{"name":"SDDL_ACCESS_FILTER","features":[484]},{"name":"SDDL_ACCOUNT_OPERATORS","features":[484]},{"name":"SDDL_ACE_BEGIN","features":[484]},{"name":"SDDL_ACE_COND_ATTRIBUTE_PREFIX","features":[484]},{"name":"SDDL_ACE_COND_BEGIN","features":[484]},{"name":"SDDL_ACE_COND_BLOB_PREFIX","features":[484]},{"name":"SDDL_ACE_COND_DEVICE_ATTRIBUTE_PREFIX","features":[484]},{"name":"SDDL_ACE_COND_END","features":[484]},{"name":"SDDL_ACE_COND_RESOURCE_ATTRIBUTE_PREFIX","features":[484]},{"name":"SDDL_ACE_COND_SID_PREFIX","features":[484]},{"name":"SDDL_ACE_COND_TOKEN_ATTRIBUTE_PREFIX","features":[484]},{"name":"SDDL_ACE_COND_USER_ATTRIBUTE_PREFIX","features":[484]},{"name":"SDDL_ACE_END","features":[484]},{"name":"SDDL_ALARM","features":[484]},{"name":"SDDL_ALIAS_PREW2KCOMPACC","features":[484]},{"name":"SDDL_ALIAS_SIZE","features":[484]},{"name":"SDDL_ALL_APP_PACKAGES","features":[484]},{"name":"SDDL_ANONYMOUS","features":[484]},{"name":"SDDL_AUDIT","features":[484]},{"name":"SDDL_AUDIT_FAILURE","features":[484]},{"name":"SDDL_AUDIT_SUCCESS","features":[484]},{"name":"SDDL_AUTHENTICATED_USERS","features":[484]},{"name":"SDDL_AUTHORITY_ASSERTED","features":[484]},{"name":"SDDL_AUTO_INHERITED","features":[484]},{"name":"SDDL_AUTO_INHERIT_REQ","features":[484]},{"name":"SDDL_BACKUP_OPERATORS","features":[484]},{"name":"SDDL_BLOB","features":[484]},{"name":"SDDL_BOOLEAN","features":[484]},{"name":"SDDL_BUILTIN_ADMINISTRATORS","features":[484]},{"name":"SDDL_BUILTIN_GUESTS","features":[484]},{"name":"SDDL_BUILTIN_USERS","features":[484]},{"name":"SDDL_CALLBACK_ACCESS_ALLOWED","features":[484]},{"name":"SDDL_CALLBACK_ACCESS_DENIED","features":[484]},{"name":"SDDL_CALLBACK_AUDIT","features":[484]},{"name":"SDDL_CALLBACK_OBJECT_ACCESS_ALLOWED","features":[484]},{"name":"SDDL_CERTSVC_DCOM_ACCESS","features":[484]},{"name":"SDDL_CERT_SERV_ADMINISTRATORS","features":[484]},{"name":"SDDL_CLONEABLE_CONTROLLERS","features":[484]},{"name":"SDDL_CONTAINER_INHERIT","features":[484]},{"name":"SDDL_CONTROL_ACCESS","features":[484]},{"name":"SDDL_CREATE_CHILD","features":[484]},{"name":"SDDL_CREATOR_GROUP","features":[484]},{"name":"SDDL_CREATOR_OWNER","features":[484]},{"name":"SDDL_CRITICAL","features":[484]},{"name":"SDDL_CRYPTO_OPERATORS","features":[484]},{"name":"SDDL_DACL","features":[484]},{"name":"SDDL_DELETE_CHILD","features":[484]},{"name":"SDDL_DELETE_TREE","features":[484]},{"name":"SDDL_DELIMINATOR","features":[484]},{"name":"SDDL_DOMAIN_ADMINISTRATORS","features":[484]},{"name":"SDDL_DOMAIN_COMPUTERS","features":[484]},{"name":"SDDL_DOMAIN_DOMAIN_CONTROLLERS","features":[484]},{"name":"SDDL_DOMAIN_GUESTS","features":[484]},{"name":"SDDL_DOMAIN_USERS","features":[484]},{"name":"SDDL_ENTERPRISE_ADMINS","features":[484]},{"name":"SDDL_ENTERPRISE_DOMAIN_CONTROLLERS","features":[484]},{"name":"SDDL_ENTERPRISE_KEY_ADMINS","features":[484]},{"name":"SDDL_ENTERPRISE_RO_DCs","features":[484]},{"name":"SDDL_EVENT_LOG_READERS","features":[484]},{"name":"SDDL_EVERYONE","features":[484]},{"name":"SDDL_FILE_ALL","features":[484]},{"name":"SDDL_FILE_EXECUTE","features":[484]},{"name":"SDDL_FILE_READ","features":[484]},{"name":"SDDL_FILE_WRITE","features":[484]},{"name":"SDDL_GENERIC_ALL","features":[484]},{"name":"SDDL_GENERIC_EXECUTE","features":[484]},{"name":"SDDL_GENERIC_READ","features":[484]},{"name":"SDDL_GENERIC_WRITE","features":[484]},{"name":"SDDL_GROUP","features":[484]},{"name":"SDDL_GROUP_POLICY_ADMINS","features":[484]},{"name":"SDDL_HYPER_V_ADMINS","features":[484]},{"name":"SDDL_IIS_USERS","features":[484]},{"name":"SDDL_INHERITED","features":[484]},{"name":"SDDL_INHERIT_ONLY","features":[484]},{"name":"SDDL_INT","features":[484]},{"name":"SDDL_INTERACTIVE","features":[484]},{"name":"SDDL_KEY_ADMINS","features":[484]},{"name":"SDDL_KEY_ALL","features":[484]},{"name":"SDDL_KEY_EXECUTE","features":[484]},{"name":"SDDL_KEY_READ","features":[484]},{"name":"SDDL_KEY_WRITE","features":[484]},{"name":"SDDL_LIST_CHILDREN","features":[484]},{"name":"SDDL_LIST_OBJECT","features":[484]},{"name":"SDDL_LOCAL_ADMIN","features":[484]},{"name":"SDDL_LOCAL_GUEST","features":[484]},{"name":"SDDL_LOCAL_SERVICE","features":[484]},{"name":"SDDL_LOCAL_SYSTEM","features":[484]},{"name":"SDDL_MANDATORY_LABEL","features":[484]},{"name":"SDDL_ML_HIGH","features":[484]},{"name":"SDDL_ML_LOW","features":[484]},{"name":"SDDL_ML_MEDIUM","features":[484]},{"name":"SDDL_ML_MEDIUM_PLUS","features":[484]},{"name":"SDDL_ML_SYSTEM","features":[484]},{"name":"SDDL_NETWORK","features":[484]},{"name":"SDDL_NETWORK_CONFIGURATION_OPS","features":[484]},{"name":"SDDL_NETWORK_SERVICE","features":[484]},{"name":"SDDL_NO_EXECUTE_UP","features":[484]},{"name":"SDDL_NO_PROPAGATE","features":[484]},{"name":"SDDL_NO_READ_UP","features":[484]},{"name":"SDDL_NO_WRITE_UP","features":[484]},{"name":"SDDL_NULL_ACL","features":[484]},{"name":"SDDL_OBJECT_ACCESS_ALLOWED","features":[484]},{"name":"SDDL_OBJECT_ACCESS_DENIED","features":[484]},{"name":"SDDL_OBJECT_ALARM","features":[484]},{"name":"SDDL_OBJECT_AUDIT","features":[484]},{"name":"SDDL_OBJECT_INHERIT","features":[484]},{"name":"SDDL_OWNER","features":[484]},{"name":"SDDL_OWNER_RIGHTS","features":[484]},{"name":"SDDL_PERFLOG_USERS","features":[484]},{"name":"SDDL_PERFMON_USERS","features":[484]},{"name":"SDDL_PERSONAL_SELF","features":[484]},{"name":"SDDL_POWER_USERS","features":[484]},{"name":"SDDL_PRINTER_OPERATORS","features":[484]},{"name":"SDDL_PROCESS_TRUST_LABEL","features":[484]},{"name":"SDDL_PROTECTED","features":[484]},{"name":"SDDL_PROTECTED_USERS","features":[484]},{"name":"SDDL_RAS_SERVERS","features":[484]},{"name":"SDDL_RDS_ENDPOINT_SERVERS","features":[484]},{"name":"SDDL_RDS_MANAGEMENT_SERVERS","features":[484]},{"name":"SDDL_RDS_REMOTE_ACCESS_SERVERS","features":[484]},{"name":"SDDL_READ_CONTROL","features":[484]},{"name":"SDDL_READ_PROPERTY","features":[484]},{"name":"SDDL_REMOTE_DESKTOP","features":[484]},{"name":"SDDL_REMOTE_MANAGEMENT_USERS","features":[484]},{"name":"SDDL_REPLICATOR","features":[484]},{"name":"SDDL_RESOURCE_ATTRIBUTE","features":[484]},{"name":"SDDL_RESTRICTED_CODE","features":[484]},{"name":"SDDL_REVISION","features":[484]},{"name":"SDDL_REVISION_1","features":[484]},{"name":"SDDL_SACL","features":[484]},{"name":"SDDL_SCHEMA_ADMINISTRATORS","features":[484]},{"name":"SDDL_SCOPED_POLICY_ID","features":[484]},{"name":"SDDL_SELF_WRITE","features":[484]},{"name":"SDDL_SEPERATOR","features":[484]},{"name":"SDDL_SERVER_OPERATORS","features":[484]},{"name":"SDDL_SERVICE","features":[484]},{"name":"SDDL_SERVICE_ASSERTED","features":[484]},{"name":"SDDL_SID","features":[484]},{"name":"SDDL_SPACE","features":[484]},{"name":"SDDL_STANDARD_DELETE","features":[484]},{"name":"SDDL_TRUST_PROTECTED_FILTER","features":[484]},{"name":"SDDL_UINT","features":[484]},{"name":"SDDL_USER_MODE_DRIVERS","features":[484]},{"name":"SDDL_WRITE_DAC","features":[484]},{"name":"SDDL_WRITE_OWNER","features":[484]},{"name":"SDDL_WRITE_PROPERTY","features":[484]},{"name":"SDDL_WRITE_RESTRICTED_CODE","features":[484]},{"name":"SDDL_WSTRING","features":[484]},{"name":"SET_ACCESS","features":[484]},{"name":"SET_AUDIT_FAILURE","features":[484]},{"name":"SET_AUDIT_SUCCESS","features":[484]},{"name":"SE_DS_OBJECT","features":[484]},{"name":"SE_DS_OBJECT_ALL","features":[484]},{"name":"SE_FILE_OBJECT","features":[484]},{"name":"SE_KERNEL_OBJECT","features":[484]},{"name":"SE_LMSHARE","features":[484]},{"name":"SE_OBJECT_TYPE","features":[484]},{"name":"SE_PRINTER","features":[484]},{"name":"SE_PROVIDER_DEFINED_OBJECT","features":[484]},{"name":"SE_REGISTRY_KEY","features":[484]},{"name":"SE_REGISTRY_WOW64_32KEY","features":[484]},{"name":"SE_REGISTRY_WOW64_64KEY","features":[484]},{"name":"SE_SERVICE","features":[484]},{"name":"SE_UNKNOWN_OBJECT_TYPE","features":[484]},{"name":"SE_WINDOW_OBJECT","features":[484]},{"name":"SE_WMIGUID_OBJECT","features":[484]},{"name":"SetEntriesInAclA","features":[307,484]},{"name":"SetEntriesInAclW","features":[307,484]},{"name":"SetNamedSecurityInfoA","features":[307,484]},{"name":"SetNamedSecurityInfoW","features":[307,484]},{"name":"SetSecurityInfo","features":[307,484]},{"name":"TREE_SEC_INFO","features":[484]},{"name":"TREE_SEC_INFO_RESET","features":[484]},{"name":"TREE_SEC_INFO_RESET_KEEP_EXPLICIT","features":[484]},{"name":"TREE_SEC_INFO_SET","features":[484]},{"name":"TRUSTEE_A","features":[484]},{"name":"TRUSTEE_ACCESSA","features":[484]},{"name":"TRUSTEE_ACCESSW","features":[484]},{"name":"TRUSTEE_ACCESS_ALL","features":[484]},{"name":"TRUSTEE_ACCESS_ALLOWED","features":[484]},{"name":"TRUSTEE_ACCESS_EXPLICIT","features":[484]},{"name":"TRUSTEE_ACCESS_READ","features":[484]},{"name":"TRUSTEE_ACCESS_WRITE","features":[484]},{"name":"TRUSTEE_BAD_FORM","features":[484]},{"name":"TRUSTEE_FORM","features":[484]},{"name":"TRUSTEE_IS_ALIAS","features":[484]},{"name":"TRUSTEE_IS_COMPUTER","features":[484]},{"name":"TRUSTEE_IS_DELETED","features":[484]},{"name":"TRUSTEE_IS_DOMAIN","features":[484]},{"name":"TRUSTEE_IS_GROUP","features":[484]},{"name":"TRUSTEE_IS_IMPERSONATE","features":[484]},{"name":"TRUSTEE_IS_INVALID","features":[484]},{"name":"TRUSTEE_IS_NAME","features":[484]},{"name":"TRUSTEE_IS_OBJECTS_AND_NAME","features":[484]},{"name":"TRUSTEE_IS_OBJECTS_AND_SID","features":[484]},{"name":"TRUSTEE_IS_SID","features":[484]},{"name":"TRUSTEE_IS_UNKNOWN","features":[484]},{"name":"TRUSTEE_IS_USER","features":[484]},{"name":"TRUSTEE_IS_WELL_KNOWN_GROUP","features":[484]},{"name":"TRUSTEE_TYPE","features":[484]},{"name":"TRUSTEE_W","features":[484]},{"name":"TreeResetNamedSecurityInfoA","features":[307,484]},{"name":"TreeResetNamedSecurityInfoW","features":[307,484]},{"name":"TreeSetNamedSecurityInfoA","features":[307,484]},{"name":"TreeSetNamedSecurityInfoW","features":[307,484]},{"name":"_AUTHZ_SS_MAXSIZE","features":[484]}],"487":[{"name":"CFSTR_ACLUI_SID_INFO_LIST","features":[485]},{"name":"CreateSecurityPage","features":[485,357]},{"name":"DOBJ_COND_NTACLS","features":[485]},{"name":"DOBJ_RES_CONT","features":[485]},{"name":"DOBJ_RES_ROOT","features":[485]},{"name":"DOBJ_RIBBON_LAUNCH","features":[485]},{"name":"DOBJ_VOL_NTACLS","features":[485]},{"name":"EFFPERM_RESULT_LIST","features":[307,485]},{"name":"EditSecurity","features":[307,485]},{"name":"EditSecurityAdvanced","features":[307,485]},{"name":"IEffectivePermission","features":[485]},{"name":"IEffectivePermission2","features":[485]},{"name":"ISecurityInformation","features":[485]},{"name":"ISecurityInformation2","features":[485]},{"name":"ISecurityInformation3","features":[485]},{"name":"ISecurityInformation4","features":[485]},{"name":"ISecurityObjectTypeInfo","features":[485]},{"name":"SECURITY_INFO_PAGE_FLAGS","features":[485]},{"name":"SECURITY_OBJECT","features":[307,485]},{"name":"SECURITY_OBJECT_ID_CENTRAL_ACCESS_RULE","features":[485]},{"name":"SECURITY_OBJECT_ID_CENTRAL_POLICY","features":[485]},{"name":"SECURITY_OBJECT_ID_OBJECT_SD","features":[485]},{"name":"SECURITY_OBJECT_ID_SHARE","features":[485]},{"name":"SID_INFO","features":[485]},{"name":"SID_INFO_LIST","features":[485]},{"name":"SI_ACCESS","features":[485]},{"name":"SI_ACCESS_CONTAINER","features":[485]},{"name":"SI_ACCESS_GENERAL","features":[485]},{"name":"SI_ACCESS_PROPERTY","features":[485]},{"name":"SI_ACCESS_SPECIFIC","features":[485]},{"name":"SI_ADVANCED","features":[485]},{"name":"SI_AUDITS_ELEVATION_REQUIRED","features":[485]},{"name":"SI_CONTAINER","features":[485]},{"name":"SI_DISABLE_DENY_ACE","features":[485]},{"name":"SI_EDIT_AUDITS","features":[485]},{"name":"SI_EDIT_EFFECTIVE","features":[485]},{"name":"SI_EDIT_OWNER","features":[485]},{"name":"SI_EDIT_PERMS","features":[485]},{"name":"SI_EDIT_PROPERTIES","features":[485]},{"name":"SI_ENABLE_CENTRAL_POLICY","features":[485]},{"name":"SI_ENABLE_EDIT_ATTRIBUTE_CONDITION","features":[485]},{"name":"SI_INHERIT_TYPE","features":[485]},{"name":"SI_MAY_WRITE","features":[485]},{"name":"SI_NO_ACL_PROTECT","features":[485]},{"name":"SI_NO_ADDITIONAL_PERMISSION","features":[485]},{"name":"SI_NO_TREE_APPLY","features":[485]},{"name":"SI_OBJECT_GUID","features":[485]},{"name":"SI_OBJECT_INFO","features":[307,485]},{"name":"SI_OBJECT_INFO_FLAGS","features":[485]},{"name":"SI_OWNER_ELEVATION_REQUIRED","features":[485]},{"name":"SI_OWNER_READONLY","features":[485]},{"name":"SI_OWNER_RECURSE","features":[485]},{"name":"SI_PAGE_ACTIVATED","features":[485]},{"name":"SI_PAGE_ADVPERM","features":[485]},{"name":"SI_PAGE_AUDIT","features":[485]},{"name":"SI_PAGE_EFFECTIVE","features":[485]},{"name":"SI_PAGE_OWNER","features":[485]},{"name":"SI_PAGE_PERM","features":[485]},{"name":"SI_PAGE_SHARE","features":[485]},{"name":"SI_PAGE_TAKEOWNERSHIP","features":[485]},{"name":"SI_PAGE_TITLE","features":[485]},{"name":"SI_PAGE_TYPE","features":[485]},{"name":"SI_PERMS_ELEVATION_REQUIRED","features":[485]},{"name":"SI_READONLY","features":[485]},{"name":"SI_RESET","features":[485]},{"name":"SI_RESET_DACL","features":[485]},{"name":"SI_RESET_DACL_TREE","features":[485]},{"name":"SI_RESET_OWNER","features":[485]},{"name":"SI_RESET_SACL","features":[485]},{"name":"SI_RESET_SACL_TREE","features":[485]},{"name":"SI_SCOPE_ELEVATION_REQUIRED","features":[485]},{"name":"SI_SERVER_IS_DC","features":[485]},{"name":"SI_SHOW_AUDIT_ACTIVATED","features":[485]},{"name":"SI_SHOW_CENTRAL_POLICY_ACTIVATED","features":[485]},{"name":"SI_SHOW_DEFAULT","features":[485]},{"name":"SI_SHOW_EFFECTIVE_ACTIVATED","features":[485]},{"name":"SI_SHOW_OWNER_ACTIVATED","features":[485]},{"name":"SI_SHOW_PERM_ACTIVATED","features":[485]},{"name":"SI_SHOW_SHARE_ACTIVATED","features":[485]},{"name":"SI_VIEW_ONLY","features":[485]}],"488":[{"name":"CCF_SCESVC_ATTACHMENT","features":[486]},{"name":"CCF_SCESVC_ATTACHMENT_DATA","features":[486]},{"name":"ISceSvcAttachmentData","features":[486]},{"name":"ISceSvcAttachmentPersistInfo","features":[486]},{"name":"PFSCE_FREE_INFO","features":[486]},{"name":"PFSCE_LOG_INFO","features":[486]},{"name":"PFSCE_QUERY_INFO","features":[307,486]},{"name":"PFSCE_SET_INFO","features":[307,486]},{"name":"PF_ConfigAnalyzeService","features":[307,486]},{"name":"PF_UpdateService","features":[307,486]},{"name":"SCESTATUS_ACCESS_DENIED","features":[486]},{"name":"SCESTATUS_ALREADY_RUNNING","features":[486]},{"name":"SCESTATUS_BAD_FORMAT","features":[486]},{"name":"SCESTATUS_BUFFER_TOO_SMALL","features":[486]},{"name":"SCESTATUS_CANT_DELETE","features":[486]},{"name":"SCESTATUS_EXCEPTION_IN_SERVER","features":[486]},{"name":"SCESTATUS_INVALID_DATA","features":[486]},{"name":"SCESTATUS_INVALID_PARAMETER","features":[486]},{"name":"SCESTATUS_MOD_NOT_FOUND","features":[486]},{"name":"SCESTATUS_NOT_ENOUGH_RESOURCE","features":[486]},{"name":"SCESTATUS_NO_MAPPING","features":[486]},{"name":"SCESTATUS_NO_TEMPLATE_GIVEN","features":[486]},{"name":"SCESTATUS_OBJECT_EXIST","features":[486]},{"name":"SCESTATUS_OTHER_ERROR","features":[486]},{"name":"SCESTATUS_PREFIX_OVERFLOW","features":[486]},{"name":"SCESTATUS_PROFILE_NOT_FOUND","features":[486]},{"name":"SCESTATUS_RECORD_NOT_FOUND","features":[486]},{"name":"SCESTATUS_SERVICE_NOT_SUPPORT","features":[486]},{"name":"SCESTATUS_SUCCESS","features":[486]},{"name":"SCESTATUS_TRUST_FAIL","features":[486]},{"name":"SCESVC_ANALYSIS_INFO","features":[486]},{"name":"SCESVC_ANALYSIS_LINE","features":[486]},{"name":"SCESVC_CALLBACK_INFO","features":[307,486]},{"name":"SCESVC_CONFIGURATION_INFO","features":[486]},{"name":"SCESVC_CONFIGURATION_LINE","features":[486]},{"name":"SCESVC_ENUMERATION_MAX","features":[486]},{"name":"SCESVC_INFO_TYPE","features":[486]},{"name":"SCE_LOG_ERR_LEVEL","features":[486]},{"name":"SCE_LOG_LEVEL_ALWAYS","features":[486]},{"name":"SCE_LOG_LEVEL_DEBUG","features":[486]},{"name":"SCE_LOG_LEVEL_DETAIL","features":[486]},{"name":"SCE_LOG_LEVEL_ERROR","features":[486]},{"name":"SCE_ROOT_PATH","features":[486]},{"name":"SceSvcAnalysisInfo","features":[486]},{"name":"SceSvcConfigurationInfo","features":[486]},{"name":"SceSvcInternalUse","features":[486]},{"name":"SceSvcMergedPolicyInfo","features":[486]},{"name":"cNodetypeSceAnalysisServices","features":[486]},{"name":"cNodetypeSceEventLog","features":[486]},{"name":"cNodetypeSceTemplateServices","features":[486]},{"name":"lstruuidNodetypeSceAnalysisServices","features":[486]},{"name":"lstruuidNodetypeSceEventLog","features":[486]},{"name":"lstruuidNodetypeSceTemplateServices","features":[486]},{"name":"struuidNodetypeSceAnalysisServices","features":[486]},{"name":"struuidNodetypeSceEventLog","features":[486]},{"name":"struuidNodetypeSceTemplateServices","features":[486]}],"489":[{"name":"BINARY_BLOB_CREDENTIAL_INFO","features":[481]},{"name":"BinaryBlobCredential","features":[481]},{"name":"BinaryBlobForSystem","features":[481]},{"name":"CERT_CREDENTIAL_INFO","features":[481]},{"name":"CERT_HASH_LENGTH","features":[481]},{"name":"CREDENTIALA","features":[307,481]},{"name":"CREDENTIALW","features":[307,481]},{"name":"CREDENTIAL_ATTRIBUTEA","features":[481]},{"name":"CREDENTIAL_ATTRIBUTEW","features":[481]},{"name":"CREDENTIAL_TARGET_INFORMATIONA","features":[481]},{"name":"CREDENTIAL_TARGET_INFORMATIONW","features":[481]},{"name":"CREDSPP_SUBMIT_TYPE","features":[481]},{"name":"CREDSSP_CRED","features":[481]},{"name":"CREDSSP_CRED_EX","features":[481]},{"name":"CREDSSP_CRED_EX_VERSION","features":[481]},{"name":"CREDSSP_FLAG_REDIRECT","features":[481]},{"name":"CREDSSP_NAME","features":[481]},{"name":"CREDSSP_SERVER_AUTH_CERTIFICATE","features":[481]},{"name":"CREDSSP_SERVER_AUTH_LOOPBACK","features":[481]},{"name":"CREDSSP_SERVER_AUTH_NEGOTIATE","features":[481]},{"name":"CREDUIWIN_AUTHPACKAGE_ONLY","features":[481]},{"name":"CREDUIWIN_CHECKBOX","features":[481]},{"name":"CREDUIWIN_DOWNLEVEL_HELLO_AS_SMART_CARD","features":[481]},{"name":"CREDUIWIN_ENUMERATE_ADMINS","features":[481]},{"name":"CREDUIWIN_ENUMERATE_CURRENT_USER","features":[481]},{"name":"CREDUIWIN_FLAGS","features":[481]},{"name":"CREDUIWIN_GENERIC","features":[481]},{"name":"CREDUIWIN_IGNORE_CLOUDAUTHORITY_NAME","features":[481]},{"name":"CREDUIWIN_IN_CRED_ONLY","features":[481]},{"name":"CREDUIWIN_PACK_32_WOW","features":[481]},{"name":"CREDUIWIN_PREPROMPTING","features":[481]},{"name":"CREDUIWIN_SECURE_PROMPT","features":[481]},{"name":"CREDUI_FLAGS","features":[481]},{"name":"CREDUI_FLAGS_ALWAYS_SHOW_UI","features":[481]},{"name":"CREDUI_FLAGS_COMPLETE_USERNAME","features":[481]},{"name":"CREDUI_FLAGS_DO_NOT_PERSIST","features":[481]},{"name":"CREDUI_FLAGS_EXCLUDE_CERTIFICATES","features":[481]},{"name":"CREDUI_FLAGS_EXPECT_CONFIRMATION","features":[481]},{"name":"CREDUI_FLAGS_GENERIC_CREDENTIALS","features":[481]},{"name":"CREDUI_FLAGS_INCORRECT_PASSWORD","features":[481]},{"name":"CREDUI_FLAGS_KEEP_USERNAME","features":[481]},{"name":"CREDUI_FLAGS_PASSWORD_ONLY_OK","features":[481]},{"name":"CREDUI_FLAGS_PERSIST","features":[481]},{"name":"CREDUI_FLAGS_REQUEST_ADMINISTRATOR","features":[481]},{"name":"CREDUI_FLAGS_REQUIRE_CERTIFICATE","features":[481]},{"name":"CREDUI_FLAGS_REQUIRE_SMARTCARD","features":[481]},{"name":"CREDUI_FLAGS_SERVER_CREDENTIAL","features":[481]},{"name":"CREDUI_FLAGS_SHOW_SAVE_CHECK_BOX","features":[481]},{"name":"CREDUI_FLAGS_USERNAME_TARGET_CREDENTIALS","features":[481]},{"name":"CREDUI_FLAGS_VALIDATE_USERNAME","features":[481]},{"name":"CREDUI_INFOA","features":[307,318,481]},{"name":"CREDUI_INFOW","features":[307,318,481]},{"name":"CREDUI_MAX_CAPTION_LENGTH","features":[481]},{"name":"CREDUI_MAX_DOMAIN_TARGET_LENGTH","features":[481]},{"name":"CREDUI_MAX_GENERIC_TARGET_LENGTH","features":[481]},{"name":"CREDUI_MAX_MESSAGE_LENGTH","features":[481]},{"name":"CREDUI_MAX_USERNAME_LENGTH","features":[481]},{"name":"CRED_ALLOW_NAME_RESOLUTION","features":[481]},{"name":"CRED_CACHE_TARGET_INFORMATION","features":[481]},{"name":"CRED_ENUMERATE_ALL_CREDENTIALS","features":[481]},{"name":"CRED_ENUMERATE_FLAGS","features":[481]},{"name":"CRED_FLAGS","features":[481]},{"name":"CRED_FLAGS_NGC_CERT","features":[481]},{"name":"CRED_FLAGS_OWF_CRED_BLOB","features":[481]},{"name":"CRED_FLAGS_PASSWORD_FOR_CERT","features":[481]},{"name":"CRED_FLAGS_PROMPT_NOW","features":[481]},{"name":"CRED_FLAGS_REQUIRE_CONFIRMATION","features":[481]},{"name":"CRED_FLAGS_USERNAME_TARGET","features":[481]},{"name":"CRED_FLAGS_VALID_FLAGS","features":[481]},{"name":"CRED_FLAGS_VALID_INPUT_FLAGS","features":[481]},{"name":"CRED_FLAGS_VSM_PROTECTED","features":[481]},{"name":"CRED_FLAGS_WILDCARD_MATCH","features":[481]},{"name":"CRED_LOGON_TYPES_MASK","features":[481]},{"name":"CRED_MARSHAL_TYPE","features":[481]},{"name":"CRED_MAX_ATTRIBUTES","features":[481]},{"name":"CRED_MAX_CREDENTIAL_BLOB_SIZE","features":[481]},{"name":"CRED_MAX_DOMAIN_TARGET_NAME_LENGTH","features":[481]},{"name":"CRED_MAX_GENERIC_TARGET_NAME_LENGTH","features":[481]},{"name":"CRED_MAX_STRING_LENGTH","features":[481]},{"name":"CRED_MAX_TARGETNAME_ATTRIBUTE_LENGTH","features":[481]},{"name":"CRED_MAX_TARGETNAME_NAMESPACE_LENGTH","features":[481]},{"name":"CRED_MAX_USERNAME_LENGTH","features":[481]},{"name":"CRED_MAX_VALUE_SIZE","features":[481]},{"name":"CRED_PACK_FLAGS","features":[481]},{"name":"CRED_PACK_GENERIC_CREDENTIALS","features":[481]},{"name":"CRED_PACK_ID_PROVIDER_CREDENTIALS","features":[481]},{"name":"CRED_PACK_PROTECTED_CREDENTIALS","features":[481]},{"name":"CRED_PACK_WOW_BUFFER","features":[481]},{"name":"CRED_PERSIST","features":[481]},{"name":"CRED_PERSIST_ENTERPRISE","features":[481]},{"name":"CRED_PERSIST_LOCAL_MACHINE","features":[481]},{"name":"CRED_PERSIST_NONE","features":[481]},{"name":"CRED_PERSIST_SESSION","features":[481]},{"name":"CRED_PRESERVE_CREDENTIAL_BLOB","features":[481]},{"name":"CRED_PROTECTION_TYPE","features":[481]},{"name":"CRED_PROTECT_AS_SELF","features":[481]},{"name":"CRED_PROTECT_TO_SYSTEM","features":[481]},{"name":"CRED_SESSION_WILDCARD_NAME","features":[481]},{"name":"CRED_SESSION_WILDCARD_NAME_A","features":[481]},{"name":"CRED_SESSION_WILDCARD_NAME_W","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH_A","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH_W","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE_A","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE_W","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE_A","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE_W","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME_A","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME_W","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT_A","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT_W","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK_A","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK_W","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE_A","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE_W","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE_A","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE_W","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET_A","features":[481]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET_W","features":[481]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE","features":[481]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE_A","features":[481]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE_W","features":[481]},{"name":"CRED_TARGETNAME_LEGACYGENERIC_NAMESPACE_A","features":[481]},{"name":"CRED_TARGETNAME_LEGACYGENERIC_NAMESPACE_W","features":[481]},{"name":"CRED_TI_CREATE_EXPLICIT_CRED","features":[481]},{"name":"CRED_TI_DNSTREE_IS_DFS_SERVER","features":[481]},{"name":"CRED_TI_DOMAIN_FORMAT_UNKNOWN","features":[481]},{"name":"CRED_TI_ONLY_PASSWORD_REQUIRED","features":[481]},{"name":"CRED_TI_SERVER_FORMAT_UNKNOWN","features":[481]},{"name":"CRED_TI_USERNAME_TARGET","features":[481]},{"name":"CRED_TI_VALID_FLAGS","features":[481]},{"name":"CRED_TI_WORKGROUP_MEMBER","features":[481]},{"name":"CRED_TYPE","features":[481]},{"name":"CRED_TYPE_DOMAIN_CERTIFICATE","features":[481]},{"name":"CRED_TYPE_DOMAIN_EXTENDED","features":[481]},{"name":"CRED_TYPE_DOMAIN_PASSWORD","features":[481]},{"name":"CRED_TYPE_DOMAIN_VISIBLE_PASSWORD","features":[481]},{"name":"CRED_TYPE_GENERIC","features":[481]},{"name":"CRED_TYPE_GENERIC_CERTIFICATE","features":[481]},{"name":"CRED_TYPE_MAXIMUM","features":[481]},{"name":"CRED_TYPE_MAXIMUM_EX","features":[481]},{"name":"CRED_UNPROTECT_ALLOW_TO_SYSTEM","features":[481]},{"name":"CRED_UNPROTECT_AS_SELF","features":[481]},{"name":"CertCredential","features":[481]},{"name":"CredDeleteA","features":[307,481]},{"name":"CredDeleteW","features":[307,481]},{"name":"CredEnumerateA","features":[307,481]},{"name":"CredEnumerateW","features":[307,481]},{"name":"CredFindBestCredentialA","features":[307,481]},{"name":"CredFindBestCredentialW","features":[307,481]},{"name":"CredForSystemProtection","features":[481]},{"name":"CredFree","features":[481]},{"name":"CredGetSessionTypes","features":[307,481]},{"name":"CredGetTargetInfoA","features":[307,481]},{"name":"CredGetTargetInfoW","features":[307,481]},{"name":"CredIsMarshaledCredentialA","features":[307,481]},{"name":"CredIsMarshaledCredentialW","features":[307,481]},{"name":"CredIsProtectedA","features":[307,481]},{"name":"CredIsProtectedW","features":[307,481]},{"name":"CredMarshalCredentialA","features":[307,481]},{"name":"CredMarshalCredentialW","features":[307,481]},{"name":"CredPackAuthenticationBufferA","features":[307,481]},{"name":"CredPackAuthenticationBufferW","features":[307,481]},{"name":"CredProtectA","features":[307,481]},{"name":"CredProtectW","features":[307,481]},{"name":"CredReadA","features":[307,481]},{"name":"CredReadDomainCredentialsA","features":[307,481]},{"name":"CredReadDomainCredentialsW","features":[307,481]},{"name":"CredReadW","features":[307,481]},{"name":"CredRenameA","features":[307,481]},{"name":"CredRenameW","features":[307,481]},{"name":"CredTrustedProtection","features":[481]},{"name":"CredUICmdLinePromptForCredentialsA","features":[307,481]},{"name":"CredUICmdLinePromptForCredentialsW","features":[307,481]},{"name":"CredUIConfirmCredentialsA","features":[307,481]},{"name":"CredUIConfirmCredentialsW","features":[307,481]},{"name":"CredUIParseUserNameA","features":[307,481]},{"name":"CredUIParseUserNameW","features":[307,481]},{"name":"CredUIPromptForCredentialsA","features":[307,318,481]},{"name":"CredUIPromptForCredentialsW","features":[307,318,481]},{"name":"CredUIPromptForWindowsCredentialsA","features":[307,318,481]},{"name":"CredUIPromptForWindowsCredentialsW","features":[307,318,481]},{"name":"CredUIReadSSOCredW","features":[481]},{"name":"CredUIStoreSSOCredW","features":[307,481]},{"name":"CredUnPackAuthenticationBufferA","features":[307,481]},{"name":"CredUnPackAuthenticationBufferW","features":[307,481]},{"name":"CredUnmarshalCredentialA","features":[307,481]},{"name":"CredUnmarshalCredentialW","features":[307,481]},{"name":"CredUnprotectA","features":[307,481]},{"name":"CredUnprotectW","features":[307,481]},{"name":"CredUnprotected","features":[481]},{"name":"CredUserProtection","features":[481]},{"name":"CredWriteA","features":[307,481]},{"name":"CredWriteDomainCredentialsA","features":[307,481]},{"name":"CredWriteDomainCredentialsW","features":[307,481]},{"name":"CredWriteW","features":[307,481]},{"name":"CredsspCertificateCreds","features":[481]},{"name":"CredsspCredEx","features":[481]},{"name":"CredsspPasswordCreds","features":[481]},{"name":"CredsspSchannelCreds","features":[481]},{"name":"CredsspSubmitBufferBoth","features":[481]},{"name":"CredsspSubmitBufferBothOld","features":[481]},{"name":"FILE_DEVICE_SMARTCARD","features":[481]},{"name":"GUID_DEVINTERFACE_SMARTCARD_READER","features":[481]},{"name":"GetOpenCardNameA","features":[307,481]},{"name":"GetOpenCardNameW","features":[307,481]},{"name":"KeyCredentialManagerFreeInformation","features":[481]},{"name":"KeyCredentialManagerGetInformation","features":[481]},{"name":"KeyCredentialManagerGetOperationErrorStates","features":[307,481]},{"name":"KeyCredentialManagerInfo","features":[481]},{"name":"KeyCredentialManagerOperationErrorStateCertificateFailure","features":[481]},{"name":"KeyCredentialManagerOperationErrorStateDeviceJoinFailure","features":[481]},{"name":"KeyCredentialManagerOperationErrorStateHardwareFailure","features":[481]},{"name":"KeyCredentialManagerOperationErrorStateNone","features":[481]},{"name":"KeyCredentialManagerOperationErrorStatePinExistsFailure","features":[481]},{"name":"KeyCredentialManagerOperationErrorStatePolicyFailure","features":[481]},{"name":"KeyCredentialManagerOperationErrorStateRemoteSessionFailure","features":[481]},{"name":"KeyCredentialManagerOperationErrorStateTokenFailure","features":[481]},{"name":"KeyCredentialManagerOperationErrorStates","features":[481]},{"name":"KeyCredentialManagerOperationType","features":[481]},{"name":"KeyCredentialManagerPinChange","features":[481]},{"name":"KeyCredentialManagerPinReset","features":[481]},{"name":"KeyCredentialManagerProvisioning","features":[481]},{"name":"KeyCredentialManagerShowUIOperation","features":[307,481]},{"name":"LPOCNCHKPROC","features":[307,481]},{"name":"LPOCNCONNPROCA","features":[481]},{"name":"LPOCNCONNPROCW","features":[481]},{"name":"LPOCNDSCPROC","features":[481]},{"name":"MAXIMUM_ATTR_STRING_LENGTH","features":[481]},{"name":"MAXIMUM_SMARTCARD_READERS","features":[481]},{"name":"OPENCARDNAMEA","features":[307,481]},{"name":"OPENCARDNAMEW","features":[307,481]},{"name":"OPENCARDNAME_EXA","features":[307,481,371]},{"name":"OPENCARDNAME_EXW","features":[307,481,371]},{"name":"OPENCARD_SEARCH_CRITERIAA","features":[307,481]},{"name":"OPENCARD_SEARCH_CRITERIAW","features":[307,481]},{"name":"READER_SEL_REQUEST","features":[481]},{"name":"READER_SEL_REQUEST_MATCH_TYPE","features":[481]},{"name":"READER_SEL_RESPONSE","features":[481]},{"name":"RSR_MATCH_TYPE_ALL_CARDS","features":[481]},{"name":"RSR_MATCH_TYPE_READER_AND_CONTAINER","features":[481]},{"name":"RSR_MATCH_TYPE_SERIAL_NUMBER","features":[481]},{"name":"SCARD_ABSENT","features":[481]},{"name":"SCARD_ALL_READERS","features":[481]},{"name":"SCARD_ATRMASK","features":[481]},{"name":"SCARD_ATR_LENGTH","features":[481]},{"name":"SCARD_AUDIT_CHV_FAILURE","features":[481]},{"name":"SCARD_AUDIT_CHV_SUCCESS","features":[481]},{"name":"SCARD_CLASS_COMMUNICATIONS","features":[481]},{"name":"SCARD_CLASS_ICC_STATE","features":[481]},{"name":"SCARD_CLASS_IFD_PROTOCOL","features":[481]},{"name":"SCARD_CLASS_MECHANICAL","features":[481]},{"name":"SCARD_CLASS_PERF","features":[481]},{"name":"SCARD_CLASS_POWER_MGMT","features":[481]},{"name":"SCARD_CLASS_PROTOCOL","features":[481]},{"name":"SCARD_CLASS_SECURITY","features":[481]},{"name":"SCARD_CLASS_SYSTEM","features":[481]},{"name":"SCARD_CLASS_VENDOR_DEFINED","features":[481]},{"name":"SCARD_CLASS_VENDOR_INFO","features":[481]},{"name":"SCARD_COLD_RESET","features":[481]},{"name":"SCARD_DEFAULT_READERS","features":[481]},{"name":"SCARD_EJECT_CARD","features":[481]},{"name":"SCARD_IO_REQUEST","features":[481]},{"name":"SCARD_LEAVE_CARD","features":[481]},{"name":"SCARD_LOCAL_READERS","features":[481]},{"name":"SCARD_NEGOTIABLE","features":[481]},{"name":"SCARD_POWERED","features":[481]},{"name":"SCARD_POWER_DOWN","features":[481]},{"name":"SCARD_PRESENT","features":[481]},{"name":"SCARD_PROTOCOL_DEFAULT","features":[481]},{"name":"SCARD_PROTOCOL_OPTIMAL","features":[481]},{"name":"SCARD_PROTOCOL_RAW","features":[481]},{"name":"SCARD_PROTOCOL_T0","features":[481]},{"name":"SCARD_PROTOCOL_T1","features":[481]},{"name":"SCARD_PROTOCOL_UNDEFINED","features":[481]},{"name":"SCARD_PROVIDER_CSP","features":[481]},{"name":"SCARD_PROVIDER_KSP","features":[481]},{"name":"SCARD_PROVIDER_PRIMARY","features":[481]},{"name":"SCARD_READERSTATEA","features":[481]},{"name":"SCARD_READERSTATEW","features":[481]},{"name":"SCARD_READER_CONFISCATES","features":[481]},{"name":"SCARD_READER_CONTACTLESS","features":[481]},{"name":"SCARD_READER_EJECTS","features":[481]},{"name":"SCARD_READER_SWALLOWS","features":[481]},{"name":"SCARD_READER_TYPE_EMBEDDEDSE","features":[481]},{"name":"SCARD_READER_TYPE_IDE","features":[481]},{"name":"SCARD_READER_TYPE_KEYBOARD","features":[481]},{"name":"SCARD_READER_TYPE_NFC","features":[481]},{"name":"SCARD_READER_TYPE_NGC","features":[481]},{"name":"SCARD_READER_TYPE_PARALELL","features":[481]},{"name":"SCARD_READER_TYPE_PCMCIA","features":[481]},{"name":"SCARD_READER_TYPE_SCSI","features":[481]},{"name":"SCARD_READER_TYPE_SERIAL","features":[481]},{"name":"SCARD_READER_TYPE_TPM","features":[481]},{"name":"SCARD_READER_TYPE_UICC","features":[481]},{"name":"SCARD_READER_TYPE_USB","features":[481]},{"name":"SCARD_READER_TYPE_VENDOR","features":[481]},{"name":"SCARD_RESET_CARD","features":[481]},{"name":"SCARD_SCOPE","features":[481]},{"name":"SCARD_SCOPE_SYSTEM","features":[481]},{"name":"SCARD_SCOPE_TERMINAL","features":[481]},{"name":"SCARD_SCOPE_USER","features":[481]},{"name":"SCARD_SHARE_DIRECT","features":[481]},{"name":"SCARD_SHARE_EXCLUSIVE","features":[481]},{"name":"SCARD_SHARE_SHARED","features":[481]},{"name":"SCARD_SPECIFIC","features":[481]},{"name":"SCARD_STATE","features":[481]},{"name":"SCARD_STATE_ATRMATCH","features":[481]},{"name":"SCARD_STATE_CHANGED","features":[481]},{"name":"SCARD_STATE_EMPTY","features":[481]},{"name":"SCARD_STATE_EXCLUSIVE","features":[481]},{"name":"SCARD_STATE_IGNORE","features":[481]},{"name":"SCARD_STATE_INUSE","features":[481]},{"name":"SCARD_STATE_MUTE","features":[481]},{"name":"SCARD_STATE_PRESENT","features":[481]},{"name":"SCARD_STATE_UNAVAILABLE","features":[481]},{"name":"SCARD_STATE_UNAWARE","features":[481]},{"name":"SCARD_STATE_UNKNOWN","features":[481]},{"name":"SCARD_STATE_UNPOWERED","features":[481]},{"name":"SCARD_SWALLOWED","features":[481]},{"name":"SCARD_SYSTEM_READERS","features":[481]},{"name":"SCARD_T0_CMD_LENGTH","features":[481]},{"name":"SCARD_T0_COMMAND","features":[481]},{"name":"SCARD_T0_HEADER_LENGTH","features":[481]},{"name":"SCARD_T0_REQUEST","features":[481]},{"name":"SCARD_T1_EPILOGUE_LENGTH","features":[481]},{"name":"SCARD_T1_EPILOGUE_LENGTH_LRC","features":[481]},{"name":"SCARD_T1_MAX_IFS","features":[481]},{"name":"SCARD_T1_PROLOGUE_LENGTH","features":[481]},{"name":"SCARD_T1_REQUEST","features":[481]},{"name":"SCARD_UNKNOWN","features":[481]},{"name":"SCARD_UNPOWER_CARD","features":[481]},{"name":"SCARD_WARM_RESET","features":[481]},{"name":"SCERR_NOCARDNAME","features":[481]},{"name":"SCERR_NOGUIDS","features":[481]},{"name":"SC_DLG_FORCE_UI","features":[481]},{"name":"SC_DLG_MINIMAL_UI","features":[481]},{"name":"SC_DLG_NO_UI","features":[481]},{"name":"SCardAccessStartedEvent","features":[307,481]},{"name":"SCardAddReaderToGroupA","features":[481]},{"name":"SCardAddReaderToGroupW","features":[481]},{"name":"SCardAudit","features":[481]},{"name":"SCardBeginTransaction","features":[481]},{"name":"SCardCancel","features":[481]},{"name":"SCardConnectA","features":[481]},{"name":"SCardConnectW","features":[481]},{"name":"SCardControl","features":[481]},{"name":"SCardDisconnect","features":[481]},{"name":"SCardDlgExtendedError","features":[481]},{"name":"SCardEndTransaction","features":[481]},{"name":"SCardEstablishContext","features":[481]},{"name":"SCardForgetCardTypeA","features":[481]},{"name":"SCardForgetCardTypeW","features":[481]},{"name":"SCardForgetReaderA","features":[481]},{"name":"SCardForgetReaderGroupA","features":[481]},{"name":"SCardForgetReaderGroupW","features":[481]},{"name":"SCardForgetReaderW","features":[481]},{"name":"SCardFreeMemory","features":[481]},{"name":"SCardGetAttrib","features":[481]},{"name":"SCardGetCardTypeProviderNameA","features":[481]},{"name":"SCardGetCardTypeProviderNameW","features":[481]},{"name":"SCardGetDeviceTypeIdA","features":[481]},{"name":"SCardGetDeviceTypeIdW","features":[481]},{"name":"SCardGetProviderIdA","features":[481]},{"name":"SCardGetProviderIdW","features":[481]},{"name":"SCardGetReaderDeviceInstanceIdA","features":[481]},{"name":"SCardGetReaderDeviceInstanceIdW","features":[481]},{"name":"SCardGetReaderIconA","features":[481]},{"name":"SCardGetReaderIconW","features":[481]},{"name":"SCardGetStatusChangeA","features":[481]},{"name":"SCardGetStatusChangeW","features":[481]},{"name":"SCardGetTransmitCount","features":[481]},{"name":"SCardIntroduceCardTypeA","features":[481]},{"name":"SCardIntroduceCardTypeW","features":[481]},{"name":"SCardIntroduceReaderA","features":[481]},{"name":"SCardIntroduceReaderGroupA","features":[481]},{"name":"SCardIntroduceReaderGroupW","features":[481]},{"name":"SCardIntroduceReaderW","features":[481]},{"name":"SCardIsValidContext","features":[481]},{"name":"SCardListCardsA","features":[481]},{"name":"SCardListCardsW","features":[481]},{"name":"SCardListInterfacesA","features":[481]},{"name":"SCardListInterfacesW","features":[481]},{"name":"SCardListReaderGroupsA","features":[481]},{"name":"SCardListReaderGroupsW","features":[481]},{"name":"SCardListReadersA","features":[481]},{"name":"SCardListReadersW","features":[481]},{"name":"SCardListReadersWithDeviceInstanceIdA","features":[481]},{"name":"SCardListReadersWithDeviceInstanceIdW","features":[481]},{"name":"SCardLocateCardsA","features":[481]},{"name":"SCardLocateCardsByATRA","features":[481]},{"name":"SCardLocateCardsByATRW","features":[481]},{"name":"SCardLocateCardsW","features":[481]},{"name":"SCardReadCacheA","features":[481]},{"name":"SCardReadCacheW","features":[481]},{"name":"SCardReconnect","features":[481]},{"name":"SCardReleaseContext","features":[481]},{"name":"SCardReleaseStartedEvent","features":[481]},{"name":"SCardRemoveReaderFromGroupA","features":[481]},{"name":"SCardRemoveReaderFromGroupW","features":[481]},{"name":"SCardSetAttrib","features":[481]},{"name":"SCardSetCardTypeProviderNameA","features":[481]},{"name":"SCardSetCardTypeProviderNameW","features":[481]},{"name":"SCardState","features":[481]},{"name":"SCardStatusA","features":[481]},{"name":"SCardStatusW","features":[481]},{"name":"SCardTransmit","features":[481]},{"name":"SCardUIDlgSelectCardA","features":[307,481,371]},{"name":"SCardUIDlgSelectCardW","features":[307,481,371]},{"name":"SCardWriteCacheA","features":[481]},{"name":"SCardWriteCacheW","features":[481]},{"name":"SECPKG_ALT_ATTR","features":[481]},{"name":"SECPKG_ATTR_C_FULL_IDENT_TOKEN","features":[481]},{"name":"STATUS_ACCOUNT_DISABLED","features":[307,481]},{"name":"STATUS_ACCOUNT_EXPIRED","features":[307,481]},{"name":"STATUS_ACCOUNT_LOCKED_OUT","features":[307,481]},{"name":"STATUS_ACCOUNT_RESTRICTION","features":[307,481]},{"name":"STATUS_AUTHENTICATION_FIREWALL_FAILED","features":[307,481]},{"name":"STATUS_DOWNGRADE_DETECTED","features":[307,481]},{"name":"STATUS_LOGON_FAILURE","features":[307,481]},{"name":"STATUS_LOGON_TYPE_NOT_GRANTED","features":[307,481]},{"name":"STATUS_NO_SUCH_LOGON_SESSION","features":[307,481]},{"name":"STATUS_NO_SUCH_USER","features":[307,481]},{"name":"STATUS_PASSWORD_EXPIRED","features":[307,481]},{"name":"STATUS_PASSWORD_MUST_CHANGE","features":[307,481]},{"name":"STATUS_WRONG_PASSWORD","features":[307,481]},{"name":"SecHandle","features":[481]},{"name":"SecPkgContext_ClientCreds","features":[481]},{"name":"TS_SSP_NAME","features":[481]},{"name":"TS_SSP_NAME_A","features":[481]},{"name":"USERNAME_TARGET_CREDENTIAL_INFO","features":[481]},{"name":"UsernameForPackedCredentials","features":[481]},{"name":"UsernameTargetCredential","features":[481]},{"name":"szOID_TS_KP_TS_SERVER_AUTH","features":[481]}],"490":[{"name":"ALG_CLASS_ALL","features":[393]},{"name":"ALG_CLASS_ANY","features":[393]},{"name":"ALG_CLASS_DATA_ENCRYPT","features":[393]},{"name":"ALG_CLASS_HASH","features":[393]},{"name":"ALG_CLASS_KEY_EXCHANGE","features":[393]},{"name":"ALG_CLASS_MSG_ENCRYPT","features":[393]},{"name":"ALG_CLASS_SIGNATURE","features":[393]},{"name":"ALG_ID","features":[393]},{"name":"ALG_SID_3DES","features":[393]},{"name":"ALG_SID_3DES_112","features":[393]},{"name":"ALG_SID_AES","features":[393]},{"name":"ALG_SID_AES_128","features":[393]},{"name":"ALG_SID_AES_192","features":[393]},{"name":"ALG_SID_AES_256","features":[393]},{"name":"ALG_SID_AGREED_KEY_ANY","features":[393]},{"name":"ALG_SID_ANY","features":[393]},{"name":"ALG_SID_CAST","features":[393]},{"name":"ALG_SID_CYLINK_MEK","features":[393]},{"name":"ALG_SID_DES","features":[393]},{"name":"ALG_SID_DESX","features":[393]},{"name":"ALG_SID_DH_EPHEM","features":[393]},{"name":"ALG_SID_DH_SANDF","features":[393]},{"name":"ALG_SID_DSS_ANY","features":[393]},{"name":"ALG_SID_DSS_DMS","features":[393]},{"name":"ALG_SID_DSS_PKCS","features":[393]},{"name":"ALG_SID_ECDH","features":[393]},{"name":"ALG_SID_ECDH_EPHEM","features":[393]},{"name":"ALG_SID_ECDSA","features":[393]},{"name":"ALG_SID_ECMQV","features":[393]},{"name":"ALG_SID_EXAMPLE","features":[393]},{"name":"ALG_SID_HASH_REPLACE_OWF","features":[393]},{"name":"ALG_SID_HMAC","features":[393]},{"name":"ALG_SID_IDEA","features":[393]},{"name":"ALG_SID_KEA","features":[393]},{"name":"ALG_SID_MAC","features":[393]},{"name":"ALG_SID_MD2","features":[393]},{"name":"ALG_SID_MD4","features":[393]},{"name":"ALG_SID_MD5","features":[393]},{"name":"ALG_SID_PCT1_MASTER","features":[393]},{"name":"ALG_SID_RC2","features":[393]},{"name":"ALG_SID_RC4","features":[393]},{"name":"ALG_SID_RC5","features":[393]},{"name":"ALG_SID_RIPEMD","features":[393]},{"name":"ALG_SID_RIPEMD160","features":[393]},{"name":"ALG_SID_RSA_ANY","features":[393]},{"name":"ALG_SID_RSA_ENTRUST","features":[393]},{"name":"ALG_SID_RSA_MSATWORK","features":[393]},{"name":"ALG_SID_RSA_PGP","features":[393]},{"name":"ALG_SID_RSA_PKCS","features":[393]},{"name":"ALG_SID_SAFERSK128","features":[393]},{"name":"ALG_SID_SAFERSK64","features":[393]},{"name":"ALG_SID_SCHANNEL_ENC_KEY","features":[393]},{"name":"ALG_SID_SCHANNEL_MAC_KEY","features":[393]},{"name":"ALG_SID_SCHANNEL_MASTER_HASH","features":[393]},{"name":"ALG_SID_SEAL","features":[393]},{"name":"ALG_SID_SHA","features":[393]},{"name":"ALG_SID_SHA1","features":[393]},{"name":"ALG_SID_SHA_256","features":[393]},{"name":"ALG_SID_SHA_384","features":[393]},{"name":"ALG_SID_SHA_512","features":[393]},{"name":"ALG_SID_SKIPJACK","features":[393]},{"name":"ALG_SID_SSL2_MASTER","features":[393]},{"name":"ALG_SID_SSL3SHAMD5","features":[393]},{"name":"ALG_SID_SSL3_MASTER","features":[393]},{"name":"ALG_SID_TEK","features":[393]},{"name":"ALG_SID_THIRDPARTY_ANY","features":[393]},{"name":"ALG_SID_TLS1PRF","features":[393]},{"name":"ALG_SID_TLS1_MASTER","features":[393]},{"name":"ALG_TYPE_ANY","features":[393]},{"name":"ALG_TYPE_BLOCK","features":[393]},{"name":"ALG_TYPE_DH","features":[393]},{"name":"ALG_TYPE_DSS","features":[393]},{"name":"ALG_TYPE_ECDH","features":[393]},{"name":"ALG_TYPE_RSA","features":[393]},{"name":"ALG_TYPE_SECURECHANNEL","features":[393]},{"name":"ALG_TYPE_STREAM","features":[393]},{"name":"ALG_TYPE_THIRDPARTY","features":[393]},{"name":"AT_ECDHE_P256","features":[393]},{"name":"AT_ECDHE_P384","features":[393]},{"name":"AT_ECDHE_P521","features":[393]},{"name":"AT_ECDSA_P256","features":[393]},{"name":"AT_ECDSA_P384","features":[393]},{"name":"AT_ECDSA_P521","features":[393]},{"name":"AT_KEYEXCHANGE","features":[393]},{"name":"AT_SIGNATURE","features":[393]},{"name":"AUDIT_CARD_DELETE","features":[393]},{"name":"AUDIT_CARD_IMPORT","features":[393]},{"name":"AUDIT_CARD_WRITTEN","features":[393]},{"name":"AUDIT_SERVICE_IDLE_STOP","features":[393]},{"name":"AUDIT_STORE_DELETE","features":[393]},{"name":"AUDIT_STORE_EXPORT","features":[393]},{"name":"AUDIT_STORE_IMPORT","features":[393]},{"name":"AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA","features":[393]},{"name":"AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[307,393]},{"name":"AUTHENTICODE_TS_EXTRA_CERT_CHAIN_POLICY_PARA","features":[307,393]},{"name":"AUTHTYPE_CLIENT","features":[393]},{"name":"AUTHTYPE_SERVER","features":[393]},{"name":"AdminCreateDeleteDirAc","features":[393]},{"name":"AdminReadWriteAc","features":[393]},{"name":"AdministratorPin","features":[393]},{"name":"AlphaNumericPinType","features":[393]},{"name":"AuthenticationPin","features":[393]},{"name":"BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_CA_FLAG","features":[393]},{"name":"BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_END_ENTITY_FLAG","features":[393]},{"name":"BCRYPTBUFFER_VERSION","features":[393]},{"name":"BCRYPTGENRANDOM_FLAGS","features":[393]},{"name":"BCRYPT_3DES_112_ALGORITHM","features":[393]},{"name":"BCRYPT_3DES_112_CBC_ALG_HANDLE","features":[393]},{"name":"BCRYPT_3DES_112_CFB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_3DES_112_ECB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_3DES_ALGORITHM","features":[393]},{"name":"BCRYPT_3DES_CBC_ALG_HANDLE","features":[393]},{"name":"BCRYPT_3DES_CFB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_3DES_ECB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_AES_ALGORITHM","features":[393]},{"name":"BCRYPT_AES_CBC_ALG_HANDLE","features":[393]},{"name":"BCRYPT_AES_CCM_ALG_HANDLE","features":[393]},{"name":"BCRYPT_AES_CFB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_AES_CMAC_ALGORITHM","features":[393]},{"name":"BCRYPT_AES_CMAC_ALG_HANDLE","features":[393]},{"name":"BCRYPT_AES_ECB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_AES_GCM_ALG_HANDLE","features":[393]},{"name":"BCRYPT_AES_GMAC_ALGORITHM","features":[393]},{"name":"BCRYPT_AES_GMAC_ALG_HANDLE","features":[393]},{"name":"BCRYPT_AES_WRAP_KEY_BLOB","features":[393]},{"name":"BCRYPT_ALGORITHM_IDENTIFIER","features":[393]},{"name":"BCRYPT_ALGORITHM_NAME","features":[393]},{"name":"BCRYPT_ALG_HANDLE","features":[393]},{"name":"BCRYPT_ALG_HANDLE_HMAC_FLAG","features":[393]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_FUNCTION_TABLE","features":[307,393]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[393]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[393]},{"name":"BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO","features":[393]},{"name":"BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_VERSION","features":[393]},{"name":"BCRYPT_AUTH_MODE_CHAIN_CALLS_FLAG","features":[393]},{"name":"BCRYPT_AUTH_MODE_IN_PROGRESS_FLAG","features":[393]},{"name":"BCRYPT_AUTH_TAG_LENGTH","features":[393]},{"name":"BCRYPT_BLOCK_LENGTH","features":[393]},{"name":"BCRYPT_BLOCK_PADDING","features":[393]},{"name":"BCRYPT_BLOCK_SIZE_LIST","features":[393]},{"name":"BCRYPT_BUFFERS_LOCKED_FLAG","features":[393]},{"name":"BCRYPT_CAPI_AES_FLAG","features":[393]},{"name":"BCRYPT_CAPI_KDF_ALGORITHM","features":[393]},{"name":"BCRYPT_CAPI_KDF_ALG_HANDLE","features":[393]},{"name":"BCRYPT_CHACHA20_POLY1305_ALGORITHM","features":[393]},{"name":"BCRYPT_CHACHA20_POLY1305_ALG_HANDLE","features":[393]},{"name":"BCRYPT_CHAINING_MODE","features":[393]},{"name":"BCRYPT_CHAIN_MODE_CBC","features":[393]},{"name":"BCRYPT_CHAIN_MODE_CCM","features":[393]},{"name":"BCRYPT_CHAIN_MODE_CFB","features":[393]},{"name":"BCRYPT_CHAIN_MODE_ECB","features":[393]},{"name":"BCRYPT_CHAIN_MODE_GCM","features":[393]},{"name":"BCRYPT_CHAIN_MODE_NA","features":[393]},{"name":"BCRYPT_CIPHER_FUNCTION_TABLE","features":[307,393]},{"name":"BCRYPT_CIPHER_INTERFACE","features":[393]},{"name":"BCRYPT_CIPHER_OPERATION","features":[393]},{"name":"BCRYPT_COPY_AFTER_PADDING_CHECK_FAILURE_FLAG","features":[393]},{"name":"BCRYPT_DESX_ALGORITHM","features":[393]},{"name":"BCRYPT_DESX_CBC_ALG_HANDLE","features":[393]},{"name":"BCRYPT_DESX_CFB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_DESX_ECB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_DES_ALGORITHM","features":[393]},{"name":"BCRYPT_DES_CBC_ALG_HANDLE","features":[393]},{"name":"BCRYPT_DES_CFB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_DES_ECB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_DH_ALGORITHM","features":[393]},{"name":"BCRYPT_DH_ALG_HANDLE","features":[393]},{"name":"BCRYPT_DH_KEY_BLOB","features":[393]},{"name":"BCRYPT_DH_KEY_BLOB_MAGIC","features":[393]},{"name":"BCRYPT_DH_PARAMETERS","features":[393]},{"name":"BCRYPT_DH_PARAMETERS_MAGIC","features":[393]},{"name":"BCRYPT_DH_PARAMETER_HEADER","features":[393]},{"name":"BCRYPT_DH_PRIVATE_BLOB","features":[393]},{"name":"BCRYPT_DH_PRIVATE_MAGIC","features":[393]},{"name":"BCRYPT_DH_PUBLIC_BLOB","features":[393]},{"name":"BCRYPT_DH_PUBLIC_MAGIC","features":[393]},{"name":"BCRYPT_DSA_ALGORITHM","features":[393]},{"name":"BCRYPT_DSA_ALG_HANDLE","features":[393]},{"name":"BCRYPT_DSA_KEY_BLOB","features":[393]},{"name":"BCRYPT_DSA_KEY_BLOB_V2","features":[393]},{"name":"BCRYPT_DSA_MAGIC","features":[393]},{"name":"BCRYPT_DSA_PARAMETERS","features":[393]},{"name":"BCRYPT_DSA_PARAMETERS_MAGIC","features":[393]},{"name":"BCRYPT_DSA_PARAMETERS_MAGIC_V2","features":[393]},{"name":"BCRYPT_DSA_PARAMETER_HEADER","features":[393]},{"name":"BCRYPT_DSA_PARAMETER_HEADER_V2","features":[393]},{"name":"BCRYPT_DSA_PRIVATE_BLOB","features":[393]},{"name":"BCRYPT_DSA_PRIVATE_MAGIC","features":[393]},{"name":"BCRYPT_DSA_PRIVATE_MAGIC_V2","features":[393]},{"name":"BCRYPT_DSA_PUBLIC_BLOB","features":[393]},{"name":"BCRYPT_DSA_PUBLIC_MAGIC","features":[393]},{"name":"BCRYPT_DSA_PUBLIC_MAGIC_V2","features":[393]},{"name":"BCRYPT_ECCFULLKEY_BLOB","features":[393]},{"name":"BCRYPT_ECCFULLPRIVATE_BLOB","features":[393]},{"name":"BCRYPT_ECCFULLPUBLIC_BLOB","features":[393]},{"name":"BCRYPT_ECCKEY_BLOB","features":[393]},{"name":"BCRYPT_ECCPRIVATE_BLOB","features":[393]},{"name":"BCRYPT_ECCPUBLIC_BLOB","features":[393]},{"name":"BCRYPT_ECC_CURVE_25519","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP160R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP160T1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP192R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP192T1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP224R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP224T1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP256R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP256T1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP320R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP320T1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP384R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP384T1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP512R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP512T1","features":[393]},{"name":"BCRYPT_ECC_CURVE_EC192WAPI","features":[393]},{"name":"BCRYPT_ECC_CURVE_NAME","features":[393]},{"name":"BCRYPT_ECC_CURVE_NAMES","features":[393]},{"name":"BCRYPT_ECC_CURVE_NAME_LIST","features":[393]},{"name":"BCRYPT_ECC_CURVE_NISTP192","features":[393]},{"name":"BCRYPT_ECC_CURVE_NISTP224","features":[393]},{"name":"BCRYPT_ECC_CURVE_NISTP256","features":[393]},{"name":"BCRYPT_ECC_CURVE_NISTP384","features":[393]},{"name":"BCRYPT_ECC_CURVE_NISTP521","features":[393]},{"name":"BCRYPT_ECC_CURVE_NUMSP256T1","features":[393]},{"name":"BCRYPT_ECC_CURVE_NUMSP384T1","features":[393]},{"name":"BCRYPT_ECC_CURVE_NUMSP512T1","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP160K1","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP160R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP160R2","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP192K1","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP192R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP224K1","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP224R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP256K1","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP256R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP384R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_SECP521R1","features":[393]},{"name":"BCRYPT_ECC_CURVE_WTLS12","features":[393]},{"name":"BCRYPT_ECC_CURVE_WTLS7","features":[393]},{"name":"BCRYPT_ECC_CURVE_WTLS9","features":[393]},{"name":"BCRYPT_ECC_CURVE_X962P192V1","features":[393]},{"name":"BCRYPT_ECC_CURVE_X962P192V2","features":[393]},{"name":"BCRYPT_ECC_CURVE_X962P192V3","features":[393]},{"name":"BCRYPT_ECC_CURVE_X962P239V1","features":[393]},{"name":"BCRYPT_ECC_CURVE_X962P239V2","features":[393]},{"name":"BCRYPT_ECC_CURVE_X962P239V3","features":[393]},{"name":"BCRYPT_ECC_CURVE_X962P256V1","features":[393]},{"name":"BCRYPT_ECC_FULLKEY_BLOB_V1","features":[393]},{"name":"BCRYPT_ECC_PARAMETERS","features":[393]},{"name":"BCRYPT_ECC_PARAMETERS_MAGIC","features":[393]},{"name":"BCRYPT_ECC_PARAMETER_HEADER","features":[393]},{"name":"BCRYPT_ECC_PARAMETER_HEADER_V1","features":[393]},{"name":"BCRYPT_ECC_PRIME_MONTGOMERY_CURVE","features":[393]},{"name":"BCRYPT_ECC_PRIME_SHORT_WEIERSTRASS_CURVE","features":[393]},{"name":"BCRYPT_ECC_PRIME_TWISTED_EDWARDS_CURVE","features":[393]},{"name":"BCRYPT_ECDH_ALGORITHM","features":[393]},{"name":"BCRYPT_ECDH_ALG_HANDLE","features":[393]},{"name":"BCRYPT_ECDH_P256_ALGORITHM","features":[393]},{"name":"BCRYPT_ECDH_P256_ALG_HANDLE","features":[393]},{"name":"BCRYPT_ECDH_P384_ALGORITHM","features":[393]},{"name":"BCRYPT_ECDH_P384_ALG_HANDLE","features":[393]},{"name":"BCRYPT_ECDH_P521_ALGORITHM","features":[393]},{"name":"BCRYPT_ECDH_P521_ALG_HANDLE","features":[393]},{"name":"BCRYPT_ECDH_PRIVATE_GENERIC_MAGIC","features":[393]},{"name":"BCRYPT_ECDH_PRIVATE_P256_MAGIC","features":[393]},{"name":"BCRYPT_ECDH_PRIVATE_P384_MAGIC","features":[393]},{"name":"BCRYPT_ECDH_PRIVATE_P521_MAGIC","features":[393]},{"name":"BCRYPT_ECDH_PUBLIC_GENERIC_MAGIC","features":[393]},{"name":"BCRYPT_ECDH_PUBLIC_P256_MAGIC","features":[393]},{"name":"BCRYPT_ECDH_PUBLIC_P384_MAGIC","features":[393]},{"name":"BCRYPT_ECDH_PUBLIC_P521_MAGIC","features":[393]},{"name":"BCRYPT_ECDSA_ALGORITHM","features":[393]},{"name":"BCRYPT_ECDSA_ALG_HANDLE","features":[393]},{"name":"BCRYPT_ECDSA_P256_ALGORITHM","features":[393]},{"name":"BCRYPT_ECDSA_P256_ALG_HANDLE","features":[393]},{"name":"BCRYPT_ECDSA_P384_ALGORITHM","features":[393]},{"name":"BCRYPT_ECDSA_P384_ALG_HANDLE","features":[393]},{"name":"BCRYPT_ECDSA_P521_ALGORITHM","features":[393]},{"name":"BCRYPT_ECDSA_P521_ALG_HANDLE","features":[393]},{"name":"BCRYPT_ECDSA_PRIVATE_GENERIC_MAGIC","features":[393]},{"name":"BCRYPT_ECDSA_PRIVATE_P256_MAGIC","features":[393]},{"name":"BCRYPT_ECDSA_PRIVATE_P384_MAGIC","features":[393]},{"name":"BCRYPT_ECDSA_PRIVATE_P521_MAGIC","features":[393]},{"name":"BCRYPT_ECDSA_PUBLIC_GENERIC_MAGIC","features":[393]},{"name":"BCRYPT_ECDSA_PUBLIC_P256_MAGIC","features":[393]},{"name":"BCRYPT_ECDSA_PUBLIC_P384_MAGIC","features":[393]},{"name":"BCRYPT_ECDSA_PUBLIC_P521_MAGIC","features":[393]},{"name":"BCRYPT_EFFECTIVE_KEY_LENGTH","features":[393]},{"name":"BCRYPT_ENABLE_INCOMPATIBLE_FIPS_CHECKS","features":[393]},{"name":"BCRYPT_EXTENDED_KEYSIZE","features":[393]},{"name":"BCRYPT_FLAGS","features":[393]},{"name":"BCRYPT_GENERATE_IV","features":[393]},{"name":"BCRYPT_GLOBAL_PARAMETERS","features":[393]},{"name":"BCRYPT_HANDLE","features":[393]},{"name":"BCRYPT_HASH_BLOCK_LENGTH","features":[393]},{"name":"BCRYPT_HASH_FUNCTION_TABLE","features":[307,393]},{"name":"BCRYPT_HASH_HANDLE","features":[393]},{"name":"BCRYPT_HASH_INTERFACE","features":[393]},{"name":"BCRYPT_HASH_INTERFACE_MAJORVERSION_2","features":[393]},{"name":"BCRYPT_HASH_LENGTH","features":[393]},{"name":"BCRYPT_HASH_OID_LIST","features":[393]},{"name":"BCRYPT_HASH_OPERATION","features":[393]},{"name":"BCRYPT_HASH_OPERATION_FINISH_HASH","features":[393]},{"name":"BCRYPT_HASH_OPERATION_HASH_DATA","features":[393]},{"name":"BCRYPT_HASH_OPERATION_TYPE","features":[393]},{"name":"BCRYPT_HASH_REUSABLE_FLAG","features":[393]},{"name":"BCRYPT_HKDF_ALGORITHM","features":[393]},{"name":"BCRYPT_HKDF_ALG_HANDLE","features":[393]},{"name":"BCRYPT_HKDF_HASH_ALGORITHM","features":[393]},{"name":"BCRYPT_HKDF_PRK_AND_FINALIZE","features":[393]},{"name":"BCRYPT_HKDF_SALT_AND_FINALIZE","features":[393]},{"name":"BCRYPT_HMAC_MD2_ALG_HANDLE","features":[393]},{"name":"BCRYPT_HMAC_MD4_ALG_HANDLE","features":[393]},{"name":"BCRYPT_HMAC_MD5_ALG_HANDLE","features":[393]},{"name":"BCRYPT_HMAC_SHA1_ALG_HANDLE","features":[393]},{"name":"BCRYPT_HMAC_SHA256_ALG_HANDLE","features":[393]},{"name":"BCRYPT_HMAC_SHA384_ALG_HANDLE","features":[393]},{"name":"BCRYPT_HMAC_SHA512_ALG_HANDLE","features":[393]},{"name":"BCRYPT_INITIALIZATION_VECTOR","features":[393]},{"name":"BCRYPT_INTERFACE","features":[393]},{"name":"BCRYPT_INTERFACE_VERSION","features":[393]},{"name":"BCRYPT_IS_IFX_TPM_WEAK_KEY","features":[393]},{"name":"BCRYPT_IS_KEYED_HASH","features":[393]},{"name":"BCRYPT_IS_REUSABLE_HASH","features":[393]},{"name":"BCRYPT_KDF_HASH","features":[393]},{"name":"BCRYPT_KDF_HKDF","features":[393]},{"name":"BCRYPT_KDF_HMAC","features":[393]},{"name":"BCRYPT_KDF_RAW_SECRET","features":[393]},{"name":"BCRYPT_KDF_SP80056A_CONCAT","features":[393]},{"name":"BCRYPT_KDF_TLS_PRF","features":[393]},{"name":"BCRYPT_KEY_BLOB","features":[393]},{"name":"BCRYPT_KEY_DATA_BLOB","features":[393]},{"name":"BCRYPT_KEY_DATA_BLOB_HEADER","features":[393]},{"name":"BCRYPT_KEY_DATA_BLOB_MAGIC","features":[393]},{"name":"BCRYPT_KEY_DATA_BLOB_VERSION1","features":[393]},{"name":"BCRYPT_KEY_DERIVATION_FUNCTION_TABLE","features":[307,393]},{"name":"BCRYPT_KEY_DERIVATION_INTERFACE","features":[393]},{"name":"BCRYPT_KEY_DERIVATION_OPERATION","features":[393]},{"name":"BCRYPT_KEY_HANDLE","features":[393]},{"name":"BCRYPT_KEY_LENGTH","features":[393]},{"name":"BCRYPT_KEY_LENGTHS","features":[393]},{"name":"BCRYPT_KEY_LENGTHS_STRUCT","features":[393]},{"name":"BCRYPT_KEY_OBJECT_LENGTH","features":[393]},{"name":"BCRYPT_KEY_STRENGTH","features":[393]},{"name":"BCRYPT_KEY_VALIDATION_RANGE","features":[393]},{"name":"BCRYPT_KEY_VALIDATION_RANGE_AND_ORDER","features":[393]},{"name":"BCRYPT_KEY_VALIDATION_REGENERATE","features":[393]},{"name":"BCRYPT_MD2_ALGORITHM","features":[393]},{"name":"BCRYPT_MD2_ALG_HANDLE","features":[393]},{"name":"BCRYPT_MD4_ALGORITHM","features":[393]},{"name":"BCRYPT_MD4_ALG_HANDLE","features":[393]},{"name":"BCRYPT_MD5_ALGORITHM","features":[393]},{"name":"BCRYPT_MD5_ALG_HANDLE","features":[393]},{"name":"BCRYPT_MESSAGE_BLOCK_LENGTH","features":[393]},{"name":"BCRYPT_MULTI_FLAG","features":[393]},{"name":"BCRYPT_MULTI_HASH_OPERATION","features":[393]},{"name":"BCRYPT_MULTI_OBJECT_LENGTH","features":[393]},{"name":"BCRYPT_MULTI_OBJECT_LENGTH_STRUCT","features":[393]},{"name":"BCRYPT_MULTI_OPERATION_TYPE","features":[393]},{"name":"BCRYPT_NO_CURVE_GENERATION_ALG_ID","features":[393]},{"name":"BCRYPT_NO_KEY_VALIDATION","features":[393]},{"name":"BCRYPT_OAEP_PADDING_INFO","features":[393]},{"name":"BCRYPT_OBJECT_ALIGNMENT","features":[393]},{"name":"BCRYPT_OBJECT_LENGTH","features":[393]},{"name":"BCRYPT_OID","features":[393]},{"name":"BCRYPT_OID_LIST","features":[393]},{"name":"BCRYPT_OPAQUE_KEY_BLOB","features":[393]},{"name":"BCRYPT_OPEN_ALGORITHM_PROVIDER_FLAGS","features":[393]},{"name":"BCRYPT_OPERATION","features":[393]},{"name":"BCRYPT_OPERATION_TYPE_HASH","features":[393]},{"name":"BCRYPT_PADDING_SCHEMES","features":[393]},{"name":"BCRYPT_PAD_NONE","features":[393]},{"name":"BCRYPT_PAD_OAEP","features":[393]},{"name":"BCRYPT_PAD_PKCS1","features":[393]},{"name":"BCRYPT_PAD_PKCS1_OPTIONAL_HASH_OID","features":[393]},{"name":"BCRYPT_PAD_PSS","features":[393]},{"name":"BCRYPT_PBKDF2_ALGORITHM","features":[393]},{"name":"BCRYPT_PBKDF2_ALG_HANDLE","features":[393]},{"name":"BCRYPT_PCP_PLATFORM_TYPE_PROPERTY","features":[393]},{"name":"BCRYPT_PCP_PROVIDER_VERSION_PROPERTY","features":[393]},{"name":"BCRYPT_PKCS1_PADDING_INFO","features":[393]},{"name":"BCRYPT_PRIMITIVE_TYPE","features":[393]},{"name":"BCRYPT_PRIVATE_KEY","features":[393]},{"name":"BCRYPT_PRIVATE_KEY_BLOB","features":[393]},{"name":"BCRYPT_PRIVATE_KEY_FLAG","features":[393]},{"name":"BCRYPT_PROVIDER_HANDLE","features":[393]},{"name":"BCRYPT_PROVIDER_NAME","features":[393]},{"name":"BCRYPT_PROV_DISPATCH","features":[393]},{"name":"BCRYPT_PSS_PADDING_INFO","features":[393]},{"name":"BCRYPT_PUBLIC_KEY_BLOB","features":[393]},{"name":"BCRYPT_PUBLIC_KEY_FLAG","features":[393]},{"name":"BCRYPT_PUBLIC_KEY_LENGTH","features":[393]},{"name":"BCRYPT_QUERY_PROVIDER_MODE","features":[393]},{"name":"BCRYPT_RC2_ALGORITHM","features":[393]},{"name":"BCRYPT_RC2_CBC_ALG_HANDLE","features":[393]},{"name":"BCRYPT_RC2_CFB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_RC2_ECB_ALG_HANDLE","features":[393]},{"name":"BCRYPT_RC4_ALGORITHM","features":[393]},{"name":"BCRYPT_RC4_ALG_HANDLE","features":[393]},{"name":"BCRYPT_RESOLVE_PROVIDERS_FLAGS","features":[393]},{"name":"BCRYPT_RNG_ALGORITHM","features":[393]},{"name":"BCRYPT_RNG_ALG_HANDLE","features":[393]},{"name":"BCRYPT_RNG_DUAL_EC_ALGORITHM","features":[393]},{"name":"BCRYPT_RNG_FIPS186_DSA_ALGORITHM","features":[393]},{"name":"BCRYPT_RNG_FUNCTION_TABLE","features":[307,393]},{"name":"BCRYPT_RNG_INTERFACE","features":[393]},{"name":"BCRYPT_RNG_OPERATION","features":[393]},{"name":"BCRYPT_RNG_USE_ENTROPY_IN_BUFFER","features":[393]},{"name":"BCRYPT_RSAFULLPRIVATE_BLOB","features":[393]},{"name":"BCRYPT_RSAFULLPRIVATE_MAGIC","features":[393]},{"name":"BCRYPT_RSAKEY_BLOB","features":[393]},{"name":"BCRYPT_RSAKEY_BLOB_MAGIC","features":[393]},{"name":"BCRYPT_RSAPRIVATE_BLOB","features":[393]},{"name":"BCRYPT_RSAPRIVATE_MAGIC","features":[393]},{"name":"BCRYPT_RSAPUBLIC_BLOB","features":[393]},{"name":"BCRYPT_RSAPUBLIC_MAGIC","features":[393]},{"name":"BCRYPT_RSA_ALGORITHM","features":[393]},{"name":"BCRYPT_RSA_ALG_HANDLE","features":[393]},{"name":"BCRYPT_RSA_SIGN_ALGORITHM","features":[393]},{"name":"BCRYPT_RSA_SIGN_ALG_HANDLE","features":[393]},{"name":"BCRYPT_SECRET_AGREEMENT_FUNCTION_TABLE","features":[307,393]},{"name":"BCRYPT_SECRET_AGREEMENT_INTERFACE","features":[393]},{"name":"BCRYPT_SECRET_AGREEMENT_OPERATION","features":[393]},{"name":"BCRYPT_SECRET_HANDLE","features":[393]},{"name":"BCRYPT_SHA1_ALGORITHM","features":[393]},{"name":"BCRYPT_SHA1_ALG_HANDLE","features":[393]},{"name":"BCRYPT_SHA256_ALGORITHM","features":[393]},{"name":"BCRYPT_SHA256_ALG_HANDLE","features":[393]},{"name":"BCRYPT_SHA384_ALGORITHM","features":[393]},{"name":"BCRYPT_SHA384_ALG_HANDLE","features":[393]},{"name":"BCRYPT_SHA512_ALGORITHM","features":[393]},{"name":"BCRYPT_SHA512_ALG_HANDLE","features":[393]},{"name":"BCRYPT_SIGNATURE_FUNCTION_TABLE","features":[307,393]},{"name":"BCRYPT_SIGNATURE_INTERFACE","features":[393]},{"name":"BCRYPT_SIGNATURE_LENGTH","features":[393]},{"name":"BCRYPT_SIGNATURE_OPERATION","features":[393]},{"name":"BCRYPT_SP800108_CTR_HMAC_ALGORITHM","features":[393]},{"name":"BCRYPT_SP800108_CTR_HMAC_ALG_HANDLE","features":[393]},{"name":"BCRYPT_SP80056A_CONCAT_ALGORITHM","features":[393]},{"name":"BCRYPT_SP80056A_CONCAT_ALG_HANDLE","features":[393]},{"name":"BCRYPT_SUPPORTED_PAD_OAEP","features":[393]},{"name":"BCRYPT_SUPPORTED_PAD_PKCS1_ENC","features":[393]},{"name":"BCRYPT_SUPPORTED_PAD_PKCS1_SIG","features":[393]},{"name":"BCRYPT_SUPPORTED_PAD_PSS","features":[393]},{"name":"BCRYPT_SUPPORTED_PAD_ROUTER","features":[393]},{"name":"BCRYPT_TABLE","features":[393]},{"name":"BCRYPT_TLS1_1_KDF_ALGORITHM","features":[393]},{"name":"BCRYPT_TLS1_1_KDF_ALG_HANDLE","features":[393]},{"name":"BCRYPT_TLS1_2_KDF_ALGORITHM","features":[393]},{"name":"BCRYPT_TLS1_2_KDF_ALG_HANDLE","features":[393]},{"name":"BCRYPT_TLS_CBC_HMAC_VERIFY_FLAG","features":[393]},{"name":"BCRYPT_USE_SYSTEM_PREFERRED_RNG","features":[393]},{"name":"BCRYPT_XTS_AES_ALGORITHM","features":[393]},{"name":"BCRYPT_XTS_AES_ALG_HANDLE","features":[393]},{"name":"BCryptAddContextFunction","features":[307,393]},{"name":"BCryptBuffer","features":[393]},{"name":"BCryptBufferDesc","features":[393]},{"name":"BCryptCloseAlgorithmProvider","features":[307,393]},{"name":"BCryptCloseAlgorithmProviderFn","features":[307,393]},{"name":"BCryptConfigureContext","features":[307,393]},{"name":"BCryptConfigureContextFunction","features":[307,393]},{"name":"BCryptCreateContext","features":[307,393]},{"name":"BCryptCreateHash","features":[307,393]},{"name":"BCryptCreateHashFn","features":[307,393]},{"name":"BCryptCreateMultiHash","features":[307,393]},{"name":"BCryptCreateMultiHashFn","features":[307,393]},{"name":"BCryptDecrypt","features":[307,393]},{"name":"BCryptDecryptFn","features":[307,393]},{"name":"BCryptDeleteContext","features":[307,393]},{"name":"BCryptDeriveKey","features":[307,393]},{"name":"BCryptDeriveKeyCapi","features":[307,393]},{"name":"BCryptDeriveKeyCapiFn","features":[307,393]},{"name":"BCryptDeriveKeyFn","features":[307,393]},{"name":"BCryptDeriveKeyPBKDF2","features":[307,393]},{"name":"BCryptDeriveKeyPBKDF2Fn","features":[307,393]},{"name":"BCryptDestroyHash","features":[307,393]},{"name":"BCryptDestroyHashFn","features":[307,393]},{"name":"BCryptDestroyKey","features":[307,393]},{"name":"BCryptDestroyKeyFn","features":[307,393]},{"name":"BCryptDestroySecret","features":[307,393]},{"name":"BCryptDestroySecretFn","features":[307,393]},{"name":"BCryptDuplicateHash","features":[307,393]},{"name":"BCryptDuplicateHashFn","features":[307,393]},{"name":"BCryptDuplicateKey","features":[307,393]},{"name":"BCryptDuplicateKeyFn","features":[307,393]},{"name":"BCryptEncrypt","features":[307,393]},{"name":"BCryptEncryptFn","features":[307,393]},{"name":"BCryptEnumAlgorithms","features":[307,393]},{"name":"BCryptEnumContextFunctionProviders","features":[307,393]},{"name":"BCryptEnumContextFunctions","features":[307,393]},{"name":"BCryptEnumContexts","features":[307,393]},{"name":"BCryptEnumProviders","features":[307,393]},{"name":"BCryptEnumRegisteredProviders","features":[307,393]},{"name":"BCryptExportKey","features":[307,393]},{"name":"BCryptExportKeyFn","features":[307,393]},{"name":"BCryptFinalizeKeyPair","features":[307,393]},{"name":"BCryptFinalizeKeyPairFn","features":[307,393]},{"name":"BCryptFinishHash","features":[307,393]},{"name":"BCryptFinishHashFn","features":[307,393]},{"name":"BCryptFreeBuffer","features":[393]},{"name":"BCryptFreeBufferFn","features":[393]},{"name":"BCryptGenRandom","features":[307,393]},{"name":"BCryptGenRandomFn","features":[307,393]},{"name":"BCryptGenerateKeyPair","features":[307,393]},{"name":"BCryptGenerateKeyPairFn","features":[307,393]},{"name":"BCryptGenerateSymmetricKey","features":[307,393]},{"name":"BCryptGenerateSymmetricKeyFn","features":[307,393]},{"name":"BCryptGetFipsAlgorithmMode","features":[307,393]},{"name":"BCryptGetProperty","features":[307,393]},{"name":"BCryptGetPropertyFn","features":[307,393]},{"name":"BCryptHash","features":[307,393]},{"name":"BCryptHashData","features":[307,393]},{"name":"BCryptHashDataFn","features":[307,393]},{"name":"BCryptImportKey","features":[307,393]},{"name":"BCryptImportKeyFn","features":[307,393]},{"name":"BCryptImportKeyPair","features":[307,393]},{"name":"BCryptImportKeyPairFn","features":[307,393]},{"name":"BCryptKeyDerivation","features":[307,393]},{"name":"BCryptKeyDerivationFn","features":[307,393]},{"name":"BCryptOpenAlgorithmProvider","features":[307,393]},{"name":"BCryptOpenAlgorithmProviderFn","features":[307,393]},{"name":"BCryptProcessMultiOperations","features":[307,393]},{"name":"BCryptProcessMultiOperationsFn","features":[307,393]},{"name":"BCryptQueryContextConfiguration","features":[307,393]},{"name":"BCryptQueryContextFunctionConfiguration","features":[307,393]},{"name":"BCryptQueryContextFunctionProperty","features":[307,393]},{"name":"BCryptQueryProviderRegistration","features":[307,393]},{"name":"BCryptRegisterConfigChangeNotify","features":[307,393]},{"name":"BCryptRemoveContextFunction","features":[307,393]},{"name":"BCryptResolveProviders","features":[307,393]},{"name":"BCryptSecretAgreement","features":[307,393]},{"name":"BCryptSecretAgreementFn","features":[307,393]},{"name":"BCryptSetContextFunctionProperty","features":[307,393]},{"name":"BCryptSetProperty","features":[307,393]},{"name":"BCryptSetPropertyFn","features":[307,393]},{"name":"BCryptSignHash","features":[307,393]},{"name":"BCryptSignHashFn","features":[307,393]},{"name":"BCryptUnregisterConfigChangeNotify","features":[307,393]},{"name":"BCryptVerifySignature","features":[307,393]},{"name":"BCryptVerifySignatureFn","features":[307,393]},{"name":"CALG_3DES","features":[393]},{"name":"CALG_3DES_112","features":[393]},{"name":"CALG_AES","features":[393]},{"name":"CALG_AES_128","features":[393]},{"name":"CALG_AES_192","features":[393]},{"name":"CALG_AES_256","features":[393]},{"name":"CALG_AGREEDKEY_ANY","features":[393]},{"name":"CALG_CYLINK_MEK","features":[393]},{"name":"CALG_DES","features":[393]},{"name":"CALG_DESX","features":[393]},{"name":"CALG_DH_EPHEM","features":[393]},{"name":"CALG_DH_SF","features":[393]},{"name":"CALG_DSS_SIGN","features":[393]},{"name":"CALG_ECDH","features":[393]},{"name":"CALG_ECDH_EPHEM","features":[393]},{"name":"CALG_ECDSA","features":[393]},{"name":"CALG_ECMQV","features":[393]},{"name":"CALG_HASH_REPLACE_OWF","features":[393]},{"name":"CALG_HMAC","features":[393]},{"name":"CALG_HUGHES_MD5","features":[393]},{"name":"CALG_KEA_KEYX","features":[393]},{"name":"CALG_MAC","features":[393]},{"name":"CALG_MD2","features":[393]},{"name":"CALG_MD4","features":[393]},{"name":"CALG_MD5","features":[393]},{"name":"CALG_NO_SIGN","features":[393]},{"name":"CALG_NULLCIPHER","features":[393]},{"name":"CALG_OID_INFO_CNG_ONLY","features":[393]},{"name":"CALG_OID_INFO_PARAMETERS","features":[393]},{"name":"CALG_PCT1_MASTER","features":[393]},{"name":"CALG_RC2","features":[393]},{"name":"CALG_RC4","features":[393]},{"name":"CALG_RC5","features":[393]},{"name":"CALG_RSA_KEYX","features":[393]},{"name":"CALG_RSA_SIGN","features":[393]},{"name":"CALG_SCHANNEL_ENC_KEY","features":[393]},{"name":"CALG_SCHANNEL_MAC_KEY","features":[393]},{"name":"CALG_SCHANNEL_MASTER_HASH","features":[393]},{"name":"CALG_SEAL","features":[393]},{"name":"CALG_SHA","features":[393]},{"name":"CALG_SHA1","features":[393]},{"name":"CALG_SHA_256","features":[393]},{"name":"CALG_SHA_384","features":[393]},{"name":"CALG_SHA_512","features":[393]},{"name":"CALG_SKIPJACK","features":[393]},{"name":"CALG_SSL2_MASTER","features":[393]},{"name":"CALG_SSL3_MASTER","features":[393]},{"name":"CALG_SSL3_SHAMD5","features":[393]},{"name":"CALG_TEK","features":[393]},{"name":"CALG_THIRDPARTY_CIPHER","features":[393]},{"name":"CALG_THIRDPARTY_HASH","features":[393]},{"name":"CALG_THIRDPARTY_KEY_EXCHANGE","features":[393]},{"name":"CALG_THIRDPARTY_SIGNATURE","features":[393]},{"name":"CALG_TLS1PRF","features":[393]},{"name":"CALG_TLS1_MASTER","features":[393]},{"name":"CARD_3DES_112_ALGORITHM","features":[393]},{"name":"CARD_3DES_ALGORITHM","features":[393]},{"name":"CARD_AES_ALGORITHM","features":[393]},{"name":"CARD_ASYMMETRIC_OPERATION","features":[393]},{"name":"CARD_AUTHENTICATE","features":[393]},{"name":"CARD_AUTHENTICATE_CURRENT_VERSION","features":[393]},{"name":"CARD_AUTHENTICATE_GENERATE_SESSION_PIN","features":[393]},{"name":"CARD_AUTHENTICATE_PIN_CHALLENGE_RESPONSE","features":[393]},{"name":"CARD_AUTHENTICATE_PIN_PIN","features":[393]},{"name":"CARD_AUTHENTICATE_RESPONSE","features":[393]},{"name":"CARD_AUTHENTICATE_RESPONSE_CURRENT_VERSION","features":[393]},{"name":"CARD_AUTHENTICATE_RESPONSE_VERSION_SEVEN","features":[393]},{"name":"CARD_AUTHENTICATE_SESSION_PIN","features":[393]},{"name":"CARD_AUTHENTICATE_VERSION_SEVEN","features":[393]},{"name":"CARD_BUFFER_SIZE_ONLY","features":[393]},{"name":"CARD_CACHE_FILE_CURRENT_VERSION","features":[393]},{"name":"CARD_CACHE_FILE_FORMAT","features":[393]},{"name":"CARD_CAPABILITIES","features":[307,393]},{"name":"CARD_CAPABILITIES_CURRENT_VERSION","features":[393]},{"name":"CARD_CHAIN_MODE_CBC","features":[393]},{"name":"CARD_CHANGE_AUTHENTICATOR","features":[393]},{"name":"CARD_CHANGE_AUTHENTICATOR_CURRENT_VERSION","features":[393]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE","features":[393]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE_CURRENT_VERSION","features":[393]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE_VERSION_SEVEN","features":[393]},{"name":"CARD_CHANGE_AUTHENTICATOR_VERSION_SEVEN","features":[393]},{"name":"CARD_CIPHER_OPERATION","features":[393]},{"name":"CARD_CREATE_CONTAINER_KEY_GEN","features":[393]},{"name":"CARD_CREATE_CONTAINER_KEY_IMPORT","features":[393]},{"name":"CARD_DATA","features":[307,393]},{"name":"CARD_DATA_CURRENT_VERSION","features":[393]},{"name":"CARD_DATA_VALUE_UNKNOWN","features":[393]},{"name":"CARD_DATA_VERSION_FIVE","features":[393]},{"name":"CARD_DATA_VERSION_FOUR","features":[393]},{"name":"CARD_DATA_VERSION_SEVEN","features":[393]},{"name":"CARD_DATA_VERSION_SIX","features":[393]},{"name":"CARD_DERIVE_KEY","features":[393]},{"name":"CARD_DERIVE_KEY_CURRENT_VERSION","features":[393]},{"name":"CARD_DERIVE_KEY_VERSION","features":[393]},{"name":"CARD_DERIVE_KEY_VERSION_TWO","features":[393]},{"name":"CARD_DH_AGREEMENT_INFO","features":[393]},{"name":"CARD_DH_AGREEMENT_INFO_VERSION","features":[393]},{"name":"CARD_DIRECTORY_ACCESS_CONDITION","features":[393]},{"name":"CARD_ENCRYPTED_DATA","features":[393]},{"name":"CARD_FILE_ACCESS_CONDITION","features":[393]},{"name":"CARD_FILE_INFO","features":[393]},{"name":"CARD_FILE_INFO_CURRENT_VERSION","features":[393]},{"name":"CARD_FREE_SPACE_INFO","features":[393]},{"name":"CARD_FREE_SPACE_INFO_CURRENT_VERSION","features":[393]},{"name":"CARD_IMPORT_KEYPAIR","features":[393]},{"name":"CARD_IMPORT_KEYPAIR_CURRENT_VERSION","features":[393]},{"name":"CARD_IMPORT_KEYPAIR_VERSION_SEVEN","features":[393]},{"name":"CARD_KEY_IMPORT_ECC_KEYEST","features":[393]},{"name":"CARD_KEY_IMPORT_PLAIN_TEXT","features":[393]},{"name":"CARD_KEY_IMPORT_RSA_KEYEST","features":[393]},{"name":"CARD_KEY_IMPORT_SHARED_SYMMETRIC","features":[393]},{"name":"CARD_KEY_SIZES","features":[393]},{"name":"CARD_KEY_SIZES_CURRENT_VERSION","features":[393]},{"name":"CARD_PADDING_INFO_PRESENT","features":[393]},{"name":"CARD_PADDING_NONE","features":[393]},{"name":"CARD_PADDING_OAEP","features":[393]},{"name":"CARD_PADDING_PKCS1","features":[393]},{"name":"CARD_PADDING_PSS","features":[393]},{"name":"CARD_PIN_SILENT_CONTEXT","features":[393]},{"name":"CARD_PIN_STRENGTH_PLAINTEXT","features":[393]},{"name":"CARD_PIN_STRENGTH_SESSION_PIN","features":[393]},{"name":"CARD_RETURN_KEY_HANDLE","features":[393]},{"name":"CARD_RSA_DECRYPT_INFO","features":[393]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_CURRENT_VERSION","features":[393]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_VERSION_ONE","features":[393]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_VERSION_TWO","features":[393]},{"name":"CARD_SECURE_KEY_INJECTION_NO_CARD_MODE","features":[393]},{"name":"CARD_SIGNING_INFO","features":[393]},{"name":"CARD_SIGNING_INFO_BASIC_VERSION","features":[393]},{"name":"CARD_SIGNING_INFO_CURRENT_VERSION","features":[393]},{"name":"CASetupProperty","features":[393]},{"name":"CCP_ASSOCIATED_ECDH_KEY","features":[393]},{"name":"CCP_CONTAINER_INFO","features":[393]},{"name":"CCP_PIN_IDENTIFIER","features":[393]},{"name":"CCertSrvSetup","features":[393]},{"name":"CCertSrvSetupKeyInformation","features":[393]},{"name":"CCertificateEnrollmentPolicyServerSetup","features":[393]},{"name":"CCertificateEnrollmentServerSetup","features":[393]},{"name":"CEPSetupProperty","features":[393]},{"name":"CERTIFICATE_CHAIN_BLOB","features":[393]},{"name":"CERT_ACCESS_DESCRIPTION","features":[393]},{"name":"CERT_ACCESS_STATE_GP_SYSTEM_STORE_FLAG","features":[393]},{"name":"CERT_ACCESS_STATE_LM_SYSTEM_STORE_FLAG","features":[393]},{"name":"CERT_ACCESS_STATE_PROP_ID","features":[393]},{"name":"CERT_ACCESS_STATE_SHARED_USER_FLAG","features":[393]},{"name":"CERT_ACCESS_STATE_SYSTEM_STORE_FLAG","features":[393]},{"name":"CERT_ACCESS_STATE_WRITE_PERSIST_FLAG","features":[393]},{"name":"CERT_AIA_URL_RETRIEVED_PROP_ID","features":[393]},{"name":"CERT_ALT_NAME_EDI_PARTY_NAME","features":[393]},{"name":"CERT_ALT_NAME_ENTRY","features":[393]},{"name":"CERT_ALT_NAME_ENTRY_ERR_INDEX_MASK","features":[393]},{"name":"CERT_ALT_NAME_ENTRY_ERR_INDEX_SHIFT","features":[393]},{"name":"CERT_ALT_NAME_INFO","features":[393]},{"name":"CERT_ALT_NAME_VALUE_ERR_INDEX_MASK","features":[393]},{"name":"CERT_ALT_NAME_VALUE_ERR_INDEX_SHIFT","features":[393]},{"name":"CERT_ALT_NAME_X400_ADDRESS","features":[393]},{"name":"CERT_ARCHIVED_KEY_HASH_PROP_ID","features":[393]},{"name":"CERT_ARCHIVED_PROP_ID","features":[393]},{"name":"CERT_AUTHORITY_INFO_ACCESS","features":[393]},{"name":"CERT_AUTHORITY_INFO_ACCESS_PROP_ID","features":[393]},{"name":"CERT_AUTHORITY_KEY_ID2_INFO","features":[393]},{"name":"CERT_AUTHORITY_KEY_ID_INFO","features":[393]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_DISABLE_PARTIAL_CHAIN_LOGGING_FLAG","features":[393]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_DISABLE_UNTRUSTED_ROOT_LOGGING_FLAG","features":[393]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[393]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_FLAGS_VALUE_NAME","features":[393]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[393]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_ROOT_DIR_URL_VALUE_NAME","features":[393]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[393]},{"name":"CERT_AUTH_ROOT_CAB_FILENAME","features":[393]},{"name":"CERT_AUTH_ROOT_CERT_EXT","features":[393]},{"name":"CERT_AUTH_ROOT_CTL_FILENAME","features":[393]},{"name":"CERT_AUTH_ROOT_CTL_FILENAME_A","features":[393]},{"name":"CERT_AUTH_ROOT_SEQ_FILENAME","features":[393]},{"name":"CERT_AUTH_ROOT_SHA256_HASH_PROP_ID","features":[393]},{"name":"CERT_AUTO_ENROLL_PROP_ID","features":[393]},{"name":"CERT_AUTO_ENROLL_RETRY_PROP_ID","features":[393]},{"name":"CERT_AUTO_UPDATE_DISABLE_RANDOM_QUERY_STRING_FLAG","features":[393]},{"name":"CERT_AUTO_UPDATE_ROOT_DIR_URL_VALUE_NAME","features":[393]},{"name":"CERT_AUTO_UPDATE_SYNC_FROM_DIR_URL_VALUE_NAME","features":[393]},{"name":"CERT_BACKED_UP_PROP_ID","features":[393]},{"name":"CERT_BASIC_CONSTRAINTS2_INFO","features":[307,393]},{"name":"CERT_BASIC_CONSTRAINTS_INFO","features":[307,393]},{"name":"CERT_BIOMETRIC_DATA","features":[393]},{"name":"CERT_BIOMETRIC_DATA_TYPE","features":[393]},{"name":"CERT_BIOMETRIC_EXT_INFO","features":[393]},{"name":"CERT_BIOMETRIC_OID_DATA_CHOICE","features":[393]},{"name":"CERT_BIOMETRIC_PICTURE_TYPE","features":[393]},{"name":"CERT_BIOMETRIC_PREDEFINED_DATA_CHOICE","features":[393]},{"name":"CERT_BIOMETRIC_SIGNATURE_TYPE","features":[393]},{"name":"CERT_BUNDLE_CERTIFICATE","features":[393]},{"name":"CERT_BUNDLE_CRL","features":[393]},{"name":"CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG","features":[393]},{"name":"CERT_CA_DISABLE_CRL_PROP_ID","features":[393]},{"name":"CERT_CA_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[393]},{"name":"CERT_CA_SUBJECT_FLAG","features":[393]},{"name":"CERT_CEP_PROP_ID","features":[393]},{"name":"CERT_CHAIN","features":[393]},{"name":"CERT_CHAIN_AUTO_CURRENT_USER","features":[393]},{"name":"CERT_CHAIN_AUTO_FLAGS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_AUTO_FLUSH_DISABLE_FLAG","features":[393]},{"name":"CERT_CHAIN_AUTO_FLUSH_FIRST_DELTA_SECONDS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_AUTO_FLUSH_NEXT_DELTA_SECONDS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_AUTO_HPKP_RULE_INFO","features":[393]},{"name":"CERT_CHAIN_AUTO_IMPERSONATED","features":[393]},{"name":"CERT_CHAIN_AUTO_LOCAL_MACHINE","features":[393]},{"name":"CERT_CHAIN_AUTO_LOG_CREATE_FLAG","features":[393]},{"name":"CERT_CHAIN_AUTO_LOG_FILE_NAME_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_AUTO_LOG_FLUSH_FLAG","features":[393]},{"name":"CERT_CHAIN_AUTO_LOG_FREE_FLAG","features":[393]},{"name":"CERT_CHAIN_AUTO_NETWORK_INFO","features":[393]},{"name":"CERT_CHAIN_AUTO_PINRULE_INFO","features":[393]},{"name":"CERT_CHAIN_AUTO_PROCESS_INFO","features":[393]},{"name":"CERT_CHAIN_AUTO_SERIAL_LOCAL_MACHINE","features":[393]},{"name":"CERT_CHAIN_CACHE_END_CERT","features":[393]},{"name":"CERT_CHAIN_CACHE_ONLY_URL_RETRIEVAL","features":[393]},{"name":"CERT_CHAIN_CACHE_RESYNC_FILETIME_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_CONFIG_REGPATH","features":[393]},{"name":"CERT_CHAIN_CONTEXT","features":[307,393]},{"name":"CERT_CHAIN_CRL_VALIDITY_EXT_PERIOD_HOURS_DEFAULT","features":[393]},{"name":"CERT_CHAIN_CRL_VALIDITY_EXT_PERIOD_HOURS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_CROSS_CERT_DOWNLOAD_INTERVAL_HOURS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_DEFAULT_CONFIG_SUBDIR","features":[393]},{"name":"CERT_CHAIN_DISABLE_AIA","features":[393]},{"name":"CERT_CHAIN_DISABLE_AIA_URL_RETRIEVAL_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_DISABLE_ALL_EKU_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_AUTH_ROOT_AUTO_UPDATE","features":[393]},{"name":"CERT_CHAIN_DISABLE_AUTO_FLUSH_PROCESS_NAME_LIST_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_DISABLE_CA_NAME_CONSTRAINTS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_DISABLE_CODE_SIGNING_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_ECC_PARA_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_FILE_HASH_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_MANDATORY_BASIC_CONSTRAINTS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_DISABLE_MD2_MD4","features":[393]},{"name":"CERT_CHAIN_DISABLE_MOTW_CODE_SIGNING_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_MOTW_FILE_HASH_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_MOTW_TIMESTAMP_HASH_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_MOTW_TIMESTAMP_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_MY_PEER_TRUST","features":[393]},{"name":"CERT_CHAIN_DISABLE_OPT_IN_SERVER_AUTH_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_PASS1_QUALITY_FILTERING","features":[393]},{"name":"CERT_CHAIN_DISABLE_SERIAL_CHAIN_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_DISABLE_SERVER_AUTH_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_SYNC_WITH_SSL_TIME_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_DISABLE_TIMESTAMP_HASH_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_TIMESTAMP_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_DISABLE_UNSUPPORTED_CRITICAL_EXTENSIONS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_ELEMENT","features":[307,393]},{"name":"CERT_CHAIN_ENABLE_ALL_EKU_HYGIENE_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_CACHE_AUTO_UPDATE","features":[393]},{"name":"CERT_CHAIN_ENABLE_CODE_SIGNING_HYGIENE_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_DISALLOWED_CA","features":[393]},{"name":"CERT_CHAIN_ENABLE_MD2_MD4_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_MOTW_CODE_SIGNING_HYGIENE_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_MOTW_TIMESTAMP_HYGIENE_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_ONLY_WEAK_LOGGING_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_PEER_TRUST","features":[393]},{"name":"CERT_CHAIN_ENABLE_SERVER_AUTH_HYGIENE_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_SHARE_STORE","features":[393]},{"name":"CERT_CHAIN_ENABLE_TIMESTAMP_HYGIENE_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_WEAK_LOGGING_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_WEAK_RSA_ROOT_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_WEAK_SETTINGS_FLAG","features":[393]},{"name":"CERT_CHAIN_ENABLE_WEAK_SIGNATURE_FLAGS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_ENGINE_CONFIG","features":[393]},{"name":"CERT_CHAIN_EXCLUSIVE_ENABLE_CA_FLAG","features":[393]},{"name":"CERT_CHAIN_FIND_BY_ISSUER","features":[393]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG","features":[393]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG","features":[393]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG","features":[393]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG","features":[393]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG","features":[393]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG","features":[393]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_PARA","features":[307,393]},{"name":"CERT_CHAIN_HAS_MOTW","features":[393]},{"name":"CERT_CHAIN_MAX_AIA_URL_COUNT_IN_CERT_DEFAULT","features":[393]},{"name":"CERT_CHAIN_MAX_AIA_URL_COUNT_IN_CERT_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_BYTE_COUNT_DEFAULT","features":[393]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_BYTE_COUNT_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_CERT_COUNT_DEFAULT","features":[393]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_CERT_COUNT_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_COUNT_PER_CHAIN_DEFAULT","features":[393]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_COUNT_PER_CHAIN_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_DEFAULT","features":[393]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_DISABLE","features":[393]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_MAX_URL_RETRIEVAL_BYTE_COUNT_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_MIN_PUB_KEY_BIT_LENGTH_DISABLE","features":[393]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_DEFAULT","features":[393]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_DISABLE","features":[393]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_MOTW_IGNORE_AFTER_TIME_WEAK_FLAG","features":[393]},{"name":"CERT_CHAIN_OCSP_VALIDITY_SECONDS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_ONLY_ADDITIONAL_AND_AUTH_ROOT","features":[393]},{"name":"CERT_CHAIN_OPTIONS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_OPTION_DISABLE_AIA_URL_RETRIEVAL","features":[393]},{"name":"CERT_CHAIN_OPTION_ENABLE_SIA_URL_RETRIEVAL","features":[393]},{"name":"CERT_CHAIN_OPT_IN_WEAK_FLAGS","features":[393]},{"name":"CERT_CHAIN_OPT_IN_WEAK_SIGNATURE","features":[393]},{"name":"CERT_CHAIN_PARA","features":[393]},{"name":"CERT_CHAIN_POLICY_ALLOW_TESTROOT_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_ALLOW_UNKNOWN_CA_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_AUTHENTICODE","features":[393]},{"name":"CERT_CHAIN_POLICY_AUTHENTICODE_TS","features":[393]},{"name":"CERT_CHAIN_POLICY_BASE","features":[393]},{"name":"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS","features":[393]},{"name":"CERT_CHAIN_POLICY_EV","features":[393]},{"name":"CERT_CHAIN_POLICY_FLAGS","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_ALL_NOT_TIME_VALID_FLAGS","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_ALL_REV_UNKNOWN_FLAGS","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_CA_REV_UNKNOWN_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_CTL_NOT_TIME_VALID_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_CTL_SIGNER_REV_UNKNOWN_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_END_REV_UNKNOWN_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_BASIC_CONSTRAINTS_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_NAME_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_POLICY_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_SUPPORTED_CRITICAL_EXT_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_TIME_NESTED_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_TIME_VALID_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_PEER_TRUST_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_ROOT_REV_UNKNOWN_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_WEAK_SIGNATURE_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG","features":[393]},{"name":"CERT_CHAIN_POLICY_MICROSOFT_ROOT","features":[393]},{"name":"CERT_CHAIN_POLICY_NT_AUTH","features":[393]},{"name":"CERT_CHAIN_POLICY_PARA","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_F12","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_F12_ERROR_LEVEL","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_F12_NONE_CATEGORY","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_F12_ROOT_PROGRAM_CATEGORY","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_F12_SUCCESS_LEVEL","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_F12_WARNING_LEVEL","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_F12_WEAK_CRYPTO_CATEGORY","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_HPKP_HEADER","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MISMATCH_ERROR","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MISMATCH_WARNING","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MITM_ERROR","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MITM_WARNING","features":[393]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_SUCCESS","features":[393]},{"name":"CERT_CHAIN_POLICY_STATUS","features":[393]},{"name":"CERT_CHAIN_POLICY_THIRD_PARTY_ROOT","features":[393]},{"name":"CERT_CHAIN_POLICY_TRUST_TESTROOT_FLAG","features":[393]},{"name":"CERT_CHAIN_RETURN_LOWER_QUALITY_CONTEXTS","features":[393]},{"name":"CERT_CHAIN_REVOCATION_ACCUMULATIVE_TIMEOUT","features":[393]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CACHE_ONLY","features":[393]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CHAIN","features":[393]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[393]},{"name":"CERT_CHAIN_REVOCATION_CHECK_END_CERT","features":[393]},{"name":"CERT_CHAIN_REVOCATION_CHECK_OCSP_CERT","features":[393]},{"name":"CERT_CHAIN_REV_ACCUMULATIVE_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_SERIAL_CHAIN_LOG_FILE_NAME_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_SSL_HANDSHAKE_LOG_FILE_NAME_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_STRONG_SIGN_DISABLE_END_CHECK_FLAG","features":[393]},{"name":"CERT_CHAIN_THREAD_STORE_SYNC","features":[393]},{"name":"CERT_CHAIN_TIMESTAMP_TIME","features":[393]},{"name":"CERT_CHAIN_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_USE_LOCAL_MACHINE_STORE","features":[393]},{"name":"CERT_CHAIN_WEAK_AFTER_TIME_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_ALL_CONFIG_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_FILE_HASH_AFTER_TIME_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_FLAGS_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_HYGIENE_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_MIN_BIT_LENGTH_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_PREFIX_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_RSA_PUB_KEY_TIME_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_SHA256_ALLOW_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_SIGNATURE_LOG_DIR_VALUE_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_THIRD_PARTY_CONFIG_NAME","features":[393]},{"name":"CERT_CHAIN_WEAK_TIMESTAMP_HASH_AFTER_TIME_NAME","features":[393]},{"name":"CERT_CLOSE_STORE_CHECK_FLAG","features":[393]},{"name":"CERT_CLOSE_STORE_FORCE_FLAG","features":[393]},{"name":"CERT_CLR_DELETE_KEY_PROP_ID","features":[393]},{"name":"CERT_COMPARE_ANY","features":[393]},{"name":"CERT_COMPARE_ATTR","features":[393]},{"name":"CERT_COMPARE_CERT_ID","features":[393]},{"name":"CERT_COMPARE_CROSS_CERT_DIST_POINTS","features":[393]},{"name":"CERT_COMPARE_CTL_USAGE","features":[393]},{"name":"CERT_COMPARE_ENHKEY_USAGE","features":[393]},{"name":"CERT_COMPARE_EXISTING","features":[393]},{"name":"CERT_COMPARE_HASH","features":[393]},{"name":"CERT_COMPARE_HASH_STR","features":[393]},{"name":"CERT_COMPARE_HAS_PRIVATE_KEY","features":[393]},{"name":"CERT_COMPARE_ISSUER_OF","features":[393]},{"name":"CERT_COMPARE_KEY_IDENTIFIER","features":[393]},{"name":"CERT_COMPARE_KEY_SPEC","features":[393]},{"name":"CERT_COMPARE_MASK","features":[393]},{"name":"CERT_COMPARE_MD5_HASH","features":[393]},{"name":"CERT_COMPARE_NAME","features":[393]},{"name":"CERT_COMPARE_NAME_STR_A","features":[393]},{"name":"CERT_COMPARE_NAME_STR_W","features":[393]},{"name":"CERT_COMPARE_PROPERTY","features":[393]},{"name":"CERT_COMPARE_PUBKEY_MD5_HASH","features":[393]},{"name":"CERT_COMPARE_PUBLIC_KEY","features":[393]},{"name":"CERT_COMPARE_SHA1_HASH","features":[393]},{"name":"CERT_COMPARE_SHIFT","features":[393]},{"name":"CERT_COMPARE_SIGNATURE_HASH","features":[393]},{"name":"CERT_COMPARE_SUBJECT_CERT","features":[393]},{"name":"CERT_COMPARE_SUBJECT_INFO_ACCESS","features":[393]},{"name":"CERT_CONTEXT","features":[307,393]},{"name":"CERT_CONTEXT_REVOCATION_TYPE","features":[393]},{"name":"CERT_CONTROL_STORE_FLAGS","features":[393]},{"name":"CERT_CREATE_CONTEXT_NOCOPY_FLAG","features":[393]},{"name":"CERT_CREATE_CONTEXT_NO_ENTRY_FLAG","features":[393]},{"name":"CERT_CREATE_CONTEXT_NO_HCRYPTMSG_FLAG","features":[393]},{"name":"CERT_CREATE_CONTEXT_PARA","features":[307,393]},{"name":"CERT_CREATE_CONTEXT_SORTED_FLAG","features":[393]},{"name":"CERT_CREATE_SELFSIGN_FLAGS","features":[393]},{"name":"CERT_CREATE_SELFSIGN_NO_KEY_INFO","features":[393]},{"name":"CERT_CREATE_SELFSIGN_NO_SIGN","features":[393]},{"name":"CERT_CRL_CONTEXT_PAIR","features":[307,393]},{"name":"CERT_CRL_SIGN_KEY_USAGE","features":[393]},{"name":"CERT_CROSS_CERT_DIST_POINTS_PROP_ID","features":[393]},{"name":"CERT_CTL_USAGE_PROP_ID","features":[393]},{"name":"CERT_DATA_ENCIPHERMENT_KEY_USAGE","features":[393]},{"name":"CERT_DATE_STAMP_PROP_ID","features":[393]},{"name":"CERT_DECIPHER_ONLY_KEY_USAGE","features":[393]},{"name":"CERT_DEFAULT_OID_PUBLIC_KEY_SIGN","features":[393]},{"name":"CERT_DEFAULT_OID_PUBLIC_KEY_XCHG","features":[393]},{"name":"CERT_DESCRIPTION_PROP_ID","features":[393]},{"name":"CERT_DH_PARAMETERS","features":[393]},{"name":"CERT_DIGITAL_SIGNATURE_KEY_USAGE","features":[393]},{"name":"CERT_DISABLE_PIN_RULES_AUTO_UPDATE_VALUE_NAME","features":[393]},{"name":"CERT_DISABLE_ROOT_AUTO_UPDATE_VALUE_NAME","features":[393]},{"name":"CERT_DISALLOWED_CA_FILETIME_PROP_ID","features":[393]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[393]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[393]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_LIST_IDENTIFIER","features":[393]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[393]},{"name":"CERT_DISALLOWED_CERT_CAB_FILENAME","features":[393]},{"name":"CERT_DISALLOWED_CERT_CTL_FILENAME","features":[393]},{"name":"CERT_DISALLOWED_CERT_CTL_FILENAME_A","features":[393]},{"name":"CERT_DISALLOWED_ENHKEY_USAGE_PROP_ID","features":[393]},{"name":"CERT_DISALLOWED_FILETIME_PROP_ID","features":[393]},{"name":"CERT_DSS_PARAMETERS","features":[393]},{"name":"CERT_DSS_R_LEN","features":[393]},{"name":"CERT_DSS_S_LEN","features":[393]},{"name":"CERT_ECC_SIGNATURE","features":[393]},{"name":"CERT_EFSBLOB_VALUE_NAME","features":[393]},{"name":"CERT_EFS_PROP_ID","features":[393]},{"name":"CERT_ENABLE_DISALLOWED_CERT_AUTO_UPDATE_VALUE_NAME","features":[393]},{"name":"CERT_ENCIPHER_ONLY_KEY_USAGE","features":[393]},{"name":"CERT_ENCODING_TYPE_MASK","features":[393]},{"name":"CERT_END_ENTITY_SUBJECT_FLAG","features":[393]},{"name":"CERT_ENHKEY_USAGE_PROP_ID","features":[393]},{"name":"CERT_ENROLLMENT_PROP_ID","features":[393]},{"name":"CERT_EXCLUDED_SUBTREE_BIT","features":[393]},{"name":"CERT_EXTENDED_ERROR_INFO_PROP_ID","features":[393]},{"name":"CERT_EXTENSION","features":[307,393]},{"name":"CERT_EXTENSIONS","features":[307,393]},{"name":"CERT_FILE_HASH_USE_TYPE","features":[393]},{"name":"CERT_FILE_STORE_COMMIT_ENABLE_FLAG","features":[393]},{"name":"CERT_FIND_ANY","features":[393]},{"name":"CERT_FIND_CERT_ID","features":[393]},{"name":"CERT_FIND_CHAIN_IN_STORE_FLAGS","features":[393]},{"name":"CERT_FIND_CROSS_CERT_DIST_POINTS","features":[393]},{"name":"CERT_FIND_CTL_USAGE","features":[393]},{"name":"CERT_FIND_ENHKEY_USAGE","features":[393]},{"name":"CERT_FIND_EXISTING","features":[393]},{"name":"CERT_FIND_EXT_ONLY_CTL_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_FLAGS","features":[393]},{"name":"CERT_FIND_HASH","features":[393]},{"name":"CERT_FIND_HASH_STR","features":[393]},{"name":"CERT_FIND_HAS_PRIVATE_KEY","features":[393]},{"name":"CERT_FIND_ISSUER_ATTR","features":[393]},{"name":"CERT_FIND_ISSUER_NAME","features":[393]},{"name":"CERT_FIND_ISSUER_OF","features":[393]},{"name":"CERT_FIND_ISSUER_STR","features":[393]},{"name":"CERT_FIND_ISSUER_STR_A","features":[393]},{"name":"CERT_FIND_ISSUER_STR_W","features":[393]},{"name":"CERT_FIND_KEY_IDENTIFIER","features":[393]},{"name":"CERT_FIND_KEY_SPEC","features":[393]},{"name":"CERT_FIND_MD5_HASH","features":[393]},{"name":"CERT_FIND_NO_CTL_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_NO_ENHKEY_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_OPTIONAL_CTL_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_OR_CTL_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_OR_ENHKEY_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_PROPERTY","features":[393]},{"name":"CERT_FIND_PROP_ONLY_CTL_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_PROP_ONLY_ENHKEY_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_PUBKEY_MD5_HASH","features":[393]},{"name":"CERT_FIND_PUBLIC_KEY","features":[393]},{"name":"CERT_FIND_SHA1_HASH","features":[393]},{"name":"CERT_FIND_SIGNATURE_HASH","features":[393]},{"name":"CERT_FIND_SUBJECT_ATTR","features":[393]},{"name":"CERT_FIND_SUBJECT_CERT","features":[393]},{"name":"CERT_FIND_SUBJECT_INFO_ACCESS","features":[393]},{"name":"CERT_FIND_SUBJECT_NAME","features":[393]},{"name":"CERT_FIND_SUBJECT_STR","features":[393]},{"name":"CERT_FIND_SUBJECT_STR_A","features":[393]},{"name":"CERT_FIND_SUBJECT_STR_W","features":[393]},{"name":"CERT_FIND_TYPE","features":[393]},{"name":"CERT_FIND_VALID_CTL_USAGE_FLAG","features":[393]},{"name":"CERT_FIND_VALID_ENHKEY_USAGE_FLAG","features":[393]},{"name":"CERT_FIRST_RESERVED_PROP_ID","features":[393]},{"name":"CERT_FIRST_USER_PROP_ID","features":[393]},{"name":"CERT_FORTEZZA_DATA_PROP","features":[393]},{"name":"CERT_FORTEZZA_DATA_PROP_ID","features":[393]},{"name":"CERT_FRIENDLY_NAME_PROP_ID","features":[393]},{"name":"CERT_GENERAL_SUBTREE","features":[307,393]},{"name":"CERT_GROUP_POLICY_SYSTEM_STORE_REGPATH","features":[393]},{"name":"CERT_HASHED_URL","features":[393]},{"name":"CERT_HASH_PROP_ID","features":[393]},{"name":"CERT_HCRYPTPROV_OR_NCRYPT_KEY_HANDLE_PROP_ID","features":[393]},{"name":"CERT_HCRYPTPROV_TRANSFER_PROP_ID","features":[393]},{"name":"CERT_ID","features":[393]},{"name":"CERT_ID_ISSUER_SERIAL_NUMBER","features":[393]},{"name":"CERT_ID_KEY_IDENTIFIER","features":[393]},{"name":"CERT_ID_OPTION","features":[393]},{"name":"CERT_ID_SHA1_HASH","features":[393]},{"name":"CERT_IE30_RESERVED_PROP_ID","features":[393]},{"name":"CERT_IE_DIRTY_FLAGS_REGPATH","features":[393]},{"name":"CERT_INFO","features":[307,393]},{"name":"CERT_INFO_EXTENSION_FLAG","features":[393]},{"name":"CERT_INFO_ISSUER_FLAG","features":[393]},{"name":"CERT_INFO_ISSUER_UNIQUE_ID_FLAG","features":[393]},{"name":"CERT_INFO_NOT_AFTER_FLAG","features":[393]},{"name":"CERT_INFO_NOT_BEFORE_FLAG","features":[393]},{"name":"CERT_INFO_SERIAL_NUMBER_FLAG","features":[393]},{"name":"CERT_INFO_SIGNATURE_ALGORITHM_FLAG","features":[393]},{"name":"CERT_INFO_SUBJECT_FLAG","features":[393]},{"name":"CERT_INFO_SUBJECT_PUBLIC_KEY_INFO_FLAG","features":[393]},{"name":"CERT_INFO_SUBJECT_UNIQUE_ID_FLAG","features":[393]},{"name":"CERT_INFO_VERSION_FLAG","features":[393]},{"name":"CERT_ISOLATED_KEY_PROP_ID","features":[393]},{"name":"CERT_ISSUER_CHAIN_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[393]},{"name":"CERT_ISSUER_CHAIN_SIGN_HASH_CNG_ALG_PROP_ID","features":[393]},{"name":"CERT_ISSUER_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[393]},{"name":"CERT_ISSUER_PUB_KEY_BIT_LENGTH_PROP_ID","features":[393]},{"name":"CERT_ISSUER_SERIAL_NUMBER","features":[393]},{"name":"CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[393]},{"name":"CERT_KEYGEN_REQUEST_INFO","features":[393]},{"name":"CERT_KEYGEN_REQUEST_V1","features":[393]},{"name":"CERT_KEY_AGREEMENT_KEY_USAGE","features":[393]},{"name":"CERT_KEY_ATTRIBUTES_INFO","features":[307,393]},{"name":"CERT_KEY_CERT_SIGN_KEY_USAGE","features":[393]},{"name":"CERT_KEY_CLASSIFICATION_PROP_ID","features":[393]},{"name":"CERT_KEY_CONTEXT","features":[393]},{"name":"CERT_KEY_CONTEXT_PROP_ID","features":[393]},{"name":"CERT_KEY_ENCIPHERMENT_KEY_USAGE","features":[393]},{"name":"CERT_KEY_IDENTIFIER_PROP_ID","features":[393]},{"name":"CERT_KEY_PROV_HANDLE_PROP_ID","features":[393]},{"name":"CERT_KEY_PROV_INFO_PROP_ID","features":[393]},{"name":"CERT_KEY_REPAIR_ATTEMPTED_PROP_ID","features":[393]},{"name":"CERT_KEY_SPEC","features":[393]},{"name":"CERT_KEY_SPEC_PROP_ID","features":[393]},{"name":"CERT_KEY_USAGE_RESTRICTION_INFO","features":[393]},{"name":"CERT_LAST_RESERVED_PROP_ID","features":[393]},{"name":"CERT_LAST_USER_PROP_ID","features":[393]},{"name":"CERT_LDAP_STORE_AREC_EXCLUSIVE_FLAG","features":[393]},{"name":"CERT_LDAP_STORE_OPENED_FLAG","features":[393]},{"name":"CERT_LDAP_STORE_OPENED_PARA","features":[393]},{"name":"CERT_LDAP_STORE_SIGN_FLAG","features":[393]},{"name":"CERT_LDAP_STORE_UNBIND_FLAG","features":[393]},{"name":"CERT_LOCAL_MACHINE_SYSTEM_STORE_REGPATH","features":[393]},{"name":"CERT_LOGOTYPE_AUDIO","features":[393]},{"name":"CERT_LOGOTYPE_AUDIO_INFO","features":[393]},{"name":"CERT_LOGOTYPE_BITS_IMAGE_RESOLUTION_CHOICE","features":[393]},{"name":"CERT_LOGOTYPE_CHOICE","features":[393]},{"name":"CERT_LOGOTYPE_COLOR_IMAGE_INFO_CHOICE","features":[393]},{"name":"CERT_LOGOTYPE_DATA","features":[393]},{"name":"CERT_LOGOTYPE_DETAILS","features":[393]},{"name":"CERT_LOGOTYPE_DIRECT_INFO_CHOICE","features":[393]},{"name":"CERT_LOGOTYPE_EXT_INFO","features":[393]},{"name":"CERT_LOGOTYPE_GRAY_SCALE_IMAGE_INFO_CHOICE","features":[393]},{"name":"CERT_LOGOTYPE_IMAGE","features":[393]},{"name":"CERT_LOGOTYPE_IMAGE_INFO","features":[393]},{"name":"CERT_LOGOTYPE_IMAGE_INFO_TYPE","features":[393]},{"name":"CERT_LOGOTYPE_INDIRECT_INFO_CHOICE","features":[393]},{"name":"CERT_LOGOTYPE_INFO","features":[393]},{"name":"CERT_LOGOTYPE_NO_IMAGE_RESOLUTION_CHOICE","features":[393]},{"name":"CERT_LOGOTYPE_OPTION","features":[393]},{"name":"CERT_LOGOTYPE_REFERENCE","features":[393]},{"name":"CERT_LOGOTYPE_TABLE_SIZE_IMAGE_RESOLUTION_CHOICE","features":[393]},{"name":"CERT_MD5_HASH_PROP_ID","features":[393]},{"name":"CERT_NAME_ATTR_TYPE","features":[393]},{"name":"CERT_NAME_CONSTRAINTS_INFO","features":[307,393]},{"name":"CERT_NAME_DISABLE_IE4_UTF8_FLAG","features":[393]},{"name":"CERT_NAME_DNS_TYPE","features":[393]},{"name":"CERT_NAME_EMAIL_TYPE","features":[393]},{"name":"CERT_NAME_FRIENDLY_DISPLAY_TYPE","features":[393]},{"name":"CERT_NAME_INFO","features":[393]},{"name":"CERT_NAME_ISSUER_FLAG","features":[393]},{"name":"CERT_NAME_RDN_TYPE","features":[393]},{"name":"CERT_NAME_SEARCH_ALL_NAMES_FLAG","features":[393]},{"name":"CERT_NAME_SIMPLE_DISPLAY_TYPE","features":[393]},{"name":"CERT_NAME_STR_COMMA_FLAG","features":[393]},{"name":"CERT_NAME_STR_CRLF_FLAG","features":[393]},{"name":"CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG","features":[393]},{"name":"CERT_NAME_STR_DISABLE_UTF8_DIR_STR_FLAG","features":[393]},{"name":"CERT_NAME_STR_ENABLE_PUNYCODE_FLAG","features":[393]},{"name":"CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG","features":[393]},{"name":"CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG","features":[393]},{"name":"CERT_NAME_STR_FORCE_UTF8_DIR_STR_FLAG","features":[393]},{"name":"CERT_NAME_STR_FORWARD_FLAG","features":[393]},{"name":"CERT_NAME_STR_NO_PLUS_FLAG","features":[393]},{"name":"CERT_NAME_STR_NO_QUOTING_FLAG","features":[393]},{"name":"CERT_NAME_STR_REVERSE_FLAG","features":[393]},{"name":"CERT_NAME_STR_SEMICOLON_FLAG","features":[393]},{"name":"CERT_NAME_UPN_TYPE","features":[393]},{"name":"CERT_NAME_URL_TYPE","features":[393]},{"name":"CERT_NAME_VALUE","features":[393]},{"name":"CERT_NCRYPT_KEY_HANDLE_PROP_ID","features":[393]},{"name":"CERT_NCRYPT_KEY_HANDLE_TRANSFER_PROP_ID","features":[393]},{"name":"CERT_NCRYPT_KEY_SPEC","features":[393]},{"name":"CERT_NEW_KEY_PROP_ID","features":[393]},{"name":"CERT_NEXT_UPDATE_LOCATION_PROP_ID","features":[393]},{"name":"CERT_NONCOMPLIANT_ROOT_URL_PROP_ID","features":[393]},{"name":"CERT_NON_REPUDIATION_KEY_USAGE","features":[393]},{"name":"CERT_NOT_BEFORE_ENHKEY_USAGE_PROP_ID","features":[393]},{"name":"CERT_NOT_BEFORE_FILETIME_PROP_ID","features":[393]},{"name":"CERT_NO_AUTO_EXPIRE_CHECK_PROP_ID","features":[393]},{"name":"CERT_NO_EXPIRE_NOTIFICATION_PROP_ID","features":[393]},{"name":"CERT_OCM_SUBCOMPONENTS_LOCAL_MACHINE_REGPATH","features":[393]},{"name":"CERT_OCM_SUBCOMPONENTS_ROOT_AUTO_UPDATE_VALUE_NAME","features":[393]},{"name":"CERT_OCSP_CACHE_PREFIX_PROP_ID","features":[393]},{"name":"CERT_OCSP_MUST_STAPLE_PROP_ID","features":[393]},{"name":"CERT_OCSP_RESPONSE_PROP_ID","features":[393]},{"name":"CERT_OFFLINE_CRL_SIGN_KEY_USAGE","features":[393]},{"name":"CERT_OID_NAME_STR","features":[393]},{"name":"CERT_OPEN_STORE_FLAGS","features":[393]},{"name":"CERT_OR_CRL_BLOB","features":[393]},{"name":"CERT_OR_CRL_BUNDLE","features":[393]},{"name":"CERT_OTHER_LOGOTYPE_INFO","features":[393]},{"name":"CERT_OTHER_NAME","features":[393]},{"name":"CERT_PAIR","features":[393]},{"name":"CERT_PHYSICAL_STORE_ADD_ENABLE_FLAG","features":[393]},{"name":"CERT_PHYSICAL_STORE_AUTH_ROOT_NAME","features":[393]},{"name":"CERT_PHYSICAL_STORE_DEFAULT_NAME","features":[393]},{"name":"CERT_PHYSICAL_STORE_DS_USER_CERTIFICATE_NAME","features":[393]},{"name":"CERT_PHYSICAL_STORE_ENTERPRISE_NAME","features":[393]},{"name":"CERT_PHYSICAL_STORE_GROUP_POLICY_NAME","features":[393]},{"name":"CERT_PHYSICAL_STORE_INFO","features":[393]},{"name":"CERT_PHYSICAL_STORE_INSERT_COMPUTER_NAME_ENABLE_FLAG","features":[393]},{"name":"CERT_PHYSICAL_STORE_LOCAL_MACHINE_GROUP_POLICY_NAME","features":[393]},{"name":"CERT_PHYSICAL_STORE_LOCAL_MACHINE_NAME","features":[393]},{"name":"CERT_PHYSICAL_STORE_OPEN_DISABLE_FLAG","features":[393]},{"name":"CERT_PHYSICAL_STORE_PREDEFINED_ENUM_FLAG","features":[393]},{"name":"CERT_PHYSICAL_STORE_REMOTE_OPEN_DISABLE_FLAG","features":[393]},{"name":"CERT_PHYSICAL_STORE_SMART_CARD_NAME","features":[393]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[393]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[393]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_LIST_IDENTIFIER","features":[393]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[393]},{"name":"CERT_PIN_RULES_CAB_FILENAME","features":[393]},{"name":"CERT_PIN_RULES_CTL_FILENAME","features":[393]},{"name":"CERT_PIN_RULES_CTL_FILENAME_A","features":[393]},{"name":"CERT_PIN_SHA256_HASH_PROP_ID","features":[393]},{"name":"CERT_POLICIES_INFO","features":[393]},{"name":"CERT_POLICY95_QUALIFIER1","features":[393]},{"name":"CERT_POLICY_CONSTRAINTS_INFO","features":[307,393]},{"name":"CERT_POLICY_ID","features":[393]},{"name":"CERT_POLICY_INFO","features":[393]},{"name":"CERT_POLICY_MAPPING","features":[393]},{"name":"CERT_POLICY_MAPPINGS_INFO","features":[393]},{"name":"CERT_POLICY_QUALIFIER_INFO","features":[393]},{"name":"CERT_POLICY_QUALIFIER_NOTICE_REFERENCE","features":[393]},{"name":"CERT_POLICY_QUALIFIER_USER_NOTICE","features":[393]},{"name":"CERT_PRIVATE_KEY_VALIDITY","features":[307,393]},{"name":"CERT_PROT_ROOT_DISABLE_CURRENT_USER_FLAG","features":[393]},{"name":"CERT_PROT_ROOT_DISABLE_LM_AUTH_FLAG","features":[393]},{"name":"CERT_PROT_ROOT_DISABLE_NOT_DEFINED_NAME_CONSTRAINT_FLAG","features":[393]},{"name":"CERT_PROT_ROOT_DISABLE_NT_AUTH_REQUIRED_FLAG","features":[393]},{"name":"CERT_PROT_ROOT_DISABLE_PEER_TRUST","features":[393]},{"name":"CERT_PROT_ROOT_FLAGS_VALUE_NAME","features":[393]},{"name":"CERT_PROT_ROOT_INHIBIT_ADD_AT_INIT_FLAG","features":[393]},{"name":"CERT_PROT_ROOT_INHIBIT_PURGE_LM_FLAG","features":[393]},{"name":"CERT_PROT_ROOT_ONLY_LM_GPT_FLAG","features":[393]},{"name":"CERT_PROT_ROOT_PEER_USAGES_VALUE_NAME","features":[393]},{"name":"CERT_PROT_ROOT_PEER_USAGES_VALUE_NAME_A","features":[393]},{"name":"CERT_PUBKEY_ALG_PARA_PROP_ID","features":[393]},{"name":"CERT_PUBKEY_HASH_RESERVED_PROP_ID","features":[393]},{"name":"CERT_PUBLIC_KEY_INFO","features":[393]},{"name":"CERT_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[393]},{"name":"CERT_PVK_FILE_PROP_ID","features":[393]},{"name":"CERT_QC_STATEMENT","features":[393]},{"name":"CERT_QC_STATEMENTS_EXT_INFO","features":[393]},{"name":"CERT_QUERY_CONTENT_CERT","features":[393]},{"name":"CERT_QUERY_CONTENT_CERT_PAIR","features":[393]},{"name":"CERT_QUERY_CONTENT_CRL","features":[393]},{"name":"CERT_QUERY_CONTENT_CTL","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_ALL","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_ALL_ISSUER_CERT","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_CERT","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_CERT_PAIR","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_CRL","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_CTL","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_PFX","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_PFX_AND_LOAD","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS10","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED_EMBED","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_UNSIGNED","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CERT","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CRL","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CTL","features":[393]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_STORE","features":[393]},{"name":"CERT_QUERY_CONTENT_PFX","features":[393]},{"name":"CERT_QUERY_CONTENT_PFX_AND_LOAD","features":[393]},{"name":"CERT_QUERY_CONTENT_PKCS10","features":[393]},{"name":"CERT_QUERY_CONTENT_PKCS7_SIGNED","features":[393]},{"name":"CERT_QUERY_CONTENT_PKCS7_SIGNED_EMBED","features":[393]},{"name":"CERT_QUERY_CONTENT_PKCS7_UNSIGNED","features":[393]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CERT","features":[393]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CRL","features":[393]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CTL","features":[393]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_STORE","features":[393]},{"name":"CERT_QUERY_CONTENT_TYPE","features":[393]},{"name":"CERT_QUERY_CONTENT_TYPE_FLAGS","features":[393]},{"name":"CERT_QUERY_ENCODING_TYPE","features":[393]},{"name":"CERT_QUERY_FORMAT_ASN_ASCII_HEX_ENCODED","features":[393]},{"name":"CERT_QUERY_FORMAT_BASE64_ENCODED","features":[393]},{"name":"CERT_QUERY_FORMAT_BINARY","features":[393]},{"name":"CERT_QUERY_FORMAT_FLAG_ALL","features":[393]},{"name":"CERT_QUERY_FORMAT_FLAG_ASN_ASCII_HEX_ENCODED","features":[393]},{"name":"CERT_QUERY_FORMAT_FLAG_BASE64_ENCODED","features":[393]},{"name":"CERT_QUERY_FORMAT_FLAG_BINARY","features":[393]},{"name":"CERT_QUERY_FORMAT_TYPE","features":[393]},{"name":"CERT_QUERY_FORMAT_TYPE_FLAGS","features":[393]},{"name":"CERT_QUERY_OBJECT_BLOB","features":[393]},{"name":"CERT_QUERY_OBJECT_FILE","features":[393]},{"name":"CERT_QUERY_OBJECT_TYPE","features":[393]},{"name":"CERT_RDN","features":[393]},{"name":"CERT_RDN_ANY_TYPE","features":[393]},{"name":"CERT_RDN_ATTR","features":[393]},{"name":"CERT_RDN_ATTR_VALUE_TYPE","features":[393]},{"name":"CERT_RDN_BMP_STRING","features":[393]},{"name":"CERT_RDN_DISABLE_CHECK_TYPE_FLAG","features":[393]},{"name":"CERT_RDN_DISABLE_IE4_UTF8_FLAG","features":[393]},{"name":"CERT_RDN_ENABLE_PUNYCODE_FLAG","features":[393]},{"name":"CERT_RDN_ENABLE_T61_UNICODE_FLAG","features":[393]},{"name":"CERT_RDN_ENABLE_UTF8_UNICODE_FLAG","features":[393]},{"name":"CERT_RDN_ENCODED_BLOB","features":[393]},{"name":"CERT_RDN_FLAGS_MASK","features":[393]},{"name":"CERT_RDN_FORCE_UTF8_UNICODE_FLAG","features":[393]},{"name":"CERT_RDN_GENERAL_STRING","features":[393]},{"name":"CERT_RDN_GRAPHIC_STRING","features":[393]},{"name":"CERT_RDN_IA5_STRING","features":[393]},{"name":"CERT_RDN_INT4_STRING","features":[393]},{"name":"CERT_RDN_ISO646_STRING","features":[393]},{"name":"CERT_RDN_NUMERIC_STRING","features":[393]},{"name":"CERT_RDN_OCTET_STRING","features":[393]},{"name":"CERT_RDN_PRINTABLE_STRING","features":[393]},{"name":"CERT_RDN_T61_STRING","features":[393]},{"name":"CERT_RDN_TELETEX_STRING","features":[393]},{"name":"CERT_RDN_TYPE_MASK","features":[393]},{"name":"CERT_RDN_UNICODE_STRING","features":[393]},{"name":"CERT_RDN_UNIVERSAL_STRING","features":[393]},{"name":"CERT_RDN_UTF8_STRING","features":[393]},{"name":"CERT_RDN_VIDEOTEX_STRING","features":[393]},{"name":"CERT_RDN_VISIBLE_STRING","features":[393]},{"name":"CERT_REGISTRY_STORE_CLIENT_GPT_FLAG","features":[393]},{"name":"CERT_REGISTRY_STORE_CLIENT_GPT_PARA","features":[393,370]},{"name":"CERT_REGISTRY_STORE_EXTERNAL_FLAG","features":[393]},{"name":"CERT_REGISTRY_STORE_LM_GPT_FLAG","features":[393]},{"name":"CERT_REGISTRY_STORE_MY_IE_DIRTY_FLAG","features":[393]},{"name":"CERT_REGISTRY_STORE_REMOTE_FLAG","features":[393]},{"name":"CERT_REGISTRY_STORE_ROAMING_FLAG","features":[393]},{"name":"CERT_REGISTRY_STORE_ROAMING_PARA","features":[393,370]},{"name":"CERT_REGISTRY_STORE_SERIALIZED_FLAG","features":[393]},{"name":"CERT_RENEWAL_PROP_ID","features":[393]},{"name":"CERT_REQUEST_INFO","features":[393]},{"name":"CERT_REQUEST_ORIGINATOR_PROP_ID","features":[393]},{"name":"CERT_REQUEST_V1","features":[393]},{"name":"CERT_RETRIEVE_BIOMETRIC_PREDEFINED_BASE_TYPE","features":[393]},{"name":"CERT_RETRIEVE_COMMUNITY_LOGO","features":[393]},{"name":"CERT_RETRIEVE_ISSUER_LOGO","features":[393]},{"name":"CERT_RETRIEVE_SUBJECT_LOGO","features":[393]},{"name":"CERT_RETR_BEHAVIOR_FILE_VALUE_NAME","features":[393]},{"name":"CERT_RETR_BEHAVIOR_INET_AUTH_VALUE_NAME","features":[393]},{"name":"CERT_RETR_BEHAVIOR_INET_STATUS_VALUE_NAME","features":[393]},{"name":"CERT_RETR_BEHAVIOR_LDAP_VALUE_NAME","features":[393]},{"name":"CERT_REVOCATION_CHAIN_PARA","features":[307,393]},{"name":"CERT_REVOCATION_CRL_INFO","features":[307,393]},{"name":"CERT_REVOCATION_INFO","features":[307,393]},{"name":"CERT_REVOCATION_PARA","features":[307,393]},{"name":"CERT_REVOCATION_STATUS","features":[307,393]},{"name":"CERT_REVOCATION_STATUS_REASON","features":[393]},{"name":"CERT_ROOT_PROGRAM_CERT_POLICIES_PROP_ID","features":[393]},{"name":"CERT_ROOT_PROGRAM_CHAIN_POLICIES_PROP_ID","features":[393]},{"name":"CERT_ROOT_PROGRAM_FLAGS","features":[393]},{"name":"CERT_ROOT_PROGRAM_FLAG_ADDRESS","features":[393]},{"name":"CERT_ROOT_PROGRAM_FLAG_LSC","features":[393]},{"name":"CERT_ROOT_PROGRAM_FLAG_ORG","features":[393]},{"name":"CERT_ROOT_PROGRAM_FLAG_OU","features":[393]},{"name":"CERT_ROOT_PROGRAM_FLAG_SUBJECT_LOGO","features":[393]},{"name":"CERT_ROOT_PROGRAM_NAME_CONSTRAINTS_PROP_ID","features":[393]},{"name":"CERT_RSA_PUBLIC_KEY_OBJID","features":[393]},{"name":"CERT_SCARD_PIN_ID_PROP_ID","features":[393]},{"name":"CERT_SCARD_PIN_INFO_PROP_ID","features":[393]},{"name":"CERT_SCEP_CA_CERT_PROP_ID","features":[393]},{"name":"CERT_SCEP_ENCRYPT_HASH_CNG_ALG_PROP_ID","features":[393]},{"name":"CERT_SCEP_FLAGS_PROP_ID","features":[393]},{"name":"CERT_SCEP_GUID_PROP_ID","features":[393]},{"name":"CERT_SCEP_NONCE_PROP_ID","features":[393]},{"name":"CERT_SCEP_RA_ENCRYPTION_CERT_PROP_ID","features":[393]},{"name":"CERT_SCEP_RA_SIGNATURE_CERT_PROP_ID","features":[393]},{"name":"CERT_SCEP_SERVER_CERTS_PROP_ID","features":[393]},{"name":"CERT_SCEP_SIGNER_CERT_PROP_ID","features":[393]},{"name":"CERT_SELECT_ALLOW_DUPLICATES","features":[393]},{"name":"CERT_SELECT_ALLOW_EXPIRED","features":[393]},{"name":"CERT_SELECT_BY_ENHKEY_USAGE","features":[393]},{"name":"CERT_SELECT_BY_EXTENSION","features":[393]},{"name":"CERT_SELECT_BY_FRIENDLYNAME","features":[393]},{"name":"CERT_SELECT_BY_ISSUER_ATTR","features":[393]},{"name":"CERT_SELECT_BY_ISSUER_DISPLAYNAME","features":[393]},{"name":"CERT_SELECT_BY_ISSUER_NAME","features":[393]},{"name":"CERT_SELECT_BY_KEY_USAGE","features":[393]},{"name":"CERT_SELECT_BY_POLICY_OID","features":[393]},{"name":"CERT_SELECT_BY_PROV_NAME","features":[393]},{"name":"CERT_SELECT_BY_PUBLIC_KEY","features":[393]},{"name":"CERT_SELECT_BY_SUBJECT_ATTR","features":[393]},{"name":"CERT_SELECT_BY_SUBJECT_HOST_NAME","features":[393]},{"name":"CERT_SELECT_BY_THUMBPRINT","features":[393]},{"name":"CERT_SELECT_BY_TLS_SIGNATURES","features":[393]},{"name":"CERT_SELECT_CHAIN_PARA","features":[307,393]},{"name":"CERT_SELECT_CRITERIA","features":[393]},{"name":"CERT_SELECT_CRITERIA_TYPE","features":[393]},{"name":"CERT_SELECT_DISALLOW_SELFSIGNED","features":[393]},{"name":"CERT_SELECT_HARDWARE_ONLY","features":[393]},{"name":"CERT_SELECT_HAS_KEY_FOR_KEY_EXCHANGE","features":[393]},{"name":"CERT_SELECT_HAS_KEY_FOR_SIGNATURE","features":[393]},{"name":"CERT_SELECT_HAS_PRIVATE_KEY","features":[393]},{"name":"CERT_SELECT_IGNORE_AUTOSELECT","features":[393]},{"name":"CERT_SELECT_MAX_PARA","features":[393]},{"name":"CERT_SELECT_TRUSTED_ROOT","features":[393]},{"name":"CERT_SEND_AS_TRUSTED_ISSUER_PROP_ID","features":[393]},{"name":"CERT_SERIALIZABLE_KEY_CONTEXT_PROP_ID","features":[393]},{"name":"CERT_SERIAL_CHAIN_PROP_ID","features":[393]},{"name":"CERT_SERVER_OCSP_RESPONSE_ASYNC_FLAG","features":[393]},{"name":"CERT_SERVER_OCSP_RESPONSE_CONTEXT","features":[393]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA","features":[307,393]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA_READ_FLAG","features":[393]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA_WRITE_FLAG","features":[393]},{"name":"CERT_SET_KEY_CONTEXT_PROP_ID","features":[393]},{"name":"CERT_SET_KEY_PROV_HANDLE_PROP_ID","features":[393]},{"name":"CERT_SET_PROPERTY_IGNORE_PERSIST_ERROR_FLAG","features":[393]},{"name":"CERT_SET_PROPERTY_INHIBIT_PERSIST_FLAG","features":[393]},{"name":"CERT_SHA1_HASH_PROP_ID","features":[393]},{"name":"CERT_SHA256_HASH_PROP_ID","features":[393]},{"name":"CERT_SIGNATURE_HASH_PROP_ID","features":[393]},{"name":"CERT_SIGNED_CONTENT_INFO","features":[393]},{"name":"CERT_SIGN_HASH_CNG_ALG_PROP_ID","features":[393]},{"name":"CERT_SIMPLE_CHAIN","features":[307,393]},{"name":"CERT_SIMPLE_NAME_STR","features":[393]},{"name":"CERT_SMART_CARD_DATA_PROP_ID","features":[393]},{"name":"CERT_SMART_CARD_READER_NON_REMOVABLE_PROP_ID","features":[393]},{"name":"CERT_SMART_CARD_READER_PROP_ID","features":[393]},{"name":"CERT_SMART_CARD_ROOT_INFO_PROP_ID","features":[393]},{"name":"CERT_SOURCE_LOCATION_PROP_ID","features":[393]},{"name":"CERT_SOURCE_URL_PROP_ID","features":[393]},{"name":"CERT_SRV_OCSP_RESP_MAX_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[393]},{"name":"CERT_SRV_OCSP_RESP_MAX_SYNC_CERT_FILE_SECONDS_VALUE_NAME","features":[393]},{"name":"CERT_SRV_OCSP_RESP_MIN_AFTER_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[393]},{"name":"CERT_SRV_OCSP_RESP_MIN_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[393]},{"name":"CERT_SRV_OCSP_RESP_MIN_SYNC_CERT_FILE_SECONDS_DEFAULT","features":[393]},{"name":"CERT_SRV_OCSP_RESP_MIN_SYNC_CERT_FILE_SECONDS_VALUE_NAME","features":[393]},{"name":"CERT_SRV_OCSP_RESP_MIN_VALIDITY_SECONDS_VALUE_NAME","features":[393]},{"name":"CERT_SRV_OCSP_RESP_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[393]},{"name":"CERT_STORE_ADD_ALWAYS","features":[393]},{"name":"CERT_STORE_ADD_NEW","features":[393]},{"name":"CERT_STORE_ADD_NEWER","features":[393]},{"name":"CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES","features":[393]},{"name":"CERT_STORE_ADD_REPLACE_EXISTING","features":[393]},{"name":"CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES","features":[393]},{"name":"CERT_STORE_ADD_USE_EXISTING","features":[393]},{"name":"CERT_STORE_BACKUP_RESTORE_FLAG","features":[393]},{"name":"CERT_STORE_BASE_CRL_FLAG","features":[393]},{"name":"CERT_STORE_CERTIFICATE_CONTEXT","features":[393]},{"name":"CERT_STORE_CREATE_NEW_FLAG","features":[393]},{"name":"CERT_STORE_CRL_CONTEXT","features":[393]},{"name":"CERT_STORE_CTL_CONTEXT","features":[393]},{"name":"CERT_STORE_CTRL_AUTO_RESYNC","features":[393]},{"name":"CERT_STORE_CTRL_CANCEL_NOTIFY","features":[393]},{"name":"CERT_STORE_CTRL_COMMIT","features":[393]},{"name":"CERT_STORE_CTRL_COMMIT_CLEAR_FLAG","features":[393]},{"name":"CERT_STORE_CTRL_COMMIT_FORCE_FLAG","features":[393]},{"name":"CERT_STORE_CTRL_INHIBIT_DUPLICATE_HANDLE_FLAG","features":[393]},{"name":"CERT_STORE_CTRL_NOTIFY_CHANGE","features":[393]},{"name":"CERT_STORE_CTRL_RESYNC","features":[393]},{"name":"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG","features":[393]},{"name":"CERT_STORE_DELETE_FLAG","features":[393]},{"name":"CERT_STORE_DELTA_CRL_FLAG","features":[393]},{"name":"CERT_STORE_ENUM_ARCHIVED_FLAG","features":[393]},{"name":"CERT_STORE_LOCALIZED_NAME_PROP_ID","features":[393]},{"name":"CERT_STORE_MANIFOLD_FLAG","features":[393]},{"name":"CERT_STORE_MAXIMUM_ALLOWED_FLAG","features":[393]},{"name":"CERT_STORE_NO_CRL_FLAG","features":[393]},{"name":"CERT_STORE_NO_CRYPT_RELEASE_FLAG","features":[393]},{"name":"CERT_STORE_NO_ISSUER_FLAG","features":[393]},{"name":"CERT_STORE_OPEN_EXISTING_FLAG","features":[393]},{"name":"CERT_STORE_PROV_CLOSE_FUNC","features":[393]},{"name":"CERT_STORE_PROV_COLLECTION","features":[393]},{"name":"CERT_STORE_PROV_CONTROL_FUNC","features":[393]},{"name":"CERT_STORE_PROV_DELETED_FLAG","features":[393]},{"name":"CERT_STORE_PROV_DELETE_CERT_FUNC","features":[393]},{"name":"CERT_STORE_PROV_DELETE_CRL_FUNC","features":[393]},{"name":"CERT_STORE_PROV_DELETE_CTL_FUNC","features":[393]},{"name":"CERT_STORE_PROV_EXTERNAL_FLAG","features":[393]},{"name":"CERT_STORE_PROV_FILE","features":[393]},{"name":"CERT_STORE_PROV_FILENAME","features":[393]},{"name":"CERT_STORE_PROV_FILENAME_A","features":[393]},{"name":"CERT_STORE_PROV_FILENAME_W","features":[393]},{"name":"CERT_STORE_PROV_FIND_CERT_FUNC","features":[393]},{"name":"CERT_STORE_PROV_FIND_CRL_FUNC","features":[393]},{"name":"CERT_STORE_PROV_FIND_CTL_FUNC","features":[393]},{"name":"CERT_STORE_PROV_FIND_INFO","features":[393]},{"name":"CERT_STORE_PROV_FLAGS","features":[393]},{"name":"CERT_STORE_PROV_FREE_FIND_CERT_FUNC","features":[393]},{"name":"CERT_STORE_PROV_FREE_FIND_CRL_FUNC","features":[393]},{"name":"CERT_STORE_PROV_FREE_FIND_CTL_FUNC","features":[393]},{"name":"CERT_STORE_PROV_GET_CERT_PROPERTY_FUNC","features":[393]},{"name":"CERT_STORE_PROV_GET_CRL_PROPERTY_FUNC","features":[393]},{"name":"CERT_STORE_PROV_GET_CTL_PROPERTY_FUNC","features":[393]},{"name":"CERT_STORE_PROV_GP_SYSTEM_STORE_FLAG","features":[393]},{"name":"CERT_STORE_PROV_INFO","features":[393]},{"name":"CERT_STORE_PROV_LDAP","features":[393]},{"name":"CERT_STORE_PROV_LDAP_W","features":[393]},{"name":"CERT_STORE_PROV_LM_SYSTEM_STORE_FLAG","features":[393]},{"name":"CERT_STORE_PROV_MEMORY","features":[393]},{"name":"CERT_STORE_PROV_MSG","features":[393]},{"name":"CERT_STORE_PROV_NO_PERSIST_FLAG","features":[393]},{"name":"CERT_STORE_PROV_PHYSICAL","features":[393]},{"name":"CERT_STORE_PROV_PHYSICAL_W","features":[393]},{"name":"CERT_STORE_PROV_PKCS12","features":[393]},{"name":"CERT_STORE_PROV_PKCS7","features":[393]},{"name":"CERT_STORE_PROV_READ_CERT_FUNC","features":[393]},{"name":"CERT_STORE_PROV_READ_CRL_FUNC","features":[393]},{"name":"CERT_STORE_PROV_READ_CTL_FUNC","features":[393]},{"name":"CERT_STORE_PROV_REG","features":[393]},{"name":"CERT_STORE_PROV_SERIALIZED","features":[393]},{"name":"CERT_STORE_PROV_SET_CERT_PROPERTY_FUNC","features":[393]},{"name":"CERT_STORE_PROV_SET_CRL_PROPERTY_FUNC","features":[393]},{"name":"CERT_STORE_PROV_SET_CTL_PROPERTY_FUNC","features":[393]},{"name":"CERT_STORE_PROV_SHARED_USER_FLAG","features":[393]},{"name":"CERT_STORE_PROV_SMART_CARD","features":[393]},{"name":"CERT_STORE_PROV_SMART_CARD_W","features":[393]},{"name":"CERT_STORE_PROV_SYSTEM","features":[393]},{"name":"CERT_STORE_PROV_SYSTEM_A","features":[393]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY","features":[393]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY_A","features":[393]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY_W","features":[393]},{"name":"CERT_STORE_PROV_SYSTEM_STORE_FLAG","features":[393]},{"name":"CERT_STORE_PROV_SYSTEM_W","features":[393]},{"name":"CERT_STORE_PROV_WRITE_ADD_FLAG","features":[393]},{"name":"CERT_STORE_PROV_WRITE_CERT_FUNC","features":[393]},{"name":"CERT_STORE_PROV_WRITE_CRL_FUNC","features":[393]},{"name":"CERT_STORE_PROV_WRITE_CTL_FUNC","features":[393]},{"name":"CERT_STORE_READONLY_FLAG","features":[393]},{"name":"CERT_STORE_REVOCATION_FLAG","features":[393]},{"name":"CERT_STORE_SAVE_AS","features":[393]},{"name":"CERT_STORE_SAVE_AS_PKCS12","features":[393]},{"name":"CERT_STORE_SAVE_AS_PKCS7","features":[393]},{"name":"CERT_STORE_SAVE_AS_STORE","features":[393]},{"name":"CERT_STORE_SAVE_TO","features":[393]},{"name":"CERT_STORE_SAVE_TO_FILE","features":[393]},{"name":"CERT_STORE_SAVE_TO_FILENAME","features":[393]},{"name":"CERT_STORE_SAVE_TO_FILENAME_A","features":[393]},{"name":"CERT_STORE_SAVE_TO_FILENAME_W","features":[393]},{"name":"CERT_STORE_SAVE_TO_MEMORY","features":[393]},{"name":"CERT_STORE_SET_LOCALIZED_NAME_FLAG","features":[393]},{"name":"CERT_STORE_SHARE_CONTEXT_FLAG","features":[393]},{"name":"CERT_STORE_SHARE_STORE_FLAG","features":[393]},{"name":"CERT_STORE_SIGNATURE_FLAG","features":[393]},{"name":"CERT_STORE_TIME_VALIDITY_FLAG","features":[393]},{"name":"CERT_STORE_UNSAFE_PHYSICAL_FLAG","features":[393]},{"name":"CERT_STORE_UPDATE_KEYID_FLAG","features":[393]},{"name":"CERT_STRING_TYPE","features":[393]},{"name":"CERT_STRONG_SIGN_ECDSA_ALGORITHM","features":[393]},{"name":"CERT_STRONG_SIGN_ENABLE_CRL_CHECK","features":[393]},{"name":"CERT_STRONG_SIGN_ENABLE_OCSP_CHECK","features":[393]},{"name":"CERT_STRONG_SIGN_FLAGS","features":[393]},{"name":"CERT_STRONG_SIGN_OID_INFO_CHOICE","features":[393]},{"name":"CERT_STRONG_SIGN_PARA","features":[393]},{"name":"CERT_STRONG_SIGN_SERIALIZED_INFO","features":[393]},{"name":"CERT_STRONG_SIGN_SERIALIZED_INFO_CHOICE","features":[393]},{"name":"CERT_SUBJECT_DISABLE_CRL_PROP_ID","features":[393]},{"name":"CERT_SUBJECT_INFO_ACCESS_PROP_ID","features":[393]},{"name":"CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[393]},{"name":"CERT_SUBJECT_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[393]},{"name":"CERT_SUBJECT_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[393]},{"name":"CERT_SUBJECT_PUB_KEY_BIT_LENGTH_PROP_ID","features":[393]},{"name":"CERT_SUPPORTED_ALGORITHM_INFO","features":[393]},{"name":"CERT_SYSTEM_STORE_CURRENT_SERVICE_ID","features":[393]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER","features":[393]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY_ID","features":[393]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER_ID","features":[393]},{"name":"CERT_SYSTEM_STORE_DEFER_READ_FLAG","features":[393]},{"name":"CERT_SYSTEM_STORE_FLAGS","features":[393]},{"name":"CERT_SYSTEM_STORE_INFO","features":[393]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE","features":[393]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE_ID","features":[393]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY_ID","features":[393]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_ID","features":[393]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_WCOS_ID","features":[393]},{"name":"CERT_SYSTEM_STORE_LOCATION_MASK","features":[393]},{"name":"CERT_SYSTEM_STORE_LOCATION_SHIFT","features":[393]},{"name":"CERT_SYSTEM_STORE_MASK","features":[393]},{"name":"CERT_SYSTEM_STORE_RELOCATE_FLAG","features":[393]},{"name":"CERT_SYSTEM_STORE_RELOCATE_PARA","features":[393,370]},{"name":"CERT_SYSTEM_STORE_SERVICES_ID","features":[393]},{"name":"CERT_SYSTEM_STORE_UNPROTECTED_FLAG","features":[393]},{"name":"CERT_SYSTEM_STORE_USERS_ID","features":[393]},{"name":"CERT_TEMPLATE_EXT","features":[307,393]},{"name":"CERT_TIMESTAMP_HASH_USE_TYPE","features":[393]},{"name":"CERT_TPM_SPECIFICATION_INFO","features":[393]},{"name":"CERT_TRUST_AUTO_UPDATE_CA_REVOCATION","features":[393]},{"name":"CERT_TRUST_AUTO_UPDATE_END_REVOCATION","features":[393]},{"name":"CERT_TRUST_BEFORE_DISALLOWED_CA_FILETIME","features":[393]},{"name":"CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID","features":[393]},{"name":"CERT_TRUST_CTL_IS_NOT_TIME_VALID","features":[393]},{"name":"CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE","features":[393]},{"name":"CERT_TRUST_HAS_ALLOW_WEAK_SIGNATURE","features":[393]},{"name":"CERT_TRUST_HAS_AUTO_UPDATE_WEAK_SIGNATURE","features":[393]},{"name":"CERT_TRUST_HAS_CRL_VALIDITY_EXTENDED","features":[393]},{"name":"CERT_TRUST_HAS_EXACT_MATCH_ISSUER","features":[393]},{"name":"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT","features":[393]},{"name":"CERT_TRUST_HAS_ISSUANCE_CHAIN_POLICY","features":[393]},{"name":"CERT_TRUST_HAS_KEY_MATCH_ISSUER","features":[393]},{"name":"CERT_TRUST_HAS_NAME_MATCH_ISSUER","features":[393]},{"name":"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT","features":[393]},{"name":"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT","features":[393]},{"name":"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT","features":[393]},{"name":"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT","features":[393]},{"name":"CERT_TRUST_HAS_PREFERRED_ISSUER","features":[393]},{"name":"CERT_TRUST_HAS_VALID_NAME_CONSTRAINTS","features":[393]},{"name":"CERT_TRUST_HAS_WEAK_HYGIENE","features":[393]},{"name":"CERT_TRUST_HAS_WEAK_SIGNATURE","features":[393]},{"name":"CERT_TRUST_INVALID_BASIC_CONSTRAINTS","features":[393]},{"name":"CERT_TRUST_INVALID_EXTENSION","features":[393]},{"name":"CERT_TRUST_INVALID_NAME_CONSTRAINTS","features":[393]},{"name":"CERT_TRUST_INVALID_POLICY_CONSTRAINTS","features":[393]},{"name":"CERT_TRUST_IS_CA_TRUSTED","features":[393]},{"name":"CERT_TRUST_IS_COMPLEX_CHAIN","features":[393]},{"name":"CERT_TRUST_IS_CYCLIC","features":[393]},{"name":"CERT_TRUST_IS_EXPLICIT_DISTRUST","features":[393]},{"name":"CERT_TRUST_IS_FROM_EXCLUSIVE_TRUST_STORE","features":[393]},{"name":"CERT_TRUST_IS_KEY_ROLLOVER","features":[393]},{"name":"CERT_TRUST_IS_NOT_SIGNATURE_VALID","features":[393]},{"name":"CERT_TRUST_IS_NOT_TIME_NESTED","features":[393]},{"name":"CERT_TRUST_IS_NOT_TIME_VALID","features":[393]},{"name":"CERT_TRUST_IS_NOT_VALID_FOR_USAGE","features":[393]},{"name":"CERT_TRUST_IS_OFFLINE_REVOCATION","features":[393]},{"name":"CERT_TRUST_IS_PARTIAL_CHAIN","features":[393]},{"name":"CERT_TRUST_IS_PEER_TRUSTED","features":[393]},{"name":"CERT_TRUST_IS_REVOKED","features":[393]},{"name":"CERT_TRUST_IS_SELF_SIGNED","features":[393]},{"name":"CERT_TRUST_IS_UNTRUSTED_ROOT","features":[393]},{"name":"CERT_TRUST_LIST_INFO","features":[307,393]},{"name":"CERT_TRUST_NO_ERROR","features":[393]},{"name":"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY","features":[393]},{"name":"CERT_TRUST_NO_OCSP_FAILOVER_TO_CRL","features":[393]},{"name":"CERT_TRUST_NO_TIME_CHECK","features":[393]},{"name":"CERT_TRUST_PUB_ALLOW_END_USER_TRUST","features":[393]},{"name":"CERT_TRUST_PUB_ALLOW_ENTERPRISE_ADMIN_TRUST","features":[393]},{"name":"CERT_TRUST_PUB_ALLOW_MACHINE_ADMIN_TRUST","features":[393]},{"name":"CERT_TRUST_PUB_ALLOW_TRUST_MASK","features":[393]},{"name":"CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME","features":[393]},{"name":"CERT_TRUST_PUB_CHECK_PUBLISHER_REV_FLAG","features":[393]},{"name":"CERT_TRUST_PUB_CHECK_TIMESTAMP_REV_FLAG","features":[393]},{"name":"CERT_TRUST_REVOCATION_STATUS_UNKNOWN","features":[393]},{"name":"CERT_TRUST_SSL_HANDSHAKE_OCSP","features":[393]},{"name":"CERT_TRUST_SSL_RECONNECT_OCSP","features":[393]},{"name":"CERT_TRUST_SSL_TIME_VALID","features":[393]},{"name":"CERT_TRUST_SSL_TIME_VALID_OCSP","features":[393]},{"name":"CERT_TRUST_STATUS","features":[393]},{"name":"CERT_UNICODE_ATTR_ERR_INDEX_MASK","features":[393]},{"name":"CERT_UNICODE_ATTR_ERR_INDEX_SHIFT","features":[393]},{"name":"CERT_UNICODE_IS_RDN_ATTRS_FLAG","features":[393]},{"name":"CERT_UNICODE_RDN_ERR_INDEX_MASK","features":[393]},{"name":"CERT_UNICODE_RDN_ERR_INDEX_SHIFT","features":[393]},{"name":"CERT_UNICODE_VALUE_ERR_INDEX_MASK","features":[393]},{"name":"CERT_UNICODE_VALUE_ERR_INDEX_SHIFT","features":[393]},{"name":"CERT_USAGE_MATCH","features":[393]},{"name":"CERT_V1","features":[393]},{"name":"CERT_V2","features":[393]},{"name":"CERT_V3","features":[393]},{"name":"CERT_VERIFY_ALLOW_MORE_USAGE_FLAG","features":[393]},{"name":"CERT_VERIFY_CACHE_ONLY_BASED_REVOCATION","features":[393]},{"name":"CERT_VERIFY_INHIBIT_CTL_UPDATE_FLAG","features":[393]},{"name":"CERT_VERIFY_NO_TIME_CHECK_FLAG","features":[393]},{"name":"CERT_VERIFY_REV_ACCUMULATIVE_TIMEOUT_FLAG","features":[393]},{"name":"CERT_VERIFY_REV_CHAIN_FLAG","features":[393]},{"name":"CERT_VERIFY_REV_NO_OCSP_FAILOVER_TO_CRL_FLAG","features":[393]},{"name":"CERT_VERIFY_REV_SERVER_OCSP_FLAG","features":[393]},{"name":"CERT_VERIFY_REV_SERVER_OCSP_WIRE_ONLY_FLAG","features":[393]},{"name":"CERT_VERIFY_TRUSTED_SIGNERS_FLAG","features":[393]},{"name":"CERT_VERIFY_UPDATED_CTL_FLAG","features":[393]},{"name":"CERT_X500_NAME_STR","features":[393]},{"name":"CERT_X942_DH_PARAMETERS","features":[393]},{"name":"CERT_X942_DH_VALIDATION_PARAMS","features":[393]},{"name":"CERT_XML_NAME_STR","features":[393]},{"name":"CESSetupProperty","features":[393]},{"name":"CKP_BLOCK_LENGTH","features":[393]},{"name":"CKP_CHAINING_MODE","features":[393]},{"name":"CKP_INITIALIZATION_VECTOR","features":[393]},{"name":"CLAIMLIST","features":[393]},{"name":"CLMD_FILE_TAG_CARD_AUTH_CERT","features":[393]},{"name":"CLMD_FILE_TAG_CARD_CAPABILITY_CONTAINER","features":[393]},{"name":"CLMD_FILE_TAG_CHUID","features":[393]},{"name":"CLMD_FILE_TAG_FACIAL_IMAGE","features":[393]},{"name":"CLMD_FILE_TAG_FINGERPRINT","features":[393]},{"name":"CLMD_FILE_TAG_FIRST_RETIRED_KEY_MGMT_KEY","features":[393]},{"name":"CLMD_FILE_TAG_KEY_HISTORY","features":[393]},{"name":"CLMD_FILE_TAG_KEY_MGMT_CERT","features":[393]},{"name":"CLMD_FILE_TAG_LAST_RETIRED_KEY_MGMT_KEY","features":[393]},{"name":"CLMD_FILE_TAG_PIV_AUTH_CERT","features":[393]},{"name":"CLMD_FILE_TAG_PRINTED_INFORMATION","features":[393]},{"name":"CLMD_FILE_TAG_SECURITY_OBJECT","features":[393]},{"name":"CLMD_FILE_TAG_SIG_CERT","features":[393]},{"name":"CLMD_FILE_TAG_UNSIGNED_CHUID","features":[393]},{"name":"CLMD_PIV_CERT_DATA","features":[393]},{"name":"CLMD_PIV_CERT_DATA_CURRENT_VERSION","features":[393]},{"name":"CLMD_PIV_GENERATE_ASYMMETRIC_KEY","features":[393]},{"name":"CLMD_PIV_GENERATE_ASYMMETRIC_KEY_CURRENT_VERSION","features":[393]},{"name":"CLMD_PIV_PUBLIC_KEY_DATA","features":[393]},{"name":"CLMD_PIV_PUBLIC_KEY_DATA_CURRENT_VERSION","features":[393]},{"name":"CMC_ADD_ATTRIBUTES","features":[393]},{"name":"CMC_ADD_ATTRIBUTES_INFO","features":[393]},{"name":"CMC_ADD_EXTENSIONS","features":[393]},{"name":"CMC_ADD_EXTENSIONS_INFO","features":[307,393]},{"name":"CMC_DATA","features":[393]},{"name":"CMC_DATA_INFO","features":[393]},{"name":"CMC_FAIL_BAD_ALG","features":[393]},{"name":"CMC_FAIL_BAD_CERT_ID","features":[393]},{"name":"CMC_FAIL_BAD_IDENTITY","features":[393]},{"name":"CMC_FAIL_BAD_MESSAGE_CHECK","features":[393]},{"name":"CMC_FAIL_BAD_REQUEST","features":[393]},{"name":"CMC_FAIL_BAD_TIME","features":[393]},{"name":"CMC_FAIL_INTERNAL_CA_ERROR","features":[393]},{"name":"CMC_FAIL_MUST_ARCHIVE_KEYS","features":[393]},{"name":"CMC_FAIL_NO_KEY_REUSE","features":[393]},{"name":"CMC_FAIL_POP_FAILED","features":[393]},{"name":"CMC_FAIL_POP_REQUIRED","features":[393]},{"name":"CMC_FAIL_TRY_LATER","features":[393]},{"name":"CMC_FAIL_UNSUPORTED_EXT","features":[393]},{"name":"CMC_OTHER_INFO_FAIL_CHOICE","features":[393]},{"name":"CMC_OTHER_INFO_NO_CHOICE","features":[393]},{"name":"CMC_OTHER_INFO_PEND_CHOICE","features":[393]},{"name":"CMC_PEND_INFO","features":[307,393]},{"name":"CMC_RESPONSE","features":[393]},{"name":"CMC_RESPONSE_INFO","features":[393]},{"name":"CMC_STATUS","features":[393]},{"name":"CMC_STATUS_CONFIRM_REQUIRED","features":[393]},{"name":"CMC_STATUS_FAILED","features":[393]},{"name":"CMC_STATUS_INFO","features":[307,393]},{"name":"CMC_STATUS_NO_SUPPORT","features":[393]},{"name":"CMC_STATUS_PENDING","features":[393]},{"name":"CMC_STATUS_SUCCESS","features":[393]},{"name":"CMC_TAGGED_ATTRIBUTE","features":[393]},{"name":"CMC_TAGGED_CERT_REQUEST","features":[393]},{"name":"CMC_TAGGED_CERT_REQUEST_CHOICE","features":[393]},{"name":"CMC_TAGGED_CONTENT_INFO","features":[393]},{"name":"CMC_TAGGED_OTHER_MSG","features":[393]},{"name":"CMC_TAGGED_REQUEST","features":[393]},{"name":"CMSCEPSetup","features":[393]},{"name":"CMSG_ATTR_CERT_COUNT_PARAM","features":[393]},{"name":"CMSG_ATTR_CERT_PARAM","features":[393]},{"name":"CMSG_AUTHENTICATED_ATTRIBUTES_FLAG","features":[393]},{"name":"CMSG_BARE_CONTENT_FLAG","features":[393]},{"name":"CMSG_BARE_CONTENT_PARAM","features":[393]},{"name":"CMSG_CERT_COUNT_PARAM","features":[393]},{"name":"CMSG_CERT_PARAM","features":[393]},{"name":"CMSG_CMS_ENCAPSULATED_CONTENT_FLAG","features":[393]},{"name":"CMSG_CMS_ENCAPSULATED_CTL_FLAG","features":[393]},{"name":"CMSG_CMS_RECIPIENT_COUNT_PARAM","features":[393]},{"name":"CMSG_CMS_RECIPIENT_ENCRYPTED_KEY_INDEX_PARAM","features":[393]},{"name":"CMSG_CMS_RECIPIENT_INDEX_PARAM","features":[393]},{"name":"CMSG_CMS_RECIPIENT_INFO","features":[307,393]},{"name":"CMSG_CMS_RECIPIENT_INFO_PARAM","features":[393]},{"name":"CMSG_CMS_SIGNER_INFO","features":[393]},{"name":"CMSG_CMS_SIGNER_INFO_PARAM","features":[393]},{"name":"CMSG_CNG_CONTENT_DECRYPT_INFO","features":[393]},{"name":"CMSG_COMPUTED_HASH_PARAM","features":[393]},{"name":"CMSG_CONTENTS_OCTETS_FLAG","features":[393]},{"name":"CMSG_CONTENT_ENCRYPT_FREE_OBJID_FLAG","features":[393]},{"name":"CMSG_CONTENT_ENCRYPT_FREE_PARA_FLAG","features":[393]},{"name":"CMSG_CONTENT_ENCRYPT_INFO","features":[307,393]},{"name":"CMSG_CONTENT_ENCRYPT_PAD_ENCODED_LEN_FLAG","features":[393]},{"name":"CMSG_CONTENT_ENCRYPT_RELEASE_CONTEXT_FLAG","features":[393]},{"name":"CMSG_CONTENT_PARAM","features":[393]},{"name":"CMSG_CRL_COUNT_PARAM","features":[393]},{"name":"CMSG_CRL_PARAM","features":[393]},{"name":"CMSG_CRYPT_RELEASE_CONTEXT_FLAG","features":[393]},{"name":"CMSG_CTRL_ADD_ATTR_CERT","features":[393]},{"name":"CMSG_CTRL_ADD_CERT","features":[393]},{"name":"CMSG_CTRL_ADD_CMS_SIGNER_INFO","features":[393]},{"name":"CMSG_CTRL_ADD_CRL","features":[393]},{"name":"CMSG_CTRL_ADD_SIGNER","features":[393]},{"name":"CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR","features":[393]},{"name":"CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA","features":[393]},{"name":"CMSG_CTRL_DECRYPT","features":[393]},{"name":"CMSG_CTRL_DECRYPT_PARA","features":[393]},{"name":"CMSG_CTRL_DEL_ATTR_CERT","features":[393]},{"name":"CMSG_CTRL_DEL_CERT","features":[393]},{"name":"CMSG_CTRL_DEL_CRL","features":[393]},{"name":"CMSG_CTRL_DEL_SIGNER","features":[393]},{"name":"CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR","features":[393]},{"name":"CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA","features":[393]},{"name":"CMSG_CTRL_ENABLE_STRONG_SIGNATURE","features":[393]},{"name":"CMSG_CTRL_KEY_AGREE_DECRYPT","features":[393]},{"name":"CMSG_CTRL_KEY_AGREE_DECRYPT_PARA","features":[307,393]},{"name":"CMSG_CTRL_KEY_TRANS_DECRYPT","features":[393]},{"name":"CMSG_CTRL_KEY_TRANS_DECRYPT_PARA","features":[393]},{"name":"CMSG_CTRL_MAIL_LIST_DECRYPT","features":[393]},{"name":"CMSG_CTRL_MAIL_LIST_DECRYPT_PARA","features":[307,393]},{"name":"CMSG_CTRL_VERIFY_HASH","features":[393]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE","features":[393]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE_EX","features":[393]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA","features":[393]},{"name":"CMSG_DATA","features":[393]},{"name":"CMSG_DEFAULT_INSTALLABLE_FUNC_OID","features":[393]},{"name":"CMSG_DETACHED_FLAG","features":[393]},{"name":"CMSG_ENCODED_MESSAGE","features":[393]},{"name":"CMSG_ENCODED_SIGNER","features":[393]},{"name":"CMSG_ENCODE_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[393]},{"name":"CMSG_ENCODE_SORTED_CTL_FLAG","features":[393]},{"name":"CMSG_ENCODING_TYPE_MASK","features":[393]},{"name":"CMSG_ENCRYPTED","features":[393]},{"name":"CMSG_ENCRYPTED_DIGEST","features":[393]},{"name":"CMSG_ENCRYPTED_ENCODE_INFO","features":[393]},{"name":"CMSG_ENCRYPT_PARAM","features":[393]},{"name":"CMSG_ENVELOPED","features":[393]},{"name":"CMSG_ENVELOPED_DATA_CMS_VERSION","features":[393]},{"name":"CMSG_ENVELOPED_DATA_PKCS_1_5_VERSION","features":[393]},{"name":"CMSG_ENVELOPED_DATA_V0","features":[393]},{"name":"CMSG_ENVELOPED_DATA_V2","features":[393]},{"name":"CMSG_ENVELOPED_ENCODE_INFO","features":[307,393]},{"name":"CMSG_ENVELOPED_RECIPIENT_V0","features":[393]},{"name":"CMSG_ENVELOPED_RECIPIENT_V2","features":[393]},{"name":"CMSG_ENVELOPED_RECIPIENT_V3","features":[393]},{"name":"CMSG_ENVELOPED_RECIPIENT_V4","features":[393]},{"name":"CMSG_ENVELOPE_ALGORITHM_PARAM","features":[393]},{"name":"CMSG_HASHED","features":[393]},{"name":"CMSG_HASHED_DATA_CMS_VERSION","features":[393]},{"name":"CMSG_HASHED_DATA_PKCS_1_5_VERSION","features":[393]},{"name":"CMSG_HASHED_DATA_V0","features":[393]},{"name":"CMSG_HASHED_DATA_V2","features":[393]},{"name":"CMSG_HASHED_ENCODE_INFO","features":[393]},{"name":"CMSG_HASH_ALGORITHM_PARAM","features":[393]},{"name":"CMSG_HASH_DATA_PARAM","features":[393]},{"name":"CMSG_INDEFINITE_LENGTH","features":[393]},{"name":"CMSG_INNER_CONTENT_TYPE_PARAM","features":[393]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_MATERIAL_FLAG","features":[393]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_OBJID_FLAG","features":[393]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PARA_FLAG","features":[393]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_ALG_FLAG","features":[393]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_BITS_FLAG","features":[393]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_PARA_FLAG","features":[393]},{"name":"CMSG_KEY_AGREE_ENCRYPT_INFO","features":[393]},{"name":"CMSG_KEY_AGREE_EPHEMERAL_KEY_CHOICE","features":[393]},{"name":"CMSG_KEY_AGREE_KEY_ENCRYPT_INFO","features":[393]},{"name":"CMSG_KEY_AGREE_OPTION","features":[393]},{"name":"CMSG_KEY_AGREE_ORIGINATOR","features":[393]},{"name":"CMSG_KEY_AGREE_ORIGINATOR_CERT","features":[393]},{"name":"CMSG_KEY_AGREE_ORIGINATOR_PUBLIC_KEY","features":[393]},{"name":"CMSG_KEY_AGREE_RECIPIENT","features":[393]},{"name":"CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO","features":[307,393]},{"name":"CMSG_KEY_AGREE_RECIPIENT_INFO","features":[307,393]},{"name":"CMSG_KEY_AGREE_STATIC_KEY_CHOICE","features":[393]},{"name":"CMSG_KEY_AGREE_VERSION","features":[393]},{"name":"CMSG_KEY_TRANS_CMS_VERSION","features":[393]},{"name":"CMSG_KEY_TRANS_ENCRYPT_FREE_OBJID_FLAG","features":[393]},{"name":"CMSG_KEY_TRANS_ENCRYPT_FREE_PARA_FLAG","features":[393]},{"name":"CMSG_KEY_TRANS_ENCRYPT_INFO","features":[393]},{"name":"CMSG_KEY_TRANS_PKCS_1_5_VERSION","features":[393]},{"name":"CMSG_KEY_TRANS_RECIPIENT","features":[393]},{"name":"CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO","features":[393]},{"name":"CMSG_KEY_TRANS_RECIPIENT_INFO","features":[393]},{"name":"CMSG_LENGTH_ONLY_FLAG","features":[393]},{"name":"CMSG_MAIL_LIST_ENCRYPT_FREE_OBJID_FLAG","features":[393]},{"name":"CMSG_MAIL_LIST_ENCRYPT_FREE_PARA_FLAG","features":[393]},{"name":"CMSG_MAIL_LIST_ENCRYPT_INFO","features":[393]},{"name":"CMSG_MAIL_LIST_HANDLE_KEY_CHOICE","features":[393]},{"name":"CMSG_MAIL_LIST_RECIPIENT","features":[393]},{"name":"CMSG_MAIL_LIST_RECIPIENT_ENCODE_INFO","features":[307,393]},{"name":"CMSG_MAIL_LIST_RECIPIENT_INFO","features":[307,393]},{"name":"CMSG_MAIL_LIST_VERSION","features":[393]},{"name":"CMSG_MAX_LENGTH_FLAG","features":[393]},{"name":"CMSG_OID_CAPI1_EXPORT_KEY_AGREE_FUNC","features":[393]},{"name":"CMSG_OID_CAPI1_EXPORT_KEY_TRANS_FUNC","features":[393]},{"name":"CMSG_OID_CAPI1_EXPORT_MAIL_LIST_FUNC","features":[393]},{"name":"CMSG_OID_CAPI1_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[393]},{"name":"CMSG_OID_CAPI1_IMPORT_KEY_AGREE_FUNC","features":[393]},{"name":"CMSG_OID_CAPI1_IMPORT_KEY_TRANS_FUNC","features":[393]},{"name":"CMSG_OID_CAPI1_IMPORT_MAIL_LIST_FUNC","features":[393]},{"name":"CMSG_OID_CNG_EXPORT_KEY_AGREE_FUNC","features":[393]},{"name":"CMSG_OID_CNG_EXPORT_KEY_TRANS_FUNC","features":[393]},{"name":"CMSG_OID_CNG_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[393]},{"name":"CMSG_OID_CNG_IMPORT_CONTENT_ENCRYPT_KEY_FUNC","features":[393]},{"name":"CMSG_OID_CNG_IMPORT_KEY_AGREE_FUNC","features":[393]},{"name":"CMSG_OID_CNG_IMPORT_KEY_TRANS_FUNC","features":[393]},{"name":"CMSG_OID_EXPORT_ENCRYPT_KEY_FUNC","features":[393]},{"name":"CMSG_OID_EXPORT_KEY_AGREE_FUNC","features":[393]},{"name":"CMSG_OID_EXPORT_KEY_TRANS_FUNC","features":[393]},{"name":"CMSG_OID_EXPORT_MAIL_LIST_FUNC","features":[393]},{"name":"CMSG_OID_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[393]},{"name":"CMSG_OID_GEN_ENCRYPT_KEY_FUNC","features":[393]},{"name":"CMSG_OID_IMPORT_ENCRYPT_KEY_FUNC","features":[393]},{"name":"CMSG_OID_IMPORT_KEY_AGREE_FUNC","features":[393]},{"name":"CMSG_OID_IMPORT_KEY_TRANS_FUNC","features":[393]},{"name":"CMSG_OID_IMPORT_MAIL_LIST_FUNC","features":[393]},{"name":"CMSG_RC2_AUX_INFO","features":[393]},{"name":"CMSG_RC4_AUX_INFO","features":[393]},{"name":"CMSG_RC4_NO_SALT_FLAG","features":[393]},{"name":"CMSG_RECIPIENT_COUNT_PARAM","features":[393]},{"name":"CMSG_RECIPIENT_ENCODE_INFO","features":[307,393]},{"name":"CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO","features":[307,393]},{"name":"CMSG_RECIPIENT_ENCRYPTED_KEY_INFO","features":[307,393]},{"name":"CMSG_RECIPIENT_INDEX_PARAM","features":[393]},{"name":"CMSG_RECIPIENT_INFO_PARAM","features":[393]},{"name":"CMSG_SIGNED","features":[393]},{"name":"CMSG_SIGNED_AND_ENVELOPED","features":[393]},{"name":"CMSG_SIGNED_AND_ENVELOPED_ENCODE_INFO","features":[307,393]},{"name":"CMSG_SIGNED_DATA_CMS_VERSION","features":[393]},{"name":"CMSG_SIGNED_DATA_NO_SIGN_FLAG","features":[393]},{"name":"CMSG_SIGNED_DATA_PKCS_1_5_VERSION","features":[393]},{"name":"CMSG_SIGNED_DATA_V1","features":[393]},{"name":"CMSG_SIGNED_DATA_V3","features":[393]},{"name":"CMSG_SIGNED_ENCODE_INFO","features":[307,393]},{"name":"CMSG_SIGNER_AUTH_ATTR_PARAM","features":[393]},{"name":"CMSG_SIGNER_CERT_ID_PARAM","features":[393]},{"name":"CMSG_SIGNER_CERT_INFO_PARAM","features":[393]},{"name":"CMSG_SIGNER_COUNT_PARAM","features":[393]},{"name":"CMSG_SIGNER_ENCODE_INFO","features":[307,393]},{"name":"CMSG_SIGNER_HASH_ALGORITHM_PARAM","features":[393]},{"name":"CMSG_SIGNER_INFO","features":[393]},{"name":"CMSG_SIGNER_INFO_CMS_VERSION","features":[393]},{"name":"CMSG_SIGNER_INFO_PARAM","features":[393]},{"name":"CMSG_SIGNER_INFO_PKCS_1_5_VERSION","features":[393]},{"name":"CMSG_SIGNER_INFO_V1","features":[393]},{"name":"CMSG_SIGNER_INFO_V3","features":[393]},{"name":"CMSG_SIGNER_ONLY_FLAG","features":[393]},{"name":"CMSG_SIGNER_UNAUTH_ATTR_PARAM","features":[393]},{"name":"CMSG_SP3_COMPATIBLE_AUX_INFO","features":[393]},{"name":"CMSG_SP3_COMPATIBLE_ENCRYPT_FLAG","features":[393]},{"name":"CMSG_STREAM_INFO","features":[307,393]},{"name":"CMSG_TRUSTED_SIGNER_FLAG","features":[393]},{"name":"CMSG_TYPE_PARAM","features":[393]},{"name":"CMSG_UNPROTECTED_ATTR_PARAM","features":[393]},{"name":"CMSG_USE_SIGNER_INDEX_FLAG","features":[393]},{"name":"CMSG_VERIFY_COUNTER_SIGN_ENABLE_STRONG_FLAG","features":[393]},{"name":"CMSG_VERIFY_SIGNER_CERT","features":[393]},{"name":"CMSG_VERIFY_SIGNER_CHAIN","features":[393]},{"name":"CMSG_VERIFY_SIGNER_NULL","features":[393]},{"name":"CMSG_VERIFY_SIGNER_PUBKEY","features":[393]},{"name":"CMSG_VERSION_PARAM","features":[393]},{"name":"CMS_DH_KEY_INFO","features":[393]},{"name":"CMS_KEY_INFO","features":[393]},{"name":"CMS_SIGNER_INFO","features":[393]},{"name":"CNG_RSA_PRIVATE_KEY_BLOB","features":[393]},{"name":"CNG_RSA_PUBLIC_KEY_BLOB","features":[393]},{"name":"CONTAINER_INFO","features":[393]},{"name":"CONTAINER_INFO_CURRENT_VERSION","features":[393]},{"name":"CONTAINER_MAP_DEFAULT_CONTAINER","features":[393]},{"name":"CONTAINER_MAP_RECORD","features":[393]},{"name":"CONTAINER_MAP_VALID_CONTAINER","features":[393]},{"name":"CONTEXT_OID_CAPI2_ANY","features":[393]},{"name":"CONTEXT_OID_CERTIFICATE","features":[393]},{"name":"CONTEXT_OID_CREATE_OBJECT_CONTEXT_FUNC","features":[393]},{"name":"CONTEXT_OID_CRL","features":[393]},{"name":"CONTEXT_OID_CTL","features":[393]},{"name":"CONTEXT_OID_OCSP_RESP","features":[393]},{"name":"CONTEXT_OID_PKCS7","features":[393]},{"name":"CPS_URLS","features":[393]},{"name":"CP_CACHE_MODE_GLOBAL_CACHE","features":[393]},{"name":"CP_CACHE_MODE_NO_CACHE","features":[393]},{"name":"CP_CACHE_MODE_SESSION_ONLY","features":[393]},{"name":"CP_CARD_AUTHENTICATED_STATE","features":[393]},{"name":"CP_CARD_CACHE_MODE","features":[393]},{"name":"CP_CARD_CAPABILITIES","features":[393]},{"name":"CP_CARD_FREE_SPACE","features":[393]},{"name":"CP_CARD_GUID","features":[393]},{"name":"CP_CARD_KEYSIZES","features":[393]},{"name":"CP_CARD_LIST_PINS","features":[393]},{"name":"CP_CARD_PIN_INFO","features":[393]},{"name":"CP_CARD_PIN_STRENGTH_CHANGE","features":[393]},{"name":"CP_CARD_PIN_STRENGTH_UNBLOCK","features":[393]},{"name":"CP_CARD_PIN_STRENGTH_VERIFY","features":[393]},{"name":"CP_CARD_PIV","features":[393]},{"name":"CP_CARD_READ_ONLY","features":[393]},{"name":"CP_CARD_SERIAL_NO","features":[393]},{"name":"CP_CHAINING_MODES","features":[393]},{"name":"CP_ENUM_ALGORITHMS","features":[393]},{"name":"CP_KEY_IMPORT_SUPPORT","features":[393]},{"name":"CP_PADDING_SCHEMES","features":[393]},{"name":"CP_PARENT_WINDOW","features":[393]},{"name":"CP_PIN_CONTEXT_STRING","features":[393]},{"name":"CP_PIV_CARD_CAPABILITY_CONTAINER","features":[393]},{"name":"CP_PIV_CARD_HOLDER_UNIQUE_IDENTIFIER","features":[393]},{"name":"CP_PIV_CARD_HOLDER_UNSIGNED_UNIQUE_IDENTIFIER","features":[393]},{"name":"CP_PIV_CERTIFICATE","features":[393]},{"name":"CP_PIV_FACIAL_IMAGE","features":[393]},{"name":"CP_PIV_FINGERPRINT","features":[393]},{"name":"CP_PIV_GENERATE_KEY","features":[393]},{"name":"CP_PIV_KEY_HISTORY_OBJECT","features":[393]},{"name":"CP_PIV_PRINTED_INFORMATION","features":[393]},{"name":"CP_PIV_PUBLIC_KEY","features":[393]},{"name":"CP_PIV_SECURITY_OBJECT","features":[393]},{"name":"CP_SUPPORTS_WIN_X509_ENROLLMENT","features":[393]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS","features":[393]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS_A","features":[393]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS_W","features":[393]},{"name":"CRL_CONTEXT","features":[307,393]},{"name":"CRL_DIST_POINT","features":[393]},{"name":"CRL_DIST_POINTS_INFO","features":[393]},{"name":"CRL_DIST_POINT_ERR_CRL_ISSUER_BIT","features":[393]},{"name":"CRL_DIST_POINT_ERR_INDEX_MASK","features":[393]},{"name":"CRL_DIST_POINT_ERR_INDEX_SHIFT","features":[393]},{"name":"CRL_DIST_POINT_FULL_NAME","features":[393]},{"name":"CRL_DIST_POINT_ISSUER_RDN_NAME","features":[393]},{"name":"CRL_DIST_POINT_NAME","features":[393]},{"name":"CRL_DIST_POINT_NO_NAME","features":[393]},{"name":"CRL_ENTRY","features":[307,393]},{"name":"CRL_FIND_ANY","features":[393]},{"name":"CRL_FIND_EXISTING","features":[393]},{"name":"CRL_FIND_ISSUED_BY","features":[393]},{"name":"CRL_FIND_ISSUED_BY_AKI_FLAG","features":[393]},{"name":"CRL_FIND_ISSUED_BY_BASE_FLAG","features":[393]},{"name":"CRL_FIND_ISSUED_BY_DELTA_FLAG","features":[393]},{"name":"CRL_FIND_ISSUED_BY_SIGNATURE_FLAG","features":[393]},{"name":"CRL_FIND_ISSUED_FOR","features":[393]},{"name":"CRL_FIND_ISSUED_FOR_PARA","features":[307,393]},{"name":"CRL_FIND_ISSUED_FOR_SET_STRONG_PROPERTIES_FLAG","features":[393]},{"name":"CRL_INFO","features":[307,393]},{"name":"CRL_ISSUING_DIST_POINT","features":[307,393]},{"name":"CRL_REASON_AA_COMPROMISE","features":[393]},{"name":"CRL_REASON_AA_COMPROMISE_FLAG","features":[393]},{"name":"CRL_REASON_AFFILIATION_CHANGED","features":[393]},{"name":"CRL_REASON_AFFILIATION_CHANGED_FLAG","features":[393]},{"name":"CRL_REASON_CA_COMPROMISE","features":[393]},{"name":"CRL_REASON_CA_COMPROMISE_FLAG","features":[393]},{"name":"CRL_REASON_CERTIFICATE_HOLD","features":[393]},{"name":"CRL_REASON_CERTIFICATE_HOLD_FLAG","features":[393]},{"name":"CRL_REASON_CESSATION_OF_OPERATION","features":[393]},{"name":"CRL_REASON_CESSATION_OF_OPERATION_FLAG","features":[393]},{"name":"CRL_REASON_KEY_COMPROMISE","features":[393]},{"name":"CRL_REASON_KEY_COMPROMISE_FLAG","features":[393]},{"name":"CRL_REASON_PRIVILEGE_WITHDRAWN","features":[393]},{"name":"CRL_REASON_PRIVILEGE_WITHDRAWN_FLAG","features":[393]},{"name":"CRL_REASON_REMOVE_FROM_CRL","features":[393]},{"name":"CRL_REASON_SUPERSEDED","features":[393]},{"name":"CRL_REASON_SUPERSEDED_FLAG","features":[393]},{"name":"CRL_REASON_UNSPECIFIED","features":[393]},{"name":"CRL_REASON_UNUSED_FLAG","features":[393]},{"name":"CRL_REVOCATION_INFO","features":[307,393]},{"name":"CRL_V1","features":[393]},{"name":"CRL_V2","features":[393]},{"name":"CROSS_CERT_DIST_POINTS_INFO","features":[393]},{"name":"CROSS_CERT_DIST_POINT_ERR_INDEX_MASK","features":[393]},{"name":"CROSS_CERT_DIST_POINT_ERR_INDEX_SHIFT","features":[393]},{"name":"CRYPTNET_CACHED_OCSP_SWITCH_TO_CRL_COUNT_DEFAULT","features":[393]},{"name":"CRYPTNET_CACHED_OCSP_SWITCH_TO_CRL_COUNT_VALUE_NAME","features":[393]},{"name":"CRYPTNET_CRL_BEFORE_OCSP_ENABLE","features":[393]},{"name":"CRYPTNET_CRL_PRE_FETCH_DISABLE_INFORMATION_EVENTS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_CRL_PRE_FETCH_LOG_FILE_NAME_VALUE_NAME","features":[393]},{"name":"CRYPTNET_CRL_PRE_FETCH_MAX_AGE_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_CRL_PRE_FETCH_MIN_AFTER_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_CRL_PRE_FETCH_MIN_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_CRL_PRE_FETCH_PROCESS_NAME_LIST_VALUE_NAME","features":[393]},{"name":"CRYPTNET_CRL_PRE_FETCH_PUBLISH_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_CRL_PRE_FETCH_PUBLISH_RANDOM_INTERVAL_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_CRL_PRE_FETCH_TIMEOUT_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_CRL_PRE_FETCH_URL_LIST_VALUE_NAME","features":[393]},{"name":"CRYPTNET_MAX_CACHED_OCSP_PER_CRL_COUNT_DEFAULT","features":[393]},{"name":"CRYPTNET_MAX_CACHED_OCSP_PER_CRL_COUNT_VALUE_NAME","features":[393]},{"name":"CRYPTNET_OCSP_AFTER_CRL_DISABLE","features":[393]},{"name":"CRYPTNET_PRE_FETCH_AFTER_CURRENT_TIME_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_DEFAULT","features":[393]},{"name":"CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_BEFORE_NEXT_UPDATE_PRE_FETCH_DIVISOR_DEFAULT","features":[393]},{"name":"CRYPTNET_PRE_FETCH_BEFORE_NEXT_UPDATE_PRE_FETCH_DIVISOR_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_MAX_AFTER_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_MAX_MAX_AGE_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_MIN_AFTER_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_MIN_BEFORE_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_MIN_MAX_AGE_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_MIN_OCSP_VALIDITY_PERIOD_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_RETRIEVAL_TIMEOUT_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_SCAN_AFTER_TRIGGER_DELAY_SECONDS_DEFAULT","features":[393]},{"name":"CRYPTNET_PRE_FETCH_SCAN_AFTER_TRIGGER_DELAY_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_TRIGGER_DISABLE","features":[393]},{"name":"CRYPTNET_PRE_FETCH_TRIGGER_PERIOD_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_PRE_FETCH_VALIDITY_PERIOD_AFTER_NEXT_UPDATE_PRE_FETCH_DIVISOR_DEFAULT","features":[393]},{"name":"CRYPTNET_PRE_FETCH_VALIDITY_PERIOD_AFTER_NEXT_UPDATE_PRE_FETCH_DIVISOR_VALUE_NAME","features":[393]},{"name":"CRYPTNET_URL_CACHE_DEFAULT_FLUSH","features":[393]},{"name":"CRYPTNET_URL_CACHE_DEFAULT_FLUSH_EXEMPT_SECONDS_VALUE_NAME","features":[393]},{"name":"CRYPTNET_URL_CACHE_DISABLE_FLUSH","features":[393]},{"name":"CRYPTNET_URL_CACHE_FLUSH_INFO","features":[307,393]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_AUTOROOT_CAB","features":[393]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_BLOB","features":[393]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_CRL","features":[393]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_DISALLOWED_CERT_CAB","features":[393]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_INFO","features":[307,393]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_NONE","features":[393]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_OCSP","features":[393]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_PIN_RULES_CAB","features":[393]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_HTTP","features":[393]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_INFO","features":[307,393]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_NONE","features":[393]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_VALIDATED","features":[393]},{"name":"CRYPTPROTECTMEMORY_BLOCK_SIZE","features":[393]},{"name":"CRYPTPROTECTMEMORY_CROSS_PROCESS","features":[393]},{"name":"CRYPTPROTECTMEMORY_SAME_LOGON","features":[393]},{"name":"CRYPTPROTECTMEMORY_SAME_PROCESS","features":[393]},{"name":"CRYPTPROTECT_AUDIT","features":[393]},{"name":"CRYPTPROTECT_CRED_REGENERATE","features":[393]},{"name":"CRYPTPROTECT_CRED_SYNC","features":[393]},{"name":"CRYPTPROTECT_DEFAULT_PROVIDER","features":[393]},{"name":"CRYPTPROTECT_FIRST_RESERVED_FLAGVAL","features":[393]},{"name":"CRYPTPROTECT_LAST_RESERVED_FLAGVAL","features":[393]},{"name":"CRYPTPROTECT_LOCAL_MACHINE","features":[393]},{"name":"CRYPTPROTECT_NO_RECOVERY","features":[393]},{"name":"CRYPTPROTECT_PROMPTSTRUCT","features":[307,393]},{"name":"CRYPTPROTECT_PROMPT_ON_PROTECT","features":[393]},{"name":"CRYPTPROTECT_PROMPT_ON_UNPROTECT","features":[393]},{"name":"CRYPTPROTECT_PROMPT_REQUIRE_STRONG","features":[393]},{"name":"CRYPTPROTECT_PROMPT_RESERVED","features":[393]},{"name":"CRYPTPROTECT_PROMPT_STRONG","features":[393]},{"name":"CRYPTPROTECT_UI_FORBIDDEN","features":[393]},{"name":"CRYPTPROTECT_VERIFY_PROTECTION","features":[393]},{"name":"CRYPT_3DES_KEY_STATE","features":[393]},{"name":"CRYPT_ACCUMULATIVE_TIMEOUT","features":[393]},{"name":"CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG","features":[393]},{"name":"CRYPT_ACQUIRE_CACHE_FLAG","features":[393]},{"name":"CRYPT_ACQUIRE_COMPARE_KEY_FLAG","features":[393]},{"name":"CRYPT_ACQUIRE_FLAGS","features":[393]},{"name":"CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK","features":[393]},{"name":"CRYPT_ACQUIRE_NO_HEALING","features":[393]},{"name":"CRYPT_ACQUIRE_ONLY_NCRYPT_KEY_FLAG","features":[393]},{"name":"CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG","features":[393]},{"name":"CRYPT_ACQUIRE_SILENT_FLAG","features":[393]},{"name":"CRYPT_ACQUIRE_USE_PROV_INFO_FLAG","features":[393]},{"name":"CRYPT_ACQUIRE_WINDOW_HANDLE_FLAG","features":[393]},{"name":"CRYPT_AES_128_KEY_STATE","features":[393]},{"name":"CRYPT_AES_256_KEY_STATE","features":[393]},{"name":"CRYPT_AIA_RETRIEVAL","features":[393]},{"name":"CRYPT_ALGORITHM_IDENTIFIER","features":[393]},{"name":"CRYPT_ALL_FUNCTIONS","features":[393]},{"name":"CRYPT_ALL_PROVIDERS","features":[393]},{"name":"CRYPT_ANY","features":[393]},{"name":"CRYPT_ARCHIVABLE","features":[393]},{"name":"CRYPT_ARCHIVE","features":[393]},{"name":"CRYPT_ASN_ENCODING","features":[393]},{"name":"CRYPT_ASYNC_RETRIEVAL","features":[393]},{"name":"CRYPT_ASYNC_RETRIEVAL_COMPLETION","features":[393]},{"name":"CRYPT_ATTRIBUTE","features":[393]},{"name":"CRYPT_ATTRIBUTES","features":[393]},{"name":"CRYPT_ATTRIBUTE_TYPE_VALUE","features":[393]},{"name":"CRYPT_BIT_BLOB","features":[393]},{"name":"CRYPT_BLOB_ARRAY","features":[393]},{"name":"CRYPT_BLOB_VER3","features":[393]},{"name":"CRYPT_CACHE_ONLY_RETRIEVAL","features":[393]},{"name":"CRYPT_CHECK_FRESHNESS_TIME_VALIDITY","features":[393]},{"name":"CRYPT_CONTENT_INFO","features":[393]},{"name":"CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY","features":[393]},{"name":"CRYPT_CONTEXTS","features":[393]},{"name":"CRYPT_CONTEXT_CONFIG","features":[393]},{"name":"CRYPT_CONTEXT_CONFIG_FLAGS","features":[393]},{"name":"CRYPT_CONTEXT_FUNCTIONS","features":[393]},{"name":"CRYPT_CONTEXT_FUNCTION_CONFIG","features":[393]},{"name":"CRYPT_CONTEXT_FUNCTION_PROVIDERS","features":[393]},{"name":"CRYPT_CREATE_IV","features":[393]},{"name":"CRYPT_CREATE_NEW_FLUSH_ENTRY","features":[393]},{"name":"CRYPT_CREATE_SALT","features":[393]},{"name":"CRYPT_CREDENTIALS","features":[393]},{"name":"CRYPT_CSP_PROVIDER","features":[393]},{"name":"CRYPT_DATA_KEY","features":[393]},{"name":"CRYPT_DECODE_ALLOC_FLAG","features":[393]},{"name":"CRYPT_DECODE_ENABLE_PUNYCODE_FLAG","features":[393]},{"name":"CRYPT_DECODE_ENABLE_UTF8PERCENT_FLAG","features":[393]},{"name":"CRYPT_DECODE_NOCOPY_FLAG","features":[393]},{"name":"CRYPT_DECODE_NO_SIGNATURE_BYTE_REVERSAL_FLAG","features":[393]},{"name":"CRYPT_DECODE_PARA","features":[393]},{"name":"CRYPT_DECODE_SHARE_OID_STRING_FLAG","features":[393]},{"name":"CRYPT_DECODE_TO_BE_SIGNED_FLAG","features":[393]},{"name":"CRYPT_DECRYPT","features":[393]},{"name":"CRYPT_DECRYPT_MESSAGE_PARA","features":[393]},{"name":"CRYPT_DECRYPT_RSA_NO_PADDING_CHECK","features":[393]},{"name":"CRYPT_DEFAULT_CONTAINER_OPTIONAL","features":[393]},{"name":"CRYPT_DEFAULT_CONTEXT","features":[393]},{"name":"CRYPT_DEFAULT_CONTEXT_AUTO_RELEASE_FLAG","features":[393]},{"name":"CRYPT_DEFAULT_CONTEXT_CERT_SIGN_OID","features":[393]},{"name":"CRYPT_DEFAULT_CONTEXT_FLAGS","features":[393]},{"name":"CRYPT_DEFAULT_CONTEXT_MULTI_CERT_SIGN_OID","features":[393]},{"name":"CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA","features":[393]},{"name":"CRYPT_DEFAULT_CONTEXT_PROCESS_FLAG","features":[393]},{"name":"CRYPT_DEFAULT_CONTEXT_TYPE","features":[393]},{"name":"CRYPT_DEFAULT_OID","features":[393]},{"name":"CRYPT_DELETEKEYSET","features":[393]},{"name":"CRYPT_DELETE_DEFAULT","features":[393]},{"name":"CRYPT_DELETE_KEYSET","features":[393]},{"name":"CRYPT_DESTROYKEY","features":[393]},{"name":"CRYPT_DES_KEY_STATE","features":[393]},{"name":"CRYPT_DOMAIN","features":[393]},{"name":"CRYPT_DONT_CACHE_RESULT","features":[393]},{"name":"CRYPT_DONT_CHECK_TIME_VALIDITY","features":[393]},{"name":"CRYPT_DONT_VERIFY_SIGNATURE","features":[393]},{"name":"CRYPT_ECC_CMS_SHARED_INFO","features":[393]},{"name":"CRYPT_ECC_CMS_SHARED_INFO_SUPPPUBINFO_BYTE_LENGTH","features":[393]},{"name":"CRYPT_ECC_PRIVATE_KEY_INFO","features":[393]},{"name":"CRYPT_ECC_PRIVATE_KEY_INFO_v1","features":[393]},{"name":"CRYPT_ENABLE_FILE_RETRIEVAL","features":[393]},{"name":"CRYPT_ENABLE_SSL_REVOCATION_RETRIEVAL","features":[393]},{"name":"CRYPT_ENCODE_ALLOC_FLAG","features":[393]},{"name":"CRYPT_ENCODE_DECODE_NONE","features":[393]},{"name":"CRYPT_ENCODE_ENABLE_PUNYCODE_FLAG","features":[393]},{"name":"CRYPT_ENCODE_ENABLE_UTF8PERCENT_FLAG","features":[393]},{"name":"CRYPT_ENCODE_NO_SIGNATURE_BYTE_REVERSAL_FLAG","features":[393]},{"name":"CRYPT_ENCODE_OBJECT_FLAGS","features":[393]},{"name":"CRYPT_ENCODE_PARA","features":[393]},{"name":"CRYPT_ENCRYPT","features":[393]},{"name":"CRYPT_ENCRYPTED_PRIVATE_KEY_INFO","features":[393]},{"name":"CRYPT_ENCRYPT_ALG_OID_GROUP_ID","features":[393]},{"name":"CRYPT_ENCRYPT_MESSAGE_PARA","features":[393]},{"name":"CRYPT_ENHKEY_USAGE_OID_GROUP_ID","features":[393]},{"name":"CRYPT_ENROLLMENT_NAME_VALUE_PAIR","features":[393]},{"name":"CRYPT_EXCLUSIVE","features":[393]},{"name":"CRYPT_EXPORT","features":[393]},{"name":"CRYPT_EXPORTABLE","features":[393]},{"name":"CRYPT_EXPORT_KEY","features":[393]},{"name":"CRYPT_EXTERNAL_SIGNATURE_LENGTH","features":[393]},{"name":"CRYPT_EXT_OR_ATTR_OID_GROUP_ID","features":[393]},{"name":"CRYPT_FAILED","features":[393]},{"name":"CRYPT_FASTSGC","features":[393]},{"name":"CRYPT_FIND_FLAGS","features":[393]},{"name":"CRYPT_FIND_MACHINE_KEYSET_FLAG","features":[393]},{"name":"CRYPT_FIND_SILENT_KEYSET_FLAG","features":[393]},{"name":"CRYPT_FIND_USER_KEYSET_FLAG","features":[393]},{"name":"CRYPT_FIRST","features":[393]},{"name":"CRYPT_FIRST_ALG_OID_GROUP_ID","features":[393]},{"name":"CRYPT_FLAG_IPSEC","features":[393]},{"name":"CRYPT_FLAG_PCT1","features":[393]},{"name":"CRYPT_FLAG_SIGNING","features":[393]},{"name":"CRYPT_FLAG_SSL2","features":[393]},{"name":"CRYPT_FLAG_SSL3","features":[393]},{"name":"CRYPT_FLAG_TLS1","features":[393]},{"name":"CRYPT_FORCE_KEY_PROTECTION_HIGH","features":[393]},{"name":"CRYPT_FORMAT_COMMA","features":[393]},{"name":"CRYPT_FORMAT_CRLF","features":[393]},{"name":"CRYPT_FORMAT_OID","features":[393]},{"name":"CRYPT_FORMAT_RDN_CRLF","features":[393]},{"name":"CRYPT_FORMAT_RDN_REVERSE","features":[393]},{"name":"CRYPT_FORMAT_RDN_SEMICOLON","features":[393]},{"name":"CRYPT_FORMAT_RDN_UNQUOTE","features":[393]},{"name":"CRYPT_FORMAT_SEMICOLON","features":[393]},{"name":"CRYPT_FORMAT_SIMPLE","features":[393]},{"name":"CRYPT_FORMAT_STR_MULTI_LINE","features":[393]},{"name":"CRYPT_FORMAT_STR_NO_HEX","features":[393]},{"name":"CRYPT_FORMAT_X509","features":[393]},{"name":"CRYPT_GET_INSTALLED_OID_FUNC_FLAG","features":[393]},{"name":"CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO","features":[307,393]},{"name":"CRYPT_GET_URL_FLAGS","features":[393]},{"name":"CRYPT_GET_URL_FROM_AUTH_ATTRIBUTE","features":[393]},{"name":"CRYPT_GET_URL_FROM_EXTENSION","features":[393]},{"name":"CRYPT_GET_URL_FROM_PROPERTY","features":[393]},{"name":"CRYPT_GET_URL_FROM_UNAUTH_ATTRIBUTE","features":[393]},{"name":"CRYPT_HASH_ALG_OID_GROUP_ID","features":[393]},{"name":"CRYPT_HASH_INFO","features":[393]},{"name":"CRYPT_HASH_MESSAGE_PARA","features":[393]},{"name":"CRYPT_HTTP_POST_RETRIEVAL","features":[393]},{"name":"CRYPT_IMAGE_REF","features":[393]},{"name":"CRYPT_IMAGE_REF_FLAGS","features":[393]},{"name":"CRYPT_IMAGE_REG","features":[393]},{"name":"CRYPT_IMPL_HARDWARE","features":[393]},{"name":"CRYPT_IMPL_MIXED","features":[393]},{"name":"CRYPT_IMPL_REMOVABLE","features":[393]},{"name":"CRYPT_IMPL_SOFTWARE","features":[393]},{"name":"CRYPT_IMPL_UNKNOWN","features":[393]},{"name":"CRYPT_IMPORT_KEY","features":[393]},{"name":"CRYPT_IMPORT_PUBLIC_KEY_FLAGS","features":[393]},{"name":"CRYPT_INITIATOR","features":[393]},{"name":"CRYPT_INSTALL_OID_FUNC_BEFORE_FLAG","features":[393]},{"name":"CRYPT_INSTALL_OID_INFO_BEFORE_FLAG","features":[393]},{"name":"CRYPT_INTEGER_BLOB","features":[393]},{"name":"CRYPT_INTERFACE_REG","features":[393]},{"name":"CRYPT_IPSEC_HMAC_KEY","features":[393]},{"name":"CRYPT_KDF_OID_GROUP_ID","features":[393]},{"name":"CRYPT_KEEP_TIME_VALID","features":[393]},{"name":"CRYPT_KEK","features":[393]},{"name":"CRYPT_KEYID_ALLOC_FLAG","features":[393]},{"name":"CRYPT_KEYID_DELETE_FLAG","features":[393]},{"name":"CRYPT_KEYID_MACHINE_FLAG","features":[393]},{"name":"CRYPT_KEYID_SET_NEW_FLAG","features":[393]},{"name":"CRYPT_KEY_FLAGS","features":[393]},{"name":"CRYPT_KEY_PARAM_ID","features":[393]},{"name":"CRYPT_KEY_PROV_INFO","features":[393]},{"name":"CRYPT_KEY_PROV_PARAM","features":[393]},{"name":"CRYPT_KEY_SIGN_MESSAGE_PARA","features":[393]},{"name":"CRYPT_KEY_VERIFY_MESSAGE_PARA","features":[393]},{"name":"CRYPT_KM","features":[393]},{"name":"CRYPT_LAST_ALG_OID_GROUP_ID","features":[393]},{"name":"CRYPT_LAST_OID_GROUP_ID","features":[393]},{"name":"CRYPT_LDAP_AREC_EXCLUSIVE_RETRIEVAL","features":[393]},{"name":"CRYPT_LDAP_INSERT_ENTRY_ATTRIBUTE","features":[393]},{"name":"CRYPT_LDAP_SCOPE_BASE_ONLY_RETRIEVAL","features":[393]},{"name":"CRYPT_LDAP_SIGN_RETRIEVAL","features":[393]},{"name":"CRYPT_LITTLE_ENDIAN","features":[393]},{"name":"CRYPT_LOCAL","features":[393]},{"name":"CRYPT_LOCALIZED_NAME_ENCODING_TYPE","features":[393]},{"name":"CRYPT_LOCALIZED_NAME_OID","features":[393]},{"name":"CRYPT_MAC","features":[393]},{"name":"CRYPT_MACHINE_DEFAULT","features":[393]},{"name":"CRYPT_MACHINE_KEYSET","features":[393]},{"name":"CRYPT_MAC_RESOURCE","features":[393]},{"name":"CRYPT_MAC_RESOURCE_NUMBER","features":[393]},{"name":"CRYPT_MASK_GEN_ALGORITHM","features":[393]},{"name":"CRYPT_MATCH_ANY_ENCODING_TYPE","features":[393]},{"name":"CRYPT_MAX_PROVIDER_ID","features":[393]},{"name":"CRYPT_MESSAGE_BARE_CONTENT_OUT_FLAG","features":[393]},{"name":"CRYPT_MESSAGE_ENCAPSULATED_CONTENT_OUT_FLAG","features":[393]},{"name":"CRYPT_MESSAGE_KEYID_RECIPIENT_FLAG","features":[393]},{"name":"CRYPT_MESSAGE_KEYID_SIGNER_FLAG","features":[393]},{"name":"CRYPT_MESSAGE_SILENT_KEYSET_FLAG","features":[393]},{"name":"CRYPT_MIN_DEPENDENCIES","features":[393]},{"name":"CRYPT_MM","features":[393]},{"name":"CRYPT_MODE_CBC","features":[393]},{"name":"CRYPT_MODE_CBCI","features":[393]},{"name":"CRYPT_MODE_CBCOFM","features":[393]},{"name":"CRYPT_MODE_CBCOFMI","features":[393]},{"name":"CRYPT_MODE_CFB","features":[393]},{"name":"CRYPT_MODE_CFBP","features":[393]},{"name":"CRYPT_MODE_CTS","features":[393]},{"name":"CRYPT_MODE_ECB","features":[393]},{"name":"CRYPT_MODE_OFB","features":[393]},{"name":"CRYPT_MODE_OFBP","features":[393]},{"name":"CRYPT_MSG_TYPE","features":[393]},{"name":"CRYPT_NDR_ENCODING","features":[393]},{"name":"CRYPT_NEWKEYSET","features":[393]},{"name":"CRYPT_NEXT","features":[393]},{"name":"CRYPT_NOHASHOID","features":[393]},{"name":"CRYPT_NOT_MODIFIED_RETRIEVAL","features":[393]},{"name":"CRYPT_NO_AUTH_RETRIEVAL","features":[393]},{"name":"CRYPT_NO_OCSP_FAILOVER_TO_CRL_RETRIEVAL","features":[393]},{"name":"CRYPT_NO_SALT","features":[393]},{"name":"CRYPT_OAEP","features":[393]},{"name":"CRYPT_OBJECT_LOCATOR_FIRST_RESERVED_USER_NAME_TYPE","features":[393]},{"name":"CRYPT_OBJECT_LOCATOR_LAST_RESERVED_NAME_TYPE","features":[393]},{"name":"CRYPT_OBJECT_LOCATOR_LAST_RESERVED_USER_NAME_TYPE","features":[393]},{"name":"CRYPT_OBJECT_LOCATOR_PROVIDER_TABLE","features":[307,393]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_DLL_UNLOAD","features":[393]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_PROCESS_EXIT","features":[393]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_REASON","features":[393]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_SERVICE_STOP","features":[393]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_SYSTEM_SHUTDOWN","features":[393]},{"name":"CRYPT_OBJECT_LOCATOR_SPN_NAME_TYPE","features":[393]},{"name":"CRYPT_OBJID_TABLE","features":[393]},{"name":"CRYPT_OCSP_ONLY_RETRIEVAL","features":[393]},{"name":"CRYPT_OFFLINE_CHECK_RETRIEVAL","features":[393]},{"name":"CRYPT_OID_CREATE_COM_OBJECT_FUNC","features":[393]},{"name":"CRYPT_OID_DECODE_OBJECT_EX_FUNC","features":[393]},{"name":"CRYPT_OID_DECODE_OBJECT_FUNC","features":[393]},{"name":"CRYPT_OID_DISABLE_SEARCH_DS_FLAG","features":[393]},{"name":"CRYPT_OID_ENCODE_OBJECT_EX_FUNC","features":[393]},{"name":"CRYPT_OID_ENCODE_OBJECT_FUNC","features":[393]},{"name":"CRYPT_OID_ENUM_PHYSICAL_STORE_FUNC","features":[393]},{"name":"CRYPT_OID_ENUM_SYSTEM_STORE_FUNC","features":[393]},{"name":"CRYPT_OID_EXPORT_PRIVATE_KEY_INFO_FUNC","features":[393]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[393]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_FROM_BCRYPT_HANDLE_FUNC","features":[393]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_FUNC","features":[393]},{"name":"CRYPT_OID_EXTRACT_ENCODED_SIGNATURE_PARAMETERS_FUNC","features":[393]},{"name":"CRYPT_OID_FIND_LOCALIZED_NAME_FUNC","features":[393]},{"name":"CRYPT_OID_FIND_OID_INFO_FUNC","features":[393]},{"name":"CRYPT_OID_FORMAT_OBJECT_FUNC","features":[393]},{"name":"CRYPT_OID_FUNC_ENTRY","features":[393]},{"name":"CRYPT_OID_IMPORT_PRIVATE_KEY_INFO_FUNC","features":[393]},{"name":"CRYPT_OID_IMPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[393]},{"name":"CRYPT_OID_IMPORT_PUBLIC_KEY_INFO_FUNC","features":[393]},{"name":"CRYPT_OID_INFO","features":[393]},{"name":"CRYPT_OID_INFO_ALGID_KEY","features":[393]},{"name":"CRYPT_OID_INFO_CNG_ALGID_KEY","features":[393]},{"name":"CRYPT_OID_INFO_CNG_SIGN_KEY","features":[393]},{"name":"CRYPT_OID_INFO_ECC_PARAMETERS_ALGORITHM","features":[393]},{"name":"CRYPT_OID_INFO_ECC_WRAP_PARAMETERS_ALGORITHM","features":[393]},{"name":"CRYPT_OID_INFO_HASH_PARAMETERS_ALGORITHM","features":[393]},{"name":"CRYPT_OID_INFO_MGF1_PARAMETERS_ALGORITHM","features":[393]},{"name":"CRYPT_OID_INFO_NAME_KEY","features":[393]},{"name":"CRYPT_OID_INFO_NO_PARAMETERS_ALGORITHM","features":[393]},{"name":"CRYPT_OID_INFO_NO_SIGN_ALGORITHM","features":[393]},{"name":"CRYPT_OID_INFO_OAEP_PARAMETERS_ALGORITHM","features":[393]},{"name":"CRYPT_OID_INFO_OID_GROUP_BIT_LEN_MASK","features":[393]},{"name":"CRYPT_OID_INFO_OID_GROUP_BIT_LEN_SHIFT","features":[393]},{"name":"CRYPT_OID_INFO_OID_KEY","features":[393]},{"name":"CRYPT_OID_INFO_OID_KEY_FLAGS_MASK","features":[393]},{"name":"CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG","features":[393]},{"name":"CRYPT_OID_INFO_PUBKEY_SIGN_KEY_FLAG","features":[393]},{"name":"CRYPT_OID_INFO_SIGN_KEY","features":[393]},{"name":"CRYPT_OID_INHIBIT_SIGNATURE_FORMAT_FLAG","features":[393]},{"name":"CRYPT_OID_NO_NULL_ALGORITHM_PARA_FLAG","features":[393]},{"name":"CRYPT_OID_OPEN_STORE_PROV_FUNC","features":[393]},{"name":"CRYPT_OID_OPEN_SYSTEM_STORE_PROV_FUNC","features":[393]},{"name":"CRYPT_OID_PREFER_CNG_ALGID_FLAG","features":[393]},{"name":"CRYPT_OID_PUBKEY_ENCRYPT_ONLY_FLAG","features":[393]},{"name":"CRYPT_OID_PUBKEY_SIGN_ONLY_FLAG","features":[393]},{"name":"CRYPT_OID_REGISTER_PHYSICAL_STORE_FUNC","features":[393]},{"name":"CRYPT_OID_REGISTER_SYSTEM_STORE_FUNC","features":[393]},{"name":"CRYPT_OID_REGPATH","features":[393]},{"name":"CRYPT_OID_REG_DLL_VALUE_NAME","features":[393]},{"name":"CRYPT_OID_REG_ENCODING_TYPE_PREFIX","features":[393]},{"name":"CRYPT_OID_REG_FLAGS_VALUE_NAME","features":[393]},{"name":"CRYPT_OID_REG_FUNC_NAME_VALUE_NAME","features":[393]},{"name":"CRYPT_OID_REG_FUNC_NAME_VALUE_NAME_A","features":[393]},{"name":"CRYPT_OID_SIGN_AND_ENCODE_HASH_FUNC","features":[393]},{"name":"CRYPT_OID_SYSTEM_STORE_LOCATION_VALUE_NAME","features":[393]},{"name":"CRYPT_OID_UNREGISTER_PHYSICAL_STORE_FUNC","features":[393]},{"name":"CRYPT_OID_UNREGISTER_SYSTEM_STORE_FUNC","features":[393]},{"name":"CRYPT_OID_USE_CURVE_NAME_FOR_ENCODE_FLAG","features":[393]},{"name":"CRYPT_OID_USE_CURVE_PARAMETERS_FOR_ENCODE_FLAG","features":[393]},{"name":"CRYPT_OID_USE_PUBKEY_PARA_FOR_PKCS7_FLAG","features":[393]},{"name":"CRYPT_OID_VERIFY_CERTIFICATE_CHAIN_POLICY_FUNC","features":[393]},{"name":"CRYPT_OID_VERIFY_CTL_USAGE_FUNC","features":[393]},{"name":"CRYPT_OID_VERIFY_ENCODED_SIGNATURE_FUNC","features":[393]},{"name":"CRYPT_OID_VERIFY_REVOCATION_FUNC","features":[393]},{"name":"CRYPT_ONLINE","features":[393]},{"name":"CRYPT_OVERRIDE","features":[393]},{"name":"CRYPT_OVERWRITE","features":[393]},{"name":"CRYPT_OWF_REPL_LM_HASH","features":[393]},{"name":"CRYPT_PARAM_ASYNC_RETRIEVAL_COMPLETION","features":[393]},{"name":"CRYPT_PARAM_CANCEL_ASYNC_RETRIEVAL","features":[393]},{"name":"CRYPT_PASSWORD_CREDENTIALSA","features":[393]},{"name":"CRYPT_PASSWORD_CREDENTIALSW","features":[393]},{"name":"CRYPT_PKCS12_PBE_PARAMS","features":[393]},{"name":"CRYPT_PKCS8_EXPORT_PARAMS","features":[307,393]},{"name":"CRYPT_PKCS8_IMPORT_PARAMS","features":[307,393]},{"name":"CRYPT_POLICY_OID_GROUP_ID","features":[393]},{"name":"CRYPT_PREGEN","features":[393]},{"name":"CRYPT_PRIORITY_BOTTOM","features":[393]},{"name":"CRYPT_PRIORITY_TOP","features":[393]},{"name":"CRYPT_PRIVATE_KEY_INFO","features":[393]},{"name":"CRYPT_PROCESS_ISOLATE","features":[393]},{"name":"CRYPT_PROPERTY_REF","features":[393]},{"name":"CRYPT_PROVIDERS","features":[393]},{"name":"CRYPT_PROVIDER_IOCTL__GET_SCHANNEL_INTERFACE","features":[393]},{"name":"CRYPT_PROVIDER_REF","features":[393]},{"name":"CRYPT_PROVIDER_REFS","features":[393]},{"name":"CRYPT_PROVIDER_REG","features":[393]},{"name":"CRYPT_PROVSTRUC_VERSION_V3","features":[393]},{"name":"CRYPT_PROXY_CACHE_RETRIEVAL","features":[393]},{"name":"CRYPT_PSOURCE_ALGORITHM","features":[393]},{"name":"CRYPT_PSTORE","features":[393]},{"name":"CRYPT_PUBKEY_ALG_OID_GROUP_ID","features":[393]},{"name":"CRYPT_RANDOM_QUERY_STRING_RETRIEVAL","features":[393]},{"name":"CRYPT_RC2_128BIT_VERSION","features":[393]},{"name":"CRYPT_RC2_40BIT_VERSION","features":[393]},{"name":"CRYPT_RC2_56BIT_VERSION","features":[393]},{"name":"CRYPT_RC2_64BIT_VERSION","features":[393]},{"name":"CRYPT_RC2_CBC_PARAMETERS","features":[307,393]},{"name":"CRYPT_RC4_KEY_STATE","features":[393]},{"name":"CRYPT_RDN_ATTR_OID_GROUP_ID","features":[393]},{"name":"CRYPT_READ","features":[393]},{"name":"CRYPT_RECIPIENT","features":[393]},{"name":"CRYPT_REGISTER_FIRST_INDEX","features":[393]},{"name":"CRYPT_REGISTER_LAST_INDEX","features":[393]},{"name":"CRYPT_RETRIEVE_AUX_INFO","features":[307,393]},{"name":"CRYPT_RETRIEVE_MAX_ERROR_CONTENT_LENGTH","features":[393]},{"name":"CRYPT_RETRIEVE_MULTIPLE_OBJECTS","features":[393]},{"name":"CRYPT_RETURN_HWND","features":[307,393]},{"name":"CRYPT_RSAES_OAEP_PARAMETERS","features":[393]},{"name":"CRYPT_RSA_SSA_PSS_PARAMETERS","features":[393]},{"name":"CRYPT_SECRETDIGEST","features":[393]},{"name":"CRYPT_SEC_DESCR","features":[393]},{"name":"CRYPT_SEQUENCE_OF_ANY","features":[393]},{"name":"CRYPT_SERVER","features":[393]},{"name":"CRYPT_SET_HASH_PARAM","features":[393]},{"name":"CRYPT_SET_PROV_PARAM_ID","features":[393]},{"name":"CRYPT_SF","features":[393]},{"name":"CRYPT_SGC","features":[393]},{"name":"CRYPT_SGCKEY","features":[393]},{"name":"CRYPT_SGC_ENUM","features":[393]},{"name":"CRYPT_SIGN_ALG_OID_GROUP_ID","features":[393]},{"name":"CRYPT_SIGN_MESSAGE_PARA","features":[307,393]},{"name":"CRYPT_SIG_RESOURCE","features":[393]},{"name":"CRYPT_SIG_RESOURCE_NUMBER","features":[393]},{"name":"CRYPT_SIG_RESOURCE_VERSION","features":[393]},{"name":"CRYPT_SILENT","features":[393]},{"name":"CRYPT_SMART_CARD_ROOT_INFO","features":[393]},{"name":"CRYPT_SMIME_CAPABILITIES","features":[393]},{"name":"CRYPT_SMIME_CAPABILITY","features":[393]},{"name":"CRYPT_SORTED_CTL_ENCODE_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[393]},{"name":"CRYPT_SSL2_FALLBACK","features":[393]},{"name":"CRYPT_STICKY_CACHE_RETRIEVAL","features":[393]},{"name":"CRYPT_STRING","features":[393]},{"name":"CRYPT_STRING_ANY","features":[393]},{"name":"CRYPT_STRING_BASE64","features":[393]},{"name":"CRYPT_STRING_BASE64HEADER","features":[393]},{"name":"CRYPT_STRING_BASE64REQUESTHEADER","features":[393]},{"name":"CRYPT_STRING_BASE64URI","features":[393]},{"name":"CRYPT_STRING_BASE64X509CRLHEADER","features":[393]},{"name":"CRYPT_STRING_BASE64_ANY","features":[393]},{"name":"CRYPT_STRING_BINARY","features":[393]},{"name":"CRYPT_STRING_ENCODEMASK","features":[393]},{"name":"CRYPT_STRING_HASHDATA","features":[393]},{"name":"CRYPT_STRING_HEX","features":[393]},{"name":"CRYPT_STRING_HEXADDR","features":[393]},{"name":"CRYPT_STRING_HEXASCII","features":[393]},{"name":"CRYPT_STRING_HEXASCIIADDR","features":[393]},{"name":"CRYPT_STRING_HEXRAW","features":[393]},{"name":"CRYPT_STRING_HEX_ANY","features":[393]},{"name":"CRYPT_STRING_NOCR","features":[393]},{"name":"CRYPT_STRING_NOCRLF","features":[393]},{"name":"CRYPT_STRING_PERCENTESCAPE","features":[393]},{"name":"CRYPT_STRING_RESERVED100","features":[393]},{"name":"CRYPT_STRING_RESERVED200","features":[393]},{"name":"CRYPT_STRING_STRICT","features":[393]},{"name":"CRYPT_SUCCEED","features":[393]},{"name":"CRYPT_TEMPLATE_OID_GROUP_ID","features":[393]},{"name":"CRYPT_TIMESTAMP_ACCURACY","features":[393]},{"name":"CRYPT_TIMESTAMP_CONTEXT","features":[307,393]},{"name":"CRYPT_TIMESTAMP_INFO","features":[307,393]},{"name":"CRYPT_TIMESTAMP_PARA","features":[307,393]},{"name":"CRYPT_TIMESTAMP_REQUEST","features":[307,393]},{"name":"CRYPT_TIMESTAMP_RESPONSE","features":[393]},{"name":"CRYPT_TIMESTAMP_RESPONSE_STATUS","features":[393]},{"name":"CRYPT_TIMESTAMP_VERSION","features":[393]},{"name":"CRYPT_TIME_STAMP_REQUEST_INFO","features":[393]},{"name":"CRYPT_TYPE2_FORMAT","features":[393]},{"name":"CRYPT_UI_PROMPT","features":[393]},{"name":"CRYPT_UM","features":[393]},{"name":"CRYPT_UNICODE_NAME_DECODE_DISABLE_IE4_UTF8_FLAG","features":[393]},{"name":"CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG","features":[393]},{"name":"CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG","features":[393]},{"name":"CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG","features":[393]},{"name":"CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG","features":[393]},{"name":"CRYPT_UPDATE_KEY","features":[393]},{"name":"CRYPT_URL_ARRAY","features":[393]},{"name":"CRYPT_URL_INFO","features":[393]},{"name":"CRYPT_USERDATA","features":[393]},{"name":"CRYPT_USER_DEFAULT","features":[393]},{"name":"CRYPT_USER_KEYSET","features":[393]},{"name":"CRYPT_USER_PROTECTED","features":[393]},{"name":"CRYPT_USER_PROTECTED_STRONG","features":[393]},{"name":"CRYPT_VERIFYCONTEXT","features":[393]},{"name":"CRYPT_VERIFY_CERT_FLAGS","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_CHECK_WEAK_HASH_FLAG","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_DISABLE_MD2_MD4_FLAG","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_CHAIN","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_NULL","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_PUBKEY","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_RETURN_STRONG_PROPERTIES_FLAG","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_SET_STRONG_PROPERTIES_FLAG","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_BLOB","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_CERT","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_CRL","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_OCSP_BASIC_SIGNED_RESPONSE","features":[393]},{"name":"CRYPT_VERIFY_CERT_SIGN_WEAK_HASH_INFO","features":[393]},{"name":"CRYPT_VERIFY_CONTEXT_SIGNATURE","features":[393]},{"name":"CRYPT_VERIFY_DATA_HASH","features":[393]},{"name":"CRYPT_VERIFY_IMAGE_A","features":[307,393]},{"name":"CRYPT_VERIFY_IMAGE_W","features":[307,393]},{"name":"CRYPT_VERIFY_MESSAGE_PARA","features":[307,393]},{"name":"CRYPT_VOLATILE","features":[393]},{"name":"CRYPT_WIRE_ONLY_RETRIEVAL","features":[393]},{"name":"CRYPT_WRITE","features":[393]},{"name":"CRYPT_X931_FORMAT","features":[393]},{"name":"CRYPT_X942_COUNTER_BYTE_LENGTH","features":[393]},{"name":"CRYPT_X942_KEY_LENGTH_BYTE_LENGTH","features":[393]},{"name":"CRYPT_X942_OTHER_INFO","features":[393]},{"name":"CRYPT_XML_ALGORITHM","features":[393]},{"name":"CRYPT_XML_ALGORITHM_INFO","features":[393]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_CNG_ALGID","features":[393]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_CNG_SIGN_ALGID","features":[393]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_NAME","features":[393]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_URI","features":[393]},{"name":"CRYPT_XML_BLOB","features":[393]},{"name":"CRYPT_XML_BLOB_MAX","features":[393]},{"name":"CRYPT_XML_CHARSET","features":[393]},{"name":"CRYPT_XML_CHARSET_AUTO","features":[393]},{"name":"CRYPT_XML_CHARSET_UTF16BE","features":[393]},{"name":"CRYPT_XML_CHARSET_UTF16LE","features":[393]},{"name":"CRYPT_XML_CHARSET_UTF8","features":[393]},{"name":"CRYPT_XML_CRYPTOGRAPHIC_INTERFACE","features":[393]},{"name":"CRYPT_XML_DATA_BLOB","features":[393]},{"name":"CRYPT_XML_DATA_PROVIDER","features":[393]},{"name":"CRYPT_XML_DIGEST_REFERENCE_DATA_TRANSFORMED","features":[393]},{"name":"CRYPT_XML_DIGEST_VALUE_MAX","features":[393]},{"name":"CRYPT_XML_DOC_CTXT","features":[393]},{"name":"CRYPT_XML_E_ALGORITHM","features":[393]},{"name":"CRYPT_XML_E_BASE","features":[393]},{"name":"CRYPT_XML_E_ENCODING","features":[393]},{"name":"CRYPT_XML_E_HANDLE","features":[393]},{"name":"CRYPT_XML_E_HASH_FAILED","features":[393]},{"name":"CRYPT_XML_E_INVALID_DIGEST","features":[393]},{"name":"CRYPT_XML_E_INVALID_KEYVALUE","features":[393]},{"name":"CRYPT_XML_E_INVALID_SIGNATURE","features":[393]},{"name":"CRYPT_XML_E_LARGE","features":[393]},{"name":"CRYPT_XML_E_LAST","features":[393]},{"name":"CRYPT_XML_E_NON_UNIQUE_ID","features":[393]},{"name":"CRYPT_XML_E_OPERATION","features":[393]},{"name":"CRYPT_XML_E_SIGNER","features":[393]},{"name":"CRYPT_XML_E_SIGN_FAILED","features":[393]},{"name":"CRYPT_XML_E_TOO_MANY_SIGNATURES","features":[393]},{"name":"CRYPT_XML_E_TOO_MANY_TRANSFORMS","features":[393]},{"name":"CRYPT_XML_E_TRANSFORM","features":[393]},{"name":"CRYPT_XML_E_UNEXPECTED_XML","features":[393]},{"name":"CRYPT_XML_E_UNRESOLVED_REFERENCE","features":[393]},{"name":"CRYPT_XML_E_VERIFY_FAILED","features":[393]},{"name":"CRYPT_XML_FLAGS","features":[393]},{"name":"CRYPT_XML_FLAG_ADD_OBJECT_CREATE_COPY","features":[393]},{"name":"CRYPT_XML_FLAG_ALWAYS_RETURN_ENCODED_OBJECT","features":[393]},{"name":"CRYPT_XML_FLAG_CREATE_REFERENCE_AS_OBJECT","features":[393]},{"name":"CRYPT_XML_FLAG_DISABLE_EXTENSIONS","features":[393]},{"name":"CRYPT_XML_FLAG_ECDSA_DSIG11","features":[393]},{"name":"CRYPT_XML_FLAG_ENFORCE_ID_NAME_FORMAT","features":[393]},{"name":"CRYPT_XML_FLAG_ENFORCE_ID_NCNAME_FORMAT","features":[393]},{"name":"CRYPT_XML_FLAG_NO_SERIALIZE","features":[393]},{"name":"CRYPT_XML_GROUP_ID","features":[393]},{"name":"CRYPT_XML_GROUP_ID_HASH","features":[393]},{"name":"CRYPT_XML_GROUP_ID_SIGN","features":[393]},{"name":"CRYPT_XML_ID_MAX","features":[393]},{"name":"CRYPT_XML_ISSUER_SERIAL","features":[393]},{"name":"CRYPT_XML_KEYINFO_PARAM","features":[393]},{"name":"CRYPT_XML_KEYINFO_SPEC","features":[393]},{"name":"CRYPT_XML_KEYINFO_SPEC_ENCODED","features":[393]},{"name":"CRYPT_XML_KEYINFO_SPEC_NONE","features":[393]},{"name":"CRYPT_XML_KEYINFO_SPEC_PARAM","features":[393]},{"name":"CRYPT_XML_KEYINFO_TYPE","features":[393]},{"name":"CRYPT_XML_KEYINFO_TYPE_CUSTOM","features":[393]},{"name":"CRYPT_XML_KEYINFO_TYPE_KEYNAME","features":[393]},{"name":"CRYPT_XML_KEYINFO_TYPE_KEYVALUE","features":[393]},{"name":"CRYPT_XML_KEYINFO_TYPE_RETRIEVAL","features":[393]},{"name":"CRYPT_XML_KEYINFO_TYPE_X509DATA","features":[393]},{"name":"CRYPT_XML_KEY_DSA_KEY_VALUE","features":[393]},{"name":"CRYPT_XML_KEY_ECDSA_KEY_VALUE","features":[393]},{"name":"CRYPT_XML_KEY_INFO","features":[393]},{"name":"CRYPT_XML_KEY_INFO_ITEM","features":[393]},{"name":"CRYPT_XML_KEY_RSA_KEY_VALUE","features":[393]},{"name":"CRYPT_XML_KEY_VALUE","features":[393]},{"name":"CRYPT_XML_KEY_VALUE_TYPE","features":[393]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_CUSTOM","features":[393]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_DSA","features":[393]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_ECDSA","features":[393]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_RSA","features":[393]},{"name":"CRYPT_XML_OBJECT","features":[393]},{"name":"CRYPT_XML_OBJECTS_MAX","features":[393]},{"name":"CRYPT_XML_PROPERTY","features":[393]},{"name":"CRYPT_XML_PROPERTY_DOC_DECLARATION","features":[393]},{"name":"CRYPT_XML_PROPERTY_ID","features":[393]},{"name":"CRYPT_XML_PROPERTY_MAX_HEAP_SIZE","features":[393]},{"name":"CRYPT_XML_PROPERTY_MAX_SIGNATURES","features":[393]},{"name":"CRYPT_XML_PROPERTY_SIGNATURE_LOCATION","features":[393]},{"name":"CRYPT_XML_PROPERTY_XML_OUTPUT_CHARSET","features":[393]},{"name":"CRYPT_XML_REFERENCE","features":[393]},{"name":"CRYPT_XML_REFERENCES","features":[393]},{"name":"CRYPT_XML_REFERENCES_MAX","features":[393]},{"name":"CRYPT_XML_SIGNATURE","features":[393]},{"name":"CRYPT_XML_SIGNATURES_MAX","features":[393]},{"name":"CRYPT_XML_SIGNATURE_VALUE_MAX","features":[393]},{"name":"CRYPT_XML_SIGNED_INFO","features":[393]},{"name":"CRYPT_XML_SIGN_ADD_KEYVALUE","features":[393]},{"name":"CRYPT_XML_STATUS","features":[393]},{"name":"CRYPT_XML_STATUS_DIGESTING","features":[393]},{"name":"CRYPT_XML_STATUS_DIGEST_VALID","features":[393]},{"name":"CRYPT_XML_STATUS_ERROR_DIGEST_INVALID","features":[393]},{"name":"CRYPT_XML_STATUS_ERROR_KEYINFO_NOT_PARSED","features":[393]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_RESOLVED","features":[393]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_SUPPORTED_ALGORITHM","features":[393]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_SUPPORTED_TRANSFORM","features":[393]},{"name":"CRYPT_XML_STATUS_ERROR_SIGNATURE_INVALID","features":[393]},{"name":"CRYPT_XML_STATUS_ERROR_STATUS","features":[393]},{"name":"CRYPT_XML_STATUS_INFO_STATUS","features":[393]},{"name":"CRYPT_XML_STATUS_INTERNAL_REFERENCE","features":[393]},{"name":"CRYPT_XML_STATUS_KEY_AVAILABLE","features":[393]},{"name":"CRYPT_XML_STATUS_NO_ERROR","features":[393]},{"name":"CRYPT_XML_STATUS_OPENED_TO_ENCODE","features":[393]},{"name":"CRYPT_XML_STATUS_SIGNATURE_VALID","features":[393]},{"name":"CRYPT_XML_TRANSFORM_CHAIN_CONFIG","features":[393]},{"name":"CRYPT_XML_TRANSFORM_FLAGS","features":[393]},{"name":"CRYPT_XML_TRANSFORM_INFO","features":[393]},{"name":"CRYPT_XML_TRANSFORM_MAX","features":[393]},{"name":"CRYPT_XML_TRANSFORM_ON_NODESET","features":[393]},{"name":"CRYPT_XML_TRANSFORM_ON_STREAM","features":[393]},{"name":"CRYPT_XML_TRANSFORM_URI_QUERY_STRING","features":[393]},{"name":"CRYPT_XML_X509DATA","features":[393]},{"name":"CRYPT_XML_X509DATA_ITEM","features":[393]},{"name":"CRYPT_XML_X509DATA_TYPE","features":[393]},{"name":"CRYPT_XML_X509DATA_TYPE_CERTIFICATE","features":[393]},{"name":"CRYPT_XML_X509DATA_TYPE_CRL","features":[393]},{"name":"CRYPT_XML_X509DATA_TYPE_CUSTOM","features":[393]},{"name":"CRYPT_XML_X509DATA_TYPE_ISSUER_SERIAL","features":[393]},{"name":"CRYPT_XML_X509DATA_TYPE_SKI","features":[393]},{"name":"CRYPT_XML_X509DATA_TYPE_SUBJECT_NAME","features":[393]},{"name":"CRYPT_Y_ONLY","features":[393]},{"name":"CSF_AUTHENTICATE","features":[393]},{"name":"CSF_CHANGE_AUTHENTICATOR","features":[393]},{"name":"CSF_IMPORT_KEYPAIR","features":[393]},{"name":"CTL_ANY_SUBJECT_INFO","features":[393]},{"name":"CTL_ANY_SUBJECT_TYPE","features":[393]},{"name":"CTL_CERT_SUBJECT_TYPE","features":[393]},{"name":"CTL_CONTEXT","features":[307,393]},{"name":"CTL_ENTRY","features":[393]},{"name":"CTL_ENTRY_FROM_PROP_CHAIN_FLAG","features":[393]},{"name":"CTL_FIND_ANY","features":[393]},{"name":"CTL_FIND_EXISTING","features":[393]},{"name":"CTL_FIND_MD5_HASH","features":[393]},{"name":"CTL_FIND_NO_LIST_ID_CBDATA","features":[393]},{"name":"CTL_FIND_SAME_USAGE_FLAG","features":[393]},{"name":"CTL_FIND_SHA1_HASH","features":[393]},{"name":"CTL_FIND_SUBJECT","features":[393]},{"name":"CTL_FIND_SUBJECT_PARA","features":[307,393]},{"name":"CTL_FIND_USAGE","features":[393]},{"name":"CTL_FIND_USAGE_PARA","features":[307,393]},{"name":"CTL_INFO","features":[307,393]},{"name":"CTL_USAGE","features":[393]},{"name":"CTL_USAGE_MATCH","features":[393]},{"name":"CTL_V1","features":[393]},{"name":"CTL_VERIFY_USAGE_PARA","features":[393]},{"name":"CTL_VERIFY_USAGE_STATUS","features":[307,393]},{"name":"CUR_BLOB_VERSION","features":[393]},{"name":"CUR_OFFLOAD_VERSION","features":[393]},{"name":"CertAddCRLContextToStore","features":[307,393]},{"name":"CertAddCRLLinkToStore","features":[307,393]},{"name":"CertAddCTLContextToStore","features":[307,393]},{"name":"CertAddCTLLinkToStore","features":[307,393]},{"name":"CertAddCertificateContextToStore","features":[307,393]},{"name":"CertAddCertificateLinkToStore","features":[307,393]},{"name":"CertAddEncodedCRLToStore","features":[307,393]},{"name":"CertAddEncodedCTLToStore","features":[307,393]},{"name":"CertAddEncodedCertificateToStore","features":[307,393]},{"name":"CertAddEncodedCertificateToSystemStoreA","features":[307,393]},{"name":"CertAddEncodedCertificateToSystemStoreW","features":[307,393]},{"name":"CertAddEnhancedKeyUsageIdentifier","features":[307,393]},{"name":"CertAddRefServerOcspResponse","features":[393]},{"name":"CertAddRefServerOcspResponseContext","features":[393]},{"name":"CertAddSerializedElementToStore","features":[307,393]},{"name":"CertAddStoreToCollection","features":[307,393]},{"name":"CertAlgIdToOID","features":[393]},{"name":"CertCloseServerOcspResponse","features":[393]},{"name":"CertCloseStore","features":[307,393]},{"name":"CertCompareCertificate","features":[307,393]},{"name":"CertCompareCertificateName","features":[307,393]},{"name":"CertCompareIntegerBlob","features":[307,393]},{"name":"CertComparePublicKeyInfo","features":[307,393]},{"name":"CertControlStore","features":[307,393]},{"name":"CertCreateCRLContext","features":[307,393]},{"name":"CertCreateCTLContext","features":[307,393]},{"name":"CertCreateCTLEntryFromCertificateContextProperties","features":[307,393]},{"name":"CertCreateCertificateChainEngine","features":[307,393]},{"name":"CertCreateCertificateContext","features":[307,393]},{"name":"CertCreateContext","features":[307,393]},{"name":"CertCreateSelfSignCertificate","features":[307,393]},{"name":"CertDeleteCRLFromStore","features":[307,393]},{"name":"CertDeleteCTLFromStore","features":[307,393]},{"name":"CertDeleteCertificateFromStore","features":[307,393]},{"name":"CertDuplicateCRLContext","features":[307,393]},{"name":"CertDuplicateCTLContext","features":[307,393]},{"name":"CertDuplicateCertificateChain","features":[307,393]},{"name":"CertDuplicateCertificateContext","features":[307,393]},{"name":"CertDuplicateStore","features":[393]},{"name":"CertEnumCRLContextProperties","features":[307,393]},{"name":"CertEnumCRLsInStore","features":[307,393]},{"name":"CertEnumCTLContextProperties","features":[307,393]},{"name":"CertEnumCTLsInStore","features":[307,393]},{"name":"CertEnumCertificateContextProperties","features":[307,393]},{"name":"CertEnumCertificatesInStore","features":[307,393]},{"name":"CertEnumPhysicalStore","features":[307,393]},{"name":"CertEnumSubjectInSortedCTL","features":[307,393]},{"name":"CertEnumSystemStore","features":[307,393]},{"name":"CertEnumSystemStoreLocation","features":[307,393]},{"name":"CertFindAttribute","features":[393]},{"name":"CertFindCRLInStore","features":[307,393]},{"name":"CertFindCTLInStore","features":[307,393]},{"name":"CertFindCertificateInCRL","features":[307,393]},{"name":"CertFindCertificateInStore","features":[307,393]},{"name":"CertFindChainInStore","features":[307,393]},{"name":"CertFindExtension","features":[307,393]},{"name":"CertFindRDNAttr","features":[393]},{"name":"CertFindSubjectInCTL","features":[307,393]},{"name":"CertFindSubjectInSortedCTL","features":[307,393]},{"name":"CertFreeCRLContext","features":[307,393]},{"name":"CertFreeCTLContext","features":[307,393]},{"name":"CertFreeCertificateChain","features":[307,393]},{"name":"CertFreeCertificateChainEngine","features":[393]},{"name":"CertFreeCertificateChainList","features":[307,393]},{"name":"CertFreeCertificateContext","features":[307,393]},{"name":"CertFreeServerOcspResponseContext","features":[393]},{"name":"CertGetCRLContextProperty","features":[307,393]},{"name":"CertGetCRLFromStore","features":[307,393]},{"name":"CertGetCTLContextProperty","features":[307,393]},{"name":"CertGetCertificateChain","features":[307,393]},{"name":"CertGetCertificateContextProperty","features":[307,393]},{"name":"CertGetEnhancedKeyUsage","features":[307,393]},{"name":"CertGetIntendedKeyUsage","features":[307,393]},{"name":"CertGetIssuerCertificateFromStore","features":[307,393]},{"name":"CertGetNameStringA","features":[307,393]},{"name":"CertGetNameStringW","features":[307,393]},{"name":"CertGetPublicKeyLength","features":[393]},{"name":"CertGetServerOcspResponseContext","features":[393]},{"name":"CertGetStoreProperty","features":[307,393]},{"name":"CertGetSubjectCertificateFromStore","features":[307,393]},{"name":"CertGetValidUsages","features":[307,393]},{"name":"CertIsRDNAttrsInCertificateName","features":[307,393]},{"name":"CertIsStrongHashToSign","features":[307,393]},{"name":"CertIsValidCRLForCertificate","features":[307,393]},{"name":"CertIsWeakHash","features":[307,393]},{"name":"CertKeyType","features":[393]},{"name":"CertNameToStrA","features":[393]},{"name":"CertNameToStrW","features":[393]},{"name":"CertOIDToAlgId","features":[393]},{"name":"CertOpenServerOcspResponse","features":[307,393]},{"name":"CertOpenStore","features":[393]},{"name":"CertOpenSystemStoreA","features":[393]},{"name":"CertOpenSystemStoreW","features":[393]},{"name":"CertRDNValueToStrA","features":[393]},{"name":"CertRDNValueToStrW","features":[393]},{"name":"CertRegisterPhysicalStore","features":[307,393]},{"name":"CertRegisterSystemStore","features":[307,393]},{"name":"CertRemoveEnhancedKeyUsageIdentifier","features":[307,393]},{"name":"CertRemoveStoreFromCollection","features":[393]},{"name":"CertResyncCertificateChainEngine","features":[307,393]},{"name":"CertRetrieveLogoOrBiometricInfo","features":[307,393]},{"name":"CertSaveStore","features":[307,393]},{"name":"CertSelectCertificateChains","features":[307,393]},{"name":"CertSerializeCRLStoreElement","features":[307,393]},{"name":"CertSerializeCTLStoreElement","features":[307,393]},{"name":"CertSerializeCertificateStoreElement","features":[307,393]},{"name":"CertSetCRLContextProperty","features":[307,393]},{"name":"CertSetCTLContextProperty","features":[307,393]},{"name":"CertSetCertificateContextPropertiesFromCTLEntry","features":[307,393]},{"name":"CertSetCertificateContextProperty","features":[307,393]},{"name":"CertSetEnhancedKeyUsage","features":[307,393]},{"name":"CertSetStoreProperty","features":[307,393]},{"name":"CertStrToNameA","features":[307,393]},{"name":"CertStrToNameW","features":[307,393]},{"name":"CertUnregisterPhysicalStore","features":[307,393]},{"name":"CertUnregisterSystemStore","features":[307,393]},{"name":"CertVerifyCRLRevocation","features":[307,393]},{"name":"CertVerifyCRLTimeValidity","features":[307,393]},{"name":"CertVerifyCTLUsage","features":[307,393]},{"name":"CertVerifyCertificateChainPolicy","features":[307,393]},{"name":"CertVerifyRevocation","features":[307,393]},{"name":"CertVerifySubjectCertificateContext","features":[307,393]},{"name":"CertVerifyTimeValidity","features":[307,393]},{"name":"CertVerifyValidityNesting","features":[307,393]},{"name":"ChallengeResponsePinType","features":[393]},{"name":"CloseCryptoHandle","features":[393]},{"name":"CryptAcquireCertificatePrivateKey","features":[307,393]},{"name":"CryptAcquireContextA","features":[307,393]},{"name":"CryptAcquireContextW","features":[307,393]},{"name":"CryptBinaryToStringA","features":[307,393]},{"name":"CryptBinaryToStringW","features":[307,393]},{"name":"CryptCloseAsyncHandle","features":[307,393]},{"name":"CryptContextAddRef","features":[307,393]},{"name":"CryptCreateAsyncHandle","features":[307,393]},{"name":"CryptCreateHash","features":[307,393]},{"name":"CryptCreateKeyIdentifierFromCSP","features":[307,393]},{"name":"CryptDecodeMessage","features":[307,393]},{"name":"CryptDecodeObject","features":[307,393]},{"name":"CryptDecodeObjectEx","features":[307,393]},{"name":"CryptDecrypt","features":[307,393]},{"name":"CryptDecryptAndVerifyMessageSignature","features":[307,393]},{"name":"CryptDecryptMessage","features":[307,393]},{"name":"CryptDeriveKey","features":[307,393]},{"name":"CryptDestroyHash","features":[307,393]},{"name":"CryptDestroyKey","features":[307,393]},{"name":"CryptDuplicateHash","features":[307,393]},{"name":"CryptDuplicateKey","features":[307,393]},{"name":"CryptEncodeObject","features":[307,393]},{"name":"CryptEncodeObjectEx","features":[307,393]},{"name":"CryptEncrypt","features":[307,393]},{"name":"CryptEncryptMessage","features":[307,393]},{"name":"CryptEnumKeyIdentifierProperties","features":[307,393]},{"name":"CryptEnumOIDFunction","features":[307,393]},{"name":"CryptEnumOIDInfo","features":[307,393]},{"name":"CryptEnumProviderTypesA","features":[307,393]},{"name":"CryptEnumProviderTypesW","features":[307,393]},{"name":"CryptEnumProvidersA","features":[307,393]},{"name":"CryptEnumProvidersW","features":[307,393]},{"name":"CryptExportKey","features":[307,393]},{"name":"CryptExportPKCS8","features":[307,393]},{"name":"CryptExportPublicKeyInfo","features":[307,393]},{"name":"CryptExportPublicKeyInfoEx","features":[307,393]},{"name":"CryptExportPublicKeyInfoFromBCryptKeyHandle","features":[307,393]},{"name":"CryptFindCertificateKeyProvInfo","features":[307,393]},{"name":"CryptFindLocalizedName","features":[393]},{"name":"CryptFindOIDInfo","features":[393]},{"name":"CryptFormatObject","features":[307,393]},{"name":"CryptFreeOIDFunctionAddress","features":[307,393]},{"name":"CryptGenKey","features":[307,393]},{"name":"CryptGenRandom","features":[307,393]},{"name":"CryptGetAsyncParam","features":[307,393]},{"name":"CryptGetDefaultOIDDllList","features":[307,393]},{"name":"CryptGetDefaultOIDFunctionAddress","features":[307,393]},{"name":"CryptGetDefaultProviderA","features":[307,393]},{"name":"CryptGetDefaultProviderW","features":[307,393]},{"name":"CryptGetHashParam","features":[307,393]},{"name":"CryptGetKeyIdentifierProperty","features":[307,393]},{"name":"CryptGetKeyParam","features":[307,393]},{"name":"CryptGetMessageCertificates","features":[393]},{"name":"CryptGetMessageSignerCount","features":[393]},{"name":"CryptGetOIDFunctionAddress","features":[307,393]},{"name":"CryptGetOIDFunctionValue","features":[307,393]},{"name":"CryptGetObjectUrl","features":[307,393]},{"name":"CryptGetProvParam","features":[307,393]},{"name":"CryptGetUserKey","features":[307,393]},{"name":"CryptHashCertificate","features":[307,393]},{"name":"CryptHashCertificate2","features":[307,393]},{"name":"CryptHashData","features":[307,393]},{"name":"CryptHashMessage","features":[307,393]},{"name":"CryptHashPublicKeyInfo","features":[307,393]},{"name":"CryptHashSessionKey","features":[307,393]},{"name":"CryptHashToBeSigned","features":[307,393]},{"name":"CryptImportKey","features":[307,393]},{"name":"CryptImportPKCS8","features":[307,393]},{"name":"CryptImportPublicKeyInfo","features":[307,393]},{"name":"CryptImportPublicKeyInfoEx","features":[307,393]},{"name":"CryptImportPublicKeyInfoEx2","features":[307,393]},{"name":"CryptInitOIDFunctionSet","features":[393]},{"name":"CryptInstallCancelRetrieval","features":[307,393]},{"name":"CryptInstallDefaultContext","features":[307,393]},{"name":"CryptInstallOIDFunctionAddress","features":[307,393]},{"name":"CryptMemAlloc","features":[393]},{"name":"CryptMemFree","features":[393]},{"name":"CryptMemRealloc","features":[393]},{"name":"CryptMsgCalculateEncodedLength","features":[393]},{"name":"CryptMsgClose","features":[307,393]},{"name":"CryptMsgControl","features":[307,393]},{"name":"CryptMsgCountersign","features":[307,393]},{"name":"CryptMsgCountersignEncoded","features":[307,393]},{"name":"CryptMsgDuplicate","features":[393]},{"name":"CryptMsgEncodeAndSignCTL","features":[307,393]},{"name":"CryptMsgGetAndVerifySigner","features":[307,393]},{"name":"CryptMsgGetParam","features":[307,393]},{"name":"CryptMsgOpenToDecode","features":[307,393]},{"name":"CryptMsgOpenToEncode","features":[307,393]},{"name":"CryptMsgSignCTL","features":[307,393]},{"name":"CryptMsgUpdate","features":[307,393]},{"name":"CryptMsgVerifyCountersignatureEncoded","features":[307,393]},{"name":"CryptMsgVerifyCountersignatureEncodedEx","features":[307,393]},{"name":"CryptProtectData","features":[307,393]},{"name":"CryptProtectMemory","features":[307,393]},{"name":"CryptQueryObject","features":[307,393]},{"name":"CryptRegisterDefaultOIDFunction","features":[307,393]},{"name":"CryptRegisterOIDFunction","features":[307,393]},{"name":"CryptRegisterOIDInfo","features":[307,393]},{"name":"CryptReleaseContext","features":[307,393]},{"name":"CryptRetrieveObjectByUrlA","features":[307,393]},{"name":"CryptRetrieveObjectByUrlW","features":[307,393]},{"name":"CryptRetrieveTimeStamp","features":[307,393]},{"name":"CryptSetAsyncParam","features":[307,393]},{"name":"CryptSetHashParam","features":[307,393]},{"name":"CryptSetKeyIdentifierProperty","features":[307,393]},{"name":"CryptSetKeyParam","features":[307,393]},{"name":"CryptSetOIDFunctionValue","features":[307,393,370]},{"name":"CryptSetProvParam","features":[307,393]},{"name":"CryptSetProviderA","features":[307,393]},{"name":"CryptSetProviderExA","features":[307,393]},{"name":"CryptSetProviderExW","features":[307,393]},{"name":"CryptSetProviderW","features":[307,393]},{"name":"CryptSignAndEncodeCertificate","features":[307,393]},{"name":"CryptSignAndEncryptMessage","features":[307,393]},{"name":"CryptSignCertificate","features":[307,393]},{"name":"CryptSignHashA","features":[307,393]},{"name":"CryptSignHashW","features":[307,393]},{"name":"CryptSignMessage","features":[307,393]},{"name":"CryptSignMessageWithKey","features":[307,393]},{"name":"CryptStringToBinaryA","features":[307,393]},{"name":"CryptStringToBinaryW","features":[307,393]},{"name":"CryptUninstallCancelRetrieval","features":[307,393]},{"name":"CryptUninstallDefaultContext","features":[307,393]},{"name":"CryptUnprotectData","features":[307,393]},{"name":"CryptUnprotectMemory","features":[307,393]},{"name":"CryptUnregisterDefaultOIDFunction","features":[307,393]},{"name":"CryptUnregisterOIDFunction","features":[307,393]},{"name":"CryptUnregisterOIDInfo","features":[307,393]},{"name":"CryptUpdateProtectedState","features":[307,393]},{"name":"CryptVerifyCertificateSignature","features":[307,393]},{"name":"CryptVerifyCertificateSignatureEx","features":[307,393]},{"name":"CryptVerifyDetachedMessageHash","features":[307,393]},{"name":"CryptVerifyDetachedMessageSignature","features":[307,393]},{"name":"CryptVerifyMessageHash","features":[307,393]},{"name":"CryptVerifyMessageSignature","features":[307,393]},{"name":"CryptVerifyMessageSignatureWithKey","features":[307,393]},{"name":"CryptVerifySignatureA","features":[307,393]},{"name":"CryptVerifySignatureW","features":[307,393]},{"name":"CryptVerifyTimeStampSignature","features":[307,393]},{"name":"CryptXmlAddObject","features":[393]},{"name":"CryptXmlClose","features":[393]},{"name":"CryptXmlCreateReference","features":[393]},{"name":"CryptXmlDigestReference","features":[393]},{"name":"CryptXmlDllCloseDigest","features":[393]},{"name":"CryptXmlDllCreateDigest","features":[393]},{"name":"CryptXmlDllCreateKey","features":[393]},{"name":"CryptXmlDllDigestData","features":[393]},{"name":"CryptXmlDllEncodeAlgorithm","features":[393]},{"name":"CryptXmlDllEncodeKeyValue","features":[393]},{"name":"CryptXmlDllFinalizeDigest","features":[393]},{"name":"CryptXmlDllGetAlgorithmInfo","features":[393]},{"name":"CryptXmlDllGetInterface","features":[393]},{"name":"CryptXmlDllSignData","features":[393]},{"name":"CryptXmlDllVerifySignature","features":[393]},{"name":"CryptXmlEncode","features":[393]},{"name":"CryptXmlEnumAlgorithmInfo","features":[307,393]},{"name":"CryptXmlFindAlgorithmInfo","features":[393]},{"name":"CryptXmlGetAlgorithmInfo","features":[393]},{"name":"CryptXmlGetDocContext","features":[393]},{"name":"CryptXmlGetReference","features":[393]},{"name":"CryptXmlGetSignature","features":[393]},{"name":"CryptXmlGetStatus","features":[393]},{"name":"CryptXmlGetTransforms","features":[393]},{"name":"CryptXmlImportPublicKey","features":[393]},{"name":"CryptXmlOpenToDecode","features":[393]},{"name":"CryptXmlOpenToEncode","features":[393]},{"name":"CryptXmlSetHMACSecret","features":[393]},{"name":"CryptXmlSign","features":[393]},{"name":"CryptXmlVerifySignature","features":[393]},{"name":"DSAFIPSVERSION_ENUM","features":[393]},{"name":"DSA_FIPS186_2","features":[393]},{"name":"DSA_FIPS186_3","features":[393]},{"name":"DSA_HASH_ALGORITHM_SHA1","features":[393]},{"name":"DSA_HASH_ALGORITHM_SHA256","features":[393]},{"name":"DSA_HASH_ALGORITHM_SHA512","features":[393]},{"name":"DSSSEED","features":[393]},{"name":"DTLS1_0_PROTOCOL_VERSION","features":[393]},{"name":"DTLS1_2_PROTOCOL_VERSION","features":[393]},{"name":"Decrypt","features":[307,393]},{"name":"DigitalSignaturePin","features":[393]},{"name":"Direction","features":[393]},{"name":"DirectionDecrypt","features":[393]},{"name":"DirectionEncrypt","features":[393]},{"name":"ECC_CMS_SHARED_INFO","features":[393]},{"name":"ECC_CURVE_ALG_ID_ENUM","features":[393]},{"name":"ECC_CURVE_TYPE_ENUM","features":[393]},{"name":"ENDPOINTADDRESS","features":[393]},{"name":"ENDPOINTADDRESS2","features":[393]},{"name":"ENUM_CEPSETUPPROP_AUTHENTICATION","features":[393]},{"name":"ENUM_CEPSETUPPROP_CAINFORMATION","features":[393]},{"name":"ENUM_CEPSETUPPROP_CHALLENGEURL","features":[393]},{"name":"ENUM_CEPSETUPPROP_EXCHANGEKEYINFORMATION","features":[393]},{"name":"ENUM_CEPSETUPPROP_KEYBASED_RENEWAL","features":[393]},{"name":"ENUM_CEPSETUPPROP_MSCEPURL","features":[393]},{"name":"ENUM_CEPSETUPPROP_RANAME_CITY","features":[393]},{"name":"ENUM_CEPSETUPPROP_RANAME_CN","features":[393]},{"name":"ENUM_CEPSETUPPROP_RANAME_COMPANY","features":[393]},{"name":"ENUM_CEPSETUPPROP_RANAME_COUNTRY","features":[393]},{"name":"ENUM_CEPSETUPPROP_RANAME_DEPT","features":[393]},{"name":"ENUM_CEPSETUPPROP_RANAME_EMAIL","features":[393]},{"name":"ENUM_CEPSETUPPROP_RANAME_STATE","features":[393]},{"name":"ENUM_CEPSETUPPROP_SIGNINGKEYINFORMATION","features":[393]},{"name":"ENUM_CEPSETUPPROP_SSLCERTHASH","features":[393]},{"name":"ENUM_CEPSETUPPROP_URL","features":[393]},{"name":"ENUM_CEPSETUPPROP_USECHALLENGE","features":[393]},{"name":"ENUM_CEPSETUPPROP_USELOCALSYSTEM","features":[393]},{"name":"ENUM_CESSETUPPROP_ALLOW_KEYBASED_RENEWAL","features":[393]},{"name":"ENUM_CESSETUPPROP_AUTHENTICATION","features":[393]},{"name":"ENUM_CESSETUPPROP_CACONFIG","features":[393]},{"name":"ENUM_CESSETUPPROP_RENEWALONLY","features":[393]},{"name":"ENUM_CESSETUPPROP_SSLCERTHASH","features":[393]},{"name":"ENUM_CESSETUPPROP_URL","features":[393]},{"name":"ENUM_CESSETUPPROP_USE_IISAPPPOOLIDENTITY","features":[393]},{"name":"ENUM_SETUPPROP_CADSSUFFIX","features":[393]},{"name":"ENUM_SETUPPROP_CAKEYINFORMATION","features":[393]},{"name":"ENUM_SETUPPROP_CANAME","features":[393]},{"name":"ENUM_SETUPPROP_CATYPE","features":[393]},{"name":"ENUM_SETUPPROP_DATABASEDIRECTORY","features":[393]},{"name":"ENUM_SETUPPROP_EXPIRATIONDATE","features":[393]},{"name":"ENUM_SETUPPROP_INTERACTIVE","features":[393]},{"name":"ENUM_SETUPPROP_INVALID","features":[393]},{"name":"ENUM_SETUPPROP_LOGDIRECTORY","features":[393]},{"name":"ENUM_SETUPPROP_PARENTCAMACHINE","features":[393]},{"name":"ENUM_SETUPPROP_PARENTCANAME","features":[393]},{"name":"ENUM_SETUPPROP_PRESERVEDATABASE","features":[393]},{"name":"ENUM_SETUPPROP_REQUESTFILE","features":[393]},{"name":"ENUM_SETUPPROP_SHAREDFOLDER","features":[393]},{"name":"ENUM_SETUPPROP_VALIDITYPERIOD","features":[393]},{"name":"ENUM_SETUPPROP_VALIDITYPERIODUNIT","features":[393]},{"name":"ENUM_SETUPPROP_WEBCAMACHINE","features":[393]},{"name":"ENUM_SETUPPROP_WEBCANAME","features":[393]},{"name":"EV_EXTRA_CERT_CHAIN_POLICY_PARA","features":[393]},{"name":"EV_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[393]},{"name":"EXPORT_PRIVATE_KEYS","features":[393]},{"name":"EXPO_OFFLOAD_FUNC_NAME","features":[393]},{"name":"EXPO_OFFLOAD_REG_VALUE","features":[393]},{"name":"E_ICARD_ARGUMENT","features":[393]},{"name":"E_ICARD_COMMUNICATION","features":[393]},{"name":"E_ICARD_DATA_ACCESS","features":[393]},{"name":"E_ICARD_EXPORT","features":[393]},{"name":"E_ICARD_FAIL","features":[393]},{"name":"E_ICARD_FAILED_REQUIRED_CLAIMS","features":[393]},{"name":"E_ICARD_IDENTITY","features":[393]},{"name":"E_ICARD_IMPORT","features":[393]},{"name":"E_ICARD_INFORMATIONCARD","features":[393]},{"name":"E_ICARD_INVALID_PROOF_KEY","features":[393]},{"name":"E_ICARD_LOGOVALIDATION","features":[393]},{"name":"E_ICARD_MISSING_APPLIESTO","features":[393]},{"name":"E_ICARD_PASSWORDVALIDATION","features":[393]},{"name":"E_ICARD_POLICY","features":[393]},{"name":"E_ICARD_PROCESSDIED","features":[393]},{"name":"E_ICARD_REFRESH_REQUIRED","features":[393]},{"name":"E_ICARD_REQUEST","features":[393]},{"name":"E_ICARD_SERVICE","features":[393]},{"name":"E_ICARD_SERVICEBUSY","features":[393]},{"name":"E_ICARD_SHUTTINGDOWN","features":[393]},{"name":"E_ICARD_STOREKEY","features":[393]},{"name":"E_ICARD_STORE_IMPORT","features":[393]},{"name":"E_ICARD_TOKENCREATION","features":[393]},{"name":"E_ICARD_TRUSTEXCHANGE","features":[393]},{"name":"E_ICARD_UI_INITIALIZATION","features":[393]},{"name":"E_ICARD_UNKNOWN_REFERENCE","features":[393]},{"name":"E_ICARD_UNTRUSTED","features":[393]},{"name":"E_ICARD_USERCANCELLED","features":[393]},{"name":"EmptyPinType","features":[393]},{"name":"Encrypt","features":[307,393]},{"name":"EncryptionPin","features":[393]},{"name":"EveryoneReadAdminWriteAc","features":[393]},{"name":"EveryoneReadUserWriteAc","features":[393]},{"name":"ExternalPinType","features":[393]},{"name":"FindCertsByIssuer","features":[393]},{"name":"FreeToken","features":[307,393]},{"name":"GENERIC_XML_TOKEN","features":[307,393]},{"name":"GenerateDerivedKey","features":[393]},{"name":"GetAsymmetricEncryptionInterfaceFn","features":[307,393]},{"name":"GetBrowserToken","features":[393]},{"name":"GetCipherInterfaceFn","features":[307,393]},{"name":"GetCryptoTransform","features":[393]},{"name":"GetHashInterfaceFn","features":[307,393]},{"name":"GetKeyDerivationInterfaceFn","features":[307,393]},{"name":"GetKeyStorageInterface","features":[307,393]},{"name":"GetKeyStorageInterfaceFn","features":[307,393]},{"name":"GetKeyedHash","features":[393]},{"name":"GetRngInterfaceFn","features":[307,393]},{"name":"GetSChannelInterface","features":[307,393]},{"name":"GetSChannelInterfaceFn","features":[307,393]},{"name":"GetSecretAgreementInterfaceFn","features":[307,393]},{"name":"GetSignatureInterfaceFn","features":[307,393]},{"name":"GetToken","features":[307,393]},{"name":"HASHALGORITHM_ENUM","features":[393]},{"name":"HCERTCHAINENGINE","features":[393]},{"name":"HCERTSTORE","features":[393]},{"name":"HCERTSTOREPROV","features":[393]},{"name":"HCRYPTASYNC","features":[393]},{"name":"HCRYPTPROV_LEGACY","features":[393]},{"name":"HCRYPTPROV_OR_NCRYPT_KEY_HANDLE","features":[393]},{"name":"HMAC_INFO","features":[393]},{"name":"HP_ALGID","features":[393]},{"name":"HP_HASHSIZE","features":[393]},{"name":"HP_HASHVAL","features":[393]},{"name":"HP_HMAC_INFO","features":[393]},{"name":"HP_TLS1PRF_LABEL","features":[393]},{"name":"HP_TLS1PRF_SEED","features":[393]},{"name":"HTTPSPOLICY_CALLBACK_DATA_AUTH_TYPE","features":[393]},{"name":"HTTPSPolicyCallbackData","features":[393]},{"name":"HandleType","features":[393]},{"name":"HashCore","features":[393]},{"name":"HashFinal","features":[393]},{"name":"ICertSrvSetup","features":[393,358]},{"name":"ICertSrvSetupKeyInformation","features":[393,358]},{"name":"ICertSrvSetupKeyInformationCollection","features":[393,358]},{"name":"ICertificateEnrollmentPolicyServerSetup","features":[393,358]},{"name":"ICertificateEnrollmentServerSetup","features":[393,358]},{"name":"IFX_RSA_KEYGEN_VUL_AFFECTED_LEVEL_1","features":[393]},{"name":"IFX_RSA_KEYGEN_VUL_AFFECTED_LEVEL_2","features":[393]},{"name":"IFX_RSA_KEYGEN_VUL_NOT_AFFECTED","features":[393]},{"name":"IMSCEPSetup","features":[393,358]},{"name":"INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS","features":[393]},{"name":"INFORMATIONCARD_CRYPTO_HANDLE","features":[393]},{"name":"INFORMATIONCARD_HASH_CRYPTO_PARAMETERS","features":[307,393]},{"name":"INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS","features":[393]},{"name":"INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS","features":[307,393]},{"name":"INTERNATIONAL_USAGE","features":[393]},{"name":"ImportInformationCard","features":[393]},{"name":"InFileSignatureResource","features":[393]},{"name":"InvalidAc","features":[393]},{"name":"InvalidDirAc","features":[393]},{"name":"KDF_ALGORITHMID","features":[393]},{"name":"KDF_CONTEXT","features":[393]},{"name":"KDF_GENERIC_PARAMETER","features":[393]},{"name":"KDF_HASH_ALGORITHM","features":[393]},{"name":"KDF_HKDF_INFO","features":[393]},{"name":"KDF_HKDF_SALT","features":[393]},{"name":"KDF_HMAC_KEY","features":[393]},{"name":"KDF_ITERATION_COUNT","features":[393]},{"name":"KDF_KEYBITLENGTH","features":[393]},{"name":"KDF_LABEL","features":[393]},{"name":"KDF_PARTYUINFO","features":[393]},{"name":"KDF_PARTYVINFO","features":[393]},{"name":"KDF_SALT","features":[393]},{"name":"KDF_SECRET_APPEND","features":[393]},{"name":"KDF_SECRET_HANDLE","features":[393]},{"name":"KDF_SECRET_PREPEND","features":[393]},{"name":"KDF_SUPPPRIVINFO","features":[393]},{"name":"KDF_SUPPPUBINFO","features":[393]},{"name":"KDF_TLS_PRF_LABEL","features":[393]},{"name":"KDF_TLS_PRF_PROTOCOL","features":[393]},{"name":"KDF_TLS_PRF_SEED","features":[393]},{"name":"KDF_USE_SECRET_AS_HMAC_KEY_FLAG","features":[393]},{"name":"KEYSTATEBLOB","features":[393]},{"name":"KEY_LENGTH_MASK","features":[393]},{"name":"KEY_TYPE_SUBTYPE","features":[393]},{"name":"KP_ADMIN_PIN","features":[393]},{"name":"KP_ALGID","features":[393]},{"name":"KP_BLOCKLEN","features":[393]},{"name":"KP_CERTIFICATE","features":[393]},{"name":"KP_CLEAR_KEY","features":[393]},{"name":"KP_CLIENT_RANDOM","features":[393]},{"name":"KP_CMS_DH_KEY_INFO","features":[393]},{"name":"KP_CMS_KEY_INFO","features":[393]},{"name":"KP_EFFECTIVE_KEYLEN","features":[393]},{"name":"KP_G","features":[393]},{"name":"KP_GET_USE_COUNT","features":[393]},{"name":"KP_HIGHEST_VERSION","features":[393]},{"name":"KP_INFO","features":[393]},{"name":"KP_IV","features":[393]},{"name":"KP_KEYEXCHANGE_PIN","features":[393]},{"name":"KP_KEYLEN","features":[393]},{"name":"KP_KEYVAL","features":[393]},{"name":"KP_MODE","features":[393]},{"name":"KP_MODE_BITS","features":[393]},{"name":"KP_OAEP_PARAMS","features":[393]},{"name":"KP_P","features":[393]},{"name":"KP_PADDING","features":[393]},{"name":"KP_PERMISSIONS","features":[393]},{"name":"KP_PIN_ID","features":[393]},{"name":"KP_PIN_INFO","features":[393]},{"name":"KP_PRECOMP_MD5","features":[393]},{"name":"KP_PRECOMP_SHA","features":[393]},{"name":"KP_PREHASH","features":[393]},{"name":"KP_PUB_EX_LEN","features":[393]},{"name":"KP_PUB_EX_VAL","features":[393]},{"name":"KP_PUB_PARAMS","features":[393]},{"name":"KP_Q","features":[393]},{"name":"KP_RA","features":[393]},{"name":"KP_RB","features":[393]},{"name":"KP_ROUNDS","features":[393]},{"name":"KP_RP","features":[393]},{"name":"KP_SALT","features":[393]},{"name":"KP_SALT_EX","features":[393]},{"name":"KP_SCHANNEL_ALG","features":[393]},{"name":"KP_SERVER_RANDOM","features":[393]},{"name":"KP_SIGNATURE_PIN","features":[393]},{"name":"KP_VERIFY_PARAMS","features":[393]},{"name":"KP_X","features":[393]},{"name":"KP_Y","features":[393]},{"name":"KeyTypeHardware","features":[393]},{"name":"KeyTypeOther","features":[393]},{"name":"KeyTypePassport","features":[393]},{"name":"KeyTypePassportRemote","features":[393]},{"name":"KeyTypePassportSmartCard","features":[393]},{"name":"KeyTypePhysicalSmartCard","features":[393]},{"name":"KeyTypeSelfSigned","features":[393]},{"name":"KeyTypeSoftware","features":[393]},{"name":"KeyTypeVirtualSmartCard","features":[393]},{"name":"LEGACY_DH_PRIVATE_BLOB","features":[393]},{"name":"LEGACY_DH_PUBLIC_BLOB","features":[393]},{"name":"LEGACY_DSA_PRIVATE_BLOB","features":[393]},{"name":"LEGACY_DSA_PUBLIC_BLOB","features":[393]},{"name":"LEGACY_DSA_V2_PRIVATE_BLOB","features":[393]},{"name":"LEGACY_DSA_V2_PUBLIC_BLOB","features":[393]},{"name":"LEGACY_RSAPRIVATE_BLOB","features":[393]},{"name":"LEGACY_RSAPUBLIC_BLOB","features":[393]},{"name":"MAXUIDLEN","features":[393]},{"name":"MAX_CONTAINER_NAME_LEN","features":[393]},{"name":"MAX_PINS","features":[393]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_CHECK_APPLICATION_ROOT_FLAG","features":[393]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_DISABLE_FLIGHT_ROOT_FLAG","features":[393]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_ENABLE_TEST_ROOT_FLAG","features":[393]},{"name":"MSCEPSetupProperty","features":[393]},{"name":"MSCRYPT_ECC_MAX_CURVE_NAME_LENGTH","features":[393]},{"name":"MSCRYPT_ECC_MAX_OID_LENGTH","features":[393]},{"name":"MS_DEF_DH_SCHANNEL_PROV","features":[393]},{"name":"MS_DEF_DH_SCHANNEL_PROV_A","features":[393]},{"name":"MS_DEF_DH_SCHANNEL_PROV_W","features":[393]},{"name":"MS_DEF_DSS_DH_PROV","features":[393]},{"name":"MS_DEF_DSS_DH_PROV_A","features":[393]},{"name":"MS_DEF_DSS_DH_PROV_W","features":[393]},{"name":"MS_DEF_DSS_PROV","features":[393]},{"name":"MS_DEF_DSS_PROV_A","features":[393]},{"name":"MS_DEF_DSS_PROV_W","features":[393]},{"name":"MS_DEF_PROV","features":[393]},{"name":"MS_DEF_PROV_A","features":[393]},{"name":"MS_DEF_PROV_W","features":[393]},{"name":"MS_DEF_RSA_SCHANNEL_PROV","features":[393]},{"name":"MS_DEF_RSA_SCHANNEL_PROV_A","features":[393]},{"name":"MS_DEF_RSA_SCHANNEL_PROV_W","features":[393]},{"name":"MS_DEF_RSA_SIG_PROV","features":[393]},{"name":"MS_DEF_RSA_SIG_PROV_A","features":[393]},{"name":"MS_DEF_RSA_SIG_PROV_W","features":[393]},{"name":"MS_ENHANCED_PROV","features":[393]},{"name":"MS_ENHANCED_PROV_A","features":[393]},{"name":"MS_ENHANCED_PROV_W","features":[393]},{"name":"MS_ENH_DSS_DH_PROV","features":[393]},{"name":"MS_ENH_DSS_DH_PROV_A","features":[393]},{"name":"MS_ENH_DSS_DH_PROV_W","features":[393]},{"name":"MS_ENH_RSA_AES_PROV","features":[393]},{"name":"MS_ENH_RSA_AES_PROV_A","features":[393]},{"name":"MS_ENH_RSA_AES_PROV_W","features":[393]},{"name":"MS_ENH_RSA_AES_PROV_XP","features":[393]},{"name":"MS_ENH_RSA_AES_PROV_XP_A","features":[393]},{"name":"MS_ENH_RSA_AES_PROV_XP_W","features":[393]},{"name":"MS_KEY_PROTECTION_PROVIDER","features":[393]},{"name":"MS_KEY_STORAGE_PROVIDER","features":[393]},{"name":"MS_NGC_KEY_STORAGE_PROVIDER","features":[393]},{"name":"MS_PLATFORM_CRYPTO_PROVIDER","features":[393]},{"name":"MS_PLATFORM_KEY_STORAGE_PROVIDER","features":[393]},{"name":"MS_PRIMITIVE_PROVIDER","features":[393]},{"name":"MS_SCARD_PROV","features":[393]},{"name":"MS_SCARD_PROV_A","features":[393]},{"name":"MS_SCARD_PROV_W","features":[393]},{"name":"MS_SCHANNEL_PROVIDER","features":[393]},{"name":"MS_SMART_CARD_KEY_STORAGE_PROVIDER","features":[393]},{"name":"MS_STRONG_PROV","features":[393]},{"name":"MS_STRONG_PROV_A","features":[393]},{"name":"MS_STRONG_PROV_W","features":[393]},{"name":"ManageCardSpace","features":[393]},{"name":"NCRYPTBUFFER_ATTESTATIONSTATEMENT_BLOB","features":[393]},{"name":"NCRYPTBUFFER_ATTESTATION_CLAIM_CHALLENGE_REQUIRED","features":[393]},{"name":"NCRYPTBUFFER_ATTESTATION_CLAIM_TYPE","features":[393]},{"name":"NCRYPTBUFFER_CERT_BLOB","features":[393]},{"name":"NCRYPTBUFFER_CLAIM_IDBINDING_NONCE","features":[393]},{"name":"NCRYPTBUFFER_CLAIM_KEYATTESTATION_NONCE","features":[393]},{"name":"NCRYPTBUFFER_DATA","features":[393]},{"name":"NCRYPTBUFFER_ECC_CURVE_NAME","features":[393]},{"name":"NCRYPTBUFFER_ECC_PARAMETERS","features":[393]},{"name":"NCRYPTBUFFER_EMPTY","features":[393]},{"name":"NCRYPTBUFFER_KEY_PROPERTY_FLAGS","features":[393]},{"name":"NCRYPTBUFFER_PKCS_ALG_ID","features":[393]},{"name":"NCRYPTBUFFER_PKCS_ALG_OID","features":[393]},{"name":"NCRYPTBUFFER_PKCS_ALG_PARAM","features":[393]},{"name":"NCRYPTBUFFER_PKCS_ATTRS","features":[393]},{"name":"NCRYPTBUFFER_PKCS_KEY_NAME","features":[393]},{"name":"NCRYPTBUFFER_PKCS_OID","features":[393]},{"name":"NCRYPTBUFFER_PKCS_SECRET","features":[393]},{"name":"NCRYPTBUFFER_PROTECTION_DESCRIPTOR_STRING","features":[393]},{"name":"NCRYPTBUFFER_PROTECTION_FLAGS","features":[393]},{"name":"NCRYPTBUFFER_SSL_CLEAR_KEY","features":[393]},{"name":"NCRYPTBUFFER_SSL_CLIENT_RANDOM","features":[393]},{"name":"NCRYPTBUFFER_SSL_HIGHEST_VERSION","features":[393]},{"name":"NCRYPTBUFFER_SSL_KEY_ARG_DATA","features":[393]},{"name":"NCRYPTBUFFER_SSL_SERVER_RANDOM","features":[393]},{"name":"NCRYPTBUFFER_SSL_SESSION_HASH","features":[393]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_NONCE","features":[393]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_PCR_MASK","features":[393]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_STATIC_CREATE","features":[393]},{"name":"NCRYPTBUFFER_TPM_SEAL_NO_DA_PROTECTION","features":[393]},{"name":"NCRYPTBUFFER_TPM_SEAL_PASSWORD","features":[393]},{"name":"NCRYPTBUFFER_TPM_SEAL_POLICYINFO","features":[393]},{"name":"NCRYPTBUFFER_TPM_SEAL_TICKET","features":[393]},{"name":"NCRYPTBUFFER_VERSION","features":[393]},{"name":"NCRYPTBUFFER_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS","features":[393]},{"name":"NCRYPT_3DES_112_ALGORITHM","features":[393]},{"name":"NCRYPT_3DES_ALGORITHM","features":[393]},{"name":"NCRYPT_AES_ALGORITHM","features":[393]},{"name":"NCRYPT_AES_ALGORITHM_GROUP","features":[393]},{"name":"NCRYPT_ALGORITHM_GROUP_PROPERTY","features":[393]},{"name":"NCRYPT_ALGORITHM_NAME_CLASS","features":[393]},{"name":"NCRYPT_ALGORITHM_PROPERTY","features":[393]},{"name":"NCRYPT_ALLOC_PARA","features":[393]},{"name":"NCRYPT_ALLOW_ALL_USAGES","features":[393]},{"name":"NCRYPT_ALLOW_ARCHIVING_FLAG","features":[393]},{"name":"NCRYPT_ALLOW_DECRYPT_FLAG","features":[393]},{"name":"NCRYPT_ALLOW_EXPORT_FLAG","features":[393]},{"name":"NCRYPT_ALLOW_KEY_AGREEMENT_FLAG","features":[393]},{"name":"NCRYPT_ALLOW_KEY_IMPORT_FLAG","features":[393]},{"name":"NCRYPT_ALLOW_PLAINTEXT_ARCHIVING_FLAG","features":[393]},{"name":"NCRYPT_ALLOW_PLAINTEXT_EXPORT_FLAG","features":[393]},{"name":"NCRYPT_ALLOW_SIGNING_FLAG","features":[393]},{"name":"NCRYPT_ALLOW_SILENT_KEY_ACCESS","features":[393]},{"name":"NCRYPT_ALTERNATE_KEY_STORAGE_LOCATION_PROPERTY","features":[393]},{"name":"NCRYPT_ASSOCIATED_ECDH_KEY","features":[393]},{"name":"NCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[393]},{"name":"NCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[393]},{"name":"NCRYPT_ATTESTATION_FLAG","features":[393]},{"name":"NCRYPT_AUTHORITY_KEY_FLAG","features":[393]},{"name":"NCRYPT_AUTH_TAG_LENGTH","features":[393]},{"name":"NCRYPT_BLOCK_LENGTH_PROPERTY","features":[393]},{"name":"NCRYPT_CAPI_KDF_ALGORITHM","features":[393]},{"name":"NCRYPT_CERTIFICATE_PROPERTY","features":[393]},{"name":"NCRYPT_CHAINING_MODE_PROPERTY","features":[393]},{"name":"NCRYPT_CHANGEPASSWORD_PROPERTY","features":[393]},{"name":"NCRYPT_CIPHER_BLOCK_PADDING_FLAG","features":[393]},{"name":"NCRYPT_CIPHER_KEY_BLOB","features":[393]},{"name":"NCRYPT_CIPHER_KEY_BLOB_MAGIC","features":[393]},{"name":"NCRYPT_CIPHER_NO_PADDING_FLAG","features":[393]},{"name":"NCRYPT_CIPHER_OPERATION","features":[393]},{"name":"NCRYPT_CIPHER_OTHER_PADDING_FLAG","features":[393]},{"name":"NCRYPT_CIPHER_PADDING_INFO","features":[393]},{"name":"NCRYPT_CLAIM_AUTHORITY_AND_SUBJECT","features":[393]},{"name":"NCRYPT_CLAIM_AUTHORITY_ONLY","features":[393]},{"name":"NCRYPT_CLAIM_PLATFORM","features":[393]},{"name":"NCRYPT_CLAIM_SUBJECT_ONLY","features":[393]},{"name":"NCRYPT_CLAIM_UNKNOWN","features":[393]},{"name":"NCRYPT_CLAIM_VSM_KEY_ATTESTATION_STATEMENT","features":[393]},{"name":"NCRYPT_CLAIM_WEB_AUTH_SUBJECT_ONLY","features":[393]},{"name":"NCRYPT_DESCR_DELIMITER_AND","features":[393]},{"name":"NCRYPT_DESCR_DELIMITER_OR","features":[393]},{"name":"NCRYPT_DESCR_EQUAL","features":[393]},{"name":"NCRYPT_DESX_ALGORITHM","features":[393]},{"name":"NCRYPT_DES_ALGORITHM","features":[393]},{"name":"NCRYPT_DES_ALGORITHM_GROUP","features":[393]},{"name":"NCRYPT_DH_ALGORITHM","features":[393]},{"name":"NCRYPT_DH_ALGORITHM_GROUP","features":[393]},{"name":"NCRYPT_DH_PARAMETERS_PROPERTY","features":[393]},{"name":"NCRYPT_DISMISS_UI_TIMEOUT_SEC_PROPERTY","features":[393]},{"name":"NCRYPT_DO_NOT_FINALIZE_FLAG","features":[393]},{"name":"NCRYPT_DSA_ALGORITHM","features":[393]},{"name":"NCRYPT_DSA_ALGORITHM_GROUP","features":[393]},{"name":"NCRYPT_ECC_CURVE_NAME_LIST_PROPERTY","features":[393]},{"name":"NCRYPT_ECC_CURVE_NAME_PROPERTY","features":[393]},{"name":"NCRYPT_ECC_PARAMETERS_PROPERTY","features":[393]},{"name":"NCRYPT_ECDH_ALGORITHM","features":[393]},{"name":"NCRYPT_ECDH_ALGORITHM_GROUP","features":[393]},{"name":"NCRYPT_ECDH_P256_ALGORITHM","features":[393]},{"name":"NCRYPT_ECDH_P384_ALGORITHM","features":[393]},{"name":"NCRYPT_ECDH_P521_ALGORITHM","features":[393]},{"name":"NCRYPT_ECDSA_ALGORITHM","features":[393]},{"name":"NCRYPT_ECDSA_ALGORITHM_GROUP","features":[393]},{"name":"NCRYPT_ECDSA_P256_ALGORITHM","features":[393]},{"name":"NCRYPT_ECDSA_P384_ALGORITHM","features":[393]},{"name":"NCRYPT_ECDSA_P521_ALGORITHM","features":[393]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE","features":[393]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER","features":[393]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER_CURRENT_VERSION","features":[393]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER_V0","features":[393]},{"name":"NCRYPT_EXPORT_LEGACY_FLAG","features":[393]},{"name":"NCRYPT_EXPORT_POLICY_PROPERTY","features":[393]},{"name":"NCRYPT_EXTENDED_ERRORS_FLAG","features":[393]},{"name":"NCRYPT_FLAGS","features":[393]},{"name":"NCRYPT_HANDLE","features":[393]},{"name":"NCRYPT_HASH_HANDLE","features":[393]},{"name":"NCRYPT_HASH_OPERATION","features":[393]},{"name":"NCRYPT_HMAC_SHA256_ALGORITHM","features":[393]},{"name":"NCRYPT_IGNORE_DEVICE_STATE_FLAG","features":[393]},{"name":"NCRYPT_IMPL_HARDWARE_FLAG","features":[393]},{"name":"NCRYPT_IMPL_HARDWARE_RNG_FLAG","features":[393]},{"name":"NCRYPT_IMPL_REMOVABLE_FLAG","features":[393]},{"name":"NCRYPT_IMPL_SOFTWARE_FLAG","features":[393]},{"name":"NCRYPT_IMPL_TYPE_PROPERTY","features":[393]},{"name":"NCRYPT_IMPL_VIRTUAL_ISOLATION_FLAG","features":[393]},{"name":"NCRYPT_INITIALIZATION_VECTOR","features":[393]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES","features":[393]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES_CURRENT_VERSION","features":[393]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES_V0","features":[393]},{"name":"NCRYPT_ISOLATED_KEY_ENVELOPE_BLOB","features":[393]},{"name":"NCRYPT_ISOLATED_KEY_FLAG_CREATED_IN_ISOLATION","features":[393]},{"name":"NCRYPT_ISOLATED_KEY_FLAG_IMPORT_ONLY","features":[393]},{"name":"NCRYPT_KDF_KEY_BLOB","features":[393]},{"name":"NCRYPT_KDF_KEY_BLOB_MAGIC","features":[393]},{"name":"NCRYPT_KDF_SECRET_VALUE","features":[393]},{"name":"NCRYPT_KEY_ACCESS_POLICY_BLOB","features":[393]},{"name":"NCRYPT_KEY_ACCESS_POLICY_PROPERTY","features":[393]},{"name":"NCRYPT_KEY_ACCESS_POLICY_VERSION","features":[393]},{"name":"NCRYPT_KEY_ATTEST_MAGIC","features":[393]},{"name":"NCRYPT_KEY_ATTEST_PADDING_INFO","features":[393]},{"name":"NCRYPT_KEY_BLOB_HEADER","features":[393]},{"name":"NCRYPT_KEY_DERIVATION_GROUP","features":[393]},{"name":"NCRYPT_KEY_DERIVATION_INTERFACE","features":[393]},{"name":"NCRYPT_KEY_DERIVATION_OPERATION","features":[393]},{"name":"NCRYPT_KEY_HANDLE","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_CERTIFICATE","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_LOCAL","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_LOCKEDCREDENTIALS","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_SDDL","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_SID","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_WEBCREDENTIALS","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_CERT_CERTBLOB","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_CERT_HASHID","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_INTERFACE","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_LOGON","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_MACHINE","features":[393]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_USER","features":[393]},{"name":"NCRYPT_KEY_STORAGE_ALGORITHM","features":[393]},{"name":"NCRYPT_KEY_STORAGE_FUNCTION_TABLE","features":[307,393]},{"name":"NCRYPT_KEY_STORAGE_INTERFACE","features":[393]},{"name":"NCRYPT_KEY_TYPE_PROPERTY","features":[393]},{"name":"NCRYPT_KEY_USAGE_PROPERTY","features":[393]},{"name":"NCRYPT_LAST_MODIFIED_PROPERTY","features":[393]},{"name":"NCRYPT_LENGTHS_PROPERTY","features":[393]},{"name":"NCRYPT_LENGTH_PROPERTY","features":[393]},{"name":"NCRYPT_MACHINE_KEY_FLAG","features":[393]},{"name":"NCRYPT_MAX_ALG_ID_LENGTH","features":[393]},{"name":"NCRYPT_MAX_KEY_NAME_LENGTH","features":[393]},{"name":"NCRYPT_MAX_NAME_LENGTH_PROPERTY","features":[393]},{"name":"NCRYPT_MAX_PROPERTY_DATA","features":[393]},{"name":"NCRYPT_MAX_PROPERTY_NAME","features":[393]},{"name":"NCRYPT_MD2_ALGORITHM","features":[393]},{"name":"NCRYPT_MD4_ALGORITHM","features":[393]},{"name":"NCRYPT_MD5_ALGORITHM","features":[393]},{"name":"NCRYPT_NAMED_DESCRIPTOR_FLAG","features":[393]},{"name":"NCRYPT_NAME_PROPERTY","features":[393]},{"name":"NCRYPT_NO_CACHED_PASSWORD","features":[393]},{"name":"NCRYPT_NO_KEY_VALIDATION","features":[393]},{"name":"NCRYPT_NO_PADDING_FLAG","features":[393]},{"name":"NCRYPT_OPAQUETRANSPORT_BLOB","features":[393]},{"name":"NCRYPT_OPERATION","features":[393]},{"name":"NCRYPT_OVERWRITE_KEY_FLAG","features":[393]},{"name":"NCRYPT_PAD_CIPHER_FLAG","features":[393]},{"name":"NCRYPT_PAD_OAEP_FLAG","features":[393]},{"name":"NCRYPT_PAD_PKCS1_FLAG","features":[393]},{"name":"NCRYPT_PAD_PSS_FLAG","features":[393]},{"name":"NCRYPT_PBKDF2_ALGORITHM","features":[393]},{"name":"NCRYPT_PCP_ALTERNATE_KEY_STORAGE_LOCATION_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_CHANGEPASSWORD_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_ECC_EKCERT_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_ECC_EKNVCERT_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_ECC_EKPUB_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_EKCERT_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_EKNVCERT_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_EKPUB_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_ENCRYPTION_KEY","features":[393]},{"name":"NCRYPT_PCP_EXPORT_ALLOWED_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_HMACVERIFICATION_KEY","features":[393]},{"name":"NCRYPT_PCP_HMAC_AUTH_NONCE","features":[393]},{"name":"NCRYPT_PCP_HMAC_AUTH_POLICYINFO","features":[393]},{"name":"NCRYPT_PCP_HMAC_AUTH_POLICYREF","features":[393]},{"name":"NCRYPT_PCP_HMAC_AUTH_SIGNATURE","features":[393]},{"name":"NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO","features":[393]},{"name":"NCRYPT_PCP_HMAC_AUTH_TICKET","features":[393]},{"name":"NCRYPT_PCP_IDENTITY_KEY","features":[393]},{"name":"NCRYPT_PCP_INTERMEDIATE_CA_EKCERT_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_KEYATTESTATION_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_KEY_CREATIONHASH_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_KEY_CREATIONTICKET_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_KEY_USAGE_POLICY_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_MIGRATIONPASSWORD_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_NO_DA_PROTECTION_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PASSWORD_REQUIRED_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PCRTABLE_ALGORITHM_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PCRTABLE_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PLATFORMHANDLE_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRALGID_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRDIGESTLIST_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRDIGEST_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRMASK_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PLATFORM_TYPE_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PROVIDERHANDLE_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PROVIDER_VERSION_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_PSS_SALT_SIZE_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_RAW_POLICYDIGEST_INFO","features":[393]},{"name":"NCRYPT_PCP_RAW_POLICYDIGEST_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_RSA_EKCERT_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_RSA_EKNVCERT_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_RSA_EKPUB_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_RSA_SCHEME_HASH_ALG_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_RSA_SCHEME_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_SESSIONID_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_SIGNATURE_KEY","features":[393]},{"name":"NCRYPT_PCP_SRKPUB_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_STORAGEPARENT_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_STORAGE_KEY","features":[393]},{"name":"NCRYPT_PCP_SYMMETRIC_KEYBITS_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_TPM12_IDACTIVATION_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_TPM12_IDBINDING_DYNAMIC_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_TPM12_IDBINDING_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_TPM2BNAME_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_TPM_FW_VERSION_INFO","features":[393]},{"name":"NCRYPT_PCP_TPM_FW_VERSION_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_TPM_IFX_RSA_KEYGEN_PROHIBITED_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_TPM_IFX_RSA_KEYGEN_VULNERABILITY_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_TPM_MANUFACTURER_ID_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_TPM_VERSION_PROPERTY","features":[393]},{"name":"NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT","features":[393]},{"name":"NCRYPT_PCP_USAGEAUTH_PROPERTY","features":[393]},{"name":"NCRYPT_PERSIST_FLAG","features":[393]},{"name":"NCRYPT_PERSIST_ONLY_FLAG","features":[393]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_IMAGE_PROPERTY","features":[393]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_STATUS_PROPERTY","features":[393]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_TICKET_BYTE_LENGTH","features":[393]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_TICKET_PROPERTY","features":[393]},{"name":"NCRYPT_PIN_CACHE_CLEAR_FOR_CALLING_PROCESS_OPTION","features":[393]},{"name":"NCRYPT_PIN_CACHE_CLEAR_PROPERTY","features":[393]},{"name":"NCRYPT_PIN_CACHE_DISABLE_DPL_FLAG","features":[393]},{"name":"NCRYPT_PIN_CACHE_FLAGS_PROPERTY","features":[393]},{"name":"NCRYPT_PIN_CACHE_FREE_APPLICATION_TICKET_PROPERTY","features":[393]},{"name":"NCRYPT_PIN_CACHE_IS_GESTURE_REQUIRED_PROPERTY","features":[393]},{"name":"NCRYPT_PIN_CACHE_PIN_PROPERTY","features":[393]},{"name":"NCRYPT_PIN_CACHE_REQUIRE_GESTURE_FLAG","features":[393]},{"name":"NCRYPT_PIN_PROMPT_PROPERTY","features":[393]},{"name":"NCRYPT_PIN_PROPERTY","features":[393]},{"name":"NCRYPT_PKCS7_ENVELOPE_BLOB","features":[393]},{"name":"NCRYPT_PKCS8_PRIVATE_KEY_BLOB","features":[393]},{"name":"NCRYPT_PLATFORM_ATTEST_MAGIC","features":[393]},{"name":"NCRYPT_PLATFORM_ATTEST_PADDING_INFO","features":[393]},{"name":"NCRYPT_PREFER_VIRTUAL_ISOLATION_FLAG","features":[393]},{"name":"NCRYPT_PROTECTED_KEY_BLOB","features":[393]},{"name":"NCRYPT_PROTECTED_KEY_BLOB_MAGIC","features":[393]},{"name":"NCRYPT_PROTECTION_INFO_TYPE_DESCRIPTOR_STRING","features":[393]},{"name":"NCRYPT_PROTECT_STREAM_INFO","features":[307,393]},{"name":"NCRYPT_PROTECT_STREAM_INFO_EX","features":[307,393]},{"name":"NCRYPT_PROTECT_TO_LOCAL_SYSTEM","features":[393]},{"name":"NCRYPT_PROVIDER_HANDLE_PROPERTY","features":[393]},{"name":"NCRYPT_PROV_HANDLE","features":[393]},{"name":"NCRYPT_PUBLIC_LENGTH_PROPERTY","features":[393]},{"name":"NCRYPT_RC2_ALGORITHM","features":[393]},{"name":"NCRYPT_RC2_ALGORITHM_GROUP","features":[393]},{"name":"NCRYPT_READER_ICON_PROPERTY","features":[393]},{"name":"NCRYPT_READER_PROPERTY","features":[393]},{"name":"NCRYPT_REGISTER_NOTIFY_FLAG","features":[393]},{"name":"NCRYPT_REQUIRE_KDS_LRPC_BIND_FLAG","features":[393]},{"name":"NCRYPT_ROOT_CERTSTORE_PROPERTY","features":[393]},{"name":"NCRYPT_RSA_ALGORITHM","features":[393]},{"name":"NCRYPT_RSA_ALGORITHM_GROUP","features":[393]},{"name":"NCRYPT_RSA_SIGN_ALGORITHM","features":[393]},{"name":"NCRYPT_SCARD_NGC_KEY_NAME","features":[393]},{"name":"NCRYPT_SCARD_PIN_ID","features":[393]},{"name":"NCRYPT_SCARD_PIN_INFO","features":[393]},{"name":"NCRYPT_SCHANNEL_INTERFACE","features":[393]},{"name":"NCRYPT_SCHANNEL_SIGNATURE_INTERFACE","features":[393]},{"name":"NCRYPT_SEALING_FLAG","features":[393]},{"name":"NCRYPT_SECRET_AGREEMENT_INTERFACE","features":[393]},{"name":"NCRYPT_SECRET_AGREEMENT_OPERATION","features":[393]},{"name":"NCRYPT_SECRET_HANDLE","features":[393]},{"name":"NCRYPT_SECURE_PIN_PROPERTY","features":[393]},{"name":"NCRYPT_SECURITY_DESCR_PROPERTY","features":[393]},{"name":"NCRYPT_SECURITY_DESCR_SUPPORT_PROPERTY","features":[393]},{"name":"NCRYPT_SHA1_ALGORITHM","features":[393]},{"name":"NCRYPT_SHA256_ALGORITHM","features":[393]},{"name":"NCRYPT_SHA384_ALGORITHM","features":[393]},{"name":"NCRYPT_SHA512_ALGORITHM","features":[393]},{"name":"NCRYPT_SIGNATURE_INTERFACE","features":[393]},{"name":"NCRYPT_SIGNATURE_LENGTH_PROPERTY","features":[393]},{"name":"NCRYPT_SIGNATURE_OPERATION","features":[393]},{"name":"NCRYPT_SILENT_FLAG","features":[393]},{"name":"NCRYPT_SMARTCARD_GUID_PROPERTY","features":[393]},{"name":"NCRYPT_SP800108_CTR_HMAC_ALGORITHM","features":[393]},{"name":"NCRYPT_SP80056A_CONCAT_ALGORITHM","features":[393]},{"name":"NCRYPT_SSL_CIPHER_LENGTHS","features":[393]},{"name":"NCRYPT_SSL_CIPHER_LENGTHS_BLOCK_PADDING","features":[393]},{"name":"NCRYPT_SSL_CIPHER_SUITE","features":[393]},{"name":"NCRYPT_SSL_CIPHER_SUITE_EX","features":[393]},{"name":"NCRYPT_SSL_CIPHER_SUITE_EX_VERSION","features":[393]},{"name":"NCRYPT_SSL_CLIENT_FLAG","features":[393]},{"name":"NCRYPT_SSL_EAP_FAST_ID","features":[393]},{"name":"NCRYPT_SSL_EAP_ID","features":[393]},{"name":"NCRYPT_SSL_EAP_PRF_FIELD","features":[393]},{"name":"NCRYPT_SSL_EAP_TTLSV0_CHLNG_ID","features":[393]},{"name":"NCRYPT_SSL_EAP_TTLSV0_ID","features":[393]},{"name":"NCRYPT_SSL_ECC_CURVE","features":[393]},{"name":"NCRYPT_SSL_EXTERNAL_PSK_FLAG","features":[393]},{"name":"NCRYPT_SSL_FUNCTION_TABLE","features":[307,393]},{"name":"NCRYPT_SSL_MAX_NAME_SIZE","features":[393]},{"name":"NCRYPT_SSL_RESUMPTION_PSK_FLAG","features":[393]},{"name":"NCRYPT_SSL_SERVER_FLAG","features":[393]},{"name":"NCRYPT_SSL_SIGN_INCLUDE_HASHOID","features":[393]},{"name":"NCRYPT_SSL_SIGN_USE_PSS_PADDING","features":[393]},{"name":"NCRYPT_SUPPORTED_LENGTHS","features":[393]},{"name":"NCRYPT_TPM12_PROVIDER","features":[393]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB","features":[393]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB_HEADER","features":[393]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB_MAGIC","features":[393]},{"name":"NCRYPT_TPM_PAD_PSS_IGNORE_SALT","features":[393]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT","features":[393]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT_CURRENT_VERSION","features":[393]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT_V0","features":[393]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_HASHSIZE","features":[393]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_MAXIMUM","features":[393]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_UNKNOWN","features":[393]},{"name":"NCRYPT_TREAT_NIST_AS_GENERIC_ECC_FLAG","features":[393]},{"name":"NCRYPT_UI_APPCONTAINER_ACCESS_MEDIUM_FLAG","features":[393]},{"name":"NCRYPT_UI_FINGERPRINT_PROTECTION_FLAG","features":[393]},{"name":"NCRYPT_UI_FORCE_HIGH_PROTECTION_FLAG","features":[393]},{"name":"NCRYPT_UI_POLICY","features":[393]},{"name":"NCRYPT_UI_POLICY_BLOB","features":[393]},{"name":"NCRYPT_UI_POLICY_PROPERTY","features":[393]},{"name":"NCRYPT_UI_PROTECT_KEY_FLAG","features":[393]},{"name":"NCRYPT_UNIQUE_NAME_PROPERTY","features":[393]},{"name":"NCRYPT_UNPROTECT_NO_DECRYPT","features":[393]},{"name":"NCRYPT_UNREGISTER_NOTIFY_FLAG","features":[393]},{"name":"NCRYPT_USER_CERTSTORE_PROPERTY","features":[393]},{"name":"NCRYPT_USE_CONTEXT_PROPERTY","features":[393]},{"name":"NCRYPT_USE_COUNT_ENABLED_PROPERTY","features":[393]},{"name":"NCRYPT_USE_COUNT_PROPERTY","features":[393]},{"name":"NCRYPT_USE_PER_BOOT_KEY_FLAG","features":[393]},{"name":"NCRYPT_USE_PER_BOOT_KEY_PROPERTY","features":[393]},{"name":"NCRYPT_USE_VIRTUAL_ISOLATION_FLAG","features":[393]},{"name":"NCRYPT_USE_VIRTUAL_ISOLATION_PROPERTY","features":[393]},{"name":"NCRYPT_VERSION_PROPERTY","features":[393]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS","features":[393]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS_CURRENT_VERSION","features":[393]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS_V0","features":[393]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT","features":[393]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT_CURRENT_VERSION","features":[393]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT_V0","features":[393]},{"name":"NCRYPT_WINDOW_HANDLE_PROPERTY","features":[393]},{"name":"NCRYPT_WRITE_KEY_TO_LEGACY_STORE_FLAG","features":[393]},{"name":"NCryptAlgorithmName","features":[393]},{"name":"NCryptCloseProtectionDescriptor","features":[393]},{"name":"NCryptCreateClaim","features":[393]},{"name":"NCryptCreateClaimFn","features":[393]},{"name":"NCryptCreatePersistedKey","features":[393]},{"name":"NCryptCreatePersistedKeyFn","features":[393]},{"name":"NCryptCreateProtectionDescriptor","features":[393]},{"name":"NCryptDecrypt","features":[393]},{"name":"NCryptDecryptFn","features":[393]},{"name":"NCryptDeleteKey","features":[393]},{"name":"NCryptDeleteKeyFn","features":[393]},{"name":"NCryptDeriveKey","features":[393]},{"name":"NCryptDeriveKeyFn","features":[393]},{"name":"NCryptEncrypt","features":[393]},{"name":"NCryptEncryptFn","features":[393]},{"name":"NCryptEnumAlgorithms","features":[393]},{"name":"NCryptEnumAlgorithmsFn","features":[393]},{"name":"NCryptEnumKeys","features":[393]},{"name":"NCryptEnumKeysFn","features":[393]},{"name":"NCryptEnumStorageProviders","features":[393]},{"name":"NCryptEnumStorageProvidersFn","features":[393]},{"name":"NCryptExportKey","features":[393]},{"name":"NCryptExportKeyFn","features":[393]},{"name":"NCryptFinalizeKey","features":[393]},{"name":"NCryptFinalizeKeyFn","features":[393]},{"name":"NCryptFreeBuffer","features":[393]},{"name":"NCryptFreeBufferFn","features":[393]},{"name":"NCryptFreeKeyFn","features":[393]},{"name":"NCryptFreeObject","features":[393]},{"name":"NCryptFreeProviderFn","features":[393]},{"name":"NCryptFreeSecretFn","features":[393]},{"name":"NCryptGetKeyPropertyFn","features":[393]},{"name":"NCryptGetProperty","features":[393]},{"name":"NCryptGetProtectionDescriptorInfo","features":[393]},{"name":"NCryptGetProviderPropertyFn","features":[393]},{"name":"NCryptImportKey","features":[393]},{"name":"NCryptImportKeyFn","features":[393]},{"name":"NCryptIsAlgSupported","features":[393]},{"name":"NCryptIsAlgSupportedFn","features":[393]},{"name":"NCryptIsKeyHandle","features":[307,393]},{"name":"NCryptKeyDerivation","features":[393]},{"name":"NCryptKeyDerivationFn","features":[393]},{"name":"NCryptKeyName","features":[393]},{"name":"NCryptNotifyChangeKey","features":[307,393]},{"name":"NCryptNotifyChangeKeyFn","features":[307,393]},{"name":"NCryptOpenKey","features":[393]},{"name":"NCryptOpenKeyFn","features":[393]},{"name":"NCryptOpenStorageProvider","features":[393]},{"name":"NCryptOpenStorageProviderFn","features":[393]},{"name":"NCryptPromptUserFn","features":[393]},{"name":"NCryptProtectSecret","features":[307,393]},{"name":"NCryptProviderName","features":[393]},{"name":"NCryptQueryProtectionDescriptorName","features":[393]},{"name":"NCryptRegisterProtectionDescriptorName","features":[393]},{"name":"NCryptSecretAgreement","features":[393]},{"name":"NCryptSecretAgreementFn","features":[393]},{"name":"NCryptSetKeyPropertyFn","features":[393]},{"name":"NCryptSetProperty","features":[393]},{"name":"NCryptSetProviderPropertyFn","features":[393]},{"name":"NCryptSignHash","features":[393]},{"name":"NCryptSignHashFn","features":[393]},{"name":"NCryptStreamClose","features":[393]},{"name":"NCryptStreamOpenToProtect","features":[307,393]},{"name":"NCryptStreamOpenToUnprotect","features":[307,393]},{"name":"NCryptStreamOpenToUnprotectEx","features":[307,393]},{"name":"NCryptStreamUpdate","features":[307,393]},{"name":"NCryptTranslateHandle","features":[393]},{"name":"NCryptUnprotectSecret","features":[307,393]},{"name":"NCryptVerifyClaim","features":[393]},{"name":"NCryptVerifyClaimFn","features":[393]},{"name":"NCryptVerifySignature","features":[393]},{"name":"NCryptVerifySignatureFn","features":[393]},{"name":"NETSCAPE_SIGN_CA_CERT_TYPE","features":[393]},{"name":"NETSCAPE_SIGN_CERT_TYPE","features":[393]},{"name":"NETSCAPE_SMIME_CA_CERT_TYPE","features":[393]},{"name":"NETSCAPE_SMIME_CERT_TYPE","features":[393]},{"name":"NETSCAPE_SSL_CA_CERT_TYPE","features":[393]},{"name":"NETSCAPE_SSL_CLIENT_AUTH_CERT_TYPE","features":[393]},{"name":"NETSCAPE_SSL_SERVER_AUTH_CERT_TYPE","features":[393]},{"name":"NonRepudiationPin","features":[393]},{"name":"OCSP_BASIC_BY_KEY_RESPONDER_ID","features":[393]},{"name":"OCSP_BASIC_BY_NAME_RESPONDER_ID","features":[393]},{"name":"OCSP_BASIC_GOOD_CERT_STATUS","features":[393]},{"name":"OCSP_BASIC_RESPONSE","features":[393]},{"name":"OCSP_BASIC_RESPONSE_ENTRY","features":[307,393]},{"name":"OCSP_BASIC_RESPONSE_INFO","features":[307,393]},{"name":"OCSP_BASIC_RESPONSE_V1","features":[393]},{"name":"OCSP_BASIC_REVOKED_CERT_STATUS","features":[393]},{"name":"OCSP_BASIC_REVOKED_INFO","features":[307,393]},{"name":"OCSP_BASIC_SIGNED_RESPONSE","features":[393]},{"name":"OCSP_BASIC_SIGNED_RESPONSE_INFO","features":[393]},{"name":"OCSP_BASIC_UNKNOWN_CERT_STATUS","features":[393]},{"name":"OCSP_CERT_ID","features":[393]},{"name":"OCSP_INTERNAL_ERROR_RESPONSE","features":[393]},{"name":"OCSP_MALFORMED_REQUEST_RESPONSE","features":[393]},{"name":"OCSP_REQUEST","features":[393]},{"name":"OCSP_REQUEST_ENTRY","features":[307,393]},{"name":"OCSP_REQUEST_INFO","features":[307,393]},{"name":"OCSP_REQUEST_V1","features":[393]},{"name":"OCSP_RESPONSE","features":[393]},{"name":"OCSP_RESPONSE_INFO","features":[393]},{"name":"OCSP_SIGNATURE_INFO","features":[393]},{"name":"OCSP_SIGNED_REQUEST","features":[393]},{"name":"OCSP_SIGNED_REQUEST_INFO","features":[393]},{"name":"OCSP_SIG_REQUIRED_RESPONSE","features":[393]},{"name":"OCSP_SUCCESSFUL_RESPONSE","features":[393]},{"name":"OCSP_TRY_LATER_RESPONSE","features":[393]},{"name":"OCSP_UNAUTHORIZED_RESPONSE","features":[393]},{"name":"OFFLOAD_PRIVATE_KEY","features":[393]},{"name":"OPAQUEKEYBLOB","features":[393]},{"name":"PCRYPT_DECRYPT_PRIVATE_KEY_FUNC","features":[307,393]},{"name":"PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC","features":[307,393]},{"name":"PCRYPT_RESOLVE_HCRYPTPROV_FUNC","features":[307,393]},{"name":"PFNCryptStreamOutputCallback","features":[307,393]},{"name":"PFNCryptStreamOutputCallbackEx","features":[307,393]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN","features":[307,393]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_EX","features":[307,393]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_EX_WITHFILEHANDLE","features":[307,393]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_WITHFILEHANDLE","features":[307,393]},{"name":"PFN_CANCEL_ASYNC_RETRIEVAL_FUNC","features":[307,393]},{"name":"PFN_CARD_ACQUIRE_CONTEXT","features":[307,393]},{"name":"PFN_CARD_AUTHENTICATE_CHALLENGE","features":[307,393]},{"name":"PFN_CARD_AUTHENTICATE_EX","features":[307,393]},{"name":"PFN_CARD_AUTHENTICATE_PIN","features":[307,393]},{"name":"PFN_CARD_CHANGE_AUTHENTICATOR","features":[307,393]},{"name":"PFN_CARD_CHANGE_AUTHENTICATOR_EX","features":[307,393]},{"name":"PFN_CARD_CONSTRUCT_DH_AGREEMENT","features":[307,393]},{"name":"PFN_CARD_CREATE_CONTAINER","features":[307,393]},{"name":"PFN_CARD_CREATE_CONTAINER_EX","features":[307,393]},{"name":"PFN_CARD_CREATE_DIRECTORY","features":[307,393]},{"name":"PFN_CARD_CREATE_FILE","features":[307,393]},{"name":"PFN_CARD_DEAUTHENTICATE","features":[307,393]},{"name":"PFN_CARD_DEAUTHENTICATE_EX","features":[307,393]},{"name":"PFN_CARD_DELETE_CONTAINER","features":[307,393]},{"name":"PFN_CARD_DELETE_CONTEXT","features":[307,393]},{"name":"PFN_CARD_DELETE_DIRECTORY","features":[307,393]},{"name":"PFN_CARD_DELETE_FILE","features":[307,393]},{"name":"PFN_CARD_DERIVE_KEY","features":[307,393]},{"name":"PFN_CARD_DESTROY_DH_AGREEMENT","features":[307,393]},{"name":"PFN_CARD_DESTROY_KEY","features":[307,393]},{"name":"PFN_CARD_ENUM_FILES","features":[307,393]},{"name":"PFN_CARD_GET_ALGORITHM_PROPERTY","features":[307,393]},{"name":"PFN_CARD_GET_CHALLENGE","features":[307,393]},{"name":"PFN_CARD_GET_CHALLENGE_EX","features":[307,393]},{"name":"PFN_CARD_GET_CONTAINER_INFO","features":[307,393]},{"name":"PFN_CARD_GET_CONTAINER_PROPERTY","features":[307,393]},{"name":"PFN_CARD_GET_FILE_INFO","features":[307,393]},{"name":"PFN_CARD_GET_KEY_PROPERTY","features":[307,393]},{"name":"PFN_CARD_GET_PROPERTY","features":[307,393]},{"name":"PFN_CARD_GET_SHARED_KEY_HANDLE","features":[307,393]},{"name":"PFN_CARD_IMPORT_SESSION_KEY","features":[307,393]},{"name":"PFN_CARD_PROCESS_ENCRYPTED_DATA","features":[307,393]},{"name":"PFN_CARD_QUERY_CAPABILITIES","features":[307,393]},{"name":"PFN_CARD_QUERY_FREE_SPACE","features":[307,393]},{"name":"PFN_CARD_QUERY_KEY_SIZES","features":[307,393]},{"name":"PFN_CARD_READ_FILE","features":[307,393]},{"name":"PFN_CARD_RSA_DECRYPT","features":[307,393]},{"name":"PFN_CARD_SET_CONTAINER_PROPERTY","features":[307,393]},{"name":"PFN_CARD_SET_KEY_PROPERTY","features":[307,393]},{"name":"PFN_CARD_SET_PROPERTY","features":[307,393]},{"name":"PFN_CARD_SIGN_DATA","features":[307,393]},{"name":"PFN_CARD_UNBLOCK_PIN","features":[307,393]},{"name":"PFN_CARD_WRITE_FILE","features":[307,393]},{"name":"PFN_CERT_CHAIN_FIND_BY_ISSUER_CALLBACK","features":[307,393]},{"name":"PFN_CERT_CREATE_CONTEXT_SORT_FUNC","features":[307,393]},{"name":"PFN_CERT_DLL_OPEN_STORE_PROV_FUNC","features":[307,393]},{"name":"PFN_CERT_ENUM_PHYSICAL_STORE","features":[307,393]},{"name":"PFN_CERT_ENUM_SYSTEM_STORE","features":[307,393]},{"name":"PFN_CERT_ENUM_SYSTEM_STORE_LOCATION","features":[307,393]},{"name":"PFN_CERT_IS_WEAK_HASH","features":[307,393]},{"name":"PFN_CERT_SERVER_OCSP_RESPONSE_UPDATE_CALLBACK","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_CLOSE","features":[393]},{"name":"PFN_CERT_STORE_PROV_CONTROL","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_DELETE_CERT","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_DELETE_CRL","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_DELETE_CTL","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_FIND_CERT","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_FIND_CRL","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_FIND_CTL","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CERT","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CRL","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CTL","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_GET_CERT_PROPERTY","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_GET_CRL_PROPERTY","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_GET_CTL_PROPERTY","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_READ_CERT","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_READ_CRL","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_READ_CTL","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_SET_CERT_PROPERTY","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_SET_CRL_PROPERTY","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_SET_CTL_PROPERTY","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_WRITE_CERT","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_WRITE_CRL","features":[307,393]},{"name":"PFN_CERT_STORE_PROV_WRITE_CTL","features":[307,393]},{"name":"PFN_CMSG_ALLOC","features":[393]},{"name":"PFN_CMSG_CNG_IMPORT_CONTENT_ENCRYPT_KEY","features":[307,393]},{"name":"PFN_CMSG_CNG_IMPORT_KEY_AGREE","features":[307,393]},{"name":"PFN_CMSG_CNG_IMPORT_KEY_TRANS","features":[307,393]},{"name":"PFN_CMSG_EXPORT_ENCRYPT_KEY","features":[307,393]},{"name":"PFN_CMSG_EXPORT_KEY_AGREE","features":[307,393]},{"name":"PFN_CMSG_EXPORT_KEY_TRANS","features":[307,393]},{"name":"PFN_CMSG_EXPORT_MAIL_LIST","features":[307,393]},{"name":"PFN_CMSG_FREE","features":[393]},{"name":"PFN_CMSG_GEN_CONTENT_ENCRYPT_KEY","features":[307,393]},{"name":"PFN_CMSG_GEN_ENCRYPT_KEY","features":[307,393]},{"name":"PFN_CMSG_IMPORT_ENCRYPT_KEY","features":[307,393]},{"name":"PFN_CMSG_IMPORT_KEY_AGREE","features":[307,393]},{"name":"PFN_CMSG_IMPORT_KEY_TRANS","features":[307,393]},{"name":"PFN_CMSG_IMPORT_MAIL_LIST","features":[307,393]},{"name":"PFN_CMSG_STREAM_OUTPUT","features":[307,393]},{"name":"PFN_CRYPT_ALLOC","features":[393]},{"name":"PFN_CRYPT_ASYNC_PARAM_FREE_FUNC","features":[393]},{"name":"PFN_CRYPT_ASYNC_RETRIEVAL_COMPLETION_FUNC","features":[393]},{"name":"PFN_CRYPT_CANCEL_RETRIEVAL","features":[307,393]},{"name":"PFN_CRYPT_ENUM_KEYID_PROP","features":[307,393]},{"name":"PFN_CRYPT_ENUM_OID_FUNC","features":[307,393]},{"name":"PFN_CRYPT_ENUM_OID_INFO","features":[307,393]},{"name":"PFN_CRYPT_EXPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[307,393]},{"name":"PFN_CRYPT_EXPORT_PUBLIC_KEY_INFO_FROM_BCRYPT_HANDLE_FUNC","features":[307,393]},{"name":"PFN_CRYPT_EXTRACT_ENCODED_SIGNATURE_PARAMETERS_FUNC","features":[307,393]},{"name":"PFN_CRYPT_FREE","features":[393]},{"name":"PFN_CRYPT_GET_SIGNER_CERTIFICATE","features":[307,393]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FLUSH","features":[307,393]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE","features":[393]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE_IDENTIFIER","features":[393]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE_PASSWORD","features":[393]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_GET","features":[307,393]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_INITIALIZE","features":[307,393]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_RELEASE","features":[393]},{"name":"PFN_CRYPT_SIGN_AND_ENCODE_HASH_FUNC","features":[307,393]},{"name":"PFN_CRYPT_VERIFY_ENCODED_SIGNATURE_FUNC","features":[307,393]},{"name":"PFN_CRYPT_XML_CREATE_TRANSFORM","features":[393]},{"name":"PFN_CRYPT_XML_DATA_PROVIDER_CLOSE","features":[393]},{"name":"PFN_CRYPT_XML_DATA_PROVIDER_READ","features":[393]},{"name":"PFN_CRYPT_XML_ENUM_ALG_INFO","features":[307,393]},{"name":"PFN_CRYPT_XML_WRITE_CALLBACK","features":[393]},{"name":"PFN_CSP_ALLOC","features":[393]},{"name":"PFN_CSP_CACHE_ADD_FILE","features":[393]},{"name":"PFN_CSP_CACHE_DELETE_FILE","features":[393]},{"name":"PFN_CSP_CACHE_LOOKUP_FILE","features":[393]},{"name":"PFN_CSP_FREE","features":[393]},{"name":"PFN_CSP_GET_DH_AGREEMENT","features":[307,393]},{"name":"PFN_CSP_PAD_DATA","features":[393]},{"name":"PFN_CSP_REALLOC","features":[393]},{"name":"PFN_CSP_UNPAD_DATA","features":[393]},{"name":"PFN_EXPORT_PRIV_KEY_FUNC","features":[307,393]},{"name":"PFN_FREE_ENCODED_OBJECT_FUNC","features":[393]},{"name":"PFN_IMPORT_PRIV_KEY_FUNC","features":[307,393]},{"name":"PFN_IMPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[307,393]},{"name":"PFN_MD_ENCRYPT_DATA","features":[307,393]},{"name":"PFN_MD_IMPORT_SESSION_KEY","features":[307,393]},{"name":"PFN_NCRYPT_ALLOC","features":[393]},{"name":"PFN_NCRYPT_FREE","features":[393]},{"name":"PFN_OFFLOAD_MOD_EXPO","features":[307,393]},{"name":"PFXExportCertStore","features":[307,393]},{"name":"PFXExportCertStoreEx","features":[307,393]},{"name":"PFXImportCertStore","features":[393]},{"name":"PFXIsPFXBlob","features":[307,393]},{"name":"PFXVerifyPassword","features":[307,393]},{"name":"PIN_CACHE_POLICY","features":[393]},{"name":"PIN_CACHE_POLICY_CURRENT_VERSION","features":[393]},{"name":"PIN_CACHE_POLICY_TYPE","features":[393]},{"name":"PIN_CHANGE_FLAG_CHANGEPIN","features":[393]},{"name":"PIN_CHANGE_FLAG_UNBLOCK","features":[393]},{"name":"PIN_INFO","features":[393]},{"name":"PIN_INFO_CURRENT_VERSION","features":[393]},{"name":"PIN_INFO_REQUIRE_SECURE_ENTRY","features":[393]},{"name":"PIN_SET_ALL_ROLES","features":[393]},{"name":"PIN_SET_NONE","features":[393]},{"name":"PKCS12_ALLOW_OVERWRITE_KEY","features":[393]},{"name":"PKCS12_ALWAYS_CNG_KSP","features":[393]},{"name":"PKCS12_CONFIG_REGPATH","features":[393]},{"name":"PKCS12_DISABLE_ENCRYPT_CERTIFICATES","features":[393]},{"name":"PKCS12_ENCRYPT_CERTIFICATES","features":[393]},{"name":"PKCS12_ENCRYPT_CERTIFICATES_VALUE_NAME","features":[393]},{"name":"PKCS12_EXPORT_ECC_CURVE_OID","features":[393]},{"name":"PKCS12_EXPORT_ECC_CURVE_PARAMETERS","features":[393]},{"name":"PKCS12_EXPORT_PBES2_PARAMS","features":[393]},{"name":"PKCS12_EXPORT_RESERVED_MASK","features":[393]},{"name":"PKCS12_EXPORT_SILENT","features":[393]},{"name":"PKCS12_IMPORT_RESERVED_MASK","features":[393]},{"name":"PKCS12_IMPORT_SILENT","features":[393]},{"name":"PKCS12_INCLUDE_EXTENDED_PROPERTIES","features":[393]},{"name":"PKCS12_NO_PERSIST_KEY","features":[393]},{"name":"PKCS12_ONLY_CERTIFICATES","features":[393]},{"name":"PKCS12_ONLY_CERTIFICATES_CONTAINER_NAME","features":[393]},{"name":"PKCS12_ONLY_CERTIFICATES_PROVIDER_NAME","features":[393]},{"name":"PKCS12_ONLY_CERTIFICATES_PROVIDER_TYPE","features":[393]},{"name":"PKCS12_ONLY_NOT_ENCRYPTED_CERTIFICATES","features":[393]},{"name":"PKCS12_PBES2_ALG_AES256_SHA256","features":[393]},{"name":"PKCS12_PBES2_EXPORT_PARAMS","features":[393]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA1","features":[393]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA256","features":[393]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA384","features":[393]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA512","features":[393]},{"name":"PKCS12_PREFER_CNG_KSP","features":[393]},{"name":"PKCS12_PROTECT_TO_DOMAIN_SIDS","features":[393]},{"name":"PKCS12_VIRTUAL_ISOLATION_KEY","features":[393]},{"name":"PKCS5_PADDING","features":[393]},{"name":"PKCS7_SIGNER_INFO","features":[393]},{"name":"PKCS_7_ASN_ENCODING","features":[393]},{"name":"PKCS_7_NDR_ENCODING","features":[393]},{"name":"PKCS_ATTRIBUTE","features":[393]},{"name":"PKCS_ATTRIBUTES","features":[393]},{"name":"PKCS_CONTENT_INFO","features":[393]},{"name":"PKCS_CONTENT_INFO_SEQUENCE_OF_ANY","features":[393]},{"name":"PKCS_CTL","features":[393]},{"name":"PKCS_ENCRYPTED_PRIVATE_KEY_INFO","features":[393]},{"name":"PKCS_PRIVATE_KEY_INFO","features":[393]},{"name":"PKCS_RC2_CBC_PARAMETERS","features":[393]},{"name":"PKCS_RSAES_OAEP_PARAMETERS","features":[393]},{"name":"PKCS_RSA_PRIVATE_KEY","features":[393]},{"name":"PKCS_RSA_SSA_PSS_PARAMETERS","features":[393]},{"name":"PKCS_RSA_SSA_PSS_TRAILER_FIELD_BC","features":[393]},{"name":"PKCS_SMIME_CAPABILITIES","features":[393]},{"name":"PKCS_SORTED_CTL","features":[393]},{"name":"PKCS_TIME_REQUEST","features":[393]},{"name":"PKCS_UTC_TIME","features":[393]},{"name":"PLAINTEXTKEYBLOB","features":[393]},{"name":"POLICY_ELEMENT","features":[307,393]},{"name":"PP_ADMIN_PIN","features":[393]},{"name":"PP_APPLI_CERT","features":[393]},{"name":"PP_CERTCHAIN","features":[393]},{"name":"PP_CHANGE_PASSWORD","features":[393]},{"name":"PP_CLIENT_HWND","features":[393]},{"name":"PP_CONTAINER","features":[393]},{"name":"PP_CONTEXT_INFO","features":[393]},{"name":"PP_CRYPT_COUNT_KEY_USE","features":[393]},{"name":"PP_DELETEKEY","features":[393]},{"name":"PP_DISMISS_PIN_UI_SEC","features":[393]},{"name":"PP_ENUMALGS","features":[393]},{"name":"PP_ENUMALGS_EX","features":[393]},{"name":"PP_ENUMCONTAINERS","features":[393]},{"name":"PP_ENUMELECTROOTS","features":[393]},{"name":"PP_ENUMEX_SIGNING_PROT","features":[393]},{"name":"PP_ENUMMANDROOTS","features":[393]},{"name":"PP_IMPTYPE","features":[393]},{"name":"PP_IS_PFX_EPHEMERAL","features":[393]},{"name":"PP_KEYEXCHANGE_ALG","features":[393]},{"name":"PP_KEYEXCHANGE_KEYSIZE","features":[393]},{"name":"PP_KEYEXCHANGE_PIN","features":[393]},{"name":"PP_KEYSET_SEC_DESCR","features":[393]},{"name":"PP_KEYSET_TYPE","features":[393]},{"name":"PP_KEYSPEC","features":[393]},{"name":"PP_KEYSTORAGE","features":[393]},{"name":"PP_KEYX_KEYSIZE_INC","features":[393]},{"name":"PP_KEY_TYPE_SUBTYPE","features":[393]},{"name":"PP_NAME","features":[393]},{"name":"PP_PIN_PROMPT_STRING","features":[393]},{"name":"PP_PROVTYPE","features":[393]},{"name":"PP_ROOT_CERTSTORE","features":[393]},{"name":"PP_SECURE_KEYEXCHANGE_PIN","features":[393]},{"name":"PP_SECURE_SIGNATURE_PIN","features":[393]},{"name":"PP_SESSION_KEYSIZE","features":[393]},{"name":"PP_SGC_INFO","features":[393]},{"name":"PP_SIGNATURE_ALG","features":[393]},{"name":"PP_SIGNATURE_KEYSIZE","features":[393]},{"name":"PP_SIGNATURE_PIN","features":[393]},{"name":"PP_SIG_KEYSIZE_INC","features":[393]},{"name":"PP_SMARTCARD_GUID","features":[393]},{"name":"PP_SMARTCARD_READER","features":[393]},{"name":"PP_SMARTCARD_READER_ICON","features":[393]},{"name":"PP_SYM_KEYSIZE","features":[393]},{"name":"PP_UI_PROMPT","features":[393]},{"name":"PP_UNIQUE_CONTAINER","features":[393]},{"name":"PP_USER_CERTSTORE","features":[393]},{"name":"PP_USE_HARDWARE_RNG","features":[393]},{"name":"PP_VERSION","features":[393]},{"name":"PRIVATEKEYBLOB","features":[393]},{"name":"PRIVKEYVER3","features":[393]},{"name":"PROV_DH_SCHANNEL","features":[393]},{"name":"PROV_DSS","features":[393]},{"name":"PROV_DSS_DH","features":[393]},{"name":"PROV_EC_ECDSA_FULL","features":[393]},{"name":"PROV_EC_ECDSA_SIG","features":[393]},{"name":"PROV_EC_ECNRA_FULL","features":[393]},{"name":"PROV_EC_ECNRA_SIG","features":[393]},{"name":"PROV_ENUMALGS","features":[393]},{"name":"PROV_ENUMALGS_EX","features":[393]},{"name":"PROV_FORTEZZA","features":[393]},{"name":"PROV_INTEL_SEC","features":[393]},{"name":"PROV_MS_EXCHANGE","features":[393]},{"name":"PROV_REPLACE_OWF","features":[393]},{"name":"PROV_RNG","features":[393]},{"name":"PROV_RSA_AES","features":[393]},{"name":"PROV_RSA_FULL","features":[393]},{"name":"PROV_RSA_SCHANNEL","features":[393]},{"name":"PROV_RSA_SIG","features":[393]},{"name":"PROV_SPYRUS_LYNKS","features":[393]},{"name":"PROV_SSL","features":[393]},{"name":"PROV_STT_ACQ","features":[393]},{"name":"PROV_STT_BRND","features":[393]},{"name":"PROV_STT_ISS","features":[393]},{"name":"PROV_STT_MER","features":[393]},{"name":"PROV_STT_ROOT","features":[393]},{"name":"PUBKEY","features":[393]},{"name":"PUBKEYVER3","features":[393]},{"name":"PUBLICKEYBLOB","features":[393]},{"name":"PUBLICKEYBLOBEX","features":[393]},{"name":"PUBLICKEYSTRUC","features":[393]},{"name":"PVK_TYPE_FILE_NAME","features":[393]},{"name":"PVK_TYPE_KEYCONTAINER","features":[393]},{"name":"PaddingMode","features":[393]},{"name":"PinCacheAlwaysPrompt","features":[393]},{"name":"PinCacheNone","features":[393]},{"name":"PinCacheNormal","features":[393]},{"name":"PinCacheTimed","features":[393]},{"name":"PrimaryCardPin","features":[393]},{"name":"ProcessPrng","features":[307,393]},{"name":"RANDOM_PADDING","features":[393]},{"name":"RECIPIENTPOLICY","features":[393]},{"name":"RECIPIENTPOLICY2","features":[393]},{"name":"RECIPIENTPOLICYV1","features":[393]},{"name":"RECIPIENTPOLICYV2","features":[393]},{"name":"REPORT_NOT_ABLE_TO_EXPORT_PRIVATE_KEY","features":[393]},{"name":"REPORT_NO_PRIVATE_KEY","features":[393]},{"name":"REVOCATION_OID_CRL_REVOCATION","features":[393]},{"name":"ROLE_ADMIN","features":[393]},{"name":"ROLE_EVERYONE","features":[393]},{"name":"ROLE_PIN_ALWAYS","features":[393]},{"name":"ROLE_PUK","features":[393]},{"name":"ROLE_USER","features":[393]},{"name":"ROOT_INFO_LUID","features":[393]},{"name":"RSA1024BIT_KEY","features":[393]},{"name":"RSAPUBKEY","features":[393]},{"name":"RSA_CSP_PUBLICKEYBLOB","features":[393]},{"name":"SCARD_PROVIDER_CARD_MODULE","features":[393]},{"name":"SCHANNEL_ALG","features":[393]},{"name":"SCHANNEL_ENC_KEY","features":[393]},{"name":"SCHANNEL_MAC_KEY","features":[393]},{"name":"SCHEME_OID_RETRIEVE_ENCODED_OBJECTW_FUNC","features":[393]},{"name":"SCHEME_OID_RETRIEVE_ENCODED_OBJECT_FUNC","features":[393]},{"name":"SECRET_PURPOSE","features":[393]},{"name":"SECRET_TYPE","features":[393]},{"name":"SIGNATURE_RESOURCE_NUMBER","features":[393]},{"name":"SIGNER_ATTR_AUTHCODE","features":[307,393]},{"name":"SIGNER_AUTHCODE_ATTR","features":[393]},{"name":"SIGNER_BLOB_INFO","features":[393]},{"name":"SIGNER_CERT","features":[307,393]},{"name":"SIGNER_CERT_CHOICE","features":[393]},{"name":"SIGNER_CERT_POLICY","features":[393]},{"name":"SIGNER_CERT_POLICY_CHAIN","features":[393]},{"name":"SIGNER_CERT_POLICY_CHAIN_NO_ROOT","features":[393]},{"name":"SIGNER_CERT_POLICY_SPC","features":[393]},{"name":"SIGNER_CERT_POLICY_STORE","features":[393]},{"name":"SIGNER_CERT_SPC_CHAIN","features":[393]},{"name":"SIGNER_CERT_SPC_FILE","features":[393]},{"name":"SIGNER_CERT_STORE","features":[393]},{"name":"SIGNER_CERT_STORE_INFO","features":[307,393]},{"name":"SIGNER_CONTEXT","features":[393]},{"name":"SIGNER_DIGEST_SIGN_INFO","features":[307,393]},{"name":"SIGNER_DIGEST_SIGN_INFO_V1","features":[307,393]},{"name":"SIGNER_DIGEST_SIGN_INFO_V2","features":[307,393]},{"name":"SIGNER_FILE_INFO","features":[307,393]},{"name":"SIGNER_NO_ATTR","features":[393]},{"name":"SIGNER_PRIVATE_KEY_CHOICE","features":[393]},{"name":"SIGNER_PROVIDER_INFO","features":[393]},{"name":"SIGNER_SIGNATURE_ATTRIBUTE_CHOICE","features":[393]},{"name":"SIGNER_SIGNATURE_INFO","features":[307,393]},{"name":"SIGNER_SIGN_FLAGS","features":[393]},{"name":"SIGNER_SPC_CHAIN_INFO","features":[393]},{"name":"SIGNER_SUBJECT_BLOB","features":[393]},{"name":"SIGNER_SUBJECT_CHOICE","features":[393]},{"name":"SIGNER_SUBJECT_FILE","features":[393]},{"name":"SIGNER_SUBJECT_INFO","features":[307,393]},{"name":"SIGNER_TIMESTAMP_AUTHENTICODE","features":[393]},{"name":"SIGNER_TIMESTAMP_FLAGS","features":[393]},{"name":"SIGNER_TIMESTAMP_RFC3161","features":[393]},{"name":"SIG_APPEND","features":[393]},{"name":"SIMPLEBLOB","features":[393]},{"name":"SITE_PIN_RULES_ALL_SUBDOMAINS_FLAG","features":[393]},{"name":"SORTED_CTL_EXT_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[393]},{"name":"SPC_DIGEST_GENERATE_FLAG","features":[393]},{"name":"SPC_DIGEST_SIGN_EX_FLAG","features":[393]},{"name":"SPC_DIGEST_SIGN_FLAG","features":[393]},{"name":"SPC_EXC_PE_PAGE_HASHES_FLAG","features":[393]},{"name":"SPC_INC_PE_DEBUG_INFO_FLAG","features":[393]},{"name":"SPC_INC_PE_IMPORT_ADDR_TABLE_FLAG","features":[393]},{"name":"SPC_INC_PE_PAGE_HASHES_FLAG","features":[393]},{"name":"SPC_INC_PE_RESOURCES_FLAG","features":[393]},{"name":"SSL2_PROTOCOL_VERSION","features":[393]},{"name":"SSL3_PROTOCOL_VERSION","features":[393]},{"name":"SSL_CK_DES_192_EDE3_CBC_WITH_MD5","features":[393]},{"name":"SSL_CK_DES_64_CBC_WITH_MD5","features":[393]},{"name":"SSL_CK_IDEA_128_CBC_WITH_MD5","features":[393]},{"name":"SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5","features":[393]},{"name":"SSL_CK_RC2_128_CBC_WITH_MD5","features":[393]},{"name":"SSL_CK_RC4_128_EXPORT40_WITH_MD5","features":[393]},{"name":"SSL_CK_RC4_128_WITH_MD5","features":[393]},{"name":"SSL_ECCKEY_BLOB","features":[393]},{"name":"SSL_ECCPUBLIC_BLOB","features":[393]},{"name":"SSL_ECDSA_ALGORITHM","features":[393]},{"name":"SSL_F12_ERROR_TEXT_LENGTH","features":[393]},{"name":"SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[393]},{"name":"SSL_HPKP_HEADER_COUNT","features":[393]},{"name":"SSL_HPKP_HEADER_EXTRA_CERT_CHAIN_POLICY_PARA","features":[393]},{"name":"SSL_HPKP_PKP_HEADER_INDEX","features":[393]},{"name":"SSL_HPKP_PKP_RO_HEADER_INDEX","features":[393]},{"name":"SSL_KEY_PIN_ERROR_TEXT_LENGTH","features":[393]},{"name":"SSL_KEY_PIN_EXTRA_CERT_CHAIN_POLICY_PARA","features":[393]},{"name":"SSL_KEY_PIN_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[393]},{"name":"SSL_KEY_TYPE_PROPERTY","features":[393]},{"name":"SSL_OBJECT_LOCATOR_CERT_VALIDATION_CONFIG_FUNC","features":[393]},{"name":"SSL_OBJECT_LOCATOR_ISSUER_LIST_FUNC","features":[393]},{"name":"SSL_OBJECT_LOCATOR_PFX_FUNC","features":[393]},{"name":"SYMMETRICWRAPKEYBLOB","features":[393]},{"name":"SignError","features":[393]},{"name":"SignHash","features":[393]},{"name":"SignerFreeSignerContext","features":[393]},{"name":"SignerSign","features":[307,393]},{"name":"SignerSignEx","features":[307,393]},{"name":"SignerSignEx2","features":[307,393]},{"name":"SignerSignEx3","features":[307,393]},{"name":"SignerTimeStamp","features":[307,393]},{"name":"SignerTimeStampEx","features":[307,393]},{"name":"SignerTimeStampEx2","features":[307,393]},{"name":"SignerTimeStampEx3","features":[307,393]},{"name":"SslChangeNotify","features":[307,393]},{"name":"SslComputeClientAuthHash","features":[393]},{"name":"SslComputeClientAuthHashFn","features":[393]},{"name":"SslComputeEapKeyBlock","features":[393]},{"name":"SslComputeEapKeyBlockFn","features":[393]},{"name":"SslComputeFinishedHash","features":[393]},{"name":"SslComputeFinishedHashFn","features":[393]},{"name":"SslComputeSessionHash","features":[393]},{"name":"SslComputeSessionHashFn","features":[393]},{"name":"SslCreateClientAuthHash","features":[393]},{"name":"SslCreateClientAuthHashFn","features":[393]},{"name":"SslCreateEphemeralKey","features":[393]},{"name":"SslCreateEphemeralKeyFn","features":[393]},{"name":"SslCreateHandshakeHash","features":[393]},{"name":"SslCreateHandshakeHashFn","features":[393]},{"name":"SslDecrementProviderReferenceCount","features":[393]},{"name":"SslDecryptPacket","features":[393]},{"name":"SslDecryptPacketFn","features":[393]},{"name":"SslDuplicateTranscriptHash","features":[393]},{"name":"SslDuplicateTranscriptHashFn","features":[393]},{"name":"SslEncryptPacket","features":[393]},{"name":"SslEncryptPacketFn","features":[393]},{"name":"SslEnumCipherSuites","features":[393]},{"name":"SslEnumCipherSuitesEx","features":[393]},{"name":"SslEnumCipherSuitesExFn","features":[393]},{"name":"SslEnumCipherSuitesFn","features":[393]},{"name":"SslEnumEccCurves","features":[393]},{"name":"SslEnumEccCurvesFn","features":[393]},{"name":"SslEnumProtocolProviders","features":[393]},{"name":"SslExpandBinderKey","features":[393]},{"name":"SslExpandBinderKeyFn","features":[393]},{"name":"SslExpandExporterMasterKey","features":[393]},{"name":"SslExpandExporterMasterKeyFn","features":[393]},{"name":"SslExpandPreSharedKey","features":[393]},{"name":"SslExpandPreSharedKeyFn","features":[393]},{"name":"SslExpandResumptionMasterKey","features":[393]},{"name":"SslExpandResumptionMasterKeyFn","features":[393]},{"name":"SslExpandTrafficKeys","features":[393]},{"name":"SslExpandTrafficKeysFn","features":[393]},{"name":"SslExpandWriteKey","features":[393]},{"name":"SslExpandWriteKeyFn","features":[393]},{"name":"SslExportKey","features":[393]},{"name":"SslExportKeyFn","features":[393]},{"name":"SslExportKeyingMaterial","features":[393]},{"name":"SslExportKeyingMaterialFn","features":[393]},{"name":"SslExtractEarlyKey","features":[393]},{"name":"SslExtractEarlyKeyFn","features":[393]},{"name":"SslExtractHandshakeKey","features":[393]},{"name":"SslExtractHandshakeKeyFn","features":[393]},{"name":"SslExtractMasterKey","features":[393]},{"name":"SslExtractMasterKeyFn","features":[393]},{"name":"SslFreeBuffer","features":[393]},{"name":"SslFreeBufferFn","features":[393]},{"name":"SslFreeObject","features":[393]},{"name":"SslFreeObjectFn","features":[393]},{"name":"SslGenerateMasterKey","features":[393]},{"name":"SslGenerateMasterKeyFn","features":[393]},{"name":"SslGeneratePreMasterKey","features":[393]},{"name":"SslGeneratePreMasterKeyFn","features":[393]},{"name":"SslGenerateSessionKeys","features":[393]},{"name":"SslGenerateSessionKeysFn","features":[393]},{"name":"SslGetCipherSuitePRFHashAlgorithm","features":[393]},{"name":"SslGetCipherSuitePRFHashAlgorithmFn","features":[393]},{"name":"SslGetKeyProperty","features":[393]},{"name":"SslGetKeyPropertyFn","features":[393]},{"name":"SslGetProviderProperty","features":[393]},{"name":"SslGetProviderPropertyFn","features":[393]},{"name":"SslHashHandshake","features":[393]},{"name":"SslHashHandshakeFn","features":[393]},{"name":"SslImportKey","features":[393]},{"name":"SslImportKeyFn","features":[393]},{"name":"SslImportMasterKey","features":[393]},{"name":"SslImportMasterKeyFn","features":[393]},{"name":"SslIncrementProviderReferenceCount","features":[393]},{"name":"SslInitializeInterfaceFn","features":[307,393]},{"name":"SslLookupCipherLengths","features":[393]},{"name":"SslLookupCipherLengthsFn","features":[393]},{"name":"SslLookupCipherSuiteInfo","features":[393]},{"name":"SslLookupCipherSuiteInfoFn","features":[393]},{"name":"SslOpenPrivateKey","features":[307,393]},{"name":"SslOpenPrivateKeyFn","features":[307,393]},{"name":"SslOpenProvider","features":[393]},{"name":"SslOpenProviderFn","features":[393]},{"name":"SslSignHash","features":[393]},{"name":"SslSignHashFn","features":[393]},{"name":"SslVerifySignature","features":[393]},{"name":"SslVerifySignatureFn","features":[393]},{"name":"SystemPrng","features":[307,393]},{"name":"TIMESTAMP_DONT_HASH_DATA","features":[393]},{"name":"TIMESTAMP_FAILURE_BAD_ALG","features":[393]},{"name":"TIMESTAMP_FAILURE_BAD_FORMAT","features":[393]},{"name":"TIMESTAMP_FAILURE_BAD_REQUEST","features":[393]},{"name":"TIMESTAMP_FAILURE_EXTENSION_NOT_SUPPORTED","features":[393]},{"name":"TIMESTAMP_FAILURE_INFO_NOT_AVAILABLE","features":[393]},{"name":"TIMESTAMP_FAILURE_POLICY_NOT_SUPPORTED","features":[393]},{"name":"TIMESTAMP_FAILURE_SYSTEM_FAILURE","features":[393]},{"name":"TIMESTAMP_FAILURE_TIME_NOT_AVAILABLE","features":[393]},{"name":"TIMESTAMP_INFO","features":[393]},{"name":"TIMESTAMP_NO_AUTH_RETRIEVAL","features":[393]},{"name":"TIMESTAMP_REQUEST","features":[393]},{"name":"TIMESTAMP_RESPONSE","features":[393]},{"name":"TIMESTAMP_STATUS_GRANTED","features":[393]},{"name":"TIMESTAMP_STATUS_GRANTED_WITH_MODS","features":[393]},{"name":"TIMESTAMP_STATUS_REJECTED","features":[393]},{"name":"TIMESTAMP_STATUS_REVOCATION_WARNING","features":[393]},{"name":"TIMESTAMP_STATUS_REVOKED","features":[393]},{"name":"TIMESTAMP_STATUS_WAITING","features":[393]},{"name":"TIMESTAMP_VERIFY_CONTEXT_SIGNATURE","features":[393]},{"name":"TIMESTAMP_VERSION","features":[393]},{"name":"TIME_VALID_OID_FLUSH_CRL","features":[393]},{"name":"TIME_VALID_OID_FLUSH_CRL_FROM_CERT","features":[393]},{"name":"TIME_VALID_OID_FLUSH_CTL","features":[393]},{"name":"TIME_VALID_OID_FLUSH_FRESHEST_CRL_FROM_CERT","features":[393]},{"name":"TIME_VALID_OID_FLUSH_FRESHEST_CRL_FROM_CRL","features":[393]},{"name":"TIME_VALID_OID_FLUSH_OBJECT_FUNC","features":[393]},{"name":"TIME_VALID_OID_GET_CRL","features":[393]},{"name":"TIME_VALID_OID_GET_CRL_FROM_CERT","features":[393]},{"name":"TIME_VALID_OID_GET_CTL","features":[393]},{"name":"TIME_VALID_OID_GET_FRESHEST_CRL_FROM_CERT","features":[393]},{"name":"TIME_VALID_OID_GET_FRESHEST_CRL_FROM_CRL","features":[393]},{"name":"TIME_VALID_OID_GET_OBJECT_FUNC","features":[393]},{"name":"TLS1_0_PROTOCOL_VERSION","features":[393]},{"name":"TLS1_1_PROTOCOL_VERSION","features":[393]},{"name":"TLS1_2_PROTOCOL_VERSION","features":[393]},{"name":"TLS1_3_PROTOCOL_VERSION","features":[393]},{"name":"TLS1_PROTOCOL_VERSION","features":[393]},{"name":"TLS_AES_128_GCM_SHA256","features":[393]},{"name":"TLS_AES_256_GCM_SHA384","features":[393]},{"name":"TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA","features":[393]},{"name":"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA","features":[393]},{"name":"TLS_DHE_DSS_WITH_AES_128_CBC_SHA","features":[393]},{"name":"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256","features":[393]},{"name":"TLS_DHE_DSS_WITH_AES_256_CBC_SHA","features":[393]},{"name":"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256","features":[393]},{"name":"TLS_DHE_DSS_WITH_DES_CBC_SHA","features":[393]},{"name":"TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA","features":[393]},{"name":"TLS_DHE_RSA_WITH_AES_128_CBC_SHA","features":[393]},{"name":"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256","features":[393]},{"name":"TLS_DHE_RSA_WITH_AES_256_CBC_SHA","features":[393]},{"name":"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384","features":[393]},{"name":"TLS_ECC_P256_CURVE_KEY_TYPE","features":[393]},{"name":"TLS_ECC_P384_CURVE_KEY_TYPE","features":[393]},{"name":"TLS_ECC_P521_CURVE_KEY_TYPE","features":[393]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA","features":[393]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256","features":[393]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256","features":[393]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA","features":[393]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384","features":[393]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384","features":[393]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA","features":[393]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256","features":[393]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","features":[393]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA","features":[393]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384","features":[393]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","features":[393]},{"name":"TLS_PSK_EXCHANGE","features":[393]},{"name":"TLS_PSK_WITH_AES_128_CBC_SHA256","features":[393]},{"name":"TLS_PSK_WITH_AES_128_GCM_SHA256","features":[393]},{"name":"TLS_PSK_WITH_AES_256_CBC_SHA384","features":[393]},{"name":"TLS_PSK_WITH_AES_256_GCM_SHA384","features":[393]},{"name":"TLS_PSK_WITH_NULL_SHA256","features":[393]},{"name":"TLS_PSK_WITH_NULL_SHA384","features":[393]},{"name":"TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA","features":[393]},{"name":"TLS_RSA_EXPORT1024_WITH_RC4_56_SHA","features":[393]},{"name":"TLS_RSA_EXPORT_WITH_RC4_40_MD5","features":[393]},{"name":"TLS_RSA_PSK_EXCHANGE","features":[393]},{"name":"TLS_RSA_WITH_3DES_EDE_CBC_SHA","features":[393]},{"name":"TLS_RSA_WITH_AES_128_CBC_SHA","features":[393]},{"name":"TLS_RSA_WITH_AES_128_CBC_SHA256","features":[393]},{"name":"TLS_RSA_WITH_AES_128_GCM_SHA256","features":[393]},{"name":"TLS_RSA_WITH_AES_256_CBC_SHA","features":[393]},{"name":"TLS_RSA_WITH_AES_256_CBC_SHA256","features":[393]},{"name":"TLS_RSA_WITH_AES_256_GCM_SHA384","features":[393]},{"name":"TLS_RSA_WITH_DES_CBC_SHA","features":[393]},{"name":"TLS_RSA_WITH_NULL_MD5","features":[393]},{"name":"TLS_RSA_WITH_NULL_SHA","features":[393]},{"name":"TLS_RSA_WITH_NULL_SHA256","features":[393]},{"name":"TLS_RSA_WITH_RC4_128_MD5","features":[393]},{"name":"TLS_RSA_WITH_RC4_128_SHA","features":[393]},{"name":"TPM_RSA_SRK_SEAL_KEY","features":[393]},{"name":"TransformBlock","features":[393]},{"name":"TransformFinalBlock","features":[393]},{"name":"URL_OID_CERTIFICATE_CRL_DIST_POINT","features":[393]},{"name":"URL_OID_CERTIFICATE_CRL_DIST_POINT_AND_OCSP","features":[393]},{"name":"URL_OID_CERTIFICATE_FRESHEST_CRL","features":[393]},{"name":"URL_OID_CERTIFICATE_ISSUER","features":[393]},{"name":"URL_OID_CERTIFICATE_OCSP","features":[393]},{"name":"URL_OID_CERTIFICATE_OCSP_AND_CRL_DIST_POINT","features":[393]},{"name":"URL_OID_CERTIFICATE_ONLY_OCSP","features":[393]},{"name":"URL_OID_CRL_FRESHEST_CRL","features":[393]},{"name":"URL_OID_CRL_ISSUER","features":[393]},{"name":"URL_OID_CROSS_CERT_DIST_POINT","features":[393]},{"name":"URL_OID_CROSS_CERT_SUBJECT_INFO_ACCESS","features":[393]},{"name":"URL_OID_CTL_ISSUER","features":[393]},{"name":"URL_OID_CTL_NEXT_UPDATE","features":[393]},{"name":"URL_OID_GET_OBJECT_URL_FUNC","features":[393]},{"name":"USAGE_MATCH_TYPE_AND","features":[393]},{"name":"USAGE_MATCH_TYPE_OR","features":[393]},{"name":"UnblockOnlyPin","features":[393]},{"name":"UnknownAc","features":[393]},{"name":"UserCreateDeleteDirAc","features":[393]},{"name":"UserReadWriteAc","features":[393]},{"name":"UserWriteExecuteAc","features":[393]},{"name":"VTableProvStruc","features":[307,393]},{"name":"VTableProvStrucW","features":[307,393]},{"name":"VerifyHash","features":[307,393]},{"name":"X509_ALGORITHM_IDENTIFIER","features":[393]},{"name":"X509_ALTERNATE_NAME","features":[393]},{"name":"X509_ANY_STRING","features":[393]},{"name":"X509_ASN_ENCODING","features":[393]},{"name":"X509_AUTHORITY_INFO_ACCESS","features":[393]},{"name":"X509_AUTHORITY_KEY_ID","features":[393]},{"name":"X509_AUTHORITY_KEY_ID2","features":[393]},{"name":"X509_BASIC_CONSTRAINTS","features":[393]},{"name":"X509_BASIC_CONSTRAINTS2","features":[393]},{"name":"X509_BIOMETRIC_EXT","features":[393]},{"name":"X509_BITS","features":[393]},{"name":"X509_BITS_WITHOUT_TRAILING_ZEROES","features":[393]},{"name":"X509_CERT","features":[393]},{"name":"X509_CERTIFICATE_TEMPLATE","features":[393]},{"name":"X509_CERT_BUNDLE","features":[393]},{"name":"X509_CERT_CRL_TO_BE_SIGNED","features":[393]},{"name":"X509_CERT_PAIR","features":[393]},{"name":"X509_CERT_POLICIES","features":[393]},{"name":"X509_CERT_REQUEST_TO_BE_SIGNED","features":[393]},{"name":"X509_CERT_TO_BE_SIGNED","features":[393]},{"name":"X509_CHOICE_OF_TIME","features":[393]},{"name":"X509_CRL_DIST_POINTS","features":[393]},{"name":"X509_CRL_REASON_CODE","features":[393]},{"name":"X509_CROSS_CERT_DIST_POINTS","features":[393]},{"name":"X509_DH_PARAMETERS","features":[393]},{"name":"X509_DH_PUBLICKEY","features":[393]},{"name":"X509_DSS_PARAMETERS","features":[393]},{"name":"X509_DSS_PUBLICKEY","features":[393]},{"name":"X509_DSS_SIGNATURE","features":[393]},{"name":"X509_ECC_PARAMETERS","features":[393]},{"name":"X509_ECC_PRIVATE_KEY","features":[393]},{"name":"X509_ECC_SIGNATURE","features":[393]},{"name":"X509_ENHANCED_KEY_USAGE","features":[393]},{"name":"X509_ENUMERATED","features":[393]},{"name":"X509_EXTENSIONS","features":[393]},{"name":"X509_INTEGER","features":[393]},{"name":"X509_ISSUING_DIST_POINT","features":[393]},{"name":"X509_KEYGEN_REQUEST_TO_BE_SIGNED","features":[393]},{"name":"X509_KEY_ATTRIBUTES","features":[393]},{"name":"X509_KEY_USAGE","features":[393]},{"name":"X509_KEY_USAGE_RESTRICTION","features":[393]},{"name":"X509_LOGOTYPE_EXT","features":[393]},{"name":"X509_MULTI_BYTE_INTEGER","features":[393]},{"name":"X509_MULTI_BYTE_UINT","features":[393]},{"name":"X509_NAME","features":[393]},{"name":"X509_NAME_CONSTRAINTS","features":[393]},{"name":"X509_NAME_VALUE","features":[393]},{"name":"X509_NDR_ENCODING","features":[393]},{"name":"X509_OBJECT_IDENTIFIER","features":[393]},{"name":"X509_OCTET_STRING","features":[393]},{"name":"X509_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[393]},{"name":"X509_POLICY_CONSTRAINTS","features":[393]},{"name":"X509_POLICY_MAPPINGS","features":[393]},{"name":"X509_PUBLIC_KEY_INFO","features":[393]},{"name":"X509_QC_STATEMENTS_EXT","features":[393]},{"name":"X509_SEQUENCE_OF_ANY","features":[393]},{"name":"X509_SUBJECT_DIR_ATTRS","features":[393]},{"name":"X509_SUBJECT_INFO_ACCESS","features":[393]},{"name":"X509_UNICODE_ANY_STRING","features":[393]},{"name":"X509_UNICODE_NAME","features":[393]},{"name":"X509_UNICODE_NAME_VALUE","features":[393]},{"name":"X942_DH_PARAMETERS","features":[393]},{"name":"X942_OTHER_INFO","features":[393]},{"name":"ZERO_PADDING","features":[393]},{"name":"cPRIV_KEY_CACHE_MAX_ITEMS_DEFAULT","features":[393]},{"name":"cPRIV_KEY_CACHE_PURGE_INTERVAL_SECONDS_DEFAULT","features":[393]},{"name":"dwFORCE_KEY_PROTECTION_DISABLED","features":[393]},{"name":"dwFORCE_KEY_PROTECTION_HIGH","features":[393]},{"name":"dwFORCE_KEY_PROTECTION_USER_SELECT","features":[393]},{"name":"szBASE_CSP_DIR","features":[393]},{"name":"szCACHE_FILE","features":[393]},{"name":"szCARD_IDENTIFIER_FILE","features":[393]},{"name":"szCONTAINER_MAP_FILE","features":[393]},{"name":"szFORCE_KEY_PROTECTION","features":[393]},{"name":"szINTERMEDIATE_CERTS_DIR","features":[393]},{"name":"szKEY_CACHE_ENABLED","features":[393]},{"name":"szKEY_CACHE_SECONDS","features":[393]},{"name":"szKEY_CRYPTOAPI_PRIVATE_KEY_OPTIONS","features":[393]},{"name":"szOIDVerisign_FailInfo","features":[393]},{"name":"szOIDVerisign_MessageType","features":[393]},{"name":"szOIDVerisign_PkiStatus","features":[393]},{"name":"szOIDVerisign_RecipientNonce","features":[393]},{"name":"szOIDVerisign_SenderNonce","features":[393]},{"name":"szOIDVerisign_TransactionID","features":[393]},{"name":"szOID_ANSI_X942","features":[393]},{"name":"szOID_ANSI_X942_DH","features":[393]},{"name":"szOID_ANY_APPLICATION_POLICY","features":[393]},{"name":"szOID_ANY_CERT_POLICY","features":[393]},{"name":"szOID_ANY_ENHANCED_KEY_USAGE","features":[393]},{"name":"szOID_APPLICATION_CERT_POLICIES","features":[393]},{"name":"szOID_APPLICATION_POLICY_CONSTRAINTS","features":[393]},{"name":"szOID_APPLICATION_POLICY_MAPPINGS","features":[393]},{"name":"szOID_ARCHIVED_KEY_ATTR","features":[393]},{"name":"szOID_ARCHIVED_KEY_CERT_HASH","features":[393]},{"name":"szOID_ATTEST_WHQL_CRYPTO","features":[393]},{"name":"szOID_ATTR_PLATFORM_SPECIFICATION","features":[393]},{"name":"szOID_ATTR_SUPPORTED_ALGORITHMS","features":[393]},{"name":"szOID_ATTR_TPM_SECURITY_ASSERTIONS","features":[393]},{"name":"szOID_ATTR_TPM_SPECIFICATION","features":[393]},{"name":"szOID_AUTHORITY_INFO_ACCESS","features":[393]},{"name":"szOID_AUTHORITY_KEY_IDENTIFIER","features":[393]},{"name":"szOID_AUTHORITY_KEY_IDENTIFIER2","features":[393]},{"name":"szOID_AUTHORITY_REVOCATION_LIST","features":[393]},{"name":"szOID_AUTO_ENROLL_CTL_USAGE","features":[393]},{"name":"szOID_BACKGROUND_OTHER_LOGOTYPE","features":[393]},{"name":"szOID_BASIC_CONSTRAINTS","features":[393]},{"name":"szOID_BASIC_CONSTRAINTS2","features":[393]},{"name":"szOID_BIOMETRIC_EXT","features":[393]},{"name":"szOID_BIOMETRIC_SIGNING","features":[393]},{"name":"szOID_BUSINESS_CATEGORY","features":[393]},{"name":"szOID_CA_CERTIFICATE","features":[393]},{"name":"szOID_CERTIFICATE_REVOCATION_LIST","features":[393]},{"name":"szOID_CERTIFICATE_TEMPLATE","features":[393]},{"name":"szOID_CERTSRV_CA_VERSION","features":[393]},{"name":"szOID_CERTSRV_CROSSCA_VERSION","features":[393]},{"name":"szOID_CERTSRV_PREVIOUS_CERT_HASH","features":[393]},{"name":"szOID_CERT_DISALLOWED_CA_FILETIME_PROP_ID","features":[393]},{"name":"szOID_CERT_DISALLOWED_FILETIME_PROP_ID","features":[393]},{"name":"szOID_CERT_EXTENSIONS","features":[393]},{"name":"szOID_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[393]},{"name":"szOID_CERT_KEY_IDENTIFIER_PROP_ID","features":[393]},{"name":"szOID_CERT_MANIFOLD","features":[393]},{"name":"szOID_CERT_MD5_HASH_PROP_ID","features":[393]},{"name":"szOID_CERT_POLICIES","features":[393]},{"name":"szOID_CERT_POLICIES_95","features":[393]},{"name":"szOID_CERT_POLICIES_95_QUALIFIER1","features":[393]},{"name":"szOID_CERT_PROP_ID_PREFIX","features":[393]},{"name":"szOID_CERT_SIGNATURE_HASH_PROP_ID","features":[393]},{"name":"szOID_CERT_STRONG_KEY_OS_1","features":[393]},{"name":"szOID_CERT_STRONG_KEY_OS_CURRENT","features":[393]},{"name":"szOID_CERT_STRONG_KEY_OS_PREFIX","features":[393]},{"name":"szOID_CERT_STRONG_SIGN_OS_1","features":[393]},{"name":"szOID_CERT_STRONG_SIGN_OS_CURRENT","features":[393]},{"name":"szOID_CERT_STRONG_SIGN_OS_PREFIX","features":[393]},{"name":"szOID_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[393]},{"name":"szOID_CMC","features":[393]},{"name":"szOID_CMC_ADD_ATTRIBUTES","features":[393]},{"name":"szOID_CMC_ADD_EXTENSIONS","features":[393]},{"name":"szOID_CMC_DATA_RETURN","features":[393]},{"name":"szOID_CMC_DECRYPTED_POP","features":[393]},{"name":"szOID_CMC_ENCRYPTED_POP","features":[393]},{"name":"szOID_CMC_GET_CERT","features":[393]},{"name":"szOID_CMC_GET_CRL","features":[393]},{"name":"szOID_CMC_IDENTIFICATION","features":[393]},{"name":"szOID_CMC_IDENTITY_PROOF","features":[393]},{"name":"szOID_CMC_ID_CONFIRM_CERT_ACCEPTANCE","features":[393]},{"name":"szOID_CMC_ID_POP_LINK_RANDOM","features":[393]},{"name":"szOID_CMC_ID_POP_LINK_WITNESS","features":[393]},{"name":"szOID_CMC_LRA_POP_WITNESS","features":[393]},{"name":"szOID_CMC_QUERY_PENDING","features":[393]},{"name":"szOID_CMC_RECIPIENT_NONCE","features":[393]},{"name":"szOID_CMC_REG_INFO","features":[393]},{"name":"szOID_CMC_RESPONSE_INFO","features":[393]},{"name":"szOID_CMC_REVOKE_REQUEST","features":[393]},{"name":"szOID_CMC_SENDER_NONCE","features":[393]},{"name":"szOID_CMC_STATUS_INFO","features":[393]},{"name":"szOID_CMC_TRANSACTION_ID","features":[393]},{"name":"szOID_CN_ECDSA_SHA256","features":[393]},{"name":"szOID_COMMON_NAME","features":[393]},{"name":"szOID_COUNTRY_NAME","features":[393]},{"name":"szOID_CRL_DIST_POINTS","features":[393]},{"name":"szOID_CRL_NEXT_PUBLISH","features":[393]},{"name":"szOID_CRL_NUMBER","features":[393]},{"name":"szOID_CRL_REASON_CODE","features":[393]},{"name":"szOID_CRL_SELF_CDP","features":[393]},{"name":"szOID_CRL_VIRTUAL_BASE","features":[393]},{"name":"szOID_CROSS_CERTIFICATE_PAIR","features":[393]},{"name":"szOID_CROSS_CERT_DIST_POINTS","features":[393]},{"name":"szOID_CTL","features":[393]},{"name":"szOID_CT_CERT_SCTLIST","features":[393]},{"name":"szOID_CT_PKI_DATA","features":[393]},{"name":"szOID_CT_PKI_RESPONSE","features":[393]},{"name":"szOID_DELTA_CRL_INDICATOR","features":[393]},{"name":"szOID_DESCRIPTION","features":[393]},{"name":"szOID_DESTINATION_INDICATOR","features":[393]},{"name":"szOID_DEVICE_SERIAL_NUMBER","features":[393]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA1_KDF","features":[393]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA256_KDF","features":[393]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA384_KDF","features":[393]},{"name":"szOID_DISALLOWED_HASH","features":[393]},{"name":"szOID_DISALLOWED_LIST","features":[393]},{"name":"szOID_DN_QUALIFIER","features":[393]},{"name":"szOID_DOMAIN_COMPONENT","features":[393]},{"name":"szOID_DRM","features":[393]},{"name":"szOID_DRM_INDIVIDUALIZATION","features":[393]},{"name":"szOID_DS","features":[393]},{"name":"szOID_DSALG","features":[393]},{"name":"szOID_DSALG_CRPT","features":[393]},{"name":"szOID_DSALG_HASH","features":[393]},{"name":"szOID_DSALG_RSA","features":[393]},{"name":"szOID_DSALG_SIGN","features":[393]},{"name":"szOID_DS_EMAIL_REPLICATION","features":[393]},{"name":"szOID_DYNAMIC_CODE_GEN_SIGNER","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP160R1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP160T1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP192R1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP192T1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP224R1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP224T1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP256R1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP256T1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP320R1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP320T1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP384R1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP384T1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP512R1","features":[393]},{"name":"szOID_ECC_CURVE_BRAINPOOLP512T1","features":[393]},{"name":"szOID_ECC_CURVE_EC192WAPI","features":[393]},{"name":"szOID_ECC_CURVE_NISTP192","features":[393]},{"name":"szOID_ECC_CURVE_NISTP224","features":[393]},{"name":"szOID_ECC_CURVE_NISTP256","features":[393]},{"name":"szOID_ECC_CURVE_NISTP384","features":[393]},{"name":"szOID_ECC_CURVE_NISTP521","features":[393]},{"name":"szOID_ECC_CURVE_P256","features":[393]},{"name":"szOID_ECC_CURVE_P384","features":[393]},{"name":"szOID_ECC_CURVE_P521","features":[393]},{"name":"szOID_ECC_CURVE_SECP160K1","features":[393]},{"name":"szOID_ECC_CURVE_SECP160R1","features":[393]},{"name":"szOID_ECC_CURVE_SECP160R2","features":[393]},{"name":"szOID_ECC_CURVE_SECP192K1","features":[393]},{"name":"szOID_ECC_CURVE_SECP192R1","features":[393]},{"name":"szOID_ECC_CURVE_SECP224K1","features":[393]},{"name":"szOID_ECC_CURVE_SECP224R1","features":[393]},{"name":"szOID_ECC_CURVE_SECP256K1","features":[393]},{"name":"szOID_ECC_CURVE_SECP256R1","features":[393]},{"name":"szOID_ECC_CURVE_SECP384R1","features":[393]},{"name":"szOID_ECC_CURVE_SECP521R1","features":[393]},{"name":"szOID_ECC_CURVE_WTLS12","features":[393]},{"name":"szOID_ECC_CURVE_WTLS7","features":[393]},{"name":"szOID_ECC_CURVE_WTLS9","features":[393]},{"name":"szOID_ECC_CURVE_X962P192V1","features":[393]},{"name":"szOID_ECC_CURVE_X962P192V2","features":[393]},{"name":"szOID_ECC_CURVE_X962P192V3","features":[393]},{"name":"szOID_ECC_CURVE_X962P239V1","features":[393]},{"name":"szOID_ECC_CURVE_X962P239V2","features":[393]},{"name":"szOID_ECC_CURVE_X962P239V3","features":[393]},{"name":"szOID_ECC_CURVE_X962P256V1","features":[393]},{"name":"szOID_ECC_PUBLIC_KEY","features":[393]},{"name":"szOID_ECDSA_SHA1","features":[393]},{"name":"szOID_ECDSA_SHA256","features":[393]},{"name":"szOID_ECDSA_SHA384","features":[393]},{"name":"szOID_ECDSA_SHA512","features":[393]},{"name":"szOID_ECDSA_SPECIFIED","features":[393]},{"name":"szOID_EFS_RECOVERY","features":[393]},{"name":"szOID_EMBEDDED_NT_CRYPTO","features":[393]},{"name":"szOID_ENCLAVE_SIGNING","features":[393]},{"name":"szOID_ENCRYPTED_KEY_HASH","features":[393]},{"name":"szOID_ENHANCED_KEY_USAGE","features":[393]},{"name":"szOID_ENROLLMENT_AGENT","features":[393]},{"name":"szOID_ENROLLMENT_CSP_PROVIDER","features":[393]},{"name":"szOID_ENROLLMENT_NAME_VALUE_PAIR","features":[393]},{"name":"szOID_ENROLL_AIK_INFO","features":[393]},{"name":"szOID_ENROLL_ATTESTATION_CHALLENGE","features":[393]},{"name":"szOID_ENROLL_ATTESTATION_STATEMENT","features":[393]},{"name":"szOID_ENROLL_CAXCHGCERT_HASH","features":[393]},{"name":"szOID_ENROLL_CERTTYPE_EXTENSION","features":[393]},{"name":"szOID_ENROLL_EKPUB_CHALLENGE","features":[393]},{"name":"szOID_ENROLL_EKVERIFYCERT","features":[393]},{"name":"szOID_ENROLL_EKVERIFYCREDS","features":[393]},{"name":"szOID_ENROLL_EKVERIFYKEY","features":[393]},{"name":"szOID_ENROLL_EK_CA_KEYID","features":[393]},{"name":"szOID_ENROLL_EK_INFO","features":[393]},{"name":"szOID_ENROLL_ENCRYPTION_ALGORITHM","features":[393]},{"name":"szOID_ENROLL_KEY_AFFINITY","features":[393]},{"name":"szOID_ENROLL_KSP_NAME","features":[393]},{"name":"szOID_ENROLL_SCEP_CHALLENGE_ANSWER","features":[393]},{"name":"szOID_ENROLL_SCEP_CLIENT_REQUEST","features":[393]},{"name":"szOID_ENROLL_SCEP_ERROR","features":[393]},{"name":"szOID_ENROLL_SCEP_SERVER_MESSAGE","features":[393]},{"name":"szOID_ENROLL_SCEP_SERVER_SECRET","features":[393]},{"name":"szOID_ENROLL_SCEP_SERVER_STATE","features":[393]},{"name":"szOID_ENROLL_SCEP_SIGNER_HASH","features":[393]},{"name":"szOID_ENTERPRISE_OID_ROOT","features":[393]},{"name":"szOID_EV_RDN_COUNTRY","features":[393]},{"name":"szOID_EV_RDN_LOCALE","features":[393]},{"name":"szOID_EV_RDN_STATE_OR_PROVINCE","features":[393]},{"name":"szOID_EV_WHQL_CRYPTO","features":[393]},{"name":"szOID_FACSIMILE_TELEPHONE_NUMBER","features":[393]},{"name":"szOID_FRESHEST_CRL","features":[393]},{"name":"szOID_GIVEN_NAME","features":[393]},{"name":"szOID_HPKP_DOMAIN_NAME_CTL","features":[393]},{"name":"szOID_HPKP_HEADER_VALUE_CTL","features":[393]},{"name":"szOID_INFOSEC","features":[393]},{"name":"szOID_INFOSEC_SuiteAConfidentiality","features":[393]},{"name":"szOID_INFOSEC_SuiteAIntegrity","features":[393]},{"name":"szOID_INFOSEC_SuiteAKMandSig","features":[393]},{"name":"szOID_INFOSEC_SuiteAKeyManagement","features":[393]},{"name":"szOID_INFOSEC_SuiteASignature","features":[393]},{"name":"szOID_INFOSEC_SuiteATokenProtection","features":[393]},{"name":"szOID_INFOSEC_mosaicConfidentiality","features":[393]},{"name":"szOID_INFOSEC_mosaicIntegrity","features":[393]},{"name":"szOID_INFOSEC_mosaicKMandSig","features":[393]},{"name":"szOID_INFOSEC_mosaicKMandUpdSig","features":[393]},{"name":"szOID_INFOSEC_mosaicKeyManagement","features":[393]},{"name":"szOID_INFOSEC_mosaicSignature","features":[393]},{"name":"szOID_INFOSEC_mosaicTokenProtection","features":[393]},{"name":"szOID_INFOSEC_mosaicUpdatedInteg","features":[393]},{"name":"szOID_INFOSEC_mosaicUpdatedSig","features":[393]},{"name":"szOID_INFOSEC_sdnsConfidentiality","features":[393]},{"name":"szOID_INFOSEC_sdnsIntegrity","features":[393]},{"name":"szOID_INFOSEC_sdnsKMandSig","features":[393]},{"name":"szOID_INFOSEC_sdnsKeyManagement","features":[393]},{"name":"szOID_INFOSEC_sdnsSignature","features":[393]},{"name":"szOID_INFOSEC_sdnsTokenProtection","features":[393]},{"name":"szOID_INHIBIT_ANY_POLICY","features":[393]},{"name":"szOID_INITIALS","features":[393]},{"name":"szOID_INTERNATIONALIZED_EMAIL_ADDRESS","features":[393]},{"name":"szOID_INTERNATIONAL_ISDN_NUMBER","features":[393]},{"name":"szOID_IPSEC_KP_IKE_INTERMEDIATE","features":[393]},{"name":"szOID_ISSUED_CERT_HASH","features":[393]},{"name":"szOID_ISSUER_ALT_NAME","features":[393]},{"name":"szOID_ISSUER_ALT_NAME2","features":[393]},{"name":"szOID_ISSUING_DIST_POINT","features":[393]},{"name":"szOID_IUM_SIGNING","features":[393]},{"name":"szOID_KEYID_RDN","features":[393]},{"name":"szOID_KEY_ATTRIBUTES","features":[393]},{"name":"szOID_KEY_USAGE","features":[393]},{"name":"szOID_KEY_USAGE_RESTRICTION","features":[393]},{"name":"szOID_KP_CA_EXCHANGE","features":[393]},{"name":"szOID_KP_CSP_SIGNATURE","features":[393]},{"name":"szOID_KP_CTL_USAGE_SIGNING","features":[393]},{"name":"szOID_KP_DOCUMENT_SIGNING","features":[393]},{"name":"szOID_KP_EFS","features":[393]},{"name":"szOID_KP_FLIGHT_SIGNING","features":[393]},{"name":"szOID_KP_KERNEL_MODE_CODE_SIGNING","features":[393]},{"name":"szOID_KP_KERNEL_MODE_HAL_EXTENSION_SIGNING","features":[393]},{"name":"szOID_KP_KERNEL_MODE_TRUSTED_BOOT_SIGNING","features":[393]},{"name":"szOID_KP_KEY_RECOVERY","features":[393]},{"name":"szOID_KP_KEY_RECOVERY_AGENT","features":[393]},{"name":"szOID_KP_LIFETIME_SIGNING","features":[393]},{"name":"szOID_KP_MOBILE_DEVICE_SOFTWARE","features":[393]},{"name":"szOID_KP_PRIVACY_CA","features":[393]},{"name":"szOID_KP_QUALIFIED_SUBORDINATION","features":[393]},{"name":"szOID_KP_SMARTCARD_LOGON","features":[393]},{"name":"szOID_KP_SMART_DISPLAY","features":[393]},{"name":"szOID_KP_TIME_STAMP_SIGNING","features":[393]},{"name":"szOID_KP_TPM_AIK_CERTIFICATE","features":[393]},{"name":"szOID_KP_TPM_EK_CERTIFICATE","features":[393]},{"name":"szOID_KP_TPM_PLATFORM_CERTIFICATE","features":[393]},{"name":"szOID_LEGACY_POLICY_MAPPINGS","features":[393]},{"name":"szOID_LICENSES","features":[393]},{"name":"szOID_LICENSE_SERVER","features":[393]},{"name":"szOID_LOCALITY_NAME","features":[393]},{"name":"szOID_LOCAL_MACHINE_KEYSET","features":[393]},{"name":"szOID_LOGOTYPE_EXT","features":[393]},{"name":"szOID_LOYALTY_OTHER_LOGOTYPE","features":[393]},{"name":"szOID_MEMBER","features":[393]},{"name":"szOID_MICROSOFT_PUBLISHER_SIGNER","features":[393]},{"name":"szOID_NAME_CONSTRAINTS","features":[393]},{"name":"szOID_NETSCAPE","features":[393]},{"name":"szOID_NETSCAPE_BASE_URL","features":[393]},{"name":"szOID_NETSCAPE_CA_POLICY_URL","features":[393]},{"name":"szOID_NETSCAPE_CA_REVOCATION_URL","features":[393]},{"name":"szOID_NETSCAPE_CERT_EXTENSION","features":[393]},{"name":"szOID_NETSCAPE_CERT_RENEWAL_URL","features":[393]},{"name":"szOID_NETSCAPE_CERT_SEQUENCE","features":[393]},{"name":"szOID_NETSCAPE_CERT_TYPE","features":[393]},{"name":"szOID_NETSCAPE_COMMENT","features":[393]},{"name":"szOID_NETSCAPE_DATA_TYPE","features":[393]},{"name":"szOID_NETSCAPE_REVOCATION_URL","features":[393]},{"name":"szOID_NETSCAPE_SSL_SERVER_NAME","features":[393]},{"name":"szOID_NEXT_UPDATE_LOCATION","features":[393]},{"name":"szOID_NIST_AES128_CBC","features":[393]},{"name":"szOID_NIST_AES128_WRAP","features":[393]},{"name":"szOID_NIST_AES192_CBC","features":[393]},{"name":"szOID_NIST_AES192_WRAP","features":[393]},{"name":"szOID_NIST_AES256_CBC","features":[393]},{"name":"szOID_NIST_AES256_WRAP","features":[393]},{"name":"szOID_NIST_sha256","features":[393]},{"name":"szOID_NIST_sha384","features":[393]},{"name":"szOID_NIST_sha512","features":[393]},{"name":"szOID_NT5_CRYPTO","features":[393]},{"name":"szOID_NTDS_CA_SECURITY_EXT","features":[393]},{"name":"szOID_NTDS_OBJECTSID","features":[393]},{"name":"szOID_NTDS_REPLICATION","features":[393]},{"name":"szOID_NT_PRINCIPAL_NAME","features":[393]},{"name":"szOID_OEM_WHQL_CRYPTO","features":[393]},{"name":"szOID_OIW","features":[393]},{"name":"szOID_OIWDIR","features":[393]},{"name":"szOID_OIWDIR_CRPT","features":[393]},{"name":"szOID_OIWDIR_HASH","features":[393]},{"name":"szOID_OIWDIR_SIGN","features":[393]},{"name":"szOID_OIWDIR_md2","features":[393]},{"name":"szOID_OIWDIR_md2RSA","features":[393]},{"name":"szOID_OIWSEC","features":[393]},{"name":"szOID_OIWSEC_desCBC","features":[393]},{"name":"szOID_OIWSEC_desCFB","features":[393]},{"name":"szOID_OIWSEC_desECB","features":[393]},{"name":"szOID_OIWSEC_desEDE","features":[393]},{"name":"szOID_OIWSEC_desMAC","features":[393]},{"name":"szOID_OIWSEC_desOFB","features":[393]},{"name":"szOID_OIWSEC_dhCommMod","features":[393]},{"name":"szOID_OIWSEC_dsa","features":[393]},{"name":"szOID_OIWSEC_dsaComm","features":[393]},{"name":"szOID_OIWSEC_dsaCommSHA","features":[393]},{"name":"szOID_OIWSEC_dsaCommSHA1","features":[393]},{"name":"szOID_OIWSEC_dsaSHA1","features":[393]},{"name":"szOID_OIWSEC_keyHashSeal","features":[393]},{"name":"szOID_OIWSEC_md2RSASign","features":[393]},{"name":"szOID_OIWSEC_md4RSA","features":[393]},{"name":"szOID_OIWSEC_md4RSA2","features":[393]},{"name":"szOID_OIWSEC_md5RSA","features":[393]},{"name":"szOID_OIWSEC_md5RSASign","features":[393]},{"name":"szOID_OIWSEC_mdc2","features":[393]},{"name":"szOID_OIWSEC_mdc2RSA","features":[393]},{"name":"szOID_OIWSEC_rsaSign","features":[393]},{"name":"szOID_OIWSEC_rsaXchg","features":[393]},{"name":"szOID_OIWSEC_sha","features":[393]},{"name":"szOID_OIWSEC_sha1","features":[393]},{"name":"szOID_OIWSEC_sha1RSASign","features":[393]},{"name":"szOID_OIWSEC_shaDSA","features":[393]},{"name":"szOID_OIWSEC_shaRSA","features":[393]},{"name":"szOID_ORGANIZATIONAL_UNIT_NAME","features":[393]},{"name":"szOID_ORGANIZATION_NAME","features":[393]},{"name":"szOID_OS_VERSION","features":[393]},{"name":"szOID_OWNER","features":[393]},{"name":"szOID_PHYSICAL_DELIVERY_OFFICE_NAME","features":[393]},{"name":"szOID_PIN_RULES_CTL","features":[393]},{"name":"szOID_PIN_RULES_DOMAIN_NAME","features":[393]},{"name":"szOID_PIN_RULES_EXT","features":[393]},{"name":"szOID_PIN_RULES_LOG_END_DATE_EXT","features":[393]},{"name":"szOID_PIN_RULES_SIGNER","features":[393]},{"name":"szOID_PKCS","features":[393]},{"name":"szOID_PKCS_1","features":[393]},{"name":"szOID_PKCS_10","features":[393]},{"name":"szOID_PKCS_12","features":[393]},{"name":"szOID_PKCS_12_EXTENDED_ATTRIBUTES","features":[393]},{"name":"szOID_PKCS_12_FRIENDLY_NAME_ATTR","features":[393]},{"name":"szOID_PKCS_12_KEY_PROVIDER_NAME_ATTR","features":[393]},{"name":"szOID_PKCS_12_LOCAL_KEY_ID","features":[393]},{"name":"szOID_PKCS_12_PROTECTED_PASSWORD_SECRET_BAG_TYPE_ID","features":[393]},{"name":"szOID_PKCS_12_PbeIds","features":[393]},{"name":"szOID_PKCS_12_pbeWithSHA1And128BitRC2","features":[393]},{"name":"szOID_PKCS_12_pbeWithSHA1And128BitRC4","features":[393]},{"name":"szOID_PKCS_12_pbeWithSHA1And2KeyTripleDES","features":[393]},{"name":"szOID_PKCS_12_pbeWithSHA1And3KeyTripleDES","features":[393]},{"name":"szOID_PKCS_12_pbeWithSHA1And40BitRC2","features":[393]},{"name":"szOID_PKCS_12_pbeWithSHA1And40BitRC4","features":[393]},{"name":"szOID_PKCS_2","features":[393]},{"name":"szOID_PKCS_3","features":[393]},{"name":"szOID_PKCS_4","features":[393]},{"name":"szOID_PKCS_5","features":[393]},{"name":"szOID_PKCS_5_PBES2","features":[393]},{"name":"szOID_PKCS_5_PBKDF2","features":[393]},{"name":"szOID_PKCS_6","features":[393]},{"name":"szOID_PKCS_7","features":[393]},{"name":"szOID_PKCS_7_DATA","features":[393]},{"name":"szOID_PKCS_7_DIGESTED","features":[393]},{"name":"szOID_PKCS_7_ENCRYPTED","features":[393]},{"name":"szOID_PKCS_7_ENVELOPED","features":[393]},{"name":"szOID_PKCS_7_SIGNED","features":[393]},{"name":"szOID_PKCS_7_SIGNEDANDENVELOPED","features":[393]},{"name":"szOID_PKCS_8","features":[393]},{"name":"szOID_PKCS_9","features":[393]},{"name":"szOID_PKCS_9_CONTENT_TYPE","features":[393]},{"name":"szOID_PKCS_9_MESSAGE_DIGEST","features":[393]},{"name":"szOID_PKINIT_KP_KDC","features":[393]},{"name":"szOID_PKIX","features":[393]},{"name":"szOID_PKIX_ACC_DESCR","features":[393]},{"name":"szOID_PKIX_CA_ISSUERS","features":[393]},{"name":"szOID_PKIX_CA_REPOSITORY","features":[393]},{"name":"szOID_PKIX_KP","features":[393]},{"name":"szOID_PKIX_KP_CLIENT_AUTH","features":[393]},{"name":"szOID_PKIX_KP_CODE_SIGNING","features":[393]},{"name":"szOID_PKIX_KP_EMAIL_PROTECTION","features":[393]},{"name":"szOID_PKIX_KP_IPSEC_END_SYSTEM","features":[393]},{"name":"szOID_PKIX_KP_IPSEC_TUNNEL","features":[393]},{"name":"szOID_PKIX_KP_IPSEC_USER","features":[393]},{"name":"szOID_PKIX_KP_OCSP_SIGNING","features":[393]},{"name":"szOID_PKIX_KP_SERVER_AUTH","features":[393]},{"name":"szOID_PKIX_KP_TIMESTAMP_SIGNING","features":[393]},{"name":"szOID_PKIX_NO_SIGNATURE","features":[393]},{"name":"szOID_PKIX_OCSP","features":[393]},{"name":"szOID_PKIX_OCSP_BASIC_SIGNED_RESPONSE","features":[393]},{"name":"szOID_PKIX_OCSP_NOCHECK","features":[393]},{"name":"szOID_PKIX_OCSP_NONCE","features":[393]},{"name":"szOID_PKIX_PE","features":[393]},{"name":"szOID_PKIX_POLICY_QUALIFIER_CPS","features":[393]},{"name":"szOID_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[393]},{"name":"szOID_PKIX_TIME_STAMPING","features":[393]},{"name":"szOID_PLATFORM_MANIFEST_BINARY_ID","features":[393]},{"name":"szOID_POLICY_CONSTRAINTS","features":[393]},{"name":"szOID_POLICY_MAPPINGS","features":[393]},{"name":"szOID_POSTAL_ADDRESS","features":[393]},{"name":"szOID_POSTAL_CODE","features":[393]},{"name":"szOID_POST_OFFICE_BOX","features":[393]},{"name":"szOID_PREFERRED_DELIVERY_METHOD","features":[393]},{"name":"szOID_PRESENTATION_ADDRESS","features":[393]},{"name":"szOID_PRIVATEKEY_USAGE_PERIOD","features":[393]},{"name":"szOID_PRODUCT_UPDATE","features":[393]},{"name":"szOID_PROTECTED_PROCESS_LIGHT_SIGNER","features":[393]},{"name":"szOID_PROTECTED_PROCESS_SIGNER","features":[393]},{"name":"szOID_QC_EU_COMPLIANCE","features":[393]},{"name":"szOID_QC_SSCD","features":[393]},{"name":"szOID_QC_STATEMENTS_EXT","features":[393]},{"name":"szOID_RDN_DUMMY_SIGNER","features":[393]},{"name":"szOID_RDN_TCG_PLATFORM_MANUFACTURER","features":[393]},{"name":"szOID_RDN_TCG_PLATFORM_MODEL","features":[393]},{"name":"szOID_RDN_TCG_PLATFORM_VERSION","features":[393]},{"name":"szOID_RDN_TPM_MANUFACTURER","features":[393]},{"name":"szOID_RDN_TPM_MODEL","features":[393]},{"name":"szOID_RDN_TPM_VERSION","features":[393]},{"name":"szOID_REASON_CODE_HOLD","features":[393]},{"name":"szOID_REGISTERED_ADDRESS","features":[393]},{"name":"szOID_REMOVE_CERTIFICATE","features":[393]},{"name":"szOID_RENEWAL_CERTIFICATE","features":[393]},{"name":"szOID_REQUEST_CLIENT_INFO","features":[393]},{"name":"szOID_REQUIRE_CERT_CHAIN_POLICY","features":[393]},{"name":"szOID_REVOKED_LIST_SIGNER","features":[393]},{"name":"szOID_RFC3161_counterSign","features":[393]},{"name":"szOID_RFC3161v21_counterSign","features":[393]},{"name":"szOID_RFC3161v21_thumbprints","features":[393]},{"name":"szOID_ROLE_OCCUPANT","features":[393]},{"name":"szOID_ROOT_LIST_SIGNER","features":[393]},{"name":"szOID_ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION","features":[393]},{"name":"szOID_ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION","features":[393]},{"name":"szOID_ROOT_PROGRAM_FLAGS","features":[393]},{"name":"szOID_ROOT_PROGRAM_NO_OCSP_FAILOVER_TO_CRL","features":[393]},{"name":"szOID_RSA","features":[393]},{"name":"szOID_RSAES_OAEP","features":[393]},{"name":"szOID_RSA_DES_EDE3_CBC","features":[393]},{"name":"szOID_RSA_DH","features":[393]},{"name":"szOID_RSA_ENCRYPT","features":[393]},{"name":"szOID_RSA_HASH","features":[393]},{"name":"szOID_RSA_MD2","features":[393]},{"name":"szOID_RSA_MD2RSA","features":[393]},{"name":"szOID_RSA_MD4","features":[393]},{"name":"szOID_RSA_MD4RSA","features":[393]},{"name":"szOID_RSA_MD5","features":[393]},{"name":"szOID_RSA_MD5RSA","features":[393]},{"name":"szOID_RSA_MGF1","features":[393]},{"name":"szOID_RSA_PSPECIFIED","features":[393]},{"name":"szOID_RSA_RC2CBC","features":[393]},{"name":"szOID_RSA_RC4","features":[393]},{"name":"szOID_RSA_RC5_CBCPad","features":[393]},{"name":"szOID_RSA_RSA","features":[393]},{"name":"szOID_RSA_SETOAEP_RSA","features":[393]},{"name":"szOID_RSA_SHA1RSA","features":[393]},{"name":"szOID_RSA_SHA256RSA","features":[393]},{"name":"szOID_RSA_SHA384RSA","features":[393]},{"name":"szOID_RSA_SHA512RSA","features":[393]},{"name":"szOID_RSA_SMIMECapabilities","features":[393]},{"name":"szOID_RSA_SMIMEalg","features":[393]},{"name":"szOID_RSA_SMIMEalgCMS3DESwrap","features":[393]},{"name":"szOID_RSA_SMIMEalgCMSRC2wrap","features":[393]},{"name":"szOID_RSA_SMIMEalgESDH","features":[393]},{"name":"szOID_RSA_SSA_PSS","features":[393]},{"name":"szOID_RSA_certExtensions","features":[393]},{"name":"szOID_RSA_challengePwd","features":[393]},{"name":"szOID_RSA_contentType","features":[393]},{"name":"szOID_RSA_counterSign","features":[393]},{"name":"szOID_RSA_data","features":[393]},{"name":"szOID_RSA_digestedData","features":[393]},{"name":"szOID_RSA_emailAddr","features":[393]},{"name":"szOID_RSA_encryptedData","features":[393]},{"name":"szOID_RSA_envelopedData","features":[393]},{"name":"szOID_RSA_extCertAttrs","features":[393]},{"name":"szOID_RSA_hashedData","features":[393]},{"name":"szOID_RSA_messageDigest","features":[393]},{"name":"szOID_RSA_preferSignedData","features":[393]},{"name":"szOID_RSA_signEnvData","features":[393]},{"name":"szOID_RSA_signedData","features":[393]},{"name":"szOID_RSA_signingTime","features":[393]},{"name":"szOID_RSA_unstructAddr","features":[393]},{"name":"szOID_RSA_unstructName","features":[393]},{"name":"szOID_SEARCH_GUIDE","features":[393]},{"name":"szOID_SEE_ALSO","features":[393]},{"name":"szOID_SERIALIZED","features":[393]},{"name":"szOID_SERVER_GATED_CRYPTO","features":[393]},{"name":"szOID_SGC_NETSCAPE","features":[393]},{"name":"szOID_SITE_PIN_RULES_FLAGS_ATTR","features":[393]},{"name":"szOID_SITE_PIN_RULES_INDEX_ATTR","features":[393]},{"name":"szOID_SORTED_CTL","features":[393]},{"name":"szOID_STATE_OR_PROVINCE_NAME","features":[393]},{"name":"szOID_STREET_ADDRESS","features":[393]},{"name":"szOID_SUBJECT_ALT_NAME","features":[393]},{"name":"szOID_SUBJECT_ALT_NAME2","features":[393]},{"name":"szOID_SUBJECT_DIR_ATTRS","features":[393]},{"name":"szOID_SUBJECT_INFO_ACCESS","features":[393]},{"name":"szOID_SUBJECT_KEY_IDENTIFIER","features":[393]},{"name":"szOID_SUPPORTED_APPLICATION_CONTEXT","features":[393]},{"name":"szOID_SUR_NAME","features":[393]},{"name":"szOID_SYNC_ROOT_CTL_EXT","features":[393]},{"name":"szOID_TELEPHONE_NUMBER","features":[393]},{"name":"szOID_TELETEXT_TERMINAL_IDENTIFIER","features":[393]},{"name":"szOID_TELEX_NUMBER","features":[393]},{"name":"szOID_TIMESTAMP_TOKEN","features":[393]},{"name":"szOID_TITLE","features":[393]},{"name":"szOID_TLS_FEATURES_EXT","features":[393]},{"name":"szOID_USER_CERTIFICATE","features":[393]},{"name":"szOID_USER_PASSWORD","features":[393]},{"name":"szOID_VERISIGN_BITSTRING_6_13","features":[393]},{"name":"szOID_VERISIGN_ISS_STRONG_CRYPTO","features":[393]},{"name":"szOID_VERISIGN_ONSITE_JURISDICTION_HASH","features":[393]},{"name":"szOID_VERISIGN_PRIVATE_6_9","features":[393]},{"name":"szOID_WHQL_CRYPTO","features":[393]},{"name":"szOID_WINDOWS_KITS_SIGNER","features":[393]},{"name":"szOID_WINDOWS_RT_SIGNER","features":[393]},{"name":"szOID_WINDOWS_SOFTWARE_EXTENSION_SIGNER","features":[393]},{"name":"szOID_WINDOWS_STORE_SIGNER","features":[393]},{"name":"szOID_WINDOWS_TCB_SIGNER","features":[393]},{"name":"szOID_WINDOWS_THIRD_PARTY_COMPONENT_SIGNER","features":[393]},{"name":"szOID_X21_ADDRESS","features":[393]},{"name":"szOID_X957","features":[393]},{"name":"szOID_X957_DSA","features":[393]},{"name":"szOID_X957_SHA1DSA","features":[393]},{"name":"szOID_YESNO_TRUST_ATTR","features":[393]},{"name":"szPRIV_KEY_CACHE_MAX_ITEMS","features":[393]},{"name":"szPRIV_KEY_CACHE_PURGE_INTERVAL_SECONDS","features":[393]},{"name":"szROOT_STORE_FILE","features":[393]},{"name":"szUSER_KEYEXCHANGE_CERT_PREFIX","features":[393]},{"name":"szUSER_KEYEXCHANGE_PRIVATE_KEY_PREFIX","features":[393]},{"name":"szUSER_KEYEXCHANGE_PUBLIC_KEY_PREFIX","features":[393]},{"name":"szUSER_SIGNATURE_CERT_PREFIX","features":[393]},{"name":"szUSER_SIGNATURE_PRIVATE_KEY_PREFIX","features":[393]},{"name":"szUSER_SIGNATURE_PUBLIC_KEY_PREFIX","features":[393]},{"name":"sz_CERT_STORE_PROV_COLLECTION","features":[393]},{"name":"sz_CERT_STORE_PROV_FILENAME","features":[393]},{"name":"sz_CERT_STORE_PROV_FILENAME_W","features":[393]},{"name":"sz_CERT_STORE_PROV_LDAP","features":[393]},{"name":"sz_CERT_STORE_PROV_LDAP_W","features":[393]},{"name":"sz_CERT_STORE_PROV_MEMORY","features":[393]},{"name":"sz_CERT_STORE_PROV_PHYSICAL","features":[393]},{"name":"sz_CERT_STORE_PROV_PHYSICAL_W","features":[393]},{"name":"sz_CERT_STORE_PROV_PKCS12","features":[393]},{"name":"sz_CERT_STORE_PROV_PKCS7","features":[393]},{"name":"sz_CERT_STORE_PROV_SERIALIZED","features":[393]},{"name":"sz_CERT_STORE_PROV_SMART_CARD","features":[393]},{"name":"sz_CERT_STORE_PROV_SMART_CARD_W","features":[393]},{"name":"sz_CERT_STORE_PROV_SYSTEM","features":[393]},{"name":"sz_CERT_STORE_PROV_SYSTEM_REGISTRY","features":[393]},{"name":"sz_CERT_STORE_PROV_SYSTEM_REGISTRY_W","features":[393]},{"name":"sz_CERT_STORE_PROV_SYSTEM_W","features":[393]},{"name":"wszCARD_USER_ADMIN","features":[393]},{"name":"wszCARD_USER_EVERYONE","features":[393]},{"name":"wszCARD_USER_USER","features":[393]},{"name":"wszURI_CANONICALIZATION_C14N","features":[393]},{"name":"wszURI_CANONICALIZATION_C14NC","features":[393]},{"name":"wszURI_CANONICALIZATION_EXSLUSIVE_C14N","features":[393]},{"name":"wszURI_CANONICALIZATION_EXSLUSIVE_C14NC","features":[393]},{"name":"wszURI_NTDS_OBJECTSID_PREFIX","features":[393]},{"name":"wszURI_TRANSFORM_XPATH","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_BASE64","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_DSA_SHA1","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA1","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA256","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA384","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA512","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA1","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA256","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA384","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA512","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA1","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA256","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA384","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA512","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_SHA1","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_SHA256","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_SHA384","features":[393]},{"name":"wszURI_XMLNS_DIGSIG_SHA512","features":[393]},{"name":"wszURI_XMLNS_TRANSFORM_BASE64","features":[393]},{"name":"wszURI_XMLNS_TRANSFORM_ENVELOPED","features":[393]},{"name":"wszXMLNS_DIGSIG","features":[393]},{"name":"wszXMLNS_DIGSIG_Id","features":[393]},{"name":"wszXMLNS_DIGSIG_SignatureProperties","features":[393]}],"491":[{"name":"CATALOG_INFO","features":[487]},{"name":"CRYPTCATATTRIBUTE","features":[487]},{"name":"CRYPTCATCDF","features":[307,487]},{"name":"CRYPTCATMEMBER","features":[307,487,488]},{"name":"CRYPTCATSTORE","features":[307,487]},{"name":"CRYPTCAT_ADDCATALOG_HARDLINK","features":[487]},{"name":"CRYPTCAT_ADDCATALOG_NONE","features":[487]},{"name":"CRYPTCAT_ATTR_AUTHENTICATED","features":[487]},{"name":"CRYPTCAT_ATTR_DATAASCII","features":[487]},{"name":"CRYPTCAT_ATTR_DATABASE64","features":[487]},{"name":"CRYPTCAT_ATTR_DATAREPLACE","features":[487]},{"name":"CRYPTCAT_ATTR_NAMEASCII","features":[487]},{"name":"CRYPTCAT_ATTR_NAMEOBJID","features":[487]},{"name":"CRYPTCAT_ATTR_NO_AUTO_COMPAT_ENTRY","features":[487]},{"name":"CRYPTCAT_ATTR_UNAUTHENTICATED","features":[487]},{"name":"CRYPTCAT_E_AREA_ATTRIBUTE","features":[487]},{"name":"CRYPTCAT_E_AREA_HEADER","features":[487]},{"name":"CRYPTCAT_E_AREA_MEMBER","features":[487]},{"name":"CRYPTCAT_E_CDF_ATTR_TOOFEWVALUES","features":[487]},{"name":"CRYPTCAT_E_CDF_ATTR_TYPECOMBO","features":[487]},{"name":"CRYPTCAT_E_CDF_BAD_GUID_CONV","features":[487]},{"name":"CRYPTCAT_E_CDF_DUPLICATE","features":[487]},{"name":"CRYPTCAT_E_CDF_MEMBER_FILENOTFOUND","features":[487]},{"name":"CRYPTCAT_E_CDF_MEMBER_FILE_PATH","features":[487]},{"name":"CRYPTCAT_E_CDF_MEMBER_INDIRECTDATA","features":[487]},{"name":"CRYPTCAT_E_CDF_TAGNOTFOUND","features":[487]},{"name":"CRYPTCAT_E_CDF_UNSUPPORTED","features":[487]},{"name":"CRYPTCAT_FILEEXT","features":[487]},{"name":"CRYPTCAT_MAX_MEMBERTAG","features":[487]},{"name":"CRYPTCAT_MEMBER_SORTED","features":[487]},{"name":"CRYPTCAT_OPEN_ALWAYS","features":[487]},{"name":"CRYPTCAT_OPEN_CREATENEW","features":[487]},{"name":"CRYPTCAT_OPEN_EXCLUDE_PAGE_HASHES","features":[487]},{"name":"CRYPTCAT_OPEN_EXISTING","features":[487]},{"name":"CRYPTCAT_OPEN_FLAGS","features":[487]},{"name":"CRYPTCAT_OPEN_FLAGS_MASK","features":[487]},{"name":"CRYPTCAT_OPEN_INCLUDE_PAGE_HASHES","features":[487]},{"name":"CRYPTCAT_OPEN_NO_CONTENT_HCRYPTMSG","features":[487]},{"name":"CRYPTCAT_OPEN_SORTED","features":[487]},{"name":"CRYPTCAT_OPEN_VERIFYSIGHASH","features":[487]},{"name":"CRYPTCAT_VERSION","features":[487]},{"name":"CRYPTCAT_VERSION_1","features":[487]},{"name":"CRYPTCAT_VERSION_2","features":[487]},{"name":"CryptCATAdminAcquireContext","features":[307,487]},{"name":"CryptCATAdminAcquireContext2","features":[307,487]},{"name":"CryptCATAdminAddCatalog","features":[487]},{"name":"CryptCATAdminCalcHashFromFileHandle","features":[307,487]},{"name":"CryptCATAdminCalcHashFromFileHandle2","features":[307,487]},{"name":"CryptCATAdminEnumCatalogFromHash","features":[487]},{"name":"CryptCATAdminPauseServiceForBackup","features":[307,487]},{"name":"CryptCATAdminReleaseCatalogContext","features":[307,487]},{"name":"CryptCATAdminReleaseContext","features":[307,487]},{"name":"CryptCATAdminRemoveCatalog","features":[307,487]},{"name":"CryptCATAdminResolveCatalogPath","features":[307,487]},{"name":"CryptCATAllocSortedMemberInfo","features":[307,487,488]},{"name":"CryptCATCDFClose","features":[307,487]},{"name":"CryptCATCDFEnumAttributes","features":[307,487,488]},{"name":"CryptCATCDFEnumCatAttributes","features":[307,487]},{"name":"CryptCATCDFEnumMembers","features":[307,487,488]},{"name":"CryptCATCDFOpen","features":[307,487]},{"name":"CryptCATCatalogInfoFromContext","features":[307,487]},{"name":"CryptCATClose","features":[307,487]},{"name":"CryptCATEnumerateAttr","features":[307,487,488]},{"name":"CryptCATEnumerateCatAttr","features":[307,487]},{"name":"CryptCATEnumerateMember","features":[307,487,488]},{"name":"CryptCATFreeSortedMemberInfo","features":[307,487,488]},{"name":"CryptCATGetAttrInfo","features":[307,487,488]},{"name":"CryptCATGetCatAttrInfo","features":[307,487]},{"name":"CryptCATGetMemberInfo","features":[307,487,488]},{"name":"CryptCATHandleFromStore","features":[307,487]},{"name":"CryptCATOpen","features":[307,487]},{"name":"CryptCATPersistStore","features":[307,487]},{"name":"CryptCATPutAttrInfo","features":[307,487,488]},{"name":"CryptCATPutCatAttrInfo","features":[307,487]},{"name":"CryptCATPutMemberInfo","features":[307,487,488]},{"name":"CryptCATStoreFromHandle","features":[307,487]},{"name":"IsCatalogFile","features":[307,487]},{"name":"MS_ADDINFO_CATALOGMEMBER","features":[307,487,488]},{"name":"PFN_CDF_PARSE_ERROR_CALLBACK","features":[487]},{"name":"szOID_CATALOG_LIST","features":[487]},{"name":"szOID_CATALOG_LIST_MEMBER","features":[487]},{"name":"szOID_CATALOG_LIST_MEMBER2","features":[487]}],"492":[{"name":"ADDED_CERT_TYPE","features":[489]},{"name":"AlgorithmFlags","features":[489]},{"name":"AlgorithmFlagsNone","features":[489]},{"name":"AlgorithmFlagsWrap","features":[489]},{"name":"AlgorithmOperationFlags","features":[489]},{"name":"AlgorithmType","features":[489]},{"name":"AllowNoOutstandingRequest","features":[489]},{"name":"AllowNone","features":[489]},{"name":"AllowUntrustedCertificate","features":[489]},{"name":"AllowUntrustedRoot","features":[489]},{"name":"AllowedKeySignature","features":[489]},{"name":"AllowedNullSignature","features":[489]},{"name":"AlternativeNameType","features":[489]},{"name":"CAIF_DSENTRY","features":[489]},{"name":"CAIF_LOCAL","features":[489]},{"name":"CAIF_REGISTRY","features":[489]},{"name":"CAIF_REGISTRYPARENT","features":[489]},{"name":"CAIF_SHAREDFOLDERENTRY","features":[489]},{"name":"CAINFO","features":[489]},{"name":"CAPATHLENGTH_INFINITE","features":[489]},{"name":"CAPropCertificate","features":[489]},{"name":"CAPropCertificateTypes","features":[489]},{"name":"CAPropCommonName","features":[489]},{"name":"CAPropDNSName","features":[489]},{"name":"CAPropDescription","features":[489]},{"name":"CAPropDistinguishedName","features":[489]},{"name":"CAPropRenewalOnly","features":[489]},{"name":"CAPropSanitizedName","features":[489]},{"name":"CAPropSanitizedShortName","features":[489]},{"name":"CAPropSecurity","features":[489]},{"name":"CAPropSiteName","features":[489]},{"name":"CAPropWebServers","features":[489]},{"name":"CA_ACCESS_ADMIN","features":[489]},{"name":"CA_ACCESS_AUDITOR","features":[489]},{"name":"CA_ACCESS_ENROLL","features":[489]},{"name":"CA_ACCESS_MASKROLES","features":[489]},{"name":"CA_ACCESS_OFFICER","features":[489]},{"name":"CA_ACCESS_OPERATOR","features":[489]},{"name":"CA_ACCESS_READ","features":[489]},{"name":"CA_CRL_BASE","features":[489]},{"name":"CA_CRL_DELTA","features":[489]},{"name":"CA_CRL_REPUBLISH","features":[489]},{"name":"CA_DISP_ERROR","features":[489]},{"name":"CA_DISP_INCOMPLETE","features":[489]},{"name":"CA_DISP_INVALID","features":[489]},{"name":"CA_DISP_REVOKED","features":[489]},{"name":"CA_DISP_UNDER_SUBMISSION","features":[489]},{"name":"CA_DISP_VALID","features":[489]},{"name":"CAlternativeName","features":[489]},{"name":"CAlternativeNames","features":[489]},{"name":"CBinaryConverter","features":[489]},{"name":"CCLOCKSKEWMINUTESDEFAULT","features":[489]},{"name":"CC_DEFAULTCONFIG","features":[489]},{"name":"CC_FIRSTCONFIG","features":[489]},{"name":"CC_LOCALACTIVECONFIG","features":[489]},{"name":"CC_LOCALCONFIG","features":[489]},{"name":"CC_UIPICKCONFIG","features":[489]},{"name":"CC_UIPICKCONFIGSKIPLOCALCA","features":[489]},{"name":"CCertAdmin","features":[489]},{"name":"CCertConfig","features":[489]},{"name":"CCertEncodeAltName","features":[489]},{"name":"CCertEncodeBitString","features":[489]},{"name":"CCertEncodeCRLDistInfo","features":[489]},{"name":"CCertEncodeDateArray","features":[489]},{"name":"CCertEncodeLongArray","features":[489]},{"name":"CCertEncodeStringArray","features":[489]},{"name":"CCertGetConfig","features":[489]},{"name":"CCertProperties","features":[489]},{"name":"CCertProperty","features":[489]},{"name":"CCertPropertyArchived","features":[489]},{"name":"CCertPropertyArchivedKeyHash","features":[489]},{"name":"CCertPropertyAutoEnroll","features":[489]},{"name":"CCertPropertyBackedUp","features":[489]},{"name":"CCertPropertyDescription","features":[489]},{"name":"CCertPropertyEnrollment","features":[489]},{"name":"CCertPropertyEnrollmentPolicyServer","features":[489]},{"name":"CCertPropertyFriendlyName","features":[489]},{"name":"CCertPropertyKeyProvInfo","features":[489]},{"name":"CCertPropertyRenewal","features":[489]},{"name":"CCertPropertyRequestOriginator","features":[489]},{"name":"CCertPropertySHA1Hash","features":[489]},{"name":"CCertRequest","features":[489]},{"name":"CCertServerExit","features":[489]},{"name":"CCertServerPolicy","features":[489]},{"name":"CCertView","features":[489]},{"name":"CCertificateAttestationChallenge","features":[489]},{"name":"CCertificatePolicies","features":[489]},{"name":"CCertificatePolicy","features":[489]},{"name":"CCryptAttribute","features":[489]},{"name":"CCryptAttributes","features":[489]},{"name":"CCspInformation","features":[489]},{"name":"CCspInformations","features":[489]},{"name":"CCspStatus","features":[489]},{"name":"CDR_EXPIRED","features":[489]},{"name":"CDR_REQUEST_LAST_CHANGED","features":[489]},{"name":"CERTADMIN_GET_ROLES_FLAGS","features":[489]},{"name":"CERTENROLL_INDEX_BASE","features":[489]},{"name":"CERTENROLL_OBJECTID","features":[489]},{"name":"CERTENROLL_PROPERTYID","features":[489]},{"name":"CERTTRANSBLOB","features":[489]},{"name":"CERTVIEWRESTRICTION","features":[489]},{"name":"CERT_ALT_NAME","features":[489]},{"name":"CERT_ALT_NAME_DIRECTORY_NAME","features":[489]},{"name":"CERT_ALT_NAME_DNS_NAME","features":[489]},{"name":"CERT_ALT_NAME_IP_ADDRESS","features":[489]},{"name":"CERT_ALT_NAME_OTHER_NAME","features":[489]},{"name":"CERT_ALT_NAME_REGISTERED_ID","features":[489]},{"name":"CERT_ALT_NAME_RFC822_NAME","features":[489]},{"name":"CERT_ALT_NAME_URL","features":[489]},{"name":"CERT_CREATE_REQUEST_FLAGS","features":[489]},{"name":"CERT_DELETE_ROW_FLAGS","features":[489]},{"name":"CERT_EXIT_EVENT_MASK","features":[489]},{"name":"CERT_GET_CONFIG_FLAGS","features":[489]},{"name":"CERT_IMPORT_FLAGS","features":[489]},{"name":"CERT_PROPERTY_TYPE","features":[489]},{"name":"CERT_REQUEST_OUT_TYPE","features":[489]},{"name":"CERT_VIEW_COLUMN_INDEX","features":[489]},{"name":"CERT_VIEW_SEEK_OPERATOR_FLAGS","features":[489]},{"name":"CEnroll","features":[489]},{"name":"CEnroll2","features":[489]},{"name":"CMM_READONLY","features":[489]},{"name":"CMM_REFRESHONLY","features":[489]},{"name":"CObjectId","features":[489]},{"name":"CObjectIds","features":[489]},{"name":"CPF_BADURL_ERROR","features":[489]},{"name":"CPF_BASE","features":[489]},{"name":"CPF_CASTORE_ERROR","features":[489]},{"name":"CPF_COMPLETE","features":[489]},{"name":"CPF_DELTA","features":[489]},{"name":"CPF_FILE_ERROR","features":[489]},{"name":"CPF_FTP_ERROR","features":[489]},{"name":"CPF_HTTP_ERROR","features":[489]},{"name":"CPF_LDAP_ERROR","features":[489]},{"name":"CPF_MANUAL","features":[489]},{"name":"CPF_POSTPONED_BASE_FILE_ERROR","features":[489]},{"name":"CPF_POSTPONED_BASE_LDAP_ERROR","features":[489]},{"name":"CPF_SHADOW","features":[489]},{"name":"CPF_SIGNATURE_ERROR","features":[489]},{"name":"CPolicyQualifier","features":[489]},{"name":"CPolicyQualifiers","features":[489]},{"name":"CRLF_ALLOW_REQUEST_ATTRIBUTE_SUBJECT","features":[489]},{"name":"CRLF_BUILD_ROOTCA_CRLENTRIES_BASEDONKEY","features":[489]},{"name":"CRLF_CRLNUMBER_CRITICAL","features":[489]},{"name":"CRLF_DELETE_EXPIRED_CRLS","features":[489]},{"name":"CRLF_DELTA_USE_OLDEST_UNEXPIRED_BASE","features":[489]},{"name":"CRLF_DISABLE_CHAIN_VERIFICATION","features":[489]},{"name":"CRLF_DISABLE_RDN_REORDER","features":[489]},{"name":"CRLF_DISABLE_ROOT_CROSS_CERTS","features":[489]},{"name":"CRLF_ENFORCE_ENROLLMENT_AGENT","features":[489]},{"name":"CRLF_IGNORE_CROSS_CERT_TRUST_ERROR","features":[489]},{"name":"CRLF_IGNORE_INVALID_POLICIES","features":[489]},{"name":"CRLF_IGNORE_UNKNOWN_CMC_ATTRIBUTES","features":[489]},{"name":"CRLF_LOG_FULL_RESPONSE","features":[489]},{"name":"CRLF_PRESERVE_EXPIRED_CA_CERTS","features":[489]},{"name":"CRLF_PRESERVE_REVOKED_CA_CERTS","features":[489]},{"name":"CRLF_PUBLISH_EXPIRED_CERT_CRLS","features":[489]},{"name":"CRLF_REBUILD_MODIFIED_SUBJECT_ONLY","features":[489]},{"name":"CRLF_REVCHECK_IGNORE_NOREVCHECK","features":[489]},{"name":"CRLF_REVCHECK_IGNORE_OFFLINE","features":[489]},{"name":"CRLF_SAVE_FAILED_CERTS","features":[489]},{"name":"CRLF_USE_CROSS_CERT_TEMPLATE","features":[489]},{"name":"CRLF_USE_XCHG_CERT_TEMPLATE","features":[489]},{"name":"CRLRevocationReason","features":[489]},{"name":"CRYPT_ENUM_ALL_PROVIDERS","features":[489]},{"name":"CR_DISP","features":[489]},{"name":"CR_DISP_DENIED","features":[489]},{"name":"CR_DISP_ERROR","features":[489]},{"name":"CR_DISP_INCOMPLETE","features":[489]},{"name":"CR_DISP_ISSUED","features":[489]},{"name":"CR_DISP_ISSUED_OUT_OF_BAND","features":[489]},{"name":"CR_DISP_REVOKED","features":[489]},{"name":"CR_DISP_UNDER_SUBMISSION","features":[489]},{"name":"CR_FLG_CACROSSCERT","features":[489]},{"name":"CR_FLG_CAXCHGCERT","features":[489]},{"name":"CR_FLG_CHALLENGEPENDING","features":[489]},{"name":"CR_FLG_CHALLENGESATISFIED","features":[489]},{"name":"CR_FLG_DEFINEDCACERT","features":[489]},{"name":"CR_FLG_ENFORCEUTF8","features":[489]},{"name":"CR_FLG_ENROLLONBEHALFOF","features":[489]},{"name":"CR_FLG_FORCETELETEX","features":[489]},{"name":"CR_FLG_FORCEUTF8","features":[489]},{"name":"CR_FLG_PUBLISHERROR","features":[489]},{"name":"CR_FLG_RENEWAL","features":[489]},{"name":"CR_FLG_SUBJECTUNMODIFIED","features":[489]},{"name":"CR_FLG_TRUSTEKCERT","features":[489]},{"name":"CR_FLG_TRUSTEKKEY","features":[489]},{"name":"CR_FLG_TRUSTONUSE","features":[489]},{"name":"CR_FLG_VALIDENCRYPTEDKEYHASH","features":[489]},{"name":"CR_GEMT_DEFAULT","features":[489]},{"name":"CR_GEMT_HRESULT_STRING","features":[489]},{"name":"CR_GEMT_HTTP_ERROR","features":[489]},{"name":"CR_IN_BASE64","features":[489]},{"name":"CR_IN_BASE64HEADER","features":[489]},{"name":"CR_IN_BINARY","features":[489]},{"name":"CR_IN_CERTIFICATETRANSPARENCY","features":[489]},{"name":"CR_IN_CHALLENGERESPONSE","features":[489]},{"name":"CR_IN_CLIENTIDNONE","features":[489]},{"name":"CR_IN_CMC","features":[489]},{"name":"CR_IN_CONNECTONLY","features":[489]},{"name":"CR_IN_CRLS","features":[489]},{"name":"CR_IN_ENCODEANY","features":[489]},{"name":"CR_IN_ENCODEMASK","features":[489]},{"name":"CR_IN_FORMATANY","features":[489]},{"name":"CR_IN_FORMATMASK","features":[489]},{"name":"CR_IN_FULLRESPONSE","features":[489]},{"name":"CR_IN_HTTP","features":[489]},{"name":"CR_IN_KEYGEN","features":[489]},{"name":"CR_IN_MACHINE","features":[489]},{"name":"CR_IN_PKCS10","features":[489]},{"name":"CR_IN_PKCS7","features":[489]},{"name":"CR_IN_RETURNCHALLENGE","features":[489]},{"name":"CR_IN_ROBO","features":[489]},{"name":"CR_IN_RPC","features":[489]},{"name":"CR_IN_SCEP","features":[489]},{"name":"CR_IN_SCEPPOST","features":[489]},{"name":"CR_IN_SIGNEDCERTIFICATETIMESTAMPLIST","features":[489]},{"name":"CR_OUT_BASE64","features":[489]},{"name":"CR_OUT_BASE64HEADER","features":[489]},{"name":"CR_OUT_BASE64REQUESTHEADER","features":[489]},{"name":"CR_OUT_BASE64X509CRLHEADER","features":[489]},{"name":"CR_OUT_BINARY","features":[489]},{"name":"CR_OUT_CHAIN","features":[489]},{"name":"CR_OUT_CRLS","features":[489]},{"name":"CR_OUT_ENCODEMASK","features":[489]},{"name":"CR_OUT_HEX","features":[489]},{"name":"CR_OUT_HEXADDR","features":[489]},{"name":"CR_OUT_HEXASCII","features":[489]},{"name":"CR_OUT_HEXASCIIADDR","features":[489]},{"name":"CR_OUT_HEXRAW","features":[489]},{"name":"CR_OUT_NOCR","features":[489]},{"name":"CR_OUT_NOCRLF","features":[489]},{"name":"CR_PROP_ADVANCEDSERVER","features":[489]},{"name":"CR_PROP_BASECRL","features":[489]},{"name":"CR_PROP_BASECRLPUBLISHSTATUS","features":[489]},{"name":"CR_PROP_CABACKWARDCROSSCERT","features":[489]},{"name":"CR_PROP_CABACKWARDCROSSCERTSTATE","features":[489]},{"name":"CR_PROP_CACERTSTATE","features":[489]},{"name":"CR_PROP_CACERTSTATUSCODE","features":[489]},{"name":"CR_PROP_CACERTVERSION","features":[489]},{"name":"CR_PROP_CAFORWARDCROSSCERT","features":[489]},{"name":"CR_PROP_CAFORWARDCROSSCERTSTATE","features":[489]},{"name":"CR_PROP_CANAME","features":[489]},{"name":"CR_PROP_CAPROPIDMAX","features":[489]},{"name":"CR_PROP_CASIGCERT","features":[489]},{"name":"CR_PROP_CASIGCERTCHAIN","features":[489]},{"name":"CR_PROP_CASIGCERTCOUNT","features":[489]},{"name":"CR_PROP_CASIGCERTCRLCHAIN","features":[489]},{"name":"CR_PROP_CATYPE","features":[489]},{"name":"CR_PROP_CAXCHGCERT","features":[489]},{"name":"CR_PROP_CAXCHGCERTCHAIN","features":[489]},{"name":"CR_PROP_CAXCHGCERTCOUNT","features":[489]},{"name":"CR_PROP_CAXCHGCERTCRLCHAIN","features":[489]},{"name":"CR_PROP_CERTAIAOCSPURLS","features":[489]},{"name":"CR_PROP_CERTAIAURLS","features":[489]},{"name":"CR_PROP_CERTCDPURLS","features":[489]},{"name":"CR_PROP_CRLSTATE","features":[489]},{"name":"CR_PROP_DELTACRL","features":[489]},{"name":"CR_PROP_DELTACRLPUBLISHSTATUS","features":[489]},{"name":"CR_PROP_DNSNAME","features":[489]},{"name":"CR_PROP_EXITCOUNT","features":[489]},{"name":"CR_PROP_EXITDESCRIPTION","features":[489]},{"name":"CR_PROP_FILEVERSION","features":[489]},{"name":"CR_PROP_KRACERT","features":[489]},{"name":"CR_PROP_KRACERTCOUNT","features":[489]},{"name":"CR_PROP_KRACERTSTATE","features":[489]},{"name":"CR_PROP_KRACERTUSEDCOUNT","features":[489]},{"name":"CR_PROP_LOCALENAME","features":[489]},{"name":"CR_PROP_NONE","features":[489]},{"name":"CR_PROP_PARENTCA","features":[489]},{"name":"CR_PROP_POLICYDESCRIPTION","features":[489]},{"name":"CR_PROP_PRODUCTVERSION","features":[489]},{"name":"CR_PROP_ROLESEPARATIONENABLED","features":[489]},{"name":"CR_PROP_SANITIZEDCANAME","features":[489]},{"name":"CR_PROP_SANITIZEDCASHORTNAME","features":[489]},{"name":"CR_PROP_SCEPMAX","features":[489]},{"name":"CR_PROP_SCEPMIN","features":[489]},{"name":"CR_PROP_SCEPSERVERCAPABILITIES","features":[489]},{"name":"CR_PROP_SCEPSERVERCERTS","features":[489]},{"name":"CR_PROP_SCEPSERVERCERTSCHAIN","features":[489]},{"name":"CR_PROP_SHAREDFOLDER","features":[489]},{"name":"CR_PROP_SUBJECTTEMPLATE_OIDS","features":[489]},{"name":"CR_PROP_TEMPLATES","features":[489]},{"name":"CSBACKUP_DISABLE_INCREMENTAL","features":[489]},{"name":"CSBACKUP_TYPE","features":[489]},{"name":"CSBACKUP_TYPE_FULL","features":[489]},{"name":"CSBACKUP_TYPE_LOGS_ONLY","features":[489]},{"name":"CSBACKUP_TYPE_MASK","features":[489]},{"name":"CSBFT_DATABASE_DIRECTORY","features":[489]},{"name":"CSBFT_DIRECTORY","features":[489]},{"name":"CSBFT_LOG_DIRECTORY","features":[489]},{"name":"CSCONTROL_RESTART","features":[489]},{"name":"CSCONTROL_SHUTDOWN","features":[489]},{"name":"CSCONTROL_SUSPEND","features":[489]},{"name":"CSEDB_RSTMAPW","features":[489]},{"name":"CSRESTORE_TYPE_CATCHUP","features":[489]},{"name":"CSRESTORE_TYPE_FULL","features":[489]},{"name":"CSRESTORE_TYPE_MASK","features":[489]},{"name":"CSRESTORE_TYPE_ONLINE","features":[489]},{"name":"CSURL_ADDTOCERTCDP","features":[489]},{"name":"CSURL_ADDTOCERTOCSP","features":[489]},{"name":"CSURL_ADDTOCRLCDP","features":[489]},{"name":"CSURL_ADDTOFRESHESTCRL","features":[489]},{"name":"CSURL_ADDTOIDP","features":[489]},{"name":"CSURL_PUBLISHRETRY","features":[489]},{"name":"CSURL_SERVERPUBLISH","features":[489]},{"name":"CSURL_SERVERPUBLISHDELTA","features":[489]},{"name":"CSVER_MAJOR","features":[489]},{"name":"CSVER_MAJOR_LONGHORN","features":[489]},{"name":"CSVER_MAJOR_THRESHOLD","features":[489]},{"name":"CSVER_MAJOR_WHISTLER","features":[489]},{"name":"CSVER_MAJOR_WIN2K","features":[489]},{"name":"CSVER_MAJOR_WIN7","features":[489]},{"name":"CSVER_MAJOR_WIN8","features":[489]},{"name":"CSVER_MAJOR_WINBLUE","features":[489]},{"name":"CSVER_MINOR","features":[489]},{"name":"CSVER_MINOR_LONGHORN_BETA1","features":[489]},{"name":"CSVER_MINOR_THRESHOLD","features":[489]},{"name":"CSVER_MINOR_WHISTLER_BETA2","features":[489]},{"name":"CSVER_MINOR_WHISTLER_BETA3","features":[489]},{"name":"CSVER_MINOR_WIN2K","features":[489]},{"name":"CSVER_MINOR_WIN7","features":[489]},{"name":"CSVER_MINOR_WIN8","features":[489]},{"name":"CSVER_MINOR_WINBLUE","features":[489]},{"name":"CSignerCertificate","features":[489]},{"name":"CSmimeCapabilities","features":[489]},{"name":"CSmimeCapability","features":[489]},{"name":"CVIEWAGEMINUTESDEFAULT","features":[489]},{"name":"CVRC_COLUMN","features":[489]},{"name":"CVRC_COLUMN_MASK","features":[489]},{"name":"CVRC_COLUMN_RESULT","features":[489]},{"name":"CVRC_COLUMN_SCHEMA","features":[489]},{"name":"CVRC_COLUMN_VALUE","features":[489]},{"name":"CVRC_TABLE","features":[489]},{"name":"CVRC_TABLE_ATTRIBUTES","features":[489]},{"name":"CVRC_TABLE_CRL","features":[489]},{"name":"CVRC_TABLE_EXTENSIONS","features":[489]},{"name":"CVRC_TABLE_MASK","features":[489]},{"name":"CVRC_TABLE_REQCERT","features":[489]},{"name":"CVRC_TABLE_SHIFT","features":[489]},{"name":"CVR_SEEK_EQ","features":[489]},{"name":"CVR_SEEK_GE","features":[489]},{"name":"CVR_SEEK_GT","features":[489]},{"name":"CVR_SEEK_LE","features":[489]},{"name":"CVR_SEEK_LT","features":[489]},{"name":"CVR_SEEK_MASK","features":[489]},{"name":"CVR_SEEK_NODELTA","features":[489]},{"name":"CVR_SEEK_NONE","features":[489]},{"name":"CVR_SORT_ASCEND","features":[489]},{"name":"CVR_SORT_DESCEND","features":[489]},{"name":"CVR_SORT_NONE","features":[489]},{"name":"CV_COLUMN_ATTRIBUTE_DEFAULT","features":[489]},{"name":"CV_COLUMN_CRL_DEFAULT","features":[489]},{"name":"CV_COLUMN_EXTENSION_DEFAULT","features":[489]},{"name":"CV_COLUMN_LOG_DEFAULT","features":[489]},{"name":"CV_COLUMN_LOG_FAILED_DEFAULT","features":[489]},{"name":"CV_COLUMN_LOG_REVOKED_DEFAULT","features":[489]},{"name":"CV_COLUMN_QUEUE_DEFAULT","features":[489]},{"name":"CV_OUT_BASE64","features":[489]},{"name":"CV_OUT_BASE64HEADER","features":[489]},{"name":"CV_OUT_BASE64REQUESTHEADER","features":[489]},{"name":"CV_OUT_BASE64X509CRLHEADER","features":[489]},{"name":"CV_OUT_BINARY","features":[489]},{"name":"CV_OUT_ENCODEMASK","features":[489]},{"name":"CV_OUT_HEX","features":[489]},{"name":"CV_OUT_HEXADDR","features":[489]},{"name":"CV_OUT_HEXASCII","features":[489]},{"name":"CV_OUT_HEXASCIIADDR","features":[489]},{"name":"CV_OUT_HEXRAW","features":[489]},{"name":"CV_OUT_NOCR","features":[489]},{"name":"CV_OUT_NOCRLF","features":[489]},{"name":"CX500DistinguishedName","features":[489]},{"name":"CX509Attribute","features":[489]},{"name":"CX509AttributeArchiveKey","features":[489]},{"name":"CX509AttributeArchiveKeyHash","features":[489]},{"name":"CX509AttributeClientId","features":[489]},{"name":"CX509AttributeCspProvider","features":[489]},{"name":"CX509AttributeExtensions","features":[489]},{"name":"CX509AttributeOSVersion","features":[489]},{"name":"CX509AttributeRenewalCertificate","features":[489]},{"name":"CX509Attributes","features":[489]},{"name":"CX509CertificateRequestCertificate","features":[489]},{"name":"CX509CertificateRequestCmc","features":[489]},{"name":"CX509CertificateRequestPkcs10","features":[489]},{"name":"CX509CertificateRequestPkcs7","features":[489]},{"name":"CX509CertificateRevocationList","features":[489]},{"name":"CX509CertificateRevocationListEntries","features":[489]},{"name":"CX509CertificateRevocationListEntry","features":[489]},{"name":"CX509CertificateTemplateADWritable","features":[489]},{"name":"CX509EndorsementKey","features":[489]},{"name":"CX509Enrollment","features":[489]},{"name":"CX509EnrollmentHelper","features":[489]},{"name":"CX509EnrollmentPolicyActiveDirectory","features":[489]},{"name":"CX509EnrollmentPolicyWebService","features":[489]},{"name":"CX509EnrollmentWebClassFactory","features":[489]},{"name":"CX509Extension","features":[489]},{"name":"CX509ExtensionAlternativeNames","features":[489]},{"name":"CX509ExtensionAuthorityKeyIdentifier","features":[489]},{"name":"CX509ExtensionBasicConstraints","features":[489]},{"name":"CX509ExtensionCertificatePolicies","features":[489]},{"name":"CX509ExtensionEnhancedKeyUsage","features":[489]},{"name":"CX509ExtensionKeyUsage","features":[489]},{"name":"CX509ExtensionMSApplicationPolicies","features":[489]},{"name":"CX509ExtensionSmimeCapabilities","features":[489]},{"name":"CX509ExtensionSubjectKeyIdentifier","features":[489]},{"name":"CX509ExtensionTemplate","features":[489]},{"name":"CX509ExtensionTemplateName","features":[489]},{"name":"CX509Extensions","features":[489]},{"name":"CX509MachineEnrollmentFactory","features":[489]},{"name":"CX509NameValuePair","features":[489]},{"name":"CX509PolicyServerListManager","features":[489]},{"name":"CX509PolicyServerUrl","features":[489]},{"name":"CX509PrivateKey","features":[489]},{"name":"CX509PublicKey","features":[489]},{"name":"CX509SCEPEnrollment","features":[489]},{"name":"CX509SCEPEnrollmentHelper","features":[489]},{"name":"CertSrvBackupClose","features":[489]},{"name":"CertSrvBackupEnd","features":[489]},{"name":"CertSrvBackupFree","features":[489]},{"name":"CertSrvBackupGetBackupLogsW","features":[489]},{"name":"CertSrvBackupGetDatabaseNamesW","features":[489]},{"name":"CertSrvBackupGetDynamicFileListW","features":[489]},{"name":"CertSrvBackupOpenFileW","features":[489]},{"name":"CertSrvBackupPrepareW","features":[489]},{"name":"CertSrvBackupRead","features":[489]},{"name":"CertSrvBackupTruncateLogs","features":[489]},{"name":"CertSrvIsServerOnlineW","features":[307,489]},{"name":"CertSrvRestoreEnd","features":[489]},{"name":"CertSrvRestoreGetDatabaseLocationsW","features":[489]},{"name":"CertSrvRestorePrepareW","features":[489]},{"name":"CertSrvRestoreRegisterComplete","features":[489]},{"name":"CertSrvRestoreRegisterThroughFile","features":[489]},{"name":"CertSrvRestoreRegisterW","features":[489]},{"name":"CertSrvServerControlW","features":[489]},{"name":"ClientIdAutoEnroll","features":[489]},{"name":"ClientIdAutoEnroll2003","features":[489]},{"name":"ClientIdCertReq","features":[489]},{"name":"ClientIdCertReq2003","features":[489]},{"name":"ClientIdDefaultRequest","features":[489]},{"name":"ClientIdEOBO","features":[489]},{"name":"ClientIdNone","features":[489]},{"name":"ClientIdRequestWizard","features":[489]},{"name":"ClientIdTest","features":[489]},{"name":"ClientIdUserStart","features":[489]},{"name":"ClientIdWinRT","features":[489]},{"name":"ClientIdWizard2003","features":[489]},{"name":"ClientIdXEnroll2003","features":[489]},{"name":"CommitFlagDeleteTemplate","features":[489]},{"name":"CommitFlagSaveTemplateGenerateOID","features":[489]},{"name":"CommitFlagSaveTemplateOverwrite","features":[489]},{"name":"CommitFlagSaveTemplateUseCurrentOID","features":[489]},{"name":"CommitTemplateFlags","features":[489]},{"name":"ContextAdministratorForceMachine","features":[489]},{"name":"ContextMachine","features":[489]},{"name":"ContextNone","features":[489]},{"name":"ContextUser","features":[489]},{"name":"DBFLAGS_CHECKPOINTDEPTH60MB","features":[489]},{"name":"DBFLAGS_CIRCULARLOGGING","features":[489]},{"name":"DBFLAGS_CREATEIFNEEDED","features":[489]},{"name":"DBFLAGS_DISABLESNAPSHOTBACKUP","features":[489]},{"name":"DBFLAGS_ENABLEVOLATILEREQUESTS","features":[489]},{"name":"DBFLAGS_LAZYFLUSH","features":[489]},{"name":"DBFLAGS_LOGBUFFERSHUGE","features":[489]},{"name":"DBFLAGS_LOGBUFFERSLARGE","features":[489]},{"name":"DBFLAGS_LOGFILESIZE16MB","features":[489]},{"name":"DBFLAGS_MAXCACHESIZEX100","features":[489]},{"name":"DBFLAGS_MULTITHREADTRANSACTIONS","features":[489]},{"name":"DBFLAGS_READONLY","features":[489]},{"name":"DBG_CERTSRV","features":[489]},{"name":"DBSESSIONCOUNTDEFAULT","features":[489]},{"name":"DB_DISP_ACTIVE","features":[489]},{"name":"DB_DISP_CA_CERT","features":[489]},{"name":"DB_DISP_CA_CERT_CHAIN","features":[489]},{"name":"DB_DISP_DENIED","features":[489]},{"name":"DB_DISP_ERROR","features":[489]},{"name":"DB_DISP_FOREIGN","features":[489]},{"name":"DB_DISP_ISSUED","features":[489]},{"name":"DB_DISP_KRA_CERT","features":[489]},{"name":"DB_DISP_LOG_FAILED_MIN","features":[489]},{"name":"DB_DISP_LOG_MIN","features":[489]},{"name":"DB_DISP_PENDING","features":[489]},{"name":"DB_DISP_QUEUE_MAX","features":[489]},{"name":"DB_DISP_REVOKED","features":[489]},{"name":"DefaultNone","features":[489]},{"name":"DefaultPolicyServer","features":[489]},{"name":"DelayRetryAction","features":[489]},{"name":"DelayRetryLong","features":[489]},{"name":"DelayRetryNone","features":[489]},{"name":"DelayRetryPastSuccess","features":[489]},{"name":"DelayRetryShort","features":[489]},{"name":"DelayRetrySuccess","features":[489]},{"name":"DelayRetryUnknown","features":[489]},{"name":"DisableGroupPolicyList","features":[489]},{"name":"DisableUserServerList","features":[489]},{"name":"DisplayNo","features":[489]},{"name":"DisplayYes","features":[489]},{"name":"EANR_SUPPRESS_IA5CONVERSION","features":[489]},{"name":"EAN_NAMEOBJECTID","features":[489]},{"name":"EDITF_ADDOLDCERTTYPE","features":[489]},{"name":"EDITF_ADDOLDKEYUSAGE","features":[489]},{"name":"EDITF_ATTRIBUTECA","features":[489]},{"name":"EDITF_ATTRIBUTEEKU","features":[489]},{"name":"EDITF_ATTRIBUTEENDDATE","features":[489]},{"name":"EDITF_ATTRIBUTESUBJECTALTNAME2","features":[489]},{"name":"EDITF_AUDITCERTTEMPLATELOAD","features":[489]},{"name":"EDITF_BASICCONSTRAINTSCA","features":[489]},{"name":"EDITF_BASICCONSTRAINTSCRITICAL","features":[489]},{"name":"EDITF_DISABLEEXTENSIONLIST","features":[489]},{"name":"EDITF_DISABLELDAPPACKAGELIST","features":[489]},{"name":"EDITF_DISABLEOLDOSCNUPN","features":[489]},{"name":"EDITF_EMAILOPTIONAL","features":[489]},{"name":"EDITF_ENABLEAKICRITICAL","features":[489]},{"name":"EDITF_ENABLEAKIISSUERNAME","features":[489]},{"name":"EDITF_ENABLEAKIISSUERSERIAL","features":[489]},{"name":"EDITF_ENABLEAKIKEYID","features":[489]},{"name":"EDITF_ENABLECHASECLIENTDC","features":[489]},{"name":"EDITF_ENABLEDEFAULTSMIME","features":[489]},{"name":"EDITF_ENABLEKEYENCIPHERMENTCACERT","features":[489]},{"name":"EDITF_ENABLELDAPREFERRALS","features":[489]},{"name":"EDITF_ENABLEOCSPREVNOCHECK","features":[489]},{"name":"EDITF_ENABLERENEWONBEHALFOF","features":[489]},{"name":"EDITF_ENABLEREQUESTEXTENSIONS","features":[489]},{"name":"EDITF_ENABLEUPNMAP","features":[489]},{"name":"EDITF_IGNOREREQUESTERGROUP","features":[489]},{"name":"EDITF_REQUESTEXTENSIONLIST","features":[489]},{"name":"EDITF_SERVERUPGRADED","features":[489]},{"name":"ENUMEXT_OBJECTID","features":[489]},{"name":"ENUM_CATYPES","features":[489]},{"name":"ENUM_CERT_COLUMN_VALUE_FLAGS","features":[489]},{"name":"ENUM_ENTERPRISE_ROOTCA","features":[489]},{"name":"ENUM_ENTERPRISE_SUBCA","features":[489]},{"name":"ENUM_STANDALONE_ROOTCA","features":[489]},{"name":"ENUM_STANDALONE_SUBCA","features":[489]},{"name":"ENUM_UNKNOWN_CA","features":[489]},{"name":"EXITEVENT_CERTDENIED","features":[489]},{"name":"EXITEVENT_CERTIMPORTED","features":[489]},{"name":"EXITEVENT_CERTISSUED","features":[489]},{"name":"EXITEVENT_CERTPENDING","features":[489]},{"name":"EXITEVENT_CERTRETRIEVEPENDING","features":[489]},{"name":"EXITEVENT_CERTREVOKED","features":[489]},{"name":"EXITEVENT_CRLISSUED","features":[489]},{"name":"EXITEVENT_INVALID","features":[489]},{"name":"EXITEVENT_SHUTDOWN","features":[489]},{"name":"EXITEVENT_STARTUP","features":[489]},{"name":"EXITPUB_ACTIVEDIRECTORY","features":[489]},{"name":"EXITPUB_DEFAULT_ENTERPRISE","features":[489]},{"name":"EXITPUB_DEFAULT_STANDALONE","features":[489]},{"name":"EXITPUB_FILE","features":[489]},{"name":"EXITPUB_REMOVEOLDCERTS","features":[489]},{"name":"EXTENSION_CRITICAL_FLAG","features":[489]},{"name":"EXTENSION_DELETE_FLAG","features":[489]},{"name":"EXTENSION_DISABLE_FLAG","features":[489]},{"name":"EXTENSION_ORIGIN_ADMIN","features":[489]},{"name":"EXTENSION_ORIGIN_CACERT","features":[489]},{"name":"EXTENSION_ORIGIN_CMC","features":[489]},{"name":"EXTENSION_ORIGIN_IMPORTEDCERT","features":[489]},{"name":"EXTENSION_ORIGIN_MASK","features":[489]},{"name":"EXTENSION_ORIGIN_PKCS7","features":[489]},{"name":"EXTENSION_ORIGIN_POLICY","features":[489]},{"name":"EXTENSION_ORIGIN_RENEWALCERT","features":[489]},{"name":"EXTENSION_ORIGIN_REQUEST","features":[489]},{"name":"EXTENSION_ORIGIN_SERVER","features":[489]},{"name":"EXTENSION_POLICY_MASK","features":[489]},{"name":"EncodingType","features":[489]},{"name":"EnrollDenied","features":[489]},{"name":"EnrollError","features":[489]},{"name":"EnrollPended","features":[489]},{"name":"EnrollPrompt","features":[489]},{"name":"EnrollSkipped","features":[489]},{"name":"EnrollUIDeferredEnrollmentRequired","features":[489]},{"name":"EnrollUnknown","features":[489]},{"name":"Enrolled","features":[489]},{"name":"EnrollmentAddOCSPNoCheck","features":[489]},{"name":"EnrollmentAddTemplateName","features":[489]},{"name":"EnrollmentAllowEnrollOnBehalfOf","features":[489]},{"name":"EnrollmentAutoEnrollment","features":[489]},{"name":"EnrollmentAutoEnrollmentCheckUserDSCertificate","features":[489]},{"name":"EnrollmentCAProperty","features":[489]},{"name":"EnrollmentCertificateIssuancePoliciesFromRequest","features":[489]},{"name":"EnrollmentDisplayStatus","features":[489]},{"name":"EnrollmentDomainAuthenticationNotRequired","features":[489]},{"name":"EnrollmentEnrollStatus","features":[489]},{"name":"EnrollmentIncludeBasicConstraintsForEECerts","features":[489]},{"name":"EnrollmentIncludeSymmetricAlgorithms","features":[489]},{"name":"EnrollmentNoRevocationInfoInCerts","features":[489]},{"name":"EnrollmentPendAllRequests","features":[489]},{"name":"EnrollmentPolicyFlags","features":[489]},{"name":"EnrollmentPolicyServerPropertyFlags","features":[489]},{"name":"EnrollmentPreviousApprovalKeyBasedValidateReenrollment","features":[489]},{"name":"EnrollmentPreviousApprovalValidateReenrollment","features":[489]},{"name":"EnrollmentPublishToDS","features":[489]},{"name":"EnrollmentPublishToKRAContainer","features":[489]},{"name":"EnrollmentRemoveInvalidCertificateFromPersonalStore","features":[489]},{"name":"EnrollmentReuseKeyOnFullSmartCard","features":[489]},{"name":"EnrollmentSelectionStatus","features":[489]},{"name":"EnrollmentSkipAutoRenewal","features":[489]},{"name":"EnrollmentTemplateProperty","features":[489]},{"name":"EnrollmentUserInteractionRequired","features":[489]},{"name":"ExportCAs","features":[489]},{"name":"ExportOIDs","features":[489]},{"name":"ExportTemplates","features":[489]},{"name":"FNCERTSRVBACKUPCLOSE","features":[489]},{"name":"FNCERTSRVBACKUPEND","features":[489]},{"name":"FNCERTSRVBACKUPFREE","features":[489]},{"name":"FNCERTSRVBACKUPGETBACKUPLOGSW","features":[489]},{"name":"FNCERTSRVBACKUPGETDATABASENAMESW","features":[489]},{"name":"FNCERTSRVBACKUPGETDYNAMICFILELISTW","features":[489]},{"name":"FNCERTSRVBACKUPOPENFILEW","features":[489]},{"name":"FNCERTSRVBACKUPPREPAREW","features":[489]},{"name":"FNCERTSRVBACKUPREAD","features":[489]},{"name":"FNCERTSRVBACKUPTRUNCATELOGS","features":[489]},{"name":"FNCERTSRVISSERVERONLINEW","features":[307,489]},{"name":"FNCERTSRVRESTOREEND","features":[489]},{"name":"FNCERTSRVRESTOREGETDATABASELOCATIONSW","features":[489]},{"name":"FNCERTSRVRESTOREPREPAREW","features":[489]},{"name":"FNCERTSRVRESTOREREGISTERCOMPLETE","features":[489]},{"name":"FNCERTSRVRESTOREREGISTERW","features":[489]},{"name":"FNCERTSRVSERVERCONTROLW","features":[489]},{"name":"FNIMPORTPFXTOPROVIDER","features":[307,489]},{"name":"FNIMPORTPFXTOPROVIDERFREEDATA","features":[307,489]},{"name":"FR_PROP_ATTESTATIONCHALLENGE","features":[489]},{"name":"FR_PROP_ATTESTATIONPROVIDERNAME","features":[489]},{"name":"FR_PROP_BODYPARTSTRING","features":[489]},{"name":"FR_PROP_CAEXCHANGECERTIFICATE","features":[489]},{"name":"FR_PROP_CAEXCHANGECERTIFICATECHAIN","features":[489]},{"name":"FR_PROP_CAEXCHANGECERTIFICATECRLCHAIN","features":[489]},{"name":"FR_PROP_CAEXCHANGECERTIFICATEHASH","features":[489]},{"name":"FR_PROP_CLAIMCHALLENGE","features":[489]},{"name":"FR_PROP_ENCRYPTEDKEYHASH","features":[489]},{"name":"FR_PROP_FAILINFO","features":[489]},{"name":"FR_PROP_FULLRESPONSE","features":[489]},{"name":"FR_PROP_FULLRESPONSENOPKCS7","features":[489]},{"name":"FR_PROP_ISSUEDCERTIFICATE","features":[489]},{"name":"FR_PROP_ISSUEDCERTIFICATECHAIN","features":[489]},{"name":"FR_PROP_ISSUEDCERTIFICATECRLCHAIN","features":[489]},{"name":"FR_PROP_ISSUEDCERTIFICATEHASH","features":[489]},{"name":"FR_PROP_NONE","features":[489]},{"name":"FR_PROP_OTHERINFOCHOICE","features":[489]},{"name":"FR_PROP_PENDINFOTIME","features":[489]},{"name":"FR_PROP_PENDINFOTOKEN","features":[489]},{"name":"FR_PROP_STATUS","features":[489]},{"name":"FR_PROP_STATUSINFOCOUNT","features":[489]},{"name":"FR_PROP_STATUSSTRING","features":[489]},{"name":"FULL_RESPONSE_PROPERTY_ID","features":[489]},{"name":"GeneralCA","features":[489]},{"name":"GeneralCrossCA","features":[489]},{"name":"GeneralDefault","features":[489]},{"name":"GeneralDonotPersist","features":[489]},{"name":"GeneralMachineType","features":[489]},{"name":"GeneralModified","features":[489]},{"name":"IAlternativeName","features":[489,358]},{"name":"IAlternativeNames","features":[489,358]},{"name":"IBinaryConverter","features":[489,358]},{"name":"IBinaryConverter2","features":[489,358]},{"name":"ICEnroll","features":[489,358]},{"name":"ICEnroll2","features":[489,358]},{"name":"ICEnroll3","features":[489,358]},{"name":"ICEnroll4","features":[489,358]},{"name":"ICF_ALLOWFOREIGN","features":[489]},{"name":"ICF_EXISTINGROW","features":[489]},{"name":"ICertAdmin","features":[489,358]},{"name":"ICertAdmin2","features":[489,358]},{"name":"ICertConfig","features":[489,358]},{"name":"ICertConfig2","features":[489,358]},{"name":"ICertEncodeAltName","features":[489,358]},{"name":"ICertEncodeAltName2","features":[489,358]},{"name":"ICertEncodeBitString","features":[489,358]},{"name":"ICertEncodeBitString2","features":[489,358]},{"name":"ICertEncodeCRLDistInfo","features":[489,358]},{"name":"ICertEncodeCRLDistInfo2","features":[489,358]},{"name":"ICertEncodeDateArray","features":[489,358]},{"name":"ICertEncodeDateArray2","features":[489,358]},{"name":"ICertEncodeLongArray","features":[489,358]},{"name":"ICertEncodeLongArray2","features":[489,358]},{"name":"ICertEncodeStringArray","features":[489,358]},{"name":"ICertEncodeStringArray2","features":[489,358]},{"name":"ICertExit","features":[489,358]},{"name":"ICertExit2","features":[489,358]},{"name":"ICertGetConfig","features":[489,358]},{"name":"ICertManageModule","features":[489,358]},{"name":"ICertPolicy","features":[489,358]},{"name":"ICertPolicy2","features":[489,358]},{"name":"ICertProperties","features":[489,358]},{"name":"ICertProperty","features":[489,358]},{"name":"ICertPropertyArchived","features":[489,358]},{"name":"ICertPropertyArchivedKeyHash","features":[489,358]},{"name":"ICertPropertyAutoEnroll","features":[489,358]},{"name":"ICertPropertyBackedUp","features":[489,358]},{"name":"ICertPropertyDescription","features":[489,358]},{"name":"ICertPropertyEnrollment","features":[489,358]},{"name":"ICertPropertyEnrollmentPolicyServer","features":[489,358]},{"name":"ICertPropertyFriendlyName","features":[489,358]},{"name":"ICertPropertyKeyProvInfo","features":[489,358]},{"name":"ICertPropertyRenewal","features":[489,358]},{"name":"ICertPropertyRequestOriginator","features":[489,358]},{"name":"ICertPropertySHA1Hash","features":[489,358]},{"name":"ICertRequest","features":[489,358]},{"name":"ICertRequest2","features":[489,358]},{"name":"ICertRequest3","features":[489,358]},{"name":"ICertRequestD","features":[489]},{"name":"ICertRequestD2","features":[489]},{"name":"ICertServerExit","features":[489,358]},{"name":"ICertServerPolicy","features":[489,358]},{"name":"ICertView","features":[489,358]},{"name":"ICertView2","features":[489,358]},{"name":"ICertificateAttestationChallenge","features":[489,358]},{"name":"ICertificateAttestationChallenge2","features":[489,358]},{"name":"ICertificatePolicies","features":[489,358]},{"name":"ICertificatePolicy","features":[489,358]},{"name":"ICertificationAuthorities","features":[489,358]},{"name":"ICertificationAuthority","features":[489,358]},{"name":"ICryptAttribute","features":[489,358]},{"name":"ICryptAttributes","features":[489,358]},{"name":"ICspAlgorithm","features":[489,358]},{"name":"ICspAlgorithms","features":[489,358]},{"name":"ICspInformation","features":[489,358]},{"name":"ICspInformations","features":[489,358]},{"name":"ICspStatus","features":[489,358]},{"name":"ICspStatuses","features":[489,358]},{"name":"IEnroll","features":[489]},{"name":"IEnroll2","features":[489]},{"name":"IEnroll4","features":[489]},{"name":"IEnumCERTVIEWATTRIBUTE","features":[489,358]},{"name":"IEnumCERTVIEWCOLUMN","features":[489,358]},{"name":"IEnumCERTVIEWEXTENSION","features":[489,358]},{"name":"IEnumCERTVIEWROW","features":[489,358]},{"name":"IF_ENABLEADMINASAUDITOR","features":[489]},{"name":"IF_ENABLEEXITKEYRETRIEVAL","features":[489]},{"name":"IF_ENFORCEENCRYPTICERTADMIN","features":[489]},{"name":"IF_ENFORCEENCRYPTICERTREQUEST","features":[489]},{"name":"IF_LOCKICERTREQUEST","features":[489]},{"name":"IF_NOLOCALICERTADMIN","features":[489]},{"name":"IF_NOLOCALICERTADMINBACKUP","features":[489]},{"name":"IF_NOLOCALICERTREQUEST","features":[489]},{"name":"IF_NOREMOTEICERTADMIN","features":[489]},{"name":"IF_NOREMOTEICERTADMINBACKUP","features":[489]},{"name":"IF_NOREMOTEICERTREQUEST","features":[489]},{"name":"IF_NORPCICERTREQUEST","features":[489]},{"name":"IF_NOSNAPSHOTBACKUP","features":[489]},{"name":"IKF_OVERWRITE","features":[489]},{"name":"INDESPolicy","features":[489]},{"name":"IOCSPAdmin","features":[489,358]},{"name":"IOCSPCAConfiguration","features":[489,358]},{"name":"IOCSPCAConfigurationCollection","features":[489,358]},{"name":"IOCSPProperty","features":[489,358]},{"name":"IOCSPPropertyCollection","features":[489,358]},{"name":"IObjectId","features":[489,358]},{"name":"IObjectIds","features":[489,358]},{"name":"IPolicyQualifier","features":[489,358]},{"name":"IPolicyQualifiers","features":[489,358]},{"name":"ISSCERT_DEFAULT_DS","features":[489]},{"name":"ISSCERT_DEFAULT_NODS","features":[489]},{"name":"ISSCERT_ENABLE","features":[489]},{"name":"ISSCERT_FILEURL_OLD","features":[489]},{"name":"ISSCERT_FTPURL_OLD","features":[489]},{"name":"ISSCERT_HTTPURL_OLD","features":[489]},{"name":"ISSCERT_LDAPURL_OLD","features":[489]},{"name":"ISSCERT_URLMASK_OLD","features":[489]},{"name":"ISignerCertificate","features":[489,358]},{"name":"ISignerCertificates","features":[489,358]},{"name":"ISmimeCapabilities","features":[489,358]},{"name":"ISmimeCapability","features":[489,358]},{"name":"IX500DistinguishedName","features":[489,358]},{"name":"IX509Attribute","features":[489,358]},{"name":"IX509AttributeArchiveKey","features":[489,358]},{"name":"IX509AttributeArchiveKeyHash","features":[489,358]},{"name":"IX509AttributeClientId","features":[489,358]},{"name":"IX509AttributeCspProvider","features":[489,358]},{"name":"IX509AttributeExtensions","features":[489,358]},{"name":"IX509AttributeOSVersion","features":[489,358]},{"name":"IX509AttributeRenewalCertificate","features":[489,358]},{"name":"IX509Attributes","features":[489,358]},{"name":"IX509CertificateRequest","features":[489,358]},{"name":"IX509CertificateRequestCertificate","features":[489,358]},{"name":"IX509CertificateRequestCertificate2","features":[489,358]},{"name":"IX509CertificateRequestCmc","features":[489,358]},{"name":"IX509CertificateRequestCmc2","features":[489,358]},{"name":"IX509CertificateRequestPkcs10","features":[489,358]},{"name":"IX509CertificateRequestPkcs10V2","features":[489,358]},{"name":"IX509CertificateRequestPkcs10V3","features":[489,358]},{"name":"IX509CertificateRequestPkcs10V4","features":[489,358]},{"name":"IX509CertificateRequestPkcs7","features":[489,358]},{"name":"IX509CertificateRequestPkcs7V2","features":[489,358]},{"name":"IX509CertificateRevocationList","features":[489,358]},{"name":"IX509CertificateRevocationListEntries","features":[489,358]},{"name":"IX509CertificateRevocationListEntry","features":[489,358]},{"name":"IX509CertificateTemplate","features":[489,358]},{"name":"IX509CertificateTemplateWritable","features":[489,358]},{"name":"IX509CertificateTemplates","features":[489,358]},{"name":"IX509EndorsementKey","features":[489,358]},{"name":"IX509Enrollment","features":[489,358]},{"name":"IX509Enrollment2","features":[489,358]},{"name":"IX509EnrollmentHelper","features":[489,358]},{"name":"IX509EnrollmentPolicyServer","features":[489,358]},{"name":"IX509EnrollmentStatus","features":[489,358]},{"name":"IX509EnrollmentWebClassFactory","features":[489,358]},{"name":"IX509Extension","features":[489,358]},{"name":"IX509ExtensionAlternativeNames","features":[489,358]},{"name":"IX509ExtensionAuthorityKeyIdentifier","features":[489,358]},{"name":"IX509ExtensionBasicConstraints","features":[489,358]},{"name":"IX509ExtensionCertificatePolicies","features":[489,358]},{"name":"IX509ExtensionEnhancedKeyUsage","features":[489,358]},{"name":"IX509ExtensionKeyUsage","features":[489,358]},{"name":"IX509ExtensionMSApplicationPolicies","features":[489,358]},{"name":"IX509ExtensionSmimeCapabilities","features":[489,358]},{"name":"IX509ExtensionSubjectKeyIdentifier","features":[489,358]},{"name":"IX509ExtensionTemplate","features":[489,358]},{"name":"IX509ExtensionTemplateName","features":[489,358]},{"name":"IX509Extensions","features":[489,358]},{"name":"IX509MachineEnrollmentFactory","features":[489,358]},{"name":"IX509NameValuePair","features":[489,358]},{"name":"IX509NameValuePairs","features":[489,358]},{"name":"IX509PolicyServerListManager","features":[489,358]},{"name":"IX509PolicyServerUrl","features":[489,358]},{"name":"IX509PrivateKey","features":[489,358]},{"name":"IX509PrivateKey2","features":[489,358]},{"name":"IX509PublicKey","features":[489,358]},{"name":"IX509SCEPEnrollment","features":[489,358]},{"name":"IX509SCEPEnrollment2","features":[489,358]},{"name":"IX509SCEPEnrollmentHelper","features":[489,358]},{"name":"IX509SignatureInformation","features":[489,358]},{"name":"ImportExportable","features":[489]},{"name":"ImportExportableEncrypted","features":[489]},{"name":"ImportForceOverwrite","features":[489]},{"name":"ImportInstallCertificate","features":[489]},{"name":"ImportInstallChain","features":[489]},{"name":"ImportInstallChainAndRoot","features":[489]},{"name":"ImportMachineContext","features":[489]},{"name":"ImportNoUserProtected","features":[489]},{"name":"ImportNone","features":[489]},{"name":"ImportPFXFlags","features":[489]},{"name":"ImportSaveProperties","features":[489]},{"name":"ImportSilent","features":[489]},{"name":"ImportUserProtected","features":[489]},{"name":"ImportUserProtectedHigh","features":[489]},{"name":"InheritDefault","features":[489]},{"name":"InheritExtensionsFlag","features":[489]},{"name":"InheritKeyMask","features":[489]},{"name":"InheritNewDefaultKey","features":[489]},{"name":"InheritNewSimilarKey","features":[489]},{"name":"InheritNone","features":[489]},{"name":"InheritPrivateKey","features":[489]},{"name":"InheritPublicKey","features":[489]},{"name":"InheritRenewalCertificateFlag","features":[489]},{"name":"InheritReserved80000000","features":[489]},{"name":"InheritSubjectAltNameFlag","features":[489]},{"name":"InheritSubjectFlag","features":[489]},{"name":"InheritTemplateFlag","features":[489]},{"name":"InheritValidityPeriodFlag","features":[489]},{"name":"InnerRequestLevel","features":[489]},{"name":"InstallResponseRestrictionFlags","features":[489]},{"name":"KRAF_DISABLEUSEDEFAULTPROVIDER","features":[489]},{"name":"KRAF_ENABLEARCHIVEALL","features":[489]},{"name":"KRAF_ENABLEFOREIGN","features":[489]},{"name":"KRAF_SAVEBADREQUESTKEY","features":[489]},{"name":"KRA_DISP_EXPIRED","features":[489]},{"name":"KRA_DISP_INVALID","features":[489]},{"name":"KRA_DISP_NOTFOUND","features":[489]},{"name":"KRA_DISP_NOTLOADED","features":[489]},{"name":"KRA_DISP_REVOKED","features":[489]},{"name":"KRA_DISP_UNTRUSTED","features":[489]},{"name":"KRA_DISP_VALID","features":[489]},{"name":"KR_ENABLE_MACHINE","features":[489]},{"name":"KR_ENABLE_USER","features":[489]},{"name":"KeyAttestationClaimType","features":[489]},{"name":"KeyIdentifierHashAlgorithm","features":[489]},{"name":"LDAPF_SIGNDISABLE","features":[489]},{"name":"LDAPF_SSLENABLE","features":[489]},{"name":"LevelInnermost","features":[489]},{"name":"LevelNext","features":[489]},{"name":"LevelSafe","features":[489]},{"name":"LevelUnsafe","features":[489]},{"name":"LoadOptionCacheOnly","features":[489]},{"name":"LoadOptionDefault","features":[489]},{"name":"LoadOptionRegisterForADChanges","features":[489]},{"name":"LoadOptionReload","features":[489]},{"name":"OCSPAdmin","features":[489]},{"name":"OCSPPropertyCollection","features":[489]},{"name":"OCSPRequestFlag","features":[489]},{"name":"OCSPSigningFlag","features":[489]},{"name":"OCSP_RF_REJECT_SIGNED_REQUESTS","features":[489]},{"name":"OCSP_SF_ALLOW_NONCE_EXTENSION","features":[489]},{"name":"OCSP_SF_ALLOW_SIGNINGCERT_AUTOENROLLMENT","features":[489]},{"name":"OCSP_SF_ALLOW_SIGNINGCERT_AUTORENEWAL","features":[489]},{"name":"OCSP_SF_AUTODISCOVER_SIGNINGCERT","features":[489]},{"name":"OCSP_SF_FORCE_SIGNINGCERT_ISSUER_ISCA","features":[489]},{"name":"OCSP_SF_MANUAL_ASSIGN_SIGNINGCERT","features":[489]},{"name":"OCSP_SF_RESPONDER_ID_KEYHASH","features":[489]},{"name":"OCSP_SF_RESPONDER_ID_NAME","features":[489]},{"name":"OCSP_SF_SILENT","features":[489]},{"name":"OCSP_SF_USE_CACERT","features":[489]},{"name":"ObjectIdGroupId","features":[489]},{"name":"ObjectIdPublicKeyFlags","features":[489]},{"name":"PENDING_REQUEST_DESIRED_PROPERTY","features":[489]},{"name":"PFXExportChainNoRoot","features":[489]},{"name":"PFXExportChainWithRoot","features":[489]},{"name":"PFXExportEEOnly","features":[489]},{"name":"PFXExportOptions","features":[489]},{"name":"PROCFLG_ENFORCEGOODKEYS","features":[489]},{"name":"PROCFLG_NONE","features":[489]},{"name":"PROPCALLER_ADMIN","features":[489]},{"name":"PROPCALLER_EXIT","features":[489]},{"name":"PROPCALLER_MASK","features":[489]},{"name":"PROPCALLER_POLICY","features":[489]},{"name":"PROPCALLER_REQUEST","features":[489]},{"name":"PROPCALLER_SERVER","features":[489]},{"name":"PROPFLAGS_INDEXED","features":[489]},{"name":"PROPTYPE_BINARY","features":[489]},{"name":"PROPTYPE_DATE","features":[489]},{"name":"PROPTYPE_LONG","features":[489]},{"name":"PROPTYPE_MASK","features":[489]},{"name":"PROPTYPE_STRING","features":[489]},{"name":"Pkcs10AllowedSignatureTypes","features":[489]},{"name":"PolicyQualifierType","features":[489]},{"name":"PolicyQualifierTypeFlags","features":[489]},{"name":"PolicyQualifierTypeUnknown","features":[489]},{"name":"PolicyQualifierTypeUrl","features":[489]},{"name":"PolicyQualifierTypeUserNotice","features":[489]},{"name":"PolicyServerUrlFlags","features":[489]},{"name":"PolicyServerUrlPropertyID","features":[489]},{"name":"PrivateKeyAttestMask","features":[489]},{"name":"PrivateKeyAttestNone","features":[489]},{"name":"PrivateKeyAttestPreferred","features":[489]},{"name":"PrivateKeyAttestRequired","features":[489]},{"name":"PrivateKeyAttestWithoutPolicy","features":[489]},{"name":"PrivateKeyClientVersionMask","features":[489]},{"name":"PrivateKeyClientVersionShift","features":[489]},{"name":"PrivateKeyEKTrustOnUse","features":[489]},{"name":"PrivateKeyEKValidateCert","features":[489]},{"name":"PrivateKeyEKValidateKey","features":[489]},{"name":"PrivateKeyExportable","features":[489]},{"name":"PrivateKeyHelloKspKey","features":[489]},{"name":"PrivateKeyHelloLogonKey","features":[489]},{"name":"PrivateKeyRequireAlternateSignatureAlgorithm","features":[489]},{"name":"PrivateKeyRequireArchival","features":[489]},{"name":"PrivateKeyRequireSameKeyRenewal","features":[489]},{"name":"PrivateKeyRequireStrongKeyProtection","features":[489]},{"name":"PrivateKeyServerVersionMask","features":[489]},{"name":"PrivateKeyServerVersionShift","features":[489]},{"name":"PrivateKeyUseLegacyProvider","features":[489]},{"name":"PsFriendlyName","features":[489]},{"name":"PsPolicyID","features":[489]},{"name":"PsfAllowUnTrustedCA","features":[489]},{"name":"PsfAutoEnrollmentEnabled","features":[489]},{"name":"PsfLocationGroupPolicy","features":[489]},{"name":"PsfLocationRegistry","features":[489]},{"name":"PsfNone","features":[489]},{"name":"PsfUseClientId","features":[489]},{"name":"PstAcquirePrivateKey","features":[307,489]},{"name":"PstGetCertificateChain","features":[307,328,489]},{"name":"PstGetCertificates","features":[307,489]},{"name":"PstGetTrustAnchors","features":[307,328,489]},{"name":"PstGetTrustAnchorsEx","features":[307,328,489]},{"name":"PstGetUserNameForCertificate","features":[307,489]},{"name":"PstMapCertificate","features":[307,328,489]},{"name":"PstValidate","features":[307,489]},{"name":"REQDISP_DEFAULT_ENTERPRISE","features":[489]},{"name":"REQDISP_DENY","features":[489]},{"name":"REQDISP_ISSUE","features":[489]},{"name":"REQDISP_MASK","features":[489]},{"name":"REQDISP_PENDING","features":[489]},{"name":"REQDISP_PENDINGFIRST","features":[489]},{"name":"REQDISP_USEREQUESTATTRIBUTE","features":[489]},{"name":"REVEXT_ASPENABLE","features":[489]},{"name":"REVEXT_CDPENABLE","features":[489]},{"name":"REVEXT_CDPFILEURL_OLD","features":[489]},{"name":"REVEXT_CDPFTPURL_OLD","features":[489]},{"name":"REVEXT_CDPHTTPURL_OLD","features":[489]},{"name":"REVEXT_CDPLDAPURL_OLD","features":[489]},{"name":"REVEXT_CDPURLMASK_OLD","features":[489]},{"name":"REVEXT_DEFAULT_DS","features":[489]},{"name":"REVEXT_DEFAULT_NODS","features":[489]},{"name":"RequestClientInfoClientId","features":[489]},{"name":"SCEPDispositionFailure","features":[489]},{"name":"SCEPDispositionPending","features":[489]},{"name":"SCEPDispositionPendingChallenge","features":[489]},{"name":"SCEPDispositionSuccess","features":[489]},{"name":"SCEPDispositionUnknown","features":[489]},{"name":"SCEPFailBadAlgorithm","features":[489]},{"name":"SCEPFailBadCertId","features":[489]},{"name":"SCEPFailBadMessageCheck","features":[489]},{"name":"SCEPFailBadRequest","features":[489]},{"name":"SCEPFailBadTime","features":[489]},{"name":"SCEPFailUnknown","features":[489]},{"name":"SCEPMessageCertResponse","features":[489]},{"name":"SCEPMessageClaimChallengeAnswer","features":[489]},{"name":"SCEPMessageGetCRL","features":[489]},{"name":"SCEPMessageGetCert","features":[489]},{"name":"SCEPMessageGetCertInitial","features":[489]},{"name":"SCEPMessagePKCSRequest","features":[489]},{"name":"SCEPMessageUnknown","features":[489]},{"name":"SCEPProcessDefault","features":[489]},{"name":"SCEPProcessSkipCertInstall","features":[489]},{"name":"SETUP_ATTEMPT_VROOT_CREATE","features":[489]},{"name":"SETUP_CLIENT_FLAG","features":[489]},{"name":"SETUP_CREATEDB_FLAG","features":[489]},{"name":"SETUP_DCOM_SECURITY_UPDATED_FLAG","features":[489]},{"name":"SETUP_DENIED_FLAG","features":[489]},{"name":"SETUP_FORCECRL_FLAG","features":[489]},{"name":"SETUP_ONLINE_FLAG","features":[489]},{"name":"SETUP_REQUEST_FLAG","features":[489]},{"name":"SETUP_SECURITY_CHANGED","features":[489]},{"name":"SETUP_SERVER_FLAG","features":[489]},{"name":"SETUP_SERVER_IS_UP_TO_DATE_FLAG","features":[489]},{"name":"SETUP_SERVER_UPGRADED_FLAG","features":[489]},{"name":"SETUP_SUSPEND_FLAG","features":[489]},{"name":"SETUP_UPDATE_CAOBJECT_SVRTYPE","features":[489]},{"name":"SETUP_W2K_SECURITY_NOT_UPGRADED_FLAG","features":[489]},{"name":"SKIHashCapiSha1","features":[489]},{"name":"SKIHashDefault","features":[489]},{"name":"SKIHashHPKP","features":[489]},{"name":"SKIHashSha1","features":[489]},{"name":"SKIHashSha256","features":[489]},{"name":"SelectedNo","features":[489]},{"name":"SelectedYes","features":[489]},{"name":"SubjectAlternativeNameEnrolleeSupplies","features":[489]},{"name":"SubjectAlternativeNameRequireDNS","features":[489]},{"name":"SubjectAlternativeNameRequireDirectoryGUID","features":[489]},{"name":"SubjectAlternativeNameRequireDomainDNS","features":[489]},{"name":"SubjectAlternativeNameRequireEmail","features":[489]},{"name":"SubjectAlternativeNameRequireSPN","features":[489]},{"name":"SubjectAlternativeNameRequireUPN","features":[489]},{"name":"SubjectNameAndAlternativeNameOldCertSupplies","features":[489]},{"name":"SubjectNameEnrolleeSupplies","features":[489]},{"name":"SubjectNameRequireCommonName","features":[489]},{"name":"SubjectNameRequireDNS","features":[489]},{"name":"SubjectNameRequireDirectoryPath","features":[489]},{"name":"SubjectNameRequireEmail","features":[489]},{"name":"TP_MACHINEPOLICY","features":[489]},{"name":"TemplatePropAsymmetricAlgorithm","features":[489]},{"name":"TemplatePropCertificatePolicies","features":[489]},{"name":"TemplatePropCommonName","features":[489]},{"name":"TemplatePropCryptoProviders","features":[489]},{"name":"TemplatePropDescription","features":[489]},{"name":"TemplatePropEKUs","features":[489]},{"name":"TemplatePropEnrollmentFlags","features":[489]},{"name":"TemplatePropExtensions","features":[489]},{"name":"TemplatePropFriendlyName","features":[489]},{"name":"TemplatePropGeneralFlags","features":[489]},{"name":"TemplatePropHashAlgorithm","features":[489]},{"name":"TemplatePropKeySecurityDescriptor","features":[489]},{"name":"TemplatePropKeySpec","features":[489]},{"name":"TemplatePropKeyUsage","features":[489]},{"name":"TemplatePropMajorRevision","features":[489]},{"name":"TemplatePropMinimumKeySize","features":[489]},{"name":"TemplatePropMinorRevision","features":[489]},{"name":"TemplatePropOID","features":[489]},{"name":"TemplatePropPrivateKeyFlags","features":[489]},{"name":"TemplatePropRACertificatePolicies","features":[489]},{"name":"TemplatePropRAEKUs","features":[489]},{"name":"TemplatePropRASignatureCount","features":[489]},{"name":"TemplatePropRenewalPeriod","features":[489]},{"name":"TemplatePropSchemaVersion","features":[489]},{"name":"TemplatePropSecurityDescriptor","features":[489]},{"name":"TemplatePropSubjectNameFlags","features":[489]},{"name":"TemplatePropSupersede","features":[489]},{"name":"TemplatePropSymmetricAlgorithm","features":[489]},{"name":"TemplatePropSymmetricKeyLength","features":[489]},{"name":"TemplatePropV1ApplicationPolicy","features":[489]},{"name":"TemplatePropValidityPeriod","features":[489]},{"name":"TypeAny","features":[489]},{"name":"TypeCertificate","features":[489]},{"name":"TypeCmc","features":[489]},{"name":"TypePkcs10","features":[489]},{"name":"TypePkcs7","features":[489]},{"name":"VR_INSTANT_BAD","features":[489]},{"name":"VR_INSTANT_OK","features":[489]},{"name":"VR_PENDING","features":[489]},{"name":"VerifyAllowUI","features":[489]},{"name":"VerifyNone","features":[489]},{"name":"VerifySilent","features":[489]},{"name":"VerifySmartCardNone","features":[489]},{"name":"VerifySmartCardSilent","features":[489]},{"name":"WebEnrollmentFlags","features":[489]},{"name":"WebSecurityLevel","features":[489]},{"name":"X500NameFlags","features":[489]},{"name":"X509AuthAnonymous","features":[489]},{"name":"X509AuthCertificate","features":[489]},{"name":"X509AuthKerberos","features":[489]},{"name":"X509AuthNone","features":[489]},{"name":"X509AuthUsername","features":[489]},{"name":"X509CertificateEnrollmentContext","features":[489]},{"name":"X509CertificateTemplateEnrollmentFlag","features":[489]},{"name":"X509CertificateTemplateGeneralFlag","features":[489]},{"name":"X509CertificateTemplatePrivateKeyFlag","features":[489]},{"name":"X509CertificateTemplateSubjectNameFlag","features":[489]},{"name":"X509EnrollmentAuthFlags","features":[489]},{"name":"X509EnrollmentPolicyExportFlags","features":[489]},{"name":"X509EnrollmentPolicyLoadOption","features":[489]},{"name":"X509HardwareKeyUsageFlags","features":[489]},{"name":"X509KeyParametersExportType","features":[489]},{"name":"X509KeySpec","features":[489]},{"name":"X509KeyUsageFlags","features":[489]},{"name":"X509PrivateKeyExportFlags","features":[489]},{"name":"X509PrivateKeyProtection","features":[489]},{"name":"X509PrivateKeyUsageFlags","features":[489]},{"name":"X509PrivateKeyVerify","features":[489]},{"name":"X509ProviderType","features":[489]},{"name":"X509RequestInheritOptions","features":[489]},{"name":"X509RequestType","features":[489]},{"name":"X509SCEPDisposition","features":[489]},{"name":"X509SCEPFailInfo","features":[489]},{"name":"X509SCEPMessageType","features":[489]},{"name":"X509SCEPProcessMessageFlags","features":[489]},{"name":"XCN_AT_KEYEXCHANGE","features":[489]},{"name":"XCN_AT_NONE","features":[489]},{"name":"XCN_AT_SIGNATURE","features":[489]},{"name":"XCN_BCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[489]},{"name":"XCN_BCRYPT_CIPHER_INTERFACE","features":[489]},{"name":"XCN_BCRYPT_HASH_INTERFACE","features":[489]},{"name":"XCN_BCRYPT_KEY_DERIVATION_INTERFACE","features":[489]},{"name":"XCN_BCRYPT_RNG_INTERFACE","features":[489]},{"name":"XCN_BCRYPT_SECRET_AGREEMENT_INTERFACE","features":[489]},{"name":"XCN_BCRYPT_SIGNATURE_INTERFACE","features":[489]},{"name":"XCN_BCRYPT_UNKNOWN_INTERFACE","features":[489]},{"name":"XCN_CERT_ACCESS_STATE_PROP_ID","features":[489]},{"name":"XCN_CERT_AIA_URL_RETRIEVED_PROP_ID","features":[489]},{"name":"XCN_CERT_ALT_NAME_DIRECTORY_NAME","features":[489]},{"name":"XCN_CERT_ALT_NAME_DNS_NAME","features":[489]},{"name":"XCN_CERT_ALT_NAME_EDI_PARTY_NAME","features":[489]},{"name":"XCN_CERT_ALT_NAME_GUID","features":[489]},{"name":"XCN_CERT_ALT_NAME_IP_ADDRESS","features":[489]},{"name":"XCN_CERT_ALT_NAME_OTHER_NAME","features":[489]},{"name":"XCN_CERT_ALT_NAME_REGISTERED_ID","features":[489]},{"name":"XCN_CERT_ALT_NAME_RFC822_NAME","features":[489]},{"name":"XCN_CERT_ALT_NAME_UNKNOWN","features":[489]},{"name":"XCN_CERT_ALT_NAME_URL","features":[489]},{"name":"XCN_CERT_ALT_NAME_USER_PRINCIPLE_NAME","features":[489]},{"name":"XCN_CERT_ALT_NAME_X400_ADDRESS","features":[489]},{"name":"XCN_CERT_ARCHIVED_KEY_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_ARCHIVED_PROP_ID","features":[489]},{"name":"XCN_CERT_AUTHORITY_INFO_ACCESS_PROP_ID","features":[489]},{"name":"XCN_CERT_AUTH_ROOT_SHA256_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_AUTO_ENROLL_PROP_ID","features":[489]},{"name":"XCN_CERT_AUTO_ENROLL_RETRY_PROP_ID","features":[489]},{"name":"XCN_CERT_BACKED_UP_PROP_ID","features":[489]},{"name":"XCN_CERT_CA_DISABLE_CRL_PROP_ID","features":[489]},{"name":"XCN_CERT_CA_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[489]},{"name":"XCN_CERT_CEP_PROP_ID","features":[489]},{"name":"XCN_CERT_CERT_NOT_BEFORE_ENHKEY_USAGE_PROP_ID","features":[489]},{"name":"XCN_CERT_CLR_DELETE_KEY_PROP_ID","features":[489]},{"name":"XCN_CERT_CRL_SIGN_KEY_USAGE","features":[489]},{"name":"XCN_CERT_CROSS_CERT_DIST_POINTS_PROP_ID","features":[489]},{"name":"XCN_CERT_CTL_USAGE_PROP_ID","features":[489]},{"name":"XCN_CERT_DATA_ENCIPHERMENT_KEY_USAGE","features":[489]},{"name":"XCN_CERT_DATE_STAMP_PROP_ID","features":[489]},{"name":"XCN_CERT_DECIPHER_ONLY_KEY_USAGE","features":[489]},{"name":"XCN_CERT_DESCRIPTION_PROP_ID","features":[489]},{"name":"XCN_CERT_DIGITAL_SIGNATURE_KEY_USAGE","features":[489]},{"name":"XCN_CERT_DISALLOWED_ENHKEY_USAGE_PROP_ID","features":[489]},{"name":"XCN_CERT_DISALLOWED_FILETIME_PROP_ID","features":[489]},{"name":"XCN_CERT_EFS_PROP_ID","features":[489]},{"name":"XCN_CERT_ENCIPHER_ONLY_KEY_USAGE","features":[489]},{"name":"XCN_CERT_ENHKEY_USAGE_PROP_ID","features":[489]},{"name":"XCN_CERT_ENROLLMENT_PROP_ID","features":[489]},{"name":"XCN_CERT_EXTENDED_ERROR_INFO_PROP_ID","features":[489]},{"name":"XCN_CERT_FIRST_RESERVED_PROP_ID","features":[489]},{"name":"XCN_CERT_FIRST_USER_PROP_ID","features":[489]},{"name":"XCN_CERT_FORTEZZA_DATA_PROP_ID","features":[489]},{"name":"XCN_CERT_FRIENDLY_NAME_PROP_ID","features":[489]},{"name":"XCN_CERT_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_HCRYPTPROV_OR_NCRYPT_KEY_HANDLE_PROP_ID","features":[489]},{"name":"XCN_CERT_HCRYPTPROV_TRANSFER_PROP_ID","features":[489]},{"name":"XCN_CERT_IE30_RESERVED_PROP_ID","features":[489]},{"name":"XCN_CERT_ISOLATED_KEY_PROP_ID","features":[489]},{"name":"XCN_CERT_ISSUER_CHAIN_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[489]},{"name":"XCN_CERT_ISSUER_CHAIN_SIGN_HASH_CNG_ALG_PROP_ID","features":[489]},{"name":"XCN_CERT_ISSUER_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_ISSUER_PUB_KEY_BIT_LENGTH_PROP_ID","features":[489]},{"name":"XCN_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_KEY_AGREEMENT_KEY_USAGE","features":[489]},{"name":"XCN_CERT_KEY_CERT_SIGN_KEY_USAGE","features":[489]},{"name":"XCN_CERT_KEY_CLASSIFICATION_PROP_ID","features":[489]},{"name":"XCN_CERT_KEY_CONTEXT_PROP_ID","features":[489]},{"name":"XCN_CERT_KEY_ENCIPHERMENT_KEY_USAGE","features":[489]},{"name":"XCN_CERT_KEY_IDENTIFIER_PROP_ID","features":[489]},{"name":"XCN_CERT_KEY_PROV_HANDLE_PROP_ID","features":[489]},{"name":"XCN_CERT_KEY_PROV_INFO_PROP_ID","features":[489]},{"name":"XCN_CERT_KEY_REPAIR_ATTEMPTED_PROP_ID","features":[489]},{"name":"XCN_CERT_KEY_SPEC_PROP_ID","features":[489]},{"name":"XCN_CERT_LAST_RESERVED_PROP_ID","features":[489]},{"name":"XCN_CERT_LAST_USER_PROP_ID","features":[489]},{"name":"XCN_CERT_MD5_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_NAME_STR_AMBIGUOUS_SEPARATOR_FLAGS","features":[489]},{"name":"XCN_CERT_NAME_STR_COMMA_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_CRLF_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_DISABLE_UTF8_DIR_STR_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_DS_ESCAPED","features":[489]},{"name":"XCN_CERT_NAME_STR_ENABLE_PUNYCODE_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_FORCE_UTF8_DIR_STR_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_FORWARD_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_NONE","features":[489]},{"name":"XCN_CERT_NAME_STR_NO_PLUS_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_NO_QUOTING_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_REVERSE_FLAG","features":[489]},{"name":"XCN_CERT_NAME_STR_SEMICOLON_FLAG","features":[489]},{"name":"XCN_CERT_NCRYPT_KEY_HANDLE_PROP_ID","features":[489]},{"name":"XCN_CERT_NCRYPT_KEY_HANDLE_TRANSFER_PROP_ID","features":[489]},{"name":"XCN_CERT_NEW_KEY_PROP_ID","features":[489]},{"name":"XCN_CERT_NEXT_UPDATE_LOCATION_PROP_ID","features":[489]},{"name":"XCN_CERT_NONCOMPLIANT_ROOT_URL_PROP_ID","features":[489]},{"name":"XCN_CERT_NON_REPUDIATION_KEY_USAGE","features":[489]},{"name":"XCN_CERT_NOT_BEFORE_FILETIME_PROP_ID","features":[489]},{"name":"XCN_CERT_NO_AUTO_EXPIRE_CHECK_PROP_ID","features":[489]},{"name":"XCN_CERT_NO_EXPIRE_NOTIFICATION_PROP_ID","features":[489]},{"name":"XCN_CERT_NO_KEY_USAGE","features":[489]},{"name":"XCN_CERT_OCSP_CACHE_PREFIX_PROP_ID","features":[489]},{"name":"XCN_CERT_OCSP_RESPONSE_PROP_ID","features":[489]},{"name":"XCN_CERT_OFFLINE_CRL_SIGN_KEY_USAGE","features":[489]},{"name":"XCN_CERT_OID_NAME_STR","features":[489]},{"name":"XCN_CERT_PIN_SHA256_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_PUBKEY_ALG_PARA_PROP_ID","features":[489]},{"name":"XCN_CERT_PUBKEY_HASH_RESERVED_PROP_ID","features":[489]},{"name":"XCN_CERT_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[489]},{"name":"XCN_CERT_PVK_FILE_PROP_ID","features":[489]},{"name":"XCN_CERT_RENEWAL_PROP_ID","features":[489]},{"name":"XCN_CERT_REQUEST_ORIGINATOR_PROP_ID","features":[489]},{"name":"XCN_CERT_ROOT_PROGRAM_CERT_POLICIES_PROP_ID","features":[489]},{"name":"XCN_CERT_ROOT_PROGRAM_CHAIN_POLICIES_PROP_ID","features":[489]},{"name":"XCN_CERT_ROOT_PROGRAM_NAME_CONSTRAINTS_PROP_ID","features":[489]},{"name":"XCN_CERT_SCARD_PIN_ID_PROP_ID","features":[489]},{"name":"XCN_CERT_SCARD_PIN_INFO_PROP_ID","features":[489]},{"name":"XCN_CERT_SCEP_CA_CERT_PROP_ID","features":[489]},{"name":"XCN_CERT_SCEP_ENCRYPT_HASH_CNG_ALG_PROP_ID","features":[489]},{"name":"XCN_CERT_SCEP_FLAGS_PROP_ID","features":[489]},{"name":"XCN_CERT_SCEP_GUID_PROP_ID","features":[489]},{"name":"XCN_CERT_SCEP_NONCE_PROP_ID","features":[489]},{"name":"XCN_CERT_SCEP_RA_ENCRYPTION_CERT_PROP_ID","features":[489]},{"name":"XCN_CERT_SCEP_RA_SIGNATURE_CERT_PROP_ID","features":[489]},{"name":"XCN_CERT_SCEP_SERVER_CERTS_PROP_ID","features":[489]},{"name":"XCN_CERT_SCEP_SIGNER_CERT_PROP_ID","features":[489]},{"name":"XCN_CERT_SEND_AS_TRUSTED_ISSUER_PROP_ID","features":[489]},{"name":"XCN_CERT_SERIALIZABLE_KEY_CONTEXT_PROP_ID","features":[489]},{"name":"XCN_CERT_SERIAL_CHAIN_PROP_ID","features":[489]},{"name":"XCN_CERT_SHA1_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_SHA256_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_SIGNATURE_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_SIGN_HASH_CNG_ALG_PROP_ID","features":[489]},{"name":"XCN_CERT_SIMPLE_NAME_STR","features":[489]},{"name":"XCN_CERT_SMART_CARD_DATA_PROP_ID","features":[489]},{"name":"XCN_CERT_SMART_CARD_READER_NON_REMOVABLE_PROP_ID","features":[489]},{"name":"XCN_CERT_SMART_CARD_READER_PROP_ID","features":[489]},{"name":"XCN_CERT_SMART_CARD_ROOT_INFO_PROP_ID","features":[489]},{"name":"XCN_CERT_SOURCE_LOCATION_PROP_ID","features":[489]},{"name":"XCN_CERT_SOURCE_URL_PROP_ID","features":[489]},{"name":"XCN_CERT_STORE_LOCALIZED_NAME_PROP_ID","features":[489]},{"name":"XCN_CERT_SUBJECT_DISABLE_CRL_PROP_ID","features":[489]},{"name":"XCN_CERT_SUBJECT_INFO_ACCESS_PROP_ID","features":[489]},{"name":"XCN_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_SUBJECT_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[489]},{"name":"XCN_CERT_SUBJECT_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[489]},{"name":"XCN_CERT_SUBJECT_PUB_KEY_BIT_LENGTH_PROP_ID","features":[489]},{"name":"XCN_CERT_X500_NAME_STR","features":[489]},{"name":"XCN_CERT_XML_NAME_STR","features":[489]},{"name":"XCN_CRL_REASON_AA_COMPROMISE","features":[489]},{"name":"XCN_CRL_REASON_AFFILIATION_CHANGED","features":[489]},{"name":"XCN_CRL_REASON_CA_COMPROMISE","features":[489]},{"name":"XCN_CRL_REASON_CERTIFICATE_HOLD","features":[489]},{"name":"XCN_CRL_REASON_CESSATION_OF_OPERATION","features":[489]},{"name":"XCN_CRL_REASON_KEY_COMPROMISE","features":[489]},{"name":"XCN_CRL_REASON_PRIVILEGE_WITHDRAWN","features":[489]},{"name":"XCN_CRL_REASON_REMOVE_FROM_CRL","features":[489]},{"name":"XCN_CRL_REASON_SUPERSEDED","features":[489]},{"name":"XCN_CRL_REASON_UNSPECIFIED","features":[489]},{"name":"XCN_CRYPT_ANY_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_ENCRYPT_ALG_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_ENHKEY_USAGE_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_EXT_OR_ATTR_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_FIRST_ALG_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_GROUP_ID_MASK","features":[489]},{"name":"XCN_CRYPT_HASH_ALG_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_KDF_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_KEY_LENGTH_MASK","features":[489]},{"name":"XCN_CRYPT_LAST_ALG_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_LAST_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_OID_DISABLE_SEARCH_DS_FLAG","features":[489]},{"name":"XCN_CRYPT_OID_INFO_OID_GROUP_BIT_LEN_MASK","features":[489]},{"name":"XCN_CRYPT_OID_INFO_OID_GROUP_BIT_LEN_SHIFT","features":[489]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_ANY","features":[489]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG","features":[489]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_SIGN_KEY_FLAG","features":[489]},{"name":"XCN_CRYPT_OID_PREFER_CNG_ALGID_FLAG","features":[489]},{"name":"XCN_CRYPT_OID_USE_CURVE_NAME_FOR_ENCODE_FLAG","features":[489]},{"name":"XCN_CRYPT_OID_USE_CURVE_NONE","features":[489]},{"name":"XCN_CRYPT_OID_USE_CURVE_PARAMETERS_FOR_ENCODE_FLAG","features":[489]},{"name":"XCN_CRYPT_POLICY_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_PUBKEY_ALG_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_RDN_ATTR_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_SIGN_ALG_OID_GROUP_ID","features":[489]},{"name":"XCN_CRYPT_STRING_ANY","features":[489]},{"name":"XCN_CRYPT_STRING_BASE64","features":[489]},{"name":"XCN_CRYPT_STRING_BASE64HEADER","features":[489]},{"name":"XCN_CRYPT_STRING_BASE64REQUESTHEADER","features":[489]},{"name":"XCN_CRYPT_STRING_BASE64URI","features":[489]},{"name":"XCN_CRYPT_STRING_BASE64X509CRLHEADER","features":[489]},{"name":"XCN_CRYPT_STRING_BASE64_ANY","features":[489]},{"name":"XCN_CRYPT_STRING_BINARY","features":[489]},{"name":"XCN_CRYPT_STRING_CHAIN","features":[489]},{"name":"XCN_CRYPT_STRING_ENCODEMASK","features":[489]},{"name":"XCN_CRYPT_STRING_HASHDATA","features":[489]},{"name":"XCN_CRYPT_STRING_HEX","features":[489]},{"name":"XCN_CRYPT_STRING_HEXADDR","features":[489]},{"name":"XCN_CRYPT_STRING_HEXASCII","features":[489]},{"name":"XCN_CRYPT_STRING_HEXASCIIADDR","features":[489]},{"name":"XCN_CRYPT_STRING_HEXRAW","features":[489]},{"name":"XCN_CRYPT_STRING_HEX_ANY","features":[489]},{"name":"XCN_CRYPT_STRING_NOCR","features":[489]},{"name":"XCN_CRYPT_STRING_NOCRLF","features":[489]},{"name":"XCN_CRYPT_STRING_PERCENTESCAPE","features":[489]},{"name":"XCN_CRYPT_STRING_STRICT","features":[489]},{"name":"XCN_CRYPT_STRING_TEXT","features":[489]},{"name":"XCN_CRYPT_TEMPLATE_OID_GROUP_ID","features":[489]},{"name":"XCN_NCRYPT_ALLOW_ALL_USAGES","features":[489]},{"name":"XCN_NCRYPT_ALLOW_ARCHIVING_FLAG","features":[489]},{"name":"XCN_NCRYPT_ALLOW_DECRYPT_FLAG","features":[489]},{"name":"XCN_NCRYPT_ALLOW_EXPORT_FLAG","features":[489]},{"name":"XCN_NCRYPT_ALLOW_EXPORT_NONE","features":[489]},{"name":"XCN_NCRYPT_ALLOW_KEY_AGREEMENT_FLAG","features":[489]},{"name":"XCN_NCRYPT_ALLOW_KEY_IMPORT_FLAG","features":[489]},{"name":"XCN_NCRYPT_ALLOW_PLAINTEXT_ARCHIVING_FLAG","features":[489]},{"name":"XCN_NCRYPT_ALLOW_PLAINTEXT_EXPORT_FLAG","features":[489]},{"name":"XCN_NCRYPT_ALLOW_SIGNING_FLAG","features":[489]},{"name":"XCN_NCRYPT_ALLOW_USAGES_NONE","features":[489]},{"name":"XCN_NCRYPT_ANY_ASYMMETRIC_OPERATION","features":[489]},{"name":"XCN_NCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[489]},{"name":"XCN_NCRYPT_CIPHER_OPERATION","features":[489]},{"name":"XCN_NCRYPT_CLAIM_AUTHORITY_AND_SUBJECT","features":[489]},{"name":"XCN_NCRYPT_CLAIM_AUTHORITY_ONLY","features":[489]},{"name":"XCN_NCRYPT_CLAIM_NONE","features":[489]},{"name":"XCN_NCRYPT_CLAIM_SUBJECT_ONLY","features":[489]},{"name":"XCN_NCRYPT_CLAIM_UNKNOWN","features":[489]},{"name":"XCN_NCRYPT_EXACT_MATCH_OPERATION","features":[489]},{"name":"XCN_NCRYPT_HASH_OPERATION","features":[489]},{"name":"XCN_NCRYPT_KEY_DERIVATION_OPERATION","features":[489]},{"name":"XCN_NCRYPT_NO_OPERATION","features":[489]},{"name":"XCN_NCRYPT_PCP_ENCRYPTION_KEY","features":[489]},{"name":"XCN_NCRYPT_PCP_GENERIC_KEY","features":[489]},{"name":"XCN_NCRYPT_PCP_IDENTITY_KEY","features":[489]},{"name":"XCN_NCRYPT_PCP_NONE","features":[489]},{"name":"XCN_NCRYPT_PCP_SIGNATURE_KEY","features":[489]},{"name":"XCN_NCRYPT_PCP_STORAGE_KEY","features":[489]},{"name":"XCN_NCRYPT_PREFERENCE_MASK_OPERATION","features":[489]},{"name":"XCN_NCRYPT_PREFER_NON_SIGNATURE_OPERATION","features":[489]},{"name":"XCN_NCRYPT_PREFER_SIGNATURE_ONLY_OPERATION","features":[489]},{"name":"XCN_NCRYPT_RNG_OPERATION","features":[489]},{"name":"XCN_NCRYPT_SECRET_AGREEMENT_OPERATION","features":[489]},{"name":"XCN_NCRYPT_SIGNATURE_OPERATION","features":[489]},{"name":"XCN_NCRYPT_TPM12_PROVIDER","features":[489]},{"name":"XCN_NCRYPT_UI_APPCONTAINER_ACCESS_MEDIUM_FLAG","features":[489]},{"name":"XCN_NCRYPT_UI_FINGERPRINT_PROTECTION_FLAG","features":[489]},{"name":"XCN_NCRYPT_UI_FORCE_HIGH_PROTECTION_FLAG","features":[489]},{"name":"XCN_NCRYPT_UI_NO_PROTECTION_FLAG","features":[489]},{"name":"XCN_NCRYPT_UI_PROTECT_KEY_FLAG","features":[489]},{"name":"XCN_OIDVerisign_FailInfo","features":[489]},{"name":"XCN_OIDVerisign_MessageType","features":[489]},{"name":"XCN_OIDVerisign_PkiStatus","features":[489]},{"name":"XCN_OIDVerisign_RecipientNonce","features":[489]},{"name":"XCN_OIDVerisign_SenderNonce","features":[489]},{"name":"XCN_OIDVerisign_TransactionID","features":[489]},{"name":"XCN_OID_ANSI_X942","features":[489]},{"name":"XCN_OID_ANSI_X942_DH","features":[489]},{"name":"XCN_OID_ANY_APPLICATION_POLICY","features":[489]},{"name":"XCN_OID_ANY_CERT_POLICY","features":[489]},{"name":"XCN_OID_ANY_ENHANCED_KEY_USAGE","features":[489]},{"name":"XCN_OID_APPLICATION_CERT_POLICIES","features":[489]},{"name":"XCN_OID_APPLICATION_POLICY_CONSTRAINTS","features":[489]},{"name":"XCN_OID_APPLICATION_POLICY_MAPPINGS","features":[489]},{"name":"XCN_OID_ARCHIVED_KEY_ATTR","features":[489]},{"name":"XCN_OID_ARCHIVED_KEY_CERT_HASH","features":[489]},{"name":"XCN_OID_ATTR_SUPPORTED_ALGORITHMS","features":[489]},{"name":"XCN_OID_ATTR_TPM_SECURITY_ASSERTIONS","features":[489]},{"name":"XCN_OID_ATTR_TPM_SPECIFICATION","features":[489]},{"name":"XCN_OID_AUTHORITY_INFO_ACCESS","features":[489]},{"name":"XCN_OID_AUTHORITY_KEY_IDENTIFIER","features":[489]},{"name":"XCN_OID_AUTHORITY_KEY_IDENTIFIER2","features":[489]},{"name":"XCN_OID_AUTHORITY_REVOCATION_LIST","features":[489]},{"name":"XCN_OID_AUTO_ENROLL_CTL_USAGE","features":[489]},{"name":"XCN_OID_BACKGROUND_OTHER_LOGOTYPE","features":[489]},{"name":"XCN_OID_BASIC_CONSTRAINTS","features":[489]},{"name":"XCN_OID_BASIC_CONSTRAINTS2","features":[489]},{"name":"XCN_OID_BIOMETRIC_EXT","features":[489]},{"name":"XCN_OID_BUSINESS_CATEGORY","features":[489]},{"name":"XCN_OID_CA_CERTIFICATE","features":[489]},{"name":"XCN_OID_CERTIFICATE_REVOCATION_LIST","features":[489]},{"name":"XCN_OID_CERTIFICATE_TEMPLATE","features":[489]},{"name":"XCN_OID_CERTSRV_CA_VERSION","features":[489]},{"name":"XCN_OID_CERTSRV_CROSSCA_VERSION","features":[489]},{"name":"XCN_OID_CERTSRV_PREVIOUS_CERT_HASH","features":[489]},{"name":"XCN_OID_CERT_DISALLOWED_FILETIME_PROP_ID","features":[489]},{"name":"XCN_OID_CERT_EXTENSIONS","features":[489]},{"name":"XCN_OID_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[489]},{"name":"XCN_OID_CERT_KEY_IDENTIFIER_PROP_ID","features":[489]},{"name":"XCN_OID_CERT_MANIFOLD","features":[489]},{"name":"XCN_OID_CERT_MD5_HASH_PROP_ID","features":[489]},{"name":"XCN_OID_CERT_POLICIES","features":[489]},{"name":"XCN_OID_CERT_POLICIES_95","features":[489]},{"name":"XCN_OID_CERT_POLICIES_95_QUALIFIER1","features":[489]},{"name":"XCN_OID_CERT_PROP_ID_PREFIX","features":[489]},{"name":"XCN_OID_CERT_SIGNATURE_HASH_PROP_ID","features":[489]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_1","features":[489]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_CURRENT","features":[489]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_PREFIX","features":[489]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_1","features":[489]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_CURRENT","features":[489]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_PREFIX","features":[489]},{"name":"XCN_OID_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[489]},{"name":"XCN_OID_CMC","features":[489]},{"name":"XCN_OID_CMC_ADD_ATTRIBUTES","features":[489]},{"name":"XCN_OID_CMC_ADD_EXTENSIONS","features":[489]},{"name":"XCN_OID_CMC_DATA_RETURN","features":[489]},{"name":"XCN_OID_CMC_DECRYPTED_POP","features":[489]},{"name":"XCN_OID_CMC_ENCRYPTED_POP","features":[489]},{"name":"XCN_OID_CMC_GET_CERT","features":[489]},{"name":"XCN_OID_CMC_GET_CRL","features":[489]},{"name":"XCN_OID_CMC_IDENTIFICATION","features":[489]},{"name":"XCN_OID_CMC_IDENTITY_PROOF","features":[489]},{"name":"XCN_OID_CMC_ID_CONFIRM_CERT_ACCEPTANCE","features":[489]},{"name":"XCN_OID_CMC_ID_POP_LINK_RANDOM","features":[489]},{"name":"XCN_OID_CMC_ID_POP_LINK_WITNESS","features":[489]},{"name":"XCN_OID_CMC_LRA_POP_WITNESS","features":[489]},{"name":"XCN_OID_CMC_QUERY_PENDING","features":[489]},{"name":"XCN_OID_CMC_RECIPIENT_NONCE","features":[489]},{"name":"XCN_OID_CMC_REG_INFO","features":[489]},{"name":"XCN_OID_CMC_RESPONSE_INFO","features":[489]},{"name":"XCN_OID_CMC_REVOKE_REQUEST","features":[489]},{"name":"XCN_OID_CMC_SENDER_NONCE","features":[489]},{"name":"XCN_OID_CMC_STATUS_INFO","features":[489]},{"name":"XCN_OID_CMC_TRANSACTION_ID","features":[489]},{"name":"XCN_OID_COMMON_NAME","features":[489]},{"name":"XCN_OID_COUNTRY_NAME","features":[489]},{"name":"XCN_OID_CRL_DIST_POINTS","features":[489]},{"name":"XCN_OID_CRL_NEXT_PUBLISH","features":[489]},{"name":"XCN_OID_CRL_NUMBER","features":[489]},{"name":"XCN_OID_CRL_REASON_CODE","features":[489]},{"name":"XCN_OID_CRL_SELF_CDP","features":[489]},{"name":"XCN_OID_CRL_VIRTUAL_BASE","features":[489]},{"name":"XCN_OID_CROSS_CERTIFICATE_PAIR","features":[489]},{"name":"XCN_OID_CROSS_CERT_DIST_POINTS","features":[489]},{"name":"XCN_OID_CTL","features":[489]},{"name":"XCN_OID_CT_PKI_DATA","features":[489]},{"name":"XCN_OID_CT_PKI_RESPONSE","features":[489]},{"name":"XCN_OID_DELTA_CRL_INDICATOR","features":[489]},{"name":"XCN_OID_DESCRIPTION","features":[489]},{"name":"XCN_OID_DESTINATION_INDICATOR","features":[489]},{"name":"XCN_OID_DEVICE_SERIAL_NUMBER","features":[489]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA1_KDF","features":[489]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA256_KDF","features":[489]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA384_KDF","features":[489]},{"name":"XCN_OID_DISALLOWED_HASH","features":[489]},{"name":"XCN_OID_DISALLOWED_LIST","features":[489]},{"name":"XCN_OID_DN_QUALIFIER","features":[489]},{"name":"XCN_OID_DOMAIN_COMPONENT","features":[489]},{"name":"XCN_OID_DRM","features":[489]},{"name":"XCN_OID_DRM_INDIVIDUALIZATION","features":[489]},{"name":"XCN_OID_DS","features":[489]},{"name":"XCN_OID_DSALG","features":[489]},{"name":"XCN_OID_DSALG_CRPT","features":[489]},{"name":"XCN_OID_DSALG_HASH","features":[489]},{"name":"XCN_OID_DSALG_RSA","features":[489]},{"name":"XCN_OID_DSALG_SIGN","features":[489]},{"name":"XCN_OID_DS_EMAIL_REPLICATION","features":[489]},{"name":"XCN_OID_ECC_CURVE_P256","features":[489]},{"name":"XCN_OID_ECC_CURVE_P384","features":[489]},{"name":"XCN_OID_ECC_CURVE_P521","features":[489]},{"name":"XCN_OID_ECC_PUBLIC_KEY","features":[489]},{"name":"XCN_OID_ECDSA_SHA1","features":[489]},{"name":"XCN_OID_ECDSA_SHA256","features":[489]},{"name":"XCN_OID_ECDSA_SHA384","features":[489]},{"name":"XCN_OID_ECDSA_SHA512","features":[489]},{"name":"XCN_OID_ECDSA_SPECIFIED","features":[489]},{"name":"XCN_OID_EFS_RECOVERY","features":[489]},{"name":"XCN_OID_EMBEDDED_NT_CRYPTO","features":[489]},{"name":"XCN_OID_ENCRYPTED_KEY_HASH","features":[489]},{"name":"XCN_OID_ENHANCED_KEY_USAGE","features":[489]},{"name":"XCN_OID_ENROLLMENT_AGENT","features":[489]},{"name":"XCN_OID_ENROLLMENT_CSP_PROVIDER","features":[489]},{"name":"XCN_OID_ENROLLMENT_NAME_VALUE_PAIR","features":[489]},{"name":"XCN_OID_ENROLL_ATTESTATION_CHALLENGE","features":[489]},{"name":"XCN_OID_ENROLL_ATTESTATION_STATEMENT","features":[489]},{"name":"XCN_OID_ENROLL_CAXCHGCERT_HASH","features":[489]},{"name":"XCN_OID_ENROLL_CERTTYPE_EXTENSION","features":[489]},{"name":"XCN_OID_ENROLL_EKPUB_CHALLENGE","features":[489]},{"name":"XCN_OID_ENROLL_EKVERIFYCERT","features":[489]},{"name":"XCN_OID_ENROLL_EKVERIFYCREDS","features":[489]},{"name":"XCN_OID_ENROLL_EKVERIFYKEY","features":[489]},{"name":"XCN_OID_ENROLL_EK_INFO","features":[489]},{"name":"XCN_OID_ENROLL_ENCRYPTION_ALGORITHM","features":[489]},{"name":"XCN_OID_ENROLL_KSP_NAME","features":[489]},{"name":"XCN_OID_ENROLL_SCEP_ERROR","features":[489]},{"name":"XCN_OID_ENTERPRISE_OID_ROOT","features":[489]},{"name":"XCN_OID_EV_RDN_COUNTRY","features":[489]},{"name":"XCN_OID_EV_RDN_LOCALE","features":[489]},{"name":"XCN_OID_EV_RDN_STATE_OR_PROVINCE","features":[489]},{"name":"XCN_OID_FACSIMILE_TELEPHONE_NUMBER","features":[489]},{"name":"XCN_OID_FRESHEST_CRL","features":[489]},{"name":"XCN_OID_GIVEN_NAME","features":[489]},{"name":"XCN_OID_INFOSEC","features":[489]},{"name":"XCN_OID_INFOSEC_SuiteAConfidentiality","features":[489]},{"name":"XCN_OID_INFOSEC_SuiteAIntegrity","features":[489]},{"name":"XCN_OID_INFOSEC_SuiteAKMandSig","features":[489]},{"name":"XCN_OID_INFOSEC_SuiteAKeyManagement","features":[489]},{"name":"XCN_OID_INFOSEC_SuiteASignature","features":[489]},{"name":"XCN_OID_INFOSEC_SuiteATokenProtection","features":[489]},{"name":"XCN_OID_INFOSEC_mosaicConfidentiality","features":[489]},{"name":"XCN_OID_INFOSEC_mosaicIntegrity","features":[489]},{"name":"XCN_OID_INFOSEC_mosaicKMandSig","features":[489]},{"name":"XCN_OID_INFOSEC_mosaicKMandUpdSig","features":[489]},{"name":"XCN_OID_INFOSEC_mosaicKeyManagement","features":[489]},{"name":"XCN_OID_INFOSEC_mosaicSignature","features":[489]},{"name":"XCN_OID_INFOSEC_mosaicTokenProtection","features":[489]},{"name":"XCN_OID_INFOSEC_mosaicUpdatedInteg","features":[489]},{"name":"XCN_OID_INFOSEC_mosaicUpdatedSig","features":[489]},{"name":"XCN_OID_INFOSEC_sdnsConfidentiality","features":[489]},{"name":"XCN_OID_INFOSEC_sdnsIntegrity","features":[489]},{"name":"XCN_OID_INFOSEC_sdnsKMandSig","features":[489]},{"name":"XCN_OID_INFOSEC_sdnsKeyManagement","features":[489]},{"name":"XCN_OID_INFOSEC_sdnsSignature","features":[489]},{"name":"XCN_OID_INFOSEC_sdnsTokenProtection","features":[489]},{"name":"XCN_OID_INHIBIT_ANY_POLICY","features":[489]},{"name":"XCN_OID_INITIALS","features":[489]},{"name":"XCN_OID_INTERNATIONALIZED_EMAIL_ADDRESS","features":[489]},{"name":"XCN_OID_INTERNATIONAL_ISDN_NUMBER","features":[489]},{"name":"XCN_OID_IPSEC_KP_IKE_INTERMEDIATE","features":[489]},{"name":"XCN_OID_ISSUED_CERT_HASH","features":[489]},{"name":"XCN_OID_ISSUER_ALT_NAME","features":[489]},{"name":"XCN_OID_ISSUER_ALT_NAME2","features":[489]},{"name":"XCN_OID_ISSUING_DIST_POINT","features":[489]},{"name":"XCN_OID_KEYID_RDN","features":[489]},{"name":"XCN_OID_KEY_ATTRIBUTES","features":[489]},{"name":"XCN_OID_KEY_USAGE","features":[489]},{"name":"XCN_OID_KEY_USAGE_RESTRICTION","features":[489]},{"name":"XCN_OID_KP_CA_EXCHANGE","features":[489]},{"name":"XCN_OID_KP_CSP_SIGNATURE","features":[489]},{"name":"XCN_OID_KP_CTL_USAGE_SIGNING","features":[489]},{"name":"XCN_OID_KP_DOCUMENT_SIGNING","features":[489]},{"name":"XCN_OID_KP_EFS","features":[489]},{"name":"XCN_OID_KP_KERNEL_MODE_CODE_SIGNING","features":[489]},{"name":"XCN_OID_KP_KERNEL_MODE_HAL_EXTENSION_SIGNING","features":[489]},{"name":"XCN_OID_KP_KERNEL_MODE_TRUSTED_BOOT_SIGNING","features":[489]},{"name":"XCN_OID_KP_KEY_RECOVERY","features":[489]},{"name":"XCN_OID_KP_KEY_RECOVERY_AGENT","features":[489]},{"name":"XCN_OID_KP_LIFETIME_SIGNING","features":[489]},{"name":"XCN_OID_KP_MOBILE_DEVICE_SOFTWARE","features":[489]},{"name":"XCN_OID_KP_QUALIFIED_SUBORDINATION","features":[489]},{"name":"XCN_OID_KP_SMARTCARD_LOGON","features":[489]},{"name":"XCN_OID_KP_SMART_DISPLAY","features":[489]},{"name":"XCN_OID_KP_TIME_STAMP_SIGNING","features":[489]},{"name":"XCN_OID_KP_TPM_AIK_CERTIFICATE","features":[489]},{"name":"XCN_OID_KP_TPM_EK_CERTIFICATE","features":[489]},{"name":"XCN_OID_KP_TPM_PLATFORM_CERTIFICATE","features":[489]},{"name":"XCN_OID_LEGACY_POLICY_MAPPINGS","features":[489]},{"name":"XCN_OID_LICENSES","features":[489]},{"name":"XCN_OID_LICENSE_SERVER","features":[489]},{"name":"XCN_OID_LOCALITY_NAME","features":[489]},{"name":"XCN_OID_LOCAL_MACHINE_KEYSET","features":[489]},{"name":"XCN_OID_LOGOTYPE_EXT","features":[489]},{"name":"XCN_OID_LOYALTY_OTHER_LOGOTYPE","features":[489]},{"name":"XCN_OID_MEMBER","features":[489]},{"name":"XCN_OID_NAME_CONSTRAINTS","features":[489]},{"name":"XCN_OID_NETSCAPE","features":[489]},{"name":"XCN_OID_NETSCAPE_BASE_URL","features":[489]},{"name":"XCN_OID_NETSCAPE_CA_POLICY_URL","features":[489]},{"name":"XCN_OID_NETSCAPE_CA_REVOCATION_URL","features":[489]},{"name":"XCN_OID_NETSCAPE_CERT_EXTENSION","features":[489]},{"name":"XCN_OID_NETSCAPE_CERT_RENEWAL_URL","features":[489]},{"name":"XCN_OID_NETSCAPE_CERT_SEQUENCE","features":[489]},{"name":"XCN_OID_NETSCAPE_CERT_TYPE","features":[489]},{"name":"XCN_OID_NETSCAPE_COMMENT","features":[489]},{"name":"XCN_OID_NETSCAPE_DATA_TYPE","features":[489]},{"name":"XCN_OID_NETSCAPE_REVOCATION_URL","features":[489]},{"name":"XCN_OID_NETSCAPE_SSL_SERVER_NAME","features":[489]},{"name":"XCN_OID_NEXT_UPDATE_LOCATION","features":[489]},{"name":"XCN_OID_NIST_AES128_CBC","features":[489]},{"name":"XCN_OID_NIST_AES128_WRAP","features":[489]},{"name":"XCN_OID_NIST_AES192_CBC","features":[489]},{"name":"XCN_OID_NIST_AES192_WRAP","features":[489]},{"name":"XCN_OID_NIST_AES256_CBC","features":[489]},{"name":"XCN_OID_NIST_AES256_WRAP","features":[489]},{"name":"XCN_OID_NIST_sha256","features":[489]},{"name":"XCN_OID_NIST_sha384","features":[489]},{"name":"XCN_OID_NIST_sha512","features":[489]},{"name":"XCN_OID_NONE","features":[489]},{"name":"XCN_OID_NT5_CRYPTO","features":[489]},{"name":"XCN_OID_NTDS_REPLICATION","features":[489]},{"name":"XCN_OID_NT_PRINCIPAL_NAME","features":[489]},{"name":"XCN_OID_OEM_WHQL_CRYPTO","features":[489]},{"name":"XCN_OID_OIW","features":[489]},{"name":"XCN_OID_OIWDIR","features":[489]},{"name":"XCN_OID_OIWDIR_CRPT","features":[489]},{"name":"XCN_OID_OIWDIR_HASH","features":[489]},{"name":"XCN_OID_OIWDIR_SIGN","features":[489]},{"name":"XCN_OID_OIWDIR_md2","features":[489]},{"name":"XCN_OID_OIWDIR_md2RSA","features":[489]},{"name":"XCN_OID_OIWSEC","features":[489]},{"name":"XCN_OID_OIWSEC_desCBC","features":[489]},{"name":"XCN_OID_OIWSEC_desCFB","features":[489]},{"name":"XCN_OID_OIWSEC_desECB","features":[489]},{"name":"XCN_OID_OIWSEC_desEDE","features":[489]},{"name":"XCN_OID_OIWSEC_desMAC","features":[489]},{"name":"XCN_OID_OIWSEC_desOFB","features":[489]},{"name":"XCN_OID_OIWSEC_dhCommMod","features":[489]},{"name":"XCN_OID_OIWSEC_dsa","features":[489]},{"name":"XCN_OID_OIWSEC_dsaComm","features":[489]},{"name":"XCN_OID_OIWSEC_dsaCommSHA","features":[489]},{"name":"XCN_OID_OIWSEC_dsaCommSHA1","features":[489]},{"name":"XCN_OID_OIWSEC_dsaSHA1","features":[489]},{"name":"XCN_OID_OIWSEC_keyHashSeal","features":[489]},{"name":"XCN_OID_OIWSEC_md2RSASign","features":[489]},{"name":"XCN_OID_OIWSEC_md4RSA","features":[489]},{"name":"XCN_OID_OIWSEC_md4RSA2","features":[489]},{"name":"XCN_OID_OIWSEC_md5RSA","features":[489]},{"name":"XCN_OID_OIWSEC_md5RSASign","features":[489]},{"name":"XCN_OID_OIWSEC_mdc2","features":[489]},{"name":"XCN_OID_OIWSEC_mdc2RSA","features":[489]},{"name":"XCN_OID_OIWSEC_rsaSign","features":[489]},{"name":"XCN_OID_OIWSEC_rsaXchg","features":[489]},{"name":"XCN_OID_OIWSEC_sha","features":[489]},{"name":"XCN_OID_OIWSEC_sha1","features":[489]},{"name":"XCN_OID_OIWSEC_sha1RSASign","features":[489]},{"name":"XCN_OID_OIWSEC_shaDSA","features":[489]},{"name":"XCN_OID_OIWSEC_shaRSA","features":[489]},{"name":"XCN_OID_ORGANIZATIONAL_UNIT_NAME","features":[489]},{"name":"XCN_OID_ORGANIZATION_NAME","features":[489]},{"name":"XCN_OID_OS_VERSION","features":[489]},{"name":"XCN_OID_OWNER","features":[489]},{"name":"XCN_OID_PHYSICAL_DELIVERY_OFFICE_NAME","features":[489]},{"name":"XCN_OID_PKCS","features":[489]},{"name":"XCN_OID_PKCS_1","features":[489]},{"name":"XCN_OID_PKCS_10","features":[489]},{"name":"XCN_OID_PKCS_12","features":[489]},{"name":"XCN_OID_PKCS_12_EXTENDED_ATTRIBUTES","features":[489]},{"name":"XCN_OID_PKCS_12_FRIENDLY_NAME_ATTR","features":[489]},{"name":"XCN_OID_PKCS_12_KEY_PROVIDER_NAME_ATTR","features":[489]},{"name":"XCN_OID_PKCS_12_LOCAL_KEY_ID","features":[489]},{"name":"XCN_OID_PKCS_12_PROTECTED_PASSWORD_SECRET_BAG_TYPE_ID","features":[489]},{"name":"XCN_OID_PKCS_12_PbeIds","features":[489]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And128BitRC2","features":[489]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And128BitRC4","features":[489]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And2KeyTripleDES","features":[489]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And3KeyTripleDES","features":[489]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And40BitRC2","features":[489]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And40BitRC4","features":[489]},{"name":"XCN_OID_PKCS_2","features":[489]},{"name":"XCN_OID_PKCS_3","features":[489]},{"name":"XCN_OID_PKCS_4","features":[489]},{"name":"XCN_OID_PKCS_5","features":[489]},{"name":"XCN_OID_PKCS_6","features":[489]},{"name":"XCN_OID_PKCS_7","features":[489]},{"name":"XCN_OID_PKCS_7_DATA","features":[489]},{"name":"XCN_OID_PKCS_7_DIGESTED","features":[489]},{"name":"XCN_OID_PKCS_7_ENCRYPTED","features":[489]},{"name":"XCN_OID_PKCS_7_ENVELOPED","features":[489]},{"name":"XCN_OID_PKCS_7_SIGNED","features":[489]},{"name":"XCN_OID_PKCS_7_SIGNEDANDENVELOPED","features":[489]},{"name":"XCN_OID_PKCS_8","features":[489]},{"name":"XCN_OID_PKCS_9","features":[489]},{"name":"XCN_OID_PKCS_9_CONTENT_TYPE","features":[489]},{"name":"XCN_OID_PKCS_9_MESSAGE_DIGEST","features":[489]},{"name":"XCN_OID_PKINIT_KP_KDC","features":[489]},{"name":"XCN_OID_PKIX","features":[489]},{"name":"XCN_OID_PKIX_ACC_DESCR","features":[489]},{"name":"XCN_OID_PKIX_CA_ISSUERS","features":[489]},{"name":"XCN_OID_PKIX_CA_REPOSITORY","features":[489]},{"name":"XCN_OID_PKIX_KP","features":[489]},{"name":"XCN_OID_PKIX_KP_CLIENT_AUTH","features":[489]},{"name":"XCN_OID_PKIX_KP_CODE_SIGNING","features":[489]},{"name":"XCN_OID_PKIX_KP_EMAIL_PROTECTION","features":[489]},{"name":"XCN_OID_PKIX_KP_IPSEC_END_SYSTEM","features":[489]},{"name":"XCN_OID_PKIX_KP_IPSEC_TUNNEL","features":[489]},{"name":"XCN_OID_PKIX_KP_IPSEC_USER","features":[489]},{"name":"XCN_OID_PKIX_KP_OCSP_SIGNING","features":[489]},{"name":"XCN_OID_PKIX_KP_SERVER_AUTH","features":[489]},{"name":"XCN_OID_PKIX_KP_TIMESTAMP_SIGNING","features":[489]},{"name":"XCN_OID_PKIX_NO_SIGNATURE","features":[489]},{"name":"XCN_OID_PKIX_OCSP","features":[489]},{"name":"XCN_OID_PKIX_OCSP_BASIC_SIGNED_RESPONSE","features":[489]},{"name":"XCN_OID_PKIX_OCSP_NOCHECK","features":[489]},{"name":"XCN_OID_PKIX_OCSP_NONCE","features":[489]},{"name":"XCN_OID_PKIX_PE","features":[489]},{"name":"XCN_OID_PKIX_POLICY_QUALIFIER_CPS","features":[489]},{"name":"XCN_OID_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[489]},{"name":"XCN_OID_PKIX_TIME_STAMPING","features":[489]},{"name":"XCN_OID_POLICY_CONSTRAINTS","features":[489]},{"name":"XCN_OID_POLICY_MAPPINGS","features":[489]},{"name":"XCN_OID_POSTAL_ADDRESS","features":[489]},{"name":"XCN_OID_POSTAL_CODE","features":[489]},{"name":"XCN_OID_POST_OFFICE_BOX","features":[489]},{"name":"XCN_OID_PREFERRED_DELIVERY_METHOD","features":[489]},{"name":"XCN_OID_PRESENTATION_ADDRESS","features":[489]},{"name":"XCN_OID_PRIVATEKEY_USAGE_PERIOD","features":[489]},{"name":"XCN_OID_PRODUCT_UPDATE","features":[489]},{"name":"XCN_OID_QC_EU_COMPLIANCE","features":[489]},{"name":"XCN_OID_QC_SSCD","features":[489]},{"name":"XCN_OID_QC_STATEMENTS_EXT","features":[489]},{"name":"XCN_OID_RDN_DUMMY_SIGNER","features":[489]},{"name":"XCN_OID_RDN_TPM_MANUFACTURER","features":[489]},{"name":"XCN_OID_RDN_TPM_MODEL","features":[489]},{"name":"XCN_OID_RDN_TPM_VERSION","features":[489]},{"name":"XCN_OID_REASON_CODE_HOLD","features":[489]},{"name":"XCN_OID_REGISTERED_ADDRESS","features":[489]},{"name":"XCN_OID_REMOVE_CERTIFICATE","features":[489]},{"name":"XCN_OID_RENEWAL_CERTIFICATE","features":[489]},{"name":"XCN_OID_REQUEST_CLIENT_INFO","features":[489]},{"name":"XCN_OID_REQUIRE_CERT_CHAIN_POLICY","features":[489]},{"name":"XCN_OID_REVOKED_LIST_SIGNER","features":[489]},{"name":"XCN_OID_RFC3161_counterSign","features":[489]},{"name":"XCN_OID_ROLE_OCCUPANT","features":[489]},{"name":"XCN_OID_ROOT_LIST_SIGNER","features":[489]},{"name":"XCN_OID_ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION","features":[489]},{"name":"XCN_OID_ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION","features":[489]},{"name":"XCN_OID_ROOT_PROGRAM_FLAGS","features":[489]},{"name":"XCN_OID_ROOT_PROGRAM_NO_OCSP_FAILOVER_TO_CRL","features":[489]},{"name":"XCN_OID_RSA","features":[489]},{"name":"XCN_OID_RSAES_OAEP","features":[489]},{"name":"XCN_OID_RSA_DES_EDE3_CBC","features":[489]},{"name":"XCN_OID_RSA_DH","features":[489]},{"name":"XCN_OID_RSA_ENCRYPT","features":[489]},{"name":"XCN_OID_RSA_HASH","features":[489]},{"name":"XCN_OID_RSA_MD2","features":[489]},{"name":"XCN_OID_RSA_MD2RSA","features":[489]},{"name":"XCN_OID_RSA_MD4","features":[489]},{"name":"XCN_OID_RSA_MD4RSA","features":[489]},{"name":"XCN_OID_RSA_MD5","features":[489]},{"name":"XCN_OID_RSA_MD5RSA","features":[489]},{"name":"XCN_OID_RSA_MGF1","features":[489]},{"name":"XCN_OID_RSA_PSPECIFIED","features":[489]},{"name":"XCN_OID_RSA_RC2CBC","features":[489]},{"name":"XCN_OID_RSA_RC4","features":[489]},{"name":"XCN_OID_RSA_RC5_CBCPad","features":[489]},{"name":"XCN_OID_RSA_RSA","features":[489]},{"name":"XCN_OID_RSA_SETOAEP_RSA","features":[489]},{"name":"XCN_OID_RSA_SHA1RSA","features":[489]},{"name":"XCN_OID_RSA_SHA256RSA","features":[489]},{"name":"XCN_OID_RSA_SHA384RSA","features":[489]},{"name":"XCN_OID_RSA_SHA512RSA","features":[489]},{"name":"XCN_OID_RSA_SMIMECapabilities","features":[489]},{"name":"XCN_OID_RSA_SMIMEalg","features":[489]},{"name":"XCN_OID_RSA_SMIMEalgCMS3DESwrap","features":[489]},{"name":"XCN_OID_RSA_SMIMEalgCMSRC2wrap","features":[489]},{"name":"XCN_OID_RSA_SMIMEalgESDH","features":[489]},{"name":"XCN_OID_RSA_SSA_PSS","features":[489]},{"name":"XCN_OID_RSA_certExtensions","features":[489]},{"name":"XCN_OID_RSA_challengePwd","features":[489]},{"name":"XCN_OID_RSA_contentType","features":[489]},{"name":"XCN_OID_RSA_counterSign","features":[489]},{"name":"XCN_OID_RSA_data","features":[489]},{"name":"XCN_OID_RSA_digestedData","features":[489]},{"name":"XCN_OID_RSA_emailAddr","features":[489]},{"name":"XCN_OID_RSA_encryptedData","features":[489]},{"name":"XCN_OID_RSA_envelopedData","features":[489]},{"name":"XCN_OID_RSA_extCertAttrs","features":[489]},{"name":"XCN_OID_RSA_hashedData","features":[489]},{"name":"XCN_OID_RSA_messageDigest","features":[489]},{"name":"XCN_OID_RSA_preferSignedData","features":[489]},{"name":"XCN_OID_RSA_signEnvData","features":[489]},{"name":"XCN_OID_RSA_signedData","features":[489]},{"name":"XCN_OID_RSA_signingTime","features":[489]},{"name":"XCN_OID_RSA_unstructAddr","features":[489]},{"name":"XCN_OID_RSA_unstructName","features":[489]},{"name":"XCN_OID_SEARCH_GUIDE","features":[489]},{"name":"XCN_OID_SEE_ALSO","features":[489]},{"name":"XCN_OID_SERIALIZED","features":[489]},{"name":"XCN_OID_SERVER_GATED_CRYPTO","features":[489]},{"name":"XCN_OID_SGC_NETSCAPE","features":[489]},{"name":"XCN_OID_SORTED_CTL","features":[489]},{"name":"XCN_OID_STATE_OR_PROVINCE_NAME","features":[489]},{"name":"XCN_OID_STREET_ADDRESS","features":[489]},{"name":"XCN_OID_SUBJECT_ALT_NAME","features":[489]},{"name":"XCN_OID_SUBJECT_ALT_NAME2","features":[489]},{"name":"XCN_OID_SUBJECT_DIR_ATTRS","features":[489]},{"name":"XCN_OID_SUBJECT_INFO_ACCESS","features":[489]},{"name":"XCN_OID_SUBJECT_KEY_IDENTIFIER","features":[489]},{"name":"XCN_OID_SUPPORTED_APPLICATION_CONTEXT","features":[489]},{"name":"XCN_OID_SUR_NAME","features":[489]},{"name":"XCN_OID_TELEPHONE_NUMBER","features":[489]},{"name":"XCN_OID_TELETEXT_TERMINAL_IDENTIFIER","features":[489]},{"name":"XCN_OID_TELEX_NUMBER","features":[489]},{"name":"XCN_OID_TIMESTAMP_TOKEN","features":[489]},{"name":"XCN_OID_TITLE","features":[489]},{"name":"XCN_OID_USER_CERTIFICATE","features":[489]},{"name":"XCN_OID_USER_PASSWORD","features":[489]},{"name":"XCN_OID_VERISIGN_BITSTRING_6_13","features":[489]},{"name":"XCN_OID_VERISIGN_ISS_STRONG_CRYPTO","features":[489]},{"name":"XCN_OID_VERISIGN_ONSITE_JURISDICTION_HASH","features":[489]},{"name":"XCN_OID_VERISIGN_PRIVATE_6_9","features":[489]},{"name":"XCN_OID_WHQL_CRYPTO","features":[489]},{"name":"XCN_OID_X21_ADDRESS","features":[489]},{"name":"XCN_OID_X957","features":[489]},{"name":"XCN_OID_X957_DSA","features":[489]},{"name":"XCN_OID_X957_SHA1DSA","features":[489]},{"name":"XCN_OID_YESNO_TRUST_ATTR","features":[489]},{"name":"XCN_PROPERTYID_NONE","features":[489]},{"name":"XCN_PROV_DH_SCHANNEL","features":[489]},{"name":"XCN_PROV_DSS","features":[489]},{"name":"XCN_PROV_DSS_DH","features":[489]},{"name":"XCN_PROV_EC_ECDSA_FULL","features":[489]},{"name":"XCN_PROV_EC_ECDSA_SIG","features":[489]},{"name":"XCN_PROV_EC_ECNRA_FULL","features":[489]},{"name":"XCN_PROV_EC_ECNRA_SIG","features":[489]},{"name":"XCN_PROV_FORTEZZA","features":[489]},{"name":"XCN_PROV_INTEL_SEC","features":[489]},{"name":"XCN_PROV_MS_EXCHANGE","features":[489]},{"name":"XCN_PROV_NONE","features":[489]},{"name":"XCN_PROV_REPLACE_OWF","features":[489]},{"name":"XCN_PROV_RNG","features":[489]},{"name":"XCN_PROV_RSA_AES","features":[489]},{"name":"XCN_PROV_RSA_FULL","features":[489]},{"name":"XCN_PROV_RSA_SCHANNEL","features":[489]},{"name":"XCN_PROV_RSA_SIG","features":[489]},{"name":"XCN_PROV_SPYRUS_LYNKS","features":[489]},{"name":"XCN_PROV_SSL","features":[489]},{"name":"XECI_AUTOENROLL","features":[489]},{"name":"XECI_CERTREQ","features":[489]},{"name":"XECI_DISABLE","features":[489]},{"name":"XECI_REQWIZARD","features":[489]},{"name":"XECI_XENROLL","features":[489]},{"name":"XECP_STRING_PROPERTY","features":[489]},{"name":"XECR_CMC","features":[489]},{"name":"XECR_PKCS10_V1_5","features":[489]},{"name":"XECR_PKCS10_V2_0","features":[489]},{"name":"XECR_PKCS7","features":[489]},{"name":"XECT_EXTENSION_V1","features":[489]},{"name":"XECT_EXTENSION_V2","features":[489]},{"name":"XEKL_KEYSIZE","features":[489]},{"name":"XEKL_KEYSIZE_DEFAULT","features":[489]},{"name":"XEKL_KEYSIZE_INC","features":[489]},{"name":"XEKL_KEYSIZE_MAX","features":[489]},{"name":"XEKL_KEYSIZE_MIN","features":[489]},{"name":"XEKL_KEYSPEC","features":[489]},{"name":"XEKL_KEYSPEC_KEYX","features":[489]},{"name":"XEKL_KEYSPEC_SIG","features":[489]},{"name":"XEPR_CADNS","features":[489]},{"name":"XEPR_CAFRIENDLYNAME","features":[489]},{"name":"XEPR_CANAME","features":[489]},{"name":"XEPR_DATE","features":[489]},{"name":"XEPR_ENUM_FIRST","features":[489]},{"name":"XEPR_HASH","features":[489]},{"name":"XEPR_REQUESTID","features":[489]},{"name":"XEPR_TEMPLATENAME","features":[489]},{"name":"XEPR_V1TEMPLATENAME","features":[489]},{"name":"XEPR_V2TEMPLATEOID","features":[489]},{"name":"XEPR_VERSION","features":[489]},{"name":"dwCAXCHGOVERLAPPERIODCOUNTDEFAULT","features":[489]},{"name":"dwCAXCHGVALIDITYPERIODCOUNTDEFAULT","features":[489]},{"name":"dwCRLDELTAOVERLAPPERIODCOUNTDEFAULT","features":[489]},{"name":"dwCRLDELTAPERIODCOUNTDEFAULT","features":[489]},{"name":"dwCRLOVERLAPPERIODCOUNTDEFAULT","features":[489]},{"name":"dwCRLPERIODCOUNTDEFAULT","features":[489]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_ENTERPRISE","features":[489]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_ROOT","features":[489]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_STANDALONE","features":[489]},{"name":"szBACKUPANNOTATION","features":[489]},{"name":"szDBBASENAMEPARM","features":[489]},{"name":"szNAMESEPARATORDEFAULT","features":[489]},{"name":"szPROPASNTAG","features":[489]},{"name":"szRESTOREANNOTATION","features":[489]},{"name":"wszAT_EKCERTINF","features":[489]},{"name":"wszAT_TESTROOT","features":[489]},{"name":"wszCAPOLICYFILE","features":[489]},{"name":"wszCERTEXITMODULE_POSTFIX","features":[489]},{"name":"wszCERTIFICATETRANSPARENCYFLAGS","features":[489]},{"name":"wszCERTMANAGE_SUFFIX","features":[489]},{"name":"wszCERTPOLICYMODULE_POSTFIX","features":[489]},{"name":"wszCERT_TYPE","features":[489]},{"name":"wszCERT_TYPE_CLIENT","features":[489]},{"name":"wszCERT_TYPE_CODESIGN","features":[489]},{"name":"wszCERT_TYPE_CUSTOMER","features":[489]},{"name":"wszCERT_TYPE_MERCHANT","features":[489]},{"name":"wszCERT_TYPE_PAYMENT","features":[489]},{"name":"wszCERT_TYPE_SERVER","features":[489]},{"name":"wszCERT_VERSION","features":[489]},{"name":"wszCERT_VERSION_1","features":[489]},{"name":"wszCERT_VERSION_2","features":[489]},{"name":"wszCERT_VERSION_3","features":[489]},{"name":"wszCLASS_CERTADMIN","features":[489]},{"name":"wszCLASS_CERTCONFIG","features":[489]},{"name":"wszCLASS_CERTDBMEM","features":[489]},{"name":"wszCLASS_CERTENCODE","features":[489]},{"name":"wszCLASS_CERTGETCONFIG","features":[489]},{"name":"wszCLASS_CERTREQUEST","features":[489]},{"name":"wszCLASS_CERTSERVEREXIT","features":[489]},{"name":"wszCLASS_CERTSERVERPOLICY","features":[489]},{"name":"wszCLASS_CERTVIEW","features":[489]},{"name":"wszCMM_PROP_COPYRIGHT","features":[489]},{"name":"wszCMM_PROP_DESCRIPTION","features":[489]},{"name":"wszCMM_PROP_DISPLAY_HWND","features":[489]},{"name":"wszCMM_PROP_FILEVER","features":[489]},{"name":"wszCMM_PROP_ISMULTITHREADED","features":[489]},{"name":"wszCMM_PROP_NAME","features":[489]},{"name":"wszCMM_PROP_PRODUCTVER","features":[489]},{"name":"wszCNGENCRYPTIONALGORITHM","features":[489]},{"name":"wszCNGHASHALGORITHM","features":[489]},{"name":"wszCNGPUBLICKEYALGORITHM","features":[489]},{"name":"wszCONFIG_AUTHORITY","features":[489]},{"name":"wszCONFIG_COMMENT","features":[489]},{"name":"wszCONFIG_COMMONNAME","features":[489]},{"name":"wszCONFIG_CONFIG","features":[489]},{"name":"wszCONFIG_COUNTRY","features":[489]},{"name":"wszCONFIG_DESCRIPTION","features":[489]},{"name":"wszCONFIG_EXCHANGECERTIFICATE","features":[489]},{"name":"wszCONFIG_FLAGS","features":[489]},{"name":"wszCONFIG_LOCALITY","features":[489]},{"name":"wszCONFIG_ORGANIZATION","features":[489]},{"name":"wszCONFIG_ORGUNIT","features":[489]},{"name":"wszCONFIG_SANITIZEDNAME","features":[489]},{"name":"wszCONFIG_SANITIZEDSHORTNAME","features":[489]},{"name":"wszCONFIG_SERVER","features":[489]},{"name":"wszCONFIG_SHORTNAME","features":[489]},{"name":"wszCONFIG_SIGNATURECERTIFICATE","features":[489]},{"name":"wszCONFIG_STATE","features":[489]},{"name":"wszCONFIG_WEBENROLLMENTSERVERS","features":[489]},{"name":"wszCRLPUBLISHRETRYCOUNT","features":[489]},{"name":"wszCRTFILENAMEEXT","features":[489]},{"name":"wszDATFILENAMEEXT","features":[489]},{"name":"wszDBBACKUPCERTBACKDAT","features":[489]},{"name":"wszDBBACKUPSUBDIR","features":[489]},{"name":"wszDBFILENAMEEXT","features":[489]},{"name":"wszENCRYPTIONALGORITHM","features":[489]},{"name":"wszENROLLMENTAGENTRIGHTS","features":[489]},{"name":"wszHASHALGORITHM","features":[489]},{"name":"wszINFKEY_ALTERNATESIGNATUREALGORITHM","features":[489]},{"name":"wszINFKEY_ATTESTPRIVATEKEY","features":[489]},{"name":"wszINFKEY_CACAPABILITIES","features":[489]},{"name":"wszINFKEY_CACERTS","features":[489]},{"name":"wszINFKEY_CATHUMBPRINT","features":[489]},{"name":"wszINFKEY_CCDPSYNCDELTATIME","features":[489]},{"name":"wszINFKEY_CHALLENGEPASSWORD","features":[489]},{"name":"wszINFKEY_CONTINUE","features":[489]},{"name":"wszINFKEY_CRITICAL","features":[489]},{"name":"wszINFKEY_CRLDELTAPERIODCOUNT","features":[489]},{"name":"wszINFKEY_CRLDELTAPERIODSTRING","features":[489]},{"name":"wszINFKEY_CRLPERIODCOUNT","features":[489]},{"name":"wszINFKEY_CRLPERIODSTRING","features":[489]},{"name":"wszINFKEY_DIRECTORYNAME","features":[489]},{"name":"wszINFKEY_DNS","features":[489]},{"name":"wszINFKEY_ECCKEYPARAMETERS","features":[489]},{"name":"wszINFKEY_ECCKEYPARAMETERSTYPE","features":[489]},{"name":"wszINFKEY_ECCKEYPARAMETERS_A","features":[489]},{"name":"wszINFKEY_ECCKEYPARAMETERS_B","features":[489]},{"name":"wszINFKEY_ECCKEYPARAMETERS_BASE","features":[489]},{"name":"wszINFKEY_ECCKEYPARAMETERS_COFACTOR","features":[489]},{"name":"wszINFKEY_ECCKEYPARAMETERS_ORDER","features":[489]},{"name":"wszINFKEY_ECCKEYPARAMETERS_P","features":[489]},{"name":"wszINFKEY_ECCKEYPARAMETERS_SEED","features":[489]},{"name":"wszINFKEY_EMAIL","features":[489]},{"name":"wszINFKEY_EMPTY","features":[489]},{"name":"wszINFKEY_ENABLEKEYCOUNTING","features":[489]},{"name":"wszINFKEY_ENCRYPTIONALGORITHM","features":[489]},{"name":"wszINFKEY_ENCRYPTIONLENGTH","features":[489]},{"name":"wszINFKEY_EXCLUDE","features":[489]},{"name":"wszINFKEY_EXPORTABLE","features":[489]},{"name":"wszINFKEY_EXPORTABLEENCRYPTED","features":[489]},{"name":"wszINFKEY_FLAGS","features":[489]},{"name":"wszINFKEY_FORCEUTF8","features":[489]},{"name":"wszINFKEY_FRIENDLYNAME","features":[489]},{"name":"wszINFKEY_HASHALGORITHM","features":[489]},{"name":"wszINFKEY_INCLUDE","features":[489]},{"name":"wszINFKEY_INHIBITPOLICYMAPPING","features":[489]},{"name":"wszINFKEY_IPADDRESS","features":[489]},{"name":"wszINFKEY_KEYALGORITHM","features":[489]},{"name":"wszINFKEY_KEYALGORITHMPARMETERS","features":[489]},{"name":"wszINFKEY_KEYCONTAINER","features":[489]},{"name":"wszINFKEY_KEYLENGTH","features":[489]},{"name":"wszINFKEY_KEYPROTECTION","features":[489]},{"name":"wszINFKEY_KEYUSAGEEXTENSION","features":[489]},{"name":"wszINFKEY_KEYUSAGEPROPERTY","features":[489]},{"name":"wszINFKEY_LEGACYKEYSPEC","features":[489]},{"name":"wszINFKEY_LOADDEFAULTTEMPLATES","features":[489]},{"name":"wszINFKEY_MACHINEKEYSET","features":[489]},{"name":"wszINFKEY_NOTAFTER","features":[489]},{"name":"wszINFKEY_NOTBEFORE","features":[489]},{"name":"wszINFKEY_NOTICE","features":[489]},{"name":"wszINFKEY_OID","features":[489]},{"name":"wszINFKEY_OTHERNAME","features":[489]},{"name":"wszINFKEY_PATHLENGTH","features":[489]},{"name":"wszINFKEY_POLICIES","features":[489]},{"name":"wszINFKEY_PRIVATEKEYARCHIVE","features":[489]},{"name":"wszINFKEY_PROVIDERNAME","features":[489]},{"name":"wszINFKEY_PROVIDERTYPE","features":[489]},{"name":"wszINFKEY_PUBLICKEY","features":[489]},{"name":"wszINFKEY_PUBLICKEYPARAMETERS","features":[489]},{"name":"wszINFKEY_READERNAME","features":[489]},{"name":"wszINFKEY_REGISTEREDID","features":[489]},{"name":"wszINFKEY_RENEWALCERT","features":[489]},{"name":"wszINFKEY_RENEWALKEYLENGTH","features":[489]},{"name":"wszINFKEY_RENEWALVALIDITYPERIODCOUNT","features":[489]},{"name":"wszINFKEY_RENEWALVALIDITYPERIODSTRING","features":[489]},{"name":"wszINFKEY_REQUESTTYPE","features":[489]},{"name":"wszINFKEY_REQUIREEXPLICITPOLICY","features":[489]},{"name":"wszINFKEY_SECURITYDESCRIPTOR","features":[489]},{"name":"wszINFKEY_SERIALNUMBER","features":[489]},{"name":"wszINFKEY_SHOWALLCSPS","features":[489]},{"name":"wszINFKEY_SILENT","features":[489]},{"name":"wszINFKEY_SMIME","features":[489]},{"name":"wszINFKEY_SUBJECT","features":[489]},{"name":"wszINFKEY_SUBJECTNAMEFLAGS","features":[489]},{"name":"wszINFKEY_SUBTREE","features":[489]},{"name":"wszINFKEY_SUPPRESSDEFAULTS","features":[489]},{"name":"wszINFKEY_UICONTEXTMESSAGE","features":[489]},{"name":"wszINFKEY_UPN","features":[489]},{"name":"wszINFKEY_URL","features":[489]},{"name":"wszINFKEY_USEEXISTINGKEY","features":[489]},{"name":"wszINFKEY_USERPROTECTED","features":[489]},{"name":"wszINFKEY_UTF8","features":[489]},{"name":"wszINFKEY_X500NAMEFLAGS","features":[489]},{"name":"wszINFSECTION_AIA","features":[489]},{"name":"wszINFSECTION_APPLICATIONPOLICYCONSTRAINTS","features":[489]},{"name":"wszINFSECTION_APPLICATIONPOLICYMAPPINGS","features":[489]},{"name":"wszINFSECTION_APPLICATIONPOLICYSTATEMENT","features":[489]},{"name":"wszINFSECTION_BASICCONSTRAINTS","features":[489]},{"name":"wszINFSECTION_CAPOLICY","features":[489]},{"name":"wszINFSECTION_CCDP","features":[489]},{"name":"wszINFSECTION_CDP","features":[489]},{"name":"wszINFSECTION_CERTSERVER","features":[489]},{"name":"wszINFSECTION_EKU","features":[489]},{"name":"wszINFSECTION_EXTENSIONS","features":[489]},{"name":"wszINFSECTION_NAMECONSTRAINTS","features":[489]},{"name":"wszINFSECTION_NEWREQUEST","features":[489]},{"name":"wszINFSECTION_POLICYCONSTRAINTS","features":[489]},{"name":"wszINFSECTION_POLICYMAPPINGS","features":[489]},{"name":"wszINFSECTION_POLICYSTATEMENT","features":[489]},{"name":"wszINFSECTION_PROPERTIES","features":[489]},{"name":"wszINFSECTION_REQUESTATTRIBUTES","features":[489]},{"name":"wszINFVALUE_ENDORSEMENTKEY","features":[489]},{"name":"wszINFVALUE_REQUESTTYPE_CERT","features":[489]},{"name":"wszINFVALUE_REQUESTTYPE_CMC","features":[489]},{"name":"wszINFVALUE_REQUESTTYPE_PKCS10","features":[489]},{"name":"wszINFVALUE_REQUESTTYPE_PKCS7","features":[489]},{"name":"wszINFVALUE_REQUESTTYPE_SCEP","features":[489]},{"name":"wszLDAPSESSIONOPTIONVALUE","features":[489]},{"name":"wszLOCALIZEDTIMEPERIODUNITS","features":[489]},{"name":"wszLOGFILENAMEEXT","features":[489]},{"name":"wszLOGPATH","features":[489]},{"name":"wszMACHINEKEYSET","features":[489]},{"name":"wszMICROSOFTCERTMODULE_PREFIX","features":[489]},{"name":"wszNETSCAPEREVOCATIONTYPE","features":[489]},{"name":"wszOCSPCAPROP_CACERTIFICATE","features":[489]},{"name":"wszOCSPCAPROP_CACONFIG","features":[489]},{"name":"wszOCSPCAPROP_CSPNAME","features":[489]},{"name":"wszOCSPCAPROP_ERRORCODE","features":[489]},{"name":"wszOCSPCAPROP_HASHALGORITHMID","features":[489]},{"name":"wszOCSPCAPROP_KEYSPEC","features":[489]},{"name":"wszOCSPCAPROP_LOCALREVOCATIONINFORMATION","features":[489]},{"name":"wszOCSPCAPROP_PROVIDERCLSID","features":[489]},{"name":"wszOCSPCAPROP_PROVIDERPROPERTIES","features":[489]},{"name":"wszOCSPCAPROP_REMINDERDURATION","features":[489]},{"name":"wszOCSPCAPROP_SIGNINGCERTIFICATE","features":[489]},{"name":"wszOCSPCAPROP_SIGNINGCERTIFICATETEMPLATE","features":[489]},{"name":"wszOCSPCAPROP_SIGNINGFLAGS","features":[489]},{"name":"wszOCSPCOMMONPROP_MAXINCOMINGMESSAGESIZE","features":[489]},{"name":"wszOCSPCOMMONPROP_MAXNUMOFREQUESTENTRIES","features":[489]},{"name":"wszOCSPCOMMONPROP_REQFLAGS","features":[489]},{"name":"wszOCSPISAPIPROP_DEBUG","features":[489]},{"name":"wszOCSPISAPIPROP_MAXAGE","features":[489]},{"name":"wszOCSPISAPIPROP_MAXNUMOFCACHEENTRIES","features":[489]},{"name":"wszOCSPISAPIPROP_NUMOFBACKENDCONNECTIONS","features":[489]},{"name":"wszOCSPISAPIPROP_NUMOFTHREADS","features":[489]},{"name":"wszOCSPISAPIPROP_REFRESHRATE","features":[489]},{"name":"wszOCSPISAPIPROP_VIRTUALROOTNAME","features":[489]},{"name":"wszOCSPPROP_ARRAYCONTROLLER","features":[489]},{"name":"wszOCSPPROP_ARRAYMEMBERS","features":[489]},{"name":"wszOCSPPROP_AUDITFILTER","features":[489]},{"name":"wszOCSPPROP_DEBUG","features":[489]},{"name":"wszOCSPPROP_ENROLLPOLLINTERVAL","features":[489]},{"name":"wszOCSPPROP_LOGLEVEL","features":[489]},{"name":"wszOCSPREVPROP_BASECRL","features":[489]},{"name":"wszOCSPREVPROP_BASECRLURLS","features":[489]},{"name":"wszOCSPREVPROP_CRLURLTIMEOUT","features":[489]},{"name":"wszOCSPREVPROP_DELTACRL","features":[489]},{"name":"wszOCSPREVPROP_DELTACRLURLS","features":[489]},{"name":"wszOCSPREVPROP_ERRORCODE","features":[489]},{"name":"wszOCSPREVPROP_REFRESHTIMEOUT","features":[489]},{"name":"wszOCSPREVPROP_SERIALNUMBERSDIRS","features":[489]},{"name":"wszPERIODDAYS","features":[489]},{"name":"wszPERIODHOURS","features":[489]},{"name":"wszPERIODMINUTES","features":[489]},{"name":"wszPERIODMONTHS","features":[489]},{"name":"wszPERIODSECONDS","features":[489]},{"name":"wszPERIODWEEKS","features":[489]},{"name":"wszPERIODYEARS","features":[489]},{"name":"wszPFXFILENAMEEXT","features":[489]},{"name":"wszPROPATTESTATIONCHALLENGE","features":[489]},{"name":"wszPROPATTRIBNAME","features":[489]},{"name":"wszPROPATTRIBREQUESTID","features":[489]},{"name":"wszPROPATTRIBVALUE","features":[489]},{"name":"wszPROPCALLERNAME","features":[489]},{"name":"wszPROPCATYPE","features":[489]},{"name":"wszPROPCERTCLIENTMACHINE","features":[489]},{"name":"wszPROPCERTCOUNT","features":[489]},{"name":"wszPROPCERTIFICATEENROLLMENTFLAGS","features":[489]},{"name":"wszPROPCERTIFICATEGENERALFLAGS","features":[489]},{"name":"wszPROPCERTIFICATEHASH","features":[489]},{"name":"wszPROPCERTIFICATENOTAFTERDATE","features":[489]},{"name":"wszPROPCERTIFICATENOTBEFOREDATE","features":[489]},{"name":"wszPROPCERTIFICATEPRIVATEKEYFLAGS","features":[489]},{"name":"wszPROPCERTIFICATEPUBLICKEYALGORITHM","features":[489]},{"name":"wszPROPCERTIFICATEPUBLICKEYLENGTH","features":[489]},{"name":"wszPROPCERTIFICATERAWPUBLICKEY","features":[489]},{"name":"wszPROPCERTIFICATERAWPUBLICKEYALGORITHMPARAMETERS","features":[489]},{"name":"wszPROPCERTIFICATERAWSMIMECAPABILITIES","features":[489]},{"name":"wszPROPCERTIFICATEREQUESTID","features":[489]},{"name":"wszPROPCERTIFICATESERIALNUMBER","features":[489]},{"name":"wszPROPCERTIFICATESUBJECTKEYIDENTIFIER","features":[489]},{"name":"wszPROPCERTIFICATETEMPLATE","features":[489]},{"name":"wszPROPCERTIFICATETYPE","features":[489]},{"name":"wszPROPCERTIFICATEUPN","features":[489]},{"name":"wszPROPCERTSTATE","features":[489]},{"name":"wszPROPCERTSUFFIX","features":[489]},{"name":"wszPROPCERTTEMPLATE","features":[489]},{"name":"wszPROPCERTTYPE","features":[489]},{"name":"wszPROPCERTUSAGE","features":[489]},{"name":"wszPROPCHALLENGE","features":[489]},{"name":"wszPROPCLIENTBROWSERMACHINE","features":[489]},{"name":"wszPROPCLIENTDCDNS","features":[489]},{"name":"wszPROPCOMMONNAME","features":[489]},{"name":"wszPROPCONFIGDN","features":[489]},{"name":"wszPROPCOUNTRY","features":[489]},{"name":"wszPROPCRITICALTAG","features":[489]},{"name":"wszPROPCRLCOUNT","features":[489]},{"name":"wszPROPCRLEFFECTIVE","features":[489]},{"name":"wszPROPCRLINDEX","features":[489]},{"name":"wszPROPCRLLASTPUBLISHED","features":[489]},{"name":"wszPROPCRLMINBASE","features":[489]},{"name":"wszPROPCRLNAMEID","features":[489]},{"name":"wszPROPCRLNEXTPUBLISH","features":[489]},{"name":"wszPROPCRLNEXTUPDATE","features":[489]},{"name":"wszPROPCRLNUMBER","features":[489]},{"name":"wszPROPCRLPROPAGATIONCOMPLETE","features":[489]},{"name":"wszPROPCRLPUBLISHATTEMPTS","features":[489]},{"name":"wszPROPCRLPUBLISHERROR","features":[489]},{"name":"wszPROPCRLPUBLISHFLAGS","features":[489]},{"name":"wszPROPCRLPUBLISHSTATUSCODE","features":[489]},{"name":"wszPROPCRLRAWCRL","features":[489]},{"name":"wszPROPCRLROWID","features":[489]},{"name":"wszPROPCRLSTATE","features":[489]},{"name":"wszPROPCRLSUFFIX","features":[489]},{"name":"wszPROPCRLTHISPUBLISH","features":[489]},{"name":"wszPROPCRLTHISUPDATE","features":[489]},{"name":"wszPROPCROSSFOREST","features":[489]},{"name":"wszPROPDCNAME","features":[489]},{"name":"wszPROPDECIMALTAG","features":[489]},{"name":"wszPROPDELTACRLSDISABLED","features":[489]},{"name":"wszPROPDEVICESERIALNUMBER","features":[489]},{"name":"wszPROPDISPOSITION","features":[489]},{"name":"wszPROPDISPOSITIONDENY","features":[489]},{"name":"wszPROPDISPOSITIONPENDING","features":[489]},{"name":"wszPROPDISTINGUISHEDNAME","features":[489]},{"name":"wszPROPDN","features":[489]},{"name":"wszPROPDNS","features":[489]},{"name":"wszPROPDOMAINCOMPONENT","features":[489]},{"name":"wszPROPDOMAINDN","features":[489]},{"name":"wszPROPEMAIL","features":[489]},{"name":"wszPROPENDORSEMENTCERTIFICATEHASH","features":[489]},{"name":"wszPROPENDORSEMENTKEYHASH","features":[489]},{"name":"wszPROPEVENTLOGERROR","features":[489]},{"name":"wszPROPEVENTLOGEXHAUSTIVE","features":[489]},{"name":"wszPROPEVENTLOGTERSE","features":[489]},{"name":"wszPROPEVENTLOGVERBOSE","features":[489]},{"name":"wszPROPEVENTLOGWARNING","features":[489]},{"name":"wszPROPEXITCERTFILE","features":[489]},{"name":"wszPROPEXPECTEDCHALLENGE","features":[489]},{"name":"wszPROPEXPIRATIONDATE","features":[489]},{"name":"wszPROPEXTFLAGS","features":[489]},{"name":"wszPROPEXTNAME","features":[489]},{"name":"wszPROPEXTRAWVALUE","features":[489]},{"name":"wszPROPEXTREQUESTID","features":[489]},{"name":"wszPROPFILETAG","features":[489]},{"name":"wszPROPGIVENNAME","features":[489]},{"name":"wszPROPGUID","features":[489]},{"name":"wszPROPHEXTAG","features":[489]},{"name":"wszPROPINITIALS","features":[489]},{"name":"wszPROPIPADDRESS","features":[489]},{"name":"wszPROPKEYARCHIVED","features":[489]},{"name":"wszPROPLOCALITY","features":[489]},{"name":"wszPROPLOGLEVEL","features":[489]},{"name":"wszPROPMACHINEDNSNAME","features":[489]},{"name":"wszPROPMODULEREGLOC","features":[489]},{"name":"wszPROPNAMETYPE","features":[489]},{"name":"wszPROPOCTETTAG","features":[489]},{"name":"wszPROPOFFICER","features":[489]},{"name":"wszPROPOID","features":[489]},{"name":"wszPROPORGANIZATION","features":[489]},{"name":"wszPROPORGUNIT","features":[489]},{"name":"wszPROPPUBLISHEXPIREDCERTINCRL","features":[489]},{"name":"wszPROPRAWCACERTIFICATE","features":[489]},{"name":"wszPROPRAWCERTIFICATE","features":[489]},{"name":"wszPROPRAWCRL","features":[489]},{"name":"wszPROPRAWDELTACRL","features":[489]},{"name":"wszPROPRAWNAME","features":[489]},{"name":"wszPROPRAWPRECERTIFICATE","features":[489]},{"name":"wszPROPREQUESTARCHIVEDKEY","features":[489]},{"name":"wszPROPREQUESTATTRIBUTES","features":[489]},{"name":"wszPROPREQUESTCSPPROVIDER","features":[489]},{"name":"wszPROPREQUESTDISPOSITION","features":[489]},{"name":"wszPROPREQUESTDISPOSITIONMESSAGE","features":[489]},{"name":"wszPROPREQUESTDOT","features":[489]},{"name":"wszPROPREQUESTERCAACCESS","features":[489]},{"name":"wszPROPREQUESTERDN","features":[489]},{"name":"wszPROPREQUESTERNAME","features":[489]},{"name":"wszPROPREQUESTERNAMEFROMOLDCERTIFICATE","features":[489]},{"name":"wszPROPREQUESTERSAMNAME","features":[489]},{"name":"wszPROPREQUESTERUPN","features":[489]},{"name":"wszPROPREQUESTFLAGS","features":[489]},{"name":"wszPROPREQUESTKEYRECOVERYHASHES","features":[489]},{"name":"wszPROPREQUESTMACHINEDNS","features":[489]},{"name":"wszPROPREQUESTOSVERSION","features":[489]},{"name":"wszPROPREQUESTRAWARCHIVEDKEY","features":[489]},{"name":"wszPROPREQUESTRAWOLDCERTIFICATE","features":[489]},{"name":"wszPROPREQUESTRAWREQUEST","features":[489]},{"name":"wszPROPREQUESTREQUESTID","features":[489]},{"name":"wszPROPREQUESTRESOLVEDWHEN","features":[489]},{"name":"wszPROPREQUESTREVOKEDEFFECTIVEWHEN","features":[489]},{"name":"wszPROPREQUESTREVOKEDREASON","features":[489]},{"name":"wszPROPREQUESTREVOKEDWHEN","features":[489]},{"name":"wszPROPREQUESTSTATUSCODE","features":[489]},{"name":"wszPROPREQUESTSUBMITTEDWHEN","features":[489]},{"name":"wszPROPREQUESTTYPE","features":[489]},{"name":"wszPROPSANITIZEDCANAME","features":[489]},{"name":"wszPROPSANITIZEDSHORTNAME","features":[489]},{"name":"wszPROPSEAUDITFILTER","features":[489]},{"name":"wszPROPSEAUDITID","features":[489]},{"name":"wszPROPSERVERUPGRADED","features":[489]},{"name":"wszPROPSESSIONCOUNT","features":[489]},{"name":"wszPROPSIGNERAPPLICATIONPOLICIES","features":[489]},{"name":"wszPROPSIGNERPOLICIES","features":[489]},{"name":"wszPROPSTATE","features":[489]},{"name":"wszPROPSTREETADDRESS","features":[489]},{"name":"wszPROPSUBJECTALTNAME2","features":[489]},{"name":"wszPROPSUBJECTDOT","features":[489]},{"name":"wszPROPSURNAME","features":[489]},{"name":"wszPROPTEMPLATECHANGESEQUENCENUMBER","features":[489]},{"name":"wszPROPTEXTTAG","features":[489]},{"name":"wszPROPTITLE","features":[489]},{"name":"wszPROPUNSTRUCTUREDADDRESS","features":[489]},{"name":"wszPROPUNSTRUCTUREDNAME","features":[489]},{"name":"wszPROPUPN","features":[489]},{"name":"wszPROPURL","features":[489]},{"name":"wszPROPUSEDS","features":[489]},{"name":"wszPROPUSERDN","features":[489]},{"name":"wszPROPUTF8TAG","features":[489]},{"name":"wszPROPVALIDITYPERIODCOUNT","features":[489]},{"name":"wszPROPVALIDITYPERIODSTRING","features":[489]},{"name":"wszPROPVOLATILEMODE","features":[489]},{"name":"wszREGACTIVE","features":[489]},{"name":"wszREGAELOGLEVEL_OLD","features":[489]},{"name":"wszREGAIKCLOUDCAURL","features":[489]},{"name":"wszREGAIKKEYALGORITHM","features":[489]},{"name":"wszREGAIKKEYLENGTH","features":[489]},{"name":"wszREGALLPROVIDERS","features":[489]},{"name":"wszREGALTERNATEPUBLISHDOMAINS","features":[489]},{"name":"wszREGALTERNATESIGNATUREALGORITHM","features":[489]},{"name":"wszREGAUDITFILTER","features":[489]},{"name":"wszREGB2ICERTMANAGEMODULE","features":[489]},{"name":"wszREGBACKUPLOGDIRECTORY","features":[489]},{"name":"wszREGCACERTFILENAME","features":[489]},{"name":"wszREGCACERTHASH","features":[489]},{"name":"wszREGCACERTPUBLICATIONURLS","features":[489]},{"name":"wszREGCADESCRIPTION","features":[489]},{"name":"wszREGCAPATHLENGTH","features":[489]},{"name":"wszREGCASECURITY","features":[489]},{"name":"wszREGCASERIALNUMBER","features":[489]},{"name":"wszREGCASERVERNAME","features":[489]},{"name":"wszREGCATYPE","features":[489]},{"name":"wszREGCAUSEDS","features":[489]},{"name":"wszREGCAXCHGCERTHASH","features":[489]},{"name":"wszREGCAXCHGOVERLAPPERIODCOUNT","features":[489]},{"name":"wszREGCAXCHGOVERLAPPERIODSTRING","features":[489]},{"name":"wszREGCAXCHGVALIDITYPERIODCOUNT","features":[489]},{"name":"wszREGCAXCHGVALIDITYPERIODSTRING","features":[489]},{"name":"wszREGCERTENROLLCOMPATIBLE","features":[489]},{"name":"wszREGCERTIFICATETRANSPARENCYINFOOID","features":[489]},{"name":"wszREGCERTPUBLISHFLAGS","features":[489]},{"name":"wszREGCERTSRVDEBUG","features":[489]},{"name":"wszREGCHECKPOINTFILE","features":[489]},{"name":"wszREGCLOCKSKEWMINUTES","features":[489]},{"name":"wszREGCOMMONNAME","features":[489]},{"name":"wszREGCRLATTEMPTREPUBLISH","features":[489]},{"name":"wszREGCRLDELTANEXTPUBLISH","features":[489]},{"name":"wszREGCRLDELTAOVERLAPPERIODCOUNT","features":[489]},{"name":"wszREGCRLDELTAOVERLAPPERIODSTRING","features":[489]},{"name":"wszREGCRLDELTAPERIODCOUNT","features":[489]},{"name":"wszREGCRLDELTAPERIODSTRING","features":[489]},{"name":"wszREGCRLEDITFLAGS","features":[489]},{"name":"wszREGCRLFLAGS","features":[489]},{"name":"wszREGCRLNEXTPUBLISH","features":[489]},{"name":"wszREGCRLOVERLAPPERIODCOUNT","features":[489]},{"name":"wszREGCRLOVERLAPPERIODSTRING","features":[489]},{"name":"wszREGCRLPATH_OLD","features":[489]},{"name":"wszREGCRLPERIODCOUNT","features":[489]},{"name":"wszREGCRLPERIODSTRING","features":[489]},{"name":"wszREGCRLPUBLICATIONURLS","features":[489]},{"name":"wszREGDATABASERECOVERED","features":[489]},{"name":"wszREGDBDIRECTORY","features":[489]},{"name":"wszREGDBFLAGS","features":[489]},{"name":"wszREGDBLASTFULLBACKUP","features":[489]},{"name":"wszREGDBLASTINCREMENTALBACKUP","features":[489]},{"name":"wszREGDBLASTRECOVERY","features":[489]},{"name":"wszREGDBLOGDIRECTORY","features":[489]},{"name":"wszREGDBMAXREADSESSIONCOUNT","features":[489]},{"name":"wszREGDBSESSIONCOUNT","features":[489]},{"name":"wszREGDBSYSDIRECTORY","features":[489]},{"name":"wszREGDBTEMPDIRECTORY","features":[489]},{"name":"wszREGDEFAULTSMIME","features":[489]},{"name":"wszREGDIRECTORY","features":[489]},{"name":"wszREGDISABLEEXTENSIONLIST","features":[489]},{"name":"wszREGDSCONFIGDN","features":[489]},{"name":"wszREGDSDOMAINDN","features":[489]},{"name":"wszREGEDITFLAGS","features":[489]},{"name":"wszREGEKPUBLISTDIRECTORIES","features":[489]},{"name":"wszREGEKUOIDSFORPUBLISHEXPIREDCERTINCRL","features":[489]},{"name":"wszREGEKUOIDSFORVOLATILEREQUESTS","features":[489]},{"name":"wszREGENABLED","features":[489]},{"name":"wszREGENABLEDEKUFORDEFINEDCACERT","features":[489]},{"name":"wszREGENABLEENROLLEEREQUESTEXTENSIONLIST","features":[489]},{"name":"wszREGENABLEREQUESTEXTENSIONLIST","features":[489]},{"name":"wszREGENFORCEX500NAMELENGTHS","features":[489]},{"name":"wszREGENROLLFLAGS","features":[489]},{"name":"wszREGEXITBODYARG","features":[489]},{"name":"wszREGEXITBODYFORMAT","features":[489]},{"name":"wszREGEXITCRLISSUEDKEY","features":[489]},{"name":"wszREGEXITDENIEDKEY","features":[489]},{"name":"wszREGEXITIMPORTEDKEY","features":[489]},{"name":"wszREGEXITISSUEDKEY","features":[489]},{"name":"wszREGEXITPENDINGKEY","features":[489]},{"name":"wszREGEXITPROPNOTFOUND","features":[489]},{"name":"wszREGEXITREVOKEDKEY","features":[489]},{"name":"wszREGEXITSHUTDOWNKEY","features":[489]},{"name":"wszREGEXITSMTPAUTHENTICATE","features":[489]},{"name":"wszREGEXITSMTPCC","features":[489]},{"name":"wszREGEXITSMTPEVENTFILTER","features":[489]},{"name":"wszREGEXITSMTPFROM","features":[489]},{"name":"wszREGEXITSMTPKEY","features":[489]},{"name":"wszREGEXITSMTPSERVER","features":[489]},{"name":"wszREGEXITSMTPTEMPLATES","features":[489]},{"name":"wszREGEXITSMTPTO","features":[489]},{"name":"wszREGEXITSTARTUPKEY","features":[489]},{"name":"wszREGEXITTITLEARG","features":[489]},{"name":"wszREGEXITTITLEFORMAT","features":[489]},{"name":"wszREGFILEISSUERCERTURL_OLD","features":[489]},{"name":"wszREGFILEREVOCATIONCRLURL_OLD","features":[489]},{"name":"wszREGFORCETELETEX","features":[489]},{"name":"wszREGFTPISSUERCERTURL_OLD","features":[489]},{"name":"wszREGFTPREVOCATIONCRLURL_OLD","features":[489]},{"name":"wszREGHIGHLOGNUMBER","features":[489]},{"name":"wszREGHIGHSERIAL","features":[489]},{"name":"wszREGINTERFACEFLAGS","features":[489]},{"name":"wszREGISSUERCERTURLFLAGS","features":[489]},{"name":"wszREGISSUERCERTURL_OLD","features":[489]},{"name":"wszREGKEYBASE","features":[489]},{"name":"wszREGKEYCERTSVCPATH","features":[489]},{"name":"wszREGKEYCONFIG","features":[489]},{"name":"wszREGKEYCSP","features":[489]},{"name":"wszREGKEYDBPARAMETERS","features":[489]},{"name":"wszREGKEYENCRYPTIONCSP","features":[489]},{"name":"wszREGKEYENROLLMENT","features":[489]},{"name":"wszREGKEYEXITMODULES","features":[489]},{"name":"wszREGKEYGROUPPOLICYENROLLMENT","features":[489]},{"name":"wszREGKEYNOSYSTEMCERTSVCPATH","features":[489]},{"name":"wszREGKEYPOLICYMODULES","features":[489]},{"name":"wszREGKEYREPAIR","features":[489]},{"name":"wszREGKEYRESTOREINPROGRESS","features":[489]},{"name":"wszREGKEYSIZE","features":[489]},{"name":"wszREGKRACERTCOUNT","features":[489]},{"name":"wszREGKRACERTHASH","features":[489]},{"name":"wszREGKRAFLAGS","features":[489]},{"name":"wszREGLDAPFLAGS","features":[489]},{"name":"wszREGLDAPISSUERCERTURL_OLD","features":[489]},{"name":"wszREGLDAPREVOCATIONCRLURL_OLD","features":[489]},{"name":"wszREGLDAPREVOCATIONDNTEMPLATE_OLD","features":[489]},{"name":"wszREGLDAPREVOCATIONDN_OLD","features":[489]},{"name":"wszREGLDAPSESSIONOPTIONS","features":[489]},{"name":"wszREGLOGLEVEL","features":[489]},{"name":"wszREGLOGPATH","features":[489]},{"name":"wszREGLOWLOGNUMBER","features":[489]},{"name":"wszREGMAXINCOMINGALLOCSIZE","features":[489]},{"name":"wszREGMAXINCOMINGMESSAGESIZE","features":[489]},{"name":"wszREGMAXPENDINGREQUESTDAYS","features":[489]},{"name":"wszREGMAXSCTLISTSIZE","features":[489]},{"name":"wszREGNAMESEPARATOR","features":[489]},{"name":"wszREGNETSCAPECERTTYPE","features":[489]},{"name":"wszREGOFFICERRIGHTS","features":[489]},{"name":"wszREGPARENTCAMACHINE","features":[489]},{"name":"wszREGPARENTCANAME","features":[489]},{"name":"wszREGPOLICYFLAGS","features":[489]},{"name":"wszREGPRESERVESCEPDUMMYCERTS","features":[489]},{"name":"wszREGPROCESSINGFLAGS","features":[489]},{"name":"wszREGPROVIDER","features":[489]},{"name":"wszREGPROVIDERTYPE","features":[489]},{"name":"wszREGREQUESTDISPOSITION","features":[489]},{"name":"wszREGREQUESTFILENAME","features":[489]},{"name":"wszREGREQUESTID","features":[489]},{"name":"wszREGREQUESTKEYCONTAINER","features":[489]},{"name":"wszREGREQUESTKEYINDEX","features":[489]},{"name":"wszREGRESTOREMAP","features":[489]},{"name":"wszREGRESTOREMAPCOUNT","features":[489]},{"name":"wszREGRESTORESTATUS","features":[489]},{"name":"wszREGREVOCATIONCRLURL_OLD","features":[489]},{"name":"wszREGREVOCATIONTYPE","features":[489]},{"name":"wszREGREVOCATIONURL","features":[489]},{"name":"wszREGROLESEPARATIONENABLED","features":[489]},{"name":"wszREGSETUPSTATUS","features":[489]},{"name":"wszREGSP4DEFAULTCONFIGURATION","features":[489]},{"name":"wszREGSP4KEYSETNAME","features":[489]},{"name":"wszREGSP4NAMES","features":[489]},{"name":"wszREGSP4QUERIES","features":[489]},{"name":"wszREGSP4SUBJECTNAMESEPARATOR","features":[489]},{"name":"wszREGSUBJECTALTNAME","features":[489]},{"name":"wszREGSUBJECTALTNAME2","features":[489]},{"name":"wszREGSUBJECTTEMPLATE","features":[489]},{"name":"wszREGSYMMETRICKEYSIZE","features":[489]},{"name":"wszREGUNICODE","features":[489]},{"name":"wszREGUPNMAP","features":[489]},{"name":"wszREGUSEDEFINEDCACERTINREQ","features":[489]},{"name":"wszREGVALIDITYPERIODCOUNT","features":[489]},{"name":"wszREGVALIDITYPERIODSTRING","features":[489]},{"name":"wszREGVERIFYFLAGS","features":[489]},{"name":"wszREGVERSION","features":[489]},{"name":"wszREGVIEWAGEMINUTES","features":[489]},{"name":"wszREGVIEWIDLEMINUTES","features":[489]},{"name":"wszREGWEBCLIENTCAMACHINE","features":[489]},{"name":"wszREGWEBCLIENTCANAME","features":[489]},{"name":"wszREGWEBCLIENTCATYPE","features":[489]},{"name":"wszSECUREDATTRIBUTES","features":[489]},{"name":"wszSERVICE_NAME","features":[489]},{"name":"wszzDEFAULTSIGNEDATTRIBUTES","features":[489]}],"493":[{"name":"CryptSIPAddProvider","features":[307,488]},{"name":"CryptSIPCreateIndirectData","features":[307,487,488]},{"name":"CryptSIPGetCaps","features":[307,487,488]},{"name":"CryptSIPGetSealedDigest","features":[307,487,488]},{"name":"CryptSIPGetSignedDataMsg","features":[307,487,488]},{"name":"CryptSIPLoad","features":[307,487,488]},{"name":"CryptSIPPutSignedDataMsg","features":[307,487,488]},{"name":"CryptSIPRemoveProvider","features":[307,488]},{"name":"CryptSIPRemoveSignedDataMsg","features":[307,487,488]},{"name":"CryptSIPRetrieveSubjectGuid","features":[307,488]},{"name":"CryptSIPRetrieveSubjectGuidForCatalogFile","features":[307,488]},{"name":"CryptSIPVerifyIndirectData","features":[307,487,488]},{"name":"MSSIP_ADDINFO_BLOB","features":[488]},{"name":"MSSIP_ADDINFO_CATMEMBER","features":[488]},{"name":"MSSIP_ADDINFO_FLAT","features":[488]},{"name":"MSSIP_ADDINFO_NONE","features":[488]},{"name":"MSSIP_ADDINFO_NONMSSIP","features":[488]},{"name":"MSSIP_FLAGS_MULTI_HASH","features":[488]},{"name":"MSSIP_FLAGS_PROHIBIT_RESIZE_ON_CREATE","features":[488]},{"name":"MSSIP_FLAGS_USE_CATALOG","features":[488]},{"name":"MS_ADDINFO_BLOB","features":[488]},{"name":"MS_ADDINFO_FLAT","features":[488]},{"name":"SIP_ADD_NEWPROVIDER","features":[488]},{"name":"SIP_CAP_FLAG_SEALING","features":[488]},{"name":"SIP_CAP_SET_CUR_VER","features":[488]},{"name":"SIP_CAP_SET_V2","features":[307,488]},{"name":"SIP_CAP_SET_V3","features":[307,488]},{"name":"SIP_CAP_SET_VERSION_2","features":[488]},{"name":"SIP_CAP_SET_VERSION_3","features":[488]},{"name":"SIP_DISPATCH_INFO","features":[307,487,488]},{"name":"SIP_INDIRECT_DATA","features":[488]},{"name":"SIP_MAX_MAGIC_NUMBER","features":[488]},{"name":"SIP_SUBJECTINFO","features":[307,487,488]},{"name":"SPC_MARKER_CHECK_CURRENTLY_SUPPORTED_FLAGS","features":[488]},{"name":"SPC_MARKER_CHECK_SKIP_SIP_INDIRECT_DATA_FLAG","features":[488]},{"name":"SPC_RELAXED_PE_MARKER_CHECK","features":[488]},{"name":"pCryptSIPCreateIndirectData","features":[307,487,488]},{"name":"pCryptSIPGetCaps","features":[307,487,488]},{"name":"pCryptSIPGetSealedDigest","features":[307,487,488]},{"name":"pCryptSIPGetSignedDataMsg","features":[307,487,488]},{"name":"pCryptSIPPutSignedDataMsg","features":[307,487,488]},{"name":"pCryptSIPRemoveSignedDataMsg","features":[307,487,488]},{"name":"pCryptSIPVerifyIndirectData","features":[307,487,488]},{"name":"pfnIsFileSupported","features":[307,488]},{"name":"pfnIsFileSupportedName","features":[307,488]}],"494":[{"name":"ACTION_REVOCATION_DEFAULT_CACHE","features":[490]},{"name":"ACTION_REVOCATION_DEFAULT_ONLINE","features":[490]},{"name":"CERTVIEW_CRYPTUI_LPARAM","features":[490]},{"name":"CERT_CERTIFICATE_ACTION_VERIFY","features":[490]},{"name":"CERT_CREDENTIAL_PROVIDER_ID","features":[490]},{"name":"CERT_DISPWELL_DISTRUST_ADD_CA_CERT","features":[490]},{"name":"CERT_DISPWELL_DISTRUST_ADD_LEAF_CERT","features":[490]},{"name":"CERT_DISPWELL_DISTRUST_CA_CERT","features":[490]},{"name":"CERT_DISPWELL_DISTRUST_LEAF_CERT","features":[490]},{"name":"CERT_DISPWELL_SELECT","features":[490]},{"name":"CERT_DISPWELL_TRUST_ADD_CA_CERT","features":[490]},{"name":"CERT_DISPWELL_TRUST_ADD_LEAF_CERT","features":[490]},{"name":"CERT_DISPWELL_TRUST_CA_CERT","features":[490]},{"name":"CERT_DISPWELL_TRUST_LEAF_CERT","features":[490]},{"name":"CERT_FILTER_DATA","features":[490]},{"name":"CERT_FILTER_EXTENSION_MATCH","features":[490]},{"name":"CERT_FILTER_INCLUDE_V1_CERTS","features":[490]},{"name":"CERT_FILTER_ISSUER_CERTS_ONLY","features":[490]},{"name":"CERT_FILTER_KEY_EXISTS","features":[490]},{"name":"CERT_FILTER_LEAF_CERTS_ONLY","features":[490]},{"name":"CERT_FILTER_OP_EQUALITY","features":[490]},{"name":"CERT_FILTER_OP_EXISTS","features":[490]},{"name":"CERT_FILTER_OP_NOT_EXISTS","features":[490]},{"name":"CERT_FILTER_VALID_SIGNATURE","features":[490]},{"name":"CERT_FILTER_VALID_TIME_RANGE","features":[490]},{"name":"CERT_SELECTUI_INPUT","features":[307,490]},{"name":"CERT_SELECT_STRUCT_A","features":[307,490]},{"name":"CERT_SELECT_STRUCT_FLAGS","features":[490]},{"name":"CERT_SELECT_STRUCT_W","features":[307,490]},{"name":"CERT_TRUST_DO_FULL_SEARCH","features":[490]},{"name":"CERT_TRUST_DO_FULL_TRUST","features":[490]},{"name":"CERT_TRUST_MASK","features":[490]},{"name":"CERT_TRUST_PERMIT_MISSING_CRLS","features":[490]},{"name":"CERT_VALIDITY_AFTER_END","features":[490]},{"name":"CERT_VALIDITY_BEFORE_START","features":[490]},{"name":"CERT_VALIDITY_CERTIFICATE_REVOKED","features":[490]},{"name":"CERT_VALIDITY_CRL_OUT_OF_DATE","features":[490]},{"name":"CERT_VALIDITY_EXPLICITLY_DISTRUSTED","features":[490]},{"name":"CERT_VALIDITY_EXTENDED_USAGE_FAILURE","features":[490]},{"name":"CERT_VALIDITY_ISSUER_DISTRUST","features":[490]},{"name":"CERT_VALIDITY_ISSUER_INVALID","features":[490]},{"name":"CERT_VALIDITY_KEY_USAGE_EXT_FAILURE","features":[490]},{"name":"CERT_VALIDITY_MASK_TRUST","features":[490]},{"name":"CERT_VALIDITY_MASK_VALIDITY","features":[490]},{"name":"CERT_VALIDITY_NAME_CONSTRAINTS_FAILURE","features":[490]},{"name":"CERT_VALIDITY_NO_CRL_FOUND","features":[490]},{"name":"CERT_VALIDITY_NO_ISSUER_CERT_FOUND","features":[490]},{"name":"CERT_VALIDITY_NO_TRUST_DATA","features":[490]},{"name":"CERT_VALIDITY_OTHER_ERROR","features":[490]},{"name":"CERT_VALIDITY_OTHER_EXTENSION_FAILURE","features":[490]},{"name":"CERT_VALIDITY_PERIOD_NESTING_FAILURE","features":[490]},{"name":"CERT_VALIDITY_SIGNATURE_FAILS","features":[490]},{"name":"CERT_VALIDITY_UNKNOWN_CRITICAL_EXTENSION","features":[490]},{"name":"CERT_VERIFY_CERTIFICATE_TRUST","features":[307,490]},{"name":"CERT_VIEWPROPERTIES_STRUCT_A","features":[307,318,490,357,371]},{"name":"CERT_VIEWPROPERTIES_STRUCT_FLAGS","features":[490]},{"name":"CERT_VIEWPROPERTIES_STRUCT_W","features":[307,318,490,357,371]},{"name":"CM_ADD_CERT_STORES","features":[490]},{"name":"CM_ENABLEHOOK","features":[490]},{"name":"CM_ENABLETEMPLATE","features":[490]},{"name":"CM_HIDE_ADVANCEPAGE","features":[490]},{"name":"CM_HIDE_DETAILPAGE","features":[490]},{"name":"CM_HIDE_TRUSTPAGE","features":[490]},{"name":"CM_NO_EDITTRUST","features":[490]},{"name":"CM_NO_NAMECHANGE","features":[490]},{"name":"CM_SHOW_HELP","features":[490]},{"name":"CM_SHOW_HELPICON","features":[490]},{"name":"CM_VIEWFLAGS_MASK","features":[490]},{"name":"CRYPTDLG_ACTION_MASK","features":[490]},{"name":"CRYPTDLG_CACHE_ONLY_URL_RETRIEVAL","features":[490]},{"name":"CRYPTDLG_DISABLE_AIA","features":[490]},{"name":"CRYPTDLG_POLICY_MASK","features":[490]},{"name":"CRYPTDLG_REVOCATION_CACHE","features":[490]},{"name":"CRYPTDLG_REVOCATION_DEFAULT","features":[490]},{"name":"CRYPTDLG_REVOCATION_NONE","features":[490]},{"name":"CRYPTDLG_REVOCATION_ONLINE","features":[490]},{"name":"CRYPTUI_ACCEPT_DECLINE_STYLE","features":[490]},{"name":"CRYPTUI_CACHE_ONLY_URL_RETRIEVAL","features":[490]},{"name":"CRYPTUI_CERT_MGR_PUBLISHER_TAB","features":[490]},{"name":"CRYPTUI_CERT_MGR_SINGLE_TAB_FLAG","features":[490]},{"name":"CRYPTUI_CERT_MGR_STRUCT","features":[307,490]},{"name":"CRYPTUI_CERT_MGR_TAB_MASK","features":[490]},{"name":"CRYPTUI_DISABLE_ADDTOSTORE","features":[490]},{"name":"CRYPTUI_DISABLE_EDITPROPERTIES","features":[490]},{"name":"CRYPTUI_DISABLE_EXPORT","features":[490]},{"name":"CRYPTUI_DISABLE_HTMLLINK","features":[490]},{"name":"CRYPTUI_DISABLE_ISSUERSTATEMENT","features":[490]},{"name":"CRYPTUI_DONT_OPEN_STORES","features":[490]},{"name":"CRYPTUI_ENABLE_ADDTOSTORE","features":[490]},{"name":"CRYPTUI_ENABLE_EDITPROPERTIES","features":[490]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECKING","features":[490]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_CHAIN","features":[490]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[490]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_END_CERT","features":[490]},{"name":"CRYPTUI_HIDE_DETAILPAGE","features":[490]},{"name":"CRYPTUI_HIDE_HIERARCHYPAGE","features":[490]},{"name":"CRYPTUI_IGNORE_UNTRUSTED_ROOT","features":[490]},{"name":"CRYPTUI_INITDIALOG_STRUCT","features":[307,490]},{"name":"CRYPTUI_ONLY_OPEN_ROOT_STORE","features":[490]},{"name":"CRYPTUI_SELECT_EXPIRATION_COLUMN","features":[490]},{"name":"CRYPTUI_SELECT_FRIENDLYNAME_COLUMN","features":[490]},{"name":"CRYPTUI_SELECT_INTENDEDUSE_COLUMN","features":[490]},{"name":"CRYPTUI_SELECT_ISSUEDBY_COLUMN","features":[490]},{"name":"CRYPTUI_SELECT_ISSUEDTO_COLUMN","features":[490]},{"name":"CRYPTUI_SELECT_LOCATION_COLUMN","features":[490]},{"name":"CRYPTUI_VIEWCERTIFICATE_FLAGS","features":[490]},{"name":"CRYPTUI_VIEWCERTIFICATE_STRUCTA","features":[307,318,487,488,490,491,357,371]},{"name":"CRYPTUI_VIEWCERTIFICATE_STRUCTW","features":[307,318,487,488,490,491,357,371]},{"name":"CRYPTUI_WARN_REMOTE_TRUST","features":[490]},{"name":"CRYPTUI_WARN_UNTRUSTED_ROOT","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_ADDITIONAL_CERT_CHOICE","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_CHAIN","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_CHAIN_NO_ROOT","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_NONE","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_BLOB_INFO","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CERT","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CERT_PVK_INFO","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_COMMERCIAL","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_EXCLUDE_PAGE_HASHES","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_EXTENDED_INFO","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INCLUDE_PAGE_HASHES","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INDIVIDUAL","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INFO","features":[307,490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_NONE","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE_INFO","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_OPTION","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_PROV","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SIG_TYPE","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_STORE","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO","features":[307,490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_BLOB","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_FILE","features":[490]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_NONE","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO","features":[307,490]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_CONTEXT","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_STORE","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_STORE_CERTIFICATES_ONLY","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_CRL_CONTEXT","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_CTL_CONTEXT","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_BASE64","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_CRL","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_CTL","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_DER","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_PFX","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_PKCS7","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_SERIALIZED_CERT_STORE","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_INFO","features":[307,490]},{"name":"CRYPTUI_WIZ_EXPORT_NO_DELETE_PRIVATE_KEY","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_PRIVATE_KEY","features":[490]},{"name":"CRYPTUI_WIZ_EXPORT_SUBJECT","features":[490]},{"name":"CRYPTUI_WIZ_FLAGS","features":[490]},{"name":"CRYPTUI_WIZ_IGNORE_NO_UI_FLAG_FOR_CSPS","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CERT","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CRL","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CTL","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_NO_CHANGE_DEST_STORE","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_REMOTE_DEST_STORE","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_SRC_INFO","features":[307,490]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CERT_CONTEXT","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CERT_STORE","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CRL_CONTEXT","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CTL_CONTEXT","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_FILE","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_OPTION","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_TO_CURRENTUSER","features":[490]},{"name":"CRYPTUI_WIZ_IMPORT_TO_LOCALMACHINE","features":[490]},{"name":"CRYPTUI_WIZ_NO_UI","features":[490]},{"name":"CRYPTUI_WIZ_NO_UI_EXCEPT_CSP","features":[490]},{"name":"CRYTPDLG_FLAGS_MASK","features":[490]},{"name":"CSS_ALLOWMULTISELECT","features":[490]},{"name":"CSS_ENABLEHOOK","features":[490]},{"name":"CSS_ENABLETEMPLATE","features":[490]},{"name":"CSS_ENABLETEMPLATEHANDLE","features":[490]},{"name":"CSS_HIDE_PROPERTIES","features":[490]},{"name":"CSS_SELECTCERT_MASK","features":[490]},{"name":"CSS_SHOW_HELP","features":[490]},{"name":"CTL_MODIFY_REQUEST","features":[307,490]},{"name":"CTL_MODIFY_REQUEST_ADD_NOT_TRUSTED","features":[490]},{"name":"CTL_MODIFY_REQUEST_ADD_TRUSTED","features":[490]},{"name":"CTL_MODIFY_REQUEST_OPERATION","features":[490]},{"name":"CTL_MODIFY_REQUEST_REMOVE","features":[490]},{"name":"CertSelectionGetSerializedBlob","features":[307,490]},{"name":"CryptUIDlgCertMgr","features":[307,490]},{"name":"CryptUIDlgSelectCertificateFromStore","features":[307,490]},{"name":"CryptUIDlgViewCertificateA","features":[307,318,487,488,490,491,357,371]},{"name":"CryptUIDlgViewCertificateW","features":[307,318,487,488,490,491,357,371]},{"name":"CryptUIDlgViewContext","features":[307,490]},{"name":"CryptUIWizDigitalSign","features":[307,490]},{"name":"CryptUIWizExport","features":[307,490]},{"name":"CryptUIWizFreeDigitalSignContext","features":[307,490]},{"name":"CryptUIWizImport","features":[307,490]},{"name":"PFNCFILTERPROC","features":[307,490]},{"name":"PFNCMFILTERPROC","features":[307,490]},{"name":"PFNCMHOOKPROC","features":[307,490]},{"name":"PFNTRUSTHELPER","features":[307,490]},{"name":"POLICY_IGNORE_NON_CRITICAL_BC","features":[490]},{"name":"SELCERT_ALGORITHM","features":[490]},{"name":"SELCERT_CERTLIST","features":[490]},{"name":"SELCERT_FINEPRINT","features":[490]},{"name":"SELCERT_ISSUED_TO","features":[490]},{"name":"SELCERT_PROPERTIES","features":[490]},{"name":"SELCERT_SERIAL_NUM","features":[490]},{"name":"SELCERT_THUMBPRINT","features":[490]},{"name":"SELCERT_VALIDITY","features":[490]},{"name":"szCERT_CERTIFICATE_ACTION_VERIFY","features":[490]}],"495":[{"name":"AllUserData","features":[492]},{"name":"CurrentUserData","features":[492]},{"name":"DIAGNOSTIC_DATA_EVENT_BINARY_STATS","features":[492]},{"name":"DIAGNOSTIC_DATA_EVENT_CATEGORY_DESCRIPTION","features":[492]},{"name":"DIAGNOSTIC_DATA_EVENT_PRODUCER_DESCRIPTION","features":[492]},{"name":"DIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION","features":[492]},{"name":"DIAGNOSTIC_DATA_EVENT_TAG_STATS","features":[492]},{"name":"DIAGNOSTIC_DATA_EVENT_TRANSCRIPT_CONFIGURATION","features":[492]},{"name":"DIAGNOSTIC_DATA_GENERAL_STATS","features":[492]},{"name":"DIAGNOSTIC_DATA_RECORD","features":[307,492]},{"name":"DIAGNOSTIC_DATA_SEARCH_CRITERIA","features":[307,492]},{"name":"DIAGNOSTIC_REPORT_DATA","features":[307,492]},{"name":"DIAGNOSTIC_REPORT_PARAMETER","features":[492]},{"name":"DIAGNOSTIC_REPORT_SIGNATURE","features":[492]},{"name":"DdqAccessLevel","features":[492]},{"name":"DdqCancelDiagnosticRecordOperation","features":[492]},{"name":"DdqCloseSession","features":[492]},{"name":"DdqCreateSession","features":[492]},{"name":"DdqExtractDiagnosticReport","features":[492]},{"name":"DdqFreeDiagnosticRecordLocaleTags","features":[492]},{"name":"DdqFreeDiagnosticRecordPage","features":[492]},{"name":"DdqFreeDiagnosticRecordProducerCategories","features":[492]},{"name":"DdqFreeDiagnosticRecordProducers","features":[492]},{"name":"DdqFreeDiagnosticReport","features":[492]},{"name":"DdqGetDiagnosticDataAccessLevelAllowed","features":[492]},{"name":"DdqGetDiagnosticRecordAtIndex","features":[307,492]},{"name":"DdqGetDiagnosticRecordBinaryDistribution","features":[492]},{"name":"DdqGetDiagnosticRecordCategoryAtIndex","features":[492]},{"name":"DdqGetDiagnosticRecordCategoryCount","features":[492]},{"name":"DdqGetDiagnosticRecordCount","features":[492]},{"name":"DdqGetDiagnosticRecordLocaleTagAtIndex","features":[492]},{"name":"DdqGetDiagnosticRecordLocaleTagCount","features":[492]},{"name":"DdqGetDiagnosticRecordLocaleTags","features":[492]},{"name":"DdqGetDiagnosticRecordPage","features":[307,492]},{"name":"DdqGetDiagnosticRecordPayload","features":[492]},{"name":"DdqGetDiagnosticRecordProducerAtIndex","features":[492]},{"name":"DdqGetDiagnosticRecordProducerCategories","features":[492]},{"name":"DdqGetDiagnosticRecordProducerCount","features":[492]},{"name":"DdqGetDiagnosticRecordProducers","features":[492]},{"name":"DdqGetDiagnosticRecordStats","features":[307,492]},{"name":"DdqGetDiagnosticRecordSummary","features":[492]},{"name":"DdqGetDiagnosticRecordTagDistribution","features":[492]},{"name":"DdqGetDiagnosticReport","features":[492]},{"name":"DdqGetDiagnosticReportAtIndex","features":[307,492]},{"name":"DdqGetDiagnosticReportCount","features":[492]},{"name":"DdqGetDiagnosticReportStoreReportCount","features":[492]},{"name":"DdqGetSessionAccessLevel","features":[492]},{"name":"DdqGetTranscriptConfiguration","features":[492]},{"name":"DdqIsDiagnosticRecordSampledIn","features":[307,492]},{"name":"DdqSetTranscriptConfiguration","features":[492]},{"name":"HDIAGNOSTIC_DATA_QUERY_SESSION","features":[492]},{"name":"HDIAGNOSTIC_EVENT_CATEGORY_DESCRIPTION","features":[492]},{"name":"HDIAGNOSTIC_EVENT_PRODUCER_DESCRIPTION","features":[492]},{"name":"HDIAGNOSTIC_EVENT_TAG_DESCRIPTION","features":[492]},{"name":"HDIAGNOSTIC_RECORD","features":[492]},{"name":"HDIAGNOSTIC_REPORT","features":[492]},{"name":"NoData","features":[492]}],"496":[{"name":"DSCreateISecurityInfoObject","features":[307,485,493]},{"name":"DSCreateISecurityInfoObjectEx","features":[307,485,493]},{"name":"DSCreateSecurityPage","features":[307,493,357]},{"name":"DSEditSecurity","features":[307,493]},{"name":"DSSI_IS_ROOT","features":[493]},{"name":"DSSI_NO_ACCESS_CHECK","features":[493]},{"name":"DSSI_NO_EDIT_OWNER","features":[493]},{"name":"DSSI_NO_EDIT_SACL","features":[493]},{"name":"DSSI_NO_FILTER","features":[493]},{"name":"DSSI_NO_READONLY_MESSAGE","features":[493]},{"name":"DSSI_READ_ONLY","features":[493]},{"name":"PFNDSCREATEISECINFO","features":[307,485,493]},{"name":"PFNDSCREATEISECINFOEX","features":[307,485,493]},{"name":"PFNDSCREATESECPAGE","features":[307,493,357]},{"name":"PFNDSEDITSECURITY","features":[307,493]},{"name":"PFNREADOBJECTSECURITY","features":[307,493]},{"name":"PFNWRITEOBJECTSECURITY","features":[307,493]}],"497":[{"name":"ENTERPRISE_DATA_POLICIES","features":[494]},{"name":"ENTERPRISE_POLICY_ALLOWED","features":[494]},{"name":"ENTERPRISE_POLICY_ENLIGHTENED","features":[494]},{"name":"ENTERPRISE_POLICY_EXEMPT","features":[494]},{"name":"ENTERPRISE_POLICY_NONE","features":[494]},{"name":"FILE_UNPROTECT_OPTIONS","features":[494]},{"name":"HTHREAD_NETWORK_CONTEXT","features":[307,494]},{"name":"IProtectionPolicyManagerInterop","features":[494]},{"name":"IProtectionPolicyManagerInterop2","features":[494]},{"name":"IProtectionPolicyManagerInterop3","features":[494]},{"name":"ProtectFileToEnterpriseIdentity","features":[494]},{"name":"SRPHOSTING_TYPE","features":[494]},{"name":"SRPHOSTING_TYPE_NONE","features":[494]},{"name":"SRPHOSTING_TYPE_WINHTTP","features":[494]},{"name":"SRPHOSTING_TYPE_WININET","features":[494]},{"name":"SRPHOSTING_VERSION","features":[494]},{"name":"SRPHOSTING_VERSION1","features":[494]},{"name":"SrpCloseThreadNetworkContext","features":[307,494]},{"name":"SrpCreateThreadNetworkContext","features":[307,494]},{"name":"SrpDisablePermissiveModeFileEncryption","features":[494]},{"name":"SrpDoesPolicyAllowAppExecution","features":[307,494,495]},{"name":"SrpEnablePermissiveModeFileEncryption","features":[494]},{"name":"SrpGetEnterpriseIds","features":[307,494]},{"name":"SrpGetEnterprisePolicy","features":[307,494]},{"name":"SrpHostingInitialize","features":[494]},{"name":"SrpHostingTerminate","features":[494]},{"name":"SrpIsTokenService","features":[307,494]},{"name":"SrpSetTokenEnterpriseId","features":[307,494]},{"name":"UnprotectFile","features":[494]}],"498":[{"name":"CERTIFICATE_HASH_LENGTH","features":[461]},{"name":"EAPACTION_Authenticate","features":[461]},{"name":"EAPACTION_Done","features":[461]},{"name":"EAPACTION_IndicateIdentity","features":[461]},{"name":"EAPACTION_IndicateTLV","features":[461]},{"name":"EAPACTION_NoAction","features":[461]},{"name":"EAPACTION_Send","features":[461]},{"name":"EAPACTION_SendAndDone","features":[461]},{"name":"EAPACTION_SendWithTimeout","features":[461]},{"name":"EAPACTION_SendWithTimeoutInteractive","features":[461]},{"name":"EAPCODE_Failure","features":[461]},{"name":"EAPCODE_Request","features":[461]},{"name":"EAPCODE_Response","features":[461]},{"name":"EAPCODE_Success","features":[461]},{"name":"EAPHOST_AUTH_INFO","features":[461]},{"name":"EAPHOST_AUTH_STATUS","features":[461]},{"name":"EAPHOST_IDENTITY_UI_PARAMS","features":[461]},{"name":"EAPHOST_INTERACTIVE_UI_PARAMS","features":[461]},{"name":"EAPHOST_METHOD_API_VERSION","features":[461]},{"name":"EAPHOST_PEER_API_VERSION","features":[461]},{"name":"EAP_ATTRIBUTE","features":[461]},{"name":"EAP_ATTRIBUTES","features":[461]},{"name":"EAP_ATTRIBUTE_TYPE","features":[461]},{"name":"EAP_AUTHENTICATOR_METHOD_ROUTINES","features":[461]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT","features":[461]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_BASIC","features":[461]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_INTERACTIVE","features":[461]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_NONE","features":[461]},{"name":"EAP_AUTHENTICATOR_VALUENAME_CONFIGUI","features":[461]},{"name":"EAP_AUTHENTICATOR_VALUENAME_DLL_PATH","features":[461]},{"name":"EAP_AUTHENTICATOR_VALUENAME_FRIENDLY_NAME","features":[461]},{"name":"EAP_AUTHENTICATOR_VALUENAME_PROPERTIES","features":[461]},{"name":"EAP_CERTIFICATE_CREDENTIAL","features":[461]},{"name":"EAP_CONFIG_INPUT_FIELD_ARRAY","features":[461]},{"name":"EAP_CONFIG_INPUT_FIELD_DATA","features":[461]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_DEFAULT","features":[461]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_NON_DISPLAYABLE","features":[461]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_NON_PERSIST","features":[461]},{"name":"EAP_CONFIG_INPUT_FIELD_TYPE","features":[461]},{"name":"EAP_CREDENTIAL_VERSION","features":[461]},{"name":"EAP_CRED_EXPIRY_REQ","features":[461]},{"name":"EAP_EMPTY_CREDENTIAL","features":[461]},{"name":"EAP_ERROR","features":[461]},{"name":"EAP_E_AUTHENTICATION_FAILED","features":[461]},{"name":"EAP_E_CERT_STORE_INACCESSIBLE","features":[461]},{"name":"EAP_E_EAPHOST_EAPQEC_INACCESSIBLE","features":[461]},{"name":"EAP_E_EAPHOST_FIRST","features":[461]},{"name":"EAP_E_EAPHOST_IDENTITY_UNKNOWN","features":[461]},{"name":"EAP_E_EAPHOST_LAST","features":[461]},{"name":"EAP_E_EAPHOST_METHOD_INVALID_PACKET","features":[461]},{"name":"EAP_E_EAPHOST_METHOD_NOT_INSTALLED","features":[461]},{"name":"EAP_E_EAPHOST_METHOD_OPERATION_NOT_SUPPORTED","features":[461]},{"name":"EAP_E_EAPHOST_REMOTE_INVALID_PACKET","features":[461]},{"name":"EAP_E_EAPHOST_THIRDPARTY_METHOD_HOST_RESET","features":[461]},{"name":"EAP_E_EAPHOST_XML_MALFORMED","features":[461]},{"name":"EAP_E_METHOD_CONFIG_DOES_NOT_SUPPORT_SSO","features":[461]},{"name":"EAP_E_NO_SMART_CARD_READER","features":[461]},{"name":"EAP_E_SERVER_CERT_EXPIRED","features":[461]},{"name":"EAP_E_SERVER_CERT_INVALID","features":[461]},{"name":"EAP_E_SERVER_CERT_NOT_FOUND","features":[461]},{"name":"EAP_E_SERVER_CERT_OTHER_ERROR","features":[461]},{"name":"EAP_E_SERVER_CERT_REVOKED","features":[461]},{"name":"EAP_E_SERVER_FIRST","features":[461]},{"name":"EAP_E_SERVER_LAST","features":[461]},{"name":"EAP_E_SERVER_ROOT_CERT_FIRST","features":[461]},{"name":"EAP_E_SERVER_ROOT_CERT_INVALID","features":[461]},{"name":"EAP_E_SERVER_ROOT_CERT_LAST","features":[461]},{"name":"EAP_E_SERVER_ROOT_CERT_NAME_REQUIRED","features":[461]},{"name":"EAP_E_SERVER_ROOT_CERT_NOT_FOUND","features":[461]},{"name":"EAP_E_SIM_NOT_VALID","features":[461]},{"name":"EAP_E_USER_CERT_EXPIRED","features":[461]},{"name":"EAP_E_USER_CERT_INVALID","features":[461]},{"name":"EAP_E_USER_CERT_NOT_FOUND","features":[461]},{"name":"EAP_E_USER_CERT_OTHER_ERROR","features":[461]},{"name":"EAP_E_USER_CERT_REJECTED","features":[461]},{"name":"EAP_E_USER_CERT_REVOKED","features":[461]},{"name":"EAP_E_USER_CREDENTIALS_REJECTED","features":[461]},{"name":"EAP_E_USER_FIRST","features":[461]},{"name":"EAP_E_USER_LAST","features":[461]},{"name":"EAP_E_USER_NAME_PASSWORD_REJECTED","features":[461]},{"name":"EAP_E_USER_ROOT_CERT_EXPIRED","features":[461]},{"name":"EAP_E_USER_ROOT_CERT_FIRST","features":[461]},{"name":"EAP_E_USER_ROOT_CERT_INVALID","features":[461]},{"name":"EAP_E_USER_ROOT_CERT_LAST","features":[461]},{"name":"EAP_E_USER_ROOT_CERT_NOT_FOUND","features":[461]},{"name":"EAP_FLAG_CONFG_READONLY","features":[461]},{"name":"EAP_FLAG_FULL_AUTH","features":[461]},{"name":"EAP_FLAG_GUEST_ACCESS","features":[461]},{"name":"EAP_FLAG_LOGON","features":[461]},{"name":"EAP_FLAG_MACHINE_AUTH","features":[461]},{"name":"EAP_FLAG_NON_INTERACTIVE","features":[461]},{"name":"EAP_FLAG_ONLY_EAP_TLS","features":[461]},{"name":"EAP_FLAG_PREFER_ALT_CREDENTIALS","features":[461]},{"name":"EAP_FLAG_PREVIEW","features":[461]},{"name":"EAP_FLAG_PRE_LOGON","features":[461]},{"name":"EAP_FLAG_RESUME_FROM_HIBERNATE","features":[461]},{"name":"EAP_FLAG_Reserved1","features":[461]},{"name":"EAP_FLAG_Reserved2","features":[461]},{"name":"EAP_FLAG_Reserved3","features":[461]},{"name":"EAP_FLAG_Reserved4","features":[461]},{"name":"EAP_FLAG_Reserved5","features":[461]},{"name":"EAP_FLAG_Reserved6","features":[461]},{"name":"EAP_FLAG_Reserved7","features":[461]},{"name":"EAP_FLAG_Reserved8","features":[461]},{"name":"EAP_FLAG_Reserved9","features":[461]},{"name":"EAP_FLAG_SERVER_VALIDATION_REQUIRED","features":[461]},{"name":"EAP_FLAG_SUPRESS_UI","features":[461]},{"name":"EAP_FLAG_USER_AUTH","features":[461]},{"name":"EAP_FLAG_VPN","features":[461]},{"name":"EAP_GROUP_MASK","features":[461]},{"name":"EAP_INTERACTIVE_UI_DATA","features":[461]},{"name":"EAP_INTERACTIVE_UI_DATA_TYPE","features":[461]},{"name":"EAP_INTERACTIVE_UI_DATA_VERSION","features":[461]},{"name":"EAP_INVALID_PACKET","features":[461]},{"name":"EAP_I_EAPHOST_EAP_NEGOTIATION_FAILED","features":[461]},{"name":"EAP_I_EAPHOST_FIRST","features":[461]},{"name":"EAP_I_EAPHOST_LAST","features":[461]},{"name":"EAP_I_USER_ACCOUNT_OTHER_ERROR","features":[461]},{"name":"EAP_I_USER_FIRST","features":[461]},{"name":"EAP_I_USER_LAST","features":[461]},{"name":"EAP_METHOD_AUTHENTICATOR_CONFIG_IS_IDENTITY_PRIVACY","features":[461]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_ACTION","features":[461]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_AUTHENTICATE","features":[461]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_DISCARD","features":[461]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_HANDLE_IDENTITY","features":[461]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_RESPOND","features":[461]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_RESULT","features":[461]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_SEND","features":[461]},{"name":"EAP_METHOD_AUTHENTICATOR_RESULT","features":[307,461]},{"name":"EAP_METHOD_INFO","features":[461]},{"name":"EAP_METHOD_INFO_ARRAY","features":[461]},{"name":"EAP_METHOD_INFO_ARRAY_EX","features":[461]},{"name":"EAP_METHOD_INFO_EX","features":[461]},{"name":"EAP_METHOD_INVALID_PACKET","features":[461]},{"name":"EAP_METHOD_PROPERTY","features":[307,461]},{"name":"EAP_METHOD_PROPERTY_ARRAY","features":[307,461]},{"name":"EAP_METHOD_PROPERTY_TYPE","features":[461]},{"name":"EAP_METHOD_PROPERTY_VALUE","features":[307,461]},{"name":"EAP_METHOD_PROPERTY_VALUE_BOOL","features":[307,461]},{"name":"EAP_METHOD_PROPERTY_VALUE_DWORD","features":[461]},{"name":"EAP_METHOD_PROPERTY_VALUE_STRING","features":[461]},{"name":"EAP_METHOD_PROPERTY_VALUE_TYPE","features":[461]},{"name":"EAP_METHOD_TYPE","features":[461]},{"name":"EAP_PEER_FLAG_GUEST_ACCESS","features":[461]},{"name":"EAP_PEER_FLAG_HEALTH_STATE_CHANGE","features":[461]},{"name":"EAP_PEER_METHOD_ROUTINES","features":[461]},{"name":"EAP_PEER_VALUENAME_CONFIGUI","features":[461]},{"name":"EAP_PEER_VALUENAME_DLL_PATH","features":[461]},{"name":"EAP_PEER_VALUENAME_FRIENDLY_NAME","features":[461]},{"name":"EAP_PEER_VALUENAME_IDENTITY","features":[461]},{"name":"EAP_PEER_VALUENAME_INTERACTIVEUI","features":[461]},{"name":"EAP_PEER_VALUENAME_INVOKE_NAMEDLG","features":[461]},{"name":"EAP_PEER_VALUENAME_INVOKE_PWDDLG","features":[461]},{"name":"EAP_PEER_VALUENAME_PROPERTIES","features":[461]},{"name":"EAP_PEER_VALUENAME_REQUIRE_CONFIGUI","features":[461]},{"name":"EAP_REGISTRY_LOCATION","features":[461]},{"name":"EAP_SIM_CREDENTIAL","features":[461]},{"name":"EAP_TYPE","features":[461]},{"name":"EAP_UI_DATA_FORMAT","features":[461]},{"name":"EAP_UI_INPUT_FIELD_PROPS_DEFAULT","features":[461]},{"name":"EAP_UI_INPUT_FIELD_PROPS_NON_DISPLAYABLE","features":[461]},{"name":"EAP_UI_INPUT_FIELD_PROPS_NON_PERSIST","features":[461]},{"name":"EAP_UI_INPUT_FIELD_PROPS_READ_ONLY","features":[461]},{"name":"EAP_USERNAME_PASSWORD_CREDENTIAL","features":[461]},{"name":"EAP_VALUENAME_PROPERTIES","features":[461]},{"name":"EAP_WINLOGON_CREDENTIAL","features":[461]},{"name":"EapCertificateCredential","features":[461]},{"name":"EapCode","features":[461]},{"name":"EapCodeFailure","features":[461]},{"name":"EapCodeMaximum","features":[461]},{"name":"EapCodeMinimum","features":[461]},{"name":"EapCodeRequest","features":[461]},{"name":"EapCodeResponse","features":[461]},{"name":"EapCodeSuccess","features":[461]},{"name":"EapConfigInputEdit","features":[461]},{"name":"EapConfigInputNetworkPassword","features":[461]},{"name":"EapConfigInputNetworkUsername","features":[461]},{"name":"EapConfigInputPSK","features":[461]},{"name":"EapConfigInputPassword","features":[461]},{"name":"EapConfigInputPin","features":[461]},{"name":"EapConfigInputUsername","features":[461]},{"name":"EapConfigSmartCardError","features":[461]},{"name":"EapConfigSmartCardUsername","features":[461]},{"name":"EapCredExpiryReq","features":[461]},{"name":"EapCredExpiryResp","features":[461]},{"name":"EapCredLogonReq","features":[461]},{"name":"EapCredLogonResp","features":[461]},{"name":"EapCredReq","features":[461]},{"name":"EapCredResp","features":[461]},{"name":"EapCredential","features":[461]},{"name":"EapCredentialType","features":[461]},{"name":"EapCredentialTypeData","features":[461]},{"name":"EapHostAuthFailed","features":[461]},{"name":"EapHostAuthIdentityExchange","features":[461]},{"name":"EapHostAuthInProgress","features":[461]},{"name":"EapHostAuthNegotiatingType","features":[461]},{"name":"EapHostAuthNotStarted","features":[461]},{"name":"EapHostAuthSucceeded","features":[461]},{"name":"EapHostInvalidSession","features":[461]},{"name":"EapHostNapInfo","features":[461]},{"name":"EapHostPeerAuthParams","features":[461]},{"name":"EapHostPeerAuthStatus","features":[461]},{"name":"EapHostPeerBeginSession","features":[307,461]},{"name":"EapHostPeerClearConnection","features":[461]},{"name":"EapHostPeerConfigBlob2Xml","features":[362,461,358]},{"name":"EapHostPeerConfigXml2Blob","features":[362,461,358]},{"name":"EapHostPeerCredentialsXml2Blob","features":[362,461,358]},{"name":"EapHostPeerEndSession","features":[461]},{"name":"EapHostPeerFreeEapError","features":[461]},{"name":"EapHostPeerFreeErrorMemory","features":[461]},{"name":"EapHostPeerFreeMemory","features":[461]},{"name":"EapHostPeerFreeRuntimeMemory","features":[461]},{"name":"EapHostPeerGetAuthStatus","features":[461]},{"name":"EapHostPeerGetDataToUnplumbCredentials","features":[307,461]},{"name":"EapHostPeerGetEncryptedPassword","features":[461]},{"name":"EapHostPeerGetIdentity","features":[307,461]},{"name":"EapHostPeerGetMethodProperties","features":[307,461]},{"name":"EapHostPeerGetMethods","features":[461]},{"name":"EapHostPeerGetResponseAttributes","features":[461]},{"name":"EapHostPeerGetResult","features":[307,461]},{"name":"EapHostPeerGetSendPacket","features":[461]},{"name":"EapHostPeerGetUIContext","features":[461]},{"name":"EapHostPeerIdentity","features":[461]},{"name":"EapHostPeerIdentityExtendedInfo","features":[461]},{"name":"EapHostPeerInitialize","features":[461]},{"name":"EapHostPeerInvokeConfigUI","features":[307,461]},{"name":"EapHostPeerInvokeIdentityUI","features":[307,461]},{"name":"EapHostPeerInvokeInteractiveUI","features":[307,461]},{"name":"EapHostPeerMethodResult","features":[307,461]},{"name":"EapHostPeerMethodResultAltSuccessReceived","features":[461]},{"name":"EapHostPeerMethodResultFromMethod","features":[461]},{"name":"EapHostPeerMethodResultReason","features":[461]},{"name":"EapHostPeerMethodResultTimeout","features":[461]},{"name":"EapHostPeerProcessReceivedPacket","features":[461]},{"name":"EapHostPeerQueryCredentialInputFields","features":[307,461]},{"name":"EapHostPeerQueryInteractiveUIInputFields","features":[461]},{"name":"EapHostPeerQueryUIBlobFromInteractiveUIInputFields","features":[461]},{"name":"EapHostPeerQueryUserBlobFromCredentialInputFields","features":[307,461]},{"name":"EapHostPeerResponseAction","features":[461]},{"name":"EapHostPeerResponseDiscard","features":[461]},{"name":"EapHostPeerResponseInvokeUi","features":[461]},{"name":"EapHostPeerResponseNone","features":[461]},{"name":"EapHostPeerResponseRespond","features":[461]},{"name":"EapHostPeerResponseResult","features":[461]},{"name":"EapHostPeerResponseSend","features":[461]},{"name":"EapHostPeerResponseStartAuthentication","features":[461]},{"name":"EapHostPeerSetResponseAttributes","features":[461]},{"name":"EapHostPeerSetUIContext","features":[461]},{"name":"EapHostPeerUninitialize","features":[461]},{"name":"EapPacket","features":[461]},{"name":"EapPeerMethodOutput","features":[307,461]},{"name":"EapPeerMethodResponseAction","features":[461]},{"name":"EapPeerMethodResponseActionDiscard","features":[461]},{"name":"EapPeerMethodResponseActionInvokeUI","features":[461]},{"name":"EapPeerMethodResponseActionNone","features":[461]},{"name":"EapPeerMethodResponseActionRespond","features":[461]},{"name":"EapPeerMethodResponseActionResult","features":[461]},{"name":"EapPeerMethodResponseActionSend","features":[461]},{"name":"EapPeerMethodResult","features":[307,393,461]},{"name":"EapPeerMethodResultFailure","features":[461]},{"name":"EapPeerMethodResultReason","features":[461]},{"name":"EapPeerMethodResultSuccess","features":[461]},{"name":"EapPeerMethodResultUnknown","features":[461]},{"name":"EapSimCredential","features":[461]},{"name":"EapUsernamePasswordCredential","features":[461]},{"name":"FACILITY_EAP_MESSAGE","features":[461]},{"name":"GUID_EapHost_Cause_CertStoreInaccessible","features":[461]},{"name":"GUID_EapHost_Cause_EapNegotiationFailed","features":[461]},{"name":"GUID_EapHost_Cause_EapQecInaccessible","features":[461]},{"name":"GUID_EapHost_Cause_Generic_AuthFailure","features":[461]},{"name":"GUID_EapHost_Cause_IdentityUnknown","features":[461]},{"name":"GUID_EapHost_Cause_MethodDLLNotFound","features":[461]},{"name":"GUID_EapHost_Cause_MethodDoesNotSupportOperation","features":[461]},{"name":"GUID_EapHost_Cause_Method_Config_Does_Not_Support_Sso","features":[461]},{"name":"GUID_EapHost_Cause_No_SmartCardReader_Found","features":[461]},{"name":"GUID_EapHost_Cause_Server_CertExpired","features":[461]},{"name":"GUID_EapHost_Cause_Server_CertInvalid","features":[461]},{"name":"GUID_EapHost_Cause_Server_CertNotFound","features":[461]},{"name":"GUID_EapHost_Cause_Server_CertOtherError","features":[461]},{"name":"GUID_EapHost_Cause_Server_CertRevoked","features":[461]},{"name":"GUID_EapHost_Cause_Server_Root_CertNameRequired","features":[461]},{"name":"GUID_EapHost_Cause_Server_Root_CertNotFound","features":[461]},{"name":"GUID_EapHost_Cause_SimNotValid","features":[461]},{"name":"GUID_EapHost_Cause_ThirdPartyMethod_Host_Reset","features":[461]},{"name":"GUID_EapHost_Cause_User_Account_OtherProblem","features":[461]},{"name":"GUID_EapHost_Cause_User_CertExpired","features":[461]},{"name":"GUID_EapHost_Cause_User_CertInvalid","features":[461]},{"name":"GUID_EapHost_Cause_User_CertNotFound","features":[461]},{"name":"GUID_EapHost_Cause_User_CertOtherError","features":[461]},{"name":"GUID_EapHost_Cause_User_CertRejected","features":[461]},{"name":"GUID_EapHost_Cause_User_CertRevoked","features":[461]},{"name":"GUID_EapHost_Cause_User_CredsRejected","features":[461]},{"name":"GUID_EapHost_Cause_User_Root_CertExpired","features":[461]},{"name":"GUID_EapHost_Cause_User_Root_CertInvalid","features":[461]},{"name":"GUID_EapHost_Cause_User_Root_CertNotFound","features":[461]},{"name":"GUID_EapHost_Cause_XmlMalformed","features":[461]},{"name":"GUID_EapHost_Default","features":[461]},{"name":"GUID_EapHost_Help_ObtainingCerts","features":[461]},{"name":"GUID_EapHost_Help_Troubleshooting","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_AuthFailure","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_CertNameAbsent","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_CertStoreInaccessible","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_IdentityUnknown","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_InvalidUserAccount","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_InvalidUserCert","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_MethodNotFound","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_NegotiationFailed","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_NoSmartCardReader","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootCertInvalid","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootCertNotFound","features":[461]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootExpired","features":[461]},{"name":"GUID_EapHost_Repair_ContactSysadmin","features":[461]},{"name":"GUID_EapHost_Repair_Method_Not_Support_Sso","features":[461]},{"name":"GUID_EapHost_Repair_No_ValidSim_Found","features":[461]},{"name":"GUID_EapHost_Repair_RestartNap","features":[461]},{"name":"GUID_EapHost_Repair_Retry_Authentication","features":[461]},{"name":"GUID_EapHost_Repair_Server_ClientSelectServerCert","features":[461]},{"name":"GUID_EapHost_Repair_User_AuthFailure","features":[461]},{"name":"GUID_EapHost_Repair_User_GetNewCert","features":[461]},{"name":"GUID_EapHost_Repair_User_SelectValidCert","features":[461]},{"name":"IAccountingProviderConfig","features":[461]},{"name":"IAuthenticationProviderConfig","features":[461]},{"name":"IEAPProviderConfig","features":[461]},{"name":"IEAPProviderConfig2","features":[461]},{"name":"IEAPProviderConfig3","features":[461]},{"name":"IRouterProtocolConfig","features":[461]},{"name":"ISOLATION_STATE","features":[461]},{"name":"ISOLATION_STATE_IN_PROBATION","features":[461]},{"name":"ISOLATION_STATE_NOT_RESTRICTED","features":[461]},{"name":"ISOLATION_STATE_RESTRICTED_ACCESS","features":[461]},{"name":"ISOLATION_STATE_UNKNOWN","features":[461]},{"name":"LEGACY_IDENTITY_UI_PARAMS","features":[461]},{"name":"LEGACY_INTERACTIVE_UI_PARAMS","features":[461]},{"name":"MAXEAPCODE","features":[461]},{"name":"MAX_EAP_CONFIG_INPUT_FIELD_LENGTH","features":[461]},{"name":"MAX_EAP_CONFIG_INPUT_FIELD_VALUE_LENGTH","features":[461]},{"name":"NCRYPT_PIN_CACHE_PIN_BYTE_LENGTH","features":[461]},{"name":"NgcTicketContext","features":[307,393,461]},{"name":"NotificationHandler","features":[461]},{"name":"PPP_EAP_ACTION","features":[461]},{"name":"PPP_EAP_INFO","features":[461]},{"name":"PPP_EAP_INPUT","features":[307,461]},{"name":"PPP_EAP_OUTPUT","features":[307,393,461]},{"name":"PPP_EAP_PACKET","features":[461]},{"name":"RAS_AUTH_ATTRIBUTE","features":[461]},{"name":"RAS_AUTH_ATTRIBUTE_TYPE","features":[461]},{"name":"RAS_EAP_FLAG_8021X_AUTH","features":[461]},{"name":"RAS_EAP_FLAG_ALTERNATIVE_USER_DB","features":[461]},{"name":"RAS_EAP_FLAG_CONFG_READONLY","features":[461]},{"name":"RAS_EAP_FLAG_FIRST_LINK","features":[461]},{"name":"RAS_EAP_FLAG_GUEST_ACCESS","features":[461]},{"name":"RAS_EAP_FLAG_HOSTED_IN_PEAP","features":[461]},{"name":"RAS_EAP_FLAG_LOGON","features":[461]},{"name":"RAS_EAP_FLAG_MACHINE_AUTH","features":[461]},{"name":"RAS_EAP_FLAG_NON_INTERACTIVE","features":[461]},{"name":"RAS_EAP_FLAG_PEAP_FORCE_FULL_AUTH","features":[461]},{"name":"RAS_EAP_FLAG_PEAP_UPFRONT","features":[461]},{"name":"RAS_EAP_FLAG_PREVIEW","features":[461]},{"name":"RAS_EAP_FLAG_PRE_LOGON","features":[461]},{"name":"RAS_EAP_FLAG_RESERVED","features":[461]},{"name":"RAS_EAP_FLAG_RESUME_FROM_HIBERNATE","features":[461]},{"name":"RAS_EAP_FLAG_ROUTER","features":[461]},{"name":"RAS_EAP_FLAG_SAVE_CREDMAN","features":[461]},{"name":"RAS_EAP_FLAG_SERVER_VALIDATION_REQUIRED","features":[461]},{"name":"RAS_EAP_REGISTRY_LOCATION","features":[461]},{"name":"RAS_EAP_ROLE_AUTHENTICATEE","features":[461]},{"name":"RAS_EAP_ROLE_AUTHENTICATOR","features":[461]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_EAP","features":[461]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_PEAP","features":[461]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_VPN","features":[461]},{"name":"RAS_EAP_VALUENAME_CONFIGUI","features":[461]},{"name":"RAS_EAP_VALUENAME_CONFIG_CLSID","features":[461]},{"name":"RAS_EAP_VALUENAME_DEFAULT_DATA","features":[461]},{"name":"RAS_EAP_VALUENAME_ENCRYPTION","features":[461]},{"name":"RAS_EAP_VALUENAME_FILTER_INNERMETHODS","features":[461]},{"name":"RAS_EAP_VALUENAME_FRIENDLY_NAME","features":[461]},{"name":"RAS_EAP_VALUENAME_IDENTITY","features":[461]},{"name":"RAS_EAP_VALUENAME_INTERACTIVEUI","features":[461]},{"name":"RAS_EAP_VALUENAME_INVOKE_NAMEDLG","features":[461]},{"name":"RAS_EAP_VALUENAME_INVOKE_PWDDLG","features":[461]},{"name":"RAS_EAP_VALUENAME_ISTUNNEL_METHOD","features":[461]},{"name":"RAS_EAP_VALUENAME_PATH","features":[461]},{"name":"RAS_EAP_VALUENAME_PER_POLICY_CONFIG","features":[461]},{"name":"RAS_EAP_VALUENAME_REQUIRE_CONFIGUI","features":[461]},{"name":"RAS_EAP_VALUENAME_ROLES_SUPPORTED","features":[461]},{"name":"RAS_EAP_VALUENAME_STANDALONE_SUPPORTED","features":[461]},{"name":"eapPropCertifiedMethod","features":[461]},{"name":"eapPropChannelBinding","features":[461]},{"name":"eapPropCipherSuiteNegotiation","features":[461]},{"name":"eapPropConfidentiality","features":[461]},{"name":"eapPropCryptoBinding","features":[461]},{"name":"eapPropDictionaryAttackResistance","features":[461]},{"name":"eapPropFastReconnect","features":[461]},{"name":"eapPropFragmentation","features":[461]},{"name":"eapPropHiddenMethod","features":[461]},{"name":"eapPropIdentityPrivacy","features":[461]},{"name":"eapPropIntegrity","features":[461]},{"name":"eapPropKeyDerivation","features":[461]},{"name":"eapPropKeyStrength1024","features":[461]},{"name":"eapPropKeyStrength128","features":[461]},{"name":"eapPropKeyStrength256","features":[461]},{"name":"eapPropKeyStrength512","features":[461]},{"name":"eapPropKeyStrength64","features":[461]},{"name":"eapPropMachineAuth","features":[461]},{"name":"eapPropMethodChaining","features":[461]},{"name":"eapPropMppeEncryption","features":[461]},{"name":"eapPropMutualAuth","features":[461]},{"name":"eapPropNap","features":[461]},{"name":"eapPropReplayProtection","features":[461]},{"name":"eapPropReserved","features":[461]},{"name":"eapPropSessionIndependence","features":[461]},{"name":"eapPropSharedStateEquivalence","features":[461]},{"name":"eapPropStandalone","features":[461]},{"name":"eapPropSupportsConfig","features":[461]},{"name":"eapPropTunnelMethod","features":[461]},{"name":"eapPropUserAuth","features":[461]},{"name":"eatARAPChallengeResponse","features":[461]},{"name":"eatARAPFeatures","features":[461]},{"name":"eatARAPGuestLogon","features":[461]},{"name":"eatARAPPassword","features":[461]},{"name":"eatARAPSecurity","features":[461]},{"name":"eatARAPSecurityData","features":[461]},{"name":"eatARAPZoneAccess","features":[461]},{"name":"eatAcctAuthentic","features":[461]},{"name":"eatAcctDelayTime","features":[461]},{"name":"eatAcctEventTimeStamp","features":[461]},{"name":"eatAcctInputOctets","features":[461]},{"name":"eatAcctInputPackets","features":[461]},{"name":"eatAcctInterimInterval","features":[461]},{"name":"eatAcctLinkCount","features":[461]},{"name":"eatAcctMultiSessionId","features":[461]},{"name":"eatAcctOutputOctets","features":[461]},{"name":"eatAcctOutputPackets","features":[461]},{"name":"eatAcctSessionId","features":[461]},{"name":"eatAcctSessionTime","features":[461]},{"name":"eatAcctStatusType","features":[461]},{"name":"eatAcctTerminateCause","features":[461]},{"name":"eatCallbackId","features":[461]},{"name":"eatCallbackNumber","features":[461]},{"name":"eatCalledStationId","features":[461]},{"name":"eatCallingStationId","features":[461]},{"name":"eatCertificateOID","features":[461]},{"name":"eatCertificateThumbprint","features":[461]},{"name":"eatClass","features":[461]},{"name":"eatClearTextPassword","features":[461]},{"name":"eatConfigurationToken","features":[461]},{"name":"eatConnectInfo","features":[461]},{"name":"eatCredentialsChanged","features":[461]},{"name":"eatEAPConfiguration","features":[461]},{"name":"eatEAPMessage","features":[461]},{"name":"eatEAPTLV","features":[461]},{"name":"eatEMSK","features":[461]},{"name":"eatFastRoamedSession","features":[461]},{"name":"eatFilterId","features":[461]},{"name":"eatFramedAppleTalkLink","features":[461]},{"name":"eatFramedAppleTalkNetwork","features":[461]},{"name":"eatFramedAppleTalkZone","features":[461]},{"name":"eatFramedCompression","features":[461]},{"name":"eatFramedIPAddress","features":[461]},{"name":"eatFramedIPNetmask","features":[461]},{"name":"eatFramedIPXNetwork","features":[461]},{"name":"eatFramedIPv6Pool","features":[461]},{"name":"eatFramedIPv6Prefix","features":[461]},{"name":"eatFramedIPv6Route","features":[461]},{"name":"eatFramedInterfaceId","features":[461]},{"name":"eatFramedMTU","features":[461]},{"name":"eatFramedProtocol","features":[461]},{"name":"eatFramedRoute","features":[461]},{"name":"eatFramedRouting","features":[461]},{"name":"eatIdleTimeout","features":[461]},{"name":"eatInnerEapMethodType","features":[461]},{"name":"eatLoginIPHost","features":[461]},{"name":"eatLoginIPv6Host","features":[461]},{"name":"eatLoginLATGroup","features":[461]},{"name":"eatLoginLATNode","features":[461]},{"name":"eatLoginLATPort","features":[461]},{"name":"eatLoginLATService","features":[461]},{"name":"eatLoginService","features":[461]},{"name":"eatLoginTCPPort","features":[461]},{"name":"eatMD5CHAPChallenge","features":[461]},{"name":"eatMD5CHAPPassword","features":[461]},{"name":"eatMethodId","features":[461]},{"name":"eatMinimum","features":[461]},{"name":"eatNASIPAddress","features":[461]},{"name":"eatNASIPv6Address","features":[461]},{"name":"eatNASIdentifier","features":[461]},{"name":"eatNASPort","features":[461]},{"name":"eatNASPortType","features":[461]},{"name":"eatPEAPEmbeddedEAPTypeId","features":[461]},{"name":"eatPEAPFastRoamedSession","features":[461]},{"name":"eatPasswordRetry","features":[461]},{"name":"eatPeerId","features":[461]},{"name":"eatPortLimit","features":[461]},{"name":"eatPrompt","features":[461]},{"name":"eatProxyState","features":[461]},{"name":"eatQuarantineSoH","features":[461]},{"name":"eatReplyMessage","features":[461]},{"name":"eatReserved","features":[461]},{"name":"eatServerId","features":[461]},{"name":"eatServiceType","features":[461]},{"name":"eatSessionId","features":[461]},{"name":"eatSessionTimeout","features":[461]},{"name":"eatSignature","features":[461]},{"name":"eatState","features":[461]},{"name":"eatTerminationAction","features":[461]},{"name":"eatTunnelClientEndpoint","features":[461]},{"name":"eatTunnelMediumType","features":[461]},{"name":"eatTunnelServerEndpoint","features":[461]},{"name":"eatTunnelType","features":[461]},{"name":"eatUnassigned17","features":[461]},{"name":"eatUnassigned21","features":[461]},{"name":"eatUserName","features":[461]},{"name":"eatUserPassword","features":[461]},{"name":"eatVendorSpecific","features":[461]},{"name":"emptLegacyMethodPropertyFlag","features":[461]},{"name":"emptPropCertifiedMethod","features":[461]},{"name":"emptPropChannelBinding","features":[461]},{"name":"emptPropCipherSuiteNegotiation","features":[461]},{"name":"emptPropConfidentiality","features":[461]},{"name":"emptPropCryptoBinding","features":[461]},{"name":"emptPropDictionaryAttackResistance","features":[461]},{"name":"emptPropFastReconnect","features":[461]},{"name":"emptPropFragmentation","features":[461]},{"name":"emptPropHiddenMethod","features":[461]},{"name":"emptPropIdentityPrivacy","features":[461]},{"name":"emptPropIntegrity","features":[461]},{"name":"emptPropKeyDerivation","features":[461]},{"name":"emptPropKeyStrength1024","features":[461]},{"name":"emptPropKeyStrength128","features":[461]},{"name":"emptPropKeyStrength256","features":[461]},{"name":"emptPropKeyStrength512","features":[461]},{"name":"emptPropKeyStrength64","features":[461]},{"name":"emptPropMachineAuth","features":[461]},{"name":"emptPropMethodChaining","features":[461]},{"name":"emptPropMppeEncryption","features":[461]},{"name":"emptPropMutualAuth","features":[461]},{"name":"emptPropNap","features":[461]},{"name":"emptPropReplayProtection","features":[461]},{"name":"emptPropSessionIndependence","features":[461]},{"name":"emptPropSharedStateEquivalence","features":[461]},{"name":"emptPropStandalone","features":[461]},{"name":"emptPropSupportsConfig","features":[461]},{"name":"emptPropTunnelMethod","features":[461]},{"name":"emptPropUserAuth","features":[461]},{"name":"emptPropVendorSpecific","features":[461]},{"name":"empvtBool","features":[461]},{"name":"empvtDword","features":[461]},{"name":"empvtString","features":[461]},{"name":"raatARAPChallenge","features":[461]},{"name":"raatARAPChallengeResponse","features":[461]},{"name":"raatARAPFeatures","features":[461]},{"name":"raatARAPGuestLogon","features":[461]},{"name":"raatARAPNewPassword","features":[461]},{"name":"raatARAPOldPassword","features":[461]},{"name":"raatARAPPassword","features":[461]},{"name":"raatARAPPasswordChangeReason","features":[461]},{"name":"raatARAPSecurity","features":[461]},{"name":"raatARAPSecurityData","features":[461]},{"name":"raatARAPZoneAccess","features":[461]},{"name":"raatAcctAuthentic","features":[461]},{"name":"raatAcctDelayTime","features":[461]},{"name":"raatAcctEventTimeStamp","features":[461]},{"name":"raatAcctInputOctets","features":[461]},{"name":"raatAcctInputPackets","features":[461]},{"name":"raatAcctInterimInterval","features":[461]},{"name":"raatAcctLinkCount","features":[461]},{"name":"raatAcctMultiSessionId","features":[461]},{"name":"raatAcctOutputOctets","features":[461]},{"name":"raatAcctOutputPackets","features":[461]},{"name":"raatAcctSessionId","features":[461]},{"name":"raatAcctSessionTime","features":[461]},{"name":"raatAcctStatusType","features":[461]},{"name":"raatAcctTerminateCause","features":[461]},{"name":"raatCallbackId","features":[461]},{"name":"raatCallbackNumber","features":[461]},{"name":"raatCalledStationId","features":[461]},{"name":"raatCallingStationId","features":[461]},{"name":"raatCertificateOID","features":[461]},{"name":"raatCertificateThumbprint","features":[461]},{"name":"raatClass","features":[461]},{"name":"raatConfigurationToken","features":[461]},{"name":"raatConnectInfo","features":[461]},{"name":"raatCredentialsChanged","features":[461]},{"name":"raatEAPConfiguration","features":[461]},{"name":"raatEAPMessage","features":[461]},{"name":"raatEAPTLV","features":[461]},{"name":"raatEMSK","features":[461]},{"name":"raatFastRoamedSession","features":[461]},{"name":"raatFilterId","features":[461]},{"name":"raatFramedAppleTalkLink","features":[461]},{"name":"raatFramedAppleTalkNetwork","features":[461]},{"name":"raatFramedAppleTalkZone","features":[461]},{"name":"raatFramedCompression","features":[461]},{"name":"raatFramedIPAddress","features":[461]},{"name":"raatFramedIPNetmask","features":[461]},{"name":"raatFramedIPXNetwork","features":[461]},{"name":"raatFramedIPv6Pool","features":[461]},{"name":"raatFramedIPv6Prefix","features":[461]},{"name":"raatFramedIPv6Route","features":[461]},{"name":"raatFramedInterfaceId","features":[461]},{"name":"raatFramedMTU","features":[461]},{"name":"raatFramedProtocol","features":[461]},{"name":"raatFramedRoute","features":[461]},{"name":"raatFramedRouting","features":[461]},{"name":"raatIdleTimeout","features":[461]},{"name":"raatInnerEAPTypeId","features":[461]},{"name":"raatLoginIPHost","features":[461]},{"name":"raatLoginIPv6Host","features":[461]},{"name":"raatLoginLATGroup","features":[461]},{"name":"raatLoginLATNode","features":[461]},{"name":"raatLoginLATPort","features":[461]},{"name":"raatLoginLATService","features":[461]},{"name":"raatLoginService","features":[461]},{"name":"raatLoginTCPPort","features":[461]},{"name":"raatMD5CHAPChallenge","features":[461]},{"name":"raatMD5CHAPPassword","features":[461]},{"name":"raatMethodId","features":[461]},{"name":"raatMinimum","features":[461]},{"name":"raatNASIPAddress","features":[461]},{"name":"raatNASIPv6Address","features":[461]},{"name":"raatNASIdentifier","features":[461]},{"name":"raatNASPort","features":[461]},{"name":"raatNASPortType","features":[461]},{"name":"raatPEAPEmbeddedEAPTypeId","features":[461]},{"name":"raatPEAPFastRoamedSession","features":[461]},{"name":"raatPasswordRetry","features":[461]},{"name":"raatPeerId","features":[461]},{"name":"raatPortLimit","features":[461]},{"name":"raatPrompt","features":[461]},{"name":"raatProxyState","features":[461]},{"name":"raatReplyMessage","features":[461]},{"name":"raatReserved","features":[461]},{"name":"raatServerId","features":[461]},{"name":"raatServiceType","features":[461]},{"name":"raatSessionId","features":[461]},{"name":"raatSessionTimeout","features":[461]},{"name":"raatSignature","features":[461]},{"name":"raatState","features":[461]},{"name":"raatTerminationAction","features":[461]},{"name":"raatTunnelClientEndpoint","features":[461]},{"name":"raatTunnelMediumType","features":[461]},{"name":"raatTunnelServerEndpoint","features":[461]},{"name":"raatTunnelType","features":[461]},{"name":"raatUnassigned17","features":[461]},{"name":"raatUnassigned21","features":[461]},{"name":"raatUserName","features":[461]},{"name":"raatUserPassword","features":[461]},{"name":"raatVendorSpecific","features":[461]}],"499":[{"name":"CreateAppContainerProfile","features":[496]},{"name":"DeleteAppContainerProfile","features":[496]},{"name":"DeriveAppContainerSidFromAppContainerName","features":[496]},{"name":"DeriveRestrictedAppContainerSidFromAppContainerSidAndRestrictedName","features":[496]},{"name":"GetAppContainerFolderPath","features":[496]},{"name":"GetAppContainerNamedObjectPath","features":[307,496]},{"name":"GetAppContainerRegistryLocation","features":[496,370]},{"name":"IIsolatedAppLauncher","features":[496]},{"name":"IIsolatedProcessLauncher","features":[496]},{"name":"IIsolatedProcessLauncher2","features":[496]},{"name":"IsCrossIsolatedEnvironmentClipboardContent","features":[307,496]},{"name":"IsProcessInIsolatedContainer","features":[307,496]},{"name":"IsProcessInIsolatedWindowsEnvironment","features":[307,496]},{"name":"IsProcessInWDAGContainer","features":[307,496]},{"name":"IsolatedAppLauncher","features":[496]},{"name":"IsolatedAppLauncherTelemetryParameters","features":[307,496]},{"name":"WDAG_CLIPBOARD_TAG","features":[496]}],"500":[{"name":"LicenseKeyAlreadyExists","features":[497]},{"name":"LicenseKeyCorrupted","features":[497]},{"name":"LicenseKeyNotFound","features":[497]},{"name":"LicenseKeyUnprotected","features":[497]},{"name":"LicenseProtectionStatus","features":[497]},{"name":"RegisterLicenseKeyWithExpiration","features":[497]},{"name":"Success","features":[497]},{"name":"ValidateLicenseKeyProtection","features":[307,497]}],"501":[{"name":"ComponentTypeEnforcementClientRp","features":[498]},{"name":"ComponentTypeEnforcementClientSoH","features":[498]},{"name":"CorrelationId","features":[307,498]},{"name":"CountedString","features":[498]},{"name":"ExtendedIsolationState","features":[498]},{"name":"FailureCategory","features":[498]},{"name":"FailureCategoryMapping","features":[307,498]},{"name":"FixupInfo","features":[498]},{"name":"FixupState","features":[498]},{"name":"Ipv4Address","features":[498]},{"name":"Ipv6Address","features":[498]},{"name":"IsolationInfo","features":[307,498]},{"name":"IsolationInfoEx","features":[307,498]},{"name":"IsolationState","features":[498]},{"name":"NapComponentRegistrationInfo","features":[307,498]},{"name":"NapNotifyType","features":[498]},{"name":"NapTracingLevel","features":[498]},{"name":"NetworkSoH","features":[498]},{"name":"PrivateData","features":[498]},{"name":"RemoteConfigurationType","features":[498]},{"name":"ResultCodes","features":[498]},{"name":"SoH","features":[498]},{"name":"SoHAttribute","features":[498]},{"name":"SystemHealthAgentState","features":[498]},{"name":"extendedIsolationStateInfected","features":[498]},{"name":"extendedIsolationStateNoData","features":[498]},{"name":"extendedIsolationStateTransition","features":[498]},{"name":"extendedIsolationStateUnknown","features":[498]},{"name":"failureCategoryClientCommunication","features":[498]},{"name":"failureCategoryClientComponent","features":[498]},{"name":"failureCategoryCount","features":[498]},{"name":"failureCategoryNone","features":[498]},{"name":"failureCategoryOther","features":[498]},{"name":"failureCategoryServerCommunication","features":[498]},{"name":"failureCategoryServerComponent","features":[498]},{"name":"fixupStateCouldNotUpdate","features":[498]},{"name":"fixupStateInProgress","features":[498]},{"name":"fixupStateSuccess","features":[498]},{"name":"freshSoHRequest","features":[498]},{"name":"isolationStateInProbation","features":[498]},{"name":"isolationStateNotRestricted","features":[498]},{"name":"isolationStateRestrictedAccess","features":[498]},{"name":"maxConnectionCountPerEnforcer","features":[498]},{"name":"maxEnforcerCount","features":[498]},{"name":"maxNetworkSoHSize","features":[498]},{"name":"maxPrivateDataSize","features":[498]},{"name":"maxSoHAttributeCount","features":[498]},{"name":"maxSoHAttributeSize","features":[498]},{"name":"maxStringLength","features":[498]},{"name":"maxSystemHealthEntityCount","features":[498]},{"name":"minNetworkSoHSize","features":[498]},{"name":"napNotifyTypeQuarState","features":[498]},{"name":"napNotifyTypeServiceState","features":[498]},{"name":"napNotifyTypeUnknown","features":[498]},{"name":"percentageNotSupported","features":[498]},{"name":"remoteConfigTypeConfigBlob","features":[498]},{"name":"remoteConfigTypeMachine","features":[498]},{"name":"shaFixup","features":[498]},{"name":"tracingLevelAdvanced","features":[498]},{"name":"tracingLevelBasic","features":[498]},{"name":"tracingLevelDebug","features":[498]},{"name":"tracingLevelUndefined","features":[498]}],"502":[{"name":"ITpmVirtualSmartCardManager","features":[499]},{"name":"ITpmVirtualSmartCardManager2","features":[499]},{"name":"ITpmVirtualSmartCardManager3","features":[499]},{"name":"ITpmVirtualSmartCardManagerStatusCallback","features":[499]},{"name":"RemoteTpmVirtualSmartCardManager","features":[499]},{"name":"TPMVSCMGR_ERROR","features":[499]},{"name":"TPMVSCMGR_ERROR_CARD_CREATE","features":[499]},{"name":"TPMVSCMGR_ERROR_CARD_DESTROY","features":[499]},{"name":"TPMVSCMGR_ERROR_GENERATE_FILESYSTEM","features":[499]},{"name":"TPMVSCMGR_ERROR_GENERATE_LOCATE_READER","features":[499]},{"name":"TPMVSCMGR_ERROR_IMPERSONATION","features":[499]},{"name":"TPMVSCMGR_ERROR_PIN_COMPLEXITY","features":[499]},{"name":"TPMVSCMGR_ERROR_READER_COUNT_LIMIT","features":[499]},{"name":"TPMVSCMGR_ERROR_TERMINAL_SERVICES_SESSION","features":[499]},{"name":"TPMVSCMGR_ERROR_VGIDSSIMULATOR_CREATE","features":[499]},{"name":"TPMVSCMGR_ERROR_VGIDSSIMULATOR_DESTROY","features":[499]},{"name":"TPMVSCMGR_ERROR_VGIDSSIMULATOR_INITIALIZE","features":[499]},{"name":"TPMVSCMGR_ERROR_VGIDSSIMULATOR_READ_PROPERTY","features":[499]},{"name":"TPMVSCMGR_ERROR_VGIDSSIMULATOR_WRITE_PROPERTY","features":[499]},{"name":"TPMVSCMGR_ERROR_VREADER_CREATE","features":[499]},{"name":"TPMVSCMGR_ERROR_VREADER_DESTROY","features":[499]},{"name":"TPMVSCMGR_ERROR_VREADER_INITIALIZE","features":[499]},{"name":"TPMVSCMGR_ERROR_VTPMSMARTCARD_CREATE","features":[499]},{"name":"TPMVSCMGR_ERROR_VTPMSMARTCARD_DESTROY","features":[499]},{"name":"TPMVSCMGR_ERROR_VTPMSMARTCARD_INITIALIZE","features":[499]},{"name":"TPMVSCMGR_STATUS","features":[499]},{"name":"TPMVSCMGR_STATUS_CARD_CREATED","features":[499]},{"name":"TPMVSCMGR_STATUS_CARD_DESTROYED","features":[499]},{"name":"TPMVSCMGR_STATUS_GENERATE_AUTHENTICATING","features":[499]},{"name":"TPMVSCMGR_STATUS_GENERATE_RUNNING","features":[499]},{"name":"TPMVSCMGR_STATUS_GENERATE_WAITING","features":[499]},{"name":"TPMVSCMGR_STATUS_VGIDSSIMULATOR_CREATING","features":[499]},{"name":"TPMVSCMGR_STATUS_VGIDSSIMULATOR_DESTROYING","features":[499]},{"name":"TPMVSCMGR_STATUS_VGIDSSIMULATOR_INITIALIZING","features":[499]},{"name":"TPMVSCMGR_STATUS_VREADER_CREATING","features":[499]},{"name":"TPMVSCMGR_STATUS_VREADER_DESTROYING","features":[499]},{"name":"TPMVSCMGR_STATUS_VREADER_INITIALIZING","features":[499]},{"name":"TPMVSCMGR_STATUS_VTPMSMARTCARD_CREATING","features":[499]},{"name":"TPMVSCMGR_STATUS_VTPMSMARTCARD_DESTROYING","features":[499]},{"name":"TPMVSCMGR_STATUS_VTPMSMARTCARD_INITIALIZING","features":[499]},{"name":"TPMVSC_ATTESTATION_AIK_AND_CERTIFICATE","features":[499]},{"name":"TPMVSC_ATTESTATION_AIK_ONLY","features":[499]},{"name":"TPMVSC_ATTESTATION_NONE","features":[499]},{"name":"TPMVSC_ATTESTATION_TYPE","features":[499]},{"name":"TPMVSC_DEFAULT_ADMIN_ALGORITHM_ID","features":[499]},{"name":"TpmVirtualSmartCardManager","features":[499]}],"503":[{"name":"CAT_MEMBERINFO","features":[491]},{"name":"CAT_MEMBERINFO2","features":[491]},{"name":"CAT_MEMBERINFO2_OBJID","features":[491]},{"name":"CAT_MEMBERINFO2_STRUCT","features":[491]},{"name":"CAT_MEMBERINFO_OBJID","features":[491]},{"name":"CAT_MEMBERINFO_STRUCT","features":[491]},{"name":"CAT_NAMEVALUE","features":[393,491]},{"name":"CAT_NAMEVALUE_OBJID","features":[491]},{"name":"CAT_NAMEVALUE_STRUCT","features":[491]},{"name":"CCPI_RESULT_ALLOW","features":[491]},{"name":"CCPI_RESULT_AUDIT","features":[491]},{"name":"CCPI_RESULT_DENY","features":[491]},{"name":"CERT_CONFIDENCE_AUTHIDEXT","features":[491]},{"name":"CERT_CONFIDENCE_HIGHEST","features":[491]},{"name":"CERT_CONFIDENCE_HYGIENE","features":[491]},{"name":"CERT_CONFIDENCE_SIG","features":[491]},{"name":"CERT_CONFIDENCE_TIME","features":[491]},{"name":"CERT_CONFIDENCE_TIMENEST","features":[491]},{"name":"CONFIG_CI_ACTION_VERIFY","features":[491]},{"name":"CONFIG_CI_PROV_INFO","features":[307,393,491]},{"name":"CONFIG_CI_PROV_INFO_RESULT","features":[307,491]},{"name":"CONFIG_CI_PROV_INFO_RESULT2","features":[307,491]},{"name":"CPD_CHOICE_SIP","features":[491]},{"name":"CPD_RETURN_LOWER_QUALITY_CHAINS","features":[491]},{"name":"CPD_REVOCATION_CHECK_CHAIN","features":[491]},{"name":"CPD_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[491]},{"name":"CPD_REVOCATION_CHECK_END_CERT","features":[491]},{"name":"CPD_REVOCATION_CHECK_NONE","features":[491]},{"name":"CPD_RFC3161v21","features":[491]},{"name":"CPD_UISTATE_MODE_ALLOW","features":[491]},{"name":"CPD_UISTATE_MODE_BLOCK","features":[491]},{"name":"CPD_UISTATE_MODE_MASK","features":[491]},{"name":"CPD_UISTATE_MODE_PROMPT","features":[491]},{"name":"CPD_USE_NT5_CHAIN_FLAG","features":[491]},{"name":"CRYPT_PROVIDER_CERT","features":[307,393,491]},{"name":"CRYPT_PROVIDER_DATA","features":[307,487,488,491]},{"name":"CRYPT_PROVIDER_DEFUSAGE","features":[491]},{"name":"CRYPT_PROVIDER_FUNCTIONS","features":[307,487,488,491]},{"name":"CRYPT_PROVIDER_PRIVDATA","features":[491]},{"name":"CRYPT_PROVIDER_REGDEFUSAGE","features":[491]},{"name":"CRYPT_PROVIDER_SGNR","features":[307,393,491]},{"name":"CRYPT_PROVIDER_SIGSTATE","features":[307,393,491]},{"name":"CRYPT_PROVUI_DATA","features":[491]},{"name":"CRYPT_PROVUI_FUNCS","features":[307,487,488,491]},{"name":"CRYPT_REGISTER_ACTIONID","features":[491]},{"name":"CRYPT_TRUST_REG_ENTRY","features":[491]},{"name":"DRIVER_ACTION_VERIFY","features":[491]},{"name":"DRIVER_CLEANUPPOLICY_FUNCTION","features":[491]},{"name":"DRIVER_FINALPOLPROV_FUNCTION","features":[491]},{"name":"DRIVER_INITPROV_FUNCTION","features":[491]},{"name":"DRIVER_VER_INFO","features":[307,393,491]},{"name":"DRIVER_VER_MAJORMINOR","features":[491]},{"name":"DWACTION_ALLOCANDFILL","features":[491]},{"name":"DWACTION_FREE","features":[491]},{"name":"GENERIC_CHAIN_CERTTRUST_FUNCTION","features":[491]},{"name":"GENERIC_CHAIN_FINALPOLICY_FUNCTION","features":[491]},{"name":"HTTPSPROV_ACTION","features":[491]},{"name":"HTTPS_CERTTRUST_FUNCTION","features":[491]},{"name":"HTTPS_CHKCERT_FUNCTION","features":[491]},{"name":"HTTPS_FINALPOLICY_FUNCTION","features":[491]},{"name":"INTENT_TO_SEAL_ATTRIBUTE","features":[307,491]},{"name":"INTENT_TO_SEAL_ATTRIBUTE_STRUCT","features":[491]},{"name":"OFFICESIGN_ACTION_VERIFY","features":[491]},{"name":"OFFICE_CLEANUPPOLICY_FUNCTION","features":[491]},{"name":"OFFICE_INITPROV_FUNCTION","features":[491]},{"name":"OFFICE_POLICY_PROVIDER_DLL_NAME","features":[491]},{"name":"OpenPersonalTrustDBDialog","features":[307,491]},{"name":"OpenPersonalTrustDBDialogEx","features":[307,491]},{"name":"PFN_ALLOCANDFILLDEFUSAGE","features":[307,491]},{"name":"PFN_CPD_ADD_CERT","features":[307,487,488,491]},{"name":"PFN_CPD_ADD_PRIVDATA","features":[307,487,488,491]},{"name":"PFN_CPD_ADD_SGNR","features":[307,487,488,491]},{"name":"PFN_CPD_ADD_STORE","features":[307,487,488,491]},{"name":"PFN_CPD_MEM_ALLOC","features":[491]},{"name":"PFN_CPD_MEM_FREE","features":[491]},{"name":"PFN_FREEDEFUSAGE","features":[307,491]},{"name":"PFN_PROVIDER_CERTCHKPOLICY_CALL","features":[307,487,488,491]},{"name":"PFN_PROVIDER_CERTTRUST_CALL","features":[307,487,488,491]},{"name":"PFN_PROVIDER_CLEANUP_CALL","features":[307,487,488,491]},{"name":"PFN_PROVIDER_FINALPOLICY_CALL","features":[307,487,488,491]},{"name":"PFN_PROVIDER_INIT_CALL","features":[307,487,488,491]},{"name":"PFN_PROVIDER_OBJTRUST_CALL","features":[307,487,488,491]},{"name":"PFN_PROVIDER_SIGTRUST_CALL","features":[307,487,488,491]},{"name":"PFN_PROVIDER_TESTFINALPOLICY_CALL","features":[307,487,488,491]},{"name":"PFN_PROVUI_CALL","features":[307,487,488,491]},{"name":"PFN_WTD_GENERIC_CHAIN_POLICY_CALLBACK","features":[307,487,488,491]},{"name":"PROVDATA_SIP","features":[307,487,488,491]},{"name":"SEALING_SIGNATURE_ATTRIBUTE","features":[393,491]},{"name":"SEALING_SIGNATURE_ATTRIBUTE_STRUCT","features":[491]},{"name":"SEALING_TIMESTAMP_ATTRIBUTE","features":[393,491]},{"name":"SEALING_TIMESTAMP_ATTRIBUTE_STRUCT","features":[491]},{"name":"SGNR_TYPE_TIMESTAMP","features":[491]},{"name":"SPC_CAB_DATA_OBJID","features":[491]},{"name":"SPC_CAB_DATA_STRUCT","features":[491]},{"name":"SPC_CERT_EXTENSIONS_OBJID","features":[491]},{"name":"SPC_COMMERCIAL_SP_KEY_PURPOSE_OBJID","features":[491]},{"name":"SPC_COMMON_NAME_OBJID","features":[491]},{"name":"SPC_ENCRYPTED_DIGEST_RETRY_COUNT_OBJID","features":[491]},{"name":"SPC_FILE_LINK_CHOICE","features":[491]},{"name":"SPC_FINANCIAL_CRITERIA","features":[307,491]},{"name":"SPC_FINANCIAL_CRITERIA_OBJID","features":[491]},{"name":"SPC_FINANCIAL_CRITERIA_STRUCT","features":[491]},{"name":"SPC_GLUE_RDN_OBJID","features":[491]},{"name":"SPC_IMAGE","features":[393,491]},{"name":"SPC_INDIRECT_DATA_CONTENT","features":[393,491]},{"name":"SPC_INDIRECT_DATA_CONTENT_STRUCT","features":[491]},{"name":"SPC_INDIRECT_DATA_OBJID","features":[491]},{"name":"SPC_INDIVIDUAL_SP_KEY_PURPOSE_OBJID","features":[491]},{"name":"SPC_JAVA_CLASS_DATA_OBJID","features":[491]},{"name":"SPC_JAVA_CLASS_DATA_STRUCT","features":[491]},{"name":"SPC_LINK","features":[393,491]},{"name":"SPC_LINK_OBJID","features":[491]},{"name":"SPC_LINK_STRUCT","features":[491]},{"name":"SPC_MINIMAL_CRITERIA_OBJID","features":[491]},{"name":"SPC_MINIMAL_CRITERIA_STRUCT","features":[491]},{"name":"SPC_MONIKER_LINK_CHOICE","features":[491]},{"name":"SPC_NATURAL_AUTH_PLUGIN_OBJID","features":[491]},{"name":"SPC_PE_IMAGE_DATA","features":[393,491]},{"name":"SPC_PE_IMAGE_DATA_OBJID","features":[491]},{"name":"SPC_PE_IMAGE_DATA_STRUCT","features":[491]},{"name":"SPC_PE_IMAGE_PAGE_HASHES_V1_OBJID","features":[491]},{"name":"SPC_PE_IMAGE_PAGE_HASHES_V2_OBJID","features":[491]},{"name":"SPC_RAW_FILE_DATA_OBJID","features":[491]},{"name":"SPC_RELAXED_PE_MARKER_CHECK_OBJID","features":[491]},{"name":"SPC_SERIALIZED_OBJECT","features":[393,491]},{"name":"SPC_SIGINFO","features":[491]},{"name":"SPC_SIGINFO_OBJID","features":[491]},{"name":"SPC_SIGINFO_STRUCT","features":[491]},{"name":"SPC_SP_AGENCY_INFO","features":[393,491]},{"name":"SPC_SP_AGENCY_INFO_OBJID","features":[491]},{"name":"SPC_SP_AGENCY_INFO_STRUCT","features":[491]},{"name":"SPC_SP_OPUS_INFO","features":[393,491]},{"name":"SPC_SP_OPUS_INFO_OBJID","features":[491]},{"name":"SPC_SP_OPUS_INFO_STRUCT","features":[491]},{"name":"SPC_STATEMENT_TYPE","features":[491]},{"name":"SPC_STATEMENT_TYPE_OBJID","features":[491]},{"name":"SPC_STATEMENT_TYPE_STRUCT","features":[491]},{"name":"SPC_STRUCTURED_STORAGE_DATA_OBJID","features":[491]},{"name":"SPC_TIME_STAMP_REQUEST_OBJID","features":[491]},{"name":"SPC_URL_LINK_CHOICE","features":[491]},{"name":"SPC_UUID_LENGTH","features":[491]},{"name":"SPC_WINDOWS_HELLO_COMPATIBILITY_OBJID","features":[491]},{"name":"SP_CHKCERT_FUNCTION","features":[491]},{"name":"SP_CLEANUPPOLICY_FUNCTION","features":[491]},{"name":"SP_FINALPOLICY_FUNCTION","features":[491]},{"name":"SP_GENERIC_CERT_INIT_FUNCTION","features":[491]},{"name":"SP_INIT_FUNCTION","features":[491]},{"name":"SP_OBJTRUST_FUNCTION","features":[491]},{"name":"SP_POLICY_PROVIDER_DLL_NAME","features":[491]},{"name":"SP_SIGTRUST_FUNCTION","features":[491]},{"name":"SP_TESTDUMPPOLICY_FUNCTION_TEST","features":[491]},{"name":"TRUSTERROR_MAX_STEPS","features":[491]},{"name":"TRUSTERROR_STEP_CATALOGFILE","features":[491]},{"name":"TRUSTERROR_STEP_CERTSTORE","features":[491]},{"name":"TRUSTERROR_STEP_FILEIO","features":[491]},{"name":"TRUSTERROR_STEP_FINAL_CERTCHKPROV","features":[491]},{"name":"TRUSTERROR_STEP_FINAL_CERTPROV","features":[491]},{"name":"TRUSTERROR_STEP_FINAL_INITPROV","features":[491]},{"name":"TRUSTERROR_STEP_FINAL_OBJPROV","features":[491]},{"name":"TRUSTERROR_STEP_FINAL_POLICYPROV","features":[491]},{"name":"TRUSTERROR_STEP_FINAL_SIGPROV","features":[491]},{"name":"TRUSTERROR_STEP_FINAL_UIPROV","features":[491]},{"name":"TRUSTERROR_STEP_FINAL_WVTINIT","features":[491]},{"name":"TRUSTERROR_STEP_MESSAGE","features":[491]},{"name":"TRUSTERROR_STEP_MSG_CERTCHAIN","features":[491]},{"name":"TRUSTERROR_STEP_MSG_COUNTERSIGCERT","features":[491]},{"name":"TRUSTERROR_STEP_MSG_COUNTERSIGINFO","features":[491]},{"name":"TRUSTERROR_STEP_MSG_INNERCNT","features":[491]},{"name":"TRUSTERROR_STEP_MSG_INNERCNTTYPE","features":[491]},{"name":"TRUSTERROR_STEP_MSG_SIGNERCERT","features":[491]},{"name":"TRUSTERROR_STEP_MSG_SIGNERCOUNT","features":[491]},{"name":"TRUSTERROR_STEP_MSG_SIGNERINFO","features":[491]},{"name":"TRUSTERROR_STEP_MSG_STORE","features":[491]},{"name":"TRUSTERROR_STEP_SIP","features":[491]},{"name":"TRUSTERROR_STEP_SIPSUBJINFO","features":[491]},{"name":"TRUSTERROR_STEP_VERIFY_MSGHASH","features":[491]},{"name":"TRUSTERROR_STEP_VERIFY_MSGINDIRECTDATA","features":[491]},{"name":"TRUSTERROR_STEP_WVTPARAMS","features":[491]},{"name":"WINTRUST_ACTION_GENERIC_CERT_VERIFY","features":[491]},{"name":"WINTRUST_ACTION_GENERIC_CHAIN_VERIFY","features":[491]},{"name":"WINTRUST_ACTION_GENERIC_VERIFY_V2","features":[491]},{"name":"WINTRUST_ACTION_TRUSTPROVIDER_TEST","features":[491]},{"name":"WINTRUST_BLOB_INFO","features":[491]},{"name":"WINTRUST_CATALOG_INFO","features":[307,393,491]},{"name":"WINTRUST_CERT_INFO","features":[307,393,491]},{"name":"WINTRUST_CONFIG_REGPATH","features":[491]},{"name":"WINTRUST_DATA","features":[307,393,491]},{"name":"WINTRUST_DATA_PROVIDER_FLAGS","features":[491]},{"name":"WINTRUST_DATA_REVOCATION_CHECKS","features":[491]},{"name":"WINTRUST_DATA_STATE_ACTION","features":[491]},{"name":"WINTRUST_DATA_UICHOICE","features":[491]},{"name":"WINTRUST_DATA_UICONTEXT","features":[491]},{"name":"WINTRUST_DATA_UNION_CHOICE","features":[491]},{"name":"WINTRUST_FILE_INFO","features":[307,491]},{"name":"WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION","features":[491]},{"name":"WINTRUST_MAX_HASH_BYTES_TO_MAP_DEFAULT","features":[491]},{"name":"WINTRUST_MAX_HASH_BYTES_TO_MAP_VALUE_NAME","features":[491]},{"name":"WINTRUST_MAX_HEADER_BYTES_TO_MAP_DEFAULT","features":[491]},{"name":"WINTRUST_MAX_HEADER_BYTES_TO_MAP_VALUE_NAME","features":[491]},{"name":"WINTRUST_POLICY_FLAGS","features":[491]},{"name":"WINTRUST_SGNR_INFO","features":[393,491]},{"name":"WINTRUST_SIGNATURE_SETTINGS","features":[393,491]},{"name":"WINTRUST_SIGNATURE_SETTINGS_FLAGS","features":[491]},{"name":"WIN_CERTIFICATE","features":[491]},{"name":"WIN_CERT_REVISION_1_0","features":[491]},{"name":"WIN_CERT_REVISION_2_0","features":[491]},{"name":"WIN_CERT_TYPE_PKCS_SIGNED_DATA","features":[491]},{"name":"WIN_CERT_TYPE_RESERVED_1","features":[491]},{"name":"WIN_CERT_TYPE_TS_STACK_SIGNED","features":[491]},{"name":"WIN_CERT_TYPE_X509","features":[491]},{"name":"WIN_SPUB_ACTION_NT_ACTIVATE_IMAGE","features":[491]},{"name":"WIN_SPUB_ACTION_PUBLISHED_SOFTWARE","features":[491]},{"name":"WIN_SPUB_ACTION_TRUSTED_PUBLISHER","features":[491]},{"name":"WIN_SPUB_TRUSTED_PUBLISHER_DATA","features":[307,491]},{"name":"WIN_TRUST_ACTDATA_CONTEXT_WITH_SUBJECT","features":[307,491]},{"name":"WIN_TRUST_ACTDATA_SUBJECT_ONLY","features":[491]},{"name":"WIN_TRUST_SUBJECT_FILE","features":[307,491]},{"name":"WIN_TRUST_SUBJECT_FILE_AND_DISPLAY","features":[307,491]},{"name":"WIN_TRUST_SUBJTYPE_CABINET","features":[491]},{"name":"WIN_TRUST_SUBJTYPE_CABINETEX","features":[491]},{"name":"WIN_TRUST_SUBJTYPE_JAVA_CLASS","features":[491]},{"name":"WIN_TRUST_SUBJTYPE_JAVA_CLASSEX","features":[491]},{"name":"WIN_TRUST_SUBJTYPE_OLE_STORAGE","features":[491]},{"name":"WIN_TRUST_SUBJTYPE_PE_IMAGE","features":[491]},{"name":"WIN_TRUST_SUBJTYPE_PE_IMAGEEX","features":[491]},{"name":"WIN_TRUST_SUBJTYPE_RAW_FILE","features":[491]},{"name":"WIN_TRUST_SUBJTYPE_RAW_FILEEX","features":[491]},{"name":"WSS_CERTTRUST_SUPPORT","features":[491]},{"name":"WSS_GET_SECONDARY_SIG_COUNT","features":[491]},{"name":"WSS_INPUT_FLAG_MASK","features":[491]},{"name":"WSS_OBJTRUST_SUPPORT","features":[491]},{"name":"WSS_OUTPUT_FLAG_MASK","features":[491]},{"name":"WSS_OUT_FILE_SUPPORTS_SEAL","features":[491]},{"name":"WSS_OUT_HAS_SEALING_INTENT","features":[491]},{"name":"WSS_OUT_SEALING_STATUS_VERIFIED","features":[491]},{"name":"WSS_SIGTRUST_SUPPORT","features":[491]},{"name":"WSS_VERIFY_SEALING","features":[491]},{"name":"WSS_VERIFY_SPECIFIC","features":[491]},{"name":"WTCI_DONT_OPEN_STORES","features":[491]},{"name":"WTCI_OPEN_ONLY_ROOT","features":[491]},{"name":"WTCI_USE_LOCAL_MACHINE","features":[491]},{"name":"WTD_CACHE_ONLY_URL_RETRIEVAL","features":[491]},{"name":"WTD_CHOICE_BLOB","features":[491]},{"name":"WTD_CHOICE_CATALOG","features":[491]},{"name":"WTD_CHOICE_CERT","features":[491]},{"name":"WTD_CHOICE_FILE","features":[491]},{"name":"WTD_CHOICE_SIGNER","features":[491]},{"name":"WTD_CODE_INTEGRITY_DRIVER_MODE","features":[491]},{"name":"WTD_DISABLE_MD2_MD4","features":[491]},{"name":"WTD_GENERIC_CHAIN_POLICY_CREATE_INFO","features":[393,491]},{"name":"WTD_GENERIC_CHAIN_POLICY_DATA","features":[307,487,488,491]},{"name":"WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO","features":[307,393,491]},{"name":"WTD_HASH_ONLY_FLAG","features":[491]},{"name":"WTD_LIFETIME_SIGNING_FLAG","features":[491]},{"name":"WTD_MOTW","features":[491]},{"name":"WTD_NO_IE4_CHAIN_FLAG","features":[491]},{"name":"WTD_NO_POLICY_USAGE_FLAG","features":[491]},{"name":"WTD_PROV_FLAGS_MASK","features":[491]},{"name":"WTD_REVOCATION_CHECK_CHAIN","features":[491]},{"name":"WTD_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[491]},{"name":"WTD_REVOCATION_CHECK_END_CERT","features":[491]},{"name":"WTD_REVOCATION_CHECK_NONE","features":[491]},{"name":"WTD_REVOKE_NONE","features":[491]},{"name":"WTD_REVOKE_WHOLECHAIN","features":[491]},{"name":"WTD_SAFER_FLAG","features":[491]},{"name":"WTD_STATEACTION_AUTO_CACHE","features":[491]},{"name":"WTD_STATEACTION_AUTO_CACHE_FLUSH","features":[491]},{"name":"WTD_STATEACTION_CLOSE","features":[491]},{"name":"WTD_STATEACTION_IGNORE","features":[491]},{"name":"WTD_STATEACTION_VERIFY","features":[491]},{"name":"WTD_UICONTEXT_EXECUTE","features":[491]},{"name":"WTD_UICONTEXT_INSTALL","features":[491]},{"name":"WTD_UI_ALL","features":[491]},{"name":"WTD_UI_NOBAD","features":[491]},{"name":"WTD_UI_NOGOOD","features":[491]},{"name":"WTD_UI_NONE","features":[491]},{"name":"WTD_USE_DEFAULT_OSVER_CHECK","features":[491]},{"name":"WTD_USE_IE4_TRUST_FLAG","features":[491]},{"name":"WTHelperCertCheckValidSignature","features":[307,487,488,491]},{"name":"WTHelperCertIsSelfSigned","features":[307,393,491]},{"name":"WTHelperGetProvCertFromChain","features":[307,393,491]},{"name":"WTHelperGetProvPrivateDataFromChain","features":[307,487,488,491]},{"name":"WTHelperGetProvSignerFromChain","features":[307,487,488,491]},{"name":"WTHelperProvDataFromStateData","features":[307,487,488,491]},{"name":"WTPF_ALLOWONLYPERTRUST","features":[491]},{"name":"WTPF_IGNOREEXPIRATION","features":[491]},{"name":"WTPF_IGNOREREVOCATIONONTS","features":[491]},{"name":"WTPF_IGNOREREVOKATION","features":[491]},{"name":"WTPF_OFFLINEOKNBU_COM","features":[491]},{"name":"WTPF_OFFLINEOKNBU_IND","features":[491]},{"name":"WTPF_OFFLINEOK_COM","features":[491]},{"name":"WTPF_OFFLINEOK_IND","features":[491]},{"name":"WTPF_TESTCANBEVALID","features":[491]},{"name":"WTPF_TRUSTTEST","features":[491]},{"name":"WTPF_VERIFY_V1_OFF","features":[491]},{"name":"WT_ADD_ACTION_ID_RET_RESULT_FLAG","features":[491]},{"name":"WT_CURRENT_VERSION","features":[491]},{"name":"WT_PROVIDER_CERTTRUST_FUNCTION","features":[491]},{"name":"WT_PROVIDER_DLL_NAME","features":[491]},{"name":"WT_TRUSTDBDIALOG_NO_UI_FLAG","features":[491]},{"name":"WT_TRUSTDBDIALOG_ONLY_PUB_TAB_FLAG","features":[491]},{"name":"WT_TRUSTDBDIALOG_WRITE_IEAK_STORE_FLAG","features":[491]},{"name":"WT_TRUSTDBDIALOG_WRITE_LEGACY_REG_FLAG","features":[491]},{"name":"WinVerifyTrust","features":[307,491]},{"name":"WinVerifyTrustEx","features":[307,393,491]},{"name":"WintrustAddActionID","features":[307,491]},{"name":"WintrustAddDefaultForUsage","features":[307,491]},{"name":"WintrustGetDefaultForUsage","features":[307,491]},{"name":"WintrustGetRegPolicyFlags","features":[491]},{"name":"WintrustLoadFunctionPointers","features":[307,487,488,491]},{"name":"WintrustRemoveActionID","features":[307,491]},{"name":"WintrustSetDefaultIncludePEPageHashes","features":[307,491]},{"name":"WintrustSetRegPolicyFlags","features":[307,491]},{"name":"szOID_ENHANCED_HASH","features":[491]},{"name":"szOID_INTENT_TO_SEAL","features":[491]},{"name":"szOID_NESTED_SIGNATURE","features":[491]},{"name":"szOID_PKCS_9_SEQUENCE_NUMBER","features":[491]},{"name":"szOID_SEALING_SIGNATURE","features":[491]},{"name":"szOID_SEALING_TIMESTAMP","features":[491]},{"name":"szOID_TRUSTED_CLIENT_AUTH_CA_LIST","features":[491]},{"name":"szOID_TRUSTED_CODESIGNING_CA_LIST","features":[491]},{"name":"szOID_TRUSTED_SERVER_AUTH_CA_LIST","features":[491]}],"504":[{"name":"PFNMSGECALLBACK","features":[307,500]},{"name":"PWLX_ASSIGN_SHELL_PROTECTION","features":[307,500]},{"name":"PWLX_CHANGE_PASSWORD_NOTIFY","features":[307,500]},{"name":"PWLX_CHANGE_PASSWORD_NOTIFY_EX","features":[307,500]},{"name":"PWLX_CLOSE_USER_DESKTOP","features":[307,500,501]},{"name":"PWLX_CREATE_USER_DESKTOP","features":[307,500,501]},{"name":"PWLX_DIALOG_BOX","features":[307,500,371]},{"name":"PWLX_DIALOG_BOX_INDIRECT","features":[307,500,371]},{"name":"PWLX_DIALOG_BOX_INDIRECT_PARAM","features":[307,500,371]},{"name":"PWLX_DIALOG_BOX_PARAM","features":[307,500,371]},{"name":"PWLX_DISCONNECT","features":[307,500]},{"name":"PWLX_GET_OPTION","features":[307,500]},{"name":"PWLX_GET_SOURCE_DESKTOP","features":[307,500,501]},{"name":"PWLX_MESSAGE_BOX","features":[307,500]},{"name":"PWLX_QUERY_CLIENT_CREDENTIALS","features":[307,500]},{"name":"PWLX_QUERY_CONSOLESWITCH_CREDENTIALS","features":[307,500]},{"name":"PWLX_QUERY_IC_CREDENTIALS","features":[307,500]},{"name":"PWLX_QUERY_TERMINAL_SERVICES_DATA","features":[307,500]},{"name":"PWLX_QUERY_TS_LOGON_CREDENTIALS","features":[307,500]},{"name":"PWLX_SAS_NOTIFY","features":[307,500]},{"name":"PWLX_SET_CONTEXT_POINTER","features":[307,500]},{"name":"PWLX_SET_OPTION","features":[307,500]},{"name":"PWLX_SET_RETURN_DESKTOP","features":[307,500,501]},{"name":"PWLX_SET_TIMEOUT","features":[307,500]},{"name":"PWLX_SWITCH_DESKTOP_TO_USER","features":[307,500]},{"name":"PWLX_SWITCH_DESKTOP_TO_WINLOGON","features":[307,500]},{"name":"PWLX_USE_CTRL_ALT_DEL","features":[307,500]},{"name":"PWLX_WIN31_MIGRATE","features":[307,500]},{"name":"STATUSMSG_OPTION_NOANIMATION","features":[500]},{"name":"STATUSMSG_OPTION_SETFOREGROUND","features":[500]},{"name":"WLX_CLIENT_CREDENTIALS_INFO_V1_0","features":[307,500]},{"name":"WLX_CLIENT_CREDENTIALS_INFO_V2_0","features":[307,500]},{"name":"WLX_CONSOLESWITCHCREDENTIAL_TYPE_V1_0","features":[500]},{"name":"WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0","features":[307,500]},{"name":"WLX_CREATE_INSTANCE_ONLY","features":[500]},{"name":"WLX_CREATE_USER","features":[500]},{"name":"WLX_CREDENTIAL_TYPE_V1_0","features":[500]},{"name":"WLX_CREDENTIAL_TYPE_V2_0","features":[500]},{"name":"WLX_CURRENT_VERSION","features":[500]},{"name":"WLX_DESKTOP","features":[500,501]},{"name":"WLX_DESKTOP_HANDLE","features":[500]},{"name":"WLX_DESKTOP_NAME","features":[500]},{"name":"WLX_DIRECTORY_LENGTH","features":[500]},{"name":"WLX_DISPATCH_VERSION_1_0","features":[307,500,371]},{"name":"WLX_DISPATCH_VERSION_1_1","features":[307,500,501,371]},{"name":"WLX_DISPATCH_VERSION_1_2","features":[307,500,501,371]},{"name":"WLX_DISPATCH_VERSION_1_3","features":[307,500,501,371]},{"name":"WLX_DISPATCH_VERSION_1_4","features":[307,500,501,371]},{"name":"WLX_DLG_INPUT_TIMEOUT","features":[500]},{"name":"WLX_DLG_SAS","features":[500]},{"name":"WLX_DLG_SCREEN_SAVER_TIMEOUT","features":[500]},{"name":"WLX_DLG_USER_LOGOFF","features":[500]},{"name":"WLX_LOGON_OPT_NO_PROFILE","features":[500]},{"name":"WLX_MPR_NOTIFY_INFO","features":[500]},{"name":"WLX_NOTIFICATION_INFO","features":[307,500,501]},{"name":"WLX_OPTION_CONTEXT_POINTER","features":[500]},{"name":"WLX_OPTION_DISPATCH_TABLE_SIZE","features":[500]},{"name":"WLX_OPTION_FORCE_LOGOFF_TIME","features":[500]},{"name":"WLX_OPTION_IGNORE_AUTO_LOGON","features":[500]},{"name":"WLX_OPTION_NO_SWITCH_ON_SAS","features":[500]},{"name":"WLX_OPTION_SMART_CARD_INFO","features":[500]},{"name":"WLX_OPTION_SMART_CARD_PRESENT","features":[500]},{"name":"WLX_OPTION_USE_CTRL_ALT_DEL","features":[500]},{"name":"WLX_OPTION_USE_SMART_CARD","features":[500]},{"name":"WLX_PROFILE_TYPE_V1_0","features":[500]},{"name":"WLX_PROFILE_TYPE_V2_0","features":[500]},{"name":"WLX_PROFILE_V1_0","features":[500]},{"name":"WLX_PROFILE_V2_0","features":[500]},{"name":"WLX_SAS_ACTION_DELAYED_FORCE_LOGOFF","features":[500]},{"name":"WLX_SAS_ACTION_FORCE_LOGOFF","features":[500]},{"name":"WLX_SAS_ACTION_LOCK_WKSTA","features":[500]},{"name":"WLX_SAS_ACTION_LOGOFF","features":[500]},{"name":"WLX_SAS_ACTION_LOGON","features":[500]},{"name":"WLX_SAS_ACTION_NONE","features":[500]},{"name":"WLX_SAS_ACTION_PWD_CHANGED","features":[500]},{"name":"WLX_SAS_ACTION_RECONNECTED","features":[500]},{"name":"WLX_SAS_ACTION_SHUTDOWN","features":[500]},{"name":"WLX_SAS_ACTION_SHUTDOWN_HIBERNATE","features":[500]},{"name":"WLX_SAS_ACTION_SHUTDOWN_POWER_OFF","features":[500]},{"name":"WLX_SAS_ACTION_SHUTDOWN_REBOOT","features":[500]},{"name":"WLX_SAS_ACTION_SHUTDOWN_SLEEP","features":[500]},{"name":"WLX_SAS_ACTION_SHUTDOWN_SLEEP2","features":[500]},{"name":"WLX_SAS_ACTION_SWITCH_CONSOLE","features":[500]},{"name":"WLX_SAS_ACTION_TASKLIST","features":[500]},{"name":"WLX_SAS_ACTION_UNLOCK_WKSTA","features":[500]},{"name":"WLX_SAS_TYPE_AUTHENTICATED","features":[500]},{"name":"WLX_SAS_TYPE_CTRL_ALT_DEL","features":[500]},{"name":"WLX_SAS_TYPE_MAX_MSFT_VALUE","features":[500]},{"name":"WLX_SAS_TYPE_SCRNSVR_ACTIVITY","features":[500]},{"name":"WLX_SAS_TYPE_SCRNSVR_TIMEOUT","features":[500]},{"name":"WLX_SAS_TYPE_SC_FIRST_READER_ARRIVED","features":[500]},{"name":"WLX_SAS_TYPE_SC_INSERT","features":[500]},{"name":"WLX_SAS_TYPE_SC_LAST_READER_REMOVED","features":[500]},{"name":"WLX_SAS_TYPE_SC_REMOVE","features":[500]},{"name":"WLX_SAS_TYPE_SWITCHUSER","features":[500]},{"name":"WLX_SAS_TYPE_TIMEOUT","features":[500]},{"name":"WLX_SAS_TYPE_USER_LOGOFF","features":[500]},{"name":"WLX_SC_NOTIFICATION_INFO","features":[500]},{"name":"WLX_SHUTDOWN_TYPE","features":[500]},{"name":"WLX_TERMINAL_SERVICES_DATA","features":[500]},{"name":"WLX_VERSION_1_0","features":[500]},{"name":"WLX_VERSION_1_1","features":[500]},{"name":"WLX_VERSION_1_2","features":[500]},{"name":"WLX_VERSION_1_3","features":[500]},{"name":"WLX_VERSION_1_4","features":[500]},{"name":"WLX_WM_SAS","features":[500]}],"505":[{"name":"CB_MAX_CABINET_NAME","features":[502]},{"name":"CB_MAX_CAB_PATH","features":[502]},{"name":"CB_MAX_DISK","features":[502]},{"name":"CB_MAX_DISK_NAME","features":[502]},{"name":"CB_MAX_FILENAME","features":[502]},{"name":"CCAB","features":[502]},{"name":"ERF","features":[307,502]},{"name":"FCIAddFile","features":[307,502]},{"name":"FCICreate","features":[307,502]},{"name":"FCIDestroy","features":[307,502]},{"name":"FCIERROR","features":[502]},{"name":"FCIERR_ALLOC_FAIL","features":[502]},{"name":"FCIERR_BAD_COMPR_TYPE","features":[502]},{"name":"FCIERR_CAB_FILE","features":[502]},{"name":"FCIERR_CAB_FORMAT_LIMIT","features":[502]},{"name":"FCIERR_MCI_FAIL","features":[502]},{"name":"FCIERR_NONE","features":[502]},{"name":"FCIERR_OPEN_SRC","features":[502]},{"name":"FCIERR_READ_SRC","features":[502]},{"name":"FCIERR_TEMP_FILE","features":[502]},{"name":"FCIERR_USER_ABORT","features":[502]},{"name":"FCIFlushCabinet","features":[307,502]},{"name":"FCIFlushFolder","features":[307,502]},{"name":"FDICABINETINFO","features":[307,502]},{"name":"FDICREATE_CPU_TYPE","features":[502]},{"name":"FDICopy","features":[307,502]},{"name":"FDICreate","features":[307,502]},{"name":"FDIDECRYPT","features":[307,502]},{"name":"FDIDECRYPTTYPE","features":[502]},{"name":"FDIDestroy","features":[307,502]},{"name":"FDIERROR","features":[502]},{"name":"FDIERROR_ALLOC_FAIL","features":[502]},{"name":"FDIERROR_BAD_COMPR_TYPE","features":[502]},{"name":"FDIERROR_CABINET_NOT_FOUND","features":[502]},{"name":"FDIERROR_CORRUPT_CABINET","features":[502]},{"name":"FDIERROR_EOF","features":[502]},{"name":"FDIERROR_MDI_FAIL","features":[502]},{"name":"FDIERROR_NONE","features":[502]},{"name":"FDIERROR_NOT_A_CABINET","features":[502]},{"name":"FDIERROR_RESERVE_MISMATCH","features":[502]},{"name":"FDIERROR_TARGET_FILE","features":[502]},{"name":"FDIERROR_UNKNOWN_CABINET_VERSION","features":[502]},{"name":"FDIERROR_USER_ABORT","features":[502]},{"name":"FDIERROR_WRONG_CABINET","features":[502]},{"name":"FDIIsCabinet","features":[307,502]},{"name":"FDINOTIFICATION","features":[502]},{"name":"FDINOTIFICATIONTYPE","features":[502]},{"name":"FDISPILLFILE","features":[502]},{"name":"FDISPILLFILE","features":[502]},{"name":"FDITruncateCabinet","features":[307,502]},{"name":"INCLUDED_FCI","features":[502]},{"name":"INCLUDED_FDI","features":[502]},{"name":"INCLUDED_TYPES_FCI_FDI","features":[502]},{"name":"PFNALLOC","features":[502]},{"name":"PFNCLOSE","features":[502]},{"name":"PFNFCIALLOC","features":[502]},{"name":"PFNFCICLOSE","features":[502]},{"name":"PFNFCIDELETE","features":[502]},{"name":"PFNFCIFILEPLACED","features":[307,502]},{"name":"PFNFCIFREE","features":[502]},{"name":"PFNFCIGETNEXTCABINET","features":[307,502]},{"name":"PFNFCIGETOPENINFO","features":[502]},{"name":"PFNFCIGETTEMPFILE","features":[307,502]},{"name":"PFNFCIOPEN","features":[502]},{"name":"PFNFCIREAD","features":[502]},{"name":"PFNFCISEEK","features":[502]},{"name":"PFNFCISTATUS","features":[502]},{"name":"PFNFCIWRITE","features":[502]},{"name":"PFNFDIDECRYPT","features":[307,502]},{"name":"PFNFDINOTIFY","features":[502]},{"name":"PFNFREE","features":[502]},{"name":"PFNOPEN","features":[502]},{"name":"PFNREAD","features":[502]},{"name":"PFNSEEK","features":[502]},{"name":"PFNWRITE","features":[502]},{"name":"_A_EXEC","features":[502]},{"name":"_A_NAME_IS_UTF","features":[502]},{"name":"cpu80286","features":[502]},{"name":"cpu80386","features":[502]},{"name":"cpuUNKNOWN","features":[502]},{"name":"fdidtDECRYPT","features":[502]},{"name":"fdidtNEW_CABINET","features":[502]},{"name":"fdidtNEW_FOLDER","features":[502]},{"name":"fdintCABINET_INFO","features":[502]},{"name":"fdintCLOSE_FILE_INFO","features":[502]},{"name":"fdintCOPY_FILE","features":[502]},{"name":"fdintENUMERATE","features":[502]},{"name":"fdintNEXT_CABINET","features":[502]},{"name":"fdintPARTIAL_FILE","features":[502]},{"name":"statusCabinet","features":[502]},{"name":"statusFile","features":[502]},{"name":"statusFolder","features":[502]},{"name":"tcompBAD","features":[502]},{"name":"tcompLZX_WINDOW_HI","features":[502]},{"name":"tcompLZX_WINDOW_LO","features":[502]},{"name":"tcompMASK_LZX_WINDOW","features":[502]},{"name":"tcompMASK_QUANTUM_LEVEL","features":[502]},{"name":"tcompMASK_QUANTUM_MEM","features":[502]},{"name":"tcompMASK_RESERVED","features":[502]},{"name":"tcompMASK_TYPE","features":[502]},{"name":"tcompQUANTUM_LEVEL_HI","features":[502]},{"name":"tcompQUANTUM_LEVEL_LO","features":[502]},{"name":"tcompQUANTUM_MEM_HI","features":[502]},{"name":"tcompQUANTUM_MEM_LO","features":[502]},{"name":"tcompSHIFT_LZX_WINDOW","features":[502]},{"name":"tcompSHIFT_QUANTUM_LEVEL","features":[502]},{"name":"tcompSHIFT_QUANTUM_MEM","features":[502]},{"name":"tcompTYPE_LZX","features":[502]},{"name":"tcompTYPE_MSZIP","features":[502]},{"name":"tcompTYPE_NONE","features":[502]},{"name":"tcompTYPE_QUANTUM","features":[502]}],"506":[{"name":"CF_CALLBACK","features":[503,504]},{"name":"CF_CALLBACK_CANCEL_FLAGS","features":[503]},{"name":"CF_CALLBACK_CANCEL_FLAG_IO_ABORTED","features":[503]},{"name":"CF_CALLBACK_CANCEL_FLAG_IO_TIMEOUT","features":[503]},{"name":"CF_CALLBACK_CANCEL_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAGS","features":[503]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETED","features":[503]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAGS","features":[503]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_BACKGROUND","features":[503]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_DEHYDRATED","features":[503]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_DEHYDRATE_FLAGS","features":[503]},{"name":"CF_CALLBACK_DEHYDRATE_FLAG_BACKGROUND","features":[503]},{"name":"CF_CALLBACK_DEHYDRATE_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_DEHYDRATION_REASON","features":[503]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_NONE","features":[503]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_INACTIVITY","features":[503]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_LOW_SPACE","features":[503]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_OS_UPGRADE","features":[503]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_USER_MANUAL","features":[503]},{"name":"CF_CALLBACK_DELETE_COMPLETION_FLAGS","features":[503]},{"name":"CF_CALLBACK_DELETE_COMPLETION_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_DELETE_FLAGS","features":[503]},{"name":"CF_CALLBACK_DELETE_FLAG_IS_DIRECTORY","features":[503]},{"name":"CF_CALLBACK_DELETE_FLAG_IS_UNDELETE","features":[503]},{"name":"CF_CALLBACK_DELETE_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_FETCH_DATA_FLAGS","features":[503]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_EXPLICIT_HYDRATION","features":[503]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_RECOVERY","features":[503]},{"name":"CF_CALLBACK_FETCH_PLACEHOLDERS_FLAGS","features":[503]},{"name":"CF_CALLBACK_FETCH_PLACEHOLDERS_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_INFO","features":[503,504]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAGS","features":[503]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNKNOWN","features":[503]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNSUPPORTED","features":[503]},{"name":"CF_CALLBACK_PARAMETERS","features":[503]},{"name":"CF_CALLBACK_REGISTRATION","features":[503,504]},{"name":"CF_CALLBACK_RENAME_COMPLETION_FLAGS","features":[503]},{"name":"CF_CALLBACK_RENAME_COMPLETION_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_RENAME_FLAGS","features":[503]},{"name":"CF_CALLBACK_RENAME_FLAG_IS_DIRECTORY","features":[503]},{"name":"CF_CALLBACK_RENAME_FLAG_NONE","features":[503]},{"name":"CF_CALLBACK_RENAME_FLAG_SOURCE_IN_SCOPE","features":[503]},{"name":"CF_CALLBACK_RENAME_FLAG_TARGET_IN_SCOPE","features":[503]},{"name":"CF_CALLBACK_TYPE","features":[503]},{"name":"CF_CALLBACK_TYPE_CANCEL_FETCH_DATA","features":[503]},{"name":"CF_CALLBACK_TYPE_CANCEL_FETCH_PLACEHOLDERS","features":[503]},{"name":"CF_CALLBACK_TYPE_FETCH_DATA","features":[503]},{"name":"CF_CALLBACK_TYPE_FETCH_PLACEHOLDERS","features":[503]},{"name":"CF_CALLBACK_TYPE_NONE","features":[503]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DEHYDRATE","features":[503]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DEHYDRATE_COMPLETION","features":[503]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DELETE","features":[503]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DELETE_COMPLETION","features":[503]},{"name":"CF_CALLBACK_TYPE_NOTIFY_FILE_CLOSE_COMPLETION","features":[503]},{"name":"CF_CALLBACK_TYPE_NOTIFY_FILE_OPEN_COMPLETION","features":[503]},{"name":"CF_CALLBACK_TYPE_NOTIFY_RENAME","features":[503]},{"name":"CF_CALLBACK_TYPE_NOTIFY_RENAME_COMPLETION","features":[503]},{"name":"CF_CALLBACK_TYPE_VALIDATE_DATA","features":[503]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAGS","features":[503]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAG_EXPLICIT_HYDRATION","features":[503]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAG_NONE","features":[503]},{"name":"CF_CONNECTION_KEY","features":[503]},{"name":"CF_CONNECT_FLAGS","features":[503]},{"name":"CF_CONNECT_FLAG_BLOCK_SELF_IMPLICIT_HYDRATION","features":[503]},{"name":"CF_CONNECT_FLAG_NONE","features":[503]},{"name":"CF_CONNECT_FLAG_REQUIRE_FULL_FILE_PATH","features":[503]},{"name":"CF_CONNECT_FLAG_REQUIRE_PROCESS_INFO","features":[503]},{"name":"CF_CONVERT_FLAGS","features":[503]},{"name":"CF_CONVERT_FLAG_ALWAYS_FULL","features":[503]},{"name":"CF_CONVERT_FLAG_DEHYDRATE","features":[503]},{"name":"CF_CONVERT_FLAG_ENABLE_ON_DEMAND_POPULATION","features":[503]},{"name":"CF_CONVERT_FLAG_FORCE_CONVERT_TO_CLOUD_FILE","features":[503]},{"name":"CF_CONVERT_FLAG_MARK_IN_SYNC","features":[503]},{"name":"CF_CONVERT_FLAG_NONE","features":[503]},{"name":"CF_CREATE_FLAGS","features":[503]},{"name":"CF_CREATE_FLAG_NONE","features":[503]},{"name":"CF_CREATE_FLAG_STOP_ON_ERROR","features":[503]},{"name":"CF_DEHYDRATE_FLAGS","features":[503]},{"name":"CF_DEHYDRATE_FLAG_BACKGROUND","features":[503]},{"name":"CF_DEHYDRATE_FLAG_NONE","features":[503]},{"name":"CF_FILE_RANGE","features":[503]},{"name":"CF_FS_METADATA","features":[503,326]},{"name":"CF_HARDLINK_POLICY","features":[503]},{"name":"CF_HARDLINK_POLICY_ALLOWED","features":[503]},{"name":"CF_HARDLINK_POLICY_NONE","features":[503]},{"name":"CF_HYDRATE_FLAGS","features":[503]},{"name":"CF_HYDRATE_FLAG_NONE","features":[503]},{"name":"CF_HYDRATION_POLICY","features":[503]},{"name":"CF_HYDRATION_POLICY_ALWAYS_FULL","features":[503]},{"name":"CF_HYDRATION_POLICY_FULL","features":[503]},{"name":"CF_HYDRATION_POLICY_MODIFIER","features":[503]},{"name":"CF_HYDRATION_POLICY_MODIFIER_ALLOW_FULL_RESTART_HYDRATION","features":[503]},{"name":"CF_HYDRATION_POLICY_MODIFIER_AUTO_DEHYDRATION_ALLOWED","features":[503]},{"name":"CF_HYDRATION_POLICY_MODIFIER_NONE","features":[503]},{"name":"CF_HYDRATION_POLICY_MODIFIER_STREAMING_ALLOWED","features":[503]},{"name":"CF_HYDRATION_POLICY_MODIFIER_VALIDATION_REQUIRED","features":[503]},{"name":"CF_HYDRATION_POLICY_PARTIAL","features":[503]},{"name":"CF_HYDRATION_POLICY_PRIMARY","features":[503]},{"name":"CF_HYDRATION_POLICY_PROGRESSIVE","features":[503]},{"name":"CF_INSYNC_POLICY","features":[503]},{"name":"CF_INSYNC_POLICY_NONE","features":[503]},{"name":"CF_INSYNC_POLICY_PRESERVE_INSYNC_FOR_SYNC_ENGINE","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_ALL","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_ALL","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_CREATION_TIME","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_HIDDEN_ATTRIBUTE","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_LAST_WRITE_TIME","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_READONLY_ATTRIBUTE","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_SYSTEM_ATTRIBUTE","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_ALL","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_CREATION_TIME","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_HIDDEN_ATTRIBUTE","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_LAST_WRITE_TIME","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_READONLY_ATTRIBUTE","features":[503]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_SYSTEM_ATTRIBUTE","features":[503]},{"name":"CF_IN_SYNC_STATE","features":[503]},{"name":"CF_IN_SYNC_STATE_IN_SYNC","features":[503]},{"name":"CF_IN_SYNC_STATE_NOT_IN_SYNC","features":[503]},{"name":"CF_MAX_PRIORITY_HINT","features":[503]},{"name":"CF_MAX_PROVIDER_NAME_LENGTH","features":[503]},{"name":"CF_MAX_PROVIDER_VERSION_LENGTH","features":[503]},{"name":"CF_OPEN_FILE_FLAGS","features":[503]},{"name":"CF_OPEN_FILE_FLAG_DELETE_ACCESS","features":[503]},{"name":"CF_OPEN_FILE_FLAG_EXCLUSIVE","features":[503]},{"name":"CF_OPEN_FILE_FLAG_FOREGROUND","features":[503]},{"name":"CF_OPEN_FILE_FLAG_NONE","features":[503]},{"name":"CF_OPEN_FILE_FLAG_WRITE_ACCESS","features":[503]},{"name":"CF_OPERATION_ACK_DATA_FLAGS","features":[503]},{"name":"CF_OPERATION_ACK_DATA_FLAG_NONE","features":[503]},{"name":"CF_OPERATION_ACK_DEHYDRATE_FLAGS","features":[503]},{"name":"CF_OPERATION_ACK_DEHYDRATE_FLAG_NONE","features":[503]},{"name":"CF_OPERATION_ACK_DELETE_FLAGS","features":[503]},{"name":"CF_OPERATION_ACK_DELETE_FLAG_NONE","features":[503]},{"name":"CF_OPERATION_ACK_RENAME_FLAGS","features":[503]},{"name":"CF_OPERATION_ACK_RENAME_FLAG_NONE","features":[503]},{"name":"CF_OPERATION_INFO","features":[503,504]},{"name":"CF_OPERATION_PARAMETERS","features":[307,503,326]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAGS","features":[503]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAG_MARK_IN_SYNC","features":[503]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAG_NONE","features":[503]},{"name":"CF_OPERATION_RETRIEVE_DATA_FLAGS","features":[503]},{"name":"CF_OPERATION_RETRIEVE_DATA_FLAG_NONE","features":[503]},{"name":"CF_OPERATION_TRANSFER_DATA_FLAGS","features":[503]},{"name":"CF_OPERATION_TRANSFER_DATA_FLAG_NONE","features":[503]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAGS","features":[503]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[503]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_NONE","features":[503]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_STOP_ON_ERROR","features":[503]},{"name":"CF_OPERATION_TYPE","features":[503]},{"name":"CF_OPERATION_TYPE_ACK_DATA","features":[503]},{"name":"CF_OPERATION_TYPE_ACK_DEHYDRATE","features":[503]},{"name":"CF_OPERATION_TYPE_ACK_DELETE","features":[503]},{"name":"CF_OPERATION_TYPE_ACK_RENAME","features":[503]},{"name":"CF_OPERATION_TYPE_RESTART_HYDRATION","features":[503]},{"name":"CF_OPERATION_TYPE_RETRIEVE_DATA","features":[503]},{"name":"CF_OPERATION_TYPE_TRANSFER_DATA","features":[503]},{"name":"CF_OPERATION_TYPE_TRANSFER_PLACEHOLDERS","features":[503]},{"name":"CF_PIN_STATE","features":[503]},{"name":"CF_PIN_STATE_EXCLUDED","features":[503]},{"name":"CF_PIN_STATE_INHERIT","features":[503]},{"name":"CF_PIN_STATE_PINNED","features":[503]},{"name":"CF_PIN_STATE_UNPINNED","features":[503]},{"name":"CF_PIN_STATE_UNSPECIFIED","features":[503]},{"name":"CF_PLACEHOLDER_BASIC_INFO","features":[503]},{"name":"CF_PLACEHOLDER_CREATE_FLAGS","features":[503]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_ALWAYS_FULL","features":[503]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[503]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_MARK_IN_SYNC","features":[503]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_NONE","features":[503]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_SUPERSEDE","features":[503]},{"name":"CF_PLACEHOLDER_CREATE_INFO","features":[503,326]},{"name":"CF_PLACEHOLDER_INFO_BASIC","features":[503]},{"name":"CF_PLACEHOLDER_INFO_CLASS","features":[503]},{"name":"CF_PLACEHOLDER_INFO_STANDARD","features":[503]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY","features":[503]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_CONVERT_TO_UNRESTRICTED","features":[503]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_CREATE_UNRESTRICTED","features":[503]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_DEFAULT","features":[503]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_UPDATE_UNRESTRICTED","features":[503]},{"name":"CF_PLACEHOLDER_MAX_FILE_IDENTITY_LENGTH","features":[503]},{"name":"CF_PLACEHOLDER_RANGE_INFO_CLASS","features":[503]},{"name":"CF_PLACEHOLDER_RANGE_INFO_MODIFIED","features":[503]},{"name":"CF_PLACEHOLDER_RANGE_INFO_ONDISK","features":[503]},{"name":"CF_PLACEHOLDER_RANGE_INFO_VALIDATED","features":[503]},{"name":"CF_PLACEHOLDER_STANDARD_INFO","features":[503]},{"name":"CF_PLACEHOLDER_STATE","features":[503]},{"name":"CF_PLACEHOLDER_STATE_ESSENTIAL_PROP_PRESENT","features":[503]},{"name":"CF_PLACEHOLDER_STATE_INVALID","features":[503]},{"name":"CF_PLACEHOLDER_STATE_IN_SYNC","features":[503]},{"name":"CF_PLACEHOLDER_STATE_NO_STATES","features":[503]},{"name":"CF_PLACEHOLDER_STATE_PARTIAL","features":[503]},{"name":"CF_PLACEHOLDER_STATE_PARTIALLY_ON_DISK","features":[503]},{"name":"CF_PLACEHOLDER_STATE_PLACEHOLDER","features":[503]},{"name":"CF_PLACEHOLDER_STATE_SYNC_ROOT","features":[503]},{"name":"CF_PLATFORM_INFO","features":[503]},{"name":"CF_POPULATION_POLICY","features":[503]},{"name":"CF_POPULATION_POLICY_ALWAYS_FULL","features":[503]},{"name":"CF_POPULATION_POLICY_FULL","features":[503]},{"name":"CF_POPULATION_POLICY_MODIFIER","features":[503]},{"name":"CF_POPULATION_POLICY_MODIFIER_NONE","features":[503]},{"name":"CF_POPULATION_POLICY_PARTIAL","features":[503]},{"name":"CF_POPULATION_POLICY_PRIMARY","features":[503]},{"name":"CF_PROCESS_INFO","features":[503]},{"name":"CF_PROVIDER_STATUS_CLEAR_FLAGS","features":[503]},{"name":"CF_PROVIDER_STATUS_CONNECTIVITY_LOST","features":[503]},{"name":"CF_PROVIDER_STATUS_DISCONNECTED","features":[503]},{"name":"CF_PROVIDER_STATUS_ERROR","features":[503]},{"name":"CF_PROVIDER_STATUS_IDLE","features":[503]},{"name":"CF_PROVIDER_STATUS_POPULATE_CONTENT","features":[503]},{"name":"CF_PROVIDER_STATUS_POPULATE_METADATA","features":[503]},{"name":"CF_PROVIDER_STATUS_POPULATE_NAMESPACE","features":[503]},{"name":"CF_PROVIDER_STATUS_SYNC_FULL","features":[503]},{"name":"CF_PROVIDER_STATUS_SYNC_INCREMENTAL","features":[503]},{"name":"CF_PROVIDER_STATUS_TERMINATED","features":[503]},{"name":"CF_REGISTER_FLAGS","features":[503]},{"name":"CF_REGISTER_FLAG_DISABLE_ON_DEMAND_POPULATION_ON_ROOT","features":[503]},{"name":"CF_REGISTER_FLAG_MARK_IN_SYNC_ON_ROOT","features":[503]},{"name":"CF_REGISTER_FLAG_NONE","features":[503]},{"name":"CF_REGISTER_FLAG_UPDATE","features":[503]},{"name":"CF_REQUEST_KEY_DEFAULT","features":[503]},{"name":"CF_REVERT_FLAGS","features":[503]},{"name":"CF_REVERT_FLAG_NONE","features":[503]},{"name":"CF_SET_IN_SYNC_FLAGS","features":[503]},{"name":"CF_SET_IN_SYNC_FLAG_NONE","features":[503]},{"name":"CF_SET_PIN_FLAGS","features":[503]},{"name":"CF_SET_PIN_FLAG_NONE","features":[503]},{"name":"CF_SET_PIN_FLAG_RECURSE","features":[503]},{"name":"CF_SET_PIN_FLAG_RECURSE_ONLY","features":[503]},{"name":"CF_SET_PIN_FLAG_RECURSE_STOP_ON_ERROR","features":[503]},{"name":"CF_SYNC_POLICIES","features":[503]},{"name":"CF_SYNC_PROVIDER_STATUS","features":[503]},{"name":"CF_SYNC_REGISTRATION","features":[503]},{"name":"CF_SYNC_ROOT_BASIC_INFO","features":[503]},{"name":"CF_SYNC_ROOT_INFO_BASIC","features":[503]},{"name":"CF_SYNC_ROOT_INFO_CLASS","features":[503]},{"name":"CF_SYNC_ROOT_INFO_PROVIDER","features":[503]},{"name":"CF_SYNC_ROOT_INFO_STANDARD","features":[503]},{"name":"CF_SYNC_ROOT_PROVIDER_INFO","features":[503]},{"name":"CF_SYNC_ROOT_STANDARD_INFO","features":[503]},{"name":"CF_SYNC_STATUS","features":[503]},{"name":"CF_UPDATE_FLAGS","features":[503]},{"name":"CF_UPDATE_FLAG_ALLOW_PARTIAL","features":[503]},{"name":"CF_UPDATE_FLAG_ALWAYS_FULL","features":[503]},{"name":"CF_UPDATE_FLAG_CLEAR_IN_SYNC","features":[503]},{"name":"CF_UPDATE_FLAG_DEHYDRATE","features":[503]},{"name":"CF_UPDATE_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[503]},{"name":"CF_UPDATE_FLAG_ENABLE_ON_DEMAND_POPULATION","features":[503]},{"name":"CF_UPDATE_FLAG_MARK_IN_SYNC","features":[503]},{"name":"CF_UPDATE_FLAG_NONE","features":[503]},{"name":"CF_UPDATE_FLAG_PASSTHROUGH_FS_METADATA","features":[503]},{"name":"CF_UPDATE_FLAG_REMOVE_FILE_IDENTITY","features":[503]},{"name":"CF_UPDATE_FLAG_REMOVE_PROPERTY","features":[503]},{"name":"CF_UPDATE_FLAG_VERIFY_IN_SYNC","features":[503]},{"name":"CfCloseHandle","features":[307,503]},{"name":"CfConnectSyncRoot","features":[503,504]},{"name":"CfConvertToPlaceholder","features":[307,503,312]},{"name":"CfCreatePlaceholders","features":[503,326]},{"name":"CfDehydratePlaceholder","features":[307,503,312]},{"name":"CfDisconnectSyncRoot","features":[503]},{"name":"CfExecute","features":[307,503,326,504]},{"name":"CfGetCorrelationVector","features":[307,503,504]},{"name":"CfGetPlaceholderInfo","features":[307,503]},{"name":"CfGetPlaceholderRangeInfo","features":[307,503]},{"name":"CfGetPlaceholderRangeInfoForHydration","features":[503]},{"name":"CfGetPlaceholderStateFromAttributeTag","features":[503]},{"name":"CfGetPlaceholderStateFromFileInfo","features":[503,326]},{"name":"CfGetPlaceholderStateFromFindData","features":[307,503,326]},{"name":"CfGetPlatformInfo","features":[503]},{"name":"CfGetSyncRootInfoByHandle","features":[307,503]},{"name":"CfGetSyncRootInfoByPath","features":[503]},{"name":"CfGetTransferKey","features":[307,503]},{"name":"CfGetWin32HandleFromProtectedHandle","features":[307,503]},{"name":"CfHydratePlaceholder","features":[307,503,312]},{"name":"CfOpenFileWithOplock","features":[307,503]},{"name":"CfQuerySyncProviderStatus","features":[503]},{"name":"CfReferenceProtectedHandle","features":[307,503]},{"name":"CfRegisterSyncRoot","features":[503]},{"name":"CfReleaseProtectedHandle","features":[307,503]},{"name":"CfReleaseTransferKey","features":[307,503]},{"name":"CfReportProviderProgress","features":[503]},{"name":"CfReportProviderProgress2","features":[503]},{"name":"CfReportSyncStatus","features":[503]},{"name":"CfRevertPlaceholder","features":[307,503,312]},{"name":"CfSetCorrelationVector","features":[307,503,504]},{"name":"CfSetInSyncState","features":[307,503]},{"name":"CfSetPinState","features":[307,503,312]},{"name":"CfUnregisterSyncRoot","features":[503]},{"name":"CfUpdatePlaceholder","features":[307,503,326,312]},{"name":"CfUpdateSyncProviderStatus","features":[503]}],"507":[{"name":"COMPRESSOR_HANDLE","features":[505]},{"name":"COMPRESS_ALGORITHM","features":[505]},{"name":"COMPRESS_ALGORITHM_INVALID","features":[505]},{"name":"COMPRESS_ALGORITHM_LZMS","features":[505]},{"name":"COMPRESS_ALGORITHM_MAX","features":[505]},{"name":"COMPRESS_ALGORITHM_MSZIP","features":[505]},{"name":"COMPRESS_ALGORITHM_NULL","features":[505]},{"name":"COMPRESS_ALGORITHM_XPRESS","features":[505]},{"name":"COMPRESS_ALGORITHM_XPRESS_HUFF","features":[505]},{"name":"COMPRESS_ALLOCATION_ROUTINES","features":[505]},{"name":"COMPRESS_INFORMATION_CLASS","features":[505]},{"name":"COMPRESS_INFORMATION_CLASS_BLOCK_SIZE","features":[505]},{"name":"COMPRESS_INFORMATION_CLASS_INVALID","features":[505]},{"name":"COMPRESS_INFORMATION_CLASS_LEVEL","features":[505]},{"name":"COMPRESS_RAW","features":[505]},{"name":"CloseCompressor","features":[307,505]},{"name":"CloseDecompressor","features":[307,505]},{"name":"Compress","features":[307,505]},{"name":"CreateCompressor","features":[307,505]},{"name":"CreateDecompressor","features":[307,505]},{"name":"DECOMPRESSOR_HANDLE","features":[505]},{"name":"Decompress","features":[307,505]},{"name":"PFN_COMPRESS_ALLOCATE","features":[505]},{"name":"PFN_COMPRESS_FREE","features":[505]},{"name":"QueryCompressorInformation","features":[307,505]},{"name":"QueryDecompressorInformation","features":[307,505]},{"name":"ResetCompressor","features":[307,505]},{"name":"ResetDecompressor","features":[307,505]},{"name":"SetCompressorInformation","features":[307,505]},{"name":"SetDecompressorInformation","features":[307,505]}],"508":[{"name":"DDP_FILE_EXTENT","features":[506]},{"name":"DEDUP_BACKUP_SUPPORT_PARAM_TYPE","features":[506]},{"name":"DEDUP_CHUNKLIB_MAX_CHUNKS_ENUM","features":[506]},{"name":"DEDUP_CHUNK_INFO_HASH32","features":[506]},{"name":"DEDUP_CONTAINER_EXTENT","features":[506]},{"name":"DEDUP_PT_AvgChunkSizeBytes","features":[506]},{"name":"DEDUP_PT_DisableStrongHashComputation","features":[506]},{"name":"DEDUP_PT_InvariantChunking","features":[506]},{"name":"DEDUP_PT_MaxChunkSizeBytes","features":[506]},{"name":"DEDUP_PT_MinChunkSizeBytes","features":[506]},{"name":"DEDUP_RECONSTRUCT_OPTIMIZED","features":[506]},{"name":"DEDUP_RECONSTRUCT_UNOPTIMIZED","features":[506]},{"name":"DEDUP_SET_PARAM_TYPE","features":[506]},{"name":"DedupBackupSupport","features":[506]},{"name":"DedupChunk","features":[506]},{"name":"DedupChunkFlags","features":[506]},{"name":"DedupChunkFlags_Compressed","features":[506]},{"name":"DedupChunkFlags_None","features":[506]},{"name":"DedupChunkingAlgorithm","features":[506]},{"name":"DedupChunkingAlgorithm_Unknonwn","features":[506]},{"name":"DedupChunkingAlgorithm_V1","features":[506]},{"name":"DedupCompressionAlgorithm","features":[506]},{"name":"DedupCompressionAlgorithm_Unknonwn","features":[506]},{"name":"DedupCompressionAlgorithm_Xpress","features":[506]},{"name":"DedupDataPort","features":[506]},{"name":"DedupDataPortManagerOption","features":[506]},{"name":"DedupDataPortManagerOption_AutoStart","features":[506]},{"name":"DedupDataPortManagerOption_None","features":[506]},{"name":"DedupDataPortManagerOption_SkipReconciliation","features":[506]},{"name":"DedupDataPortRequestStatus","features":[506]},{"name":"DedupDataPortRequestStatus_Complete","features":[506]},{"name":"DedupDataPortRequestStatus_Failed","features":[506]},{"name":"DedupDataPortRequestStatus_Partial","features":[506]},{"name":"DedupDataPortRequestStatus_Processing","features":[506]},{"name":"DedupDataPortRequestStatus_Queued","features":[506]},{"name":"DedupDataPortRequestStatus_Unknown","features":[506]},{"name":"DedupDataPortVolumeStatus","features":[506]},{"name":"DedupDataPortVolumeStatus_Initializing","features":[506]},{"name":"DedupDataPortVolumeStatus_Maintenance","features":[506]},{"name":"DedupDataPortVolumeStatus_NotAvailable","features":[506]},{"name":"DedupDataPortVolumeStatus_NotEnabled","features":[506]},{"name":"DedupDataPortVolumeStatus_Ready","features":[506]},{"name":"DedupDataPortVolumeStatus_Shutdown","features":[506]},{"name":"DedupDataPortVolumeStatus_Unknown","features":[506]},{"name":"DedupHash","features":[506]},{"name":"DedupHashingAlgorithm","features":[506]},{"name":"DedupHashingAlgorithm_Unknonwn","features":[506]},{"name":"DedupHashingAlgorithm_V1","features":[506]},{"name":"DedupStream","features":[506]},{"name":"DedupStreamEntry","features":[506]},{"name":"IDedupBackupSupport","features":[506]},{"name":"IDedupChunkLibrary","features":[506]},{"name":"IDedupDataPort","features":[506]},{"name":"IDedupDataPortManager","features":[506]},{"name":"IDedupIterateChunksHash32","features":[506]},{"name":"IDedupReadFileCallback","features":[506]}],"509":[{"name":"DFS_ADD_VOLUME","features":[507]},{"name":"DFS_FORCE_REMOVE","features":[507]},{"name":"DFS_GET_PKT_ENTRY_STATE_ARG","features":[507]},{"name":"DFS_INFO_1","features":[507]},{"name":"DFS_INFO_100","features":[507]},{"name":"DFS_INFO_101","features":[507]},{"name":"DFS_INFO_102","features":[507]},{"name":"DFS_INFO_103","features":[507]},{"name":"DFS_INFO_104","features":[507]},{"name":"DFS_INFO_105","features":[507]},{"name":"DFS_INFO_106","features":[507]},{"name":"DFS_INFO_107","features":[310,507]},{"name":"DFS_INFO_150","features":[310,507]},{"name":"DFS_INFO_1_32","features":[507]},{"name":"DFS_INFO_2","features":[507]},{"name":"DFS_INFO_200","features":[507]},{"name":"DFS_INFO_2_32","features":[507]},{"name":"DFS_INFO_3","features":[507]},{"name":"DFS_INFO_300","features":[507]},{"name":"DFS_INFO_3_32","features":[507]},{"name":"DFS_INFO_4","features":[507]},{"name":"DFS_INFO_4_32","features":[507]},{"name":"DFS_INFO_5","features":[507]},{"name":"DFS_INFO_50","features":[507]},{"name":"DFS_INFO_6","features":[507]},{"name":"DFS_INFO_7","features":[507]},{"name":"DFS_INFO_8","features":[310,507]},{"name":"DFS_INFO_9","features":[310,507]},{"name":"DFS_MOVE_FLAG_REPLACE_IF_EXISTS","features":[507]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN","features":[507]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_COMBINED","features":[507]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_DOMAIN","features":[507]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_SERVER","features":[507]},{"name":"DFS_PROPERTY_FLAG_ABDE","features":[507]},{"name":"DFS_PROPERTY_FLAG_CLUSTER_ENABLED","features":[507]},{"name":"DFS_PROPERTY_FLAG_INSITE_REFERRALS","features":[507]},{"name":"DFS_PROPERTY_FLAG_ROOT_SCALABILITY","features":[507]},{"name":"DFS_PROPERTY_FLAG_SITE_COSTING","features":[507]},{"name":"DFS_PROPERTY_FLAG_TARGET_FAILBACK","features":[507]},{"name":"DFS_RESTORE_VOLUME","features":[507]},{"name":"DFS_SITELIST_INFO","features":[507]},{"name":"DFS_SITENAME_INFO","features":[507]},{"name":"DFS_SITE_PRIMARY","features":[507]},{"name":"DFS_STORAGE_FLAVOR_UNUSED2","features":[507]},{"name":"DFS_STORAGE_INFO","features":[507]},{"name":"DFS_STORAGE_INFO_0_32","features":[507]},{"name":"DFS_STORAGE_INFO_1","features":[507]},{"name":"DFS_STORAGE_STATES","features":[507]},{"name":"DFS_STORAGE_STATE_ACTIVE","features":[507]},{"name":"DFS_STORAGE_STATE_OFFLINE","features":[507]},{"name":"DFS_STORAGE_STATE_ONLINE","features":[507]},{"name":"DFS_SUPPORTED_NAMESPACE_VERSION_INFO","features":[507]},{"name":"DFS_TARGET_PRIORITY","features":[507]},{"name":"DFS_TARGET_PRIORITY_CLASS","features":[507]},{"name":"DFS_VOLUME_FLAVORS","features":[507]},{"name":"DFS_VOLUME_FLAVOR_AD_BLOB","features":[507]},{"name":"DFS_VOLUME_FLAVOR_STANDALONE","features":[507]},{"name":"DFS_VOLUME_FLAVOR_UNUSED1","features":[507]},{"name":"DFS_VOLUME_STATES","features":[507]},{"name":"DFS_VOLUME_STATE_FORCE_SYNC","features":[507]},{"name":"DFS_VOLUME_STATE_INCONSISTENT","features":[507]},{"name":"DFS_VOLUME_STATE_OFFLINE","features":[507]},{"name":"DFS_VOLUME_STATE_OK","features":[507]},{"name":"DFS_VOLUME_STATE_ONLINE","features":[507]},{"name":"DFS_VOLUME_STATE_RESYNCHRONIZE","features":[507]},{"name":"DFS_VOLUME_STATE_STANDBY","features":[507]},{"name":"DfsGlobalHighPriorityClass","features":[507]},{"name":"DfsGlobalLowPriorityClass","features":[507]},{"name":"DfsInvalidPriorityClass","features":[507]},{"name":"DfsSiteCostHighPriorityClass","features":[507]},{"name":"DfsSiteCostLowPriorityClass","features":[507]},{"name":"DfsSiteCostNormalPriorityClass","features":[507]},{"name":"FSCTL_DFS_BASE","features":[507]},{"name":"FSCTL_DFS_GET_PKT_ENTRY_STATE","features":[507]},{"name":"NET_DFS_SETDC_FLAGS","features":[507]},{"name":"NET_DFS_SETDC_INITPKT","features":[507]},{"name":"NET_DFS_SETDC_TIMEOUT","features":[507]},{"name":"NetDfsAdd","features":[507]},{"name":"NetDfsAddFtRoot","features":[507]},{"name":"NetDfsAddRootTarget","features":[507]},{"name":"NetDfsAddStdRoot","features":[507]},{"name":"NetDfsEnum","features":[507]},{"name":"NetDfsGetClientInfo","features":[507]},{"name":"NetDfsGetFtContainerSecurity","features":[310,507]},{"name":"NetDfsGetInfo","features":[507]},{"name":"NetDfsGetSecurity","features":[310,507]},{"name":"NetDfsGetStdContainerSecurity","features":[310,507]},{"name":"NetDfsGetSupportedNamespaceVersion","features":[507]},{"name":"NetDfsMove","features":[507]},{"name":"NetDfsRemove","features":[507]},{"name":"NetDfsRemoveFtRoot","features":[507]},{"name":"NetDfsRemoveFtRootForced","features":[507]},{"name":"NetDfsRemoveRootTarget","features":[507]},{"name":"NetDfsRemoveStdRoot","features":[507]},{"name":"NetDfsSetClientInfo","features":[507]},{"name":"NetDfsSetFtContainerSecurity","features":[310,507]},{"name":"NetDfsSetInfo","features":[507]},{"name":"NetDfsSetSecurity","features":[310,507]},{"name":"NetDfsSetStdContainerSecurity","features":[310,507]}],"510":[{"name":"ACT_AUTHORIZATION_STATE","features":[508]},{"name":"ACT_AUTHORIZATION_STATE_VALUE","features":[508]},{"name":"ACT_AUTHORIZED","features":[508]},{"name":"ACT_AUTHORIZE_ON_RESUME","features":[508]},{"name":"ACT_AUTHORIZE_ON_SESSION_UNLOCK","features":[508]},{"name":"ACT_UNAUTHORIZED","features":[508]},{"name":"ACT_UNAUTHORIZE_ON_SESSION_LOCK","features":[508]},{"name":"ACT_UNAUTHORIZE_ON_SUSPEND","features":[508]},{"name":"APPUSERMODEL_STARTPINOPTION_DEFAULT","features":[508]},{"name":"APPUSERMODEL_STARTPINOPTION_NOPINONINSTALL","features":[508]},{"name":"APPUSERMODEL_STARTPINOPTION_USERPINNED","features":[508]},{"name":"AUDIO_CHANNELCOUNT_MONO","features":[508]},{"name":"AUDIO_CHANNELCOUNT_STEREO","features":[508]},{"name":"BLUETOOTH_ADDRESS_TYPE_PUBLIC","features":[508]},{"name":"BLUETOOTH_ADDRESS_TYPE_RANDOM","features":[508]},{"name":"BLUETOOTH_CACHED_MODE_UNCACHED","features":[508]},{"name":"BLUETOOTH_CACHE_MODE_CACHED","features":[508]},{"name":"CERT_CAPABILITY_ASYMMETRIC_KEY_CRYPTOGRAPHY","features":[508]},{"name":"CERT_CAPABILITY_CERTIFICATE_SUPPORT","features":[508]},{"name":"CERT_CAPABILITY_HASH_ALG","features":[508]},{"name":"CERT_CAPABILITY_OPTIONAL_FEATURES","features":[508]},{"name":"CERT_CAPABILITY_SIGNATURE_ALG","features":[508]},{"name":"CERT_MAX_CAPABILITY","features":[508]},{"name":"CERT_RSASSA_PSS_SHA1_OID","features":[508]},{"name":"CERT_RSASSA_PSS_SHA256_OID","features":[508]},{"name":"CERT_RSASSA_PSS_SHA384_OID","features":[508]},{"name":"CERT_RSASSA_PSS_SHA512_OID","features":[508]},{"name":"CERT_RSA_1024_OID","features":[508]},{"name":"CERT_RSA_2048_OID","features":[508]},{"name":"CERT_RSA_3072_OID","features":[508]},{"name":"CERT_TYPE_ASCh","features":[508]},{"name":"CERT_TYPE_ASCm","features":[508]},{"name":"CERT_TYPE_EMPTY","features":[508]},{"name":"CERT_TYPE_HCh","features":[508]},{"name":"CERT_TYPE_PCp","features":[508]},{"name":"CERT_TYPE_SIGNER","features":[508]},{"name":"CERT_VALIDATION_POLICY_BASIC","features":[508]},{"name":"CERT_VALIDATION_POLICY_EXTENDED","features":[508]},{"name":"CERT_VALIDATION_POLICY_NONE","features":[508]},{"name":"CERT_VALIDATION_POLICY_RESERVED","features":[508]},{"name":"CREATOROPENWITHUIOPTION_HIDDEN","features":[508]},{"name":"CREATOROPENWITHUIOPTION_VISIBLE","features":[508]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_AUTHENTICATED","features":[508]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_AUTHENTICATION_DENIED","features":[508]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_DEVICE_ERROR","features":[508]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_NOT_AUTHENTICATED","features":[508]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_NO_AUTHENTICATION_REQUIRED","features":[508]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_UNKNOWN","features":[508]},{"name":"ENHANCED_STORAGE_CAPABILITY_ASYMMETRIC_KEY_CRYPTOGRAPHY","features":[508,380]},{"name":"ENHANCED_STORAGE_CAPABILITY_CERTIFICATE_EXTENSION_PARSING","features":[508,380]},{"name":"ENHANCED_STORAGE_CAPABILITY_HASH_ALGS","features":[508,380]},{"name":"ENHANCED_STORAGE_CAPABILITY_RENDER_USER_DATA_UNUSABLE","features":[508,380]},{"name":"ENHANCED_STORAGE_CAPABILITY_SIGNING_ALGS","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_ADMIN_CERTIFICATE_AUTHENTICATION","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_CREATE_CERTIFICATE_REQUEST","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_DEVICE_CERTIFICATE_AUTHENTICATION","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_ACT_FRIENDLY_NAME","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_CERTIFICATE","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_CERTIFICATE_COUNT","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_CAPABILITIES","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_CAPABILITY","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_GUID","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_HOST_CERTIFICATE_AUTHENTICATION","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_INITIALIZE_TO_MANUFACTURER_STATE","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_SET_CERTIFICATE","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_UNAUTHENTICATION","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_AUTHORIZE_ACT_ACCESS","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_CHANGE_PASSWORD","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_CONFIG_ADMINISTRATOR","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_CREATE_USER","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_DELETE_USER","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_INITIALIZE_USER_PASSWORD","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_QUERY_INFORMATION","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_START_INITIALIZE_TO_MANUFACTURER_STATE","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_UNAUTHORIZE_ACT_ACCESS","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_SILO_ENUMERATE_SILOS","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_SILO_GET_AUTHENTICATION_STATE","features":[508,380]},{"name":"ENHANCED_STORAGE_COMMAND_SILO_IS_AUTHENTICATION_SILO","features":[508,380]},{"name":"ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION","features":[307,508]},{"name":"ENHANCED_STORAGE_PROPERTY_ADMIN_HINT","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_AUTHENTICATION_STATE","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_ACT_FRIENDLY_NAME","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_CAPABILITY_TYPE","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_INDEX","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_LENGTH","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_REQUEST","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_CAPABILITIES","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_CAPABILITY","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_GUID","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_TYPE","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_IS_AUTHENTICATION_SILO","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_MAX_AUTH_FAILURES","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_MAX_CERTIFICATE_COUNT","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_NEW_PASSWORD","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_NEW_PASSWORD_INDICATOR","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_NEXT_CERTIFICATE_INDEX","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_NEXT_CERTIFICATE_OF_TYPE_INDEX","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_OLD_PASSWORD","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_PASSWORD","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_PASSWORD_INDICATOR","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_PASSWORD_SILO_INFO","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_QUERY_SILO_RESULTS","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_QUERY_SILO_TYPE","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_SECURITY_IDENTIFIER","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_SIGNER_CERTIFICATE_INDEX","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_SILO_FRIENDLYNAME_SPECIFIED","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_SILO_NAME","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_STORED_CERTIFICATE_COUNT","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_TEMPORARY_UNAUTHENTICATION","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_USER_HINT","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_USER_NAME","features":[508,380]},{"name":"ENHANCED_STORAGE_PROPERTY_VALIDATION_POLICY","features":[508,380]},{"name":"ES_AUTHN_ERROR_END","features":[508]},{"name":"ES_AUTHN_ERROR_START","features":[508]},{"name":"ES_E_AUTHORIZED_UNEXPECTED","features":[508]},{"name":"ES_E_BAD_SEQUENCE","features":[508]},{"name":"ES_E_CHALLENGE_MISMATCH","features":[508]},{"name":"ES_E_CHALLENGE_SIZE_MISMATCH","features":[508]},{"name":"ES_E_DEVICE_DIGEST_MISSING","features":[508]},{"name":"ES_E_FRIENDLY_NAME_TOO_LONG","features":[508]},{"name":"ES_E_GROUP_POLICY_FORBIDDEN_OPERATION","features":[508]},{"name":"ES_E_GROUP_POLICY_FORBIDDEN_USE","features":[508]},{"name":"ES_E_INCOMPLETE_COMMAND","features":[508]},{"name":"ES_E_INCONSISTENT_PARAM_LENGTH","features":[508]},{"name":"ES_E_INVALID_CAPABILITY","features":[508]},{"name":"ES_E_INVALID_FIELD_IDENTIFIER","features":[508]},{"name":"ES_E_INVALID_PARAM_COMBINATION","features":[508]},{"name":"ES_E_INVALID_PARAM_LENGTH","features":[508]},{"name":"ES_E_INVALID_RESPONSE","features":[508]},{"name":"ES_E_INVALID_SILO","features":[508]},{"name":"ES_E_NOT_AUTHORIZED_UNEXPECTED","features":[508]},{"name":"ES_E_NO_AUTHENTICATION_REQUIRED","features":[508]},{"name":"ES_E_NO_PROBE","features":[508]},{"name":"ES_E_OTHER_SECURITY_PROTOCOL_ACTIVE","features":[508]},{"name":"ES_E_PASSWORD_HINT_TOO_LONG","features":[508]},{"name":"ES_E_PASSWORD_TOO_LONG","features":[508]},{"name":"ES_E_PROVISIONED_UNEXPECTED","features":[508]},{"name":"ES_E_SILO_NAME_TOO_LONG","features":[508]},{"name":"ES_E_UNKNOWN_DIGEST_ALGORITHM","features":[508]},{"name":"ES_E_UNPROVISIONED_HARDWARE","features":[508]},{"name":"ES_E_UNSUPPORTED_HARDWARE","features":[508]},{"name":"ES_GENERAL_ERROR_END","features":[508]},{"name":"ES_GENERAL_ERROR_START","features":[508]},{"name":"ES_PW_SILO_ERROR_END","features":[508]},{"name":"ES_PW_SILO_ERROR_START","features":[508]},{"name":"ES_RESERVED_COM_ERROR_END","features":[508]},{"name":"ES_RESERVED_COM_ERROR_START","features":[508]},{"name":"ES_RESERVED_SILO_ERROR_END","features":[508]},{"name":"ES_RESERVED_SILO_ERROR_START","features":[508]},{"name":"ES_RESERVED_SILO_SPECIFIC_ERROR_END","features":[508]},{"name":"ES_RESERVED_SILO_SPECIFIC_ERROR_START","features":[508]},{"name":"ES_VENDOR_ERROR_END","features":[508]},{"name":"ES_VENDOR_ERROR_START","features":[508]},{"name":"EnhancedStorageACT","features":[508]},{"name":"EnhancedStorageSilo","features":[508]},{"name":"EnhancedStorageSiloAction","features":[508]},{"name":"EnumEnhancedStorageACT","features":[508]},{"name":"FACILITY_ENHANCED_STORAGE","features":[508]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_COMPLETE","features":[508]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_COMPLETE_PINNED","features":[508]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_EXCLUDED","features":[508]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_FOLDER_EMPTY","features":[508]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_NOTAVAILABLEOFFLINE","features":[508]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_PARTIAL","features":[508]},{"name":"FLAGSTATUS_COMPLETED","features":[508]},{"name":"FLAGSTATUS_FOLLOWUP","features":[508]},{"name":"FLAGSTATUS_NOTFLAGGED","features":[508]},{"name":"GUID_DEVINTERFACE_ENHANCED_STORAGE_SILO","features":[508]},{"name":"HOMEGROUPING_FREQUENT","features":[508]},{"name":"HOMEGROUPING_PINNED","features":[508]},{"name":"HOMEGROUPING_RECENT","features":[508]},{"name":"HOMEGROUPING_RECOMMENDATIONS","features":[508]},{"name":"HOMEGROUPING_UNSPECIFIED","features":[508]},{"name":"IEnhancedStorageACT","features":[508]},{"name":"IEnhancedStorageACT2","features":[508]},{"name":"IEnhancedStorageACT3","features":[508]},{"name":"IEnhancedStorageSilo","features":[508]},{"name":"IEnhancedStorageSiloAction","features":[508]},{"name":"IEnumEnhancedStorageACT","features":[508]},{"name":"IMPORTANCE_HIGH_MAX","features":[508]},{"name":"IMPORTANCE_HIGH_MIN","features":[508]},{"name":"IMPORTANCE_HIGH_SET","features":[508]},{"name":"IMPORTANCE_LOW_MAX","features":[508]},{"name":"IMPORTANCE_LOW_MIN","features":[508]},{"name":"IMPORTANCE_LOW_SET","features":[508]},{"name":"IMPORTANCE_NORMAL_MAX","features":[508]},{"name":"IMPORTANCE_NORMAL_MIN","features":[508]},{"name":"IMPORTANCE_NORMAL_SET","features":[508]},{"name":"ISDEFAULTSAVE_BOTH","features":[508]},{"name":"ISDEFAULTSAVE_NONE","features":[508]},{"name":"ISDEFAULTSAVE_NONOWNER","features":[508]},{"name":"ISDEFAULTSAVE_OWNER","features":[508]},{"name":"KIND_CALENDAR","features":[508]},{"name":"KIND_COMMUNICATION","features":[508]},{"name":"KIND_CONTACT","features":[508]},{"name":"KIND_DOCUMENT","features":[508]},{"name":"KIND_EMAIL","features":[508]},{"name":"KIND_FEED","features":[508]},{"name":"KIND_FOLDER","features":[508]},{"name":"KIND_GAME","features":[508]},{"name":"KIND_INSTANTMESSAGE","features":[508]},{"name":"KIND_JOURNAL","features":[508]},{"name":"KIND_LINK","features":[508]},{"name":"KIND_MOVIE","features":[508]},{"name":"KIND_MUSIC","features":[508]},{"name":"KIND_NOTE","features":[508]},{"name":"KIND_PICTURE","features":[508]},{"name":"KIND_PLAYLIST","features":[508]},{"name":"KIND_PROGRAM","features":[508]},{"name":"KIND_RECORDEDTV","features":[508]},{"name":"KIND_SEARCHFOLDER","features":[508]},{"name":"KIND_TASK","features":[508]},{"name":"KIND_UNKNOWN","features":[508]},{"name":"KIND_VIDEO","features":[508]},{"name":"KIND_WEBHISTORY","features":[508]},{"name":"LAYOUTPATTERN_CVMFB_ALPHA","features":[508]},{"name":"LAYOUTPATTERN_CVMFB_BETA","features":[508]},{"name":"LAYOUTPATTERN_CVMFB_DELTA","features":[508]},{"name":"LAYOUTPATTERN_CVMFB_GAMMA","features":[508]},{"name":"LAYOUTPATTERN_CVMFS_ALPHA","features":[508]},{"name":"LAYOUTPATTERN_CVMFS_BETA","features":[508]},{"name":"LAYOUTPATTERN_CVMFS_DELTA","features":[508]},{"name":"LAYOUTPATTERN_CVMFS_GAMMA","features":[508]},{"name":"LINK_STATUS_BROKEN","features":[508]},{"name":"LINK_STATUS_RESOLVED","features":[508]},{"name":"OFFLINEAVAILABILITY_ALWAYS_AVAILABLE","features":[508]},{"name":"OFFLINEAVAILABILITY_AVAILABLE","features":[508]},{"name":"OFFLINEAVAILABILITY_NOT_AVAILABLE","features":[508]},{"name":"OFFLINESTATUS_OFFLINE","features":[508]},{"name":"OFFLINESTATUS_OFFLINE_ERROR","features":[508]},{"name":"OFFLINESTATUS_OFFLINE_FORCED","features":[508]},{"name":"OFFLINESTATUS_OFFLINE_ITEM_VERSION_CONFLICT","features":[508]},{"name":"OFFLINESTATUS_OFFLINE_SLOW","features":[508]},{"name":"OFFLINESTATUS_OFFLINE_SUSPENDED","features":[508]},{"name":"OFFLINESTATUS_ONLINE","features":[508]},{"name":"PHOTO_CONTRAST_HARD","features":[508]},{"name":"PHOTO_CONTRAST_NORMAL","features":[508]},{"name":"PHOTO_CONTRAST_SOFT","features":[508]},{"name":"PHOTO_EXPOSUREPROGRAM_ACTION","features":[508]},{"name":"PHOTO_EXPOSUREPROGRAM_APERTURE","features":[508]},{"name":"PHOTO_EXPOSUREPROGRAM_CREATIVE","features":[508]},{"name":"PHOTO_EXPOSUREPROGRAM_LANDSCAPE","features":[508]},{"name":"PHOTO_EXPOSUREPROGRAM_MANUAL","features":[508]},{"name":"PHOTO_EXPOSUREPROGRAM_NORMAL","features":[508]},{"name":"PHOTO_EXPOSUREPROGRAM_PORTRAIT","features":[508]},{"name":"PHOTO_EXPOSUREPROGRAM_SHUTTER","features":[508]},{"name":"PHOTO_EXPOSUREPROGRAM_UNKNOWN","features":[508]},{"name":"PHOTO_FLASH_FLASH","features":[508]},{"name":"PHOTO_FLASH_FLASH_AUTO","features":[508]},{"name":"PHOTO_FLASH_FLASH_AUTO_NORETURNLIGHT","features":[508]},{"name":"PHOTO_FLASH_FLASH_AUTO_REDEYE","features":[508]},{"name":"PHOTO_FLASH_FLASH_AUTO_REDEYE_NORETURNLIGHT","features":[508]},{"name":"PHOTO_FLASH_FLASH_AUTO_REDEYE_RETURNLIGHT","features":[508]},{"name":"PHOTO_FLASH_FLASH_AUTO_RETURNLIGHT","features":[508]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY","features":[508]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY_NORETURNLIGHT","features":[508]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY_REDEYE","features":[508]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY_REDEYE_NORETURNLIGHT","features":[508]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY_REDEYE_RETURNLIGHT","features":[508]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY_RETURNLIGHT","features":[508]},{"name":"PHOTO_FLASH_FLASH_REDEYE","features":[508]},{"name":"PHOTO_FLASH_FLASH_REDEYE_NORETURNLIGHT","features":[508]},{"name":"PHOTO_FLASH_FLASH_REDEYE_RETURNLIGHT","features":[508]},{"name":"PHOTO_FLASH_NOFUNCTION","features":[508]},{"name":"PHOTO_FLASH_NONE","features":[508]},{"name":"PHOTO_FLASH_NONE_AUTO","features":[508]},{"name":"PHOTO_FLASH_NONE_COMPULSORY","features":[508]},{"name":"PHOTO_FLASH_WITHOUTSTROBE","features":[508]},{"name":"PHOTO_FLASH_WITHSTROBE","features":[508]},{"name":"PHOTO_GAINCONTROL_HIGHGAINDOWN","features":[508]},{"name":"PHOTO_GAINCONTROL_HIGHGAINUP","features":[508]},{"name":"PHOTO_GAINCONTROL_LOWGAINDOWN","features":[508]},{"name":"PHOTO_GAINCONTROL_LOWGAINUP","features":[508]},{"name":"PHOTO_GAINCONTROL_NONE","features":[508]},{"name":"PHOTO_LIGHTSOURCE_D55","features":[508]},{"name":"PHOTO_LIGHTSOURCE_D65","features":[508]},{"name":"PHOTO_LIGHTSOURCE_D75","features":[508]},{"name":"PHOTO_LIGHTSOURCE_DAYLIGHT","features":[508]},{"name":"PHOTO_LIGHTSOURCE_FLUORESCENT","features":[508]},{"name":"PHOTO_LIGHTSOURCE_STANDARD_A","features":[508]},{"name":"PHOTO_LIGHTSOURCE_STANDARD_B","features":[508]},{"name":"PHOTO_LIGHTSOURCE_STANDARD_C","features":[508]},{"name":"PHOTO_LIGHTSOURCE_TUNGSTEN","features":[508]},{"name":"PHOTO_LIGHTSOURCE_UNKNOWN","features":[508]},{"name":"PHOTO_PROGRAMMODE_ACTION","features":[508]},{"name":"PHOTO_PROGRAMMODE_APERTURE","features":[508]},{"name":"PHOTO_PROGRAMMODE_CREATIVE","features":[508]},{"name":"PHOTO_PROGRAMMODE_LANDSCAPE","features":[508]},{"name":"PHOTO_PROGRAMMODE_MANUAL","features":[508]},{"name":"PHOTO_PROGRAMMODE_NORMAL","features":[508]},{"name":"PHOTO_PROGRAMMODE_NOTDEFINED","features":[508]},{"name":"PHOTO_PROGRAMMODE_PORTRAIT","features":[508]},{"name":"PHOTO_PROGRAMMODE_SHUTTER","features":[508]},{"name":"PHOTO_SATURATION_HIGH","features":[508]},{"name":"PHOTO_SATURATION_LOW","features":[508]},{"name":"PHOTO_SATURATION_NORMAL","features":[508]},{"name":"PHOTO_SHARPNESS_HARD","features":[508]},{"name":"PHOTO_SHARPNESS_NORMAL","features":[508]},{"name":"PHOTO_SHARPNESS_SOFT","features":[508]},{"name":"PHOTO_WHITEBALANCE_AUTO","features":[508]},{"name":"PHOTO_WHITEBALANCE_MANUAL","features":[508]},{"name":"PKEY_AcquisitionID","features":[508,380]},{"name":"PKEY_ActivityInfo","features":[508,380]},{"name":"PKEY_Address_Country","features":[508,380]},{"name":"PKEY_Address_CountryCode","features":[508,380]},{"name":"PKEY_Address_Region","features":[508,380]},{"name":"PKEY_Address_RegionCode","features":[508,380]},{"name":"PKEY_Address_Town","features":[508,380]},{"name":"PKEY_AppUserModel_ExcludeFromShowInNewInstall","features":[508,380]},{"name":"PKEY_AppUserModel_ID","features":[508,380]},{"name":"PKEY_AppUserModel_IsDestListSeparator","features":[508,380]},{"name":"PKEY_AppUserModel_IsDualMode","features":[508,380]},{"name":"PKEY_AppUserModel_PreventPinning","features":[508,380]},{"name":"PKEY_AppUserModel_RelaunchCommand","features":[508,380]},{"name":"PKEY_AppUserModel_RelaunchDisplayNameResource","features":[508,380]},{"name":"PKEY_AppUserModel_RelaunchIconResource","features":[508,380]},{"name":"PKEY_AppUserModel_SettingsCommand","features":[508,380]},{"name":"PKEY_AppUserModel_StartPinOption","features":[508,380]},{"name":"PKEY_AppUserModel_ToastActivatorCLSID","features":[508,380]},{"name":"PKEY_AppUserModel_UninstallCommand","features":[508,380]},{"name":"PKEY_AppUserModel_VisualElementsManifestHintPath","features":[508,380]},{"name":"PKEY_AppZoneIdentifier","features":[508,380]},{"name":"PKEY_ApplicationDefinedProperties","features":[508,380]},{"name":"PKEY_ApplicationName","features":[508,380]},{"name":"PKEY_Audio_ChannelCount","features":[508,380]},{"name":"PKEY_Audio_Compression","features":[508,380]},{"name":"PKEY_Audio_EncodingBitrate","features":[508,380]},{"name":"PKEY_Audio_Format","features":[508,380]},{"name":"PKEY_Audio_IsVariableBitRate","features":[508,380]},{"name":"PKEY_Audio_PeakValue","features":[508,380]},{"name":"PKEY_Audio_SampleRate","features":[508,380]},{"name":"PKEY_Audio_SampleSize","features":[508,380]},{"name":"PKEY_Audio_StreamName","features":[508,380]},{"name":"PKEY_Audio_StreamNumber","features":[508,380]},{"name":"PKEY_Author","features":[508,380]},{"name":"PKEY_CachedFileUpdaterContentIdForConflictResolution","features":[508,380]},{"name":"PKEY_CachedFileUpdaterContentIdForStream","features":[508,380]},{"name":"PKEY_Calendar_Duration","features":[508,380]},{"name":"PKEY_Calendar_IsOnline","features":[508,380]},{"name":"PKEY_Calendar_IsRecurring","features":[508,380]},{"name":"PKEY_Calendar_Location","features":[508,380]},{"name":"PKEY_Calendar_OptionalAttendeeAddresses","features":[508,380]},{"name":"PKEY_Calendar_OptionalAttendeeNames","features":[508,380]},{"name":"PKEY_Calendar_OrganizerAddress","features":[508,380]},{"name":"PKEY_Calendar_OrganizerName","features":[508,380]},{"name":"PKEY_Calendar_ReminderTime","features":[508,380]},{"name":"PKEY_Calendar_RequiredAttendeeAddresses","features":[508,380]},{"name":"PKEY_Calendar_RequiredAttendeeNames","features":[508,380]},{"name":"PKEY_Calendar_Resources","features":[508,380]},{"name":"PKEY_Calendar_ResponseStatus","features":[508,380]},{"name":"PKEY_Calendar_ShowTimeAs","features":[508,380]},{"name":"PKEY_Calendar_ShowTimeAsText","features":[508,380]},{"name":"PKEY_Capacity","features":[508,380]},{"name":"PKEY_Category","features":[508,380]},{"name":"PKEY_Comment","features":[508,380]},{"name":"PKEY_Communication_AccountName","features":[508,380]},{"name":"PKEY_Communication_DateItemExpires","features":[508,380]},{"name":"PKEY_Communication_Direction","features":[508,380]},{"name":"PKEY_Communication_FollowupIconIndex","features":[508,380]},{"name":"PKEY_Communication_HeaderItem","features":[508,380]},{"name":"PKEY_Communication_PolicyTag","features":[508,380]},{"name":"PKEY_Communication_SecurityFlags","features":[508,380]},{"name":"PKEY_Communication_Suffix","features":[508,380]},{"name":"PKEY_Communication_TaskStatus","features":[508,380]},{"name":"PKEY_Communication_TaskStatusText","features":[508,380]},{"name":"PKEY_Company","features":[508,380]},{"name":"PKEY_ComputerName","features":[508,380]},{"name":"PKEY_Computer_DecoratedFreeSpace","features":[508,380]},{"name":"PKEY_Contact_AccountPictureDynamicVideo","features":[508,380]},{"name":"PKEY_Contact_AccountPictureLarge","features":[508,380]},{"name":"PKEY_Contact_AccountPictureSmall","features":[508,380]},{"name":"PKEY_Contact_Anniversary","features":[508,380]},{"name":"PKEY_Contact_AssistantName","features":[508,380]},{"name":"PKEY_Contact_AssistantTelephone","features":[508,380]},{"name":"PKEY_Contact_Birthday","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress1Country","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress1Locality","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress1PostalCode","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress1Region","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress1Street","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress2Country","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress2Locality","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress2PostalCode","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress2Region","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress2Street","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress3Country","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress3Locality","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress3PostalCode","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress3Region","features":[508,380]},{"name":"PKEY_Contact_BusinessAddress3Street","features":[508,380]},{"name":"PKEY_Contact_BusinessAddressCity","features":[508,380]},{"name":"PKEY_Contact_BusinessAddressCountry","features":[508,380]},{"name":"PKEY_Contact_BusinessAddressPostOfficeBox","features":[508,380]},{"name":"PKEY_Contact_BusinessAddressPostalCode","features":[508,380]},{"name":"PKEY_Contact_BusinessAddressState","features":[508,380]},{"name":"PKEY_Contact_BusinessAddressStreet","features":[508,380]},{"name":"PKEY_Contact_BusinessEmailAddresses","features":[508,380]},{"name":"PKEY_Contact_BusinessFaxNumber","features":[508,380]},{"name":"PKEY_Contact_BusinessHomePage","features":[508,380]},{"name":"PKEY_Contact_BusinessTelephone","features":[508,380]},{"name":"PKEY_Contact_CallbackTelephone","features":[508,380]},{"name":"PKEY_Contact_CarTelephone","features":[508,380]},{"name":"PKEY_Contact_Children","features":[508,380]},{"name":"PKEY_Contact_CompanyMainTelephone","features":[508,380]},{"name":"PKEY_Contact_ConnectedServiceDisplayName","features":[508,380]},{"name":"PKEY_Contact_ConnectedServiceIdentities","features":[508,380]},{"name":"PKEY_Contact_ConnectedServiceName","features":[508,380]},{"name":"PKEY_Contact_ConnectedServiceSupportedActions","features":[508,380]},{"name":"PKEY_Contact_DataSuppliers","features":[508,380]},{"name":"PKEY_Contact_Department","features":[508,380]},{"name":"PKEY_Contact_DisplayBusinessPhoneNumbers","features":[508,380]},{"name":"PKEY_Contact_DisplayHomePhoneNumbers","features":[508,380]},{"name":"PKEY_Contact_DisplayMobilePhoneNumbers","features":[508,380]},{"name":"PKEY_Contact_DisplayOtherPhoneNumbers","features":[508,380]},{"name":"PKEY_Contact_EmailAddress","features":[508,380]},{"name":"PKEY_Contact_EmailAddress2","features":[508,380]},{"name":"PKEY_Contact_EmailAddress3","features":[508,380]},{"name":"PKEY_Contact_EmailAddresses","features":[508,380]},{"name":"PKEY_Contact_EmailName","features":[508,380]},{"name":"PKEY_Contact_FileAsName","features":[508,380]},{"name":"PKEY_Contact_FirstName","features":[508,380]},{"name":"PKEY_Contact_FullName","features":[508,380]},{"name":"PKEY_Contact_Gender","features":[508,380]},{"name":"PKEY_Contact_GenderValue","features":[508,380]},{"name":"PKEY_Contact_Hobbies","features":[508,380]},{"name":"PKEY_Contact_HomeAddress","features":[508,380]},{"name":"PKEY_Contact_HomeAddress1Country","features":[508,380]},{"name":"PKEY_Contact_HomeAddress1Locality","features":[508,380]},{"name":"PKEY_Contact_HomeAddress1PostalCode","features":[508,380]},{"name":"PKEY_Contact_HomeAddress1Region","features":[508,380]},{"name":"PKEY_Contact_HomeAddress1Street","features":[508,380]},{"name":"PKEY_Contact_HomeAddress2Country","features":[508,380]},{"name":"PKEY_Contact_HomeAddress2Locality","features":[508,380]},{"name":"PKEY_Contact_HomeAddress2PostalCode","features":[508,380]},{"name":"PKEY_Contact_HomeAddress2Region","features":[508,380]},{"name":"PKEY_Contact_HomeAddress2Street","features":[508,380]},{"name":"PKEY_Contact_HomeAddress3Country","features":[508,380]},{"name":"PKEY_Contact_HomeAddress3Locality","features":[508,380]},{"name":"PKEY_Contact_HomeAddress3PostalCode","features":[508,380]},{"name":"PKEY_Contact_HomeAddress3Region","features":[508,380]},{"name":"PKEY_Contact_HomeAddress3Street","features":[508,380]},{"name":"PKEY_Contact_HomeAddressCity","features":[508,380]},{"name":"PKEY_Contact_HomeAddressCountry","features":[508,380]},{"name":"PKEY_Contact_HomeAddressPostOfficeBox","features":[508,380]},{"name":"PKEY_Contact_HomeAddressPostalCode","features":[508,380]},{"name":"PKEY_Contact_HomeAddressState","features":[508,380]},{"name":"PKEY_Contact_HomeAddressStreet","features":[508,380]},{"name":"PKEY_Contact_HomeEmailAddresses","features":[508,380]},{"name":"PKEY_Contact_HomeFaxNumber","features":[508,380]},{"name":"PKEY_Contact_HomeTelephone","features":[508,380]},{"name":"PKEY_Contact_IMAddress","features":[508,380]},{"name":"PKEY_Contact_Initials","features":[508,380]},{"name":"PKEY_Contact_JA_CompanyNamePhonetic","features":[508,380]},{"name":"PKEY_Contact_JA_FirstNamePhonetic","features":[508,380]},{"name":"PKEY_Contact_JA_LastNamePhonetic","features":[508,380]},{"name":"PKEY_Contact_JobInfo1CompanyAddress","features":[508,380]},{"name":"PKEY_Contact_JobInfo1CompanyName","features":[508,380]},{"name":"PKEY_Contact_JobInfo1Department","features":[508,380]},{"name":"PKEY_Contact_JobInfo1Manager","features":[508,380]},{"name":"PKEY_Contact_JobInfo1OfficeLocation","features":[508,380]},{"name":"PKEY_Contact_JobInfo1Title","features":[508,380]},{"name":"PKEY_Contact_JobInfo1YomiCompanyName","features":[508,380]},{"name":"PKEY_Contact_JobInfo2CompanyAddress","features":[508,380]},{"name":"PKEY_Contact_JobInfo2CompanyName","features":[508,380]},{"name":"PKEY_Contact_JobInfo2Department","features":[508,380]},{"name":"PKEY_Contact_JobInfo2Manager","features":[508,380]},{"name":"PKEY_Contact_JobInfo2OfficeLocation","features":[508,380]},{"name":"PKEY_Contact_JobInfo2Title","features":[508,380]},{"name":"PKEY_Contact_JobInfo2YomiCompanyName","features":[508,380]},{"name":"PKEY_Contact_JobInfo3CompanyAddress","features":[508,380]},{"name":"PKEY_Contact_JobInfo3CompanyName","features":[508,380]},{"name":"PKEY_Contact_JobInfo3Department","features":[508,380]},{"name":"PKEY_Contact_JobInfo3Manager","features":[508,380]},{"name":"PKEY_Contact_JobInfo3OfficeLocation","features":[508,380]},{"name":"PKEY_Contact_JobInfo3Title","features":[508,380]},{"name":"PKEY_Contact_JobInfo3YomiCompanyName","features":[508,380]},{"name":"PKEY_Contact_JobTitle","features":[508,380]},{"name":"PKEY_Contact_Label","features":[508,380]},{"name":"PKEY_Contact_LastName","features":[508,380]},{"name":"PKEY_Contact_MailingAddress","features":[508,380]},{"name":"PKEY_Contact_MiddleName","features":[508,380]},{"name":"PKEY_Contact_MobileTelephone","features":[508,380]},{"name":"PKEY_Contact_NickName","features":[508,380]},{"name":"PKEY_Contact_OfficeLocation","features":[508,380]},{"name":"PKEY_Contact_OtherAddress","features":[508,380]},{"name":"PKEY_Contact_OtherAddress1Country","features":[508,380]},{"name":"PKEY_Contact_OtherAddress1Locality","features":[508,380]},{"name":"PKEY_Contact_OtherAddress1PostalCode","features":[508,380]},{"name":"PKEY_Contact_OtherAddress1Region","features":[508,380]},{"name":"PKEY_Contact_OtherAddress1Street","features":[508,380]},{"name":"PKEY_Contact_OtherAddress2Country","features":[508,380]},{"name":"PKEY_Contact_OtherAddress2Locality","features":[508,380]},{"name":"PKEY_Contact_OtherAddress2PostalCode","features":[508,380]},{"name":"PKEY_Contact_OtherAddress2Region","features":[508,380]},{"name":"PKEY_Contact_OtherAddress2Street","features":[508,380]},{"name":"PKEY_Contact_OtherAddress3Country","features":[508,380]},{"name":"PKEY_Contact_OtherAddress3Locality","features":[508,380]},{"name":"PKEY_Contact_OtherAddress3PostalCode","features":[508,380]},{"name":"PKEY_Contact_OtherAddress3Region","features":[508,380]},{"name":"PKEY_Contact_OtherAddress3Street","features":[508,380]},{"name":"PKEY_Contact_OtherAddressCity","features":[508,380]},{"name":"PKEY_Contact_OtherAddressCountry","features":[508,380]},{"name":"PKEY_Contact_OtherAddressPostOfficeBox","features":[508,380]},{"name":"PKEY_Contact_OtherAddressPostalCode","features":[508,380]},{"name":"PKEY_Contact_OtherAddressState","features":[508,380]},{"name":"PKEY_Contact_OtherAddressStreet","features":[508,380]},{"name":"PKEY_Contact_OtherEmailAddresses","features":[508,380]},{"name":"PKEY_Contact_PagerTelephone","features":[508,380]},{"name":"PKEY_Contact_PersonalTitle","features":[508,380]},{"name":"PKEY_Contact_PhoneNumbersCanonical","features":[508,380]},{"name":"PKEY_Contact_Prefix","features":[508,380]},{"name":"PKEY_Contact_PrimaryAddressCity","features":[508,380]},{"name":"PKEY_Contact_PrimaryAddressCountry","features":[508,380]},{"name":"PKEY_Contact_PrimaryAddressPostOfficeBox","features":[508,380]},{"name":"PKEY_Contact_PrimaryAddressPostalCode","features":[508,380]},{"name":"PKEY_Contact_PrimaryAddressState","features":[508,380]},{"name":"PKEY_Contact_PrimaryAddressStreet","features":[508,380]},{"name":"PKEY_Contact_PrimaryEmailAddress","features":[508,380]},{"name":"PKEY_Contact_PrimaryTelephone","features":[508,380]},{"name":"PKEY_Contact_Profession","features":[508,380]},{"name":"PKEY_Contact_SpouseName","features":[508,380]},{"name":"PKEY_Contact_Suffix","features":[508,380]},{"name":"PKEY_Contact_TTYTDDTelephone","features":[508,380]},{"name":"PKEY_Contact_TelexNumber","features":[508,380]},{"name":"PKEY_Contact_WebPage","features":[508,380]},{"name":"PKEY_Contact_Webpage2","features":[508,380]},{"name":"PKEY_Contact_Webpage3","features":[508,380]},{"name":"PKEY_ContainedItems","features":[508,380]},{"name":"PKEY_ContentId","features":[508,380]},{"name":"PKEY_ContentStatus","features":[508,380]},{"name":"PKEY_ContentType","features":[508,380]},{"name":"PKEY_ContentUri","features":[508,380]},{"name":"PKEY_Copyright","features":[508,380]},{"name":"PKEY_CreatorAppId","features":[508,380]},{"name":"PKEY_CreatorOpenWithUIOptions","features":[508,380]},{"name":"PKEY_DRM_DatePlayExpires","features":[508,380]},{"name":"PKEY_DRM_DatePlayStarts","features":[508,380]},{"name":"PKEY_DRM_Description","features":[508,380]},{"name":"PKEY_DRM_IsDisabled","features":[508,380]},{"name":"PKEY_DRM_IsProtected","features":[508,380]},{"name":"PKEY_DRM_PlayCount","features":[508,380]},{"name":"PKEY_DataObjectFormat","features":[508,380]},{"name":"PKEY_DateAccessed","features":[508,380]},{"name":"PKEY_DateAcquired","features":[508,380]},{"name":"PKEY_DateArchived","features":[508,380]},{"name":"PKEY_DateCompleted","features":[508,380]},{"name":"PKEY_DateCreated","features":[508,380]},{"name":"PKEY_DateImported","features":[508,380]},{"name":"PKEY_DateModified","features":[508,380]},{"name":"PKEY_DefaultSaveLocationDisplay","features":[508,380]},{"name":"PKEY_DescriptionID","features":[508,380]},{"name":"PKEY_DeviceInterface_Bluetooth_DeviceAddress","features":[508,380]},{"name":"PKEY_DeviceInterface_Bluetooth_Flags","features":[508,380]},{"name":"PKEY_DeviceInterface_Bluetooth_LastConnectedTime","features":[508,380]},{"name":"PKEY_DeviceInterface_Bluetooth_Manufacturer","features":[508,380]},{"name":"PKEY_DeviceInterface_Bluetooth_ModelNumber","features":[508,380]},{"name":"PKEY_DeviceInterface_Bluetooth_ProductId","features":[508,380]},{"name":"PKEY_DeviceInterface_Bluetooth_ProductVersion","features":[508,380]},{"name":"PKEY_DeviceInterface_Bluetooth_ServiceGuid","features":[508,380]},{"name":"PKEY_DeviceInterface_Bluetooth_VendorId","features":[508,380]},{"name":"PKEY_DeviceInterface_Bluetooth_VendorIdSource","features":[508,380]},{"name":"PKEY_DeviceInterface_Hid_IsReadOnly","features":[508,380]},{"name":"PKEY_DeviceInterface_Hid_ProductId","features":[508,380]},{"name":"PKEY_DeviceInterface_Hid_UsageId","features":[508,380]},{"name":"PKEY_DeviceInterface_Hid_UsagePage","features":[508,380]},{"name":"PKEY_DeviceInterface_Hid_VendorId","features":[508,380]},{"name":"PKEY_DeviceInterface_Hid_VersionNumber","features":[508,380]},{"name":"PKEY_DeviceInterface_PrinterDriverDirectory","features":[508,380]},{"name":"PKEY_DeviceInterface_PrinterDriverName","features":[508,380]},{"name":"PKEY_DeviceInterface_PrinterEnumerationFlag","features":[508,380]},{"name":"PKEY_DeviceInterface_PrinterName","features":[508,380]},{"name":"PKEY_DeviceInterface_PrinterPortName","features":[508,380]},{"name":"PKEY_DeviceInterface_Proximity_SupportsNfc","features":[508,380]},{"name":"PKEY_DeviceInterface_Serial_PortName","features":[508,380]},{"name":"PKEY_DeviceInterface_Serial_UsbProductId","features":[508,380]},{"name":"PKEY_DeviceInterface_Serial_UsbVendorId","features":[508,380]},{"name":"PKEY_DeviceInterface_WinUsb_DeviceInterfaceClasses","features":[508,380]},{"name":"PKEY_DeviceInterface_WinUsb_UsbClass","features":[508,380]},{"name":"PKEY_DeviceInterface_WinUsb_UsbProductId","features":[508,380]},{"name":"PKEY_DeviceInterface_WinUsb_UsbProtocol","features":[508,380]},{"name":"PKEY_DeviceInterface_WinUsb_UsbSubClass","features":[508,380]},{"name":"PKEY_DeviceInterface_WinUsb_UsbVendorId","features":[508,380]},{"name":"PKEY_Device_PrinterURL","features":[508,380]},{"name":"PKEY_Devices_AepContainer_CanPair","features":[508,380]},{"name":"PKEY_Devices_AepContainer_Categories","features":[508,380]},{"name":"PKEY_Devices_AepContainer_Children","features":[508,380]},{"name":"PKEY_Devices_AepContainer_ContainerId","features":[508,380]},{"name":"PKEY_Devices_AepContainer_DialProtocol_InstalledApplications","features":[508,380]},{"name":"PKEY_Devices_AepContainer_IsPaired","features":[508,380]},{"name":"PKEY_Devices_AepContainer_IsPresent","features":[508,380]},{"name":"PKEY_Devices_AepContainer_Manufacturer","features":[508,380]},{"name":"PKEY_Devices_AepContainer_ModelIds","features":[508,380]},{"name":"PKEY_Devices_AepContainer_ModelName","features":[508,380]},{"name":"PKEY_Devices_AepContainer_ProtocolIds","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportedUriSchemes","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsAudio","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsCapturing","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsImages","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsInformation","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsLimitedDiscovery","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsNetworking","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsObjectTransfer","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsPositioning","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsRendering","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsTelephony","features":[508,380]},{"name":"PKEY_Devices_AepContainer_SupportsVideo","features":[508,380]},{"name":"PKEY_Devices_AepService_AepId","features":[508,380]},{"name":"PKEY_Devices_AepService_Bluetooth_CacheMode","features":[508,380]},{"name":"PKEY_Devices_AepService_Bluetooth_ServiceGuid","features":[508,380]},{"name":"PKEY_Devices_AepService_Bluetooth_TargetDevice","features":[508,380]},{"name":"PKEY_Devices_AepService_ContainerId","features":[508,380]},{"name":"PKEY_Devices_AepService_FriendlyName","features":[508,380]},{"name":"PKEY_Devices_AepService_IoT_ServiceInterfaces","features":[508,380]},{"name":"PKEY_Devices_AepService_ParentAepIsPaired","features":[508,380]},{"name":"PKEY_Devices_AepService_ProtocolId","features":[508,380]},{"name":"PKEY_Devices_AepService_ServiceClassId","features":[508,380]},{"name":"PKEY_Devices_AepService_ServiceId","features":[508,380]},{"name":"PKEY_Devices_Aep_AepId","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Major","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Minor","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Audio","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Capturing","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Information","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_LimitedDiscovery","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Networking","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_ObjectXfer","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Positioning","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Rendering","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Telephony","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_LastSeenTime","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Le_AddressType","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Le_Appearance","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Le_Appearance_Category","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Le_Appearance_Subcategory","features":[508,380]},{"name":"PKEY_Devices_Aep_Bluetooth_Le_IsConnectable","features":[508,380]},{"name":"PKEY_Devices_Aep_CanPair","features":[508,380]},{"name":"PKEY_Devices_Aep_Category","features":[508,380]},{"name":"PKEY_Devices_Aep_ContainerId","features":[508,380]},{"name":"PKEY_Devices_Aep_DeviceAddress","features":[508,380]},{"name":"PKEY_Devices_Aep_IsConnected","features":[508,380]},{"name":"PKEY_Devices_Aep_IsPaired","features":[508,380]},{"name":"PKEY_Devices_Aep_IsPresent","features":[508,380]},{"name":"PKEY_Devices_Aep_Manufacturer","features":[508,380]},{"name":"PKEY_Devices_Aep_ModelId","features":[508,380]},{"name":"PKEY_Devices_Aep_ModelName","features":[508,380]},{"name":"PKEY_Devices_Aep_PointOfService_ConnectionTypes","features":[508,380]},{"name":"PKEY_Devices_Aep_ProtocolId","features":[508,380]},{"name":"PKEY_Devices_Aep_SignalStrength","features":[508,380]},{"name":"PKEY_Devices_AppPackageFamilyName","features":[508,380]},{"name":"PKEY_Devices_AudioDevice_Microphone_IsFarField","features":[508,380]},{"name":"PKEY_Devices_AudioDevice_Microphone_SensitivityInDbfs","features":[508,380]},{"name":"PKEY_Devices_AudioDevice_Microphone_SensitivityInDbfs2","features":[508,380]},{"name":"PKEY_Devices_AudioDevice_Microphone_SignalToNoiseRatioInDb","features":[508,380]},{"name":"PKEY_Devices_AudioDevice_RawProcessingSupported","features":[508,380]},{"name":"PKEY_Devices_AudioDevice_SpeechProcessingSupported","features":[508,380]},{"name":"PKEY_Devices_BatteryLife","features":[508,380]},{"name":"PKEY_Devices_BatteryPlusCharging","features":[508,380]},{"name":"PKEY_Devices_BatteryPlusChargingText","features":[508,380]},{"name":"PKEY_Devices_Category","features":[508,380]},{"name":"PKEY_Devices_CategoryGroup","features":[508,380]},{"name":"PKEY_Devices_CategoryIds","features":[508,380]},{"name":"PKEY_Devices_CategoryPlural","features":[508,380]},{"name":"PKEY_Devices_ChallengeAep","features":[508,380]},{"name":"PKEY_Devices_ChargingState","features":[508,380]},{"name":"PKEY_Devices_Children","features":[508,380]},{"name":"PKEY_Devices_ClassGuid","features":[508,380]},{"name":"PKEY_Devices_CompatibleIds","features":[508,380]},{"name":"PKEY_Devices_Connected","features":[508,380]},{"name":"PKEY_Devices_ContainerId","features":[508,380]},{"name":"PKEY_Devices_DefaultTooltip","features":[508,380]},{"name":"PKEY_Devices_DevObjectType","features":[508,380]},{"name":"PKEY_Devices_DeviceCapabilities","features":[508,380]},{"name":"PKEY_Devices_DeviceCharacteristics","features":[508,380]},{"name":"PKEY_Devices_DeviceDescription1","features":[508,380]},{"name":"PKEY_Devices_DeviceDescription2","features":[508,380]},{"name":"PKEY_Devices_DeviceHasProblem","features":[508,380]},{"name":"PKEY_Devices_DeviceInstanceId","features":[508,380]},{"name":"PKEY_Devices_DeviceManufacturer","features":[508,380]},{"name":"PKEY_Devices_DialProtocol_InstalledApplications","features":[508,380]},{"name":"PKEY_Devices_DiscoveryMethod","features":[508,380]},{"name":"PKEY_Devices_Dnssd_Domain","features":[508,380]},{"name":"PKEY_Devices_Dnssd_FullName","features":[508,380]},{"name":"PKEY_Devices_Dnssd_HostName","features":[508,380]},{"name":"PKEY_Devices_Dnssd_InstanceName","features":[508,380]},{"name":"PKEY_Devices_Dnssd_NetworkAdapterId","features":[508,380]},{"name":"PKEY_Devices_Dnssd_PortNumber","features":[508,380]},{"name":"PKEY_Devices_Dnssd_Priority","features":[508,380]},{"name":"PKEY_Devices_Dnssd_ServiceName","features":[508,380]},{"name":"PKEY_Devices_Dnssd_TextAttributes","features":[508,380]},{"name":"PKEY_Devices_Dnssd_Ttl","features":[508,380]},{"name":"PKEY_Devices_Dnssd_Weight","features":[508,380]},{"name":"PKEY_Devices_FriendlyName","features":[508,380]},{"name":"PKEY_Devices_FunctionPaths","features":[508,380]},{"name":"PKEY_Devices_GlyphIcon","features":[508,380]},{"name":"PKEY_Devices_HardwareIds","features":[508,380]},{"name":"PKEY_Devices_Icon","features":[508,380]},{"name":"PKEY_Devices_InLocalMachineContainer","features":[508,380]},{"name":"PKEY_Devices_InterfaceClassGuid","features":[508,380]},{"name":"PKEY_Devices_InterfaceEnabled","features":[508,380]},{"name":"PKEY_Devices_InterfacePaths","features":[508,380]},{"name":"PKEY_Devices_IpAddress","features":[508,380]},{"name":"PKEY_Devices_IsDefault","features":[508,380]},{"name":"PKEY_Devices_IsNetworkConnected","features":[508,380]},{"name":"PKEY_Devices_IsShared","features":[508,380]},{"name":"PKEY_Devices_IsSoftwareInstalling","features":[508,380]},{"name":"PKEY_Devices_LaunchDeviceStageFromExplorer","features":[508,380]},{"name":"PKEY_Devices_LocalMachine","features":[508,380]},{"name":"PKEY_Devices_LocationPaths","features":[508,380]},{"name":"PKEY_Devices_Manufacturer","features":[508,380]},{"name":"PKEY_Devices_MetadataPath","features":[508,380]},{"name":"PKEY_Devices_MicrophoneArray_Geometry","features":[508,380]},{"name":"PKEY_Devices_MissedCalls","features":[508,380]},{"name":"PKEY_Devices_ModelId","features":[508,380]},{"name":"PKEY_Devices_ModelName","features":[508,380]},{"name":"PKEY_Devices_ModelNumber","features":[508,380]},{"name":"PKEY_Devices_NetworkName","features":[508,380]},{"name":"PKEY_Devices_NetworkType","features":[508,380]},{"name":"PKEY_Devices_NetworkedTooltip","features":[508,380]},{"name":"PKEY_Devices_NewPictures","features":[508,380]},{"name":"PKEY_Devices_NotWorkingProperly","features":[508,380]},{"name":"PKEY_Devices_Notification","features":[508,380]},{"name":"PKEY_Devices_NotificationStore","features":[508,380]},{"name":"PKEY_Devices_Notifications_LowBattery","features":[508,380]},{"name":"PKEY_Devices_Notifications_MissedCall","features":[508,380]},{"name":"PKEY_Devices_Notifications_NewMessage","features":[508,380]},{"name":"PKEY_Devices_Notifications_NewVoicemail","features":[508,380]},{"name":"PKEY_Devices_Notifications_StorageFull","features":[508,380]},{"name":"PKEY_Devices_Notifications_StorageFullLinkText","features":[508,380]},{"name":"PKEY_Devices_Paired","features":[508,380]},{"name":"PKEY_Devices_Panel_PanelGroup","features":[508,380]},{"name":"PKEY_Devices_Panel_PanelId","features":[508,380]},{"name":"PKEY_Devices_Parent","features":[508,380]},{"name":"PKEY_Devices_PhoneLineTransportDevice_Connected","features":[508,380]},{"name":"PKEY_Devices_PhysicalDeviceLocation","features":[508,380]},{"name":"PKEY_Devices_PlaybackPositionPercent","features":[508,380]},{"name":"PKEY_Devices_PlaybackState","features":[508,380]},{"name":"PKEY_Devices_PlaybackTitle","features":[508,380]},{"name":"PKEY_Devices_Present","features":[508,380]},{"name":"PKEY_Devices_PresentationUrl","features":[508,380]},{"name":"PKEY_Devices_PrimaryCategory","features":[508,380]},{"name":"PKEY_Devices_RemainingDuration","features":[508,380]},{"name":"PKEY_Devices_RestrictedInterface","features":[508,380]},{"name":"PKEY_Devices_Roaming","features":[508,380]},{"name":"PKEY_Devices_SafeRemovalRequired","features":[508,380]},{"name":"PKEY_Devices_SchematicName","features":[508,380]},{"name":"PKEY_Devices_ServiceAddress","features":[508,380]},{"name":"PKEY_Devices_ServiceId","features":[508,380]},{"name":"PKEY_Devices_SharedTooltip","features":[508,380]},{"name":"PKEY_Devices_SignalStrength","features":[508,380]},{"name":"PKEY_Devices_SmartCards_ReaderKind","features":[508,380]},{"name":"PKEY_Devices_Status","features":[508,380]},{"name":"PKEY_Devices_Status1","features":[508,380]},{"name":"PKEY_Devices_Status2","features":[508,380]},{"name":"PKEY_Devices_StorageCapacity","features":[508,380]},{"name":"PKEY_Devices_StorageFreeSpace","features":[508,380]},{"name":"PKEY_Devices_StorageFreeSpacePercent","features":[508,380]},{"name":"PKEY_Devices_TextMessages","features":[508,380]},{"name":"PKEY_Devices_Voicemail","features":[508,380]},{"name":"PKEY_Devices_WiFiDirectServices_AdvertisementId","features":[508,380]},{"name":"PKEY_Devices_WiFiDirectServices_RequestServiceInformation","features":[508,380]},{"name":"PKEY_Devices_WiFiDirectServices_ServiceAddress","features":[508,380]},{"name":"PKEY_Devices_WiFiDirectServices_ServiceConfigMethods","features":[508,380]},{"name":"PKEY_Devices_WiFiDirectServices_ServiceInformation","features":[508,380]},{"name":"PKEY_Devices_WiFiDirectServices_ServiceName","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_DeviceAddress","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_GroupId","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_InformationElements","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_InterfaceAddress","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_InterfaceGuid","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_IsConnected","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_IsLegacyDevice","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_IsMiracastLcpSupported","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_IsVisible","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_MiracastVersion","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_Services","features":[508,380]},{"name":"PKEY_Devices_WiFiDirect_SupportedChannelList","features":[508,380]},{"name":"PKEY_Devices_WiFi_InterfaceGuid","features":[508,380]},{"name":"PKEY_Devices_WiaDeviceType","features":[508,380]},{"name":"PKEY_Devices_WinPhone8CameraFlags","features":[508,380]},{"name":"PKEY_Devices_Wwan_InterfaceGuid","features":[508,380]},{"name":"PKEY_Document_ByteCount","features":[508,380]},{"name":"PKEY_Document_CharacterCount","features":[508,380]},{"name":"PKEY_Document_ClientID","features":[508,380]},{"name":"PKEY_Document_Contributor","features":[508,380]},{"name":"PKEY_Document_DateCreated","features":[508,380]},{"name":"PKEY_Document_DatePrinted","features":[508,380]},{"name":"PKEY_Document_DateSaved","features":[508,380]},{"name":"PKEY_Document_Division","features":[508,380]},{"name":"PKEY_Document_DocumentID","features":[508,380]},{"name":"PKEY_Document_HiddenSlideCount","features":[508,380]},{"name":"PKEY_Document_LastAuthor","features":[508,380]},{"name":"PKEY_Document_LineCount","features":[508,380]},{"name":"PKEY_Document_Manager","features":[508,380]},{"name":"PKEY_Document_MultimediaClipCount","features":[508,380]},{"name":"PKEY_Document_NoteCount","features":[508,380]},{"name":"PKEY_Document_PageCount","features":[508,380]},{"name":"PKEY_Document_ParagraphCount","features":[508,380]},{"name":"PKEY_Document_PresentationFormat","features":[508,380]},{"name":"PKEY_Document_RevisionNumber","features":[508,380]},{"name":"PKEY_Document_Security","features":[508,380]},{"name":"PKEY_Document_SlideCount","features":[508,380]},{"name":"PKEY_Document_Template","features":[508,380]},{"name":"PKEY_Document_TotalEditingTime","features":[508,380]},{"name":"PKEY_Document_Version","features":[508,380]},{"name":"PKEY_Document_WordCount","features":[508,380]},{"name":"PKEY_DueDate","features":[508,380]},{"name":"PKEY_EdgeGesture_DisableTouchWhenFullscreen","features":[508,380]},{"name":"PKEY_EndDate","features":[508,380]},{"name":"PKEY_ExpandoProperties","features":[508,380]},{"name":"PKEY_FileAllocationSize","features":[508,380]},{"name":"PKEY_FileAttributes","features":[508,380]},{"name":"PKEY_FileCount","features":[508,380]},{"name":"PKEY_FileDescription","features":[508,380]},{"name":"PKEY_FileExtension","features":[508,380]},{"name":"PKEY_FileFRN","features":[508,380]},{"name":"PKEY_FileName","features":[508,380]},{"name":"PKEY_FileOfflineAvailabilityStatus","features":[508,380]},{"name":"PKEY_FileOwner","features":[508,380]},{"name":"PKEY_FilePlaceholderStatus","features":[508,380]},{"name":"PKEY_FileVersion","features":[508,380]},{"name":"PKEY_FindData","features":[508,380]},{"name":"PKEY_FlagColor","features":[508,380]},{"name":"PKEY_FlagColorText","features":[508,380]},{"name":"PKEY_FlagStatus","features":[508,380]},{"name":"PKEY_FlagStatusText","features":[508,380]},{"name":"PKEY_FolderKind","features":[508,380]},{"name":"PKEY_FolderNameDisplay","features":[508,380]},{"name":"PKEY_FreeSpace","features":[508,380]},{"name":"PKEY_FullText","features":[508,380]},{"name":"PKEY_GPS_Altitude","features":[508,380]},{"name":"PKEY_GPS_AltitudeDenominator","features":[508,380]},{"name":"PKEY_GPS_AltitudeNumerator","features":[508,380]},{"name":"PKEY_GPS_AltitudeRef","features":[508,380]},{"name":"PKEY_GPS_AreaInformation","features":[508,380]},{"name":"PKEY_GPS_DOP","features":[508,380]},{"name":"PKEY_GPS_DOPDenominator","features":[508,380]},{"name":"PKEY_GPS_DOPNumerator","features":[508,380]},{"name":"PKEY_GPS_Date","features":[508,380]},{"name":"PKEY_GPS_DestBearing","features":[508,380]},{"name":"PKEY_GPS_DestBearingDenominator","features":[508,380]},{"name":"PKEY_GPS_DestBearingNumerator","features":[508,380]},{"name":"PKEY_GPS_DestBearingRef","features":[508,380]},{"name":"PKEY_GPS_DestDistance","features":[508,380]},{"name":"PKEY_GPS_DestDistanceDenominator","features":[508,380]},{"name":"PKEY_GPS_DestDistanceNumerator","features":[508,380]},{"name":"PKEY_GPS_DestDistanceRef","features":[508,380]},{"name":"PKEY_GPS_DestLatitude","features":[508,380]},{"name":"PKEY_GPS_DestLatitudeDenominator","features":[508,380]},{"name":"PKEY_GPS_DestLatitudeNumerator","features":[508,380]},{"name":"PKEY_GPS_DestLatitudeRef","features":[508,380]},{"name":"PKEY_GPS_DestLongitude","features":[508,380]},{"name":"PKEY_GPS_DestLongitudeDenominator","features":[508,380]},{"name":"PKEY_GPS_DestLongitudeNumerator","features":[508,380]},{"name":"PKEY_GPS_DestLongitudeRef","features":[508,380]},{"name":"PKEY_GPS_Differential","features":[508,380]},{"name":"PKEY_GPS_ImgDirection","features":[508,380]},{"name":"PKEY_GPS_ImgDirectionDenominator","features":[508,380]},{"name":"PKEY_GPS_ImgDirectionNumerator","features":[508,380]},{"name":"PKEY_GPS_ImgDirectionRef","features":[508,380]},{"name":"PKEY_GPS_Latitude","features":[508,380]},{"name":"PKEY_GPS_LatitudeDecimal","features":[508,380]},{"name":"PKEY_GPS_LatitudeDenominator","features":[508,380]},{"name":"PKEY_GPS_LatitudeNumerator","features":[508,380]},{"name":"PKEY_GPS_LatitudeRef","features":[508,380]},{"name":"PKEY_GPS_Longitude","features":[508,380]},{"name":"PKEY_GPS_LongitudeDecimal","features":[508,380]},{"name":"PKEY_GPS_LongitudeDenominator","features":[508,380]},{"name":"PKEY_GPS_LongitudeNumerator","features":[508,380]},{"name":"PKEY_GPS_LongitudeRef","features":[508,380]},{"name":"PKEY_GPS_MapDatum","features":[508,380]},{"name":"PKEY_GPS_MeasureMode","features":[508,380]},{"name":"PKEY_GPS_ProcessingMethod","features":[508,380]},{"name":"PKEY_GPS_Satellites","features":[508,380]},{"name":"PKEY_GPS_Speed","features":[508,380]},{"name":"PKEY_GPS_SpeedDenominator","features":[508,380]},{"name":"PKEY_GPS_SpeedNumerator","features":[508,380]},{"name":"PKEY_GPS_SpeedRef","features":[508,380]},{"name":"PKEY_GPS_Status","features":[508,380]},{"name":"PKEY_GPS_Track","features":[508,380]},{"name":"PKEY_GPS_TrackDenominator","features":[508,380]},{"name":"PKEY_GPS_TrackNumerator","features":[508,380]},{"name":"PKEY_GPS_TrackRef","features":[508,380]},{"name":"PKEY_GPS_VersionID","features":[508,380]},{"name":"PKEY_HighKeywords","features":[508,380]},{"name":"PKEY_History_SelectionCount","features":[508,380]},{"name":"PKEY_History_TargetUrlHostName","features":[508,380]},{"name":"PKEY_History_VisitCount","features":[508,380]},{"name":"PKEY_Home_Grouping","features":[508,380]},{"name":"PKEY_Home_IsPinned","features":[508,380]},{"name":"PKEY_Home_ItemFolderPathDisplay","features":[508,380]},{"name":"PKEY_Identity","features":[508,380]},{"name":"PKEY_IdentityProvider_Name","features":[508,380]},{"name":"PKEY_IdentityProvider_Picture","features":[508,380]},{"name":"PKEY_Identity_Blob","features":[508,380]},{"name":"PKEY_Identity_DisplayName","features":[508,380]},{"name":"PKEY_Identity_InternetSid","features":[508,380]},{"name":"PKEY_Identity_IsMeIdentity","features":[508,380]},{"name":"PKEY_Identity_KeyProviderContext","features":[508,380]},{"name":"PKEY_Identity_KeyProviderName","features":[508,380]},{"name":"PKEY_Identity_LogonStatusString","features":[508,380]},{"name":"PKEY_Identity_PrimaryEmailAddress","features":[508,380]},{"name":"PKEY_Identity_PrimarySid","features":[508,380]},{"name":"PKEY_Identity_ProviderData","features":[508,380]},{"name":"PKEY_Identity_ProviderID","features":[508,380]},{"name":"PKEY_Identity_QualifiedUserName","features":[508,380]},{"name":"PKEY_Identity_UniqueID","features":[508,380]},{"name":"PKEY_Identity_UserName","features":[508,380]},{"name":"PKEY_ImageParsingName","features":[508,380]},{"name":"PKEY_Image_BitDepth","features":[508,380]},{"name":"PKEY_Image_ColorSpace","features":[508,380]},{"name":"PKEY_Image_CompressedBitsPerPixel","features":[508,380]},{"name":"PKEY_Image_CompressedBitsPerPixelDenominator","features":[508,380]},{"name":"PKEY_Image_CompressedBitsPerPixelNumerator","features":[508,380]},{"name":"PKEY_Image_Compression","features":[508,380]},{"name":"PKEY_Image_CompressionText","features":[508,380]},{"name":"PKEY_Image_Dimensions","features":[508,380]},{"name":"PKEY_Image_HorizontalResolution","features":[508,380]},{"name":"PKEY_Image_HorizontalSize","features":[508,380]},{"name":"PKEY_Image_ImageID","features":[508,380]},{"name":"PKEY_Image_ResolutionUnit","features":[508,380]},{"name":"PKEY_Image_VerticalResolution","features":[508,380]},{"name":"PKEY_Image_VerticalSize","features":[508,380]},{"name":"PKEY_Importance","features":[508,380]},{"name":"PKEY_ImportanceText","features":[508,380]},{"name":"PKEY_InfoTipText","features":[508,380]},{"name":"PKEY_InternalName","features":[508,380]},{"name":"PKEY_IsAttachment","features":[508,380]},{"name":"PKEY_IsDefaultNonOwnerSaveLocation","features":[508,380]},{"name":"PKEY_IsDefaultSaveLocation","features":[508,380]},{"name":"PKEY_IsDeleted","features":[508,380]},{"name":"PKEY_IsEncrypted","features":[508,380]},{"name":"PKEY_IsFlagged","features":[508,380]},{"name":"PKEY_IsFlaggedComplete","features":[508,380]},{"name":"PKEY_IsIncomplete","features":[508,380]},{"name":"PKEY_IsLocationSupported","features":[508,380]},{"name":"PKEY_IsPinnedToNameSpaceTree","features":[508,380]},{"name":"PKEY_IsRead","features":[508,380]},{"name":"PKEY_IsSearchOnlyItem","features":[508,380]},{"name":"PKEY_IsSendToTarget","features":[508,380]},{"name":"PKEY_IsShared","features":[508,380]},{"name":"PKEY_ItemAuthors","features":[508,380]},{"name":"PKEY_ItemClassType","features":[508,380]},{"name":"PKEY_ItemDate","features":[508,380]},{"name":"PKEY_ItemFolderNameDisplay","features":[508,380]},{"name":"PKEY_ItemFolderPathDisplay","features":[508,380]},{"name":"PKEY_ItemFolderPathDisplayNarrow","features":[508,380]},{"name":"PKEY_ItemName","features":[508,380]},{"name":"PKEY_ItemNameDisplay","features":[508,380]},{"name":"PKEY_ItemNameDisplayWithoutExtension","features":[508,380]},{"name":"PKEY_ItemNamePrefix","features":[508,380]},{"name":"PKEY_ItemNameSortOverride","features":[508,380]},{"name":"PKEY_ItemParticipants","features":[508,380]},{"name":"PKEY_ItemPathDisplay","features":[508,380]},{"name":"PKEY_ItemPathDisplayNarrow","features":[508,380]},{"name":"PKEY_ItemSubType","features":[508,380]},{"name":"PKEY_ItemType","features":[508,380]},{"name":"PKEY_ItemTypeText","features":[508,380]},{"name":"PKEY_ItemUrl","features":[508,380]},{"name":"PKEY_Journal_Contacts","features":[508,380]},{"name":"PKEY_Journal_EntryType","features":[508,380]},{"name":"PKEY_Keywords","features":[508,380]},{"name":"PKEY_Kind","features":[508,380]},{"name":"PKEY_KindText","features":[508,380]},{"name":"PKEY_Language","features":[508,380]},{"name":"PKEY_LastSyncError","features":[508,380]},{"name":"PKEY_LastSyncWarning","features":[508,380]},{"name":"PKEY_LastWriterPackageFamilyName","features":[508,380]},{"name":"PKEY_LayoutPattern_ContentViewModeForBrowse","features":[508,380]},{"name":"PKEY_LayoutPattern_ContentViewModeForSearch","features":[508,380]},{"name":"PKEY_LibraryLocationsCount","features":[508,380]},{"name":"PKEY_Link_Arguments","features":[508,380]},{"name":"PKEY_Link_Comment","features":[508,380]},{"name":"PKEY_Link_DateVisited","features":[508,380]},{"name":"PKEY_Link_Description","features":[508,380]},{"name":"PKEY_Link_FeedItemLocalId","features":[508,380]},{"name":"PKEY_Link_Status","features":[508,380]},{"name":"PKEY_Link_TargetExtension","features":[508,380]},{"name":"PKEY_Link_TargetParsingPath","features":[508,380]},{"name":"PKEY_Link_TargetSFGAOFlags","features":[508,380]},{"name":"PKEY_Link_TargetSFGAOFlagsStrings","features":[508,380]},{"name":"PKEY_Link_TargetUrl","features":[508,380]},{"name":"PKEY_Link_TargetUrlHostName","features":[508,380]},{"name":"PKEY_Link_TargetUrlPath","features":[508,380]},{"name":"PKEY_LocationEmptyString","features":[508,380]},{"name":"PKEY_LowKeywords","features":[508,380]},{"name":"PKEY_MIMEType","features":[508,380]},{"name":"PKEY_Media_AuthorUrl","features":[508,380]},{"name":"PKEY_Media_AverageLevel","features":[508,380]},{"name":"PKEY_Media_ClassPrimaryID","features":[508,380]},{"name":"PKEY_Media_ClassSecondaryID","features":[508,380]},{"name":"PKEY_Media_CollectionGroupID","features":[508,380]},{"name":"PKEY_Media_CollectionID","features":[508,380]},{"name":"PKEY_Media_ContentDistributor","features":[508,380]},{"name":"PKEY_Media_ContentID","features":[508,380]},{"name":"PKEY_Media_CreatorApplication","features":[508,380]},{"name":"PKEY_Media_CreatorApplicationVersion","features":[508,380]},{"name":"PKEY_Media_DVDID","features":[508,380]},{"name":"PKEY_Media_DateEncoded","features":[508,380]},{"name":"PKEY_Media_DateReleased","features":[508,380]},{"name":"PKEY_Media_DlnaProfileID","features":[508,380]},{"name":"PKEY_Media_Duration","features":[508,380]},{"name":"PKEY_Media_EncodedBy","features":[508,380]},{"name":"PKEY_Media_EncodingSettings","features":[508,380]},{"name":"PKEY_Media_EpisodeNumber","features":[508,380]},{"name":"PKEY_Media_FrameCount","features":[508,380]},{"name":"PKEY_Media_MCDI","features":[508,380]},{"name":"PKEY_Media_MetadataContentProvider","features":[508,380]},{"name":"PKEY_Media_Producer","features":[508,380]},{"name":"PKEY_Media_PromotionUrl","features":[508,380]},{"name":"PKEY_Media_ProtectionType","features":[508,380]},{"name":"PKEY_Media_ProviderRating","features":[508,380]},{"name":"PKEY_Media_ProviderStyle","features":[508,380]},{"name":"PKEY_Media_Publisher","features":[508,380]},{"name":"PKEY_Media_SeasonNumber","features":[508,380]},{"name":"PKEY_Media_SeriesName","features":[508,380]},{"name":"PKEY_Media_SubTitle","features":[508,380]},{"name":"PKEY_Media_SubscriptionContentId","features":[508,380]},{"name":"PKEY_Media_ThumbnailLargePath","features":[508,380]},{"name":"PKEY_Media_ThumbnailLargeUri","features":[508,380]},{"name":"PKEY_Media_ThumbnailSmallPath","features":[508,380]},{"name":"PKEY_Media_ThumbnailSmallUri","features":[508,380]},{"name":"PKEY_Media_UniqueFileIdentifier","features":[508,380]},{"name":"PKEY_Media_UserNoAutoInfo","features":[508,380]},{"name":"PKEY_Media_UserWebUrl","features":[508,380]},{"name":"PKEY_Media_Writer","features":[508,380]},{"name":"PKEY_Media_Year","features":[508,380]},{"name":"PKEY_MediumKeywords","features":[508,380]},{"name":"PKEY_Message_AttachmentContents","features":[508,380]},{"name":"PKEY_Message_AttachmentNames","features":[508,380]},{"name":"PKEY_Message_BccAddress","features":[508,380]},{"name":"PKEY_Message_BccName","features":[508,380]},{"name":"PKEY_Message_CcAddress","features":[508,380]},{"name":"PKEY_Message_CcName","features":[508,380]},{"name":"PKEY_Message_ConversationID","features":[508,380]},{"name":"PKEY_Message_ConversationIndex","features":[508,380]},{"name":"PKEY_Message_DateReceived","features":[508,380]},{"name":"PKEY_Message_DateSent","features":[508,380]},{"name":"PKEY_Message_Flags","features":[508,380]},{"name":"PKEY_Message_FromAddress","features":[508,380]},{"name":"PKEY_Message_FromName","features":[508,380]},{"name":"PKEY_Message_HasAttachments","features":[508,380]},{"name":"PKEY_Message_IsFwdOrReply","features":[508,380]},{"name":"PKEY_Message_MessageClass","features":[508,380]},{"name":"PKEY_Message_Participants","features":[508,380]},{"name":"PKEY_Message_ProofInProgress","features":[508,380]},{"name":"PKEY_Message_SenderAddress","features":[508,380]},{"name":"PKEY_Message_SenderName","features":[508,380]},{"name":"PKEY_Message_Store","features":[508,380]},{"name":"PKEY_Message_ToAddress","features":[508,380]},{"name":"PKEY_Message_ToDoFlags","features":[508,380]},{"name":"PKEY_Message_ToDoTitle","features":[508,380]},{"name":"PKEY_Message_ToName","features":[508,380]},{"name":"PKEY_MileageInformation","features":[508,380]},{"name":"PKEY_MsGraph_CompositeId","features":[508,380]},{"name":"PKEY_MsGraph_DriveId","features":[508,380]},{"name":"PKEY_MsGraph_ItemId","features":[508,380]},{"name":"PKEY_MsGraph_RecommendationReason","features":[508,380]},{"name":"PKEY_MsGraph_RecommendationReferenceId","features":[508,380]},{"name":"PKEY_MsGraph_RecommendationResultSourceId","features":[508,380]},{"name":"PKEY_MsGraph_WebAccountId","features":[508,380]},{"name":"PKEY_Music_AlbumArtist","features":[508,380]},{"name":"PKEY_Music_AlbumArtistSortOverride","features":[508,380]},{"name":"PKEY_Music_AlbumID","features":[508,380]},{"name":"PKEY_Music_AlbumTitle","features":[508,380]},{"name":"PKEY_Music_AlbumTitleSortOverride","features":[508,380]},{"name":"PKEY_Music_Artist","features":[508,380]},{"name":"PKEY_Music_ArtistSortOverride","features":[508,380]},{"name":"PKEY_Music_BeatsPerMinute","features":[508,380]},{"name":"PKEY_Music_Composer","features":[508,380]},{"name":"PKEY_Music_ComposerSortOverride","features":[508,380]},{"name":"PKEY_Music_Conductor","features":[508,380]},{"name":"PKEY_Music_ContentGroupDescription","features":[508,380]},{"name":"PKEY_Music_DiscNumber","features":[508,380]},{"name":"PKEY_Music_DisplayArtist","features":[508,380]},{"name":"PKEY_Music_Genre","features":[508,380]},{"name":"PKEY_Music_InitialKey","features":[508,380]},{"name":"PKEY_Music_IsCompilation","features":[508,380]},{"name":"PKEY_Music_Lyrics","features":[508,380]},{"name":"PKEY_Music_Mood","features":[508,380]},{"name":"PKEY_Music_PartOfSet","features":[508,380]},{"name":"PKEY_Music_Period","features":[508,380]},{"name":"PKEY_Music_SynchronizedLyrics","features":[508,380]},{"name":"PKEY_Music_TrackNumber","features":[508,380]},{"name":"PKEY_NamespaceCLSID","features":[508,380]},{"name":"PKEY_Note_Color","features":[508,380]},{"name":"PKEY_Note_ColorText","features":[508,380]},{"name":"PKEY_Null","features":[508,380]},{"name":"PKEY_OfflineAvailability","features":[508,380]},{"name":"PKEY_OfflineStatus","features":[508,380]},{"name":"PKEY_OriginalFileName","features":[508,380]},{"name":"PKEY_OwnerSID","features":[508,380]},{"name":"PKEY_ParentalRating","features":[508,380]},{"name":"PKEY_ParentalRatingReason","features":[508,380]},{"name":"PKEY_ParentalRatingsOrganization","features":[508,380]},{"name":"PKEY_ParsingBindContext","features":[508,380]},{"name":"PKEY_ParsingName","features":[508,380]},{"name":"PKEY_ParsingPath","features":[508,380]},{"name":"PKEY_PerceivedType","features":[508,380]},{"name":"PKEY_PercentFull","features":[508,380]},{"name":"PKEY_Photo_Aperture","features":[508,380]},{"name":"PKEY_Photo_ApertureDenominator","features":[508,380]},{"name":"PKEY_Photo_ApertureNumerator","features":[508,380]},{"name":"PKEY_Photo_Brightness","features":[508,380]},{"name":"PKEY_Photo_BrightnessDenominator","features":[508,380]},{"name":"PKEY_Photo_BrightnessNumerator","features":[508,380]},{"name":"PKEY_Photo_CameraManufacturer","features":[508,380]},{"name":"PKEY_Photo_CameraModel","features":[508,380]},{"name":"PKEY_Photo_CameraSerialNumber","features":[508,380]},{"name":"PKEY_Photo_Contrast","features":[508,380]},{"name":"PKEY_Photo_ContrastText","features":[508,380]},{"name":"PKEY_Photo_DateTaken","features":[508,380]},{"name":"PKEY_Photo_DigitalZoom","features":[508,380]},{"name":"PKEY_Photo_DigitalZoomDenominator","features":[508,380]},{"name":"PKEY_Photo_DigitalZoomNumerator","features":[508,380]},{"name":"PKEY_Photo_EXIFVersion","features":[508,380]},{"name":"PKEY_Photo_Event","features":[508,380]},{"name":"PKEY_Photo_ExposureBias","features":[508,380]},{"name":"PKEY_Photo_ExposureBiasDenominator","features":[508,380]},{"name":"PKEY_Photo_ExposureBiasNumerator","features":[508,380]},{"name":"PKEY_Photo_ExposureIndex","features":[508,380]},{"name":"PKEY_Photo_ExposureIndexDenominator","features":[508,380]},{"name":"PKEY_Photo_ExposureIndexNumerator","features":[508,380]},{"name":"PKEY_Photo_ExposureProgram","features":[508,380]},{"name":"PKEY_Photo_ExposureProgramText","features":[508,380]},{"name":"PKEY_Photo_ExposureTime","features":[508,380]},{"name":"PKEY_Photo_ExposureTimeDenominator","features":[508,380]},{"name":"PKEY_Photo_ExposureTimeNumerator","features":[508,380]},{"name":"PKEY_Photo_FNumber","features":[508,380]},{"name":"PKEY_Photo_FNumberDenominator","features":[508,380]},{"name":"PKEY_Photo_FNumberNumerator","features":[508,380]},{"name":"PKEY_Photo_Flash","features":[508,380]},{"name":"PKEY_Photo_FlashEnergy","features":[508,380]},{"name":"PKEY_Photo_FlashEnergyDenominator","features":[508,380]},{"name":"PKEY_Photo_FlashEnergyNumerator","features":[508,380]},{"name":"PKEY_Photo_FlashManufacturer","features":[508,380]},{"name":"PKEY_Photo_FlashModel","features":[508,380]},{"name":"PKEY_Photo_FlashText","features":[508,380]},{"name":"PKEY_Photo_FocalLength","features":[508,380]},{"name":"PKEY_Photo_FocalLengthDenominator","features":[508,380]},{"name":"PKEY_Photo_FocalLengthInFilm","features":[508,380]},{"name":"PKEY_Photo_FocalLengthNumerator","features":[508,380]},{"name":"PKEY_Photo_FocalPlaneXResolution","features":[508,380]},{"name":"PKEY_Photo_FocalPlaneXResolutionDenominator","features":[508,380]},{"name":"PKEY_Photo_FocalPlaneXResolutionNumerator","features":[508,380]},{"name":"PKEY_Photo_FocalPlaneYResolution","features":[508,380]},{"name":"PKEY_Photo_FocalPlaneYResolutionDenominator","features":[508,380]},{"name":"PKEY_Photo_FocalPlaneYResolutionNumerator","features":[508,380]},{"name":"PKEY_Photo_GainControl","features":[508,380]},{"name":"PKEY_Photo_GainControlDenominator","features":[508,380]},{"name":"PKEY_Photo_GainControlNumerator","features":[508,380]},{"name":"PKEY_Photo_GainControlText","features":[508,380]},{"name":"PKEY_Photo_ISOSpeed","features":[508,380]},{"name":"PKEY_Photo_LensManufacturer","features":[508,380]},{"name":"PKEY_Photo_LensModel","features":[508,380]},{"name":"PKEY_Photo_LightSource","features":[508,380]},{"name":"PKEY_Photo_MakerNote","features":[508,380]},{"name":"PKEY_Photo_MakerNoteOffset","features":[508,380]},{"name":"PKEY_Photo_MaxAperture","features":[508,380]},{"name":"PKEY_Photo_MaxApertureDenominator","features":[508,380]},{"name":"PKEY_Photo_MaxApertureNumerator","features":[508,380]},{"name":"PKEY_Photo_MeteringMode","features":[508,380]},{"name":"PKEY_Photo_MeteringModeText","features":[508,380]},{"name":"PKEY_Photo_Orientation","features":[508,380]},{"name":"PKEY_Photo_OrientationText","features":[508,380]},{"name":"PKEY_Photo_PeopleNames","features":[508,380]},{"name":"PKEY_Photo_PhotometricInterpretation","features":[508,380]},{"name":"PKEY_Photo_PhotometricInterpretationText","features":[508,380]},{"name":"PKEY_Photo_ProgramMode","features":[508,380]},{"name":"PKEY_Photo_ProgramModeText","features":[508,380]},{"name":"PKEY_Photo_RelatedSoundFile","features":[508,380]},{"name":"PKEY_Photo_Saturation","features":[508,380]},{"name":"PKEY_Photo_SaturationText","features":[508,380]},{"name":"PKEY_Photo_Sharpness","features":[508,380]},{"name":"PKEY_Photo_SharpnessText","features":[508,380]},{"name":"PKEY_Photo_ShutterSpeed","features":[508,380]},{"name":"PKEY_Photo_ShutterSpeedDenominator","features":[508,380]},{"name":"PKEY_Photo_ShutterSpeedNumerator","features":[508,380]},{"name":"PKEY_Photo_SubjectDistance","features":[508,380]},{"name":"PKEY_Photo_SubjectDistanceDenominator","features":[508,380]},{"name":"PKEY_Photo_SubjectDistanceNumerator","features":[508,380]},{"name":"PKEY_Photo_TagViewAggregate","features":[508,380]},{"name":"PKEY_Photo_TranscodedForSync","features":[508,380]},{"name":"PKEY_Photo_WhiteBalance","features":[508,380]},{"name":"PKEY_Photo_WhiteBalanceText","features":[508,380]},{"name":"PKEY_Priority","features":[508,380]},{"name":"PKEY_PriorityText","features":[508,380]},{"name":"PKEY_Project","features":[508,380]},{"name":"PKEY_PropGroup_Advanced","features":[508,380]},{"name":"PKEY_PropGroup_Audio","features":[508,380]},{"name":"PKEY_PropGroup_Calendar","features":[508,380]},{"name":"PKEY_PropGroup_Camera","features":[508,380]},{"name":"PKEY_PropGroup_Contact","features":[508,380]},{"name":"PKEY_PropGroup_Content","features":[508,380]},{"name":"PKEY_PropGroup_Description","features":[508,380]},{"name":"PKEY_PropGroup_FileSystem","features":[508,380]},{"name":"PKEY_PropGroup_GPS","features":[508,380]},{"name":"PKEY_PropGroup_General","features":[508,380]},{"name":"PKEY_PropGroup_Image","features":[508,380]},{"name":"PKEY_PropGroup_Media","features":[508,380]},{"name":"PKEY_PropGroup_MediaAdvanced","features":[508,380]},{"name":"PKEY_PropGroup_Message","features":[508,380]},{"name":"PKEY_PropGroup_Music","features":[508,380]},{"name":"PKEY_PropGroup_Origin","features":[508,380]},{"name":"PKEY_PropGroup_PhotoAdvanced","features":[508,380]},{"name":"PKEY_PropGroup_RecordedTV","features":[508,380]},{"name":"PKEY_PropGroup_Video","features":[508,380]},{"name":"PKEY_PropList_ConflictPrompt","features":[508,380]},{"name":"PKEY_PropList_ContentViewModeForBrowse","features":[508,380]},{"name":"PKEY_PropList_ContentViewModeForSearch","features":[508,380]},{"name":"PKEY_PropList_ExtendedTileInfo","features":[508,380]},{"name":"PKEY_PropList_FileOperationPrompt","features":[508,380]},{"name":"PKEY_PropList_FullDetails","features":[508,380]},{"name":"PKEY_PropList_InfoTip","features":[508,380]},{"name":"PKEY_PropList_NonPersonal","features":[508,380]},{"name":"PKEY_PropList_PreviewDetails","features":[508,380]},{"name":"PKEY_PropList_PreviewTitle","features":[508,380]},{"name":"PKEY_PropList_QuickTip","features":[508,380]},{"name":"PKEY_PropList_TileInfo","features":[508,380]},{"name":"PKEY_PropList_XPDetailsPanel","features":[508,380]},{"name":"PKEY_ProviderItemID","features":[508,380]},{"name":"PKEY_Rating","features":[508,380]},{"name":"PKEY_RatingText","features":[508,380]},{"name":"PKEY_RecordedTV_ChannelNumber","features":[508,380]},{"name":"PKEY_RecordedTV_Credits","features":[508,380]},{"name":"PKEY_RecordedTV_DateContentExpires","features":[508,380]},{"name":"PKEY_RecordedTV_EpisodeName","features":[508,380]},{"name":"PKEY_RecordedTV_IsATSCContent","features":[508,380]},{"name":"PKEY_RecordedTV_IsClosedCaptioningAvailable","features":[508,380]},{"name":"PKEY_RecordedTV_IsDTVContent","features":[508,380]},{"name":"PKEY_RecordedTV_IsHDContent","features":[508,380]},{"name":"PKEY_RecordedTV_IsRepeatBroadcast","features":[508,380]},{"name":"PKEY_RecordedTV_IsSAP","features":[508,380]},{"name":"PKEY_RecordedTV_NetworkAffiliation","features":[508,380]},{"name":"PKEY_RecordedTV_OriginalBroadcastDate","features":[508,380]},{"name":"PKEY_RecordedTV_ProgramDescription","features":[508,380]},{"name":"PKEY_RecordedTV_RecordingTime","features":[508,380]},{"name":"PKEY_RecordedTV_StationCallSign","features":[508,380]},{"name":"PKEY_RecordedTV_StationName","features":[508,380]},{"name":"PKEY_RemoteConflictingFile","features":[508,380]},{"name":"PKEY_SFGAOFlags","features":[508,380]},{"name":"PKEY_Search_AutoSummary","features":[508,380]},{"name":"PKEY_Search_ContainerHash","features":[508,380]},{"name":"PKEY_Search_Contents","features":[508,380]},{"name":"PKEY_Search_EntryID","features":[508,380]},{"name":"PKEY_Search_ExtendedProperties","features":[508,380]},{"name":"PKEY_Search_GatherTime","features":[508,380]},{"name":"PKEY_Search_HitCount","features":[508,380]},{"name":"PKEY_Search_IsClosedDirectory","features":[508,380]},{"name":"PKEY_Search_IsFullyContained","features":[508,380]},{"name":"PKEY_Search_QueryFocusedSummary","features":[508,380]},{"name":"PKEY_Search_QueryFocusedSummaryWithFallback","features":[508,380]},{"name":"PKEY_Search_QueryPropertyHits","features":[508,380]},{"name":"PKEY_Search_Rank","features":[508,380]},{"name":"PKEY_Search_Store","features":[508,380]},{"name":"PKEY_Search_UrlToIndex","features":[508,380]},{"name":"PKEY_Search_UrlToIndexWithModificationTime","features":[508,380]},{"name":"PKEY_Security_AllowedEnterpriseDataProtectionIdentities","features":[508,380]},{"name":"PKEY_Security_EncryptionOwners","features":[508,380]},{"name":"PKEY_Security_EncryptionOwnersDisplay","features":[508,380]},{"name":"PKEY_Sensitivity","features":[508,380]},{"name":"PKEY_SensitivityText","features":[508,380]},{"name":"PKEY_ShareUserRating","features":[508,380]},{"name":"PKEY_SharedWith","features":[508,380]},{"name":"PKEY_SharingStatus","features":[508,380]},{"name":"PKEY_Shell_OmitFromView","features":[508,380]},{"name":"PKEY_Shell_SFGAOFlagsStrings","features":[508,380]},{"name":"PKEY_SimpleRating","features":[508,380]},{"name":"PKEY_Size","features":[508,380]},{"name":"PKEY_SoftwareUsed","features":[508,380]},{"name":"PKEY_Software_DateLastUsed","features":[508,380]},{"name":"PKEY_Software_ProductName","features":[508,380]},{"name":"PKEY_SourceItem","features":[508,380]},{"name":"PKEY_SourcePackageFamilyName","features":[508,380]},{"name":"PKEY_StartDate","features":[508,380]},{"name":"PKEY_Status","features":[508,380]},{"name":"PKEY_StatusBarSelectedItemCount","features":[508,380]},{"name":"PKEY_StatusBarViewItemCount","features":[508,380]},{"name":"PKEY_StorageProviderCallerVersionInformation","features":[508,380]},{"name":"PKEY_StorageProviderError","features":[508,380]},{"name":"PKEY_StorageProviderFileChecksum","features":[508,380]},{"name":"PKEY_StorageProviderFileCreatedBy","features":[508,380]},{"name":"PKEY_StorageProviderFileFlags","features":[508,380]},{"name":"PKEY_StorageProviderFileHasConflict","features":[508,380]},{"name":"PKEY_StorageProviderFileIdentifier","features":[508,380]},{"name":"PKEY_StorageProviderFileModifiedBy","features":[508,380]},{"name":"PKEY_StorageProviderFileRemoteUri","features":[508,380]},{"name":"PKEY_StorageProviderFileVersion","features":[508,380]},{"name":"PKEY_StorageProviderFileVersionWaterline","features":[508,380]},{"name":"PKEY_StorageProviderId","features":[508,380]},{"name":"PKEY_StorageProviderShareStatuses","features":[508,380]},{"name":"PKEY_StorageProviderSharingStatus","features":[508,380]},{"name":"PKEY_StorageProviderState","features":[508,380]},{"name":"PKEY_StorageProviderStatus","features":[508,380]},{"name":"PKEY_StorageProviderTransferProgress","features":[508,380]},{"name":"PKEY_StorageProviderUIStatus","features":[508,380]},{"name":"PKEY_Storage_Portable","features":[508,380]},{"name":"PKEY_Storage_RemovableMedia","features":[508,380]},{"name":"PKEY_Storage_SystemCritical","features":[508,380]},{"name":"PKEY_Subject","features":[508,380]},{"name":"PKEY_Supplemental_Album","features":[508,380]},{"name":"PKEY_Supplemental_AlbumID","features":[508,380]},{"name":"PKEY_Supplemental_Location","features":[508,380]},{"name":"PKEY_Supplemental_Person","features":[508,380]},{"name":"PKEY_Supplemental_ResourceId","features":[508,380]},{"name":"PKEY_Supplemental_Tag","features":[508,380]},{"name":"PKEY_SyncTransferStatus","features":[508,380]},{"name":"PKEY_Sync_Comments","features":[508,380]},{"name":"PKEY_Sync_ConflictDescription","features":[508,380]},{"name":"PKEY_Sync_ConflictFirstLocation","features":[508,380]},{"name":"PKEY_Sync_ConflictSecondLocation","features":[508,380]},{"name":"PKEY_Sync_HandlerCollectionID","features":[508,380]},{"name":"PKEY_Sync_HandlerID","features":[508,380]},{"name":"PKEY_Sync_HandlerName","features":[508,380]},{"name":"PKEY_Sync_HandlerType","features":[508,380]},{"name":"PKEY_Sync_HandlerTypeLabel","features":[508,380]},{"name":"PKEY_Sync_ItemID","features":[508,380]},{"name":"PKEY_Sync_ItemName","features":[508,380]},{"name":"PKEY_Sync_ProgressPercentage","features":[508,380]},{"name":"PKEY_Sync_State","features":[508,380]},{"name":"PKEY_Sync_Status","features":[508,380]},{"name":"PKEY_Task_BillingInformation","features":[508,380]},{"name":"PKEY_Task_CompletionStatus","features":[508,380]},{"name":"PKEY_Task_Owner","features":[508,380]},{"name":"PKEY_Thumbnail","features":[508,380]},{"name":"PKEY_ThumbnailCacheId","features":[508,380]},{"name":"PKEY_ThumbnailStream","features":[508,380]},{"name":"PKEY_Title","features":[508,380]},{"name":"PKEY_TitleSortOverride","features":[508,380]},{"name":"PKEY_TotalFileSize","features":[508,380]},{"name":"PKEY_Trademarks","features":[508,380]},{"name":"PKEY_TransferOrder","features":[508,380]},{"name":"PKEY_TransferPosition","features":[508,380]},{"name":"PKEY_TransferSize","features":[508,380]},{"name":"PKEY_Video_Compression","features":[508,380]},{"name":"PKEY_Video_Director","features":[508,380]},{"name":"PKEY_Video_EncodingBitrate","features":[508,380]},{"name":"PKEY_Video_FourCC","features":[508,380]},{"name":"PKEY_Video_FrameHeight","features":[508,380]},{"name":"PKEY_Video_FrameRate","features":[508,380]},{"name":"PKEY_Video_FrameWidth","features":[508,380]},{"name":"PKEY_Video_HorizontalAspectRatio","features":[508,380]},{"name":"PKEY_Video_IsSpherical","features":[508,380]},{"name":"PKEY_Video_IsStereo","features":[508,380]},{"name":"PKEY_Video_Orientation","features":[508,380]},{"name":"PKEY_Video_SampleSize","features":[508,380]},{"name":"PKEY_Video_StreamName","features":[508,380]},{"name":"PKEY_Video_StreamNumber","features":[508,380]},{"name":"PKEY_Video_TotalBitrate","features":[508,380]},{"name":"PKEY_Video_TranscodedForSync","features":[508,380]},{"name":"PKEY_Video_VerticalAspectRatio","features":[508,380]},{"name":"PKEY_VolumeId","features":[508,380]},{"name":"PKEY_Volume_FileSystem","features":[508,380]},{"name":"PKEY_Volume_IsMappedDrive","features":[508,380]},{"name":"PKEY_Volume_IsRoot","features":[508,380]},{"name":"PKEY_ZoneIdentifier","features":[508,380]},{"name":"PLAYBACKSTATE_NOMEDIA","features":[508]},{"name":"PLAYBACKSTATE_PAUSED","features":[508]},{"name":"PLAYBACKSTATE_PLAYING","features":[508]},{"name":"PLAYBACKSTATE_RECORDING","features":[508]},{"name":"PLAYBACKSTATE_RECORDINGPAUSED","features":[508]},{"name":"PLAYBACKSTATE_STOPPED","features":[508]},{"name":"PLAYBACKSTATE_TRANSITIONING","features":[508]},{"name":"PLAYBACKSTATE_UNKNOWN","features":[508]},{"name":"RATING_FIVE_STARS_MAX","features":[508]},{"name":"RATING_FIVE_STARS_MIN","features":[508]},{"name":"RATING_FIVE_STARS_SET","features":[508]},{"name":"RATING_FOUR_STARS_MAX","features":[508]},{"name":"RATING_FOUR_STARS_MIN","features":[508]},{"name":"RATING_FOUR_STARS_SET","features":[508]},{"name":"RATING_ONE_STAR_MAX","features":[508]},{"name":"RATING_ONE_STAR_MIN","features":[508]},{"name":"RATING_ONE_STAR_SET","features":[508]},{"name":"RATING_THREE_STARS_MAX","features":[508]},{"name":"RATING_THREE_STARS_MIN","features":[508]},{"name":"RATING_THREE_STARS_SET","features":[508]},{"name":"RATING_TWO_STARS_MAX","features":[508]},{"name":"RATING_TWO_STARS_MIN","features":[508]},{"name":"RATING_TWO_STARS_SET","features":[508]},{"name":"SFGAOSTR_BROWSABLE","features":[508]},{"name":"SFGAOSTR_FILEANC","features":[508]},{"name":"SFGAOSTR_FILESYS","features":[508]},{"name":"SFGAOSTR_FOLDER","features":[508]},{"name":"SFGAOSTR_HIDDEN","features":[508]},{"name":"SFGAOSTR_LINK","features":[508]},{"name":"SFGAOSTR_NONENUM","features":[508]},{"name":"SFGAOSTR_PLACEHOLDER","features":[508]},{"name":"SFGAOSTR_STORAGEANC","features":[508]},{"name":"SFGAOSTR_STREAM","features":[508]},{"name":"SFGAOSTR_SUPERHIDDEN","features":[508]},{"name":"SFGAOSTR_SYSTEM","features":[508]},{"name":"SHARINGSTATUS_NOTSHARED","features":[508]},{"name":"SHARINGSTATUS_PRIVATE","features":[508]},{"name":"SHARINGSTATUS_SHARED","features":[508]},{"name":"SILO_INFO","features":[508]},{"name":"STORAGEPROVIDERSTATE_ERROR","features":[508]},{"name":"STORAGEPROVIDERSTATE_EXCLUDED","features":[508]},{"name":"STORAGEPROVIDERSTATE_IN_SYNC","features":[508]},{"name":"STORAGEPROVIDERSTATE_NONE","features":[508]},{"name":"STORAGEPROVIDERSTATE_PENDING_DOWNLOAD","features":[508]},{"name":"STORAGEPROVIDERSTATE_PENDING_UNSPECIFIED","features":[508]},{"name":"STORAGEPROVIDERSTATE_PENDING_UPLOAD","features":[508]},{"name":"STORAGEPROVIDERSTATE_PINNED","features":[508]},{"name":"STORAGEPROVIDERSTATE_SPARSE","features":[508]},{"name":"STORAGEPROVIDERSTATE_TRANSFERRING","features":[508]},{"name":"STORAGEPROVIDERSTATE_WARNING","features":[508]},{"name":"STORAGE_PROVIDER_SHARE_STATUS_GROUP","features":[508]},{"name":"STORAGE_PROVIDER_SHARE_STATUS_OWNER","features":[508]},{"name":"STORAGE_PROVIDER_SHARE_STATUS_PRIVATE","features":[508]},{"name":"STORAGE_PROVIDER_SHARE_STATUS_PUBLIC","features":[508]},{"name":"STORAGE_PROVIDER_SHARE_STATUS_SHARED","features":[508]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_NOTSHARED","features":[508]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_PRIVATE","features":[508]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_PUBLIC","features":[508]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_PUBLIC_COOWNED","features":[508]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_PUBLIC_OWNED","features":[508]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_SHARED","features":[508]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_SHARED_COOWNED","features":[508]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_SHARED_OWNED","features":[508]},{"name":"SYNC_HANDLERTYPE_COMPUTERS","features":[508]},{"name":"SYNC_HANDLERTYPE_DEVICES","features":[508]},{"name":"SYNC_HANDLERTYPE_FOLDERS","features":[508]},{"name":"SYNC_HANDLERTYPE_OTHER","features":[508]},{"name":"SYNC_HANDLERTYPE_PROGRAMS","features":[508]},{"name":"SYNC_HANDLERTYPE_WEBSERVICES","features":[508]},{"name":"SYNC_STATE_ERROR","features":[508]},{"name":"SYNC_STATE_IDLE","features":[508]},{"name":"SYNC_STATE_NOTSETUP","features":[508]},{"name":"SYNC_STATE_PENDING","features":[508]},{"name":"SYNC_STATE_SYNCING","features":[508]},{"name":"SYNC_STATE_SYNCNOTRUN","features":[508]},{"name":"WPD_CATEGORY_ENHANCED_STORAGE","features":[508]}],"511":[{"name":"BackupCancelled","features":[509]},{"name":"BackupInvalidStopReason","features":[509]},{"name":"BackupLimitUserBusyMachineOnAC","features":[509]},{"name":"BackupLimitUserBusyMachineOnDC","features":[509]},{"name":"BackupLimitUserIdleMachineOnDC","features":[509]},{"name":"FHCFG_E_CONFIGURATION_PREVIOUSLY_LOADED","features":[509]},{"name":"FHCFG_E_CONFIG_ALREADY_EXISTS","features":[509]},{"name":"FHCFG_E_CONFIG_FILE_NOT_FOUND","features":[509]},{"name":"FHCFG_E_CORRUPT_CONFIG_FILE","features":[509]},{"name":"FHCFG_E_INVALID_REHYDRATION_STATE","features":[509]},{"name":"FHCFG_E_LEGACY_BACKUP_NOT_FOUND","features":[509]},{"name":"FHCFG_E_LEGACY_BACKUP_USER_EXCLUDED","features":[509]},{"name":"FHCFG_E_LEGACY_TARGET_UNSUPPORTED","features":[509]},{"name":"FHCFG_E_LEGACY_TARGET_VALIDATION_UNSUPPORTED","features":[509]},{"name":"FHCFG_E_NO_VALID_CONFIGURATION_LOADED","features":[509]},{"name":"FHCFG_E_RECOMMENDATION_CHANGE_NOT_ALLOWED","features":[509]},{"name":"FHCFG_E_TARGET_CANNOT_BE_USED","features":[509]},{"name":"FHCFG_E_TARGET_NOT_CONFIGURED","features":[509]},{"name":"FHCFG_E_TARGET_NOT_CONNECTED","features":[509]},{"name":"FHCFG_E_TARGET_NOT_ENOUGH_FREE_SPACE","features":[509]},{"name":"FHCFG_E_TARGET_REHYDRATED_ELSEWHERE","features":[509]},{"name":"FHCFG_E_TARGET_VERIFICATION_FAILED","features":[509]},{"name":"FHSVC_E_BACKUP_BLOCKED","features":[509]},{"name":"FHSVC_E_CONFIG_DISABLED","features":[509]},{"name":"FHSVC_E_CONFIG_DISABLED_GP","features":[509]},{"name":"FHSVC_E_CONFIG_REHYDRATING","features":[509]},{"name":"FHSVC_E_FATAL_CONFIG_ERROR","features":[509]},{"name":"FHSVC_E_NOT_CONFIGURED","features":[509]},{"name":"FH_ACCESS_DENIED","features":[509]},{"name":"FH_BACKUP_STATUS","features":[509]},{"name":"FH_CURRENT_DEFAULT","features":[509]},{"name":"FH_DEVICE_VALIDATION_RESULT","features":[509]},{"name":"FH_DRIVE_FIXED","features":[509]},{"name":"FH_DRIVE_REMOTE","features":[509]},{"name":"FH_DRIVE_REMOVABLE","features":[509]},{"name":"FH_DRIVE_UNKNOWN","features":[509]},{"name":"FH_FOLDER","features":[509]},{"name":"FH_FREQUENCY","features":[509]},{"name":"FH_INVALID_DRIVE_TYPE","features":[509]},{"name":"FH_LIBRARY","features":[509]},{"name":"FH_LOCAL_POLICY_TYPE","features":[509]},{"name":"FH_NAMESPACE_EXISTS","features":[509]},{"name":"FH_PROTECTED_ITEM_CATEGORY","features":[509]},{"name":"FH_READ_ONLY_PERMISSION","features":[509]},{"name":"FH_RETENTION_AGE","features":[509]},{"name":"FH_RETENTION_AGE_BASED","features":[509]},{"name":"FH_RETENTION_DISABLED","features":[509]},{"name":"FH_RETENTION_TYPE","features":[509]},{"name":"FH_RETENTION_TYPES","features":[509]},{"name":"FH_RETENTION_UNLIMITED","features":[509]},{"name":"FH_SERVICE_PIPE_HANDLE","features":[509]},{"name":"FH_STATE_BACKUP_NOT_SUPPORTED","features":[509]},{"name":"FH_STATE_DISABLED_BY_GP","features":[509]},{"name":"FH_STATE_FATAL_CONFIG_ERROR","features":[509]},{"name":"FH_STATE_MIGRATING","features":[509]},{"name":"FH_STATE_NOT_TRACKED","features":[509]},{"name":"FH_STATE_NO_ERROR","features":[509]},{"name":"FH_STATE_OFF","features":[509]},{"name":"FH_STATE_REHYDRATING","features":[509]},{"name":"FH_STATE_RUNNING","features":[509]},{"name":"FH_STATE_STAGING_FULL","features":[509]},{"name":"FH_STATE_TARGET_ABSENT","features":[509]},{"name":"FH_STATE_TARGET_ACCESS_DENIED","features":[509]},{"name":"FH_STATE_TARGET_FS_LIMITATION","features":[509]},{"name":"FH_STATE_TARGET_FULL","features":[509]},{"name":"FH_STATE_TARGET_FULL_RETENTION_MAX","features":[509]},{"name":"FH_STATE_TARGET_LOW_SPACE","features":[509]},{"name":"FH_STATE_TARGET_LOW_SPACE_RETENTION_MAX","features":[509]},{"name":"FH_STATE_TARGET_VOLUME_DIRTY","features":[509]},{"name":"FH_STATE_TOO_MUCH_BEHIND","features":[509]},{"name":"FH_STATUS_DISABLED","features":[509]},{"name":"FH_STATUS_DISABLED_BY_GP","features":[509]},{"name":"FH_STATUS_ENABLED","features":[509]},{"name":"FH_STATUS_REHYDRATING","features":[509]},{"name":"FH_TARGET_DRIVE_TYPE","features":[509]},{"name":"FH_TARGET_DRIVE_TYPES","features":[509]},{"name":"FH_TARGET_NAME","features":[509]},{"name":"FH_TARGET_PART_OF_LIBRARY","features":[509]},{"name":"FH_TARGET_PROPERTY_TYPE","features":[509]},{"name":"FH_TARGET_URL","features":[509]},{"name":"FH_VALID_TARGET","features":[509]},{"name":"FhBackupStopReason","features":[509]},{"name":"FhConfigMgr","features":[509]},{"name":"FhReassociation","features":[509]},{"name":"FhServiceBlockBackup","features":[509]},{"name":"FhServiceClosePipe","features":[509]},{"name":"FhServiceOpenPipe","features":[307,509]},{"name":"FhServiceReloadConfiguration","features":[509]},{"name":"FhServiceStartBackup","features":[307,509]},{"name":"FhServiceStopBackup","features":[307,509]},{"name":"FhServiceUnblockBackup","features":[509]},{"name":"IFhConfigMgr","features":[509]},{"name":"IFhReassociation","features":[509]},{"name":"IFhScopeIterator","features":[509]},{"name":"IFhTarget","features":[509]},{"name":"MAX_BACKUP_STATUS","features":[509]},{"name":"MAX_LOCAL_POLICY","features":[509]},{"name":"MAX_PROTECTED_ITEM_CATEGORY","features":[509]},{"name":"MAX_RETENTION_TYPE","features":[509]},{"name":"MAX_TARGET_PROPERTY","features":[509]},{"name":"MAX_VALIDATION_RESULT","features":[509]}],"512":[{"name":"AdSyncTask","features":[510]},{"name":"AdrClientDisplayFlags","features":[510]},{"name":"AdrClientDisplayFlags_AllowEmailRequests","features":[510]},{"name":"AdrClientDisplayFlags_ShowDeviceTroubleshooting","features":[510]},{"name":"AdrClientErrorType","features":[510]},{"name":"AdrClientErrorType_AccessDenied","features":[510]},{"name":"AdrClientErrorType_FileNotFound","features":[510]},{"name":"AdrClientErrorType_Unknown","features":[510]},{"name":"AdrClientFlags","features":[510]},{"name":"AdrClientFlags_FailForLocalPaths","features":[510]},{"name":"AdrClientFlags_FailIfNotDomainJoined","features":[510]},{"name":"AdrClientFlags_FailIfNotSupportedByServer","features":[510]},{"name":"AdrClientFlags_None","features":[510]},{"name":"AdrEmailFlags","features":[510]},{"name":"AdrEmailFlags_GenerateEventLog","features":[510]},{"name":"AdrEmailFlags_IncludeDeviceClaims","features":[510]},{"name":"AdrEmailFlags_IncludeUserInfo","features":[510]},{"name":"AdrEmailFlags_PutAdminOnToLine","features":[510]},{"name":"AdrEmailFlags_PutDataOwnerOnToLine","features":[510]},{"name":"DIFsrmClassificationEvents","features":[510,358]},{"name":"FSRM_DISPID_FEATURE_CLASSIFICATION","features":[510]},{"name":"FSRM_DISPID_FEATURE_FILESCREEN","features":[510]},{"name":"FSRM_DISPID_FEATURE_GENERAL","features":[510]},{"name":"FSRM_DISPID_FEATURE_MASK","features":[510]},{"name":"FSRM_DISPID_FEATURE_PIPELINE","features":[510]},{"name":"FSRM_DISPID_FEATURE_QUOTA","features":[510]},{"name":"FSRM_DISPID_FEATURE_REPORTS","features":[510]},{"name":"FSRM_DISPID_INTERFACE_A_MASK","features":[510]},{"name":"FSRM_DISPID_INTERFACE_B_MASK","features":[510]},{"name":"FSRM_DISPID_INTERFACE_C_MASK","features":[510]},{"name":"FSRM_DISPID_INTERFACE_D_MASK","features":[510]},{"name":"FSRM_DISPID_IS_PROPERTY","features":[510]},{"name":"FSRM_DISPID_METHOD_NUM_MASK","features":[510]},{"name":"FSRM_E_ADR_MAX_EMAILS_SENT","features":[510]},{"name":"FSRM_E_ADR_NOT_DOMAIN_JOINED","features":[510]},{"name":"FSRM_E_ADR_PATH_IS_LOCAL","features":[510]},{"name":"FSRM_E_ADR_SRV_NOT_SUPPORTED","features":[510]},{"name":"FSRM_E_ALREADY_EXISTS","features":[510]},{"name":"FSRM_E_AUTO_QUOTA","features":[510]},{"name":"FSRM_E_CACHE_INVALID","features":[510]},{"name":"FSRM_E_CACHE_MODULE_ALREADY_EXISTS","features":[510]},{"name":"FSRM_E_CANNOT_AGGREGATE","features":[510]},{"name":"FSRM_E_CANNOT_ALLOW_REPARSE_POINT_TAG","features":[510]},{"name":"FSRM_E_CANNOT_CHANGE_PROPERTY_TYPE","features":[510]},{"name":"FSRM_E_CANNOT_CREATE_TEMP_COPY","features":[510]},{"name":"FSRM_E_CANNOT_DELETE_SYSTEM_PROPERTY","features":[510]},{"name":"FSRM_E_CANNOT_REMOVE_READONLY","features":[510]},{"name":"FSRM_E_CANNOT_RENAME_PROPERTY","features":[510]},{"name":"FSRM_E_CANNOT_STORE_PROPERTIES","features":[510]},{"name":"FSRM_E_CANNOT_USE_DELETED_PROPERTY","features":[510]},{"name":"FSRM_E_CANNOT_USE_DEPRECATED_PROPERTY","features":[510]},{"name":"FSRM_E_CLASSIFICATION_ALREADY_RUNNING","features":[510]},{"name":"FSRM_E_CLASSIFICATION_CANCELED","features":[510]},{"name":"FSRM_E_CLASSIFICATION_NOT_RUNNING","features":[510]},{"name":"FSRM_E_CLASSIFICATION_PARTIAL_BATCH","features":[510]},{"name":"FSRM_E_CLASSIFICATION_SCAN_FAIL","features":[510]},{"name":"FSRM_E_CLASSIFICATION_TIMEOUT","features":[510]},{"name":"FSRM_E_CLUSTER_NOT_RUNNING","features":[510]},{"name":"FSRM_E_CSC_PATH_NOT_SUPPORTED","features":[510]},{"name":"FSRM_E_DIFFERENT_CLUSTER_GROUP","features":[510]},{"name":"FSRM_E_DRIVER_NOT_READY","features":[510]},{"name":"FSRM_E_DUPLICATE_NAME","features":[510]},{"name":"FSRM_E_EMAIL_NOT_SENT","features":[510]},{"name":"FSRM_E_ENUM_PROPERTIES_FAILED","features":[510]},{"name":"FSRM_E_ERROR_NOT_ENABLED","features":[510]},{"name":"FSRM_E_EXPIRATION_PATH_NOT_WRITEABLE","features":[510]},{"name":"FSRM_E_EXPIRATION_PATH_TOO_LONG","features":[510]},{"name":"FSRM_E_EXPIRATION_VOLUME_NOT_NTFS","features":[510]},{"name":"FSRM_E_FAIL_BATCH","features":[510]},{"name":"FSRM_E_FILE_ENCRYPTED","features":[510]},{"name":"FSRM_E_FILE_IN_USE","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_ACTION_GET_EXITCODE_FAILED","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_ACTION_TIMEOUT","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_EXPIRATION_DIR_IN_SCOPE","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_ALREADY_EXISTS","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_ALREADY_RUNNING","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_CUSTOM","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_DEPRECATED","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_EXPIRATION","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_INVALID_CONTINUOUS_CONFIG","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_MAX_FILE_CONDITIONS","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_NOTIFICATION","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_NOT_LEGACY_ACCESSIBLE","features":[510]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_RMS","features":[510]},{"name":"FSRM_E_FILE_OPEN_ERROR","features":[510]},{"name":"FSRM_E_FILE_SYSTEM_CORRUPT","features":[510]},{"name":"FSRM_E_INCOMPATIBLE_FORMAT","features":[510]},{"name":"FSRM_E_INPROC_MODULE_BLOCKED","features":[510]},{"name":"FSRM_E_INSECURE_PATH","features":[510]},{"name":"FSRM_E_INSUFFICIENT_DISK","features":[510]},{"name":"FSRM_E_INVALID_AD_CLAIM","features":[510]},{"name":"FSRM_E_INVALID_COMBINATION","features":[510]},{"name":"FSRM_E_INVALID_DATASCREEN_DEFINITION","features":[510]},{"name":"FSRM_E_INVALID_EMAIL_ADDRESS","features":[510]},{"name":"FSRM_E_INVALID_FILEGROUP_DEFINITION","features":[510]},{"name":"FSRM_E_INVALID_FILENAME","features":[510]},{"name":"FSRM_E_INVALID_FOLDER_PROPERTY_STORE","features":[510]},{"name":"FSRM_E_INVALID_IMPORT_VERSION","features":[510]},{"name":"FSRM_E_INVALID_LIMIT","features":[510]},{"name":"FSRM_E_INVALID_NAME","features":[510]},{"name":"FSRM_E_INVALID_PATH","features":[510]},{"name":"FSRM_E_INVALID_REPORT_DESC","features":[510]},{"name":"FSRM_E_INVALID_REPORT_FORMAT","features":[510]},{"name":"FSRM_E_INVALID_SCHEDULER_ARGUMENT","features":[510]},{"name":"FSRM_E_INVALID_SMTP_SERVER","features":[510]},{"name":"FSRM_E_INVALID_TEXT","features":[510]},{"name":"FSRM_E_INVALID_USER","features":[510]},{"name":"FSRM_E_LAST_ACCESS_UPDATE_DISABLED","features":[510]},{"name":"FSRM_E_LEGACY_SCHEDULE","features":[510]},{"name":"FSRM_E_LOADING_DISABLED_MODULE","features":[510]},{"name":"FSRM_E_LONG_CMDLINE","features":[510]},{"name":"FSRM_E_MAX_PROPERTY_DEFINITIONS","features":[510]},{"name":"FSRM_E_MESSAGE_LIMIT_EXCEEDED","features":[510]},{"name":"FSRM_E_MODULE_INITIALIZATION","features":[510]},{"name":"FSRM_E_MODULE_INVALID_PARAM","features":[510]},{"name":"FSRM_E_MODULE_SESSION_INITIALIZATION","features":[510]},{"name":"FSRM_E_MODULE_TIMEOUT","features":[510]},{"name":"FSRM_E_NOT_CLUSTER_VOLUME","features":[510]},{"name":"FSRM_E_NOT_FOUND","features":[510]},{"name":"FSRM_E_NOT_SUPPORTED","features":[510]},{"name":"FSRM_E_NO_EMAIL_ADDRESS","features":[510]},{"name":"FSRM_E_NO_PROPERTY_VALUE","features":[510]},{"name":"FSRM_E_OBJECT_IN_USE","features":[510]},{"name":"FSRM_E_OUT_OF_RANGE","features":[510]},{"name":"FSRM_E_PARTIAL_CLASSIFICATION_PROPERTY_NOT_FOUND","features":[510]},{"name":"FSRM_E_PATH_NOT_FOUND","features":[510]},{"name":"FSRM_E_PATH_NOT_IN_NAMESPACE","features":[510]},{"name":"FSRM_E_PERSIST_PROPERTIES_FAILED","features":[510]},{"name":"FSRM_E_PERSIST_PROPERTIES_FAILED_ENCRYPTED","features":[510]},{"name":"FSRM_E_PROPERTY_DELETED","features":[510]},{"name":"FSRM_E_PROPERTY_MUST_APPLY_TO_FILES","features":[510]},{"name":"FSRM_E_PROPERTY_MUST_APPLY_TO_FOLDERS","features":[510]},{"name":"FSRM_E_PROPERTY_MUST_BE_GLOBAL","features":[510]},{"name":"FSRM_E_PROPERTY_MUST_BE_SECURE","features":[510]},{"name":"FSRM_E_REBUILDING_FODLER_TYPE_INDEX","features":[510]},{"name":"FSRM_E_REPORT_GENERATION_ERR","features":[510]},{"name":"FSRM_E_REPORT_JOB_ALREADY_RUNNING","features":[510]},{"name":"FSRM_E_REPORT_TASK_TRIGGER","features":[510]},{"name":"FSRM_E_REPORT_TYPE_ALREADY_EXISTS","features":[510]},{"name":"FSRM_E_REQD_PARAM_MISSING","features":[510]},{"name":"FSRM_E_RMS_NO_PROTECTORS_INSTALLED","features":[510]},{"name":"FSRM_E_RMS_NO_PROTECTOR_INSTALLED_FOR_FILE","features":[510]},{"name":"FSRM_E_RMS_TEMPLATE_NOT_FOUND","features":[510]},{"name":"FSRM_E_SECURE_PROPERTIES_NOT_SUPPORTED","features":[510]},{"name":"FSRM_E_SET_PROPERTY_FAILED","features":[510]},{"name":"FSRM_E_SHADOW_COPY","features":[510]},{"name":"FSRM_E_STORE_NOT_INSTALLED","features":[510]},{"name":"FSRM_E_SYNC_TASK_HAD_ERRORS","features":[510]},{"name":"FSRM_E_SYNC_TASK_TIMEOUT","features":[510]},{"name":"FSRM_E_TEXTREADER_FILENAME_TOO_LONG","features":[510]},{"name":"FSRM_E_TEXTREADER_IFILTER_CLSID_MALFORMED","features":[510]},{"name":"FSRM_E_TEXTREADER_IFILTER_NOT_FOUND","features":[510]},{"name":"FSRM_E_TEXTREADER_NOT_INITIALIZED","features":[510]},{"name":"FSRM_E_TEXTREADER_STREAM_ERROR","features":[510]},{"name":"FSRM_E_UNEXPECTED","features":[510]},{"name":"FSRM_E_UNSECURE_LINK_TO_HOSTED_MODULE","features":[510]},{"name":"FSRM_E_VOLUME_OFFLINE","features":[510]},{"name":"FSRM_E_VOLUME_UNSUPPORTED","features":[510]},{"name":"FSRM_E_WMI_FAILURE","features":[510]},{"name":"FSRM_E_XML_CORRUPTED","features":[510]},{"name":"FSRM_S_CLASSIFICATION_SCAN_FAILURES","features":[510]},{"name":"FSRM_S_PARTIAL_BATCH","features":[510]},{"name":"FSRM_S_PARTIAL_CLASSIFICATION","features":[510]},{"name":"FsrmAccessDeniedRemediationClient","features":[510]},{"name":"FsrmAccountType","features":[510]},{"name":"FsrmAccountType_Automatic","features":[510]},{"name":"FsrmAccountType_External","features":[510]},{"name":"FsrmAccountType_InProc","features":[510]},{"name":"FsrmAccountType_LocalService","features":[510]},{"name":"FsrmAccountType_LocalSystem","features":[510]},{"name":"FsrmAccountType_NetworkService","features":[510]},{"name":"FsrmAccountType_Unknown","features":[510]},{"name":"FsrmActionType","features":[510]},{"name":"FsrmActionType_Command","features":[510]},{"name":"FsrmActionType_Email","features":[510]},{"name":"FsrmActionType_EventLog","features":[510]},{"name":"FsrmActionType_Report","features":[510]},{"name":"FsrmActionType_Unknown","features":[510]},{"name":"FsrmClassificationLoggingFlags","features":[510]},{"name":"FsrmClassificationLoggingFlags_ClassificationsInLogFile","features":[510]},{"name":"FsrmClassificationLoggingFlags_ClassificationsInSystemLog","features":[510]},{"name":"FsrmClassificationLoggingFlags_ErrorsInLogFile","features":[510]},{"name":"FsrmClassificationLoggingFlags_ErrorsInSystemLog","features":[510]},{"name":"FsrmClassificationLoggingFlags_None","features":[510]},{"name":"FsrmClassificationManager","features":[510]},{"name":"FsrmCollectionState","features":[510]},{"name":"FsrmCollectionState_Cancelled","features":[510]},{"name":"FsrmCollectionState_Committing","features":[510]},{"name":"FsrmCollectionState_Complete","features":[510]},{"name":"FsrmCollectionState_Fetching","features":[510]},{"name":"FsrmCommitOptions","features":[510]},{"name":"FsrmCommitOptions_Asynchronous","features":[510]},{"name":"FsrmCommitOptions_None","features":[510]},{"name":"FsrmDaysNotSpecified","features":[510]},{"name":"FsrmEnumOptions","features":[510]},{"name":"FsrmEnumOptions_Asynchronous","features":[510]},{"name":"FsrmEnumOptions_CheckRecycleBin","features":[510]},{"name":"FsrmEnumOptions_IncludeClusterNodes","features":[510]},{"name":"FsrmEnumOptions_IncludeDeprecatedObjects","features":[510]},{"name":"FsrmEnumOptions_None","features":[510]},{"name":"FsrmEventType","features":[510]},{"name":"FsrmEventType_Error","features":[510]},{"name":"FsrmEventType_Information","features":[510]},{"name":"FsrmEventType_Unknown","features":[510]},{"name":"FsrmEventType_Warning","features":[510]},{"name":"FsrmExecutionOption","features":[510]},{"name":"FsrmExecutionOption_EvaluateUnset","features":[510]},{"name":"FsrmExecutionOption_ReEvaluate_ConsiderExistingValue","features":[510]},{"name":"FsrmExecutionOption_ReEvaluate_IgnoreExistingValue","features":[510]},{"name":"FsrmExecutionOption_Unknown","features":[510]},{"name":"FsrmExportImport","features":[510]},{"name":"FsrmFileConditionType","features":[510]},{"name":"FsrmFileConditionType_Property","features":[510]},{"name":"FsrmFileConditionType_Unknown","features":[510]},{"name":"FsrmFileGroupManager","features":[510]},{"name":"FsrmFileManagementJobManager","features":[510]},{"name":"FsrmFileManagementLoggingFlags","features":[510]},{"name":"FsrmFileManagementLoggingFlags_Audit","features":[510]},{"name":"FsrmFileManagementLoggingFlags_Error","features":[510]},{"name":"FsrmFileManagementLoggingFlags_Information","features":[510]},{"name":"FsrmFileManagementLoggingFlags_None","features":[510]},{"name":"FsrmFileManagementType","features":[510]},{"name":"FsrmFileManagementType_Custom","features":[510]},{"name":"FsrmFileManagementType_Expiration","features":[510]},{"name":"FsrmFileManagementType_Rms","features":[510]},{"name":"FsrmFileManagementType_Unknown","features":[510]},{"name":"FsrmFileScreenFlags","features":[510]},{"name":"FsrmFileScreenFlags_Enforce","features":[510]},{"name":"FsrmFileScreenManager","features":[510]},{"name":"FsrmFileScreenTemplateManager","features":[510]},{"name":"FsrmFileStreamingInterfaceType","features":[510]},{"name":"FsrmFileStreamingInterfaceType_ILockBytes","features":[510]},{"name":"FsrmFileStreamingInterfaceType_IStream","features":[510]},{"name":"FsrmFileStreamingInterfaceType_Unknown","features":[510]},{"name":"FsrmFileStreamingMode","features":[510]},{"name":"FsrmFileStreamingMode_Read","features":[510]},{"name":"FsrmFileStreamingMode_Unknown","features":[510]},{"name":"FsrmFileStreamingMode_Write","features":[510]},{"name":"FsrmFileSystemPropertyId","features":[510]},{"name":"FsrmFileSystemPropertyId_DateCreated","features":[510]},{"name":"FsrmFileSystemPropertyId_DateLastAccessed","features":[510]},{"name":"FsrmFileSystemPropertyId_DateLastModified","features":[510]},{"name":"FsrmFileSystemPropertyId_DateNow","features":[510]},{"name":"FsrmFileSystemPropertyId_FileName","features":[510]},{"name":"FsrmFileSystemPropertyId_Undefined","features":[510]},{"name":"FsrmGetFilePropertyOptions","features":[510]},{"name":"FsrmGetFilePropertyOptions_FailOnPersistErrors","features":[510]},{"name":"FsrmGetFilePropertyOptions_NoRuleEvaluation","features":[510]},{"name":"FsrmGetFilePropertyOptions_None","features":[510]},{"name":"FsrmGetFilePropertyOptions_Persistent","features":[510]},{"name":"FsrmGetFilePropertyOptions_SkipOrphaned","features":[510]},{"name":"FsrmMaxExcludeFolders","features":[510]},{"name":"FsrmMaxNumberPropertyDefinitions","features":[510]},{"name":"FsrmMaxNumberThresholds","features":[510]},{"name":"FsrmMaxThresholdValue","features":[510]},{"name":"FsrmMinQuotaLimit","features":[510]},{"name":"FsrmMinThresholdValue","features":[510]},{"name":"FsrmPathMapper","features":[510]},{"name":"FsrmPipelineModuleConnector","features":[510]},{"name":"FsrmPipelineModuleType","features":[510]},{"name":"FsrmPipelineModuleType_Classifier","features":[510]},{"name":"FsrmPipelineModuleType_Storage","features":[510]},{"name":"FsrmPipelineModuleType_Unknown","features":[510]},{"name":"FsrmPropertyBagField","features":[510]},{"name":"FsrmPropertyBagField_AccessVolume","features":[510]},{"name":"FsrmPropertyBagField_VolumeGuidName","features":[510]},{"name":"FsrmPropertyBagFlags","features":[510]},{"name":"FsrmPropertyBagFlags_FailedClassifyingProperties","features":[510]},{"name":"FsrmPropertyBagFlags_FailedLoadingProperties","features":[510]},{"name":"FsrmPropertyBagFlags_FailedSavingProperties","features":[510]},{"name":"FsrmPropertyBagFlags_UpdatedByClassifier","features":[510]},{"name":"FsrmPropertyConditionType","features":[510]},{"name":"FsrmPropertyConditionType_Contain","features":[510]},{"name":"FsrmPropertyConditionType_ContainedIn","features":[510]},{"name":"FsrmPropertyConditionType_EndWith","features":[510]},{"name":"FsrmPropertyConditionType_Equal","features":[510]},{"name":"FsrmPropertyConditionType_Exist","features":[510]},{"name":"FsrmPropertyConditionType_GreaterThan","features":[510]},{"name":"FsrmPropertyConditionType_LessThan","features":[510]},{"name":"FsrmPropertyConditionType_MatchesPattern","features":[510]},{"name":"FsrmPropertyConditionType_NotEqual","features":[510]},{"name":"FsrmPropertyConditionType_NotExist","features":[510]},{"name":"FsrmPropertyConditionType_PrefixOf","features":[510]},{"name":"FsrmPropertyConditionType_StartWith","features":[510]},{"name":"FsrmPropertyConditionType_SuffixOf","features":[510]},{"name":"FsrmPropertyConditionType_Unknown","features":[510]},{"name":"FsrmPropertyDefinitionAppliesTo","features":[510]},{"name":"FsrmPropertyDefinitionAppliesTo_Files","features":[510]},{"name":"FsrmPropertyDefinitionAppliesTo_Folders","features":[510]},{"name":"FsrmPropertyDefinitionFlags","features":[510]},{"name":"FsrmPropertyDefinitionFlags_Deprecated","features":[510]},{"name":"FsrmPropertyDefinitionFlags_Global","features":[510]},{"name":"FsrmPropertyDefinitionFlags_Secure","features":[510]},{"name":"FsrmPropertyDefinitionType","features":[510]},{"name":"FsrmPropertyDefinitionType_Bool","features":[510]},{"name":"FsrmPropertyDefinitionType_Date","features":[510]},{"name":"FsrmPropertyDefinitionType_Int","features":[510]},{"name":"FsrmPropertyDefinitionType_MultiChoiceList","features":[510]},{"name":"FsrmPropertyDefinitionType_MultiString","features":[510]},{"name":"FsrmPropertyDefinitionType_OrderedList","features":[510]},{"name":"FsrmPropertyDefinitionType_SingleChoiceList","features":[510]},{"name":"FsrmPropertyDefinitionType_String","features":[510]},{"name":"FsrmPropertyDefinitionType_Unknown","features":[510]},{"name":"FsrmPropertyFlags","features":[510]},{"name":"FsrmPropertyFlags_AggregationFailed","features":[510]},{"name":"FsrmPropertyFlags_Deleted","features":[510]},{"name":"FsrmPropertyFlags_Existing","features":[510]},{"name":"FsrmPropertyFlags_ExplicitValueDeleted","features":[510]},{"name":"FsrmPropertyFlags_FailedClassifyingProperties","features":[510]},{"name":"FsrmPropertyFlags_FailedLoadingProperties","features":[510]},{"name":"FsrmPropertyFlags_FailedSavingProperties","features":[510]},{"name":"FsrmPropertyFlags_Inherited","features":[510]},{"name":"FsrmPropertyFlags_Manual","features":[510]},{"name":"FsrmPropertyFlags_None","features":[510]},{"name":"FsrmPropertyFlags_Orphaned","features":[510]},{"name":"FsrmPropertyFlags_PersistentMask","features":[510]},{"name":"FsrmPropertyFlags_PolicyDerived","features":[510]},{"name":"FsrmPropertyFlags_PropertyDeletedFromClear","features":[510]},{"name":"FsrmPropertyFlags_PropertySourceMask","features":[510]},{"name":"FsrmPropertyFlags_Reclassified","features":[510]},{"name":"FsrmPropertyFlags_RetrievedFromCache","features":[510]},{"name":"FsrmPropertyFlags_RetrievedFromStorage","features":[510]},{"name":"FsrmPropertyFlags_Secure","features":[510]},{"name":"FsrmPropertyFlags_SetByClassifier","features":[510]},{"name":"FsrmPropertyValueType","features":[510]},{"name":"FsrmPropertyValueType_DateOffset","features":[510]},{"name":"FsrmPropertyValueType_Literal","features":[510]},{"name":"FsrmPropertyValueType_Undefined","features":[510]},{"name":"FsrmQuotaFlags","features":[510]},{"name":"FsrmQuotaFlags_Disable","features":[510]},{"name":"FsrmQuotaFlags_Enforce","features":[510]},{"name":"FsrmQuotaFlags_StatusIncomplete","features":[510]},{"name":"FsrmQuotaFlags_StatusRebuilding","features":[510]},{"name":"FsrmQuotaManager","features":[510]},{"name":"FsrmQuotaTemplateManager","features":[510]},{"name":"FsrmReportFilter","features":[510]},{"name":"FsrmReportFilter_FileGroups","features":[510]},{"name":"FsrmReportFilter_MaxAgeDays","features":[510]},{"name":"FsrmReportFilter_MinAgeDays","features":[510]},{"name":"FsrmReportFilter_MinQuotaUsage","features":[510]},{"name":"FsrmReportFilter_MinSize","features":[510]},{"name":"FsrmReportFilter_NamePattern","features":[510]},{"name":"FsrmReportFilter_Owners","features":[510]},{"name":"FsrmReportFilter_Property","features":[510]},{"name":"FsrmReportFormat","features":[510]},{"name":"FsrmReportFormat_Csv","features":[510]},{"name":"FsrmReportFormat_DHtml","features":[510]},{"name":"FsrmReportFormat_Html","features":[510]},{"name":"FsrmReportFormat_Txt","features":[510]},{"name":"FsrmReportFormat_Unknown","features":[510]},{"name":"FsrmReportFormat_Xml","features":[510]},{"name":"FsrmReportGenerationContext","features":[510]},{"name":"FsrmReportGenerationContext_IncidentReport","features":[510]},{"name":"FsrmReportGenerationContext_InteractiveReport","features":[510]},{"name":"FsrmReportGenerationContext_ScheduledReport","features":[510]},{"name":"FsrmReportGenerationContext_Undefined","features":[510]},{"name":"FsrmReportLimit","features":[510]},{"name":"FsrmReportLimit_MaxDuplicateGroups","features":[510]},{"name":"FsrmReportLimit_MaxFileGroups","features":[510]},{"name":"FsrmReportLimit_MaxFileScreenEvents","features":[510]},{"name":"FsrmReportLimit_MaxFiles","features":[510]},{"name":"FsrmReportLimit_MaxFilesPerDuplGroup","features":[510]},{"name":"FsrmReportLimit_MaxFilesPerFileGroup","features":[510]},{"name":"FsrmReportLimit_MaxFilesPerOwner","features":[510]},{"name":"FsrmReportLimit_MaxFilesPerPropertyValue","features":[510]},{"name":"FsrmReportLimit_MaxFolders","features":[510]},{"name":"FsrmReportLimit_MaxOwners","features":[510]},{"name":"FsrmReportLimit_MaxPropertyValues","features":[510]},{"name":"FsrmReportLimit_MaxQuotas","features":[510]},{"name":"FsrmReportManager","features":[510]},{"name":"FsrmReportRunningStatus","features":[510]},{"name":"FsrmReportRunningStatus_NotRunning","features":[510]},{"name":"FsrmReportRunningStatus_Queued","features":[510]},{"name":"FsrmReportRunningStatus_Running","features":[510]},{"name":"FsrmReportRunningStatus_Unknown","features":[510]},{"name":"FsrmReportScheduler","features":[510]},{"name":"FsrmReportType","features":[510]},{"name":"FsrmReportType_AutomaticClassification","features":[510]},{"name":"FsrmReportType_DuplicateFiles","features":[510]},{"name":"FsrmReportType_Expiration","features":[510]},{"name":"FsrmReportType_ExportReport","features":[510]},{"name":"FsrmReportType_FileScreenAudit","features":[510]},{"name":"FsrmReportType_FilesByOwner","features":[510]},{"name":"FsrmReportType_FilesByProperty","features":[510]},{"name":"FsrmReportType_FilesByType","features":[510]},{"name":"FsrmReportType_FoldersByProperty","features":[510]},{"name":"FsrmReportType_LargeFiles","features":[510]},{"name":"FsrmReportType_LeastRecentlyAccessed","features":[510]},{"name":"FsrmReportType_MostRecentlyAccessed","features":[510]},{"name":"FsrmReportType_QuotaUsage","features":[510]},{"name":"FsrmReportType_Unknown","features":[510]},{"name":"FsrmRuleFlags","features":[510]},{"name":"FsrmRuleFlags_ClearAutomaticallyClassifiedProperty","features":[510]},{"name":"FsrmRuleFlags_ClearManuallyClassifiedProperty","features":[510]},{"name":"FsrmRuleFlags_Disabled","features":[510]},{"name":"FsrmRuleFlags_Invalid","features":[510]},{"name":"FsrmRuleType","features":[510]},{"name":"FsrmRuleType_Classification","features":[510]},{"name":"FsrmRuleType_Generic","features":[510]},{"name":"FsrmRuleType_Unknown","features":[510]},{"name":"FsrmSetting","features":[510]},{"name":"FsrmStorageModuleCaps","features":[510]},{"name":"FsrmStorageModuleCaps_CanGet","features":[510]},{"name":"FsrmStorageModuleCaps_CanHandleDirectories","features":[510]},{"name":"FsrmStorageModuleCaps_CanHandleFiles","features":[510]},{"name":"FsrmStorageModuleCaps_CanSet","features":[510]},{"name":"FsrmStorageModuleCaps_Unknown","features":[510]},{"name":"FsrmStorageModuleType","features":[510]},{"name":"FsrmStorageModuleType_Cache","features":[510]},{"name":"FsrmStorageModuleType_Database","features":[510]},{"name":"FsrmStorageModuleType_InFile","features":[510]},{"name":"FsrmStorageModuleType_System","features":[510]},{"name":"FsrmStorageModuleType_Unknown","features":[510]},{"name":"FsrmTemplateApplyOptions","features":[510]},{"name":"FsrmTemplateApplyOptions_ApplyToDerivedAll","features":[510]},{"name":"FsrmTemplateApplyOptions_ApplyToDerivedMatching","features":[510]},{"name":"IFsrmAccessDeniedRemediationClient","features":[510,358]},{"name":"IFsrmAction","features":[510,358]},{"name":"IFsrmActionCommand","features":[510,358]},{"name":"IFsrmActionEmail","features":[510,358]},{"name":"IFsrmActionEmail2","features":[510,358]},{"name":"IFsrmActionEventLog","features":[510,358]},{"name":"IFsrmActionReport","features":[510,358]},{"name":"IFsrmAutoApplyQuota","features":[510,358]},{"name":"IFsrmClassificationManager","features":[510,358]},{"name":"IFsrmClassificationManager2","features":[510,358]},{"name":"IFsrmClassificationRule","features":[510,358]},{"name":"IFsrmClassifierModuleDefinition","features":[510,358]},{"name":"IFsrmClassifierModuleImplementation","features":[510,358]},{"name":"IFsrmCollection","features":[510,358]},{"name":"IFsrmCommittableCollection","features":[510,358]},{"name":"IFsrmDerivedObjectsResult","features":[510,358]},{"name":"IFsrmExportImport","features":[510,358]},{"name":"IFsrmFileCondition","features":[510,358]},{"name":"IFsrmFileConditionProperty","features":[510,358]},{"name":"IFsrmFileGroup","features":[510,358]},{"name":"IFsrmFileGroupImported","features":[510,358]},{"name":"IFsrmFileGroupManager","features":[510,358]},{"name":"IFsrmFileManagementJob","features":[510,358]},{"name":"IFsrmFileManagementJobManager","features":[510,358]},{"name":"IFsrmFileScreen","features":[510,358]},{"name":"IFsrmFileScreenBase","features":[510,358]},{"name":"IFsrmFileScreenException","features":[510,358]},{"name":"IFsrmFileScreenManager","features":[510,358]},{"name":"IFsrmFileScreenTemplate","features":[510,358]},{"name":"IFsrmFileScreenTemplateImported","features":[510,358]},{"name":"IFsrmFileScreenTemplateManager","features":[510,358]},{"name":"IFsrmMutableCollection","features":[510,358]},{"name":"IFsrmObject","features":[510,358]},{"name":"IFsrmPathMapper","features":[510,358]},{"name":"IFsrmPipelineModuleConnector","features":[510,358]},{"name":"IFsrmPipelineModuleDefinition","features":[510,358]},{"name":"IFsrmPipelineModuleImplementation","features":[510,358]},{"name":"IFsrmProperty","features":[510,358]},{"name":"IFsrmPropertyBag","features":[510,358]},{"name":"IFsrmPropertyBag2","features":[510,358]},{"name":"IFsrmPropertyCondition","features":[510,358]},{"name":"IFsrmPropertyDefinition","features":[510,358]},{"name":"IFsrmPropertyDefinition2","features":[510,358]},{"name":"IFsrmPropertyDefinitionValue","features":[510,358]},{"name":"IFsrmQuota","features":[510,358]},{"name":"IFsrmQuotaBase","features":[510,358]},{"name":"IFsrmQuotaManager","features":[510,358]},{"name":"IFsrmQuotaManagerEx","features":[510,358]},{"name":"IFsrmQuotaObject","features":[510,358]},{"name":"IFsrmQuotaTemplate","features":[510,358]},{"name":"IFsrmQuotaTemplateImported","features":[510,358]},{"name":"IFsrmQuotaTemplateManager","features":[510,358]},{"name":"IFsrmReport","features":[510,358]},{"name":"IFsrmReportJob","features":[510,358]},{"name":"IFsrmReportManager","features":[510,358]},{"name":"IFsrmReportScheduler","features":[510,358]},{"name":"IFsrmRule","features":[510,358]},{"name":"IFsrmSetting","features":[510,358]},{"name":"IFsrmStorageModuleDefinition","features":[510,358]},{"name":"IFsrmStorageModuleImplementation","features":[510,358]},{"name":"MessageSizeLimit","features":[510]}],"513":[{"name":"ACCESS_ALL","features":[326]},{"name":"ACCESS_ATRIB","features":[326]},{"name":"ACCESS_CREATE","features":[326]},{"name":"ACCESS_DELETE","features":[326]},{"name":"ACCESS_EXEC","features":[326]},{"name":"ACCESS_PERM","features":[326]},{"name":"ACCESS_READ","features":[326]},{"name":"ACCESS_WRITE","features":[326]},{"name":"AddLogContainer","features":[307,326]},{"name":"AddLogContainerSet","features":[307,326]},{"name":"AddUsersToEncryptedFile","features":[310,326]},{"name":"AdvanceLogBase","features":[307,326,312]},{"name":"AlignReservedLog","features":[307,326]},{"name":"AllocReservedLog","features":[307,326]},{"name":"AreFileApisANSI","features":[307,326]},{"name":"AreShortNamesEnabled","features":[307,326]},{"name":"BACKUP_ALTERNATE_DATA","features":[326]},{"name":"BACKUP_DATA","features":[326]},{"name":"BACKUP_EA_DATA","features":[326]},{"name":"BACKUP_LINK","features":[326]},{"name":"BACKUP_OBJECT_ID","features":[326]},{"name":"BACKUP_PROPERTY_DATA","features":[326]},{"name":"BACKUP_REPARSE_DATA","features":[326]},{"name":"BACKUP_SECURITY_DATA","features":[326]},{"name":"BACKUP_SPARSE_BLOCK","features":[326]},{"name":"BACKUP_TXFS_DATA","features":[326]},{"name":"BY_HANDLE_FILE_INFORMATION","features":[307,326]},{"name":"BackupRead","features":[307,326]},{"name":"BackupSeek","features":[307,326]},{"name":"BackupWrite","features":[307,326]},{"name":"BuildIoRingCancelRequest","features":[307,326]},{"name":"BuildIoRingFlushFile","features":[307,326]},{"name":"BuildIoRingReadFile","features":[307,326]},{"name":"BuildIoRingRegisterBuffers","features":[326]},{"name":"BuildIoRingRegisterFileHandles","features":[307,326]},{"name":"BuildIoRingWriteFile","features":[307,326]},{"name":"BusType1394","features":[326]},{"name":"BusTypeAta","features":[326]},{"name":"BusTypeAtapi","features":[326]},{"name":"BusTypeFibre","features":[326]},{"name":"BusTypeFileBackedVirtual","features":[326]},{"name":"BusTypeMax","features":[326]},{"name":"BusTypeMaxReserved","features":[326]},{"name":"BusTypeMmc","features":[326]},{"name":"BusTypeNvme","features":[326]},{"name":"BusTypeRAID","features":[326]},{"name":"BusTypeSCM","features":[326]},{"name":"BusTypeSas","features":[326]},{"name":"BusTypeSata","features":[326]},{"name":"BusTypeScsi","features":[326]},{"name":"BusTypeSd","features":[326]},{"name":"BusTypeSpaces","features":[326]},{"name":"BusTypeSsa","features":[326]},{"name":"BusTypeUfs","features":[326]},{"name":"BusTypeUnknown","features":[326]},{"name":"BusTypeUsb","features":[326]},{"name":"BusTypeVirtual","features":[326]},{"name":"BusTypeiScsi","features":[326]},{"name":"CACHE_ACCESS_CHECK","features":[307,310,326]},{"name":"CACHE_DESTROY_CALLBACK","features":[326]},{"name":"CACHE_KEY_COMPARE","features":[326]},{"name":"CACHE_KEY_HASH","features":[326]},{"name":"CACHE_READ_CALLBACK","features":[307,326]},{"name":"CALLBACK_CHUNK_FINISHED","features":[326]},{"name":"CALLBACK_STREAM_SWITCH","features":[326]},{"name":"CLAIMMEDIALABEL","features":[326]},{"name":"CLAIMMEDIALABELEX","features":[326]},{"name":"CLFS_BASELOG_EXTENSION","features":[326]},{"name":"CLFS_BLOCK_ALLOCATION","features":[326]},{"name":"CLFS_BLOCK_DEALLOCATION","features":[326]},{"name":"CLFS_CONTAINER_RELATIVE_PREFIX","features":[326]},{"name":"CLFS_CONTAINER_STREAM_PREFIX","features":[326]},{"name":"CLFS_CONTEXT_MODE","features":[326]},{"name":"CLFS_FLAG","features":[326]},{"name":"CLFS_FLAG_FILTER_INTERMEDIATE_LEVEL","features":[326]},{"name":"CLFS_FLAG_FILTER_TOP_LEVEL","features":[326]},{"name":"CLFS_FLAG_FORCE_APPEND","features":[326]},{"name":"CLFS_FLAG_FORCE_FLUSH","features":[326]},{"name":"CLFS_FLAG_HIDDEN_SYSTEM_LOG","features":[326]},{"name":"CLFS_FLAG_IGNORE_SHARE_ACCESS","features":[326]},{"name":"CLFS_FLAG_MINIFILTER_LEVEL","features":[326]},{"name":"CLFS_FLAG_NON_REENTRANT_FILTER","features":[326]},{"name":"CLFS_FLAG_NO_FLAGS","features":[326]},{"name":"CLFS_FLAG_READ_IN_PROGRESS","features":[326]},{"name":"CLFS_FLAG_REENTRANT_FILE_SYSTEM","features":[326]},{"name":"CLFS_FLAG_REENTRANT_FILTER","features":[326]},{"name":"CLFS_FLAG_USE_RESERVATION","features":[326]},{"name":"CLFS_IOSTATS_CLASS","features":[326]},{"name":"CLFS_LOG_ARCHIVE_MODE","features":[326]},{"name":"CLFS_LOG_NAME_INFORMATION","features":[326]},{"name":"CLFS_MARSHALLING_FLAG_DISABLE_BUFF_INIT","features":[326]},{"name":"CLFS_MARSHALLING_FLAG_NONE","features":[326]},{"name":"CLFS_MAX_CONTAINER_INFO","features":[326]},{"name":"CLFS_MGMT_CLIENT_REGISTRATION_VERSION","features":[326]},{"name":"CLFS_MGMT_NOTIFICATION","features":[326]},{"name":"CLFS_MGMT_NOTIFICATION_TYPE","features":[326]},{"name":"CLFS_MGMT_POLICY","features":[326]},{"name":"CLFS_MGMT_POLICY_TYPE","features":[326]},{"name":"CLFS_MGMT_POLICY_VERSION","features":[326]},{"name":"CLFS_NODE_ID","features":[326]},{"name":"CLFS_PHYSICAL_LSN_INFORMATION","features":[326]},{"name":"CLFS_SCAN_BACKWARD","features":[326]},{"name":"CLFS_SCAN_BUFFERED","features":[326]},{"name":"CLFS_SCAN_CLOSE","features":[326]},{"name":"CLFS_SCAN_FORWARD","features":[326]},{"name":"CLFS_SCAN_INIT","features":[326]},{"name":"CLFS_SCAN_INITIALIZED","features":[326]},{"name":"CLFS_STREAM_ID_INFORMATION","features":[326]},{"name":"CLSID_DiskQuotaControl","features":[326]},{"name":"CLS_ARCHIVE_DESCRIPTOR","features":[326]},{"name":"CLS_CONTAINER_INFORMATION","features":[326]},{"name":"CLS_CONTEXT_MODE","features":[326]},{"name":"CLS_INFORMATION","features":[326]},{"name":"CLS_IOSTATS_CLASS","features":[326]},{"name":"CLS_IO_STATISTICS","features":[326]},{"name":"CLS_IO_STATISTICS_HEADER","features":[326]},{"name":"CLS_LOG_INFORMATION_CLASS","features":[326]},{"name":"CLS_LSN","features":[326]},{"name":"CLS_SCAN_CONTEXT","features":[307,326]},{"name":"CLS_WRITE_ENTRY","features":[326]},{"name":"COMPRESSION_FORMAT","features":[326]},{"name":"COMPRESSION_FORMAT_DEFAULT","features":[326]},{"name":"COMPRESSION_FORMAT_LZNT1","features":[326]},{"name":"COMPRESSION_FORMAT_NONE","features":[326]},{"name":"COMPRESSION_FORMAT_XP10","features":[326]},{"name":"COMPRESSION_FORMAT_XPRESS","features":[326]},{"name":"COMPRESSION_FORMAT_XPRESS_HUFF","features":[326]},{"name":"CONNECTION_INFO_0","features":[326]},{"name":"CONNECTION_INFO_1","features":[326]},{"name":"COPYFILE2_CALLBACK_CHUNK_FINISHED","features":[326]},{"name":"COPYFILE2_CALLBACK_CHUNK_STARTED","features":[326]},{"name":"COPYFILE2_CALLBACK_ERROR","features":[326]},{"name":"COPYFILE2_CALLBACK_MAX","features":[326]},{"name":"COPYFILE2_CALLBACK_NONE","features":[326]},{"name":"COPYFILE2_CALLBACK_POLL_CONTINUE","features":[326]},{"name":"COPYFILE2_CALLBACK_STREAM_FINISHED","features":[326]},{"name":"COPYFILE2_CALLBACK_STREAM_STARTED","features":[326]},{"name":"COPYFILE2_COPY_PHASE","features":[326]},{"name":"COPYFILE2_EXTENDED_PARAMETERS","features":[307,326]},{"name":"COPYFILE2_EXTENDED_PARAMETERS_V2","features":[307,326]},{"name":"COPYFILE2_MESSAGE","features":[307,326]},{"name":"COPYFILE2_MESSAGE_ACTION","features":[326]},{"name":"COPYFILE2_MESSAGE_TYPE","features":[326]},{"name":"COPYFILE2_PHASE_MAX","features":[326]},{"name":"COPYFILE2_PHASE_NAMEGRAFT_COPY","features":[326]},{"name":"COPYFILE2_PHASE_NONE","features":[326]},{"name":"COPYFILE2_PHASE_PREPARE_DEST","features":[326]},{"name":"COPYFILE2_PHASE_PREPARE_SOURCE","features":[326]},{"name":"COPYFILE2_PHASE_READ_SOURCE","features":[326]},{"name":"COPYFILE2_PHASE_SERVER_COPY","features":[326]},{"name":"COPYFILE2_PHASE_WRITE_DESTINATION","features":[326]},{"name":"COPYFILE2_PROGRESS_CANCEL","features":[326]},{"name":"COPYFILE2_PROGRESS_CONTINUE","features":[326]},{"name":"COPYFILE2_PROGRESS_PAUSE","features":[326]},{"name":"COPYFILE2_PROGRESS_QUIET","features":[326]},{"name":"COPYFILE2_PROGRESS_STOP","features":[326]},{"name":"CREATEFILE2_EXTENDED_PARAMETERS","features":[307,310,326]},{"name":"CREATE_ALWAYS","features":[326]},{"name":"CREATE_NEW","features":[326]},{"name":"CREATE_TAPE_PARTITION_METHOD","features":[326]},{"name":"CRM_PROTOCOL_DYNAMIC_MARSHAL_INFO","features":[326]},{"name":"CRM_PROTOCOL_EXPLICIT_MARSHAL_ONLY","features":[326]},{"name":"CRM_PROTOCOL_MAXIMUM_OPTION","features":[326]},{"name":"CSC_CACHE_AUTO_REINT","features":[326]},{"name":"CSC_CACHE_MANUAL_REINT","features":[326]},{"name":"CSC_CACHE_NONE","features":[326]},{"name":"CSC_CACHE_VDO","features":[326]},{"name":"CSC_MASK","features":[326]},{"name":"CSC_MASK_EXT","features":[326]},{"name":"CSV_BLOCK_AND_FILE_CACHE_CALLBACK_VERSION","features":[326]},{"name":"CSV_BLOCK_CACHE_CALLBACK_VERSION","features":[326]},{"name":"CheckNameLegalDOS8Dot3A","features":[307,326]},{"name":"CheckNameLegalDOS8Dot3W","features":[307,326]},{"name":"ClfsClientRecord","features":[326]},{"name":"ClfsContainerActive","features":[326]},{"name":"ClfsContainerActivePendingDelete","features":[326]},{"name":"ClfsContainerInactive","features":[326]},{"name":"ClfsContainerInitializing","features":[326]},{"name":"ClfsContainerPendingArchive","features":[326]},{"name":"ClfsContainerPendingArchiveAndDelete","features":[326]},{"name":"ClfsContextForward","features":[326]},{"name":"ClfsContextNone","features":[326]},{"name":"ClfsContextPrevious","features":[326]},{"name":"ClfsContextUndoNext","features":[326]},{"name":"ClfsDataRecord","features":[326]},{"name":"ClfsIoStatsDefault","features":[326]},{"name":"ClfsIoStatsMax","features":[326]},{"name":"ClfsLogArchiveDisabled","features":[326]},{"name":"ClfsLogArchiveEnabled","features":[326]},{"name":"ClfsLogBasicInformation","features":[326]},{"name":"ClfsLogBasicInformationPhysical","features":[326]},{"name":"ClfsLogPhysicalLsnInformation","features":[326]},{"name":"ClfsLogPhysicalNameInformation","features":[326]},{"name":"ClfsLogStreamIdentifierInformation","features":[326]},{"name":"ClfsLogSystemMarkingInformation","features":[326]},{"name":"ClfsMgmtAdvanceTailNotification","features":[326]},{"name":"ClfsMgmtLogFullHandlerNotification","features":[326]},{"name":"ClfsMgmtLogUnpinnedNotification","features":[326]},{"name":"ClfsMgmtLogWriteNotification","features":[326]},{"name":"ClfsMgmtPolicyAutoGrow","features":[326]},{"name":"ClfsMgmtPolicyAutoShrink","features":[326]},{"name":"ClfsMgmtPolicyGrowthRate","features":[326]},{"name":"ClfsMgmtPolicyInvalid","features":[326]},{"name":"ClfsMgmtPolicyLogTail","features":[326]},{"name":"ClfsMgmtPolicyMaximumSize","features":[326]},{"name":"ClfsMgmtPolicyMinimumSize","features":[326]},{"name":"ClfsMgmtPolicyNewContainerExtension","features":[326]},{"name":"ClfsMgmtPolicyNewContainerPrefix","features":[326]},{"name":"ClfsMgmtPolicyNewContainerSize","features":[326]},{"name":"ClfsMgmtPolicyNewContainerSuffix","features":[326]},{"name":"ClfsNullRecord","features":[326]},{"name":"ClfsRestartRecord","features":[326]},{"name":"CloseAndResetLogFile","features":[307,326]},{"name":"CloseEncryptedFileRaw","features":[326]},{"name":"CloseIoRing","features":[326]},{"name":"ClsContainerActive","features":[326]},{"name":"ClsContainerActivePendingDelete","features":[326]},{"name":"ClsContainerInactive","features":[326]},{"name":"ClsContainerInitializing","features":[326]},{"name":"ClsContainerPendingArchive","features":[326]},{"name":"ClsContainerPendingArchiveAndDelete","features":[326]},{"name":"ClsContextForward","features":[326]},{"name":"ClsContextNone","features":[326]},{"name":"ClsContextPrevious","features":[326]},{"name":"ClsContextUndoNext","features":[326]},{"name":"ClsIoStatsDefault","features":[326]},{"name":"ClsIoStatsMax","features":[326]},{"name":"CommitComplete","features":[307,326]},{"name":"CommitEnlistment","features":[307,326]},{"name":"CommitTransaction","features":[307,326]},{"name":"CommitTransactionAsync","features":[307,326]},{"name":"CompareFileTime","features":[307,326]},{"name":"CopyFile2","features":[307,326]},{"name":"CopyFileA","features":[307,326]},{"name":"CopyFileExA","features":[307,326]},{"name":"CopyFileExW","features":[307,326]},{"name":"CopyFileFromAppW","features":[307,326]},{"name":"CopyFileTransactedA","features":[307,326]},{"name":"CopyFileTransactedW","features":[307,326]},{"name":"CopyFileW","features":[307,326]},{"name":"CopyLZFile","features":[326]},{"name":"CreateDirectoryA","features":[307,310,326]},{"name":"CreateDirectoryExA","features":[307,310,326]},{"name":"CreateDirectoryExW","features":[307,310,326]},{"name":"CreateDirectoryFromAppW","features":[307,310,326]},{"name":"CreateDirectoryTransactedA","features":[307,310,326]},{"name":"CreateDirectoryTransactedW","features":[307,310,326]},{"name":"CreateDirectoryW","features":[307,310,326]},{"name":"CreateEnlistment","features":[307,310,326]},{"name":"CreateFile2","features":[307,310,326]},{"name":"CreateFile2FromAppW","features":[307,310,326]},{"name":"CreateFileA","features":[307,310,326]},{"name":"CreateFileFromAppW","features":[307,310,326]},{"name":"CreateFileTransactedA","features":[307,310,326]},{"name":"CreateFileTransactedW","features":[307,310,326]},{"name":"CreateFileW","features":[307,310,326]},{"name":"CreateHardLinkA","features":[307,310,326]},{"name":"CreateHardLinkTransactedA","features":[307,310,326]},{"name":"CreateHardLinkTransactedW","features":[307,310,326]},{"name":"CreateHardLinkW","features":[307,310,326]},{"name":"CreateIoRing","features":[326]},{"name":"CreateLogContainerScanContext","features":[307,326,312]},{"name":"CreateLogFile","features":[307,310,326]},{"name":"CreateLogMarshallingArea","features":[307,326]},{"name":"CreateResourceManager","features":[307,310,326]},{"name":"CreateSymbolicLinkA","features":[307,326]},{"name":"CreateSymbolicLinkTransactedA","features":[307,326]},{"name":"CreateSymbolicLinkTransactedW","features":[307,326]},{"name":"CreateSymbolicLinkW","features":[307,326]},{"name":"CreateTapePartition","features":[307,326]},{"name":"CreateTransaction","features":[307,310,326]},{"name":"CreateTransactionManager","features":[307,310,326]},{"name":"DDD_EXACT_MATCH_ON_REMOVE","features":[326]},{"name":"DDD_LUID_BROADCAST_DRIVE","features":[326]},{"name":"DDD_NO_BROADCAST_SYSTEM","features":[326]},{"name":"DDD_RAW_TARGET_PATH","features":[326]},{"name":"DDD_REMOVE_DEFINITION","features":[326]},{"name":"DEFINE_DOS_DEVICE_FLAGS","features":[326]},{"name":"DELETE","features":[326]},{"name":"DISKQUOTA_FILESTATE_INCOMPLETE","features":[326]},{"name":"DISKQUOTA_FILESTATE_MASK","features":[326]},{"name":"DISKQUOTA_FILESTATE_REBUILDING","features":[326]},{"name":"DISKQUOTA_LOGFLAG_USER_LIMIT","features":[326]},{"name":"DISKQUOTA_LOGFLAG_USER_THRESHOLD","features":[326]},{"name":"DISKQUOTA_STATE_DISABLED","features":[326]},{"name":"DISKQUOTA_STATE_ENFORCE","features":[326]},{"name":"DISKQUOTA_STATE_MASK","features":[326]},{"name":"DISKQUOTA_STATE_TRACK","features":[326]},{"name":"DISKQUOTA_USERNAME_RESOLVE","features":[326]},{"name":"DISKQUOTA_USERNAME_RESOLVE_ASYNC","features":[326]},{"name":"DISKQUOTA_USERNAME_RESOLVE_NONE","features":[326]},{"name":"DISKQUOTA_USERNAME_RESOLVE_SYNC","features":[326]},{"name":"DISKQUOTA_USER_ACCOUNT_DELETED","features":[326]},{"name":"DISKQUOTA_USER_ACCOUNT_INVALID","features":[326]},{"name":"DISKQUOTA_USER_ACCOUNT_RESOLVED","features":[326]},{"name":"DISKQUOTA_USER_ACCOUNT_UNAVAILABLE","features":[326]},{"name":"DISKQUOTA_USER_ACCOUNT_UNKNOWN","features":[326]},{"name":"DISKQUOTA_USER_ACCOUNT_UNRESOLVED","features":[326]},{"name":"DISKQUOTA_USER_INFORMATION","features":[326]},{"name":"DISK_SPACE_INFORMATION","features":[326]},{"name":"DecryptFileA","features":[307,326]},{"name":"DecryptFileW","features":[307,326]},{"name":"DefineDosDeviceA","features":[307,326]},{"name":"DefineDosDeviceW","features":[307,326]},{"name":"DeleteFileA","features":[307,326]},{"name":"DeleteFileFromAppW","features":[307,326]},{"name":"DeleteFileTransactedA","features":[307,326]},{"name":"DeleteFileTransactedW","features":[307,326]},{"name":"DeleteFileW","features":[307,326]},{"name":"DeleteLogByHandle","features":[307,326]},{"name":"DeleteLogFile","features":[307,326]},{"name":"DeleteLogMarshallingArea","features":[307,326]},{"name":"DeleteVolumeMountPointA","features":[307,326]},{"name":"DeleteVolumeMountPointW","features":[307,326]},{"name":"DeregisterManageableLogClient","features":[307,326]},{"name":"DuplicateEncryptionInfoFile","features":[307,310,326]},{"name":"EA_CONTAINER_NAME","features":[326]},{"name":"EA_CONTAINER_SIZE","features":[326]},{"name":"EFS_CERTIFICATE_BLOB","features":[326]},{"name":"EFS_COMPATIBILITY_INFO","features":[326]},{"name":"EFS_COMPATIBILITY_VERSION_NCRYPT_PROTECTOR","features":[326]},{"name":"EFS_COMPATIBILITY_VERSION_PFILE_PROTECTOR","features":[326]},{"name":"EFS_DECRYPTION_STATUS_INFO","features":[326]},{"name":"EFS_EFS_SUBVER_EFS_CERT","features":[326]},{"name":"EFS_ENCRYPTION_STATUS_INFO","features":[307,326]},{"name":"EFS_HASH_BLOB","features":[326]},{"name":"EFS_KEY_INFO","features":[393,326]},{"name":"EFS_METADATA_ADD_USER","features":[326]},{"name":"EFS_METADATA_GENERAL_OP","features":[326]},{"name":"EFS_METADATA_REMOVE_USER","features":[326]},{"name":"EFS_METADATA_REPLACE_USER","features":[326]},{"name":"EFS_PFILE_SUBVER_APPX","features":[326]},{"name":"EFS_PFILE_SUBVER_RMS","features":[326]},{"name":"EFS_PIN_BLOB","features":[326]},{"name":"EFS_RPC_BLOB","features":[326]},{"name":"EFS_SUBVER_UNKNOWN","features":[326]},{"name":"EFS_VERSION_INFO","features":[326]},{"name":"ENCRYPTED_FILE_METADATA_SIGNATURE","features":[310,326]},{"name":"ENCRYPTION_CERTIFICATE","features":[310,326]},{"name":"ENCRYPTION_CERTIFICATE_HASH","features":[310,326]},{"name":"ENCRYPTION_CERTIFICATE_HASH_LIST","features":[310,326]},{"name":"ENCRYPTION_CERTIFICATE_LIST","features":[310,326]},{"name":"ENCRYPTION_PROTECTOR","features":[310,326]},{"name":"ENCRYPTION_PROTECTOR_LIST","features":[310,326]},{"name":"ENLISTMENT_MAXIMUM_OPTION","features":[326]},{"name":"ENLISTMENT_OBJECT_PATH","features":[326]},{"name":"ENLISTMENT_SUPERIOR","features":[326]},{"name":"ERASE_TAPE_TYPE","features":[326]},{"name":"EncryptFileA","features":[307,326]},{"name":"EncryptFileW","features":[307,326]},{"name":"EncryptionDisable","features":[307,326]},{"name":"EraseTape","features":[307,326]},{"name":"ExtendedFileIdType","features":[326]},{"name":"FCACHE_CREATE_CALLBACK","features":[307,326]},{"name":"FCACHE_RICHCREATE_CALLBACK","features":[307,326]},{"name":"FH_OVERLAPPED","features":[307,326]},{"name":"FILE_ACCESS_RIGHTS","features":[326]},{"name":"FILE_ACTION","features":[326]},{"name":"FILE_ACTION_ADDED","features":[326]},{"name":"FILE_ACTION_MODIFIED","features":[326]},{"name":"FILE_ACTION_REMOVED","features":[326]},{"name":"FILE_ACTION_RENAMED_NEW_NAME","features":[326]},{"name":"FILE_ACTION_RENAMED_OLD_NAME","features":[326]},{"name":"FILE_ADD_FILE","features":[326]},{"name":"FILE_ADD_SUBDIRECTORY","features":[326]},{"name":"FILE_ALIGNMENT_INFO","features":[326]},{"name":"FILE_ALLOCATION_INFO","features":[326]},{"name":"FILE_ALL_ACCESS","features":[326]},{"name":"FILE_APPEND_DATA","features":[326]},{"name":"FILE_ATTRIBUTE_ARCHIVE","features":[326]},{"name":"FILE_ATTRIBUTE_COMPRESSED","features":[326]},{"name":"FILE_ATTRIBUTE_DEVICE","features":[326]},{"name":"FILE_ATTRIBUTE_DIRECTORY","features":[326]},{"name":"FILE_ATTRIBUTE_EA","features":[326]},{"name":"FILE_ATTRIBUTE_ENCRYPTED","features":[326]},{"name":"FILE_ATTRIBUTE_HIDDEN","features":[326]},{"name":"FILE_ATTRIBUTE_INTEGRITY_STREAM","features":[326]},{"name":"FILE_ATTRIBUTE_NORMAL","features":[326]},{"name":"FILE_ATTRIBUTE_NOT_CONTENT_INDEXED","features":[326]},{"name":"FILE_ATTRIBUTE_NO_SCRUB_DATA","features":[326]},{"name":"FILE_ATTRIBUTE_OFFLINE","features":[326]},{"name":"FILE_ATTRIBUTE_PINNED","features":[326]},{"name":"FILE_ATTRIBUTE_READONLY","features":[326]},{"name":"FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS","features":[326]},{"name":"FILE_ATTRIBUTE_RECALL_ON_OPEN","features":[326]},{"name":"FILE_ATTRIBUTE_REPARSE_POINT","features":[326]},{"name":"FILE_ATTRIBUTE_SPARSE_FILE","features":[326]},{"name":"FILE_ATTRIBUTE_SYSTEM","features":[326]},{"name":"FILE_ATTRIBUTE_TAG_INFO","features":[326]},{"name":"FILE_ATTRIBUTE_TEMPORARY","features":[326]},{"name":"FILE_ATTRIBUTE_UNPINNED","features":[326]},{"name":"FILE_ATTRIBUTE_VIRTUAL","features":[326]},{"name":"FILE_BASIC_INFO","features":[326]},{"name":"FILE_BEGIN","features":[326]},{"name":"FILE_COMPRESSION_INFO","features":[326]},{"name":"FILE_CREATE_PIPE_INSTANCE","features":[326]},{"name":"FILE_CREATION_DISPOSITION","features":[326]},{"name":"FILE_CURRENT","features":[326]},{"name":"FILE_DELETE_CHILD","features":[326]},{"name":"FILE_DEVICE_CD_ROM","features":[326]},{"name":"FILE_DEVICE_DISK","features":[326]},{"name":"FILE_DEVICE_DVD","features":[326]},{"name":"FILE_DEVICE_TAPE","features":[326]},{"name":"FILE_DEVICE_TYPE","features":[326]},{"name":"FILE_DISPOSITION_FLAG_DELETE","features":[326]},{"name":"FILE_DISPOSITION_FLAG_DO_NOT_DELETE","features":[326]},{"name":"FILE_DISPOSITION_FLAG_FORCE_IMAGE_SECTION_CHECK","features":[326]},{"name":"FILE_DISPOSITION_FLAG_IGNORE_READONLY_ATTRIBUTE","features":[326]},{"name":"FILE_DISPOSITION_FLAG_ON_CLOSE","features":[326]},{"name":"FILE_DISPOSITION_FLAG_POSIX_SEMANTICS","features":[326]},{"name":"FILE_DISPOSITION_INFO","features":[307,326]},{"name":"FILE_DISPOSITION_INFO_EX","features":[326]},{"name":"FILE_DISPOSITION_INFO_EX_FLAGS","features":[326]},{"name":"FILE_END","features":[326]},{"name":"FILE_END_OF_FILE_INFO","features":[326]},{"name":"FILE_EXECUTE","features":[326]},{"name":"FILE_EXTENT","features":[326]},{"name":"FILE_FLAGS_AND_ATTRIBUTES","features":[326]},{"name":"FILE_FLAG_BACKUP_SEMANTICS","features":[326]},{"name":"FILE_FLAG_DELETE_ON_CLOSE","features":[326]},{"name":"FILE_FLAG_FIRST_PIPE_INSTANCE","features":[326]},{"name":"FILE_FLAG_NO_BUFFERING","features":[326]},{"name":"FILE_FLAG_OPEN_NO_RECALL","features":[326]},{"name":"FILE_FLAG_OPEN_REPARSE_POINT","features":[326]},{"name":"FILE_FLAG_OVERLAPPED","features":[326]},{"name":"FILE_FLAG_POSIX_SEMANTICS","features":[326]},{"name":"FILE_FLAG_RANDOM_ACCESS","features":[326]},{"name":"FILE_FLAG_SEQUENTIAL_SCAN","features":[326]},{"name":"FILE_FLAG_SESSION_AWARE","features":[326]},{"name":"FILE_FLAG_WRITE_THROUGH","features":[326]},{"name":"FILE_FLUSH_DATA","features":[326]},{"name":"FILE_FLUSH_DEFAULT","features":[326]},{"name":"FILE_FLUSH_MIN_METADATA","features":[326]},{"name":"FILE_FLUSH_MODE","features":[326]},{"name":"FILE_FLUSH_NO_SYNC","features":[326]},{"name":"FILE_FULL_DIR_INFO","features":[326]},{"name":"FILE_GENERIC_EXECUTE","features":[326]},{"name":"FILE_GENERIC_READ","features":[326]},{"name":"FILE_GENERIC_WRITE","features":[326]},{"name":"FILE_ID_128","features":[326]},{"name":"FILE_ID_BOTH_DIR_INFO","features":[326]},{"name":"FILE_ID_DESCRIPTOR","features":[326]},{"name":"FILE_ID_EXTD_DIR_INFO","features":[326]},{"name":"FILE_ID_INFO","features":[326]},{"name":"FILE_ID_TYPE","features":[326]},{"name":"FILE_INFO_2","features":[326]},{"name":"FILE_INFO_3","features":[326]},{"name":"FILE_INFO_BY_HANDLE_CLASS","features":[326]},{"name":"FILE_INFO_FLAGS_PERMISSIONS","features":[326]},{"name":"FILE_IO_PRIORITY_HINT_INFO","features":[326]},{"name":"FILE_LIST_DIRECTORY","features":[326]},{"name":"FILE_NAME_INFO","features":[326]},{"name":"FILE_NAME_NORMALIZED","features":[326]},{"name":"FILE_NAME_OPENED","features":[326]},{"name":"FILE_NOTIFY_CHANGE","features":[326]},{"name":"FILE_NOTIFY_CHANGE_ATTRIBUTES","features":[326]},{"name":"FILE_NOTIFY_CHANGE_CREATION","features":[326]},{"name":"FILE_NOTIFY_CHANGE_DIR_NAME","features":[326]},{"name":"FILE_NOTIFY_CHANGE_FILE_NAME","features":[326]},{"name":"FILE_NOTIFY_CHANGE_LAST_ACCESS","features":[326]},{"name":"FILE_NOTIFY_CHANGE_LAST_WRITE","features":[326]},{"name":"FILE_NOTIFY_CHANGE_SECURITY","features":[326]},{"name":"FILE_NOTIFY_CHANGE_SIZE","features":[326]},{"name":"FILE_NOTIFY_EXTENDED_INFORMATION","features":[326]},{"name":"FILE_NOTIFY_INFORMATION","features":[326]},{"name":"FILE_PROVIDER_COMPRESSION_LZX","features":[326]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS16K","features":[326]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS4K","features":[326]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS8K","features":[326]},{"name":"FILE_READ_ATTRIBUTES","features":[326]},{"name":"FILE_READ_DATA","features":[326]},{"name":"FILE_READ_EA","features":[326]},{"name":"FILE_REMOTE_PROTOCOL_INFO","features":[326]},{"name":"FILE_RENAME_INFO","features":[307,326]},{"name":"FILE_SEGMENT_ELEMENT","features":[326]},{"name":"FILE_SHARE_DELETE","features":[326]},{"name":"FILE_SHARE_MODE","features":[326]},{"name":"FILE_SHARE_NONE","features":[326]},{"name":"FILE_SHARE_READ","features":[326]},{"name":"FILE_SHARE_WRITE","features":[326]},{"name":"FILE_STANDARD_INFO","features":[307,326]},{"name":"FILE_STORAGE_INFO","features":[326]},{"name":"FILE_STREAM_INFO","features":[326]},{"name":"FILE_TRAVERSE","features":[326]},{"name":"FILE_TYPE","features":[326]},{"name":"FILE_TYPE_CHAR","features":[326]},{"name":"FILE_TYPE_DISK","features":[326]},{"name":"FILE_TYPE_PIPE","features":[326]},{"name":"FILE_TYPE_REMOTE","features":[326]},{"name":"FILE_TYPE_UNKNOWN","features":[326]},{"name":"FILE_VER_GET_LOCALISED","features":[326]},{"name":"FILE_VER_GET_NEUTRAL","features":[326]},{"name":"FILE_VER_GET_PREFETCHED","features":[326]},{"name":"FILE_WRITE_ATTRIBUTES","features":[326]},{"name":"FILE_WRITE_DATA","features":[326]},{"name":"FILE_WRITE_EA","features":[326]},{"name":"FILE_WRITE_FLAGS","features":[326]},{"name":"FILE_WRITE_FLAGS_NONE","features":[326]},{"name":"FILE_WRITE_FLAGS_WRITE_THROUGH","features":[326]},{"name":"FINDEX_INFO_LEVELS","features":[326]},{"name":"FINDEX_SEARCH_OPS","features":[326]},{"name":"FIND_FIRST_EX_CASE_SENSITIVE","features":[326]},{"name":"FIND_FIRST_EX_FLAGS","features":[326]},{"name":"FIND_FIRST_EX_LARGE_FETCH","features":[326]},{"name":"FIND_FIRST_EX_ON_DISK_ENTRIES_ONLY","features":[326]},{"name":"FIO_CONTEXT","features":[307,326]},{"name":"FileAlignmentInfo","features":[326]},{"name":"FileAllocationInfo","features":[326]},{"name":"FileAttributeTagInfo","features":[326]},{"name":"FileBasicInfo","features":[326]},{"name":"FileCaseSensitiveInfo","features":[326]},{"name":"FileCompressionInfo","features":[326]},{"name":"FileDispositionInfo","features":[326]},{"name":"FileDispositionInfoEx","features":[326]},{"name":"FileEncryptionStatusA","features":[307,326]},{"name":"FileEncryptionStatusW","features":[307,326]},{"name":"FileEndOfFileInfo","features":[326]},{"name":"FileFullDirectoryInfo","features":[326]},{"name":"FileFullDirectoryRestartInfo","features":[326]},{"name":"FileIdBothDirectoryInfo","features":[326]},{"name":"FileIdBothDirectoryRestartInfo","features":[326]},{"name":"FileIdExtdDirectoryInfo","features":[326]},{"name":"FileIdExtdDirectoryRestartInfo","features":[326]},{"name":"FileIdInfo","features":[326]},{"name":"FileIdType","features":[326]},{"name":"FileIoPriorityHintInfo","features":[326]},{"name":"FileNameInfo","features":[326]},{"name":"FileNormalizedNameInfo","features":[326]},{"name":"FileRemoteProtocolInfo","features":[326]},{"name":"FileRenameInfo","features":[326]},{"name":"FileRenameInfoEx","features":[326]},{"name":"FileStandardInfo","features":[326]},{"name":"FileStorageInfo","features":[326]},{"name":"FileStreamInfo","features":[326]},{"name":"FileTimeToLocalFileTime","features":[307,326]},{"name":"FindClose","features":[307,326]},{"name":"FindCloseChangeNotification","features":[307,326]},{"name":"FindExInfoBasic","features":[326]},{"name":"FindExInfoMaxInfoLevel","features":[326]},{"name":"FindExInfoStandard","features":[326]},{"name":"FindExSearchLimitToDevices","features":[326]},{"name":"FindExSearchLimitToDirectories","features":[326]},{"name":"FindExSearchMaxSearchOp","features":[326]},{"name":"FindExSearchNameMatch","features":[326]},{"name":"FindFirstChangeNotificationA","features":[307,326]},{"name":"FindFirstChangeNotificationW","features":[307,326]},{"name":"FindFirstFileA","features":[307,326]},{"name":"FindFirstFileExA","features":[307,326]},{"name":"FindFirstFileExFromAppW","features":[307,326]},{"name":"FindFirstFileExW","features":[307,326]},{"name":"FindFirstFileNameTransactedW","features":[307,326]},{"name":"FindFirstFileNameW","features":[307,326]},{"name":"FindFirstFileTransactedA","features":[307,326]},{"name":"FindFirstFileTransactedW","features":[307,326]},{"name":"FindFirstFileW","features":[307,326]},{"name":"FindFirstStreamTransactedW","features":[307,326]},{"name":"FindFirstStreamW","features":[307,326]},{"name":"FindFirstVolumeA","features":[307,326]},{"name":"FindFirstVolumeMountPointA","features":[307,326]},{"name":"FindFirstVolumeMountPointW","features":[307,326]},{"name":"FindFirstVolumeW","features":[307,326]},{"name":"FindNextChangeNotification","features":[307,326]},{"name":"FindNextFileA","features":[307,326]},{"name":"FindNextFileNameW","features":[307,326]},{"name":"FindNextFileW","features":[307,326]},{"name":"FindNextStreamW","features":[307,326]},{"name":"FindNextVolumeA","features":[307,326]},{"name":"FindNextVolumeMountPointA","features":[307,326]},{"name":"FindNextVolumeMountPointW","features":[307,326]},{"name":"FindNextVolumeW","features":[307,326]},{"name":"FindStreamInfoMaxInfoLevel","features":[326]},{"name":"FindStreamInfoStandard","features":[326]},{"name":"FindVolumeClose","features":[307,326]},{"name":"FindVolumeMountPointClose","features":[307,326]},{"name":"FlushFileBuffers","features":[307,326]},{"name":"FlushLogBuffers","features":[307,326,312]},{"name":"FlushLogToLsn","features":[307,326,312]},{"name":"FreeEncryptedFileMetadata","features":[326]},{"name":"FreeEncryptionCertificateHashList","features":[310,326]},{"name":"FreeReservedLog","features":[307,326]},{"name":"GETFINALPATHNAMEBYHANDLE_FLAGS","features":[326]},{"name":"GET_FILEEX_INFO_LEVELS","features":[326]},{"name":"GET_FILE_VERSION_INFO_FLAGS","features":[326]},{"name":"GET_TAPE_DRIVE_INFORMATION","features":[326]},{"name":"GET_TAPE_DRIVE_PARAMETERS_OPERATION","features":[326]},{"name":"GET_TAPE_MEDIA_INFORMATION","features":[326]},{"name":"GetBinaryTypeA","features":[307,326]},{"name":"GetBinaryTypeW","features":[307,326]},{"name":"GetCompressedFileSizeA","features":[326]},{"name":"GetCompressedFileSizeTransactedA","features":[307,326]},{"name":"GetCompressedFileSizeTransactedW","features":[307,326]},{"name":"GetCompressedFileSizeW","features":[326]},{"name":"GetCurrentClockTransactionManager","features":[307,326]},{"name":"GetDiskFreeSpaceA","features":[307,326]},{"name":"GetDiskFreeSpaceExA","features":[307,326]},{"name":"GetDiskFreeSpaceExW","features":[307,326]},{"name":"GetDiskFreeSpaceW","features":[307,326]},{"name":"GetDiskSpaceInformationA","features":[326]},{"name":"GetDiskSpaceInformationW","features":[326]},{"name":"GetDriveTypeA","features":[326]},{"name":"GetDriveTypeW","features":[326]},{"name":"GetEncryptedFileMetadata","features":[326]},{"name":"GetEnlistmentId","features":[307,326]},{"name":"GetEnlistmentRecoveryInformation","features":[307,326]},{"name":"GetExpandedNameA","features":[326]},{"name":"GetExpandedNameW","features":[326]},{"name":"GetFileAttributesA","features":[326]},{"name":"GetFileAttributesExA","features":[307,326]},{"name":"GetFileAttributesExFromAppW","features":[307,326]},{"name":"GetFileAttributesExW","features":[307,326]},{"name":"GetFileAttributesTransactedA","features":[307,326]},{"name":"GetFileAttributesTransactedW","features":[307,326]},{"name":"GetFileAttributesW","features":[326]},{"name":"GetFileBandwidthReservation","features":[307,326]},{"name":"GetFileExInfoStandard","features":[326]},{"name":"GetFileExMaxInfoLevel","features":[326]},{"name":"GetFileInformationByHandle","features":[307,326]},{"name":"GetFileInformationByHandleEx","features":[307,326]},{"name":"GetFileSize","features":[307,326]},{"name":"GetFileSizeEx","features":[307,326]},{"name":"GetFileTime","features":[307,326]},{"name":"GetFileType","features":[307,326]},{"name":"GetFileVersionInfoA","features":[307,326]},{"name":"GetFileVersionInfoExA","features":[307,326]},{"name":"GetFileVersionInfoExW","features":[307,326]},{"name":"GetFileVersionInfoSizeA","features":[326]},{"name":"GetFileVersionInfoSizeExA","features":[326]},{"name":"GetFileVersionInfoSizeExW","features":[326]},{"name":"GetFileVersionInfoSizeW","features":[326]},{"name":"GetFileVersionInfoW","features":[307,326]},{"name":"GetFinalPathNameByHandleA","features":[307,326]},{"name":"GetFinalPathNameByHandleW","features":[307,326]},{"name":"GetFullPathNameA","features":[326]},{"name":"GetFullPathNameTransactedA","features":[307,326]},{"name":"GetFullPathNameTransactedW","features":[307,326]},{"name":"GetFullPathNameW","features":[326]},{"name":"GetIoRingInfo","features":[326]},{"name":"GetLogContainerName","features":[307,326]},{"name":"GetLogFileInformation","features":[307,326]},{"name":"GetLogIoStatistics","features":[307,326]},{"name":"GetLogReservationInfo","features":[307,326]},{"name":"GetLogicalDriveStringsA","features":[326]},{"name":"GetLogicalDriveStringsW","features":[326]},{"name":"GetLogicalDrives","features":[326]},{"name":"GetLongPathNameA","features":[326]},{"name":"GetLongPathNameTransactedA","features":[307,326]},{"name":"GetLongPathNameTransactedW","features":[307,326]},{"name":"GetLongPathNameW","features":[326]},{"name":"GetNextLogArchiveExtent","features":[307,326]},{"name":"GetNotificationResourceManager","features":[307,326]},{"name":"GetNotificationResourceManagerAsync","features":[307,326,312]},{"name":"GetShortPathNameA","features":[326]},{"name":"GetShortPathNameW","features":[326]},{"name":"GetTapeParameters","features":[307,326]},{"name":"GetTapePosition","features":[307,326]},{"name":"GetTapeStatus","features":[307,326]},{"name":"GetTempFileNameA","features":[326]},{"name":"GetTempFileNameW","features":[326]},{"name":"GetTempPath2A","features":[326]},{"name":"GetTempPath2W","features":[326]},{"name":"GetTempPathA","features":[326]},{"name":"GetTempPathW","features":[326]},{"name":"GetTransactionId","features":[307,326]},{"name":"GetTransactionInformation","features":[307,326]},{"name":"GetTransactionManagerId","features":[307,326]},{"name":"GetVolumeInformationA","features":[307,326]},{"name":"GetVolumeInformationByHandleW","features":[307,326]},{"name":"GetVolumeInformationW","features":[307,326]},{"name":"GetVolumeNameForVolumeMountPointA","features":[307,326]},{"name":"GetVolumeNameForVolumeMountPointW","features":[307,326]},{"name":"GetVolumePathNameA","features":[307,326]},{"name":"GetVolumePathNameW","features":[307,326]},{"name":"GetVolumePathNamesForVolumeNameA","features":[307,326]},{"name":"GetVolumePathNamesForVolumeNameW","features":[307,326]},{"name":"HIORING","features":[326]},{"name":"HandleLogFull","features":[307,326]},{"name":"IDiskQuotaControl","features":[326,358]},{"name":"IDiskQuotaEvents","features":[326]},{"name":"IDiskQuotaUser","features":[326]},{"name":"IDiskQuotaUserBatch","features":[326]},{"name":"IEnumDiskQuotaUsers","features":[326]},{"name":"INVALID_FILE_ATTRIBUTES","features":[326]},{"name":"INVALID_FILE_SIZE","features":[326]},{"name":"INVALID_SET_FILE_POINTER","features":[326]},{"name":"IOCTL_VOLUME_ALLOCATE_BC_STREAM","features":[326]},{"name":"IOCTL_VOLUME_BASE","features":[326]},{"name":"IOCTL_VOLUME_BC_VERSION","features":[326]},{"name":"IOCTL_VOLUME_FREE_BC_STREAM","features":[326]},{"name":"IOCTL_VOLUME_GET_BC_PROPERTIES","features":[326]},{"name":"IOCTL_VOLUME_GET_CSVBLOCKCACHE_CALLBACK","features":[326]},{"name":"IOCTL_VOLUME_GET_GPT_ATTRIBUTES","features":[326]},{"name":"IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS","features":[326]},{"name":"IOCTL_VOLUME_IS_CLUSTERED","features":[326]},{"name":"IOCTL_VOLUME_IS_CSV","features":[326]},{"name":"IOCTL_VOLUME_IS_DYNAMIC","features":[326]},{"name":"IOCTL_VOLUME_IS_IO_CAPABLE","features":[326]},{"name":"IOCTL_VOLUME_IS_OFFLINE","features":[326]},{"name":"IOCTL_VOLUME_IS_PARTITION","features":[326]},{"name":"IOCTL_VOLUME_LOGICAL_TO_PHYSICAL","features":[326]},{"name":"IOCTL_VOLUME_OFFLINE","features":[326]},{"name":"IOCTL_VOLUME_ONLINE","features":[326]},{"name":"IOCTL_VOLUME_PHYSICAL_TO_LOGICAL","features":[326]},{"name":"IOCTL_VOLUME_POST_ONLINE","features":[326]},{"name":"IOCTL_VOLUME_PREPARE_FOR_CRITICAL_IO","features":[326]},{"name":"IOCTL_VOLUME_PREPARE_FOR_SHRINK","features":[326]},{"name":"IOCTL_VOLUME_QUERY_ALLOCATION_HINT","features":[326]},{"name":"IOCTL_VOLUME_QUERY_FAILOVER_SET","features":[326]},{"name":"IOCTL_VOLUME_QUERY_MINIMUM_SHRINK_SIZE","features":[326]},{"name":"IOCTL_VOLUME_QUERY_VOLUME_NUMBER","features":[326]},{"name":"IOCTL_VOLUME_READ_PLEX","features":[326]},{"name":"IOCTL_VOLUME_SET_GPT_ATTRIBUTES","features":[326]},{"name":"IOCTL_VOLUME_SUPPORTS_ONLINE_OFFLINE","features":[326]},{"name":"IOCTL_VOLUME_UPDATE_PROPERTIES","features":[326]},{"name":"IORING_BUFFER_INFO","features":[326]},{"name":"IORING_BUFFER_REF","features":[326]},{"name":"IORING_CAPABILITIES","features":[326]},{"name":"IORING_CQE","features":[326]},{"name":"IORING_CREATE_ADVISORY_FLAGS","features":[326]},{"name":"IORING_CREATE_ADVISORY_FLAGS_NONE","features":[326]},{"name":"IORING_CREATE_FLAGS","features":[326]},{"name":"IORING_CREATE_REQUIRED_FLAGS","features":[326]},{"name":"IORING_CREATE_REQUIRED_FLAGS_NONE","features":[326]},{"name":"IORING_FEATURE_FLAGS","features":[326]},{"name":"IORING_FEATURE_FLAGS_NONE","features":[326]},{"name":"IORING_FEATURE_SET_COMPLETION_EVENT","features":[326]},{"name":"IORING_FEATURE_UM_EMULATION","features":[326]},{"name":"IORING_HANDLE_REF","features":[307,326]},{"name":"IORING_INFO","features":[326]},{"name":"IORING_OP_CANCEL","features":[326]},{"name":"IORING_OP_CODE","features":[326]},{"name":"IORING_OP_FLUSH","features":[326]},{"name":"IORING_OP_NOP","features":[326]},{"name":"IORING_OP_READ","features":[326]},{"name":"IORING_OP_REGISTER_BUFFERS","features":[326]},{"name":"IORING_OP_REGISTER_FILES","features":[326]},{"name":"IORING_OP_WRITE","features":[326]},{"name":"IORING_REF_KIND","features":[326]},{"name":"IORING_REF_RAW","features":[326]},{"name":"IORING_REF_REGISTERED","features":[326]},{"name":"IORING_REGISTERED_BUFFER","features":[326]},{"name":"IORING_SQE_FLAGS","features":[326]},{"name":"IORING_VERSION","features":[326]},{"name":"IORING_VERSION_1","features":[326]},{"name":"IORING_VERSION_2","features":[326]},{"name":"IORING_VERSION_3","features":[326]},{"name":"IORING_VERSION_INVALID","features":[326]},{"name":"IOSQE_FLAGS_DRAIN_PRECEDING_OPS","features":[326]},{"name":"IOSQE_FLAGS_NONE","features":[326]},{"name":"InstallLogPolicy","features":[307,326]},{"name":"IoPriorityHintLow","features":[326]},{"name":"IoPriorityHintNormal","features":[326]},{"name":"IoPriorityHintVeryLow","features":[326]},{"name":"IsIoRingOpSupported","features":[307,326]},{"name":"KCRM_MARSHAL_HEADER","features":[326]},{"name":"KCRM_PROTOCOL_BLOB","features":[326]},{"name":"KCRM_TRANSACTION_BLOB","features":[326]},{"name":"KTM_MARSHAL_BLOB_VERSION_MAJOR","features":[326]},{"name":"KTM_MARSHAL_BLOB_VERSION_MINOR","features":[326]},{"name":"LOCKFILE_EXCLUSIVE_LOCK","features":[326]},{"name":"LOCKFILE_FAIL_IMMEDIATELY","features":[326]},{"name":"LOCK_FILE_FLAGS","features":[326]},{"name":"LOG_MANAGEMENT_CALLBACKS","features":[307,326]},{"name":"LOG_POLICY_OVERWRITE","features":[326]},{"name":"LOG_POLICY_PERSIST","features":[326]},{"name":"LPPROGRESS_ROUTINE","features":[307,326]},{"name":"LPPROGRESS_ROUTINE_CALLBACK_REASON","features":[326]},{"name":"LZClose","features":[326]},{"name":"LZCopy","features":[326]},{"name":"LZDone","features":[326]},{"name":"LZERROR_BADINHANDLE","features":[326]},{"name":"LZERROR_BADOUTHANDLE","features":[326]},{"name":"LZERROR_BADVALUE","features":[326]},{"name":"LZERROR_GLOBALLOC","features":[326]},{"name":"LZERROR_GLOBLOCK","features":[326]},{"name":"LZERROR_READ","features":[326]},{"name":"LZERROR_UNKNOWNALG","features":[326]},{"name":"LZERROR_WRITE","features":[326]},{"name":"LZInit","features":[326]},{"name":"LZOPENFILE_STYLE","features":[326]},{"name":"LZOpenFileA","features":[326]},{"name":"LZOpenFileW","features":[326]},{"name":"LZRead","features":[326]},{"name":"LZSeek","features":[326]},{"name":"LZStart","features":[326]},{"name":"LocalFileTimeToFileTime","features":[307,326]},{"name":"LockFile","features":[307,326]},{"name":"LockFileEx","features":[307,326,312]},{"name":"LogTailAdvanceFailure","features":[307,326]},{"name":"LsnBlockOffset","features":[326]},{"name":"LsnContainer","features":[326]},{"name":"LsnCreate","features":[326]},{"name":"LsnEqual","features":[307,326]},{"name":"LsnGreater","features":[307,326]},{"name":"LsnIncrement","features":[326]},{"name":"LsnInvalid","features":[307,326]},{"name":"LsnLess","features":[307,326]},{"name":"LsnNull","features":[307,326]},{"name":"LsnRecordSequence","features":[326]},{"name":"MAXIMUM_REPARSE_DATA_BUFFER_SIZE","features":[326]},{"name":"MAXMEDIALABEL","features":[326]},{"name":"MAX_RESOURCEMANAGER_DESCRIPTION_LENGTH","features":[326]},{"name":"MAX_SID_SIZE","features":[326]},{"name":"MAX_TRANSACTION_DESCRIPTION_LENGTH","features":[326]},{"name":"MOVEFILE_COPY_ALLOWED","features":[326]},{"name":"MOVEFILE_CREATE_HARDLINK","features":[326]},{"name":"MOVEFILE_DELAY_UNTIL_REBOOT","features":[326]},{"name":"MOVEFILE_FAIL_IF_NOT_TRACKABLE","features":[326]},{"name":"MOVEFILE_REPLACE_EXISTING","features":[326]},{"name":"MOVEFILE_WRITE_THROUGH","features":[326]},{"name":"MOVE_FILE_FLAGS","features":[326]},{"name":"MaximumFileIdType","features":[326]},{"name":"MaximumFileInfoByHandleClass","features":[326]},{"name":"MaximumIoPriorityHintType","features":[326]},{"name":"MediaLabelInfo","features":[326]},{"name":"MoveFileA","features":[307,326]},{"name":"MoveFileExA","features":[307,326]},{"name":"MoveFileExW","features":[307,326]},{"name":"MoveFileFromAppW","features":[307,326]},{"name":"MoveFileTransactedA","features":[307,326]},{"name":"MoveFileTransactedW","features":[307,326]},{"name":"MoveFileW","features":[307,326]},{"name":"MoveFileWithProgressA","features":[307,326]},{"name":"MoveFileWithProgressW","features":[307,326]},{"name":"NAME_CACHE_CONTEXT","features":[326]},{"name":"NTMSMLI_MAXAPPDESCR","features":[326]},{"name":"NTMSMLI_MAXIDSIZE","features":[326]},{"name":"NTMSMLI_MAXTYPE","features":[326]},{"name":"NTMS_ALLOCATE_ERROR_IF_UNAVAILABLE","features":[326]},{"name":"NTMS_ALLOCATE_FROMSCRATCH","features":[326]},{"name":"NTMS_ALLOCATE_NEW","features":[326]},{"name":"NTMS_ALLOCATE_NEXT","features":[326]},{"name":"NTMS_ALLOCATION_INFORMATION","features":[326]},{"name":"NTMS_APPLICATIONNAME_LENGTH","features":[326]},{"name":"NTMS_ASYNCOP_MOUNT","features":[326]},{"name":"NTMS_ASYNCSTATE_COMPLETE","features":[326]},{"name":"NTMS_ASYNCSTATE_INPROCESS","features":[326]},{"name":"NTMS_ASYNCSTATE_QUEUED","features":[326]},{"name":"NTMS_ASYNCSTATE_WAIT_OPERATOR","features":[326]},{"name":"NTMS_ASYNCSTATE_WAIT_RESOURCE","features":[326]},{"name":"NTMS_ASYNC_IO","features":[307,326]},{"name":"NTMS_BARCODESTATE_OK","features":[326]},{"name":"NTMS_BARCODESTATE_UNREADABLE","features":[326]},{"name":"NTMS_BARCODE_LENGTH","features":[326]},{"name":"NTMS_CHANGER","features":[326]},{"name":"NTMS_CHANGERINFORMATIONA","features":[326]},{"name":"NTMS_CHANGERINFORMATIONW","features":[326]},{"name":"NTMS_CHANGERTYPEINFORMATIONA","features":[326]},{"name":"NTMS_CHANGERTYPEINFORMATIONW","features":[326]},{"name":"NTMS_CHANGER_TYPE","features":[326]},{"name":"NTMS_COMPUTER","features":[326]},{"name":"NTMS_COMPUTERINFORMATION","features":[326]},{"name":"NTMS_COMPUTERNAME_LENGTH","features":[326]},{"name":"NTMS_CONTROL_ACCESS","features":[326]},{"name":"NTMS_CREATE_NEW","features":[326]},{"name":"NTMS_DEALLOCATE_TOSCRATCH","features":[326]},{"name":"NTMS_DESCRIPTION_LENGTH","features":[326]},{"name":"NTMS_DEVICENAME_LENGTH","features":[326]},{"name":"NTMS_DISMOUNT_DEFERRED","features":[326]},{"name":"NTMS_DISMOUNT_IMMEDIATE","features":[326]},{"name":"NTMS_DOORSTATE_CLOSED","features":[326]},{"name":"NTMS_DOORSTATE_OPEN","features":[326]},{"name":"NTMS_DOORSTATE_UNKNOWN","features":[326]},{"name":"NTMS_DRIVE","features":[326]},{"name":"NTMS_DRIVEINFORMATIONA","features":[307,326]},{"name":"NTMS_DRIVEINFORMATIONW","features":[307,326]},{"name":"NTMS_DRIVESTATE_BEING_CLEANED","features":[326]},{"name":"NTMS_DRIVESTATE_DISMOUNTABLE","features":[326]},{"name":"NTMS_DRIVESTATE_DISMOUNTED","features":[326]},{"name":"NTMS_DRIVESTATE_LOADED","features":[326]},{"name":"NTMS_DRIVESTATE_MOUNTED","features":[326]},{"name":"NTMS_DRIVESTATE_UNLOADED","features":[326]},{"name":"NTMS_DRIVETYPEINFORMATIONA","features":[326]},{"name":"NTMS_DRIVETYPEINFORMATIONW","features":[326]},{"name":"NTMS_DRIVE_TYPE","features":[326]},{"name":"NTMS_EJECT_ASK_USER","features":[326]},{"name":"NTMS_EJECT_FORCE","features":[326]},{"name":"NTMS_EJECT_IMMEDIATE","features":[326]},{"name":"NTMS_EJECT_QUEUE","features":[326]},{"name":"NTMS_EJECT_START","features":[326]},{"name":"NTMS_EJECT_STOP","features":[326]},{"name":"NTMS_ENUM_DEFAULT","features":[326]},{"name":"NTMS_ENUM_ROOTPOOL","features":[326]},{"name":"NTMS_ERROR_ON_DUPLICATE","features":[326]},{"name":"NTMS_EVENT_COMPLETE","features":[326]},{"name":"NTMS_EVENT_SIGNAL","features":[326]},{"name":"NTMS_FILESYSTEM_INFO","features":[326]},{"name":"NTMS_I1_LIBRARYINFORMATION","features":[307,326]},{"name":"NTMS_I1_LIBREQUESTINFORMATIONA","features":[307,326]},{"name":"NTMS_I1_LIBREQUESTINFORMATIONW","features":[307,326]},{"name":"NTMS_I1_MESSAGE_LENGTH","features":[326]},{"name":"NTMS_I1_OBJECTINFORMATIONA","features":[307,326]},{"name":"NTMS_I1_OBJECTINFORMATIONW","features":[307,326]},{"name":"NTMS_I1_OPREQUESTINFORMATIONA","features":[307,326]},{"name":"NTMS_I1_OPREQUESTINFORMATIONW","features":[307,326]},{"name":"NTMS_I1_PARTITIONINFORMATIONA","features":[326]},{"name":"NTMS_I1_PARTITIONINFORMATIONW","features":[326]},{"name":"NTMS_I1_PMIDINFORMATIONA","features":[326]},{"name":"NTMS_I1_PMIDINFORMATIONW","features":[326]},{"name":"NTMS_IEDOOR","features":[326]},{"name":"NTMS_IEDOORINFORMATION","features":[326]},{"name":"NTMS_IEPORT","features":[326]},{"name":"NTMS_IEPORTINFORMATION","features":[326]},{"name":"NTMS_INITIALIZING","features":[326]},{"name":"NTMS_INJECT_RETRACT","features":[326]},{"name":"NTMS_INJECT_START","features":[326]},{"name":"NTMS_INJECT_STARTMANY","features":[326]},{"name":"NTMS_INJECT_STOP","features":[326]},{"name":"NTMS_INVENTORY_DEFAULT","features":[326]},{"name":"NTMS_INVENTORY_FAST","features":[326]},{"name":"NTMS_INVENTORY_MAX","features":[326]},{"name":"NTMS_INVENTORY_NONE","features":[326]},{"name":"NTMS_INVENTORY_OMID","features":[326]},{"name":"NTMS_INVENTORY_SLOT","features":[326]},{"name":"NTMS_INVENTORY_STOP","features":[326]},{"name":"NTMS_LIBRARY","features":[326]},{"name":"NTMS_LIBRARYFLAG_AUTODETECTCHANGE","features":[326]},{"name":"NTMS_LIBRARYFLAG_CLEANERPRESENT","features":[326]},{"name":"NTMS_LIBRARYFLAG_FIXEDOFFLINE","features":[326]},{"name":"NTMS_LIBRARYFLAG_IGNORECLEANERUSESREMAINING","features":[326]},{"name":"NTMS_LIBRARYFLAG_RECOGNIZECLEANERBARCODE","features":[326]},{"name":"NTMS_LIBRARYINFORMATION","features":[307,326]},{"name":"NTMS_LIBRARYTYPE_OFFLINE","features":[326]},{"name":"NTMS_LIBRARYTYPE_ONLINE","features":[326]},{"name":"NTMS_LIBRARYTYPE_STANDALONE","features":[326]},{"name":"NTMS_LIBRARYTYPE_UNKNOWN","features":[326]},{"name":"NTMS_LIBREQFLAGS_NOAUTOPURGE","features":[326]},{"name":"NTMS_LIBREQFLAGS_NOFAILEDPURGE","features":[326]},{"name":"NTMS_LIBREQUEST","features":[326]},{"name":"NTMS_LIBREQUESTINFORMATIONA","features":[307,326]},{"name":"NTMS_LIBREQUESTINFORMATIONW","features":[307,326]},{"name":"NTMS_LMIDINFORMATION","features":[326]},{"name":"NTMS_LM_CANCELLED","features":[326]},{"name":"NTMS_LM_CLASSIFY","features":[326]},{"name":"NTMS_LM_CLEANDRIVE","features":[326]},{"name":"NTMS_LM_DEFERRED","features":[326]},{"name":"NTMS_LM_DEFFERED","features":[326]},{"name":"NTMS_LM_DISABLECHANGER","features":[326]},{"name":"NTMS_LM_DISABLEDRIVE","features":[326]},{"name":"NTMS_LM_DISABLELIBRARY","features":[326]},{"name":"NTMS_LM_DISABLEMEDIA","features":[326]},{"name":"NTMS_LM_DISMOUNT","features":[326]},{"name":"NTMS_LM_DOORACCESS","features":[326]},{"name":"NTMS_LM_EJECT","features":[326]},{"name":"NTMS_LM_EJECTCLEANER","features":[326]},{"name":"NTMS_LM_ENABLECHANGER","features":[326]},{"name":"NTMS_LM_ENABLEDRIVE","features":[326]},{"name":"NTMS_LM_ENABLELIBRARY","features":[326]},{"name":"NTMS_LM_ENABLEMEDIA","features":[326]},{"name":"NTMS_LM_FAILED","features":[326]},{"name":"NTMS_LM_INJECT","features":[326]},{"name":"NTMS_LM_INJECTCLEANER","features":[326]},{"name":"NTMS_LM_INPROCESS","features":[326]},{"name":"NTMS_LM_INVALID","features":[326]},{"name":"NTMS_LM_INVENTORY","features":[326]},{"name":"NTMS_LM_MAXWORKITEM","features":[326]},{"name":"NTMS_LM_MOUNT","features":[326]},{"name":"NTMS_LM_PASSED","features":[326]},{"name":"NTMS_LM_PROCESSOMID","features":[326]},{"name":"NTMS_LM_QUEUED","features":[326]},{"name":"NTMS_LM_RELEASECLEANER","features":[326]},{"name":"NTMS_LM_REMOVE","features":[326]},{"name":"NTMS_LM_RESERVECLEANER","features":[326]},{"name":"NTMS_LM_STOPPED","features":[326]},{"name":"NTMS_LM_UPDATEOMID","features":[326]},{"name":"NTMS_LM_WAITING","features":[326]},{"name":"NTMS_LM_WRITESCRATCH","features":[326]},{"name":"NTMS_LOGICAL_MEDIA","features":[326]},{"name":"NTMS_MAXATTR_LENGTH","features":[326]},{"name":"NTMS_MAXATTR_NAMELEN","features":[326]},{"name":"NTMS_MEDIAPOOLINFORMATION","features":[326]},{"name":"NTMS_MEDIARW_READONLY","features":[326]},{"name":"NTMS_MEDIARW_REWRITABLE","features":[326]},{"name":"NTMS_MEDIARW_UNKNOWN","features":[326]},{"name":"NTMS_MEDIARW_WRITEONCE","features":[326]},{"name":"NTMS_MEDIASTATE_IDLE","features":[326]},{"name":"NTMS_MEDIASTATE_INUSE","features":[326]},{"name":"NTMS_MEDIASTATE_LOADED","features":[326]},{"name":"NTMS_MEDIASTATE_MOUNTED","features":[326]},{"name":"NTMS_MEDIASTATE_OPERROR","features":[326]},{"name":"NTMS_MEDIASTATE_OPREQ","features":[326]},{"name":"NTMS_MEDIASTATE_UNLOADED","features":[326]},{"name":"NTMS_MEDIATYPEINFORMATION","features":[326]},{"name":"NTMS_MEDIA_POOL","features":[326]},{"name":"NTMS_MEDIA_TYPE","features":[326]},{"name":"NTMS_MESSAGE_LENGTH","features":[326]},{"name":"NTMS_MODIFY_ACCESS","features":[326]},{"name":"NTMS_MOUNT_ERROR_IF_OFFLINE","features":[326]},{"name":"NTMS_MOUNT_ERROR_IF_UNAVAILABLE","features":[326]},{"name":"NTMS_MOUNT_ERROR_NOT_AVAILABLE","features":[326]},{"name":"NTMS_MOUNT_ERROR_OFFLINE","features":[326]},{"name":"NTMS_MOUNT_INFORMATION","features":[326]},{"name":"NTMS_MOUNT_NOWAIT","features":[326]},{"name":"NTMS_MOUNT_READ","features":[326]},{"name":"NTMS_MOUNT_SPECIFIC_DRIVE","features":[326]},{"name":"NTMS_MOUNT_WRITE","features":[326]},{"name":"NTMS_NEEDS_SERVICE","features":[326]},{"name":"NTMS_NOTIFICATIONINFORMATION","features":[326]},{"name":"NTMS_NOT_PRESENT","features":[326]},{"name":"NTMS_NUMBER_OF_OBJECT_TYPES","features":[326]},{"name":"NTMS_OBJECT","features":[326]},{"name":"NTMS_OBJECTINFORMATIONA","features":[307,326]},{"name":"NTMS_OBJECTINFORMATIONW","features":[307,326]},{"name":"NTMS_OBJECTNAME_LENGTH","features":[326]},{"name":"NTMS_OBJ_DELETE","features":[326]},{"name":"NTMS_OBJ_INSERT","features":[326]},{"name":"NTMS_OBJ_UPDATE","features":[326]},{"name":"NTMS_OMIDLABELID_LENGTH","features":[326]},{"name":"NTMS_OMIDLABELINFO_LENGTH","features":[326]},{"name":"NTMS_OMIDLABELTYPE_LENGTH","features":[326]},{"name":"NTMS_OMID_TYPE","features":[326]},{"name":"NTMS_OMID_TYPE_FILESYSTEM_INFO","features":[326]},{"name":"NTMS_OMID_TYPE_RAW_LABEL","features":[326]},{"name":"NTMS_OPEN_ALWAYS","features":[326]},{"name":"NTMS_OPEN_EXISTING","features":[326]},{"name":"NTMS_OPREQFLAGS_NOALERTS","features":[326]},{"name":"NTMS_OPREQFLAGS_NOAUTOPURGE","features":[326]},{"name":"NTMS_OPREQFLAGS_NOFAILEDPURGE","features":[326]},{"name":"NTMS_OPREQFLAGS_NOTRAYICON","features":[326]},{"name":"NTMS_OPREQUEST","features":[326]},{"name":"NTMS_OPREQUESTINFORMATIONA","features":[307,326]},{"name":"NTMS_OPREQUESTINFORMATIONW","features":[307,326]},{"name":"NTMS_OPREQ_CLEANER","features":[326]},{"name":"NTMS_OPREQ_DEVICESERVICE","features":[326]},{"name":"NTMS_OPREQ_MESSAGE","features":[326]},{"name":"NTMS_OPREQ_MOVEMEDIA","features":[326]},{"name":"NTMS_OPREQ_NEWMEDIA","features":[326]},{"name":"NTMS_OPREQ_UNKNOWN","features":[326]},{"name":"NTMS_OPSTATE_ACTIVE","features":[326]},{"name":"NTMS_OPSTATE_COMPLETE","features":[326]},{"name":"NTMS_OPSTATE_INPROGRESS","features":[326]},{"name":"NTMS_OPSTATE_REFUSED","features":[326]},{"name":"NTMS_OPSTATE_SUBMITTED","features":[326]},{"name":"NTMS_OPSTATE_UNKNOWN","features":[326]},{"name":"NTMS_PARTITION","features":[326]},{"name":"NTMS_PARTITIONINFORMATIONA","features":[326]},{"name":"NTMS_PARTITIONINFORMATIONW","features":[326]},{"name":"NTMS_PARTSTATE_ALLOCATED","features":[326]},{"name":"NTMS_PARTSTATE_AVAILABLE","features":[326]},{"name":"NTMS_PARTSTATE_COMPLETE","features":[326]},{"name":"NTMS_PARTSTATE_DECOMMISSIONED","features":[326]},{"name":"NTMS_PARTSTATE_FOREIGN","features":[326]},{"name":"NTMS_PARTSTATE_IMPORT","features":[326]},{"name":"NTMS_PARTSTATE_INCOMPATIBLE","features":[326]},{"name":"NTMS_PARTSTATE_RESERVED","features":[326]},{"name":"NTMS_PARTSTATE_UNKNOWN","features":[326]},{"name":"NTMS_PARTSTATE_UNPREPARED","features":[326]},{"name":"NTMS_PHYSICAL_MEDIA","features":[326]},{"name":"NTMS_PMIDINFORMATIONA","features":[326]},{"name":"NTMS_PMIDINFORMATIONW","features":[326]},{"name":"NTMS_POOLHIERARCHY_LENGTH","features":[326]},{"name":"NTMS_POOLPOLICY_KEEPOFFLINEIMPORT","features":[326]},{"name":"NTMS_POOLPOLICY_PURGEOFFLINESCRATCH","features":[326]},{"name":"NTMS_POOLTYPE_APPLICATION","features":[326]},{"name":"NTMS_POOLTYPE_FOREIGN","features":[326]},{"name":"NTMS_POOLTYPE_IMPORT","features":[326]},{"name":"NTMS_POOLTYPE_SCRATCH","features":[326]},{"name":"NTMS_POOLTYPE_UNKNOWN","features":[326]},{"name":"NTMS_PORTCONTENT_EMPTY","features":[326]},{"name":"NTMS_PORTCONTENT_FULL","features":[326]},{"name":"NTMS_PORTCONTENT_UNKNOWN","features":[326]},{"name":"NTMS_PORTPOSITION_EXTENDED","features":[326]},{"name":"NTMS_PORTPOSITION_RETRACTED","features":[326]},{"name":"NTMS_PORTPOSITION_UNKNOWN","features":[326]},{"name":"NTMS_PRIORITY_DEFAULT","features":[326]},{"name":"NTMS_PRIORITY_HIGH","features":[326]},{"name":"NTMS_PRIORITY_HIGHEST","features":[326]},{"name":"NTMS_PRIORITY_LOW","features":[326]},{"name":"NTMS_PRIORITY_LOWEST","features":[326]},{"name":"NTMS_PRIORITY_NORMAL","features":[326]},{"name":"NTMS_PRODUCTNAME_LENGTH","features":[326]},{"name":"NTMS_READY","features":[326]},{"name":"NTMS_REVISION_LENGTH","features":[326]},{"name":"NTMS_SEQUENCE_LENGTH","features":[326]},{"name":"NTMS_SERIALNUMBER_LENGTH","features":[326]},{"name":"NTMS_SESSION_QUERYEXPEDITE","features":[326]},{"name":"NTMS_SLOTSTATE_EMPTY","features":[326]},{"name":"NTMS_SLOTSTATE_FULL","features":[326]},{"name":"NTMS_SLOTSTATE_NEEDSINVENTORY","features":[326]},{"name":"NTMS_SLOTSTATE_NOTPRESENT","features":[326]},{"name":"NTMS_SLOTSTATE_UNKNOWN","features":[326]},{"name":"NTMS_STORAGESLOT","features":[326]},{"name":"NTMS_STORAGESLOTINFORMATION","features":[326]},{"name":"NTMS_UIDEST_ADD","features":[326]},{"name":"NTMS_UIDEST_DELETE","features":[326]},{"name":"NTMS_UIDEST_DELETEALL","features":[326]},{"name":"NTMS_UIOPERATION_MAX","features":[326]},{"name":"NTMS_UITYPE_ERR","features":[326]},{"name":"NTMS_UITYPE_INFO","features":[326]},{"name":"NTMS_UITYPE_INVALID","features":[326]},{"name":"NTMS_UITYPE_MAX","features":[326]},{"name":"NTMS_UITYPE_REQ","features":[326]},{"name":"NTMS_UI_DESTINATION","features":[326]},{"name":"NTMS_UNKNOWN","features":[326]},{"name":"NTMS_UNKNOWN_DRIVE","features":[326]},{"name":"NTMS_USERNAME_LENGTH","features":[326]},{"name":"NTMS_USE_ACCESS","features":[326]},{"name":"NTMS_VENDORNAME_LENGTH","features":[326]},{"name":"NetConnectionEnum","features":[326]},{"name":"NetFileClose","features":[326]},{"name":"NetFileEnum","features":[326]},{"name":"NetFileGetInfo","features":[326]},{"name":"NetServerAliasAdd","features":[326]},{"name":"NetServerAliasDel","features":[326]},{"name":"NetServerAliasEnum","features":[326]},{"name":"NetSessionDel","features":[326]},{"name":"NetSessionEnum","features":[326]},{"name":"NetSessionGetInfo","features":[326]},{"name":"NetShareAdd","features":[326]},{"name":"NetShareCheck","features":[326]},{"name":"NetShareDel","features":[326]},{"name":"NetShareDelEx","features":[326]},{"name":"NetShareDelSticky","features":[326]},{"name":"NetShareEnum","features":[326]},{"name":"NetShareEnumSticky","features":[326]},{"name":"NetShareGetInfo","features":[326]},{"name":"NetShareSetInfo","features":[326]},{"name":"NetStatisticsGet","features":[326]},{"name":"NtmsAccessMask","features":[326]},{"name":"NtmsAllocateOptions","features":[326]},{"name":"NtmsAllocationPolicy","features":[326]},{"name":"NtmsAsyncOperations","features":[326]},{"name":"NtmsAsyncStatus","features":[326]},{"name":"NtmsBarCodeState","features":[326]},{"name":"NtmsCreateNtmsMediaOptions","features":[326]},{"name":"NtmsCreateOptions","features":[326]},{"name":"NtmsDeallocationPolicy","features":[326]},{"name":"NtmsDismountOptions","features":[326]},{"name":"NtmsDoorState","features":[326]},{"name":"NtmsDriveState","features":[326]},{"name":"NtmsDriveType","features":[326]},{"name":"NtmsEjectOperation","features":[326]},{"name":"NtmsEnumerateOption","features":[326]},{"name":"NtmsInjectOperation","features":[326]},{"name":"NtmsInventoryMethod","features":[326]},{"name":"NtmsLibRequestFlags","features":[326]},{"name":"NtmsLibraryFlags","features":[326]},{"name":"NtmsLibraryType","features":[326]},{"name":"NtmsLmOperation","features":[326]},{"name":"NtmsLmState","features":[326]},{"name":"NtmsMediaPoolPolicy","features":[326]},{"name":"NtmsMediaState","features":[326]},{"name":"NtmsMountOptions","features":[326]},{"name":"NtmsMountPriority","features":[326]},{"name":"NtmsNotificationOperations","features":[326]},{"name":"NtmsObjectsTypes","features":[326]},{"name":"NtmsOpRequestFlags","features":[326]},{"name":"NtmsOperationalState","features":[326]},{"name":"NtmsOpreqCommand","features":[326]},{"name":"NtmsOpreqState","features":[326]},{"name":"NtmsPartitionState","features":[326]},{"name":"NtmsPoolType","features":[326]},{"name":"NtmsPortContent","features":[326]},{"name":"NtmsPortPosition","features":[326]},{"name":"NtmsReadWriteCharacteristics","features":[326]},{"name":"NtmsSessionOptions","features":[326]},{"name":"NtmsSlotState","features":[326]},{"name":"NtmsUIOperations","features":[326]},{"name":"NtmsUITypes","features":[326]},{"name":"OFSTRUCT","features":[326]},{"name":"OF_CANCEL","features":[326]},{"name":"OF_CREATE","features":[326]},{"name":"OF_DELETE","features":[326]},{"name":"OF_EXIST","features":[326]},{"name":"OF_PARSE","features":[326]},{"name":"OF_PROMPT","features":[326]},{"name":"OF_READ","features":[326]},{"name":"OF_READWRITE","features":[326]},{"name":"OF_REOPEN","features":[326]},{"name":"OF_SHARE_COMPAT","features":[326]},{"name":"OF_SHARE_DENY_NONE","features":[326]},{"name":"OF_SHARE_DENY_READ","features":[326]},{"name":"OF_SHARE_DENY_WRITE","features":[326]},{"name":"OF_SHARE_EXCLUSIVE","features":[326]},{"name":"OF_VERIFY","features":[326]},{"name":"OF_WRITE","features":[326]},{"name":"OPEN_ALWAYS","features":[326]},{"name":"OPEN_EXISTING","features":[326]},{"name":"ObjectIdType","features":[326]},{"name":"OpenEncryptedFileRawA","features":[326]},{"name":"OpenEncryptedFileRawW","features":[326]},{"name":"OpenEnlistment","features":[307,326]},{"name":"OpenFile","features":[326]},{"name":"OpenFileById","features":[307,310,326]},{"name":"OpenResourceManager","features":[307,326]},{"name":"OpenTransaction","features":[307,326]},{"name":"OpenTransactionManager","features":[307,326]},{"name":"OpenTransactionManagerById","features":[307,326]},{"name":"PARTITION_BASIC_DATA_GUID","features":[326]},{"name":"PARTITION_BSP_GUID","features":[326]},{"name":"PARTITION_CLUSTER_GUID","features":[326]},{"name":"PARTITION_DPP_GUID","features":[326]},{"name":"PARTITION_ENTRY_UNUSED_GUID","features":[326]},{"name":"PARTITION_LDM_DATA_GUID","features":[326]},{"name":"PARTITION_LDM_METADATA_GUID","features":[326]},{"name":"PARTITION_LEGACY_BL_GUID","features":[326]},{"name":"PARTITION_LEGACY_BL_GUID_BACKUP","features":[326]},{"name":"PARTITION_MAIN_OS_GUID","features":[326]},{"name":"PARTITION_MSFT_RECOVERY_GUID","features":[326]},{"name":"PARTITION_MSFT_RESERVED_GUID","features":[326]},{"name":"PARTITION_MSFT_SNAPSHOT_GUID","features":[326]},{"name":"PARTITION_OS_DATA_GUID","features":[326]},{"name":"PARTITION_PATCH_GUID","features":[326]},{"name":"PARTITION_PRE_INSTALLED_GUID","features":[326]},{"name":"PARTITION_SBL_CACHE_HDD_GUID","features":[326]},{"name":"PARTITION_SBL_CACHE_SSD_GUID","features":[326]},{"name":"PARTITION_SBL_CACHE_SSD_RESERVED_GUID","features":[326]},{"name":"PARTITION_SERVICING_FILES_GUID","features":[326]},{"name":"PARTITION_SERVICING_METADATA_GUID","features":[326]},{"name":"PARTITION_SERVICING_RESERVE_GUID","features":[326]},{"name":"PARTITION_SERVICING_STAGING_ROOT_GUID","features":[326]},{"name":"PARTITION_SPACES_DATA_GUID","features":[326]},{"name":"PARTITION_SPACES_GUID","features":[326]},{"name":"PARTITION_SYSTEM_GUID","features":[326]},{"name":"PARTITION_WINDOWS_SYSTEM_GUID","features":[326]},{"name":"PCLFS_COMPLETION_ROUTINE","features":[326]},{"name":"PCOPYFILE2_PROGRESS_ROUTINE","features":[307,326]},{"name":"PERM_FILE_CREATE","features":[326]},{"name":"PERM_FILE_READ","features":[326]},{"name":"PERM_FILE_WRITE","features":[326]},{"name":"PFE_EXPORT_FUNC","features":[326]},{"name":"PFE_IMPORT_FUNC","features":[326]},{"name":"PFN_IO_COMPLETION","features":[307,326]},{"name":"PIPE_ACCESS_DUPLEX","features":[326]},{"name":"PIPE_ACCESS_INBOUND","features":[326]},{"name":"PIPE_ACCESS_OUTBOUND","features":[326]},{"name":"PLOG_FULL_HANDLER_CALLBACK","features":[307,326]},{"name":"PLOG_TAIL_ADVANCE_CALLBACK","features":[307,326]},{"name":"PLOG_UNPINNED_CALLBACK","features":[307,326]},{"name":"PREPARE_TAPE_OPERATION","features":[326]},{"name":"PRIORITY_HINT","features":[326]},{"name":"PopIoRingCompletion","features":[326]},{"name":"PrePrepareComplete","features":[307,326]},{"name":"PrePrepareEnlistment","features":[307,326]},{"name":"PrepareComplete","features":[307,326]},{"name":"PrepareEnlistment","features":[307,326]},{"name":"PrepareLogArchive","features":[307,326]},{"name":"PrepareTape","features":[307,326]},{"name":"QUIC","features":[326]},{"name":"QueryDosDeviceA","features":[326]},{"name":"QueryDosDeviceW","features":[326]},{"name":"QueryIoRingCapabilities","features":[326]},{"name":"QueryLogPolicy","features":[307,326]},{"name":"QueryRecoveryAgentsOnEncryptedFile","features":[310,326]},{"name":"QueryUsersOnEncryptedFile","features":[310,326]},{"name":"READ_CONTROL","features":[326]},{"name":"READ_DIRECTORY_NOTIFY_INFORMATION_CLASS","features":[326]},{"name":"REPARSE_GUID_DATA_BUFFER","features":[326]},{"name":"REPLACEFILE_IGNORE_ACL_ERRORS","features":[326]},{"name":"REPLACEFILE_IGNORE_MERGE_ERRORS","features":[326]},{"name":"REPLACEFILE_WRITE_THROUGH","features":[326]},{"name":"REPLACE_FILE_FLAGS","features":[326]},{"name":"RESOURCE_MANAGER_COMMUNICATION","features":[326]},{"name":"RESOURCE_MANAGER_MAXIMUM_OPTION","features":[326]},{"name":"RESOURCE_MANAGER_OBJECT_PATH","features":[326]},{"name":"RESOURCE_MANAGER_VOLATILE","features":[326]},{"name":"ReOpenFile","features":[307,326]},{"name":"ReadDirectoryChangesExW","features":[307,326,312]},{"name":"ReadDirectoryChangesW","features":[307,326,312]},{"name":"ReadDirectoryNotifyExtendedInformation","features":[326]},{"name":"ReadDirectoryNotifyFullInformation","features":[326]},{"name":"ReadDirectoryNotifyInformation","features":[326]},{"name":"ReadDirectoryNotifyMaximumInformation","features":[326]},{"name":"ReadEncryptedFileRaw","features":[326]},{"name":"ReadFile","features":[307,326,312]},{"name":"ReadFileEx","features":[307,326,312]},{"name":"ReadFileScatter","features":[307,326,312]},{"name":"ReadLogArchiveMetadata","features":[307,326]},{"name":"ReadLogNotification","features":[307,326,312]},{"name":"ReadLogRecord","features":[307,326,312]},{"name":"ReadLogRestartArea","features":[307,326,312]},{"name":"ReadNextLogRecord","features":[307,326,312]},{"name":"ReadOnlyEnlistment","features":[307,326]},{"name":"ReadPreviousLogRestartArea","features":[307,326,312]},{"name":"RecoverEnlistment","features":[307,326]},{"name":"RecoverResourceManager","features":[307,326]},{"name":"RecoverTransactionManager","features":[307,326]},{"name":"RegisterForLogWriteNotification","features":[307,326]},{"name":"RegisterManageableLogClient","features":[307,326]},{"name":"RemoveDirectoryA","features":[307,326]},{"name":"RemoveDirectoryFromAppW","features":[307,326]},{"name":"RemoveDirectoryTransactedA","features":[307,326]},{"name":"RemoveDirectoryTransactedW","features":[307,326]},{"name":"RemoveDirectoryW","features":[307,326]},{"name":"RemoveLogContainer","features":[307,326]},{"name":"RemoveLogContainerSet","features":[307,326]},{"name":"RemoveLogPolicy","features":[307,326]},{"name":"RemoveUsersFromEncryptedFile","features":[310,326]},{"name":"RenameTransactionManager","features":[307,326]},{"name":"ReplaceFileA","features":[307,326]},{"name":"ReplaceFileFromAppW","features":[307,326]},{"name":"ReplaceFileW","features":[307,326]},{"name":"ReserveAndAppendLog","features":[307,326,312]},{"name":"ReserveAndAppendLogAligned","features":[307,326,312]},{"name":"RollbackComplete","features":[307,326]},{"name":"RollbackEnlistment","features":[307,326]},{"name":"RollbackTransaction","features":[307,326]},{"name":"RollbackTransactionAsync","features":[307,326]},{"name":"RollforwardTransactionManager","features":[307,326]},{"name":"SECURITY_ANONYMOUS","features":[326]},{"name":"SECURITY_CONTEXT_TRACKING","features":[326]},{"name":"SECURITY_DELEGATION","features":[326]},{"name":"SECURITY_EFFECTIVE_ONLY","features":[326]},{"name":"SECURITY_IDENTIFICATION","features":[326]},{"name":"SECURITY_IMPERSONATION","features":[326]},{"name":"SECURITY_SQOS_PRESENT","features":[326]},{"name":"SECURITY_VALID_SQOS_FLAGS","features":[326]},{"name":"SERVER_ALIAS_INFO_0","features":[307,326]},{"name":"SERVER_CERTIFICATE_INFO_0","features":[326]},{"name":"SERVER_CERTIFICATE_TYPE","features":[326]},{"name":"SESI1_NUM_ELEMENTS","features":[326]},{"name":"SESI2_NUM_ELEMENTS","features":[326]},{"name":"SESSION_INFO_0","features":[326]},{"name":"SESSION_INFO_1","features":[326]},{"name":"SESSION_INFO_10","features":[326]},{"name":"SESSION_INFO_2","features":[326]},{"name":"SESSION_INFO_502","features":[326]},{"name":"SESSION_INFO_USER_FLAGS","features":[326]},{"name":"SESS_GUEST","features":[326]},{"name":"SESS_NOENCRYPTION","features":[326]},{"name":"SET_FILE_POINTER_MOVE_METHOD","features":[326]},{"name":"SET_TAPE_DRIVE_INFORMATION","features":[326]},{"name":"SET_TAPE_MEDIA_INFORMATION","features":[326]},{"name":"SHARE_CURRENT_USES_PARMNUM","features":[326]},{"name":"SHARE_FILE_SD_PARMNUM","features":[326]},{"name":"SHARE_INFO_0","features":[326]},{"name":"SHARE_INFO_1","features":[326]},{"name":"SHARE_INFO_1004","features":[326]},{"name":"SHARE_INFO_1005","features":[326]},{"name":"SHARE_INFO_1006","features":[326]},{"name":"SHARE_INFO_1501","features":[310,326]},{"name":"SHARE_INFO_1503","features":[326]},{"name":"SHARE_INFO_2","features":[326]},{"name":"SHARE_INFO_501","features":[326]},{"name":"SHARE_INFO_502","features":[310,326]},{"name":"SHARE_INFO_503","features":[310,326]},{"name":"SHARE_INFO_PERMISSIONS","features":[326]},{"name":"SHARE_MAX_USES_PARMNUM","features":[326]},{"name":"SHARE_NETNAME_PARMNUM","features":[326]},{"name":"SHARE_PASSWD_PARMNUM","features":[326]},{"name":"SHARE_PATH_PARMNUM","features":[326]},{"name":"SHARE_PERMISSIONS_PARMNUM","features":[326]},{"name":"SHARE_QOS_POLICY_PARMNUM","features":[326]},{"name":"SHARE_REMARK_PARMNUM","features":[326]},{"name":"SHARE_SERVER_PARMNUM","features":[326]},{"name":"SHARE_TYPE","features":[326]},{"name":"SHARE_TYPE_PARMNUM","features":[326]},{"name":"SHI1005_FLAGS_ACCESS_BASED_DIRECTORY_ENUM","features":[326]},{"name":"SHI1005_FLAGS_ALLOW_NAMESPACE_CACHING","features":[326]},{"name":"SHI1005_FLAGS_CLUSTER_MANAGED","features":[326]},{"name":"SHI1005_FLAGS_COMPRESS_DATA","features":[326]},{"name":"SHI1005_FLAGS_DFS","features":[326]},{"name":"SHI1005_FLAGS_DFS_ROOT","features":[326]},{"name":"SHI1005_FLAGS_DISABLE_CLIENT_BUFFERING","features":[326]},{"name":"SHI1005_FLAGS_DISABLE_DIRECTORY_HANDLE_LEASING","features":[326]},{"name":"SHI1005_FLAGS_ENABLE_CA","features":[326]},{"name":"SHI1005_FLAGS_ENABLE_HASH","features":[326]},{"name":"SHI1005_FLAGS_ENCRYPT_DATA","features":[326]},{"name":"SHI1005_FLAGS_FORCE_LEVELII_OPLOCK","features":[326]},{"name":"SHI1005_FLAGS_FORCE_SHARED_DELETE","features":[326]},{"name":"SHI1005_FLAGS_IDENTITY_REMOTING","features":[326]},{"name":"SHI1005_FLAGS_ISOLATED_TRANSPORT","features":[326]},{"name":"SHI1005_FLAGS_RESERVED","features":[326]},{"name":"SHI1005_FLAGS_RESTRICT_EXCLUSIVE_OPENS","features":[326]},{"name":"SHI1_NUM_ELEMENTS","features":[326]},{"name":"SHI2_NUM_ELEMENTS","features":[326]},{"name":"SHI_USES_UNLIMITED","features":[326]},{"name":"SPECIFIC_RIGHTS_ALL","features":[326]},{"name":"STANDARD_RIGHTS_ALL","features":[326]},{"name":"STANDARD_RIGHTS_EXECUTE","features":[326]},{"name":"STANDARD_RIGHTS_READ","features":[326]},{"name":"STANDARD_RIGHTS_REQUIRED","features":[326]},{"name":"STANDARD_RIGHTS_WRITE","features":[326]},{"name":"STATSOPT_CLR","features":[326]},{"name":"STAT_SERVER_0","features":[326]},{"name":"STAT_WORKSTATION_0","features":[326]},{"name":"STORAGE_BUS_TYPE","features":[326]},{"name":"STREAM_INFO_LEVELS","features":[326]},{"name":"STYPE_DEVICE","features":[326]},{"name":"STYPE_DISKTREE","features":[326]},{"name":"STYPE_IPC","features":[326]},{"name":"STYPE_MASK","features":[326]},{"name":"STYPE_PRINTQ","features":[326]},{"name":"STYPE_RESERVED1","features":[326]},{"name":"STYPE_RESERVED2","features":[326]},{"name":"STYPE_RESERVED3","features":[326]},{"name":"STYPE_RESERVED4","features":[326]},{"name":"STYPE_RESERVED5","features":[326]},{"name":"STYPE_RESERVED_ALL","features":[326]},{"name":"STYPE_SPECIAL","features":[326]},{"name":"STYPE_TEMPORARY","features":[326]},{"name":"SYMBOLIC_LINK_FLAGS","features":[326]},{"name":"SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE","features":[326]},{"name":"SYMBOLIC_LINK_FLAG_DIRECTORY","features":[326]},{"name":"SYNCHRONIZE","features":[326]},{"name":"ScanLogContainers","features":[307,326]},{"name":"SearchPathA","features":[326]},{"name":"SearchPathW","features":[326]},{"name":"SetEncryptedFileMetadata","features":[310,326]},{"name":"SetEndOfFile","features":[307,326]},{"name":"SetEndOfLog","features":[307,326,312]},{"name":"SetEnlistmentRecoveryInformation","features":[307,326]},{"name":"SetFileApisToANSI","features":[326]},{"name":"SetFileApisToOEM","features":[326]},{"name":"SetFileAttributesA","features":[307,326]},{"name":"SetFileAttributesFromAppW","features":[307,326]},{"name":"SetFileAttributesTransactedA","features":[307,326]},{"name":"SetFileAttributesTransactedW","features":[307,326]},{"name":"SetFileAttributesW","features":[307,326]},{"name":"SetFileBandwidthReservation","features":[307,326]},{"name":"SetFileCompletionNotificationModes","features":[307,326]},{"name":"SetFileInformationByHandle","features":[307,326]},{"name":"SetFileIoOverlappedRange","features":[307,326]},{"name":"SetFilePointer","features":[307,326]},{"name":"SetFilePointerEx","features":[307,326]},{"name":"SetFileShortNameA","features":[307,326]},{"name":"SetFileShortNameW","features":[307,326]},{"name":"SetFileTime","features":[307,326]},{"name":"SetFileValidData","features":[307,326]},{"name":"SetIoRingCompletionEvent","features":[307,326]},{"name":"SetLogArchiveMode","features":[307,326]},{"name":"SetLogArchiveTail","features":[307,326]},{"name":"SetLogFileSizeWithPolicy","features":[307,326]},{"name":"SetResourceManagerCompletionPort","features":[307,326]},{"name":"SetSearchPathMode","features":[307,326]},{"name":"SetTapeParameters","features":[307,326]},{"name":"SetTapePosition","features":[307,326]},{"name":"SetTransactionInformation","features":[307,326]},{"name":"SetUserFileEncryptionKey","features":[310,326]},{"name":"SetUserFileEncryptionKeyEx","features":[310,326]},{"name":"SetVolumeLabelA","features":[307,326]},{"name":"SetVolumeLabelW","features":[307,326]},{"name":"SetVolumeMountPointA","features":[307,326]},{"name":"SetVolumeMountPointW","features":[307,326]},{"name":"SinglePhaseReject","features":[307,326]},{"name":"SubmitIoRing","features":[326]},{"name":"TAPEMARK_TYPE","features":[326]},{"name":"TAPE_ABSOLUTE_BLOCK","features":[326]},{"name":"TAPE_ABSOLUTE_POSITION","features":[326]},{"name":"TAPE_ERASE","features":[307,326]},{"name":"TAPE_ERASE_LONG","features":[326]},{"name":"TAPE_ERASE_SHORT","features":[326]},{"name":"TAPE_FILEMARKS","features":[326]},{"name":"TAPE_FIXED_PARTITIONS","features":[326]},{"name":"TAPE_FORMAT","features":[326]},{"name":"TAPE_GET_POSITION","features":[326]},{"name":"TAPE_INFORMATION_TYPE","features":[326]},{"name":"TAPE_INITIATOR_PARTITIONS","features":[326]},{"name":"TAPE_LOAD","features":[326]},{"name":"TAPE_LOCK","features":[326]},{"name":"TAPE_LOGICAL_BLOCK","features":[326]},{"name":"TAPE_LOGICAL_POSITION","features":[326]},{"name":"TAPE_LONG_FILEMARKS","features":[326]},{"name":"TAPE_POSITION_METHOD","features":[326]},{"name":"TAPE_POSITION_TYPE","features":[326]},{"name":"TAPE_PREPARE","features":[307,326]},{"name":"TAPE_REWIND","features":[326]},{"name":"TAPE_SELECT_PARTITIONS","features":[326]},{"name":"TAPE_SETMARKS","features":[326]},{"name":"TAPE_SET_POSITION","features":[307,326]},{"name":"TAPE_SHORT_FILEMARKS","features":[326]},{"name":"TAPE_SPACE_END_OF_DATA","features":[326]},{"name":"TAPE_SPACE_FILEMARKS","features":[326]},{"name":"TAPE_SPACE_RELATIVE_BLOCKS","features":[326]},{"name":"TAPE_SPACE_SEQUENTIAL_FMKS","features":[326]},{"name":"TAPE_SPACE_SEQUENTIAL_SMKS","features":[326]},{"name":"TAPE_SPACE_SETMARKS","features":[326]},{"name":"TAPE_TENSION","features":[326]},{"name":"TAPE_UNLOAD","features":[326]},{"name":"TAPE_UNLOCK","features":[326]},{"name":"TAPE_WRITE_MARKS","features":[307,326]},{"name":"TRANSACTIONMANAGER_OBJECT_PATH","features":[326]},{"name":"TRANSACTION_DO_NOT_PROMOTE","features":[326]},{"name":"TRANSACTION_MANAGER_COMMIT_DEFAULT","features":[326]},{"name":"TRANSACTION_MANAGER_COMMIT_LOWEST","features":[326]},{"name":"TRANSACTION_MANAGER_COMMIT_SYSTEM_HIVES","features":[326]},{"name":"TRANSACTION_MANAGER_COMMIT_SYSTEM_VOLUME","features":[326]},{"name":"TRANSACTION_MANAGER_CORRUPT_FOR_PROGRESS","features":[326]},{"name":"TRANSACTION_MANAGER_CORRUPT_FOR_RECOVERY","features":[326]},{"name":"TRANSACTION_MANAGER_MAXIMUM_OPTION","features":[326]},{"name":"TRANSACTION_MANAGER_VOLATILE","features":[326]},{"name":"TRANSACTION_MAXIMUM_OPTION","features":[326]},{"name":"TRANSACTION_NOTIFICATION","features":[326]},{"name":"TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT","features":[326]},{"name":"TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT","features":[326]},{"name":"TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT","features":[326]},{"name":"TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT","features":[326]},{"name":"TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT","features":[326]},{"name":"TRANSACTION_NOTIFICATION_TM_ONLINE_FLAG_IS_CLUSTERED","features":[326]},{"name":"TRANSACTION_NOTIFY_COMMIT","features":[326]},{"name":"TRANSACTION_NOTIFY_COMMIT_COMPLETE","features":[326]},{"name":"TRANSACTION_NOTIFY_COMMIT_FINALIZE","features":[326]},{"name":"TRANSACTION_NOTIFY_COMMIT_REQUEST","features":[326]},{"name":"TRANSACTION_NOTIFY_DELEGATE_COMMIT","features":[326]},{"name":"TRANSACTION_NOTIFY_ENLIST_MASK","features":[326]},{"name":"TRANSACTION_NOTIFY_ENLIST_PREPREPARE","features":[326]},{"name":"TRANSACTION_NOTIFY_INDOUBT","features":[326]},{"name":"TRANSACTION_NOTIFY_LAST_RECOVER","features":[326]},{"name":"TRANSACTION_NOTIFY_MARSHAL","features":[326]},{"name":"TRANSACTION_NOTIFY_MASK","features":[326]},{"name":"TRANSACTION_NOTIFY_PREPARE","features":[326]},{"name":"TRANSACTION_NOTIFY_PREPARE_COMPLETE","features":[326]},{"name":"TRANSACTION_NOTIFY_PREPREPARE","features":[326]},{"name":"TRANSACTION_NOTIFY_PREPREPARE_COMPLETE","features":[326]},{"name":"TRANSACTION_NOTIFY_PROMOTE","features":[326]},{"name":"TRANSACTION_NOTIFY_PROMOTE_NEW","features":[326]},{"name":"TRANSACTION_NOTIFY_PROPAGATE_PULL","features":[326]},{"name":"TRANSACTION_NOTIFY_PROPAGATE_PUSH","features":[326]},{"name":"TRANSACTION_NOTIFY_RECOVER","features":[326]},{"name":"TRANSACTION_NOTIFY_RECOVER_QUERY","features":[326]},{"name":"TRANSACTION_NOTIFY_REQUEST_OUTCOME","features":[326]},{"name":"TRANSACTION_NOTIFY_RM_DISCONNECTED","features":[326]},{"name":"TRANSACTION_NOTIFY_ROLLBACK","features":[326]},{"name":"TRANSACTION_NOTIFY_ROLLBACK_COMPLETE","features":[326]},{"name":"TRANSACTION_NOTIFY_SINGLE_PHASE_COMMIT","features":[326]},{"name":"TRANSACTION_NOTIFY_TM_ONLINE","features":[326]},{"name":"TRANSACTION_OBJECT_PATH","features":[326]},{"name":"TRANSACTION_OUTCOME","features":[326]},{"name":"TRUNCATE_EXISTING","features":[326]},{"name":"TXFS_MINIVERSION","features":[326]},{"name":"TXFS_MINIVERSION_COMMITTED_VIEW","features":[326]},{"name":"TXFS_MINIVERSION_DEFAULT_VIEW","features":[326]},{"name":"TXFS_MINIVERSION_DIRTY_VIEW","features":[326]},{"name":"TXF_ID","features":[326]},{"name":"TXF_LOG_RECORD_AFFECTED_FILE","features":[326]},{"name":"TXF_LOG_RECORD_BASE","features":[326]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_ABORT","features":[326]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_COMMIT","features":[326]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_DATA","features":[326]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_PREPARE","features":[326]},{"name":"TXF_LOG_RECORD_TRUNCATE","features":[326]},{"name":"TXF_LOG_RECORD_TYPE","features":[326]},{"name":"TXF_LOG_RECORD_TYPE_AFFECTED_FILE","features":[326]},{"name":"TXF_LOG_RECORD_TYPE_TRUNCATE","features":[326]},{"name":"TXF_LOG_RECORD_TYPE_WRITE","features":[326]},{"name":"TXF_LOG_RECORD_WRITE","features":[326]},{"name":"TerminateLogArchive","features":[307,326]},{"name":"TerminateReadLog","features":[307,326]},{"name":"TransactionOutcomeAborted","features":[326]},{"name":"TransactionOutcomeCommitted","features":[326]},{"name":"TransactionOutcomeUndetermined","features":[326]},{"name":"TruncateLog","features":[307,326,312]},{"name":"TxfGetThreadMiniVersionForCreate","features":[326]},{"name":"TxfLogCreateFileReadContext","features":[307,326]},{"name":"TxfLogCreateRangeReadContext","features":[307,326]},{"name":"TxfLogDestroyReadContext","features":[307,326]},{"name":"TxfLogReadRecords","features":[307,326]},{"name":"TxfLogRecordGetFileName","features":[307,326]},{"name":"TxfLogRecordGetGenericType","features":[307,326]},{"name":"TxfReadMetadataInfo","features":[307,326]},{"name":"TxfSetThreadMiniVersionForCreate","features":[326]},{"name":"UnlockFile","features":[307,326]},{"name":"UnlockFileEx","features":[307,326,312]},{"name":"VER_FIND_FILE_FLAGS","features":[326]},{"name":"VER_FIND_FILE_STATUS","features":[326]},{"name":"VER_INSTALL_FILE_FLAGS","features":[326]},{"name":"VER_INSTALL_FILE_STATUS","features":[326]},{"name":"VFFF_ISSHAREDFILE","features":[326]},{"name":"VFF_BUFFTOOSMALL","features":[326]},{"name":"VFF_CURNEDEST","features":[326]},{"name":"VFF_FILEINUSE","features":[326]},{"name":"VFT2_DRV_COMM","features":[326]},{"name":"VFT2_DRV_DISPLAY","features":[326]},{"name":"VFT2_DRV_INPUTMETHOD","features":[326]},{"name":"VFT2_DRV_INSTALLABLE","features":[326]},{"name":"VFT2_DRV_KEYBOARD","features":[326]},{"name":"VFT2_DRV_LANGUAGE","features":[326]},{"name":"VFT2_DRV_MOUSE","features":[326]},{"name":"VFT2_DRV_NETWORK","features":[326]},{"name":"VFT2_DRV_PRINTER","features":[326]},{"name":"VFT2_DRV_SOUND","features":[326]},{"name":"VFT2_DRV_SYSTEM","features":[326]},{"name":"VFT2_DRV_VERSIONED_PRINTER","features":[326]},{"name":"VFT2_FONT_RASTER","features":[326]},{"name":"VFT2_FONT_TRUETYPE","features":[326]},{"name":"VFT2_FONT_VECTOR","features":[326]},{"name":"VFT2_UNKNOWN","features":[326]},{"name":"VFT_APP","features":[326]},{"name":"VFT_DLL","features":[326]},{"name":"VFT_DRV","features":[326]},{"name":"VFT_FONT","features":[326]},{"name":"VFT_STATIC_LIB","features":[326]},{"name":"VFT_UNKNOWN","features":[326]},{"name":"VFT_VXD","features":[326]},{"name":"VIFF_DONTDELETEOLD","features":[326]},{"name":"VIFF_FORCEINSTALL","features":[326]},{"name":"VIF_ACCESSVIOLATION","features":[326]},{"name":"VIF_BUFFTOOSMALL","features":[326]},{"name":"VIF_CANNOTCREATE","features":[326]},{"name":"VIF_CANNOTDELETE","features":[326]},{"name":"VIF_CANNOTDELETECUR","features":[326]},{"name":"VIF_CANNOTLOADCABINET","features":[326]},{"name":"VIF_CANNOTLOADLZ32","features":[326]},{"name":"VIF_CANNOTREADDST","features":[326]},{"name":"VIF_CANNOTREADSRC","features":[326]},{"name":"VIF_CANNOTRENAME","features":[326]},{"name":"VIF_DIFFCODEPG","features":[326]},{"name":"VIF_DIFFLANG","features":[326]},{"name":"VIF_DIFFTYPE","features":[326]},{"name":"VIF_FILEINUSE","features":[326]},{"name":"VIF_MISMATCH","features":[326]},{"name":"VIF_OUTOFMEMORY","features":[326]},{"name":"VIF_OUTOFSPACE","features":[326]},{"name":"VIF_SHARINGVIOLATION","features":[326]},{"name":"VIF_SRCOLD","features":[326]},{"name":"VIF_TEMPFILE","features":[326]},{"name":"VIF_WRITEPROT","features":[326]},{"name":"VOLUME_ALLOCATE_BC_STREAM_INPUT","features":[307,326]},{"name":"VOLUME_ALLOCATE_BC_STREAM_OUTPUT","features":[326]},{"name":"VOLUME_ALLOCATION_HINT_INPUT","features":[326]},{"name":"VOLUME_ALLOCATION_HINT_OUTPUT","features":[326]},{"name":"VOLUME_CRITICAL_IO","features":[326]},{"name":"VOLUME_FAILOVER_SET","features":[326]},{"name":"VOLUME_GET_BC_PROPERTIES_INPUT","features":[326]},{"name":"VOLUME_GET_BC_PROPERTIES_OUTPUT","features":[326]},{"name":"VOLUME_LOGICAL_OFFSET","features":[326]},{"name":"VOLUME_NAME_DOS","features":[326]},{"name":"VOLUME_NAME_GUID","features":[326]},{"name":"VOLUME_NAME_NONE","features":[326]},{"name":"VOLUME_NAME_NT","features":[326]},{"name":"VOLUME_NUMBER","features":[326]},{"name":"VOLUME_PHYSICAL_OFFSET","features":[326]},{"name":"VOLUME_PHYSICAL_OFFSETS","features":[326]},{"name":"VOLUME_READ_PLEX_INPUT","features":[326]},{"name":"VOLUME_SET_GPT_ATTRIBUTES_INFORMATION","features":[307,326]},{"name":"VOLUME_SHRINK_INFO","features":[326]},{"name":"VOS_DOS","features":[326]},{"name":"VOS_DOS_WINDOWS16","features":[326]},{"name":"VOS_DOS_WINDOWS32","features":[326]},{"name":"VOS_NT","features":[326]},{"name":"VOS_NT_WINDOWS32","features":[326]},{"name":"VOS_OS216","features":[326]},{"name":"VOS_OS216_PM16","features":[326]},{"name":"VOS_OS232","features":[326]},{"name":"VOS_OS232_PM32","features":[326]},{"name":"VOS_UNKNOWN","features":[326]},{"name":"VOS_WINCE","features":[326]},{"name":"VOS__BASE","features":[326]},{"name":"VOS__PM16","features":[326]},{"name":"VOS__PM32","features":[326]},{"name":"VOS__WINDOWS16","features":[326]},{"name":"VOS__WINDOWS32","features":[326]},{"name":"VS_FFI_FILEFLAGSMASK","features":[326]},{"name":"VS_FFI_SIGNATURE","features":[326]},{"name":"VS_FFI_STRUCVERSION","features":[326]},{"name":"VS_FF_DEBUG","features":[326]},{"name":"VS_FF_INFOINFERRED","features":[326]},{"name":"VS_FF_PATCHED","features":[326]},{"name":"VS_FF_PRERELEASE","features":[326]},{"name":"VS_FF_PRIVATEBUILD","features":[326]},{"name":"VS_FF_SPECIALBUILD","features":[326]},{"name":"VS_FIXEDFILEINFO","features":[326]},{"name":"VS_FIXEDFILEINFO_FILE_FLAGS","features":[326]},{"name":"VS_FIXEDFILEINFO_FILE_OS","features":[326]},{"name":"VS_FIXEDFILEINFO_FILE_SUBTYPE","features":[326]},{"name":"VS_FIXEDFILEINFO_FILE_TYPE","features":[326]},{"name":"VS_USER_DEFINED","features":[326]},{"name":"VS_VERSION_INFO","features":[326]},{"name":"ValidateLog","features":[307,310,326]},{"name":"VerFindFileA","features":[326]},{"name":"VerFindFileW","features":[326]},{"name":"VerInstallFileA","features":[326]},{"name":"VerInstallFileW","features":[326]},{"name":"VerLanguageNameA","features":[326]},{"name":"VerLanguageNameW","features":[326]},{"name":"VerQueryValueA","features":[307,326]},{"name":"VerQueryValueW","features":[307,326]},{"name":"WIM_BOOT_NOT_OS_WIM","features":[326]},{"name":"WIM_BOOT_OS_WIM","features":[326]},{"name":"WIM_ENTRY_FLAG_NOT_ACTIVE","features":[326]},{"name":"WIM_ENTRY_FLAG_SUSPENDED","features":[326]},{"name":"WIM_ENTRY_INFO","features":[326]},{"name":"WIM_EXTERNAL_FILE_INFO","features":[326]},{"name":"WIM_EXTERNAL_FILE_INFO_FLAG_NOT_ACTIVE","features":[326]},{"name":"WIM_EXTERNAL_FILE_INFO_FLAG_SUSPENDED","features":[326]},{"name":"WIM_PROVIDER_HASH_SIZE","features":[326]},{"name":"WIN32_FILE_ATTRIBUTE_DATA","features":[307,326]},{"name":"WIN32_FIND_DATAA","features":[307,326]},{"name":"WIN32_FIND_DATAW","features":[307,326]},{"name":"WIN32_FIND_STREAM_DATA","features":[326]},{"name":"WIN32_STREAM_ID","features":[326]},{"name":"WINEFS_SETUSERKEY_SET_CAPABILITIES","features":[326]},{"name":"WIN_STREAM_ID","features":[326]},{"name":"WOF_FILE_COMPRESSION_INFO_V0","features":[326]},{"name":"WOF_FILE_COMPRESSION_INFO_V1","features":[326]},{"name":"WOF_PROVIDER_FILE","features":[326]},{"name":"WOF_PROVIDER_WIM","features":[326]},{"name":"WRITE_DAC","features":[326]},{"name":"WRITE_OWNER","features":[326]},{"name":"WofEnumEntries","features":[307,326]},{"name":"WofEnumEntryProc","features":[307,326]},{"name":"WofEnumFilesProc","features":[307,326]},{"name":"WofFileEnumFiles","features":[307,326]},{"name":"WofGetDriverVersion","features":[307,326]},{"name":"WofIsExternalFile","features":[307,326]},{"name":"WofSetFileDataLocation","features":[307,326]},{"name":"WofShouldCompressBinaries","features":[307,326]},{"name":"WofWimAddEntry","features":[326]},{"name":"WofWimEnumFiles","features":[307,326]},{"name":"WofWimRemoveEntry","features":[326]},{"name":"WofWimSuspendEntry","features":[326]},{"name":"WofWimUpdateEntry","features":[326]},{"name":"Wow64DisableWow64FsRedirection","features":[307,326]},{"name":"Wow64EnableWow64FsRedirection","features":[307,326]},{"name":"Wow64RevertWow64FsRedirection","features":[307,326]},{"name":"WriteEncryptedFileRaw","features":[326]},{"name":"WriteFile","features":[307,326,312]},{"name":"WriteFileEx","features":[307,326,312]},{"name":"WriteFileGather","features":[307,326,312]},{"name":"WriteLogRestartArea","features":[307,326,312]},{"name":"WriteTapemark","features":[307,326]},{"name":"_FT_TYPES_DEFINITION_","features":[326]}],"514":[{"name":"BlockRange","features":[511]},{"name":"BlockRangeList","features":[511]},{"name":"BootOptions","features":[511]},{"name":"CATID_SMTP_DNSRESOLVERRECORDSINK","features":[511]},{"name":"CATID_SMTP_DSN","features":[511]},{"name":"CATID_SMTP_GET_AUX_DOMAIN_INFO_FLAGS","features":[511]},{"name":"CATID_SMTP_LOG","features":[511]},{"name":"CATID_SMTP_MAXMSGSIZE","features":[511]},{"name":"CATID_SMTP_MSGTRACKLOG","features":[511]},{"name":"CATID_SMTP_ON_BEFORE_DATA","features":[511]},{"name":"CATID_SMTP_ON_INBOUND_COMMAND","features":[511]},{"name":"CATID_SMTP_ON_MESSAGE_START","features":[511]},{"name":"CATID_SMTP_ON_PER_RECIPIENT","features":[511]},{"name":"CATID_SMTP_ON_SERVER_RESPONSE","features":[511]},{"name":"CATID_SMTP_ON_SESSION_END","features":[511]},{"name":"CATID_SMTP_ON_SESSION_START","features":[511]},{"name":"CATID_SMTP_STORE_DRIVER","features":[511]},{"name":"CATID_SMTP_TRANSPORT_CATEGORIZE","features":[511]},{"name":"CATID_SMTP_TRANSPORT_POSTCATEGORIZE","features":[511]},{"name":"CATID_SMTP_TRANSPORT_PRECATEGORIZE","features":[511]},{"name":"CATID_SMTP_TRANSPORT_ROUTER","features":[511]},{"name":"CATID_SMTP_TRANSPORT_SUBMISSION","features":[511]},{"name":"CLSID_SmtpCat","features":[511]},{"name":"CloseIMsgSession","features":[511]},{"name":"DDiscFormat2DataEvents","features":[511,358]},{"name":"DDiscFormat2EraseEvents","features":[511,358]},{"name":"DDiscFormat2RawCDEvents","features":[511,358]},{"name":"DDiscFormat2TrackAtOnceEvents","features":[511,358]},{"name":"DDiscMaster2Events","features":[511,358]},{"name":"DFileSystemImageEvents","features":[511,358]},{"name":"DFileSystemImageImportEvents","features":[511,358]},{"name":"DISC_RECORDER_STATE_FLAGS","features":[511]},{"name":"DISPID_DDISCFORMAT2DATAEVENTS_UPDATE","features":[511]},{"name":"DISPID_DDISCFORMAT2RAWCDEVENTS_UPDATE","features":[511]},{"name":"DISPID_DDISCFORMAT2TAOEVENTS_UPDATE","features":[511]},{"name":"DISPID_DDISCMASTER2EVENTS_DEVICEADDED","features":[511]},{"name":"DISPID_DDISCMASTER2EVENTS_DEVICEREMOVED","features":[511]},{"name":"DISPID_DFILESYSTEMIMAGEEVENTS_UPDATE","features":[511]},{"name":"DISPID_DFILESYSTEMIMAGEIMPORTEVENTS_UPDATEIMPORT","features":[511]},{"name":"DISPID_DWRITEENGINE2EVENTS_UPDATE","features":[511]},{"name":"DISPID_IBLOCKRANGELIST_BLOCKRANGES","features":[511]},{"name":"DISPID_IBLOCKRANGE_ENDLBA","features":[511]},{"name":"DISPID_IBLOCKRANGE_STARTLBA","features":[511]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_CURRENTACTION","features":[511]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ELAPSEDTIME","features":[511]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ESTIMATEDREMAININGTIME","features":[511]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ESTIMATEDTOTALTIME","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_BUFFERUNDERRUNFREEDISABLED","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_CANCELWRITE","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_CLIENTNAME","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTMEDIASTATUS","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTMEDIATYPE","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTROTATIONTYPEISPURECAV","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTWRITESPEED","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_DISABLEDVDCOMPATIBILITYMODE","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_FORCEMEDIATOBECLOSED","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_FORCEOVERWRITE","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_FREESECTORS","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_LASTSECTOROFPREVIOUSSESSION","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_MUTLISESSIONINTERFACES","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_NEXTWRITABLEADDRESS","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_POSTGAPALREADYINIMAGE","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_RECORDER","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_REQUESTEDROTATIONTYPEISPURECAV","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_REQUESTEDWRITESPEED","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_SETWRITESPEED","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_STARTSECTOROFPREVIOUSSESSION","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_SUPPORTEDWRITESPEEDS","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_TOTALSECTORS","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_WRITE","features":[511]},{"name":"DISPID_IDISCFORMAT2DATA_WRITEPROTECTSTATUS","features":[511]},{"name":"DISPID_IDISCFORMAT2ERASEEVENTS_UPDATE","features":[511]},{"name":"DISPID_IDISCFORMAT2ERASE_CLIENTNAME","features":[511]},{"name":"DISPID_IDISCFORMAT2ERASE_ERASEMEDIA","features":[511]},{"name":"DISPID_IDISCFORMAT2ERASE_FULLERASE","features":[511]},{"name":"DISPID_IDISCFORMAT2ERASE_MEDIATYPE","features":[511]},{"name":"DISPID_IDISCFORMAT2ERASE_RECORDER","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_CURRENTACTION","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_CURRENTTRACKNUMBER","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ELAPSEDTIME","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ESTIMATEDREMAININGTIME","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ESTIMATEDTOTALTIME","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_BUFFERUNDERRUNFREEDISABLED","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_CANCELWRITE","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_CLIENTNAME","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTMEDIATYPE","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTROTATIONTYPEISPURECAV","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTWRITESPEED","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_LASTPOSSIBLESTARTOFLEADOUT","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_PREPAREMEDIA","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_RECORDER","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_RELEASEMEDIA","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDDATASECTORTYPE","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDROTATIONTYPEISPURECAV","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDWRITESPEED","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_SETWRITESPEED","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_STARTOFNEXTSESSION","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDDATASECTORTYPES","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDWRITESPEEDS","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_WRITEMEDIA","features":[511]},{"name":"DISPID_IDISCFORMAT2RAWCD_WRITEMEDIAWITHVALIDATION","features":[511]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_CURRENTACTION","features":[511]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_CURRENTTRACKNUMBER","features":[511]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ELAPSEDTIME","features":[511]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ESTIMATEDREMAININGTIME","features":[511]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ESTIMATEDTOTALTIME","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_ADDAUDIOTRACK","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_BUFFERUNDERRUNFREEDISABLED","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_CANCELADDTRACK","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_CLIENTNAME","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTMEDIATYPE","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTROTATIONTYPEISPURECAV","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTWRITESPEED","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_DONOTFINALIZEMEDIA","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_EXPECTEDTABLEOFCONTENTS","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_FINISHMEDIA","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_FREESECTORSONMEDIA","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_NUMBEROFEXISTINGTRACKS","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_PREPAREMEDIA","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_RECORDER","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_REQUESTEDROTATIONTYPEISPURECAV","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_REQUESTEDWRITESPEED","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_SETWRITESPEED","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_SUPPORTEDWRITESPEEDS","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_TOTALSECTORSONMEDIA","features":[511]},{"name":"DISPID_IDISCFORMAT2TAO_USEDSECTORSONMEDIA","features":[511]},{"name":"DISPID_IDISCFORMAT2_MEDIAHEURISTICALLYBLANK","features":[511]},{"name":"DISPID_IDISCFORMAT2_MEDIAPHYSICALLYBLANK","features":[511]},{"name":"DISPID_IDISCFORMAT2_MEDIASUPPORTED","features":[511]},{"name":"DISPID_IDISCFORMAT2_RECORDERSUPPORTED","features":[511]},{"name":"DISPID_IDISCFORMAT2_SUPPORTEDMEDIATYPES","features":[511]},{"name":"DISPID_IDISCRECORDER2_ACQUIREEXCLUSIVEACCESS","features":[511]},{"name":"DISPID_IDISCRECORDER2_ACTIVEDISCRECORDER","features":[511]},{"name":"DISPID_IDISCRECORDER2_CLOSETRAY","features":[511]},{"name":"DISPID_IDISCRECORDER2_CURRENTFEATUREPAGES","features":[511]},{"name":"DISPID_IDISCRECORDER2_CURRENTPROFILES","features":[511]},{"name":"DISPID_IDISCRECORDER2_DEVICECANLOADMEDIA","features":[511]},{"name":"DISPID_IDISCRECORDER2_DISABLEMCN","features":[511]},{"name":"DISPID_IDISCRECORDER2_EJECTMEDIA","features":[511]},{"name":"DISPID_IDISCRECORDER2_ENABLEMCN","features":[511]},{"name":"DISPID_IDISCRECORDER2_EXCLUSIVEACCESSOWNER","features":[511]},{"name":"DISPID_IDISCRECORDER2_INITIALIZEDISCRECORDER","features":[511]},{"name":"DISPID_IDISCRECORDER2_LEGACYDEVICENUMBER","features":[511]},{"name":"DISPID_IDISCRECORDER2_PRODUCTID","features":[511]},{"name":"DISPID_IDISCRECORDER2_PRODUCTREVISION","features":[511]},{"name":"DISPID_IDISCRECORDER2_RELEASEEXCLUSIVEACCESS","features":[511]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDFEATUREPAGES","features":[511]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDMODEPAGES","features":[511]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDPROFILES","features":[511]},{"name":"DISPID_IDISCRECORDER2_VENDORID","features":[511]},{"name":"DISPID_IDISCRECORDER2_VOLUMENAME","features":[511]},{"name":"DISPID_IDISCRECORDER2_VOLUMEPATHNAMES","features":[511]},{"name":"DISPID_IMULTISESSION_FIRSTDATASESSION","features":[511]},{"name":"DISPID_IMULTISESSION_FREESECTORS","features":[511]},{"name":"DISPID_IMULTISESSION_IMPORTRECORDER","features":[511]},{"name":"DISPID_IMULTISESSION_INUSE","features":[511]},{"name":"DISPID_IMULTISESSION_LASTSECTOROFPREVIOUSSESSION","features":[511]},{"name":"DISPID_IMULTISESSION_LASTWRITTENADDRESS","features":[511]},{"name":"DISPID_IMULTISESSION_NEXTWRITABLEADDRESS","features":[511]},{"name":"DISPID_IMULTISESSION_SECTORSONMEDIA","features":[511]},{"name":"DISPID_IMULTISESSION_STARTSECTOROFPREVIOUSSESSION","features":[511]},{"name":"DISPID_IMULTISESSION_SUPPORTEDONCURRENTMEDIA","features":[511]},{"name":"DISPID_IMULTISESSION_WRITEUNITSIZE","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDSPECIALPREGAP","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDSUBCODERWGENERATOR","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDTRACK","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_CREATERESULTIMAGE","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_DISABLEGAPLESSAUDIO","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_EXPECTEDTABLEOFCONTENTS","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_MEDIACATALOGNUMBER","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_NUMBEROFEXISTINGTRACKS","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_RESULTINGIMAGETYPE","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTINGTRACKNUMBER","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTOFLEADOUT","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTOFLEADOUTLIMIT","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_TRACKINFO","features":[511]},{"name":"DISPID_IRAWCDIMAGECREATOR_USEDSECTORSONDISC","features":[511]},{"name":"DISPID_IRAWCDTRACKINFO_AUDIOHASPREEMPHASIS","features":[511]},{"name":"DISPID_IRAWCDTRACKINFO_DIGITALAUDIOCOPYSETTING","features":[511]},{"name":"DISPID_IRAWCDTRACKINFO_ISRC","features":[511]},{"name":"DISPID_IRAWCDTRACKINFO_SECTORCOUNT","features":[511]},{"name":"DISPID_IRAWCDTRACKINFO_SECTORTYPE","features":[511]},{"name":"DISPID_IRAWCDTRACKINFO_STARTINGLBA","features":[511]},{"name":"DISPID_IRAWCDTRACKINFO_TRACKNUMBER","features":[511]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_FREESYSTEMBUFFER","features":[511]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_LASTREADLBA","features":[511]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_LASTWRITTENLBA","features":[511]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_SECTORCOUNT","features":[511]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_STARTLBA","features":[511]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_TOTALDEVICEBUFFER","features":[511]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_TOTALSYSTEMBUFFER","features":[511]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_USEDDEVICEBUFFER","features":[511]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_USEDSYSTEMBUFFER","features":[511]},{"name":"DISPID_IWRITEENGINE2_BYTESPERSECTOR","features":[511]},{"name":"DISPID_IWRITEENGINE2_CANCELWRITE","features":[511]},{"name":"DISPID_IWRITEENGINE2_DISCRECORDER","features":[511]},{"name":"DISPID_IWRITEENGINE2_ENDINGSECTORSPERSECOND","features":[511]},{"name":"DISPID_IWRITEENGINE2_STARTINGSECTORSPERSECOND","features":[511]},{"name":"DISPID_IWRITEENGINE2_USESTREAMINGWRITE12","features":[511]},{"name":"DISPID_IWRITEENGINE2_WRITEINPROGRESS","features":[511]},{"name":"DISPID_IWRITEENGINE2_WRITESECTION","features":[511]},{"name":"DWriteEngine2Events","features":[511,358]},{"name":"Emulation12MFloppy","features":[511]},{"name":"Emulation144MFloppy","features":[511]},{"name":"Emulation288MFloppy","features":[511]},{"name":"EmulationHardDisk","features":[511]},{"name":"EmulationNone","features":[511]},{"name":"EmulationType","features":[511]},{"name":"EnumFsiItems","features":[511]},{"name":"EnumProgressItems","features":[511]},{"name":"FileSystemImageResult","features":[511]},{"name":"FsiDirectoryItem","features":[511]},{"name":"FsiFileItem","features":[511]},{"name":"FsiFileSystemISO9660","features":[511]},{"name":"FsiFileSystemJoliet","features":[511]},{"name":"FsiFileSystemNone","features":[511]},{"name":"FsiFileSystemUDF","features":[511]},{"name":"FsiFileSystemUnknown","features":[511]},{"name":"FsiFileSystems","features":[511]},{"name":"FsiItemDirectory","features":[511]},{"name":"FsiItemFile","features":[511]},{"name":"FsiItemNotFound","features":[511]},{"name":"FsiItemType","features":[511]},{"name":"FsiNamedStreams","features":[511]},{"name":"FsiStream","features":[511]},{"name":"GUID_SMTPSVC_SOURCE","features":[511]},{"name":"GUID_SMTP_SOURCE_TYPE","features":[511]},{"name":"GetAttribIMsgOnIStg","features":[511,390]},{"name":"IBlockRange","features":[511,358]},{"name":"IBlockRangeList","features":[511,358]},{"name":"IBootOptions","features":[511,358]},{"name":"IBurnVerification","features":[511]},{"name":"IDiscFormat2","features":[511,358]},{"name":"IDiscFormat2Data","features":[511,358]},{"name":"IDiscFormat2DataEventArgs","features":[511,358]},{"name":"IDiscFormat2Erase","features":[511,358]},{"name":"IDiscFormat2RawCD","features":[511,358]},{"name":"IDiscFormat2RawCDEventArgs","features":[511,358]},{"name":"IDiscFormat2TrackAtOnce","features":[511,358]},{"name":"IDiscFormat2TrackAtOnceEventArgs","features":[511,358]},{"name":"IDiscMaster","features":[511]},{"name":"IDiscMaster2","features":[511,358]},{"name":"IDiscMasterProgressEvents","features":[511]},{"name":"IDiscRecorder","features":[511]},{"name":"IDiscRecorder2","features":[511,358]},{"name":"IDiscRecorder2Ex","features":[511]},{"name":"IEnumDiscMasterFormats","features":[511]},{"name":"IEnumDiscRecorders","features":[511]},{"name":"IEnumFsiItems","features":[511]},{"name":"IEnumProgressItems","features":[511]},{"name":"IFileSystemImage","features":[511,358]},{"name":"IFileSystemImage2","features":[511,358]},{"name":"IFileSystemImage3","features":[511,358]},{"name":"IFileSystemImageResult","features":[511,358]},{"name":"IFileSystemImageResult2","features":[511,358]},{"name":"IFsiDirectoryItem","features":[511,358]},{"name":"IFsiDirectoryItem2","features":[511,358]},{"name":"IFsiFileItem","features":[511,358]},{"name":"IFsiFileItem2","features":[511,358]},{"name":"IFsiItem","features":[511,358]},{"name":"IFsiNamedStreams","features":[511,358]},{"name":"IIsoImageManager","features":[511,358]},{"name":"IJolietDiscMaster","features":[511]},{"name":"IMAPI2FS_BOOT_ENTRY_COUNT_MAX","features":[511]},{"name":"IMAPI2FS_FullVersion_STR","features":[511]},{"name":"IMAPI2FS_FullVersion_WSTR","features":[511]},{"name":"IMAPI2FS_MajorVersion","features":[511]},{"name":"IMAPI2FS_MinorVersion","features":[511]},{"name":"IMAPI2_DEFAULT_COMMAND_TIMEOUT","features":[511]},{"name":"IMAPILib2_MajorVersion","features":[511]},{"name":"IMAPILib2_MinorVersion","features":[511]},{"name":"IMAPI_BURN_VERIFICATION_FULL","features":[511]},{"name":"IMAPI_BURN_VERIFICATION_LEVEL","features":[511]},{"name":"IMAPI_BURN_VERIFICATION_NONE","features":[511]},{"name":"IMAPI_BURN_VERIFICATION_QUICK","features":[511]},{"name":"IMAPI_CD_SECTOR_AUDIO","features":[511]},{"name":"IMAPI_CD_SECTOR_MODE1","features":[511]},{"name":"IMAPI_CD_SECTOR_MODE1RAW","features":[511]},{"name":"IMAPI_CD_SECTOR_MODE2FORM0","features":[511]},{"name":"IMAPI_CD_SECTOR_MODE2FORM0RAW","features":[511]},{"name":"IMAPI_CD_SECTOR_MODE2FORM1","features":[511]},{"name":"IMAPI_CD_SECTOR_MODE2FORM1RAW","features":[511]},{"name":"IMAPI_CD_SECTOR_MODE2FORM2","features":[511]},{"name":"IMAPI_CD_SECTOR_MODE2FORM2RAW","features":[511]},{"name":"IMAPI_CD_SECTOR_MODE_ZERO","features":[511]},{"name":"IMAPI_CD_SECTOR_TYPE","features":[511]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_PERMITTED","features":[511]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_PROHIBITED","features":[511]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_SCMS","features":[511]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_SETTING","features":[511]},{"name":"IMAPI_E_ALREADYOPEN","features":[511]},{"name":"IMAPI_E_BADJOLIETNAME","features":[511]},{"name":"IMAPI_E_BOOTIMAGE_AND_NONBLANK_DISC","features":[511]},{"name":"IMAPI_E_CANNOT_WRITE_TO_MEDIA","features":[511]},{"name":"IMAPI_E_COMPRESSEDSTASH","features":[511]},{"name":"IMAPI_E_DEVICE_INVALIDTYPE","features":[511]},{"name":"IMAPI_E_DEVICE_NOPROPERTIES","features":[511]},{"name":"IMAPI_E_DEVICE_NOTACCESSIBLE","features":[511]},{"name":"IMAPI_E_DEVICE_NOTPRESENT","features":[511]},{"name":"IMAPI_E_DEVICE_STILL_IN_USE","features":[511]},{"name":"IMAPI_E_DISCFULL","features":[511]},{"name":"IMAPI_E_DISCINFO","features":[511]},{"name":"IMAPI_E_ENCRYPTEDSTASH","features":[511]},{"name":"IMAPI_E_FILEACCESS","features":[511]},{"name":"IMAPI_E_FILEEXISTS","features":[511]},{"name":"IMAPI_E_FILESYSTEM","features":[511]},{"name":"IMAPI_E_GENERIC","features":[511]},{"name":"IMAPI_E_INITIALIZE_ENDWRITE","features":[511]},{"name":"IMAPI_E_INITIALIZE_WRITE","features":[511]},{"name":"IMAPI_E_INVALIDIMAGE","features":[511]},{"name":"IMAPI_E_LOSS_OF_STREAMING","features":[511]},{"name":"IMAPI_E_MEDIUM_INVALIDTYPE","features":[511]},{"name":"IMAPI_E_MEDIUM_NOTPRESENT","features":[511]},{"name":"IMAPI_E_NOACTIVEFORMAT","features":[511]},{"name":"IMAPI_E_NOACTIVERECORDER","features":[511]},{"name":"IMAPI_E_NOTENOUGHDISKFORSTASH","features":[511]},{"name":"IMAPI_E_NOTINITIALIZED","features":[511]},{"name":"IMAPI_E_NOTOPENED","features":[511]},{"name":"IMAPI_E_REMOVABLESTASH","features":[511]},{"name":"IMAPI_E_STASHINUSE","features":[511]},{"name":"IMAPI_E_TRACKNOTOPEN","features":[511]},{"name":"IMAPI_E_TRACKOPEN","features":[511]},{"name":"IMAPI_E_TRACK_NOT_BIG_ENOUGH","features":[511]},{"name":"IMAPI_E_USERABORT","features":[511]},{"name":"IMAPI_E_WRONGDISC","features":[511]},{"name":"IMAPI_E_WRONGFORMAT","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_AACS","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_PSEUDO_OVERWRITE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_READ","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_WRITE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CDRW_CAV_WRITE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_ANALOG_PLAY","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_MASTERING","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_MULTIREAD","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_READ","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_RW_MEDIA_WRITE_SUPPORT","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_TRACK_AT_ONCE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CORE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DISC_CONTROL_BLOCKS","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_READ","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_RW_WRITE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_R_WRITE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_CPRM","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_CSS","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_DASH_WRITE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_R","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_RW","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_R_DUAL_LAYER","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_READ","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_EMBEDDED_CHANGER","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_ENHANCED_DEFECT_REPORTING","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_FIRMWARE_INFORMATION","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_FORMATTABLE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HARDWARE_DEFECT_MANAGEMENT","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HD_DVD_READ","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HD_DVD_WRITE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_INCREMENTAL_STREAMING_WRITABLE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_LAYER_JUMP_RECORDING","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_LOGICAL_UNIT_SERIAL_NUMBER","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MEDIA_SERIAL_NUMBER","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MICROCODE_UPDATE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MORPHING","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MRW","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_POWER_MANAGEMENT","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_PROFILE_LIST","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RANDOMLY_READABLE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RANDOMLY_WRITABLE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_REAL_TIME_STREAMING","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_REMOVABLE_MEDIUM","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RESTRICTED_OVERWRITE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RIGID_RESTRICTED_OVERWRITE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_SECTOR_ERASABLE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_SMART","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_TIMEOUT","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_VCPS","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_WRITE_ONCE","features":[511]},{"name":"IMAPI_FEATURE_PAGE_TYPE_WRITE_PROTECT","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_APPENDABLE","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_BLANK","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_DAMAGED","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_ERASE_REQUIRED","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_FINALIZED","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_FINAL_SESSION","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_INFORMATIONAL_MASK","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_NON_EMPTY_SESSION","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_OVERWRITE_ONLY","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_RANDOMLY_WRITABLE","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNKNOWN","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNSUPPORTED_MASK","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNSUPPORTED_MEDIA","features":[511]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_WRITE_PROTECTED","features":[511]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION","features":[511]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_CALIBRATING_POWER","features":[511]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_COMPLETED","features":[511]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_FINALIZATION","features":[511]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_FORMATTING_MEDIA","features":[511]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_INITIALIZING_HARDWARE","features":[511]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_VALIDATING_MEDIA","features":[511]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_VERIFYING","features":[511]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_WRITING_DATA","features":[511]},{"name":"IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE","features":[511]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_COOKED","features":[511]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_RAW","features":[511]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_PQ_ONLY","features":[511]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION","features":[511]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_FINISHING","features":[511]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_PREPARING","features":[511]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_UNKNOWN","features":[511]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_WRITING","features":[511]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION","features":[511]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_FINISHING","features":[511]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_PREPARING","features":[511]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_UNKNOWN","features":[511]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_VERIFYING","features":[511]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_WRITING","features":[511]},{"name":"IMAPI_MEDIA_PHYSICAL_TYPE","features":[511]},{"name":"IMAPI_MEDIA_TYPE_BDR","features":[511]},{"name":"IMAPI_MEDIA_TYPE_BDRE","features":[511]},{"name":"IMAPI_MEDIA_TYPE_BDROM","features":[511]},{"name":"IMAPI_MEDIA_TYPE_CDR","features":[511]},{"name":"IMAPI_MEDIA_TYPE_CDROM","features":[511]},{"name":"IMAPI_MEDIA_TYPE_CDRW","features":[511]},{"name":"IMAPI_MEDIA_TYPE_DISK","features":[511]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHR","features":[511]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHRW","features":[511]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHR_DUALLAYER","features":[511]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSR","features":[511]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSRW","features":[511]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSRW_DUALLAYER","features":[511]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSR_DUALLAYER","features":[511]},{"name":"IMAPI_MEDIA_TYPE_DVDRAM","features":[511]},{"name":"IMAPI_MEDIA_TYPE_DVDROM","features":[511]},{"name":"IMAPI_MEDIA_TYPE_HDDVDR","features":[511]},{"name":"IMAPI_MEDIA_TYPE_HDDVDRAM","features":[511]},{"name":"IMAPI_MEDIA_TYPE_HDDVDROM","features":[511]},{"name":"IMAPI_MEDIA_TYPE_MAX","features":[511]},{"name":"IMAPI_MEDIA_TYPE_UNKNOWN","features":[511]},{"name":"IMAPI_MEDIA_WRITE_PROTECT_STATE","features":[511]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE","features":[511]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_CHANGEABLE_VALUES","features":[511]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_CURRENT_VALUES","features":[511]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_DEFAULT_VALUES","features":[511]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_SAVED_VALUES","features":[511]},{"name":"IMAPI_MODE_PAGE_TYPE","features":[511]},{"name":"IMAPI_MODE_PAGE_TYPE_CACHING","features":[511]},{"name":"IMAPI_MODE_PAGE_TYPE_INFORMATIONAL_EXCEPTIONS","features":[511]},{"name":"IMAPI_MODE_PAGE_TYPE_LEGACY_CAPABILITIES","features":[511]},{"name":"IMAPI_MODE_PAGE_TYPE_MRW","features":[511]},{"name":"IMAPI_MODE_PAGE_TYPE_POWER_CONDITION","features":[511]},{"name":"IMAPI_MODE_PAGE_TYPE_READ_WRITE_ERROR_RECOVERY","features":[511]},{"name":"IMAPI_MODE_PAGE_TYPE_TIMEOUT_AND_PROTECT","features":[511]},{"name":"IMAPI_MODE_PAGE_TYPE_WRITE_PARAMETERS","features":[511]},{"name":"IMAPI_PROFILE_TYPE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_AS_MO","features":[511]},{"name":"IMAPI_PROFILE_TYPE_BD_REWRITABLE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_BD_ROM","features":[511]},{"name":"IMAPI_PROFILE_TYPE_BD_R_RANDOM_RECORDING","features":[511]},{"name":"IMAPI_PROFILE_TYPE_BD_R_SEQUENTIAL","features":[511]},{"name":"IMAPI_PROFILE_TYPE_CDROM","features":[511]},{"name":"IMAPI_PROFILE_TYPE_CD_RECORDABLE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_CD_REWRITABLE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DDCDROM","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DDCD_RECORDABLE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DDCD_REWRITABLE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVDROM","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_RECORDABLE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_REWRITABLE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_RW_SEQUENTIAL","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_R_DUAL_LAYER_JUMP","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_R_DUAL_SEQUENTIAL","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_R","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_RW","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_RW_DUAL","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_R_DUAL","features":[511]},{"name":"IMAPI_PROFILE_TYPE_DVD_RAM","features":[511]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_RAM","features":[511]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_RECORDABLE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_ROM","features":[511]},{"name":"IMAPI_PROFILE_TYPE_INVALID","features":[511]},{"name":"IMAPI_PROFILE_TYPE_MO_ERASABLE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_MO_WRITE_ONCE","features":[511]},{"name":"IMAPI_PROFILE_TYPE_NON_REMOVABLE_DISK","features":[511]},{"name":"IMAPI_PROFILE_TYPE_NON_STANDARD","features":[511]},{"name":"IMAPI_PROFILE_TYPE_REMOVABLE_DISK","features":[511]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE","features":[511]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_LBA","features":[511]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_SESSION","features":[511]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_TRACK","features":[511]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_BD","features":[511]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_CD","features":[511]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_DVD","features":[511]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_HD_DVD","features":[511]},{"name":"IMAPI_SECTOR_SIZE","features":[511]},{"name":"IMAPI_S_BUFFER_TO_SMALL","features":[511]},{"name":"IMAPI_S_PROPERTIESIGNORED","features":[511]},{"name":"IMAPI_WRITEPROTECTED_BY_CARTRIDGE","features":[511]},{"name":"IMAPI_WRITEPROTECTED_BY_DISC_CONTROL_BLOCK","features":[511]},{"name":"IMAPI_WRITEPROTECTED_BY_MEDIA_SPECIFIC_REASON","features":[511]},{"name":"IMAPI_WRITEPROTECTED_BY_SOFTWARE_WRITE_PROTECT","features":[511]},{"name":"IMAPI_WRITEPROTECTED_READ_ONLY_MEDIA","features":[511]},{"name":"IMAPI_WRITEPROTECTED_UNTIL_POWERDOWN","features":[511]},{"name":"IMMPID_CPV_AFTER__","features":[511]},{"name":"IMMPID_CPV_BEFORE__","features":[511]},{"name":"IMMPID_CPV_ENUM","features":[511]},{"name":"IMMPID_CP_START","features":[511]},{"name":"IMMPID_MPV_AFTER__","features":[511]},{"name":"IMMPID_MPV_BEFORE__","features":[511]},{"name":"IMMPID_MPV_ENUM","features":[511]},{"name":"IMMPID_MPV_MESSAGE_CREATION_FLAGS","features":[511]},{"name":"IMMPID_MPV_MESSAGE_OPEN_HANDLES","features":[511]},{"name":"IMMPID_MPV_STORE_DRIVER_HANDLE","features":[511]},{"name":"IMMPID_MPV_TOTAL_OPEN_CONTENT_HANDLES","features":[511]},{"name":"IMMPID_MPV_TOTAL_OPEN_HANDLES","features":[511]},{"name":"IMMPID_MPV_TOTAL_OPEN_PROPERTY_STREAM_HANDLES","features":[511]},{"name":"IMMPID_MP_AFTER__","features":[511]},{"name":"IMMPID_MP_ARRIVAL_FILETIME","features":[511]},{"name":"IMMPID_MP_ARRIVAL_TIME","features":[511]},{"name":"IMMPID_MP_AUTHENTICATED_USER_NAME","features":[511]},{"name":"IMMPID_MP_BEFORE__","features":[511]},{"name":"IMMPID_MP_BINARYMIME_OPTION","features":[511]},{"name":"IMMPID_MP_CHUNKING_OPTION","features":[511]},{"name":"IMMPID_MP_CLIENT_AUTH_TYPE","features":[511]},{"name":"IMMPID_MP_CLIENT_AUTH_USER","features":[511]},{"name":"IMMPID_MP_CONNECTION_IP_ADDRESS","features":[511]},{"name":"IMMPID_MP_CONNECTION_SERVER_IP_ADDRESS","features":[511]},{"name":"IMMPID_MP_CONNECTION_SERVER_PORT","features":[511]},{"name":"IMMPID_MP_CONTENT_FILE_NAME","features":[511]},{"name":"IMMPID_MP_CONTENT_TYPE","features":[511]},{"name":"IMMPID_MP_CRC_GLOBAL","features":[511]},{"name":"IMMPID_MP_CRC_RECIPS","features":[511]},{"name":"IMMPID_MP_DEFERRED_DELIVERY_FILETIME","features":[511]},{"name":"IMMPID_MP_DOMAIN_LIST","features":[511]},{"name":"IMMPID_MP_DSN_ENVID_VALUE","features":[511]},{"name":"IMMPID_MP_DSN_RET_VALUE","features":[511]},{"name":"IMMPID_MP_EIGHTBIT_MIME_OPTION","features":[511]},{"name":"IMMPID_MP_ENCRYPTION_TYPE","features":[511]},{"name":"IMMPID_MP_ENUM","features":[511]},{"name":"IMMPID_MP_ERROR_CODE","features":[511]},{"name":"IMMPID_MP_EXPIRE_DELAY","features":[511]},{"name":"IMMPID_MP_EXPIRE_NDR","features":[511]},{"name":"IMMPID_MP_FOUND_EMBEDDED_CRLF_DOT_CRLF","features":[511]},{"name":"IMMPID_MP_FROM_ADDRESS","features":[511]},{"name":"IMMPID_MP_HELO_DOMAIN","features":[511]},{"name":"IMMPID_MP_HR_CAT_STATUS","features":[511]},{"name":"IMMPID_MP_INBOUND_MAIL_FROM_AUTH","features":[511]},{"name":"IMMPID_MP_LOCAL_EXPIRE_DELAY","features":[511]},{"name":"IMMPID_MP_LOCAL_EXPIRE_NDR","features":[511]},{"name":"IMMPID_MP_MESSAGE_STATUS","features":[511]},{"name":"IMMPID_MP_MSGCLASS","features":[511]},{"name":"IMMPID_MP_MSG_GUID","features":[511]},{"name":"IMMPID_MP_MSG_SIZE_HINT","features":[511]},{"name":"IMMPID_MP_NUM_RECIPIENTS","features":[511]},{"name":"IMMPID_MP_ORIGINAL_ARRIVAL_TIME","features":[511]},{"name":"IMMPID_MP_PICKUP_FILE_NAME","features":[511]},{"name":"IMMPID_MP_RECIPIENT_LIST","features":[511]},{"name":"IMMPID_MP_REMOTE_AUTHENTICATION_TYPE","features":[511]},{"name":"IMMPID_MP_REMOTE_SERVER_DSN_CAPABLE","features":[511]},{"name":"IMMPID_MP_RFC822_BCC_ADDRESS","features":[511]},{"name":"IMMPID_MP_RFC822_CC_ADDRESS","features":[511]},{"name":"IMMPID_MP_RFC822_FROM_ADDRESS","features":[511]},{"name":"IMMPID_MP_RFC822_MSG_ID","features":[511]},{"name":"IMMPID_MP_RFC822_MSG_SUBJECT","features":[511]},{"name":"IMMPID_MP_RFC822_TO_ADDRESS","features":[511]},{"name":"IMMPID_MP_SCANNED_FOR_CRLF_DOT_CRLF","features":[511]},{"name":"IMMPID_MP_SENDER_ADDRESS","features":[511]},{"name":"IMMPID_MP_SENDER_ADDRESS_LEGACY_EX_DN","features":[511]},{"name":"IMMPID_MP_SENDER_ADDRESS_OTHER","features":[511]},{"name":"IMMPID_MP_SENDER_ADDRESS_SMTP","features":[511]},{"name":"IMMPID_MP_SENDER_ADDRESS_X400","features":[511]},{"name":"IMMPID_MP_SENDER_ADDRESS_X500","features":[511]},{"name":"IMMPID_MP_SERVER_NAME","features":[511]},{"name":"IMMPID_MP_SERVER_VERSION","features":[511]},{"name":"IMMPID_MP_SUPERSEDES_MSG_GUID","features":[511]},{"name":"IMMPID_MP_X_PRIORITY","features":[511]},{"name":"IMMPID_NMP_AFTER__","features":[511]},{"name":"IMMPID_NMP_BEFORE__","features":[511]},{"name":"IMMPID_NMP_ENUM","features":[511]},{"name":"IMMPID_NMP_HEADERS","features":[511]},{"name":"IMMPID_NMP_NEWSGROUP_LIST","features":[511]},{"name":"IMMPID_NMP_NNTP_APPROVED_HEADER","features":[511]},{"name":"IMMPID_NMP_NNTP_PROCESSING","features":[511]},{"name":"IMMPID_NMP_POST_TOKEN","features":[511]},{"name":"IMMPID_NMP_PRIMARY_ARTID","features":[511]},{"name":"IMMPID_NMP_PRIMARY_GROUP","features":[511]},{"name":"IMMPID_NMP_SECONDARY_ARTNUM","features":[511]},{"name":"IMMPID_NMP_SECONDARY_GROUPS","features":[511]},{"name":"IMMPID_RPV_AFTER__","features":[511]},{"name":"IMMPID_RPV_BEFORE__","features":[511]},{"name":"IMMPID_RPV_DONT_DELIVER","features":[511]},{"name":"IMMPID_RPV_ENUM","features":[511]},{"name":"IMMPID_RPV_NO_NAME_COLLISIONS","features":[511]},{"name":"IMMPID_RP_ADDRESS","features":[511]},{"name":"IMMPID_RP_ADDRESS_OTHER","features":[511]},{"name":"IMMPID_RP_ADDRESS_SMTP","features":[511]},{"name":"IMMPID_RP_ADDRESS_TYPE","features":[511]},{"name":"IMMPID_RP_ADDRESS_TYPE_SMTP","features":[511]},{"name":"IMMPID_RP_ADDRESS_X400","features":[511]},{"name":"IMMPID_RP_ADDRESS_X500","features":[511]},{"name":"IMMPID_RP_AFTER__","features":[511]},{"name":"IMMPID_RP_BEFORE__","features":[511]},{"name":"IMMPID_RP_DISPLAY_NAME","features":[511]},{"name":"IMMPID_RP_DOMAIN","features":[511]},{"name":"IMMPID_RP_DSN_NOTIFY_INVALID","features":[511]},{"name":"IMMPID_RP_DSN_NOTIFY_SUCCESS","features":[511]},{"name":"IMMPID_RP_DSN_NOTIFY_VALUE","features":[511]},{"name":"IMMPID_RP_DSN_ORCPT_VALUE","features":[511]},{"name":"IMMPID_RP_DSN_PRE_CAT_ADDRESS","features":[511]},{"name":"IMMPID_RP_ENUM","features":[511]},{"name":"IMMPID_RP_ERROR_CODE","features":[511]},{"name":"IMMPID_RP_ERROR_STRING","features":[511]},{"name":"IMMPID_RP_LEGACY_EX_DN","features":[511]},{"name":"IMMPID_RP_MDB_GUID","features":[511]},{"name":"IMMPID_RP_RECIPIENT_FLAGS","features":[511]},{"name":"IMMPID_RP_SMTP_STATUS_STRING","features":[511]},{"name":"IMMPID_RP_USER_GUID","features":[511]},{"name":"IMMP_MPV_STORE_DRIVER_HANDLE","features":[511]},{"name":"IMultisession","features":[511,358]},{"name":"IMultisessionRandomWrite","features":[511,358]},{"name":"IMultisessionSequential","features":[511,358]},{"name":"IMultisessionSequential2","features":[511,358]},{"name":"IProgressItem","features":[511,358]},{"name":"IProgressItems","features":[511,358]},{"name":"IRawCDImageCreator","features":[511,358]},{"name":"IRawCDImageTrackInfo","features":[511,358]},{"name":"IRedbookDiscMaster","features":[511]},{"name":"IStreamConcatenate","features":[511,358]},{"name":"IStreamInterleave","features":[511,358]},{"name":"IStreamPseudoRandomBased","features":[511,358]},{"name":"IWriteEngine2","features":[511,358]},{"name":"IWriteEngine2EventArgs","features":[511,358]},{"name":"IWriteSpeedDescriptor","features":[511,358]},{"name":"LPMSGSESS","features":[511]},{"name":"MEDIA_BLANK","features":[511]},{"name":"MEDIA_CDDA_CDROM","features":[511]},{"name":"MEDIA_CD_EXTRA","features":[511]},{"name":"MEDIA_CD_I","features":[511]},{"name":"MEDIA_CD_OTHER","features":[511]},{"name":"MEDIA_CD_ROM_XA","features":[511]},{"name":"MEDIA_FLAGS","features":[511]},{"name":"MEDIA_FORMAT_UNUSABLE_BY_IMAPI","features":[511]},{"name":"MEDIA_RW","features":[511]},{"name":"MEDIA_SPECIAL","features":[511]},{"name":"MEDIA_TYPES","features":[511]},{"name":"MEDIA_WRITABLE","features":[511]},{"name":"MPV_INBOUND_CUTOFF_EXCEEDED","features":[511]},{"name":"MPV_WRITE_CONTENT","features":[511]},{"name":"MP_MSGCLASS_DELIVERY_REPORT","features":[511]},{"name":"MP_MSGCLASS_NONDELIVERY_REPORT","features":[511]},{"name":"MP_MSGCLASS_REPLICATION","features":[511]},{"name":"MP_MSGCLASS_SYSTEM","features":[511]},{"name":"MP_STATUS_ABANDON_DELIVERY","features":[511]},{"name":"MP_STATUS_ABORT_DELIVERY","features":[511]},{"name":"MP_STATUS_BAD_MAIL","features":[511]},{"name":"MP_STATUS_CATEGORIZED","features":[511]},{"name":"MP_STATUS_RETRY","features":[511]},{"name":"MP_STATUS_SUBMITTED","features":[511]},{"name":"MP_STATUS_SUCCESS","features":[511]},{"name":"MSDiscMasterObj","features":[511]},{"name":"MSDiscRecorderObj","features":[511]},{"name":"MSEnumDiscRecordersObj","features":[511]},{"name":"MSGCALLRELEASE","features":[511,390]},{"name":"MapStorageSCode","features":[511]},{"name":"MsftDiscFormat2Data","features":[511]},{"name":"MsftDiscFormat2Erase","features":[511]},{"name":"MsftDiscFormat2RawCD","features":[511]},{"name":"MsftDiscFormat2TrackAtOnce","features":[511]},{"name":"MsftDiscMaster2","features":[511]},{"name":"MsftDiscRecorder2","features":[511]},{"name":"MsftFileSystemImage","features":[511]},{"name":"MsftIsoImageManager","features":[511]},{"name":"MsftMultisessionRandomWrite","features":[511]},{"name":"MsftMultisessionSequential","features":[511]},{"name":"MsftRawCDImageCreator","features":[511]},{"name":"MsftStreamConcatenate","features":[511]},{"name":"MsftStreamInterleave","features":[511]},{"name":"MsftStreamPrng001","features":[511]},{"name":"MsftStreamZero","features":[511]},{"name":"MsftWriteEngine2","features":[511]},{"name":"MsftWriteSpeedDescriptor","features":[511]},{"name":"NMP_PROCESS_CONTROL","features":[511]},{"name":"NMP_PROCESS_MODERATOR","features":[511]},{"name":"NMP_PROCESS_POST","features":[511]},{"name":"OpenIMsgOnIStg","features":[511,390,387]},{"name":"OpenIMsgSession","features":[511,358]},{"name":"PlatformEFI","features":[511]},{"name":"PlatformId","features":[511]},{"name":"PlatformMac","features":[511]},{"name":"PlatformPowerPC","features":[511]},{"name":"PlatformX86","features":[511]},{"name":"ProgressItem","features":[511]},{"name":"ProgressItems","features":[511]},{"name":"RECORDER_BURNING","features":[511]},{"name":"RECORDER_CDR","features":[511]},{"name":"RECORDER_CDRW","features":[511]},{"name":"RECORDER_DOING_NOTHING","features":[511]},{"name":"RECORDER_OPENED","features":[511]},{"name":"RECORDER_TYPES","features":[511]},{"name":"RP_DELIVERED","features":[511]},{"name":"RP_DSN_HANDLED","features":[511]},{"name":"RP_DSN_NOTIFY_DELAY","features":[511]},{"name":"RP_DSN_NOTIFY_FAILURE","features":[511]},{"name":"RP_DSN_NOTIFY_INVALID","features":[511]},{"name":"RP_DSN_NOTIFY_MASK","features":[511]},{"name":"RP_DSN_NOTIFY_NEVER","features":[511]},{"name":"RP_DSN_NOTIFY_SUCCESS","features":[511]},{"name":"RP_DSN_SENT_DELAYED","features":[511]},{"name":"RP_DSN_SENT_DELIVERED","features":[511]},{"name":"RP_DSN_SENT_EXPANDED","features":[511]},{"name":"RP_DSN_SENT_NDR","features":[511]},{"name":"RP_DSN_SENT_RELAYED","features":[511]},{"name":"RP_ENPANDED","features":[511]},{"name":"RP_ERROR_CONTEXT_CAT","features":[511]},{"name":"RP_ERROR_CONTEXT_MTA","features":[511]},{"name":"RP_ERROR_CONTEXT_STORE","features":[511]},{"name":"RP_EXPANDED","features":[511]},{"name":"RP_FAILED","features":[511]},{"name":"RP_GENERAL_FAILURE","features":[511]},{"name":"RP_HANDLED","features":[511]},{"name":"RP_RECIP_FLAGS_RESERVED","features":[511]},{"name":"RP_REMOTE_MTA_NO_DSN","features":[511]},{"name":"RP_UNRESOLVED","features":[511]},{"name":"RP_VOLATILE_FLAGS_MASK","features":[511]},{"name":"SPropAttrArray","features":[511]},{"name":"SZ_PROGID_SMTPCAT","features":[511]},{"name":"SetAttribIMsgOnIStg","features":[511,390]},{"name":"tagIMMPID_CPV_STRUCT","features":[511]},{"name":"tagIMMPID_GUIDLIST_ITEM","features":[511]},{"name":"tagIMMPID_MPV_STRUCT","features":[511]},{"name":"tagIMMPID_MP_STRUCT","features":[511]},{"name":"tagIMMPID_NMP_STRUCT","features":[511]},{"name":"tagIMMPID_RPV_STRUCT","features":[511]},{"name":"tagIMMPID_RP_STRUCT","features":[511]}],"515":[{"name":"BindIFilterFromStorage","features":[512,387]},{"name":"BindIFilterFromStream","features":[512,358]},{"name":"CHUNKSTATE","features":[512]},{"name":"CHUNK_BREAKTYPE","features":[512]},{"name":"CHUNK_EOC","features":[512]},{"name":"CHUNK_EOP","features":[512]},{"name":"CHUNK_EOS","features":[512]},{"name":"CHUNK_EOW","features":[512]},{"name":"CHUNK_FILTER_OWNED_VALUE","features":[512]},{"name":"CHUNK_NO_BREAK","features":[512]},{"name":"CHUNK_TEXT","features":[512]},{"name":"CHUNK_VALUE","features":[512]},{"name":"CIADMIN","features":[512]},{"name":"CICAT_ALL_OPENED","features":[512]},{"name":"CICAT_GET_STATE","features":[512]},{"name":"CICAT_NO_QUERY","features":[512]},{"name":"CICAT_READONLY","features":[512]},{"name":"CICAT_STOPPED","features":[512]},{"name":"CICAT_WRITABLE","features":[512]},{"name":"CINULLCATALOG","features":[512]},{"name":"CI_PROVIDER_ALL","features":[512]},{"name":"CI_PROVIDER_INDEXING_SERVICE","features":[512]},{"name":"CI_PROVIDER_MSSEARCH","features":[512]},{"name":"CI_STATE","features":[512]},{"name":"CI_STATE_ANNEALING_MERGE","features":[512]},{"name":"CI_STATE_BATTERY_POLICY","features":[512]},{"name":"CI_STATE_BATTERY_POWER","features":[512]},{"name":"CI_STATE_CONTENT_SCAN_REQUIRED","features":[512]},{"name":"CI_STATE_DELETION_MERGE","features":[512]},{"name":"CI_STATE_HIGH_CPU","features":[512]},{"name":"CI_STATE_HIGH_IO","features":[512]},{"name":"CI_STATE_INDEX_MIGRATION_MERGE","features":[512]},{"name":"CI_STATE_LOW_DISK","features":[512]},{"name":"CI_STATE_LOW_MEMORY","features":[512]},{"name":"CI_STATE_MASTER_MERGE","features":[512]},{"name":"CI_STATE_MASTER_MERGE_PAUSED","features":[512]},{"name":"CI_STATE_READING_USNS","features":[512]},{"name":"CI_STATE_READ_ONLY","features":[512]},{"name":"CI_STATE_RECOVERING","features":[512]},{"name":"CI_STATE_SCANNING","features":[512]},{"name":"CI_STATE_SHADOW_MERGE","features":[512]},{"name":"CI_STATE_STARTING","features":[512]},{"name":"CI_STATE_USER_ACTIVE","features":[512]},{"name":"CI_VERSION_WDS30","features":[512]},{"name":"CI_VERSION_WDS40","features":[512]},{"name":"CI_VERSION_WIN70","features":[512]},{"name":"CLSID_INDEX_SERVER_DSO","features":[512]},{"name":"DBID","features":[512]},{"name":"DBID","features":[512]},{"name":"DBKINDENUM","features":[512]},{"name":"DBKIND_GUID","features":[512]},{"name":"DBKIND_GUID_NAME","features":[512]},{"name":"DBKIND_GUID_PROPID","features":[512]},{"name":"DBKIND_NAME","features":[512]},{"name":"DBKIND_PGUID_NAME","features":[512]},{"name":"DBKIND_PGUID_PROPID","features":[512]},{"name":"DBKIND_PROPID","features":[512]},{"name":"DBPROPSET_CIFRMWRKCORE_EXT","features":[512]},{"name":"DBPROPSET_FSCIFRMWRK_EXT","features":[512]},{"name":"DBPROPSET_MSIDXS_ROWSETEXT","features":[512]},{"name":"DBPROPSET_QUERYEXT","features":[512]},{"name":"DBPROPSET_SESS_QUERYEXT","features":[512]},{"name":"DBPROP_APPLICATION_NAME","features":[512]},{"name":"DBPROP_CATALOGLISTID","features":[512]},{"name":"DBPROP_CI_CATALOG_NAME","features":[512]},{"name":"DBPROP_CI_DEPTHS","features":[512]},{"name":"DBPROP_CI_EXCLUDE_SCOPES","features":[512]},{"name":"DBPROP_CI_INCLUDE_SCOPES","features":[512]},{"name":"DBPROP_CI_PROVIDER","features":[512]},{"name":"DBPROP_CI_QUERY_TYPE","features":[512]},{"name":"DBPROP_CI_SCOPE_FLAGS","features":[512]},{"name":"DBPROP_CI_SECURITY_ID","features":[512]},{"name":"DBPROP_CLIENT_CLSID","features":[512]},{"name":"DBPROP_DEFAULT_EQUALS_BEHAVIOR","features":[512]},{"name":"DBPROP_DEFERCATALOGVERIFICATION","features":[512]},{"name":"DBPROP_DEFERNONINDEXEDTRIMMING","features":[512]},{"name":"DBPROP_DONOTCOMPUTEEXPENSIVEPROPS","features":[512]},{"name":"DBPROP_ENABLEROWSETEVENTS","features":[512]},{"name":"DBPROP_FIRSTROWS","features":[512]},{"name":"DBPROP_FREETEXTANYTERM","features":[512]},{"name":"DBPROP_FREETEXTUSESTEMMING","features":[512]},{"name":"DBPROP_GENERATEPARSETREE","features":[512]},{"name":"DBPROP_GENERICOPTIONS_STRING","features":[512]},{"name":"DBPROP_IGNORENOISEONLYCLAUSES","features":[512]},{"name":"DBPROP_IGNORESBRI","features":[512]},{"name":"DBPROP_MACHINE","features":[512]},{"name":"DBPROP_USECONTENTINDEX","features":[512]},{"name":"DBPROP_USEEXTENDEDDBTYPES","features":[512]},{"name":"DBSETFUNC_ALL","features":[512]},{"name":"DBSETFUNC_DISTINCT","features":[512]},{"name":"DBSETFUNC_NONE","features":[512]},{"name":"FILTERREGION","features":[512]},{"name":"FILTER_E_ACCESS","features":[512]},{"name":"FILTER_E_EMBEDDING_UNAVAILABLE","features":[512]},{"name":"FILTER_E_END_OF_CHUNKS","features":[512]},{"name":"FILTER_E_LINK_UNAVAILABLE","features":[512]},{"name":"FILTER_E_NO_MORE_TEXT","features":[512]},{"name":"FILTER_E_NO_MORE_VALUES","features":[512]},{"name":"FILTER_E_NO_TEXT","features":[512]},{"name":"FILTER_E_NO_VALUES","features":[512]},{"name":"FILTER_E_PASSWORD","features":[512]},{"name":"FILTER_E_UNKNOWNFORMAT","features":[512]},{"name":"FILTER_S_LAST_TEXT","features":[512]},{"name":"FILTER_S_LAST_VALUES","features":[512]},{"name":"FILTER_W_MONIKER_CLIPPED","features":[512]},{"name":"FULLPROPSPEC","features":[512,387]},{"name":"GENERATE_METHOD_EXACT","features":[512]},{"name":"GENERATE_METHOD_INFLECT","features":[512]},{"name":"GENERATE_METHOD_PREFIX","features":[512]},{"name":"IFILTER_FLAGS","features":[512]},{"name":"IFILTER_FLAGS_OLE_PROPERTIES","features":[512]},{"name":"IFILTER_INIT","features":[512]},{"name":"IFILTER_INIT_APPLY_CRAWL_ATTRIBUTES","features":[512]},{"name":"IFILTER_INIT_APPLY_INDEX_ATTRIBUTES","features":[512]},{"name":"IFILTER_INIT_APPLY_OTHER_ATTRIBUTES","features":[512]},{"name":"IFILTER_INIT_CANON_HYPHENS","features":[512]},{"name":"IFILTER_INIT_CANON_PARAGRAPHS","features":[512]},{"name":"IFILTER_INIT_CANON_SPACES","features":[512]},{"name":"IFILTER_INIT_DISABLE_EMBEDDED","features":[512]},{"name":"IFILTER_INIT_EMIT_FORMATTING","features":[512]},{"name":"IFILTER_INIT_FILTER_AGGRESSIVE_BREAK","features":[512]},{"name":"IFILTER_INIT_FILTER_OWNED_VALUE_OK","features":[512]},{"name":"IFILTER_INIT_HARD_LINE_BREAKS","features":[512]},{"name":"IFILTER_INIT_INDEXING_ONLY","features":[512]},{"name":"IFILTER_INIT_SEARCH_LINKS","features":[512]},{"name":"IFilter","features":[512]},{"name":"IPhraseSink","features":[512]},{"name":"LIFF_FORCE_TEXT_FILTER_FALLBACK","features":[512]},{"name":"LIFF_IMPLEMENT_TEXT_FILTER_FALLBACK_POLICY","features":[512]},{"name":"LIFF_LOAD_DEFINED_FILTER","features":[512]},{"name":"LoadIFilter","features":[512]},{"name":"LoadIFilterEx","features":[512]},{"name":"MSIDXSPROP_COMMAND_LOCALE_STRING","features":[512]},{"name":"MSIDXSPROP_MAX_RANK","features":[512]},{"name":"MSIDXSPROP_PARSE_TREE","features":[512]},{"name":"MSIDXSPROP_QUERY_RESTRICTION","features":[512]},{"name":"MSIDXSPROP_RESULTS_FOUND","features":[512]},{"name":"MSIDXSPROP_ROWSETQUERYSTATUS","features":[512]},{"name":"MSIDXSPROP_SAME_SORTORDER_USED","features":[512]},{"name":"MSIDXSPROP_SERVER_NLSVERSION","features":[512]},{"name":"MSIDXSPROP_SERVER_NLSVER_DEFINED","features":[512]},{"name":"MSIDXSPROP_SERVER_VERSION","features":[512]},{"name":"MSIDXSPROP_SERVER_WINVER_MAJOR","features":[512]},{"name":"MSIDXSPROP_SERVER_WINVER_MINOR","features":[512]},{"name":"MSIDXSPROP_WHEREID","features":[512]},{"name":"NOT_AN_ERROR","features":[512]},{"name":"PID_FILENAME","features":[512]},{"name":"PROPID_QUERY_ALL","features":[512]},{"name":"PROPID_QUERY_HITCOUNT","features":[512]},{"name":"PROPID_QUERY_LASTSEENTIME","features":[512]},{"name":"PROPID_QUERY_RANK","features":[512]},{"name":"PROPID_QUERY_RANKVECTOR","features":[512]},{"name":"PROPID_QUERY_UNFILTERED","features":[512]},{"name":"PROPID_QUERY_VIRTUALPATH","features":[512]},{"name":"PROPID_QUERY_WORKID","features":[512]},{"name":"PROPID_STG_CONTENTS","features":[512]},{"name":"PROXIMITY_UNIT_CHAPTER","features":[512]},{"name":"PROXIMITY_UNIT_PARAGRAPH","features":[512]},{"name":"PROXIMITY_UNIT_SENTENCE","features":[512]},{"name":"PROXIMITY_UNIT_WORD","features":[512]},{"name":"PSGUID_FILENAME","features":[512]},{"name":"QUERY_DEEP","features":[512]},{"name":"QUERY_PHYSICAL_PATH","features":[512]},{"name":"QUERY_SHALLOW","features":[512]},{"name":"QUERY_VIRTUAL_PATH","features":[512]},{"name":"SCOPE_FLAG_DEEP","features":[512]},{"name":"SCOPE_FLAG_INCLUDE","features":[512]},{"name":"SCOPE_FLAG_MASK","features":[512]},{"name":"SCOPE_TYPE_MASK","features":[512]},{"name":"SCOPE_TYPE_VPATH","features":[512]},{"name":"SCOPE_TYPE_WINPATH","features":[512]},{"name":"STAT_BUSY","features":[512]},{"name":"STAT_CHUNK","features":[512,387]},{"name":"STAT_COALESCE_COMP_ALL_NOISE","features":[512]},{"name":"STAT_CONTENT_OUT_OF_DATE","features":[512]},{"name":"STAT_CONTENT_QUERY_INCOMPLETE","features":[512]},{"name":"STAT_DONE","features":[512]},{"name":"STAT_ERROR","features":[512]},{"name":"STAT_MISSING_PROP_IN_RELDOC","features":[512]},{"name":"STAT_MISSING_RELDOC","features":[512]},{"name":"STAT_NOISE_WORDS","features":[512]},{"name":"STAT_PARTIAL_SCOPE","features":[512]},{"name":"STAT_REFRESH","features":[512]},{"name":"STAT_REFRESH_INCOMPLETE","features":[512]},{"name":"STAT_RELDOC_ACCESS_DENIED","features":[512]},{"name":"STAT_SHARING_VIOLATION","features":[512]},{"name":"STAT_TIME_LIMIT_EXCEEDED","features":[512]},{"name":"VECTOR_RANK_DICE","features":[512]},{"name":"VECTOR_RANK_INNER","features":[512]},{"name":"VECTOR_RANK_JACCARD","features":[512]},{"name":"VECTOR_RANK_MAX","features":[512]},{"name":"VECTOR_RANK_MIN","features":[512]},{"name":"WORDREP_BREAK_EOC","features":[512]},{"name":"WORDREP_BREAK_EOP","features":[512]},{"name":"WORDREP_BREAK_EOS","features":[512]},{"name":"WORDREP_BREAK_EOW","features":[512]},{"name":"WORDREP_BREAK_TYPE","features":[512]}],"516":[{"name":"FILTER_AGGREGATE_BASIC_INFORMATION","features":[330]},{"name":"FILTER_AGGREGATE_STANDARD_INFORMATION","features":[330]},{"name":"FILTER_FULL_INFORMATION","features":[330]},{"name":"FILTER_INFORMATION_CLASS","features":[330]},{"name":"FILTER_MESSAGE_HEADER","features":[330]},{"name":"FILTER_NAME_MAX_CHARS","features":[330]},{"name":"FILTER_REPLY_HEADER","features":[307,330]},{"name":"FILTER_VOLUME_BASIC_INFORMATION","features":[330]},{"name":"FILTER_VOLUME_INFORMATION_CLASS","features":[330]},{"name":"FILTER_VOLUME_STANDARD_INFORMATION","features":[330]},{"name":"FLTFL_AGGREGATE_INFO_IS_LEGACYFILTER","features":[330]},{"name":"FLTFL_AGGREGATE_INFO_IS_MINIFILTER","features":[330]},{"name":"FLTFL_ASI_IS_LEGACYFILTER","features":[330]},{"name":"FLTFL_ASI_IS_MINIFILTER","features":[330]},{"name":"FLTFL_IASIL_DETACHED_VOLUME","features":[330]},{"name":"FLTFL_IASIM_DETACHED_VOLUME","features":[330]},{"name":"FLTFL_IASI_IS_LEGACYFILTER","features":[330]},{"name":"FLTFL_IASI_IS_MINIFILTER","features":[330]},{"name":"FLTFL_VSI_DETACHED_VOLUME","features":[330]},{"name":"FLT_FILESYSTEM_TYPE","features":[330]},{"name":"FLT_FSTYPE_BSUDF","features":[330]},{"name":"FLT_FSTYPE_CDFS","features":[330]},{"name":"FLT_FSTYPE_CIMFS","features":[330]},{"name":"FLT_FSTYPE_CSVFS","features":[330]},{"name":"FLT_FSTYPE_EXFAT","features":[330]},{"name":"FLT_FSTYPE_FAT","features":[330]},{"name":"FLT_FSTYPE_FS_REC","features":[330]},{"name":"FLT_FSTYPE_GPFS","features":[330]},{"name":"FLT_FSTYPE_INCD","features":[330]},{"name":"FLT_FSTYPE_INCD_FAT","features":[330]},{"name":"FLT_FSTYPE_LANMAN","features":[330]},{"name":"FLT_FSTYPE_MSFS","features":[330]},{"name":"FLT_FSTYPE_MS_NETWARE","features":[330]},{"name":"FLT_FSTYPE_MUP","features":[330]},{"name":"FLT_FSTYPE_NETWARE","features":[330]},{"name":"FLT_FSTYPE_NFS","features":[330]},{"name":"FLT_FSTYPE_NPFS","features":[330]},{"name":"FLT_FSTYPE_NTFS","features":[330]},{"name":"FLT_FSTYPE_OPENAFS","features":[330]},{"name":"FLT_FSTYPE_PSFS","features":[330]},{"name":"FLT_FSTYPE_RAW","features":[330]},{"name":"FLT_FSTYPE_RDPDR","features":[330]},{"name":"FLT_FSTYPE_REFS","features":[330]},{"name":"FLT_FSTYPE_ROXIO_UDF1","features":[330]},{"name":"FLT_FSTYPE_ROXIO_UDF2","features":[330]},{"name":"FLT_FSTYPE_ROXIO_UDF3","features":[330]},{"name":"FLT_FSTYPE_RSFX","features":[330]},{"name":"FLT_FSTYPE_TACIT","features":[330]},{"name":"FLT_FSTYPE_UDFS","features":[330]},{"name":"FLT_FSTYPE_UNKNOWN","features":[330]},{"name":"FLT_FSTYPE_WEBDAV","features":[330]},{"name":"FLT_PORT_FLAG_SYNC_HANDLE","features":[330]},{"name":"FilterAggregateBasicInformation","features":[330]},{"name":"FilterAggregateStandardInformation","features":[330]},{"name":"FilterAttach","features":[330]},{"name":"FilterAttachAtAltitude","features":[330]},{"name":"FilterClose","features":[330]},{"name":"FilterConnectCommunicationPort","features":[307,310,330]},{"name":"FilterCreate","features":[330]},{"name":"FilterDetach","features":[330]},{"name":"FilterFindClose","features":[307,330]},{"name":"FilterFindFirst","features":[307,330]},{"name":"FilterFindNext","features":[307,330]},{"name":"FilterFullInformation","features":[330]},{"name":"FilterGetDosName","features":[330]},{"name":"FilterGetInformation","features":[330]},{"name":"FilterGetMessage","features":[307,330,312]},{"name":"FilterInstanceClose","features":[330]},{"name":"FilterInstanceCreate","features":[330]},{"name":"FilterInstanceFindClose","features":[307,330]},{"name":"FilterInstanceFindFirst","features":[307,330]},{"name":"FilterInstanceFindNext","features":[307,330]},{"name":"FilterInstanceGetInformation","features":[330]},{"name":"FilterLoad","features":[330]},{"name":"FilterReplyMessage","features":[307,330]},{"name":"FilterSendMessage","features":[307,330]},{"name":"FilterUnload","features":[330]},{"name":"FilterVolumeBasicInformation","features":[330]},{"name":"FilterVolumeFindClose","features":[307,330]},{"name":"FilterVolumeFindFirst","features":[307,330]},{"name":"FilterVolumeFindNext","features":[307,330]},{"name":"FilterVolumeInstanceFindClose","features":[307,330]},{"name":"FilterVolumeInstanceFindFirst","features":[307,330]},{"name":"FilterVolumeInstanceFindNext","features":[307,330]},{"name":"FilterVolumeStandardInformation","features":[330]},{"name":"HFILTER","features":[330]},{"name":"HFILTER_INSTANCE","features":[330]},{"name":"INSTANCE_AGGREGATE_STANDARD_INFORMATION","features":[330]},{"name":"INSTANCE_BASIC_INFORMATION","features":[330]},{"name":"INSTANCE_FULL_INFORMATION","features":[330]},{"name":"INSTANCE_INFORMATION_CLASS","features":[330]},{"name":"INSTANCE_NAME_MAX_CHARS","features":[330]},{"name":"INSTANCE_PARTIAL_INFORMATION","features":[330]},{"name":"InstanceAggregateStandardInformation","features":[330]},{"name":"InstanceBasicInformation","features":[330]},{"name":"InstanceFullInformation","features":[330]},{"name":"InstancePartialInformation","features":[330]},{"name":"VOLUME_NAME_MAX_CHARS","features":[330]},{"name":"WNNC_CRED_MANAGER","features":[330]},{"name":"WNNC_NET_10NET","features":[330]},{"name":"WNNC_NET_3IN1","features":[330]},{"name":"WNNC_NET_9P","features":[330]},{"name":"WNNC_NET_9TILES","features":[330]},{"name":"WNNC_NET_APPLETALK","features":[330]},{"name":"WNNC_NET_AS400","features":[330]},{"name":"WNNC_NET_AURISTOR_FS","features":[330]},{"name":"WNNC_NET_AVID","features":[330]},{"name":"WNNC_NET_AVID1","features":[330]},{"name":"WNNC_NET_BMC","features":[330]},{"name":"WNNC_NET_BWNFS","features":[330]},{"name":"WNNC_NET_CLEARCASE","features":[330]},{"name":"WNNC_NET_COGENT","features":[330]},{"name":"WNNC_NET_CSC","features":[330]},{"name":"WNNC_NET_DAV","features":[330]},{"name":"WNNC_NET_DCE","features":[330]},{"name":"WNNC_NET_DECORB","features":[330]},{"name":"WNNC_NET_DFS","features":[330]},{"name":"WNNC_NET_DISTINCT","features":[330]},{"name":"WNNC_NET_DOCUSHARE","features":[330]},{"name":"WNNC_NET_DOCUSPACE","features":[330]},{"name":"WNNC_NET_DRIVEONWEB","features":[330]},{"name":"WNNC_NET_EXIFS","features":[330]},{"name":"WNNC_NET_EXTENDNET","features":[330]},{"name":"WNNC_NET_FARALLON","features":[330]},{"name":"WNNC_NET_FJ_REDIR","features":[330]},{"name":"WNNC_NET_FOXBAT","features":[330]},{"name":"WNNC_NET_FRONTIER","features":[330]},{"name":"WNNC_NET_FTP_NFS","features":[330]},{"name":"WNNC_NET_GOOGLE","features":[330]},{"name":"WNNC_NET_HOB_NFS","features":[330]},{"name":"WNNC_NET_IBMAL","features":[330]},{"name":"WNNC_NET_INTERGRAPH","features":[330]},{"name":"WNNC_NET_KNOWARE","features":[330]},{"name":"WNNC_NET_KWNP","features":[330]},{"name":"WNNC_NET_LANMAN","features":[330]},{"name":"WNNC_NET_LANSTEP","features":[330]},{"name":"WNNC_NET_LANTASTIC","features":[330]},{"name":"WNNC_NET_LIFENET","features":[330]},{"name":"WNNC_NET_LOCK","features":[330]},{"name":"WNNC_NET_LOCUS","features":[330]},{"name":"WNNC_NET_MANGOSOFT","features":[330]},{"name":"WNNC_NET_MASFAX","features":[330]},{"name":"WNNC_NET_MFILES","features":[330]},{"name":"WNNC_NET_MSNET","features":[330]},{"name":"WNNC_NET_MS_NFS","features":[330]},{"name":"WNNC_NET_NDFS","features":[330]},{"name":"WNNC_NET_NETWARE","features":[330]},{"name":"WNNC_NET_OBJECT_DIRE","features":[330]},{"name":"WNNC_NET_OPENAFS","features":[330]},{"name":"WNNC_NET_PATHWORKS","features":[330]},{"name":"WNNC_NET_POWERLAN","features":[330]},{"name":"WNNC_NET_PROTSTOR","features":[330]},{"name":"WNNC_NET_QUINCY","features":[330]},{"name":"WNNC_NET_RDR2SAMPLE","features":[330]},{"name":"WNNC_NET_RIVERFRONT1","features":[330]},{"name":"WNNC_NET_RIVERFRONT2","features":[330]},{"name":"WNNC_NET_RSFX","features":[330]},{"name":"WNNC_NET_SECUREAGENT","features":[330]},{"name":"WNNC_NET_SERNET","features":[330]},{"name":"WNNC_NET_SHIVA","features":[330]},{"name":"WNNC_NET_SMB","features":[330]},{"name":"WNNC_NET_SRT","features":[330]},{"name":"WNNC_NET_STAC","features":[330]},{"name":"WNNC_NET_SUN_PC_NFS","features":[330]},{"name":"WNNC_NET_SYMFONET","features":[330]},{"name":"WNNC_NET_TERMSRV","features":[330]},{"name":"WNNC_NET_TWINS","features":[330]},{"name":"WNNC_NET_VINES","features":[330]},{"name":"WNNC_NET_VMWARE","features":[330]},{"name":"WNNC_NET_YAHOO","features":[330]},{"name":"WNNC_NET_ZENWORKS","features":[330]}],"517":[{"name":"ATA_FLAGS_48BIT_COMMAND","features":[339]},{"name":"ATA_FLAGS_DATA_IN","features":[339]},{"name":"ATA_FLAGS_DATA_OUT","features":[339]},{"name":"ATA_FLAGS_DRDY_REQUIRED","features":[339]},{"name":"ATA_FLAGS_NO_MULTIPLE","features":[339]},{"name":"ATA_FLAGS_USE_DMA","features":[339]},{"name":"ATA_PASS_THROUGH_DIRECT","features":[339]},{"name":"ATA_PASS_THROUGH_DIRECT32","features":[339]},{"name":"ATA_PASS_THROUGH_EX","features":[339]},{"name":"ATA_PASS_THROUGH_EX32","features":[339]},{"name":"AddISNSServerA","features":[339]},{"name":"AddISNSServerW","features":[339]},{"name":"AddIScsiConnectionA","features":[339]},{"name":"AddIScsiConnectionW","features":[339]},{"name":"AddIScsiSendTargetPortalA","features":[339]},{"name":"AddIScsiSendTargetPortalW","features":[339]},{"name":"AddIScsiStaticTargetA","features":[307,339]},{"name":"AddIScsiStaticTargetW","features":[307,339]},{"name":"AddPersistentIScsiDeviceA","features":[339]},{"name":"AddPersistentIScsiDeviceW","features":[339]},{"name":"AddRadiusServerA","features":[339]},{"name":"AddRadiusServerW","features":[339]},{"name":"ClearPersistentIScsiDevices","features":[339]},{"name":"DD_SCSI_DEVICE_NAME","features":[339]},{"name":"DSM_NOTIFICATION_REQUEST_BLOCK","features":[339]},{"name":"DUMP_DRIVER","features":[339]},{"name":"DUMP_DRIVER_EX","features":[339]},{"name":"DUMP_DRIVER_NAME_LENGTH","features":[339]},{"name":"DUMP_EX_FLAG_DRIVER_FULL_PATH_SUPPORT","features":[339]},{"name":"DUMP_EX_FLAG_RESUME_SUPPORT","features":[339]},{"name":"DUMP_EX_FLAG_SUPPORT_64BITMEMORY","features":[339]},{"name":"DUMP_EX_FLAG_SUPPORT_DD_TELEMETRY","features":[339]},{"name":"DUMP_POINTERS","features":[307,339]},{"name":"DUMP_POINTERS_EX","features":[307,339]},{"name":"DUMP_POINTERS_VERSION","features":[339]},{"name":"DUMP_POINTERS_VERSION_1","features":[339]},{"name":"DUMP_POINTERS_VERSION_2","features":[339]},{"name":"DUMP_POINTERS_VERSION_3","features":[339]},{"name":"DUMP_POINTERS_VERSION_4","features":[339]},{"name":"DiscoveryMechanisms","features":[339]},{"name":"FILE_DEVICE_SCSI","features":[339]},{"name":"FIRMWARE_FUNCTION_ACTIVATE","features":[339]},{"name":"FIRMWARE_FUNCTION_DOWNLOAD","features":[339]},{"name":"FIRMWARE_FUNCTION_GET_INFO","features":[339]},{"name":"FIRMWARE_REQUEST_BLOCK","features":[339]},{"name":"FIRMWARE_REQUEST_BLOCK_STRUCTURE_VERSION","features":[339]},{"name":"FIRMWARE_REQUEST_FLAG_CONTROLLER","features":[339]},{"name":"FIRMWARE_REQUEST_FLAG_FIRST_SEGMENT","features":[339]},{"name":"FIRMWARE_REQUEST_FLAG_LAST_SEGMENT","features":[339]},{"name":"FIRMWARE_REQUEST_FLAG_REPLACE_EXISTING_IMAGE","features":[339]},{"name":"FIRMWARE_REQUEST_FLAG_SWITCH_TO_EXISTING_FIRMWARE","features":[339]},{"name":"FIRMWARE_STATUS_COMMAND_ABORT","features":[339]},{"name":"FIRMWARE_STATUS_CONTROLLER_ERROR","features":[339]},{"name":"FIRMWARE_STATUS_DEVICE_ERROR","features":[339]},{"name":"FIRMWARE_STATUS_END_OF_MEDIA","features":[339]},{"name":"FIRMWARE_STATUS_ERROR","features":[339]},{"name":"FIRMWARE_STATUS_ID_NOT_FOUND","features":[339]},{"name":"FIRMWARE_STATUS_ILLEGAL_LENGTH","features":[339]},{"name":"FIRMWARE_STATUS_ILLEGAL_REQUEST","features":[339]},{"name":"FIRMWARE_STATUS_INPUT_BUFFER_TOO_BIG","features":[339]},{"name":"FIRMWARE_STATUS_INTERFACE_CRC_ERROR","features":[339]},{"name":"FIRMWARE_STATUS_INVALID_IMAGE","features":[339]},{"name":"FIRMWARE_STATUS_INVALID_PARAMETER","features":[339]},{"name":"FIRMWARE_STATUS_INVALID_SLOT","features":[339]},{"name":"FIRMWARE_STATUS_MEDIA_CHANGE","features":[339]},{"name":"FIRMWARE_STATUS_MEDIA_CHANGE_REQUEST","features":[339]},{"name":"FIRMWARE_STATUS_OUTPUT_BUFFER_TOO_SMALL","features":[339]},{"name":"FIRMWARE_STATUS_POWER_CYCLE_REQUIRED","features":[339]},{"name":"FIRMWARE_STATUS_SUCCESS","features":[339]},{"name":"FIRMWARE_STATUS_UNCORRECTABLE_DATA_ERROR","features":[339]},{"name":"GetDevicesForIScsiSessionA","features":[339,327]},{"name":"GetDevicesForIScsiSessionW","features":[339,327]},{"name":"GetIScsiIKEInfoA","features":[339]},{"name":"GetIScsiIKEInfoW","features":[339]},{"name":"GetIScsiInitiatorNodeNameA","features":[339]},{"name":"GetIScsiInitiatorNodeNameW","features":[339]},{"name":"GetIScsiSessionListA","features":[339]},{"name":"GetIScsiSessionListEx","features":[307,339]},{"name":"GetIScsiSessionListW","features":[339]},{"name":"GetIScsiTargetInformationA","features":[339]},{"name":"GetIScsiTargetInformationW","features":[339]},{"name":"GetIScsiVersionInformation","features":[339]},{"name":"HYBRID_DEMOTE_BY_SIZE","features":[339]},{"name":"HYBRID_DIRTY_THRESHOLDS","features":[339]},{"name":"HYBRID_FUNCTION_DEMOTE_BY_SIZE","features":[339]},{"name":"HYBRID_FUNCTION_DISABLE_CACHING_MEDIUM","features":[339]},{"name":"HYBRID_FUNCTION_ENABLE_CACHING_MEDIUM","features":[339]},{"name":"HYBRID_FUNCTION_GET_INFO","features":[339]},{"name":"HYBRID_FUNCTION_SET_DIRTY_THRESHOLD","features":[339]},{"name":"HYBRID_INFORMATION","features":[307,339]},{"name":"HYBRID_REQUEST_BLOCK","features":[339]},{"name":"HYBRID_REQUEST_BLOCK_STRUCTURE_VERSION","features":[339]},{"name":"HYBRID_REQUEST_INFO_STRUCTURE_VERSION","features":[339]},{"name":"HYBRID_STATUS_ENABLE_REFCOUNT_HOLD","features":[339]},{"name":"HYBRID_STATUS_ILLEGAL_REQUEST","features":[339]},{"name":"HYBRID_STATUS_INVALID_PARAMETER","features":[339]},{"name":"HYBRID_STATUS_OUTPUT_BUFFER_TOO_SMALL","features":[339]},{"name":"HYBRID_STATUS_SUCCESS","features":[339]},{"name":"IDE_IO_CONTROL","features":[339]},{"name":"ID_FQDN","features":[339]},{"name":"ID_IPV4_ADDR","features":[339]},{"name":"ID_IPV6_ADDR","features":[339]},{"name":"ID_USER_FQDN","features":[339]},{"name":"IKE_AUTHENTICATION_INFORMATION","features":[339]},{"name":"IKE_AUTHENTICATION_METHOD","features":[339]},{"name":"IKE_AUTHENTICATION_PRESHARED_KEY","features":[339]},{"name":"IKE_AUTHENTICATION_PRESHARED_KEY_METHOD","features":[339]},{"name":"IOCTL_ATA_MINIPORT","features":[339]},{"name":"IOCTL_ATA_PASS_THROUGH","features":[339]},{"name":"IOCTL_ATA_PASS_THROUGH_DIRECT","features":[339]},{"name":"IOCTL_IDE_PASS_THROUGH","features":[339]},{"name":"IOCTL_MINIPORT_PROCESS_SERVICE_IRP","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_DSM_GENERAL","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_DSM_NOTIFICATION","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_ENDURANCE_INFO","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_FIRMWARE","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_HYBRDISK","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_PHYSICAL_TOPOLOGY","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_PROTOCOL","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_TEMPERATURE","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_SCSIDISK","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_SET_PROTOCOL","features":[339]},{"name":"IOCTL_MINIPORT_SIGNATURE_SET_TEMPERATURE_THRESHOLD","features":[339]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH","features":[339]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_DIRECT","features":[339]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_DIRECT_EX","features":[339]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_EX","features":[339]},{"name":"IOCTL_SCSI_BASE","features":[339]},{"name":"IOCTL_SCSI_FREE_DUMP_POINTERS","features":[339]},{"name":"IOCTL_SCSI_GET_ADDRESS","features":[339]},{"name":"IOCTL_SCSI_GET_CAPABILITIES","features":[339]},{"name":"IOCTL_SCSI_GET_DUMP_POINTERS","features":[339]},{"name":"IOCTL_SCSI_GET_INQUIRY_DATA","features":[339]},{"name":"IOCTL_SCSI_MINIPORT","features":[339]},{"name":"IOCTL_SCSI_PASS_THROUGH","features":[339]},{"name":"IOCTL_SCSI_PASS_THROUGH_DIRECT","features":[339]},{"name":"IOCTL_SCSI_PASS_THROUGH_DIRECT_EX","features":[339]},{"name":"IOCTL_SCSI_PASS_THROUGH_EX","features":[339]},{"name":"IOCTL_SCSI_RESCAN_BUS","features":[339]},{"name":"IO_SCSI_CAPABILITIES","features":[307,339]},{"name":"ISCSI_AUTH_TYPES","features":[339]},{"name":"ISCSI_CHAP_AUTH_TYPE","features":[339]},{"name":"ISCSI_CONNECTION_INFOA","features":[339]},{"name":"ISCSI_CONNECTION_INFOW","features":[339]},{"name":"ISCSI_CONNECTION_INFO_EX","features":[339]},{"name":"ISCSI_DEVICE_ON_SESSIONA","features":[339,327]},{"name":"ISCSI_DEVICE_ON_SESSIONW","features":[339,327]},{"name":"ISCSI_DIGEST_TYPES","features":[339]},{"name":"ISCSI_DIGEST_TYPE_CRC32C","features":[339]},{"name":"ISCSI_DIGEST_TYPE_NONE","features":[339]},{"name":"ISCSI_LOGIN_FLAG_ALLOW_PORTAL_HOPPING","features":[339]},{"name":"ISCSI_LOGIN_FLAG_MULTIPATH_ENABLED","features":[339]},{"name":"ISCSI_LOGIN_FLAG_REQUIRE_IPSEC","features":[339]},{"name":"ISCSI_LOGIN_FLAG_RESERVED1","features":[339]},{"name":"ISCSI_LOGIN_FLAG_USE_RADIUS_RESPONSE","features":[339]},{"name":"ISCSI_LOGIN_FLAG_USE_RADIUS_VERIFICATION","features":[339]},{"name":"ISCSI_LOGIN_OPTIONS","features":[339]},{"name":"ISCSI_LOGIN_OPTIONS_AUTH_TYPE","features":[339]},{"name":"ISCSI_LOGIN_OPTIONS_DATA_DIGEST","features":[339]},{"name":"ISCSI_LOGIN_OPTIONS_DEFAULT_TIME_2_RETAIN","features":[339]},{"name":"ISCSI_LOGIN_OPTIONS_DEFAULT_TIME_2_WAIT","features":[339]},{"name":"ISCSI_LOGIN_OPTIONS_HEADER_DIGEST","features":[339]},{"name":"ISCSI_LOGIN_OPTIONS_MAXIMUM_CONNECTIONS","features":[339]},{"name":"ISCSI_LOGIN_OPTIONS_PASSWORD","features":[339]},{"name":"ISCSI_LOGIN_OPTIONS_USERNAME","features":[339]},{"name":"ISCSI_LOGIN_OPTIONS_VERSION","features":[339]},{"name":"ISCSI_MUTUAL_CHAP_AUTH_TYPE","features":[339]},{"name":"ISCSI_NO_AUTH_TYPE","features":[339]},{"name":"ISCSI_SECURITY_FLAG_AGGRESSIVE_MODE_ENABLED","features":[339]},{"name":"ISCSI_SECURITY_FLAG_IKE_IPSEC_ENABLED","features":[339]},{"name":"ISCSI_SECURITY_FLAG_MAIN_MODE_ENABLED","features":[339]},{"name":"ISCSI_SECURITY_FLAG_PFS_ENABLED","features":[339]},{"name":"ISCSI_SECURITY_FLAG_TRANSPORT_MODE_PREFERRED","features":[339]},{"name":"ISCSI_SECURITY_FLAG_TUNNEL_MODE_PREFERRED","features":[339]},{"name":"ISCSI_SECURITY_FLAG_VALID","features":[339]},{"name":"ISCSI_SESSION_INFOA","features":[339]},{"name":"ISCSI_SESSION_INFOW","features":[339]},{"name":"ISCSI_SESSION_INFO_EX","features":[307,339]},{"name":"ISCSI_TARGET_FLAG_HIDE_STATIC_TARGET","features":[339]},{"name":"ISCSI_TARGET_FLAG_MERGE_TARGET_INFORMATION","features":[339]},{"name":"ISCSI_TARGET_MAPPINGA","features":[339]},{"name":"ISCSI_TARGET_MAPPINGW","features":[339]},{"name":"ISCSI_TARGET_PORTALA","features":[339]},{"name":"ISCSI_TARGET_PORTALW","features":[339]},{"name":"ISCSI_TARGET_PORTAL_GROUPA","features":[339]},{"name":"ISCSI_TARGET_PORTAL_GROUPW","features":[339]},{"name":"ISCSI_TARGET_PORTAL_INFOA","features":[339]},{"name":"ISCSI_TARGET_PORTAL_INFOW","features":[339]},{"name":"ISCSI_TARGET_PORTAL_INFO_EXA","features":[339]},{"name":"ISCSI_TARGET_PORTAL_INFO_EXW","features":[339]},{"name":"ISCSI_TCP_PROTOCOL_TYPE","features":[339]},{"name":"ISCSI_UNIQUE_SESSION_ID","features":[339]},{"name":"ISCSI_VERSION_INFO","features":[339]},{"name":"InitiatorName","features":[339]},{"name":"LoginIScsiTargetA","features":[307,339]},{"name":"LoginIScsiTargetW","features":[307,339]},{"name":"LoginOptions","features":[339]},{"name":"LogoutIScsiTarget","features":[339]},{"name":"MAX_ISCSI_ALIAS_LEN","features":[339]},{"name":"MAX_ISCSI_DISCOVERY_DOMAIN_LEN","features":[339]},{"name":"MAX_ISCSI_HBANAME_LEN","features":[339]},{"name":"MAX_ISCSI_NAME_LEN","features":[339]},{"name":"MAX_ISCSI_PORTAL_ADDRESS_LEN","features":[339]},{"name":"MAX_ISCSI_PORTAL_ALIAS_LEN","features":[339]},{"name":"MAX_ISCSI_PORTAL_NAME_LEN","features":[339]},{"name":"MAX_ISCSI_TEXT_ADDRESS_LEN","features":[339]},{"name":"MAX_RADIUS_ADDRESS_LEN","features":[339]},{"name":"MINIPORT_DSM_NOTIFICATION_VERSION","features":[339]},{"name":"MINIPORT_DSM_NOTIFICATION_VERSION_1","features":[339]},{"name":"MINIPORT_DSM_NOTIFY_FLAG_BEGIN","features":[339]},{"name":"MINIPORT_DSM_NOTIFY_FLAG_END","features":[339]},{"name":"MINIPORT_DSM_PROFILE_CRASHDUMP_FILE","features":[339]},{"name":"MINIPORT_DSM_PROFILE_HIBERNATION_FILE","features":[339]},{"name":"MINIPORT_DSM_PROFILE_PAGE_FILE","features":[339]},{"name":"MINIPORT_DSM_PROFILE_UNKNOWN","features":[339]},{"name":"MPIO_IOCTL_FLAG_INVOLVE_DSM","features":[339]},{"name":"MPIO_IOCTL_FLAG_USE_PATHID","features":[339]},{"name":"MPIO_IOCTL_FLAG_USE_SCSIADDRESS","features":[339]},{"name":"MPIO_PASS_THROUGH_PATH","features":[339]},{"name":"MPIO_PASS_THROUGH_PATH32","features":[339]},{"name":"MPIO_PASS_THROUGH_PATH32_EX","features":[339]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT","features":[339]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT32","features":[339]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT32_EX","features":[339]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT_EX","features":[339]},{"name":"MPIO_PASS_THROUGH_PATH_EX","features":[339]},{"name":"MP_DEVICE_DATA_SET_RANGE","features":[339]},{"name":"MP_STORAGE_DIAGNOSTIC_LEVEL","features":[339]},{"name":"MP_STORAGE_DIAGNOSTIC_TARGET_TYPE","features":[339]},{"name":"MpStorageDiagnosticLevelDefault","features":[339]},{"name":"MpStorageDiagnosticLevelMax","features":[339]},{"name":"MpStorageDiagnosticTargetTypeHbaFirmware","features":[339]},{"name":"MpStorageDiagnosticTargetTypeMax","features":[339]},{"name":"MpStorageDiagnosticTargetTypeMiniport","features":[339]},{"name":"MpStorageDiagnosticTargetTypeUndefined","features":[339]},{"name":"NRB_FUNCTION_ADD_LBAS_PINNED_SET","features":[339]},{"name":"NRB_FUNCTION_FLUSH_NVCACHE","features":[339]},{"name":"NRB_FUNCTION_NVCACHE_INFO","features":[339]},{"name":"NRB_FUNCTION_NVCACHE_POWER_MODE_RETURN","features":[339]},{"name":"NRB_FUNCTION_NVCACHE_POWER_MODE_SET","features":[339]},{"name":"NRB_FUNCTION_NVSEPARATED_FLUSH","features":[339]},{"name":"NRB_FUNCTION_NVSEPARATED_INFO","features":[339]},{"name":"NRB_FUNCTION_NVSEPARATED_WB_DISABLE","features":[339]},{"name":"NRB_FUNCTION_NVSEPARATED_WB_REVERT_DEFAULT","features":[339]},{"name":"NRB_FUNCTION_PASS_HINT_PAYLOAD","features":[339]},{"name":"NRB_FUNCTION_QUERY_ASCENDER_STATUS","features":[339]},{"name":"NRB_FUNCTION_QUERY_CACHE_MISS","features":[339]},{"name":"NRB_FUNCTION_QUERY_HYBRID_DISK_STATUS","features":[339]},{"name":"NRB_FUNCTION_QUERY_PINNED_SET","features":[339]},{"name":"NRB_FUNCTION_REMOVE_LBAS_PINNED_SET","features":[339]},{"name":"NRB_FUNCTION_SPINDLE_STATUS","features":[339]},{"name":"NRB_ILLEGAL_REQUEST","features":[339]},{"name":"NRB_INPUT_DATA_OVERRUN","features":[339]},{"name":"NRB_INPUT_DATA_UNDERRUN","features":[339]},{"name":"NRB_INVALID_PARAMETER","features":[339]},{"name":"NRB_OUTPUT_DATA_OVERRUN","features":[339]},{"name":"NRB_OUTPUT_DATA_UNDERRUN","features":[339]},{"name":"NRB_SUCCESS","features":[339]},{"name":"NTSCSI_UNICODE_STRING","features":[339]},{"name":"NVCACHE_HINT_PAYLOAD","features":[339]},{"name":"NVCACHE_PRIORITY_LEVEL_DESCRIPTOR","features":[339]},{"name":"NVCACHE_REQUEST_BLOCK","features":[339]},{"name":"NVCACHE_STATUS","features":[339]},{"name":"NVCACHE_TYPE","features":[339]},{"name":"NVSEPWriteCacheTypeNone","features":[339]},{"name":"NVSEPWriteCacheTypeUnknown","features":[339]},{"name":"NVSEPWriteCacheTypeWriteBack","features":[339]},{"name":"NVSEPWriteCacheTypeWriteThrough","features":[339]},{"name":"NV_FEATURE_PARAMETER","features":[339]},{"name":"NV_SEP_CACHE_PARAMETER","features":[339]},{"name":"NV_SEP_CACHE_PARAMETER_VERSION","features":[339]},{"name":"NV_SEP_CACHE_PARAMETER_VERSION_1","features":[339]},{"name":"NV_SEP_WRITE_CACHE_TYPE","features":[339]},{"name":"NvCacheStatusDisabled","features":[339]},{"name":"NvCacheStatusDisabling","features":[339]},{"name":"NvCacheStatusEnabled","features":[339]},{"name":"NvCacheStatusUnknown","features":[339]},{"name":"NvCacheTypeNone","features":[339]},{"name":"NvCacheTypeUnknown","features":[339]},{"name":"NvCacheTypeWriteBack","features":[339]},{"name":"NvCacheTypeWriteThrough","features":[339]},{"name":"PDUMP_DEVICE_POWERON_ROUTINE","features":[339]},{"name":"PERSISTENT_ISCSI_LOGIN_INFOA","features":[307,339]},{"name":"PERSISTENT_ISCSI_LOGIN_INFOW","features":[307,339]},{"name":"PersistentTargetMappings","features":[339]},{"name":"PortalGroups","features":[339]},{"name":"ProtocolType","features":[339]},{"name":"RefreshISNSServerA","features":[339]},{"name":"RefreshISNSServerW","features":[339]},{"name":"RefreshIScsiSendTargetPortalA","features":[339]},{"name":"RefreshIScsiSendTargetPortalW","features":[339]},{"name":"RemoveISNSServerA","features":[339]},{"name":"RemoveISNSServerW","features":[339]},{"name":"RemoveIScsiConnection","features":[339]},{"name":"RemoveIScsiPersistentTargetA","features":[339]},{"name":"RemoveIScsiPersistentTargetW","features":[339]},{"name":"RemoveIScsiSendTargetPortalA","features":[339]},{"name":"RemoveIScsiSendTargetPortalW","features":[339]},{"name":"RemoveIScsiStaticTargetA","features":[339]},{"name":"RemoveIScsiStaticTargetW","features":[339]},{"name":"RemovePersistentIScsiDeviceA","features":[339]},{"name":"RemovePersistentIScsiDeviceW","features":[339]},{"name":"RemoveRadiusServerA","features":[339]},{"name":"RemoveRadiusServerW","features":[339]},{"name":"ReportActiveIScsiTargetMappingsA","features":[339]},{"name":"ReportActiveIScsiTargetMappingsW","features":[339]},{"name":"ReportISNSServerListA","features":[339]},{"name":"ReportISNSServerListW","features":[339]},{"name":"ReportIScsiInitiatorListA","features":[339]},{"name":"ReportIScsiInitiatorListW","features":[339]},{"name":"ReportIScsiPersistentLoginsA","features":[307,339]},{"name":"ReportIScsiPersistentLoginsW","features":[307,339]},{"name":"ReportIScsiSendTargetPortalsA","features":[339]},{"name":"ReportIScsiSendTargetPortalsExA","features":[339]},{"name":"ReportIScsiSendTargetPortalsExW","features":[339]},{"name":"ReportIScsiSendTargetPortalsW","features":[339]},{"name":"ReportIScsiTargetPortalsA","features":[339]},{"name":"ReportIScsiTargetPortalsW","features":[339]},{"name":"ReportIScsiTargetsA","features":[307,339]},{"name":"ReportIScsiTargetsW","features":[307,339]},{"name":"ReportPersistentIScsiDevicesA","features":[339]},{"name":"ReportPersistentIScsiDevicesW","features":[339]},{"name":"ReportRadiusServerListA","features":[339]},{"name":"ReportRadiusServerListW","features":[339]},{"name":"SCSI_ADAPTER_BUS_INFO","features":[339]},{"name":"SCSI_ADDRESS","features":[339]},{"name":"SCSI_BUS_DATA","features":[339]},{"name":"SCSI_INQUIRY_DATA","features":[307,339]},{"name":"SCSI_IOCTL_DATA_BIDIRECTIONAL","features":[339]},{"name":"SCSI_IOCTL_DATA_IN","features":[339]},{"name":"SCSI_IOCTL_DATA_OUT","features":[339]},{"name":"SCSI_IOCTL_DATA_UNSPECIFIED","features":[339]},{"name":"SCSI_LUN_LIST","features":[339]},{"name":"SCSI_PASS_THROUGH","features":[339]},{"name":"SCSI_PASS_THROUGH32","features":[339]},{"name":"SCSI_PASS_THROUGH32_EX","features":[339]},{"name":"SCSI_PASS_THROUGH_DIRECT","features":[339]},{"name":"SCSI_PASS_THROUGH_DIRECT32","features":[339]},{"name":"SCSI_PASS_THROUGH_DIRECT32_EX","features":[339]},{"name":"SCSI_PASS_THROUGH_DIRECT_EX","features":[339]},{"name":"SCSI_PASS_THROUGH_EX","features":[339]},{"name":"SRB_IO_CONTROL","features":[339]},{"name":"STORAGE_DIAGNOSTIC_MP_REQUEST","features":[339]},{"name":"STORAGE_DIAGNOSTIC_STATUS_BUFFER_TOO_SMALL","features":[339]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_PARAMETER","features":[339]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_SIGNATURE","features":[339]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_TARGET_TYPE","features":[339]},{"name":"STORAGE_DIAGNOSTIC_STATUS_MORE_DATA","features":[339]},{"name":"STORAGE_DIAGNOSTIC_STATUS_SUCCESS","features":[339]},{"name":"STORAGE_DIAGNOSTIC_STATUS_UNSUPPORTED_VERSION","features":[339]},{"name":"STORAGE_ENDURANCE_DATA_DESCRIPTOR","features":[339]},{"name":"STORAGE_ENDURANCE_INFO","features":[339]},{"name":"STORAGE_FIRMWARE_ACTIVATE","features":[339]},{"name":"STORAGE_FIRMWARE_ACTIVATE_STRUCTURE_VERSION","features":[339]},{"name":"STORAGE_FIRMWARE_DOWNLOAD","features":[339]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_STRUCTURE_VERSION","features":[339]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_STRUCTURE_VERSION_V2","features":[339]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_V2","features":[339]},{"name":"STORAGE_FIRMWARE_INFO","features":[307,339]},{"name":"STORAGE_FIRMWARE_INFO_INVALID_SLOT","features":[339]},{"name":"STORAGE_FIRMWARE_INFO_STRUCTURE_VERSION","features":[339]},{"name":"STORAGE_FIRMWARE_INFO_STRUCTURE_VERSION_V2","features":[339]},{"name":"STORAGE_FIRMWARE_INFO_V2","features":[307,339]},{"name":"STORAGE_FIRMWARE_SLOT_INFO","features":[307,339]},{"name":"STORAGE_FIRMWARE_SLOT_INFO_V2","features":[307,339]},{"name":"STORAGE_FIRMWARE_SLOT_INFO_V2_REVISION_LENGTH","features":[339]},{"name":"ScsiRawInterfaceGuid","features":[339]},{"name":"SendScsiInquiry","features":[339]},{"name":"SendScsiReadCapacity","features":[339]},{"name":"SendScsiReportLuns","features":[339]},{"name":"SetIScsiGroupPresharedKey","features":[307,339]},{"name":"SetIScsiIKEInfoA","features":[307,339]},{"name":"SetIScsiIKEInfoW","features":[307,339]},{"name":"SetIScsiInitiatorCHAPSharedSecret","features":[339]},{"name":"SetIScsiInitiatorNodeNameA","features":[339]},{"name":"SetIScsiInitiatorNodeNameW","features":[339]},{"name":"SetIScsiInitiatorRADIUSSharedSecret","features":[339]},{"name":"SetIScsiTunnelModeOuterAddressA","features":[307,339]},{"name":"SetIScsiTunnelModeOuterAddressW","features":[307,339]},{"name":"SetupPersistentIScsiDevices","features":[339]},{"name":"SetupPersistentIScsiVolumes","features":[339]},{"name":"TARGETPROTOCOLTYPE","features":[339]},{"name":"TARGET_INFORMATION_CLASS","features":[339]},{"name":"TargetAlias","features":[339]},{"name":"TargetFlags","features":[339]},{"name":"WmiScsiAddressGuid","features":[339]},{"name":"_ADAPTER_OBJECT","features":[339]}],"518":[{"name":"JET_BASE_NAME_LENGTH","features":[513]},{"name":"JET_BKINFO","features":[513]},{"name":"JET_BKLOGTIME","features":[513]},{"name":"JET_CALLBACK","features":[513,514]},{"name":"JET_COLUMNBASE_A","features":[513]},{"name":"JET_COLUMNBASE_W","features":[513]},{"name":"JET_COLUMNCREATE_A","features":[513]},{"name":"JET_COLUMNCREATE_W","features":[513]},{"name":"JET_COLUMNDEF","features":[513]},{"name":"JET_COLUMNLIST","features":[513,514]},{"name":"JET_COMMIT_ID","features":[513]},{"name":"JET_COMMIT_ID","features":[513]},{"name":"JET_CONDITIONALCOLUMN_A","features":[513]},{"name":"JET_CONDITIONALCOLUMN_W","features":[513]},{"name":"JET_CONVERT_A","features":[513]},{"name":"JET_CONVERT_W","features":[513]},{"name":"JET_ColInfoGrbitMinimalInfo","features":[513]},{"name":"JET_ColInfoGrbitNonDerivedColumnsOnly","features":[513]},{"name":"JET_ColInfoGrbitSortByColumnid","features":[513]},{"name":"JET_DBINFOMISC","features":[513]},{"name":"JET_DBINFOMISC2","features":[513]},{"name":"JET_DBINFOMISC3","features":[513]},{"name":"JET_DBINFOMISC4","features":[513]},{"name":"JET_DBINFOUPGRADE","features":[513]},{"name":"JET_DbInfoCollate","features":[513]},{"name":"JET_DbInfoConnect","features":[513]},{"name":"JET_DbInfoCountry","features":[513]},{"name":"JET_DbInfoCp","features":[513]},{"name":"JET_DbInfoDBInUse","features":[513]},{"name":"JET_DbInfoFileType","features":[513]},{"name":"JET_DbInfoFilename","features":[513]},{"name":"JET_DbInfoFilesize","features":[513]},{"name":"JET_DbInfoFilesizeOnDisk","features":[513]},{"name":"JET_DbInfoIsam","features":[513]},{"name":"JET_DbInfoLCID","features":[513]},{"name":"JET_DbInfoLangid","features":[513]},{"name":"JET_DbInfoMisc","features":[513]},{"name":"JET_DbInfoOptions","features":[513]},{"name":"JET_DbInfoPageSize","features":[513]},{"name":"JET_DbInfoSpaceAvailable","features":[513]},{"name":"JET_DbInfoSpaceOwned","features":[513]},{"name":"JET_DbInfoTransactions","features":[513]},{"name":"JET_DbInfoUpgrade","features":[513]},{"name":"JET_DbInfoVersion","features":[513]},{"name":"JET_ENUMCOLUMN","features":[513]},{"name":"JET_ENUMCOLUMNID","features":[513]},{"name":"JET_ENUMCOLUMNVALUE","features":[513]},{"name":"JET_ERRCAT","features":[513]},{"name":"JET_ERRINFOBASIC_W","features":[513]},{"name":"JET_EventLoggingDisable","features":[513]},{"name":"JET_EventLoggingLevelHigh","features":[513]},{"name":"JET_EventLoggingLevelLow","features":[513]},{"name":"JET_EventLoggingLevelMax","features":[513]},{"name":"JET_EventLoggingLevelMedium","features":[513]},{"name":"JET_EventLoggingLevelMin","features":[513]},{"name":"JET_ExceptionFailFast","features":[513]},{"name":"JET_ExceptionMsgBox","features":[513]},{"name":"JET_ExceptionNone","features":[513]},{"name":"JET_INDEXCHECKING","features":[513]},{"name":"JET_INDEXCREATE2_A","features":[513]},{"name":"JET_INDEXCREATE2_W","features":[513]},{"name":"JET_INDEXCREATE3_A","features":[513]},{"name":"JET_INDEXCREATE3_W","features":[513]},{"name":"JET_INDEXCREATE_A","features":[513]},{"name":"JET_INDEXCREATE_W","features":[513]},{"name":"JET_INDEXID","features":[513]},{"name":"JET_INDEXID","features":[513]},{"name":"JET_INDEXLIST","features":[513,514]},{"name":"JET_INDEXRANGE","features":[513,514]},{"name":"JET_INDEX_COLUMN","features":[513]},{"name":"JET_INDEX_RANGE","features":[513]},{"name":"JET_INSTANCE","features":[513]},{"name":"JET_INSTANCE_INFO_A","features":[513,514]},{"name":"JET_INSTANCE_INFO_W","features":[513,514]},{"name":"JET_IOPriorityLow","features":[513]},{"name":"JET_IOPriorityNormal","features":[513]},{"name":"JET_IndexCheckingDeferToOpenTable","features":[513]},{"name":"JET_IndexCheckingMax","features":[513]},{"name":"JET_IndexCheckingOff","features":[513]},{"name":"JET_IndexCheckingOn","features":[513]},{"name":"JET_LGPOS","features":[513]},{"name":"JET_LOGINFO_A","features":[513]},{"name":"JET_LOGINFO_W","features":[513]},{"name":"JET_LOGTIME","features":[513]},{"name":"JET_LS","features":[513]},{"name":"JET_MAX_COMPUTERNAME_LENGTH","features":[513]},{"name":"JET_MoveFirst","features":[513]},{"name":"JET_MoveLast","features":[513]},{"name":"JET_MovePrevious","features":[513]},{"name":"JET_OBJECTINFO","features":[513]},{"name":"JET_OBJECTINFO","features":[513]},{"name":"JET_OBJECTLIST","features":[513,514]},{"name":"JET_OPENTEMPORARYTABLE","features":[513,514]},{"name":"JET_OPENTEMPORARYTABLE2","features":[513,514]},{"name":"JET_OPERATIONCONTEXT","features":[513]},{"name":"JET_OSSNAPID","features":[513]},{"name":"JET_OnlineDefragAll","features":[513]},{"name":"JET_OnlineDefragAllOBSOLETE","features":[513]},{"name":"JET_OnlineDefragDatabases","features":[513]},{"name":"JET_OnlineDefragDisable","features":[513]},{"name":"JET_OnlineDefragSpaceTrees","features":[513]},{"name":"JET_PFNDURABLECOMMITCALLBACK","features":[513]},{"name":"JET_PFNREALLOC","features":[513]},{"name":"JET_PFNSTATUS","features":[513]},{"name":"JET_RECORDLIST","features":[513,514]},{"name":"JET_RECPOS","features":[513]},{"name":"JET_RECPOS2","features":[513]},{"name":"JET_RECPOS2","features":[513]},{"name":"JET_RECSIZE","features":[513]},{"name":"JET_RECSIZE","features":[513]},{"name":"JET_RECSIZE2","features":[513]},{"name":"JET_RECSIZE2","features":[513]},{"name":"JET_RELOP","features":[513]},{"name":"JET_RETINFO","features":[513]},{"name":"JET_RETRIEVECOLUMN","features":[513]},{"name":"JET_RSTINFO_A","features":[513]},{"name":"JET_RSTINFO_W","features":[513]},{"name":"JET_RSTMAP_A","features":[513]},{"name":"JET_RSTMAP_W","features":[513]},{"name":"JET_SESID","features":[513]},{"name":"JET_SETCOLUMN","features":[513]},{"name":"JET_SETINFO","features":[513]},{"name":"JET_SETSYSPARAM_A","features":[513,514]},{"name":"JET_SETSYSPARAM_W","features":[513,514]},{"name":"JET_SIGNATURE","features":[513]},{"name":"JET_SNPROG","features":[513]},{"name":"JET_SPACEHINTS","features":[513]},{"name":"JET_TABLECREATE2_A","features":[513,514]},{"name":"JET_TABLECREATE2_W","features":[513,514]},{"name":"JET_TABLECREATE3_A","features":[513,514]},{"name":"JET_TABLECREATE3_W","features":[513,514]},{"name":"JET_TABLECREATE4_A","features":[513,514]},{"name":"JET_TABLECREATE4_W","features":[513,514]},{"name":"JET_TABLECREATE_A","features":[513,514]},{"name":"JET_TABLECREATE_W","features":[513,514]},{"name":"JET_THREADSTATS","features":[513]},{"name":"JET_THREADSTATS2","features":[513]},{"name":"JET_THREADSTATS2","features":[513]},{"name":"JET_TUPLELIMITS","features":[513]},{"name":"JET_UNICODEINDEX","features":[513]},{"name":"JET_UNICODEINDEX2","features":[513]},{"name":"JET_USERDEFINEDDEFAULT_A","features":[513]},{"name":"JET_USERDEFINEDDEFAULT_W","features":[513]},{"name":"JET_VERSION","features":[513]},{"name":"JET_bitAbortSnapshot","features":[513]},{"name":"JET_bitAllDatabasesSnapshot","features":[513]},{"name":"JET_bitBackupAtomic","features":[513]},{"name":"JET_bitBackupEndAbort","features":[513]},{"name":"JET_bitBackupEndNormal","features":[513]},{"name":"JET_bitBackupIncremental","features":[513]},{"name":"JET_bitBackupSnapshot","features":[513]},{"name":"JET_bitBackupTruncateDone","features":[513]},{"name":"JET_bitBookmarkPermitVirtualCurrency","features":[513]},{"name":"JET_bitCheckUniqueness","features":[513]},{"name":"JET_bitColumnAutoincrement","features":[513]},{"name":"JET_bitColumnCompressed","features":[513]},{"name":"JET_bitColumnDeleteOnZero","features":[513]},{"name":"JET_bitColumnEscrowUpdate","features":[513]},{"name":"JET_bitColumnFinalize","features":[513]},{"name":"JET_bitColumnFixed","features":[513]},{"name":"JET_bitColumnMaybeNull","features":[513]},{"name":"JET_bitColumnMultiValued","features":[513]},{"name":"JET_bitColumnNotNULL","features":[513]},{"name":"JET_bitColumnTTDescending","features":[513]},{"name":"JET_bitColumnTTKey","features":[513]},{"name":"JET_bitColumnTagged","features":[513]},{"name":"JET_bitColumnUnversioned","features":[513]},{"name":"JET_bitColumnUpdatable","features":[513]},{"name":"JET_bitColumnUserDefinedDefault","features":[513]},{"name":"JET_bitColumnVersion","features":[513]},{"name":"JET_bitCommitLazyFlush","features":[513]},{"name":"JET_bitCompactRepair","features":[513]},{"name":"JET_bitCompactStats","features":[513]},{"name":"JET_bitConfigStoreReadControlDefault","features":[513]},{"name":"JET_bitConfigStoreReadControlDisableAll","features":[513]},{"name":"JET_bitConfigStoreReadControlInhibitRead","features":[513]},{"name":"JET_bitContinueAfterThaw","features":[513]},{"name":"JET_bitCopySnapshot","features":[513]},{"name":"JET_bitCreateHintAppendSequential","features":[513]},{"name":"JET_bitCreateHintHotpointSequential","features":[513]},{"name":"JET_bitDbDeleteCorruptIndexes","features":[513]},{"name":"JET_bitDbDeleteUnicodeIndexes","features":[513]},{"name":"JET_bitDbEnableBackgroundMaintenance","features":[513]},{"name":"JET_bitDbExclusive","features":[513]},{"name":"JET_bitDbOverwriteExisting","features":[513]},{"name":"JET_bitDbPurgeCacheOnAttach","features":[513]},{"name":"JET_bitDbReadOnly","features":[513]},{"name":"JET_bitDbRecoveryOff","features":[513]},{"name":"JET_bitDbShadowingOff","features":[513]},{"name":"JET_bitDbUpgrade","features":[513]},{"name":"JET_bitDefragmentAvailSpaceTreesOnly","features":[513]},{"name":"JET_bitDefragmentBTree","features":[513]},{"name":"JET_bitDefragmentBatchStart","features":[513]},{"name":"JET_bitDefragmentBatchStop","features":[513]},{"name":"JET_bitDefragmentNoPartialMerges","features":[513]},{"name":"JET_bitDeleteColumnIgnoreTemplateColumns","features":[513]},{"name":"JET_bitDeleteHintTableSequential","features":[513]},{"name":"JET_bitDumpCacheIncludeCachedPages","features":[513]},{"name":"JET_bitDumpCacheIncludeCorruptedPages","features":[513]},{"name":"JET_bitDumpCacheIncludeDirtyPages","features":[513]},{"name":"JET_bitDumpCacheMaximum","features":[513]},{"name":"JET_bitDumpCacheMinimum","features":[513]},{"name":"JET_bitDumpCacheNoDecommit","features":[513]},{"name":"JET_bitDumpMaximum","features":[513]},{"name":"JET_bitDumpMinimum","features":[513]},{"name":"JET_bitDurableCommitCallbackLogUnavailable","features":[513]},{"name":"JET_bitESE98FileNames","features":[513]},{"name":"JET_bitEightDotThreeSoftCompat","features":[513]},{"name":"JET_bitEnumerateCompressOutput","features":[513]},{"name":"JET_bitEnumerateCopy","features":[513]},{"name":"JET_bitEnumerateIgnoreDefault","features":[513]},{"name":"JET_bitEnumerateIgnoreUserDefinedDefault","features":[513]},{"name":"JET_bitEnumerateInRecordOnly","features":[513]},{"name":"JET_bitEnumeratePresenceOnly","features":[513]},{"name":"JET_bitEnumerateTaggedOnly","features":[513]},{"name":"JET_bitEscrowNoRollback","features":[513]},{"name":"JET_bitExplicitPrepare","features":[513]},{"name":"JET_bitForceDetach","features":[513]},{"name":"JET_bitForceNewLog","features":[513]},{"name":"JET_bitFullColumnEndLimit","features":[513]},{"name":"JET_bitFullColumnStartLimit","features":[513]},{"name":"JET_bitHungIOEvent","features":[513]},{"name":"JET_bitIdleCompact","features":[513]},{"name":"JET_bitIdleFlushBuffers","features":[513]},{"name":"JET_bitIdleStatus","features":[513]},{"name":"JET_bitIncrementalSnapshot","features":[513]},{"name":"JET_bitIndexColumnMustBeNonNull","features":[513]},{"name":"JET_bitIndexColumnMustBeNull","features":[513]},{"name":"JET_bitIndexCrossProduct","features":[513]},{"name":"JET_bitIndexDisallowNull","features":[513]},{"name":"JET_bitIndexDisallowTruncation","features":[513]},{"name":"JET_bitIndexDotNetGuid","features":[513]},{"name":"JET_bitIndexEmpty","features":[513]},{"name":"JET_bitIndexIgnoreAnyNull","features":[513]},{"name":"JET_bitIndexIgnoreFirstNull","features":[513]},{"name":"JET_bitIndexIgnoreNull","features":[513]},{"name":"JET_bitIndexImmutableStructure","features":[513]},{"name":"JET_bitIndexKeyMost","features":[513]},{"name":"JET_bitIndexLazyFlush","features":[513]},{"name":"JET_bitIndexNestedTable","features":[513]},{"name":"JET_bitIndexPrimary","features":[513]},{"name":"JET_bitIndexSortNullsHigh","features":[513]},{"name":"JET_bitIndexTupleLimits","features":[513]},{"name":"JET_bitIndexTuples","features":[513]},{"name":"JET_bitIndexUnicode","features":[513]},{"name":"JET_bitIndexUnique","features":[513]},{"name":"JET_bitIndexUnversioned","features":[513]},{"name":"JET_bitKeepDbAttachedAtEndOfRecovery","features":[513]},{"name":"JET_bitKeyAscending","features":[513]},{"name":"JET_bitKeyDataZeroLength","features":[513]},{"name":"JET_bitKeyDescending","features":[513]},{"name":"JET_bitLSCursor","features":[513]},{"name":"JET_bitLSReset","features":[513]},{"name":"JET_bitLSTable","features":[513]},{"name":"JET_bitLogStreamMustExist","features":[513]},{"name":"JET_bitMoveFirst","features":[513]},{"name":"JET_bitMoveKeyNE","features":[513]},{"name":"JET_bitNewKey","features":[513]},{"name":"JET_bitNoMove","features":[513]},{"name":"JET_bitNormalizedKey","features":[513]},{"name":"JET_bitObjectSystem","features":[513]},{"name":"JET_bitObjectTableDerived","features":[513]},{"name":"JET_bitObjectTableFixedDDL","features":[513]},{"name":"JET_bitObjectTableNoFixedVarColumnsInDerivedTables","features":[513]},{"name":"JET_bitObjectTableTemplate","features":[513]},{"name":"JET_bitPartialColumnEndLimit","features":[513]},{"name":"JET_bitPartialColumnStartLimit","features":[513]},{"name":"JET_bitPrereadBackward","features":[513]},{"name":"JET_bitPrereadFirstPage","features":[513]},{"name":"JET_bitPrereadForward","features":[513]},{"name":"JET_bitPrereadNormalizedKey","features":[513]},{"name":"JET_bitRangeInclusive","features":[513]},{"name":"JET_bitRangeInstantDuration","features":[513]},{"name":"JET_bitRangeRemove","features":[513]},{"name":"JET_bitRangeUpperLimit","features":[513]},{"name":"JET_bitReadLock","features":[513]},{"name":"JET_bitRecordInIndex","features":[513]},{"name":"JET_bitRecordNotInIndex","features":[513]},{"name":"JET_bitRecordSizeInCopyBuffer","features":[513]},{"name":"JET_bitRecordSizeLocal","features":[513]},{"name":"JET_bitRecordSizeRunningTotal","features":[513]},{"name":"JET_bitRecoveryWithoutUndo","features":[513]},{"name":"JET_bitReplayIgnoreLostLogs","features":[513]},{"name":"JET_bitReplayIgnoreMissingDB","features":[513]},{"name":"JET_bitReplayMissingMapEntryDB","features":[513]},{"name":"JET_bitResizeDatabaseOnlyGrow","features":[513]},{"name":"JET_bitResizeDatabaseOnlyShrink","features":[513]},{"name":"JET_bitRetrieveCopy","features":[513]},{"name":"JET_bitRetrieveFromIndex","features":[513]},{"name":"JET_bitRetrieveFromPrimaryBookmark","features":[513]},{"name":"JET_bitRetrieveHintReserve1","features":[513]},{"name":"JET_bitRetrieveHintReserve2","features":[513]},{"name":"JET_bitRetrieveHintReserve3","features":[513]},{"name":"JET_bitRetrieveHintTableScanBackward","features":[513]},{"name":"JET_bitRetrieveHintTableScanForward","features":[513]},{"name":"JET_bitRetrieveIgnoreDefault","features":[513]},{"name":"JET_bitRetrieveNull","features":[513]},{"name":"JET_bitRetrieveTag","features":[513]},{"name":"JET_bitRetrieveTuple","features":[513]},{"name":"JET_bitRollbackAll","features":[513]},{"name":"JET_bitSeekEQ","features":[513]},{"name":"JET_bitSeekGE","features":[513]},{"name":"JET_bitSeekGT","features":[513]},{"name":"JET_bitSeekLE","features":[513]},{"name":"JET_bitSeekLT","features":[513]},{"name":"JET_bitSetAppendLV","features":[513]},{"name":"JET_bitSetCompressed","features":[513]},{"name":"JET_bitSetContiguousLV","features":[513]},{"name":"JET_bitSetIndexRange","features":[513]},{"name":"JET_bitSetIntrinsicLV","features":[513]},{"name":"JET_bitSetOverwriteLV","features":[513]},{"name":"JET_bitSetRevertToDefaultValue","features":[513]},{"name":"JET_bitSetSeparateLV","features":[513]},{"name":"JET_bitSetSizeLV","features":[513]},{"name":"JET_bitSetUncompressed","features":[513]},{"name":"JET_bitSetUniqueMultiValues","features":[513]},{"name":"JET_bitSetUniqueNormalizedMultiValues","features":[513]},{"name":"JET_bitSetZeroLength","features":[513]},{"name":"JET_bitShrinkDatabaseOff","features":[513]},{"name":"JET_bitShrinkDatabaseOn","features":[513]},{"name":"JET_bitShrinkDatabaseRealtime","features":[513]},{"name":"JET_bitShrinkDatabaseTrim","features":[513]},{"name":"JET_bitSpaceHintsUtilizeParentSpace","features":[513]},{"name":"JET_bitStopServiceAll","features":[513]},{"name":"JET_bitStopServiceBackgroundUserTasks","features":[513]},{"name":"JET_bitStopServiceQuiesceCaches","features":[513]},{"name":"JET_bitStopServiceResume","features":[513]},{"name":"JET_bitStrLimit","features":[513]},{"name":"JET_bitSubStrLimit","features":[513]},{"name":"JET_bitTTDotNetGuid","features":[513]},{"name":"JET_bitTTErrorOnDuplicateInsertion","features":[513]},{"name":"JET_bitTTForceMaterialization","features":[513]},{"name":"JET_bitTTForwardOnly","features":[513]},{"name":"JET_bitTTIndexed","features":[513]},{"name":"JET_bitTTIntrinsicLVsOnly","features":[513]},{"name":"JET_bitTTScrollable","features":[513]},{"name":"JET_bitTTSortNullsHigh","features":[513]},{"name":"JET_bitTTUnique","features":[513]},{"name":"JET_bitTTUpdatable","features":[513]},{"name":"JET_bitTableClass1","features":[513]},{"name":"JET_bitTableClass10","features":[513]},{"name":"JET_bitTableClass11","features":[513]},{"name":"JET_bitTableClass12","features":[513]},{"name":"JET_bitTableClass13","features":[513]},{"name":"JET_bitTableClass14","features":[513]},{"name":"JET_bitTableClass15","features":[513]},{"name":"JET_bitTableClass2","features":[513]},{"name":"JET_bitTableClass3","features":[513]},{"name":"JET_bitTableClass4","features":[513]},{"name":"JET_bitTableClass5","features":[513]},{"name":"JET_bitTableClass6","features":[513]},{"name":"JET_bitTableClass7","features":[513]},{"name":"JET_bitTableClass8","features":[513]},{"name":"JET_bitTableClass9","features":[513]},{"name":"JET_bitTableClassMask","features":[513]},{"name":"JET_bitTableClassNone","features":[513]},{"name":"JET_bitTableCreateFixedDDL","features":[513]},{"name":"JET_bitTableCreateImmutableStructure","features":[513]},{"name":"JET_bitTableCreateNoFixedVarColumnsInDerivedTables","features":[513]},{"name":"JET_bitTableCreateTemplateTable","features":[513]},{"name":"JET_bitTableDenyRead","features":[513]},{"name":"JET_bitTableDenyWrite","features":[513]},{"name":"JET_bitTableInfoBookmark","features":[513]},{"name":"JET_bitTableInfoRollback","features":[513]},{"name":"JET_bitTableInfoUpdatable","features":[513]},{"name":"JET_bitTableNoCache","features":[513]},{"name":"JET_bitTableOpportuneRead","features":[513]},{"name":"JET_bitTablePermitDDL","features":[513]},{"name":"JET_bitTablePreread","features":[513]},{"name":"JET_bitTableReadOnly","features":[513]},{"name":"JET_bitTableSequential","features":[513]},{"name":"JET_bitTableUpdatable","features":[513]},{"name":"JET_bitTermAbrupt","features":[513]},{"name":"JET_bitTermComplete","features":[513]},{"name":"JET_bitTermDirty","features":[513]},{"name":"JET_bitTermStopBackup","features":[513]},{"name":"JET_bitTransactionReadOnly","features":[513]},{"name":"JET_bitTruncateLogsAfterRecovery","features":[513]},{"name":"JET_bitUpdateCheckESE97Compatibility","features":[513]},{"name":"JET_bitWaitAllLevel0Commit","features":[513]},{"name":"JET_bitWaitLastLevel0Commit","features":[513]},{"name":"JET_bitWriteLock","features":[513]},{"name":"JET_bitZeroLength","features":[513]},{"name":"JET_cbBookmarkMost","features":[513]},{"name":"JET_cbColumnLVPageOverhead","features":[513]},{"name":"JET_cbColumnMost","features":[513]},{"name":"JET_cbFullNameMost","features":[513]},{"name":"JET_cbKeyMost","features":[513]},{"name":"JET_cbKeyMost2KBytePage","features":[513]},{"name":"JET_cbKeyMost4KBytePage","features":[513]},{"name":"JET_cbKeyMost8KBytePage","features":[513]},{"name":"JET_cbKeyMostMin","features":[513]},{"name":"JET_cbLVColumnMost","features":[513]},{"name":"JET_cbLVDefaultValueMost","features":[513]},{"name":"JET_cbLimitKeyMost","features":[513]},{"name":"JET_cbNameMost","features":[513]},{"name":"JET_cbPrimaryKeyMost","features":[513]},{"name":"JET_cbSecondaryKeyMost","features":[513]},{"name":"JET_cbtypAfterDelete","features":[513]},{"name":"JET_cbtypAfterInsert","features":[513]},{"name":"JET_cbtypAfterReplace","features":[513]},{"name":"JET_cbtypBeforeDelete","features":[513]},{"name":"JET_cbtypBeforeInsert","features":[513]},{"name":"JET_cbtypBeforeReplace","features":[513]},{"name":"JET_cbtypFinalize","features":[513]},{"name":"JET_cbtypFreeCursorLS","features":[513]},{"name":"JET_cbtypFreeTableLS","features":[513]},{"name":"JET_cbtypNull","features":[513]},{"name":"JET_cbtypOnlineDefragCompleted","features":[513]},{"name":"JET_cbtypUserDefinedDefaultValue","features":[513]},{"name":"JET_ccolFixedMost","features":[513]},{"name":"JET_ccolKeyMost","features":[513]},{"name":"JET_ccolMost","features":[513]},{"name":"JET_ccolTaggedMost","features":[513]},{"name":"JET_ccolVarMost","features":[513]},{"name":"JET_coltypBinary","features":[513]},{"name":"JET_coltypBit","features":[513]},{"name":"JET_coltypCurrency","features":[513]},{"name":"JET_coltypDateTime","features":[513]},{"name":"JET_coltypGUID","features":[513]},{"name":"JET_coltypIEEEDouble","features":[513]},{"name":"JET_coltypIEEESingle","features":[513]},{"name":"JET_coltypLong","features":[513]},{"name":"JET_coltypLongBinary","features":[513]},{"name":"JET_coltypLongLong","features":[513]},{"name":"JET_coltypLongText","features":[513]},{"name":"JET_coltypMax","features":[513]},{"name":"JET_coltypNil","features":[513]},{"name":"JET_coltypSLV","features":[513]},{"name":"JET_coltypShort","features":[513]},{"name":"JET_coltypText","features":[513]},{"name":"JET_coltypUnsignedByte","features":[513]},{"name":"JET_coltypUnsignedLong","features":[513]},{"name":"JET_coltypUnsignedLongLong","features":[513]},{"name":"JET_coltypUnsignedShort","features":[513]},{"name":"JET_configDefault","features":[513]},{"name":"JET_configDynamicMediumMemory","features":[513]},{"name":"JET_configHighConcurrencyScaling","features":[513]},{"name":"JET_configLowDiskFootprint","features":[513]},{"name":"JET_configLowMemory","features":[513]},{"name":"JET_configLowPower","features":[513]},{"name":"JET_configMediumDiskFootprint","features":[513]},{"name":"JET_configRemoveQuotas","features":[513]},{"name":"JET_configRunSilent","features":[513]},{"name":"JET_configSSDProfileIO","features":[513]},{"name":"JET_configUnthrottledMemory","features":[513]},{"name":"JET_dbstateBeingConverted","features":[513]},{"name":"JET_dbstateCleanShutdown","features":[513]},{"name":"JET_dbstateDirtyShutdown","features":[513]},{"name":"JET_dbstateForceDetach","features":[513]},{"name":"JET_dbstateJustCreated","features":[513]},{"name":"JET_errAccessDenied","features":[513]},{"name":"JET_errAfterInitialization","features":[513]},{"name":"JET_errAlreadyInitialized","features":[513]},{"name":"JET_errAlreadyPrepared","features":[513]},{"name":"JET_errAttachedDatabaseMismatch","features":[513]},{"name":"JET_errBackupAbortByServer","features":[513]},{"name":"JET_errBackupDirectoryNotEmpty","features":[513]},{"name":"JET_errBackupInProgress","features":[513]},{"name":"JET_errBackupNotAllowedYet","features":[513]},{"name":"JET_errBadBackupDatabaseSize","features":[513]},{"name":"JET_errBadBookmark","features":[513]},{"name":"JET_errBadCheckpointSignature","features":[513]},{"name":"JET_errBadColumnId","features":[513]},{"name":"JET_errBadDbSignature","features":[513]},{"name":"JET_errBadEmptyPage","features":[513]},{"name":"JET_errBadItagSequence","features":[513]},{"name":"JET_errBadLineCount","features":[513]},{"name":"JET_errBadLogSignature","features":[513]},{"name":"JET_errBadLogVersion","features":[513]},{"name":"JET_errBadPageLink","features":[513]},{"name":"JET_errBadParentPageLink","features":[513]},{"name":"JET_errBadPatchPage","features":[513]},{"name":"JET_errBadRestoreTargetInstance","features":[513]},{"name":"JET_errBufferTooSmall","features":[513]},{"name":"JET_errCallbackFailed","features":[513]},{"name":"JET_errCallbackNotResolved","features":[513]},{"name":"JET_errCannotAddFixedVarColumnToDerivedTable","features":[513]},{"name":"JET_errCannotBeTagged","features":[513]},{"name":"JET_errCannotDeleteSystemTable","features":[513]},{"name":"JET_errCannotDeleteTempTable","features":[513]},{"name":"JET_errCannotDeleteTemplateTable","features":[513]},{"name":"JET_errCannotDisableVersioning","features":[513]},{"name":"JET_errCannotIndex","features":[513]},{"name":"JET_errCannotIndexOnEncryptedColumn","features":[513]},{"name":"JET_errCannotLogDuringRecoveryRedo","features":[513]},{"name":"JET_errCannotMaterializeForwardOnlySort","features":[513]},{"name":"JET_errCannotNestDDL","features":[513]},{"name":"JET_errCannotSeparateIntrinsicLV","features":[513]},{"name":"JET_errCatalogCorrupted","features":[513]},{"name":"JET_errCheckpointCorrupt","features":[513]},{"name":"JET_errCheckpointDepthTooDeep","features":[513]},{"name":"JET_errCheckpointFileNotFound","features":[513]},{"name":"JET_errClientRequestToStopJetService","features":[513]},{"name":"JET_errColumnCannotBeCompressed","features":[513]},{"name":"JET_errColumnCannotBeEncrypted","features":[513]},{"name":"JET_errColumnDoesNotFit","features":[513]},{"name":"JET_errColumnDuplicate","features":[513]},{"name":"JET_errColumnInRelationship","features":[513]},{"name":"JET_errColumnInUse","features":[513]},{"name":"JET_errColumnIndexed","features":[513]},{"name":"JET_errColumnLong","features":[513]},{"name":"JET_errColumnNoChunk","features":[513]},{"name":"JET_errColumnNoEncryptionKey","features":[513]},{"name":"JET_errColumnNotFound","features":[513]},{"name":"JET_errColumnNotUpdatable","features":[513]},{"name":"JET_errColumnRedundant","features":[513]},{"name":"JET_errColumnTooBig","features":[513]},{"name":"JET_errCommittedLogFileCorrupt","features":[513]},{"name":"JET_errCommittedLogFilesMissing","features":[513]},{"name":"JET_errConsistentTimeMismatch","features":[513]},{"name":"JET_errContainerNotEmpty","features":[513]},{"name":"JET_errDDLNotInheritable","features":[513]},{"name":"JET_errDataHasChanged","features":[513]},{"name":"JET_errDatabase200Format","features":[513]},{"name":"JET_errDatabase400Format","features":[513]},{"name":"JET_errDatabase500Format","features":[513]},{"name":"JET_errDatabaseAlreadyRunningMaintenance","features":[513]},{"name":"JET_errDatabaseAlreadyUpgraded","features":[513]},{"name":"JET_errDatabaseAttachedForRecovery","features":[513]},{"name":"JET_errDatabaseBufferDependenciesCorrupted","features":[513]},{"name":"JET_errDatabaseCorrupted","features":[513]},{"name":"JET_errDatabaseCorruptedNoRepair","features":[513]},{"name":"JET_errDatabaseDirtyShutdown","features":[513]},{"name":"JET_errDatabaseDuplicate","features":[513]},{"name":"JET_errDatabaseFileReadOnly","features":[513]},{"name":"JET_errDatabaseIdInUse","features":[513]},{"name":"JET_errDatabaseInUse","features":[513]},{"name":"JET_errDatabaseIncompleteUpgrade","features":[513]},{"name":"JET_errDatabaseInconsistent","features":[513]},{"name":"JET_errDatabaseInvalidName","features":[513]},{"name":"JET_errDatabaseInvalidPages","features":[513]},{"name":"JET_errDatabaseInvalidPath","features":[513]},{"name":"JET_errDatabaseLeakInSpace","features":[513]},{"name":"JET_errDatabaseLocked","features":[513]},{"name":"JET_errDatabaseLogSetMismatch","features":[513]},{"name":"JET_errDatabaseNotFound","features":[513]},{"name":"JET_errDatabaseNotReady","features":[513]},{"name":"JET_errDatabasePatchFileMismatch","features":[513]},{"name":"JET_errDatabaseSharingViolation","features":[513]},{"name":"JET_errDatabaseSignInUse","features":[513]},{"name":"JET_errDatabaseStreamingFileMismatch","features":[513]},{"name":"JET_errDatabaseUnavailable","features":[513]},{"name":"JET_errDatabasesNotFromSameSnapshot","features":[513]},{"name":"JET_errDbTimeBeyondMaxRequired","features":[513]},{"name":"JET_errDbTimeCorrupted","features":[513]},{"name":"JET_errDbTimeTooNew","features":[513]},{"name":"JET_errDbTimeTooOld","features":[513]},{"name":"JET_errDecompressionFailed","features":[513]},{"name":"JET_errDecryptionFailed","features":[513]},{"name":"JET_errDefaultValueTooBig","features":[513]},{"name":"JET_errDeleteBackupFileFail","features":[513]},{"name":"JET_errDensityInvalid","features":[513]},{"name":"JET_errDerivedColumnCorruption","features":[513]},{"name":"JET_errDirtyShutdown","features":[513]},{"name":"JET_errDisabledFunctionality","features":[513]},{"name":"JET_errDiskFull","features":[513]},{"name":"JET_errDiskIO","features":[513]},{"name":"JET_errDiskReadVerificationFailure","features":[513]},{"name":"JET_errEncryptionBadItag","features":[513]},{"name":"JET_errEndingRestoreLogTooLow","features":[513]},{"name":"JET_errEngineFormatVersionNoLongerSupportedTooLow","features":[513]},{"name":"JET_errEngineFormatVersionNotYetImplementedTooHigh","features":[513]},{"name":"JET_errEngineFormatVersionParamTooLowForRequestedFeature","features":[513]},{"name":"JET_errEngineFormatVersionSpecifiedTooLowForDatabaseVersion","features":[513]},{"name":"JET_errEngineFormatVersionSpecifiedTooLowForLogVersion","features":[513]},{"name":"JET_errEntryPointNotFound","features":[513]},{"name":"JET_errExclusiveTableLockRequired","features":[513]},{"name":"JET_errExistingLogFileHasBadSignature","features":[513]},{"name":"JET_errExistingLogFileIsNotContiguous","features":[513]},{"name":"JET_errFeatureNotAvailable","features":[513]},{"name":"JET_errFileAccessDenied","features":[513]},{"name":"JET_errFileAlreadyExists","features":[513]},{"name":"JET_errFileClose","features":[513]},{"name":"JET_errFileCompressed","features":[513]},{"name":"JET_errFileIOAbort","features":[513]},{"name":"JET_errFileIOBeyondEOF","features":[513]},{"name":"JET_errFileIOFail","features":[513]},{"name":"JET_errFileIORetry","features":[513]},{"name":"JET_errFileIOSparse","features":[513]},{"name":"JET_errFileInvalidType","features":[513]},{"name":"JET_errFileNotFound","features":[513]},{"name":"JET_errFileSystemCorruption","features":[513]},{"name":"JET_errFilteredMoveNotSupported","features":[513]},{"name":"JET_errFixedDDL","features":[513]},{"name":"JET_errFixedInheritedDDL","features":[513]},{"name":"JET_errFlushMapDatabaseMismatch","features":[513]},{"name":"JET_errFlushMapUnrecoverable","features":[513]},{"name":"JET_errFlushMapVersionUnsupported","features":[513]},{"name":"JET_errForceDetachNotAllowed","features":[513]},{"name":"JET_errGivenLogFileHasBadSignature","features":[513]},{"name":"JET_errGivenLogFileIsNotContiguous","features":[513]},{"name":"JET_errIllegalOperation","features":[513]},{"name":"JET_errInTransaction","features":[513]},{"name":"JET_errIndexBuildCorrupted","features":[513]},{"name":"JET_errIndexCantBuild","features":[513]},{"name":"JET_errIndexDuplicate","features":[513]},{"name":"JET_errIndexHasPrimary","features":[513]},{"name":"JET_errIndexInUse","features":[513]},{"name":"JET_errIndexInvalidDef","features":[513]},{"name":"JET_errIndexMustStay","features":[513]},{"name":"JET_errIndexNotFound","features":[513]},{"name":"JET_errIndexTuplesCannotRetrieveFromIndex","features":[513]},{"name":"JET_errIndexTuplesInvalidLimits","features":[513]},{"name":"JET_errIndexTuplesKeyTooSmall","features":[513]},{"name":"JET_errIndexTuplesNonUniqueOnly","features":[513]},{"name":"JET_errIndexTuplesOneColumnOnly","features":[513]},{"name":"JET_errIndexTuplesSecondaryIndexOnly","features":[513]},{"name":"JET_errIndexTuplesTextBinaryColumnsOnly","features":[513]},{"name":"JET_errIndexTuplesTextColumnsOnly","features":[513]},{"name":"JET_errIndexTuplesTooManyColumns","features":[513]},{"name":"JET_errIndexTuplesVarSegMacNotAllowed","features":[513]},{"name":"JET_errInitInProgress","features":[513]},{"name":"JET_errInstanceNameInUse","features":[513]},{"name":"JET_errInstanceUnavailable","features":[513]},{"name":"JET_errInstanceUnavailableDueToFatalLogDiskFull","features":[513]},{"name":"JET_errInternalError","features":[513]},{"name":"JET_errInvalidBackup","features":[513]},{"name":"JET_errInvalidBackupSequence","features":[513]},{"name":"JET_errInvalidBookmark","features":[513]},{"name":"JET_errInvalidBufferSize","features":[513]},{"name":"JET_errInvalidCodePage","features":[513]},{"name":"JET_errInvalidColumnType","features":[513]},{"name":"JET_errInvalidCountry","features":[513]},{"name":"JET_errInvalidCreateDbVersion","features":[513]},{"name":"JET_errInvalidCreateIndex","features":[513]},{"name":"JET_errInvalidDatabase","features":[513]},{"name":"JET_errInvalidDatabaseId","features":[513]},{"name":"JET_errInvalidDatabaseVersion","features":[513]},{"name":"JET_errInvalidDbparamId","features":[513]},{"name":"JET_errInvalidFilename","features":[513]},{"name":"JET_errInvalidGrbit","features":[513]},{"name":"JET_errInvalidIndexId","features":[513]},{"name":"JET_errInvalidInstance","features":[513]},{"name":"JET_errInvalidLCMapStringFlags","features":[513]},{"name":"JET_errInvalidLVChunkSize","features":[513]},{"name":"JET_errInvalidLanguageId","features":[513]},{"name":"JET_errInvalidLogDirectory","features":[513]},{"name":"JET_errInvalidLogSequence","features":[513]},{"name":"JET_errInvalidLoggedOperation","features":[513]},{"name":"JET_errInvalidName","features":[513]},{"name":"JET_errInvalidObject","features":[513]},{"name":"JET_errInvalidOnSort","features":[513]},{"name":"JET_errInvalidOperation","features":[513]},{"name":"JET_errInvalidParameter","features":[513]},{"name":"JET_errInvalidPath","features":[513]},{"name":"JET_errInvalidPlaceholderColumn","features":[513]},{"name":"JET_errInvalidPreread","features":[513]},{"name":"JET_errInvalidSesid","features":[513]},{"name":"JET_errInvalidSesparamId","features":[513]},{"name":"JET_errInvalidSettings","features":[513]},{"name":"JET_errInvalidSystemPath","features":[513]},{"name":"JET_errInvalidTableId","features":[513]},{"name":"JET_errKeyBoundary","features":[513]},{"name":"JET_errKeyDuplicate","features":[513]},{"name":"JET_errKeyIsMade","features":[513]},{"name":"JET_errKeyNotMade","features":[513]},{"name":"JET_errKeyTooBig","features":[513]},{"name":"JET_errKeyTruncated","features":[513]},{"name":"JET_errLSAlreadySet","features":[513]},{"name":"JET_errLSCallbackNotSpecified","features":[513]},{"name":"JET_errLSNotSet","features":[513]},{"name":"JET_errLVCorrupted","features":[513]},{"name":"JET_errLanguageNotSupported","features":[513]},{"name":"JET_errLinkNotSupported","features":[513]},{"name":"JET_errLogBufferTooSmall","features":[513]},{"name":"JET_errLogCorruptDuringHardRecovery","features":[513]},{"name":"JET_errLogCorruptDuringHardRestore","features":[513]},{"name":"JET_errLogCorrupted","features":[513]},{"name":"JET_errLogDisabledDueToRecoveryFailure","features":[513]},{"name":"JET_errLogDiskFull","features":[513]},{"name":"JET_errLogFileCorrupt","features":[513]},{"name":"JET_errLogFileNotCopied","features":[513]},{"name":"JET_errLogFilePathInUse","features":[513]},{"name":"JET_errLogFileSizeMismatch","features":[513]},{"name":"JET_errLogFileSizeMismatchDatabasesConsistent","features":[513]},{"name":"JET_errLogGenerationMismatch","features":[513]},{"name":"JET_errLogReadVerifyFailure","features":[513]},{"name":"JET_errLogSectorSizeMismatch","features":[513]},{"name":"JET_errLogSectorSizeMismatchDatabasesConsistent","features":[513]},{"name":"JET_errLogSequenceChecksumMismatch","features":[513]},{"name":"JET_errLogSequenceEnd","features":[513]},{"name":"JET_errLogSequenceEndDatabasesConsistent","features":[513]},{"name":"JET_errLogTornWriteDuringHardRecovery","features":[513]},{"name":"JET_errLogTornWriteDuringHardRestore","features":[513]},{"name":"JET_errLogWriteFail","features":[513]},{"name":"JET_errLoggingDisabled","features":[513]},{"name":"JET_errMakeBackupDirectoryFail","features":[513]},{"name":"JET_errMissingCurrentLogFiles","features":[513]},{"name":"JET_errMissingFileToBackup","features":[513]},{"name":"JET_errMissingFullBackup","features":[513]},{"name":"JET_errMissingLogFile","features":[513]},{"name":"JET_errMissingPatchPage","features":[513]},{"name":"JET_errMissingPreviousLogFile","features":[513]},{"name":"JET_errMissingRestoreLogFiles","features":[513]},{"name":"JET_errMultiValuedColumnMustBeTagged","features":[513]},{"name":"JET_errMultiValuedDuplicate","features":[513]},{"name":"JET_errMultiValuedDuplicateAfterTruncation","features":[513]},{"name":"JET_errMultiValuedIndexViolation","features":[513]},{"name":"JET_errMustBeSeparateLongValue","features":[513]},{"name":"JET_errMustDisableLoggingForDbUpgrade","features":[513]},{"name":"JET_errMustRollback","features":[513]},{"name":"JET_errNTSystemCallFailed","features":[513]},{"name":"JET_errNoBackup","features":[513]},{"name":"JET_errNoBackupDirectory","features":[513]},{"name":"JET_errNoCurrentIndex","features":[513]},{"name":"JET_errNoCurrentRecord","features":[513]},{"name":"JET_errNodeCorrupted","features":[513]},{"name":"JET_errNotInTransaction","features":[513]},{"name":"JET_errNotInitialized","features":[513]},{"name":"JET_errNullInvalid","features":[513]},{"name":"JET_errNullKeyDisallowed","features":[513]},{"name":"JET_errOSSnapshotInvalidSequence","features":[513]},{"name":"JET_errOSSnapshotInvalidSnapId","features":[513]},{"name":"JET_errOSSnapshotNotAllowed","features":[513]},{"name":"JET_errOSSnapshotTimeOut","features":[513]},{"name":"JET_errObjectDuplicate","features":[513]},{"name":"JET_errObjectNotFound","features":[513]},{"name":"JET_errOneDatabasePerSession","features":[513]},{"name":"JET_errOutOfAutoincrementValues","features":[513]},{"name":"JET_errOutOfBuffers","features":[513]},{"name":"JET_errOutOfCursors","features":[513]},{"name":"JET_errOutOfDatabaseSpace","features":[513]},{"name":"JET_errOutOfDbtimeValues","features":[513]},{"name":"JET_errOutOfFileHandles","features":[513]},{"name":"JET_errOutOfLongValueIDs","features":[513]},{"name":"JET_errOutOfMemory","features":[513]},{"name":"JET_errOutOfObjectIDs","features":[513]},{"name":"JET_errOutOfSequentialIndexValues","features":[513]},{"name":"JET_errOutOfSessions","features":[513]},{"name":"JET_errOutOfThreads","features":[513]},{"name":"JET_errPageBoundary","features":[513]},{"name":"JET_errPageInitializedMismatch","features":[513]},{"name":"JET_errPageNotInitialized","features":[513]},{"name":"JET_errPageSizeMismatch","features":[513]},{"name":"JET_errPageTagCorrupted","features":[513]},{"name":"JET_errPartiallyAttachedDB","features":[513]},{"name":"JET_errPatchFileMissing","features":[513]},{"name":"JET_errPermissionDenied","features":[513]},{"name":"JET_errPreviousVersion","features":[513]},{"name":"JET_errPrimaryIndexCorrupted","features":[513]},{"name":"JET_errReadLostFlushVerifyFailure","features":[513]},{"name":"JET_errReadPgnoVerifyFailure","features":[513]},{"name":"JET_errReadVerifyFailure","features":[513]},{"name":"JET_errRecordDeleted","features":[513]},{"name":"JET_errRecordFormatConversionFailed","features":[513]},{"name":"JET_errRecordNoCopy","features":[513]},{"name":"JET_errRecordNotDeleted","features":[513]},{"name":"JET_errRecordNotFound","features":[513]},{"name":"JET_errRecordPrimaryChanged","features":[513]},{"name":"JET_errRecordTooBig","features":[513]},{"name":"JET_errRecordTooBigForBackwardCompatibility","features":[513]},{"name":"JET_errRecoveredWithErrors","features":[513]},{"name":"JET_errRecoveredWithoutUndo","features":[513]},{"name":"JET_errRecoveredWithoutUndoDatabasesConsistent","features":[513]},{"name":"JET_errRecoveryVerifyFailure","features":[513]},{"name":"JET_errRedoAbruptEnded","features":[513]},{"name":"JET_errRequiredLogFilesMissing","features":[513]},{"name":"JET_errRestoreInProgress","features":[513]},{"name":"JET_errRestoreOfNonBackupDatabase","features":[513]},{"name":"JET_errRfsFailure","features":[513]},{"name":"JET_errRfsNotArmed","features":[513]},{"name":"JET_errRollbackError","features":[513]},{"name":"JET_errRollbackRequired","features":[513]},{"name":"JET_errRunningInMultiInstanceMode","features":[513]},{"name":"JET_errRunningInOneInstanceMode","features":[513]},{"name":"JET_errSPAvailExtCacheOutOfMemory","features":[513]},{"name":"JET_errSPAvailExtCacheOutOfSync","features":[513]},{"name":"JET_errSPAvailExtCorrupted","features":[513]},{"name":"JET_errSPOwnExtCorrupted","features":[513]},{"name":"JET_errSecondaryIndexCorrupted","features":[513]},{"name":"JET_errSectorSizeNotSupported","features":[513]},{"name":"JET_errSeparatedLongValue","features":[513]},{"name":"JET_errSesidTableIdMismatch","features":[513]},{"name":"JET_errSessionContextAlreadySet","features":[513]},{"name":"JET_errSessionContextNotSetByThisThread","features":[513]},{"name":"JET_errSessionInUse","features":[513]},{"name":"JET_errSessionSharingViolation","features":[513]},{"name":"JET_errSessionWriteConflict","features":[513]},{"name":"JET_errSoftRecoveryOnBackupDatabase","features":[513]},{"name":"JET_errSoftRecoveryOnSnapshot","features":[513]},{"name":"JET_errSpaceHintsInvalid","features":[513]},{"name":"JET_errStartingRestoreLogTooHigh","features":[513]},{"name":"JET_errStreamingDataNotLogged","features":[513]},{"name":"JET_errSuccess","features":[513]},{"name":"JET_errSystemParameterConflict","features":[513]},{"name":"JET_errSystemParamsAlreadySet","features":[513]},{"name":"JET_errSystemPathInUse","features":[513]},{"name":"JET_errTableDuplicate","features":[513]},{"name":"JET_errTableInUse","features":[513]},{"name":"JET_errTableLocked","features":[513]},{"name":"JET_errTableNotEmpty","features":[513]},{"name":"JET_errTaggedNotNULL","features":[513]},{"name":"JET_errTaskDropped","features":[513]},{"name":"JET_errTempFileOpenError","features":[513]},{"name":"JET_errTempPathInUse","features":[513]},{"name":"JET_errTermInProgress","features":[513]},{"name":"JET_errTooManyActiveUsers","features":[513]},{"name":"JET_errTooManyAttachedDatabases","features":[513]},{"name":"JET_errTooManyColumns","features":[513]},{"name":"JET_errTooManyIO","features":[513]},{"name":"JET_errTooManyIndexes","features":[513]},{"name":"JET_errTooManyInstances","features":[513]},{"name":"JET_errTooManyKeys","features":[513]},{"name":"JET_errTooManyMempoolEntries","features":[513]},{"name":"JET_errTooManyOpenDatabases","features":[513]},{"name":"JET_errTooManyOpenIndexes","features":[513]},{"name":"JET_errTooManyOpenTables","features":[513]},{"name":"JET_errTooManyOpenTablesAndCleanupTimedOut","features":[513]},{"name":"JET_errTooManyRecords","features":[513]},{"name":"JET_errTooManySorts","features":[513]},{"name":"JET_errTooManySplits","features":[513]},{"name":"JET_errTransReadOnly","features":[513]},{"name":"JET_errTransTooDeep","features":[513]},{"name":"JET_errTransactionTooLong","features":[513]},{"name":"JET_errTransactionsNotReadyDuringRecovery","features":[513]},{"name":"JET_errUnicodeLanguageValidationFailure","features":[513]},{"name":"JET_errUnicodeNormalizationNotSupported","features":[513]},{"name":"JET_errUnicodeTranslationBufferTooSmall","features":[513]},{"name":"JET_errUnicodeTranslationFail","features":[513]},{"name":"JET_errUnloadableOSFunctionality","features":[513]},{"name":"JET_errUpdateMustVersion","features":[513]},{"name":"JET_errUpdateNotPrepared","features":[513]},{"name":"JET_errVersionStoreEntryTooBig","features":[513]},{"name":"JET_errVersionStoreOutOfMemory","features":[513]},{"name":"JET_errVersionStoreOutOfMemoryAndCleanupTimedOut","features":[513]},{"name":"JET_errWriteConflict","features":[513]},{"name":"JET_errWriteConflictPrimaryIndex","features":[513]},{"name":"JET_errcatApi","features":[513]},{"name":"JET_errcatCorruption","features":[513]},{"name":"JET_errcatData","features":[513]},{"name":"JET_errcatDisk","features":[513]},{"name":"JET_errcatError","features":[513]},{"name":"JET_errcatFatal","features":[513]},{"name":"JET_errcatFragmentation","features":[513]},{"name":"JET_errcatIO","features":[513]},{"name":"JET_errcatInconsistent","features":[513]},{"name":"JET_errcatMax","features":[513]},{"name":"JET_errcatMemory","features":[513]},{"name":"JET_errcatObsolete","features":[513]},{"name":"JET_errcatOperation","features":[513]},{"name":"JET_errcatQuota","features":[513]},{"name":"JET_errcatResource","features":[513]},{"name":"JET_errcatState","features":[513]},{"name":"JET_errcatUnknown","features":[513]},{"name":"JET_errcatUsage","features":[513]},{"name":"JET_filetypeCheckpoint","features":[513]},{"name":"JET_filetypeDatabase","features":[513]},{"name":"JET_filetypeFlushMap","features":[513]},{"name":"JET_filetypeLog","features":[513]},{"name":"JET_filetypeTempDatabase","features":[513]},{"name":"JET_filetypeUnknown","features":[513]},{"name":"JET_objtypNil","features":[513]},{"name":"JET_objtypTable","features":[513]},{"name":"JET_paramAccessDeniedRetryPeriod","features":[513]},{"name":"JET_paramAlternateDatabaseRecoveryPath","features":[513]},{"name":"JET_paramBaseName","features":[513]},{"name":"JET_paramBatchIOBufferMax","features":[513]},{"name":"JET_paramCachePriority","features":[513]},{"name":"JET_paramCacheSize","features":[513]},{"name":"JET_paramCacheSizeMax","features":[513]},{"name":"JET_paramCacheSizeMin","features":[513]},{"name":"JET_paramCachedClosedTables","features":[513]},{"name":"JET_paramCheckFormatWhenOpenFail","features":[513]},{"name":"JET_paramCheckpointDepthMax","features":[513]},{"name":"JET_paramCheckpointIOMax","features":[513]},{"name":"JET_paramCircularLog","features":[513]},{"name":"JET_paramCleanupMismatchedLogFiles","features":[513]},{"name":"JET_paramCommitDefault","features":[513]},{"name":"JET_paramConfigStoreSpec","features":[513]},{"name":"JET_paramConfiguration","features":[513]},{"name":"JET_paramCreatePathIfNotExist","features":[513]},{"name":"JET_paramDatabasePageSize","features":[513]},{"name":"JET_paramDbExtensionSize","features":[513]},{"name":"JET_paramDbScanIntervalMaxSec","features":[513]},{"name":"JET_paramDbScanIntervalMinSec","features":[513]},{"name":"JET_paramDbScanThrottle","features":[513]},{"name":"JET_paramDefragmentSequentialBTrees","features":[513]},{"name":"JET_paramDefragmentSequentialBTreesDensityCheckFrequency","features":[513]},{"name":"JET_paramDeleteOldLogs","features":[513]},{"name":"JET_paramDeleteOutOfRangeLogs","features":[513]},{"name":"JET_paramDisableCallbacks","features":[513]},{"name":"JET_paramDisablePerfmon","features":[513]},{"name":"JET_paramDurableCommitCallback","features":[513]},{"name":"JET_paramEnableAdvanced","features":[513]},{"name":"JET_paramEnableDBScanInRecovery","features":[513]},{"name":"JET_paramEnableDBScanSerialization","features":[513]},{"name":"JET_paramEnableFileCache","features":[513]},{"name":"JET_paramEnableIndexChecking","features":[513]},{"name":"JET_paramEnableIndexCleanup","features":[513]},{"name":"JET_paramEnableOnlineDefrag","features":[513]},{"name":"JET_paramEnablePersistedCallbacks","features":[513]},{"name":"JET_paramEnableRBS","features":[513]},{"name":"JET_paramEnableShrinkDatabase","features":[513]},{"name":"JET_paramEnableSqm","features":[513]},{"name":"JET_paramEnableTempTableVersioning","features":[513]},{"name":"JET_paramEnableViewCache","features":[513]},{"name":"JET_paramErrorToString","features":[513]},{"name":"JET_paramEventLogCache","features":[513]},{"name":"JET_paramEventLoggingLevel","features":[513]},{"name":"JET_paramEventSource","features":[513]},{"name":"JET_paramEventSourceKey","features":[513]},{"name":"JET_paramExceptionAction","features":[513]},{"name":"JET_paramGlobalMinVerPages","features":[513]},{"name":"JET_paramHungIOActions","features":[513]},{"name":"JET_paramHungIOThreshold","features":[513]},{"name":"JET_paramIOPriority","features":[513]},{"name":"JET_paramIOThrottlingTimeQuanta","features":[513]},{"name":"JET_paramIgnoreLogVersion","features":[513]},{"name":"JET_paramIndexTupleIncrement","features":[513]},{"name":"JET_paramIndexTupleStart","features":[513]},{"name":"JET_paramIndexTuplesLengthMax","features":[513]},{"name":"JET_paramIndexTuplesLengthMin","features":[513]},{"name":"JET_paramIndexTuplesToIndexMax","features":[513]},{"name":"JET_paramKeyMost","features":[513]},{"name":"JET_paramLRUKCorrInterval","features":[513]},{"name":"JET_paramLRUKHistoryMax","features":[513]},{"name":"JET_paramLRUKPolicy","features":[513]},{"name":"JET_paramLRUKTimeout","features":[513]},{"name":"JET_paramLRUKTrxCorrInterval","features":[513]},{"name":"JET_paramLVChunkSizeMost","features":[513]},{"name":"JET_paramLegacyFileNames","features":[513]},{"name":"JET_paramLogBuffers","features":[513]},{"name":"JET_paramLogCheckpointPeriod","features":[513]},{"name":"JET_paramLogFileCreateAsynch","features":[513]},{"name":"JET_paramLogFilePath","features":[513]},{"name":"JET_paramLogFileSize","features":[513]},{"name":"JET_paramLogWaitingUserMax","features":[513]},{"name":"JET_paramMaxCoalesceReadGapSize","features":[513]},{"name":"JET_paramMaxCoalesceReadSize","features":[513]},{"name":"JET_paramMaxCoalesceWriteGapSize","features":[513]},{"name":"JET_paramMaxCoalesceWriteSize","features":[513]},{"name":"JET_paramMaxColtyp","features":[513]},{"name":"JET_paramMaxCursors","features":[513]},{"name":"JET_paramMaxInstances","features":[513]},{"name":"JET_paramMaxOpenTables","features":[513]},{"name":"JET_paramMaxSessions","features":[513]},{"name":"JET_paramMaxTemporaryTables","features":[513]},{"name":"JET_paramMaxTransactionSize","features":[513]},{"name":"JET_paramMaxValueInvalid","features":[513]},{"name":"JET_paramMaxVerPages","features":[513]},{"name":"JET_paramMinDataForXpress","features":[513]},{"name":"JET_paramNoInformationEvent","features":[513]},{"name":"JET_paramOSSnapshotTimeout","features":[513]},{"name":"JET_paramOneDatabasePerSession","features":[513]},{"name":"JET_paramOutstandingIOMax","features":[513]},{"name":"JET_paramPageFragment","features":[513]},{"name":"JET_paramPageHintCacheSize","features":[513]},{"name":"JET_paramPageTempDBMin","features":[513]},{"name":"JET_paramPerfmonRefreshInterval","features":[513]},{"name":"JET_paramPreferredMaxOpenTables","features":[513]},{"name":"JET_paramPreferredVerPages","features":[513]},{"name":"JET_paramPrereadIOMax","features":[513]},{"name":"JET_paramProcessFriendlyName","features":[513]},{"name":"JET_paramRBSFilePath","features":[513]},{"name":"JET_paramRecordUpgradeDirtyLevel","features":[513]},{"name":"JET_paramRecovery","features":[513]},{"name":"JET_paramRuntimeCallback","features":[513]},{"name":"JET_paramStartFlushThreshold","features":[513]},{"name":"JET_paramStopFlushThreshold","features":[513]},{"name":"JET_paramSystemPath","features":[513]},{"name":"JET_paramTableClass10Name","features":[513]},{"name":"JET_paramTableClass11Name","features":[513]},{"name":"JET_paramTableClass12Name","features":[513]},{"name":"JET_paramTableClass13Name","features":[513]},{"name":"JET_paramTableClass14Name","features":[513]},{"name":"JET_paramTableClass15Name","features":[513]},{"name":"JET_paramTableClass1Name","features":[513]},{"name":"JET_paramTableClass2Name","features":[513]},{"name":"JET_paramTableClass3Name","features":[513]},{"name":"JET_paramTableClass4Name","features":[513]},{"name":"JET_paramTableClass5Name","features":[513]},{"name":"JET_paramTableClass6Name","features":[513]},{"name":"JET_paramTableClass7Name","features":[513]},{"name":"JET_paramTableClass8Name","features":[513]},{"name":"JET_paramTableClass9Name","features":[513]},{"name":"JET_paramTempPath","features":[513]},{"name":"JET_paramUnicodeIndexDefault","features":[513]},{"name":"JET_paramUseFlushForWriteDurability","features":[513]},{"name":"JET_paramVerPageSize","features":[513]},{"name":"JET_paramVersionStoreTaskQueueMax","features":[513]},{"name":"JET_paramWaitLogFlush","features":[513]},{"name":"JET_paramWaypointLatency","features":[513]},{"name":"JET_paramZeroDatabaseDuringBackup","features":[513]},{"name":"JET_prepCancel","features":[513]},{"name":"JET_prepInsert","features":[513]},{"name":"JET_prepInsertCopy","features":[513]},{"name":"JET_prepInsertCopyDeleteOriginal","features":[513]},{"name":"JET_prepInsertCopyReplaceOriginal","features":[513]},{"name":"JET_prepReplace","features":[513]},{"name":"JET_prepReplaceNoLock","features":[513]},{"name":"JET_relopBitmaskEqualsZero","features":[513]},{"name":"JET_relopBitmaskNotEqualsZero","features":[513]},{"name":"JET_relopEquals","features":[513]},{"name":"JET_relopGreaterThan","features":[513]},{"name":"JET_relopGreaterThanOrEqual","features":[513]},{"name":"JET_relopLessThan","features":[513]},{"name":"JET_relopLessThanOrEqual","features":[513]},{"name":"JET_relopNotEquals","features":[513]},{"name":"JET_relopPrefixEquals","features":[513]},{"name":"JET_sesparamCommitDefault","features":[513]},{"name":"JET_sesparamCorrelationID","features":[513]},{"name":"JET_sesparamMaxValueInvalid","features":[513]},{"name":"JET_sesparamOperationContext","features":[513]},{"name":"JET_sesparamTransactionLevel","features":[513]},{"name":"JET_snpBackup","features":[513]},{"name":"JET_snpCompact","features":[513]},{"name":"JET_snpRepair","features":[513]},{"name":"JET_snpRestore","features":[513]},{"name":"JET_snpScrub","features":[513]},{"name":"JET_snpUpgrade","features":[513]},{"name":"JET_snpUpgradeRecordFormat","features":[513]},{"name":"JET_sntBegin","features":[513]},{"name":"JET_sntComplete","features":[513]},{"name":"JET_sntFail","features":[513]},{"name":"JET_sntProgress","features":[513]},{"name":"JET_sntRequirements","features":[513]},{"name":"JET_sqmDisable","features":[513]},{"name":"JET_sqmEnable","features":[513]},{"name":"JET_sqmFromCEIP","features":[513]},{"name":"JET_wrnBufferTruncated","features":[513]},{"name":"JET_wrnCallbackNotRegistered","features":[513]},{"name":"JET_wrnColumnDefault","features":[513]},{"name":"JET_wrnColumnMaxTruncated","features":[513]},{"name":"JET_wrnColumnMoreTags","features":[513]},{"name":"JET_wrnColumnNotInRecord","features":[513]},{"name":"JET_wrnColumnNotLocal","features":[513]},{"name":"JET_wrnColumnNull","features":[513]},{"name":"JET_wrnColumnPresent","features":[513]},{"name":"JET_wrnColumnReference","features":[513]},{"name":"JET_wrnColumnSetNull","features":[513]},{"name":"JET_wrnColumnSingleValue","features":[513]},{"name":"JET_wrnColumnSkipped","features":[513]},{"name":"JET_wrnColumnTruncated","features":[513]},{"name":"JET_wrnCommittedLogFilesLost","features":[513]},{"name":"JET_wrnCommittedLogFilesRemoved","features":[513]},{"name":"JET_wrnCopyLongValue","features":[513]},{"name":"JET_wrnCorruptIndexDeleted","features":[513]},{"name":"JET_wrnDataHasChanged","features":[513]},{"name":"JET_wrnDatabaseAttached","features":[513]},{"name":"JET_wrnDatabaseRepaired","features":[513]},{"name":"JET_wrnDefragAlreadyRunning","features":[513]},{"name":"JET_wrnDefragNotRunning","features":[513]},{"name":"JET_wrnExistingLogFileHasBadSignature","features":[513]},{"name":"JET_wrnExistingLogFileIsNotContiguous","features":[513]},{"name":"JET_wrnFileOpenReadOnly","features":[513]},{"name":"JET_wrnFinishWithUndo","features":[513]},{"name":"JET_wrnIdleFull","features":[513]},{"name":"JET_wrnKeyChanged","features":[513]},{"name":"JET_wrnNoErrorInfo","features":[513]},{"name":"JET_wrnNoIdleActivity","features":[513]},{"name":"JET_wrnNoWriteLock","features":[513]},{"name":"JET_wrnNyi","features":[513]},{"name":"JET_wrnPrimaryIndexOutOfDate","features":[513]},{"name":"JET_wrnRemainingVersions","features":[513]},{"name":"JET_wrnSecondaryIndexOutOfDate","features":[513]},{"name":"JET_wrnSeekNotEqual","features":[513]},{"name":"JET_wrnSeparateLongValue","features":[513]},{"name":"JET_wrnShrinkNotPossible","features":[513]},{"name":"JET_wrnSkipThisRecord","features":[513]},{"name":"JET_wrnSortOverflow","features":[513]},{"name":"JET_wrnTableEmpty","features":[513]},{"name":"JET_wrnTableInUseBySystem","features":[513]},{"name":"JET_wrnTargetInstanceRunning","features":[513]},{"name":"JET_wrnUniqueKey","features":[513]},{"name":"JET_wszConfigStoreReadControl","features":[513]},{"name":"JET_wszConfigStoreRelPathSysParamDefault","features":[513]},{"name":"JET_wszConfigStoreRelPathSysParamOverride","features":[513]},{"name":"JetAddColumnA","features":[513,514]},{"name":"JetAddColumnW","features":[513,514]},{"name":"JetAttachDatabase2A","features":[513]},{"name":"JetAttachDatabase2W","features":[513]},{"name":"JetAttachDatabaseA","features":[513]},{"name":"JetAttachDatabaseW","features":[513]},{"name":"JetBackupA","features":[513]},{"name":"JetBackupInstanceA","features":[513]},{"name":"JetBackupInstanceW","features":[513]},{"name":"JetBackupW","features":[513]},{"name":"JetBeginExternalBackup","features":[513]},{"name":"JetBeginExternalBackupInstance","features":[513]},{"name":"JetBeginSessionA","features":[513]},{"name":"JetBeginSessionW","features":[513]},{"name":"JetBeginTransaction","features":[513]},{"name":"JetBeginTransaction2","features":[513]},{"name":"JetBeginTransaction3","features":[513]},{"name":"JetCloseDatabase","features":[513]},{"name":"JetCloseFile","features":[513,514]},{"name":"JetCloseFileInstance","features":[513,514]},{"name":"JetCloseTable","features":[513,514]},{"name":"JetCommitTransaction","features":[513]},{"name":"JetCommitTransaction2","features":[513]},{"name":"JetCompactA","features":[513]},{"name":"JetCompactW","features":[513]},{"name":"JetComputeStats","features":[513,514]},{"name":"JetConfigureProcessForCrashDump","features":[513]},{"name":"JetCreateDatabase2A","features":[513]},{"name":"JetCreateDatabase2W","features":[513]},{"name":"JetCreateDatabaseA","features":[513]},{"name":"JetCreateDatabaseW","features":[513]},{"name":"JetCreateIndex2A","features":[513,514]},{"name":"JetCreateIndex2W","features":[513,514]},{"name":"JetCreateIndex3A","features":[513,514]},{"name":"JetCreateIndex3W","features":[513,514]},{"name":"JetCreateIndex4A","features":[513,514]},{"name":"JetCreateIndex4W","features":[513,514]},{"name":"JetCreateIndexA","features":[513,514]},{"name":"JetCreateIndexW","features":[513,514]},{"name":"JetCreateInstance2A","features":[513]},{"name":"JetCreateInstance2W","features":[513]},{"name":"JetCreateInstanceA","features":[513]},{"name":"JetCreateInstanceW","features":[513]},{"name":"JetCreateTableA","features":[513,514]},{"name":"JetCreateTableColumnIndex2A","features":[513,514]},{"name":"JetCreateTableColumnIndex2W","features":[513,514]},{"name":"JetCreateTableColumnIndex3A","features":[513,514]},{"name":"JetCreateTableColumnIndex3W","features":[513,514]},{"name":"JetCreateTableColumnIndex4A","features":[513,514]},{"name":"JetCreateTableColumnIndex4W","features":[513,514]},{"name":"JetCreateTableColumnIndexA","features":[513,514]},{"name":"JetCreateTableColumnIndexW","features":[513,514]},{"name":"JetCreateTableW","features":[513,514]},{"name":"JetDefragment2A","features":[513,514]},{"name":"JetDefragment2W","features":[513,514]},{"name":"JetDefragment3A","features":[513,514]},{"name":"JetDefragment3W","features":[513,514]},{"name":"JetDefragmentA","features":[513]},{"name":"JetDefragmentW","features":[513]},{"name":"JetDelete","features":[513,514]},{"name":"JetDeleteColumn2A","features":[513,514]},{"name":"JetDeleteColumn2W","features":[513,514]},{"name":"JetDeleteColumnA","features":[513,514]},{"name":"JetDeleteColumnW","features":[513,514]},{"name":"JetDeleteIndexA","features":[513,514]},{"name":"JetDeleteIndexW","features":[513,514]},{"name":"JetDeleteTableA","features":[513]},{"name":"JetDeleteTableW","features":[513]},{"name":"JetDetachDatabase2A","features":[513]},{"name":"JetDetachDatabase2W","features":[513]},{"name":"JetDetachDatabaseA","features":[513]},{"name":"JetDetachDatabaseW","features":[513]},{"name":"JetDupCursor","features":[513,514]},{"name":"JetDupSession","features":[513]},{"name":"JetEnableMultiInstanceA","features":[513,514]},{"name":"JetEnableMultiInstanceW","features":[513,514]},{"name":"JetEndExternalBackup","features":[513]},{"name":"JetEndExternalBackupInstance","features":[513]},{"name":"JetEndExternalBackupInstance2","features":[513]},{"name":"JetEndSession","features":[513]},{"name":"JetEnumerateColumns","features":[513,514]},{"name":"JetEscrowUpdate","features":[513,514]},{"name":"JetExternalRestore2A","features":[513]},{"name":"JetExternalRestore2W","features":[513]},{"name":"JetExternalRestoreA","features":[513]},{"name":"JetExternalRestoreW","features":[513]},{"name":"JetFreeBuffer","features":[513]},{"name":"JetGetAttachInfoA","features":[513]},{"name":"JetGetAttachInfoInstanceA","features":[513]},{"name":"JetGetAttachInfoInstanceW","features":[513]},{"name":"JetGetAttachInfoW","features":[513]},{"name":"JetGetBookmark","features":[513,514]},{"name":"JetGetColumnInfoA","features":[513]},{"name":"JetGetColumnInfoW","features":[513]},{"name":"JetGetCurrentIndexA","features":[513,514]},{"name":"JetGetCurrentIndexW","features":[513,514]},{"name":"JetGetCursorInfo","features":[513,514]},{"name":"JetGetDatabaseFileInfoA","features":[513]},{"name":"JetGetDatabaseFileInfoW","features":[513]},{"name":"JetGetDatabaseInfoA","features":[513]},{"name":"JetGetDatabaseInfoW","features":[513]},{"name":"JetGetErrorInfoW","features":[513]},{"name":"JetGetIndexInfoA","features":[513]},{"name":"JetGetIndexInfoW","features":[513]},{"name":"JetGetInstanceInfoA","features":[513,514]},{"name":"JetGetInstanceInfoW","features":[513,514]},{"name":"JetGetInstanceMiscInfo","features":[513]},{"name":"JetGetLS","features":[513,514]},{"name":"JetGetLock","features":[513,514]},{"name":"JetGetLogInfoA","features":[513]},{"name":"JetGetLogInfoInstance2A","features":[513]},{"name":"JetGetLogInfoInstance2W","features":[513]},{"name":"JetGetLogInfoInstanceA","features":[513]},{"name":"JetGetLogInfoInstanceW","features":[513]},{"name":"JetGetLogInfoW","features":[513]},{"name":"JetGetObjectInfoA","features":[513]},{"name":"JetGetObjectInfoW","features":[513]},{"name":"JetGetRecordPosition","features":[513,514]},{"name":"JetGetRecordSize","features":[513,514]},{"name":"JetGetRecordSize2","features":[513,514]},{"name":"JetGetSecondaryIndexBookmark","features":[513,514]},{"name":"JetGetSessionParameter","features":[513]},{"name":"JetGetSystemParameterA","features":[513,514]},{"name":"JetGetSystemParameterW","features":[513,514]},{"name":"JetGetTableColumnInfoA","features":[513,514]},{"name":"JetGetTableColumnInfoW","features":[513,514]},{"name":"JetGetTableIndexInfoA","features":[513,514]},{"name":"JetGetTableIndexInfoW","features":[513,514]},{"name":"JetGetTableInfoA","features":[513,514]},{"name":"JetGetTableInfoW","features":[513,514]},{"name":"JetGetThreadStats","features":[513]},{"name":"JetGetTruncateLogInfoInstanceA","features":[513]},{"name":"JetGetTruncateLogInfoInstanceW","features":[513]},{"name":"JetGetVersion","features":[513]},{"name":"JetGotoBookmark","features":[513,514]},{"name":"JetGotoPosition","features":[513,514]},{"name":"JetGotoSecondaryIndexBookmark","features":[513,514]},{"name":"JetGrowDatabase","features":[513]},{"name":"JetIdle","features":[513]},{"name":"JetIndexRecordCount","features":[513,514]},{"name":"JetInit","features":[513]},{"name":"JetInit2","features":[513]},{"name":"JetInit3A","features":[513]},{"name":"JetInit3W","features":[513]},{"name":"JetIntersectIndexes","features":[513,514]},{"name":"JetMakeKey","features":[513,514]},{"name":"JetMove","features":[513,514]},{"name":"JetOSSnapshotAbort","features":[513]},{"name":"JetOSSnapshotEnd","features":[513]},{"name":"JetOSSnapshotFreezeA","features":[513,514]},{"name":"JetOSSnapshotFreezeW","features":[513,514]},{"name":"JetOSSnapshotGetFreezeInfoA","features":[513,514]},{"name":"JetOSSnapshotGetFreezeInfoW","features":[513,514]},{"name":"JetOSSnapshotPrepare","features":[513]},{"name":"JetOSSnapshotPrepareInstance","features":[513]},{"name":"JetOSSnapshotThaw","features":[513]},{"name":"JetOSSnapshotTruncateLog","features":[513]},{"name":"JetOSSnapshotTruncateLogInstance","features":[513]},{"name":"JetOpenDatabaseA","features":[513]},{"name":"JetOpenDatabaseW","features":[513]},{"name":"JetOpenFileA","features":[513,514]},{"name":"JetOpenFileInstanceA","features":[513,514]},{"name":"JetOpenFileInstanceW","features":[513,514]},{"name":"JetOpenFileW","features":[513,514]},{"name":"JetOpenTableA","features":[513,514]},{"name":"JetOpenTableW","features":[513,514]},{"name":"JetOpenTempTable","features":[513,514]},{"name":"JetOpenTempTable2","features":[513,514]},{"name":"JetOpenTempTable3","features":[513,514]},{"name":"JetOpenTemporaryTable","features":[513,514]},{"name":"JetOpenTemporaryTable2","features":[513,514]},{"name":"JetPrepareUpdate","features":[513,514]},{"name":"JetPrereadIndexRanges","features":[513,514]},{"name":"JetPrereadKeys","features":[513,514]},{"name":"JetReadFile","features":[513,514]},{"name":"JetReadFileInstance","features":[513,514]},{"name":"JetRegisterCallback","features":[513,514]},{"name":"JetRenameColumnA","features":[513,514]},{"name":"JetRenameColumnW","features":[513,514]},{"name":"JetRenameTableA","features":[513]},{"name":"JetRenameTableW","features":[513]},{"name":"JetResetSessionContext","features":[513]},{"name":"JetResetTableSequential","features":[513,514]},{"name":"JetResizeDatabase","features":[513]},{"name":"JetRestore2A","features":[513]},{"name":"JetRestore2W","features":[513]},{"name":"JetRestoreA","features":[513]},{"name":"JetRestoreInstanceA","features":[513]},{"name":"JetRestoreInstanceW","features":[513]},{"name":"JetRestoreW","features":[513]},{"name":"JetRetrieveColumn","features":[513,514]},{"name":"JetRetrieveColumns","features":[513,514]},{"name":"JetRetrieveKey","features":[513,514]},{"name":"JetRollback","features":[513]},{"name":"JetSeek","features":[513,514]},{"name":"JetSetColumn","features":[513,514]},{"name":"JetSetColumnDefaultValueA","features":[513]},{"name":"JetSetColumnDefaultValueW","features":[513]},{"name":"JetSetColumns","features":[513,514]},{"name":"JetSetCurrentIndex2A","features":[513,514]},{"name":"JetSetCurrentIndex2W","features":[513,514]},{"name":"JetSetCurrentIndex3A","features":[513,514]},{"name":"JetSetCurrentIndex3W","features":[513,514]},{"name":"JetSetCurrentIndex4A","features":[513,514]},{"name":"JetSetCurrentIndex4W","features":[513,514]},{"name":"JetSetCurrentIndexA","features":[513,514]},{"name":"JetSetCurrentIndexW","features":[513,514]},{"name":"JetSetCursorFilter","features":[513,514]},{"name":"JetSetDatabaseSizeA","features":[513]},{"name":"JetSetDatabaseSizeW","features":[513]},{"name":"JetSetIndexRange","features":[513,514]},{"name":"JetSetLS","features":[513,514]},{"name":"JetSetSessionContext","features":[513,514]},{"name":"JetSetSessionParameter","features":[513]},{"name":"JetSetSystemParameterA","features":[513,514]},{"name":"JetSetSystemParameterW","features":[513,514]},{"name":"JetSetTableSequential","features":[513,514]},{"name":"JetStopBackup","features":[513]},{"name":"JetStopBackupInstance","features":[513]},{"name":"JetStopService","features":[513]},{"name":"JetStopServiceInstance","features":[513]},{"name":"JetStopServiceInstance2","features":[513]},{"name":"JetTerm","features":[513]},{"name":"JetTerm2","features":[513]},{"name":"JetTruncateLog","features":[513]},{"name":"JetTruncateLogInstance","features":[513]},{"name":"JetUnregisterCallback","features":[513,514]},{"name":"JetUpdate","features":[513,514]},{"name":"JetUpdate2","features":[513,514]},{"name":"cColumnInfoCols","features":[513]},{"name":"cIndexInfoCols","features":[513]},{"name":"cObjectInfoCols","features":[513]},{"name":"wrnBTNotVisibleAccumulated","features":[513]},{"name":"wrnBTNotVisibleRejected","features":[513]}],"519":[{"name":"ACTIVE_LATENCY_CONFIGURATION","features":[515]},{"name":"BUCKET_COUNTER","features":[515]},{"name":"DEBUG_BIT_FIELD","features":[515]},{"name":"DSSD_POWER_STATE_DESCRIPTOR","features":[515]},{"name":"FIRMWARE_ACTIVATION_HISTORY_ENTRY","features":[515]},{"name":"FIRMWARE_ACTIVATION_HISTORY_ENTRY_VERSION_1","features":[515]},{"name":"GUID_MFND_CHILD_CONTROLLER_EVENT_LOG_PAGE","features":[515]},{"name":"GUID_MFND_CHILD_CONTROLLER_EVENT_LOG_PAGEGuid","features":[515]},{"name":"GUID_OCP_DEVICE_DEVICE_CAPABILITIES","features":[515]},{"name":"GUID_OCP_DEVICE_DEVICE_CAPABILITIESGuid","features":[515]},{"name":"GUID_OCP_DEVICE_ERROR_RECOVERY","features":[515]},{"name":"GUID_OCP_DEVICE_ERROR_RECOVERYGuid","features":[515]},{"name":"GUID_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY","features":[515]},{"name":"GUID_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORYGuid","features":[515]},{"name":"GUID_OCP_DEVICE_LATENCY_MONITOR","features":[515]},{"name":"GUID_OCP_DEVICE_LATENCY_MONITORGuid","features":[515]},{"name":"GUID_OCP_DEVICE_SMART_INFORMATION","features":[515]},{"name":"GUID_OCP_DEVICE_SMART_INFORMATIONGuid","features":[515]},{"name":"GUID_OCP_DEVICE_TCG_CONFIGURATION","features":[515]},{"name":"GUID_OCP_DEVICE_TCG_CONFIGURATIONGuid","features":[515]},{"name":"GUID_OCP_DEVICE_TCG_HISTORY","features":[515]},{"name":"GUID_OCP_DEVICE_TCG_HISTORYGuid","features":[515]},{"name":"GUID_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS","features":[515]},{"name":"GUID_OCP_DEVICE_UNSUPPORTED_REQUIREMENTSGuid","features":[515]},{"name":"GUID_WCS_DEVICE_ERROR_RECOVERY","features":[515]},{"name":"GUID_WCS_DEVICE_ERROR_RECOVERYGuid","features":[515]},{"name":"GUID_WCS_DEVICE_SMART_ATTRIBUTES","features":[515]},{"name":"GUID_WCS_DEVICE_SMART_ATTRIBUTESGuid","features":[515]},{"name":"LATENCY_MONITOR_FEATURE_STATUS","features":[515]},{"name":"LATENCY_STAMP","features":[515]},{"name":"LATENCY_STAMP_UNITS","features":[515]},{"name":"MEASURED_LATENCY","features":[515]},{"name":"NVME_ACCESS_FREQUENCIES","features":[515]},{"name":"NVME_ACCESS_FREQUENCY_FR_WRITE_FR_READ","features":[515]},{"name":"NVME_ACCESS_FREQUENCY_FR_WRITE_INFR_READ","features":[515]},{"name":"NVME_ACCESS_FREQUENCY_INFR_WRITE_FR_READ","features":[515]},{"name":"NVME_ACCESS_FREQUENCY_INFR_WRITE_INFR_READ","features":[515]},{"name":"NVME_ACCESS_FREQUENCY_NONE","features":[515]},{"name":"NVME_ACCESS_FREQUENCY_ONE_TIME_READ","features":[515]},{"name":"NVME_ACCESS_FREQUENCY_SPECULATIVE_READ","features":[515]},{"name":"NVME_ACCESS_FREQUENCY_TYPICAL","features":[515]},{"name":"NVME_ACCESS_FREQUENCY_WILL_BE_OVERWRITTEN","features":[515]},{"name":"NVME_ACCESS_LATENCIES","features":[515]},{"name":"NVME_ACCESS_LATENCY_IDLE","features":[515]},{"name":"NVME_ACCESS_LATENCY_LOW","features":[515]},{"name":"NVME_ACCESS_LATENCY_NONE","features":[515]},{"name":"NVME_ACCESS_LATENCY_NORMAL","features":[515]},{"name":"NVME_ACTIVE_NAMESPACE_ID_LIST","features":[515]},{"name":"NVME_ADMIN_COMMANDS","features":[515]},{"name":"NVME_ADMIN_COMMAND_ABORT","features":[515]},{"name":"NVME_ADMIN_COMMAND_ASYNC_EVENT_REQUEST","features":[515]},{"name":"NVME_ADMIN_COMMAND_CREATE_IO_CQ","features":[515]},{"name":"NVME_ADMIN_COMMAND_CREATE_IO_SQ","features":[515]},{"name":"NVME_ADMIN_COMMAND_DELETE_IO_CQ","features":[515]},{"name":"NVME_ADMIN_COMMAND_DELETE_IO_SQ","features":[515]},{"name":"NVME_ADMIN_COMMAND_DEVICE_SELF_TEST","features":[515]},{"name":"NVME_ADMIN_COMMAND_DIRECTIVE_RECEIVE","features":[515]},{"name":"NVME_ADMIN_COMMAND_DIRECTIVE_SEND","features":[515]},{"name":"NVME_ADMIN_COMMAND_DOORBELL_BUFFER_CONFIG","features":[515]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_ACTIVATE","features":[515]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_COMMIT","features":[515]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_IMAGE_DOWNLOAD","features":[515]},{"name":"NVME_ADMIN_COMMAND_FORMAT_NVM","features":[515]},{"name":"NVME_ADMIN_COMMAND_GET_FEATURES","features":[515]},{"name":"NVME_ADMIN_COMMAND_GET_LBA_STATUS","features":[515]},{"name":"NVME_ADMIN_COMMAND_GET_LOG_PAGE","features":[515]},{"name":"NVME_ADMIN_COMMAND_IDENTIFY","features":[515]},{"name":"NVME_ADMIN_COMMAND_NAMESPACE_ATTACHMENT","features":[515]},{"name":"NVME_ADMIN_COMMAND_NAMESPACE_MANAGEMENT","features":[515]},{"name":"NVME_ADMIN_COMMAND_NVME_MI_RECEIVE","features":[515]},{"name":"NVME_ADMIN_COMMAND_NVME_MI_SEND","features":[515]},{"name":"NVME_ADMIN_COMMAND_SANITIZE","features":[515]},{"name":"NVME_ADMIN_COMMAND_SECURITY_RECEIVE","features":[515]},{"name":"NVME_ADMIN_COMMAND_SECURITY_SEND","features":[515]},{"name":"NVME_ADMIN_COMMAND_SET_FEATURES","features":[515]},{"name":"NVME_ADMIN_COMMAND_VIRTUALIZATION_MANAGEMENT","features":[515]},{"name":"NVME_ADMIN_COMPLETION_QUEUE_BASE_ADDRESS","features":[515]},{"name":"NVME_ADMIN_QUEUE_ATTRIBUTES","features":[515]},{"name":"NVME_ADMIN_SUBMISSION_QUEUE_BASE_ADDRESS","features":[515]},{"name":"NVME_AMS_OPTION","features":[515]},{"name":"NVME_AMS_ROUND_ROBIN","features":[515]},{"name":"NVME_AMS_WEIGHTED_ROUND_ROBIN_URGENT","features":[515]},{"name":"NVME_ASYNC_ERROR_DIAG_FAILURE","features":[515]},{"name":"NVME_ASYNC_ERROR_FIRMWARE_IMAGE_LOAD_ERROR","features":[515]},{"name":"NVME_ASYNC_ERROR_INVALID_DOORBELL_WRITE_VALUE","features":[515]},{"name":"NVME_ASYNC_ERROR_INVALID_SUBMISSION_QUEUE","features":[515]},{"name":"NVME_ASYNC_ERROR_PERSISTENT_INTERNAL_DEVICE_ERROR","features":[515]},{"name":"NVME_ASYNC_ERROR_TRANSIENT_INTERNAL_DEVICE_ERROR","features":[515]},{"name":"NVME_ASYNC_EVENT_ERROR_STATUS_CODES","features":[515]},{"name":"NVME_ASYNC_EVENT_HEALTH_STATUS_CODES","features":[515]},{"name":"NVME_ASYNC_EVENT_IO_COMMAND_SET_STATUS_CODES","features":[515]},{"name":"NVME_ASYNC_EVENT_NOTICE_CODES","features":[515]},{"name":"NVME_ASYNC_EVENT_TYPES","features":[515]},{"name":"NVME_ASYNC_EVENT_TYPE_ERROR_STATUS","features":[515]},{"name":"NVME_ASYNC_EVENT_TYPE_HEALTH_STATUS","features":[515]},{"name":"NVME_ASYNC_EVENT_TYPE_IO_COMMAND_SET_STATUS","features":[515]},{"name":"NVME_ASYNC_EVENT_TYPE_NOTICE","features":[515]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC","features":[515]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_CODES","features":[515]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_DEVICE_PANIC","features":[515]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_RESERVED","features":[515]},{"name":"NVME_ASYNC_HEALTH_NVM_SUBSYSTEM_RELIABILITY","features":[515]},{"name":"NVME_ASYNC_HEALTH_SPARE_BELOW_THRESHOLD","features":[515]},{"name":"NVME_ASYNC_HEALTH_TEMPERATURE_THRESHOLD","features":[515]},{"name":"NVME_ASYNC_IO_CMD_SANITIZE_OPERATION_COMPLETED","features":[515]},{"name":"NVME_ASYNC_IO_CMD_SANITIZE_OPERATION_COMPLETED_WITH_UNEXPECTED_DEALLOCATION","features":[515]},{"name":"NVME_ASYNC_IO_CMD_SET_RESERVATION_LOG_PAGE_AVAILABLE","features":[515]},{"name":"NVME_ASYNC_NOTICE_ASYMMETRIC_ACCESS_CHANGE","features":[515]},{"name":"NVME_ASYNC_NOTICE_ENDURANCE_GROUP_EVENT_AGGREGATE_LOG_CHANGE","features":[515]},{"name":"NVME_ASYNC_NOTICE_FIRMWARE_ACTIVATION_STARTING","features":[515]},{"name":"NVME_ASYNC_NOTICE_LBA_STATUS_INFORMATION_ALERT","features":[515]},{"name":"NVME_ASYNC_NOTICE_NAMESPACE_ATTRIBUTE_CHANGED","features":[515]},{"name":"NVME_ASYNC_NOTICE_PREDICTABLE_LATENCY_EVENT_AGGREGATE_LOG_CHANGE","features":[515]},{"name":"NVME_ASYNC_NOTICE_TELEMETRY_LOG_CHANGED","features":[515]},{"name":"NVME_ASYNC_NOTICE_ZONE_DESCRIPTOR_CHANGED","features":[515]},{"name":"NVME_AUTO_POWER_STATE_TRANSITION_ENTRY","features":[515]},{"name":"NVME_CC_SHN_ABRUPT_SHUTDOWN","features":[515]},{"name":"NVME_CC_SHN_NORMAL_SHUTDOWN","features":[515]},{"name":"NVME_CC_SHN_NO_NOTIFICATION","features":[515]},{"name":"NVME_CC_SHN_SHUTDOWN_NOTIFICATIONS","features":[515]},{"name":"NVME_CDW0_FEATURE_ENABLE_IEEE1667_SILO","features":[515]},{"name":"NVME_CDW0_FEATURE_ERROR_INJECTION","features":[515]},{"name":"NVME_CDW0_FEATURE_READONLY_WRITETHROUGH_MODE","features":[515]},{"name":"NVME_CDW0_RESERVATION_PERSISTENCE","features":[515]},{"name":"NVME_CDW10_ABORT","features":[515]},{"name":"NVME_CDW10_CREATE_IO_QUEUE","features":[515]},{"name":"NVME_CDW10_DATASET_MANAGEMENT","features":[515]},{"name":"NVME_CDW10_DIRECTIVE_RECEIVE","features":[515]},{"name":"NVME_CDW10_DIRECTIVE_SEND","features":[515]},{"name":"NVME_CDW10_FIRMWARE_ACTIVATE","features":[515]},{"name":"NVME_CDW10_FIRMWARE_DOWNLOAD","features":[515]},{"name":"NVME_CDW10_FORMAT_NVM","features":[515]},{"name":"NVME_CDW10_GET_FEATURES","features":[515]},{"name":"NVME_CDW10_GET_LOG_PAGE","features":[515]},{"name":"NVME_CDW10_GET_LOG_PAGE_V13","features":[515]},{"name":"NVME_CDW10_IDENTIFY","features":[515]},{"name":"NVME_CDW10_RESERVATION_ACQUIRE","features":[515]},{"name":"NVME_CDW10_RESERVATION_REGISTER","features":[515]},{"name":"NVME_CDW10_RESERVATION_RELEASE","features":[515]},{"name":"NVME_CDW10_RESERVATION_REPORT","features":[515]},{"name":"NVME_CDW10_SANITIZE","features":[515]},{"name":"NVME_CDW10_SECURITY_SEND_RECEIVE","features":[515]},{"name":"NVME_CDW10_SET_FEATURES","features":[515]},{"name":"NVME_CDW10_ZONE_APPEND","features":[515]},{"name":"NVME_CDW10_ZONE_MANAGEMENT_RECEIVE","features":[515]},{"name":"NVME_CDW10_ZONE_MANAGEMENT_SEND","features":[515]},{"name":"NVME_CDW11_CREATE_IO_CQ","features":[515]},{"name":"NVME_CDW11_CREATE_IO_SQ","features":[515]},{"name":"NVME_CDW11_DATASET_MANAGEMENT","features":[515]},{"name":"NVME_CDW11_DIRECTIVE_RECEIVE","features":[515]},{"name":"NVME_CDW11_DIRECTIVE_SEND","features":[515]},{"name":"NVME_CDW11_FEATURES","features":[515]},{"name":"NVME_CDW11_FEATURE_ARBITRATION","features":[515]},{"name":"NVME_CDW11_FEATURE_ASYNC_EVENT_CONFIG","features":[515]},{"name":"NVME_CDW11_FEATURE_AUTO_POWER_STATE_TRANSITION","features":[515]},{"name":"NVME_CDW11_FEATURE_CLEAR_FW_UPDATE_HISTORY","features":[515]},{"name":"NVME_CDW11_FEATURE_CLEAR_PCIE_CORRECTABLE_ERROR_COUNTERS","features":[515]},{"name":"NVME_CDW11_FEATURE_ENABLE_IEEE1667_SILO","features":[515]},{"name":"NVME_CDW11_FEATURE_ERROR_RECOVERY","features":[515]},{"name":"NVME_CDW11_FEATURE_GET_HOST_METADATA","features":[515]},{"name":"NVME_CDW11_FEATURE_HOST_IDENTIFIER","features":[515]},{"name":"NVME_CDW11_FEATURE_HOST_MEMORY_BUFFER","features":[515]},{"name":"NVME_CDW11_FEATURE_INTERRUPT_COALESCING","features":[515]},{"name":"NVME_CDW11_FEATURE_INTERRUPT_VECTOR_CONFIG","features":[515]},{"name":"NVME_CDW11_FEATURE_IO_COMMAND_SET_PROFILE","features":[515]},{"name":"NVME_CDW11_FEATURE_LBA_RANGE_TYPE","features":[515]},{"name":"NVME_CDW11_FEATURE_NON_OPERATIONAL_POWER_STATE","features":[515]},{"name":"NVME_CDW11_FEATURE_NUMBER_OF_QUEUES","features":[515]},{"name":"NVME_CDW11_FEATURE_POWER_MANAGEMENT","features":[515]},{"name":"NVME_CDW11_FEATURE_READONLY_WRITETHROUGH_MODE","features":[515]},{"name":"NVME_CDW11_FEATURE_RESERVATION_NOTIFICATION_MASK","features":[515]},{"name":"NVME_CDW11_FEATURE_RESERVATION_PERSISTENCE","features":[515]},{"name":"NVME_CDW11_FEATURE_SET_HOST_METADATA","features":[515]},{"name":"NVME_CDW11_FEATURE_SUPPORTED_CAPABILITY","features":[515]},{"name":"NVME_CDW11_FEATURE_TEMPERATURE_THRESHOLD","features":[515]},{"name":"NVME_CDW11_FEATURE_VOLATILE_WRITE_CACHE","features":[515]},{"name":"NVME_CDW11_FEATURE_WRITE_ATOMICITY_NORMAL","features":[515]},{"name":"NVME_CDW11_FIRMWARE_DOWNLOAD","features":[515]},{"name":"NVME_CDW11_GET_LOG_PAGE","features":[515]},{"name":"NVME_CDW11_IDENTIFY","features":[515]},{"name":"NVME_CDW11_RESERVATION_REPORT","features":[515]},{"name":"NVME_CDW11_SANITIZE","features":[515]},{"name":"NVME_CDW11_SECURITY_RECEIVE","features":[515]},{"name":"NVME_CDW11_SECURITY_SEND","features":[515]},{"name":"NVME_CDW12_DIRECTIVE_RECEIVE","features":[515]},{"name":"NVME_CDW12_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES","features":[515]},{"name":"NVME_CDW12_DIRECTIVE_SEND","features":[515]},{"name":"NVME_CDW12_DIRECTIVE_SEND_IDENTIFY_ENABLE_DIRECTIVE","features":[515]},{"name":"NVME_CDW12_FEATURES","features":[515]},{"name":"NVME_CDW12_FEATURE_HOST_MEMORY_BUFFER","features":[515]},{"name":"NVME_CDW12_GET_LOG_PAGE","features":[515]},{"name":"NVME_CDW12_READ_WRITE","features":[515]},{"name":"NVME_CDW12_ZONE_APPEND","features":[515]},{"name":"NVME_CDW13_FEATURES","features":[515]},{"name":"NVME_CDW13_FEATURE_HOST_MEMORY_BUFFER","features":[515]},{"name":"NVME_CDW13_GET_LOG_PAGE","features":[515]},{"name":"NVME_CDW13_READ_WRITE","features":[515]},{"name":"NVME_CDW13_ZONE_MANAGEMENT_RECEIVE","features":[515]},{"name":"NVME_CDW13_ZONE_MANAGEMENT_SEND","features":[515]},{"name":"NVME_CDW14_FEATURES","features":[515]},{"name":"NVME_CDW14_FEATURE_HOST_MEMORY_BUFFER","features":[515]},{"name":"NVME_CDW14_GET_LOG_PAGE","features":[515]},{"name":"NVME_CDW15_FEATURES","features":[515]},{"name":"NVME_CDW15_FEATURE_HOST_MEMORY_BUFFER","features":[515]},{"name":"NVME_CDW15_READ_WRITE","features":[515]},{"name":"NVME_CDW15_ZONE_APPEND","features":[515]},{"name":"NVME_CHANGED_NAMESPACE_LIST_LOG","features":[515]},{"name":"NVME_CHANGED_ZONE_LIST_LOG","features":[515]},{"name":"NVME_CMBSZ_SIZE_UNITS","features":[515]},{"name":"NVME_CMBSZ_SIZE_UNITS_16MB","features":[515]},{"name":"NVME_CMBSZ_SIZE_UNITS_1MB","features":[515]},{"name":"NVME_CMBSZ_SIZE_UNITS_256MB","features":[515]},{"name":"NVME_CMBSZ_SIZE_UNITS_4GB","features":[515]},{"name":"NVME_CMBSZ_SIZE_UNITS_4KB","features":[515]},{"name":"NVME_CMBSZ_SIZE_UNITS_64GB","features":[515]},{"name":"NVME_CMBSZ_SIZE_UNITS_64KB","features":[515]},{"name":"NVME_COMMAND","features":[515]},{"name":"NVME_COMMAND_DWORD0","features":[515]},{"name":"NVME_COMMAND_EFFECTS_DATA","features":[515]},{"name":"NVME_COMMAND_EFFECTS_LOG","features":[515]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMITS","features":[515]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_NONE","features":[515]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_SINGLE_PER_CONTROLLER","features":[515]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_SINGLE_PER_NAMESPACE","features":[515]},{"name":"NVME_COMMAND_SET_IDENTIFIERS","features":[515]},{"name":"NVME_COMMAND_SET_KEY_VALUE","features":[515]},{"name":"NVME_COMMAND_SET_NVM","features":[515]},{"name":"NVME_COMMAND_SET_ZONED_NAMESPACE","features":[515]},{"name":"NVME_COMMAND_STATUS","features":[515]},{"name":"NVME_COMPLETION_DW0_ASYNC_EVENT_REQUEST","features":[515]},{"name":"NVME_COMPLETION_DW0_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES","features":[515]},{"name":"NVME_COMPLETION_ENTRY","features":[515]},{"name":"NVME_COMPLETION_QUEUE_HEAD_DOORBELL","features":[515]},{"name":"NVME_CONTEXT_ATTRIBUTES","features":[515]},{"name":"NVME_CONTROLLER_CAPABILITIES","features":[515]},{"name":"NVME_CONTROLLER_CONFIGURATION","features":[515]},{"name":"NVME_CONTROLLER_LIST","features":[515]},{"name":"NVME_CONTROLLER_MEMORY_BUFFER_LOCATION","features":[515]},{"name":"NVME_CONTROLLER_MEMORY_BUFFER_SIZE","features":[515]},{"name":"NVME_CONTROLLER_METADATA_CHIPSET_DRIVER_NAME","features":[515]},{"name":"NVME_CONTROLLER_METADATA_CHIPSET_DRIVER_VERSION","features":[515]},{"name":"NVME_CONTROLLER_METADATA_DISPLAY_DRIVER_NAME","features":[515]},{"name":"NVME_CONTROLLER_METADATA_DISPLAY_DRIVER_VERSION","features":[515]},{"name":"NVME_CONTROLLER_METADATA_ELEMENT_TYPES","features":[515]},{"name":"NVME_CONTROLLER_METADATA_FIRMWARE_VERSION","features":[515]},{"name":"NVME_CONTROLLER_METADATA_HOST_DETERMINED_FAILURE_RECORD","features":[515]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_CONTROLLER_NAME","features":[515]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_FILENAME","features":[515]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_NAME","features":[515]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_VERSION","features":[515]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_NAME_AND_BUILD","features":[515]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_CONTROLLER_NAME","features":[515]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_DRIVER_NAME","features":[515]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_DRIVER_VERSION","features":[515]},{"name":"NVME_CONTROLLER_METADATA_SYSTEM_PROCESSOR_MODEL","features":[515]},{"name":"NVME_CONTROLLER_METADATA_SYSTEM_PRODUCT_NAME","features":[515]},{"name":"NVME_CONTROLLER_REGISTERS","features":[515]},{"name":"NVME_CONTROLLER_STATUS","features":[515]},{"name":"NVME_CSS_ADMIN_COMMAND_SET_ONLY","features":[515]},{"name":"NVME_CSS_ALL_SUPPORTED_IO_COMMAND_SET","features":[515]},{"name":"NVME_CSS_COMMAND_SETS","features":[515]},{"name":"NVME_CSS_NVM_COMMAND_SET","features":[515]},{"name":"NVME_CSTS_SHST_NO_SHUTDOWN","features":[515]},{"name":"NVME_CSTS_SHST_SHUTDOWN_COMPLETED","features":[515]},{"name":"NVME_CSTS_SHST_SHUTDOWN_IN_PROCESS","features":[515]},{"name":"NVME_CSTS_SHST_SHUTDOWN_STATUS","features":[515]},{"name":"NVME_DEVICE_SELF_TEST_LOG","features":[515]},{"name":"NVME_DEVICE_SELF_TEST_RESULT_DATA","features":[515]},{"name":"NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS","features":[515]},{"name":"NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR","features":[515]},{"name":"NVME_DIRECTIVE_RECEIVE_IDENTIFY_OPERATIONS","features":[515]},{"name":"NVME_DIRECTIVE_RECEIVE_IDENTIFY_OPERATION_RETURN_PARAMETERS","features":[515]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATIONS","features":[515]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_ALLOCATE_RESOURCES","features":[515]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_GET_STATUS","features":[515]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_RETURN_PARAMETERS","features":[515]},{"name":"NVME_DIRECTIVE_SEND_IDENTIFY_OPERATIONS","features":[515]},{"name":"NVME_DIRECTIVE_SEND_IDENTIFY_OPERATION_ENABLE_DIRECTIVE","features":[515]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATIONS","features":[515]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_IDENTIFIER","features":[515]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_RESOURCES","features":[515]},{"name":"NVME_DIRECTIVE_STREAMS_GET_STATUS_DATA","features":[515]},{"name":"NVME_DIRECTIVE_STREAMS_RETURN_PARAMETERS","features":[515]},{"name":"NVME_DIRECTIVE_TYPES","features":[515]},{"name":"NVME_DIRECTIVE_TYPE_IDENTIFY","features":[515]},{"name":"NVME_DIRECTIVE_TYPE_STREAMS","features":[515]},{"name":"NVME_ENDURANCE_GROUP_LOG","features":[515]},{"name":"NVME_ERROR_INFO_LOG","features":[515]},{"name":"NVME_ERROR_INJECTION_ENTRY","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPES","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_CPU_CONTROLLER_HANG","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_DRAM_CORRUPTION_CRITICAL","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_DRAM_CORRUPTION_NONCRITICAL","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_HW_MALFUNCTION","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_LOGICAL_FW_ERROR","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_NAND_CORRUPTION","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_NAND_HANG","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_PLP_DEFECT","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_SRAM_CORRUPTION","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_MAX","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_RESERVED0","features":[515]},{"name":"NVME_ERROR_INJECTION_TYPE_RESERVED1","features":[515]},{"name":"NVME_EXTENDED_HOST_IDENTIFIER_SIZE","features":[515]},{"name":"NVME_EXTENDED_REPORT_ZONE_INFO","features":[515]},{"name":"NVME_FEATURES","features":[515]},{"name":"NVME_FEATURE_ARBITRATION","features":[515]},{"name":"NVME_FEATURE_ASYNC_EVENT_CONFIG","features":[515]},{"name":"NVME_FEATURE_AUTONOMOUS_POWER_STATE_TRANSITION","features":[515]},{"name":"NVME_FEATURE_CLEAR_FW_UPDATE_HISTORY","features":[515]},{"name":"NVME_FEATURE_CLEAR_PCIE_CORRECTABLE_ERROR_COUNTERS","features":[515]},{"name":"NVME_FEATURE_CONTROLLER_METADATA","features":[515]},{"name":"NVME_FEATURE_ENABLE_IEEE1667_SILO","features":[515]},{"name":"NVME_FEATURE_ENDURANCE_GROUP_EVENT_CONFIG","features":[515]},{"name":"NVME_FEATURE_ENHANCED_CONTROLLER_METADATA","features":[515]},{"name":"NVME_FEATURE_ERROR_INJECTION","features":[515]},{"name":"NVME_FEATURE_ERROR_RECOVERY","features":[515]},{"name":"NVME_FEATURE_HOST_BEHAVIOR_SUPPORT","features":[515]},{"name":"NVME_FEATURE_HOST_CONTROLLED_THERMAL_MANAGEMENT","features":[515]},{"name":"NVME_FEATURE_HOST_IDENTIFIER_DATA","features":[515]},{"name":"NVME_FEATURE_HOST_MEMORY_BUFFER","features":[515]},{"name":"NVME_FEATURE_HOST_METADATA_DATA","features":[515]},{"name":"NVME_FEATURE_INTERRUPT_COALESCING","features":[515]},{"name":"NVME_FEATURE_INTERRUPT_VECTOR_CONFIG","features":[515]},{"name":"NVME_FEATURE_IO_COMMAND_SET_PROFILE","features":[515]},{"name":"NVME_FEATURE_KEEP_ALIVE","features":[515]},{"name":"NVME_FEATURE_LBA_RANGE_TYPE","features":[515]},{"name":"NVME_FEATURE_LBA_STATUS_INFORMATION_REPORT_INTERVAL","features":[515]},{"name":"NVME_FEATURE_NAMESPACE_METADATA","features":[515]},{"name":"NVME_FEATURE_NONOPERATIONAL_POWER_STATE","features":[515]},{"name":"NVME_FEATURE_NUMBER_OF_QUEUES","features":[515]},{"name":"NVME_FEATURE_NVM_HOST_IDENTIFIER","features":[515]},{"name":"NVME_FEATURE_NVM_NAMESPACE_WRITE_PROTECTION_CONFIG","features":[515]},{"name":"NVME_FEATURE_NVM_RESERVATION_NOTIFICATION_MASK","features":[515]},{"name":"NVME_FEATURE_NVM_RESERVATION_PERSISTANCE","features":[515]},{"name":"NVME_FEATURE_NVM_SOFTWARE_PROGRESS_MARKER","features":[515]},{"name":"NVME_FEATURE_PLP_HEALTH_MONITOR","features":[515]},{"name":"NVME_FEATURE_POWER_MANAGEMENT","features":[515]},{"name":"NVME_FEATURE_PREDICTABLE_LATENCY_MODE_CONFIG","features":[515]},{"name":"NVME_FEATURE_PREDICTABLE_LATENCY_MODE_WINDOW","features":[515]},{"name":"NVME_FEATURE_READONLY_WRITETHROUGH_MODE","features":[515]},{"name":"NVME_FEATURE_READ_RECOVERY_LEVEL_CONFIG","features":[515]},{"name":"NVME_FEATURE_SANITIZE_CONFIG","features":[515]},{"name":"NVME_FEATURE_TEMPERATURE_THRESHOLD","features":[515]},{"name":"NVME_FEATURE_TIMESTAMP","features":[515]},{"name":"NVME_FEATURE_VALUE_CODES","features":[515]},{"name":"NVME_FEATURE_VALUE_CURRENT","features":[515]},{"name":"NVME_FEATURE_VALUE_DEFAULT","features":[515]},{"name":"NVME_FEATURE_VALUE_SAVED","features":[515]},{"name":"NVME_FEATURE_VALUE_SUPPORTED_CAPABILITIES","features":[515]},{"name":"NVME_FEATURE_VOLATILE_WRITE_CACHE","features":[515]},{"name":"NVME_FEATURE_WRITE_ATOMICITY","features":[515]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTIONS","features":[515]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_ACTIVATE","features":[515]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT","features":[515]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT_AND_ACTIVATE","features":[515]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT_AND_ACTIVATE_IMMEDIATE","features":[515]},{"name":"NVME_FIRMWARE_SLOT_INFO_LOG","features":[515]},{"name":"NVME_FUSED_OPERATION_CODES","features":[515]},{"name":"NVME_FUSED_OPERATION_FIRST_CMD","features":[515]},{"name":"NVME_FUSED_OPERATION_NORMAL","features":[515]},{"name":"NVME_FUSED_OPERATION_SECOND_CMD","features":[515]},{"name":"NVME_HEALTH_INFO_LOG","features":[515]},{"name":"NVME_HOST_IDENTIFIER_SIZE","features":[515]},{"name":"NVME_HOST_MEMORY_BUFFER_DESCRIPTOR_ENTRY","features":[515]},{"name":"NVME_HOST_METADATA_ADD_ENTRY_MULTIPLE","features":[515]},{"name":"NVME_HOST_METADATA_ADD_REPLACE_ENTRY","features":[515]},{"name":"NVME_HOST_METADATA_DELETE_ENTRY_MULTIPLE","features":[515]},{"name":"NVME_HOST_METADATA_ELEMENT_ACTIONS","features":[515]},{"name":"NVME_HOST_METADATA_ELEMENT_DESCRIPTOR","features":[515]},{"name":"NVME_IDENTIFIER_TYPE","features":[515]},{"name":"NVME_IDENTIFIER_TYPE_CSI","features":[515]},{"name":"NVME_IDENTIFIER_TYPE_CSI_LENGTH","features":[515]},{"name":"NVME_IDENTIFIER_TYPE_EUI64","features":[515]},{"name":"NVME_IDENTIFIER_TYPE_EUI64_LENGTH","features":[515]},{"name":"NVME_IDENTIFIER_TYPE_LENGTH","features":[515]},{"name":"NVME_IDENTIFIER_TYPE_NGUID","features":[515]},{"name":"NVME_IDENTIFIER_TYPE_NGUID_LENGTH","features":[515]},{"name":"NVME_IDENTIFIER_TYPE_UUID","features":[515]},{"name":"NVME_IDENTIFIER_TYPE_UUID_LENGTH","features":[515]},{"name":"NVME_IDENTIFY_CNS_ACTIVE_NAMESPACES","features":[515]},{"name":"NVME_IDENTIFY_CNS_ACTIVE_NAMESPACE_LIST_IO_COMMAND_SET","features":[515]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE","features":[515]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE_IO_COMMAND_SET","features":[515]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE_LIST","features":[515]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMSPACE_LIST_IO_COMMAND_SET","features":[515]},{"name":"NVME_IDENTIFY_CNS_CODES","features":[515]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER","features":[515]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER_LIST_OF_NSID","features":[515]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER_LIST_OF_NVM_SUBSYSTEM","features":[515]},{"name":"NVME_IDENTIFY_CNS_DESCRIPTOR_NAMESPACE","features":[515]},{"name":"NVME_IDENTIFY_CNS_DESCRIPTOR_NAMESPACE_SIZE","features":[515]},{"name":"NVME_IDENTIFY_CNS_DOMAIN_LIST","features":[515]},{"name":"NVME_IDENTIFY_CNS_ENDURANCE_GROUP_LIST","features":[515]},{"name":"NVME_IDENTIFY_CNS_IO_COMMAND_SET","features":[515]},{"name":"NVME_IDENTIFY_CNS_NAMESPACE_GRANULARITY_LIST","features":[515]},{"name":"NVME_IDENTIFY_CNS_NVM_SET","features":[515]},{"name":"NVME_IDENTIFY_CNS_PRIMARY_CONTROLLER_CAPABILITIES","features":[515]},{"name":"NVME_IDENTIFY_CNS_SECONDARY_CONTROLLER_LIST","features":[515]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[515]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_NAMESPACE","features":[515]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_NAMESPACE_IO_COMMAND_SET","features":[515]},{"name":"NVME_IDENTIFY_CNS_UUID_LIST","features":[515]},{"name":"NVME_IDENTIFY_CONTROLLER_DATA","features":[515]},{"name":"NVME_IDENTIFY_IO_COMMAND_SET","features":[515]},{"name":"NVME_IDENTIFY_NAMESPACE_DATA","features":[515]},{"name":"NVME_IDENTIFY_NAMESPACE_DESCRIPTOR","features":[515]},{"name":"NVME_IDENTIFY_NVM_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[515]},{"name":"NVME_IDENTIFY_SPECIFIC_NAMESPACE_IO_COMMAND_SET","features":[515]},{"name":"NVME_IDENTIFY_ZNS_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[515]},{"name":"NVME_IO_COMMAND_SET_COMBINATION_REJECTED","features":[515]},{"name":"NVME_IO_COMMAND_SET_INVALID","features":[515]},{"name":"NVME_IO_COMMAND_SET_NOT_ENABLED","features":[515]},{"name":"NVME_IO_COMMAND_SET_NOT_SUPPORTED","features":[515]},{"name":"NVME_LBA_FORMAT","features":[515]},{"name":"NVME_LBA_RANGE","features":[515]},{"name":"NVME_LBA_RANGET_TYPE_ENTRY","features":[515]},{"name":"NVME_LBA_RANGE_TYPES","features":[515]},{"name":"NVME_LBA_RANGE_TYPE_CACHE","features":[515]},{"name":"NVME_LBA_RANGE_TYPE_FILESYSTEM","features":[515]},{"name":"NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE","features":[515]},{"name":"NVME_LBA_RANGE_TYPE_RAID","features":[515]},{"name":"NVME_LBA_RANGE_TYPE_RESERVED","features":[515]},{"name":"NVME_LBA_ZONE_FORMAT","features":[515]},{"name":"NVME_LOG_PAGES","features":[515]},{"name":"NVME_LOG_PAGE_ASYMMETRIC_NAMESPACE_ACCESS","features":[515]},{"name":"NVME_LOG_PAGE_CHANGED_NAMESPACE_LIST","features":[515]},{"name":"NVME_LOG_PAGE_CHANGED_ZONE_LIST","features":[515]},{"name":"NVME_LOG_PAGE_COMMAND_EFFECTS","features":[515]},{"name":"NVME_LOG_PAGE_DEVICE_SELF_TEST","features":[515]},{"name":"NVME_LOG_PAGE_ENDURANCE_GROUP_EVENT_AGGREGATE","features":[515]},{"name":"NVME_LOG_PAGE_ENDURANCE_GROUP_INFORMATION","features":[515]},{"name":"NVME_LOG_PAGE_ERROR_INFO","features":[515]},{"name":"NVME_LOG_PAGE_FIRMWARE_SLOT_INFO","features":[515]},{"name":"NVME_LOG_PAGE_HEALTH_INFO","features":[515]},{"name":"NVME_LOG_PAGE_LBA_STATUS_INFORMATION","features":[515]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_CAPABILITIES","features":[515]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_ERROR_RECOVERY","features":[515]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_SMART_INFORMATION","features":[515]},{"name":"NVME_LOG_PAGE_OCP_FIRMWARE_ACTIVATION_HISTORY","features":[515]},{"name":"NVME_LOG_PAGE_OCP_LATENCY_MONITOR","features":[515]},{"name":"NVME_LOG_PAGE_OCP_TCG_CONFIGURATION","features":[515]},{"name":"NVME_LOG_PAGE_OCP_TCG_HISTORY","features":[515]},{"name":"NVME_LOG_PAGE_OCP_UNSUPPORTED_REQUIREMENTS","features":[515]},{"name":"NVME_LOG_PAGE_PERSISTENT_EVENT_LOG","features":[515]},{"name":"NVME_LOG_PAGE_PREDICTABLE_LATENCY_EVENT_AGGREGATE","features":[515]},{"name":"NVME_LOG_PAGE_PREDICTABLE_LATENCY_NVM_SET","features":[515]},{"name":"NVME_LOG_PAGE_RESERVATION_NOTIFICATION","features":[515]},{"name":"NVME_LOG_PAGE_SANITIZE_STATUS","features":[515]},{"name":"NVME_LOG_PAGE_TELEMETRY_CTLR_INITIATED","features":[515]},{"name":"NVME_LOG_PAGE_TELEMETRY_HOST_INITIATED","features":[515]},{"name":"NVME_MAX_HOST_IDENTIFIER_SIZE","features":[515]},{"name":"NVME_MAX_LOG_SIZE","features":[515]},{"name":"NVME_MEDIA_ADDITIONALLY_MODIFIED_AFTER_SANITIZE_NOT_DEFINED","features":[515]},{"name":"NVME_MEDIA_ADDITIONALLY_MOFIDIED_AFTER_SANITIZE","features":[515]},{"name":"NVME_MEDIA_NOT_ADDITIONALLY_MODIFIED_AFTER_SANITIZE","features":[515]},{"name":"NVME_NAMESPACE_ALL","features":[515]},{"name":"NVME_NAMESPACE_METADATA_ELEMENT_TYPES","features":[515]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME","features":[515]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME_QUALIFIER_1","features":[515]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME_QUALIFIER_2","features":[515]},{"name":"NVME_NAMESPACE_METADATA_PREBOOT_NAMESPACE_NAME","features":[515]},{"name":"NVME_NO_DEALLOCATE_MODIFIES_MEDIA_AFTER_SANITIZE","features":[515]},{"name":"NVME_NVM_COMMANDS","features":[515]},{"name":"NVME_NVM_COMMAND_COMPARE","features":[515]},{"name":"NVME_NVM_COMMAND_COPY","features":[515]},{"name":"NVME_NVM_COMMAND_DATASET_MANAGEMENT","features":[515]},{"name":"NVME_NVM_COMMAND_FLUSH","features":[515]},{"name":"NVME_NVM_COMMAND_READ","features":[515]},{"name":"NVME_NVM_COMMAND_RESERVATION_ACQUIRE","features":[515]},{"name":"NVME_NVM_COMMAND_RESERVATION_REGISTER","features":[515]},{"name":"NVME_NVM_COMMAND_RESERVATION_RELEASE","features":[515]},{"name":"NVME_NVM_COMMAND_RESERVATION_REPORT","features":[515]},{"name":"NVME_NVM_COMMAND_VERIFY","features":[515]},{"name":"NVME_NVM_COMMAND_WRITE","features":[515]},{"name":"NVME_NVM_COMMAND_WRITE_UNCORRECTABLE","features":[515]},{"name":"NVME_NVM_COMMAND_WRITE_ZEROES","features":[515]},{"name":"NVME_NVM_COMMAND_ZONE_APPEND","features":[515]},{"name":"NVME_NVM_COMMAND_ZONE_MANAGEMENT_RECEIVE","features":[515]},{"name":"NVME_NVM_COMMAND_ZONE_MANAGEMENT_SEND","features":[515]},{"name":"NVME_NVM_QUEUE_PRIORITIES","features":[515]},{"name":"NVME_NVM_QUEUE_PRIORITY_HIGH","features":[515]},{"name":"NVME_NVM_QUEUE_PRIORITY_LOW","features":[515]},{"name":"NVME_NVM_QUEUE_PRIORITY_MEDIUM","features":[515]},{"name":"NVME_NVM_QUEUE_PRIORITY_URGENT","features":[515]},{"name":"NVME_NVM_SUBSYSTEM_RESET","features":[515]},{"name":"NVME_OCP_DEVICE_CAPABILITIES_LOG","features":[515]},{"name":"NVME_OCP_DEVICE_CAPABILITIES_LOG_VERSION_1","features":[515]},{"name":"NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2","features":[515]},{"name":"NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_VERSION_2","features":[515]},{"name":"NVME_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY_LOG","features":[515]},{"name":"NVME_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY_LOG_VERSION_1","features":[515]},{"name":"NVME_OCP_DEVICE_LATENCY_MONITOR_LOG","features":[515]},{"name":"NVME_OCP_DEVICE_LATENCY_MONITOR_LOG_VERSION_1","features":[515]},{"name":"NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3","features":[515]},{"name":"NVME_OCP_DEVICE_SMART_INFORMATION_LOG_VERSION_3","features":[515]},{"name":"NVME_OCP_DEVICE_TCG_CONFIGURATION_LOG","features":[515]},{"name":"NVME_OCP_DEVICE_TCG_CONFIGURATION_LOG_VERSION_1","features":[515]},{"name":"NVME_OCP_DEVICE_TCG_HISTORY_LOG","features":[515]},{"name":"NVME_OCP_DEVICE_TCG_HISTORY_LOG_VERSION_1","features":[515]},{"name":"NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG","features":[515]},{"name":"NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG_VERSION_1","features":[515]},{"name":"NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER","features":[515]},{"name":"NVME_PERSISTENT_EVENT_LOG_EVENT_TYPES","features":[515]},{"name":"NVME_PERSISTENT_EVENT_LOG_HEADER","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_CHANGE_NAMESPACE","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FIRMWARE_COMMIT","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FORMAT_NVM_COMPLETION","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FORMAT_NVM_START","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_MAX","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_NVM_SUBSYSTEM_HARDWARE_ERROR","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_POWER_ON_OR_RESET","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED0","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED1_BEGIN","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED1_END","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED2_BEGIN","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED2_END","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SANITIZE_COMPLETION","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SANITIZE_START","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SET_FEATURE","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SMART_HEALTH_LOG_SNAPSHOT","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TCG_DEFINED","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TELEMETRY_LOG_CREATED","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_THERMAL_EXCURSION","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TIMESTAMP_CHANGE","features":[515]},{"name":"NVME_PERSISTENT_EVENT_TYPE_VENDOR_SPECIFIC_EVENT","features":[515]},{"name":"NVME_POWER_STATE_DESC","features":[515]},{"name":"NVME_PROTECTION_INFORMATION_NOT_ENABLED","features":[515]},{"name":"NVME_PROTECTION_INFORMATION_TYPE1","features":[515]},{"name":"NVME_PROTECTION_INFORMATION_TYPE2","features":[515]},{"name":"NVME_PROTECTION_INFORMATION_TYPE3","features":[515]},{"name":"NVME_PROTECTION_INFORMATION_TYPES","features":[515]},{"name":"NVME_PRP_ENTRY","features":[515]},{"name":"NVME_REGISTERED_CONTROLLER_DATA","features":[515]},{"name":"NVME_REGISTERED_CONTROLLER_EXTENDED_DATA","features":[515]},{"name":"NVME_REPORT_ZONE_INFO","features":[515]},{"name":"NVME_RESERVATION_ACQUIRE_ACTIONS","features":[515]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_ACQUIRE","features":[515]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_PREEMPT","features":[515]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_PREEMPT_AND_ABORT","features":[515]},{"name":"NVME_RESERVATION_ACQUIRE_DATA_STRUCTURE","features":[515]},{"name":"NVME_RESERVATION_NOTIFICATION_LOG","features":[515]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPES","features":[515]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_EMPTY_LOG_PAGE","features":[515]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_REGISTRATION_PREEMPTED","features":[515]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_REGISTRATION_RELEASED","features":[515]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_RESERVATION_PREEPMPTED","features":[515]},{"name":"NVME_RESERVATION_REGISTER_ACTIONS","features":[515]},{"name":"NVME_RESERVATION_REGISTER_ACTION_REGISTER","features":[515]},{"name":"NVME_RESERVATION_REGISTER_ACTION_REPLACE","features":[515]},{"name":"NVME_RESERVATION_REGISTER_ACTION_UNREGISTER","features":[515]},{"name":"NVME_RESERVATION_REGISTER_DATA_STRUCTURE","features":[515]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_CHANGES","features":[515]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_NO_CHANGE","features":[515]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_RESERVED","features":[515]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_SET_TO_0","features":[515]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_SET_TO_1","features":[515]},{"name":"NVME_RESERVATION_RELEASE_ACTIONS","features":[515]},{"name":"NVME_RESERVATION_RELEASE_ACTION_CLEAR","features":[515]},{"name":"NVME_RESERVATION_RELEASE_ACTION_RELEASE","features":[515]},{"name":"NVME_RESERVATION_RELEASE_DATA_STRUCTURE","features":[515]},{"name":"NVME_RESERVATION_REPORT_STATUS_DATA_STRUCTURE","features":[515]},{"name":"NVME_RESERVATION_REPORT_STATUS_EXTENDED_DATA_STRUCTURE","features":[515]},{"name":"NVME_RESERVATION_REPORT_STATUS_HEADER","features":[515]},{"name":"NVME_RESERVATION_TYPES","features":[515]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS","features":[515]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS_ALL_REGISTRANTS","features":[515]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS_REGISTRANTS_ONLY","features":[515]},{"name":"NVME_RESERVATION_TYPE_RESERVED","features":[515]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE","features":[515]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE_ALL_REGISTRANTS","features":[515]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE_REGISTRANTS_ONLY","features":[515]},{"name":"NVME_SANITIZE_ACTION","features":[515]},{"name":"NVME_SANITIZE_ACTION_EXIT_FAILURE_MODE","features":[515]},{"name":"NVME_SANITIZE_ACTION_RESERVED","features":[515]},{"name":"NVME_SANITIZE_ACTION_START_BLOCK_ERASE_SANITIZE","features":[515]},{"name":"NVME_SANITIZE_ACTION_START_CRYPTO_ERASE_SANITIZE","features":[515]},{"name":"NVME_SANITIZE_ACTION_START_OVERWRITE_SANITIZE","features":[515]},{"name":"NVME_SANITIZE_OPERATION_FAILED","features":[515]},{"name":"NVME_SANITIZE_OPERATION_IN_PROGRESS","features":[515]},{"name":"NVME_SANITIZE_OPERATION_NONE","features":[515]},{"name":"NVME_SANITIZE_OPERATION_STATUS","features":[515]},{"name":"NVME_SANITIZE_OPERATION_SUCCEEDED","features":[515]},{"name":"NVME_SANITIZE_OPERATION_SUCCEEDED_WITH_FORCED_DEALLOCATION","features":[515]},{"name":"NVME_SANITIZE_STATUS","features":[515]},{"name":"NVME_SANITIZE_STATUS_LOG","features":[515]},{"name":"NVME_SCSI_NAME_STRING","features":[515]},{"name":"NVME_SECURE_ERASE_CRYPTOGRAPHIC","features":[515]},{"name":"NVME_SECURE_ERASE_NONE","features":[515]},{"name":"NVME_SECURE_ERASE_SETTINGS","features":[515]},{"name":"NVME_SECURE_ERASE_USER_DATA","features":[515]},{"name":"NVME_SET_ATTRIBUTES_ENTRY","features":[515]},{"name":"NVME_STATE_ZSC","features":[515]},{"name":"NVME_STATE_ZSE","features":[515]},{"name":"NVME_STATE_ZSEO","features":[515]},{"name":"NVME_STATE_ZSF","features":[515]},{"name":"NVME_STATE_ZSIO","features":[515]},{"name":"NVME_STATE_ZSO","features":[515]},{"name":"NVME_STATE_ZSRO","features":[515]},{"name":"NVME_STATUS_ABORT_COMMAND_LIMIT_EXCEEDED","features":[515]},{"name":"NVME_STATUS_ANA_ATTACH_FAILED","features":[515]},{"name":"NVME_STATUS_ASYNC_EVENT_REQUEST_LIMIT_EXCEEDED","features":[515]},{"name":"NVME_STATUS_ATOMIC_WRITE_UNIT_EXCEEDED","features":[515]},{"name":"NVME_STATUS_BOOT_PARTITION_WRITE_PROHIBITED","features":[515]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_FAILED_FUSED_COMMAND","features":[515]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_FAILED_MISSING_COMMAND","features":[515]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_POWER_LOSS_NOTIFICATION","features":[515]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_PREEMPT_ABORT","features":[515]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_SQ_DELETION","features":[515]},{"name":"NVME_STATUS_COMMAND_ABORT_REQUESTED","features":[515]},{"name":"NVME_STATUS_COMMAND_ID_CONFLICT","features":[515]},{"name":"NVME_STATUS_COMMAND_SEQUENCE_ERROR","features":[515]},{"name":"NVME_STATUS_COMMAND_SPECIFIC_CODES","features":[515]},{"name":"NVME_STATUS_COMPLETION_QUEUE_INVALID","features":[515]},{"name":"NVME_STATUS_CONTROLLER_LIST_INVALID","features":[515]},{"name":"NVME_STATUS_DATA_SGL_LENGTH_INVALID","features":[515]},{"name":"NVME_STATUS_DATA_TRANSFER_ERROR","features":[515]},{"name":"NVME_STATUS_DEVICE_SELF_TEST_IN_PROGRESS","features":[515]},{"name":"NVME_STATUS_DIRECTIVE_ID_INVALID","features":[515]},{"name":"NVME_STATUS_DIRECTIVE_TYPE_INVALID","features":[515]},{"name":"NVME_STATUS_FEATURE_ID_NOT_SAVEABLE","features":[515]},{"name":"NVME_STATUS_FEATURE_NOT_CHANGEABLE","features":[515]},{"name":"NVME_STATUS_FEATURE_NOT_NAMESPACE_SPECIFIC","features":[515]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_PROHIBITED","features":[515]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_CONVENTIONAL_RESET","features":[515]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_MAX_TIME_VIOLATION","features":[515]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_NVM_SUBSYSTEM_RESET","features":[515]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_RESET","features":[515]},{"name":"NVME_STATUS_FORMAT_IN_PROGRESS","features":[515]},{"name":"NVME_STATUS_GENERIC_COMMAND_CODES","features":[515]},{"name":"NVME_STATUS_HOST_IDENTIFIER_INCONSISTENT_FORMAT","features":[515]},{"name":"NVME_STATUS_INTERNAL_DEVICE_ERROR","features":[515]},{"name":"NVME_STATUS_INVALID_ANA_GROUP_IDENTIFIER","features":[515]},{"name":"NVME_STATUS_INVALID_COMMAND_OPCODE","features":[515]},{"name":"NVME_STATUS_INVALID_CONTROLLER_IDENTIFIER","features":[515]},{"name":"NVME_STATUS_INVALID_FIELD_IN_COMMAND","features":[515]},{"name":"NVME_STATUS_INVALID_FIRMWARE_IMAGE","features":[515]},{"name":"NVME_STATUS_INVALID_FIRMWARE_SLOT","features":[515]},{"name":"NVME_STATUS_INVALID_FORMAT","features":[515]},{"name":"NVME_STATUS_INVALID_INTERRUPT_VECTOR","features":[515]},{"name":"NVME_STATUS_INVALID_LOG_PAGE","features":[515]},{"name":"NVME_STATUS_INVALID_NAMESPACE_OR_FORMAT","features":[515]},{"name":"NVME_STATUS_INVALID_NUMBER_OF_CONTROLLER_RESOURCES","features":[515]},{"name":"NVME_STATUS_INVALID_NUMBER_OF_SGL_DESCR","features":[515]},{"name":"NVME_STATUS_INVALID_QUEUE_DELETION","features":[515]},{"name":"NVME_STATUS_INVALID_QUEUE_IDENTIFIER","features":[515]},{"name":"NVME_STATUS_INVALID_RESOURCE_IDENTIFIER","features":[515]},{"name":"NVME_STATUS_INVALID_SECONDARY_CONTROLLER_STATE","features":[515]},{"name":"NVME_STATUS_INVALID_SGL_LAST_SEGMENT_DESCR","features":[515]},{"name":"NVME_STATUS_INVALID_USE_OF_CONTROLLER_MEMORY_BUFFER","features":[515]},{"name":"NVME_STATUS_KEEP_ALIVE_TIMEOUT_EXPIRED","features":[515]},{"name":"NVME_STATUS_KEEP_ALIVE_TIMEOUT_INVALID","features":[515]},{"name":"NVME_STATUS_MAX_QUEUE_SIZE_EXCEEDED","features":[515]},{"name":"NVME_STATUS_MEDIA_ERROR_CODES","features":[515]},{"name":"NVME_STATUS_METADATA_SGL_LENGTH_INVALID","features":[515]},{"name":"NVME_STATUS_NAMESPACE_ALREADY_ATTACHED","features":[515]},{"name":"NVME_STATUS_NAMESPACE_IDENTIFIER_UNAVAILABLE","features":[515]},{"name":"NVME_STATUS_NAMESPACE_INSUFFICIENT_CAPACITY","features":[515]},{"name":"NVME_STATUS_NAMESPACE_IS_PRIVATE","features":[515]},{"name":"NVME_STATUS_NAMESPACE_NOT_ATTACHED","features":[515]},{"name":"NVME_STATUS_NAMESPACE_THIN_PROVISIONING_NOT_SUPPORTED","features":[515]},{"name":"NVME_STATUS_NVM_ACCESS_DENIED","features":[515]},{"name":"NVME_STATUS_NVM_ATTEMPTED_WRITE_TO_READ_ONLY_RANGE","features":[515]},{"name":"NVME_STATUS_NVM_CAPACITY_EXCEEDED","features":[515]},{"name":"NVME_STATUS_NVM_COMMAND_SIZE_LIMIT_EXCEEDED","features":[515]},{"name":"NVME_STATUS_NVM_COMPARE_FAILURE","features":[515]},{"name":"NVME_STATUS_NVM_CONFLICTING_ATTRIBUTES","features":[515]},{"name":"NVME_STATUS_NVM_DEALLOCATED_OR_UNWRITTEN_LOGICAL_BLOCK","features":[515]},{"name":"NVME_STATUS_NVM_END_TO_END_APPLICATION_TAG_CHECK_ERROR","features":[515]},{"name":"NVME_STATUS_NVM_END_TO_END_GUARD_CHECK_ERROR","features":[515]},{"name":"NVME_STATUS_NVM_END_TO_END_REFERENCE_TAG_CHECK_ERROR","features":[515]},{"name":"NVME_STATUS_NVM_INVALID_PROTECTION_INFORMATION","features":[515]},{"name":"NVME_STATUS_NVM_LBA_OUT_OF_RANGE","features":[515]},{"name":"NVME_STATUS_NVM_NAMESPACE_NOT_READY","features":[515]},{"name":"NVME_STATUS_NVM_RESERVATION_CONFLICT","features":[515]},{"name":"NVME_STATUS_NVM_UNRECOVERED_READ_ERROR","features":[515]},{"name":"NVME_STATUS_NVM_WRITE_FAULT","features":[515]},{"name":"NVME_STATUS_OPERATION_DENIED","features":[515]},{"name":"NVME_STATUS_OVERLAPPING_RANGE","features":[515]},{"name":"NVME_STATUS_PRP_OFFSET_INVALID","features":[515]},{"name":"NVME_STATUS_RESERVED","features":[515]},{"name":"NVME_STATUS_SANITIZE_FAILED","features":[515]},{"name":"NVME_STATUS_SANITIZE_IN_PROGRESS","features":[515]},{"name":"NVME_STATUS_SANITIZE_PROHIBITED_ON_PERSISTENT_MEMORY","features":[515]},{"name":"NVME_STATUS_SGL_DATA_BLOCK_GRANULARITY_INVALID","features":[515]},{"name":"NVME_STATUS_SGL_DESCR_TYPE_INVALID","features":[515]},{"name":"NVME_STATUS_SGL_OFFSET_INVALID","features":[515]},{"name":"NVME_STATUS_STREAM_RESOURCE_ALLOCATION_FAILED","features":[515]},{"name":"NVME_STATUS_SUCCESS_COMPLETION","features":[515]},{"name":"NVME_STATUS_TYPES","features":[515]},{"name":"NVME_STATUS_TYPE_COMMAND_SPECIFIC","features":[515]},{"name":"NVME_STATUS_TYPE_GENERIC_COMMAND","features":[515]},{"name":"NVME_STATUS_TYPE_MEDIA_ERROR","features":[515]},{"name":"NVME_STATUS_TYPE_VENDOR_SPECIFIC","features":[515]},{"name":"NVME_STATUS_ZONE_BOUNDARY_ERROR","features":[515]},{"name":"NVME_STATUS_ZONE_FULL","features":[515]},{"name":"NVME_STATUS_ZONE_INVALID_FORMAT","features":[515]},{"name":"NVME_STATUS_ZONE_INVALID_STATE_TRANSITION","features":[515]},{"name":"NVME_STATUS_ZONE_INVALID_WRITE","features":[515]},{"name":"NVME_STATUS_ZONE_OFFLINE","features":[515]},{"name":"NVME_STATUS_ZONE_READ_ONLY","features":[515]},{"name":"NVME_STATUS_ZONE_TOO_MANY_ACTIVE","features":[515]},{"name":"NVME_STATUS_ZONE_TOO_MANY_OPEN","features":[515]},{"name":"NVME_STREAMS_GET_STATUS_MAX_IDS","features":[515]},{"name":"NVME_STREAMS_ID_MAX","features":[515]},{"name":"NVME_STREAMS_ID_MIN","features":[515]},{"name":"NVME_SUBMISSION_QUEUE_TAIL_DOORBELL","features":[515]},{"name":"NVME_TELEMETRY_CONTROLLER_INITIATED_LOG","features":[515]},{"name":"NVME_TELEMETRY_DATA_BLOCK_SIZE","features":[515]},{"name":"NVME_TELEMETRY_HOST_INITIATED_LOG","features":[515]},{"name":"NVME_TEMPERATURE_OVER_THRESHOLD","features":[515]},{"name":"NVME_TEMPERATURE_THRESHOLD_TYPES","features":[515]},{"name":"NVME_TEMPERATURE_UNDER_THRESHOLD","features":[515]},{"name":"NVME_VENDOR_LOG_PAGES","features":[515]},{"name":"NVME_VERSION","features":[515]},{"name":"NVME_WCS_DEVICE_CAPABILITIES","features":[515]},{"name":"NVME_WCS_DEVICE_ERROR_RECOVERY_LOG","features":[515]},{"name":"NVME_WCS_DEVICE_ERROR_RECOVERY_LOG_VERSION_1","features":[515]},{"name":"NVME_WCS_DEVICE_RECOVERY_ACTION1","features":[515]},{"name":"NVME_WCS_DEVICE_RECOVERY_ACTION2","features":[515]},{"name":"NVME_WCS_DEVICE_RESET_ACTION","features":[515]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG","features":[515]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG_V2","features":[515]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG_VERSION_2","features":[515]},{"name":"NVME_ZONE_DESCRIPTOR","features":[515]},{"name":"NVME_ZONE_DESCRIPTOR_EXTENSION","features":[515]},{"name":"NVME_ZONE_EXTENDED_REPORT_ZONE_DESC","features":[515]},{"name":"NVME_ZONE_RECEIVE_ACTION","features":[515]},{"name":"NVME_ZONE_RECEIVE_ACTION_SPECIFIC","features":[515]},{"name":"NVME_ZONE_RECEIVE_EXTENDED_REPORT_ZONES","features":[515]},{"name":"NVME_ZONE_RECEIVE_REPORT_ZONES","features":[515]},{"name":"NVME_ZONE_SEND_ACTION","features":[515]},{"name":"NVME_ZONE_SEND_CLOSE","features":[515]},{"name":"NVME_ZONE_SEND_FINISH","features":[515]},{"name":"NVME_ZONE_SEND_OFFLINE","features":[515]},{"name":"NVME_ZONE_SEND_OPEN","features":[515]},{"name":"NVME_ZONE_SEND_RESET","features":[515]},{"name":"NVME_ZONE_SEND_SET_ZONE_DESCRIPTOR","features":[515]},{"name":"NVME_ZRA_ALL_ZONES","features":[515]},{"name":"NVME_ZRA_CLOSED_STATE_ZONES","features":[515]},{"name":"NVME_ZRA_EMPTY_STATE_ZONES","features":[515]},{"name":"NVME_ZRA_EO_STATE_ZONES","features":[515]},{"name":"NVME_ZRA_FULL_STATE_ZONES","features":[515]},{"name":"NVME_ZRA_IO_STATE_ZONES","features":[515]},{"name":"NVME_ZRA_OFFLINE_STATE_ZONES","features":[515]},{"name":"NVME_ZRA_RO_STATE_ZONES","features":[515]},{"name":"NVM_RESERVATION_CAPABILITIES","features":[515]},{"name":"NVM_SET_LIST","features":[515]},{"name":"NVMeDeviceRecovery1Max","features":[515]},{"name":"NVMeDeviceRecovery2Max","features":[515]},{"name":"NVMeDeviceRecoveryControllerReset","features":[515]},{"name":"NVMeDeviceRecoveryDeviceReplacement","features":[515]},{"name":"NVMeDeviceRecoveryFormatNVM","features":[515]},{"name":"NVMeDeviceRecoveryNoAction","features":[515]},{"name":"NVMeDeviceRecoveryPERST","features":[515]},{"name":"NVMeDeviceRecoveryPcieFunctionReset","features":[515]},{"name":"NVMeDeviceRecoveryPcieHotReset","features":[515]},{"name":"NVMeDeviceRecoveryPowerCycle","features":[515]},{"name":"NVMeDeviceRecoverySanitize","features":[515]},{"name":"NVMeDeviceRecoverySubsystemReset","features":[515]},{"name":"NVMeDeviceRecoveryVendorAnalysis","features":[515]},{"name":"NVMeDeviceRecoveryVendorSpecificCommand","features":[515]},{"name":"TCG_ACTIVATE_METHOD_SPECIFIC","features":[515]},{"name":"TCG_ASSIGN_METHOD_SPECIFIC","features":[515]},{"name":"TCG_AUTH_METHOD_SPECIFIC","features":[515]},{"name":"TCG_BLOCKSID_METHOD_SPECIFIC","features":[515]},{"name":"TCG_HISTORY_ENTRY","features":[515]},{"name":"TCG_HISTORY_ENTRY_VERSION_1","features":[515]},{"name":"TCG_REACTIVATE_METHOD_SPECIFIC","features":[515]},{"name":"UNSUPPORTED_REQUIREMENT","features":[515]},{"name":"ZONE_STATE","features":[515]}],"520":[{"name":"IEnumOfflineFilesItems","features":[516]},{"name":"IEnumOfflineFilesSettings","features":[516]},{"name":"IOfflineFilesCache","features":[516]},{"name":"IOfflineFilesCache2","features":[516]},{"name":"IOfflineFilesChangeInfo","features":[516]},{"name":"IOfflineFilesConnectionInfo","features":[516]},{"name":"IOfflineFilesDirectoryItem","features":[516]},{"name":"IOfflineFilesDirtyInfo","features":[516]},{"name":"IOfflineFilesErrorInfo","features":[516]},{"name":"IOfflineFilesEvents","features":[516]},{"name":"IOfflineFilesEvents2","features":[516]},{"name":"IOfflineFilesEvents3","features":[516]},{"name":"IOfflineFilesEvents4","features":[516]},{"name":"IOfflineFilesEventsFilter","features":[516]},{"name":"IOfflineFilesFileItem","features":[516]},{"name":"IOfflineFilesFileSysInfo","features":[516]},{"name":"IOfflineFilesGhostInfo","features":[516]},{"name":"IOfflineFilesItem","features":[516]},{"name":"IOfflineFilesItemContainer","features":[516]},{"name":"IOfflineFilesItemFilter","features":[516]},{"name":"IOfflineFilesPinInfo","features":[516]},{"name":"IOfflineFilesPinInfo2","features":[516]},{"name":"IOfflineFilesProgress","features":[516]},{"name":"IOfflineFilesServerItem","features":[516]},{"name":"IOfflineFilesSetting","features":[516]},{"name":"IOfflineFilesShareInfo","features":[516]},{"name":"IOfflineFilesShareItem","features":[516]},{"name":"IOfflineFilesSimpleProgress","features":[516]},{"name":"IOfflineFilesSuspend","features":[516]},{"name":"IOfflineFilesSuspendInfo","features":[516]},{"name":"IOfflineFilesSyncConflictHandler","features":[516]},{"name":"IOfflineFilesSyncErrorInfo","features":[516]},{"name":"IOfflineFilesSyncErrorItemInfo","features":[516]},{"name":"IOfflineFilesSyncProgress","features":[516]},{"name":"IOfflineFilesTransparentCacheInfo","features":[516]},{"name":"OFFLINEFILES_CACHING_MODE","features":[516]},{"name":"OFFLINEFILES_CACHING_MODE_AUTO_DOC","features":[516]},{"name":"OFFLINEFILES_CACHING_MODE_AUTO_PROGANDDOC","features":[516]},{"name":"OFFLINEFILES_CACHING_MODE_MANUAL","features":[516]},{"name":"OFFLINEFILES_CACHING_MODE_NOCACHING","features":[516]},{"name":"OFFLINEFILES_CACHING_MODE_NONE","features":[516]},{"name":"OFFLINEFILES_CHANGES_LOCAL_ATTRIBUTES","features":[516]},{"name":"OFFLINEFILES_CHANGES_LOCAL_SIZE","features":[516]},{"name":"OFFLINEFILES_CHANGES_LOCAL_TIME","features":[516]},{"name":"OFFLINEFILES_CHANGES_NONE","features":[516]},{"name":"OFFLINEFILES_CHANGES_REMOTE_ATTRIBUTES","features":[516]},{"name":"OFFLINEFILES_CHANGES_REMOTE_SIZE","features":[516]},{"name":"OFFLINEFILES_CHANGES_REMOTE_TIME","features":[516]},{"name":"OFFLINEFILES_COMPARE","features":[516]},{"name":"OFFLINEFILES_COMPARE_EQ","features":[516]},{"name":"OFFLINEFILES_COMPARE_GT","features":[516]},{"name":"OFFLINEFILES_COMPARE_GTE","features":[516]},{"name":"OFFLINEFILES_COMPARE_LT","features":[516]},{"name":"OFFLINEFILES_COMPARE_LTE","features":[516]},{"name":"OFFLINEFILES_COMPARE_NEQ","features":[516]},{"name":"OFFLINEFILES_CONNECT_STATE","features":[516]},{"name":"OFFLINEFILES_CONNECT_STATE_OFFLINE","features":[516]},{"name":"OFFLINEFILES_CONNECT_STATE_ONLINE","features":[516]},{"name":"OFFLINEFILES_CONNECT_STATE_PARTLY_TRANSPARENTLY_CACHED","features":[516]},{"name":"OFFLINEFILES_CONNECT_STATE_TRANSPARENTLY_CACHED","features":[516]},{"name":"OFFLINEFILES_CONNECT_STATE_UNKNOWN","features":[516]},{"name":"OFFLINEFILES_DELETE_FLAG_ADMIN","features":[516]},{"name":"OFFLINEFILES_DELETE_FLAG_DELMODIFIED","features":[516]},{"name":"OFFLINEFILES_DELETE_FLAG_NOAUTOCACHED","features":[516]},{"name":"OFFLINEFILES_DELETE_FLAG_NOPINNED","features":[516]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_ASYNCPROGRESS","features":[516]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_BACKGROUND","features":[516]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_CONSOLE","features":[516]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_INTERACTIVE","features":[516]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_LOWPRIORITY","features":[516]},{"name":"OFFLINEFILES_ENUM_FLAT","features":[516]},{"name":"OFFLINEFILES_ENUM_FLAT_FILESONLY","features":[516]},{"name":"OFFLINEFILES_EVENTS","features":[516]},{"name":"OFFLINEFILES_EVENT_BACKGROUNDSYNCBEGIN","features":[516]},{"name":"OFFLINEFILES_EVENT_BACKGROUNDSYNCEND","features":[516]},{"name":"OFFLINEFILES_EVENT_CACHEEVICTBEGIN","features":[516]},{"name":"OFFLINEFILES_EVENT_CACHEEVICTEND","features":[516]},{"name":"OFFLINEFILES_EVENT_CACHEISCORRUPTED","features":[516]},{"name":"OFFLINEFILES_EVENT_CACHEISFULL","features":[516]},{"name":"OFFLINEFILES_EVENT_CACHEMOVED","features":[516]},{"name":"OFFLINEFILES_EVENT_DATALOST","features":[516]},{"name":"OFFLINEFILES_EVENT_ENABLED","features":[516]},{"name":"OFFLINEFILES_EVENT_ENCRYPTIONCHANGED","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMADDEDTOCACHE","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMAVAILABLEOFFLINE","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMDELETEDFROMCACHE","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMDISCONNECTED","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMMODIFIED","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMNOTAVAILABLEOFFLINE","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMNOTPINNED","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMPINNED","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTBEGIN","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTED","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTEND","features":[516]},{"name":"OFFLINEFILES_EVENT_ITEMRENAMED","features":[516]},{"name":"OFFLINEFILES_EVENT_NETTRANSPORTARRIVED","features":[516]},{"name":"OFFLINEFILES_EVENT_NONETTRANSPORTS","features":[516]},{"name":"OFFLINEFILES_EVENT_PING","features":[516]},{"name":"OFFLINEFILES_EVENT_POLICYCHANGEDETECTED","features":[516]},{"name":"OFFLINEFILES_EVENT_PREFERENCECHANGEDETECTED","features":[516]},{"name":"OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEBEGIN","features":[516]},{"name":"OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEEND","features":[516]},{"name":"OFFLINEFILES_EVENT_PREFETCHFILEBEGIN","features":[516]},{"name":"OFFLINEFILES_EVENT_PREFETCHFILEEND","features":[516]},{"name":"OFFLINEFILES_EVENT_SETTINGSCHANGESAPPLIED","features":[516]},{"name":"OFFLINEFILES_EVENT_SYNCBEGIN","features":[516]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECADDED","features":[516]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECREMOVED","features":[516]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECUPDATED","features":[516]},{"name":"OFFLINEFILES_EVENT_SYNCEND","features":[516]},{"name":"OFFLINEFILES_EVENT_SYNCFILERESULT","features":[516]},{"name":"OFFLINEFILES_EVENT_TRANSPARENTCACHEITEMNOTIFY","features":[516]},{"name":"OFFLINEFILES_ITEM_COPY","features":[516]},{"name":"OFFLINEFILES_ITEM_COPY_LOCAL","features":[516]},{"name":"OFFLINEFILES_ITEM_COPY_ORIGINAL","features":[516]},{"name":"OFFLINEFILES_ITEM_COPY_REMOTE","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_CREATED","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DELETED","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DIRECTORY","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DIRTY","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_FILE","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GHOST","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_ANYACCESS","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_READ","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_WRITE","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED_ATTRIBUTES","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED_DATA","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OFFLINE","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_ONLINE","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_ANYACCESS","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_READ","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_WRITE","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_COMPUTER","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_OTHERS","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_USER","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_SPARSE","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_SUSPENDED","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_ANYACCESS","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_READ","features":[516]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_WRITE","features":[516]},{"name":"OFFLINEFILES_ITEM_QUERY_ADMIN","features":[516]},{"name":"OFFLINEFILES_ITEM_QUERY_ATTEMPT_TRANSITIONONLINE","features":[516]},{"name":"OFFLINEFILES_ITEM_QUERY_CONNECTIONSTATE","features":[516]},{"name":"OFFLINEFILES_ITEM_QUERY_INCLUDETRANSPARENTCACHE","features":[516]},{"name":"OFFLINEFILES_ITEM_QUERY_LOCALDIRTYBYTECOUNT","features":[516]},{"name":"OFFLINEFILES_ITEM_QUERY_REMOTEDIRTYBYTECOUNT","features":[516]},{"name":"OFFLINEFILES_ITEM_QUERY_REMOTEINFO","features":[516]},{"name":"OFFLINEFILES_ITEM_TIME","features":[516]},{"name":"OFFLINEFILES_ITEM_TIME_CREATION","features":[516]},{"name":"OFFLINEFILES_ITEM_TIME_LASTACCESS","features":[516]},{"name":"OFFLINEFILES_ITEM_TIME_LASTWRITE","features":[516]},{"name":"OFFLINEFILES_ITEM_TYPE","features":[516]},{"name":"OFFLINEFILES_ITEM_TYPE_DIRECTORY","features":[516]},{"name":"OFFLINEFILES_ITEM_TYPE_FILE","features":[516]},{"name":"OFFLINEFILES_ITEM_TYPE_SERVER","features":[516]},{"name":"OFFLINEFILES_ITEM_TYPE_SHARE","features":[516]},{"name":"OFFLINEFILES_NUM_EVENTS","features":[516]},{"name":"OFFLINEFILES_OFFLINE_REASON","features":[516]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_ERROR","features":[516]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_FORCED","features":[516]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_SLOW","features":[516]},{"name":"OFFLINEFILES_OFFLINE_REASON_ITEM_SUSPENDED","features":[516]},{"name":"OFFLINEFILES_OFFLINE_REASON_ITEM_VERSION_CONFLICT","features":[516]},{"name":"OFFLINEFILES_OFFLINE_REASON_NOT_APPLICABLE","features":[516]},{"name":"OFFLINEFILES_OFFLINE_REASON_UNKNOWN","features":[516]},{"name":"OFFLINEFILES_OP_ABORT","features":[516]},{"name":"OFFLINEFILES_OP_CONTINUE","features":[516]},{"name":"OFFLINEFILES_OP_RESPONSE","features":[516]},{"name":"OFFLINEFILES_OP_RETRY","features":[516]},{"name":"OFFLINEFILES_PATHFILTER_CHILD","features":[516]},{"name":"OFFLINEFILES_PATHFILTER_DESCENDENT","features":[516]},{"name":"OFFLINEFILES_PATHFILTER_MATCH","features":[516]},{"name":"OFFLINEFILES_PATHFILTER_SELF","features":[516]},{"name":"OFFLINEFILES_PATHFILTER_SELFORCHILD","features":[516]},{"name":"OFFLINEFILES_PATHFILTER_SELFORDESCENDENT","features":[516]},{"name":"OFFLINEFILES_PINLINKTARGETS_ALWAYS","features":[516]},{"name":"OFFLINEFILES_PINLINKTARGETS_EXPLICIT","features":[516]},{"name":"OFFLINEFILES_PINLINKTARGETS_NEVER","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_ASYNCPROGRESS","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_BACKGROUND","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_CONSOLE","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FILL","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORALL","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORREDIR","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORUSER","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORUSER_POLICY","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_INTERACTIVE","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_LOWPRIORITY","features":[516]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_PINLINKTARGETS","features":[516]},{"name":"OFFLINEFILES_SETTING_PinLinkTargets","features":[516]},{"name":"OFFLINEFILES_SETTING_SCOPE_COMPUTER","features":[516]},{"name":"OFFLINEFILES_SETTING_SCOPE_USER","features":[516]},{"name":"OFFLINEFILES_SETTING_VALUE_2DIM_ARRAY_BSTR_BSTR","features":[516]},{"name":"OFFLINEFILES_SETTING_VALUE_2DIM_ARRAY_BSTR_UI4","features":[516]},{"name":"OFFLINEFILES_SETTING_VALUE_BSTR","features":[516]},{"name":"OFFLINEFILES_SETTING_VALUE_BSTR_DBLNULTERM","features":[516]},{"name":"OFFLINEFILES_SETTING_VALUE_TYPE","features":[516]},{"name":"OFFLINEFILES_SETTING_VALUE_UI4","features":[516]},{"name":"OFFLINEFILES_SYNC_CONFLICT_ABORT","features":[516]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE","features":[516]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPALLCHANGES","features":[516]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPLATEST","features":[516]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPLOCAL","features":[516]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPREMOTE","features":[516]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_LOG","features":[516]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_NONE","features":[516]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_NUMCODES","features":[516]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_SKIP","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_DEFAULT","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPLATEST","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPLOCAL","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPREMOTE","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_MASK","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_ASYNCPROGRESS","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_BACKGROUND","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_CONSOLE","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_FILLSPARSE","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_INTERACTIVE","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_LOWPRIORITY","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_NONEWFILESOUT","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORALL","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORREDIR","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORUSER","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORUSER_POLICY","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINLINKTARGETS","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINNEWFILES","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SKIPSUSPENDEDDIRS","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SYNCIN","features":[516]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SYNCOUT","features":[516]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_ATTRIBUTES","features":[516]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_CHANGETIME","features":[516]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_FILESIZE","features":[516]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_NONE","features":[516]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_WRITETIME","features":[516]},{"name":"OFFLINEFILES_SYNC_OPERATION","features":[516]},{"name":"OFFLINEFILES_SYNC_OPERATION_CREATE_COPY_ON_CLIENT","features":[516]},{"name":"OFFLINEFILES_SYNC_OPERATION_CREATE_COPY_ON_SERVER","features":[516]},{"name":"OFFLINEFILES_SYNC_OPERATION_DELETE_CLIENT_COPY","features":[516]},{"name":"OFFLINEFILES_SYNC_OPERATION_DELETE_SERVER_COPY","features":[516]},{"name":"OFFLINEFILES_SYNC_OPERATION_PIN","features":[516]},{"name":"OFFLINEFILES_SYNC_OPERATION_PREPARE","features":[516]},{"name":"OFFLINEFILES_SYNC_OPERATION_SYNC_TO_CLIENT","features":[516]},{"name":"OFFLINEFILES_SYNC_OPERATION_SYNC_TO_SERVER","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_DirChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_DirOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_FileChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_FileOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_ChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_DeletedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_FileChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_FileOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DeletedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DirChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DirOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_FileChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_FileOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_NoServerCopy","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirDeletedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_FileChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_FileOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_NoServerCopy","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirRenamedOnClient","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirRenamedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_DirSparseOnClient","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_ChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DeletedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DirChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DirOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DeletedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DirChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DirOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_FileChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_FileOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_NoServerCopy","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileDeletedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileOnClient_DirOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileOnClient_NoServerCopy","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileRenamedOnClient","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileRenamedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_DirChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_DirOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_FileChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_FileOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_ChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DeletedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DirChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DirOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_LOCAL_KNOWN","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_NUMSTATES","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_DirChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_DirOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_FileChangedOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_FileOnServer","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_REMOTE_KNOWN","features":[516]},{"name":"OFFLINEFILES_SYNC_STATE_Stable","features":[516]},{"name":"OFFLINEFILES_TRANSITION_FLAG_CONSOLE","features":[516]},{"name":"OFFLINEFILES_TRANSITION_FLAG_INTERACTIVE","features":[516]},{"name":"OfflineFilesCache","features":[516]},{"name":"OfflineFilesEnable","features":[307,516]},{"name":"OfflineFilesQueryStatus","features":[307,516]},{"name":"OfflineFilesQueryStatusEx","features":[307,516]},{"name":"OfflineFilesSetting","features":[516]},{"name":"OfflineFilesStart","features":[516]}],"521":[{"name":"OPERATION_END_DISCARD","features":[517]},{"name":"OPERATION_END_PARAMETERS","features":[517]},{"name":"OPERATION_END_PARAMETERS_FLAGS","features":[517]},{"name":"OPERATION_START_FLAGS","features":[517]},{"name":"OPERATION_START_PARAMETERS","features":[517]},{"name":"OPERATION_START_TRACE_CURRENT_THREAD","features":[517]},{"name":"OperationEnd","features":[307,517]},{"name":"OperationStart","features":[307,517]}],"522":[{"name":"APPLICATION_USER_MODEL_ID_MAX_LENGTH","features":[495]},{"name":"APPLICATION_USER_MODEL_ID_MIN_LENGTH","features":[495]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE","features":[495]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_BLOCKMAP","features":[495]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_FIRST","features":[495]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_LAST","features":[495]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_MANIFEST","features":[495]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_SIGNATURE","features":[495]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE","features":[495]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_APPLICATION","features":[495]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_RESOURCE","features":[495]},{"name":"APPX_CAPABILITIES","features":[495]},{"name":"APPX_CAPABILITY_APPOINTMENTS","features":[495]},{"name":"APPX_CAPABILITY_CLASS_ALL","features":[495]},{"name":"APPX_CAPABILITY_CLASS_CUSTOM","features":[495]},{"name":"APPX_CAPABILITY_CLASS_DEFAULT","features":[495]},{"name":"APPX_CAPABILITY_CLASS_GENERAL","features":[495]},{"name":"APPX_CAPABILITY_CLASS_RESTRICTED","features":[495]},{"name":"APPX_CAPABILITY_CLASS_TYPE","features":[495]},{"name":"APPX_CAPABILITY_CLASS_WINDOWS","features":[495]},{"name":"APPX_CAPABILITY_CONTACTS","features":[495]},{"name":"APPX_CAPABILITY_DOCUMENTS_LIBRARY","features":[495]},{"name":"APPX_CAPABILITY_ENTERPRISE_AUTHENTICATION","features":[495]},{"name":"APPX_CAPABILITY_INTERNET_CLIENT","features":[495]},{"name":"APPX_CAPABILITY_INTERNET_CLIENT_SERVER","features":[495]},{"name":"APPX_CAPABILITY_MUSIC_LIBRARY","features":[495]},{"name":"APPX_CAPABILITY_PICTURES_LIBRARY","features":[495]},{"name":"APPX_CAPABILITY_PRIVATE_NETWORK_CLIENT_SERVER","features":[495]},{"name":"APPX_CAPABILITY_REMOVABLE_STORAGE","features":[495]},{"name":"APPX_CAPABILITY_SHARED_USER_CERTIFICATES","features":[495]},{"name":"APPX_CAPABILITY_VIDEOS_LIBRARY","features":[495]},{"name":"APPX_COMPRESSION_OPTION","features":[495]},{"name":"APPX_COMPRESSION_OPTION_FAST","features":[495]},{"name":"APPX_COMPRESSION_OPTION_MAXIMUM","features":[495]},{"name":"APPX_COMPRESSION_OPTION_NONE","features":[495]},{"name":"APPX_COMPRESSION_OPTION_NORMAL","features":[495]},{"name":"APPX_COMPRESSION_OPTION_SUPERFAST","features":[495]},{"name":"APPX_ENCRYPTED_EXEMPTIONS","features":[495]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTIONS","features":[495]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_DIFFUSION","features":[495]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_NONE","features":[495]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_PAGE_HASHING","features":[495]},{"name":"APPX_ENCRYPTED_PACKAGE_SETTINGS","features":[307,495,358]},{"name":"APPX_ENCRYPTED_PACKAGE_SETTINGS2","features":[495,358]},{"name":"APPX_FOOTPRINT_FILE_TYPE","features":[495]},{"name":"APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP","features":[495]},{"name":"APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY","features":[495]},{"name":"APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP","features":[495]},{"name":"APPX_FOOTPRINT_FILE_TYPE_MANIFEST","features":[495]},{"name":"APPX_FOOTPRINT_FILE_TYPE_SIGNATURE","features":[495]},{"name":"APPX_KEY_INFO","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE2","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE2_ARM","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE2_ARM64","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE2_NEUTRAL","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE2_UNKNOWN","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X64","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X86","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X86_ON_ARM64","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE_ARM","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE_ARM64","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE_NEUTRAL","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE_X64","features":[495]},{"name":"APPX_PACKAGE_ARCHITECTURE_X86","features":[495]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTIONS","features":[495]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_LOCALIZED","features":[495]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_NONE","features":[495]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_SKIP_VALIDATION","features":[495]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION","features":[495]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION_APPEND_DELTA","features":[495]},{"name":"APPX_PACKAGE_SETTINGS","features":[307,495,358]},{"name":"APPX_PACKAGE_WRITER_PAYLOAD_STREAM","features":[495,358]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE","features":[495]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_CHANGE","features":[495]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_DETAILS","features":[495]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_END","features":[495]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_START","features":[495]},{"name":"ActivatePackageVirtualizationContext","features":[495]},{"name":"AddPackageDependency","features":[495]},{"name":"AddPackageDependencyOptions","features":[495]},{"name":"AddPackageDependencyOptions_None","features":[495]},{"name":"AddPackageDependencyOptions_PrependIfRankCollision","features":[495]},{"name":"AppPolicyClrCompat","features":[495]},{"name":"AppPolicyClrCompat_ClassicDesktop","features":[495]},{"name":"AppPolicyClrCompat_Other","features":[495]},{"name":"AppPolicyClrCompat_PackagedDesktop","features":[495]},{"name":"AppPolicyClrCompat_Universal","features":[495]},{"name":"AppPolicyCreateFileAccess","features":[495]},{"name":"AppPolicyCreateFileAccess_Full","features":[495]},{"name":"AppPolicyCreateFileAccess_Limited","features":[495]},{"name":"AppPolicyGetClrCompat","features":[307,495]},{"name":"AppPolicyGetCreateFileAccess","features":[307,495]},{"name":"AppPolicyGetLifecycleManagement","features":[307,495]},{"name":"AppPolicyGetMediaFoundationCodecLoading","features":[307,495]},{"name":"AppPolicyGetProcessTerminationMethod","features":[307,495]},{"name":"AppPolicyGetShowDeveloperDiagnostic","features":[307,495]},{"name":"AppPolicyGetThreadInitializationType","features":[307,495]},{"name":"AppPolicyGetWindowingModel","features":[307,495]},{"name":"AppPolicyLifecycleManagement","features":[495]},{"name":"AppPolicyLifecycleManagement_Managed","features":[495]},{"name":"AppPolicyLifecycleManagement_Unmanaged","features":[495]},{"name":"AppPolicyMediaFoundationCodecLoading","features":[495]},{"name":"AppPolicyMediaFoundationCodecLoading_All","features":[495]},{"name":"AppPolicyMediaFoundationCodecLoading_InboxOnly","features":[495]},{"name":"AppPolicyProcessTerminationMethod","features":[495]},{"name":"AppPolicyProcessTerminationMethod_ExitProcess","features":[495]},{"name":"AppPolicyProcessTerminationMethod_TerminateProcess","features":[495]},{"name":"AppPolicyShowDeveloperDiagnostic","features":[495]},{"name":"AppPolicyShowDeveloperDiagnostic_None","features":[495]},{"name":"AppPolicyShowDeveloperDiagnostic_ShowUI","features":[495]},{"name":"AppPolicyThreadInitializationType","features":[495]},{"name":"AppPolicyThreadInitializationType_InitializeWinRT","features":[495]},{"name":"AppPolicyThreadInitializationType_None","features":[495]},{"name":"AppPolicyWindowingModel","features":[495]},{"name":"AppPolicyWindowingModel_ClassicDesktop","features":[495]},{"name":"AppPolicyWindowingModel_ClassicPhone","features":[495]},{"name":"AppPolicyWindowingModel_None","features":[495]},{"name":"AppPolicyWindowingModel_Universal","features":[495]},{"name":"AppxBundleFactory","features":[495]},{"name":"AppxEncryptionFactory","features":[495]},{"name":"AppxFactory","features":[495]},{"name":"AppxPackageEditor","features":[495]},{"name":"AppxPackagingDiagnosticEventSinkManager","features":[495]},{"name":"CheckIsMSIXPackage","features":[307,495]},{"name":"ClosePackageInfo","features":[307,495]},{"name":"CreatePackageDependencyOptions","features":[495]},{"name":"CreatePackageDependencyOptions_DoNotVerifyDependencyResolution","features":[495]},{"name":"CreatePackageDependencyOptions_None","features":[495]},{"name":"CreatePackageDependencyOptions_ScopeIsSystem","features":[495]},{"name":"CreatePackageVirtualizationContext","features":[495]},{"name":"DX_FEATURE_LEVEL","features":[495]},{"name":"DX_FEATURE_LEVEL_10","features":[495]},{"name":"DX_FEATURE_LEVEL_11","features":[495]},{"name":"DX_FEATURE_LEVEL_9","features":[495]},{"name":"DX_FEATURE_LEVEL_UNSPECIFIED","features":[495]},{"name":"DeactivatePackageVirtualizationContext","features":[495]},{"name":"DeletePackageDependency","features":[495]},{"name":"DuplicatePackageVirtualizationContext","features":[495]},{"name":"FindPackagesByPackageFamily","features":[307,495]},{"name":"FormatApplicationUserModelId","features":[307,495]},{"name":"GetApplicationUserModelId","features":[307,495]},{"name":"GetApplicationUserModelIdFromToken","features":[307,495]},{"name":"GetCurrentApplicationUserModelId","features":[307,495]},{"name":"GetCurrentPackageFamilyName","features":[307,495]},{"name":"GetCurrentPackageFullName","features":[307,495]},{"name":"GetCurrentPackageId","features":[307,495]},{"name":"GetCurrentPackageInfo","features":[307,495]},{"name":"GetCurrentPackageInfo2","features":[307,495]},{"name":"GetCurrentPackageInfo3","features":[495]},{"name":"GetCurrentPackagePath","features":[307,495]},{"name":"GetCurrentPackagePath2","features":[307,495]},{"name":"GetCurrentPackageVirtualizationContext","features":[495]},{"name":"GetIdForPackageDependencyContext","features":[495]},{"name":"GetPackageApplicationIds","features":[307,495]},{"name":"GetPackageFamilyName","features":[307,495]},{"name":"GetPackageFamilyNameFromToken","features":[307,495]},{"name":"GetPackageFullName","features":[307,495]},{"name":"GetPackageFullNameFromToken","features":[307,495]},{"name":"GetPackageGraphRevisionId","features":[495]},{"name":"GetPackageId","features":[307,495]},{"name":"GetPackageInfo","features":[307,495]},{"name":"GetPackageInfo2","features":[307,495]},{"name":"GetPackagePath","features":[307,495]},{"name":"GetPackagePathByFullName","features":[307,495]},{"name":"GetPackagePathByFullName2","features":[307,495]},{"name":"GetPackagesByPackageFamily","features":[307,495]},{"name":"GetProcessesInVirtualizationContext","features":[307,495]},{"name":"GetResolvedPackageFullNameForPackageDependency","features":[495]},{"name":"GetStagedPackageOrigin","features":[307,495]},{"name":"GetStagedPackagePathByFullName","features":[307,495]},{"name":"GetStagedPackagePathByFullName2","features":[307,495]},{"name":"IAppxAppInstallerReader","features":[495]},{"name":"IAppxBlockMapBlock","features":[495]},{"name":"IAppxBlockMapBlocksEnumerator","features":[495]},{"name":"IAppxBlockMapFile","features":[495]},{"name":"IAppxBlockMapFilesEnumerator","features":[495]},{"name":"IAppxBlockMapReader","features":[495]},{"name":"IAppxBundleFactory","features":[495]},{"name":"IAppxBundleFactory2","features":[495]},{"name":"IAppxBundleManifestOptionalBundleInfo","features":[495]},{"name":"IAppxBundleManifestOptionalBundleInfoEnumerator","features":[495]},{"name":"IAppxBundleManifestPackageInfo","features":[495]},{"name":"IAppxBundleManifestPackageInfo2","features":[495]},{"name":"IAppxBundleManifestPackageInfo3","features":[495]},{"name":"IAppxBundleManifestPackageInfo4","features":[495]},{"name":"IAppxBundleManifestPackageInfoEnumerator","features":[495]},{"name":"IAppxBundleManifestReader","features":[495]},{"name":"IAppxBundleManifestReader2","features":[495]},{"name":"IAppxBundleReader","features":[495]},{"name":"IAppxBundleWriter","features":[495]},{"name":"IAppxBundleWriter2","features":[495]},{"name":"IAppxBundleWriter3","features":[495]},{"name":"IAppxBundleWriter4","features":[495]},{"name":"IAppxContentGroup","features":[495]},{"name":"IAppxContentGroupFilesEnumerator","features":[495]},{"name":"IAppxContentGroupMapReader","features":[495]},{"name":"IAppxContentGroupMapWriter","features":[495]},{"name":"IAppxContentGroupsEnumerator","features":[495]},{"name":"IAppxDigestProvider","features":[495]},{"name":"IAppxEncryptedBundleWriter","features":[495]},{"name":"IAppxEncryptedBundleWriter2","features":[495]},{"name":"IAppxEncryptedBundleWriter3","features":[495]},{"name":"IAppxEncryptedPackageWriter","features":[495]},{"name":"IAppxEncryptedPackageWriter2","features":[495]},{"name":"IAppxEncryptionFactory","features":[495]},{"name":"IAppxEncryptionFactory2","features":[495]},{"name":"IAppxEncryptionFactory3","features":[495]},{"name":"IAppxEncryptionFactory4","features":[495]},{"name":"IAppxEncryptionFactory5","features":[495]},{"name":"IAppxFactory","features":[495]},{"name":"IAppxFactory2","features":[495]},{"name":"IAppxFactory3","features":[495]},{"name":"IAppxFile","features":[495]},{"name":"IAppxFilesEnumerator","features":[495]},{"name":"IAppxManifestApplication","features":[495]},{"name":"IAppxManifestApplicationsEnumerator","features":[495]},{"name":"IAppxManifestCapabilitiesEnumerator","features":[495]},{"name":"IAppxManifestDeviceCapabilitiesEnumerator","features":[495]},{"name":"IAppxManifestDriverConstraint","features":[495]},{"name":"IAppxManifestDriverConstraintsEnumerator","features":[495]},{"name":"IAppxManifestDriverDependenciesEnumerator","features":[495]},{"name":"IAppxManifestDriverDependency","features":[495]},{"name":"IAppxManifestHostRuntimeDependenciesEnumerator","features":[495]},{"name":"IAppxManifestHostRuntimeDependency","features":[495]},{"name":"IAppxManifestHostRuntimeDependency2","features":[495]},{"name":"IAppxManifestMainPackageDependenciesEnumerator","features":[495]},{"name":"IAppxManifestMainPackageDependency","features":[495]},{"name":"IAppxManifestOSPackageDependenciesEnumerator","features":[495]},{"name":"IAppxManifestOSPackageDependency","features":[495]},{"name":"IAppxManifestOptionalPackageInfo","features":[495]},{"name":"IAppxManifestPackageDependenciesEnumerator","features":[495]},{"name":"IAppxManifestPackageDependency","features":[495]},{"name":"IAppxManifestPackageDependency2","features":[495]},{"name":"IAppxManifestPackageDependency3","features":[495]},{"name":"IAppxManifestPackageId","features":[495]},{"name":"IAppxManifestPackageId2","features":[495]},{"name":"IAppxManifestProperties","features":[495]},{"name":"IAppxManifestQualifiedResource","features":[495]},{"name":"IAppxManifestQualifiedResourcesEnumerator","features":[495]},{"name":"IAppxManifestReader","features":[495]},{"name":"IAppxManifestReader2","features":[495]},{"name":"IAppxManifestReader3","features":[495]},{"name":"IAppxManifestReader4","features":[495]},{"name":"IAppxManifestReader5","features":[495]},{"name":"IAppxManifestReader6","features":[495]},{"name":"IAppxManifestReader7","features":[495]},{"name":"IAppxManifestResourcesEnumerator","features":[495]},{"name":"IAppxManifestTargetDeviceFamiliesEnumerator","features":[495]},{"name":"IAppxManifestTargetDeviceFamily","features":[495]},{"name":"IAppxPackageEditor","features":[495]},{"name":"IAppxPackageReader","features":[495]},{"name":"IAppxPackageWriter","features":[495]},{"name":"IAppxPackageWriter2","features":[495]},{"name":"IAppxPackageWriter3","features":[495]},{"name":"IAppxPackagingDiagnosticEventSink","features":[495]},{"name":"IAppxPackagingDiagnosticEventSinkManager","features":[495]},{"name":"IAppxSourceContentGroupMapReader","features":[495]},{"name":"OpenPackageInfoByFullName","features":[307,495]},{"name":"OpenPackageInfoByFullNameForUser","features":[307,310,495]},{"name":"PACKAGEDEPENDENCY_CONTEXT","features":[495]},{"name":"PACKAGE_APPLICATIONS_MAX_COUNT","features":[495]},{"name":"PACKAGE_APPLICATIONS_MIN_COUNT","features":[495]},{"name":"PACKAGE_ARCHITECTURE_MAX_LENGTH","features":[495]},{"name":"PACKAGE_ARCHITECTURE_MIN_LENGTH","features":[495]},{"name":"PACKAGE_DEPENDENCY_RANK_DEFAULT","features":[495]},{"name":"PACKAGE_FAMILY_MAX_RESOURCE_PACKAGES","features":[495]},{"name":"PACKAGE_FAMILY_MIN_RESOURCE_PACKAGES","features":[495]},{"name":"PACKAGE_FAMILY_NAME_MAX_LENGTH","features":[495]},{"name":"PACKAGE_FAMILY_NAME_MIN_LENGTH","features":[495]},{"name":"PACKAGE_FILTER_ALL_LOADED","features":[495]},{"name":"PACKAGE_FILTER_BUNDLE","features":[495]},{"name":"PACKAGE_FILTER_DIRECT","features":[495]},{"name":"PACKAGE_FILTER_DYNAMIC","features":[495]},{"name":"PACKAGE_FILTER_HEAD","features":[495]},{"name":"PACKAGE_FILTER_HOSTRUNTIME","features":[495]},{"name":"PACKAGE_FILTER_IS_IN_RELATED_SET","features":[495]},{"name":"PACKAGE_FILTER_OPTIONAL","features":[495]},{"name":"PACKAGE_FILTER_RESOURCE","features":[495]},{"name":"PACKAGE_FILTER_STATIC","features":[495]},{"name":"PACKAGE_FULL_NAME_MAX_LENGTH","features":[495]},{"name":"PACKAGE_FULL_NAME_MIN_LENGTH","features":[495]},{"name":"PACKAGE_GRAPH_MAX_SIZE","features":[495]},{"name":"PACKAGE_GRAPH_MIN_SIZE","features":[495]},{"name":"PACKAGE_ID","features":[495]},{"name":"PACKAGE_ID","features":[495]},{"name":"PACKAGE_INFO","features":[495]},{"name":"PACKAGE_INFO","features":[495]},{"name":"PACKAGE_INFORMATION_BASIC","features":[495]},{"name":"PACKAGE_INFORMATION_FULL","features":[495]},{"name":"PACKAGE_MAX_DEPENDENCIES","features":[495]},{"name":"PACKAGE_MIN_DEPENDENCIES","features":[495]},{"name":"PACKAGE_NAME_MAX_LENGTH","features":[495]},{"name":"PACKAGE_NAME_MIN_LENGTH","features":[495]},{"name":"PACKAGE_PROPERTY_BUNDLE","features":[495]},{"name":"PACKAGE_PROPERTY_DEVELOPMENT_MODE","features":[495]},{"name":"PACKAGE_PROPERTY_DYNAMIC","features":[495]},{"name":"PACKAGE_PROPERTY_FRAMEWORK","features":[495]},{"name":"PACKAGE_PROPERTY_HOSTRUNTIME","features":[495]},{"name":"PACKAGE_PROPERTY_IS_IN_RELATED_SET","features":[495]},{"name":"PACKAGE_PROPERTY_OPTIONAL","features":[495]},{"name":"PACKAGE_PROPERTY_RESOURCE","features":[495]},{"name":"PACKAGE_PROPERTY_STATIC","features":[495]},{"name":"PACKAGE_PUBLISHERID_MAX_LENGTH","features":[495]},{"name":"PACKAGE_PUBLISHERID_MIN_LENGTH","features":[495]},{"name":"PACKAGE_PUBLISHER_MAX_LENGTH","features":[495]},{"name":"PACKAGE_PUBLISHER_MIN_LENGTH","features":[495]},{"name":"PACKAGE_RELATIVE_APPLICATION_ID_MAX_LENGTH","features":[495]},{"name":"PACKAGE_RELATIVE_APPLICATION_ID_MIN_LENGTH","features":[495]},{"name":"PACKAGE_RESOURCEID_MAX_LENGTH","features":[495]},{"name":"PACKAGE_RESOURCEID_MIN_LENGTH","features":[495]},{"name":"PACKAGE_VERSION","features":[495]},{"name":"PACKAGE_VERSION_MAX_LENGTH","features":[495]},{"name":"PACKAGE_VERSION_MIN_LENGTH","features":[495]},{"name":"PACKAGE_VIRTUALIZATION_CONTEXT_HANDLE","features":[495]},{"name":"PackageDependencyLifetimeKind","features":[495]},{"name":"PackageDependencyLifetimeKind_FilePath","features":[495]},{"name":"PackageDependencyLifetimeKind_Process","features":[495]},{"name":"PackageDependencyLifetimeKind_RegistryKey","features":[495]},{"name":"PackageDependencyProcessorArchitectures","features":[495]},{"name":"PackageDependencyProcessorArchitectures_Arm","features":[495]},{"name":"PackageDependencyProcessorArchitectures_Arm64","features":[495]},{"name":"PackageDependencyProcessorArchitectures_Neutral","features":[495]},{"name":"PackageDependencyProcessorArchitectures_None","features":[495]},{"name":"PackageDependencyProcessorArchitectures_X64","features":[495]},{"name":"PackageDependencyProcessorArchitectures_X86","features":[495]},{"name":"PackageDependencyProcessorArchitectures_X86A64","features":[495]},{"name":"PackageFamilyNameFromFullName","features":[307,495]},{"name":"PackageFamilyNameFromId","features":[307,495]},{"name":"PackageFullNameFromId","features":[307,495]},{"name":"PackageIdFromFullName","features":[307,495]},{"name":"PackageInfo3Type","features":[495]},{"name":"PackageInfo3Type_PackageInfoGeneration","features":[495]},{"name":"PackageNameAndPublisherIdFromFamilyName","features":[307,495]},{"name":"PackageOrigin","features":[495]},{"name":"PackageOrigin_DeveloperSigned","features":[495]},{"name":"PackageOrigin_DeveloperUnsigned","features":[495]},{"name":"PackageOrigin_Inbox","features":[495]},{"name":"PackageOrigin_LineOfBusiness","features":[495]},{"name":"PackageOrigin_Store","features":[495]},{"name":"PackageOrigin_Unknown","features":[495]},{"name":"PackageOrigin_Unsigned","features":[495]},{"name":"PackagePathType","features":[495]},{"name":"PackagePathType_Effective","features":[495]},{"name":"PackagePathType_EffectiveExternal","features":[495]},{"name":"PackagePathType_Install","features":[495]},{"name":"PackagePathType_MachineExternal","features":[495]},{"name":"PackagePathType_Mutable","features":[495]},{"name":"PackagePathType_UserExternal","features":[495]},{"name":"ParseApplicationUserModelId","features":[307,495]},{"name":"ReleasePackageVirtualizationContext","features":[495]},{"name":"RemovePackageDependency","features":[495]},{"name":"TryCreatePackageDependency","features":[310,495]},{"name":"VerifyApplicationUserModelId","features":[307,495]},{"name":"VerifyPackageFamilyName","features":[307,495]},{"name":"VerifyPackageFullName","features":[307,495]},{"name":"VerifyPackageId","features":[307,495]},{"name":"VerifyPackageRelativeApplicationId","features":[307,495]},{"name":"_PACKAGE_INFO_REFERENCE","features":[495]}],"523":[{"name":"IOpcCertificateEnumerator","features":[518]},{"name":"IOpcCertificateSet","features":[518]},{"name":"IOpcDigitalSignature","features":[518]},{"name":"IOpcDigitalSignatureEnumerator","features":[518]},{"name":"IOpcDigitalSignatureManager","features":[518]},{"name":"IOpcFactory","features":[518]},{"name":"IOpcPackage","features":[518]},{"name":"IOpcPart","features":[518]},{"name":"IOpcPartEnumerator","features":[518]},{"name":"IOpcPartSet","features":[518]},{"name":"IOpcPartUri","features":[518,358]},{"name":"IOpcRelationship","features":[518]},{"name":"IOpcRelationshipEnumerator","features":[518]},{"name":"IOpcRelationshipSelector","features":[518]},{"name":"IOpcRelationshipSelectorEnumerator","features":[518]},{"name":"IOpcRelationshipSelectorSet","features":[518]},{"name":"IOpcRelationshipSet","features":[518]},{"name":"IOpcSignatureCustomObject","features":[518]},{"name":"IOpcSignatureCustomObjectEnumerator","features":[518]},{"name":"IOpcSignatureCustomObjectSet","features":[518]},{"name":"IOpcSignaturePartReference","features":[518]},{"name":"IOpcSignaturePartReferenceEnumerator","features":[518]},{"name":"IOpcSignaturePartReferenceSet","features":[518]},{"name":"IOpcSignatureReference","features":[518]},{"name":"IOpcSignatureReferenceEnumerator","features":[518]},{"name":"IOpcSignatureReferenceSet","features":[518]},{"name":"IOpcSignatureRelationshipReference","features":[518]},{"name":"IOpcSignatureRelationshipReferenceEnumerator","features":[518]},{"name":"IOpcSignatureRelationshipReferenceSet","features":[518]},{"name":"IOpcSigningOptions","features":[518]},{"name":"IOpcUri","features":[518,358]},{"name":"OPC_CACHE_ON_ACCESS","features":[518]},{"name":"OPC_CANONICALIZATION_C14N","features":[518]},{"name":"OPC_CANONICALIZATION_C14N_WITH_COMMENTS","features":[518]},{"name":"OPC_CANONICALIZATION_METHOD","features":[518]},{"name":"OPC_CANONICALIZATION_NONE","features":[518]},{"name":"OPC_CERTIFICATE_EMBEDDING_OPTION","features":[518]},{"name":"OPC_CERTIFICATE_IN_CERTIFICATE_PART","features":[518]},{"name":"OPC_CERTIFICATE_IN_SIGNATURE_PART","features":[518]},{"name":"OPC_CERTIFICATE_NOT_EMBEDDED","features":[518]},{"name":"OPC_COMPRESSION_FAST","features":[518]},{"name":"OPC_COMPRESSION_MAXIMUM","features":[518]},{"name":"OPC_COMPRESSION_NONE","features":[518]},{"name":"OPC_COMPRESSION_NORMAL","features":[518]},{"name":"OPC_COMPRESSION_OPTIONS","features":[518]},{"name":"OPC_COMPRESSION_SUPERFAST","features":[518]},{"name":"OPC_E_CONFLICTING_SETTINGS","features":[518]},{"name":"OPC_E_COULD_NOT_RECOVER","features":[518]},{"name":"OPC_E_DS_DEFAULT_DIGEST_METHOD_NOT_SET","features":[518]},{"name":"OPC_E_DS_DIGEST_VALUE_ERROR","features":[518]},{"name":"OPC_E_DS_DUPLICATE_PACKAGE_OBJECT_REFERENCES","features":[518]},{"name":"OPC_E_DS_DUPLICATE_SIGNATURE_ORIGIN_RELATIONSHIP","features":[518]},{"name":"OPC_E_DS_DUPLICATE_SIGNATURE_PROPERTY_ELEMENT","features":[518]},{"name":"OPC_E_DS_EXTERNAL_SIGNATURE","features":[518]},{"name":"OPC_E_DS_EXTERNAL_SIGNATURE_REFERENCE","features":[518]},{"name":"OPC_E_DS_INVALID_CANONICALIZATION_METHOD","features":[518]},{"name":"OPC_E_DS_INVALID_CERTIFICATE_RELATIONSHIP","features":[518]},{"name":"OPC_E_DS_INVALID_OPC_SIGNATURE_TIME_FORMAT","features":[518]},{"name":"OPC_E_DS_INVALID_RELATIONSHIPS_SIGNING_OPTION","features":[518]},{"name":"OPC_E_DS_INVALID_RELATIONSHIP_TRANSFORM_XML","features":[518]},{"name":"OPC_E_DS_INVALID_SIGNATURE_COUNT","features":[518]},{"name":"OPC_E_DS_INVALID_SIGNATURE_ORIGIN_RELATIONSHIP","features":[518]},{"name":"OPC_E_DS_INVALID_SIGNATURE_XML","features":[518]},{"name":"OPC_E_DS_MISSING_CANONICALIZATION_TRANSFORM","features":[518]},{"name":"OPC_E_DS_MISSING_CERTIFICATE_PART","features":[518]},{"name":"OPC_E_DS_MISSING_PACKAGE_OBJECT_REFERENCE","features":[518]},{"name":"OPC_E_DS_MISSING_SIGNATURE_ALGORITHM","features":[518]},{"name":"OPC_E_DS_MISSING_SIGNATURE_ORIGIN_PART","features":[518]},{"name":"OPC_E_DS_MISSING_SIGNATURE_PART","features":[518]},{"name":"OPC_E_DS_MISSING_SIGNATURE_PROPERTIES_ELEMENT","features":[518]},{"name":"OPC_E_DS_MISSING_SIGNATURE_PROPERTY_ELEMENT","features":[518]},{"name":"OPC_E_DS_MISSING_SIGNATURE_TIME_PROPERTY","features":[518]},{"name":"OPC_E_DS_MULTIPLE_RELATIONSHIP_TRANSFORMS","features":[518]},{"name":"OPC_E_DS_PACKAGE_REFERENCE_URI_RESERVED","features":[518]},{"name":"OPC_E_DS_REFERENCE_MISSING_CONTENT_TYPE","features":[518]},{"name":"OPC_E_DS_SIGNATURE_CORRUPT","features":[518]},{"name":"OPC_E_DS_SIGNATURE_METHOD_NOT_SET","features":[518]},{"name":"OPC_E_DS_SIGNATURE_ORIGIN_EXISTS","features":[518]},{"name":"OPC_E_DS_SIGNATURE_PROPERTY_MISSING_TARGET","features":[518]},{"name":"OPC_E_DS_SIGNATURE_REFERENCE_MISSING_URI","features":[518]},{"name":"OPC_E_DS_UNSIGNED_PACKAGE","features":[518]},{"name":"OPC_E_DUPLICATE_DEFAULT_EXTENSION","features":[518]},{"name":"OPC_E_DUPLICATE_OVERRIDE_PART","features":[518]},{"name":"OPC_E_DUPLICATE_PART","features":[518]},{"name":"OPC_E_DUPLICATE_PIECE","features":[518]},{"name":"OPC_E_DUPLICATE_RELATIONSHIP","features":[518]},{"name":"OPC_E_ENUM_CANNOT_MOVE_NEXT","features":[518]},{"name":"OPC_E_ENUM_CANNOT_MOVE_PREVIOUS","features":[518]},{"name":"OPC_E_ENUM_COLLECTION_CHANGED","features":[518]},{"name":"OPC_E_ENUM_INVALID_POSITION","features":[518]},{"name":"OPC_E_INVALID_CONTENT_TYPE","features":[518]},{"name":"OPC_E_INVALID_CONTENT_TYPE_XML","features":[518]},{"name":"OPC_E_INVALID_DEFAULT_EXTENSION","features":[518]},{"name":"OPC_E_INVALID_OVERRIDE_PART_NAME","features":[518]},{"name":"OPC_E_INVALID_PIECE","features":[518]},{"name":"OPC_E_INVALID_RELATIONSHIP_ID","features":[518]},{"name":"OPC_E_INVALID_RELATIONSHIP_TARGET","features":[518]},{"name":"OPC_E_INVALID_RELATIONSHIP_TARGET_MODE","features":[518]},{"name":"OPC_E_INVALID_RELATIONSHIP_TYPE","features":[518]},{"name":"OPC_E_INVALID_RELS_XML","features":[518]},{"name":"OPC_E_INVALID_XML_ENCODING","features":[518]},{"name":"OPC_E_MC_INCONSISTENT_PRESERVE_ATTRIBUTES","features":[518]},{"name":"OPC_E_MC_INCONSISTENT_PRESERVE_ELEMENTS","features":[518]},{"name":"OPC_E_MC_INCONSISTENT_PROCESS_CONTENT","features":[518]},{"name":"OPC_E_MC_INVALID_ATTRIBUTES_ON_IGNORABLE_ELEMENT","features":[518]},{"name":"OPC_E_MC_INVALID_ENUM_TYPE","features":[518]},{"name":"OPC_E_MC_INVALID_PREFIX_LIST","features":[518]},{"name":"OPC_E_MC_INVALID_QNAME_LIST","features":[518]},{"name":"OPC_E_MC_INVALID_XMLNS_ATTRIBUTE","features":[518]},{"name":"OPC_E_MC_MISSING_CHOICE","features":[518]},{"name":"OPC_E_MC_MISSING_REQUIRES_ATTR","features":[518]},{"name":"OPC_E_MC_MULTIPLE_FALLBACK_ELEMENTS","features":[518]},{"name":"OPC_E_MC_NESTED_ALTERNATE_CONTENT","features":[518]},{"name":"OPC_E_MC_UNEXPECTED_ATTR","features":[518]},{"name":"OPC_E_MC_UNEXPECTED_CHOICE","features":[518]},{"name":"OPC_E_MC_UNEXPECTED_ELEMENT","features":[518]},{"name":"OPC_E_MC_UNEXPECTED_REQUIRES_ATTR","features":[518]},{"name":"OPC_E_MC_UNKNOWN_NAMESPACE","features":[518]},{"name":"OPC_E_MC_UNKNOWN_PREFIX","features":[518]},{"name":"OPC_E_MISSING_CONTENT_TYPES","features":[518]},{"name":"OPC_E_MISSING_PIECE","features":[518]},{"name":"OPC_E_NONCONFORMING_CONTENT_TYPES_XML","features":[518]},{"name":"OPC_E_NONCONFORMING_RELS_XML","features":[518]},{"name":"OPC_E_NONCONFORMING_URI","features":[518]},{"name":"OPC_E_NO_SUCH_PART","features":[518]},{"name":"OPC_E_NO_SUCH_RELATIONSHIP","features":[518]},{"name":"OPC_E_NO_SUCH_SETTINGS","features":[518]},{"name":"OPC_E_PART_CANNOT_BE_DIRECTORY","features":[518]},{"name":"OPC_E_RELATIONSHIP_URI_REQUIRED","features":[518]},{"name":"OPC_E_RELATIVE_URI_REQUIRED","features":[518]},{"name":"OPC_E_UNEXPECTED_CONTENT_TYPE","features":[518]},{"name":"OPC_E_UNSUPPORTED_PACKAGE","features":[518]},{"name":"OPC_E_ZIP_CENTRAL_DIRECTORY_TOO_LARGE","features":[518]},{"name":"OPC_E_ZIP_COMMENT_TOO_LARGE","features":[518]},{"name":"OPC_E_ZIP_COMPRESSION_FAILED","features":[518]},{"name":"OPC_E_ZIP_CORRUPTED_ARCHIVE","features":[518]},{"name":"OPC_E_ZIP_DECOMPRESSION_FAILED","features":[518]},{"name":"OPC_E_ZIP_DUPLICATE_NAME","features":[518]},{"name":"OPC_E_ZIP_EXTRA_FIELDS_TOO_LARGE","features":[518]},{"name":"OPC_E_ZIP_FILE_HEADER_TOO_LARGE","features":[518]},{"name":"OPC_E_ZIP_INCONSISTENT_DIRECTORY","features":[518]},{"name":"OPC_E_ZIP_INCONSISTENT_FILEITEM","features":[518]},{"name":"OPC_E_ZIP_INCORRECT_DATA_SIZE","features":[518]},{"name":"OPC_E_ZIP_MISSING_DATA_DESCRIPTOR","features":[518]},{"name":"OPC_E_ZIP_MISSING_END_OF_CENTRAL_DIRECTORY","features":[518]},{"name":"OPC_E_ZIP_NAME_TOO_LARGE","features":[518]},{"name":"OPC_E_ZIP_REQUIRES_64_BIT","features":[518]},{"name":"OPC_E_ZIP_UNSUPPORTEDARCHIVE","features":[518]},{"name":"OPC_READ_DEFAULT","features":[518]},{"name":"OPC_READ_FLAGS","features":[518]},{"name":"OPC_RELATIONSHIPS_SIGNING_OPTION","features":[518]},{"name":"OPC_RELATIONSHIP_SELECTOR","features":[518]},{"name":"OPC_RELATIONSHIP_SELECT_BY_ID","features":[518]},{"name":"OPC_RELATIONSHIP_SELECT_BY_TYPE","features":[518]},{"name":"OPC_RELATIONSHIP_SIGN_PART","features":[518]},{"name":"OPC_RELATIONSHIP_SIGN_USING_SELECTORS","features":[518]},{"name":"OPC_SIGNATURE_INVALID","features":[518]},{"name":"OPC_SIGNATURE_TIME_FORMAT","features":[518]},{"name":"OPC_SIGNATURE_TIME_FORMAT_DAYS","features":[518]},{"name":"OPC_SIGNATURE_TIME_FORMAT_MILLISECONDS","features":[518]},{"name":"OPC_SIGNATURE_TIME_FORMAT_MINUTES","features":[518]},{"name":"OPC_SIGNATURE_TIME_FORMAT_MONTHS","features":[518]},{"name":"OPC_SIGNATURE_TIME_FORMAT_SECONDS","features":[518]},{"name":"OPC_SIGNATURE_TIME_FORMAT_YEARS","features":[518]},{"name":"OPC_SIGNATURE_VALID","features":[518]},{"name":"OPC_SIGNATURE_VALIDATION_RESULT","features":[518]},{"name":"OPC_STREAM_IO_MODE","features":[518]},{"name":"OPC_STREAM_IO_READ","features":[518]},{"name":"OPC_STREAM_IO_WRITE","features":[518]},{"name":"OPC_URI_TARGET_MODE","features":[518]},{"name":"OPC_URI_TARGET_MODE_EXTERNAL","features":[518]},{"name":"OPC_URI_TARGET_MODE_INTERNAL","features":[518]},{"name":"OPC_VALIDATE_ON_LOAD","features":[518]},{"name":"OPC_WRITE_DEFAULT","features":[518]},{"name":"OPC_WRITE_FLAGS","features":[518]},{"name":"OPC_WRITE_FORCE_ZIP32","features":[518]},{"name":"OpcFactory","features":[518]}],"524":[{"name":"PRJ_CALLBACKS","features":[307,519]},{"name":"PRJ_CALLBACK_DATA","features":[519]},{"name":"PRJ_CALLBACK_DATA_FLAGS","features":[519]},{"name":"PRJ_CANCEL_COMMAND_CB","features":[519]},{"name":"PRJ_CB_DATA_FLAG_ENUM_RESTART_SCAN","features":[519]},{"name":"PRJ_CB_DATA_FLAG_ENUM_RETURN_SINGLE_ENTRY","features":[519]},{"name":"PRJ_COMPLETE_COMMAND_EXTENDED_PARAMETERS","features":[519]},{"name":"PRJ_COMPLETE_COMMAND_TYPE","features":[519]},{"name":"PRJ_COMPLETE_COMMAND_TYPE_ENUMERATION","features":[519]},{"name":"PRJ_COMPLETE_COMMAND_TYPE_NOTIFICATION","features":[519]},{"name":"PRJ_DIR_ENTRY_BUFFER_HANDLE","features":[519]},{"name":"PRJ_END_DIRECTORY_ENUMERATION_CB","features":[519]},{"name":"PRJ_EXTENDED_INFO","features":[519]},{"name":"PRJ_EXT_INFO_TYPE","features":[519]},{"name":"PRJ_EXT_INFO_TYPE_SYMLINK","features":[519]},{"name":"PRJ_FILE_BASIC_INFO","features":[307,519]},{"name":"PRJ_FILE_STATE","features":[519]},{"name":"PRJ_FILE_STATE_DIRTY_PLACEHOLDER","features":[519]},{"name":"PRJ_FILE_STATE_FULL","features":[519]},{"name":"PRJ_FILE_STATE_HYDRATED_PLACEHOLDER","features":[519]},{"name":"PRJ_FILE_STATE_PLACEHOLDER","features":[519]},{"name":"PRJ_FILE_STATE_TOMBSTONE","features":[519]},{"name":"PRJ_FLAG_NONE","features":[519]},{"name":"PRJ_FLAG_USE_NEGATIVE_PATH_CACHE","features":[519]},{"name":"PRJ_GET_DIRECTORY_ENUMERATION_CB","features":[519]},{"name":"PRJ_GET_FILE_DATA_CB","features":[519]},{"name":"PRJ_GET_PLACEHOLDER_INFO_CB","features":[519]},{"name":"PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT","features":[519]},{"name":"PRJ_NOTIFICATION","features":[519]},{"name":"PRJ_NOTIFICATION_CB","features":[307,519]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_DELETED","features":[519]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_MODIFIED","features":[519]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_NO_MODIFICATION","features":[519]},{"name":"PRJ_NOTIFICATION_FILE_OPENED","features":[519]},{"name":"PRJ_NOTIFICATION_FILE_OVERWRITTEN","features":[519]},{"name":"PRJ_NOTIFICATION_FILE_PRE_CONVERT_TO_FULL","features":[519]},{"name":"PRJ_NOTIFICATION_FILE_RENAMED","features":[519]},{"name":"PRJ_NOTIFICATION_HARDLINK_CREATED","features":[519]},{"name":"PRJ_NOTIFICATION_MAPPING","features":[519]},{"name":"PRJ_NOTIFICATION_NEW_FILE_CREATED","features":[519]},{"name":"PRJ_NOTIFICATION_PARAMETERS","features":[307,519]},{"name":"PRJ_NOTIFICATION_PRE_DELETE","features":[519]},{"name":"PRJ_NOTIFICATION_PRE_RENAME","features":[519]},{"name":"PRJ_NOTIFICATION_PRE_SET_HARDLINK","features":[519]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_FILE_DELETED","features":[519]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_FILE_MODIFIED","features":[519]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_NO_MODIFICATION","features":[519]},{"name":"PRJ_NOTIFY_FILE_OPENED","features":[519]},{"name":"PRJ_NOTIFY_FILE_OVERWRITTEN","features":[519]},{"name":"PRJ_NOTIFY_FILE_PRE_CONVERT_TO_FULL","features":[519]},{"name":"PRJ_NOTIFY_FILE_RENAMED","features":[519]},{"name":"PRJ_NOTIFY_HARDLINK_CREATED","features":[519]},{"name":"PRJ_NOTIFY_NEW_FILE_CREATED","features":[519]},{"name":"PRJ_NOTIFY_NONE","features":[519]},{"name":"PRJ_NOTIFY_PRE_DELETE","features":[519]},{"name":"PRJ_NOTIFY_PRE_RENAME","features":[519]},{"name":"PRJ_NOTIFY_PRE_SET_HARDLINK","features":[519]},{"name":"PRJ_NOTIFY_SUPPRESS_NOTIFICATIONS","features":[519]},{"name":"PRJ_NOTIFY_TYPES","features":[519]},{"name":"PRJ_NOTIFY_USE_EXISTING_MASK","features":[519]},{"name":"PRJ_PLACEHOLDER_ID","features":[519]},{"name":"PRJ_PLACEHOLDER_ID_LENGTH","features":[519]},{"name":"PRJ_PLACEHOLDER_INFO","features":[307,519]},{"name":"PRJ_PLACEHOLDER_VERSION_INFO","features":[519]},{"name":"PRJ_QUERY_FILE_NAME_CB","features":[519]},{"name":"PRJ_STARTVIRTUALIZING_FLAGS","features":[519]},{"name":"PRJ_STARTVIRTUALIZING_OPTIONS","features":[519]},{"name":"PRJ_START_DIRECTORY_ENUMERATION_CB","features":[519]},{"name":"PRJ_UPDATE_ALLOW_DIRTY_DATA","features":[519]},{"name":"PRJ_UPDATE_ALLOW_DIRTY_METADATA","features":[519]},{"name":"PRJ_UPDATE_ALLOW_READ_ONLY","features":[519]},{"name":"PRJ_UPDATE_ALLOW_TOMBSTONE","features":[519]},{"name":"PRJ_UPDATE_FAILURE_CAUSES","features":[519]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_DIRTY_DATA","features":[519]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_DIRTY_METADATA","features":[519]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_NONE","features":[519]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_READ_ONLY","features":[519]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_TOMBSTONE","features":[519]},{"name":"PRJ_UPDATE_MAX_VAL","features":[519]},{"name":"PRJ_UPDATE_NONE","features":[519]},{"name":"PRJ_UPDATE_RESERVED1","features":[519]},{"name":"PRJ_UPDATE_RESERVED2","features":[519]},{"name":"PRJ_UPDATE_TYPES","features":[519]},{"name":"PRJ_VIRTUALIZATION_INSTANCE_INFO","features":[519]},{"name":"PrjAllocateAlignedBuffer","features":[519]},{"name":"PrjClearNegativePathCache","features":[519]},{"name":"PrjCompleteCommand","features":[519]},{"name":"PrjDeleteFile","features":[519]},{"name":"PrjDoesNameContainWildCards","features":[307,519]},{"name":"PrjFileNameCompare","features":[519]},{"name":"PrjFileNameMatch","features":[307,519]},{"name":"PrjFillDirEntryBuffer","features":[307,519]},{"name":"PrjFillDirEntryBuffer2","features":[307,519]},{"name":"PrjFreeAlignedBuffer","features":[519]},{"name":"PrjGetOnDiskFileState","features":[519]},{"name":"PrjGetVirtualizationInstanceInfo","features":[519]},{"name":"PrjMarkDirectoryAsPlaceholder","features":[519]},{"name":"PrjStartVirtualizing","features":[307,519]},{"name":"PrjStopVirtualizing","features":[519]},{"name":"PrjUpdateFileIfNeeded","features":[307,519]},{"name":"PrjWriteFileData","features":[519]},{"name":"PrjWritePlaceholderInfo","features":[307,519]},{"name":"PrjWritePlaceholderInfo2","features":[307,519]}],"525":[{"name":"JET_API_PTR","features":[514]},{"name":"JET_HANDLE","features":[514]},{"name":"JET_TABLEID","features":[514]}],"526":[{"name":"APPLY_SNAPSHOT_VHDSET_FLAG","features":[520]},{"name":"APPLY_SNAPSHOT_VHDSET_FLAG_NONE","features":[520]},{"name":"APPLY_SNAPSHOT_VHDSET_FLAG_WRITEABLE","features":[520]},{"name":"APPLY_SNAPSHOT_VHDSET_PARAMETERS","features":[520]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION","features":[520]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION_1","features":[520]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_AT_BOOT","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_BYPASS_DEFAULT_ENCRYPTION_POLICY","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NON_PNP","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_DRIVE_LETTER","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_LOCAL_HOST","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_SECURITY_DESCRIPTOR","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_PERMANENT_LIFETIME","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_READ_ONLY","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_REGISTER_VOLUME","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_RESTRICTED_RANGE","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_SINGLE_PARTITION","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_PARAMETERS","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_VERSION","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_1","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_2","features":[520]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[520]},{"name":"AddVirtualDiskParent","features":[307,520]},{"name":"ApplySnapshotVhdSet","features":[307,520]},{"name":"AttachVirtualDisk","features":[307,310,520,312]},{"name":"BreakMirrorVirtualDisk","features":[307,520]},{"name":"COMPACT_VIRTUAL_DISK_FLAG","features":[520]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NO_BLOCK_MOVES","features":[520]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NO_ZERO_SCAN","features":[520]},{"name":"COMPACT_VIRTUAL_DISK_PARAMETERS","features":[520]},{"name":"COMPACT_VIRTUAL_DISK_VERSION","features":[520]},{"name":"COMPACT_VIRTUAL_DISK_VERSION_1","features":[520]},{"name":"COMPACT_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_CREATE_BACKING_STORAGE","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_DO_NOT_COPY_METADATA_FROM_PARENT","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_FULL_PHYSICAL_ALLOCATION","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PMEM_COMPATIBLE","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PRESERVE_PARENT_CHANGE_TRACKING_STATE","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PREVENT_WRITES_TO_SOURCE_DISK","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SPARSE_FILE","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SUPPORT_SPARSE_FILES_ANY_FS","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_USE_CHANGE_TRACKING_SOURCE_LIMIT","features":[520]},{"name":"CREATE_VIRTUAL_DISK_FLAG_VHD_SET_USE_ORIGINAL_BACKING_STORAGE","features":[520]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS","features":[520]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS_DEFAULT_BLOCK_SIZE","features":[520]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS_DEFAULT_SECTOR_SIZE","features":[520]},{"name":"CREATE_VIRTUAL_DISK_VERSION","features":[520]},{"name":"CREATE_VIRTUAL_DISK_VERSION_1","features":[520]},{"name":"CREATE_VIRTUAL_DISK_VERSION_2","features":[520]},{"name":"CREATE_VIRTUAL_DISK_VERSION_3","features":[520]},{"name":"CREATE_VIRTUAL_DISK_VERSION_4","features":[520]},{"name":"CREATE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[520]},{"name":"CompactVirtualDisk","features":[307,520,312]},{"name":"CompleteForkVirtualDisk","features":[307,520]},{"name":"CreateVirtualDisk","features":[307,310,520,312]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG","features":[520]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG_NONE","features":[520]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG_PERSIST_RCT","features":[520]},{"name":"DELETE_SNAPSHOT_VHDSET_PARAMETERS","features":[520]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION","features":[520]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION_1","features":[520]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[520]},{"name":"DEPENDENT_DISK_FLAG","features":[520]},{"name":"DEPENDENT_DISK_FLAG_ALWAYS_ALLOW_SPARSE","features":[520]},{"name":"DEPENDENT_DISK_FLAG_FULLY_ALLOCATED","features":[520]},{"name":"DEPENDENT_DISK_FLAG_MULT_BACKING_FILES","features":[520]},{"name":"DEPENDENT_DISK_FLAG_NONE","features":[520]},{"name":"DEPENDENT_DISK_FLAG_NO_DRIVE_LETTER","features":[520]},{"name":"DEPENDENT_DISK_FLAG_NO_HOST_DISK","features":[520]},{"name":"DEPENDENT_DISK_FLAG_PARENT","features":[520]},{"name":"DEPENDENT_DISK_FLAG_PERMANENT_LIFETIME","features":[520]},{"name":"DEPENDENT_DISK_FLAG_READ_ONLY","features":[520]},{"name":"DEPENDENT_DISK_FLAG_REMOTE","features":[520]},{"name":"DEPENDENT_DISK_FLAG_REMOVABLE","features":[520]},{"name":"DEPENDENT_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[520]},{"name":"DEPENDENT_DISK_FLAG_SUPPORT_ENCRYPTED_FILES","features":[520]},{"name":"DEPENDENT_DISK_FLAG_SYSTEM_VOLUME","features":[520]},{"name":"DEPENDENT_DISK_FLAG_SYSTEM_VOLUME_PARENT","features":[520]},{"name":"DETACH_VIRTUAL_DISK_FLAG","features":[520]},{"name":"DETACH_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"DeleteSnapshotVhdSet","features":[307,520]},{"name":"DeleteVirtualDiskMetadata","features":[307,520]},{"name":"DetachVirtualDisk","features":[307,520]},{"name":"EXPAND_VIRTUAL_DISK_FLAG","features":[520]},{"name":"EXPAND_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"EXPAND_VIRTUAL_DISK_FLAG_NOTIFY_CHANGE","features":[520]},{"name":"EXPAND_VIRTUAL_DISK_PARAMETERS","features":[520]},{"name":"EXPAND_VIRTUAL_DISK_VERSION","features":[520]},{"name":"EXPAND_VIRTUAL_DISK_VERSION_1","features":[520]},{"name":"EXPAND_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[520]},{"name":"EnumerateVirtualDiskMetadata","features":[307,520]},{"name":"ExpandVirtualDisk","features":[307,520,312]},{"name":"FORK_VIRTUAL_DISK_FLAG","features":[520]},{"name":"FORK_VIRTUAL_DISK_FLAG_EXISTING_FILE","features":[520]},{"name":"FORK_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"FORK_VIRTUAL_DISK_PARAMETERS","features":[520]},{"name":"FORK_VIRTUAL_DISK_VERSION","features":[520]},{"name":"FORK_VIRTUAL_DISK_VERSION_1","features":[520]},{"name":"FORK_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[520]},{"name":"ForkVirtualDisk","features":[307,520,312]},{"name":"GET_STORAGE_DEPENDENCY_FLAG","features":[520]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_DISK_HANDLE","features":[520]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_HOST_VOLUMES","features":[520]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_NONE","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO","features":[307,520]},{"name":"GET_VIRTUAL_DISK_INFO_CHANGE_TRACKING_STATE","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_FRAGMENTATION","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_IDENTIFIER","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_IS_4K_ALIGNED","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_IS_LOADED","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_IDENTIFIER","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_LOCATION","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_TIMESTAMP","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_PHYSICAL_DISK","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_PROVIDER_SUBTYPE","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_SIZE","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_SMALLEST_SAFE_VIRTUAL_SIZE","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_UNSPECIFIED","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_VERSION","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_VHD_PHYSICAL_SECTOR_SIZE","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_VIRTUAL_DISK_ID","features":[520]},{"name":"GET_VIRTUAL_DISK_INFO_VIRTUAL_STORAGE_TYPE","features":[520]},{"name":"GetAllAttachedVirtualDiskPhysicalPaths","features":[307,520]},{"name":"GetStorageDependencyInformation","features":[307,520]},{"name":"GetVirtualDiskInformation","features":[307,520]},{"name":"GetVirtualDiskMetadata","features":[307,520]},{"name":"GetVirtualDiskOperationProgress","features":[307,520,312]},{"name":"GetVirtualDiskPhysicalPath","features":[307,520]},{"name":"MERGE_VIRTUAL_DISK_DEFAULT_MERGE_DEPTH","features":[520]},{"name":"MERGE_VIRTUAL_DISK_FLAG","features":[520]},{"name":"MERGE_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"MERGE_VIRTUAL_DISK_PARAMETERS","features":[520]},{"name":"MERGE_VIRTUAL_DISK_VERSION","features":[520]},{"name":"MERGE_VIRTUAL_DISK_VERSION_1","features":[520]},{"name":"MERGE_VIRTUAL_DISK_VERSION_2","features":[520]},{"name":"MERGE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[520]},{"name":"MIRROR_VIRTUAL_DISK_FLAG","features":[520]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_ENABLE_SMB_COMPRESSION","features":[520]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_EXISTING_FILE","features":[520]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_IS_LIVE_MIGRATION","features":[520]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_SKIP_MIRROR_ACTIVATION","features":[520]},{"name":"MIRROR_VIRTUAL_DISK_PARAMETERS","features":[520]},{"name":"MIRROR_VIRTUAL_DISK_VERSION","features":[520]},{"name":"MIRROR_VIRTUAL_DISK_VERSION_1","features":[520]},{"name":"MIRROR_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[520]},{"name":"MODIFY_VHDSET_DEFAULT_SNAPSHOT_PATH","features":[520]},{"name":"MODIFY_VHDSET_FLAG","features":[520]},{"name":"MODIFY_VHDSET_FLAG_NONE","features":[520]},{"name":"MODIFY_VHDSET_FLAG_WRITEABLE_SNAPSHOT","features":[520]},{"name":"MODIFY_VHDSET_PARAMETERS","features":[520]},{"name":"MODIFY_VHDSET_REMOVE_SNAPSHOT","features":[520]},{"name":"MODIFY_VHDSET_SNAPSHOT_PATH","features":[520]},{"name":"MODIFY_VHDSET_UNSPECIFIED","features":[520]},{"name":"MODIFY_VHDSET_VERSION","features":[520]},{"name":"MergeVirtualDisk","features":[307,520,312]},{"name":"MirrorVirtualDisk","features":[307,520,312]},{"name":"ModifyVhdSet","features":[307,520]},{"name":"OPEN_VIRTUAL_DISK_FLAG","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_BLANK_FILE","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_BOOT_DRIVE","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_CACHED_IO","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_CUSTOM_DIFF_CHAIN","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_IGNORE_RELATIVE_PARENT_LOCATOR","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NO_PARENTS","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NO_WRITE_HARDENING","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_PARENT_CACHED_IO","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_ENCRYPTED_FILES","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_SPARSE_FILES_ANY_FS","features":[520]},{"name":"OPEN_VIRTUAL_DISK_FLAG_VHDSET_FILE_ONLY","features":[520]},{"name":"OPEN_VIRTUAL_DISK_PARAMETERS","features":[307,520]},{"name":"OPEN_VIRTUAL_DISK_RW_DEPTH_DEFAULT","features":[520]},{"name":"OPEN_VIRTUAL_DISK_VERSION","features":[520]},{"name":"OPEN_VIRTUAL_DISK_VERSION_1","features":[520]},{"name":"OPEN_VIRTUAL_DISK_VERSION_2","features":[520]},{"name":"OPEN_VIRTUAL_DISK_VERSION_3","features":[520]},{"name":"OPEN_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[520]},{"name":"OpenVirtualDisk","features":[307,520]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_FLAG","features":[520]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_RANGE","features":[520]},{"name":"QueryChangesVirtualDisk","features":[307,520]},{"name":"RAW_SCSI_VIRTUAL_DISK_FLAG","features":[520]},{"name":"RAW_SCSI_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"RAW_SCSI_VIRTUAL_DISK_PARAMETERS","features":[307,520]},{"name":"RAW_SCSI_VIRTUAL_DISK_RESPONSE","features":[520]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION","features":[520]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION_1","features":[520]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[520]},{"name":"RESIZE_VIRTUAL_DISK_FLAG","features":[520]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_ALLOW_UNSAFE_VIRTUAL_SIZE","features":[520]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_NONE","features":[520]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_RESIZE_TO_SMALLEST_SAFE_VIRTUAL_SIZE","features":[520]},{"name":"RESIZE_VIRTUAL_DISK_PARAMETERS","features":[520]},{"name":"RESIZE_VIRTUAL_DISK_VERSION","features":[520]},{"name":"RESIZE_VIRTUAL_DISK_VERSION_1","features":[520]},{"name":"RESIZE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[520]},{"name":"RawSCSIVirtualDisk","features":[307,520]},{"name":"ResizeVirtualDisk","features":[307,520,312]},{"name":"SET_VIRTUAL_DISK_INFO","features":[307,520]},{"name":"SET_VIRTUAL_DISK_INFO_CHANGE_TRACKING_STATE","features":[520]},{"name":"SET_VIRTUAL_DISK_INFO_IDENTIFIER","features":[520]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_LOCATOR","features":[520]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_PATH","features":[520]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_PATH_WITH_DEPTH","features":[520]},{"name":"SET_VIRTUAL_DISK_INFO_PHYSICAL_SECTOR_SIZE","features":[520]},{"name":"SET_VIRTUAL_DISK_INFO_UNSPECIFIED","features":[520]},{"name":"SET_VIRTUAL_DISK_INFO_VERSION","features":[520]},{"name":"SET_VIRTUAL_DISK_INFO_VIRTUAL_DISK_ID","features":[520]},{"name":"STORAGE_DEPENDENCY_INFO","features":[520]},{"name":"STORAGE_DEPENDENCY_INFO_TYPE_1","features":[520]},{"name":"STORAGE_DEPENDENCY_INFO_TYPE_2","features":[520]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION","features":[520]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_1","features":[520]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_2","features":[520]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_UNSPECIFIED","features":[520]},{"name":"SetVirtualDiskInformation","features":[307,520]},{"name":"SetVirtualDiskMetadata","features":[307,520]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG","features":[520]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG_NONE","features":[520]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG_WRITEABLE","features":[520]},{"name":"TAKE_SNAPSHOT_VHDSET_PARAMETERS","features":[520]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION","features":[520]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION_1","features":[520]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[520]},{"name":"TakeSnapshotVhdSet","features":[307,520]},{"name":"VIRTUAL_DISK_ACCESS_ALL","features":[520]},{"name":"VIRTUAL_DISK_ACCESS_ATTACH_RO","features":[520]},{"name":"VIRTUAL_DISK_ACCESS_ATTACH_RW","features":[520]},{"name":"VIRTUAL_DISK_ACCESS_CREATE","features":[520]},{"name":"VIRTUAL_DISK_ACCESS_DETACH","features":[520]},{"name":"VIRTUAL_DISK_ACCESS_GET_INFO","features":[520]},{"name":"VIRTUAL_DISK_ACCESS_MASK","features":[520]},{"name":"VIRTUAL_DISK_ACCESS_METAOPS","features":[520]},{"name":"VIRTUAL_DISK_ACCESS_NONE","features":[520]},{"name":"VIRTUAL_DISK_ACCESS_READ","features":[520]},{"name":"VIRTUAL_DISK_ACCESS_WRITABLE","features":[520]},{"name":"VIRTUAL_DISK_MAXIMUM_CHANGE_TRACKING_ID_LENGTH","features":[520]},{"name":"VIRTUAL_DISK_PROGRESS","features":[520]},{"name":"VIRTUAL_STORAGE_TYPE","features":[520]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_ISO","features":[520]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_UNKNOWN","features":[520]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHD","features":[520]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHDSET","features":[520]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHDX","features":[520]},{"name":"VIRTUAL_STORAGE_TYPE_VENDOR_MICROSOFT","features":[520]},{"name":"VIRTUAL_STORAGE_TYPE_VENDOR_UNKNOWN","features":[520]}],"527":[{"name":"BeepAlarm","features":[521]},{"name":"BlinkLight","features":[521]},{"name":"CHANGE_ATTRIBUTES_PARAMETERS","features":[307,521]},{"name":"CHANGE_PARTITION_TYPE_PARAMETERS","features":[521]},{"name":"CLSID_VdsLoader","features":[521]},{"name":"CLSID_VdsService","features":[521]},{"name":"CREATE_PARTITION_PARAMETERS","features":[307,521]},{"name":"GPT_PARTITION_NAME_LENGTH","features":[521]},{"name":"IEnumVdsObject","features":[521]},{"name":"IVdsAdmin","features":[521]},{"name":"IVdsAdvancedDisk","features":[521]},{"name":"IVdsAdvancedDisk2","features":[521]},{"name":"IVdsAdvancedDisk3","features":[521]},{"name":"IVdsAdviseSink","features":[521]},{"name":"IVdsAsync","features":[521]},{"name":"IVdsController","features":[521]},{"name":"IVdsControllerControllerPort","features":[521]},{"name":"IVdsControllerPort","features":[521]},{"name":"IVdsCreatePartitionEx","features":[521]},{"name":"IVdsDisk","features":[521]},{"name":"IVdsDisk2","features":[521]},{"name":"IVdsDisk3","features":[521]},{"name":"IVdsDiskOnline","features":[521]},{"name":"IVdsDiskPartitionMF","features":[521]},{"name":"IVdsDiskPartitionMF2","features":[521]},{"name":"IVdsDrive","features":[521]},{"name":"IVdsDrive2","features":[521]},{"name":"IVdsHbaPort","features":[521]},{"name":"IVdsHwProvider","features":[521]},{"name":"IVdsHwProviderPrivate","features":[521]},{"name":"IVdsHwProviderPrivateMpio","features":[521]},{"name":"IVdsHwProviderStoragePools","features":[521]},{"name":"IVdsHwProviderType","features":[521]},{"name":"IVdsHwProviderType2","features":[521]},{"name":"IVdsIscsiInitiatorAdapter","features":[521]},{"name":"IVdsIscsiInitiatorPortal","features":[521]},{"name":"IVdsIscsiPortal","features":[521]},{"name":"IVdsIscsiPortalGroup","features":[521]},{"name":"IVdsIscsiPortalLocal","features":[521]},{"name":"IVdsIscsiTarget","features":[521]},{"name":"IVdsLun","features":[521]},{"name":"IVdsLun2","features":[521]},{"name":"IVdsLunControllerPorts","features":[521]},{"name":"IVdsLunIscsi","features":[521]},{"name":"IVdsLunMpio","features":[521]},{"name":"IVdsLunNaming","features":[521]},{"name":"IVdsLunNumber","features":[521]},{"name":"IVdsLunPlex","features":[521]},{"name":"IVdsMaintenance","features":[521]},{"name":"IVdsOpenVDisk","features":[521]},{"name":"IVdsPack","features":[521]},{"name":"IVdsPack2","features":[521]},{"name":"IVdsProvider","features":[521]},{"name":"IVdsProviderPrivate","features":[521]},{"name":"IVdsProviderSupport","features":[521]},{"name":"IVdsRemovable","features":[521]},{"name":"IVdsService","features":[521]},{"name":"IVdsServiceHba","features":[521]},{"name":"IVdsServiceInitialization","features":[521]},{"name":"IVdsServiceIscsi","features":[521]},{"name":"IVdsServiceLoader","features":[521]},{"name":"IVdsServiceSAN","features":[521]},{"name":"IVdsServiceSw","features":[521]},{"name":"IVdsServiceUninstallDisk","features":[521]},{"name":"IVdsStoragePool","features":[521]},{"name":"IVdsSubSystem","features":[521]},{"name":"IVdsSubSystem2","features":[521]},{"name":"IVdsSubSystemImportTarget","features":[521]},{"name":"IVdsSubSystemInterconnect","features":[521]},{"name":"IVdsSubSystemIscsi","features":[521]},{"name":"IVdsSubSystemNaming","features":[521]},{"name":"IVdsSwProvider","features":[521]},{"name":"IVdsVDisk","features":[521]},{"name":"IVdsVdProvider","features":[521]},{"name":"IVdsVolume","features":[521]},{"name":"IVdsVolume2","features":[521]},{"name":"IVdsVolumeMF","features":[521]},{"name":"IVdsVolumeMF2","features":[521]},{"name":"IVdsVolumeMF3","features":[521]},{"name":"IVdsVolumeOnline","features":[521]},{"name":"IVdsVolumePlex","features":[521]},{"name":"IVdsVolumeShrink","features":[521]},{"name":"MAX_FS_ALLOWED_CLUSTER_SIZES_SIZE","features":[521]},{"name":"MAX_FS_FORMAT_SUPPORT_NAME_SIZE","features":[521]},{"name":"MAX_FS_NAME_SIZE","features":[521]},{"name":"Ping","features":[521]},{"name":"SpinDown","features":[521]},{"name":"SpinUp","features":[521]},{"name":"VDSBusType1394","features":[521]},{"name":"VDSBusTypeAta","features":[521]},{"name":"VDSBusTypeAtapi","features":[521]},{"name":"VDSBusTypeFibre","features":[521]},{"name":"VDSBusTypeFileBackedVirtual","features":[521]},{"name":"VDSBusTypeMax","features":[521]},{"name":"VDSBusTypeMaxReserved","features":[521]},{"name":"VDSBusTypeMmc","features":[521]},{"name":"VDSBusTypeNVMe","features":[521]},{"name":"VDSBusTypeRAID","features":[521]},{"name":"VDSBusTypeSas","features":[521]},{"name":"VDSBusTypeSata","features":[521]},{"name":"VDSBusTypeScm","features":[521]},{"name":"VDSBusTypeScsi","features":[521]},{"name":"VDSBusTypeSd","features":[521]},{"name":"VDSBusTypeSpaces","features":[521]},{"name":"VDSBusTypeSsa","features":[521]},{"name":"VDSBusTypeUfs","features":[521]},{"name":"VDSBusTypeUnknown","features":[521]},{"name":"VDSBusTypeUsb","features":[521]},{"name":"VDSBusTypeVirtual","features":[521]},{"name":"VDSBusTypeiScsi","features":[521]},{"name":"VDSDiskOfflineReasonCollision","features":[521]},{"name":"VDSDiskOfflineReasonDIScan","features":[521]},{"name":"VDSDiskOfflineReasonLostDataPersistence","features":[521]},{"name":"VDSDiskOfflineReasonNone","features":[521]},{"name":"VDSDiskOfflineReasonPolicy","features":[521]},{"name":"VDSDiskOfflineReasonRedundantPath","features":[521]},{"name":"VDSDiskOfflineReasonResourceExhaustion","features":[521]},{"name":"VDSDiskOfflineReasonSnapshot","features":[521]},{"name":"VDSDiskOfflineReasonWriteFailure","features":[521]},{"name":"VDSStorageIdCodeSetAscii","features":[521]},{"name":"VDSStorageIdCodeSetBinary","features":[521]},{"name":"VDSStorageIdCodeSetReserved","features":[521]},{"name":"VDSStorageIdCodeSetUtf8","features":[521]},{"name":"VDSStorageIdTypeEUI64","features":[521]},{"name":"VDSStorageIdTypeFCPHName","features":[521]},{"name":"VDSStorageIdTypeLogicalUnitGroup","features":[521]},{"name":"VDSStorageIdTypeMD5LogicalUnitIdentifier","features":[521]},{"name":"VDSStorageIdTypePortRelative","features":[521]},{"name":"VDSStorageIdTypeScsiNameString","features":[521]},{"name":"VDSStorageIdTypeTargetPortGroup","features":[521]},{"name":"VDSStorageIdTypeVendorId","features":[521]},{"name":"VDSStorageIdTypeVendorSpecific","features":[521]},{"name":"VDS_ADVANCEDDISK_PROP","features":[521]},{"name":"VDS_ASYNCOUT_ADDLUNPLEX","features":[521]},{"name":"VDS_ASYNCOUT_ADDPORTAL","features":[521]},{"name":"VDS_ASYNCOUT_ADDVOLUMEPLEX","features":[521]},{"name":"VDS_ASYNCOUT_ATTACH_VDISK","features":[521]},{"name":"VDS_ASYNCOUT_BREAKVOLUMEPLEX","features":[521]},{"name":"VDS_ASYNCOUT_CLEAN","features":[521]},{"name":"VDS_ASYNCOUT_COMPACT_VDISK","features":[521]},{"name":"VDS_ASYNCOUT_CREATELUN","features":[521]},{"name":"VDS_ASYNCOUT_CREATEPARTITION","features":[521]},{"name":"VDS_ASYNCOUT_CREATEPORTALGROUP","features":[521]},{"name":"VDS_ASYNCOUT_CREATETARGET","features":[521]},{"name":"VDS_ASYNCOUT_CREATEVOLUME","features":[521]},{"name":"VDS_ASYNCOUT_CREATE_VDISK","features":[521]},{"name":"VDS_ASYNCOUT_DELETEPORTALGROUP","features":[521]},{"name":"VDS_ASYNCOUT_DELETETARGET","features":[521]},{"name":"VDS_ASYNCOUT_EXPAND_VDISK","features":[521]},{"name":"VDS_ASYNCOUT_EXTENDLUN","features":[521]},{"name":"VDS_ASYNCOUT_EXTENDVOLUME","features":[521]},{"name":"VDS_ASYNCOUT_FORMAT","features":[521]},{"name":"VDS_ASYNCOUT_LOGINTOTARGET","features":[521]},{"name":"VDS_ASYNCOUT_LOGOUTFROMTARGET","features":[521]},{"name":"VDS_ASYNCOUT_MERGE_VDISK","features":[521]},{"name":"VDS_ASYNCOUT_RECOVERLUN","features":[521]},{"name":"VDS_ASYNCOUT_RECOVERPACK","features":[521]},{"name":"VDS_ASYNCOUT_REMOVELUNPLEX","features":[521]},{"name":"VDS_ASYNCOUT_REMOVEPORTAL","features":[521]},{"name":"VDS_ASYNCOUT_REMOVEVOLUMEPLEX","features":[521]},{"name":"VDS_ASYNCOUT_REPAIRVOLUMEPLEX","features":[521]},{"name":"VDS_ASYNCOUT_REPLACEDISK","features":[521]},{"name":"VDS_ASYNCOUT_SHRINKLUN","features":[521]},{"name":"VDS_ASYNCOUT_SHRINKVOLUME","features":[521]},{"name":"VDS_ASYNCOUT_UNKNOWN","features":[521]},{"name":"VDS_ASYNC_OUTPUT","features":[521]},{"name":"VDS_ASYNC_OUTPUT_TYPE","features":[521]},{"name":"VDS_ATTACH_VIRTUAL_DISK_FLAG_USE_FILE_ACL","features":[521]},{"name":"VDS_CONTROLLER_NOTIFICATION","features":[521]},{"name":"VDS_CONTROLLER_PROP","features":[521]},{"name":"VDS_CONTROLLER_STATUS","features":[521]},{"name":"VDS_CREATE_VDISK_PARAMETERS","features":[521]},{"name":"VDS_CS_FAILED","features":[521]},{"name":"VDS_CS_NOT_READY","features":[521]},{"name":"VDS_CS_OFFLINE","features":[521]},{"name":"VDS_CS_ONLINE","features":[521]},{"name":"VDS_CS_REMOVED","features":[521]},{"name":"VDS_CS_UNKNOWN","features":[521]},{"name":"VDS_DET_CLUSTER","features":[521]},{"name":"VDS_DET_DATA","features":[521]},{"name":"VDS_DET_ESP","features":[521]},{"name":"VDS_DET_FREE","features":[521]},{"name":"VDS_DET_LDM","features":[521]},{"name":"VDS_DET_MSR","features":[521]},{"name":"VDS_DET_OEM","features":[521]},{"name":"VDS_DET_UNKNOWN","features":[521]},{"name":"VDS_DET_UNUSABLE","features":[521]},{"name":"VDS_DF_AUDIO_CD","features":[521]},{"name":"VDS_DF_BOOT_DISK","features":[521]},{"name":"VDS_DF_BOOT_FROM_DISK","features":[521]},{"name":"VDS_DF_CLUSTERED","features":[521]},{"name":"VDS_DF_CRASHDUMP_DISK","features":[521]},{"name":"VDS_DF_CURRENT_READ_ONLY","features":[521]},{"name":"VDS_DF_DYNAMIC","features":[521]},{"name":"VDS_DF_HAS_ARC_PATH","features":[521]},{"name":"VDS_DF_HIBERNATIONFILE_DISK","features":[521]},{"name":"VDS_DF_HOTSPARE","features":[521]},{"name":"VDS_DF_MASKED","features":[521]},{"name":"VDS_DF_PAGEFILE_DISK","features":[521]},{"name":"VDS_DF_READ_ONLY","features":[521]},{"name":"VDS_DF_REFS_NOT_SUPPORTED","features":[521]},{"name":"VDS_DF_RESERVE_CAPABLE","features":[521]},{"name":"VDS_DF_STYLE_CONVERTIBLE","features":[521]},{"name":"VDS_DF_SYSTEM_DISK","features":[521]},{"name":"VDS_DISK_EXTENT","features":[521]},{"name":"VDS_DISK_EXTENT_TYPE","features":[521]},{"name":"VDS_DISK_FLAG","features":[521]},{"name":"VDS_DISK_FREE_EXTENT","features":[521]},{"name":"VDS_DISK_NOTIFICATION","features":[521]},{"name":"VDS_DISK_OFFLINE_REASON","features":[521]},{"name":"VDS_DISK_PROP","features":[521]},{"name":"VDS_DISK_PROP2","features":[521]},{"name":"VDS_DISK_STATUS","features":[521]},{"name":"VDS_DLF_NON_PERSISTENT","features":[521]},{"name":"VDS_DRF_ASSIGNED","features":[521]},{"name":"VDS_DRF_HOTSPARE","features":[521]},{"name":"VDS_DRF_HOTSPARE_IN_USE","features":[521]},{"name":"VDS_DRF_HOTSPARE_STANDBY","features":[521]},{"name":"VDS_DRF_UNASSIGNED","features":[521]},{"name":"VDS_DRIVE_EXTENT","features":[307,521]},{"name":"VDS_DRIVE_FLAG","features":[521]},{"name":"VDS_DRIVE_LETTER_FLAG","features":[521]},{"name":"VDS_DRIVE_LETTER_NOTIFICATION","features":[521]},{"name":"VDS_DRIVE_LETTER_PROP","features":[307,521]},{"name":"VDS_DRIVE_NOTIFICATION","features":[521]},{"name":"VDS_DRIVE_PROP","features":[521]},{"name":"VDS_DRIVE_PROP2","features":[521]},{"name":"VDS_DRIVE_STATUS","features":[521]},{"name":"VDS_DRS_FAILED","features":[521]},{"name":"VDS_DRS_NOT_READY","features":[521]},{"name":"VDS_DRS_OFFLINE","features":[521]},{"name":"VDS_DRS_ONLINE","features":[521]},{"name":"VDS_DRS_REMOVED","features":[521]},{"name":"VDS_DRS_UNKNOWN","features":[521]},{"name":"VDS_DS_FAILED","features":[521]},{"name":"VDS_DS_MISSING","features":[521]},{"name":"VDS_DS_NOT_READY","features":[521]},{"name":"VDS_DS_NO_MEDIA","features":[521]},{"name":"VDS_DS_OFFLINE","features":[521]},{"name":"VDS_DS_ONLINE","features":[521]},{"name":"VDS_DS_UNKNOWN","features":[521]},{"name":"VDS_E_ACCESS_DENIED","features":[521]},{"name":"VDS_E_ACTIVE_PARTITION","features":[521]},{"name":"VDS_E_ADDRESSES_INCOMPLETELY_SET","features":[521]},{"name":"VDS_E_ALIGN_BEYOND_FIRST_CYLINDER","features":[521]},{"name":"VDS_E_ALIGN_IS_ZERO","features":[521]},{"name":"VDS_E_ALIGN_NOT_A_POWER_OF_TWO","features":[521]},{"name":"VDS_E_ALIGN_NOT_SECTOR_SIZE_MULTIPLE","features":[521]},{"name":"VDS_E_ALIGN_NOT_ZERO","features":[521]},{"name":"VDS_E_ALREADY_REGISTERED","features":[521]},{"name":"VDS_E_ANOTHER_CALL_IN_PROGRESS","features":[521]},{"name":"VDS_E_ASSOCIATED_LUNS_EXIST","features":[521]},{"name":"VDS_E_ASSOCIATED_PORTALS_EXIST","features":[521]},{"name":"VDS_E_ASYNC_OBJECT_FAILURE","features":[521]},{"name":"VDS_E_BAD_BOOT_DISK","features":[521]},{"name":"VDS_E_BAD_COOKIE","features":[521]},{"name":"VDS_E_BAD_LABEL","features":[521]},{"name":"VDS_E_BAD_PNP_MESSAGE","features":[521]},{"name":"VDS_E_BAD_PROVIDER_DATA","features":[521]},{"name":"VDS_E_BAD_REVISION_NUMBER","features":[521]},{"name":"VDS_E_BLOCK_CLUSTERED","features":[521]},{"name":"VDS_E_BOOT_DISK","features":[521]},{"name":"VDS_E_BOOT_PAGEFILE_DRIVE_LETTER","features":[521]},{"name":"VDS_E_BOOT_PARTITION_NUMBER_CHANGE","features":[521]},{"name":"VDS_E_CACHE_CORRUPT","features":[521]},{"name":"VDS_E_CANCEL_TOO_LATE","features":[521]},{"name":"VDS_E_CANNOT_CLEAR_VOLUME_FLAG","features":[521]},{"name":"VDS_E_CANNOT_EXTEND","features":[521]},{"name":"VDS_E_CANNOT_SHRINK","features":[521]},{"name":"VDS_E_CANT_INVALIDATE_FVE","features":[521]},{"name":"VDS_E_CANT_QUICK_FORMAT","features":[521]},{"name":"VDS_E_CLEAN_WITH_BOOTBACKING","features":[521]},{"name":"VDS_E_CLEAN_WITH_CRITICAL","features":[521]},{"name":"VDS_E_CLEAN_WITH_DATA","features":[521]},{"name":"VDS_E_CLEAN_WITH_OEM","features":[521]},{"name":"VDS_E_CLUSTER_COUNT_BEYOND_32BITS","features":[521]},{"name":"VDS_E_CLUSTER_SIZE_TOO_BIG","features":[521]},{"name":"VDS_E_CLUSTER_SIZE_TOO_SMALL","features":[521]},{"name":"VDS_E_COMPRESSION_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_CONFIG_LIMIT","features":[521]},{"name":"VDS_E_CORRUPT_EXTENT_INFO","features":[521]},{"name":"VDS_E_CORRUPT_NOTIFICATION_INFO","features":[521]},{"name":"VDS_E_CORRUPT_PARTITION_INFO","features":[521]},{"name":"VDS_E_CORRUPT_VOLUME_INFO","features":[521]},{"name":"VDS_E_CRASHDUMP_DISK","features":[521]},{"name":"VDS_E_CRITICAL_PLEX","features":[521]},{"name":"VDS_E_DELETE_WITH_BOOTBACKING","features":[521]},{"name":"VDS_E_DELETE_WITH_CRITICAL","features":[521]},{"name":"VDS_E_DEVICE_IN_USE","features":[521]},{"name":"VDS_E_DISK_BEING_CLEANED","features":[521]},{"name":"VDS_E_DISK_CONFIGURATION_CORRUPTED","features":[521]},{"name":"VDS_E_DISK_CONFIGURATION_NOT_IN_SYNC","features":[521]},{"name":"VDS_E_DISK_CONFIGURATION_UPDATE_FAILED","features":[521]},{"name":"VDS_E_DISK_DYNAMIC","features":[521]},{"name":"VDS_E_DISK_HAS_BANDS","features":[521]},{"name":"VDS_E_DISK_IN_USE_BY_VOLUME","features":[521]},{"name":"VDS_E_DISK_IO_FAILING","features":[521]},{"name":"VDS_E_DISK_IS_OFFLINE","features":[521]},{"name":"VDS_E_DISK_IS_READ_ONLY","features":[521]},{"name":"VDS_E_DISK_LAYOUT_PARTITIONS_TOO_SMALL","features":[521]},{"name":"VDS_E_DISK_NOT_CONVERTIBLE","features":[521]},{"name":"VDS_E_DISK_NOT_CONVERTIBLE_SIZE","features":[521]},{"name":"VDS_E_DISK_NOT_EMPTY","features":[521]},{"name":"VDS_E_DISK_NOT_FOUND_IN_PACK","features":[521]},{"name":"VDS_E_DISK_NOT_IMPORTED","features":[521]},{"name":"VDS_E_DISK_NOT_INITIALIZED","features":[521]},{"name":"VDS_E_DISK_NOT_LOADED_TO_CACHE","features":[521]},{"name":"VDS_E_DISK_NOT_MISSING","features":[521]},{"name":"VDS_E_DISK_NOT_OFFLINE","features":[521]},{"name":"VDS_E_DISK_NOT_ONLINE","features":[521]},{"name":"VDS_E_DISK_PNP_REG_CORRUPT","features":[521]},{"name":"VDS_E_DISK_REMOVEABLE","features":[521]},{"name":"VDS_E_DISK_REMOVEABLE_NOT_EMPTY","features":[521]},{"name":"VDS_E_DISTINCT_VOLUME","features":[521]},{"name":"VDS_E_DMADMIN_CORRUPT_NOTIFICATION","features":[521]},{"name":"VDS_E_DMADMIN_METHOD_CALL_FAILED","features":[521]},{"name":"VDS_E_DMADMIN_SERVICE_CONNECTION_FAILED","features":[521]},{"name":"VDS_E_DRIVER_INTERNAL_ERROR","features":[521]},{"name":"VDS_E_DRIVER_INVALID_PARAM","features":[521]},{"name":"VDS_E_DRIVER_NO_PACK_NAME","features":[521]},{"name":"VDS_E_DRIVER_OBJECT_NOT_FOUND","features":[521]},{"name":"VDS_E_DRIVE_LETTER_NOT_FREE","features":[521]},{"name":"VDS_E_DUPLICATE_DISK","features":[521]},{"name":"VDS_E_DUP_EMPTY_PACK_GUID","features":[521]},{"name":"VDS_E_DYNAMIC_DISKS_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_EXTEND_FILE_SYSTEM_FAILED","features":[521]},{"name":"VDS_E_EXTEND_MULTIPLE_DISKS_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_EXTEND_TOO_MANY_CLUSTERS","features":[521]},{"name":"VDS_E_EXTEND_UNKNOWN_FILESYSTEM","features":[521]},{"name":"VDS_E_EXTENT_EXCEEDS_DISK_FREE_SPACE","features":[521]},{"name":"VDS_E_EXTENT_SIZE_LESS_THAN_MIN","features":[521]},{"name":"VDS_E_FAILED_TO_OFFLINE_DISK","features":[521]},{"name":"VDS_E_FAILED_TO_ONLINE_DISK","features":[521]},{"name":"VDS_E_FAT32_FORMAT_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_FAT_FORMAT_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_FAULT_TOLERANT_DISKS_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_FLAG_ALREADY_SET","features":[521]},{"name":"VDS_E_FORMAT_CRITICAL","features":[521]},{"name":"VDS_E_FORMAT_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_FORMAT_WITH_BOOTBACKING","features":[521]},{"name":"VDS_E_FS_NOT_DETERMINED","features":[521]},{"name":"VDS_E_GET_SAN_POLICY","features":[521]},{"name":"VDS_E_GPT_ATTRIBUTES_INVALID","features":[521]},{"name":"VDS_E_HIBERNATION_FILE_DISK","features":[521]},{"name":"VDS_E_IA64_BOOT_MIRRORED_TO_MBR","features":[521]},{"name":"VDS_E_IMPORT_SET_INCOMPLETE","features":[521]},{"name":"VDS_E_INCOMPATIBLE_FILE_SYSTEM","features":[521]},{"name":"VDS_E_INCOMPATIBLE_MEDIA","features":[521]},{"name":"VDS_E_INCORRECT_BOOT_VOLUME_EXTENT_INFO","features":[521]},{"name":"VDS_E_INCORRECT_SYSTEM_VOLUME_EXTENT_INFO","features":[521]},{"name":"VDS_E_INITIALIZED_FAILED","features":[521]},{"name":"VDS_E_INITIALIZE_NOT_CALLED","features":[521]},{"name":"VDS_E_INITIATOR_ADAPTER_NOT_FOUND","features":[521]},{"name":"VDS_E_INITIATOR_SPECIFIC_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_INTERNAL_ERROR","features":[521]},{"name":"VDS_E_INVALID_BLOCK_SIZE","features":[521]},{"name":"VDS_E_INVALID_DISK","features":[521]},{"name":"VDS_E_INVALID_DISK_COUNT","features":[521]},{"name":"VDS_E_INVALID_DRIVE_LETTER","features":[521]},{"name":"VDS_E_INVALID_DRIVE_LETTER_COUNT","features":[521]},{"name":"VDS_E_INVALID_ENUMERATOR","features":[521]},{"name":"VDS_E_INVALID_EXTENT_COUNT","features":[521]},{"name":"VDS_E_INVALID_FS_FLAG","features":[521]},{"name":"VDS_E_INVALID_FS_TYPE","features":[521]},{"name":"VDS_E_INVALID_IP_ADDRESS","features":[521]},{"name":"VDS_E_INVALID_ISCSI_PATH","features":[521]},{"name":"VDS_E_INVALID_ISCSI_TARGET_NAME","features":[521]},{"name":"VDS_E_INVALID_MEMBER_COUNT","features":[521]},{"name":"VDS_E_INVALID_MEMBER_ORDER","features":[521]},{"name":"VDS_E_INVALID_OBJECT_TYPE","features":[521]},{"name":"VDS_E_INVALID_OPERATION","features":[521]},{"name":"VDS_E_INVALID_PACK","features":[521]},{"name":"VDS_E_INVALID_PARTITION_LAYOUT","features":[521]},{"name":"VDS_E_INVALID_PARTITION_STYLE","features":[521]},{"name":"VDS_E_INVALID_PARTITION_TYPE","features":[521]},{"name":"VDS_E_INVALID_PATH","features":[521]},{"name":"VDS_E_INVALID_PLEX_BLOCK_SIZE","features":[521]},{"name":"VDS_E_INVALID_PLEX_COUNT","features":[521]},{"name":"VDS_E_INVALID_PLEX_GUID","features":[521]},{"name":"VDS_E_INVALID_PLEX_ORDER","features":[521]},{"name":"VDS_E_INVALID_PLEX_TYPE","features":[521]},{"name":"VDS_E_INVALID_PORT_PATH","features":[521]},{"name":"VDS_E_INVALID_PROVIDER_CLSID","features":[521]},{"name":"VDS_E_INVALID_PROVIDER_ID","features":[521]},{"name":"VDS_E_INVALID_PROVIDER_NAME","features":[521]},{"name":"VDS_E_INVALID_PROVIDER_TYPE","features":[521]},{"name":"VDS_E_INVALID_PROVIDER_VERSION_GUID","features":[521]},{"name":"VDS_E_INVALID_PROVIDER_VERSION_STRING","features":[521]},{"name":"VDS_E_INVALID_QUERY_PROVIDER_FLAG","features":[521]},{"name":"VDS_E_INVALID_SECTOR_SIZE","features":[521]},{"name":"VDS_E_INVALID_SERVICE_FLAG","features":[521]},{"name":"VDS_E_INVALID_SHRINK_SIZE","features":[521]},{"name":"VDS_E_INVALID_SPACE","features":[521]},{"name":"VDS_E_INVALID_STATE","features":[521]},{"name":"VDS_E_INVALID_STRIPE_SIZE","features":[521]},{"name":"VDS_E_INVALID_VOLUME_FLAG","features":[521]},{"name":"VDS_E_INVALID_VOLUME_LENGTH","features":[521]},{"name":"VDS_E_INVALID_VOLUME_TYPE","features":[521]},{"name":"VDS_E_IO_ERROR","features":[521]},{"name":"VDS_E_ISCSI_CHAP_SECRET","features":[521]},{"name":"VDS_E_ISCSI_GET_IKE_INFO","features":[521]},{"name":"VDS_E_ISCSI_GROUP_PRESHARE_KEY","features":[521]},{"name":"VDS_E_ISCSI_INITIATOR_NODE_NAME","features":[521]},{"name":"VDS_E_ISCSI_LOGIN_FAILED","features":[521]},{"name":"VDS_E_ISCSI_LOGOUT_FAILED","features":[521]},{"name":"VDS_E_ISCSI_LOGOUT_INCOMPLETE","features":[521]},{"name":"VDS_E_ISCSI_SESSION_NOT_FOUND","features":[521]},{"name":"VDS_E_ISCSI_SET_IKE_INFO","features":[521]},{"name":"VDS_E_LAST_VALID_DISK","features":[521]},{"name":"VDS_E_LBN_REMAP_ENABLED_FLAG","features":[521]},{"name":"VDS_E_LDM_TIMEOUT","features":[521]},{"name":"VDS_E_LEGACY_VOLUME_FORMAT","features":[521]},{"name":"VDS_E_LOG_UPDATE","features":[521]},{"name":"VDS_E_LUN_DISK_FAILED","features":[521]},{"name":"VDS_E_LUN_DISK_MISSING","features":[521]},{"name":"VDS_E_LUN_DISK_NOT_READY","features":[521]},{"name":"VDS_E_LUN_DISK_NO_MEDIA","features":[521]},{"name":"VDS_E_LUN_DISK_READ_ONLY","features":[521]},{"name":"VDS_E_LUN_DYNAMIC","features":[521]},{"name":"VDS_E_LUN_DYNAMIC_OFFLINE","features":[521]},{"name":"VDS_E_LUN_FAILED","features":[521]},{"name":"VDS_E_LUN_NOT_READY","features":[521]},{"name":"VDS_E_LUN_OFFLINE","features":[521]},{"name":"VDS_E_LUN_SHRINK_GPT_HEADER","features":[521]},{"name":"VDS_E_LUN_UPDATE_DISK","features":[521]},{"name":"VDS_E_MAX_USABLE_MBR","features":[521]},{"name":"VDS_E_MEDIA_WRITE_PROTECTED","features":[521]},{"name":"VDS_E_MEMBER_IS_HEALTHY","features":[521]},{"name":"VDS_E_MEMBER_MISSING","features":[521]},{"name":"VDS_E_MEMBER_REGENERATING","features":[521]},{"name":"VDS_E_MEMBER_SIZE_INVALID","features":[521]},{"name":"VDS_E_MIGRATE_OPEN_VOLUME","features":[521]},{"name":"VDS_E_MIRROR_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_MISSING_DISK","features":[521]},{"name":"VDS_E_MULTIPLE_DISCOVERY_DOMAINS","features":[521]},{"name":"VDS_E_MULTIPLE_PACKS","features":[521]},{"name":"VDS_E_NAME_NOT_UNIQUE","features":[521]},{"name":"VDS_E_NON_CONTIGUOUS_DATA_PARTITIONS","features":[521]},{"name":"VDS_E_NOT_AN_UNALLOCATED_DISK","features":[521]},{"name":"VDS_E_NOT_ENOUGH_DRIVE","features":[521]},{"name":"VDS_E_NOT_ENOUGH_SPACE","features":[521]},{"name":"VDS_E_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_NO_DISCOVERY_DOMAIN","features":[521]},{"name":"VDS_E_NO_DISKS_FOUND","features":[521]},{"name":"VDS_E_NO_DISK_PATHNAME","features":[521]},{"name":"VDS_E_NO_DRIVELETTER_FLAG","features":[521]},{"name":"VDS_E_NO_EXTENTS_FOR_PLEX","features":[521]},{"name":"VDS_E_NO_EXTENTS_FOR_VOLUME","features":[521]},{"name":"VDS_E_NO_FREE_SPACE","features":[521]},{"name":"VDS_E_NO_HEALTHY_DISKS","features":[521]},{"name":"VDS_E_NO_IMPORT_TARGET","features":[521]},{"name":"VDS_E_NO_MAINTENANCE_MODE","features":[521]},{"name":"VDS_E_NO_MEDIA","features":[521]},{"name":"VDS_E_NO_PNP_DISK_ARRIVE","features":[521]},{"name":"VDS_E_NO_PNP_DISK_REMOVE","features":[521]},{"name":"VDS_E_NO_PNP_VOLUME_ARRIVE","features":[521]},{"name":"VDS_E_NO_PNP_VOLUME_REMOVE","features":[521]},{"name":"VDS_E_NO_POOL","features":[521]},{"name":"VDS_E_NO_POOL_CREATED","features":[521]},{"name":"VDS_E_NO_SOFTWARE_PROVIDERS_LOADED","features":[521]},{"name":"VDS_E_NO_VALID_LOG_COPIES","features":[521]},{"name":"VDS_E_NO_VOLUME_LAYOUT","features":[521]},{"name":"VDS_E_NO_VOLUME_PATHNAME","features":[521]},{"name":"VDS_E_NTFS_FORMAT_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_OBJECT_DELETED","features":[521]},{"name":"VDS_E_OBJECT_EXISTS","features":[521]},{"name":"VDS_E_OBJECT_NOT_FOUND","features":[521]},{"name":"VDS_E_OBJECT_OUT_OF_SYNC","features":[521]},{"name":"VDS_E_OBJECT_STATUS_FAILED","features":[521]},{"name":"VDS_E_OFFLINE_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_ONE_EXTENT_PER_DISK","features":[521]},{"name":"VDS_E_ONLINE_PACK_EXISTS","features":[521]},{"name":"VDS_E_OPERATION_CANCELED","features":[521]},{"name":"VDS_E_OPERATION_DENIED","features":[521]},{"name":"VDS_E_OPERATION_PENDING","features":[521]},{"name":"VDS_E_PACK_NAME_INVALID","features":[521]},{"name":"VDS_E_PACK_NOT_FOUND","features":[521]},{"name":"VDS_E_PACK_OFFLINE","features":[521]},{"name":"VDS_E_PACK_ONLINE","features":[521]},{"name":"VDS_E_PAGEFILE_DISK","features":[521]},{"name":"VDS_E_PARTITION_LDM","features":[521]},{"name":"VDS_E_PARTITION_LIMIT_REACHED","features":[521]},{"name":"VDS_E_PARTITION_MSR","features":[521]},{"name":"VDS_E_PARTITION_NON_DATA","features":[521]},{"name":"VDS_E_PARTITION_NOT_CYLINDER_ALIGNED","features":[521]},{"name":"VDS_E_PARTITION_NOT_EMPTY","features":[521]},{"name":"VDS_E_PARTITION_NOT_OEM","features":[521]},{"name":"VDS_E_PARTITION_OF_UNKNOWN_TYPE","features":[521]},{"name":"VDS_E_PARTITION_PROTECTED","features":[521]},{"name":"VDS_E_PARTITION_STYLE_MISMATCH","features":[521]},{"name":"VDS_E_PATH_NOT_FOUND","features":[521]},{"name":"VDS_E_PLEX_IS_HEALTHY","features":[521]},{"name":"VDS_E_PLEX_LAST_ACTIVE","features":[521]},{"name":"VDS_E_PLEX_MISSING","features":[521]},{"name":"VDS_E_PLEX_NOT_LOADED_TO_CACHE","features":[521]},{"name":"VDS_E_PLEX_REGENERATING","features":[521]},{"name":"VDS_E_PLEX_SIZE_INVALID","features":[521]},{"name":"VDS_E_PROVIDER_CACHE_CORRUPT","features":[521]},{"name":"VDS_E_PROVIDER_CACHE_OUTOFSYNC","features":[521]},{"name":"VDS_E_PROVIDER_EXITING","features":[521]},{"name":"VDS_E_PROVIDER_FAILURE","features":[521]},{"name":"VDS_E_PROVIDER_INITIALIZATION_FAILED","features":[521]},{"name":"VDS_E_PROVIDER_INTERNAL_ERROR","features":[521]},{"name":"VDS_E_PROVIDER_TYPE_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_PROVIDER_VOL_DEVICE_NAME_NOT_FOUND","features":[521]},{"name":"VDS_E_PROVIDER_VOL_OPEN","features":[521]},{"name":"VDS_E_RAID5_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_READONLY","features":[521]},{"name":"VDS_E_REBOOT_REQUIRED","features":[521]},{"name":"VDS_E_REFS_FORMAT_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_REPAIR_VOLUMESTATE","features":[521]},{"name":"VDS_E_REQUIRES_CONTIGUOUS_DISK_SPACE","features":[521]},{"name":"VDS_E_RETRY","features":[521]},{"name":"VDS_E_REVERT_ON_CLOSE","features":[521]},{"name":"VDS_E_REVERT_ON_CLOSE_MISMATCH","features":[521]},{"name":"VDS_E_REVERT_ON_CLOSE_SET","features":[521]},{"name":"VDS_E_SECTOR_SIZE_ERROR","features":[521]},{"name":"VDS_E_SECURITY_INCOMPLETELY_SET","features":[521]},{"name":"VDS_E_SET_SAN_POLICY","features":[521]},{"name":"VDS_E_SET_TUNNEL_MODE_OUTER_ADDRESS","features":[521]},{"name":"VDS_E_SHRINK_DIRTY_VOLUME","features":[521]},{"name":"VDS_E_SHRINK_EXTEND_UNALIGNED","features":[521]},{"name":"VDS_E_SHRINK_IN_PROGRESS","features":[521]},{"name":"VDS_E_SHRINK_LUN_NOT_UNMASKED","features":[521]},{"name":"VDS_E_SHRINK_OVER_DATA","features":[521]},{"name":"VDS_E_SHRINK_SIZE_LESS_THAN_MIN","features":[521]},{"name":"VDS_E_SHRINK_SIZE_TOO_BIG","features":[521]},{"name":"VDS_E_SHRINK_UNKNOWN_FILESYSTEM","features":[521]},{"name":"VDS_E_SHRINK_USER_CANCELLED","features":[521]},{"name":"VDS_E_SOURCE_IS_TARGET_PACK","features":[521]},{"name":"VDS_E_SUBSYSTEM_ID_IS_NULL","features":[521]},{"name":"VDS_E_SYSTEM_DISK","features":[521]},{"name":"VDS_E_TARGET_PACK_NOT_EMPTY","features":[521]},{"name":"VDS_E_TARGET_PORTAL_NOT_FOUND","features":[521]},{"name":"VDS_E_TARGET_SPECIFIC_NOT_SUPPORTED","features":[521]},{"name":"VDS_E_TIMEOUT","features":[521]},{"name":"VDS_E_UNABLE_TO_FIND_BOOT_DISK","features":[521]},{"name":"VDS_E_UNABLE_TO_FIND_SYSTEM_DISK","features":[521]},{"name":"VDS_E_UNEXPECTED_DISK_LAYOUT_CHANGE","features":[521]},{"name":"VDS_E_UNRECOVERABLE_ERROR","features":[521]},{"name":"VDS_E_UNRECOVERABLE_PROVIDER_ERROR","features":[521]},{"name":"VDS_E_VDISK_INVALID_OP_STATE","features":[521]},{"name":"VDS_E_VDISK_NOT_OPEN","features":[521]},{"name":"VDS_E_VDISK_PATHNAME_INVALID","features":[521]},{"name":"VDS_E_VD_ALREADY_ATTACHED","features":[521]},{"name":"VDS_E_VD_ALREADY_COMPACTING","features":[521]},{"name":"VDS_E_VD_ALREADY_DETACHED","features":[521]},{"name":"VDS_E_VD_ALREADY_MERGING","features":[521]},{"name":"VDS_E_VD_DISK_ALREADY_EXPANDING","features":[521]},{"name":"VDS_E_VD_DISK_ALREADY_OPEN","features":[521]},{"name":"VDS_E_VD_DISK_IS_COMPACTING","features":[521]},{"name":"VDS_E_VD_DISK_IS_EXPANDING","features":[521]},{"name":"VDS_E_VD_DISK_IS_MERGING","features":[521]},{"name":"VDS_E_VD_DISK_NOT_OPEN","features":[521]},{"name":"VDS_E_VD_IS_ATTACHED","features":[521]},{"name":"VDS_E_VD_IS_BEING_ATTACHED","features":[521]},{"name":"VDS_E_VD_IS_BEING_DETACHED","features":[521]},{"name":"VDS_E_VD_NOT_ATTACHED_READONLY","features":[521]},{"name":"VDS_E_VOLUME_DISK_COUNT_MAX_EXCEEDED","features":[521]},{"name":"VDS_E_VOLUME_EXTEND_FVE","features":[521]},{"name":"VDS_E_VOLUME_EXTEND_FVE_CORRUPT","features":[521]},{"name":"VDS_E_VOLUME_EXTEND_FVE_LOCKED","features":[521]},{"name":"VDS_E_VOLUME_EXTEND_FVE_RECOVERY","features":[521]},{"name":"VDS_E_VOLUME_GUID_PATHNAME_NOT_ALLOWED","features":[521]},{"name":"VDS_E_VOLUME_HAS_PATH","features":[521]},{"name":"VDS_E_VOLUME_HIDDEN","features":[521]},{"name":"VDS_E_VOLUME_INCOMPLETE","features":[521]},{"name":"VDS_E_VOLUME_INVALID_NAME","features":[521]},{"name":"VDS_E_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE","features":[521]},{"name":"VDS_E_VOLUME_MIRRORED","features":[521]},{"name":"VDS_E_VOLUME_NOT_A_MIRROR","features":[521]},{"name":"VDS_E_VOLUME_NOT_FOUND_IN_PACK","features":[521]},{"name":"VDS_E_VOLUME_NOT_HEALTHY","features":[521]},{"name":"VDS_E_VOLUME_NOT_MOUNTED","features":[521]},{"name":"VDS_E_VOLUME_NOT_ONLINE","features":[521]},{"name":"VDS_E_VOLUME_NOT_RETAINED","features":[521]},{"name":"VDS_E_VOLUME_ON_DISK","features":[521]},{"name":"VDS_E_VOLUME_PERMANENTLY_DISMOUNTED","features":[521]},{"name":"VDS_E_VOLUME_REGENERATING","features":[521]},{"name":"VDS_E_VOLUME_RETAINED","features":[521]},{"name":"VDS_E_VOLUME_SHRINK_FVE","features":[521]},{"name":"VDS_E_VOLUME_SHRINK_FVE_CORRUPT","features":[521]},{"name":"VDS_E_VOLUME_SHRINK_FVE_LOCKED","features":[521]},{"name":"VDS_E_VOLUME_SHRINK_FVE_RECOVERY","features":[521]},{"name":"VDS_E_VOLUME_SIMPLE_SPANNED","features":[521]},{"name":"VDS_E_VOLUME_SPANS_DISKS","features":[521]},{"name":"VDS_E_VOLUME_SYNCHRONIZING","features":[521]},{"name":"VDS_E_VOLUME_TEMPORARILY_DISMOUNTED","features":[521]},{"name":"VDS_E_VOLUME_TOO_BIG","features":[521]},{"name":"VDS_E_VOLUME_TOO_SMALL","features":[521]},{"name":"VDS_FILE_SYSTEM_FLAG","features":[521]},{"name":"VDS_FILE_SYSTEM_FORMAT_SUPPORT_FLAG","features":[521]},{"name":"VDS_FILE_SYSTEM_FORMAT_SUPPORT_PROP","features":[521]},{"name":"VDS_FILE_SYSTEM_NOTIFICATION","features":[521]},{"name":"VDS_FILE_SYSTEM_PROP","features":[521]},{"name":"VDS_FILE_SYSTEM_PROP_FLAG","features":[521]},{"name":"VDS_FILE_SYSTEM_TYPE","features":[521]},{"name":"VDS_FILE_SYSTEM_TYPE_PROP","features":[521]},{"name":"VDS_FORMAT_OPTION_FLAGS","features":[521]},{"name":"VDS_FPF_COMPRESSED","features":[521]},{"name":"VDS_FSF_ALLOCATION_UNIT_128K","features":[521]},{"name":"VDS_FSF_ALLOCATION_UNIT_16K","features":[521]},{"name":"VDS_FSF_ALLOCATION_UNIT_1K","features":[521]},{"name":"VDS_FSF_ALLOCATION_UNIT_256K","features":[521]},{"name":"VDS_FSF_ALLOCATION_UNIT_2K","features":[521]},{"name":"VDS_FSF_ALLOCATION_UNIT_32K","features":[521]},{"name":"VDS_FSF_ALLOCATION_UNIT_4K","features":[521]},{"name":"VDS_FSF_ALLOCATION_UNIT_512","features":[521]},{"name":"VDS_FSF_ALLOCATION_UNIT_64K","features":[521]},{"name":"VDS_FSF_ALLOCATION_UNIT_8K","features":[521]},{"name":"VDS_FSF_SUPPORT_COMPRESS","features":[521]},{"name":"VDS_FSF_SUPPORT_EXTEND","features":[521]},{"name":"VDS_FSF_SUPPORT_FORMAT","features":[521]},{"name":"VDS_FSF_SUPPORT_MOUNT_POINT","features":[521]},{"name":"VDS_FSF_SUPPORT_QUICK_FORMAT","features":[521]},{"name":"VDS_FSF_SUPPORT_REMOVABLE_MEDIA","features":[521]},{"name":"VDS_FSF_SUPPORT_SPECIFY_LABEL","features":[521]},{"name":"VDS_FSOF_COMPRESSION","features":[521]},{"name":"VDS_FSOF_DUPLICATE_METADATA","features":[521]},{"name":"VDS_FSOF_FORCE","features":[521]},{"name":"VDS_FSOF_NONE","features":[521]},{"name":"VDS_FSOF_QUICK","features":[521]},{"name":"VDS_FSS_DEFAULT","features":[521]},{"name":"VDS_FSS_PREVIOUS_REVISION","features":[521]},{"name":"VDS_FSS_RECOMMENDED","features":[521]},{"name":"VDS_FST_CDFS","features":[521]},{"name":"VDS_FST_CSVFS","features":[521]},{"name":"VDS_FST_EXFAT","features":[521]},{"name":"VDS_FST_FAT","features":[521]},{"name":"VDS_FST_FAT32","features":[521]},{"name":"VDS_FST_NTFS","features":[521]},{"name":"VDS_FST_RAW","features":[521]},{"name":"VDS_FST_REFS","features":[521]},{"name":"VDS_FST_UDF","features":[521]},{"name":"VDS_FST_UNKNOWN","features":[521]},{"name":"VDS_HBAPORT_PROP","features":[521]},{"name":"VDS_HBAPORT_SPEED_FLAG","features":[521]},{"name":"VDS_HBAPORT_STATUS","features":[521]},{"name":"VDS_HBAPORT_TYPE","features":[521]},{"name":"VDS_HEALTH","features":[521]},{"name":"VDS_HINTS","features":[307,521]},{"name":"VDS_HINTS2","features":[307,521]},{"name":"VDS_HINT_ALLOCATEHOTSPARE","features":[521]},{"name":"VDS_HINT_BUSTYPE","features":[521]},{"name":"VDS_HINT_CONSISTENCYCHECKENABLED","features":[521]},{"name":"VDS_HINT_FASTCRASHRECOVERYREQUIRED","features":[521]},{"name":"VDS_HINT_HARDWARECHECKSUMENABLED","features":[521]},{"name":"VDS_HINT_ISYANKABLE","features":[521]},{"name":"VDS_HINT_MEDIASCANENABLED","features":[521]},{"name":"VDS_HINT_MOSTLYREADS","features":[521]},{"name":"VDS_HINT_OPTIMIZEFORSEQUENTIALREADS","features":[521]},{"name":"VDS_HINT_OPTIMIZEFORSEQUENTIALWRITES","features":[521]},{"name":"VDS_HINT_READBACKVERIFYENABLED","features":[521]},{"name":"VDS_HINT_READCACHINGENABLED","features":[521]},{"name":"VDS_HINT_REMAPENABLED","features":[521]},{"name":"VDS_HINT_USEMIRROREDCACHE","features":[521]},{"name":"VDS_HINT_WRITECACHINGENABLED","features":[521]},{"name":"VDS_HINT_WRITETHROUGHCACHINGENABLED","features":[521]},{"name":"VDS_HPS_BYPASSED","features":[521]},{"name":"VDS_HPS_DIAGNOSTICS","features":[521]},{"name":"VDS_HPS_ERROR","features":[521]},{"name":"VDS_HPS_LINKDOWN","features":[521]},{"name":"VDS_HPS_LOOPBACK","features":[521]},{"name":"VDS_HPS_OFFLINE","features":[521]},{"name":"VDS_HPS_ONLINE","features":[521]},{"name":"VDS_HPS_UNKNOWN","features":[521]},{"name":"VDS_HPT_EPORT","features":[521]},{"name":"VDS_HPT_FLPORT","features":[521]},{"name":"VDS_HPT_FPORT","features":[521]},{"name":"VDS_HPT_GPORT","features":[521]},{"name":"VDS_HPT_LPORT","features":[521]},{"name":"VDS_HPT_NLPORT","features":[521]},{"name":"VDS_HPT_NOTPRESENT","features":[521]},{"name":"VDS_HPT_NPORT","features":[521]},{"name":"VDS_HPT_OTHER","features":[521]},{"name":"VDS_HPT_PTP","features":[521]},{"name":"VDS_HPT_UNKNOWN","features":[521]},{"name":"VDS_HSF_10GBIT","features":[521]},{"name":"VDS_HSF_1GBIT","features":[521]},{"name":"VDS_HSF_2GBIT","features":[521]},{"name":"VDS_HSF_4GBIT","features":[521]},{"name":"VDS_HSF_NOT_NEGOTIATED","features":[521]},{"name":"VDS_HSF_UNKNOWN","features":[521]},{"name":"VDS_HWPROVIDER_TYPE","features":[521]},{"name":"VDS_HWT_FIBRE_CHANNEL","features":[521]},{"name":"VDS_HWT_HYBRID","features":[521]},{"name":"VDS_HWT_ISCSI","features":[521]},{"name":"VDS_HWT_PCI_RAID","features":[521]},{"name":"VDS_HWT_SAS","features":[521]},{"name":"VDS_HWT_UNKNOWN","features":[521]},{"name":"VDS_H_DEGRADED","features":[521]},{"name":"VDS_H_FAILED","features":[521]},{"name":"VDS_H_FAILED_REDUNDANCY","features":[521]},{"name":"VDS_H_FAILED_REDUNDANCY_FAILING","features":[521]},{"name":"VDS_H_FAILING","features":[521]},{"name":"VDS_H_FAILING_REDUNDANCY","features":[521]},{"name":"VDS_H_HEALTHY","features":[521]},{"name":"VDS_H_PENDING_FAILURE","features":[521]},{"name":"VDS_H_REBUILDING","features":[521]},{"name":"VDS_H_REPLACED","features":[521]},{"name":"VDS_H_STALE","features":[521]},{"name":"VDS_H_UNKNOWN","features":[521]},{"name":"VDS_IAT_CHAP","features":[521]},{"name":"VDS_IAT_MUTUAL_CHAP","features":[521]},{"name":"VDS_IAT_NONE","features":[521]},{"name":"VDS_IA_FCFS","features":[521]},{"name":"VDS_IA_FCPH","features":[521]},{"name":"VDS_IA_FCPH3","features":[521]},{"name":"VDS_IA_MAC","features":[521]},{"name":"VDS_IA_SCSI","features":[521]},{"name":"VDS_IA_UNKNOWN","features":[521]},{"name":"VDS_IIF_AGGRESSIVE_MODE","features":[521]},{"name":"VDS_IIF_IKE","features":[521]},{"name":"VDS_IIF_MAIN_MODE","features":[521]},{"name":"VDS_IIF_PFS_ENABLE","features":[521]},{"name":"VDS_IIF_TRANSPORT_MODE_PREFERRED","features":[521]},{"name":"VDS_IIF_TUNNEL_MODE_PREFERRED","features":[521]},{"name":"VDS_IIF_VALID","features":[521]},{"name":"VDS_ILF_MULTIPATH_ENABLED","features":[521]},{"name":"VDS_ILF_REQUIRE_IPSEC","features":[521]},{"name":"VDS_ILT_BOOT","features":[521]},{"name":"VDS_ILT_MANUAL","features":[521]},{"name":"VDS_ILT_PERSISTENT","features":[521]},{"name":"VDS_INPUT_DISK","features":[521]},{"name":"VDS_INTERCONNECT","features":[521]},{"name":"VDS_INTERCONNECT_ADDRESS_TYPE","features":[521]},{"name":"VDS_INTERCONNECT_FLAG","features":[521]},{"name":"VDS_IPADDRESS","features":[521]},{"name":"VDS_IPADDRESS_TYPE","features":[521]},{"name":"VDS_IPS_FAILED","features":[521]},{"name":"VDS_IPS_NOT_READY","features":[521]},{"name":"VDS_IPS_OFFLINE","features":[521]},{"name":"VDS_IPS_ONLINE","features":[521]},{"name":"VDS_IPS_UNKNOWN","features":[521]},{"name":"VDS_IPT_EMPTY","features":[521]},{"name":"VDS_IPT_IPV4","features":[521]},{"name":"VDS_IPT_IPV6","features":[521]},{"name":"VDS_IPT_TEXT","features":[521]},{"name":"VDS_ISCSI_AUTH_TYPE","features":[521]},{"name":"VDS_ISCSI_INITIATOR_ADAPTER_PROP","features":[521]},{"name":"VDS_ISCSI_INITIATOR_PORTAL_PROP","features":[521]},{"name":"VDS_ISCSI_IPSEC_FLAG","features":[521]},{"name":"VDS_ISCSI_IPSEC_KEY","features":[521]},{"name":"VDS_ISCSI_LOGIN_FLAG","features":[521]},{"name":"VDS_ISCSI_LOGIN_TYPE","features":[521]},{"name":"VDS_ISCSI_PORTALGROUP_PROP","features":[521]},{"name":"VDS_ISCSI_PORTAL_PROP","features":[521]},{"name":"VDS_ISCSI_PORTAL_STATUS","features":[521]},{"name":"VDS_ISCSI_SHARED_SECRET","features":[521]},{"name":"VDS_ISCSI_TARGET_PROP","features":[307,521]},{"name":"VDS_ITF_FIBRE_CHANNEL","features":[521]},{"name":"VDS_ITF_ISCSI","features":[521]},{"name":"VDS_ITF_PCI_RAID","features":[521]},{"name":"VDS_ITF_SAS","features":[521]},{"name":"VDS_LBF_DYN_LEAST_QUEUE_DEPTH","features":[521]},{"name":"VDS_LBF_FAILOVER","features":[521]},{"name":"VDS_LBF_LEAST_BLOCKS","features":[521]},{"name":"VDS_LBF_ROUND_ROBIN","features":[521]},{"name":"VDS_LBF_ROUND_ROBIN_WITH_SUBSET","features":[521]},{"name":"VDS_LBF_VENDOR_SPECIFIC","features":[521]},{"name":"VDS_LBF_WEIGHTED_PATHS","features":[521]},{"name":"VDS_LBP_DYN_LEAST_QUEUE_DEPTH","features":[521]},{"name":"VDS_LBP_FAILOVER","features":[521]},{"name":"VDS_LBP_LEAST_BLOCKS","features":[521]},{"name":"VDS_LBP_ROUND_ROBIN","features":[521]},{"name":"VDS_LBP_ROUND_ROBIN_WITH_SUBSET","features":[521]},{"name":"VDS_LBP_UNKNOWN","features":[521]},{"name":"VDS_LBP_VENDOR_SPECIFIC","features":[521]},{"name":"VDS_LBP_WEIGHTED_PATHS","features":[521]},{"name":"VDS_LF_CONSISTENCY_CHECK_ENABLED","features":[521]},{"name":"VDS_LF_HARDWARE_CHECKSUM_ENABLED","features":[521]},{"name":"VDS_LF_LBN_REMAP_ENABLED","features":[521]},{"name":"VDS_LF_MEDIA_SCAN_ENABLED","features":[521]},{"name":"VDS_LF_READ_BACK_VERIFY_ENABLED","features":[521]},{"name":"VDS_LF_READ_CACHE_ENABLED","features":[521]},{"name":"VDS_LF_SNAPSHOT","features":[521]},{"name":"VDS_LF_WRITE_CACHE_ENABLED","features":[521]},{"name":"VDS_LF_WRITE_THROUGH_CACHING_ENABLED","features":[521]},{"name":"VDS_LOADBALANCE_POLICY_ENUM","features":[521]},{"name":"VDS_LPF_LBN_REMAP_ENABLED","features":[521]},{"name":"VDS_LPS_FAILED","features":[521]},{"name":"VDS_LPS_NOT_READY","features":[521]},{"name":"VDS_LPS_OFFLINE","features":[521]},{"name":"VDS_LPS_ONLINE","features":[521]},{"name":"VDS_LPS_UNKNOWN","features":[521]},{"name":"VDS_LPT_PARITY","features":[521]},{"name":"VDS_LPT_RAID03","features":[521]},{"name":"VDS_LPT_RAID05","features":[521]},{"name":"VDS_LPT_RAID10","features":[521]},{"name":"VDS_LPT_RAID15","features":[521]},{"name":"VDS_LPT_RAID2","features":[521]},{"name":"VDS_LPT_RAID3","features":[521]},{"name":"VDS_LPT_RAID30","features":[521]},{"name":"VDS_LPT_RAID4","features":[521]},{"name":"VDS_LPT_RAID5","features":[521]},{"name":"VDS_LPT_RAID50","features":[521]},{"name":"VDS_LPT_RAID53","features":[521]},{"name":"VDS_LPT_RAID6","features":[521]},{"name":"VDS_LPT_RAID60","features":[521]},{"name":"VDS_LPT_SIMPLE","features":[521]},{"name":"VDS_LPT_SPAN","features":[521]},{"name":"VDS_LPT_STRIPE","features":[521]},{"name":"VDS_LPT_UNKNOWN","features":[521]},{"name":"VDS_LRM_EXCLUSIVE_RO","features":[521]},{"name":"VDS_LRM_EXCLUSIVE_RW","features":[521]},{"name":"VDS_LRM_NONE","features":[521]},{"name":"VDS_LRM_SHARED_RO","features":[521]},{"name":"VDS_LRM_SHARED_RW","features":[521]},{"name":"VDS_LS_FAILED","features":[521]},{"name":"VDS_LS_NOT_READY","features":[521]},{"name":"VDS_LS_OFFLINE","features":[521]},{"name":"VDS_LS_ONLINE","features":[521]},{"name":"VDS_LS_UNKNOWN","features":[521]},{"name":"VDS_LT_DEFAULT","features":[521]},{"name":"VDS_LT_FAULT_TOLERANT","features":[521]},{"name":"VDS_LT_MIRROR","features":[521]},{"name":"VDS_LT_NON_FAULT_TOLERANT","features":[521]},{"name":"VDS_LT_PARITY","features":[521]},{"name":"VDS_LT_RAID01","features":[521]},{"name":"VDS_LT_RAID03","features":[521]},{"name":"VDS_LT_RAID05","features":[521]},{"name":"VDS_LT_RAID10","features":[521]},{"name":"VDS_LT_RAID15","features":[521]},{"name":"VDS_LT_RAID2","features":[521]},{"name":"VDS_LT_RAID3","features":[521]},{"name":"VDS_LT_RAID30","features":[521]},{"name":"VDS_LT_RAID4","features":[521]},{"name":"VDS_LT_RAID5","features":[521]},{"name":"VDS_LT_RAID50","features":[521]},{"name":"VDS_LT_RAID51","features":[521]},{"name":"VDS_LT_RAID53","features":[521]},{"name":"VDS_LT_RAID6","features":[521]},{"name":"VDS_LT_RAID60","features":[521]},{"name":"VDS_LT_RAID61","features":[521]},{"name":"VDS_LT_SIMPLE","features":[521]},{"name":"VDS_LT_SPAN","features":[521]},{"name":"VDS_LT_STRIPE","features":[521]},{"name":"VDS_LT_UNKNOWN","features":[521]},{"name":"VDS_LUN_FLAG","features":[521]},{"name":"VDS_LUN_INFORMATION","features":[307,521]},{"name":"VDS_LUN_NOTIFICATION","features":[521]},{"name":"VDS_LUN_PLEX_FLAG","features":[521]},{"name":"VDS_LUN_PLEX_PROP","features":[521]},{"name":"VDS_LUN_PLEX_STATUS","features":[521]},{"name":"VDS_LUN_PLEX_TYPE","features":[521]},{"name":"VDS_LUN_PROP","features":[521]},{"name":"VDS_LUN_RESERVE_MODE","features":[521]},{"name":"VDS_LUN_STATUS","features":[521]},{"name":"VDS_LUN_TYPE","features":[521]},{"name":"VDS_MAINTENANCE_OPERATION","features":[521]},{"name":"VDS_MOUNT_POINT_NOTIFICATION","features":[521]},{"name":"VDS_MPS_FAILED","features":[521]},{"name":"VDS_MPS_ONLINE","features":[521]},{"name":"VDS_MPS_STANDBY","features":[521]},{"name":"VDS_MPS_UNKNOWN","features":[521]},{"name":"VDS_NF_CONTROLLER","features":[521]},{"name":"VDS_NF_CONTROLLER_ARRIVE","features":[521]},{"name":"VDS_NF_CONTROLLER_DEPART","features":[521]},{"name":"VDS_NF_CONTROLLER_MODIFY","features":[521]},{"name":"VDS_NF_CONTROLLER_REMOVED","features":[521]},{"name":"VDS_NF_DISK","features":[521]},{"name":"VDS_NF_DISK_ARRIVE","features":[521]},{"name":"VDS_NF_DISK_DEPART","features":[521]},{"name":"VDS_NF_DISK_MODIFY","features":[521]},{"name":"VDS_NF_DRIVE","features":[521]},{"name":"VDS_NF_DRIVE_ARRIVE","features":[521]},{"name":"VDS_NF_DRIVE_DEPART","features":[521]},{"name":"VDS_NF_DRIVE_LETTER_ASSIGN","features":[521]},{"name":"VDS_NF_DRIVE_LETTER_FREE","features":[521]},{"name":"VDS_NF_DRIVE_MODIFY","features":[521]},{"name":"VDS_NF_DRIVE_REMOVED","features":[521]},{"name":"VDS_NF_FILE_SYSTEM","features":[521]},{"name":"VDS_NF_FILE_SYSTEM_FORMAT_PROGRESS","features":[521]},{"name":"VDS_NF_FILE_SYSTEM_MODIFY","features":[521]},{"name":"VDS_NF_FILE_SYSTEM_SHRINKING_PROGRESS","features":[521]},{"name":"VDS_NF_LUN","features":[521]},{"name":"VDS_NF_LUN_ARRIVE","features":[521]},{"name":"VDS_NF_LUN_DEPART","features":[521]},{"name":"VDS_NF_LUN_MODIFY","features":[521]},{"name":"VDS_NF_MOUNT_POINTS_CHANGE","features":[521]},{"name":"VDS_NF_PACK","features":[521]},{"name":"VDS_NF_PACK_ARRIVE","features":[521]},{"name":"VDS_NF_PACK_DEPART","features":[521]},{"name":"VDS_NF_PACK_MODIFY","features":[521]},{"name":"VDS_NF_PARTITION_ARRIVE","features":[521]},{"name":"VDS_NF_PARTITION_DEPART","features":[521]},{"name":"VDS_NF_PARTITION_MODIFY","features":[521]},{"name":"VDS_NF_PORT","features":[521]},{"name":"VDS_NF_PORTAL_ARRIVE","features":[521]},{"name":"VDS_NF_PORTAL_DEPART","features":[521]},{"name":"VDS_NF_PORTAL_GROUP_ARRIVE","features":[521]},{"name":"VDS_NF_PORTAL_GROUP_DEPART","features":[521]},{"name":"VDS_NF_PORTAL_GROUP_MODIFY","features":[521]},{"name":"VDS_NF_PORTAL_MODIFY","features":[521]},{"name":"VDS_NF_PORT_ARRIVE","features":[521]},{"name":"VDS_NF_PORT_DEPART","features":[521]},{"name":"VDS_NF_PORT_MODIFY","features":[521]},{"name":"VDS_NF_PORT_REMOVED","features":[521]},{"name":"VDS_NF_SERVICE_OUT_OF_SYNC","features":[521]},{"name":"VDS_NF_SUB_SYSTEM_ARRIVE","features":[521]},{"name":"VDS_NF_SUB_SYSTEM_DEPART","features":[521]},{"name":"VDS_NF_SUB_SYSTEM_MODIFY","features":[521]},{"name":"VDS_NF_TARGET_ARRIVE","features":[521]},{"name":"VDS_NF_TARGET_DEPART","features":[521]},{"name":"VDS_NF_TARGET_MODIFY","features":[521]},{"name":"VDS_NF_VOLUME_ARRIVE","features":[521]},{"name":"VDS_NF_VOLUME_DEPART","features":[521]},{"name":"VDS_NF_VOLUME_MODIFY","features":[521]},{"name":"VDS_NF_VOLUME_REBUILDING_PROGRESS","features":[521]},{"name":"VDS_NOTIFICATION","features":[521]},{"name":"VDS_NOTIFICATION_TARGET_TYPE","features":[521]},{"name":"VDS_NTT_CONTROLLER","features":[521]},{"name":"VDS_NTT_DISK","features":[521]},{"name":"VDS_NTT_DRIVE","features":[521]},{"name":"VDS_NTT_DRIVE_LETTER","features":[521]},{"name":"VDS_NTT_FILE_SYSTEM","features":[521]},{"name":"VDS_NTT_LUN","features":[521]},{"name":"VDS_NTT_MOUNT_POINT","features":[521]},{"name":"VDS_NTT_PACK","features":[521]},{"name":"VDS_NTT_PARTITION","features":[521]},{"name":"VDS_NTT_PORT","features":[521]},{"name":"VDS_NTT_PORTAL","features":[521]},{"name":"VDS_NTT_PORTAL_GROUP","features":[521]},{"name":"VDS_NTT_SERVICE","features":[521]},{"name":"VDS_NTT_SUB_SYSTEM","features":[521]},{"name":"VDS_NTT_TARGET","features":[521]},{"name":"VDS_NTT_UNKNOWN","features":[521]},{"name":"VDS_NTT_VOLUME","features":[521]},{"name":"VDS_OBJECT_TYPE","features":[521]},{"name":"VDS_OT_ASYNC","features":[521]},{"name":"VDS_OT_CONTROLLER","features":[521]},{"name":"VDS_OT_DISK","features":[521]},{"name":"VDS_OT_DRIVE","features":[521]},{"name":"VDS_OT_ENUM","features":[521]},{"name":"VDS_OT_HBAPORT","features":[521]},{"name":"VDS_OT_INIT_ADAPTER","features":[521]},{"name":"VDS_OT_INIT_PORTAL","features":[521]},{"name":"VDS_OT_LUN","features":[521]},{"name":"VDS_OT_LUN_PLEX","features":[521]},{"name":"VDS_OT_OPEN_VDISK","features":[521]},{"name":"VDS_OT_PACK","features":[521]},{"name":"VDS_OT_PORT","features":[521]},{"name":"VDS_OT_PORTAL","features":[521]},{"name":"VDS_OT_PORTAL_GROUP","features":[521]},{"name":"VDS_OT_PROVIDER","features":[521]},{"name":"VDS_OT_STORAGE_POOL","features":[521]},{"name":"VDS_OT_SUB_SYSTEM","features":[521]},{"name":"VDS_OT_TARGET","features":[521]},{"name":"VDS_OT_UNKNOWN","features":[521]},{"name":"VDS_OT_VDISK","features":[521]},{"name":"VDS_OT_VOLUME","features":[521]},{"name":"VDS_OT_VOLUME_PLEX","features":[521]},{"name":"VDS_PACK_FLAG","features":[521]},{"name":"VDS_PACK_NOTIFICATION","features":[521]},{"name":"VDS_PACK_PROP","features":[521]},{"name":"VDS_PACK_STATUS","features":[521]},{"name":"VDS_PARTITION_FLAG","features":[521]},{"name":"VDS_PARTITION_INFORMATION_EX","features":[307,521]},{"name":"VDS_PARTITION_INFO_GPT","features":[521]},{"name":"VDS_PARTITION_INFO_MBR","features":[307,521]},{"name":"VDS_PARTITION_NOTIFICATION","features":[521]},{"name":"VDS_PARTITION_PROP","features":[307,521]},{"name":"VDS_PARTITION_STYLE","features":[521]},{"name":"VDS_PARTITION_STYLE_GPT","features":[521]},{"name":"VDS_PARTITION_STYLE_MBR","features":[521]},{"name":"VDS_PARTITION_STYLE_RAW","features":[521]},{"name":"VDS_PATH_ID","features":[521]},{"name":"VDS_PATH_INFO","features":[521]},{"name":"VDS_PATH_POLICY","features":[307,521]},{"name":"VDS_PATH_STATUS","features":[521]},{"name":"VDS_PF_DYNAMIC","features":[521]},{"name":"VDS_PF_INTERNAL_HARDWARE_PROVIDER","features":[521]},{"name":"VDS_PF_ONE_DISK_ONLY_PER_PACK","features":[521]},{"name":"VDS_PF_ONE_PACK_ONLINE_ONLY","features":[521]},{"name":"VDS_PF_SUPPORT_DYNAMIC","features":[521]},{"name":"VDS_PF_SUPPORT_DYNAMIC_1394","features":[521]},{"name":"VDS_PF_SUPPORT_FAULT_TOLERANT","features":[521]},{"name":"VDS_PF_SUPPORT_MIRROR","features":[521]},{"name":"VDS_PF_SUPPORT_RAID5","features":[521]},{"name":"VDS_PF_VOLUME_SPACE_MUST_BE_CONTIGUOUS","features":[521]},{"name":"VDS_PKF_CORRUPTED","features":[521]},{"name":"VDS_PKF_FOREIGN","features":[521]},{"name":"VDS_PKF_NOQUORUM","features":[521]},{"name":"VDS_PKF_ONLINE_ERROR","features":[521]},{"name":"VDS_PKF_POLICY","features":[521]},{"name":"VDS_POOL_ATTRIBUTES","features":[307,521]},{"name":"VDS_POOL_ATTRIB_ACCS_BDW_WT_HINT","features":[521]},{"name":"VDS_POOL_ATTRIB_ACCS_DIR_HINT","features":[521]},{"name":"VDS_POOL_ATTRIB_ACCS_LTNCY_HINT","features":[521]},{"name":"VDS_POOL_ATTRIB_ACCS_RNDM_HINT","features":[521]},{"name":"VDS_POOL_ATTRIB_ACCS_SIZE_HINT","features":[521]},{"name":"VDS_POOL_ATTRIB_ALLOW_SPINDOWN","features":[521]},{"name":"VDS_POOL_ATTRIB_BUSTYPE","features":[521]},{"name":"VDS_POOL_ATTRIB_CUSTOM_ATTRIB","features":[521]},{"name":"VDS_POOL_ATTRIB_DATA_AVL_HINT","features":[521]},{"name":"VDS_POOL_ATTRIB_DATA_RDNCY_DEF","features":[521]},{"name":"VDS_POOL_ATTRIB_DATA_RDNCY_MAX","features":[521]},{"name":"VDS_POOL_ATTRIB_DATA_RDNCY_MIN","features":[521]},{"name":"VDS_POOL_ATTRIB_NO_SINGLE_POF","features":[521]},{"name":"VDS_POOL_ATTRIB_NUM_CLMNS","features":[521]},{"name":"VDS_POOL_ATTRIB_NUM_CLMNS_DEF","features":[521]},{"name":"VDS_POOL_ATTRIB_NUM_CLMNS_MAX","features":[521]},{"name":"VDS_POOL_ATTRIB_NUM_CLMNS_MIN","features":[521]},{"name":"VDS_POOL_ATTRIB_PKG_RDNCY_DEF","features":[521]},{"name":"VDS_POOL_ATTRIB_PKG_RDNCY_MAX","features":[521]},{"name":"VDS_POOL_ATTRIB_PKG_RDNCY_MIN","features":[521]},{"name":"VDS_POOL_ATTRIB_RAIDTYPE","features":[521]},{"name":"VDS_POOL_ATTRIB_STOR_COST_HINT","features":[521]},{"name":"VDS_POOL_ATTRIB_STOR_EFFCY_HINT","features":[521]},{"name":"VDS_POOL_ATTRIB_STRIPE_SIZE","features":[521]},{"name":"VDS_POOL_ATTRIB_STRIPE_SIZE_DEF","features":[521]},{"name":"VDS_POOL_ATTRIB_STRIPE_SIZE_MAX","features":[521]},{"name":"VDS_POOL_ATTRIB_STRIPE_SIZE_MIN","features":[521]},{"name":"VDS_POOL_ATTRIB_THIN_PROVISION","features":[521]},{"name":"VDS_POOL_CUSTOM_ATTRIBUTES","features":[521]},{"name":"VDS_PORTAL_GROUP_NOTIFICATION","features":[521]},{"name":"VDS_PORTAL_NOTIFICATION","features":[521]},{"name":"VDS_PORT_NOTIFICATION","features":[521]},{"name":"VDS_PORT_PROP","features":[521]},{"name":"VDS_PORT_STATUS","features":[521]},{"name":"VDS_PROVIDER_FLAG","features":[521]},{"name":"VDS_PROVIDER_LBSUPPORT_FLAG","features":[521]},{"name":"VDS_PROVIDER_PROP","features":[521]},{"name":"VDS_PROVIDER_TYPE","features":[521]},{"name":"VDS_PRS_FAILED","features":[521]},{"name":"VDS_PRS_NOT_READY","features":[521]},{"name":"VDS_PRS_OFFLINE","features":[521]},{"name":"VDS_PRS_ONLINE","features":[521]},{"name":"VDS_PRS_REMOVED","features":[521]},{"name":"VDS_PRS_UNKNOWN","features":[521]},{"name":"VDS_PST_GPT","features":[521]},{"name":"VDS_PST_MBR","features":[521]},{"name":"VDS_PST_UNKNOWN","features":[521]},{"name":"VDS_PS_OFFLINE","features":[521]},{"name":"VDS_PS_ONLINE","features":[521]},{"name":"VDS_PS_UNKNOWN","features":[521]},{"name":"VDS_PTF_SYSTEM","features":[521]},{"name":"VDS_PT_HARDWARE","features":[521]},{"name":"VDS_PT_MAX","features":[521]},{"name":"VDS_PT_SOFTWARE","features":[521]},{"name":"VDS_PT_UNKNOWN","features":[521]},{"name":"VDS_PT_VIRTUALDISK","features":[521]},{"name":"VDS_QUERY_HARDWARE_PROVIDERS","features":[521]},{"name":"VDS_QUERY_PROVIDER_FLAG","features":[521]},{"name":"VDS_QUERY_SOFTWARE_PROVIDERS","features":[521]},{"name":"VDS_QUERY_VIRTUALDISK_PROVIDERS","features":[521]},{"name":"VDS_RAID_TYPE","features":[521]},{"name":"VDS_RA_REFRESH","features":[521]},{"name":"VDS_RA_RESTART","features":[521]},{"name":"VDS_RA_UNKNOWN","features":[521]},{"name":"VDS_REBUILD_PRIORITY_MAX","features":[521]},{"name":"VDS_REBUILD_PRIORITY_MIN","features":[521]},{"name":"VDS_RECOVER_ACTION","features":[521]},{"name":"VDS_REPARSE_POINT_PROP","features":[521]},{"name":"VDS_RT_RAID0","features":[521]},{"name":"VDS_RT_RAID01","features":[521]},{"name":"VDS_RT_RAID03","features":[521]},{"name":"VDS_RT_RAID05","features":[521]},{"name":"VDS_RT_RAID1","features":[521]},{"name":"VDS_RT_RAID10","features":[521]},{"name":"VDS_RT_RAID15","features":[521]},{"name":"VDS_RT_RAID2","features":[521]},{"name":"VDS_RT_RAID3","features":[521]},{"name":"VDS_RT_RAID30","features":[521]},{"name":"VDS_RT_RAID4","features":[521]},{"name":"VDS_RT_RAID5","features":[521]},{"name":"VDS_RT_RAID50","features":[521]},{"name":"VDS_RT_RAID51","features":[521]},{"name":"VDS_RT_RAID53","features":[521]},{"name":"VDS_RT_RAID6","features":[521]},{"name":"VDS_RT_RAID60","features":[521]},{"name":"VDS_RT_RAID61","features":[521]},{"name":"VDS_RT_UNKNOWN","features":[521]},{"name":"VDS_SAN_POLICY","features":[521]},{"name":"VDS_SERVICE_FLAG","features":[521]},{"name":"VDS_SERVICE_NOTIFICATION","features":[521]},{"name":"VDS_SERVICE_PROP","features":[521]},{"name":"VDS_SF_CONSISTENCY_CHECK_CAPABLE","features":[521]},{"name":"VDS_SF_DRIVE_EXTENT_CAPABLE","features":[521]},{"name":"VDS_SF_HARDWARE_CHECKSUM_CAPABLE","features":[521]},{"name":"VDS_SF_LUN_MASKING_CAPABLE","features":[521]},{"name":"VDS_SF_LUN_PLEXING_CAPABLE","features":[521]},{"name":"VDS_SF_LUN_REMAPPING_CAPABLE","features":[521]},{"name":"VDS_SF_MEDIA_SCAN_CAPABLE","features":[521]},{"name":"VDS_SF_RADIUS_CAPABLE","features":[521]},{"name":"VDS_SF_READ_BACK_VERIFY_CAPABLE","features":[521]},{"name":"VDS_SF_READ_CACHING_CAPABLE","features":[521]},{"name":"VDS_SF_SUPPORTS_AUTH_CHAP","features":[521]},{"name":"VDS_SF_SUPPORTS_AUTH_MUTUAL_CHAP","features":[521]},{"name":"VDS_SF_SUPPORTS_FAULT_TOLERANT_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_LUN_NUMBER","features":[521]},{"name":"VDS_SF_SUPPORTS_MIRRORED_CACHE","features":[521]},{"name":"VDS_SF_SUPPORTS_MIRROR_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_NON_FAULT_TOLERANT_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_PARITY_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID01_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID03_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID05_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID10_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID15_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID2_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID30_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID3_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID4_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID50_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID51_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID53_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID5_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID60_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID61_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_RAID6_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_SIMPLE_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_SIMPLE_TARGET_CONFIG","features":[521]},{"name":"VDS_SF_SUPPORTS_SPAN_LUNS","features":[521]},{"name":"VDS_SF_SUPPORTS_STRIPE_LUNS","features":[521]},{"name":"VDS_SF_WRITE_CACHING_CAPABLE","features":[521]},{"name":"VDS_SF_WRITE_THROUGH_CACHING_CAPABLE","features":[521]},{"name":"VDS_SPS_NOT_READY","features":[521]},{"name":"VDS_SPS_OFFLINE","features":[521]},{"name":"VDS_SPS_ONLINE","features":[521]},{"name":"VDS_SPS_UNKNOWN","features":[521]},{"name":"VDS_SPT_CONCRETE","features":[521]},{"name":"VDS_SPT_PRIMORDIAL","features":[521]},{"name":"VDS_SPT_UNKNOWN","features":[521]},{"name":"VDS_SP_MAX","features":[521]},{"name":"VDS_SP_OFFLINE","features":[521]},{"name":"VDS_SP_OFFLINE_INTERNAL","features":[521]},{"name":"VDS_SP_OFFLINE_SHARED","features":[521]},{"name":"VDS_SP_ONLINE","features":[521]},{"name":"VDS_SP_UNKNOWN","features":[521]},{"name":"VDS_SSS_FAILED","features":[521]},{"name":"VDS_SSS_NOT_READY","features":[521]},{"name":"VDS_SSS_OFFLINE","features":[521]},{"name":"VDS_SSS_ONLINE","features":[521]},{"name":"VDS_SSS_PARTIALLY_MANAGED","features":[521]},{"name":"VDS_SSS_UNKNOWN","features":[521]},{"name":"VDS_STORAGE_BUS_TYPE","features":[521]},{"name":"VDS_STORAGE_DEVICE_ID_DESCRIPTOR","features":[521]},{"name":"VDS_STORAGE_IDENTIFIER","features":[521]},{"name":"VDS_STORAGE_IDENTIFIER_CODE_SET","features":[521]},{"name":"VDS_STORAGE_IDENTIFIER_TYPE","features":[521]},{"name":"VDS_STORAGE_POOL_DRIVE_EXTENT","features":[307,521]},{"name":"VDS_STORAGE_POOL_PROP","features":[521]},{"name":"VDS_STORAGE_POOL_STATUS","features":[521]},{"name":"VDS_STORAGE_POOL_TYPE","features":[521]},{"name":"VDS_SUB_SYSTEM_FLAG","features":[521]},{"name":"VDS_SUB_SYSTEM_NOTIFICATION","features":[521]},{"name":"VDS_SUB_SYSTEM_PROP","features":[521]},{"name":"VDS_SUB_SYSTEM_PROP2","features":[521]},{"name":"VDS_SUB_SYSTEM_STATUS","features":[521]},{"name":"VDS_SUB_SYSTEM_SUPPORTED_RAID_TYPE_FLAG","features":[521]},{"name":"VDS_SVF_AUTO_MOUNT_OFF","features":[521]},{"name":"VDS_SVF_CLUSTER_SERVICE_CONFIGURED","features":[521]},{"name":"VDS_SVF_EFI","features":[521]},{"name":"VDS_SVF_OS_UNINSTALL_VALID","features":[521]},{"name":"VDS_SVF_SUPPORT_DYNAMIC","features":[521]},{"name":"VDS_SVF_SUPPORT_DYNAMIC_1394","features":[521]},{"name":"VDS_SVF_SUPPORT_FAULT_TOLERANT","features":[521]},{"name":"VDS_SVF_SUPPORT_GPT","features":[521]},{"name":"VDS_SVF_SUPPORT_MIRROR","features":[521]},{"name":"VDS_SVF_SUPPORT_RAID5","features":[521]},{"name":"VDS_SVF_SUPPORT_REFS","features":[521]},{"name":"VDS_S_ACCESS_PATH_NOT_DELETED","features":[521]},{"name":"VDS_S_ALREADY_EXISTS","features":[521]},{"name":"VDS_S_BOOT_PARTITION_NUMBER_CHANGE","features":[521]},{"name":"VDS_S_DEFAULT_PLEX_MEMBER_IDS","features":[521]},{"name":"VDS_S_DISK_DISMOUNT_FAILED","features":[521]},{"name":"VDS_S_DISK_IS_MISSING","features":[521]},{"name":"VDS_S_DISK_MOUNT_FAILED","features":[521]},{"name":"VDS_S_DISK_PARTIALLY_CLEANED","features":[521]},{"name":"VDS_S_DISMOUNT_FAILED","features":[521]},{"name":"VDS_S_EXTEND_FILE_SYSTEM_FAILED","features":[521]},{"name":"VDS_S_FS_LOCK","features":[521]},{"name":"VDS_S_GPT_BOOT_MIRRORED_TO_MBR","features":[521]},{"name":"VDS_S_IA64_BOOT_MIRRORED_TO_MBR","features":[521]},{"name":"VDS_S_IN_PROGRESS","features":[521]},{"name":"VDS_S_ISCSI_LOGIN_ALREAD_EXISTS","features":[521]},{"name":"VDS_S_ISCSI_PERSISTENT_LOGIN_MAY_NOT_BE_REMOVED","features":[521]},{"name":"VDS_S_ISCSI_SESSION_NOT_FOUND_PERSISTENT_LOGIN_REMOVED","features":[521]},{"name":"VDS_S_MBR_BOOT_MIRRORED_TO_GPT","features":[521]},{"name":"VDS_S_NAME_TRUNCATED","features":[521]},{"name":"VDS_S_NONCONFORMANT_PARTITION_INFO","features":[521]},{"name":"VDS_S_NO_NOTIFICATION","features":[521]},{"name":"VDS_S_PLEX_NOT_LOADED_TO_CACHE","features":[521]},{"name":"VDS_S_PROPERTIES_INCOMPLETE","features":[521]},{"name":"VDS_S_PROVIDER_ERROR_LOADING_CACHE","features":[521]},{"name":"VDS_S_REMOUNT_FAILED","features":[521]},{"name":"VDS_S_RESYNC_NOTIFICATION_TASK_FAILED","features":[521]},{"name":"VDS_S_STATUSES_INCOMPLETELY_SET","features":[521]},{"name":"VDS_S_SYSTEM_PARTITION","features":[521]},{"name":"VDS_S_UNABLE_TO_GET_GPT_ATTRIBUTES","features":[521]},{"name":"VDS_S_UPDATE_BOOTFILE_FAILED","features":[521]},{"name":"VDS_S_VOLUME_COMPRESS_FAILED","features":[521]},{"name":"VDS_S_VSS_FLUSH_AND_HOLD_WRITES","features":[521]},{"name":"VDS_S_VSS_RELEASE_WRITES","features":[521]},{"name":"VDS_S_WINPE_BOOTENTRY","features":[521]},{"name":"VDS_TARGET_NOTIFICATION","features":[521]},{"name":"VDS_TRANSITION_STATE","features":[521]},{"name":"VDS_TS_EXTENDING","features":[521]},{"name":"VDS_TS_RECONFIGING","features":[521]},{"name":"VDS_TS_RESTRIPING","features":[521]},{"name":"VDS_TS_SHRINKING","features":[521]},{"name":"VDS_TS_STABLE","features":[521]},{"name":"VDS_TS_UNKNOWN","features":[521]},{"name":"VDS_VDISK_PROPERTIES","features":[307,520,521]},{"name":"VDS_VDISK_STATE","features":[521]},{"name":"VDS_VERSION_SUPPORT_FLAG","features":[521]},{"name":"VDS_VF_ACTIVE","features":[521]},{"name":"VDS_VF_BACKED_BY_WIM_IMAGE","features":[521]},{"name":"VDS_VF_BACKS_BOOT_VOLUME","features":[521]},{"name":"VDS_VF_BOOT_VOLUME","features":[521]},{"name":"VDS_VF_CAN_EXTEND","features":[521]},{"name":"VDS_VF_CAN_SHRINK","features":[521]},{"name":"VDS_VF_CRASHDUMP","features":[521]},{"name":"VDS_VF_DIRTY","features":[521]},{"name":"VDS_VF_FAT32_NOT_SUPPORTED","features":[521]},{"name":"VDS_VF_FAT_NOT_SUPPORTED","features":[521]},{"name":"VDS_VF_FORMATTING","features":[521]},{"name":"VDS_VF_FVE_ENABLED","features":[521]},{"name":"VDS_VF_HIBERNATION","features":[521]},{"name":"VDS_VF_HIDDEN","features":[521]},{"name":"VDS_VF_INSTALLABLE","features":[521]},{"name":"VDS_VF_LBN_REMAP_ENABLED","features":[521]},{"name":"VDS_VF_NOT_FORMATTABLE","features":[521]},{"name":"VDS_VF_NO_DEFAULT_DRIVE_LETTER","features":[521]},{"name":"VDS_VF_NTFS_NOT_SUPPORTED","features":[521]},{"name":"VDS_VF_PAGEFILE","features":[521]},{"name":"VDS_VF_PERMANENTLY_DISMOUNTED","features":[521]},{"name":"VDS_VF_PERMANENT_DISMOUNT_SUPPORTED","features":[521]},{"name":"VDS_VF_READONLY","features":[521]},{"name":"VDS_VF_REFS_NOT_SUPPORTED","features":[521]},{"name":"VDS_VF_SHADOW_COPY","features":[521]},{"name":"VDS_VF_SYSTEM_VOLUME","features":[521]},{"name":"VDS_VOLUME_FLAG","features":[521]},{"name":"VDS_VOLUME_NOTIFICATION","features":[521]},{"name":"VDS_VOLUME_PLEX_PROP","features":[521]},{"name":"VDS_VOLUME_PLEX_STATUS","features":[521]},{"name":"VDS_VOLUME_PLEX_TYPE","features":[521]},{"name":"VDS_VOLUME_PROP","features":[521]},{"name":"VDS_VOLUME_PROP2","features":[521]},{"name":"VDS_VOLUME_STATUS","features":[521]},{"name":"VDS_VOLUME_TYPE","features":[521]},{"name":"VDS_VPS_FAILED","features":[521]},{"name":"VDS_VPS_NO_MEDIA","features":[521]},{"name":"VDS_VPS_ONLINE","features":[521]},{"name":"VDS_VPS_UNKNOWN","features":[521]},{"name":"VDS_VPT_PARITY","features":[521]},{"name":"VDS_VPT_SIMPLE","features":[521]},{"name":"VDS_VPT_SPAN","features":[521]},{"name":"VDS_VPT_STRIPE","features":[521]},{"name":"VDS_VPT_UNKNOWN","features":[521]},{"name":"VDS_VSF_1_0","features":[521]},{"name":"VDS_VSF_1_1","features":[521]},{"name":"VDS_VSF_2_0","features":[521]},{"name":"VDS_VSF_2_1","features":[521]},{"name":"VDS_VSF_3_0","features":[521]},{"name":"VDS_VST_ADDED","features":[521]},{"name":"VDS_VST_ATTACHED","features":[521]},{"name":"VDS_VST_ATTACHED_NOT_OPEN","features":[521]},{"name":"VDS_VST_ATTACH_PENDING","features":[521]},{"name":"VDS_VST_COMPACTING","features":[521]},{"name":"VDS_VST_DELETED","features":[521]},{"name":"VDS_VST_DETACH_PENDING","features":[521]},{"name":"VDS_VST_EXPANDING","features":[521]},{"name":"VDS_VST_MAX","features":[521]},{"name":"VDS_VST_MERGING","features":[521]},{"name":"VDS_VST_OPEN","features":[521]},{"name":"VDS_VST_UNKNOWN","features":[521]},{"name":"VDS_VS_FAILED","features":[521]},{"name":"VDS_VS_NO_MEDIA","features":[521]},{"name":"VDS_VS_OFFLINE","features":[521]},{"name":"VDS_VS_ONLINE","features":[521]},{"name":"VDS_VS_UNKNOWN","features":[521]},{"name":"VDS_VT_MIRROR","features":[521]},{"name":"VDS_VT_PARITY","features":[521]},{"name":"VDS_VT_SIMPLE","features":[521]},{"name":"VDS_VT_SPAN","features":[521]},{"name":"VDS_VT_STRIPE","features":[521]},{"name":"VDS_VT_UNKNOWN","features":[521]},{"name":"VDS_WWN","features":[521]},{"name":"VER_VDS_LUN_INFORMATION","features":[521]},{"name":"__VDS_PARTITION_STYLE","features":[521]}],"528":[{"name":"CreateVssExpressWriterInternal","features":[522]},{"name":"IVssAdmin","features":[522]},{"name":"IVssAdminEx","features":[522]},{"name":"IVssAsync","features":[522]},{"name":"IVssComponent","features":[522]},{"name":"IVssComponentEx","features":[522]},{"name":"IVssComponentEx2","features":[522]},{"name":"IVssCreateExpressWriterMetadata","features":[522]},{"name":"IVssCreateWriterMetadata","features":[522]},{"name":"IVssDifferentialSoftwareSnapshotMgmt","features":[522]},{"name":"IVssDifferentialSoftwareSnapshotMgmt2","features":[522]},{"name":"IVssDifferentialSoftwareSnapshotMgmt3","features":[522]},{"name":"IVssEnumMgmtObject","features":[522]},{"name":"IVssEnumObject","features":[522]},{"name":"IVssExpressWriter","features":[522]},{"name":"IVssFileShareSnapshotProvider","features":[522]},{"name":"IVssHardwareSnapshotProvider","features":[522]},{"name":"IVssHardwareSnapshotProviderEx","features":[522]},{"name":"IVssProviderCreateSnapshotSet","features":[522]},{"name":"IVssProviderNotifications","features":[522]},{"name":"IVssSnapshotMgmt","features":[522]},{"name":"IVssSnapshotMgmt2","features":[522]},{"name":"IVssSoftwareSnapshotProvider","features":[522]},{"name":"IVssWMDependency","features":[522]},{"name":"IVssWMFiledesc","features":[522]},{"name":"IVssWriterComponents","features":[522]},{"name":"VSSCoordinator","features":[522]},{"name":"VSS_ALTERNATE_WRITER_STATE","features":[522]},{"name":"VSS_APPLICATION_LEVEL","features":[522]},{"name":"VSS_APP_AUTO","features":[522]},{"name":"VSS_APP_BACK_END","features":[522]},{"name":"VSS_APP_FRONT_END","features":[522]},{"name":"VSS_APP_SYSTEM","features":[522]},{"name":"VSS_APP_SYSTEM_RM","features":[522]},{"name":"VSS_APP_UNKNOWN","features":[522]},{"name":"VSS_ASSOC_NO_MAX_SPACE","features":[522]},{"name":"VSS_ASSOC_REMOVE","features":[522]},{"name":"VSS_AWS_ALTERNATE_WRITER_EXISTS","features":[522]},{"name":"VSS_AWS_NO_ALTERNATE_WRITER","features":[522]},{"name":"VSS_AWS_THIS_IS_ALTERNATE_WRITER","features":[522]},{"name":"VSS_AWS_UNDEFINED","features":[522]},{"name":"VSS_BACKUP_SCHEMA","features":[522]},{"name":"VSS_BACKUP_TYPE","features":[522]},{"name":"VSS_BREAKEX_FLAG_MAKE_READ_WRITE","features":[522]},{"name":"VSS_BREAKEX_FLAG_MASK_LUNS","features":[522]},{"name":"VSS_BREAKEX_FLAG_REVERT_IDENTITY_ALL","features":[522]},{"name":"VSS_BREAKEX_FLAG_REVERT_IDENTITY_NONE","features":[522]},{"name":"VSS_BS_AUTHORITATIVE_RESTORE","features":[522]},{"name":"VSS_BS_COPY","features":[522]},{"name":"VSS_BS_DIFFERENTIAL","features":[522]},{"name":"VSS_BS_EXCLUSIVE_INCREMENTAL_DIFFERENTIAL","features":[522]},{"name":"VSS_BS_INCREMENTAL","features":[522]},{"name":"VSS_BS_INDEPENDENT_SYSTEM_STATE","features":[522]},{"name":"VSS_BS_LAST_MODIFY","features":[522]},{"name":"VSS_BS_LOG","features":[522]},{"name":"VSS_BS_LSN","features":[522]},{"name":"VSS_BS_RESTORE_RENAME","features":[522]},{"name":"VSS_BS_ROLLFORWARD_RESTORE","features":[522]},{"name":"VSS_BS_TIMESTAMPED","features":[522]},{"name":"VSS_BS_UNDEFINED","features":[522]},{"name":"VSS_BS_WRITER_SUPPORTS_NEW_TARGET","features":[522]},{"name":"VSS_BS_WRITER_SUPPORTS_PARALLEL_RESTORES","features":[522]},{"name":"VSS_BS_WRITER_SUPPORTS_RESTORE_WITH_MOVE","features":[522]},{"name":"VSS_BT_COPY","features":[522]},{"name":"VSS_BT_DIFFERENTIAL","features":[522]},{"name":"VSS_BT_FULL","features":[522]},{"name":"VSS_BT_INCREMENTAL","features":[522]},{"name":"VSS_BT_LOG","features":[522]},{"name":"VSS_BT_OTHER","features":[522]},{"name":"VSS_BT_UNDEFINED","features":[522]},{"name":"VSS_CF_APP_ROLLBACK_RECOVERY","features":[522]},{"name":"VSS_CF_BACKUP_RECOVERY","features":[522]},{"name":"VSS_CF_NOT_SYSTEM_STATE","features":[522]},{"name":"VSS_COMPONENT_FLAGS","features":[522]},{"name":"VSS_COMPONENT_TYPE","features":[522]},{"name":"VSS_CTX_ALL","features":[522]},{"name":"VSS_CTX_APP_ROLLBACK","features":[522]},{"name":"VSS_CTX_BACKUP","features":[522]},{"name":"VSS_CTX_CLIENT_ACCESSIBLE","features":[522]},{"name":"VSS_CTX_CLIENT_ACCESSIBLE_WRITERS","features":[522]},{"name":"VSS_CTX_FILE_SHARE_BACKUP","features":[522]},{"name":"VSS_CTX_NAS_ROLLBACK","features":[522]},{"name":"VSS_CT_DATABASE","features":[522]},{"name":"VSS_CT_FILEGROUP","features":[522]},{"name":"VSS_CT_UNDEFINED","features":[522]},{"name":"VSS_DIFF_AREA_PROP","features":[522]},{"name":"VSS_DIFF_VOLUME_PROP","features":[522]},{"name":"VSS_E_ASRERROR_CRITICAL_DISKS_TOO_SMALL","features":[522]},{"name":"VSS_E_ASRERROR_CRITICAL_DISK_CANNOT_BE_EXCLUDED","features":[522]},{"name":"VSS_E_ASRERROR_DATADISK_RDISK0","features":[522]},{"name":"VSS_E_ASRERROR_DISK_ASSIGNMENT_FAILED","features":[522]},{"name":"VSS_E_ASRERROR_DISK_RECREATION_FAILED","features":[522]},{"name":"VSS_E_ASRERROR_DYNAMIC_VHD_NOT_SUPPORTED","features":[522]},{"name":"VSS_E_ASRERROR_FIXED_PHYSICAL_DISK_AVAILABLE_AFTER_DISK_EXCLUSION","features":[522]},{"name":"VSS_E_ASRERROR_MISSING_DYNDISK","features":[522]},{"name":"VSS_E_ASRERROR_NO_ARCPATH","features":[522]},{"name":"VSS_E_ASRERROR_NO_PHYSICAL_DISK_AVAILABLE","features":[522]},{"name":"VSS_E_ASRERROR_RDISK0_TOOSMALL","features":[522]},{"name":"VSS_E_ASRERROR_RDISK_FOR_SYSTEM_DISK_NOT_FOUND","features":[522]},{"name":"VSS_E_ASRERROR_SHARED_CRIDISK","features":[522]},{"name":"VSS_E_ASRERROR_SYSTEM_PARTITION_HIDDEN","features":[522]},{"name":"VSS_E_AUTORECOVERY_FAILED","features":[522]},{"name":"VSS_E_BAD_STATE","features":[522]},{"name":"VSS_E_BREAK_REVERT_ID_FAILED","features":[522]},{"name":"VSS_E_CANNOT_REVERT_DISKID","features":[522]},{"name":"VSS_E_CLUSTER_ERROR","features":[522]},{"name":"VSS_E_CLUSTER_TIMEOUT","features":[522]},{"name":"VSS_E_CORRUPT_XML_DOCUMENT","features":[522]},{"name":"VSS_E_CRITICAL_VOLUME_ON_INVALID_DISK","features":[522]},{"name":"VSS_E_DYNAMIC_DISK_ERROR","features":[522]},{"name":"VSS_E_FLUSH_WRITES_TIMEOUT","features":[522]},{"name":"VSS_E_FSS_TIMEOUT","features":[522]},{"name":"VSS_E_HOLD_WRITES_TIMEOUT","features":[522]},{"name":"VSS_E_INSUFFICIENT_STORAGE","features":[522]},{"name":"VSS_E_INVALID_XML_DOCUMENT","features":[522]},{"name":"VSS_E_LEGACY_PROVIDER","features":[522]},{"name":"VSS_E_MAXIMUM_DIFFAREA_ASSOCIATIONS_REACHED","features":[522]},{"name":"VSS_E_MAXIMUM_NUMBER_OF_REMOTE_MACHINES_REACHED","features":[522]},{"name":"VSS_E_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED","features":[522]},{"name":"VSS_E_MAXIMUM_NUMBER_OF_VOLUMES_REACHED","features":[522]},{"name":"VSS_E_MISSING_DISK","features":[522]},{"name":"VSS_E_MISSING_HIDDEN_VOLUME","features":[522]},{"name":"VSS_E_MISSING_VOLUME","features":[522]},{"name":"VSS_E_NESTED_VOLUME_LIMIT","features":[522]},{"name":"VSS_E_NONTRANSPORTABLE_BCD","features":[522]},{"name":"VSS_E_NOT_SUPPORTED","features":[522]},{"name":"VSS_E_NO_SNAPSHOTS_IMPORTED","features":[522]},{"name":"VSS_E_OBJECT_ALREADY_EXISTS","features":[522]},{"name":"VSS_E_OBJECT_NOT_FOUND","features":[522]},{"name":"VSS_E_PROVIDER_ALREADY_REGISTERED","features":[522]},{"name":"VSS_E_PROVIDER_IN_USE","features":[522]},{"name":"VSS_E_PROVIDER_NOT_REGISTERED","features":[522]},{"name":"VSS_E_PROVIDER_VETO","features":[522]},{"name":"VSS_E_REBOOT_REQUIRED","features":[522]},{"name":"VSS_E_REMOTE_SERVER_UNAVAILABLE","features":[522]},{"name":"VSS_E_REMOTE_SERVER_UNSUPPORTED","features":[522]},{"name":"VSS_E_RESYNC_IN_PROGRESS","features":[522]},{"name":"VSS_E_REVERT_IN_PROGRESS","features":[522]},{"name":"VSS_E_REVERT_VOLUME_LOST","features":[522]},{"name":"VSS_E_SNAPSHOT_NOT_IN_SET","features":[522]},{"name":"VSS_E_SNAPSHOT_SET_IN_PROGRESS","features":[522]},{"name":"VSS_E_SOME_SNAPSHOTS_NOT_IMPORTED","features":[522]},{"name":"VSS_E_TRANSACTION_FREEZE_TIMEOUT","features":[522]},{"name":"VSS_E_TRANSACTION_THAW_TIMEOUT","features":[522]},{"name":"VSS_E_UNEXPECTED","features":[522]},{"name":"VSS_E_UNEXPECTED_PROVIDER_ERROR","features":[522]},{"name":"VSS_E_UNEXPECTED_WRITER_ERROR","features":[522]},{"name":"VSS_E_UNSELECTED_VOLUME","features":[522]},{"name":"VSS_E_UNSUPPORTED_CONTEXT","features":[522]},{"name":"VSS_E_VOLUME_IN_USE","features":[522]},{"name":"VSS_E_VOLUME_NOT_LOCAL","features":[522]},{"name":"VSS_E_VOLUME_NOT_SUPPORTED","features":[522]},{"name":"VSS_E_VOLUME_NOT_SUPPORTED_BY_PROVIDER","features":[522]},{"name":"VSS_E_WRITERERROR_INCONSISTENTSNAPSHOT","features":[522]},{"name":"VSS_E_WRITERERROR_NONRETRYABLE","features":[522]},{"name":"VSS_E_WRITERERROR_OUTOFRESOURCES","features":[522]},{"name":"VSS_E_WRITERERROR_PARTIAL_FAILURE","features":[522]},{"name":"VSS_E_WRITERERROR_RECOVERY_FAILED","features":[522]},{"name":"VSS_E_WRITERERROR_RETRYABLE","features":[522]},{"name":"VSS_E_WRITERERROR_TIMEOUT","features":[522]},{"name":"VSS_E_WRITER_ALREADY_SUBSCRIBED","features":[522]},{"name":"VSS_E_WRITER_INFRASTRUCTURE","features":[522]},{"name":"VSS_E_WRITER_NOT_RESPONDING","features":[522]},{"name":"VSS_E_WRITER_STATUS_NOT_AVAILABLE","features":[522]},{"name":"VSS_FILE_RESTORE_STATUS","features":[522]},{"name":"VSS_FILE_SPEC_BACKUP_TYPE","features":[522]},{"name":"VSS_FSBT_ALL_BACKUP_REQUIRED","features":[522]},{"name":"VSS_FSBT_ALL_SNAPSHOT_REQUIRED","features":[522]},{"name":"VSS_FSBT_CREATED_DURING_BACKUP","features":[522]},{"name":"VSS_FSBT_DIFFERENTIAL_BACKUP_REQUIRED","features":[522]},{"name":"VSS_FSBT_DIFFERENTIAL_SNAPSHOT_REQUIRED","features":[522]},{"name":"VSS_FSBT_FULL_BACKUP_REQUIRED","features":[522]},{"name":"VSS_FSBT_FULL_SNAPSHOT_REQUIRED","features":[522]},{"name":"VSS_FSBT_INCREMENTAL_BACKUP_REQUIRED","features":[522]},{"name":"VSS_FSBT_INCREMENTAL_SNAPSHOT_REQUIRED","features":[522]},{"name":"VSS_FSBT_LOG_BACKUP_REQUIRED","features":[522]},{"name":"VSS_FSBT_LOG_SNAPSHOT_REQUIRED","features":[522]},{"name":"VSS_HARDWARE_OPTIONS","features":[522]},{"name":"VSS_MGMT_OBJECT_DIFF_AREA","features":[522]},{"name":"VSS_MGMT_OBJECT_DIFF_VOLUME","features":[522]},{"name":"VSS_MGMT_OBJECT_PROP","features":[522]},{"name":"VSS_MGMT_OBJECT_TYPE","features":[522]},{"name":"VSS_MGMT_OBJECT_UNION","features":[522]},{"name":"VSS_MGMT_OBJECT_UNKNOWN","features":[522]},{"name":"VSS_MGMT_OBJECT_VOLUME","features":[522]},{"name":"VSS_OBJECT_NONE","features":[522]},{"name":"VSS_OBJECT_PROP","features":[522]},{"name":"VSS_OBJECT_PROVIDER","features":[522]},{"name":"VSS_OBJECT_SNAPSHOT","features":[522]},{"name":"VSS_OBJECT_SNAPSHOT_SET","features":[522]},{"name":"VSS_OBJECT_TYPE","features":[522]},{"name":"VSS_OBJECT_TYPE_COUNT","features":[522]},{"name":"VSS_OBJECT_UNION","features":[522]},{"name":"VSS_OBJECT_UNKNOWN","features":[522]},{"name":"VSS_ONLUNSTATECHANGE_DO_MASK_LUNS","features":[522]},{"name":"VSS_ONLUNSTATECHANGE_NOTIFY_LUN_POST_RECOVERY","features":[522]},{"name":"VSS_ONLUNSTATECHANGE_NOTIFY_LUN_PRE_RECOVERY","features":[522]},{"name":"VSS_ONLUNSTATECHANGE_NOTIFY_READ_WRITE","features":[522]},{"name":"VSS_PROTECTION_FAULT","features":[522]},{"name":"VSS_PROTECTION_FAULT_COW_READ_FAILURE","features":[522]},{"name":"VSS_PROTECTION_FAULT_COW_WRITE_FAILURE","features":[522]},{"name":"VSS_PROTECTION_FAULT_DESTROY_ALL_SNAPSHOTS","features":[522]},{"name":"VSS_PROTECTION_FAULT_DIFF_AREA_FULL","features":[522]},{"name":"VSS_PROTECTION_FAULT_DIFF_AREA_MISSING","features":[522]},{"name":"VSS_PROTECTION_FAULT_DIFF_AREA_REMOVED","features":[522]},{"name":"VSS_PROTECTION_FAULT_EXTERNAL_WRITER_TO_DIFF_AREA","features":[522]},{"name":"VSS_PROTECTION_FAULT_FILE_SYSTEM_FAILURE","features":[522]},{"name":"VSS_PROTECTION_FAULT_GROW_FAILED","features":[522]},{"name":"VSS_PROTECTION_FAULT_GROW_TOO_SLOW","features":[522]},{"name":"VSS_PROTECTION_FAULT_IO_FAILURE","features":[522]},{"name":"VSS_PROTECTION_FAULT_IO_FAILURE_DURING_ONLINE","features":[522]},{"name":"VSS_PROTECTION_FAULT_MAPPED_MEMORY_FAILURE","features":[522]},{"name":"VSS_PROTECTION_FAULT_MEMORY_ALLOCATION_FAILURE","features":[522]},{"name":"VSS_PROTECTION_FAULT_META_DATA_CORRUPTION","features":[522]},{"name":"VSS_PROTECTION_FAULT_MOUNT_DURING_CLUSTER_OFFLINE","features":[522]},{"name":"VSS_PROTECTION_FAULT_NONE","features":[522]},{"name":"VSS_PROTECTION_LEVEL","features":[522]},{"name":"VSS_PROTECTION_LEVEL_ORIGINAL_VOLUME","features":[522]},{"name":"VSS_PROTECTION_LEVEL_SNAPSHOT","features":[522]},{"name":"VSS_PROVIDER_CAPABILITIES","features":[522]},{"name":"VSS_PROVIDER_PROP","features":[522]},{"name":"VSS_PROVIDER_TYPE","features":[522]},{"name":"VSS_PROV_FILESHARE","features":[522]},{"name":"VSS_PROV_HARDWARE","features":[522]},{"name":"VSS_PROV_SOFTWARE","features":[522]},{"name":"VSS_PROV_SYSTEM","features":[522]},{"name":"VSS_PROV_UNKNOWN","features":[522]},{"name":"VSS_PRV_CAPABILITY_CLUSTERED","features":[522]},{"name":"VSS_PRV_CAPABILITY_COMPLIANT","features":[522]},{"name":"VSS_PRV_CAPABILITY_DIFFERENTIAL","features":[522]},{"name":"VSS_PRV_CAPABILITY_LEGACY","features":[522]},{"name":"VSS_PRV_CAPABILITY_LUN_REPOINT","features":[522]},{"name":"VSS_PRV_CAPABILITY_LUN_RESYNC","features":[522]},{"name":"VSS_PRV_CAPABILITY_MULTIPLE_IMPORT","features":[522]},{"name":"VSS_PRV_CAPABILITY_OFFLINE_CREATION","features":[522]},{"name":"VSS_PRV_CAPABILITY_PLEX","features":[522]},{"name":"VSS_PRV_CAPABILITY_RECYCLING","features":[522]},{"name":"VSS_RECOVERY_NO_VOLUME_CHECK","features":[522]},{"name":"VSS_RECOVERY_OPTIONS","features":[522]},{"name":"VSS_RECOVERY_REVERT_IDENTITY_ALL","features":[522]},{"name":"VSS_RESTOREMETHOD_ENUM","features":[522]},{"name":"VSS_RESTORE_TARGET","features":[522]},{"name":"VSS_RESTORE_TYPE","features":[522]},{"name":"VSS_RF_ALL","features":[522]},{"name":"VSS_RF_NONE","features":[522]},{"name":"VSS_RF_PARTIAL","features":[522]},{"name":"VSS_RF_UNDEFINED","features":[522]},{"name":"VSS_RME_CUSTOM","features":[522]},{"name":"VSS_RME_RESTORE_AT_REBOOT","features":[522]},{"name":"VSS_RME_RESTORE_AT_REBOOT_IF_CANNOT_REPLACE","features":[522]},{"name":"VSS_RME_RESTORE_IF_CAN_REPLACE","features":[522]},{"name":"VSS_RME_RESTORE_IF_NOT_THERE","features":[522]},{"name":"VSS_RME_RESTORE_STOP_START","features":[522]},{"name":"VSS_RME_RESTORE_TO_ALTERNATE_LOCATION","features":[522]},{"name":"VSS_RME_STOP_RESTORE_START","features":[522]},{"name":"VSS_RME_UNDEFINED","features":[522]},{"name":"VSS_ROLLFORWARD_TYPE","features":[522]},{"name":"VSS_RS_ALL","features":[522]},{"name":"VSS_RS_FAILED","features":[522]},{"name":"VSS_RS_NONE","features":[522]},{"name":"VSS_RS_UNDEFINED","features":[522]},{"name":"VSS_RTYPE_BY_COPY","features":[522]},{"name":"VSS_RTYPE_IMPORT","features":[522]},{"name":"VSS_RTYPE_OTHER","features":[522]},{"name":"VSS_RTYPE_UNDEFINED","features":[522]},{"name":"VSS_RT_ALTERNATE","features":[522]},{"name":"VSS_RT_DIRECTED","features":[522]},{"name":"VSS_RT_ORIGINAL","features":[522]},{"name":"VSS_RT_ORIGINAL_LOCATION","features":[522]},{"name":"VSS_RT_UNDEFINED","features":[522]},{"name":"VSS_SC_DISABLE_CONTENTINDEX","features":[522]},{"name":"VSS_SC_DISABLE_DEFRAG","features":[522]},{"name":"VSS_SM_ALL_FLAGS","features":[522]},{"name":"VSS_SM_BACKUP_EVENTS_FLAG","features":[522]},{"name":"VSS_SM_IO_THROTTLING_FLAG","features":[522]},{"name":"VSS_SM_POST_SNAPSHOT_FLAG","features":[522]},{"name":"VSS_SM_RESTORE_EVENTS_FLAG","features":[522]},{"name":"VSS_SNAPSHOT_COMPATIBILITY","features":[522]},{"name":"VSS_SNAPSHOT_CONTEXT","features":[522]},{"name":"VSS_SNAPSHOT_PROP","features":[522]},{"name":"VSS_SNAPSHOT_PROPERTY_ID","features":[522]},{"name":"VSS_SNAPSHOT_STATE","features":[522]},{"name":"VSS_SOURCE_TYPE","features":[522]},{"name":"VSS_SPROPID_CREATION_TIMESTAMP","features":[522]},{"name":"VSS_SPROPID_EXPOSED_NAME","features":[522]},{"name":"VSS_SPROPID_EXPOSED_PATH","features":[522]},{"name":"VSS_SPROPID_ORIGINAL_VOLUME","features":[522]},{"name":"VSS_SPROPID_ORIGINATING_MACHINE","features":[522]},{"name":"VSS_SPROPID_PROVIDER_ID","features":[522]},{"name":"VSS_SPROPID_SERVICE_MACHINE","features":[522]},{"name":"VSS_SPROPID_SNAPSHOTS_COUNT","features":[522]},{"name":"VSS_SPROPID_SNAPSHOT_ATTRIBUTES","features":[522]},{"name":"VSS_SPROPID_SNAPSHOT_DEVICE","features":[522]},{"name":"VSS_SPROPID_SNAPSHOT_ID","features":[522]},{"name":"VSS_SPROPID_SNAPSHOT_SET_ID","features":[522]},{"name":"VSS_SPROPID_STATUS","features":[522]},{"name":"VSS_SPROPID_UNKNOWN","features":[522]},{"name":"VSS_SS_ABORTED","features":[522]},{"name":"VSS_SS_COMMITTED","features":[522]},{"name":"VSS_SS_COUNT","features":[522]},{"name":"VSS_SS_CREATED","features":[522]},{"name":"VSS_SS_DELETED","features":[522]},{"name":"VSS_SS_POSTCOMMITTED","features":[522]},{"name":"VSS_SS_PRECOMMITTED","features":[522]},{"name":"VSS_SS_PREFINALCOMMITTED","features":[522]},{"name":"VSS_SS_PREPARED","features":[522]},{"name":"VSS_SS_PREPARING","features":[522]},{"name":"VSS_SS_PROCESSING_COMMIT","features":[522]},{"name":"VSS_SS_PROCESSING_POSTCOMMIT","features":[522]},{"name":"VSS_SS_PROCESSING_POSTFINALCOMMIT","features":[522]},{"name":"VSS_SS_PROCESSING_PRECOMMIT","features":[522]},{"name":"VSS_SS_PROCESSING_PREFINALCOMMIT","features":[522]},{"name":"VSS_SS_PROCESSING_PREPARE","features":[522]},{"name":"VSS_SS_UNKNOWN","features":[522]},{"name":"VSS_ST_NONTRANSACTEDDB","features":[522]},{"name":"VSS_ST_OTHER","features":[522]},{"name":"VSS_ST_TRANSACTEDDB","features":[522]},{"name":"VSS_ST_UNDEFINED","features":[522]},{"name":"VSS_SUBSCRIBE_MASK","features":[522]},{"name":"VSS_S_ASYNC_CANCELLED","features":[522]},{"name":"VSS_S_ASYNC_FINISHED","features":[522]},{"name":"VSS_S_ASYNC_PENDING","features":[522]},{"name":"VSS_S_SOME_SNAPSHOTS_NOT_IMPORTED","features":[522]},{"name":"VSS_USAGE_TYPE","features":[522]},{"name":"VSS_UT_BOOTABLESYSTEMSTATE","features":[522]},{"name":"VSS_UT_OTHER","features":[522]},{"name":"VSS_UT_SYSTEMSERVICE","features":[522]},{"name":"VSS_UT_UNDEFINED","features":[522]},{"name":"VSS_UT_USERDATA","features":[522]},{"name":"VSS_VOLSNAP_ATTR_AUTORECOVER","features":[522]},{"name":"VSS_VOLSNAP_ATTR_CLIENT_ACCESSIBLE","features":[522]},{"name":"VSS_VOLSNAP_ATTR_DELAYED_POSTSNAPSHOT","features":[522]},{"name":"VSS_VOLSNAP_ATTR_DIFFERENTIAL","features":[522]},{"name":"VSS_VOLSNAP_ATTR_EXPOSED_LOCALLY","features":[522]},{"name":"VSS_VOLSNAP_ATTR_EXPOSED_REMOTELY","features":[522]},{"name":"VSS_VOLSNAP_ATTR_FILE_SHARE","features":[522]},{"name":"VSS_VOLSNAP_ATTR_HARDWARE_ASSISTED","features":[522]},{"name":"VSS_VOLSNAP_ATTR_IMPORTED","features":[522]},{"name":"VSS_VOLSNAP_ATTR_NOT_SURFACED","features":[522]},{"name":"VSS_VOLSNAP_ATTR_NOT_TRANSACTED","features":[522]},{"name":"VSS_VOLSNAP_ATTR_NO_AUTORECOVERY","features":[522]},{"name":"VSS_VOLSNAP_ATTR_NO_AUTO_RELEASE","features":[522]},{"name":"VSS_VOLSNAP_ATTR_NO_WRITERS","features":[522]},{"name":"VSS_VOLSNAP_ATTR_PERSISTENT","features":[522]},{"name":"VSS_VOLSNAP_ATTR_PLEX","features":[522]},{"name":"VSS_VOLSNAP_ATTR_ROLLBACK_RECOVERY","features":[522]},{"name":"VSS_VOLSNAP_ATTR_TRANSPORTABLE","features":[522]},{"name":"VSS_VOLSNAP_ATTR_TXF_RECOVERY","features":[522]},{"name":"VSS_VOLUME_PROP","features":[522]},{"name":"VSS_VOLUME_PROTECTION_INFO","features":[307,522]},{"name":"VSS_VOLUME_SNAPSHOT_ATTRIBUTES","features":[522]},{"name":"VSS_WRE_ALWAYS","features":[522]},{"name":"VSS_WRE_IF_REPLACE_FAILS","features":[522]},{"name":"VSS_WRE_NEVER","features":[522]},{"name":"VSS_WRE_UNDEFINED","features":[522]},{"name":"VSS_WRITERRESTORE_ENUM","features":[522]},{"name":"VSS_WRITER_STATE","features":[522]},{"name":"VSS_WS_COUNT","features":[522]},{"name":"VSS_WS_FAILED_AT_BACKUPSHUTDOWN","features":[522]},{"name":"VSS_WS_FAILED_AT_BACKUP_COMPLETE","features":[522]},{"name":"VSS_WS_FAILED_AT_FREEZE","features":[522]},{"name":"VSS_WS_FAILED_AT_IDENTIFY","features":[522]},{"name":"VSS_WS_FAILED_AT_POST_RESTORE","features":[522]},{"name":"VSS_WS_FAILED_AT_POST_SNAPSHOT","features":[522]},{"name":"VSS_WS_FAILED_AT_PREPARE_BACKUP","features":[522]},{"name":"VSS_WS_FAILED_AT_PREPARE_SNAPSHOT","features":[522]},{"name":"VSS_WS_FAILED_AT_PRE_RESTORE","features":[522]},{"name":"VSS_WS_FAILED_AT_THAW","features":[522]},{"name":"VSS_WS_STABLE","features":[522]},{"name":"VSS_WS_UNKNOWN","features":[522]},{"name":"VSS_WS_WAITING_FOR_BACKUP_COMPLETE","features":[522]},{"name":"VSS_WS_WAITING_FOR_FREEZE","features":[522]},{"name":"VSS_WS_WAITING_FOR_POST_SNAPSHOT","features":[522]},{"name":"VSS_WS_WAITING_FOR_THAW","features":[522]},{"name":"VssSnapshotMgmt","features":[522]}],"529":[{"name":"ABORTPROC","features":[307,318,418]},{"name":"AbortDoc","features":[318,418]},{"name":"DC_BINNAMES","features":[418]},{"name":"DC_BINS","features":[418]},{"name":"DC_COLLATE","features":[418]},{"name":"DC_COLORDEVICE","features":[418]},{"name":"DC_COPIES","features":[418]},{"name":"DC_DRIVER","features":[418]},{"name":"DC_DUPLEX","features":[418]},{"name":"DC_ENUMRESOLUTIONS","features":[418]},{"name":"DC_EXTRA","features":[418]},{"name":"DC_FIELDS","features":[418]},{"name":"DC_FILEDEPENDENCIES","features":[418]},{"name":"DC_MAXEXTENT","features":[418]},{"name":"DC_MEDIAREADY","features":[418]},{"name":"DC_MEDIATYPENAMES","features":[418]},{"name":"DC_MEDIATYPES","features":[418]},{"name":"DC_MINEXTENT","features":[418]},{"name":"DC_NUP","features":[418]},{"name":"DC_ORIENTATION","features":[418]},{"name":"DC_PAPERNAMES","features":[418]},{"name":"DC_PAPERS","features":[418]},{"name":"DC_PAPERSIZE","features":[418]},{"name":"DC_PERSONALITY","features":[418]},{"name":"DC_PRINTERMEM","features":[418]},{"name":"DC_PRINTRATE","features":[418]},{"name":"DC_PRINTRATEPPM","features":[418]},{"name":"DC_PRINTRATEUNIT","features":[418]},{"name":"DC_SIZE","features":[418]},{"name":"DC_STAPLE","features":[418]},{"name":"DC_TRUETYPE","features":[418]},{"name":"DC_VERSION","features":[418]},{"name":"DOCINFOA","features":[418]},{"name":"DOCINFOW","features":[418]},{"name":"DRAWPATRECT","features":[307,418]},{"name":"DeviceCapabilitiesA","features":[307,318,418]},{"name":"DeviceCapabilitiesW","features":[307,318,418]},{"name":"EndDoc","features":[318,418]},{"name":"EndPage","features":[318,418]},{"name":"Escape","features":[318,418]},{"name":"ExtEscape","features":[318,418]},{"name":"IXpsDocumentPackageTarget","features":[418]},{"name":"IXpsDocumentPackageTarget3D","features":[418]},{"name":"IXpsOMBrush","features":[418]},{"name":"IXpsOMCanvas","features":[418]},{"name":"IXpsOMColorProfileResource","features":[418]},{"name":"IXpsOMColorProfileResourceCollection","features":[418]},{"name":"IXpsOMCoreProperties","features":[418]},{"name":"IXpsOMDashCollection","features":[418]},{"name":"IXpsOMDictionary","features":[418]},{"name":"IXpsOMDocument","features":[418]},{"name":"IXpsOMDocumentCollection","features":[418]},{"name":"IXpsOMDocumentSequence","features":[418]},{"name":"IXpsOMDocumentStructureResource","features":[418]},{"name":"IXpsOMFontResource","features":[418]},{"name":"IXpsOMFontResourceCollection","features":[418]},{"name":"IXpsOMGeometry","features":[418]},{"name":"IXpsOMGeometryFigure","features":[418]},{"name":"IXpsOMGeometryFigureCollection","features":[418]},{"name":"IXpsOMGlyphs","features":[418]},{"name":"IXpsOMGlyphsEditor","features":[418]},{"name":"IXpsOMGradientBrush","features":[418]},{"name":"IXpsOMGradientStop","features":[418]},{"name":"IXpsOMGradientStopCollection","features":[418]},{"name":"IXpsOMImageBrush","features":[418]},{"name":"IXpsOMImageResource","features":[418]},{"name":"IXpsOMImageResourceCollection","features":[418]},{"name":"IXpsOMLinearGradientBrush","features":[418]},{"name":"IXpsOMMatrixTransform","features":[418]},{"name":"IXpsOMNameCollection","features":[418]},{"name":"IXpsOMObjectFactory","features":[418]},{"name":"IXpsOMObjectFactory1","features":[418]},{"name":"IXpsOMPackage","features":[418]},{"name":"IXpsOMPackage1","features":[418]},{"name":"IXpsOMPackageTarget","features":[418]},{"name":"IXpsOMPackageWriter","features":[418]},{"name":"IXpsOMPackageWriter3D","features":[418]},{"name":"IXpsOMPage","features":[418]},{"name":"IXpsOMPage1","features":[418]},{"name":"IXpsOMPageReference","features":[418]},{"name":"IXpsOMPageReferenceCollection","features":[418]},{"name":"IXpsOMPart","features":[418]},{"name":"IXpsOMPartResources","features":[418]},{"name":"IXpsOMPartUriCollection","features":[418]},{"name":"IXpsOMPath","features":[418]},{"name":"IXpsOMPrintTicketResource","features":[418]},{"name":"IXpsOMRadialGradientBrush","features":[418]},{"name":"IXpsOMRemoteDictionaryResource","features":[418]},{"name":"IXpsOMRemoteDictionaryResource1","features":[418]},{"name":"IXpsOMRemoteDictionaryResourceCollection","features":[418]},{"name":"IXpsOMResource","features":[418]},{"name":"IXpsOMShareable","features":[418]},{"name":"IXpsOMSignatureBlockResource","features":[418]},{"name":"IXpsOMSignatureBlockResourceCollection","features":[418]},{"name":"IXpsOMSolidColorBrush","features":[418]},{"name":"IXpsOMStoryFragmentsResource","features":[418]},{"name":"IXpsOMThumbnailGenerator","features":[418]},{"name":"IXpsOMTileBrush","features":[418]},{"name":"IXpsOMVisual","features":[418]},{"name":"IXpsOMVisualBrush","features":[418]},{"name":"IXpsOMVisualCollection","features":[418]},{"name":"IXpsSignature","features":[418]},{"name":"IXpsSignatureBlock","features":[418]},{"name":"IXpsSignatureBlockCollection","features":[418]},{"name":"IXpsSignatureCollection","features":[418]},{"name":"IXpsSignatureManager","features":[418]},{"name":"IXpsSignatureRequest","features":[418]},{"name":"IXpsSignatureRequestCollection","features":[418]},{"name":"IXpsSigningOptions","features":[418]},{"name":"PRINTER_DEVICE_CAPABILITIES","features":[418]},{"name":"PRINT_WINDOW_FLAGS","features":[418]},{"name":"PSFEATURE_CUSTPAPER","features":[418]},{"name":"PSFEATURE_OUTPUT","features":[307,418]},{"name":"PSINJECTDATA","features":[418]},{"name":"PSINJECT_BEGINDEFAULTS","features":[418]},{"name":"PSINJECT_BEGINPAGESETUP","features":[418]},{"name":"PSINJECT_BEGINPROLOG","features":[418]},{"name":"PSINJECT_BEGINSETUP","features":[418]},{"name":"PSINJECT_BEGINSTREAM","features":[418]},{"name":"PSINJECT_BOUNDINGBOX","features":[418]},{"name":"PSINJECT_COMMENTS","features":[418]},{"name":"PSINJECT_DOCNEEDEDRES","features":[418]},{"name":"PSINJECT_DOCSUPPLIEDRES","features":[418]},{"name":"PSINJECT_DOCUMENTPROCESSCOLORS","features":[418]},{"name":"PSINJECT_DOCUMENTPROCESSCOLORSATEND","features":[418]},{"name":"PSINJECT_ENDDEFAULTS","features":[418]},{"name":"PSINJECT_ENDPAGECOMMENTS","features":[418]},{"name":"PSINJECT_ENDPAGESETUP","features":[418]},{"name":"PSINJECT_ENDPROLOG","features":[418]},{"name":"PSINJECT_ENDSETUP","features":[418]},{"name":"PSINJECT_ENDSTREAM","features":[418]},{"name":"PSINJECT_EOF","features":[418]},{"name":"PSINJECT_ORIENTATION","features":[418]},{"name":"PSINJECT_PAGEBBOX","features":[418]},{"name":"PSINJECT_PAGENUMBER","features":[418]},{"name":"PSINJECT_PAGEORDER","features":[418]},{"name":"PSINJECT_PAGES","features":[418]},{"name":"PSINJECT_PAGESATEND","features":[418]},{"name":"PSINJECT_PAGETRAILER","features":[418]},{"name":"PSINJECT_PLATECOLOR","features":[418]},{"name":"PSINJECT_POINT","features":[418]},{"name":"PSINJECT_PSADOBE","features":[418]},{"name":"PSINJECT_SHOWPAGE","features":[418]},{"name":"PSINJECT_TRAILER","features":[418]},{"name":"PSINJECT_VMRESTORE","features":[418]},{"name":"PSINJECT_VMSAVE","features":[418]},{"name":"PW_CLIENTONLY","features":[418]},{"name":"PrintWindow","features":[307,318,418]},{"name":"SetAbortProc","features":[307,318,418]},{"name":"StartDocA","features":[318,418]},{"name":"StartDocW","features":[318,418]},{"name":"StartPage","features":[318,418]},{"name":"XPS_COLOR","features":[418]},{"name":"XPS_COLOR_INTERPOLATION","features":[418]},{"name":"XPS_COLOR_INTERPOLATION_SCRGBLINEAR","features":[418]},{"name":"XPS_COLOR_INTERPOLATION_SRGBLINEAR","features":[418]},{"name":"XPS_COLOR_TYPE","features":[418]},{"name":"XPS_COLOR_TYPE_CONTEXT","features":[418]},{"name":"XPS_COLOR_TYPE_SCRGB","features":[418]},{"name":"XPS_COLOR_TYPE_SRGB","features":[418]},{"name":"XPS_DASH","features":[418]},{"name":"XPS_DASH_CAP","features":[418]},{"name":"XPS_DASH_CAP_FLAT","features":[418]},{"name":"XPS_DASH_CAP_ROUND","features":[418]},{"name":"XPS_DASH_CAP_SQUARE","features":[418]},{"name":"XPS_DASH_CAP_TRIANGLE","features":[418]},{"name":"XPS_DOCUMENT_TYPE","features":[418]},{"name":"XPS_DOCUMENT_TYPE_OPENXPS","features":[418]},{"name":"XPS_DOCUMENT_TYPE_UNSPECIFIED","features":[418]},{"name":"XPS_DOCUMENT_TYPE_XPS","features":[418]},{"name":"XPS_E_ABSOLUTE_REFERENCE","features":[418]},{"name":"XPS_E_ALREADY_OWNED","features":[418]},{"name":"XPS_E_BLEED_BOX_PAGE_DIMENSIONS_NOT_IN_SYNC","features":[418]},{"name":"XPS_E_BOTH_PATHFIGURE_AND_ABBR_SYNTAX_PRESENT","features":[418]},{"name":"XPS_E_BOTH_RESOURCE_AND_SOURCEATTR_PRESENT","features":[418]},{"name":"XPS_E_CARET_OUTSIDE_STRING","features":[418]},{"name":"XPS_E_CARET_OUT_OF_ORDER","features":[418]},{"name":"XPS_E_COLOR_COMPONENT_OUT_OF_RANGE","features":[418]},{"name":"XPS_E_DICTIONARY_ITEM_NAMED","features":[418]},{"name":"XPS_E_DUPLICATE_NAMES","features":[418]},{"name":"XPS_E_DUPLICATE_RESOURCE_KEYS","features":[418]},{"name":"XPS_E_INDEX_OUT_OF_RANGE","features":[418]},{"name":"XPS_E_INVALID_BLEED_BOX","features":[418]},{"name":"XPS_E_INVALID_CONTENT_BOX","features":[418]},{"name":"XPS_E_INVALID_CONTENT_TYPE","features":[418]},{"name":"XPS_E_INVALID_FLOAT","features":[418]},{"name":"XPS_E_INVALID_FONT_URI","features":[418]},{"name":"XPS_E_INVALID_LANGUAGE","features":[418]},{"name":"XPS_E_INVALID_LOOKUP_TYPE","features":[418]},{"name":"XPS_E_INVALID_MARKUP","features":[418]},{"name":"XPS_E_INVALID_NAME","features":[418]},{"name":"XPS_E_INVALID_NUMBER_OF_COLOR_CHANNELS","features":[418]},{"name":"XPS_E_INVALID_NUMBER_OF_POINTS_IN_CURVE_SEGMENTS","features":[418]},{"name":"XPS_E_INVALID_OBFUSCATED_FONT_URI","features":[418]},{"name":"XPS_E_INVALID_PAGE_SIZE","features":[418]},{"name":"XPS_E_INVALID_RESOURCE_KEY","features":[418]},{"name":"XPS_E_INVALID_SIGNATUREBLOCK_MARKUP","features":[418]},{"name":"XPS_E_INVALID_THUMBNAIL_IMAGE_TYPE","features":[418]},{"name":"XPS_E_INVALID_XML_ENCODING","features":[418]},{"name":"XPS_E_MAPPING_OUTSIDE_INDICES","features":[418]},{"name":"XPS_E_MAPPING_OUTSIDE_STRING","features":[418]},{"name":"XPS_E_MAPPING_OUT_OF_ORDER","features":[418]},{"name":"XPS_E_MARKUP_COMPATIBILITY_ELEMENTS","features":[418]},{"name":"XPS_E_MISSING_COLORPROFILE","features":[418]},{"name":"XPS_E_MISSING_DISCARDCONTROL","features":[418]},{"name":"XPS_E_MISSING_DOCUMENT","features":[418]},{"name":"XPS_E_MISSING_DOCUMENTSEQUENCE_RELATIONSHIP","features":[418]},{"name":"XPS_E_MISSING_FONTURI","features":[418]},{"name":"XPS_E_MISSING_GLYPHS","features":[418]},{"name":"XPS_E_MISSING_IMAGE_IN_IMAGEBRUSH","features":[418]},{"name":"XPS_E_MISSING_LOOKUP","features":[418]},{"name":"XPS_E_MISSING_NAME","features":[418]},{"name":"XPS_E_MISSING_PAGE_IN_DOCUMENT","features":[418]},{"name":"XPS_E_MISSING_PAGE_IN_PAGEREFERENCE","features":[418]},{"name":"XPS_E_MISSING_PART_REFERENCE","features":[418]},{"name":"XPS_E_MISSING_PART_STREAM","features":[418]},{"name":"XPS_E_MISSING_REFERRED_DOCUMENT","features":[418]},{"name":"XPS_E_MISSING_REFERRED_PAGE","features":[418]},{"name":"XPS_E_MISSING_RELATIONSHIP_TARGET","features":[418]},{"name":"XPS_E_MISSING_RESOURCE_KEY","features":[418]},{"name":"XPS_E_MISSING_RESOURCE_RELATIONSHIP","features":[418]},{"name":"XPS_E_MISSING_RESTRICTED_FONT_RELATIONSHIP","features":[418]},{"name":"XPS_E_MISSING_SEGMENT_DATA","features":[418]},{"name":"XPS_E_MULTIPLE_DOCUMENTSEQUENCE_RELATIONSHIPS","features":[418]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_DOCUMENT","features":[418]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_DOCUMENTSEQUENCE","features":[418]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_PAGE","features":[418]},{"name":"XPS_E_MULTIPLE_REFERENCES_TO_PART","features":[418]},{"name":"XPS_E_MULTIPLE_RESOURCES","features":[418]},{"name":"XPS_E_MULTIPLE_THUMBNAILS_ON_PACKAGE","features":[418]},{"name":"XPS_E_MULTIPLE_THUMBNAILS_ON_PAGE","features":[418]},{"name":"XPS_E_NEGATIVE_FLOAT","features":[418]},{"name":"XPS_E_NESTED_REMOTE_DICTIONARY","features":[418]},{"name":"XPS_E_NOT_ENOUGH_GRADIENT_STOPS","features":[418]},{"name":"XPS_E_NO_CUSTOM_OBJECTS","features":[418]},{"name":"XPS_E_OBJECT_DETACHED","features":[418]},{"name":"XPS_E_ODD_BIDILEVEL","features":[418]},{"name":"XPS_E_ONE_TO_ONE_MAPPING_EXPECTED","features":[418]},{"name":"XPS_E_PACKAGE_ALREADY_OPENED","features":[418]},{"name":"XPS_E_PACKAGE_NOT_OPENED","features":[418]},{"name":"XPS_E_PACKAGE_WRITER_NOT_CLOSED","features":[418]},{"name":"XPS_E_RELATIONSHIP_EXTERNAL","features":[418]},{"name":"XPS_E_RESOURCE_NOT_OWNED","features":[418]},{"name":"XPS_E_RESTRICTED_FONT_NOT_OBFUSCATED","features":[418]},{"name":"XPS_E_SIGNATUREID_DUP","features":[418]},{"name":"XPS_E_SIGREQUESTID_DUP","features":[418]},{"name":"XPS_E_STRING_TOO_LONG","features":[418]},{"name":"XPS_E_TOO_MANY_INDICES","features":[418]},{"name":"XPS_E_UNAVAILABLE_PACKAGE","features":[418]},{"name":"XPS_E_UNEXPECTED_COLORPROFILE","features":[418]},{"name":"XPS_E_UNEXPECTED_CONTENT_TYPE","features":[418]},{"name":"XPS_E_UNEXPECTED_RELATIONSHIP_TYPE","features":[418]},{"name":"XPS_E_UNEXPECTED_RESTRICTED_FONT_RELATIONSHIP","features":[418]},{"name":"XPS_E_VISUAL_CIRCULAR_REF","features":[418]},{"name":"XPS_E_XKEY_ATTR_PRESENT_OUTSIDE_RES_DICT","features":[418]},{"name":"XPS_FILL_RULE","features":[418]},{"name":"XPS_FILL_RULE_EVENODD","features":[418]},{"name":"XPS_FILL_RULE_NONZERO","features":[418]},{"name":"XPS_FONT_EMBEDDING","features":[418]},{"name":"XPS_FONT_EMBEDDING_NORMAL","features":[418]},{"name":"XPS_FONT_EMBEDDING_OBFUSCATED","features":[418]},{"name":"XPS_FONT_EMBEDDING_RESTRICTED","features":[418]},{"name":"XPS_FONT_EMBEDDING_RESTRICTED_UNOBFUSCATED","features":[418]},{"name":"XPS_GLYPH_INDEX","features":[418]},{"name":"XPS_GLYPH_MAPPING","features":[418]},{"name":"XPS_IMAGE_TYPE","features":[418]},{"name":"XPS_IMAGE_TYPE_JPEG","features":[418]},{"name":"XPS_IMAGE_TYPE_JXR","features":[418]},{"name":"XPS_IMAGE_TYPE_PNG","features":[418]},{"name":"XPS_IMAGE_TYPE_TIFF","features":[418]},{"name":"XPS_IMAGE_TYPE_WDP","features":[418]},{"name":"XPS_INTERLEAVING","features":[418]},{"name":"XPS_INTERLEAVING_OFF","features":[418]},{"name":"XPS_INTERLEAVING_ON","features":[418]},{"name":"XPS_LINE_CAP","features":[418]},{"name":"XPS_LINE_CAP_FLAT","features":[418]},{"name":"XPS_LINE_CAP_ROUND","features":[418]},{"name":"XPS_LINE_CAP_SQUARE","features":[418]},{"name":"XPS_LINE_CAP_TRIANGLE","features":[418]},{"name":"XPS_LINE_JOIN","features":[418]},{"name":"XPS_LINE_JOIN_BEVEL","features":[418]},{"name":"XPS_LINE_JOIN_MITER","features":[418]},{"name":"XPS_LINE_JOIN_ROUND","features":[418]},{"name":"XPS_MATRIX","features":[418]},{"name":"XPS_OBJECT_TYPE","features":[418]},{"name":"XPS_OBJECT_TYPE_CANVAS","features":[418]},{"name":"XPS_OBJECT_TYPE_GEOMETRY","features":[418]},{"name":"XPS_OBJECT_TYPE_GLYPHS","features":[418]},{"name":"XPS_OBJECT_TYPE_IMAGE_BRUSH","features":[418]},{"name":"XPS_OBJECT_TYPE_LINEAR_GRADIENT_BRUSH","features":[418]},{"name":"XPS_OBJECT_TYPE_MATRIX_TRANSFORM","features":[418]},{"name":"XPS_OBJECT_TYPE_PATH","features":[418]},{"name":"XPS_OBJECT_TYPE_RADIAL_GRADIENT_BRUSH","features":[418]},{"name":"XPS_OBJECT_TYPE_SOLID_COLOR_BRUSH","features":[418]},{"name":"XPS_OBJECT_TYPE_VISUAL_BRUSH","features":[418]},{"name":"XPS_POINT","features":[418]},{"name":"XPS_RECT","features":[418]},{"name":"XPS_SEGMENT_STROKE_PATTERN","features":[418]},{"name":"XPS_SEGMENT_STROKE_PATTERN_ALL","features":[418]},{"name":"XPS_SEGMENT_STROKE_PATTERN_MIXED","features":[418]},{"name":"XPS_SEGMENT_STROKE_PATTERN_NONE","features":[418]},{"name":"XPS_SEGMENT_TYPE","features":[418]},{"name":"XPS_SEGMENT_TYPE_ARC_LARGE_CLOCKWISE","features":[418]},{"name":"XPS_SEGMENT_TYPE_ARC_LARGE_COUNTERCLOCKWISE","features":[418]},{"name":"XPS_SEGMENT_TYPE_ARC_SMALL_CLOCKWISE","features":[418]},{"name":"XPS_SEGMENT_TYPE_ARC_SMALL_COUNTERCLOCKWISE","features":[418]},{"name":"XPS_SEGMENT_TYPE_BEZIER","features":[418]},{"name":"XPS_SEGMENT_TYPE_LINE","features":[418]},{"name":"XPS_SEGMENT_TYPE_QUADRATIC_BEZIER","features":[418]},{"name":"XPS_SIGNATURE_STATUS","features":[418]},{"name":"XPS_SIGNATURE_STATUS_BROKEN","features":[418]},{"name":"XPS_SIGNATURE_STATUS_INCOMPLETE","features":[418]},{"name":"XPS_SIGNATURE_STATUS_INCOMPLIANT","features":[418]},{"name":"XPS_SIGNATURE_STATUS_QUESTIONABLE","features":[418]},{"name":"XPS_SIGNATURE_STATUS_VALID","features":[418]},{"name":"XPS_SIGN_FLAGS","features":[418]},{"name":"XPS_SIGN_FLAGS_IGNORE_MARKUP_COMPATIBILITY","features":[418]},{"name":"XPS_SIGN_FLAGS_NONE","features":[418]},{"name":"XPS_SIGN_POLICY","features":[418]},{"name":"XPS_SIGN_POLICY_ALL","features":[418]},{"name":"XPS_SIGN_POLICY_CORE_PROPERTIES","features":[418]},{"name":"XPS_SIGN_POLICY_DISCARD_CONTROL","features":[418]},{"name":"XPS_SIGN_POLICY_NONE","features":[418]},{"name":"XPS_SIGN_POLICY_PRINT_TICKET","features":[418]},{"name":"XPS_SIGN_POLICY_SIGNATURE_RELATIONSHIPS","features":[418]},{"name":"XPS_SIZE","features":[418]},{"name":"XPS_SPREAD_METHOD","features":[418]},{"name":"XPS_SPREAD_METHOD_PAD","features":[418]},{"name":"XPS_SPREAD_METHOD_REFLECT","features":[418]},{"name":"XPS_SPREAD_METHOD_REPEAT","features":[418]},{"name":"XPS_STYLE_SIMULATION","features":[418]},{"name":"XPS_STYLE_SIMULATION_BOLD","features":[418]},{"name":"XPS_STYLE_SIMULATION_BOLDITALIC","features":[418]},{"name":"XPS_STYLE_SIMULATION_ITALIC","features":[418]},{"name":"XPS_STYLE_SIMULATION_NONE","features":[418]},{"name":"XPS_THUMBNAIL_SIZE","features":[418]},{"name":"XPS_THUMBNAIL_SIZE_LARGE","features":[418]},{"name":"XPS_THUMBNAIL_SIZE_MEDIUM","features":[418]},{"name":"XPS_THUMBNAIL_SIZE_SMALL","features":[418]},{"name":"XPS_THUMBNAIL_SIZE_VERYSMALL","features":[418]},{"name":"XPS_TILE_MODE","features":[418]},{"name":"XPS_TILE_MODE_FLIPX","features":[418]},{"name":"XPS_TILE_MODE_FLIPXY","features":[418]},{"name":"XPS_TILE_MODE_FLIPY","features":[418]},{"name":"XPS_TILE_MODE_NONE","features":[418]},{"name":"XPS_TILE_MODE_TILE","features":[418]},{"name":"XpsOMObjectFactory","features":[418]},{"name":"XpsOMThumbnailGenerator","features":[418]},{"name":"XpsSignatureManager","features":[418]}],"530":[{"name":"ID_DOCUMENTPACKAGETARGET_MSXPS","features":[523]},{"name":"ID_DOCUMENTPACKAGETARGET_OPENXPS","features":[523]},{"name":"ID_DOCUMENTPACKAGETARGET_OPENXPS_WITH_3D","features":[523]},{"name":"IPrintDocumentPackageStatusEvent","features":[523,358]},{"name":"IPrintDocumentPackageTarget","features":[523]},{"name":"IPrintDocumentPackageTarget2","features":[523]},{"name":"IPrintDocumentPackageTargetFactory","features":[523]},{"name":"IXpsPrintJob","features":[523]},{"name":"IXpsPrintJobStream","features":[523,358]},{"name":"PrintDocumentPackageCompletion","features":[523]},{"name":"PrintDocumentPackageCompletion_Canceled","features":[523]},{"name":"PrintDocumentPackageCompletion_Completed","features":[523]},{"name":"PrintDocumentPackageCompletion_Failed","features":[523]},{"name":"PrintDocumentPackageCompletion_InProgress","features":[523]},{"name":"PrintDocumentPackageStatus","features":[523]},{"name":"PrintDocumentPackageTarget","features":[523]},{"name":"PrintDocumentPackageTargetFactory","features":[523]},{"name":"StartXpsPrintJob","features":[307,523,358]},{"name":"StartXpsPrintJob1","features":[307,523]},{"name":"XPS_JOB_CANCELLED","features":[523]},{"name":"XPS_JOB_COMPLETED","features":[523]},{"name":"XPS_JOB_COMPLETION","features":[523]},{"name":"XPS_JOB_FAILED","features":[523]},{"name":"XPS_JOB_IN_PROGRESS","features":[523]},{"name":"XPS_JOB_STATUS","features":[523]}],"531":[{"name":"ADRENTRY","features":[307,390,358]},{"name":"ADRLIST","features":[307,390,358]},{"name":"ADRPARM","features":[307,390,358]},{"name":"BuildDisplayTable","features":[307,390,358]},{"name":"CALLERRELEASE","features":[390]},{"name":"ChangeIdleRoutine","features":[307,390]},{"name":"CreateIProp","features":[390]},{"name":"CreateTable","features":[390]},{"name":"DTBLBUTTON","features":[390]},{"name":"DTBLCHECKBOX","features":[390]},{"name":"DTBLCOMBOBOX","features":[390]},{"name":"DTBLDDLBX","features":[390]},{"name":"DTBLEDIT","features":[390]},{"name":"DTBLGROUPBOX","features":[390]},{"name":"DTBLLABEL","features":[390]},{"name":"DTBLLBX","features":[390]},{"name":"DTBLMVDDLBX","features":[390]},{"name":"DTBLMVLISTBOX","features":[390]},{"name":"DTBLPAGE","features":[390]},{"name":"DTBLRADIOBUTTON","features":[390]},{"name":"DTCTL","features":[390]},{"name":"DTPAGE","features":[390]},{"name":"DeinitMapiUtil","features":[390]},{"name":"DeregisterIdleRoutine","features":[390]},{"name":"ENTRYID","features":[390]},{"name":"ERROR_NOTIFICATION","features":[390]},{"name":"EXTENDED_NOTIFICATION","features":[390]},{"name":"E_IMAPI_BURN_VERIFICATION_FAILED","features":[390]},{"name":"E_IMAPI_DF2DATA_CLIENT_NAME_IS_NOT_VALID","features":[390]},{"name":"E_IMAPI_DF2DATA_INVALID_MEDIA_STATE","features":[390]},{"name":"E_IMAPI_DF2DATA_MEDIA_IS_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_DF2DATA_MEDIA_NOT_BLANK","features":[390]},{"name":"E_IMAPI_DF2DATA_RECORDER_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_DF2DATA_STREAM_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_DF2DATA_STREAM_TOO_LARGE_FOR_CURRENT_MEDIA","features":[390]},{"name":"E_IMAPI_DF2DATA_WRITE_IN_PROGRESS","features":[390]},{"name":"E_IMAPI_DF2DATA_WRITE_NOT_IN_PROGRESS","features":[390]},{"name":"E_IMAPI_DF2RAW_CLIENT_NAME_IS_NOT_VALID","features":[390]},{"name":"E_IMAPI_DF2RAW_DATA_BLOCK_TYPE_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_BLANK","features":[390]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_PREPARED","features":[390]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_PREPARED","features":[390]},{"name":"E_IMAPI_DF2RAW_NOT_ENOUGH_SPACE","features":[390]},{"name":"E_IMAPI_DF2RAW_NO_RECORDER_SPECIFIED","features":[390]},{"name":"E_IMAPI_DF2RAW_RECORDER_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_DF2RAW_STREAM_LEADIN_TOO_SHORT","features":[390]},{"name":"E_IMAPI_DF2RAW_STREAM_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_DF2RAW_WRITE_IN_PROGRESS","features":[390]},{"name":"E_IMAPI_DF2RAW_WRITE_NOT_IN_PROGRESS","features":[390]},{"name":"E_IMAPI_DF2TAO_CLIENT_NAME_IS_NOT_VALID","features":[390]},{"name":"E_IMAPI_DF2TAO_INVALID_ISRC","features":[390]},{"name":"E_IMAPI_DF2TAO_INVALID_MCN","features":[390]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_BLANK","features":[390]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_PREPARED","features":[390]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_PREPARED","features":[390]},{"name":"E_IMAPI_DF2TAO_NOT_ENOUGH_SPACE","features":[390]},{"name":"E_IMAPI_DF2TAO_NO_RECORDER_SPECIFIED","features":[390]},{"name":"E_IMAPI_DF2TAO_PROPERTY_FOR_BLANK_MEDIA_ONLY","features":[390]},{"name":"E_IMAPI_DF2TAO_RECORDER_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_DF2TAO_STREAM_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_DF2TAO_TABLE_OF_CONTENTS_EMPTY_DISC","features":[390]},{"name":"E_IMAPI_DF2TAO_TRACK_LIMIT_REACHED","features":[390]},{"name":"E_IMAPI_DF2TAO_WRITE_IN_PROGRESS","features":[390]},{"name":"E_IMAPI_DF2TAO_WRITE_NOT_IN_PROGRESS","features":[390]},{"name":"E_IMAPI_ERASE_CLIENT_NAME_IS_NOT_VALID","features":[390]},{"name":"E_IMAPI_ERASE_DISC_INFORMATION_TOO_SMALL","features":[390]},{"name":"E_IMAPI_ERASE_DRIVE_FAILED_ERASE_COMMAND","features":[390]},{"name":"E_IMAPI_ERASE_DRIVE_FAILED_SPINUP_COMMAND","features":[390]},{"name":"E_IMAPI_ERASE_MEDIA_IS_NOT_ERASABLE","features":[390]},{"name":"E_IMAPI_ERASE_MEDIA_IS_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_ERASE_MODE_PAGE_2A_TOO_SMALL","features":[390]},{"name":"E_IMAPI_ERASE_ONLY_ONE_RECORDER_SUPPORTED","features":[390]},{"name":"E_IMAPI_ERASE_RECORDER_IN_USE","features":[390]},{"name":"E_IMAPI_ERASE_RECORDER_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_ERASE_TOOK_LONGER_THAN_ONE_HOUR","features":[390]},{"name":"E_IMAPI_ERASE_UNEXPECTED_DRIVE_RESPONSE_DURING_ERASE","features":[390]},{"name":"E_IMAPI_LOSS_OF_STREAMING","features":[390]},{"name":"E_IMAPI_RAW_IMAGE_INSUFFICIENT_SPACE","features":[390]},{"name":"E_IMAPI_RAW_IMAGE_IS_READ_ONLY","features":[390]},{"name":"E_IMAPI_RAW_IMAGE_NO_TRACKS","features":[390]},{"name":"E_IMAPI_RAW_IMAGE_SECTOR_TYPE_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_RAW_IMAGE_TOO_MANY_TRACKS","features":[390]},{"name":"E_IMAPI_RAW_IMAGE_TOO_MANY_TRACK_INDEXES","features":[390]},{"name":"E_IMAPI_RAW_IMAGE_TRACKS_ALREADY_ADDED","features":[390]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_NOT_FOUND","features":[390]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_OFFSET_ZERO_CANNOT_BE_CLEARED","features":[390]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_TOO_CLOSE_TO_OTHER_INDEX","features":[390]},{"name":"E_IMAPI_RECORDER_CLIENT_NAME_IS_NOT_VALID","features":[390]},{"name":"E_IMAPI_RECORDER_COMMAND_TIMEOUT","features":[390]},{"name":"E_IMAPI_RECORDER_DVD_STRUCTURE_NOT_PRESENT","features":[390]},{"name":"E_IMAPI_RECORDER_FEATURE_IS_NOT_CURRENT","features":[390]},{"name":"E_IMAPI_RECORDER_GET_CONFIGURATION_NOT_SUPPORTED","features":[390]},{"name":"E_IMAPI_RECORDER_INVALID_MODE_PARAMETERS","features":[390]},{"name":"E_IMAPI_RECORDER_INVALID_RESPONSE_FROM_DEVICE","features":[390]},{"name":"E_IMAPI_RECORDER_LOCKED","features":[390]},{"name":"E_IMAPI_RECORDER_MEDIA_BECOMING_READY","features":[390]},{"name":"E_IMAPI_RECORDER_MEDIA_BUSY","features":[390]},{"name":"E_IMAPI_RECORDER_MEDIA_FORMAT_IN_PROGRESS","features":[390]},{"name":"E_IMAPI_RECORDER_MEDIA_INCOMPATIBLE","features":[390]},{"name":"E_IMAPI_RECORDER_MEDIA_NOT_FORMATTED","features":[390]},{"name":"E_IMAPI_RECORDER_MEDIA_NO_MEDIA","features":[390]},{"name":"E_IMAPI_RECORDER_MEDIA_SPEED_MISMATCH","features":[390]},{"name":"E_IMAPI_RECORDER_MEDIA_UPSIDE_DOWN","features":[390]},{"name":"E_IMAPI_RECORDER_MEDIA_WRITE_PROTECTED","features":[390]},{"name":"E_IMAPI_RECORDER_NO_SUCH_FEATURE","features":[390]},{"name":"E_IMAPI_RECORDER_NO_SUCH_MODE_PAGE","features":[390]},{"name":"E_IMAPI_RECORDER_REQUIRED","features":[390]},{"name":"E_IMAPI_REQUEST_CANCELLED","features":[390]},{"name":"E_IMAPI_UNEXPECTED_RESPONSE_FROM_DEVICE","features":[390]},{"name":"EnableIdleRoutine","features":[307,390]},{"name":"FACILITY_IMAPI2","features":[390]},{"name":"FEqualNames","features":[307,390]},{"name":"FLATENTRY","features":[390]},{"name":"FLATENTRYLIST","features":[390]},{"name":"FLATMTSIDLIST","features":[390]},{"name":"FPropCompareProp","features":[307,390,358]},{"name":"FPropContainsProp","features":[307,390,358]},{"name":"FPropExists","features":[307,390]},{"name":"FlagList","features":[390]},{"name":"FreePadrlist","features":[307,390,358]},{"name":"FreeProws","features":[307,390,358]},{"name":"FtAddFt","features":[307,390]},{"name":"FtMulDw","features":[307,390]},{"name":"FtMulDwDw","features":[307,390]},{"name":"FtNegFt","features":[307,390]},{"name":"FtSubFt","features":[307,390]},{"name":"FtgRegisterIdleRoutine","features":[307,390]},{"name":"Gender","features":[390]},{"name":"HrAddColumns","features":[390]},{"name":"HrAddColumnsEx","features":[390]},{"name":"HrAllocAdviseSink","features":[307,390,358]},{"name":"HrDispatchNotifications","features":[390]},{"name":"HrGetOneProp","features":[307,390,358]},{"name":"HrIStorageFromStream","features":[390,387]},{"name":"HrQueryAllRows","features":[307,390,358]},{"name":"HrSetOneProp","features":[307,390,358]},{"name":"HrThisThreadAdviseSink","features":[390]},{"name":"IABContainer","features":[390]},{"name":"IAddrBook","features":[390]},{"name":"IAttach","features":[390]},{"name":"IDistList","features":[390]},{"name":"IMAPIAdviseSink","features":[390]},{"name":"IMAPIContainer","features":[390]},{"name":"IMAPIControl","features":[390]},{"name":"IMAPIFolder","features":[390]},{"name":"IMAPIProgress","features":[390]},{"name":"IMAPIProp","features":[390]},{"name":"IMAPIStatus","features":[390]},{"name":"IMAPITable","features":[390]},{"name":"IMAPI_E_BAD_MULTISESSION_PARAMETER","features":[390]},{"name":"IMAPI_E_BOOT_EMULATION_IMAGE_SIZE_MISMATCH","features":[390]},{"name":"IMAPI_E_BOOT_IMAGE_DATA","features":[390]},{"name":"IMAPI_E_BOOT_OBJECT_CONFLICT","features":[390]},{"name":"IMAPI_E_DATA_STREAM_CREATE_FAILURE","features":[390]},{"name":"IMAPI_E_DATA_STREAM_INCONSISTENCY","features":[390]},{"name":"IMAPI_E_DATA_STREAM_READ_FAILURE","features":[390]},{"name":"IMAPI_E_DATA_TOO_BIG","features":[390]},{"name":"IMAPI_E_DIRECTORY_READ_FAILURE","features":[390]},{"name":"IMAPI_E_DIR_NOT_EMPTY","features":[390]},{"name":"IMAPI_E_DIR_NOT_FOUND","features":[390]},{"name":"IMAPI_E_DISC_MISMATCH","features":[390]},{"name":"IMAPI_E_DUP_NAME","features":[390]},{"name":"IMAPI_E_EMPTY_DISC","features":[390]},{"name":"IMAPI_E_FILE_NOT_FOUND","features":[390]},{"name":"IMAPI_E_FILE_SYSTEM_CHANGE_NOT_ALLOWED","features":[390]},{"name":"IMAPI_E_FILE_SYSTEM_FEATURE_NOT_SUPPORTED","features":[390]},{"name":"IMAPI_E_FILE_SYSTEM_NOT_EMPTY","features":[390]},{"name":"IMAPI_E_FILE_SYSTEM_NOT_FOUND","features":[390]},{"name":"IMAPI_E_FILE_SYSTEM_READ_CONSISTENCY_ERROR","features":[390]},{"name":"IMAPI_E_FSI_INTERNAL_ERROR","features":[390]},{"name":"IMAPI_E_IMAGEMANAGER_IMAGE_NOT_ALIGNED","features":[390]},{"name":"IMAPI_E_IMAGEMANAGER_IMAGE_TOO_BIG","features":[390]},{"name":"IMAPI_E_IMAGEMANAGER_NO_IMAGE","features":[390]},{"name":"IMAPI_E_IMAGEMANAGER_NO_VALID_VD_FOUND","features":[390]},{"name":"IMAPI_E_IMAGE_SIZE_LIMIT","features":[390]},{"name":"IMAPI_E_IMAGE_TOO_BIG","features":[390]},{"name":"IMAPI_E_IMPORT_MEDIA_NOT_ALLOWED","features":[390]},{"name":"IMAPI_E_IMPORT_READ_FAILURE","features":[390]},{"name":"IMAPI_E_IMPORT_SEEK_FAILURE","features":[390]},{"name":"IMAPI_E_IMPORT_TYPE_COLLISION_DIRECTORY_EXISTS_AS_FILE","features":[390]},{"name":"IMAPI_E_IMPORT_TYPE_COLLISION_FILE_EXISTS_AS_DIRECTORY","features":[390]},{"name":"IMAPI_E_INCOMPATIBLE_MULTISESSION_TYPE","features":[390]},{"name":"IMAPI_E_INCOMPATIBLE_PREVIOUS_SESSION","features":[390]},{"name":"IMAPI_E_INVALID_DATE","features":[390]},{"name":"IMAPI_E_INVALID_PARAM","features":[390]},{"name":"IMAPI_E_INVALID_PATH","features":[390]},{"name":"IMAPI_E_INVALID_VOLUME_NAME","features":[390]},{"name":"IMAPI_E_INVALID_WORKING_DIRECTORY","features":[390]},{"name":"IMAPI_E_ISO9660_LEVELS","features":[390]},{"name":"IMAPI_E_ITEM_NOT_FOUND","features":[390]},{"name":"IMAPI_E_MULTISESSION_NOT_SET","features":[390]},{"name":"IMAPI_E_NOT_DIR","features":[390]},{"name":"IMAPI_E_NOT_FILE","features":[390]},{"name":"IMAPI_E_NOT_IN_FILE_SYSTEM","features":[390]},{"name":"IMAPI_E_NO_COMPATIBLE_MULTISESSION_TYPE","features":[390]},{"name":"IMAPI_E_NO_OUTPUT","features":[390]},{"name":"IMAPI_E_NO_SUPPORTED_FILE_SYSTEM","features":[390]},{"name":"IMAPI_E_NO_UNIQUE_NAME","features":[390]},{"name":"IMAPI_E_PROPERTY_NOT_ACCESSIBLE","features":[390]},{"name":"IMAPI_E_READONLY","features":[390]},{"name":"IMAPI_E_RESTRICTED_NAME_VIOLATION","features":[390]},{"name":"IMAPI_E_STASHFILE_MOVE","features":[390]},{"name":"IMAPI_E_STASHFILE_OPEN_FAILURE","features":[390]},{"name":"IMAPI_E_STASHFILE_READ_FAILURE","features":[390]},{"name":"IMAPI_E_STASHFILE_SEEK_FAILURE","features":[390]},{"name":"IMAPI_E_STASHFILE_WRITE_FAILURE","features":[390]},{"name":"IMAPI_E_TOO_MANY_DIRS","features":[390]},{"name":"IMAPI_E_UDF_NOT_WRITE_COMPATIBLE","features":[390]},{"name":"IMAPI_E_UDF_REVISION_CHANGE_NOT_ALLOWED","features":[390]},{"name":"IMAPI_E_WORKING_DIRECTORY_SPACE","features":[390]},{"name":"IMAPI_S_IMAGE_FEATURE_NOT_SUPPORTED","features":[390]},{"name":"IMailUser","features":[390]},{"name":"IMessage","features":[390]},{"name":"IMsgStore","features":[390]},{"name":"IProfSect","features":[390]},{"name":"IPropData","features":[390]},{"name":"IProviderAdmin","features":[390]},{"name":"ITableData","features":[390]},{"name":"IWABExtInit","features":[390]},{"name":"IWABObject","features":[390]},{"name":"LPALLOCATEBUFFER","features":[390]},{"name":"LPALLOCATEMORE","features":[390]},{"name":"LPCREATECONVERSATIONINDEX","features":[390]},{"name":"LPDISPATCHNOTIFICATIONS","features":[390]},{"name":"LPFNABSDI","features":[307,390]},{"name":"LPFNBUTTON","features":[390]},{"name":"LPFNDISMISS","features":[390]},{"name":"LPFREEBUFFER","features":[390]},{"name":"LPNOTIFCALLBACK","features":[307,390,358]},{"name":"LPOPENSTREAMONFILE","features":[390,358]},{"name":"LPWABACTIONITEM","features":[390]},{"name":"LPWABALLOCATEBUFFER","features":[390]},{"name":"LPWABALLOCATEMORE","features":[390]},{"name":"LPWABFREEBUFFER","features":[390]},{"name":"LPWABOPEN","features":[307,390]},{"name":"LPWABOPENEX","features":[307,390]},{"name":"LPropCompareProp","features":[307,390,358]},{"name":"LpValFindProp","features":[307,390,358]},{"name":"MAPIDeinitIdle","features":[390]},{"name":"MAPIERROR","features":[390]},{"name":"MAPIGetDefaultMalloc","features":[390,358]},{"name":"MAPIInitIdle","features":[390]},{"name":"MAPINAMEID","features":[390]},{"name":"MAPIUID","features":[390]},{"name":"MAPI_COMPOUND","features":[390]},{"name":"MAPI_DIM","features":[390]},{"name":"MAPI_ERROR_VERSION","features":[390]},{"name":"MAPI_E_CALL_FAILED","features":[390]},{"name":"MAPI_E_INTERFACE_NOT_SUPPORTED","features":[390]},{"name":"MAPI_E_INVALID_PARAMETER","features":[390]},{"name":"MAPI_E_NOT_ENOUGH_MEMORY","features":[390]},{"name":"MAPI_E_NO_ACCESS","features":[390]},{"name":"MAPI_NOTRECIP","features":[390]},{"name":"MAPI_NOTRESERVED","features":[390]},{"name":"MAPI_NOW","features":[390]},{"name":"MAPI_ONE_OFF_NO_RICH_INFO","features":[390]},{"name":"MAPI_P1","features":[390]},{"name":"MAPI_SHORTTERM","features":[390]},{"name":"MAPI_SUBMITTED","features":[390]},{"name":"MAPI_THISSESSION","features":[390]},{"name":"MAPI_USE_DEFAULT","features":[390]},{"name":"MNID_ID","features":[390]},{"name":"MNID_STRING","features":[390]},{"name":"MTSID","features":[390]},{"name":"MV_FLAG","features":[390]},{"name":"MV_INSTANCE","features":[390]},{"name":"NEWMAIL_NOTIFICATION","features":[390]},{"name":"NOTIFICATION","features":[307,390,358]},{"name":"NOTIFKEY","features":[390]},{"name":"OBJECT_NOTIFICATION","features":[390]},{"name":"OPENSTREAMONFILE","features":[390]},{"name":"OpenStreamOnFile","features":[390,358]},{"name":"PFNIDLE","features":[307,390]},{"name":"PRIHIGHEST","features":[390]},{"name":"PRILOWEST","features":[390]},{"name":"PRIUSER","features":[390]},{"name":"PROP_ID_INVALID","features":[390]},{"name":"PROP_ID_NULL","features":[390]},{"name":"PROP_ID_SECURE_MAX","features":[390]},{"name":"PROP_ID_SECURE_MIN","features":[390]},{"name":"PpropFindProp","features":[307,390,358]},{"name":"PropCopyMore","features":[307,390,358]},{"name":"RTFSync","features":[307,390]},{"name":"SAndRestriction","features":[307,390,358]},{"name":"SAppTimeArray","features":[390]},{"name":"SBinary","features":[390]},{"name":"SBinaryArray","features":[390]},{"name":"SBitMaskRestriction","features":[390]},{"name":"SCommentRestriction","features":[307,390,358]},{"name":"SComparePropsRestriction","features":[390]},{"name":"SContentRestriction","features":[307,390,358]},{"name":"SCurrencyArray","features":[390,358]},{"name":"SDateTimeArray","features":[307,390]},{"name":"SDoubleArray","features":[390]},{"name":"SERVICE_UI_ALLOWED","features":[390]},{"name":"SERVICE_UI_ALWAYS","features":[390]},{"name":"SExistRestriction","features":[390]},{"name":"SGuidArray","features":[390]},{"name":"SLPSTRArray","features":[390]},{"name":"SLargeIntegerArray","features":[390]},{"name":"SLongArray","features":[390]},{"name":"SNotRestriction","features":[307,390,358]},{"name":"SOrRestriction","features":[307,390,358]},{"name":"SPropProblem","features":[390]},{"name":"SPropProblemArray","features":[390]},{"name":"SPropTagArray","features":[390]},{"name":"SPropValue","features":[307,390,358]},{"name":"SPropertyRestriction","features":[307,390,358]},{"name":"SRealArray","features":[390]},{"name":"SRestriction","features":[307,390,358]},{"name":"SRow","features":[307,390,358]},{"name":"SRowSet","features":[307,390,358]},{"name":"SShortArray","features":[390]},{"name":"SSizeRestriction","features":[390]},{"name":"SSortOrder","features":[390]},{"name":"SSortOrderSet","features":[390]},{"name":"SSubRestriction","features":[307,390,358]},{"name":"STATUS_OBJECT_NOTIFICATION","features":[307,390,358]},{"name":"SWStringArray","features":[390]},{"name":"S_IMAPI_BOTHADJUSTED","features":[390]},{"name":"S_IMAPI_COMMAND_HAS_SENSE_DATA","features":[390]},{"name":"S_IMAPI_RAW_IMAGE_TRACK_INDEX_ALREADY_EXISTS","features":[390]},{"name":"S_IMAPI_ROTATIONADJUSTED","features":[390]},{"name":"S_IMAPI_SPEEDADJUSTED","features":[390]},{"name":"S_IMAPI_WRITE_NOT_IN_PROGRESS","features":[390]},{"name":"ScCopyNotifications","features":[307,390,358]},{"name":"ScCopyProps","features":[307,390,358]},{"name":"ScCountNotifications","features":[307,390,358]},{"name":"ScCountProps","features":[307,390,358]},{"name":"ScCreateConversationIndex","features":[390]},{"name":"ScDupPropset","features":[307,390,358]},{"name":"ScInitMapiUtil","features":[390]},{"name":"ScLocalPathFromUNC","features":[390]},{"name":"ScRelocNotifications","features":[307,390,358]},{"name":"ScRelocProps","features":[307,390,358]},{"name":"ScUNCFromLocalPath","features":[390]},{"name":"SzFindCh","features":[390]},{"name":"SzFindLastCh","features":[390]},{"name":"SzFindSz","features":[390]},{"name":"TABLE_CHANGED","features":[390]},{"name":"TABLE_ERROR","features":[390]},{"name":"TABLE_NOTIFICATION","features":[307,390,358]},{"name":"TABLE_RELOAD","features":[390]},{"name":"TABLE_RESTRICT_DONE","features":[390]},{"name":"TABLE_ROW_ADDED","features":[390]},{"name":"TABLE_ROW_DELETED","features":[390]},{"name":"TABLE_ROW_MODIFIED","features":[390]},{"name":"TABLE_SETCOL_DONE","features":[390]},{"name":"TABLE_SORT_DONE","features":[390]},{"name":"TAD_ALL_ROWS","features":[390]},{"name":"UFromSz","features":[390]},{"name":"UI_CURRENT_PROVIDER_FIRST","features":[390]},{"name":"UI_SERVICE","features":[390]},{"name":"UlAddRef","features":[390]},{"name":"UlPropSize","features":[307,390,358]},{"name":"UlRelease","features":[390]},{"name":"WABEXTDISPLAY","features":[307,390]},{"name":"WABIMPORTPARAM","features":[307,390]},{"name":"WABOBJECT_LDAPURL_RETURN_MAILUSER","features":[390]},{"name":"WABOBJECT_ME_NEW","features":[390]},{"name":"WABOBJECT_ME_NOCREATE","features":[390]},{"name":"WAB_CONTEXT_ADRLIST","features":[390]},{"name":"WAB_DISPLAY_ISNTDS","features":[390]},{"name":"WAB_DISPLAY_LDAPURL","features":[390]},{"name":"WAB_DLL_NAME","features":[390]},{"name":"WAB_DLL_PATH_KEY","features":[390]},{"name":"WAB_ENABLE_PROFILES","features":[390]},{"name":"WAB_IGNORE_PROFILES","features":[390]},{"name":"WAB_LOCAL_CONTAINERS","features":[390]},{"name":"WAB_PARAM","features":[307,390]},{"name":"WAB_PROFILE_CONTENTS","features":[390]},{"name":"WAB_USE_OE_SENDMAIL","features":[390]},{"name":"WAB_VCARD_FILE","features":[390]},{"name":"WAB_VCARD_STREAM","features":[390]},{"name":"WrapCompressedRTFStream","features":[390,358]},{"name":"WrapStoreEntryID","features":[390]},{"name":"__UPV","features":[307,390,358]},{"name":"cchProfileNameMax","features":[390]},{"name":"cchProfilePassMax","features":[390]},{"name":"fMapiUnicode","features":[390]},{"name":"genderFemale","features":[390]},{"name":"genderMale","features":[390]},{"name":"genderUnspecified","features":[390]},{"name":"hrSuccess","features":[390]},{"name":"szHrDispatchNotifications","features":[390]},{"name":"szMAPINotificationMsg","features":[390]},{"name":"szScCreateConversationIndex","features":[390]}],"532":[{"name":"AMSI_ATTRIBUTE","features":[524]},{"name":"AMSI_ATTRIBUTE_ALL_ADDRESS","features":[524]},{"name":"AMSI_ATTRIBUTE_ALL_SIZE","features":[524]},{"name":"AMSI_ATTRIBUTE_APP_NAME","features":[524]},{"name":"AMSI_ATTRIBUTE_CONTENT_ADDRESS","features":[524]},{"name":"AMSI_ATTRIBUTE_CONTENT_NAME","features":[524]},{"name":"AMSI_ATTRIBUTE_CONTENT_SIZE","features":[524]},{"name":"AMSI_ATTRIBUTE_QUIET","features":[524]},{"name":"AMSI_ATTRIBUTE_REDIRECT_CHAIN_ADDRESS","features":[524]},{"name":"AMSI_ATTRIBUTE_REDIRECT_CHAIN_SIZE","features":[524]},{"name":"AMSI_ATTRIBUTE_SESSION","features":[524]},{"name":"AMSI_RESULT","features":[524]},{"name":"AMSI_RESULT_BLOCKED_BY_ADMIN_END","features":[524]},{"name":"AMSI_RESULT_BLOCKED_BY_ADMIN_START","features":[524]},{"name":"AMSI_RESULT_CLEAN","features":[524]},{"name":"AMSI_RESULT_DETECTED","features":[524]},{"name":"AMSI_RESULT_NOT_DETECTED","features":[524]},{"name":"AMSI_UAC_MSI_ACTION","features":[524]},{"name":"AMSI_UAC_MSI_ACTION_INSTALL","features":[524]},{"name":"AMSI_UAC_MSI_ACTION_MAINTENANCE","features":[524]},{"name":"AMSI_UAC_MSI_ACTION_MAX","features":[524]},{"name":"AMSI_UAC_MSI_ACTION_UNINSTALL","features":[524]},{"name":"AMSI_UAC_MSI_ACTION_UPDATE","features":[524]},{"name":"AMSI_UAC_REQUEST_AX_INFO","features":[524]},{"name":"AMSI_UAC_REQUEST_COM_INFO","features":[524]},{"name":"AMSI_UAC_REQUEST_CONTEXT","features":[307,524]},{"name":"AMSI_UAC_REQUEST_EXE_INFO","features":[524]},{"name":"AMSI_UAC_REQUEST_MSI_INFO","features":[524]},{"name":"AMSI_UAC_REQUEST_PACKAGED_APP_INFO","features":[524]},{"name":"AMSI_UAC_REQUEST_TYPE","features":[524]},{"name":"AMSI_UAC_REQUEST_TYPE_AX","features":[524]},{"name":"AMSI_UAC_REQUEST_TYPE_COM","features":[524]},{"name":"AMSI_UAC_REQUEST_TYPE_EXE","features":[524]},{"name":"AMSI_UAC_REQUEST_TYPE_MAX","features":[524]},{"name":"AMSI_UAC_REQUEST_TYPE_MSI","features":[524]},{"name":"AMSI_UAC_REQUEST_TYPE_PACKAGED_APP","features":[524]},{"name":"AMSI_UAC_TRUST_STATE","features":[524]},{"name":"AMSI_UAC_TRUST_STATE_BLOCKED","features":[524]},{"name":"AMSI_UAC_TRUST_STATE_MAX","features":[524]},{"name":"AMSI_UAC_TRUST_STATE_TRUSTED","features":[524]},{"name":"AMSI_UAC_TRUST_STATE_UNTRUSTED","features":[524]},{"name":"AmsiCloseSession","features":[524]},{"name":"AmsiInitialize","features":[524]},{"name":"AmsiNotifyOperation","features":[524]},{"name":"AmsiOpenSession","features":[524]},{"name":"AmsiScanBuffer","features":[524]},{"name":"AmsiScanString","features":[524]},{"name":"AmsiUninitialize","features":[524]},{"name":"CAntimalware","features":[524]},{"name":"HAMSICONTEXT","features":[524]},{"name":"HAMSISESSION","features":[524]},{"name":"IAmsiStream","features":[524]},{"name":"IAntimalware","features":[524]},{"name":"IAntimalware2","features":[524]},{"name":"IAntimalwareProvider","features":[524]},{"name":"IAntimalwareProvider2","features":[524]},{"name":"IAntimalwareUacProvider","features":[524]},{"name":"InstallELAMCertificateInfo","features":[307,524]}],"533":[{"name":"ACTCTXA","features":[307,525]},{"name":"ACTCTXW","features":[307,525]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE","features":[525]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MAXVERSIONTESTED","features":[525]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MITIGATION","features":[525]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_OS","features":[525]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_UNKNOWN","features":[525]},{"name":"ACTCTX_REQUESTED_RUN_LEVEL","features":[525]},{"name":"ACTCTX_RUN_LEVEL_AS_INVOKER","features":[525]},{"name":"ACTCTX_RUN_LEVEL_HIGHEST_AVAILABLE","features":[525]},{"name":"ACTCTX_RUN_LEVEL_NUMBERS","features":[525]},{"name":"ACTCTX_RUN_LEVEL_REQUIRE_ADMIN","features":[525]},{"name":"ACTCTX_RUN_LEVEL_UNSPECIFIED","features":[525]},{"name":"ACTCTX_SECTION_KEYED_DATA","features":[307,525,340]},{"name":"ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION","features":[525]},{"name":"ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION","features":[525]},{"name":"ACTIVATION_CONTEXT_DETAILED_INFORMATION","features":[525]},{"name":"ACTIVATION_CONTEXT_QUERY_INDEX","features":[525]},{"name":"ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION","features":[525]},{"name":"ADVERTISEFLAGS","features":[525]},{"name":"ADVERTISEFLAGS_MACHINEASSIGN","features":[525]},{"name":"ADVERTISEFLAGS_USERASSIGN","features":[525]},{"name":"APPLY_OPTION_FAIL_IF_CLOSE","features":[525]},{"name":"APPLY_OPTION_FAIL_IF_EXACT","features":[525]},{"name":"APPLY_OPTION_TEST_ONLY","features":[525]},{"name":"APPLY_OPTION_VALID_FLAGS","features":[525]},{"name":"ASM_BINDF_BINPATH_PROBE_ONLY","features":[525]},{"name":"ASM_BINDF_FORCE_CACHE_INSTALL","features":[525]},{"name":"ASM_BINDF_PARENT_ASM_HINT","features":[525]},{"name":"ASM_BINDF_RFS_INTEGRITY_CHECK","features":[525]},{"name":"ASM_BINDF_RFS_MODULE_CHECK","features":[525]},{"name":"ASM_BINDF_SHARED_BINPATH_HINT","features":[525]},{"name":"ASM_BIND_FLAGS","features":[525]},{"name":"ASM_CMPF_ALL","features":[525]},{"name":"ASM_CMPF_BUILD_NUMBER","features":[525]},{"name":"ASM_CMPF_CULTURE","features":[525]},{"name":"ASM_CMPF_CUSTOM","features":[525]},{"name":"ASM_CMPF_DEFAULT","features":[525]},{"name":"ASM_CMPF_MAJOR_VERSION","features":[525]},{"name":"ASM_CMPF_MINOR_VERSION","features":[525]},{"name":"ASM_CMPF_NAME","features":[525]},{"name":"ASM_CMPF_PUBLIC_KEY_TOKEN","features":[525]},{"name":"ASM_CMPF_REVISION_NUMBER","features":[525]},{"name":"ASM_CMP_FLAGS","features":[525]},{"name":"ASM_DISPLAYF_CULTURE","features":[525]},{"name":"ASM_DISPLAYF_CUSTOM","features":[525]},{"name":"ASM_DISPLAYF_LANGUAGEID","features":[525]},{"name":"ASM_DISPLAYF_PROCESSORARCHITECTURE","features":[525]},{"name":"ASM_DISPLAYF_PUBLIC_KEY","features":[525]},{"name":"ASM_DISPLAYF_PUBLIC_KEY_TOKEN","features":[525]},{"name":"ASM_DISPLAYF_VERSION","features":[525]},{"name":"ASM_DISPLAY_FLAGS","features":[525]},{"name":"ASM_NAME","features":[525]},{"name":"ASM_NAME_ALIAS","features":[525]},{"name":"ASM_NAME_BUILD_NUMBER","features":[525]},{"name":"ASM_NAME_CODEBASE_LASTMOD","features":[525]},{"name":"ASM_NAME_CODEBASE_URL","features":[525]},{"name":"ASM_NAME_CULTURE","features":[525]},{"name":"ASM_NAME_CUSTOM","features":[525]},{"name":"ASM_NAME_HASH_ALGID","features":[525]},{"name":"ASM_NAME_HASH_VALUE","features":[525]},{"name":"ASM_NAME_MAJOR_VERSION","features":[525]},{"name":"ASM_NAME_MAX_PARAMS","features":[525]},{"name":"ASM_NAME_MINOR_VERSION","features":[525]},{"name":"ASM_NAME_MVID","features":[525]},{"name":"ASM_NAME_NAME","features":[525]},{"name":"ASM_NAME_NULL_CUSTOM","features":[525]},{"name":"ASM_NAME_NULL_PUBLIC_KEY","features":[525]},{"name":"ASM_NAME_NULL_PUBLIC_KEY_TOKEN","features":[525]},{"name":"ASM_NAME_OSINFO_ARRAY","features":[525]},{"name":"ASM_NAME_PROCESSOR_ID_ARRAY","features":[525]},{"name":"ASM_NAME_PUBLIC_KEY","features":[525]},{"name":"ASM_NAME_PUBLIC_KEY_TOKEN","features":[525]},{"name":"ASM_NAME_REVISION_NUMBER","features":[525]},{"name":"ASSEMBLYINFO_FLAG_INSTALLED","features":[525]},{"name":"ASSEMBLYINFO_FLAG_PAYLOADRESIDENT","features":[525]},{"name":"ASSEMBLY_FILE_DETAILED_INFORMATION","features":[525]},{"name":"ASSEMBLY_INFO","features":[525]},{"name":"ActivateActCtx","features":[307,525]},{"name":"AddRefActCtx","features":[307,525]},{"name":"ApplyDeltaA","features":[307,525]},{"name":"ApplyDeltaB","features":[307,525]},{"name":"ApplyDeltaGetReverseB","features":[307,525]},{"name":"ApplyDeltaProvidedB","features":[307,525]},{"name":"ApplyDeltaW","features":[307,525]},{"name":"ApplyPatchToFileA","features":[307,525]},{"name":"ApplyPatchToFileByBuffers","features":[307,525]},{"name":"ApplyPatchToFileByHandles","features":[307,525]},{"name":"ApplyPatchToFileByHandlesEx","features":[307,525]},{"name":"ApplyPatchToFileExA","features":[307,525]},{"name":"ApplyPatchToFileExW","features":[307,525]},{"name":"ApplyPatchToFileW","features":[307,525]},{"name":"CANOF_PARSE_DISPLAY_NAME","features":[525]},{"name":"CANOF_SET_DEFAULT_VALUES","features":[525]},{"name":"CLSID_EvalCom2","features":[525]},{"name":"CLSID_MsmMerge2","features":[525]},{"name":"COMPATIBILITY_CONTEXT_ELEMENT","features":[525]},{"name":"CREATE_ASM_NAME_OBJ_FLAGS","features":[525]},{"name":"CreateActCtxA","features":[307,525]},{"name":"CreateActCtxW","features":[307,525]},{"name":"CreateDeltaA","features":[307,393,525]},{"name":"CreateDeltaB","features":[307,393,525]},{"name":"CreateDeltaW","features":[307,393,525]},{"name":"CreatePatchFileA","features":[307,525]},{"name":"CreatePatchFileByHandles","features":[307,525]},{"name":"CreatePatchFileByHandlesEx","features":[307,525]},{"name":"CreatePatchFileExA","features":[307,525]},{"name":"CreatePatchFileExW","features":[307,525]},{"name":"CreatePatchFileW","features":[307,525]},{"name":"DEFAULT_DISK_ID","features":[525]},{"name":"DEFAULT_FILE_SEQUENCE_START","features":[525]},{"name":"DEFAULT_MINIMUM_REQUIRED_MSI_VERSION","features":[525]},{"name":"DELTA_HASH","features":[525]},{"name":"DELTA_HEADER_INFO","features":[307,393,525]},{"name":"DELTA_INPUT","features":[307,525]},{"name":"DELTA_MAX_HASH_SIZE","features":[525]},{"name":"DELTA_OUTPUT","features":[525]},{"name":"DeactivateActCtx","features":[307,525]},{"name":"DeltaFree","features":[307,525]},{"name":"DeltaNormalizeProvidedB","features":[307,525]},{"name":"ERROR_PATCH_BIGGER_THAN_COMPRESSED","features":[525]},{"name":"ERROR_PATCH_CORRUPT","features":[525]},{"name":"ERROR_PATCH_DECODE_FAILURE","features":[525]},{"name":"ERROR_PATCH_ENCODE_FAILURE","features":[525]},{"name":"ERROR_PATCH_IMAGEHLP_FAILURE","features":[525]},{"name":"ERROR_PATCH_INVALID_OPTIONS","features":[525]},{"name":"ERROR_PATCH_NEWER_FORMAT","features":[525]},{"name":"ERROR_PATCH_NOT_AVAILABLE","features":[525]},{"name":"ERROR_PATCH_NOT_NECESSARY","features":[525]},{"name":"ERROR_PATCH_RETAIN_RANGES_DIFFER","features":[525]},{"name":"ERROR_PATCH_SAME_FILE","features":[525]},{"name":"ERROR_PATCH_WRONG_FILE","features":[525]},{"name":"ERROR_PCW_BAD_API_PATCHING_SYMBOL_FLAGS","features":[525]},{"name":"ERROR_PCW_BAD_FAMILY_RANGE_NAME","features":[525]},{"name":"ERROR_PCW_BAD_FILE_SEQUENCE_START","features":[525]},{"name":"ERROR_PCW_BAD_GUIDS_TO_REPLACE","features":[525]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_DISKID","features":[525]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_FILESEQSTART","features":[525]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_NAME","features":[525]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_SRC_PROP","features":[525]},{"name":"ERROR_PCW_BAD_MAJOR_VERSION","features":[525]},{"name":"ERROR_PCW_BAD_PATCH_GUID","features":[525]},{"name":"ERROR_PCW_BAD_PRODUCTVERSION_VALIDATION","features":[525]},{"name":"ERROR_PCW_BAD_SEQUENCE","features":[525]},{"name":"ERROR_PCW_BAD_SUPERCEDENCE","features":[525]},{"name":"ERROR_PCW_BAD_TARGET","features":[525]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_NAME","features":[525]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_PRODUCT_CODE","features":[525]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_PRODUCT_VERSION","features":[525]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_UPGRADED","features":[525]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_UPGRADE_CODE","features":[525]},{"name":"ERROR_PCW_BAD_TARGET_PRODUCT_CODE_LIST","features":[525]},{"name":"ERROR_PCW_BAD_TGT_UPD_IMAGES","features":[525]},{"name":"ERROR_PCW_BAD_TRANSFORMSET","features":[525]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_FAMILY","features":[525]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_NAME","features":[525]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_PRODUCT_CODE","features":[525]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_PRODUCT_VERSION","features":[525]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_UPGRADE_CODE","features":[525]},{"name":"ERROR_PCW_BAD_VERSION_STRING","features":[525]},{"name":"ERROR_PCW_BASE","features":[525]},{"name":"ERROR_PCW_CANNOT_CREATE_TABLE","features":[525]},{"name":"ERROR_PCW_CANNOT_RUN_MAKECAB","features":[525]},{"name":"ERROR_PCW_CANNOT_WRITE_DDF","features":[525]},{"name":"ERROR_PCW_CANT_COPY_FILE_TO_TEMP_FOLDER","features":[525]},{"name":"ERROR_PCW_CANT_CREATE_ONE_PATCH_FILE","features":[525]},{"name":"ERROR_PCW_CANT_CREATE_PATCH_FILE","features":[525]},{"name":"ERROR_PCW_CANT_CREATE_SUMMARY_INFO","features":[525]},{"name":"ERROR_PCW_CANT_CREATE_SUMMARY_INFO_POUND","features":[525]},{"name":"ERROR_PCW_CANT_CREATE_TEMP_FOLDER","features":[525]},{"name":"ERROR_PCW_CANT_DELETE_TEMP_FOLDER","features":[525]},{"name":"ERROR_PCW_CANT_GENERATE_SEQUENCEINFO_MAJORUPGD","features":[525]},{"name":"ERROR_PCW_CANT_GENERATE_TRANSFORM","features":[525]},{"name":"ERROR_PCW_CANT_GENERATE_TRANSFORM_POUND","features":[525]},{"name":"ERROR_PCW_CANT_OVERWRITE_PATCH","features":[525]},{"name":"ERROR_PCW_CANT_READ_FILE","features":[525]},{"name":"ERROR_PCW_CREATEFILE_LOG_FAILED","features":[525]},{"name":"ERROR_PCW_DUPLICATE_SEQUENCE_RECORD","features":[525]},{"name":"ERROR_PCW_DUP_IMAGE_FAMILY_NAME","features":[525]},{"name":"ERROR_PCW_DUP_TARGET_IMAGE_NAME","features":[525]},{"name":"ERROR_PCW_DUP_TARGET_IMAGE_PACKCODE","features":[525]},{"name":"ERROR_PCW_DUP_UPGRADED_IMAGE_NAME","features":[525]},{"name":"ERROR_PCW_DUP_UPGRADED_IMAGE_PACKCODE","features":[525]},{"name":"ERROR_PCW_ERROR_WRITING_TO_LOG","features":[525]},{"name":"ERROR_PCW_EXECUTE_VIEW","features":[525]},{"name":"ERROR_PCW_EXTFILE_BAD_FAMILY_FIELD","features":[525]},{"name":"ERROR_PCW_EXTFILE_BAD_IGNORE_LENGTHS","features":[525]},{"name":"ERROR_PCW_EXTFILE_BAD_IGNORE_OFFSETS","features":[525]},{"name":"ERROR_PCW_EXTFILE_BAD_RETAIN_OFFSETS","features":[525]},{"name":"ERROR_PCW_EXTFILE_BLANK_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_EXTFILE_BLANK_PATH_TO_FILE","features":[525]},{"name":"ERROR_PCW_EXTFILE_IGNORE_COUNT_MISMATCH","features":[525]},{"name":"ERROR_PCW_EXTFILE_LONG_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_EXTFILE_LONG_IGNORE_LENGTHS","features":[525]},{"name":"ERROR_PCW_EXTFILE_LONG_IGNORE_OFFSETS","features":[525]},{"name":"ERROR_PCW_EXTFILE_LONG_PATH_TO_FILE","features":[525]},{"name":"ERROR_PCW_EXTFILE_LONG_RETAIN_OFFSETS","features":[525]},{"name":"ERROR_PCW_EXTFILE_MISSING_FILE","features":[525]},{"name":"ERROR_PCW_FAILED_CREATE_TRANSFORM","features":[525]},{"name":"ERROR_PCW_FAILED_EXPAND_PATH","features":[525]},{"name":"ERROR_PCW_FAMILY_RANGE_BAD_RETAIN_LENGTHS","features":[525]},{"name":"ERROR_PCW_FAMILY_RANGE_BAD_RETAIN_OFFSETS","features":[525]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_RETAIN_LENGTHS","features":[525]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_RETAIN_OFFSETS","features":[525]},{"name":"ERROR_PCW_FAMILY_RANGE_COUNT_MISMATCH","features":[525]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_RETAIN_LENGTHS","features":[525]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_RETAIN_OFFSETS","features":[525]},{"name":"ERROR_PCW_FAMILY_RANGE_NAME_TOO_LONG","features":[525]},{"name":"ERROR_PCW_IMAGE_FAMILY_NAME_TOO_LONG","features":[525]},{"name":"ERROR_PCW_IMAGE_PATH_NOT_EXIST","features":[525]},{"name":"ERROR_PCW_INTERNAL_ERROR","features":[525]},{"name":"ERROR_PCW_INVALID_LOG_LEVEL","features":[525]},{"name":"ERROR_PCW_INVALID_MAJOR_VERSION","features":[525]},{"name":"ERROR_PCW_INVALID_PARAMETER","features":[525]},{"name":"ERROR_PCW_INVALID_PATCHMETADATA_PROP","features":[525]},{"name":"ERROR_PCW_INVALID_PATCH_TYPE_SEQUENCING","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_EXTERNALFILES","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_FAMILYFILERANGES","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_IMAGEFAMILIES","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_PATCHSEQUENCE","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_PROPERTIES","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_PROPERTY","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_TARGETFILES_OPTIONALDATA","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_TARGETIMAGES","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDFILESTOIGNORE","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDFILES_OPTIONALDATA","features":[525]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDIMAGES","features":[525]},{"name":"ERROR_PCW_INVALID_RANGE_ELEMENT","features":[525]},{"name":"ERROR_PCW_INVALID_SUPERCEDENCE","features":[525]},{"name":"ERROR_PCW_INVALID_SUPERSEDENCE_VALUE","features":[525]},{"name":"ERROR_PCW_INVALID_UI_LEVEL","features":[525]},{"name":"ERROR_PCW_LAX_VALIDATION_FLAGS","features":[525]},{"name":"ERROR_PCW_MAJOR_UPGD_WITHOUT_SEQUENCING","features":[525]},{"name":"ERROR_PCW_MATCHED_PRODUCT_VERSIONS","features":[525]},{"name":"ERROR_PCW_MISMATCHED_PRODUCT_CODES","features":[525]},{"name":"ERROR_PCW_MISMATCHED_PRODUCT_VERSIONS","features":[525]},{"name":"ERROR_PCW_MISSING_DIRECTORY_TABLE","features":[525]},{"name":"ERROR_PCW_MISSING_PATCHMETADATA","features":[525]},{"name":"ERROR_PCW_MISSING_PATCH_GUID","features":[525]},{"name":"ERROR_PCW_MISSING_PATCH_PATH","features":[525]},{"name":"ERROR_PCW_NO_UPGRADED_IMAGES_TO_PATCH","features":[525]},{"name":"ERROR_PCW_NULL_PATCHFAMILY","features":[525]},{"name":"ERROR_PCW_NULL_SEQUENCE_NUMBER","features":[525]},{"name":"ERROR_PCW_OBSOLETION_WITH_MSI30","features":[525]},{"name":"ERROR_PCW_OBSOLETION_WITH_PATCHSEQUENCE","features":[525]},{"name":"ERROR_PCW_OBSOLETION_WITH_SEQUENCE_DATA","features":[525]},{"name":"ERROR_PCW_OODS_COPYING_MSI","features":[525]},{"name":"ERROR_PCW_OPEN_VIEW","features":[525]},{"name":"ERROR_PCW_OUT_OF_MEMORY","features":[525]},{"name":"ERROR_PCW_PATCHMETADATA_PROP_NOT_SET","features":[525]},{"name":"ERROR_PCW_PCP_BAD_FORMAT","features":[525]},{"name":"ERROR_PCW_PCP_DOESNT_EXIST","features":[525]},{"name":"ERROR_PCW_SEQUENCING_BAD_TARGET","features":[525]},{"name":"ERROR_PCW_TARGET_BAD_PROD_CODE_VAL","features":[525]},{"name":"ERROR_PCW_TARGET_BAD_PROD_VALIDATE","features":[525]},{"name":"ERROR_PCW_TARGET_IMAGE_COMPRESSED","features":[525]},{"name":"ERROR_PCW_TARGET_IMAGE_NAME_TOO_LONG","features":[525]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_EMPTY","features":[525]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_NOT_EXIST","features":[525]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_NOT_MSI","features":[525]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_TOO_LONG","features":[525]},{"name":"ERROR_PCW_TARGET_MISSING_SRC_FILES","features":[525]},{"name":"ERROR_PCW_TARGET_WRONG_PRODUCT_VERSION_COMP","features":[525]},{"name":"ERROR_PCW_TFILEDATA_BAD_IGNORE_LENGTHS","features":[525]},{"name":"ERROR_PCW_TFILEDATA_BAD_IGNORE_OFFSETS","features":[525]},{"name":"ERROR_PCW_TFILEDATA_BAD_RETAIN_OFFSETS","features":[525]},{"name":"ERROR_PCW_TFILEDATA_BAD_TARGET_FIELD","features":[525]},{"name":"ERROR_PCW_TFILEDATA_BLANK_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_TFILEDATA_IGNORE_COUNT_MISMATCH","features":[525]},{"name":"ERROR_PCW_TFILEDATA_LONG_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_TFILEDATA_LONG_IGNORE_LENGTHS","features":[525]},{"name":"ERROR_PCW_TFILEDATA_LONG_IGNORE_OFFSETS","features":[525]},{"name":"ERROR_PCW_TFILEDATA_LONG_RETAIN_OFFSETS","features":[525]},{"name":"ERROR_PCW_TFILEDATA_MISSING_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_UFILEDATA_BAD_UPGRADED_FIELD","features":[525]},{"name":"ERROR_PCW_UFILEDATA_BLANK_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_UFILEDATA_LONG_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_UFILEDATA_MISSING_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_UFILEIGNORE_BAD_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_UFILEIGNORE_BAD_UPGRADED_FIELD","features":[525]},{"name":"ERROR_PCW_UFILEIGNORE_BLANK_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_UFILEIGNORE_LONG_FILE_TABLE_KEY","features":[525]},{"name":"ERROR_PCW_UNKNOWN_ERROR","features":[525]},{"name":"ERROR_PCW_UNKNOWN_INFO","features":[525]},{"name":"ERROR_PCW_UNKNOWN_WARN","features":[525]},{"name":"ERROR_PCW_UPGRADED_IMAGE_COMPRESSED","features":[525]},{"name":"ERROR_PCW_UPGRADED_IMAGE_NAME_TOO_LONG","features":[525]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_NOT_EXIST","features":[525]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_NOT_MSI","features":[525]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_TOO_LONG","features":[525]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_EMPTY","features":[525]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_NOT_EXIST","features":[525]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_NOT_MSI","features":[525]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_TOO_LONG","features":[525]},{"name":"ERROR_PCW_UPGRADED_MISSING_SRC_FILES","features":[525]},{"name":"ERROR_PCW_VIEW_FETCH","features":[525]},{"name":"ERROR_PCW_WRITE_SUMMARY_PROPERTIES","features":[525]},{"name":"ERROR_PCW_WRONG_PATCHMETADATA_STRD_PROP","features":[525]},{"name":"ERROR_ROLLBACK_DISABLED","features":[525]},{"name":"ExtractPatchHeaderToFileA","features":[307,525]},{"name":"ExtractPatchHeaderToFileByHandles","features":[307,525]},{"name":"ExtractPatchHeaderToFileW","features":[307,525]},{"name":"FUSION_INSTALL_REFERENCE","features":[525]},{"name":"FUSION_REFCOUNT_FILEPATH_GUID","features":[525]},{"name":"FUSION_REFCOUNT_OPAQUE_STRING_GUID","features":[525]},{"name":"FUSION_REFCOUNT_UNINSTALL_SUBKEY_GUID","features":[525]},{"name":"FindActCtxSectionGuid","features":[307,525,340]},{"name":"FindActCtxSectionStringA","features":[307,525,340]},{"name":"FindActCtxSectionStringW","features":[307,525,340]},{"name":"GetCurrentActCtx","features":[307,525]},{"name":"GetDeltaInfoA","features":[307,393,525]},{"name":"GetDeltaInfoB","features":[307,393,525]},{"name":"GetDeltaInfoW","features":[307,393,525]},{"name":"GetDeltaSignatureA","features":[307,393,525]},{"name":"GetDeltaSignatureB","features":[307,393,525]},{"name":"GetDeltaSignatureW","features":[307,393,525]},{"name":"GetFilePatchSignatureA","features":[307,525]},{"name":"GetFilePatchSignatureByBuffer","features":[307,525]},{"name":"GetFilePatchSignatureByHandle","features":[307,525]},{"name":"GetFilePatchSignatureW","features":[307,525]},{"name":"IACTIONNAME_ADMIN","features":[525]},{"name":"IACTIONNAME_ADVERTISE","features":[525]},{"name":"IACTIONNAME_COLLECTUSERINFO","features":[525]},{"name":"IACTIONNAME_FIRSTRUN","features":[525]},{"name":"IACTIONNAME_INSTALL","features":[525]},{"name":"IACTIONNAME_SEQUENCE","features":[525]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_ALREADY_INSTALLED","features":[525]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_INSTALLED","features":[525]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_REFRESHED","features":[525]},{"name":"IASSEMBLYCACHEITEM_COMMIT_FLAG_REFRESH","features":[525]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION","features":[525]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_ALREADY_UNINSTALLED","features":[525]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_DELETE_PENDING","features":[525]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_STILL_IN_USE","features":[525]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_UNINSTALLED","features":[525]},{"name":"IAssemblyCache","features":[525]},{"name":"IAssemblyCacheItem","features":[525]},{"name":"IAssemblyName","features":[525]},{"name":"IEnumMsmDependency","features":[525]},{"name":"IEnumMsmError","features":[525]},{"name":"IEnumMsmString","features":[525]},{"name":"IMsmDependencies","features":[525,358]},{"name":"IMsmDependency","features":[525,358]},{"name":"IMsmError","features":[525,358]},{"name":"IMsmErrors","features":[525,358]},{"name":"IMsmGetFiles","features":[525,358]},{"name":"IMsmMerge","features":[525,358]},{"name":"IMsmStrings","features":[525,358]},{"name":"INFO_BASE","features":[525]},{"name":"INFO_ENTERING_PHASE_I","features":[525]},{"name":"INFO_ENTERING_PHASE_II","features":[525]},{"name":"INFO_ENTERING_PHASE_III","features":[525]},{"name":"INFO_ENTERING_PHASE_IV","features":[525]},{"name":"INFO_ENTERING_PHASE_I_VALIDATION","features":[525]},{"name":"INFO_ENTERING_PHASE_V","features":[525]},{"name":"INFO_GENERATING_METADATA","features":[525]},{"name":"INFO_PASSED_MAIN_CONTROL","features":[525]},{"name":"INFO_PATCHCACHE_FILEINFO_FAILURE","features":[525]},{"name":"INFO_PATCHCACHE_PCI_READFAILURE","features":[525]},{"name":"INFO_PATCHCACHE_PCI_WRITEFAILURE","features":[525]},{"name":"INFO_PCP_PATH","features":[525]},{"name":"INFO_PROPERTY","features":[525]},{"name":"INFO_SET_OPTIONS","features":[525]},{"name":"INFO_SUCCESSFUL_PATCH_CREATION","features":[525]},{"name":"INFO_TEMP_DIR","features":[525]},{"name":"INFO_TEMP_DIR_CLEANUP","features":[525]},{"name":"INFO_USING_USER_MSI_FOR_PATCH_TABLES","features":[525]},{"name":"INSTALLFEATUREATTRIBUTE","features":[525]},{"name":"INSTALLFEATUREATTRIBUTE_DISALLOWADVERTISE","features":[525]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORADVERTISE","features":[525]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORLOCAL","features":[525]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORSOURCE","features":[525]},{"name":"INSTALLFEATUREATTRIBUTE_FOLLOWPARENT","features":[525]},{"name":"INSTALLFEATUREATTRIBUTE_NOUNSUPPORTEDADVERTISE","features":[525]},{"name":"INSTALLLEVEL","features":[525]},{"name":"INSTALLLEVEL_DEFAULT","features":[525]},{"name":"INSTALLLEVEL_MAXIMUM","features":[525]},{"name":"INSTALLLEVEL_MINIMUM","features":[525]},{"name":"INSTALLLOGATTRIBUTES","features":[525]},{"name":"INSTALLLOGATTRIBUTES_APPEND","features":[525]},{"name":"INSTALLLOGATTRIBUTES_FLUSHEACHLINE","features":[525]},{"name":"INSTALLLOGMODE","features":[525]},{"name":"INSTALLLOGMODE_ACTIONDATA","features":[525]},{"name":"INSTALLLOGMODE_ACTIONSTART","features":[525]},{"name":"INSTALLLOGMODE_COMMONDATA","features":[525]},{"name":"INSTALLLOGMODE_ERROR","features":[525]},{"name":"INSTALLLOGMODE_EXTRADEBUG","features":[525]},{"name":"INSTALLLOGMODE_FATALEXIT","features":[525]},{"name":"INSTALLLOGMODE_FILESINUSE","features":[525]},{"name":"INSTALLLOGMODE_INFO","features":[525]},{"name":"INSTALLLOGMODE_INITIALIZE","features":[525]},{"name":"INSTALLLOGMODE_INSTALLEND","features":[525]},{"name":"INSTALLLOGMODE_INSTALLSTART","features":[525]},{"name":"INSTALLLOGMODE_LOGONLYONERROR","features":[525]},{"name":"INSTALLLOGMODE_LOGPERFORMANCE","features":[525]},{"name":"INSTALLLOGMODE_OUTOFDISKSPACE","features":[525]},{"name":"INSTALLLOGMODE_PROGRESS","features":[525]},{"name":"INSTALLLOGMODE_PROPERTYDUMP","features":[525]},{"name":"INSTALLLOGMODE_RESOLVESOURCE","features":[525]},{"name":"INSTALLLOGMODE_RMFILESINUSE","features":[525]},{"name":"INSTALLLOGMODE_SHOWDIALOG","features":[525]},{"name":"INSTALLLOGMODE_TERMINATE","features":[525]},{"name":"INSTALLLOGMODE_USER","features":[525]},{"name":"INSTALLLOGMODE_VERBOSE","features":[525]},{"name":"INSTALLLOGMODE_WARNING","features":[525]},{"name":"INSTALLMESSAGE","features":[525]},{"name":"INSTALLMESSAGE_ACTIONDATA","features":[525]},{"name":"INSTALLMESSAGE_ACTIONSTART","features":[525]},{"name":"INSTALLMESSAGE_COMMONDATA","features":[525]},{"name":"INSTALLMESSAGE_ERROR","features":[525]},{"name":"INSTALLMESSAGE_FATALEXIT","features":[525]},{"name":"INSTALLMESSAGE_FILESINUSE","features":[525]},{"name":"INSTALLMESSAGE_INFO","features":[525]},{"name":"INSTALLMESSAGE_INITIALIZE","features":[525]},{"name":"INSTALLMESSAGE_INSTALLEND","features":[525]},{"name":"INSTALLMESSAGE_INSTALLSTART","features":[525]},{"name":"INSTALLMESSAGE_OUTOFDISKSPACE","features":[525]},{"name":"INSTALLMESSAGE_PERFORMANCE","features":[525]},{"name":"INSTALLMESSAGE_PROGRESS","features":[525]},{"name":"INSTALLMESSAGE_RESOLVESOURCE","features":[525]},{"name":"INSTALLMESSAGE_RMFILESINUSE","features":[525]},{"name":"INSTALLMESSAGE_SHOWDIALOG","features":[525]},{"name":"INSTALLMESSAGE_TERMINATE","features":[525]},{"name":"INSTALLMESSAGE_TYPEMASK","features":[525]},{"name":"INSTALLMESSAGE_USER","features":[525]},{"name":"INSTALLMESSAGE_WARNING","features":[525]},{"name":"INSTALLMODE","features":[525]},{"name":"INSTALLMODE_DEFAULT","features":[525]},{"name":"INSTALLMODE_EXISTING","features":[525]},{"name":"INSTALLMODE_NODETECTION","features":[525]},{"name":"INSTALLMODE_NODETECTION_ANY","features":[525]},{"name":"INSTALLMODE_NOSOURCERESOLUTION","features":[525]},{"name":"INSTALLPROPERTY_ASSIGNMENTTYPE","features":[525]},{"name":"INSTALLPROPERTY_AUTHORIZED_LUA_APP","features":[525]},{"name":"INSTALLPROPERTY_DISKPROMPT","features":[525]},{"name":"INSTALLPROPERTY_DISPLAYNAME","features":[525]},{"name":"INSTALLPROPERTY_HELPLINK","features":[525]},{"name":"INSTALLPROPERTY_HELPTELEPHONE","features":[525]},{"name":"INSTALLPROPERTY_INSTALLDATE","features":[525]},{"name":"INSTALLPROPERTY_INSTALLEDLANGUAGE","features":[525]},{"name":"INSTALLPROPERTY_INSTALLEDPRODUCTNAME","features":[525]},{"name":"INSTALLPROPERTY_INSTALLLOCATION","features":[525]},{"name":"INSTALLPROPERTY_INSTALLSOURCE","features":[525]},{"name":"INSTALLPROPERTY_INSTANCETYPE","features":[525]},{"name":"INSTALLPROPERTY_LANGUAGE","features":[525]},{"name":"INSTALLPROPERTY_LASTUSEDSOURCE","features":[525]},{"name":"INSTALLPROPERTY_LASTUSEDTYPE","features":[525]},{"name":"INSTALLPROPERTY_LOCALPACKAGE","features":[525]},{"name":"INSTALLPROPERTY_LUAENABLED","features":[525]},{"name":"INSTALLPROPERTY_MEDIAPACKAGEPATH","features":[525]},{"name":"INSTALLPROPERTY_MOREINFOURL","features":[525]},{"name":"INSTALLPROPERTY_PACKAGECODE","features":[525]},{"name":"INSTALLPROPERTY_PACKAGENAME","features":[525]},{"name":"INSTALLPROPERTY_PATCHSTATE","features":[525]},{"name":"INSTALLPROPERTY_PATCHTYPE","features":[525]},{"name":"INSTALLPROPERTY_PRODUCTICON","features":[525]},{"name":"INSTALLPROPERTY_PRODUCTID","features":[525]},{"name":"INSTALLPROPERTY_PRODUCTNAME","features":[525]},{"name":"INSTALLPROPERTY_PRODUCTSTATE","features":[525]},{"name":"INSTALLPROPERTY_PUBLISHER","features":[525]},{"name":"INSTALLPROPERTY_REGCOMPANY","features":[525]},{"name":"INSTALLPROPERTY_REGOWNER","features":[525]},{"name":"INSTALLPROPERTY_TRANSFORMS","features":[525]},{"name":"INSTALLPROPERTY_UNINSTALLABLE","features":[525]},{"name":"INSTALLPROPERTY_URLINFOABOUT","features":[525]},{"name":"INSTALLPROPERTY_URLUPDATEINFO","features":[525]},{"name":"INSTALLPROPERTY_VERSION","features":[525]},{"name":"INSTALLPROPERTY_VERSIONMAJOR","features":[525]},{"name":"INSTALLPROPERTY_VERSIONMINOR","features":[525]},{"name":"INSTALLPROPERTY_VERSIONSTRING","features":[525]},{"name":"INSTALLSTATE","features":[525]},{"name":"INSTALLSTATE_ABSENT","features":[525]},{"name":"INSTALLSTATE_ADVERTISED","features":[525]},{"name":"INSTALLSTATE_BADCONFIG","features":[525]},{"name":"INSTALLSTATE_BROKEN","features":[525]},{"name":"INSTALLSTATE_DEFAULT","features":[525]},{"name":"INSTALLSTATE_INCOMPLETE","features":[525]},{"name":"INSTALLSTATE_INVALIDARG","features":[525]},{"name":"INSTALLSTATE_LOCAL","features":[525]},{"name":"INSTALLSTATE_MOREDATA","features":[525]},{"name":"INSTALLSTATE_NOTUSED","features":[525]},{"name":"INSTALLSTATE_REMOVED","features":[525]},{"name":"INSTALLSTATE_SOURCE","features":[525]},{"name":"INSTALLSTATE_SOURCEABSENT","features":[525]},{"name":"INSTALLSTATE_UNKNOWN","features":[525]},{"name":"INSTALLTYPE","features":[525]},{"name":"INSTALLTYPE_DEFAULT","features":[525]},{"name":"INSTALLTYPE_NETWORK_IMAGE","features":[525]},{"name":"INSTALLTYPE_SINGLE_INSTANCE","features":[525]},{"name":"INSTALLUILEVEL","features":[525]},{"name":"INSTALLUILEVEL_BASIC","features":[525]},{"name":"INSTALLUILEVEL_DEFAULT","features":[525]},{"name":"INSTALLUILEVEL_ENDDIALOG","features":[525]},{"name":"INSTALLUILEVEL_FULL","features":[525]},{"name":"INSTALLUILEVEL_HIDECANCEL","features":[525]},{"name":"INSTALLUILEVEL_NOCHANGE","features":[525]},{"name":"INSTALLUILEVEL_NONE","features":[525]},{"name":"INSTALLUILEVEL_PROGRESSONLY","features":[525]},{"name":"INSTALLUILEVEL_REDUCED","features":[525]},{"name":"INSTALLUILEVEL_SOURCERESONLY","features":[525]},{"name":"INSTALLUILEVEL_UACONLY","features":[525]},{"name":"INSTALLUI_HANDLERA","features":[525]},{"name":"INSTALLUI_HANDLERW","features":[525]},{"name":"IPMApplicationInfo","features":[525]},{"name":"IPMApplicationInfoEnumerator","features":[525]},{"name":"IPMBackgroundServiceAgentInfo","features":[525]},{"name":"IPMBackgroundServiceAgentInfoEnumerator","features":[525]},{"name":"IPMBackgroundWorkerInfo","features":[525]},{"name":"IPMBackgroundWorkerInfoEnumerator","features":[525]},{"name":"IPMDeploymentManager","features":[525]},{"name":"IPMEnumerationManager","features":[525]},{"name":"IPMExtensionCachedFileUpdaterInfo","features":[525]},{"name":"IPMExtensionContractInfo","features":[525]},{"name":"IPMExtensionFileExtensionInfo","features":[525]},{"name":"IPMExtensionFileOpenPickerInfo","features":[525]},{"name":"IPMExtensionFileSavePickerInfo","features":[525]},{"name":"IPMExtensionInfo","features":[525]},{"name":"IPMExtensionInfoEnumerator","features":[525]},{"name":"IPMExtensionProtocolInfo","features":[525]},{"name":"IPMExtensionShareTargetInfo","features":[525]},{"name":"IPMLiveTileJobInfo","features":[525]},{"name":"IPMLiveTileJobInfoEnumerator","features":[525]},{"name":"IPMTaskInfo","features":[525]},{"name":"IPMTaskInfoEnumerator","features":[525]},{"name":"IPMTileInfo","features":[525]},{"name":"IPMTileInfoEnumerator","features":[525]},{"name":"IPMTilePropertyEnumerator","features":[525]},{"name":"IPMTilePropertyInfo","features":[525]},{"name":"IPROPNAME_ACTION","features":[525]},{"name":"IPROPNAME_ADMINTOOLS_FOLDER","features":[525]},{"name":"IPROPNAME_ADMINUSER","features":[525]},{"name":"IPROPNAME_ADMIN_PROPERTIES","features":[525]},{"name":"IPROPNAME_AFTERREBOOT","features":[525]},{"name":"IPROPNAME_ALLOWEDPROPERTIES","features":[525]},{"name":"IPROPNAME_ALLUSERS","features":[525]},{"name":"IPROPNAME_APPDATA_FOLDER","features":[525]},{"name":"IPROPNAME_ARM","features":[525]},{"name":"IPROPNAME_ARM64","features":[525]},{"name":"IPROPNAME_ARPAUTHORIZEDCDFPREFIX","features":[525]},{"name":"IPROPNAME_ARPCOMMENTS","features":[525]},{"name":"IPROPNAME_ARPCONTACT","features":[525]},{"name":"IPROPNAME_ARPHELPLINK","features":[525]},{"name":"IPROPNAME_ARPHELPTELEPHONE","features":[525]},{"name":"IPROPNAME_ARPINSTALLLOCATION","features":[525]},{"name":"IPROPNAME_ARPNOMODIFY","features":[525]},{"name":"IPROPNAME_ARPNOREMOVE","features":[525]},{"name":"IPROPNAME_ARPNOREPAIR","features":[525]},{"name":"IPROPNAME_ARPPRODUCTICON","features":[525]},{"name":"IPROPNAME_ARPREADME","features":[525]},{"name":"IPROPNAME_ARPSETTINGSIDENTIFIER","features":[525]},{"name":"IPROPNAME_ARPSHIMFLAGS","features":[525]},{"name":"IPROPNAME_ARPSHIMSERVICEPACKLEVEL","features":[525]},{"name":"IPROPNAME_ARPSHIMVERSIONNT","features":[525]},{"name":"IPROPNAME_ARPSIZE","features":[525]},{"name":"IPROPNAME_ARPSYSTEMCOMPONENT","features":[525]},{"name":"IPROPNAME_ARPURLINFOABOUT","features":[525]},{"name":"IPROPNAME_ARPURLUPDATEINFO","features":[525]},{"name":"IPROPNAME_AVAILABLEFREEREG","features":[525]},{"name":"IPROPNAME_BORDERSIDE","features":[525]},{"name":"IPROPNAME_BORDERTOP","features":[525]},{"name":"IPROPNAME_CAPTIONHEIGHT","features":[525]},{"name":"IPROPNAME_CARRYINGNDP","features":[525]},{"name":"IPROPNAME_CHECKCRCS","features":[525]},{"name":"IPROPNAME_COLORBITS","features":[525]},{"name":"IPROPNAME_COMMONAPPDATA_FOLDER","features":[525]},{"name":"IPROPNAME_COMMONFILES64_FOLDER","features":[525]},{"name":"IPROPNAME_COMMONFILES_FOLDER","features":[525]},{"name":"IPROPNAME_COMPANYNAME","features":[525]},{"name":"IPROPNAME_COMPONENTADDDEFAULT","features":[525]},{"name":"IPROPNAME_COMPONENTADDLOCAL","features":[525]},{"name":"IPROPNAME_COMPONENTADDSOURCE","features":[525]},{"name":"IPROPNAME_COMPUTERNAME","features":[525]},{"name":"IPROPNAME_COSTINGCOMPLETE","features":[525]},{"name":"IPROPNAME_CUSTOMACTIONDATA","features":[525]},{"name":"IPROPNAME_DATE","features":[525]},{"name":"IPROPNAME_DATETIME","features":[525]},{"name":"IPROPNAME_DEFAULTUIFONT","features":[525]},{"name":"IPROPNAME_DESKTOP_FOLDER","features":[525]},{"name":"IPROPNAME_DISABLEADVTSHORTCUTS","features":[525]},{"name":"IPROPNAME_DISABLEROLLBACK","features":[525]},{"name":"IPROPNAME_DISKPROMPT","features":[525]},{"name":"IPROPNAME_ENABLEUSERCONTROL","features":[525]},{"name":"IPROPNAME_ENFORCE_UPGRADE_COMPONENT_RULES","features":[525]},{"name":"IPROPNAME_EXECUTEACTION","features":[525]},{"name":"IPROPNAME_EXECUTEMODE","features":[525]},{"name":"IPROPNAME_FAVORITES_FOLDER","features":[525]},{"name":"IPROPNAME_FEATUREADDDEFAULT","features":[525]},{"name":"IPROPNAME_FEATUREADDLOCAL","features":[525]},{"name":"IPROPNAME_FEATUREADDSOURCE","features":[525]},{"name":"IPROPNAME_FEATUREADVERTISE","features":[525]},{"name":"IPROPNAME_FEATUREREMOVE","features":[525]},{"name":"IPROPNAME_FILEADDDEFAULT","features":[525]},{"name":"IPROPNAME_FILEADDLOCAL","features":[525]},{"name":"IPROPNAME_FILEADDSOURCE","features":[525]},{"name":"IPROPNAME_FONTS_FOLDER","features":[525]},{"name":"IPROPNAME_HIDDEN_PROPERTIES","features":[525]},{"name":"IPROPNAME_HIDECANCEL","features":[525]},{"name":"IPROPNAME_IA64","features":[525]},{"name":"IPROPNAME_INSTALLED","features":[525]},{"name":"IPROPNAME_INSTALLLANGUAGE","features":[525]},{"name":"IPROPNAME_INSTALLLEVEL","features":[525]},{"name":"IPROPNAME_INSTALLPERUSER","features":[525]},{"name":"IPROPNAME_INTEL","features":[525]},{"name":"IPROPNAME_INTEL64","features":[525]},{"name":"IPROPNAME_INTERNALINSTALLEDPERUSER","features":[525]},{"name":"IPROPNAME_ISADMINPACKAGE","features":[525]},{"name":"IPROPNAME_LEFTUNIT","features":[525]},{"name":"IPROPNAME_LIMITUI","features":[525]},{"name":"IPROPNAME_LOCALAPPDATA_FOLDER","features":[525]},{"name":"IPROPNAME_LOGACTION","features":[525]},{"name":"IPROPNAME_LOGONUSER","features":[525]},{"name":"IPROPNAME_MANUFACTURER","features":[525]},{"name":"IPROPNAME_MSIAMD64","features":[525]},{"name":"IPROPNAME_MSIDISABLEEEUI","features":[525]},{"name":"IPROPNAME_MSIDISABLELUAPATCHING","features":[525]},{"name":"IPROPNAME_MSIINSTANCEGUID","features":[525]},{"name":"IPROPNAME_MSILOGFILELOCATION","features":[525]},{"name":"IPROPNAME_MSILOGGINGMODE","features":[525]},{"name":"IPROPNAME_MSINEWINSTANCE","features":[525]},{"name":"IPROPNAME_MSINODISABLEMEDIA","features":[525]},{"name":"IPROPNAME_MSIPACKAGEDOWNLOADLOCALCOPY","features":[525]},{"name":"IPROPNAME_MSIPATCHDOWNLOADLOCALCOPY","features":[525]},{"name":"IPROPNAME_MSIPATCHREMOVE","features":[525]},{"name":"IPROPNAME_MSITABLETPC","features":[525]},{"name":"IPROPNAME_MSIX64","features":[525]},{"name":"IPROPNAME_MSI_FASTINSTALL","features":[525]},{"name":"IPROPNAME_MSI_REBOOT_PENDING","features":[525]},{"name":"IPROPNAME_MSI_RM_CONTROL","features":[525]},{"name":"IPROPNAME_MSI_RM_DISABLE_RESTART","features":[525]},{"name":"IPROPNAME_MSI_RM_SESSION_KEY","features":[525]},{"name":"IPROPNAME_MSI_RM_SHUTDOWN","features":[525]},{"name":"IPROPNAME_MSI_UAC_DEPLOYMENT_COMPLIANT","features":[525]},{"name":"IPROPNAME_MSI_UNINSTALL_SUPERSEDED_COMPONENTS","features":[525]},{"name":"IPROPNAME_MSI_USE_REAL_ADMIN_DETECTION","features":[525]},{"name":"IPROPNAME_MYPICTURES_FOLDER","features":[525]},{"name":"IPROPNAME_NETASSEMBLYSUPPORT","features":[525]},{"name":"IPROPNAME_NETHOOD_FOLDER","features":[525]},{"name":"IPROPNAME_NOCOMPANYNAME","features":[525]},{"name":"IPROPNAME_NOUSERNAME","features":[525]},{"name":"IPROPNAME_NTPRODUCTTYPE","features":[525]},{"name":"IPROPNAME_NTSUITEBACKOFFICE","features":[525]},{"name":"IPROPNAME_NTSUITEDATACENTER","features":[525]},{"name":"IPROPNAME_NTSUITEENTERPRISE","features":[525]},{"name":"IPROPNAME_NTSUITEPERSONAL","features":[525]},{"name":"IPROPNAME_NTSUITESMALLBUSINESS","features":[525]},{"name":"IPROPNAME_NTSUITESMALLBUSINESSRESTRICTED","features":[525]},{"name":"IPROPNAME_NTSUITEWEBSERVER","features":[525]},{"name":"IPROPNAME_OLEADVTSUPPORT","features":[525]},{"name":"IPROPNAME_OUTOFDISKSPACE","features":[525]},{"name":"IPROPNAME_OUTOFNORBDISKSPACE","features":[525]},{"name":"IPROPNAME_PATCH","features":[525]},{"name":"IPROPNAME_PATCHNEWPACKAGECODE","features":[525]},{"name":"IPROPNAME_PATCHNEWSUMMARYCOMMENTS","features":[525]},{"name":"IPROPNAME_PATCHNEWSUMMARYSUBJECT","features":[525]},{"name":"IPROPNAME_PERSONAL_FOLDER","features":[525]},{"name":"IPROPNAME_PHYSICALMEMORY","features":[525]},{"name":"IPROPNAME_PIDKEY","features":[525]},{"name":"IPROPNAME_PIDTEMPLATE","features":[525]},{"name":"IPROPNAME_PRESELECTED","features":[525]},{"name":"IPROPNAME_PRIMARYFOLDER","features":[525]},{"name":"IPROPNAME_PRIMARYFOLDER_PATH","features":[525]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEAVAILABLE","features":[525]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEREMAINING","features":[525]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEREQUIRED","features":[525]},{"name":"IPROPNAME_PRINTHOOD_FOLDER","features":[525]},{"name":"IPROPNAME_PRIVILEGED","features":[525]},{"name":"IPROPNAME_PRODUCTCODE","features":[525]},{"name":"IPROPNAME_PRODUCTID","features":[525]},{"name":"IPROPNAME_PRODUCTLANGUAGE","features":[525]},{"name":"IPROPNAME_PRODUCTNAME","features":[525]},{"name":"IPROPNAME_PRODUCTSTATE","features":[525]},{"name":"IPROPNAME_PRODUCTVERSION","features":[525]},{"name":"IPROPNAME_PROGRAMFILES64_FOLDER","features":[525]},{"name":"IPROPNAME_PROGRAMFILES_FOLDER","features":[525]},{"name":"IPROPNAME_PROGRAMMENU_FOLDER","features":[525]},{"name":"IPROPNAME_PROGRESSONLY","features":[525]},{"name":"IPROPNAME_PROMPTROLLBACKCOST","features":[525]},{"name":"IPROPNAME_REBOOT","features":[525]},{"name":"IPROPNAME_REBOOTPROMPT","features":[525]},{"name":"IPROPNAME_RECENT_FOLDER","features":[525]},{"name":"IPROPNAME_REDIRECTEDDLLSUPPORT","features":[525]},{"name":"IPROPNAME_REINSTALL","features":[525]},{"name":"IPROPNAME_REINSTALLMODE","features":[525]},{"name":"IPROPNAME_REMOTEADMINTS","features":[525]},{"name":"IPROPNAME_REPLACEDINUSEFILES","features":[525]},{"name":"IPROPNAME_RESTRICTEDUSERCONTROL","features":[525]},{"name":"IPROPNAME_RESUME","features":[525]},{"name":"IPROPNAME_ROLLBACKDISABLED","features":[525]},{"name":"IPROPNAME_ROOTDRIVE","features":[525]},{"name":"IPROPNAME_RUNNINGELEVATED","features":[525]},{"name":"IPROPNAME_SCREENX","features":[525]},{"name":"IPROPNAME_SCREENY","features":[525]},{"name":"IPROPNAME_SENDTO_FOLDER","features":[525]},{"name":"IPROPNAME_SEQUENCE","features":[525]},{"name":"IPROPNAME_SERVICEPACKLEVEL","features":[525]},{"name":"IPROPNAME_SERVICEPACKLEVELMINOR","features":[525]},{"name":"IPROPNAME_SHAREDWINDOWS","features":[525]},{"name":"IPROPNAME_SHELLADVTSUPPORT","features":[525]},{"name":"IPROPNAME_SHORTFILENAMES","features":[525]},{"name":"IPROPNAME_SOURCEDIR","features":[525]},{"name":"IPROPNAME_SOURCELIST","features":[525]},{"name":"IPROPNAME_SOURCERESONLY","features":[525]},{"name":"IPROPNAME_STARTMENU_FOLDER","features":[525]},{"name":"IPROPNAME_STARTUP_FOLDER","features":[525]},{"name":"IPROPNAME_SYSTEM16_FOLDER","features":[525]},{"name":"IPROPNAME_SYSTEM64_FOLDER","features":[525]},{"name":"IPROPNAME_SYSTEMLANGUAGEID","features":[525]},{"name":"IPROPNAME_SYSTEM_FOLDER","features":[525]},{"name":"IPROPNAME_TARGETDIR","features":[525]},{"name":"IPROPNAME_TEMPLATE_AMD64","features":[525]},{"name":"IPROPNAME_TEMPLATE_FOLDER","features":[525]},{"name":"IPROPNAME_TEMPLATE_X64","features":[525]},{"name":"IPROPNAME_TEMP_FOLDER","features":[525]},{"name":"IPROPNAME_TERMSERVER","features":[525]},{"name":"IPROPNAME_TEXTHEIGHT","features":[525]},{"name":"IPROPNAME_TEXTHEIGHT_CORRECTION","features":[525]},{"name":"IPROPNAME_TEXTINTERNALLEADING","features":[525]},{"name":"IPROPNAME_TIME","features":[525]},{"name":"IPROPNAME_TRANSFORMS","features":[525]},{"name":"IPROPNAME_TRANSFORMSATSOURCE","features":[525]},{"name":"IPROPNAME_TRANSFORMSSECURE","features":[525]},{"name":"IPROPNAME_TRUEADMINUSER","features":[525]},{"name":"IPROPNAME_TTCSUPPORT","features":[525]},{"name":"IPROPNAME_UACONLY","features":[525]},{"name":"IPROPNAME_UPDATESTARTED","features":[525]},{"name":"IPROPNAME_UPGRADECODE","features":[525]},{"name":"IPROPNAME_USERLANGUAGEID","features":[525]},{"name":"IPROPNAME_USERNAME","features":[525]},{"name":"IPROPNAME_USERSID","features":[525]},{"name":"IPROPNAME_VERSION9X","features":[525]},{"name":"IPROPNAME_VERSIONNT","features":[525]},{"name":"IPROPNAME_VERSIONNT64","features":[525]},{"name":"IPROPNAME_VIRTUALMEMORY","features":[525]},{"name":"IPROPNAME_WIN32ASSEMBLYSUPPORT","features":[525]},{"name":"IPROPNAME_WINDOWSBUILD","features":[525]},{"name":"IPROPNAME_WINDOWS_FOLDER","features":[525]},{"name":"IPROPNAME_WINDOWS_VOLUME","features":[525]},{"name":"IPROPVALUE_EXECUTEMODE_NONE","features":[525]},{"name":"IPROPVALUE_EXECUTEMODE_SCRIPT","features":[525]},{"name":"IPROPVALUE_FEATURE_ALL","features":[525]},{"name":"IPROPVALUE_MSI_RM_CONTROL_DISABLE","features":[525]},{"name":"IPROPVALUE_MSI_RM_CONTROL_DISABLESHUTDOWN","features":[525]},{"name":"IPROPVALUE_RBCOST_FAIL","features":[525]},{"name":"IPROPVALUE_RBCOST_PROMPT","features":[525]},{"name":"IPROPVALUE_RBCOST_SILENT","features":[525]},{"name":"IPROPVALUE__CARRYINGNDP_URTREINSTALL","features":[525]},{"name":"IPROPVALUE__CARRYINGNDP_URTUPGRADE","features":[525]},{"name":"IValidate","features":[525]},{"name":"LIBID_MsmMergeTypeLib","features":[525]},{"name":"LOGALL","features":[525]},{"name":"LOGERR","features":[525]},{"name":"LOGINFO","features":[525]},{"name":"LOGNONE","features":[525]},{"name":"LOGPERFMESSAGES","features":[525]},{"name":"LOGTOKEN_NO_LOG","features":[525]},{"name":"LOGTOKEN_SETUPAPI_APPLOG","features":[525]},{"name":"LOGTOKEN_SETUPAPI_DEVLOG","features":[525]},{"name":"LOGTOKEN_TYPE_MASK","features":[525]},{"name":"LOGTOKEN_UNSPECIFIED","features":[525]},{"name":"LOGWARN","features":[525]},{"name":"LPDISPLAYVAL","features":[307,525]},{"name":"LPEVALCOMCALLBACK","features":[307,525]},{"name":"MAX_FEATURE_CHARS","features":[525]},{"name":"MAX_GUID_CHARS","features":[525]},{"name":"MSIADVERTISEOPTIONFLAGS","features":[525]},{"name":"MSIADVERTISEOPTIONFLAGS_INSTANCE","features":[525]},{"name":"MSIARCHITECTUREFLAGS","features":[525]},{"name":"MSIARCHITECTUREFLAGS_AMD64","features":[525]},{"name":"MSIARCHITECTUREFLAGS_ARM","features":[525]},{"name":"MSIARCHITECTUREFLAGS_IA64","features":[525]},{"name":"MSIARCHITECTUREFLAGS_X86","features":[525]},{"name":"MSIASSEMBLYINFO","features":[525]},{"name":"MSIASSEMBLYINFO_NETASSEMBLY","features":[525]},{"name":"MSIASSEMBLYINFO_WIN32ASSEMBLY","features":[525]},{"name":"MSICODE","features":[525]},{"name":"MSICODE_PATCH","features":[525]},{"name":"MSICODE_PRODUCT","features":[525]},{"name":"MSICOLINFO","features":[525]},{"name":"MSICOLINFO_NAMES","features":[525]},{"name":"MSICOLINFO_TYPES","features":[525]},{"name":"MSICONDITION","features":[525]},{"name":"MSICONDITION_ERROR","features":[525]},{"name":"MSICONDITION_FALSE","features":[525]},{"name":"MSICONDITION_NONE","features":[525]},{"name":"MSICONDITION_TRUE","features":[525]},{"name":"MSICOSTTREE","features":[525]},{"name":"MSICOSTTREE_CHILDREN","features":[525]},{"name":"MSICOSTTREE_PARENTS","features":[525]},{"name":"MSICOSTTREE_RESERVED","features":[525]},{"name":"MSICOSTTREE_SELFONLY","features":[525]},{"name":"MSIDBERROR","features":[525]},{"name":"MSIDBERROR_BADCABINET","features":[525]},{"name":"MSIDBERROR_BADCASE","features":[525]},{"name":"MSIDBERROR_BADCATEGORY","features":[525]},{"name":"MSIDBERROR_BADCONDITION","features":[525]},{"name":"MSIDBERROR_BADCUSTOMSOURCE","features":[525]},{"name":"MSIDBERROR_BADDEFAULTDIR","features":[525]},{"name":"MSIDBERROR_BADFILENAME","features":[525]},{"name":"MSIDBERROR_BADFORMATTED","features":[525]},{"name":"MSIDBERROR_BADGUID","features":[525]},{"name":"MSIDBERROR_BADIDENTIFIER","features":[525]},{"name":"MSIDBERROR_BADKEYTABLE","features":[525]},{"name":"MSIDBERROR_BADLANGUAGE","features":[525]},{"name":"MSIDBERROR_BADLINK","features":[525]},{"name":"MSIDBERROR_BADLOCALIZEATTRIB","features":[525]},{"name":"MSIDBERROR_BADMAXMINVALUES","features":[525]},{"name":"MSIDBERROR_BADPATH","features":[525]},{"name":"MSIDBERROR_BADPROPERTY","features":[525]},{"name":"MSIDBERROR_BADREGPATH","features":[525]},{"name":"MSIDBERROR_BADSHORTCUT","features":[525]},{"name":"MSIDBERROR_BADTEMPLATE","features":[525]},{"name":"MSIDBERROR_BADVERSION","features":[525]},{"name":"MSIDBERROR_BADWILDCARD","features":[525]},{"name":"MSIDBERROR_DUPLICATEKEY","features":[525]},{"name":"MSIDBERROR_FUNCTIONERROR","features":[525]},{"name":"MSIDBERROR_INVALIDARG","features":[525]},{"name":"MSIDBERROR_MISSINGDATA","features":[525]},{"name":"MSIDBERROR_MOREDATA","features":[525]},{"name":"MSIDBERROR_NOERROR","features":[525]},{"name":"MSIDBERROR_NOTINSET","features":[525]},{"name":"MSIDBERROR_OVERFLOW","features":[525]},{"name":"MSIDBERROR_REQUIRED","features":[525]},{"name":"MSIDBERROR_STRINGOVERFLOW","features":[525]},{"name":"MSIDBERROR_UNDERFLOW","features":[525]},{"name":"MSIDBOPEN_CREATE","features":[525]},{"name":"MSIDBOPEN_CREATEDIRECT","features":[525]},{"name":"MSIDBOPEN_DIRECT","features":[525]},{"name":"MSIDBOPEN_PATCHFILE","features":[525]},{"name":"MSIDBOPEN_READONLY","features":[525]},{"name":"MSIDBOPEN_TRANSACT","features":[525]},{"name":"MSIDBSTATE","features":[525]},{"name":"MSIDBSTATE_ERROR","features":[525]},{"name":"MSIDBSTATE_READ","features":[525]},{"name":"MSIDBSTATE_WRITE","features":[525]},{"name":"MSIFILEHASHINFO","features":[525]},{"name":"MSIHANDLE","features":[525]},{"name":"MSIINSTALLCONTEXT","features":[525]},{"name":"MSIINSTALLCONTEXT_ALL","features":[525]},{"name":"MSIINSTALLCONTEXT_ALLUSERMANAGED","features":[525]},{"name":"MSIINSTALLCONTEXT_FIRSTVISIBLE","features":[525]},{"name":"MSIINSTALLCONTEXT_MACHINE","features":[525]},{"name":"MSIINSTALLCONTEXT_NONE","features":[525]},{"name":"MSIINSTALLCONTEXT_USERMANAGED","features":[525]},{"name":"MSIINSTALLCONTEXT_USERUNMANAGED","features":[525]},{"name":"MSIMODIFY","features":[525]},{"name":"MSIMODIFY_ASSIGN","features":[525]},{"name":"MSIMODIFY_DELETE","features":[525]},{"name":"MSIMODIFY_INSERT","features":[525]},{"name":"MSIMODIFY_INSERT_TEMPORARY","features":[525]},{"name":"MSIMODIFY_MERGE","features":[525]},{"name":"MSIMODIFY_REFRESH","features":[525]},{"name":"MSIMODIFY_REPLACE","features":[525]},{"name":"MSIMODIFY_SEEK","features":[525]},{"name":"MSIMODIFY_UPDATE","features":[525]},{"name":"MSIMODIFY_VALIDATE","features":[525]},{"name":"MSIMODIFY_VALIDATE_DELETE","features":[525]},{"name":"MSIMODIFY_VALIDATE_FIELD","features":[525]},{"name":"MSIMODIFY_VALIDATE_NEW","features":[525]},{"name":"MSIOPENPACKAGEFLAGS","features":[525]},{"name":"MSIOPENPACKAGEFLAGS_IGNOREMACHINESTATE","features":[525]},{"name":"MSIPATCHDATATYPE","features":[525]},{"name":"MSIPATCHSEQUENCEINFOA","features":[525]},{"name":"MSIPATCHSEQUENCEINFOW","features":[525]},{"name":"MSIPATCHSTATE","features":[525]},{"name":"MSIPATCHSTATE_ALL","features":[525]},{"name":"MSIPATCHSTATE_APPLIED","features":[525]},{"name":"MSIPATCHSTATE_INVALID","features":[525]},{"name":"MSIPATCHSTATE_OBSOLETED","features":[525]},{"name":"MSIPATCHSTATE_REGISTERED","features":[525]},{"name":"MSIPATCHSTATE_SUPERSEDED","features":[525]},{"name":"MSIPATCH_DATATYPE_PATCHFILE","features":[525]},{"name":"MSIPATCH_DATATYPE_XMLBLOB","features":[525]},{"name":"MSIPATCH_DATATYPE_XMLPATH","features":[525]},{"name":"MSIRUNMODE","features":[525]},{"name":"MSIRUNMODE_ADMIN","features":[525]},{"name":"MSIRUNMODE_ADVERTISE","features":[525]},{"name":"MSIRUNMODE_CABINET","features":[525]},{"name":"MSIRUNMODE_COMMIT","features":[525]},{"name":"MSIRUNMODE_LOGENABLED","features":[525]},{"name":"MSIRUNMODE_MAINTENANCE","features":[525]},{"name":"MSIRUNMODE_OPERATIONS","features":[525]},{"name":"MSIRUNMODE_REBOOTATEND","features":[525]},{"name":"MSIRUNMODE_REBOOTNOW","features":[525]},{"name":"MSIRUNMODE_RESERVED11","features":[525]},{"name":"MSIRUNMODE_RESERVED14","features":[525]},{"name":"MSIRUNMODE_RESERVED15","features":[525]},{"name":"MSIRUNMODE_ROLLBACK","features":[525]},{"name":"MSIRUNMODE_ROLLBACKENABLED","features":[525]},{"name":"MSIRUNMODE_SCHEDULED","features":[525]},{"name":"MSIRUNMODE_SOURCESHORTNAMES","features":[525]},{"name":"MSIRUNMODE_TARGETSHORTNAMES","features":[525]},{"name":"MSIRUNMODE_WINDOWS9X","features":[525]},{"name":"MSIRUNMODE_ZAWENABLED","features":[525]},{"name":"MSISOURCETYPE","features":[525]},{"name":"MSISOURCETYPE_MEDIA","features":[525]},{"name":"MSISOURCETYPE_NETWORK","features":[525]},{"name":"MSISOURCETYPE_UNKNOWN","features":[525]},{"name":"MSISOURCETYPE_URL","features":[525]},{"name":"MSITRANSACTION","features":[525]},{"name":"MSITRANSACTIONSTATE","features":[525]},{"name":"MSITRANSACTIONSTATE_COMMIT","features":[525]},{"name":"MSITRANSACTIONSTATE_ROLLBACK","features":[525]},{"name":"MSITRANSACTION_CHAIN_EMBEDDEDUI","features":[525]},{"name":"MSITRANSACTION_JOIN_EXISTING_EMBEDDEDUI","features":[525]},{"name":"MSITRANSFORM_ERROR","features":[525]},{"name":"MSITRANSFORM_ERROR_ADDEXISTINGROW","features":[525]},{"name":"MSITRANSFORM_ERROR_ADDEXISTINGTABLE","features":[525]},{"name":"MSITRANSFORM_ERROR_CHANGECODEPAGE","features":[525]},{"name":"MSITRANSFORM_ERROR_DELMISSINGROW","features":[525]},{"name":"MSITRANSFORM_ERROR_DELMISSINGTABLE","features":[525]},{"name":"MSITRANSFORM_ERROR_NONE","features":[525]},{"name":"MSITRANSFORM_ERROR_UPDATEMISSINGROW","features":[525]},{"name":"MSITRANSFORM_ERROR_VIEWTRANSFORM","features":[525]},{"name":"MSITRANSFORM_VALIDATE","features":[525]},{"name":"MSITRANSFORM_VALIDATE_LANGUAGE","features":[525]},{"name":"MSITRANSFORM_VALIDATE_MAJORVERSION","features":[525]},{"name":"MSITRANSFORM_VALIDATE_MINORVERSION","features":[525]},{"name":"MSITRANSFORM_VALIDATE_NEWEQUALBASEVERSION","features":[525]},{"name":"MSITRANSFORM_VALIDATE_NEWGREATERBASEVERSION","features":[525]},{"name":"MSITRANSFORM_VALIDATE_NEWGREATEREQUALBASEVERSION","features":[525]},{"name":"MSITRANSFORM_VALIDATE_NEWLESSBASEVERSION","features":[525]},{"name":"MSITRANSFORM_VALIDATE_NEWLESSEQUALBASEVERSION","features":[525]},{"name":"MSITRANSFORM_VALIDATE_PLATFORM","features":[525]},{"name":"MSITRANSFORM_VALIDATE_PRODUCT","features":[525]},{"name":"MSITRANSFORM_VALIDATE_UPDATEVERSION","features":[525]},{"name":"MSITRANSFORM_VALIDATE_UPGRADECODE","features":[525]},{"name":"MSI_INVALID_HASH_IS_FATAL","features":[525]},{"name":"MSI_NULL_INTEGER","features":[525]},{"name":"MsiAdvertiseProductA","features":[525]},{"name":"MsiAdvertiseProductExA","features":[525]},{"name":"MsiAdvertiseProductExW","features":[525]},{"name":"MsiAdvertiseProductW","features":[525]},{"name":"MsiAdvertiseScriptA","features":[307,525,370]},{"name":"MsiAdvertiseScriptW","features":[307,525,370]},{"name":"MsiApplyMultiplePatchesA","features":[525]},{"name":"MsiApplyMultiplePatchesW","features":[525]},{"name":"MsiApplyPatchA","features":[525]},{"name":"MsiApplyPatchW","features":[525]},{"name":"MsiBeginTransactionA","features":[307,525]},{"name":"MsiBeginTransactionW","features":[307,525]},{"name":"MsiCloseAllHandles","features":[525]},{"name":"MsiCloseHandle","features":[525]},{"name":"MsiCollectUserInfoA","features":[525]},{"name":"MsiCollectUserInfoW","features":[525]},{"name":"MsiConfigureFeatureA","features":[525]},{"name":"MsiConfigureFeatureW","features":[525]},{"name":"MsiConfigureProductA","features":[525]},{"name":"MsiConfigureProductExA","features":[525]},{"name":"MsiConfigureProductExW","features":[525]},{"name":"MsiConfigureProductW","features":[525]},{"name":"MsiCreateRecord","features":[525]},{"name":"MsiCreateTransformSummaryInfoA","features":[525]},{"name":"MsiCreateTransformSummaryInfoW","features":[525]},{"name":"MsiDatabaseApplyTransformA","features":[525]},{"name":"MsiDatabaseApplyTransformW","features":[525]},{"name":"MsiDatabaseCommit","features":[525]},{"name":"MsiDatabaseExportA","features":[525]},{"name":"MsiDatabaseExportW","features":[525]},{"name":"MsiDatabaseGenerateTransformA","features":[525]},{"name":"MsiDatabaseGenerateTransformW","features":[525]},{"name":"MsiDatabaseGetPrimaryKeysA","features":[525]},{"name":"MsiDatabaseGetPrimaryKeysW","features":[525]},{"name":"MsiDatabaseImportA","features":[525]},{"name":"MsiDatabaseImportW","features":[525]},{"name":"MsiDatabaseIsTablePersistentA","features":[525]},{"name":"MsiDatabaseIsTablePersistentW","features":[525]},{"name":"MsiDatabaseMergeA","features":[525]},{"name":"MsiDatabaseMergeW","features":[525]},{"name":"MsiDatabaseOpenViewA","features":[525]},{"name":"MsiDatabaseOpenViewW","features":[525]},{"name":"MsiDetermineApplicablePatchesA","features":[525]},{"name":"MsiDetermineApplicablePatchesW","features":[525]},{"name":"MsiDeterminePatchSequenceA","features":[525]},{"name":"MsiDeterminePatchSequenceW","features":[525]},{"name":"MsiDoActionA","features":[525]},{"name":"MsiDoActionW","features":[525]},{"name":"MsiEnableLogA","features":[525]},{"name":"MsiEnableLogW","features":[525]},{"name":"MsiEnableUIPreview","features":[525]},{"name":"MsiEndTransaction","features":[525]},{"name":"MsiEnumClientsA","features":[525]},{"name":"MsiEnumClientsExA","features":[525]},{"name":"MsiEnumClientsExW","features":[525]},{"name":"MsiEnumClientsW","features":[525]},{"name":"MsiEnumComponentCostsA","features":[525]},{"name":"MsiEnumComponentCostsW","features":[525]},{"name":"MsiEnumComponentQualifiersA","features":[525]},{"name":"MsiEnumComponentQualifiersW","features":[525]},{"name":"MsiEnumComponentsA","features":[525]},{"name":"MsiEnumComponentsExA","features":[525]},{"name":"MsiEnumComponentsExW","features":[525]},{"name":"MsiEnumComponentsW","features":[525]},{"name":"MsiEnumFeaturesA","features":[525]},{"name":"MsiEnumFeaturesW","features":[525]},{"name":"MsiEnumPatchesA","features":[525]},{"name":"MsiEnumPatchesExA","features":[525]},{"name":"MsiEnumPatchesExW","features":[525]},{"name":"MsiEnumPatchesW","features":[525]},{"name":"MsiEnumProductsA","features":[525]},{"name":"MsiEnumProductsExA","features":[525]},{"name":"MsiEnumProductsExW","features":[525]},{"name":"MsiEnumProductsW","features":[525]},{"name":"MsiEnumRelatedProductsA","features":[525]},{"name":"MsiEnumRelatedProductsW","features":[525]},{"name":"MsiEvaluateConditionA","features":[525]},{"name":"MsiEvaluateConditionW","features":[525]},{"name":"MsiExtractPatchXMLDataA","features":[525]},{"name":"MsiExtractPatchXMLDataW","features":[525]},{"name":"MsiFormatRecordA","features":[525]},{"name":"MsiFormatRecordW","features":[525]},{"name":"MsiGetActiveDatabase","features":[525]},{"name":"MsiGetComponentPathA","features":[525]},{"name":"MsiGetComponentPathExA","features":[525]},{"name":"MsiGetComponentPathExW","features":[525]},{"name":"MsiGetComponentPathW","features":[525]},{"name":"MsiGetComponentStateA","features":[525]},{"name":"MsiGetComponentStateW","features":[525]},{"name":"MsiGetDatabaseState","features":[525]},{"name":"MsiGetFeatureCostA","features":[525]},{"name":"MsiGetFeatureCostW","features":[525]},{"name":"MsiGetFeatureInfoA","features":[525]},{"name":"MsiGetFeatureInfoW","features":[525]},{"name":"MsiGetFeatureStateA","features":[525]},{"name":"MsiGetFeatureStateW","features":[525]},{"name":"MsiGetFeatureUsageA","features":[525]},{"name":"MsiGetFeatureUsageW","features":[525]},{"name":"MsiGetFeatureValidStatesA","features":[525]},{"name":"MsiGetFeatureValidStatesW","features":[525]},{"name":"MsiGetFileHashA","features":[525]},{"name":"MsiGetFileHashW","features":[525]},{"name":"MsiGetFileSignatureInformationA","features":[307,393,525]},{"name":"MsiGetFileSignatureInformationW","features":[307,393,525]},{"name":"MsiGetFileVersionA","features":[525]},{"name":"MsiGetFileVersionW","features":[525]},{"name":"MsiGetLanguage","features":[525]},{"name":"MsiGetLastErrorRecord","features":[525]},{"name":"MsiGetMode","features":[307,525]},{"name":"MsiGetPatchFileListA","features":[525]},{"name":"MsiGetPatchFileListW","features":[525]},{"name":"MsiGetPatchInfoA","features":[525]},{"name":"MsiGetPatchInfoExA","features":[525]},{"name":"MsiGetPatchInfoExW","features":[525]},{"name":"MsiGetPatchInfoW","features":[525]},{"name":"MsiGetProductCodeA","features":[525]},{"name":"MsiGetProductCodeW","features":[525]},{"name":"MsiGetProductInfoA","features":[525]},{"name":"MsiGetProductInfoExA","features":[525]},{"name":"MsiGetProductInfoExW","features":[525]},{"name":"MsiGetProductInfoFromScriptA","features":[525]},{"name":"MsiGetProductInfoFromScriptW","features":[525]},{"name":"MsiGetProductInfoW","features":[525]},{"name":"MsiGetProductPropertyA","features":[525]},{"name":"MsiGetProductPropertyW","features":[525]},{"name":"MsiGetPropertyA","features":[525]},{"name":"MsiGetPropertyW","features":[525]},{"name":"MsiGetShortcutTargetA","features":[525]},{"name":"MsiGetShortcutTargetW","features":[525]},{"name":"MsiGetSourcePathA","features":[525]},{"name":"MsiGetSourcePathW","features":[525]},{"name":"MsiGetSummaryInformationA","features":[525]},{"name":"MsiGetSummaryInformationW","features":[525]},{"name":"MsiGetTargetPathA","features":[525]},{"name":"MsiGetTargetPathW","features":[525]},{"name":"MsiGetUserInfoA","features":[525]},{"name":"MsiGetUserInfoW","features":[525]},{"name":"MsiInstallMissingComponentA","features":[525]},{"name":"MsiInstallMissingComponentW","features":[525]},{"name":"MsiInstallMissingFileA","features":[525]},{"name":"MsiInstallMissingFileW","features":[525]},{"name":"MsiInstallProductA","features":[525]},{"name":"MsiInstallProductW","features":[525]},{"name":"MsiIsProductElevatedA","features":[307,525]},{"name":"MsiIsProductElevatedW","features":[307,525]},{"name":"MsiJoinTransaction","features":[307,525]},{"name":"MsiLocateComponentA","features":[525]},{"name":"MsiLocateComponentW","features":[525]},{"name":"MsiNotifySidChangeA","features":[525]},{"name":"MsiNotifySidChangeW","features":[525]},{"name":"MsiOpenDatabaseA","features":[525]},{"name":"MsiOpenDatabaseW","features":[525]},{"name":"MsiOpenPackageA","features":[525]},{"name":"MsiOpenPackageExA","features":[525]},{"name":"MsiOpenPackageExW","features":[525]},{"name":"MsiOpenPackageW","features":[525]},{"name":"MsiOpenProductA","features":[525]},{"name":"MsiOpenProductW","features":[525]},{"name":"MsiPreviewBillboardA","features":[525]},{"name":"MsiPreviewBillboardW","features":[525]},{"name":"MsiPreviewDialogA","features":[525]},{"name":"MsiPreviewDialogW","features":[525]},{"name":"MsiProcessAdvertiseScriptA","features":[307,525,370]},{"name":"MsiProcessAdvertiseScriptW","features":[307,525,370]},{"name":"MsiProcessMessage","features":[525]},{"name":"MsiProvideAssemblyA","features":[525]},{"name":"MsiProvideAssemblyW","features":[525]},{"name":"MsiProvideComponentA","features":[525]},{"name":"MsiProvideComponentW","features":[525]},{"name":"MsiProvideQualifiedComponentA","features":[525]},{"name":"MsiProvideQualifiedComponentExA","features":[525]},{"name":"MsiProvideQualifiedComponentExW","features":[525]},{"name":"MsiProvideQualifiedComponentW","features":[525]},{"name":"MsiQueryComponentStateA","features":[525]},{"name":"MsiQueryComponentStateW","features":[525]},{"name":"MsiQueryFeatureStateA","features":[525]},{"name":"MsiQueryFeatureStateExA","features":[525]},{"name":"MsiQueryFeatureStateExW","features":[525]},{"name":"MsiQueryFeatureStateW","features":[525]},{"name":"MsiQueryProductStateA","features":[525]},{"name":"MsiQueryProductStateW","features":[525]},{"name":"MsiRecordClearData","features":[525]},{"name":"MsiRecordDataSize","features":[525]},{"name":"MsiRecordGetFieldCount","features":[525]},{"name":"MsiRecordGetInteger","features":[525]},{"name":"MsiRecordGetStringA","features":[525]},{"name":"MsiRecordGetStringW","features":[525]},{"name":"MsiRecordIsNull","features":[307,525]},{"name":"MsiRecordReadStream","features":[525]},{"name":"MsiRecordSetInteger","features":[525]},{"name":"MsiRecordSetStreamA","features":[525]},{"name":"MsiRecordSetStreamW","features":[525]},{"name":"MsiRecordSetStringA","features":[525]},{"name":"MsiRecordSetStringW","features":[525]},{"name":"MsiReinstallFeatureA","features":[525]},{"name":"MsiReinstallFeatureW","features":[525]},{"name":"MsiReinstallProductA","features":[525]},{"name":"MsiReinstallProductW","features":[525]},{"name":"MsiRemovePatchesA","features":[525]},{"name":"MsiRemovePatchesW","features":[525]},{"name":"MsiSequenceA","features":[525]},{"name":"MsiSequenceW","features":[525]},{"name":"MsiSetComponentStateA","features":[525]},{"name":"MsiSetComponentStateW","features":[525]},{"name":"MsiSetExternalUIA","features":[525]},{"name":"MsiSetExternalUIRecord","features":[525]},{"name":"MsiSetExternalUIW","features":[525]},{"name":"MsiSetFeatureAttributesA","features":[525]},{"name":"MsiSetFeatureAttributesW","features":[525]},{"name":"MsiSetFeatureStateA","features":[525]},{"name":"MsiSetFeatureStateW","features":[525]},{"name":"MsiSetInstallLevel","features":[525]},{"name":"MsiSetInternalUI","features":[307,525]},{"name":"MsiSetMode","features":[307,525]},{"name":"MsiSetPropertyA","features":[525]},{"name":"MsiSetPropertyW","features":[525]},{"name":"MsiSetTargetPathA","features":[525]},{"name":"MsiSetTargetPathW","features":[525]},{"name":"MsiSourceListAddMediaDiskA","features":[525]},{"name":"MsiSourceListAddMediaDiskW","features":[525]},{"name":"MsiSourceListAddSourceA","features":[525]},{"name":"MsiSourceListAddSourceExA","features":[525]},{"name":"MsiSourceListAddSourceExW","features":[525]},{"name":"MsiSourceListAddSourceW","features":[525]},{"name":"MsiSourceListClearAllA","features":[525]},{"name":"MsiSourceListClearAllExA","features":[525]},{"name":"MsiSourceListClearAllExW","features":[525]},{"name":"MsiSourceListClearAllW","features":[525]},{"name":"MsiSourceListClearMediaDiskA","features":[525]},{"name":"MsiSourceListClearMediaDiskW","features":[525]},{"name":"MsiSourceListClearSourceA","features":[525]},{"name":"MsiSourceListClearSourceW","features":[525]},{"name":"MsiSourceListEnumMediaDisksA","features":[525]},{"name":"MsiSourceListEnumMediaDisksW","features":[525]},{"name":"MsiSourceListEnumSourcesA","features":[525]},{"name":"MsiSourceListEnumSourcesW","features":[525]},{"name":"MsiSourceListForceResolutionA","features":[525]},{"name":"MsiSourceListForceResolutionExA","features":[525]},{"name":"MsiSourceListForceResolutionExW","features":[525]},{"name":"MsiSourceListForceResolutionW","features":[525]},{"name":"MsiSourceListGetInfoA","features":[525]},{"name":"MsiSourceListGetInfoW","features":[525]},{"name":"MsiSourceListSetInfoA","features":[525]},{"name":"MsiSourceListSetInfoW","features":[525]},{"name":"MsiSummaryInfoGetPropertyA","features":[307,525]},{"name":"MsiSummaryInfoGetPropertyCount","features":[525]},{"name":"MsiSummaryInfoGetPropertyW","features":[307,525]},{"name":"MsiSummaryInfoPersist","features":[525]},{"name":"MsiSummaryInfoSetPropertyA","features":[307,525]},{"name":"MsiSummaryInfoSetPropertyW","features":[307,525]},{"name":"MsiUseFeatureA","features":[525]},{"name":"MsiUseFeatureExA","features":[525]},{"name":"MsiUseFeatureExW","features":[525]},{"name":"MsiUseFeatureW","features":[525]},{"name":"MsiVerifyDiskSpace","features":[525]},{"name":"MsiVerifyPackageA","features":[525]},{"name":"MsiVerifyPackageW","features":[525]},{"name":"MsiViewClose","features":[525]},{"name":"MsiViewExecute","features":[525]},{"name":"MsiViewFetch","features":[525]},{"name":"MsiViewGetColumnInfo","features":[525]},{"name":"MsiViewGetErrorA","features":[525]},{"name":"MsiViewGetErrorW","features":[525]},{"name":"MsiViewModify","features":[525]},{"name":"MsmMerge","features":[525]},{"name":"NormalizeFileForPatchSignature","features":[307,525]},{"name":"PACKMAN_RUNTIME","features":[525]},{"name":"PACKMAN_RUNTIME_INVALID","features":[525]},{"name":"PACKMAN_RUNTIME_JUPITER","features":[525]},{"name":"PACKMAN_RUNTIME_MODERN_NATIVE","features":[525]},{"name":"PACKMAN_RUNTIME_NATIVE","features":[525]},{"name":"PACKMAN_RUNTIME_SILVERLIGHTMOBILE","features":[525]},{"name":"PACKMAN_RUNTIME_XNA","features":[525]},{"name":"PATCH_IGNORE_RANGE","features":[525]},{"name":"PATCH_INTERLEAVE_MAP","features":[525]},{"name":"PATCH_OLD_FILE_INFO","features":[307,525]},{"name":"PATCH_OLD_FILE_INFO_A","features":[525]},{"name":"PATCH_OLD_FILE_INFO_H","features":[307,525]},{"name":"PATCH_OLD_FILE_INFO_W","features":[525]},{"name":"PATCH_OPTION_DATA","features":[307,525]},{"name":"PATCH_OPTION_FAIL_IF_BIGGER","features":[525]},{"name":"PATCH_OPTION_FAIL_IF_SAME_FILE","features":[525]},{"name":"PATCH_OPTION_INTERLEAVE_FILES","features":[525]},{"name":"PATCH_OPTION_NO_BINDFIX","features":[525]},{"name":"PATCH_OPTION_NO_CHECKSUM","features":[525]},{"name":"PATCH_OPTION_NO_LOCKFIX","features":[525]},{"name":"PATCH_OPTION_NO_REBASE","features":[525]},{"name":"PATCH_OPTION_NO_RESTIMEFIX","features":[525]},{"name":"PATCH_OPTION_NO_TIMESTAMP","features":[525]},{"name":"PATCH_OPTION_RESERVED1","features":[525]},{"name":"PATCH_OPTION_SIGNATURE_MD5","features":[525]},{"name":"PATCH_OPTION_USE_BEST","features":[525]},{"name":"PATCH_OPTION_USE_LZX_A","features":[525]},{"name":"PATCH_OPTION_USE_LZX_B","features":[525]},{"name":"PATCH_OPTION_USE_LZX_BEST","features":[525]},{"name":"PATCH_OPTION_USE_LZX_LARGE","features":[525]},{"name":"PATCH_OPTION_VALID_FLAGS","features":[525]},{"name":"PATCH_RETAIN_RANGE","features":[525]},{"name":"PATCH_SYMBOL_NO_FAILURES","features":[525]},{"name":"PATCH_SYMBOL_NO_IMAGEHLP","features":[525]},{"name":"PATCH_SYMBOL_RESERVED1","features":[525]},{"name":"PATCH_SYMBOL_UNDECORATED_TOO","features":[525]},{"name":"PATCH_TRANSFORM_PE_IRELOC_2","features":[525]},{"name":"PATCH_TRANSFORM_PE_RESOURCE_2","features":[525]},{"name":"PID_APPNAME","features":[525]},{"name":"PID_AUTHOR","features":[525]},{"name":"PID_CHARCOUNT","features":[525]},{"name":"PID_COMMENTS","features":[525]},{"name":"PID_CREATE_DTM","features":[525]},{"name":"PID_EDITTIME","features":[525]},{"name":"PID_KEYWORDS","features":[525]},{"name":"PID_LASTAUTHOR","features":[525]},{"name":"PID_LASTPRINTED","features":[525]},{"name":"PID_LASTSAVE_DTM","features":[525]},{"name":"PID_MSIRESTRICT","features":[525]},{"name":"PID_MSISOURCE","features":[525]},{"name":"PID_MSIVERSION","features":[525]},{"name":"PID_PAGECOUNT","features":[525]},{"name":"PID_REVNUMBER","features":[525]},{"name":"PID_SUBJECT","features":[525]},{"name":"PID_TEMPLATE","features":[525]},{"name":"PID_THUMBNAIL","features":[525]},{"name":"PID_TITLE","features":[525]},{"name":"PID_WORDCOUNT","features":[525]},{"name":"PINSTALLUI_HANDLER_RECORD","features":[525]},{"name":"PMSIHANDLE","features":[525]},{"name":"PMSvc","features":[525]},{"name":"PM_ACTIVATION_POLICY","features":[525]},{"name":"PM_ACTIVATION_POLICY_INVALID","features":[525]},{"name":"PM_ACTIVATION_POLICY_MULTISESSION","features":[525]},{"name":"PM_ACTIVATION_POLICY_REPLACE","features":[525]},{"name":"PM_ACTIVATION_POLICY_REPLACESAMEPARAMS","features":[525]},{"name":"PM_ACTIVATION_POLICY_REPLACE_IGNOREFOREGROUND","features":[525]},{"name":"PM_ACTIVATION_POLICY_RESUME","features":[525]},{"name":"PM_ACTIVATION_POLICY_RESUMESAMEPARAMS","features":[525]},{"name":"PM_ACTIVATION_POLICY_UNKNOWN","features":[525]},{"name":"PM_APPLICATION_HUBTYPE","features":[525]},{"name":"PM_APPLICATION_HUBTYPE_INVALID","features":[525]},{"name":"PM_APPLICATION_HUBTYPE_MUSIC","features":[525]},{"name":"PM_APPLICATION_HUBTYPE_NONMUSIC","features":[525]},{"name":"PM_APPLICATION_INSTALL_DEBUG","features":[525]},{"name":"PM_APPLICATION_INSTALL_ENTERPRISE","features":[525]},{"name":"PM_APPLICATION_INSTALL_INVALID","features":[525]},{"name":"PM_APPLICATION_INSTALL_IN_ROM","features":[525]},{"name":"PM_APPLICATION_INSTALL_NORMAL","features":[525]},{"name":"PM_APPLICATION_INSTALL_PA","features":[525]},{"name":"PM_APPLICATION_INSTALL_TYPE","features":[525]},{"name":"PM_APPLICATION_STATE","features":[525]},{"name":"PM_APPLICATION_STATE_DISABLED_BACKING_UP","features":[525]},{"name":"PM_APPLICATION_STATE_DISABLED_ENTERPRISE","features":[525]},{"name":"PM_APPLICATION_STATE_DISABLED_MDIL_BINDING","features":[525]},{"name":"PM_APPLICATION_STATE_DISABLED_SD_CARD","features":[525]},{"name":"PM_APPLICATION_STATE_INSTALLED","features":[525]},{"name":"PM_APPLICATION_STATE_INSTALLING","features":[525]},{"name":"PM_APPLICATION_STATE_INVALID","features":[525]},{"name":"PM_APPLICATION_STATE_LICENSE_UPDATING","features":[525]},{"name":"PM_APPLICATION_STATE_MAX","features":[525]},{"name":"PM_APPLICATION_STATE_MIN","features":[525]},{"name":"PM_APPLICATION_STATE_MOVING","features":[525]},{"name":"PM_APPLICATION_STATE_UNINSTALLING","features":[525]},{"name":"PM_APPLICATION_STATE_UPDATING","features":[525]},{"name":"PM_APPTASKTYPE","features":[525]},{"name":"PM_APP_FILTER_ALL","features":[525]},{"name":"PM_APP_FILTER_ALL_INCLUDE_MODERN","features":[525]},{"name":"PM_APP_FILTER_FRAMEWORK","features":[525]},{"name":"PM_APP_FILTER_GENRE","features":[525]},{"name":"PM_APP_FILTER_HUBTYPE","features":[525]},{"name":"PM_APP_FILTER_MAX","features":[525]},{"name":"PM_APP_FILTER_NONGAMES","features":[525]},{"name":"PM_APP_FILTER_PINABLEONKIDZONE","features":[525]},{"name":"PM_APP_FILTER_VISIBLE","features":[525]},{"name":"PM_APP_GENRE","features":[525]},{"name":"PM_APP_GENRE_GAMES","features":[525]},{"name":"PM_APP_GENRE_INVALID","features":[525]},{"name":"PM_APP_GENRE_OTHER","features":[525]},{"name":"PM_BSATASKID","features":[525]},{"name":"PM_BWTASKID","features":[525]},{"name":"PM_ENUM_APP_FILTER","features":[525]},{"name":"PM_ENUM_BSA_FILTER","features":[525]},{"name":"PM_ENUM_BSA_FILTER_ALL","features":[525]},{"name":"PM_ENUM_BSA_FILTER_BY_ALL_LAUNCHONBOOT","features":[525]},{"name":"PM_ENUM_BSA_FILTER_BY_PERIODIC","features":[525]},{"name":"PM_ENUM_BSA_FILTER_BY_PRODUCTID","features":[525]},{"name":"PM_ENUM_BSA_FILTER_BY_TASKID","features":[525]},{"name":"PM_ENUM_BSA_FILTER_MAX","features":[525]},{"name":"PM_ENUM_BW_FILTER","features":[525]},{"name":"PM_ENUM_BW_FILTER_BOOTWORKER_ALL","features":[525]},{"name":"PM_ENUM_BW_FILTER_BY_TASKID","features":[525]},{"name":"PM_ENUM_BW_FILTER_MAX","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_APPCONNECT","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_BY_CONSUMER","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_CACHEDFILEUPDATER_ALL","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_FILEOPENPICKER_ALL","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_FILESAVEPICKER_ALL","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_APPLICATION_ALL","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_CONTENTTYPE_ALL","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_FILETYPE_ALL","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_MAX","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_PROTOCOL_ALL","features":[525]},{"name":"PM_ENUM_EXTENSION_FILTER_SHARETARGET_ALL","features":[525]},{"name":"PM_ENUM_FILTER","features":[525]},{"name":"PM_ENUM_TASK_FILTER","features":[525]},{"name":"PM_ENUM_TILE_FILTER","features":[525]},{"name":"PM_EXTENSIONCONSUMER","features":[525]},{"name":"PM_INSTALLINFO","features":[307,525]},{"name":"PM_INVOCATIONINFO","features":[525]},{"name":"PM_LIVETILE_RECURRENCE_TYPE","features":[525]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_INSTANT","features":[525]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_INTERVAL","features":[525]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_MAX","features":[525]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_ONETIME","features":[525]},{"name":"PM_LOGO_SIZE","features":[525]},{"name":"PM_LOGO_SIZE_INVALID","features":[525]},{"name":"PM_LOGO_SIZE_LARGE","features":[525]},{"name":"PM_LOGO_SIZE_MEDIUM","features":[525]},{"name":"PM_LOGO_SIZE_SMALL","features":[525]},{"name":"PM_STARTAPPBLOB","features":[307,525]},{"name":"PM_STARTTILEBLOB","features":[307,525]},{"name":"PM_STARTTILE_TYPE","features":[525]},{"name":"PM_STARTTILE_TYPE_APPLIST","features":[525]},{"name":"PM_STARTTILE_TYPE_APPLISTPRIMARY","features":[525]},{"name":"PM_STARTTILE_TYPE_INVALID","features":[525]},{"name":"PM_STARTTILE_TYPE_PRIMARY","features":[525]},{"name":"PM_STARTTILE_TYPE_SECONDARY","features":[525]},{"name":"PM_TASK_FILTER_APP_ALL","features":[525]},{"name":"PM_TASK_FILTER_APP_TASK_TYPE","features":[525]},{"name":"PM_TASK_FILTER_BGEXECUTION","features":[525]},{"name":"PM_TASK_FILTER_DEHYD_SUPRESSING","features":[525]},{"name":"PM_TASK_FILTER_MAX","features":[525]},{"name":"PM_TASK_FILTER_TASK_TYPE","features":[525]},{"name":"PM_TASK_TRANSITION","features":[525]},{"name":"PM_TASK_TRANSITION_CUSTOM","features":[525]},{"name":"PM_TASK_TRANSITION_DEFAULT","features":[525]},{"name":"PM_TASK_TRANSITION_INVALID","features":[525]},{"name":"PM_TASK_TRANSITION_NONE","features":[525]},{"name":"PM_TASK_TRANSITION_READERBOARD","features":[525]},{"name":"PM_TASK_TRANSITION_SLIDE","features":[525]},{"name":"PM_TASK_TRANSITION_SWIVEL","features":[525]},{"name":"PM_TASK_TRANSITION_TURNSTILE","features":[525]},{"name":"PM_TASK_TYPE","features":[525]},{"name":"PM_TASK_TYPE_BACKGROUNDSERVICEAGENT","features":[525]},{"name":"PM_TASK_TYPE_BACKGROUNDWORKER","features":[525]},{"name":"PM_TASK_TYPE_DEFAULT","features":[525]},{"name":"PM_TASK_TYPE_INVALID","features":[525]},{"name":"PM_TASK_TYPE_NORMAL","features":[525]},{"name":"PM_TASK_TYPE_SETTINGS","features":[525]},{"name":"PM_TILE_FILTER_APPLIST","features":[525]},{"name":"PM_TILE_FILTER_APP_ALL","features":[525]},{"name":"PM_TILE_FILTER_HUBTYPE","features":[525]},{"name":"PM_TILE_FILTER_MAX","features":[525]},{"name":"PM_TILE_FILTER_PINNED","features":[525]},{"name":"PM_TILE_HUBTYPE","features":[525]},{"name":"PM_TILE_HUBTYPE_APPLIST","features":[525]},{"name":"PM_TILE_HUBTYPE_CACHED","features":[525]},{"name":"PM_TILE_HUBTYPE_GAMES","features":[525]},{"name":"PM_TILE_HUBTYPE_INVALID","features":[525]},{"name":"PM_TILE_HUBTYPE_KIDZONE","features":[525]},{"name":"PM_TILE_HUBTYPE_LOCKSCREEN","features":[525]},{"name":"PM_TILE_HUBTYPE_MOSETTINGS","features":[525]},{"name":"PM_TILE_HUBTYPE_MUSIC","features":[525]},{"name":"PM_TILE_HUBTYPE_STARTMENU","features":[525]},{"name":"PM_TILE_SIZE","features":[525]},{"name":"PM_TILE_SIZE_INVALID","features":[525]},{"name":"PM_TILE_SIZE_LARGE","features":[525]},{"name":"PM_TILE_SIZE_MEDIUM","features":[525]},{"name":"PM_TILE_SIZE_SMALL","features":[525]},{"name":"PM_TILE_SIZE_SQUARE310X310","features":[525]},{"name":"PM_TILE_SIZE_TALL150X310","features":[525]},{"name":"PM_UPDATEINFO","features":[525]},{"name":"PM_UPDATEINFO_LEGACY","features":[525]},{"name":"PPATCH_PROGRESS_CALLBACK","features":[307,525]},{"name":"PPATCH_SYMLOAD_CALLBACK","features":[307,525]},{"name":"PROTECTED_FILE_DATA","features":[525]},{"name":"QUERYASMINFO_FLAGS","features":[525]},{"name":"QUERYASMINFO_FLAG_VALIDATE","features":[525]},{"name":"QueryActCtxSettingsW","features":[307,525]},{"name":"QueryActCtxW","features":[307,525]},{"name":"REINSTALLMODE","features":[525]},{"name":"REINSTALLMODE_FILEEQUALVERSION","features":[525]},{"name":"REINSTALLMODE_FILEEXACT","features":[525]},{"name":"REINSTALLMODE_FILEMISSING","features":[525]},{"name":"REINSTALLMODE_FILEOLDERVERSION","features":[525]},{"name":"REINSTALLMODE_FILEREPLACE","features":[525]},{"name":"REINSTALLMODE_FILEVERIFY","features":[525]},{"name":"REINSTALLMODE_MACHINEDATA","features":[525]},{"name":"REINSTALLMODE_PACKAGE","features":[525]},{"name":"REINSTALLMODE_REPAIR","features":[525]},{"name":"REINSTALLMODE_SHORTCUT","features":[525]},{"name":"REINSTALLMODE_USERDATA","features":[525]},{"name":"RESULTTYPES","features":[525]},{"name":"ReleaseActCtx","features":[307,525]},{"name":"SCRIPTFLAGS","features":[525]},{"name":"SCRIPTFLAGS_CACHEINFO","features":[525]},{"name":"SCRIPTFLAGS_MACHINEASSIGN","features":[525]},{"name":"SCRIPTFLAGS_REGDATA","features":[525]},{"name":"SCRIPTFLAGS_REGDATA_APPINFO","features":[525]},{"name":"SCRIPTFLAGS_REGDATA_CLASSINFO","features":[525]},{"name":"SCRIPTFLAGS_REGDATA_CNFGINFO","features":[525]},{"name":"SCRIPTFLAGS_REGDATA_EXTENSIONINFO","features":[525]},{"name":"SCRIPTFLAGS_SHORTCUTS","features":[525]},{"name":"SCRIPTFLAGS_VALIDATE_TRANSFORMS_LIST","features":[525]},{"name":"SFC_DISABLE_ASK","features":[525]},{"name":"SFC_DISABLE_NOPOPUPS","features":[525]},{"name":"SFC_DISABLE_NORMAL","features":[525]},{"name":"SFC_DISABLE_ONCE","features":[525]},{"name":"SFC_DISABLE_SETUP","features":[525]},{"name":"SFC_IDLE_TRIGGER","features":[525]},{"name":"SFC_QUOTA_DEFAULT","features":[525]},{"name":"SFC_SCAN_ALWAYS","features":[525]},{"name":"SFC_SCAN_IMMEDIATE","features":[525]},{"name":"SFC_SCAN_NORMAL","features":[525]},{"name":"SFC_SCAN_ONCE","features":[525]},{"name":"STATUSTYPES","features":[525]},{"name":"STREAM_FORMAT_COMPLIB_MANIFEST","features":[525]},{"name":"STREAM_FORMAT_COMPLIB_MODULE","features":[525]},{"name":"STREAM_FORMAT_WIN32_MANIFEST","features":[525]},{"name":"STREAM_FORMAT_WIN32_MODULE","features":[525]},{"name":"SfcGetNextProtectedFile","features":[307,525]},{"name":"SfcIsFileProtected","features":[307,525]},{"name":"SfcIsKeyProtected","features":[307,525,370]},{"name":"SfpVerifyFile","features":[307,525]},{"name":"TILE_TEMPLATE_AGILESTORE","features":[525]},{"name":"TILE_TEMPLATE_ALL","features":[525]},{"name":"TILE_TEMPLATE_BADGE","features":[525]},{"name":"TILE_TEMPLATE_BLOCK","features":[525]},{"name":"TILE_TEMPLATE_BLOCKANDTEXT01","features":[525]},{"name":"TILE_TEMPLATE_BLOCKANDTEXT02","features":[525]},{"name":"TILE_TEMPLATE_CALENDAR","features":[525]},{"name":"TILE_TEMPLATE_CONTACT","features":[525]},{"name":"TILE_TEMPLATE_CYCLE","features":[525]},{"name":"TILE_TEMPLATE_DEEPLINK","features":[525]},{"name":"TILE_TEMPLATE_DEFAULT","features":[525]},{"name":"TILE_TEMPLATE_FLIP","features":[525]},{"name":"TILE_TEMPLATE_FOLDER","features":[525]},{"name":"TILE_TEMPLATE_GAMES","features":[525]},{"name":"TILE_TEMPLATE_GROUP","features":[525]},{"name":"TILE_TEMPLATE_IMAGE","features":[525]},{"name":"TILE_TEMPLATE_IMAGEANDTEXT01","features":[525]},{"name":"TILE_TEMPLATE_IMAGEANDTEXT02","features":[525]},{"name":"TILE_TEMPLATE_IMAGECOLLECTION","features":[525]},{"name":"TILE_TEMPLATE_INVALID","features":[525]},{"name":"TILE_TEMPLATE_METROCOUNT","features":[525]},{"name":"TILE_TEMPLATE_METROCOUNTQUEUE","features":[525]},{"name":"TILE_TEMPLATE_MUSICVIDEO","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGE01","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGE02","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGE03","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGE04","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGE05","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGE06","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT01","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT02","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT03","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT04","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION01","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION02","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION03","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION04","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION05","features":[525]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION06","features":[525]},{"name":"TILE_TEMPLATE_PEOPLE","features":[525]},{"name":"TILE_TEMPLATE_SEARCH","features":[525]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT01","features":[525]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT02","features":[525]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT03","features":[525]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT04","features":[525]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT05","features":[525]},{"name":"TILE_TEMPLATE_TEXT01","features":[525]},{"name":"TILE_TEMPLATE_TEXT02","features":[525]},{"name":"TILE_TEMPLATE_TEXT03","features":[525]},{"name":"TILE_TEMPLATE_TEXT04","features":[525]},{"name":"TILE_TEMPLATE_TEXT05","features":[525]},{"name":"TILE_TEMPLATE_TEXT06","features":[525]},{"name":"TILE_TEMPLATE_TEXT07","features":[525]},{"name":"TILE_TEMPLATE_TEXT08","features":[525]},{"name":"TILE_TEMPLATE_TEXT09","features":[525]},{"name":"TILE_TEMPLATE_TEXT10","features":[525]},{"name":"TILE_TEMPLATE_TEXT11","features":[525]},{"name":"TILE_TEMPLATE_TILEFLYOUT01","features":[525]},{"name":"TILE_TEMPLATE_TYPE","features":[525]},{"name":"TXTLOG_BACKUP","features":[525]},{"name":"TXTLOG_CMI","features":[525]},{"name":"TXTLOG_COPYFILES","features":[525]},{"name":"TXTLOG_DEPTH_DECR","features":[525]},{"name":"TXTLOG_DEPTH_INCR","features":[525]},{"name":"TXTLOG_DETAILS","features":[525]},{"name":"TXTLOG_DEVINST","features":[525]},{"name":"TXTLOG_DEVMGR","features":[525]},{"name":"TXTLOG_DRIVER_STORE","features":[525]},{"name":"TXTLOG_DRVSETUP","features":[525]},{"name":"TXTLOG_ERROR","features":[525]},{"name":"TXTLOG_FILEQ","features":[525]},{"name":"TXTLOG_FLUSH_FILE","features":[525]},{"name":"TXTLOG_INF","features":[525]},{"name":"TXTLOG_INFDB","features":[525]},{"name":"TXTLOG_INSTALLER","features":[525]},{"name":"TXTLOG_NEWDEV","features":[525]},{"name":"TXTLOG_POLICY","features":[525]},{"name":"TXTLOG_RESERVED_FLAGS","features":[525]},{"name":"TXTLOG_SETUP","features":[525]},{"name":"TXTLOG_SETUPAPI_BITS","features":[525]},{"name":"TXTLOG_SETUPAPI_CMDLINE","features":[525]},{"name":"TXTLOG_SETUPAPI_DEVLOG","features":[525]},{"name":"TXTLOG_SIGVERIF","features":[525]},{"name":"TXTLOG_SUMMARY","features":[525]},{"name":"TXTLOG_SYSTEM_STATE_CHANGE","features":[525]},{"name":"TXTLOG_TAB_1","features":[525]},{"name":"TXTLOG_TIMESTAMP","features":[525]},{"name":"TXTLOG_UI","features":[525]},{"name":"TXTLOG_UMPNPMGR","features":[525]},{"name":"TXTLOG_UTIL","features":[525]},{"name":"TXTLOG_VENDOR","features":[525]},{"name":"TXTLOG_VERBOSE","features":[525]},{"name":"TXTLOG_VERY_VERBOSE","features":[525]},{"name":"TXTLOG_WARNING","features":[525]},{"name":"TestApplyPatchToFileA","features":[307,525]},{"name":"TestApplyPatchToFileByBuffers","features":[307,525]},{"name":"TestApplyPatchToFileByHandles","features":[307,525]},{"name":"TestApplyPatchToFileW","features":[307,525]},{"name":"UIALL","features":[525]},{"name":"UILOGBITS","features":[525]},{"name":"UINONE","features":[525]},{"name":"USERINFOSTATE","features":[525]},{"name":"USERINFOSTATE_ABSENT","features":[525]},{"name":"USERINFOSTATE_INVALIDARG","features":[525]},{"name":"USERINFOSTATE_MOREDATA","features":[525]},{"name":"USERINFOSTATE_PRESENT","features":[525]},{"name":"USERINFOSTATE_UNKNOWN","features":[525]},{"name":"WARN_BAD_MAJOR_VERSION","features":[525]},{"name":"WARN_BASE","features":[525]},{"name":"WARN_EQUAL_FILE_VERSION","features":[525]},{"name":"WARN_FILE_VERSION_DOWNREV","features":[525]},{"name":"WARN_IMPROPER_TRANSFORM_VALIDATION","features":[525]},{"name":"WARN_INVALID_TRANSFORM_VALIDATION","features":[525]},{"name":"WARN_MAJOR_UPGRADE_PATCH","features":[525]},{"name":"WARN_OBSOLETION_WITH_MSI30","features":[525]},{"name":"WARN_OBSOLETION_WITH_PATCHSEQUENCE","features":[525]},{"name":"WARN_OBSOLETION_WITH_SEQUENCE_DATA","features":[525]},{"name":"WARN_PATCHPROPERTYNOTSET","features":[525]},{"name":"WARN_PCW_MISMATCHED_PRODUCT_CODES","features":[525]},{"name":"WARN_PCW_MISMATCHED_PRODUCT_VERSIONS","features":[525]},{"name":"WARN_SEQUENCE_DATA_GENERATION_DISABLED","features":[525]},{"name":"WARN_SEQUENCE_DATA_SUPERSEDENCE_IGNORED","features":[525]},{"name":"ZombifyActCtx","features":[307,525]},{"name":"_WIN32_MSI","features":[525]},{"name":"_WIN32_MSM","features":[525]},{"name":"cchMaxInteger","features":[525]},{"name":"ieError","features":[525]},{"name":"ieInfo","features":[525]},{"name":"ieStatusCancel","features":[525]},{"name":"ieStatusCreateEngine","features":[525]},{"name":"ieStatusFail","features":[525]},{"name":"ieStatusGetCUB","features":[525]},{"name":"ieStatusICECount","features":[525]},{"name":"ieStatusMerge","features":[525]},{"name":"ieStatusRunICE","features":[525]},{"name":"ieStatusShutdown","features":[525]},{"name":"ieStatusStarting","features":[525]},{"name":"ieStatusSuccess","features":[525]},{"name":"ieStatusSummaryInfo","features":[525]},{"name":"ieUnknown","features":[525]},{"name":"ieWarning","features":[525]},{"name":"msidbAssemblyAttributes","features":[525]},{"name":"msidbAssemblyAttributesURT","features":[525]},{"name":"msidbAssemblyAttributesWin32","features":[525]},{"name":"msidbClassAttributes","features":[525]},{"name":"msidbClassAttributesRelativePath","features":[525]},{"name":"msidbComponentAttributes","features":[525]},{"name":"msidbComponentAttributes64bit","features":[525]},{"name":"msidbComponentAttributesDisableRegistryReflection","features":[525]},{"name":"msidbComponentAttributesLocalOnly","features":[525]},{"name":"msidbComponentAttributesNeverOverwrite","features":[525]},{"name":"msidbComponentAttributesODBCDataSource","features":[525]},{"name":"msidbComponentAttributesOptional","features":[525]},{"name":"msidbComponentAttributesPermanent","features":[525]},{"name":"msidbComponentAttributesRegistryKeyPath","features":[525]},{"name":"msidbComponentAttributesShared","features":[525]},{"name":"msidbComponentAttributesSharedDllRefCount","features":[525]},{"name":"msidbComponentAttributesSourceOnly","features":[525]},{"name":"msidbComponentAttributesTransitive","features":[525]},{"name":"msidbComponentAttributesUninstallOnSupersedence","features":[525]},{"name":"msidbControlAttributes","features":[525]},{"name":"msidbControlAttributesBiDi","features":[525]},{"name":"msidbControlAttributesBitmap","features":[525]},{"name":"msidbControlAttributesCDROMVolume","features":[525]},{"name":"msidbControlAttributesComboList","features":[525]},{"name":"msidbControlAttributesElevationShield","features":[525]},{"name":"msidbControlAttributesEnabled","features":[525]},{"name":"msidbControlAttributesFixedSize","features":[525]},{"name":"msidbControlAttributesFixedVolume","features":[525]},{"name":"msidbControlAttributesFloppyVolume","features":[525]},{"name":"msidbControlAttributesFormatSize","features":[525]},{"name":"msidbControlAttributesHasBorder","features":[525]},{"name":"msidbControlAttributesIcon","features":[525]},{"name":"msidbControlAttributesIconSize16","features":[525]},{"name":"msidbControlAttributesIconSize32","features":[525]},{"name":"msidbControlAttributesIconSize48","features":[525]},{"name":"msidbControlAttributesImageHandle","features":[525]},{"name":"msidbControlAttributesIndirect","features":[525]},{"name":"msidbControlAttributesInteger","features":[525]},{"name":"msidbControlAttributesLeftScroll","features":[525]},{"name":"msidbControlAttributesMultiline","features":[525]},{"name":"msidbControlAttributesNoPrefix","features":[525]},{"name":"msidbControlAttributesNoWrap","features":[525]},{"name":"msidbControlAttributesPasswordInput","features":[525]},{"name":"msidbControlAttributesProgress95","features":[525]},{"name":"msidbControlAttributesPushLike","features":[525]},{"name":"msidbControlAttributesRAMDiskVolume","features":[525]},{"name":"msidbControlAttributesRTLRO","features":[525]},{"name":"msidbControlAttributesRemoteVolume","features":[525]},{"name":"msidbControlAttributesRemovableVolume","features":[525]},{"name":"msidbControlAttributesRightAligned","features":[525]},{"name":"msidbControlAttributesSorted","features":[525]},{"name":"msidbControlAttributesSunken","features":[525]},{"name":"msidbControlAttributesTransparent","features":[525]},{"name":"msidbControlAttributesUsersLanguage","features":[525]},{"name":"msidbControlAttributesVisible","features":[525]},{"name":"msidbControlShowRollbackCost","features":[525]},{"name":"msidbCustomActionType","features":[525]},{"name":"msidbCustomActionType64BitScript","features":[525]},{"name":"msidbCustomActionTypeAsync","features":[525]},{"name":"msidbCustomActionTypeBinaryData","features":[525]},{"name":"msidbCustomActionTypeClientRepeat","features":[525]},{"name":"msidbCustomActionTypeCommit","features":[525]},{"name":"msidbCustomActionTypeContinue","features":[525]},{"name":"msidbCustomActionTypeDirectory","features":[525]},{"name":"msidbCustomActionTypeDll","features":[525]},{"name":"msidbCustomActionTypeExe","features":[525]},{"name":"msidbCustomActionTypeFirstSequence","features":[525]},{"name":"msidbCustomActionTypeHideTarget","features":[525]},{"name":"msidbCustomActionTypeInScript","features":[525]},{"name":"msidbCustomActionTypeInstall","features":[525]},{"name":"msidbCustomActionTypeJScript","features":[525]},{"name":"msidbCustomActionTypeNoImpersonate","features":[525]},{"name":"msidbCustomActionTypeOncePerProcess","features":[525]},{"name":"msidbCustomActionTypePatchUninstall","features":[525]},{"name":"msidbCustomActionTypeProperty","features":[525]},{"name":"msidbCustomActionTypeRollback","features":[525]},{"name":"msidbCustomActionTypeSourceFile","features":[525]},{"name":"msidbCustomActionTypeTSAware","features":[525]},{"name":"msidbCustomActionTypeTextData","features":[525]},{"name":"msidbCustomActionTypeVBScript","features":[525]},{"name":"msidbDialogAttributes","features":[525]},{"name":"msidbDialogAttributesBiDi","features":[525]},{"name":"msidbDialogAttributesError","features":[525]},{"name":"msidbDialogAttributesKeepModeless","features":[525]},{"name":"msidbDialogAttributesLeftScroll","features":[525]},{"name":"msidbDialogAttributesMinimize","features":[525]},{"name":"msidbDialogAttributesModal","features":[525]},{"name":"msidbDialogAttributesRTLRO","features":[525]},{"name":"msidbDialogAttributesRightAligned","features":[525]},{"name":"msidbDialogAttributesSysModal","features":[525]},{"name":"msidbDialogAttributesTrackDiskSpace","features":[525]},{"name":"msidbDialogAttributesUseCustomPalette","features":[525]},{"name":"msidbDialogAttributesVisible","features":[525]},{"name":"msidbEmbeddedHandlesBasic","features":[525]},{"name":"msidbEmbeddedUI","features":[525]},{"name":"msidbEmbeddedUIAttributes","features":[525]},{"name":"msidbFeatureAttributes","features":[525]},{"name":"msidbFeatureAttributesDisallowAdvertise","features":[525]},{"name":"msidbFeatureAttributesFavorAdvertise","features":[525]},{"name":"msidbFeatureAttributesFavorLocal","features":[525]},{"name":"msidbFeatureAttributesFavorSource","features":[525]},{"name":"msidbFeatureAttributesFollowParent","features":[525]},{"name":"msidbFeatureAttributesNoUnsupportedAdvertise","features":[525]},{"name":"msidbFeatureAttributesUIDisallowAbsent","features":[525]},{"name":"msidbFileAttributes","features":[525]},{"name":"msidbFileAttributesChecksum","features":[525]},{"name":"msidbFileAttributesCompressed","features":[525]},{"name":"msidbFileAttributesHidden","features":[525]},{"name":"msidbFileAttributesIsolatedComp","features":[525]},{"name":"msidbFileAttributesNoncompressed","features":[525]},{"name":"msidbFileAttributesPatchAdded","features":[525]},{"name":"msidbFileAttributesReadOnly","features":[525]},{"name":"msidbFileAttributesReserved0","features":[525]},{"name":"msidbFileAttributesReserved1","features":[525]},{"name":"msidbFileAttributesReserved2","features":[525]},{"name":"msidbFileAttributesReserved3","features":[525]},{"name":"msidbFileAttributesReserved4","features":[525]},{"name":"msidbFileAttributesSystem","features":[525]},{"name":"msidbFileAttributesVital","features":[525]},{"name":"msidbIniFileAction","features":[525]},{"name":"msidbIniFileActionAddLine","features":[525]},{"name":"msidbIniFileActionAddTag","features":[525]},{"name":"msidbIniFileActionCreateLine","features":[525]},{"name":"msidbIniFileActionRemoveLine","features":[525]},{"name":"msidbIniFileActionRemoveTag","features":[525]},{"name":"msidbLocatorType","features":[525]},{"name":"msidbLocatorType64bit","features":[525]},{"name":"msidbLocatorTypeDirectory","features":[525]},{"name":"msidbLocatorTypeFileName","features":[525]},{"name":"msidbLocatorTypeRawValue","features":[525]},{"name":"msidbMoveFileOptions","features":[525]},{"name":"msidbMoveFileOptionsMove","features":[525]},{"name":"msidbODBCDataSourceRegistration","features":[525]},{"name":"msidbODBCDataSourceRegistrationPerMachine","features":[525]},{"name":"msidbODBCDataSourceRegistrationPerUser","features":[525]},{"name":"msidbPatchAttributes","features":[525]},{"name":"msidbPatchAttributesNonVital","features":[525]},{"name":"msidbRegistryRoot","features":[525]},{"name":"msidbRegistryRootClassesRoot","features":[525]},{"name":"msidbRegistryRootCurrentUser","features":[525]},{"name":"msidbRegistryRootLocalMachine","features":[525]},{"name":"msidbRegistryRootUsers","features":[525]},{"name":"msidbRemoveFileInstallMode","features":[525]},{"name":"msidbRemoveFileInstallModeOnBoth","features":[525]},{"name":"msidbRemoveFileInstallModeOnInstall","features":[525]},{"name":"msidbRemoveFileInstallModeOnRemove","features":[525]},{"name":"msidbServiceConfigEvent","features":[525]},{"name":"msidbServiceConfigEventInstall","features":[525]},{"name":"msidbServiceConfigEventReinstall","features":[525]},{"name":"msidbServiceConfigEventUninstall","features":[525]},{"name":"msidbServiceControlEvent","features":[525]},{"name":"msidbServiceControlEventDelete","features":[525]},{"name":"msidbServiceControlEventStart","features":[525]},{"name":"msidbServiceControlEventStop","features":[525]},{"name":"msidbServiceControlEventUninstallDelete","features":[525]},{"name":"msidbServiceControlEventUninstallStart","features":[525]},{"name":"msidbServiceControlEventUninstallStop","features":[525]},{"name":"msidbServiceInstallErrorControl","features":[525]},{"name":"msidbServiceInstallErrorControlVital","features":[525]},{"name":"msidbSumInfoSourceType","features":[525]},{"name":"msidbSumInfoSourceTypeAdminImage","features":[525]},{"name":"msidbSumInfoSourceTypeCompressed","features":[525]},{"name":"msidbSumInfoSourceTypeLUAPackage","features":[525]},{"name":"msidbSumInfoSourceTypeSFN","features":[525]},{"name":"msidbTextStyleStyleBits","features":[525]},{"name":"msidbTextStyleStyleBitsBold","features":[525]},{"name":"msidbTextStyleStyleBitsItalic","features":[525]},{"name":"msidbTextStyleStyleBitsStrike","features":[525]},{"name":"msidbTextStyleStyleBitsUnderline","features":[525]},{"name":"msidbUpgradeAttributes","features":[525]},{"name":"msidbUpgradeAttributesIgnoreRemoveFailure","features":[525]},{"name":"msidbUpgradeAttributesLanguagesExclusive","features":[525]},{"name":"msidbUpgradeAttributesMigrateFeatures","features":[525]},{"name":"msidbUpgradeAttributesOnlyDetect","features":[525]},{"name":"msidbUpgradeAttributesVersionMaxInclusive","features":[525]},{"name":"msidbUpgradeAttributesVersionMinInclusive","features":[525]},{"name":"msifiFastInstallBits","features":[525]},{"name":"msifiFastInstallLessPrgMsg","features":[525]},{"name":"msifiFastInstallNoSR","features":[525]},{"name":"msifiFastInstallQuickCosting","features":[525]},{"name":"msirbRebootCustomActionReason","features":[525]},{"name":"msirbRebootDeferred","features":[525]},{"name":"msirbRebootForceRebootReason","features":[525]},{"name":"msirbRebootImmediate","features":[525]},{"name":"msirbRebootInUseFilesReason","features":[525]},{"name":"msirbRebootReason","features":[525]},{"name":"msirbRebootScheduleRebootReason","features":[525]},{"name":"msirbRebootType","features":[525]},{"name":"msirbRebootUndeterminedReason","features":[525]},{"name":"msmErrorDirCreate","features":[525]},{"name":"msmErrorExclusion","features":[525]},{"name":"msmErrorFeatureRequired","features":[525]},{"name":"msmErrorFileCreate","features":[525]},{"name":"msmErrorLanguageFailed","features":[525]},{"name":"msmErrorLanguageUnsupported","features":[525]},{"name":"msmErrorResequenceMerge","features":[525]},{"name":"msmErrorTableMerge","features":[525]},{"name":"msmErrorType","features":[525]}],"534":[{"name":"AVRF_BACKTRACE_INFORMATION","features":[526]},{"name":"AVRF_ENUM_RESOURCES_FLAGS_DONT_RESOLVE_TRACES","features":[526]},{"name":"AVRF_ENUM_RESOURCES_FLAGS_SUSPEND","features":[526]},{"name":"AVRF_HANDLEOPERATION_ENUMERATE_CALLBACK","features":[526]},{"name":"AVRF_HANDLE_OPERATION","features":[526]},{"name":"AVRF_HEAPALLOCATION_ENUMERATE_CALLBACK","features":[526]},{"name":"AVRF_HEAP_ALLOCATION","features":[526]},{"name":"AVRF_MAX_TRACES","features":[526]},{"name":"AVRF_RESOURCE_ENUMERATE_CALLBACK","features":[526]},{"name":"AllocationStateBusy","features":[526]},{"name":"AllocationStateFree","features":[526]},{"name":"AllocationStateUnknown","features":[526]},{"name":"AvrfResourceHandleTrace","features":[526]},{"name":"AvrfResourceHeapAllocation","features":[526]},{"name":"AvrfResourceMax","features":[526]},{"name":"HeapEnumerationEverything","features":[526]},{"name":"HeapEnumerationStop","features":[526]},{"name":"HeapFullPageHeap","features":[526]},{"name":"HeapMetadata","features":[526]},{"name":"HeapStateMask","features":[526]},{"name":"OperationDbBADREF","features":[526]},{"name":"OperationDbCLOSE","features":[526]},{"name":"OperationDbOPEN","features":[526]},{"name":"OperationDbUnused","features":[526]},{"name":"VERIFIER_ENUM_RESOURCE_FLAGS","features":[526]},{"name":"VerifierEnumerateResource","features":[307,526]},{"name":"eAvrfResourceTypes","features":[526]},{"name":"eHANDLE_TRACE_OPERATIONS","features":[526]},{"name":"eHeapAllocationState","features":[526]},{"name":"eHeapEnumerationLevel","features":[526]},{"name":"eUserAllocationState","features":[526]}],"535":[{"name":"CAccessiblityWinSAT","features":[527]},{"name":"CInitiateWinSAT","features":[527]},{"name":"CProvideWinSATVisuals","features":[527]},{"name":"CQueryAllWinSAT","features":[527]},{"name":"CQueryOEMWinSATCustomization","features":[527]},{"name":"CQueryWinSAT","features":[527]},{"name":"IAccessibleWinSAT","features":[527,358,528]},{"name":"IInitiateWinSATAssessment","features":[527]},{"name":"IProvideWinSATAssessmentInfo","features":[527,358]},{"name":"IProvideWinSATResultsInfo","features":[527,358]},{"name":"IProvideWinSATVisuals","features":[527]},{"name":"IQueryAllWinSATAssessments","features":[527,358]},{"name":"IQueryOEMWinSATCustomization","features":[527]},{"name":"IQueryRecentWinSATAssessment","features":[527,358]},{"name":"IWinSATInitiateEvents","features":[527]},{"name":"WINSAT_ASSESSMENT_CPU","features":[527]},{"name":"WINSAT_ASSESSMENT_D3D","features":[527]},{"name":"WINSAT_ASSESSMENT_DISK","features":[527]},{"name":"WINSAT_ASSESSMENT_GRAPHICS","features":[527]},{"name":"WINSAT_ASSESSMENT_MEMORY","features":[527]},{"name":"WINSAT_ASSESSMENT_STATE","features":[527]},{"name":"WINSAT_ASSESSMENT_STATE_INCOHERENT_WITH_HARDWARE","features":[527]},{"name":"WINSAT_ASSESSMENT_STATE_INVALID","features":[527]},{"name":"WINSAT_ASSESSMENT_STATE_MAX","features":[527]},{"name":"WINSAT_ASSESSMENT_STATE_MIN","features":[527]},{"name":"WINSAT_ASSESSMENT_STATE_NOT_AVAILABLE","features":[527]},{"name":"WINSAT_ASSESSMENT_STATE_UNKNOWN","features":[527]},{"name":"WINSAT_ASSESSMENT_STATE_VALID","features":[527]},{"name":"WINSAT_ASSESSMENT_TYPE","features":[527]},{"name":"WINSAT_BITMAP_SIZE","features":[527]},{"name":"WINSAT_BITMAP_SIZE_NORMAL","features":[527]},{"name":"WINSAT_BITMAP_SIZE_SMALL","features":[527]},{"name":"WINSAT_OEM_CUSTOMIZATION_STATE","features":[527]},{"name":"WINSAT_OEM_DATA_INVALID","features":[527]},{"name":"WINSAT_OEM_DATA_NON_SYS_CONFIG_MATCH","features":[527]},{"name":"WINSAT_OEM_DATA_VALID","features":[527]},{"name":"WINSAT_OEM_NO_DATA_SUPPLIED","features":[527]}],"536":[{"name":"APPDOMAIN_FORCE_TRIVIAL_WAIT_OPERATIONS","features":[529]},{"name":"APPDOMAIN_SECURITY_DEFAULT","features":[529]},{"name":"APPDOMAIN_SECURITY_FLAGS","features":[529]},{"name":"APPDOMAIN_SECURITY_FORBID_CROSSAD_REVERSE_PINVOKE","features":[529]},{"name":"APPDOMAIN_SECURITY_SANDBOXED","features":[529]},{"name":"AssemblyBindInfo","features":[529]},{"name":"BucketParamLength","features":[529]},{"name":"BucketParameterIndex","features":[529]},{"name":"BucketParameters","features":[307,529]},{"name":"BucketParamsCount","features":[529]},{"name":"CLRCreateInstance","features":[529]},{"name":"CLRCreateInstanceFnPtr","features":[529]},{"name":"CLRRuntimeHost","features":[529]},{"name":"CLR_ASSEMBLY_BUILD_VERSION","features":[529]},{"name":"CLR_ASSEMBLY_IDENTITY_FLAGS_DEFAULT","features":[529]},{"name":"CLR_ASSEMBLY_MAJOR_VERSION","features":[529]},{"name":"CLR_ASSEMBLY_MINOR_VERSION","features":[529]},{"name":"CLR_BUILD_VERSION","features":[529]},{"name":"CLR_DEBUGGING_MANAGED_EVENT_DEBUGGER_LAUNCH","features":[529]},{"name":"CLR_DEBUGGING_MANAGED_EVENT_PENDING","features":[529]},{"name":"CLR_DEBUGGING_PROCESS_FLAGS","features":[529]},{"name":"CLR_DEBUGGING_VERSION","features":[529]},{"name":"CLR_MAJOR_VERSION","features":[529]},{"name":"CLR_MINOR_VERSION","features":[529]},{"name":"CLSID_CLRDebugging","features":[529]},{"name":"CLSID_CLRDebuggingLegacy","features":[529]},{"name":"CLSID_CLRMetaHost","features":[529]},{"name":"CLSID_CLRMetaHostPolicy","features":[529]},{"name":"CLSID_CLRProfiling","features":[529]},{"name":"CLSID_CLRStrongName","features":[529]},{"name":"CLSID_RESOLUTION_DEFAULT","features":[529]},{"name":"CLSID_RESOLUTION_FLAGS","features":[529]},{"name":"CLSID_RESOLUTION_REGISTERED","features":[529]},{"name":"COR_GC_COUNTS","features":[529]},{"name":"COR_GC_MEMORYUSAGE","features":[529]},{"name":"COR_GC_STATS","features":[529]},{"name":"COR_GC_STAT_TYPES","features":[529]},{"name":"COR_GC_THREAD_HAS_PROMOTED_BYTES","features":[529]},{"name":"COR_GC_THREAD_STATS","features":[529]},{"name":"COR_GC_THREAD_STATS_TYPES","features":[529]},{"name":"CallFunctionShim","features":[529]},{"name":"CallbackThreadSetFnPtr","features":[529]},{"name":"CallbackThreadUnsetFnPtr","features":[529]},{"name":"ClrCreateManagedInstance","features":[529]},{"name":"ComCallUnmarshal","features":[529]},{"name":"ComCallUnmarshalV4","features":[529]},{"name":"CorBindToCurrentRuntime","features":[529]},{"name":"CorBindToRuntime","features":[529]},{"name":"CorBindToRuntimeByCfg","features":[529,358]},{"name":"CorBindToRuntimeEx","features":[529]},{"name":"CorBindToRuntimeHost","features":[529]},{"name":"CorExitProcess","features":[529]},{"name":"CorLaunchApplication","features":[307,529,342]},{"name":"CorMarkThreadInThreadPool","features":[529]},{"name":"CorRuntimeHost","features":[529]},{"name":"CreateDebuggingInterfaceFromVersion","features":[529]},{"name":"CreateInterfaceFnPtr","features":[529]},{"name":"CustomDumpItem","features":[529]},{"name":"DEPRECATED_CLR_API_MESG","features":[529]},{"name":"DUMP_FLAVOR_CriticalCLRState","features":[529]},{"name":"DUMP_FLAVOR_Default","features":[529]},{"name":"DUMP_FLAVOR_Mini","features":[529]},{"name":"DUMP_FLAVOR_NonHeapCLRState","features":[529]},{"name":"DUMP_ITEM_None","features":[529]},{"name":"EApiCategories","features":[529]},{"name":"EBindPolicyLevels","features":[529]},{"name":"ECLRAssemblyIdentityFlags","features":[529]},{"name":"EClrEvent","features":[529]},{"name":"EClrFailure","features":[529]},{"name":"EClrOperation","features":[529]},{"name":"EClrUnhandledException","features":[529]},{"name":"EContextType","features":[529]},{"name":"ECustomDumpFlavor","features":[529]},{"name":"ECustomDumpItemKind","features":[529]},{"name":"EHostApplicationPolicy","features":[529]},{"name":"EHostBindingPolicyModifyFlags","features":[529]},{"name":"EInitializeNewDomainFlags","features":[529]},{"name":"EMemoryAvailable","features":[529]},{"name":"EMemoryCriticalLevel","features":[529]},{"name":"EPolicyAction","features":[529]},{"name":"ESymbolReadingPolicy","features":[529]},{"name":"ETaskType","features":[529]},{"name":"Event_ClrDisabled","features":[529]},{"name":"Event_DomainUnload","features":[529]},{"name":"Event_MDAFired","features":[529]},{"name":"Event_StackOverflow","features":[529]},{"name":"FAIL_AccessViolation","features":[529]},{"name":"FAIL_CodeContract","features":[529]},{"name":"FAIL_CriticalResource","features":[529]},{"name":"FAIL_FatalRuntime","features":[529]},{"name":"FAIL_NonCriticalResource","features":[529]},{"name":"FAIL_OrphanedLock","features":[529]},{"name":"FAIL_StackOverflow","features":[529]},{"name":"FExecuteInAppDomainCallback","features":[529]},{"name":"FLockClrVersionCallback","features":[529]},{"name":"GetCLRIdentityManager","features":[529]},{"name":"GetCORRequiredVersion","features":[529]},{"name":"GetCORSystemDirectory","features":[529]},{"name":"GetCORVersion","features":[529]},{"name":"GetFileVersion","features":[529]},{"name":"GetRealProcAddress","features":[529]},{"name":"GetRequestedRuntimeInfo","features":[529]},{"name":"GetRequestedRuntimeVersion","features":[529]},{"name":"GetRequestedRuntimeVersionForCLSID","features":[529]},{"name":"GetVersionFromProcess","features":[307,529]},{"name":"HOST_APPLICATION_BINDING_POLICY","features":[529]},{"name":"HOST_BINDING_POLICY_MODIFY_CHAIN","features":[529]},{"name":"HOST_BINDING_POLICY_MODIFY_DEFAULT","features":[529]},{"name":"HOST_BINDING_POLICY_MODIFY_MAX","features":[529]},{"name":"HOST_BINDING_POLICY_MODIFY_REMOVE","features":[529]},{"name":"HOST_TYPE","features":[529]},{"name":"HOST_TYPE_APPLAUNCH","features":[529]},{"name":"HOST_TYPE_CORFLAG","features":[529]},{"name":"HOST_TYPE_DEFAULT","features":[529]},{"name":"IActionOnCLREvent","features":[529]},{"name":"IApartmentCallback","features":[529]},{"name":"IAppDomainBinding","features":[529]},{"name":"ICLRAppDomainResourceMonitor","features":[529]},{"name":"ICLRAssemblyIdentityManager","features":[529]},{"name":"ICLRAssemblyReferenceList","features":[529]},{"name":"ICLRControl","features":[529]},{"name":"ICLRDebugManager","features":[529]},{"name":"ICLRDebugging","features":[529]},{"name":"ICLRDebuggingLibraryProvider","features":[529]},{"name":"ICLRDomainManager","features":[529]},{"name":"ICLRErrorReportingManager","features":[529]},{"name":"ICLRGCManager","features":[529]},{"name":"ICLRGCManager2","features":[529]},{"name":"ICLRHostBindingPolicyManager","features":[529]},{"name":"ICLRHostProtectionManager","features":[529]},{"name":"ICLRIoCompletionManager","features":[529]},{"name":"ICLRMemoryNotificationCallback","features":[529]},{"name":"ICLRMetaHost","features":[529]},{"name":"ICLRMetaHostPolicy","features":[529]},{"name":"ICLROnEventManager","features":[529]},{"name":"ICLRPolicyManager","features":[529]},{"name":"ICLRProbingAssemblyEnum","features":[529]},{"name":"ICLRProfiling","features":[529]},{"name":"ICLRReferenceAssemblyEnum","features":[529]},{"name":"ICLRRuntimeHost","features":[529]},{"name":"ICLRRuntimeInfo","features":[529]},{"name":"ICLRStrongName","features":[529]},{"name":"ICLRStrongName2","features":[529]},{"name":"ICLRStrongName3","features":[529]},{"name":"ICLRSyncManager","features":[529]},{"name":"ICLRTask","features":[529]},{"name":"ICLRTask2","features":[529]},{"name":"ICLRTaskManager","features":[529]},{"name":"ICatalogServices","features":[529]},{"name":"ICorConfiguration","features":[529]},{"name":"ICorRuntimeHost","features":[529]},{"name":"ICorThreadpool","features":[529]},{"name":"IDebuggerInfo","features":[529]},{"name":"IDebuggerThreadControl","features":[529]},{"name":"IGCHost","features":[529]},{"name":"IGCHost2","features":[529]},{"name":"IGCHostControl","features":[529]},{"name":"IGCThreadControl","features":[529]},{"name":"IHostAssemblyManager","features":[529]},{"name":"IHostAssemblyStore","features":[529]},{"name":"IHostAutoEvent","features":[529]},{"name":"IHostControl","features":[529]},{"name":"IHostCrst","features":[529]},{"name":"IHostGCManager","features":[529]},{"name":"IHostIoCompletionManager","features":[529]},{"name":"IHostMalloc","features":[529]},{"name":"IHostManualEvent","features":[529]},{"name":"IHostMemoryManager","features":[529]},{"name":"IHostPolicyManager","features":[529]},{"name":"IHostSecurityContext","features":[529]},{"name":"IHostSecurityManager","features":[529]},{"name":"IHostSemaphore","features":[529]},{"name":"IHostSyncManager","features":[529]},{"name":"IHostTask","features":[529]},{"name":"IHostTaskManager","features":[529]},{"name":"IHostThreadpoolManager","features":[529]},{"name":"IManagedObject","features":[529]},{"name":"IObjectHandle","features":[529]},{"name":"ITypeName","features":[529]},{"name":"ITypeNameBuilder","features":[529]},{"name":"ITypeNameFactory","features":[529]},{"name":"InvalidBucketParamIndex","features":[529]},{"name":"LIBID_mscoree","features":[529]},{"name":"LoadLibraryShim","features":[307,529]},{"name":"LoadStringRC","features":[529]},{"name":"LoadStringRCEx","features":[529]},{"name":"LockClrVersion","features":[529]},{"name":"MALLOC_EXECUTABLE","features":[529]},{"name":"MALLOC_THREADSAFE","features":[529]},{"name":"MALLOC_TYPE","features":[529]},{"name":"MDAInfo","features":[529]},{"name":"METAHOST_CONFIG_FLAGS","features":[529]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_FALSE","features":[529]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_MASK","features":[529]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_TRUE","features":[529]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_UNSET","features":[529]},{"name":"METAHOST_POLICY_APPLY_UPGRADE_POLICY","features":[529]},{"name":"METAHOST_POLICY_EMULATE_EXE_LAUNCH","features":[529]},{"name":"METAHOST_POLICY_ENSURE_SKU_SUPPORTED","features":[529]},{"name":"METAHOST_POLICY_FLAGS","features":[529]},{"name":"METAHOST_POLICY_HIGHCOMPAT","features":[529]},{"name":"METAHOST_POLICY_IGNORE_ERROR_MODE","features":[529]},{"name":"METAHOST_POLICY_SHOW_ERROR_DIALOG","features":[529]},{"name":"METAHOST_POLICY_USE_PROCESS_IMAGE_PATH","features":[529]},{"name":"MaxClrEvent","features":[529]},{"name":"MaxClrFailure","features":[529]},{"name":"MaxClrOperation","features":[529]},{"name":"MaxPolicyAction","features":[529]},{"name":"ModuleBindInfo","features":[529]},{"name":"OPR_AppDomainRudeUnload","features":[529]},{"name":"OPR_AppDomainUnload","features":[529]},{"name":"OPR_FinalizerRun","features":[529]},{"name":"OPR_ProcessExit","features":[529]},{"name":"OPR_ThreadAbort","features":[529]},{"name":"OPR_ThreadRudeAbortInCriticalRegion","features":[529]},{"name":"OPR_ThreadRudeAbortInNonCriticalRegion","features":[529]},{"name":"PTLS_CALLBACK_FUNCTION","features":[529]},{"name":"Parameter1","features":[529]},{"name":"Parameter2","features":[529]},{"name":"Parameter3","features":[529]},{"name":"Parameter4","features":[529]},{"name":"Parameter5","features":[529]},{"name":"Parameter6","features":[529]},{"name":"Parameter7","features":[529]},{"name":"Parameter8","features":[529]},{"name":"Parameter9","features":[529]},{"name":"RUNTIME_INFO_DONT_RETURN_DIRECTORY","features":[529]},{"name":"RUNTIME_INFO_DONT_RETURN_VERSION","features":[529]},{"name":"RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG","features":[529]},{"name":"RUNTIME_INFO_FLAGS","features":[529]},{"name":"RUNTIME_INFO_IGNORE_ERROR_MODE","features":[529]},{"name":"RUNTIME_INFO_REQUEST_AMD64","features":[529]},{"name":"RUNTIME_INFO_REQUEST_ARM64","features":[529]},{"name":"RUNTIME_INFO_REQUEST_IA64","features":[529]},{"name":"RUNTIME_INFO_REQUEST_X86","features":[529]},{"name":"RUNTIME_INFO_UPGRADE_VERSION","features":[529]},{"name":"RunDll32ShimW","features":[307,529]},{"name":"RuntimeLoadedCallbackFnPtr","features":[529]},{"name":"SO_ClrEngine","features":[529]},{"name":"SO_Managed","features":[529]},{"name":"SO_Other","features":[529]},{"name":"STARTUP_ALWAYSFLOW_IMPERSONATION","features":[529]},{"name":"STARTUP_ARM","features":[529]},{"name":"STARTUP_CONCURRENT_GC","features":[529]},{"name":"STARTUP_DISABLE_COMMITTHREADSTACK","features":[529]},{"name":"STARTUP_ETW","features":[529]},{"name":"STARTUP_FLAGS","features":[529]},{"name":"STARTUP_HOARD_GC_VM","features":[529]},{"name":"STARTUP_LEGACY_IMPERSONATION","features":[529]},{"name":"STARTUP_LOADER_OPTIMIZATION_MASK","features":[529]},{"name":"STARTUP_LOADER_OPTIMIZATION_MULTI_DOMAIN","features":[529]},{"name":"STARTUP_LOADER_OPTIMIZATION_MULTI_DOMAIN_HOST","features":[529]},{"name":"STARTUP_LOADER_OPTIMIZATION_SINGLE_DOMAIN","features":[529]},{"name":"STARTUP_LOADER_SAFEMODE","features":[529]},{"name":"STARTUP_LOADER_SETPREFERENCE","features":[529]},{"name":"STARTUP_SERVER_GC","features":[529]},{"name":"STARTUP_SINGLE_VERSION_HOSTING_INTERFACE","features":[529]},{"name":"STARTUP_TRIM_GC_COMMIT","features":[529]},{"name":"StackOverflowInfo","features":[307,529,336,313]},{"name":"StackOverflowType","features":[529]},{"name":"TT_ADUNLOAD","features":[529]},{"name":"TT_DEBUGGERHELPER","features":[529]},{"name":"TT_FINALIZER","features":[529]},{"name":"TT_GC","features":[529]},{"name":"TT_THREADPOOL_GATE","features":[529]},{"name":"TT_THREADPOOL_IOCOMPLETION","features":[529]},{"name":"TT_THREADPOOL_TIMER","features":[529]},{"name":"TT_THREADPOOL_WAIT","features":[529]},{"name":"TT_THREADPOOL_WORKER","features":[529]},{"name":"TT_UNKNOWN","features":[529]},{"name":"TT_USER","features":[529]},{"name":"TypeNameFactory","features":[529]},{"name":"WAIT_ALERTABLE","features":[529]},{"name":"WAIT_MSGPUMP","features":[529]},{"name":"WAIT_NOTINDEADLOCK","features":[529]},{"name":"WAIT_OPTION","features":[529]},{"name":"eAbortThread","features":[529]},{"name":"eAll","features":[529]},{"name":"eAppDomainCritical","features":[529]},{"name":"eCurrentContext","features":[529]},{"name":"eDisableRuntime","features":[529]},{"name":"eExitProcess","features":[529]},{"name":"eExternalProcessMgmt","features":[529]},{"name":"eExternalThreading","features":[529]},{"name":"eFastExitProcess","features":[529]},{"name":"eHostDeterminedPolicy","features":[529]},{"name":"eInitializeNewDomainFlags_NoSecurityChanges","features":[529]},{"name":"eInitializeNewDomainFlags_None","features":[529]},{"name":"eMayLeakOnAbort","features":[529]},{"name":"eMemoryAvailableHigh","features":[529]},{"name":"eMemoryAvailableLow","features":[529]},{"name":"eMemoryAvailableNeutral","features":[529]},{"name":"eNoAction","features":[529]},{"name":"eNoChecks","features":[529]},{"name":"ePolicyLevelAdmin","features":[529]},{"name":"ePolicyLevelApp","features":[529]},{"name":"ePolicyLevelHost","features":[529]},{"name":"ePolicyLevelNone","features":[529]},{"name":"ePolicyLevelPublisher","features":[529]},{"name":"ePolicyLevelRetargetable","features":[529]},{"name":"ePolicyPortability","features":[529]},{"name":"ePolicyUnifiedToCLR","features":[529]},{"name":"eProcessCritical","features":[529]},{"name":"eRestrictedContext","features":[529]},{"name":"eRudeAbortThread","features":[529]},{"name":"eRudeExitProcess","features":[529]},{"name":"eRudeUnloadAppDomain","features":[529]},{"name":"eRuntimeDeterminedPolicy","features":[529]},{"name":"eSecurityInfrastructure","features":[529]},{"name":"eSelfAffectingProcessMgmt","features":[529]},{"name":"eSelfAffectingThreading","features":[529]},{"name":"eSharedState","features":[529]},{"name":"eSymbolReadingAlways","features":[529]},{"name":"eSymbolReadingFullTrustOnly","features":[529]},{"name":"eSymbolReadingNever","features":[529]},{"name":"eSynchronization","features":[529]},{"name":"eTaskCritical","features":[529]},{"name":"eThrowException","features":[529]},{"name":"eUI","features":[529]},{"name":"eUnloadAppDomain","features":[529]}],"537":[{"name":"ADVANCED_FEATURE_FLAGS","features":[358]},{"name":"ADVF","features":[358]},{"name":"ADVFCACHE_FORCEBUILTIN","features":[358]},{"name":"ADVFCACHE_NOHANDLER","features":[358]},{"name":"ADVFCACHE_ONSAVE","features":[358]},{"name":"ADVF_DATAONSTOP","features":[358]},{"name":"ADVF_NODATA","features":[358]},{"name":"ADVF_ONLYONCE","features":[358]},{"name":"ADVF_PRIMEFIRST","features":[358]},{"name":"APPIDREGFLAGS_AAA_NO_IMPLICIT_ACTIVATE_AS_IU","features":[358]},{"name":"APPIDREGFLAGS_ACTIVATE_IUSERVER_INDESKTOP","features":[358]},{"name":"APPIDREGFLAGS_ISSUE_ACTIVATION_RPC_AT_IDENTIFY","features":[358]},{"name":"APPIDREGFLAGS_IUSERVER_ACTIVATE_IN_CLIENT_SESSION_ONLY","features":[358]},{"name":"APPIDREGFLAGS_IUSERVER_SELF_SID_IN_LAUNCH_PERMISSION","features":[358]},{"name":"APPIDREGFLAGS_IUSERVER_UNMODIFIED_LOGON_TOKEN","features":[358]},{"name":"APPIDREGFLAGS_RESERVED1","features":[358]},{"name":"APPIDREGFLAGS_RESERVED2","features":[358]},{"name":"APPIDREGFLAGS_RESERVED3","features":[358]},{"name":"APPIDREGFLAGS_RESERVED4","features":[358]},{"name":"APPIDREGFLAGS_RESERVED5","features":[358]},{"name":"APPIDREGFLAGS_RESERVED7","features":[358]},{"name":"APPIDREGFLAGS_RESERVED8","features":[358]},{"name":"APPIDREGFLAGS_RESERVED9","features":[358]},{"name":"APPIDREGFLAGS_SECURE_SERVER_PROCESS_SD_AND_BIND","features":[358]},{"name":"APTTYPE","features":[358]},{"name":"APTTYPEQUALIFIER","features":[358]},{"name":"APTTYPEQUALIFIER_APPLICATION_STA","features":[358]},{"name":"APTTYPEQUALIFIER_IMPLICIT_MTA","features":[358]},{"name":"APTTYPEQUALIFIER_NA_ON_IMPLICIT_MTA","features":[358]},{"name":"APTTYPEQUALIFIER_NA_ON_MAINSTA","features":[358]},{"name":"APTTYPEQUALIFIER_NA_ON_MTA","features":[358]},{"name":"APTTYPEQUALIFIER_NA_ON_STA","features":[358]},{"name":"APTTYPEQUALIFIER_NONE","features":[358]},{"name":"APTTYPEQUALIFIER_RESERVED_1","features":[358]},{"name":"APTTYPE_CURRENT","features":[358]},{"name":"APTTYPE_MAINSTA","features":[358]},{"name":"APTTYPE_MTA","features":[358]},{"name":"APTTYPE_NA","features":[358]},{"name":"APTTYPE_STA","features":[358]},{"name":"ASYNC_MODE_COMPATIBILITY","features":[358]},{"name":"ASYNC_MODE_DEFAULT","features":[358]},{"name":"AUTHENTICATEINFO","features":[358]},{"name":"ApplicationType","features":[358]},{"name":"AsyncIAdviseSink","features":[358]},{"name":"AsyncIAdviseSink2","features":[358]},{"name":"AsyncIMultiQI","features":[358]},{"name":"AsyncIPipeByte","features":[358]},{"name":"AsyncIPipeDouble","features":[358]},{"name":"AsyncIPipeLong","features":[358]},{"name":"AsyncIUnknown","features":[358]},{"name":"BINDINFO","features":[307,318,310,387]},{"name":"BINDINFOF","features":[358]},{"name":"BINDINFOF_URLENCODEDEXTRAINFO","features":[358]},{"name":"BINDINFOF_URLENCODESTGMEDDATA","features":[358]},{"name":"BINDPTR","features":[307,358,359,360]},{"name":"BIND_FLAGS","features":[358]},{"name":"BIND_JUSTTESTEXISTENCE","features":[358]},{"name":"BIND_MAYBOTHERUSER","features":[358]},{"name":"BIND_OPTS","features":[358]},{"name":"BIND_OPTS2","features":[358]},{"name":"BIND_OPTS3","features":[307,358]},{"name":"BLOB","features":[358]},{"name":"BYTE_BLOB","features":[358]},{"name":"BYTE_SIZEDARR","features":[358]},{"name":"BindMoniker","features":[358]},{"name":"CALLCONV","features":[358]},{"name":"CALLTYPE","features":[358]},{"name":"CALLTYPE_ASYNC","features":[358]},{"name":"CALLTYPE_ASYNC_CALLPENDING","features":[358]},{"name":"CALLTYPE_NESTED","features":[358]},{"name":"CALLTYPE_TOPLEVEL","features":[358]},{"name":"CALLTYPE_TOPLEVEL_CALLPENDING","features":[358]},{"name":"CATEGORYINFO","features":[358]},{"name":"CC_CDECL","features":[358]},{"name":"CC_FASTCALL","features":[358]},{"name":"CC_FPFASTCALL","features":[358]},{"name":"CC_MACPASCAL","features":[358]},{"name":"CC_MAX","features":[358]},{"name":"CC_MPWCDECL","features":[358]},{"name":"CC_MPWPASCAL","features":[358]},{"name":"CC_MSCPASCAL","features":[358]},{"name":"CC_PASCAL","features":[358]},{"name":"CC_STDCALL","features":[358]},{"name":"CC_SYSCALL","features":[358]},{"name":"CLSCTX","features":[358]},{"name":"CLSCTX_ACTIVATE_32_BIT_SERVER","features":[358]},{"name":"CLSCTX_ACTIVATE_64_BIT_SERVER","features":[358]},{"name":"CLSCTX_ACTIVATE_AAA_AS_IU","features":[358]},{"name":"CLSCTX_ACTIVATE_ARM32_SERVER","features":[358]},{"name":"CLSCTX_ACTIVATE_X86_SERVER","features":[358]},{"name":"CLSCTX_ALL","features":[358]},{"name":"CLSCTX_ALLOW_LOWER_TRUST_REGISTRATION","features":[358]},{"name":"CLSCTX_APPCONTAINER","features":[358]},{"name":"CLSCTX_DISABLE_AAA","features":[358]},{"name":"CLSCTX_ENABLE_AAA","features":[358]},{"name":"CLSCTX_ENABLE_CLOAKING","features":[358]},{"name":"CLSCTX_ENABLE_CODE_DOWNLOAD","features":[358]},{"name":"CLSCTX_FROM_DEFAULT_CONTEXT","features":[358]},{"name":"CLSCTX_INPROC_HANDLER","features":[358]},{"name":"CLSCTX_INPROC_HANDLER16","features":[358]},{"name":"CLSCTX_INPROC_SERVER","features":[358]},{"name":"CLSCTX_INPROC_SERVER16","features":[358]},{"name":"CLSCTX_LOCAL_SERVER","features":[358]},{"name":"CLSCTX_NO_CODE_DOWNLOAD","features":[358]},{"name":"CLSCTX_NO_CUSTOM_MARSHAL","features":[358]},{"name":"CLSCTX_NO_FAILURE_LOG","features":[358]},{"name":"CLSCTX_PS_DLL","features":[358]},{"name":"CLSCTX_REMOTE_SERVER","features":[358]},{"name":"CLSCTX_RESERVED1","features":[358]},{"name":"CLSCTX_RESERVED2","features":[358]},{"name":"CLSCTX_RESERVED3","features":[358]},{"name":"CLSCTX_RESERVED4","features":[358]},{"name":"CLSCTX_RESERVED5","features":[358]},{"name":"CLSCTX_RESERVED6","features":[358]},{"name":"CLSCTX_SERVER","features":[358]},{"name":"CLSIDFromProgID","features":[358]},{"name":"CLSIDFromProgIDEx","features":[358]},{"name":"CLSIDFromString","features":[358]},{"name":"CLSID_GlobalOptions","features":[358]},{"name":"COAUTHIDENTITY","features":[358]},{"name":"COAUTHINFO","features":[358]},{"name":"COINIT","features":[358]},{"name":"COINITBASE","features":[358]},{"name":"COINITBASE_MULTITHREADED","features":[358]},{"name":"COINIT_APARTMENTTHREADED","features":[358]},{"name":"COINIT_DISABLE_OLE1DDE","features":[358]},{"name":"COINIT_MULTITHREADED","features":[358]},{"name":"COINIT_SPEED_OVER_MEMORY","features":[358]},{"name":"COLE_DEFAULT_AUTHINFO","features":[358]},{"name":"COLE_DEFAULT_PRINCIPAL","features":[358]},{"name":"COMBND_RESERVED1","features":[358]},{"name":"COMBND_RESERVED2","features":[358]},{"name":"COMBND_RESERVED3","features":[358]},{"name":"COMBND_RESERVED4","features":[358]},{"name":"COMBND_RPCTIMEOUT","features":[358]},{"name":"COMBND_SERVER_LOCALITY","features":[358]},{"name":"COMGLB_APPID","features":[358]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE","features":[358]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE_ANY","features":[358]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE_FATAL","features":[358]},{"name":"COMGLB_EXCEPTION_HANDLE","features":[358]},{"name":"COMGLB_EXCEPTION_HANDLING","features":[358]},{"name":"COMGLB_FAST_RUNDOWN","features":[358]},{"name":"COMGLB_PROPERTIES_RESERVED1","features":[358]},{"name":"COMGLB_PROPERTIES_RESERVED2","features":[358]},{"name":"COMGLB_PROPERTIES_RESERVED3","features":[358]},{"name":"COMGLB_RESERVED1","features":[358]},{"name":"COMGLB_RESERVED2","features":[358]},{"name":"COMGLB_RESERVED3","features":[358]},{"name":"COMGLB_RESERVED4","features":[358]},{"name":"COMGLB_RESERVED5","features":[358]},{"name":"COMGLB_RESERVED6","features":[358]},{"name":"COMGLB_RO_SETTINGS","features":[358]},{"name":"COMGLB_RPC_THREADPOOL_SETTING","features":[358]},{"name":"COMGLB_RPC_THREADPOOL_SETTING_DEFAULT_POOL","features":[358]},{"name":"COMGLB_RPC_THREADPOOL_SETTING_PRIVATE_POOL","features":[358]},{"name":"COMGLB_STA_MODALLOOP_REMOVE_TOUCH_MESSAGES","features":[358]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_DONOT_REMOVE_INPUT_MESSAGES","features":[358]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_REMOVE_INPUT_MESSAGES","features":[358]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_REORDER_POINTER_MESSAGES","features":[358]},{"name":"COMGLB_UNMARSHALING_POLICY","features":[358]},{"name":"COMGLB_UNMARSHALING_POLICY_HYBRID","features":[358]},{"name":"COMGLB_UNMARSHALING_POLICY_NORMAL","features":[358]},{"name":"COMGLB_UNMARSHALING_POLICY_STRONG","features":[358]},{"name":"COMSD","features":[358]},{"name":"COM_RIGHTS_ACTIVATE_LOCAL","features":[358]},{"name":"COM_RIGHTS_ACTIVATE_REMOTE","features":[358]},{"name":"COM_RIGHTS_EXECUTE","features":[358]},{"name":"COM_RIGHTS_EXECUTE_LOCAL","features":[358]},{"name":"COM_RIGHTS_EXECUTE_REMOTE","features":[358]},{"name":"COM_RIGHTS_RESERVED1","features":[358]},{"name":"COM_RIGHTS_RESERVED2","features":[358]},{"name":"CONNECTDATA","features":[358]},{"name":"COSERVERINFO","features":[358]},{"name":"COWAIT_ALERTABLE","features":[358]},{"name":"COWAIT_DEFAULT","features":[358]},{"name":"COWAIT_DISPATCH_CALLS","features":[358]},{"name":"COWAIT_DISPATCH_WINDOW_MESSAGES","features":[358]},{"name":"COWAIT_FLAGS","features":[358]},{"name":"COWAIT_INPUTAVAILABLE","features":[358]},{"name":"COWAIT_WAITALL","features":[358]},{"name":"CO_DEVICE_CATALOG_COOKIE","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTES","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_1","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_10","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_11","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_12","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_13","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_14","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_15","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_16","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_17","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_18","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_2","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_3","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_4","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_5","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_6","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_7","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_8","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_9","features":[358]},{"name":"CO_MARSHALING_SOURCE_IS_APP_CONTAINER","features":[358]},{"name":"CO_MTA_USAGE_COOKIE","features":[358]},{"name":"CSPLATFORM","features":[358]},{"name":"CUSTDATA","features":[307,358,359,360]},{"name":"CUSTDATAITEM","features":[307,358,359,360]},{"name":"CWMO_DEFAULT","features":[358]},{"name":"CWMO_DISPATCH_CALLS","features":[358]},{"name":"CWMO_DISPATCH_WINDOW_MESSAGES","features":[358]},{"name":"CWMO_FLAGS","features":[358]},{"name":"CWMO_MAX_HANDLES","features":[358]},{"name":"CY","features":[358]},{"name":"CoAddRefServerProcess","features":[358]},{"name":"CoAllowSetForegroundWindow","features":[358]},{"name":"CoAllowUnmarshalerCLSID","features":[358]},{"name":"CoBuildVersion","features":[358]},{"name":"CoCancelCall","features":[358]},{"name":"CoCopyProxy","features":[358]},{"name":"CoCreateFreeThreadedMarshaler","features":[358]},{"name":"CoCreateGuid","features":[358]},{"name":"CoCreateInstance","features":[358]},{"name":"CoCreateInstanceEx","features":[358]},{"name":"CoCreateInstanceFromApp","features":[358]},{"name":"CoDecrementMTAUsage","features":[358]},{"name":"CoDisableCallCancellation","features":[358]},{"name":"CoDisconnectContext","features":[358]},{"name":"CoDisconnectObject","features":[358]},{"name":"CoDosDateTimeToFileTime","features":[307,358]},{"name":"CoEnableCallCancellation","features":[358]},{"name":"CoFileTimeNow","features":[307,358]},{"name":"CoFileTimeToDosDateTime","features":[307,358]},{"name":"CoFreeAllLibraries","features":[358]},{"name":"CoFreeLibrary","features":[307,358]},{"name":"CoFreeUnusedLibraries","features":[358]},{"name":"CoFreeUnusedLibrariesEx","features":[358]},{"name":"CoGetApartmentType","features":[358]},{"name":"CoGetCallContext","features":[358]},{"name":"CoGetCallerTID","features":[358]},{"name":"CoGetCancelObject","features":[358]},{"name":"CoGetClassObject","features":[358]},{"name":"CoGetContextToken","features":[358]},{"name":"CoGetCurrentLogicalThreadId","features":[358]},{"name":"CoGetCurrentProcess","features":[358]},{"name":"CoGetMalloc","features":[358]},{"name":"CoGetObject","features":[358]},{"name":"CoGetObjectContext","features":[358]},{"name":"CoGetPSClsid","features":[358]},{"name":"CoGetSystemSecurityPermissions","features":[310,358]},{"name":"CoGetTreatAsClass","features":[358]},{"name":"CoImpersonateClient","features":[358]},{"name":"CoIncrementMTAUsage","features":[358]},{"name":"CoInitialize","features":[358]},{"name":"CoInitializeEx","features":[358]},{"name":"CoInitializeSecurity","features":[310,358]},{"name":"CoInstall","features":[358]},{"name":"CoInvalidateRemoteMachineBindings","features":[358]},{"name":"CoIsHandlerConnected","features":[307,358]},{"name":"CoIsOle1Class","features":[307,358]},{"name":"CoLoadLibrary","features":[307,358]},{"name":"CoLockObjectExternal","features":[307,358]},{"name":"CoQueryAuthenticationServices","features":[358]},{"name":"CoQueryClientBlanket","features":[358]},{"name":"CoQueryProxyBlanket","features":[358]},{"name":"CoRegisterActivationFilter","features":[358]},{"name":"CoRegisterChannelHook","features":[358]},{"name":"CoRegisterClassObject","features":[358]},{"name":"CoRegisterDeviceCatalog","features":[358]},{"name":"CoRegisterInitializeSpy","features":[358]},{"name":"CoRegisterMallocSpy","features":[358]},{"name":"CoRegisterPSClsid","features":[358]},{"name":"CoRegisterSurrogate","features":[358]},{"name":"CoReleaseServerProcess","features":[358]},{"name":"CoResumeClassObjects","features":[358]},{"name":"CoRevertToSelf","features":[358]},{"name":"CoRevokeClassObject","features":[358]},{"name":"CoRevokeDeviceCatalog","features":[358]},{"name":"CoRevokeInitializeSpy","features":[358]},{"name":"CoRevokeMallocSpy","features":[358]},{"name":"CoSetCancelObject","features":[358]},{"name":"CoSetProxyBlanket","features":[358]},{"name":"CoSuspendClassObjects","features":[358]},{"name":"CoSwitchCallContext","features":[358]},{"name":"CoTaskMemAlloc","features":[358]},{"name":"CoTaskMemFree","features":[358]},{"name":"CoTaskMemRealloc","features":[358]},{"name":"CoTestCancel","features":[358]},{"name":"CoTreatAsClass","features":[358]},{"name":"CoUninitialize","features":[358]},{"name":"CoWaitForMultipleHandles","features":[307,358]},{"name":"CoWaitForMultipleObjects","features":[307,358]},{"name":"ComCallData","features":[358]},{"name":"ContextProperty","features":[358]},{"name":"CreateAntiMoniker","features":[358]},{"name":"CreateBindCtx","features":[358]},{"name":"CreateClassMoniker","features":[358]},{"name":"CreateDataAdviseHolder","features":[358]},{"name":"CreateDataCache","features":[358]},{"name":"CreateFileMoniker","features":[358]},{"name":"CreateGenericComposite","features":[358]},{"name":"CreateIUriBuilder","features":[358]},{"name":"CreateItemMoniker","features":[358]},{"name":"CreateObjrefMoniker","features":[358]},{"name":"CreatePointerMoniker","features":[358]},{"name":"CreateStdProgressIndicator","features":[307,358]},{"name":"CreateUri","features":[358]},{"name":"CreateUriFromMultiByteString","features":[358]},{"name":"CreateUriWithFragment","features":[358]},{"name":"DATADIR","features":[358]},{"name":"DATADIR_GET","features":[358]},{"name":"DATADIR_SET","features":[358]},{"name":"DCOMSCM_ACTIVATION_DISALLOW_UNSECURE_CALL","features":[358]},{"name":"DCOMSCM_ACTIVATION_USE_ALL_AUTHNSERVICES","features":[358]},{"name":"DCOMSCM_PING_DISALLOW_UNSECURE_CALL","features":[358]},{"name":"DCOMSCM_PING_USE_MID_AUTHNSERVICE","features":[358]},{"name":"DCOMSCM_RESOLVE_DISALLOW_UNSECURE_CALL","features":[358]},{"name":"DCOMSCM_RESOLVE_USE_ALL_AUTHNSERVICES","features":[358]},{"name":"DCOM_CALL_CANCELED","features":[358]},{"name":"DCOM_CALL_COMPLETE","features":[358]},{"name":"DCOM_CALL_STATE","features":[358]},{"name":"DCOM_NONE","features":[358]},{"name":"DESCKIND","features":[358]},{"name":"DESCKIND_FUNCDESC","features":[358]},{"name":"DESCKIND_IMPLICITAPPOBJ","features":[358]},{"name":"DESCKIND_MAX","features":[358]},{"name":"DESCKIND_NONE","features":[358]},{"name":"DESCKIND_TYPECOMP","features":[358]},{"name":"DESCKIND_VARDESC","features":[358]},{"name":"DISPATCH_FLAGS","features":[358]},{"name":"DISPATCH_METHOD","features":[358]},{"name":"DISPATCH_PROPERTYGET","features":[358]},{"name":"DISPATCH_PROPERTYPUT","features":[358]},{"name":"DISPATCH_PROPERTYPUTREF","features":[358]},{"name":"DISPPARAMS","features":[307,358,359,360]},{"name":"DMUS_ERRBASE","features":[358]},{"name":"DVASPECT","features":[358]},{"name":"DVASPECT_CONTENT","features":[358]},{"name":"DVASPECT_DOCPRINT","features":[358]},{"name":"DVASPECT_ICON","features":[358]},{"name":"DVASPECT_OPAQUE","features":[358]},{"name":"DVASPECT_THUMBNAIL","features":[358]},{"name":"DVASPECT_TRANSPARENT","features":[358]},{"name":"DVTARGETDEVICE","features":[358]},{"name":"DWORD_BLOB","features":[358]},{"name":"DWORD_SIZEDARR","features":[358]},{"name":"DcomChannelSetHResult","features":[358]},{"name":"ELEMDESC","features":[307,358,359,360]},{"name":"EOAC_ACCESS_CONTROL","features":[358]},{"name":"EOAC_ANY_AUTHORITY","features":[358]},{"name":"EOAC_APPID","features":[358]},{"name":"EOAC_AUTO_IMPERSONATE","features":[358]},{"name":"EOAC_DEFAULT","features":[358]},{"name":"EOAC_DISABLE_AAA","features":[358]},{"name":"EOAC_DYNAMIC","features":[358]},{"name":"EOAC_DYNAMIC_CLOAKING","features":[358]},{"name":"EOAC_MAKE_FULLSIC","features":[358]},{"name":"EOAC_MUTUAL_AUTH","features":[358]},{"name":"EOAC_NONE","features":[358]},{"name":"EOAC_NO_CUSTOM_MARSHAL","features":[358]},{"name":"EOAC_REQUIRE_FULLSIC","features":[358]},{"name":"EOAC_RESERVED1","features":[358]},{"name":"EOAC_SECURE_REFS","features":[358]},{"name":"EOAC_STATIC_CLOAKING","features":[358]},{"name":"EOLE_AUTHENTICATION_CAPABILITIES","features":[358]},{"name":"EXCEPINFO","features":[358]},{"name":"EXTCONN","features":[358]},{"name":"EXTCONN_CALLABLE","features":[358]},{"name":"EXTCONN_STRONG","features":[358]},{"name":"EXTCONN_WEAK","features":[358]},{"name":"FADF_AUTO","features":[358]},{"name":"FADF_BSTR","features":[358]},{"name":"FADF_DISPATCH","features":[358]},{"name":"FADF_EMBEDDED","features":[358]},{"name":"FADF_FIXEDSIZE","features":[358]},{"name":"FADF_HAVEIID","features":[358]},{"name":"FADF_HAVEVARTYPE","features":[358]},{"name":"FADF_RECORD","features":[358]},{"name":"FADF_RESERVED","features":[358]},{"name":"FADF_STATIC","features":[358]},{"name":"FADF_UNKNOWN","features":[358]},{"name":"FADF_VARIANT","features":[358]},{"name":"FLAGGED_BYTE_BLOB","features":[358]},{"name":"FLAGGED_WORD_BLOB","features":[358]},{"name":"FLAG_STGMEDIUM","features":[307,318,387]},{"name":"FORMATETC","features":[358]},{"name":"FUNCDESC","features":[307,358,359,360]},{"name":"FUNCFLAGS","features":[358]},{"name":"FUNCFLAG_FBINDABLE","features":[358]},{"name":"FUNCFLAG_FDEFAULTBIND","features":[358]},{"name":"FUNCFLAG_FDEFAULTCOLLELEM","features":[358]},{"name":"FUNCFLAG_FDISPLAYBIND","features":[358]},{"name":"FUNCFLAG_FHIDDEN","features":[358]},{"name":"FUNCFLAG_FIMMEDIATEBIND","features":[358]},{"name":"FUNCFLAG_FNONBROWSABLE","features":[358]},{"name":"FUNCFLAG_FREPLACEABLE","features":[358]},{"name":"FUNCFLAG_FREQUESTEDIT","features":[358]},{"name":"FUNCFLAG_FRESTRICTED","features":[358]},{"name":"FUNCFLAG_FSOURCE","features":[358]},{"name":"FUNCFLAG_FUIDEFAULT","features":[358]},{"name":"FUNCFLAG_FUSESGETLASTERROR","features":[358]},{"name":"FUNCKIND","features":[358]},{"name":"FUNC_DISPATCH","features":[358]},{"name":"FUNC_NONVIRTUAL","features":[358]},{"name":"FUNC_PUREVIRTUAL","features":[358]},{"name":"FUNC_STATIC","features":[358]},{"name":"FUNC_VIRTUAL","features":[358]},{"name":"ForcedShutdown","features":[358]},{"name":"GDI_OBJECT","features":[318,358,341]},{"name":"GLOBALOPT_EH_VALUES","features":[358]},{"name":"GLOBALOPT_PROPERTIES","features":[358]},{"name":"GLOBALOPT_RO_FLAGS","features":[358]},{"name":"GLOBALOPT_RPCTP_VALUES","features":[358]},{"name":"GLOBALOPT_UNMARSHALING_POLICY_VALUES","features":[358]},{"name":"GetClassFile","features":[358]},{"name":"GetErrorInfo","features":[358]},{"name":"GetRunningObjectTable","features":[358]},{"name":"HYPER_SIZEDARR","features":[358]},{"name":"IActivationFilter","features":[358]},{"name":"IAddrExclusionControl","features":[358]},{"name":"IAddrTrackingControl","features":[358]},{"name":"IAdviseSink","features":[358]},{"name":"IAdviseSink2","features":[358]},{"name":"IAgileObject","features":[358]},{"name":"IAsyncManager","features":[358]},{"name":"IAsyncRpcChannelBuffer","features":[358]},{"name":"IAuthenticate","features":[358]},{"name":"IAuthenticateEx","features":[358]},{"name":"IBindCtx","features":[358]},{"name":"IBindHost","features":[358]},{"name":"IBindStatusCallback","features":[358]},{"name":"IBindStatusCallbackEx","features":[358]},{"name":"IBinding","features":[358]},{"name":"IBlockingLock","features":[358]},{"name":"ICallFactory","features":[358]},{"name":"ICancelMethodCalls","features":[358]},{"name":"ICatInformation","features":[358]},{"name":"ICatRegister","features":[358]},{"name":"IChannelHook","features":[358]},{"name":"IClassActivator","features":[358]},{"name":"IClassFactory","features":[358]},{"name":"IClientSecurity","features":[358]},{"name":"IComThreadingInfo","features":[358]},{"name":"IConnectionPoint","features":[358]},{"name":"IConnectionPointContainer","features":[358]},{"name":"IContext","features":[358]},{"name":"IContextCallback","features":[358]},{"name":"IDLDESC","features":[358]},{"name":"IDLFLAGS","features":[358]},{"name":"IDLFLAG_FIN","features":[358]},{"name":"IDLFLAG_FLCID","features":[358]},{"name":"IDLFLAG_FOUT","features":[358]},{"name":"IDLFLAG_FRETVAL","features":[358]},{"name":"IDLFLAG_NONE","features":[358]},{"name":"IDataAdviseHolder","features":[358]},{"name":"IDataObject","features":[358]},{"name":"IDispatch","features":[358]},{"name":"IEnumCATEGORYINFO","features":[358]},{"name":"IEnumConnectionPoints","features":[358]},{"name":"IEnumConnections","features":[358]},{"name":"IEnumContextProps","features":[358]},{"name":"IEnumFORMATETC","features":[358]},{"name":"IEnumGUID","features":[358]},{"name":"IEnumMoniker","features":[358]},{"name":"IEnumSTATDATA","features":[358]},{"name":"IEnumString","features":[358]},{"name":"IEnumUnknown","features":[358]},{"name":"IErrorInfo","features":[358]},{"name":"IErrorLog","features":[358]},{"name":"IExternalConnection","features":[358]},{"name":"IFastRundown","features":[358]},{"name":"IForegroundTransfer","features":[358]},{"name":"IGlobalInterfaceTable","features":[358]},{"name":"IGlobalOptions","features":[358]},{"name":"IIDFromString","features":[358]},{"name":"IInitializeSpy","features":[358]},{"name":"IInternalUnknown","features":[358]},{"name":"IMPLTYPEFLAGS","features":[358]},{"name":"IMPLTYPEFLAG_FDEFAULT","features":[358]},{"name":"IMPLTYPEFLAG_FDEFAULTVTABLE","features":[358]},{"name":"IMPLTYPEFLAG_FRESTRICTED","features":[358]},{"name":"IMPLTYPEFLAG_FSOURCE","features":[358]},{"name":"IMachineGlobalObjectTable","features":[358]},{"name":"IMalloc","features":[358]},{"name":"IMallocSpy","features":[358]},{"name":"IMoniker","features":[358]},{"name":"IMultiQI","features":[358]},{"name":"INTERFACEINFO","features":[358]},{"name":"INVOKEKIND","features":[358]},{"name":"INVOKE_FUNC","features":[358]},{"name":"INVOKE_PROPERTYGET","features":[358]},{"name":"INVOKE_PROPERTYPUT","features":[358]},{"name":"INVOKE_PROPERTYPUTREF","features":[358]},{"name":"INoMarshal","features":[358]},{"name":"IOplockStorage","features":[358]},{"name":"IPSFactoryBuffer","features":[358]},{"name":"IPersist","features":[358]},{"name":"IPersistFile","features":[358]},{"name":"IPersistMemory","features":[358]},{"name":"IPersistStream","features":[358]},{"name":"IPersistStreamInit","features":[358]},{"name":"IPipeByte","features":[358]},{"name":"IPipeDouble","features":[358]},{"name":"IPipeLong","features":[358]},{"name":"IProcessInitControl","features":[358]},{"name":"IProcessLock","features":[358]},{"name":"IProgressNotify","features":[358]},{"name":"IROTData","features":[358]},{"name":"IReleaseMarshalBuffers","features":[358]},{"name":"IRpcChannelBuffer","features":[358]},{"name":"IRpcChannelBuffer2","features":[358]},{"name":"IRpcChannelBuffer3","features":[358]},{"name":"IRpcHelper","features":[358]},{"name":"IRpcOptions","features":[358]},{"name":"IRpcProxyBuffer","features":[358]},{"name":"IRpcStubBuffer","features":[358]},{"name":"IRpcSyntaxNegotiate","features":[358]},{"name":"IRunnableObject","features":[358]},{"name":"IRunningObjectTable","features":[358]},{"name":"ISequentialStream","features":[358]},{"name":"IServerSecurity","features":[358]},{"name":"IServiceProvider","features":[358]},{"name":"IStdMarshalInfo","features":[358]},{"name":"IStream","features":[358]},{"name":"ISupportAllowLowerTrustActivation","features":[358]},{"name":"ISupportErrorInfo","features":[358]},{"name":"ISurrogate","features":[358]},{"name":"ISurrogateService","features":[358]},{"name":"ISynchronize","features":[358]},{"name":"ISynchronizeContainer","features":[358]},{"name":"ISynchronizeEvent","features":[358]},{"name":"ISynchronizeHandle","features":[358]},{"name":"ISynchronizeMutex","features":[358]},{"name":"ITimeAndNoticeControl","features":[358]},{"name":"ITypeComp","features":[358]},{"name":"ITypeInfo","features":[358]},{"name":"ITypeInfo2","features":[358]},{"name":"ITypeLib","features":[358]},{"name":"ITypeLib2","features":[358]},{"name":"ITypeLibRegistration","features":[358]},{"name":"ITypeLibRegistrationReader","features":[358]},{"name":"IUnknown","features":[358]},{"name":"IUri","features":[358]},{"name":"IUriBuilder","features":[358]},{"name":"IUrlMon","features":[358]},{"name":"IWaitMultiple","features":[358]},{"name":"IdleShutdown","features":[358]},{"name":"LOCKTYPE","features":[358]},{"name":"LOCK_EXCLUSIVE","features":[358]},{"name":"LOCK_ONLYONCE","features":[358]},{"name":"LOCK_WRITE","features":[358]},{"name":"LPEXCEPFINO_DEFERRED_FILLIN","features":[358]},{"name":"LPFNCANUNLOADNOW","features":[358]},{"name":"LPFNGETCLASSOBJECT","features":[358]},{"name":"LibraryApplication","features":[358]},{"name":"MARSHALINTERFACE_MIN","features":[358]},{"name":"MAXLSN","features":[358]},{"name":"MEMCTX","features":[358]},{"name":"MEMCTX_MACSYSTEM","features":[358]},{"name":"MEMCTX_SAME","features":[358]},{"name":"MEMCTX_SHARED","features":[358]},{"name":"MEMCTX_TASK","features":[358]},{"name":"MEMCTX_UNKNOWN","features":[358]},{"name":"MKRREDUCE","features":[358]},{"name":"MKRREDUCE_ALL","features":[358]},{"name":"MKRREDUCE_ONE","features":[358]},{"name":"MKRREDUCE_THROUGHUSER","features":[358]},{"name":"MKRREDUCE_TOUSER","features":[358]},{"name":"MKSYS","features":[358]},{"name":"MKSYS_ANTIMONIKER","features":[358]},{"name":"MKSYS_CLASSMONIKER","features":[358]},{"name":"MKSYS_FILEMONIKER","features":[358]},{"name":"MKSYS_GENERICCOMPOSITE","features":[358]},{"name":"MKSYS_ITEMMONIKER","features":[358]},{"name":"MKSYS_LUAMONIKER","features":[358]},{"name":"MKSYS_NONE","features":[358]},{"name":"MKSYS_OBJREFMONIKER","features":[358]},{"name":"MKSYS_POINTERMONIKER","features":[358]},{"name":"MKSYS_SESSIONMONIKER","features":[358]},{"name":"MSHCTX","features":[358]},{"name":"MSHCTX_CONTAINER","features":[358]},{"name":"MSHCTX_CROSSCTX","features":[358]},{"name":"MSHCTX_DIFFERENTMACHINE","features":[358]},{"name":"MSHCTX_INPROC","features":[358]},{"name":"MSHCTX_LOCAL","features":[358]},{"name":"MSHCTX_NOSHAREDMEM","features":[358]},{"name":"MSHLFLAGS","features":[358]},{"name":"MSHLFLAGS_NOPING","features":[358]},{"name":"MSHLFLAGS_NORMAL","features":[358]},{"name":"MSHLFLAGS_RESERVED1","features":[358]},{"name":"MSHLFLAGS_RESERVED2","features":[358]},{"name":"MSHLFLAGS_RESERVED3","features":[358]},{"name":"MSHLFLAGS_RESERVED4","features":[358]},{"name":"MSHLFLAGS_TABLESTRONG","features":[358]},{"name":"MSHLFLAGS_TABLEWEAK","features":[358]},{"name":"MULTI_QI","features":[358]},{"name":"MachineGlobalObjectTableRegistrationToken","features":[358]},{"name":"MkParseDisplayName","features":[358]},{"name":"MonikerCommonPrefixWith","features":[358]},{"name":"MonikerRelativePathTo","features":[307,358]},{"name":"PENDINGMSG","features":[358]},{"name":"PENDINGMSG_CANCELCALL","features":[358]},{"name":"PENDINGMSG_WAITDEFPROCESS","features":[358]},{"name":"PENDINGMSG_WAITNOPROCESS","features":[358]},{"name":"PENDINGTYPE","features":[358]},{"name":"PENDINGTYPE_NESTED","features":[358]},{"name":"PENDINGTYPE_TOPLEVEL","features":[358]},{"name":"PFNCONTEXTCALL","features":[358]},{"name":"ProgIDFromCLSID","features":[358]},{"name":"QUERYCONTEXT","features":[358]},{"name":"REGCLS","features":[358]},{"name":"REGCLS_AGILE","features":[358]},{"name":"REGCLS_MULTIPLEUSE","features":[358]},{"name":"REGCLS_MULTI_SEPARATE","features":[358]},{"name":"REGCLS_SINGLEUSE","features":[358]},{"name":"REGCLS_SURROGATE","features":[358]},{"name":"REGCLS_SUSPENDED","features":[358]},{"name":"ROTFLAGS_ALLOWANYCLIENT","features":[358]},{"name":"ROTFLAGS_REGISTRATIONKEEPSALIVE","features":[358]},{"name":"ROTREGFLAGS_ALLOWANYCLIENT","features":[358]},{"name":"ROT_FLAGS","features":[358]},{"name":"RPCOLEMESSAGE","features":[358]},{"name":"RPCOPT_PROPERTIES","features":[358]},{"name":"RPCOPT_SERVER_LOCALITY_VALUES","features":[358]},{"name":"RPC_C_AUTHN_LEVEL","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_CALL","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_CONNECT","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_DEFAULT","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_NONE","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_PKT","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_PKT_INTEGRITY","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_PKT_PRIVACY","features":[358]},{"name":"RPC_C_IMP_LEVEL","features":[358]},{"name":"RPC_C_IMP_LEVEL_ANONYMOUS","features":[358]},{"name":"RPC_C_IMP_LEVEL_DEFAULT","features":[358]},{"name":"RPC_C_IMP_LEVEL_DELEGATE","features":[358]},{"name":"RPC_C_IMP_LEVEL_IDENTIFY","features":[358]},{"name":"RPC_C_IMP_LEVEL_IMPERSONATE","features":[358]},{"name":"RemSTGMEDIUM","features":[358]},{"name":"SAFEARRAY","features":[358]},{"name":"SAFEARRAYBOUND","features":[358]},{"name":"SChannelHookCallInfo","features":[358]},{"name":"SD_ACCESSPERMISSIONS","features":[358]},{"name":"SD_ACCESSRESTRICTIONS","features":[358]},{"name":"SD_LAUNCHPERMISSIONS","features":[358]},{"name":"SD_LAUNCHRESTRICTIONS","features":[358]},{"name":"SERVERCALL","features":[358]},{"name":"SERVERCALL_ISHANDLED","features":[358]},{"name":"SERVERCALL_REJECTED","features":[358]},{"name":"SERVERCALL_RETRYLATER","features":[358]},{"name":"SERVER_LOCALITY_MACHINE_LOCAL","features":[358]},{"name":"SERVER_LOCALITY_PROCESS_LOCAL","features":[358]},{"name":"SERVER_LOCALITY_REMOTE","features":[358]},{"name":"SOLE_AUTHENTICATION_INFO","features":[358]},{"name":"SOLE_AUTHENTICATION_LIST","features":[358]},{"name":"SOLE_AUTHENTICATION_SERVICE","features":[358]},{"name":"STATDATA","features":[358]},{"name":"STATFLAG","features":[358]},{"name":"STATFLAG_DEFAULT","features":[358]},{"name":"STATFLAG_NONAME","features":[358]},{"name":"STATFLAG_NOOPEN","features":[358]},{"name":"STATSTG","features":[307,358]},{"name":"STGC","features":[358]},{"name":"STGC_CONSOLIDATE","features":[358]},{"name":"STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE","features":[358]},{"name":"STGC_DEFAULT","features":[358]},{"name":"STGC_ONLYIFCURRENT","features":[358]},{"name":"STGC_OVERWRITE","features":[358]},{"name":"STGM","features":[358]},{"name":"STGMEDIUM","features":[307,318,387]},{"name":"STGM_CONVERT","features":[358]},{"name":"STGM_CREATE","features":[358]},{"name":"STGM_DELETEONRELEASE","features":[358]},{"name":"STGM_DIRECT","features":[358]},{"name":"STGM_DIRECT_SWMR","features":[358]},{"name":"STGM_FAILIFTHERE","features":[358]},{"name":"STGM_NOSCRATCH","features":[358]},{"name":"STGM_NOSNAPSHOT","features":[358]},{"name":"STGM_PRIORITY","features":[358]},{"name":"STGM_READ","features":[358]},{"name":"STGM_READWRITE","features":[358]},{"name":"STGM_SHARE_DENY_NONE","features":[358]},{"name":"STGM_SHARE_DENY_READ","features":[358]},{"name":"STGM_SHARE_DENY_WRITE","features":[358]},{"name":"STGM_SHARE_EXCLUSIVE","features":[358]},{"name":"STGM_SIMPLE","features":[358]},{"name":"STGM_TRANSACTED","features":[358]},{"name":"STGM_WRITE","features":[358]},{"name":"STGTY","features":[358]},{"name":"STGTY_LOCKBYTES","features":[358]},{"name":"STGTY_PROPERTY","features":[358]},{"name":"STGTY_REPEAT","features":[358]},{"name":"STGTY_STORAGE","features":[358]},{"name":"STGTY_STREAM","features":[358]},{"name":"STG_LAYOUT_INTERLEAVED","features":[358]},{"name":"STG_LAYOUT_SEQUENTIAL","features":[358]},{"name":"STG_TOEND","features":[358]},{"name":"STREAM_SEEK","features":[358]},{"name":"STREAM_SEEK_CUR","features":[358]},{"name":"STREAM_SEEK_END","features":[358]},{"name":"STREAM_SEEK_SET","features":[358]},{"name":"SYSKIND","features":[358]},{"name":"SYS_MAC","features":[358]},{"name":"SYS_WIN16","features":[358]},{"name":"SYS_WIN32","features":[358]},{"name":"SYS_WIN64","features":[358]},{"name":"ServerApplication","features":[358]},{"name":"SetErrorInfo","features":[358]},{"name":"ShutdownType","features":[358]},{"name":"StorageLayout","features":[358]},{"name":"StringFromCLSID","features":[358]},{"name":"StringFromGUID2","features":[358]},{"name":"StringFromIID","features":[358]},{"name":"THDTYPE","features":[358]},{"name":"THDTYPE_BLOCKMESSAGES","features":[358]},{"name":"THDTYPE_PROCESSMESSAGES","features":[358]},{"name":"TKIND_ALIAS","features":[358]},{"name":"TKIND_COCLASS","features":[358]},{"name":"TKIND_DISPATCH","features":[358]},{"name":"TKIND_ENUM","features":[358]},{"name":"TKIND_INTERFACE","features":[358]},{"name":"TKIND_MAX","features":[358]},{"name":"TKIND_MODULE","features":[358]},{"name":"TKIND_RECORD","features":[358]},{"name":"TKIND_UNION","features":[358]},{"name":"TLIBATTR","features":[358]},{"name":"TYMED","features":[358]},{"name":"TYMED_ENHMF","features":[358]},{"name":"TYMED_FILE","features":[358]},{"name":"TYMED_GDI","features":[358]},{"name":"TYMED_HGLOBAL","features":[358]},{"name":"TYMED_ISTORAGE","features":[358]},{"name":"TYMED_ISTREAM","features":[358]},{"name":"TYMED_MFPICT","features":[358]},{"name":"TYMED_NULL","features":[358]},{"name":"TYPEATTR","features":[358,359,360]},{"name":"TYPEDESC","features":[358,359,360]},{"name":"TYPEKIND","features":[358]},{"name":"TYSPEC","features":[358]},{"name":"TYSPEC_CLSID","features":[358]},{"name":"TYSPEC_FILEEXT","features":[358]},{"name":"TYSPEC_FILENAME","features":[358]},{"name":"TYSPEC_MIMETYPE","features":[358]},{"name":"TYSPEC_OBJECTID","features":[358]},{"name":"TYSPEC_PACKAGENAME","features":[358]},{"name":"TYSPEC_PROGID","features":[358]},{"name":"URI_CREATE_FLAGS","features":[358]},{"name":"Uri_CREATE_ALLOW_IMPLICIT_FILE_SCHEME","features":[358]},{"name":"Uri_CREATE_ALLOW_IMPLICIT_WILDCARD_SCHEME","features":[358]},{"name":"Uri_CREATE_ALLOW_RELATIVE","features":[358]},{"name":"Uri_CREATE_CANONICALIZE","features":[358]},{"name":"Uri_CREATE_CANONICALIZE_ABSOLUTE","features":[358]},{"name":"Uri_CREATE_CRACK_UNKNOWN_SCHEMES","features":[358]},{"name":"Uri_CREATE_DECODE_EXTRA_INFO","features":[358]},{"name":"Uri_CREATE_FILE_USE_DOS_PATH","features":[358]},{"name":"Uri_CREATE_IE_SETTINGS","features":[358]},{"name":"Uri_CREATE_NOFRAG","features":[358]},{"name":"Uri_CREATE_NORMALIZE_INTL_CHARACTERS","features":[358]},{"name":"Uri_CREATE_NO_CANONICALIZE","features":[358]},{"name":"Uri_CREATE_NO_CRACK_UNKNOWN_SCHEMES","features":[358]},{"name":"Uri_CREATE_NO_DECODE_EXTRA_INFO","features":[358]},{"name":"Uri_CREATE_NO_ENCODE_FORBIDDEN_CHARACTERS","features":[358]},{"name":"Uri_CREATE_NO_IE_SETTINGS","features":[358]},{"name":"Uri_CREATE_NO_PRE_PROCESS_HTML_URI","features":[358]},{"name":"Uri_CREATE_PRE_PROCESS_HTML_URI","features":[358]},{"name":"Uri_PROPERTY","features":[358]},{"name":"Uri_PROPERTY_ABSOLUTE_URI","features":[358]},{"name":"Uri_PROPERTY_AUTHORITY","features":[358]},{"name":"Uri_PROPERTY_DISPLAY_URI","features":[358]},{"name":"Uri_PROPERTY_DOMAIN","features":[358]},{"name":"Uri_PROPERTY_DWORD_LAST","features":[358]},{"name":"Uri_PROPERTY_DWORD_START","features":[358]},{"name":"Uri_PROPERTY_EXTENSION","features":[358]},{"name":"Uri_PROPERTY_FRAGMENT","features":[358]},{"name":"Uri_PROPERTY_HOST","features":[358]},{"name":"Uri_PROPERTY_HOST_TYPE","features":[358]},{"name":"Uri_PROPERTY_PASSWORD","features":[358]},{"name":"Uri_PROPERTY_PATH","features":[358]},{"name":"Uri_PROPERTY_PATH_AND_QUERY","features":[358]},{"name":"Uri_PROPERTY_PORT","features":[358]},{"name":"Uri_PROPERTY_QUERY","features":[358]},{"name":"Uri_PROPERTY_RAW_URI","features":[358]},{"name":"Uri_PROPERTY_SCHEME","features":[358]},{"name":"Uri_PROPERTY_SCHEME_NAME","features":[358]},{"name":"Uri_PROPERTY_STRING_LAST","features":[358]},{"name":"Uri_PROPERTY_STRING_START","features":[358]},{"name":"Uri_PROPERTY_USER_INFO","features":[358]},{"name":"Uri_PROPERTY_USER_NAME","features":[358]},{"name":"Uri_PROPERTY_ZONE","features":[358]},{"name":"VARDESC","features":[307,358,359,360]},{"name":"VARFLAGS","features":[358]},{"name":"VARFLAG_FBINDABLE","features":[358]},{"name":"VARFLAG_FDEFAULTBIND","features":[358]},{"name":"VARFLAG_FDEFAULTCOLLELEM","features":[358]},{"name":"VARFLAG_FDISPLAYBIND","features":[358]},{"name":"VARFLAG_FHIDDEN","features":[358]},{"name":"VARFLAG_FIMMEDIATEBIND","features":[358]},{"name":"VARFLAG_FNONBROWSABLE","features":[358]},{"name":"VARFLAG_FREADONLY","features":[358]},{"name":"VARFLAG_FREPLACEABLE","features":[358]},{"name":"VARFLAG_FREQUESTEDIT","features":[358]},{"name":"VARFLAG_FRESTRICTED","features":[358]},{"name":"VARFLAG_FSOURCE","features":[358]},{"name":"VARFLAG_FUIDEFAULT","features":[358]},{"name":"VARKIND","features":[358]},{"name":"VAR_CONST","features":[358]},{"name":"VAR_DISPATCH","features":[358]},{"name":"VAR_PERINSTANCE","features":[358]},{"name":"VAR_STATIC","features":[358]},{"name":"WORD_BLOB","features":[358]},{"name":"WORD_SIZEDARR","features":[358]},{"name":"uCLSSPEC","features":[358]},{"name":"userFLAG_STGMEDIUM","features":[318,358,341]},{"name":"userSTGMEDIUM","features":[318,358,341]}],"538":[{"name":"CALLFRAMEINFO","features":[307,530]},{"name":"CALLFRAMEPARAMINFO","features":[307,530]},{"name":"CALLFRAME_COPY","features":[530]},{"name":"CALLFRAME_COPY_INDEPENDENT","features":[530]},{"name":"CALLFRAME_COPY_NESTED","features":[530]},{"name":"CALLFRAME_FREE","features":[530]},{"name":"CALLFRAME_FREE_ALL","features":[530]},{"name":"CALLFRAME_FREE_IN","features":[530]},{"name":"CALLFRAME_FREE_INOUT","features":[530]},{"name":"CALLFRAME_FREE_NONE","features":[530]},{"name":"CALLFRAME_FREE_OUT","features":[530]},{"name":"CALLFRAME_FREE_TOP_INOUT","features":[530]},{"name":"CALLFRAME_FREE_TOP_OUT","features":[530]},{"name":"CALLFRAME_MARSHALCONTEXT","features":[307,530]},{"name":"CALLFRAME_NULL","features":[530]},{"name":"CALLFRAME_NULL_ALL","features":[530]},{"name":"CALLFRAME_NULL_INOUT","features":[530]},{"name":"CALLFRAME_NULL_NONE","features":[530]},{"name":"CALLFRAME_NULL_OUT","features":[530]},{"name":"CALLFRAME_WALK","features":[530]},{"name":"CALLFRAME_WALK_IN","features":[530]},{"name":"CALLFRAME_WALK_INOUT","features":[530]},{"name":"CALLFRAME_WALK_OUT","features":[530]},{"name":"CoGetInterceptor","features":[530]},{"name":"CoGetInterceptorFromTypeInfo","features":[530]},{"name":"ICallFrame","features":[530]},{"name":"ICallFrameEvents","features":[530]},{"name":"ICallFrameWalker","features":[530]},{"name":"ICallIndirect","features":[530]},{"name":"ICallInterceptor","features":[530]},{"name":"ICallUnmarshal","features":[530]},{"name":"IInterfaceRelated","features":[530]}],"539":[{"name":"IChannelCredentials","features":[531]}],"540":[{"name":"CEventClass","features":[532]},{"name":"CEventPublisher","features":[532]},{"name":"CEventSubscription","features":[532]},{"name":"CEventSystem","features":[532]},{"name":"COMEVENTSYSCHANGEINFO","features":[532]},{"name":"EOC_ChangeType","features":[532]},{"name":"EOC_DeletedObject","features":[532]},{"name":"EOC_ModifiedObject","features":[532]},{"name":"EOC_NewObject","features":[532]},{"name":"EventObjectChange","features":[532]},{"name":"EventObjectChange2","features":[532]},{"name":"IDontSupportEventSubscription","features":[532]},{"name":"IEnumEventObject","features":[532]},{"name":"IEventClass","features":[532]},{"name":"IEventClass2","features":[532]},{"name":"IEventControl","features":[532]},{"name":"IEventObjectChange","features":[532]},{"name":"IEventObjectChange2","features":[532]},{"name":"IEventObjectCollection","features":[532]},{"name":"IEventProperty","features":[532]},{"name":"IEventPublisher","features":[532]},{"name":"IEventSubscription","features":[532]},{"name":"IEventSystem","features":[532]},{"name":"IFiringControl","features":[532]},{"name":"IMultiInterfaceEventControl","features":[532]},{"name":"IMultiInterfacePublisherFilter","features":[532]},{"name":"IPublisherFilter","features":[532]}],"541":[{"name":"BSTR_UserFree","features":[533]},{"name":"BSTR_UserFree64","features":[533]},{"name":"BSTR_UserMarshal","features":[533]},{"name":"BSTR_UserMarshal64","features":[533]},{"name":"BSTR_UserSize","features":[533]},{"name":"BSTR_UserSize64","features":[533]},{"name":"BSTR_UserUnmarshal","features":[533]},{"name":"BSTR_UserUnmarshal64","features":[533]},{"name":"CLIPFORMAT_UserFree","features":[533]},{"name":"CLIPFORMAT_UserFree64","features":[533]},{"name":"CLIPFORMAT_UserMarshal","features":[533]},{"name":"CLIPFORMAT_UserMarshal64","features":[533]},{"name":"CLIPFORMAT_UserSize","features":[533]},{"name":"CLIPFORMAT_UserSize64","features":[533]},{"name":"CLIPFORMAT_UserUnmarshal","features":[533]},{"name":"CLIPFORMAT_UserUnmarshal64","features":[533]},{"name":"CoGetMarshalSizeMax","features":[533]},{"name":"CoGetStandardMarshal","features":[533]},{"name":"CoGetStdMarshalEx","features":[533]},{"name":"CoMarshalHresult","features":[533]},{"name":"CoMarshalInterThreadInterfaceInStream","features":[533]},{"name":"CoMarshalInterface","features":[533]},{"name":"CoReleaseMarshalData","features":[533]},{"name":"CoUnmarshalHresult","features":[533]},{"name":"CoUnmarshalInterface","features":[533]},{"name":"HACCEL_UserFree","features":[533,371]},{"name":"HACCEL_UserFree64","features":[533,371]},{"name":"HACCEL_UserMarshal","features":[533,371]},{"name":"HACCEL_UserMarshal64","features":[533,371]},{"name":"HACCEL_UserSize","features":[533,371]},{"name":"HACCEL_UserSize64","features":[533,371]},{"name":"HACCEL_UserUnmarshal","features":[533,371]},{"name":"HACCEL_UserUnmarshal64","features":[533,371]},{"name":"HBITMAP_UserFree","features":[318,533]},{"name":"HBITMAP_UserFree64","features":[318,533]},{"name":"HBITMAP_UserMarshal","features":[318,533]},{"name":"HBITMAP_UserMarshal64","features":[318,533]},{"name":"HBITMAP_UserSize","features":[318,533]},{"name":"HBITMAP_UserSize64","features":[318,533]},{"name":"HBITMAP_UserUnmarshal","features":[318,533]},{"name":"HBITMAP_UserUnmarshal64","features":[318,533]},{"name":"HDC_UserFree","features":[318,533]},{"name":"HDC_UserFree64","features":[318,533]},{"name":"HDC_UserMarshal","features":[318,533]},{"name":"HDC_UserMarshal64","features":[318,533]},{"name":"HDC_UserSize","features":[318,533]},{"name":"HDC_UserSize64","features":[318,533]},{"name":"HDC_UserUnmarshal","features":[318,533]},{"name":"HDC_UserUnmarshal64","features":[318,533]},{"name":"HGLOBAL_UserFree","features":[307,533]},{"name":"HGLOBAL_UserFree64","features":[307,533]},{"name":"HGLOBAL_UserMarshal","features":[307,533]},{"name":"HGLOBAL_UserMarshal64","features":[307,533]},{"name":"HGLOBAL_UserSize","features":[307,533]},{"name":"HGLOBAL_UserSize64","features":[307,533]},{"name":"HGLOBAL_UserUnmarshal","features":[307,533]},{"name":"HGLOBAL_UserUnmarshal64","features":[307,533]},{"name":"HICON_UserFree","features":[533,371]},{"name":"HICON_UserFree64","features":[533,371]},{"name":"HICON_UserMarshal","features":[533,371]},{"name":"HICON_UserMarshal64","features":[533,371]},{"name":"HICON_UserSize","features":[533,371]},{"name":"HICON_UserSize64","features":[533,371]},{"name":"HICON_UserUnmarshal","features":[533,371]},{"name":"HICON_UserUnmarshal64","features":[533,371]},{"name":"HMENU_UserFree","features":[533,371]},{"name":"HMENU_UserFree64","features":[533,371]},{"name":"HMENU_UserMarshal","features":[533,371]},{"name":"HMENU_UserMarshal64","features":[533,371]},{"name":"HMENU_UserSize","features":[533,371]},{"name":"HMENU_UserSize64","features":[533,371]},{"name":"HMENU_UserUnmarshal","features":[533,371]},{"name":"HMENU_UserUnmarshal64","features":[533,371]},{"name":"HPALETTE_UserFree","features":[318,533]},{"name":"HPALETTE_UserFree64","features":[318,533]},{"name":"HPALETTE_UserMarshal","features":[318,533]},{"name":"HPALETTE_UserMarshal64","features":[318,533]},{"name":"HPALETTE_UserSize","features":[318,533]},{"name":"HPALETTE_UserSize64","features":[318,533]},{"name":"HPALETTE_UserUnmarshal","features":[318,533]},{"name":"HPALETTE_UserUnmarshal64","features":[318,533]},{"name":"HWND_UserFree","features":[307,533]},{"name":"HWND_UserFree64","features":[307,533]},{"name":"HWND_UserMarshal","features":[307,533]},{"name":"HWND_UserMarshal64","features":[307,533]},{"name":"HWND_UserSize","features":[307,533]},{"name":"HWND_UserSize64","features":[307,533]},{"name":"HWND_UserUnmarshal","features":[307,533]},{"name":"HWND_UserUnmarshal64","features":[307,533]},{"name":"IMarshal","features":[533]},{"name":"IMarshal2","features":[533]},{"name":"IMarshalingStream","features":[533]},{"name":"LPSAFEARRAY_UserFree","features":[533]},{"name":"LPSAFEARRAY_UserFree64","features":[533]},{"name":"LPSAFEARRAY_UserMarshal","features":[533]},{"name":"LPSAFEARRAY_UserMarshal64","features":[533]},{"name":"LPSAFEARRAY_UserSize","features":[533]},{"name":"LPSAFEARRAY_UserSize64","features":[533]},{"name":"LPSAFEARRAY_UserUnmarshal","features":[533]},{"name":"LPSAFEARRAY_UserUnmarshal64","features":[533]},{"name":"SMEXF_HANDLER","features":[533]},{"name":"SMEXF_SERVER","features":[533]},{"name":"SNB_UserFree","features":[533]},{"name":"SNB_UserFree64","features":[533]},{"name":"SNB_UserMarshal","features":[533]},{"name":"SNB_UserMarshal64","features":[533]},{"name":"SNB_UserSize","features":[533]},{"name":"SNB_UserSize64","features":[533]},{"name":"SNB_UserUnmarshal","features":[533]},{"name":"SNB_UserUnmarshal64","features":[533]},{"name":"STDMSHLFLAGS","features":[533]},{"name":"STGMEDIUM_UserFree","features":[307,318,533,387]},{"name":"STGMEDIUM_UserFree64","features":[307,318,533,387]},{"name":"STGMEDIUM_UserMarshal","features":[307,318,533,387]},{"name":"STGMEDIUM_UserMarshal64","features":[307,318,533,387]},{"name":"STGMEDIUM_UserSize","features":[307,318,533,387]},{"name":"STGMEDIUM_UserSize64","features":[307,318,533,387]},{"name":"STGMEDIUM_UserUnmarshal","features":[307,318,533,387]},{"name":"STGMEDIUM_UserUnmarshal64","features":[307,318,533,387]}],"542":[{"name":"BSTRBLOB","features":[387]},{"name":"CABOOL","features":[307,387]},{"name":"CABSTR","features":[387]},{"name":"CABSTRBLOB","features":[387]},{"name":"CAC","features":[387]},{"name":"CACLIPDATA","features":[387]},{"name":"CACLSID","features":[387]},{"name":"CACY","features":[387]},{"name":"CADATE","features":[387]},{"name":"CADBL","features":[387]},{"name":"CAFILETIME","features":[307,387]},{"name":"CAFLT","features":[387]},{"name":"CAH","features":[387]},{"name":"CAI","features":[387]},{"name":"CAL","features":[387]},{"name":"CALPSTR","features":[387]},{"name":"CALPWSTR","features":[387]},{"name":"CAPROPVARIANT","features":[307,387,360]},{"name":"CASCODE","features":[387]},{"name":"CAUB","features":[387]},{"name":"CAUH","features":[387]},{"name":"CAUI","features":[387]},{"name":"CAUL","features":[387]},{"name":"CCH_MAX_PROPSTG_NAME","features":[387]},{"name":"CLIPDATA","features":[387]},{"name":"CWCSTORAGENAME","features":[387]},{"name":"ClearPropVariantArray","features":[307,387,360]},{"name":"CoGetInstanceFromFile","features":[387]},{"name":"CoGetInstanceFromIStorage","features":[387]},{"name":"CoGetInterfaceAndReleaseStream","features":[387]},{"name":"CreateILockBytesOnHGlobal","features":[307,387]},{"name":"CreateStreamOnHGlobal","features":[307,387]},{"name":"FmtIdToPropStgName","features":[387]},{"name":"FreePropVariantArray","features":[307,387,360]},{"name":"GetConvertStg","features":[387]},{"name":"GetHGlobalFromILockBytes","features":[307,387]},{"name":"GetHGlobalFromStream","features":[307,387]},{"name":"IDirectWriterLock","features":[387]},{"name":"IEnumSTATPROPSETSTG","features":[387]},{"name":"IEnumSTATPROPSTG","features":[387]},{"name":"IEnumSTATSTG","features":[387]},{"name":"IFillLockBytes","features":[387]},{"name":"ILayoutStorage","features":[387]},{"name":"ILockBytes","features":[387]},{"name":"IMemoryAllocator","features":[387]},{"name":"IPersistStorage","features":[387]},{"name":"IPropertyBag","features":[387]},{"name":"IPropertyBag2","features":[387]},{"name":"IPropertySetStorage","features":[387]},{"name":"IPropertyStorage","features":[387]},{"name":"IRootStorage","features":[387]},{"name":"IStorage","features":[387]},{"name":"InitPropVariantFromBooleanVector","features":[307,387,360]},{"name":"InitPropVariantFromBuffer","features":[307,387,360]},{"name":"InitPropVariantFromCLSID","features":[307,387,360]},{"name":"InitPropVariantFromDoubleVector","features":[307,387,360]},{"name":"InitPropVariantFromFileTime","features":[307,387,360]},{"name":"InitPropVariantFromFileTimeVector","features":[307,387,360]},{"name":"InitPropVariantFromGUIDAsString","features":[307,387,360]},{"name":"InitPropVariantFromInt16Vector","features":[307,387,360]},{"name":"InitPropVariantFromInt32Vector","features":[307,387,360]},{"name":"InitPropVariantFromInt64Vector","features":[307,387,360]},{"name":"InitPropVariantFromPropVariantVectorElem","features":[307,387,360]},{"name":"InitPropVariantFromResource","features":[307,387,360]},{"name":"InitPropVariantFromStringAsVector","features":[307,387,360]},{"name":"InitPropVariantFromStringVector","features":[307,387,360]},{"name":"InitPropVariantFromUInt16Vector","features":[307,387,360]},{"name":"InitPropVariantFromUInt32Vector","features":[307,387,360]},{"name":"InitPropVariantFromUInt64Vector","features":[307,387,360]},{"name":"InitPropVariantVectorFromPropVariant","features":[307,387,360]},{"name":"OLESTREAM","features":[387]},{"name":"OLESTREAMVTBL","features":[387]},{"name":"OleConvertIStorageToOLESTREAM","features":[387]},{"name":"OleConvertIStorageToOLESTREAMEx","features":[307,318,387]},{"name":"OleConvertOLESTREAMToIStorage","features":[387]},{"name":"OleConvertOLESTREAMToIStorageEx","features":[307,318,387]},{"name":"PIDDI_THUMBNAIL","features":[387]},{"name":"PIDDSI_BYTECOUNT","features":[387]},{"name":"PIDDSI_CATEGORY","features":[387]},{"name":"PIDDSI_COMPANY","features":[387]},{"name":"PIDDSI_DOCPARTS","features":[387]},{"name":"PIDDSI_HEADINGPAIR","features":[387]},{"name":"PIDDSI_HIDDENCOUNT","features":[387]},{"name":"PIDDSI_LINECOUNT","features":[387]},{"name":"PIDDSI_LINKSDIRTY","features":[387]},{"name":"PIDDSI_MANAGER","features":[387]},{"name":"PIDDSI_MMCLIPCOUNT","features":[387]},{"name":"PIDDSI_NOTECOUNT","features":[387]},{"name":"PIDDSI_PARCOUNT","features":[387]},{"name":"PIDDSI_PRESFORMAT","features":[387]},{"name":"PIDDSI_SCALE","features":[387]},{"name":"PIDDSI_SLIDECOUNT","features":[387]},{"name":"PIDMSI_COPYRIGHT","features":[387]},{"name":"PIDMSI_EDITOR","features":[387]},{"name":"PIDMSI_OWNER","features":[387]},{"name":"PIDMSI_PRODUCTION","features":[387]},{"name":"PIDMSI_PROJECT","features":[387]},{"name":"PIDMSI_RATING","features":[387]},{"name":"PIDMSI_SEQUENCE_NO","features":[387]},{"name":"PIDMSI_SOURCE","features":[387]},{"name":"PIDMSI_STATUS","features":[387]},{"name":"PIDMSI_STATUS_DRAFT","features":[387]},{"name":"PIDMSI_STATUS_EDIT","features":[387]},{"name":"PIDMSI_STATUS_FINAL","features":[387]},{"name":"PIDMSI_STATUS_INPROGRESS","features":[387]},{"name":"PIDMSI_STATUS_NEW","features":[387]},{"name":"PIDMSI_STATUS_NORMAL","features":[387]},{"name":"PIDMSI_STATUS_OTHER","features":[387]},{"name":"PIDMSI_STATUS_PRELIM","features":[387]},{"name":"PIDMSI_STATUS_PROOF","features":[387]},{"name":"PIDMSI_STATUS_REVIEW","features":[387]},{"name":"PIDMSI_STATUS_VALUE","features":[387]},{"name":"PIDMSI_SUPPLIER","features":[387]},{"name":"PIDSI_APPNAME","features":[387]},{"name":"PIDSI_AUTHOR","features":[387]},{"name":"PIDSI_CHARCOUNT","features":[387]},{"name":"PIDSI_COMMENTS","features":[387]},{"name":"PIDSI_CREATE_DTM","features":[387]},{"name":"PIDSI_DOC_SECURITY","features":[387]},{"name":"PIDSI_EDITTIME","features":[387]},{"name":"PIDSI_KEYWORDS","features":[387]},{"name":"PIDSI_LASTAUTHOR","features":[387]},{"name":"PIDSI_LASTPRINTED","features":[387]},{"name":"PIDSI_LASTSAVE_DTM","features":[387]},{"name":"PIDSI_PAGECOUNT","features":[387]},{"name":"PIDSI_REVNUMBER","features":[387]},{"name":"PIDSI_SUBJECT","features":[387]},{"name":"PIDSI_TEMPLATE","features":[387]},{"name":"PIDSI_THUMBNAIL","features":[387]},{"name":"PIDSI_TITLE","features":[387]},{"name":"PIDSI_WORDCOUNT","features":[387]},{"name":"PID_BEHAVIOR","features":[387]},{"name":"PID_CODEPAGE","features":[387]},{"name":"PID_DICTIONARY","features":[387]},{"name":"PID_FIRST_NAME_DEFAULT","features":[387]},{"name":"PID_FIRST_USABLE","features":[387]},{"name":"PID_ILLEGAL","features":[387]},{"name":"PID_LOCALE","features":[387]},{"name":"PID_MAX_READONLY","features":[387]},{"name":"PID_MIN_READONLY","features":[387]},{"name":"PID_MODIFY_TIME","features":[387]},{"name":"PID_SECURITY","features":[387]},{"name":"PROPBAG2","features":[387,360]},{"name":"PROPSETFLAG_ANSI","features":[387]},{"name":"PROPSETFLAG_CASE_SENSITIVE","features":[387]},{"name":"PROPSETFLAG_DEFAULT","features":[387]},{"name":"PROPSETFLAG_NONSIMPLE","features":[387]},{"name":"PROPSETFLAG_UNBUFFERED","features":[387]},{"name":"PROPSETHDR_OSVERSION_UNKNOWN","features":[387]},{"name":"PROPSET_BEHAVIOR_CASE_SENSITIVE","features":[387]},{"name":"PROPSPEC","features":[387]},{"name":"PROPSPEC_KIND","features":[387]},{"name":"PROPVARIANT","features":[307,387,360]},{"name":"PROPVAR_CHANGE_FLAGS","features":[387]},{"name":"PROPVAR_COMPARE_FLAGS","features":[387]},{"name":"PROPVAR_COMPARE_UNIT","features":[387]},{"name":"PRSPEC_INVALID","features":[387]},{"name":"PRSPEC_LPWSTR","features":[387]},{"name":"PRSPEC_PROPID","features":[387]},{"name":"PVCF_DEFAULT","features":[387]},{"name":"PVCF_DIGITSASNUMBERS_CASESENSITIVE","features":[387]},{"name":"PVCF_TREATEMPTYASGREATERTHAN","features":[387]},{"name":"PVCF_USESTRCMP","features":[387]},{"name":"PVCF_USESTRCMPC","features":[387]},{"name":"PVCF_USESTRCMPI","features":[387]},{"name":"PVCF_USESTRCMPIC","features":[387]},{"name":"PVCHF_ALPHABOOL","features":[387]},{"name":"PVCHF_DEFAULT","features":[387]},{"name":"PVCHF_LOCALBOOL","features":[387]},{"name":"PVCHF_NOHEXSTRING","features":[387]},{"name":"PVCHF_NOUSEROVERRIDE","features":[387]},{"name":"PVCHF_NOVALUEPROP","features":[387]},{"name":"PVCU_DAY","features":[387]},{"name":"PVCU_DEFAULT","features":[387]},{"name":"PVCU_HOUR","features":[387]},{"name":"PVCU_MINUTE","features":[387]},{"name":"PVCU_MONTH","features":[387]},{"name":"PVCU_SECOND","features":[387]},{"name":"PVCU_YEAR","features":[387]},{"name":"PropStgNameToFmtId","features":[387]},{"name":"PropVariantChangeType","features":[307,387,360]},{"name":"PropVariantClear","features":[307,387,360]},{"name":"PropVariantCompareEx","features":[307,387,360]},{"name":"PropVariantCopy","features":[307,387,360]},{"name":"PropVariantGetBooleanElem","features":[307,387,360]},{"name":"PropVariantGetDoubleElem","features":[307,387,360]},{"name":"PropVariantGetElementCount","features":[307,387,360]},{"name":"PropVariantGetFileTimeElem","features":[307,387,360]},{"name":"PropVariantGetInt16Elem","features":[307,387,360]},{"name":"PropVariantGetInt32Elem","features":[307,387,360]},{"name":"PropVariantGetInt64Elem","features":[307,387,360]},{"name":"PropVariantGetStringElem","features":[307,387,360]},{"name":"PropVariantGetUInt16Elem","features":[307,387,360]},{"name":"PropVariantGetUInt32Elem","features":[307,387,360]},{"name":"PropVariantGetUInt64Elem","features":[307,387,360]},{"name":"PropVariantToBSTR","features":[307,387,360]},{"name":"PropVariantToBoolean","features":[307,387,360]},{"name":"PropVariantToBooleanVector","features":[307,387,360]},{"name":"PropVariantToBooleanVectorAlloc","features":[307,387,360]},{"name":"PropVariantToBooleanWithDefault","features":[307,387,360]},{"name":"PropVariantToBuffer","features":[307,387,360]},{"name":"PropVariantToDouble","features":[307,387,360]},{"name":"PropVariantToDoubleVector","features":[307,387,360]},{"name":"PropVariantToDoubleVectorAlloc","features":[307,387,360]},{"name":"PropVariantToDoubleWithDefault","features":[307,387,360]},{"name":"PropVariantToFileTime","features":[307,387,360]},{"name":"PropVariantToFileTimeVector","features":[307,387,360]},{"name":"PropVariantToFileTimeVectorAlloc","features":[307,387,360]},{"name":"PropVariantToGUID","features":[307,387,360]},{"name":"PropVariantToInt16","features":[307,387,360]},{"name":"PropVariantToInt16Vector","features":[307,387,360]},{"name":"PropVariantToInt16VectorAlloc","features":[307,387,360]},{"name":"PropVariantToInt16WithDefault","features":[307,387,360]},{"name":"PropVariantToInt32","features":[307,387,360]},{"name":"PropVariantToInt32Vector","features":[307,387,360]},{"name":"PropVariantToInt32VectorAlloc","features":[307,387,360]},{"name":"PropVariantToInt32WithDefault","features":[307,387,360]},{"name":"PropVariantToInt64","features":[307,387,360]},{"name":"PropVariantToInt64Vector","features":[307,387,360]},{"name":"PropVariantToInt64VectorAlloc","features":[307,387,360]},{"name":"PropVariantToInt64WithDefault","features":[307,387,360]},{"name":"PropVariantToString","features":[307,387,360]},{"name":"PropVariantToStringAlloc","features":[307,387,360]},{"name":"PropVariantToStringVector","features":[307,387,360]},{"name":"PropVariantToStringVectorAlloc","features":[307,387,360]},{"name":"PropVariantToStringWithDefault","features":[307,387,360]},{"name":"PropVariantToUInt16","features":[307,387,360]},{"name":"PropVariantToUInt16Vector","features":[307,387,360]},{"name":"PropVariantToUInt16VectorAlloc","features":[307,387,360]},{"name":"PropVariantToUInt16WithDefault","features":[307,387,360]},{"name":"PropVariantToUInt32","features":[307,387,360]},{"name":"PropVariantToUInt32Vector","features":[307,387,360]},{"name":"PropVariantToUInt32VectorAlloc","features":[307,387,360]},{"name":"PropVariantToUInt32WithDefault","features":[307,387,360]},{"name":"PropVariantToUInt64","features":[307,387,360]},{"name":"PropVariantToUInt64Vector","features":[307,387,360]},{"name":"PropVariantToUInt64VectorAlloc","features":[307,387,360]},{"name":"PropVariantToUInt64WithDefault","features":[307,387,360]},{"name":"PropVariantToVariant","features":[307,387,359,360]},{"name":"PropVariantToWinRTPropertyValue","features":[307,387,360]},{"name":"ReadClassStg","features":[387]},{"name":"ReadClassStm","features":[387]},{"name":"ReadFmtUserTypeStg","features":[387]},{"name":"RemSNB","features":[387]},{"name":"SERIALIZEDPROPERTYVALUE","features":[387]},{"name":"STATPROPSETSTG","features":[307,387]},{"name":"STATPROPSTG","features":[387,360]},{"name":"STGFMT","features":[387]},{"name":"STGFMT_ANY","features":[387]},{"name":"STGFMT_DOCFILE","features":[387]},{"name":"STGFMT_DOCUMENT","features":[387]},{"name":"STGFMT_FILE","features":[387]},{"name":"STGFMT_NATIVE","features":[387]},{"name":"STGFMT_STORAGE","features":[387]},{"name":"STGMOVE","features":[387]},{"name":"STGMOVE_COPY","features":[387]},{"name":"STGMOVE_MOVE","features":[387]},{"name":"STGMOVE_SHALLOWCOPY","features":[387]},{"name":"STGOPTIONS","features":[387]},{"name":"STGOPTIONS_VERSION","features":[387]},{"name":"SetConvertStg","features":[307,387]},{"name":"StgConvertPropertyToVariant","features":[307,387,360]},{"name":"StgConvertVariantToProperty","features":[307,387,360]},{"name":"StgCreateDocfile","features":[387]},{"name":"StgCreateDocfileOnILockBytes","features":[387]},{"name":"StgCreatePropSetStg","features":[387]},{"name":"StgCreatePropStg","features":[387]},{"name":"StgCreateStorageEx","features":[310,387]},{"name":"StgDeserializePropVariant","features":[307,387,360]},{"name":"StgGetIFillLockBytesOnFile","features":[387]},{"name":"StgGetIFillLockBytesOnILockBytes","features":[387]},{"name":"StgIsStorageFile","features":[387]},{"name":"StgIsStorageILockBytes","features":[387]},{"name":"StgOpenAsyncDocfileOnIFillLockBytes","features":[387]},{"name":"StgOpenLayoutDocfile","features":[387]},{"name":"StgOpenPropStg","features":[387]},{"name":"StgOpenStorage","features":[387]},{"name":"StgOpenStorageEx","features":[310,387]},{"name":"StgOpenStorageOnILockBytes","features":[387]},{"name":"StgPropertyLengthAsVariant","features":[387]},{"name":"StgSerializePropVariant","features":[307,387,360]},{"name":"StgSetTimes","features":[307,387]},{"name":"VERSIONEDSTREAM","features":[387]},{"name":"VariantToPropVariant","features":[307,387,359,360]},{"name":"WinRTPropertyValueToPropVariant","features":[307,387,360]},{"name":"WriteClassStg","features":[387]},{"name":"WriteClassStm","features":[387]},{"name":"WriteFmtUserTypeStg","features":[387]}],"543":[{"name":"IDummyHICONIncluder","features":[534]},{"name":"IThumbnailExtractor","features":[534]}],"544":[{"name":"AUTHENTICATEF","features":[535]},{"name":"AUTHENTICATEF_BASIC","features":[535]},{"name":"AUTHENTICATEF_HTTP","features":[535]},{"name":"AUTHENTICATEF_PROXY","features":[535]},{"name":"BINDF","features":[535]},{"name":"BINDF2","features":[535]},{"name":"BINDF2_ALLOW_PROXY_CRED_PROMPT","features":[535]},{"name":"BINDF2_DISABLEAUTOCOOKIEHANDLING","features":[535]},{"name":"BINDF2_DISABLEBASICOVERHTTP","features":[535]},{"name":"BINDF2_DISABLE_HTTP_REDIRECT_CACHING","features":[535]},{"name":"BINDF2_DISABLE_HTTP_REDIRECT_XSECURITYID","features":[535]},{"name":"BINDF2_KEEP_CALLBACK_MODULE_LOADED","features":[535]},{"name":"BINDF2_READ_DATA_GREATER_THAN_4GB","features":[535]},{"name":"BINDF2_RESERVED_1","features":[535]},{"name":"BINDF2_RESERVED_10","features":[535]},{"name":"BINDF2_RESERVED_11","features":[535]},{"name":"BINDF2_RESERVED_12","features":[535]},{"name":"BINDF2_RESERVED_13","features":[535]},{"name":"BINDF2_RESERVED_14","features":[535]},{"name":"BINDF2_RESERVED_15","features":[535]},{"name":"BINDF2_RESERVED_16","features":[535]},{"name":"BINDF2_RESERVED_17","features":[535]},{"name":"BINDF2_RESERVED_2","features":[535]},{"name":"BINDF2_RESERVED_3","features":[535]},{"name":"BINDF2_RESERVED_4","features":[535]},{"name":"BINDF2_RESERVED_5","features":[535]},{"name":"BINDF2_RESERVED_6","features":[535]},{"name":"BINDF2_RESERVED_7","features":[535]},{"name":"BINDF2_RESERVED_8","features":[535]},{"name":"BINDF2_RESERVED_9","features":[535]},{"name":"BINDF2_RESERVED_A","features":[535]},{"name":"BINDF2_RESERVED_B","features":[535]},{"name":"BINDF2_RESERVED_C","features":[535]},{"name":"BINDF2_RESERVED_D","features":[535]},{"name":"BINDF2_RESERVED_E","features":[535]},{"name":"BINDF2_RESERVED_F","features":[535]},{"name":"BINDF2_SETDOWNLOADMODE","features":[535]},{"name":"BINDF_ASYNCHRONOUS","features":[535]},{"name":"BINDF_ASYNCSTORAGE","features":[535]},{"name":"BINDF_DIRECT_READ","features":[535]},{"name":"BINDF_ENFORCERESTRICTED","features":[535]},{"name":"BINDF_FORMS_SUBMIT","features":[535]},{"name":"BINDF_FREE_THREADED","features":[535]},{"name":"BINDF_FROMURLMON","features":[535]},{"name":"BINDF_FWD_BACK","features":[535]},{"name":"BINDF_GETCLASSOBJECT","features":[535]},{"name":"BINDF_GETFROMCACHE_IF_NET_FAIL","features":[535]},{"name":"BINDF_GETNEWESTVERSION","features":[535]},{"name":"BINDF_HYPERLINK","features":[535]},{"name":"BINDF_IGNORESECURITYPROBLEM","features":[535]},{"name":"BINDF_NEEDFILE","features":[535]},{"name":"BINDF_NOPROGRESSIVERENDERING","features":[535]},{"name":"BINDF_NOWRITECACHE","features":[535]},{"name":"BINDF_NO_UI","features":[535]},{"name":"BINDF_OFFLINEOPERATION","features":[535]},{"name":"BINDF_PRAGMA_NO_CACHE","features":[535]},{"name":"BINDF_PREFERDEFAULTHANDLER","features":[535]},{"name":"BINDF_PULLDATA","features":[535]},{"name":"BINDF_RESERVED_1","features":[535]},{"name":"BINDF_RESERVED_2","features":[535]},{"name":"BINDF_RESERVED_3","features":[535]},{"name":"BINDF_RESERVED_4","features":[535]},{"name":"BINDF_RESERVED_5","features":[535]},{"name":"BINDF_RESERVED_6","features":[535]},{"name":"BINDF_RESERVED_7","features":[535]},{"name":"BINDF_RESERVED_8","features":[535]},{"name":"BINDF_RESYNCHRONIZE","features":[535]},{"name":"BINDF_SILENTOPERATION","features":[535]},{"name":"BINDHANDLETYPES","features":[535]},{"name":"BINDHANDLETYPES_APPCACHE","features":[535]},{"name":"BINDHANDLETYPES_COUNT","features":[535]},{"name":"BINDHANDLETYPES_DEPENDENCY","features":[535]},{"name":"BINDINFO_OPTIONS","features":[535]},{"name":"BINDINFO_OPTIONS_ALLOWCONNECTDATA","features":[535]},{"name":"BINDINFO_OPTIONS_BINDTOOBJECT","features":[535]},{"name":"BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS","features":[535]},{"name":"BINDINFO_OPTIONS_DISABLE_UTF8","features":[535]},{"name":"BINDINFO_OPTIONS_ENABLE_UTF8","features":[535]},{"name":"BINDINFO_OPTIONS_IGNOREHTTPHTTPSREDIRECTS","features":[535]},{"name":"BINDINFO_OPTIONS_IGNOREMIMETEXTPLAIN","features":[535]},{"name":"BINDINFO_OPTIONS_IGNORE_SSLERRORS_ONCE","features":[535]},{"name":"BINDINFO_OPTIONS_SECURITYOPTOUT","features":[535]},{"name":"BINDINFO_OPTIONS_SHDOCVW_NAVIGATE","features":[535]},{"name":"BINDINFO_OPTIONS_USEBINDSTRINGCREDS","features":[535]},{"name":"BINDINFO_OPTIONS_USE_IE_ENCODING","features":[535]},{"name":"BINDINFO_OPTIONS_WININETFLAG","features":[535]},{"name":"BINDINFO_WPC_DOWNLOADBLOCKED","features":[535]},{"name":"BINDINFO_WPC_LOGGING_ENABLED","features":[535]},{"name":"BINDSTATUS","features":[535]},{"name":"BINDSTATUS_64BIT_PROGRESS","features":[535]},{"name":"BINDSTATUS_ACCEPTRANGES","features":[535]},{"name":"BINDSTATUS_BEGINDOWNLOADCOMPONENTS","features":[535]},{"name":"BINDSTATUS_BEGINDOWNLOADDATA","features":[535]},{"name":"BINDSTATUS_BEGINSYNCOPERATION","features":[535]},{"name":"BINDSTATUS_BEGINUPLOADDATA","features":[535]},{"name":"BINDSTATUS_CACHECONTROL","features":[535]},{"name":"BINDSTATUS_CACHEFILENAMEAVAILABLE","features":[535]},{"name":"BINDSTATUS_CLASSIDAVAILABLE","features":[535]},{"name":"BINDSTATUS_CLASSINSTALLLOCATION","features":[535]},{"name":"BINDSTATUS_CLSIDCANINSTANTIATE","features":[535]},{"name":"BINDSTATUS_COMPACT_POLICY_RECEIVED","features":[535]},{"name":"BINDSTATUS_CONNECTING","features":[535]},{"name":"BINDSTATUS_CONTENTDISPOSITIONATTACH","features":[535]},{"name":"BINDSTATUS_CONTENTDISPOSITIONFILENAME","features":[535]},{"name":"BINDSTATUS_COOKIE_SENT","features":[535]},{"name":"BINDSTATUS_COOKIE_STATE_ACCEPT","features":[535]},{"name":"BINDSTATUS_COOKIE_STATE_DOWNGRADE","features":[535]},{"name":"BINDSTATUS_COOKIE_STATE_LEASH","features":[535]},{"name":"BINDSTATUS_COOKIE_STATE_PROMPT","features":[535]},{"name":"BINDSTATUS_COOKIE_STATE_REJECT","features":[535]},{"name":"BINDSTATUS_COOKIE_STATE_UNKNOWN","features":[535]},{"name":"BINDSTATUS_COOKIE_SUPPRESSED","features":[535]},{"name":"BINDSTATUS_DECODING","features":[535]},{"name":"BINDSTATUS_DIRECTBIND","features":[535]},{"name":"BINDSTATUS_DISPLAYNAMEAVAILABLE","features":[535]},{"name":"BINDSTATUS_DOWNLOADINGDATA","features":[535]},{"name":"BINDSTATUS_ENCODING","features":[535]},{"name":"BINDSTATUS_ENDDOWNLOADCOMPONENTS","features":[535]},{"name":"BINDSTATUS_ENDDOWNLOADDATA","features":[535]},{"name":"BINDSTATUS_ENDSYNCOPERATION","features":[535]},{"name":"BINDSTATUS_ENDUPLOADDATA","features":[535]},{"name":"BINDSTATUS_FILTERREPORTMIMETYPE","features":[535]},{"name":"BINDSTATUS_FINDINGRESOURCE","features":[535]},{"name":"BINDSTATUS_INSTALLINGCOMPONENTS","features":[535]},{"name":"BINDSTATUS_IUNKNOWNAVAILABLE","features":[535]},{"name":"BINDSTATUS_LAST","features":[535]},{"name":"BINDSTATUS_LAST_PRIVATE","features":[535]},{"name":"BINDSTATUS_LOADINGMIMEHANDLER","features":[535]},{"name":"BINDSTATUS_MIMETEXTPLAINMISMATCH","features":[535]},{"name":"BINDSTATUS_MIMETYPEAVAILABLE","features":[535]},{"name":"BINDSTATUS_P3P_HEADER","features":[535]},{"name":"BINDSTATUS_PERSISTENT_COOKIE_RECEIVED","features":[535]},{"name":"BINDSTATUS_POLICY_HREF","features":[535]},{"name":"BINDSTATUS_PROTOCOLCLASSID","features":[535]},{"name":"BINDSTATUS_PROXYDETECTING","features":[535]},{"name":"BINDSTATUS_PUBLISHERAVAILABLE","features":[535]},{"name":"BINDSTATUS_RAWMIMETYPE","features":[535]},{"name":"BINDSTATUS_REDIRECTING","features":[535]},{"name":"BINDSTATUS_RESERVED_0","features":[535]},{"name":"BINDSTATUS_RESERVED_1","features":[535]},{"name":"BINDSTATUS_RESERVED_10","features":[535]},{"name":"BINDSTATUS_RESERVED_11","features":[535]},{"name":"BINDSTATUS_RESERVED_12","features":[535]},{"name":"BINDSTATUS_RESERVED_13","features":[535]},{"name":"BINDSTATUS_RESERVED_14","features":[535]},{"name":"BINDSTATUS_RESERVED_2","features":[535]},{"name":"BINDSTATUS_RESERVED_3","features":[535]},{"name":"BINDSTATUS_RESERVED_4","features":[535]},{"name":"BINDSTATUS_RESERVED_5","features":[535]},{"name":"BINDSTATUS_RESERVED_6","features":[535]},{"name":"BINDSTATUS_RESERVED_7","features":[535]},{"name":"BINDSTATUS_RESERVED_8","features":[535]},{"name":"BINDSTATUS_RESERVED_9","features":[535]},{"name":"BINDSTATUS_RESERVED_A","features":[535]},{"name":"BINDSTATUS_RESERVED_B","features":[535]},{"name":"BINDSTATUS_RESERVED_C","features":[535]},{"name":"BINDSTATUS_RESERVED_D","features":[535]},{"name":"BINDSTATUS_RESERVED_E","features":[535]},{"name":"BINDSTATUS_RESERVED_F","features":[535]},{"name":"BINDSTATUS_SENDINGREQUEST","features":[535]},{"name":"BINDSTATUS_SERVER_MIMETYPEAVAILABLE","features":[535]},{"name":"BINDSTATUS_SESSION_COOKIES_ALLOWED","features":[535]},{"name":"BINDSTATUS_SESSION_COOKIE_RECEIVED","features":[535]},{"name":"BINDSTATUS_SNIFFED_CLASSIDAVAILABLE","features":[535]},{"name":"BINDSTATUS_SSLUX_NAVBLOCKED","features":[535]},{"name":"BINDSTATUS_UPLOADINGDATA","features":[535]},{"name":"BINDSTATUS_USINGCACHEDCOPY","features":[535]},{"name":"BINDSTATUS_VERIFIEDMIMETYPEAVAILABLE","features":[535]},{"name":"BINDSTRING","features":[535]},{"name":"BINDSTRING_ACCEPT_ENCODINGS","features":[535]},{"name":"BINDSTRING_ACCEPT_MIMES","features":[535]},{"name":"BINDSTRING_DOC_URL","features":[535]},{"name":"BINDSTRING_DOWNLOADPATH","features":[535]},{"name":"BINDSTRING_ENTERPRISE_ID","features":[535]},{"name":"BINDSTRING_EXTRA_URL","features":[535]},{"name":"BINDSTRING_FLAG_BIND_TO_OBJECT","features":[535]},{"name":"BINDSTRING_HEADERS","features":[535]},{"name":"BINDSTRING_IID","features":[535]},{"name":"BINDSTRING_INITIAL_FILENAME","features":[535]},{"name":"BINDSTRING_LANGUAGE","features":[535]},{"name":"BINDSTRING_OS","features":[535]},{"name":"BINDSTRING_PASSWORD","features":[535]},{"name":"BINDSTRING_POST_COOKIE","features":[535]},{"name":"BINDSTRING_POST_DATA_MIME","features":[535]},{"name":"BINDSTRING_PROXY_PASSWORD","features":[535]},{"name":"BINDSTRING_PROXY_USERNAME","features":[535]},{"name":"BINDSTRING_PTR_BIND_CONTEXT","features":[535]},{"name":"BINDSTRING_ROOTDOC_URL","features":[535]},{"name":"BINDSTRING_SAMESITE_COOKIE_LEVEL","features":[535]},{"name":"BINDSTRING_UA_COLOR","features":[535]},{"name":"BINDSTRING_UA_PIXELS","features":[535]},{"name":"BINDSTRING_URL","features":[535]},{"name":"BINDSTRING_USERNAME","features":[535]},{"name":"BINDSTRING_USER_AGENT","features":[535]},{"name":"BINDSTRING_XDR_ORIGIN","features":[535]},{"name":"BINDVERB","features":[535]},{"name":"BINDVERB_CUSTOM","features":[535]},{"name":"BINDVERB_GET","features":[535]},{"name":"BINDVERB_POST","features":[535]},{"name":"BINDVERB_PUT","features":[535]},{"name":"BINDVERB_RESERVED1","features":[535]},{"name":"BSCF","features":[535]},{"name":"BSCF_64BITLENGTHDOWNLOAD","features":[535]},{"name":"BSCF_AVAILABLEDATASIZEUNKNOWN","features":[535]},{"name":"BSCF_DATAFULLYAVAILABLE","features":[535]},{"name":"BSCF_FIRSTDATANOTIFICATION","features":[535]},{"name":"BSCF_INTERMEDIATEDATANOTIFICATION","features":[535]},{"name":"BSCF_LASTDATANOTIFICATION","features":[535]},{"name":"BSCF_SKIPDRAINDATAFORFILEURLS","features":[535]},{"name":"CF_NULL","features":[535]},{"name":"CIP_ACCESS_DENIED","features":[535]},{"name":"CIP_DISK_FULL","features":[535]},{"name":"CIP_EXE_SELF_REGISTERATION_TIMEOUT","features":[535]},{"name":"CIP_NAME_CONFLICT","features":[535]},{"name":"CIP_NEED_REBOOT","features":[535]},{"name":"CIP_NEED_REBOOT_UI_PERMISSION","features":[535]},{"name":"CIP_NEWER_VERSION_EXISTS","features":[535]},{"name":"CIP_OLDER_VERSION_EXISTS","features":[535]},{"name":"CIP_STATUS","features":[535]},{"name":"CIP_TRUST_VERIFICATION_COMPONENT_MISSING","features":[535]},{"name":"CIP_UNSAFE_TO_ABORT","features":[535]},{"name":"CLASSIDPROP","features":[535]},{"name":"CODEBASEHOLD","features":[535]},{"name":"CONFIRMSAFETY","features":[535]},{"name":"CONFIRMSAFETYACTION_LOADOBJECT","features":[535]},{"name":"CoGetClassObjectFromURL","features":[535]},{"name":"CoInternetCombineIUri","features":[535]},{"name":"CoInternetCombineUrl","features":[535]},{"name":"CoInternetCombineUrlEx","features":[535]},{"name":"CoInternetCompareUrl","features":[535]},{"name":"CoInternetCreateSecurityManager","features":[535]},{"name":"CoInternetCreateZoneManager","features":[535]},{"name":"CoInternetGetProtocolFlags","features":[535]},{"name":"CoInternetGetSecurityUrl","features":[535]},{"name":"CoInternetGetSecurityUrlEx","features":[535]},{"name":"CoInternetGetSession","features":[535]},{"name":"CoInternetIsFeatureEnabled","features":[535]},{"name":"CoInternetIsFeatureEnabledForIUri","features":[535]},{"name":"CoInternetIsFeatureEnabledForUrl","features":[535]},{"name":"CoInternetIsFeatureZoneElevationEnabled","features":[535]},{"name":"CoInternetParseIUri","features":[535]},{"name":"CoInternetParseUrl","features":[535]},{"name":"CoInternetQueryInfo","features":[535]},{"name":"CoInternetSetFeatureEnabled","features":[307,535]},{"name":"CompareSecurityIds","features":[535]},{"name":"CompatFlagsFromClsid","features":[535]},{"name":"CopyBindInfo","features":[307,318,310,387,535]},{"name":"CopyStgMedium","features":[307,318,387,535]},{"name":"CreateAsyncBindCtx","features":[535]},{"name":"CreateAsyncBindCtxEx","features":[535]},{"name":"CreateFormatEnumerator","features":[535]},{"name":"CreateURLMoniker","features":[535]},{"name":"CreateURLMonikerEx","features":[535]},{"name":"CreateURLMonikerEx2","features":[535]},{"name":"DATAINFO","features":[535]},{"name":"E_PENDING","features":[535]},{"name":"FEATURE_ADDON_MANAGEMENT","features":[535]},{"name":"FEATURE_BEHAVIORS","features":[535]},{"name":"FEATURE_BLOCK_INPUT_PROMPTS","features":[535]},{"name":"FEATURE_DISABLE_LEGACY_COMPRESSION","features":[535]},{"name":"FEATURE_DISABLE_MK_PROTOCOL","features":[535]},{"name":"FEATURE_DISABLE_NAVIGATION_SOUNDS","features":[535]},{"name":"FEATURE_DISABLE_TELNET_PROTOCOL","features":[535]},{"name":"FEATURE_ENTRY_COUNT","features":[535]},{"name":"FEATURE_FEEDS","features":[535]},{"name":"FEATURE_FORCE_ADDR_AND_STATUS","features":[535]},{"name":"FEATURE_GET_URL_DOM_FILEPATH_UNENCODED","features":[535]},{"name":"FEATURE_HTTP_USERNAME_PASSWORD_DISABLE","features":[535]},{"name":"FEATURE_LOCALMACHINE_LOCKDOWN","features":[535]},{"name":"FEATURE_MIME_HANDLING","features":[535]},{"name":"FEATURE_MIME_SNIFFING","features":[535]},{"name":"FEATURE_OBJECT_CACHING","features":[535]},{"name":"FEATURE_PROTOCOL_LOCKDOWN","features":[535]},{"name":"FEATURE_RESTRICT_ACTIVEXINSTALL","features":[535]},{"name":"FEATURE_RESTRICT_FILEDOWNLOAD","features":[535]},{"name":"FEATURE_SAFE_BINDTOOBJECT","features":[535]},{"name":"FEATURE_SECURITYBAND","features":[535]},{"name":"FEATURE_SSLUX","features":[535]},{"name":"FEATURE_TABBED_BROWSING","features":[535]},{"name":"FEATURE_UNC_SAVEDFILECHECK","features":[535]},{"name":"FEATURE_VALIDATE_NAVIGATE_URL","features":[535]},{"name":"FEATURE_WEBOC_POPUPMANAGEMENT","features":[535]},{"name":"FEATURE_WINDOW_RESTRICTIONS","features":[535]},{"name":"FEATURE_XMLHTTP","features":[535]},{"name":"FEATURE_ZONE_ELEVATION","features":[535]},{"name":"FIEF_FLAG_FORCE_JITUI","features":[535]},{"name":"FIEF_FLAG_PEEK","features":[535]},{"name":"FIEF_FLAG_RESERVED_0","features":[535]},{"name":"FIEF_FLAG_SKIP_INSTALLED_VERSION_CHECK","features":[535]},{"name":"FMFD_DEFAULT","features":[535]},{"name":"FMFD_ENABLEMIMESNIFFING","features":[535]},{"name":"FMFD_IGNOREMIMETEXTPLAIN","features":[535]},{"name":"FMFD_RESERVED_1","features":[535]},{"name":"FMFD_RESERVED_2","features":[535]},{"name":"FMFD_RESPECTTEXTPLAIN","features":[535]},{"name":"FMFD_RETURNUPDATEDIMGMIMES","features":[535]},{"name":"FMFD_SERVERMIME","features":[535]},{"name":"FMFD_URLASFILENAME","features":[535]},{"name":"FaultInIEFeature","features":[307,535]},{"name":"FindMediaType","features":[535]},{"name":"FindMediaTypeClass","features":[535]},{"name":"FindMimeFromData","features":[535]},{"name":"GET_FEATURE_FROM_PROCESS","features":[535]},{"name":"GET_FEATURE_FROM_REGISTRY","features":[535]},{"name":"GET_FEATURE_FROM_THREAD","features":[535]},{"name":"GET_FEATURE_FROM_THREAD_INTERNET","features":[535]},{"name":"GET_FEATURE_FROM_THREAD_INTRANET","features":[535]},{"name":"GET_FEATURE_FROM_THREAD_LOCALMACHINE","features":[535]},{"name":"GET_FEATURE_FROM_THREAD_RESTRICTED","features":[535]},{"name":"GET_FEATURE_FROM_THREAD_TRUSTED","features":[535]},{"name":"GetClassFileOrMime","features":[535]},{"name":"GetClassURL","features":[535]},{"name":"GetComponentIDFromCLSSPEC","features":[535]},{"name":"GetSoftwareUpdateInfo","features":[535]},{"name":"HIT_LOGGING_INFO","features":[307,535]},{"name":"HlinkGoBack","features":[535]},{"name":"HlinkGoForward","features":[535]},{"name":"HlinkNavigateMoniker","features":[535]},{"name":"HlinkNavigateString","features":[535]},{"name":"HlinkSimpleNavigateToMoniker","features":[535]},{"name":"HlinkSimpleNavigateToString","features":[535]},{"name":"IBindCallbackRedirect","features":[535]},{"name":"IBindHttpSecurity","features":[535]},{"name":"IBindProtocol","features":[535]},{"name":"ICatalogFileInfo","features":[535]},{"name":"ICodeInstall","features":[535]},{"name":"IDataFilter","features":[535]},{"name":"IEGetUserPrivateNamespaceName","features":[535]},{"name":"IEInstallScope","features":[535]},{"name":"IEObjectType","features":[535]},{"name":"IE_EPM_OBJECT_EVENT","features":[535]},{"name":"IE_EPM_OBJECT_FILE","features":[535]},{"name":"IE_EPM_OBJECT_MUTEX","features":[535]},{"name":"IE_EPM_OBJECT_NAMED_PIPE","features":[535]},{"name":"IE_EPM_OBJECT_REGISTRY","features":[535]},{"name":"IE_EPM_OBJECT_SEMAPHORE","features":[535]},{"name":"IE_EPM_OBJECT_SHARED_MEMORY","features":[535]},{"name":"IE_EPM_OBJECT_WAITABLE_TIMER","features":[535]},{"name":"IEncodingFilterFactory","features":[535]},{"name":"IGetBindHandle","features":[535]},{"name":"IHttpNegotiate","features":[535]},{"name":"IHttpNegotiate2","features":[535]},{"name":"IHttpNegotiate3","features":[535]},{"name":"IHttpSecurity","features":[535]},{"name":"IInternet","features":[535]},{"name":"IInternetBindInfo","features":[535]},{"name":"IInternetBindInfoEx","features":[535]},{"name":"IInternetHostSecurityManager","features":[535]},{"name":"IInternetPriority","features":[535]},{"name":"IInternetProtocol","features":[535]},{"name":"IInternetProtocolEx","features":[535]},{"name":"IInternetProtocolInfo","features":[535]},{"name":"IInternetProtocolRoot","features":[535]},{"name":"IInternetProtocolSink","features":[535]},{"name":"IInternetProtocolSinkStackable","features":[535]},{"name":"IInternetSecurityManager","features":[535]},{"name":"IInternetSecurityManagerEx","features":[535]},{"name":"IInternetSecurityManagerEx2","features":[535]},{"name":"IInternetSecurityMgrSite","features":[535]},{"name":"IInternetSession","features":[535]},{"name":"IInternetThreadSwitch","features":[535]},{"name":"IInternetZoneManager","features":[535]},{"name":"IInternetZoneManagerEx","features":[535]},{"name":"IInternetZoneManagerEx2","features":[535]},{"name":"IMonikerProp","features":[535]},{"name":"INET_E_AUTHENTICATION_REQUIRED","features":[535]},{"name":"INET_E_BLOCKED_ENHANCEDPROTECTEDMODE","features":[535]},{"name":"INET_E_BLOCKED_PLUGGABLE_PROTOCOL","features":[535]},{"name":"INET_E_BLOCKED_REDIRECT_XSECURITYID","features":[535]},{"name":"INET_E_CANNOT_CONNECT","features":[535]},{"name":"INET_E_CANNOT_INSTANTIATE_OBJECT","features":[535]},{"name":"INET_E_CANNOT_LOAD_DATA","features":[535]},{"name":"INET_E_CANNOT_LOCK_REQUEST","features":[535]},{"name":"INET_E_CANNOT_REPLACE_SFP_FILE","features":[535]},{"name":"INET_E_CODE_DOWNLOAD_DECLINED","features":[535]},{"name":"INET_E_CODE_INSTALL_BLOCKED_ARM","features":[535]},{"name":"INET_E_CODE_INSTALL_BLOCKED_BITNESS","features":[535]},{"name":"INET_E_CODE_INSTALL_BLOCKED_BY_HASH_POLICY","features":[535]},{"name":"INET_E_CODE_INSTALL_BLOCKED_IMMERSIVE","features":[535]},{"name":"INET_E_CODE_INSTALL_SUPPRESSED","features":[535]},{"name":"INET_E_CONNECTION_TIMEOUT","features":[535]},{"name":"INET_E_DATA_NOT_AVAILABLE","features":[535]},{"name":"INET_E_DEFAULT_ACTION","features":[535]},{"name":"INET_E_DOMINJECTIONVALIDATION","features":[535]},{"name":"INET_E_DOWNLOAD_BLOCKED_BY_CSP","features":[535]},{"name":"INET_E_DOWNLOAD_BLOCKED_BY_INPRIVATE","features":[535]},{"name":"INET_E_DOWNLOAD_FAILURE","features":[535]},{"name":"INET_E_ERROR_FIRST","features":[535]},{"name":"INET_E_ERROR_LAST","features":[535]},{"name":"INET_E_FORBIDFRAMING","features":[535]},{"name":"INET_E_HSTS_CERTIFICATE_ERROR","features":[535]},{"name":"INET_E_INVALID_CERTIFICATE","features":[535]},{"name":"INET_E_INVALID_REQUEST","features":[535]},{"name":"INET_E_INVALID_URL","features":[535]},{"name":"INET_E_NO_SESSION","features":[535]},{"name":"INET_E_NO_VALID_MEDIA","features":[535]},{"name":"INET_E_OBJECT_NOT_FOUND","features":[535]},{"name":"INET_E_QUERYOPTION_UNKNOWN","features":[535]},{"name":"INET_E_REDIRECTING","features":[535]},{"name":"INET_E_REDIRECT_FAILED","features":[535]},{"name":"INET_E_REDIRECT_TO_DIR","features":[535]},{"name":"INET_E_RESERVED_1","features":[535]},{"name":"INET_E_RESERVED_2","features":[535]},{"name":"INET_E_RESERVED_3","features":[535]},{"name":"INET_E_RESERVED_4","features":[535]},{"name":"INET_E_RESERVED_5","features":[535]},{"name":"INET_E_RESOURCE_NOT_FOUND","features":[535]},{"name":"INET_E_RESULT_DISPATCHED","features":[535]},{"name":"INET_E_SECURITY_PROBLEM","features":[535]},{"name":"INET_E_TERMINATED_BIND","features":[535]},{"name":"INET_E_UNKNOWN_PROTOCOL","features":[535]},{"name":"INET_E_USE_DEFAULT_PROTOCOLHANDLER","features":[535]},{"name":"INET_E_USE_DEFAULT_SETTING","features":[535]},{"name":"INET_E_USE_EXTEND_BINDING","features":[535]},{"name":"INET_E_VTAB_SWITCH_FORCE_ENGINE","features":[535]},{"name":"INET_ZONE_MANAGER_CONSTANTS","features":[535]},{"name":"INTERNETFEATURELIST","features":[535]},{"name":"IPersistMoniker","features":[535]},{"name":"ISoftDistExt","features":[535]},{"name":"IUriBuilderFactory","features":[535]},{"name":"IUriContainer","features":[535]},{"name":"IWinInetCacheHints","features":[535]},{"name":"IWinInetCacheHints2","features":[535]},{"name":"IWinInetFileStream","features":[535]},{"name":"IWinInetHttpInfo","features":[535]},{"name":"IWinInetHttpTimeouts","features":[535]},{"name":"IWinInetInfo","features":[535]},{"name":"IWindowForBindingUI","features":[535]},{"name":"IWrappedProtocol","features":[535]},{"name":"IZoneIdentifier","features":[535]},{"name":"IZoneIdentifier2","features":[535]},{"name":"IsAsyncMoniker","features":[535]},{"name":"IsLoggingEnabledA","features":[307,535]},{"name":"IsLoggingEnabledW","features":[307,535]},{"name":"IsValidURL","features":[535]},{"name":"MAX_SIZE_SECURITY_ID","features":[535]},{"name":"MAX_ZONE_DESCRIPTION","features":[535]},{"name":"MAX_ZONE_PATH","features":[535]},{"name":"MIMETYPEPROP","features":[535]},{"name":"MKSYS_URLMONIKER","features":[535]},{"name":"MK_S_ASYNCHRONOUS","features":[535]},{"name":"MONIKERPROPERTY","features":[535]},{"name":"MUTZ_ACCEPT_WILDCARD_SCHEME","features":[535]},{"name":"MUTZ_DONT_UNESCAPE","features":[535]},{"name":"MUTZ_DONT_USE_CACHE","features":[535]},{"name":"MUTZ_ENFORCERESTRICTED","features":[535]},{"name":"MUTZ_FORCE_INTRANET_FLAGS","features":[535]},{"name":"MUTZ_IGNORE_ZONE_MAPPINGS","features":[535]},{"name":"MUTZ_ISFILE","features":[535]},{"name":"MUTZ_NOSAVEDFILECHECK","features":[535]},{"name":"MUTZ_REQUIRESAVEDFILECHECK","features":[535]},{"name":"MUTZ_RESERVED","features":[535]},{"name":"MkParseDisplayNameEx","features":[535]},{"name":"OIBDG_APARTMENTTHREADED","features":[535]},{"name":"OIBDG_DATAONLY","features":[535]},{"name":"OIBDG_FLAGS","features":[535]},{"name":"ObtainUserAgentString","features":[535]},{"name":"PARSEACTION","features":[535]},{"name":"PARSE_ANCHOR","features":[535]},{"name":"PARSE_CANONICALIZE","features":[535]},{"name":"PARSE_DECODE_IS_ESCAPE","features":[535]},{"name":"PARSE_DOCUMENT","features":[535]},{"name":"PARSE_DOMAIN","features":[535]},{"name":"PARSE_ENCODE_IS_UNESCAPE","features":[535]},{"name":"PARSE_ESCAPE","features":[535]},{"name":"PARSE_FRIENDLY","features":[535]},{"name":"PARSE_LOCATION","features":[535]},{"name":"PARSE_MIME","features":[535]},{"name":"PARSE_PATH_FROM_URL","features":[535]},{"name":"PARSE_ROOTDOCUMENT","features":[535]},{"name":"PARSE_SCHEMA","features":[535]},{"name":"PARSE_SECURITY_DOMAIN","features":[535]},{"name":"PARSE_SECURITY_URL","features":[535]},{"name":"PARSE_SERVER","features":[535]},{"name":"PARSE_SITE","features":[535]},{"name":"PARSE_UNESCAPE","features":[535]},{"name":"PARSE_URL_FROM_PATH","features":[535]},{"name":"PD_FORCE_SWITCH","features":[535]},{"name":"PI_APARTMENTTHREADED","features":[535]},{"name":"PI_CLASSINSTALL","features":[535]},{"name":"PI_CLSIDLOOKUP","features":[535]},{"name":"PI_DATAPROGRESS","features":[535]},{"name":"PI_FILTER_MODE","features":[535]},{"name":"PI_FLAGS","features":[535]},{"name":"PI_FORCE_ASYNC","features":[535]},{"name":"PI_LOADAPPDIRECT","features":[535]},{"name":"PI_MIMEVERIFICATION","features":[535]},{"name":"PI_NOMIMEHANDLER","features":[535]},{"name":"PI_PARSE_URL","features":[535]},{"name":"PI_PASSONBINDCTX","features":[535]},{"name":"PI_PREFERDEFAULTHANDLER","features":[535]},{"name":"PI_SYNCHRONOUS","features":[535]},{"name":"PI_USE_WORKERTHREAD","features":[535]},{"name":"POPUPLEVELPROP","features":[535]},{"name":"PROTOCOLDATA","features":[535]},{"name":"PROTOCOLFILTERDATA","features":[535]},{"name":"PROTOCOLFLAG_NO_PICS_CHECK","features":[535]},{"name":"PROTOCOL_ARGUMENT","features":[535]},{"name":"PSUACTION","features":[535]},{"name":"PSU_DEFAULT","features":[535]},{"name":"PSU_SECURITY_URL_ONLY","features":[535]},{"name":"PUAF","features":[535]},{"name":"PUAFOUT","features":[535]},{"name":"PUAFOUT_DEFAULT","features":[535]},{"name":"PUAFOUT_ISLOCKZONEPOLICY","features":[535]},{"name":"PUAF_ACCEPT_WILDCARD_SCHEME","features":[535]},{"name":"PUAF_CHECK_TIFS","features":[535]},{"name":"PUAF_DEFAULT","features":[535]},{"name":"PUAF_DEFAULTZONEPOL","features":[535]},{"name":"PUAF_DONTCHECKBOXINDIALOG","features":[535]},{"name":"PUAF_DONT_USE_CACHE","features":[535]},{"name":"PUAF_DRAGPROTOCOLCHECK","features":[535]},{"name":"PUAF_ENFORCERESTRICTED","features":[535]},{"name":"PUAF_FORCEUI_FOREGROUND","features":[535]},{"name":"PUAF_ISFILE","features":[535]},{"name":"PUAF_LMZ_LOCKED","features":[535]},{"name":"PUAF_LMZ_UNLOCKED","features":[535]},{"name":"PUAF_NOSAVEDFILECHECK","features":[535]},{"name":"PUAF_NOUI","features":[535]},{"name":"PUAF_NOUIIFLOCKED","features":[535]},{"name":"PUAF_NPL_USE_LOCKED_IF_RESTRICTED","features":[535]},{"name":"PUAF_REQUIRESAVEDFILECHECK","features":[535]},{"name":"PUAF_RESERVED1","features":[535]},{"name":"PUAF_RESERVED2","features":[535]},{"name":"PUAF_TRUSTED","features":[535]},{"name":"PUAF_WARN_IF_DENIED","features":[535]},{"name":"QUERYOPTION","features":[535]},{"name":"QUERY_CAN_NAVIGATE","features":[535]},{"name":"QUERY_CONTENT_ENCODING","features":[535]},{"name":"QUERY_CONTENT_TYPE","features":[535]},{"name":"QUERY_EXPIRATION_DATE","features":[535]},{"name":"QUERY_IS_CACHED","features":[535]},{"name":"QUERY_IS_CACHED_AND_USABLE_OFFLINE","features":[535]},{"name":"QUERY_IS_CACHED_OR_MAPPED","features":[535]},{"name":"QUERY_IS_INSTALLEDENTRY","features":[535]},{"name":"QUERY_IS_SAFE","features":[535]},{"name":"QUERY_IS_SECURE","features":[535]},{"name":"QUERY_RECOMBINE","features":[535]},{"name":"QUERY_REFRESH","features":[535]},{"name":"QUERY_TIME_OF_LAST_CHANGE","features":[535]},{"name":"QUERY_USES_CACHE","features":[535]},{"name":"QUERY_USES_HISTORYFOLDER","features":[535]},{"name":"QUERY_USES_NETWORK","features":[535]},{"name":"REMSECURITY_ATTRIBUTES","features":[307,535]},{"name":"RegisterBindStatusCallback","features":[535]},{"name":"RegisterFormatEnumerator","features":[535]},{"name":"RegisterMediaTypeClass","features":[535]},{"name":"RegisterMediaTypes","features":[535]},{"name":"ReleaseBindInfo","features":[307,318,310,387,535]},{"name":"RemBINDINFO","features":[307,535]},{"name":"RemFORMATETC","features":[535]},{"name":"RevokeBindStatusCallback","features":[535]},{"name":"RevokeFormatEnumerator","features":[535]},{"name":"SECURITY_IE_STATE_GREEN","features":[535]},{"name":"SECURITY_IE_STATE_RED","features":[535]},{"name":"SET_FEATURE_IN_REGISTRY","features":[535]},{"name":"SET_FEATURE_ON_PROCESS","features":[535]},{"name":"SET_FEATURE_ON_THREAD","features":[535]},{"name":"SET_FEATURE_ON_THREAD_INTERNET","features":[535]},{"name":"SET_FEATURE_ON_THREAD_INTRANET","features":[535]},{"name":"SET_FEATURE_ON_THREAD_LOCALMACHINE","features":[535]},{"name":"SET_FEATURE_ON_THREAD_RESTRICTED","features":[535]},{"name":"SET_FEATURE_ON_THREAD_TRUSTED","features":[535]},{"name":"SOFTDISTINFO","features":[535]},{"name":"SOFTDIST_ADSTATE_AVAILABLE","features":[535]},{"name":"SOFTDIST_ADSTATE_DOWNLOADED","features":[535]},{"name":"SOFTDIST_ADSTATE_INSTALLED","features":[535]},{"name":"SOFTDIST_ADSTATE_NONE","features":[535]},{"name":"SOFTDIST_FLAG_DELETE_SUBSCRIPTION","features":[535]},{"name":"SOFTDIST_FLAG_USAGE_AUTOINSTALL","features":[535]},{"name":"SOFTDIST_FLAG_USAGE_EMAIL","features":[535]},{"name":"SOFTDIST_FLAG_USAGE_PRECACHE","features":[535]},{"name":"SZM_CREATE","features":[535]},{"name":"SZM_DELETE","features":[535]},{"name":"SZM_FLAGS","features":[535]},{"name":"S_ASYNCHRONOUS","features":[535]},{"name":"SetAccessForIEAppContainer","features":[307,535]},{"name":"SetSoftwareUpdateAdvertisementState","features":[535]},{"name":"StartParam","features":[535]},{"name":"TRUSTEDDOWNLOADPROP","features":[535]},{"name":"UAS_EXACTLEGACY","features":[535]},{"name":"URLACTION_ACTIVEX_ALLOW_TDC","features":[535]},{"name":"URLACTION_ACTIVEX_CONFIRM_NOOBJECTSAFETY","features":[535]},{"name":"URLACTION_ACTIVEX_CURR_MAX","features":[535]},{"name":"URLACTION_ACTIVEX_DYNSRC_VIDEO_AND_ANIMATION","features":[535]},{"name":"URLACTION_ACTIVEX_MAX","features":[535]},{"name":"URLACTION_ACTIVEX_MIN","features":[535]},{"name":"URLACTION_ACTIVEX_NO_WEBOC_SCRIPT","features":[535]},{"name":"URLACTION_ACTIVEX_OVERRIDE_DATA_SAFETY","features":[535]},{"name":"URLACTION_ACTIVEX_OVERRIDE_DOMAINLIST","features":[535]},{"name":"URLACTION_ACTIVEX_OVERRIDE_OBJECT_SAFETY","features":[535]},{"name":"URLACTION_ACTIVEX_OVERRIDE_OPTIN","features":[535]},{"name":"URLACTION_ACTIVEX_OVERRIDE_REPURPOSEDETECTION","features":[535]},{"name":"URLACTION_ACTIVEX_OVERRIDE_SCRIPT_SAFETY","features":[535]},{"name":"URLACTION_ACTIVEX_RUN","features":[535]},{"name":"URLACTION_ACTIVEX_SCRIPTLET_RUN","features":[535]},{"name":"URLACTION_ACTIVEX_TREATASUNTRUSTED","features":[535]},{"name":"URLACTION_ALLOW_ACTIVEX_FILTERING","features":[535]},{"name":"URLACTION_ALLOW_ANTIMALWARE_SCANNING_OF_ACTIVEX","features":[535]},{"name":"URLACTION_ALLOW_APEVALUATION","features":[535]},{"name":"URLACTION_ALLOW_AUDIO_VIDEO","features":[535]},{"name":"URLACTION_ALLOW_AUDIO_VIDEO_PLUGINS","features":[535]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_APPCACHE_MANIFEST","features":[535]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_DROP_ACROSS_WINDOWS","features":[535]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_DROP_WITHIN_WINDOW","features":[535]},{"name":"URLACTION_ALLOW_CSS_EXPRESSIONS","features":[535]},{"name":"URLACTION_ALLOW_JSCRIPT_IE","features":[535]},{"name":"URLACTION_ALLOW_RENDER_LEGACY_DXTFILTERS","features":[535]},{"name":"URLACTION_ALLOW_RESTRICTEDPROTOCOLS","features":[535]},{"name":"URLACTION_ALLOW_STRUCTURED_STORAGE_SNIFFING","features":[535]},{"name":"URLACTION_ALLOW_VBSCRIPT_IE","features":[535]},{"name":"URLACTION_ALLOW_XDOMAIN_SUBFRAME_RESIZE","features":[535]},{"name":"URLACTION_ALLOW_XHR_EVALUATION","features":[535]},{"name":"URLACTION_ALLOW_ZONE_ELEVATION_OPT_OUT_ADDITION","features":[535]},{"name":"URLACTION_ALLOW_ZONE_ELEVATION_VIA_OPT_OUT","features":[535]},{"name":"URLACTION_AUTHENTICATE_CLIENT","features":[535]},{"name":"URLACTION_AUTOMATIC_ACTIVEX_UI","features":[535]},{"name":"URLACTION_AUTOMATIC_DOWNLOAD_UI","features":[535]},{"name":"URLACTION_AUTOMATIC_DOWNLOAD_UI_MIN","features":[535]},{"name":"URLACTION_BEHAVIOR_MIN","features":[535]},{"name":"URLACTION_BEHAVIOR_RUN","features":[535]},{"name":"URLACTION_CHANNEL_SOFTDIST_MAX","features":[535]},{"name":"URLACTION_CHANNEL_SOFTDIST_MIN","features":[535]},{"name":"URLACTION_CHANNEL_SOFTDIST_PERMISSIONS","features":[535]},{"name":"URLACTION_CLIENT_CERT_PROMPT","features":[535]},{"name":"URLACTION_COOKIES","features":[535]},{"name":"URLACTION_COOKIES_ENABLED","features":[535]},{"name":"URLACTION_COOKIES_SESSION","features":[535]},{"name":"URLACTION_COOKIES_SESSION_THIRD_PARTY","features":[535]},{"name":"URLACTION_COOKIES_THIRD_PARTY","features":[535]},{"name":"URLACTION_CREDENTIALS_USE","features":[535]},{"name":"URLACTION_CROSS_DOMAIN_DATA","features":[535]},{"name":"URLACTION_DOTNET_USERCONTROLS","features":[535]},{"name":"URLACTION_DOWNLOAD_CURR_MAX","features":[535]},{"name":"URLACTION_DOWNLOAD_MAX","features":[535]},{"name":"URLACTION_DOWNLOAD_MIN","features":[535]},{"name":"URLACTION_DOWNLOAD_SIGNED_ACTIVEX","features":[535]},{"name":"URLACTION_DOWNLOAD_UNSIGNED_ACTIVEX","features":[535]},{"name":"URLACTION_FEATURE_BLOCK_INPUT_PROMPTS","features":[535]},{"name":"URLACTION_FEATURE_CROSSDOMAIN_FOCUS_CHANGE","features":[535]},{"name":"URLACTION_FEATURE_DATA_BINDING","features":[535]},{"name":"URLACTION_FEATURE_FORCE_ADDR_AND_STATUS","features":[535]},{"name":"URLACTION_FEATURE_MIME_SNIFFING","features":[535]},{"name":"URLACTION_FEATURE_MIN","features":[535]},{"name":"URLACTION_FEATURE_SCRIPT_STATUS_BAR","features":[535]},{"name":"URLACTION_FEATURE_WINDOW_RESTRICTIONS","features":[535]},{"name":"URLACTION_FEATURE_ZONE_ELEVATION","features":[535]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_CANVAS","features":[535]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_TEXTTRACK","features":[535]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_WEBWORKER","features":[535]},{"name":"URLACTION_HTML_ALLOW_INDEXEDDB","features":[535]},{"name":"URLACTION_HTML_ALLOW_INJECTED_DYNAMIC_HTML","features":[535]},{"name":"URLACTION_HTML_ALLOW_WINDOW_CLOSE","features":[535]},{"name":"URLACTION_HTML_FONT_DOWNLOAD","features":[535]},{"name":"URLACTION_HTML_INCLUDE_FILE_PATH","features":[535]},{"name":"URLACTION_HTML_JAVA_RUN","features":[535]},{"name":"URLACTION_HTML_MAX","features":[535]},{"name":"URLACTION_HTML_META_REFRESH","features":[535]},{"name":"URLACTION_HTML_MIN","features":[535]},{"name":"URLACTION_HTML_MIXED_CONTENT","features":[535]},{"name":"URLACTION_HTML_REQUIRE_UTF8_DOCUMENT_CODEPAGE","features":[535]},{"name":"URLACTION_HTML_SUBFRAME_NAVIGATE","features":[535]},{"name":"URLACTION_HTML_SUBMIT_FORMS","features":[535]},{"name":"URLACTION_HTML_SUBMIT_FORMS_FROM","features":[535]},{"name":"URLACTION_HTML_SUBMIT_FORMS_TO","features":[535]},{"name":"URLACTION_HTML_USERDATA_SAVE","features":[535]},{"name":"URLACTION_INFODELIVERY_CURR_MAX","features":[535]},{"name":"URLACTION_INFODELIVERY_MAX","features":[535]},{"name":"URLACTION_INFODELIVERY_MIN","features":[535]},{"name":"URLACTION_INFODELIVERY_NO_ADDING_CHANNELS","features":[535]},{"name":"URLACTION_INFODELIVERY_NO_ADDING_SUBSCRIPTIONS","features":[535]},{"name":"URLACTION_INFODELIVERY_NO_CHANNEL_LOGGING","features":[535]},{"name":"URLACTION_INFODELIVERY_NO_EDITING_CHANNELS","features":[535]},{"name":"URLACTION_INFODELIVERY_NO_EDITING_SUBSCRIPTIONS","features":[535]},{"name":"URLACTION_INFODELIVERY_NO_REMOVING_CHANNELS","features":[535]},{"name":"URLACTION_INFODELIVERY_NO_REMOVING_SUBSCRIPTIONS","features":[535]},{"name":"URLACTION_INPRIVATE_BLOCKING","features":[535]},{"name":"URLACTION_JAVA_CURR_MAX","features":[535]},{"name":"URLACTION_JAVA_MAX","features":[535]},{"name":"URLACTION_JAVA_MIN","features":[535]},{"name":"URLACTION_JAVA_PERMISSIONS","features":[535]},{"name":"URLACTION_LOOSE_XAML","features":[535]},{"name":"URLACTION_LOWRIGHTS","features":[535]},{"name":"URLACTION_MIN","features":[535]},{"name":"URLACTION_NETWORK_CURR_MAX","features":[535]},{"name":"URLACTION_NETWORK_MAX","features":[535]},{"name":"URLACTION_NETWORK_MIN","features":[535]},{"name":"URLACTION_PLUGGABLE_PROTOCOL_XHR","features":[535]},{"name":"URLACTION_SCRIPT_CURR_MAX","features":[535]},{"name":"URLACTION_SCRIPT_JAVA_USE","features":[535]},{"name":"URLACTION_SCRIPT_MAX","features":[535]},{"name":"URLACTION_SCRIPT_MIN","features":[535]},{"name":"URLACTION_SCRIPT_NAVIGATE","features":[535]},{"name":"URLACTION_SCRIPT_OVERRIDE_SAFETY","features":[535]},{"name":"URLACTION_SCRIPT_PASTE","features":[535]},{"name":"URLACTION_SCRIPT_RUN","features":[535]},{"name":"URLACTION_SCRIPT_SAFE_ACTIVEX","features":[535]},{"name":"URLACTION_SCRIPT_XSSFILTER","features":[535]},{"name":"URLACTION_SHELL_ALLOW_CROSS_SITE_SHARE","features":[535]},{"name":"URLACTION_SHELL_CURR_MAX","features":[535]},{"name":"URLACTION_SHELL_ENHANCED_DRAGDROP_SECURITY","features":[535]},{"name":"URLACTION_SHELL_EXECUTE_HIGHRISK","features":[535]},{"name":"URLACTION_SHELL_EXECUTE_LOWRISK","features":[535]},{"name":"URLACTION_SHELL_EXECUTE_MODRISK","features":[535]},{"name":"URLACTION_SHELL_EXTENSIONSECURITY","features":[535]},{"name":"URLACTION_SHELL_FILE_DOWNLOAD","features":[535]},{"name":"URLACTION_SHELL_INSTALL_DTITEMS","features":[535]},{"name":"URLACTION_SHELL_MAX","features":[535]},{"name":"URLACTION_SHELL_MIN","features":[535]},{"name":"URLACTION_SHELL_MOVE_OR_COPY","features":[535]},{"name":"URLACTION_SHELL_POPUPMGR","features":[535]},{"name":"URLACTION_SHELL_PREVIEW","features":[535]},{"name":"URLACTION_SHELL_REMOTEQUERY","features":[535]},{"name":"URLACTION_SHELL_RTF_OBJECTS_LOAD","features":[535]},{"name":"URLACTION_SHELL_SECURE_DRAGSOURCE","features":[535]},{"name":"URLACTION_SHELL_SHARE","features":[535]},{"name":"URLACTION_SHELL_SHELLEXECUTE","features":[535]},{"name":"URLACTION_SHELL_TOCTOU_RISK","features":[535]},{"name":"URLACTION_SHELL_VERB","features":[535]},{"name":"URLACTION_SHELL_WEBVIEW_VERB","features":[535]},{"name":"URLACTION_WINDOWS_BROWSER_APPLICATIONS","features":[535]},{"name":"URLACTION_WINFX_SETUP","features":[535]},{"name":"URLACTION_XPS_DOCUMENTS","features":[535]},{"name":"URLDownloadToCacheFileA","features":[535]},{"name":"URLDownloadToCacheFileW","features":[535]},{"name":"URLDownloadToFileA","features":[535]},{"name":"URLDownloadToFileW","features":[535]},{"name":"URLMON_OPTION_URL_ENCODING","features":[535]},{"name":"URLMON_OPTION_USERAGENT","features":[535]},{"name":"URLMON_OPTION_USERAGENT_REFRESH","features":[535]},{"name":"URLMON_OPTION_USE_BINDSTRINGCREDS","features":[535]},{"name":"URLMON_OPTION_USE_BROWSERAPPSDOCUMENTS","features":[535]},{"name":"URLOSTRM_GETNEWESTVERSION","features":[535]},{"name":"URLOSTRM_USECACHEDCOPY","features":[535]},{"name":"URLOSTRM_USECACHEDCOPY_ONLY","features":[535]},{"name":"URLOpenBlockingStreamA","features":[535]},{"name":"URLOpenBlockingStreamW","features":[535]},{"name":"URLOpenPullStreamA","features":[535]},{"name":"URLOpenPullStreamW","features":[535]},{"name":"URLOpenStreamA","features":[535]},{"name":"URLOpenStreamW","features":[535]},{"name":"URLPOLICY_ACTIVEX_CHECK_LIST","features":[535]},{"name":"URLPOLICY_ALLOW","features":[535]},{"name":"URLPOLICY_AUTHENTICATE_CHALLENGE_RESPONSE","features":[535]},{"name":"URLPOLICY_AUTHENTICATE_CLEARTEXT_OK","features":[535]},{"name":"URLPOLICY_AUTHENTICATE_MUTUAL_ONLY","features":[535]},{"name":"URLPOLICY_BEHAVIOR_CHECK_LIST","features":[535]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_AUTOINSTALL","features":[535]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_PRECACHE","features":[535]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_PROHIBIT","features":[535]},{"name":"URLPOLICY_CREDENTIALS_ANONYMOUS_ONLY","features":[535]},{"name":"URLPOLICY_CREDENTIALS_CONDITIONAL_PROMPT","features":[535]},{"name":"URLPOLICY_CREDENTIALS_MUST_PROMPT_USER","features":[535]},{"name":"URLPOLICY_CREDENTIALS_SILENT_LOGON_OK","features":[535]},{"name":"URLPOLICY_DISALLOW","features":[535]},{"name":"URLPOLICY_DONTCHECKDLGBOX","features":[535]},{"name":"URLPOLICY_JAVA_CUSTOM","features":[535]},{"name":"URLPOLICY_JAVA_HIGH","features":[535]},{"name":"URLPOLICY_JAVA_LOW","features":[535]},{"name":"URLPOLICY_JAVA_MEDIUM","features":[535]},{"name":"URLPOLICY_JAVA_PROHIBIT","features":[535]},{"name":"URLPOLICY_LOG_ON_ALLOW","features":[535]},{"name":"URLPOLICY_LOG_ON_DISALLOW","features":[535]},{"name":"URLPOLICY_MASK_PERMISSIONS","features":[535]},{"name":"URLPOLICY_NOTIFY_ON_ALLOW","features":[535]},{"name":"URLPOLICY_NOTIFY_ON_DISALLOW","features":[535]},{"name":"URLPOLICY_QUERY","features":[535]},{"name":"URLTEMPLATE","features":[535]},{"name":"URLTEMPLATE_CUSTOM","features":[535]},{"name":"URLTEMPLATE_HIGH","features":[535]},{"name":"URLTEMPLATE_LOW","features":[535]},{"name":"URLTEMPLATE_MEDHIGH","features":[535]},{"name":"URLTEMPLATE_MEDIUM","features":[535]},{"name":"URLTEMPLATE_MEDLOW","features":[535]},{"name":"URLTEMPLATE_PREDEFINED_MAX","features":[535]},{"name":"URLTEMPLATE_PREDEFINED_MIN","features":[535]},{"name":"URLZONE","features":[535]},{"name":"URLZONEREG","features":[535]},{"name":"URLZONEREG_DEFAULT","features":[535]},{"name":"URLZONEREG_HKCU","features":[535]},{"name":"URLZONEREG_HKLM","features":[535]},{"name":"URLZONE_ESC_FLAG","features":[535]},{"name":"URLZONE_INTERNET","features":[535]},{"name":"URLZONE_INTRANET","features":[535]},{"name":"URLZONE_INVALID","features":[535]},{"name":"URLZONE_LOCAL_MACHINE","features":[535]},{"name":"URLZONE_PREDEFINED_MAX","features":[535]},{"name":"URLZONE_PREDEFINED_MIN","features":[535]},{"name":"URLZONE_TRUSTED","features":[535]},{"name":"URLZONE_UNTRUSTED","features":[535]},{"name":"URLZONE_USER_MAX","features":[535]},{"name":"URLZONE_USER_MIN","features":[535]},{"name":"URL_ENCODING","features":[535]},{"name":"URL_ENCODING_DISABLE_UTF8","features":[535]},{"name":"URL_ENCODING_ENABLE_UTF8","features":[535]},{"name":"URL_ENCODING_NONE","features":[535]},{"name":"URL_MK_LEGACY","features":[535]},{"name":"URL_MK_NO_CANONICALIZE","features":[535]},{"name":"URL_MK_UNIFORM","features":[535]},{"name":"USE_SRC_URL","features":[535]},{"name":"UriBuilder_USE_ORIGINAL_FLAGS","features":[535]},{"name":"Uri_DISPLAY_IDN_HOST","features":[535]},{"name":"Uri_DISPLAY_NO_FRAGMENT","features":[535]},{"name":"Uri_DISPLAY_NO_PUNYCODE","features":[535]},{"name":"Uri_ENCODING_HOST_IS_IDN","features":[535]},{"name":"Uri_ENCODING_HOST_IS_PERCENT_ENCODED_CP","features":[535]},{"name":"Uri_ENCODING_HOST_IS_PERCENT_ENCODED_UTF8","features":[535]},{"name":"Uri_ENCODING_QUERY_AND_FRAGMENT_IS_CP","features":[535]},{"name":"Uri_ENCODING_QUERY_AND_FRAGMENT_IS_PERCENT_ENCODED_UTF8","features":[535]},{"name":"Uri_ENCODING_USER_INFO_AND_PATH_IS_CP","features":[535]},{"name":"Uri_ENCODING_USER_INFO_AND_PATH_IS_PERCENT_ENCODED_UTF8","features":[535]},{"name":"Uri_HOST_DNS","features":[535]},{"name":"Uri_HOST_IDN","features":[535]},{"name":"Uri_HOST_IPV4","features":[535]},{"name":"Uri_HOST_IPV6","features":[535]},{"name":"Uri_HOST_TYPE","features":[535]},{"name":"Uri_HOST_UNKNOWN","features":[535]},{"name":"Uri_PUNYCODE_IDN_HOST","features":[535]},{"name":"UrlMkGetSessionOption","features":[535]},{"name":"UrlMkSetSessionOption","features":[535]},{"name":"WININETINFO_OPTION_LOCK_HANDLE","features":[535]},{"name":"WriteHitLogging","features":[307,535]},{"name":"ZAFLAGS","features":[535]},{"name":"ZAFLAGS_ADD_SITES","features":[535]},{"name":"ZAFLAGS_CUSTOM_EDIT","features":[535]},{"name":"ZAFLAGS_DETECT_INTRANET","features":[535]},{"name":"ZAFLAGS_INCLUDE_INTRANET_SITES","features":[535]},{"name":"ZAFLAGS_INCLUDE_PROXY_OVERRIDE","features":[535]},{"name":"ZAFLAGS_NO_CACHE","features":[535]},{"name":"ZAFLAGS_NO_UI","features":[535]},{"name":"ZAFLAGS_REQUIRE_VERIFICATION","features":[535]},{"name":"ZAFLAGS_SUPPORTS_VERIFICATION","features":[535]},{"name":"ZAFLAGS_UNC_AS_INTRANET","features":[535]},{"name":"ZAFLAGS_USE_LOCKED_ZONES","features":[535]},{"name":"ZAFLAGS_VERIFY_TEMPLATE_SETTINGS","features":[535]},{"name":"ZONEATTRIBUTES","features":[535]}],"545":[{"name":"APPDATA","features":[536]},{"name":"APPSTATISTICS","features":[536]},{"name":"APPTYPE_LIBRARY","features":[536]},{"name":"APPTYPE_SERVER","features":[536]},{"name":"APPTYPE_SWC","features":[536]},{"name":"APPTYPE_UNKNOWN","features":[536]},{"name":"AppDomainHelper","features":[536]},{"name":"ApplicationProcessRecycleInfo","features":[307,536]},{"name":"ApplicationProcessStatistics","features":[536]},{"name":"ApplicationProcessSummary","features":[307,536]},{"name":"ApplicationSummary","features":[536]},{"name":"AutoSvcs_Error_Constants","features":[536]},{"name":"ByotServerEx","features":[536]},{"name":"CLSIDDATA","features":[536]},{"name":"CLSIDDATA2","features":[536]},{"name":"COMAdmin32BitComponent","features":[536]},{"name":"COMAdmin64BitComponent","features":[536]},{"name":"COMAdminAccessChecksApplicationComponentLevel","features":[536]},{"name":"COMAdminAccessChecksApplicationLevel","features":[536]},{"name":"COMAdminAccessChecksLevelOptions","features":[536]},{"name":"COMAdminActivationInproc","features":[536]},{"name":"COMAdminActivationLocal","features":[536]},{"name":"COMAdminActivationOptions","features":[536]},{"name":"COMAdminApplicationExportOptions","features":[536]},{"name":"COMAdminApplicationInstallOptions","features":[536]},{"name":"COMAdminAuthenticationCall","features":[536]},{"name":"COMAdminAuthenticationCapabilitiesDynamicCloaking","features":[536]},{"name":"COMAdminAuthenticationCapabilitiesNone","features":[536]},{"name":"COMAdminAuthenticationCapabilitiesOptions","features":[536]},{"name":"COMAdminAuthenticationCapabilitiesSecureReference","features":[536]},{"name":"COMAdminAuthenticationCapabilitiesStaticCloaking","features":[536]},{"name":"COMAdminAuthenticationConnect","features":[536]},{"name":"COMAdminAuthenticationDefault","features":[536]},{"name":"COMAdminAuthenticationIntegrity","features":[536]},{"name":"COMAdminAuthenticationLevelOptions","features":[536]},{"name":"COMAdminAuthenticationNone","features":[536]},{"name":"COMAdminAuthenticationPacket","features":[536]},{"name":"COMAdminAuthenticationPrivacy","features":[536]},{"name":"COMAdminCatalog","features":[536]},{"name":"COMAdminCatalogCollection","features":[536]},{"name":"COMAdminCatalogObject","features":[536]},{"name":"COMAdminCompFlagAlreadyInstalled","features":[536]},{"name":"COMAdminCompFlagCOMPlusPropertiesFound","features":[536]},{"name":"COMAdminCompFlagInterfacesFound","features":[536]},{"name":"COMAdminCompFlagNotInApplication","features":[536]},{"name":"COMAdminCompFlagProxyFound","features":[536]},{"name":"COMAdminCompFlagTypeInfoFound","features":[536]},{"name":"COMAdminComponentFlags","features":[536]},{"name":"COMAdminComponentType","features":[536]},{"name":"COMAdminErrAlreadyInstalled","features":[536]},{"name":"COMAdminErrAppDirNotFound","features":[536]},{"name":"COMAdminErrAppFileReadFail","features":[536]},{"name":"COMAdminErrAppFileVersion","features":[536]},{"name":"COMAdminErrAppFileWriteFail","features":[536]},{"name":"COMAdminErrAppNotRunning","features":[536]},{"name":"COMAdminErrApplicationExists","features":[536]},{"name":"COMAdminErrApplidMatchesClsid","features":[536]},{"name":"COMAdminErrAuthenticationLevel","features":[536]},{"name":"COMAdminErrBadPath","features":[536]},{"name":"COMAdminErrBadRegistryLibID","features":[536]},{"name":"COMAdminErrBadRegistryProgID","features":[536]},{"name":"COMAdminErrBasePartitionOnly","features":[536]},{"name":"COMAdminErrCLSIDOrIIDMismatch","features":[536]},{"name":"COMAdminErrCanNotExportAppProxy","features":[536]},{"name":"COMAdminErrCanNotExportSystemApp","features":[536]},{"name":"COMAdminErrCanNotStartApp","features":[536]},{"name":"COMAdminErrCanNotSubscribeToComponent","features":[536]},{"name":"COMAdminErrCannotCopyEventClass","features":[536]},{"name":"COMAdminErrCantCopyFile","features":[536]},{"name":"COMAdminErrCantRecycleLibraryApps","features":[536]},{"name":"COMAdminErrCantRecycleServiceApps","features":[536]},{"name":"COMAdminErrCatBitnessMismatch","features":[536]},{"name":"COMAdminErrCatPauseResumeNotSupported","features":[536]},{"name":"COMAdminErrCatServerFault","features":[536]},{"name":"COMAdminErrCatUnacceptableBitness","features":[536]},{"name":"COMAdminErrCatWrongAppBitnessBitness","features":[536]},{"name":"COMAdminErrCoReqCompInstalled","features":[536]},{"name":"COMAdminErrCompFileBadTLB","features":[536]},{"name":"COMAdminErrCompFileClassNotAvail","features":[536]},{"name":"COMAdminErrCompFileDoesNotExist","features":[536]},{"name":"COMAdminErrCompFileGetClassObj","features":[536]},{"name":"COMAdminErrCompFileLoadDLLFail","features":[536]},{"name":"COMAdminErrCompFileNoRegistrar","features":[536]},{"name":"COMAdminErrCompFileNotInstallable","features":[536]},{"name":"COMAdminErrCompMoveBadDest","features":[536]},{"name":"COMAdminErrCompMoveDest","features":[536]},{"name":"COMAdminErrCompMoveLocked","features":[536]},{"name":"COMAdminErrCompMovePrivate","features":[536]},{"name":"COMAdminErrCompMoveSource","features":[536]},{"name":"COMAdminErrComponentExists","features":[536]},{"name":"COMAdminErrDllLoadFailed","features":[536]},{"name":"COMAdminErrDllRegisterServer","features":[536]},{"name":"COMAdminErrDuplicatePartitionName","features":[536]},{"name":"COMAdminErrEventClassCannotBeSubscriber","features":[536]},{"name":"COMAdminErrImportedComponentsNotAllowed","features":[536]},{"name":"COMAdminErrInvalidPartition","features":[536]},{"name":"COMAdminErrInvalidUserids","features":[536]},{"name":"COMAdminErrKeyMissing","features":[536]},{"name":"COMAdminErrLibAppProxyIncompatible","features":[536]},{"name":"COMAdminErrMigSchemaNotFound","features":[536]},{"name":"COMAdminErrMigVersionNotSupported","features":[536]},{"name":"COMAdminErrNoRegistryCLSID","features":[536]},{"name":"COMAdminErrNoServerShare","features":[536]},{"name":"COMAdminErrNoUser","features":[536]},{"name":"COMAdminErrNotChangeable","features":[536]},{"name":"COMAdminErrNotDeletable","features":[536]},{"name":"COMAdminErrNotInRegistry","features":[536]},{"name":"COMAdminErrObjectDoesNotExist","features":[536]},{"name":"COMAdminErrObjectErrors","features":[536]},{"name":"COMAdminErrObjectExists","features":[536]},{"name":"COMAdminErrObjectInvalid","features":[536]},{"name":"COMAdminErrObjectNotPoolable","features":[536]},{"name":"COMAdminErrObjectParentMissing","features":[536]},{"name":"COMAdminErrPartitionInUse","features":[536]},{"name":"COMAdminErrPartitionMsiOnly","features":[536]},{"name":"COMAdminErrPausedProcessMayNotBeRecycled","features":[536]},{"name":"COMAdminErrProcessAlreadyRecycled","features":[536]},{"name":"COMAdminErrPropertyOverflow","features":[536]},{"name":"COMAdminErrPropertySaveFailed","features":[536]},{"name":"COMAdminErrQueuingServiceNotAvailable","features":[536]},{"name":"COMAdminErrRegFileCorrupt","features":[536]},{"name":"COMAdminErrRegdbAlreadyRunning","features":[536]},{"name":"COMAdminErrRegdbNotInitialized","features":[536]},{"name":"COMAdminErrRegdbNotOpen","features":[536]},{"name":"COMAdminErrRegdbSystemErr","features":[536]},{"name":"COMAdminErrRegisterTLB","features":[536]},{"name":"COMAdminErrRegistrarFailed","features":[536]},{"name":"COMAdminErrRemoteInterface","features":[536]},{"name":"COMAdminErrRequiresDifferentPlatform","features":[536]},{"name":"COMAdminErrRoleDoesNotExist","features":[536]},{"name":"COMAdminErrRoleExists","features":[536]},{"name":"COMAdminErrServiceNotInstalled","features":[536]},{"name":"COMAdminErrSession","features":[536]},{"name":"COMAdminErrStartAppDisabled","features":[536]},{"name":"COMAdminErrStartAppNeedsComponents","features":[536]},{"name":"COMAdminErrSystemApp","features":[536]},{"name":"COMAdminErrUserPasswdNotValid","features":[536]},{"name":"COMAdminErrorCodes","features":[536]},{"name":"COMAdminExportApplicationProxy","features":[536]},{"name":"COMAdminExportForceOverwriteOfFiles","features":[536]},{"name":"COMAdminExportIn10Format","features":[536]},{"name":"COMAdminExportNoUsers","features":[536]},{"name":"COMAdminExportUsers","features":[536]},{"name":"COMAdminFileFlagAlreadyInstalled","features":[536]},{"name":"COMAdminFileFlagBadTLB","features":[536]},{"name":"COMAdminFileFlagCOM","features":[536]},{"name":"COMAdminFileFlagClassNotAvailable","features":[536]},{"name":"COMAdminFileFlagContainsComp","features":[536]},{"name":"COMAdminFileFlagContainsPS","features":[536]},{"name":"COMAdminFileFlagContainsTLB","features":[536]},{"name":"COMAdminFileFlagDLLRegsvrFailed","features":[536]},{"name":"COMAdminFileFlagDoesNotExist","features":[536]},{"name":"COMAdminFileFlagError","features":[536]},{"name":"COMAdminFileFlagGetClassObjFailed","features":[536]},{"name":"COMAdminFileFlagLoadable","features":[536]},{"name":"COMAdminFileFlagNoRegistrar","features":[536]},{"name":"COMAdminFileFlagRegTLBFailed","features":[536]},{"name":"COMAdminFileFlagRegistrar","features":[536]},{"name":"COMAdminFileFlagRegistrarFailed","features":[536]},{"name":"COMAdminFileFlagSelfReg","features":[536]},{"name":"COMAdminFileFlagSelfUnReg","features":[536]},{"name":"COMAdminFileFlagUnloadableDLL","features":[536]},{"name":"COMAdminFileFlags","features":[536]},{"name":"COMAdminImpersonationAnonymous","features":[536]},{"name":"COMAdminImpersonationDelegate","features":[536]},{"name":"COMAdminImpersonationIdentify","features":[536]},{"name":"COMAdminImpersonationImpersonate","features":[536]},{"name":"COMAdminImpersonationLevelOptions","features":[536]},{"name":"COMAdminInUse","features":[536]},{"name":"COMAdminInUseByCatalog","features":[536]},{"name":"COMAdminInUseByRegistryClsid","features":[536]},{"name":"COMAdminInUseByRegistryProxyStub","features":[536]},{"name":"COMAdminInUseByRegistryTypeLib","features":[536]},{"name":"COMAdminInUseByRegistryUnknown","features":[536]},{"name":"COMAdminInstallForceOverwriteOfFiles","features":[536]},{"name":"COMAdminInstallNoUsers","features":[536]},{"name":"COMAdminInstallUsers","features":[536]},{"name":"COMAdminNotInUse","features":[536]},{"name":"COMAdminOS","features":[536]},{"name":"COMAdminOSNotInitialized","features":[536]},{"name":"COMAdminOSUnknown","features":[536]},{"name":"COMAdminOSWindows2000","features":[536]},{"name":"COMAdminOSWindows2000AdvancedServer","features":[536]},{"name":"COMAdminOSWindows2000Unknown","features":[536]},{"name":"COMAdminOSWindows3_1","features":[536]},{"name":"COMAdminOSWindows7DatacenterServer","features":[536]},{"name":"COMAdminOSWindows7EnterpriseServer","features":[536]},{"name":"COMAdminOSWindows7Personal","features":[536]},{"name":"COMAdminOSWindows7Professional","features":[536]},{"name":"COMAdminOSWindows7StandardServer","features":[536]},{"name":"COMAdminOSWindows7WebServer","features":[536]},{"name":"COMAdminOSWindows8DatacenterServer","features":[536]},{"name":"COMAdminOSWindows8EnterpriseServer","features":[536]},{"name":"COMAdminOSWindows8Personal","features":[536]},{"name":"COMAdminOSWindows8Professional","features":[536]},{"name":"COMAdminOSWindows8StandardServer","features":[536]},{"name":"COMAdminOSWindows8WebServer","features":[536]},{"name":"COMAdminOSWindows9x","features":[536]},{"name":"COMAdminOSWindowsBlueDatacenterServer","features":[536]},{"name":"COMAdminOSWindowsBlueEnterpriseServer","features":[536]},{"name":"COMAdminOSWindowsBluePersonal","features":[536]},{"name":"COMAdminOSWindowsBlueProfessional","features":[536]},{"name":"COMAdminOSWindowsBlueStandardServer","features":[536]},{"name":"COMAdminOSWindowsBlueWebServer","features":[536]},{"name":"COMAdminOSWindowsLonghornDatacenterServer","features":[536]},{"name":"COMAdminOSWindowsLonghornEnterpriseServer","features":[536]},{"name":"COMAdminOSWindowsLonghornPersonal","features":[536]},{"name":"COMAdminOSWindowsLonghornProfessional","features":[536]},{"name":"COMAdminOSWindowsLonghornStandardServer","features":[536]},{"name":"COMAdminOSWindowsLonghornWebServer","features":[536]},{"name":"COMAdminOSWindowsNETDatacenterServer","features":[536]},{"name":"COMAdminOSWindowsNETEnterpriseServer","features":[536]},{"name":"COMAdminOSWindowsNETStandardServer","features":[536]},{"name":"COMAdminOSWindowsNETWebServer","features":[536]},{"name":"COMAdminOSWindowsXPPersonal","features":[536]},{"name":"COMAdminOSWindowsXPProfessional","features":[536]},{"name":"COMAdminQCMessageAuthenticateOff","features":[536]},{"name":"COMAdminQCMessageAuthenticateOn","features":[536]},{"name":"COMAdminQCMessageAuthenticateOptions","features":[536]},{"name":"COMAdminQCMessageAuthenticateSecureApps","features":[536]},{"name":"COMAdminServiceContinuePending","features":[536]},{"name":"COMAdminServiceLoadBalanceRouter","features":[536]},{"name":"COMAdminServiceOptions","features":[536]},{"name":"COMAdminServicePausePending","features":[536]},{"name":"COMAdminServicePaused","features":[536]},{"name":"COMAdminServiceRunning","features":[536]},{"name":"COMAdminServiceStartPending","features":[536]},{"name":"COMAdminServiceStatusOptions","features":[536]},{"name":"COMAdminServiceStopPending","features":[536]},{"name":"COMAdminServiceStopped","features":[536]},{"name":"COMAdminServiceUnknownState","features":[536]},{"name":"COMAdminSynchronizationIgnored","features":[536]},{"name":"COMAdminSynchronizationNone","features":[536]},{"name":"COMAdminSynchronizationOptions","features":[536]},{"name":"COMAdminSynchronizationRequired","features":[536]},{"name":"COMAdminSynchronizationRequiresNew","features":[536]},{"name":"COMAdminSynchronizationSupported","features":[536]},{"name":"COMAdminThreadingModelApartment","features":[536]},{"name":"COMAdminThreadingModelBoth","features":[536]},{"name":"COMAdminThreadingModelFree","features":[536]},{"name":"COMAdminThreadingModelMain","features":[536]},{"name":"COMAdminThreadingModelNeutral","features":[536]},{"name":"COMAdminThreadingModelNotSpecified","features":[536]},{"name":"COMAdminThreadingModels","features":[536]},{"name":"COMAdminTransactionIgnored","features":[536]},{"name":"COMAdminTransactionNone","features":[536]},{"name":"COMAdminTransactionOptions","features":[536]},{"name":"COMAdminTransactionRequired","features":[536]},{"name":"COMAdminTransactionRequiresNew","features":[536]},{"name":"COMAdminTransactionSupported","features":[536]},{"name":"COMAdminTxIsolationLevelAny","features":[536]},{"name":"COMAdminTxIsolationLevelOptions","features":[536]},{"name":"COMAdminTxIsolationLevelReadCommitted","features":[536]},{"name":"COMAdminTxIsolationLevelReadUnCommitted","features":[536]},{"name":"COMAdminTxIsolationLevelRepeatableRead","features":[536]},{"name":"COMAdminTxIsolationLevelSerializable","features":[536]},{"name":"COMEvents","features":[536]},{"name":"COMPLUS_APPTYPE","features":[536]},{"name":"COMSVCSEVENTINFO","features":[536]},{"name":"CRMClerk","features":[536]},{"name":"CRMFLAGS","features":[536]},{"name":"CRMFLAG_FORGETTARGET","features":[536]},{"name":"CRMFLAG_REPLAYINPROGRESS","features":[536]},{"name":"CRMFLAG_WRITTENDURINGABORT","features":[536]},{"name":"CRMFLAG_WRITTENDURINGCOMMIT","features":[536]},{"name":"CRMFLAG_WRITTENDURINGPREPARE","features":[536]},{"name":"CRMFLAG_WRITTENDURINGRECOVERY","features":[536]},{"name":"CRMFLAG_WRITTENDURINGREPLAY","features":[536]},{"name":"CRMREGFLAGS","features":[536]},{"name":"CRMREGFLAG_ABORTPHASE","features":[536]},{"name":"CRMREGFLAG_ALLPHASES","features":[536]},{"name":"CRMREGFLAG_COMMITPHASE","features":[536]},{"name":"CRMREGFLAG_FAILIFINDOUBTSREMAIN","features":[536]},{"name":"CRMREGFLAG_PREPAREPHASE","features":[536]},{"name":"CRMRecoveryClerk","features":[536]},{"name":"CRR_ACTIVATION_LIMIT","features":[536]},{"name":"CRR_CALL_LIMIT","features":[536]},{"name":"CRR_LIFETIME_LIMIT","features":[536]},{"name":"CRR_MEMORY_LIMIT","features":[536]},{"name":"CRR_NO_REASON_SUPPLIED","features":[536]},{"name":"CRR_RECYCLED_FROM_UI","features":[536]},{"name":"CSC_BindToPoolThread","features":[536]},{"name":"CSC_Binding","features":[536]},{"name":"CSC_COMTIIntrinsicsConfig","features":[536]},{"name":"CSC_CreateTransactionIfNecessary","features":[536]},{"name":"CSC_DontUseTracker","features":[536]},{"name":"CSC_IISIntrinsicsConfig","features":[536]},{"name":"CSC_IfContainerIsSynchronized","features":[536]},{"name":"CSC_IfContainerIsTransactional","features":[536]},{"name":"CSC_Ignore","features":[536]},{"name":"CSC_Inherit","features":[536]},{"name":"CSC_InheritCOMTIIntrinsics","features":[536]},{"name":"CSC_InheritIISIntrinsics","features":[536]},{"name":"CSC_InheritPartition","features":[536]},{"name":"CSC_InheritSxs","features":[536]},{"name":"CSC_InheritanceConfig","features":[536]},{"name":"CSC_MTAThreadPool","features":[536]},{"name":"CSC_NewPartition","features":[536]},{"name":"CSC_NewSxs","features":[536]},{"name":"CSC_NewSynchronization","features":[536]},{"name":"CSC_NewSynchronizationIfNecessary","features":[536]},{"name":"CSC_NewTransaction","features":[536]},{"name":"CSC_NoBinding","features":[536]},{"name":"CSC_NoCOMTIIntrinsics","features":[536]},{"name":"CSC_NoIISIntrinsics","features":[536]},{"name":"CSC_NoPartition","features":[536]},{"name":"CSC_NoSxs","features":[536]},{"name":"CSC_NoSynchronization","features":[536]},{"name":"CSC_NoTransaction","features":[536]},{"name":"CSC_PartitionConfig","features":[536]},{"name":"CSC_STAThreadPool","features":[536]},{"name":"CSC_SxsConfig","features":[536]},{"name":"CSC_SynchronizationConfig","features":[536]},{"name":"CSC_ThreadPool","features":[536]},{"name":"CSC_ThreadPoolInherit","features":[536]},{"name":"CSC_ThreadPoolNone","features":[536]},{"name":"CSC_TrackerConfig","features":[536]},{"name":"CSC_TransactionConfig","features":[536]},{"name":"CSC_UseTracker","features":[536]},{"name":"CServiceConfig","features":[536]},{"name":"ClrAssemblyLocator","features":[536]},{"name":"CoCreateActivity","features":[536]},{"name":"CoEnterServiceDomain","features":[536]},{"name":"CoGetDefaultContext","features":[358,536]},{"name":"CoLeaveServiceDomain","features":[536]},{"name":"CoMTSLocator","features":[536]},{"name":"ComServiceEvents","features":[536]},{"name":"ComSystemAppEventData","features":[536]},{"name":"ComponentHangMonitorInfo","features":[307,536]},{"name":"ComponentStatistics","features":[536]},{"name":"ComponentSummary","features":[536]},{"name":"ContextInfo","features":[358,536]},{"name":"ContextInfo2","features":[358,536]},{"name":"CrmLogRecordRead","features":[358,536]},{"name":"CrmTransactionState","features":[536]},{"name":"DATA_NOT_AVAILABLE","features":[536]},{"name":"DUMPTYPE","features":[536]},{"name":"DUMPTYPE_FULL","features":[536]},{"name":"DUMPTYPE_MINI","features":[536]},{"name":"DUMPTYPE_NONE","features":[536]},{"name":"DispenserManager","features":[536]},{"name":"Dummy30040732","features":[536]},{"name":"EventServer","features":[536]},{"name":"GATD_INCLUDE_APPLICATION_NAME","features":[536]},{"name":"GATD_INCLUDE_CLASS_NAME","features":[536]},{"name":"GATD_INCLUDE_LIBRARY_APPS","features":[536]},{"name":"GATD_INCLUDE_PROCESS_EXE_NAME","features":[536]},{"name":"GATD_INCLUDE_SWC","features":[536]},{"name":"GUID_STRING_SIZE","features":[536]},{"name":"GetAppTrackerDataFlags","features":[536]},{"name":"GetDispenserManager","features":[536]},{"name":"GetManagedExtensions","features":[536]},{"name":"GetSecurityCallContextAppObject","features":[536]},{"name":"HANG_INFO","features":[307,536]},{"name":"IAppDomainHelper","features":[358,536]},{"name":"IAssemblyLocator","features":[358,536]},{"name":"IAsyncErrorNotify","features":[536]},{"name":"ICOMAdminCatalog","features":[358,536]},{"name":"ICOMAdminCatalog2","features":[358,536]},{"name":"ICOMLBArguments","features":[536]},{"name":"ICatalogCollection","features":[358,536]},{"name":"ICatalogObject","features":[358,536]},{"name":"ICheckSxsConfig","features":[536]},{"name":"IComActivityEvents","features":[536]},{"name":"IComApp2Events","features":[536]},{"name":"IComAppEvents","features":[536]},{"name":"IComCRMEvents","features":[536]},{"name":"IComExceptionEvents","features":[536]},{"name":"IComIdentityEvents","features":[536]},{"name":"IComInstance2Events","features":[536]},{"name":"IComInstanceEvents","features":[536]},{"name":"IComLTxEvents","features":[536]},{"name":"IComMethod2Events","features":[536]},{"name":"IComMethodEvents","features":[536]},{"name":"IComMtaThreadPoolKnobs","features":[536]},{"name":"IComObjectConstruction2Events","features":[536]},{"name":"IComObjectConstructionEvents","features":[536]},{"name":"IComObjectEvents","features":[536]},{"name":"IComObjectPool2Events","features":[536]},{"name":"IComObjectPoolEvents","features":[536]},{"name":"IComObjectPoolEvents2","features":[536]},{"name":"IComQCEvents","features":[536]},{"name":"IComResourceEvents","features":[536]},{"name":"IComSecurityEvents","features":[536]},{"name":"IComStaThreadPoolKnobs","features":[536]},{"name":"IComStaThreadPoolKnobs2","features":[536]},{"name":"IComThreadEvents","features":[536]},{"name":"IComTrackingInfoCollection","features":[536]},{"name":"IComTrackingInfoEvents","features":[536]},{"name":"IComTrackingInfoObject","features":[536]},{"name":"IComTrackingInfoProperties","features":[536]},{"name":"IComTransaction2Events","features":[536]},{"name":"IComTransactionEvents","features":[536]},{"name":"IComUserEvent","features":[536]},{"name":"IContextProperties","features":[536]},{"name":"IContextSecurityPerimeter","features":[536]},{"name":"IContextState","features":[536]},{"name":"ICreateWithLocalTransaction","features":[536]},{"name":"ICreateWithTipTransactionEx","features":[536]},{"name":"ICreateWithTransactionEx","features":[536]},{"name":"ICrmCompensator","features":[536]},{"name":"ICrmCompensatorVariants","features":[536]},{"name":"ICrmFormatLogRecords","features":[536]},{"name":"ICrmLogControl","features":[536]},{"name":"ICrmMonitor","features":[536]},{"name":"ICrmMonitorClerks","features":[358,536]},{"name":"ICrmMonitorLogRecords","features":[536]},{"name":"IDispenserDriver","features":[536]},{"name":"IDispenserManager","features":[536]},{"name":"IEnumNames","features":[536]},{"name":"IEventServerTrace","features":[358,536]},{"name":"IGetAppTrackerData","features":[536]},{"name":"IGetContextProperties","features":[536]},{"name":"IGetSecurityCallContext","features":[358,536]},{"name":"IHolder","features":[536]},{"name":"ILBEvents","features":[536]},{"name":"IMTSActivity","features":[536]},{"name":"IMTSCall","features":[536]},{"name":"IMTSLocator","features":[358,536]},{"name":"IManagedActivationEvents","features":[536]},{"name":"IManagedObjectInfo","features":[536]},{"name":"IManagedPoolAction","features":[536]},{"name":"IManagedPooledObj","features":[536]},{"name":"IMessageMover","features":[358,536]},{"name":"IMtsEventInfo","features":[358,536]},{"name":"IMtsEvents","features":[358,536]},{"name":"IMtsGrp","features":[358,536]},{"name":"IObjPool","features":[536]},{"name":"IObjectConstruct","features":[536]},{"name":"IObjectConstructString","features":[358,536]},{"name":"IObjectContext","features":[536]},{"name":"IObjectContextActivity","features":[536]},{"name":"IObjectContextInfo","features":[536]},{"name":"IObjectContextInfo2","features":[536]},{"name":"IObjectContextTip","features":[536]},{"name":"IObjectControl","features":[536]},{"name":"IPlaybackControl","features":[536]},{"name":"IPoolManager","features":[358,536]},{"name":"IProcessInitializer","features":[536]},{"name":"ISecurityCallContext","features":[358,536]},{"name":"ISecurityCallersColl","features":[358,536]},{"name":"ISecurityIdentityColl","features":[358,536]},{"name":"ISecurityProperty","features":[536]},{"name":"ISelectCOMLBServer","features":[536]},{"name":"ISendMethodEvents","features":[536]},{"name":"IServiceActivity","features":[536]},{"name":"IServiceCall","features":[536]},{"name":"IServiceComTIIntrinsicsConfig","features":[536]},{"name":"IServiceIISIntrinsicsConfig","features":[536]},{"name":"IServiceInheritanceConfig","features":[536]},{"name":"IServicePartitionConfig","features":[536]},{"name":"IServicePool","features":[536]},{"name":"IServicePoolConfig","features":[536]},{"name":"IServiceSxsConfig","features":[536]},{"name":"IServiceSynchronizationConfig","features":[536]},{"name":"IServiceSysTxnConfig","features":[536]},{"name":"IServiceThreadPoolConfig","features":[536]},{"name":"IServiceTrackerConfig","features":[536]},{"name":"IServiceTransactionConfig","features":[536]},{"name":"IServiceTransactionConfigBase","features":[536]},{"name":"ISharedProperty","features":[358,536]},{"name":"ISharedPropertyGroup","features":[358,536]},{"name":"ISharedPropertyGroupManager","features":[358,536]},{"name":"ISystemAppEventData","features":[536]},{"name":"IThreadPoolKnobs","features":[536]},{"name":"ITransactionContext","features":[358,536]},{"name":"ITransactionContextEx","features":[536]},{"name":"ITransactionProperty","features":[536]},{"name":"ITransactionProxy","features":[536]},{"name":"ITransactionResourcePool","features":[536]},{"name":"ITransactionStatus","features":[536]},{"name":"ITxProxyHolder","features":[536]},{"name":"LBEvents","features":[536]},{"name":"LockMethod","features":[536]},{"name":"LockModes","features":[536]},{"name":"LockSetGet","features":[536]},{"name":"MTSCreateActivity","features":[536]},{"name":"MTXDM_E_ENLISTRESOURCEFAILED","features":[536]},{"name":"MessageMover","features":[536]},{"name":"MtsGrp","features":[536]},{"name":"ObjectContext","features":[358,536]},{"name":"ObjectControl","features":[536]},{"name":"PoolMgr","features":[536]},{"name":"Process","features":[536]},{"name":"RECYCLE_INFO","features":[536]},{"name":"RecycleSurrogate","features":[536]},{"name":"ReleaseModes","features":[536]},{"name":"SafeRef","features":[536]},{"name":"SecurityCallContext","features":[536]},{"name":"SecurityCallers","features":[536]},{"name":"SecurityIdentity","features":[536]},{"name":"SecurityProperty","features":[358,536]},{"name":"ServicePool","features":[536]},{"name":"ServicePoolConfig","features":[536]},{"name":"SharedProperty","features":[536]},{"name":"SharedPropertyGroup","features":[536]},{"name":"SharedPropertyGroupManager","features":[536]},{"name":"Standard","features":[536]},{"name":"TRACKER_INIT_EVENT","features":[536]},{"name":"TRACKER_STARTSTOP_EVENT","features":[536]},{"name":"TRACKING_COLL_TYPE","features":[536]},{"name":"TRKCOLL_APPLICATIONS","features":[536]},{"name":"TRKCOLL_COMPONENTS","features":[536]},{"name":"TRKCOLL_PROCESSES","features":[536]},{"name":"TrackerServer","features":[536]},{"name":"TransactionContext","features":[536]},{"name":"TransactionContextEx","features":[536]},{"name":"TransactionVote","features":[536]},{"name":"TxAbort","features":[536]},{"name":"TxCommit","features":[536]},{"name":"TxState_Aborted","features":[536]},{"name":"TxState_Active","features":[536]},{"name":"TxState_Committed","features":[536]},{"name":"TxState_Indoubt","features":[536]},{"name":"comQCErrApplicationNotQueued","features":[536]},{"name":"comQCErrNoQueueableInterfaces","features":[536]},{"name":"comQCErrQueueTransactMismatch","features":[536]},{"name":"comQCErrQueuingServiceNotAvailable","features":[536]},{"name":"comqcErrBadMarshaledObject","features":[536]},{"name":"comqcErrInvalidMessage","features":[536]},{"name":"comqcErrMarshaledObjSameTxn","features":[536]},{"name":"comqcErrMsgNotAuthenticated","features":[536]},{"name":"comqcErrMsmqConnectorUsed","features":[536]},{"name":"comqcErrMsmqServiceUnavailable","features":[536]},{"name":"comqcErrMsmqSidUnavailable","features":[536]},{"name":"comqcErrOutParam","features":[536]},{"name":"comqcErrPSLoad","features":[536]},{"name":"comqcErrRecorderMarshalled","features":[536]},{"name":"comqcErrRecorderNotTrusted","features":[536]},{"name":"comqcErrWrongMsgExtension","features":[536]},{"name":"mtsErrCtxAborted","features":[536]},{"name":"mtsErrCtxAborting","features":[536]},{"name":"mtsErrCtxNoContext","features":[536]},{"name":"mtsErrCtxNoSecurity","features":[536]},{"name":"mtsErrCtxNotRegistered","features":[536]},{"name":"mtsErrCtxOldReference","features":[536]},{"name":"mtsErrCtxRoleNotFound","features":[536]},{"name":"mtsErrCtxSynchTimeout","features":[536]},{"name":"mtsErrCtxTMNotAvailable","features":[536]},{"name":"mtsErrCtxWrongThread","features":[536]}],"546":[{"name":"ALTNUMPAD_BIT","features":[374]},{"name":"ATTACH_PARENT_PROCESS","features":[374]},{"name":"AddConsoleAliasA","features":[307,374]},{"name":"AddConsoleAliasW","features":[307,374]},{"name":"AllocConsole","features":[307,374]},{"name":"AttachConsole","features":[307,374]},{"name":"BACKGROUND_BLUE","features":[374]},{"name":"BACKGROUND_GREEN","features":[374]},{"name":"BACKGROUND_INTENSITY","features":[374]},{"name":"BACKGROUND_RED","features":[374]},{"name":"CAPSLOCK_ON","features":[374]},{"name":"CHAR_INFO","features":[374]},{"name":"COMMON_LVB_GRID_HORIZONTAL","features":[374]},{"name":"COMMON_LVB_GRID_LVERTICAL","features":[374]},{"name":"COMMON_LVB_GRID_RVERTICAL","features":[374]},{"name":"COMMON_LVB_LEADING_BYTE","features":[374]},{"name":"COMMON_LVB_REVERSE_VIDEO","features":[374]},{"name":"COMMON_LVB_SBCSDBCS","features":[374]},{"name":"COMMON_LVB_TRAILING_BYTE","features":[374]},{"name":"COMMON_LVB_UNDERSCORE","features":[374]},{"name":"CONSOLECONTROL","features":[374]},{"name":"CONSOLEENDTASK","features":[307,374]},{"name":"CONSOLESETFOREGROUND","features":[307,374]},{"name":"CONSOLEWINDOWOWNER","features":[307,374]},{"name":"CONSOLE_CARET_INFO","features":[307,374]},{"name":"CONSOLE_CHARACTER_ATTRIBUTES","features":[374]},{"name":"CONSOLE_CURSOR_INFO","features":[307,374]},{"name":"CONSOLE_FONT_INFO","features":[374]},{"name":"CONSOLE_FONT_INFOEX","features":[374]},{"name":"CONSOLE_FULLSCREEN","features":[374]},{"name":"CONSOLE_FULLSCREEN_HARDWARE","features":[374]},{"name":"CONSOLE_FULLSCREEN_MODE","features":[374]},{"name":"CONSOLE_HISTORY_INFO","features":[374]},{"name":"CONSOLE_MODE","features":[374]},{"name":"CONSOLE_MOUSE_DOWN","features":[374]},{"name":"CONSOLE_MOUSE_SELECTION","features":[374]},{"name":"CONSOLE_NO_SELECTION","features":[374]},{"name":"CONSOLE_PROCESS_INFO","features":[374]},{"name":"CONSOLE_READCONSOLE_CONTROL","features":[374]},{"name":"CONSOLE_SCREEN_BUFFER_INFO","features":[374]},{"name":"CONSOLE_SCREEN_BUFFER_INFOEX","features":[307,374]},{"name":"CONSOLE_SELECTION_INFO","features":[374]},{"name":"CONSOLE_SELECTION_IN_PROGRESS","features":[374]},{"name":"CONSOLE_SELECTION_NOT_EMPTY","features":[374]},{"name":"CONSOLE_TEXTMODE_BUFFER","features":[374]},{"name":"CONSOLE_WINDOWED_MODE","features":[374]},{"name":"COORD","features":[374]},{"name":"CTRL_BREAK_EVENT","features":[374]},{"name":"CTRL_CLOSE_EVENT","features":[374]},{"name":"CTRL_C_EVENT","features":[374]},{"name":"CTRL_LOGOFF_EVENT","features":[374]},{"name":"CTRL_SHUTDOWN_EVENT","features":[374]},{"name":"ClosePseudoConsole","features":[374]},{"name":"ConsoleControl","features":[307,374]},{"name":"ConsoleEndTask","features":[374]},{"name":"ConsoleNotifyConsoleApplication","features":[374]},{"name":"ConsoleSetCaretInfo","features":[374]},{"name":"ConsoleSetForeground","features":[374]},{"name":"ConsoleSetWindowOwner","features":[374]},{"name":"CreateConsoleScreenBuffer","features":[307,310,374]},{"name":"CreatePseudoConsole","features":[307,374]},{"name":"DISABLE_NEWLINE_AUTO_RETURN","features":[374]},{"name":"DOUBLE_CLICK","features":[374]},{"name":"ENABLE_AUTO_POSITION","features":[374]},{"name":"ENABLE_ECHO_INPUT","features":[374]},{"name":"ENABLE_EXTENDED_FLAGS","features":[374]},{"name":"ENABLE_INSERT_MODE","features":[374]},{"name":"ENABLE_LINE_INPUT","features":[374]},{"name":"ENABLE_LVB_GRID_WORLDWIDE","features":[374]},{"name":"ENABLE_MOUSE_INPUT","features":[374]},{"name":"ENABLE_PROCESSED_INPUT","features":[374]},{"name":"ENABLE_PROCESSED_OUTPUT","features":[374]},{"name":"ENABLE_QUICK_EDIT_MODE","features":[374]},{"name":"ENABLE_VIRTUAL_TERMINAL_INPUT","features":[374]},{"name":"ENABLE_VIRTUAL_TERMINAL_PROCESSING","features":[374]},{"name":"ENABLE_WINDOW_INPUT","features":[374]},{"name":"ENABLE_WRAP_AT_EOL_OUTPUT","features":[374]},{"name":"ENHANCED_KEY","features":[374]},{"name":"ExpungeConsoleCommandHistoryA","features":[374]},{"name":"ExpungeConsoleCommandHistoryW","features":[374]},{"name":"FOCUS_EVENT","features":[374]},{"name":"FOCUS_EVENT_RECORD","features":[307,374]},{"name":"FOREGROUND_BLUE","features":[374]},{"name":"FOREGROUND_GREEN","features":[374]},{"name":"FOREGROUND_INTENSITY","features":[374]},{"name":"FOREGROUND_RED","features":[374]},{"name":"FROM_LEFT_1ST_BUTTON_PRESSED","features":[374]},{"name":"FROM_LEFT_2ND_BUTTON_PRESSED","features":[374]},{"name":"FROM_LEFT_3RD_BUTTON_PRESSED","features":[374]},{"name":"FROM_LEFT_4TH_BUTTON_PRESSED","features":[374]},{"name":"FillConsoleOutputAttribute","features":[307,374]},{"name":"FillConsoleOutputCharacterA","features":[307,374]},{"name":"FillConsoleOutputCharacterW","features":[307,374]},{"name":"FlushConsoleInputBuffer","features":[307,374]},{"name":"FreeConsole","features":[307,374]},{"name":"GenerateConsoleCtrlEvent","features":[307,374]},{"name":"GetConsoleAliasA","features":[374]},{"name":"GetConsoleAliasExesA","features":[374]},{"name":"GetConsoleAliasExesLengthA","features":[374]},{"name":"GetConsoleAliasExesLengthW","features":[374]},{"name":"GetConsoleAliasExesW","features":[374]},{"name":"GetConsoleAliasW","features":[374]},{"name":"GetConsoleAliasesA","features":[374]},{"name":"GetConsoleAliasesLengthA","features":[374]},{"name":"GetConsoleAliasesLengthW","features":[374]},{"name":"GetConsoleAliasesW","features":[374]},{"name":"GetConsoleCP","features":[374]},{"name":"GetConsoleCommandHistoryA","features":[374]},{"name":"GetConsoleCommandHistoryLengthA","features":[374]},{"name":"GetConsoleCommandHistoryLengthW","features":[374]},{"name":"GetConsoleCommandHistoryW","features":[374]},{"name":"GetConsoleCursorInfo","features":[307,374]},{"name":"GetConsoleDisplayMode","features":[307,374]},{"name":"GetConsoleFontSize","features":[307,374]},{"name":"GetConsoleHistoryInfo","features":[307,374]},{"name":"GetConsoleMode","features":[307,374]},{"name":"GetConsoleOriginalTitleA","features":[374]},{"name":"GetConsoleOriginalTitleW","features":[374]},{"name":"GetConsoleOutputCP","features":[374]},{"name":"GetConsoleProcessList","features":[374]},{"name":"GetConsoleScreenBufferInfo","features":[307,374]},{"name":"GetConsoleScreenBufferInfoEx","features":[307,374]},{"name":"GetConsoleSelectionInfo","features":[307,374]},{"name":"GetConsoleTitleA","features":[374]},{"name":"GetConsoleTitleW","features":[374]},{"name":"GetConsoleWindow","features":[307,374]},{"name":"GetCurrentConsoleFont","features":[307,374]},{"name":"GetCurrentConsoleFontEx","features":[307,374]},{"name":"GetLargestConsoleWindowSize","features":[307,374]},{"name":"GetNumberOfConsoleInputEvents","features":[307,374]},{"name":"GetNumberOfConsoleMouseButtons","features":[307,374]},{"name":"GetStdHandle","features":[307,374]},{"name":"HISTORY_NO_DUP_FLAG","features":[374]},{"name":"HPCON","features":[374]},{"name":"INPUT_RECORD","features":[307,374]},{"name":"KEY_EVENT","features":[374]},{"name":"KEY_EVENT_RECORD","features":[307,374]},{"name":"LEFT_ALT_PRESSED","features":[374]},{"name":"LEFT_CTRL_PRESSED","features":[374]},{"name":"MENU_EVENT","features":[374]},{"name":"MENU_EVENT_RECORD","features":[374]},{"name":"MOUSE_EVENT","features":[374]},{"name":"MOUSE_EVENT_RECORD","features":[374]},{"name":"MOUSE_HWHEELED","features":[374]},{"name":"MOUSE_MOVED","features":[374]},{"name":"MOUSE_WHEELED","features":[374]},{"name":"NLS_ALPHANUMERIC","features":[374]},{"name":"NLS_DBCSCHAR","features":[374]},{"name":"NLS_HIRAGANA","features":[374]},{"name":"NLS_IME_CONVERSION","features":[374]},{"name":"NLS_IME_DISABLE","features":[374]},{"name":"NLS_KATAKANA","features":[374]},{"name":"NLS_ROMAN","features":[374]},{"name":"NUMLOCK_ON","features":[374]},{"name":"PHANDLER_ROUTINE","features":[307,374]},{"name":"PSEUDOCONSOLE_INHERIT_CURSOR","features":[374]},{"name":"PeekConsoleInputA","features":[307,374]},{"name":"PeekConsoleInputW","features":[307,374]},{"name":"RIGHTMOST_BUTTON_PRESSED","features":[374]},{"name":"RIGHT_ALT_PRESSED","features":[374]},{"name":"RIGHT_CTRL_PRESSED","features":[374]},{"name":"ReadConsoleA","features":[307,374]},{"name":"ReadConsoleInputA","features":[307,374]},{"name":"ReadConsoleInputW","features":[307,374]},{"name":"ReadConsoleOutputA","features":[307,374]},{"name":"ReadConsoleOutputAttribute","features":[307,374]},{"name":"ReadConsoleOutputCharacterA","features":[307,374]},{"name":"ReadConsoleOutputCharacterW","features":[307,374]},{"name":"ReadConsoleOutputW","features":[307,374]},{"name":"ReadConsoleW","features":[307,374]},{"name":"Reserved1","features":[374]},{"name":"Reserved2","features":[374]},{"name":"Reserved3","features":[374]},{"name":"ResizePseudoConsole","features":[374]},{"name":"SCROLLLOCK_ON","features":[374]},{"name":"SHIFT_PRESSED","features":[374]},{"name":"SMALL_RECT","features":[374]},{"name":"STD_ERROR_HANDLE","features":[374]},{"name":"STD_HANDLE","features":[374]},{"name":"STD_INPUT_HANDLE","features":[374]},{"name":"STD_OUTPUT_HANDLE","features":[374]},{"name":"ScrollConsoleScreenBufferA","features":[307,374]},{"name":"ScrollConsoleScreenBufferW","features":[307,374]},{"name":"SetConsoleActiveScreenBuffer","features":[307,374]},{"name":"SetConsoleCP","features":[307,374]},{"name":"SetConsoleCtrlHandler","features":[307,374]},{"name":"SetConsoleCursorInfo","features":[307,374]},{"name":"SetConsoleCursorPosition","features":[307,374]},{"name":"SetConsoleDisplayMode","features":[307,374]},{"name":"SetConsoleHistoryInfo","features":[307,374]},{"name":"SetConsoleMode","features":[307,374]},{"name":"SetConsoleNumberOfCommandsA","features":[307,374]},{"name":"SetConsoleNumberOfCommandsW","features":[307,374]},{"name":"SetConsoleOutputCP","features":[307,374]},{"name":"SetConsoleScreenBufferInfoEx","features":[307,374]},{"name":"SetConsoleScreenBufferSize","features":[307,374]},{"name":"SetConsoleTextAttribute","features":[307,374]},{"name":"SetConsoleTitleA","features":[307,374]},{"name":"SetConsoleTitleW","features":[307,374]},{"name":"SetConsoleWindowInfo","features":[307,374]},{"name":"SetCurrentConsoleFontEx","features":[307,374]},{"name":"SetStdHandle","features":[307,374]},{"name":"SetStdHandleEx","features":[307,374]},{"name":"WINDOW_BUFFER_SIZE_EVENT","features":[374]},{"name":"WINDOW_BUFFER_SIZE_RECORD","features":[374]},{"name":"WriteConsoleA","features":[307,374]},{"name":"WriteConsoleInputA","features":[307,374]},{"name":"WriteConsoleInputW","features":[307,374]},{"name":"WriteConsoleOutputA","features":[307,374]},{"name":"WriteConsoleOutputAttribute","features":[307,374]},{"name":"WriteConsoleOutputCharacterA","features":[307,374]},{"name":"WriteConsoleOutputCharacterW","features":[307,374]},{"name":"WriteConsoleOutputW","features":[307,374]},{"name":"WriteConsoleW","features":[307,374]}],"547":[{"name":"CACO_DEFAULT","features":[537]},{"name":"CACO_EXTERNAL_ONLY","features":[537]},{"name":"CACO_INCLUDE_EXTERNAL","features":[537]},{"name":"CA_CREATE_EXTERNAL","features":[537]},{"name":"CA_CREATE_LOCAL","features":[537]},{"name":"CGD_ARRAY_NODE","features":[537]},{"name":"CGD_BINARY_PROPERTY","features":[537]},{"name":"CGD_DATE_PROPERTY","features":[537]},{"name":"CGD_DEFAULT","features":[537]},{"name":"CGD_STRING_PROPERTY","features":[537]},{"name":"CGD_UNKNOWN_PROPERTY","features":[537]},{"name":"CLSID_ContactAggregationManager","features":[537]},{"name":"CONTACTLABEL_PUB_AGENT","features":[537]},{"name":"CONTACTLABEL_PUB_BBS","features":[537]},{"name":"CONTACTLABEL_PUB_BUSINESS","features":[537]},{"name":"CONTACTLABEL_PUB_CAR","features":[537]},{"name":"CONTACTLABEL_PUB_CELLULAR","features":[537]},{"name":"CONTACTLABEL_PUB_DOMESTIC","features":[537]},{"name":"CONTACTLABEL_PUB_FAX","features":[537]},{"name":"CONTACTLABEL_PUB_INTERNATIONAL","features":[537]},{"name":"CONTACTLABEL_PUB_ISDN","features":[537]},{"name":"CONTACTLABEL_PUB_LOGO","features":[537]},{"name":"CONTACTLABEL_PUB_MOBILE","features":[537]},{"name":"CONTACTLABEL_PUB_MODEM","features":[537]},{"name":"CONTACTLABEL_PUB_OTHER","features":[537]},{"name":"CONTACTLABEL_PUB_PAGER","features":[537]},{"name":"CONTACTLABEL_PUB_PARCEL","features":[537]},{"name":"CONTACTLABEL_PUB_PCS","features":[537]},{"name":"CONTACTLABEL_PUB_PERSONAL","features":[537]},{"name":"CONTACTLABEL_PUB_POSTAL","features":[537]},{"name":"CONTACTLABEL_PUB_PREFERRED","features":[537]},{"name":"CONTACTLABEL_PUB_TTY","features":[537]},{"name":"CONTACTLABEL_PUB_USERTILE","features":[537]},{"name":"CONTACTLABEL_PUB_VIDEO","features":[537]},{"name":"CONTACTLABEL_PUB_VOICE","features":[537]},{"name":"CONTACTLABEL_WAB_ANNIVERSARY","features":[537]},{"name":"CONTACTLABEL_WAB_ASSISTANT","features":[537]},{"name":"CONTACTLABEL_WAB_BIRTHDAY","features":[537]},{"name":"CONTACTLABEL_WAB_CHILD","features":[537]},{"name":"CONTACTLABEL_WAB_MANAGER","features":[537]},{"name":"CONTACTLABEL_WAB_SCHOOL","features":[537]},{"name":"CONTACTLABEL_WAB_SOCIALNETWORK","features":[537]},{"name":"CONTACTLABEL_WAB_SPOUSE","features":[537]},{"name":"CONTACTLABEL_WAB_WISHLIST","features":[537]},{"name":"CONTACTPROP_PUB_CREATIONDATE","features":[537]},{"name":"CONTACTPROP_PUB_GENDER","features":[537]},{"name":"CONTACTPROP_PUB_GENDER_FEMALE","features":[537]},{"name":"CONTACTPROP_PUB_GENDER_MALE","features":[537]},{"name":"CONTACTPROP_PUB_GENDER_UNSPECIFIED","features":[537]},{"name":"CONTACTPROP_PUB_L1_CERTIFICATECOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_CONTACTIDCOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_DATECOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_EMAILADDRESSCOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_IMADDRESSCOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_NAMECOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_PERSONCOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_PHONENUMBERCOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_PHOTOCOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_PHYSICALADDRESSCOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_POSITIONCOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L1_URLCOLLECTION","features":[537]},{"name":"CONTACTPROP_PUB_L2_CERTIFICATE","features":[537]},{"name":"CONTACTPROP_PUB_L2_CONTACTID","features":[537]},{"name":"CONTACTPROP_PUB_L2_DATE","features":[537]},{"name":"CONTACTPROP_PUB_L2_EMAILADDRESS","features":[537]},{"name":"CONTACTPROP_PUB_L2_IMADDRESSENTRY","features":[537]},{"name":"CONTACTPROP_PUB_L2_NAME","features":[537]},{"name":"CONTACTPROP_PUB_L2_PERSON","features":[537]},{"name":"CONTACTPROP_PUB_L2_PHONENUMBER","features":[537]},{"name":"CONTACTPROP_PUB_L2_PHOTO","features":[537]},{"name":"CONTACTPROP_PUB_L2_PHYSICALADDRESS","features":[537]},{"name":"CONTACTPROP_PUB_L2_POSITION","features":[537]},{"name":"CONTACTPROP_PUB_L2_URL","features":[537]},{"name":"CONTACTPROP_PUB_L3_ADDRESS","features":[537]},{"name":"CONTACTPROP_PUB_L3_ADDRESSLABEL","features":[537]},{"name":"CONTACTPROP_PUB_L3_ALTERNATE","features":[537]},{"name":"CONTACTPROP_PUB_L3_COMPANY","features":[537]},{"name":"CONTACTPROP_PUB_L3_COUNTRY","features":[537]},{"name":"CONTACTPROP_PUB_L3_DEPARTMENT","features":[537]},{"name":"CONTACTPROP_PUB_L3_EXTENDEDADDRESS","features":[537]},{"name":"CONTACTPROP_PUB_L3_FAMILYNAME","features":[537]},{"name":"CONTACTPROP_PUB_L3_FORMATTEDNAME","features":[537]},{"name":"CONTACTPROP_PUB_L3_GENERATION","features":[537]},{"name":"CONTACTPROP_PUB_L3_GIVENNAME","features":[537]},{"name":"CONTACTPROP_PUB_L3_JOB_TITLE","features":[537]},{"name":"CONTACTPROP_PUB_L3_LOCALITY","features":[537]},{"name":"CONTACTPROP_PUB_L3_MIDDLENAME","features":[537]},{"name":"CONTACTPROP_PUB_L3_NICKNAME","features":[537]},{"name":"CONTACTPROP_PUB_L3_NUMBER","features":[537]},{"name":"CONTACTPROP_PUB_L3_OFFICE","features":[537]},{"name":"CONTACTPROP_PUB_L3_ORGANIZATION","features":[537]},{"name":"CONTACTPROP_PUB_L3_PERSONID","features":[537]},{"name":"CONTACTPROP_PUB_L3_PHONETIC","features":[537]},{"name":"CONTACTPROP_PUB_L3_POBOX","features":[537]},{"name":"CONTACTPROP_PUB_L3_POSTALCODE","features":[537]},{"name":"CONTACTPROP_PUB_L3_PREFIX","features":[537]},{"name":"CONTACTPROP_PUB_L3_PROFESSION","features":[537]},{"name":"CONTACTPROP_PUB_L3_PROTOCOL","features":[537]},{"name":"CONTACTPROP_PUB_L3_REGION","features":[537]},{"name":"CONTACTPROP_PUB_L3_ROLE","features":[537]},{"name":"CONTACTPROP_PUB_L3_STREET","features":[537]},{"name":"CONTACTPROP_PUB_L3_SUFFIX","features":[537]},{"name":"CONTACTPROP_PUB_L3_THUMBPRINT","features":[537]},{"name":"CONTACTPROP_PUB_L3_TITLE","features":[537]},{"name":"CONTACTPROP_PUB_L3_TYPE","features":[537]},{"name":"CONTACTPROP_PUB_L3_URL","features":[537]},{"name":"CONTACTPROP_PUB_L3_VALUE","features":[537]},{"name":"CONTACTPROP_PUB_MAILER","features":[537]},{"name":"CONTACTPROP_PUB_NOTES","features":[537]},{"name":"CONTACTPROP_PUB_PROGID","features":[537]},{"name":"CONTACT_AGGREGATION_BLOB","features":[537]},{"name":"CONTACT_AGGREGATION_COLLECTION_OPTIONS","features":[537]},{"name":"CONTACT_AGGREGATION_CREATE_OR_OPEN_OPTIONS","features":[537]},{"name":"Contact","features":[537]},{"name":"ContactManager","features":[537]},{"name":"IContact","features":[537]},{"name":"IContactAggregationAggregate","features":[537]},{"name":"IContactAggregationAggregateCollection","features":[537]},{"name":"IContactAggregationContact","features":[537]},{"name":"IContactAggregationContactCollection","features":[537]},{"name":"IContactAggregationGroup","features":[537]},{"name":"IContactAggregationGroupCollection","features":[537]},{"name":"IContactAggregationLink","features":[537]},{"name":"IContactAggregationLinkCollection","features":[537]},{"name":"IContactAggregationManager","features":[537]},{"name":"IContactAggregationServerPerson","features":[537]},{"name":"IContactAggregationServerPersonCollection","features":[537]},{"name":"IContactCollection","features":[537]},{"name":"IContactManager","features":[537]},{"name":"IContactProperties","features":[537]},{"name":"IContactPropertyCollection","features":[537]}],"548":[{"name":"CORRELATION_VECTOR","features":[504]},{"name":"RTL_CORRELATION_VECTOR_STRING_LENGTH","features":[504]},{"name":"RTL_CORRELATION_VECTOR_V1_LENGTH","features":[504]},{"name":"RTL_CORRELATION_VECTOR_V1_PREFIX_LENGTH","features":[504]},{"name":"RTL_CORRELATION_VECTOR_V2_LENGTH","features":[504]},{"name":"RTL_CORRELATION_VECTOR_V2_PREFIX_LENGTH","features":[504]},{"name":"RtlExtendCorrelationVector","features":[504]},{"name":"RtlIncrementCorrelationVector","features":[504]},{"name":"RtlInitializeCorrelationVector","features":[504]},{"name":"RtlValidateCorrelationVector","features":[504]}],"549":[{"name":"APPCLASS_MASK","features":[538]},{"name":"APPCLASS_MONITOR","features":[538]},{"name":"APPCLASS_STANDARD","features":[538]},{"name":"APPCMD_CLIENTONLY","features":[538]},{"name":"APPCMD_FILTERINITS","features":[538]},{"name":"APPCMD_MASK","features":[538]},{"name":"AddAtomA","features":[538]},{"name":"AddAtomW","features":[538]},{"name":"AddClipboardFormatListener","features":[307,538]},{"name":"CADV_LATEACK","features":[538]},{"name":"CBF_FAIL_ADVISES","features":[538]},{"name":"CBF_FAIL_ALLSVRXACTIONS","features":[538]},{"name":"CBF_FAIL_CONNECTIONS","features":[538]},{"name":"CBF_FAIL_EXECUTES","features":[538]},{"name":"CBF_FAIL_POKES","features":[538]},{"name":"CBF_FAIL_REQUESTS","features":[538]},{"name":"CBF_FAIL_SELFCONNECTIONS","features":[538]},{"name":"CBF_SKIP_ALLNOTIFICATIONS","features":[538]},{"name":"CBF_SKIP_CONNECT_CONFIRMS","features":[538]},{"name":"CBF_SKIP_DISCONNECTS","features":[538]},{"name":"CBF_SKIP_REGISTRATIONS","features":[538]},{"name":"CBF_SKIP_UNREGISTRATIONS","features":[538]},{"name":"CONVCONTEXT","features":[307,310,538]},{"name":"CONVINFO","features":[307,310,538]},{"name":"CONVINFO_CONVERSATION_STATE","features":[538]},{"name":"CONVINFO_STATUS","features":[538]},{"name":"COPYDATASTRUCT","features":[538]},{"name":"CP_WINANSI","features":[538]},{"name":"CP_WINNEUTRAL","features":[538]},{"name":"CP_WINUNICODE","features":[538]},{"name":"ChangeClipboardChain","features":[307,538]},{"name":"CloseClipboard","features":[307,538]},{"name":"CountClipboardFormats","features":[538]},{"name":"DDEACK","features":[538]},{"name":"DDEADVISE","features":[538]},{"name":"DDEDATA","features":[538]},{"name":"DDELN","features":[538]},{"name":"DDEML_MSG_HOOK_DATA","features":[538]},{"name":"DDEPOKE","features":[538]},{"name":"DDEUP","features":[538]},{"name":"DDE_CLIENT_TRANSACTION_TYPE","features":[538]},{"name":"DDE_ENABLE_CALLBACK_CMD","features":[538]},{"name":"DDE_FACK","features":[538]},{"name":"DDE_FACKREQ","features":[538]},{"name":"DDE_FAPPSTATUS","features":[538]},{"name":"DDE_FBUSY","features":[538]},{"name":"DDE_FDEFERUPD","features":[538]},{"name":"DDE_FNOTPROCESSED","features":[538]},{"name":"DDE_FRELEASE","features":[538]},{"name":"DDE_FREQUESTED","features":[538]},{"name":"DDE_INITIALIZE_COMMAND","features":[538]},{"name":"DDE_NAME_SERVICE_CMD","features":[538]},{"name":"DMLERR_ADVACKTIMEOUT","features":[538]},{"name":"DMLERR_BUSY","features":[538]},{"name":"DMLERR_DATAACKTIMEOUT","features":[538]},{"name":"DMLERR_DLL_NOT_INITIALIZED","features":[538]},{"name":"DMLERR_DLL_USAGE","features":[538]},{"name":"DMLERR_EXECACKTIMEOUT","features":[538]},{"name":"DMLERR_FIRST","features":[538]},{"name":"DMLERR_INVALIDPARAMETER","features":[538]},{"name":"DMLERR_LAST","features":[538]},{"name":"DMLERR_LOW_MEMORY","features":[538]},{"name":"DMLERR_MEMORY_ERROR","features":[538]},{"name":"DMLERR_NOTPROCESSED","features":[538]},{"name":"DMLERR_NO_CONV_ESTABLISHED","features":[538]},{"name":"DMLERR_NO_ERROR","features":[538]},{"name":"DMLERR_POKEACKTIMEOUT","features":[538]},{"name":"DMLERR_POSTMSG_FAILED","features":[538]},{"name":"DMLERR_REENTRANCY","features":[538]},{"name":"DMLERR_SERVER_DIED","features":[538]},{"name":"DMLERR_SYS_ERROR","features":[538]},{"name":"DMLERR_UNADVACKTIMEOUT","features":[538]},{"name":"DMLERR_UNFOUND_QUEUE_ID","features":[538]},{"name":"DNS_FILTEROFF","features":[538]},{"name":"DNS_FILTERON","features":[538]},{"name":"DNS_REGISTER","features":[538]},{"name":"DNS_UNREGISTER","features":[538]},{"name":"DdeAbandonTransaction","features":[307,538]},{"name":"DdeAccessData","features":[538]},{"name":"DdeAddData","features":[538]},{"name":"DdeClientTransaction","features":[538]},{"name":"DdeCmpStringHandles","features":[538]},{"name":"DdeConnect","features":[307,310,538]},{"name":"DdeConnectList","features":[307,310,538]},{"name":"DdeCreateDataHandle","features":[538]},{"name":"DdeCreateStringHandleA","features":[538]},{"name":"DdeCreateStringHandleW","features":[538]},{"name":"DdeDisconnect","features":[307,538]},{"name":"DdeDisconnectList","features":[307,538]},{"name":"DdeEnableCallback","features":[307,538]},{"name":"DdeFreeDataHandle","features":[307,538]},{"name":"DdeFreeStringHandle","features":[307,538]},{"name":"DdeGetData","features":[538]},{"name":"DdeGetLastError","features":[538]},{"name":"DdeImpersonateClient","features":[307,538]},{"name":"DdeInitializeA","features":[538]},{"name":"DdeInitializeW","features":[538]},{"name":"DdeKeepStringHandle","features":[307,538]},{"name":"DdeNameService","features":[538]},{"name":"DdePostAdvise","features":[307,538]},{"name":"DdeQueryConvInfo","features":[307,310,538]},{"name":"DdeQueryNextServer","features":[538]},{"name":"DdeQueryStringA","features":[538]},{"name":"DdeQueryStringW","features":[538]},{"name":"DdeReconnect","features":[538]},{"name":"DdeSetQualityOfService","features":[307,310,538]},{"name":"DdeSetUserHandle","features":[307,538]},{"name":"DdeUnaccessData","features":[307,538]},{"name":"DdeUninitialize","features":[307,538]},{"name":"DeleteAtom","features":[538]},{"name":"EC_DISABLE","features":[538]},{"name":"EC_ENABLEALL","features":[538]},{"name":"EC_ENABLEONE","features":[538]},{"name":"EC_QUERYWAITING","features":[538]},{"name":"EmptyClipboard","features":[307,538]},{"name":"EnumClipboardFormats","features":[538]},{"name":"FindAtomA","features":[538]},{"name":"FindAtomW","features":[538]},{"name":"FreeDDElParam","features":[307,538]},{"name":"GetAtomNameA","features":[538]},{"name":"GetAtomNameW","features":[538]},{"name":"GetClipboardData","features":[307,538]},{"name":"GetClipboardFormatNameA","features":[538]},{"name":"GetClipboardFormatNameW","features":[538]},{"name":"GetClipboardOwner","features":[307,538]},{"name":"GetClipboardSequenceNumber","features":[538]},{"name":"GetClipboardViewer","features":[307,538]},{"name":"GetOpenClipboardWindow","features":[307,538]},{"name":"GetPriorityClipboardFormat","features":[538]},{"name":"GetUpdatedClipboardFormats","features":[307,538]},{"name":"GlobalAddAtomA","features":[538]},{"name":"GlobalAddAtomExA","features":[538]},{"name":"GlobalAddAtomExW","features":[538]},{"name":"GlobalAddAtomW","features":[538]},{"name":"GlobalDeleteAtom","features":[538]},{"name":"GlobalFindAtomA","features":[538]},{"name":"GlobalFindAtomW","features":[538]},{"name":"GlobalGetAtomNameA","features":[538]},{"name":"GlobalGetAtomNameW","features":[538]},{"name":"HCONV","features":[538]},{"name":"HCONVLIST","features":[538]},{"name":"HDATA_APPOWNED","features":[538]},{"name":"HDDEDATA","features":[538]},{"name":"HSZ","features":[538]},{"name":"HSZPAIR","features":[538]},{"name":"ImpersonateDdeClientWindow","features":[307,538]},{"name":"InitAtomTable","features":[307,538]},{"name":"IsClipboardFormatAvailable","features":[307,538]},{"name":"MAX_MONITORS","features":[538]},{"name":"METAFILEPICT","features":[318,538]},{"name":"MF_CALLBACKS","features":[538]},{"name":"MF_CONV","features":[538]},{"name":"MF_ERRORS","features":[538]},{"name":"MF_HSZ_INFO","features":[538]},{"name":"MF_LINKS","features":[538]},{"name":"MF_MASK","features":[538]},{"name":"MF_POSTMSGS","features":[538]},{"name":"MF_SENDMSGS","features":[538]},{"name":"MH_CLEANUP","features":[538]},{"name":"MH_CREATE","features":[538]},{"name":"MH_DELETE","features":[538]},{"name":"MH_KEEP","features":[538]},{"name":"MONCBSTRUCT","features":[307,310,538]},{"name":"MONCONVSTRUCT","features":[307,538]},{"name":"MONERRSTRUCT","features":[307,538]},{"name":"MONHSZSTRUCTA","features":[307,538]},{"name":"MONHSZSTRUCTW","features":[307,538]},{"name":"MONLINKSTRUCT","features":[307,538]},{"name":"MONMSGSTRUCT","features":[307,538]},{"name":"MSGF_DDEMGR","features":[538]},{"name":"OpenClipboard","features":[307,538]},{"name":"PFNCALLBACK","features":[538]},{"name":"PackDDElParam","features":[307,538]},{"name":"QID_SYNC","features":[538]},{"name":"RegisterClipboardFormatA","features":[538]},{"name":"RegisterClipboardFormatW","features":[538]},{"name":"RemoveClipboardFormatListener","features":[307,538]},{"name":"ReuseDDElParam","features":[307,538]},{"name":"ST_ADVISE","features":[538]},{"name":"ST_BLOCKED","features":[538]},{"name":"ST_BLOCKNEXT","features":[538]},{"name":"ST_CLIENT","features":[538]},{"name":"ST_CONNECTED","features":[538]},{"name":"ST_INLIST","features":[538]},{"name":"ST_ISLOCAL","features":[538]},{"name":"ST_ISSELF","features":[538]},{"name":"ST_TERMINATED","features":[538]},{"name":"SZDDESYS_ITEM_FORMATS","features":[538]},{"name":"SZDDESYS_ITEM_HELP","features":[538]},{"name":"SZDDESYS_ITEM_RTNMSG","features":[538]},{"name":"SZDDESYS_ITEM_STATUS","features":[538]},{"name":"SZDDESYS_ITEM_SYSITEMS","features":[538]},{"name":"SZDDESYS_ITEM_TOPICS","features":[538]},{"name":"SZDDESYS_TOPIC","features":[538]},{"name":"SZDDE_ITEM_ITEMLIST","features":[538]},{"name":"SetClipboardData","features":[307,538]},{"name":"SetClipboardViewer","features":[307,538]},{"name":"SetWinMetaFileBits","features":[318,538]},{"name":"TIMEOUT_ASYNC","features":[538]},{"name":"UnpackDDElParam","features":[307,538]},{"name":"WM_DDE_ACK","features":[538]},{"name":"WM_DDE_ADVISE","features":[538]},{"name":"WM_DDE_DATA","features":[538]},{"name":"WM_DDE_EXECUTE","features":[538]},{"name":"WM_DDE_FIRST","features":[538]},{"name":"WM_DDE_INITIATE","features":[538]},{"name":"WM_DDE_LAST","features":[538]},{"name":"WM_DDE_POKE","features":[538]},{"name":"WM_DDE_REQUEST","features":[538]},{"name":"WM_DDE_TERMINATE","features":[538]},{"name":"WM_DDE_UNADVISE","features":[538]},{"name":"XCLASS_BOOL","features":[538]},{"name":"XCLASS_DATA","features":[538]},{"name":"XCLASS_FLAGS","features":[538]},{"name":"XCLASS_MASK","features":[538]},{"name":"XCLASS_NOTIFICATION","features":[538]},{"name":"XST_ADVACKRCVD","features":[538]},{"name":"XST_ADVDATAACKRCVD","features":[538]},{"name":"XST_ADVDATASENT","features":[538]},{"name":"XST_ADVSENT","features":[538]},{"name":"XST_CONNECTED","features":[538]},{"name":"XST_DATARCVD","features":[538]},{"name":"XST_EXECACKRCVD","features":[538]},{"name":"XST_EXECSENT","features":[538]},{"name":"XST_INCOMPLETE","features":[538]},{"name":"XST_INIT1","features":[538]},{"name":"XST_INIT2","features":[538]},{"name":"XST_NULL","features":[538]},{"name":"XST_POKEACKRCVD","features":[538]},{"name":"XST_POKESENT","features":[538]},{"name":"XST_REQSENT","features":[538]},{"name":"XST_UNADVACKRCVD","features":[538]},{"name":"XST_UNADVSENT","features":[538]},{"name":"XTYPF_ACKREQ","features":[538]},{"name":"XTYPF_NOBLOCK","features":[538]},{"name":"XTYPF_NODATA","features":[538]},{"name":"XTYP_ADVDATA","features":[538]},{"name":"XTYP_ADVREQ","features":[538]},{"name":"XTYP_ADVSTART","features":[538]},{"name":"XTYP_ADVSTOP","features":[538]},{"name":"XTYP_CONNECT","features":[538]},{"name":"XTYP_CONNECT_CONFIRM","features":[538]},{"name":"XTYP_DISCONNECT","features":[538]},{"name":"XTYP_EXECUTE","features":[538]},{"name":"XTYP_MASK","features":[538]},{"name":"XTYP_MONITOR","features":[538]},{"name":"XTYP_POKE","features":[538]},{"name":"XTYP_REGISTER","features":[538]},{"name":"XTYP_REQUEST","features":[538]},{"name":"XTYP_SHIFT","features":[538]},{"name":"XTYP_UNREGISTER","features":[538]},{"name":"XTYP_WILDCONNECT","features":[538]},{"name":"XTYP_XACT_COMPLETE","features":[538]}],"550":[{"name":"CPU_ARCHITECTURE","features":[539]},{"name":"CPU_ARCHITECTURE_AMD64","features":[539]},{"name":"CPU_ARCHITECTURE_IA64","features":[539]},{"name":"CPU_ARCHITECTURE_INTEL","features":[539]},{"name":"EVT_WDSMCS_E_CP_CALLBACKS_NOT_REG","features":[539]},{"name":"EVT_WDSMCS_E_CP_CLOSE_INSTANCE_FAILED","features":[539]},{"name":"EVT_WDSMCS_E_CP_DLL_LOAD_FAILED","features":[539]},{"name":"EVT_WDSMCS_E_CP_DLL_LOAD_FAILED_CRITICAL","features":[539]},{"name":"EVT_WDSMCS_E_CP_INCOMPATIBLE_SERVER_VERSION","features":[539]},{"name":"EVT_WDSMCS_E_CP_INIT_FUNC_FAILED","features":[539]},{"name":"EVT_WDSMCS_E_CP_INIT_FUNC_MISSING","features":[539]},{"name":"EVT_WDSMCS_E_CP_MEMORY_LEAK","features":[539]},{"name":"EVT_WDSMCS_E_CP_OPEN_CONTENT_FAILED","features":[539]},{"name":"EVT_WDSMCS_E_CP_OPEN_INSTANCE_FAILED","features":[539]},{"name":"EVT_WDSMCS_E_CP_SHUTDOWN_FUNC_FAILED","features":[539]},{"name":"EVT_WDSMCS_E_DUPLICATE_MULTICAST_ADDR","features":[539]},{"name":"EVT_WDSMCS_E_NON_WDS_DUPLICATE_MULTICAST_ADDR","features":[539]},{"name":"EVT_WDSMCS_E_NSREG_CONTENT_PROVIDER_NOT_REG","features":[539]},{"name":"EVT_WDSMCS_E_NSREG_FAILURE","features":[539]},{"name":"EVT_WDSMCS_E_NSREG_NAMESPACE_EXISTS","features":[539]},{"name":"EVT_WDSMCS_E_NSREG_START_TIME_IN_PAST","features":[539]},{"name":"EVT_WDSMCS_E_PARAMETERS_READ_FAILED","features":[539]},{"name":"EVT_WDSMCS_S_PARAMETERS_READ","features":[539]},{"name":"EVT_WDSMCS_W_CP_DLL_LOAD_FAILED_NOT_CRITICAL","features":[539]},{"name":"FACILITY_WDSMCCLIENT","features":[539]},{"name":"FACILITY_WDSMCSERVER","features":[539]},{"name":"FACILITY_WDSTPTMGMT","features":[539]},{"name":"IWdsTransportCacheable","features":[358,539]},{"name":"IWdsTransportClient","features":[358,539]},{"name":"IWdsTransportCollection","features":[358,539]},{"name":"IWdsTransportConfigurationManager","features":[358,539]},{"name":"IWdsTransportConfigurationManager2","features":[358,539]},{"name":"IWdsTransportContent","features":[358,539]},{"name":"IWdsTransportContentProvider","features":[358,539]},{"name":"IWdsTransportDiagnosticsPolicy","features":[358,539]},{"name":"IWdsTransportManager","features":[358,539]},{"name":"IWdsTransportMulticastSessionPolicy","features":[358,539]},{"name":"IWdsTransportNamespace","features":[358,539]},{"name":"IWdsTransportNamespaceAutoCast","features":[358,539]},{"name":"IWdsTransportNamespaceManager","features":[358,539]},{"name":"IWdsTransportNamespaceScheduledCast","features":[358,539]},{"name":"IWdsTransportNamespaceScheduledCastAutoStart","features":[358,539]},{"name":"IWdsTransportNamespaceScheduledCastManualStart","features":[358,539]},{"name":"IWdsTransportServer","features":[358,539]},{"name":"IWdsTransportServer2","features":[358,539]},{"name":"IWdsTransportServicePolicy","features":[358,539]},{"name":"IWdsTransportServicePolicy2","features":[358,539]},{"name":"IWdsTransportSession","features":[358,539]},{"name":"IWdsTransportSetupManager","features":[358,539]},{"name":"IWdsTransportSetupManager2","features":[358,539]},{"name":"IWdsTransportTftpClient","features":[358,539]},{"name":"IWdsTransportTftpManager","features":[358,539]},{"name":"MC_SERVER_CURRENT_VERSION","features":[539]},{"name":"PFN_WDS_CLI_CALLBACK_MESSAGE_ID","features":[539]},{"name":"PFN_WdsCliCallback","features":[307,539]},{"name":"PFN_WdsCliTraceFunction","features":[539]},{"name":"PFN_WdsTransportClientReceiveContents","features":[307,539]},{"name":"PFN_WdsTransportClientReceiveMetadata","features":[307,539]},{"name":"PFN_WdsTransportClientSessionComplete","features":[307,539]},{"name":"PFN_WdsTransportClientSessionNegotiate","features":[307,539]},{"name":"PFN_WdsTransportClientSessionStart","features":[307,539]},{"name":"PFN_WdsTransportClientSessionStartEx","features":[307,539]},{"name":"PXE_ADDRESS","features":[539]},{"name":"PXE_ADDR_BROADCAST","features":[539]},{"name":"PXE_ADDR_USE_ADDR","features":[539]},{"name":"PXE_ADDR_USE_DHCP_RULES","features":[539]},{"name":"PXE_ADDR_USE_PORT","features":[539]},{"name":"PXE_BA_CUSTOM","features":[539]},{"name":"PXE_BA_IGNORE","features":[539]},{"name":"PXE_BA_NBP","features":[539]},{"name":"PXE_BA_REJECTED","features":[539]},{"name":"PXE_CALLBACK_MAX","features":[539]},{"name":"PXE_CALLBACK_RECV_REQUEST","features":[539]},{"name":"PXE_CALLBACK_SERVICE_CONTROL","features":[539]},{"name":"PXE_CALLBACK_SHUTDOWN","features":[539]},{"name":"PXE_DHCPV6_CLIENT_PORT","features":[539]},{"name":"PXE_DHCPV6_MESSAGE","features":[539]},{"name":"PXE_DHCPV6_MESSAGE_HEADER","features":[539]},{"name":"PXE_DHCPV6_NESTED_RELAY_MESSAGE","features":[539]},{"name":"PXE_DHCPV6_OPTION","features":[539]},{"name":"PXE_DHCPV6_RELAY_HOP_COUNT_LIMIT","features":[539]},{"name":"PXE_DHCPV6_RELAY_MESSAGE","features":[539]},{"name":"PXE_DHCPV6_SERVER_PORT","features":[539]},{"name":"PXE_DHCP_CLIENT_PORT","features":[539]},{"name":"PXE_DHCP_FILE_SIZE","features":[539]},{"name":"PXE_DHCP_HWAADR_SIZE","features":[539]},{"name":"PXE_DHCP_MAGIC_COOKIE_SIZE","features":[539]},{"name":"PXE_DHCP_MESSAGE","features":[539]},{"name":"PXE_DHCP_OPTION","features":[539]},{"name":"PXE_DHCP_SERVER_PORT","features":[539]},{"name":"PXE_DHCP_SERVER_SIZE","features":[539]},{"name":"PXE_GSI_SERVER_DUID","features":[539]},{"name":"PXE_GSI_TRACE_ENABLED","features":[539]},{"name":"PXE_MAX_ADDRESS","features":[539]},{"name":"PXE_PROVIDER","features":[307,539]},{"name":"PXE_PROV_ATTR_FILTER","features":[539]},{"name":"PXE_PROV_ATTR_FILTER_IPV6","features":[539]},{"name":"PXE_PROV_ATTR_IPV6_CAPABLE","features":[539]},{"name":"PXE_PROV_FILTER_ALL","features":[539]},{"name":"PXE_PROV_FILTER_DHCP_ONLY","features":[539]},{"name":"PXE_PROV_FILTER_PXE_ONLY","features":[539]},{"name":"PXE_REG_INDEX_BOTTOM","features":[539]},{"name":"PXE_REG_INDEX_TOP","features":[539]},{"name":"PXE_SERVER_PORT","features":[539]},{"name":"PXE_TRACE_ERROR","features":[539]},{"name":"PXE_TRACE_FATAL","features":[539]},{"name":"PXE_TRACE_INFO","features":[539]},{"name":"PXE_TRACE_VERBOSE","features":[539]},{"name":"PXE_TRACE_WARNING","features":[539]},{"name":"PxeAsyncRecvDone","features":[307,539]},{"name":"PxeDhcpAppendOption","features":[539]},{"name":"PxeDhcpAppendOptionRaw","features":[539]},{"name":"PxeDhcpGetOptionValue","features":[539]},{"name":"PxeDhcpGetVendorOptionValue","features":[539]},{"name":"PxeDhcpInitialize","features":[539]},{"name":"PxeDhcpIsValid","features":[307,539]},{"name":"PxeDhcpv6AppendOption","features":[539]},{"name":"PxeDhcpv6AppendOptionRaw","features":[539]},{"name":"PxeDhcpv6CreateRelayRepl","features":[539]},{"name":"PxeDhcpv6GetOptionValue","features":[539]},{"name":"PxeDhcpv6GetVendorOptionValue","features":[539]},{"name":"PxeDhcpv6Initialize","features":[539]},{"name":"PxeDhcpv6IsValid","features":[307,539]},{"name":"PxeDhcpv6ParseRelayForw","features":[539]},{"name":"PxeGetServerInfo","features":[539]},{"name":"PxeGetServerInfoEx","features":[539]},{"name":"PxePacketAllocate","features":[307,539]},{"name":"PxePacketFree","features":[307,539]},{"name":"PxeProviderEnumClose","features":[307,539]},{"name":"PxeProviderEnumFirst","features":[307,539]},{"name":"PxeProviderEnumNext","features":[307,539]},{"name":"PxeProviderFreeInfo","features":[307,539]},{"name":"PxeProviderQueryIndex","features":[539]},{"name":"PxeProviderRegister","features":[307,539,370]},{"name":"PxeProviderSetAttribute","features":[307,539]},{"name":"PxeProviderUnRegister","features":[539]},{"name":"PxeRegisterCallback","features":[307,539]},{"name":"PxeSendReply","features":[307,539]},{"name":"PxeTrace","features":[307,539]},{"name":"PxeTraceV","features":[307,539]},{"name":"TRANSPORTCLIENT_CALLBACK_ID","features":[539]},{"name":"TRANSPORTCLIENT_SESSION_INFO","features":[539]},{"name":"TRANSPORTPROVIDER_CALLBACK_ID","features":[539]},{"name":"TRANSPORTPROVIDER_CURRENT_VERSION","features":[539]},{"name":"WDSBP_OPTVAL_ACTION_ABORT","features":[539]},{"name":"WDSBP_OPTVAL_ACTION_APPROVAL","features":[539]},{"name":"WDSBP_OPTVAL_ACTION_REFERRAL","features":[539]},{"name":"WDSBP_OPTVAL_NBP_VER_7","features":[539]},{"name":"WDSBP_OPTVAL_NBP_VER_8","features":[539]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_NOPROMPT","features":[539]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_OPTIN","features":[539]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_OPTOUT","features":[539]},{"name":"WDSBP_OPT_TYPE_BYTE","features":[539]},{"name":"WDSBP_OPT_TYPE_IP4","features":[539]},{"name":"WDSBP_OPT_TYPE_IP6","features":[539]},{"name":"WDSBP_OPT_TYPE_NONE","features":[539]},{"name":"WDSBP_OPT_TYPE_STR","features":[539]},{"name":"WDSBP_OPT_TYPE_ULONG","features":[539]},{"name":"WDSBP_OPT_TYPE_USHORT","features":[539]},{"name":"WDSBP_OPT_TYPE_WSTR","features":[539]},{"name":"WDSBP_PK_TYPE_BCD","features":[539]},{"name":"WDSBP_PK_TYPE_DHCP","features":[539]},{"name":"WDSBP_PK_TYPE_DHCPV6","features":[539]},{"name":"WDSBP_PK_TYPE_WDSNBP","features":[539]},{"name":"WDSMCCLIENT_CATEGORY","features":[539]},{"name":"WDSMCSERVER_CATEGORY","features":[539]},{"name":"WDSMCS_E_CLIENT_DOESNOT_SUPPORT_SECURITY_MODE","features":[539]},{"name":"WDSMCS_E_CLIENT_NOT_FOUND","features":[539]},{"name":"WDSMCS_E_CONTENT_NOT_FOUND","features":[539]},{"name":"WDSMCS_E_CONTENT_PROVIDER_NOT_FOUND","features":[539]},{"name":"WDSMCS_E_INCOMPATIBLE_VERSION","features":[539]},{"name":"WDSMCS_E_NAMESPACE_ALREADY_EXISTS","features":[539]},{"name":"WDSMCS_E_NAMESPACE_ALREADY_STARTED","features":[539]},{"name":"WDSMCS_E_NAMESPACE_NOT_FOUND","features":[539]},{"name":"WDSMCS_E_NAMESPACE_SHUTDOWN_IN_PROGRESS","features":[539]},{"name":"WDSMCS_E_NS_START_FAILED_NO_CLIENTS","features":[539]},{"name":"WDSMCS_E_PACKET_HAS_SECURITY","features":[539]},{"name":"WDSMCS_E_PACKET_NOT_CHECKSUMED","features":[539]},{"name":"WDSMCS_E_PACKET_NOT_HASHED","features":[539]},{"name":"WDSMCS_E_PACKET_NOT_SIGNED","features":[539]},{"name":"WDSMCS_E_REQCALLBACKS_NOT_REG","features":[539]},{"name":"WDSMCS_E_SESSION_SHUTDOWN_IN_PROGRESS","features":[539]},{"name":"WDSMCS_E_START_TIME_IN_PAST","features":[539]},{"name":"WDSTPC_E_ALREADY_COMPLETED","features":[539]},{"name":"WDSTPC_E_ALREADY_IN_LOWEST_SESSION","features":[539]},{"name":"WDSTPC_E_ALREADY_IN_PROGRESS","features":[539]},{"name":"WDSTPC_E_CALLBACKS_NOT_REG","features":[539]},{"name":"WDSTPC_E_CLIENT_DEMOTE_NOT_SUPPORTED","features":[539]},{"name":"WDSTPC_E_KICKED_FAIL","features":[539]},{"name":"WDSTPC_E_KICKED_FALLBACK","features":[539]},{"name":"WDSTPC_E_KICKED_POLICY_NOT_MET","features":[539]},{"name":"WDSTPC_E_KICKED_UNKNOWN","features":[539]},{"name":"WDSTPC_E_MULTISTREAM_NOT_ENABLED","features":[539]},{"name":"WDSTPC_E_NOT_INITIALIZED","features":[539]},{"name":"WDSTPC_E_NO_IP4_INTERFACE","features":[539]},{"name":"WDSTPC_E_UNKNOWN_ERROR","features":[539]},{"name":"WDSTPTC_E_WIM_APPLY_REQUIRES_REFERENCE_IMAGE","features":[539]},{"name":"WDSTPTMGMT_CATEGORY","features":[539]},{"name":"WDSTPTMGMT_E_CANNOT_REFRESH_DIRTY_OBJECT","features":[539]},{"name":"WDSTPTMGMT_E_CANNOT_REINITIALIZE_OBJECT","features":[539]},{"name":"WDSTPTMGMT_E_CONTENT_PROVIDER_ALREADY_REGISTERED","features":[539]},{"name":"WDSTPTMGMT_E_CONTENT_PROVIDER_NOT_REGISTERED","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_AUTO_DISCONNECT_THRESHOLD","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_CLASS","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_CONTENT_PROVIDER_NAME","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_DIAGNOSTICS_COMPONENTS","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_IPV4_MULTICAST_ADDRESS","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS_SOURCE","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_IP_ADDRESS","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_MULTISTREAM_STREAM_COUNT","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_DATA","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_NAME","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_START_PARAMETERS","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_START_TIME","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_OPERATION","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_PROPERTY","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_SERVICE_IP_ADDRESS_RANGE","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_SERVICE_PORT_RANGE","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_SLOW_CLIENT_HANDLING_TYPE","features":[539]},{"name":"WDSTPTMGMT_E_INVALID_TFTP_MAX_BLOCKSIZE","features":[539]},{"name":"WDSTPTMGMT_E_IPV6_NOT_SUPPORTED","features":[539]},{"name":"WDSTPTMGMT_E_MULTICAST_SESSION_POLICY_NOT_SUPPORTED","features":[539]},{"name":"WDSTPTMGMT_E_NAMESPACE_ALREADY_REGISTERED","features":[539]},{"name":"WDSTPTMGMT_E_NAMESPACE_NOT_ON_SERVER","features":[539]},{"name":"WDSTPTMGMT_E_NAMESPACE_NOT_REGISTERED","features":[539]},{"name":"WDSTPTMGMT_E_NAMESPACE_READ_ONLY","features":[539]},{"name":"WDSTPTMGMT_E_NAMESPACE_REMOVED_FROM_SERVER","features":[539]},{"name":"WDSTPTMGMT_E_NETWORK_PROFILES_NOT_SUPPORTED","features":[539]},{"name":"WDSTPTMGMT_E_TFTP_MAX_BLOCKSIZE_NOT_SUPPORTED","features":[539]},{"name":"WDSTPTMGMT_E_TFTP_VAR_WINDOW_NOT_SUPPORTED","features":[539]},{"name":"WDSTPTMGMT_E_TRANSPORT_SERVER_ROLE_NOT_CONFIGURED","features":[539]},{"name":"WDSTPTMGMT_E_TRANSPORT_SERVER_UNAVAILABLE","features":[539]},{"name":"WDSTPTMGMT_E_UDP_PORT_POLICY_NOT_SUPPORTED","features":[539]},{"name":"WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS","features":[539]},{"name":"WDSTRANSPORT_DISCONNECT_TYPE","features":[539]},{"name":"WDSTRANSPORT_FEATURE_FLAGS","features":[539]},{"name":"WDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE","features":[539]},{"name":"WDSTRANSPORT_IP_ADDRESS_TYPE","features":[539]},{"name":"WDSTRANSPORT_NAMESPACE_TYPE","features":[539]},{"name":"WDSTRANSPORT_NETWORK_PROFILE_TYPE","features":[539]},{"name":"WDSTRANSPORT_PROTOCOL_FLAGS","features":[539]},{"name":"WDSTRANSPORT_RESOURCE_UTILIZATION_UNKNOWN","features":[539]},{"name":"WDSTRANSPORT_SERVICE_NOTIFICATION","features":[539]},{"name":"WDSTRANSPORT_SLOW_CLIENT_HANDLING_TYPE","features":[539]},{"name":"WDSTRANSPORT_TFTP_CAPABILITY","features":[539]},{"name":"WDSTRANSPORT_UDP_PORT_POLICY","features":[539]},{"name":"WDS_CLI_CRED","features":[539]},{"name":"WDS_CLI_FIRMWARE_BIOS","features":[539]},{"name":"WDS_CLI_FIRMWARE_EFI","features":[539]},{"name":"WDS_CLI_FIRMWARE_TYPE","features":[539]},{"name":"WDS_CLI_FIRMWARE_UNKNOWN","features":[539]},{"name":"WDS_CLI_IMAGE_PARAM_SPARSE_FILE","features":[539]},{"name":"WDS_CLI_IMAGE_PARAM_SUPPORTED_FIRMWARES","features":[539]},{"name":"WDS_CLI_IMAGE_PARAM_TYPE","features":[539]},{"name":"WDS_CLI_IMAGE_PARAM_UNKNOWN","features":[539]},{"name":"WDS_CLI_IMAGE_TYPE","features":[539]},{"name":"WDS_CLI_IMAGE_TYPE_UNKNOWN","features":[539]},{"name":"WDS_CLI_IMAGE_TYPE_VHD","features":[539]},{"name":"WDS_CLI_IMAGE_TYPE_VHDX","features":[539]},{"name":"WDS_CLI_IMAGE_TYPE_WIM","features":[539]},{"name":"WDS_CLI_MSG_COMPLETE","features":[539]},{"name":"WDS_CLI_MSG_PROGRESS","features":[539]},{"name":"WDS_CLI_MSG_START","features":[539]},{"name":"WDS_CLI_MSG_TEXT","features":[539]},{"name":"WDS_CLI_NO_SPARSE_FILE","features":[539]},{"name":"WDS_CLI_TRANSFER_ASYNCHRONOUS","features":[539]},{"name":"WDS_LOG_LEVEL_DISABLED","features":[539]},{"name":"WDS_LOG_LEVEL_ERROR","features":[539]},{"name":"WDS_LOG_LEVEL_INFO","features":[539]},{"name":"WDS_LOG_LEVEL_WARNING","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_FINISHED","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_FINISHED_2","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_STARTED","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_STARTED_2","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_DOMAINJOINERROR","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_DOMAINJOINERROR_2","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_DRIVER_PACKAGE_NOT_ACCESSIBLE","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_ERROR","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_FINISHED","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_GENERIC_MESSAGE","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED2","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED3","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_MAX_CODE","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_END","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_FAILURE","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_START","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_POST_ACTIONS_END","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_POST_ACTIONS_START","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_STARTED","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_DOWNGRADE","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_END","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_START","features":[539]},{"name":"WDS_LOG_TYPE_CLIENT_UNATTEND_MODE","features":[539]},{"name":"WDS_MC_TRACE_ERROR","features":[539]},{"name":"WDS_MC_TRACE_FATAL","features":[539]},{"name":"WDS_MC_TRACE_INFO","features":[539]},{"name":"WDS_MC_TRACE_VERBOSE","features":[539]},{"name":"WDS_MC_TRACE_WARNING","features":[539]},{"name":"WDS_TRANSPORTCLIENT_AUTH","features":[539]},{"name":"WDS_TRANSPORTCLIENT_CALLBACKS","features":[307,539]},{"name":"WDS_TRANSPORTCLIENT_CURRENT_API_VERSION","features":[539]},{"name":"WDS_TRANSPORTCLIENT_MAX_CALLBACKS","features":[539]},{"name":"WDS_TRANSPORTCLIENT_NO_AUTH","features":[539]},{"name":"WDS_TRANSPORTCLIENT_NO_CACHE","features":[539]},{"name":"WDS_TRANSPORTCLIENT_PROTOCOL_MULTICAST","features":[539]},{"name":"WDS_TRANSPORTCLIENT_RECEIVE_CONTENTS","features":[539]},{"name":"WDS_TRANSPORTCLIENT_RECEIVE_METADATA","features":[539]},{"name":"WDS_TRANSPORTCLIENT_REQUEST","features":[539]},{"name":"WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL","features":[539]},{"name":"WDS_TRANSPORTCLIENT_SESSION_COMPLETE","features":[539]},{"name":"WDS_TRANSPORTCLIENT_SESSION_NEGOTIATE","features":[539]},{"name":"WDS_TRANSPORTCLIENT_SESSION_START","features":[539]},{"name":"WDS_TRANSPORTCLIENT_SESSION_STARTEX","features":[539]},{"name":"WDS_TRANSPORTCLIENT_STATUS_FAILURE","features":[539]},{"name":"WDS_TRANSPORTCLIENT_STATUS_IN_PROGRESS","features":[539]},{"name":"WDS_TRANSPORTCLIENT_STATUS_SUCCESS","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_CLOSE_CONTENT","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_CLOSE_INSTANCE","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_COMPARE_CONTENT","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_CREATE_INSTANCE","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_DUMP_STATE","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_GET_CONTENT_METADATA","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_GET_CONTENT_SIZE","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_INIT_PARAMS","features":[307,539,370]},{"name":"WDS_TRANSPORTPROVIDER_MAX_CALLBACKS","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_OPEN_CONTENT","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_READ_CONTENT","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_REFRESH_SETTINGS","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_SETTINGS","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_SHUTDOWN","features":[539]},{"name":"WDS_TRANSPORTPROVIDER_USER_ACCESS_CHECK","features":[539]},{"name":"WdsBpAddOption","features":[307,539]},{"name":"WdsBpCloseHandle","features":[307,539]},{"name":"WdsBpGetOptionBuffer","features":[307,539]},{"name":"WdsBpInitialize","features":[307,539]},{"name":"WdsBpParseInitialize","features":[307,539]},{"name":"WdsBpParseInitializev6","features":[307,539]},{"name":"WdsBpQueryOption","features":[307,539]},{"name":"WdsCliAuthorizeSession","features":[307,539]},{"name":"WdsCliCancelTransfer","features":[307,539]},{"name":"WdsCliClose","features":[307,539]},{"name":"WdsCliCreateSession","features":[307,539]},{"name":"WdsCliFindFirstImage","features":[307,539]},{"name":"WdsCliFindNextImage","features":[307,539]},{"name":"WdsCliFlagEnumFilterFirmware","features":[539]},{"name":"WdsCliFlagEnumFilterVersion","features":[539]},{"name":"WdsCliFreeStringArray","features":[539]},{"name":"WdsCliGetDriverQueryXml","features":[539]},{"name":"WdsCliGetEnumerationFlags","features":[307,539]},{"name":"WdsCliGetImageArchitecture","features":[307,539]},{"name":"WdsCliGetImageDescription","features":[307,539]},{"name":"WdsCliGetImageFiles","features":[307,539]},{"name":"WdsCliGetImageGroup","features":[307,539]},{"name":"WdsCliGetImageHalName","features":[307,539]},{"name":"WdsCliGetImageHandleFromFindHandle","features":[307,539]},{"name":"WdsCliGetImageHandleFromTransferHandle","features":[307,539]},{"name":"WdsCliGetImageIndex","features":[307,539]},{"name":"WdsCliGetImageLanguage","features":[307,539]},{"name":"WdsCliGetImageLanguages","features":[307,539]},{"name":"WdsCliGetImageLastModifiedTime","features":[307,539]},{"name":"WdsCliGetImageName","features":[307,539]},{"name":"WdsCliGetImageNamespace","features":[307,539]},{"name":"WdsCliGetImageParameter","features":[307,539]},{"name":"WdsCliGetImagePath","features":[307,539]},{"name":"WdsCliGetImageSize","features":[307,539]},{"name":"WdsCliGetImageType","features":[307,539]},{"name":"WdsCliGetImageVersion","features":[307,539]},{"name":"WdsCliGetTransferSize","features":[307,539]},{"name":"WdsCliInitializeLog","features":[307,539]},{"name":"WdsCliLog","features":[307,539]},{"name":"WdsCliObtainDriverPackages","features":[307,539]},{"name":"WdsCliObtainDriverPackagesEx","features":[307,539]},{"name":"WdsCliRegisterTrace","features":[539]},{"name":"WdsCliSetTransferBufferSize","features":[539]},{"name":"WdsCliTransferFile","features":[307,539]},{"name":"WdsCliTransferImage","features":[307,539]},{"name":"WdsCliWaitForTransfer","features":[307,539]},{"name":"WdsTptDiagnosticsComponentImageServer","features":[539]},{"name":"WdsTptDiagnosticsComponentMulticast","features":[539]},{"name":"WdsTptDiagnosticsComponentPxe","features":[539]},{"name":"WdsTptDiagnosticsComponentTftp","features":[539]},{"name":"WdsTptDisconnectAbort","features":[539]},{"name":"WdsTptDisconnectFallback","features":[539]},{"name":"WdsTptDisconnectUnknown","features":[539]},{"name":"WdsTptFeatureAdminPack","features":[539]},{"name":"WdsTptFeatureDeploymentServer","features":[539]},{"name":"WdsTptFeatureTransportServer","features":[539]},{"name":"WdsTptIpAddressIpv4","features":[539]},{"name":"WdsTptIpAddressIpv6","features":[539]},{"name":"WdsTptIpAddressSourceDhcp","features":[539]},{"name":"WdsTptIpAddressSourceRange","features":[539]},{"name":"WdsTptIpAddressSourceUnknown","features":[539]},{"name":"WdsTptIpAddressUnknown","features":[539]},{"name":"WdsTptNamespaceTypeAutoCast","features":[539]},{"name":"WdsTptNamespaceTypeScheduledCastAutoStart","features":[539]},{"name":"WdsTptNamespaceTypeScheduledCastManualStart","features":[539]},{"name":"WdsTptNamespaceTypeUnknown","features":[539]},{"name":"WdsTptNetworkProfile100Mbps","features":[539]},{"name":"WdsTptNetworkProfile10Mbps","features":[539]},{"name":"WdsTptNetworkProfile1Gbps","features":[539]},{"name":"WdsTptNetworkProfileCustom","features":[539]},{"name":"WdsTptNetworkProfileUnknown","features":[539]},{"name":"WdsTptProtocolMulticast","features":[539]},{"name":"WdsTptProtocolUnicast","features":[539]},{"name":"WdsTptServiceNotifyReadSettings","features":[539]},{"name":"WdsTptServiceNotifyUnknown","features":[539]},{"name":"WdsTptSlowClientHandlingAutoDisconnect","features":[539]},{"name":"WdsTptSlowClientHandlingMultistream","features":[539]},{"name":"WdsTptSlowClientHandlingNone","features":[539]},{"name":"WdsTptSlowClientHandlingUnknown","features":[539]},{"name":"WdsTptTftpCapMaximumBlockSize","features":[539]},{"name":"WdsTptTftpCapVariableWindow","features":[539]},{"name":"WdsTptUdpPortPolicyDynamic","features":[539]},{"name":"WdsTptUdpPortPolicyFixed","features":[539]},{"name":"WdsTransportCacheable","features":[539]},{"name":"WdsTransportClient","features":[539]},{"name":"WdsTransportClientAddRefBuffer","features":[539]},{"name":"WdsTransportClientCancelSession","features":[307,539]},{"name":"WdsTransportClientCancelSessionEx","features":[307,539]},{"name":"WdsTransportClientCloseSession","features":[307,539]},{"name":"WdsTransportClientCompleteReceive","features":[307,539]},{"name":"WdsTransportClientInitialize","features":[539]},{"name":"WdsTransportClientInitializeSession","features":[307,539]},{"name":"WdsTransportClientQueryStatus","features":[307,539]},{"name":"WdsTransportClientRegisterCallback","features":[307,539]},{"name":"WdsTransportClientReleaseBuffer","features":[539]},{"name":"WdsTransportClientShutdown","features":[539]},{"name":"WdsTransportClientStartSession","features":[307,539]},{"name":"WdsTransportClientWaitForCompletion","features":[307,539]},{"name":"WdsTransportCollection","features":[539]},{"name":"WdsTransportConfigurationManager","features":[539]},{"name":"WdsTransportContent","features":[539]},{"name":"WdsTransportContentProvider","features":[539]},{"name":"WdsTransportDiagnosticsPolicy","features":[539]},{"name":"WdsTransportManager","features":[539]},{"name":"WdsTransportMulticastSessionPolicy","features":[539]},{"name":"WdsTransportNamespace","features":[539]},{"name":"WdsTransportNamespaceAutoCast","features":[539]},{"name":"WdsTransportNamespaceManager","features":[539]},{"name":"WdsTransportNamespaceScheduledCast","features":[539]},{"name":"WdsTransportNamespaceScheduledCastAutoStart","features":[539]},{"name":"WdsTransportNamespaceScheduledCastManualStart","features":[539]},{"name":"WdsTransportServer","features":[539]},{"name":"WdsTransportServerAllocateBuffer","features":[307,539]},{"name":"WdsTransportServerCompleteRead","features":[307,539]},{"name":"WdsTransportServerFreeBuffer","features":[307,539]},{"name":"WdsTransportServerRegisterCallback","features":[307,539]},{"name":"WdsTransportServerTrace","features":[307,539]},{"name":"WdsTransportServerTraceV","features":[307,539]},{"name":"WdsTransportServicePolicy","features":[539]},{"name":"WdsTransportSession","features":[539]},{"name":"WdsTransportSetupManager","features":[539]},{"name":"WdsTransportTftpClient","features":[539]},{"name":"WdsTransportTftpManager","features":[539]}],"551":[{"name":"APP_FLAG_PRIVILEGED","features":[540]},{"name":"ATTENDEE_DISCONNECT_REASON","features":[540]},{"name":"ATTENDEE_DISCONNECT_REASON_APP","features":[540]},{"name":"ATTENDEE_DISCONNECT_REASON_CLI","features":[540]},{"name":"ATTENDEE_DISCONNECT_REASON_ERR","features":[540]},{"name":"ATTENDEE_DISCONNECT_REASON_MAX","features":[540]},{"name":"ATTENDEE_DISCONNECT_REASON_MIN","features":[540]},{"name":"ATTENDEE_FLAGS_LOCAL","features":[540]},{"name":"CHANNEL_ACCESS_ENUM","features":[540]},{"name":"CHANNEL_ACCESS_ENUM_NONE","features":[540]},{"name":"CHANNEL_ACCESS_ENUM_SENDRECEIVE","features":[540]},{"name":"CHANNEL_FLAGS","features":[540]},{"name":"CHANNEL_FLAGS_DYNAMIC","features":[540]},{"name":"CHANNEL_FLAGS_LEGACY","features":[540]},{"name":"CHANNEL_FLAGS_UNCOMPRESSED","features":[540]},{"name":"CHANNEL_PRIORITY","features":[540]},{"name":"CHANNEL_PRIORITY_HI","features":[540]},{"name":"CHANNEL_PRIORITY_LO","features":[540]},{"name":"CHANNEL_PRIORITY_MED","features":[540]},{"name":"CONST_ATTENDEE_ID_DEFAULT","features":[540]},{"name":"CONST_ATTENDEE_ID_EVERYONE","features":[540]},{"name":"CONST_ATTENDEE_ID_HOST","features":[540]},{"name":"CONST_CONN_INTERVAL","features":[540]},{"name":"CONST_MAX_CHANNEL_MESSAGE_SIZE","features":[540]},{"name":"CONST_MAX_CHANNEL_NAME_LEN","features":[540]},{"name":"CONST_MAX_LEGACY_CHANNEL_MESSAGE_SIZE","features":[540]},{"name":"CTRL_LEVEL","features":[540]},{"name":"CTRL_LEVEL_INTERACTIVE","features":[540]},{"name":"CTRL_LEVEL_INVALID","features":[540]},{"name":"CTRL_LEVEL_MAX","features":[540]},{"name":"CTRL_LEVEL_MIN","features":[540]},{"name":"CTRL_LEVEL_NONE","features":[540]},{"name":"CTRL_LEVEL_REQCTRL_INTERACTIVE","features":[540]},{"name":"CTRL_LEVEL_REQCTRL_VIEW","features":[540]},{"name":"CTRL_LEVEL_VIEW","features":[540]},{"name":"DISPID_RDPAPI_EVENT_ON_BOUNDING_RECT_CHANGED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_APPFILTER_UPDATE","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_APPLICATION_CLOSE","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_APPLICATION_OPEN","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_APPLICATION_UPDATE","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_ATTENDEE_CONNECTED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_ATTENDEE_DISCONNECTED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_ATTENDEE_UPDATE","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_CTRLLEVEL_CHANGE_REQUEST","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_CTRLLEVEL_CHANGE_RESPONSE","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_ERROR","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_FOCUSRELEASED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_GRAPHICS_STREAM_PAUSED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_GRAPHICS_STREAM_RESUMED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_SHARED_DESKTOP_SETTINGS_CHANGED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_SHARED_RECT_CHANGED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_STREAM_CLOSED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_STREAM_DATARECEIVED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_STREAM_SENDCOMPLETED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIEWER_AUTHENTICATED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIEWER_CONNECTED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIEWER_CONNECTFAILED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIEWER_DISCONNECTED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIRTUAL_CHANNEL_DATARECEIVED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIRTUAL_CHANNEL_JOIN","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIRTUAL_CHANNEL_LEAVE","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIRTUAL_CHANNEL_SENDCOMPLETED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_WINDOW_CLOSE","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_WINDOW_OPEN","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_ON_WINDOW_UPDATE","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_VIEW_MOUSE_BUTTON_RECEIVED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_VIEW_MOUSE_MOVE_RECEIVED","features":[540]},{"name":"DISPID_RDPSRAPI_EVENT_VIEW_MOUSE_WHEEL_RECEIVED","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_ADD_TOUCH_INPUT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_BEGIN_TOUCH_FRAME","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_CLOSE","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_CONNECTTOCLIENT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_CONNECTUSINGTRANSPORTSTREAM","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_CREATE_INVITATION","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_END_TOUCH_FRAME","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_GETFRAMEBUFFERBITS","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_GETSHAREDRECT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_OPEN","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_PAUSE","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_REQUEST_COLOR_DEPTH_CHANGE","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_REQUEST_CONTROL","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_RESUME","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_SENDCONTROLLEVELCHANGERESPONSE","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_SEND_KEYBOARD_EVENT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_SEND_MOUSE_BUTTON_EVENT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_SEND_MOUSE_MOVE_EVENT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_SEND_MOUSE_WHEEL_EVENT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_SEND_SYNC_EVENT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_SETSHAREDRECT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_SET_RENDERING_SURFACE","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_SHOW_WINDOW","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_STARTREVCONNECTLISTENER","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_STREAMCLOSE","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_STREAMOPEN","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_STREAMREADDATA","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_STREAMSENDDATA","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_STREAM_ALLOCBUFFER","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_STREAM_FREEBUFFER","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_TERMINATE_CONNECTION","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_VIEWERCONNECT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_VIEWERDISCONNECT","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_VIRTUAL_CHANNEL_CREATE","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_VIRTUAL_CHANNEL_SEND_DATA","features":[540]},{"name":"DISPID_RDPSRAPI_METHOD_VIRTUAL_CHANNEL_SET_ACCESS","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_APPFILTERENABLED","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_APPFILTER_ENABLED","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_APPFLAGS","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_APPLICATION","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_APPLICATION_FILTER","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_APPLICATION_LIST","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_APPNAME","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_ATTENDEELIMIT","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_ATTENDEES","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_ATTENDEE_FLAGS","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_CHANNELMANAGER","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_CODE","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_CONINFO","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_CONNECTION_STRING","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_COUNT","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_CTRL_LEVEL","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_DBG_CLX_CMDLINE","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_DISCONNECTED_STRING","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_DISPIDVALUE","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_FRAMEBUFFER","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_FRAMEBUFFER_BPP","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_FRAMEBUFFER_HEIGHT","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_FRAMEBUFFER_WIDTH","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_GROUP_NAME","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_ID","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_INVITATION","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_INVITATIONITEM","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_INVITATIONS","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_LOCAL_IP","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_LOCAL_PORT","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_PASSWORD","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_PEER_IP","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_PEER_PORT","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_PROTOCOL_TYPE","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_REASON","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_REMOTENAME","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_REVOKED","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_SESSION_COLORDEPTH","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_SESSION_PROPERTIES","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_SHARED","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_CONTEXT","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_FLAGS","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_PAYLOADOFFSET","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_PAYLOADSIZE","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_STORAGE","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_STORESIZE","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_USESMARTSIZING","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_VIRTUAL_CHANNEL_GETFLAGS","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_VIRTUAL_CHANNEL_GETNAME","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_VIRTUAL_CHANNEL_GETPRIORITY","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_WINDOWID","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_WINDOWNAME","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_WINDOWSHARED","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_WINDOW_LIST","features":[540]},{"name":"DISPID_RDPSRAPI_PROP_WNDFLAGS","features":[540]},{"name":"IRDPSRAPIApplication","features":[358,540]},{"name":"IRDPSRAPIApplicationFilter","features":[358,540]},{"name":"IRDPSRAPIApplicationList","features":[358,540]},{"name":"IRDPSRAPIAttendee","features":[358,540]},{"name":"IRDPSRAPIAttendeeDisconnectInfo","features":[358,540]},{"name":"IRDPSRAPIAttendeeManager","features":[358,540]},{"name":"IRDPSRAPIAudioStream","features":[540]},{"name":"IRDPSRAPIClipboardUseEvents","features":[540]},{"name":"IRDPSRAPIDebug","features":[540]},{"name":"IRDPSRAPIFrameBuffer","features":[358,540]},{"name":"IRDPSRAPIInvitation","features":[358,540]},{"name":"IRDPSRAPIInvitationManager","features":[358,540]},{"name":"IRDPSRAPIPerfCounterLogger","features":[540]},{"name":"IRDPSRAPIPerfCounterLoggingManager","features":[540]},{"name":"IRDPSRAPISessionProperties","features":[358,540]},{"name":"IRDPSRAPISharingSession","features":[358,540]},{"name":"IRDPSRAPISharingSession2","features":[358,540]},{"name":"IRDPSRAPITcpConnectionInfo","features":[358,540]},{"name":"IRDPSRAPITransportStream","features":[540]},{"name":"IRDPSRAPITransportStreamBuffer","features":[540]},{"name":"IRDPSRAPITransportStreamEvents","features":[540]},{"name":"IRDPSRAPIViewer","features":[358,540]},{"name":"IRDPSRAPIVirtualChannel","features":[358,540]},{"name":"IRDPSRAPIVirtualChannelManager","features":[358,540]},{"name":"IRDPSRAPIWindow","features":[358,540]},{"name":"IRDPSRAPIWindowList","features":[358,540]},{"name":"IRDPViewerInputSink","features":[540]},{"name":"RDPENCOMAPI_ATTENDEE_FLAGS","features":[540]},{"name":"RDPENCOMAPI_CONSTANTS","features":[540]},{"name":"RDPSRAPIApplication","features":[540]},{"name":"RDPSRAPIApplicationFilter","features":[540]},{"name":"RDPSRAPIApplicationList","features":[540]},{"name":"RDPSRAPIAttendee","features":[540]},{"name":"RDPSRAPIAttendeeDisconnectInfo","features":[540]},{"name":"RDPSRAPIAttendeeManager","features":[540]},{"name":"RDPSRAPIFrameBuffer","features":[540]},{"name":"RDPSRAPIInvitation","features":[540]},{"name":"RDPSRAPIInvitationManager","features":[540]},{"name":"RDPSRAPISessionProperties","features":[540]},{"name":"RDPSRAPITcpConnectionInfo","features":[540]},{"name":"RDPSRAPIWindow","features":[540]},{"name":"RDPSRAPIWindowList","features":[540]},{"name":"RDPSRAPI_APP_FLAGS","features":[540]},{"name":"RDPSRAPI_KBD_CODE_SCANCODE","features":[540]},{"name":"RDPSRAPI_KBD_CODE_TYPE","features":[540]},{"name":"RDPSRAPI_KBD_CODE_UNICODE","features":[540]},{"name":"RDPSRAPI_KBD_SYNC_FLAG","features":[540]},{"name":"RDPSRAPI_KBD_SYNC_FLAG_CAPS_LOCK","features":[540]},{"name":"RDPSRAPI_KBD_SYNC_FLAG_KANA_LOCK","features":[540]},{"name":"RDPSRAPI_KBD_SYNC_FLAG_NUM_LOCK","features":[540]},{"name":"RDPSRAPI_KBD_SYNC_FLAG_SCROLL_LOCK","features":[540]},{"name":"RDPSRAPI_MOUSE_BUTTON_BUTTON1","features":[540]},{"name":"RDPSRAPI_MOUSE_BUTTON_BUTTON2","features":[540]},{"name":"RDPSRAPI_MOUSE_BUTTON_BUTTON3","features":[540]},{"name":"RDPSRAPI_MOUSE_BUTTON_TYPE","features":[540]},{"name":"RDPSRAPI_MOUSE_BUTTON_XBUTTON1","features":[540]},{"name":"RDPSRAPI_MOUSE_BUTTON_XBUTTON2","features":[540]},{"name":"RDPSRAPI_MOUSE_BUTTON_XBUTTON3","features":[540]},{"name":"RDPSRAPI_WND_FLAGS","features":[540]},{"name":"RDPSession","features":[540]},{"name":"RDPTransportStreamBuffer","features":[540]},{"name":"RDPTransportStreamEvents","features":[540]},{"name":"RDPViewer","features":[540]},{"name":"WND_FLAG_PRIVILEGED","features":[540]},{"name":"_IRDPSessionEvents","features":[358,540]},{"name":"__ReferenceRemainingTypes__","features":[540]}],"552":[{"name":"AcquireDeveloperLicense","features":[307,541]},{"name":"CheckDeveloperLicense","features":[307,541]},{"name":"RemoveDeveloperLicense","features":[307,541]}],"553":[{"name":"CeipIsOptedIn","features":[307,542]}],"554":[{"name":"COR_DEBUG_IL_TO_NATIVE_MAP","features":[543]},{"name":"COR_IL_MAP","features":[307,543]},{"name":"COR_PRF_ALL","features":[543]},{"name":"COR_PRF_ALLOWABLE_AFTER_ATTACH","features":[543]},{"name":"COR_PRF_ALLOWABLE_NOTIFICATION_PROFILER","features":[543]},{"name":"COR_PRF_ASSEMBLY_REFERENCE_INFO","features":[543,544]},{"name":"COR_PRF_CACHED_FUNCTION_FOUND","features":[543]},{"name":"COR_PRF_CACHED_FUNCTION_NOT_FOUND","features":[543]},{"name":"COR_PRF_CLAUSE_CATCH","features":[543]},{"name":"COR_PRF_CLAUSE_FILTER","features":[543]},{"name":"COR_PRF_CLAUSE_FINALLY","features":[543]},{"name":"COR_PRF_CLAUSE_NONE","features":[543]},{"name":"COR_PRF_CLAUSE_TYPE","features":[543]},{"name":"COR_PRF_CODEGEN_DISABLE_ALL_OPTIMIZATIONS","features":[543]},{"name":"COR_PRF_CODEGEN_DISABLE_INLINING","features":[543]},{"name":"COR_PRF_CODEGEN_FLAGS","features":[543]},{"name":"COR_PRF_CODE_INFO","features":[543]},{"name":"COR_PRF_CORE_CLR","features":[543]},{"name":"COR_PRF_DESKTOP_CLR","features":[543]},{"name":"COR_PRF_DISABLE_ALL_NGEN_IMAGES","features":[543]},{"name":"COR_PRF_DISABLE_INLINING","features":[543]},{"name":"COR_PRF_DISABLE_OPTIMIZATIONS","features":[543]},{"name":"COR_PRF_DISABLE_TRANSPARENCY_CHECKS_UNDER_FULL_TRUST","features":[543]},{"name":"COR_PRF_ENABLE_FRAME_INFO","features":[543]},{"name":"COR_PRF_ENABLE_FUNCTION_ARGS","features":[543]},{"name":"COR_PRF_ENABLE_FUNCTION_RETVAL","features":[543]},{"name":"COR_PRF_ENABLE_INPROC_DEBUGGING","features":[543]},{"name":"COR_PRF_ENABLE_JIT_MAPS","features":[543]},{"name":"COR_PRF_ENABLE_OBJECT_ALLOCATED","features":[543]},{"name":"COR_PRF_ENABLE_REJIT","features":[543]},{"name":"COR_PRF_ENABLE_STACK_SNAPSHOT","features":[543]},{"name":"COR_PRF_EVENTPIPE_ARRAY","features":[543]},{"name":"COR_PRF_EVENTPIPE_BOOLEAN","features":[543]},{"name":"COR_PRF_EVENTPIPE_BYTE","features":[543]},{"name":"COR_PRF_EVENTPIPE_CHAR","features":[543]},{"name":"COR_PRF_EVENTPIPE_CRITICAL","features":[543]},{"name":"COR_PRF_EVENTPIPE_DATETIME","features":[543]},{"name":"COR_PRF_EVENTPIPE_DECIMAL","features":[543]},{"name":"COR_PRF_EVENTPIPE_DOUBLE","features":[543]},{"name":"COR_PRF_EVENTPIPE_ERROR","features":[543]},{"name":"COR_PRF_EVENTPIPE_GUID","features":[543]},{"name":"COR_PRF_EVENTPIPE_INFORMATIONAL","features":[543]},{"name":"COR_PRF_EVENTPIPE_INT16","features":[543]},{"name":"COR_PRF_EVENTPIPE_INT32","features":[543]},{"name":"COR_PRF_EVENTPIPE_INT64","features":[543]},{"name":"COR_PRF_EVENTPIPE_LEVEL","features":[543]},{"name":"COR_PRF_EVENTPIPE_LOGALWAYS","features":[543]},{"name":"COR_PRF_EVENTPIPE_OBJECT","features":[543]},{"name":"COR_PRF_EVENTPIPE_PARAM_DESC","features":[543]},{"name":"COR_PRF_EVENTPIPE_PARAM_TYPE","features":[543]},{"name":"COR_PRF_EVENTPIPE_PROVIDER_CONFIG","features":[543]},{"name":"COR_PRF_EVENTPIPE_SBYTE","features":[543]},{"name":"COR_PRF_EVENTPIPE_SINGLE","features":[543]},{"name":"COR_PRF_EVENTPIPE_STRING","features":[543]},{"name":"COR_PRF_EVENTPIPE_UINT16","features":[543]},{"name":"COR_PRF_EVENTPIPE_UINT32","features":[543]},{"name":"COR_PRF_EVENTPIPE_UINT64","features":[543]},{"name":"COR_PRF_EVENTPIPE_VERBOSE","features":[543]},{"name":"COR_PRF_EVENTPIPE_WARNING","features":[543]},{"name":"COR_PRF_EVENT_DATA","features":[543]},{"name":"COR_PRF_EX_CLAUSE_INFO","features":[543]},{"name":"COR_PRF_FIELD_APP_DOMAIN_STATIC","features":[543]},{"name":"COR_PRF_FIELD_CONTEXT_STATIC","features":[543]},{"name":"COR_PRF_FIELD_NOT_A_STATIC","features":[543]},{"name":"COR_PRF_FIELD_RVA_STATIC","features":[543]},{"name":"COR_PRF_FIELD_THREAD_STATIC","features":[543]},{"name":"COR_PRF_FILTER_DATA","features":[543]},{"name":"COR_PRF_FINALIZER_CRITICAL","features":[543]},{"name":"COR_PRF_FINALIZER_FLAGS","features":[543]},{"name":"COR_PRF_FUNCTION","features":[543]},{"name":"COR_PRF_FUNCTION_ARGUMENT_INFO","features":[543]},{"name":"COR_PRF_FUNCTION_ARGUMENT_RANGE","features":[543]},{"name":"COR_PRF_GC_GENERATION","features":[543]},{"name":"COR_PRF_GC_GENERATION_RANGE","features":[543]},{"name":"COR_PRF_GC_GEN_0","features":[543]},{"name":"COR_PRF_GC_GEN_1","features":[543]},{"name":"COR_PRF_GC_GEN_2","features":[543]},{"name":"COR_PRF_GC_INDUCED","features":[543]},{"name":"COR_PRF_GC_LARGE_OBJECT_HEAP","features":[543]},{"name":"COR_PRF_GC_OTHER","features":[543]},{"name":"COR_PRF_GC_PINNED_OBJECT_HEAP","features":[543]},{"name":"COR_PRF_GC_REASON","features":[543]},{"name":"COR_PRF_GC_ROOT_FINALIZER","features":[543]},{"name":"COR_PRF_GC_ROOT_FLAGS","features":[543]},{"name":"COR_PRF_GC_ROOT_HANDLE","features":[543]},{"name":"COR_PRF_GC_ROOT_INTERIOR","features":[543]},{"name":"COR_PRF_GC_ROOT_KIND","features":[543]},{"name":"COR_PRF_GC_ROOT_OTHER","features":[543]},{"name":"COR_PRF_GC_ROOT_PINNING","features":[543]},{"name":"COR_PRF_GC_ROOT_REFCOUNTED","features":[543]},{"name":"COR_PRF_GC_ROOT_STACK","features":[543]},{"name":"COR_PRF_GC_ROOT_WEAKREF","features":[543]},{"name":"COR_PRF_HANDLE_TYPE","features":[543]},{"name":"COR_PRF_HANDLE_TYPE_PINNED","features":[543]},{"name":"COR_PRF_HANDLE_TYPE_STRONG","features":[543]},{"name":"COR_PRF_HANDLE_TYPE_WEAK","features":[543]},{"name":"COR_PRF_HIGH_ADD_ASSEMBLY_REFERENCES","features":[543]},{"name":"COR_PRF_HIGH_ALLOWABLE_AFTER_ATTACH","features":[543]},{"name":"COR_PRF_HIGH_ALLOWABLE_NOTIFICATION_PROFILER","features":[543]},{"name":"COR_PRF_HIGH_BASIC_GC","features":[543]},{"name":"COR_PRF_HIGH_DISABLE_TIERED_COMPILATION","features":[543]},{"name":"COR_PRF_HIGH_IN_MEMORY_SYMBOLS_UPDATED","features":[543]},{"name":"COR_PRF_HIGH_MONITOR","features":[543]},{"name":"COR_PRF_HIGH_MONITOR_DYNAMIC_FUNCTION_UNLOADS","features":[543]},{"name":"COR_PRF_HIGH_MONITOR_EVENT_PIPE","features":[543]},{"name":"COR_PRF_HIGH_MONITOR_GC_MOVED_OBJECTS","features":[543]},{"name":"COR_PRF_HIGH_MONITOR_IMMUTABLE","features":[543]},{"name":"COR_PRF_HIGH_MONITOR_LARGEOBJECT_ALLOCATED","features":[543]},{"name":"COR_PRF_HIGH_MONITOR_NONE","features":[543]},{"name":"COR_PRF_HIGH_MONITOR_PINNEDOBJECT_ALLOCATED","features":[543]},{"name":"COR_PRF_HIGH_REQUIRE_PROFILE_IMAGE","features":[543]},{"name":"COR_PRF_JIT_CACHE","features":[543]},{"name":"COR_PRF_METHOD","features":[543]},{"name":"COR_PRF_MISC","features":[543]},{"name":"COR_PRF_MODULE_COLLECTIBLE","features":[543]},{"name":"COR_PRF_MODULE_DISK","features":[543]},{"name":"COR_PRF_MODULE_DYNAMIC","features":[543]},{"name":"COR_PRF_MODULE_FLAGS","features":[543]},{"name":"COR_PRF_MODULE_FLAT_LAYOUT","features":[543]},{"name":"COR_PRF_MODULE_NGEN","features":[543]},{"name":"COR_PRF_MODULE_RESOURCE","features":[543]},{"name":"COR_PRF_MODULE_WINDOWS_RUNTIME","features":[543]},{"name":"COR_PRF_MONITOR","features":[543]},{"name":"COR_PRF_MONITOR_ALL","features":[543]},{"name":"COR_PRF_MONITOR_APPDOMAIN_LOADS","features":[543]},{"name":"COR_PRF_MONITOR_ASSEMBLY_LOADS","features":[543]},{"name":"COR_PRF_MONITOR_CACHE_SEARCHES","features":[543]},{"name":"COR_PRF_MONITOR_CCW","features":[543]},{"name":"COR_PRF_MONITOR_CLASS_LOADS","features":[543]},{"name":"COR_PRF_MONITOR_CLR_EXCEPTIONS","features":[543]},{"name":"COR_PRF_MONITOR_CODE_TRANSITIONS","features":[543]},{"name":"COR_PRF_MONITOR_ENTERLEAVE","features":[543]},{"name":"COR_PRF_MONITOR_EXCEPTIONS","features":[543]},{"name":"COR_PRF_MONITOR_FUNCTION_UNLOADS","features":[543]},{"name":"COR_PRF_MONITOR_GC","features":[543]},{"name":"COR_PRF_MONITOR_IMMUTABLE","features":[543]},{"name":"COR_PRF_MONITOR_JIT_COMPILATION","features":[543]},{"name":"COR_PRF_MONITOR_MODULE_LOADS","features":[543]},{"name":"COR_PRF_MONITOR_NONE","features":[543]},{"name":"COR_PRF_MONITOR_OBJECT_ALLOCATED","features":[543]},{"name":"COR_PRF_MONITOR_REMOTING","features":[543]},{"name":"COR_PRF_MONITOR_REMOTING_ASYNC","features":[543]},{"name":"COR_PRF_MONITOR_REMOTING_COOKIE","features":[543]},{"name":"COR_PRF_MONITOR_SUSPENDS","features":[543]},{"name":"COR_PRF_MONITOR_THREADS","features":[543]},{"name":"COR_PRF_NONGC_HEAP_RANGE","features":[543]},{"name":"COR_PRF_REJIT_BLOCK_INLINING","features":[543]},{"name":"COR_PRF_REJIT_FLAGS","features":[543]},{"name":"COR_PRF_REJIT_INLINING_CALLBACKS","features":[543]},{"name":"COR_PRF_REQUIRE_PROFILE_IMAGE","features":[543]},{"name":"COR_PRF_RUNTIME_TYPE","features":[543]},{"name":"COR_PRF_SNAPSHOT_DEFAULT","features":[543]},{"name":"COR_PRF_SNAPSHOT_INFO","features":[543]},{"name":"COR_PRF_SNAPSHOT_REGISTER_CONTEXT","features":[543]},{"name":"COR_PRF_SNAPSHOT_X86_OPTIMIZED","features":[543]},{"name":"COR_PRF_STATIC_TYPE","features":[543]},{"name":"COR_PRF_SUSPEND_FOR_APPDOMAIN_SHUTDOWN","features":[543]},{"name":"COR_PRF_SUSPEND_FOR_CODE_PITCHING","features":[543]},{"name":"COR_PRF_SUSPEND_FOR_GC","features":[543]},{"name":"COR_PRF_SUSPEND_FOR_GC_PREP","features":[543]},{"name":"COR_PRF_SUSPEND_FOR_INPROC_DEBUGGER","features":[543]},{"name":"COR_PRF_SUSPEND_FOR_PROFILER","features":[543]},{"name":"COR_PRF_SUSPEND_FOR_REJIT","features":[543]},{"name":"COR_PRF_SUSPEND_FOR_SHUTDOWN","features":[543]},{"name":"COR_PRF_SUSPEND_OTHER","features":[543]},{"name":"COR_PRF_SUSPEND_REASON","features":[543]},{"name":"COR_PRF_TRANSITION_CALL","features":[543]},{"name":"COR_PRF_TRANSITION_REASON","features":[543]},{"name":"COR_PRF_TRANSITION_RETURN","features":[543]},{"name":"COR_PRF_USE_PROFILE_IMAGES","features":[543]},{"name":"CorDebugIlToNativeMappingTypes","features":[543]},{"name":"EPILOG","features":[543]},{"name":"EventPipeProviderCallback","features":[543]},{"name":"FunctionEnter","features":[543]},{"name":"FunctionEnter2","features":[543]},{"name":"FunctionEnter3","features":[543]},{"name":"FunctionEnter3WithInfo","features":[543]},{"name":"FunctionIDMapper","features":[307,543]},{"name":"FunctionIDMapper2","features":[307,543]},{"name":"FunctionIDOrClientID","features":[543]},{"name":"FunctionLeave","features":[543]},{"name":"FunctionLeave2","features":[543]},{"name":"FunctionLeave3","features":[543]},{"name":"FunctionLeave3WithInfo","features":[543]},{"name":"FunctionTailcall","features":[543]},{"name":"FunctionTailcall2","features":[543]},{"name":"FunctionTailcall3","features":[543]},{"name":"FunctionTailcall3WithInfo","features":[543]},{"name":"ICorProfilerAssemblyReferenceProvider","features":[543]},{"name":"ICorProfilerCallback","features":[543]},{"name":"ICorProfilerCallback10","features":[543]},{"name":"ICorProfilerCallback11","features":[543]},{"name":"ICorProfilerCallback2","features":[543]},{"name":"ICorProfilerCallback3","features":[543]},{"name":"ICorProfilerCallback4","features":[543]},{"name":"ICorProfilerCallback5","features":[543]},{"name":"ICorProfilerCallback6","features":[543]},{"name":"ICorProfilerCallback7","features":[543]},{"name":"ICorProfilerCallback8","features":[543]},{"name":"ICorProfilerCallback9","features":[543]},{"name":"ICorProfilerFunctionControl","features":[543]},{"name":"ICorProfilerFunctionEnum","features":[543]},{"name":"ICorProfilerInfo","features":[543]},{"name":"ICorProfilerInfo10","features":[543]},{"name":"ICorProfilerInfo11","features":[543]},{"name":"ICorProfilerInfo12","features":[543]},{"name":"ICorProfilerInfo13","features":[543]},{"name":"ICorProfilerInfo14","features":[543]},{"name":"ICorProfilerInfo2","features":[543]},{"name":"ICorProfilerInfo3","features":[543]},{"name":"ICorProfilerInfo4","features":[543]},{"name":"ICorProfilerInfo5","features":[543]},{"name":"ICorProfilerInfo6","features":[543]},{"name":"ICorProfilerInfo7","features":[543]},{"name":"ICorProfilerInfo8","features":[543]},{"name":"ICorProfilerInfo9","features":[543]},{"name":"ICorProfilerMethodEnum","features":[543]},{"name":"ICorProfilerModuleEnum","features":[543]},{"name":"ICorProfilerObjectEnum","features":[543]},{"name":"ICorProfilerThreadEnum","features":[543]},{"name":"IMethodMalloc","features":[543]},{"name":"NO_MAPPING","features":[543]},{"name":"ObjectReferenceCallback","features":[307,543]},{"name":"PROFILER_GLOBAL_CLASS","features":[543]},{"name":"PROFILER_GLOBAL_MODULE","features":[543]},{"name":"PROFILER_PARENT_UNKNOWN","features":[543]},{"name":"PROLOG","features":[543]},{"name":"StackSnapshotCallback","features":[543]}],"555":[{"name":"ABNORMAL_RESET_DETECTED","features":[336]},{"name":"ACPI_BIOS_ERROR","features":[336]},{"name":"ACPI_BIOS_FATAL_ERROR","features":[336]},{"name":"ACPI_DRIVER_INTERNAL","features":[336]},{"name":"ACPI_FIRMWARE_WATCHDOG_TIMEOUT","features":[336]},{"name":"ACTIVE_EX_WORKER_THREAD_TERMINATION","features":[336]},{"name":"ADDRESS","features":[336]},{"name":"ADDRESS64","features":[336]},{"name":"ADDRESS_MODE","features":[336]},{"name":"AER_BRIDGE_DESCRIPTOR_FLAGS","features":[336]},{"name":"AER_ENDPOINT_DESCRIPTOR_FLAGS","features":[336]},{"name":"AER_ROOTPORT_DESCRIPTOR_FLAGS","features":[336]},{"name":"AGP_GART_CORRUPTION","features":[336]},{"name":"AGP_ILLEGALLY_REPROGRAMMED","features":[336]},{"name":"AGP_INTERNAL","features":[336]},{"name":"AGP_INVALID_ACCESS","features":[336]},{"name":"APC_CALLBACK_DATA","features":[336,313]},{"name":"APC_INDEX_MISMATCH","features":[336]},{"name":"API_VERSION","features":[336]},{"name":"API_VERSION_NUMBER","features":[336]},{"name":"APP_TAGGING_INITIALIZATION_FAILED","features":[336]},{"name":"ARM64_NT_CONTEXT","features":[336]},{"name":"ARM64_NT_NEON128","features":[336]},{"name":"ASSIGN_DRIVE_LETTERS_FAILED","features":[336]},{"name":"ATDISK_DRIVER_INTERNAL","features":[336]},{"name":"ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY","features":[336]},{"name":"ATTEMPTED_SWITCH_FROM_DPC","features":[336]},{"name":"ATTEMPTED_WRITE_TO_CM_PROTECTED_STORAGE","features":[336]},{"name":"ATTEMPTED_WRITE_TO_READONLY_MEMORY","features":[336]},{"name":"AUDIT_FAILURE","features":[336]},{"name":"AZURE_DEVICE_FW_DUMP","features":[336]},{"name":"AddVectoredContinueHandler","features":[307,336,313]},{"name":"AddVectoredExceptionHandler","features":[307,336,313]},{"name":"AddrMode1616","features":[336]},{"name":"AddrMode1632","features":[336]},{"name":"AddrModeFlat","features":[336]},{"name":"AddrModeReal","features":[336]},{"name":"BAD_EXHANDLE","features":[336]},{"name":"BAD_OBJECT_HEADER","features":[336]},{"name":"BAD_POOL_CALLER","features":[336]},{"name":"BAD_POOL_HEADER","features":[336]},{"name":"BAD_SYSTEM_CONFIG_INFO","features":[336]},{"name":"BC_BLUETOOTH_VERIFIER_FAULT","features":[336]},{"name":"BC_BTHMINI_VERIFIER_FAULT","features":[336]},{"name":"BGI_DETECTED_VIOLATION","features":[336]},{"name":"BIND_ALL_IMAGES","features":[336]},{"name":"BIND_CACHE_IMPORT_DLLS","features":[336]},{"name":"BIND_NO_BOUND_IMPORTS","features":[336]},{"name":"BIND_NO_UPDATE","features":[336]},{"name":"BIND_REPORT_64BIT_VA","features":[336]},{"name":"BITLOCKER_FATAL_ERROR","features":[336]},{"name":"BLUETOOTH_ERROR_RECOVERY_LIVEDUMP","features":[336]},{"name":"BOOTING_IN_SAFEMODE_DSREPAIR","features":[336]},{"name":"BOOTING_IN_SAFEMODE_MINIMAL","features":[336]},{"name":"BOOTING_IN_SAFEMODE_NETWORK","features":[336]},{"name":"BOOTLOG_ENABLED","features":[336]},{"name":"BOOTLOG_LOADED","features":[336]},{"name":"BOOTLOG_NOT_LOADED","features":[336]},{"name":"BOOTPROC_INITIALIZATION_FAILED","features":[336]},{"name":"BOUND_IMAGE_UNSUPPORTED","features":[336]},{"name":"BREAKAWAY_CABLE_TRANSITION","features":[336]},{"name":"BUGCHECK_CONTEXT_MODIFIER","features":[336]},{"name":"BUGCHECK_ERROR","features":[336]},{"name":"BUGCODE_ID_DRIVER","features":[336]},{"name":"BUGCODE_MBBADAPTER_DRIVER","features":[336]},{"name":"BUGCODE_NDIS_DRIVER","features":[336]},{"name":"BUGCODE_NDIS_DRIVER_LIVE_DUMP","features":[336]},{"name":"BUGCODE_NETADAPTER_DRIVER","features":[336]},{"name":"BUGCODE_USB3_DRIVER","features":[336]},{"name":"BUGCODE_USB_DRIVER","features":[336]},{"name":"BUGCODE_WIFIADAPTER_DRIVER","features":[336]},{"name":"Beep","features":[307,336]},{"name":"BindExpandFileHeaders","features":[336]},{"name":"BindForwarder","features":[336]},{"name":"BindForwarder32","features":[336]},{"name":"BindForwarder64","features":[336]},{"name":"BindForwarderNOT","features":[336]},{"name":"BindForwarderNOT32","features":[336]},{"name":"BindForwarderNOT64","features":[336]},{"name":"BindImage","features":[307,336]},{"name":"BindImageComplete","features":[336]},{"name":"BindImageEx","features":[307,336]},{"name":"BindImageModified","features":[336]},{"name":"BindImportModule","features":[336]},{"name":"BindImportModuleFailed","features":[336]},{"name":"BindImportProcedure","features":[336]},{"name":"BindImportProcedure32","features":[336]},{"name":"BindImportProcedure64","features":[336]},{"name":"BindImportProcedureFailed","features":[336]},{"name":"BindMismatchedSymbols","features":[336]},{"name":"BindNoRoomInImage","features":[336]},{"name":"BindOutOfMemory","features":[336]},{"name":"BindRvaToVaFailed","features":[336]},{"name":"BindSymbolsNotUpdated","features":[336]},{"name":"CACHE_INITIALIZATION_FAILED","features":[336]},{"name":"CACHE_MANAGER","features":[336]},{"name":"CALL_HAS_NOT_RETURNED_WATCHDOG_TIMEOUT_LIVEDUMP","features":[336]},{"name":"CANCEL_STATE_IN_COMPLETED_IRP","features":[336]},{"name":"CANNOT_WRITE_CONFIGURATION","features":[336]},{"name":"CBA_CHECK_ARM_MACHINE_THUMB_TYPE_OVERRIDE","features":[336]},{"name":"CBA_CHECK_ENGOPT_DISALLOW_NETWORK_PATHS","features":[336]},{"name":"CBA_DEBUG_INFO","features":[336]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_CANCEL","features":[336]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_COMPLETE","features":[336]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_FAILURE","features":[336]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_PARTIAL","features":[336]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_START","features":[336]},{"name":"CBA_DUPLICATE_SYMBOL","features":[336]},{"name":"CBA_ENGINE_PRESENT","features":[336]},{"name":"CBA_EVENT","features":[336]},{"name":"CBA_MAP_JIT_SYMBOL","features":[336]},{"name":"CBA_READ_MEMORY","features":[336]},{"name":"CBA_SET_OPTIONS","features":[336]},{"name":"CBA_SRCSRV_EVENT","features":[336]},{"name":"CBA_SRCSRV_INFO","features":[336]},{"name":"CBA_SYMBOLS_UNLOADED","features":[336]},{"name":"CBA_UPDATE_STATUS_BAR","features":[336]},{"name":"CBA_XML_LOG","features":[336]},{"name":"CDFS_FILE_SYSTEM","features":[336]},{"name":"CERT_PE_IMAGE_DIGEST_ALL_IMPORT_INFO","features":[336]},{"name":"CERT_PE_IMAGE_DIGEST_DEBUG_INFO","features":[336]},{"name":"CERT_PE_IMAGE_DIGEST_NON_PE_INFO","features":[336]},{"name":"CERT_PE_IMAGE_DIGEST_RESOURCES","features":[336]},{"name":"CERT_SECTION_TYPE_ANY","features":[336]},{"name":"CHECKSUM_MAPVIEW_FAILURE","features":[336]},{"name":"CHECKSUM_MAP_FAILURE","features":[336]},{"name":"CHECKSUM_OPEN_FAILURE","features":[336]},{"name":"CHECKSUM_SUCCESS","features":[336]},{"name":"CHECKSUM_UNICODE_FAILURE","features":[336]},{"name":"CHIPSET_DETECTED_ERROR","features":[336]},{"name":"CID_HANDLE_CREATION","features":[336]},{"name":"CID_HANDLE_DELETION","features":[336]},{"name":"CLOCK_WATCHDOG_TIMEOUT","features":[336]},{"name":"CLUSTER_CLUSPORT_STATUS_IO_TIMEOUT_LIVEDUMP","features":[336]},{"name":"CLUSTER_CSVFS_LIVEDUMP","features":[336]},{"name":"CLUSTER_CSV_CLUSSVC_DISCONNECT_WATCHDOG","features":[336]},{"name":"CLUSTER_CSV_CLUSTER_WATCHDOG_LIVEDUMP","features":[336]},{"name":"CLUSTER_CSV_SNAPSHOT_DEVICE_INFO_TIMEOUT_LIVEDUMP","features":[336]},{"name":"CLUSTER_CSV_STATE_TRANSITION_INTERVAL_TIMEOUT_LIVEDUMP","features":[336]},{"name":"CLUSTER_CSV_STATE_TRANSITION_TIMEOUT_LIVEDUMP","features":[336]},{"name":"CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP","features":[336]},{"name":"CLUSTER_CSV_VOLUME_ARRIVAL_LIVEDUMP","features":[336]},{"name":"CLUSTER_CSV_VOLUME_REMOVAL_LIVEDUMP","features":[336]},{"name":"CLUSTER_RESOURCE_CALL_TIMEOUT_LIVEDUMP","features":[336]},{"name":"CLUSTER_SVHDX_LIVEDUMP","features":[336]},{"name":"CNSS_FILE_SYSTEM_FILTER","features":[336]},{"name":"CONFIG_INITIALIZATION_FAILED","features":[336]},{"name":"CONFIG_LIST_FAILED","features":[336]},{"name":"CONNECTED_STANDBY_WATCHDOG_TIMEOUT_LIVEDUMP","features":[336]},{"name":"CONTEXT","features":[336,313]},{"name":"CONTEXT","features":[336,313]},{"name":"CONTEXT","features":[336,313]},{"name":"CONTEXT_ALL_AMD64","features":[336]},{"name":"CONTEXT_ALL_ARM","features":[336]},{"name":"CONTEXT_ALL_ARM64","features":[336]},{"name":"CONTEXT_ALL_X86","features":[336]},{"name":"CONTEXT_AMD64","features":[336]},{"name":"CONTEXT_ARM","features":[336]},{"name":"CONTEXT_ARM64","features":[336]},{"name":"CONTEXT_CONTROL_AMD64","features":[336]},{"name":"CONTEXT_CONTROL_ARM","features":[336]},{"name":"CONTEXT_CONTROL_ARM64","features":[336]},{"name":"CONTEXT_CONTROL_X86","features":[336]},{"name":"CONTEXT_DEBUG_REGISTERS_AMD64","features":[336]},{"name":"CONTEXT_DEBUG_REGISTERS_ARM","features":[336]},{"name":"CONTEXT_DEBUG_REGISTERS_ARM64","features":[336]},{"name":"CONTEXT_DEBUG_REGISTERS_X86","features":[336]},{"name":"CONTEXT_EXCEPTION_ACTIVE_AMD64","features":[336]},{"name":"CONTEXT_EXCEPTION_ACTIVE_ARM","features":[336]},{"name":"CONTEXT_EXCEPTION_ACTIVE_ARM64","features":[336]},{"name":"CONTEXT_EXCEPTION_ACTIVE_X86","features":[336]},{"name":"CONTEXT_EXCEPTION_REPORTING_AMD64","features":[336]},{"name":"CONTEXT_EXCEPTION_REPORTING_ARM","features":[336]},{"name":"CONTEXT_EXCEPTION_REPORTING_ARM64","features":[336]},{"name":"CONTEXT_EXCEPTION_REPORTING_X86","features":[336]},{"name":"CONTEXT_EXCEPTION_REQUEST_AMD64","features":[336]},{"name":"CONTEXT_EXCEPTION_REQUEST_ARM","features":[336]},{"name":"CONTEXT_EXCEPTION_REQUEST_ARM64","features":[336]},{"name":"CONTEXT_EXCEPTION_REQUEST_X86","features":[336]},{"name":"CONTEXT_EXTENDED_REGISTERS_X86","features":[336]},{"name":"CONTEXT_FLAGS","features":[336]},{"name":"CONTEXT_FLOATING_POINT_AMD64","features":[336]},{"name":"CONTEXT_FLOATING_POINT_ARM","features":[336]},{"name":"CONTEXT_FLOATING_POINT_ARM64","features":[336]},{"name":"CONTEXT_FLOATING_POINT_X86","features":[336]},{"name":"CONTEXT_FULL_AMD64","features":[336]},{"name":"CONTEXT_FULL_ARM","features":[336]},{"name":"CONTEXT_FULL_ARM64","features":[336]},{"name":"CONTEXT_FULL_X86","features":[336]},{"name":"CONTEXT_INTEGER_AMD64","features":[336]},{"name":"CONTEXT_INTEGER_ARM","features":[336]},{"name":"CONTEXT_INTEGER_ARM64","features":[336]},{"name":"CONTEXT_INTEGER_X86","features":[336]},{"name":"CONTEXT_KERNEL_CET_AMD64","features":[336]},{"name":"CONTEXT_KERNEL_DEBUGGER_AMD64","features":[336]},{"name":"CONTEXT_RET_TO_GUEST_ARM64","features":[336]},{"name":"CONTEXT_SEGMENTS_AMD64","features":[336]},{"name":"CONTEXT_SEGMENTS_X86","features":[336]},{"name":"CONTEXT_SERVICE_ACTIVE_AMD64","features":[336]},{"name":"CONTEXT_SERVICE_ACTIVE_ARM","features":[336]},{"name":"CONTEXT_SERVICE_ACTIVE_ARM64","features":[336]},{"name":"CONTEXT_SERVICE_ACTIVE_X86","features":[336]},{"name":"CONTEXT_UNWOUND_TO_CALL_AMD64","features":[336]},{"name":"CONTEXT_UNWOUND_TO_CALL_ARM","features":[336]},{"name":"CONTEXT_UNWOUND_TO_CALL_ARM64","features":[336]},{"name":"CONTEXT_X18_ARM64","features":[336]},{"name":"CONTEXT_X86","features":[336]},{"name":"CONTEXT_XSTATE_AMD64","features":[336]},{"name":"CONTEXT_XSTATE_X86","features":[336]},{"name":"COREMSGCALL_INTERNAL_ERROR","features":[336]},{"name":"COREMSG_INTERNAL_ERROR","features":[336]},{"name":"CORRUPT_ACCESS_TOKEN","features":[336]},{"name":"CPU_INFORMATION","features":[336]},{"name":"CRASHDUMP_WATCHDOG_TIMEOUT","features":[336]},{"name":"CREATE_DELETE_LOCK_NOT_LOCKED","features":[336]},{"name":"CREATE_PROCESS_DEBUG_EVENT","features":[336]},{"name":"CREATE_PROCESS_DEBUG_INFO","features":[307,336,342]},{"name":"CREATE_THREAD_DEBUG_EVENT","features":[336]},{"name":"CREATE_THREAD_DEBUG_INFO","features":[307,336,342]},{"name":"CRITICAL_INITIALIZATION_FAILURE","features":[336]},{"name":"CRITICAL_OBJECT_TERMINATION","features":[336]},{"name":"CRITICAL_PROCESS_DIED","features":[336]},{"name":"CRITICAL_SERVICE_FAILED","features":[336]},{"name":"CRITICAL_STRUCTURE_CORRUPTION","features":[336]},{"name":"CRYPTO_LIBRARY_INTERNAL_ERROR","features":[336]},{"name":"CRYPTO_SELF_TEST_FAILURE","features":[336]},{"name":"CancelCallback","features":[336]},{"name":"CheckRemoteDebuggerPresent","features":[307,336]},{"name":"CheckSumMappedFile","features":[336,338]},{"name":"CheckSumMappedFile","features":[336,338]},{"name":"CloseThreadWaitChainSession","features":[336]},{"name":"CommentStreamA","features":[336]},{"name":"CommentStreamW","features":[336]},{"name":"ContinueDebugEvent","features":[307,336]},{"name":"CopyContext","features":[307,336,313]},{"name":"DAM_WATCHDOG_TIMEOUT","features":[336]},{"name":"DATA_BUS_ERROR","features":[336]},{"name":"DATA_COHERENCY_EXCEPTION","features":[336]},{"name":"DBGHELP_DATA_REPORT_STRUCT","features":[336]},{"name":"DBGPROP_ATTRIB_ACCESS_FINAL","features":[336]},{"name":"DBGPROP_ATTRIB_ACCESS_PRIVATE","features":[336]},{"name":"DBGPROP_ATTRIB_ACCESS_PROTECTED","features":[336]},{"name":"DBGPROP_ATTRIB_ACCESS_PUBLIC","features":[336]},{"name":"DBGPROP_ATTRIB_FLAGS","features":[336]},{"name":"DBGPROP_ATTRIB_FRAME_INCATCHBLOCK","features":[336]},{"name":"DBGPROP_ATTRIB_FRAME_INFINALLYBLOCK","features":[336]},{"name":"DBGPROP_ATTRIB_FRAME_INTRYBLOCK","features":[336]},{"name":"DBGPROP_ATTRIB_HAS_EXTENDED_ATTRIBS","features":[336]},{"name":"DBGPROP_ATTRIB_NO_ATTRIB","features":[336]},{"name":"DBGPROP_ATTRIB_STORAGE_FIELD","features":[336]},{"name":"DBGPROP_ATTRIB_STORAGE_GLOBAL","features":[336]},{"name":"DBGPROP_ATTRIB_STORAGE_STATIC","features":[336]},{"name":"DBGPROP_ATTRIB_STORAGE_VIRTUAL","features":[336]},{"name":"DBGPROP_ATTRIB_TYPE_IS_CONSTANT","features":[336]},{"name":"DBGPROP_ATTRIB_TYPE_IS_SYNCHRONIZED","features":[336]},{"name":"DBGPROP_ATTRIB_TYPE_IS_VOLATILE","features":[336]},{"name":"DBGPROP_ATTRIB_VALUE_IS_EVENT","features":[336]},{"name":"DBGPROP_ATTRIB_VALUE_IS_EXPANDABLE","features":[336]},{"name":"DBGPROP_ATTRIB_VALUE_IS_FAKE","features":[336]},{"name":"DBGPROP_ATTRIB_VALUE_IS_INVALID","features":[336]},{"name":"DBGPROP_ATTRIB_VALUE_IS_METHOD","features":[336]},{"name":"DBGPROP_ATTRIB_VALUE_IS_RAW_STRING","features":[336]},{"name":"DBGPROP_ATTRIB_VALUE_IS_RETURN_VALUE","features":[336]},{"name":"DBGPROP_ATTRIB_VALUE_PENDING_MUTATION","features":[336]},{"name":"DBGPROP_ATTRIB_VALUE_READONLY","features":[336]},{"name":"DBGPROP_INFO","features":[336]},{"name":"DBGPROP_INFO_ATTRIBUTES","features":[336]},{"name":"DBGPROP_INFO_AUTOEXPAND","features":[336]},{"name":"DBGPROP_INFO_BEAUTIFY","features":[336]},{"name":"DBGPROP_INFO_CALLTOSTRING","features":[336]},{"name":"DBGPROP_INFO_DEBUGPROP","features":[336]},{"name":"DBGPROP_INFO_FULLNAME","features":[336]},{"name":"DBGPROP_INFO_NAME","features":[336]},{"name":"DBGPROP_INFO_TYPE","features":[336]},{"name":"DBGPROP_INFO_VALUE","features":[336]},{"name":"DBHHEADER_CVMISC","features":[336]},{"name":"DBHHEADER_DEBUGDIRS","features":[336]},{"name":"DBHHEADER_PDBGUID","features":[336]},{"name":"DEBUG_EVENT","features":[307,336,342]},{"name":"DEBUG_EVENT_CODE","features":[336]},{"name":"DEREF_UNKNOWN_LOGON_SESSION","features":[336]},{"name":"DEVICE_DIAGNOSTIC_LOG_LIVEDUMP","features":[336]},{"name":"DEVICE_QUEUE_NOT_BUSY","features":[336]},{"name":"DEVICE_REFERENCE_COUNT_NOT_ZERO","features":[336]},{"name":"DFSC_FILE_SYSTEM","features":[336]},{"name":"DFS_FILE_SYSTEM","features":[336]},{"name":"DIGEST_FUNCTION","features":[307,336]},{"name":"DIRECTED_FX_TRANSITION_LIVEDUMP","features":[336]},{"name":"DIRTY_MAPPED_PAGES_CONGESTION","features":[336]},{"name":"DIRTY_NOWRITE_PAGES_CONGESTION","features":[336]},{"name":"DISORDERLY_SHUTDOWN","features":[336]},{"name":"DISPATCHER_CONTEXT","features":[307,336,313]},{"name":"DISPATCHER_CONTEXT","features":[307,336,313]},{"name":"DMA_COMMON_BUFFER_VECTOR_ERROR","features":[336]},{"name":"DMP_CONTEXT_RECORD_SIZE_32","features":[336]},{"name":"DMP_CONTEXT_RECORD_SIZE_64","features":[336]},{"name":"DMP_HEADER_COMMENT_SIZE","features":[336]},{"name":"DMP_PHYSICAL_MEMORY_BLOCK_SIZE_32","features":[336]},{"name":"DMP_PHYSICAL_MEMORY_BLOCK_SIZE_64","features":[336]},{"name":"DMP_RESERVED_0_SIZE_32","features":[336]},{"name":"DMP_RESERVED_0_SIZE_64","features":[336]},{"name":"DMP_RESERVED_2_SIZE_32","features":[336]},{"name":"DMP_RESERVED_3_SIZE_32","features":[336]},{"name":"DPC_WATCHDOG_TIMEOUT","features":[336]},{"name":"DPC_WATCHDOG_VIOLATION","features":[336]},{"name":"DRIPS_SW_HW_DIVERGENCE_LIVEDUMP","features":[336]},{"name":"DRIVER_CAUGHT_MODIFYING_FREED_POOL","features":[336]},{"name":"DRIVER_CORRUPTED_EXPOOL","features":[336]},{"name":"DRIVER_CORRUPTED_MMPOOL","features":[336]},{"name":"DRIVER_CORRUPTED_SYSPTES","features":[336]},{"name":"DRIVER_INVALID_CRUNTIME_PARAMETER","features":[336]},{"name":"DRIVER_INVALID_STACK_ACCESS","features":[336]},{"name":"DRIVER_IRQL_NOT_LESS_OR_EQUAL","features":[336]},{"name":"DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS","features":[336]},{"name":"DRIVER_OVERRAN_STACK_BUFFER","features":[336]},{"name":"DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION","features":[336]},{"name":"DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION_M","features":[336]},{"name":"DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL","features":[336]},{"name":"DRIVER_PNP_WATCHDOG","features":[336]},{"name":"DRIVER_PORTION_MUST_BE_NONPAGED","features":[336]},{"name":"DRIVER_POWER_STATE_FAILURE","features":[336]},{"name":"DRIVER_RETURNED_HOLDING_CANCEL_LOCK","features":[336]},{"name":"DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN","features":[336]},{"name":"DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS","features":[336]},{"name":"DRIVER_UNMAPPING_INVALID_VIEW","features":[336]},{"name":"DRIVER_USED_EXCESSIVE_PTES","features":[336]},{"name":"DRIVER_VERIFIER_DETECTED_VIOLATION","features":[336]},{"name":"DRIVER_VERIFIER_DETECTED_VIOLATION_LIVEDUMP","features":[336]},{"name":"DRIVER_VERIFIER_DMA_VIOLATION","features":[336]},{"name":"DRIVER_VERIFIER_IOMANAGER_VIOLATION","features":[336]},{"name":"DRIVER_VERIFIER_TRACKING_LIVE_DUMP","features":[336]},{"name":"DRIVER_VIOLATION","features":[336]},{"name":"DRIVE_EXTENDER","features":[336]},{"name":"DSLFLAG_MISMATCHED_DBG","features":[336]},{"name":"DSLFLAG_MISMATCHED_PDB","features":[336]},{"name":"DUMP_FILE_ATTRIBUTES","features":[336]},{"name":"DUMP_HEADER32","features":[307,336]},{"name":"DUMP_HEADER64","features":[307,336]},{"name":"DUMP_SUMMARY_VALID_CURRENT_USER_VA","features":[336]},{"name":"DUMP_SUMMARY_VALID_KERNEL_VA","features":[336]},{"name":"DUMP_TYPE","features":[336]},{"name":"DUMP_TYPE_AUTOMATIC","features":[336]},{"name":"DUMP_TYPE_BITMAP_FULL","features":[336]},{"name":"DUMP_TYPE_BITMAP_KERNEL","features":[336]},{"name":"DUMP_TYPE_FULL","features":[336]},{"name":"DUMP_TYPE_HEADER","features":[336]},{"name":"DUMP_TYPE_INVALID","features":[336]},{"name":"DUMP_TYPE_SUMMARY","features":[336]},{"name":"DUMP_TYPE_TRIAGE","features":[336]},{"name":"DUMP_TYPE_UNKNOWN","features":[336]},{"name":"DYNAMIC_ADD_PROCESSOR_MISMATCH","features":[336]},{"name":"DbgHelpCreateUserDump","features":[307,336]},{"name":"DbgHelpCreateUserDumpW","features":[307,336]},{"name":"DebugActiveProcess","features":[307,336]},{"name":"DebugActiveProcessStop","features":[307,336]},{"name":"DebugBreak","features":[336]},{"name":"DebugBreakProcess","features":[307,336]},{"name":"DebugPropertyInfo","features":[336]},{"name":"DebugSetProcessKillOnExit","features":[307,336]},{"name":"DecodePointer","features":[336]},{"name":"DecodeRemotePointer","features":[307,336]},{"name":"DecodeSystemPointer","features":[336]},{"name":"EFS_FATAL_ERROR","features":[336]},{"name":"ELAM_DRIVER_DETECTED_FATAL_ERROR","features":[336]},{"name":"EMPTY_THREAD_REAPER_LIST","features":[336]},{"name":"EM_INITIALIZATION_ERROR","features":[336]},{"name":"END_OF_NT_EVALUATION_PERIOD","features":[336]},{"name":"ERESOURCE_INVALID_RELEASE","features":[336]},{"name":"ERRATA_WORKAROUND_UNSUCCESSFUL","features":[336]},{"name":"ERROR_IMAGE_NOT_STRIPPED","features":[336]},{"name":"ERROR_NO_DBG_POINTER","features":[336]},{"name":"ERROR_NO_PDB_POINTER","features":[336]},{"name":"ESLFLAG_FULLPATH","features":[336]},{"name":"ESLFLAG_INLINE_SITE","features":[336]},{"name":"ESLFLAG_NEAREST","features":[336]},{"name":"ESLFLAG_NEXT","features":[336]},{"name":"ESLFLAG_PREV","features":[336]},{"name":"EVENT_SRCSPEW","features":[336]},{"name":"EVENT_SRCSPEW_END","features":[336]},{"name":"EVENT_SRCSPEW_START","features":[336]},{"name":"EVENT_TRACING_FATAL_ERROR","features":[336]},{"name":"EXCEPTION_CONTINUE_EXECUTION","features":[336]},{"name":"EXCEPTION_CONTINUE_SEARCH","features":[336]},{"name":"EXCEPTION_DEBUG_EVENT","features":[336]},{"name":"EXCEPTION_DEBUG_INFO","features":[307,336]},{"name":"EXCEPTION_EXECUTE_HANDLER","features":[336]},{"name":"EXCEPTION_ON_INVALID_STACK","features":[336]},{"name":"EXCEPTION_POINTERS","features":[307,336,313]},{"name":"EXCEPTION_RECORD","features":[307,336]},{"name":"EXCEPTION_RECORD32","features":[307,336]},{"name":"EXCEPTION_RECORD64","features":[307,336]},{"name":"EXCEPTION_SCOPE_INVALID","features":[336]},{"name":"EXFAT_FILE_SYSTEM","features":[336]},{"name":"EXIT_PROCESS_DEBUG_EVENT","features":[336]},{"name":"EXIT_PROCESS_DEBUG_INFO","features":[336]},{"name":"EXIT_THREAD_DEBUG_EVENT","features":[336]},{"name":"EXIT_THREAD_DEBUG_INFO","features":[336]},{"name":"EXRESOURCE_TIMEOUT_LIVEDUMP","features":[336]},{"name":"EXT_OUTPUT_VER","features":[336]},{"name":"EX_PROP_INFO_DEBUGEXTPROP","features":[336]},{"name":"EX_PROP_INFO_FLAGS","features":[336]},{"name":"EX_PROP_INFO_ID","features":[336]},{"name":"EX_PROP_INFO_LOCKBYTES","features":[336]},{"name":"EX_PROP_INFO_NTYPE","features":[336]},{"name":"EX_PROP_INFO_NVALUE","features":[336]},{"name":"EncodePointer","features":[336]},{"name":"EncodeRemotePointer","features":[307,336]},{"name":"EncodeSystemPointer","features":[336]},{"name":"EnumDirTree","features":[307,336]},{"name":"EnumDirTreeW","features":[307,336]},{"name":"EnumerateLoadedModules","features":[307,336]},{"name":"EnumerateLoadedModules64","features":[307,336]},{"name":"EnumerateLoadedModulesEx","features":[307,336]},{"name":"EnumerateLoadedModulesExW","features":[307,336]},{"name":"EnumerateLoadedModulesW64","features":[307,336]},{"name":"ExceptionStream","features":[336]},{"name":"ExtendedDebugPropertyInfo","features":[307,387,336,359,360]},{"name":"FACILITY_AAF","features":[336]},{"name":"FACILITY_ACCELERATOR","features":[336]},{"name":"FACILITY_ACS","features":[336]},{"name":"FACILITY_ACTION_QUEUE","features":[336]},{"name":"FACILITY_AUDCLNT","features":[336]},{"name":"FACILITY_AUDIO","features":[336]},{"name":"FACILITY_AUDIOSTREAMING","features":[336]},{"name":"FACILITY_BACKGROUNDCOPY","features":[336]},{"name":"FACILITY_BCD","features":[336]},{"name":"FACILITY_BLB","features":[336]},{"name":"FACILITY_BLBUI","features":[336]},{"name":"FACILITY_BLB_CLI","features":[336]},{"name":"FACILITY_BLUETOOTH_ATT","features":[336]},{"name":"FACILITY_CERT","features":[336]},{"name":"FACILITY_CMI","features":[336]},{"name":"FACILITY_CODE","features":[336]},{"name":"FACILITY_COMPLUS","features":[336]},{"name":"FACILITY_CONFIGURATION","features":[336]},{"name":"FACILITY_CONTROL","features":[336]},{"name":"FACILITY_DAF","features":[336]},{"name":"FACILITY_DEBUGGERS","features":[336]},{"name":"FACILITY_DEFRAG","features":[336]},{"name":"FACILITY_DELIVERY_OPTIMIZATION","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_BINLSVC","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_CONTENT_PROVIDER","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_DRIVER_PROVISIONING","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_IMAGING","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MANAGEMENT","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MULTICAST_CLIENT","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MULTICAST_SERVER","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_PXE","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_SERVER","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_TFTP","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_TRANSPORT_MANAGEMENT","features":[336]},{"name":"FACILITY_DEPLOYMENT_SERVICES_UTIL","features":[336]},{"name":"FACILITY_DEVICE_UPDATE_AGENT","features":[336]},{"name":"FACILITY_DIRECT2D","features":[336]},{"name":"FACILITY_DIRECT3D10","features":[336]},{"name":"FACILITY_DIRECT3D11","features":[336]},{"name":"FACILITY_DIRECT3D11_DEBUG","features":[336]},{"name":"FACILITY_DIRECT3D12","features":[336]},{"name":"FACILITY_DIRECT3D12_DEBUG","features":[336]},{"name":"FACILITY_DIRECTMUSIC","features":[336]},{"name":"FACILITY_DIRECTORYSERVICE","features":[336]},{"name":"FACILITY_DISPATCH","features":[336]},{"name":"FACILITY_DLS","features":[336]},{"name":"FACILITY_DMSERVER","features":[336]},{"name":"FACILITY_DPLAY","features":[336]},{"name":"FACILITY_DRVSERVICING","features":[336]},{"name":"FACILITY_DXCORE","features":[336]},{"name":"FACILITY_DXGI","features":[336]},{"name":"FACILITY_DXGI_DDI","features":[336]},{"name":"FACILITY_EAP","features":[336]},{"name":"FACILITY_EAS","features":[336]},{"name":"FACILITY_FVE","features":[336]},{"name":"FACILITY_FWP","features":[336]},{"name":"FACILITY_GAME","features":[336]},{"name":"FACILITY_GRAPHICS","features":[336]},{"name":"FACILITY_HSP_SERVICES","features":[336]},{"name":"FACILITY_HSP_SOFTWARE","features":[336]},{"name":"FACILITY_HTTP","features":[336]},{"name":"FACILITY_INPUT","features":[336]},{"name":"FACILITY_INTERNET","features":[336]},{"name":"FACILITY_IORING","features":[336]},{"name":"FACILITY_ITF","features":[336]},{"name":"FACILITY_JSCRIPT","features":[336]},{"name":"FACILITY_LEAP","features":[336]},{"name":"FACILITY_LINGUISTIC_SERVICES","features":[336]},{"name":"FACILITY_MBN","features":[336]},{"name":"FACILITY_MEDIASERVER","features":[336]},{"name":"FACILITY_METADIRECTORY","features":[336]},{"name":"FACILITY_MOBILE","features":[336]},{"name":"FACILITY_MSMQ","features":[336]},{"name":"FACILITY_NAP","features":[336]},{"name":"FACILITY_NDIS","features":[336]},{"name":"FACILITY_NT_BIT","features":[336]},{"name":"FACILITY_NULL","features":[336]},{"name":"FACILITY_OCP_UPDATE_AGENT","features":[336]},{"name":"FACILITY_ONLINE_ID","features":[336]},{"name":"FACILITY_OPC","features":[336]},{"name":"FACILITY_P2P","features":[336]},{"name":"FACILITY_P2P_INT","features":[336]},{"name":"FACILITY_PARSE","features":[336]},{"name":"FACILITY_PIDGENX","features":[336]},{"name":"FACILITY_PIX","features":[336]},{"name":"FACILITY_PLA","features":[336]},{"name":"FACILITY_POWERSHELL","features":[336]},{"name":"FACILITY_PRESENTATION","features":[336]},{"name":"FACILITY_QUIC","features":[336]},{"name":"FACILITY_RAS","features":[336]},{"name":"FACILITY_RESTORE","features":[336]},{"name":"FACILITY_RPC","features":[336]},{"name":"FACILITY_SCARD","features":[336]},{"name":"FACILITY_SCRIPT","features":[336]},{"name":"FACILITY_SDIAG","features":[336]},{"name":"FACILITY_SECURITY","features":[336]},{"name":"FACILITY_SERVICE_FABRIC","features":[336]},{"name":"FACILITY_SETUPAPI","features":[336]},{"name":"FACILITY_SHELL","features":[336]},{"name":"FACILITY_SOS","features":[336]},{"name":"FACILITY_SPP","features":[336]},{"name":"FACILITY_SQLITE","features":[336]},{"name":"FACILITY_SSPI","features":[336]},{"name":"FACILITY_STATEREPOSITORY","features":[336]},{"name":"FACILITY_STATE_MANAGEMENT","features":[336]},{"name":"FACILITY_STORAGE","features":[336]},{"name":"FACILITY_SXS","features":[336]},{"name":"FACILITY_SYNCENGINE","features":[336]},{"name":"FACILITY_TIERING","features":[336]},{"name":"FACILITY_TPM_SERVICES","features":[336]},{"name":"FACILITY_TPM_SOFTWARE","features":[336]},{"name":"FACILITY_TTD","features":[336]},{"name":"FACILITY_UI","features":[336]},{"name":"FACILITY_UMI","features":[336]},{"name":"FACILITY_URT","features":[336]},{"name":"FACILITY_USERMODE_COMMONLOG","features":[336]},{"name":"FACILITY_USERMODE_FILTER_MANAGER","features":[336]},{"name":"FACILITY_USERMODE_HNS","features":[336]},{"name":"FACILITY_USERMODE_HYPERVISOR","features":[336]},{"name":"FACILITY_USERMODE_LICENSING","features":[336]},{"name":"FACILITY_USERMODE_SDBUS","features":[336]},{"name":"FACILITY_USERMODE_SPACES","features":[336]},{"name":"FACILITY_USERMODE_VHD","features":[336]},{"name":"FACILITY_USERMODE_VIRTUALIZATION","features":[336]},{"name":"FACILITY_USERMODE_VOLMGR","features":[336]},{"name":"FACILITY_USERMODE_VOLSNAP","features":[336]},{"name":"FACILITY_USER_MODE_SECURITY_CORE","features":[336]},{"name":"FACILITY_USN","features":[336]},{"name":"FACILITY_UTC","features":[336]},{"name":"FACILITY_VISUALCPP","features":[336]},{"name":"FACILITY_WEB","features":[336]},{"name":"FACILITY_WEBSERVICES","features":[336]},{"name":"FACILITY_WEB_SOCKET","features":[336]},{"name":"FACILITY_WEP","features":[336]},{"name":"FACILITY_WER","features":[336]},{"name":"FACILITY_WIA","features":[336]},{"name":"FACILITY_WIN32","features":[336]},{"name":"FACILITY_WINCODEC_DWRITE_DWM","features":[336]},{"name":"FACILITY_WINDOWS","features":[336]},{"name":"FACILITY_WINDOWSUPDATE","features":[336]},{"name":"FACILITY_WINDOWS_CE","features":[336]},{"name":"FACILITY_WINDOWS_DEFENDER","features":[336]},{"name":"FACILITY_WINDOWS_SETUP","features":[336]},{"name":"FACILITY_WINDOWS_STORE","features":[336]},{"name":"FACILITY_WINML","features":[336]},{"name":"FACILITY_WINPE","features":[336]},{"name":"FACILITY_WINRM","features":[336]},{"name":"FACILITY_WMAAECMA","features":[336]},{"name":"FACILITY_WPN","features":[336]},{"name":"FACILITY_WSBAPP","features":[336]},{"name":"FACILITY_WSB_ONLINE","features":[336]},{"name":"FACILITY_XAML","features":[336]},{"name":"FACILITY_XBOX","features":[336]},{"name":"FACILITY_XPS","features":[336]},{"name":"FAST_ERESOURCE_PRECONDITION_VIOLATION","features":[336]},{"name":"FATAL_ABNORMAL_RESET_ERROR","features":[336]},{"name":"FATAL_UNHANDLED_HARD_ERROR","features":[336]},{"name":"FAT_FILE_SYSTEM","features":[336]},{"name":"FAULTY_HARDWARE_CORRUPTED_PAGE","features":[336]},{"name":"FILE_INITIALIZATION_FAILED","features":[336]},{"name":"FILE_SYSTEM","features":[336]},{"name":"FLAG_ENGINE_PRESENT","features":[336]},{"name":"FLAG_ENGOPT_DISALLOW_NETWORK_PATHS","features":[336]},{"name":"FLAG_OVERRIDE_ARM_MACHINE_TYPE","features":[336]},{"name":"FLOPPY_INTERNAL_ERROR","features":[336]},{"name":"FLTMGR_FILE_SYSTEM","features":[336]},{"name":"FORMAT_MESSAGE_ALLOCATE_BUFFER","features":[336]},{"name":"FORMAT_MESSAGE_ARGUMENT_ARRAY","features":[336]},{"name":"FORMAT_MESSAGE_FROM_HMODULE","features":[336]},{"name":"FORMAT_MESSAGE_FROM_STRING","features":[336]},{"name":"FORMAT_MESSAGE_FROM_SYSTEM","features":[336]},{"name":"FORMAT_MESSAGE_IGNORE_INSERTS","features":[336]},{"name":"FORMAT_MESSAGE_OPTIONS","features":[336]},{"name":"FPO_DATA","features":[336]},{"name":"FP_EMULATION_ERROR","features":[336]},{"name":"FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION","features":[336]},{"name":"FatalAppExitA","features":[336]},{"name":"FatalAppExitW","features":[336]},{"name":"FatalExit","features":[336]},{"name":"FindDebugInfoFile","features":[307,336]},{"name":"FindDebugInfoFileEx","features":[307,336]},{"name":"FindDebugInfoFileExW","features":[307,336]},{"name":"FindExecutableImage","features":[307,336]},{"name":"FindExecutableImageEx","features":[307,336]},{"name":"FindExecutableImageExW","features":[307,336]},{"name":"FindFileInPath","features":[307,336]},{"name":"FindFileInSearchPath","features":[307,336]},{"name":"FlushInstructionCache","features":[307,336]},{"name":"FormatMessageA","features":[336]},{"name":"FormatMessageW","features":[336]},{"name":"FunctionTableStream","features":[336]},{"name":"GPIO_CONTROLLER_DRIVER_ERROR","features":[336]},{"name":"GetEnabledXStateFeatures","features":[336]},{"name":"GetErrorMode","features":[336]},{"name":"GetImageConfigInformation","features":[307,336,313,338]},{"name":"GetImageConfigInformation","features":[307,336,313,338]},{"name":"GetImageUnusedHeaderBytes","features":[307,336,313,338]},{"name":"GetSymLoadError","features":[336]},{"name":"GetThreadContext","features":[307,336,313]},{"name":"GetThreadErrorMode","features":[336]},{"name":"GetThreadSelectorEntry","features":[307,336]},{"name":"GetThreadWaitChain","features":[307,336]},{"name":"GetTimestampForLoadedLibrary","features":[307,336]},{"name":"GetXStateFeaturesMask","features":[307,336,313]},{"name":"HAL1_INITIALIZATION_FAILED","features":[336]},{"name":"HAL_BLOCKED_PROCESSOR_INTERNAL_ERROR","features":[336]},{"name":"HAL_ILLEGAL_IOMMU_PAGE_FAULT","features":[336]},{"name":"HAL_INITIALIZATION_FAILED","features":[336]},{"name":"HAL_IOMMU_INTERNAL_ERROR","features":[336]},{"name":"HAL_MEMORY_ALLOCATION","features":[336]},{"name":"HANDLE_ERROR_ON_CRITICAL_THREAD","features":[336]},{"name":"HANDLE_LIVE_DUMP","features":[336]},{"name":"HARDWARE_INTERRUPT_STORM","features":[336]},{"name":"HARDWARE_PROFILE_DOCKED_STRING","features":[336]},{"name":"HARDWARE_PROFILE_UNDOCKED_STRING","features":[336]},{"name":"HARDWARE_PROFILE_UNKNOWN_STRING","features":[336]},{"name":"HARDWARE_WATCHDOG_TIMEOUT","features":[336]},{"name":"HTTP_DRIVER_CORRUPTED","features":[336]},{"name":"HYPERGUARD_INITIALIZATION_FAILURE","features":[336]},{"name":"HYPERGUARD_VIOLATION","features":[336]},{"name":"HYPERVISOR_ERROR","features":[336]},{"name":"HandleDataStream","features":[336]},{"name":"HandleOperationListStream","features":[336]},{"name":"IDebugExtendedProperty","features":[336]},{"name":"IDebugProperty","features":[336]},{"name":"IDebugPropertyEnumType_All","features":[336]},{"name":"IDebugPropertyEnumType_Arguments","features":[336]},{"name":"IDebugPropertyEnumType_Locals","features":[336]},{"name":"IDebugPropertyEnumType_LocalsPlusArgs","features":[336]},{"name":"IDebugPropertyEnumType_Registers","features":[336]},{"name":"IEnumDebugExtendedPropertyInfo","features":[336]},{"name":"IEnumDebugPropertyInfo","features":[336]},{"name":"ILLEGAL_ATS_INITIALIZATION","features":[336]},{"name":"ILLEGAL_IOMMU_PAGE_FAULT","features":[336]},{"name":"IMAGEHLP_CBA_EVENT","features":[336]},{"name":"IMAGEHLP_CBA_EVENTW","features":[336]},{"name":"IMAGEHLP_CBA_EVENT_SEVERITY","features":[336]},{"name":"IMAGEHLP_CBA_READ_MEMORY","features":[336]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOAD","features":[307,336]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOAD64","features":[307,336]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOADW64","features":[307,336]},{"name":"IMAGEHLP_DUPLICATE_SYMBOL","features":[336]},{"name":"IMAGEHLP_DUPLICATE_SYMBOL64","features":[336]},{"name":"IMAGEHLP_EXTENDED_OPTIONS","features":[336]},{"name":"IMAGEHLP_GET_TYPE_INFO_CHILDREN","features":[336]},{"name":"IMAGEHLP_GET_TYPE_INFO_FLAGS","features":[336]},{"name":"IMAGEHLP_GET_TYPE_INFO_PARAMS","features":[336]},{"name":"IMAGEHLP_GET_TYPE_INFO_UNCACHED","features":[336]},{"name":"IMAGEHLP_HD_TYPE","features":[336]},{"name":"IMAGEHLP_JIT_SYMBOLMAP","features":[336]},{"name":"IMAGEHLP_LINE","features":[336]},{"name":"IMAGEHLP_LINE64","features":[336]},{"name":"IMAGEHLP_LINEW","features":[336]},{"name":"IMAGEHLP_LINEW64","features":[336]},{"name":"IMAGEHLP_MODULE","features":[336]},{"name":"IMAGEHLP_MODULE64","features":[307,336]},{"name":"IMAGEHLP_MODULE64_EX","features":[307,336]},{"name":"IMAGEHLP_MODULEW","features":[336]},{"name":"IMAGEHLP_MODULEW64","features":[307,336]},{"name":"IMAGEHLP_MODULEW64_EX","features":[307,336]},{"name":"IMAGEHLP_MODULE_REGION_ADDITIONAL","features":[336]},{"name":"IMAGEHLP_MODULE_REGION_ALL","features":[336]},{"name":"IMAGEHLP_MODULE_REGION_DLLBASE","features":[336]},{"name":"IMAGEHLP_MODULE_REGION_DLLRANGE","features":[336]},{"name":"IMAGEHLP_MODULE_REGION_JIT","features":[336]},{"name":"IMAGEHLP_RMAP_BIG_ENDIAN","features":[336]},{"name":"IMAGEHLP_RMAP_FIXUP_ARM64X","features":[336]},{"name":"IMAGEHLP_RMAP_FIXUP_IMAGEBASE","features":[336]},{"name":"IMAGEHLP_RMAP_IGNORE_MISCOMPARE","features":[336]},{"name":"IMAGEHLP_RMAP_LOAD_RW_DATA_SECTIONS","features":[336]},{"name":"IMAGEHLP_RMAP_MAPPED_FLAT","features":[336]},{"name":"IMAGEHLP_RMAP_OMIT_SHARED_RW_DATA_SECTIONS","features":[336]},{"name":"IMAGEHLP_SF_TYPE","features":[336]},{"name":"IMAGEHLP_STACK_FRAME","features":[307,336]},{"name":"IMAGEHLP_STATUS_REASON","features":[336]},{"name":"IMAGEHLP_SYMBOL","features":[336]},{"name":"IMAGEHLP_SYMBOL64","features":[336]},{"name":"IMAGEHLP_SYMBOL64_PACKAGE","features":[336]},{"name":"IMAGEHLP_SYMBOLW","features":[336]},{"name":"IMAGEHLP_SYMBOLW64","features":[336]},{"name":"IMAGEHLP_SYMBOLW64_PACKAGE","features":[336]},{"name":"IMAGEHLP_SYMBOLW_PACKAGE","features":[336]},{"name":"IMAGEHLP_SYMBOL_FUNCTION","features":[336]},{"name":"IMAGEHLP_SYMBOL_INFO_CONSTANT","features":[336]},{"name":"IMAGEHLP_SYMBOL_INFO_FRAMERELATIVE","features":[336]},{"name":"IMAGEHLP_SYMBOL_INFO_LOCAL","features":[336]},{"name":"IMAGEHLP_SYMBOL_INFO_PARAMETER","features":[336]},{"name":"IMAGEHLP_SYMBOL_INFO_REGISTER","features":[336]},{"name":"IMAGEHLP_SYMBOL_INFO_REGRELATIVE","features":[336]},{"name":"IMAGEHLP_SYMBOL_INFO_TLSRELATIVE","features":[336]},{"name":"IMAGEHLP_SYMBOL_INFO_VALUEPRESENT","features":[336]},{"name":"IMAGEHLP_SYMBOL_PACKAGE","features":[336]},{"name":"IMAGEHLP_SYMBOL_SRC","features":[336]},{"name":"IMAGEHLP_SYMBOL_THUNK","features":[336]},{"name":"IMAGEHLP_SYMBOL_TYPE_INFO","features":[336]},{"name":"IMAGEHLP_SYMBOL_TYPE_INFO_MAX","features":[336]},{"name":"IMAGEHLP_SYMBOL_VIRTUAL","features":[336]},{"name":"IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY","features":[336]},{"name":"IMAGE_COFF_SYMBOLS_HEADER","features":[336]},{"name":"IMAGE_COR20_HEADER","features":[336]},{"name":"IMAGE_DATA_DIRECTORY","features":[336]},{"name":"IMAGE_DEBUG_DIRECTORY","features":[336]},{"name":"IMAGE_DEBUG_INFORMATION","features":[307,336,313]},{"name":"IMAGE_DEBUG_TYPE","features":[336]},{"name":"IMAGE_DEBUG_TYPE_BORLAND","features":[336]},{"name":"IMAGE_DEBUG_TYPE_CODEVIEW","features":[336]},{"name":"IMAGE_DEBUG_TYPE_COFF","features":[336]},{"name":"IMAGE_DEBUG_TYPE_EXCEPTION","features":[336]},{"name":"IMAGE_DEBUG_TYPE_FIXUP","features":[336]},{"name":"IMAGE_DEBUG_TYPE_FPO","features":[336]},{"name":"IMAGE_DEBUG_TYPE_MISC","features":[336]},{"name":"IMAGE_DEBUG_TYPE_UNKNOWN","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_BASERELOC","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_DEBUG","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_EXCEPTION","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_EXPORT","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_GLOBALPTR","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_IAT","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_IMPORT","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_RESOURCE","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_SECURITY","features":[336]},{"name":"IMAGE_DIRECTORY_ENTRY_TLS","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_APPCONTAINER","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT_STRICT_MODE","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_DYNAMIC_APIS_ALLOW_IN_PROC","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_RESERVED_1","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_RESERVED_2","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_SET_CONTEXT_IP_VALIDATION_RELAXED_MODE","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_GUARD_CF","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_BIND","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_SEH","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_NX_COMPAT","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE","features":[336]},{"name":"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER","features":[336]},{"name":"IMAGE_DLL_CHARACTERISTICS","features":[336]},{"name":"IMAGE_FILE_32BIT_MACHINE","features":[336]},{"name":"IMAGE_FILE_32BIT_MACHINE2","features":[336]},{"name":"IMAGE_FILE_AGGRESIVE_WS_TRIM","features":[336]},{"name":"IMAGE_FILE_AGGRESIVE_WS_TRIM2","features":[336]},{"name":"IMAGE_FILE_BYTES_REVERSED_HI","features":[336]},{"name":"IMAGE_FILE_BYTES_REVERSED_HI_2","features":[336]},{"name":"IMAGE_FILE_BYTES_REVERSED_LO","features":[336]},{"name":"IMAGE_FILE_BYTES_REVERSED_LO2","features":[336]},{"name":"IMAGE_FILE_CHARACTERISTICS","features":[336]},{"name":"IMAGE_FILE_CHARACTERISTICS2","features":[336]},{"name":"IMAGE_FILE_DEBUG_STRIPPED","features":[336]},{"name":"IMAGE_FILE_DEBUG_STRIPPED2","features":[336]},{"name":"IMAGE_FILE_DLL","features":[336]},{"name":"IMAGE_FILE_DLL_2","features":[336]},{"name":"IMAGE_FILE_EXECUTABLE_IMAGE","features":[336]},{"name":"IMAGE_FILE_EXECUTABLE_IMAGE2","features":[336]},{"name":"IMAGE_FILE_HEADER","features":[336,338]},{"name":"IMAGE_FILE_LARGE_ADDRESS_AWARE","features":[336]},{"name":"IMAGE_FILE_LARGE_ADDRESS_AWARE2","features":[336]},{"name":"IMAGE_FILE_LINE_NUMS_STRIPPED","features":[336]},{"name":"IMAGE_FILE_LINE_NUMS_STRIPPED2","features":[336]},{"name":"IMAGE_FILE_LOCAL_SYMS_STRIPPED","features":[336]},{"name":"IMAGE_FILE_LOCAL_SYMS_STRIPPED2","features":[336]},{"name":"IMAGE_FILE_NET_RUN_FROM_SWAP","features":[336]},{"name":"IMAGE_FILE_NET_RUN_FROM_SWAP2","features":[336]},{"name":"IMAGE_FILE_RELOCS_STRIPPED","features":[336]},{"name":"IMAGE_FILE_RELOCS_STRIPPED2","features":[336]},{"name":"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP","features":[336]},{"name":"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP2","features":[336]},{"name":"IMAGE_FILE_SYSTEM","features":[336]},{"name":"IMAGE_FILE_SYSTEM_2","features":[336]},{"name":"IMAGE_FILE_UP_SYSTEM_ONLY","features":[336]},{"name":"IMAGE_FILE_UP_SYSTEM_ONLY_2","features":[336]},{"name":"IMAGE_FUNCTION_ENTRY","features":[336]},{"name":"IMAGE_FUNCTION_ENTRY64","features":[336]},{"name":"IMAGE_LOAD_CONFIG_CODE_INTEGRITY","features":[336]},{"name":"IMAGE_LOAD_CONFIG_DIRECTORY32","features":[336]},{"name":"IMAGE_LOAD_CONFIG_DIRECTORY64","features":[336]},{"name":"IMAGE_NT_HEADERS32","features":[336,338]},{"name":"IMAGE_NT_HEADERS64","features":[336,338]},{"name":"IMAGE_NT_OPTIONAL_HDR32_MAGIC","features":[336]},{"name":"IMAGE_NT_OPTIONAL_HDR64_MAGIC","features":[336]},{"name":"IMAGE_NT_OPTIONAL_HDR_MAGIC","features":[336]},{"name":"IMAGE_OPTIONAL_HEADER32","features":[336]},{"name":"IMAGE_OPTIONAL_HEADER64","features":[336]},{"name":"IMAGE_OPTIONAL_HEADER_MAGIC","features":[336]},{"name":"IMAGE_ROM_HEADERS","features":[336,338]},{"name":"IMAGE_ROM_OPTIONAL_HDR_MAGIC","features":[336]},{"name":"IMAGE_ROM_OPTIONAL_HEADER","features":[336]},{"name":"IMAGE_RUNTIME_FUNCTION_ENTRY","features":[336]},{"name":"IMAGE_SCN_ALIGN_1024BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_128BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_16BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_1BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_2048BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_256BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_2BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_32BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_4096BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_4BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_512BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_64BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_8192BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_8BYTES","features":[336]},{"name":"IMAGE_SCN_ALIGN_MASK","features":[336]},{"name":"IMAGE_SCN_CNT_CODE","features":[336]},{"name":"IMAGE_SCN_CNT_INITIALIZED_DATA","features":[336]},{"name":"IMAGE_SCN_CNT_UNINITIALIZED_DATA","features":[336]},{"name":"IMAGE_SCN_GPREL","features":[336]},{"name":"IMAGE_SCN_LNK_COMDAT","features":[336]},{"name":"IMAGE_SCN_LNK_INFO","features":[336]},{"name":"IMAGE_SCN_LNK_NRELOC_OVFL","features":[336]},{"name":"IMAGE_SCN_LNK_OTHER","features":[336]},{"name":"IMAGE_SCN_LNK_REMOVE","features":[336]},{"name":"IMAGE_SCN_MEM_16BIT","features":[336]},{"name":"IMAGE_SCN_MEM_DISCARDABLE","features":[336]},{"name":"IMAGE_SCN_MEM_EXECUTE","features":[336]},{"name":"IMAGE_SCN_MEM_FARDATA","features":[336]},{"name":"IMAGE_SCN_MEM_LOCKED","features":[336]},{"name":"IMAGE_SCN_MEM_NOT_CACHED","features":[336]},{"name":"IMAGE_SCN_MEM_NOT_PAGED","features":[336]},{"name":"IMAGE_SCN_MEM_PRELOAD","features":[336]},{"name":"IMAGE_SCN_MEM_PURGEABLE","features":[336]},{"name":"IMAGE_SCN_MEM_READ","features":[336]},{"name":"IMAGE_SCN_MEM_SHARED","features":[336]},{"name":"IMAGE_SCN_MEM_WRITE","features":[336]},{"name":"IMAGE_SCN_NO_DEFER_SPEC_EXC","features":[336]},{"name":"IMAGE_SCN_SCALE_INDEX","features":[336]},{"name":"IMAGE_SCN_TYPE_NO_PAD","features":[336]},{"name":"IMAGE_SECTION_CHARACTERISTICS","features":[336]},{"name":"IMAGE_SECTION_HEADER","features":[336]},{"name":"IMAGE_SUBSYSTEM","features":[336]},{"name":"IMAGE_SUBSYSTEM_EFI_APPLICATION","features":[336]},{"name":"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER","features":[336]},{"name":"IMAGE_SUBSYSTEM_EFI_ROM","features":[336]},{"name":"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER","features":[336]},{"name":"IMAGE_SUBSYSTEM_NATIVE","features":[336]},{"name":"IMAGE_SUBSYSTEM_NATIVE_WINDOWS","features":[336]},{"name":"IMAGE_SUBSYSTEM_OS2_CUI","features":[336]},{"name":"IMAGE_SUBSYSTEM_POSIX_CUI","features":[336]},{"name":"IMAGE_SUBSYSTEM_UNKNOWN","features":[336]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION","features":[336]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI","features":[336]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_CUI","features":[336]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_GUI","features":[336]},{"name":"IMAGE_SUBSYSTEM_XBOX","features":[336]},{"name":"IMAGE_SUBSYSTEM_XBOX_CODE_CATALOG","features":[336]},{"name":"IMPERSONATING_WORKER_THREAD","features":[336]},{"name":"INACCESSIBLE_BOOT_DEVICE","features":[336]},{"name":"INCONSISTENT_IRP","features":[336]},{"name":"INLINE_FRAME_CONTEXT_IGNORE","features":[336]},{"name":"INLINE_FRAME_CONTEXT_INIT","features":[336]},{"name":"INSTALL_MORE_MEMORY","features":[336]},{"name":"INSTRUCTION_BUS_ERROR","features":[336]},{"name":"INSTRUCTION_COHERENCY_EXCEPTION","features":[336]},{"name":"INSUFFICIENT_SYSTEM_MAP_REGS","features":[336]},{"name":"INTERFACESAFE_FOR_UNTRUSTED_CALLER","features":[336]},{"name":"INTERFACESAFE_FOR_UNTRUSTED_DATA","features":[336]},{"name":"INTERFACE_USES_DISPEX","features":[336]},{"name":"INTERFACE_USES_SECURITY_MANAGER","features":[336]},{"name":"INTERNAL_POWER_ERROR","features":[336]},{"name":"INTERRUPT_EXCEPTION_NOT_HANDLED","features":[336]},{"name":"INTERRUPT_UNWIND_ATTEMPTED","features":[336]},{"name":"INVALID_AFFINITY_SET","features":[336]},{"name":"INVALID_ALTERNATE_SYSTEM_CALL_HANDLER_REGISTRATION","features":[336]},{"name":"INVALID_CALLBACK_STACK_ADDRESS","features":[336]},{"name":"INVALID_CANCEL_OF_FILE_OPEN","features":[336]},{"name":"INVALID_DATA_ACCESS_TRAP","features":[336]},{"name":"INVALID_DRIVER_HANDLE","features":[336]},{"name":"INVALID_EXTENDED_PROCESSOR_STATE","features":[336]},{"name":"INVALID_FLOATING_POINT_STATE","features":[336]},{"name":"INVALID_HIBERNATED_STATE","features":[336]},{"name":"INVALID_IO_BOOST_STATE","features":[336]},{"name":"INVALID_KERNEL_HANDLE","features":[336]},{"name":"INVALID_KERNEL_STACK_ADDRESS","features":[336]},{"name":"INVALID_MDL_RANGE","features":[336]},{"name":"INVALID_PROCESS_ATTACH_ATTEMPT","features":[336]},{"name":"INVALID_PROCESS_DETACH_ATTEMPT","features":[336]},{"name":"INVALID_PUSH_LOCK_FLAGS","features":[336]},{"name":"INVALID_REGION_OR_SEGMENT","features":[336]},{"name":"INVALID_RUNDOWN_PROTECTION_FLAGS","features":[336]},{"name":"INVALID_SILO_DETACH","features":[336]},{"name":"INVALID_SLOT_ALLOCATOR_FLAGS","features":[336]},{"name":"INVALID_SOFTWARE_INTERRUPT","features":[336]},{"name":"INVALID_THREAD_AFFINITY_STATE","features":[336]},{"name":"INVALID_WORK_QUEUE_ITEM","features":[336]},{"name":"IO1_INITIALIZATION_FAILED","features":[336]},{"name":"IOCTL_IPMI_INTERNAL_RECORD_SEL_EVENT","features":[336]},{"name":"IORING","features":[336]},{"name":"IO_OBJECT_INVALID","features":[336]},{"name":"IO_THREADPOOL_DEADLOCK_LIVEDUMP","features":[336]},{"name":"IObjectSafety","features":[336]},{"name":"IPI_WATCHDOG_TIMEOUT","features":[336]},{"name":"IPMI_IOCTL_INDEX","features":[336]},{"name":"IPMI_OS_SEL_RECORD","features":[336]},{"name":"IPMI_OS_SEL_RECORD_MASK","features":[336]},{"name":"IPMI_OS_SEL_RECORD_TYPE","features":[336]},{"name":"IPMI_OS_SEL_RECORD_VERSION","features":[336]},{"name":"IPMI_OS_SEL_RECORD_VERSION_1","features":[336]},{"name":"IPerPropertyBrowsing2","features":[336]},{"name":"IRQL_GT_ZERO_AT_SYSTEM_SERVICE","features":[336]},{"name":"IRQL_NOT_DISPATCH_LEVEL","features":[336]},{"name":"IRQL_NOT_GREATER_OR_EQUAL","features":[336]},{"name":"IRQL_NOT_LESS_OR_EQUAL","features":[336]},{"name":"IRQL_UNEXPECTED_VALUE","features":[336]},{"name":"ImageAddCertificate","features":[307,491,336]},{"name":"ImageDirectoryEntryToData","features":[307,336]},{"name":"ImageDirectoryEntryToDataEx","features":[307,336]},{"name":"ImageEnumerateCertificates","features":[307,336]},{"name":"ImageGetCertificateData","features":[307,491,336]},{"name":"ImageGetCertificateHeader","features":[307,491,336]},{"name":"ImageGetDigestStream","features":[307,336]},{"name":"ImageLoad","features":[307,336,313,338]},{"name":"ImageNtHeader","features":[336,338]},{"name":"ImageNtHeader","features":[336,338]},{"name":"ImageRemoveCertificate","features":[307,336]},{"name":"ImageRvaToSection","features":[336,338]},{"name":"ImageRvaToSection","features":[336,338]},{"name":"ImageRvaToVa","features":[336,338]},{"name":"ImageRvaToVa","features":[336,338]},{"name":"ImageUnload","features":[307,336,313,338]},{"name":"ImagehlpApiVersion","features":[336]},{"name":"ImagehlpApiVersionEx","features":[336]},{"name":"IncludeModuleCallback","features":[336]},{"name":"IncludeThreadCallback","features":[336]},{"name":"IncludeVmRegionCallback","features":[336]},{"name":"InitializeContext","features":[307,336,313]},{"name":"InitializeContext2","features":[307,336,313]},{"name":"IoFinishCallback","features":[336]},{"name":"IoStartCallback","features":[336]},{"name":"IoWriteAllCallback","features":[336]},{"name":"IpmiOsSelRecordTypeBugcheckData","features":[336]},{"name":"IpmiOsSelRecordTypeBugcheckRecovery","features":[336]},{"name":"IpmiOsSelRecordTypeDriver","features":[336]},{"name":"IpmiOsSelRecordTypeMax","features":[336]},{"name":"IpmiOsSelRecordTypeOther","features":[336]},{"name":"IpmiOsSelRecordTypeRaw","features":[336]},{"name":"IpmiOsSelRecordTypeWhea","features":[336]},{"name":"IpmiOsSelRecordTypeWheaErrorNmi","features":[336]},{"name":"IpmiOsSelRecordTypeWheaErrorOther","features":[336]},{"name":"IpmiOsSelRecordTypeWheaErrorPci","features":[336]},{"name":"IpmiOsSelRecordTypeWheaErrorXpfMca","features":[336]},{"name":"IptTraceStream","features":[336]},{"name":"IsDebuggerPresent","features":[307,336]},{"name":"IsProcessSnapshotCallback","features":[336]},{"name":"JavaScriptDataStream","features":[336]},{"name":"KASAN_ENLIGHTENMENT_VIOLATION","features":[336]},{"name":"KASAN_ILLEGAL_ACCESS","features":[336]},{"name":"KDHELP","features":[336]},{"name":"KDHELP64","features":[336]},{"name":"KERNEL_APC_PENDING_DURING_EXIT","features":[336]},{"name":"KERNEL_AUTO_BOOST_INVALID_LOCK_RELEASE","features":[336]},{"name":"KERNEL_AUTO_BOOST_LOCK_ACQUISITION_WITH_RAISED_IRQL","features":[336]},{"name":"KERNEL_CFG_INIT_FAILURE","features":[336]},{"name":"KERNEL_DATA_INPAGE_ERROR","features":[336]},{"name":"KERNEL_EXPAND_STACK_ACTIVE","features":[336]},{"name":"KERNEL_LOCK_ENTRY_LEAKED_ON_THREAD_TERMINATION","features":[336]},{"name":"KERNEL_MODE_EXCEPTION_NOT_HANDLED","features":[336]},{"name":"KERNEL_MODE_EXCEPTION_NOT_HANDLED_M","features":[336]},{"name":"KERNEL_MODE_HEAP_CORRUPTION","features":[336]},{"name":"KERNEL_PARTITION_REFERENCE_VIOLATION","features":[336]},{"name":"KERNEL_SECURITY_CHECK_FAILURE","features":[336]},{"name":"KERNEL_STACK_INPAGE_ERROR","features":[336]},{"name":"KERNEL_STACK_LOCKED_AT_EXIT","features":[336]},{"name":"KERNEL_STORAGE_SLOT_IN_USE","features":[336]},{"name":"KERNEL_THREAD_PRIORITY_FLOOR_VIOLATION","features":[336]},{"name":"KERNEL_WMI_INTERNAL","features":[336]},{"name":"KMODE_EXCEPTION_NOT_HANDLED","features":[336]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[336]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[336]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[336]},{"name":"KernelMinidumpStatusCallback","features":[336]},{"name":"LAST_CHANCE_CALLED_FROM_KMODE","features":[336]},{"name":"LDT_ENTRY","features":[336]},{"name":"LIVE_SYSTEM_DUMP","features":[336]},{"name":"LM_SERVER_INTERNAL_ERROR","features":[336]},{"name":"LOADED_IMAGE","features":[307,336,313,338]},{"name":"LOADED_IMAGE","features":[307,336,313,338]},{"name":"LOADER_BLOCK_MISMATCH","features":[336]},{"name":"LOADER_ROLLBACK_DETECTED","features":[336]},{"name":"LOAD_DLL_DEBUG_EVENT","features":[336]},{"name":"LOAD_DLL_DEBUG_INFO","features":[307,336]},{"name":"LOCKED_PAGES_TRACKER_CORRUPTION","features":[336]},{"name":"LPCALL_BACK_USER_INTERRUPT_ROUTINE","features":[336]},{"name":"LPC_INITIALIZATION_FAILED","features":[336]},{"name":"LPTOP_LEVEL_EXCEPTION_FILTER","features":[307,336,313]},{"name":"LastReservedStream","features":[336]},{"name":"LocateXStateFeature","features":[336,313]},{"name":"M128A","features":[336]},{"name":"MACHINE_CHECK_EXCEPTION","features":[336]},{"name":"MAILSLOT_FILE_SYSTEM","features":[336]},{"name":"MANUALLY_INITIATED_BLACKSCREEN_HOTKEY_LIVE_DUMP","features":[336]},{"name":"MANUALLY_INITIATED_CRASH","features":[336]},{"name":"MANUALLY_INITIATED_CRASH1","features":[336]},{"name":"MANUALLY_INITIATED_POWER_BUTTON_HOLD","features":[336]},{"name":"MANUALLY_INITIATED_POWER_BUTTON_HOLD_LIVE_DUMP","features":[336]},{"name":"MAXIMUM_WAIT_OBJECTS_EXCEEDED","features":[336]},{"name":"MAX_SYM_NAME","features":[336]},{"name":"MBR_CHECKSUM_MISMATCH","features":[336]},{"name":"MDL_CACHE","features":[336]},{"name":"MEMORY1_INITIALIZATION_FAILED","features":[336]},{"name":"MEMORY_IMAGE_CORRUPT","features":[336]},{"name":"MEMORY_MANAGEMENT","features":[336]},{"name":"MICROCODE_REVISION_MISMATCH","features":[336]},{"name":"MINIDUMP_CALLBACK_INFORMATION","features":[307,326,336,313,325]},{"name":"MINIDUMP_CALLBACK_INFORMATION","features":[307,326,336,313,325]},{"name":"MINIDUMP_CALLBACK_INPUT","features":[307,326,336,313]},{"name":"MINIDUMP_CALLBACK_OUTPUT","features":[307,336,325]},{"name":"MINIDUMP_CALLBACK_ROUTINE","features":[307,326,336,313,325]},{"name":"MINIDUMP_CALLBACK_TYPE","features":[336]},{"name":"MINIDUMP_DIRECTORY","features":[336]},{"name":"MINIDUMP_EXCEPTION","features":[336]},{"name":"MINIDUMP_EXCEPTION_INFORMATION","features":[307,336,313]},{"name":"MINIDUMP_EXCEPTION_INFORMATION","features":[307,336,313]},{"name":"MINIDUMP_EXCEPTION_INFORMATION64","features":[307,336]},{"name":"MINIDUMP_EXCEPTION_STREAM","features":[336]},{"name":"MINIDUMP_FUNCTION_TABLE_DESCRIPTOR","features":[336]},{"name":"MINIDUMP_FUNCTION_TABLE_STREAM","features":[336]},{"name":"MINIDUMP_HANDLE_DATA_STREAM","features":[336]},{"name":"MINIDUMP_HANDLE_DESCRIPTOR","features":[336]},{"name":"MINIDUMP_HANDLE_DESCRIPTOR_2","features":[336]},{"name":"MINIDUMP_HANDLE_OBJECT_INFORMATION","features":[336]},{"name":"MINIDUMP_HANDLE_OBJECT_INFORMATION_TYPE","features":[336]},{"name":"MINIDUMP_HANDLE_OPERATION_LIST","features":[336]},{"name":"MINIDUMP_HEADER","features":[336]},{"name":"MINIDUMP_INCLUDE_MODULE_CALLBACK","features":[336]},{"name":"MINIDUMP_INCLUDE_THREAD_CALLBACK","features":[336]},{"name":"MINIDUMP_IO_CALLBACK","features":[307,336]},{"name":"MINIDUMP_LOCATION_DESCRIPTOR","features":[336]},{"name":"MINIDUMP_LOCATION_DESCRIPTOR64","features":[336]},{"name":"MINIDUMP_MEMORY64_LIST","features":[336]},{"name":"MINIDUMP_MEMORY_DESCRIPTOR","features":[336]},{"name":"MINIDUMP_MEMORY_DESCRIPTOR64","features":[336]},{"name":"MINIDUMP_MEMORY_INFO","features":[336,325]},{"name":"MINIDUMP_MEMORY_INFO_LIST","features":[336]},{"name":"MINIDUMP_MEMORY_LIST","features":[336]},{"name":"MINIDUMP_MISC1_PROCESSOR_POWER_INFO","features":[336]},{"name":"MINIDUMP_MISC1_PROCESS_ID","features":[336]},{"name":"MINIDUMP_MISC1_PROCESS_TIMES","features":[336]},{"name":"MINIDUMP_MISC3_PROCESS_EXECUTE_FLAGS","features":[336]},{"name":"MINIDUMP_MISC3_PROCESS_INTEGRITY","features":[336]},{"name":"MINIDUMP_MISC3_PROTECTED_PROCESS","features":[336]},{"name":"MINIDUMP_MISC3_TIMEZONE","features":[336]},{"name":"MINIDUMP_MISC4_BUILDSTRING","features":[336]},{"name":"MINIDUMP_MISC5_PROCESS_COOKIE","features":[336]},{"name":"MINIDUMP_MISC_INFO","features":[336]},{"name":"MINIDUMP_MISC_INFO_2","features":[336]},{"name":"MINIDUMP_MISC_INFO_3","features":[307,336,545]},{"name":"MINIDUMP_MISC_INFO_4","features":[307,336,545]},{"name":"MINIDUMP_MISC_INFO_5","features":[307,336,545]},{"name":"MINIDUMP_MISC_INFO_FLAGS","features":[336]},{"name":"MINIDUMP_MODULE","features":[326,336]},{"name":"MINIDUMP_MODULE_CALLBACK","features":[326,336]},{"name":"MINIDUMP_MODULE_LIST","features":[326,336]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS","features":[336]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_1","features":[336]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_2","features":[336]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_EX","features":[336]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_EX2","features":[336]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_JOB","features":[336]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_VIRTUALSIZE","features":[336]},{"name":"MINIDUMP_READ_MEMORY_FAILURE_CALLBACK","features":[336]},{"name":"MINIDUMP_SECONDARY_FLAGS","features":[336]},{"name":"MINIDUMP_STREAM_TYPE","features":[336]},{"name":"MINIDUMP_STRING","features":[336]},{"name":"MINIDUMP_SYSMEMINFO1_BASICPERF","features":[336]},{"name":"MINIDUMP_SYSMEMINFO1_FILECACHE_TRANSITIONREPURPOSECOUNT_FLAGS","features":[336]},{"name":"MINIDUMP_SYSMEMINFO1_PERF_CCTOTALDIRTYPAGES_CCDIRTYPAGETHRESHOLD","features":[336]},{"name":"MINIDUMP_SYSMEMINFO1_PERF_RESIDENTAVAILABLEPAGES_SHAREDCOMMITPAGES","features":[336]},{"name":"MINIDUMP_SYSTEM_BASIC_INFORMATION","features":[336]},{"name":"MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION","features":[336]},{"name":"MINIDUMP_SYSTEM_FILECACHE_INFORMATION","features":[336]},{"name":"MINIDUMP_SYSTEM_INFO","features":[336,338]},{"name":"MINIDUMP_SYSTEM_MEMORY_INFO_1","features":[336]},{"name":"MINIDUMP_SYSTEM_PERFORMANCE_INFORMATION","features":[336]},{"name":"MINIDUMP_THREAD","features":[336]},{"name":"MINIDUMP_THREAD_CALLBACK","features":[307,336,313]},{"name":"MINIDUMP_THREAD_CALLBACK","features":[307,336,313]},{"name":"MINIDUMP_THREAD_EX","features":[336]},{"name":"MINIDUMP_THREAD_EX_CALLBACK","features":[307,336,313]},{"name":"MINIDUMP_THREAD_EX_CALLBACK","features":[307,336,313]},{"name":"MINIDUMP_THREAD_EX_LIST","features":[336]},{"name":"MINIDUMP_THREAD_INFO","features":[336]},{"name":"MINIDUMP_THREAD_INFO_DUMP_FLAGS","features":[336]},{"name":"MINIDUMP_THREAD_INFO_ERROR_THREAD","features":[336]},{"name":"MINIDUMP_THREAD_INFO_EXITED_THREAD","features":[336]},{"name":"MINIDUMP_THREAD_INFO_INVALID_CONTEXT","features":[336]},{"name":"MINIDUMP_THREAD_INFO_INVALID_INFO","features":[336]},{"name":"MINIDUMP_THREAD_INFO_INVALID_TEB","features":[336]},{"name":"MINIDUMP_THREAD_INFO_LIST","features":[336]},{"name":"MINIDUMP_THREAD_INFO_WRITING_THREAD","features":[336]},{"name":"MINIDUMP_THREAD_LIST","features":[336]},{"name":"MINIDUMP_THREAD_NAME","features":[336]},{"name":"MINIDUMP_THREAD_NAME_LIST","features":[336]},{"name":"MINIDUMP_TOKEN_INFO_HEADER","features":[336]},{"name":"MINIDUMP_TOKEN_INFO_LIST","features":[336]},{"name":"MINIDUMP_TYPE","features":[336]},{"name":"MINIDUMP_UNLOADED_MODULE","features":[336]},{"name":"MINIDUMP_UNLOADED_MODULE_LIST","features":[336]},{"name":"MINIDUMP_USER_RECORD","features":[336]},{"name":"MINIDUMP_USER_STREAM","features":[336]},{"name":"MINIDUMP_USER_STREAM","features":[336]},{"name":"MINIDUMP_USER_STREAM_INFORMATION","features":[336]},{"name":"MINIDUMP_USER_STREAM_INFORMATION","features":[336]},{"name":"MINIDUMP_VERSION","features":[336]},{"name":"MINIDUMP_VM_POST_READ_CALLBACK","features":[336]},{"name":"MINIDUMP_VM_PRE_READ_CALLBACK","features":[336]},{"name":"MINIDUMP_VM_QUERY_CALLBACK","features":[336]},{"name":"MISALIGNED_POINTER_PARAMETER","features":[336]},{"name":"MISMATCHED_HAL","features":[336]},{"name":"MODLOAD_CVMISC","features":[336]},{"name":"MODLOAD_DATA","features":[336]},{"name":"MODLOAD_DATA_TYPE","features":[336]},{"name":"MODLOAD_PDBGUID_PDBAGE","features":[336]},{"name":"MODULE_TYPE_INFO","features":[336]},{"name":"MODULE_WRITE_FLAGS","features":[336]},{"name":"MPSDRV_QUERY_USER","features":[336]},{"name":"MSRPC_STATE_VIOLATION","features":[336]},{"name":"MSSECCORE_ASSERTION_FAILURE","features":[336]},{"name":"MUI_NO_VALID_SYSTEM_LANGUAGE","features":[336]},{"name":"MULTIPLE_IRP_COMPLETE_REQUESTS","features":[336]},{"name":"MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED","features":[336]},{"name":"MUP_FILE_SYSTEM","features":[336]},{"name":"MUST_SUCCEED_POOL_EMPTY","features":[336]},{"name":"MUTEX_ALREADY_OWNED","features":[336]},{"name":"MUTEX_LEVEL_NUMBER_VIOLATION","features":[336]},{"name":"MakeSureDirectoryPathExists","features":[307,336]},{"name":"MapAndLoad","features":[307,336,313,338]},{"name":"MapFileAndCheckSumA","features":[336]},{"name":"MapFileAndCheckSumW","features":[336]},{"name":"Memory64ListStream","features":[336]},{"name":"MemoryCallback","features":[336]},{"name":"MemoryInfoListStream","features":[336]},{"name":"MemoryListStream","features":[336]},{"name":"MessageBeep","features":[307,336,371]},{"name":"MiniDumpFilterMemory","features":[336]},{"name":"MiniDumpFilterModulePaths","features":[336]},{"name":"MiniDumpFilterTriage","features":[336]},{"name":"MiniDumpFilterWriteCombinedMemory","features":[336]},{"name":"MiniDumpIgnoreInaccessibleMemory","features":[336]},{"name":"MiniDumpNormal","features":[336]},{"name":"MiniDumpReadDumpStream","features":[307,336]},{"name":"MiniDumpScanInaccessiblePartialPages","features":[336]},{"name":"MiniDumpScanMemory","features":[336]},{"name":"MiniDumpValidTypeFlags","features":[336]},{"name":"MiniDumpWithAvxXStateContext","features":[336]},{"name":"MiniDumpWithCodeSegs","features":[336]},{"name":"MiniDumpWithDataSegs","features":[336]},{"name":"MiniDumpWithFullAuxiliaryState","features":[336]},{"name":"MiniDumpWithFullMemory","features":[336]},{"name":"MiniDumpWithFullMemoryInfo","features":[336]},{"name":"MiniDumpWithHandleData","features":[336]},{"name":"MiniDumpWithIndirectlyReferencedMemory","features":[336]},{"name":"MiniDumpWithIptTrace","features":[336]},{"name":"MiniDumpWithModuleHeaders","features":[336]},{"name":"MiniDumpWithPrivateReadWriteMemory","features":[336]},{"name":"MiniDumpWithPrivateWriteCopyMemory","features":[336]},{"name":"MiniDumpWithProcessThreadData","features":[336]},{"name":"MiniDumpWithThreadInfo","features":[336]},{"name":"MiniDumpWithTokenInformation","features":[336]},{"name":"MiniDumpWithUnloadedModules","features":[336]},{"name":"MiniDumpWithoutAuxiliaryState","features":[336]},{"name":"MiniDumpWithoutOptionalData","features":[336]},{"name":"MiniDumpWriteDump","features":[307,326,336,313,325]},{"name":"MiniEventInformation1","features":[336]},{"name":"MiniHandleObjectInformationNone","features":[336]},{"name":"MiniHandleObjectInformationTypeMax","features":[336]},{"name":"MiniMutantInformation1","features":[336]},{"name":"MiniMutantInformation2","features":[336]},{"name":"MiniProcessInformation1","features":[336]},{"name":"MiniProcessInformation2","features":[336]},{"name":"MiniSecondaryValidFlags","features":[336]},{"name":"MiniSecondaryWithoutPowerInfo","features":[336]},{"name":"MiniSectionInformation1","features":[336]},{"name":"MiniSemaphoreInformation1","features":[336]},{"name":"MiniThreadInformation1","features":[336]},{"name":"MiscInfoStream","features":[336]},{"name":"ModuleCallback","features":[336]},{"name":"ModuleListStream","features":[336]},{"name":"ModuleReferencedByMemory","features":[336]},{"name":"ModuleWriteCodeSegs","features":[336]},{"name":"ModuleWriteCvRecord","features":[336]},{"name":"ModuleWriteDataSeg","features":[336]},{"name":"ModuleWriteMiscRecord","features":[336]},{"name":"ModuleWriteModule","features":[336]},{"name":"ModuleWriteTlsData","features":[336]},{"name":"NDIS_INTERNAL_ERROR","features":[336]},{"name":"NDIS_NET_BUFFER_LIST_INFO_ILLEGALLY_TRANSFERRED","features":[336]},{"name":"NETIO_INVALID_POOL_CALLER","features":[336]},{"name":"NETWORK_BOOT_DUPLICATE_ADDRESS","features":[336]},{"name":"NETWORK_BOOT_INITIALIZATION_FAILED","features":[336]},{"name":"NMI_HARDWARE_FAILURE","features":[336]},{"name":"NMR_INVALID_STATE","features":[336]},{"name":"NO_BOOT_DEVICE","features":[336]},{"name":"NO_EXCEPTION_HANDLING_SUPPORT","features":[336]},{"name":"NO_MORE_IRP_STACK_LOCATIONS","features":[336]},{"name":"NO_MORE_SYSTEM_PTES","features":[336]},{"name":"NO_PAGES_AVAILABLE","features":[336]},{"name":"NO_SPIN_LOCK_AVAILABLE","features":[336]},{"name":"NO_SUCH_PARTITION","features":[336]},{"name":"NO_USER_MODE_CONTEXT","features":[336]},{"name":"NPFS_FILE_SYSTEM","features":[336]},{"name":"NTFS_FILE_SYSTEM","features":[336]},{"name":"NTHV_GUEST_ERROR","features":[336]},{"name":"NUM_SSRVOPTS","features":[336]},{"name":"NumSymTypes","features":[336]},{"name":"OBJECT1_INITIALIZATION_FAILED","features":[336]},{"name":"OBJECT_ATTRIB_ACCESS_FINAL","features":[336]},{"name":"OBJECT_ATTRIB_ACCESS_PRIVATE","features":[336]},{"name":"OBJECT_ATTRIB_ACCESS_PROTECTED","features":[336]},{"name":"OBJECT_ATTRIB_ACCESS_PUBLIC","features":[336]},{"name":"OBJECT_ATTRIB_FLAGS","features":[336]},{"name":"OBJECT_ATTRIB_HAS_EXTENDED_ATTRIBS","features":[336]},{"name":"OBJECT_ATTRIB_IS_CLASS","features":[336]},{"name":"OBJECT_ATTRIB_IS_FUNCTION","features":[336]},{"name":"OBJECT_ATTRIB_IS_INHERITED","features":[336]},{"name":"OBJECT_ATTRIB_IS_INTERFACE","features":[336]},{"name":"OBJECT_ATTRIB_IS_MACRO","features":[336]},{"name":"OBJECT_ATTRIB_IS_PROPERTY","features":[336]},{"name":"OBJECT_ATTRIB_IS_TYPE","features":[336]},{"name":"OBJECT_ATTRIB_IS_VARIABLE","features":[336]},{"name":"OBJECT_ATTRIB_NO_ATTRIB","features":[336]},{"name":"OBJECT_ATTRIB_NO_NAME","features":[336]},{"name":"OBJECT_ATTRIB_NO_TYPE","features":[336]},{"name":"OBJECT_ATTRIB_NO_VALUE","features":[336]},{"name":"OBJECT_ATTRIB_OBJECT_IS_EXPANDABLE","features":[336]},{"name":"OBJECT_ATTRIB_SLOT_IS_CATEGORY","features":[336]},{"name":"OBJECT_ATTRIB_STORAGE_FIELD","features":[336]},{"name":"OBJECT_ATTRIB_STORAGE_GLOBAL","features":[336]},{"name":"OBJECT_ATTRIB_STORAGE_STATIC","features":[336]},{"name":"OBJECT_ATTRIB_STORAGE_VIRTUAL","features":[336]},{"name":"OBJECT_ATTRIB_TYPE_HAS_CODE","features":[336]},{"name":"OBJECT_ATTRIB_TYPE_IS_CONSTANT","features":[336]},{"name":"OBJECT_ATTRIB_TYPE_IS_EXPANDABLE","features":[336]},{"name":"OBJECT_ATTRIB_TYPE_IS_OBJECT","features":[336]},{"name":"OBJECT_ATTRIB_TYPE_IS_SYNCHRONIZED","features":[336]},{"name":"OBJECT_ATTRIB_TYPE_IS_VOLATILE","features":[336]},{"name":"OBJECT_ATTRIB_VALUE_HAS_CODE","features":[336]},{"name":"OBJECT_ATTRIB_VALUE_IS_CUSTOM","features":[336]},{"name":"OBJECT_ATTRIB_VALUE_IS_ENUM","features":[336]},{"name":"OBJECT_ATTRIB_VALUE_IS_INVALID","features":[336]},{"name":"OBJECT_ATTRIB_VALUE_IS_OBJECT","features":[336]},{"name":"OBJECT_ATTRIB_VALUE_READONLY","features":[336]},{"name":"OBJECT_INITIALIZATION_FAILED","features":[336]},{"name":"OFS_FILE_SYSTEM","features":[336]},{"name":"OMAP","features":[336]},{"name":"OPEN_THREAD_WAIT_CHAIN_SESSION_FLAGS","features":[336]},{"name":"OS_DATA_TAMPERING","features":[336]},{"name":"OUTPUT_DEBUG_STRING_EVENT","features":[336]},{"name":"OUTPUT_DEBUG_STRING_INFO","features":[336]},{"name":"OpenThreadWaitChainSession","features":[307,336]},{"name":"OutputDebugStringA","features":[336]},{"name":"OutputDebugStringW","features":[336]},{"name":"PAGE_FAULT_BEYOND_END_OF_ALLOCATION","features":[336]},{"name":"PAGE_FAULT_IN_FREED_SPECIAL_POOL","features":[336]},{"name":"PAGE_FAULT_IN_NONPAGED_AREA","features":[336]},{"name":"PAGE_FAULT_IN_NONPAGED_AREA_M","features":[336]},{"name":"PAGE_FAULT_WITH_INTERRUPTS_OFF","features":[336]},{"name":"PAGE_NOT_ZERO","features":[336]},{"name":"PANIC_STACK_SWITCH","features":[336]},{"name":"PASSIVE_INTERRUPT_ERROR","features":[336]},{"name":"PCI_BUS_DRIVER_INTERNAL","features":[336]},{"name":"PCI_CONFIG_SPACE_ACCESS_FAILURE","features":[336]},{"name":"PCI_VERIFIER_DETECTED_VIOLATION","features":[336]},{"name":"PCOGETACTIVATIONSTATE","features":[336]},{"name":"PCOGETCALLSTATE","features":[336]},{"name":"PDBGHELP_CREATE_USER_DUMP_CALLBACK","features":[307,336]},{"name":"PDC_LOCK_WATCHDOG_LIVEDUMP","features":[336]},{"name":"PDC_PRIVILEGE_CHECK_LIVEDUMP","features":[336]},{"name":"PDC_UNEXPECTED_REVOCATION_LIVEDUMP","features":[336]},{"name":"PDC_WATCHDOG_TIMEOUT","features":[336]},{"name":"PDC_WATCHDOG_TIMEOUT_LIVEDUMP","features":[336]},{"name":"PENUMDIRTREE_CALLBACK","features":[307,336]},{"name":"PENUMDIRTREE_CALLBACKW","features":[307,336]},{"name":"PENUMLOADED_MODULES_CALLBACK","features":[307,336]},{"name":"PENUMLOADED_MODULES_CALLBACK64","features":[307,336]},{"name":"PENUMLOADED_MODULES_CALLBACKW64","features":[307,336]},{"name":"PENUMSOURCEFILETOKENSCALLBACK","features":[307,336]},{"name":"PFINDFILEINPATHCALLBACK","features":[307,336]},{"name":"PFINDFILEINPATHCALLBACKW","features":[307,336]},{"name":"PFIND_DEBUG_FILE_CALLBACK","features":[307,336]},{"name":"PFIND_DEBUG_FILE_CALLBACKW","features":[307,336]},{"name":"PFIND_EXE_FILE_CALLBACK","features":[307,336]},{"name":"PFIND_EXE_FILE_CALLBACKW","features":[307,336]},{"name":"PFN_LIST_CORRUPT","features":[336]},{"name":"PFN_REFERENCE_COUNT","features":[336]},{"name":"PFN_SHARE_COUNT","features":[336]},{"name":"PFUNCTION_TABLE_ACCESS_ROUTINE","features":[307,336]},{"name":"PFUNCTION_TABLE_ACCESS_ROUTINE64","features":[307,336]},{"name":"PF_DETECTED_CORRUPTION","features":[336]},{"name":"PGET_MODULE_BASE_ROUTINE","features":[307,336]},{"name":"PGET_MODULE_BASE_ROUTINE64","features":[307,336]},{"name":"PGET_RUNTIME_FUNCTION_CALLBACK","features":[336]},{"name":"PGET_RUNTIME_FUNCTION_CALLBACK","features":[336]},{"name":"PGET_TARGET_ATTRIBUTE_VALUE64","features":[307,336]},{"name":"PHASE0_EXCEPTION","features":[336]},{"name":"PHASE0_INITIALIZATION_FAILED","features":[336]},{"name":"PHASE1_INITIALIZATION_FAILED","features":[336]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR32","features":[336]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR64","features":[336]},{"name":"PHYSICAL_MEMORY_RUN32","features":[336]},{"name":"PHYSICAL_MEMORY_RUN64","features":[336]},{"name":"PIMAGEHLP_STATUS_ROUTINE","features":[307,336]},{"name":"PIMAGEHLP_STATUS_ROUTINE32","features":[307,336]},{"name":"PIMAGEHLP_STATUS_ROUTINE64","features":[307,336]},{"name":"PINBALL_FILE_SYSTEM","features":[336]},{"name":"PNP_DETECTED_FATAL_ERROR","features":[336]},{"name":"PNP_INTERNAL_ERROR","features":[336]},{"name":"POOL_CORRUPTION_IN_FILE_AREA","features":[336]},{"name":"PORT_DRIVER_INTERNAL","features":[336]},{"name":"POWER_FAILURE_SIMULATE","features":[336]},{"name":"PP0_INITIALIZATION_FAILED","features":[336]},{"name":"PP1_INITIALIZATION_FAILED","features":[336]},{"name":"PREAD_PROCESS_MEMORY_ROUTINE","features":[307,336]},{"name":"PREAD_PROCESS_MEMORY_ROUTINE64","features":[307,336]},{"name":"PREVIOUS_FATAL_ABNORMAL_RESET_ERROR","features":[336]},{"name":"PROCESS1_INITIALIZATION_FAILED","features":[336]},{"name":"PROCESSOR_DRIVER_INTERNAL","features":[336]},{"name":"PROCESSOR_START_TIMEOUT","features":[336]},{"name":"PROCESS_HAS_LOCKED_PAGES","features":[336]},{"name":"PROCESS_INITIALIZATION_FAILED","features":[336]},{"name":"PROFILER_CONFIGURATION_ILLEGAL","features":[336]},{"name":"PROP_INFO_ATTRIBUTES","features":[336]},{"name":"PROP_INFO_AUTOEXPAND","features":[336]},{"name":"PROP_INFO_DEBUGPROP","features":[336]},{"name":"PROP_INFO_FLAGS","features":[336]},{"name":"PROP_INFO_FULLNAME","features":[336]},{"name":"PROP_INFO_NAME","features":[336]},{"name":"PROP_INFO_TYPE","features":[336]},{"name":"PROP_INFO_VALUE","features":[336]},{"name":"PSYMBOLSERVERBYINDEXPROC","features":[307,336]},{"name":"PSYMBOLSERVERBYINDEXPROCA","features":[307,336]},{"name":"PSYMBOLSERVERBYINDEXPROCW","features":[307,336]},{"name":"PSYMBOLSERVERCALLBACKPROC","features":[307,336]},{"name":"PSYMBOLSERVERCLOSEPROC","features":[307,336]},{"name":"PSYMBOLSERVERDELTANAME","features":[307,336]},{"name":"PSYMBOLSERVERDELTANAMEW","features":[307,336]},{"name":"PSYMBOLSERVERGETINDEXSTRING","features":[307,336]},{"name":"PSYMBOLSERVERGETINDEXSTRINGW","features":[307,336]},{"name":"PSYMBOLSERVERGETOPTIONDATAPROC","features":[307,336]},{"name":"PSYMBOLSERVERGETOPTIONSPROC","features":[336]},{"name":"PSYMBOLSERVERGETSUPPLEMENT","features":[307,336]},{"name":"PSYMBOLSERVERGETSUPPLEMENTW","features":[307,336]},{"name":"PSYMBOLSERVERGETVERSION","features":[307,336]},{"name":"PSYMBOLSERVERISSTORE","features":[307,336]},{"name":"PSYMBOLSERVERISSTOREW","features":[307,336]},{"name":"PSYMBOLSERVERMESSAGEPROC","features":[307,336]},{"name":"PSYMBOLSERVEROPENPROC","features":[307,336]},{"name":"PSYMBOLSERVERPINGPROC","features":[307,336]},{"name":"PSYMBOLSERVERPINGPROCA","features":[307,336]},{"name":"PSYMBOLSERVERPINGPROCW","features":[307,336]},{"name":"PSYMBOLSERVERPINGPROCWEX","features":[307,336]},{"name":"PSYMBOLSERVERPROC","features":[307,336]},{"name":"PSYMBOLSERVERPROCA","features":[307,336]},{"name":"PSYMBOLSERVERPROCW","features":[307,336]},{"name":"PSYMBOLSERVERSETHTTPAUTHHEADER","features":[307,336]},{"name":"PSYMBOLSERVERSETOPTIONSPROC","features":[307,336]},{"name":"PSYMBOLSERVERSETOPTIONSWPROC","features":[307,336]},{"name":"PSYMBOLSERVERSTOREFILE","features":[307,336]},{"name":"PSYMBOLSERVERSTOREFILEW","features":[307,336]},{"name":"PSYMBOLSERVERSTORESUPPLEMENT","features":[307,336]},{"name":"PSYMBOLSERVERSTORESUPPLEMENTW","features":[307,336]},{"name":"PSYMBOLSERVERVERSION","features":[336]},{"name":"PSYMBOLSERVERWEXPROC","features":[307,336]},{"name":"PSYMBOL_FUNCENTRY_CALLBACK","features":[307,336]},{"name":"PSYMBOL_FUNCENTRY_CALLBACK64","features":[307,336]},{"name":"PSYMBOL_REGISTERED_CALLBACK","features":[307,336]},{"name":"PSYMBOL_REGISTERED_CALLBACK64","features":[307,336]},{"name":"PSYM_ENUMERATESYMBOLS_CALLBACK","features":[307,336]},{"name":"PSYM_ENUMERATESYMBOLS_CALLBACKW","features":[307,336]},{"name":"PSYM_ENUMLINES_CALLBACK","features":[307,336]},{"name":"PSYM_ENUMLINES_CALLBACKW","features":[307,336]},{"name":"PSYM_ENUMMODULES_CALLBACK","features":[307,336]},{"name":"PSYM_ENUMMODULES_CALLBACK64","features":[307,336]},{"name":"PSYM_ENUMMODULES_CALLBACKW64","features":[307,336]},{"name":"PSYM_ENUMPROCESSES_CALLBACK","features":[307,336]},{"name":"PSYM_ENUMSOURCEFILES_CALLBACK","features":[307,336]},{"name":"PSYM_ENUMSOURCEFILES_CALLBACKW","features":[307,336]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK","features":[307,336]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK64","features":[307,336]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK64W","features":[307,336]},{"name":"PSYM_ENUMSYMBOLS_CALLBACKW","features":[307,336]},{"name":"PTRANSLATE_ADDRESS_ROUTINE","features":[307,336]},{"name":"PTRANSLATE_ADDRESS_ROUTINE64","features":[307,336]},{"name":"PVECTORED_EXCEPTION_HANDLER","features":[307,336,313]},{"name":"PWAITCHAINCALLBACK","features":[307,336]},{"name":"ProcessVmCountersStream","features":[336]},{"name":"QUOTA_UNDERFLOW","features":[336]},{"name":"RAMDISK_BOOT_INITIALIZATION_FAILED","features":[336]},{"name":"RDR_FILE_SYSTEM","features":[336]},{"name":"RECOM_DRIVER","features":[336]},{"name":"RECURSIVE_MACHINE_CHECK","features":[336]},{"name":"RECURSIVE_NMI","features":[336]},{"name":"REFERENCE_BY_POINTER","features":[336]},{"name":"REFMON_INITIALIZATION_FAILED","features":[336]},{"name":"REFS_FILE_SYSTEM","features":[336]},{"name":"REF_UNKNOWN_LOGON_SESSION","features":[336]},{"name":"REGISTRY_CALLBACK_DRIVER_EXCEPTION","features":[336]},{"name":"REGISTRY_ERROR","features":[336]},{"name":"REGISTRY_FILTER_DRIVER_EXCEPTION","features":[336]},{"name":"REGISTRY_LIVE_DUMP","features":[336]},{"name":"RESERVE_QUEUE_OVERFLOW","features":[336]},{"name":"RESOURCE_NOT_OWNED","features":[336]},{"name":"RESOURCE_OWNER_POINTER_INVALID","features":[336]},{"name":"RESTORE_LAST_ERROR_NAME","features":[336]},{"name":"RESTORE_LAST_ERROR_NAME_A","features":[336]},{"name":"RESTORE_LAST_ERROR_NAME_W","features":[336]},{"name":"RIP_EVENT","features":[336]},{"name":"RIP_INFO","features":[336]},{"name":"RIP_INFO_TYPE","features":[336]},{"name":"RTL_VIRTUAL_UNWIND_HANDLER_TYPE","features":[336]},{"name":"RaiseException","features":[336]},{"name":"RaiseFailFastException","features":[307,336,313]},{"name":"RangeMapAddPeImageSections","features":[307,336]},{"name":"RangeMapCreate","features":[336]},{"name":"RangeMapFree","features":[336]},{"name":"RangeMapRead","features":[307,336]},{"name":"RangeMapRemove","features":[307,336]},{"name":"RangeMapWrite","features":[307,336]},{"name":"ReBaseImage","features":[307,336]},{"name":"ReBaseImage64","features":[307,336]},{"name":"ReadMemoryFailureCallback","features":[336]},{"name":"ReadProcessMemory","features":[307,336]},{"name":"RegisterWaitChainCOMCallback","features":[336]},{"name":"RemoveInvalidModuleList","features":[307,336]},{"name":"RemoveMemoryCallback","features":[336]},{"name":"RemoveVectoredContinueHandler","features":[336]},{"name":"RemoveVectoredExceptionHandler","features":[336]},{"name":"ReportSymbolLoadSummary","features":[307,336]},{"name":"ReservedStream0","features":[336]},{"name":"ReservedStream1","features":[336]},{"name":"RtlAddFunctionTable","features":[307,336]},{"name":"RtlAddFunctionTable","features":[307,336]},{"name":"RtlAddGrowableFunctionTable","features":[336]},{"name":"RtlAddGrowableFunctionTable","features":[336]},{"name":"RtlCaptureContext","features":[336,313]},{"name":"RtlCaptureContext2","features":[336,313]},{"name":"RtlCaptureStackBackTrace","features":[336]},{"name":"RtlDeleteFunctionTable","features":[307,336]},{"name":"RtlDeleteFunctionTable","features":[307,336]},{"name":"RtlDeleteGrowableFunctionTable","features":[336]},{"name":"RtlGrowFunctionTable","features":[336]},{"name":"RtlInstallFunctionTableCallback","features":[307,336]},{"name":"RtlInstallFunctionTableCallback","features":[307,336]},{"name":"RtlLookupFunctionEntry","features":[336]},{"name":"RtlLookupFunctionEntry","features":[336]},{"name":"RtlPcToFileHeader","features":[336]},{"name":"RtlRaiseException","features":[307,336]},{"name":"RtlRestoreContext","features":[307,336,313]},{"name":"RtlUnwind","features":[307,336]},{"name":"RtlUnwindEx","features":[307,336,313]},{"name":"RtlVirtualUnwind","features":[307,336,313]},{"name":"RtlVirtualUnwind","features":[307,336,313]},{"name":"SAVER_ACCOUNTPROVSVCINITFAILURE","features":[336]},{"name":"SAVER_APPBARDISMISSAL","features":[336]},{"name":"SAVER_APPLISTUNREACHABLE","features":[336]},{"name":"SAVER_AUDIODRIVERHANG","features":[336]},{"name":"SAVER_AUXILIARYFULLDUMP","features":[336]},{"name":"SAVER_BATTERYPULLOUT","features":[336]},{"name":"SAVER_BLANKSCREEN","features":[336]},{"name":"SAVER_CALLDISMISSAL","features":[336]},{"name":"SAVER_CAPTURESERVICE","features":[336]},{"name":"SAVER_CHROMEPROCESSCRASH","features":[336]},{"name":"SAVER_DEVICEUPDATEUNSPECIFIED","features":[336]},{"name":"SAVER_GRAPHICS","features":[336]},{"name":"SAVER_INPUT","features":[336]},{"name":"SAVER_MEDIACORETESTHANG","features":[336]},{"name":"SAVER_MTBFCOMMANDHANG","features":[336]},{"name":"SAVER_MTBFCOMMANDTIMEOUT","features":[336]},{"name":"SAVER_MTBFIOERROR","features":[336]},{"name":"SAVER_MTBFPASSBUGCHECK","features":[336]},{"name":"SAVER_NAVIGATIONMODEL","features":[336]},{"name":"SAVER_NAVSERVERTIMEOUT","features":[336]},{"name":"SAVER_NONRESPONSIVEPROCESS","features":[336]},{"name":"SAVER_NOTIFICATIONDISMISSAL","features":[336]},{"name":"SAVER_OUTOFMEMORY","features":[336]},{"name":"SAVER_RENDERMOBILEUIOOM","features":[336]},{"name":"SAVER_RENDERTHREADHANG","features":[336]},{"name":"SAVER_REPORTNOTIFICATIONFAILURE","features":[336]},{"name":"SAVER_RESOURCEMANAGEMENT","features":[336]},{"name":"SAVER_RILADAPTATIONCRASH","features":[336]},{"name":"SAVER_RPCFAILURE","features":[336]},{"name":"SAVER_SICKAPPLICATION","features":[336]},{"name":"SAVER_SPEECHDISMISSAL","features":[336]},{"name":"SAVER_STARTNOTVISIBLE","features":[336]},{"name":"SAVER_UNEXPECTEDSHUTDOWN","features":[336]},{"name":"SAVER_UNSPECIFIED","features":[336]},{"name":"SAVER_WAITFORSHELLREADY","features":[336]},{"name":"SAVER_WATCHDOG","features":[336]},{"name":"SCSI_DISK_DRIVER_INTERNAL","features":[336]},{"name":"SCSI_VERIFIER_DETECTED_VIOLATION","features":[336]},{"name":"SDBUS_INTERNAL_ERROR","features":[336]},{"name":"SECURE_BOOT_VIOLATION","features":[336]},{"name":"SECURE_FAULT_UNHANDLED","features":[336]},{"name":"SECURE_KERNEL_ERROR","features":[336]},{"name":"SECURE_PCI_CONFIG_SPACE_ACCESS_VIOLATION","features":[336]},{"name":"SECURITY1_INITIALIZATION_FAILED","features":[336]},{"name":"SECURITY_INITIALIZATION_FAILED","features":[336]},{"name":"SECURITY_SYSTEM","features":[336]},{"name":"SEM_ALL_ERRORS","features":[336]},{"name":"SEM_FAILCRITICALERRORS","features":[336]},{"name":"SEM_NOALIGNMENTFAULTEXCEPT","features":[336]},{"name":"SEM_NOGPFAULTERRORBOX","features":[336]},{"name":"SEM_NOOPENFILEERRORBOX","features":[336]},{"name":"SERIAL_DRIVER_INTERNAL","features":[336]},{"name":"SESSION1_INITIALIZATION_FAILED","features":[336]},{"name":"SESSION_HAS_VALID_POOL_ON_EXIT","features":[336]},{"name":"SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT","features":[336]},{"name":"SESSION_HAS_VALID_VIEWS_ON_EXIT","features":[336]},{"name":"SETUP_FAILURE","features":[336]},{"name":"SET_ENV_VAR_FAILED","features":[336]},{"name":"SET_OF_INVALID_CONTEXT","features":[336]},{"name":"SHARED_RESOURCE_CONV_ERROR","features":[336]},{"name":"SILO_CORRUPT","features":[336]},{"name":"SLE_ERROR","features":[336]},{"name":"SLE_MINORERROR","features":[336]},{"name":"SLE_WARNING","features":[336]},{"name":"SLMFLAG_ALT_INDEX","features":[336]},{"name":"SLMFLAG_NONE","features":[336]},{"name":"SLMFLAG_NO_SYMBOLS","features":[336]},{"name":"SLMFLAG_VIRTUAL","features":[336]},{"name":"SMB_REDIRECTOR_LIVEDUMP","features":[336]},{"name":"SMB_SERVER_LIVEDUMP","features":[336]},{"name":"SOC_CRITICAL_DEVICE_REMOVED","features":[336]},{"name":"SOC_SUBSYSTEM_FAILURE","features":[336]},{"name":"SOC_SUBSYSTEM_FAILURE_LIVEDUMP","features":[336]},{"name":"SOFT_RESTART_FATAL_ERROR","features":[336]},{"name":"SOURCEFILE","features":[336]},{"name":"SOURCEFILEW","features":[336]},{"name":"SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION","features":[336]},{"name":"SPIN_LOCK_ALREADY_OWNED","features":[336]},{"name":"SPIN_LOCK_INIT_FAILURE","features":[336]},{"name":"SPIN_LOCK_NOT_OWNED","features":[336]},{"name":"SPLITSYM_EXTRACT_ALL","features":[336]},{"name":"SPLITSYM_REMOVE_PRIVATE","features":[336]},{"name":"SPLITSYM_SYMBOLPATH_IS_SRC","features":[336]},{"name":"SRCCODEINFO","features":[336]},{"name":"SRCCODEINFOW","features":[336]},{"name":"SSRVACTION_CHECKSUMSTATUS","features":[336]},{"name":"SSRVACTION_EVENT","features":[336]},{"name":"SSRVACTION_EVENTW","features":[336]},{"name":"SSRVACTION_HTTPSTATUS","features":[336]},{"name":"SSRVACTION_QUERYCANCEL","features":[336]},{"name":"SSRVACTION_SIZE","features":[336]},{"name":"SSRVACTION_TRACE","features":[336]},{"name":"SSRVACTION_XMLOUTPUT","features":[336]},{"name":"SSRVOPT_CALLBACK","features":[336]},{"name":"SSRVOPT_CALLBACKW","features":[336]},{"name":"SSRVOPT_DISABLE_PING_HOST","features":[336]},{"name":"SSRVOPT_DISABLE_TIMEOUT","features":[336]},{"name":"SSRVOPT_DONT_UNCOMPRESS","features":[336]},{"name":"SSRVOPT_DOWNSTREAM_STORE","features":[336]},{"name":"SSRVOPT_DWORD","features":[336]},{"name":"SSRVOPT_DWORDPTR","features":[336]},{"name":"SSRVOPT_ENABLE_COMM_MSG","features":[336]},{"name":"SSRVOPT_FAVOR_COMPRESSED","features":[336]},{"name":"SSRVOPT_FLAT_DEFAULT_STORE","features":[336]},{"name":"SSRVOPT_GETPATH","features":[336]},{"name":"SSRVOPT_GUIDPTR","features":[336]},{"name":"SSRVOPT_MAX","features":[336]},{"name":"SSRVOPT_MESSAGE","features":[336]},{"name":"SSRVOPT_NOCOPY","features":[336]},{"name":"SSRVOPT_OLDGUIDPTR","features":[336]},{"name":"SSRVOPT_OVERWRITE","features":[336]},{"name":"SSRVOPT_PARAMTYPE","features":[336]},{"name":"SSRVOPT_PARENTWIN","features":[336]},{"name":"SSRVOPT_PROXY","features":[336]},{"name":"SSRVOPT_PROXYW","features":[336]},{"name":"SSRVOPT_RESETTOU","features":[336]},{"name":"SSRVOPT_RETRY_APP_HANG","features":[336]},{"name":"SSRVOPT_SECURE","features":[336]},{"name":"SSRVOPT_SERVICE","features":[336]},{"name":"SSRVOPT_SETCONTEXT","features":[336]},{"name":"SSRVOPT_STRING","features":[336]},{"name":"SSRVOPT_TRACE","features":[336]},{"name":"SSRVOPT_UNATTENDED","features":[336]},{"name":"SSRVOPT_URI_FILTER","features":[336]},{"name":"SSRVOPT_URI_TIERS","features":[336]},{"name":"SSRVOPT_WINHTTP","features":[336]},{"name":"SSRVOPT_WININET","features":[336]},{"name":"SSRVURI_ALL","features":[336]},{"name":"SSRVURI_COMPRESSED","features":[336]},{"name":"SSRVURI_FILEPTR","features":[336]},{"name":"SSRVURI_HTTP_COMPRESSED","features":[336]},{"name":"SSRVURI_HTTP_FILEPTR","features":[336]},{"name":"SSRVURI_HTTP_MASK","features":[336]},{"name":"SSRVURI_HTTP_NORMAL","features":[336]},{"name":"SSRVURI_NORMAL","features":[336]},{"name":"SSRVURI_UNC_COMPRESSED","features":[336]},{"name":"SSRVURI_UNC_FILEPTR","features":[336]},{"name":"SSRVURI_UNC_MASK","features":[336]},{"name":"SSRVURI_UNC_NORMAL","features":[336]},{"name":"STACKFRAME","features":[307,336]},{"name":"STACKFRAME64","features":[307,336]},{"name":"STACKFRAME_EX","features":[307,336]},{"name":"STORAGE_DEVICE_ABNORMALITY_DETECTED","features":[336]},{"name":"STORAGE_MINIPORT_ERROR","features":[336]},{"name":"STORE_DATA_STRUCTURE_CORRUPTION","features":[336]},{"name":"STREAMS_INTERNAL_ERROR","features":[336]},{"name":"SYMADDSOURCESTREAM","features":[307,336]},{"name":"SYMADDSOURCESTREAMA","features":[307,336]},{"name":"SYMBOLIC_INITIALIZATION_FAILED","features":[336]},{"name":"SYMBOL_INFO","features":[336]},{"name":"SYMBOL_INFOW","features":[336]},{"name":"SYMBOL_INFO_FLAGS","features":[336]},{"name":"SYMBOL_INFO_PACKAGE","features":[336]},{"name":"SYMBOL_INFO_PACKAGEW","features":[336]},{"name":"SYMENUM_OPTIONS_DEFAULT","features":[336]},{"name":"SYMENUM_OPTIONS_INLINE","features":[336]},{"name":"SYMFLAG_CLR_TOKEN","features":[336]},{"name":"SYMFLAG_CONSTANT","features":[336]},{"name":"SYMFLAG_EXPORT","features":[336]},{"name":"SYMFLAG_FIXUP_ARM64X","features":[336]},{"name":"SYMFLAG_FORWARDER","features":[336]},{"name":"SYMFLAG_FRAMEREL","features":[336]},{"name":"SYMFLAG_FUNCTION","features":[336]},{"name":"SYMFLAG_FUNC_NO_RETURN","features":[336]},{"name":"SYMFLAG_GLOBAL","features":[336]},{"name":"SYMFLAG_ILREL","features":[336]},{"name":"SYMFLAG_LOCAL","features":[336]},{"name":"SYMFLAG_METADATA","features":[336]},{"name":"SYMFLAG_NULL","features":[336]},{"name":"SYMFLAG_PARAMETER","features":[336]},{"name":"SYMFLAG_PUBLIC_CODE","features":[336]},{"name":"SYMFLAG_REGISTER","features":[336]},{"name":"SYMFLAG_REGREL","features":[336]},{"name":"SYMFLAG_REGREL_ALIASINDIR","features":[336]},{"name":"SYMFLAG_RESET","features":[336]},{"name":"SYMFLAG_SLOT","features":[336]},{"name":"SYMFLAG_SYNTHETIC_ZEROBASE","features":[336]},{"name":"SYMFLAG_THUNK","features":[336]},{"name":"SYMFLAG_TLSREL","features":[336]},{"name":"SYMFLAG_VALUEPRESENT","features":[336]},{"name":"SYMFLAG_VIRTUAL","features":[336]},{"name":"SYMF_CONSTANT","features":[336]},{"name":"SYMF_EXPORT","features":[336]},{"name":"SYMF_FORWARDER","features":[336]},{"name":"SYMF_FRAMEREL","features":[336]},{"name":"SYMF_FUNCTION","features":[336]},{"name":"SYMF_LOCAL","features":[336]},{"name":"SYMF_OMAP_GENERATED","features":[336]},{"name":"SYMF_OMAP_MODIFIED","features":[336]},{"name":"SYMF_PARAMETER","features":[336]},{"name":"SYMF_REGISTER","features":[336]},{"name":"SYMF_REGREL","features":[336]},{"name":"SYMF_THUNK","features":[336]},{"name":"SYMF_TLSREL","features":[336]},{"name":"SYMF_VIRTUAL","features":[336]},{"name":"SYMOPT_ALLOW_ABSOLUTE_SYMBOLS","features":[336]},{"name":"SYMOPT_ALLOW_ZERO_ADDRESS","features":[336]},{"name":"SYMOPT_AUTO_PUBLICS","features":[336]},{"name":"SYMOPT_CASE_INSENSITIVE","features":[336]},{"name":"SYMOPT_DEBUG","features":[336]},{"name":"SYMOPT_DEFERRED_LOADS","features":[336]},{"name":"SYMOPT_DISABLE_FAST_SYMBOLS","features":[336]},{"name":"SYMOPT_DISABLE_SRVSTAR_ON_STARTUP","features":[336]},{"name":"SYMOPT_DISABLE_SYMSRV_AUTODETECT","features":[336]},{"name":"SYMOPT_DISABLE_SYMSRV_TIMEOUT","features":[336]},{"name":"SYMOPT_EXACT_SYMBOLS","features":[336]},{"name":"SYMOPT_EX_DISABLEACCESSTIMEUPDATE","features":[336]},{"name":"SYMOPT_EX_LASTVALIDDEBUGDIRECTORY","features":[336]},{"name":"SYMOPT_EX_MAX","features":[336]},{"name":"SYMOPT_EX_NEVERLOADSYMBOLS","features":[336]},{"name":"SYMOPT_EX_NOIMPLICITPATTERNSEARCH","features":[336]},{"name":"SYMOPT_FAIL_CRITICAL_ERRORS","features":[336]},{"name":"SYMOPT_FAVOR_COMPRESSED","features":[336]},{"name":"SYMOPT_FLAT_DIRECTORY","features":[336]},{"name":"SYMOPT_IGNORE_CVREC","features":[336]},{"name":"SYMOPT_IGNORE_IMAGEDIR","features":[336]},{"name":"SYMOPT_IGNORE_NT_SYMPATH","features":[336]},{"name":"SYMOPT_INCLUDE_32BIT_MODULES","features":[336]},{"name":"SYMOPT_LOAD_ANYTHING","features":[336]},{"name":"SYMOPT_LOAD_LINES","features":[336]},{"name":"SYMOPT_NO_CPP","features":[336]},{"name":"SYMOPT_NO_IMAGE_SEARCH","features":[336]},{"name":"SYMOPT_NO_PROMPTS","features":[336]},{"name":"SYMOPT_NO_PUBLICS","features":[336]},{"name":"SYMOPT_NO_UNQUALIFIED_LOADS","features":[336]},{"name":"SYMOPT_OMAP_FIND_NEAREST","features":[336]},{"name":"SYMOPT_OVERWRITE","features":[336]},{"name":"SYMOPT_PUBLICS_ONLY","features":[336]},{"name":"SYMOPT_READONLY_CACHE","features":[336]},{"name":"SYMOPT_SECURE","features":[336]},{"name":"SYMOPT_SYMPATH_LAST","features":[336]},{"name":"SYMOPT_UNDNAME","features":[336]},{"name":"SYMSEARCH_ALLITEMS","features":[336]},{"name":"SYMSEARCH_GLOBALSONLY","features":[336]},{"name":"SYMSEARCH_MASKOBJS","features":[336]},{"name":"SYMSEARCH_RECURSE","features":[336]},{"name":"SYMSRV_EXTENDED_OUTPUT_DATA","features":[336]},{"name":"SYMSRV_INDEX_INFO","features":[307,336]},{"name":"SYMSRV_INDEX_INFOW","features":[307,336]},{"name":"SYMSRV_VERSION","features":[336]},{"name":"SYMSTOREOPT_ALT_INDEX","features":[336]},{"name":"SYMSTOREOPT_COMPRESS","features":[336]},{"name":"SYMSTOREOPT_OVERWRITE","features":[336]},{"name":"SYMSTOREOPT_PASS_IF_EXISTS","features":[336]},{"name":"SYMSTOREOPT_POINTER","features":[336]},{"name":"SYMSTOREOPT_RETURNINDEX","features":[336]},{"name":"SYMSTOREOPT_UNICODE","features":[336]},{"name":"SYM_FIND_ID_OPTION","features":[336]},{"name":"SYM_INLINE_COMP_DIFFERENT","features":[336]},{"name":"SYM_INLINE_COMP_ERROR","features":[336]},{"name":"SYM_INLINE_COMP_IDENTICAL","features":[336]},{"name":"SYM_INLINE_COMP_STEPIN","features":[336]},{"name":"SYM_INLINE_COMP_STEPOUT","features":[336]},{"name":"SYM_INLINE_COMP_STEPOVER","features":[336]},{"name":"SYM_LOAD_FLAGS","features":[336]},{"name":"SYM_SRV_STORE_FILE_FLAGS","features":[336]},{"name":"SYM_STKWALK_DEFAULT","features":[336]},{"name":"SYM_STKWALK_FORCE_FRAMEPTR","features":[336]},{"name":"SYM_STKWALK_ZEROEXTEND_PTRS","features":[336]},{"name":"SYM_TYPE","features":[336]},{"name":"SYNTHETIC_EXCEPTION_UNHANDLED","features":[336]},{"name":"SYNTHETIC_WATCHDOG_TIMEOUT","features":[336]},{"name":"SYSTEM_EXIT_OWNED_MUTEX","features":[336]},{"name":"SYSTEM_IMAGE_BAD_SIGNATURE","features":[336]},{"name":"SYSTEM_LICENSE_VIOLATION","features":[336]},{"name":"SYSTEM_PTE_MISUSE","features":[336]},{"name":"SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD","features":[336]},{"name":"SYSTEM_SERVICE_EXCEPTION","features":[336]},{"name":"SYSTEM_THREAD_EXCEPTION_NOT_HANDLED","features":[336]},{"name":"SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M","features":[336]},{"name":"SYSTEM_UNWIND_PREVIOUS_USER","features":[336]},{"name":"SearchTreeForFile","features":[307,336]},{"name":"SearchTreeForFileW","features":[307,336]},{"name":"SecondaryFlagsCallback","features":[336]},{"name":"SetCheckUserInterruptShared","features":[336]},{"name":"SetErrorMode","features":[336]},{"name":"SetImageConfigInformation","features":[307,336,313,338]},{"name":"SetImageConfigInformation","features":[307,336,313,338]},{"name":"SetSymLoadError","features":[336]},{"name":"SetThreadContext","features":[307,336,313]},{"name":"SetThreadErrorMode","features":[307,336]},{"name":"SetUnhandledExceptionFilter","features":[307,336,313]},{"name":"SetXStateFeaturesMask","features":[307,336,313]},{"name":"StackWalk","features":[307,336]},{"name":"StackWalk2","features":[307,336]},{"name":"StackWalk64","features":[307,336]},{"name":"StackWalkEx","features":[307,336]},{"name":"SymAddSourceStream","features":[307,336]},{"name":"SymAddSourceStreamA","features":[307,336]},{"name":"SymAddSourceStreamW","features":[307,336]},{"name":"SymAddSymbol","features":[307,336]},{"name":"SymAddSymbolW","features":[307,336]},{"name":"SymAddrIncludeInlineTrace","features":[307,336]},{"name":"SymCleanup","features":[307,336]},{"name":"SymCoff","features":[336]},{"name":"SymCompareInlineTrace","features":[307,336]},{"name":"SymCv","features":[336]},{"name":"SymDeferred","features":[336]},{"name":"SymDeleteSymbol","features":[307,336]},{"name":"SymDeleteSymbolW","features":[307,336]},{"name":"SymDia","features":[336]},{"name":"SymEnumLines","features":[307,336]},{"name":"SymEnumLinesW","features":[307,336]},{"name":"SymEnumProcesses","features":[307,336]},{"name":"SymEnumSourceFileTokens","features":[307,336]},{"name":"SymEnumSourceFiles","features":[307,336]},{"name":"SymEnumSourceFilesW","features":[307,336]},{"name":"SymEnumSourceLines","features":[307,336]},{"name":"SymEnumSourceLinesW","features":[307,336]},{"name":"SymEnumSym","features":[307,336]},{"name":"SymEnumSymbols","features":[307,336]},{"name":"SymEnumSymbolsEx","features":[307,336]},{"name":"SymEnumSymbolsExW","features":[307,336]},{"name":"SymEnumSymbolsForAddr","features":[307,336]},{"name":"SymEnumSymbolsForAddrW","features":[307,336]},{"name":"SymEnumSymbolsW","features":[307,336]},{"name":"SymEnumTypes","features":[307,336]},{"name":"SymEnumTypesByName","features":[307,336]},{"name":"SymEnumTypesByNameW","features":[307,336]},{"name":"SymEnumTypesW","features":[307,336]},{"name":"SymEnumerateModules","features":[307,336]},{"name":"SymEnumerateModules64","features":[307,336]},{"name":"SymEnumerateModulesW64","features":[307,336]},{"name":"SymEnumerateSymbols","features":[307,336]},{"name":"SymEnumerateSymbols64","features":[307,336]},{"name":"SymEnumerateSymbolsW","features":[307,336]},{"name":"SymEnumerateSymbolsW64","features":[307,336]},{"name":"SymExport","features":[336]},{"name":"SymFindDebugInfoFile","features":[307,336]},{"name":"SymFindDebugInfoFileW","features":[307,336]},{"name":"SymFindExecutableImage","features":[307,336]},{"name":"SymFindExecutableImageW","features":[307,336]},{"name":"SymFindFileInPath","features":[307,336]},{"name":"SymFindFileInPathW","features":[307,336]},{"name":"SymFromAddr","features":[307,336]},{"name":"SymFromAddrW","features":[307,336]},{"name":"SymFromIndex","features":[307,336]},{"name":"SymFromIndexW","features":[307,336]},{"name":"SymFromInlineContext","features":[307,336]},{"name":"SymFromInlineContextW","features":[307,336]},{"name":"SymFromName","features":[307,336]},{"name":"SymFromNameW","features":[307,336]},{"name":"SymFromToken","features":[307,336]},{"name":"SymFromTokenW","features":[307,336]},{"name":"SymFunctionTableAccess","features":[307,336]},{"name":"SymFunctionTableAccess64","features":[307,336]},{"name":"SymFunctionTableAccess64AccessRoutines","features":[307,336]},{"name":"SymGetExtendedOption","features":[307,336]},{"name":"SymGetFileLineOffsets64","features":[307,336]},{"name":"SymGetHomeDirectory","features":[336]},{"name":"SymGetHomeDirectoryW","features":[336]},{"name":"SymGetLineFromAddr","features":[307,336]},{"name":"SymGetLineFromAddr64","features":[307,336]},{"name":"SymGetLineFromAddrW64","features":[307,336]},{"name":"SymGetLineFromInlineContext","features":[307,336]},{"name":"SymGetLineFromInlineContextW","features":[307,336]},{"name":"SymGetLineFromName","features":[307,336]},{"name":"SymGetLineFromName64","features":[307,336]},{"name":"SymGetLineFromNameW64","features":[307,336]},{"name":"SymGetLineNext","features":[307,336]},{"name":"SymGetLineNext64","features":[307,336]},{"name":"SymGetLineNextW64","features":[307,336]},{"name":"SymGetLinePrev","features":[307,336]},{"name":"SymGetLinePrev64","features":[307,336]},{"name":"SymGetLinePrevW64","features":[307,336]},{"name":"SymGetModuleBase","features":[307,336]},{"name":"SymGetModuleBase64","features":[307,336]},{"name":"SymGetModuleInfo","features":[307,336]},{"name":"SymGetModuleInfo64","features":[307,336]},{"name":"SymGetModuleInfoW","features":[307,336]},{"name":"SymGetModuleInfoW64","features":[307,336]},{"name":"SymGetOmaps","features":[307,336]},{"name":"SymGetOptions","features":[336]},{"name":"SymGetScope","features":[307,336]},{"name":"SymGetScopeW","features":[307,336]},{"name":"SymGetSearchPath","features":[307,336]},{"name":"SymGetSearchPathW","features":[307,336]},{"name":"SymGetSourceFile","features":[307,336]},{"name":"SymGetSourceFileChecksum","features":[307,336]},{"name":"SymGetSourceFileChecksumW","features":[307,336]},{"name":"SymGetSourceFileFromToken","features":[307,336]},{"name":"SymGetSourceFileFromTokenByTokenName","features":[307,336]},{"name":"SymGetSourceFileFromTokenByTokenNameW","features":[307,336]},{"name":"SymGetSourceFileFromTokenW","features":[307,336]},{"name":"SymGetSourceFileToken","features":[307,336]},{"name":"SymGetSourceFileTokenByTokenName","features":[307,336]},{"name":"SymGetSourceFileTokenByTokenNameW","features":[307,336]},{"name":"SymGetSourceFileTokenW","features":[307,336]},{"name":"SymGetSourceFileW","features":[307,336]},{"name":"SymGetSourceVarFromToken","features":[307,336]},{"name":"SymGetSourceVarFromTokenW","features":[307,336]},{"name":"SymGetSymFromAddr","features":[307,336]},{"name":"SymGetSymFromAddr64","features":[307,336]},{"name":"SymGetSymFromName","features":[307,336]},{"name":"SymGetSymFromName64","features":[307,336]},{"name":"SymGetSymNext","features":[307,336]},{"name":"SymGetSymNext64","features":[307,336]},{"name":"SymGetSymPrev","features":[307,336]},{"name":"SymGetSymPrev64","features":[307,336]},{"name":"SymGetSymbolFile","features":[307,336]},{"name":"SymGetSymbolFileW","features":[307,336]},{"name":"SymGetTypeFromName","features":[307,336]},{"name":"SymGetTypeFromNameW","features":[307,336]},{"name":"SymGetTypeInfo","features":[307,336]},{"name":"SymGetTypeInfoEx","features":[307,336]},{"name":"SymGetUnwindInfo","features":[307,336]},{"name":"SymInitialize","features":[307,336]},{"name":"SymInitializeW","features":[307,336]},{"name":"SymLoadModule","features":[307,336]},{"name":"SymLoadModule64","features":[307,336]},{"name":"SymLoadModuleEx","features":[307,336]},{"name":"SymLoadModuleExW","features":[307,336]},{"name":"SymMatchFileName","features":[307,336]},{"name":"SymMatchFileNameW","features":[307,336]},{"name":"SymMatchString","features":[307,336]},{"name":"SymMatchStringA","features":[307,336]},{"name":"SymMatchStringW","features":[307,336]},{"name":"SymNext","features":[307,336]},{"name":"SymNextW","features":[307,336]},{"name":"SymNone","features":[336]},{"name":"SymPdb","features":[336]},{"name":"SymPrev","features":[307,336]},{"name":"SymPrevW","features":[307,336]},{"name":"SymQueryInlineTrace","features":[307,336]},{"name":"SymRefreshModuleList","features":[307,336]},{"name":"SymRegisterCallback","features":[307,336]},{"name":"SymRegisterCallback64","features":[307,336]},{"name":"SymRegisterCallbackW64","features":[307,336]},{"name":"SymRegisterFunctionEntryCallback","features":[307,336]},{"name":"SymRegisterFunctionEntryCallback64","features":[307,336]},{"name":"SymSearch","features":[307,336]},{"name":"SymSearchW","features":[307,336]},{"name":"SymSetContext","features":[307,336]},{"name":"SymSetExtendedOption","features":[307,336]},{"name":"SymSetHomeDirectory","features":[307,336]},{"name":"SymSetHomeDirectoryW","features":[307,336]},{"name":"SymSetOptions","features":[336]},{"name":"SymSetParentWindow","features":[307,336]},{"name":"SymSetScopeFromAddr","features":[307,336]},{"name":"SymSetScopeFromIndex","features":[307,336]},{"name":"SymSetScopeFromInlineContext","features":[307,336]},{"name":"SymSetSearchPath","features":[307,336]},{"name":"SymSetSearchPathW","features":[307,336]},{"name":"SymSrvDeltaName","features":[307,336]},{"name":"SymSrvDeltaNameW","features":[307,336]},{"name":"SymSrvGetFileIndexInfo","features":[307,336]},{"name":"SymSrvGetFileIndexInfoW","features":[307,336]},{"name":"SymSrvGetFileIndexString","features":[307,336]},{"name":"SymSrvGetFileIndexStringW","features":[307,336]},{"name":"SymSrvGetFileIndexes","features":[307,336]},{"name":"SymSrvGetFileIndexesW","features":[307,336]},{"name":"SymSrvGetSupplement","features":[307,336]},{"name":"SymSrvGetSupplementW","features":[307,336]},{"name":"SymSrvIsStore","features":[307,336]},{"name":"SymSrvIsStoreW","features":[307,336]},{"name":"SymSrvStoreFile","features":[307,336]},{"name":"SymSrvStoreFileW","features":[307,336]},{"name":"SymSrvStoreSupplement","features":[307,336]},{"name":"SymSrvStoreSupplementW","features":[307,336]},{"name":"SymSym","features":[336]},{"name":"SymUnDName","features":[307,336]},{"name":"SymUnDName64","features":[307,336]},{"name":"SymUnloadModule","features":[307,336]},{"name":"SymUnloadModule64","features":[307,336]},{"name":"SymVirtual","features":[336]},{"name":"SystemInfoStream","features":[336]},{"name":"SystemMemoryInfoStream","features":[336]},{"name":"TARGET_ATTRIBUTE_PACMASK","features":[336]},{"name":"TARGET_MDL_TOO_SMALL","features":[336]},{"name":"TCPIP_AOAC_NIC_ACTIVE_REFERENCE_LEAK","features":[336]},{"name":"TELEMETRY_ASSERTS_LIVEDUMP","features":[336]},{"name":"TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE","features":[336]},{"name":"THIRD_PARTY_FILE_SYSTEM_FAILURE","features":[336]},{"name":"THREAD_ERROR_MODE","features":[336]},{"name":"THREAD_NOT_MUTEX_OWNER","features":[336]},{"name":"THREAD_STUCK_IN_DEVICE_DRIVER","features":[336]},{"name":"THREAD_STUCK_IN_DEVICE_DRIVER_M","features":[336]},{"name":"THREAD_TERMINATE_HELD_MUTEX","features":[336]},{"name":"THREAD_WRITE_FLAGS","features":[336]},{"name":"TIMER_OR_DPC_INVALID","features":[336]},{"name":"TI_FINDCHILDREN","features":[336]},{"name":"TI_FINDCHILDREN_PARAMS","features":[336]},{"name":"TI_GET_ADDRESS","features":[336]},{"name":"TI_GET_ADDRESSOFFSET","features":[336]},{"name":"TI_GET_ARRAYINDEXTYPEID","features":[336]},{"name":"TI_GET_BASETYPE","features":[336]},{"name":"TI_GET_BITPOSITION","features":[336]},{"name":"TI_GET_CALLING_CONVENTION","features":[336]},{"name":"TI_GET_CHILDRENCOUNT","features":[336]},{"name":"TI_GET_CLASSPARENTID","features":[336]},{"name":"TI_GET_COUNT","features":[336]},{"name":"TI_GET_DATAKIND","features":[336]},{"name":"TI_GET_INDIRECTVIRTUALBASECLASS","features":[336]},{"name":"TI_GET_IS_REFERENCE","features":[336]},{"name":"TI_GET_LENGTH","features":[336]},{"name":"TI_GET_LEXICALPARENT","features":[336]},{"name":"TI_GET_NESTED","features":[336]},{"name":"TI_GET_OBJECTPOINTERTYPE","features":[336]},{"name":"TI_GET_OFFSET","features":[336]},{"name":"TI_GET_SYMINDEX","features":[336]},{"name":"TI_GET_SYMNAME","features":[336]},{"name":"TI_GET_SYMTAG","features":[336]},{"name":"TI_GET_THISADJUST","features":[336]},{"name":"TI_GET_TYPE","features":[336]},{"name":"TI_GET_TYPEID","features":[336]},{"name":"TI_GET_UDTKIND","features":[336]},{"name":"TI_GET_VALUE","features":[336]},{"name":"TI_GET_VIRTUALBASECLASS","features":[336]},{"name":"TI_GET_VIRTUALBASEDISPINDEX","features":[336]},{"name":"TI_GET_VIRTUALBASEOFFSET","features":[336]},{"name":"TI_GET_VIRTUALBASEPOINTEROFFSET","features":[336]},{"name":"TI_GET_VIRTUALBASETABLETYPE","features":[336]},{"name":"TI_GET_VIRTUALTABLESHAPEID","features":[336]},{"name":"TI_GTIEX_REQS_VALID","features":[336]},{"name":"TI_IS_CLOSE_EQUIV_TO","features":[336]},{"name":"TI_IS_EQUIV_TO","features":[336]},{"name":"TOO_MANY_RECURSIVE_FAULTS","features":[336]},{"name":"TRAP_CAUSE_UNKNOWN","features":[336]},{"name":"TTM_FATAL_ERROR","features":[336]},{"name":"TTM_WATCHDOG_TIMEOUT","features":[336]},{"name":"TerminateProcessOnMemoryExhaustion","features":[336]},{"name":"ThreadCallback","features":[336]},{"name":"ThreadExCallback","features":[336]},{"name":"ThreadExListStream","features":[336]},{"name":"ThreadInfoListStream","features":[336]},{"name":"ThreadListStream","features":[336]},{"name":"ThreadNamesStream","features":[336]},{"name":"ThreadWriteBackingStore","features":[336]},{"name":"ThreadWriteContext","features":[336]},{"name":"ThreadWriteInstructionWindow","features":[336]},{"name":"ThreadWriteStack","features":[336]},{"name":"ThreadWriteThread","features":[336]},{"name":"ThreadWriteThreadData","features":[336]},{"name":"ThreadWriteThreadInfo","features":[336]},{"name":"TokenStream","features":[336]},{"name":"TouchFileTimes","features":[307,336]},{"name":"UCMUCSI_FAILURE","features":[336]},{"name":"UCMUCSI_LIVEDUMP","features":[336]},{"name":"UDFS_FILE_SYSTEM","features":[336]},{"name":"UFX_LIVEDUMP","features":[336]},{"name":"UNDNAME_32_BIT_DECODE","features":[336]},{"name":"UNDNAME_COMPLETE","features":[336]},{"name":"UNDNAME_NAME_ONLY","features":[336]},{"name":"UNDNAME_NO_ACCESS_SPECIFIERS","features":[336]},{"name":"UNDNAME_NO_ALLOCATION_LANGUAGE","features":[336]},{"name":"UNDNAME_NO_ALLOCATION_MODEL","features":[336]},{"name":"UNDNAME_NO_ARGUMENTS","features":[336]},{"name":"UNDNAME_NO_CV_THISTYPE","features":[336]},{"name":"UNDNAME_NO_FUNCTION_RETURNS","features":[336]},{"name":"UNDNAME_NO_LEADING_UNDERSCORES","features":[336]},{"name":"UNDNAME_NO_MEMBER_TYPE","features":[336]},{"name":"UNDNAME_NO_MS_KEYWORDS","features":[336]},{"name":"UNDNAME_NO_MS_THISTYPE","features":[336]},{"name":"UNDNAME_NO_RETURN_UDT_MODEL","features":[336]},{"name":"UNDNAME_NO_SPECIAL_SYMS","features":[336]},{"name":"UNDNAME_NO_THISTYPE","features":[336]},{"name":"UNDNAME_NO_THROW_SIGNATURES","features":[336]},{"name":"UNEXPECTED_INITIALIZATION_CALL","features":[336]},{"name":"UNEXPECTED_KERNEL_MODE_TRAP","features":[336]},{"name":"UNEXPECTED_KERNEL_MODE_TRAP_M","features":[336]},{"name":"UNEXPECTED_STORE_EXCEPTION","features":[336]},{"name":"UNLOAD_DLL_DEBUG_EVENT","features":[336]},{"name":"UNLOAD_DLL_DEBUG_INFO","features":[336]},{"name":"UNMOUNTABLE_BOOT_VOLUME","features":[336]},{"name":"UNSUPPORTED_INSTRUCTION_MODE","features":[336]},{"name":"UNSUPPORTED_PROCESSOR","features":[336]},{"name":"UNWIND_HISTORY_TABLE","features":[336]},{"name":"UNWIND_HISTORY_TABLE_ENTRY","features":[336]},{"name":"UNWIND_HISTORY_TABLE_ENTRY","features":[336]},{"name":"UNWIND_ON_INVALID_STACK","features":[336]},{"name":"UNW_FLAG_CHAININFO","features":[336]},{"name":"UNW_FLAG_EHANDLER","features":[336]},{"name":"UNW_FLAG_NHANDLER","features":[336]},{"name":"UNW_FLAG_UHANDLER","features":[336]},{"name":"UP_DRIVER_ON_MP_SYSTEM","features":[336]},{"name":"USB4_HARDWARE_VIOLATION","features":[336]},{"name":"USB_DRIPS_BLOCKER_SURPRISE_REMOVAL_LIVEDUMP","features":[336]},{"name":"USER_MODE_HEALTH_MONITOR","features":[336]},{"name":"USER_MODE_HEALTH_MONITOR_LIVEDUMP","features":[336]},{"name":"UnDecorateSymbolName","features":[336]},{"name":"UnDecorateSymbolNameW","features":[336]},{"name":"UnMapAndLoad","features":[307,336,313,338]},{"name":"UnhandledExceptionFilter","features":[307,336,313]},{"name":"UnloadedModuleListStream","features":[336]},{"name":"UnusedStream","features":[336]},{"name":"UpdateDebugInfoFile","features":[307,336,338]},{"name":"UpdateDebugInfoFileEx","features":[307,336,338]},{"name":"VER_PLATFORM","features":[336]},{"name":"VER_PLATFORM_WIN32_NT","features":[336]},{"name":"VER_PLATFORM_WIN32_WINDOWS","features":[336]},{"name":"VER_PLATFORM_WIN32s","features":[336]},{"name":"VHD_BOOT_HOST_VOLUME_NOT_ENOUGH_SPACE","features":[336]},{"name":"VHD_BOOT_INITIALIZATION_FAILED","features":[336]},{"name":"VIDEO_DRIVER_DEBUG_REPORT_REQUEST","features":[336]},{"name":"VIDEO_DRIVER_INIT_FAILURE","features":[336]},{"name":"VIDEO_DWMINIT_TIMEOUT_FALLBACK_BDD","features":[336]},{"name":"VIDEO_DXGKRNL_BLACK_SCREEN_LIVEDUMP","features":[336]},{"name":"VIDEO_DXGKRNL_FATAL_ERROR","features":[336]},{"name":"VIDEO_DXGKRNL_LIVEDUMP","features":[336]},{"name":"VIDEO_DXGKRNL_SYSMM_FATAL_ERROR","features":[336]},{"name":"VIDEO_ENGINE_TIMEOUT_DETECTED","features":[336]},{"name":"VIDEO_MEMORY_MANAGEMENT_INTERNAL","features":[336]},{"name":"VIDEO_MINIPORT_BLACK_SCREEN_LIVEDUMP","features":[336]},{"name":"VIDEO_MINIPORT_FAILED_LIVEDUMP","features":[336]},{"name":"VIDEO_SCHEDULER_INTERNAL_ERROR","features":[336]},{"name":"VIDEO_SHADOW_DRIVER_FATAL_ERROR","features":[336]},{"name":"VIDEO_TDR_APPLICATION_BLOCKED","features":[336]},{"name":"VIDEO_TDR_FAILURE","features":[336]},{"name":"VIDEO_TDR_TIMEOUT_DETECTED","features":[336]},{"name":"VMBUS_LIVEDUMP","features":[336]},{"name":"VOLMGRX_INTERNAL_ERROR","features":[336]},{"name":"VOLSNAP_OVERLAPPED_TABLE_ACCESS","features":[336]},{"name":"VSL_INITIALIZATION_FAILED","features":[336]},{"name":"VmPostReadCallback","features":[336]},{"name":"VmPreReadCallback","features":[336]},{"name":"VmQueryCallback","features":[336]},{"name":"VmStartCallback","features":[336]},{"name":"WAITCHAIN_NODE_INFO","features":[307,336]},{"name":"WAIT_CHAIN_THREAD_OPTIONS","features":[336]},{"name":"WCT_ASYNC_OPEN_FLAG","features":[336]},{"name":"WCT_MAX_NODE_COUNT","features":[336]},{"name":"WCT_NETWORK_IO_FLAG","features":[336]},{"name":"WCT_OBJECT_STATUS","features":[336]},{"name":"WCT_OBJECT_TYPE","features":[336]},{"name":"WCT_OBJNAME_LENGTH","features":[336]},{"name":"WCT_OUT_OF_PROC_COM_FLAG","features":[336]},{"name":"WCT_OUT_OF_PROC_CS_FLAG","features":[336]},{"name":"WCT_OUT_OF_PROC_FLAG","features":[336]},{"name":"WDF_VIOLATION","features":[336]},{"name":"WFP_INVALID_OPERATION","features":[336]},{"name":"WHEA_AER_BRIDGE_DESCRIPTOR","features":[307,336]},{"name":"WHEA_AER_ENDPOINT_DESCRIPTOR","features":[307,336]},{"name":"WHEA_AER_ROOTPORT_DESCRIPTOR","features":[307,336]},{"name":"WHEA_BAD_PAGE_LIST_LOCATION","features":[336]},{"name":"WHEA_BAD_PAGE_LIST_MAX_SIZE","features":[336]},{"name":"WHEA_CMCI_THRESHOLD_COUNT","features":[336]},{"name":"WHEA_CMCI_THRESHOLD_POLL_COUNT","features":[336]},{"name":"WHEA_CMCI_THRESHOLD_TIME","features":[336]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_MAX","features":[336]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_MIN","features":[336]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_V1","features":[336]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_MAX","features":[336]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_MIN","features":[336]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_V1","features":[336]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_V2","features":[336]},{"name":"WHEA_DEVICE_DRIVER_DESCRIPTOR","features":[307,336]},{"name":"WHEA_DISABLE_DUMMY_WRITE","features":[336]},{"name":"WHEA_DISABLE_OFFLINE","features":[336]},{"name":"WHEA_DRIVER_BUFFER_SET","features":[336]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DD","features":[307,336]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER","features":[307,336]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER_V1","features":[307,336]},{"name":"WHEA_ERROR_SOURCE_CORRECT_DEVICE_DRIVER","features":[307,336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR","features":[307,336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERBRIDGE","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERENDPOINT","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERROOTPORT","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_GENERIC","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_GENERIC_V2","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFCMC","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFCPE","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFMCA","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFCMC","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFMCE","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFNMI","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_VERSION_10","features":[336]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_VERSION_11","features":[336]},{"name":"WHEA_ERROR_SOURCE_FLAG_DEFAULTSOURCE","features":[336]},{"name":"WHEA_ERROR_SOURCE_FLAG_FIRMWAREFIRST","features":[336]},{"name":"WHEA_ERROR_SOURCE_FLAG_GHES_ASSIST","features":[336]},{"name":"WHEA_ERROR_SOURCE_FLAG_GLOBAL","features":[336]},{"name":"WHEA_ERROR_SOURCE_INITIALIZE_DEVICE_DRIVER","features":[307,336]},{"name":"WHEA_ERROR_SOURCE_INVALID_RELATED_SOURCE","features":[336]},{"name":"WHEA_ERROR_SOURCE_STATE","features":[336]},{"name":"WHEA_ERROR_SOURCE_TYPE","features":[336]},{"name":"WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER","features":[336]},{"name":"WHEA_GENERIC_ERROR_DESCRIPTOR","features":[336]},{"name":"WHEA_GENERIC_ERROR_DESCRIPTOR_V2","features":[336]},{"name":"WHEA_INTERNAL_ERROR","features":[336]},{"name":"WHEA_IPF_CMC_DESCRIPTOR","features":[336]},{"name":"WHEA_IPF_CPE_DESCRIPTOR","features":[336]},{"name":"WHEA_IPF_MCA_DESCRIPTOR","features":[336]},{"name":"WHEA_MAX_MC_BANKS","features":[336]},{"name":"WHEA_MEM_PERSISTOFFLINE","features":[336]},{"name":"WHEA_MEM_PFA_DISABLE","features":[336]},{"name":"WHEA_MEM_PFA_PAGECOUNT","features":[336]},{"name":"WHEA_MEM_PFA_THRESHOLD","features":[336]},{"name":"WHEA_MEM_PFA_TIMEOUT","features":[336]},{"name":"WHEA_NOTIFICATION_DESCRIPTOR","features":[336]},{"name":"WHEA_NOTIFICATION_FLAGS","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_ARMV8_SEA","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_ARMV8_SEI","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_CMCI","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_EXTERNALINTERRUPT","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_EXTERNALINTERRUPT_GSIV","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_GPIO_SIGNAL","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_LOCALINTERRUPT","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_MCE","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_NMI","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_POLLED","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_SCI","features":[336]},{"name":"WHEA_NOTIFICATION_TYPE_SDEI","features":[336]},{"name":"WHEA_NOTIFY_ALL_OFFLINES","features":[336]},{"name":"WHEA_PCI_SLOT_NUMBER","features":[336]},{"name":"WHEA_PENDING_PAGE_LIST_SZ","features":[336]},{"name":"WHEA_RESTORE_CMCI_ATTEMPTS","features":[336]},{"name":"WHEA_RESTORE_CMCI_ENABLED","features":[336]},{"name":"WHEA_RESTORE_CMCI_ERR_LIMIT","features":[336]},{"name":"WHEA_ROW_FAIL_CHECK_ENABLE","features":[336]},{"name":"WHEA_ROW_FAIL_CHECK_EXTENT","features":[336]},{"name":"WHEA_ROW_FAIL_CHECK_THRESHOLD","features":[336]},{"name":"WHEA_UNCORRECTABLE_ERROR","features":[336]},{"name":"WHEA_XPF_CMC_DESCRIPTOR","features":[307,336]},{"name":"WHEA_XPF_MCE_DESCRIPTOR","features":[307,336]},{"name":"WHEA_XPF_MC_BANK_DESCRIPTOR","features":[307,336]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_AMD64MCA","features":[336]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_IA32MCA","features":[336]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_Intel64MCA","features":[336]},{"name":"WHEA_XPF_NMI_DESCRIPTOR","features":[307,336]},{"name":"WIN32K_ATOMIC_CHECK_FAILURE","features":[336]},{"name":"WIN32K_CALLOUT_WATCHDOG_BUGCHECK","features":[336]},{"name":"WIN32K_CALLOUT_WATCHDOG_LIVEDUMP","features":[336]},{"name":"WIN32K_CRITICAL_FAILURE","features":[336]},{"name":"WIN32K_CRITICAL_FAILURE_LIVEDUMP","features":[336]},{"name":"WIN32K_HANDLE_MANAGER","features":[336]},{"name":"WIN32K_INIT_OR_RIT_FAILURE","features":[336]},{"name":"WIN32K_POWER_WATCHDOG_TIMEOUT","features":[336]},{"name":"WIN32K_SECURITY_FAILURE","features":[336]},{"name":"WINDOWS_NT_BANNER","features":[336]},{"name":"WINDOWS_NT_CSD_STRING","features":[336]},{"name":"WINDOWS_NT_INFO_STRING","features":[336]},{"name":"WINDOWS_NT_INFO_STRING_PLURAL","features":[336]},{"name":"WINDOWS_NT_MP_STRING","features":[336]},{"name":"WINDOWS_NT_RC_STRING","features":[336]},{"name":"WINLOGON_FATAL_ERROR","features":[336]},{"name":"WINSOCK_DETECTED_HUNG_CLOSESOCKET_LIVEDUMP","features":[336]},{"name":"WORKER_INVALID","features":[336]},{"name":"WORKER_THREAD_INVALID_STATE","features":[336]},{"name":"WORKER_THREAD_RETURNED_AT_BAD_IRQL","features":[336]},{"name":"WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO","features":[336]},{"name":"WORKER_THREAD_RETURNED_WITH_BAD_IO_PRIORITY","features":[336]},{"name":"WORKER_THREAD_RETURNED_WITH_BAD_PAGING_IO_PRIORITY","features":[336]},{"name":"WORKER_THREAD_RETURNED_WITH_NON_DEFAULT_WORKLOAD_CLASS","features":[336]},{"name":"WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE","features":[336]},{"name":"WORKER_THREAD_TEST_CONDITION","features":[336]},{"name":"WOW64_CONTEXT","features":[336]},{"name":"WOW64_CONTEXT_ALL","features":[336]},{"name":"WOW64_CONTEXT_CONTROL","features":[336]},{"name":"WOW64_CONTEXT_DEBUG_REGISTERS","features":[336]},{"name":"WOW64_CONTEXT_EXCEPTION_ACTIVE","features":[336]},{"name":"WOW64_CONTEXT_EXCEPTION_REPORTING","features":[336]},{"name":"WOW64_CONTEXT_EXCEPTION_REQUEST","features":[336]},{"name":"WOW64_CONTEXT_EXTENDED_REGISTERS","features":[336]},{"name":"WOW64_CONTEXT_FLAGS","features":[336]},{"name":"WOW64_CONTEXT_FLOATING_POINT","features":[336]},{"name":"WOW64_CONTEXT_FULL","features":[336]},{"name":"WOW64_CONTEXT_INTEGER","features":[336]},{"name":"WOW64_CONTEXT_SEGMENTS","features":[336]},{"name":"WOW64_CONTEXT_SERVICE_ACTIVE","features":[336]},{"name":"WOW64_CONTEXT_X86","features":[336]},{"name":"WOW64_CONTEXT_XSTATE","features":[336]},{"name":"WOW64_DESCRIPTOR_TABLE_ENTRY","features":[336]},{"name":"WOW64_FLOATING_SAVE_AREA","features":[336]},{"name":"WOW64_LDT_ENTRY","features":[336]},{"name":"WOW64_MAXIMUM_SUPPORTED_EXTENSION","features":[336]},{"name":"WOW64_SIZE_OF_80387_REGISTERS","features":[336]},{"name":"WVR_LIVEDUMP_APP_IO_TIMEOUT","features":[336]},{"name":"WVR_LIVEDUMP_CRITICAL_ERROR","features":[336]},{"name":"WVR_LIVEDUMP_MANUALLY_INITIATED","features":[336]},{"name":"WVR_LIVEDUMP_RECOVERY_IOCONTEXT_TIMEOUT","features":[336]},{"name":"WVR_LIVEDUMP_REPLICATION_IOCONTEXT_TIMEOUT","features":[336]},{"name":"WVR_LIVEDUMP_STATE_FAILURE","features":[336]},{"name":"WVR_LIVEDUMP_STATE_TRANSITION_TIMEOUT","features":[336]},{"name":"WaitForDebugEvent","features":[307,336,342]},{"name":"WaitForDebugEventEx","features":[307,336,342]},{"name":"WctAlpcType","features":[336]},{"name":"WctComActivationType","features":[336]},{"name":"WctComType","features":[336]},{"name":"WctCriticalSectionType","features":[336]},{"name":"WctMaxType","features":[336]},{"name":"WctMutexType","features":[336]},{"name":"WctProcessWaitType","features":[336]},{"name":"WctSendMessageType","features":[336]},{"name":"WctSmbIoType","features":[336]},{"name":"WctSocketIoType","features":[336]},{"name":"WctStatusAbandoned","features":[336]},{"name":"WctStatusBlocked","features":[336]},{"name":"WctStatusError","features":[336]},{"name":"WctStatusMax","features":[336]},{"name":"WctStatusNoAccess","features":[336]},{"name":"WctStatusNotOwned","features":[336]},{"name":"WctStatusOwned","features":[336]},{"name":"WctStatusPidOnly","features":[336]},{"name":"WctStatusPidOnlyRpcss","features":[336]},{"name":"WctStatusRunning","features":[336]},{"name":"WctStatusUnknown","features":[336]},{"name":"WctThreadType","features":[336]},{"name":"WctThreadWaitType","features":[336]},{"name":"WctUnknownType","features":[336]},{"name":"WheaErrSrcStateRemovePending","features":[336]},{"name":"WheaErrSrcStateRemoved","features":[336]},{"name":"WheaErrSrcStateStarted","features":[336]},{"name":"WheaErrSrcStateStopped","features":[336]},{"name":"WheaErrSrcTypeBMC","features":[336]},{"name":"WheaErrSrcTypeBOOT","features":[336]},{"name":"WheaErrSrcTypeCMC","features":[336]},{"name":"WheaErrSrcTypeCPE","features":[336]},{"name":"WheaErrSrcTypeDeviceDriver","features":[336]},{"name":"WheaErrSrcTypeGeneric","features":[336]},{"name":"WheaErrSrcTypeGenericV2","features":[336]},{"name":"WheaErrSrcTypeINIT","features":[336]},{"name":"WheaErrSrcTypeIPFCMC","features":[336]},{"name":"WheaErrSrcTypeIPFCPE","features":[336]},{"name":"WheaErrSrcTypeIPFMCA","features":[336]},{"name":"WheaErrSrcTypeMCE","features":[336]},{"name":"WheaErrSrcTypeMax","features":[336]},{"name":"WheaErrSrcTypeNMI","features":[336]},{"name":"WheaErrSrcTypePCIe","features":[336]},{"name":"WheaErrSrcTypePMEM","features":[336]},{"name":"WheaErrSrcTypeSCIGeneric","features":[336]},{"name":"WheaErrSrcTypeSCIGenericV2","features":[336]},{"name":"WheaErrSrcTypeSea","features":[336]},{"name":"WheaErrSrcTypeSei","features":[336]},{"name":"Wow64GetThreadContext","features":[307,336]},{"name":"Wow64GetThreadSelectorEntry","features":[307,336]},{"name":"Wow64SetThreadContext","features":[307,336]},{"name":"WriteKernelMinidumpCallback","features":[336]},{"name":"WriteProcessMemory","features":[307,336]},{"name":"XBOX_360_SYSTEM_CRASH","features":[336]},{"name":"XBOX_360_SYSTEM_CRASH_RESERVED","features":[336]},{"name":"XBOX_CORRUPTED_IMAGE","features":[336]},{"name":"XBOX_CORRUPTED_IMAGE_BASE","features":[336]},{"name":"XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW","features":[336]},{"name":"XBOX_MANUALLY_INITIATED_CRASH","features":[336]},{"name":"XBOX_SECURITY_FAILUE","features":[336]},{"name":"XBOX_SHUTDOWN_WATCHDOG_TIMEOUT","features":[336]},{"name":"XBOX_VMCTRL_CS_TIMEOUT","features":[336]},{"name":"XBOX_XDS_WATCHDOG_TIMEOUT","features":[336]},{"name":"XNS_INTERNAL_ERROR","features":[336]},{"name":"XPF_MCE_FLAGS","features":[336]},{"name":"XPF_MC_BANK_FLAGS","features":[336]},{"name":"XSAVE_AREA","features":[336]},{"name":"XSAVE_AREA_HEADER","features":[336]},{"name":"XSAVE_FORMAT","features":[336]},{"name":"XSAVE_FORMAT","features":[336]},{"name":"XSTATE_CONFIGURATION","features":[336]},{"name":"XSTATE_CONFIG_FEATURE_MSC_INFO","features":[336]},{"name":"XSTATE_CONTEXT","features":[336]},{"name":"XSTATE_CONTEXT","features":[336]},{"name":"XSTATE_FEATURE","features":[336]},{"name":"ceStreamBucketParameters","features":[336]},{"name":"ceStreamDiagnosisList","features":[336]},{"name":"ceStreamException","features":[336]},{"name":"ceStreamMemoryPhysicalList","features":[336]},{"name":"ceStreamMemoryVirtualList","features":[336]},{"name":"ceStreamModuleList","features":[336]},{"name":"ceStreamNull","features":[336]},{"name":"ceStreamProcessList","features":[336]},{"name":"ceStreamProcessModuleMap","features":[336]},{"name":"ceStreamSystemInfo","features":[336]},{"name":"ceStreamThreadCallStackList","features":[336]},{"name":"ceStreamThreadContextList","features":[336]},{"name":"ceStreamThreadList","features":[336]},{"name":"hdBase","features":[336]},{"name":"hdMax","features":[336]},{"name":"hdSrc","features":[336]},{"name":"hdSym","features":[336]},{"name":"sevAttn","features":[336]},{"name":"sevFatal","features":[336]},{"name":"sevInfo","features":[336]},{"name":"sevMax","features":[336]},{"name":"sevProblem","features":[336]},{"name":"sfDbg","features":[336]},{"name":"sfImage","features":[336]},{"name":"sfMax","features":[336]},{"name":"sfMpd","features":[336]},{"name":"sfPdb","features":[336]}],"556":[{"name":"ACTIVPROF_E_PROFILER_ABSENT","features":[546]},{"name":"ACTIVPROF_E_PROFILER_PRESENT","features":[546]},{"name":"ACTIVPROF_E_UNABLE_TO_APPLY_ACTION","features":[546]},{"name":"APPBREAKFLAG_DEBUGGER_BLOCK","features":[546]},{"name":"APPBREAKFLAG_DEBUGGER_HALT","features":[546]},{"name":"APPBREAKFLAG_IN_BREAKPOINT","features":[546]},{"name":"APPBREAKFLAG_NESTED","features":[546]},{"name":"APPBREAKFLAG_STEP","features":[546]},{"name":"APPBREAKFLAG_STEPTYPE_BYTECODE","features":[546]},{"name":"APPBREAKFLAG_STEPTYPE_MACHINE","features":[546]},{"name":"APPBREAKFLAG_STEPTYPE_MASK","features":[546]},{"name":"APPBREAKFLAG_STEPTYPE_SOURCE","features":[546]},{"name":"APPLICATION_NODE_EVENT_FILTER","features":[546]},{"name":"AsyncIDebugApplicationNodeEvents","features":[546]},{"name":"BREAKPOINT_DELETED","features":[546]},{"name":"BREAKPOINT_DISABLED","features":[546]},{"name":"BREAKPOINT_ENABLED","features":[546]},{"name":"BREAKPOINT_STATE","features":[546]},{"name":"BREAKREASON","features":[546]},{"name":"BREAKREASON_BREAKPOINT","features":[546]},{"name":"BREAKREASON_DEBUGGER_BLOCK","features":[546]},{"name":"BREAKREASON_DEBUGGER_HALT","features":[546]},{"name":"BREAKREASON_ERROR","features":[546]},{"name":"BREAKREASON_HOST_INITIATED","features":[546]},{"name":"BREAKREASON_JIT","features":[546]},{"name":"BREAKREASON_LANGUAGE_INITIATED","features":[546]},{"name":"BREAKREASON_MUTATION_BREAKPOINT","features":[546]},{"name":"BREAKREASON_STEP","features":[546]},{"name":"BREAKRESUMEACTION","features":[546]},{"name":"BREAKRESUMEACTION_ABORT","features":[546]},{"name":"BREAKRESUMEACTION_CONTINUE","features":[546]},{"name":"BREAKRESUMEACTION_IGNORE","features":[546]},{"name":"BREAKRESUMEACTION_STEP_DOCUMENT","features":[546]},{"name":"BREAKRESUMEACTION_STEP_INTO","features":[546]},{"name":"BREAKRESUMEACTION_STEP_OUT","features":[546]},{"name":"BREAKRESUMEACTION_STEP_OVER","features":[546]},{"name":"CATID_ActiveScript","features":[546]},{"name":"CATID_ActiveScriptAuthor","features":[546]},{"name":"CATID_ActiveScriptEncode","features":[546]},{"name":"CATID_ActiveScriptParse","features":[546]},{"name":"CDebugDocumentHelper","features":[546]},{"name":"DEBUG_EVENT_INFO_TYPE","features":[546]},{"name":"DEBUG_STACKFRAME_TYPE","features":[546]},{"name":"DEBUG_TEXT_ALLOWBREAKPOINTS","features":[546]},{"name":"DEBUG_TEXT_ALLOWERRORREPORT","features":[546]},{"name":"DEBUG_TEXT_EVALUATETOCODECONTEXT","features":[546]},{"name":"DEBUG_TEXT_ISEXPRESSION","features":[546]},{"name":"DEBUG_TEXT_ISNONUSERCODE","features":[546]},{"name":"DEBUG_TEXT_NOSIDEEFFECTS","features":[546]},{"name":"DEBUG_TEXT_RETURNVALUE","features":[546]},{"name":"DEIT_ASMJS_FAILED","features":[546]},{"name":"DEIT_ASMJS_IN_DEBUGGING","features":[546]},{"name":"DEIT_ASMJS_SUCCEEDED","features":[546]},{"name":"DEIT_GENERAL","features":[546]},{"name":"DOCUMENTNAMETYPE","features":[546]},{"name":"DOCUMENTNAMETYPE_APPNODE","features":[546]},{"name":"DOCUMENTNAMETYPE_FILE_TAIL","features":[546]},{"name":"DOCUMENTNAMETYPE_SOURCE_MAP_URL","features":[546]},{"name":"DOCUMENTNAMETYPE_TITLE","features":[546]},{"name":"DOCUMENTNAMETYPE_UNIQUE_TITLE","features":[546]},{"name":"DOCUMENTNAMETYPE_URL","features":[546]},{"name":"DST_INTERNAL_FRAME","features":[546]},{"name":"DST_INVOCATION_FRAME","features":[546]},{"name":"DST_SCRIPT_FRAME","features":[546]},{"name":"DebugHelper","features":[546]},{"name":"DebugStackFrameDescriptor","features":[307,546]},{"name":"DebugStackFrameDescriptor64","features":[307,546]},{"name":"DefaultDebugSessionProvider","features":[546]},{"name":"ERRORRESUMEACTION","features":[546]},{"name":"ERRORRESUMEACTION_AbortCallAndReturnErrorToCaller","features":[546]},{"name":"ERRORRESUMEACTION_ReexecuteErrorStatement","features":[546]},{"name":"ERRORRESUMEACTION_SkipErrorStatement","features":[546]},{"name":"ETK_FIRST_CHANCE","features":[546]},{"name":"ETK_UNHANDLED","features":[546]},{"name":"ETK_USER_UNHANDLED","features":[546]},{"name":"E_JsDEBUG_INVALID_MEMORY_ADDRESS","features":[546]},{"name":"E_JsDEBUG_MISMATCHED_RUNTIME","features":[546]},{"name":"E_JsDEBUG_OUTSIDE_OF_VM","features":[546]},{"name":"E_JsDEBUG_RUNTIME_NOT_IN_DEBUG_MODE","features":[546]},{"name":"E_JsDEBUG_SOURCE_LOCATION_NOT_FOUND","features":[546]},{"name":"E_JsDEBUG_UNKNOWN_THREAD","features":[546]},{"name":"FACILITY_JsDEBUG","features":[546]},{"name":"FILTER_EXCLUDE_ANONYMOUS_CODE","features":[546]},{"name":"FILTER_EXCLUDE_EVAL_CODE","features":[546]},{"name":"FILTER_EXCLUDE_NOTHING","features":[546]},{"name":"GETATTRFLAG_HUMANTEXT","features":[546]},{"name":"GETATTRFLAG_THIS","features":[546]},{"name":"GETATTRTYPE_DEPSCAN","features":[546]},{"name":"GETATTRTYPE_NORMAL","features":[546]},{"name":"IActiveScript","features":[546]},{"name":"IActiveScriptAuthor","features":[546]},{"name":"IActiveScriptAuthorProcedure","features":[546]},{"name":"IActiveScriptDebug32","features":[546]},{"name":"IActiveScriptDebug64","features":[546]},{"name":"IActiveScriptEncode","features":[546]},{"name":"IActiveScriptError","features":[546]},{"name":"IActiveScriptError64","features":[546]},{"name":"IActiveScriptErrorDebug","features":[546]},{"name":"IActiveScriptErrorDebug110","features":[546]},{"name":"IActiveScriptGarbageCollector","features":[546]},{"name":"IActiveScriptHostEncode","features":[546]},{"name":"IActiveScriptParse32","features":[546]},{"name":"IActiveScriptParse64","features":[546]},{"name":"IActiveScriptParseProcedure2_32","features":[546]},{"name":"IActiveScriptParseProcedure2_64","features":[546]},{"name":"IActiveScriptParseProcedure32","features":[546]},{"name":"IActiveScriptParseProcedure64","features":[546]},{"name":"IActiveScriptParseProcedureOld32","features":[546]},{"name":"IActiveScriptParseProcedureOld64","features":[546]},{"name":"IActiveScriptProfilerCallback","features":[546]},{"name":"IActiveScriptProfilerCallback2","features":[546]},{"name":"IActiveScriptProfilerCallback3","features":[546]},{"name":"IActiveScriptProfilerControl","features":[546]},{"name":"IActiveScriptProfilerControl2","features":[546]},{"name":"IActiveScriptProfilerControl3","features":[546]},{"name":"IActiveScriptProfilerControl4","features":[546]},{"name":"IActiveScriptProfilerControl5","features":[546]},{"name":"IActiveScriptProfilerHeapEnum","features":[546]},{"name":"IActiveScriptProperty","features":[546]},{"name":"IActiveScriptSIPInfo","features":[546]},{"name":"IActiveScriptSite","features":[546]},{"name":"IActiveScriptSiteDebug32","features":[546]},{"name":"IActiveScriptSiteDebug64","features":[546]},{"name":"IActiveScriptSiteDebugEx","features":[546]},{"name":"IActiveScriptSiteInterruptPoll","features":[546]},{"name":"IActiveScriptSiteTraceInfo","features":[546]},{"name":"IActiveScriptSiteUIControl","features":[546]},{"name":"IActiveScriptSiteWindow","features":[546]},{"name":"IActiveScriptStats","features":[546]},{"name":"IActiveScriptStringCompare","features":[546]},{"name":"IActiveScriptTraceInfo","features":[546]},{"name":"IActiveScriptWinRTErrorDebug","features":[546]},{"name":"IApplicationDebugger","features":[546]},{"name":"IApplicationDebuggerUI","features":[546]},{"name":"IBindEventHandler","features":[546]},{"name":"IDebugApplication11032","features":[546]},{"name":"IDebugApplication11064","features":[546]},{"name":"IDebugApplication32","features":[546]},{"name":"IDebugApplication64","features":[546]},{"name":"IDebugApplicationNode","features":[546]},{"name":"IDebugApplicationNode100","features":[546]},{"name":"IDebugApplicationNodeEvents","features":[546]},{"name":"IDebugApplicationThread","features":[546]},{"name":"IDebugApplicationThread11032","features":[546]},{"name":"IDebugApplicationThread11064","features":[546]},{"name":"IDebugApplicationThread64","features":[546]},{"name":"IDebugApplicationThreadEvents110","features":[546]},{"name":"IDebugAsyncOperation","features":[546]},{"name":"IDebugAsyncOperationCallBack","features":[546]},{"name":"IDebugCodeContext","features":[546]},{"name":"IDebugCookie","features":[546]},{"name":"IDebugDocument","features":[546]},{"name":"IDebugDocumentContext","features":[546]},{"name":"IDebugDocumentHelper32","features":[546]},{"name":"IDebugDocumentHelper64","features":[546]},{"name":"IDebugDocumentHost","features":[546]},{"name":"IDebugDocumentInfo","features":[546]},{"name":"IDebugDocumentProvider","features":[546]},{"name":"IDebugDocumentText","features":[546]},{"name":"IDebugDocumentTextAuthor","features":[546]},{"name":"IDebugDocumentTextEvents","features":[546]},{"name":"IDebugDocumentTextExternalAuthor","features":[546]},{"name":"IDebugExpression","features":[546]},{"name":"IDebugExpressionCallBack","features":[546]},{"name":"IDebugExpressionContext","features":[546]},{"name":"IDebugFormatter","features":[546]},{"name":"IDebugHelper","features":[546]},{"name":"IDebugSessionProvider","features":[546]},{"name":"IDebugStackFrame","features":[546]},{"name":"IDebugStackFrame110","features":[546]},{"name":"IDebugStackFrameSniffer","features":[546]},{"name":"IDebugStackFrameSnifferEx32","features":[546]},{"name":"IDebugStackFrameSnifferEx64","features":[546]},{"name":"IDebugSyncOperation","features":[546]},{"name":"IDebugThreadCall32","features":[546]},{"name":"IDebugThreadCall64","features":[546]},{"name":"IEnumDebugApplicationNodes","features":[546]},{"name":"IEnumDebugCodeContexts","features":[546]},{"name":"IEnumDebugExpressionContexts","features":[546]},{"name":"IEnumDebugStackFrames","features":[546]},{"name":"IEnumDebugStackFrames64","features":[546]},{"name":"IEnumJsStackFrames","features":[546]},{"name":"IEnumRemoteDebugApplicationThreads","features":[546]},{"name":"IEnumRemoteDebugApplications","features":[546]},{"name":"IJsDebug","features":[546]},{"name":"IJsDebugBreakPoint","features":[546]},{"name":"IJsDebugDataTarget","features":[546]},{"name":"IJsDebugFrame","features":[546]},{"name":"IJsDebugProcess","features":[546]},{"name":"IJsDebugProperty","features":[546]},{"name":"IJsDebugStackWalker","features":[546]},{"name":"IJsEnumDebugProperty","features":[546]},{"name":"IMachineDebugManager","features":[546]},{"name":"IMachineDebugManagerCookie","features":[546]},{"name":"IMachineDebugManagerEvents","features":[546]},{"name":"IProcessDebugManager32","features":[546]},{"name":"IProcessDebugManager64","features":[546]},{"name":"IProvideExpressionContexts","features":[546]},{"name":"IRemoteDebugApplication","features":[546]},{"name":"IRemoteDebugApplication110","features":[546]},{"name":"IRemoteDebugApplicationEvents","features":[546]},{"name":"IRemoteDebugApplicationThread","features":[546]},{"name":"IRemoteDebugCriticalErrorEvent110","features":[546]},{"name":"IRemoteDebugInfoEvent110","features":[546]},{"name":"IScriptEntry","features":[546]},{"name":"IScriptInvocationContext","features":[546]},{"name":"IScriptNode","features":[546]},{"name":"IScriptScriptlet","features":[546]},{"name":"ISimpleConnectionPoint","features":[546]},{"name":"ITridentEventSink","features":[546]},{"name":"IWebAppDiagnosticsObjectInitialization","features":[546]},{"name":"IWebAppDiagnosticsSetup","features":[546]},{"name":"JS_NATIVE_FRAME","features":[546]},{"name":"JS_PROPERTY_ATTRIBUTES","features":[546]},{"name":"JS_PROPERTY_ATTRIBUTE_NONE","features":[546]},{"name":"JS_PROPERTY_FAKE","features":[546]},{"name":"JS_PROPERTY_FRAME_INCATCHBLOCK","features":[546]},{"name":"JS_PROPERTY_FRAME_INFINALLYBLOCK","features":[546]},{"name":"JS_PROPERTY_FRAME_INTRYBLOCK","features":[546]},{"name":"JS_PROPERTY_HAS_CHILDREN","features":[546]},{"name":"JS_PROPERTY_MEMBERS","features":[546]},{"name":"JS_PROPERTY_MEMBERS_ALL","features":[546]},{"name":"JS_PROPERTY_MEMBERS_ARGUMENTS","features":[546]},{"name":"JS_PROPERTY_METHOD","features":[546]},{"name":"JS_PROPERTY_NATIVE_WINRT_POINTER","features":[546]},{"name":"JS_PROPERTY_READONLY","features":[546]},{"name":"JsDebugPropertyInfo","features":[546]},{"name":"JsDebugReadMemoryFlags","features":[546]},{"name":"MachineDebugManager_DEBUG","features":[546]},{"name":"MachineDebugManager_RETAIL","features":[546]},{"name":"OID_JSSIP","features":[546]},{"name":"OID_VBSSIP","features":[546]},{"name":"OID_WSFSIP","features":[546]},{"name":"PROFILER_EVENT_MASK","features":[546]},{"name":"PROFILER_EVENT_MASK_TRACE_ALL","features":[546]},{"name":"PROFILER_EVENT_MASK_TRACE_ALL_WITH_DOM","features":[546]},{"name":"PROFILER_EVENT_MASK_TRACE_DOM_FUNCTION_CALL","features":[546]},{"name":"PROFILER_EVENT_MASK_TRACE_NATIVE_FUNCTION_CALL","features":[546]},{"name":"PROFILER_EVENT_MASK_TRACE_SCRIPT_FUNCTION_CALL","features":[546]},{"name":"PROFILER_HEAP_ENUM_FLAGS","features":[546]},{"name":"PROFILER_HEAP_ENUM_FLAGS_NONE","features":[546]},{"name":"PROFILER_HEAP_ENUM_FLAGS_RELATIONSHIP_SUBSTRINGS","features":[546]},{"name":"PROFILER_HEAP_ENUM_FLAGS_STORE_RELATIONSHIP_FLAGS","features":[546]},{"name":"PROFILER_HEAP_ENUM_FLAGS_SUBSTRINGS","features":[546]},{"name":"PROFILER_HEAP_OBJECT","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_EXTERNAL","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_EXTERNAL_DISPATCH","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_EXTERNAL_UNKNOWN","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_IS_ROOT","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_NEW_OBJECT","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_NEW_STATE_UNAVAILABLE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_SITE_CLOSED","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_SIZE_APPROXIMATE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_SIZE_UNAVAILABLE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_WINRT_DELEGATE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_WINRT_INSTANCE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_WINRT_NAMESPACE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_WINRT_RUNTIMECLASS","features":[546]},{"name":"PROFILER_HEAP_OBJECT_NAME_ID_UNAVAILABLE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_ELEMENT_ATTRIBUTES_SIZE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_ELEMENT_TEXT_CHILDREN_SIZE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_FUNCTION_NAME","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_INDEX_PROPERTIES","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_INTERNAL_PROPERTY","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_MAP_COLLECTION_LIST","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_MAX_VALUE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_NAME_PROPERTIES","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_PROTOTYPE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_RELATIONSHIPS","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_SCOPE_LIST","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_SET_COLLECTION_LIST","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_TYPE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_WEAKMAP_COLLECTION_LIST","features":[546]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_WINRTEVENTS","features":[546]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP","features":[546]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS","features":[546]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS_CONST_VARIABLE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS_IS_GET_ACCESSOR","features":[546]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS_IS_SET_ACCESSOR","features":[546]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS_LET_VARIABLE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS_NONE","features":[546]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_LIST","features":[546]},{"name":"PROFILER_HEAP_OBJECT_SCOPE_LIST","features":[546]},{"name":"PROFILER_HEAP_SUMMARY","features":[546]},{"name":"PROFILER_HEAP_SUMMARY_VERSION","features":[546]},{"name":"PROFILER_HEAP_SUMMARY_VERSION_1","features":[546]},{"name":"PROFILER_PROPERTY_TYPE_BSTR","features":[546]},{"name":"PROFILER_PROPERTY_TYPE_EXTERNAL_OBJECT","features":[546]},{"name":"PROFILER_PROPERTY_TYPE_HEAP_OBJECT","features":[546]},{"name":"PROFILER_PROPERTY_TYPE_NUMBER","features":[546]},{"name":"PROFILER_PROPERTY_TYPE_STRING","features":[546]},{"name":"PROFILER_PROPERTY_TYPE_SUBSTRING","features":[546]},{"name":"PROFILER_PROPERTY_TYPE_SUBSTRING_INFO","features":[546]},{"name":"PROFILER_RELATIONSHIP_INFO","features":[546]},{"name":"PROFILER_SCRIPT_TYPE","features":[546]},{"name":"PROFILER_SCRIPT_TYPE_DOM","features":[546]},{"name":"PROFILER_SCRIPT_TYPE_DYNAMIC","features":[546]},{"name":"PROFILER_SCRIPT_TYPE_NATIVE","features":[546]},{"name":"PROFILER_SCRIPT_TYPE_USER","features":[546]},{"name":"ProcessDebugManager","features":[546]},{"name":"SCRIPTGCTYPE","features":[546]},{"name":"SCRIPTGCTYPE_EXHAUSTIVE","features":[546]},{"name":"SCRIPTGCTYPE_NORMAL","features":[546]},{"name":"SCRIPTINFO_ITYPEINFO","features":[546]},{"name":"SCRIPTINFO_IUNKNOWN","features":[546]},{"name":"SCRIPTINTERRUPT_DEBUG","features":[546]},{"name":"SCRIPTINTERRUPT_RAISEEXCEPTION","features":[546]},{"name":"SCRIPTITEM_CODEONLY","features":[546]},{"name":"SCRIPTITEM_GLOBALMEMBERS","features":[546]},{"name":"SCRIPTITEM_ISPERSISTENT","features":[546]},{"name":"SCRIPTITEM_ISSOURCE","features":[546]},{"name":"SCRIPTITEM_ISVISIBLE","features":[546]},{"name":"SCRIPTITEM_NOCODE","features":[546]},{"name":"SCRIPTLANGUAGEVERSION","features":[546]},{"name":"SCRIPTLANGUAGEVERSION_5_7","features":[546]},{"name":"SCRIPTLANGUAGEVERSION_5_8","features":[546]},{"name":"SCRIPTLANGUAGEVERSION_DEFAULT","features":[546]},{"name":"SCRIPTLANGUAGEVERSION_MAX","features":[546]},{"name":"SCRIPTPROC_HOSTMANAGESSOURCE","features":[546]},{"name":"SCRIPTPROC_IMPLICIT_PARENTS","features":[546]},{"name":"SCRIPTPROC_IMPLICIT_THIS","features":[546]},{"name":"SCRIPTPROC_ISEXPRESSION","features":[546]},{"name":"SCRIPTPROC_ISXDOMAIN","features":[546]},{"name":"SCRIPTPROP_ABBREVIATE_GLOBALNAME_RESOLUTION","features":[546]},{"name":"SCRIPTPROP_BUILDNUMBER","features":[546]},{"name":"SCRIPTPROP_CATCHEXCEPTION","features":[546]},{"name":"SCRIPTPROP_CONVERSIONLCID","features":[546]},{"name":"SCRIPTPROP_DEBUGGER","features":[546]},{"name":"SCRIPTPROP_DELAYEDEVENTSINKING","features":[546]},{"name":"SCRIPTPROP_GCCONTROLSOFTCLOSE","features":[546]},{"name":"SCRIPTPROP_HACK_FIBERSUPPORT","features":[546]},{"name":"SCRIPTPROP_HACK_TRIDENTEVENTSINK","features":[546]},{"name":"SCRIPTPROP_HOSTKEEPALIVE","features":[546]},{"name":"SCRIPTPROP_HOSTSTACKREQUIRED","features":[546]},{"name":"SCRIPTPROP_INTEGERMODE","features":[546]},{"name":"SCRIPTPROP_INVOKEVERSIONING","features":[546]},{"name":"SCRIPTPROP_JITDEBUG","features":[546]},{"name":"SCRIPTPROP_MAJORVERSION","features":[546]},{"name":"SCRIPTPROP_MINORVERSION","features":[546]},{"name":"SCRIPTPROP_NAME","features":[546]},{"name":"SCRIPTPROP_SCRIPTSAREFULLYTRUSTED","features":[546]},{"name":"SCRIPTPROP_STRINGCOMPAREINSTANCE","features":[546]},{"name":"SCRIPTSTATE","features":[546]},{"name":"SCRIPTSTATE_CLOSED","features":[546]},{"name":"SCRIPTSTATE_CONNECTED","features":[546]},{"name":"SCRIPTSTATE_DISCONNECTED","features":[546]},{"name":"SCRIPTSTATE_INITIALIZED","features":[546]},{"name":"SCRIPTSTATE_STARTED","features":[546]},{"name":"SCRIPTSTATE_UNINITIALIZED","features":[546]},{"name":"SCRIPTSTAT_INSTRUCTION_COUNT","features":[546]},{"name":"SCRIPTSTAT_INTSTRUCTION_TIME","features":[546]},{"name":"SCRIPTSTAT_STATEMENT_COUNT","features":[546]},{"name":"SCRIPTSTAT_TOTAL_TIME","features":[546]},{"name":"SCRIPTTEXT_DELAYEXECUTION","features":[546]},{"name":"SCRIPTTEXT_HOSTMANAGESSOURCE","features":[546]},{"name":"SCRIPTTEXT_ISEXPRESSION","features":[546]},{"name":"SCRIPTTEXT_ISNONUSERCODE","features":[546]},{"name":"SCRIPTTEXT_ISPERSISTENT","features":[546]},{"name":"SCRIPTTEXT_ISVISIBLE","features":[546]},{"name":"SCRIPTTEXT_ISXDOMAIN","features":[546]},{"name":"SCRIPTTHREADSTATE","features":[546]},{"name":"SCRIPTTHREADSTATE_NOTINSCRIPT","features":[546]},{"name":"SCRIPTTHREADSTATE_RUNNING","features":[546]},{"name":"SCRIPTTRACEINFO","features":[546]},{"name":"SCRIPTTRACEINFO_COMCALLEND","features":[546]},{"name":"SCRIPTTRACEINFO_COMCALLSTART","features":[546]},{"name":"SCRIPTTRACEINFO_CREATEOBJEND","features":[546]},{"name":"SCRIPTTRACEINFO_CREATEOBJSTART","features":[546]},{"name":"SCRIPTTRACEINFO_GETOBJEND","features":[546]},{"name":"SCRIPTTRACEINFO_GETOBJSTART","features":[546]},{"name":"SCRIPTTRACEINFO_SCRIPTEND","features":[546]},{"name":"SCRIPTTRACEINFO_SCRIPTSTART","features":[546]},{"name":"SCRIPTTYPELIB_ISCONTROL","features":[546]},{"name":"SCRIPTTYPELIB_ISPERSISTENT","features":[546]},{"name":"SCRIPTUICHANDLING","features":[546]},{"name":"SCRIPTUICHANDLING_ALLOW","features":[546]},{"name":"SCRIPTUICHANDLING_NOUIDEFAULT","features":[546]},{"name":"SCRIPTUICHANDLING_NOUIERROR","features":[546]},{"name":"SCRIPTUICITEM","features":[546]},{"name":"SCRIPTUICITEM_INPUTBOX","features":[546]},{"name":"SCRIPTUICITEM_MSGBOX","features":[546]},{"name":"SCRIPT_CMPL_COMMIT","features":[546]},{"name":"SCRIPT_CMPL_ENUMLIST","features":[546]},{"name":"SCRIPT_CMPL_ENUM_TRIGGER","features":[546]},{"name":"SCRIPT_CMPL_GLOBALLIST","features":[546]},{"name":"SCRIPT_CMPL_MEMBERLIST","features":[546]},{"name":"SCRIPT_CMPL_MEMBER_TRIGGER","features":[546]},{"name":"SCRIPT_CMPL_NOLIST","features":[546]},{"name":"SCRIPT_CMPL_PARAMTIP","features":[546]},{"name":"SCRIPT_CMPL_PARAM_TRIGGER","features":[546]},{"name":"SCRIPT_DEBUGGER_OPTIONS","features":[546]},{"name":"SCRIPT_ENCODE_DEFAULT_LANGUAGE","features":[546]},{"name":"SCRIPT_ENCODE_NO_ASP_LANGUAGE","features":[546]},{"name":"SCRIPT_ENCODE_SECTION","features":[546]},{"name":"SCRIPT_ERROR_DEBUG_EXCEPTION_THROWN_KIND","features":[546]},{"name":"SCRIPT_E_PROPAGATE","features":[546]},{"name":"SCRIPT_E_RECORDED","features":[546]},{"name":"SCRIPT_E_REPORTED","features":[546]},{"name":"SCRIPT_INVOCATION_CONTEXT_TYPE","features":[546]},{"name":"SDO_ENABLE_FIRST_CHANCE_EXCEPTIONS","features":[546]},{"name":"SDO_ENABLE_LIBRARY_STACK_FRAME","features":[546]},{"name":"SDO_ENABLE_NONUSER_CODE_SUPPORT","features":[546]},{"name":"SDO_ENABLE_WEB_WORKER_SUPPORT","features":[546]},{"name":"SDO_NONE","features":[546]},{"name":"SICT_Event","features":[546]},{"name":"SICT_MutationObserverCheckpoint","features":[546]},{"name":"SICT_RequestAnimationFrame","features":[546]},{"name":"SICT_SetImmediate","features":[546]},{"name":"SICT_SetInterval","features":[546]},{"name":"SICT_SetTimeout","features":[546]},{"name":"SICT_ToString","features":[546]},{"name":"SICT_WWAExecAtPriority","features":[546]},{"name":"SICT_WWAExecUnsafeLocalFunction","features":[546]},{"name":"SOURCETEXT_ATTR_COMMENT","features":[546]},{"name":"SOURCETEXT_ATTR_FUNCTION_START","features":[546]},{"name":"SOURCETEXT_ATTR_HUMANTEXT","features":[546]},{"name":"SOURCETEXT_ATTR_IDENTIFIER","features":[546]},{"name":"SOURCETEXT_ATTR_KEYWORD","features":[546]},{"name":"SOURCETEXT_ATTR_MEMBERLOOKUP","features":[546]},{"name":"SOURCETEXT_ATTR_NONSOURCE","features":[546]},{"name":"SOURCETEXT_ATTR_NUMBER","features":[546]},{"name":"SOURCETEXT_ATTR_OPERATOR","features":[546]},{"name":"SOURCETEXT_ATTR_STRING","features":[546]},{"name":"SOURCETEXT_ATTR_THIS","features":[546]},{"name":"TEXT_DOCUMENT_ARRAY","features":[546]},{"name":"TEXT_DOC_ATTR_READONLY","features":[546]},{"name":"TEXT_DOC_ATTR_TYPE_PRIMARY","features":[546]},{"name":"TEXT_DOC_ATTR_TYPE_SCRIPT","features":[546]},{"name":"TEXT_DOC_ATTR_TYPE_WORKER","features":[546]},{"name":"THREAD_BLOCKED","features":[546]},{"name":"THREAD_OUT_OF_CONTEXT","features":[546]},{"name":"THREAD_STATE_RUNNING","features":[546]},{"name":"THREAD_STATE_SUSPENDED","features":[546]},{"name":"fasaCaseSensitive","features":[546]},{"name":"fasaPreferInternalHandler","features":[546]},{"name":"fasaSupportInternalHandler","features":[546]}],"557":[{"name":"ADDRESS_TYPE_INDEX_NOT_FOUND","features":[547]},{"name":"Ambiguous","features":[547]},{"name":"ArrayDimension","features":[547]},{"name":"BUSDATA","features":[547]},{"name":"CANNOT_ALLOCATE_MEMORY","features":[547]},{"name":"CKCL_DATA","features":[547]},{"name":"CKCL_LISTHEAD","features":[307,547]},{"name":"CLSID_DebugFailureAnalysisBasic","features":[547]},{"name":"CLSID_DebugFailureAnalysisKernel","features":[547]},{"name":"CLSID_DebugFailureAnalysisTarget","features":[547]},{"name":"CLSID_DebugFailureAnalysisUser","features":[547]},{"name":"CLSID_DebugFailureAnalysisWinCE","features":[547]},{"name":"CLSID_DebugFailureAnalysisXBox360","features":[547]},{"name":"CPU_INFO","features":[547]},{"name":"CPU_INFO_v1","features":[547]},{"name":"CPU_INFO_v2","features":[547]},{"name":"CROSS_PLATFORM_MAXIMUM_PROCESSORS","features":[547]},{"name":"CURRENT_KD_SECONDARY_VERSION","features":[547]},{"name":"CallingConventionCDecl","features":[547]},{"name":"CallingConventionFastCall","features":[547]},{"name":"CallingConventionKind","features":[547]},{"name":"CallingConventionStdCall","features":[547]},{"name":"CallingConventionSysCall","features":[547]},{"name":"CallingConventionThisCall","features":[547]},{"name":"CallingConventionUnknown","features":[547]},{"name":"CreateDataModelManager","features":[547]},{"name":"DBGKD_DEBUG_DATA_HEADER32","features":[547,313]},{"name":"DBGKD_DEBUG_DATA_HEADER64","features":[547,313]},{"name":"DBGKD_GET_VERSION32","features":[547]},{"name":"DBGKD_GET_VERSION64","features":[547]},{"name":"DBGKD_MAJOR_BIG","features":[547]},{"name":"DBGKD_MAJOR_CE","features":[547]},{"name":"DBGKD_MAJOR_COUNT","features":[547]},{"name":"DBGKD_MAJOR_EFI","features":[547]},{"name":"DBGKD_MAJOR_EXDI","features":[547]},{"name":"DBGKD_MAJOR_HYPERVISOR","features":[547]},{"name":"DBGKD_MAJOR_MIDORI","features":[547]},{"name":"DBGKD_MAJOR_NT","features":[547]},{"name":"DBGKD_MAJOR_NTBD","features":[547]},{"name":"DBGKD_MAJOR_SINGULARITY","features":[547]},{"name":"DBGKD_MAJOR_TNT","features":[547]},{"name":"DBGKD_MAJOR_TYPES","features":[547]},{"name":"DBGKD_MAJOR_XBOX","features":[547]},{"name":"DBGKD_SIMULATION_EXDI","features":[547]},{"name":"DBGKD_SIMULATION_NONE","features":[547]},{"name":"DBGKD_VERS_FLAG_DATA","features":[547]},{"name":"DBGKD_VERS_FLAG_HAL_IN_NTOS","features":[547]},{"name":"DBGKD_VERS_FLAG_HSS","features":[547]},{"name":"DBGKD_VERS_FLAG_MP","features":[547]},{"name":"DBGKD_VERS_FLAG_NOMM","features":[547]},{"name":"DBGKD_VERS_FLAG_PARTITIONS","features":[547]},{"name":"DBGKD_VERS_FLAG_PTR64","features":[547]},{"name":"DBG_DUMP_ADDRESS_AT_END","features":[547]},{"name":"DBG_DUMP_ADDRESS_OF_FIELD","features":[547]},{"name":"DBG_DUMP_ARRAY","features":[547]},{"name":"DBG_DUMP_BLOCK_RECURSE","features":[547]},{"name":"DBG_DUMP_CALL_FOR_EACH","features":[547]},{"name":"DBG_DUMP_COMPACT_OUT","features":[547]},{"name":"DBG_DUMP_COPY_TYPE_DATA","features":[547]},{"name":"DBG_DUMP_FIELD_ARRAY","features":[547]},{"name":"DBG_DUMP_FIELD_CALL_BEFORE_PRINT","features":[547]},{"name":"DBG_DUMP_FIELD_COPY_FIELD_DATA","features":[547]},{"name":"DBG_DUMP_FIELD_DEFAULT_STRING","features":[547]},{"name":"DBG_DUMP_FIELD_FULL_NAME","features":[547]},{"name":"DBG_DUMP_FIELD_GUID_STRING","features":[547]},{"name":"DBG_DUMP_FIELD_MULTI_STRING","features":[547]},{"name":"DBG_DUMP_FIELD_NO_CALLBACK_REQ","features":[547]},{"name":"DBG_DUMP_FIELD_NO_PRINT","features":[547]},{"name":"DBG_DUMP_FIELD_RECUR_ON_THIS","features":[547]},{"name":"DBG_DUMP_FIELD_RETURN_ADDRESS","features":[547]},{"name":"DBG_DUMP_FIELD_SIZE_IN_BITS","features":[547]},{"name":"DBG_DUMP_FIELD_UTF32_STRING","features":[547]},{"name":"DBG_DUMP_FIELD_WCHAR_STRING","features":[547]},{"name":"DBG_DUMP_FUNCTION_FORMAT","features":[547]},{"name":"DBG_DUMP_GET_SIZE_ONLY","features":[547]},{"name":"DBG_DUMP_LIST","features":[547]},{"name":"DBG_DUMP_MATCH_SIZE","features":[547]},{"name":"DBG_DUMP_NO_INDENT","features":[547]},{"name":"DBG_DUMP_NO_OFFSET","features":[547]},{"name":"DBG_DUMP_NO_PRINT","features":[547]},{"name":"DBG_DUMP_READ_PHYSICAL","features":[547]},{"name":"DBG_DUMP_VERBOSE","features":[547]},{"name":"DBG_FRAME_DEFAULT","features":[547]},{"name":"DBG_FRAME_IGNORE_INLINE","features":[547]},{"name":"DBG_RETURN_SUBTYPES","features":[547]},{"name":"DBG_RETURN_TYPE","features":[547]},{"name":"DBG_RETURN_TYPE_VALUES","features":[547]},{"name":"DBG_THREAD_ATTRIBUTES","features":[547]},{"name":"DEBUG_ADDSYNTHMOD_DEFAULT","features":[547]},{"name":"DEBUG_ADDSYNTHMOD_ZEROBASE","features":[547]},{"name":"DEBUG_ADDSYNTHSYM_DEFAULT","features":[547]},{"name":"DEBUG_ANALYSIS_PROCESSOR_INFO","features":[547]},{"name":"DEBUG_ANY_ID","features":[547]},{"name":"DEBUG_ASMOPT_DEFAULT","features":[547]},{"name":"DEBUG_ASMOPT_IGNORE_OUTPUT_WIDTH","features":[547]},{"name":"DEBUG_ASMOPT_NO_CODE_BYTES","features":[547]},{"name":"DEBUG_ASMOPT_SOURCE_LINE_NUMBER","features":[547]},{"name":"DEBUG_ASMOPT_VERBOSE","features":[547]},{"name":"DEBUG_ATTACH_DEFAULT","features":[547]},{"name":"DEBUG_ATTACH_EXDI_DRIVER","features":[547]},{"name":"DEBUG_ATTACH_EXISTING","features":[547]},{"name":"DEBUG_ATTACH_INSTALL_DRIVER","features":[547]},{"name":"DEBUG_ATTACH_INVASIVE_NO_INITIAL_BREAK","features":[547]},{"name":"DEBUG_ATTACH_INVASIVE_RESUME_PROCESS","features":[547]},{"name":"DEBUG_ATTACH_KERNEL_CONNECTION","features":[547]},{"name":"DEBUG_ATTACH_LOCAL_KERNEL","features":[547]},{"name":"DEBUG_ATTACH_NONINVASIVE","features":[547]},{"name":"DEBUG_ATTACH_NONINVASIVE_ALLOW_PARTIAL","features":[547]},{"name":"DEBUG_ATTACH_NONINVASIVE_NO_SUSPEND","features":[547]},{"name":"DEBUG_BREAKPOINT_ADDER_ONLY","features":[547]},{"name":"DEBUG_BREAKPOINT_CODE","features":[547]},{"name":"DEBUG_BREAKPOINT_DATA","features":[547]},{"name":"DEBUG_BREAKPOINT_DEFERRED","features":[547]},{"name":"DEBUG_BREAKPOINT_ENABLED","features":[547]},{"name":"DEBUG_BREAKPOINT_GO_ONLY","features":[547]},{"name":"DEBUG_BREAKPOINT_INLINE","features":[547]},{"name":"DEBUG_BREAKPOINT_ONE_SHOT","features":[547]},{"name":"DEBUG_BREAKPOINT_PARAMETERS","features":[547]},{"name":"DEBUG_BREAKPOINT_TIME","features":[547]},{"name":"DEBUG_BREAK_EXECUTE","features":[547]},{"name":"DEBUG_BREAK_IO","features":[547]},{"name":"DEBUG_BREAK_READ","features":[547]},{"name":"DEBUG_BREAK_WRITE","features":[547]},{"name":"DEBUG_CACHED_SYMBOL_INFO","features":[547]},{"name":"DEBUG_CDS_ALL","features":[547]},{"name":"DEBUG_CDS_DATA","features":[547]},{"name":"DEBUG_CDS_REFRESH","features":[547]},{"name":"DEBUG_CDS_REFRESH_ADDBREAKPOINT","features":[547]},{"name":"DEBUG_CDS_REFRESH_EVALUATE","features":[547]},{"name":"DEBUG_CDS_REFRESH_EXECUTE","features":[547]},{"name":"DEBUG_CDS_REFRESH_EXECUTECOMMANDFILE","features":[547]},{"name":"DEBUG_CDS_REFRESH_INLINESTEP","features":[547]},{"name":"DEBUG_CDS_REFRESH_INLINESTEP_PSEUDO","features":[547]},{"name":"DEBUG_CDS_REFRESH_REMOVEBREAKPOINT","features":[547]},{"name":"DEBUG_CDS_REFRESH_SETSCOPE","features":[547]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFRAMEBYINDEX","features":[547]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFROMJITDEBUGINFO","features":[547]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFROMSTOREDEVENT","features":[547]},{"name":"DEBUG_CDS_REFRESH_SETVALUE","features":[547]},{"name":"DEBUG_CDS_REFRESH_SETVALUE2","features":[547]},{"name":"DEBUG_CDS_REFRESH_WRITEPHYSICAL","features":[547]},{"name":"DEBUG_CDS_REFRESH_WRITEPHYSICAL2","features":[547]},{"name":"DEBUG_CDS_REFRESH_WRITEVIRTUAL","features":[547]},{"name":"DEBUG_CDS_REFRESH_WRITEVIRTUALUNCACHED","features":[547]},{"name":"DEBUG_CDS_REGISTERS","features":[547]},{"name":"DEBUG_CES_ALL","features":[547]},{"name":"DEBUG_CES_ASSEMBLY_OPTIONS","features":[547]},{"name":"DEBUG_CES_BREAKPOINTS","features":[547]},{"name":"DEBUG_CES_CODE_LEVEL","features":[547]},{"name":"DEBUG_CES_CURRENT_THREAD","features":[547]},{"name":"DEBUG_CES_EFFECTIVE_PROCESSOR","features":[547]},{"name":"DEBUG_CES_ENGINE_OPTIONS","features":[547]},{"name":"DEBUG_CES_EVENT_FILTERS","features":[547]},{"name":"DEBUG_CES_EXECUTION_STATUS","features":[547]},{"name":"DEBUG_CES_EXPRESSION_SYNTAX","features":[547]},{"name":"DEBUG_CES_EXTENSIONS","features":[547]},{"name":"DEBUG_CES_LOG_FILE","features":[547]},{"name":"DEBUG_CES_PROCESS_OPTIONS","features":[547]},{"name":"DEBUG_CES_RADIX","features":[547]},{"name":"DEBUG_CES_SYSTEMS","features":[547]},{"name":"DEBUG_CES_TEXT_REPLACEMENTS","features":[547]},{"name":"DEBUG_CLASS_IMAGE_FILE","features":[547]},{"name":"DEBUG_CLASS_KERNEL","features":[547]},{"name":"DEBUG_CLASS_UNINITIALIZED","features":[547]},{"name":"DEBUG_CLASS_USER_WINDOWS","features":[547]},{"name":"DEBUG_CLIENT_CDB","features":[547]},{"name":"DEBUG_CLIENT_CONTEXT","features":[547]},{"name":"DEBUG_CLIENT_KD","features":[547]},{"name":"DEBUG_CLIENT_NTKD","features":[547]},{"name":"DEBUG_CLIENT_NTSD","features":[547]},{"name":"DEBUG_CLIENT_UNKNOWN","features":[547]},{"name":"DEBUG_CLIENT_VSINT","features":[547]},{"name":"DEBUG_CLIENT_WINDBG","features":[547]},{"name":"DEBUG_CLIENT_WINIDE","features":[547]},{"name":"DEBUG_CMDEX_ADD_EVENT_STRING","features":[547]},{"name":"DEBUG_CMDEX_INVALID","features":[547]},{"name":"DEBUG_CMDEX_RESET_EVENT_STRINGS","features":[547]},{"name":"DEBUG_COMMAND_EXCEPTION_ID","features":[547]},{"name":"DEBUG_CONNECT_SESSION_DEFAULT","features":[547]},{"name":"DEBUG_CONNECT_SESSION_NO_ANNOUNCE","features":[547]},{"name":"DEBUG_CONNECT_SESSION_NO_VERSION","features":[547]},{"name":"DEBUG_CPU_MICROCODE_VERSION","features":[547]},{"name":"DEBUG_CPU_SPEED_INFO","features":[547]},{"name":"DEBUG_CREATE_PROCESS_OPTIONS","features":[547]},{"name":"DEBUG_CSS_ALL","features":[547]},{"name":"DEBUG_CSS_COLLAPSE_CHILDREN","features":[547]},{"name":"DEBUG_CSS_LOADS","features":[547]},{"name":"DEBUG_CSS_PATHS","features":[547]},{"name":"DEBUG_CSS_SCOPE","features":[547]},{"name":"DEBUG_CSS_SYMBOL_OPTIONS","features":[547]},{"name":"DEBUG_CSS_TYPE_OPTIONS","features":[547]},{"name":"DEBUG_CSS_UNLOADS","features":[547]},{"name":"DEBUG_CURRENT_DEFAULT","features":[547]},{"name":"DEBUG_CURRENT_DISASM","features":[547]},{"name":"DEBUG_CURRENT_REGISTERS","features":[547]},{"name":"DEBUG_CURRENT_SOURCE_LINE","features":[547]},{"name":"DEBUG_CURRENT_SYMBOL","features":[547]},{"name":"DEBUG_DATA_BASE_TRANSLATION_VIRTUAL_OFFSET","features":[547]},{"name":"DEBUG_DATA_BreakpointWithStatusAddr","features":[547]},{"name":"DEBUG_DATA_CmNtCSDVersionAddr","features":[547]},{"name":"DEBUG_DATA_DumpAttributes","features":[547]},{"name":"DEBUG_DATA_DumpFormatVersion","features":[547]},{"name":"DEBUG_DATA_DumpMmStorage","features":[547]},{"name":"DEBUG_DATA_DumpPowerState","features":[547]},{"name":"DEBUG_DATA_DumpWriterStatus","features":[547]},{"name":"DEBUG_DATA_DumpWriterVersion","features":[547]},{"name":"DEBUG_DATA_EtwpDebuggerData","features":[547]},{"name":"DEBUG_DATA_ExpNumberOfPagedPoolsAddr","features":[547]},{"name":"DEBUG_DATA_ExpPagedPoolDescriptorAddr","features":[547]},{"name":"DEBUG_DATA_ExpSystemResourcesListAddr","features":[547]},{"name":"DEBUG_DATA_IopErrorLogListHeadAddr","features":[547]},{"name":"DEBUG_DATA_KPCR_OFFSET","features":[547]},{"name":"DEBUG_DATA_KPRCB_OFFSET","features":[547]},{"name":"DEBUG_DATA_KTHREAD_OFFSET","features":[547]},{"name":"DEBUG_DATA_KdPrintBufferSizeAddr","features":[547]},{"name":"DEBUG_DATA_KdPrintCircularBufferAddr","features":[547]},{"name":"DEBUG_DATA_KdPrintCircularBufferEndAddr","features":[547]},{"name":"DEBUG_DATA_KdPrintCircularBufferPtrAddr","features":[547]},{"name":"DEBUG_DATA_KdPrintRolloverCountAddr","features":[547]},{"name":"DEBUG_DATA_KdPrintWritePointerAddr","features":[547]},{"name":"DEBUG_DATA_KeBugCheckCallbackListHeadAddr","features":[547]},{"name":"DEBUG_DATA_KeTimeIncrementAddr","features":[547]},{"name":"DEBUG_DATA_KeUserCallbackDispatcherAddr","features":[547]},{"name":"DEBUG_DATA_KernBase","features":[547]},{"name":"DEBUG_DATA_KernelVerifierAddr","features":[547]},{"name":"DEBUG_DATA_KiBugcheckDataAddr","features":[547]},{"name":"DEBUG_DATA_KiCallUserModeAddr","features":[547]},{"name":"DEBUG_DATA_KiNormalSystemCall","features":[547]},{"name":"DEBUG_DATA_KiProcessorBlockAddr","features":[547]},{"name":"DEBUG_DATA_MmAllocatedNonPagedPoolAddr","features":[547]},{"name":"DEBUG_DATA_MmAvailablePagesAddr","features":[547]},{"name":"DEBUG_DATA_MmBadPagesDetected","features":[547]},{"name":"DEBUG_DATA_MmDriverCommitAddr","features":[547]},{"name":"DEBUG_DATA_MmExtendedCommitAddr","features":[547]},{"name":"DEBUG_DATA_MmFreePageListHeadAddr","features":[547]},{"name":"DEBUG_DATA_MmHighestPhysicalPageAddr","features":[547]},{"name":"DEBUG_DATA_MmHighestUserAddressAddr","features":[547]},{"name":"DEBUG_DATA_MmLastUnloadedDriverAddr","features":[547]},{"name":"DEBUG_DATA_MmLoadedUserImageListAddr","features":[547]},{"name":"DEBUG_DATA_MmLowestPhysicalPageAddr","features":[547]},{"name":"DEBUG_DATA_MmMaximumNonPagedPoolInBytesAddr","features":[547]},{"name":"DEBUG_DATA_MmModifiedNoWritePageListHeadAddr","features":[547]},{"name":"DEBUG_DATA_MmModifiedPageListHeadAddr","features":[547]},{"name":"DEBUG_DATA_MmNonPagedPoolEndAddr","features":[547]},{"name":"DEBUG_DATA_MmNonPagedPoolStartAddr","features":[547]},{"name":"DEBUG_DATA_MmNonPagedSystemStartAddr","features":[547]},{"name":"DEBUG_DATA_MmNumberOfPagingFilesAddr","features":[547]},{"name":"DEBUG_DATA_MmNumberOfPhysicalPagesAddr","features":[547]},{"name":"DEBUG_DATA_MmPageSize","features":[547]},{"name":"DEBUG_DATA_MmPagedPoolCommitAddr","features":[547]},{"name":"DEBUG_DATA_MmPagedPoolEndAddr","features":[547]},{"name":"DEBUG_DATA_MmPagedPoolInformationAddr","features":[547]},{"name":"DEBUG_DATA_MmPagedPoolStartAddr","features":[547]},{"name":"DEBUG_DATA_MmPeakCommitmentAddr","features":[547]},{"name":"DEBUG_DATA_MmPfnDatabaseAddr","features":[547]},{"name":"DEBUG_DATA_MmPhysicalMemoryBlockAddr","features":[547]},{"name":"DEBUG_DATA_MmProcessCommitAddr","features":[547]},{"name":"DEBUG_DATA_MmResidentAvailablePagesAddr","features":[547]},{"name":"DEBUG_DATA_MmSessionBase","features":[547]},{"name":"DEBUG_DATA_MmSessionSize","features":[547]},{"name":"DEBUG_DATA_MmSharedCommitAddr","features":[547]},{"name":"DEBUG_DATA_MmSizeOfPagedPoolInBytesAddr","features":[547]},{"name":"DEBUG_DATA_MmSpecialPoolTagAddr","features":[547]},{"name":"DEBUG_DATA_MmStandbyPageListHeadAddr","features":[547]},{"name":"DEBUG_DATA_MmSubsectionBaseAddr","features":[547]},{"name":"DEBUG_DATA_MmSystemCacheEndAddr","features":[547]},{"name":"DEBUG_DATA_MmSystemCacheStartAddr","features":[547]},{"name":"DEBUG_DATA_MmSystemCacheWsAddr","features":[547]},{"name":"DEBUG_DATA_MmSystemParentTablePage","features":[547]},{"name":"DEBUG_DATA_MmSystemPtesEndAddr","features":[547]},{"name":"DEBUG_DATA_MmSystemPtesStartAddr","features":[547]},{"name":"DEBUG_DATA_MmSystemRangeStartAddr","features":[547]},{"name":"DEBUG_DATA_MmTotalCommitLimitAddr","features":[547]},{"name":"DEBUG_DATA_MmTotalCommitLimitMaximumAddr","features":[547]},{"name":"DEBUG_DATA_MmTotalCommittedPagesAddr","features":[547]},{"name":"DEBUG_DATA_MmTriageActionTakenAddr","features":[547]},{"name":"DEBUG_DATA_MmUnloadedDriversAddr","features":[547]},{"name":"DEBUG_DATA_MmUserProbeAddressAddr","features":[547]},{"name":"DEBUG_DATA_MmVerifierDataAddr","features":[547]},{"name":"DEBUG_DATA_MmVirtualTranslationBase","features":[547]},{"name":"DEBUG_DATA_MmZeroedPageListHeadAddr","features":[547]},{"name":"DEBUG_DATA_NonPagedPoolDescriptorAddr","features":[547]},{"name":"DEBUG_DATA_NtBuildLabAddr","features":[547]},{"name":"DEBUG_DATA_ObpRootDirectoryObjectAddr","features":[547]},{"name":"DEBUG_DATA_ObpTypeObjectTypeAddr","features":[547]},{"name":"DEBUG_DATA_OffsetEprocessDirectoryTableBase","features":[547]},{"name":"DEBUG_DATA_OffsetEprocessParentCID","features":[547]},{"name":"DEBUG_DATA_OffsetEprocessPeb","features":[547]},{"name":"DEBUG_DATA_OffsetKThreadApcProcess","features":[547]},{"name":"DEBUG_DATA_OffsetKThreadBStore","features":[547]},{"name":"DEBUG_DATA_OffsetKThreadBStoreLimit","features":[547]},{"name":"DEBUG_DATA_OffsetKThreadInitialStack","features":[547]},{"name":"DEBUG_DATA_OffsetKThreadKernelStack","features":[547]},{"name":"DEBUG_DATA_OffsetKThreadNextProcessor","features":[547]},{"name":"DEBUG_DATA_OffsetKThreadState","features":[547]},{"name":"DEBUG_DATA_OffsetKThreadTeb","features":[547]},{"name":"DEBUG_DATA_OffsetPrcbCpuType","features":[547]},{"name":"DEBUG_DATA_OffsetPrcbCurrentThread","features":[547]},{"name":"DEBUG_DATA_OffsetPrcbDpcRoutine","features":[547]},{"name":"DEBUG_DATA_OffsetPrcbMhz","features":[547]},{"name":"DEBUG_DATA_OffsetPrcbNumber","features":[547]},{"name":"DEBUG_DATA_OffsetPrcbProcessorState","features":[547]},{"name":"DEBUG_DATA_OffsetPrcbVendorString","features":[547]},{"name":"DEBUG_DATA_PROCESSOR_IDENTIFICATION","features":[547]},{"name":"DEBUG_DATA_PROCESSOR_SPEED","features":[547]},{"name":"DEBUG_DATA_PaeEnabled","features":[547]},{"name":"DEBUG_DATA_PagingLevels","features":[547]},{"name":"DEBUG_DATA_PoolTrackTableAddr","features":[547]},{"name":"DEBUG_DATA_ProductType","features":[547]},{"name":"DEBUG_DATA_PsActiveProcessHeadAddr","features":[547]},{"name":"DEBUG_DATA_PsLoadedModuleListAddr","features":[547]},{"name":"DEBUG_DATA_PspCidTableAddr","features":[547]},{"name":"DEBUG_DATA_PteBase","features":[547]},{"name":"DEBUG_DATA_SPACE_BUS_DATA","features":[547]},{"name":"DEBUG_DATA_SPACE_CONTROL","features":[547]},{"name":"DEBUG_DATA_SPACE_COUNT","features":[547]},{"name":"DEBUG_DATA_SPACE_DEBUGGER_DATA","features":[547]},{"name":"DEBUG_DATA_SPACE_IO","features":[547]},{"name":"DEBUG_DATA_SPACE_MSR","features":[547]},{"name":"DEBUG_DATA_SPACE_PHYSICAL","features":[547]},{"name":"DEBUG_DATA_SPACE_VIRTUAL","features":[547]},{"name":"DEBUG_DATA_SavedContextAddr","features":[547]},{"name":"DEBUG_DATA_SharedUserData","features":[547]},{"name":"DEBUG_DATA_SizeEProcess","features":[547]},{"name":"DEBUG_DATA_SizeEThread","features":[547]},{"name":"DEBUG_DATA_SizePrcb","features":[547]},{"name":"DEBUG_DATA_SuiteMask","features":[547]},{"name":"DEBUG_DECODE_ERROR","features":[307,547]},{"name":"DEBUG_DEVICE_OBJECT_INFO","features":[307,547]},{"name":"DEBUG_DISASM_EFFECTIVE_ADDRESS","features":[547]},{"name":"DEBUG_DISASM_MATCHING_SYMBOLS","features":[547]},{"name":"DEBUG_DISASM_SOURCE_FILE_NAME","features":[547]},{"name":"DEBUG_DISASM_SOURCE_LINE_NUMBER","features":[547]},{"name":"DEBUG_DRIVER_OBJECT_INFO","features":[547]},{"name":"DEBUG_DUMP_ACTIVE","features":[547]},{"name":"DEBUG_DUMP_DEFAULT","features":[547]},{"name":"DEBUG_DUMP_FILE_BASE","features":[547]},{"name":"DEBUG_DUMP_FILE_LOAD_FAILED_INDEX","features":[547]},{"name":"DEBUG_DUMP_FILE_ORIGINAL_CAB_INDEX","features":[547]},{"name":"DEBUG_DUMP_FILE_PAGE_FILE_DUMP","features":[547]},{"name":"DEBUG_DUMP_FULL","features":[547]},{"name":"DEBUG_DUMP_IMAGE_FILE","features":[547]},{"name":"DEBUG_DUMP_SMALL","features":[547]},{"name":"DEBUG_DUMP_TRACE_LOG","features":[547]},{"name":"DEBUG_DUMP_WINDOWS_CE","features":[547]},{"name":"DEBUG_ECREATE_PROCESS_DEFAULT","features":[547]},{"name":"DEBUG_ECREATE_PROCESS_INHERIT_HANDLES","features":[547]},{"name":"DEBUG_ECREATE_PROCESS_USE_IMPLICIT_COMMAND_LINE","features":[547]},{"name":"DEBUG_ECREATE_PROCESS_USE_VERIFIER_FLAGS","features":[547]},{"name":"DEBUG_EINDEX_FROM_CURRENT","features":[547]},{"name":"DEBUG_EINDEX_FROM_END","features":[547]},{"name":"DEBUG_EINDEX_FROM_START","features":[547]},{"name":"DEBUG_EINDEX_NAME","features":[547]},{"name":"DEBUG_END_ACTIVE_DETACH","features":[547]},{"name":"DEBUG_END_ACTIVE_TERMINATE","features":[547]},{"name":"DEBUG_END_DISCONNECT","features":[547]},{"name":"DEBUG_END_PASSIVE","features":[547]},{"name":"DEBUG_END_REENTRANT","features":[547]},{"name":"DEBUG_ENGOPT_ALL","features":[547]},{"name":"DEBUG_ENGOPT_ALLOW_NETWORK_PATHS","features":[547]},{"name":"DEBUG_ENGOPT_ALLOW_READ_ONLY_BREAKPOINTS","features":[547]},{"name":"DEBUG_ENGOPT_DEBUGGING_SENSITIVE_DATA","features":[547]},{"name":"DEBUG_ENGOPT_DISABLESQM","features":[547]},{"name":"DEBUG_ENGOPT_DISABLE_EXECUTION_COMMANDS","features":[547]},{"name":"DEBUG_ENGOPT_DISABLE_MANAGED_SUPPORT","features":[547]},{"name":"DEBUG_ENGOPT_DISABLE_MODULE_SYMBOL_LOAD","features":[547]},{"name":"DEBUG_ENGOPT_DISABLE_STEPLINES_OPTIONS","features":[547]},{"name":"DEBUG_ENGOPT_DISALLOW_IMAGE_FILE_MAPPING","features":[547]},{"name":"DEBUG_ENGOPT_DISALLOW_NETWORK_PATHS","features":[547]},{"name":"DEBUG_ENGOPT_DISALLOW_SHELL_COMMANDS","features":[547]},{"name":"DEBUG_ENGOPT_FAIL_INCOMPLETE_INFORMATION","features":[547]},{"name":"DEBUG_ENGOPT_FINAL_BREAK","features":[547]},{"name":"DEBUG_ENGOPT_IGNORE_DBGHELP_VERSION","features":[547]},{"name":"DEBUG_ENGOPT_IGNORE_EXTENSION_VERSIONS","features":[547]},{"name":"DEBUG_ENGOPT_IGNORE_LOADER_EXCEPTIONS","features":[547]},{"name":"DEBUG_ENGOPT_INITIAL_BREAK","features":[547]},{"name":"DEBUG_ENGOPT_INITIAL_MODULE_BREAK","features":[547]},{"name":"DEBUG_ENGOPT_KD_QUIET_MODE","features":[547]},{"name":"DEBUG_ENGOPT_NO_EXECUTE_REPEAT","features":[547]},{"name":"DEBUG_ENGOPT_PREFER_DML","features":[547]},{"name":"DEBUG_ENGOPT_PREFER_TRACE_FILES","features":[547]},{"name":"DEBUG_ENGOPT_RESOLVE_SHADOWED_VARIABLES","features":[547]},{"name":"DEBUG_ENGOPT_SYNCHRONIZE_BREAKPOINTS","features":[547]},{"name":"DEBUG_EVENT_BREAKPOINT","features":[547]},{"name":"DEBUG_EVENT_CHANGE_DEBUGGEE_STATE","features":[547]},{"name":"DEBUG_EVENT_CHANGE_ENGINE_STATE","features":[547]},{"name":"DEBUG_EVENT_CHANGE_SYMBOL_STATE","features":[547]},{"name":"DEBUG_EVENT_CONTEXT","features":[547]},{"name":"DEBUG_EVENT_CREATE_PROCESS","features":[547]},{"name":"DEBUG_EVENT_CREATE_THREAD","features":[547]},{"name":"DEBUG_EVENT_EXCEPTION","features":[547]},{"name":"DEBUG_EVENT_EXIT_PROCESS","features":[547]},{"name":"DEBUG_EVENT_EXIT_THREAD","features":[547]},{"name":"DEBUG_EVENT_LOAD_MODULE","features":[547]},{"name":"DEBUG_EVENT_SERVICE_EXCEPTION","features":[547]},{"name":"DEBUG_EVENT_SESSION_STATUS","features":[547]},{"name":"DEBUG_EVENT_SYSTEM_ERROR","features":[547]},{"name":"DEBUG_EVENT_UNLOAD_MODULE","features":[547]},{"name":"DEBUG_EXCEPTION_FILTER_PARAMETERS","features":[547]},{"name":"DEBUG_EXECUTE_DEFAULT","features":[547]},{"name":"DEBUG_EXECUTE_ECHO","features":[547]},{"name":"DEBUG_EXECUTE_EVENT","features":[547]},{"name":"DEBUG_EXECUTE_EXTENSION","features":[547]},{"name":"DEBUG_EXECUTE_HOTKEY","features":[547]},{"name":"DEBUG_EXECUTE_INTERNAL","features":[547]},{"name":"DEBUG_EXECUTE_MENU","features":[547]},{"name":"DEBUG_EXECUTE_NOT_LOGGED","features":[547]},{"name":"DEBUG_EXECUTE_NO_REPEAT","features":[547]},{"name":"DEBUG_EXECUTE_SCRIPT","features":[547]},{"name":"DEBUG_EXECUTE_TOOLBAR","features":[547]},{"name":"DEBUG_EXECUTE_USER_CLICKED","features":[547]},{"name":"DEBUG_EXECUTE_USER_TYPED","features":[547]},{"name":"DEBUG_EXEC_FLAGS_NONBLOCK","features":[547]},{"name":"DEBUG_EXPR_CPLUSPLUS","features":[547]},{"name":"DEBUG_EXPR_MASM","features":[547]},{"name":"DEBUG_EXTENSION_AT_ENGINE","features":[547]},{"name":"DEBUG_EXTINIT_HAS_COMMAND_HELP","features":[547]},{"name":"DEBUG_EXT_PVALUE_DEFAULT","features":[547]},{"name":"DEBUG_EXT_PVTYPE_IS_POINTER","features":[547]},{"name":"DEBUG_EXT_PVTYPE_IS_VALUE","features":[547]},{"name":"DEBUG_EXT_QVALUE_DEFAULT","features":[547]},{"name":"DEBUG_FAILURE_TYPE","features":[547]},{"name":"DEBUG_FA_ENTRY_ANSI_STRING","features":[547]},{"name":"DEBUG_FA_ENTRY_ANSI_STRINGs","features":[547]},{"name":"DEBUG_FA_ENTRY_ARRAY","features":[547]},{"name":"DEBUG_FA_ENTRY_EXTENSION_CMD","features":[547]},{"name":"DEBUG_FA_ENTRY_INSTRUCTION_OFFSET","features":[547]},{"name":"DEBUG_FA_ENTRY_NO_TYPE","features":[547]},{"name":"DEBUG_FA_ENTRY_POINTER","features":[547]},{"name":"DEBUG_FA_ENTRY_STRUCTURED_DATA","features":[547]},{"name":"DEBUG_FA_ENTRY_ULONG","features":[547]},{"name":"DEBUG_FA_ENTRY_ULONG64","features":[547]},{"name":"DEBUG_FA_ENTRY_UNICODE_STRING","features":[547]},{"name":"DEBUG_FILTER_BREAK","features":[547]},{"name":"DEBUG_FILTER_CREATE_PROCESS","features":[547]},{"name":"DEBUG_FILTER_CREATE_THREAD","features":[547]},{"name":"DEBUG_FILTER_DEBUGGEE_OUTPUT","features":[547]},{"name":"DEBUG_FILTER_EXIT_PROCESS","features":[547]},{"name":"DEBUG_FILTER_EXIT_THREAD","features":[547]},{"name":"DEBUG_FILTER_GO_HANDLED","features":[547]},{"name":"DEBUG_FILTER_GO_NOT_HANDLED","features":[547]},{"name":"DEBUG_FILTER_IGNORE","features":[547]},{"name":"DEBUG_FILTER_INITIAL_BREAKPOINT","features":[547]},{"name":"DEBUG_FILTER_INITIAL_MODULE_LOAD","features":[547]},{"name":"DEBUG_FILTER_LOAD_MODULE","features":[547]},{"name":"DEBUG_FILTER_OUTPUT","features":[547]},{"name":"DEBUG_FILTER_REMOVE","features":[547]},{"name":"DEBUG_FILTER_SECOND_CHANCE_BREAK","features":[547]},{"name":"DEBUG_FILTER_SYSTEM_ERROR","features":[547]},{"name":"DEBUG_FILTER_UNLOAD_MODULE","features":[547]},{"name":"DEBUG_FIND_SOURCE_BEST_MATCH","features":[547]},{"name":"DEBUG_FIND_SOURCE_DEFAULT","features":[547]},{"name":"DEBUG_FIND_SOURCE_FULL_PATH","features":[547]},{"name":"DEBUG_FIND_SOURCE_NO_SRCSRV","features":[547]},{"name":"DEBUG_FIND_SOURCE_TOKEN_LOOKUP","features":[547]},{"name":"DEBUG_FIND_SOURCE_WITH_CHECKSUM","features":[547]},{"name":"DEBUG_FIND_SOURCE_WITH_CHECKSUM_STRICT","features":[547]},{"name":"DEBUG_FLR_ACPI","features":[547]},{"name":"DEBUG_FLR_ACPI_BLACKBOX","features":[547]},{"name":"DEBUG_FLR_ACPI_EXTENSION","features":[547]},{"name":"DEBUG_FLR_ACPI_OBJECT","features":[547]},{"name":"DEBUG_FLR_ACPI_RESCONFLICT","features":[547]},{"name":"DEBUG_FLR_ADDITIONAL_DEBUGTEXT","features":[547]},{"name":"DEBUG_FLR_ADDITIONAL_XML","features":[547]},{"name":"DEBUG_FLR_ADD_PROCESS_IN_BUCKET","features":[547]},{"name":"DEBUG_FLR_ALUREON","features":[547]},{"name":"DEBUG_FLR_ANALYSIS_REPROCESS","features":[547]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_ELAPSED_TIME","features":[547]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_HOST","features":[547]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_TIME","features":[547]},{"name":"DEBUG_FLR_ANALYSIS_VERSION","features":[547]},{"name":"DEBUG_FLR_ANALYZABLE_POOL_CORRUPTION","features":[547]},{"name":"DEBUG_FLR_APPKILL","features":[547]},{"name":"DEBUG_FLR_APPLICATION_VERIFIER_LOADED","features":[547]},{"name":"DEBUG_FLR_APPS_NOT_TERMINATED","features":[547]},{"name":"DEBUG_FLR_APPVERIFERFLAGS","features":[547]},{"name":"DEBUG_FLR_ARM_WRITE_AV_CAVEAT","features":[547]},{"name":"DEBUG_FLR_ASSERT_DATA","features":[547]},{"name":"DEBUG_FLR_ASSERT_FILE","features":[547]},{"name":"DEBUG_FLR_ASSERT_INSTRUCTION","features":[547]},{"name":"DEBUG_FLR_BADPAGES_DETECTED","features":[547]},{"name":"DEBUG_FLR_BAD_HANDLE","features":[547]},{"name":"DEBUG_FLR_BAD_MEMORY_REFERENCE","features":[547]},{"name":"DEBUG_FLR_BAD_OBJECT_REFERENCE","features":[547]},{"name":"DEBUG_FLR_BAD_STACK","features":[547]},{"name":"DEBUG_FLR_BLOCKED_THREAD0","features":[547]},{"name":"DEBUG_FLR_BLOCKED_THREAD1","features":[547]},{"name":"DEBUG_FLR_BLOCKED_THREAD2","features":[547]},{"name":"DEBUG_FLR_BLOCKING_PROCESSID","features":[547]},{"name":"DEBUG_FLR_BLOCKING_THREAD","features":[547]},{"name":"DEBUG_FLR_BOOST_FOLLOWUP_TO_SPECIFIC","features":[547]},{"name":"DEBUG_FLR_BOOTSTAT","features":[547]},{"name":"DEBUG_FLR_BOOTSTAT_BLACKBOX","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_CHECKSUM","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_FLAVOR_STR","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_FUNCTION_STR","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_FUNC_OFFSET","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_IMAGE_STR","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_MODULE_STR","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_MODVER_STR","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_OFFSET","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_PREFIX_STR","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_PRIVATE","features":[547]},{"name":"DEBUG_FLR_BUCKET_ID_TIMEDATESTAMP","features":[547]},{"name":"DEBUG_FLR_BUGCHECKING_DRIVER","features":[547]},{"name":"DEBUG_FLR_BUGCHECKING_DRIVER_IDTAG","features":[547]},{"name":"DEBUG_FLR_BUGCHECK_CODE","features":[547]},{"name":"DEBUG_FLR_BUGCHECK_DESC","features":[547]},{"name":"DEBUG_FLR_BUGCHECK_P1","features":[547]},{"name":"DEBUG_FLR_BUGCHECK_P2","features":[547]},{"name":"DEBUG_FLR_BUGCHECK_P3","features":[547]},{"name":"DEBUG_FLR_BUGCHECK_P4","features":[547]},{"name":"DEBUG_FLR_BUGCHECK_SPECIFIER","features":[547]},{"name":"DEBUG_FLR_BUGCHECK_STR","features":[547]},{"name":"DEBUG_FLR_BUILDNAME_IN_BUCKET","features":[547]},{"name":"DEBUG_FLR_BUILDOSVER_STR_deprecated","features":[547]},{"name":"DEBUG_FLR_BUILD_OS_FULL_VERSION_STRING","features":[547]},{"name":"DEBUG_FLR_BUILD_VERSION_STRING","features":[547]},{"name":"DEBUG_FLR_CANCELLATION_NOT_SUPPORTED","features":[547]},{"name":"DEBUG_FLR_CHKIMG_EXTENSION","features":[547]},{"name":"DEBUG_FLR_CHPE_PROCESS","features":[547]},{"name":"DEBUG_FLR_CLIENT_DRIVER","features":[547]},{"name":"DEBUG_FLR_COLLECT_DATA_FOR_BUCKET","features":[547]},{"name":"DEBUG_FLR_COMPUTER_NAME","features":[547]},{"name":"DEBUG_FLR_CONTEXT","features":[547]},{"name":"DEBUG_FLR_CONTEXT_COMMAND","features":[547]},{"name":"DEBUG_FLR_CONTEXT_FLAGS","features":[547]},{"name":"DEBUG_FLR_CONTEXT_FOLLOWUP_INDEX","features":[547]},{"name":"DEBUG_FLR_CONTEXT_ID","features":[547]},{"name":"DEBUG_FLR_CONTEXT_METADATA","features":[547]},{"name":"DEBUG_FLR_CONTEXT_ORDER","features":[547]},{"name":"DEBUG_FLR_CONTEXT_RESTORE_COMMAND","features":[547]},{"name":"DEBUG_FLR_CONTEXT_SYSTEM","features":[547]},{"name":"DEBUG_FLR_CORRUPTING_POOL_ADDRESS","features":[547]},{"name":"DEBUG_FLR_CORRUPTING_POOL_TAG","features":[547]},{"name":"DEBUG_FLR_CORRUPT_MODULE_LIST","features":[547]},{"name":"DEBUG_FLR_CORRUPT_SERVICE_TABLE","features":[547]},{"name":"DEBUG_FLR_COVERAGE_BUILD","features":[547]},{"name":"DEBUG_FLR_CPU_COUNT","features":[547]},{"name":"DEBUG_FLR_CPU_FAMILY","features":[547]},{"name":"DEBUG_FLR_CPU_MICROCODE_VERSION","features":[547]},{"name":"DEBUG_FLR_CPU_MICROCODE_ZERO_INTEL","features":[547]},{"name":"DEBUG_FLR_CPU_MODEL","features":[547]},{"name":"DEBUG_FLR_CPU_OVERCLOCKED","features":[547]},{"name":"DEBUG_FLR_CPU_SPEED","features":[547]},{"name":"DEBUG_FLR_CPU_STEPPING","features":[547]},{"name":"DEBUG_FLR_CPU_VENDOR","features":[547]},{"name":"DEBUG_FLR_CRITICAL_PROCESS","features":[547]},{"name":"DEBUG_FLR_CRITICAL_PROCESS_REPORTGUID","features":[547]},{"name":"DEBUG_FLR_CRITICAL_SECTION","features":[547]},{"name":"DEBUG_FLR_CURRENT_IRQL","features":[547]},{"name":"DEBUG_FLR_CUSTOMER_CRASH_COUNT","features":[547]},{"name":"DEBUG_FLR_CUSTOMREPORTTAG","features":[547]},{"name":"DEBUG_FLR_CUSTOM_ANALYSIS_TAG_MAX","features":[547]},{"name":"DEBUG_FLR_CUSTOM_ANALYSIS_TAG_MIN","features":[547]},{"name":"DEBUG_FLR_CUSTOM_COMMAND","features":[547]},{"name":"DEBUG_FLR_CUSTOM_COMMAND_OUTPUT","features":[547]},{"name":"DEBUG_FLR_DEADLOCK_INPROC","features":[547]},{"name":"DEBUG_FLR_DEADLOCK_XPROC","features":[547]},{"name":"DEBUG_FLR_DEBUG_ANALYSIS","features":[547]},{"name":"DEBUG_FLR_DEFAULT_BUCKET_ID","features":[547]},{"name":"DEBUG_FLR_DEFAULT_SOLUTION_ID","features":[547]},{"name":"DEBUG_FLR_DERIVED_WAIT_CHAIN","features":[547]},{"name":"DEBUG_FLR_DESKTOP_HEAP_MISSING","features":[547]},{"name":"DEBUG_FLR_DETOURED_IMAGE","features":[547]},{"name":"DEBUG_FLR_DEVICE_NODE","features":[547]},{"name":"DEBUG_FLR_DEVICE_OBJECT","features":[547]},{"name":"DEBUG_FLR_DISKIO_READ_FAILURE","features":[547]},{"name":"DEBUG_FLR_DISKIO_WRITE_FAILURE","features":[547]},{"name":"DEBUG_FLR_DISKSEC_ISSUEDESCSTRING_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_MFGID_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_MODEL_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_ORGID_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_DATASIZE_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_OFFSET_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_TOTSIZE_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_DATASIZE_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_OFFSET_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_TOTSIZE_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_REASON_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISKSEC_TOTALSIZE_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_DISK_HARDWARE_ERROR","features":[547]},{"name":"DEBUG_FLR_DPC_RUNTIME","features":[547]},{"name":"DEBUG_FLR_DPC_STACK_BASE","features":[547]},{"name":"DEBUG_FLR_DPC_TIMELIMIT","features":[547]},{"name":"DEBUG_FLR_DPC_TIMEOUT_TYPE","features":[547]},{"name":"DEBUG_FLR_DRIVER_HARDWAREID","features":[547]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_DEVICE_ID","features":[547]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_DEVICE_NAME","features":[547]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_ID_BUS_TYPE","features":[547]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_REV_ID","features":[547]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_SUBSYS_ID","features":[547]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_SUBVENDOR_NAME","features":[547]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_VENDOR_ID","features":[547]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_VENDOR_NAME","features":[547]},{"name":"DEBUG_FLR_DRIVER_OBJECT","features":[547]},{"name":"DEBUG_FLR_DRIVER_VERIFIER_IO_VIOLATION_TYPE","features":[547]},{"name":"DEBUG_FLR_DRIVER_XML_DESCRIPTION","features":[547]},{"name":"DEBUG_FLR_DRIVER_XML_MANUFACTURER","features":[547]},{"name":"DEBUG_FLR_DRIVER_XML_PRODUCTNAME","features":[547]},{"name":"DEBUG_FLR_DRIVER_XML_VERSION","features":[547]},{"name":"DEBUG_FLR_DRVPOWERSTATE_SUBCODE","features":[547]},{"name":"DEBUG_FLR_DUMPSTREAM_COMMENTA","features":[547]},{"name":"DEBUG_FLR_DUMPSTREAM_COMMENTW","features":[547]},{"name":"DEBUG_FLR_DUMP_CLASS","features":[547]},{"name":"DEBUG_FLR_DUMP_FILE_ATTRIBUTES","features":[547]},{"name":"DEBUG_FLR_DUMP_FLAGS","features":[547]},{"name":"DEBUG_FLR_DUMP_QUALIFIER","features":[547]},{"name":"DEBUG_FLR_DUMP_TYPE","features":[547]},{"name":"DEBUG_FLR_END_MESSAGE","features":[547]},{"name":"DEBUG_FLR_ERESOURCE_ADDRESS","features":[547]},{"name":"DEBUG_FLR_EVENT_CODE_DATA_MISMATCH","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_CODE","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_CODE_STR","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_CODE_STR_deprecated","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_CONTEXT_RECURSION","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_DOESNOT_MATCH_CODE","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_MODULE_INFO","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER1","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER2","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER3","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER4","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_RECORD","features":[547]},{"name":"DEBUG_FLR_EXCEPTION_STR","features":[547]},{"name":"DEBUG_FLR_EXECUTE_ADDRESS","features":[547]},{"name":"DEBUG_FLR_FAILED_INSTRUCTION_ADDRESS","features":[547]},{"name":"DEBUG_FLR_FAILURE_ANALYSIS_SOURCE","features":[547]},{"name":"DEBUG_FLR_FAILURE_BUCKET_ID","features":[547]},{"name":"DEBUG_FLR_FAILURE_DISPLAY_NAME","features":[547]},{"name":"DEBUG_FLR_FAILURE_EXCEPTION_CODE","features":[547]},{"name":"DEBUG_FLR_FAILURE_FUNCTION_NAME","features":[547]},{"name":"DEBUG_FLR_FAILURE_ID_HASH","features":[547]},{"name":"DEBUG_FLR_FAILURE_ID_HASH_STRING","features":[547]},{"name":"DEBUG_FLR_FAILURE_ID_REPORT_LINK","features":[547]},{"name":"DEBUG_FLR_FAILURE_IMAGE_NAME","features":[547]},{"name":"DEBUG_FLR_FAILURE_LIST","features":[547]},{"name":"DEBUG_FLR_FAILURE_MODULE_NAME","features":[547]},{"name":"DEBUG_FLR_FAILURE_PROBLEM_CLASS","features":[547]},{"name":"DEBUG_FLR_FAILURE_SYMBOL_NAME","features":[547]},{"name":"DEBUG_FLR_FAULTING_INSTR_CODE","features":[547]},{"name":"DEBUG_FLR_FAULTING_IP","features":[547]},{"name":"DEBUG_FLR_FAULTING_LOCAL_VARIABLE_NAME","features":[547]},{"name":"DEBUG_FLR_FAULTING_MODULE","features":[547]},{"name":"DEBUG_FLR_FAULTING_SERVICE_NAME","features":[547]},{"name":"DEBUG_FLR_FAULTING_SOURCE_CODE","features":[547]},{"name":"DEBUG_FLR_FAULTING_SOURCE_COMMIT_ID","features":[547]},{"name":"DEBUG_FLR_FAULTING_SOURCE_CONTROL_TYPE","features":[547]},{"name":"DEBUG_FLR_FAULTING_SOURCE_FILE","features":[547]},{"name":"DEBUG_FLR_FAULTING_SOURCE_LINE","features":[547]},{"name":"DEBUG_FLR_FAULTING_SOURCE_LINE_NUMBER","features":[547]},{"name":"DEBUG_FLR_FAULTING_SOURCE_PROJECT","features":[547]},{"name":"DEBUG_FLR_FAULTING_SOURCE_REPO_ID","features":[547]},{"name":"DEBUG_FLR_FAULTING_SOURCE_REPO_URL","features":[547]},{"name":"DEBUG_FLR_FAULTING_SOURCE_SRV_COMMAND","features":[547]},{"name":"DEBUG_FLR_FAULTING_THREAD","features":[547]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_M","features":[547]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_MF","features":[547]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_MFO","features":[547]},{"name":"DEBUG_FLR_FA_ADHOC_ANALYSIS_ITEMS","features":[547]},{"name":"DEBUG_FLR_FA_PERF_DATA","features":[547]},{"name":"DEBUG_FLR_FA_PERF_ELAPSED_MS","features":[547]},{"name":"DEBUG_FLR_FA_PERF_ITEM","features":[547]},{"name":"DEBUG_FLR_FA_PERF_ITEM_NAME","features":[547]},{"name":"DEBUG_FLR_FA_PERF_ITERATIONS","features":[547]},{"name":"DEBUG_FLR_FEATURE_PATH","features":[547]},{"name":"DEBUG_FLR_FILESYSTEMS_NTFS","features":[547]},{"name":"DEBUG_FLR_FILESYSTEMS_NTFS_BLACKBOX","features":[547]},{"name":"DEBUG_FLR_FILESYSTEMS_REFS","features":[547]},{"name":"DEBUG_FLR_FILESYSTEMS_REFS_BLACKBOX","features":[547]},{"name":"DEBUG_FLR_FILE_ID","features":[547]},{"name":"DEBUG_FLR_FILE_IN_CAB","features":[547]},{"name":"DEBUG_FLR_FILE_LINE","features":[547]},{"name":"DEBUG_FLR_FIXED_IN_OSVERSION","features":[547]},{"name":"DEBUG_FLR_FOLLOWUP_BEFORE_RETRACER","features":[547]},{"name":"DEBUG_FLR_FOLLOWUP_BUCKET_ID","features":[547]},{"name":"DEBUG_FLR_FOLLOWUP_CONTEXT","features":[547]},{"name":"DEBUG_FLR_FOLLOWUP_DRIVER_ONLY","features":[547]},{"name":"DEBUG_FLR_FOLLOWUP_IP","features":[547]},{"name":"DEBUG_FLR_FOLLOWUP_NAME","features":[547]},{"name":"DEBUG_FLR_FRAME_ONE_INVALID","features":[547]},{"name":"DEBUG_FLR_FRAME_SOURCE_FILE_NAME","features":[547]},{"name":"DEBUG_FLR_FRAME_SOURCE_FILE_PATH","features":[547]},{"name":"DEBUG_FLR_FRAME_SOURCE_LINE_NUMBER","features":[547]},{"name":"DEBUG_FLR_FREED_POOL_TAG","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_ANALYSIS_TEXT","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_COOKIES_MATCH_EXH","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_COOKIE","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_EBP","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_EBPESP","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_FALSE_POSITIVE","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_FRAME_COOKIE","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_FRAME_COOKIE_COMPLEMENT","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_FUNCTION","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED_FRAMEID","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED_THREADID","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_MEMORY_READ_ERROR","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_MISSING_ESTABLISHER_FRAME","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_MODULE_COOKIE","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_NOT_UP2DATE","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_OFF_BY_ONE_OVERRUN","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_OVERRUN_LOCAL","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_OVERRUN_LOCAL_NAME","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_POSITIVELY_CORRUPTED_EBPESP","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_POSITIVE_BUFFER_OVERFLOW","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_PROBABLY_NOT_USING_GS","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_RA_SMASHED","features":[547]},{"name":"DEBUG_FLR_GSFAILURE_UP2DATE_UNKNOWN","features":[547]},{"name":"DEBUG_FLR_HANDLE_VALUE","features":[547]},{"name":"DEBUG_FLR_HANG","features":[547]},{"name":"DEBUG_FLR_HANG_DATA_NEEDED","features":[547]},{"name":"DEBUG_FLR_HANG_REPORT_THREAD_IS_IDLE","features":[547]},{"name":"DEBUG_FLR_HARDWARE_BUCKET_TAG","features":[547]},{"name":"DEBUG_FLR_HARDWARE_ERROR","features":[547]},{"name":"DEBUG_FLR_HIGH_NONPAGED_POOL_USAGE","features":[547]},{"name":"DEBUG_FLR_HIGH_PAGED_POOL_USAGE","features":[547]},{"name":"DEBUG_FLR_HIGH_PROCESS_COMMIT","features":[547]},{"name":"DEBUG_FLR_HIGH_SERVICE_COMMIT","features":[547]},{"name":"DEBUG_FLR_HIGH_SHARED_COMMIT_USAGE","features":[547]},{"name":"DEBUG_FLR_HOLDINFO","features":[547]},{"name":"DEBUG_FLR_HOLDINFO_ACTIVE_HOLD_COUNT","features":[547]},{"name":"DEBUG_FLR_HOLDINFO_ALWAYS_HOLD","features":[547]},{"name":"DEBUG_FLR_HOLDINFO_ALWAYS_IGNORE","features":[547]},{"name":"DEBUG_FLR_HOLDINFO_HISTORIC_HOLD_COUNT","features":[547]},{"name":"DEBUG_FLR_HOLDINFO_LAST_SEEN_HOLD_DATE","features":[547]},{"name":"DEBUG_FLR_HOLDINFO_MANUAL_HOLD","features":[547]},{"name":"DEBUG_FLR_HOLDINFO_MAX_HOLD_LIMIT","features":[547]},{"name":"DEBUG_FLR_HOLDINFO_NOTIFICATION_ALIASES","features":[547]},{"name":"DEBUG_FLR_HOLDINFO_RECOMMEND_HOLD","features":[547]},{"name":"DEBUG_FLR_HOLDINFO_TENET_SOCRE","features":[547]},{"name":"DEBUG_FLR_IGNORE_BUCKET_ID_OFFSET","features":[547]},{"name":"DEBUG_FLR_IGNORE_LARGE_MODULE_CORRUPTION","features":[547]},{"name":"DEBUG_FLR_IGNORE_MODULE_HARDWARE_ID","features":[547]},{"name":"DEBUG_FLR_IMAGE_CLASS","features":[547]},{"name":"DEBUG_FLR_IMAGE_NAME","features":[547]},{"name":"DEBUG_FLR_IMAGE_TIMESTAMP","features":[547]},{"name":"DEBUG_FLR_IMAGE_VERSION","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_CLIFAULT","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_FREE_BLOCK","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_MODULE_NOT_IN_LIST","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_PAGED_CODE","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_RESERVED_BLOCK","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_UNLOADED_MODULE","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_VM_MAPPED_MODULE","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_MISALIGNED","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_NOT_IN_STREAM","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_ON_HEAP","features":[547]},{"name":"DEBUG_FLR_INSTR_POINTER_ON_STACK","features":[547]},{"name":"DEBUG_FLR_INSTR_SESSION_POOL_TAG","features":[547]},{"name":"DEBUG_FLR_INTEL_CPU_BIOS_UPGRADE_NEEDED","features":[547]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_CONTINUABLE","features":[547]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_HITCOUNT","features":[547]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_STATUS_TEXT","features":[547]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_URL","features":[547]},{"name":"DEBUG_FLR_INTERNAL_RAID_BUG","features":[547]},{"name":"DEBUG_FLR_INTERNAL_RAID_BUG_DATABASE_STRING","features":[547]},{"name":"DEBUG_FLR_INTERNAL_RESPONSE","features":[547]},{"name":"DEBUG_FLR_INTERNAL_SOLUTION_TEXT","features":[547]},{"name":"DEBUG_FLR_INVALID","features":[547]},{"name":"DEBUG_FLR_INVALID_DPC_FOUND","features":[547]},{"name":"DEBUG_FLR_INVALID_HEAP_ADDRESS","features":[547]},{"name":"DEBUG_FLR_INVALID_KERNEL_CONTEXT","features":[547]},{"name":"DEBUG_FLR_INVALID_OPCODE","features":[547]},{"name":"DEBUG_FLR_INVALID_PFN","features":[547]},{"name":"DEBUG_FLR_INVALID_USEREVENT","features":[547]},{"name":"DEBUG_FLR_INVALID_USER_CONTEXT","features":[547]},{"name":"DEBUG_FLR_IOCONTROL_CODE","features":[547]},{"name":"DEBUG_FLR_IOSB_ADDRESS","features":[547]},{"name":"DEBUG_FLR_IO_ERROR_CODE","features":[547]},{"name":"DEBUG_FLR_IRP_ADDRESS","features":[547]},{"name":"DEBUG_FLR_IRP_CANCEL_ROUTINE","features":[547]},{"name":"DEBUG_FLR_IRP_MAJOR_FN","features":[547]},{"name":"DEBUG_FLR_IRP_MINOR_FN","features":[547]},{"name":"DEBUG_FLR_KERNEL","features":[547]},{"name":"DEBUG_FLR_KERNEL_LOG_PROCESS_NAME","features":[547]},{"name":"DEBUG_FLR_KERNEL_LOG_STATUS","features":[547]},{"name":"DEBUG_FLR_KERNEL_VERIFIER_ENABLED","features":[547]},{"name":"DEBUG_FLR_KEYVALUE_ANALYSIS","features":[547]},{"name":"DEBUG_FLR_KEY_VALUES_STRING","features":[547]},{"name":"DEBUG_FLR_KEY_VALUES_VARIANT","features":[547]},{"name":"DEBUG_FLR_KM_MODULE_LIST","features":[547]},{"name":"DEBUG_FLR_LARGE_TICK_INCREMENT","features":[547]},{"name":"DEBUG_FLR_LAST_CONTROL_TRANSFER","features":[547]},{"name":"DEBUG_FLR_LCIE_ISO_AVAILABLE","features":[547]},{"name":"DEBUG_FLR_LEAKED_SESSION_POOL_TAG","features":[547]},{"name":"DEBUG_FLR_LEGACY_PAGE_TABLE_ACCESS","features":[547]},{"name":"DEBUG_FLR_LIVE_KERNEL_DUMP","features":[547]},{"name":"DEBUG_FLR_LOADERLOCK_BLOCKED_API","features":[547]},{"name":"DEBUG_FLR_LOADERLOCK_IN_WAIT_CHAIN","features":[547]},{"name":"DEBUG_FLR_LOADERLOCK_OWNER_API","features":[547]},{"name":"DEBUG_FLR_LOP_STACKHASH","features":[547]},{"name":"DEBUG_FLR_LOW_SYSTEM_COMMIT","features":[547]},{"name":"DEBUG_FLR_MACHINE_INFO_SHA1_HASH","features":[547]},{"name":"DEBUG_FLR_MANAGED_ANALYSIS_PROVIDER","features":[547]},{"name":"DEBUG_FLR_MANAGED_BITNESS_MISMATCH","features":[547]},{"name":"DEBUG_FLR_MANAGED_CODE","features":[547]},{"name":"DEBUG_FLR_MANAGED_ENGINE_MODULE","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_ADDRESS","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CALLSTACK","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CMD","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CONTEXT_MESSAGE","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_HRESULT","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_ADDRESS","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_CALLSTACK","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_HRESULT","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_MESSAGE","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_TYPE","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_MESSAGE","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_MESSAGE_deprecated","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_ADDRESS","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_CALLSTACK","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_HRESULT","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_MESSAGE","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_TYPE","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_OBJECT","features":[547]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_TYPE","features":[547]},{"name":"DEBUG_FLR_MANAGED_FRAME_CHAIN_CORRUPTION","features":[547]},{"name":"DEBUG_FLR_MANAGED_HRESULT_STRING","features":[547]},{"name":"DEBUG_FLR_MANAGED_KERNEL_DEBUGGER","features":[547]},{"name":"DEBUG_FLR_MANAGED_OBJECT","features":[547]},{"name":"DEBUG_FLR_MANAGED_OBJECT_NAME","features":[547]},{"name":"DEBUG_FLR_MANAGED_STACK_COMMAND","features":[547]},{"name":"DEBUG_FLR_MANAGED_STACK_STRING","features":[547]},{"name":"DEBUG_FLR_MANAGED_THREAD_CMD_CALLSTACK","features":[547]},{"name":"DEBUG_FLR_MANAGED_THREAD_CMD_STACKOBJECTS","features":[547]},{"name":"DEBUG_FLR_MANAGED_THREAD_ID","features":[547]},{"name":"DEBUG_FLR_MANUAL_BREAKIN","features":[547]},{"name":"DEBUG_FLR_MARKER_BUCKET","features":[547]},{"name":"DEBUG_FLR_MARKER_FILE","features":[547]},{"name":"DEBUG_FLR_MARKER_MODULE_FILE","features":[547]},{"name":"DEBUG_FLR_MASK_ALL","features":[547]},{"name":"DEBUG_FLR_MEMDIAG_LASTRUN_STATUS","features":[547]},{"name":"DEBUG_FLR_MEMDIAG_LASTRUN_TIME","features":[547]},{"name":"DEBUG_FLR_MEMORY_ANALYSIS","features":[547]},{"name":"DEBUG_FLR_MEMORY_CORRUPTION_SIGNATURE","features":[547]},{"name":"DEBUG_FLR_MEMORY_CORRUPTOR","features":[547]},{"name":"DEBUG_FLR_MILCORE_BREAK","features":[547]},{"name":"DEBUG_FLR_MINUTES_SINCE_LAST_EVENT","features":[547]},{"name":"DEBUG_FLR_MINUTES_SINCE_LAST_EVENT_OF_THIS_TYPE","features":[547]},{"name":"DEBUG_FLR_MISSING_CLR_SYMBOL","features":[547]},{"name":"DEBUG_FLR_MISSING_IMPORTANT_SYMBOL","features":[547]},{"name":"DEBUG_FLR_MM_INTERNAL_CODE","features":[547]},{"name":"DEBUG_FLR_MODLIST_SHA1_HASH","features":[547]},{"name":"DEBUG_FLR_MODLIST_TSCHKSUM_SHA1_HASH","features":[547]},{"name":"DEBUG_FLR_MODLIST_UNLOADED_SHA1_HASH","features":[547]},{"name":"DEBUG_FLR_MODULE_BUCKET_ID","features":[547]},{"name":"DEBUG_FLR_MODULE_LIST","features":[547]},{"name":"DEBUG_FLR_MODULE_NAME","features":[547]},{"name":"DEBUG_FLR_MODULE_PRODUCTNAME","features":[547]},{"name":"DEBUG_FLR_MOD_SPECIFIC_DATA_ONLY","features":[547]},{"name":"DEBUG_FLR_NO_ARCH_IN_BUCKET","features":[547]},{"name":"DEBUG_FLR_NO_BUGCHECK_IN_BUCKET","features":[547]},{"name":"DEBUG_FLR_NO_IMAGE_IN_BUCKET","features":[547]},{"name":"DEBUG_FLR_NO_IMAGE_TIMESTAMP_IN_BUCKET","features":[547]},{"name":"DEBUG_FLR_NTGLOBALFLAG","features":[547]},{"name":"DEBUG_FLR_ON_DPC_STACK","features":[547]},{"name":"DEBUG_FLR_ORIGINAL_CAB_NAME","features":[547]},{"name":"DEBUG_FLR_OSBUILD_deprecated","features":[547]},{"name":"DEBUG_FLR_OS_BRANCH","features":[547]},{"name":"DEBUG_FLR_OS_BUILD","features":[547]},{"name":"DEBUG_FLR_OS_BUILD_LAYERS_XML","features":[547]},{"name":"DEBUG_FLR_OS_BUILD_STRING","features":[547]},{"name":"DEBUG_FLR_OS_BUILD_TIMESTAMP_ISO","features":[547]},{"name":"DEBUG_FLR_OS_BUILD_TIMESTAMP_LAB","features":[547]},{"name":"DEBUG_FLR_OS_FLAVOR","features":[547]},{"name":"DEBUG_FLR_OS_LOCALE","features":[547]},{"name":"DEBUG_FLR_OS_LOCALE_LCID","features":[547]},{"name":"DEBUG_FLR_OS_MAJOR","features":[547]},{"name":"DEBUG_FLR_OS_MINOR","features":[547]},{"name":"DEBUG_FLR_OS_NAME","features":[547]},{"name":"DEBUG_FLR_OS_NAME_EDITION","features":[547]},{"name":"DEBUG_FLR_OS_PLATFORM_ARCH","features":[547]},{"name":"DEBUG_FLR_OS_PLATFORM_ID","features":[547]},{"name":"DEBUG_FLR_OS_PRODUCT_TYPE","features":[547]},{"name":"DEBUG_FLR_OS_REVISION","features":[547]},{"name":"DEBUG_FLR_OS_SERVICEPACK","features":[547]},{"name":"DEBUG_FLR_OS_SERVICEPACK_deprecated","features":[547]},{"name":"DEBUG_FLR_OS_SKU","features":[547]},{"name":"DEBUG_FLR_OS_SUITE_MASK","features":[547]},{"name":"DEBUG_FLR_OS_VERSION","features":[547]},{"name":"DEBUG_FLR_OS_VERSION_deprecated","features":[547]},{"name":"DEBUG_FLR_OVERLAPPED_MODULE","features":[547]},{"name":"DEBUG_FLR_OVERLAPPED_UNLOADED_MODULE","features":[547]},{"name":"DEBUG_FLR_PAGE_HASH_ERRORS","features":[547]},{"name":"DEBUG_FLR_PARAM_TYPE","features":[547]},{"name":"DEBUG_FLR_PG_MISMATCH","features":[547]},{"name":"DEBUG_FLR_PHONE_APPID","features":[547]},{"name":"DEBUG_FLR_PHONE_APPVERSION","features":[547]},{"name":"DEBUG_FLR_PHONE_BOOTLOADERVERSION","features":[547]},{"name":"DEBUG_FLR_PHONE_BUILDBRANCH","features":[547]},{"name":"DEBUG_FLR_PHONE_BUILDER","features":[547]},{"name":"DEBUG_FLR_PHONE_BUILDNUMBER","features":[547]},{"name":"DEBUG_FLR_PHONE_BUILDTIMESTAMP","features":[547]},{"name":"DEBUG_FLR_PHONE_FIRMWAREREVISION","features":[547]},{"name":"DEBUG_FLR_PHONE_HARDWAREREVISION","features":[547]},{"name":"DEBUG_FLR_PHONE_LCID","features":[547]},{"name":"DEBUG_FLR_PHONE_MCCMNC","features":[547]},{"name":"DEBUG_FLR_PHONE_OPERATOR","features":[547]},{"name":"DEBUG_FLR_PHONE_QFE","features":[547]},{"name":"DEBUG_FLR_PHONE_RADIOHARDWAREREVISION","features":[547]},{"name":"DEBUG_FLR_PHONE_RADIOSOFTWAREREVISION","features":[547]},{"name":"DEBUG_FLR_PHONE_RAM","features":[547]},{"name":"DEBUG_FLR_PHONE_REPORTGUID","features":[547]},{"name":"DEBUG_FLR_PHONE_REPORTTIMESTAMP","features":[547]},{"name":"DEBUG_FLR_PHONE_ROMVERSION","features":[547]},{"name":"DEBUG_FLR_PHONE_SKUID","features":[547]},{"name":"DEBUG_FLR_PHONE_SOCVERSION","features":[547]},{"name":"DEBUG_FLR_PHONE_SOURCE","features":[547]},{"name":"DEBUG_FLR_PHONE_SOURCEEXTERNAL","features":[547]},{"name":"DEBUG_FLR_PHONE_UIF_APPID","features":[547]},{"name":"DEBUG_FLR_PHONE_UIF_APPNAME","features":[547]},{"name":"DEBUG_FLR_PHONE_UIF_CATEGORY","features":[547]},{"name":"DEBUG_FLR_PHONE_UIF_COMMENT","features":[547]},{"name":"DEBUG_FLR_PHONE_UIF_ORIGIN","features":[547]},{"name":"DEBUG_FLR_PHONE_USERALIAS","features":[547]},{"name":"DEBUG_FLR_PHONE_VERSIONMAJOR","features":[547]},{"name":"DEBUG_FLR_PHONE_VERSIONMINOR","features":[547]},{"name":"DEBUG_FLR_PLATFORM_BUCKET_STRING","features":[547]},{"name":"DEBUG_FLR_PNP","features":[547]},{"name":"DEBUG_FLR_PNP_BLACKBOX","features":[547]},{"name":"DEBUG_FLR_PNP_IRP_ADDRESS","features":[547]},{"name":"DEBUG_FLR_PNP_IRP_ADDRESS_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_PNP_TRIAGE_DATA","features":[547]},{"name":"DEBUG_FLR_PNP_TRIAGE_DATA_DEPRECATED","features":[547]},{"name":"DEBUG_FLR_POISONED_TB","features":[547]},{"name":"DEBUG_FLR_POOL_ADDRESS","features":[547]},{"name":"DEBUG_FLR_POOL_CORRUPTOR","features":[547]},{"name":"DEBUG_FLR_POSSIBLE_INVALID_CONTROL_TRANSFER","features":[547]},{"name":"DEBUG_FLR_POSSIBLE_STACK_OVERFLOW","features":[547]},{"name":"DEBUG_FLR_POWERREQUEST_ADDRESS","features":[547]},{"name":"DEBUG_FLR_PO_BLACKBOX","features":[547]},{"name":"DEBUG_FLR_PREVIOUS_IRQL","features":[547]},{"name":"DEBUG_FLR_PREVIOUS_MODE","features":[547]},{"name":"DEBUG_FLR_PRIMARY_PROBLEM_CLASS","features":[547]},{"name":"DEBUG_FLR_PRIMARY_PROBLEM_CLASS_DATA","features":[547]},{"name":"DEBUG_FLR_PROBLEM_CLASSES","features":[547]},{"name":"DEBUG_FLR_PROBLEM_CODE_PATH_HASH","features":[547]},{"name":"DEBUG_FLR_PROCESSES_ANALYSIS","features":[547]},{"name":"DEBUG_FLR_PROCESSOR_ID","features":[547]},{"name":"DEBUG_FLR_PROCESSOR_INFO","features":[547]},{"name":"DEBUG_FLR_PROCESS_BAM_CURRENT_THROTTLED","features":[547]},{"name":"DEBUG_FLR_PROCESS_BAM_PREVIOUS_THROTTLED","features":[547]},{"name":"DEBUG_FLR_PROCESS_INFO","features":[547]},{"name":"DEBUG_FLR_PROCESS_NAME","features":[547]},{"name":"DEBUG_FLR_PROCESS_OBJECT","features":[547]},{"name":"DEBUG_FLR_PROCESS_PRODUCTNAME","features":[547]},{"name":"DEBUG_FLR_RAISED_IRQL_USER_FAULT","features":[547]},{"name":"DEBUG_FLR_READ_ADDRESS","features":[547]},{"name":"DEBUG_FLR_RECURRING_STACK","features":[547]},{"name":"DEBUG_FLR_REGISTRYTXT_SOURCE","features":[547]},{"name":"DEBUG_FLR_REGISTRYTXT_STRESS_ID","features":[547]},{"name":"DEBUG_FLR_REGISTRY_DATA","features":[547]},{"name":"DEBUG_FLR_REPORT_INFO_CREATION_TIME","features":[547]},{"name":"DEBUG_FLR_REPORT_INFO_GUID","features":[547]},{"name":"DEBUG_FLR_REPORT_INFO_SOURCE","features":[547]},{"name":"DEBUG_FLR_REQUESTED_IRQL","features":[547]},{"name":"DEBUG_FLR_RESERVED","features":[547]},{"name":"DEBUG_FLR_RESOURCE_CALL_TYPE","features":[547]},{"name":"DEBUG_FLR_RESOURCE_CALL_TYPE_STR","features":[547]},{"name":"DEBUG_FLR_SCM","features":[547]},{"name":"DEBUG_FLR_SCM_BLACKBOX","features":[547]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY","features":[547]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_CONTROLCODE","features":[547]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_SERVICENAME","features":[547]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_STARTTIME","features":[547]},{"name":"DEBUG_FLR_SEARCH_HANG","features":[547]},{"name":"DEBUG_FLR_SECURITY_COOKIES","features":[547]},{"name":"DEBUG_FLR_SERVICE","features":[547]},{"name":"DEBUG_FLR_SERVICETABLE_MODIFIED","features":[547]},{"name":"DEBUG_FLR_SERVICE_ANALYSIS","features":[547]},{"name":"DEBUG_FLR_SERVICE_DEPENDONGROUP","features":[547]},{"name":"DEBUG_FLR_SERVICE_DEPENDONSERVICE","features":[547]},{"name":"DEBUG_FLR_SERVICE_DESCRIPTION","features":[547]},{"name":"DEBUG_FLR_SERVICE_DISPLAYNAME","features":[547]},{"name":"DEBUG_FLR_SERVICE_GROUP","features":[547]},{"name":"DEBUG_FLR_SERVICE_NAME","features":[547]},{"name":"DEBUG_FLR_SHOW_ERRORLOG","features":[547]},{"name":"DEBUG_FLR_SHOW_LCIE_ISO_DATA","features":[547]},{"name":"DEBUG_FLR_SIMULTANEOUS_TELSVC_INSTANCES","features":[547]},{"name":"DEBUG_FLR_SIMULTANEOUS_TELWP_INSTANCES","features":[547]},{"name":"DEBUG_FLR_SINGLE_BIT_ERROR","features":[547]},{"name":"DEBUG_FLR_SINGLE_BIT_PFN_PAGE_ERROR","features":[547]},{"name":"DEBUG_FLR_SKIP_CORRUPT_MODULE_DETECTION","features":[547]},{"name":"DEBUG_FLR_SKIP_MODULE_SPECIFIC_BUCKET_INFO","features":[547]},{"name":"DEBUG_FLR_SKIP_STACK_ANALYSIS","features":[547]},{"name":"DEBUG_FLR_SM_BUFFER_HASH","features":[547]},{"name":"DEBUG_FLR_SM_COMPRESSION_FORMAT","features":[547]},{"name":"DEBUG_FLR_SM_ONEBIT_SOLUTION_COUNT","features":[547]},{"name":"DEBUG_FLR_SM_SOURCE_OFFSET","features":[547]},{"name":"DEBUG_FLR_SM_SOURCE_PFN1","features":[547]},{"name":"DEBUG_FLR_SM_SOURCE_PFN2","features":[547]},{"name":"DEBUG_FLR_SM_SOURCE_SIZE","features":[547]},{"name":"DEBUG_FLR_SM_TARGET_PFN","features":[547]},{"name":"DEBUG_FLR_SOLUTION_ID","features":[547]},{"name":"DEBUG_FLR_SOLUTION_TYPE","features":[547]},{"name":"DEBUG_FLR_SPECIAL_POOL_CORRUPTION_TYPE","features":[547]},{"name":"DEBUG_FLR_STACK","features":[547]},{"name":"DEBUG_FLR_STACKHASH_ANALYSIS","features":[547]},{"name":"DEBUG_FLR_STACKUSAGE_FUNCTION","features":[547]},{"name":"DEBUG_FLR_STACKUSAGE_FUNCTION_SIZE","features":[547]},{"name":"DEBUG_FLR_STACKUSAGE_IMAGE","features":[547]},{"name":"DEBUG_FLR_STACKUSAGE_IMAGE_SIZE","features":[547]},{"name":"DEBUG_FLR_STACKUSAGE_RECURSION_COUNT","features":[547]},{"name":"DEBUG_FLR_STACK_COMMAND","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME","features":[547]},{"name":"DEBUG_FLR_STACK_FRAMES","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME_FLAGS","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME_FUNCTION","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME_IMAGE","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME_INSTRUCTION","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME_MODULE","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME_MODULE_BASE","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME_NUMBER","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME_SRC","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME_SYMBOL","features":[547]},{"name":"DEBUG_FLR_STACK_FRAME_SYMBOL_OFFSET","features":[547]},{"name":"DEBUG_FLR_STACK_OVERFLOW","features":[547]},{"name":"DEBUG_FLR_STACK_POINTER_ERROR","features":[547]},{"name":"DEBUG_FLR_STACK_POINTER_MISALIGNED","features":[547]},{"name":"DEBUG_FLR_STACK_POINTER_ONEBIT_ERROR","features":[547]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_M","features":[547]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_MF","features":[547]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_MFO","features":[547]},{"name":"DEBUG_FLR_STACK_TEXT","features":[547]},{"name":"DEBUG_FLR_STATUS_CODE","features":[547]},{"name":"DEBUG_FLR_STORAGE","features":[547]},{"name":"DEBUG_FLR_STORAGE_BLACKBOX","features":[547]},{"name":"DEBUG_FLR_STORAGE_ISSUEDESCSTRING","features":[547]},{"name":"DEBUG_FLR_STORAGE_MFGID","features":[547]},{"name":"DEBUG_FLR_STORAGE_MODEL","features":[547]},{"name":"DEBUG_FLR_STORAGE_ORGID","features":[547]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_DATASIZE","features":[547]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_OFFSET","features":[547]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_TOTSIZE","features":[547]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_DATASIZE","features":[547]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_OFFSET","features":[547]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_TOTSIZE","features":[547]},{"name":"DEBUG_FLR_STORAGE_REASON","features":[547]},{"name":"DEBUG_FLR_STORAGE_TOTALSIZE","features":[547]},{"name":"DEBUG_FLR_STORE_DEVELOPER_NAME","features":[547]},{"name":"DEBUG_FLR_STORE_IS_MICROSOFT_PRODUCT","features":[547]},{"name":"DEBUG_FLR_STORE_LEGACY_PARENT_PRODUCT_ID","features":[547]},{"name":"DEBUG_FLR_STORE_LEGACY_WINDOWS_PHONE_PRODUCT_ID","features":[547]},{"name":"DEBUG_FLR_STORE_LEGACY_WINDOWS_STORE_PRODUCT_ID","features":[547]},{"name":"DEBUG_FLR_STORE_LEGACY_XBOX_360_PRODUCT_ID","features":[547]},{"name":"DEBUG_FLR_STORE_LEGACY_XBOX_ONE_PRODUCT_ID","features":[547]},{"name":"DEBUG_FLR_STORE_PACKAGE_FAMILY_NAME","features":[547]},{"name":"DEBUG_FLR_STORE_PACKAGE_IDENTITY_NAME","features":[547]},{"name":"DEBUG_FLR_STORE_PREFERRED_SKU_ID","features":[547]},{"name":"DEBUG_FLR_STORE_PRIMARY_PARENT_PRODUCT_ID","features":[547]},{"name":"DEBUG_FLR_STORE_PRODUCT_DESCRIPTION","features":[547]},{"name":"DEBUG_FLR_STORE_PRODUCT_DISPLAY_NAME","features":[547]},{"name":"DEBUG_FLR_STORE_PRODUCT_EXTENDED_NAME","features":[547]},{"name":"DEBUG_FLR_STORE_PRODUCT_ID","features":[547]},{"name":"DEBUG_FLR_STORE_PUBLISHER_CERTIFICATE_NAME","features":[547]},{"name":"DEBUG_FLR_STORE_PUBLISHER_ID","features":[547]},{"name":"DEBUG_FLR_STORE_PUBLISHER_NAME","features":[547]},{"name":"DEBUG_FLR_STORE_URL_APP","features":[547]},{"name":"DEBUG_FLR_STORE_URL_APPHEALTH","features":[547]},{"name":"DEBUG_FLR_STORE_XBOX_TITLE_ID","features":[547]},{"name":"DEBUG_FLR_STREAM_ANALYSIS","features":[547]},{"name":"DEBUG_FLR_SUSPECT_CODE_PATH_HASH","features":[547]},{"name":"DEBUG_FLR_SVCHOST","features":[547]},{"name":"DEBUG_FLR_SVCHOST_GROUP","features":[547]},{"name":"DEBUG_FLR_SVCHOST_IMAGEPATH","features":[547]},{"name":"DEBUG_FLR_SVCHOST_SERVICEDLL","features":[547]},{"name":"DEBUG_FLR_SWITCH_PROCESS_CONTEXT","features":[547]},{"name":"DEBUG_FLR_SYMBOL_FROM_RAW_STACK_ADDRESS","features":[547]},{"name":"DEBUG_FLR_SYMBOL_NAME","features":[547]},{"name":"DEBUG_FLR_SYMBOL_ON_RAW_STACK","features":[547]},{"name":"DEBUG_FLR_SYMBOL_ROUTINE_NAME","features":[547]},{"name":"DEBUG_FLR_SYMBOL_STACK_INDEX","features":[547]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_MANUFACTURER","features":[547]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_PRODUCT","features":[547]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_VERSION","features":[547]},{"name":"DEBUG_FLR_SYSINFO_BIOS_DATE","features":[547]},{"name":"DEBUG_FLR_SYSINFO_BIOS_VENDOR","features":[547]},{"name":"DEBUG_FLR_SYSINFO_BIOS_VERSION","features":[547]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_MANUFACTURER","features":[547]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_PRODUCT","features":[547]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_SKU","features":[547]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_VERSION","features":[547]},{"name":"DEBUG_FLR_SYSTEM_LOCALE_deprecated","features":[547]},{"name":"DEBUG_FLR_SYSXML_CHECKSUM","features":[547]},{"name":"DEBUG_FLR_SYSXML_LOCALEID","features":[547]},{"name":"DEBUG_FLR_TARGET_MODE","features":[547]},{"name":"DEBUG_FLR_TARGET_TIME","features":[547]},{"name":"DEBUG_FLR_TESTRESULTGUID","features":[547]},{"name":"DEBUG_FLR_TESTRESULTSERVER","features":[547]},{"name":"DEBUG_FLR_THREADPOOL_WAITER","features":[547]},{"name":"DEBUG_FLR_THREAD_ATTRIBUTES","features":[547]},{"name":"DEBUG_FLR_TIMELINE_ANALYSIS","features":[547]},{"name":"DEBUG_FLR_TIMELINE_TIMES","features":[547]},{"name":"DEBUG_FLR_TRAP_FRAME","features":[547]},{"name":"DEBUG_FLR_TRAP_FRAME_RECURSION","features":[547]},{"name":"DEBUG_FLR_TRIAGER_OS_BUILD_NAME","features":[547]},{"name":"DEBUG_FLR_TSS","features":[547]},{"name":"DEBUG_FLR_TWO_BIT_ERROR","features":[547]},{"name":"DEBUG_FLR_ULS_SCRIPT_EXCEPTION","features":[547]},{"name":"DEBUG_FLR_UNALIGNED_STACK_POINTER","features":[547]},{"name":"DEBUG_FLR_UNKNOWN","features":[547]},{"name":"DEBUG_FLR_UNKNOWN_MODULE","features":[547]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_FOLLOWUP_NAME","features":[547]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_PROBLEM_CLASS","features":[547]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_PROBLEM_CLASS_DATA","features":[547]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_STACK","features":[547]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_SYMBOL_NAME","features":[547]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_THREAD","features":[547]},{"name":"DEBUG_FLR_UNUSED001","features":[547]},{"name":"DEBUG_FLR_URLS","features":[547]},{"name":"DEBUG_FLR_URLS_DISCOVERED","features":[547]},{"name":"DEBUG_FLR_URL_ENTRY","features":[547]},{"name":"DEBUG_FLR_URL_LCIE_ENTRY","features":[547]},{"name":"DEBUG_FLR_URL_URLMON_ENTRY","features":[547]},{"name":"DEBUG_FLR_URL_XMLHTTPREQ_SYNC_ENTRY","features":[547]},{"name":"DEBUG_FLR_USBPORT_OCADATA","features":[547]},{"name":"DEBUG_FLR_USER","features":[547]},{"name":"DEBUG_FLR_USERBREAK_PEB_PAGEDOUT","features":[547]},{"name":"DEBUG_FLR_USERMODE_DATA","features":[547]},{"name":"DEBUG_FLR_USER_GLOBAL_ATTRIBUTES","features":[547]},{"name":"DEBUG_FLR_USER_LCID","features":[547]},{"name":"DEBUG_FLR_USER_LCID_STR","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_EVENTTYPE","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_INDEX","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P0","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P1","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P2","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P3","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P4","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P5","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P6","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P7","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_REPORTCREATIONTIME","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_REPORTGUID","features":[547]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_STRING","features":[547]},{"name":"DEBUG_FLR_USER_NAME","features":[547]},{"name":"DEBUG_FLR_USER_PROBLEM_CLASSES","features":[547]},{"name":"DEBUG_FLR_USER_THREAD_ATTRIBUTES","features":[547]},{"name":"DEBUG_FLR_USE_DEFAULT_CONTEXT","features":[547]},{"name":"DEBUG_FLR_VERIFIER_DRIVER_ENTRY","features":[547]},{"name":"DEBUG_FLR_VERIFIER_FOUND_DEADLOCK","features":[547]},{"name":"DEBUG_FLR_VERIFIER_STOP","features":[547]},{"name":"DEBUG_FLR_VIDEO_TDR_CONTEXT","features":[547]},{"name":"DEBUG_FLR_VIRTUAL_MACHINE","features":[547]},{"name":"DEBUG_FLR_WAIT_CHAIN_COMMAND","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_00","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_01","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_02","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_03","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_04","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_05","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_06","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_07","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_08","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_09","features":[547]},{"name":"DEBUG_FLR_WATSON_GENERIC_EVENT_NAME","features":[547]},{"name":"DEBUG_FLR_WATSON_IBUCKET","features":[547]},{"name":"DEBUG_FLR_WATSON_IBUCKETTABLE_S1_RESP","features":[547]},{"name":"DEBUG_FLR_WATSON_IBUCKET_S1_RESP","features":[547]},{"name":"DEBUG_FLR_WATSON_MODULE","features":[547]},{"name":"DEBUG_FLR_WATSON_MODULE_OFFSET","features":[547]},{"name":"DEBUG_FLR_WATSON_MODULE_TIMESTAMP","features":[547]},{"name":"DEBUG_FLR_WATSON_MODULE_VERSION","features":[547]},{"name":"DEBUG_FLR_WATSON_PROCESS_TIMESTAMP","features":[547]},{"name":"DEBUG_FLR_WATSON_PROCESS_VERSION","features":[547]},{"name":"DEBUG_FLR_WCT_XML_AVAILABLE","features":[547]},{"name":"DEBUG_FLR_WERCOLLECTION_DEFAULTCOLLECTION_FAILURE","features":[547]},{"name":"DEBUG_FLR_WERCOLLECTION_MINIDUMP_WRITE_FAILURE","features":[547]},{"name":"DEBUG_FLR_WERCOLLECTION_PROCESSHEAPDUMP_REQUEST_FAILURE","features":[547]},{"name":"DEBUG_FLR_WERCOLLECTION_PROCESSTERMINATED","features":[547]},{"name":"DEBUG_FLR_WER_DATA_COLLECTION_INFO","features":[547]},{"name":"DEBUG_FLR_WER_MACHINE_ID","features":[547]},{"name":"DEBUG_FLR_WHEA_ERROR_RECORD","features":[547]},{"name":"DEBUG_FLR_WINLOGON_BLACKBOX","features":[547]},{"name":"DEBUG_FLR_WMI_QUERY_DATA","features":[547]},{"name":"DEBUG_FLR_WORKER_ROUTINE","features":[547]},{"name":"DEBUG_FLR_WORK_ITEM","features":[547]},{"name":"DEBUG_FLR_WORK_QUEUE_ITEM","features":[547]},{"name":"DEBUG_FLR_WQL_EVENTLOG_INFO","features":[547]},{"name":"DEBUG_FLR_WQL_EVENT_COUNT","features":[547]},{"name":"DEBUG_FLR_WRITE_ADDRESS","features":[547]},{"name":"DEBUG_FLR_WRONG_SYMBOLS","features":[547]},{"name":"DEBUG_FLR_WRONG_SYMBOLS_SIZE","features":[547]},{"name":"DEBUG_FLR_WRONG_SYMBOLS_TIMESTAMP","features":[547]},{"name":"DEBUG_FLR_XBOX_LIVE_ENVIRONMENT","features":[547]},{"name":"DEBUG_FLR_XBOX_SYSTEM_CRASHTIME","features":[547]},{"name":"DEBUG_FLR_XBOX_SYSTEM_UPTIME","features":[547]},{"name":"DEBUG_FLR_XCS_PATH","features":[547]},{"name":"DEBUG_FLR_XDV_HELP_LINK","features":[547]},{"name":"DEBUG_FLR_XDV_RULE_INFO","features":[547]},{"name":"DEBUG_FLR_XDV_STATE_VARIABLE","features":[547]},{"name":"DEBUG_FLR_XDV_VIOLATED_CONDITION","features":[547]},{"name":"DEBUG_FLR_XHCI_FIRMWARE_VERSION","features":[547]},{"name":"DEBUG_FLR_XML_APPLICATION_NAME","features":[547]},{"name":"DEBUG_FLR_XML_ATTRIBUTE","features":[547]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_D1VALUE","features":[547]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_D2VALUE","features":[547]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_DOVALUE","features":[547]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_FRAME_NUMBER","features":[547]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_LIST","features":[547]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_NAME","features":[547]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_THREAD_INDEX","features":[547]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_VALUE","features":[547]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_VALUE_TYPE","features":[547]},{"name":"DEBUG_FLR_XML_ENCODED_OFFSETS","features":[547]},{"name":"DEBUG_FLR_XML_EVENTTYPE","features":[547]},{"name":"DEBUG_FLR_XML_GLOBALATTRIBUTE_LIST","features":[547]},{"name":"DEBUG_FLR_XML_MODERN_ASYNC_REQUEST_OUTSTANDING","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_BASE","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_CHECKSUM","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_COMPANY_NAME","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_DRIVER_GROUP","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FILE_DESCRIPTION","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FILE_FLAGS","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FIXED_FILE_VER","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FIXED_PROD_VER","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_IMAGE_NAME","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_IMAGE_PATH","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_INDEX","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_INTERNAL_NAME","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_NAME","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_ON_STACK","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_ORIG_FILE_NAME","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_PRODUCT_NAME","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SIZE","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_STRING_FILE_VER","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_STRING_PROD_VER","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMBOL_TYPE","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_DETAIL","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_ERROR","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_SEC","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_STATUS","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_DETAIL","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_ERROR","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_SEC","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_STATUS","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_TIMESTAMP","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_INFO_UNLOADED","features":[547]},{"name":"DEBUG_FLR_XML_MODULE_LIST","features":[547]},{"name":"DEBUG_FLR_XML_PACKAGE_MONIKER","features":[547]},{"name":"DEBUG_FLR_XML_PACKAGE_NAME","features":[547]},{"name":"DEBUG_FLR_XML_PACKAGE_RELATIVE_APPLICATION_ID","features":[547]},{"name":"DEBUG_FLR_XML_PACKAGE_VERSION","features":[547]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS","features":[547]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_FRAME_NUMBER","features":[547]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_LIST","features":[547]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_NAME","features":[547]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_THREAD_INDEX","features":[547]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_VALUE","features":[547]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_VALUE_TYPE","features":[547]},{"name":"DEBUG_FLR_XML_STACK_FRAME_TRIAGE_STATUS","features":[547]},{"name":"DEBUG_FLR_XML_SYSTEMINFO","features":[547]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMANUFACTURER","features":[547]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMARKER","features":[547]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMODEL","features":[547]},{"name":"DEBUG_FLR_XPROC_DUMP_AVAILABLE","features":[547]},{"name":"DEBUG_FLR_XPROC_HANG","features":[547]},{"name":"DEBUG_FLR_ZEROED_STACK","features":[547]},{"name":"DEBUG_FORMAT_CAB_SECONDARY_ALL_IMAGES","features":[547]},{"name":"DEBUG_FORMAT_CAB_SECONDARY_FILES","features":[547]},{"name":"DEBUG_FORMAT_DEFAULT","features":[547]},{"name":"DEBUG_FORMAT_NO_OVERWRITE","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_ADD_AVX_XSTATE_CONTEXT","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_CODE_SEGMENTS","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_DATA_SEGMENTS","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_MEMORY","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_PATHS","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_TRIAGE","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_AUXILIARY_STATE","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_MEMORY","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_MEMORY_INFO","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_HANDLE_DATA","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_IGNORE_INACCESSIBLE_MEM","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_INDIRECT_MEMORY","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_IPT_TRACE","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_MODULE_HEADERS","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_NO_AUXILIARY_STATE","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_NO_OPTIONAL_DATA","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_PRIVATE_READ_WRITE_MEMORY","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_PROCESS_THREAD_DATA","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_SCAN_PARTIAL_PAGES","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_THREAD_INFO","features":[547]},{"name":"DEBUG_FORMAT_USER_SMALL_UNLOADED_MODULES","features":[547]},{"name":"DEBUG_FORMAT_WRITE_CAB","features":[547]},{"name":"DEBUG_FRAME_DEFAULT","features":[547]},{"name":"DEBUG_FRAME_IGNORE_INLINE","features":[547]},{"name":"DEBUG_GETFNENT_DEFAULT","features":[547]},{"name":"DEBUG_GETFNENT_RAW_ENTRY_ONLY","features":[547]},{"name":"DEBUG_GETMOD_DEFAULT","features":[547]},{"name":"DEBUG_GETMOD_NO_LOADED_MODULES","features":[547]},{"name":"DEBUG_GETMOD_NO_UNLOADED_MODULES","features":[547]},{"name":"DEBUG_GET_PROC_DEFAULT","features":[547]},{"name":"DEBUG_GET_PROC_FULL_MATCH","features":[547]},{"name":"DEBUG_GET_PROC_ONLY_MATCH","features":[547]},{"name":"DEBUG_GET_PROC_SERVICE_NAME","features":[547]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IN","features":[547]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_DOT_COMMAND","features":[547]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_EXTENSION_COMMAND","features":[547]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_SYMBOL","features":[547]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_DOT_COMMANDS","features":[547]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_EXTENSION_COMMANDS","features":[547]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_SYMBOLS","features":[547]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_OUT","features":[547]},{"name":"DEBUG_GSEL_ALLOW_HIGHER","features":[547]},{"name":"DEBUG_GSEL_ALLOW_LOWER","features":[547]},{"name":"DEBUG_GSEL_DEFAULT","features":[547]},{"name":"DEBUG_GSEL_INLINE_CALLSITE","features":[547]},{"name":"DEBUG_GSEL_NEAREST_ONLY","features":[547]},{"name":"DEBUG_GSEL_NO_SYMBOL_LOADS","features":[547]},{"name":"DEBUG_HANDLE_DATA_BASIC","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_ALL_HANDLE_OPERATIONS","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_BASIC","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_HANDLE_COUNT","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_EVENT_1","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_MUTANT_1","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_MUTANT_2","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_PROCESS_1","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_PROCESS_2","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_SECTION_1","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_SEMAPHORE_1","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_THREAD_1","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_OBJECT_NAME","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_OBJECT_NAME_WIDE","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_PER_HANDLE_OPERATIONS","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_TYPE_NAME","features":[547]},{"name":"DEBUG_HANDLE_DATA_TYPE_TYPE_NAME_WIDE","features":[547]},{"name":"DEBUG_INTERRUPT_ACTIVE","features":[547]},{"name":"DEBUG_INTERRUPT_EXIT","features":[547]},{"name":"DEBUG_INTERRUPT_PASSIVE","features":[547]},{"name":"DEBUG_IOUTPUT_ADDR_TRANSLATE","features":[547]},{"name":"DEBUG_IOUTPUT_BREAKPOINT","features":[547]},{"name":"DEBUG_IOUTPUT_EVENT","features":[547]},{"name":"DEBUG_IOUTPUT_KD_PROTOCOL","features":[547]},{"name":"DEBUG_IOUTPUT_REMOTING","features":[547]},{"name":"DEBUG_IRP_INFO","features":[547]},{"name":"DEBUG_IRP_STACK_INFO","features":[547]},{"name":"DEBUG_KERNEL_ACTIVE_DUMP","features":[547]},{"name":"DEBUG_KERNEL_CONNECTION","features":[547]},{"name":"DEBUG_KERNEL_DUMP","features":[547]},{"name":"DEBUG_KERNEL_EXDI_DRIVER","features":[547]},{"name":"DEBUG_KERNEL_FULL_DUMP","features":[547]},{"name":"DEBUG_KERNEL_IDNA","features":[547]},{"name":"DEBUG_KERNEL_INSTALL_DRIVER","features":[547]},{"name":"DEBUG_KERNEL_LOCAL","features":[547]},{"name":"DEBUG_KERNEL_REPT","features":[547]},{"name":"DEBUG_KERNEL_SMALL_DUMP","features":[547]},{"name":"DEBUG_KERNEL_TRACE_LOG","features":[547]},{"name":"DEBUG_KNOWN_STRUCT_GET_NAMES","features":[547]},{"name":"DEBUG_KNOWN_STRUCT_GET_SINGLE_LINE_OUTPUT","features":[547]},{"name":"DEBUG_KNOWN_STRUCT_SUPPRESS_TYPE_NAME","features":[547]},{"name":"DEBUG_LAST_EVENT_INFO_BREAKPOINT","features":[547]},{"name":"DEBUG_LAST_EVENT_INFO_EXCEPTION","features":[307,547]},{"name":"DEBUG_LAST_EVENT_INFO_EXIT_PROCESS","features":[547]},{"name":"DEBUG_LAST_EVENT_INFO_EXIT_THREAD","features":[547]},{"name":"DEBUG_LAST_EVENT_INFO_LOAD_MODULE","features":[547]},{"name":"DEBUG_LAST_EVENT_INFO_SERVICE_EXCEPTION","features":[547]},{"name":"DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR","features":[547]},{"name":"DEBUG_LAST_EVENT_INFO_UNLOAD_MODULE","features":[547]},{"name":"DEBUG_LEVEL_ASSEMBLY","features":[547]},{"name":"DEBUG_LEVEL_SOURCE","features":[547]},{"name":"DEBUG_LIVE_USER_NON_INVASIVE","features":[547]},{"name":"DEBUG_LOG_APPEND","features":[547]},{"name":"DEBUG_LOG_DEFAULT","features":[547]},{"name":"DEBUG_LOG_DML","features":[547]},{"name":"DEBUG_LOG_UNICODE","features":[547]},{"name":"DEBUG_MANAGED_ALLOWED","features":[547]},{"name":"DEBUG_MANAGED_DISABLED","features":[547]},{"name":"DEBUG_MANAGED_DLL_LOADED","features":[547]},{"name":"DEBUG_MANRESET_DEFAULT","features":[547]},{"name":"DEBUG_MANRESET_LOAD_DLL","features":[547]},{"name":"DEBUG_MANSTR_LOADED_SUPPORT_DLL","features":[547]},{"name":"DEBUG_MANSTR_LOAD_STATUS","features":[547]},{"name":"DEBUG_MANSTR_NONE","features":[547]},{"name":"DEBUG_MODNAME_IMAGE","features":[547]},{"name":"DEBUG_MODNAME_LOADED_IMAGE","features":[547]},{"name":"DEBUG_MODNAME_MAPPED_IMAGE","features":[547]},{"name":"DEBUG_MODNAME_MODULE","features":[547]},{"name":"DEBUG_MODNAME_SYMBOL_FILE","features":[547]},{"name":"DEBUG_MODULE_AND_ID","features":[547]},{"name":"DEBUG_MODULE_EXE_MODULE","features":[547]},{"name":"DEBUG_MODULE_EXPLICIT","features":[547]},{"name":"DEBUG_MODULE_LOADED","features":[547]},{"name":"DEBUG_MODULE_PARAMETERS","features":[547]},{"name":"DEBUG_MODULE_SECONDARY","features":[547]},{"name":"DEBUG_MODULE_SYM_BAD_CHECKSUM","features":[547]},{"name":"DEBUG_MODULE_SYNTHETIC","features":[547]},{"name":"DEBUG_MODULE_UNLOADED","features":[547]},{"name":"DEBUG_MODULE_USER_MODE","features":[547]},{"name":"DEBUG_NOTIFY_SESSION_ACCESSIBLE","features":[547]},{"name":"DEBUG_NOTIFY_SESSION_ACTIVE","features":[547]},{"name":"DEBUG_NOTIFY_SESSION_INACCESSIBLE","features":[547]},{"name":"DEBUG_NOTIFY_SESSION_INACTIVE","features":[547]},{"name":"DEBUG_OFFSET_REGION","features":[547]},{"name":"DEBUG_OFFSINFO_VIRTUAL_SOURCE","features":[547]},{"name":"DEBUG_OUTCBF_COMBINED_EXPLICIT_FLUSH","features":[547]},{"name":"DEBUG_OUTCBF_DML_HAS_SPECIAL_CHARACTERS","features":[547]},{"name":"DEBUG_OUTCBF_DML_HAS_TAGS","features":[547]},{"name":"DEBUG_OUTCBI_ANY_FORMAT","features":[547]},{"name":"DEBUG_OUTCBI_DML","features":[547]},{"name":"DEBUG_OUTCBI_EXPLICIT_FLUSH","features":[547]},{"name":"DEBUG_OUTCBI_TEXT","features":[547]},{"name":"DEBUG_OUTCB_DML","features":[547]},{"name":"DEBUG_OUTCB_EXPLICIT_FLUSH","features":[547]},{"name":"DEBUG_OUTCB_TEXT","features":[547]},{"name":"DEBUG_OUTCTL_ALL_CLIENTS","features":[547]},{"name":"DEBUG_OUTCTL_ALL_OTHER_CLIENTS","features":[547]},{"name":"DEBUG_OUTCTL_AMBIENT","features":[547]},{"name":"DEBUG_OUTCTL_AMBIENT_DML","features":[547]},{"name":"DEBUG_OUTCTL_AMBIENT_TEXT","features":[547]},{"name":"DEBUG_OUTCTL_DML","features":[547]},{"name":"DEBUG_OUTCTL_IGNORE","features":[547]},{"name":"DEBUG_OUTCTL_LOG_ONLY","features":[547]},{"name":"DEBUG_OUTCTL_NOT_LOGGED","features":[547]},{"name":"DEBUG_OUTCTL_OVERRIDE_MASK","features":[547]},{"name":"DEBUG_OUTCTL_SEND_MASK","features":[547]},{"name":"DEBUG_OUTCTL_THIS_CLIENT","features":[547]},{"name":"DEBUG_OUTPUT_DEBUGGEE","features":[547]},{"name":"DEBUG_OUTPUT_DEBUGGEE_PROMPT","features":[547]},{"name":"DEBUG_OUTPUT_ERROR","features":[547]},{"name":"DEBUG_OUTPUT_EXTENSION_WARNING","features":[547]},{"name":"DEBUG_OUTPUT_IDENTITY_DEFAULT","features":[547]},{"name":"DEBUG_OUTPUT_NAME_END","features":[547]},{"name":"DEBUG_OUTPUT_NAME_END_T","features":[547]},{"name":"DEBUG_OUTPUT_NAME_END_WIDE","features":[547]},{"name":"DEBUG_OUTPUT_NORMAL","features":[547]},{"name":"DEBUG_OUTPUT_OFFSET_END","features":[547]},{"name":"DEBUG_OUTPUT_OFFSET_END_T","features":[547]},{"name":"DEBUG_OUTPUT_OFFSET_END_WIDE","features":[547]},{"name":"DEBUG_OUTPUT_PROMPT","features":[547]},{"name":"DEBUG_OUTPUT_PROMPT_REGISTERS","features":[547]},{"name":"DEBUG_OUTPUT_STATUS","features":[547]},{"name":"DEBUG_OUTPUT_SYMBOLS","features":[547]},{"name":"DEBUG_OUTPUT_SYMBOLS_DEFAULT","features":[547]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_NAMES","features":[547]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_OFFSETS","features":[547]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_TYPES","features":[547]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_VALUES","features":[547]},{"name":"DEBUG_OUTPUT_TYPE_END","features":[547]},{"name":"DEBUG_OUTPUT_TYPE_END_T","features":[547]},{"name":"DEBUG_OUTPUT_TYPE_END_WIDE","features":[547]},{"name":"DEBUG_OUTPUT_VALUE_END","features":[547]},{"name":"DEBUG_OUTPUT_VALUE_END_T","features":[547]},{"name":"DEBUG_OUTPUT_VALUE_END_WIDE","features":[547]},{"name":"DEBUG_OUTPUT_VERBOSE","features":[547]},{"name":"DEBUG_OUTPUT_WARNING","features":[547]},{"name":"DEBUG_OUTPUT_XML","features":[547]},{"name":"DEBUG_OUTSYM_ALLOW_DISPLACEMENT","features":[547]},{"name":"DEBUG_OUTSYM_DEFAULT","features":[547]},{"name":"DEBUG_OUTSYM_FORCE_OFFSET","features":[547]},{"name":"DEBUG_OUTSYM_SOURCE_LINE","features":[547]},{"name":"DEBUG_OUTTYPE_ADDRESS_AT_END","features":[547]},{"name":"DEBUG_OUTTYPE_ADDRESS_OF_FIELD","features":[547]},{"name":"DEBUG_OUTTYPE_BLOCK_RECURSE","features":[547]},{"name":"DEBUG_OUTTYPE_COMPACT_OUTPUT","features":[547]},{"name":"DEBUG_OUTTYPE_DEFAULT","features":[547]},{"name":"DEBUG_OUTTYPE_NO_INDENT","features":[547]},{"name":"DEBUG_OUTTYPE_NO_OFFSET","features":[547]},{"name":"DEBUG_OUTTYPE_VERBOSE","features":[547]},{"name":"DEBUG_OUT_TEXT_REPL_DEFAULT","features":[547]},{"name":"DEBUG_PHYSICAL_CACHED","features":[547]},{"name":"DEBUG_PHYSICAL_DEFAULT","features":[547]},{"name":"DEBUG_PHYSICAL_UNCACHED","features":[547]},{"name":"DEBUG_PHYSICAL_WRITE_COMBINED","features":[547]},{"name":"DEBUG_PNP_TRIAGE_INFO","features":[547]},{"name":"DEBUG_POOLTAG_DESCRIPTION","features":[547]},{"name":"DEBUG_POOL_DATA","features":[547]},{"name":"DEBUG_POOL_REGION","features":[547]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ALL","features":[547]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ALPHA","features":[547]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_AMD64","features":[547]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ARM","features":[547]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ARM64","features":[547]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_IA64","features":[547]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_X86","features":[547]},{"name":"DEBUG_PROCESS_DETACH_ON_EXIT","features":[547]},{"name":"DEBUG_PROCESS_ONLY_THIS_PROCESS","features":[547]},{"name":"DEBUG_PROC_DESC_DEFAULT","features":[547]},{"name":"DEBUG_PROC_DESC_NO_COMMAND_LINE","features":[547]},{"name":"DEBUG_PROC_DESC_NO_MTS_PACKAGES","features":[547]},{"name":"DEBUG_PROC_DESC_NO_PATHS","features":[547]},{"name":"DEBUG_PROC_DESC_NO_SERVICES","features":[547]},{"name":"DEBUG_PROC_DESC_NO_SESSION_ID","features":[547]},{"name":"DEBUG_PROC_DESC_NO_USER_NAME","features":[547]},{"name":"DEBUG_PROC_DESC_WITH_ARCHITECTURE","features":[547]},{"name":"DEBUG_PROC_DESC_WITH_PACKAGEFAMILY","features":[547]},{"name":"DEBUG_READ_USER_MINIDUMP_STREAM","features":[547]},{"name":"DEBUG_REGISTERS_ALL","features":[547]},{"name":"DEBUG_REGISTERS_DEFAULT","features":[547]},{"name":"DEBUG_REGISTERS_FLOAT","features":[547]},{"name":"DEBUG_REGISTERS_INT32","features":[547]},{"name":"DEBUG_REGISTERS_INT64","features":[547]},{"name":"DEBUG_REGISTER_DESCRIPTION","features":[547]},{"name":"DEBUG_REGISTER_SUB_REGISTER","features":[547]},{"name":"DEBUG_REGSRC_DEBUGGEE","features":[547]},{"name":"DEBUG_REGSRC_EXPLICIT","features":[547]},{"name":"DEBUG_REGSRC_FRAME","features":[547]},{"name":"DEBUG_REQUEST_ADD_CACHED_SYMBOL_INFO","features":[547]},{"name":"DEBUG_REQUEST_CLOSE_TOKEN","features":[547]},{"name":"DEBUG_REQUEST_CURRENT_OUTPUT_CALLBACKS_ARE_DML_AWARE","features":[547]},{"name":"DEBUG_REQUEST_DUPLICATE_TOKEN","features":[547]},{"name":"DEBUG_REQUEST_EXT_TYPED_DATA_ANSI","features":[547]},{"name":"DEBUG_REQUEST_GET_ADDITIONAL_CREATE_OPTIONS","features":[547]},{"name":"DEBUG_REQUEST_GET_CACHED_SYMBOL_INFO","features":[547]},{"name":"DEBUG_REQUEST_GET_CAPTURED_EVENT_CODE_OFFSET","features":[547]},{"name":"DEBUG_REQUEST_GET_DUMP_HEADER","features":[547]},{"name":"DEBUG_REQUEST_GET_EXTENSION_SEARCH_PATH_WIDE","features":[547]},{"name":"DEBUG_REQUEST_GET_IMAGE_ARCHITECTURE","features":[547]},{"name":"DEBUG_REQUEST_GET_INSTRUMENTATION_VERSION","features":[547]},{"name":"DEBUG_REQUEST_GET_MODULE_ARCHITECTURE","features":[547]},{"name":"DEBUG_REQUEST_GET_OFFSET_UNWIND_INFORMATION","features":[547]},{"name":"DEBUG_REQUEST_GET_TEXT_COMPLETIONS_ANSI","features":[547]},{"name":"DEBUG_REQUEST_GET_TEXT_COMPLETIONS_WIDE","features":[547]},{"name":"DEBUG_REQUEST_GET_WIN32_MAJOR_MINOR_VERSIONS","features":[547]},{"name":"DEBUG_REQUEST_INLINE_QUERY","features":[547]},{"name":"DEBUG_REQUEST_MIDORI","features":[547]},{"name":"DEBUG_REQUEST_MISC_INFORMATION","features":[547]},{"name":"DEBUG_REQUEST_OPEN_PROCESS_TOKEN","features":[547]},{"name":"DEBUG_REQUEST_OPEN_THREAD_TOKEN","features":[547]},{"name":"DEBUG_REQUEST_PROCESS_DESCRIPTORS","features":[547]},{"name":"DEBUG_REQUEST_QUERY_INFO_TOKEN","features":[547]},{"name":"DEBUG_REQUEST_READ_CAPTURED_EVENT_CODE_STREAM","features":[547]},{"name":"DEBUG_REQUEST_READ_USER_MINIDUMP_STREAM","features":[547]},{"name":"DEBUG_REQUEST_REMOVE_CACHED_SYMBOL_INFO","features":[547]},{"name":"DEBUG_REQUEST_RESUME_THREAD","features":[547]},{"name":"DEBUG_REQUEST_SET_ADDITIONAL_CREATE_OPTIONS","features":[547]},{"name":"DEBUG_REQUEST_SET_DUMP_HEADER","features":[547]},{"name":"DEBUG_REQUEST_SET_LOCAL_IMPLICIT_COMMAND_LINE","features":[547]},{"name":"DEBUG_REQUEST_SOURCE_PATH_HAS_SOURCE_SERVER","features":[547]},{"name":"DEBUG_REQUEST_TARGET_CAN_DETACH","features":[547]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_CONTEXT","features":[547]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_RECORD","features":[547]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_THREAD","features":[547]},{"name":"DEBUG_REQUEST_TL_INSTRUMENTATION_AWARE","features":[547]},{"name":"DEBUG_REQUEST_WOW_MODULE","features":[547]},{"name":"DEBUG_REQUEST_WOW_PROCESS","features":[547]},{"name":"DEBUG_SCOPE_GROUP_ALL","features":[547]},{"name":"DEBUG_SCOPE_GROUP_ARGUMENTS","features":[547]},{"name":"DEBUG_SCOPE_GROUP_BY_DATAMODEL","features":[547]},{"name":"DEBUG_SCOPE_GROUP_LOCALS","features":[547]},{"name":"DEBUG_SERVERS_ALL","features":[547]},{"name":"DEBUG_SERVERS_DEBUGGER","features":[547]},{"name":"DEBUG_SERVERS_PROCESS","features":[547]},{"name":"DEBUG_SESSION_ACTIVE","features":[547]},{"name":"DEBUG_SESSION_END","features":[547]},{"name":"DEBUG_SESSION_END_SESSION_ACTIVE_DETACH","features":[547]},{"name":"DEBUG_SESSION_END_SESSION_ACTIVE_TERMINATE","features":[547]},{"name":"DEBUG_SESSION_END_SESSION_PASSIVE","features":[547]},{"name":"DEBUG_SESSION_FAILURE","features":[547]},{"name":"DEBUG_SESSION_HIBERNATE","features":[547]},{"name":"DEBUG_SESSION_REBOOT","features":[547]},{"name":"DEBUG_SMBIOS_INFO","features":[547]},{"name":"DEBUG_SOURCE_IS_STATEMENT","features":[547]},{"name":"DEBUG_SPECIFIC_FILTER_PARAMETERS","features":[547]},{"name":"DEBUG_SRCFILE_SYMBOL_CHECKSUMINFO","features":[547]},{"name":"DEBUG_SRCFILE_SYMBOL_TOKEN","features":[547]},{"name":"DEBUG_SRCFILE_SYMBOL_TOKEN_SOURCE_COMMAND_WIDE","features":[547]},{"name":"DEBUG_STACK_ARGUMENTS","features":[547]},{"name":"DEBUG_STACK_COLUMN_NAMES","features":[547]},{"name":"DEBUG_STACK_DML","features":[547]},{"name":"DEBUG_STACK_FRAME","features":[307,547]},{"name":"DEBUG_STACK_FRAME_ADDRESSES","features":[547]},{"name":"DEBUG_STACK_FRAME_ADDRESSES_RA_ONLY","features":[547]},{"name":"DEBUG_STACK_FRAME_ARCH","features":[547]},{"name":"DEBUG_STACK_FRAME_EX","features":[307,547]},{"name":"DEBUG_STACK_FRAME_MEMORY_USAGE","features":[547]},{"name":"DEBUG_STACK_FRAME_NUMBERS","features":[547]},{"name":"DEBUG_STACK_FRAME_OFFSETS","features":[547]},{"name":"DEBUG_STACK_FUNCTION_INFO","features":[547]},{"name":"DEBUG_STACK_NONVOLATILE_REGISTERS","features":[547]},{"name":"DEBUG_STACK_PARAMETERS","features":[547]},{"name":"DEBUG_STACK_PARAMETERS_NEWLINE","features":[547]},{"name":"DEBUG_STACK_PROVIDER","features":[547]},{"name":"DEBUG_STACK_SOURCE_LINE","features":[547]},{"name":"DEBUG_STATUS_BREAK","features":[547]},{"name":"DEBUG_STATUS_GO","features":[547]},{"name":"DEBUG_STATUS_GO_HANDLED","features":[547]},{"name":"DEBUG_STATUS_GO_NOT_HANDLED","features":[547]},{"name":"DEBUG_STATUS_IGNORE_EVENT","features":[547]},{"name":"DEBUG_STATUS_INSIDE_WAIT","features":[547]},{"name":"DEBUG_STATUS_MASK","features":[547]},{"name":"DEBUG_STATUS_NO_CHANGE","features":[547]},{"name":"DEBUG_STATUS_NO_DEBUGGEE","features":[547]},{"name":"DEBUG_STATUS_OUT_OF_SYNC","features":[547]},{"name":"DEBUG_STATUS_RESTART_REQUESTED","features":[547]},{"name":"DEBUG_STATUS_REVERSE_GO","features":[547]},{"name":"DEBUG_STATUS_REVERSE_STEP_BRANCH","features":[547]},{"name":"DEBUG_STATUS_REVERSE_STEP_INTO","features":[547]},{"name":"DEBUG_STATUS_REVERSE_STEP_OVER","features":[547]},{"name":"DEBUG_STATUS_STEP_BRANCH","features":[547]},{"name":"DEBUG_STATUS_STEP_INTO","features":[547]},{"name":"DEBUG_STATUS_STEP_OVER","features":[547]},{"name":"DEBUG_STATUS_TIMEOUT","features":[547]},{"name":"DEBUG_STATUS_WAIT_INPUT","features":[547]},{"name":"DEBUG_STATUS_WAIT_TIMEOUT","features":[547]},{"name":"DEBUG_SYMBOL_ENTRY","features":[547]},{"name":"DEBUG_SYMBOL_EXPANDED","features":[547]},{"name":"DEBUG_SYMBOL_EXPANSION_LEVEL_MASK","features":[547]},{"name":"DEBUG_SYMBOL_IS_ARGUMENT","features":[547]},{"name":"DEBUG_SYMBOL_IS_ARRAY","features":[547]},{"name":"DEBUG_SYMBOL_IS_FLOAT","features":[547]},{"name":"DEBUG_SYMBOL_IS_LOCAL","features":[547]},{"name":"DEBUG_SYMBOL_PARAMETERS","features":[547]},{"name":"DEBUG_SYMBOL_READ_ONLY","features":[547]},{"name":"DEBUG_SYMBOL_SOURCE_ENTRY","features":[547]},{"name":"DEBUG_SYMENT_IS_CODE","features":[547]},{"name":"DEBUG_SYMENT_IS_DATA","features":[547]},{"name":"DEBUG_SYMENT_IS_LOCAL","features":[547]},{"name":"DEBUG_SYMENT_IS_MANAGED","features":[547]},{"name":"DEBUG_SYMENT_IS_PARAMETER","features":[547]},{"name":"DEBUG_SYMENT_IS_SYNTHETIC","features":[547]},{"name":"DEBUG_SYMINFO_BREAKPOINT_SOURCE_LINE","features":[547]},{"name":"DEBUG_SYMINFO_GET_MODULE_SYMBOL_NAMES_AND_OFFSETS","features":[547]},{"name":"DEBUG_SYMINFO_GET_SYMBOL_NAME_BY_OFFSET_AND_TAG_WIDE","features":[547]},{"name":"DEBUG_SYMINFO_IMAGEHLP_MODULEW64","features":[547]},{"name":"DEBUG_SYMTYPE_CODEVIEW","features":[547]},{"name":"DEBUG_SYMTYPE_COFF","features":[547]},{"name":"DEBUG_SYMTYPE_DEFERRED","features":[547]},{"name":"DEBUG_SYMTYPE_DIA","features":[547]},{"name":"DEBUG_SYMTYPE_EXPORT","features":[547]},{"name":"DEBUG_SYMTYPE_NONE","features":[547]},{"name":"DEBUG_SYMTYPE_PDB","features":[547]},{"name":"DEBUG_SYMTYPE_SYM","features":[547]},{"name":"DEBUG_SYSOBJINFO_CURRENT_PROCESS_COOKIE","features":[547]},{"name":"DEBUG_SYSOBJINFO_THREAD_BASIC_INFORMATION","features":[547]},{"name":"DEBUG_SYSOBJINFO_THREAD_NAME_WIDE","features":[547]},{"name":"DEBUG_SYSVERSTR_BUILD","features":[547]},{"name":"DEBUG_SYSVERSTR_SERVICE_PACK","features":[547]},{"name":"DEBUG_TBINFO_AFFINITY","features":[547]},{"name":"DEBUG_TBINFO_ALL","features":[547]},{"name":"DEBUG_TBINFO_EXIT_STATUS","features":[547]},{"name":"DEBUG_TBINFO_PRIORITY","features":[547]},{"name":"DEBUG_TBINFO_PRIORITY_CLASS","features":[547]},{"name":"DEBUG_TBINFO_START_OFFSET","features":[547]},{"name":"DEBUG_TBINFO_TIMES","features":[547]},{"name":"DEBUG_THREAD_BASIC_INFORMATION","features":[547]},{"name":"DEBUG_TRIAGE_FOLLOWUP_INFO","features":[547]},{"name":"DEBUG_TRIAGE_FOLLOWUP_INFO_2","features":[547]},{"name":"DEBUG_TYPED_DATA","features":[547]},{"name":"DEBUG_TYPED_DATA_IS_IN_MEMORY","features":[547]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_CACHED","features":[547]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_DEFAULT","features":[547]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_MEMORY","features":[547]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_UNCACHED","features":[547]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_WRITE_COMBINED","features":[547]},{"name":"DEBUG_TYPEOPTS_FORCERADIX_OUTPUT","features":[547]},{"name":"DEBUG_TYPEOPTS_LONGSTATUS_DISPLAY","features":[547]},{"name":"DEBUG_TYPEOPTS_MATCH_MAXSIZE","features":[547]},{"name":"DEBUG_TYPEOPTS_UNICODE_DISPLAY","features":[547]},{"name":"DEBUG_USER_WINDOWS_DUMP","features":[547]},{"name":"DEBUG_USER_WINDOWS_DUMP_WINDOWS_CE","features":[547]},{"name":"DEBUG_USER_WINDOWS_IDNA","features":[547]},{"name":"DEBUG_USER_WINDOWS_PROCESS","features":[547]},{"name":"DEBUG_USER_WINDOWS_PROCESS_SERVER","features":[547]},{"name":"DEBUG_USER_WINDOWS_REPT","features":[547]},{"name":"DEBUG_USER_WINDOWS_SMALL_DUMP","features":[547]},{"name":"DEBUG_VALUE","features":[307,547]},{"name":"DEBUG_VALUE_FLOAT128","features":[547]},{"name":"DEBUG_VALUE_FLOAT32","features":[547]},{"name":"DEBUG_VALUE_FLOAT64","features":[547]},{"name":"DEBUG_VALUE_FLOAT80","features":[547]},{"name":"DEBUG_VALUE_FLOAT82","features":[547]},{"name":"DEBUG_VALUE_INT16","features":[547]},{"name":"DEBUG_VALUE_INT32","features":[547]},{"name":"DEBUG_VALUE_INT64","features":[547]},{"name":"DEBUG_VALUE_INT8","features":[547]},{"name":"DEBUG_VALUE_INVALID","features":[547]},{"name":"DEBUG_VALUE_TYPES","features":[547]},{"name":"DEBUG_VALUE_VECTOR128","features":[547]},{"name":"DEBUG_VALUE_VECTOR64","features":[547]},{"name":"DEBUG_VSEARCH_DEFAULT","features":[547]},{"name":"DEBUG_VSEARCH_WRITABLE_ONLY","features":[547]},{"name":"DEBUG_VSOURCE_DEBUGGEE","features":[547]},{"name":"DEBUG_VSOURCE_DUMP_WITHOUT_MEMINFO","features":[547]},{"name":"DEBUG_VSOURCE_INVALID","features":[547]},{"name":"DEBUG_VSOURCE_MAPPED_IMAGE","features":[547]},{"name":"DEBUG_WAIT_DEFAULT","features":[547]},{"name":"DISK_READ_0_BYTES","features":[547]},{"name":"DISK_WRITE","features":[547]},{"name":"DUMP_HANDLE_FLAG_CID_TABLE","features":[547]},{"name":"DUMP_HANDLE_FLAG_KERNEL_TABLE","features":[547]},{"name":"DUMP_HANDLE_FLAG_PRINT_FREE_ENTRY","features":[547]},{"name":"DUMP_HANDLE_FLAG_PRINT_OBJECT","features":[547]},{"name":"DbgPoolRegionMax","features":[547]},{"name":"DbgPoolRegionNonPaged","features":[547]},{"name":"DbgPoolRegionNonPagedExpansion","features":[547]},{"name":"DbgPoolRegionPaged","features":[547]},{"name":"DbgPoolRegionSessionPaged","features":[547]},{"name":"DbgPoolRegionSpecial","features":[547]},{"name":"DbgPoolRegionUnknown","features":[547]},{"name":"DebugBaseEventCallbacks","features":[547]},{"name":"DebugBaseEventCallbacksWide","features":[547]},{"name":"DebugConnect","features":[547]},{"name":"DebugConnectWide","features":[547]},{"name":"DebugCreate","features":[547]},{"name":"DebugCreateEx","features":[547]},{"name":"ENTRY_CALLBACK","features":[547]},{"name":"ERROR_DBG_CANCELLED","features":[547]},{"name":"ERROR_DBG_TIMEOUT","features":[547]},{"name":"EXIT_ON_CONTROLC","features":[547]},{"name":"EXIT_STATUS","features":[547]},{"name":"EXTDLL_DATA_QUERY_BUILD_BINDIR","features":[547]},{"name":"EXTDLL_DATA_QUERY_BUILD_BINDIR_SYMSRV","features":[547]},{"name":"EXTDLL_DATA_QUERY_BUILD_SYMDIR","features":[547]},{"name":"EXTDLL_DATA_QUERY_BUILD_SYMDIR_SYMSRV","features":[547]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64BINDIR","features":[547]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64BINDIR_SYMSRV","features":[547]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64SYMDIR","features":[547]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64SYMDIR_SYMSRV","features":[547]},{"name":"EXTDLL_ITERATERTLBALANCEDNODES","features":[547]},{"name":"EXTDLL_QUERYDATABYTAG","features":[547]},{"name":"EXTDLL_QUERYDATABYTAGEX","features":[547]},{"name":"EXTSTACKTRACE","features":[547]},{"name":"EXTSTACKTRACE32","features":[547]},{"name":"EXTSTACKTRACE64","features":[547]},{"name":"EXTS_JOB_PROCESS_CALLBACK","features":[307,547]},{"name":"EXTS_TABLE_ENTRY_CALLBACK","features":[307,547]},{"name":"EXT_ANALYSIS_PLUGIN","features":[547]},{"name":"EXT_ANALYZER","features":[547]},{"name":"EXT_ANALYZER_FLAG_ID","features":[547]},{"name":"EXT_ANALYZER_FLAG_MOD","features":[547]},{"name":"EXT_API_VERSION","features":[547]},{"name":"EXT_API_VERSION_NUMBER","features":[547]},{"name":"EXT_API_VERSION_NUMBER32","features":[547]},{"name":"EXT_API_VERSION_NUMBER64","features":[547]},{"name":"EXT_CAB_XML_DATA","features":[547]},{"name":"EXT_DECODE_ERROR","features":[307,547]},{"name":"EXT_FIND_FILE","features":[307,547]},{"name":"EXT_FIND_FILE_ALLOW_GIVEN_PATH","features":[547]},{"name":"EXT_GET_DEBUG_FAILURE_ANALYSIS","features":[547]},{"name":"EXT_GET_ENVIRONMENT_VARIABLE","features":[547]},{"name":"EXT_GET_FAILURE_ANALYSIS","features":[547]},{"name":"EXT_GET_FA_ENTRIES_DATA","features":[547]},{"name":"EXT_GET_HANDLE_TRACE","features":[547]},{"name":"EXT_MATCH_PATTERN_A","features":[547]},{"name":"EXT_RELOAD_TRIAGER","features":[547]},{"name":"EXT_TARGET_INFO","features":[547]},{"name":"EXT_TDF_PHYSICAL_CACHED","features":[547]},{"name":"EXT_TDF_PHYSICAL_DEFAULT","features":[547]},{"name":"EXT_TDF_PHYSICAL_MEMORY","features":[547]},{"name":"EXT_TDF_PHYSICAL_UNCACHED","features":[547]},{"name":"EXT_TDF_PHYSICAL_WRITE_COMBINED","features":[547]},{"name":"EXT_TDOP","features":[547]},{"name":"EXT_TDOP_COPY","features":[547]},{"name":"EXT_TDOP_COUNT","features":[547]},{"name":"EXT_TDOP_EVALUATE","features":[547]},{"name":"EXT_TDOP_GET_ARRAY_ELEMENT","features":[547]},{"name":"EXT_TDOP_GET_DEREFERENCE","features":[547]},{"name":"EXT_TDOP_GET_FIELD","features":[547]},{"name":"EXT_TDOP_GET_FIELD_OFFSET","features":[547]},{"name":"EXT_TDOP_GET_POINTER_TO","features":[547]},{"name":"EXT_TDOP_GET_TYPE_NAME","features":[547]},{"name":"EXT_TDOP_GET_TYPE_SIZE","features":[547]},{"name":"EXT_TDOP_HAS_FIELD","features":[547]},{"name":"EXT_TDOP_OUTPUT_FULL_VALUE","features":[547]},{"name":"EXT_TDOP_OUTPUT_SIMPLE_VALUE","features":[547]},{"name":"EXT_TDOP_OUTPUT_TYPE_DEFINITION","features":[547]},{"name":"EXT_TDOP_OUTPUT_TYPE_NAME","features":[547]},{"name":"EXT_TDOP_RELEASE","features":[547]},{"name":"EXT_TDOP_SET_FROM_EXPR","features":[547]},{"name":"EXT_TDOP_SET_FROM_TYPE_ID_AND_U64","features":[547]},{"name":"EXT_TDOP_SET_FROM_U64_EXPR","features":[547]},{"name":"EXT_TDOP_SET_PTR_FROM_TYPE_ID_AND_U64","features":[547]},{"name":"EXT_TRIAGE_FOLLOWUP","features":[547]},{"name":"EXT_TYPED_DATA","features":[547]},{"name":"EXT_XML_DATA","features":[547]},{"name":"ErrorClass","features":[547]},{"name":"ErrorClassError","features":[547]},{"name":"ErrorClassWarning","features":[547]},{"name":"FAILURE_ANALYSIS_ASSUME_HANG","features":[547]},{"name":"FAILURE_ANALYSIS_AUTOBUG_PROCESSING","features":[547]},{"name":"FAILURE_ANALYSIS_AUTOSET_SYMPATH","features":[547]},{"name":"FAILURE_ANALYSIS_CALLSTACK_XML","features":[547]},{"name":"FAILURE_ANALYSIS_CALLSTACK_XML_FULL_SOURCE_INFO","features":[547]},{"name":"FAILURE_ANALYSIS_CREATE_INSTANCE","features":[547]},{"name":"FAILURE_ANALYSIS_EXCEPTION_AS_HANG","features":[547]},{"name":"FAILURE_ANALYSIS_HEAP_CORRUPTION_BLAME_FUNCTION","features":[547]},{"name":"FAILURE_ANALYSIS_IGNORE_BREAKIN","features":[547]},{"name":"FAILURE_ANALYSIS_LIVE_DEBUG_HOLD_CHECK","features":[547]},{"name":"FAILURE_ANALYSIS_MODULE_INFO_XML","features":[547]},{"name":"FAILURE_ANALYSIS_MULTI_TARGET","features":[547]},{"name":"FAILURE_ANALYSIS_NO_DB_LOOKUP","features":[547]},{"name":"FAILURE_ANALYSIS_NO_IMAGE_CORRUPTION","features":[547]},{"name":"FAILURE_ANALYSIS_PERMIT_HEAP_ACCESS_VIOLATIONS","features":[547]},{"name":"FAILURE_ANALYSIS_REGISTRY_DATA","features":[547]},{"name":"FAILURE_ANALYSIS_SET_FAILURE_CONTEXT","features":[547]},{"name":"FAILURE_ANALYSIS_SHOW_SOURCE","features":[547]},{"name":"FAILURE_ANALYSIS_SHOW_WCT_STACKS","features":[547]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES","features":[547]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES_ALL","features":[547]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES_FRAMES","features":[547]},{"name":"FAILURE_ANALYSIS_VERBOSE","features":[547]},{"name":"FAILURE_ANALYSIS_WMI_QUERY_DATA","features":[547]},{"name":"FAILURE_ANALYSIS_XML_FILE_OUTPUT","features":[547]},{"name":"FAILURE_ANALYSIS_XML_OUTPUT","features":[547]},{"name":"FAILURE_ANALYSIS_XSD_VERIFY","features":[547]},{"name":"FAILURE_ANALYSIS_XSLT_FILE_INPUT","features":[547]},{"name":"FAILURE_ANALYSIS_XSLT_FILE_OUTPUT","features":[547]},{"name":"FA_ENTRY","features":[547]},{"name":"FA_ENTRY_TYPE","features":[547]},{"name":"FA_EXTENSION_PLUGIN_PHASE","features":[547]},{"name":"FA_PLUGIN_INITIALIZATION","features":[547]},{"name":"FA_PLUGIN_POST_BUCKETING","features":[547]},{"name":"FA_PLUGIN_PRE_BUCKETING","features":[547]},{"name":"FA_PLUGIN_STACK_ANALYSIS","features":[547]},{"name":"FIELDS_DID_NOT_MATCH","features":[547]},{"name":"FIELD_INFO","features":[547]},{"name":"FormatBSTRString","features":[547]},{"name":"FormatEnumNameOnly","features":[547]},{"name":"FormatEscapedStringWithQuote","features":[547]},{"name":"FormatHString","features":[547]},{"name":"FormatNone","features":[547]},{"name":"FormatQuotedHString","features":[547]},{"name":"FormatQuotedString","features":[547]},{"name":"FormatQuotedUTF32String","features":[547]},{"name":"FormatQuotedUTF8String","features":[547]},{"name":"FormatQuotedUnicodeString","features":[547]},{"name":"FormatRaw","features":[547]},{"name":"FormatSingleCharacter","features":[547]},{"name":"FormatString","features":[547]},{"name":"FormatUTF32String","features":[547]},{"name":"FormatUTF8String","features":[547]},{"name":"FormatUnicodeString","features":[547]},{"name":"GET_CONTEXT_EX","features":[547]},{"name":"GET_CURRENT_PROCESS_ADDRESS","features":[547]},{"name":"GET_CURRENT_THREAD_ADDRESS","features":[547]},{"name":"GET_EXPRESSION_EX","features":[547]},{"name":"GET_INPUT_LINE","features":[547]},{"name":"GET_PEB_ADDRESS","features":[547]},{"name":"GET_SET_SYMPATH","features":[547]},{"name":"GET_TEB_ADDRESS","features":[547]},{"name":"ICodeAddressConcept","features":[547]},{"name":"IComparableConcept","features":[547]},{"name":"IDataModelConcept","features":[547]},{"name":"IDataModelManager","features":[547]},{"name":"IDataModelManager2","features":[547]},{"name":"IDataModelNameBinder","features":[547]},{"name":"IDataModelScript","features":[547]},{"name":"IDataModelScriptClient","features":[547]},{"name":"IDataModelScriptDebug","features":[547]},{"name":"IDataModelScriptDebug2","features":[547]},{"name":"IDataModelScriptDebugBreakpoint","features":[547]},{"name":"IDataModelScriptDebugBreakpointEnumerator","features":[547]},{"name":"IDataModelScriptDebugClient","features":[547]},{"name":"IDataModelScriptDebugStack","features":[547]},{"name":"IDataModelScriptDebugStackFrame","features":[547]},{"name":"IDataModelScriptDebugVariableSetEnumerator","features":[547]},{"name":"IDataModelScriptHostContext","features":[547]},{"name":"IDataModelScriptManager","features":[547]},{"name":"IDataModelScriptProvider","features":[547]},{"name":"IDataModelScriptProviderEnumerator","features":[547]},{"name":"IDataModelScriptTemplate","features":[547]},{"name":"IDataModelScriptTemplateEnumerator","features":[547]},{"name":"IDebugAdvanced","features":[547]},{"name":"IDebugAdvanced2","features":[547]},{"name":"IDebugAdvanced3","features":[547]},{"name":"IDebugAdvanced4","features":[547]},{"name":"IDebugBreakpoint","features":[547]},{"name":"IDebugBreakpoint2","features":[547]},{"name":"IDebugBreakpoint3","features":[547]},{"name":"IDebugClient","features":[547]},{"name":"IDebugClient2","features":[547]},{"name":"IDebugClient3","features":[547]},{"name":"IDebugClient4","features":[547]},{"name":"IDebugClient5","features":[547]},{"name":"IDebugClient6","features":[547]},{"name":"IDebugClient7","features":[547]},{"name":"IDebugClient8","features":[547]},{"name":"IDebugControl","features":[547]},{"name":"IDebugControl2","features":[547]},{"name":"IDebugControl3","features":[547]},{"name":"IDebugControl4","features":[547]},{"name":"IDebugControl5","features":[547]},{"name":"IDebugControl6","features":[547]},{"name":"IDebugControl7","features":[547]},{"name":"IDebugDataSpaces","features":[547]},{"name":"IDebugDataSpaces2","features":[547]},{"name":"IDebugDataSpaces3","features":[547]},{"name":"IDebugDataSpaces4","features":[547]},{"name":"IDebugEventCallbacks","features":[547]},{"name":"IDebugEventCallbacksWide","features":[547]},{"name":"IDebugEventContextCallbacks","features":[547]},{"name":"IDebugFAEntryTags","features":[547]},{"name":"IDebugFailureAnalysis","features":[547]},{"name":"IDebugFailureAnalysis2","features":[547]},{"name":"IDebugFailureAnalysis3","features":[547]},{"name":"IDebugHost","features":[547]},{"name":"IDebugHostBaseClass","features":[547]},{"name":"IDebugHostConstant","features":[547]},{"name":"IDebugHostContext","features":[547]},{"name":"IDebugHostData","features":[547]},{"name":"IDebugHostErrorSink","features":[547]},{"name":"IDebugHostEvaluator","features":[547]},{"name":"IDebugHostEvaluator2","features":[547]},{"name":"IDebugHostExtensibility","features":[547]},{"name":"IDebugHostField","features":[547]},{"name":"IDebugHostMemory","features":[547]},{"name":"IDebugHostMemory2","features":[547]},{"name":"IDebugHostModule","features":[547]},{"name":"IDebugHostModule2","features":[547]},{"name":"IDebugHostModuleSignature","features":[547]},{"name":"IDebugHostPublic","features":[547]},{"name":"IDebugHostScriptHost","features":[547]},{"name":"IDebugHostStatus","features":[547]},{"name":"IDebugHostSymbol","features":[547]},{"name":"IDebugHostSymbol2","features":[547]},{"name":"IDebugHostSymbolEnumerator","features":[547]},{"name":"IDebugHostSymbols","features":[547]},{"name":"IDebugHostType","features":[547]},{"name":"IDebugHostType2","features":[547]},{"name":"IDebugHostTypeSignature","features":[547]},{"name":"IDebugInputCallbacks","features":[547]},{"name":"IDebugOutputCallbacks","features":[547]},{"name":"IDebugOutputCallbacks2","features":[547]},{"name":"IDebugOutputCallbacksWide","features":[547]},{"name":"IDebugOutputStream","features":[547]},{"name":"IDebugPlmClient","features":[547]},{"name":"IDebugPlmClient2","features":[547]},{"name":"IDebugPlmClient3","features":[547]},{"name":"IDebugRegisters","features":[547]},{"name":"IDebugRegisters2","features":[547]},{"name":"IDebugSymbolGroup","features":[547]},{"name":"IDebugSymbolGroup2","features":[547]},{"name":"IDebugSymbols","features":[547]},{"name":"IDebugSymbols2","features":[547]},{"name":"IDebugSymbols3","features":[547]},{"name":"IDebugSymbols4","features":[547]},{"name":"IDebugSymbols5","features":[547]},{"name":"IDebugSystemObjects","features":[547]},{"name":"IDebugSystemObjects2","features":[547]},{"name":"IDebugSystemObjects3","features":[547]},{"name":"IDebugSystemObjects4","features":[547]},{"name":"IDynamicConceptProviderConcept","features":[547]},{"name":"IDynamicKeyProviderConcept","features":[547]},{"name":"IEquatableConcept","features":[547]},{"name":"IG_DISASSEMBLE_BUFFER","features":[547]},{"name":"IG_DUMP_SYMBOL_INFO","features":[547]},{"name":"IG_FIND_FILE","features":[547]},{"name":"IG_GET_ANY_MODULE_IN_RANGE","features":[547]},{"name":"IG_GET_BUS_DATA","features":[547]},{"name":"IG_GET_CACHE_SIZE","features":[547]},{"name":"IG_GET_CLR_DATA_INTERFACE","features":[547]},{"name":"IG_GET_CONTEXT_EX","features":[547]},{"name":"IG_GET_CURRENT_PROCESS","features":[547]},{"name":"IG_GET_CURRENT_PROCESS_HANDLE","features":[547]},{"name":"IG_GET_CURRENT_THREAD","features":[547]},{"name":"IG_GET_DEBUGGER_DATA","features":[547]},{"name":"IG_GET_EXCEPTION_RECORD","features":[547]},{"name":"IG_GET_EXPRESSION_EX","features":[547]},{"name":"IG_GET_INPUT_LINE","features":[547]},{"name":"IG_GET_KERNEL_VERSION","features":[547]},{"name":"IG_GET_PEB_ADDRESS","features":[547]},{"name":"IG_GET_SET_SYMPATH","features":[547]},{"name":"IG_GET_TEB_ADDRESS","features":[547]},{"name":"IG_GET_THREAD_OS_INFO","features":[547]},{"name":"IG_GET_TYPE_SIZE","features":[547]},{"name":"IG_IS_PTR64","features":[547]},{"name":"IG_KD_CONTEXT","features":[547]},{"name":"IG_KSTACK_HELP","features":[547]},{"name":"IG_LOWMEM_CHECK","features":[547]},{"name":"IG_MATCH_PATTERN_A","features":[547]},{"name":"IG_OBSOLETE_PLACEHOLDER_36","features":[547]},{"name":"IG_PHYSICAL_TO_VIRTUAL","features":[547]},{"name":"IG_POINTER_SEARCH_PHYSICAL","features":[547]},{"name":"IG_QUERY_TARGET_INTERFACE","features":[547]},{"name":"IG_READ_CONTROL_SPACE","features":[547]},{"name":"IG_READ_IO_SPACE","features":[547]},{"name":"IG_READ_IO_SPACE_EX","features":[547]},{"name":"IG_READ_MSR","features":[547]},{"name":"IG_READ_PHYSICAL","features":[547]},{"name":"IG_READ_PHYSICAL_WITH_FLAGS","features":[547]},{"name":"IG_RELOAD_SYMBOLS","features":[547]},{"name":"IG_SEARCH_MEMORY","features":[547]},{"name":"IG_SET_BUS_DATA","features":[547]},{"name":"IG_SET_THREAD","features":[547]},{"name":"IG_TRANSLATE_VIRTUAL_TO_PHYSICAL","features":[547]},{"name":"IG_TYPED_DATA","features":[547]},{"name":"IG_TYPED_DATA_OBSOLETE","features":[547]},{"name":"IG_VIRTUAL_TO_PHYSICAL","features":[547]},{"name":"IG_WRITE_CONTROL_SPACE","features":[547]},{"name":"IG_WRITE_IO_SPACE","features":[547]},{"name":"IG_WRITE_IO_SPACE_EX","features":[547]},{"name":"IG_WRITE_MSR","features":[547]},{"name":"IG_WRITE_PHYSICAL","features":[547]},{"name":"IG_WRITE_PHYSICAL_WITH_FLAGS","features":[547]},{"name":"IHostDataModelAccess","features":[547]},{"name":"IIndexableConcept","features":[547]},{"name":"IIterableConcept","features":[547]},{"name":"IKeyEnumerator","features":[547]},{"name":"IKeyStore","features":[547]},{"name":"IModelIterator","features":[547]},{"name":"IModelKeyReference","features":[547]},{"name":"IModelKeyReference2","features":[547]},{"name":"IModelMethod","features":[547]},{"name":"IModelObject","features":[547]},{"name":"IModelPropertyAccessor","features":[547]},{"name":"INCORRECT_VERSION_INFO","features":[547]},{"name":"INLINE_FRAME_CONTEXT","features":[547]},{"name":"INSUFFICIENT_SPACE_TO_COPY","features":[547]},{"name":"IOSPACE","features":[547]},{"name":"IOSPACE32","features":[547]},{"name":"IOSPACE64","features":[547]},{"name":"IOSPACE_EX","features":[547]},{"name":"IOSPACE_EX32","features":[547]},{"name":"IOSPACE_EX64","features":[547]},{"name":"IPreferredRuntimeTypeConcept","features":[547]},{"name":"IRawEnumerator","features":[547]},{"name":"IStringDisplayableConcept","features":[547]},{"name":"Identical","features":[547]},{"name":"IntrinsicBool","features":[547]},{"name":"IntrinsicChar","features":[547]},{"name":"IntrinsicChar16","features":[547]},{"name":"IntrinsicChar32","features":[547]},{"name":"IntrinsicFloat","features":[547]},{"name":"IntrinsicHRESULT","features":[547]},{"name":"IntrinsicInt","features":[547]},{"name":"IntrinsicKind","features":[547]},{"name":"IntrinsicLong","features":[547]},{"name":"IntrinsicUInt","features":[547]},{"name":"IntrinsicULong","features":[547]},{"name":"IntrinsicVoid","features":[547]},{"name":"IntrinsicWChar","features":[547]},{"name":"KDDEBUGGER_DATA32","features":[547,313]},{"name":"KDDEBUGGER_DATA64","features":[547,313]},{"name":"KDEXTS_LOCK_CALLBACKROUTINE","features":[307,547]},{"name":"KDEXTS_LOCK_CALLBACKROUTINE_DEFINED","features":[547]},{"name":"KDEXTS_LOCK_INFO","features":[307,547]},{"name":"KDEXTS_PTE_INFO","features":[547]},{"name":"KDEXT_DUMP_HANDLE_CALLBACK","features":[307,547]},{"name":"KDEXT_FILELOCK_OWNER","features":[547]},{"name":"KDEXT_HANDLE_INFORMATION","features":[307,547]},{"name":"KDEXT_PROCESS_FIND_PARAMS","features":[547]},{"name":"KDEXT_THREAD_FIND_PARAMS","features":[547]},{"name":"KD_SECONDARY_VERSION_AMD64_CONTEXT","features":[547]},{"name":"KD_SECONDARY_VERSION_AMD64_OBSOLETE_CONTEXT_1","features":[547]},{"name":"KD_SECONDARY_VERSION_AMD64_OBSOLETE_CONTEXT_2","features":[547]},{"name":"KD_SECONDARY_VERSION_DEFAULT","features":[547]},{"name":"LanguageAssembly","features":[547]},{"name":"LanguageC","features":[547]},{"name":"LanguageCPP","features":[547]},{"name":"LanguageKind","features":[547]},{"name":"LanguageUnknown","features":[547]},{"name":"LessSpecific","features":[547]},{"name":"Location","features":[547]},{"name":"LocationConstant","features":[547]},{"name":"LocationKind","features":[547]},{"name":"LocationMember","features":[547]},{"name":"LocationNone","features":[547]},{"name":"LocationStatic","features":[547]},{"name":"MAX_STACK_IN_BYTES","features":[547]},{"name":"MEMORY_READ_ERROR","features":[547]},{"name":"MODULE_ORDERS_LOADTIME","features":[547]},{"name":"MODULE_ORDERS_MASK","features":[547]},{"name":"MODULE_ORDERS_MODULENAME","features":[547]},{"name":"ModelObjectKind","features":[547]},{"name":"MoreSpecific","features":[547]},{"name":"NO_TYPE","features":[547]},{"name":"NT_STATUS_CODE","features":[547]},{"name":"NULL_FIELD_NAME","features":[547]},{"name":"NULL_SYM_DUMP_PARAM","features":[547]},{"name":"OS_INFO","features":[547]},{"name":"OS_INFO_v1","features":[547]},{"name":"OS_TYPE","features":[547]},{"name":"ObjectContext","features":[547]},{"name":"ObjectError","features":[547]},{"name":"ObjectIntrinsic","features":[547]},{"name":"ObjectKeyReference","features":[547]},{"name":"ObjectMethod","features":[547]},{"name":"ObjectNoValue","features":[547]},{"name":"ObjectPropertyAccessor","features":[547]},{"name":"ObjectSynthetic","features":[547]},{"name":"ObjectTargetObject","features":[547]},{"name":"ObjectTargetObjectReference","features":[547]},{"name":"PDEBUG_EXTENSION_CALL","features":[547]},{"name":"PDEBUG_EXTENSION_CANUNLOAD","features":[547]},{"name":"PDEBUG_EXTENSION_INITIALIZE","features":[547]},{"name":"PDEBUG_EXTENSION_KNOWN_STRUCT","features":[547]},{"name":"PDEBUG_EXTENSION_KNOWN_STRUCT_EX","features":[547]},{"name":"PDEBUG_EXTENSION_NOTIFY","features":[547]},{"name":"PDEBUG_EXTENSION_PROVIDE_VALUE","features":[547]},{"name":"PDEBUG_EXTENSION_QUERY_VALUE_NAMES","features":[547]},{"name":"PDEBUG_EXTENSION_UNINITIALIZE","features":[547]},{"name":"PDEBUG_EXTENSION_UNLOAD","features":[547]},{"name":"PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION","features":[547]},{"name":"PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION","features":[547]},{"name":"PDEBUG_STACK_PROVIDER_FREESTACKSYMFRAMES","features":[307,547]},{"name":"PDEBUG_STACK_PROVIDER_RECONSTRUCTSTACK","features":[307,547]},{"name":"PENUMERATE_HANDLES","features":[307,547]},{"name":"PENUMERATE_HASH_TABLE","features":[307,547]},{"name":"PENUMERATE_JOB_PROCESSES","features":[307,547]},{"name":"PENUMERATE_SYSTEM_LOCKS","features":[307,547]},{"name":"PFIND_FILELOCK_OWNERINFO","features":[547]},{"name":"PFIND_MATCHING_PROCESS","features":[547]},{"name":"PFIND_MATCHING_THREAD","features":[547]},{"name":"PGET_CPU_MICROCODE_VERSION","features":[547]},{"name":"PGET_CPU_PSPEED_INFO","features":[547]},{"name":"PGET_DEVICE_OBJECT_INFO","features":[307,547]},{"name":"PGET_DRIVER_OBJECT_INFO","features":[547]},{"name":"PGET_FULL_IMAGE_NAME","features":[547]},{"name":"PGET_IRP_INFO","features":[547]},{"name":"PGET_PNP_TRIAGE_INFO","features":[547]},{"name":"PGET_POOL_DATA","features":[547]},{"name":"PGET_POOL_REGION","features":[547]},{"name":"PGET_POOL_TAG_DESCRIPTION","features":[547]},{"name":"PGET_PROCESS_COMMIT","features":[547]},{"name":"PGET_SMBIOS_INFO","features":[547]},{"name":"PHYSICAL","features":[547]},{"name":"PHYSICAL_TO_VIRTUAL","features":[547]},{"name":"PHYSICAL_WITH_FLAGS","features":[547]},{"name":"PHYS_FLAG_CACHED","features":[547]},{"name":"PHYS_FLAG_DEFAULT","features":[547]},{"name":"PHYS_FLAG_UNCACHED","features":[547]},{"name":"PHYS_FLAG_WRITE_COMBINED","features":[547]},{"name":"PKDEXTS_GET_PTE_INFO","features":[547]},{"name":"POINTER_SEARCH_PHYSICAL","features":[547]},{"name":"PROCESSORINFO","features":[547]},{"name":"PROCESS_COMMIT_USAGE","features":[547]},{"name":"PROCESS_END","features":[547]},{"name":"PROCESS_NAME_ENTRY","features":[547]},{"name":"PSYM_DUMP_FIELD_CALLBACK","features":[547]},{"name":"PTR_SEARCH_NO_SYMBOL_CHECK","features":[547]},{"name":"PTR_SEARCH_PHYS_ALL_HITS","features":[547]},{"name":"PTR_SEARCH_PHYS_PTE","features":[547]},{"name":"PTR_SEARCH_PHYS_RANGE_CHECK_ONLY","features":[547]},{"name":"PTR_SEARCH_PHYS_SIZE_SHIFT","features":[547]},{"name":"PWINDBG_CHECK_CONTROL_C","features":[547]},{"name":"PWINDBG_CHECK_VERSION","features":[547]},{"name":"PWINDBG_DISASM","features":[547]},{"name":"PWINDBG_DISASM32","features":[547]},{"name":"PWINDBG_DISASM64","features":[547]},{"name":"PWINDBG_EXTENSION_API_VERSION","features":[547]},{"name":"PWINDBG_EXTENSION_DLL_INIT","features":[547,313]},{"name":"PWINDBG_EXTENSION_DLL_INIT32","features":[547,313]},{"name":"PWINDBG_EXTENSION_DLL_INIT64","features":[547,313]},{"name":"PWINDBG_EXTENSION_ROUTINE","features":[307,547]},{"name":"PWINDBG_EXTENSION_ROUTINE32","features":[307,547]},{"name":"PWINDBG_EXTENSION_ROUTINE64","features":[307,547]},{"name":"PWINDBG_GET_EXPRESSION","features":[547]},{"name":"PWINDBG_GET_EXPRESSION32","features":[547]},{"name":"PWINDBG_GET_EXPRESSION64","features":[547]},{"name":"PWINDBG_GET_SYMBOL","features":[547]},{"name":"PWINDBG_GET_SYMBOL32","features":[547]},{"name":"PWINDBG_GET_SYMBOL64","features":[547]},{"name":"PWINDBG_GET_THREAD_CONTEXT_ROUTINE","features":[547,313]},{"name":"PWINDBG_IOCTL_ROUTINE","features":[547]},{"name":"PWINDBG_OLDKD_EXTENSION_ROUTINE","features":[547]},{"name":"PWINDBG_OLDKD_READ_PHYSICAL_MEMORY","features":[547]},{"name":"PWINDBG_OLDKD_WRITE_PHYSICAL_MEMORY","features":[547]},{"name":"PWINDBG_OLD_EXTENSION_ROUTINE","features":[547,313]},{"name":"PWINDBG_OUTPUT_ROUTINE","features":[547]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE","features":[547]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE32","features":[547]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE64","features":[547]},{"name":"PWINDBG_SET_THREAD_CONTEXT_ROUTINE","features":[547,313]},{"name":"PWINDBG_STACKTRACE_ROUTINE","features":[547]},{"name":"PWINDBG_STACKTRACE_ROUTINE32","features":[547]},{"name":"PWINDBG_STACKTRACE_ROUTINE64","features":[547]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE","features":[547]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE32","features":[547]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE64","features":[547]},{"name":"PointerCXHat","features":[547]},{"name":"PointerKind","features":[547]},{"name":"PointerManagedReference","features":[547]},{"name":"PointerRValueReference","features":[547]},{"name":"PointerReference","features":[547]},{"name":"PointerStandard","features":[547]},{"name":"PreferredFormat","features":[547]},{"name":"READCONTROLSPACE","features":[547]},{"name":"READCONTROLSPACE32","features":[547]},{"name":"READCONTROLSPACE64","features":[547]},{"name":"READ_WRITE_MSR","features":[547]},{"name":"RawSearchFlags","features":[547]},{"name":"RawSearchNoBases","features":[547]},{"name":"RawSearchNone","features":[547]},{"name":"SEARCHMEMORY","features":[547]},{"name":"STACK_FRAME_TYPE_IGNORE","features":[547]},{"name":"STACK_FRAME_TYPE_INIT","features":[547]},{"name":"STACK_FRAME_TYPE_INLINE","features":[547]},{"name":"STACK_FRAME_TYPE_RA","features":[547]},{"name":"STACK_FRAME_TYPE_STACK","features":[547]},{"name":"STACK_SRC_INFO","features":[547]},{"name":"STACK_SYM_FRAME_INFO","features":[307,547]},{"name":"SYMBOL_INFO_EX","features":[547]},{"name":"SYMBOL_TYPE_INDEX_NOT_FOUND","features":[547]},{"name":"SYMBOL_TYPE_INFO_NOT_FOUND","features":[547]},{"name":"SYM_DUMP_PARAM","features":[547]},{"name":"ScriptChangeKind","features":[547]},{"name":"ScriptDebugAsyncBreak","features":[547]},{"name":"ScriptDebugBreak","features":[547]},{"name":"ScriptDebugBreakpoint","features":[547]},{"name":"ScriptDebugEvent","features":[547]},{"name":"ScriptDebugEventFilter","features":[547]},{"name":"ScriptDebugEventFilterAbort","features":[547]},{"name":"ScriptDebugEventFilterEntry","features":[547]},{"name":"ScriptDebugEventFilterException","features":[547]},{"name":"ScriptDebugEventFilterUnhandledException","features":[547]},{"name":"ScriptDebugEventInformation","features":[547]},{"name":"ScriptDebugException","features":[547]},{"name":"ScriptDebugExecuting","features":[547]},{"name":"ScriptDebugNoDebugger","features":[547]},{"name":"ScriptDebugNotExecuting","features":[547]},{"name":"ScriptDebugPosition","features":[547]},{"name":"ScriptDebugState","features":[547]},{"name":"ScriptDebugStep","features":[547]},{"name":"ScriptExecutionKind","features":[547]},{"name":"ScriptExecutionNormal","features":[547]},{"name":"ScriptExecutionStepIn","features":[547]},{"name":"ScriptExecutionStepOut","features":[547]},{"name":"ScriptExecutionStepOver","features":[547]},{"name":"ScriptRename","features":[547]},{"name":"SignatureComparison","features":[547]},{"name":"Symbol","features":[547]},{"name":"SymbolBaseClass","features":[547]},{"name":"SymbolConstant","features":[547]},{"name":"SymbolData","features":[547]},{"name":"SymbolField","features":[547]},{"name":"SymbolFunction","features":[547]},{"name":"SymbolKind","features":[547]},{"name":"SymbolModule","features":[547]},{"name":"SymbolPublic","features":[547]},{"name":"SymbolSearchCaseInsensitive","features":[547]},{"name":"SymbolSearchCompletion","features":[547]},{"name":"SymbolSearchNone","features":[547]},{"name":"SymbolSearchOptions","features":[547]},{"name":"SymbolType","features":[547]},{"name":"TANALYZE_RETURN","features":[547]},{"name":"TARGET_DEBUG_INFO","features":[547]},{"name":"TARGET_DEBUG_INFO_v1","features":[547]},{"name":"TARGET_DEBUG_INFO_v2","features":[547]},{"name":"TRANSLATE_VIRTUAL_TO_PHYSICAL","features":[547]},{"name":"TRIAGE_FOLLOWUP_DEFAULT","features":[547]},{"name":"TRIAGE_FOLLOWUP_FAIL","features":[547]},{"name":"TRIAGE_FOLLOWUP_IGNORE","features":[547]},{"name":"TRIAGE_FOLLOWUP_SUCCESS","features":[547]},{"name":"TypeArray","features":[547]},{"name":"TypeEnum","features":[547]},{"name":"TypeExtendedArray","features":[547]},{"name":"TypeFunction","features":[547]},{"name":"TypeIntrinsic","features":[547]},{"name":"TypeKind","features":[547]},{"name":"TypeMemberPointer","features":[547]},{"name":"TypePointer","features":[547]},{"name":"TypeTypedef","features":[547]},{"name":"TypeUDT","features":[547]},{"name":"UNAVAILABLE_ERROR","features":[547]},{"name":"Unrelated","features":[547]},{"name":"VIRTUAL_TO_PHYSICAL","features":[547]},{"name":"VarArgsCStyle","features":[547]},{"name":"VarArgsKind","features":[547]},{"name":"VarArgsNone","features":[547]},{"name":"WDBGEXTS_ADDRESS_DEFAULT","features":[547]},{"name":"WDBGEXTS_ADDRESS_RESERVED0","features":[547]},{"name":"WDBGEXTS_ADDRESS_SEG16","features":[547]},{"name":"WDBGEXTS_ADDRESS_SEG32","features":[547]},{"name":"WDBGEXTS_CLR_DATA_INTERFACE","features":[547]},{"name":"WDBGEXTS_DISASSEMBLE_BUFFER","features":[547]},{"name":"WDBGEXTS_MODULE_IN_RANGE","features":[547]},{"name":"WDBGEXTS_QUERY_INTERFACE","features":[547]},{"name":"WDBGEXTS_THREAD_OS_INFO","features":[547]},{"name":"WINDBG_EXTENSION_APIS","features":[547,313]},{"name":"WINDBG_EXTENSION_APIS32","features":[547,313]},{"name":"WINDBG_EXTENSION_APIS64","features":[547,313]},{"name":"WINDBG_OLDKD_EXTENSION_APIS","features":[547]},{"name":"WINDBG_OLD_EXTENSION_APIS","features":[547]},{"name":"WIN_95","features":[547]},{"name":"WIN_98","features":[547]},{"name":"WIN_ME","features":[547]},{"name":"WIN_NT4","features":[547]},{"name":"WIN_NT5","features":[547]},{"name":"WIN_NT5_1","features":[547]},{"name":"WIN_NT5_2","features":[547]},{"name":"WIN_NT6_0","features":[547]},{"name":"WIN_NT6_1","features":[547]},{"name":"WIN_UNDEFINED","features":[547]},{"name":"XML_DRIVER_NODE_INFO","features":[547]},{"name":"_EXTSAPI_VER_","features":[547]},{"name":"fnDebugFailureAnalysisCreateInstance","features":[547]}],"559":[{"name":"ALPCGuid","features":[337]},{"name":"CLASSIC_EVENT_ID","features":[337]},{"name":"CLSID_TraceRelogger","features":[337]},{"name":"CONTROLTRACE_HANDLE","features":[337]},{"name":"CTraceRelogger","features":[337]},{"name":"CloseTrace","features":[307,337]},{"name":"ControlTraceA","features":[307,337]},{"name":"ControlTraceW","features":[307,337]},{"name":"CreateTraceInstanceId","features":[307,337]},{"name":"CveEventWrite","features":[337]},{"name":"DECODING_SOURCE","features":[337]},{"name":"DIAG_LOGGER_NAMEA","features":[337]},{"name":"DIAG_LOGGER_NAMEW","features":[337]},{"name":"DecodingSourceMax","features":[337]},{"name":"DecodingSourceTlg","features":[337]},{"name":"DecodingSourceWPP","features":[337]},{"name":"DecodingSourceWbem","features":[337]},{"name":"DecodingSourceXMLFile","features":[337]},{"name":"DefaultTraceSecurityGuid","features":[337]},{"name":"DiskIoGuid","features":[337]},{"name":"ENABLECALLBACK_ENABLED_STATE","features":[337]},{"name":"ENABLE_TRACE_PARAMETERS","features":[337]},{"name":"ENABLE_TRACE_PARAMETERS_V1","features":[337]},{"name":"ENABLE_TRACE_PARAMETERS_VERSION","features":[337]},{"name":"ENABLE_TRACE_PARAMETERS_VERSION_2","features":[337]},{"name":"ETW_ASCIICHAR_TYPE_VALUE","features":[337]},{"name":"ETW_ASCIISTRING_TYPE_VALUE","features":[337]},{"name":"ETW_BOOLEAN_TYPE_VALUE","features":[337]},{"name":"ETW_BOOL_TYPE_VALUE","features":[337]},{"name":"ETW_BUFFER_CALLBACK_INFORMATION","features":[307,337,545]},{"name":"ETW_BUFFER_CONTEXT","features":[337]},{"name":"ETW_BUFFER_HEADER","features":[337]},{"name":"ETW_BYTE_TYPE_VALUE","features":[337]},{"name":"ETW_CHAR_TYPE_VALUE","features":[337]},{"name":"ETW_COMPRESSION_RESUMPTION_MODE","features":[337]},{"name":"ETW_COUNTED_ANSISTRING_TYPE_VALUE","features":[337]},{"name":"ETW_COUNTED_STRING_TYPE_VALUE","features":[337]},{"name":"ETW_DATETIME_TYPE_VALUE","features":[337]},{"name":"ETW_DECIMAL_TYPE_VALUE","features":[337]},{"name":"ETW_DOUBLE_TYPE_VALUE","features":[337]},{"name":"ETW_GUID_TYPE_VALUE","features":[337]},{"name":"ETW_HIDDEN_TYPE_VALUE","features":[337]},{"name":"ETW_INT16_TYPE_VALUE","features":[337]},{"name":"ETW_INT32_TYPE_VALUE","features":[337]},{"name":"ETW_INT64_TYPE_VALUE","features":[337]},{"name":"ETW_NON_NULL_TERMINATED_STRING_TYPE_VALUE","features":[337]},{"name":"ETW_NULL_TYPE_VALUE","features":[337]},{"name":"ETW_OBJECT_TYPE_VALUE","features":[337]},{"name":"ETW_OPEN_TRACE_OPTIONS","features":[307,337,545]},{"name":"ETW_PMC_COUNTER_OWNER","features":[337]},{"name":"ETW_PMC_COUNTER_OWNERSHIP_STATUS","features":[337]},{"name":"ETW_PMC_COUNTER_OWNER_TYPE","features":[337]},{"name":"ETW_PMC_SESSION_INFO","features":[337]},{"name":"ETW_POINTER_TYPE_VALUE","features":[337]},{"name":"ETW_PROCESS_HANDLE_INFO_TYPE","features":[337]},{"name":"ETW_PROCESS_TRACE_MODES","features":[337]},{"name":"ETW_PROCESS_TRACE_MODE_NONE","features":[337]},{"name":"ETW_PROCESS_TRACE_MODE_RAW_TIMESTAMP","features":[337]},{"name":"ETW_PROVIDER_TRAIT_TYPE","features":[337]},{"name":"ETW_PTVECTOR_TYPE_VALUE","features":[337]},{"name":"ETW_REDUCED_ANSISTRING_TYPE_VALUE","features":[337]},{"name":"ETW_REDUCED_STRING_TYPE_VALUE","features":[337]},{"name":"ETW_REFRENCE_TYPE_VALUE","features":[337]},{"name":"ETW_REVERSED_COUNTED_ANSISTRING_TYPE_VALUE","features":[337]},{"name":"ETW_REVERSED_COUNTED_STRING_TYPE_VALUE","features":[337]},{"name":"ETW_SBYTE_TYPE_VALUE","features":[337]},{"name":"ETW_SID_TYPE_VALUE","features":[337]},{"name":"ETW_SINGLE_TYPE_VALUE","features":[337]},{"name":"ETW_SIZET_TYPE_VALUE","features":[337]},{"name":"ETW_STRING_TYPE_VALUE","features":[337]},{"name":"ETW_TRACE_PARTITION_INFORMATION","features":[337]},{"name":"ETW_TRACE_PARTITION_INFORMATION_V2","features":[337]},{"name":"ETW_UINT16_TYPE_VALUE","features":[337]},{"name":"ETW_UINT32_TYPE_VALUE","features":[337]},{"name":"ETW_UINT64_TYPE_VALUE","features":[337]},{"name":"ETW_VARIANT_TYPE_VALUE","features":[337]},{"name":"ETW_WMITIME_TYPE_VALUE","features":[337]},{"name":"EVENTMAP_ENTRY_VALUETYPE_STRING","features":[337]},{"name":"EVENTMAP_ENTRY_VALUETYPE_ULONG","features":[337]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_BITMAP","features":[337]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_PATTERNMAP","features":[337]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_VALUEMAP","features":[337]},{"name":"EVENTMAP_INFO_FLAG_WBEM_BITMAP","features":[337]},{"name":"EVENTMAP_INFO_FLAG_WBEM_FLAG","features":[337]},{"name":"EVENTMAP_INFO_FLAG_WBEM_NO_MAP","features":[337]},{"name":"EVENTMAP_INFO_FLAG_WBEM_VALUEMAP","features":[337]},{"name":"EVENTSECURITYOPERATION","features":[337]},{"name":"EVENT_ACTIVITY_CTRL_CREATE_ID","features":[337]},{"name":"EVENT_ACTIVITY_CTRL_CREATE_SET_ID","features":[337]},{"name":"EVENT_ACTIVITY_CTRL_GET_ID","features":[337]},{"name":"EVENT_ACTIVITY_CTRL_GET_SET_ID","features":[337]},{"name":"EVENT_ACTIVITY_CTRL_SET_ID","features":[337]},{"name":"EVENT_CONTROL_CODE_CAPTURE_STATE","features":[337]},{"name":"EVENT_CONTROL_CODE_DISABLE_PROVIDER","features":[337]},{"name":"EVENT_CONTROL_CODE_ENABLE_PROVIDER","features":[337]},{"name":"EVENT_DATA_DESCRIPTOR","features":[337]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_EVENT_METADATA","features":[337]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_NONE","features":[337]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_PROVIDER_METADATA","features":[337]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_TIMESTAMP_OVERRIDE","features":[337]},{"name":"EVENT_DESCRIPTOR","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_ENABLE_KEYWORD_0","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_ENABLE_SILOS","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_EVENT_KEY","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_EXCLUDE_INPRIVATE","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_IGNORE_KEYWORD_0","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_PROCESS_START_KEY","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_PROVIDER_GROUP","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_PSM_KEY","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_SID","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_SOURCE_CONTAINER_TRACKING","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_STACK_TRACE","features":[337]},{"name":"EVENT_ENABLE_PROPERTY_TS_ID","features":[337]},{"name":"EVENT_EXTENDED_ITEM_EVENT_KEY","features":[337]},{"name":"EVENT_EXTENDED_ITEM_INSTANCE","features":[337]},{"name":"EVENT_EXTENDED_ITEM_PEBS_INDEX","features":[337]},{"name":"EVENT_EXTENDED_ITEM_PMC_COUNTERS","features":[337]},{"name":"EVENT_EXTENDED_ITEM_PROCESS_START_KEY","features":[337]},{"name":"EVENT_EXTENDED_ITEM_RELATED_ACTIVITYID","features":[337]},{"name":"EVENT_EXTENDED_ITEM_STACK_KEY32","features":[337]},{"name":"EVENT_EXTENDED_ITEM_STACK_KEY64","features":[337]},{"name":"EVENT_EXTENDED_ITEM_STACK_TRACE32","features":[337]},{"name":"EVENT_EXTENDED_ITEM_STACK_TRACE64","features":[337]},{"name":"EVENT_EXTENDED_ITEM_TS_ID","features":[337]},{"name":"EVENT_FIELD_TYPE","features":[337]},{"name":"EVENT_FILTER_DESCRIPTOR","features":[337]},{"name":"EVENT_FILTER_EVENT_ID","features":[307,337]},{"name":"EVENT_FILTER_EVENT_NAME","features":[307,337]},{"name":"EVENT_FILTER_HEADER","features":[337]},{"name":"EVENT_FILTER_LEVEL_KW","features":[307,337]},{"name":"EVENT_FILTER_TYPE_CONTAINER","features":[337]},{"name":"EVENT_FILTER_TYPE_EVENT_ID","features":[337]},{"name":"EVENT_FILTER_TYPE_EVENT_NAME","features":[337]},{"name":"EVENT_FILTER_TYPE_EXECUTABLE_NAME","features":[337]},{"name":"EVENT_FILTER_TYPE_NONE","features":[337]},{"name":"EVENT_FILTER_TYPE_PACKAGE_APP_ID","features":[337]},{"name":"EVENT_FILTER_TYPE_PACKAGE_ID","features":[337]},{"name":"EVENT_FILTER_TYPE_PAYLOAD","features":[337]},{"name":"EVENT_FILTER_TYPE_PID","features":[337]},{"name":"EVENT_FILTER_TYPE_SCHEMATIZED","features":[337]},{"name":"EVENT_FILTER_TYPE_STACKWALK","features":[337]},{"name":"EVENT_FILTER_TYPE_STACKWALK_LEVEL_KW","features":[337]},{"name":"EVENT_FILTER_TYPE_STACKWALK_NAME","features":[337]},{"name":"EVENT_FILTER_TYPE_SYSTEM_FLAGS","features":[337]},{"name":"EVENT_FILTER_TYPE_TRACEHANDLE","features":[337]},{"name":"EVENT_HEADER","features":[337]},{"name":"EVENT_HEADER_EXTENDED_DATA_ITEM","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_CONTAINER_ID","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_CONTROL_GUID","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_EVENT_KEY","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_EVENT_SCHEMA_TL","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_INSTANCE_INFO","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_MAX","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_PEBS_INDEX","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_PMC_COUNTERS","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_PROCESS_START_KEY","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_PROV_TRAITS","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_PSM_KEY","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_QPC_DELTA","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_RELATED_ACTIVITYID","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_SID","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_KEY32","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_KEY64","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_TRACE32","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_TRACE64","features":[337]},{"name":"EVENT_HEADER_EXT_TYPE_TS_ID","features":[337]},{"name":"EVENT_HEADER_FLAG_32_BIT_HEADER","features":[337]},{"name":"EVENT_HEADER_FLAG_64_BIT_HEADER","features":[337]},{"name":"EVENT_HEADER_FLAG_CLASSIC_HEADER","features":[337]},{"name":"EVENT_HEADER_FLAG_DECODE_GUID","features":[337]},{"name":"EVENT_HEADER_FLAG_EXTENDED_INFO","features":[337]},{"name":"EVENT_HEADER_FLAG_NO_CPUTIME","features":[337]},{"name":"EVENT_HEADER_FLAG_PRIVATE_SESSION","features":[337]},{"name":"EVENT_HEADER_FLAG_PROCESSOR_INDEX","features":[337]},{"name":"EVENT_HEADER_FLAG_STRING_ONLY","features":[337]},{"name":"EVENT_HEADER_FLAG_TRACE_MESSAGE","features":[337]},{"name":"EVENT_HEADER_PROPERTY_FORWARDED_XML","features":[337]},{"name":"EVENT_HEADER_PROPERTY_LEGACY_EVENTLOG","features":[337]},{"name":"EVENT_HEADER_PROPERTY_RELOGGABLE","features":[337]},{"name":"EVENT_HEADER_PROPERTY_XML","features":[337]},{"name":"EVENT_INFO_CLASS","features":[337]},{"name":"EVENT_INSTANCE_HEADER","features":[337]},{"name":"EVENT_INSTANCE_INFO","features":[307,337]},{"name":"EVENT_LOGGER_NAME","features":[337]},{"name":"EVENT_LOGGER_NAMEA","features":[337]},{"name":"EVENT_LOGGER_NAMEW","features":[337]},{"name":"EVENT_MAP_ENTRY","features":[337]},{"name":"EVENT_MAP_INFO","features":[337]},{"name":"EVENT_MAX_LEVEL","features":[337]},{"name":"EVENT_MIN_LEVEL","features":[337]},{"name":"EVENT_PROPERTY_INFO","features":[337]},{"name":"EVENT_RECORD","features":[337]},{"name":"EVENT_TRACE","features":[337]},{"name":"EVENT_TRACE_ADDTO_TRIAGE_DUMP","features":[337]},{"name":"EVENT_TRACE_ADD_HEADER_MODE","features":[337]},{"name":"EVENT_TRACE_BUFFERING_MODE","features":[337]},{"name":"EVENT_TRACE_COMPRESSED_MODE","features":[337]},{"name":"EVENT_TRACE_CONTROL","features":[337]},{"name":"EVENT_TRACE_CONTROL_CONVERT_TO_REALTIME","features":[337]},{"name":"EVENT_TRACE_CONTROL_FLUSH","features":[337]},{"name":"EVENT_TRACE_CONTROL_INCREMENT_FILE","features":[337]},{"name":"EVENT_TRACE_CONTROL_QUERY","features":[337]},{"name":"EVENT_TRACE_CONTROL_STOP","features":[337]},{"name":"EVENT_TRACE_CONTROL_UPDATE","features":[337]},{"name":"EVENT_TRACE_DELAY_OPEN_FILE_MODE","features":[337]},{"name":"EVENT_TRACE_FILE_MODE_APPEND","features":[337]},{"name":"EVENT_TRACE_FILE_MODE_CIRCULAR","features":[337]},{"name":"EVENT_TRACE_FILE_MODE_NEWFILE","features":[337]},{"name":"EVENT_TRACE_FILE_MODE_NONE","features":[337]},{"name":"EVENT_TRACE_FILE_MODE_PREALLOCATE","features":[337]},{"name":"EVENT_TRACE_FILE_MODE_SEQUENTIAL","features":[337]},{"name":"EVENT_TRACE_FLAG","features":[337]},{"name":"EVENT_TRACE_FLAG_ALPC","features":[337]},{"name":"EVENT_TRACE_FLAG_CSWITCH","features":[337]},{"name":"EVENT_TRACE_FLAG_DBGPRINT","features":[337]},{"name":"EVENT_TRACE_FLAG_DEBUG_EVENTS","features":[337]},{"name":"EVENT_TRACE_FLAG_DISK_FILE_IO","features":[337]},{"name":"EVENT_TRACE_FLAG_DISK_IO","features":[337]},{"name":"EVENT_TRACE_FLAG_DISK_IO_INIT","features":[337]},{"name":"EVENT_TRACE_FLAG_DISPATCHER","features":[337]},{"name":"EVENT_TRACE_FLAG_DPC","features":[337]},{"name":"EVENT_TRACE_FLAG_DRIVER","features":[337]},{"name":"EVENT_TRACE_FLAG_ENABLE_RESERVE","features":[337]},{"name":"EVENT_TRACE_FLAG_EXTENSION","features":[337]},{"name":"EVENT_TRACE_FLAG_FILE_IO","features":[337]},{"name":"EVENT_TRACE_FLAG_FILE_IO_INIT","features":[337]},{"name":"EVENT_TRACE_FLAG_FORWARD_WMI","features":[337]},{"name":"EVENT_TRACE_FLAG_IMAGE_LOAD","features":[337]},{"name":"EVENT_TRACE_FLAG_INTERRUPT","features":[337]},{"name":"EVENT_TRACE_FLAG_JOB","features":[337]},{"name":"EVENT_TRACE_FLAG_MEMORY_HARD_FAULTS","features":[337]},{"name":"EVENT_TRACE_FLAG_MEMORY_PAGE_FAULTS","features":[337]},{"name":"EVENT_TRACE_FLAG_NETWORK_TCPIP","features":[337]},{"name":"EVENT_TRACE_FLAG_NO_SYSCONFIG","features":[337]},{"name":"EVENT_TRACE_FLAG_PROCESS","features":[337]},{"name":"EVENT_TRACE_FLAG_PROCESS_COUNTERS","features":[337]},{"name":"EVENT_TRACE_FLAG_PROFILE","features":[337]},{"name":"EVENT_TRACE_FLAG_REGISTRY","features":[337]},{"name":"EVENT_TRACE_FLAG_SPLIT_IO","features":[337]},{"name":"EVENT_TRACE_FLAG_SYSTEMCALL","features":[337]},{"name":"EVENT_TRACE_FLAG_THREAD","features":[337]},{"name":"EVENT_TRACE_FLAG_VAMAP","features":[337]},{"name":"EVENT_TRACE_FLAG_VIRTUAL_ALLOC","features":[337]},{"name":"EVENT_TRACE_HEADER","features":[337]},{"name":"EVENT_TRACE_INDEPENDENT_SESSION_MODE","features":[337]},{"name":"EVENT_TRACE_LOGFILEA","features":[307,337,545]},{"name":"EVENT_TRACE_LOGFILEW","features":[307,337,545]},{"name":"EVENT_TRACE_MODE_RESERVED","features":[337]},{"name":"EVENT_TRACE_NONSTOPPABLE_MODE","features":[337]},{"name":"EVENT_TRACE_NO_PER_PROCESSOR_BUFFERING","features":[337]},{"name":"EVENT_TRACE_PERSIST_ON_HYBRID_SHUTDOWN","features":[337]},{"name":"EVENT_TRACE_PRIVATE_IN_PROC","features":[337]},{"name":"EVENT_TRACE_PRIVATE_LOGGER_MODE","features":[337]},{"name":"EVENT_TRACE_PROPERTIES","features":[307,337]},{"name":"EVENT_TRACE_PROPERTIES_V2","features":[307,337]},{"name":"EVENT_TRACE_REAL_TIME_MODE","features":[337]},{"name":"EVENT_TRACE_RELOG_MODE","features":[337]},{"name":"EVENT_TRACE_SECURE_MODE","features":[337]},{"name":"EVENT_TRACE_STOP_ON_HYBRID_SHUTDOWN","features":[337]},{"name":"EVENT_TRACE_SYSTEM_LOGGER_MODE","features":[337]},{"name":"EVENT_TRACE_TYPE_ACCEPT","features":[337]},{"name":"EVENT_TRACE_TYPE_ACKDUP","features":[337]},{"name":"EVENT_TRACE_TYPE_ACKFULL","features":[337]},{"name":"EVENT_TRACE_TYPE_ACKPART","features":[337]},{"name":"EVENT_TRACE_TYPE_CHECKPOINT","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_BOOT","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_CI_INFO","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_CPU","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_DEFRAG","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_DEVICEFAMILY","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_DPI","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_FLIGHTID","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_IDECHANNEL","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_IRQ","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_LOGICALDISK","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_MACHINEID","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_MOBILEPLATFORM","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_NETINFO","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_NIC","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_NUMANODE","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_OPTICALMEDIA","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_PHYSICALDISK","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_PHYSICALDISK_EX","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_PLATFORM","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_PNP","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_POWER","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSOR","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSORGROUP","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSORNUMBER","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_SERVICES","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_VIDEO","features":[337]},{"name":"EVENT_TRACE_TYPE_CONFIG_VIRTUALIZATION","features":[337]},{"name":"EVENT_TRACE_TYPE_CONNECT","features":[337]},{"name":"EVENT_TRACE_TYPE_CONNFAIL","features":[337]},{"name":"EVENT_TRACE_TYPE_COPY_ARP","features":[337]},{"name":"EVENT_TRACE_TYPE_COPY_TCP","features":[337]},{"name":"EVENT_TRACE_TYPE_DBGID_RSDS","features":[337]},{"name":"EVENT_TRACE_TYPE_DC_END","features":[337]},{"name":"EVENT_TRACE_TYPE_DC_START","features":[337]},{"name":"EVENT_TRACE_TYPE_DEQUEUE","features":[337]},{"name":"EVENT_TRACE_TYPE_DISCONNECT","features":[337]},{"name":"EVENT_TRACE_TYPE_END","features":[337]},{"name":"EVENT_TRACE_TYPE_EXTENSION","features":[337]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_COMPLETION","features":[337]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_FAILURE","features":[337]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_INIT","features":[337]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_COMPLETION","features":[337]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_FAILURE","features":[337]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_INIT","features":[337]},{"name":"EVENT_TRACE_TYPE_GUIDMAP","features":[337]},{"name":"EVENT_TRACE_TYPE_INFO","features":[337]},{"name":"EVENT_TRACE_TYPE_IO_FLUSH","features":[337]},{"name":"EVENT_TRACE_TYPE_IO_FLUSH_INIT","features":[337]},{"name":"EVENT_TRACE_TYPE_IO_READ","features":[337]},{"name":"EVENT_TRACE_TYPE_IO_READ_INIT","features":[337]},{"name":"EVENT_TRACE_TYPE_IO_REDIRECTED_INIT","features":[337]},{"name":"EVENT_TRACE_TYPE_IO_WRITE","features":[337]},{"name":"EVENT_TRACE_TYPE_IO_WRITE_INIT","features":[337]},{"name":"EVENT_TRACE_TYPE_LOAD","features":[337]},{"name":"EVENT_TRACE_TYPE_MM_AV","features":[337]},{"name":"EVENT_TRACE_TYPE_MM_COW","features":[337]},{"name":"EVENT_TRACE_TYPE_MM_DZF","features":[337]},{"name":"EVENT_TRACE_TYPE_MM_GPF","features":[337]},{"name":"EVENT_TRACE_TYPE_MM_HPF","features":[337]},{"name":"EVENT_TRACE_TYPE_MM_TF","features":[337]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_FLUSH","features":[337]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_FLUSH_INIT","features":[337]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_READ","features":[337]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_READ_INIT","features":[337]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_WRITE","features":[337]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_WRITE_INIT","features":[337]},{"name":"EVENT_TRACE_TYPE_RECEIVE","features":[337]},{"name":"EVENT_TRACE_TYPE_RECONNECT","features":[337]},{"name":"EVENT_TRACE_TYPE_REGCLOSE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGCOMMIT","features":[337]},{"name":"EVENT_TRACE_TYPE_REGCREATE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGDELETE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGDELETEVALUE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGENUMERATEKEY","features":[337]},{"name":"EVENT_TRACE_TYPE_REGENUMERATEVALUEKEY","features":[337]},{"name":"EVENT_TRACE_TYPE_REGFLUSH","features":[337]},{"name":"EVENT_TRACE_TYPE_REGKCBCREATE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGKCBDELETE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGKCBRUNDOWNBEGIN","features":[337]},{"name":"EVENT_TRACE_TYPE_REGKCBRUNDOWNEND","features":[337]},{"name":"EVENT_TRACE_TYPE_REGMOUNTHIVE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGOPEN","features":[337]},{"name":"EVENT_TRACE_TYPE_REGPREPARE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGQUERY","features":[337]},{"name":"EVENT_TRACE_TYPE_REGQUERYMULTIPLEVALUE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGQUERYSECURITY","features":[337]},{"name":"EVENT_TRACE_TYPE_REGQUERYVALUE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGROLLBACK","features":[337]},{"name":"EVENT_TRACE_TYPE_REGSETINFORMATION","features":[337]},{"name":"EVENT_TRACE_TYPE_REGSETSECURITY","features":[337]},{"name":"EVENT_TRACE_TYPE_REGSETVALUE","features":[337]},{"name":"EVENT_TRACE_TYPE_REGVIRTUALIZE","features":[337]},{"name":"EVENT_TRACE_TYPE_REPLY","features":[337]},{"name":"EVENT_TRACE_TYPE_RESUME","features":[337]},{"name":"EVENT_TRACE_TYPE_RETRANSMIT","features":[337]},{"name":"EVENT_TRACE_TYPE_SECURITY","features":[337]},{"name":"EVENT_TRACE_TYPE_SEND","features":[337]},{"name":"EVENT_TRACE_TYPE_SIDINFO","features":[337]},{"name":"EVENT_TRACE_TYPE_START","features":[337]},{"name":"EVENT_TRACE_TYPE_STOP","features":[337]},{"name":"EVENT_TRACE_TYPE_SUSPEND","features":[337]},{"name":"EVENT_TRACE_TYPE_TERMINATE","features":[337]},{"name":"EVENT_TRACE_TYPE_WINEVT_RECEIVE","features":[337]},{"name":"EVENT_TRACE_TYPE_WINEVT_SEND","features":[337]},{"name":"EVENT_TRACE_USE_GLOBAL_SEQUENCE","features":[337]},{"name":"EVENT_TRACE_USE_KBYTES_FOR_SIZE","features":[337]},{"name":"EVENT_TRACE_USE_LOCAL_SEQUENCE","features":[337]},{"name":"EVENT_TRACE_USE_NOCPUTIME","features":[337]},{"name":"EVENT_TRACE_USE_PAGED_MEMORY","features":[337]},{"name":"EVENT_TRACE_USE_PROCTIME","features":[337]},{"name":"EVENT_WRITE_FLAG_INPRIVATE","features":[337]},{"name":"EVENT_WRITE_FLAG_NO_FAULTING","features":[337]},{"name":"EnableTrace","features":[307,337]},{"name":"EnableTraceEx","features":[307,337]},{"name":"EnableTraceEx2","features":[307,337]},{"name":"EnumerateTraceGuids","features":[307,337]},{"name":"EnumerateTraceGuidsEx","features":[307,337]},{"name":"EtwCompressionModeNoDisable","features":[337]},{"name":"EtwCompressionModeNoRestart","features":[337]},{"name":"EtwCompressionModeRestart","features":[337]},{"name":"EtwPmcOwnerFree","features":[337]},{"name":"EtwPmcOwnerTagged","features":[337]},{"name":"EtwPmcOwnerTaggedWithSource","features":[337]},{"name":"EtwPmcOwnerUntagged","features":[337]},{"name":"EtwProviderTraitDecodeGuid","features":[337]},{"name":"EtwProviderTraitTypeGroup","features":[337]},{"name":"EtwProviderTraitTypeMax","features":[337]},{"name":"EtwQueryLastDroppedTimes","features":[337]},{"name":"EtwQueryLogFileHeader","features":[337]},{"name":"EtwQueryPartitionInformation","features":[337]},{"name":"EtwQueryPartitionInformationV2","features":[337]},{"name":"EtwQueryProcessHandleInfoMax","features":[337]},{"name":"EventAccessControl","features":[307,310,337]},{"name":"EventAccessQuery","features":[310,337]},{"name":"EventAccessRemove","features":[337]},{"name":"EventActivityIdControl","features":[337]},{"name":"EventChannelInformation","features":[337]},{"name":"EventEnabled","features":[307,337]},{"name":"EventInformationMax","features":[337]},{"name":"EventKeywordInformation","features":[337]},{"name":"EventLevelInformation","features":[337]},{"name":"EventOpcodeInformation","features":[337]},{"name":"EventProviderBinaryTrackInfo","features":[337]},{"name":"EventProviderEnabled","features":[307,337]},{"name":"EventProviderSetReserved1","features":[337]},{"name":"EventProviderSetTraits","features":[337]},{"name":"EventProviderUseDescriptorType","features":[337]},{"name":"EventRegister","features":[337]},{"name":"EventSecurityAddDACL","features":[337]},{"name":"EventSecurityAddSACL","features":[337]},{"name":"EventSecurityMax","features":[337]},{"name":"EventSecuritySetDACL","features":[337]},{"name":"EventSecuritySetSACL","features":[337]},{"name":"EventSetInformation","features":[337]},{"name":"EventTaskInformation","features":[337]},{"name":"EventTraceConfigGuid","features":[337]},{"name":"EventTraceGuid","features":[337]},{"name":"EventUnregister","features":[337]},{"name":"EventWrite","features":[337]},{"name":"EventWriteEx","features":[337]},{"name":"EventWriteString","features":[337]},{"name":"EventWriteTransfer","features":[337]},{"name":"FileIoGuid","features":[337]},{"name":"FlushTraceA","features":[307,337]},{"name":"FlushTraceW","features":[307,337]},{"name":"GLOBAL_LOGGER_NAME","features":[337]},{"name":"GLOBAL_LOGGER_NAMEA","features":[337]},{"name":"GLOBAL_LOGGER_NAMEW","features":[337]},{"name":"GetTraceEnableFlags","features":[337]},{"name":"GetTraceEnableLevel","features":[337]},{"name":"GetTraceLoggerHandle","features":[337]},{"name":"ITraceEvent","features":[337]},{"name":"ITraceEventCallback","features":[337]},{"name":"ITraceRelogger","features":[337]},{"name":"ImageLoadGuid","features":[337]},{"name":"KERNEL_LOGGER_NAME","features":[337]},{"name":"KERNEL_LOGGER_NAMEA","features":[337]},{"name":"KERNEL_LOGGER_NAMEW","features":[337]},{"name":"MAP_FLAGS","features":[337]},{"name":"MAP_VALUETYPE","features":[337]},{"name":"MAX_EVENT_DATA_DESCRIPTORS","features":[337]},{"name":"MAX_EVENT_FILTERS_COUNT","features":[337]},{"name":"MAX_EVENT_FILTER_DATA_SIZE","features":[337]},{"name":"MAX_EVENT_FILTER_EVENT_ID_COUNT","features":[337]},{"name":"MAX_EVENT_FILTER_EVENT_NAME_SIZE","features":[337]},{"name":"MAX_EVENT_FILTER_PAYLOAD_SIZE","features":[337]},{"name":"MAX_EVENT_FILTER_PID_COUNT","features":[337]},{"name":"MAX_MOF_FIELDS","features":[337]},{"name":"MAX_PAYLOAD_PREDICATES","features":[337]},{"name":"MOF_FIELD","features":[337]},{"name":"MaxEventInfo","features":[337]},{"name":"MaxTraceSetInfoClass","features":[337]},{"name":"OFFSETINSTANCEDATAANDLENGTH","features":[337]},{"name":"OpenTraceA","features":[307,337,545]},{"name":"OpenTraceFromBufferStream","features":[307,337,545]},{"name":"OpenTraceFromFile","features":[307,337,545]},{"name":"OpenTraceFromRealTimeLogger","features":[307,337,545]},{"name":"OpenTraceFromRealTimeLoggerWithAllocationOptions","features":[307,337,545]},{"name":"OpenTraceW","features":[307,337,545]},{"name":"PAYLOADFIELD_BETWEEN","features":[337]},{"name":"PAYLOADFIELD_CONTAINS","features":[337]},{"name":"PAYLOADFIELD_DOESNTCONTAIN","features":[337]},{"name":"PAYLOADFIELD_EQ","features":[337]},{"name":"PAYLOADFIELD_GE","features":[337]},{"name":"PAYLOADFIELD_GT","features":[337]},{"name":"PAYLOADFIELD_INVALID","features":[337]},{"name":"PAYLOADFIELD_IS","features":[337]},{"name":"PAYLOADFIELD_ISNOT","features":[337]},{"name":"PAYLOADFIELD_LE","features":[337]},{"name":"PAYLOADFIELD_LT","features":[337]},{"name":"PAYLOADFIELD_MODULO","features":[337]},{"name":"PAYLOADFIELD_NE","features":[337]},{"name":"PAYLOADFIELD_NOTBETWEEN","features":[337]},{"name":"PAYLOAD_FILTER_PREDICATE","features":[337]},{"name":"PAYLOAD_OPERATOR","features":[337]},{"name":"PENABLECALLBACK","features":[337]},{"name":"PETW_BUFFER_CALLBACK","features":[307,337,545]},{"name":"PETW_BUFFER_COMPLETION_CALLBACK","features":[337]},{"name":"PEVENT_CALLBACK","features":[337]},{"name":"PEVENT_RECORD_CALLBACK","features":[337]},{"name":"PEVENT_TRACE_BUFFER_CALLBACKA","features":[307,337,545]},{"name":"PEVENT_TRACE_BUFFER_CALLBACKW","features":[307,337,545]},{"name":"PROCESSTRACE_HANDLE","features":[337]},{"name":"PROCESS_TRACE_MODE_EVENT_RECORD","features":[337]},{"name":"PROCESS_TRACE_MODE_RAW_TIMESTAMP","features":[337]},{"name":"PROCESS_TRACE_MODE_REAL_TIME","features":[337]},{"name":"PROFILE_SOURCE_INFO","features":[337]},{"name":"PROPERTY_DATA_DESCRIPTOR","features":[337]},{"name":"PROPERTY_FLAGS","features":[337]},{"name":"PROVIDER_ENUMERATION_INFO","features":[337]},{"name":"PROVIDER_EVENT_INFO","features":[337]},{"name":"PROVIDER_FIELD_INFO","features":[337]},{"name":"PROVIDER_FIELD_INFOARRAY","features":[337]},{"name":"PROVIDER_FILTER_INFO","features":[337]},{"name":"PageFaultGuid","features":[337]},{"name":"PerfInfoGuid","features":[337]},{"name":"PrivateLoggerNotificationGuid","features":[337]},{"name":"ProcessGuid","features":[337]},{"name":"ProcessTrace","features":[307,337]},{"name":"ProcessTraceAddBufferToBufferStream","features":[337]},{"name":"ProcessTraceBufferDecrementReference","features":[337]},{"name":"ProcessTraceBufferIncrementReference","features":[337]},{"name":"PropertyHasCustomSchema","features":[337]},{"name":"PropertyHasTags","features":[337]},{"name":"PropertyParamCount","features":[337]},{"name":"PropertyParamFixedCount","features":[337]},{"name":"PropertyParamFixedLength","features":[337]},{"name":"PropertyParamLength","features":[337]},{"name":"PropertyStruct","features":[337]},{"name":"PropertyWBEMXmlFragment","features":[337]},{"name":"QueryAllTracesA","features":[307,337]},{"name":"QueryAllTracesW","features":[307,337]},{"name":"QueryTraceA","features":[307,337]},{"name":"QueryTraceProcessingHandle","features":[307,337]},{"name":"QueryTraceW","features":[307,337]},{"name":"REGHANDLE","features":[337]},{"name":"RELOGSTREAM_HANDLE","features":[337]},{"name":"RegisterTraceGuidsA","features":[307,337]},{"name":"RegisterTraceGuidsW","features":[307,337]},{"name":"RegistryGuid","features":[337]},{"name":"RemoveTraceCallback","features":[307,337]},{"name":"SYSTEM_ALPC_KW_GENERAL","features":[337]},{"name":"SYSTEM_CONFIG_KW_GRAPHICS","features":[337]},{"name":"SYSTEM_CONFIG_KW_NETWORK","features":[337]},{"name":"SYSTEM_CONFIG_KW_OPTICAL","features":[337]},{"name":"SYSTEM_CONFIG_KW_PNP","features":[337]},{"name":"SYSTEM_CONFIG_KW_SERVICES","features":[337]},{"name":"SYSTEM_CONFIG_KW_STORAGE","features":[337]},{"name":"SYSTEM_CONFIG_KW_SYSTEM","features":[337]},{"name":"SYSTEM_CPU_KW_CACHE_FLUSH","features":[337]},{"name":"SYSTEM_CPU_KW_CONFIG","features":[337]},{"name":"SYSTEM_CPU_KW_SPEC_CONTROL","features":[337]},{"name":"SYSTEM_EVENT_TYPE","features":[337]},{"name":"SYSTEM_HYPERVISOR_KW_CALLOUTS","features":[337]},{"name":"SYSTEM_HYPERVISOR_KW_PROFILE","features":[337]},{"name":"SYSTEM_HYPERVISOR_KW_VTL_CHANGE","features":[337]},{"name":"SYSTEM_INTERRUPT_KW_CLOCK_INTERRUPT","features":[337]},{"name":"SYSTEM_INTERRUPT_KW_DPC","features":[337]},{"name":"SYSTEM_INTERRUPT_KW_DPC_QUEUE","features":[337]},{"name":"SYSTEM_INTERRUPT_KW_GENERAL","features":[337]},{"name":"SYSTEM_INTERRUPT_KW_IPI","features":[337]},{"name":"SYSTEM_INTERRUPT_KW_WDF_DPC","features":[337]},{"name":"SYSTEM_INTERRUPT_KW_WDF_INTERRUPT","features":[337]},{"name":"SYSTEM_IOFILTER_KW_FAILURE","features":[337]},{"name":"SYSTEM_IOFILTER_KW_FASTIO","features":[337]},{"name":"SYSTEM_IOFILTER_KW_GENERAL","features":[337]},{"name":"SYSTEM_IOFILTER_KW_INIT","features":[337]},{"name":"SYSTEM_IO_KW_CC","features":[337]},{"name":"SYSTEM_IO_KW_DISK","features":[337]},{"name":"SYSTEM_IO_KW_DISK_INIT","features":[337]},{"name":"SYSTEM_IO_KW_DRIVERS","features":[337]},{"name":"SYSTEM_IO_KW_FILE","features":[337]},{"name":"SYSTEM_IO_KW_FILENAME","features":[337]},{"name":"SYSTEM_IO_KW_NETWORK","features":[337]},{"name":"SYSTEM_IO_KW_OPTICAL","features":[337]},{"name":"SYSTEM_IO_KW_OPTICAL_INIT","features":[337]},{"name":"SYSTEM_IO_KW_SPLIT","features":[337]},{"name":"SYSTEM_LOCK_KW_SPINLOCK","features":[337]},{"name":"SYSTEM_LOCK_KW_SPINLOCK_COUNTERS","features":[337]},{"name":"SYSTEM_LOCK_KW_SYNC_OBJECTS","features":[337]},{"name":"SYSTEM_MEMORY_KW_ALL_FAULTS","features":[337]},{"name":"SYSTEM_MEMORY_KW_CONTMEM_GEN","features":[337]},{"name":"SYSTEM_MEMORY_KW_FOOTPRINT","features":[337]},{"name":"SYSTEM_MEMORY_KW_GENERAL","features":[337]},{"name":"SYSTEM_MEMORY_KW_HARD_FAULTS","features":[337]},{"name":"SYSTEM_MEMORY_KW_HEAP","features":[337]},{"name":"SYSTEM_MEMORY_KW_MEMINFO","features":[337]},{"name":"SYSTEM_MEMORY_KW_MEMINFO_WS","features":[337]},{"name":"SYSTEM_MEMORY_KW_NONTRADEABLE","features":[337]},{"name":"SYSTEM_MEMORY_KW_PFSECTION","features":[337]},{"name":"SYSTEM_MEMORY_KW_POOL","features":[337]},{"name":"SYSTEM_MEMORY_KW_REFSET","features":[337]},{"name":"SYSTEM_MEMORY_KW_SESSION","features":[337]},{"name":"SYSTEM_MEMORY_KW_VAMAP","features":[337]},{"name":"SYSTEM_MEMORY_KW_VIRTUAL_ALLOC","features":[337]},{"name":"SYSTEM_MEMORY_KW_WS","features":[337]},{"name":"SYSTEM_MEMORY_POOL_FILTER_ID","features":[337]},{"name":"SYSTEM_OBJECT_KW_GENERAL","features":[337]},{"name":"SYSTEM_OBJECT_KW_HANDLE","features":[337]},{"name":"SYSTEM_POWER_KW_GENERAL","features":[337]},{"name":"SYSTEM_POWER_KW_HIBER_RUNDOWN","features":[337]},{"name":"SYSTEM_POWER_KW_IDLE_SELECTION","features":[337]},{"name":"SYSTEM_POWER_KW_PPM_EXIT_LATENCY","features":[337]},{"name":"SYSTEM_POWER_KW_PROCESSOR_IDLE","features":[337]},{"name":"SYSTEM_PROCESS_KW_DBGPRINT","features":[337]},{"name":"SYSTEM_PROCESS_KW_DEBUG_EVENTS","features":[337]},{"name":"SYSTEM_PROCESS_KW_FREEZE","features":[337]},{"name":"SYSTEM_PROCESS_KW_GENERAL","features":[337]},{"name":"SYSTEM_PROCESS_KW_INSWAP","features":[337]},{"name":"SYSTEM_PROCESS_KW_JOB","features":[337]},{"name":"SYSTEM_PROCESS_KW_LOADER","features":[337]},{"name":"SYSTEM_PROCESS_KW_PERF_COUNTER","features":[337]},{"name":"SYSTEM_PROCESS_KW_THREAD","features":[337]},{"name":"SYSTEM_PROCESS_KW_WAKE_COUNTER","features":[337]},{"name":"SYSTEM_PROCESS_KW_WAKE_DROP","features":[337]},{"name":"SYSTEM_PROCESS_KW_WAKE_EVENT","features":[337]},{"name":"SYSTEM_PROCESS_KW_WORKER_THREAD","features":[337]},{"name":"SYSTEM_PROFILE_KW_GENERAL","features":[337]},{"name":"SYSTEM_PROFILE_KW_PMC_PROFILE","features":[337]},{"name":"SYSTEM_REGISTRY_KW_GENERAL","features":[337]},{"name":"SYSTEM_REGISTRY_KW_HIVE","features":[337]},{"name":"SYSTEM_REGISTRY_KW_NOTIFICATION","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_AFFINITY","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_ANTI_STARVATION","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_COMPACT_CSWITCH","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_CONTEXT_SWITCH","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_DISPATCHER","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_IDEAL_PROCESSOR","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_KERNEL_QUEUE","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_LOAD_BALANCER","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_PRIORITY","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_SHOULD_YIELD","features":[337]},{"name":"SYSTEM_SCHEDULER_KW_XSCHEDULER","features":[337]},{"name":"SYSTEM_SYSCALL_KW_GENERAL","features":[337]},{"name":"SYSTEM_TIMER_KW_CLOCK_TIMER","features":[337]},{"name":"SYSTEM_TIMER_KW_GENERAL","features":[337]},{"name":"SetTraceCallback","features":[307,337]},{"name":"SplitIoGuid","features":[337]},{"name":"StartTraceA","features":[307,337]},{"name":"StartTraceW","features":[307,337]},{"name":"StopTraceA","features":[307,337]},{"name":"StopTraceW","features":[307,337]},{"name":"SystemAlpcProviderGuid","features":[337]},{"name":"SystemConfigProviderGuid","features":[337]},{"name":"SystemCpuProviderGuid","features":[337]},{"name":"SystemHypervisorProviderGuid","features":[337]},{"name":"SystemInterruptProviderGuid","features":[337]},{"name":"SystemIoFilterProviderGuid","features":[337]},{"name":"SystemIoProviderGuid","features":[337]},{"name":"SystemLockProviderGuid","features":[337]},{"name":"SystemMemoryProviderGuid","features":[337]},{"name":"SystemObjectProviderGuid","features":[337]},{"name":"SystemPowerProviderGuid","features":[337]},{"name":"SystemProcessProviderGuid","features":[337]},{"name":"SystemProfileProviderGuid","features":[337]},{"name":"SystemRegistryProviderGuid","features":[337]},{"name":"SystemSchedulerProviderGuid","features":[337]},{"name":"SystemSyscallProviderGuid","features":[337]},{"name":"SystemTimerProviderGuid","features":[337]},{"name":"SystemTraceControlGuid","features":[337]},{"name":"TDH_CONTEXT","features":[337]},{"name":"TDH_CONTEXT_MAXIMUM","features":[337]},{"name":"TDH_CONTEXT_PDB_PATH","features":[337]},{"name":"TDH_CONTEXT_POINTERSIZE","features":[337]},{"name":"TDH_CONTEXT_TYPE","features":[337]},{"name":"TDH_CONTEXT_WPP_GMT","features":[337]},{"name":"TDH_CONTEXT_WPP_TMFFILE","features":[337]},{"name":"TDH_CONTEXT_WPP_TMFSEARCHPATH","features":[337]},{"name":"TDH_HANDLE","features":[337]},{"name":"TDH_INTYPE_ANSICHAR","features":[337]},{"name":"TDH_INTYPE_ANSISTRING","features":[337]},{"name":"TDH_INTYPE_BINARY","features":[337]},{"name":"TDH_INTYPE_BOOLEAN","features":[337]},{"name":"TDH_INTYPE_COUNTEDANSISTRING","features":[337]},{"name":"TDH_INTYPE_COUNTEDSTRING","features":[337]},{"name":"TDH_INTYPE_DOUBLE","features":[337]},{"name":"TDH_INTYPE_FILETIME","features":[337]},{"name":"TDH_INTYPE_FLOAT","features":[337]},{"name":"TDH_INTYPE_GUID","features":[337]},{"name":"TDH_INTYPE_HEXDUMP","features":[337]},{"name":"TDH_INTYPE_HEXINT32","features":[337]},{"name":"TDH_INTYPE_HEXINT64","features":[337]},{"name":"TDH_INTYPE_INT16","features":[337]},{"name":"TDH_INTYPE_INT32","features":[337]},{"name":"TDH_INTYPE_INT64","features":[337]},{"name":"TDH_INTYPE_INT8","features":[337]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDANSISTRING","features":[337]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDBINARY","features":[337]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDSTRING","features":[337]},{"name":"TDH_INTYPE_NONNULLTERMINATEDANSISTRING","features":[337]},{"name":"TDH_INTYPE_NONNULLTERMINATEDSTRING","features":[337]},{"name":"TDH_INTYPE_NULL","features":[337]},{"name":"TDH_INTYPE_POINTER","features":[337]},{"name":"TDH_INTYPE_RESERVED24","features":[337]},{"name":"TDH_INTYPE_REVERSEDCOUNTEDANSISTRING","features":[337]},{"name":"TDH_INTYPE_REVERSEDCOUNTEDSTRING","features":[337]},{"name":"TDH_INTYPE_SID","features":[337]},{"name":"TDH_INTYPE_SIZET","features":[337]},{"name":"TDH_INTYPE_SYSTEMTIME","features":[337]},{"name":"TDH_INTYPE_UINT16","features":[337]},{"name":"TDH_INTYPE_UINT32","features":[337]},{"name":"TDH_INTYPE_UINT64","features":[337]},{"name":"TDH_INTYPE_UINT8","features":[337]},{"name":"TDH_INTYPE_UNICODECHAR","features":[337]},{"name":"TDH_INTYPE_UNICODESTRING","features":[337]},{"name":"TDH_INTYPE_WBEMSID","features":[337]},{"name":"TDH_OUTTYPE_BOOLEAN","features":[337]},{"name":"TDH_OUTTYPE_BYTE","features":[337]},{"name":"TDH_OUTTYPE_CIMDATETIME","features":[337]},{"name":"TDH_OUTTYPE_CODE_POINTER","features":[337]},{"name":"TDH_OUTTYPE_CULTURE_INSENSITIVE_DATETIME","features":[337]},{"name":"TDH_OUTTYPE_DATETIME","features":[337]},{"name":"TDH_OUTTYPE_DATETIME_UTC","features":[337]},{"name":"TDH_OUTTYPE_DOUBLE","features":[337]},{"name":"TDH_OUTTYPE_ERRORCODE","features":[337]},{"name":"TDH_OUTTYPE_ETWTIME","features":[337]},{"name":"TDH_OUTTYPE_FLOAT","features":[337]},{"name":"TDH_OUTTYPE_GUID","features":[337]},{"name":"TDH_OUTTYPE_HEXBINARY","features":[337]},{"name":"TDH_OUTTYPE_HEXINT16","features":[337]},{"name":"TDH_OUTTYPE_HEXINT32","features":[337]},{"name":"TDH_OUTTYPE_HEXINT64","features":[337]},{"name":"TDH_OUTTYPE_HEXINT8","features":[337]},{"name":"TDH_OUTTYPE_HRESULT","features":[337]},{"name":"TDH_OUTTYPE_INT","features":[337]},{"name":"TDH_OUTTYPE_IPV4","features":[337]},{"name":"TDH_OUTTYPE_IPV6","features":[337]},{"name":"TDH_OUTTYPE_JSON","features":[337]},{"name":"TDH_OUTTYPE_LONG","features":[337]},{"name":"TDH_OUTTYPE_NOPRINT","features":[337]},{"name":"TDH_OUTTYPE_NTSTATUS","features":[337]},{"name":"TDH_OUTTYPE_NULL","features":[337]},{"name":"TDH_OUTTYPE_PID","features":[337]},{"name":"TDH_OUTTYPE_PKCS7_WITH_TYPE_INFO","features":[337]},{"name":"TDH_OUTTYPE_PORT","features":[337]},{"name":"TDH_OUTTYPE_REDUCEDSTRING","features":[337]},{"name":"TDH_OUTTYPE_SHORT","features":[337]},{"name":"TDH_OUTTYPE_SOCKETADDRESS","features":[337]},{"name":"TDH_OUTTYPE_STRING","features":[337]},{"name":"TDH_OUTTYPE_TID","features":[337]},{"name":"TDH_OUTTYPE_UNSIGNEDBYTE","features":[337]},{"name":"TDH_OUTTYPE_UNSIGNEDINT","features":[337]},{"name":"TDH_OUTTYPE_UNSIGNEDLONG","features":[337]},{"name":"TDH_OUTTYPE_UNSIGNEDSHORT","features":[337]},{"name":"TDH_OUTTYPE_UTF8","features":[337]},{"name":"TDH_OUTTYPE_WIN32ERROR","features":[337]},{"name":"TDH_OUTTYPE_XML","features":[337]},{"name":"TEMPLATE_CONTROL_GUID","features":[337]},{"name":"TEMPLATE_EVENT_DATA","features":[337]},{"name":"TEMPLATE_FLAGS","features":[337]},{"name":"TEMPLATE_USER_DATA","features":[337]},{"name":"TRACELOG_ACCESS_KERNEL_LOGGER","features":[337]},{"name":"TRACELOG_ACCESS_REALTIME","features":[337]},{"name":"TRACELOG_CREATE_INPROC","features":[337]},{"name":"TRACELOG_CREATE_ONDISK","features":[337]},{"name":"TRACELOG_CREATE_REALTIME","features":[337]},{"name":"TRACELOG_GUID_ENABLE","features":[337]},{"name":"TRACELOG_JOIN_GROUP","features":[337]},{"name":"TRACELOG_LOG_EVENT","features":[337]},{"name":"TRACELOG_REGISTER_GUIDS","features":[337]},{"name":"TRACE_ENABLE_INFO","features":[337]},{"name":"TRACE_EVENT_INFO","features":[337]},{"name":"TRACE_GUID_INFO","features":[337]},{"name":"TRACE_GUID_PROPERTIES","features":[307,337]},{"name":"TRACE_GUID_REGISTRATION","features":[307,337]},{"name":"TRACE_HEADER_FLAG_LOG_WNODE","features":[337]},{"name":"TRACE_HEADER_FLAG_TRACED_GUID","features":[337]},{"name":"TRACE_HEADER_FLAG_USE_GUID_PTR","features":[337]},{"name":"TRACE_HEADER_FLAG_USE_MOF_PTR","features":[337]},{"name":"TRACE_HEADER_FLAG_USE_TIMESTAMP","features":[337]},{"name":"TRACE_LEVEL_CRITICAL","features":[337]},{"name":"TRACE_LEVEL_ERROR","features":[337]},{"name":"TRACE_LEVEL_FATAL","features":[337]},{"name":"TRACE_LEVEL_INFORMATION","features":[337]},{"name":"TRACE_LEVEL_NONE","features":[337]},{"name":"TRACE_LEVEL_RESERVED6","features":[337]},{"name":"TRACE_LEVEL_RESERVED7","features":[337]},{"name":"TRACE_LEVEL_RESERVED8","features":[337]},{"name":"TRACE_LEVEL_RESERVED9","features":[337]},{"name":"TRACE_LEVEL_VERBOSE","features":[337]},{"name":"TRACE_LEVEL_WARNING","features":[337]},{"name":"TRACE_LOGFILE_HEADER","features":[307,337,545]},{"name":"TRACE_LOGFILE_HEADER32","features":[307,337,545]},{"name":"TRACE_LOGFILE_HEADER64","features":[307,337,545]},{"name":"TRACE_MESSAGE_COMPONENTID","features":[337]},{"name":"TRACE_MESSAGE_FLAGS","features":[337]},{"name":"TRACE_MESSAGE_FLAG_MASK","features":[337]},{"name":"TRACE_MESSAGE_GUID","features":[337]},{"name":"TRACE_MESSAGE_PERFORMANCE_TIMESTAMP","features":[337]},{"name":"TRACE_MESSAGE_POINTER32","features":[337]},{"name":"TRACE_MESSAGE_POINTER64","features":[337]},{"name":"TRACE_MESSAGE_SEQUENCE","features":[337]},{"name":"TRACE_MESSAGE_SYSTEMINFO","features":[337]},{"name":"TRACE_MESSAGE_TIMESTAMP","features":[337]},{"name":"TRACE_PERIODIC_CAPTURE_STATE_INFO","features":[337]},{"name":"TRACE_PROFILE_INTERVAL","features":[337]},{"name":"TRACE_PROVIDER_FLAG_LEGACY","features":[337]},{"name":"TRACE_PROVIDER_FLAG_PRE_ENABLE","features":[337]},{"name":"TRACE_PROVIDER_INFO","features":[337]},{"name":"TRACE_PROVIDER_INSTANCE_INFO","features":[337]},{"name":"TRACE_QUERY_INFO_CLASS","features":[337]},{"name":"TRACE_STACK_CACHING_INFO","features":[307,337]},{"name":"TRACE_VERSION_INFO","features":[337]},{"name":"TcpIpGuid","features":[337]},{"name":"TdhAggregatePayloadFilters","features":[307,337]},{"name":"TdhCleanupPayloadEventFilterDescriptor","features":[337]},{"name":"TdhCloseDecodingHandle","features":[337]},{"name":"TdhCreatePayloadFilter","features":[307,337]},{"name":"TdhDeletePayloadFilter","features":[337]},{"name":"TdhEnumerateManifestProviderEvents","features":[337]},{"name":"TdhEnumerateProviderFieldInformation","features":[337]},{"name":"TdhEnumerateProviderFilters","features":[337]},{"name":"TdhEnumerateProviders","features":[337]},{"name":"TdhEnumerateProvidersForDecodingSource","features":[337]},{"name":"TdhFormatProperty","features":[337]},{"name":"TdhGetDecodingParameter","features":[337]},{"name":"TdhGetEventInformation","features":[337]},{"name":"TdhGetEventMapInformation","features":[337]},{"name":"TdhGetManifestEventInformation","features":[337]},{"name":"TdhGetProperty","features":[337]},{"name":"TdhGetPropertySize","features":[337]},{"name":"TdhGetWppMessage","features":[337]},{"name":"TdhGetWppProperty","features":[337]},{"name":"TdhLoadManifest","features":[337]},{"name":"TdhLoadManifestFromBinary","features":[337]},{"name":"TdhLoadManifestFromMemory","features":[337]},{"name":"TdhOpenDecodingHandle","features":[337]},{"name":"TdhQueryProviderFieldInformation","features":[337]},{"name":"TdhSetDecodingParameter","features":[337]},{"name":"TdhUnloadManifest","features":[337]},{"name":"TdhUnloadManifestFromMemory","features":[337]},{"name":"ThreadGuid","features":[337]},{"name":"TraceDisallowListQuery","features":[337]},{"name":"TraceEvent","features":[307,337]},{"name":"TraceEventInstance","features":[307,337]},{"name":"TraceGroupQueryInfo","features":[337]},{"name":"TraceGroupQueryList","features":[337]},{"name":"TraceGuidQueryInfo","features":[337]},{"name":"TraceGuidQueryList","features":[337]},{"name":"TraceGuidQueryProcess","features":[337]},{"name":"TraceInfoReserved15","features":[337]},{"name":"TraceLbrConfigurationInfo","features":[337]},{"name":"TraceLbrEventListInfo","features":[337]},{"name":"TraceMaxLoggersQuery","features":[337]},{"name":"TraceMaxPmcCounterQuery","features":[337]},{"name":"TraceMessage","features":[307,337]},{"name":"TraceMessageVa","features":[307,337]},{"name":"TracePeriodicCaptureStateInfo","features":[337]},{"name":"TracePeriodicCaptureStateListInfo","features":[337]},{"name":"TracePmcCounterListInfo","features":[337]},{"name":"TracePmcCounterOwners","features":[337]},{"name":"TracePmcEventListInfo","features":[337]},{"name":"TracePmcSessionInformation","features":[337]},{"name":"TraceProfileSourceConfigInfo","features":[337]},{"name":"TraceProfileSourceListInfo","features":[337]},{"name":"TraceProviderBinaryTracking","features":[337]},{"name":"TraceQueryInformation","features":[307,337]},{"name":"TraceSampledProfileIntervalInfo","features":[337]},{"name":"TraceSetDisallowList","features":[337]},{"name":"TraceSetInformation","features":[307,337]},{"name":"TraceStackCachingInfo","features":[337]},{"name":"TraceStackTracingInfo","features":[337]},{"name":"TraceStreamCount","features":[337]},{"name":"TraceSystemTraceEnableFlagsInfo","features":[337]},{"name":"TraceUnifiedStackCachingInfo","features":[337]},{"name":"TraceVersionInfo","features":[337]},{"name":"UdpIpGuid","features":[337]},{"name":"UnregisterTraceGuids","features":[337]},{"name":"UpdateTraceA","features":[307,337]},{"name":"UpdateTraceW","features":[307,337]},{"name":"WMIDPREQUEST","features":[337]},{"name":"WMIDPREQUESTCODE","features":[337]},{"name":"WMIGUID_EXECUTE","features":[337]},{"name":"WMIGUID_NOTIFICATION","features":[337]},{"name":"WMIGUID_QUERY","features":[337]},{"name":"WMIGUID_READ_DESCRIPTION","features":[337]},{"name":"WMIGUID_SET","features":[337]},{"name":"WMIREGGUIDW","features":[337]},{"name":"WMIREGINFOW","features":[337]},{"name":"WMIREG_FLAG_EVENT_ONLY_GUID","features":[337]},{"name":"WMIREG_FLAG_EXPENSIVE","features":[337]},{"name":"WMIREG_FLAG_INSTANCE_BASENAME","features":[337]},{"name":"WMIREG_FLAG_INSTANCE_LIST","features":[337]},{"name":"WMIREG_FLAG_INSTANCE_PDO","features":[337]},{"name":"WMIREG_FLAG_REMOVE_GUID","features":[337]},{"name":"WMIREG_FLAG_RESERVED1","features":[337]},{"name":"WMIREG_FLAG_RESERVED2","features":[337]},{"name":"WMIREG_FLAG_TRACED_GUID","features":[337]},{"name":"WMIREG_FLAG_TRACE_CONTROL_GUID","features":[337]},{"name":"WMI_CAPTURE_STATE","features":[337]},{"name":"WMI_DISABLE_COLLECTION","features":[337]},{"name":"WMI_DISABLE_EVENTS","features":[337]},{"name":"WMI_ENABLE_COLLECTION","features":[337]},{"name":"WMI_ENABLE_EVENTS","features":[337]},{"name":"WMI_EXECUTE_METHOD","features":[337]},{"name":"WMI_GET_ALL_DATA","features":[337]},{"name":"WMI_GET_SINGLE_INSTANCE","features":[337]},{"name":"WMI_GLOBAL_LOGGER_ID","features":[337]},{"name":"WMI_GUIDTYPE_DATA","features":[337]},{"name":"WMI_GUIDTYPE_EVENT","features":[337]},{"name":"WMI_GUIDTYPE_TRACE","features":[337]},{"name":"WMI_GUIDTYPE_TRACECONTROL","features":[337]},{"name":"WMI_REGINFO","features":[337]},{"name":"WMI_SET_SINGLE_INSTANCE","features":[337]},{"name":"WMI_SET_SINGLE_ITEM","features":[337]},{"name":"WNODE_ALL_DATA","features":[307,337]},{"name":"WNODE_EVENT_ITEM","features":[307,337]},{"name":"WNODE_EVENT_REFERENCE","features":[307,337]},{"name":"WNODE_FLAG_ALL_DATA","features":[337]},{"name":"WNODE_FLAG_ANSI_INSTANCENAMES","features":[337]},{"name":"WNODE_FLAG_EVENT_ITEM","features":[337]},{"name":"WNODE_FLAG_EVENT_REFERENCE","features":[337]},{"name":"WNODE_FLAG_FIXED_INSTANCE_SIZE","features":[337]},{"name":"WNODE_FLAG_INSTANCES_SAME","features":[337]},{"name":"WNODE_FLAG_INTERNAL","features":[337]},{"name":"WNODE_FLAG_LOG_WNODE","features":[337]},{"name":"WNODE_FLAG_METHOD_ITEM","features":[337]},{"name":"WNODE_FLAG_NO_HEADER","features":[337]},{"name":"WNODE_FLAG_PDO_INSTANCE_NAMES","features":[337]},{"name":"WNODE_FLAG_PERSIST_EVENT","features":[337]},{"name":"WNODE_FLAG_SEND_DATA_BLOCK","features":[337]},{"name":"WNODE_FLAG_SEVERITY_MASK","features":[337]},{"name":"WNODE_FLAG_SINGLE_INSTANCE","features":[337]},{"name":"WNODE_FLAG_SINGLE_ITEM","features":[337]},{"name":"WNODE_FLAG_STATIC_INSTANCE_NAMES","features":[337]},{"name":"WNODE_FLAG_TOO_SMALL","features":[337]},{"name":"WNODE_FLAG_TRACED_GUID","features":[337]},{"name":"WNODE_FLAG_USE_GUID_PTR","features":[337]},{"name":"WNODE_FLAG_USE_MOF_PTR","features":[337]},{"name":"WNODE_FLAG_USE_TIMESTAMP","features":[337]},{"name":"WNODE_FLAG_VERSIONED_PROPERTIES","features":[337]},{"name":"WNODE_HEADER","features":[307,337]},{"name":"WNODE_METHOD_ITEM","features":[307,337]},{"name":"WNODE_SINGLE_INSTANCE","features":[307,337]},{"name":"WNODE_SINGLE_ITEM","features":[307,337]},{"name":"WNODE_TOO_SMALL","features":[307,337]},{"name":"_TDH_IN_TYPE","features":[337]},{"name":"_TDH_OUT_TYPE","features":[337]}],"560":[{"name":"HPSS","features":[548]},{"name":"HPSSWALK","features":[548]},{"name":"PSS_ALLOCATOR","features":[548]},{"name":"PSS_AUXILIARY_PAGES_INFORMATION","features":[548]},{"name":"PSS_AUXILIARY_PAGE_ENTRY","features":[307,548,325]},{"name":"PSS_CAPTURE_FLAGS","features":[548]},{"name":"PSS_CAPTURE_HANDLES","features":[548]},{"name":"PSS_CAPTURE_HANDLE_BASIC_INFORMATION","features":[548]},{"name":"PSS_CAPTURE_HANDLE_NAME_INFORMATION","features":[548]},{"name":"PSS_CAPTURE_HANDLE_TRACE","features":[548]},{"name":"PSS_CAPTURE_HANDLE_TYPE_SPECIFIC_INFORMATION","features":[548]},{"name":"PSS_CAPTURE_IPT_TRACE","features":[548]},{"name":"PSS_CAPTURE_NONE","features":[548]},{"name":"PSS_CAPTURE_RESERVED_00000002","features":[548]},{"name":"PSS_CAPTURE_RESERVED_00000400","features":[548]},{"name":"PSS_CAPTURE_RESERVED_00004000","features":[548]},{"name":"PSS_CAPTURE_THREADS","features":[548]},{"name":"PSS_CAPTURE_THREAD_CONTEXT","features":[548]},{"name":"PSS_CAPTURE_THREAD_CONTEXT_EXTENDED","features":[548]},{"name":"PSS_CAPTURE_VA_CLONE","features":[548]},{"name":"PSS_CAPTURE_VA_SPACE","features":[548]},{"name":"PSS_CAPTURE_VA_SPACE_SECTION_INFORMATION","features":[548]},{"name":"PSS_CREATE_BREAKAWAY","features":[548]},{"name":"PSS_CREATE_BREAKAWAY_OPTIONAL","features":[548]},{"name":"PSS_CREATE_FORCE_BREAKAWAY","features":[548]},{"name":"PSS_CREATE_MEASURE_PERFORMANCE","features":[548]},{"name":"PSS_CREATE_RELEASE_SECTION","features":[548]},{"name":"PSS_CREATE_USE_VM_ALLOCATIONS","features":[548]},{"name":"PSS_DUPLICATE_CLOSE_SOURCE","features":[548]},{"name":"PSS_DUPLICATE_FLAGS","features":[548]},{"name":"PSS_DUPLICATE_NONE","features":[548]},{"name":"PSS_HANDLE_ENTRY","features":[307,548]},{"name":"PSS_HANDLE_FLAGS","features":[548]},{"name":"PSS_HANDLE_HAVE_BASIC_INFORMATION","features":[548]},{"name":"PSS_HANDLE_HAVE_NAME","features":[548]},{"name":"PSS_HANDLE_HAVE_TYPE","features":[548]},{"name":"PSS_HANDLE_HAVE_TYPE_SPECIFIC_INFORMATION","features":[548]},{"name":"PSS_HANDLE_INFORMATION","features":[548]},{"name":"PSS_HANDLE_NONE","features":[548]},{"name":"PSS_HANDLE_TRACE_INFORMATION","features":[307,548]},{"name":"PSS_OBJECT_TYPE","features":[548]},{"name":"PSS_OBJECT_TYPE_EVENT","features":[548]},{"name":"PSS_OBJECT_TYPE_MUTANT","features":[548]},{"name":"PSS_OBJECT_TYPE_PROCESS","features":[548]},{"name":"PSS_OBJECT_TYPE_SECTION","features":[548]},{"name":"PSS_OBJECT_TYPE_SEMAPHORE","features":[548]},{"name":"PSS_OBJECT_TYPE_THREAD","features":[548]},{"name":"PSS_OBJECT_TYPE_UNKNOWN","features":[548]},{"name":"PSS_PERFORMANCE_COUNTERS","features":[548]},{"name":"PSS_PERF_RESOLUTION","features":[548]},{"name":"PSS_PROCESS_FLAGS","features":[548]},{"name":"PSS_PROCESS_FLAGS_FROZEN","features":[548]},{"name":"PSS_PROCESS_FLAGS_NONE","features":[548]},{"name":"PSS_PROCESS_FLAGS_PROTECTED","features":[548]},{"name":"PSS_PROCESS_FLAGS_RESERVED_03","features":[548]},{"name":"PSS_PROCESS_FLAGS_RESERVED_04","features":[548]},{"name":"PSS_PROCESS_FLAGS_WOW64","features":[548]},{"name":"PSS_PROCESS_INFORMATION","features":[307,548]},{"name":"PSS_QUERY_AUXILIARY_PAGES_INFORMATION","features":[548]},{"name":"PSS_QUERY_HANDLE_INFORMATION","features":[548]},{"name":"PSS_QUERY_HANDLE_TRACE_INFORMATION","features":[548]},{"name":"PSS_QUERY_INFORMATION_CLASS","features":[548]},{"name":"PSS_QUERY_PERFORMANCE_COUNTERS","features":[548]},{"name":"PSS_QUERY_PROCESS_INFORMATION","features":[548]},{"name":"PSS_QUERY_THREAD_INFORMATION","features":[548]},{"name":"PSS_QUERY_VA_CLONE_INFORMATION","features":[548]},{"name":"PSS_QUERY_VA_SPACE_INFORMATION","features":[548]},{"name":"PSS_THREAD_ENTRY","features":[307,336,548,313]},{"name":"PSS_THREAD_FLAGS","features":[548]},{"name":"PSS_THREAD_FLAGS_NONE","features":[548]},{"name":"PSS_THREAD_FLAGS_TERMINATED","features":[548]},{"name":"PSS_THREAD_INFORMATION","features":[548]},{"name":"PSS_VA_CLONE_INFORMATION","features":[307,548]},{"name":"PSS_VA_SPACE_ENTRY","features":[548]},{"name":"PSS_VA_SPACE_INFORMATION","features":[548]},{"name":"PSS_WALK_AUXILIARY_PAGES","features":[548]},{"name":"PSS_WALK_HANDLES","features":[548]},{"name":"PSS_WALK_INFORMATION_CLASS","features":[548]},{"name":"PSS_WALK_THREADS","features":[548]},{"name":"PSS_WALK_VA_SPACE","features":[548]},{"name":"PssCaptureSnapshot","features":[307,548]},{"name":"PssDuplicateSnapshot","features":[307,548]},{"name":"PssFreeSnapshot","features":[307,548]},{"name":"PssQuerySnapshot","features":[548]},{"name":"PssWalkMarkerCreate","features":[548]},{"name":"PssWalkMarkerFree","features":[548]},{"name":"PssWalkMarkerGetPosition","features":[548]},{"name":"PssWalkMarkerSeekToBeginning","features":[548]},{"name":"PssWalkMarkerSetPosition","features":[548]},{"name":"PssWalkSnapshot","features":[548]}],"561":[{"name":"CREATE_TOOLHELP_SNAPSHOT_FLAGS","features":[549]},{"name":"CreateToolhelp32Snapshot","features":[307,549]},{"name":"HEAPENTRY32","features":[307,549]},{"name":"HEAPENTRY32_FLAGS","features":[549]},{"name":"HEAPLIST32","features":[549]},{"name":"HF32_DEFAULT","features":[549]},{"name":"HF32_SHARED","features":[549]},{"name":"Heap32First","features":[307,549]},{"name":"Heap32ListFirst","features":[307,549]},{"name":"Heap32ListNext","features":[307,549]},{"name":"Heap32Next","features":[307,549]},{"name":"LF32_FIXED","features":[549]},{"name":"LF32_FREE","features":[549]},{"name":"LF32_MOVEABLE","features":[549]},{"name":"MAX_MODULE_NAME32","features":[549]},{"name":"MODULEENTRY32","features":[307,549]},{"name":"MODULEENTRY32W","features":[307,549]},{"name":"Module32First","features":[307,549]},{"name":"Module32FirstW","features":[307,549]},{"name":"Module32Next","features":[307,549]},{"name":"Module32NextW","features":[307,549]},{"name":"PROCESSENTRY32","features":[549]},{"name":"PROCESSENTRY32W","features":[549]},{"name":"Process32First","features":[307,549]},{"name":"Process32FirstW","features":[307,549]},{"name":"Process32Next","features":[307,549]},{"name":"Process32NextW","features":[307,549]},{"name":"TH32CS_INHERIT","features":[549]},{"name":"TH32CS_SNAPALL","features":[549]},{"name":"TH32CS_SNAPHEAPLIST","features":[549]},{"name":"TH32CS_SNAPMODULE","features":[549]},{"name":"TH32CS_SNAPMODULE32","features":[549]},{"name":"TH32CS_SNAPPROCESS","features":[549]},{"name":"TH32CS_SNAPTHREAD","features":[549]},{"name":"THREADENTRY32","features":[549]},{"name":"Thread32First","features":[307,549]},{"name":"Thread32Next","features":[307,549]},{"name":"Toolhelp32ReadProcessMemory","features":[307,549]}],"562":[{"name":"MSG_category_Devices","features":[550]},{"name":"MSG_category_Disk","features":[550]},{"name":"MSG_category_Network","features":[550]},{"name":"MSG_category_Printers","features":[550]},{"name":"MSG_category_Services","features":[550]},{"name":"MSG_category_Shell","features":[550]},{"name":"MSG_category_SystemEvent","features":[550]},{"name":"MSG_channel_Application","features":[550]},{"name":"MSG_channel_ProviderMetadata","features":[550]},{"name":"MSG_channel_Security","features":[550]},{"name":"MSG_channel_System","features":[550]},{"name":"MSG_channel_TraceClassic","features":[550]},{"name":"MSG_channel_TraceLogging","features":[550]},{"name":"MSG_keyword_AnyKeyword","features":[550]},{"name":"MSG_keyword_AuditFailure","features":[550]},{"name":"MSG_keyword_AuditSuccess","features":[550]},{"name":"MSG_keyword_Classic","features":[550]},{"name":"MSG_keyword_CorrelationHint","features":[550]},{"name":"MSG_keyword_ResponseTime","features":[550]},{"name":"MSG_keyword_SQM","features":[550]},{"name":"MSG_keyword_WDIDiag","features":[550]},{"name":"MSG_level_Critical","features":[550]},{"name":"MSG_level_Error","features":[550]},{"name":"MSG_level_Informational","features":[550]},{"name":"MSG_level_LogAlways","features":[550]},{"name":"MSG_level_Verbose","features":[550]},{"name":"MSG_level_Warning","features":[550]},{"name":"MSG_opcode_DCStart","features":[550]},{"name":"MSG_opcode_DCStop","features":[550]},{"name":"MSG_opcode_Extension","features":[550]},{"name":"MSG_opcode_Info","features":[550]},{"name":"MSG_opcode_Receive","features":[550]},{"name":"MSG_opcode_Reply","features":[550]},{"name":"MSG_opcode_Resume","features":[550]},{"name":"MSG_opcode_Send","features":[550]},{"name":"MSG_opcode_Start","features":[550]},{"name":"MSG_opcode_Stop","features":[550]},{"name":"MSG_opcode_Suspend","features":[550]},{"name":"MSG_task_None","features":[550]},{"name":"WINEVENT_CHANNEL_CLASSIC_TRACE","features":[550]},{"name":"WINEVENT_CHANNEL_GLOBAL_APPLICATION","features":[550]},{"name":"WINEVENT_CHANNEL_GLOBAL_SECURITY","features":[550]},{"name":"WINEVENT_CHANNEL_GLOBAL_SYSTEM","features":[550]},{"name":"WINEVENT_CHANNEL_PROVIDERMETADATA","features":[550]},{"name":"WINEVENT_CHANNEL_TRACELOGGING","features":[550]},{"name":"WINEVENT_KEYWORD_AUDIT_FAILURE","features":[550]},{"name":"WINEVENT_KEYWORD_AUDIT_SUCCESS","features":[550]},{"name":"WINEVENT_KEYWORD_CORRELATION_HINT","features":[550]},{"name":"WINEVENT_KEYWORD_EVENTLOG_CLASSIC","features":[550]},{"name":"WINEVENT_KEYWORD_RESERVED_49","features":[550]},{"name":"WINEVENT_KEYWORD_RESERVED_56","features":[550]},{"name":"WINEVENT_KEYWORD_RESERVED_57","features":[550]},{"name":"WINEVENT_KEYWORD_RESERVED_58","features":[550]},{"name":"WINEVENT_KEYWORD_RESERVED_59","features":[550]},{"name":"WINEVENT_KEYWORD_RESERVED_60","features":[550]},{"name":"WINEVENT_KEYWORD_RESERVED_61","features":[550]},{"name":"WINEVENT_KEYWORD_RESERVED_62","features":[550]},{"name":"WINEVENT_KEYWORD_RESERVED_63","features":[550]},{"name":"WINEVENT_KEYWORD_RESPONSE_TIME","features":[550]},{"name":"WINEVENT_KEYWORD_SQM","features":[550]},{"name":"WINEVENT_KEYWORD_WDI_DIAG","features":[550]},{"name":"WINEVENT_LEVEL_CRITICAL","features":[550]},{"name":"WINEVENT_LEVEL_ERROR","features":[550]},{"name":"WINEVENT_LEVEL_INFO","features":[550]},{"name":"WINEVENT_LEVEL_LOG_ALWAYS","features":[550]},{"name":"WINEVENT_LEVEL_RESERVED_10","features":[550]},{"name":"WINEVENT_LEVEL_RESERVED_11","features":[550]},{"name":"WINEVENT_LEVEL_RESERVED_12","features":[550]},{"name":"WINEVENT_LEVEL_RESERVED_13","features":[550]},{"name":"WINEVENT_LEVEL_RESERVED_14","features":[550]},{"name":"WINEVENT_LEVEL_RESERVED_15","features":[550]},{"name":"WINEVENT_LEVEL_RESERVED_6","features":[550]},{"name":"WINEVENT_LEVEL_RESERVED_7","features":[550]},{"name":"WINEVENT_LEVEL_RESERVED_8","features":[550]},{"name":"WINEVENT_LEVEL_RESERVED_9","features":[550]},{"name":"WINEVENT_LEVEL_VERBOSE","features":[550]},{"name":"WINEVENT_LEVEL_WARNING","features":[550]},{"name":"WINEVENT_OPCODE_DC_START","features":[550]},{"name":"WINEVENT_OPCODE_DC_STOP","features":[550]},{"name":"WINEVENT_OPCODE_EXTENSION","features":[550]},{"name":"WINEVENT_OPCODE_INFO","features":[550]},{"name":"WINEVENT_OPCODE_RECEIVE","features":[550]},{"name":"WINEVENT_OPCODE_REPLY","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_241","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_242","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_243","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_244","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_245","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_246","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_247","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_248","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_249","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_250","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_251","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_252","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_253","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_254","features":[550]},{"name":"WINEVENT_OPCODE_RESERVED_255","features":[550]},{"name":"WINEVENT_OPCODE_RESUME","features":[550]},{"name":"WINEVENT_OPCODE_SEND","features":[550]},{"name":"WINEVENT_OPCODE_START","features":[550]},{"name":"WINEVENT_OPCODE_STOP","features":[550]},{"name":"WINEVENT_OPCODE_SUSPEND","features":[550]},{"name":"WINEVENT_TASK_NONE","features":[550]},{"name":"WINEVT_KEYWORD_ANY","features":[550]}],"563":[{"name":"APPLICATIONTYPE","features":[551]},{"name":"AUTHENTICATION_LEVEL","features":[551]},{"name":"BOID","features":[551]},{"name":"CLSID_MSDtcTransaction","features":[551]},{"name":"CLSID_MSDtcTransactionManager","features":[551]},{"name":"CLUSTERRESOURCE_APPLICATIONTYPE","features":[551]},{"name":"DTCINITIATEDRECOVERYWORK","features":[551]},{"name":"DTCINITIATEDRECOVERYWORK_CHECKLUSTATUS","features":[551]},{"name":"DTCINITIATEDRECOVERYWORK_TMDOWN","features":[551]},{"name":"DTCINITIATEDRECOVERYWORK_TRANS","features":[551]},{"name":"DTCINSTALL_E_CLIENT_ALREADY_INSTALLED","features":[551]},{"name":"DTCINSTALL_E_SERVER_ALREADY_INSTALLED","features":[551]},{"name":"DTCLUCOMPARESTATE","features":[551]},{"name":"DTCLUCOMPARESTATESCONFIRMATION","features":[551]},{"name":"DTCLUCOMPARESTATESCONFIRMATION_CONFIRM","features":[551]},{"name":"DTCLUCOMPARESTATESCONFIRMATION_PROTOCOL","features":[551]},{"name":"DTCLUCOMPARESTATESERROR","features":[551]},{"name":"DTCLUCOMPARESTATESERROR_PROTOCOL","features":[551]},{"name":"DTCLUCOMPARESTATESRESPONSE","features":[551]},{"name":"DTCLUCOMPARESTATESRESPONSE_OK","features":[551]},{"name":"DTCLUCOMPARESTATESRESPONSE_PROTOCOL","features":[551]},{"name":"DTCLUCOMPARESTATE_COMMITTED","features":[551]},{"name":"DTCLUCOMPARESTATE_HEURISTICCOMMITTED","features":[551]},{"name":"DTCLUCOMPARESTATE_HEURISTICMIXED","features":[551]},{"name":"DTCLUCOMPARESTATE_HEURISTICRESET","features":[551]},{"name":"DTCLUCOMPARESTATE_INDOUBT","features":[551]},{"name":"DTCLUCOMPARESTATE_RESET","features":[551]},{"name":"DTCLUXLN","features":[551]},{"name":"DTCLUXLNCONFIRMATION","features":[551]},{"name":"DTCLUXLNCONFIRMATION_COLDWARMMISMATCH","features":[551]},{"name":"DTCLUXLNCONFIRMATION_CONFIRM","features":[551]},{"name":"DTCLUXLNCONFIRMATION_LOGNAMEMISMATCH","features":[551]},{"name":"DTCLUXLNCONFIRMATION_OBSOLETE","features":[551]},{"name":"DTCLUXLNERROR","features":[551]},{"name":"DTCLUXLNERROR_COLDWARMMISMATCH","features":[551]},{"name":"DTCLUXLNERROR_LOGNAMEMISMATCH","features":[551]},{"name":"DTCLUXLNERROR_PROTOCOL","features":[551]},{"name":"DTCLUXLNRESPONSE","features":[551]},{"name":"DTCLUXLNRESPONSE_COLDWARMMISMATCH","features":[551]},{"name":"DTCLUXLNRESPONSE_LOGNAMEMISMATCH","features":[551]},{"name":"DTCLUXLNRESPONSE_OK_SENDCONFIRMATION","features":[551]},{"name":"DTCLUXLNRESPONSE_OK_SENDOURXLNBACK","features":[551]},{"name":"DTCLUXLN_COLD","features":[551]},{"name":"DTCLUXLN_WARM","features":[551]},{"name":"DTC_GET_TRANSACTION_MANAGER","features":[551]},{"name":"DTC_GET_TRANSACTION_MANAGER_EX_A","features":[551]},{"name":"DTC_GET_TRANSACTION_MANAGER_EX_W","features":[551]},{"name":"DTC_INSTALL_CLIENT","features":[551]},{"name":"DTC_INSTALL_OVERWRITE_CLIENT","features":[551]},{"name":"DTC_INSTALL_OVERWRITE_SERVER","features":[551]},{"name":"DTC_STATUS_","features":[551]},{"name":"DTC_STATUS_CONTINUING","features":[551]},{"name":"DTC_STATUS_E_CANTCONTROL","features":[551]},{"name":"DTC_STATUS_FAILED","features":[551]},{"name":"DTC_STATUS_PAUSED","features":[551]},{"name":"DTC_STATUS_PAUSING","features":[551]},{"name":"DTC_STATUS_STARTED","features":[551]},{"name":"DTC_STATUS_STARTING","features":[551]},{"name":"DTC_STATUS_STOPPED","features":[551]},{"name":"DTC_STATUS_STOPPING","features":[551]},{"name":"DTC_STATUS_UNKNOWN","features":[551]},{"name":"DtcGetTransactionManager","features":[551]},{"name":"DtcGetTransactionManagerC","features":[551]},{"name":"DtcGetTransactionManagerExA","features":[551]},{"name":"DtcGetTransactionManagerExW","features":[551]},{"name":"IDtcLuConfigure","features":[551]},{"name":"IDtcLuRecovery","features":[551]},{"name":"IDtcLuRecoveryFactory","features":[551]},{"name":"IDtcLuRecoveryInitiatedByDtc","features":[551]},{"name":"IDtcLuRecoveryInitiatedByDtcStatusWork","features":[551]},{"name":"IDtcLuRecoveryInitiatedByDtcTransWork","features":[551]},{"name":"IDtcLuRecoveryInitiatedByLu","features":[551]},{"name":"IDtcLuRecoveryInitiatedByLuWork","features":[551]},{"name":"IDtcLuRmEnlistment","features":[551]},{"name":"IDtcLuRmEnlistmentFactory","features":[551]},{"name":"IDtcLuRmEnlistmentSink","features":[551]},{"name":"IDtcLuSubordinateDtc","features":[551]},{"name":"IDtcLuSubordinateDtcFactory","features":[551]},{"name":"IDtcLuSubordinateDtcSink","features":[551]},{"name":"IDtcNetworkAccessConfig","features":[551]},{"name":"IDtcNetworkAccessConfig2","features":[551]},{"name":"IDtcNetworkAccessConfig3","features":[551]},{"name":"IDtcToXaHelper","features":[551]},{"name":"IDtcToXaHelperFactory","features":[551]},{"name":"IDtcToXaHelperSinglePipe","features":[551]},{"name":"IDtcToXaMapper","features":[551]},{"name":"IGetDispenser","features":[551]},{"name":"IKernelTransaction","features":[551]},{"name":"ILastResourceManager","features":[551]},{"name":"INCOMING_AUTHENTICATION_REQUIRED","features":[551]},{"name":"IPrepareInfo","features":[551]},{"name":"IPrepareInfo2","features":[551]},{"name":"IRMHelper","features":[551]},{"name":"IResourceManager","features":[551]},{"name":"IResourceManager2","features":[551]},{"name":"IResourceManagerFactory","features":[551]},{"name":"IResourceManagerFactory2","features":[551]},{"name":"IResourceManagerRejoinable","features":[551]},{"name":"IResourceManagerSink","features":[551]},{"name":"ISOFLAG","features":[551]},{"name":"ISOFLAG_OPTIMISTIC","features":[551]},{"name":"ISOFLAG_READONLY","features":[551]},{"name":"ISOFLAG_RETAIN_ABORT","features":[551]},{"name":"ISOFLAG_RETAIN_ABORT_DC","features":[551]},{"name":"ISOFLAG_RETAIN_ABORT_NO","features":[551]},{"name":"ISOFLAG_RETAIN_BOTH","features":[551]},{"name":"ISOFLAG_RETAIN_COMMIT","features":[551]},{"name":"ISOFLAG_RETAIN_COMMIT_DC","features":[551]},{"name":"ISOFLAG_RETAIN_COMMIT_NO","features":[551]},{"name":"ISOFLAG_RETAIN_DONTCARE","features":[551]},{"name":"ISOFLAG_RETAIN_NONE","features":[551]},{"name":"ISOLATIONLEVEL","features":[551]},{"name":"ISOLATIONLEVEL_BROWSE","features":[551]},{"name":"ISOLATIONLEVEL_CHAOS","features":[551]},{"name":"ISOLATIONLEVEL_CURSORSTABILITY","features":[551]},{"name":"ISOLATIONLEVEL_ISOLATED","features":[551]},{"name":"ISOLATIONLEVEL_READCOMMITTED","features":[551]},{"name":"ISOLATIONLEVEL_READUNCOMMITTED","features":[551]},{"name":"ISOLATIONLEVEL_REPEATABLEREAD","features":[551]},{"name":"ISOLATIONLEVEL_SERIALIZABLE","features":[551]},{"name":"ISOLATIONLEVEL_UNSPECIFIED","features":[551]},{"name":"ITipHelper","features":[551]},{"name":"ITipPullSink","features":[551]},{"name":"ITipTransaction","features":[551]},{"name":"ITmNodeName","features":[551]},{"name":"ITransaction","features":[551]},{"name":"ITransaction2","features":[551]},{"name":"ITransactionCloner","features":[551]},{"name":"ITransactionDispenser","features":[551]},{"name":"ITransactionEnlistmentAsync","features":[551]},{"name":"ITransactionExport","features":[551]},{"name":"ITransactionExportFactory","features":[551]},{"name":"ITransactionImport","features":[551]},{"name":"ITransactionImportWhereabouts","features":[551]},{"name":"ITransactionLastEnlistmentAsync","features":[551]},{"name":"ITransactionLastResourceAsync","features":[551]},{"name":"ITransactionOptions","features":[551]},{"name":"ITransactionOutcomeEvents","features":[551]},{"name":"ITransactionPhase0EnlistmentAsync","features":[551]},{"name":"ITransactionPhase0Factory","features":[551]},{"name":"ITransactionPhase0NotifyAsync","features":[551]},{"name":"ITransactionReceiver","features":[551]},{"name":"ITransactionReceiverFactory","features":[551]},{"name":"ITransactionResource","features":[551]},{"name":"ITransactionResourceAsync","features":[551]},{"name":"ITransactionTransmitter","features":[551]},{"name":"ITransactionTransmitterFactory","features":[551]},{"name":"ITransactionVoterBallotAsync2","features":[551]},{"name":"ITransactionVoterFactory2","features":[551]},{"name":"ITransactionVoterNotifyAsync2","features":[551]},{"name":"IXAConfig","features":[551]},{"name":"IXAObtainRMInfo","features":[551]},{"name":"IXATransLookup","features":[551]},{"name":"IXATransLookup2","features":[551]},{"name":"LOCAL_APPLICATIONTYPE","features":[551]},{"name":"MAXBQUALSIZE","features":[551]},{"name":"MAXGTRIDSIZE","features":[551]},{"name":"MAXINFOSIZE","features":[551]},{"name":"MAX_TRAN_DESC","features":[551]},{"name":"MUTUAL_AUTHENTICATION_REQUIRED","features":[551]},{"name":"NO_AUTHENTICATION_REQUIRED","features":[551]},{"name":"OLE_TM_CONFIG_PARAMS_V1","features":[551]},{"name":"OLE_TM_CONFIG_PARAMS_V2","features":[551]},{"name":"OLE_TM_CONFIG_VERSION_1","features":[551]},{"name":"OLE_TM_CONFIG_VERSION_2","features":[551]},{"name":"OLE_TM_FLAG_INTERNAL_TO_TM","features":[551]},{"name":"OLE_TM_FLAG_NOAGILERECOVERY","features":[551]},{"name":"OLE_TM_FLAG_NODEMANDSTART","features":[551]},{"name":"OLE_TM_FLAG_NONE","features":[551]},{"name":"OLE_TM_FLAG_QUERY_SERVICE_LOCKSTATUS","features":[551]},{"name":"PROXY_CONFIG_PARAMS","features":[551]},{"name":"RMNAMESZ","features":[551]},{"name":"TMASYNC","features":[551]},{"name":"TMENDRSCAN","features":[551]},{"name":"TMER_INVAL","features":[551]},{"name":"TMER_PROTO","features":[551]},{"name":"TMER_TMERR","features":[551]},{"name":"TMFAIL","features":[551]},{"name":"TMJOIN","features":[551]},{"name":"TMMIGRATE","features":[551]},{"name":"TMMULTIPLE","features":[551]},{"name":"TMNOFLAGS","features":[551]},{"name":"TMNOMIGRATE","features":[551]},{"name":"TMNOWAIT","features":[551]},{"name":"TMONEPHASE","features":[551]},{"name":"TMREGISTER","features":[551]},{"name":"TMRESUME","features":[551]},{"name":"TMSTARTRSCAN","features":[551]},{"name":"TMSUCCESS","features":[551]},{"name":"TMSUSPEND","features":[551]},{"name":"TMUSEASYNC","features":[551]},{"name":"TM_JOIN","features":[551]},{"name":"TM_OK","features":[551]},{"name":"TM_RESUME","features":[551]},{"name":"TX_MISC_CONSTANTS","features":[551]},{"name":"XACTCONST","features":[551]},{"name":"XACTCONST_TIMEOUTINFINITE","features":[551]},{"name":"XACTHEURISTIC","features":[551]},{"name":"XACTHEURISTIC_ABORT","features":[551]},{"name":"XACTHEURISTIC_COMMIT","features":[551]},{"name":"XACTHEURISTIC_DAMAGE","features":[551]},{"name":"XACTHEURISTIC_DANGER","features":[551]},{"name":"XACTOPT","features":[551]},{"name":"XACTRM","features":[551]},{"name":"XACTRM_NOREADONLYPREPARES","features":[551]},{"name":"XACTRM_OPTIMISTICLASTWINS","features":[551]},{"name":"XACTSTAT","features":[551]},{"name":"XACTSTATS","features":[307,551]},{"name":"XACTSTAT_ABORTED","features":[551]},{"name":"XACTSTAT_ABORTING","features":[551]},{"name":"XACTSTAT_ALL","features":[551]},{"name":"XACTSTAT_CLOSED","features":[551]},{"name":"XACTSTAT_COMMITRETAINING","features":[551]},{"name":"XACTSTAT_COMMITTED","features":[551]},{"name":"XACTSTAT_COMMITTING","features":[551]},{"name":"XACTSTAT_FORCED_ABORT","features":[551]},{"name":"XACTSTAT_FORCED_COMMIT","features":[551]},{"name":"XACTSTAT_HEURISTIC_ABORT","features":[551]},{"name":"XACTSTAT_HEURISTIC_COMMIT","features":[551]},{"name":"XACTSTAT_HEURISTIC_DAMAGE","features":[551]},{"name":"XACTSTAT_HEURISTIC_DANGER","features":[551]},{"name":"XACTSTAT_INDOUBT","features":[551]},{"name":"XACTSTAT_NONE","features":[551]},{"name":"XACTSTAT_NOTPREPARED","features":[551]},{"name":"XACTSTAT_OPEN","features":[551]},{"name":"XACTSTAT_OPENNORMAL","features":[551]},{"name":"XACTSTAT_OPENREFUSED","features":[551]},{"name":"XACTSTAT_PREPARED","features":[551]},{"name":"XACTSTAT_PREPARERETAINED","features":[551]},{"name":"XACTSTAT_PREPARERETAINING","features":[551]},{"name":"XACTSTAT_PREPARING","features":[551]},{"name":"XACTTC","features":[551]},{"name":"XACTTC_ASYNC","features":[551]},{"name":"XACTTC_ASYNC_PHASEONE","features":[551]},{"name":"XACTTC_NONE","features":[551]},{"name":"XACTTC_SYNC","features":[551]},{"name":"XACTTC_SYNC_PHASEONE","features":[551]},{"name":"XACTTC_SYNC_PHASETWO","features":[551]},{"name":"XACTTRANSINFO","features":[551]},{"name":"XACT_DTC_CONSTANTS","features":[551]},{"name":"XACT_E_CONNECTION_REQUEST_DENIED","features":[551]},{"name":"XACT_E_DUPLICATE_GUID","features":[551]},{"name":"XACT_E_DUPLICATE_LU","features":[551]},{"name":"XACT_E_DUPLICATE_TRANSID","features":[551]},{"name":"XACT_E_LRMRECOVERYALREADYDONE","features":[551]},{"name":"XACT_E_LU_BUSY","features":[551]},{"name":"XACT_E_LU_DOWN","features":[551]},{"name":"XACT_E_LU_NOT_CONNECTED","features":[551]},{"name":"XACT_E_LU_NOT_FOUND","features":[551]},{"name":"XACT_E_LU_NO_RECOVERY_PROCESS","features":[551]},{"name":"XACT_E_LU_RECOVERING","features":[551]},{"name":"XACT_E_LU_RECOVERY_MISMATCH","features":[551]},{"name":"XACT_E_NOLASTRESOURCEINTERFACE","features":[551]},{"name":"XACT_E_NOTSINGLEPHASE","features":[551]},{"name":"XACT_E_PROTOCOL","features":[551]},{"name":"XACT_E_RECOVERYALREADYDONE","features":[551]},{"name":"XACT_E_RECOVERY_FAILED","features":[551]},{"name":"XACT_E_RM_FAILURE","features":[551]},{"name":"XACT_E_RM_UNAVAILABLE","features":[551]},{"name":"XACT_E_TOOMANY_ENLISTMENTS","features":[551]},{"name":"XACT_OK_NONOTIFY","features":[551]},{"name":"XACT_S_NONOTIFY","features":[551]},{"name":"XAER_ASYNC","features":[551]},{"name":"XAER_DUPID","features":[551]},{"name":"XAER_INVAL","features":[551]},{"name":"XAER_NOTA","features":[551]},{"name":"XAER_OUTSIDE","features":[551]},{"name":"XAER_PROTO","features":[551]},{"name":"XAER_RMERR","features":[551]},{"name":"XAER_RMFAIL","features":[551]},{"name":"XA_CLOSE_EPT","features":[551]},{"name":"XA_COMMIT_EPT","features":[551]},{"name":"XA_COMPLETE_EPT","features":[551]},{"name":"XA_END_EPT","features":[551]},{"name":"XA_FMTID_DTC","features":[551]},{"name":"XA_FMTID_DTC_VER1","features":[551]},{"name":"XA_FORGET_EPT","features":[551]},{"name":"XA_HEURCOM","features":[551]},{"name":"XA_HEURHAZ","features":[551]},{"name":"XA_HEURMIX","features":[551]},{"name":"XA_HEURRB","features":[551]},{"name":"XA_NOMIGRATE","features":[551]},{"name":"XA_OK","features":[551]},{"name":"XA_OPEN_EPT","features":[551]},{"name":"XA_PREPARE_EPT","features":[551]},{"name":"XA_RBBASE","features":[551]},{"name":"XA_RBCOMMFAIL","features":[551]},{"name":"XA_RBDEADLOCK","features":[551]},{"name":"XA_RBEND","features":[551]},{"name":"XA_RBINTEGRITY","features":[551]},{"name":"XA_RBOTHER","features":[551]},{"name":"XA_RBPROTO","features":[551]},{"name":"XA_RBROLLBACK","features":[551]},{"name":"XA_RBTIMEOUT","features":[551]},{"name":"XA_RBTRANSIENT","features":[551]},{"name":"XA_RDONLY","features":[551]},{"name":"XA_RECOVER_EPT","features":[551]},{"name":"XA_RETRY","features":[551]},{"name":"XA_ROLLBACK_EPT","features":[551]},{"name":"XA_START_EPT","features":[551]},{"name":"XA_SWITCH_F_DTC","features":[551]},{"name":"XID","features":[551]},{"name":"XIDDATASIZE","features":[551]},{"name":"dwUSER_MS_SQLSERVER","features":[551]},{"name":"xa_switch_t","features":[551]}],"564":[{"name":"CallEnclave","features":[307,552]},{"name":"CreateEnclave","features":[307,552]},{"name":"CreateEnvironmentBlock","features":[307,552]},{"name":"DeleteEnclave","features":[307,552]},{"name":"DestroyEnvironmentBlock","features":[307,552]},{"name":"ENCLAVE_FLAG_DYNAMIC_DEBUG_ACTIVE","features":[552]},{"name":"ENCLAVE_FLAG_DYNAMIC_DEBUG_ENABLED","features":[552]},{"name":"ENCLAVE_FLAG_FULL_DEBUG_ENABLED","features":[552]},{"name":"ENCLAVE_IDENTITY","features":[552]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_EXACT_CODE","features":[552]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_INVALID","features":[552]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_AUTHOR","features":[552]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_FAMILY","features":[552]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_IMAGE","features":[552]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_PRIMARY_CODE","features":[552]},{"name":"ENCLAVE_INFORMATION","features":[552]},{"name":"ENCLAVE_REPORT_DATA_LENGTH","features":[552]},{"name":"ENCLAVE_RUNTIME_POLICY_ALLOW_DYNAMIC_DEBUG","features":[552]},{"name":"ENCLAVE_RUNTIME_POLICY_ALLOW_FULL_DEBUG","features":[552]},{"name":"ENCLAVE_SEALING_IDENTITY_POLICY","features":[552]},{"name":"ENCLAVE_UNSEAL_FLAG_STALE_KEY","features":[552]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_DEBUG_KEY","features":[552]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_FAMILY_ID","features":[552]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_IMAGE_ID","features":[552]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_MEASUREMENT","features":[552]},{"name":"ENCLAVE_VBS_BASIC_KEY_REQUEST","features":[552]},{"name":"EnclaveGetAttestationReport","features":[552]},{"name":"EnclaveGetEnclaveInformation","features":[552]},{"name":"EnclaveSealData","features":[552]},{"name":"EnclaveUnsealData","features":[552]},{"name":"EnclaveVerifyAttestationReport","features":[552]},{"name":"ExpandEnvironmentStringsA","features":[552]},{"name":"ExpandEnvironmentStringsForUserA","features":[307,552]},{"name":"ExpandEnvironmentStringsForUserW","features":[307,552]},{"name":"ExpandEnvironmentStringsW","features":[552]},{"name":"FreeEnvironmentStringsA","features":[307,552]},{"name":"FreeEnvironmentStringsW","features":[307,552]},{"name":"GetCommandLineA","features":[552]},{"name":"GetCommandLineW","features":[552]},{"name":"GetCurrentDirectoryA","features":[552]},{"name":"GetCurrentDirectoryW","features":[552]},{"name":"GetEnvironmentStrings","features":[552]},{"name":"GetEnvironmentStringsW","features":[552]},{"name":"GetEnvironmentVariableA","features":[552]},{"name":"GetEnvironmentVariableW","features":[552]},{"name":"InitializeEnclave","features":[307,552]},{"name":"IsEnclaveTypeSupported","features":[307,552]},{"name":"LoadEnclaveData","features":[307,552]},{"name":"LoadEnclaveImageA","features":[307,552]},{"name":"LoadEnclaveImageW","features":[307,552]},{"name":"NeedCurrentDirectoryForExePathA","features":[307,552]},{"name":"NeedCurrentDirectoryForExePathW","features":[307,552]},{"name":"SetCurrentDirectoryA","features":[307,552]},{"name":"SetCurrentDirectoryW","features":[307,552]},{"name":"SetEnvironmentStringsW","features":[307,552]},{"name":"SetEnvironmentVariableA","features":[307,552]},{"name":"SetEnvironmentVariableW","features":[307,552]},{"name":"TerminateEnclave","features":[307,552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_COMMIT_PAGES","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_CREATE_THREAD","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_CREATE_THREAD","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_DECOMMIT_PAGES","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_KEY","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_RANDOM_DATA","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_REPORT","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GET_ENCLAVE_INFORMATION","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_INTERRUPT_THREAD","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_INTERRUPT_THREAD","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_PROTECT_PAGES","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_ENCLAVE","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_EXCEPTION","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_EXCEPTION","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_TERMINATE_THREAD","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_TERMINATE_THREAD","features":[552]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_VERIFY_REPORT","features":[552]},{"name":"VBS_BASIC_ENCLAVE_EXCEPTION_AMD64","features":[552]},{"name":"VBS_BASIC_ENCLAVE_SYSCALL_PAGE","features":[552]},{"name":"VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR32","features":[552]},{"name":"VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64","features":[552]},{"name":"VBS_ENCLAVE_REPORT","features":[552]},{"name":"VBS_ENCLAVE_REPORT_MODULE","features":[552]},{"name":"VBS_ENCLAVE_REPORT_PKG_HEADER","features":[552]},{"name":"VBS_ENCLAVE_REPORT_PKG_HEADER_VERSION_CURRENT","features":[552]},{"name":"VBS_ENCLAVE_REPORT_SIGNATURE_SCHEME_SHA256_RSA_PSS_SHA256","features":[552]},{"name":"VBS_ENCLAVE_REPORT_VARDATA_HEADER","features":[552]},{"name":"VBS_ENCLAVE_REPORT_VERSION_CURRENT","features":[552]},{"name":"VBS_ENCLAVE_VARDATA_INVALID","features":[552]},{"name":"VBS_ENCLAVE_VARDATA_MODULE","features":[552]}],"565":[{"name":"APPCRASH_EVENT","features":[553]},{"name":"AddERExcludedApplicationA","features":[307,553]},{"name":"AddERExcludedApplicationW","features":[307,553]},{"name":"EFaultRepRetVal","features":[553]},{"name":"E_STORE_INVALID","features":[553]},{"name":"E_STORE_MACHINE_ARCHIVE","features":[553]},{"name":"E_STORE_MACHINE_QUEUE","features":[553]},{"name":"E_STORE_USER_ARCHIVE","features":[553]},{"name":"E_STORE_USER_QUEUE","features":[553]},{"name":"HREPORT","features":[553]},{"name":"HREPORTSTORE","features":[553]},{"name":"PACKAGED_APPCRASH_EVENT","features":[553]},{"name":"PFN_WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH","features":[307,336,553,313]},{"name":"PFN_WER_RUNTIME_EXCEPTION_EVENT","features":[307,336,553,313]},{"name":"PFN_WER_RUNTIME_EXCEPTION_EVENT_SIGNATURE","features":[307,336,553,313]},{"name":"REPORT_STORE_TYPES","features":[553]},{"name":"ReportFault","features":[307,336,553,313]},{"name":"WER_CONSENT","features":[553]},{"name":"WER_DUMP_AUXILIARY","features":[553]},{"name":"WER_DUMP_CUSTOM_OPTIONS","features":[307,553]},{"name":"WER_DUMP_CUSTOM_OPTIONS_V2","features":[307,553]},{"name":"WER_DUMP_CUSTOM_OPTIONS_V3","features":[307,553]},{"name":"WER_DUMP_MASK_START","features":[553]},{"name":"WER_DUMP_NOHEAP_ONQUEUE","features":[553]},{"name":"WER_DUMP_TYPE","features":[553]},{"name":"WER_EXCEPTION_INFORMATION","features":[307,336,553,313]},{"name":"WER_FAULT_REPORTING","features":[553]},{"name":"WER_FAULT_REPORTING_ALWAYS_SHOW_UI","features":[553]},{"name":"WER_FAULT_REPORTING_CRITICAL","features":[553]},{"name":"WER_FAULT_REPORTING_DISABLE_SNAPSHOT_CRASH","features":[553]},{"name":"WER_FAULT_REPORTING_DISABLE_SNAPSHOT_HANG","features":[553]},{"name":"WER_FAULT_REPORTING_DURABLE","features":[553]},{"name":"WER_FAULT_REPORTING_FLAG_DISABLE_THREAD_SUSPENSION","features":[553]},{"name":"WER_FAULT_REPORTING_FLAG_NOHEAP","features":[553]},{"name":"WER_FAULT_REPORTING_FLAG_NO_HEAP_ON_QUEUE","features":[553]},{"name":"WER_FAULT_REPORTING_FLAG_QUEUE","features":[553]},{"name":"WER_FAULT_REPORTING_FLAG_QUEUE_UPLOAD","features":[553]},{"name":"WER_FAULT_REPORTING_NO_UI","features":[553]},{"name":"WER_FILE","features":[553]},{"name":"WER_FILE_ANONYMOUS_DATA","features":[553]},{"name":"WER_FILE_COMPRESSED","features":[553]},{"name":"WER_FILE_DELETE_WHEN_DONE","features":[553]},{"name":"WER_FILE_TYPE","features":[553]},{"name":"WER_MAX_APPLICATION_NAME_LENGTH","features":[553]},{"name":"WER_MAX_BUCKET_ID_STRING_LENGTH","features":[553]},{"name":"WER_MAX_DESCRIPTION_LENGTH","features":[553]},{"name":"WER_MAX_EVENT_NAME_LENGTH","features":[553]},{"name":"WER_MAX_FRIENDLY_EVENT_NAME_LENGTH","features":[553]},{"name":"WER_MAX_LOCAL_DUMP_SUBPATH_LENGTH","features":[553]},{"name":"WER_MAX_PARAM_COUNT","features":[553]},{"name":"WER_MAX_PARAM_LENGTH","features":[553]},{"name":"WER_MAX_PREFERRED_MODULES","features":[553]},{"name":"WER_MAX_PREFERRED_MODULES_BUFFER","features":[553]},{"name":"WER_MAX_REGISTERED_DUMPCOLLECTION","features":[553]},{"name":"WER_MAX_REGISTERED_ENTRIES","features":[553]},{"name":"WER_MAX_REGISTERED_METADATA","features":[553]},{"name":"WER_MAX_REGISTERED_RUNTIME_EXCEPTION_MODULES","features":[553]},{"name":"WER_MAX_SIGNATURE_NAME_LENGTH","features":[553]},{"name":"WER_MAX_TOTAL_PARAM_LENGTH","features":[553]},{"name":"WER_METADATA_KEY_MAX_LENGTH","features":[553]},{"name":"WER_METADATA_VALUE_MAX_LENGTH","features":[553]},{"name":"WER_P0","features":[553]},{"name":"WER_P1","features":[553]},{"name":"WER_P2","features":[553]},{"name":"WER_P3","features":[553]},{"name":"WER_P4","features":[553]},{"name":"WER_P5","features":[553]},{"name":"WER_P6","features":[553]},{"name":"WER_P7","features":[553]},{"name":"WER_P8","features":[553]},{"name":"WER_P9","features":[553]},{"name":"WER_REGISTER_FILE_TYPE","features":[553]},{"name":"WER_REPORT_INFORMATION","features":[307,553]},{"name":"WER_REPORT_INFORMATION_V3","features":[307,553]},{"name":"WER_REPORT_INFORMATION_V4","features":[307,553]},{"name":"WER_REPORT_INFORMATION_V5","features":[307,553]},{"name":"WER_REPORT_METADATA_V1","features":[307,553]},{"name":"WER_REPORT_METADATA_V2","features":[307,553]},{"name":"WER_REPORT_METADATA_V3","features":[307,553]},{"name":"WER_REPORT_PARAMETER","features":[553]},{"name":"WER_REPORT_SIGNATURE","features":[553]},{"name":"WER_REPORT_TYPE","features":[553]},{"name":"WER_REPORT_UI","features":[553]},{"name":"WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH","features":[553]},{"name":"WER_RUNTIME_EXCEPTION_EVENT_FUNCTION","features":[553]},{"name":"WER_RUNTIME_EXCEPTION_EVENT_SIGNATURE_FUNCTION","features":[553]},{"name":"WER_RUNTIME_EXCEPTION_INFORMATION","features":[307,336,553,313]},{"name":"WER_SUBMIT_ADD_REGISTERED_DATA","features":[553]},{"name":"WER_SUBMIT_ARCHIVE_PARAMETERS_ONLY","features":[553]},{"name":"WER_SUBMIT_BYPASS_DATA_THROTTLING","features":[553]},{"name":"WER_SUBMIT_BYPASS_NETWORK_COST_THROTTLING","features":[553]},{"name":"WER_SUBMIT_BYPASS_POWER_THROTTLING","features":[553]},{"name":"WER_SUBMIT_FLAGS","features":[553]},{"name":"WER_SUBMIT_HONOR_RECOVERY","features":[553]},{"name":"WER_SUBMIT_HONOR_RESTART","features":[553]},{"name":"WER_SUBMIT_NO_ARCHIVE","features":[553]},{"name":"WER_SUBMIT_NO_CLOSE_UI","features":[553]},{"name":"WER_SUBMIT_NO_QUEUE","features":[553]},{"name":"WER_SUBMIT_OUTOFPROCESS","features":[553]},{"name":"WER_SUBMIT_OUTOFPROCESS_ASYNC","features":[553]},{"name":"WER_SUBMIT_QUEUE","features":[553]},{"name":"WER_SUBMIT_REPORT_MACHINE_ID","features":[553]},{"name":"WER_SUBMIT_RESULT","features":[553]},{"name":"WER_SUBMIT_SHOW_DEBUG","features":[553]},{"name":"WER_SUBMIT_START_MINIMIZED","features":[553]},{"name":"WerAddExcludedApplication","features":[307,553]},{"name":"WerConsentAlwaysPrompt","features":[553]},{"name":"WerConsentApproved","features":[553]},{"name":"WerConsentDenied","features":[553]},{"name":"WerConsentMax","features":[553]},{"name":"WerConsentNotAsked","features":[553]},{"name":"WerCustomAction","features":[553]},{"name":"WerDisabled","features":[553]},{"name":"WerDisabledQueue","features":[553]},{"name":"WerDumpTypeHeapDump","features":[553]},{"name":"WerDumpTypeMax","features":[553]},{"name":"WerDumpTypeMicroDump","features":[553]},{"name":"WerDumpTypeMiniDump","features":[553]},{"name":"WerDumpTypeNone","features":[553]},{"name":"WerDumpTypeTriageDump","features":[553]},{"name":"WerFileTypeAuxiliaryDump","features":[553]},{"name":"WerFileTypeCustomDump","features":[553]},{"name":"WerFileTypeEtlTrace","features":[553]},{"name":"WerFileTypeHeapdump","features":[553]},{"name":"WerFileTypeMax","features":[553]},{"name":"WerFileTypeMicrodump","features":[553]},{"name":"WerFileTypeMinidump","features":[553]},{"name":"WerFileTypeOther","features":[553]},{"name":"WerFileTypeTriagedump","features":[553]},{"name":"WerFileTypeUserDocument","features":[553]},{"name":"WerFreeString","features":[553]},{"name":"WerGetFlags","features":[307,553]},{"name":"WerRegFileTypeMax","features":[553]},{"name":"WerRegFileTypeOther","features":[553]},{"name":"WerRegFileTypeUserDocument","features":[553]},{"name":"WerRegisterAdditionalProcess","features":[553]},{"name":"WerRegisterAppLocalDump","features":[553]},{"name":"WerRegisterCustomMetadata","features":[553]},{"name":"WerRegisterExcludedMemoryBlock","features":[553]},{"name":"WerRegisterFile","features":[553]},{"name":"WerRegisterMemoryBlock","features":[553]},{"name":"WerRegisterRuntimeExceptionModule","features":[553]},{"name":"WerRemoveExcludedApplication","features":[307,553]},{"name":"WerReportAddDump","features":[307,336,553,313]},{"name":"WerReportAddFile","features":[553]},{"name":"WerReportApplicationCrash","features":[553]},{"name":"WerReportApplicationHang","features":[553]},{"name":"WerReportAsync","features":[553]},{"name":"WerReportCancelled","features":[553]},{"name":"WerReportCloseHandle","features":[553]},{"name":"WerReportCreate","features":[307,553]},{"name":"WerReportCritical","features":[553]},{"name":"WerReportDebug","features":[553]},{"name":"WerReportFailed","features":[553]},{"name":"WerReportHang","features":[307,553]},{"name":"WerReportInvalid","features":[553]},{"name":"WerReportKernel","features":[553]},{"name":"WerReportNonCritical","features":[553]},{"name":"WerReportQueued","features":[553]},{"name":"WerReportSetParameter","features":[553]},{"name":"WerReportSetUIOption","features":[553]},{"name":"WerReportSubmit","features":[553]},{"name":"WerReportUploaded","features":[553]},{"name":"WerReportUploadedCab","features":[553]},{"name":"WerSetFlags","features":[553]},{"name":"WerStorageLocationNotFound","features":[553]},{"name":"WerStoreClose","features":[553]},{"name":"WerStoreGetFirstReportKey","features":[553]},{"name":"WerStoreGetNextReportKey","features":[553]},{"name":"WerStoreGetReportCount","features":[553]},{"name":"WerStoreGetSizeOnDisk","features":[553]},{"name":"WerStoreOpen","features":[553]},{"name":"WerStorePurge","features":[553]},{"name":"WerStoreQueryReportMetadataV1","features":[307,553]},{"name":"WerStoreQueryReportMetadataV2","features":[307,553]},{"name":"WerStoreQueryReportMetadataV3","features":[307,553]},{"name":"WerStoreUploadReport","features":[553]},{"name":"WerSubmitResultMax","features":[553]},{"name":"WerThrottled","features":[553]},{"name":"WerUIAdditionalDataDlgHeader","features":[553]},{"name":"WerUICloseDlgBody","features":[553]},{"name":"WerUICloseDlgButtonText","features":[553]},{"name":"WerUICloseDlgHeader","features":[553]},{"name":"WerUICloseText","features":[553]},{"name":"WerUIConsentDlgBody","features":[553]},{"name":"WerUIConsentDlgHeader","features":[553]},{"name":"WerUIIconFilePath","features":[553]},{"name":"WerUIMax","features":[553]},{"name":"WerUIOfflineSolutionCheckText","features":[553]},{"name":"WerUIOnlineSolutionCheckText","features":[553]},{"name":"WerUnregisterAdditionalProcess","features":[553]},{"name":"WerUnregisterAppLocalDump","features":[553]},{"name":"WerUnregisterCustomMetadata","features":[553]},{"name":"WerUnregisterExcludedMemoryBlock","features":[553]},{"name":"WerUnregisterFile","features":[553]},{"name":"WerUnregisterMemoryBlock","features":[553]},{"name":"WerUnregisterRuntimeExceptionModule","features":[553]},{"name":"frrvErr","features":[553]},{"name":"frrvErrAnotherInstance","features":[553]},{"name":"frrvErrDoubleFault","features":[553]},{"name":"frrvErrNoDW","features":[553]},{"name":"frrvErrNoMemory","features":[553]},{"name":"frrvErrTimeout","features":[553]},{"name":"frrvLaunchDebugger","features":[553]},{"name":"frrvOk","features":[553]},{"name":"frrvOkHeadless","features":[553]},{"name":"frrvOkManifest","features":[553]},{"name":"frrvOkQueued","features":[553]},{"name":"pfn_ADDEREXCLUDEDAPPLICATIONA","features":[553]},{"name":"pfn_ADDEREXCLUDEDAPPLICATIONW","features":[553]},{"name":"pfn_REPORTFAULT","features":[307,336,553,313]}],"566":[{"name":"EC_CREATE_NEW","features":[554]},{"name":"EC_OPEN_ALWAYS","features":[554]},{"name":"EC_OPEN_EXISTING","features":[554]},{"name":"EC_READ_ACCESS","features":[554]},{"name":"EC_SUBSCRIPTION_CONFIGURATION_MODE","features":[554]},{"name":"EC_SUBSCRIPTION_CONTENT_FORMAT","features":[554]},{"name":"EC_SUBSCRIPTION_CREDENTIALS_TYPE","features":[554]},{"name":"EC_SUBSCRIPTION_DELIVERY_MODE","features":[554]},{"name":"EC_SUBSCRIPTION_PROPERTY_ID","features":[554]},{"name":"EC_SUBSCRIPTION_RUNTIME_STATUS_ACTIVE_STATUS","features":[554]},{"name":"EC_SUBSCRIPTION_RUNTIME_STATUS_INFO_ID","features":[554]},{"name":"EC_SUBSCRIPTION_TYPE","features":[554]},{"name":"EC_VARIANT","features":[307,554]},{"name":"EC_VARIANT_TYPE","features":[554]},{"name":"EC_VARIANT_TYPE_ARRAY","features":[554]},{"name":"EC_VARIANT_TYPE_MASK","features":[554]},{"name":"EC_WRITE_ACCESS","features":[554]},{"name":"EcClose","features":[307,554]},{"name":"EcConfigurationModeCustom","features":[554]},{"name":"EcConfigurationModeMinBandwidth","features":[554]},{"name":"EcConfigurationModeMinLatency","features":[554]},{"name":"EcConfigurationModeNormal","features":[554]},{"name":"EcContentFormatEvents","features":[554]},{"name":"EcContentFormatRenderedText","features":[554]},{"name":"EcDeleteSubscription","features":[307,554]},{"name":"EcDeliveryModePull","features":[554]},{"name":"EcDeliveryModePush","features":[554]},{"name":"EcEnumNextSubscription","features":[307,554]},{"name":"EcGetObjectArrayProperty","features":[307,554]},{"name":"EcGetObjectArraySize","features":[307,554]},{"name":"EcGetSubscriptionProperty","features":[307,554]},{"name":"EcGetSubscriptionRunTimeStatus","features":[307,554]},{"name":"EcInsertObjectArrayElement","features":[307,554]},{"name":"EcOpenSubscription","features":[554]},{"name":"EcOpenSubscriptionEnum","features":[554]},{"name":"EcRemoveObjectArrayElement","features":[307,554]},{"name":"EcRetrySubscription","features":[307,554]},{"name":"EcRuntimeStatusActiveStatusActive","features":[554]},{"name":"EcRuntimeStatusActiveStatusDisabled","features":[554]},{"name":"EcRuntimeStatusActiveStatusInactive","features":[554]},{"name":"EcRuntimeStatusActiveStatusTrying","features":[554]},{"name":"EcSaveSubscription","features":[307,554]},{"name":"EcSetObjectArrayProperty","features":[307,554]},{"name":"EcSetSubscriptionProperty","features":[307,554]},{"name":"EcSubscriptionAllowedIssuerCAs","features":[554]},{"name":"EcSubscriptionAllowedSourceDomainComputers","features":[554]},{"name":"EcSubscriptionAllowedSubjects","features":[554]},{"name":"EcSubscriptionCommonPassword","features":[554]},{"name":"EcSubscriptionCommonUserName","features":[554]},{"name":"EcSubscriptionConfigurationMode","features":[554]},{"name":"EcSubscriptionContentFormat","features":[554]},{"name":"EcSubscriptionCredBasic","features":[554]},{"name":"EcSubscriptionCredDefault","features":[554]},{"name":"EcSubscriptionCredDigest","features":[554]},{"name":"EcSubscriptionCredLocalMachine","features":[554]},{"name":"EcSubscriptionCredNegotiate","features":[554]},{"name":"EcSubscriptionCredentialsType","features":[554]},{"name":"EcSubscriptionDeliveryMaxItems","features":[554]},{"name":"EcSubscriptionDeliveryMaxLatencyTime","features":[554]},{"name":"EcSubscriptionDeliveryMode","features":[554]},{"name":"EcSubscriptionDeniedSubjects","features":[554]},{"name":"EcSubscriptionDescription","features":[554]},{"name":"EcSubscriptionDialect","features":[554]},{"name":"EcSubscriptionEnabled","features":[554]},{"name":"EcSubscriptionEventSourceAddress","features":[554]},{"name":"EcSubscriptionEventSourceEnabled","features":[554]},{"name":"EcSubscriptionEventSourcePassword","features":[554]},{"name":"EcSubscriptionEventSourceUserName","features":[554]},{"name":"EcSubscriptionEventSources","features":[554]},{"name":"EcSubscriptionExpires","features":[554]},{"name":"EcSubscriptionHeartbeatInterval","features":[554]},{"name":"EcSubscriptionHostName","features":[554]},{"name":"EcSubscriptionLocale","features":[554]},{"name":"EcSubscriptionLogFile","features":[554]},{"name":"EcSubscriptionPropertyIdEND","features":[554]},{"name":"EcSubscriptionPublisherName","features":[554]},{"name":"EcSubscriptionQuery","features":[554]},{"name":"EcSubscriptionReadExistingEvents","features":[554]},{"name":"EcSubscriptionRunTimeStatusActive","features":[554]},{"name":"EcSubscriptionRunTimeStatusEventSources","features":[554]},{"name":"EcSubscriptionRunTimeStatusInfoIdEND","features":[554]},{"name":"EcSubscriptionRunTimeStatusLastError","features":[554]},{"name":"EcSubscriptionRunTimeStatusLastErrorMessage","features":[554]},{"name":"EcSubscriptionRunTimeStatusLastErrorTime","features":[554]},{"name":"EcSubscriptionRunTimeStatusLastHeartbeatTime","features":[554]},{"name":"EcSubscriptionRunTimeStatusNextRetryTime","features":[554]},{"name":"EcSubscriptionTransportName","features":[554]},{"name":"EcSubscriptionTransportPort","features":[554]},{"name":"EcSubscriptionType","features":[554]},{"name":"EcSubscriptionTypeCollectorInitiated","features":[554]},{"name":"EcSubscriptionTypeSourceInitiated","features":[554]},{"name":"EcSubscriptionURI","features":[554]},{"name":"EcVarObjectArrayPropertyHandle","features":[554]},{"name":"EcVarTypeBoolean","features":[554]},{"name":"EcVarTypeDateTime","features":[554]},{"name":"EcVarTypeNull","features":[554]},{"name":"EcVarTypeString","features":[554]},{"name":"EcVarTypeUInt32","features":[554]}],"567":[{"name":"BackupEventLogA","features":[307,555]},{"name":"BackupEventLogW","features":[307,555]},{"name":"ClearEventLogA","features":[307,555]},{"name":"ClearEventLogW","features":[307,555]},{"name":"CloseEventLog","features":[307,555]},{"name":"DeregisterEventSource","features":[307,555]},{"name":"EVENTLOGRECORD","features":[555]},{"name":"EVENTLOG_AUDIT_FAILURE","features":[555]},{"name":"EVENTLOG_AUDIT_SUCCESS","features":[555]},{"name":"EVENTLOG_ERROR_TYPE","features":[555]},{"name":"EVENTLOG_FULL_INFORMATION","features":[555]},{"name":"EVENTLOG_INFORMATION_TYPE","features":[555]},{"name":"EVENTLOG_SEEK_READ","features":[555]},{"name":"EVENTLOG_SEQUENTIAL_READ","features":[555]},{"name":"EVENTLOG_SUCCESS","features":[555]},{"name":"EVENTLOG_WARNING_TYPE","features":[555]},{"name":"EVENTSFORLOGFILE","features":[555]},{"name":"EVT_ALL_ACCESS","features":[555]},{"name":"EVT_CHANNEL_CLOCK_TYPE","features":[555]},{"name":"EVT_CHANNEL_CONFIG_PROPERTY_ID","features":[555]},{"name":"EVT_CHANNEL_ISOLATION_TYPE","features":[555]},{"name":"EVT_CHANNEL_REFERENCE_FLAGS","features":[555]},{"name":"EVT_CHANNEL_SID_TYPE","features":[555]},{"name":"EVT_CHANNEL_TYPE","features":[555]},{"name":"EVT_CLEAR_ACCESS","features":[555]},{"name":"EVT_EVENT_METADATA_PROPERTY_ID","features":[555]},{"name":"EVT_EVENT_PROPERTY_ID","features":[555]},{"name":"EVT_EXPORTLOG_FLAGS","features":[555]},{"name":"EVT_FORMAT_MESSAGE_FLAGS","features":[555]},{"name":"EVT_HANDLE","features":[555]},{"name":"EVT_LOGIN_CLASS","features":[555]},{"name":"EVT_LOG_PROPERTY_ID","features":[555]},{"name":"EVT_OPEN_LOG_FLAGS","features":[555]},{"name":"EVT_PUBLISHER_METADATA_PROPERTY_ID","features":[555]},{"name":"EVT_QUERY_FLAGS","features":[555]},{"name":"EVT_QUERY_PROPERTY_ID","features":[555]},{"name":"EVT_READ_ACCESS","features":[555]},{"name":"EVT_RENDER_CONTEXT_FLAGS","features":[555]},{"name":"EVT_RENDER_FLAGS","features":[555]},{"name":"EVT_RPC_LOGIN","features":[555]},{"name":"EVT_RPC_LOGIN_FLAGS","features":[555]},{"name":"EVT_SEEK_FLAGS","features":[555]},{"name":"EVT_SUBSCRIBE_CALLBACK","features":[555]},{"name":"EVT_SUBSCRIBE_FLAGS","features":[555]},{"name":"EVT_SUBSCRIBE_NOTIFY_ACTION","features":[555]},{"name":"EVT_SYSTEM_PROPERTY_ID","features":[555]},{"name":"EVT_VARIANT","features":[307,310,555]},{"name":"EVT_VARIANT_TYPE","features":[555]},{"name":"EVT_VARIANT_TYPE_ARRAY","features":[555]},{"name":"EVT_VARIANT_TYPE_MASK","features":[555]},{"name":"EVT_WRITE_ACCESS","features":[555]},{"name":"EventMetadataEventChannel","features":[555]},{"name":"EventMetadataEventID","features":[555]},{"name":"EventMetadataEventKeyword","features":[555]},{"name":"EventMetadataEventLevel","features":[555]},{"name":"EventMetadataEventMessageID","features":[555]},{"name":"EventMetadataEventOpcode","features":[555]},{"name":"EventMetadataEventTask","features":[555]},{"name":"EventMetadataEventTemplate","features":[555]},{"name":"EventMetadataEventVersion","features":[555]},{"name":"EvtArchiveExportedLog","features":[307,555]},{"name":"EvtCancel","features":[307,555]},{"name":"EvtChannelClockTypeQPC","features":[555]},{"name":"EvtChannelClockTypeSystemTime","features":[555]},{"name":"EvtChannelConfigAccess","features":[555]},{"name":"EvtChannelConfigClassicEventlog","features":[555]},{"name":"EvtChannelConfigEnabled","features":[555]},{"name":"EvtChannelConfigIsolation","features":[555]},{"name":"EvtChannelConfigOwningPublisher","features":[555]},{"name":"EvtChannelConfigPropertyIdEND","features":[555]},{"name":"EvtChannelConfigType","features":[555]},{"name":"EvtChannelIsolationTypeApplication","features":[555]},{"name":"EvtChannelIsolationTypeCustom","features":[555]},{"name":"EvtChannelIsolationTypeSystem","features":[555]},{"name":"EvtChannelLoggingConfigAutoBackup","features":[555]},{"name":"EvtChannelLoggingConfigLogFilePath","features":[555]},{"name":"EvtChannelLoggingConfigMaxSize","features":[555]},{"name":"EvtChannelLoggingConfigRetention","features":[555]},{"name":"EvtChannelPublisherList","features":[555]},{"name":"EvtChannelPublishingConfigBufferSize","features":[555]},{"name":"EvtChannelPublishingConfigClockType","features":[555]},{"name":"EvtChannelPublishingConfigControlGuid","features":[555]},{"name":"EvtChannelPublishingConfigFileMax","features":[555]},{"name":"EvtChannelPublishingConfigKeywords","features":[555]},{"name":"EvtChannelPublishingConfigLatency","features":[555]},{"name":"EvtChannelPublishingConfigLevel","features":[555]},{"name":"EvtChannelPublishingConfigMaxBuffers","features":[555]},{"name":"EvtChannelPublishingConfigMinBuffers","features":[555]},{"name":"EvtChannelPublishingConfigSidType","features":[555]},{"name":"EvtChannelReferenceImported","features":[555]},{"name":"EvtChannelSidTypeNone","features":[555]},{"name":"EvtChannelSidTypePublishing","features":[555]},{"name":"EvtChannelTypeAdmin","features":[555]},{"name":"EvtChannelTypeAnalytic","features":[555]},{"name":"EvtChannelTypeDebug","features":[555]},{"name":"EvtChannelTypeOperational","features":[555]},{"name":"EvtClearLog","features":[307,555]},{"name":"EvtClose","features":[307,555]},{"name":"EvtCreateBookmark","features":[555]},{"name":"EvtCreateRenderContext","features":[555]},{"name":"EvtEventMetadataPropertyIdEND","features":[555]},{"name":"EvtEventPath","features":[555]},{"name":"EvtEventPropertyIdEND","features":[555]},{"name":"EvtEventQueryIDs","features":[555]},{"name":"EvtExportLog","features":[307,555]},{"name":"EvtExportLogChannelPath","features":[555]},{"name":"EvtExportLogFilePath","features":[555]},{"name":"EvtExportLogOverwrite","features":[555]},{"name":"EvtExportLogTolerateQueryErrors","features":[555]},{"name":"EvtFormatMessage","features":[307,310,555]},{"name":"EvtFormatMessageChannel","features":[555]},{"name":"EvtFormatMessageEvent","features":[555]},{"name":"EvtFormatMessageId","features":[555]},{"name":"EvtFormatMessageKeyword","features":[555]},{"name":"EvtFormatMessageLevel","features":[555]},{"name":"EvtFormatMessageOpcode","features":[555]},{"name":"EvtFormatMessageProvider","features":[555]},{"name":"EvtFormatMessageTask","features":[555]},{"name":"EvtFormatMessageXml","features":[555]},{"name":"EvtGetChannelConfigProperty","features":[307,310,555]},{"name":"EvtGetEventInfo","features":[307,310,555]},{"name":"EvtGetEventMetadataProperty","features":[307,310,555]},{"name":"EvtGetExtendedStatus","features":[555]},{"name":"EvtGetLogInfo","features":[307,310,555]},{"name":"EvtGetObjectArrayProperty","features":[307,310,555]},{"name":"EvtGetObjectArraySize","features":[307,555]},{"name":"EvtGetPublisherMetadataProperty","features":[307,310,555]},{"name":"EvtGetQueryInfo","features":[307,310,555]},{"name":"EvtLogAttributes","features":[555]},{"name":"EvtLogCreationTime","features":[555]},{"name":"EvtLogFileSize","features":[555]},{"name":"EvtLogFull","features":[555]},{"name":"EvtLogLastAccessTime","features":[555]},{"name":"EvtLogLastWriteTime","features":[555]},{"name":"EvtLogNumberOfLogRecords","features":[555]},{"name":"EvtLogOldestRecordNumber","features":[555]},{"name":"EvtNext","features":[307,555]},{"name":"EvtNextChannelPath","features":[307,555]},{"name":"EvtNextEventMetadata","features":[555]},{"name":"EvtNextPublisherId","features":[307,555]},{"name":"EvtOpenChannelConfig","features":[555]},{"name":"EvtOpenChannelEnum","features":[555]},{"name":"EvtOpenChannelPath","features":[555]},{"name":"EvtOpenEventMetadataEnum","features":[555]},{"name":"EvtOpenFilePath","features":[555]},{"name":"EvtOpenLog","features":[555]},{"name":"EvtOpenPublisherEnum","features":[555]},{"name":"EvtOpenPublisherMetadata","features":[555]},{"name":"EvtOpenSession","features":[555]},{"name":"EvtPublisherMetadataChannelReferenceFlags","features":[555]},{"name":"EvtPublisherMetadataChannelReferenceID","features":[555]},{"name":"EvtPublisherMetadataChannelReferenceIndex","features":[555]},{"name":"EvtPublisherMetadataChannelReferenceMessageID","features":[555]},{"name":"EvtPublisherMetadataChannelReferencePath","features":[555]},{"name":"EvtPublisherMetadataChannelReferences","features":[555]},{"name":"EvtPublisherMetadataHelpLink","features":[555]},{"name":"EvtPublisherMetadataKeywordMessageID","features":[555]},{"name":"EvtPublisherMetadataKeywordName","features":[555]},{"name":"EvtPublisherMetadataKeywordValue","features":[555]},{"name":"EvtPublisherMetadataKeywords","features":[555]},{"name":"EvtPublisherMetadataLevelMessageID","features":[555]},{"name":"EvtPublisherMetadataLevelName","features":[555]},{"name":"EvtPublisherMetadataLevelValue","features":[555]},{"name":"EvtPublisherMetadataLevels","features":[555]},{"name":"EvtPublisherMetadataMessageFilePath","features":[555]},{"name":"EvtPublisherMetadataOpcodeMessageID","features":[555]},{"name":"EvtPublisherMetadataOpcodeName","features":[555]},{"name":"EvtPublisherMetadataOpcodeValue","features":[555]},{"name":"EvtPublisherMetadataOpcodes","features":[555]},{"name":"EvtPublisherMetadataParameterFilePath","features":[555]},{"name":"EvtPublisherMetadataPropertyIdEND","features":[555]},{"name":"EvtPublisherMetadataPublisherGuid","features":[555]},{"name":"EvtPublisherMetadataPublisherMessageID","features":[555]},{"name":"EvtPublisherMetadataResourceFilePath","features":[555]},{"name":"EvtPublisherMetadataTaskEventGuid","features":[555]},{"name":"EvtPublisherMetadataTaskMessageID","features":[555]},{"name":"EvtPublisherMetadataTaskName","features":[555]},{"name":"EvtPublisherMetadataTaskValue","features":[555]},{"name":"EvtPublisherMetadataTasks","features":[555]},{"name":"EvtQuery","features":[555]},{"name":"EvtQueryChannelPath","features":[555]},{"name":"EvtQueryFilePath","features":[555]},{"name":"EvtQueryForwardDirection","features":[555]},{"name":"EvtQueryNames","features":[555]},{"name":"EvtQueryPropertyIdEND","features":[555]},{"name":"EvtQueryReverseDirection","features":[555]},{"name":"EvtQueryStatuses","features":[555]},{"name":"EvtQueryTolerateQueryErrors","features":[555]},{"name":"EvtRender","features":[307,555]},{"name":"EvtRenderBookmark","features":[555]},{"name":"EvtRenderContextSystem","features":[555]},{"name":"EvtRenderContextUser","features":[555]},{"name":"EvtRenderContextValues","features":[555]},{"name":"EvtRenderEventValues","features":[555]},{"name":"EvtRenderEventXml","features":[555]},{"name":"EvtRpcLogin","features":[555]},{"name":"EvtRpcLoginAuthDefault","features":[555]},{"name":"EvtRpcLoginAuthKerberos","features":[555]},{"name":"EvtRpcLoginAuthNTLM","features":[555]},{"name":"EvtRpcLoginAuthNegotiate","features":[555]},{"name":"EvtSaveChannelConfig","features":[307,555]},{"name":"EvtSeek","features":[307,555]},{"name":"EvtSeekOriginMask","features":[555]},{"name":"EvtSeekRelativeToBookmark","features":[555]},{"name":"EvtSeekRelativeToCurrent","features":[555]},{"name":"EvtSeekRelativeToFirst","features":[555]},{"name":"EvtSeekRelativeToLast","features":[555]},{"name":"EvtSeekStrict","features":[555]},{"name":"EvtSetChannelConfigProperty","features":[307,310,555]},{"name":"EvtSubscribe","features":[307,555]},{"name":"EvtSubscribeActionDeliver","features":[555]},{"name":"EvtSubscribeActionError","features":[555]},{"name":"EvtSubscribeOriginMask","features":[555]},{"name":"EvtSubscribeStartAfterBookmark","features":[555]},{"name":"EvtSubscribeStartAtOldestRecord","features":[555]},{"name":"EvtSubscribeStrict","features":[555]},{"name":"EvtSubscribeToFutureEvents","features":[555]},{"name":"EvtSubscribeTolerateQueryErrors","features":[555]},{"name":"EvtSystemActivityID","features":[555]},{"name":"EvtSystemChannel","features":[555]},{"name":"EvtSystemComputer","features":[555]},{"name":"EvtSystemEventID","features":[555]},{"name":"EvtSystemEventRecordId","features":[555]},{"name":"EvtSystemKeywords","features":[555]},{"name":"EvtSystemLevel","features":[555]},{"name":"EvtSystemOpcode","features":[555]},{"name":"EvtSystemProcessID","features":[555]},{"name":"EvtSystemPropertyIdEND","features":[555]},{"name":"EvtSystemProviderGuid","features":[555]},{"name":"EvtSystemProviderName","features":[555]},{"name":"EvtSystemQualifiers","features":[555]},{"name":"EvtSystemRelatedActivityID","features":[555]},{"name":"EvtSystemTask","features":[555]},{"name":"EvtSystemThreadID","features":[555]},{"name":"EvtSystemTimeCreated","features":[555]},{"name":"EvtSystemUserID","features":[555]},{"name":"EvtSystemVersion","features":[555]},{"name":"EvtUpdateBookmark","features":[307,555]},{"name":"EvtVarTypeAnsiString","features":[555]},{"name":"EvtVarTypeBinary","features":[555]},{"name":"EvtVarTypeBoolean","features":[555]},{"name":"EvtVarTypeByte","features":[555]},{"name":"EvtVarTypeDouble","features":[555]},{"name":"EvtVarTypeEvtHandle","features":[555]},{"name":"EvtVarTypeEvtXml","features":[555]},{"name":"EvtVarTypeFileTime","features":[555]},{"name":"EvtVarTypeGuid","features":[555]},{"name":"EvtVarTypeHexInt32","features":[555]},{"name":"EvtVarTypeHexInt64","features":[555]},{"name":"EvtVarTypeInt16","features":[555]},{"name":"EvtVarTypeInt32","features":[555]},{"name":"EvtVarTypeInt64","features":[555]},{"name":"EvtVarTypeNull","features":[555]},{"name":"EvtVarTypeSByte","features":[555]},{"name":"EvtVarTypeSid","features":[555]},{"name":"EvtVarTypeSingle","features":[555]},{"name":"EvtVarTypeSizeT","features":[555]},{"name":"EvtVarTypeString","features":[555]},{"name":"EvtVarTypeSysTime","features":[555]},{"name":"EvtVarTypeUInt16","features":[555]},{"name":"EvtVarTypeUInt32","features":[555]},{"name":"EvtVarTypeUInt64","features":[555]},{"name":"GetEventLogInformation","features":[307,555]},{"name":"GetNumberOfEventLogRecords","features":[307,555]},{"name":"GetOldestEventLogRecord","features":[307,555]},{"name":"NotifyChangeEventLog","features":[307,555]},{"name":"OpenBackupEventLogA","features":[307,555]},{"name":"OpenBackupEventLogW","features":[307,555]},{"name":"OpenEventLogA","features":[307,555]},{"name":"OpenEventLogW","features":[307,555]},{"name":"READ_EVENT_LOG_READ_FLAGS","features":[555]},{"name":"REPORT_EVENT_TYPE","features":[555]},{"name":"ReadEventLogA","features":[307,555]},{"name":"ReadEventLogW","features":[307,555]},{"name":"RegisterEventSourceA","features":[307,555]},{"name":"RegisterEventSourceW","features":[307,555]},{"name":"ReportEventA","features":[307,310,555]},{"name":"ReportEventW","features":[307,310,555]}],"568":[{"name":"CONNECTION_AOL","features":[556]},{"name":"CONNECTION_LAN","features":[556]},{"name":"CONNECTION_WAN","features":[556]},{"name":"ISensLogon","features":[358,556]},{"name":"ISensLogon2","features":[358,556]},{"name":"ISensNetwork","features":[358,556]},{"name":"ISensOnNow","features":[358,556]},{"name":"IsDestinationReachableA","features":[307,556]},{"name":"IsDestinationReachableW","features":[307,556]},{"name":"IsNetworkAlive","features":[307,556]},{"name":"NETWORK_ALIVE_AOL","features":[556]},{"name":"NETWORK_ALIVE_INTERNET","features":[556]},{"name":"NETWORK_ALIVE_LAN","features":[556]},{"name":"NETWORK_ALIVE_WAN","features":[556]},{"name":"QOCINFO","features":[556]},{"name":"SENS","features":[556]},{"name":"SENSGUID_EVENTCLASS_LOGON","features":[556]},{"name":"SENSGUID_EVENTCLASS_LOGON2","features":[556]},{"name":"SENSGUID_EVENTCLASS_NETWORK","features":[556]},{"name":"SENSGUID_EVENTCLASS_ONNOW","features":[556]},{"name":"SENSGUID_PUBLISHER","features":[556]},{"name":"SENSGUID_SUBSCRIBER_LCE","features":[556]},{"name":"SENSGUID_SUBSCRIBER_WININET","features":[556]},{"name":"SENS_CONNECTION_TYPE","features":[556]},{"name":"SENS_QOCINFO","features":[556]}],"569":[{"name":"ABSENT","features":[557]},{"name":"ADMXCOMMENTS_EXTENSION_GUID","features":[557]},{"name":"APPNAME","features":[557]},{"name":"APPSTATE","features":[557]},{"name":"ASSIGNED","features":[557]},{"name":"BrowseForGPO","features":[307,557]},{"name":"CLSID_GPESnapIn","features":[557]},{"name":"CLSID_GroupPolicyObject","features":[557]},{"name":"CLSID_RSOPSnapIn","features":[557]},{"name":"COMCLASS","features":[557]},{"name":"CommandLineFromMsiDescriptor","features":[557]},{"name":"CreateGPOLink","features":[307,557]},{"name":"DeleteAllGPOLinks","features":[557]},{"name":"DeleteGPOLink","features":[557]},{"name":"EnterCriticalPolicySection","features":[307,557]},{"name":"ExportRSoPData","features":[557]},{"name":"FILEEXT","features":[557]},{"name":"FLAG_ASSUME_COMP_WQLFILTER_TRUE","features":[557]},{"name":"FLAG_ASSUME_SLOW_LINK","features":[557]},{"name":"FLAG_ASSUME_USER_WQLFILTER_TRUE","features":[557]},{"name":"FLAG_FORCE_CREATENAMESPACE","features":[557]},{"name":"FLAG_LOOPBACK_MERGE","features":[557]},{"name":"FLAG_LOOPBACK_REPLACE","features":[557]},{"name":"FLAG_NO_COMPUTER","features":[557]},{"name":"FLAG_NO_CSE_INVOKE","features":[557]},{"name":"FLAG_NO_GPO_FILTER","features":[557]},{"name":"FLAG_NO_USER","features":[557]},{"name":"FLAG_PLANNING_MODE","features":[557]},{"name":"FreeGPOListA","features":[307,557]},{"name":"FreeGPOListW","features":[307,557]},{"name":"GPC_BLOCK_POLICY","features":[557]},{"name":"GPHintDomain","features":[557]},{"name":"GPHintMachine","features":[557]},{"name":"GPHintOrganizationalUnit","features":[557]},{"name":"GPHintSite","features":[557]},{"name":"GPHintUnknown","features":[557]},{"name":"GPLinkDomain","features":[557]},{"name":"GPLinkMachine","features":[557]},{"name":"GPLinkOrganizationalUnit","features":[557]},{"name":"GPLinkSite","features":[557]},{"name":"GPLinkUnknown","features":[557]},{"name":"GPM","features":[557]},{"name":"GPMAsyncCancel","features":[557]},{"name":"GPMBackup","features":[557]},{"name":"GPMBackupCollection","features":[557]},{"name":"GPMBackupDir","features":[557]},{"name":"GPMBackupDirEx","features":[557]},{"name":"GPMBackupType","features":[557]},{"name":"GPMCSECollection","features":[557]},{"name":"GPMClientSideExtension","features":[557]},{"name":"GPMConstants","features":[557]},{"name":"GPMDestinationOption","features":[557]},{"name":"GPMDomain","features":[557]},{"name":"GPMEntryType","features":[557]},{"name":"GPMGPO","features":[557]},{"name":"GPMGPOCollection","features":[557]},{"name":"GPMGPOLink","features":[557]},{"name":"GPMGPOLinksCollection","features":[557]},{"name":"GPMMapEntry","features":[557]},{"name":"GPMMapEntryCollection","features":[557]},{"name":"GPMMigrationTable","features":[557]},{"name":"GPMPermission","features":[557]},{"name":"GPMPermissionType","features":[557]},{"name":"GPMRSOP","features":[557]},{"name":"GPMRSOPMode","features":[557]},{"name":"GPMReportType","features":[557]},{"name":"GPMReportingOptions","features":[557]},{"name":"GPMResult","features":[557]},{"name":"GPMSOM","features":[557]},{"name":"GPMSOMCollection","features":[557]},{"name":"GPMSOMType","features":[557]},{"name":"GPMSearchCriteria","features":[557]},{"name":"GPMSearchOperation","features":[557]},{"name":"GPMSearchProperty","features":[557]},{"name":"GPMSecurityInfo","features":[557]},{"name":"GPMSitesContainer","features":[557]},{"name":"GPMStarterGPOBackup","features":[557]},{"name":"GPMStarterGPOBackupCollection","features":[557]},{"name":"GPMStarterGPOCollection","features":[557]},{"name":"GPMStarterGPOType","features":[557]},{"name":"GPMStatusMessage","features":[557]},{"name":"GPMStatusMsgCollection","features":[557]},{"name":"GPMTemplate","features":[557]},{"name":"GPMTrustee","features":[557]},{"name":"GPMWMIFilter","features":[557]},{"name":"GPMWMIFilterCollection","features":[557]},{"name":"GPM_DONOTUSE_W2KDC","features":[557]},{"name":"GPM_DONOT_VALIDATEDC","features":[557]},{"name":"GPM_MIGRATIONTABLE_ONLY","features":[557]},{"name":"GPM_PROCESS_SECURITY","features":[557]},{"name":"GPM_USE_ANYDC","features":[557]},{"name":"GPM_USE_PDC","features":[557]},{"name":"GPOBROWSEINFO","features":[307,557]},{"name":"GPOTypeDS","features":[557]},{"name":"GPOTypeLocal","features":[557]},{"name":"GPOTypeLocalGroup","features":[557]},{"name":"GPOTypeLocalUser","features":[557]},{"name":"GPOTypeRemote","features":[557]},{"name":"GPO_BROWSE_DISABLENEW","features":[557]},{"name":"GPO_BROWSE_INITTOALL","features":[557]},{"name":"GPO_BROWSE_NOCOMPUTERS","features":[557]},{"name":"GPO_BROWSE_NODSGPOS","features":[557]},{"name":"GPO_BROWSE_NOUSERGPOS","features":[557]},{"name":"GPO_BROWSE_OPENBUTTON","features":[557]},{"name":"GPO_BROWSE_SENDAPPLYONEDIT","features":[557]},{"name":"GPO_FLAG_DISABLE","features":[557]},{"name":"GPO_FLAG_FORCE","features":[557]},{"name":"GPO_INFO_FLAG_ASYNC_FOREGROUND","features":[557]},{"name":"GPO_INFO_FLAG_BACKGROUND","features":[557]},{"name":"GPO_INFO_FLAG_FORCED_REFRESH","features":[557]},{"name":"GPO_INFO_FLAG_LINKTRANSITION","features":[557]},{"name":"GPO_INFO_FLAG_LOGRSOP_TRANSITION","features":[557]},{"name":"GPO_INFO_FLAG_MACHINE","features":[557]},{"name":"GPO_INFO_FLAG_NOCHANGES","features":[557]},{"name":"GPO_INFO_FLAG_SAFEMODE_BOOT","features":[557]},{"name":"GPO_INFO_FLAG_SLOWLINK","features":[557]},{"name":"GPO_INFO_FLAG_VERBOSE","features":[557]},{"name":"GPO_LINK","features":[557]},{"name":"GPO_LIST_FLAG_MACHINE","features":[557]},{"name":"GPO_LIST_FLAG_NO_SECURITYFILTERS","features":[557]},{"name":"GPO_LIST_FLAG_NO_WMIFILTERS","features":[557]},{"name":"GPO_LIST_FLAG_SITEONLY","features":[557]},{"name":"GPO_OPEN_FLAGS","features":[557]},{"name":"GPO_OPEN_LOAD_REGISTRY","features":[557]},{"name":"GPO_OPEN_READ_ONLY","features":[557]},{"name":"GPO_OPTIONS","features":[557]},{"name":"GPO_OPTION_DISABLE_MACHINE","features":[557]},{"name":"GPO_OPTION_DISABLE_USER","features":[557]},{"name":"GPO_SECTION","features":[557]},{"name":"GPO_SECTION_MACHINE","features":[557]},{"name":"GPO_SECTION_ROOT","features":[557]},{"name":"GPO_SECTION_USER","features":[557]},{"name":"GP_DLLNAME","features":[557]},{"name":"GP_ENABLEASYNCHRONOUSPROCESSING","features":[557]},{"name":"GP_MAXNOGPOLISTCHANGESINTERVAL","features":[557]},{"name":"GP_NOBACKGROUNDPOLICY","features":[557]},{"name":"GP_NOGPOLISTCHANGES","features":[557]},{"name":"GP_NOMACHINEPOLICY","features":[557]},{"name":"GP_NOSLOWLINK","features":[557]},{"name":"GP_NOTIFYLINKTRANSITION","features":[557]},{"name":"GP_NOUSERPOLICY","features":[557]},{"name":"GP_PERUSERLOCALSETTINGS","features":[557]},{"name":"GP_PROCESSGROUPPOLICY","features":[557]},{"name":"GP_REQUIRESSUCCESSFULREGISTRY","features":[557]},{"name":"GROUP_POLICY_HINT_TYPE","features":[557]},{"name":"GROUP_POLICY_OBJECTA","features":[307,557]},{"name":"GROUP_POLICY_OBJECTW","features":[307,557]},{"name":"GROUP_POLICY_OBJECT_TYPE","features":[557]},{"name":"GROUP_POLICY_TRIGGER_EVENT_PROVIDER_GUID","features":[557]},{"name":"GenerateGPNotification","features":[307,557]},{"name":"GetAppliedGPOListA","features":[307,310,557]},{"name":"GetAppliedGPOListW","features":[307,310,557]},{"name":"GetGPOListA","features":[307,557]},{"name":"GetGPOListW","features":[307,557]},{"name":"GetLocalManagedApplicationData","features":[557]},{"name":"GetLocalManagedApplications","features":[307,557]},{"name":"GetManagedApplicationCategories","features":[557,468]},{"name":"GetManagedApplications","features":[307,557]},{"name":"IGPEInformation","features":[557]},{"name":"IGPM","features":[358,557]},{"name":"IGPM2","features":[358,557]},{"name":"IGPMAsyncCancel","features":[358,557]},{"name":"IGPMAsyncProgress","features":[358,557]},{"name":"IGPMBackup","features":[358,557]},{"name":"IGPMBackupCollection","features":[358,557]},{"name":"IGPMBackupDir","features":[358,557]},{"name":"IGPMBackupDirEx","features":[358,557]},{"name":"IGPMCSECollection","features":[358,557]},{"name":"IGPMClientSideExtension","features":[358,557]},{"name":"IGPMConstants","features":[358,557]},{"name":"IGPMConstants2","features":[358,557]},{"name":"IGPMDomain","features":[358,557]},{"name":"IGPMDomain2","features":[358,557]},{"name":"IGPMDomain3","features":[358,557]},{"name":"IGPMGPO","features":[358,557]},{"name":"IGPMGPO2","features":[358,557]},{"name":"IGPMGPO3","features":[358,557]},{"name":"IGPMGPOCollection","features":[358,557]},{"name":"IGPMGPOLink","features":[358,557]},{"name":"IGPMGPOLinksCollection","features":[358,557]},{"name":"IGPMMapEntry","features":[358,557]},{"name":"IGPMMapEntryCollection","features":[358,557]},{"name":"IGPMMigrationTable","features":[358,557]},{"name":"IGPMPermission","features":[358,557]},{"name":"IGPMRSOP","features":[358,557]},{"name":"IGPMResult","features":[358,557]},{"name":"IGPMSOM","features":[358,557]},{"name":"IGPMSOMCollection","features":[358,557]},{"name":"IGPMSearchCriteria","features":[358,557]},{"name":"IGPMSecurityInfo","features":[358,557]},{"name":"IGPMSitesContainer","features":[358,557]},{"name":"IGPMStarterGPO","features":[358,557]},{"name":"IGPMStarterGPOBackup","features":[358,557]},{"name":"IGPMStarterGPOBackupCollection","features":[358,557]},{"name":"IGPMStarterGPOCollection","features":[358,557]},{"name":"IGPMStatusMessage","features":[358,557]},{"name":"IGPMStatusMsgCollection","features":[358,557]},{"name":"IGPMTrustee","features":[358,557]},{"name":"IGPMWMIFilter","features":[358,557]},{"name":"IGPMWMIFilterCollection","features":[358,557]},{"name":"IGroupPolicyObject","features":[557]},{"name":"INSTALLDATA","features":[557]},{"name":"INSTALLSPEC","features":[557]},{"name":"INSTALLSPECTYPE","features":[557]},{"name":"IRSOPInformation","features":[557]},{"name":"ImportRSoPData","features":[557]},{"name":"InstallApplication","features":[557]},{"name":"LOCALMANAGEDAPPLICATION","features":[557]},{"name":"LOCALSTATE_ASSIGNED","features":[557]},{"name":"LOCALSTATE_ORPHANED","features":[557]},{"name":"LOCALSTATE_POLICYREMOVE_ORPHAN","features":[557]},{"name":"LOCALSTATE_POLICYREMOVE_UNINSTALL","features":[557]},{"name":"LOCALSTATE_PUBLISHED","features":[557]},{"name":"LOCALSTATE_UNINSTALLED","features":[557]},{"name":"LOCALSTATE_UNINSTALL_UNMANAGED","features":[557]},{"name":"LeaveCriticalPolicySection","features":[307,557]},{"name":"MACHINE_POLICY_PRESENT_TRIGGER_GUID","features":[557]},{"name":"MANAGEDAPPLICATION","features":[307,557]},{"name":"MANAGED_APPS_FROMCATEGORY","features":[557]},{"name":"MANAGED_APPS_INFOLEVEL_DEFAULT","features":[557]},{"name":"MANAGED_APPS_USERAPPLICATIONS","features":[557]},{"name":"MANAGED_APPTYPE_SETUPEXE","features":[557]},{"name":"MANAGED_APPTYPE_UNSUPPORTED","features":[557]},{"name":"MANAGED_APPTYPE_WINDOWSINSTALLER","features":[557]},{"name":"NODEID_Machine","features":[557]},{"name":"NODEID_MachineSWSettings","features":[557]},{"name":"NODEID_RSOPMachine","features":[557]},{"name":"NODEID_RSOPMachineSWSettings","features":[557]},{"name":"NODEID_RSOPUser","features":[557]},{"name":"NODEID_RSOPUserSWSettings","features":[557]},{"name":"NODEID_User","features":[557]},{"name":"NODEID_UserSWSettings","features":[557]},{"name":"PFNGENERATEGROUPPOLICY","features":[307,358,557,558]},{"name":"PFNPROCESSGROUPPOLICY","features":[307,557,370]},{"name":"PFNPROCESSGROUPPOLICYEX","features":[307,557,370,558]},{"name":"PFNSTATUSMESSAGECALLBACK","features":[307,557]},{"name":"PI_APPLYPOLICY","features":[557]},{"name":"PI_NOUI","features":[557]},{"name":"POLICYSETTINGSTATUSINFO","features":[307,557]},{"name":"PROGID","features":[557]},{"name":"PT_MANDATORY","features":[557]},{"name":"PT_ROAMING","features":[557]},{"name":"PT_ROAMING_PREEXISTING","features":[557]},{"name":"PT_TEMPORARY","features":[557]},{"name":"PUBLISHED","features":[557]},{"name":"ProcessGroupPolicyCompleted","features":[557]},{"name":"ProcessGroupPolicyCompletedEx","features":[557]},{"name":"REGISTRY_EXTENSION_GUID","features":[557]},{"name":"RP_FORCE","features":[557]},{"name":"RP_SYNC","features":[557]},{"name":"RSOPApplied","features":[557]},{"name":"RSOPFailed","features":[557]},{"name":"RSOPIgnored","features":[557]},{"name":"RSOPSubsettingFailed","features":[557]},{"name":"RSOPUnspecified","features":[557]},{"name":"RSOP_COMPUTER_ACCESS_DENIED","features":[557]},{"name":"RSOP_INFO_FLAG_DIAGNOSTIC_MODE","features":[557]},{"name":"RSOP_NO_COMPUTER","features":[557]},{"name":"RSOP_NO_USER","features":[557]},{"name":"RSOP_PLANNING_ASSUME_COMP_WQLFILTER_TRUE","features":[557]},{"name":"RSOP_PLANNING_ASSUME_LOOPBACK_MERGE","features":[557]},{"name":"RSOP_PLANNING_ASSUME_LOOPBACK_REPLACE","features":[557]},{"name":"RSOP_PLANNING_ASSUME_SLOW_LINK","features":[557]},{"name":"RSOP_PLANNING_ASSUME_USER_WQLFILTER_TRUE","features":[557]},{"name":"RSOP_TARGET","features":[307,358,557,558]},{"name":"RSOP_TEMPNAMESPACE_EXISTS","features":[557]},{"name":"RSOP_USER_ACCESS_DENIED","features":[557]},{"name":"RefreshPolicy","features":[307,557]},{"name":"RefreshPolicyEx","features":[307,557]},{"name":"RegisterGPNotification","features":[307,557]},{"name":"RsopAccessCheckByType","features":[307,310,557]},{"name":"RsopFileAccessCheck","features":[307,557]},{"name":"RsopResetPolicySettingStatus","features":[557,558]},{"name":"RsopSetPolicySettingStatus","features":[307,557,558]},{"name":"SETTINGSTATUS","features":[557]},{"name":"USER_POLICY_PRESENT_TRIGGER_GUID","features":[557]},{"name":"UninstallApplication","features":[557]},{"name":"UnregisterGPNotification","features":[307,557]},{"name":"backupMostRecent","features":[557]},{"name":"gpoComputerExtensions","features":[557]},{"name":"gpoDisplayName","features":[557]},{"name":"gpoDomain","features":[557]},{"name":"gpoEffectivePermissions","features":[557]},{"name":"gpoID","features":[557]},{"name":"gpoPermissions","features":[557]},{"name":"gpoUserExtensions","features":[557]},{"name":"gpoWMIFilter","features":[557]},{"name":"opContains","features":[557]},{"name":"opDestinationByRelativeName","features":[557]},{"name":"opDestinationNone","features":[557]},{"name":"opDestinationSameAsSource","features":[557]},{"name":"opDestinationSet","features":[557]},{"name":"opEquals","features":[557]},{"name":"opNotContains","features":[557]},{"name":"opNotEquals","features":[557]},{"name":"opReportComments","features":[557]},{"name":"opReportLegacy","features":[557]},{"name":"permGPOApply","features":[557]},{"name":"permGPOCustom","features":[557]},{"name":"permGPOEdit","features":[557]},{"name":"permGPOEditSecurityAndDelete","features":[557]},{"name":"permGPORead","features":[557]},{"name":"permSOMGPOCreate","features":[557]},{"name":"permSOMLink","features":[557]},{"name":"permSOMLogging","features":[557]},{"name":"permSOMPlanning","features":[557]},{"name":"permSOMStarterGPOCreate","features":[557]},{"name":"permSOMWMICreate","features":[557]},{"name":"permSOMWMIFullControl","features":[557]},{"name":"permStarterGPOCustom","features":[557]},{"name":"permStarterGPOEdit","features":[557]},{"name":"permStarterGPOFullControl","features":[557]},{"name":"permStarterGPORead","features":[557]},{"name":"permWMIFilterCustom","features":[557]},{"name":"permWMIFilterEdit","features":[557]},{"name":"permWMIFilterFullControl","features":[557]},{"name":"repClientHealthRefreshXML","features":[557]},{"name":"repClientHealthXML","features":[557]},{"name":"repHTML","features":[557]},{"name":"repInfraRefreshXML","features":[557]},{"name":"repInfraXML","features":[557]},{"name":"repXML","features":[557]},{"name":"rsopLogging","features":[557]},{"name":"rsopPlanning","features":[557]},{"name":"rsopUnknown","features":[557]},{"name":"somDomain","features":[557]},{"name":"somLinks","features":[557]},{"name":"somOU","features":[557]},{"name":"somSite","features":[557]},{"name":"starterGPODisplayName","features":[557]},{"name":"starterGPODomain","features":[557]},{"name":"starterGPOEffectivePermissions","features":[557]},{"name":"starterGPOID","features":[557]},{"name":"starterGPOPermissions","features":[557]},{"name":"typeComputer","features":[557]},{"name":"typeCustom","features":[557]},{"name":"typeGPO","features":[557]},{"name":"typeGlobalGroup","features":[557]},{"name":"typeLocalGroup","features":[557]},{"name":"typeStarterGPO","features":[557]},{"name":"typeSystem","features":[557]},{"name":"typeUNCPath","features":[557]},{"name":"typeUniversalGroup","features":[557]},{"name":"typeUnknown","features":[557]},{"name":"typeUser","features":[557]}],"570":[{"name":"HCS_CALLBACK","features":[559]}],"571":[{"name":"HCN_NOTIFICATIONS","features":[560]},{"name":"HCN_NOTIFICATION_CALLBACK","features":[560]},{"name":"HCN_PORT_ACCESS","features":[560]},{"name":"HCN_PORT_ACCESS_EXCLUSIVE","features":[560]},{"name":"HCN_PORT_ACCESS_SHARED","features":[560]},{"name":"HCN_PORT_PROTOCOL","features":[560]},{"name":"HCN_PORT_PROTOCOL_BOTH","features":[560]},{"name":"HCN_PORT_PROTOCOL_TCP","features":[560]},{"name":"HCN_PORT_PROTOCOL_UDP","features":[560]},{"name":"HCN_PORT_RANGE_ENTRY","features":[560]},{"name":"HCN_PORT_RANGE_RESERVATION","features":[560]},{"name":"HcnCloseEndpoint","features":[560]},{"name":"HcnCloseGuestNetworkService","features":[560]},{"name":"HcnCloseLoadBalancer","features":[560]},{"name":"HcnCloseNamespace","features":[560]},{"name":"HcnCloseNetwork","features":[560]},{"name":"HcnCreateEndpoint","features":[560]},{"name":"HcnCreateGuestNetworkService","features":[560]},{"name":"HcnCreateLoadBalancer","features":[560]},{"name":"HcnCreateNamespace","features":[560]},{"name":"HcnCreateNetwork","features":[560]},{"name":"HcnDeleteEndpoint","features":[560]},{"name":"HcnDeleteGuestNetworkService","features":[560]},{"name":"HcnDeleteLoadBalancer","features":[560]},{"name":"HcnDeleteNamespace","features":[560]},{"name":"HcnDeleteNetwork","features":[560]},{"name":"HcnEnumerateEndpoints","features":[560]},{"name":"HcnEnumerateGuestNetworkPortReservations","features":[560]},{"name":"HcnEnumerateLoadBalancers","features":[560]},{"name":"HcnEnumerateNamespaces","features":[560]},{"name":"HcnEnumerateNetworks","features":[560]},{"name":"HcnFreeGuestNetworkPortReservations","features":[560]},{"name":"HcnModifyEndpoint","features":[560]},{"name":"HcnModifyGuestNetworkService","features":[560]},{"name":"HcnModifyLoadBalancer","features":[560]},{"name":"HcnModifyNamespace","features":[560]},{"name":"HcnModifyNetwork","features":[560]},{"name":"HcnNotificationFlagsReserved","features":[560]},{"name":"HcnNotificationGuestNetworkServiceCreate","features":[560]},{"name":"HcnNotificationGuestNetworkServiceDelete","features":[560]},{"name":"HcnNotificationGuestNetworkServiceInterfaceStateChanged","features":[560]},{"name":"HcnNotificationGuestNetworkServiceStateChanged","features":[560]},{"name":"HcnNotificationInvalid","features":[560]},{"name":"HcnNotificationNamespaceCreate","features":[560]},{"name":"HcnNotificationNamespaceDelete","features":[560]},{"name":"HcnNotificationNetworkCreate","features":[560]},{"name":"HcnNotificationNetworkDelete","features":[560]},{"name":"HcnNotificationNetworkEndpointAttached","features":[560]},{"name":"HcnNotificationNetworkEndpointDetached","features":[560]},{"name":"HcnNotificationNetworkPreCreate","features":[560]},{"name":"HcnNotificationNetworkPreDelete","features":[560]},{"name":"HcnNotificationServiceDisconnect","features":[560]},{"name":"HcnOpenEndpoint","features":[560]},{"name":"HcnOpenLoadBalancer","features":[560]},{"name":"HcnOpenNamespace","features":[560]},{"name":"HcnOpenNetwork","features":[560]},{"name":"HcnQueryEndpointAddresses","features":[560]},{"name":"HcnQueryEndpointProperties","features":[560]},{"name":"HcnQueryEndpointStats","features":[560]},{"name":"HcnQueryLoadBalancerProperties","features":[560]},{"name":"HcnQueryNamespaceProperties","features":[560]},{"name":"HcnQueryNetworkProperties","features":[560]},{"name":"HcnRegisterGuestNetworkServiceCallback","features":[560]},{"name":"HcnRegisterServiceCallback","features":[560]},{"name":"HcnReleaseGuestNetworkServicePortReservationHandle","features":[307,560]},{"name":"HcnReserveGuestNetworkServicePort","features":[307,560]},{"name":"HcnReserveGuestNetworkServicePortRange","features":[307,560]},{"name":"HcnUnregisterGuestNetworkServiceCallback","features":[560]},{"name":"HcnUnregisterServiceCallback","features":[560]}],"572":[{"name":"HCS_CREATE_OPTIONS","features":[561]},{"name":"HCS_CREATE_OPTIONS_1","features":[307,310,561]},{"name":"HCS_EVENT","features":[561]},{"name":"HCS_EVENT_CALLBACK","features":[561]},{"name":"HCS_EVENT_OPTIONS","features":[561]},{"name":"HCS_EVENT_TYPE","features":[561]},{"name":"HCS_NOTIFICATIONS","features":[561]},{"name":"HCS_NOTIFICATION_CALLBACK","features":[561]},{"name":"HCS_NOTIFICATION_FLAGS","features":[561]},{"name":"HCS_OPERATION","features":[561]},{"name":"HCS_OPERATION_COMPLETION","features":[561]},{"name":"HCS_OPERATION_OPTIONS","features":[561]},{"name":"HCS_OPERATION_TYPE","features":[561]},{"name":"HCS_PROCESS","features":[561]},{"name":"HCS_PROCESS_INFORMATION","features":[307,561]},{"name":"HCS_RESOURCE_TYPE","features":[561]},{"name":"HCS_SYSTEM","features":[561]},{"name":"HcsAddResourceToOperation","features":[307,561]},{"name":"HcsAttachLayerStorageFilter","features":[561]},{"name":"HcsCancelOperation","features":[561]},{"name":"HcsCloseComputeSystem","features":[561]},{"name":"HcsCloseOperation","features":[561]},{"name":"HcsCloseProcess","features":[561]},{"name":"HcsCrashComputeSystem","features":[561]},{"name":"HcsCreateComputeSystem","features":[310,561]},{"name":"HcsCreateComputeSystemInNamespace","features":[561]},{"name":"HcsCreateEmptyGuestStateFile","features":[561]},{"name":"HcsCreateEmptyRuntimeStateFile","features":[561]},{"name":"HcsCreateOperation","features":[561]},{"name":"HcsCreateOperationWithNotifications","features":[561]},{"name":"HcsCreateOptions_1","features":[561]},{"name":"HcsCreateProcess","features":[310,561]},{"name":"HcsDestroyLayer","features":[561]},{"name":"HcsDetachLayerStorageFilter","features":[561]},{"name":"HcsEnumerateComputeSystems","features":[561]},{"name":"HcsEnumerateComputeSystemsInNamespace","features":[561]},{"name":"HcsEventGroupOperationInfo","features":[561]},{"name":"HcsEventGroupVmLifecycle","features":[561]},{"name":"HcsEventInvalid","features":[561]},{"name":"HcsEventOperationCallback","features":[561]},{"name":"HcsEventOptionEnableOperationCallbacks","features":[561]},{"name":"HcsEventOptionEnableVmLifecycle","features":[561]},{"name":"HcsEventOptionNone","features":[561]},{"name":"HcsEventProcessExited","features":[561]},{"name":"HcsEventServiceDisconnect","features":[561]},{"name":"HcsEventSystemCrashInitiated","features":[561]},{"name":"HcsEventSystemCrashReport","features":[561]},{"name":"HcsEventSystemExited","features":[561]},{"name":"HcsEventSystemGuestConnectionClosed","features":[561]},{"name":"HcsEventSystemRdpEnhancedModeStateChanged","features":[561]},{"name":"HcsEventSystemSiloJobCreated","features":[561]},{"name":"HcsExportLayer","features":[561]},{"name":"HcsExportLegacyWritableLayer","features":[561]},{"name":"HcsFormatWritableLayerVhd","features":[307,561]},{"name":"HcsGetComputeSystemFromOperation","features":[561]},{"name":"HcsGetComputeSystemProperties","features":[561]},{"name":"HcsGetLayerVhdMountPath","features":[307,561]},{"name":"HcsGetOperationContext","features":[561]},{"name":"HcsGetOperationId","features":[561]},{"name":"HcsGetOperationResult","features":[561]},{"name":"HcsGetOperationResultAndProcessInfo","features":[307,561]},{"name":"HcsGetOperationType","features":[561]},{"name":"HcsGetProcessFromOperation","features":[561]},{"name":"HcsGetProcessInfo","features":[561]},{"name":"HcsGetProcessProperties","features":[561]},{"name":"HcsGetProcessorCompatibilityFromSavedState","features":[561]},{"name":"HcsGetServiceProperties","features":[561]},{"name":"HcsGrantVmAccess","features":[561]},{"name":"HcsGrantVmGroupAccess","features":[561]},{"name":"HcsImportLayer","features":[561]},{"name":"HcsInitializeLegacyWritableLayer","features":[561]},{"name":"HcsInitializeWritableLayer","features":[561]},{"name":"HcsModifyComputeSystem","features":[307,561]},{"name":"HcsModifyProcess","features":[561]},{"name":"HcsModifyServiceSettings","features":[561]},{"name":"HcsNotificationFlagFailure","features":[561]},{"name":"HcsNotificationFlagSuccess","features":[561]},{"name":"HcsNotificationFlagsReserved","features":[561]},{"name":"HcsNotificationInvalid","features":[561]},{"name":"HcsNotificationOperationProgressUpdate","features":[561]},{"name":"HcsNotificationProcessExited","features":[561]},{"name":"HcsNotificationServiceDisconnect","features":[561]},{"name":"HcsNotificationSystemCrashInitiated","features":[561]},{"name":"HcsNotificationSystemCrashReport","features":[561]},{"name":"HcsNotificationSystemCreateCompleted","features":[561]},{"name":"HcsNotificationSystemExited","features":[561]},{"name":"HcsNotificationSystemGetPropertiesCompleted","features":[561]},{"name":"HcsNotificationSystemGuestConnectionClosed","features":[561]},{"name":"HcsNotificationSystemModifyCompleted","features":[561]},{"name":"HcsNotificationSystemOperationCompletion","features":[561]},{"name":"HcsNotificationSystemPassThru","features":[561]},{"name":"HcsNotificationSystemPauseCompleted","features":[561]},{"name":"HcsNotificationSystemRdpEnhancedModeStateChanged","features":[561]},{"name":"HcsNotificationSystemResumeCompleted","features":[561]},{"name":"HcsNotificationSystemSaveCompleted","features":[561]},{"name":"HcsNotificationSystemShutdownCompleted","features":[561]},{"name":"HcsNotificationSystemShutdownFailed","features":[561]},{"name":"HcsNotificationSystemSiloJobCreated","features":[561]},{"name":"HcsNotificationSystemStartCompleted","features":[561]},{"name":"HcsOpenComputeSystem","features":[561]},{"name":"HcsOpenComputeSystemInNamespace","features":[561]},{"name":"HcsOpenProcess","features":[561]},{"name":"HcsOperationOptionNone","features":[561]},{"name":"HcsOperationOptionProgressUpdate","features":[561]},{"name":"HcsOperationTypeCrash","features":[561]},{"name":"HcsOperationTypeCreate","features":[561]},{"name":"HcsOperationTypeCreateProcess","features":[561]},{"name":"HcsOperationTypeEnumerate","features":[561]},{"name":"HcsOperationTypeGetProcessInfo","features":[561]},{"name":"HcsOperationTypeGetProcessProperties","features":[561]},{"name":"HcsOperationTypeGetProperties","features":[561]},{"name":"HcsOperationTypeModify","features":[561]},{"name":"HcsOperationTypeModifyProcess","features":[561]},{"name":"HcsOperationTypeNone","features":[561]},{"name":"HcsOperationTypePause","features":[561]},{"name":"HcsOperationTypeResume","features":[561]},{"name":"HcsOperationTypeSave","features":[561]},{"name":"HcsOperationTypeShutdown","features":[561]},{"name":"HcsOperationTypeSignalProcess","features":[561]},{"name":"HcsOperationTypeStart","features":[561]},{"name":"HcsOperationTypeTerminate","features":[561]},{"name":"HcsPauseComputeSystem","features":[561]},{"name":"HcsResourceTypeFile","features":[561]},{"name":"HcsResourceTypeJob","features":[561]},{"name":"HcsResourceTypeNone","features":[561]},{"name":"HcsResumeComputeSystem","features":[561]},{"name":"HcsRevokeVmAccess","features":[561]},{"name":"HcsRevokeVmGroupAccess","features":[561]},{"name":"HcsSaveComputeSystem","features":[561]},{"name":"HcsSetComputeSystemCallback","features":[561]},{"name":"HcsSetOperationCallback","features":[561]},{"name":"HcsSetOperationContext","features":[561]},{"name":"HcsSetProcessCallback","features":[561]},{"name":"HcsSetupBaseOSLayer","features":[307,561]},{"name":"HcsSetupBaseOSVolume","features":[561]},{"name":"HcsShutDownComputeSystem","features":[561]},{"name":"HcsSignalProcess","features":[561]},{"name":"HcsStartComputeSystem","features":[561]},{"name":"HcsSubmitWerReport","features":[561]},{"name":"HcsTerminateComputeSystem","features":[561]},{"name":"HcsTerminateProcess","features":[561]},{"name":"HcsWaitForComputeSystemExit","features":[561]},{"name":"HcsWaitForOperationResult","features":[561]},{"name":"HcsWaitForOperationResultAndProcessInfo","features":[307,561]},{"name":"HcsWaitForProcessExit","features":[561]}],"573":[{"name":"ARM64_RegisterActlrEl1","features":[562]},{"name":"ARM64_RegisterAmairEl1","features":[562]},{"name":"ARM64_RegisterCntkctlEl1","features":[562]},{"name":"ARM64_RegisterCntvCtlEl0","features":[562]},{"name":"ARM64_RegisterCntvCvalEl0","features":[562]},{"name":"ARM64_RegisterContextIdrEl1","features":[562]},{"name":"ARM64_RegisterCpacrEl1","features":[562]},{"name":"ARM64_RegisterCpsr","features":[562]},{"name":"ARM64_RegisterCsselrEl1","features":[562]},{"name":"ARM64_RegisterElrEl1","features":[562]},{"name":"ARM64_RegisterEsrEl1","features":[562]},{"name":"ARM64_RegisterFarEl1","features":[562]},{"name":"ARM64_RegisterFpControl","features":[562]},{"name":"ARM64_RegisterFpStatus","features":[562]},{"name":"ARM64_RegisterMairEl1","features":[562]},{"name":"ARM64_RegisterMax","features":[562]},{"name":"ARM64_RegisterParEl1","features":[562]},{"name":"ARM64_RegisterPc","features":[562]},{"name":"ARM64_RegisterQ0","features":[562]},{"name":"ARM64_RegisterQ1","features":[562]},{"name":"ARM64_RegisterQ10","features":[562]},{"name":"ARM64_RegisterQ11","features":[562]},{"name":"ARM64_RegisterQ12","features":[562]},{"name":"ARM64_RegisterQ13","features":[562]},{"name":"ARM64_RegisterQ14","features":[562]},{"name":"ARM64_RegisterQ15","features":[562]},{"name":"ARM64_RegisterQ16","features":[562]},{"name":"ARM64_RegisterQ17","features":[562]},{"name":"ARM64_RegisterQ18","features":[562]},{"name":"ARM64_RegisterQ19","features":[562]},{"name":"ARM64_RegisterQ2","features":[562]},{"name":"ARM64_RegisterQ20","features":[562]},{"name":"ARM64_RegisterQ21","features":[562]},{"name":"ARM64_RegisterQ22","features":[562]},{"name":"ARM64_RegisterQ23","features":[562]},{"name":"ARM64_RegisterQ24","features":[562]},{"name":"ARM64_RegisterQ25","features":[562]},{"name":"ARM64_RegisterQ26","features":[562]},{"name":"ARM64_RegisterQ27","features":[562]},{"name":"ARM64_RegisterQ28","features":[562]},{"name":"ARM64_RegisterQ29","features":[562]},{"name":"ARM64_RegisterQ3","features":[562]},{"name":"ARM64_RegisterQ30","features":[562]},{"name":"ARM64_RegisterQ31","features":[562]},{"name":"ARM64_RegisterQ4","features":[562]},{"name":"ARM64_RegisterQ5","features":[562]},{"name":"ARM64_RegisterQ6","features":[562]},{"name":"ARM64_RegisterQ7","features":[562]},{"name":"ARM64_RegisterQ8","features":[562]},{"name":"ARM64_RegisterQ9","features":[562]},{"name":"ARM64_RegisterSctlrEl1","features":[562]},{"name":"ARM64_RegisterSpEl0","features":[562]},{"name":"ARM64_RegisterSpEl1","features":[562]},{"name":"ARM64_RegisterSpsrEl1","features":[562]},{"name":"ARM64_RegisterTcrEl1","features":[562]},{"name":"ARM64_RegisterTpidrEl0","features":[562]},{"name":"ARM64_RegisterTpidrEl1","features":[562]},{"name":"ARM64_RegisterTpidrroEl0","features":[562]},{"name":"ARM64_RegisterTtbr0El1","features":[562]},{"name":"ARM64_RegisterTtbr1El1","features":[562]},{"name":"ARM64_RegisterVbarEl1","features":[562]},{"name":"ARM64_RegisterX0","features":[562]},{"name":"ARM64_RegisterX1","features":[562]},{"name":"ARM64_RegisterX10","features":[562]},{"name":"ARM64_RegisterX11","features":[562]},{"name":"ARM64_RegisterX12","features":[562]},{"name":"ARM64_RegisterX13","features":[562]},{"name":"ARM64_RegisterX14","features":[562]},{"name":"ARM64_RegisterX15","features":[562]},{"name":"ARM64_RegisterX16","features":[562]},{"name":"ARM64_RegisterX17","features":[562]},{"name":"ARM64_RegisterX18","features":[562]},{"name":"ARM64_RegisterX19","features":[562]},{"name":"ARM64_RegisterX2","features":[562]},{"name":"ARM64_RegisterX20","features":[562]},{"name":"ARM64_RegisterX21","features":[562]},{"name":"ARM64_RegisterX22","features":[562]},{"name":"ARM64_RegisterX23","features":[562]},{"name":"ARM64_RegisterX24","features":[562]},{"name":"ARM64_RegisterX25","features":[562]},{"name":"ARM64_RegisterX26","features":[562]},{"name":"ARM64_RegisterX27","features":[562]},{"name":"ARM64_RegisterX28","features":[562]},{"name":"ARM64_RegisterX3","features":[562]},{"name":"ARM64_RegisterX4","features":[562]},{"name":"ARM64_RegisterX5","features":[562]},{"name":"ARM64_RegisterX6","features":[562]},{"name":"ARM64_RegisterX7","features":[562]},{"name":"ARM64_RegisterX8","features":[562]},{"name":"ARM64_RegisterX9","features":[562]},{"name":"ARM64_RegisterXFp","features":[562]},{"name":"ARM64_RegisterXLr","features":[562]},{"name":"ApplyGuestMemoryFix","features":[562]},{"name":"ApplyPendingSavedStateFileReplayLog","features":[562]},{"name":"Arch_Armv8","features":[562]},{"name":"Arch_Unknown","features":[562]},{"name":"Arch_x64","features":[562]},{"name":"Arch_x86","features":[562]},{"name":"CallStackUnwind","features":[562]},{"name":"DOS_IMAGE_INFO","features":[562]},{"name":"FOUND_IMAGE_CALLBACK","features":[307,562]},{"name":"FindSavedStateSymbolFieldInType","features":[307,562]},{"name":"ForceActiveVirtualTrustLevel","features":[562]},{"name":"ForceArchitecture","features":[562]},{"name":"ForceNestedHostMode","features":[307,562]},{"name":"ForcePagingMode","features":[562]},{"name":"GPA_MEMORY_CHUNK","features":[562]},{"name":"GUEST_OS_INFO","features":[562]},{"name":"GUEST_OS_MICROSOFT_IDS","features":[562]},{"name":"GUEST_OS_OPENSOURCE_IDS","features":[562]},{"name":"GUEST_OS_VENDOR","features":[562]},{"name":"GUEST_SYMBOLS_PROVIDER_DEBUG_INFO_CALLBACK","features":[562]},{"name":"GUID_DEVINTERFACE_VM_GENCOUNTER","features":[562]},{"name":"GetActiveVirtualTrustLevel","features":[562]},{"name":"GetArchitecture","features":[562]},{"name":"GetEnabledVirtualTrustLevels","features":[562]},{"name":"GetGuestEnabledVirtualTrustLevels","features":[562]},{"name":"GetGuestOsInfo","features":[562]},{"name":"GetGuestPhysicalMemoryChunks","features":[562]},{"name":"GetGuestRawSavedMemorySize","features":[562]},{"name":"GetMemoryBlockCacheLimit","features":[562]},{"name":"GetNestedVirtualizationMode","features":[307,562]},{"name":"GetPagingMode","features":[562]},{"name":"GetRegisterValue","features":[562]},{"name":"GetSavedStateSymbolFieldInfo","features":[562]},{"name":"GetSavedStateSymbolProviderHandle","features":[307,562]},{"name":"GetSavedStateSymbolTypeSize","features":[562]},{"name":"GetVpCount","features":[562]},{"name":"GuestOsMicrosoftMSDOS","features":[562]},{"name":"GuestOsMicrosoftUndefined","features":[562]},{"name":"GuestOsMicrosoftWindows3x","features":[562]},{"name":"GuestOsMicrosoftWindows9x","features":[562]},{"name":"GuestOsMicrosoftWindowsCE","features":[562]},{"name":"GuestOsMicrosoftWindowsNT","features":[562]},{"name":"GuestOsOpenSourceFreeBSD","features":[562]},{"name":"GuestOsOpenSourceIllumos","features":[562]},{"name":"GuestOsOpenSourceLinux","features":[562]},{"name":"GuestOsOpenSourceUndefined","features":[562]},{"name":"GuestOsOpenSourceXen","features":[562]},{"name":"GuestOsVendorHPE","features":[562]},{"name":"GuestOsVendorLANCOM","features":[562]},{"name":"GuestOsVendorMicrosoft","features":[562]},{"name":"GuestOsVendorUndefined","features":[562]},{"name":"GuestPhysicalAddressToRawSavedMemoryOffset","features":[562]},{"name":"GuestVirtualAddressToPhysicalAddress","features":[562]},{"name":"HDV_DEVICE_HOST_FLAGS","features":[562]},{"name":"HDV_DEVICE_TYPE","features":[562]},{"name":"HDV_DOORBELL_FLAGS","features":[562]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_ANY_VALUE","features":[562]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_ANY","features":[562]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_BYTE","features":[562]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_DWORD","features":[562]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_QWORD","features":[562]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_WORD","features":[562]},{"name":"HDV_MMIO_MAPPING_FLAGS","features":[562]},{"name":"HDV_PCI_BAR0","features":[562]},{"name":"HDV_PCI_BAR1","features":[562]},{"name":"HDV_PCI_BAR2","features":[562]},{"name":"HDV_PCI_BAR3","features":[562]},{"name":"HDV_PCI_BAR4","features":[562]},{"name":"HDV_PCI_BAR5","features":[562]},{"name":"HDV_PCI_BAR_COUNT","features":[562]},{"name":"HDV_PCI_BAR_SELECTOR","features":[562]},{"name":"HDV_PCI_DEVICE_GET_DETAILS","features":[562]},{"name":"HDV_PCI_DEVICE_INITIALIZE","features":[562]},{"name":"HDV_PCI_DEVICE_INTERFACE","features":[562]},{"name":"HDV_PCI_DEVICE_SET_CONFIGURATION","features":[562]},{"name":"HDV_PCI_DEVICE_START","features":[562]},{"name":"HDV_PCI_DEVICE_STOP","features":[562]},{"name":"HDV_PCI_DEVICE_TEARDOWN","features":[562]},{"name":"HDV_PCI_INTERFACE_VERSION","features":[562]},{"name":"HDV_PCI_PNP_ID","features":[562]},{"name":"HDV_PCI_READ_CONFIG_SPACE","features":[562]},{"name":"HDV_PCI_READ_INTERCEPTED_MEMORY","features":[562]},{"name":"HDV_PCI_WRITE_CONFIG_SPACE","features":[562]},{"name":"HDV_PCI_WRITE_INTERCEPTED_MEMORY","features":[562]},{"name":"HVSOCKET_ADDRESS_FLAG_PASSTHRU","features":[562]},{"name":"HVSOCKET_ADDRESS_INFO","features":[562]},{"name":"HVSOCKET_CONNECTED_SUSPEND","features":[562]},{"name":"HVSOCKET_CONNECT_TIMEOUT","features":[562]},{"name":"HVSOCKET_CONNECT_TIMEOUT_MAX","features":[562]},{"name":"HVSOCKET_HIGH_VTL","features":[562]},{"name":"HV_GUID_BROADCAST","features":[562]},{"name":"HV_GUID_CHILDREN","features":[562]},{"name":"HV_GUID_LOOPBACK","features":[562]},{"name":"HV_GUID_PARENT","features":[562]},{"name":"HV_GUID_SILOHOST","features":[562]},{"name":"HV_GUID_VSOCK_TEMPLATE","features":[562]},{"name":"HV_GUID_ZERO","features":[562]},{"name":"HV_PROTOCOL_RAW","features":[562]},{"name":"HdvCreateDeviceInstance","features":[562]},{"name":"HdvCreateGuestMemoryAperture","features":[307,562]},{"name":"HdvCreateSectionBackedMmioRange","features":[307,562]},{"name":"HdvDeliverGuestInterrupt","features":[562]},{"name":"HdvDestroyGuestMemoryAperture","features":[562]},{"name":"HdvDestroySectionBackedMmioRange","features":[562]},{"name":"HdvDeviceHostFlagInitializeComSecurity","features":[562]},{"name":"HdvDeviceHostFlagNone","features":[562]},{"name":"HdvDeviceTypePCI","features":[562]},{"name":"HdvDeviceTypeUndefined","features":[562]},{"name":"HdvInitializeDeviceHost","features":[561,562]},{"name":"HdvInitializeDeviceHostEx","features":[561,562]},{"name":"HdvMmioMappingFlagExecutable","features":[562]},{"name":"HdvMmioMappingFlagNone","features":[562]},{"name":"HdvMmioMappingFlagWriteable","features":[562]},{"name":"HdvPciDeviceInterfaceVersion1","features":[562]},{"name":"HdvPciDeviceInterfaceVersionInvalid","features":[562]},{"name":"HdvReadGuestMemory","features":[562]},{"name":"HdvRegisterDoorbell","features":[307,562]},{"name":"HdvTeardownDeviceHost","features":[562]},{"name":"HdvUnregisterDoorbell","features":[562]},{"name":"HdvWriteGuestMemory","features":[562]},{"name":"IOCTL_VMGENCOUNTER_READ","features":[562]},{"name":"InKernelSpace","features":[307,562]},{"name":"IsActiveVirtualTrustLevelEnabled","features":[307,562]},{"name":"IsNestedVirtualizationEnabled","features":[307,562]},{"name":"LoadSavedStateFile","features":[562]},{"name":"LoadSavedStateFiles","features":[562]},{"name":"LoadSavedStateModuleSymbols","features":[562]},{"name":"LoadSavedStateModuleSymbolsEx","features":[562]},{"name":"LoadSavedStateSymbolProvider","features":[307,562]},{"name":"LocateSavedStateFiles","features":[562]},{"name":"MODULE_INFO","features":[562]},{"name":"PAGING_MODE","features":[562]},{"name":"Paging_32Bit","features":[562]},{"name":"Paging_Armv8","features":[562]},{"name":"Paging_Invalid","features":[562]},{"name":"Paging_Long","features":[562]},{"name":"Paging_NonPaged","features":[562]},{"name":"Paging_Pae","features":[562]},{"name":"ProcessorVendor_Amd","features":[562]},{"name":"ProcessorVendor_Arm","features":[562]},{"name":"ProcessorVendor_Hygon","features":[562]},{"name":"ProcessorVendor_Intel","features":[562]},{"name":"ProcessorVendor_Unknown","features":[562]},{"name":"REGISTER_ID","features":[562]},{"name":"ReadGuestPhysicalAddress","features":[562]},{"name":"ReadGuestRawSavedMemory","features":[562]},{"name":"ReadSavedStateGlobalVariable","features":[562]},{"name":"ReleaseSavedStateFiles","features":[562]},{"name":"ReleaseSavedStateSymbolProvider","features":[562]},{"name":"ResolveSavedStateGlobalVariableAddress","features":[562]},{"name":"SOCKADDR_HV","features":[320,562]},{"name":"ScanMemoryForDosImages","features":[307,562]},{"name":"SetMemoryBlockCacheLimit","features":[562]},{"name":"SetSavedStateSymbolProviderDebugInfoCallback","features":[562]},{"name":"VIRTUAL_PROCESSOR_ARCH","features":[562]},{"name":"VIRTUAL_PROCESSOR_REGISTER","features":[562]},{"name":"VIRTUAL_PROCESSOR_VENDOR","features":[562]},{"name":"VM_GENCOUNTER","features":[562]},{"name":"VM_GENCOUNTER_SYMBOLIC_LINK_NAME","features":[562]},{"name":"WHV_ACCESS_GPA_CONTROLS","features":[562]},{"name":"WHV_ADVISE_GPA_RANGE","features":[562]},{"name":"WHV_ADVISE_GPA_RANGE_CODE","features":[562]},{"name":"WHV_ADVISE_GPA_RANGE_POPULATE","features":[562]},{"name":"WHV_ADVISE_GPA_RANGE_POPULATE_FLAGS","features":[562]},{"name":"WHV_ALLOCATE_VPCI_RESOURCE_FLAGS","features":[562]},{"name":"WHV_ANY_VP","features":[562]},{"name":"WHV_CACHE_TYPE","features":[562]},{"name":"WHV_CAPABILITY","features":[307,562]},{"name":"WHV_CAPABILITY_CODE","features":[562]},{"name":"WHV_CAPABILITY_FEATURES","features":[562]},{"name":"WHV_CAPABILITY_PROCESSOR_FREQUENCY_CAP","features":[562]},{"name":"WHV_CPUID_OUTPUT","features":[562]},{"name":"WHV_CREATE_VPCI_DEVICE_FLAGS","features":[562]},{"name":"WHV_DOORBELL_MATCH_DATA","features":[562]},{"name":"WHV_EMULATOR_CALLBACKS","features":[562]},{"name":"WHV_EMULATOR_GET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK","features":[562]},{"name":"WHV_EMULATOR_IO_ACCESS_INFO","features":[562]},{"name":"WHV_EMULATOR_IO_PORT_CALLBACK","features":[562]},{"name":"WHV_EMULATOR_MEMORY_ACCESS_INFO","features":[562]},{"name":"WHV_EMULATOR_MEMORY_CALLBACK","features":[562]},{"name":"WHV_EMULATOR_SET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK","features":[562]},{"name":"WHV_EMULATOR_STATUS","features":[562]},{"name":"WHV_EMULATOR_TRANSLATE_GVA_PAGE_CALLBACK","features":[562]},{"name":"WHV_EXCEPTION_TYPE","features":[562]},{"name":"WHV_EXTENDED_VM_EXITS","features":[562]},{"name":"WHV_HYPERCALL_CONTEXT","features":[562]},{"name":"WHV_HYPERCALL_CONTEXT_MAX_XMM_REGISTERS","features":[562]},{"name":"WHV_INTERNAL_ACTIVITY_REGISTER","features":[562]},{"name":"WHV_INTERRUPT_CONTROL","features":[562]},{"name":"WHV_INTERRUPT_DESTINATION_MODE","features":[562]},{"name":"WHV_INTERRUPT_TRIGGER_MODE","features":[562]},{"name":"WHV_INTERRUPT_TYPE","features":[562]},{"name":"WHV_MAP_GPA_RANGE_FLAGS","features":[562]},{"name":"WHV_MAX_DEVICE_ID_SIZE_IN_CHARS","features":[562]},{"name":"WHV_MEMORY_ACCESS_CONTEXT","features":[562]},{"name":"WHV_MEMORY_ACCESS_INFO","features":[562]},{"name":"WHV_MEMORY_ACCESS_TYPE","features":[562]},{"name":"WHV_MEMORY_RANGE_ENTRY","features":[562]},{"name":"WHV_MSR_ACTION","features":[562]},{"name":"WHV_MSR_ACTION_ENTRY","features":[562]},{"name":"WHV_NOTIFICATION_PORT_PARAMETERS","features":[562]},{"name":"WHV_NOTIFICATION_PORT_PROPERTY_CODE","features":[562]},{"name":"WHV_NOTIFICATION_PORT_TYPE","features":[562]},{"name":"WHV_PARTITION_COUNTER_SET","features":[562]},{"name":"WHV_PARTITION_HANDLE","features":[562]},{"name":"WHV_PARTITION_MEMORY_COUNTERS","features":[562]},{"name":"WHV_PARTITION_PROPERTY","features":[307,562]},{"name":"WHV_PARTITION_PROPERTY_CODE","features":[562]},{"name":"WHV_PROCESSOR_APIC_COUNTERS","features":[562]},{"name":"WHV_PROCESSOR_COUNTER_SET","features":[562]},{"name":"WHV_PROCESSOR_EVENT_COUNTERS","features":[562]},{"name":"WHV_PROCESSOR_FEATURES","features":[562]},{"name":"WHV_PROCESSOR_FEATURES1","features":[562]},{"name":"WHV_PROCESSOR_FEATURES_BANKS","features":[562]},{"name":"WHV_PROCESSOR_FEATURES_BANKS_COUNT","features":[562]},{"name":"WHV_PROCESSOR_INTERCEPT_COUNTER","features":[562]},{"name":"WHV_PROCESSOR_INTERCEPT_COUNTERS","features":[562]},{"name":"WHV_PROCESSOR_PERFMON_FEATURES","features":[562]},{"name":"WHV_PROCESSOR_RUNTIME_COUNTERS","features":[562]},{"name":"WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS","features":[562]},{"name":"WHV_PROCESSOR_VENDOR","features":[562]},{"name":"WHV_PROCESSOR_XSAVE_FEATURES","features":[562]},{"name":"WHV_READ_WRITE_GPA_RANGE_MAX_SIZE","features":[562]},{"name":"WHV_REGISTER_NAME","features":[562]},{"name":"WHV_REGISTER_VALUE","features":[562]},{"name":"WHV_RUN_VP_CANCELED_CONTEXT","features":[562]},{"name":"WHV_RUN_VP_CANCEL_REASON","features":[562]},{"name":"WHV_RUN_VP_EXIT_CONTEXT","features":[562]},{"name":"WHV_RUN_VP_EXIT_REASON","features":[562]},{"name":"WHV_SCHEDULER_FEATURES","features":[562]},{"name":"WHV_SRIOV_RESOURCE_DESCRIPTOR","features":[307,562]},{"name":"WHV_SYNIC_EVENT_PARAMETERS","features":[562]},{"name":"WHV_SYNIC_MESSAGE_SIZE","features":[562]},{"name":"WHV_SYNIC_SINT_DELIVERABLE_CONTEXT","features":[562]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES","features":[562]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKS","features":[562]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKS_COUNT","features":[562]},{"name":"WHV_TRANSLATE_GVA_FLAGS","features":[562]},{"name":"WHV_TRANSLATE_GVA_RESULT","features":[562]},{"name":"WHV_TRANSLATE_GVA_RESULT_CODE","features":[562]},{"name":"WHV_TRIGGER_PARAMETERS","features":[562]},{"name":"WHV_TRIGGER_TYPE","features":[562]},{"name":"WHV_UINT128","features":[562]},{"name":"WHV_VIRTUAL_PROCESSOR_PROPERTY","features":[562]},{"name":"WHV_VIRTUAL_PROCESSOR_PROPERTY_CODE","features":[562]},{"name":"WHV_VIRTUAL_PROCESSOR_STATE_TYPE","features":[562]},{"name":"WHV_VPCI_DEVICE_NOTIFICATION","features":[562]},{"name":"WHV_VPCI_DEVICE_NOTIFICATION_TYPE","features":[562]},{"name":"WHV_VPCI_DEVICE_PROPERTY_CODE","features":[562]},{"name":"WHV_VPCI_DEVICE_REGISTER","features":[562]},{"name":"WHV_VPCI_DEVICE_REGISTER_SPACE","features":[562]},{"name":"WHV_VPCI_HARDWARE_IDS","features":[562]},{"name":"WHV_VPCI_INTERRUPT_TARGET","features":[562]},{"name":"WHV_VPCI_INTERRUPT_TARGET_FLAGS","features":[562]},{"name":"WHV_VPCI_MMIO_MAPPING","features":[562]},{"name":"WHV_VPCI_MMIO_RANGE_FLAGS","features":[562]},{"name":"WHV_VPCI_PROBED_BARS","features":[562]},{"name":"WHV_VPCI_TYPE0_BAR_COUNT","features":[562]},{"name":"WHV_VP_EXCEPTION_CONTEXT","features":[562]},{"name":"WHV_VP_EXCEPTION_INFO","features":[562]},{"name":"WHV_VP_EXIT_CONTEXT","features":[562]},{"name":"WHV_X64_APIC_EOI_CONTEXT","features":[562]},{"name":"WHV_X64_APIC_INIT_SIPI_CONTEXT","features":[562]},{"name":"WHV_X64_APIC_SMI_CONTEXT","features":[562]},{"name":"WHV_X64_APIC_WRITE_CONTEXT","features":[562]},{"name":"WHV_X64_APIC_WRITE_TYPE","features":[562]},{"name":"WHV_X64_CPUID_ACCESS_CONTEXT","features":[562]},{"name":"WHV_X64_CPUID_RESULT","features":[562]},{"name":"WHV_X64_CPUID_RESULT2","features":[562]},{"name":"WHV_X64_CPUID_RESULT2_FLAGS","features":[562]},{"name":"WHV_X64_DELIVERABILITY_NOTIFICATIONS_REGISTER","features":[562]},{"name":"WHV_X64_FP_CONTROL_STATUS_REGISTER","features":[562]},{"name":"WHV_X64_FP_REGISTER","features":[562]},{"name":"WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT","features":[562]},{"name":"WHV_X64_INTERRUPT_STATE_REGISTER","features":[562]},{"name":"WHV_X64_IO_PORT_ACCESS_CONTEXT","features":[562]},{"name":"WHV_X64_IO_PORT_ACCESS_INFO","features":[562]},{"name":"WHV_X64_LOCAL_APIC_EMULATION_MODE","features":[562]},{"name":"WHV_X64_MSR_ACCESS_CONTEXT","features":[562]},{"name":"WHV_X64_MSR_ACCESS_INFO","features":[562]},{"name":"WHV_X64_MSR_EXIT_BITMAP","features":[562]},{"name":"WHV_X64_PENDING_DEBUG_EXCEPTION","features":[562]},{"name":"WHV_X64_PENDING_EVENT_TYPE","features":[562]},{"name":"WHV_X64_PENDING_EXCEPTION_EVENT","features":[562]},{"name":"WHV_X64_PENDING_EXT_INT_EVENT","features":[562]},{"name":"WHV_X64_PENDING_INTERRUPTION_REGISTER","features":[562]},{"name":"WHV_X64_PENDING_INTERRUPTION_TYPE","features":[562]},{"name":"WHV_X64_RDTSC_CONTEXT","features":[562]},{"name":"WHV_X64_RDTSC_INFO","features":[562]},{"name":"WHV_X64_SEGMENT_REGISTER","features":[562]},{"name":"WHV_X64_TABLE_REGISTER","features":[562]},{"name":"WHV_X64_UNSUPPORTED_FEATURE_CODE","features":[562]},{"name":"WHV_X64_UNSUPPORTED_FEATURE_CONTEXT","features":[562]},{"name":"WHV_X64_VP_EXECUTION_STATE","features":[562]},{"name":"WHV_X64_XMM_CONTROL_STATUS_REGISTER","features":[562]},{"name":"WHvAcceptPartitionMigration","features":[307,562]},{"name":"WHvAdviseGpaRange","features":[562]},{"name":"WHvAdviseGpaRangeCodePin","features":[562]},{"name":"WHvAdviseGpaRangeCodePopulate","features":[562]},{"name":"WHvAdviseGpaRangeCodeUnpin","features":[562]},{"name":"WHvAllocateVpciResource","features":[307,562]},{"name":"WHvAllocateVpciResourceFlagAllowDirectP2P","features":[562]},{"name":"WHvAllocateVpciResourceFlagNone","features":[562]},{"name":"WHvCacheTypeUncached","features":[562]},{"name":"WHvCacheTypeWriteBack","features":[562]},{"name":"WHvCacheTypeWriteCombining","features":[562]},{"name":"WHvCacheTypeWriteThrough","features":[562]},{"name":"WHvCancelPartitionMigration","features":[562]},{"name":"WHvCancelRunVirtualProcessor","features":[562]},{"name":"WHvCapabilityCodeExceptionExitBitmap","features":[562]},{"name":"WHvCapabilityCodeExtendedVmExits","features":[562]},{"name":"WHvCapabilityCodeFeatures","features":[562]},{"name":"WHvCapabilityCodeGpaRangePopulateFlags","features":[562]},{"name":"WHvCapabilityCodeHypervisorPresent","features":[562]},{"name":"WHvCapabilityCodeInterruptClockFrequency","features":[562]},{"name":"WHvCapabilityCodeProcessorClFlushSize","features":[562]},{"name":"WHvCapabilityCodeProcessorClockFrequency","features":[562]},{"name":"WHvCapabilityCodeProcessorFeatures","features":[562]},{"name":"WHvCapabilityCodeProcessorFeaturesBanks","features":[562]},{"name":"WHvCapabilityCodeProcessorFrequencyCap","features":[562]},{"name":"WHvCapabilityCodeProcessorPerfmonFeatures","features":[562]},{"name":"WHvCapabilityCodeProcessorVendor","features":[562]},{"name":"WHvCapabilityCodeProcessorXsaveFeatures","features":[562]},{"name":"WHvCapabilityCodeSchedulerFeatures","features":[562]},{"name":"WHvCapabilityCodeSyntheticProcessorFeaturesBanks","features":[562]},{"name":"WHvCapabilityCodeX64MsrExitBitmap","features":[562]},{"name":"WHvCompletePartitionMigration","features":[562]},{"name":"WHvCreateNotificationPort","features":[307,562]},{"name":"WHvCreatePartition","features":[562]},{"name":"WHvCreateTrigger","features":[307,562]},{"name":"WHvCreateVirtualProcessor","features":[562]},{"name":"WHvCreateVirtualProcessor2","features":[562]},{"name":"WHvCreateVpciDevice","features":[307,562]},{"name":"WHvCreateVpciDeviceFlagNone","features":[562]},{"name":"WHvCreateVpciDeviceFlagPhysicallyBacked","features":[562]},{"name":"WHvCreateVpciDeviceFlagUseLogicalInterrupts","features":[562]},{"name":"WHvDeleteNotificationPort","features":[562]},{"name":"WHvDeletePartition","features":[562]},{"name":"WHvDeleteTrigger","features":[562]},{"name":"WHvDeleteVirtualProcessor","features":[562]},{"name":"WHvDeleteVpciDevice","features":[562]},{"name":"WHvEmulatorCreateEmulator","features":[562]},{"name":"WHvEmulatorDestroyEmulator","features":[562]},{"name":"WHvEmulatorTryIoEmulation","features":[562]},{"name":"WHvEmulatorTryMmioEmulation","features":[562]},{"name":"WHvGetCapability","features":[562]},{"name":"WHvGetInterruptTargetVpSet","features":[562]},{"name":"WHvGetPartitionCounters","features":[562]},{"name":"WHvGetPartitionProperty","features":[562]},{"name":"WHvGetVirtualProcessorCounters","features":[562]},{"name":"WHvGetVirtualProcessorCpuidOutput","features":[562]},{"name":"WHvGetVirtualProcessorInterruptControllerState","features":[562]},{"name":"WHvGetVirtualProcessorInterruptControllerState2","features":[562]},{"name":"WHvGetVirtualProcessorRegisters","features":[562]},{"name":"WHvGetVirtualProcessorState","features":[562]},{"name":"WHvGetVirtualProcessorXsaveState","features":[562]},{"name":"WHvGetVpciDeviceInterruptTarget","features":[562]},{"name":"WHvGetVpciDeviceNotification","features":[562]},{"name":"WHvGetVpciDeviceProperty","features":[562]},{"name":"WHvMapGpaRange","features":[562]},{"name":"WHvMapGpaRange2","features":[307,562]},{"name":"WHvMapGpaRangeFlagExecute","features":[562]},{"name":"WHvMapGpaRangeFlagNone","features":[562]},{"name":"WHvMapGpaRangeFlagRead","features":[562]},{"name":"WHvMapGpaRangeFlagTrackDirtyPages","features":[562]},{"name":"WHvMapGpaRangeFlagWrite","features":[562]},{"name":"WHvMapVpciDeviceInterrupt","features":[562]},{"name":"WHvMapVpciDeviceMmioRanges","features":[562]},{"name":"WHvMemoryAccessExecute","features":[562]},{"name":"WHvMemoryAccessRead","features":[562]},{"name":"WHvMemoryAccessWrite","features":[562]},{"name":"WHvMsrActionArchitectureDefault","features":[562]},{"name":"WHvMsrActionExit","features":[562]},{"name":"WHvMsrActionIgnoreWriteReadZero","features":[562]},{"name":"WHvNotificationPortPropertyPreferredTargetDuration","features":[562]},{"name":"WHvNotificationPortPropertyPreferredTargetVp","features":[562]},{"name":"WHvNotificationPortTypeDoorbell","features":[562]},{"name":"WHvNotificationPortTypeEvent","features":[562]},{"name":"WHvPartitionCounterSetMemory","features":[562]},{"name":"WHvPartitionPropertyCodeAllowDeviceAssignment","features":[562]},{"name":"WHvPartitionPropertyCodeApicRemoteReadSupport","features":[562]},{"name":"WHvPartitionPropertyCodeCpuCap","features":[562]},{"name":"WHvPartitionPropertyCodeCpuGroupId","features":[562]},{"name":"WHvPartitionPropertyCodeCpuReserve","features":[562]},{"name":"WHvPartitionPropertyCodeCpuWeight","features":[562]},{"name":"WHvPartitionPropertyCodeCpuidExitList","features":[562]},{"name":"WHvPartitionPropertyCodeCpuidResultList","features":[562]},{"name":"WHvPartitionPropertyCodeCpuidResultList2","features":[562]},{"name":"WHvPartitionPropertyCodeDisableSmt","features":[562]},{"name":"WHvPartitionPropertyCodeExceptionExitBitmap","features":[562]},{"name":"WHvPartitionPropertyCodeExtendedVmExits","features":[562]},{"name":"WHvPartitionPropertyCodeInterruptClockFrequency","features":[562]},{"name":"WHvPartitionPropertyCodeLocalApicEmulationMode","features":[562]},{"name":"WHvPartitionPropertyCodeMsrActionList","features":[562]},{"name":"WHvPartitionPropertyCodeNestedVirtualization","features":[562]},{"name":"WHvPartitionPropertyCodePrimaryNumaNode","features":[562]},{"name":"WHvPartitionPropertyCodeProcessorClFlushSize","features":[562]},{"name":"WHvPartitionPropertyCodeProcessorClockFrequency","features":[562]},{"name":"WHvPartitionPropertyCodeProcessorCount","features":[562]},{"name":"WHvPartitionPropertyCodeProcessorFeatures","features":[562]},{"name":"WHvPartitionPropertyCodeProcessorFeaturesBanks","features":[562]},{"name":"WHvPartitionPropertyCodeProcessorFrequencyCap","features":[562]},{"name":"WHvPartitionPropertyCodeProcessorPerfmonFeatures","features":[562]},{"name":"WHvPartitionPropertyCodeProcessorXsaveFeatures","features":[562]},{"name":"WHvPartitionPropertyCodeReferenceTime","features":[562]},{"name":"WHvPartitionPropertyCodeSeparateSecurityDomain","features":[562]},{"name":"WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks","features":[562]},{"name":"WHvPartitionPropertyCodeUnimplementedMsrAction","features":[562]},{"name":"WHvPartitionPropertyCodeX64MsrExitBitmap","features":[562]},{"name":"WHvPostVirtualProcessorSynicMessage","features":[562]},{"name":"WHvProcessorCounterSetApic","features":[562]},{"name":"WHvProcessorCounterSetEvents","features":[562]},{"name":"WHvProcessorCounterSetIntercepts","features":[562]},{"name":"WHvProcessorCounterSetRuntime","features":[562]},{"name":"WHvProcessorCounterSetSyntheticFeatures","features":[562]},{"name":"WHvProcessorVendorAmd","features":[562]},{"name":"WHvProcessorVendorHygon","features":[562]},{"name":"WHvProcessorVendorIntel","features":[562]},{"name":"WHvQueryGpaRangeDirtyBitmap","features":[562]},{"name":"WHvReadGpaRange","features":[562]},{"name":"WHvReadVpciDeviceRegister","features":[562]},{"name":"WHvRegisterEom","features":[562]},{"name":"WHvRegisterGuestOsId","features":[562]},{"name":"WHvRegisterInternalActivityState","features":[562]},{"name":"WHvRegisterInterruptState","features":[562]},{"name":"WHvRegisterPartitionDoorbellEvent","features":[307,562]},{"name":"WHvRegisterPendingEvent","features":[562]},{"name":"WHvRegisterPendingInterruption","features":[562]},{"name":"WHvRegisterReferenceTsc","features":[562]},{"name":"WHvRegisterReferenceTscSequence","features":[562]},{"name":"WHvRegisterScontrol","features":[562]},{"name":"WHvRegisterSiefp","features":[562]},{"name":"WHvRegisterSimp","features":[562]},{"name":"WHvRegisterSint0","features":[562]},{"name":"WHvRegisterSint1","features":[562]},{"name":"WHvRegisterSint10","features":[562]},{"name":"WHvRegisterSint11","features":[562]},{"name":"WHvRegisterSint12","features":[562]},{"name":"WHvRegisterSint13","features":[562]},{"name":"WHvRegisterSint14","features":[562]},{"name":"WHvRegisterSint15","features":[562]},{"name":"WHvRegisterSint2","features":[562]},{"name":"WHvRegisterSint3","features":[562]},{"name":"WHvRegisterSint4","features":[562]},{"name":"WHvRegisterSint5","features":[562]},{"name":"WHvRegisterSint6","features":[562]},{"name":"WHvRegisterSint7","features":[562]},{"name":"WHvRegisterSint8","features":[562]},{"name":"WHvRegisterSint9","features":[562]},{"name":"WHvRegisterSversion","features":[562]},{"name":"WHvRegisterVpAssistPage","features":[562]},{"name":"WHvRegisterVpRuntime","features":[562]},{"name":"WHvRequestInterrupt","features":[562]},{"name":"WHvRequestVpciDeviceInterrupt","features":[562]},{"name":"WHvResetPartition","features":[562]},{"name":"WHvResumePartitionTime","features":[562]},{"name":"WHvRetargetVpciDeviceInterrupt","features":[562]},{"name":"WHvRunVirtualProcessor","features":[562]},{"name":"WHvRunVpCancelReasonUser","features":[562]},{"name":"WHvRunVpExitReasonCanceled","features":[562]},{"name":"WHvRunVpExitReasonException","features":[562]},{"name":"WHvRunVpExitReasonHypercall","features":[562]},{"name":"WHvRunVpExitReasonInvalidVpRegisterValue","features":[562]},{"name":"WHvRunVpExitReasonMemoryAccess","features":[562]},{"name":"WHvRunVpExitReasonNone","features":[562]},{"name":"WHvRunVpExitReasonSynicSintDeliverable","features":[562]},{"name":"WHvRunVpExitReasonUnrecoverableException","features":[562]},{"name":"WHvRunVpExitReasonUnsupportedFeature","features":[562]},{"name":"WHvRunVpExitReasonX64ApicEoi","features":[562]},{"name":"WHvRunVpExitReasonX64ApicInitSipiTrap","features":[562]},{"name":"WHvRunVpExitReasonX64ApicSmiTrap","features":[562]},{"name":"WHvRunVpExitReasonX64ApicWriteTrap","features":[562]},{"name":"WHvRunVpExitReasonX64Cpuid","features":[562]},{"name":"WHvRunVpExitReasonX64Halt","features":[562]},{"name":"WHvRunVpExitReasonX64InterruptWindow","features":[562]},{"name":"WHvRunVpExitReasonX64IoPortAccess","features":[562]},{"name":"WHvRunVpExitReasonX64MsrAccess","features":[562]},{"name":"WHvRunVpExitReasonX64Rdtsc","features":[562]},{"name":"WHvSetNotificationPortProperty","features":[562]},{"name":"WHvSetPartitionProperty","features":[562]},{"name":"WHvSetVirtualProcessorInterruptControllerState","features":[562]},{"name":"WHvSetVirtualProcessorInterruptControllerState2","features":[562]},{"name":"WHvSetVirtualProcessorRegisters","features":[562]},{"name":"WHvSetVirtualProcessorState","features":[562]},{"name":"WHvSetVirtualProcessorXsaveState","features":[562]},{"name":"WHvSetVpciDevicePowerState","features":[562,314]},{"name":"WHvSetupPartition","features":[562]},{"name":"WHvSignalVirtualProcessorSynicEvent","features":[307,562]},{"name":"WHvStartPartitionMigration","features":[307,562]},{"name":"WHvSuspendPartitionTime","features":[562]},{"name":"WHvTranslateGva","features":[562]},{"name":"WHvTranslateGvaFlagEnforceSmap","features":[562]},{"name":"WHvTranslateGvaFlagNone","features":[562]},{"name":"WHvTranslateGvaFlagOverrideSmap","features":[562]},{"name":"WHvTranslateGvaFlagPrivilegeExempt","features":[562]},{"name":"WHvTranslateGvaFlagSetPageTableBits","features":[562]},{"name":"WHvTranslateGvaFlagValidateExecute","features":[562]},{"name":"WHvTranslateGvaFlagValidateRead","features":[562]},{"name":"WHvTranslateGvaFlagValidateWrite","features":[562]},{"name":"WHvTranslateGvaResultGpaIllegalOverlayAccess","features":[562]},{"name":"WHvTranslateGvaResultGpaNoReadAccess","features":[562]},{"name":"WHvTranslateGvaResultGpaNoWriteAccess","features":[562]},{"name":"WHvTranslateGvaResultGpaUnmapped","features":[562]},{"name":"WHvTranslateGvaResultIntercept","features":[562]},{"name":"WHvTranslateGvaResultInvalidPageTableFlags","features":[562]},{"name":"WHvTranslateGvaResultPageNotPresent","features":[562]},{"name":"WHvTranslateGvaResultPrivilegeViolation","features":[562]},{"name":"WHvTranslateGvaResultSuccess","features":[562]},{"name":"WHvTriggerTypeDeviceInterrupt","features":[562]},{"name":"WHvTriggerTypeInterrupt","features":[562]},{"name":"WHvTriggerTypeSynicEvent","features":[562]},{"name":"WHvUnmapGpaRange","features":[562]},{"name":"WHvUnmapVpciDeviceInterrupt","features":[562]},{"name":"WHvUnmapVpciDeviceMmioRanges","features":[562]},{"name":"WHvUnregisterPartitionDoorbellEvent","features":[562]},{"name":"WHvUnsupportedFeatureIntercept","features":[562]},{"name":"WHvUnsupportedFeatureTaskSwitchTss","features":[562]},{"name":"WHvUpdateTriggerParameters","features":[562]},{"name":"WHvVirtualProcessorPropertyCodeNumaNode","features":[562]},{"name":"WHvVirtualProcessorStateTypeInterruptControllerState2","features":[562]},{"name":"WHvVirtualProcessorStateTypeSynicEventFlagPage","features":[562]},{"name":"WHvVirtualProcessorStateTypeSynicMessagePage","features":[562]},{"name":"WHvVirtualProcessorStateTypeSynicTimerState","features":[562]},{"name":"WHvVirtualProcessorStateTypeXsaveState","features":[562]},{"name":"WHvVpciBar0","features":[562]},{"name":"WHvVpciBar1","features":[562]},{"name":"WHvVpciBar2","features":[562]},{"name":"WHvVpciBar3","features":[562]},{"name":"WHvVpciBar4","features":[562]},{"name":"WHvVpciBar5","features":[562]},{"name":"WHvVpciConfigSpace","features":[562]},{"name":"WHvVpciDeviceNotificationMmioRemapping","features":[562]},{"name":"WHvVpciDeviceNotificationSurpriseRemoval","features":[562]},{"name":"WHvVpciDeviceNotificationUndefined","features":[562]},{"name":"WHvVpciDevicePropertyCodeHardwareIDs","features":[562]},{"name":"WHvVpciDevicePropertyCodeProbedBARs","features":[562]},{"name":"WHvVpciDevicePropertyCodeUndefined","features":[562]},{"name":"WHvVpciInterruptTargetFlagMulticast","features":[562]},{"name":"WHvVpciInterruptTargetFlagNone","features":[562]},{"name":"WHvVpciMmioRangeFlagReadAccess","features":[562]},{"name":"WHvVpciMmioRangeFlagWriteAccess","features":[562]},{"name":"WHvWriteGpaRange","features":[562]},{"name":"WHvWriteVpciDeviceRegister","features":[562]},{"name":"WHvX64ApicWriteTypeDfr","features":[562]},{"name":"WHvX64ApicWriteTypeLdr","features":[562]},{"name":"WHvX64ApicWriteTypeLint0","features":[562]},{"name":"WHvX64ApicWriteTypeLint1","features":[562]},{"name":"WHvX64ApicWriteTypeSvr","features":[562]},{"name":"WHvX64CpuidResult2FlagSubleafSpecific","features":[562]},{"name":"WHvX64CpuidResult2FlagVpSpecific","features":[562]},{"name":"WHvX64ExceptionTypeAlignmentCheckFault","features":[562]},{"name":"WHvX64ExceptionTypeBoundRangeFault","features":[562]},{"name":"WHvX64ExceptionTypeBreakpointTrap","features":[562]},{"name":"WHvX64ExceptionTypeDebugTrapOrFault","features":[562]},{"name":"WHvX64ExceptionTypeDeviceNotAvailableFault","features":[562]},{"name":"WHvX64ExceptionTypeDivideErrorFault","features":[562]},{"name":"WHvX64ExceptionTypeDoubleFaultAbort","features":[562]},{"name":"WHvX64ExceptionTypeFloatingPointErrorFault","features":[562]},{"name":"WHvX64ExceptionTypeGeneralProtectionFault","features":[562]},{"name":"WHvX64ExceptionTypeInvalidOpcodeFault","features":[562]},{"name":"WHvX64ExceptionTypeInvalidTaskStateSegmentFault","features":[562]},{"name":"WHvX64ExceptionTypeMachineCheckAbort","features":[562]},{"name":"WHvX64ExceptionTypeOverflowTrap","features":[562]},{"name":"WHvX64ExceptionTypePageFault","features":[562]},{"name":"WHvX64ExceptionTypeSegmentNotPresentFault","features":[562]},{"name":"WHvX64ExceptionTypeSimdFloatingPointFault","features":[562]},{"name":"WHvX64ExceptionTypeStackFault","features":[562]},{"name":"WHvX64InterruptDestinationModeLogical","features":[562]},{"name":"WHvX64InterruptDestinationModePhysical","features":[562]},{"name":"WHvX64InterruptTriggerModeEdge","features":[562]},{"name":"WHvX64InterruptTriggerModeLevel","features":[562]},{"name":"WHvX64InterruptTypeFixed","features":[562]},{"name":"WHvX64InterruptTypeInit","features":[562]},{"name":"WHvX64InterruptTypeLocalInt1","features":[562]},{"name":"WHvX64InterruptTypeLowestPriority","features":[562]},{"name":"WHvX64InterruptTypeNmi","features":[562]},{"name":"WHvX64InterruptTypeSipi","features":[562]},{"name":"WHvX64LocalApicEmulationModeNone","features":[562]},{"name":"WHvX64LocalApicEmulationModeX2Apic","features":[562]},{"name":"WHvX64LocalApicEmulationModeXApic","features":[562]},{"name":"WHvX64PendingEventException","features":[562]},{"name":"WHvX64PendingEventExtInt","features":[562]},{"name":"WHvX64PendingException","features":[562]},{"name":"WHvX64PendingInterrupt","features":[562]},{"name":"WHvX64PendingNmi","features":[562]},{"name":"WHvX64RegisterACount","features":[562]},{"name":"WHvX64RegisterApicBase","features":[562]},{"name":"WHvX64RegisterApicCurrentCount","features":[562]},{"name":"WHvX64RegisterApicDivide","features":[562]},{"name":"WHvX64RegisterApicEoi","features":[562]},{"name":"WHvX64RegisterApicEse","features":[562]},{"name":"WHvX64RegisterApicIcr","features":[562]},{"name":"WHvX64RegisterApicId","features":[562]},{"name":"WHvX64RegisterApicInitCount","features":[562]},{"name":"WHvX64RegisterApicIrr0","features":[562]},{"name":"WHvX64RegisterApicIrr1","features":[562]},{"name":"WHvX64RegisterApicIrr2","features":[562]},{"name":"WHvX64RegisterApicIrr3","features":[562]},{"name":"WHvX64RegisterApicIrr4","features":[562]},{"name":"WHvX64RegisterApicIrr5","features":[562]},{"name":"WHvX64RegisterApicIrr6","features":[562]},{"name":"WHvX64RegisterApicIrr7","features":[562]},{"name":"WHvX64RegisterApicIsr0","features":[562]},{"name":"WHvX64RegisterApicIsr1","features":[562]},{"name":"WHvX64RegisterApicIsr2","features":[562]},{"name":"WHvX64RegisterApicIsr3","features":[562]},{"name":"WHvX64RegisterApicIsr4","features":[562]},{"name":"WHvX64RegisterApicIsr5","features":[562]},{"name":"WHvX64RegisterApicIsr6","features":[562]},{"name":"WHvX64RegisterApicIsr7","features":[562]},{"name":"WHvX64RegisterApicLdr","features":[562]},{"name":"WHvX64RegisterApicLvtError","features":[562]},{"name":"WHvX64RegisterApicLvtLint0","features":[562]},{"name":"WHvX64RegisterApicLvtLint1","features":[562]},{"name":"WHvX64RegisterApicLvtPerfmon","features":[562]},{"name":"WHvX64RegisterApicLvtThermal","features":[562]},{"name":"WHvX64RegisterApicLvtTimer","features":[562]},{"name":"WHvX64RegisterApicPpr","features":[562]},{"name":"WHvX64RegisterApicSelfIpi","features":[562]},{"name":"WHvX64RegisterApicSpurious","features":[562]},{"name":"WHvX64RegisterApicTmr0","features":[562]},{"name":"WHvX64RegisterApicTmr1","features":[562]},{"name":"WHvX64RegisterApicTmr2","features":[562]},{"name":"WHvX64RegisterApicTmr3","features":[562]},{"name":"WHvX64RegisterApicTmr4","features":[562]},{"name":"WHvX64RegisterApicTmr5","features":[562]},{"name":"WHvX64RegisterApicTmr6","features":[562]},{"name":"WHvX64RegisterApicTmr7","features":[562]},{"name":"WHvX64RegisterApicTpr","features":[562]},{"name":"WHvX64RegisterApicVersion","features":[562]},{"name":"WHvX64RegisterBndcfgs","features":[562]},{"name":"WHvX64RegisterCr0","features":[562]},{"name":"WHvX64RegisterCr2","features":[562]},{"name":"WHvX64RegisterCr3","features":[562]},{"name":"WHvX64RegisterCr4","features":[562]},{"name":"WHvX64RegisterCr8","features":[562]},{"name":"WHvX64RegisterCs","features":[562]},{"name":"WHvX64RegisterCstar","features":[562]},{"name":"WHvX64RegisterDeliverabilityNotifications","features":[562]},{"name":"WHvX64RegisterDr0","features":[562]},{"name":"WHvX64RegisterDr1","features":[562]},{"name":"WHvX64RegisterDr2","features":[562]},{"name":"WHvX64RegisterDr3","features":[562]},{"name":"WHvX64RegisterDr6","features":[562]},{"name":"WHvX64RegisterDr7","features":[562]},{"name":"WHvX64RegisterDs","features":[562]},{"name":"WHvX64RegisterEfer","features":[562]},{"name":"WHvX64RegisterEs","features":[562]},{"name":"WHvX64RegisterFpControlStatus","features":[562]},{"name":"WHvX64RegisterFpMmx0","features":[562]},{"name":"WHvX64RegisterFpMmx1","features":[562]},{"name":"WHvX64RegisterFpMmx2","features":[562]},{"name":"WHvX64RegisterFpMmx3","features":[562]},{"name":"WHvX64RegisterFpMmx4","features":[562]},{"name":"WHvX64RegisterFpMmx5","features":[562]},{"name":"WHvX64RegisterFpMmx6","features":[562]},{"name":"WHvX64RegisterFpMmx7","features":[562]},{"name":"WHvX64RegisterFs","features":[562]},{"name":"WHvX64RegisterGdtr","features":[562]},{"name":"WHvX64RegisterGs","features":[562]},{"name":"WHvX64RegisterHypercall","features":[562]},{"name":"WHvX64RegisterIdtr","features":[562]},{"name":"WHvX64RegisterInitialApicId","features":[562]},{"name":"WHvX64RegisterInterruptSspTableAddr","features":[562]},{"name":"WHvX64RegisterKernelGsBase","features":[562]},{"name":"WHvX64RegisterLdtr","features":[562]},{"name":"WHvX64RegisterLstar","features":[562]},{"name":"WHvX64RegisterMCount","features":[562]},{"name":"WHvX64RegisterMsrMtrrCap","features":[562]},{"name":"WHvX64RegisterMsrMtrrDefType","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix16k80000","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix16kA0000","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix4kC0000","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix4kC8000","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix4kD0000","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix4kD8000","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix4kE0000","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix4kE8000","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix4kF0000","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix4kF8000","features":[562]},{"name":"WHvX64RegisterMsrMtrrFix64k00000","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBase0","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBase1","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBase2","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBase3","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBase4","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBase5","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBase6","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBase7","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBase8","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBase9","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBaseA","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBaseB","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBaseC","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBaseD","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBaseE","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysBaseF","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMask0","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMask1","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMask2","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMask3","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMask4","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMask5","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMask6","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMask7","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMask8","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMask9","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMaskA","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMaskB","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMaskC","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMaskD","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMaskE","features":[562]},{"name":"WHvX64RegisterMsrMtrrPhysMaskF","features":[562]},{"name":"WHvX64RegisterPat","features":[562]},{"name":"WHvX64RegisterPendingDebugException","features":[562]},{"name":"WHvX64RegisterPl0Ssp","features":[562]},{"name":"WHvX64RegisterPl1Ssp","features":[562]},{"name":"WHvX64RegisterPl2Ssp","features":[562]},{"name":"WHvX64RegisterPl3Ssp","features":[562]},{"name":"WHvX64RegisterPredCmd","features":[562]},{"name":"WHvX64RegisterR10","features":[562]},{"name":"WHvX64RegisterR11","features":[562]},{"name":"WHvX64RegisterR12","features":[562]},{"name":"WHvX64RegisterR13","features":[562]},{"name":"WHvX64RegisterR14","features":[562]},{"name":"WHvX64RegisterR15","features":[562]},{"name":"WHvX64RegisterR8","features":[562]},{"name":"WHvX64RegisterR9","features":[562]},{"name":"WHvX64RegisterRax","features":[562]},{"name":"WHvX64RegisterRbp","features":[562]},{"name":"WHvX64RegisterRbx","features":[562]},{"name":"WHvX64RegisterRcx","features":[562]},{"name":"WHvX64RegisterRdi","features":[562]},{"name":"WHvX64RegisterRdx","features":[562]},{"name":"WHvX64RegisterRflags","features":[562]},{"name":"WHvX64RegisterRip","features":[562]},{"name":"WHvX64RegisterRsi","features":[562]},{"name":"WHvX64RegisterRsp","features":[562]},{"name":"WHvX64RegisterSCet","features":[562]},{"name":"WHvX64RegisterSfmask","features":[562]},{"name":"WHvX64RegisterSpecCtrl","features":[562]},{"name":"WHvX64RegisterSs","features":[562]},{"name":"WHvX64RegisterSsp","features":[562]},{"name":"WHvX64RegisterStar","features":[562]},{"name":"WHvX64RegisterSysenterCs","features":[562]},{"name":"WHvX64RegisterSysenterEip","features":[562]},{"name":"WHvX64RegisterSysenterEsp","features":[562]},{"name":"WHvX64RegisterTr","features":[562]},{"name":"WHvX64RegisterTsc","features":[562]},{"name":"WHvX64RegisterTscAdjust","features":[562]},{"name":"WHvX64RegisterTscAux","features":[562]},{"name":"WHvX64RegisterTscDeadline","features":[562]},{"name":"WHvX64RegisterTscVirtualOffset","features":[562]},{"name":"WHvX64RegisterTsxCtrl","features":[562]},{"name":"WHvX64RegisterUCet","features":[562]},{"name":"WHvX64RegisterUmwaitControl","features":[562]},{"name":"WHvX64RegisterVirtualCr0","features":[562]},{"name":"WHvX64RegisterVirtualCr3","features":[562]},{"name":"WHvX64RegisterVirtualCr4","features":[562]},{"name":"WHvX64RegisterVirtualCr8","features":[562]},{"name":"WHvX64RegisterXCr0","features":[562]},{"name":"WHvX64RegisterXfd","features":[562]},{"name":"WHvX64RegisterXfdErr","features":[562]},{"name":"WHvX64RegisterXmm0","features":[562]},{"name":"WHvX64RegisterXmm1","features":[562]},{"name":"WHvX64RegisterXmm10","features":[562]},{"name":"WHvX64RegisterXmm11","features":[562]},{"name":"WHvX64RegisterXmm12","features":[562]},{"name":"WHvX64RegisterXmm13","features":[562]},{"name":"WHvX64RegisterXmm14","features":[562]},{"name":"WHvX64RegisterXmm15","features":[562]},{"name":"WHvX64RegisterXmm2","features":[562]},{"name":"WHvX64RegisterXmm3","features":[562]},{"name":"WHvX64RegisterXmm4","features":[562]},{"name":"WHvX64RegisterXmm5","features":[562]},{"name":"WHvX64RegisterXmm6","features":[562]},{"name":"WHvX64RegisterXmm7","features":[562]},{"name":"WHvX64RegisterXmm8","features":[562]},{"name":"WHvX64RegisterXmm9","features":[562]},{"name":"WHvX64RegisterXmmControlStatus","features":[562]},{"name":"WHvX64RegisterXss","features":[562]},{"name":"X64_RegisterCr0","features":[562]},{"name":"X64_RegisterCr2","features":[562]},{"name":"X64_RegisterCr3","features":[562]},{"name":"X64_RegisterCr4","features":[562]},{"name":"X64_RegisterCr8","features":[562]},{"name":"X64_RegisterCs","features":[562]},{"name":"X64_RegisterDr0","features":[562]},{"name":"X64_RegisterDr1","features":[562]},{"name":"X64_RegisterDr2","features":[562]},{"name":"X64_RegisterDr3","features":[562]},{"name":"X64_RegisterDr6","features":[562]},{"name":"X64_RegisterDr7","features":[562]},{"name":"X64_RegisterDs","features":[562]},{"name":"X64_RegisterEfer","features":[562]},{"name":"X64_RegisterEs","features":[562]},{"name":"X64_RegisterFpControlStatus","features":[562]},{"name":"X64_RegisterFpMmx0","features":[562]},{"name":"X64_RegisterFpMmx1","features":[562]},{"name":"X64_RegisterFpMmx2","features":[562]},{"name":"X64_RegisterFpMmx3","features":[562]},{"name":"X64_RegisterFpMmx4","features":[562]},{"name":"X64_RegisterFpMmx5","features":[562]},{"name":"X64_RegisterFpMmx6","features":[562]},{"name":"X64_RegisterFpMmx7","features":[562]},{"name":"X64_RegisterFs","features":[562]},{"name":"X64_RegisterGdtr","features":[562]},{"name":"X64_RegisterGs","features":[562]},{"name":"X64_RegisterIdtr","features":[562]},{"name":"X64_RegisterLdtr","features":[562]},{"name":"X64_RegisterMax","features":[562]},{"name":"X64_RegisterR10","features":[562]},{"name":"X64_RegisterR11","features":[562]},{"name":"X64_RegisterR12","features":[562]},{"name":"X64_RegisterR13","features":[562]},{"name":"X64_RegisterR14","features":[562]},{"name":"X64_RegisterR15","features":[562]},{"name":"X64_RegisterR8","features":[562]},{"name":"X64_RegisterR9","features":[562]},{"name":"X64_RegisterRFlags","features":[562]},{"name":"X64_RegisterRax","features":[562]},{"name":"X64_RegisterRbp","features":[562]},{"name":"X64_RegisterRbx","features":[562]},{"name":"X64_RegisterRcx","features":[562]},{"name":"X64_RegisterRdi","features":[562]},{"name":"X64_RegisterRdx","features":[562]},{"name":"X64_RegisterRip","features":[562]},{"name":"X64_RegisterRsi","features":[562]},{"name":"X64_RegisterRsp","features":[562]},{"name":"X64_RegisterSs","features":[562]},{"name":"X64_RegisterTr","features":[562]},{"name":"X64_RegisterXmm0","features":[562]},{"name":"X64_RegisterXmm1","features":[562]},{"name":"X64_RegisterXmm10","features":[562]},{"name":"X64_RegisterXmm11","features":[562]},{"name":"X64_RegisterXmm12","features":[562]},{"name":"X64_RegisterXmm13","features":[562]},{"name":"X64_RegisterXmm14","features":[562]},{"name":"X64_RegisterXmm15","features":[562]},{"name":"X64_RegisterXmm2","features":[562]},{"name":"X64_RegisterXmm3","features":[562]},{"name":"X64_RegisterXmm4","features":[562]},{"name":"X64_RegisterXmm5","features":[562]},{"name":"X64_RegisterXmm6","features":[562]},{"name":"X64_RegisterXmm7","features":[562]},{"name":"X64_RegisterXmm8","features":[562]},{"name":"X64_RegisterXmm9","features":[562]},{"name":"X64_RegisterXmmControlStatus","features":[562]}],"574":[{"name":"BindIoCompletionCallback","features":[307,312]},{"name":"CancelIo","features":[307,312]},{"name":"CancelIoEx","features":[307,312]},{"name":"CancelSynchronousIo","features":[307,312]},{"name":"CreateIoCompletionPort","features":[307,312]},{"name":"DeviceIoControl","features":[307,312]},{"name":"GetOverlappedResult","features":[307,312]},{"name":"GetOverlappedResultEx","features":[307,312]},{"name":"GetQueuedCompletionStatus","features":[307,312]},{"name":"GetQueuedCompletionStatusEx","features":[307,312]},{"name":"IO_STATUS_BLOCK","features":[307,312]},{"name":"LPOVERLAPPED_COMPLETION_ROUTINE","features":[307,312]},{"name":"OVERLAPPED","features":[307,312]},{"name":"OVERLAPPED_ENTRY","features":[307,312]},{"name":"PIO_APC_ROUTINE","features":[307,312]},{"name":"PostQueuedCompletionStatus","features":[307,312]}],"575":[{"name":"ADMINDATA_MAX_NAME_LEN","features":[563]},{"name":"ALL_METADATA","features":[563]},{"name":"APPCTR_MD_ID_BEGIN_RESERVED","features":[563]},{"name":"APPCTR_MD_ID_END_RESERVED","features":[563]},{"name":"APPSTATUS_NOTDEFINED","features":[563]},{"name":"APPSTATUS_RUNNING","features":[563]},{"name":"APPSTATUS_STOPPED","features":[563]},{"name":"ASP_MD_ID_BEGIN_RESERVED","features":[563]},{"name":"ASP_MD_ID_END_RESERVED","features":[563]},{"name":"ASP_MD_SERVER_BASE","features":[563]},{"name":"ASP_MD_UT_APP","features":[563]},{"name":"AsyncIFtpAuthenticationProvider","features":[563]},{"name":"AsyncIFtpAuthorizationProvider","features":[563]},{"name":"AsyncIFtpHomeDirectoryProvider","features":[563]},{"name":"AsyncIFtpLogProvider","features":[563]},{"name":"AsyncIFtpPostprocessProvider","features":[563]},{"name":"AsyncIFtpPreprocessProvider","features":[563]},{"name":"AsyncIFtpRoleProvider","features":[563]},{"name":"AsyncIMSAdminBaseSinkW","features":[563]},{"name":"BINARY_METADATA","features":[563]},{"name":"CERT_CONTEXT_EX","features":[307,393,563]},{"name":"CLSID_IImgCtx","features":[563]},{"name":"CLSID_IisServiceControl","features":[563]},{"name":"CLSID_MSAdminBase_W","features":[563]},{"name":"CLSID_Request","features":[563]},{"name":"CLSID_Response","features":[563]},{"name":"CLSID_ScriptingContext","features":[563]},{"name":"CLSID_Server","features":[563]},{"name":"CLSID_Session","features":[563]},{"name":"CLSID_WamAdmin","features":[563]},{"name":"CONFIGURATION_ENTRY","features":[563]},{"name":"DISPID_HTTPREQUEST_ABORT","features":[563]},{"name":"DISPID_HTTPREQUEST_BASE","features":[563]},{"name":"DISPID_HTTPREQUEST_GETALLRESPONSEHEADERS","features":[563]},{"name":"DISPID_HTTPREQUEST_GETRESPONSEHEADER","features":[563]},{"name":"DISPID_HTTPREQUEST_OPEN","features":[563]},{"name":"DISPID_HTTPREQUEST_OPTION","features":[563]},{"name":"DISPID_HTTPREQUEST_RESPONSEBODY","features":[563]},{"name":"DISPID_HTTPREQUEST_RESPONSESTREAM","features":[563]},{"name":"DISPID_HTTPREQUEST_RESPONSETEXT","features":[563]},{"name":"DISPID_HTTPREQUEST_SEND","features":[563]},{"name":"DISPID_HTTPREQUEST_SETAUTOLOGONPOLICY","features":[563]},{"name":"DISPID_HTTPREQUEST_SETCLIENTCERTIFICATE","features":[563]},{"name":"DISPID_HTTPREQUEST_SETCREDENTIALS","features":[563]},{"name":"DISPID_HTTPREQUEST_SETPROXY","features":[563]},{"name":"DISPID_HTTPREQUEST_SETREQUESTHEADER","features":[563]},{"name":"DISPID_HTTPREQUEST_SETTIMEOUTS","features":[563]},{"name":"DISPID_HTTPREQUEST_STATUS","features":[563]},{"name":"DISPID_HTTPREQUEST_STATUSTEXT","features":[563]},{"name":"DISPID_HTTPREQUEST_WAITFORRESPONSE","features":[563]},{"name":"DWN_COLORMODE","features":[563]},{"name":"DWN_DOWNLOADONLY","features":[563]},{"name":"DWN_FORCEDITHER","features":[563]},{"name":"DWN_MIRRORIMAGE","features":[563]},{"name":"DWN_RAWIMAGE","features":[563]},{"name":"DWORD_METADATA","features":[563]},{"name":"EXPANDSZ_METADATA","features":[563]},{"name":"EXTENSION_CONTROL_BLOCK","features":[307,563]},{"name":"FP_MD_ID_BEGIN_RESERVED","features":[563]},{"name":"FP_MD_ID_END_RESERVED","features":[563]},{"name":"FTP_ACCESS","features":[563]},{"name":"FTP_ACCESS_NONE","features":[563]},{"name":"FTP_ACCESS_READ","features":[563]},{"name":"FTP_ACCESS_READ_WRITE","features":[563]},{"name":"FTP_ACCESS_WRITE","features":[563]},{"name":"FTP_PROCESS_CLOSE_SESSION","features":[563]},{"name":"FTP_PROCESS_CONTINUE","features":[563]},{"name":"FTP_PROCESS_REJECT_COMMAND","features":[563]},{"name":"FTP_PROCESS_STATUS","features":[563]},{"name":"FTP_PROCESS_TERMINATE_SESSION","features":[563]},{"name":"FtpProvider","features":[563]},{"name":"GUID_IIS_ALL_TRACE_PROVIDERS","features":[563]},{"name":"GUID_IIS_ASPNET_TRACE_PROVIDER","features":[563]},{"name":"GUID_IIS_ASP_TRACE_TRACE_PROVIDER","features":[563]},{"name":"GUID_IIS_ISAPI_TRACE_PROVIDER","features":[563]},{"name":"GUID_IIS_WWW_GLOBAL_TRACE_PROVIDER","features":[563]},{"name":"GUID_IIS_WWW_SERVER_TRACE_PROVIDER","features":[563]},{"name":"GUID_IIS_WWW_SERVER_V2_TRACE_PROVIDER","features":[563]},{"name":"GetExtensionVersion","features":[307,563]},{"name":"GetFilterVersion","features":[307,563]},{"name":"HCONN","features":[563]},{"name":"HSE_APPEND_LOG_PARAMETER","features":[563]},{"name":"HSE_APP_FLAG_IN_PROCESS","features":[563]},{"name":"HSE_APP_FLAG_ISOLATED_OOP","features":[563]},{"name":"HSE_APP_FLAG_POOLED_OOP","features":[563]},{"name":"HSE_CUSTOM_ERROR_INFO","features":[307,563]},{"name":"HSE_EXEC_UNICODE_URL_INFO","features":[307,563]},{"name":"HSE_EXEC_UNICODE_URL_USER_INFO","features":[307,563]},{"name":"HSE_EXEC_URL_DISABLE_CUSTOM_ERROR","features":[563]},{"name":"HSE_EXEC_URL_ENTITY_INFO","features":[563]},{"name":"HSE_EXEC_URL_HTTP_CACHE_ELIGIBLE","features":[563]},{"name":"HSE_EXEC_URL_IGNORE_CURRENT_INTERCEPTOR","features":[563]},{"name":"HSE_EXEC_URL_IGNORE_VALIDATION_AND_RANGE","features":[563]},{"name":"HSE_EXEC_URL_INFO","features":[307,563]},{"name":"HSE_EXEC_URL_NO_HEADERS","features":[563]},{"name":"HSE_EXEC_URL_SSI_CMD","features":[563]},{"name":"HSE_EXEC_URL_STATUS","features":[563]},{"name":"HSE_EXEC_URL_USER_INFO","features":[307,563]},{"name":"HSE_IO_ASYNC","features":[563]},{"name":"HSE_IO_CACHE_RESPONSE","features":[563]},{"name":"HSE_IO_DISCONNECT_AFTER_SEND","features":[563]},{"name":"HSE_IO_FINAL_SEND","features":[563]},{"name":"HSE_IO_NODELAY","features":[563]},{"name":"HSE_IO_SEND_HEADERS","features":[563]},{"name":"HSE_IO_SYNC","features":[563]},{"name":"HSE_IO_TRY_SKIP_CUSTOM_ERRORS","features":[563]},{"name":"HSE_LOG_BUFFER_LEN","features":[563]},{"name":"HSE_MAX_EXT_DLL_NAME_LEN","features":[563]},{"name":"HSE_REQ_ABORTIVE_CLOSE","features":[563]},{"name":"HSE_REQ_ASYNC_READ_CLIENT","features":[563]},{"name":"HSE_REQ_BASE","features":[563]},{"name":"HSE_REQ_CANCEL_IO","features":[563]},{"name":"HSE_REQ_CLOSE_CONNECTION","features":[563]},{"name":"HSE_REQ_DONE_WITH_SESSION","features":[563]},{"name":"HSE_REQ_END_RESERVED","features":[563]},{"name":"HSE_REQ_EXEC_UNICODE_URL","features":[563]},{"name":"HSE_REQ_EXEC_URL","features":[563]},{"name":"HSE_REQ_GET_ANONYMOUS_TOKEN","features":[563]},{"name":"HSE_REQ_GET_CACHE_INVALIDATION_CALLBACK","features":[563]},{"name":"HSE_REQ_GET_CERT_INFO_EX","features":[563]},{"name":"HSE_REQ_GET_CHANNEL_BINDING_TOKEN","features":[563]},{"name":"HSE_REQ_GET_CONFIG_OBJECT","features":[563]},{"name":"HSE_REQ_GET_EXEC_URL_STATUS","features":[563]},{"name":"HSE_REQ_GET_IMPERSONATION_TOKEN","features":[563]},{"name":"HSE_REQ_GET_PROTOCOL_MANAGER_CUSTOM_INTERFACE_CALLBACK","features":[563]},{"name":"HSE_REQ_GET_SSPI_INFO","features":[563]},{"name":"HSE_REQ_GET_TRACE_INFO","features":[563]},{"name":"HSE_REQ_GET_TRACE_INFO_EX","features":[563]},{"name":"HSE_REQ_GET_UNICODE_ANONYMOUS_TOKEN","features":[563]},{"name":"HSE_REQ_GET_WORKER_PROCESS_SETTINGS","features":[563]},{"name":"HSE_REQ_IO_COMPLETION","features":[563]},{"name":"HSE_REQ_IS_CONNECTED","features":[563]},{"name":"HSE_REQ_IS_IN_PROCESS","features":[563]},{"name":"HSE_REQ_IS_KEEP_CONN","features":[563]},{"name":"HSE_REQ_MAP_UNICODE_URL_TO_PATH","features":[563]},{"name":"HSE_REQ_MAP_UNICODE_URL_TO_PATH_EX","features":[563]},{"name":"HSE_REQ_MAP_URL_TO_PATH","features":[563]},{"name":"HSE_REQ_MAP_URL_TO_PATH_EX","features":[563]},{"name":"HSE_REQ_NORMALIZE_URL","features":[563]},{"name":"HSE_REQ_RAISE_TRACE_EVENT","features":[563]},{"name":"HSE_REQ_REFRESH_ISAPI_ACL","features":[563]},{"name":"HSE_REQ_REPORT_UNHEALTHY","features":[563]},{"name":"HSE_REQ_SEND_CUSTOM_ERROR","features":[563]},{"name":"HSE_REQ_SEND_RESPONSE_HEADER","features":[563]},{"name":"HSE_REQ_SEND_RESPONSE_HEADER_EX","features":[563]},{"name":"HSE_REQ_SEND_URL","features":[563]},{"name":"HSE_REQ_SEND_URL_REDIRECT_RESP","features":[563]},{"name":"HSE_REQ_SET_FLUSH_FLAG","features":[563]},{"name":"HSE_REQ_TRANSMIT_FILE","features":[563]},{"name":"HSE_REQ_VECTOR_SEND","features":[563]},{"name":"HSE_RESPONSE_VECTOR","features":[563]},{"name":"HSE_SEND_HEADER_EX_INFO","features":[307,563]},{"name":"HSE_STATUS_ERROR","features":[563]},{"name":"HSE_STATUS_PENDING","features":[563]},{"name":"HSE_STATUS_SUCCESS","features":[563]},{"name":"HSE_STATUS_SUCCESS_AND_KEEP_CONN","features":[563]},{"name":"HSE_TERM_ADVISORY_UNLOAD","features":[563]},{"name":"HSE_TERM_MUST_UNLOAD","features":[563]},{"name":"HSE_TF_INFO","features":[307,563]},{"name":"HSE_TRACE_INFO","features":[307,563]},{"name":"HSE_UNICODE_URL_MAPEX_INFO","features":[563]},{"name":"HSE_URL_FLAGS_DONT_CACHE","features":[563]},{"name":"HSE_URL_FLAGS_EXECUTE","features":[563]},{"name":"HSE_URL_FLAGS_MAP_CERT","features":[563]},{"name":"HSE_URL_FLAGS_MASK","features":[563]},{"name":"HSE_URL_FLAGS_NEGO_CERT","features":[563]},{"name":"HSE_URL_FLAGS_READ","features":[563]},{"name":"HSE_URL_FLAGS_REQUIRE_CERT","features":[563]},{"name":"HSE_URL_FLAGS_SCRIPT","features":[563]},{"name":"HSE_URL_FLAGS_SSL","features":[563]},{"name":"HSE_URL_FLAGS_SSL128","features":[563]},{"name":"HSE_URL_FLAGS_WRITE","features":[563]},{"name":"HSE_URL_MAPEX_INFO","features":[563]},{"name":"HSE_VECTOR_ELEMENT","features":[563]},{"name":"HSE_VECTOR_ELEMENT_TYPE_FILE_HANDLE","features":[563]},{"name":"HSE_VECTOR_ELEMENT_TYPE_MEMORY_BUFFER","features":[563]},{"name":"HSE_VERSION_INFO","features":[563]},{"name":"HSE_VERSION_MAJOR","features":[563]},{"name":"HSE_VERSION_MINOR","features":[563]},{"name":"HTTP_FILTER_ACCESS_DENIED","features":[563]},{"name":"HTTP_FILTER_AUTHENT","features":[563]},{"name":"HTTP_FILTER_AUTH_COMPLETE_INFO","features":[307,563]},{"name":"HTTP_FILTER_CONTEXT","features":[307,563]},{"name":"HTTP_FILTER_LOG","features":[563]},{"name":"HTTP_FILTER_PREPROC_HEADERS","features":[563]},{"name":"HTTP_FILTER_RAW_DATA","features":[563]},{"name":"HTTP_FILTER_URL_MAP","features":[563]},{"name":"HTTP_FILTER_URL_MAP_EX","features":[563]},{"name":"HTTP_FILTER_VERSION","features":[563]},{"name":"HTTP_TRACE_CONFIGURATION","features":[307,563]},{"name":"HTTP_TRACE_EVENT","features":[563]},{"name":"HTTP_TRACE_EVENT_FLAG_STATIC_DESCRIPTIVE_FIELDS","features":[563]},{"name":"HTTP_TRACE_EVENT_ITEM","features":[563]},{"name":"HTTP_TRACE_LEVEL_END","features":[563]},{"name":"HTTP_TRACE_LEVEL_START","features":[563]},{"name":"HTTP_TRACE_TYPE","features":[563]},{"name":"HTTP_TRACE_TYPE_BOOL","features":[563]},{"name":"HTTP_TRACE_TYPE_BYTE","features":[563]},{"name":"HTTP_TRACE_TYPE_CHAR","features":[563]},{"name":"HTTP_TRACE_TYPE_LONG","features":[563]},{"name":"HTTP_TRACE_TYPE_LONGLONG","features":[563]},{"name":"HTTP_TRACE_TYPE_LPCGUID","features":[563]},{"name":"HTTP_TRACE_TYPE_LPCSTR","features":[563]},{"name":"HTTP_TRACE_TYPE_LPCWSTR","features":[563]},{"name":"HTTP_TRACE_TYPE_SHORT","features":[563]},{"name":"HTTP_TRACE_TYPE_ULONG","features":[563]},{"name":"HTTP_TRACE_TYPE_ULONGLONG","features":[563]},{"name":"HTTP_TRACE_TYPE_USHORT","features":[563]},{"name":"HttpExtensionProc","features":[307,563]},{"name":"HttpFilterProc","features":[307,563]},{"name":"IADMEXT","features":[563]},{"name":"IFtpAuthenticationProvider","features":[563]},{"name":"IFtpAuthorizationProvider","features":[563]},{"name":"IFtpHomeDirectoryProvider","features":[563]},{"name":"IFtpLogProvider","features":[563]},{"name":"IFtpPostprocessProvider","features":[563]},{"name":"IFtpPreprocessProvider","features":[563]},{"name":"IFtpProviderConstruct","features":[563]},{"name":"IFtpRoleProvider","features":[563]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEY","features":[563]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEYA","features":[563]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEYW","features":[563]},{"name":"IISADMIN_EXTENSIONS_REG_KEY","features":[563]},{"name":"IISADMIN_EXTENSIONS_REG_KEYA","features":[563]},{"name":"IISADMIN_EXTENSIONS_REG_KEYW","features":[563]},{"name":"IIS_CLASS_CERTMAPPER","features":[563]},{"name":"IIS_CLASS_CERTMAPPER_W","features":[563]},{"name":"IIS_CLASS_COMPRESS_SCHEME","features":[563]},{"name":"IIS_CLASS_COMPRESS_SCHEMES","features":[563]},{"name":"IIS_CLASS_COMPRESS_SCHEMES_W","features":[563]},{"name":"IIS_CLASS_COMPRESS_SCHEME_W","features":[563]},{"name":"IIS_CLASS_COMPUTER","features":[563]},{"name":"IIS_CLASS_COMPUTER_W","features":[563]},{"name":"IIS_CLASS_FILTER","features":[563]},{"name":"IIS_CLASS_FILTERS","features":[563]},{"name":"IIS_CLASS_FILTERS_W","features":[563]},{"name":"IIS_CLASS_FILTER_W","features":[563]},{"name":"IIS_CLASS_FTP_INFO","features":[563]},{"name":"IIS_CLASS_FTP_INFO_W","features":[563]},{"name":"IIS_CLASS_FTP_SERVER","features":[563]},{"name":"IIS_CLASS_FTP_SERVER_W","features":[563]},{"name":"IIS_CLASS_FTP_SERVICE","features":[563]},{"name":"IIS_CLASS_FTP_SERVICE_W","features":[563]},{"name":"IIS_CLASS_FTP_VDIR","features":[563]},{"name":"IIS_CLASS_FTP_VDIR_W","features":[563]},{"name":"IIS_CLASS_LOG_MODULE","features":[563]},{"name":"IIS_CLASS_LOG_MODULES","features":[563]},{"name":"IIS_CLASS_LOG_MODULES_W","features":[563]},{"name":"IIS_CLASS_LOG_MODULE_W","features":[563]},{"name":"IIS_CLASS_MIMEMAP","features":[563]},{"name":"IIS_CLASS_MIMEMAP_W","features":[563]},{"name":"IIS_CLASS_WEB_DIR","features":[563]},{"name":"IIS_CLASS_WEB_DIR_W","features":[563]},{"name":"IIS_CLASS_WEB_FILE","features":[563]},{"name":"IIS_CLASS_WEB_FILE_W","features":[563]},{"name":"IIS_CLASS_WEB_INFO","features":[563]},{"name":"IIS_CLASS_WEB_INFO_W","features":[563]},{"name":"IIS_CLASS_WEB_SERVER","features":[563]},{"name":"IIS_CLASS_WEB_SERVER_W","features":[563]},{"name":"IIS_CLASS_WEB_SERVICE","features":[563]},{"name":"IIS_CLASS_WEB_SERVICE_W","features":[563]},{"name":"IIS_CLASS_WEB_VDIR","features":[563]},{"name":"IIS_CLASS_WEB_VDIR_W","features":[563]},{"name":"IIS_MD_ADSI_METAID_BEGIN","features":[563]},{"name":"IIS_MD_ADSI_SCHEMA_PATH_A","features":[563]},{"name":"IIS_MD_ADSI_SCHEMA_PATH_W","features":[563]},{"name":"IIS_MD_APPPOOL_BASE","features":[563]},{"name":"IIS_MD_APP_BASE","features":[563]},{"name":"IIS_MD_FILE_PROP_BASE","features":[563]},{"name":"IIS_MD_FTP_BASE","features":[563]},{"name":"IIS_MD_GLOBAL_BASE","features":[563]},{"name":"IIS_MD_HTTP_BASE","features":[563]},{"name":"IIS_MD_ID_BEGIN_RESERVED","features":[563]},{"name":"IIS_MD_ID_END_RESERVED","features":[563]},{"name":"IIS_MD_INSTANCE_ROOT","features":[563]},{"name":"IIS_MD_ISAPI_FILTERS","features":[563]},{"name":"IIS_MD_LOCAL_MACHINE_PATH","features":[563]},{"name":"IIS_MD_LOGCUSTOM_BASE","features":[563]},{"name":"IIS_MD_LOGCUSTOM_LAST","features":[563]},{"name":"IIS_MD_LOG_BASE","features":[563]},{"name":"IIS_MD_LOG_LAST","features":[563]},{"name":"IIS_MD_SERVER_BASE","features":[563]},{"name":"IIS_MD_SSL_BASE","features":[563]},{"name":"IIS_MD_SVC_INFO_PATH","features":[563]},{"name":"IIS_MD_UT_END_RESERVED","features":[563]},{"name":"IIS_MD_UT_FILE","features":[563]},{"name":"IIS_MD_UT_SERVER","features":[563]},{"name":"IIS_MD_UT_WAM","features":[563]},{"name":"IIS_MD_VR_BASE","features":[563]},{"name":"IIS_WEBSOCKET","features":[563]},{"name":"IIS_WEBSOCKET_SERVER_VARIABLE","features":[563]},{"name":"IMAP_MD_ID_BEGIN_RESERVED","features":[563]},{"name":"IMAP_MD_ID_END_RESERVED","features":[563]},{"name":"IMGANIM_ANIMATED","features":[563]},{"name":"IMGANIM_MASK","features":[563]},{"name":"IMGBITS_MASK","features":[563]},{"name":"IMGBITS_NONE","features":[563]},{"name":"IMGBITS_PARTIAL","features":[563]},{"name":"IMGBITS_TOTAL","features":[563]},{"name":"IMGCHG_ANIMATE","features":[563]},{"name":"IMGCHG_COMPLETE","features":[563]},{"name":"IMGCHG_MASK","features":[563]},{"name":"IMGCHG_SIZE","features":[563]},{"name":"IMGCHG_VIEW","features":[563]},{"name":"IMGLOAD_COMPLETE","features":[563]},{"name":"IMGLOAD_ERROR","features":[563]},{"name":"IMGLOAD_LOADING","features":[563]},{"name":"IMGLOAD_MASK","features":[563]},{"name":"IMGLOAD_NOTLOADED","features":[563]},{"name":"IMGLOAD_STOPPED","features":[563]},{"name":"IMGTRANS_MASK","features":[563]},{"name":"IMGTRANS_OPAQUE","features":[563]},{"name":"IMSAdminBase2W","features":[563]},{"name":"IMSAdminBase3W","features":[563]},{"name":"IMSAdminBaseSinkW","features":[563]},{"name":"IMSAdminBaseW","features":[563]},{"name":"IMSImpExpHelpW","features":[563]},{"name":"INVALID_END_METADATA","features":[563]},{"name":"LIBID_ASPTypeLibrary","features":[563]},{"name":"LIBID_IISRSTALib","features":[563]},{"name":"LIBID_WAMREGLib","features":[563]},{"name":"LOGGING_PARAMETERS","features":[563]},{"name":"MB_DONT_IMPERSONATE","features":[563]},{"name":"MD_ACCESS_EXECUTE","features":[563]},{"name":"MD_ACCESS_MAP_CERT","features":[563]},{"name":"MD_ACCESS_MASK","features":[563]},{"name":"MD_ACCESS_NEGO_CERT","features":[563]},{"name":"MD_ACCESS_NO_PHYSICAL_DIR","features":[563]},{"name":"MD_ACCESS_NO_REMOTE_EXECUTE","features":[563]},{"name":"MD_ACCESS_NO_REMOTE_READ","features":[563]},{"name":"MD_ACCESS_NO_REMOTE_SCRIPT","features":[563]},{"name":"MD_ACCESS_NO_REMOTE_WRITE","features":[563]},{"name":"MD_ACCESS_PERM","features":[563]},{"name":"MD_ACCESS_READ","features":[563]},{"name":"MD_ACCESS_REQUIRE_CERT","features":[563]},{"name":"MD_ACCESS_SCRIPT","features":[563]},{"name":"MD_ACCESS_SOURCE","features":[563]},{"name":"MD_ACCESS_SSL","features":[563]},{"name":"MD_ACCESS_SSL128","features":[563]},{"name":"MD_ACCESS_WRITE","features":[563]},{"name":"MD_ACR_ENUM_KEYS","features":[563]},{"name":"MD_ACR_READ","features":[563]},{"name":"MD_ACR_RESTRICTED_WRITE","features":[563]},{"name":"MD_ACR_UNSECURE_PROPS_READ","features":[563]},{"name":"MD_ACR_WRITE","features":[563]},{"name":"MD_ACR_WRITE_DAC","features":[563]},{"name":"MD_ADMIN_ACL","features":[563]},{"name":"MD_ADMIN_INSTANCE","features":[563]},{"name":"MD_ADV_CACHE_TTL","features":[563]},{"name":"MD_ADV_NOTIFY_PWD_EXP_IN_DAYS","features":[563]},{"name":"MD_AD_CONNECTIONS_PASSWORD","features":[563]},{"name":"MD_AD_CONNECTIONS_USERNAME","features":[563]},{"name":"MD_ALLOW_ANONYMOUS","features":[563]},{"name":"MD_ALLOW_KEEPALIVES","features":[563]},{"name":"MD_ALLOW_PATH_INFO_FOR_SCRIPT_MAPPINGS","features":[563]},{"name":"MD_ALLOW_REPLACE_ON_RENAME","features":[563]},{"name":"MD_ANONYMOUS_ONLY","features":[563]},{"name":"MD_ANONYMOUS_PWD","features":[563]},{"name":"MD_ANONYMOUS_USER_NAME","features":[563]},{"name":"MD_ANONYMOUS_USE_SUBAUTH","features":[563]},{"name":"MD_APPPOOL_32_BIT_APP_ON_WIN64","features":[563]},{"name":"MD_APPPOOL_ALLOW_TRANSIENT_REGISTRATION","features":[563]},{"name":"MD_APPPOOL_APPPOOL_ID","features":[563]},{"name":"MD_APPPOOL_AUTO_SHUTDOWN_EXE","features":[563]},{"name":"MD_APPPOOL_AUTO_SHUTDOWN_PARAMS","features":[563]},{"name":"MD_APPPOOL_AUTO_START","features":[563]},{"name":"MD_APPPOOL_COMMAND","features":[563]},{"name":"MD_APPPOOL_COMMAND_START","features":[563]},{"name":"MD_APPPOOL_COMMAND_STOP","features":[563]},{"name":"MD_APPPOOL_DISALLOW_OVERLAPPING_ROTATION","features":[563]},{"name":"MD_APPPOOL_DISALLOW_ROTATION_ON_CONFIG_CHANGE","features":[563]},{"name":"MD_APPPOOL_EMULATION_ON_WINARM64","features":[563]},{"name":"MD_APPPOOL_IDENTITY_TYPE","features":[563]},{"name":"MD_APPPOOL_IDENTITY_TYPE_LOCALSERVICE","features":[563]},{"name":"MD_APPPOOL_IDENTITY_TYPE_LOCALSYSTEM","features":[563]},{"name":"MD_APPPOOL_IDENTITY_TYPE_NETWORKSERVICE","features":[563]},{"name":"MD_APPPOOL_IDENTITY_TYPE_SPECIFICUSER","features":[563]},{"name":"MD_APPPOOL_IDLE_TIMEOUT","features":[563]},{"name":"MD_APPPOOL_MANAGED_PIPELINE_MODE","features":[563]},{"name":"MD_APPPOOL_MANAGED_RUNTIME_VERSION","features":[563]},{"name":"MD_APPPOOL_MAX_PROCESS_COUNT","features":[563]},{"name":"MD_APPPOOL_ORPHAN_ACTION_EXE","features":[563]},{"name":"MD_APPPOOL_ORPHAN_ACTION_PARAMS","features":[563]},{"name":"MD_APPPOOL_ORPHAN_PROCESSES_FOR_DEBUGGING","features":[563]},{"name":"MD_APPPOOL_PERIODIC_RESTART_CONNECTIONS","features":[563]},{"name":"MD_APPPOOL_PERIODIC_RESTART_MEMORY","features":[563]},{"name":"MD_APPPOOL_PERIODIC_RESTART_PRIVATE_MEMORY","features":[563]},{"name":"MD_APPPOOL_PERIODIC_RESTART_REQUEST_COUNT","features":[563]},{"name":"MD_APPPOOL_PERIODIC_RESTART_SCHEDULE","features":[563]},{"name":"MD_APPPOOL_PERIODIC_RESTART_TIME","features":[563]},{"name":"MD_APPPOOL_PINGING_ENABLED","features":[563]},{"name":"MD_APPPOOL_PING_INTERVAL","features":[563]},{"name":"MD_APPPOOL_PING_RESPONSE_TIMELIMIT","features":[563]},{"name":"MD_APPPOOL_RAPID_FAIL_PROTECTION_ENABLED","features":[563]},{"name":"MD_APPPOOL_SHUTDOWN_TIMELIMIT","features":[563]},{"name":"MD_APPPOOL_SMP_AFFINITIZED","features":[563]},{"name":"MD_APPPOOL_SMP_AFFINITIZED_PROCESSOR_MASK","features":[563]},{"name":"MD_APPPOOL_STARTUP_TIMELIMIT","features":[563]},{"name":"MD_APPPOOL_STATE","features":[563]},{"name":"MD_APPPOOL_STATE_STARTED","features":[563]},{"name":"MD_APPPOOL_STATE_STARTING","features":[563]},{"name":"MD_APPPOOL_STATE_STOPPED","features":[563]},{"name":"MD_APPPOOL_STATE_STOPPING","features":[563]},{"name":"MD_APPPOOL_UL_APPPOOL_QUEUE_LENGTH","features":[563]},{"name":"MD_APP_ALLOW_TRANSIENT_REGISTRATION","features":[563]},{"name":"MD_APP_APPPOOL_ID","features":[563]},{"name":"MD_APP_AUTO_START","features":[563]},{"name":"MD_APP_DEPENDENCIES","features":[563]},{"name":"MD_APP_FRIENDLY_NAME","features":[563]},{"name":"MD_APP_ISOLATED","features":[563]},{"name":"MD_APP_OOP_RECOVER_LIMIT","features":[563]},{"name":"MD_APP_PACKAGE_ID","features":[563]},{"name":"MD_APP_PACKAGE_NAME","features":[563]},{"name":"MD_APP_PERIODIC_RESTART_REQUESTS","features":[563]},{"name":"MD_APP_PERIODIC_RESTART_SCHEDULE","features":[563]},{"name":"MD_APP_PERIODIC_RESTART_TIME","features":[563]},{"name":"MD_APP_POOL_LOG_EVENT_ON_PROCESSMODEL","features":[563]},{"name":"MD_APP_POOL_LOG_EVENT_ON_RECYCLE","features":[563]},{"name":"MD_APP_POOL_PROCESSMODEL_IDLE_TIMEOUT","features":[563]},{"name":"MD_APP_POOL_RECYCLE_CONFIG_CHANGE","features":[563]},{"name":"MD_APP_POOL_RECYCLE_ISAPI_UNHEALTHY","features":[563]},{"name":"MD_APP_POOL_RECYCLE_MEMORY","features":[563]},{"name":"MD_APP_POOL_RECYCLE_ON_DEMAND","features":[563]},{"name":"MD_APP_POOL_RECYCLE_PRIVATE_MEMORY","features":[563]},{"name":"MD_APP_POOL_RECYCLE_REQUESTS","features":[563]},{"name":"MD_APP_POOL_RECYCLE_SCHEDULE","features":[563]},{"name":"MD_APP_POOL_RECYCLE_TIME","features":[563]},{"name":"MD_APP_ROOT","features":[563]},{"name":"MD_APP_SHUTDOWN_TIME_LIMIT","features":[563]},{"name":"MD_APP_TRACE_URL_LIST","features":[563]},{"name":"MD_APP_WAM_CLSID","features":[563]},{"name":"MD_ASP_ALLOWOUTOFPROCCMPNTS","features":[563]},{"name":"MD_ASP_ALLOWOUTOFPROCCOMPONENTS","features":[563]},{"name":"MD_ASP_ALLOWSESSIONSTATE","features":[563]},{"name":"MD_ASP_BUFFERINGON","features":[563]},{"name":"MD_ASP_BUFFER_LIMIT","features":[563]},{"name":"MD_ASP_CALCLINENUMBER","features":[563]},{"name":"MD_ASP_CODEPAGE","features":[563]},{"name":"MD_ASP_DISKTEMPLATECACHEDIRECTORY","features":[563]},{"name":"MD_ASP_ENABLEAPPLICATIONRESTART","features":[563]},{"name":"MD_ASP_ENABLEASPHTMLFALLBACK","features":[563]},{"name":"MD_ASP_ENABLECHUNKEDENCODING","features":[563]},{"name":"MD_ASP_ENABLECLIENTDEBUG","features":[563]},{"name":"MD_ASP_ENABLEPARENTPATHS","features":[563]},{"name":"MD_ASP_ENABLESERVERDEBUG","features":[563]},{"name":"MD_ASP_ENABLETYPELIBCACHE","features":[563]},{"name":"MD_ASP_ERRORSTONTLOG","features":[563]},{"name":"MD_ASP_EXCEPTIONCATCHENABLE","features":[563]},{"name":"MD_ASP_EXECUTEINMTA","features":[563]},{"name":"MD_ASP_ID_LAST","features":[563]},{"name":"MD_ASP_KEEPSESSIONIDSECURE","features":[563]},{"name":"MD_ASP_LCID","features":[563]},{"name":"MD_ASP_LOGERRORREQUESTS","features":[563]},{"name":"MD_ASP_MAXDISKTEMPLATECACHEFILES","features":[563]},{"name":"MD_ASP_MAXREQUESTENTITY","features":[563]},{"name":"MD_ASP_MAX_REQUEST_ENTITY_ALLOWED","features":[563]},{"name":"MD_ASP_MEMFREEFACTOR","features":[563]},{"name":"MD_ASP_MINUSEDBLOCKS","features":[563]},{"name":"MD_ASP_PROCESSORTHREADMAX","features":[563]},{"name":"MD_ASP_QUEUECONNECTIONTESTTIME","features":[563]},{"name":"MD_ASP_QUEUETIMEOUT","features":[563]},{"name":"MD_ASP_REQEUSTQUEUEMAX","features":[563]},{"name":"MD_ASP_RUN_ONEND_ANON","features":[563]},{"name":"MD_ASP_SCRIPTENGINECACHEMAX","features":[563]},{"name":"MD_ASP_SCRIPTERRORMESSAGE","features":[563]},{"name":"MD_ASP_SCRIPTERRORSSENTTOBROWSER","features":[563]},{"name":"MD_ASP_SCRIPTFILECACHESIZE","features":[563]},{"name":"MD_ASP_SCRIPTLANGUAGE","features":[563]},{"name":"MD_ASP_SCRIPTLANGUAGELIST","features":[563]},{"name":"MD_ASP_SCRIPTTIMEOUT","features":[563]},{"name":"MD_ASP_SERVICE_ENABLE_SXS","features":[563]},{"name":"MD_ASP_SERVICE_ENABLE_TRACKER","features":[563]},{"name":"MD_ASP_SERVICE_FLAGS","features":[563]},{"name":"MD_ASP_SERVICE_FLAG_FUSION","features":[563]},{"name":"MD_ASP_SERVICE_FLAG_PARTITIONS","features":[563]},{"name":"MD_ASP_SERVICE_FLAG_TRACKER","features":[563]},{"name":"MD_ASP_SERVICE_PARTITION_ID","features":[563]},{"name":"MD_ASP_SERVICE_SXS_NAME","features":[563]},{"name":"MD_ASP_SERVICE_USE_PARTITION","features":[563]},{"name":"MD_ASP_SESSIONMAX","features":[563]},{"name":"MD_ASP_SESSIONTIMEOUT","features":[563]},{"name":"MD_ASP_THREADGATEENABLED","features":[563]},{"name":"MD_ASP_THREADGATELOADHIGH","features":[563]},{"name":"MD_ASP_THREADGATELOADLOW","features":[563]},{"name":"MD_ASP_THREADGATESLEEPDELAY","features":[563]},{"name":"MD_ASP_THREADGATESLEEPMAX","features":[563]},{"name":"MD_ASP_THREADGATETIMESLICE","features":[563]},{"name":"MD_ASP_TRACKTHREADINGMODEL","features":[563]},{"name":"MD_AUTHORIZATION","features":[563]},{"name":"MD_AUTHORIZATION_PERSISTENCE","features":[563]},{"name":"MD_AUTH_ADVNOTIFY_DISABLE","features":[563]},{"name":"MD_AUTH_ANONYMOUS","features":[563]},{"name":"MD_AUTH_BASIC","features":[563]},{"name":"MD_AUTH_CHANGE_DISABLE","features":[563]},{"name":"MD_AUTH_CHANGE_FLAGS","features":[563]},{"name":"MD_AUTH_CHANGE_UNSECURE","features":[563]},{"name":"MD_AUTH_CHANGE_URL","features":[563]},{"name":"MD_AUTH_EXPIRED_UNSECUREURL","features":[563]},{"name":"MD_AUTH_EXPIRED_URL","features":[563]},{"name":"MD_AUTH_MD5","features":[563]},{"name":"MD_AUTH_NT","features":[563]},{"name":"MD_AUTH_PASSPORT","features":[563]},{"name":"MD_AUTH_SINGLEREQUEST","features":[563]},{"name":"MD_AUTH_SINGLEREQUESTALWAYSIFPROXY","features":[563]},{"name":"MD_AUTH_SINGLEREQUESTIFPROXY","features":[563]},{"name":"MD_BACKUP_FORCE_BACKUP","features":[563]},{"name":"MD_BACKUP_HIGHEST_VERSION","features":[563]},{"name":"MD_BACKUP_MAX_LEN","features":[563]},{"name":"MD_BACKUP_MAX_VERSION","features":[563]},{"name":"MD_BACKUP_NEXT_VERSION","features":[563]},{"name":"MD_BACKUP_OVERWRITE","features":[563]},{"name":"MD_BACKUP_SAVE_FIRST","features":[563]},{"name":"MD_BANNER_MESSAGE","features":[563]},{"name":"MD_BINDINGS","features":[563]},{"name":"MD_CACHE_EXTENSIONS","features":[563]},{"name":"MD_CAL_AUTH_RESERVE_TIMEOUT","features":[563]},{"name":"MD_CAL_SSL_RESERVE_TIMEOUT","features":[563]},{"name":"MD_CAL_VC_PER_CONNECT","features":[563]},{"name":"MD_CAL_W3_ERROR","features":[563]},{"name":"MD_CC_MAX_AGE","features":[563]},{"name":"MD_CC_NO_CACHE","features":[563]},{"name":"MD_CC_OTHER","features":[563]},{"name":"MD_CENTRAL_W3C_LOGGING_ENABLED","features":[563]},{"name":"MD_CERT_CACHE_RETRIEVAL_ONLY","features":[563]},{"name":"MD_CERT_CHECK_REVOCATION_FRESHNESS_TIME","features":[563]},{"name":"MD_CERT_NO_REVOC_CHECK","features":[563]},{"name":"MD_CERT_NO_USAGE_CHECK","features":[563]},{"name":"MD_CGI_RESTRICTION_LIST","features":[563]},{"name":"MD_CHANGE_OBJECT_W","features":[563]},{"name":"MD_CHANGE_TYPE_ADD_OBJECT","features":[563]},{"name":"MD_CHANGE_TYPE_DELETE_DATA","features":[563]},{"name":"MD_CHANGE_TYPE_DELETE_OBJECT","features":[563]},{"name":"MD_CHANGE_TYPE_RENAME_OBJECT","features":[563]},{"name":"MD_CHANGE_TYPE_RESTORE","features":[563]},{"name":"MD_CHANGE_TYPE_SET_DATA","features":[563]},{"name":"MD_COMMENTS","features":[563]},{"name":"MD_CONNECTION_TIMEOUT","features":[563]},{"name":"MD_CPU_ACTION","features":[563]},{"name":"MD_CPU_APP_ENABLED","features":[563]},{"name":"MD_CPU_CGI_ENABLED","features":[563]},{"name":"MD_CPU_CGI_LIMIT","features":[563]},{"name":"MD_CPU_DISABLE_ALL_LOGGING","features":[563]},{"name":"MD_CPU_ENABLE_ACTIVE_PROCS","features":[563]},{"name":"MD_CPU_ENABLE_ALL_PROC_LOGGING","features":[563]},{"name":"MD_CPU_ENABLE_APP_LOGGING","features":[563]},{"name":"MD_CPU_ENABLE_CGI_LOGGING","features":[563]},{"name":"MD_CPU_ENABLE_EVENT","features":[563]},{"name":"MD_CPU_ENABLE_KERNEL_TIME","features":[563]},{"name":"MD_CPU_ENABLE_LOGGING","features":[563]},{"name":"MD_CPU_ENABLE_PAGE_FAULTS","features":[563]},{"name":"MD_CPU_ENABLE_PROC_TYPE","features":[563]},{"name":"MD_CPU_ENABLE_TERMINATED_PROCS","features":[563]},{"name":"MD_CPU_ENABLE_TOTAL_PROCS","features":[563]},{"name":"MD_CPU_ENABLE_USER_TIME","features":[563]},{"name":"MD_CPU_KILL_W3WP","features":[563]},{"name":"MD_CPU_LIMIT","features":[563]},{"name":"MD_CPU_LIMITS_ENABLED","features":[563]},{"name":"MD_CPU_LIMIT_LOGEVENT","features":[563]},{"name":"MD_CPU_LIMIT_PAUSE","features":[563]},{"name":"MD_CPU_LIMIT_PRIORITY","features":[563]},{"name":"MD_CPU_LIMIT_PROCSTOP","features":[563]},{"name":"MD_CPU_LOGGING_INTERVAL","features":[563]},{"name":"MD_CPU_LOGGING_MASK","features":[563]},{"name":"MD_CPU_LOGGING_OPTIONS","features":[563]},{"name":"MD_CPU_NO_ACTION","features":[563]},{"name":"MD_CPU_RESET_INTERVAL","features":[563]},{"name":"MD_CPU_THROTTLE","features":[563]},{"name":"MD_CPU_TRACE","features":[563]},{"name":"MD_CREATE_PROCESS_AS_USER","features":[563]},{"name":"MD_CREATE_PROC_NEW_CONSOLE","features":[563]},{"name":"MD_CUSTOM_DEPLOYMENT_DATA","features":[563]},{"name":"MD_CUSTOM_ERROR","features":[563]},{"name":"MD_CUSTOM_ERROR_DESC","features":[563]},{"name":"MD_DEFAULT_BACKUP_LOCATION","features":[563]},{"name":"MD_DEFAULT_LOAD_FILE","features":[563]},{"name":"MD_DEFAULT_LOGON_DOMAIN","features":[563]},{"name":"MD_DEMAND_START_THRESHOLD","features":[563]},{"name":"MD_DIRBROW_ENABLED","features":[563]},{"name":"MD_DIRBROW_LOADDEFAULT","features":[563]},{"name":"MD_DIRBROW_LONG_DATE","features":[563]},{"name":"MD_DIRBROW_SHOW_DATE","features":[563]},{"name":"MD_DIRBROW_SHOW_EXTENSION","features":[563]},{"name":"MD_DIRBROW_SHOW_SIZE","features":[563]},{"name":"MD_DIRBROW_SHOW_TIME","features":[563]},{"name":"MD_DIRECTORY_BROWSING","features":[563]},{"name":"MD_DISABLE_SOCKET_POOLING","features":[563]},{"name":"MD_DONT_LOG","features":[563]},{"name":"MD_DOWNLEVEL_ADMIN_INSTANCE","features":[563]},{"name":"MD_DO_REVERSE_DNS","features":[563]},{"name":"MD_ENABLEDPROTOCOLS","features":[563]},{"name":"MD_ENABLE_URL_AUTHORIZATION","features":[563]},{"name":"MD_ERROR_CANNOT_REMOVE_SECURE_ATTRIBUTE","features":[563]},{"name":"MD_ERROR_DATA_NOT_FOUND","features":[563]},{"name":"MD_ERROR_IISAO_INVALID_SCHEMA","features":[563]},{"name":"MD_ERROR_INVALID_VERSION","features":[563]},{"name":"MD_ERROR_NOT_INITIALIZED","features":[563]},{"name":"MD_ERROR_NO_SESSION_KEY","features":[563]},{"name":"MD_ERROR_READ_METABASE_FILE","features":[563]},{"name":"MD_ERROR_SECURE_CHANNEL_FAILURE","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_CONTENT_LENGTH","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_DEPTH","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_DESTINATION","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_IF","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_LOCK_TOKEN","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_OVERWRITE","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_REQUEST_BODY","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_TIMEOUT","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_TRANSLATE","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_WEBSOCKET_REQUEST","features":[563]},{"name":"MD_ERROR_SUB400_INVALID_XFF_HEADER","features":[563]},{"name":"MD_ERROR_SUB401_APPLICATION","features":[563]},{"name":"MD_ERROR_SUB401_FILTER","features":[563]},{"name":"MD_ERROR_SUB401_LOGON","features":[563]},{"name":"MD_ERROR_SUB401_LOGON_ACL","features":[563]},{"name":"MD_ERROR_SUB401_LOGON_CONFIG","features":[563]},{"name":"MD_ERROR_SUB401_URLAUTH_POLICY","features":[563]},{"name":"MD_ERROR_SUB403_ADDR_REJECT","features":[563]},{"name":"MD_ERROR_SUB403_APPPOOL_DENIED","features":[563]},{"name":"MD_ERROR_SUB403_CAL_EXCEEDED","features":[563]},{"name":"MD_ERROR_SUB403_CERT_BAD","features":[563]},{"name":"MD_ERROR_SUB403_CERT_REQUIRED","features":[563]},{"name":"MD_ERROR_SUB403_CERT_REVOKED","features":[563]},{"name":"MD_ERROR_SUB403_CERT_TIME_INVALID","features":[563]},{"name":"MD_ERROR_SUB403_DIR_LIST_DENIED","features":[563]},{"name":"MD_ERROR_SUB403_EXECUTE_ACCESS_DENIED","features":[563]},{"name":"MD_ERROR_SUB403_INFINITE_DEPTH_DENIED","features":[563]},{"name":"MD_ERROR_SUB403_INSUFFICIENT_PRIVILEGE_FOR_CGI","features":[563]},{"name":"MD_ERROR_SUB403_INVALID_CNFG","features":[563]},{"name":"MD_ERROR_SUB403_LOCK_TOKEN_REQUIRED","features":[563]},{"name":"MD_ERROR_SUB403_MAPPER_DENY_ACCESS","features":[563]},{"name":"MD_ERROR_SUB403_PASSPORT_LOGIN_FAILURE","features":[563]},{"name":"MD_ERROR_SUB403_PWD_CHANGE","features":[563]},{"name":"MD_ERROR_SUB403_READ_ACCESS_DENIED","features":[563]},{"name":"MD_ERROR_SUB403_SITE_ACCESS_DENIED","features":[563]},{"name":"MD_ERROR_SUB403_SOURCE_ACCESS_DENIED","features":[563]},{"name":"MD_ERROR_SUB403_SSL128_REQUIRED","features":[563]},{"name":"MD_ERROR_SUB403_SSL_REQUIRED","features":[563]},{"name":"MD_ERROR_SUB403_TOO_MANY_USERS","features":[563]},{"name":"MD_ERROR_SUB403_VALIDATION_FAILURE","features":[563]},{"name":"MD_ERROR_SUB403_WRITE_ACCESS_DENIED","features":[563]},{"name":"MD_ERROR_SUB404_DENIED_BY_FILTERING_RULE","features":[563]},{"name":"MD_ERROR_SUB404_DENIED_BY_MIMEMAP","features":[563]},{"name":"MD_ERROR_SUB404_DENIED_BY_POLICY","features":[563]},{"name":"MD_ERROR_SUB404_FILE_ATTRIBUTE_HIDDEN","features":[563]},{"name":"MD_ERROR_SUB404_FILE_EXTENSION_DENIED","features":[563]},{"name":"MD_ERROR_SUB404_HIDDEN_SEGMENT","features":[563]},{"name":"MD_ERROR_SUB404_NO_HANDLER","features":[563]},{"name":"MD_ERROR_SUB404_PRECONDITIONED_HANDLER","features":[563]},{"name":"MD_ERROR_SUB404_QUERY_STRING_SEQUENCE_DENIED","features":[563]},{"name":"MD_ERROR_SUB404_QUERY_STRING_TOO_LONG","features":[563]},{"name":"MD_ERROR_SUB404_SITE_NOT_FOUND","features":[563]},{"name":"MD_ERROR_SUB404_STATICFILE_DAV","features":[563]},{"name":"MD_ERROR_SUB404_TOO_MANY_URL_SEGMENTS","features":[563]},{"name":"MD_ERROR_SUB404_URL_DOUBLE_ESCAPED","features":[563]},{"name":"MD_ERROR_SUB404_URL_HAS_HIGH_BIT_CHARS","features":[563]},{"name":"MD_ERROR_SUB404_URL_SEQUENCE_DENIED","features":[563]},{"name":"MD_ERROR_SUB404_URL_TOO_LONG","features":[563]},{"name":"MD_ERROR_SUB404_VERB_DENIED","features":[563]},{"name":"MD_ERROR_SUB413_CONTENT_LENGTH_TOO_LARGE","features":[563]},{"name":"MD_ERROR_SUB423_LOCK_TOKEN_SUBMITTED","features":[563]},{"name":"MD_ERROR_SUB423_NO_CONFLICTING_LOCK","features":[563]},{"name":"MD_ERROR_SUB500_ASPNET_HANDLERS","features":[563]},{"name":"MD_ERROR_SUB500_ASPNET_IMPERSONATION","features":[563]},{"name":"MD_ERROR_SUB500_ASPNET_MODULES","features":[563]},{"name":"MD_ERROR_SUB500_BAD_METADATA","features":[563]},{"name":"MD_ERROR_SUB500_HANDLERS_MODULE","features":[563]},{"name":"MD_ERROR_SUB500_UNC_ACCESS","features":[563]},{"name":"MD_ERROR_SUB500_URLAUTH_NO_SCOPE","features":[563]},{"name":"MD_ERROR_SUB500_URLAUTH_NO_STORE","features":[563]},{"name":"MD_ERROR_SUB500_URLAUTH_STORE_ERROR","features":[563]},{"name":"MD_ERROR_SUB502_ARR_CONNECTION_ERROR","features":[563]},{"name":"MD_ERROR_SUB502_ARR_NO_SERVER","features":[563]},{"name":"MD_ERROR_SUB502_PREMATURE_EXIT","features":[563]},{"name":"MD_ERROR_SUB502_TIMEOUT","features":[563]},{"name":"MD_ERROR_SUB503_APP_CONCURRENT","features":[563]},{"name":"MD_ERROR_SUB503_ASPNET_QUEUE_FULL","features":[563]},{"name":"MD_ERROR_SUB503_CONNECTION_LIMIT","features":[563]},{"name":"MD_ERROR_SUB503_CPU_LIMIT","features":[563]},{"name":"MD_ERROR_SUB503_FASTCGI_QUEUE_FULL","features":[563]},{"name":"MD_EXIT_MESSAGE","features":[563]},{"name":"MD_EXPORT_INHERITED","features":[563]},{"name":"MD_EXPORT_NODE_ONLY","features":[563]},{"name":"MD_EXTLOG_BYTES_RECV","features":[563]},{"name":"MD_EXTLOG_BYTES_SENT","features":[563]},{"name":"MD_EXTLOG_CLIENT_IP","features":[563]},{"name":"MD_EXTLOG_COMPUTER_NAME","features":[563]},{"name":"MD_EXTLOG_COOKIE","features":[563]},{"name":"MD_EXTLOG_DATE","features":[563]},{"name":"MD_EXTLOG_HOST","features":[563]},{"name":"MD_EXTLOG_HTTP_STATUS","features":[563]},{"name":"MD_EXTLOG_HTTP_SUB_STATUS","features":[563]},{"name":"MD_EXTLOG_METHOD","features":[563]},{"name":"MD_EXTLOG_PROTOCOL_VERSION","features":[563]},{"name":"MD_EXTLOG_REFERER","features":[563]},{"name":"MD_EXTLOG_SERVER_IP","features":[563]},{"name":"MD_EXTLOG_SERVER_PORT","features":[563]},{"name":"MD_EXTLOG_SITE_NAME","features":[563]},{"name":"MD_EXTLOG_TIME","features":[563]},{"name":"MD_EXTLOG_TIME_TAKEN","features":[563]},{"name":"MD_EXTLOG_URI_QUERY","features":[563]},{"name":"MD_EXTLOG_URI_STEM","features":[563]},{"name":"MD_EXTLOG_USERNAME","features":[563]},{"name":"MD_EXTLOG_USER_AGENT","features":[563]},{"name":"MD_EXTLOG_WIN32_STATUS","features":[563]},{"name":"MD_FILTER_DESCRIPTION","features":[563]},{"name":"MD_FILTER_ENABLED","features":[563]},{"name":"MD_FILTER_ENABLE_CACHE","features":[563]},{"name":"MD_FILTER_FLAGS","features":[563]},{"name":"MD_FILTER_IMAGE_PATH","features":[563]},{"name":"MD_FILTER_LOAD_ORDER","features":[563]},{"name":"MD_FILTER_STATE","features":[563]},{"name":"MD_FILTER_STATE_LOADED","features":[563]},{"name":"MD_FILTER_STATE_UNLOADED","features":[563]},{"name":"MD_FOOTER_DOCUMENT","features":[563]},{"name":"MD_FOOTER_ENABLED","features":[563]},{"name":"MD_FRONTPAGE_WEB","features":[563]},{"name":"MD_FTPS_128_BITS","features":[563]},{"name":"MD_FTPS_ALLOW_CCC","features":[563]},{"name":"MD_FTPS_SECURE_ANONYMOUS","features":[563]},{"name":"MD_FTPS_SECURE_CONTROL_CHANNEL","features":[563]},{"name":"MD_FTPS_SECURE_DATA_CHANNEL","features":[563]},{"name":"MD_FTP_KEEP_PARTIAL_UPLOADS","features":[563]},{"name":"MD_FTP_LOG_IN_UTF_8","features":[563]},{"name":"MD_FTP_PASV_RESPONSE_IP","features":[563]},{"name":"MD_FTP_UTF8_FILE_NAMES","features":[563]},{"name":"MD_GLOBAL_BINARY_LOGGING_ENABLED","features":[563]},{"name":"MD_GLOBAL_BINSCHEMATIMESTAMP","features":[563]},{"name":"MD_GLOBAL_CHANGE_NUMBER","features":[563]},{"name":"MD_GLOBAL_EDIT_WHILE_RUNNING_MAJOR_VERSION_NUMBER","features":[563]},{"name":"MD_GLOBAL_EDIT_WHILE_RUNNING_MINOR_VERSION_NUMBER","features":[563]},{"name":"MD_GLOBAL_LOG_IN_UTF_8","features":[563]},{"name":"MD_GLOBAL_SESSIONKEY","features":[563]},{"name":"MD_GLOBAL_STANDARD_APP_MODE_ENABLED","features":[563]},{"name":"MD_GLOBAL_XMLSCHEMATIMESTAMP","features":[563]},{"name":"MD_GREETING_MESSAGE","features":[563]},{"name":"MD_HC_CACHE_CONTROL_HEADER","features":[563]},{"name":"MD_HC_COMPRESSION_BUFFER_SIZE","features":[563]},{"name":"MD_HC_COMPRESSION_DIRECTORY","features":[563]},{"name":"MD_HC_COMPRESSION_DLL","features":[563]},{"name":"MD_HC_CREATE_FLAGS","features":[563]},{"name":"MD_HC_DO_DISK_SPACE_LIMITING","features":[563]},{"name":"MD_HC_DO_DYNAMIC_COMPRESSION","features":[563]},{"name":"MD_HC_DO_NAMESPACE_DYNAMIC_COMPRESSION","features":[563]},{"name":"MD_HC_DO_NAMESPACE_STATIC_COMPRESSION","features":[563]},{"name":"MD_HC_DO_ON_DEMAND_COMPRESSION","features":[563]},{"name":"MD_HC_DO_STATIC_COMPRESSION","features":[563]},{"name":"MD_HC_DYNAMIC_COMPRESSION_LEVEL","features":[563]},{"name":"MD_HC_EXPIRES_HEADER","features":[563]},{"name":"MD_HC_FILES_DELETED_PER_DISK_FREE","features":[563]},{"name":"MD_HC_FILE_EXTENSIONS","features":[563]},{"name":"MD_HC_IO_BUFFER_SIZE","features":[563]},{"name":"MD_HC_MAX_DISK_SPACE_USAGE","features":[563]},{"name":"MD_HC_MAX_QUEUE_LENGTH","features":[563]},{"name":"MD_HC_MIME_TYPE","features":[563]},{"name":"MD_HC_MIN_FILE_SIZE_FOR_COMP","features":[563]},{"name":"MD_HC_NO_COMPRESSION_FOR_HTTP_10","features":[563]},{"name":"MD_HC_NO_COMPRESSION_FOR_PROXIES","features":[563]},{"name":"MD_HC_NO_COMPRESSION_FOR_RANGE","features":[563]},{"name":"MD_HC_ON_DEMAND_COMP_LEVEL","features":[563]},{"name":"MD_HC_PRIORITY","features":[563]},{"name":"MD_HC_SCRIPT_FILE_EXTENSIONS","features":[563]},{"name":"MD_HC_SEND_CACHE_HEADERS","features":[563]},{"name":"MD_HEADER_WAIT_TIMEOUT","features":[563]},{"name":"MD_HISTORY_LATEST","features":[563]},{"name":"MD_HTTPERRORS_EXISTING_RESPONSE","features":[563]},{"name":"MD_HTTP_CUSTOM","features":[563]},{"name":"MD_HTTP_EXPIRES","features":[563]},{"name":"MD_HTTP_FORWARDER_CUSTOM","features":[563]},{"name":"MD_HTTP_PICS","features":[563]},{"name":"MD_HTTP_REDIRECT","features":[563]},{"name":"MD_IISADMIN_EXTENSIONS","features":[563]},{"name":"MD_IMPORT_INHERITED","features":[563]},{"name":"MD_IMPORT_MERGE","features":[563]},{"name":"MD_IMPORT_NODE_ONLY","features":[563]},{"name":"MD_INSERT_PATH_STRING","features":[563]},{"name":"MD_INSERT_PATH_STRINGA","features":[563]},{"name":"MD_IN_PROCESS_ISAPI_APPS","features":[563]},{"name":"MD_IP_SEC","features":[563]},{"name":"MD_ISAPI_RESTRICTION_LIST","features":[563]},{"name":"MD_IS_CONTENT_INDEXED","features":[563]},{"name":"MD_KEY_TYPE","features":[563]},{"name":"MD_LEVELS_TO_SCAN","features":[563]},{"name":"MD_LOAD_BALANCER_CAPABILITIES","features":[563]},{"name":"MD_LOAD_BALANCER_CAPABILITIES_BASIC","features":[563]},{"name":"MD_LOAD_BALANCER_CAPABILITIES_SOPHISTICATED","features":[563]},{"name":"MD_LOCATION","features":[563]},{"name":"MD_LOGCUSTOM_DATATYPE_DOUBLE","features":[563]},{"name":"MD_LOGCUSTOM_DATATYPE_FLOAT","features":[563]},{"name":"MD_LOGCUSTOM_DATATYPE_INT","features":[563]},{"name":"MD_LOGCUSTOM_DATATYPE_LONG","features":[563]},{"name":"MD_LOGCUSTOM_DATATYPE_LPSTR","features":[563]},{"name":"MD_LOGCUSTOM_DATATYPE_LPWSTR","features":[563]},{"name":"MD_LOGCUSTOM_DATATYPE_UINT","features":[563]},{"name":"MD_LOGCUSTOM_DATATYPE_ULONG","features":[563]},{"name":"MD_LOGCUSTOM_PROPERTY_DATATYPE","features":[563]},{"name":"MD_LOGCUSTOM_PROPERTY_HEADER","features":[563]},{"name":"MD_LOGCUSTOM_PROPERTY_ID","features":[563]},{"name":"MD_LOGCUSTOM_PROPERTY_MASK","features":[563]},{"name":"MD_LOGCUSTOM_PROPERTY_NAME","features":[563]},{"name":"MD_LOGCUSTOM_PROPERTY_NODE_ID","features":[563]},{"name":"MD_LOGCUSTOM_SERVICES_STRING","features":[563]},{"name":"MD_LOGEXT_FIELD_MASK","features":[563]},{"name":"MD_LOGEXT_FIELD_MASK2","features":[563]},{"name":"MD_LOGFILE_DIRECTORY","features":[563]},{"name":"MD_LOGFILE_LOCALTIME_ROLLOVER","features":[563]},{"name":"MD_LOGFILE_PERIOD","features":[563]},{"name":"MD_LOGFILE_PERIOD_DAILY","features":[563]},{"name":"MD_LOGFILE_PERIOD_HOURLY","features":[563]},{"name":"MD_LOGFILE_PERIOD_MAXSIZE","features":[563]},{"name":"MD_LOGFILE_PERIOD_MONTHLY","features":[563]},{"name":"MD_LOGFILE_PERIOD_NONE","features":[563]},{"name":"MD_LOGFILE_PERIOD_WEEKLY","features":[563]},{"name":"MD_LOGFILE_TRUNCATE_SIZE","features":[563]},{"name":"MD_LOGON_BATCH","features":[563]},{"name":"MD_LOGON_INTERACTIVE","features":[563]},{"name":"MD_LOGON_METHOD","features":[563]},{"name":"MD_LOGON_NETWORK","features":[563]},{"name":"MD_LOGON_NETWORK_CLEARTEXT","features":[563]},{"name":"MD_LOGSQL_DATA_SOURCES","features":[563]},{"name":"MD_LOGSQL_PASSWORD","features":[563]},{"name":"MD_LOGSQL_TABLE_NAME","features":[563]},{"name":"MD_LOGSQL_USER_NAME","features":[563]},{"name":"MD_LOG_ANONYMOUS","features":[563]},{"name":"MD_LOG_NONANONYMOUS","features":[563]},{"name":"MD_LOG_PLUGINS_AVAILABLE","features":[563]},{"name":"MD_LOG_PLUGIN_MOD_ID","features":[563]},{"name":"MD_LOG_PLUGIN_ORDER","features":[563]},{"name":"MD_LOG_PLUGIN_UI_ID","features":[563]},{"name":"MD_LOG_TYPE","features":[563]},{"name":"MD_LOG_TYPE_DISABLED","features":[563]},{"name":"MD_LOG_TYPE_ENABLED","features":[563]},{"name":"MD_LOG_UNUSED1","features":[563]},{"name":"MD_MAX_BANDWIDTH","features":[563]},{"name":"MD_MAX_BANDWIDTH_BLOCKED","features":[563]},{"name":"MD_MAX_CHANGE_ENTRIES","features":[563]},{"name":"MD_MAX_CLIENTS_MESSAGE","features":[563]},{"name":"MD_MAX_CONNECTIONS","features":[563]},{"name":"MD_MAX_ENDPOINT_CONNECTIONS","features":[563]},{"name":"MD_MAX_ERROR_FILES","features":[563]},{"name":"MD_MAX_GLOBAL_BANDWIDTH","features":[563]},{"name":"MD_MAX_GLOBAL_CONNECTIONS","features":[563]},{"name":"MD_MAX_REQUEST_ENTITY_ALLOWED","features":[563]},{"name":"MD_MD_SERVER_SS_AUTH_MAPPING","features":[563]},{"name":"MD_METADATA_ID_REGISTRATION","features":[563]},{"name":"MD_MIME_MAP","features":[563]},{"name":"MD_MIN_FILE_BYTES_PER_SEC","features":[563]},{"name":"MD_MSDOS_DIR_OUTPUT","features":[563]},{"name":"MD_NETLOGON_WKS_DNS","features":[563]},{"name":"MD_NETLOGON_WKS_IP","features":[563]},{"name":"MD_NETLOGON_WKS_NONE","features":[563]},{"name":"MD_NET_LOGON_WKS","features":[563]},{"name":"MD_NOTIFEXAUTH_NTLMSSL","features":[563]},{"name":"MD_NOTIFY_ACCESS_DENIED","features":[563]},{"name":"MD_NOTIFY_AUTHENTICATION","features":[563]},{"name":"MD_NOTIFY_AUTH_COMPLETE","features":[563]},{"name":"MD_NOTIFY_END_OF_NET_SESSION","features":[563]},{"name":"MD_NOTIFY_END_OF_REQUEST","features":[563]},{"name":"MD_NOTIFY_LOG","features":[563]},{"name":"MD_NOTIFY_NONSECURE_PORT","features":[563]},{"name":"MD_NOTIFY_ORDER_DEFAULT","features":[563]},{"name":"MD_NOTIFY_ORDER_HIGH","features":[563]},{"name":"MD_NOTIFY_ORDER_LOW","features":[563]},{"name":"MD_NOTIFY_ORDER_MEDIUM","features":[563]},{"name":"MD_NOTIFY_PREPROC_HEADERS","features":[563]},{"name":"MD_NOTIFY_READ_RAW_DATA","features":[563]},{"name":"MD_NOTIFY_SECURE_PORT","features":[563]},{"name":"MD_NOTIFY_SEND_RAW_DATA","features":[563]},{"name":"MD_NOTIFY_SEND_RESPONSE","features":[563]},{"name":"MD_NOTIFY_URL_MAP","features":[563]},{"name":"MD_NOT_DELETABLE","features":[563]},{"name":"MD_NTAUTHENTICATION_PROVIDERS","features":[563]},{"name":"MD_PASSIVE_PORT_RANGE","features":[563]},{"name":"MD_PASSPORT_NEED_MAPPING","features":[563]},{"name":"MD_PASSPORT_NO_MAPPING","features":[563]},{"name":"MD_PASSPORT_REQUIRE_AD_MAPPING","features":[563]},{"name":"MD_PASSPORT_TRY_MAPPING","features":[563]},{"name":"MD_POOL_IDC_TIMEOUT","features":[563]},{"name":"MD_PROCESS_NTCR_IF_LOGGED_ON","features":[563]},{"name":"MD_PUT_READ_SIZE","features":[563]},{"name":"MD_RAPID_FAIL_PROTECTION_INTERVAL","features":[563]},{"name":"MD_RAPID_FAIL_PROTECTION_MAX_CRASHES","features":[563]},{"name":"MD_REALM","features":[563]},{"name":"MD_REDIRECT_HEADERS","features":[563]},{"name":"MD_RESTRICTION_LIST_CUSTOM_DESC","features":[563]},{"name":"MD_ROOT_ENABLE_EDIT_WHILE_RUNNING","features":[563]},{"name":"MD_ROOT_ENABLE_HISTORY","features":[563]},{"name":"MD_ROOT_MAX_HISTORY_FILES","features":[563]},{"name":"MD_SCHEMA_METAID","features":[563]},{"name":"MD_SCRIPTMAPFLAG_ALLOWED_ON_READ_DIR","features":[563]},{"name":"MD_SCRIPTMAPFLAG_CHECK_PATH_INFO","features":[563]},{"name":"MD_SCRIPTMAPFLAG_SCRIPT","features":[563]},{"name":"MD_SCRIPT_MAPS","features":[563]},{"name":"MD_SCRIPT_TIMEOUT","features":[563]},{"name":"MD_SECURE_BINDINGS","features":[563]},{"name":"MD_SECURITY_SETUP_REQUIRED","features":[563]},{"name":"MD_SERVER_AUTOSTART","features":[563]},{"name":"MD_SERVER_BINDINGS","features":[563]},{"name":"MD_SERVER_COMMAND","features":[563]},{"name":"MD_SERVER_COMMAND_CONTINUE","features":[563]},{"name":"MD_SERVER_COMMAND_PAUSE","features":[563]},{"name":"MD_SERVER_COMMAND_START","features":[563]},{"name":"MD_SERVER_COMMAND_STOP","features":[563]},{"name":"MD_SERVER_COMMENT","features":[563]},{"name":"MD_SERVER_CONFIGURATION_INFO","features":[563]},{"name":"MD_SERVER_CONFIG_ALLOW_ENCRYPT","features":[563]},{"name":"MD_SERVER_CONFIG_AUTO_PW_SYNC","features":[563]},{"name":"MD_SERVER_CONFIG_SSL_128","features":[563]},{"name":"MD_SERVER_CONFIG_SSL_40","features":[563]},{"name":"MD_SERVER_LISTEN_BACKLOG","features":[563]},{"name":"MD_SERVER_LISTEN_TIMEOUT","features":[563]},{"name":"MD_SERVER_SIZE","features":[563]},{"name":"MD_SERVER_SIZE_LARGE","features":[563]},{"name":"MD_SERVER_SIZE_MEDIUM","features":[563]},{"name":"MD_SERVER_SIZE_SMALL","features":[563]},{"name":"MD_SERVER_STATE","features":[563]},{"name":"MD_SERVER_STATE_CONTINUING","features":[563]},{"name":"MD_SERVER_STATE_PAUSED","features":[563]},{"name":"MD_SERVER_STATE_PAUSING","features":[563]},{"name":"MD_SERVER_STATE_STARTED","features":[563]},{"name":"MD_SERVER_STATE_STARTING","features":[563]},{"name":"MD_SERVER_STATE_STOPPED","features":[563]},{"name":"MD_SERVER_STATE_STOPPING","features":[563]},{"name":"MD_SET_HOST_NAME","features":[563]},{"name":"MD_SHOW_4_DIGIT_YEAR","features":[563]},{"name":"MD_SSI_EXEC_DISABLED","features":[563]},{"name":"MD_SSL_ACCESS_PERM","features":[563]},{"name":"MD_SSL_ALWAYS_NEGO_CLIENT_CERT","features":[563]},{"name":"MD_SSL_KEY_PASSWORD","features":[563]},{"name":"MD_SSL_KEY_REQUEST","features":[563]},{"name":"MD_SSL_PRIVATE_KEY","features":[563]},{"name":"MD_SSL_PUBLIC_KEY","features":[563]},{"name":"MD_SSL_USE_DS_MAPPER","features":[563]},{"name":"MD_STOP_LISTENING","features":[563]},{"name":"MD_SUPPRESS_DEFAULT_BANNER","features":[563]},{"name":"MD_UPLOAD_READAHEAD_SIZE","features":[563]},{"name":"MD_URL_AUTHORIZATION_IMPERSONATION_LEVEL","features":[563]},{"name":"MD_URL_AUTHORIZATION_SCOPE_NAME","features":[563]},{"name":"MD_URL_AUTHORIZATION_STORE_NAME","features":[563]},{"name":"MD_USER_ISOLATION","features":[563]},{"name":"MD_USER_ISOLATION_AD","features":[563]},{"name":"MD_USER_ISOLATION_BASIC","features":[563]},{"name":"MD_USER_ISOLATION_LAST","features":[563]},{"name":"MD_USER_ISOLATION_NONE","features":[563]},{"name":"MD_USE_DIGEST_SSP","features":[563]},{"name":"MD_USE_HOST_NAME","features":[563]},{"name":"MD_VR_IGNORE_TRANSLATE","features":[563]},{"name":"MD_VR_NO_CACHE","features":[563]},{"name":"MD_VR_PASSTHROUGH","features":[563]},{"name":"MD_VR_PASSWORD","features":[563]},{"name":"MD_VR_PATH","features":[563]},{"name":"MD_VR_USERNAME","features":[563]},{"name":"MD_WAM_PWD","features":[563]},{"name":"MD_WAM_USER_NAME","features":[563]},{"name":"MD_WARNING_DUP_NAME","features":[563]},{"name":"MD_WARNING_INVALID_DATA","features":[563]},{"name":"MD_WARNING_PATH_NOT_FOUND","features":[563]},{"name":"MD_WARNING_PATH_NOT_INSERTED","features":[563]},{"name":"MD_WARNING_SAVE_FAILED","features":[563]},{"name":"MD_WEBDAV_MAX_ATTRIBUTES_PER_ELEMENT","features":[563]},{"name":"MD_WEB_SVC_EXT_RESTRICTION_LIST","features":[563]},{"name":"MD_WIN32_ERROR","features":[563]},{"name":"METADATATYPES","features":[563]},{"name":"METADATA_DONT_EXPAND","features":[563]},{"name":"METADATA_GETALL_INTERNAL_RECORD","features":[563]},{"name":"METADATA_GETALL_RECORD","features":[563]},{"name":"METADATA_HANDLE_INFO","features":[563]},{"name":"METADATA_INHERIT","features":[563]},{"name":"METADATA_INSERT_PATH","features":[563]},{"name":"METADATA_ISINHERITED","features":[563]},{"name":"METADATA_LOCAL_MACHINE_ONLY","features":[563]},{"name":"METADATA_MASTER_ROOT_HANDLE","features":[563]},{"name":"METADATA_MAX_NAME_LEN","features":[563]},{"name":"METADATA_NON_SECURE_ONLY","features":[563]},{"name":"METADATA_NO_ATTRIBUTES","features":[563]},{"name":"METADATA_PARTIAL_PATH","features":[563]},{"name":"METADATA_PERMISSION_READ","features":[563]},{"name":"METADATA_PERMISSION_WRITE","features":[563]},{"name":"METADATA_RECORD","features":[563]},{"name":"METADATA_REFERENCE","features":[563]},{"name":"METADATA_SECURE","features":[563]},{"name":"METADATA_VOLATILE","features":[563]},{"name":"MSCS_MD_ID_BEGIN_RESERVED","features":[563]},{"name":"MSCS_MD_ID_END_RESERVED","features":[563]},{"name":"MULTISZ_METADATA","features":[563]},{"name":"NNTP_MD_ID_BEGIN_RESERVED","features":[563]},{"name":"NNTP_MD_ID_END_RESERVED","features":[563]},{"name":"PFN_GETEXTENSIONVERSION","features":[307,563]},{"name":"PFN_HSE_CACHE_INVALIDATION_CALLBACK","features":[563]},{"name":"PFN_HSE_GET_PROTOCOL_MANAGER_CUSTOM_INTERFACE_CALLBACK","features":[563]},{"name":"PFN_HSE_IO_COMPLETION","features":[307,563]},{"name":"PFN_HTTPEXTENSIONPROC","features":[307,563]},{"name":"PFN_IIS_GETSERVERVARIABLE","features":[307,563]},{"name":"PFN_IIS_READCLIENT","features":[307,563]},{"name":"PFN_IIS_SERVERSUPPORTFUNCTION","features":[307,563]},{"name":"PFN_IIS_WRITECLIENT","features":[307,563]},{"name":"PFN_TERMINATEEXTENSION","features":[307,563]},{"name":"PFN_WEB_CORE_ACTIVATE","features":[563]},{"name":"PFN_WEB_CORE_SET_METADATA_DLL_ENTRY","features":[563]},{"name":"PFN_WEB_CORE_SHUTDOWN","features":[563]},{"name":"POP3_MD_ID_BEGIN_RESERVED","features":[563]},{"name":"POP3_MD_ID_END_RESERVED","features":[563]},{"name":"POST_PROCESS_PARAMETERS","features":[307,563]},{"name":"PRE_PROCESS_PARAMETERS","features":[307,563]},{"name":"SF_DENIED_APPLICATION","features":[563]},{"name":"SF_DENIED_BY_CONFIG","features":[563]},{"name":"SF_DENIED_FILTER","features":[563]},{"name":"SF_DENIED_LOGON","features":[563]},{"name":"SF_DENIED_RESOURCE","features":[563]},{"name":"SF_MAX_AUTH_TYPE","features":[563]},{"name":"SF_MAX_FILTER_DESC_LEN","features":[563]},{"name":"SF_MAX_PASSWORD","features":[563]},{"name":"SF_MAX_USERNAME","features":[563]},{"name":"SF_NOTIFY_ACCESS_DENIED","features":[563]},{"name":"SF_NOTIFY_AUTHENTICATION","features":[563]},{"name":"SF_NOTIFY_AUTH_COMPLETE","features":[563]},{"name":"SF_NOTIFY_END_OF_NET_SESSION","features":[563]},{"name":"SF_NOTIFY_END_OF_REQUEST","features":[563]},{"name":"SF_NOTIFY_LOG","features":[563]},{"name":"SF_NOTIFY_NONSECURE_PORT","features":[563]},{"name":"SF_NOTIFY_ORDER_DEFAULT","features":[563]},{"name":"SF_NOTIFY_ORDER_HIGH","features":[563]},{"name":"SF_NOTIFY_ORDER_LOW","features":[563]},{"name":"SF_NOTIFY_ORDER_MEDIUM","features":[563]},{"name":"SF_NOTIFY_PREPROC_HEADERS","features":[563]},{"name":"SF_NOTIFY_READ_RAW_DATA","features":[563]},{"name":"SF_NOTIFY_SECURE_PORT","features":[563]},{"name":"SF_NOTIFY_SEND_RAW_DATA","features":[563]},{"name":"SF_NOTIFY_SEND_RESPONSE","features":[563]},{"name":"SF_NOTIFY_URL_MAP","features":[563]},{"name":"SF_PROPERTY_IIS","features":[563]},{"name":"SF_PROPERTY_INSTANCE_NUM_ID","features":[563]},{"name":"SF_PROPERTY_SSL_CTXT","features":[563]},{"name":"SF_REQ_ADD_HEADERS_ON_DENIAL","features":[563]},{"name":"SF_REQ_DISABLE_NOTIFICATIONS","features":[563]},{"name":"SF_REQ_GET_CONNID","features":[563]},{"name":"SF_REQ_GET_PROPERTY","features":[563]},{"name":"SF_REQ_NORMALIZE_URL","features":[563]},{"name":"SF_REQ_SEND_RESPONSE_HEADER","features":[563]},{"name":"SF_REQ_SET_CERTIFICATE_INFO","features":[563]},{"name":"SF_REQ_SET_NEXT_READ_SIZE","features":[563]},{"name":"SF_REQ_SET_PROXY_INFO","features":[563]},{"name":"SF_REQ_TYPE","features":[563]},{"name":"SF_STATUS_REQ_ERROR","features":[563]},{"name":"SF_STATUS_REQ_FINISHED","features":[563]},{"name":"SF_STATUS_REQ_FINISHED_KEEP_CONN","features":[563]},{"name":"SF_STATUS_REQ_HANDLED_NOTIFICATION","features":[563]},{"name":"SF_STATUS_REQ_NEXT_NOTIFICATION","features":[563]},{"name":"SF_STATUS_REQ_READ_NEXT","features":[563]},{"name":"SF_STATUS_TYPE","features":[563]},{"name":"SMTP_MD_ID_BEGIN_RESERVED","features":[563]},{"name":"SMTP_MD_ID_END_RESERVED","features":[563]},{"name":"STRING_METADATA","features":[563]},{"name":"USER_MD_ID_BASE_RESERVED","features":[563]},{"name":"WAM_MD_ID_BEGIN_RESERVED","features":[563]},{"name":"WAM_MD_ID_END_RESERVED","features":[563]},{"name":"WAM_MD_SERVER_BASE","features":[563]},{"name":"WEBDAV_MD_SERVER_BASE","features":[563]},{"name":"WEB_CORE_ACTIVATE_DLL_ENTRY","features":[563]},{"name":"WEB_CORE_DLL_NAME","features":[563]},{"name":"WEB_CORE_SET_METADATA_DLL_ENTRY","features":[563]},{"name":"WEB_CORE_SHUTDOWN_DLL_ENTRY","features":[563]}],"576":[{"name":"ABL_5_WO","features":[327]},{"name":"ADR_1","features":[327]},{"name":"ADR_2","features":[327]},{"name":"AIT1_8mm","features":[327]},{"name":"AIT_8mm","features":[327]},{"name":"AME_8mm","features":[327]},{"name":"ASSERT_ALTERNATE","features":[327]},{"name":"ASSERT_PRIMARY","features":[327]},{"name":"ASYNC_DUPLICATE_EXTENTS_STATUS","features":[327]},{"name":"ATAPI_ID_CMD","features":[327]},{"name":"AVATAR_F2","features":[327]},{"name":"AllElements","features":[327]},{"name":"AtaDataTypeIdentify","features":[327]},{"name":"AtaDataTypeLogPage","features":[327]},{"name":"AtaDataTypeUnknown","features":[327]},{"name":"BIN_COUNT","features":[327]},{"name":"BIN_RANGE","features":[327]},{"name":"BIN_RESULTS","features":[327]},{"name":"BIN_TYPES","features":[327]},{"name":"BOOT_AREA_INFO","features":[327]},{"name":"BULK_SECURITY_TEST_DATA","features":[327]},{"name":"CAP_ATAPI_ID_CMD","features":[327]},{"name":"CAP_ATA_ID_CMD","features":[327]},{"name":"CAP_SMART_CMD","features":[327]},{"name":"CDB_SIZE","features":[327]},{"name":"CD_R","features":[327]},{"name":"CD_ROM","features":[327]},{"name":"CD_RW","features":[327]},{"name":"CHANGER_BAR_CODE_SCANNER_INSTALLED","features":[327]},{"name":"CHANGER_CARTRIDGE_MAGAZINE","features":[327]},{"name":"CHANGER_CLEANER_ACCESS_NOT_VALID","features":[327]},{"name":"CHANGER_CLEANER_AUTODISMOUNT","features":[327]},{"name":"CHANGER_CLEANER_OPS_NOT_SUPPORTED","features":[327]},{"name":"CHANGER_CLEANER_SLOT","features":[327]},{"name":"CHANGER_CLOSE_IEPORT","features":[327]},{"name":"CHANGER_DEVICE_PROBLEM_TYPE","features":[327]},{"name":"CHANGER_DEVICE_REINITIALIZE_CAPABLE","features":[327]},{"name":"CHANGER_DRIVE_CLEANING_REQUIRED","features":[327]},{"name":"CHANGER_DRIVE_EMPTY_ON_DOOR_ACCESS","features":[327]},{"name":"CHANGER_ELEMENT","features":[327]},{"name":"CHANGER_ELEMENT_LIST","features":[327]},{"name":"CHANGER_ELEMENT_STATUS","features":[327]},{"name":"CHANGER_ELEMENT_STATUS_EX","features":[327]},{"name":"CHANGER_ELEMENT_STATUS_FLAGS","features":[327]},{"name":"CHANGER_EXCHANGE_MEDIA","features":[327]},{"name":"CHANGER_EXCHANGE_MEDIUM","features":[307,327]},{"name":"CHANGER_FEATURES","features":[327]},{"name":"CHANGER_IEPORT_USER_CONTROL_CLOSE","features":[327]},{"name":"CHANGER_IEPORT_USER_CONTROL_OPEN","features":[327]},{"name":"CHANGER_INITIALIZE_ELEMENT_STATUS","features":[307,327]},{"name":"CHANGER_INIT_ELEM_STAT_WITH_RANGE","features":[327]},{"name":"CHANGER_KEYPAD_ENABLE_DISABLE","features":[327]},{"name":"CHANGER_LOCK_UNLOCK","features":[327]},{"name":"CHANGER_MEDIUM_FLIP","features":[327]},{"name":"CHANGER_MOVE_EXTENDS_IEPORT","features":[327]},{"name":"CHANGER_MOVE_MEDIUM","features":[307,327]},{"name":"CHANGER_MOVE_RETRACTS_IEPORT","features":[327]},{"name":"CHANGER_OPEN_IEPORT","features":[327]},{"name":"CHANGER_POSITION_TO_ELEMENT","features":[327]},{"name":"CHANGER_PREDISMOUNT_ALIGN_TO_DRIVE","features":[327]},{"name":"CHANGER_PREDISMOUNT_ALIGN_TO_SLOT","features":[327]},{"name":"CHANGER_PREDISMOUNT_EJECT_REQUIRED","features":[327]},{"name":"CHANGER_PREMOUNT_EJECT_REQUIRED","features":[327]},{"name":"CHANGER_PRODUCT_DATA","features":[327]},{"name":"CHANGER_READ_ELEMENT_STATUS","features":[307,327]},{"name":"CHANGER_REPORT_IEPORT_STATE","features":[327]},{"name":"CHANGER_RESERVED_BIT","features":[327]},{"name":"CHANGER_RTN_MEDIA_TO_ORIGINAL_ADDR","features":[327]},{"name":"CHANGER_SEND_VOLUME_TAG_INFORMATION","features":[327]},{"name":"CHANGER_SERIAL_NUMBER_VALID","features":[327]},{"name":"CHANGER_SET_ACCESS","features":[327]},{"name":"CHANGER_SET_POSITION","features":[307,327]},{"name":"CHANGER_SLOTS_USE_TRAYS","features":[327]},{"name":"CHANGER_STATUS_NON_VOLATILE","features":[327]},{"name":"CHANGER_STORAGE_DRIVE","features":[327]},{"name":"CHANGER_STORAGE_IEPORT","features":[327]},{"name":"CHANGER_STORAGE_SLOT","features":[327]},{"name":"CHANGER_STORAGE_TRANSPORT","features":[327]},{"name":"CHANGER_TO_DRIVE","features":[327]},{"name":"CHANGER_TO_IEPORT","features":[327]},{"name":"CHANGER_TO_SLOT","features":[327]},{"name":"CHANGER_TO_TRANSPORT","features":[327]},{"name":"CHANGER_TRUE_EXCHANGE_CAPABLE","features":[327]},{"name":"CHANGER_VOLUME_ASSERT","features":[327]},{"name":"CHANGER_VOLUME_IDENTIFICATION","features":[327]},{"name":"CHANGER_VOLUME_REPLACE","features":[327]},{"name":"CHANGER_VOLUME_SEARCH","features":[327]},{"name":"CHANGER_VOLUME_UNDEFINE","features":[327]},{"name":"CHECKSUM_TYPE_CRC32","features":[327]},{"name":"CHECKSUM_TYPE_CRC64","features":[327]},{"name":"CHECKSUM_TYPE_ECC","features":[327]},{"name":"CHECKSUM_TYPE_FIRST_UNUSED_TYPE","features":[327]},{"name":"CHECKSUM_TYPE_NONE","features":[327]},{"name":"CHECKSUM_TYPE_SHA256","features":[327]},{"name":"CLASS_MEDIA_CHANGE_CONTEXT","features":[327]},{"name":"CLEANER_CARTRIDGE","features":[327]},{"name":"CLUSTER_RANGE","features":[327]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_DO_NOT_MAP_NAME","features":[327]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_EXCEPTION_ROOT","features":[327]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_ROOT","features":[327]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_TARGET_ROOT","features":[327]},{"name":"CONTAINER_ROOT_INFO_FLAG_LAYER_ROOT","features":[327]},{"name":"CONTAINER_ROOT_INFO_FLAG_SCRATCH_ROOT","features":[327]},{"name":"CONTAINER_ROOT_INFO_FLAG_UNION_LAYER_ROOT","features":[327]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_EXCEPTION_ROOT","features":[327]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_ROOT","features":[327]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_TARGET_ROOT","features":[327]},{"name":"CONTAINER_ROOT_INFO_INPUT","features":[327]},{"name":"CONTAINER_ROOT_INFO_OUTPUT","features":[327]},{"name":"CONTAINER_ROOT_INFO_VALID_FLAGS","features":[327]},{"name":"CONTAINER_VOLUME_STATE","features":[327]},{"name":"CONTAINER_VOLUME_STATE_HOSTING_CONTAINER","features":[327]},{"name":"COPYFILE_SIS_FLAGS","features":[327]},{"name":"COPYFILE_SIS_LINK","features":[327]},{"name":"COPYFILE_SIS_REPLACE","features":[327]},{"name":"CREATE_DISK","features":[327]},{"name":"CREATE_DISK_GPT","features":[327]},{"name":"CREATE_DISK_MBR","features":[327]},{"name":"CREATE_USN_JOURNAL_DATA","features":[327]},{"name":"CSVFS_DISK_CONNECTIVITY","features":[327]},{"name":"CSV_CONTROL_OP","features":[327]},{"name":"CSV_CONTROL_PARAM","features":[327]},{"name":"CSV_INVALID_DEVICE_NUMBER","features":[327]},{"name":"CSV_IS_OWNED_BY_CSVFS","features":[307,327]},{"name":"CSV_MGMTLOCK_CHECK_VOLUME_REDIRECTED","features":[327]},{"name":"CSV_MGMT_LOCK","features":[327]},{"name":"CSV_NAMESPACE_INFO","features":[327]},{"name":"CSV_QUERY_FILE_REVISION","features":[327]},{"name":"CSV_QUERY_FILE_REVISION_FILE_ID_128","features":[326,327]},{"name":"CSV_QUERY_MDS_PATH","features":[327]},{"name":"CSV_QUERY_MDS_PATH_FLAG_CSV_DIRECT_IO_ENABLED","features":[327]},{"name":"CSV_QUERY_MDS_PATH_FLAG_SMB_BYPASS_CSV_ENABLED","features":[327]},{"name":"CSV_QUERY_MDS_PATH_FLAG_STORAGE_ON_THIS_NODE_IS_CONNECTED","features":[327]},{"name":"CSV_QUERY_MDS_PATH_V2","features":[327]},{"name":"CSV_QUERY_MDS_PATH_V2_VERSION_1","features":[327]},{"name":"CSV_QUERY_REDIRECT_STATE","features":[307,327]},{"name":"CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT","features":[327]},{"name":"CSV_QUERY_VOLUME_ID","features":[327]},{"name":"CSV_QUERY_VOLUME_REDIRECT_STATE","features":[307,327]},{"name":"CSV_SET_VOLUME_ID","features":[327]},{"name":"CYGNET_12_WO","features":[327]},{"name":"ChangerDoor","features":[327]},{"name":"ChangerDrive","features":[327]},{"name":"ChangerIEPort","features":[327]},{"name":"ChangerKeypad","features":[327]},{"name":"ChangerMaxElement","features":[327]},{"name":"ChangerSlot","features":[327]},{"name":"ChangerTransport","features":[327]},{"name":"CsvControlDisableCaching","features":[327]},{"name":"CsvControlEnableCaching","features":[327]},{"name":"CsvControlEnableUSNRangeModificationTracking","features":[327]},{"name":"CsvControlGetCsvFsMdsPathV2","features":[327]},{"name":"CsvControlMarkHandleLocalVolumeMount","features":[327]},{"name":"CsvControlQueryFileRevision","features":[327]},{"name":"CsvControlQueryFileRevisionFileId128","features":[327]},{"name":"CsvControlQueryMdsPath","features":[327]},{"name":"CsvControlQueryMdsPathNoPause","features":[327]},{"name":"CsvControlQueryRedirectState","features":[327]},{"name":"CsvControlQueryVolumeId","features":[327]},{"name":"CsvControlQueryVolumeRedirectState","features":[327]},{"name":"CsvControlSetVolumeId","features":[327]},{"name":"CsvControlStartForceDFO","features":[327]},{"name":"CsvControlStartRedirectFile","features":[327]},{"name":"CsvControlStopForceDFO","features":[327]},{"name":"CsvControlStopRedirectFile","features":[327]},{"name":"CsvControlUnmarkHandleLocalVolumeMount","features":[327]},{"name":"CsvFsDiskConnectivityAllNodes","features":[327]},{"name":"CsvFsDiskConnectivityMdsNodeOnly","features":[327]},{"name":"CsvFsDiskConnectivityNone","features":[327]},{"name":"CsvFsDiskConnectivitySubsetOfNodes","features":[327]},{"name":"DAX_ALLOC_ALIGNMENT_FLAG_FALLBACK_SPECIFIED","features":[327]},{"name":"DAX_ALLOC_ALIGNMENT_FLAG_MANDATORY","features":[327]},{"name":"DDS_4mm","features":[327]},{"name":"DDUMP_FLAG_DATA_READ_FROM_DEVICE","features":[327]},{"name":"DECRYPTION_STATUS_BUFFER","features":[307,327]},{"name":"DELETE_USN_JOURNAL_DATA","features":[327]},{"name":"DETECTION_TYPE","features":[327]},{"name":"DEVICEDUMP_CAP_PRIVATE_SECTION","features":[327]},{"name":"DEVICEDUMP_CAP_RESTRICTED_SECTION","features":[327]},{"name":"DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE","features":[327]},{"name":"DEVICEDUMP_MAX_IDSTRING","features":[327]},{"name":"DEVICEDUMP_PRIVATE_SUBSECTION","features":[327]},{"name":"DEVICEDUMP_PUBLIC_SUBSECTION","features":[327]},{"name":"DEVICEDUMP_RESTRICTED_SUBSECTION","features":[327]},{"name":"DEVICEDUMP_SECTION_HEADER","features":[327]},{"name":"DEVICEDUMP_STORAGEDEVICE_DATA","features":[327]},{"name":"DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP","features":[327]},{"name":"DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD","features":[327]},{"name":"DEVICEDUMP_STRUCTURE_VERSION","features":[327]},{"name":"DEVICEDUMP_STRUCTURE_VERSION_V1","features":[327]},{"name":"DEVICEDUMP_SUBSECTION_POINTER","features":[327]},{"name":"DEVICE_COPY_OFFLOAD_DESCRIPTOR","features":[327]},{"name":"DEVICE_DATA_SET_LBP_STATE_PARAMETERS","features":[327]},{"name":"DEVICE_DATA_SET_LBP_STATE_PARAMETERS_VERSION_V1","features":[327]},{"name":"DEVICE_DATA_SET_LB_PROVISIONING_STATE","features":[327]},{"name":"DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2","features":[327]},{"name":"DEVICE_DATA_SET_RANGE","features":[327]},{"name":"DEVICE_DATA_SET_REPAIR_OUTPUT","features":[327]},{"name":"DEVICE_DATA_SET_REPAIR_PARAMETERS","features":[327]},{"name":"DEVICE_DATA_SET_SCRUB_EX_OUTPUT","features":[327]},{"name":"DEVICE_DATA_SET_SCRUB_OUTPUT","features":[327]},{"name":"DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT","features":[327]},{"name":"DEVICE_DSM_CONVERSION_OUTPUT","features":[327]},{"name":"DEVICE_DSM_DEFINITION","features":[307,327]},{"name":"DEVICE_DSM_FLAG_ALLOCATION_CONSOLIDATEABLE_ONLY","features":[327]},{"name":"DEVICE_DSM_FLAG_ENTIRE_DATA_SET_RANGE","features":[327]},{"name":"DEVICE_DSM_FLAG_PHYSICAL_ADDRESSES_OMIT_TOTAL_RANGES","features":[327]},{"name":"DEVICE_DSM_FLAG_REPAIR_INPUT_TOPOLOGY_ID_PRESENT","features":[327]},{"name":"DEVICE_DSM_FLAG_REPAIR_OUTPUT_PARITY_EXTENT","features":[327]},{"name":"DEVICE_DSM_FLAG_SCRUB_OUTPUT_PARITY_EXTENT","features":[327]},{"name":"DEVICE_DSM_FLAG_SCRUB_SKIP_IN_SYNC","features":[327]},{"name":"DEVICE_DSM_FLAG_TRIM_BYPASS_RZAT","features":[327]},{"name":"DEVICE_DSM_FLAG_TRIM_NOT_FS_ALLOCATED","features":[327]},{"name":"DEVICE_DSM_FREE_SPACE_OUTPUT","features":[327]},{"name":"DEVICE_DSM_LOST_QUERY_OUTPUT","features":[327]},{"name":"DEVICE_DSM_LOST_QUERY_PARAMETERS","features":[327]},{"name":"DEVICE_DSM_NOTIFICATION_PARAMETERS","features":[327]},{"name":"DEVICE_DSM_NOTIFY_FLAG_BEGIN","features":[327]},{"name":"DEVICE_DSM_NOTIFY_FLAG_END","features":[327]},{"name":"DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS","features":[327]},{"name":"DEVICE_DSM_OFFLOAD_READ_PARAMETERS","features":[327]},{"name":"DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS","features":[327]},{"name":"DEVICE_DSM_PARAMETERS_V1","features":[327]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT","features":[327]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT_V1","features":[327]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT_VERSION_V1","features":[327]},{"name":"DEVICE_DSM_RANGE_ERROR_INFO","features":[327]},{"name":"DEVICE_DSM_RANGE_ERROR_INFO_VERSION_V1","features":[327]},{"name":"DEVICE_DSM_RANGE_ERROR_OUTPUT_V1","features":[327]},{"name":"DEVICE_DSM_REPORT_ZONES_DATA","features":[307,327]},{"name":"DEVICE_DSM_REPORT_ZONES_PARAMETERS","features":[327]},{"name":"DEVICE_DSM_TIERING_QUERY_INPUT","features":[327]},{"name":"DEVICE_DSM_TIERING_QUERY_OUTPUT","features":[327]},{"name":"DEVICE_INTERNAL_STATUS_DATA","features":[327]},{"name":"DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE","features":[327]},{"name":"DEVICE_INTERNAL_STATUS_DATA_SET","features":[327]},{"name":"DEVICE_LB_PROVISIONING_DESCRIPTOR","features":[327]},{"name":"DEVICE_LOCATION","features":[327]},{"name":"DEVICE_MANAGE_DATA_SET_ATTRIBUTES","features":[327]},{"name":"DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT","features":[327]},{"name":"DEVICE_MEDIA_INFO","features":[326,327]},{"name":"DEVICE_POWER_DESCRIPTOR","features":[307,327]},{"name":"DEVICE_SEEK_PENALTY_DESCRIPTOR","features":[307,327]},{"name":"DEVICE_STORAGE_ADDRESS_RANGE","features":[327]},{"name":"DEVICE_STORAGE_NO_ERRORS","features":[327]},{"name":"DEVICE_STORAGE_RANGE_ATTRIBUTES","features":[327]},{"name":"DEVICE_TRIM_DESCRIPTOR","features":[307,327]},{"name":"DEVICE_WRITE_AGGREGATION_DESCRIPTOR","features":[307,327]},{"name":"DEVPKEY_Storage_Disk_Number","features":[305,327]},{"name":"DEVPKEY_Storage_Gpt_Name","features":[305,327]},{"name":"DEVPKEY_Storage_Gpt_Type","features":[305,327]},{"name":"DEVPKEY_Storage_Mbr_Type","features":[305,327]},{"name":"DEVPKEY_Storage_Partition_Number","features":[305,327]},{"name":"DEVPKEY_Storage_Portable","features":[305,327]},{"name":"DEVPKEY_Storage_Removable_Media","features":[305,327]},{"name":"DEVPKEY_Storage_System_Critical","features":[305,327]},{"name":"DISABLE_SMART","features":[327]},{"name":"DISK_ATTRIBUTE_OFFLINE","features":[327]},{"name":"DISK_ATTRIBUTE_READ_ONLY","features":[327]},{"name":"DISK_BINNING","features":[327]},{"name":"DISK_CACHE_INFORMATION","features":[307,327]},{"name":"DISK_CACHE_RETENTION_PRIORITY","features":[327]},{"name":"DISK_CONTROLLER_NUMBER","features":[327]},{"name":"DISK_DETECTION_INFO","features":[327]},{"name":"DISK_EXTENT","features":[327]},{"name":"DISK_EX_INT13_INFO","features":[327]},{"name":"DISK_GEOMETRY","features":[327]},{"name":"DISK_GEOMETRY_EX","features":[327]},{"name":"DISK_GROW_PARTITION","features":[327]},{"name":"DISK_HISTOGRAM","features":[327]},{"name":"DISK_INT13_INFO","features":[327]},{"name":"DISK_LOGGING","features":[327]},{"name":"DISK_LOGGING_DUMP","features":[327]},{"name":"DISK_LOGGING_START","features":[327]},{"name":"DISK_LOGGING_STOP","features":[327]},{"name":"DISK_PARTITION_INFO","features":[327]},{"name":"DISK_PERFORMANCE","features":[327]},{"name":"DISK_RECORD","features":[307,327]},{"name":"DLT","features":[327]},{"name":"DMI","features":[327]},{"name":"DRIVERSTATUS","features":[327]},{"name":"DRIVE_LAYOUT_INFORMATION","features":[307,327]},{"name":"DRIVE_LAYOUT_INFORMATION_EX","features":[307,327]},{"name":"DRIVE_LAYOUT_INFORMATION_GPT","features":[327]},{"name":"DRIVE_LAYOUT_INFORMATION_MBR","features":[327]},{"name":"DST_L","features":[327]},{"name":"DST_M","features":[327]},{"name":"DST_S","features":[327]},{"name":"DUPLICATE_EXTENTS_DATA","features":[307,327]},{"name":"DUPLICATE_EXTENTS_DATA32","features":[327]},{"name":"DUPLICATE_EXTENTS_DATA_EX","features":[307,327]},{"name":"DUPLICATE_EXTENTS_DATA_EX32","features":[327]},{"name":"DUPLICATE_EXTENTS_DATA_EX_ASYNC","features":[327]},{"name":"DUPLICATE_EXTENTS_DATA_EX_SOURCE_ATOMIC","features":[327]},{"name":"DUPLICATE_EXTENTS_STATE","features":[327]},{"name":"DVD_R","features":[327]},{"name":"DVD_RAM","features":[327]},{"name":"DVD_ROM","features":[327]},{"name":"DVD_RW","features":[327]},{"name":"DV_6mm","features":[327]},{"name":"DetectExInt13","features":[327]},{"name":"DetectInt13","features":[327]},{"name":"DetectNone","features":[327]},{"name":"DeviceCurrentInternalStatusData","features":[327]},{"name":"DeviceCurrentInternalStatusDataHeader","features":[327]},{"name":"DeviceDsmActionFlag_NonDestructive","features":[327]},{"name":"DeviceInternalStatusDataRequestTypeUndefined","features":[327]},{"name":"DeviceProblemCHMError","features":[327]},{"name":"DeviceProblemCHMMoveError","features":[327]},{"name":"DeviceProblemCHMZeroError","features":[327]},{"name":"DeviceProblemCalibrationError","features":[327]},{"name":"DeviceProblemCartridgeEjectError","features":[327]},{"name":"DeviceProblemCartridgeInsertError","features":[327]},{"name":"DeviceProblemDoorOpen","features":[327]},{"name":"DeviceProblemDriveError","features":[327]},{"name":"DeviceProblemGripperError","features":[327]},{"name":"DeviceProblemHardware","features":[327]},{"name":"DeviceProblemNone","features":[327]},{"name":"DeviceProblemPositionError","features":[327]},{"name":"DeviceProblemSensorError","features":[327]},{"name":"DeviceProblemTargetFailure","features":[327]},{"name":"DeviceSavedInternalStatusData","features":[327]},{"name":"DeviceSavedInternalStatusDataHeader","features":[327]},{"name":"DeviceStatusDataSet1","features":[327]},{"name":"DeviceStatusDataSet2","features":[327]},{"name":"DeviceStatusDataSet3","features":[327]},{"name":"DeviceStatusDataSet4","features":[327]},{"name":"DeviceStatusDataSetMax","features":[327]},{"name":"DeviceStatusDataSetUndefined","features":[327]},{"name":"DiskHealthHealthy","features":[327]},{"name":"DiskHealthMax","features":[327]},{"name":"DiskHealthUnhealthy","features":[327]},{"name":"DiskHealthUnknown","features":[327]},{"name":"DiskHealthWarning","features":[327]},{"name":"DiskOpReasonBackgroundOperation","features":[327]},{"name":"DiskOpReasonComponent","features":[327]},{"name":"DiskOpReasonConfiguration","features":[327]},{"name":"DiskOpReasonDataPersistenceLossImminent","features":[327]},{"name":"DiskOpReasonDeviceController","features":[327]},{"name":"DiskOpReasonDisabledByPlatform","features":[327]},{"name":"DiskOpReasonEnergySource","features":[327]},{"name":"DiskOpReasonHealthCheck","features":[327]},{"name":"DiskOpReasonInvalidFirmware","features":[327]},{"name":"DiskOpReasonIo","features":[327]},{"name":"DiskOpReasonLostData","features":[327]},{"name":"DiskOpReasonLostDataPersistence","features":[327]},{"name":"DiskOpReasonLostWritePersistence","features":[327]},{"name":"DiskOpReasonMax","features":[327]},{"name":"DiskOpReasonMedia","features":[327]},{"name":"DiskOpReasonMediaController","features":[327]},{"name":"DiskOpReasonNVDIMM_N","features":[327]},{"name":"DiskOpReasonScsiSenseCode","features":[327]},{"name":"DiskOpReasonThresholdExceeded","features":[327]},{"name":"DiskOpReasonUnknown","features":[327]},{"name":"DiskOpReasonWritePersistenceLossImminent","features":[327]},{"name":"DiskOpStatusHardwareError","features":[327]},{"name":"DiskOpStatusInService","features":[327]},{"name":"DiskOpStatusMissing","features":[327]},{"name":"DiskOpStatusNone","features":[327]},{"name":"DiskOpStatusNotUsable","features":[327]},{"name":"DiskOpStatusOk","features":[327]},{"name":"DiskOpStatusPredictingFailure","features":[327]},{"name":"DiskOpStatusTransientError","features":[327]},{"name":"DiskOpStatusUnknown","features":[327]},{"name":"EFS_TRACKED_OFFSET_HEADER_FLAG","features":[327]},{"name":"ELEMENT_STATUS_ACCESS","features":[327]},{"name":"ELEMENT_STATUS_AVOLTAG","features":[327]},{"name":"ELEMENT_STATUS_EXCEPT","features":[327]},{"name":"ELEMENT_STATUS_EXENAB","features":[327]},{"name":"ELEMENT_STATUS_FULL","features":[327]},{"name":"ELEMENT_STATUS_ID_VALID","features":[327]},{"name":"ELEMENT_STATUS_IMPEXP","features":[327]},{"name":"ELEMENT_STATUS_INENAB","features":[327]},{"name":"ELEMENT_STATUS_INVERT","features":[327]},{"name":"ELEMENT_STATUS_LUN_VALID","features":[327]},{"name":"ELEMENT_STATUS_NOT_BUS","features":[327]},{"name":"ELEMENT_STATUS_PRODUCT_DATA","features":[327]},{"name":"ELEMENT_STATUS_PVOLTAG","features":[327]},{"name":"ELEMENT_STATUS_SVALID","features":[327]},{"name":"ELEMENT_TYPE","features":[327]},{"name":"ENABLE_DISABLE_AUTOSAVE","features":[327]},{"name":"ENABLE_DISABLE_AUTO_OFFLINE","features":[327]},{"name":"ENABLE_SMART","features":[327]},{"name":"ENCRYPTED_DATA_INFO","features":[327]},{"name":"ENCRYPTED_DATA_INFO_SPARSE_FILE","features":[327]},{"name":"ENCRYPTION_BUFFER","features":[327]},{"name":"ENCRYPTION_FORMAT_DEFAULT","features":[327]},{"name":"ENCRYPTION_KEY_CTRL_INPUT","features":[327]},{"name":"ERROR_DRIVE_NOT_INSTALLED","features":[327]},{"name":"ERROR_HISTORY_DIRECTORY_ENTRY_DEFAULT_COUNT","features":[327]},{"name":"ERROR_INIT_STATUS_NEEDED","features":[327]},{"name":"ERROR_LABEL_QUESTIONABLE","features":[327]},{"name":"ERROR_LABEL_UNREADABLE","features":[327]},{"name":"ERROR_SLOT_NOT_PRESENT","features":[327]},{"name":"ERROR_TRAY_MALFUNCTION","features":[327]},{"name":"ERROR_UNHANDLED_ERROR","features":[327]},{"name":"EXECUTE_OFFLINE_DIAGS","features":[327]},{"name":"EXFAT_STATISTICS","features":[327]},{"name":"EXTENDED_ENCRYPTED_DATA_INFO","features":[327]},{"name":"EXTEND_IEPORT","features":[327]},{"name":"EqualPriority","features":[327]},{"name":"F3_120M_512","features":[327]},{"name":"F3_128Mb_512","features":[327]},{"name":"F3_1Pt23_1024","features":[327]},{"name":"F3_1Pt2_512","features":[327]},{"name":"F3_1Pt44_512","features":[327]},{"name":"F3_200Mb_512","features":[327]},{"name":"F3_20Pt8_512","features":[327]},{"name":"F3_230Mb_512","features":[327]},{"name":"F3_240M_512","features":[327]},{"name":"F3_2Pt88_512","features":[327]},{"name":"F3_32M_512","features":[327]},{"name":"F3_640_512","features":[327]},{"name":"F3_720_512","features":[327]},{"name":"F5_160_512","features":[327]},{"name":"F5_180_512","features":[327]},{"name":"F5_1Pt23_1024","features":[327]},{"name":"F5_1Pt2_512","features":[327]},{"name":"F5_320_1024","features":[327]},{"name":"F5_320_512","features":[327]},{"name":"F5_360_512","features":[327]},{"name":"F5_640_512","features":[327]},{"name":"F5_720_512","features":[327]},{"name":"F8_256_128","features":[327]},{"name":"FAT_STATISTICS","features":[327]},{"name":"FILESYSTEM_STATISTICS","features":[327]},{"name":"FILESYSTEM_STATISTICS_EX","features":[327]},{"name":"FILESYSTEM_STATISTICS_TYPE","features":[327]},{"name":"FILESYSTEM_STATISTICS_TYPE_EXFAT","features":[327]},{"name":"FILESYSTEM_STATISTICS_TYPE_FAT","features":[327]},{"name":"FILESYSTEM_STATISTICS_TYPE_NTFS","features":[327]},{"name":"FILESYSTEM_STATISTICS_TYPE_REFS","features":[327]},{"name":"FILE_ALLOCATED_RANGE_BUFFER","features":[327]},{"name":"FILE_ANY_ACCESS","features":[327]},{"name":"FILE_CLEAR_ENCRYPTION","features":[327]},{"name":"FILE_DESIRED_STORAGE_CLASS_INFORMATION","features":[327]},{"name":"FILE_DEVICE_8042_PORT","features":[327]},{"name":"FILE_DEVICE_ACPI","features":[327]},{"name":"FILE_DEVICE_BATTERY","features":[327]},{"name":"FILE_DEVICE_BEEP","features":[327]},{"name":"FILE_DEVICE_BIOMETRIC","features":[327]},{"name":"FILE_DEVICE_BLUETOOTH","features":[327]},{"name":"FILE_DEVICE_BUS_EXTENDER","features":[327]},{"name":"FILE_DEVICE_CD_ROM_FILE_SYSTEM","features":[327]},{"name":"FILE_DEVICE_CHANGER","features":[327]},{"name":"FILE_DEVICE_CONSOLE","features":[327]},{"name":"FILE_DEVICE_CONTROLLER","features":[327]},{"name":"FILE_DEVICE_CRYPT_PROVIDER","features":[327]},{"name":"FILE_DEVICE_DATALINK","features":[327]},{"name":"FILE_DEVICE_DEVAPI","features":[327]},{"name":"FILE_DEVICE_DFS","features":[327]},{"name":"FILE_DEVICE_DFS_FILE_SYSTEM","features":[327]},{"name":"FILE_DEVICE_DFS_VOLUME","features":[327]},{"name":"FILE_DEVICE_DISK_FILE_SYSTEM","features":[327]},{"name":"FILE_DEVICE_EHSTOR","features":[327]},{"name":"FILE_DEVICE_EVENT_COLLECTOR","features":[327]},{"name":"FILE_DEVICE_FILE_SYSTEM","features":[327]},{"name":"FILE_DEVICE_FIPS","features":[327]},{"name":"FILE_DEVICE_FULLSCREEN_VIDEO","features":[327]},{"name":"FILE_DEVICE_GPIO","features":[327]},{"name":"FILE_DEVICE_HOLOGRAPHIC","features":[327]},{"name":"FILE_DEVICE_INFINIBAND","features":[327]},{"name":"FILE_DEVICE_INPORT_PORT","features":[327]},{"name":"FILE_DEVICE_KEYBOARD","features":[327]},{"name":"FILE_DEVICE_KS","features":[327]},{"name":"FILE_DEVICE_KSEC","features":[327]},{"name":"FILE_DEVICE_MAILSLOT","features":[327]},{"name":"FILE_DEVICE_MASS_STORAGE","features":[327]},{"name":"FILE_DEVICE_MIDI_IN","features":[327]},{"name":"FILE_DEVICE_MIDI_OUT","features":[327]},{"name":"FILE_DEVICE_MODEM","features":[327]},{"name":"FILE_DEVICE_MOUSE","features":[327]},{"name":"FILE_DEVICE_MT_COMPOSITE","features":[327]},{"name":"FILE_DEVICE_MT_TRANSPORT","features":[327]},{"name":"FILE_DEVICE_MULTI_UNC_PROVIDER","features":[327]},{"name":"FILE_DEVICE_NAMED_PIPE","features":[327]},{"name":"FILE_DEVICE_NETWORK","features":[327]},{"name":"FILE_DEVICE_NETWORK_BROWSER","features":[327]},{"name":"FILE_DEVICE_NETWORK_FILE_SYSTEM","features":[327]},{"name":"FILE_DEVICE_NETWORK_REDIRECTOR","features":[327]},{"name":"FILE_DEVICE_NFP","features":[327]},{"name":"FILE_DEVICE_NULL","features":[327]},{"name":"FILE_DEVICE_NVDIMM","features":[327]},{"name":"FILE_DEVICE_PARALLEL_PORT","features":[327]},{"name":"FILE_DEVICE_PERSISTENT_MEMORY","features":[327]},{"name":"FILE_DEVICE_PHYSICAL_NETCARD","features":[327]},{"name":"FILE_DEVICE_PMI","features":[327]},{"name":"FILE_DEVICE_POINT_OF_SERVICE","features":[327]},{"name":"FILE_DEVICE_PRINTER","features":[327]},{"name":"FILE_DEVICE_PRM","features":[327]},{"name":"FILE_DEVICE_SCANNER","features":[327]},{"name":"FILE_DEVICE_SCREEN","features":[327]},{"name":"FILE_DEVICE_SDFXHCI","features":[327]},{"name":"FILE_DEVICE_SERENUM","features":[327]},{"name":"FILE_DEVICE_SERIAL_MOUSE_PORT","features":[327]},{"name":"FILE_DEVICE_SERIAL_PORT","features":[327]},{"name":"FILE_DEVICE_SMB","features":[327]},{"name":"FILE_DEVICE_SOUND","features":[327]},{"name":"FILE_DEVICE_SOUNDWIRE","features":[327]},{"name":"FILE_DEVICE_STORAGE_REPLICATION","features":[327]},{"name":"FILE_DEVICE_STREAMS","features":[327]},{"name":"FILE_DEVICE_SYSENV","features":[327]},{"name":"FILE_DEVICE_TAPE_FILE_SYSTEM","features":[327]},{"name":"FILE_DEVICE_TERMSRV","features":[327]},{"name":"FILE_DEVICE_TRANSPORT","features":[327]},{"name":"FILE_DEVICE_TRUST_ENV","features":[327]},{"name":"FILE_DEVICE_UCM","features":[327]},{"name":"FILE_DEVICE_UCMTCPCI","features":[327]},{"name":"FILE_DEVICE_UCMUCSI","features":[327]},{"name":"FILE_DEVICE_UNKNOWN","features":[327]},{"name":"FILE_DEVICE_USB4","features":[327]},{"name":"FILE_DEVICE_USBEX","features":[327]},{"name":"FILE_DEVICE_VDM","features":[327]},{"name":"FILE_DEVICE_VIDEO","features":[327]},{"name":"FILE_DEVICE_VIRTUAL_BLOCK","features":[327]},{"name":"FILE_DEVICE_VIRTUAL_DISK","features":[327]},{"name":"FILE_DEVICE_VMBUS","features":[327]},{"name":"FILE_DEVICE_WAVE_IN","features":[327]},{"name":"FILE_DEVICE_WAVE_OUT","features":[327]},{"name":"FILE_DEVICE_WPD","features":[327]},{"name":"FILE_FS_PERSISTENT_VOLUME_INFORMATION","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_NON_RESIDENT","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_NOT_FOUND","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_TOO_SMALL","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_CLUSTERS_ALREADY_IN_USE","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_DENY_DEFRAG","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_IS_BASE_RECORD","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_BASE_RECORD","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_EXIST","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_IN_USE","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_ORPHAN","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_REUSED","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_INDEX_ENTRY_MISMATCH","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_ARRAY_LENGTH_COUNT","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_LCN","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_ORPHAN_RECOVERY_NAME","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_PARENT","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_RUN_LENGTH","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_VCN","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_LCN_NOT_EXIST","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_MULTIPLE_FILE_NAME_ATTRIBUTES","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_NAME_CONFLICT","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_NOTHING_WRONG","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_NOT_IMPLEMENTED","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_ORPHAN","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_ORPHAN_GENERATED","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_OUT_OF_GENERIC_NAMES","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_OUT_OF_RESOURCE","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_BASE_RECORD","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_EXIST","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_INDEX","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_IN_USE","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_REUSED","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_POTENTIAL_CROSSLINK","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_PREVIOUS_PARENT_STILL_VALID","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_RECURSIVELY_CORRUPTED","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_REPAIRED","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_REPAIR_DISABLED","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_SID_MISMATCH","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_SID_VALID","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_STALE_INFORMATION","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_SYSTEM_FILE","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_UNABLE_TO_REPAIR","features":[327]},{"name":"FILE_INITIATE_REPAIR_HINT1_VALID_INDEX_ENTRY","features":[327]},{"name":"FILE_INITIATE_REPAIR_OUTPUT_BUFFER","features":[327]},{"name":"FILE_LAYOUT_ENTRY","features":[327]},{"name":"FILE_LAYOUT_INFO_ENTRY","features":[327]},{"name":"FILE_LAYOUT_NAME_ENTRY","features":[327]},{"name":"FILE_LAYOUT_NAME_ENTRY_DOS","features":[327]},{"name":"FILE_LAYOUT_NAME_ENTRY_PRIMARY","features":[327]},{"name":"FILE_LEVEL_TRIM","features":[327]},{"name":"FILE_LEVEL_TRIM_OUTPUT","features":[327]},{"name":"FILE_LEVEL_TRIM_RANGE","features":[327]},{"name":"FILE_MAKE_COMPATIBLE_BUFFER","features":[307,327]},{"name":"FILE_OBJECTID_BUFFER","features":[327]},{"name":"FILE_PREFETCH","features":[327]},{"name":"FILE_PREFETCH_EX","features":[327]},{"name":"FILE_PREFETCH_TYPE_FOR_CREATE","features":[327]},{"name":"FILE_PREFETCH_TYPE_FOR_CREATE_EX","features":[327]},{"name":"FILE_PREFETCH_TYPE_FOR_DIRENUM","features":[327]},{"name":"FILE_PREFETCH_TYPE_FOR_DIRENUM_EX","features":[327]},{"name":"FILE_PREFETCH_TYPE_MAX","features":[327]},{"name":"FILE_PROVIDER_COMPRESSION_MAXIMUM","features":[327]},{"name":"FILE_PROVIDER_CURRENT_VERSION","features":[327]},{"name":"FILE_PROVIDER_EXTERNAL_INFO_V0","features":[327]},{"name":"FILE_PROVIDER_EXTERNAL_INFO_V1","features":[327]},{"name":"FILE_PROVIDER_FLAG_COMPRESS_ON_WRITE","features":[327]},{"name":"FILE_PROVIDER_SINGLE_FILE","features":[327]},{"name":"FILE_QUERY_ON_DISK_VOL_INFO_BUFFER","features":[327]},{"name":"FILE_QUERY_SPARING_BUFFER","features":[307,327]},{"name":"FILE_READ_ACCESS","features":[327]},{"name":"FILE_REFERENCE_RANGE","features":[327]},{"name":"FILE_REGION_INFO","features":[327]},{"name":"FILE_REGION_INPUT","features":[327]},{"name":"FILE_REGION_OUTPUT","features":[327]},{"name":"FILE_REGION_USAGE_HUGE_PAGE_ALIGNMENT","features":[327]},{"name":"FILE_REGION_USAGE_LARGE_PAGE_ALIGNMENT","features":[327]},{"name":"FILE_REGION_USAGE_OTHER_PAGE_ALIGNMENT","features":[327]},{"name":"FILE_REGION_USAGE_QUERY_ALIGNMENT","features":[327]},{"name":"FILE_REGION_USAGE_VALID_CACHED_DATA","features":[327]},{"name":"FILE_REGION_USAGE_VALID_NONCACHED_DATA","features":[327]},{"name":"FILE_SET_DEFECT_MGMT_BUFFER","features":[307,327]},{"name":"FILE_SET_ENCRYPTION","features":[327]},{"name":"FILE_SET_SPARSE_BUFFER","features":[307,327]},{"name":"FILE_SPECIAL_ACCESS","features":[327]},{"name":"FILE_STORAGE_TIER","features":[327]},{"name":"FILE_STORAGE_TIER_CLASS","features":[327]},{"name":"FILE_STORAGE_TIER_DESCRIPTION_LENGTH","features":[327]},{"name":"FILE_STORAGE_TIER_FLAGS","features":[327]},{"name":"FILE_STORAGE_TIER_FLAG_NO_SEEK_PENALTY","features":[327]},{"name":"FILE_STORAGE_TIER_FLAG_PARITY","features":[327]},{"name":"FILE_STORAGE_TIER_FLAG_READ_CACHE","features":[327]},{"name":"FILE_STORAGE_TIER_FLAG_SMR","features":[327]},{"name":"FILE_STORAGE_TIER_FLAG_WRITE_BACK_CACHE","features":[327]},{"name":"FILE_STORAGE_TIER_MEDIA_TYPE","features":[327]},{"name":"FILE_STORAGE_TIER_NAME_LENGTH","features":[327]},{"name":"FILE_STORAGE_TIER_REGION","features":[327]},{"name":"FILE_SYSTEM_RECOGNITION_INFORMATION","features":[327]},{"name":"FILE_TYPE_NOTIFICATION_FLAG_USAGE_BEGIN","features":[327]},{"name":"FILE_TYPE_NOTIFICATION_FLAG_USAGE_END","features":[327]},{"name":"FILE_TYPE_NOTIFICATION_GUID_CRASHDUMP_FILE","features":[327]},{"name":"FILE_TYPE_NOTIFICATION_GUID_HIBERNATION_FILE","features":[327]},{"name":"FILE_TYPE_NOTIFICATION_GUID_PAGE_FILE","features":[327]},{"name":"FILE_TYPE_NOTIFICATION_INPUT","features":[327]},{"name":"FILE_WRITE_ACCESS","features":[327]},{"name":"FILE_ZERO_DATA_INFORMATION","features":[327]},{"name":"FILE_ZERO_DATA_INFORMATION_EX","features":[327]},{"name":"FILE_ZERO_DATA_INFORMATION_FLAG_PRESERVE_CACHED_DATA","features":[327]},{"name":"FIND_BY_SID_DATA","features":[310,327]},{"name":"FIND_BY_SID_OUTPUT","features":[327]},{"name":"FLAG_USN_TRACK_MODIFIED_RANGES_ENABLE","features":[327]},{"name":"FORMAT_EX_PARAMETERS","features":[327]},{"name":"FORMAT_PARAMETERS","features":[327]},{"name":"FSBPIO_INFL_None","features":[327]},{"name":"FSBPIO_INFL_SKIP_STORAGE_STACK_QUERY","features":[327]},{"name":"FSBPIO_OUTFL_COMPATIBLE_STORAGE_DRIVER","features":[327]},{"name":"FSBPIO_OUTFL_FILTER_ATTACH_BLOCKED","features":[327]},{"name":"FSBPIO_OUTFL_None","features":[327]},{"name":"FSBPIO_OUTFL_STREAM_BYPASS_PAUSED","features":[327]},{"name":"FSBPIO_OUTFL_VOLUME_STACK_BYPASS_PAUSED","features":[327]},{"name":"FSCTL_ADD_OVERLAY","features":[327]},{"name":"FSCTL_ADVANCE_FILE_ID","features":[327]},{"name":"FSCTL_ALLOW_EXTENDED_DASD_IO","features":[327]},{"name":"FSCTL_CLEAN_VOLUME_METADATA","features":[327]},{"name":"FSCTL_CLEAR_ALL_LCN_WEAK_REFERENCES","features":[327]},{"name":"FSCTL_CLEAR_LCN_WEAK_REFERENCE","features":[327]},{"name":"FSCTL_CORRUPTION_HANDLING","features":[327]},{"name":"FSCTL_CREATE_LCN_WEAK_REFERENCE","features":[327]},{"name":"FSCTL_CREATE_OR_GET_OBJECT_ID","features":[327]},{"name":"FSCTL_CREATE_USN_JOURNAL","features":[327]},{"name":"FSCTL_CSC_INTERNAL","features":[327]},{"name":"FSCTL_CSV_CONTROL","features":[327]},{"name":"FSCTL_CSV_GET_VOLUME_NAME_FOR_VOLUME_MOUNT_POINT","features":[327]},{"name":"FSCTL_CSV_GET_VOLUME_PATH_NAME","features":[327]},{"name":"FSCTL_CSV_GET_VOLUME_PATH_NAMES_FOR_VOLUME_NAME","features":[327]},{"name":"FSCTL_CSV_H_BREAKING_SYNC_TUNNEL_REQUEST","features":[327]},{"name":"FSCTL_CSV_INTERNAL","features":[327]},{"name":"FSCTL_CSV_MGMT_LOCK","features":[327]},{"name":"FSCTL_CSV_QUERY_DOWN_LEVEL_FILE_SYSTEM_CHARACTERISTICS","features":[327]},{"name":"FSCTL_CSV_QUERY_VETO_FILE_DIRECT_IO","features":[327]},{"name":"FSCTL_CSV_SYNC_TUNNEL_REQUEST","features":[327]},{"name":"FSCTL_CSV_TUNNEL_REQUEST","features":[327]},{"name":"FSCTL_DELETE_CORRUPTED_REFS_CONTAINER","features":[327]},{"name":"FSCTL_DELETE_EXTERNAL_BACKING","features":[327]},{"name":"FSCTL_DELETE_OBJECT_ID","features":[327]},{"name":"FSCTL_DELETE_REPARSE_POINT","features":[327]},{"name":"FSCTL_DELETE_USN_JOURNAL","features":[327]},{"name":"FSCTL_DFSR_SET_GHOST_HANDLE_STATE","features":[327]},{"name":"FSCTL_DISABLE_LOCAL_BUFFERING","features":[327]},{"name":"FSCTL_DISMOUNT_VOLUME","features":[327]},{"name":"FSCTL_DUPLICATE_CLUSTER","features":[327]},{"name":"FSCTL_DUPLICATE_EXTENTS_TO_FILE","features":[327]},{"name":"FSCTL_DUPLICATE_EXTENTS_TO_FILE_EX","features":[327]},{"name":"FSCTL_ENABLE_PER_IO_FLAGS","features":[327]},{"name":"FSCTL_ENABLE_UPGRADE","features":[327]},{"name":"FSCTL_ENCRYPTION_FSCTL_IO","features":[327]},{"name":"FSCTL_ENCRYPTION_KEY_CONTROL","features":[327]},{"name":"FSCTL_ENUM_EXTERNAL_BACKING","features":[327]},{"name":"FSCTL_ENUM_OVERLAY","features":[327]},{"name":"FSCTL_ENUM_USN_DATA","features":[327]},{"name":"FSCTL_EXTEND_VOLUME","features":[327]},{"name":"FSCTL_FILESYSTEM_GET_STATISTICS","features":[327]},{"name":"FSCTL_FILESYSTEM_GET_STATISTICS_EX","features":[327]},{"name":"FSCTL_FILE_LEVEL_TRIM","features":[327]},{"name":"FSCTL_FILE_PREFETCH","features":[327]},{"name":"FSCTL_FILE_TYPE_NOTIFICATION","features":[327]},{"name":"FSCTL_FIND_FILES_BY_SID","features":[327]},{"name":"FSCTL_GET_BOOT_AREA_INFO","features":[327]},{"name":"FSCTL_GET_COMPRESSION","features":[327]},{"name":"FSCTL_GET_EXTERNAL_BACKING","features":[327]},{"name":"FSCTL_GET_FILTER_FILE_IDENTIFIER","features":[327]},{"name":"FSCTL_GET_INTEGRITY_INFORMATION","features":[327]},{"name":"FSCTL_GET_INTEGRITY_INFORMATION_BUFFER","features":[327]},{"name":"FSCTL_GET_NTFS_FILE_RECORD","features":[327]},{"name":"FSCTL_GET_NTFS_VOLUME_DATA","features":[327]},{"name":"FSCTL_GET_OBJECT_ID","features":[327]},{"name":"FSCTL_GET_REFS_VOLUME_DATA","features":[327]},{"name":"FSCTL_GET_REPAIR","features":[327]},{"name":"FSCTL_GET_REPARSE_POINT","features":[327]},{"name":"FSCTL_GET_RETRIEVAL_POINTERS","features":[327]},{"name":"FSCTL_GET_RETRIEVAL_POINTERS_AND_REFCOUNT","features":[327]},{"name":"FSCTL_GET_RETRIEVAL_POINTER_BASE","features":[327]},{"name":"FSCTL_GET_RETRIEVAL_POINTER_COUNT","features":[327]},{"name":"FSCTL_GET_VOLUME_BITMAP","features":[327]},{"name":"FSCTL_GET_WOF_VERSION","features":[327]},{"name":"FSCTL_GHOST_FILE_EXTENTS","features":[327]},{"name":"FSCTL_HCS_ASYNC_TUNNEL_REQUEST","features":[327]},{"name":"FSCTL_HCS_SYNC_NO_WRITE_TUNNEL_REQUEST","features":[327]},{"name":"FSCTL_HCS_SYNC_TUNNEL_REQUEST","features":[327]},{"name":"FSCTL_INITIATE_FILE_METADATA_OPTIMIZATION","features":[327]},{"name":"FSCTL_INITIATE_REPAIR","features":[327]},{"name":"FSCTL_INTEGRITY_FLAG_CHECKSUM_ENFORCEMENT_OFF","features":[327]},{"name":"FSCTL_INVALIDATE_VOLUMES","features":[327]},{"name":"FSCTL_IS_CSV_FILE","features":[327]},{"name":"FSCTL_IS_FILE_ON_CSV_VOLUME","features":[327]},{"name":"FSCTL_IS_PATHNAME_VALID","features":[327]},{"name":"FSCTL_IS_VOLUME_DIRTY","features":[327]},{"name":"FSCTL_IS_VOLUME_MOUNTED","features":[327]},{"name":"FSCTL_IS_VOLUME_OWNED_BYCSVFS","features":[327]},{"name":"FSCTL_LMR_QUERY_INFO","features":[327]},{"name":"FSCTL_LOCK_VOLUME","features":[327]},{"name":"FSCTL_LOOKUP_STREAM_FROM_CLUSTER","features":[327]},{"name":"FSCTL_MAKE_MEDIA_COMPATIBLE","features":[327]},{"name":"FSCTL_MANAGE_BYPASS_IO","features":[327]},{"name":"FSCTL_MARK_AS_SYSTEM_HIVE","features":[327]},{"name":"FSCTL_MARK_HANDLE","features":[327]},{"name":"FSCTL_MARK_VOLUME_DIRTY","features":[327]},{"name":"FSCTL_MOVE_FILE","features":[327]},{"name":"FSCTL_NOTIFY_DATA_CHANGE","features":[327]},{"name":"FSCTL_NOTIFY_STORAGE_SPACE_ALLOCATION","features":[327]},{"name":"FSCTL_OFFLOAD_READ","features":[327]},{"name":"FSCTL_OFFLOAD_READ_INPUT","features":[327]},{"name":"FSCTL_OFFLOAD_READ_OUTPUT","features":[327]},{"name":"FSCTL_OFFLOAD_WRITE","features":[327]},{"name":"FSCTL_OFFLOAD_WRITE_INPUT","features":[327]},{"name":"FSCTL_OFFLOAD_WRITE_OUTPUT","features":[327]},{"name":"FSCTL_OPBATCH_ACK_CLOSE_PENDING","features":[327]},{"name":"FSCTL_OPLOCK_BREAK_ACKNOWLEDGE","features":[327]},{"name":"FSCTL_OPLOCK_BREAK_ACK_NO_2","features":[327]},{"name":"FSCTL_OPLOCK_BREAK_NOTIFY","features":[327]},{"name":"FSCTL_QUERY_ALLOCATED_RANGES","features":[327]},{"name":"FSCTL_QUERY_ASYNC_DUPLICATE_EXTENTS_STATUS","features":[327]},{"name":"FSCTL_QUERY_BAD_RANGES","features":[327]},{"name":"FSCTL_QUERY_DEPENDENT_VOLUME","features":[327]},{"name":"FSCTL_QUERY_DIRECT_ACCESS_EXTENTS","features":[327]},{"name":"FSCTL_QUERY_DIRECT_IMAGE_ORIGINAL_BASE","features":[327]},{"name":"FSCTL_QUERY_EXTENT_READ_CACHE_INFO","features":[327]},{"name":"FSCTL_QUERY_FAT_BPB","features":[327]},{"name":"FSCTL_QUERY_FAT_BPB_BUFFER","features":[327]},{"name":"FSCTL_QUERY_FILE_LAYOUT","features":[327]},{"name":"FSCTL_QUERY_FILE_METADATA_OPTIMIZATION","features":[327]},{"name":"FSCTL_QUERY_FILE_REGIONS","features":[327]},{"name":"FSCTL_QUERY_FILE_SYSTEM_RECOGNITION","features":[327]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS","features":[327]},{"name":"FSCTL_QUERY_LCN_WEAK_REFERENCE","features":[327]},{"name":"FSCTL_QUERY_ON_DISK_VOLUME_INFO","features":[327]},{"name":"FSCTL_QUERY_PAGEFILE_ENCRYPTION","features":[327]},{"name":"FSCTL_QUERY_PERSISTENT_VOLUME_STATE","features":[327]},{"name":"FSCTL_QUERY_REFS_SMR_VOLUME_INFO","features":[327]},{"name":"FSCTL_QUERY_REFS_VOLUME_COUNTER_INFO","features":[327]},{"name":"FSCTL_QUERY_REGION_INFO","features":[327]},{"name":"FSCTL_QUERY_REGION_INFO_INPUT","features":[327]},{"name":"FSCTL_QUERY_REGION_INFO_OUTPUT","features":[327]},{"name":"FSCTL_QUERY_RETRIEVAL_POINTERS","features":[327]},{"name":"FSCTL_QUERY_SHARED_VIRTUAL_DISK_SUPPORT","features":[327]},{"name":"FSCTL_QUERY_SPARING_INFO","features":[327]},{"name":"FSCTL_QUERY_STORAGE_CLASSES","features":[327]},{"name":"FSCTL_QUERY_STORAGE_CLASSES_OUTPUT","features":[327]},{"name":"FSCTL_QUERY_USN_JOURNAL","features":[327]},{"name":"FSCTL_QUERY_VOLUME_CONTAINER_STATE","features":[327]},{"name":"FSCTL_QUERY_VOLUME_NUMA_INFO","features":[327]},{"name":"FSCTL_READ_FILE_USN_DATA","features":[327]},{"name":"FSCTL_READ_FROM_PLEX","features":[327]},{"name":"FSCTL_READ_RAW_ENCRYPTED","features":[327]},{"name":"FSCTL_READ_UNPRIVILEGED_USN_JOURNAL","features":[327]},{"name":"FSCTL_READ_USN_JOURNAL","features":[327]},{"name":"FSCTL_REARRANGE_FILE","features":[327]},{"name":"FSCTL_RECALL_FILE","features":[327]},{"name":"FSCTL_REFS_CHECKPOINT_VOLUME","features":[327]},{"name":"FSCTL_REFS_DEALLOCATE_RANGES","features":[327]},{"name":"FSCTL_REFS_DEALLOCATE_RANGES_EX","features":[327]},{"name":"FSCTL_REFS_QUERY_VOLUME_COMPRESSION_INFO","features":[327]},{"name":"FSCTL_REFS_QUERY_VOLUME_DEDUP_INFO","features":[327]},{"name":"FSCTL_REFS_QUERY_VOLUME_IO_METRICS_INFO","features":[327]},{"name":"FSCTL_REFS_QUERY_VOLUME_TOTAL_SHARED_LCNS","features":[327]},{"name":"FSCTL_REFS_SET_VOLUME_COMPRESSION_INFO","features":[327]},{"name":"FSCTL_REFS_SET_VOLUME_DEDUP_INFO","features":[327]},{"name":"FSCTL_REFS_SET_VOLUME_IO_METRICS_INFO","features":[327]},{"name":"FSCTL_REFS_STREAM_SNAPSHOT_MANAGEMENT","features":[327]},{"name":"FSCTL_REMOVE_OVERLAY","features":[327]},{"name":"FSCTL_REPAIR_COPIES","features":[327]},{"name":"FSCTL_REQUEST_BATCH_OPLOCK","features":[327]},{"name":"FSCTL_REQUEST_FILTER_OPLOCK","features":[327]},{"name":"FSCTL_REQUEST_OPLOCK","features":[327]},{"name":"FSCTL_REQUEST_OPLOCK_LEVEL_1","features":[327]},{"name":"FSCTL_REQUEST_OPLOCK_LEVEL_2","features":[327]},{"name":"FSCTL_RESET_VOLUME_ALLOCATION_HINTS","features":[327]},{"name":"FSCTL_RKF_INTERNAL","features":[327]},{"name":"FSCTL_SCRUB_DATA","features":[327]},{"name":"FSCTL_SCRUB_UNDISCOVERABLE_ID","features":[327]},{"name":"FSCTL_SD_GLOBAL_CHANGE","features":[327]},{"name":"FSCTL_SECURITY_ID_CHECK","features":[327]},{"name":"FSCTL_SET_BOOTLOADER_ACCESSED","features":[327]},{"name":"FSCTL_SET_CACHED_RUNS_STATE","features":[327]},{"name":"FSCTL_SET_COMPRESSION","features":[327]},{"name":"FSCTL_SET_DAX_ALLOC_ALIGNMENT_HINT","features":[327]},{"name":"FSCTL_SET_DEFECT_MANAGEMENT","features":[327]},{"name":"FSCTL_SET_ENCRYPTION","features":[327]},{"name":"FSCTL_SET_EXTERNAL_BACKING","features":[327]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION","features":[327]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_BUFFER","features":[327]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX","features":[327]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_EX","features":[327]},{"name":"FSCTL_SET_LAYER_ROOT","features":[327]},{"name":"FSCTL_SET_OBJECT_ID","features":[327]},{"name":"FSCTL_SET_OBJECT_ID_EXTENDED","features":[327]},{"name":"FSCTL_SET_PERSISTENT_VOLUME_STATE","features":[327]},{"name":"FSCTL_SET_PURGE_FAILURE_MODE","features":[327]},{"name":"FSCTL_SET_REFS_FILE_STRICTLY_SEQUENTIAL","features":[327]},{"name":"FSCTL_SET_REFS_SMR_VOLUME_GC_PARAMETERS","features":[327]},{"name":"FSCTL_SET_REPAIR","features":[327]},{"name":"FSCTL_SET_REPARSE_POINT","features":[327]},{"name":"FSCTL_SET_REPARSE_POINT_EX","features":[327]},{"name":"FSCTL_SET_SHORT_NAME_BEHAVIOR","features":[327]},{"name":"FSCTL_SET_SPARSE","features":[327]},{"name":"FSCTL_SET_VOLUME_COMPRESSION_STATE","features":[327]},{"name":"FSCTL_SET_ZERO_DATA","features":[327]},{"name":"FSCTL_SET_ZERO_ON_DEALLOCATION","features":[327]},{"name":"FSCTL_SHRINK_VOLUME","features":[327]},{"name":"FSCTL_SHUFFLE_FILE","features":[327]},{"name":"FSCTL_SIS_COPYFILE","features":[327]},{"name":"FSCTL_SIS_LINK_FILES","features":[327]},{"name":"FSCTL_SMB_SHARE_FLUSH_AND_PURGE","features":[327]},{"name":"FSCTL_SPARSE_OVERALLOCATE","features":[327]},{"name":"FSCTL_SSDI_STORAGE_REQUEST","features":[327]},{"name":"FSCTL_START_VIRTUALIZATION_INSTANCE","features":[327]},{"name":"FSCTL_START_VIRTUALIZATION_INSTANCE_EX","features":[327]},{"name":"FSCTL_STORAGE_QOS_CONTROL","features":[327]},{"name":"FSCTL_STREAMS_ASSOCIATE_ID","features":[327]},{"name":"FSCTL_STREAMS_QUERY_ID","features":[327]},{"name":"FSCTL_STREAMS_QUERY_PARAMETERS","features":[327]},{"name":"FSCTL_SUSPEND_OVERLAY","features":[327]},{"name":"FSCTL_SVHDX_ASYNC_TUNNEL_REQUEST","features":[327]},{"name":"FSCTL_SVHDX_SET_INITIATOR_INFORMATION","features":[327]},{"name":"FSCTL_SVHDX_SYNC_TUNNEL_REQUEST","features":[327]},{"name":"FSCTL_TXFS_CREATE_MINIVERSION","features":[327]},{"name":"FSCTL_TXFS_CREATE_SECONDARY_RM","features":[327]},{"name":"FSCTL_TXFS_GET_METADATA_INFO","features":[327]},{"name":"FSCTL_TXFS_GET_TRANSACTED_VERSION","features":[327]},{"name":"FSCTL_TXFS_LIST_TRANSACTIONS","features":[327]},{"name":"FSCTL_TXFS_LIST_TRANSACTION_LOCKED_FILES","features":[327]},{"name":"FSCTL_TXFS_MODIFY_RM","features":[327]},{"name":"FSCTL_TXFS_QUERY_RM_INFORMATION","features":[327]},{"name":"FSCTL_TXFS_READ_BACKUP_INFORMATION","features":[327]},{"name":"FSCTL_TXFS_READ_BACKUP_INFORMATION2","features":[327]},{"name":"FSCTL_TXFS_ROLLFORWARD_REDO","features":[327]},{"name":"FSCTL_TXFS_ROLLFORWARD_UNDO","features":[327]},{"name":"FSCTL_TXFS_SAVEPOINT_INFORMATION","features":[327]},{"name":"FSCTL_TXFS_SHUTDOWN_RM","features":[327]},{"name":"FSCTL_TXFS_START_RM","features":[327]},{"name":"FSCTL_TXFS_TRANSACTION_ACTIVE","features":[327]},{"name":"FSCTL_TXFS_WRITE_BACKUP_INFORMATION","features":[327]},{"name":"FSCTL_TXFS_WRITE_BACKUP_INFORMATION2","features":[327]},{"name":"FSCTL_UNLOCK_VOLUME","features":[327]},{"name":"FSCTL_UNMAP_SPACE","features":[327]},{"name":"FSCTL_UPDATE_OVERLAY","features":[327]},{"name":"FSCTL_UPGRADE_VOLUME","features":[327]},{"name":"FSCTL_USN_TRACK_MODIFIED_RANGES","features":[327]},{"name":"FSCTL_VIRTUAL_STORAGE_PASSTHROUGH","features":[327]},{"name":"FSCTL_VIRTUAL_STORAGE_QUERY_PROPERTY","features":[327]},{"name":"FSCTL_VIRTUAL_STORAGE_SET_BEHAVIOR","features":[327]},{"name":"FSCTL_WAIT_FOR_REPAIR","features":[327]},{"name":"FSCTL_WRITE_RAW_ENCRYPTED","features":[327]},{"name":"FSCTL_WRITE_USN_CLOSE_RECORD","features":[327]},{"name":"FSCTL_WRITE_USN_REASON","features":[327]},{"name":"FS_BPIO_INFLAGS","features":[327]},{"name":"FS_BPIO_INFO","features":[327]},{"name":"FS_BPIO_INPUT","features":[327]},{"name":"FS_BPIO_OPERATIONS","features":[327]},{"name":"FS_BPIO_OP_DISABLE","features":[327]},{"name":"FS_BPIO_OP_ENABLE","features":[327]},{"name":"FS_BPIO_OP_GET_INFO","features":[327]},{"name":"FS_BPIO_OP_MAX_OPERATION","features":[327]},{"name":"FS_BPIO_OP_QUERY","features":[327]},{"name":"FS_BPIO_OP_STREAM_PAUSE","features":[327]},{"name":"FS_BPIO_OP_STREAM_RESUME","features":[327]},{"name":"FS_BPIO_OP_VOLUME_STACK_PAUSE","features":[327]},{"name":"FS_BPIO_OP_VOLUME_STACK_RESUME","features":[327]},{"name":"FS_BPIO_OUTFLAGS","features":[327]},{"name":"FS_BPIO_OUTPUT","features":[327]},{"name":"FS_BPIO_RESULTS","features":[327]},{"name":"FW_ISSUEID_NO_ISSUE","features":[327]},{"name":"FW_ISSUEID_UNKNOWN","features":[327]},{"name":"FileSnapStateInactive","features":[327]},{"name":"FileSnapStateSource","features":[327]},{"name":"FileSnapStateTarget","features":[327]},{"name":"FileStorageTierClassCapacity","features":[327]},{"name":"FileStorageTierClassMax","features":[327]},{"name":"FileStorageTierClassPerformance","features":[327]},{"name":"FileStorageTierClassUnspecified","features":[327]},{"name":"FileStorageTierMediaTypeDisk","features":[327]},{"name":"FileStorageTierMediaTypeMax","features":[327]},{"name":"FileStorageTierMediaTypeScm","features":[327]},{"name":"FileStorageTierMediaTypeSsd","features":[327]},{"name":"FileStorageTierMediaTypeUnspecified","features":[327]},{"name":"FixedMedia","features":[327]},{"name":"FormFactor1_8","features":[327]},{"name":"FormFactor1_8Less","features":[327]},{"name":"FormFactor2_5","features":[327]},{"name":"FormFactor3_5","features":[327]},{"name":"FormFactorDimm","features":[327]},{"name":"FormFactorEmbedded","features":[327]},{"name":"FormFactorM_2","features":[327]},{"name":"FormFactorMemoryCard","features":[327]},{"name":"FormFactorPCIeBoard","features":[327]},{"name":"FormFactorUnknown","features":[327]},{"name":"FormFactormSata","features":[327]},{"name":"GETVERSIONINPARAMS","features":[327]},{"name":"GET_CHANGER_PARAMETERS","features":[327]},{"name":"GET_CHANGER_PARAMETERS_FEATURES1","features":[327]},{"name":"GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST","features":[327]},{"name":"GET_DISK_ATTRIBUTES","features":[327]},{"name":"GET_FILTER_FILE_IDENTIFIER_INPUT","features":[327]},{"name":"GET_FILTER_FILE_IDENTIFIER_OUTPUT","features":[327]},{"name":"GET_LENGTH_INFORMATION","features":[327]},{"name":"GET_MEDIA_TYPES","features":[326,327]},{"name":"GET_VOLUME_BITMAP_FLAG_MASK_METADATA","features":[327]},{"name":"GPT_ATTRIBUTES","features":[327]},{"name":"GPT_ATTRIBUTE_LEGACY_BIOS_BOOTABLE","features":[327]},{"name":"GPT_ATTRIBUTE_NO_BLOCK_IO_PROTOCOL","features":[327]},{"name":"GPT_ATTRIBUTE_PLATFORM_REQUIRED","features":[327]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_DAX","features":[327]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_HIDDEN","features":[327]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER","features":[327]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_OFFLINE","features":[327]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_READ_ONLY","features":[327]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_SERVICE","features":[327]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_SHADOW_COPY","features":[327]},{"name":"GPT_SPACES_ATTRIBUTE_NO_METADATA","features":[327]},{"name":"GP_LOG_PAGE_DESCRIPTOR","features":[327]},{"name":"GUID_DEVICEDUMP_DRIVER_STORAGE_PORT","features":[327]},{"name":"GUID_DEVICEDUMP_STORAGE_DEVICE","features":[327]},{"name":"GUID_DEVINTERFACE_CDCHANGER","features":[327]},{"name":"GUID_DEVINTERFACE_CDROM","features":[327]},{"name":"GUID_DEVINTERFACE_COMPORT","features":[327]},{"name":"GUID_DEVINTERFACE_DISK","features":[327]},{"name":"GUID_DEVINTERFACE_FLOPPY","features":[327]},{"name":"GUID_DEVINTERFACE_HIDDEN_VOLUME","features":[327]},{"name":"GUID_DEVINTERFACE_MEDIUMCHANGER","features":[327]},{"name":"GUID_DEVINTERFACE_PARTITION","features":[327]},{"name":"GUID_DEVINTERFACE_SCM_PHYSICAL_DEVICE","features":[327]},{"name":"GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR","features":[327]},{"name":"GUID_DEVINTERFACE_SERVICE_VOLUME","features":[327]},{"name":"GUID_DEVINTERFACE_SES","features":[327]},{"name":"GUID_DEVINTERFACE_STORAGEPORT","features":[327]},{"name":"GUID_DEVINTERFACE_TAPE","features":[327]},{"name":"GUID_DEVINTERFACE_UNIFIED_ACCESS_RPMB","features":[327]},{"name":"GUID_DEVINTERFACE_VMLUN","features":[327]},{"name":"GUID_DEVINTERFACE_VOLUME","features":[327]},{"name":"GUID_DEVINTERFACE_WRITEONCEDISK","features":[327]},{"name":"GUID_DEVINTERFACE_ZNSDISK","features":[327]},{"name":"GUID_SCM_PD_HEALTH_NOTIFICATION","features":[327]},{"name":"GUID_SCM_PD_PASSTHROUGH_INVDIMM","features":[327]},{"name":"HISTOGRAM_BUCKET","features":[327]},{"name":"HIST_NO_OF_BUCKETS","features":[327]},{"name":"HITACHI_12_WO","features":[327]},{"name":"HealthStatusDisabled","features":[327]},{"name":"HealthStatusFailed","features":[327]},{"name":"HealthStatusNormal","features":[327]},{"name":"HealthStatusThrottled","features":[327]},{"name":"HealthStatusUnknown","features":[327]},{"name":"HealthStatusWarning","features":[327]},{"name":"IBM_3480","features":[327]},{"name":"IBM_3490E","features":[327]},{"name":"IBM_Magstar_3590","features":[327]},{"name":"IBM_Magstar_MP","features":[327]},{"name":"IDENTIFY_BUFFER_SIZE","features":[327]},{"name":"IDEREGS","features":[327]},{"name":"ID_CMD","features":[327]},{"name":"IOCTL_CHANGER_BASE","features":[327]},{"name":"IOCTL_CHANGER_EXCHANGE_MEDIUM","features":[327]},{"name":"IOCTL_CHANGER_GET_ELEMENT_STATUS","features":[327]},{"name":"IOCTL_CHANGER_GET_PARAMETERS","features":[327]},{"name":"IOCTL_CHANGER_GET_PRODUCT_DATA","features":[327]},{"name":"IOCTL_CHANGER_GET_STATUS","features":[327]},{"name":"IOCTL_CHANGER_INITIALIZE_ELEMENT_STATUS","features":[327]},{"name":"IOCTL_CHANGER_MOVE_MEDIUM","features":[327]},{"name":"IOCTL_CHANGER_QUERY_VOLUME_TAGS","features":[327]},{"name":"IOCTL_CHANGER_REINITIALIZE_TRANSPORT","features":[327]},{"name":"IOCTL_CHANGER_SET_ACCESS","features":[327]},{"name":"IOCTL_CHANGER_SET_POSITION","features":[327]},{"name":"IOCTL_DISK_BASE","features":[327]},{"name":"IOCTL_DISK_CHECK_VERIFY","features":[327]},{"name":"IOCTL_DISK_CONTROLLER_NUMBER","features":[327]},{"name":"IOCTL_DISK_CREATE_DISK","features":[327]},{"name":"IOCTL_DISK_DELETE_DRIVE_LAYOUT","features":[327]},{"name":"IOCTL_DISK_EJECT_MEDIA","features":[327]},{"name":"IOCTL_DISK_FIND_NEW_DEVICES","features":[327]},{"name":"IOCTL_DISK_FORMAT_DRIVE","features":[327]},{"name":"IOCTL_DISK_FORMAT_TRACKS","features":[327]},{"name":"IOCTL_DISK_FORMAT_TRACKS_EX","features":[327]},{"name":"IOCTL_DISK_GET_CACHE_INFORMATION","features":[327]},{"name":"IOCTL_DISK_GET_DISK_ATTRIBUTES","features":[327]},{"name":"IOCTL_DISK_GET_DRIVE_GEOMETRY","features":[327]},{"name":"IOCTL_DISK_GET_DRIVE_GEOMETRY_EX","features":[327]},{"name":"IOCTL_DISK_GET_DRIVE_LAYOUT","features":[327]},{"name":"IOCTL_DISK_GET_DRIVE_LAYOUT_EX","features":[327]},{"name":"IOCTL_DISK_GET_LENGTH_INFO","features":[327]},{"name":"IOCTL_DISK_GET_MEDIA_TYPES","features":[327]},{"name":"IOCTL_DISK_GET_PARTITION_INFO","features":[327]},{"name":"IOCTL_DISK_GET_PARTITION_INFO_EX","features":[327]},{"name":"IOCTL_DISK_GET_WRITE_CACHE_STATE","features":[327]},{"name":"IOCTL_DISK_GROW_PARTITION","features":[327]},{"name":"IOCTL_DISK_HISTOGRAM_DATA","features":[327]},{"name":"IOCTL_DISK_HISTOGRAM_RESET","features":[327]},{"name":"IOCTL_DISK_HISTOGRAM_STRUCTURE","features":[327]},{"name":"IOCTL_DISK_IS_WRITABLE","features":[327]},{"name":"IOCTL_DISK_LOAD_MEDIA","features":[327]},{"name":"IOCTL_DISK_LOGGING","features":[327]},{"name":"IOCTL_DISK_MEDIA_REMOVAL","features":[327]},{"name":"IOCTL_DISK_PERFORMANCE","features":[327]},{"name":"IOCTL_DISK_PERFORMANCE_OFF","features":[327]},{"name":"IOCTL_DISK_REASSIGN_BLOCKS","features":[327]},{"name":"IOCTL_DISK_REASSIGN_BLOCKS_EX","features":[327]},{"name":"IOCTL_DISK_RELEASE","features":[327]},{"name":"IOCTL_DISK_REQUEST_DATA","features":[327]},{"name":"IOCTL_DISK_REQUEST_STRUCTURE","features":[327]},{"name":"IOCTL_DISK_RESERVE","features":[327]},{"name":"IOCTL_DISK_RESET_SNAPSHOT_INFO","features":[327]},{"name":"IOCTL_DISK_SENSE_DEVICE","features":[327]},{"name":"IOCTL_DISK_SET_CACHE_INFORMATION","features":[327]},{"name":"IOCTL_DISK_SET_DISK_ATTRIBUTES","features":[327]},{"name":"IOCTL_DISK_SET_DRIVE_LAYOUT","features":[327]},{"name":"IOCTL_DISK_SET_DRIVE_LAYOUT_EX","features":[327]},{"name":"IOCTL_DISK_SET_PARTITION_INFO","features":[327]},{"name":"IOCTL_DISK_SET_PARTITION_INFO_EX","features":[327]},{"name":"IOCTL_DISK_UPDATE_DRIVE_SIZE","features":[327]},{"name":"IOCTL_DISK_UPDATE_PROPERTIES","features":[327]},{"name":"IOCTL_DISK_VERIFY","features":[327]},{"name":"IOCTL_SCMBUS_BASE","features":[327]},{"name":"IOCTL_SCMBUS_DEVICE_FUNCTION_BASE","features":[327]},{"name":"IOCTL_SCM_BUS_GET_LOGICAL_DEVICES","features":[327]},{"name":"IOCTL_SCM_BUS_GET_PHYSICAL_DEVICES","features":[327]},{"name":"IOCTL_SCM_BUS_GET_REGIONS","features":[327]},{"name":"IOCTL_SCM_BUS_QUERY_PROPERTY","features":[327]},{"name":"IOCTL_SCM_BUS_REFRESH_NAMESPACE","features":[327]},{"name":"IOCTL_SCM_BUS_RUNTIME_FW_ACTIVATE","features":[327]},{"name":"IOCTL_SCM_BUS_SET_PROPERTY","features":[327]},{"name":"IOCTL_SCM_LD_GET_INTERLEAVE_SET","features":[327]},{"name":"IOCTL_SCM_LOGICAL_DEVICE_FUNCTION_BASE","features":[327]},{"name":"IOCTL_SCM_PD_FIRMWARE_ACTIVATE","features":[327]},{"name":"IOCTL_SCM_PD_FIRMWARE_DOWNLOAD","features":[327]},{"name":"IOCTL_SCM_PD_PASSTHROUGH","features":[327]},{"name":"IOCTL_SCM_PD_QUERY_PROPERTY","features":[327]},{"name":"IOCTL_SCM_PD_REINITIALIZE_MEDIA","features":[327]},{"name":"IOCTL_SCM_PD_SET_PROPERTY","features":[327]},{"name":"IOCTL_SCM_PD_UPDATE_MANAGEMENT_STATUS","features":[327]},{"name":"IOCTL_SCM_PHYSICAL_DEVICE_FUNCTION_BASE","features":[327]},{"name":"IOCTL_SERENUM_EXPOSE_HARDWARE","features":[327]},{"name":"IOCTL_SERENUM_GET_PORT_NAME","features":[327]},{"name":"IOCTL_SERENUM_PORT_DESC","features":[327]},{"name":"IOCTL_SERENUM_REMOVE_HARDWARE","features":[327]},{"name":"IOCTL_SERIAL_LSRMST_INSERT","features":[327]},{"name":"IOCTL_STORAGE_ALLOCATE_BC_STREAM","features":[327]},{"name":"IOCTL_STORAGE_ATTRIBUTE_MANAGEMENT","features":[327]},{"name":"IOCTL_STORAGE_BASE","features":[327]},{"name":"IOCTL_STORAGE_BC_VERSION","features":[327]},{"name":"IOCTL_STORAGE_BREAK_RESERVATION","features":[327]},{"name":"IOCTL_STORAGE_CHECK_PRIORITY_HINT_SUPPORT","features":[327]},{"name":"IOCTL_STORAGE_CHECK_VERIFY","features":[327]},{"name":"IOCTL_STORAGE_CHECK_VERIFY2","features":[327]},{"name":"IOCTL_STORAGE_DEVICE_POWER_CAP","features":[327]},{"name":"IOCTL_STORAGE_DEVICE_TELEMETRY_NOTIFY","features":[327]},{"name":"IOCTL_STORAGE_DEVICE_TELEMETRY_QUERY_CAPS","features":[327]},{"name":"IOCTL_STORAGE_DIAGNOSTIC","features":[327]},{"name":"IOCTL_STORAGE_EJECTION_CONTROL","features":[327]},{"name":"IOCTL_STORAGE_EJECT_MEDIA","features":[327]},{"name":"IOCTL_STORAGE_ENABLE_IDLE_POWER","features":[327]},{"name":"IOCTL_STORAGE_EVENT_NOTIFICATION","features":[327]},{"name":"IOCTL_STORAGE_FAILURE_PREDICTION_CONFIG","features":[327]},{"name":"IOCTL_STORAGE_FIND_NEW_DEVICES","features":[327]},{"name":"IOCTL_STORAGE_FIRMWARE_ACTIVATE","features":[327]},{"name":"IOCTL_STORAGE_FIRMWARE_DOWNLOAD","features":[327]},{"name":"IOCTL_STORAGE_FIRMWARE_GET_INFO","features":[327]},{"name":"IOCTL_STORAGE_FREE_BC_STREAM","features":[327]},{"name":"IOCTL_STORAGE_GET_BC_PROPERTIES","features":[327]},{"name":"IOCTL_STORAGE_GET_COUNTERS","features":[327]},{"name":"IOCTL_STORAGE_GET_DEVICE_INTERNAL_LOG","features":[327]},{"name":"IOCTL_STORAGE_GET_DEVICE_NUMBER","features":[327]},{"name":"IOCTL_STORAGE_GET_DEVICE_NUMBER_EX","features":[327]},{"name":"IOCTL_STORAGE_GET_DEVICE_TELEMETRY","features":[327]},{"name":"IOCTL_STORAGE_GET_DEVICE_TELEMETRY_RAW","features":[327]},{"name":"IOCTL_STORAGE_GET_HOTPLUG_INFO","features":[327]},{"name":"IOCTL_STORAGE_GET_IDLE_POWERUP_REASON","features":[327]},{"name":"IOCTL_STORAGE_GET_LB_PROVISIONING_MAP_RESOURCES","features":[327]},{"name":"IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER","features":[327]},{"name":"IOCTL_STORAGE_GET_MEDIA_TYPES","features":[327]},{"name":"IOCTL_STORAGE_GET_MEDIA_TYPES_EX","features":[327]},{"name":"IOCTL_STORAGE_GET_PHYSICAL_ELEMENT_STATUS","features":[327]},{"name":"IOCTL_STORAGE_LOAD_MEDIA","features":[327]},{"name":"IOCTL_STORAGE_LOAD_MEDIA2","features":[327]},{"name":"IOCTL_STORAGE_MANAGE_BYPASS_IO","features":[327]},{"name":"IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES","features":[327]},{"name":"IOCTL_STORAGE_MCN_CONTROL","features":[327]},{"name":"IOCTL_STORAGE_MEDIA_REMOVAL","features":[327]},{"name":"IOCTL_STORAGE_PERSISTENT_RESERVE_IN","features":[327]},{"name":"IOCTL_STORAGE_PERSISTENT_RESERVE_OUT","features":[327]},{"name":"IOCTL_STORAGE_POWER_ACTIVE","features":[327]},{"name":"IOCTL_STORAGE_POWER_IDLE","features":[327]},{"name":"IOCTL_STORAGE_PREDICT_FAILURE","features":[327]},{"name":"IOCTL_STORAGE_PROTOCOL_COMMAND","features":[327]},{"name":"IOCTL_STORAGE_QUERY_PROPERTY","features":[327]},{"name":"IOCTL_STORAGE_READ_CAPACITY","features":[327]},{"name":"IOCTL_STORAGE_REINITIALIZE_MEDIA","features":[327]},{"name":"IOCTL_STORAGE_RELEASE","features":[327]},{"name":"IOCTL_STORAGE_REMOVE_ELEMENT_AND_TRUNCATE","features":[327]},{"name":"IOCTL_STORAGE_RESERVE","features":[327]},{"name":"IOCTL_STORAGE_RESET_BUS","features":[327]},{"name":"IOCTL_STORAGE_RESET_DEVICE","features":[327]},{"name":"IOCTL_STORAGE_RPMB_COMMAND","features":[327]},{"name":"IOCTL_STORAGE_SET_HOTPLUG_INFO","features":[327]},{"name":"IOCTL_STORAGE_SET_PROPERTY","features":[327]},{"name":"IOCTL_STORAGE_SET_TEMPERATURE_THRESHOLD","features":[327]},{"name":"IOCTL_STORAGE_START_DATA_INTEGRITY_CHECK","features":[327]},{"name":"IOCTL_STORAGE_STOP_DATA_INTEGRITY_CHECK","features":[327]},{"name":"IOMEGA_JAZ","features":[327]},{"name":"IOMEGA_ZIP","features":[327]},{"name":"IO_IRP_EXT_TRACK_OFFSET_HEADER","features":[327]},{"name":"KODAK_14_WO","features":[327]},{"name":"KeepPrefetchedData","features":[327]},{"name":"KeepReadData","features":[327]},{"name":"LMRQuerySessionInfo","features":[327]},{"name":"LMR_QUERY_INFO_CLASS","features":[327]},{"name":"LMR_QUERY_INFO_PARAM","features":[327]},{"name":"LMR_QUERY_SESSION_INFO","features":[327]},{"name":"LOCK_ELEMENT","features":[327]},{"name":"LOCK_UNLOCK_DOOR","features":[327]},{"name":"LOCK_UNLOCK_IEPORT","features":[327]},{"name":"LOCK_UNLOCK_KEYPAD","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_DATA","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_INDEX","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_MASK","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_SYSTEM","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_DENY_DEFRAG_SET","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_FS_SYSTEM_FILE","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_PAGE_FILE","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_TXF_SYSTEM_FILE","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_INPUT","features":[327]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_OUTPUT","features":[327]},{"name":"LTO_Accelis","features":[327]},{"name":"LTO_Ultrium","features":[327]},{"name":"MARK_HANDLE_CLOUD_SYNC","features":[327]},{"name":"MARK_HANDLE_DISABLE_FILE_METADATA_OPTIMIZATION","features":[327]},{"name":"MARK_HANDLE_ENABLE_CPU_CACHE","features":[327]},{"name":"MARK_HANDLE_ENABLE_USN_SOURCE_ON_PAGING_IO","features":[327]},{"name":"MARK_HANDLE_FILTER_METADATA","features":[327]},{"name":"MARK_HANDLE_INFO","features":[307,327]},{"name":"MARK_HANDLE_INFO32","features":[327]},{"name":"MARK_HANDLE_NOT_READ_COPY","features":[327]},{"name":"MARK_HANDLE_NOT_REALTIME","features":[327]},{"name":"MARK_HANDLE_NOT_TXF_SYSTEM_LOG","features":[327]},{"name":"MARK_HANDLE_PROTECT_CLUSTERS","features":[327]},{"name":"MARK_HANDLE_READ_COPY","features":[327]},{"name":"MARK_HANDLE_REALTIME","features":[327]},{"name":"MARK_HANDLE_RETURN_PURGE_FAILURE","features":[327]},{"name":"MARK_HANDLE_SKIP_COHERENCY_SYNC_DISALLOW_WRITES","features":[327]},{"name":"MARK_HANDLE_SUPPRESS_VOLUME_OPEN_FLUSH","features":[327]},{"name":"MARK_HANDLE_TXF_SYSTEM_LOG","features":[327]},{"name":"MAXIMUM_ENCRYPTION_VALUE","features":[327]},{"name":"MAX_FW_BUCKET_ID_LENGTH","features":[327]},{"name":"MAX_INTERFACE_CODES","features":[327]},{"name":"MAX_VOLUME_ID_SIZE","features":[327]},{"name":"MAX_VOLUME_TEMPLATE_SIZE","features":[327]},{"name":"MEDIA_CURRENTLY_MOUNTED","features":[327]},{"name":"MEDIA_ERASEABLE","features":[327]},{"name":"MEDIA_READ_ONLY","features":[327]},{"name":"MEDIA_READ_WRITE","features":[327]},{"name":"MEDIA_TYPE","features":[327]},{"name":"MEDIA_WRITE_ONCE","features":[327]},{"name":"MEDIA_WRITE_PROTECTED","features":[327]},{"name":"METHOD_BUFFERED","features":[327]},{"name":"METHOD_DIRECT_FROM_HARDWARE","features":[327]},{"name":"METHOD_DIRECT_TO_HARDWARE","features":[327]},{"name":"METHOD_IN_DIRECT","features":[327]},{"name":"METHOD_NEITHER","features":[327]},{"name":"METHOD_OUT_DIRECT","features":[327]},{"name":"MFT_ENUM_DATA_V0","features":[327]},{"name":"MFT_ENUM_DATA_V1","features":[327]},{"name":"MOVE_FILE_DATA","features":[307,327]},{"name":"MOVE_FILE_DATA32","features":[327]},{"name":"MOVE_FILE_RECORD_DATA","features":[307,327]},{"name":"MO_3_RW","features":[327]},{"name":"MO_5_LIMDOW","features":[327]},{"name":"MO_5_RW","features":[327]},{"name":"MO_5_WO","features":[327]},{"name":"MO_NFR_525","features":[327]},{"name":"MP2_8mm","features":[327]},{"name":"MP_8mm","features":[327]},{"name":"MiniQic","features":[327]},{"name":"NCTP","features":[327]},{"name":"NIKON_12_RW","features":[327]},{"name":"NTFS_EXTENDED_VOLUME_DATA","features":[327]},{"name":"NTFS_FILE_RECORD_INPUT_BUFFER","features":[327]},{"name":"NTFS_FILE_RECORD_OUTPUT_BUFFER","features":[327]},{"name":"NTFS_STATISTICS","features":[327]},{"name":"NTFS_STATISTICS_EX","features":[327]},{"name":"NTFS_VOLUME_DATA_BUFFER","features":[327]},{"name":"NVMeDataTypeFeature","features":[327]},{"name":"NVMeDataTypeIdentify","features":[327]},{"name":"NVMeDataTypeLogPage","features":[327]},{"name":"NVMeDataTypeUnknown","features":[327]},{"name":"OBSOLETE_DISK_GET_WRITE_CACHE_STATE","features":[327]},{"name":"OBSOLETE_IOCTL_STORAGE_RESET_BUS","features":[327]},{"name":"OBSOLETE_IOCTL_STORAGE_RESET_DEVICE","features":[327]},{"name":"OFFLOAD_READ_FLAG_ALL_ZERO_BEYOND_CURRENT_RANGE","features":[327]},{"name":"OPLOCK_LEVEL_CACHE_HANDLE","features":[327]},{"name":"OPLOCK_LEVEL_CACHE_READ","features":[327]},{"name":"OPLOCK_LEVEL_CACHE_WRITE","features":[327]},{"name":"PARTIITON_OS_DATA","features":[327]},{"name":"PARTITION_BSP","features":[327]},{"name":"PARTITION_DM","features":[327]},{"name":"PARTITION_DPP","features":[327]},{"name":"PARTITION_ENTRY_UNUSED","features":[327]},{"name":"PARTITION_EXTENDED","features":[327]},{"name":"PARTITION_EZDRIVE","features":[327]},{"name":"PARTITION_FAT32","features":[327]},{"name":"PARTITION_FAT32_XINT13","features":[327]},{"name":"PARTITION_FAT_12","features":[327]},{"name":"PARTITION_FAT_16","features":[327]},{"name":"PARTITION_GPT","features":[327]},{"name":"PARTITION_HUGE","features":[327]},{"name":"PARTITION_IFS","features":[327]},{"name":"PARTITION_INFORMATION","features":[307,327]},{"name":"PARTITION_INFORMATION_EX","features":[307,327]},{"name":"PARTITION_INFORMATION_GPT","features":[327]},{"name":"PARTITION_INFORMATION_MBR","features":[307,327]},{"name":"PARTITION_LDM","features":[327]},{"name":"PARTITION_MAIN_OS","features":[327]},{"name":"PARTITION_MSFT_RECOVERY","features":[327]},{"name":"PARTITION_NTFT","features":[327]},{"name":"PARTITION_OS2BOOTMGR","features":[327]},{"name":"PARTITION_PREP","features":[327]},{"name":"PARTITION_PRE_INSTALLED","features":[327]},{"name":"PARTITION_SPACES","features":[327]},{"name":"PARTITION_SPACES_DATA","features":[327]},{"name":"PARTITION_STYLE","features":[327]},{"name":"PARTITION_STYLE_GPT","features":[327]},{"name":"PARTITION_STYLE_MBR","features":[327]},{"name":"PARTITION_STYLE_RAW","features":[327]},{"name":"PARTITION_SYSTEM","features":[327]},{"name":"PARTITION_UNIX","features":[327]},{"name":"PARTITION_WINDOWS_SYSTEM","features":[327]},{"name":"PARTITION_XENIX_1","features":[327]},{"name":"PARTITION_XENIX_2","features":[327]},{"name":"PARTITION_XINT13","features":[327]},{"name":"PARTITION_XINT13_EXTENDED","features":[327]},{"name":"PATHNAME_BUFFER","features":[327]},{"name":"PC_5_RW","features":[327]},{"name":"PC_5_WO","features":[327]},{"name":"PD_5_RW","features":[327]},{"name":"PERF_BIN","features":[327]},{"name":"PERSISTENT_RESERVE_COMMAND","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_BACKED_BY_WIM","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_CHKDSK_RAN_ONCE","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_CONTAINS_BACKING_WIM","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_DAX_FORMATTED","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_DEV_VOLUME","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_GLOBAL_METADATA_NO_SEEK_PENALTY","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_LOCAL_METADATA_NO_SEEK_PENALTY","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_MODIFIED_BY_CHKDSK","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_NO_HEAT_GATHERING","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_NO_WRITE_AUTO_TIERING","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_REALLOCATE_ALL_DATA_WRITES","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_SHORT_NAME_CREATION_DISABLED","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_TRUSTED_VOLUME","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_TXF_DISABLED","features":[327]},{"name":"PERSISTENT_VOLUME_STATE_VOLUME_SCRUB_DISABLED","features":[327]},{"name":"PHILIPS_12_WO","features":[327]},{"name":"PHYSICAL_ELEMENT_STATUS","features":[327]},{"name":"PHYSICAL_ELEMENT_STATUS_DESCRIPTOR","features":[327]},{"name":"PHYSICAL_ELEMENT_STATUS_REQUEST","features":[327]},{"name":"PINNACLE_APEX_5_RW","features":[327]},{"name":"PIO_IRP_EXT_PROCESS_TRACKED_OFFSET_CALLBACK","features":[327]},{"name":"PLEX_READ_DATA_REQUEST","features":[327]},{"name":"PREVENT_MEDIA_REMOVAL","features":[307,327]},{"name":"PRODUCT_ID_LENGTH","features":[327]},{"name":"PROJFS_PROTOCOL_VERSION","features":[327]},{"name":"PropertyExistsQuery","features":[327]},{"name":"PropertyExistsSet","features":[327]},{"name":"PropertyMaskQuery","features":[327]},{"name":"PropertyQueryMaxDefined","features":[327]},{"name":"PropertySetMaxDefined","features":[327]},{"name":"PropertyStandardQuery","features":[327]},{"name":"PropertyStandardSet","features":[327]},{"name":"ProtocolTypeAta","features":[327]},{"name":"ProtocolTypeMaxReserved","features":[327]},{"name":"ProtocolTypeNvme","features":[327]},{"name":"ProtocolTypeProprietary","features":[327]},{"name":"ProtocolTypeScsi","features":[327]},{"name":"ProtocolTypeSd","features":[327]},{"name":"ProtocolTypeUfs","features":[327]},{"name":"ProtocolTypeUnknown","features":[327]},{"name":"QIC","features":[327]},{"name":"QUERY_BAD_RANGES_INPUT","features":[327]},{"name":"QUERY_BAD_RANGES_INPUT_RANGE","features":[327]},{"name":"QUERY_BAD_RANGES_OUTPUT","features":[327]},{"name":"QUERY_BAD_RANGES_OUTPUT_RANGE","features":[327]},{"name":"QUERY_DEPENDENT_VOLUME_REQUEST_FLAG_GUEST_VOLUMES","features":[327]},{"name":"QUERY_DEPENDENT_VOLUME_REQUEST_FLAG_HOST_VOLUMES","features":[327]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE","features":[327]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_CLUSTERS","features":[327]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_FILEID","features":[327]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_NONE","features":[327]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_STORAGE_RESERVE_ID","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_EXTENTS","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_EXTRA_INFO","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_FILES_WITH_DSC_ATTRIBUTE","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_FULL_PATH_IN_NAMES","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_NAMES","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_ONLY_FILES_WITH_SPECIFIC_ATTRIBUTES","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAMS","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAMS_WITH_NO_CLUSTERS_ALLOCATED","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_DATA_ATTRIBUTE","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_DSC_ATTRIBUTE","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_EA_ATTRIBUTE","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_EFS_ATTRIBUTE","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_REPARSE_ATTRIBUTE","features":[327]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_TXF_ATTRIBUTE","features":[327]},{"name":"QUERY_FILE_LAYOUT_INPUT","features":[327]},{"name":"QUERY_FILE_LAYOUT_NUM_FILTER_TYPES","features":[327]},{"name":"QUERY_FILE_LAYOUT_OUTPUT","features":[327]},{"name":"QUERY_FILE_LAYOUT_REPARSE_DATA_INVALID","features":[327]},{"name":"QUERY_FILE_LAYOUT_REPARSE_TAG_INVALID","features":[327]},{"name":"QUERY_FILE_LAYOUT_RESTART","features":[327]},{"name":"QUERY_FILE_LAYOUT_SINGLE_INSTANCED","features":[327]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_MEASURE_READ","features":[327]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_MEASURE_WRITE","features":[327]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_NO_DEFRAG_VOLUME","features":[327]},{"name":"READ_ATTRIBUTES","features":[327]},{"name":"READ_ATTRIBUTE_BUFFER_SIZE","features":[327]},{"name":"READ_COMPRESSION_INFO_VALID","features":[327]},{"name":"READ_COPY_NUMBER_BYPASS_CACHE_FLAG","features":[327]},{"name":"READ_COPY_NUMBER_KEY","features":[327]},{"name":"READ_ELEMENT_ADDRESS_INFO","features":[327]},{"name":"READ_FILE_USN_DATA","features":[327]},{"name":"READ_THRESHOLDS","features":[327]},{"name":"READ_THRESHOLD_BUFFER_SIZE","features":[327]},{"name":"READ_USN_JOURNAL_DATA_V0","features":[327]},{"name":"READ_USN_JOURNAL_DATA_V1","features":[327]},{"name":"REASSIGN_BLOCKS","features":[327]},{"name":"REASSIGN_BLOCKS_EX","features":[327]},{"name":"RECOVERED_READS_VALID","features":[327]},{"name":"RECOVERED_WRITES_VALID","features":[327]},{"name":"REFS_SMR_VOLUME_GC_ACTION","features":[327]},{"name":"REFS_SMR_VOLUME_GC_METHOD","features":[327]},{"name":"REFS_SMR_VOLUME_GC_PARAMETERS","features":[327]},{"name":"REFS_SMR_VOLUME_GC_PARAMETERS_VERSION_V1","features":[327]},{"name":"REFS_SMR_VOLUME_GC_STATE","features":[327]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT","features":[327]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT_VERSION_V0","features":[327]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT_VERSION_V1","features":[327]},{"name":"REFS_VOLUME_DATA_BUFFER","features":[327]},{"name":"REMOVE_ELEMENT_AND_TRUNCATE_REQUEST","features":[327]},{"name":"REPAIR_COPIES_INPUT","features":[327]},{"name":"REPAIR_COPIES_OUTPUT","features":[327]},{"name":"REPLACE_ALTERNATE","features":[327]},{"name":"REPLACE_PRIMARY","features":[327]},{"name":"REQUEST_OPLOCK_CURRENT_VERSION","features":[327]},{"name":"REQUEST_OPLOCK_INPUT_BUFFER","features":[327]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_ACK","features":[327]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_COMPLETE_ACK_ON_CLOSE","features":[327]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_REQUEST","features":[327]},{"name":"REQUEST_OPLOCK_OUTPUT_BUFFER","features":[327]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_ACK_REQUIRED","features":[327]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_MODES_PROVIDED","features":[327]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_WRITABLE_SECTION_PRESENT","features":[327]},{"name":"REQUEST_RAW_ENCRYPTED_DATA","features":[327]},{"name":"RETRACT_IEPORT","features":[327]},{"name":"RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER","features":[327]},{"name":"RETRIEVAL_POINTERS_BUFFER","features":[327]},{"name":"RETRIEVAL_POINTER_BASE","features":[327]},{"name":"RETRIEVAL_POINTER_COUNT","features":[327]},{"name":"RETURN_SMART_STATUS","features":[327]},{"name":"REVISION_LENGTH","features":[327]},{"name":"RemovableMedia","features":[327]},{"name":"RequestLocation","features":[327]},{"name":"RequestSize","features":[327]},{"name":"SAIT","features":[327]},{"name":"SAVE_ATTRIBUTE_VALUES","features":[327]},{"name":"SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO","features":[327]},{"name":"SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO","features":[327]},{"name":"SCM_BUS_DEDICATED_MEMORY_STATE","features":[307,327]},{"name":"SCM_BUS_FIRMWARE_ACTIVATION_STATE","features":[327]},{"name":"SCM_BUS_PROPERTY_ID","features":[327]},{"name":"SCM_BUS_PROPERTY_QUERY","features":[327]},{"name":"SCM_BUS_PROPERTY_SET","features":[327]},{"name":"SCM_BUS_QUERY_TYPE","features":[327]},{"name":"SCM_BUS_RUNTIME_FW_ACTIVATION_INFO","features":[307,327]},{"name":"SCM_BUS_SET_TYPE","features":[327]},{"name":"SCM_INTERLEAVED_PD_INFO","features":[327]},{"name":"SCM_LD_INTERLEAVE_SET_INFO","features":[327]},{"name":"SCM_LOGICAL_DEVICES","features":[327]},{"name":"SCM_LOGICAL_DEVICE_INSTANCE","features":[327]},{"name":"SCM_MAX_SYMLINK_LEN_IN_CHARS","features":[327]},{"name":"SCM_PD_DESCRIPTOR_HEADER","features":[327]},{"name":"SCM_PD_DEVICE_HANDLE","features":[327]},{"name":"SCM_PD_DEVICE_INFO","features":[327]},{"name":"SCM_PD_DEVICE_SPECIFIC_INFO","features":[327]},{"name":"SCM_PD_DEVICE_SPECIFIC_PROPERTY","features":[327]},{"name":"SCM_PD_FIRMWARE_ACTIVATE","features":[327]},{"name":"SCM_PD_FIRMWARE_ACTIVATION_STATE","features":[327]},{"name":"SCM_PD_FIRMWARE_DOWNLOAD","features":[327]},{"name":"SCM_PD_FIRMWARE_INFO","features":[327]},{"name":"SCM_PD_FIRMWARE_LAST_DOWNLOAD","features":[327]},{"name":"SCM_PD_FIRMWARE_REVISION_LENGTH_BYTES","features":[327]},{"name":"SCM_PD_FIRMWARE_SLOT_INFO","features":[327]},{"name":"SCM_PD_FRU_ID_STRING","features":[327]},{"name":"SCM_PD_HEALTH_NOTIFICATION_DATA","features":[327]},{"name":"SCM_PD_HEALTH_STATUS","features":[327]},{"name":"SCM_PD_LAST_FW_ACTIVATION_STATUS","features":[327]},{"name":"SCM_PD_LOCATION_STRING","features":[327]},{"name":"SCM_PD_MANAGEMENT_STATUS","features":[327]},{"name":"SCM_PD_MAX_OPERATIONAL_STATUS","features":[327]},{"name":"SCM_PD_MEDIA_REINITIALIZATION_STATUS","features":[327]},{"name":"SCM_PD_OPERATIONAL_STATUS","features":[327]},{"name":"SCM_PD_OPERATIONAL_STATUS_REASON","features":[327]},{"name":"SCM_PD_PASSTHROUGH_INPUT","features":[327]},{"name":"SCM_PD_PASSTHROUGH_INVDIMM_INPUT","features":[327]},{"name":"SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT","features":[327]},{"name":"SCM_PD_PASSTHROUGH_OUTPUT","features":[327]},{"name":"SCM_PD_PROPERTY_ID","features":[327]},{"name":"SCM_PD_PROPERTY_NAME_LENGTH_IN_CHARS","features":[327]},{"name":"SCM_PD_PROPERTY_QUERY","features":[327]},{"name":"SCM_PD_PROPERTY_SET","features":[327]},{"name":"SCM_PD_QUERY_TYPE","features":[327]},{"name":"SCM_PD_REINITIALIZE_MEDIA_INPUT","features":[327]},{"name":"SCM_PD_REINITIALIZE_MEDIA_OUTPUT","features":[327]},{"name":"SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE","features":[307,327]},{"name":"SCM_PD_RUNTIME_FW_ACTIVATION_INFO","features":[327]},{"name":"SCM_PD_SET_TYPE","features":[327]},{"name":"SCM_PHYSICAL_DEVICES","features":[327]},{"name":"SCM_PHYSICAL_DEVICE_INSTANCE","features":[327]},{"name":"SCM_REGION","features":[327]},{"name":"SCM_REGIONS","features":[327]},{"name":"SCM_REGION_FLAG","features":[327]},{"name":"SD_CHANGE_MACHINE_SID_INPUT","features":[327]},{"name":"SD_CHANGE_MACHINE_SID_OUTPUT","features":[327]},{"name":"SD_ENUM_SDS_ENTRY","features":[327]},{"name":"SD_ENUM_SDS_INPUT","features":[327]},{"name":"SD_ENUM_SDS_OUTPUT","features":[327]},{"name":"SD_GLOBAL_CHANGE_INPUT","features":[327]},{"name":"SD_GLOBAL_CHANGE_OUTPUT","features":[327]},{"name":"SD_GLOBAL_CHANGE_TYPE_ENUM_SDS","features":[327]},{"name":"SD_GLOBAL_CHANGE_TYPE_MACHINE_SID","features":[327]},{"name":"SD_GLOBAL_CHANGE_TYPE_QUERY_STATS","features":[327]},{"name":"SD_QUERY_STATS_INPUT","features":[327]},{"name":"SD_QUERY_STATS_OUTPUT","features":[327]},{"name":"SEARCH_ALL","features":[327]},{"name":"SEARCH_ALL_NO_SEQ","features":[327]},{"name":"SEARCH_ALTERNATE","features":[327]},{"name":"SEARCH_ALT_NO_SEQ","features":[327]},{"name":"SEARCH_PRIMARY","features":[327]},{"name":"SEARCH_PRI_NO_SEQ","features":[327]},{"name":"SENDCMDINPARAMS","features":[327]},{"name":"SENDCMDOUTPARAMS","features":[327]},{"name":"SERIAL_IOC_FCR_DMA_MODE","features":[327]},{"name":"SERIAL_IOC_FCR_FIFO_ENABLE","features":[327]},{"name":"SERIAL_IOC_FCR_RCVR_RESET","features":[327]},{"name":"SERIAL_IOC_FCR_RCVR_TRIGGER_LSB","features":[327]},{"name":"SERIAL_IOC_FCR_RCVR_TRIGGER_MSB","features":[327]},{"name":"SERIAL_IOC_FCR_RES1","features":[327]},{"name":"SERIAL_IOC_FCR_RES2","features":[327]},{"name":"SERIAL_IOC_FCR_XMIT_RESET","features":[327]},{"name":"SERIAL_IOC_MCR_DTR","features":[327]},{"name":"SERIAL_IOC_MCR_LOOP","features":[327]},{"name":"SERIAL_IOC_MCR_OUT1","features":[327]},{"name":"SERIAL_IOC_MCR_OUT2","features":[327]},{"name":"SERIAL_IOC_MCR_RTS","features":[327]},{"name":"SERIAL_NUMBER_LENGTH","features":[327]},{"name":"SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT","features":[327]},{"name":"SET_DISK_ATTRIBUTES","features":[307,327]},{"name":"SET_PARTITION_INFORMATION","features":[327]},{"name":"SET_PARTITION_INFORMATION_EX","features":[327]},{"name":"SET_PURGE_FAILURE_MODE_DISABLED","features":[327]},{"name":"SET_PURGE_FAILURE_MODE_ENABLED","features":[327]},{"name":"SET_PURGE_FAILURE_MODE_INPUT","features":[327]},{"name":"SET_REPAIR_DISABLED_AND_BUGCHECK_ON_CORRUPT","features":[327]},{"name":"SET_REPAIR_ENABLED","features":[327]},{"name":"SET_REPAIR_VALID_MASK","features":[327]},{"name":"SET_REPAIR_WARN_ABOUT_DATA_LOSS","features":[327]},{"name":"SHRINK_VOLUME_INFORMATION","features":[327]},{"name":"SHRINK_VOLUME_REQUEST_TYPES","features":[327]},{"name":"SI_COPYFILE","features":[327]},{"name":"SMART_ABORT_OFFLINE_SELFTEST","features":[327]},{"name":"SMART_CMD","features":[327]},{"name":"SMART_CYL_HI","features":[327]},{"name":"SMART_CYL_LOW","features":[327]},{"name":"SMART_ERROR_NO_MEM","features":[327]},{"name":"SMART_EXTENDED_SELFTEST_CAPTIVE","features":[327]},{"name":"SMART_EXTENDED_SELFTEST_OFFLINE","features":[327]},{"name":"SMART_GET_VERSION","features":[327]},{"name":"SMART_IDE_ERROR","features":[327]},{"name":"SMART_INVALID_BUFFER","features":[327]},{"name":"SMART_INVALID_COMMAND","features":[327]},{"name":"SMART_INVALID_DRIVE","features":[327]},{"name":"SMART_INVALID_FLAG","features":[327]},{"name":"SMART_INVALID_IOCTL","features":[327]},{"name":"SMART_INVALID_REGISTER","features":[327]},{"name":"SMART_LOG_SECTOR_SIZE","features":[327]},{"name":"SMART_NOT_SUPPORTED","features":[327]},{"name":"SMART_NO_ERROR","features":[327]},{"name":"SMART_NO_IDE_DEVICE","features":[327]},{"name":"SMART_OFFLINE_ROUTINE_OFFLINE","features":[327]},{"name":"SMART_RCV_DRIVE_DATA","features":[327]},{"name":"SMART_RCV_DRIVE_DATA_EX","features":[327]},{"name":"SMART_READ_LOG","features":[327]},{"name":"SMART_SEND_DRIVE_COMMAND","features":[327]},{"name":"SMART_SHORT_SELFTEST_CAPTIVE","features":[327]},{"name":"SMART_SHORT_SELFTEST_OFFLINE","features":[327]},{"name":"SMART_WRITE_LOG","features":[327]},{"name":"SMB_SHARE_FLUSH_AND_PURGE_INPUT","features":[327]},{"name":"SMB_SHARE_FLUSH_AND_PURGE_OUTPUT","features":[327]},{"name":"SONY_12_WO","features":[327]},{"name":"SONY_D2","features":[327]},{"name":"SONY_DTF","features":[327]},{"name":"SPACES_TRACKED_OFFSET_HEADER_FLAG","features":[327]},{"name":"SRB_TYPE_SCSI_REQUEST_BLOCK","features":[327]},{"name":"SRB_TYPE_STORAGE_REQUEST_BLOCK","features":[327]},{"name":"STARTING_LCN_INPUT_BUFFER","features":[327]},{"name":"STARTING_LCN_INPUT_BUFFER_EX","features":[327]},{"name":"STARTING_VCN_INPUT_BUFFER","features":[327]},{"name":"STK_9840","features":[327]},{"name":"STK_9940","features":[327]},{"name":"STK_DATA_D3","features":[327]},{"name":"STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR","features":[327]},{"name":"STORAGE_ADAPTER_DESCRIPTOR","features":[307,327]},{"name":"STORAGE_ADAPTER_SERIAL_NUMBER","features":[327]},{"name":"STORAGE_ADAPTER_SERIAL_NUMBER_V1_MAX_LENGTH","features":[327]},{"name":"STORAGE_ADDRESS_TYPE_BTL8","features":[327]},{"name":"STORAGE_ALLOCATE_BC_STREAM_INPUT","features":[307,327]},{"name":"STORAGE_ALLOCATE_BC_STREAM_OUTPUT","features":[327]},{"name":"STORAGE_ASSOCIATION_TYPE","features":[327]},{"name":"STORAGE_ATTRIBUTE_ASYNC_EVENT_NOTIFICATION","features":[327]},{"name":"STORAGE_ATTRIBUTE_BLOCK_IO","features":[327]},{"name":"STORAGE_ATTRIBUTE_BYTE_ADDRESSABLE_IO","features":[327]},{"name":"STORAGE_ATTRIBUTE_DYNAMIC_PERSISTENCE","features":[327]},{"name":"STORAGE_ATTRIBUTE_MGMT","features":[327]},{"name":"STORAGE_ATTRIBUTE_MGMT_ACTION","features":[327]},{"name":"STORAGE_ATTRIBUTE_PERF_SIZE_INDEPENDENT","features":[327]},{"name":"STORAGE_ATTRIBUTE_VOLATILE","features":[327]},{"name":"STORAGE_BREAK_RESERVATION_REQUEST","features":[327]},{"name":"STORAGE_BUS_RESET_REQUEST","features":[327]},{"name":"STORAGE_COMPONENT_HEALTH_STATUS","features":[327]},{"name":"STORAGE_COMPONENT_ROLE_CACHE","features":[327]},{"name":"STORAGE_COMPONENT_ROLE_DATA","features":[327]},{"name":"STORAGE_COMPONENT_ROLE_TIERING","features":[327]},{"name":"STORAGE_COUNTER","features":[327]},{"name":"STORAGE_COUNTERS","features":[327]},{"name":"STORAGE_COUNTER_TYPE","features":[327]},{"name":"STORAGE_CRASH_TELEMETRY_REGKEY","features":[327]},{"name":"STORAGE_CRYPTO_ALGORITHM_ID","features":[327]},{"name":"STORAGE_CRYPTO_CAPABILITY","features":[327]},{"name":"STORAGE_CRYPTO_CAPABILITY_VERSION_1","features":[327]},{"name":"STORAGE_CRYPTO_DESCRIPTOR","features":[327]},{"name":"STORAGE_CRYPTO_DESCRIPTOR_VERSION_1","features":[327]},{"name":"STORAGE_CRYPTO_KEY_SIZE","features":[327]},{"name":"STORAGE_DESCRIPTOR_HEADER","features":[327]},{"name":"STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR","features":[327]},{"name":"STORAGE_DEVICE_DESCRIPTOR","features":[307,326,327]},{"name":"STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR","features":[327]},{"name":"STORAGE_DEVICE_FLAGS_PAGE_83_DEVICEGUID","features":[327]},{"name":"STORAGE_DEVICE_FLAGS_RANDOM_DEVICEGUID_REASON_CONFLICT","features":[327]},{"name":"STORAGE_DEVICE_FLAGS_RANDOM_DEVICEGUID_REASON_NOHWID","features":[327]},{"name":"STORAGE_DEVICE_FORM_FACTOR","features":[327]},{"name":"STORAGE_DEVICE_ID_DESCRIPTOR","features":[327]},{"name":"STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR","features":[327]},{"name":"STORAGE_DEVICE_LED_STATE_DESCRIPTOR","features":[327]},{"name":"STORAGE_DEVICE_LOCATION_DESCRIPTOR","features":[327]},{"name":"STORAGE_DEVICE_MANAGEMENT_STATUS","features":[327]},{"name":"STORAGE_DEVICE_MAX_OPERATIONAL_STATUS","features":[327]},{"name":"STORAGE_DEVICE_NUMA_NODE_UNKNOWN","features":[327]},{"name":"STORAGE_DEVICE_NUMA_PROPERTY","features":[327]},{"name":"STORAGE_DEVICE_NUMBER","features":[327]},{"name":"STORAGE_DEVICE_NUMBERS","features":[327]},{"name":"STORAGE_DEVICE_NUMBER_EX","features":[327]},{"name":"STORAGE_DEVICE_POWER_CAP","features":[327]},{"name":"STORAGE_DEVICE_POWER_CAP_UNITS","features":[327]},{"name":"STORAGE_DEVICE_POWER_CAP_VERSION_V1","features":[327]},{"name":"STORAGE_DEVICE_RESILIENCY_DESCRIPTOR","features":[327]},{"name":"STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY","features":[307,327]},{"name":"STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2","features":[307,327]},{"name":"STORAGE_DEVICE_TELEMETRY_REGKEY","features":[327]},{"name":"STORAGE_DEVICE_TIERING_DESCRIPTOR","features":[327]},{"name":"STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT","features":[327]},{"name":"STORAGE_DIAGNOSTIC_DATA","features":[327]},{"name":"STORAGE_DIAGNOSTIC_FLAG_ADAPTER_REQUEST","features":[327]},{"name":"STORAGE_DIAGNOSTIC_LEVEL","features":[327]},{"name":"STORAGE_DIAGNOSTIC_REQUEST","features":[327]},{"name":"STORAGE_DIAGNOSTIC_TARGET_TYPE","features":[327]},{"name":"STORAGE_DISK_HEALTH_STATUS","features":[327]},{"name":"STORAGE_DISK_OPERATIONAL_STATUS","features":[327]},{"name":"STORAGE_ENCRYPTION_TYPE","features":[327]},{"name":"STORAGE_EVENT_DEVICE_OPERATION","features":[327]},{"name":"STORAGE_EVENT_DEVICE_STATUS","features":[327]},{"name":"STORAGE_EVENT_MEDIA_STATUS","features":[327]},{"name":"STORAGE_EVENT_NOTIFICATION","features":[327]},{"name":"STORAGE_EVENT_NOTIFICATION_VERSION_V1","features":[327]},{"name":"STORAGE_FAILURE_PREDICTION_CONFIG","features":[307,327]},{"name":"STORAGE_FAILURE_PREDICTION_CONFIG_V1","features":[327]},{"name":"STORAGE_FRU_ID_DESCRIPTOR","features":[327]},{"name":"STORAGE_GET_BC_PROPERTIES_OUTPUT","features":[327]},{"name":"STORAGE_HOTPLUG_INFO","features":[307,327]},{"name":"STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR","features":[327]},{"name":"STORAGE_HW_ENDURANCE_INFO","features":[327]},{"name":"STORAGE_HW_FIRMWARE_ACTIVATE","features":[327]},{"name":"STORAGE_HW_FIRMWARE_DOWNLOAD","features":[327]},{"name":"STORAGE_HW_FIRMWARE_DOWNLOAD_V2","features":[327]},{"name":"STORAGE_HW_FIRMWARE_INFO","features":[307,327]},{"name":"STORAGE_HW_FIRMWARE_INFO_QUERY","features":[327]},{"name":"STORAGE_HW_FIRMWARE_INVALID_SLOT","features":[327]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_CONTROLLER","features":[327]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_FIRST_SEGMENT","features":[327]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_LAST_SEGMENT","features":[327]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_REPLACE_EXISTING_IMAGE","features":[327]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_SWITCH_TO_EXISTING_FIRMWARE","features":[327]},{"name":"STORAGE_HW_FIRMWARE_REVISION_LENGTH","features":[327]},{"name":"STORAGE_HW_FIRMWARE_SLOT_INFO","features":[327]},{"name":"STORAGE_IDENTIFIER","features":[327]},{"name":"STORAGE_IDENTIFIER_CODE_SET","features":[327]},{"name":"STORAGE_IDENTIFIER_TYPE","features":[327]},{"name":"STORAGE_IDLE_POWER","features":[327]},{"name":"STORAGE_IDLE_POWERUP_REASON","features":[327]},{"name":"STORAGE_IDLE_POWERUP_REASON_VERSION_V1","features":[327]},{"name":"STORAGE_ID_NAA_FORMAT","features":[327]},{"name":"STORAGE_LB_PROVISIONING_MAP_RESOURCES","features":[327]},{"name":"STORAGE_MEDIA_SERIAL_NUMBER_DATA","features":[327]},{"name":"STORAGE_MEDIA_TYPE","features":[327]},{"name":"STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR","features":[327]},{"name":"STORAGE_MINIPORT_DESCRIPTOR","features":[307,327]},{"name":"STORAGE_OFFLOAD_MAX_TOKEN_LENGTH","features":[327]},{"name":"STORAGE_OFFLOAD_READ_OUTPUT","features":[327]},{"name":"STORAGE_OFFLOAD_READ_RANGE_TRUNCATED","features":[327]},{"name":"STORAGE_OFFLOAD_TOKEN","features":[327]},{"name":"STORAGE_OFFLOAD_TOKEN_ID_LENGTH","features":[327]},{"name":"STORAGE_OFFLOAD_TOKEN_INVALID","features":[327]},{"name":"STORAGE_OFFLOAD_TOKEN_TYPE_ZERO_DATA","features":[327]},{"name":"STORAGE_OFFLOAD_WRITE_OUTPUT","features":[327]},{"name":"STORAGE_OFFLOAD_WRITE_RANGE_TRUNCATED","features":[327]},{"name":"STORAGE_OPERATIONAL_REASON","features":[327]},{"name":"STORAGE_OPERATIONAL_STATUS_REASON","features":[327]},{"name":"STORAGE_PHYSICAL_ADAPTER_DATA","features":[307,327]},{"name":"STORAGE_PHYSICAL_DEVICE_DATA","features":[327]},{"name":"STORAGE_PHYSICAL_NODE_DATA","features":[327]},{"name":"STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR","features":[327]},{"name":"STORAGE_PORT_CODE_SET","features":[327]},{"name":"STORAGE_POWERUP_REASON_TYPE","features":[327]},{"name":"STORAGE_PREDICT_FAILURE","features":[327]},{"name":"STORAGE_PRIORITY_HINT_SUPPORT","features":[327]},{"name":"STORAGE_PRIORITY_HINT_SUPPORTED","features":[327]},{"name":"STORAGE_PROPERTY_ID","features":[327]},{"name":"STORAGE_PROPERTY_QUERY","features":[327]},{"name":"STORAGE_PROPERTY_SET","features":[327]},{"name":"STORAGE_PROTOCOL_ATA_DATA_TYPE","features":[327]},{"name":"STORAGE_PROTOCOL_COMMAND","features":[327]},{"name":"STORAGE_PROTOCOL_COMMAND_FLAG_ADAPTER_REQUEST","features":[327]},{"name":"STORAGE_PROTOCOL_COMMAND_LENGTH_NVME","features":[327]},{"name":"STORAGE_PROTOCOL_DATA_DESCRIPTOR","features":[327]},{"name":"STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT","features":[327]},{"name":"STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE","features":[327]},{"name":"STORAGE_PROTOCOL_NVME_DATA_TYPE","features":[327]},{"name":"STORAGE_PROTOCOL_SPECIFIC_DATA","features":[327]},{"name":"STORAGE_PROTOCOL_SPECIFIC_DATA_EXT","features":[327]},{"name":"STORAGE_PROTOCOL_SPECIFIC_NVME_ADMIN_COMMAND","features":[327]},{"name":"STORAGE_PROTOCOL_SPECIFIC_NVME_NVM_COMMAND","features":[327]},{"name":"STORAGE_PROTOCOL_STATUS_BUSY","features":[327]},{"name":"STORAGE_PROTOCOL_STATUS_DATA_OVERRUN","features":[327]},{"name":"STORAGE_PROTOCOL_STATUS_ERROR","features":[327]},{"name":"STORAGE_PROTOCOL_STATUS_INSUFFICIENT_RESOURCES","features":[327]},{"name":"STORAGE_PROTOCOL_STATUS_INVALID_REQUEST","features":[327]},{"name":"STORAGE_PROTOCOL_STATUS_NOT_SUPPORTED","features":[327]},{"name":"STORAGE_PROTOCOL_STATUS_NO_DEVICE","features":[327]},{"name":"STORAGE_PROTOCOL_STATUS_PENDING","features":[327]},{"name":"STORAGE_PROTOCOL_STATUS_SUCCESS","features":[327]},{"name":"STORAGE_PROTOCOL_STATUS_THROTTLED_REQUEST","features":[327]},{"name":"STORAGE_PROTOCOL_STRUCTURE_VERSION","features":[327]},{"name":"STORAGE_PROTOCOL_TYPE","features":[327]},{"name":"STORAGE_PROTOCOL_UFS_DATA_TYPE","features":[327]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY","features":[520,327]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY","features":[520,327]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST","features":[327]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE","features":[520,327]},{"name":"STORAGE_QUERY_TYPE","features":[327]},{"name":"STORAGE_READ_CAPACITY","features":[327]},{"name":"STORAGE_REINITIALIZE_MEDIA","features":[327]},{"name":"STORAGE_RESERVE_ID","features":[327]},{"name":"STORAGE_RPMB_COMMAND_TYPE","features":[327]},{"name":"STORAGE_RPMB_DATA_FRAME","features":[327]},{"name":"STORAGE_RPMB_DESCRIPTOR","features":[327]},{"name":"STORAGE_RPMB_DESCRIPTOR_VERSION_1","features":[327]},{"name":"STORAGE_RPMB_FRAME_TYPE","features":[327]},{"name":"STORAGE_RPMB_MINIMUM_RELIABLE_WRITE_SIZE","features":[327]},{"name":"STORAGE_SANITIZE_METHOD","features":[327]},{"name":"STORAGE_SET_TYPE","features":[327]},{"name":"STORAGE_SPEC_VERSION","features":[327]},{"name":"STORAGE_SUPPORTED_FEATURES_BYPASS_IO","features":[327]},{"name":"STORAGE_SUPPORTED_FEATURES_MASK","features":[327]},{"name":"STORAGE_TEMPERATURE_DATA_DESCRIPTOR","features":[307,327]},{"name":"STORAGE_TEMPERATURE_INFO","features":[307,327]},{"name":"STORAGE_TEMPERATURE_THRESHOLD","features":[307,327]},{"name":"STORAGE_TEMPERATURE_THRESHOLD_FLAG_ADAPTER_REQUEST","features":[327]},{"name":"STORAGE_TEMPERATURE_VALUE_NOT_REPORTED","features":[327]},{"name":"STORAGE_TIER","features":[327]},{"name":"STORAGE_TIER_CLASS","features":[327]},{"name":"STORAGE_TIER_DESCRIPTION_LENGTH","features":[327]},{"name":"STORAGE_TIER_FLAG_NO_SEEK_PENALTY","features":[327]},{"name":"STORAGE_TIER_FLAG_PARITY","features":[327]},{"name":"STORAGE_TIER_FLAG_READ_CACHE","features":[327]},{"name":"STORAGE_TIER_FLAG_SMR","features":[327]},{"name":"STORAGE_TIER_FLAG_WRITE_BACK_CACHE","features":[327]},{"name":"STORAGE_TIER_MEDIA_TYPE","features":[327]},{"name":"STORAGE_TIER_NAME_LENGTH","features":[327]},{"name":"STORAGE_TIER_REGION","features":[327]},{"name":"STORAGE_WRITE_CACHE_PROPERTY","features":[307,327]},{"name":"STORAGE_ZONED_DEVICE_DESCRIPTOR","features":[307,327]},{"name":"STORAGE_ZONED_DEVICE_TYPES","features":[327]},{"name":"STORAGE_ZONES_ATTRIBUTES","features":[327]},{"name":"STORAGE_ZONE_CONDITION","features":[327]},{"name":"STORAGE_ZONE_DESCRIPTOR","features":[307,327]},{"name":"STORAGE_ZONE_GROUP","features":[327]},{"name":"STORAGE_ZONE_TYPES","features":[327]},{"name":"STORATTRIBUTE_MANAGEMENT_STATE","features":[327]},{"name":"STORATTRIBUTE_NONE","features":[327]},{"name":"STREAMS_ASSOCIATE_ID_CLEAR","features":[327]},{"name":"STREAMS_ASSOCIATE_ID_INPUT_BUFFER","features":[327]},{"name":"STREAMS_ASSOCIATE_ID_SET","features":[327]},{"name":"STREAMS_INVALID_ID","features":[327]},{"name":"STREAMS_MAX_ID","features":[327]},{"name":"STREAMS_QUERY_ID_OUTPUT_BUFFER","features":[327]},{"name":"STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER","features":[327]},{"name":"STREAM_CLEAR_ENCRYPTION","features":[327]},{"name":"STREAM_EXTENT_ENTRY","features":[327]},{"name":"STREAM_EXTENT_ENTRY_ALL_EXTENTS","features":[327]},{"name":"STREAM_EXTENT_ENTRY_AS_RETRIEVAL_POINTERS","features":[327]},{"name":"STREAM_INFORMATION_ENTRY","features":[327]},{"name":"STREAM_LAYOUT_ENTRY","features":[327]},{"name":"STREAM_LAYOUT_ENTRY_HAS_INFORMATION","features":[327]},{"name":"STREAM_LAYOUT_ENTRY_IMMOVABLE","features":[327]},{"name":"STREAM_LAYOUT_ENTRY_NO_CLUSTERS_ALLOCATED","features":[327]},{"name":"STREAM_LAYOUT_ENTRY_PINNED","features":[327]},{"name":"STREAM_LAYOUT_ENTRY_RESIDENT","features":[327]},{"name":"STREAM_SET_ENCRYPTION","features":[327]},{"name":"SYQUEST_EZ135","features":[327]},{"name":"SYQUEST_EZFLYER","features":[327]},{"name":"SYQUEST_SYJET","features":[327]},{"name":"ScmBusFirmwareActivationState_Armed","features":[327]},{"name":"ScmBusFirmwareActivationState_Busy","features":[327]},{"name":"ScmBusFirmwareActivationState_Idle","features":[327]},{"name":"ScmBusProperty_DedicatedMemoryInfo","features":[327]},{"name":"ScmBusProperty_DedicatedMemoryState","features":[327]},{"name":"ScmBusProperty_Max","features":[327]},{"name":"ScmBusProperty_RuntimeFwActivationInfo","features":[327]},{"name":"ScmBusQuery_Descriptor","features":[327]},{"name":"ScmBusQuery_IsSupported","features":[327]},{"name":"ScmBusQuery_Max","features":[327]},{"name":"ScmBusSet_Descriptor","features":[327]},{"name":"ScmBusSet_IsSupported","features":[327]},{"name":"ScmBusSet_Max","features":[327]},{"name":"ScmPdFirmwareActivationState_Armed","features":[327]},{"name":"ScmPdFirmwareActivationState_Busy","features":[327]},{"name":"ScmPdFirmwareActivationState_Idle","features":[327]},{"name":"ScmPdLastFwActivaitonStatus_ActivationInProgress","features":[327]},{"name":"ScmPdLastFwActivaitonStatus_FwUnsupported","features":[327]},{"name":"ScmPdLastFwActivaitonStatus_Retry","features":[327]},{"name":"ScmPdLastFwActivaitonStatus_UnknownError","features":[327]},{"name":"ScmPdLastFwActivationStatus_ColdRebootRequired","features":[327]},{"name":"ScmPdLastFwActivationStatus_FwNotFound","features":[327]},{"name":"ScmPdLastFwActivationStatus_None","features":[327]},{"name":"ScmPdLastFwActivationStatus_Success","features":[327]},{"name":"ScmPhysicalDeviceHealth_Healthy","features":[327]},{"name":"ScmPhysicalDeviceHealth_Max","features":[327]},{"name":"ScmPhysicalDeviceHealth_Unhealthy","features":[327]},{"name":"ScmPhysicalDeviceHealth_Unknown","features":[327]},{"name":"ScmPhysicalDeviceHealth_Warning","features":[327]},{"name":"ScmPhysicalDeviceOpReason_BackgroundOperation","features":[327]},{"name":"ScmPhysicalDeviceOpReason_Component","features":[327]},{"name":"ScmPhysicalDeviceOpReason_Configuration","features":[327]},{"name":"ScmPhysicalDeviceOpReason_DataPersistenceLossImminent","features":[327]},{"name":"ScmPhysicalDeviceOpReason_DeviceController","features":[327]},{"name":"ScmPhysicalDeviceOpReason_DisabledByPlatform","features":[327]},{"name":"ScmPhysicalDeviceOpReason_EnergySource","features":[327]},{"name":"ScmPhysicalDeviceOpReason_ExcessiveTemperature","features":[327]},{"name":"ScmPhysicalDeviceOpReason_FatalError","features":[327]},{"name":"ScmPhysicalDeviceOpReason_HealthCheck","features":[327]},{"name":"ScmPhysicalDeviceOpReason_InternalFailure","features":[327]},{"name":"ScmPhysicalDeviceOpReason_InvalidFirmware","features":[327]},{"name":"ScmPhysicalDeviceOpReason_LostData","features":[327]},{"name":"ScmPhysicalDeviceOpReason_LostDataPersistence","features":[327]},{"name":"ScmPhysicalDeviceOpReason_LostWritePersistence","features":[327]},{"name":"ScmPhysicalDeviceOpReason_Max","features":[327]},{"name":"ScmPhysicalDeviceOpReason_Media","features":[327]},{"name":"ScmPhysicalDeviceOpReason_MediaController","features":[327]},{"name":"ScmPhysicalDeviceOpReason_MediaRemainingSpareBlock","features":[327]},{"name":"ScmPhysicalDeviceOpReason_PerformanceDegradation","features":[327]},{"name":"ScmPhysicalDeviceOpReason_PermanentError","features":[327]},{"name":"ScmPhysicalDeviceOpReason_ThresholdExceeded","features":[327]},{"name":"ScmPhysicalDeviceOpReason_Unknown","features":[327]},{"name":"ScmPhysicalDeviceOpReason_WritePersistenceLossImminent","features":[327]},{"name":"ScmPhysicalDeviceOpStatus_HardwareError","features":[327]},{"name":"ScmPhysicalDeviceOpStatus_InService","features":[327]},{"name":"ScmPhysicalDeviceOpStatus_Max","features":[327]},{"name":"ScmPhysicalDeviceOpStatus_Missing","features":[327]},{"name":"ScmPhysicalDeviceOpStatus_NotUsable","features":[327]},{"name":"ScmPhysicalDeviceOpStatus_Ok","features":[327]},{"name":"ScmPhysicalDeviceOpStatus_PredictingFailure","features":[327]},{"name":"ScmPhysicalDeviceOpStatus_TransientError","features":[327]},{"name":"ScmPhysicalDeviceOpStatus_Unknown","features":[327]},{"name":"ScmPhysicalDeviceProperty_DeviceHandle","features":[327]},{"name":"ScmPhysicalDeviceProperty_DeviceInfo","features":[327]},{"name":"ScmPhysicalDeviceProperty_DeviceSpecificInfo","features":[327]},{"name":"ScmPhysicalDeviceProperty_FirmwareInfo","features":[327]},{"name":"ScmPhysicalDeviceProperty_FruIdString","features":[327]},{"name":"ScmPhysicalDeviceProperty_LocationString","features":[327]},{"name":"ScmPhysicalDeviceProperty_ManagementStatus","features":[327]},{"name":"ScmPhysicalDeviceProperty_Max","features":[327]},{"name":"ScmPhysicalDeviceProperty_RuntimeFwActivationArmState","features":[327]},{"name":"ScmPhysicalDeviceProperty_RuntimeFwActivationInfo","features":[327]},{"name":"ScmPhysicalDeviceQuery_Descriptor","features":[327]},{"name":"ScmPhysicalDeviceQuery_IsSupported","features":[327]},{"name":"ScmPhysicalDeviceQuery_Max","features":[327]},{"name":"ScmPhysicalDeviceReinit_ColdBootNeeded","features":[327]},{"name":"ScmPhysicalDeviceReinit_Max","features":[327]},{"name":"ScmPhysicalDeviceReinit_RebootNeeded","features":[327]},{"name":"ScmPhysicalDeviceReinit_Success","features":[327]},{"name":"ScmPhysicalDeviceSet_Descriptor","features":[327]},{"name":"ScmPhysicalDeviceSet_IsSupported","features":[327]},{"name":"ScmPhysicalDeviceSet_Max","features":[327]},{"name":"ScmRegionFlagLabel","features":[327]},{"name":"ScmRegionFlagNone","features":[327]},{"name":"ShrinkAbort","features":[327]},{"name":"ShrinkCommit","features":[327]},{"name":"ShrinkPrepare","features":[327]},{"name":"SmrGcActionPause","features":[327]},{"name":"SmrGcActionStart","features":[327]},{"name":"SmrGcActionStartFullSpeed","features":[327]},{"name":"SmrGcActionStop","features":[327]},{"name":"SmrGcMethodCompaction","features":[327]},{"name":"SmrGcMethodCompression","features":[327]},{"name":"SmrGcMethodRotation","features":[327]},{"name":"SmrGcStateActive","features":[327]},{"name":"SmrGcStateActiveFullSpeed","features":[327]},{"name":"SmrGcStateInactive","features":[327]},{"name":"SmrGcStatePaused","features":[327]},{"name":"StorAttributeMgmt_ClearAttribute","features":[327]},{"name":"StorAttributeMgmt_ResetAttribute","features":[327]},{"name":"StorAttributeMgmt_SetAttribute","features":[327]},{"name":"StorRpmbAuthenticatedDeviceConfigRead","features":[327]},{"name":"StorRpmbAuthenticatedDeviceConfigWrite","features":[327]},{"name":"StorRpmbAuthenticatedRead","features":[327]},{"name":"StorRpmbAuthenticatedWrite","features":[327]},{"name":"StorRpmbProgramAuthKey","features":[327]},{"name":"StorRpmbQueryWriteCounter","features":[327]},{"name":"StorRpmbReadResultRequest","features":[327]},{"name":"StorageAccessAlignmentProperty","features":[327]},{"name":"StorageAdapterCryptoProperty","features":[327]},{"name":"StorageAdapterPhysicalTopologyProperty","features":[327]},{"name":"StorageAdapterProperty","features":[327]},{"name":"StorageAdapterProtocolSpecificProperty","features":[327]},{"name":"StorageAdapterRpmbProperty","features":[327]},{"name":"StorageAdapterSerialNumberProperty","features":[327]},{"name":"StorageAdapterTemperatureProperty","features":[327]},{"name":"StorageCounterTypeFlushLatency100NSMax","features":[327]},{"name":"StorageCounterTypeLoadUnloadCycleCount","features":[327]},{"name":"StorageCounterTypeLoadUnloadCycleCountMax","features":[327]},{"name":"StorageCounterTypeManufactureDate","features":[327]},{"name":"StorageCounterTypeMax","features":[327]},{"name":"StorageCounterTypePowerOnHours","features":[327]},{"name":"StorageCounterTypeReadErrorsCorrected","features":[327]},{"name":"StorageCounterTypeReadErrorsTotal","features":[327]},{"name":"StorageCounterTypeReadErrorsUncorrected","features":[327]},{"name":"StorageCounterTypeReadLatency100NSMax","features":[327]},{"name":"StorageCounterTypeStartStopCycleCount","features":[327]},{"name":"StorageCounterTypeStartStopCycleCountMax","features":[327]},{"name":"StorageCounterTypeTemperatureCelsius","features":[327]},{"name":"StorageCounterTypeTemperatureCelsiusMax","features":[327]},{"name":"StorageCounterTypeUnknown","features":[327]},{"name":"StorageCounterTypeWearPercentage","features":[327]},{"name":"StorageCounterTypeWearPercentageMax","features":[327]},{"name":"StorageCounterTypeWearPercentageWarning","features":[327]},{"name":"StorageCounterTypeWriteErrorsCorrected","features":[327]},{"name":"StorageCounterTypeWriteErrorsTotal","features":[327]},{"name":"StorageCounterTypeWriteErrorsUncorrected","features":[327]},{"name":"StorageCounterTypeWriteLatency100NSMax","features":[327]},{"name":"StorageCryptoAlgorithmAESECB","features":[327]},{"name":"StorageCryptoAlgorithmBitlockerAESCBC","features":[327]},{"name":"StorageCryptoAlgorithmESSIVAESCBC","features":[327]},{"name":"StorageCryptoAlgorithmMax","features":[327]},{"name":"StorageCryptoAlgorithmUnknown","features":[327]},{"name":"StorageCryptoAlgorithmXTSAES","features":[327]},{"name":"StorageCryptoKeySize128Bits","features":[327]},{"name":"StorageCryptoKeySize192Bits","features":[327]},{"name":"StorageCryptoKeySize256Bits","features":[327]},{"name":"StorageCryptoKeySize512Bits","features":[327]},{"name":"StorageCryptoKeySizeUnknown","features":[327]},{"name":"StorageDeviceAttributesProperty","features":[327]},{"name":"StorageDeviceCopyOffloadProperty","features":[327]},{"name":"StorageDeviceDeviceTelemetryProperty","features":[327]},{"name":"StorageDeviceEnduranceProperty","features":[327]},{"name":"StorageDeviceIdProperty","features":[327]},{"name":"StorageDeviceIoCapabilityProperty","features":[327]},{"name":"StorageDeviceLBProvisioningProperty","features":[327]},{"name":"StorageDeviceLedStateProperty","features":[327]},{"name":"StorageDeviceLocationProperty","features":[327]},{"name":"StorageDeviceManagementStatus","features":[327]},{"name":"StorageDeviceMediumProductType","features":[327]},{"name":"StorageDeviceNumaProperty","features":[327]},{"name":"StorageDevicePhysicalTopologyProperty","features":[327]},{"name":"StorageDevicePowerCapUnitsMilliwatts","features":[327]},{"name":"StorageDevicePowerCapUnitsPercent","features":[327]},{"name":"StorageDevicePowerProperty","features":[327]},{"name":"StorageDeviceProperty","features":[327]},{"name":"StorageDeviceProtocolSpecificProperty","features":[327]},{"name":"StorageDeviceResiliencyProperty","features":[327]},{"name":"StorageDeviceSeekPenaltyProperty","features":[327]},{"name":"StorageDeviceSelfEncryptionProperty","features":[327]},{"name":"StorageDeviceTemperatureProperty","features":[327]},{"name":"StorageDeviceTrimProperty","features":[327]},{"name":"StorageDeviceUniqueIdProperty","features":[327]},{"name":"StorageDeviceUnsafeShutdownCount","features":[327]},{"name":"StorageDeviceWriteAggregationProperty","features":[327]},{"name":"StorageDeviceWriteCacheProperty","features":[327]},{"name":"StorageDeviceZonedDeviceProperty","features":[327]},{"name":"StorageDiagnosticLevelDefault","features":[327]},{"name":"StorageDiagnosticLevelMax","features":[327]},{"name":"StorageDiagnosticTargetTypeHbaFirmware","features":[327]},{"name":"StorageDiagnosticTargetTypeMax","features":[327]},{"name":"StorageDiagnosticTargetTypeMiniport","features":[327]},{"name":"StorageDiagnosticTargetTypePort","features":[327]},{"name":"StorageDiagnosticTargetTypeUndefined","features":[327]},{"name":"StorageEncryptionTypeEDrive","features":[327]},{"name":"StorageEncryptionTypeTcgOpal","features":[327]},{"name":"StorageEncryptionTypeUnknown","features":[327]},{"name":"StorageFruIdProperty","features":[327]},{"name":"StorageIdAssocDevice","features":[327]},{"name":"StorageIdAssocPort","features":[327]},{"name":"StorageIdAssocTarget","features":[327]},{"name":"StorageIdCodeSetAscii","features":[327]},{"name":"StorageIdCodeSetBinary","features":[327]},{"name":"StorageIdCodeSetReserved","features":[327]},{"name":"StorageIdCodeSetUtf8","features":[327]},{"name":"StorageIdNAAFormatIEEEERegisteredExtended","features":[327]},{"name":"StorageIdNAAFormatIEEEExtended","features":[327]},{"name":"StorageIdNAAFormatIEEERegistered","features":[327]},{"name":"StorageIdTypeEUI64","features":[327]},{"name":"StorageIdTypeFCPHName","features":[327]},{"name":"StorageIdTypeLogicalUnitGroup","features":[327]},{"name":"StorageIdTypeMD5LogicalUnitIdentifier","features":[327]},{"name":"StorageIdTypePortRelative","features":[327]},{"name":"StorageIdTypeScsiNameString","features":[327]},{"name":"StorageIdTypeTargetPortGroup","features":[327]},{"name":"StorageIdTypeVendorId","features":[327]},{"name":"StorageIdTypeVendorSpecific","features":[327]},{"name":"StorageMiniportProperty","features":[327]},{"name":"StoragePortCodeSetATAport","features":[327]},{"name":"StoragePortCodeSetReserved","features":[327]},{"name":"StoragePortCodeSetSBP2port","features":[327]},{"name":"StoragePortCodeSetSCSIport","features":[327]},{"name":"StoragePortCodeSetSDport","features":[327]},{"name":"StoragePortCodeSetSpaceport","features":[327]},{"name":"StoragePortCodeSetStorport","features":[327]},{"name":"StoragePortCodeSetUSBport","features":[327]},{"name":"StoragePowerupDeviceAttention","features":[327]},{"name":"StoragePowerupIO","features":[327]},{"name":"StoragePowerupUnknown","features":[327]},{"name":"StorageReserveIdHard","features":[327]},{"name":"StorageReserveIdMax","features":[327]},{"name":"StorageReserveIdNone","features":[327]},{"name":"StorageReserveIdSoft","features":[327]},{"name":"StorageReserveIdUpdateScratch","features":[327]},{"name":"StorageRpmbFrameTypeMax","features":[327]},{"name":"StorageRpmbFrameTypeStandard","features":[327]},{"name":"StorageRpmbFrameTypeUnknown","features":[327]},{"name":"StorageSanitizeMethodBlockErase","features":[327]},{"name":"StorageSanitizeMethodCryptoErase","features":[327]},{"name":"StorageSanitizeMethodDefault","features":[327]},{"name":"StorageTierClassCapacity","features":[327]},{"name":"StorageTierClassMax","features":[327]},{"name":"StorageTierClassPerformance","features":[327]},{"name":"StorageTierClassUnspecified","features":[327]},{"name":"StorageTierMediaTypeDisk","features":[327]},{"name":"StorageTierMediaTypeMax","features":[327]},{"name":"StorageTierMediaTypeScm","features":[327]},{"name":"StorageTierMediaTypeSsd","features":[327]},{"name":"StorageTierMediaTypeUnspecified","features":[327]},{"name":"TAPE_GET_STATISTICS","features":[327]},{"name":"TAPE_RESET_STATISTICS","features":[327]},{"name":"TAPE_RETURN_ENV_INFO","features":[327]},{"name":"TAPE_RETURN_STATISTICS","features":[327]},{"name":"TAPE_STATISTICS","features":[327]},{"name":"TCCollectionApplicationRequested","features":[327]},{"name":"TCCollectionBugCheck","features":[327]},{"name":"TCCollectionDeviceRequested","features":[327]},{"name":"TC_DEVICEDUMP_SUBSECTION_DESC_LENGTH","features":[327]},{"name":"TC_PUBLIC_DATA_TYPE_ATAGP","features":[327]},{"name":"TC_PUBLIC_DATA_TYPE_ATASMART","features":[327]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_GPLOG","features":[327]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_GPLOG_MAX","features":[327]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_SMART","features":[327]},{"name":"TELEMETRY_COMMAND_SIZE","features":[327]},{"name":"TXFS_CREATE_MINIVERSION_INFO","features":[327]},{"name":"TXFS_GET_METADATA_INFO_OUT","features":[327]},{"name":"TXFS_GET_TRANSACTED_VERSION","features":[327]},{"name":"TXFS_LIST_TRANSACTIONS","features":[327]},{"name":"TXFS_LIST_TRANSACTIONS_ENTRY","features":[327]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES","features":[327]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY","features":[327]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY_FLAG_CREATED","features":[327]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY_FLAG_DELETED","features":[327]},{"name":"TXFS_LOGGING_MODE_FULL","features":[327]},{"name":"TXFS_LOGGING_MODE_SIMPLE","features":[327]},{"name":"TXFS_MODIFY_RM","features":[327]},{"name":"TXFS_QUERY_RM_INFORMATION","features":[327]},{"name":"TXFS_READ_BACKUP_INFORMATION_OUT","features":[327]},{"name":"TXFS_RMF_LAGS","features":[327]},{"name":"TXFS_RM_FLAG_DO_NOT_RESET_RM_AT_NEXT_START","features":[327]},{"name":"TXFS_RM_FLAG_ENFORCE_MINIMUM_SIZE","features":[327]},{"name":"TXFS_RM_FLAG_GROW_LOG","features":[327]},{"name":"TXFS_RM_FLAG_LOGGING_MODE","features":[327]},{"name":"TXFS_RM_FLAG_LOG_AUTO_SHRINK_PERCENTAGE","features":[327]},{"name":"TXFS_RM_FLAG_LOG_CONTAINER_COUNT_MAX","features":[327]},{"name":"TXFS_RM_FLAG_LOG_CONTAINER_COUNT_MIN","features":[327]},{"name":"TXFS_RM_FLAG_LOG_GROWTH_INCREMENT_NUM_CONTAINERS","features":[327]},{"name":"TXFS_RM_FLAG_LOG_GROWTH_INCREMENT_PERCENT","features":[327]},{"name":"TXFS_RM_FLAG_LOG_NO_CONTAINER_COUNT_MAX","features":[327]},{"name":"TXFS_RM_FLAG_LOG_NO_CONTAINER_COUNT_MIN","features":[327]},{"name":"TXFS_RM_FLAG_PREFER_AVAILABILITY","features":[327]},{"name":"TXFS_RM_FLAG_PREFER_CONSISTENCY","features":[327]},{"name":"TXFS_RM_FLAG_PRESERVE_CHANGES","features":[327]},{"name":"TXFS_RM_FLAG_RENAME_RM","features":[327]},{"name":"TXFS_RM_FLAG_RESET_RM_AT_NEXT_START","features":[327]},{"name":"TXFS_RM_FLAG_SHRINK_LOG","features":[327]},{"name":"TXFS_RM_STATE_ACTIVE","features":[327]},{"name":"TXFS_RM_STATE_NOT_STARTED","features":[327]},{"name":"TXFS_RM_STATE_SHUTTING_DOWN","features":[327]},{"name":"TXFS_RM_STATE_STARTING","features":[327]},{"name":"TXFS_ROLLFORWARD_REDO_FLAG_USE_LAST_REDO_LSN","features":[327]},{"name":"TXFS_ROLLFORWARD_REDO_FLAG_USE_LAST_VIRTUAL_CLOCK","features":[327]},{"name":"TXFS_ROLLFORWARD_REDO_INFORMATION","features":[327]},{"name":"TXFS_SAVEPOINT_CLEAR","features":[327]},{"name":"TXFS_SAVEPOINT_CLEAR_ALL","features":[327]},{"name":"TXFS_SAVEPOINT_INFORMATION","features":[307,327]},{"name":"TXFS_SAVEPOINT_ROLLBACK","features":[327]},{"name":"TXFS_SAVEPOINT_SET","features":[327]},{"name":"TXFS_START_RM_FLAG_LOGGING_MODE","features":[327]},{"name":"TXFS_START_RM_FLAG_LOG_AUTO_SHRINK_PERCENTAGE","features":[327]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_COUNT_MAX","features":[327]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_COUNT_MIN","features":[327]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_SIZE","features":[327]},{"name":"TXFS_START_RM_FLAG_LOG_GROWTH_INCREMENT_NUM_CONTAINERS","features":[327]},{"name":"TXFS_START_RM_FLAG_LOG_GROWTH_INCREMENT_PERCENT","features":[327]},{"name":"TXFS_START_RM_FLAG_LOG_NO_CONTAINER_COUNT_MAX","features":[327]},{"name":"TXFS_START_RM_FLAG_LOG_NO_CONTAINER_COUNT_MIN","features":[327]},{"name":"TXFS_START_RM_FLAG_PREFER_AVAILABILITY","features":[327]},{"name":"TXFS_START_RM_FLAG_PREFER_CONSISTENCY","features":[327]},{"name":"TXFS_START_RM_FLAG_PRESERVE_CHANGES","features":[327]},{"name":"TXFS_START_RM_FLAG_RECOVER_BEST_EFFORT","features":[327]},{"name":"TXFS_START_RM_INFORMATION","features":[327]},{"name":"TXFS_TRANSACTED_VERSION_NONTRANSACTED","features":[327]},{"name":"TXFS_TRANSACTED_VERSION_UNCOMMITTED","features":[327]},{"name":"TXFS_TRANSACTION_ACTIVE_INFO","features":[307,327]},{"name":"TXFS_TRANSACTION_STATE_ACTIVE","features":[327]},{"name":"TXFS_TRANSACTION_STATE_NONE","features":[327]},{"name":"TXFS_TRANSACTION_STATE_NOTACTIVE","features":[327]},{"name":"TXFS_TRANSACTION_STATE_PREPARED","features":[327]},{"name":"TXFS_WRITE_BACKUP_INFORMATION","features":[327]},{"name":"Travan","features":[327]},{"name":"UNDEFINE_ALTERNATE","features":[327]},{"name":"UNDEFINE_PRIMARY","features":[327]},{"name":"UNLOCK_ELEMENT","features":[327]},{"name":"UNRECOVERED_READS_VALID","features":[327]},{"name":"UNRECOVERED_WRITES_VALID","features":[327]},{"name":"USN_DELETE_FLAGS","features":[327]},{"name":"USN_DELETE_FLAG_DELETE","features":[327]},{"name":"USN_DELETE_FLAG_NOTIFY","features":[327]},{"name":"USN_DELETE_VALID_FLAGS","features":[327]},{"name":"USN_JOURNAL_DATA_V0","features":[327]},{"name":"USN_JOURNAL_DATA_V1","features":[327]},{"name":"USN_JOURNAL_DATA_V2","features":[327]},{"name":"USN_PAGE_SIZE","features":[327]},{"name":"USN_RANGE_TRACK_OUTPUT","features":[327]},{"name":"USN_REASON_BASIC_INFO_CHANGE","features":[327]},{"name":"USN_REASON_CLOSE","features":[327]},{"name":"USN_REASON_COMPRESSION_CHANGE","features":[327]},{"name":"USN_REASON_DATA_EXTEND","features":[327]},{"name":"USN_REASON_DATA_OVERWRITE","features":[327]},{"name":"USN_REASON_DATA_TRUNCATION","features":[327]},{"name":"USN_REASON_DESIRED_STORAGE_CLASS_CHANGE","features":[327]},{"name":"USN_REASON_EA_CHANGE","features":[327]},{"name":"USN_REASON_ENCRYPTION_CHANGE","features":[327]},{"name":"USN_REASON_FILE_CREATE","features":[327]},{"name":"USN_REASON_FILE_DELETE","features":[327]},{"name":"USN_REASON_HARD_LINK_CHANGE","features":[327]},{"name":"USN_REASON_INDEXABLE_CHANGE","features":[327]},{"name":"USN_REASON_INTEGRITY_CHANGE","features":[327]},{"name":"USN_REASON_NAMED_DATA_EXTEND","features":[327]},{"name":"USN_REASON_NAMED_DATA_OVERWRITE","features":[327]},{"name":"USN_REASON_NAMED_DATA_TRUNCATION","features":[327]},{"name":"USN_REASON_OBJECT_ID_CHANGE","features":[327]},{"name":"USN_REASON_RENAME_NEW_NAME","features":[327]},{"name":"USN_REASON_RENAME_OLD_NAME","features":[327]},{"name":"USN_REASON_REPARSE_POINT_CHANGE","features":[327]},{"name":"USN_REASON_SECURITY_CHANGE","features":[327]},{"name":"USN_REASON_STREAM_CHANGE","features":[327]},{"name":"USN_REASON_TRANSACTED_CHANGE","features":[327]},{"name":"USN_RECORD_COMMON_HEADER","features":[327]},{"name":"USN_RECORD_EXTENT","features":[327]},{"name":"USN_RECORD_UNION","features":[326,327]},{"name":"USN_RECORD_V2","features":[327]},{"name":"USN_RECORD_V3","features":[326,327]},{"name":"USN_RECORD_V4","features":[326,327]},{"name":"USN_SOURCE_AUXILIARY_DATA","features":[327]},{"name":"USN_SOURCE_CLIENT_REPLICATION_MANAGEMENT","features":[327]},{"name":"USN_SOURCE_DATA_MANAGEMENT","features":[327]},{"name":"USN_SOURCE_INFO_ID","features":[327]},{"name":"USN_SOURCE_REPLICATION_MANAGEMENT","features":[327]},{"name":"USN_TRACK_MODIFIED_RANGES","features":[327]},{"name":"UfsDataTypeMax","features":[327]},{"name":"UfsDataTypeQueryAttribute","features":[327]},{"name":"UfsDataTypeQueryDescriptor","features":[327]},{"name":"UfsDataTypeQueryDmeAttribute","features":[327]},{"name":"UfsDataTypeQueryDmePeerAttribute","features":[327]},{"name":"UfsDataTypeQueryFlag","features":[327]},{"name":"UfsDataTypeUnknown","features":[327]},{"name":"Unknown","features":[327]},{"name":"VALID_NTFT","features":[327]},{"name":"VENDOR_ID_LENGTH","features":[327]},{"name":"VERIFY_INFORMATION","features":[327]},{"name":"VIRTUALIZATION_INSTANCE_INFO_INPUT","features":[327]},{"name":"VIRTUALIZATION_INSTANCE_INFO_INPUT_EX","features":[327]},{"name":"VIRTUALIZATION_INSTANCE_INFO_OUTPUT","features":[327]},{"name":"VIRTUAL_STORAGE_BEHAVIOR_CODE","features":[327]},{"name":"VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT","features":[327]},{"name":"VOLUME_BITMAP_BUFFER","features":[327]},{"name":"VOLUME_DISK_EXTENTS","features":[327]},{"name":"VOLUME_GET_GPT_ATTRIBUTES_INFORMATION","features":[327]},{"name":"VOLUME_IS_DIRTY","features":[327]},{"name":"VOLUME_SESSION_OPEN","features":[327]},{"name":"VOLUME_UPGRADE_SCHEDULED","features":[327]},{"name":"VXATape","features":[327]},{"name":"VXATape_1","features":[327]},{"name":"VXATape_2","features":[327]},{"name":"VirtualStorageBehaviorCacheWriteBack","features":[327]},{"name":"VirtualStorageBehaviorCacheWriteThrough","features":[327]},{"name":"VirtualStorageBehaviorRestartIoProcessing","features":[327]},{"name":"VirtualStorageBehaviorStopIoProcessing","features":[327]},{"name":"VirtualStorageBehaviorUndefined","features":[327]},{"name":"WIM_PROVIDER_ADD_OVERLAY_INPUT","features":[327]},{"name":"WIM_PROVIDER_CURRENT_VERSION","features":[327]},{"name":"WIM_PROVIDER_EXTERNAL_FLAG_NOT_ACTIVE","features":[327]},{"name":"WIM_PROVIDER_EXTERNAL_FLAG_SUSPENDED","features":[327]},{"name":"WIM_PROVIDER_EXTERNAL_INFO","features":[327]},{"name":"WIM_PROVIDER_OVERLAY_ENTRY","features":[327]},{"name":"WIM_PROVIDER_REMOVE_OVERLAY_INPUT","features":[327]},{"name":"WIM_PROVIDER_SUSPEND_OVERLAY_INPUT","features":[327]},{"name":"WIM_PROVIDER_UPDATE_OVERLAY_INPUT","features":[327]},{"name":"WMI_DISK_GEOMETRY_GUID","features":[327]},{"name":"WOF_CURRENT_VERSION","features":[327]},{"name":"WOF_EXTERNAL_FILE_ID","features":[326,327]},{"name":"WOF_EXTERNAL_INFO","features":[327]},{"name":"WOF_PROVIDER_CLOUD","features":[327]},{"name":"WOF_VERSION_INFO","features":[327]},{"name":"WRITE_CACHE_CHANGE","features":[327]},{"name":"WRITE_CACHE_ENABLE","features":[327]},{"name":"WRITE_CACHE_TYPE","features":[327]},{"name":"WRITE_COMPRESSION_INFO_VALID","features":[327]},{"name":"WRITE_THROUGH","features":[327]},{"name":"WRITE_USN_REASON_INPUT","features":[327]},{"name":"WriteCacheChangeUnknown","features":[327]},{"name":"WriteCacheChangeable","features":[327]},{"name":"WriteCacheDisabled","features":[327]},{"name":"WriteCacheEnableUnknown","features":[327]},{"name":"WriteCacheEnabled","features":[327]},{"name":"WriteCacheNotChangeable","features":[327]},{"name":"WriteCacheTypeNone","features":[327]},{"name":"WriteCacheTypeUnknown","features":[327]},{"name":"WriteCacheTypeWriteBack","features":[327]},{"name":"WriteCacheTypeWriteThrough","features":[327]},{"name":"WriteThroughNotSupported","features":[327]},{"name":"WriteThroughSupported","features":[327]},{"name":"WriteThroughUnknown","features":[327]},{"name":"ZoneConditionClosed","features":[327]},{"name":"ZoneConditionConventional","features":[327]},{"name":"ZoneConditionEmpty","features":[327]},{"name":"ZoneConditionExplicitlyOpened","features":[327]},{"name":"ZoneConditionFull","features":[327]},{"name":"ZoneConditionImplicitlyOpened","features":[327]},{"name":"ZoneConditionOffline","features":[327]},{"name":"ZoneConditionReadOnly","features":[327]},{"name":"ZoneTypeConventional","features":[327]},{"name":"ZoneTypeMax","features":[327]},{"name":"ZoneTypeSequentialWritePreferred","features":[327]},{"name":"ZoneTypeSequentialWriteRequired","features":[327]},{"name":"ZoneTypeUnknown","features":[327]},{"name":"ZonedDeviceTypeDeviceManaged","features":[327]},{"name":"ZonedDeviceTypeHostAware","features":[327]},{"name":"ZonedDeviceTypeHostManaged","features":[327]},{"name":"ZonedDeviceTypeUnknown","features":[327]},{"name":"ZonesAttributeTypeAndLengthMayDifferent","features":[327]},{"name":"ZonesAttributeTypeMayDifferentLengthSame","features":[327]},{"name":"ZonesAttributeTypeSameLastZoneLengthDifferent","features":[327]},{"name":"ZonesAttributeTypeSameLengthSame","features":[327]}],"577":[{"name":"AssignProcessToJobObject","features":[307,564]},{"name":"CreateJobObjectA","features":[307,310,564]},{"name":"CreateJobObjectW","features":[307,310,564]},{"name":"CreateJobSet","features":[307,564]},{"name":"FreeMemoryJobObject","features":[564]},{"name":"IsProcessInJob","features":[307,564]},{"name":"JOBOBJECTINFOCLASS","features":[564]},{"name":"JOBOBJECT_ASSOCIATE_COMPLETION_PORT","features":[307,564]},{"name":"JOBOBJECT_BASIC_ACCOUNTING_INFORMATION","features":[564]},{"name":"JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION","features":[564,342]},{"name":"JOBOBJECT_BASIC_LIMIT_INFORMATION","features":[564]},{"name":"JOBOBJECT_BASIC_PROCESS_ID_LIST","features":[564]},{"name":"JOBOBJECT_BASIC_UI_RESTRICTIONS","features":[564]},{"name":"JOBOBJECT_CPU_RATE_CONTROL_INFORMATION","features":[564]},{"name":"JOBOBJECT_END_OF_JOB_TIME_INFORMATION","features":[564]},{"name":"JOBOBJECT_EXTENDED_LIMIT_INFORMATION","features":[564,342]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_DISABLE","features":[564]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_ENABLE","features":[564]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_FLAGS","features":[564]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_VALID_FLAGS","features":[564]},{"name":"JOBOBJECT_IO_ATTRIBUTION_INFORMATION","features":[564]},{"name":"JOBOBJECT_IO_ATTRIBUTION_STATS","features":[564]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION","features":[564]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V1","features":[564]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2","features":[564]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3","features":[564]},{"name":"JOBOBJECT_JOBSET_INFORMATION","features":[564]},{"name":"JOBOBJECT_LIMIT_VIOLATION_INFORMATION","features":[564]},{"name":"JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2","features":[564]},{"name":"JOBOBJECT_NET_RATE_CONTROL_INFORMATION","features":[564]},{"name":"JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION","features":[564]},{"name":"JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2","features":[564]},{"name":"JOBOBJECT_RATE_CONTROL_TOLERANCE","features":[564]},{"name":"JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL","features":[564]},{"name":"JOBOBJECT_SECURITY_LIMIT_INFORMATION","features":[307,310,564]},{"name":"JOB_OBJECT_BASIC_LIMIT_VALID_FLAGS","features":[564]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL","features":[564]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_ENABLE","features":[564]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_HARD_CAP","features":[564]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_MIN_MAX_RATE","features":[564]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_NOTIFY","features":[564]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_VALID_FLAGS","features":[564]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_WEIGHT_BASED","features":[564]},{"name":"JOB_OBJECT_EXTENDED_LIMIT_VALID_FLAGS","features":[564]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_ENABLE","features":[564]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FLAGS","features":[564]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ALL","features":[564]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ON_SOFT_CAP","features":[564]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_STANDALONE_VOLUME","features":[564]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_VALID_FLAGS","features":[564]},{"name":"JOB_OBJECT_LIMIT","features":[564]},{"name":"JOB_OBJECT_LIMIT_ACTIVE_PROCESS","features":[564]},{"name":"JOB_OBJECT_LIMIT_AFFINITY","features":[564]},{"name":"JOB_OBJECT_LIMIT_BREAKAWAY_OK","features":[564]},{"name":"JOB_OBJECT_LIMIT_CPU_RATE_CONTROL","features":[564]},{"name":"JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION","features":[564]},{"name":"JOB_OBJECT_LIMIT_IO_RATE_CONTROL","features":[564]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY","features":[564]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY_HIGH","features":[564]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY_LOW","features":[564]},{"name":"JOB_OBJECT_LIMIT_JOB_READ_BYTES","features":[564]},{"name":"JOB_OBJECT_LIMIT_JOB_TIME","features":[564]},{"name":"JOB_OBJECT_LIMIT_JOB_WRITE_BYTES","features":[564]},{"name":"JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE","features":[564]},{"name":"JOB_OBJECT_LIMIT_NET_RATE_CONTROL","features":[564]},{"name":"JOB_OBJECT_LIMIT_PRESERVE_JOB_TIME","features":[564]},{"name":"JOB_OBJECT_LIMIT_PRIORITY_CLASS","features":[564]},{"name":"JOB_OBJECT_LIMIT_PROCESS_MEMORY","features":[564]},{"name":"JOB_OBJECT_LIMIT_PROCESS_TIME","features":[564]},{"name":"JOB_OBJECT_LIMIT_RATE_CONTROL","features":[564]},{"name":"JOB_OBJECT_LIMIT_SCHEDULING_CLASS","features":[564]},{"name":"JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK","features":[564]},{"name":"JOB_OBJECT_LIMIT_SUBSET_AFFINITY","features":[564]},{"name":"JOB_OBJECT_LIMIT_VALID_FLAGS","features":[564]},{"name":"JOB_OBJECT_LIMIT_WORKINGSET","features":[564]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_DSCP_TAG","features":[564]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_ENABLE","features":[564]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_FLAGS","features":[564]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_MAX_BANDWIDTH","features":[564]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_VALID_FLAGS","features":[564]},{"name":"JOB_OBJECT_NOTIFICATION_LIMIT_VALID_FLAGS","features":[564]},{"name":"JOB_OBJECT_POST_AT_END_OF_JOB","features":[564]},{"name":"JOB_OBJECT_SECURITY","features":[564]},{"name":"JOB_OBJECT_SECURITY_FILTER_TOKENS","features":[564]},{"name":"JOB_OBJECT_SECURITY_NO_ADMIN","features":[564]},{"name":"JOB_OBJECT_SECURITY_ONLY_TOKEN","features":[564]},{"name":"JOB_OBJECT_SECURITY_RESTRICTED_TOKEN","features":[564]},{"name":"JOB_OBJECT_SECURITY_VALID_FLAGS","features":[564]},{"name":"JOB_OBJECT_TERMINATE_AT_END_ACTION","features":[564]},{"name":"JOB_OBJECT_TERMINATE_AT_END_OF_JOB","features":[564]},{"name":"JOB_OBJECT_UILIMIT","features":[564]},{"name":"JOB_OBJECT_UILIMIT_DESKTOP","features":[564]},{"name":"JOB_OBJECT_UILIMIT_DISPLAYSETTINGS","features":[564]},{"name":"JOB_OBJECT_UILIMIT_EXITWINDOWS","features":[564]},{"name":"JOB_OBJECT_UILIMIT_GLOBALATOMS","features":[564]},{"name":"JOB_OBJECT_UILIMIT_HANDLES","features":[564]},{"name":"JOB_OBJECT_UILIMIT_NONE","features":[564]},{"name":"JOB_OBJECT_UILIMIT_READCLIPBOARD","features":[564]},{"name":"JOB_OBJECT_UILIMIT_SYSTEMPARAMETERS","features":[564]},{"name":"JOB_OBJECT_UILIMIT_WRITECLIPBOARD","features":[564]},{"name":"JOB_SET_ARRAY","features":[307,564]},{"name":"JobObjectAssociateCompletionPortInformation","features":[564]},{"name":"JobObjectBasicAccountingInformation","features":[564]},{"name":"JobObjectBasicAndIoAccountingInformation","features":[564]},{"name":"JobObjectBasicLimitInformation","features":[564]},{"name":"JobObjectBasicProcessIdList","features":[564]},{"name":"JobObjectBasicUIRestrictions","features":[564]},{"name":"JobObjectCompletionCounter","features":[564]},{"name":"JobObjectCompletionFilter","features":[564]},{"name":"JobObjectCpuRateControlInformation","features":[564]},{"name":"JobObjectCreateSilo","features":[564]},{"name":"JobObjectEndOfJobTimeInformation","features":[564]},{"name":"JobObjectExtendedLimitInformation","features":[564]},{"name":"JobObjectGroupInformation","features":[564]},{"name":"JobObjectGroupInformationEx","features":[564]},{"name":"JobObjectJobSetInformation","features":[564]},{"name":"JobObjectLimitViolationInformation","features":[564]},{"name":"JobObjectLimitViolationInformation2","features":[564]},{"name":"JobObjectNetRateControlInformation","features":[564]},{"name":"JobObjectNotificationLimitInformation","features":[564]},{"name":"JobObjectNotificationLimitInformation2","features":[564]},{"name":"JobObjectReserved10Information","features":[564]},{"name":"JobObjectReserved11Information","features":[564]},{"name":"JobObjectReserved12Information","features":[564]},{"name":"JobObjectReserved13Information","features":[564]},{"name":"JobObjectReserved14Information","features":[564]},{"name":"JobObjectReserved15Information","features":[564]},{"name":"JobObjectReserved16Information","features":[564]},{"name":"JobObjectReserved17Information","features":[564]},{"name":"JobObjectReserved18Information","features":[564]},{"name":"JobObjectReserved19Information","features":[564]},{"name":"JobObjectReserved1Information","features":[564]},{"name":"JobObjectReserved20Information","features":[564]},{"name":"JobObjectReserved21Information","features":[564]},{"name":"JobObjectReserved22Information","features":[564]},{"name":"JobObjectReserved23Information","features":[564]},{"name":"JobObjectReserved24Information","features":[564]},{"name":"JobObjectReserved25Information","features":[564]},{"name":"JobObjectReserved26Information","features":[564]},{"name":"JobObjectReserved27Information","features":[564]},{"name":"JobObjectReserved2Information","features":[564]},{"name":"JobObjectReserved3Information","features":[564]},{"name":"JobObjectReserved4Information","features":[564]},{"name":"JobObjectReserved5Information","features":[564]},{"name":"JobObjectReserved6Information","features":[564]},{"name":"JobObjectReserved7Information","features":[564]},{"name":"JobObjectReserved8Information","features":[564]},{"name":"JobObjectReserved9Information","features":[564]},{"name":"JobObjectSecurityLimitInformation","features":[564]},{"name":"JobObjectSiloBasicInformation","features":[564]},{"name":"MaxJobObjectInfoClass","features":[564]},{"name":"OpenJobObjectA","features":[307,564]},{"name":"OpenJobObjectW","features":[307,564]},{"name":"QueryInformationJobObject","features":[307,564]},{"name":"QueryIoRateControlInformationJobObject","features":[307,564]},{"name":"SetInformationJobObject","features":[307,564]},{"name":"SetIoRateControlInformationJobObject","features":[307,564]},{"name":"TerminateJobObject","features":[307,564]},{"name":"ToleranceHigh","features":[564]},{"name":"ToleranceIntervalLong","features":[564]},{"name":"ToleranceIntervalMedium","features":[564]},{"name":"ToleranceIntervalShort","features":[564]},{"name":"ToleranceLow","features":[564]},{"name":"ToleranceMedium","features":[564]},{"name":"UserHandleGrantAccess","features":[307,564]}],"578":[{"name":"JS_SOURCE_CONTEXT_NONE","features":[565]},{"name":"JsAddRef","features":[565]},{"name":"JsArray","features":[565]},{"name":"JsBackgroundWorkItemCallback","features":[565]},{"name":"JsBeforeCollectCallback","features":[565]},{"name":"JsBoolToBoolean","features":[565]},{"name":"JsBoolean","features":[565]},{"name":"JsBooleanToBool","features":[565]},{"name":"JsCallFunction","features":[565]},{"name":"JsCollectGarbage","features":[565]},{"name":"JsConstructObject","features":[565]},{"name":"JsConvertValueToBoolean","features":[565]},{"name":"JsConvertValueToNumber","features":[565]},{"name":"JsConvertValueToObject","features":[565]},{"name":"JsConvertValueToString","features":[565]},{"name":"JsCreateArray","features":[565]},{"name":"JsCreateContext","features":[546,565]},{"name":"JsCreateContext","features":[546,565]},{"name":"JsCreateError","features":[565]},{"name":"JsCreateExternalObject","features":[565]},{"name":"JsCreateFunction","features":[565]},{"name":"JsCreateObject","features":[565]},{"name":"JsCreateRangeError","features":[565]},{"name":"JsCreateReferenceError","features":[565]},{"name":"JsCreateRuntime","features":[565]},{"name":"JsCreateSyntaxError","features":[565]},{"name":"JsCreateTypeError","features":[565]},{"name":"JsCreateURIError","features":[565]},{"name":"JsDefineProperty","features":[565]},{"name":"JsDeleteIndexedProperty","features":[565]},{"name":"JsDeleteProperty","features":[565]},{"name":"JsDisableRuntimeExecution","features":[565]},{"name":"JsDisposeRuntime","features":[565]},{"name":"JsDoubleToNumber","features":[565]},{"name":"JsEnableRuntimeExecution","features":[565]},{"name":"JsEnumerateHeap","features":[546,565]},{"name":"JsEquals","features":[565]},{"name":"JsError","features":[565]},{"name":"JsErrorAlreadyDebuggingContext","features":[565]},{"name":"JsErrorAlreadyProfilingContext","features":[565]},{"name":"JsErrorArgumentNotObject","features":[565]},{"name":"JsErrorBadSerializedScript","features":[565]},{"name":"JsErrorCannotDisableExecution","features":[565]},{"name":"JsErrorCannotSerializeDebugScript","features":[565]},{"name":"JsErrorCategoryEngine","features":[565]},{"name":"JsErrorCategoryFatal","features":[565]},{"name":"JsErrorCategoryScript","features":[565]},{"name":"JsErrorCategoryUsage","features":[565]},{"name":"JsErrorCode","features":[565]},{"name":"JsErrorFatal","features":[565]},{"name":"JsErrorHeapEnumInProgress","features":[565]},{"name":"JsErrorIdleNotEnabled","features":[565]},{"name":"JsErrorInDisabledState","features":[565]},{"name":"JsErrorInExceptionState","features":[565]},{"name":"JsErrorInProfileCallback","features":[565]},{"name":"JsErrorInThreadServiceCallback","features":[565]},{"name":"JsErrorInvalidArgument","features":[565]},{"name":"JsErrorNoCurrentContext","features":[565]},{"name":"JsErrorNotImplemented","features":[565]},{"name":"JsErrorNullArgument","features":[565]},{"name":"JsErrorOutOfMemory","features":[565]},{"name":"JsErrorRuntimeInUse","features":[565]},{"name":"JsErrorScriptCompile","features":[565]},{"name":"JsErrorScriptEvalDisabled","features":[565]},{"name":"JsErrorScriptException","features":[565]},{"name":"JsErrorScriptTerminated","features":[565]},{"name":"JsErrorWrongThread","features":[565]},{"name":"JsFinalizeCallback","features":[565]},{"name":"JsFunction","features":[565]},{"name":"JsGetAndClearException","features":[565]},{"name":"JsGetCurrentContext","features":[565]},{"name":"JsGetExtensionAllowed","features":[565]},{"name":"JsGetExternalData","features":[565]},{"name":"JsGetFalseValue","features":[565]},{"name":"JsGetGlobalObject","features":[565]},{"name":"JsGetIndexedProperty","features":[565]},{"name":"JsGetNullValue","features":[565]},{"name":"JsGetOwnPropertyDescriptor","features":[565]},{"name":"JsGetOwnPropertyNames","features":[565]},{"name":"JsGetProperty","features":[565]},{"name":"JsGetPropertyIdFromName","features":[565]},{"name":"JsGetPropertyNameFromId","features":[565]},{"name":"JsGetPrototype","features":[565]},{"name":"JsGetRuntime","features":[565]},{"name":"JsGetRuntimeMemoryLimit","features":[565]},{"name":"JsGetRuntimeMemoryUsage","features":[565]},{"name":"JsGetStringLength","features":[565]},{"name":"JsGetTrueValue","features":[565]},{"name":"JsGetUndefinedValue","features":[565]},{"name":"JsGetValueType","features":[565]},{"name":"JsHasException","features":[565]},{"name":"JsHasExternalData","features":[565]},{"name":"JsHasIndexedProperty","features":[565]},{"name":"JsHasProperty","features":[565]},{"name":"JsIdle","features":[565]},{"name":"JsIntToNumber","features":[565]},{"name":"JsIsEnumeratingHeap","features":[565]},{"name":"JsIsRuntimeExecutionDisabled","features":[565]},{"name":"JsMemoryAllocate","features":[565]},{"name":"JsMemoryAllocationCallback","features":[565]},{"name":"JsMemoryEventType","features":[565]},{"name":"JsMemoryFailure","features":[565]},{"name":"JsMemoryFree","features":[565]},{"name":"JsNativeFunction","features":[565]},{"name":"JsNoError","features":[565]},{"name":"JsNull","features":[565]},{"name":"JsNumber","features":[565]},{"name":"JsNumberToDouble","features":[565]},{"name":"JsObject","features":[565]},{"name":"JsParseScript","features":[565]},{"name":"JsParseSerializedScript","features":[565]},{"name":"JsPointerToString","features":[565]},{"name":"JsPreventExtension","features":[565]},{"name":"JsRelease","features":[565]},{"name":"JsRunScript","features":[565]},{"name":"JsRunSerializedScript","features":[565]},{"name":"JsRuntimeAttributeAllowScriptInterrupt","features":[565]},{"name":"JsRuntimeAttributeDisableBackgroundWork","features":[565]},{"name":"JsRuntimeAttributeDisableEval","features":[565]},{"name":"JsRuntimeAttributeDisableNativeCodeGeneration","features":[565]},{"name":"JsRuntimeAttributeEnableIdleProcessing","features":[565]},{"name":"JsRuntimeAttributeNone","features":[565]},{"name":"JsRuntimeAttributes","features":[565]},{"name":"JsRuntimeVersion","features":[565]},{"name":"JsRuntimeVersion10","features":[565]},{"name":"JsRuntimeVersion11","features":[565]},{"name":"JsRuntimeVersionEdge","features":[565]},{"name":"JsSerializeScript","features":[565]},{"name":"JsSetCurrentContext","features":[565]},{"name":"JsSetException","features":[565]},{"name":"JsSetExternalData","features":[565]},{"name":"JsSetIndexedProperty","features":[565]},{"name":"JsSetProperty","features":[565]},{"name":"JsSetPrototype","features":[565]},{"name":"JsSetRuntimeBeforeCollectCallback","features":[565]},{"name":"JsSetRuntimeMemoryAllocationCallback","features":[565]},{"name":"JsSetRuntimeMemoryLimit","features":[565]},{"name":"JsStartDebugging","features":[546,565]},{"name":"JsStartDebugging","features":[546,565]},{"name":"JsStartProfiling","features":[546,565]},{"name":"JsStopProfiling","features":[565]},{"name":"JsStrictEquals","features":[565]},{"name":"JsString","features":[565]},{"name":"JsStringToPointer","features":[565]},{"name":"JsThreadServiceCallback","features":[565]},{"name":"JsUndefined","features":[565]},{"name":"JsValueToVariant","features":[307,358,565,359,360]},{"name":"JsValueType","features":[565]},{"name":"JsVariantToValue","features":[307,358,565,359,360]}],"579":[{"name":"BackOffice","features":[313]},{"name":"Blade","features":[313]},{"name":"COMPARTMENT_ID","features":[313]},{"name":"CSTRING","features":[313]},{"name":"CommunicationServer","features":[313]},{"name":"ComputeServer","features":[313]},{"name":"DEFAULT_COMPARTMENT_ID","features":[313]},{"name":"DataCenter","features":[313]},{"name":"EVENT_TYPE","features":[313]},{"name":"EXCEPTION_DISPOSITION","features":[313]},{"name":"EXCEPTION_REGISTRATION_RECORD","features":[307,336,313]},{"name":"EXCEPTION_ROUTINE","features":[307,336,313]},{"name":"EmbeddedNT","features":[313]},{"name":"EmbeddedRestricted","features":[313]},{"name":"Enterprise","features":[313]},{"name":"ExceptionCollidedUnwind","features":[313]},{"name":"ExceptionContinueExecution","features":[313]},{"name":"ExceptionContinueSearch","features":[313]},{"name":"ExceptionNestedException","features":[313]},{"name":"FLOATING_SAVE_AREA","features":[313]},{"name":"FLOATING_SAVE_AREA","features":[313]},{"name":"LIST_ENTRY","features":[313]},{"name":"LIST_ENTRY32","features":[313]},{"name":"LIST_ENTRY64","features":[313]},{"name":"MAXUCHAR","features":[313]},{"name":"MAXULONG","features":[313]},{"name":"MAXUSHORT","features":[313]},{"name":"MaxSuiteType","features":[313]},{"name":"MultiUserTS","features":[313]},{"name":"NT_PRODUCT_TYPE","features":[313]},{"name":"NT_TIB","features":[307,336,313]},{"name":"NULL64","features":[313]},{"name":"NotificationEvent","features":[313]},{"name":"NotificationTimer","features":[313]},{"name":"NtProductLanManNt","features":[313]},{"name":"NtProductServer","features":[313]},{"name":"NtProductWinNt","features":[313]},{"name":"OBJECTID","features":[313]},{"name":"OBJ_CASE_INSENSITIVE","features":[313]},{"name":"OBJ_DONT_REPARSE","features":[313]},{"name":"OBJ_EXCLUSIVE","features":[313]},{"name":"OBJ_FORCE_ACCESS_CHECK","features":[313]},{"name":"OBJ_HANDLE_TAGBITS","features":[313]},{"name":"OBJ_IGNORE_IMPERSONATED_DEVICEMAP","features":[313]},{"name":"OBJ_INHERIT","features":[313]},{"name":"OBJ_KERNEL_HANDLE","features":[313]},{"name":"OBJ_OPENIF","features":[313]},{"name":"OBJ_OPENLINK","features":[313]},{"name":"OBJ_PERMANENT","features":[313]},{"name":"OBJ_VALID_ATTRIBUTES","features":[313]},{"name":"PROCESSOR_NUMBER","features":[313]},{"name":"Personal","features":[313]},{"name":"PhoneNT","features":[313]},{"name":"QUAD","features":[313]},{"name":"RTL_BALANCED_NODE","features":[313]},{"name":"RTL_BALANCED_NODE_RESERVED_PARENT_MASK","features":[313]},{"name":"RtlFirstEntrySList","features":[313]},{"name":"RtlInitializeSListHead","features":[313]},{"name":"RtlInterlockedFlushSList","features":[313]},{"name":"RtlInterlockedPopEntrySList","features":[313]},{"name":"RtlInterlockedPushEntrySList","features":[313]},{"name":"RtlInterlockedPushListSListEx","features":[313]},{"name":"RtlQueryDepthSList","features":[313]},{"name":"SINGLE_LIST_ENTRY","features":[313]},{"name":"SINGLE_LIST_ENTRY32","features":[313]},{"name":"SLIST_ENTRY","features":[313]},{"name":"SLIST_HEADER","features":[313]},{"name":"SLIST_HEADER","features":[313]},{"name":"SLIST_HEADER","features":[313]},{"name":"STRING","features":[313]},{"name":"STRING32","features":[313]},{"name":"STRING64","features":[313]},{"name":"SUITE_TYPE","features":[313]},{"name":"SecurityAppliance","features":[313]},{"name":"SingleUserTS","features":[313]},{"name":"SmallBusiness","features":[313]},{"name":"SmallBusinessRestricted","features":[313]},{"name":"StorageServer","features":[313]},{"name":"SynchronizationEvent","features":[313]},{"name":"SynchronizationTimer","features":[313]},{"name":"TIMER_TYPE","features":[313]},{"name":"TerminalServer","features":[313]},{"name":"UNSPECIFIED_COMPARTMENT_ID","features":[313]},{"name":"WAIT_TYPE","features":[313]},{"name":"WHServer","features":[313]},{"name":"WNF_STATE_NAME","features":[313]},{"name":"WaitAll","features":[313]},{"name":"WaitAny","features":[313]},{"name":"WaitDequeue","features":[313]},{"name":"WaitDpc","features":[313]},{"name":"WaitNotification","features":[313]}],"580":[{"name":"AddDllDirectory","features":[566]},{"name":"BeginUpdateResourceA","features":[307,566]},{"name":"BeginUpdateResourceW","features":[307,566]},{"name":"CURRENT_IMPORT_REDIRECTION_VERSION","features":[566]},{"name":"DONT_RESOLVE_DLL_REFERENCES","features":[566]},{"name":"DisableThreadLibraryCalls","features":[307,566]},{"name":"ENUMRESLANGPROCA","features":[307,566]},{"name":"ENUMRESLANGPROCW","features":[307,566]},{"name":"ENUMRESNAMEPROCA","features":[307,566]},{"name":"ENUMRESNAMEPROCW","features":[307,566]},{"name":"ENUMRESTYPEPROCA","features":[307,566]},{"name":"ENUMRESTYPEPROCW","features":[307,566]},{"name":"ENUMUILANG","features":[566]},{"name":"EndUpdateResourceA","features":[307,566]},{"name":"EndUpdateResourceW","features":[307,566]},{"name":"EnumResourceLanguagesA","features":[307,566]},{"name":"EnumResourceLanguagesExA","features":[307,566]},{"name":"EnumResourceLanguagesExW","features":[307,566]},{"name":"EnumResourceLanguagesW","features":[307,566]},{"name":"EnumResourceNamesA","features":[307,566]},{"name":"EnumResourceNamesExA","features":[307,566]},{"name":"EnumResourceNamesExW","features":[307,566]},{"name":"EnumResourceNamesW","features":[307,566]},{"name":"EnumResourceTypesA","features":[307,566]},{"name":"EnumResourceTypesExA","features":[307,566]},{"name":"EnumResourceTypesExW","features":[307,566]},{"name":"EnumResourceTypesW","features":[307,566]},{"name":"FIND_RESOURCE_DIRECTORY_LANGUAGES","features":[566]},{"name":"FIND_RESOURCE_DIRECTORY_NAMES","features":[566]},{"name":"FIND_RESOURCE_DIRECTORY_TYPES","features":[566]},{"name":"FindResourceA","features":[307,566]},{"name":"FindResourceExA","features":[307,566]},{"name":"FindResourceExW","features":[307,566]},{"name":"FindResourceW","features":[307,566]},{"name":"FreeLibraryAndExitThread","features":[307,566]},{"name":"FreeResource","features":[307,566]},{"name":"GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS","features":[566]},{"name":"GET_MODULE_HANDLE_EX_FLAG_PIN","features":[566]},{"name":"GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT","features":[566]},{"name":"GetDllDirectoryA","features":[566]},{"name":"GetDllDirectoryW","features":[566]},{"name":"GetModuleFileNameA","features":[307,566]},{"name":"GetModuleFileNameW","features":[307,566]},{"name":"GetModuleHandleA","features":[307,566]},{"name":"GetModuleHandleExA","features":[307,566]},{"name":"GetModuleHandleExW","features":[307,566]},{"name":"GetModuleHandleW","features":[307,566]},{"name":"GetProcAddress","features":[307,566]},{"name":"LOAD_IGNORE_CODE_AUTHZ_LEVEL","features":[566]},{"name":"LOAD_LIBRARY_AS_DATAFILE","features":[566]},{"name":"LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE","features":[566]},{"name":"LOAD_LIBRARY_AS_IMAGE_RESOURCE","features":[566]},{"name":"LOAD_LIBRARY_FLAGS","features":[566]},{"name":"LOAD_LIBRARY_OS_INTEGRITY_CONTINUITY","features":[566]},{"name":"LOAD_LIBRARY_REQUIRE_SIGNED_TARGET","features":[566]},{"name":"LOAD_LIBRARY_SAFE_CURRENT_DIRS","features":[566]},{"name":"LOAD_LIBRARY_SEARCH_APPLICATION_DIR","features":[566]},{"name":"LOAD_LIBRARY_SEARCH_DEFAULT_DIRS","features":[566]},{"name":"LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR","features":[566]},{"name":"LOAD_LIBRARY_SEARCH_SYSTEM32","features":[566]},{"name":"LOAD_LIBRARY_SEARCH_SYSTEM32_NO_FORWARDER","features":[566]},{"name":"LOAD_LIBRARY_SEARCH_USER_DIRS","features":[566]},{"name":"LOAD_WITH_ALTERED_SEARCH_PATH","features":[566]},{"name":"LoadLibraryA","features":[307,566]},{"name":"LoadLibraryExA","features":[307,566]},{"name":"LoadLibraryExW","features":[307,566]},{"name":"LoadLibraryW","features":[307,566]},{"name":"LoadModule","features":[566]},{"name":"LoadPackagedLibrary","features":[307,566]},{"name":"LoadResource","features":[307,566]},{"name":"LockResource","features":[307,566]},{"name":"PGET_MODULE_HANDLE_EXA","features":[307,566]},{"name":"PGET_MODULE_HANDLE_EXW","features":[307,566]},{"name":"REDIRECTION_DESCRIPTOR","features":[566]},{"name":"REDIRECTION_FUNCTION_DESCRIPTOR","features":[566]},{"name":"RESOURCE_ENUM_LN","features":[566]},{"name":"RESOURCE_ENUM_MODULE_EXACT","features":[566]},{"name":"RESOURCE_ENUM_MUI","features":[566]},{"name":"RESOURCE_ENUM_MUI_SYSTEM","features":[566]},{"name":"RESOURCE_ENUM_VALIDATE","features":[566]},{"name":"RemoveDllDirectory","features":[307,566]},{"name":"SUPPORT_LANG_NUMBER","features":[566]},{"name":"SetDefaultDllDirectories","features":[307,566]},{"name":"SetDllDirectoryA","features":[307,566]},{"name":"SetDllDirectoryW","features":[307,566]},{"name":"SizeofResource","features":[307,566]},{"name":"UpdateResourceA","features":[307,566]},{"name":"UpdateResourceW","features":[307,566]}],"581":[{"name":"CreateMailslotA","features":[307,310,567]},{"name":"CreateMailslotW","features":[307,310,567]},{"name":"GetMailslotInfo","features":[307,567]},{"name":"SetMailslotInfo","features":[307,567]}],"582":[{"name":"LPMAPIADDRESS","features":[568]},{"name":"LPMAPIDELETEMAIL","features":[568]},{"name":"LPMAPIDETAILS","features":[568]},{"name":"LPMAPIFINDNEXT","features":[568]},{"name":"LPMAPIFREEBUFFER","features":[568]},{"name":"LPMAPILOGOFF","features":[568]},{"name":"LPMAPILOGON","features":[568]},{"name":"LPMAPIREADMAIL","features":[568]},{"name":"LPMAPIRESOLVENAME","features":[568]},{"name":"LPMAPISAVEMAIL","features":[568]},{"name":"LPMAPISENDDOCUMENTS","features":[568]},{"name":"LPMAPISENDMAIL","features":[568]},{"name":"LPMAPISENDMAILW","features":[568]},{"name":"MAPIFreeBuffer","features":[568]},{"name":"MAPI_AB_NOMODIFY","features":[568]},{"name":"MAPI_BCC","features":[568]},{"name":"MAPI_BODY_AS_FILE","features":[568]},{"name":"MAPI_CC","features":[568]},{"name":"MAPI_DIALOG","features":[568]},{"name":"MAPI_ENVELOPE_ONLY","features":[568]},{"name":"MAPI_EXTENDED","features":[568]},{"name":"MAPI_E_ACCESS_DENIED","features":[568]},{"name":"MAPI_E_AMBIGUOUS_RECIPIENT","features":[568]},{"name":"MAPI_E_AMBIG_RECIP","features":[568]},{"name":"MAPI_E_ATTACHMENT_NOT_FOUND","features":[568]},{"name":"MAPI_E_ATTACHMENT_OPEN_FAILURE","features":[568]},{"name":"MAPI_E_ATTACHMENT_TOO_LARGE","features":[568]},{"name":"MAPI_E_ATTACHMENT_WRITE_FAILURE","features":[568]},{"name":"MAPI_E_BAD_RECIPTYPE","features":[568]},{"name":"MAPI_E_DISK_FULL","features":[568]},{"name":"MAPI_E_FAILURE","features":[568]},{"name":"MAPI_E_INSUFFICIENT_MEMORY","features":[568]},{"name":"MAPI_E_INVALID_EDITFIELDS","features":[568]},{"name":"MAPI_E_INVALID_MESSAGE","features":[568]},{"name":"MAPI_E_INVALID_RECIPS","features":[568]},{"name":"MAPI_E_INVALID_SESSION","features":[568]},{"name":"MAPI_E_LOGIN_FAILURE","features":[568]},{"name":"MAPI_E_LOGON_FAILURE","features":[568]},{"name":"MAPI_E_MESSAGE_IN_USE","features":[568]},{"name":"MAPI_E_NETWORK_FAILURE","features":[568]},{"name":"MAPI_E_NOT_SUPPORTED","features":[568]},{"name":"MAPI_E_NO_MESSAGES","features":[568]},{"name":"MAPI_E_TEXT_TOO_LARGE","features":[568]},{"name":"MAPI_E_TOO_MANY_FILES","features":[568]},{"name":"MAPI_E_TOO_MANY_RECIPIENTS","features":[568]},{"name":"MAPI_E_TOO_MANY_SESSIONS","features":[568]},{"name":"MAPI_E_TYPE_NOT_SUPPORTED","features":[568]},{"name":"MAPI_E_UNICODE_NOT_SUPPORTED","features":[568]},{"name":"MAPI_E_UNKNOWN_RECIPIENT","features":[568]},{"name":"MAPI_E_USER_ABORT","features":[568]},{"name":"MAPI_FORCE_DOWNLOAD","features":[568]},{"name":"MAPI_FORCE_UNICODE","features":[568]},{"name":"MAPI_GUARANTEE_FIFO","features":[568]},{"name":"MAPI_LOGON_UI","features":[568]},{"name":"MAPI_LONG_MSGID","features":[568]},{"name":"MAPI_NEW_SESSION","features":[568]},{"name":"MAPI_OLE","features":[568]},{"name":"MAPI_OLE_STATIC","features":[568]},{"name":"MAPI_ORIG","features":[568]},{"name":"MAPI_PASSWORD_UI","features":[568]},{"name":"MAPI_PEEK","features":[568]},{"name":"MAPI_RECEIPT_REQUESTED","features":[568]},{"name":"MAPI_SENT","features":[568]},{"name":"MAPI_SUPPRESS_ATTACH","features":[568]},{"name":"MAPI_TO","features":[568]},{"name":"MAPI_UNREAD","features":[568]},{"name":"MAPI_UNREAD_ONLY","features":[568]},{"name":"MAPI_USER_ABORT","features":[568]},{"name":"MapiFileDesc","features":[568]},{"name":"MapiFileDescW","features":[568]},{"name":"MapiFileTagExt","features":[568]},{"name":"MapiMessage","features":[568]},{"name":"MapiMessageW","features":[568]},{"name":"MapiRecipDesc","features":[568]},{"name":"MapiRecipDescW","features":[568]},{"name":"SUCCESS_SUCCESS","features":[568]}],"583":[{"name":"AddSecureMemoryCacheCallback","features":[307,325]},{"name":"AllocateUserPhysicalPages","features":[307,325]},{"name":"AllocateUserPhysicalPages2","features":[307,325]},{"name":"AllocateUserPhysicalPagesNuma","features":[307,325]},{"name":"AtlThunkData_t","features":[325]},{"name":"CFG_CALL_TARGET_INFO","features":[325]},{"name":"CreateFileMapping2","features":[307,310,325]},{"name":"CreateFileMappingA","features":[307,310,325]},{"name":"CreateFileMappingFromApp","features":[307,310,325]},{"name":"CreateFileMappingNumaA","features":[307,310,325]},{"name":"CreateFileMappingNumaW","features":[307,310,325]},{"name":"CreateFileMappingW","features":[307,310,325]},{"name":"CreateMemoryResourceNotification","features":[307,325]},{"name":"DiscardVirtualMemory","features":[325]},{"name":"FILE_CACHE_MAX_HARD_DISABLE","features":[325]},{"name":"FILE_CACHE_MAX_HARD_ENABLE","features":[325]},{"name":"FILE_CACHE_MIN_HARD_DISABLE","features":[325]},{"name":"FILE_CACHE_MIN_HARD_ENABLE","features":[325]},{"name":"FILE_MAP","features":[325]},{"name":"FILE_MAP_ALL_ACCESS","features":[325]},{"name":"FILE_MAP_COPY","features":[325]},{"name":"FILE_MAP_EXECUTE","features":[325]},{"name":"FILE_MAP_LARGE_PAGES","features":[325]},{"name":"FILE_MAP_READ","features":[325]},{"name":"FILE_MAP_RESERVE","features":[325]},{"name":"FILE_MAP_TARGETS_INVALID","features":[325]},{"name":"FILE_MAP_WRITE","features":[325]},{"name":"FlushViewOfFile","features":[307,325]},{"name":"FreeUserPhysicalPages","features":[307,325]},{"name":"GHND","features":[325]},{"name":"GLOBAL_ALLOC_FLAGS","features":[325]},{"name":"GMEM_FIXED","features":[325]},{"name":"GMEM_MOVEABLE","features":[325]},{"name":"GMEM_ZEROINIT","features":[325]},{"name":"GPTR","features":[325]},{"name":"GetLargePageMinimum","features":[325]},{"name":"GetMemoryErrorHandlingCapabilities","features":[307,325]},{"name":"GetProcessHeap","features":[307,325]},{"name":"GetProcessHeaps","features":[307,325]},{"name":"GetProcessWorkingSetSizeEx","features":[307,325]},{"name":"GetSystemFileCacheSize","features":[307,325]},{"name":"GetWriteWatch","features":[325]},{"name":"GlobalAlloc","features":[307,325]},{"name":"GlobalFlags","features":[307,325]},{"name":"GlobalHandle","features":[307,325]},{"name":"GlobalLock","features":[307,325]},{"name":"GlobalReAlloc","features":[307,325]},{"name":"GlobalSize","features":[307,325]},{"name":"GlobalUnlock","features":[307,325]},{"name":"HEAP_CREATE_ALIGN_16","features":[325]},{"name":"HEAP_CREATE_ENABLE_EXECUTE","features":[325]},{"name":"HEAP_CREATE_ENABLE_TRACING","features":[325]},{"name":"HEAP_CREATE_HARDENED","features":[325]},{"name":"HEAP_CREATE_SEGMENT_HEAP","features":[325]},{"name":"HEAP_DISABLE_COALESCE_ON_FREE","features":[325]},{"name":"HEAP_FLAGS","features":[325]},{"name":"HEAP_FREE_CHECKING_ENABLED","features":[325]},{"name":"HEAP_GENERATE_EXCEPTIONS","features":[325]},{"name":"HEAP_GROWABLE","features":[325]},{"name":"HEAP_INFORMATION_CLASS","features":[325]},{"name":"HEAP_MAXIMUM_TAG","features":[325]},{"name":"HEAP_NONE","features":[325]},{"name":"HEAP_NO_SERIALIZE","features":[325]},{"name":"HEAP_PSEUDO_TAG_FLAG","features":[325]},{"name":"HEAP_REALLOC_IN_PLACE_ONLY","features":[325]},{"name":"HEAP_SUMMARY","features":[325]},{"name":"HEAP_TAG_SHIFT","features":[325]},{"name":"HEAP_TAIL_CHECKING_ENABLED","features":[325]},{"name":"HEAP_ZERO_MEMORY","features":[325]},{"name":"HeapAlloc","features":[307,325]},{"name":"HeapCompact","features":[307,325]},{"name":"HeapCompatibilityInformation","features":[325]},{"name":"HeapCreate","features":[307,325]},{"name":"HeapDestroy","features":[307,325]},{"name":"HeapEnableTerminationOnCorruption","features":[325]},{"name":"HeapFree","features":[307,325]},{"name":"HeapLock","features":[307,325]},{"name":"HeapOptimizeResources","features":[325]},{"name":"HeapQueryInformation","features":[307,325]},{"name":"HeapReAlloc","features":[307,325]},{"name":"HeapSetInformation","features":[307,325]},{"name":"HeapSize","features":[307,325]},{"name":"HeapSummary","features":[307,325]},{"name":"HeapTag","features":[325]},{"name":"HeapUnlock","features":[307,325]},{"name":"HeapValidate","features":[307,325]},{"name":"HeapWalk","features":[307,325]},{"name":"HighMemoryResourceNotification","features":[325]},{"name":"IsBadCodePtr","features":[307,325]},{"name":"IsBadReadPtr","features":[307,325]},{"name":"IsBadStringPtrA","features":[307,325]},{"name":"IsBadStringPtrW","features":[307,325]},{"name":"IsBadWritePtr","features":[307,325]},{"name":"LHND","features":[325]},{"name":"LMEM_FIXED","features":[325]},{"name":"LMEM_MOVEABLE","features":[325]},{"name":"LMEM_ZEROINIT","features":[325]},{"name":"LOCAL_ALLOC_FLAGS","features":[325]},{"name":"LPTR","features":[325]},{"name":"LocalAlloc","features":[307,325]},{"name":"LocalFlags","features":[307,325]},{"name":"LocalHandle","features":[307,325]},{"name":"LocalLock","features":[307,325]},{"name":"LocalReAlloc","features":[307,325]},{"name":"LocalSize","features":[307,325]},{"name":"LocalUnlock","features":[307,325]},{"name":"LowMemoryResourceNotification","features":[325]},{"name":"MEHC_PATROL_SCRUBBER_PRESENT","features":[325]},{"name":"MEMORY_BASIC_INFORMATION","features":[325]},{"name":"MEMORY_BASIC_INFORMATION","features":[325]},{"name":"MEMORY_BASIC_INFORMATION32","features":[325]},{"name":"MEMORY_BASIC_INFORMATION64","features":[325]},{"name":"MEMORY_MAPPED_VIEW_ADDRESS","features":[325]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE","features":[325]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION","features":[325]},{"name":"MEMORY_RESOURCE_NOTIFICATION_TYPE","features":[325]},{"name":"MEM_ADDRESS_REQUIREMENTS","features":[325]},{"name":"MEM_COMMIT","features":[325]},{"name":"MEM_DECOMMIT","features":[325]},{"name":"MEM_DEDICATED_ATTRIBUTE_TYPE","features":[325]},{"name":"MEM_EXTENDED_PARAMETER","features":[307,325]},{"name":"MEM_EXTENDED_PARAMETER_TYPE","features":[325]},{"name":"MEM_FREE","features":[325]},{"name":"MEM_IMAGE","features":[325]},{"name":"MEM_LARGE_PAGES","features":[325]},{"name":"MEM_MAPPED","features":[325]},{"name":"MEM_PRESERVE_PLACEHOLDER","features":[325]},{"name":"MEM_PRIVATE","features":[325]},{"name":"MEM_RELEASE","features":[325]},{"name":"MEM_REPLACE_PLACEHOLDER","features":[325]},{"name":"MEM_RESERVE","features":[325]},{"name":"MEM_RESERVE_PLACEHOLDER","features":[325]},{"name":"MEM_RESET","features":[325]},{"name":"MEM_RESET_UNDO","features":[325]},{"name":"MEM_SECTION_EXTENDED_PARAMETER_TYPE","features":[325]},{"name":"MEM_UNMAP_NONE","features":[325]},{"name":"MEM_UNMAP_WITH_TRANSIENT_BOOST","features":[325]},{"name":"MapUserPhysicalPages","features":[307,325]},{"name":"MapUserPhysicalPagesScatter","features":[307,325]},{"name":"MapViewOfFile","features":[307,325]},{"name":"MapViewOfFile3","features":[307,325]},{"name":"MapViewOfFile3FromApp","features":[307,325]},{"name":"MapViewOfFileEx","features":[307,325]},{"name":"MapViewOfFileExNuma","features":[307,325]},{"name":"MapViewOfFileFromApp","features":[307,325]},{"name":"MapViewOfFileNuma2","features":[307,325]},{"name":"MemDedicatedAttributeMax","features":[325]},{"name":"MemDedicatedAttributeReadBandwidth","features":[325]},{"name":"MemDedicatedAttributeReadLatency","features":[325]},{"name":"MemDedicatedAttributeWriteBandwidth","features":[325]},{"name":"MemDedicatedAttributeWriteLatency","features":[325]},{"name":"MemExtendedParameterAddressRequirements","features":[325]},{"name":"MemExtendedParameterAttributeFlags","features":[325]},{"name":"MemExtendedParameterImageMachine","features":[325]},{"name":"MemExtendedParameterInvalidType","features":[325]},{"name":"MemExtendedParameterMax","features":[325]},{"name":"MemExtendedParameterNumaNode","features":[325]},{"name":"MemExtendedParameterPartitionHandle","features":[325]},{"name":"MemExtendedParameterUserPhysicalHandle","features":[325]},{"name":"MemSectionExtendedParameterInvalidType","features":[325]},{"name":"MemSectionExtendedParameterMax","features":[325]},{"name":"MemSectionExtendedParameterNumaNode","features":[325]},{"name":"MemSectionExtendedParameterSigningLevel","features":[325]},{"name":"MemSectionExtendedParameterUserPhysicalFlags","features":[325]},{"name":"MemoryPartitionDedicatedMemoryInfo","features":[325]},{"name":"MemoryPartitionInfo","features":[325]},{"name":"MemoryRegionInfo","features":[325]},{"name":"NONZEROLHND","features":[325]},{"name":"NONZEROLPTR","features":[325]},{"name":"OFFER_PRIORITY","features":[325]},{"name":"OfferVirtualMemory","features":[325]},{"name":"OpenDedicatedMemoryPartition","features":[307,325]},{"name":"OpenFileMappingA","features":[307,325]},{"name":"OpenFileMappingFromApp","features":[307,325]},{"name":"OpenFileMappingW","features":[307,325]},{"name":"PAGE_ENCLAVE_DECOMMIT","features":[325]},{"name":"PAGE_ENCLAVE_MASK","features":[325]},{"name":"PAGE_ENCLAVE_SS_FIRST","features":[325]},{"name":"PAGE_ENCLAVE_SS_REST","features":[325]},{"name":"PAGE_ENCLAVE_THREAD_CONTROL","features":[325]},{"name":"PAGE_ENCLAVE_UNVALIDATED","features":[325]},{"name":"PAGE_EXECUTE","features":[325]},{"name":"PAGE_EXECUTE_READ","features":[325]},{"name":"PAGE_EXECUTE_READWRITE","features":[325]},{"name":"PAGE_EXECUTE_WRITECOPY","features":[325]},{"name":"PAGE_GRAPHICS_COHERENT","features":[325]},{"name":"PAGE_GRAPHICS_EXECUTE","features":[325]},{"name":"PAGE_GRAPHICS_EXECUTE_READ","features":[325]},{"name":"PAGE_GRAPHICS_EXECUTE_READWRITE","features":[325]},{"name":"PAGE_GRAPHICS_NOACCESS","features":[325]},{"name":"PAGE_GRAPHICS_NOCACHE","features":[325]},{"name":"PAGE_GRAPHICS_READONLY","features":[325]},{"name":"PAGE_GRAPHICS_READWRITE","features":[325]},{"name":"PAGE_GUARD","features":[325]},{"name":"PAGE_NOACCESS","features":[325]},{"name":"PAGE_NOCACHE","features":[325]},{"name":"PAGE_PROTECTION_FLAGS","features":[325]},{"name":"PAGE_READONLY","features":[325]},{"name":"PAGE_READWRITE","features":[325]},{"name":"PAGE_REVERT_TO_FILE_MAP","features":[325]},{"name":"PAGE_TARGETS_INVALID","features":[325]},{"name":"PAGE_TARGETS_NO_UPDATE","features":[325]},{"name":"PAGE_TYPE","features":[325]},{"name":"PAGE_WRITECOMBINE","features":[325]},{"name":"PAGE_WRITECOPY","features":[325]},{"name":"PBAD_MEMORY_CALLBACK_ROUTINE","features":[325]},{"name":"PROCESS_HEAP_ENTRY","features":[307,325]},{"name":"PSECURE_MEMORY_CACHE_CALLBACK","features":[307,325]},{"name":"PrefetchVirtualMemory","features":[307,325]},{"name":"QUOTA_LIMITS_HARDWS_MAX_DISABLE","features":[325]},{"name":"QUOTA_LIMITS_HARDWS_MAX_ENABLE","features":[325]},{"name":"QUOTA_LIMITS_HARDWS_MIN_DISABLE","features":[325]},{"name":"QUOTA_LIMITS_HARDWS_MIN_ENABLE","features":[325]},{"name":"QueryMemoryResourceNotification","features":[307,325]},{"name":"QueryPartitionInformation","features":[307,325]},{"name":"QueryVirtualMemoryInformation","features":[307,325]},{"name":"ReclaimVirtualMemory","features":[325]},{"name":"RegisterBadMemoryNotification","features":[325]},{"name":"RemoveSecureMemoryCacheCallback","features":[307,325]},{"name":"ResetWriteWatch","features":[325]},{"name":"RtlCompareMemory","features":[325]},{"name":"RtlCrc32","features":[325]},{"name":"RtlCrc64","features":[325]},{"name":"RtlIsZeroMemory","features":[307,325]},{"name":"SECTION_ALL_ACCESS","features":[325]},{"name":"SECTION_EXTEND_SIZE","features":[325]},{"name":"SECTION_FLAGS","features":[325]},{"name":"SECTION_MAP_EXECUTE","features":[325]},{"name":"SECTION_MAP_EXECUTE_EXPLICIT","features":[325]},{"name":"SECTION_MAP_READ","features":[325]},{"name":"SECTION_MAP_WRITE","features":[325]},{"name":"SECTION_QUERY","features":[325]},{"name":"SEC_64K_PAGES","features":[325]},{"name":"SEC_COMMIT","features":[325]},{"name":"SEC_FILE","features":[325]},{"name":"SEC_IMAGE","features":[325]},{"name":"SEC_IMAGE_NO_EXECUTE","features":[325]},{"name":"SEC_LARGE_PAGES","features":[325]},{"name":"SEC_NOCACHE","features":[325]},{"name":"SEC_PARTITION_OWNER_HANDLE","features":[325]},{"name":"SEC_PROTECTED_IMAGE","features":[325]},{"name":"SEC_RESERVE","features":[325]},{"name":"SEC_WRITECOMBINE","features":[325]},{"name":"SETPROCESSWORKINGSETSIZEEX_FLAGS","features":[325]},{"name":"SetProcessValidCallTargets","features":[307,325]},{"name":"SetProcessValidCallTargetsForMappedView","features":[307,325]},{"name":"SetProcessWorkingSetSizeEx","features":[307,325]},{"name":"SetSystemFileCacheSize","features":[307,325]},{"name":"UNMAP_VIEW_OF_FILE_FLAGS","features":[325]},{"name":"UnmapViewOfFile","features":[307,325]},{"name":"UnmapViewOfFile2","features":[307,325]},{"name":"UnmapViewOfFileEx","features":[307,325]},{"name":"UnregisterBadMemoryNotification","features":[307,325]},{"name":"VIRTUAL_ALLOCATION_TYPE","features":[325]},{"name":"VIRTUAL_FREE_TYPE","features":[325]},{"name":"VirtualAlloc","features":[325]},{"name":"VirtualAlloc2","features":[307,325]},{"name":"VirtualAlloc2FromApp","features":[307,325]},{"name":"VirtualAllocEx","features":[307,325]},{"name":"VirtualAllocExNuma","features":[307,325]},{"name":"VirtualAllocFromApp","features":[325]},{"name":"VirtualFree","features":[307,325]},{"name":"VirtualFreeEx","features":[307,325]},{"name":"VirtualLock","features":[307,325]},{"name":"VirtualProtect","features":[307,325]},{"name":"VirtualProtectEx","features":[307,325]},{"name":"VirtualProtectFromApp","features":[307,325]},{"name":"VirtualQuery","features":[325]},{"name":"VirtualQueryEx","features":[307,325]},{"name":"VirtualUnlock","features":[307,325]},{"name":"VirtualUnlockEx","features":[307,325]},{"name":"VmOfferPriorityBelowNormal","features":[325]},{"name":"VmOfferPriorityLow","features":[325]},{"name":"VmOfferPriorityNormal","features":[325]},{"name":"VmOfferPriorityVeryLow","features":[325]},{"name":"WIN32_MEMORY_INFORMATION_CLASS","features":[325]},{"name":"WIN32_MEMORY_PARTITION_INFORMATION","features":[325]},{"name":"WIN32_MEMORY_PARTITION_INFORMATION_CLASS","features":[325]},{"name":"WIN32_MEMORY_RANGE_ENTRY","features":[325]},{"name":"WIN32_MEMORY_REGION_INFORMATION","features":[325]}],"584":[{"name":"NV_MEMORY_RANGE","features":[569]},{"name":"RtlDrainNonVolatileFlush","features":[569]},{"name":"RtlFillNonVolatileMemory","features":[569]},{"name":"RtlFlushNonVolatileMemory","features":[569]},{"name":"RtlFlushNonVolatileMemoryRanges","features":[569]},{"name":"RtlFreeNonVolatileToken","features":[569]},{"name":"RtlGetNonVolatileToken","features":[569]},{"name":"RtlWriteNonVolatileMemory","features":[569]}],"585":[{"name":"DEFAULT_M_ACKNOWLEDGE","features":[570]},{"name":"DEFAULT_M_APPSPECIFIC","features":[570]},{"name":"DEFAULT_M_AUTH_LEVEL","features":[570]},{"name":"DEFAULT_M_DELIVERY","features":[570]},{"name":"DEFAULT_M_JOURNAL","features":[570]},{"name":"DEFAULT_M_LOOKUPID","features":[570]},{"name":"DEFAULT_M_PRIORITY","features":[570]},{"name":"DEFAULT_M_PRIV_LEVEL","features":[570]},{"name":"DEFAULT_M_SENDERID_TYPE","features":[570]},{"name":"DEFAULT_Q_AUTHENTICATE","features":[570]},{"name":"DEFAULT_Q_BASEPRIORITY","features":[570]},{"name":"DEFAULT_Q_JOURNAL","features":[570]},{"name":"DEFAULT_Q_JOURNAL_QUOTA","features":[570]},{"name":"DEFAULT_Q_PRIV_LEVEL","features":[570]},{"name":"DEFAULT_Q_QUOTA","features":[570]},{"name":"DEFAULT_Q_TRANSACTION","features":[570]},{"name":"FOREIGN_STATUS","features":[570]},{"name":"IMSMQApplication","features":[358,570]},{"name":"IMSMQApplication2","features":[358,570]},{"name":"IMSMQApplication3","features":[358,570]},{"name":"IMSMQCollection","features":[358,570]},{"name":"IMSMQCoordinatedTransactionDispenser","features":[358,570]},{"name":"IMSMQCoordinatedTransactionDispenser2","features":[358,570]},{"name":"IMSMQCoordinatedTransactionDispenser3","features":[358,570]},{"name":"IMSMQDestination","features":[358,570]},{"name":"IMSMQEvent","features":[358,570]},{"name":"IMSMQEvent2","features":[358,570]},{"name":"IMSMQEvent3","features":[358,570]},{"name":"IMSMQManagement","features":[358,570]},{"name":"IMSMQMessage","features":[358,570]},{"name":"IMSMQMessage2","features":[358,570]},{"name":"IMSMQMessage3","features":[358,570]},{"name":"IMSMQMessage4","features":[358,570]},{"name":"IMSMQOutgoingQueueManagement","features":[358,570]},{"name":"IMSMQPrivateDestination","features":[358,570]},{"name":"IMSMQPrivateEvent","features":[358,570]},{"name":"IMSMQQuery","features":[358,570]},{"name":"IMSMQQuery2","features":[358,570]},{"name":"IMSMQQuery3","features":[358,570]},{"name":"IMSMQQuery4","features":[358,570]},{"name":"IMSMQQueue","features":[358,570]},{"name":"IMSMQQueue2","features":[358,570]},{"name":"IMSMQQueue3","features":[358,570]},{"name":"IMSMQQueue4","features":[358,570]},{"name":"IMSMQQueueInfo","features":[358,570]},{"name":"IMSMQQueueInfo2","features":[358,570]},{"name":"IMSMQQueueInfo3","features":[358,570]},{"name":"IMSMQQueueInfo4","features":[358,570]},{"name":"IMSMQQueueInfos","features":[358,570]},{"name":"IMSMQQueueInfos2","features":[358,570]},{"name":"IMSMQQueueInfos3","features":[358,570]},{"name":"IMSMQQueueInfos4","features":[358,570]},{"name":"IMSMQQueueManagement","features":[358,570]},{"name":"IMSMQTransaction","features":[358,570]},{"name":"IMSMQTransaction2","features":[358,570]},{"name":"IMSMQTransaction3","features":[358,570]},{"name":"IMSMQTransactionDispenser","features":[358,570]},{"name":"IMSMQTransactionDispenser2","features":[358,570]},{"name":"IMSMQTransactionDispenser3","features":[358,570]},{"name":"LONG_LIVED","features":[570]},{"name":"MACHINE_ACTION_CONNECT","features":[570]},{"name":"MACHINE_ACTION_DISCONNECT","features":[570]},{"name":"MACHINE_ACTION_TIDY","features":[570]},{"name":"MGMT_QUEUE_CORRECT_TYPE","features":[570]},{"name":"MGMT_QUEUE_FOREIGN_TYPE","features":[570]},{"name":"MGMT_QUEUE_INCORRECT_TYPE","features":[570]},{"name":"MGMT_QUEUE_LOCAL_LOCATION","features":[570]},{"name":"MGMT_QUEUE_NOT_FOREIGN_TYPE","features":[570]},{"name":"MGMT_QUEUE_NOT_TRANSACTIONAL_TYPE","features":[570]},{"name":"MGMT_QUEUE_REMOTE_LOCATION","features":[570]},{"name":"MGMT_QUEUE_STATE_CONNECTED","features":[570]},{"name":"MGMT_QUEUE_STATE_DISCONNECTED","features":[570]},{"name":"MGMT_QUEUE_STATE_DISCONNECTING","features":[570]},{"name":"MGMT_QUEUE_STATE_LOCAL","features":[570]},{"name":"MGMT_QUEUE_STATE_LOCKED","features":[570]},{"name":"MGMT_QUEUE_STATE_NEED_VALIDATE","features":[570]},{"name":"MGMT_QUEUE_STATE_NONACTIVE","features":[570]},{"name":"MGMT_QUEUE_STATE_ONHOLD","features":[570]},{"name":"MGMT_QUEUE_STATE_WAITING","features":[570]},{"name":"MGMT_QUEUE_TRANSACTIONAL_TYPE","features":[570]},{"name":"MGMT_QUEUE_TYPE_CONNECTOR","features":[570]},{"name":"MGMT_QUEUE_TYPE_MACHINE","features":[570]},{"name":"MGMT_QUEUE_TYPE_MULTICAST","features":[570]},{"name":"MGMT_QUEUE_TYPE_PRIVATE","features":[570]},{"name":"MGMT_QUEUE_TYPE_PUBLIC","features":[570]},{"name":"MGMT_QUEUE_UNKNOWN_TYPE","features":[570]},{"name":"MO_MACHINE_TOKEN","features":[570]},{"name":"MO_QUEUE_TOKEN","features":[570]},{"name":"MQACCESS","features":[570]},{"name":"MQADsPathToFormatName","features":[570]},{"name":"MQAUTHENTICATE","features":[570]},{"name":"MQBeginTransaction","features":[551,570]},{"name":"MQCALG","features":[570]},{"name":"MQCERT_REGISTER","features":[570]},{"name":"MQCERT_REGISTER_ALWAYS","features":[570]},{"name":"MQCERT_REGISTER_IF_NOT_EXIST","features":[570]},{"name":"MQCOLUMNSET","features":[570]},{"name":"MQCONN_BIND_SOCKET_FAILURE","features":[570]},{"name":"MQCONN_CONNECT_SOCKET_FAILURE","features":[570]},{"name":"MQCONN_CREATE_SOCKET_FAILURE","features":[570]},{"name":"MQCONN_ESTABLISH_PACKET_RECEIVED","features":[570]},{"name":"MQCONN_INVALID_SERVER_CERT","features":[570]},{"name":"MQCONN_LIMIT_REACHED","features":[570]},{"name":"MQCONN_NAME_RESOLUTION_FAILURE","features":[570]},{"name":"MQCONN_NOFAILURE","features":[570]},{"name":"MQCONN_NOT_READY","features":[570]},{"name":"MQCONN_OUT_OF_MEMORY","features":[570]},{"name":"MQCONN_PING_FAILURE","features":[570]},{"name":"MQCONN_READY","features":[570]},{"name":"MQCONN_REFUSED_BY_OTHER_SIDE","features":[570]},{"name":"MQCONN_ROUTING_FAILURE","features":[570]},{"name":"MQCONN_SEND_FAILURE","features":[570]},{"name":"MQCONN_TCP_NOT_ENABLED","features":[570]},{"name":"MQCONN_UNKNOWN_FAILURE","features":[570]},{"name":"MQCloseCursor","features":[307,570]},{"name":"MQCloseQueue","features":[570]},{"name":"MQConnectionState","features":[570]},{"name":"MQCreateCursor","features":[307,570]},{"name":"MQCreateQueue","features":[307,310,387,570,360]},{"name":"MQDEFAULT","features":[570]},{"name":"MQDeleteQueue","features":[570]},{"name":"MQERROR","features":[570]},{"name":"MQFreeMemory","features":[570]},{"name":"MQFreeSecurityContext","features":[307,570]},{"name":"MQGetMachineProperties","features":[307,387,570,360]},{"name":"MQGetOverlappedResult","features":[307,312,570]},{"name":"MQGetPrivateComputerInformation","features":[307,387,570,360]},{"name":"MQGetQueueProperties","features":[307,387,570,360]},{"name":"MQGetQueueSecurity","features":[310,570]},{"name":"MQGetSecurityContext","features":[307,570]},{"name":"MQGetSecurityContextEx","features":[307,570]},{"name":"MQHandleToFormatName","features":[570]},{"name":"MQInstanceToFormatName","features":[570]},{"name":"MQJOURNAL","features":[570]},{"name":"MQLocateBegin","features":[307,387,570,360]},{"name":"MQLocateEnd","features":[307,570]},{"name":"MQLocateNext","features":[307,387,570,360]},{"name":"MQMAX","features":[570]},{"name":"MQMGMTPROPS","features":[307,387,570,360]},{"name":"MQMSGACKNOWLEDGEMENT","features":[570]},{"name":"MQMSGAUTHENTICATION","features":[570]},{"name":"MQMSGAUTHLEVEL","features":[570]},{"name":"MQMSGCLASS","features":[570]},{"name":"MQMSGCURSOR","features":[570]},{"name":"MQMSGDELIVERY","features":[570]},{"name":"MQMSGIDSIZE","features":[570]},{"name":"MQMSGJOURNAL","features":[570]},{"name":"MQMSGMAX","features":[570]},{"name":"MQMSGPRIVLEVEL","features":[570]},{"name":"MQMSGPROPS","features":[307,387,570,360]},{"name":"MQMSGSENDERIDTYPE","features":[570]},{"name":"MQMSGTRACE","features":[570]},{"name":"MQMSG_ACKNOWLEDGMENT_FULL_REACH_QUEUE","features":[570]},{"name":"MQMSG_ACKNOWLEDGMENT_FULL_RECEIVE","features":[570]},{"name":"MQMSG_ACKNOWLEDGMENT_NACK_REACH_QUEUE","features":[570]},{"name":"MQMSG_ACKNOWLEDGMENT_NACK_RECEIVE","features":[570]},{"name":"MQMSG_ACKNOWLEDGMENT_NEG_ARRIVAL","features":[570]},{"name":"MQMSG_ACKNOWLEDGMENT_NEG_RECEIVE","features":[570]},{"name":"MQMSG_ACKNOWLEDGMENT_NONE","features":[570]},{"name":"MQMSG_ACKNOWLEDGMENT_POS_ARRIVAL","features":[570]},{"name":"MQMSG_ACKNOWLEDGMENT_POS_RECEIVE","features":[570]},{"name":"MQMSG_AUTHENTICATED_QM_MESSAGE","features":[570]},{"name":"MQMSG_AUTHENTICATED_SIG10","features":[570]},{"name":"MQMSG_AUTHENTICATED_SIG20","features":[570]},{"name":"MQMSG_AUTHENTICATED_SIG30","features":[570]},{"name":"MQMSG_AUTHENTICATED_SIGXML","features":[570]},{"name":"MQMSG_AUTHENTICATION_NOT_REQUESTED","features":[570]},{"name":"MQMSG_AUTHENTICATION_REQUESTED","features":[570]},{"name":"MQMSG_AUTHENTICATION_REQUESTED_EX","features":[570]},{"name":"MQMSG_AUTH_LEVEL_ALWAYS","features":[570]},{"name":"MQMSG_AUTH_LEVEL_MSMQ10","features":[570]},{"name":"MQMSG_AUTH_LEVEL_MSMQ20","features":[570]},{"name":"MQMSG_AUTH_LEVEL_NONE","features":[570]},{"name":"MQMSG_AUTH_LEVEL_SIG10","features":[570]},{"name":"MQMSG_AUTH_LEVEL_SIG20","features":[570]},{"name":"MQMSG_AUTH_LEVEL_SIG30","features":[570]},{"name":"MQMSG_CALG_DES","features":[570]},{"name":"MQMSG_CALG_DSS_SIGN","features":[570]},{"name":"MQMSG_CALG_MAC","features":[570]},{"name":"MQMSG_CALG_MD2","features":[570]},{"name":"MQMSG_CALG_MD4","features":[570]},{"name":"MQMSG_CALG_MD5","features":[570]},{"name":"MQMSG_CALG_RC2","features":[570]},{"name":"MQMSG_CALG_RC4","features":[570]},{"name":"MQMSG_CALG_RSA_KEYX","features":[570]},{"name":"MQMSG_CALG_RSA_SIGN","features":[570]},{"name":"MQMSG_CALG_SEAL","features":[570]},{"name":"MQMSG_CALG_SHA","features":[570]},{"name":"MQMSG_CALG_SHA1","features":[570]},{"name":"MQMSG_CLASS_ACK_REACH_QUEUE","features":[570]},{"name":"MQMSG_CLASS_ACK_RECEIVE","features":[570]},{"name":"MQMSG_CLASS_NACK_ACCESS_DENIED","features":[570]},{"name":"MQMSG_CLASS_NACK_BAD_DST_Q","features":[570]},{"name":"MQMSG_CLASS_NACK_BAD_ENCRYPTION","features":[570]},{"name":"MQMSG_CLASS_NACK_BAD_SIGNATURE","features":[570]},{"name":"MQMSG_CLASS_NACK_COULD_NOT_ENCRYPT","features":[570]},{"name":"MQMSG_CLASS_NACK_HOP_COUNT_EXCEEDED","features":[570]},{"name":"MQMSG_CLASS_NACK_NOT_TRANSACTIONAL_MSG","features":[570]},{"name":"MQMSG_CLASS_NACK_NOT_TRANSACTIONAL_Q","features":[570]},{"name":"MQMSG_CLASS_NACK_PURGED","features":[570]},{"name":"MQMSG_CLASS_NACK_Q_DELETED","features":[570]},{"name":"MQMSG_CLASS_NACK_Q_EXCEED_QUOTA","features":[570]},{"name":"MQMSG_CLASS_NACK_Q_PURGED","features":[570]},{"name":"MQMSG_CLASS_NACK_REACH_QUEUE_TIMEOUT","features":[570]},{"name":"MQMSG_CLASS_NACK_RECEIVE_TIMEOUT","features":[570]},{"name":"MQMSG_CLASS_NACK_RECEIVE_TIMEOUT_AT_SENDER","features":[570]},{"name":"MQMSG_CLASS_NACK_SOURCE_COMPUTER_GUID_CHANGED","features":[570]},{"name":"MQMSG_CLASS_NACK_UNSUPPORTED_CRYPTO_PROVIDER","features":[570]},{"name":"MQMSG_CLASS_NORMAL","features":[570]},{"name":"MQMSG_CLASS_REPORT","features":[570]},{"name":"MQMSG_CORRELATIONID_SIZE","features":[570]},{"name":"MQMSG_CURRENT","features":[570]},{"name":"MQMSG_DEADLETTER","features":[570]},{"name":"MQMSG_DELIVERY_EXPRESS","features":[570]},{"name":"MQMSG_DELIVERY_RECOVERABLE","features":[570]},{"name":"MQMSG_FIRST","features":[570]},{"name":"MQMSG_FIRST_IN_XACT","features":[570]},{"name":"MQMSG_JOURNAL","features":[570]},{"name":"MQMSG_JOURNAL_NONE","features":[570]},{"name":"MQMSG_LAST_IN_XACT","features":[570]},{"name":"MQMSG_MSGID_SIZE","features":[570]},{"name":"MQMSG_NEXT","features":[570]},{"name":"MQMSG_NOT_FIRST_IN_XACT","features":[570]},{"name":"MQMSG_NOT_LAST_IN_XACT","features":[570]},{"name":"MQMSG_PRIV_LEVEL_BODY_AES","features":[570]},{"name":"MQMSG_PRIV_LEVEL_BODY_BASE","features":[570]},{"name":"MQMSG_PRIV_LEVEL_BODY_ENHANCED","features":[570]},{"name":"MQMSG_PRIV_LEVEL_NONE","features":[570]},{"name":"MQMSG_SENDERID_TYPE_NONE","features":[570]},{"name":"MQMSG_SENDERID_TYPE_SID","features":[570]},{"name":"MQMSG_SEND_ROUTE_TO_REPORT_QUEUE","features":[570]},{"name":"MQMSG_TRACE_NONE","features":[570]},{"name":"MQMSG_XACTID_SIZE","features":[570]},{"name":"MQMarkMessageRejected","features":[307,570]},{"name":"MQMgmtAction","features":[570]},{"name":"MQMgmtGetInfo","features":[307,387,570,360]},{"name":"MQMoveMessage","features":[551,570]},{"name":"MQOpenQueue","features":[570]},{"name":"MQPRIORITY","features":[570]},{"name":"MQPRIVATEPROPS","features":[307,387,570,360]},{"name":"MQPRIVLEVEL","features":[570]},{"name":"MQPROPERTYRESTRICTION","features":[307,387,570,360]},{"name":"MQPathNameToFormatName","features":[570]},{"name":"MQPurgeQueue","features":[570]},{"name":"MQQMPROPS","features":[307,387,570,360]},{"name":"MQQUEUEACCESSMASK","features":[570]},{"name":"MQQUEUEPROPS","features":[307,387,570,360]},{"name":"MQRESTRICTION","features":[307,387,570,360]},{"name":"MQReceiveMessage","features":[307,387,551,312,570,360]},{"name":"MQReceiveMessageByLookupId","features":[307,387,551,312,570,360]},{"name":"MQRegisterCertificate","features":[570]},{"name":"MQSEC_CHANGE_QUEUE_PERMISSIONS","features":[570]},{"name":"MQSEC_DELETE_JOURNAL_MESSAGE","features":[570]},{"name":"MQSEC_DELETE_MESSAGE","features":[570]},{"name":"MQSEC_DELETE_QUEUE","features":[570]},{"name":"MQSEC_GET_QUEUE_PERMISSIONS","features":[570]},{"name":"MQSEC_GET_QUEUE_PROPERTIES","features":[570]},{"name":"MQSEC_PEEK_MESSAGE","features":[570]},{"name":"MQSEC_QUEUE_GENERIC_ALL","features":[570]},{"name":"MQSEC_QUEUE_GENERIC_EXECUTE","features":[570]},{"name":"MQSEC_QUEUE_GENERIC_READ","features":[570]},{"name":"MQSEC_QUEUE_GENERIC_WRITE","features":[570]},{"name":"MQSEC_RECEIVE_JOURNAL_MESSAGE","features":[570]},{"name":"MQSEC_RECEIVE_MESSAGE","features":[570]},{"name":"MQSEC_SET_QUEUE_PROPERTIES","features":[570]},{"name":"MQSEC_TAKE_QUEUE_OWNERSHIP","features":[570]},{"name":"MQSEC_WRITE_MESSAGE","features":[570]},{"name":"MQSHARE","features":[570]},{"name":"MQSORTKEY","features":[570]},{"name":"MQSORTSET","features":[570]},{"name":"MQSendMessage","features":[307,387,551,570,360]},{"name":"MQSetQueueProperties","features":[307,387,570,360]},{"name":"MQSetQueueSecurity","features":[310,570]},{"name":"MQTRANSACTION","features":[570]},{"name":"MQTRANSACTIONAL","features":[570]},{"name":"MQWARNING","features":[570]},{"name":"MQ_ACTION_PEEK_CURRENT","features":[570]},{"name":"MQ_ACTION_PEEK_NEXT","features":[570]},{"name":"MQ_ACTION_RECEIVE","features":[570]},{"name":"MQ_ADMIN_ACCESS","features":[570]},{"name":"MQ_AUTHENTICATE","features":[570]},{"name":"MQ_AUTHENTICATE_NONE","features":[570]},{"name":"MQ_CORRUPTED_QUEUE_WAS_DELETED","features":[570]},{"name":"MQ_DENY_NONE","features":[570]},{"name":"MQ_DENY_RECEIVE_SHARE","features":[570]},{"name":"MQ_ERROR","features":[570]},{"name":"MQ_ERROR_ACCESS_DENIED","features":[570]},{"name":"MQ_ERROR_BAD_SECURITY_CONTEXT","features":[570]},{"name":"MQ_ERROR_BAD_XML_FORMAT","features":[570]},{"name":"MQ_ERROR_BUFFER_OVERFLOW","features":[570]},{"name":"MQ_ERROR_CANNOT_CREATE_CERT_STORE","features":[570]},{"name":"MQ_ERROR_CANNOT_CREATE_HASH_EX","features":[570]},{"name":"MQ_ERROR_CANNOT_CREATE_ON_GC","features":[570]},{"name":"MQ_ERROR_CANNOT_CREATE_PSC_OBJECTS","features":[570]},{"name":"MQ_ERROR_CANNOT_DELETE_PSC_OBJECTS","features":[570]},{"name":"MQ_ERROR_CANNOT_GET_DN","features":[570]},{"name":"MQ_ERROR_CANNOT_GRANT_ADD_GUID","features":[570]},{"name":"MQ_ERROR_CANNOT_HASH_DATA_EX","features":[570]},{"name":"MQ_ERROR_CANNOT_IMPERSONATE_CLIENT","features":[570]},{"name":"MQ_ERROR_CANNOT_JOIN_DOMAIN","features":[570]},{"name":"MQ_ERROR_CANNOT_LOAD_MQAD","features":[570]},{"name":"MQ_ERROR_CANNOT_LOAD_MQDSSRV","features":[570]},{"name":"MQ_ERROR_CANNOT_LOAD_MSMQOCM","features":[570]},{"name":"MQ_ERROR_CANNOT_OPEN_CERT_STORE","features":[570]},{"name":"MQ_ERROR_CANNOT_SET_CRYPTO_SEC_DESCR","features":[570]},{"name":"MQ_ERROR_CANNOT_SIGN_DATA_EX","features":[570]},{"name":"MQ_ERROR_CANNOT_UPDATE_PSC_OBJECTS","features":[570]},{"name":"MQ_ERROR_CANT_CREATE_CERT_STORE","features":[570]},{"name":"MQ_ERROR_CANT_OPEN_CERT_STORE","features":[570]},{"name":"MQ_ERROR_CANT_RESOLVE_SITES","features":[570]},{"name":"MQ_ERROR_CERTIFICATE_NOT_PROVIDED","features":[570]},{"name":"MQ_ERROR_COMPUTER_DOES_NOT_SUPPORT_ENCRYPTION","features":[570]},{"name":"MQ_ERROR_CORRUPTED_INTERNAL_CERTIFICATE","features":[570]},{"name":"MQ_ERROR_CORRUPTED_PERSONAL_CERT_STORE","features":[570]},{"name":"MQ_ERROR_CORRUPTED_SECURITY_DATA","features":[570]},{"name":"MQ_ERROR_COULD_NOT_GET_ACCOUNT_INFO","features":[570]},{"name":"MQ_ERROR_COULD_NOT_GET_USER_SID","features":[570]},{"name":"MQ_ERROR_DELETE_CN_IN_USE","features":[570]},{"name":"MQ_ERROR_DEPEND_WKS_LICENSE_OVERFLOW","features":[570]},{"name":"MQ_ERROR_DS_BIND_ROOT_FOREST","features":[570]},{"name":"MQ_ERROR_DS_ERROR","features":[570]},{"name":"MQ_ERROR_DS_IS_FULL","features":[570]},{"name":"MQ_ERROR_DS_LOCAL_USER","features":[570]},{"name":"MQ_ERROR_DTC_CONNECT","features":[570]},{"name":"MQ_ERROR_ENCRYPTION_PROVIDER_NOT_SUPPORTED","features":[570]},{"name":"MQ_ERROR_FAIL_VERIFY_SIGNATURE_EX","features":[570]},{"name":"MQ_ERROR_FORMATNAME_BUFFER_TOO_SMALL","features":[570]},{"name":"MQ_ERROR_GC_NEEDED","features":[570]},{"name":"MQ_ERROR_GUID_NOT_MATCHING","features":[570]},{"name":"MQ_ERROR_ILLEGAL_CONTEXT","features":[570]},{"name":"MQ_ERROR_ILLEGAL_CURSOR_ACTION","features":[570]},{"name":"MQ_ERROR_ILLEGAL_ENTERPRISE_OPERATION","features":[570]},{"name":"MQ_ERROR_ILLEGAL_FORMATNAME","features":[570]},{"name":"MQ_ERROR_ILLEGAL_MQCOLUMNS","features":[570]},{"name":"MQ_ERROR_ILLEGAL_MQPRIVATEPROPS","features":[570]},{"name":"MQ_ERROR_ILLEGAL_MQQMPROPS","features":[570]},{"name":"MQ_ERROR_ILLEGAL_MQQUEUEPROPS","features":[570]},{"name":"MQ_ERROR_ILLEGAL_OPERATION","features":[570]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_SIZE","features":[570]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_VALUE","features":[570]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_VT","features":[570]},{"name":"MQ_ERROR_ILLEGAL_PROPID","features":[570]},{"name":"MQ_ERROR_ILLEGAL_QUEUE_PATHNAME","features":[570]},{"name":"MQ_ERROR_ILLEGAL_RELATION","features":[570]},{"name":"MQ_ERROR_ILLEGAL_RESTRICTION_PROPID","features":[570]},{"name":"MQ_ERROR_ILLEGAL_SECURITY_DESCRIPTOR","features":[570]},{"name":"MQ_ERROR_ILLEGAL_SORT","features":[570]},{"name":"MQ_ERROR_ILLEGAL_SORT_PROPID","features":[570]},{"name":"MQ_ERROR_ILLEGAL_USER","features":[570]},{"name":"MQ_ERROR_INSUFFICIENT_PROPERTIES","features":[570]},{"name":"MQ_ERROR_INSUFFICIENT_RESOURCES","features":[570]},{"name":"MQ_ERROR_INTERNAL_USER_CERT_EXIST","features":[570]},{"name":"MQ_ERROR_INVALID_CERTIFICATE","features":[570]},{"name":"MQ_ERROR_INVALID_HANDLE","features":[570]},{"name":"MQ_ERROR_INVALID_OWNER","features":[570]},{"name":"MQ_ERROR_INVALID_PARAMETER","features":[570]},{"name":"MQ_ERROR_IO_TIMEOUT","features":[570]},{"name":"MQ_ERROR_LABEL_BUFFER_TOO_SMALL","features":[570]},{"name":"MQ_ERROR_LABEL_TOO_LONG","features":[570]},{"name":"MQ_ERROR_MACHINE_EXISTS","features":[570]},{"name":"MQ_ERROR_MACHINE_NOT_FOUND","features":[570]},{"name":"MQ_ERROR_MESSAGE_ALREADY_RECEIVED","features":[570]},{"name":"MQ_ERROR_MESSAGE_LOCKED_UNDER_TRANSACTION","features":[570]},{"name":"MQ_ERROR_MESSAGE_NOT_AUTHENTICATED","features":[570]},{"name":"MQ_ERROR_MESSAGE_NOT_FOUND","features":[570]},{"name":"MQ_ERROR_MESSAGE_STORAGE_FAILED","features":[570]},{"name":"MQ_ERROR_MISSING_CONNECTOR_TYPE","features":[570]},{"name":"MQ_ERROR_MQIS_READONLY_MODE","features":[570]},{"name":"MQ_ERROR_MQIS_SERVER_EMPTY","features":[570]},{"name":"MQ_ERROR_MULTI_SORT_KEYS","features":[570]},{"name":"MQ_ERROR_NOT_A_CORRECT_OBJECT_CLASS","features":[570]},{"name":"MQ_ERROR_NOT_SUPPORTED_BY_DEPENDENT_CLIENTS","features":[570]},{"name":"MQ_ERROR_NO_DS","features":[570]},{"name":"MQ_ERROR_NO_ENTRY_POINT_MSMQOCM","features":[570]},{"name":"MQ_ERROR_NO_GC_IN_DOMAIN","features":[570]},{"name":"MQ_ERROR_NO_INTERNAL_USER_CERT","features":[570]},{"name":"MQ_ERROR_NO_MQUSER_OU","features":[570]},{"name":"MQ_ERROR_NO_MSMQ_SERVERS_ON_DC","features":[570]},{"name":"MQ_ERROR_NO_MSMQ_SERVERS_ON_GC","features":[570]},{"name":"MQ_ERROR_NO_RESPONSE_FROM_OBJECT_SERVER","features":[570]},{"name":"MQ_ERROR_OBJECT_SERVER_NOT_AVAILABLE","features":[570]},{"name":"MQ_ERROR_OPERATION_CANCELLED","features":[570]},{"name":"MQ_ERROR_OPERATION_NOT_SUPPORTED_BY_REMOTE_COMPUTER","features":[570]},{"name":"MQ_ERROR_PRIVILEGE_NOT_HELD","features":[570]},{"name":"MQ_ERROR_PROPERTIES_CONFLICT","features":[570]},{"name":"MQ_ERROR_PROPERTY","features":[570]},{"name":"MQ_ERROR_PROPERTY_NOTALLOWED","features":[570]},{"name":"MQ_ERROR_PROV_NAME_BUFFER_TOO_SMALL","features":[570]},{"name":"MQ_ERROR_PUBLIC_KEY_DOES_NOT_EXIST","features":[570]},{"name":"MQ_ERROR_PUBLIC_KEY_NOT_FOUND","features":[570]},{"name":"MQ_ERROR_QUEUE_DELETED","features":[570]},{"name":"MQ_ERROR_QUEUE_EXISTS","features":[570]},{"name":"MQ_ERROR_QUEUE_NOT_ACTIVE","features":[570]},{"name":"MQ_ERROR_QUEUE_NOT_AVAILABLE","features":[570]},{"name":"MQ_ERROR_QUEUE_NOT_FOUND","features":[570]},{"name":"MQ_ERROR_Q_ADS_PROPERTY_NOT_SUPPORTED","features":[570]},{"name":"MQ_ERROR_Q_DNS_PROPERTY_NOT_SUPPORTED","features":[570]},{"name":"MQ_ERROR_REMOTE_MACHINE_NOT_AVAILABLE","features":[570]},{"name":"MQ_ERROR_RESOLVE_ADDRESS","features":[570]},{"name":"MQ_ERROR_RESULT_BUFFER_TOO_SMALL","features":[570]},{"name":"MQ_ERROR_SECURITY_DESCRIPTOR_TOO_SMALL","features":[570]},{"name":"MQ_ERROR_SENDERID_BUFFER_TOO_SMALL","features":[570]},{"name":"MQ_ERROR_SENDER_CERT_BUFFER_TOO_SMALL","features":[570]},{"name":"MQ_ERROR_SERVICE_NOT_AVAILABLE","features":[570]},{"name":"MQ_ERROR_SHARING_VIOLATION","features":[570]},{"name":"MQ_ERROR_SIGNATURE_BUFFER_TOO_SMALL","features":[570]},{"name":"MQ_ERROR_STALE_HANDLE","features":[570]},{"name":"MQ_ERROR_SYMM_KEY_BUFFER_TOO_SMALL","features":[570]},{"name":"MQ_ERROR_TOO_MANY_PROPERTIES","features":[570]},{"name":"MQ_ERROR_TRANSACTION_ENLIST","features":[570]},{"name":"MQ_ERROR_TRANSACTION_IMPORT","features":[570]},{"name":"MQ_ERROR_TRANSACTION_SEQUENCE","features":[570]},{"name":"MQ_ERROR_TRANSACTION_USAGE","features":[570]},{"name":"MQ_ERROR_UNINITIALIZED_OBJECT","features":[570]},{"name":"MQ_ERROR_UNSUPPORTED_ACCESS_MODE","features":[570]},{"name":"MQ_ERROR_UNSUPPORTED_CLASS","features":[570]},{"name":"MQ_ERROR_UNSUPPORTED_FORMATNAME_OPERATION","features":[570]},{"name":"MQ_ERROR_UNSUPPORTED_OPERATION","features":[570]},{"name":"MQ_ERROR_USER_BUFFER_TOO_SMALL","features":[570]},{"name":"MQ_ERROR_WKS_CANT_SERVE_CLIENT","features":[570]},{"name":"MQ_ERROR_WRITE_NOT_ALLOWED","features":[570]},{"name":"MQ_INFORMATION_DUPLICATE_PROPERTY","features":[570]},{"name":"MQ_INFORMATION_FORMATNAME_BUFFER_TOO_SMALL","features":[570]},{"name":"MQ_INFORMATION_ILLEGAL_PROPERTY","features":[570]},{"name":"MQ_INFORMATION_INTERNAL_USER_CERT_EXIST","features":[570]},{"name":"MQ_INFORMATION_OPERATION_PENDING","features":[570]},{"name":"MQ_INFORMATION_OWNER_IGNORED","features":[570]},{"name":"MQ_INFORMATION_PROPERTY","features":[570]},{"name":"MQ_INFORMATION_PROPERTY_IGNORED","features":[570]},{"name":"MQ_INFORMATION_UNSUPPORTED_PROPERTY","features":[570]},{"name":"MQ_JOURNAL","features":[570]},{"name":"MQ_JOURNAL_NONE","features":[570]},{"name":"MQ_LOOKUP_PEEK_CURRENT","features":[570]},{"name":"MQ_LOOKUP_PEEK_FIRST","features":[570]},{"name":"MQ_LOOKUP_PEEK_LAST","features":[570]},{"name":"MQ_LOOKUP_PEEK_NEXT","features":[570]},{"name":"MQ_LOOKUP_PEEK_PREV","features":[570]},{"name":"MQ_LOOKUP_RECEIVE_ALLOW_PEEK","features":[570]},{"name":"MQ_LOOKUP_RECEIVE_CURRENT","features":[570]},{"name":"MQ_LOOKUP_RECEIVE_FIRST","features":[570]},{"name":"MQ_LOOKUP_RECEIVE_LAST","features":[570]},{"name":"MQ_LOOKUP_RECEIVE_NEXT","features":[570]},{"name":"MQ_LOOKUP_RECEIVE_PREV","features":[570]},{"name":"MQ_MAX_MSG_LABEL_LEN","features":[570]},{"name":"MQ_MAX_PRIORITY","features":[570]},{"name":"MQ_MAX_Q_LABEL_LEN","features":[570]},{"name":"MQ_MAX_Q_NAME_LEN","features":[570]},{"name":"MQ_MIN_PRIORITY","features":[570]},{"name":"MQ_MOVE_ACCESS","features":[570]},{"name":"MQ_MTS_TRANSACTION","features":[570]},{"name":"MQ_NO_TRANSACTION","features":[570]},{"name":"MQ_OK","features":[570]},{"name":"MQ_PEEK_ACCESS","features":[570]},{"name":"MQ_PRIV_LEVEL_BODY","features":[570]},{"name":"MQ_PRIV_LEVEL_NONE","features":[570]},{"name":"MQ_PRIV_LEVEL_OPTIONAL","features":[570]},{"name":"MQ_QTYPE_REPORT","features":[570]},{"name":"MQ_QTYPE_TEST","features":[570]},{"name":"MQ_QUEUE_STATE_CONNECTED","features":[570]},{"name":"MQ_QUEUE_STATE_DISCONNECTED","features":[570]},{"name":"MQ_QUEUE_STATE_DISCONNECTING","features":[570]},{"name":"MQ_QUEUE_STATE_LOCAL_CONNECTION","features":[570]},{"name":"MQ_QUEUE_STATE_LOCKED","features":[570]},{"name":"MQ_QUEUE_STATE_NEEDVALIDATE","features":[570]},{"name":"MQ_QUEUE_STATE_NONACTIVE","features":[570]},{"name":"MQ_QUEUE_STATE_ONHOLD","features":[570]},{"name":"MQ_QUEUE_STATE_WAITING","features":[570]},{"name":"MQ_RECEIVE_ACCESS","features":[570]},{"name":"MQ_SEND_ACCESS","features":[570]},{"name":"MQ_SINGLE_MESSAGE","features":[570]},{"name":"MQ_STATUS_FOREIGN","features":[570]},{"name":"MQ_STATUS_NOT_FOREIGN","features":[570]},{"name":"MQ_STATUS_UNKNOWN","features":[570]},{"name":"MQ_TRANSACTIONAL","features":[570]},{"name":"MQ_TRANSACTIONAL_NONE","features":[570]},{"name":"MQ_TYPE_CONNECTOR","features":[570]},{"name":"MQ_TYPE_MACHINE","features":[570]},{"name":"MQ_TYPE_MULTICAST","features":[570]},{"name":"MQ_TYPE_PRIVATE","features":[570]},{"name":"MQ_TYPE_PUBLIC","features":[570]},{"name":"MQ_XACT_STATUS_NOT_XACT","features":[570]},{"name":"MQ_XACT_STATUS_UNKNOWN","features":[570]},{"name":"MQ_XACT_STATUS_XACT","features":[570]},{"name":"MQ_XA_TRANSACTION","features":[570]},{"name":"MSMQApplication","features":[570]},{"name":"MSMQCollection","features":[570]},{"name":"MSMQCoordinatedTransactionDispenser","features":[570]},{"name":"MSMQDestination","features":[570]},{"name":"MSMQEvent","features":[570]},{"name":"MSMQManagement","features":[570]},{"name":"MSMQMessage","features":[570]},{"name":"MSMQOutgoingQueueManagement","features":[570]},{"name":"MSMQQuery","features":[570]},{"name":"MSMQQueue","features":[570]},{"name":"MSMQQueueInfo","features":[570]},{"name":"MSMQQueueInfos","features":[570]},{"name":"MSMQQueueManagement","features":[570]},{"name":"MSMQTransaction","features":[570]},{"name":"MSMQTransactionDispenser","features":[570]},{"name":"MSMQ_CONNECTED","features":[570]},{"name":"MSMQ_DISCONNECTED","features":[570]},{"name":"PMQRECEIVECALLBACK","features":[307,387,312,570,360]},{"name":"PREQ","features":[570]},{"name":"PRGE","features":[570]},{"name":"PRGT","features":[570]},{"name":"PRLE","features":[570]},{"name":"PRLT","features":[570]},{"name":"PRNE","features":[570]},{"name":"PROPID_MGMT_MSMQ_ACTIVEQUEUES","features":[570]},{"name":"PROPID_MGMT_MSMQ_BASE","features":[570]},{"name":"PROPID_MGMT_MSMQ_BYTES_IN_ALL_QUEUES","features":[570]},{"name":"PROPID_MGMT_MSMQ_CONNECTED","features":[570]},{"name":"PROPID_MGMT_MSMQ_DSSERVER","features":[570]},{"name":"PROPID_MGMT_MSMQ_PRIVATEQ","features":[570]},{"name":"PROPID_MGMT_MSMQ_TYPE","features":[570]},{"name":"PROPID_MGMT_QUEUE_BASE","features":[570]},{"name":"PROPID_MGMT_QUEUE_BYTES_IN_JOURNAL","features":[570]},{"name":"PROPID_MGMT_QUEUE_BYTES_IN_QUEUE","features":[570]},{"name":"PROPID_MGMT_QUEUE_CONNECTION_HISTORY","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_FIRST_NON_ACK","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK_COUNT","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK_TIME","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_NON_ACK","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_NEXT_SEQ","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_NO_ACK_COUNT","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_NO_READ_COUNT","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_COUNT","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_INTERVAL","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_TIME","features":[570]},{"name":"PROPID_MGMT_QUEUE_EOD_SOURCE_INFO","features":[570]},{"name":"PROPID_MGMT_QUEUE_FOREIGN","features":[570]},{"name":"PROPID_MGMT_QUEUE_FORMATNAME","features":[570]},{"name":"PROPID_MGMT_QUEUE_JOURNAL_MESSAGE_COUNT","features":[570]},{"name":"PROPID_MGMT_QUEUE_JOURNAL_USED_QUOTA","features":[570]},{"name":"PROPID_MGMT_QUEUE_LOCATION","features":[570]},{"name":"PROPID_MGMT_QUEUE_MESSAGE_COUNT","features":[570]},{"name":"PROPID_MGMT_QUEUE_NEXTHOPS","features":[570]},{"name":"PROPID_MGMT_QUEUE_PATHNAME","features":[570]},{"name":"PROPID_MGMT_QUEUE_STATE","features":[570]},{"name":"PROPID_MGMT_QUEUE_SUBQUEUE_COUNT","features":[570]},{"name":"PROPID_MGMT_QUEUE_SUBQUEUE_NAMES","features":[570]},{"name":"PROPID_MGMT_QUEUE_TYPE","features":[570]},{"name":"PROPID_MGMT_QUEUE_USED_QUOTA","features":[570]},{"name":"PROPID_MGMT_QUEUE_XACT","features":[570]},{"name":"PROPID_M_ABORT_COUNT","features":[570]},{"name":"PROPID_M_ACKNOWLEDGE","features":[570]},{"name":"PROPID_M_ADMIN_QUEUE","features":[570]},{"name":"PROPID_M_ADMIN_QUEUE_LEN","features":[570]},{"name":"PROPID_M_APPSPECIFIC","features":[570]},{"name":"PROPID_M_ARRIVEDTIME","features":[570]},{"name":"PROPID_M_AUTHENTICATED","features":[570]},{"name":"PROPID_M_AUTHENTICATED_EX","features":[570]},{"name":"PROPID_M_AUTH_LEVEL","features":[570]},{"name":"PROPID_M_BASE","features":[570]},{"name":"PROPID_M_BODY","features":[570]},{"name":"PROPID_M_BODY_SIZE","features":[570]},{"name":"PROPID_M_BODY_TYPE","features":[570]},{"name":"PROPID_M_CLASS","features":[570]},{"name":"PROPID_M_COMPOUND_MESSAGE","features":[570]},{"name":"PROPID_M_COMPOUND_MESSAGE_SIZE","features":[570]},{"name":"PROPID_M_CONNECTOR_TYPE","features":[570]},{"name":"PROPID_M_CORRELATIONID","features":[570]},{"name":"PROPID_M_CORRELATIONID_SIZE","features":[570]},{"name":"PROPID_M_DEADLETTER_QUEUE","features":[570]},{"name":"PROPID_M_DEADLETTER_QUEUE_LEN","features":[570]},{"name":"PROPID_M_DELIVERY","features":[570]},{"name":"PROPID_M_DEST_FORMAT_NAME","features":[570]},{"name":"PROPID_M_DEST_FORMAT_NAME_LEN","features":[570]},{"name":"PROPID_M_DEST_QUEUE","features":[570]},{"name":"PROPID_M_DEST_QUEUE_LEN","features":[570]},{"name":"PROPID_M_DEST_SYMM_KEY","features":[570]},{"name":"PROPID_M_DEST_SYMM_KEY_LEN","features":[570]},{"name":"PROPID_M_ENCRYPTION_ALG","features":[570]},{"name":"PROPID_M_EXTENSION","features":[570]},{"name":"PROPID_M_EXTENSION_LEN","features":[570]},{"name":"PROPID_M_FIRST_IN_XACT","features":[570]},{"name":"PROPID_M_HASH_ALG","features":[570]},{"name":"PROPID_M_JOURNAL","features":[570]},{"name":"PROPID_M_LABEL","features":[570]},{"name":"PROPID_M_LABEL_LEN","features":[570]},{"name":"PROPID_M_LAST_IN_XACT","features":[570]},{"name":"PROPID_M_LAST_MOVE_TIME","features":[570]},{"name":"PROPID_M_LOOKUPID","features":[570]},{"name":"PROPID_M_MOVE_COUNT","features":[570]},{"name":"PROPID_M_MSGID","features":[570]},{"name":"PROPID_M_MSGID_SIZE","features":[570]},{"name":"PROPID_M_PRIORITY","features":[570]},{"name":"PROPID_M_PRIV_LEVEL","features":[570]},{"name":"PROPID_M_PROV_NAME","features":[570]},{"name":"PROPID_M_PROV_NAME_LEN","features":[570]},{"name":"PROPID_M_PROV_TYPE","features":[570]},{"name":"PROPID_M_RESP_FORMAT_NAME","features":[570]},{"name":"PROPID_M_RESP_FORMAT_NAME_LEN","features":[570]},{"name":"PROPID_M_RESP_QUEUE","features":[570]},{"name":"PROPID_M_RESP_QUEUE_LEN","features":[570]},{"name":"PROPID_M_SECURITY_CONTEXT","features":[570]},{"name":"PROPID_M_SENDERID","features":[570]},{"name":"PROPID_M_SENDERID_LEN","features":[570]},{"name":"PROPID_M_SENDERID_TYPE","features":[570]},{"name":"PROPID_M_SENDER_CERT","features":[570]},{"name":"PROPID_M_SENDER_CERT_LEN","features":[570]},{"name":"PROPID_M_SENTTIME","features":[570]},{"name":"PROPID_M_SIGNATURE","features":[570]},{"name":"PROPID_M_SIGNATURE_LEN","features":[570]},{"name":"PROPID_M_SOAP_BODY","features":[570]},{"name":"PROPID_M_SOAP_ENVELOPE","features":[570]},{"name":"PROPID_M_SOAP_ENVELOPE_LEN","features":[570]},{"name":"PROPID_M_SOAP_HEADER","features":[570]},{"name":"PROPID_M_SRC_MACHINE_ID","features":[570]},{"name":"PROPID_M_TIME_TO_BE_RECEIVED","features":[570]},{"name":"PROPID_M_TIME_TO_REACH_QUEUE","features":[570]},{"name":"PROPID_M_TRACE","features":[570]},{"name":"PROPID_M_VERSION","features":[570]},{"name":"PROPID_M_XACTID","features":[570]},{"name":"PROPID_M_XACTID_SIZE","features":[570]},{"name":"PROPID_M_XACT_STATUS_QUEUE","features":[570]},{"name":"PROPID_M_XACT_STATUS_QUEUE_LEN","features":[570]},{"name":"PROPID_PC_BASE","features":[570]},{"name":"PROPID_PC_DS_ENABLED","features":[570]},{"name":"PROPID_PC_VERSION","features":[570]},{"name":"PROPID_QM_BASE","features":[570]},{"name":"PROPID_QM_CONNECTION","features":[570]},{"name":"PROPID_QM_ENCRYPTION_PK","features":[570]},{"name":"PROPID_QM_ENCRYPTION_PK_AES","features":[570]},{"name":"PROPID_QM_ENCRYPTION_PK_BASE","features":[570]},{"name":"PROPID_QM_ENCRYPTION_PK_ENHANCED","features":[570]},{"name":"PROPID_QM_MACHINE_ID","features":[570]},{"name":"PROPID_QM_PATHNAME","features":[570]},{"name":"PROPID_QM_PATHNAME_DNS","features":[570]},{"name":"PROPID_QM_SITE_ID","features":[570]},{"name":"PROPID_Q_ADS_PATH","features":[570]},{"name":"PROPID_Q_AUTHENTICATE","features":[570]},{"name":"PROPID_Q_BASE","features":[570]},{"name":"PROPID_Q_BASEPRIORITY","features":[570]},{"name":"PROPID_Q_CREATE_TIME","features":[570]},{"name":"PROPID_Q_INSTANCE","features":[570]},{"name":"PROPID_Q_JOURNAL","features":[570]},{"name":"PROPID_Q_JOURNAL_QUOTA","features":[570]},{"name":"PROPID_Q_LABEL","features":[570]},{"name":"PROPID_Q_MODIFY_TIME","features":[570]},{"name":"PROPID_Q_MULTICAST_ADDRESS","features":[570]},{"name":"PROPID_Q_PATHNAME","features":[570]},{"name":"PROPID_Q_PATHNAME_DNS","features":[570]},{"name":"PROPID_Q_PRIV_LEVEL","features":[570]},{"name":"PROPID_Q_QUOTA","features":[570]},{"name":"PROPID_Q_TRANSACTION","features":[570]},{"name":"PROPID_Q_TYPE","features":[570]},{"name":"QUERY_SORTASCEND","features":[570]},{"name":"QUERY_SORTDESCEND","features":[570]},{"name":"QUEUE_ACTION_EOD_RESEND","features":[570]},{"name":"QUEUE_ACTION_PAUSE","features":[570]},{"name":"QUEUE_ACTION_RESUME","features":[570]},{"name":"QUEUE_STATE","features":[570]},{"name":"QUEUE_TYPE","features":[570]},{"name":"RELOPS","features":[570]},{"name":"REL_EQ","features":[570]},{"name":"REL_GE","features":[570]},{"name":"REL_GT","features":[570]},{"name":"REL_LE","features":[570]},{"name":"REL_LT","features":[570]},{"name":"REL_NEQ","features":[570]},{"name":"REL_NOP","features":[570]},{"name":"SEQUENCE_INFO","features":[570]},{"name":"XACT_STATUS","features":[570]},{"name":"_DMSMQEventEvents","features":[358,570]}],"586":[{"name":"PERCEPTIONFIELD_StateStream_TimeStamps","features":[571]},{"name":"PERCEPTION_PAYLOAD_FIELD","features":[571]},{"name":"PERCEPTION_STATE_STREAM_TIMESTAMPS","features":[571]}],"587":[{"name":"AUTO_WIDTH","features":[572]},{"name":"AppEvents","features":[358,572]},{"name":"AppEventsDHTMLConnector","features":[572]},{"name":"Application","features":[572]},{"name":"BUTTONPRESSED","features":[572]},{"name":"CCM_COMMANDID_MASK_CONSTANTS","features":[572]},{"name":"CCM_COMMANDID_MASK_RESERVED","features":[572]},{"name":"CCM_INSERTIONALLOWED","features":[572]},{"name":"CCM_INSERTIONALLOWED_NEW","features":[572]},{"name":"CCM_INSERTIONALLOWED_TASK","features":[572]},{"name":"CCM_INSERTIONALLOWED_TOP","features":[572]},{"name":"CCM_INSERTIONALLOWED_VIEW","features":[572]},{"name":"CCM_INSERTIONPOINTID","features":[572]},{"name":"CCM_INSERTIONPOINTID_3RDPARTY_NEW","features":[572]},{"name":"CCM_INSERTIONPOINTID_3RDPARTY_TASK","features":[572]},{"name":"CCM_INSERTIONPOINTID_MASK_ADD_3RDPARTY","features":[572]},{"name":"CCM_INSERTIONPOINTID_MASK_ADD_PRIMARY","features":[572]},{"name":"CCM_INSERTIONPOINTID_MASK_CREATE_PRIMARY","features":[572]},{"name":"CCM_INSERTIONPOINTID_MASK_FLAGINDEX","features":[572]},{"name":"CCM_INSERTIONPOINTID_MASK_RESERVED","features":[572]},{"name":"CCM_INSERTIONPOINTID_MASK_SHARED","features":[572]},{"name":"CCM_INSERTIONPOINTID_MASK_SPECIAL","features":[572]},{"name":"CCM_INSERTIONPOINTID_PRIMARY_HELP","features":[572]},{"name":"CCM_INSERTIONPOINTID_PRIMARY_NEW","features":[572]},{"name":"CCM_INSERTIONPOINTID_PRIMARY_TASK","features":[572]},{"name":"CCM_INSERTIONPOINTID_PRIMARY_TOP","features":[572]},{"name":"CCM_INSERTIONPOINTID_PRIMARY_VIEW","features":[572]},{"name":"CCM_INSERTIONPOINTID_ROOT_MENU","features":[572]},{"name":"CCM_SPECIAL","features":[572]},{"name":"CCM_SPECIAL_DEFAULT_ITEM","features":[572]},{"name":"CCM_SPECIAL_INSERTION_POINT","features":[572]},{"name":"CCM_SPECIAL_SEPARATOR","features":[572]},{"name":"CCM_SPECIAL_SUBMENU","features":[572]},{"name":"CCM_SPECIAL_TESTONLY","features":[572]},{"name":"CCT_RESULT","features":[572]},{"name":"CCT_SCOPE","features":[572]},{"name":"CCT_SNAPIN_MANAGER","features":[572]},{"name":"CCT_UNINITIALIZED","features":[572]},{"name":"CHECKED","features":[572]},{"name":"COMBOBOXBAR","features":[572]},{"name":"CONTEXTMENUITEM","features":[572]},{"name":"CONTEXTMENUITEM2","features":[572]},{"name":"Column","features":[358,572]},{"name":"Columns","features":[358,572]},{"name":"ConsolePower","features":[572]},{"name":"ContextMenu","features":[358,572]},{"name":"DATA_OBJECT_TYPES","features":[572]},{"name":"Document","features":[358,572]},{"name":"DocumentMode_Author","features":[572]},{"name":"DocumentMode_User","features":[572]},{"name":"DocumentMode_User_MDI","features":[572]},{"name":"DocumentMode_User_SDI","features":[572]},{"name":"ENABLED","features":[572]},{"name":"ExportListOptions_Default","features":[572]},{"name":"ExportListOptions_SelectedItemsOnly","features":[572]},{"name":"ExportListOptions_TabDelimited","features":[572]},{"name":"ExportListOptions_Unicode","features":[572]},{"name":"Extension","features":[358,572]},{"name":"Extensions","features":[358,572]},{"name":"Frame","features":[358,572]},{"name":"HDI_HIDDEN","features":[572]},{"name":"HIDDEN","features":[572]},{"name":"HIDE_COLUMN","features":[572]},{"name":"IColumnData","features":[572]},{"name":"IComponent","features":[572]},{"name":"IComponent2","features":[572]},{"name":"IComponentData","features":[572]},{"name":"IComponentData2","features":[572]},{"name":"IConsole","features":[572]},{"name":"IConsole2","features":[572]},{"name":"IConsole3","features":[572]},{"name":"IConsoleNameSpace","features":[572]},{"name":"IConsoleNameSpace2","features":[572]},{"name":"IConsolePower","features":[572]},{"name":"IConsolePowerSink","features":[572]},{"name":"IConsoleVerb","features":[572]},{"name":"IContextMenuCallback","features":[572]},{"name":"IContextMenuCallback2","features":[572]},{"name":"IContextMenuProvider","features":[572]},{"name":"IControlbar","features":[572]},{"name":"IDisplayHelp","features":[572]},{"name":"IEnumTASK","features":[572]},{"name":"IExtendContextMenu","features":[572]},{"name":"IExtendControlbar","features":[572]},{"name":"IExtendPropertySheet","features":[572]},{"name":"IExtendPropertySheet2","features":[572]},{"name":"IExtendTaskPad","features":[572]},{"name":"IExtendView","features":[572]},{"name":"IHeaderCtrl","features":[572]},{"name":"IHeaderCtrl2","features":[572]},{"name":"IImageList","features":[572]},{"name":"ILSIF_LEAVE_LARGE_ICON","features":[572]},{"name":"ILSIF_LEAVE_SMALL_ICON","features":[572]},{"name":"IMMCVersionInfo","features":[572]},{"name":"IMenuButton","features":[572]},{"name":"IMessageView","features":[572]},{"name":"INDETERMINATE","features":[572]},{"name":"INodeProperties","features":[572]},{"name":"IPropertySheetCallback","features":[572]},{"name":"IPropertySheetProvider","features":[572]},{"name":"IRequiredExtensions","features":[572]},{"name":"IResultData","features":[572]},{"name":"IResultData2","features":[572]},{"name":"IResultDataCompare","features":[572]},{"name":"IResultDataCompareEx","features":[572]},{"name":"IResultOwnerData","features":[572]},{"name":"ISnapinAbout","features":[572]},{"name":"ISnapinHelp","features":[572]},{"name":"ISnapinHelp2","features":[572]},{"name":"ISnapinProperties","features":[572]},{"name":"ISnapinPropertiesCallback","features":[572]},{"name":"IStringTable","features":[572]},{"name":"IToolbar","features":[572]},{"name":"IViewExtensionCallback","features":[572]},{"name":"IconIdentifier","features":[572]},{"name":"Icon_Error","features":[572]},{"name":"Icon_First","features":[572]},{"name":"Icon_Information","features":[572]},{"name":"Icon_Last","features":[572]},{"name":"Icon_None","features":[572]},{"name":"Icon_Question","features":[572]},{"name":"Icon_Warning","features":[572]},{"name":"ListMode_Detail","features":[572]},{"name":"ListMode_Filtered","features":[572]},{"name":"ListMode_Large_Icons","features":[572]},{"name":"ListMode_List","features":[572]},{"name":"ListMode_Small_Icons","features":[572]},{"name":"MENUBUTTON","features":[572]},{"name":"MENUBUTTONDATA","features":[572]},{"name":"MFCC_DISABLE","features":[572]},{"name":"MFCC_ENABLE","features":[572]},{"name":"MFCC_VALUE_CHANGE","features":[572]},{"name":"MMCBUTTON","features":[572]},{"name":"MMCC_STANDARD_VIEW_SELECT","features":[572]},{"name":"MMCLV_AUTO","features":[572]},{"name":"MMCLV_NOICON","features":[572]},{"name":"MMCLV_NOPARAM","features":[572]},{"name":"MMCLV_NOPTR","features":[572]},{"name":"MMCLV_UPDATE_NOINVALIDATEALL","features":[572]},{"name":"MMCLV_UPDATE_NOSCROLL","features":[572]},{"name":"MMCLV_VIEWSTYLE_FILTERED","features":[572]},{"name":"MMCLV_VIEWSTYLE_ICON","features":[572]},{"name":"MMCLV_VIEWSTYLE_LIST","features":[572]},{"name":"MMCLV_VIEWSTYLE_REPORT","features":[572]},{"name":"MMCLV_VIEWSTYLE_SMALLICON","features":[572]},{"name":"MMCN_ACTIVATE","features":[572]},{"name":"MMCN_ADD_IMAGES","features":[572]},{"name":"MMCN_BTN_CLICK","features":[572]},{"name":"MMCN_CANPASTE_OUTOFPROC","features":[572]},{"name":"MMCN_CLICK","features":[572]},{"name":"MMCN_COLUMNS_CHANGED","features":[572]},{"name":"MMCN_COLUMN_CLICK","features":[572]},{"name":"MMCN_CONTEXTHELP","features":[572]},{"name":"MMCN_CONTEXTMENU","features":[572]},{"name":"MMCN_CUTORMOVE","features":[572]},{"name":"MMCN_DBLCLICK","features":[572]},{"name":"MMCN_DELETE","features":[572]},{"name":"MMCN_DESELECT_ALL","features":[572]},{"name":"MMCN_EXPAND","features":[572]},{"name":"MMCN_EXPANDSYNC","features":[572]},{"name":"MMCN_FILTERBTN_CLICK","features":[572]},{"name":"MMCN_FILTER_CHANGE","features":[572]},{"name":"MMCN_HELP","features":[572]},{"name":"MMCN_INITOCX","features":[572]},{"name":"MMCN_LISTPAD","features":[572]},{"name":"MMCN_MENU_BTNCLICK","features":[572]},{"name":"MMCN_MINIMIZED","features":[572]},{"name":"MMCN_PASTE","features":[572]},{"name":"MMCN_PRELOAD","features":[572]},{"name":"MMCN_PRINT","features":[572]},{"name":"MMCN_PROPERTY_CHANGE","features":[572]},{"name":"MMCN_QUERY_PASTE","features":[572]},{"name":"MMCN_REFRESH","features":[572]},{"name":"MMCN_REMOVE_CHILDREN","features":[572]},{"name":"MMCN_RENAME","features":[572]},{"name":"MMCN_RESTORE_VIEW","features":[572]},{"name":"MMCN_SELECT","features":[572]},{"name":"MMCN_SHOW","features":[572]},{"name":"MMCN_SNAPINHELP","features":[572]},{"name":"MMCN_VIEW_CHANGE","features":[572]},{"name":"MMCVersionInfo","features":[572]},{"name":"MMC_ACTION_ID","features":[572]},{"name":"MMC_ACTION_LINK","features":[572]},{"name":"MMC_ACTION_SCRIPT","features":[572]},{"name":"MMC_ACTION_TYPE","features":[572]},{"name":"MMC_ACTION_UNINITIALIZED","features":[572]},{"name":"MMC_BUTTON_STATE","features":[572]},{"name":"MMC_COLUMN_DATA","features":[572]},{"name":"MMC_COLUMN_SET_DATA","features":[572]},{"name":"MMC_CONSOLE_VERB","features":[572]},{"name":"MMC_CONTROL_TYPE","features":[572]},{"name":"MMC_DEFAULT_OPERATION_COPY","features":[572]},{"name":"MMC_ENSUREFOCUSVISIBLE","features":[572]},{"name":"MMC_EXPANDSYNC_STRUCT","features":[307,572]},{"name":"MMC_EXT_VIEW_DATA","features":[307,572]},{"name":"MMC_FILTERDATA","features":[572]},{"name":"MMC_FILTER_CHANGE_CODE","features":[572]},{"name":"MMC_FILTER_NOVALUE","features":[572]},{"name":"MMC_FILTER_TYPE","features":[572]},{"name":"MMC_IMAGECALLBACK","features":[572]},{"name":"MMC_INT_FILTER","features":[572]},{"name":"MMC_ITEM_OVERLAY_STATE_MASK","features":[572]},{"name":"MMC_ITEM_OVERLAY_STATE_SHIFT","features":[572]},{"name":"MMC_ITEM_STATE_MASK","features":[572]},{"name":"MMC_LISTPAD_INFO","features":[572]},{"name":"MMC_MENU_COMMAND_IDS","features":[572]},{"name":"MMC_MULTI_SELECT_COOKIE","features":[572]},{"name":"MMC_NODEID_SLOW_RETRIEVAL","features":[572]},{"name":"MMC_NOSORTHEADER","features":[572]},{"name":"MMC_NOTIFY_TYPE","features":[572]},{"name":"MMC_NW_OPTION_CUSTOMTITLE","features":[572]},{"name":"MMC_NW_OPTION_NOACTIONPANE","features":[572]},{"name":"MMC_NW_OPTION_NONE","features":[572]},{"name":"MMC_NW_OPTION_NOPERSIST","features":[572]},{"name":"MMC_NW_OPTION_NOSCOPEPANE","features":[572]},{"name":"MMC_NW_OPTION_NOTOOLBARS","features":[572]},{"name":"MMC_NW_OPTION_SHORTTITLE","features":[572]},{"name":"MMC_PROPACT_CHANGING","features":[572]},{"name":"MMC_PROPACT_DELETING","features":[572]},{"name":"MMC_PROPACT_INITIALIZED","features":[572]},{"name":"MMC_PROPERTY_ACTION","features":[572]},{"name":"MMC_PROP_CHANGEAFFECTSUI","features":[572]},{"name":"MMC_PROP_MODIFIABLE","features":[572]},{"name":"MMC_PROP_PERSIST","features":[572]},{"name":"MMC_PROP_REMOVABLE","features":[572]},{"name":"MMC_PSO_HASHELP","features":[572]},{"name":"MMC_PSO_NEWWIZARDTYPE","features":[572]},{"name":"MMC_PSO_NOAPPLYNOW","features":[572]},{"name":"MMC_PSO_NO_PROPTITLE","features":[572]},{"name":"MMC_RESTORE_VIEW","features":[572]},{"name":"MMC_RESULT_VIEW_STYLE","features":[572]},{"name":"MMC_SCOPE_ITEM_STATE","features":[572]},{"name":"MMC_SCOPE_ITEM_STATE_BOLD","features":[572]},{"name":"MMC_SCOPE_ITEM_STATE_EXPANDEDONCE","features":[572]},{"name":"MMC_SCOPE_ITEM_STATE_NORMAL","features":[572]},{"name":"MMC_SHOWSELALWAYS","features":[572]},{"name":"MMC_SINGLESEL","features":[572]},{"name":"MMC_SNAPIN_PROPERTY","features":[307,358,572,359,360]},{"name":"MMC_SORT_DATA","features":[572]},{"name":"MMC_SORT_SET_DATA","features":[572]},{"name":"MMC_STRING_FILTER","features":[572]},{"name":"MMC_TASK","features":[572]},{"name":"MMC_TASK_DISPLAY_BITMAP","features":[572]},{"name":"MMC_TASK_DISPLAY_OBJECT","features":[572]},{"name":"MMC_TASK_DISPLAY_SYMBOL","features":[572]},{"name":"MMC_TASK_DISPLAY_TYPE","features":[572]},{"name":"MMC_TASK_DISPLAY_TYPE_BITMAP","features":[572]},{"name":"MMC_TASK_DISPLAY_TYPE_CHOCOLATE_GIF","features":[572]},{"name":"MMC_TASK_DISPLAY_TYPE_SYMBOL","features":[572]},{"name":"MMC_TASK_DISPLAY_TYPE_VANILLA_GIF","features":[572]},{"name":"MMC_TASK_DISPLAY_UNINITIALIZED","features":[572]},{"name":"MMC_VER","features":[572]},{"name":"MMC_VERB_COPY","features":[572]},{"name":"MMC_VERB_CUT","features":[572]},{"name":"MMC_VERB_DELETE","features":[572]},{"name":"MMC_VERB_FIRST","features":[572]},{"name":"MMC_VERB_LAST","features":[572]},{"name":"MMC_VERB_MAX","features":[572]},{"name":"MMC_VERB_NONE","features":[572]},{"name":"MMC_VERB_OPEN","features":[572]},{"name":"MMC_VERB_PASTE","features":[572]},{"name":"MMC_VERB_PRINT","features":[572]},{"name":"MMC_VERB_PROPERTIES","features":[572]},{"name":"MMC_VERB_REFRESH","features":[572]},{"name":"MMC_VERB_RENAME","features":[572]},{"name":"MMC_VIEW_OPTIONS_CREATENEW","features":[572]},{"name":"MMC_VIEW_OPTIONS_EXCLUDE_SCOPE_ITEMS_FROM_LIST","features":[572]},{"name":"MMC_VIEW_OPTIONS_FILTERED","features":[572]},{"name":"MMC_VIEW_OPTIONS_LEXICAL_SORT","features":[572]},{"name":"MMC_VIEW_OPTIONS_MULTISELECT","features":[572]},{"name":"MMC_VIEW_OPTIONS_NOLISTVIEWS","features":[572]},{"name":"MMC_VIEW_OPTIONS_NONE","features":[572]},{"name":"MMC_VIEW_OPTIONS_OWNERDATALIST","features":[572]},{"name":"MMC_VIEW_OPTIONS_USEFONTLINKING","features":[572]},{"name":"MMC_VIEW_TYPE","features":[572]},{"name":"MMC_VIEW_TYPE_HTML","features":[572]},{"name":"MMC_VIEW_TYPE_LIST","features":[572]},{"name":"MMC_VIEW_TYPE_OCX","features":[572]},{"name":"MMC_VISIBLE_COLUMNS","features":[572]},{"name":"MMC_WINDOW_COOKIE","features":[572]},{"name":"MenuItem","features":[358,572]},{"name":"Node","features":[358,572]},{"name":"Nodes","features":[358,572]},{"name":"Properties","features":[358,572]},{"name":"Property","features":[358,572]},{"name":"RDCI_ScopeItem","features":[572]},{"name":"RDCOMPARE","features":[307,572]},{"name":"RDITEMHDR","features":[307,572]},{"name":"RDI_IMAGE","features":[572]},{"name":"RDI_INDENT","features":[572]},{"name":"RDI_INDEX","features":[572]},{"name":"RDI_PARAM","features":[572]},{"name":"RDI_STATE","features":[572]},{"name":"RDI_STR","features":[572]},{"name":"RESULTDATAITEM","features":[307,572]},{"name":"RESULTFINDINFO","features":[572]},{"name":"RESULT_VIEW_TYPE_INFO","features":[572]},{"name":"RFI_PARTIAL","features":[572]},{"name":"RFI_WRAP","features":[572]},{"name":"RSI_DESCENDING","features":[572]},{"name":"RSI_NOSORTICON","features":[572]},{"name":"RVTI_HTML_OPTIONS_NOLISTVIEW","features":[572]},{"name":"RVTI_HTML_OPTIONS_NONE","features":[572]},{"name":"RVTI_LIST_OPTIONS_ALLOWPASTE","features":[572]},{"name":"RVTI_LIST_OPTIONS_EXCLUDE_SCOPE_ITEMS_FROM_LIST","features":[572]},{"name":"RVTI_LIST_OPTIONS_FILTERED","features":[572]},{"name":"RVTI_LIST_OPTIONS_LEXICAL_SORT","features":[572]},{"name":"RVTI_LIST_OPTIONS_MULTISELECT","features":[572]},{"name":"RVTI_LIST_OPTIONS_NONE","features":[572]},{"name":"RVTI_LIST_OPTIONS_OWNERDATALIST","features":[572]},{"name":"RVTI_LIST_OPTIONS_USEFONTLINKING","features":[572]},{"name":"RVTI_MISC_OPTIONS_NOLISTVIEWS","features":[572]},{"name":"RVTI_OCX_OPTIONS_CACHE_OCX","features":[572]},{"name":"RVTI_OCX_OPTIONS_NOLISTVIEW","features":[572]},{"name":"RVTI_OCX_OPTIONS_NONE","features":[572]},{"name":"SCOPEDATAITEM","features":[307,572]},{"name":"SColumnSetID","features":[572]},{"name":"SDI_CHILDREN","features":[572]},{"name":"SDI_FIRST","features":[572]},{"name":"SDI_IMAGE","features":[572]},{"name":"SDI_NEXT","features":[572]},{"name":"SDI_OPENIMAGE","features":[572]},{"name":"SDI_PARAM","features":[572]},{"name":"SDI_PARENT","features":[572]},{"name":"SDI_PREVIOUS","features":[572]},{"name":"SDI_STATE","features":[572]},{"name":"SDI_STR","features":[572]},{"name":"SMMCDataObjects","features":[358,572]},{"name":"SMMCObjectTypes","features":[572]},{"name":"SNodeID","features":[572]},{"name":"SNodeID2","features":[572]},{"name":"SPECIAL_COOKIE_MAX","features":[572]},{"name":"SPECIAL_COOKIE_MIN","features":[572]},{"name":"SPECIAL_DOBJ_MAX","features":[572]},{"name":"SPECIAL_DOBJ_MIN","features":[572]},{"name":"ScopeNamespace","features":[358,572]},{"name":"SnapIn","features":[358,572]},{"name":"SnapIns","features":[358,572]},{"name":"SortOrder_Ascending","features":[572]},{"name":"SortOrder_Descending","features":[572]},{"name":"TOOLBAR","features":[572]},{"name":"View","features":[358,572]},{"name":"ViewOption_ActionPaneHidden","features":[572]},{"name":"ViewOption_Default","features":[572]},{"name":"ViewOption_NoToolBars","features":[572]},{"name":"ViewOption_NotPersistable","features":[572]},{"name":"ViewOption_ScopeTreeHidden","features":[572]},{"name":"Views","features":[358,572]},{"name":"_AppEvents","features":[358,572]},{"name":"_Application","features":[358,572]},{"name":"_ColumnSortOrder","features":[572]},{"name":"_DocumentMode","features":[572]},{"name":"_EventConnector","features":[358,572]},{"name":"_ExportListOptions","features":[572]},{"name":"_ListViewMode","features":[572]},{"name":"_ViewOptions","features":[572]}],"588":[{"name":"ACTIVATEFLAGS","features":[359]},{"name":"ACTIVATE_WINDOWLESS","features":[359]},{"name":"ACTIVEOBJECT_FLAGS","features":[359]},{"name":"ACTIVEOBJECT_STRONG","features":[359]},{"name":"ACTIVEOBJECT_WEAK","features":[359]},{"name":"ARRAYDESC","features":[358,359,360]},{"name":"BINDSPEED","features":[359]},{"name":"BINDSPEED_IMMEDIATE","features":[359]},{"name":"BINDSPEED_INDEFINITE","features":[359]},{"name":"BINDSPEED_MODERATE","features":[359]},{"name":"BUSY_DIALOG_FLAGS","features":[359]},{"name":"BZ_DISABLECANCELBUTTON","features":[359]},{"name":"BZ_DISABLERETRYBUTTON","features":[359]},{"name":"BZ_DISABLESWITCHTOBUTTON","features":[359]},{"name":"BZ_NOTRESPONDINGDIALOG","features":[359]},{"name":"BstrFromVector","features":[358,359]},{"name":"CADWORD","features":[359]},{"name":"CALPOLESTR","features":[359]},{"name":"CAUUID","features":[359]},{"name":"CF_BITMAP","features":[359]},{"name":"CF_CONVERTONLY","features":[359]},{"name":"CF_DIB","features":[359]},{"name":"CF_DIBV5","features":[359]},{"name":"CF_DIF","features":[359]},{"name":"CF_DISABLEACTIVATEAS","features":[359]},{"name":"CF_DISABLEDISPLAYASICON","features":[359]},{"name":"CF_DSPBITMAP","features":[359]},{"name":"CF_DSPENHMETAFILE","features":[359]},{"name":"CF_DSPMETAFILEPICT","features":[359]},{"name":"CF_DSPTEXT","features":[359]},{"name":"CF_ENHMETAFILE","features":[359]},{"name":"CF_GDIOBJFIRST","features":[359]},{"name":"CF_GDIOBJLAST","features":[359]},{"name":"CF_HDROP","features":[359]},{"name":"CF_HIDECHANGEICON","features":[359]},{"name":"CF_LOCALE","features":[359]},{"name":"CF_MAX","features":[359]},{"name":"CF_METAFILEPICT","features":[359]},{"name":"CF_OEMTEXT","features":[359]},{"name":"CF_OWNERDISPLAY","features":[359]},{"name":"CF_PALETTE","features":[359]},{"name":"CF_PENDATA","features":[359]},{"name":"CF_PRIVATEFIRST","features":[359]},{"name":"CF_PRIVATELAST","features":[359]},{"name":"CF_RIFF","features":[359]},{"name":"CF_SELECTACTIVATEAS","features":[359]},{"name":"CF_SELECTCONVERTTO","features":[359]},{"name":"CF_SETACTIVATEDEFAULT","features":[359]},{"name":"CF_SETCONVERTDEFAULT","features":[359]},{"name":"CF_SHOWHELPBUTTON","features":[359]},{"name":"CF_SYLK","features":[359]},{"name":"CF_TEXT","features":[359]},{"name":"CF_TIFF","features":[359]},{"name":"CF_UNICODETEXT","features":[359]},{"name":"CF_WAVE","features":[359]},{"name":"CHANGEKIND","features":[359]},{"name":"CHANGEKIND_ADDMEMBER","features":[359]},{"name":"CHANGEKIND_CHANGEFAILED","features":[359]},{"name":"CHANGEKIND_DELETEMEMBER","features":[359]},{"name":"CHANGEKIND_GENERAL","features":[359]},{"name":"CHANGEKIND_INVALIDATE","features":[359]},{"name":"CHANGEKIND_MAX","features":[359]},{"name":"CHANGEKIND_SETDOCUMENTATION","features":[359]},{"name":"CHANGEKIND_SETNAMES","features":[359]},{"name":"CHANGE_ICON_FLAGS","features":[359]},{"name":"CHANGE_SOURCE_FLAGS","features":[359]},{"name":"CIF_SELECTCURRENT","features":[359]},{"name":"CIF_SELECTDEFAULT","features":[359]},{"name":"CIF_SELECTFROMFILE","features":[359]},{"name":"CIF_SHOWHELP","features":[359]},{"name":"CIF_USEICONEXE","features":[359]},{"name":"CLEANLOCALSTORAGE","features":[359]},{"name":"CLIPBOARD_FORMAT","features":[359]},{"name":"CLSID_CColorPropPage","features":[359]},{"name":"CLSID_CFontPropPage","features":[359]},{"name":"CLSID_CPicturePropPage","features":[359]},{"name":"CLSID_ConvertVBX","features":[359]},{"name":"CLSID_PersistPropset","features":[359]},{"name":"CLSID_StdFont","features":[359]},{"name":"CLSID_StdPicture","features":[359]},{"name":"CONNECT_E_ADVISELIMIT","features":[359]},{"name":"CONNECT_E_CANNOTCONNECT","features":[359]},{"name":"CONNECT_E_FIRST","features":[359]},{"name":"CONNECT_E_LAST","features":[359]},{"name":"CONNECT_E_NOCONNECTION","features":[359]},{"name":"CONNECT_E_OVERRIDDEN","features":[359]},{"name":"CONNECT_S_FIRST","features":[359]},{"name":"CONNECT_S_LAST","features":[359]},{"name":"CONTROLINFO","features":[359,371]},{"name":"CSF_EXPLORER","features":[359]},{"name":"CSF_ONLYGETSOURCE","features":[359]},{"name":"CSF_SHOWHELP","features":[359]},{"name":"CSF_VALIDSOURCE","features":[359]},{"name":"CTL_E_ILLEGALFUNCTIONCALL","features":[359]},{"name":"CTRLINFO","features":[359]},{"name":"CTRLINFO_EATS_ESCAPE","features":[359]},{"name":"CTRLINFO_EATS_RETURN","features":[359]},{"name":"ClearCustData","features":[307,358,359,360]},{"name":"CreateDispTypeInfo","features":[358,359,360]},{"name":"CreateErrorInfo","features":[359]},{"name":"CreateOleAdviseHolder","features":[359]},{"name":"CreateStdDispatch","features":[358,359]},{"name":"CreateTypeLib","features":[358,359]},{"name":"CreateTypeLib2","features":[358,359]},{"name":"DD_DEFDRAGDELAY","features":[359]},{"name":"DD_DEFDRAGMINDIST","features":[359]},{"name":"DD_DEFSCROLLDELAY","features":[359]},{"name":"DD_DEFSCROLLINSET","features":[359]},{"name":"DD_DEFSCROLLINTERVAL","features":[359]},{"name":"DISCARDCACHE","features":[359]},{"name":"DISCARDCACHE_NOSAVE","features":[359]},{"name":"DISCARDCACHE_SAVEIFDIRTY","features":[359]},{"name":"DISPATCH_CONSTRUCT","features":[359]},{"name":"DISPID_ABOUTBOX","features":[359]},{"name":"DISPID_ACCELERATOR","features":[359]},{"name":"DISPID_ADDITEM","features":[359]},{"name":"DISPID_AMBIENT_APPEARANCE","features":[359]},{"name":"DISPID_AMBIENT_AUTOCLIP","features":[359]},{"name":"DISPID_AMBIENT_BACKCOLOR","features":[359]},{"name":"DISPID_AMBIENT_CHARSET","features":[359]},{"name":"DISPID_AMBIENT_CODEPAGE","features":[359]},{"name":"DISPID_AMBIENT_DISPLAYASDEFAULT","features":[359]},{"name":"DISPID_AMBIENT_DISPLAYNAME","features":[359]},{"name":"DISPID_AMBIENT_FONT","features":[359]},{"name":"DISPID_AMBIENT_FORECOLOR","features":[359]},{"name":"DISPID_AMBIENT_LOCALEID","features":[359]},{"name":"DISPID_AMBIENT_MESSAGEREFLECT","features":[359]},{"name":"DISPID_AMBIENT_PALETTE","features":[359]},{"name":"DISPID_AMBIENT_RIGHTTOLEFT","features":[359]},{"name":"DISPID_AMBIENT_SCALEUNITS","features":[359]},{"name":"DISPID_AMBIENT_SHOWGRABHANDLES","features":[359]},{"name":"DISPID_AMBIENT_SHOWHATCHING","features":[359]},{"name":"DISPID_AMBIENT_SUPPORTSMNEMONICS","features":[359]},{"name":"DISPID_AMBIENT_TEXTALIGN","features":[359]},{"name":"DISPID_AMBIENT_TOPTOBOTTOM","features":[359]},{"name":"DISPID_AMBIENT_TRANSFERPRIORITY","features":[359]},{"name":"DISPID_AMBIENT_UIDEAD","features":[359]},{"name":"DISPID_AMBIENT_USERMODE","features":[359]},{"name":"DISPID_APPEARANCE","features":[359]},{"name":"DISPID_AUTOSIZE","features":[359]},{"name":"DISPID_BACKCOLOR","features":[359]},{"name":"DISPID_BACKSTYLE","features":[359]},{"name":"DISPID_BORDERCOLOR","features":[359]},{"name":"DISPID_BORDERSTYLE","features":[359]},{"name":"DISPID_BORDERVISIBLE","features":[359]},{"name":"DISPID_BORDERWIDTH","features":[359]},{"name":"DISPID_CAPTION","features":[359]},{"name":"DISPID_CLEAR","features":[359]},{"name":"DISPID_CLICK","features":[359]},{"name":"DISPID_CLICK_VALUE","features":[359]},{"name":"DISPID_COLLECT","features":[359]},{"name":"DISPID_COLUMN","features":[359]},{"name":"DISPID_CONSTRUCTOR","features":[359]},{"name":"DISPID_DBLCLICK","features":[359]},{"name":"DISPID_DESTRUCTOR","features":[359]},{"name":"DISPID_DISPLAYSTYLE","features":[359]},{"name":"DISPID_DOCLICK","features":[359]},{"name":"DISPID_DRAWMODE","features":[359]},{"name":"DISPID_DRAWSTYLE","features":[359]},{"name":"DISPID_DRAWWIDTH","features":[359]},{"name":"DISPID_Delete","features":[359]},{"name":"DISPID_ENABLED","features":[359]},{"name":"DISPID_ENTERKEYBEHAVIOR","features":[359]},{"name":"DISPID_ERROREVENT","features":[359]},{"name":"DISPID_EVALUATE","features":[359]},{"name":"DISPID_FILLCOLOR","features":[359]},{"name":"DISPID_FILLSTYLE","features":[359]},{"name":"DISPID_FONT","features":[359]},{"name":"DISPID_FONT_BOLD","features":[359]},{"name":"DISPID_FONT_CHANGED","features":[359]},{"name":"DISPID_FONT_CHARSET","features":[359]},{"name":"DISPID_FONT_ITALIC","features":[359]},{"name":"DISPID_FONT_NAME","features":[359]},{"name":"DISPID_FONT_SIZE","features":[359]},{"name":"DISPID_FONT_STRIKE","features":[359]},{"name":"DISPID_FONT_UNDER","features":[359]},{"name":"DISPID_FONT_WEIGHT","features":[359]},{"name":"DISPID_FORECOLOR","features":[359]},{"name":"DISPID_GROUPNAME","features":[359]},{"name":"DISPID_HWND","features":[359]},{"name":"DISPID_IMEMODE","features":[359]},{"name":"DISPID_KEYDOWN","features":[359]},{"name":"DISPID_KEYPRESS","features":[359]},{"name":"DISPID_KEYUP","features":[359]},{"name":"DISPID_LIST","features":[359]},{"name":"DISPID_LISTCOUNT","features":[359]},{"name":"DISPID_LISTINDEX","features":[359]},{"name":"DISPID_MAXLENGTH","features":[359]},{"name":"DISPID_MOUSEDOWN","features":[359]},{"name":"DISPID_MOUSEICON","features":[359]},{"name":"DISPID_MOUSEMOVE","features":[359]},{"name":"DISPID_MOUSEPOINTER","features":[359]},{"name":"DISPID_MOUSEUP","features":[359]},{"name":"DISPID_MULTILINE","features":[359]},{"name":"DISPID_MULTISELECT","features":[359]},{"name":"DISPID_NEWENUM","features":[359]},{"name":"DISPID_NUMBEROFCOLUMNS","features":[359]},{"name":"DISPID_NUMBEROFROWS","features":[359]},{"name":"DISPID_Name","features":[359]},{"name":"DISPID_Object","features":[359]},{"name":"DISPID_PASSWORDCHAR","features":[359]},{"name":"DISPID_PICTURE","features":[359]},{"name":"DISPID_PICT_HANDLE","features":[359]},{"name":"DISPID_PICT_HEIGHT","features":[359]},{"name":"DISPID_PICT_HPAL","features":[359]},{"name":"DISPID_PICT_RENDER","features":[359]},{"name":"DISPID_PICT_TYPE","features":[359]},{"name":"DISPID_PICT_WIDTH","features":[359]},{"name":"DISPID_PROPERTYPUT","features":[359]},{"name":"DISPID_Parent","features":[359]},{"name":"DISPID_READYSTATE","features":[359]},{"name":"DISPID_READYSTATECHANGE","features":[359]},{"name":"DISPID_REFRESH","features":[359]},{"name":"DISPID_REMOVEITEM","features":[359]},{"name":"DISPID_RIGHTTOLEFT","features":[359]},{"name":"DISPID_SCROLLBARS","features":[359]},{"name":"DISPID_SELECTED","features":[359]},{"name":"DISPID_SELLENGTH","features":[359]},{"name":"DISPID_SELSTART","features":[359]},{"name":"DISPID_SELTEXT","features":[359]},{"name":"DISPID_STARTENUM","features":[359]},{"name":"DISPID_TABKEYBEHAVIOR","features":[359]},{"name":"DISPID_TABSTOP","features":[359]},{"name":"DISPID_TEXT","features":[359]},{"name":"DISPID_THIS","features":[359]},{"name":"DISPID_TOPTOBOTTOM","features":[359]},{"name":"DISPID_UNKNOWN","features":[359]},{"name":"DISPID_VALID","features":[359]},{"name":"DISPID_VALUE","features":[359]},{"name":"DISPID_WORDWRAP","features":[359]},{"name":"DOCMISC","features":[359]},{"name":"DOCMISC_CANCREATEMULTIPLEVIEWS","features":[359]},{"name":"DOCMISC_CANTOPENEDIT","features":[359]},{"name":"DOCMISC_NOFILESUPPORT","features":[359]},{"name":"DOCMISC_SUPPORTCOMPLEXRECTANGLES","features":[359]},{"name":"DROPEFFECT","features":[359]},{"name":"DROPEFFECT_COPY","features":[359]},{"name":"DROPEFFECT_LINK","features":[359]},{"name":"DROPEFFECT_MOVE","features":[359]},{"name":"DROPEFFECT_NONE","features":[359]},{"name":"DROPEFFECT_SCROLL","features":[359]},{"name":"DVASPECTINFO","features":[359]},{"name":"DVASPECTINFOFLAG","features":[359]},{"name":"DVASPECTINFOFLAG_CANOPTIMIZE","features":[359]},{"name":"DVEXTENTINFO","features":[307,359]},{"name":"DVEXTENTMODE","features":[359]},{"name":"DVEXTENT_CONTENT","features":[359]},{"name":"DVEXTENT_INTEGRAL","features":[359]},{"name":"DispCallFunc","features":[307,358,359,360]},{"name":"DispGetIDsOfNames","features":[358,359]},{"name":"DispGetParam","features":[307,358,359,360]},{"name":"DispInvoke","features":[307,358,359,360]},{"name":"DoDragDrop","features":[358,359]},{"name":"EDIT_LINKS_FLAGS","features":[359]},{"name":"ELF_DISABLECANCELLINK","features":[359]},{"name":"ELF_DISABLECHANGESOURCE","features":[359]},{"name":"ELF_DISABLEOPENSOURCE","features":[359]},{"name":"ELF_DISABLEUPDATENOW","features":[359]},{"name":"ELF_SHOWHELP","features":[359]},{"name":"EMBDHLP_CREATENOW","features":[359]},{"name":"EMBDHLP_DELAYCREATE","features":[359]},{"name":"EMBDHLP_FLAGS","features":[359]},{"name":"EMBDHLP_INPROC_HANDLER","features":[359]},{"name":"EMBDHLP_INPROC_SERVER","features":[359]},{"name":"ENUM_CONTROLS_WHICH_FLAGS","features":[359]},{"name":"FDEX_PROP_FLAGS","features":[359]},{"name":"FONTDESC","features":[307,358,359]},{"name":"GCW_WCH_SIBLING","features":[359]},{"name":"GC_WCH_ALL","features":[359]},{"name":"GC_WCH_CONTAINED","features":[359]},{"name":"GC_WCH_CONTAINER","features":[359]},{"name":"GC_WCH_FONLYAFTER","features":[359]},{"name":"GC_WCH_FONLYBEFORE","features":[359]},{"name":"GC_WCH_FREVERSEDIR","features":[359]},{"name":"GC_WCH_FSELECTED","features":[359]},{"name":"GC_WCH_SIBLING","features":[359]},{"name":"GUIDKIND","features":[359]},{"name":"GUIDKIND_DEFAULT_SOURCE_DISP_IID","features":[359]},{"name":"GUID_CHECKVALUEEXCLUSIVE","features":[359]},{"name":"GUID_COLOR","features":[359]},{"name":"GUID_FONTBOLD","features":[359]},{"name":"GUID_FONTITALIC","features":[359]},{"name":"GUID_FONTNAME","features":[359]},{"name":"GUID_FONTSIZE","features":[359]},{"name":"GUID_FONTSTRIKETHROUGH","features":[359]},{"name":"GUID_FONTUNDERSCORE","features":[359]},{"name":"GUID_HANDLE","features":[359]},{"name":"GUID_HIMETRIC","features":[359]},{"name":"GUID_OPTIONVALUEEXCLUSIVE","features":[359]},{"name":"GUID_TRISTATE","features":[359]},{"name":"GUID_XPOS","features":[359]},{"name":"GUID_XPOSPIXEL","features":[359]},{"name":"GUID_XSIZE","features":[359]},{"name":"GUID_XSIZEPIXEL","features":[359]},{"name":"GUID_YPOS","features":[359]},{"name":"GUID_YPOSPIXEL","features":[359]},{"name":"GUID_YSIZE","features":[359]},{"name":"GUID_YSIZEPIXEL","features":[359]},{"name":"GetActiveObject","features":[359]},{"name":"GetAltMonthNames","features":[359]},{"name":"GetRecordInfoFromGuids","features":[359]},{"name":"GetRecordInfoFromTypeInfo","features":[358,359]},{"name":"HITRESULT","features":[359]},{"name":"HITRESULT_CLOSE","features":[359]},{"name":"HITRESULT_HIT","features":[359]},{"name":"HITRESULT_OUTSIDE","features":[359]},{"name":"HITRESULT_TRANSPARENT","features":[359]},{"name":"HRGN_UserFree","features":[318,359]},{"name":"HRGN_UserFree64","features":[318,359]},{"name":"HRGN_UserMarshal","features":[318,359]},{"name":"HRGN_UserMarshal64","features":[318,359]},{"name":"HRGN_UserSize","features":[318,359]},{"name":"HRGN_UserSize64","features":[318,359]},{"name":"HRGN_UserUnmarshal","features":[318,359]},{"name":"HRGN_UserUnmarshal64","features":[318,359]},{"name":"IAdviseSinkEx","features":[358,359]},{"name":"ICanHandleException","features":[359]},{"name":"IClassFactory2","features":[358,359]},{"name":"IContinue","features":[359]},{"name":"IContinueCallback","features":[359]},{"name":"ICreateErrorInfo","features":[359]},{"name":"ICreateTypeInfo","features":[359]},{"name":"ICreateTypeInfo2","features":[359]},{"name":"ICreateTypeLib","features":[359]},{"name":"ICreateTypeLib2","features":[359]},{"name":"IDC_BZ_ICON","features":[359]},{"name":"IDC_BZ_MESSAGE1","features":[359]},{"name":"IDC_BZ_RETRY","features":[359]},{"name":"IDC_BZ_SWITCHTO","features":[359]},{"name":"IDC_CI_BROWSE","features":[359]},{"name":"IDC_CI_CURRENT","features":[359]},{"name":"IDC_CI_CURRENTICON","features":[359]},{"name":"IDC_CI_DEFAULT","features":[359]},{"name":"IDC_CI_DEFAULTICON","features":[359]},{"name":"IDC_CI_FROMFILE","features":[359]},{"name":"IDC_CI_FROMFILEEDIT","features":[359]},{"name":"IDC_CI_GROUP","features":[359]},{"name":"IDC_CI_ICONDISPLAY","features":[359]},{"name":"IDC_CI_ICONLIST","features":[359]},{"name":"IDC_CI_LABEL","features":[359]},{"name":"IDC_CI_LABELEDIT","features":[359]},{"name":"IDC_CV_ACTIVATEAS","features":[359]},{"name":"IDC_CV_ACTIVATELIST","features":[359]},{"name":"IDC_CV_CHANGEICON","features":[359]},{"name":"IDC_CV_CONVERTLIST","features":[359]},{"name":"IDC_CV_CONVERTTO","features":[359]},{"name":"IDC_CV_DISPLAYASICON","features":[359]},{"name":"IDC_CV_ICONDISPLAY","features":[359]},{"name":"IDC_CV_OBJECTTYPE","features":[359]},{"name":"IDC_CV_RESULTTEXT","features":[359]},{"name":"IDC_EL_AUTOMATIC","features":[359]},{"name":"IDC_EL_CANCELLINK","features":[359]},{"name":"IDC_EL_CHANGESOURCE","features":[359]},{"name":"IDC_EL_COL1","features":[359]},{"name":"IDC_EL_COL2","features":[359]},{"name":"IDC_EL_COL3","features":[359]},{"name":"IDC_EL_LINKSLISTBOX","features":[359]},{"name":"IDC_EL_LINKSOURCE","features":[359]},{"name":"IDC_EL_LINKTYPE","features":[359]},{"name":"IDC_EL_MANUAL","features":[359]},{"name":"IDC_EL_OPENSOURCE","features":[359]},{"name":"IDC_EL_UPDATENOW","features":[359]},{"name":"IDC_GP_CONVERT","features":[359]},{"name":"IDC_GP_OBJECTICON","features":[359]},{"name":"IDC_GP_OBJECTLOCATION","features":[359]},{"name":"IDC_GP_OBJECTNAME","features":[359]},{"name":"IDC_GP_OBJECTSIZE","features":[359]},{"name":"IDC_GP_OBJECTTYPE","features":[359]},{"name":"IDC_IO_ADDCONTROL","features":[359]},{"name":"IDC_IO_CHANGEICON","features":[359]},{"name":"IDC_IO_CONTROLTYPELIST","features":[359]},{"name":"IDC_IO_CREATEFROMFILE","features":[359]},{"name":"IDC_IO_CREATENEW","features":[359]},{"name":"IDC_IO_DISPLAYASICON","features":[359]},{"name":"IDC_IO_FILE","features":[359]},{"name":"IDC_IO_FILEDISPLAY","features":[359]},{"name":"IDC_IO_FILETEXT","features":[359]},{"name":"IDC_IO_FILETYPE","features":[359]},{"name":"IDC_IO_ICONDISPLAY","features":[359]},{"name":"IDC_IO_INSERTCONTROL","features":[359]},{"name":"IDC_IO_LINKFILE","features":[359]},{"name":"IDC_IO_OBJECTTYPELIST","features":[359]},{"name":"IDC_IO_OBJECTTYPETEXT","features":[359]},{"name":"IDC_IO_RESULTIMAGE","features":[359]},{"name":"IDC_IO_RESULTTEXT","features":[359]},{"name":"IDC_LP_AUTOMATIC","features":[359]},{"name":"IDC_LP_BREAKLINK","features":[359]},{"name":"IDC_LP_CHANGESOURCE","features":[359]},{"name":"IDC_LP_DATE","features":[359]},{"name":"IDC_LP_LINKSOURCE","features":[359]},{"name":"IDC_LP_MANUAL","features":[359]},{"name":"IDC_LP_OPENSOURCE","features":[359]},{"name":"IDC_LP_TIME","features":[359]},{"name":"IDC_LP_UPDATENOW","features":[359]},{"name":"IDC_OLEUIHELP","features":[359]},{"name":"IDC_PS_CHANGEICON","features":[359]},{"name":"IDC_PS_DISPLAYASICON","features":[359]},{"name":"IDC_PS_DISPLAYLIST","features":[359]},{"name":"IDC_PS_ICONDISPLAY","features":[359]},{"name":"IDC_PS_PASTE","features":[359]},{"name":"IDC_PS_PASTELINK","features":[359]},{"name":"IDC_PS_PASTELINKLIST","features":[359]},{"name":"IDC_PS_PASTELIST","features":[359]},{"name":"IDC_PS_RESULTIMAGE","features":[359]},{"name":"IDC_PS_RESULTTEXT","features":[359]},{"name":"IDC_PS_SOURCETEXT","features":[359]},{"name":"IDC_PU_CONVERT","features":[359]},{"name":"IDC_PU_ICON","features":[359]},{"name":"IDC_PU_LINKS","features":[359]},{"name":"IDC_PU_TEXT","features":[359]},{"name":"IDC_UL_METER","features":[359]},{"name":"IDC_UL_PERCENT","features":[359]},{"name":"IDC_UL_PROGRESS","features":[359]},{"name":"IDC_UL_STOP","features":[359]},{"name":"IDC_VP_ASICON","features":[359]},{"name":"IDC_VP_CHANGEICON","features":[359]},{"name":"IDC_VP_EDITABLE","features":[359]},{"name":"IDC_VP_ICONDISPLAY","features":[359]},{"name":"IDC_VP_PERCENT","features":[359]},{"name":"IDC_VP_RELATIVE","features":[359]},{"name":"IDC_VP_RESULTIMAGE","features":[359]},{"name":"IDC_VP_SCALETXT","features":[359]},{"name":"IDC_VP_SPIN","features":[359]},{"name":"IDD_BUSY","features":[359]},{"name":"IDD_CANNOTUPDATELINK","features":[359]},{"name":"IDD_CHANGEICON","features":[359]},{"name":"IDD_CHANGEICONBROWSE","features":[359]},{"name":"IDD_CHANGESOURCE","features":[359]},{"name":"IDD_CHANGESOURCE4","features":[359]},{"name":"IDD_CONVERT","features":[359]},{"name":"IDD_CONVERT4","features":[359]},{"name":"IDD_CONVERTONLY","features":[359]},{"name":"IDD_CONVERTONLY4","features":[359]},{"name":"IDD_EDITLINKS","features":[359]},{"name":"IDD_EDITLINKS4","features":[359]},{"name":"IDD_GNRLPROPS","features":[359]},{"name":"IDD_GNRLPROPS4","features":[359]},{"name":"IDD_INSERTFILEBROWSE","features":[359]},{"name":"IDD_INSERTOBJECT","features":[359]},{"name":"IDD_LINKPROPS","features":[359]},{"name":"IDD_LINKPROPS4","features":[359]},{"name":"IDD_LINKSOURCEUNAVAILABLE","features":[359]},{"name":"IDD_LINKTYPECHANGED","features":[359]},{"name":"IDD_LINKTYPECHANGEDA","features":[359]},{"name":"IDD_LINKTYPECHANGEDW","features":[359]},{"name":"IDD_OUTOFMEMORY","features":[359]},{"name":"IDD_PASTESPECIAL","features":[359]},{"name":"IDD_PASTESPECIAL4","features":[359]},{"name":"IDD_SERVERNOTFOUND","features":[359]},{"name":"IDD_SERVERNOTREG","features":[359]},{"name":"IDD_SERVERNOTREGA","features":[359]},{"name":"IDD_SERVERNOTREGW","features":[359]},{"name":"IDD_UPDATELINKS","features":[359]},{"name":"IDD_VIEWPROPS","features":[359]},{"name":"ID_BROWSE_ADDCONTROL","features":[359]},{"name":"ID_BROWSE_CHANGEICON","features":[359]},{"name":"ID_BROWSE_CHANGESOURCE","features":[359]},{"name":"ID_BROWSE_INSERTFILE","features":[359]},{"name":"ID_DEFAULTINST","features":[359]},{"name":"IDispError","features":[359]},{"name":"IDispatchEx","features":[358,359]},{"name":"IDropSource","features":[359]},{"name":"IDropSourceNotify","features":[359]},{"name":"IDropTarget","features":[359]},{"name":"IEnterpriseDropTarget","features":[359]},{"name":"IEnumOLEVERB","features":[359]},{"name":"IEnumOleDocumentViews","features":[359]},{"name":"IEnumOleUndoUnits","features":[359]},{"name":"IEnumVARIANT","features":[359]},{"name":"IFont","features":[359]},{"name":"IFontDisp","features":[358,359]},{"name":"IFontEventsDisp","features":[358,359]},{"name":"IGNOREMIME","features":[359]},{"name":"IGNOREMIME_PROMPT","features":[359]},{"name":"IGNOREMIME_TEXT","features":[359]},{"name":"IGetOleObject","features":[359]},{"name":"IGetVBAObject","features":[359]},{"name":"INSERT_OBJECT_FLAGS","features":[359]},{"name":"INSTALL_SCOPE_INVALID","features":[359]},{"name":"INSTALL_SCOPE_MACHINE","features":[359]},{"name":"INSTALL_SCOPE_USER","features":[359]},{"name":"INTERFACEDATA","features":[358,359,360]},{"name":"IOF_CHECKDISPLAYASICON","features":[359]},{"name":"IOF_CHECKLINK","features":[359]},{"name":"IOF_CREATEFILEOBJECT","features":[359]},{"name":"IOF_CREATELINKOBJECT","features":[359]},{"name":"IOF_CREATENEWOBJECT","features":[359]},{"name":"IOF_DISABLEDISPLAYASICON","features":[359]},{"name":"IOF_DISABLELINK","features":[359]},{"name":"IOF_HIDECHANGEICON","features":[359]},{"name":"IOF_SELECTCREATECONTROL","features":[359]},{"name":"IOF_SELECTCREATEFROMFILE","features":[359]},{"name":"IOF_SELECTCREATENEW","features":[359]},{"name":"IOF_SHOWHELP","features":[359]},{"name":"IOF_SHOWINSERTCONTROL","features":[359]},{"name":"IOF_VERIFYSERVERSEXIST","features":[359]},{"name":"IObjectIdentity","features":[359]},{"name":"IObjectWithSite","features":[359]},{"name":"IOleAdviseHolder","features":[359]},{"name":"IOleCache","features":[359]},{"name":"IOleCache2","features":[359]},{"name":"IOleCacheControl","features":[359]},{"name":"IOleClientSite","features":[359]},{"name":"IOleCommandTarget","features":[359]},{"name":"IOleContainer","features":[359]},{"name":"IOleControl","features":[359]},{"name":"IOleControlSite","features":[359]},{"name":"IOleDocument","features":[359]},{"name":"IOleDocumentSite","features":[359]},{"name":"IOleDocumentView","features":[359]},{"name":"IOleInPlaceActiveObject","features":[359]},{"name":"IOleInPlaceFrame","features":[359]},{"name":"IOleInPlaceObject","features":[359]},{"name":"IOleInPlaceObjectWindowless","features":[359]},{"name":"IOleInPlaceSite","features":[359]},{"name":"IOleInPlaceSiteEx","features":[359]},{"name":"IOleInPlaceSiteWindowless","features":[359]},{"name":"IOleInPlaceUIWindow","features":[359]},{"name":"IOleItemContainer","features":[359]},{"name":"IOleLink","features":[359]},{"name":"IOleObject","features":[359]},{"name":"IOleParentUndoUnit","features":[359]},{"name":"IOleUILinkContainerA","features":[359]},{"name":"IOleUILinkContainerW","features":[359]},{"name":"IOleUILinkInfoA","features":[359]},{"name":"IOleUILinkInfoW","features":[359]},{"name":"IOleUIObjInfoA","features":[359]},{"name":"IOleUIObjInfoW","features":[359]},{"name":"IOleUndoManager","features":[359]},{"name":"IOleUndoUnit","features":[359]},{"name":"IOleWindow","features":[359]},{"name":"IParseDisplayName","features":[359]},{"name":"IPerPropertyBrowsing","features":[359]},{"name":"IPersistPropertyBag","features":[358,359]},{"name":"IPersistPropertyBag2","features":[358,359]},{"name":"IPicture","features":[359]},{"name":"IPicture2","features":[359]},{"name":"IPictureDisp","features":[358,359]},{"name":"IPointerInactive","features":[359]},{"name":"IPrint","features":[359]},{"name":"IPropertyNotifySink","features":[359]},{"name":"IPropertyPage","features":[359]},{"name":"IPropertyPage2","features":[359]},{"name":"IPropertyPageSite","features":[359]},{"name":"IProtectFocus","features":[359]},{"name":"IProtectedModeMenuServices","features":[359]},{"name":"IProvideClassInfo","features":[359]},{"name":"IProvideClassInfo2","features":[359]},{"name":"IProvideMultipleClassInfo","features":[359]},{"name":"IProvideRuntimeContext","features":[359]},{"name":"IQuickActivate","features":[359]},{"name":"IRecordInfo","features":[359]},{"name":"ISimpleFrameSite","features":[359]},{"name":"ISpecifyPropertyPages","features":[359]},{"name":"ITypeChangeEvents","features":[359]},{"name":"ITypeFactory","features":[359]},{"name":"ITypeMarshal","features":[359]},{"name":"IVBFormat","features":[359]},{"name":"IVBGetControl","features":[359]},{"name":"IVariantChangeType","features":[359]},{"name":"IViewObject","features":[359]},{"name":"IViewObject2","features":[359]},{"name":"IViewObjectEx","features":[359]},{"name":"IZoomEvents","features":[359]},{"name":"IsAccelerator","features":[307,359,371]},{"name":"KEYMODIFIERS","features":[359]},{"name":"KEYMOD_ALT","features":[359]},{"name":"KEYMOD_CONTROL","features":[359]},{"name":"KEYMOD_SHIFT","features":[359]},{"name":"LHashValOfNameSys","features":[358,359]},{"name":"LHashValOfNameSysA","features":[358,359]},{"name":"LIBFLAGS","features":[359]},{"name":"LIBFLAG_FCONTROL","features":[359]},{"name":"LIBFLAG_FHASDISKIMAGE","features":[359]},{"name":"LIBFLAG_FHIDDEN","features":[359]},{"name":"LIBFLAG_FRESTRICTED","features":[359]},{"name":"LICINFO","features":[307,359]},{"name":"LOAD_PICTURE_FLAGS","features":[359]},{"name":"LOAD_TLB_AS_32BIT","features":[359]},{"name":"LOAD_TLB_AS_64BIT","features":[359]},{"name":"LOCALE_USE_NLS","features":[359]},{"name":"LPFNOLEUIHOOK","features":[307,359]},{"name":"LP_COLOR","features":[359]},{"name":"LP_DEFAULT","features":[359]},{"name":"LP_MONOCHROME","features":[359]},{"name":"LP_VGACOLOR","features":[359]},{"name":"LoadRegTypeLib","features":[358,359]},{"name":"LoadTypeLib","features":[358,359]},{"name":"LoadTypeLibEx","features":[358,359]},{"name":"MEDIAPLAYBACK_PAUSE","features":[359]},{"name":"MEDIAPLAYBACK_PAUSE_AND_SUSPEND","features":[359]},{"name":"MEDIAPLAYBACK_RESUME","features":[359]},{"name":"MEDIAPLAYBACK_RESUME_FROM_SUSPEND","features":[359]},{"name":"MEDIAPLAYBACK_STATE","features":[359]},{"name":"MEMBERID_NIL","features":[359]},{"name":"METHODDATA","features":[358,359,360]},{"name":"MK_ALT","features":[359]},{"name":"MSOCMDERR_E_CANCELED","features":[359]},{"name":"MSOCMDERR_E_DISABLED","features":[359]},{"name":"MSOCMDERR_E_FIRST","features":[359]},{"name":"MSOCMDERR_E_NOHELP","features":[359]},{"name":"MSOCMDERR_E_NOTSUPPORTED","features":[359]},{"name":"MSOCMDERR_E_UNKNOWNGROUP","features":[359]},{"name":"MULTICLASSINFO_FLAGS","features":[359]},{"name":"MULTICLASSINFO_GETIIDPRIMARY","features":[359]},{"name":"MULTICLASSINFO_GETIIDSOURCE","features":[359]},{"name":"MULTICLASSINFO_GETNUMRESERVEDDISPIDS","features":[359]},{"name":"MULTICLASSINFO_GETTYPEINFO","features":[359]},{"name":"NUMPARSE","features":[359]},{"name":"NUMPARSE_FLAGS","features":[359]},{"name":"NUMPRS_CURRENCY","features":[359]},{"name":"NUMPRS_DECIMAL","features":[359]},{"name":"NUMPRS_EXPONENT","features":[359]},{"name":"NUMPRS_HEX_OCT","features":[359]},{"name":"NUMPRS_INEXACT","features":[359]},{"name":"NUMPRS_LEADING_MINUS","features":[359]},{"name":"NUMPRS_LEADING_PLUS","features":[359]},{"name":"NUMPRS_LEADING_WHITE","features":[359]},{"name":"NUMPRS_NEG","features":[359]},{"name":"NUMPRS_PARENS","features":[359]},{"name":"NUMPRS_STD","features":[359]},{"name":"NUMPRS_THOUSANDS","features":[359]},{"name":"NUMPRS_TRAILING_MINUS","features":[359]},{"name":"NUMPRS_TRAILING_PLUS","features":[359]},{"name":"NUMPRS_TRAILING_WHITE","features":[359]},{"name":"NUMPRS_USE_ALL","features":[359]},{"name":"OBJECTDESCRIPTOR","features":[307,359]},{"name":"OBJECT_PROPERTIES_FLAGS","features":[359]},{"name":"OCM__BASE","features":[359]},{"name":"OCPFIPARAMS","features":[307,359]},{"name":"OF_GET","features":[359]},{"name":"OF_HANDLER","features":[359]},{"name":"OF_SET","features":[359]},{"name":"OLECLOSE","features":[359]},{"name":"OLECLOSE_NOSAVE","features":[359]},{"name":"OLECLOSE_PROMPTSAVE","features":[359]},{"name":"OLECLOSE_SAVEIFDIRTY","features":[359]},{"name":"OLECMD","features":[359]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_CLSID","features":[359]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_DISPLAYNAME","features":[359]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_INSTALLSCOPE","features":[359]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_PUBLISHER","features":[359]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_SOURCEURL","features":[359]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_HWND","features":[359]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_X","features":[359]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_Y","features":[359]},{"name":"OLECMDERR_E_CANCELED","features":[359]},{"name":"OLECMDERR_E_DISABLED","features":[359]},{"name":"OLECMDERR_E_FIRST","features":[359]},{"name":"OLECMDERR_E_NOHELP","features":[359]},{"name":"OLECMDERR_E_NOTSUPPORTED","features":[359]},{"name":"OLECMDERR_E_UNKNOWNGROUP","features":[359]},{"name":"OLECMDEXECOPT","features":[359]},{"name":"OLECMDEXECOPT_DODEFAULT","features":[359]},{"name":"OLECMDEXECOPT_DONTPROMPTUSER","features":[359]},{"name":"OLECMDEXECOPT_PROMPTUSER","features":[359]},{"name":"OLECMDEXECOPT_SHOWHELP","features":[359]},{"name":"OLECMDF","features":[359]},{"name":"OLECMDF_DEFHIDEONCTXTMENU","features":[359]},{"name":"OLECMDF_ENABLED","features":[359]},{"name":"OLECMDF_INVISIBLE","features":[359]},{"name":"OLECMDF_LATCHED","features":[359]},{"name":"OLECMDF_NINCHED","features":[359]},{"name":"OLECMDF_SUPPORTED","features":[359]},{"name":"OLECMDID","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_BLOCKEDVERSION","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_DESKTOPHTMLDIALOG","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_EXTENSIONSOFF","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_IESECURITY","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_PROTECTEDMODE_OFF","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_REQUIRESACTIVEX","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_RESET","features":[359]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOLAYOUT","features":[359]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOPERSIST","features":[359]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOTRANSIENT","features":[359]},{"name":"OLECMDIDF_OPTICAL_ZOOM_RELOADFORNEWTAB","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXDISALLOW","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXINSTALL","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXTRUSTFAIL","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUNSAFE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUSERAPPROVAL","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUSERDISABLE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEX_EPM_INCOMPATIBLE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_EXTENSION_COMPAT_BLOCKED","features":[359]},{"name":"OLECMDIDF_PAGEACTION_FILEDOWNLOAD","features":[359]},{"name":"OLECMDIDF_PAGEACTION_GENERIC_STATE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_INTRANETZONEREQUEST","features":[359]},{"name":"OLECMDIDF_PAGEACTION_INVALID_CERT","features":[359]},{"name":"OLECMDIDF_PAGEACTION_LOCALMACHINE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_MIMETEXTPLAIN","features":[359]},{"name":"OLECMDIDF_PAGEACTION_MIXEDCONTENT","features":[359]},{"name":"OLECMDIDF_PAGEACTION_NORESETACTIVEX","features":[359]},{"name":"OLECMDIDF_PAGEACTION_POPUPALLOWED","features":[359]},{"name":"OLECMDIDF_PAGEACTION_POPUPWINDOW","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNDENY","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNINTERNET","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNINTRANET","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNLOCALMACHINE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNRESTRICTED","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNTRUSTED","features":[359]},{"name":"OLECMDIDF_PAGEACTION_RESET","features":[359]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE_ACTIVEXINSTALL","features":[359]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE_ACTIVEXUSERAPPROVAL","features":[359]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTPROMPT","features":[359]},{"name":"OLECMDIDF_PAGEACTION_SPOOFABLEIDNHOST","features":[359]},{"name":"OLECMDIDF_PAGEACTION_WPCBLOCKED","features":[359]},{"name":"OLECMDIDF_PAGEACTION_WPCBLOCKED_ACTIVEX","features":[359]},{"name":"OLECMDIDF_PAGEACTION_XSSFILTERED","features":[359]},{"name":"OLECMDIDF_REFRESH_CLEARUSERINPUT","features":[359]},{"name":"OLECMDIDF_REFRESH_COMPLETELY","features":[359]},{"name":"OLECMDIDF_REFRESH_CONTINUE","features":[359]},{"name":"OLECMDIDF_REFRESH_IFEXPIRED","features":[359]},{"name":"OLECMDIDF_REFRESH_LEVELMASK","features":[359]},{"name":"OLECMDIDF_REFRESH_NORMAL","features":[359]},{"name":"OLECMDIDF_REFRESH_NO_CACHE","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_ACTIVEXINSTALL","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_ALLOW_VERSION","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_FILEDOWNLOAD","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_INVALID_CERT","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_LOCALMACHINE","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_MIXEDCONTENT","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_POPUPWINDOW","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNINTERNET","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNINTRANET","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNLOCALMACHINE","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNRESTRICTED","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNTRUSTED","features":[359]},{"name":"OLECMDIDF_REFRESH_PROMPTIFOFFLINE","features":[359]},{"name":"OLECMDIDF_REFRESH_RELOAD","features":[359]},{"name":"OLECMDIDF_REFRESH_SKIPBEFOREUNLOADEVENT","features":[359]},{"name":"OLECMDIDF_REFRESH_THROUGHSCRIPT","features":[359]},{"name":"OLECMDIDF_VIEWPORTMODE_EXCLUDE_VISUAL_BOTTOM","features":[359]},{"name":"OLECMDIDF_VIEWPORTMODE_EXCLUDE_VISUAL_BOTTOM_VALID","features":[359]},{"name":"OLECMDIDF_VIEWPORTMODE_FIXED_LAYOUT_WIDTH","features":[359]},{"name":"OLECMDIDF_VIEWPORTMODE_FIXED_LAYOUT_WIDTH_VALID","features":[359]},{"name":"OLECMDIDF_WINDOWSTATE_ENABLED","features":[359]},{"name":"OLECMDIDF_WINDOWSTATE_ENABLED_VALID","features":[359]},{"name":"OLECMDIDF_WINDOWSTATE_USERVISIBLE","features":[359]},{"name":"OLECMDIDF_WINDOWSTATE_USERVISIBLE_VALID","features":[359]},{"name":"OLECMDID_ACTIVEXINSTALLSCOPE","features":[359]},{"name":"OLECMDID_ADDTRAVELENTRY","features":[359]},{"name":"OLECMDID_ALLOWUILESSSAVEAS","features":[359]},{"name":"OLECMDID_BROWSERSTATEFLAG","features":[359]},{"name":"OLECMDID_CLEARSELECTION","features":[359]},{"name":"OLECMDID_CLOSE","features":[359]},{"name":"OLECMDID_COPY","features":[359]},{"name":"OLECMDID_CUT","features":[359]},{"name":"OLECMDID_DELETE","features":[359]},{"name":"OLECMDID_DONTDOWNLOADCSS","features":[359]},{"name":"OLECMDID_ENABLE_INTERACTION","features":[359]},{"name":"OLECMDID_ENABLE_VISIBILITY","features":[359]},{"name":"OLECMDID_EXITFULLSCREEN","features":[359]},{"name":"OLECMDID_FIND","features":[359]},{"name":"OLECMDID_FOCUSVIEWCONTROLS","features":[359]},{"name":"OLECMDID_FOCUSVIEWCONTROLSQUERY","features":[359]},{"name":"OLECMDID_GETPRINTTEMPLATE","features":[359]},{"name":"OLECMDID_GETUSERSCALABLE","features":[359]},{"name":"OLECMDID_GETZOOMRANGE","features":[359]},{"name":"OLECMDID_HIDETOOLBARS","features":[359]},{"name":"OLECMDID_HTTPEQUIV","features":[359]},{"name":"OLECMDID_HTTPEQUIV_DONE","features":[359]},{"name":"OLECMDID_LAYOUT_VIEWPORT_WIDTH","features":[359]},{"name":"OLECMDID_MEDIA_PLAYBACK","features":[359]},{"name":"OLECMDID_NEW","features":[359]},{"name":"OLECMDID_ONBEFOREUNLOAD","features":[359]},{"name":"OLECMDID_ONTOOLBARACTIVATED","features":[359]},{"name":"OLECMDID_ONUNLOAD","features":[359]},{"name":"OLECMDID_OPEN","features":[359]},{"name":"OLECMDID_OPTICAL_GETZOOMRANGE","features":[359]},{"name":"OLECMDID_OPTICAL_ZOOM","features":[359]},{"name":"OLECMDID_OPTICAL_ZOOMFLAG","features":[359]},{"name":"OLECMDID_PAGEACTIONBLOCKED","features":[359]},{"name":"OLECMDID_PAGEACTIONFLAG","features":[359]},{"name":"OLECMDID_PAGEACTIONUIQUERY","features":[359]},{"name":"OLECMDID_PAGEAVAILABLE","features":[359]},{"name":"OLECMDID_PAGESETUP","features":[359]},{"name":"OLECMDID_PASTE","features":[359]},{"name":"OLECMDID_PASTESPECIAL","features":[359]},{"name":"OLECMDID_POPSTATEEVENT","features":[359]},{"name":"OLECMDID_PREREFRESH","features":[359]},{"name":"OLECMDID_PRINT","features":[359]},{"name":"OLECMDID_PRINT2","features":[359]},{"name":"OLECMDID_PRINTPREVIEW","features":[359]},{"name":"OLECMDID_PRINTPREVIEW2","features":[359]},{"name":"OLECMDID_PROPERTIES","features":[359]},{"name":"OLECMDID_PROPERTYBAG2","features":[359]},{"name":"OLECMDID_REDO","features":[359]},{"name":"OLECMDID_REFRESH","features":[359]},{"name":"OLECMDID_REFRESHFLAG","features":[359]},{"name":"OLECMDID_SAVE","features":[359]},{"name":"OLECMDID_SAVEAS","features":[359]},{"name":"OLECMDID_SAVECOPYAS","features":[359]},{"name":"OLECMDID_SCROLLCOMPLETE","features":[359]},{"name":"OLECMDID_SELECTALL","features":[359]},{"name":"OLECMDID_SETDOWNLOADSTATE","features":[359]},{"name":"OLECMDID_SETFAVICON","features":[359]},{"name":"OLECMDID_SETPRINTTEMPLATE","features":[359]},{"name":"OLECMDID_SETPROGRESSMAX","features":[359]},{"name":"OLECMDID_SETPROGRESSPOS","features":[359]},{"name":"OLECMDID_SETPROGRESSTEXT","features":[359]},{"name":"OLECMDID_SETTITLE","features":[359]},{"name":"OLECMDID_SET_HOST_FULLSCREENMODE","features":[359]},{"name":"OLECMDID_SHOWFIND","features":[359]},{"name":"OLECMDID_SHOWMESSAGE","features":[359]},{"name":"OLECMDID_SHOWMESSAGE_BLOCKABLE","features":[359]},{"name":"OLECMDID_SHOWPAGEACTIONMENU","features":[359]},{"name":"OLECMDID_SHOWPAGESETUP","features":[359]},{"name":"OLECMDID_SHOWPRINT","features":[359]},{"name":"OLECMDID_SHOWSCRIPTERROR","features":[359]},{"name":"OLECMDID_SHOWTASKDLG","features":[359]},{"name":"OLECMDID_SHOWTASKDLG_BLOCKABLE","features":[359]},{"name":"OLECMDID_SPELL","features":[359]},{"name":"OLECMDID_STOP","features":[359]},{"name":"OLECMDID_STOPDOWNLOAD","features":[359]},{"name":"OLECMDID_UNDO","features":[359]},{"name":"OLECMDID_UPDATEBACKFORWARDSTATE","features":[359]},{"name":"OLECMDID_UPDATECOMMANDS","features":[359]},{"name":"OLECMDID_UPDATEPAGESTATUS","features":[359]},{"name":"OLECMDID_UPDATETRAVELENTRY","features":[359]},{"name":"OLECMDID_UPDATETRAVELENTRY_DATARECOVERY","features":[359]},{"name":"OLECMDID_UPDATE_CARET","features":[359]},{"name":"OLECMDID_USER_OPTICAL_ZOOM","features":[359]},{"name":"OLECMDID_VIEWPORT_MODE","features":[359]},{"name":"OLECMDID_VIEWPORT_MODE_FLAG","features":[359]},{"name":"OLECMDID_VISUAL_VIEWPORT_EXCLUDE_BOTTOM","features":[359]},{"name":"OLECMDID_WINDOWSTATECHANGED","features":[359]},{"name":"OLECMDID_WINDOWSTATE_FLAG","features":[359]},{"name":"OLECMDID_ZOOM","features":[359]},{"name":"OLECMDTEXT","features":[359]},{"name":"OLECMDTEXTF","features":[359]},{"name":"OLECMDTEXTF_NAME","features":[359]},{"name":"OLECMDTEXTF_NONE","features":[359]},{"name":"OLECMDTEXTF_STATUS","features":[359]},{"name":"OLECMD_TASKDLGID_ONBEFOREUNLOAD","features":[359]},{"name":"OLECONTF","features":[359]},{"name":"OLECONTF_EMBEDDINGS","features":[359]},{"name":"OLECONTF_LINKS","features":[359]},{"name":"OLECONTF_ONLYIFRUNNING","features":[359]},{"name":"OLECONTF_ONLYUSER","features":[359]},{"name":"OLECONTF_OTHERS","features":[359]},{"name":"OLECREATE","features":[359]},{"name":"OLECREATE_LEAVERUNNING","features":[359]},{"name":"OLECREATE_ZERO","features":[359]},{"name":"OLEDCFLAGS","features":[359]},{"name":"OLEDC_NODRAW","features":[359]},{"name":"OLEDC_OFFSCREEN","features":[359]},{"name":"OLEDC_PAINTBKGND","features":[359]},{"name":"OLEGETMONIKER","features":[359]},{"name":"OLEGETMONIKER_FORCEASSIGN","features":[359]},{"name":"OLEGETMONIKER_ONLYIFTHERE","features":[359]},{"name":"OLEGETMONIKER_TEMPFORUSER","features":[359]},{"name":"OLEGETMONIKER_UNASSIGN","features":[359]},{"name":"OLEINPLACEFRAMEINFO","features":[307,359,371]},{"name":"OLEIVERB","features":[359]},{"name":"OLEIVERB_DISCARDUNDOSTATE","features":[359]},{"name":"OLEIVERB_HIDE","features":[359]},{"name":"OLEIVERB_INPLACEACTIVATE","features":[359]},{"name":"OLEIVERB_OPEN","features":[359]},{"name":"OLEIVERB_PRIMARY","features":[359]},{"name":"OLEIVERB_PROPERTIES","features":[359]},{"name":"OLEIVERB_SHOW","features":[359]},{"name":"OLEIVERB_UIACTIVATE","features":[359]},{"name":"OLELINKBIND","features":[359]},{"name":"OLELINKBIND_EVENIFCLASSDIFF","features":[359]},{"name":"OLEMENUGROUPWIDTHS","features":[359]},{"name":"OLEMISC","features":[359]},{"name":"OLEMISC_ACTIVATEWHENVISIBLE","features":[359]},{"name":"OLEMISC_ACTSLIKEBUTTON","features":[359]},{"name":"OLEMISC_ACTSLIKELABEL","features":[359]},{"name":"OLEMISC_ALIGNABLE","features":[359]},{"name":"OLEMISC_ALWAYSRUN","features":[359]},{"name":"OLEMISC_CANLINKBYOLE1","features":[359]},{"name":"OLEMISC_CANTLINKINSIDE","features":[359]},{"name":"OLEMISC_IGNOREACTIVATEWHENVISIBLE","features":[359]},{"name":"OLEMISC_IMEMODE","features":[359]},{"name":"OLEMISC_INSERTNOTREPLACE","features":[359]},{"name":"OLEMISC_INSIDEOUT","features":[359]},{"name":"OLEMISC_INVISIBLEATRUNTIME","features":[359]},{"name":"OLEMISC_ISLINKOBJECT","features":[359]},{"name":"OLEMISC_NOUIACTIVATE","features":[359]},{"name":"OLEMISC_ONLYICONIC","features":[359]},{"name":"OLEMISC_RECOMPOSEONRESIZE","features":[359]},{"name":"OLEMISC_RENDERINGISDEVICEINDEPENDENT","features":[359]},{"name":"OLEMISC_SETCLIENTSITEFIRST","features":[359]},{"name":"OLEMISC_SIMPLEFRAME","features":[359]},{"name":"OLEMISC_STATIC","features":[359]},{"name":"OLEMISC_SUPPORTSMULTILEVELUNDO","features":[359]},{"name":"OLEMISC_WANTSTOMENUMERGE","features":[359]},{"name":"OLERENDER","features":[359]},{"name":"OLERENDER_ASIS","features":[359]},{"name":"OLERENDER_DRAW","features":[359]},{"name":"OLERENDER_FORMAT","features":[359]},{"name":"OLERENDER_NONE","features":[359]},{"name":"OLESTDDELIM","features":[359]},{"name":"OLESTREAMQUERYCONVERTOLELINKCALLBACK","features":[359]},{"name":"OLESTREAM_CONVERSION_DEFAULT","features":[359]},{"name":"OLESTREAM_CONVERSION_DISABLEOLELINK","features":[359]},{"name":"OLEUIBUSYA","features":[307,421,359]},{"name":"OLEUIBUSYW","features":[307,421,359]},{"name":"OLEUICHANGEICONA","features":[307,359]},{"name":"OLEUICHANGEICONW","features":[307,359]},{"name":"OLEUICHANGESOURCEA","features":[307,359,438]},{"name":"OLEUICHANGESOURCEW","features":[307,359,438]},{"name":"OLEUICONVERTA","features":[307,359]},{"name":"OLEUICONVERTW","features":[307,359]},{"name":"OLEUIEDITLINKSA","features":[307,359]},{"name":"OLEUIEDITLINKSW","features":[307,359]},{"name":"OLEUIGNRLPROPSA","features":[307,318,359,357,371]},{"name":"OLEUIGNRLPROPSW","features":[307,318,359,357,371]},{"name":"OLEUIINSERTOBJECTA","features":[307,387,359]},{"name":"OLEUIINSERTOBJECTW","features":[307,387,359]},{"name":"OLEUILINKPROPSA","features":[307,318,359,357,371]},{"name":"OLEUILINKPROPSW","features":[307,318,359,357,371]},{"name":"OLEUIOBJECTPROPSA","features":[307,318,359,357,371]},{"name":"OLEUIOBJECTPROPSW","features":[307,318,359,357,371]},{"name":"OLEUIPASTEENTRYA","features":[358,359]},{"name":"OLEUIPASTEENTRYW","features":[358,359]},{"name":"OLEUIPASTEFLAG","features":[359]},{"name":"OLEUIPASTESPECIALA","features":[307,358,359]},{"name":"OLEUIPASTESPECIALW","features":[307,358,359]},{"name":"OLEUIPASTE_ENABLEICON","features":[359]},{"name":"OLEUIPASTE_LINKANYTYPE","features":[359]},{"name":"OLEUIPASTE_LINKTYPE1","features":[359]},{"name":"OLEUIPASTE_LINKTYPE2","features":[359]},{"name":"OLEUIPASTE_LINKTYPE3","features":[359]},{"name":"OLEUIPASTE_LINKTYPE4","features":[359]},{"name":"OLEUIPASTE_LINKTYPE5","features":[359]},{"name":"OLEUIPASTE_LINKTYPE6","features":[359]},{"name":"OLEUIPASTE_LINKTYPE7","features":[359]},{"name":"OLEUIPASTE_LINKTYPE8","features":[359]},{"name":"OLEUIPASTE_PASTE","features":[359]},{"name":"OLEUIPASTE_PASTEONLY","features":[359]},{"name":"OLEUIVIEWPROPSA","features":[307,318,359,357,371]},{"name":"OLEUIVIEWPROPSW","features":[307,318,359,357,371]},{"name":"OLEUI_BZERR_HTASKINVALID","features":[359]},{"name":"OLEUI_BZ_CALLUNBLOCKED","features":[359]},{"name":"OLEUI_BZ_RETRYSELECTED","features":[359]},{"name":"OLEUI_BZ_SWITCHTOSELECTED","features":[359]},{"name":"OLEUI_CANCEL","features":[359]},{"name":"OLEUI_CIERR_MUSTHAVECLSID","features":[359]},{"name":"OLEUI_CIERR_MUSTHAVECURRENTMETAFILE","features":[359]},{"name":"OLEUI_CIERR_SZICONEXEINVALID","features":[359]},{"name":"OLEUI_CSERR_FROMNOTNULL","features":[359]},{"name":"OLEUI_CSERR_LINKCNTRINVALID","features":[359]},{"name":"OLEUI_CSERR_LINKCNTRNULL","features":[359]},{"name":"OLEUI_CSERR_SOURCEINVALID","features":[359]},{"name":"OLEUI_CSERR_SOURCENULL","features":[359]},{"name":"OLEUI_CSERR_SOURCEPARSEERROR","features":[359]},{"name":"OLEUI_CSERR_SOURCEPARSERROR","features":[359]},{"name":"OLEUI_CSERR_TONOTNULL","features":[359]},{"name":"OLEUI_CTERR_CBFORMATINVALID","features":[359]},{"name":"OLEUI_CTERR_CLASSIDINVALID","features":[359]},{"name":"OLEUI_CTERR_DVASPECTINVALID","features":[359]},{"name":"OLEUI_CTERR_HMETAPICTINVALID","features":[359]},{"name":"OLEUI_CTERR_STRINGINVALID","features":[359]},{"name":"OLEUI_ELERR_LINKCNTRINVALID","features":[359]},{"name":"OLEUI_ELERR_LINKCNTRNULL","features":[359]},{"name":"OLEUI_ERR_CBSTRUCTINCORRECT","features":[359]},{"name":"OLEUI_ERR_DIALOGFAILURE","features":[359]},{"name":"OLEUI_ERR_FINDTEMPLATEFAILURE","features":[359]},{"name":"OLEUI_ERR_GLOBALMEMALLOC","features":[359]},{"name":"OLEUI_ERR_HINSTANCEINVALID","features":[359]},{"name":"OLEUI_ERR_HRESOURCEINVALID","features":[359]},{"name":"OLEUI_ERR_HWNDOWNERINVALID","features":[359]},{"name":"OLEUI_ERR_LOADSTRING","features":[359]},{"name":"OLEUI_ERR_LOADTEMPLATEFAILURE","features":[359]},{"name":"OLEUI_ERR_LOCALMEMALLOC","features":[359]},{"name":"OLEUI_ERR_LPFNHOOKINVALID","features":[359]},{"name":"OLEUI_ERR_LPSZCAPTIONINVALID","features":[359]},{"name":"OLEUI_ERR_LPSZTEMPLATEINVALID","features":[359]},{"name":"OLEUI_ERR_OLEMEMALLOC","features":[359]},{"name":"OLEUI_ERR_STANDARDMAX","features":[359]},{"name":"OLEUI_ERR_STANDARDMIN","features":[359]},{"name":"OLEUI_ERR_STRUCTUREINVALID","features":[359]},{"name":"OLEUI_ERR_STRUCTURENULL","features":[359]},{"name":"OLEUI_FALSE","features":[359]},{"name":"OLEUI_GPERR_CBFORMATINVALID","features":[359]},{"name":"OLEUI_GPERR_CLASSIDINVALID","features":[359]},{"name":"OLEUI_GPERR_LPCLSIDEXCLUDEINVALID","features":[359]},{"name":"OLEUI_GPERR_STRINGINVALID","features":[359]},{"name":"OLEUI_IOERR_ARRLINKTYPESINVALID","features":[359]},{"name":"OLEUI_IOERR_ARRPASTEENTRIESINVALID","features":[359]},{"name":"OLEUI_IOERR_CCHFILEINVALID","features":[359]},{"name":"OLEUI_IOERR_HICONINVALID","features":[359]},{"name":"OLEUI_IOERR_LPCLSIDEXCLUDEINVALID","features":[359]},{"name":"OLEUI_IOERR_LPFORMATETCINVALID","features":[359]},{"name":"OLEUI_IOERR_LPIOLECLIENTSITEINVALID","features":[359]},{"name":"OLEUI_IOERR_LPISTORAGEINVALID","features":[359]},{"name":"OLEUI_IOERR_LPSZFILEINVALID","features":[359]},{"name":"OLEUI_IOERR_LPSZLABELINVALID","features":[359]},{"name":"OLEUI_IOERR_PPVOBJINVALID","features":[359]},{"name":"OLEUI_IOERR_SCODEHASERROR","features":[359]},{"name":"OLEUI_IOERR_SRCDATAOBJECTINVALID","features":[359]},{"name":"OLEUI_LPERR_LINKCNTRINVALID","features":[359]},{"name":"OLEUI_LPERR_LINKCNTRNULL","features":[359]},{"name":"OLEUI_OK","features":[359]},{"name":"OLEUI_OPERR_DLGPROCNOTNULL","features":[359]},{"name":"OLEUI_OPERR_INVALIDPAGES","features":[359]},{"name":"OLEUI_OPERR_LINKINFOINVALID","features":[359]},{"name":"OLEUI_OPERR_LPARAMNOTZERO","features":[359]},{"name":"OLEUI_OPERR_NOTSUPPORTED","features":[359]},{"name":"OLEUI_OPERR_OBJINFOINVALID","features":[359]},{"name":"OLEUI_OPERR_PAGESINCORRECT","features":[359]},{"name":"OLEUI_OPERR_PROPERTYSHEET","features":[359]},{"name":"OLEUI_OPERR_PROPSHEETINVALID","features":[359]},{"name":"OLEUI_OPERR_PROPSHEETNULL","features":[359]},{"name":"OLEUI_OPERR_PROPSINVALID","features":[359]},{"name":"OLEUI_OPERR_SUBPROPINVALID","features":[359]},{"name":"OLEUI_OPERR_SUBPROPNULL","features":[359]},{"name":"OLEUI_OPERR_SUPPROP","features":[359]},{"name":"OLEUI_PSERR_CLIPBOARDCHANGED","features":[359]},{"name":"OLEUI_PSERR_GETCLIPBOARDFAILED","features":[359]},{"name":"OLEUI_QUERY_GETCLASSID","features":[359]},{"name":"OLEUI_QUERY_LINKBROKEN","features":[359]},{"name":"OLEUI_SUCCESS","features":[359]},{"name":"OLEUI_VPERR_DVASPECTINVALID","features":[359]},{"name":"OLEUI_VPERR_METAPICTINVALID","features":[359]},{"name":"OLEUPDATE","features":[359]},{"name":"OLEUPDATE_ALWAYS","features":[359]},{"name":"OLEUPDATE_ONCALL","features":[359]},{"name":"OLEVERB","features":[359,371]},{"name":"OLEVERBATTRIB","features":[359]},{"name":"OLEVERBATTRIB_NEVERDIRTIES","features":[359]},{"name":"OLEVERBATTRIB_ONCONTAINERMENU","features":[359]},{"name":"OLEVERB_PRIMARY","features":[359]},{"name":"OLEWHICHMK","features":[359]},{"name":"OLEWHICHMK_CONTAINER","features":[359]},{"name":"OLEWHICHMK_OBJFULL","features":[359]},{"name":"OLEWHICHMK_OBJREL","features":[359]},{"name":"OLE_HANDLE","features":[359]},{"name":"OLE_TRISTATE","features":[359]},{"name":"OPF_DISABLECONVERT","features":[359]},{"name":"OPF_NOFILLDEFAULT","features":[359]},{"name":"OPF_OBJECTISLINK","features":[359]},{"name":"OPF_SHOWHELP","features":[359]},{"name":"OT_EMBEDDED","features":[359]},{"name":"OT_LINK","features":[359]},{"name":"OT_STATIC","features":[359]},{"name":"OaBuildVersion","features":[359]},{"name":"OaEnablePerUserTLibRegistration","features":[359]},{"name":"OleBuildVersion","features":[359]},{"name":"OleConvertOLESTREAMToIStorage2","features":[387,359]},{"name":"OleConvertOLESTREAMToIStorageEx2","features":[307,318,387,359]},{"name":"OleCreate","features":[387,359]},{"name":"OleCreateDefaultHandler","features":[359]},{"name":"OleCreateEmbeddingHelper","features":[358,359]},{"name":"OleCreateEx","features":[387,359]},{"name":"OleCreateFontIndirect","features":[307,358,359]},{"name":"OleCreateFromData","features":[387,359]},{"name":"OleCreateFromDataEx","features":[387,359]},{"name":"OleCreateFromFile","features":[387,359]},{"name":"OleCreateFromFileEx","features":[387,359]},{"name":"OleCreateLink","features":[387,359]},{"name":"OleCreateLinkEx","features":[387,359]},{"name":"OleCreateLinkFromData","features":[387,359]},{"name":"OleCreateLinkFromDataEx","features":[387,359]},{"name":"OleCreateLinkToFile","features":[387,359]},{"name":"OleCreateLinkToFileEx","features":[387,359]},{"name":"OleCreateMenuDescriptor","features":[359,371]},{"name":"OleCreatePictureIndirect","features":[307,318,359,371]},{"name":"OleCreatePropertyFrame","features":[307,359]},{"name":"OleCreatePropertyFrameIndirect","features":[307,359]},{"name":"OleCreateStaticFromData","features":[387,359]},{"name":"OleDestroyMenuDescriptor","features":[359]},{"name":"OleDoAutoConvert","features":[387,359]},{"name":"OleDraw","features":[307,318,359]},{"name":"OleDuplicateData","features":[307,325,359]},{"name":"OleFlushClipboard","features":[359]},{"name":"OleGetAutoConvert","features":[359]},{"name":"OleGetClipboard","features":[358,359]},{"name":"OleGetClipboardWithEnterpriseInfo","features":[358,359]},{"name":"OleGetIconOfClass","features":[307,359]},{"name":"OleGetIconOfFile","features":[307,359]},{"name":"OleIconToCursor","features":[307,359,371]},{"name":"OleInitialize","features":[359]},{"name":"OleIsCurrentClipboard","features":[358,359]},{"name":"OleIsRunning","features":[307,359]},{"name":"OleLoad","features":[387,359]},{"name":"OleLoadFromStream","features":[358,359]},{"name":"OleLoadPicture","features":[307,358,359]},{"name":"OleLoadPictureEx","features":[307,358,359]},{"name":"OleLoadPictureFile","features":[307,358,359,360]},{"name":"OleLoadPictureFileEx","features":[307,358,359,360]},{"name":"OleLoadPicturePath","features":[359]},{"name":"OleLockRunning","features":[307,359]},{"name":"OleMetafilePictFromIconAndLabel","features":[307,359,371]},{"name":"OleNoteObjectVisible","features":[307,359]},{"name":"OleQueryCreateFromData","features":[358,359]},{"name":"OleQueryLinkFromData","features":[358,359]},{"name":"OleRegEnumFormatEtc","features":[358,359]},{"name":"OleRegEnumVerbs","features":[359]},{"name":"OleRegGetMiscStatus","features":[359]},{"name":"OleRegGetUserType","features":[359]},{"name":"OleRun","features":[359]},{"name":"OleSave","features":[307,387,359]},{"name":"OleSavePictureFile","features":[358,359]},{"name":"OleSaveToStream","features":[358,359]},{"name":"OleSetAutoConvert","features":[359]},{"name":"OleSetClipboard","features":[358,359]},{"name":"OleSetContainedObject","features":[307,359]},{"name":"OleSetMenuDescriptor","features":[307,359]},{"name":"OleTranslateAccelerator","features":[307,359,371]},{"name":"OleTranslateColor","features":[307,318,359]},{"name":"OleUIAddVerbMenuA","features":[307,359,371]},{"name":"OleUIAddVerbMenuW","features":[307,359,371]},{"name":"OleUIBusyA","features":[307,421,359]},{"name":"OleUIBusyW","features":[307,421,359]},{"name":"OleUICanConvertOrActivateAs","features":[307,359]},{"name":"OleUIChangeIconA","features":[307,359]},{"name":"OleUIChangeIconW","features":[307,359]},{"name":"OleUIChangeSourceA","features":[307,359,438]},{"name":"OleUIChangeSourceW","features":[307,359,438]},{"name":"OleUIConvertA","features":[307,359]},{"name":"OleUIConvertW","features":[307,359]},{"name":"OleUIEditLinksA","features":[307,359]},{"name":"OleUIEditLinksW","features":[307,359]},{"name":"OleUIInsertObjectA","features":[307,387,359]},{"name":"OleUIInsertObjectW","features":[307,387,359]},{"name":"OleUIObjectPropertiesA","features":[307,318,359,357,371]},{"name":"OleUIObjectPropertiesW","features":[307,318,359,357,371]},{"name":"OleUIPasteSpecialA","features":[307,358,359]},{"name":"OleUIPasteSpecialW","features":[307,358,359]},{"name":"OleUIPromptUserA","features":[307,359]},{"name":"OleUIPromptUserW","features":[307,359]},{"name":"OleUIUpdateLinksA","features":[307,359]},{"name":"OleUIUpdateLinksW","features":[307,359]},{"name":"OleUninitialize","features":[359]},{"name":"PAGEACTION_UI","features":[359]},{"name":"PAGEACTION_UI_DEFAULT","features":[359]},{"name":"PAGEACTION_UI_MODAL","features":[359]},{"name":"PAGEACTION_UI_MODELESS","features":[359]},{"name":"PAGEACTION_UI_SILENT","features":[359]},{"name":"PAGERANGE","features":[359]},{"name":"PAGESET","features":[307,359]},{"name":"PARAMDATA","features":[359,360]},{"name":"PARAMDESC","features":[307,358,359,360]},{"name":"PARAMDESCEX","features":[307,358,359,360]},{"name":"PARAMFLAGS","features":[359]},{"name":"PARAMFLAG_FHASCUSTDATA","features":[359]},{"name":"PARAMFLAG_FHASDEFAULT","features":[359]},{"name":"PARAMFLAG_FIN","features":[359]},{"name":"PARAMFLAG_FLCID","features":[359]},{"name":"PARAMFLAG_FOPT","features":[359]},{"name":"PARAMFLAG_FOUT","features":[359]},{"name":"PARAMFLAG_FRETVAL","features":[359]},{"name":"PARAMFLAG_NONE","features":[359]},{"name":"PASTE_SPECIAL_FLAGS","features":[359]},{"name":"PERPROP_E_FIRST","features":[359]},{"name":"PERPROP_E_LAST","features":[359]},{"name":"PERPROP_E_NOPAGEAVAILABLE","features":[359]},{"name":"PERPROP_S_FIRST","features":[359]},{"name":"PERPROP_S_LAST","features":[359]},{"name":"PICTDESC","features":[318,359,371]},{"name":"PICTUREATTRIBUTES","features":[359]},{"name":"PICTURE_SCALABLE","features":[359]},{"name":"PICTURE_TRANSPARENT","features":[359]},{"name":"PICTYPE","features":[359]},{"name":"PICTYPE_BITMAP","features":[359]},{"name":"PICTYPE_ENHMETAFILE","features":[359]},{"name":"PICTYPE_ICON","features":[359]},{"name":"PICTYPE_METAFILE","features":[359]},{"name":"PICTYPE_NONE","features":[359]},{"name":"PICTYPE_UNINITIALIZED","features":[359]},{"name":"POINTERINACTIVE","features":[359]},{"name":"POINTERINACTIVE_ACTIVATEONDRAG","features":[359]},{"name":"POINTERINACTIVE_ACTIVATEONENTRY","features":[359]},{"name":"POINTERINACTIVE_DEACTIVATEONLEAVE","features":[359]},{"name":"POINTF","features":[359]},{"name":"PRINTFLAG","features":[359]},{"name":"PRINTFLAG_DONTACTUALLYPRINT","features":[359]},{"name":"PRINTFLAG_FORCEPROPERTIES","features":[359]},{"name":"PRINTFLAG_MAYBOTHERUSER","features":[359]},{"name":"PRINTFLAG_PRINTTOFILE","features":[359]},{"name":"PRINTFLAG_PROMPTUSER","features":[359]},{"name":"PRINTFLAG_RECOMPOSETODEVICE","features":[359]},{"name":"PRINTFLAG_USERMAYCHANGEPRINTER","features":[359]},{"name":"PROPBAG2_TYPE","features":[359]},{"name":"PROPBAG2_TYPE_DATA","features":[359]},{"name":"PROPBAG2_TYPE_MONIKER","features":[359]},{"name":"PROPBAG2_TYPE_OBJECT","features":[359]},{"name":"PROPBAG2_TYPE_STORAGE","features":[359]},{"name":"PROPBAG2_TYPE_STREAM","features":[359]},{"name":"PROPBAG2_TYPE_UNDEFINED","features":[359]},{"name":"PROPBAG2_TYPE_URL","features":[359]},{"name":"PROPPAGEINFO","features":[307,359]},{"name":"PROPPAGESTATUS","features":[359]},{"name":"PROPPAGESTATUS_CLEAN","features":[359]},{"name":"PROPPAGESTATUS_DIRTY","features":[359]},{"name":"PROPPAGESTATUS_VALIDATE","features":[359]},{"name":"PROP_HWND_CHGICONDLG","features":[359]},{"name":"PSF_CHECKDISPLAYASICON","features":[359]},{"name":"PSF_DISABLEDISPLAYASICON","features":[359]},{"name":"PSF_HIDECHANGEICON","features":[359]},{"name":"PSF_NOREFRESHDATAOBJECT","features":[359]},{"name":"PSF_SELECTPASTE","features":[359]},{"name":"PSF_SELECTPASTELINK","features":[359]},{"name":"PSF_SHOWHELP","features":[359]},{"name":"PSF_STAYONCLIPBOARDCHANGE","features":[359]},{"name":"PS_MAXLINKTYPES","features":[359]},{"name":"QACONTAINER","features":[318,358,359]},{"name":"QACONTAINERFLAGS","features":[359]},{"name":"QACONTAINER_AUTOCLIP","features":[359]},{"name":"QACONTAINER_DISPLAYASDEFAULT","features":[359]},{"name":"QACONTAINER_MESSAGEREFLECT","features":[359]},{"name":"QACONTAINER_SHOWGRABHANDLES","features":[359]},{"name":"QACONTAINER_SHOWHATCHING","features":[359]},{"name":"QACONTAINER_SUPPORTSMNEMONICS","features":[359]},{"name":"QACONTAINER_UIDEAD","features":[359]},{"name":"QACONTAINER_USERMODE","features":[359]},{"name":"QACONTROL","features":[359]},{"name":"QueryPathOfRegTypeLib","features":[359]},{"name":"READYSTATE","features":[359]},{"name":"READYSTATE_COMPLETE","features":[359]},{"name":"READYSTATE_INTERACTIVE","features":[359]},{"name":"READYSTATE_LOADED","features":[359]},{"name":"READYSTATE_LOADING","features":[359]},{"name":"READYSTATE_UNINITIALIZED","features":[359]},{"name":"REGKIND","features":[359]},{"name":"REGKIND_DEFAULT","features":[359]},{"name":"REGKIND_NONE","features":[359]},{"name":"REGKIND_REGISTER","features":[359]},{"name":"RegisterActiveObject","features":[359]},{"name":"RegisterDragDrop","features":[307,359]},{"name":"RegisterTypeLib","features":[358,359]},{"name":"RegisterTypeLibForUser","features":[358,359]},{"name":"ReleaseStgMedium","features":[307,318,387,359]},{"name":"RevokeActiveObject","features":[359]},{"name":"RevokeDragDrop","features":[307,359]},{"name":"SAFEARRAYUNION","features":[307,358,359]},{"name":"SAFEARR_BRECORD","features":[359]},{"name":"SAFEARR_BSTR","features":[358,359]},{"name":"SAFEARR_DISPATCH","features":[358,359]},{"name":"SAFEARR_HAVEIID","features":[359]},{"name":"SAFEARR_UNKNOWN","features":[359]},{"name":"SAFEARR_VARIANT","features":[307,358,359]},{"name":"SELFREG_E_CLASS","features":[359]},{"name":"SELFREG_E_FIRST","features":[359]},{"name":"SELFREG_E_LAST","features":[359]},{"name":"SELFREG_E_TYPELIB","features":[359]},{"name":"SELFREG_S_FIRST","features":[359]},{"name":"SELFREG_S_LAST","features":[359]},{"name":"SF_BSTR","features":[359]},{"name":"SF_DISPATCH","features":[359]},{"name":"SF_ERROR","features":[359]},{"name":"SF_HAVEIID","features":[359]},{"name":"SF_I1","features":[359]},{"name":"SF_I2","features":[359]},{"name":"SF_I4","features":[359]},{"name":"SF_I8","features":[359]},{"name":"SF_RECORD","features":[359]},{"name":"SF_TYPE","features":[359]},{"name":"SF_UNKNOWN","features":[359]},{"name":"SF_VARIANT","features":[359]},{"name":"SID_GetCaller","features":[359]},{"name":"SID_ProvideRuntimeContext","features":[359]},{"name":"SID_VariantConversion","features":[359]},{"name":"STDOLE2_LCID","features":[359]},{"name":"STDOLE2_MAJORVERNUM","features":[359]},{"name":"STDOLE2_MINORVERNUM","features":[359]},{"name":"STDOLE_LCID","features":[359]},{"name":"STDOLE_MAJORVERNUM","features":[359]},{"name":"STDOLE_MINORVERNUM","features":[359]},{"name":"STDOLE_TLB","features":[359]},{"name":"STDTYPE_TLB","features":[359]},{"name":"SZOLEUI_MSG_ADDCONTROL","features":[359]},{"name":"SZOLEUI_MSG_BROWSE","features":[359]},{"name":"SZOLEUI_MSG_BROWSE_OFN","features":[359]},{"name":"SZOLEUI_MSG_CHANGEICON","features":[359]},{"name":"SZOLEUI_MSG_CHANGESOURCE","features":[359]},{"name":"SZOLEUI_MSG_CLOSEBUSYDIALOG","features":[359]},{"name":"SZOLEUI_MSG_CONVERT","features":[359]},{"name":"SZOLEUI_MSG_ENDDIALOG","features":[359]},{"name":"SZOLEUI_MSG_HELP","features":[359]},{"name":"SafeArrayAccessData","features":[358,359]},{"name":"SafeArrayAddRef","features":[358,359]},{"name":"SafeArrayAllocData","features":[358,359]},{"name":"SafeArrayAllocDescriptor","features":[358,359]},{"name":"SafeArrayAllocDescriptorEx","features":[358,359,360]},{"name":"SafeArrayCopy","features":[358,359]},{"name":"SafeArrayCopyData","features":[358,359]},{"name":"SafeArrayCreate","features":[358,359,360]},{"name":"SafeArrayCreateEx","features":[358,359,360]},{"name":"SafeArrayCreateVector","features":[358,359,360]},{"name":"SafeArrayCreateVectorEx","features":[358,359,360]},{"name":"SafeArrayDestroy","features":[358,359]},{"name":"SafeArrayDestroyData","features":[358,359]},{"name":"SafeArrayDestroyDescriptor","features":[358,359]},{"name":"SafeArrayGetDim","features":[358,359]},{"name":"SafeArrayGetElement","features":[358,359]},{"name":"SafeArrayGetElemsize","features":[358,359]},{"name":"SafeArrayGetIID","features":[358,359]},{"name":"SafeArrayGetLBound","features":[358,359]},{"name":"SafeArrayGetRecordInfo","features":[358,359]},{"name":"SafeArrayGetUBound","features":[358,359]},{"name":"SafeArrayGetVartype","features":[358,359,360]},{"name":"SafeArrayLock","features":[358,359]},{"name":"SafeArrayPtrOfIndex","features":[358,359]},{"name":"SafeArrayPutElement","features":[358,359]},{"name":"SafeArrayRedim","features":[358,359]},{"name":"SafeArrayReleaseData","features":[359]},{"name":"SafeArrayReleaseDescriptor","features":[358,359]},{"name":"SafeArraySetIID","features":[358,359]},{"name":"SafeArraySetRecordInfo","features":[358,359]},{"name":"SafeArrayUnaccessData","features":[358,359]},{"name":"SafeArrayUnlock","features":[358,359]},{"name":"TIFLAGS_EXTENDDISPATCHONLY","features":[359]},{"name":"TYPEFLAGS","features":[359]},{"name":"TYPEFLAG_FAGGREGATABLE","features":[359]},{"name":"TYPEFLAG_FAPPOBJECT","features":[359]},{"name":"TYPEFLAG_FCANCREATE","features":[359]},{"name":"TYPEFLAG_FCONTROL","features":[359]},{"name":"TYPEFLAG_FDISPATCHABLE","features":[359]},{"name":"TYPEFLAG_FDUAL","features":[359]},{"name":"TYPEFLAG_FHIDDEN","features":[359]},{"name":"TYPEFLAG_FLICENSED","features":[359]},{"name":"TYPEFLAG_FNONEXTENSIBLE","features":[359]},{"name":"TYPEFLAG_FOLEAUTOMATION","features":[359]},{"name":"TYPEFLAG_FPREDECLID","features":[359]},{"name":"TYPEFLAG_FPROXY","features":[359]},{"name":"TYPEFLAG_FREPLACEABLE","features":[359]},{"name":"TYPEFLAG_FRESTRICTED","features":[359]},{"name":"TYPEFLAG_FREVERSEBIND","features":[359]},{"name":"UASFLAGS","features":[359]},{"name":"UAS_BLOCKED","features":[359]},{"name":"UAS_MASK","features":[359]},{"name":"UAS_NOPARENTENABLE","features":[359]},{"name":"UAS_NORMAL","features":[359]},{"name":"UDATE","features":[307,359]},{"name":"UI_CONVERT_FLAGS","features":[359]},{"name":"UPDFCACHE_ALL","features":[359]},{"name":"UPDFCACHE_ALLBUTNODATACACHE","features":[359]},{"name":"UPDFCACHE_FLAGS","features":[359]},{"name":"UPDFCACHE_IFBLANK","features":[359]},{"name":"UPDFCACHE_IFBLANKORONSAVECACHE","features":[359]},{"name":"UPDFCACHE_NODATACACHE","features":[359]},{"name":"UPDFCACHE_NORMALCACHE","features":[359]},{"name":"UPDFCACHE_ONLYIFBLANK","features":[359]},{"name":"UPDFCACHE_ONSAVECACHE","features":[359]},{"name":"UPDFCACHE_ONSTOPCACHE","features":[359]},{"name":"USERCLASSTYPE","features":[359]},{"name":"USERCLASSTYPE_APPNAME","features":[359]},{"name":"USERCLASSTYPE_FULL","features":[359]},{"name":"USERCLASSTYPE_SHORT","features":[359]},{"name":"UnRegisterTypeLib","features":[358,359]},{"name":"UnRegisterTypeLibForUser","features":[358,359]},{"name":"VARCMP","features":[359]},{"name":"VARCMP_EQ","features":[359]},{"name":"VARCMP_GT","features":[359]},{"name":"VARCMP_LT","features":[359]},{"name":"VARCMP_NULL","features":[359]},{"name":"VARFORMAT_FIRST_DAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_FRIDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_MONDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_SATURDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_SUNDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_SYSTEMDEFAULT","features":[359]},{"name":"VARFORMAT_FIRST_DAY_THURSDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_TUESDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_WEDNESDAY","features":[359]},{"name":"VARFORMAT_FIRST_WEEK","features":[359]},{"name":"VARFORMAT_FIRST_WEEK_CONTAINS_JANUARY_FIRST","features":[359]},{"name":"VARFORMAT_FIRST_WEEK_HAS_SEVEN_DAYS","features":[359]},{"name":"VARFORMAT_FIRST_WEEK_LARGER_HALF_IN_CURRENT_YEAR","features":[359]},{"name":"VARFORMAT_FIRST_WEEK_SYSTEMDEFAULT","features":[359]},{"name":"VARFORMAT_GROUP","features":[359]},{"name":"VARFORMAT_GROUP_NOTTHOUSANDS","features":[359]},{"name":"VARFORMAT_GROUP_SYSTEMDEFAULT","features":[359]},{"name":"VARFORMAT_GROUP_THOUSANDS","features":[359]},{"name":"VARFORMAT_LEADING_DIGIT","features":[359]},{"name":"VARFORMAT_LEADING_DIGIT_INCLUDED","features":[359]},{"name":"VARFORMAT_LEADING_DIGIT_NOTINCLUDED","features":[359]},{"name":"VARFORMAT_LEADING_DIGIT_SYSTEMDEFAULT","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT_GENERALDATE","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT_LONGDATE","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT_LONGTIME","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT_SHORTDATE","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT_SHORTTIME","features":[359]},{"name":"VARFORMAT_PARENTHESES","features":[359]},{"name":"VARFORMAT_PARENTHESES_NOTUSED","features":[359]},{"name":"VARFORMAT_PARENTHESES_SYSTEMDEFAULT","features":[359]},{"name":"VARFORMAT_PARENTHESES_USED","features":[359]},{"name":"VAR_CALENDAR_GREGORIAN","features":[359]},{"name":"VAR_CALENDAR_HIJRI","features":[359]},{"name":"VAR_CALENDAR_THAI","features":[359]},{"name":"VAR_DATEVALUEONLY","features":[359]},{"name":"VAR_FORMAT_NOSUBSTITUTE","features":[359]},{"name":"VAR_FOURDIGITYEARS","features":[359]},{"name":"VAR_LOCALBOOL","features":[359]},{"name":"VAR_TIMEVALUEONLY","features":[359]},{"name":"VAR_VALIDDATE","features":[359]},{"name":"VIEWSTATUS","features":[359]},{"name":"VIEWSTATUS_3DSURFACE","features":[359]},{"name":"VIEWSTATUS_DVASPECTOPAQUE","features":[359]},{"name":"VIEWSTATUS_DVASPECTTRANSPARENT","features":[359]},{"name":"VIEWSTATUS_OPAQUE","features":[359]},{"name":"VIEWSTATUS_SOLIDBKGND","features":[359]},{"name":"VIEWSTATUS_SURFACE","features":[359]},{"name":"VIEW_OBJECT_PROPERTIES_FLAGS","features":[359]},{"name":"VPF_DISABLERELATIVE","features":[359]},{"name":"VPF_DISABLESCALE","features":[359]},{"name":"VPF_SELECTRELATIVE","features":[359]},{"name":"VTDATEGRE_MAX","features":[359]},{"name":"VTDATEGRE_MIN","features":[359]},{"name":"VT_BLOB_PROPSET","features":[359]},{"name":"VT_STORED_PROPSET","features":[359]},{"name":"VT_STREAMED_PROPSET","features":[359]},{"name":"VT_VERBOSE_ENUM","features":[359]},{"name":"VarAbs","features":[307,358,359,360]},{"name":"VarAdd","features":[307,358,359,360]},{"name":"VarAnd","features":[307,358,359,360]},{"name":"VarBoolFromCy","features":[307,358,359]},{"name":"VarBoolFromDate","features":[307,359]},{"name":"VarBoolFromDec","features":[307,359]},{"name":"VarBoolFromDisp","features":[307,358,359]},{"name":"VarBoolFromI1","features":[307,359]},{"name":"VarBoolFromI2","features":[307,359]},{"name":"VarBoolFromI4","features":[307,359]},{"name":"VarBoolFromI8","features":[307,359]},{"name":"VarBoolFromR4","features":[307,359]},{"name":"VarBoolFromR8","features":[307,359]},{"name":"VarBoolFromStr","features":[307,359]},{"name":"VarBoolFromUI1","features":[307,359]},{"name":"VarBoolFromUI2","features":[307,359]},{"name":"VarBoolFromUI4","features":[307,359]},{"name":"VarBoolFromUI8","features":[307,359]},{"name":"VarBstrCat","features":[359]},{"name":"VarBstrCmp","features":[359]},{"name":"VarBstrFromBool","features":[307,359]},{"name":"VarBstrFromCy","features":[358,359]},{"name":"VarBstrFromDate","features":[359]},{"name":"VarBstrFromDec","features":[307,359]},{"name":"VarBstrFromDisp","features":[358,359]},{"name":"VarBstrFromI1","features":[359]},{"name":"VarBstrFromI2","features":[359]},{"name":"VarBstrFromI4","features":[359]},{"name":"VarBstrFromI8","features":[359]},{"name":"VarBstrFromR4","features":[359]},{"name":"VarBstrFromR8","features":[359]},{"name":"VarBstrFromUI1","features":[359]},{"name":"VarBstrFromUI2","features":[359]},{"name":"VarBstrFromUI4","features":[359]},{"name":"VarBstrFromUI8","features":[359]},{"name":"VarCat","features":[307,358,359,360]},{"name":"VarCmp","features":[307,358,359,360]},{"name":"VarCyAbs","features":[358,359]},{"name":"VarCyAdd","features":[358,359]},{"name":"VarCyCmp","features":[358,359]},{"name":"VarCyCmpR8","features":[358,359]},{"name":"VarCyFix","features":[358,359]},{"name":"VarCyFromBool","features":[307,358,359]},{"name":"VarCyFromDate","features":[358,359]},{"name":"VarCyFromDec","features":[307,358,359]},{"name":"VarCyFromDisp","features":[358,359]},{"name":"VarCyFromI1","features":[358,359]},{"name":"VarCyFromI2","features":[358,359]},{"name":"VarCyFromI4","features":[358,359]},{"name":"VarCyFromI8","features":[358,359]},{"name":"VarCyFromR4","features":[358,359]},{"name":"VarCyFromR8","features":[358,359]},{"name":"VarCyFromStr","features":[358,359]},{"name":"VarCyFromUI1","features":[358,359]},{"name":"VarCyFromUI2","features":[358,359]},{"name":"VarCyFromUI4","features":[358,359]},{"name":"VarCyFromUI8","features":[358,359]},{"name":"VarCyInt","features":[358,359]},{"name":"VarCyMul","features":[358,359]},{"name":"VarCyMulI4","features":[358,359]},{"name":"VarCyMulI8","features":[358,359]},{"name":"VarCyNeg","features":[358,359]},{"name":"VarCyRound","features":[358,359]},{"name":"VarCySub","features":[358,359]},{"name":"VarDateFromBool","features":[307,359]},{"name":"VarDateFromCy","features":[358,359]},{"name":"VarDateFromDec","features":[307,359]},{"name":"VarDateFromDisp","features":[358,359]},{"name":"VarDateFromI1","features":[359]},{"name":"VarDateFromI2","features":[359]},{"name":"VarDateFromI4","features":[359]},{"name":"VarDateFromI8","features":[359]},{"name":"VarDateFromR4","features":[359]},{"name":"VarDateFromR8","features":[359]},{"name":"VarDateFromStr","features":[359]},{"name":"VarDateFromUI1","features":[359]},{"name":"VarDateFromUI2","features":[359]},{"name":"VarDateFromUI4","features":[359]},{"name":"VarDateFromUI8","features":[359]},{"name":"VarDateFromUdate","features":[307,359]},{"name":"VarDateFromUdateEx","features":[307,359]},{"name":"VarDecAbs","features":[307,359]},{"name":"VarDecAdd","features":[307,359]},{"name":"VarDecCmp","features":[307,359]},{"name":"VarDecCmpR8","features":[307,359]},{"name":"VarDecDiv","features":[307,359]},{"name":"VarDecFix","features":[307,359]},{"name":"VarDecFromBool","features":[307,359]},{"name":"VarDecFromCy","features":[307,358,359]},{"name":"VarDecFromDate","features":[307,359]},{"name":"VarDecFromDisp","features":[307,358,359]},{"name":"VarDecFromI1","features":[307,359]},{"name":"VarDecFromI2","features":[307,359]},{"name":"VarDecFromI4","features":[307,359]},{"name":"VarDecFromI8","features":[307,359]},{"name":"VarDecFromR4","features":[307,359]},{"name":"VarDecFromR8","features":[307,359]},{"name":"VarDecFromStr","features":[307,359]},{"name":"VarDecFromUI1","features":[307,359]},{"name":"VarDecFromUI2","features":[307,359]},{"name":"VarDecFromUI4","features":[307,359]},{"name":"VarDecFromUI8","features":[307,359]},{"name":"VarDecInt","features":[307,359]},{"name":"VarDecMul","features":[307,359]},{"name":"VarDecNeg","features":[307,359]},{"name":"VarDecRound","features":[307,359]},{"name":"VarDecSub","features":[307,359]},{"name":"VarDiv","features":[307,358,359,360]},{"name":"VarEqv","features":[307,358,359,360]},{"name":"VarFix","features":[307,358,359,360]},{"name":"VarFormat","features":[307,358,359,360]},{"name":"VarFormatCurrency","features":[307,358,359,360]},{"name":"VarFormatDateTime","features":[307,358,359,360]},{"name":"VarFormatFromTokens","features":[307,358,359,360]},{"name":"VarFormatNumber","features":[307,358,359,360]},{"name":"VarFormatPercent","features":[307,358,359,360]},{"name":"VarI1FromBool","features":[307,359]},{"name":"VarI1FromCy","features":[358,359]},{"name":"VarI1FromDate","features":[359]},{"name":"VarI1FromDec","features":[307,359]},{"name":"VarI1FromDisp","features":[358,359]},{"name":"VarI1FromI2","features":[359]},{"name":"VarI1FromI4","features":[359]},{"name":"VarI1FromI8","features":[359]},{"name":"VarI1FromR4","features":[359]},{"name":"VarI1FromR8","features":[359]},{"name":"VarI1FromStr","features":[359]},{"name":"VarI1FromUI1","features":[359]},{"name":"VarI1FromUI2","features":[359]},{"name":"VarI1FromUI4","features":[359]},{"name":"VarI1FromUI8","features":[359]},{"name":"VarI2FromBool","features":[307,359]},{"name":"VarI2FromCy","features":[358,359]},{"name":"VarI2FromDate","features":[359]},{"name":"VarI2FromDec","features":[307,359]},{"name":"VarI2FromDisp","features":[358,359]},{"name":"VarI2FromI1","features":[359]},{"name":"VarI2FromI4","features":[359]},{"name":"VarI2FromI8","features":[359]},{"name":"VarI2FromR4","features":[359]},{"name":"VarI2FromR8","features":[359]},{"name":"VarI2FromStr","features":[359]},{"name":"VarI2FromUI1","features":[359]},{"name":"VarI2FromUI2","features":[359]},{"name":"VarI2FromUI4","features":[359]},{"name":"VarI2FromUI8","features":[359]},{"name":"VarI4FromBool","features":[307,359]},{"name":"VarI4FromCy","features":[358,359]},{"name":"VarI4FromDate","features":[359]},{"name":"VarI4FromDec","features":[307,359]},{"name":"VarI4FromDisp","features":[358,359]},{"name":"VarI4FromI1","features":[359]},{"name":"VarI4FromI2","features":[359]},{"name":"VarI4FromI8","features":[359]},{"name":"VarI4FromR4","features":[359]},{"name":"VarI4FromR8","features":[359]},{"name":"VarI4FromStr","features":[359]},{"name":"VarI4FromUI1","features":[359]},{"name":"VarI4FromUI2","features":[359]},{"name":"VarI4FromUI4","features":[359]},{"name":"VarI4FromUI8","features":[359]},{"name":"VarI8FromBool","features":[307,359]},{"name":"VarI8FromCy","features":[358,359]},{"name":"VarI8FromDate","features":[359]},{"name":"VarI8FromDec","features":[307,359]},{"name":"VarI8FromDisp","features":[358,359]},{"name":"VarI8FromI1","features":[359]},{"name":"VarI8FromI2","features":[359]},{"name":"VarI8FromR4","features":[359]},{"name":"VarI8FromR8","features":[359]},{"name":"VarI8FromStr","features":[359]},{"name":"VarI8FromUI1","features":[359]},{"name":"VarI8FromUI2","features":[359]},{"name":"VarI8FromUI4","features":[359]},{"name":"VarI8FromUI8","features":[359]},{"name":"VarIdiv","features":[307,358,359,360]},{"name":"VarImp","features":[307,358,359,360]},{"name":"VarInt","features":[307,358,359,360]},{"name":"VarMod","features":[307,358,359,360]},{"name":"VarMonthName","features":[359]},{"name":"VarMul","features":[307,358,359,360]},{"name":"VarNeg","features":[307,358,359,360]},{"name":"VarNot","features":[307,358,359,360]},{"name":"VarNumFromParseNum","features":[307,358,359,360]},{"name":"VarOr","features":[307,358,359,360]},{"name":"VarParseNumFromStr","features":[359]},{"name":"VarPow","features":[307,358,359,360]},{"name":"VarR4CmpR8","features":[359]},{"name":"VarR4FromBool","features":[307,359]},{"name":"VarR4FromCy","features":[358,359]},{"name":"VarR4FromDate","features":[359]},{"name":"VarR4FromDec","features":[307,359]},{"name":"VarR4FromDisp","features":[358,359]},{"name":"VarR4FromI1","features":[359]},{"name":"VarR4FromI2","features":[359]},{"name":"VarR4FromI4","features":[359]},{"name":"VarR4FromI8","features":[359]},{"name":"VarR4FromR8","features":[359]},{"name":"VarR4FromStr","features":[359]},{"name":"VarR4FromUI1","features":[359]},{"name":"VarR4FromUI2","features":[359]},{"name":"VarR4FromUI4","features":[359]},{"name":"VarR4FromUI8","features":[359]},{"name":"VarR8FromBool","features":[307,359]},{"name":"VarR8FromCy","features":[358,359]},{"name":"VarR8FromDate","features":[359]},{"name":"VarR8FromDec","features":[307,359]},{"name":"VarR8FromDisp","features":[358,359]},{"name":"VarR8FromI1","features":[359]},{"name":"VarR8FromI2","features":[359]},{"name":"VarR8FromI4","features":[359]},{"name":"VarR8FromI8","features":[359]},{"name":"VarR8FromR4","features":[359]},{"name":"VarR8FromStr","features":[359]},{"name":"VarR8FromUI1","features":[359]},{"name":"VarR8FromUI2","features":[359]},{"name":"VarR8FromUI4","features":[359]},{"name":"VarR8FromUI8","features":[359]},{"name":"VarR8Pow","features":[359]},{"name":"VarR8Round","features":[359]},{"name":"VarRound","features":[307,358,359,360]},{"name":"VarSub","features":[307,358,359,360]},{"name":"VarTokenizeFormatString","features":[359]},{"name":"VarUI1FromBool","features":[307,359]},{"name":"VarUI1FromCy","features":[358,359]},{"name":"VarUI1FromDate","features":[359]},{"name":"VarUI1FromDec","features":[307,359]},{"name":"VarUI1FromDisp","features":[358,359]},{"name":"VarUI1FromI1","features":[359]},{"name":"VarUI1FromI2","features":[359]},{"name":"VarUI1FromI4","features":[359]},{"name":"VarUI1FromI8","features":[359]},{"name":"VarUI1FromR4","features":[359]},{"name":"VarUI1FromR8","features":[359]},{"name":"VarUI1FromStr","features":[359]},{"name":"VarUI1FromUI2","features":[359]},{"name":"VarUI1FromUI4","features":[359]},{"name":"VarUI1FromUI8","features":[359]},{"name":"VarUI2FromBool","features":[307,359]},{"name":"VarUI2FromCy","features":[358,359]},{"name":"VarUI2FromDate","features":[359]},{"name":"VarUI2FromDec","features":[307,359]},{"name":"VarUI2FromDisp","features":[358,359]},{"name":"VarUI2FromI1","features":[359]},{"name":"VarUI2FromI2","features":[359]},{"name":"VarUI2FromI4","features":[359]},{"name":"VarUI2FromI8","features":[359]},{"name":"VarUI2FromR4","features":[359]},{"name":"VarUI2FromR8","features":[359]},{"name":"VarUI2FromStr","features":[359]},{"name":"VarUI2FromUI1","features":[359]},{"name":"VarUI2FromUI4","features":[359]},{"name":"VarUI2FromUI8","features":[359]},{"name":"VarUI4FromBool","features":[307,359]},{"name":"VarUI4FromCy","features":[358,359]},{"name":"VarUI4FromDate","features":[359]},{"name":"VarUI4FromDec","features":[307,359]},{"name":"VarUI4FromDisp","features":[358,359]},{"name":"VarUI4FromI1","features":[359]},{"name":"VarUI4FromI2","features":[359]},{"name":"VarUI4FromI4","features":[359]},{"name":"VarUI4FromI8","features":[359]},{"name":"VarUI4FromR4","features":[359]},{"name":"VarUI4FromR8","features":[359]},{"name":"VarUI4FromStr","features":[359]},{"name":"VarUI4FromUI1","features":[359]},{"name":"VarUI4FromUI2","features":[359]},{"name":"VarUI4FromUI8","features":[359]},{"name":"VarUI8FromBool","features":[307,359]},{"name":"VarUI8FromCy","features":[358,359]},{"name":"VarUI8FromDate","features":[359]},{"name":"VarUI8FromDec","features":[307,359]},{"name":"VarUI8FromDisp","features":[358,359]},{"name":"VarUI8FromI1","features":[359]},{"name":"VarUI8FromI2","features":[359]},{"name":"VarUI8FromI8","features":[359]},{"name":"VarUI8FromR4","features":[359]},{"name":"VarUI8FromR8","features":[359]},{"name":"VarUI8FromStr","features":[359]},{"name":"VarUI8FromUI1","features":[359]},{"name":"VarUI8FromUI2","features":[359]},{"name":"VarUI8FromUI4","features":[359]},{"name":"VarUdateFromDate","features":[307,359]},{"name":"VarWeekdayName","features":[359]},{"name":"VarXor","features":[307,358,359,360]},{"name":"VectorFromBstr","features":[358,359]},{"name":"WIN32","features":[359]},{"name":"WPCSETTING","features":[359]},{"name":"WPCSETTING_FILEDOWNLOAD_BLOCKED","features":[359]},{"name":"WPCSETTING_LOGGING_ENABLED","features":[359]},{"name":"XFORMCOORDS","features":[359]},{"name":"XFORMCOORDS_CONTAINERTOHIMETRIC","features":[359]},{"name":"XFORMCOORDS_EVENTCOMPAT","features":[359]},{"name":"XFORMCOORDS_HIMETRICTOCONTAINER","features":[359]},{"name":"XFORMCOORDS_POSITION","features":[359]},{"name":"XFORMCOORDS_SIZE","features":[359]},{"name":"_wireBRECORD","features":[359]},{"name":"_wireSAFEARRAY","features":[307,358,359]},{"name":"_wireVARIANT","features":[307,358,359]},{"name":"fdexEnumAll","features":[359]},{"name":"fdexEnumDefault","features":[359]},{"name":"fdexNameCaseInsensitive","features":[359]},{"name":"fdexNameCaseSensitive","features":[359]},{"name":"fdexNameEnsure","features":[359]},{"name":"fdexNameImplicit","features":[359]},{"name":"fdexNameInternal","features":[359]},{"name":"fdexNameNoDynamicProperties","features":[359]},{"name":"fdexPropCanCall","features":[359]},{"name":"fdexPropCanConstruct","features":[359]},{"name":"fdexPropCanGet","features":[359]},{"name":"fdexPropCanPut","features":[359]},{"name":"fdexPropCanPutRef","features":[359]},{"name":"fdexPropCanSourceEvents","features":[359]},{"name":"fdexPropCannotCall","features":[359]},{"name":"fdexPropCannotConstruct","features":[359]},{"name":"fdexPropCannotGet","features":[359]},{"name":"fdexPropCannotPut","features":[359]},{"name":"fdexPropCannotPutRef","features":[359]},{"name":"fdexPropCannotSourceEvents","features":[359]},{"name":"fdexPropDynamicType","features":[359]},{"name":"fdexPropNoSideEffects","features":[359]},{"name":"triChecked","features":[359]},{"name":"triGray","features":[359]},{"name":"triUnchecked","features":[359]}],"589":[{"name":"ARRAY_SEP_CHAR","features":[573]},{"name":"FACILITY_WPC","features":[573]},{"name":"IWPCGamesSettings","features":[573]},{"name":"IWPCProviderConfig","features":[573]},{"name":"IWPCProviderState","features":[573]},{"name":"IWPCProviderSupport","features":[573]},{"name":"IWPCSettings","features":[573]},{"name":"IWPCWebSettings","features":[573]},{"name":"IWindowsParentalControls","features":[573]},{"name":"IWindowsParentalControlsCore","features":[573]},{"name":"MSG_Event_AppBlocked","features":[573]},{"name":"MSG_Event_AppOverride","features":[573]},{"name":"MSG_Event_Application","features":[573]},{"name":"MSG_Event_ComputerUsage","features":[573]},{"name":"MSG_Event_ContentUsage","features":[573]},{"name":"MSG_Event_Custom","features":[573]},{"name":"MSG_Event_EmailContact","features":[573]},{"name":"MSG_Event_EmailReceived","features":[573]},{"name":"MSG_Event_EmailSent","features":[573]},{"name":"MSG_Event_FileDownload","features":[573]},{"name":"MSG_Event_GameStart","features":[573]},{"name":"MSG_Event_IMContact","features":[573]},{"name":"MSG_Event_IMFeature","features":[573]},{"name":"MSG_Event_IMInvitation","features":[573]},{"name":"MSG_Event_IMJoin","features":[573]},{"name":"MSG_Event_IMLeave","features":[573]},{"name":"MSG_Event_MediaPlayback","features":[573]},{"name":"MSG_Event_SettingChange","features":[573]},{"name":"MSG_Event_UrlVisit","features":[573]},{"name":"MSG_Event_WebOverride","features":[573]},{"name":"MSG_Event_WebsiteVisit","features":[573]},{"name":"MSG_Keyword_ThirdParty","features":[573]},{"name":"MSG_Keyword_WPC","features":[573]},{"name":"MSG_Opcode_Launch","features":[573]},{"name":"MSG_Opcode_Locate","features":[573]},{"name":"MSG_Opcode_Modify","features":[573]},{"name":"MSG_Opcode_System","features":[573]},{"name":"MSG_Opcode_Web","features":[573]},{"name":"MSG_Publisher_Name","features":[573]},{"name":"MSG_Task_AppBlocked","features":[573]},{"name":"MSG_Task_AppOverride","features":[573]},{"name":"MSG_Task_Application","features":[573]},{"name":"MSG_Task_ComputerUsage","features":[573]},{"name":"MSG_Task_ContentUsage","features":[573]},{"name":"MSG_Task_Custom","features":[573]},{"name":"MSG_Task_EmailContact","features":[573]},{"name":"MSG_Task_EmailReceived","features":[573]},{"name":"MSG_Task_EmailSent","features":[573]},{"name":"MSG_Task_FileDownload","features":[573]},{"name":"MSG_Task_GameStart","features":[573]},{"name":"MSG_Task_IMContact","features":[573]},{"name":"MSG_Task_IMFeature","features":[573]},{"name":"MSG_Task_IMInvitation","features":[573]},{"name":"MSG_Task_IMJoin","features":[573]},{"name":"MSG_Task_IMLeave","features":[573]},{"name":"MSG_Task_MediaPlayback","features":[573]},{"name":"MSG_Task_SettingChange","features":[573]},{"name":"MSG_Task_UrlVisit","features":[573]},{"name":"MSG_Task_WebOverride","features":[573]},{"name":"MSG_Task_WebsiteVisit","features":[573]},{"name":"WPCCHANNEL","features":[573]},{"name":"WPCEVENT_APPLICATION_value","features":[573]},{"name":"WPCEVENT_APPOVERRIDE_value","features":[573]},{"name":"WPCEVENT_COMPUTERUSAGE_value","features":[573]},{"name":"WPCEVENT_CONTENTUSAGE_value","features":[573]},{"name":"WPCEVENT_CUSTOM_value","features":[573]},{"name":"WPCEVENT_EMAIL_CONTACT_value","features":[573]},{"name":"WPCEVENT_EMAIL_RECEIVED_value","features":[573]},{"name":"WPCEVENT_EMAIL_SENT_value","features":[573]},{"name":"WPCEVENT_GAME_START_value","features":[573]},{"name":"WPCEVENT_IM_CONTACT_value","features":[573]},{"name":"WPCEVENT_IM_FEATURE_value","features":[573]},{"name":"WPCEVENT_IM_INVITATION_value","features":[573]},{"name":"WPCEVENT_IM_JOIN_value","features":[573]},{"name":"WPCEVENT_IM_LEAVE_value","features":[573]},{"name":"WPCEVENT_MEDIA_PLAYBACK_value","features":[573]},{"name":"WPCEVENT_SYSTEM_APPBLOCKED_value","features":[573]},{"name":"WPCEVENT_SYS_SETTINGCHANGE_value","features":[573]},{"name":"WPCEVENT_WEBOVERRIDE_value","features":[573]},{"name":"WPCEVENT_WEB_FILEDOWNLOAD_value","features":[573]},{"name":"WPCEVENT_WEB_URLVISIT_value","features":[573]},{"name":"WPCEVENT_WEB_WEBSITEVISIT_value","features":[573]},{"name":"WPCFLAG_APPLICATION","features":[573]},{"name":"WPCFLAG_APPS_RESTRICTED","features":[573]},{"name":"WPCFLAG_GAMES_BLOCKED","features":[573]},{"name":"WPCFLAG_GAMES_RESTRICTED","features":[573]},{"name":"WPCFLAG_HOURS_RESTRICTED","features":[573]},{"name":"WPCFLAG_IM_FEATURE","features":[573]},{"name":"WPCFLAG_IM_FEATURE_ALL","features":[573]},{"name":"WPCFLAG_IM_FEATURE_AUDIO","features":[573]},{"name":"WPCFLAG_IM_FEATURE_FILESWAP","features":[573]},{"name":"WPCFLAG_IM_FEATURE_GAME","features":[573]},{"name":"WPCFLAG_IM_FEATURE_NONE","features":[573]},{"name":"WPCFLAG_IM_FEATURE_SENDING","features":[573]},{"name":"WPCFLAG_IM_FEATURE_SMS","features":[573]},{"name":"WPCFLAG_IM_FEATURE_URLSWAP","features":[573]},{"name":"WPCFLAG_IM_FEATURE_VIDEO","features":[573]},{"name":"WPCFLAG_IM_LEAVE","features":[573]},{"name":"WPCFLAG_IM_LEAVE_CONVERSATION_END","features":[573]},{"name":"WPCFLAG_IM_LEAVE_FORCED","features":[573]},{"name":"WPCFLAG_IM_LEAVE_NORMAL","features":[573]},{"name":"WPCFLAG_ISBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_ATTACHMENTBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_BADPASS","features":[573]},{"name":"WPCFLAG_ISBLOCKED_CATEGORYBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_CATEGORYNOTINLIST","features":[573]},{"name":"WPCFLAG_ISBLOCKED_CONTACTBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_DESCRIPTORBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_DOWNLOADBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_EMAILBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_EXPLICITBLOCK","features":[573]},{"name":"WPCFLAG_ISBLOCKED_FEATUREBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_GAMESBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_IMBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_INTERNALERROR","features":[573]},{"name":"WPCFLAG_ISBLOCKED_MAXHOURS","features":[573]},{"name":"WPCFLAG_ISBLOCKED_MEDIAPLAYBACKBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_NOACCESS","features":[573]},{"name":"WPCFLAG_ISBLOCKED_NOTBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_NOTEXPLICITLYALLOWED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_NOTINLIST","features":[573]},{"name":"WPCFLAG_ISBLOCKED_NOTKIDS","features":[573]},{"name":"WPCFLAG_ISBLOCKED_RATINGBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_RECEIVERBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_SENDERBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_SETTINGSCHANGEBLOCKED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_SPECHOURS","features":[573]},{"name":"WPCFLAG_ISBLOCKED_UNRATED","features":[573]},{"name":"WPCFLAG_ISBLOCKED_WEBBLOCKED","features":[573]},{"name":"WPCFLAG_LOGGING_REQUIRED","features":[573]},{"name":"WPCFLAG_LOGOFF_TYPE","features":[573]},{"name":"WPCFLAG_LOGOFF_TYPE_FORCEDFUS","features":[573]},{"name":"WPCFLAG_LOGOFF_TYPE_FUS","features":[573]},{"name":"WPCFLAG_LOGOFF_TYPE_LOGOUT","features":[573]},{"name":"WPCFLAG_LOGOFF_TYPE_RESTART","features":[573]},{"name":"WPCFLAG_LOGOFF_TYPE_SHUTDOWN","features":[573]},{"name":"WPCFLAG_NO_RESTRICTION","features":[573]},{"name":"WPCFLAG_OVERRIDE","features":[573]},{"name":"WPCFLAG_RESTRICTION","features":[573]},{"name":"WPCFLAG_TIME_ALLOWANCE_RESTRICTED","features":[573]},{"name":"WPCFLAG_VISIBILITY","features":[573]},{"name":"WPCFLAG_WEB_FILTERED","features":[573]},{"name":"WPCFLAG_WEB_SETTING","features":[573]},{"name":"WPCFLAG_WEB_SETTING_DOWNLOADSBLOCKED","features":[573]},{"name":"WPCFLAG_WEB_SETTING_NOTBLOCKED","features":[573]},{"name":"WPCFLAG_WPC_HIDDEN","features":[573]},{"name":"WPCFLAG_WPC_VISIBLE","features":[573]},{"name":"WPCPROV","features":[573]},{"name":"WPCPROV_KEYWORD_ThirdParty","features":[573]},{"name":"WPCPROV_KEYWORD_WPC","features":[573]},{"name":"WPCPROV_TASK_AppBlocked","features":[573]},{"name":"WPCPROV_TASK_AppOverride","features":[573]},{"name":"WPCPROV_TASK_Application","features":[573]},{"name":"WPCPROV_TASK_ComputerUsage","features":[573]},{"name":"WPCPROV_TASK_ContentUsage","features":[573]},{"name":"WPCPROV_TASK_Custom","features":[573]},{"name":"WPCPROV_TASK_EmailContact","features":[573]},{"name":"WPCPROV_TASK_EmailReceived","features":[573]},{"name":"WPCPROV_TASK_EmailSent","features":[573]},{"name":"WPCPROV_TASK_FileDownload","features":[573]},{"name":"WPCPROV_TASK_GameStart","features":[573]},{"name":"WPCPROV_TASK_IMContact","features":[573]},{"name":"WPCPROV_TASK_IMFeature","features":[573]},{"name":"WPCPROV_TASK_IMInvitation","features":[573]},{"name":"WPCPROV_TASK_IMJoin","features":[573]},{"name":"WPCPROV_TASK_IMLeave","features":[573]},{"name":"WPCPROV_TASK_MediaPlayback","features":[573]},{"name":"WPCPROV_TASK_SettingChange","features":[573]},{"name":"WPCPROV_TASK_UrlVisit","features":[573]},{"name":"WPCPROV_TASK_WebOverride","features":[573]},{"name":"WPCPROV_TASK_WebsiteVisit","features":[573]},{"name":"WPC_APP_LAUNCH","features":[573]},{"name":"WPC_ARGS_APPLICATIONEVENT","features":[573]},{"name":"WPC_ARGS_APPLICATIONEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_APPLICATIONEVENT_CREATIONTIME","features":[573]},{"name":"WPC_ARGS_APPLICATIONEVENT_DECISION","features":[573]},{"name":"WPC_ARGS_APPLICATIONEVENT_PROCESSID","features":[573]},{"name":"WPC_ARGS_APPLICATIONEVENT_SERIALIZEDAPPLICATION","features":[573]},{"name":"WPC_ARGS_APPLICATIONEVENT_TIMEUSED","features":[573]},{"name":"WPC_ARGS_APPOVERRIDEEVENT","features":[573]},{"name":"WPC_ARGS_APPOVERRIDEEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_APPOVERRIDEEVENT_PATH","features":[573]},{"name":"WPC_ARGS_APPOVERRIDEEVENT_REASON","features":[573]},{"name":"WPC_ARGS_APPOVERRIDEEVENT_USERID","features":[573]},{"name":"WPC_ARGS_COMPUTERUSAGEEVENT","features":[573]},{"name":"WPC_ARGS_COMPUTERUSAGEEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_COMPUTERUSAGEEVENT_ID","features":[573]},{"name":"WPC_ARGS_COMPUTERUSAGEEVENT_TIMEUSED","features":[573]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT","features":[573]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_CATEGORY","features":[573]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_CONTENTPROVIDERID","features":[573]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_CONTENTPROVIDERTITLE","features":[573]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_DECISION","features":[573]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_ID","features":[573]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_RATINGS","features":[573]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_TITLE","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_ACCOUNTNAME","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_CONVID","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_REASON","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_RECIPCOUNT","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_RECIPIENT","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_REQUESTINGIP","features":[573]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_SENDER","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_ACCOUNTNAME","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_CONVID","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_JOININGIP","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_JOININGUSER","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_MEMBER","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_MEMBERCOUNT","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_REASON","features":[573]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_SENDER","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_ACCOUNTNAME","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_CONVID","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_FLAGS","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_LEAVINGIP","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_LEAVINGUSER","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_MEMBER","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_MEMBERCOUNT","features":[573]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_REASON","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT_BLOCKED","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT_EVENT","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT_PUBLISHER","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT_REASON","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT_VALUE1","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT_VALUE2","features":[573]},{"name":"WPC_ARGS_CUSTOMEVENT_VALUE3","features":[573]},{"name":"WPC_ARGS_EMAILCONTACTEVENT","features":[573]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_EMAILACCOUNT","features":[573]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_NEWID","features":[573]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_NEWNAME","features":[573]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_OLDID","features":[573]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_OLDNAME","features":[573]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_REASON","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_ATTACHCOUNT","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_ATTACHMENTNAME","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_EMAILACCOUNT","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_REASON","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_RECEIVEDTIME","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_RECIPCOUNT","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_RECIPIENT","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_SENDER","features":[573]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_SUBJECT","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_ATTACHCOUNT","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_ATTACHMENTNAME","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_EMAILACCOUNT","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_REASON","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_RECIPCOUNT","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_RECIPIENT","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_SENDER","features":[573]},{"name":"WPC_ARGS_EMAILSENTEVENT_SUBJECT","features":[573]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT","features":[573]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_BLOCKED","features":[573]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_PATH","features":[573]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_URL","features":[573]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_VERSION","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_APPID","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_DESCCOUNT","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_DESCRIPTOR","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_INSTANCEID","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_PATH","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_PID","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_RATING","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_RATINGSYSTEM","features":[573]},{"name":"WPC_ARGS_GAMESTARTEVENT_REASON","features":[573]},{"name":"WPC_ARGS_IMCONTACTEVENT","features":[573]},{"name":"WPC_ARGS_IMCONTACTEVENT_ACCOUNTNAME","features":[573]},{"name":"WPC_ARGS_IMCONTACTEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_IMCONTACTEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_IMCONTACTEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_IMCONTACTEVENT_NEWID","features":[573]},{"name":"WPC_ARGS_IMCONTACTEVENT_NEWNAME","features":[573]},{"name":"WPC_ARGS_IMCONTACTEVENT_OLDID","features":[573]},{"name":"WPC_ARGS_IMCONTACTEVENT_OLDNAME","features":[573]},{"name":"WPC_ARGS_IMCONTACTEVENT_REASON","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_ACCOUNTNAME","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_CONVID","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_DATA","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_MEDIATYPE","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_REASON","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_RECIPCOUNT","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_RECIPIENT","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_SENDER","features":[573]},{"name":"WPC_ARGS_IMFEATUREEVENT_SENDERIP","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_ALBUM","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_EXPLICIT","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_MEDIATYPE","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_PATH","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_PML","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_REASON","features":[573]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_TITLE","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_ALBUM","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_APPVERSION","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_EXPLICIT","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_MEDIATYPE","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_PATH","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_PML","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_REASON","features":[573]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_TITLE","features":[573]},{"name":"WPC_ARGS_SAFERAPPBLOCKED","features":[573]},{"name":"WPC_ARGS_SAFERAPPBLOCKED_CARGS","features":[573]},{"name":"WPC_ARGS_SAFERAPPBLOCKED_PATH","features":[573]},{"name":"WPC_ARGS_SAFERAPPBLOCKED_RULEID","features":[573]},{"name":"WPC_ARGS_SAFERAPPBLOCKED_TIMESTAMP","features":[573]},{"name":"WPC_ARGS_SAFERAPPBLOCKED_USERID","features":[573]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT","features":[573]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_CLASS","features":[573]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_NEWVAL","features":[573]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_OLDVAL","features":[573]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_OPTIONAL","features":[573]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_OWNER","features":[573]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_REASON","features":[573]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_SETTING","features":[573]},{"name":"WPC_ARGS_URLVISITEVENT","features":[573]},{"name":"WPC_ARGS_URLVISITEVENT_APPNAME","features":[573]},{"name":"WPC_ARGS_URLVISITEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_URLVISITEVENT_CATCOUNT","features":[573]},{"name":"WPC_ARGS_URLVISITEVENT_CATEGORY","features":[573]},{"name":"WPC_ARGS_URLVISITEVENT_RATINGSYSTEMID","features":[573]},{"name":"WPC_ARGS_URLVISITEVENT_REASON","features":[573]},{"name":"WPC_ARGS_URLVISITEVENT_URL","features":[573]},{"name":"WPC_ARGS_URLVISITEVENT_VERSION","features":[573]},{"name":"WPC_ARGS_WEBOVERRIDEEVENT","features":[573]},{"name":"WPC_ARGS_WEBOVERRIDEEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_WEBOVERRIDEEVENT_REASON","features":[573]},{"name":"WPC_ARGS_WEBOVERRIDEEVENT_URL","features":[573]},{"name":"WPC_ARGS_WEBOVERRIDEEVENT_USERID","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_BLOCKEDCATEGORIES","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_CARGS","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_CATEGORIES","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_CONTENTTYPE","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_DECISION","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_REFERRER","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_SERIALIZEDAPPLICATION","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_TELEMETRY","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_TITLE","features":[573]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_URL","features":[573]},{"name":"WPC_MEDIA_EXPLICIT","features":[573]},{"name":"WPC_MEDIA_EXPLICIT_FALSE","features":[573]},{"name":"WPC_MEDIA_EXPLICIT_TRUE","features":[573]},{"name":"WPC_MEDIA_EXPLICIT_UNKNOWN","features":[573]},{"name":"WPC_MEDIA_TYPE","features":[573]},{"name":"WPC_MEDIA_TYPE_AUDIO_FILE","features":[573]},{"name":"WPC_MEDIA_TYPE_CD_AUDIO","features":[573]},{"name":"WPC_MEDIA_TYPE_DVD","features":[573]},{"name":"WPC_MEDIA_TYPE_MAX","features":[573]},{"name":"WPC_MEDIA_TYPE_OTHER","features":[573]},{"name":"WPC_MEDIA_TYPE_PICTURE_FILE","features":[573]},{"name":"WPC_MEDIA_TYPE_RECORDED_TV","features":[573]},{"name":"WPC_MEDIA_TYPE_VIDEO_FILE","features":[573]},{"name":"WPC_SETTINGS","features":[573]},{"name":"WPC_SETTINGS_ALLOW_BLOCK","features":[573]},{"name":"WPC_SETTINGS_GAME_ALLOW_UNRATED","features":[573]},{"name":"WPC_SETTINGS_GAME_BLOCKED","features":[573]},{"name":"WPC_SETTINGS_GAME_DENIED_DESCRIPTORS","features":[573]},{"name":"WPC_SETTINGS_GAME_MAX_ALLOWED","features":[573]},{"name":"WPC_SETTINGS_GAME_RESTRICTED","features":[573]},{"name":"WPC_SETTINGS_LOCATE","features":[573]},{"name":"WPC_SETTINGS_MODIFY","features":[573]},{"name":"WPC_SETTINGS_RATING_SYSTEM_PATH","features":[573]},{"name":"WPC_SETTINGS_SYSTEM_CURRENT_RATING_SYSTEM","features":[573]},{"name":"WPC_SETTINGS_SYSTEM_FILTER_ID","features":[573]},{"name":"WPC_SETTINGS_SYSTEM_FILTER_NAME","features":[573]},{"name":"WPC_SETTINGS_SYSTEM_HTTP_EXEMPTION_LIST","features":[573]},{"name":"WPC_SETTINGS_SYSTEM_LAST_LOG_VIEW","features":[573]},{"name":"WPC_SETTINGS_SYSTEM_LOCALE","features":[573]},{"name":"WPC_SETTINGS_SYSTEM_LOG_VIEW_REMINDER_INTERVAL","features":[573]},{"name":"WPC_SETTINGS_SYSTEM_URL_EXEMPTION_LIST","features":[573]},{"name":"WPC_SETTINGS_USER_APP_RESTRICTIONS","features":[573]},{"name":"WPC_SETTINGS_USER_HOURLY_RESTRICTIONS","features":[573]},{"name":"WPC_SETTINGS_USER_LOGGING_REQUIRED","features":[573]},{"name":"WPC_SETTINGS_USER_LOGON_HOURS","features":[573]},{"name":"WPC_SETTINGS_USER_OVERRRIDE_REQUESTS","features":[573]},{"name":"WPC_SETTINGS_USER_TIME_ALLOWANCE","features":[573]},{"name":"WPC_SETTINGS_USER_TIME_ALLOWANCE_RESTRICTIONS","features":[573]},{"name":"WPC_SETTINGS_USER_WPC_ENABLED","features":[573]},{"name":"WPC_SETTINGS_WEB_BLOCKED_CATEGORY_LIST","features":[573]},{"name":"WPC_SETTINGS_WEB_BLOCK_UNRATED","features":[573]},{"name":"WPC_SETTINGS_WEB_DOWNLOAD_BLOCKED","features":[573]},{"name":"WPC_SETTINGS_WEB_FILTER_LEVEL","features":[573]},{"name":"WPC_SETTINGS_WEB_FILTER_ON","features":[573]},{"name":"WPC_SETTINGS_WPC_ENABLED","features":[573]},{"name":"WPC_SETTINGS_WPC_EXTENSION_DISABLEDIMAGE_PATH","features":[573]},{"name":"WPC_SETTINGS_WPC_EXTENSION_IMAGE_PATH","features":[573]},{"name":"WPC_SETTINGS_WPC_EXTENSION_NAME","features":[573]},{"name":"WPC_SETTINGS_WPC_EXTENSION_PATH","features":[573]},{"name":"WPC_SETTINGS_WPC_EXTENSION_SILO","features":[573]},{"name":"WPC_SETTINGS_WPC_EXTENSION_SUB_TITLE","features":[573]},{"name":"WPC_SETTINGS_WPC_LOGGING_REQUIRED","features":[573]},{"name":"WPC_SETTINGS_WPC_PROVIDER_CURRENT","features":[573]},{"name":"WPC_SETTING_COUNT","features":[573]},{"name":"WPC_SYSTEM","features":[573]},{"name":"WPC_WEB","features":[573]},{"name":"WindowsParentalControls","features":[573]},{"name":"WpcProviderSupport","features":[573]},{"name":"WpcSettingsProvider","features":[573]}],"590":[{"name":"CYPHER_BLOCK","features":[482]},{"name":"ENCRYPTED_LM_OWF_PASSWORD","features":[482]},{"name":"LM_OWF_PASSWORD","features":[482]},{"name":"MSChapSrvChangePassword","features":[307,482]},{"name":"MSChapSrvChangePassword2","features":[307,482]},{"name":"SAMPR_ENCRYPTED_USER_PASSWORD","features":[482]}],"591":[{"name":"AppearPropPage","features":[574]},{"name":"AutoPathFormat","features":[574]},{"name":"BackupPerfRegistryToFileW","features":[574]},{"name":"BootTraceSession","features":[574]},{"name":"BootTraceSessionCollection","features":[574]},{"name":"ClockType","features":[574]},{"name":"CommitMode","features":[574]},{"name":"CounterItem","features":[574]},{"name":"CounterItem2","features":[574]},{"name":"CounterPathCallBack","features":[574]},{"name":"CounterPropPage","features":[574]},{"name":"Counters","features":[574]},{"name":"DATA_SOURCE_REGISTRY","features":[574]},{"name":"DATA_SOURCE_WBEM","features":[574]},{"name":"DICounterItem","features":[358,574]},{"name":"DIID_DICounterItem","features":[574]},{"name":"DIID_DILogFileItem","features":[574]},{"name":"DIID_DISystemMonitor","features":[574]},{"name":"DIID_DISystemMonitorEvents","features":[574]},{"name":"DIID_DISystemMonitorInternal","features":[574]},{"name":"DILogFileItem","features":[358,574]},{"name":"DISystemMonitor","features":[358,574]},{"name":"DISystemMonitorEvents","features":[358,574]},{"name":"DISystemMonitorInternal","features":[358,574]},{"name":"DataCollectorSet","features":[574]},{"name":"DataCollectorSetCollection","features":[574]},{"name":"DataCollectorSetStatus","features":[574]},{"name":"DataCollectorType","features":[574]},{"name":"DataManagerSteps","features":[574]},{"name":"DataSourceTypeConstants","features":[574]},{"name":"DisplayTypeConstants","features":[574]},{"name":"FileFormat","features":[574]},{"name":"FolderActionSteps","features":[574]},{"name":"GeneralPropPage","features":[574]},{"name":"GraphPropPage","features":[574]},{"name":"H_WBEM_DATASOURCE","features":[574]},{"name":"IAlertDataCollector","features":[358,574]},{"name":"IApiTracingDataCollector","features":[358,574]},{"name":"IConfigurationDataCollector","features":[358,574]},{"name":"ICounterItem","features":[574]},{"name":"ICounterItem2","features":[574]},{"name":"ICounters","features":[358,574]},{"name":"IDataCollector","features":[358,574]},{"name":"IDataCollectorCollection","features":[358,574]},{"name":"IDataCollectorSet","features":[358,574]},{"name":"IDataCollectorSetCollection","features":[358,574]},{"name":"IDataManager","features":[358,574]},{"name":"IFolderAction","features":[358,574]},{"name":"IFolderActionCollection","features":[358,574]},{"name":"ILogFileItem","features":[574]},{"name":"ILogFiles","features":[358,574]},{"name":"IPerformanceCounterDataCollector","features":[358,574]},{"name":"ISchedule","features":[358,574]},{"name":"IScheduleCollection","features":[358,574]},{"name":"ISystemMonitor","features":[574]},{"name":"ISystemMonitor2","features":[574]},{"name":"ISystemMonitorEvents","features":[574]},{"name":"ITraceDataCollector","features":[358,574]},{"name":"ITraceDataProvider","features":[358,574]},{"name":"ITraceDataProviderCollection","features":[358,574]},{"name":"IValueMap","features":[358,574]},{"name":"IValueMapItem","features":[358,574]},{"name":"InstallPerfDllA","features":[574]},{"name":"InstallPerfDllW","features":[574]},{"name":"LIBID_SystemMonitor","features":[574]},{"name":"LegacyDataCollectorSet","features":[574]},{"name":"LegacyDataCollectorSetCollection","features":[574]},{"name":"LegacyTraceSession","features":[574]},{"name":"LegacyTraceSessionCollection","features":[574]},{"name":"LoadPerfCounterTextStringsA","features":[307,574]},{"name":"LoadPerfCounterTextStringsW","features":[307,574]},{"name":"LogFileItem","features":[574]},{"name":"LogFiles","features":[574]},{"name":"MAX_COUNTER_PATH","features":[574]},{"name":"MAX_PERF_OBJECTS_IN_QUERY_FUNCTION","features":[574]},{"name":"PDH_ACCESS_DENIED","features":[574]},{"name":"PDH_ASYNC_QUERY_TIMEOUT","features":[574]},{"name":"PDH_BINARY_LOG_CORRUPT","features":[574]},{"name":"PDH_BROWSE_DLG_CONFIG_A","features":[307,574]},{"name":"PDH_BROWSE_DLG_CONFIG_HA","features":[307,574]},{"name":"PDH_BROWSE_DLG_CONFIG_HW","features":[307,574]},{"name":"PDH_BROWSE_DLG_CONFIG_W","features":[307,574]},{"name":"PDH_CALC_NEGATIVE_DENOMINATOR","features":[574]},{"name":"PDH_CALC_NEGATIVE_TIMEBASE","features":[574]},{"name":"PDH_CALC_NEGATIVE_VALUE","features":[574]},{"name":"PDH_CANNOT_CONNECT_MACHINE","features":[574]},{"name":"PDH_CANNOT_CONNECT_WMI_SERVER","features":[574]},{"name":"PDH_CANNOT_READ_NAME_STRINGS","features":[574]},{"name":"PDH_CANNOT_SET_DEFAULT_REALTIME_DATASOURCE","features":[574]},{"name":"PDH_COUNTER_ALREADY_IN_QUERY","features":[574]},{"name":"PDH_COUNTER_INFO_A","features":[574]},{"name":"PDH_COUNTER_INFO_W","features":[574]},{"name":"PDH_COUNTER_PATH_ELEMENTS_A","features":[574]},{"name":"PDH_COUNTER_PATH_ELEMENTS_W","features":[574]},{"name":"PDH_CSTATUS_BAD_COUNTERNAME","features":[574]},{"name":"PDH_CSTATUS_INVALID_DATA","features":[574]},{"name":"PDH_CSTATUS_ITEM_NOT_VALIDATED","features":[574]},{"name":"PDH_CSTATUS_NEW_DATA","features":[574]},{"name":"PDH_CSTATUS_NO_COUNTER","features":[574]},{"name":"PDH_CSTATUS_NO_COUNTERNAME","features":[574]},{"name":"PDH_CSTATUS_NO_INSTANCE","features":[574]},{"name":"PDH_CSTATUS_NO_MACHINE","features":[574]},{"name":"PDH_CSTATUS_NO_OBJECT","features":[574]},{"name":"PDH_CSTATUS_VALID_DATA","features":[574]},{"name":"PDH_CVERSION_WIN50","features":[574]},{"name":"PDH_DATA_ITEM_PATH_ELEMENTS_A","features":[574]},{"name":"PDH_DATA_ITEM_PATH_ELEMENTS_W","features":[574]},{"name":"PDH_DATA_SOURCE_IS_LOG_FILE","features":[574]},{"name":"PDH_DATA_SOURCE_IS_REAL_TIME","features":[574]},{"name":"PDH_DIALOG_CANCELLED","features":[574]},{"name":"PDH_DLL_VERSION","features":[574]},{"name":"PDH_END_OF_LOG_FILE","features":[574]},{"name":"PDH_ENTRY_NOT_IN_LOG_FILE","features":[574]},{"name":"PDH_FILE_ALREADY_EXISTS","features":[574]},{"name":"PDH_FILE_NOT_FOUND","features":[574]},{"name":"PDH_FLAGS_FILE_BROWSER_ONLY","features":[574]},{"name":"PDH_FLAGS_NONE","features":[574]},{"name":"PDH_FMT","features":[574]},{"name":"PDH_FMT_COUNTERVALUE","features":[574]},{"name":"PDH_FMT_COUNTERVALUE_ITEM_A","features":[574]},{"name":"PDH_FMT_COUNTERVALUE_ITEM_W","features":[574]},{"name":"PDH_FMT_DOUBLE","features":[574]},{"name":"PDH_FMT_LARGE","features":[574]},{"name":"PDH_FMT_LONG","features":[574]},{"name":"PDH_FUNCTION_NOT_FOUND","features":[574]},{"name":"PDH_INCORRECT_APPEND_TIME","features":[574]},{"name":"PDH_INSUFFICIENT_BUFFER","features":[574]},{"name":"PDH_INVALID_ARGUMENT","features":[574]},{"name":"PDH_INVALID_BUFFER","features":[574]},{"name":"PDH_INVALID_DATA","features":[574]},{"name":"PDH_INVALID_DATASOURCE","features":[574]},{"name":"PDH_INVALID_HANDLE","features":[574]},{"name":"PDH_INVALID_INSTANCE","features":[574]},{"name":"PDH_INVALID_PATH","features":[574]},{"name":"PDH_INVALID_SQLDB","features":[574]},{"name":"PDH_INVALID_SQL_LOG_FORMAT","features":[574]},{"name":"PDH_LOG","features":[574]},{"name":"PDH_LOGSVC_NOT_OPENED","features":[574]},{"name":"PDH_LOGSVC_QUERY_NOT_FOUND","features":[574]},{"name":"PDH_LOG_FILE_CREATE_ERROR","features":[574]},{"name":"PDH_LOG_FILE_OPEN_ERROR","features":[574]},{"name":"PDH_LOG_FILE_TOO_SMALL","features":[574]},{"name":"PDH_LOG_READ_ACCESS","features":[574]},{"name":"PDH_LOG_SAMPLE_TOO_SMALL","features":[574]},{"name":"PDH_LOG_SERVICE_QUERY_INFO_A","features":[307,574]},{"name":"PDH_LOG_SERVICE_QUERY_INFO_W","features":[307,574]},{"name":"PDH_LOG_TYPE","features":[574]},{"name":"PDH_LOG_TYPE_BINARY","features":[574]},{"name":"PDH_LOG_TYPE_CSV","features":[574]},{"name":"PDH_LOG_TYPE_NOT_FOUND","features":[574]},{"name":"PDH_LOG_TYPE_PERFMON","features":[574]},{"name":"PDH_LOG_TYPE_RETIRED_BIN","features":[574]},{"name":"PDH_LOG_TYPE_SQL","features":[574]},{"name":"PDH_LOG_TYPE_TRACE_GENERIC","features":[574]},{"name":"PDH_LOG_TYPE_TRACE_KERNEL","features":[574]},{"name":"PDH_LOG_TYPE_TSV","features":[574]},{"name":"PDH_LOG_TYPE_UNDEFINED","features":[574]},{"name":"PDH_LOG_UPDATE_ACCESS","features":[574]},{"name":"PDH_LOG_WRITE_ACCESS","features":[574]},{"name":"PDH_MAX_COUNTER_NAME","features":[574]},{"name":"PDH_MAX_COUNTER_PATH","features":[574]},{"name":"PDH_MAX_DATASOURCE_PATH","features":[574]},{"name":"PDH_MAX_INSTANCE_NAME","features":[574]},{"name":"PDH_MAX_SCALE","features":[574]},{"name":"PDH_MEMORY_ALLOCATION_FAILURE","features":[574]},{"name":"PDH_MIN_SCALE","features":[574]},{"name":"PDH_MORE_DATA","features":[574]},{"name":"PDH_NOEXPANDCOUNTERS","features":[574]},{"name":"PDH_NOEXPANDINSTANCES","features":[574]},{"name":"PDH_NOT_IMPLEMENTED","features":[574]},{"name":"PDH_NO_COUNTERS","features":[574]},{"name":"PDH_NO_DATA","features":[574]},{"name":"PDH_NO_DIALOG_DATA","features":[574]},{"name":"PDH_NO_MORE_DATA","features":[574]},{"name":"PDH_OS_EARLIER_VERSION","features":[574]},{"name":"PDH_OS_LATER_VERSION","features":[574]},{"name":"PDH_PATH_FLAGS","features":[574]},{"name":"PDH_PATH_WBEM_INPUT","features":[574]},{"name":"PDH_PATH_WBEM_NONE","features":[574]},{"name":"PDH_PATH_WBEM_RESULT","features":[574]},{"name":"PDH_PLA_COLLECTION_ALREADY_RUNNING","features":[574]},{"name":"PDH_PLA_COLLECTION_NOT_FOUND","features":[574]},{"name":"PDH_PLA_ERROR_ALREADY_EXISTS","features":[574]},{"name":"PDH_PLA_ERROR_FILEPATH","features":[574]},{"name":"PDH_PLA_ERROR_NAME_TOO_LONG","features":[574]},{"name":"PDH_PLA_ERROR_NOSTART","features":[574]},{"name":"PDH_PLA_ERROR_SCHEDULE_ELAPSED","features":[574]},{"name":"PDH_PLA_ERROR_SCHEDULE_OVERLAP","features":[574]},{"name":"PDH_PLA_ERROR_TYPE_MISMATCH","features":[574]},{"name":"PDH_PLA_SERVICE_ERROR","features":[574]},{"name":"PDH_PLA_VALIDATION_ERROR","features":[574]},{"name":"PDH_PLA_VALIDATION_WARNING","features":[574]},{"name":"PDH_QUERY_PERF_DATA_TIMEOUT","features":[574]},{"name":"PDH_RAW_COUNTER","features":[307,574]},{"name":"PDH_RAW_COUNTER_ITEM_A","features":[307,574]},{"name":"PDH_RAW_COUNTER_ITEM_W","features":[307,574]},{"name":"PDH_RAW_LOG_RECORD","features":[574]},{"name":"PDH_REFRESHCOUNTERS","features":[574]},{"name":"PDH_RETRY","features":[574]},{"name":"PDH_SELECT_DATA_SOURCE_FLAGS","features":[574]},{"name":"PDH_SQL_ALLOCCON_FAILED","features":[574]},{"name":"PDH_SQL_ALLOC_FAILED","features":[574]},{"name":"PDH_SQL_ALTER_DETAIL_FAILED","features":[574]},{"name":"PDH_SQL_BIND_FAILED","features":[574]},{"name":"PDH_SQL_CONNECT_FAILED","features":[574]},{"name":"PDH_SQL_EXEC_DIRECT_FAILED","features":[574]},{"name":"PDH_SQL_FETCH_FAILED","features":[574]},{"name":"PDH_SQL_MORE_RESULTS_FAILED","features":[574]},{"name":"PDH_SQL_ROWCOUNT_FAILED","features":[574]},{"name":"PDH_STATISTICS","features":[574]},{"name":"PDH_STRING_NOT_FOUND","features":[574]},{"name":"PDH_TIME_INFO","features":[574]},{"name":"PDH_UNABLE_MAP_NAME_FILES","features":[574]},{"name":"PDH_UNABLE_READ_LOG_HEADER","features":[574]},{"name":"PDH_UNKNOWN_LOGSVC_COMMAND","features":[574]},{"name":"PDH_UNKNOWN_LOG_FORMAT","features":[574]},{"name":"PDH_UNMATCHED_APPEND_COUNTER","features":[574]},{"name":"PDH_VERSION","features":[574]},{"name":"PDH_WBEM_ERROR","features":[574]},{"name":"PERFLIBREQUEST","features":[574]},{"name":"PERF_ADD_COUNTER","features":[574]},{"name":"PERF_AGGREGATE_AVG","features":[574]},{"name":"PERF_AGGREGATE_INSTANCE","features":[574]},{"name":"PERF_AGGREGATE_MAX","features":[574]},{"name":"PERF_AGGREGATE_MIN","features":[574]},{"name":"PERF_AGGREGATE_TOTAL","features":[574]},{"name":"PERF_AGGREGATE_UNDEFINED","features":[574]},{"name":"PERF_ATTRIB_BY_REFERENCE","features":[574]},{"name":"PERF_ATTRIB_DISPLAY_AS_HEX","features":[574]},{"name":"PERF_ATTRIB_DISPLAY_AS_REAL","features":[574]},{"name":"PERF_ATTRIB_NO_DISPLAYABLE","features":[574]},{"name":"PERF_ATTRIB_NO_GROUP_SEPARATOR","features":[574]},{"name":"PERF_COLLECT_END","features":[574]},{"name":"PERF_COLLECT_START","features":[574]},{"name":"PERF_COUNTERSET","features":[574]},{"name":"PERF_COUNTERSET_FLAG_AGGREGATE","features":[574]},{"name":"PERF_COUNTERSET_FLAG_HISTORY","features":[574]},{"name":"PERF_COUNTERSET_FLAG_INSTANCE","features":[574]},{"name":"PERF_COUNTERSET_FLAG_MULTIPLE","features":[574]},{"name":"PERF_COUNTERSET_INFO","features":[574]},{"name":"PERF_COUNTERSET_INSTANCE","features":[574]},{"name":"PERF_COUNTERSET_MULTI_INSTANCES","features":[574]},{"name":"PERF_COUNTERSET_REG_INFO","features":[574]},{"name":"PERF_COUNTERSET_SINGLE_AGGREGATE","features":[574]},{"name":"PERF_COUNTERSET_SINGLE_INSTANCE","features":[574]},{"name":"PERF_COUNTER_AGGREGATE_FUNC","features":[574]},{"name":"PERF_COUNTER_BASE","features":[574]},{"name":"PERF_COUNTER_BLOCK","features":[574]},{"name":"PERF_COUNTER_DATA","features":[574]},{"name":"PERF_COUNTER_DEFINITION","features":[574]},{"name":"PERF_COUNTER_DEFINITION","features":[574]},{"name":"PERF_COUNTER_ELAPSED","features":[574]},{"name":"PERF_COUNTER_FRACTION","features":[574]},{"name":"PERF_COUNTER_HEADER","features":[574]},{"name":"PERF_COUNTER_HISTOGRAM","features":[574]},{"name":"PERF_COUNTER_HISTOGRAM_TYPE","features":[574]},{"name":"PERF_COUNTER_IDENTIFIER","features":[574]},{"name":"PERF_COUNTER_IDENTITY","features":[574]},{"name":"PERF_COUNTER_INFO","features":[574]},{"name":"PERF_COUNTER_PRECISION","features":[574]},{"name":"PERF_COUNTER_QUEUELEN","features":[574]},{"name":"PERF_COUNTER_RATE","features":[574]},{"name":"PERF_COUNTER_REG_INFO","features":[574]},{"name":"PERF_COUNTER_VALUE","features":[574]},{"name":"PERF_DATA_BLOCK","features":[307,574]},{"name":"PERF_DATA_HEADER","features":[307,574]},{"name":"PERF_DATA_REVISION","features":[574]},{"name":"PERF_DATA_VERSION","features":[574]},{"name":"PERF_DELTA_BASE","features":[574]},{"name":"PERF_DELTA_COUNTER","features":[574]},{"name":"PERF_DETAIL","features":[574]},{"name":"PERF_DETAIL_ADVANCED","features":[574]},{"name":"PERF_DETAIL_EXPERT","features":[574]},{"name":"PERF_DETAIL_NOVICE","features":[574]},{"name":"PERF_DETAIL_WIZARD","features":[574]},{"name":"PERF_DISPLAY_NOSHOW","features":[574]},{"name":"PERF_DISPLAY_NO_SUFFIX","features":[574]},{"name":"PERF_DISPLAY_PERCENT","features":[574]},{"name":"PERF_DISPLAY_PER_SEC","features":[574]},{"name":"PERF_DISPLAY_SECONDS","features":[574]},{"name":"PERF_ENUM_INSTANCES","features":[574]},{"name":"PERF_ERROR_RETURN","features":[574]},{"name":"PERF_FILTER","features":[574]},{"name":"PERF_INSTANCE_DEFINITION","features":[574]},{"name":"PERF_INSTANCE_HEADER","features":[574]},{"name":"PERF_INVERSE_COUNTER","features":[574]},{"name":"PERF_MAX_INSTANCE_NAME","features":[574]},{"name":"PERF_MEM_ALLOC","features":[574]},{"name":"PERF_MEM_FREE","features":[574]},{"name":"PERF_METADATA_MULTIPLE_INSTANCES","features":[574]},{"name":"PERF_METADATA_NO_INSTANCES","features":[574]},{"name":"PERF_MULTIPLE_COUNTERS","features":[574]},{"name":"PERF_MULTIPLE_INSTANCES","features":[574]},{"name":"PERF_MULTI_COUNTER","features":[574]},{"name":"PERF_MULTI_COUNTERS","features":[574]},{"name":"PERF_MULTI_INSTANCES","features":[574]},{"name":"PERF_NO_INSTANCES","features":[574]},{"name":"PERF_NO_UNIQUE_ID","features":[574]},{"name":"PERF_NUMBER_DECIMAL","features":[574]},{"name":"PERF_NUMBER_DEC_1000","features":[574]},{"name":"PERF_NUMBER_HEX","features":[574]},{"name":"PERF_OBJECT_TIMER","features":[574]},{"name":"PERF_OBJECT_TYPE","features":[574]},{"name":"PERF_OBJECT_TYPE","features":[574]},{"name":"PERF_PROVIDER_CONTEXT","features":[574]},{"name":"PERF_PROVIDER_DRIVER","features":[574]},{"name":"PERF_PROVIDER_KERNEL_MODE","features":[574]},{"name":"PERF_PROVIDER_USER_MODE","features":[574]},{"name":"PERF_REG_COUNTERSET_ENGLISH_NAME","features":[574]},{"name":"PERF_REG_COUNTERSET_HELP_STRING","features":[574]},{"name":"PERF_REG_COUNTERSET_NAME_STRING","features":[574]},{"name":"PERF_REG_COUNTERSET_STRUCT","features":[574]},{"name":"PERF_REG_COUNTER_ENGLISH_NAMES","features":[574]},{"name":"PERF_REG_COUNTER_HELP_STRINGS","features":[574]},{"name":"PERF_REG_COUNTER_NAME_STRINGS","features":[574]},{"name":"PERF_REG_COUNTER_STRUCT","features":[574]},{"name":"PERF_REG_PROVIDER_GUID","features":[574]},{"name":"PERF_REG_PROVIDER_NAME","features":[574]},{"name":"PERF_REMOVE_COUNTER","features":[574]},{"name":"PERF_SINGLE_COUNTER","features":[574]},{"name":"PERF_SIZE_DWORD","features":[574]},{"name":"PERF_SIZE_LARGE","features":[574]},{"name":"PERF_SIZE_VARIABLE_LEN","features":[574]},{"name":"PERF_SIZE_ZERO","features":[574]},{"name":"PERF_STRING_BUFFER_HEADER","features":[574]},{"name":"PERF_STRING_COUNTER_HEADER","features":[574]},{"name":"PERF_TEXT_ASCII","features":[574]},{"name":"PERF_TEXT_UNICODE","features":[574]},{"name":"PERF_TIMER_100NS","features":[574]},{"name":"PERF_TIMER_TICK","features":[574]},{"name":"PERF_TYPE_COUNTER","features":[574]},{"name":"PERF_TYPE_NUMBER","features":[574]},{"name":"PERF_TYPE_TEXT","features":[574]},{"name":"PERF_TYPE_ZERO","features":[574]},{"name":"PERF_WILDCARD_COUNTER","features":[574]},{"name":"PERF_WILDCARD_INSTANCE","features":[574]},{"name":"PLAL_ALERT_CMD_LINE_A_NAME","features":[574]},{"name":"PLAL_ALERT_CMD_LINE_C_NAME","features":[574]},{"name":"PLAL_ALERT_CMD_LINE_D_TIME","features":[574]},{"name":"PLAL_ALERT_CMD_LINE_L_VAL","features":[574]},{"name":"PLAL_ALERT_CMD_LINE_MASK","features":[574]},{"name":"PLAL_ALERT_CMD_LINE_M_VAL","features":[574]},{"name":"PLAL_ALERT_CMD_LINE_SINGLE","features":[574]},{"name":"PLAL_ALERT_CMD_LINE_U_TEXT","features":[574]},{"name":"PLA_CABEXTRACT_CALLBACK","features":[574]},{"name":"PLA_CAPABILITY_AUTOLOGGER","features":[574]},{"name":"PLA_CAPABILITY_LEGACY_SESSION","features":[574]},{"name":"PLA_CAPABILITY_LEGACY_SVC","features":[574]},{"name":"PLA_CAPABILITY_LOCAL","features":[574]},{"name":"PLA_CAPABILITY_V1_SESSION","features":[574]},{"name":"PLA_CAPABILITY_V1_SVC","features":[574]},{"name":"PLA_CAPABILITY_V1_SYSTEM","features":[574]},{"name":"PM_CLOSE_PROC","features":[574]},{"name":"PM_COLLECT_PROC","features":[574]},{"name":"PM_OPEN_PROC","features":[574]},{"name":"PdhAddCounterA","features":[574]},{"name":"PdhAddCounterW","features":[574]},{"name":"PdhAddEnglishCounterA","features":[574]},{"name":"PdhAddEnglishCounterW","features":[574]},{"name":"PdhBindInputDataSourceA","features":[574]},{"name":"PdhBindInputDataSourceW","features":[574]},{"name":"PdhBrowseCountersA","features":[307,574]},{"name":"PdhBrowseCountersHA","features":[307,574]},{"name":"PdhBrowseCountersHW","features":[307,574]},{"name":"PdhBrowseCountersW","features":[307,574]},{"name":"PdhCalculateCounterFromRawValue","features":[307,574]},{"name":"PdhCloseLog","features":[574]},{"name":"PdhCloseQuery","features":[574]},{"name":"PdhCollectQueryData","features":[574]},{"name":"PdhCollectQueryDataEx","features":[307,574]},{"name":"PdhCollectQueryDataWithTime","features":[574]},{"name":"PdhComputeCounterStatistics","features":[307,574]},{"name":"PdhConnectMachineA","features":[574]},{"name":"PdhConnectMachineW","features":[574]},{"name":"PdhCreateSQLTablesA","features":[574]},{"name":"PdhCreateSQLTablesW","features":[574]},{"name":"PdhEnumLogSetNamesA","features":[574]},{"name":"PdhEnumLogSetNamesW","features":[574]},{"name":"PdhEnumMachinesA","features":[574]},{"name":"PdhEnumMachinesHA","features":[574]},{"name":"PdhEnumMachinesHW","features":[574]},{"name":"PdhEnumMachinesW","features":[574]},{"name":"PdhEnumObjectItemsA","features":[574]},{"name":"PdhEnumObjectItemsHA","features":[574]},{"name":"PdhEnumObjectItemsHW","features":[574]},{"name":"PdhEnumObjectItemsW","features":[574]},{"name":"PdhEnumObjectsA","features":[307,574]},{"name":"PdhEnumObjectsHA","features":[307,574]},{"name":"PdhEnumObjectsHW","features":[307,574]},{"name":"PdhEnumObjectsW","features":[307,574]},{"name":"PdhExpandCounterPathA","features":[574]},{"name":"PdhExpandCounterPathW","features":[574]},{"name":"PdhExpandWildCardPathA","features":[574]},{"name":"PdhExpandWildCardPathHA","features":[574]},{"name":"PdhExpandWildCardPathHW","features":[574]},{"name":"PdhExpandWildCardPathW","features":[574]},{"name":"PdhFormatFromRawValue","features":[307,574]},{"name":"PdhGetCounterInfoA","features":[307,574]},{"name":"PdhGetCounterInfoW","features":[307,574]},{"name":"PdhGetCounterTimeBase","features":[574]},{"name":"PdhGetDataSourceTimeRangeA","features":[574]},{"name":"PdhGetDataSourceTimeRangeH","features":[574]},{"name":"PdhGetDataSourceTimeRangeW","features":[574]},{"name":"PdhGetDefaultPerfCounterA","features":[574]},{"name":"PdhGetDefaultPerfCounterHA","features":[574]},{"name":"PdhGetDefaultPerfCounterHW","features":[574]},{"name":"PdhGetDefaultPerfCounterW","features":[574]},{"name":"PdhGetDefaultPerfObjectA","features":[574]},{"name":"PdhGetDefaultPerfObjectHA","features":[574]},{"name":"PdhGetDefaultPerfObjectHW","features":[574]},{"name":"PdhGetDefaultPerfObjectW","features":[574]},{"name":"PdhGetDllVersion","features":[574]},{"name":"PdhGetFormattedCounterArrayA","features":[574]},{"name":"PdhGetFormattedCounterArrayW","features":[574]},{"name":"PdhGetFormattedCounterValue","features":[574]},{"name":"PdhGetLogFileSize","features":[574]},{"name":"PdhGetLogSetGUID","features":[574]},{"name":"PdhGetRawCounterArrayA","features":[307,574]},{"name":"PdhGetRawCounterArrayW","features":[307,574]},{"name":"PdhGetRawCounterValue","features":[307,574]},{"name":"PdhIsRealTimeQuery","features":[307,574]},{"name":"PdhLookupPerfIndexByNameA","features":[574]},{"name":"PdhLookupPerfIndexByNameW","features":[574]},{"name":"PdhLookupPerfNameByIndexA","features":[574]},{"name":"PdhLookupPerfNameByIndexW","features":[574]},{"name":"PdhMakeCounterPathA","features":[574]},{"name":"PdhMakeCounterPathW","features":[574]},{"name":"PdhOpenLogA","features":[574]},{"name":"PdhOpenLogW","features":[574]},{"name":"PdhOpenQueryA","features":[574]},{"name":"PdhOpenQueryH","features":[574]},{"name":"PdhOpenQueryW","features":[574]},{"name":"PdhParseCounterPathA","features":[574]},{"name":"PdhParseCounterPathW","features":[574]},{"name":"PdhParseInstanceNameA","features":[574]},{"name":"PdhParseInstanceNameW","features":[574]},{"name":"PdhReadRawLogRecord","features":[307,574]},{"name":"PdhRemoveCounter","features":[574]},{"name":"PdhSelectDataSourceA","features":[307,574]},{"name":"PdhSelectDataSourceW","features":[307,574]},{"name":"PdhSetCounterScaleFactor","features":[574]},{"name":"PdhSetDefaultRealTimeDataSource","features":[574]},{"name":"PdhSetLogSetRunID","features":[574]},{"name":"PdhSetQueryTimeRange","features":[574]},{"name":"PdhUpdateLogA","features":[574]},{"name":"PdhUpdateLogFileCatalog","features":[574]},{"name":"PdhUpdateLogW","features":[574]},{"name":"PdhValidatePathA","features":[574]},{"name":"PdhValidatePathExA","features":[574]},{"name":"PdhValidatePathExW","features":[574]},{"name":"PdhValidatePathW","features":[574]},{"name":"PdhVerifySQLDBA","features":[574]},{"name":"PdhVerifySQLDBW","features":[574]},{"name":"PerfAddCounters","features":[307,574]},{"name":"PerfCloseQueryHandle","features":[307,574]},{"name":"PerfCounterDataType","features":[574]},{"name":"PerfCreateInstance","features":[307,574]},{"name":"PerfDecrementULongCounterValue","features":[307,574]},{"name":"PerfDecrementULongLongCounterValue","features":[307,574]},{"name":"PerfDeleteCounters","features":[307,574]},{"name":"PerfDeleteInstance","features":[307,574]},{"name":"PerfEnumerateCounterSet","features":[574]},{"name":"PerfEnumerateCounterSetInstances","features":[574]},{"name":"PerfIncrementULongCounterValue","features":[307,574]},{"name":"PerfIncrementULongLongCounterValue","features":[307,574]},{"name":"PerfOpenQueryHandle","features":[307,574]},{"name":"PerfQueryCounterData","features":[307,574]},{"name":"PerfQueryCounterInfo","features":[307,574]},{"name":"PerfQueryCounterSetRegistrationInfo","features":[574]},{"name":"PerfQueryInstance","features":[307,574]},{"name":"PerfRegInfoType","features":[574]},{"name":"PerfSetCounterRefValue","features":[307,574]},{"name":"PerfSetCounterSetInfo","features":[307,574]},{"name":"PerfSetULongCounterValue","features":[307,574]},{"name":"PerfSetULongLongCounterValue","features":[307,574]},{"name":"PerfStartProvider","features":[307,574]},{"name":"PerfStartProviderEx","features":[307,574]},{"name":"PerfStopProvider","features":[307,574]},{"name":"QueryPerformanceCounter","features":[307,574]},{"name":"QueryPerformanceFrequency","features":[307,574]},{"name":"REAL_TIME_DATA_SOURCE_ID_FLAGS","features":[574]},{"name":"ReportValueTypeConstants","features":[574]},{"name":"ResourcePolicy","features":[574]},{"name":"RestorePerfRegistryFromFileW","features":[574]},{"name":"S_PDH","features":[574]},{"name":"ServerDataCollectorSet","features":[574]},{"name":"ServerDataCollectorSetCollection","features":[574]},{"name":"SetServiceAsTrustedA","features":[574]},{"name":"SetServiceAsTrustedW","features":[574]},{"name":"SourcePropPage","features":[574]},{"name":"StreamMode","features":[574]},{"name":"SysmonBatchReason","features":[574]},{"name":"SysmonDataType","features":[574]},{"name":"SysmonFileType","features":[574]},{"name":"SystemDataCollectorSet","features":[574]},{"name":"SystemDataCollectorSetCollection","features":[574]},{"name":"SystemMonitor","features":[574]},{"name":"SystemMonitor2","features":[574]},{"name":"TraceDataProvider","features":[574]},{"name":"TraceDataProviderCollection","features":[574]},{"name":"TraceSession","features":[574]},{"name":"TraceSessionCollection","features":[574]},{"name":"UnloadPerfCounterTextStringsA","features":[307,574]},{"name":"UnloadPerfCounterTextStringsW","features":[307,574]},{"name":"UpdatePerfNameFilesA","features":[574]},{"name":"UpdatePerfNameFilesW","features":[574]},{"name":"ValueMapType","features":[574]},{"name":"WINPERF_LOG_DEBUG","features":[574]},{"name":"WINPERF_LOG_NONE","features":[574]},{"name":"WINPERF_LOG_USER","features":[574]},{"name":"WINPERF_LOG_VERBOSE","features":[574]},{"name":"WeekDays","features":[574]},{"name":"_ICounterItemUnion","features":[574]},{"name":"_ISystemMonitorUnion","features":[574]},{"name":"plaAlert","features":[574]},{"name":"plaApiTrace","features":[574]},{"name":"plaBinary","features":[574]},{"name":"plaBoth","features":[574]},{"name":"plaBuffering","features":[574]},{"name":"plaCommaSeparated","features":[574]},{"name":"plaCompiling","features":[574]},{"name":"plaComputer","features":[574]},{"name":"plaConfiguration","features":[574]},{"name":"plaCreateCab","features":[574]},{"name":"plaCreateHtml","features":[574]},{"name":"plaCreateNew","features":[574]},{"name":"plaCreateOrModify","features":[574]},{"name":"plaCreateReport","features":[574]},{"name":"plaCycle","features":[574]},{"name":"plaDeleteCab","features":[574]},{"name":"plaDeleteData","features":[574]},{"name":"plaDeleteLargest","features":[574]},{"name":"plaDeleteOldest","features":[574]},{"name":"plaDeleteReport","features":[574]},{"name":"plaEveryday","features":[574]},{"name":"plaFile","features":[574]},{"name":"plaFlag","features":[574]},{"name":"plaFlagArray","features":[574]},{"name":"plaFlushTrace","features":[574]},{"name":"plaFolderActions","features":[574]},{"name":"plaFriday","features":[574]},{"name":"plaIndex","features":[574]},{"name":"plaModify","features":[574]},{"name":"plaMonday","features":[574]},{"name":"plaMonthDayHour","features":[574]},{"name":"plaMonthDayHourMinute","features":[574]},{"name":"plaNone","features":[574]},{"name":"plaPattern","features":[574]},{"name":"plaPending","features":[574]},{"name":"plaPerformance","features":[574]},{"name":"plaPerformanceCounter","features":[574]},{"name":"plaRealTime","features":[574]},{"name":"plaResourceFreeing","features":[574]},{"name":"plaRunOnce","features":[574]},{"name":"plaRunRules","features":[574]},{"name":"plaRunning","features":[574]},{"name":"plaSaturday","features":[574]},{"name":"plaSendCab","features":[574]},{"name":"plaSerialNumber","features":[574]},{"name":"plaSql","features":[574]},{"name":"plaStopped","features":[574]},{"name":"plaSunday","features":[574]},{"name":"plaSystem","features":[574]},{"name":"plaTabSeparated","features":[574]},{"name":"plaThursday","features":[574]},{"name":"plaTimeStamp","features":[574]},{"name":"plaTrace","features":[574]},{"name":"plaTuesday","features":[574]},{"name":"plaUndefined","features":[574]},{"name":"plaUpdateRunningInstance","features":[574]},{"name":"plaValidateOnly","features":[574]},{"name":"plaValidation","features":[574]},{"name":"plaWednesday","features":[574]},{"name":"plaYearDayOfYear","features":[574]},{"name":"plaYearMonth","features":[574]},{"name":"plaYearMonthDay","features":[574]},{"name":"plaYearMonthDayHour","features":[574]},{"name":"sysmonAverage","features":[574]},{"name":"sysmonBatchAddCounters","features":[574]},{"name":"sysmonBatchAddFiles","features":[574]},{"name":"sysmonBatchAddFilesAutoCounters","features":[574]},{"name":"sysmonBatchNone","features":[574]},{"name":"sysmonChartArea","features":[574]},{"name":"sysmonChartStackedArea","features":[574]},{"name":"sysmonCurrentActivity","features":[574]},{"name":"sysmonCurrentValue","features":[574]},{"name":"sysmonDataAvg","features":[574]},{"name":"sysmonDataCount","features":[574]},{"name":"sysmonDataMax","features":[574]},{"name":"sysmonDataMin","features":[574]},{"name":"sysmonDataTime","features":[574]},{"name":"sysmonDefaultValue","features":[574]},{"name":"sysmonFileBlg","features":[574]},{"name":"sysmonFileCsv","features":[574]},{"name":"sysmonFileGif","features":[574]},{"name":"sysmonFileHtml","features":[574]},{"name":"sysmonFileReport","features":[574]},{"name":"sysmonFileRetiredBlg","features":[574]},{"name":"sysmonFileTsv","features":[574]},{"name":"sysmonHistogram","features":[574]},{"name":"sysmonLineGraph","features":[574]},{"name":"sysmonLogFiles","features":[574]},{"name":"sysmonMaximum","features":[574]},{"name":"sysmonMinimum","features":[574]},{"name":"sysmonNullDataSource","features":[574]},{"name":"sysmonReport","features":[574]},{"name":"sysmonSqlLog","features":[574]}],"592":[{"name":"DisableThreadProfiling","features":[307,575]},{"name":"EnableThreadProfiling","features":[307,575]},{"name":"HARDWARE_COUNTER_DATA","features":[575]},{"name":"HARDWARE_COUNTER_TYPE","features":[575]},{"name":"MaxHardwareCounterType","features":[575]},{"name":"PERFORMANCE_DATA","features":[575]},{"name":"PMCCounter","features":[575]},{"name":"QueryThreadProfiling","features":[307,575]},{"name":"ReadThreadProfilingData","features":[307,575]}],"593":[{"name":"CallNamedPipeA","features":[307,576]},{"name":"CallNamedPipeW","features":[307,576]},{"name":"ConnectNamedPipe","features":[307,312,576]},{"name":"CreateNamedPipeA","features":[307,310,326,576]},{"name":"CreateNamedPipeW","features":[307,310,326,576]},{"name":"CreatePipe","features":[307,310,576]},{"name":"DisconnectNamedPipe","features":[307,576]},{"name":"GetNamedPipeClientComputerNameA","features":[307,576]},{"name":"GetNamedPipeClientComputerNameW","features":[307,576]},{"name":"GetNamedPipeClientProcessId","features":[307,576]},{"name":"GetNamedPipeClientSessionId","features":[307,576]},{"name":"GetNamedPipeHandleStateA","features":[307,576]},{"name":"GetNamedPipeHandleStateW","features":[307,576]},{"name":"GetNamedPipeInfo","features":[307,576]},{"name":"GetNamedPipeServerProcessId","features":[307,576]},{"name":"GetNamedPipeServerSessionId","features":[307,576]},{"name":"ImpersonateNamedPipeClient","features":[307,576]},{"name":"NAMED_PIPE_MODE","features":[576]},{"name":"NMPWAIT_NOWAIT","features":[576]},{"name":"NMPWAIT_USE_DEFAULT_WAIT","features":[576]},{"name":"NMPWAIT_WAIT_FOREVER","features":[576]},{"name":"PIPE_ACCEPT_REMOTE_CLIENTS","features":[576]},{"name":"PIPE_CLIENT_END","features":[576]},{"name":"PIPE_NOWAIT","features":[576]},{"name":"PIPE_READMODE_BYTE","features":[576]},{"name":"PIPE_READMODE_MESSAGE","features":[576]},{"name":"PIPE_REJECT_REMOTE_CLIENTS","features":[576]},{"name":"PIPE_SERVER_END","features":[576]},{"name":"PIPE_TYPE_BYTE","features":[576]},{"name":"PIPE_TYPE_MESSAGE","features":[576]},{"name":"PIPE_UNLIMITED_INSTANCES","features":[576]},{"name":"PIPE_WAIT","features":[576]},{"name":"PeekNamedPipe","features":[307,576]},{"name":"SetNamedPipeHandleState","features":[307,576]},{"name":"TransactNamedPipe","features":[307,312,576]},{"name":"WaitNamedPipeA","features":[307,576]},{"name":"WaitNamedPipeW","features":[307,576]}],"594":[{"name":"ACCESS_ACTIVE_OVERLAY_SCHEME","features":[314]},{"name":"ACCESS_ACTIVE_SCHEME","features":[314]},{"name":"ACCESS_AC_POWER_SETTING_INDEX","features":[314]},{"name":"ACCESS_AC_POWER_SETTING_MAX","features":[314]},{"name":"ACCESS_AC_POWER_SETTING_MIN","features":[314]},{"name":"ACCESS_ATTRIBUTES","features":[314]},{"name":"ACCESS_CREATE_SCHEME","features":[314]},{"name":"ACCESS_DC_POWER_SETTING_INDEX","features":[314]},{"name":"ACCESS_DC_POWER_SETTING_MAX","features":[314]},{"name":"ACCESS_DC_POWER_SETTING_MIN","features":[314]},{"name":"ACCESS_DEFAULT_AC_POWER_SETTING","features":[314]},{"name":"ACCESS_DEFAULT_DC_POWER_SETTING","features":[314]},{"name":"ACCESS_DEFAULT_SECURITY_DESCRIPTOR","features":[314]},{"name":"ACCESS_DESCRIPTION","features":[314]},{"name":"ACCESS_FRIENDLY_NAME","features":[314]},{"name":"ACCESS_ICON_RESOURCE","features":[314]},{"name":"ACCESS_INDIVIDUAL_SETTING","features":[314]},{"name":"ACCESS_OVERLAY_SCHEME","features":[314]},{"name":"ACCESS_POSSIBLE_POWER_SETTING","features":[314]},{"name":"ACCESS_POSSIBLE_POWER_SETTING_DESCRIPTION","features":[314]},{"name":"ACCESS_POSSIBLE_POWER_SETTING_FRIENDLY_NAME","features":[314]},{"name":"ACCESS_POSSIBLE_VALUE_INCREMENT","features":[314]},{"name":"ACCESS_POSSIBLE_VALUE_MAX","features":[314]},{"name":"ACCESS_POSSIBLE_VALUE_MIN","features":[314]},{"name":"ACCESS_POSSIBLE_VALUE_UNITS","features":[314]},{"name":"ACCESS_PROFILE","features":[314]},{"name":"ACCESS_SCHEME","features":[314]},{"name":"ACCESS_SUBGROUP","features":[314]},{"name":"ACPI_REAL_TIME","features":[314]},{"name":"ACPI_TIME_ADJUST_DAYLIGHT","features":[314]},{"name":"ACPI_TIME_AND_ALARM_CAPABILITIES","features":[307,314]},{"name":"ACPI_TIME_IN_DAYLIGHT","features":[314]},{"name":"ACPI_TIME_RESOLUTION","features":[314]},{"name":"ACPI_TIME_ZONE_UNKNOWN","features":[314]},{"name":"ACTIVE_COOLING","features":[314]},{"name":"ADMINISTRATOR_POWER_POLICY","features":[314]},{"name":"ALTITUDE_GROUP_POLICY","features":[314]},{"name":"ALTITUDE_INTERNAL_OVERRIDE","features":[314]},{"name":"ALTITUDE_OEM_CUSTOMIZATION","features":[314]},{"name":"ALTITUDE_OS_DEFAULT","features":[314]},{"name":"ALTITUDE_PROVISIONING","features":[314]},{"name":"ALTITUDE_RUNTIME_OVERRIDE","features":[314]},{"name":"ALTITUDE_USER","features":[314]},{"name":"AcpiTimeResolutionMax","features":[314]},{"name":"AcpiTimeResolutionMilliseconds","features":[314]},{"name":"AcpiTimeResolutionSeconds","features":[314]},{"name":"AdministratorPowerPolicy","features":[314]},{"name":"BATTERY_CAPACITY_RELATIVE","features":[314]},{"name":"BATTERY_CHARGER_STATUS","features":[314]},{"name":"BATTERY_CHARGING","features":[314]},{"name":"BATTERY_CHARGING_SOURCE","features":[314]},{"name":"BATTERY_CHARGING_SOURCE_INFORMATION","features":[307,314]},{"name":"BATTERY_CHARGING_SOURCE_TYPE","features":[314]},{"name":"BATTERY_CLASS_MAJOR_VERSION","features":[314]},{"name":"BATTERY_CLASS_MINOR_VERSION","features":[314]},{"name":"BATTERY_CLASS_MINOR_VERSION_1","features":[314]},{"name":"BATTERY_CRITICAL","features":[314]},{"name":"BATTERY_CYCLE_COUNT_WMI_GUID","features":[314]},{"name":"BATTERY_DISCHARGING","features":[314]},{"name":"BATTERY_FULL_CHARGED_CAPACITY_WMI_GUID","features":[314]},{"name":"BATTERY_INFORMATION","features":[314]},{"name":"BATTERY_IS_SHORT_TERM","features":[314]},{"name":"BATTERY_MANUFACTURE_DATE","features":[314]},{"name":"BATTERY_MINIPORT_UPDATE_DATA_VER_1","features":[314]},{"name":"BATTERY_MINIPORT_UPDATE_DATA_VER_2","features":[314]},{"name":"BATTERY_POWER_ON_LINE","features":[314]},{"name":"BATTERY_QUERY_INFORMATION","features":[314]},{"name":"BATTERY_QUERY_INFORMATION_LEVEL","features":[314]},{"name":"BATTERY_REPORTING_SCALE","features":[314]},{"name":"BATTERY_RUNTIME_WMI_GUID","features":[314]},{"name":"BATTERY_SEALED","features":[314]},{"name":"BATTERY_SET_CHARGER_ID_SUPPORTED","features":[314]},{"name":"BATTERY_SET_CHARGE_SUPPORTED","features":[314]},{"name":"BATTERY_SET_CHARGINGSOURCE_SUPPORTED","features":[314]},{"name":"BATTERY_SET_DISCHARGE_SUPPORTED","features":[314]},{"name":"BATTERY_SET_INFORMATION","features":[314]},{"name":"BATTERY_SET_INFORMATION_LEVEL","features":[314]},{"name":"BATTERY_STATIC_DATA_WMI_GUID","features":[314]},{"name":"BATTERY_STATUS","features":[314]},{"name":"BATTERY_STATUS_CHANGE_WMI_GUID","features":[314]},{"name":"BATTERY_STATUS_WMI_GUID","features":[314]},{"name":"BATTERY_SYSTEM_BATTERY","features":[314]},{"name":"BATTERY_TAG_CHANGE_WMI_GUID","features":[314]},{"name":"BATTERY_TAG_INVALID","features":[314]},{"name":"BATTERY_TEMPERATURE_WMI_GUID","features":[314]},{"name":"BATTERY_UNKNOWN_CAPACITY","features":[314]},{"name":"BATTERY_UNKNOWN_CURRENT","features":[314]},{"name":"BATTERY_UNKNOWN_RATE","features":[314]},{"name":"BATTERY_UNKNOWN_TIME","features":[314]},{"name":"BATTERY_UNKNOWN_VOLTAGE","features":[314]},{"name":"BATTERY_USB_CHARGER_STATUS","features":[314]},{"name":"BATTERY_USB_CHARGER_STATUS_FN_DEFAULT_USB","features":[314]},{"name":"BATTERY_USB_CHARGER_STATUS_UCM_PD","features":[314]},{"name":"BATTERY_WAIT_STATUS","features":[314]},{"name":"BatteryCharge","features":[314]},{"name":"BatteryChargerId","features":[314]},{"name":"BatteryChargerStatus","features":[314]},{"name":"BatteryChargingSource","features":[314]},{"name":"BatteryChargingSourceType_AC","features":[314]},{"name":"BatteryChargingSourceType_Max","features":[314]},{"name":"BatteryChargingSourceType_USB","features":[314]},{"name":"BatteryChargingSourceType_Wireless","features":[314]},{"name":"BatteryCriticalBias","features":[314]},{"name":"BatteryDeviceName","features":[314]},{"name":"BatteryDeviceState","features":[314]},{"name":"BatteryDischarge","features":[314]},{"name":"BatteryEstimatedTime","features":[314]},{"name":"BatteryGranularityInformation","features":[314]},{"name":"BatteryInformation","features":[314]},{"name":"BatteryManufactureDate","features":[314]},{"name":"BatteryManufactureName","features":[314]},{"name":"BatterySerialNumber","features":[314]},{"name":"BatteryTemperature","features":[314]},{"name":"BatteryUniqueID","features":[314]},{"name":"BlackBoxRecorderDirectAccessBuffer","features":[314]},{"name":"CM_POWER_DATA","features":[314]},{"name":"CallNtPowerInformation","features":[307,314]},{"name":"CanUserWritePwrScheme","features":[307,314]},{"name":"CsDeviceNotification","features":[314]},{"name":"DEVICEPOWER_AND_OPERATION","features":[314]},{"name":"DEVICEPOWER_CLEAR_WAKEENABLED","features":[314]},{"name":"DEVICEPOWER_FILTER_DEVICES_PRESENT","features":[314]},{"name":"DEVICEPOWER_FILTER_HARDWARE","features":[314]},{"name":"DEVICEPOWER_FILTER_ON_NAME","features":[314]},{"name":"DEVICEPOWER_FILTER_WAKEENABLED","features":[314]},{"name":"DEVICEPOWER_FILTER_WAKEPROGRAMMABLE","features":[314]},{"name":"DEVICEPOWER_HARDWAREID","features":[314]},{"name":"DEVICEPOWER_SET_WAKEENABLED","features":[314]},{"name":"DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS","features":[314]},{"name":"DEVICE_POWER_CAPABILITIES","features":[314]},{"name":"DEVICE_POWER_STATE","features":[314]},{"name":"DeletePwrScheme","features":[307,314]},{"name":"DevicePowerClose","features":[307,314]},{"name":"DevicePowerEnumDevices","features":[307,314]},{"name":"DevicePowerOpen","features":[307,314]},{"name":"DevicePowerSetDeviceState","features":[314]},{"name":"DisplayBurst","features":[314]},{"name":"EFFECTIVE_POWER_MODE","features":[314]},{"name":"EFFECTIVE_POWER_MODE_CALLBACK","features":[314]},{"name":"EFFECTIVE_POWER_MODE_V1","features":[314]},{"name":"EFFECTIVE_POWER_MODE_V2","features":[314]},{"name":"EMI_CHANNEL_MEASUREMENT_DATA","features":[314]},{"name":"EMI_CHANNEL_V2","features":[314]},{"name":"EMI_MEASUREMENT_DATA_V2","features":[314]},{"name":"EMI_MEASUREMENT_UNIT","features":[314]},{"name":"EMI_METADATA_SIZE","features":[314]},{"name":"EMI_METADATA_V1","features":[314]},{"name":"EMI_METADATA_V2","features":[314]},{"name":"EMI_NAME_MAX","features":[314]},{"name":"EMI_VERSION","features":[314]},{"name":"EMI_VERSION_V1","features":[314]},{"name":"EMI_VERSION_V2","features":[314]},{"name":"ES_AWAYMODE_REQUIRED","features":[314]},{"name":"ES_CONTINUOUS","features":[314]},{"name":"ES_DISPLAY_REQUIRED","features":[314]},{"name":"ES_SYSTEM_REQUIRED","features":[314]},{"name":"ES_USER_PRESENT","features":[314]},{"name":"EXECUTION_STATE","features":[314]},{"name":"EffectivePowerModeBalanced","features":[314]},{"name":"EffectivePowerModeBatterySaver","features":[314]},{"name":"EffectivePowerModeBetterBattery","features":[314]},{"name":"EffectivePowerModeGameMode","features":[314]},{"name":"EffectivePowerModeHighPerformance","features":[314]},{"name":"EffectivePowerModeMaxPerformance","features":[314]},{"name":"EffectivePowerModeMixedReality","features":[314]},{"name":"EmiMeasurementUnitPicowattHours","features":[314]},{"name":"EnableMultiBatteryDisplay","features":[314]},{"name":"EnablePasswordLogon","features":[314]},{"name":"EnableSysTrayBatteryMeter","features":[314]},{"name":"EnableVideoDimDisplay","features":[314]},{"name":"EnableWakeOnRing","features":[314]},{"name":"EnergyTrackerCreate","features":[314]},{"name":"EnergyTrackerQuery","features":[314]},{"name":"EnumPwrSchemes","features":[307,314]},{"name":"ExitLatencySamplingPercentage","features":[314]},{"name":"FirmwareTableInformationRegistered","features":[314]},{"name":"GLOBAL_MACHINE_POWER_POLICY","features":[314]},{"name":"GLOBAL_POWER_POLICY","features":[307,314]},{"name":"GLOBAL_USER_POWER_POLICY","features":[307,314]},{"name":"GUID_CLASS_INPUT","features":[314]},{"name":"GUID_DEVICE_ACPI_TIME","features":[314]},{"name":"GUID_DEVICE_APPLICATIONLAUNCH_BUTTON","features":[314]},{"name":"GUID_DEVICE_BATTERY","features":[314]},{"name":"GUID_DEVICE_ENERGY_METER","features":[314]},{"name":"GUID_DEVICE_FAN","features":[314]},{"name":"GUID_DEVICE_LID","features":[314]},{"name":"GUID_DEVICE_MEMORY","features":[314]},{"name":"GUID_DEVICE_MESSAGE_INDICATOR","features":[314]},{"name":"GUID_DEVICE_PROCESSOR","features":[314]},{"name":"GUID_DEVICE_SYS_BUTTON","features":[314]},{"name":"GUID_DEVICE_THERMAL_ZONE","features":[314]},{"name":"GUID_DEVINTERFACE_THERMAL_COOLING","features":[314]},{"name":"GUID_DEVINTERFACE_THERMAL_MANAGER","features":[314]},{"name":"GetActivePwrScheme","features":[307,314]},{"name":"GetCurrentPowerPolicies","features":[307,314]},{"name":"GetDevicePowerState","features":[307,314]},{"name":"GetPowerRequestList","features":[314]},{"name":"GetPowerSettingValue","features":[314]},{"name":"GetPwrCapabilities","features":[307,314]},{"name":"GetPwrDiskSpindownRange","features":[307,314]},{"name":"GetSystemPowerStatus","features":[307,314]},{"name":"GroupPark","features":[314]},{"name":"HPOWERNOTIFY","features":[314]},{"name":"IOCTL_ACPI_GET_REAL_TIME","features":[314]},{"name":"IOCTL_ACPI_SET_REAL_TIME","features":[314]},{"name":"IOCTL_BATTERY_CHARGING_SOURCE_CHANGE","features":[314]},{"name":"IOCTL_BATTERY_QUERY_INFORMATION","features":[314]},{"name":"IOCTL_BATTERY_QUERY_STATUS","features":[314]},{"name":"IOCTL_BATTERY_QUERY_TAG","features":[314]},{"name":"IOCTL_BATTERY_SET_INFORMATION","features":[314]},{"name":"IOCTL_EMI_GET_MEASUREMENT","features":[314]},{"name":"IOCTL_EMI_GET_METADATA","features":[314]},{"name":"IOCTL_EMI_GET_METADATA_SIZE","features":[314]},{"name":"IOCTL_EMI_GET_VERSION","features":[314]},{"name":"IOCTL_GET_ACPI_TIME_AND_ALARM_CAPABILITIES","features":[314]},{"name":"IOCTL_GET_PROCESSOR_OBJ_INFO","features":[314]},{"name":"IOCTL_GET_SYS_BUTTON_CAPS","features":[314]},{"name":"IOCTL_GET_SYS_BUTTON_EVENT","features":[314]},{"name":"IOCTL_GET_WAKE_ALARM_POLICY","features":[314]},{"name":"IOCTL_GET_WAKE_ALARM_SYSTEM_POWERSTATE","features":[314]},{"name":"IOCTL_GET_WAKE_ALARM_VALUE","features":[314]},{"name":"IOCTL_NOTIFY_SWITCH_EVENT","features":[314]},{"name":"IOCTL_QUERY_LID","features":[314]},{"name":"IOCTL_RUN_ACTIVE_COOLING_METHOD","features":[314]},{"name":"IOCTL_SET_SYS_MESSAGE_INDICATOR","features":[314]},{"name":"IOCTL_SET_WAKE_ALARM_POLICY","features":[314]},{"name":"IOCTL_SET_WAKE_ALARM_VALUE","features":[314]},{"name":"IOCTL_THERMAL_QUERY_INFORMATION","features":[314]},{"name":"IOCTL_THERMAL_READ_POLICY","features":[314]},{"name":"IOCTL_THERMAL_READ_TEMPERATURE","features":[314]},{"name":"IOCTL_THERMAL_SET_COOLING_POLICY","features":[314]},{"name":"IOCTL_THERMAL_SET_PASSIVE_LIMIT","features":[314]},{"name":"IdleResiliency","features":[314]},{"name":"IsAdminOverrideActive","features":[307,314]},{"name":"IsPwrHibernateAllowed","features":[307,314]},{"name":"IsPwrShutdownAllowed","features":[307,314]},{"name":"IsPwrSuspendAllowed","features":[307,314]},{"name":"IsSystemResumeAutomatic","features":[307,314]},{"name":"LATENCY_TIME","features":[314]},{"name":"LT_DONT_CARE","features":[314]},{"name":"LT_LOWEST_LATENCY","features":[314]},{"name":"LastResumePerformance","features":[314]},{"name":"LastSleepTime","features":[314]},{"name":"LastWakeTime","features":[314]},{"name":"LogicalProcessorIdling","features":[314]},{"name":"MACHINE_POWER_POLICY","features":[314]},{"name":"MACHINE_PROCESSOR_POWER_POLICY","features":[314]},{"name":"MAX_ACTIVE_COOLING_LEVELS","features":[314]},{"name":"MAX_BATTERY_STRING_SIZE","features":[314]},{"name":"MonitorCapabilities","features":[314]},{"name":"MonitorInvocation","features":[314]},{"name":"MonitorRequestReasonAcDcDisplayBurst","features":[314]},{"name":"MonitorRequestReasonAcDcDisplayBurstSuppressed","features":[314]},{"name":"MonitorRequestReasonBatteryCountChange","features":[314]},{"name":"MonitorRequestReasonBatteryCountChangeSuppressed","features":[314]},{"name":"MonitorRequestReasonBatteryPreCritical","features":[314]},{"name":"MonitorRequestReasonBuiltinPanel","features":[314]},{"name":"MonitorRequestReasonDP","features":[314]},{"name":"MonitorRequestReasonDim","features":[314]},{"name":"MonitorRequestReasonDirectedDrips","features":[314]},{"name":"MonitorRequestReasonDisplayRequiredUnDim","features":[314]},{"name":"MonitorRequestReasonFullWake","features":[314]},{"name":"MonitorRequestReasonGracePeriod","features":[314]},{"name":"MonitorRequestReasonIdleTimeout","features":[314]},{"name":"MonitorRequestReasonLid","features":[314]},{"name":"MonitorRequestReasonMax","features":[314]},{"name":"MonitorRequestReasonNearProximity","features":[314]},{"name":"MonitorRequestReasonPdcSignal","features":[314]},{"name":"MonitorRequestReasonPdcSignalFingerprint","features":[314]},{"name":"MonitorRequestReasonPdcSignalHeyCortana","features":[314]},{"name":"MonitorRequestReasonPdcSignalHolographicShell","features":[314]},{"name":"MonitorRequestReasonPdcSignalSensorsHumanPresence","features":[314]},{"name":"MonitorRequestReasonPdcSignalWindowsMobilePwrNotif","features":[314]},{"name":"MonitorRequestReasonPdcSignalWindowsMobileShell","features":[314]},{"name":"MonitorRequestReasonPnP","features":[314]},{"name":"MonitorRequestReasonPoSetSystemState","features":[314]},{"name":"MonitorRequestReasonPolicyChange","features":[314]},{"name":"MonitorRequestReasonPowerButton","features":[314]},{"name":"MonitorRequestReasonRemoteConnection","features":[314]},{"name":"MonitorRequestReasonResumeModernStandby","features":[314]},{"name":"MonitorRequestReasonResumePdc","features":[314]},{"name":"MonitorRequestReasonResumeS4","features":[314]},{"name":"MonitorRequestReasonScMonitorpower","features":[314]},{"name":"MonitorRequestReasonScreenOffRequest","features":[314]},{"name":"MonitorRequestReasonSessionUnlock","features":[314]},{"name":"MonitorRequestReasonSetThreadExecutionState","features":[314]},{"name":"MonitorRequestReasonSleepButton","features":[314]},{"name":"MonitorRequestReasonSxTransition","features":[314]},{"name":"MonitorRequestReasonSystemIdle","features":[314]},{"name":"MonitorRequestReasonSystemStateEntered","features":[314]},{"name":"MonitorRequestReasonTerminal","features":[314]},{"name":"MonitorRequestReasonTerminalInit","features":[314]},{"name":"MonitorRequestReasonThermalStandby","features":[314]},{"name":"MonitorRequestReasonUnknown","features":[314]},{"name":"MonitorRequestReasonUserDisplayBurst","features":[314]},{"name":"MonitorRequestReasonUserInput","features":[314]},{"name":"MonitorRequestReasonUserInputAccelerometer","features":[314]},{"name":"MonitorRequestReasonUserInputHid","features":[314]},{"name":"MonitorRequestReasonUserInputInitialization","features":[314]},{"name":"MonitorRequestReasonUserInputKeyboard","features":[314]},{"name":"MonitorRequestReasonUserInputMouse","features":[314]},{"name":"MonitorRequestReasonUserInputPen","features":[314]},{"name":"MonitorRequestReasonUserInputPoUserPresent","features":[314]},{"name":"MonitorRequestReasonUserInputSessionSwitch","features":[314]},{"name":"MonitorRequestReasonUserInputTouch","features":[314]},{"name":"MonitorRequestReasonUserInputTouchpad","features":[314]},{"name":"MonitorRequestReasonWinrt","features":[314]},{"name":"MonitorRequestTypeOff","features":[314]},{"name":"MonitorRequestTypeOnAndPresent","features":[314]},{"name":"MonitorRequestTypeToggleOn","features":[314]},{"name":"NotifyUserModeLegacyPowerEvent","features":[314]},{"name":"NotifyUserPowerSetting","features":[314]},{"name":"PASSIVE_COOLING","features":[314]},{"name":"PDCAP_D0_SUPPORTED","features":[314]},{"name":"PDCAP_D1_SUPPORTED","features":[314]},{"name":"PDCAP_D2_SUPPORTED","features":[314]},{"name":"PDCAP_D3_SUPPORTED","features":[314]},{"name":"PDCAP_S0_SUPPORTED","features":[314]},{"name":"PDCAP_S1_SUPPORTED","features":[314]},{"name":"PDCAP_S2_SUPPORTED","features":[314]},{"name":"PDCAP_S3_SUPPORTED","features":[314]},{"name":"PDCAP_S4_SUPPORTED","features":[314]},{"name":"PDCAP_S5_SUPPORTED","features":[314]},{"name":"PDCAP_WAKE_FROM_D0_SUPPORTED","features":[314]},{"name":"PDCAP_WAKE_FROM_D1_SUPPORTED","features":[314]},{"name":"PDCAP_WAKE_FROM_D2_SUPPORTED","features":[314]},{"name":"PDCAP_WAKE_FROM_D3_SUPPORTED","features":[314]},{"name":"PDCAP_WAKE_FROM_S0_SUPPORTED","features":[314]},{"name":"PDCAP_WAKE_FROM_S1_SUPPORTED","features":[314]},{"name":"PDCAP_WAKE_FROM_S2_SUPPORTED","features":[314]},{"name":"PDCAP_WAKE_FROM_S3_SUPPORTED","features":[314]},{"name":"PDCAP_WARM_EJECT_SUPPORTED","features":[314]},{"name":"PDEVICE_NOTIFY_CALLBACK_ROUTINE","features":[314]},{"name":"POWERBROADCAST_SETTING","features":[314]},{"name":"POWER_ACTION","features":[314]},{"name":"POWER_ACTION_POLICY","features":[314]},{"name":"POWER_ACTION_POLICY_EVENT_CODE","features":[314]},{"name":"POWER_ATTRIBUTE_HIDE","features":[314]},{"name":"POWER_ATTRIBUTE_SHOW_AOAC","features":[314]},{"name":"POWER_COOLING_MODE","features":[314]},{"name":"POWER_DATA_ACCESSOR","features":[314]},{"name":"POWER_FORCE_TRIGGER_RESET","features":[314]},{"name":"POWER_IDLE_RESILIENCY","features":[314]},{"name":"POWER_INFORMATION_LEVEL","features":[314]},{"name":"POWER_LEVEL_USER_NOTIFY_EXEC","features":[314]},{"name":"POWER_LEVEL_USER_NOTIFY_SOUND","features":[314]},{"name":"POWER_LEVEL_USER_NOTIFY_TEXT","features":[314]},{"name":"POWER_MONITOR_INVOCATION","features":[307,314]},{"name":"POWER_MONITOR_REQUEST_REASON","features":[314]},{"name":"POWER_MONITOR_REQUEST_TYPE","features":[314]},{"name":"POWER_PLATFORM_INFORMATION","features":[307,314]},{"name":"POWER_PLATFORM_ROLE","features":[314]},{"name":"POWER_PLATFORM_ROLE_V1","features":[314]},{"name":"POWER_PLATFORM_ROLE_V2","features":[314]},{"name":"POWER_PLATFORM_ROLE_VERSION","features":[314]},{"name":"POWER_POLICY","features":[307,314]},{"name":"POWER_REQUEST_TYPE","features":[314]},{"name":"POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES","features":[307,314]},{"name":"POWER_SESSION_CONNECT","features":[307,314]},{"name":"POWER_SESSION_RIT_STATE","features":[307,314]},{"name":"POWER_SESSION_TIMEOUTS","features":[314]},{"name":"POWER_SESSION_WINLOGON","features":[307,314]},{"name":"POWER_SETTING_ALTITUDE","features":[314]},{"name":"POWER_USER_NOTIFY_BUTTON","features":[314]},{"name":"POWER_USER_NOTIFY_SHUTDOWN","features":[314]},{"name":"POWER_USER_PRESENCE","features":[314]},{"name":"POWER_USER_PRESENCE_TYPE","features":[314]},{"name":"PO_TZ_ACTIVE","features":[314]},{"name":"PO_TZ_INVALID_MODE","features":[314]},{"name":"PO_TZ_PASSIVE","features":[314]},{"name":"PPM_FIRMWARE_ACPI1C2","features":[314]},{"name":"PPM_FIRMWARE_ACPI1C3","features":[314]},{"name":"PPM_FIRMWARE_ACPI1TSTATES","features":[314]},{"name":"PPM_FIRMWARE_CPC","features":[314]},{"name":"PPM_FIRMWARE_CSD","features":[314]},{"name":"PPM_FIRMWARE_CST","features":[314]},{"name":"PPM_FIRMWARE_LPI","features":[314]},{"name":"PPM_FIRMWARE_OSC","features":[314]},{"name":"PPM_FIRMWARE_PCCH","features":[314]},{"name":"PPM_FIRMWARE_PCCP","features":[314]},{"name":"PPM_FIRMWARE_PCT","features":[314]},{"name":"PPM_FIRMWARE_PDC","features":[314]},{"name":"PPM_FIRMWARE_PPC","features":[314]},{"name":"PPM_FIRMWARE_PSD","features":[314]},{"name":"PPM_FIRMWARE_PSS","features":[314]},{"name":"PPM_FIRMWARE_PTC","features":[314]},{"name":"PPM_FIRMWARE_TPC","features":[314]},{"name":"PPM_FIRMWARE_TSD","features":[314]},{"name":"PPM_FIRMWARE_TSS","features":[314]},{"name":"PPM_FIRMWARE_XPSS","features":[314]},{"name":"PPM_IDLESTATES_DATA_GUID","features":[314]},{"name":"PPM_IDLESTATE_CHANGE_GUID","features":[314]},{"name":"PPM_IDLESTATE_EVENT","features":[314]},{"name":"PPM_IDLE_ACCOUNTING","features":[314]},{"name":"PPM_IDLE_ACCOUNTING_EX","features":[314]},{"name":"PPM_IDLE_ACCOUNTING_EX_GUID","features":[314]},{"name":"PPM_IDLE_ACCOUNTING_GUID","features":[314]},{"name":"PPM_IDLE_IMPLEMENTATION_CSTATES","features":[314]},{"name":"PPM_IDLE_IMPLEMENTATION_LPISTATES","features":[314]},{"name":"PPM_IDLE_IMPLEMENTATION_MICROPEP","features":[314]},{"name":"PPM_IDLE_IMPLEMENTATION_NONE","features":[314]},{"name":"PPM_IDLE_IMPLEMENTATION_PEP","features":[314]},{"name":"PPM_IDLE_STATE_ACCOUNTING","features":[314]},{"name":"PPM_IDLE_STATE_ACCOUNTING_EX","features":[314]},{"name":"PPM_IDLE_STATE_BUCKET_EX","features":[314]},{"name":"PPM_PERFMON_PERFSTATE_GUID","features":[314]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_CPPC","features":[314]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_NONE","features":[314]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PCCV1","features":[314]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PEP","features":[314]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PSTATES","features":[314]},{"name":"PPM_PERFSTATES_DATA_GUID","features":[314]},{"name":"PPM_PERFSTATE_CHANGE_GUID","features":[314]},{"name":"PPM_PERFSTATE_DOMAIN_CHANGE_GUID","features":[314]},{"name":"PPM_PERFSTATE_DOMAIN_EVENT","features":[314]},{"name":"PPM_PERFSTATE_EVENT","features":[314]},{"name":"PPM_THERMALCHANGE_EVENT","features":[314]},{"name":"PPM_THERMALCONSTRAINT_GUID","features":[314]},{"name":"PPM_THERMAL_POLICY_CHANGE_GUID","features":[314]},{"name":"PPM_THERMAL_POLICY_EVENT","features":[314]},{"name":"PPM_WMI_IDLE_STATE","features":[314]},{"name":"PPM_WMI_IDLE_STATES","features":[314]},{"name":"PPM_WMI_IDLE_STATES_EX","features":[314]},{"name":"PPM_WMI_LEGACY_PERFSTATE","features":[314]},{"name":"PPM_WMI_PERF_STATE","features":[314]},{"name":"PPM_WMI_PERF_STATES","features":[314]},{"name":"PPM_WMI_PERF_STATES_EX","features":[314]},{"name":"PROCESSOR_NUMBER_PKEY","features":[305,314]},{"name":"PROCESSOR_OBJECT_INFO","features":[314]},{"name":"PROCESSOR_OBJECT_INFO_EX","features":[314]},{"name":"PROCESSOR_POWER_INFORMATION","features":[314]},{"name":"PROCESSOR_POWER_POLICY","features":[314]},{"name":"PROCESSOR_POWER_POLICY_INFO","features":[314]},{"name":"PWRSCHEMESENUMPROC","features":[307,314]},{"name":"PWRSCHEMESENUMPROC_V1","features":[307,314]},{"name":"PdcInvocation","features":[314]},{"name":"PhysicalPowerButtonPress","features":[314]},{"name":"PlatformIdleStates","features":[314]},{"name":"PlatformIdleVeto","features":[314]},{"name":"PlatformInformation","features":[314]},{"name":"PlatformRole","features":[314]},{"name":"PlatformRoleAppliancePC","features":[314]},{"name":"PlatformRoleDesktop","features":[314]},{"name":"PlatformRoleEnterpriseServer","features":[314]},{"name":"PlatformRoleMaximum","features":[314]},{"name":"PlatformRoleMobile","features":[314]},{"name":"PlatformRolePerformanceServer","features":[314]},{"name":"PlatformRoleSOHOServer","features":[314]},{"name":"PlatformRoleSlate","features":[314]},{"name":"PlatformRoleUnspecified","features":[314]},{"name":"PlatformRoleWorkstation","features":[314]},{"name":"PlmPowerRequestCreate","features":[314]},{"name":"PoAc","features":[314]},{"name":"PoConditionMaximum","features":[314]},{"name":"PoDc","features":[314]},{"name":"PoHot","features":[314]},{"name":"PowerActionDisplayOff","features":[314]},{"name":"PowerActionHibernate","features":[314]},{"name":"PowerActionNone","features":[314]},{"name":"PowerActionReserved","features":[314]},{"name":"PowerActionShutdown","features":[314]},{"name":"PowerActionShutdownOff","features":[314]},{"name":"PowerActionShutdownReset","features":[314]},{"name":"PowerActionSleep","features":[314]},{"name":"PowerActionWarmEject","features":[314]},{"name":"PowerCanRestoreIndividualDefaultPowerScheme","features":[307,314]},{"name":"PowerClearRequest","features":[307,314]},{"name":"PowerCreatePossibleSetting","features":[307,314,370]},{"name":"PowerCreateRequest","features":[307,314,342]},{"name":"PowerCreateSetting","features":[307,314,370]},{"name":"PowerDeleteScheme","features":[307,314,370]},{"name":"PowerDeterminePlatformRole","features":[314]},{"name":"PowerDeterminePlatformRoleEx","features":[314]},{"name":"PowerDeviceD0","features":[314]},{"name":"PowerDeviceD1","features":[314]},{"name":"PowerDeviceD2","features":[314]},{"name":"PowerDeviceD3","features":[314]},{"name":"PowerDeviceMaximum","features":[314]},{"name":"PowerDeviceUnspecified","features":[314]},{"name":"PowerDuplicateScheme","features":[307,314,370]},{"name":"PowerEnumerate","features":[307,314,370]},{"name":"PowerGetActiveScheme","features":[307,314,370]},{"name":"PowerImportPowerScheme","features":[307,314,370]},{"name":"PowerInformationInternal","features":[314]},{"name":"PowerInformationLevelMaximum","features":[314]},{"name":"PowerInformationLevelUnused0","features":[314]},{"name":"PowerIsSettingRangeDefined","features":[307,314]},{"name":"PowerOpenSystemPowerKey","features":[307,314,370]},{"name":"PowerOpenUserPowerKey","features":[307,314,370]},{"name":"PowerReadACDefaultIndex","features":[314,370]},{"name":"PowerReadACValue","features":[307,314,370]},{"name":"PowerReadACValueIndex","features":[307,314,370]},{"name":"PowerReadDCDefaultIndex","features":[314,370]},{"name":"PowerReadDCValue","features":[307,314,370]},{"name":"PowerReadDCValueIndex","features":[314,370]},{"name":"PowerReadDescription","features":[307,314,370]},{"name":"PowerReadFriendlyName","features":[307,314,370]},{"name":"PowerReadIconResourceSpecifier","features":[307,314,370]},{"name":"PowerReadPossibleDescription","features":[307,314,370]},{"name":"PowerReadPossibleFriendlyName","features":[307,314,370]},{"name":"PowerReadPossibleValue","features":[307,314,370]},{"name":"PowerReadSettingAttributes","features":[314]},{"name":"PowerReadValueIncrement","features":[307,314,370]},{"name":"PowerReadValueMax","features":[307,314,370]},{"name":"PowerReadValueMin","features":[307,314,370]},{"name":"PowerReadValueUnitsSpecifier","features":[307,314,370]},{"name":"PowerRegisterForEffectivePowerModeNotifications","features":[314]},{"name":"PowerRegisterSuspendResumeNotification","features":[307,314,371]},{"name":"PowerRemovePowerSetting","features":[307,314]},{"name":"PowerReplaceDefaultPowerSchemes","features":[314]},{"name":"PowerReportThermalEvent","features":[307,314]},{"name":"PowerRequestAction","features":[314]},{"name":"PowerRequestActionInternal","features":[314]},{"name":"PowerRequestAwayModeRequired","features":[314]},{"name":"PowerRequestCreate","features":[314]},{"name":"PowerRequestDisplayRequired","features":[314]},{"name":"PowerRequestExecutionRequired","features":[314]},{"name":"PowerRequestSystemRequired","features":[314]},{"name":"PowerRestoreDefaultPowerSchemes","features":[307,314]},{"name":"PowerRestoreIndividualDefaultPowerScheme","features":[307,314]},{"name":"PowerSetActiveScheme","features":[307,314,370]},{"name":"PowerSetRequest","features":[307,314]},{"name":"PowerSettingAccessCheck","features":[307,314]},{"name":"PowerSettingAccessCheckEx","features":[307,314,370]},{"name":"PowerSettingNotificationName","features":[314]},{"name":"PowerSettingRegisterNotification","features":[307,314,371]},{"name":"PowerSettingUnregisterNotification","features":[307,314]},{"name":"PowerShutdownNotification","features":[314]},{"name":"PowerSystemHibernate","features":[314]},{"name":"PowerSystemMaximum","features":[314]},{"name":"PowerSystemShutdown","features":[314]},{"name":"PowerSystemSleeping1","features":[314]},{"name":"PowerSystemSleeping2","features":[314]},{"name":"PowerSystemSleeping3","features":[314]},{"name":"PowerSystemUnspecified","features":[314]},{"name":"PowerSystemWorking","features":[314]},{"name":"PowerUnregisterFromEffectivePowerModeNotifications","features":[314]},{"name":"PowerUnregisterSuspendResumeNotification","features":[307,314]},{"name":"PowerUserInactive","features":[314]},{"name":"PowerUserInvalid","features":[314]},{"name":"PowerUserMaximum","features":[314]},{"name":"PowerUserNotPresent","features":[314]},{"name":"PowerUserPresent","features":[314]},{"name":"PowerWriteACDefaultIndex","features":[314,370]},{"name":"PowerWriteACValueIndex","features":[307,314,370]},{"name":"PowerWriteDCDefaultIndex","features":[314,370]},{"name":"PowerWriteDCValueIndex","features":[314,370]},{"name":"PowerWriteDescription","features":[307,314,370]},{"name":"PowerWriteFriendlyName","features":[307,314,370]},{"name":"PowerWriteIconResourceSpecifier","features":[307,314,370]},{"name":"PowerWritePossibleDescription","features":[307,314,370]},{"name":"PowerWritePossibleFriendlyName","features":[307,314,370]},{"name":"PowerWritePossibleValue","features":[307,314,370]},{"name":"PowerWriteSettingAttributes","features":[307,314]},{"name":"PowerWriteValueIncrement","features":[307,314,370]},{"name":"PowerWriteValueMax","features":[307,314,370]},{"name":"PowerWriteValueMin","features":[307,314,370]},{"name":"PowerWriteValueUnitsSpecifier","features":[307,314,370]},{"name":"ProcessorCap","features":[314]},{"name":"ProcessorIdleDomains","features":[314]},{"name":"ProcessorIdleStates","features":[314]},{"name":"ProcessorIdleStatesHv","features":[314]},{"name":"ProcessorIdleVeto","features":[314]},{"name":"ProcessorInformation","features":[314]},{"name":"ProcessorInformationEx","features":[314]},{"name":"ProcessorLoad","features":[314]},{"name":"ProcessorPerfCapHv","features":[314]},{"name":"ProcessorPerfStates","features":[314]},{"name":"ProcessorPerfStatesHv","features":[314]},{"name":"ProcessorPowerPolicyAc","features":[314]},{"name":"ProcessorPowerPolicyCurrent","features":[314]},{"name":"ProcessorPowerPolicyDc","features":[314]},{"name":"ProcessorSetIdle","features":[314]},{"name":"ProcessorStateHandler","features":[314]},{"name":"ProcessorStateHandler2","features":[314]},{"name":"QueryPotentialDripsConstraint","features":[314]},{"name":"RESUME_PERFORMANCE","features":[314]},{"name":"ReadGlobalPwrPolicy","features":[307,314]},{"name":"ReadProcessorPwrScheme","features":[307,314]},{"name":"ReadPwrScheme","features":[307,314]},{"name":"RegisterPowerSettingNotification","features":[307,314,371]},{"name":"RegisterSpmPowerSettings","features":[314]},{"name":"RegisterSuspendResumeNotification","features":[307,314,371]},{"name":"RequestWakeupLatency","features":[307,314]},{"name":"SET_POWER_SETTING_VALUE","features":[314]},{"name":"SYSTEM_BATTERY_STATE","features":[307,314]},{"name":"SYSTEM_POWER_CAPABILITIES","features":[307,314]},{"name":"SYSTEM_POWER_CONDITION","features":[314]},{"name":"SYSTEM_POWER_INFORMATION","features":[314]},{"name":"SYSTEM_POWER_LEVEL","features":[307,314]},{"name":"SYSTEM_POWER_POLICY","features":[307,314]},{"name":"SYSTEM_POWER_STATE","features":[314]},{"name":"SYSTEM_POWER_STATUS","features":[314]},{"name":"SYS_BUTTON_LID","features":[314]},{"name":"SYS_BUTTON_LID_CHANGED","features":[314]},{"name":"SYS_BUTTON_LID_CLOSED","features":[314]},{"name":"SYS_BUTTON_LID_INITIAL","features":[314]},{"name":"SYS_BUTTON_LID_OPEN","features":[314]},{"name":"SYS_BUTTON_LID_STATE_MASK","features":[314]},{"name":"SYS_BUTTON_POWER","features":[314]},{"name":"SYS_BUTTON_SLEEP","features":[314]},{"name":"SYS_BUTTON_WAKE","features":[314]},{"name":"ScreenOff","features":[314]},{"name":"SendSuspendResumeNotification","features":[314]},{"name":"SessionAllowExternalDmaDevices","features":[314]},{"name":"SessionConnectNotification","features":[314]},{"name":"SessionDisplayState","features":[314]},{"name":"SessionLockState","features":[314]},{"name":"SessionPowerCleanup","features":[314]},{"name":"SessionPowerInit","features":[314]},{"name":"SessionRITState","features":[314]},{"name":"SetActivePwrScheme","features":[307,314]},{"name":"SetPowerSettingValue","features":[314]},{"name":"SetShutdownSelectedTime","features":[314]},{"name":"SetSuspendState","features":[307,314]},{"name":"SetSystemPowerState","features":[307,314]},{"name":"SetThreadExecutionState","features":[314]},{"name":"SuspendResumeInvocation","features":[314]},{"name":"SystemBatteryState","features":[314]},{"name":"SystemBatteryStatePrecise","features":[314]},{"name":"SystemExecutionState","features":[314]},{"name":"SystemHiberFileInformation","features":[314]},{"name":"SystemHiberFileSize","features":[314]},{"name":"SystemHiberFileType","features":[314]},{"name":"SystemHiberbootState","features":[314]},{"name":"SystemMonitorHiberBootPowerOff","features":[314]},{"name":"SystemPowerCapabilities","features":[314]},{"name":"SystemPowerInformation","features":[314]},{"name":"SystemPowerLoggingEntry","features":[314]},{"name":"SystemPowerPolicyAc","features":[314]},{"name":"SystemPowerPolicyCurrent","features":[314]},{"name":"SystemPowerPolicyDc","features":[314]},{"name":"SystemPowerStateHandler","features":[314]},{"name":"SystemPowerStateLogging","features":[314]},{"name":"SystemPowerStateNotifyHandler","features":[314]},{"name":"SystemReserveHiberFile","features":[314]},{"name":"SystemVideoState","features":[314]},{"name":"SystemWakeSource","features":[314]},{"name":"THERMAL_COOLING_INTERFACE_VERSION","features":[314]},{"name":"THERMAL_DEVICE_INTERFACE_VERSION","features":[314]},{"name":"THERMAL_EVENT","features":[314]},{"name":"THERMAL_EVENT_VERSION","features":[314]},{"name":"THERMAL_INFORMATION","features":[314]},{"name":"THERMAL_POLICY","features":[307,314]},{"name":"THERMAL_POLICY_VERSION_1","features":[314]},{"name":"THERMAL_POLICY_VERSION_2","features":[314]},{"name":"THERMAL_WAIT_READ","features":[314]},{"name":"TZ_ACTIVATION_REASON_CURRENT","features":[314]},{"name":"TZ_ACTIVATION_REASON_THERMAL","features":[314]},{"name":"ThermalEvent","features":[314]},{"name":"ThermalStandby","features":[314]},{"name":"TraceApplicationPowerMessage","features":[314]},{"name":"TraceApplicationPowerMessageEnd","features":[314]},{"name":"TraceServicePowerMessage","features":[314]},{"name":"UNKNOWN_CAPACITY","features":[314]},{"name":"UNKNOWN_CURRENT","features":[314]},{"name":"UNKNOWN_RATE","features":[314]},{"name":"UNKNOWN_VOLTAGE","features":[314]},{"name":"USB_CHARGER_PORT","features":[314]},{"name":"USER_ACTIVITY_PRESENCE","features":[314]},{"name":"USER_POWER_POLICY","features":[307,314]},{"name":"UnregisterPowerSettingNotification","features":[307,314]},{"name":"UnregisterSuspendResumeNotification","features":[307,314]},{"name":"UpdateBlackBoxRecorder","features":[314]},{"name":"UsbChargerPort_Legacy","features":[314]},{"name":"UsbChargerPort_Max","features":[314]},{"name":"UsbChargerPort_TypeC","features":[314]},{"name":"UserNotPresent","features":[314]},{"name":"UserPresence","features":[314]},{"name":"UserPresent","features":[314]},{"name":"UserUnknown","features":[314]},{"name":"ValidatePowerPolicies","features":[307,314]},{"name":"VerifyProcessorPowerPolicyAc","features":[314]},{"name":"VerifyProcessorPowerPolicyDc","features":[314]},{"name":"VerifySystemPolicyAc","features":[314]},{"name":"VerifySystemPolicyDc","features":[314]},{"name":"WAKE_ALARM_INFORMATION","features":[314]},{"name":"WakeTimerList","features":[314]},{"name":"WriteGlobalPwrPolicy","features":[307,314]},{"name":"WriteProcessorPwrScheme","features":[307,314]},{"name":"WritePwrScheme","features":[307,314]}],"595":[{"name":"ENUM_PAGE_FILE_INFORMATION","features":[577]},{"name":"ENUM_PROCESS_MODULES_EX_FLAGS","features":[577]},{"name":"EmptyWorkingSet","features":[307,577]},{"name":"EnumDeviceDrivers","features":[307,577]},{"name":"EnumPageFilesA","features":[307,577]},{"name":"EnumPageFilesW","features":[307,577]},{"name":"EnumProcessModules","features":[307,577]},{"name":"EnumProcessModulesEx","features":[307,577]},{"name":"EnumProcesses","features":[307,577]},{"name":"GetDeviceDriverBaseNameA","features":[577]},{"name":"GetDeviceDriverBaseNameW","features":[577]},{"name":"GetDeviceDriverFileNameA","features":[577]},{"name":"GetDeviceDriverFileNameW","features":[577]},{"name":"GetMappedFileNameA","features":[307,577]},{"name":"GetMappedFileNameW","features":[307,577]},{"name":"GetModuleBaseNameA","features":[307,577]},{"name":"GetModuleBaseNameW","features":[307,577]},{"name":"GetModuleFileNameExA","features":[307,577]},{"name":"GetModuleFileNameExW","features":[307,577]},{"name":"GetModuleInformation","features":[307,577]},{"name":"GetPerformanceInfo","features":[307,577]},{"name":"GetProcessImageFileNameA","features":[307,577]},{"name":"GetProcessImageFileNameW","features":[307,577]},{"name":"GetProcessMemoryInfo","features":[307,577]},{"name":"GetWsChanges","features":[307,577]},{"name":"GetWsChangesEx","features":[307,577]},{"name":"InitializeProcessForWsWatch","features":[307,577]},{"name":"K32EmptyWorkingSet","features":[307,577]},{"name":"K32EnumDeviceDrivers","features":[307,577]},{"name":"K32EnumPageFilesA","features":[307,577]},{"name":"K32EnumPageFilesW","features":[307,577]},{"name":"K32EnumProcessModules","features":[307,577]},{"name":"K32EnumProcessModulesEx","features":[307,577]},{"name":"K32EnumProcesses","features":[307,577]},{"name":"K32GetDeviceDriverBaseNameA","features":[577]},{"name":"K32GetDeviceDriverBaseNameW","features":[577]},{"name":"K32GetDeviceDriverFileNameA","features":[577]},{"name":"K32GetDeviceDriverFileNameW","features":[577]},{"name":"K32GetMappedFileNameA","features":[307,577]},{"name":"K32GetMappedFileNameW","features":[307,577]},{"name":"K32GetModuleBaseNameA","features":[307,577]},{"name":"K32GetModuleBaseNameW","features":[307,577]},{"name":"K32GetModuleFileNameExA","features":[307,577]},{"name":"K32GetModuleFileNameExW","features":[307,577]},{"name":"K32GetModuleInformation","features":[307,577]},{"name":"K32GetPerformanceInfo","features":[307,577]},{"name":"K32GetProcessImageFileNameA","features":[307,577]},{"name":"K32GetProcessImageFileNameW","features":[307,577]},{"name":"K32GetProcessMemoryInfo","features":[307,577]},{"name":"K32GetWsChanges","features":[307,577]},{"name":"K32GetWsChangesEx","features":[307,577]},{"name":"K32InitializeProcessForWsWatch","features":[307,577]},{"name":"K32QueryWorkingSet","features":[307,577]},{"name":"K32QueryWorkingSetEx","features":[307,577]},{"name":"LIST_MODULES_32BIT","features":[577]},{"name":"LIST_MODULES_64BIT","features":[577]},{"name":"LIST_MODULES_ALL","features":[577]},{"name":"LIST_MODULES_DEFAULT","features":[577]},{"name":"MODULEINFO","features":[577]},{"name":"PENUM_PAGE_FILE_CALLBACKA","features":[307,577]},{"name":"PENUM_PAGE_FILE_CALLBACKW","features":[307,577]},{"name":"PERFORMANCE_INFORMATION","features":[577]},{"name":"PROCESS_MEMORY_COUNTERS","features":[577]},{"name":"PROCESS_MEMORY_COUNTERS_EX","features":[577]},{"name":"PROCESS_MEMORY_COUNTERS_EX2","features":[577]},{"name":"PSAPI_VERSION","features":[577]},{"name":"PSAPI_WORKING_SET_BLOCK","features":[577]},{"name":"PSAPI_WORKING_SET_EX_BLOCK","features":[577]},{"name":"PSAPI_WORKING_SET_EX_INFORMATION","features":[577]},{"name":"PSAPI_WORKING_SET_INFORMATION","features":[577]},{"name":"PSAPI_WS_WATCH_INFORMATION","features":[577]},{"name":"PSAPI_WS_WATCH_INFORMATION_EX","features":[577]},{"name":"QueryWorkingSet","features":[307,577]},{"name":"QueryWorkingSetEx","features":[307,577]}],"596":[{"name":"FACILITY_PINT_STATUS_CODE","features":[578]},{"name":"FACILITY_RTC_INTERFACE","features":[578]},{"name":"FACILITY_SIP_STATUS_CODE","features":[578]},{"name":"INetworkTransportSettings","features":[578]},{"name":"INotificationTransportSync","features":[578]},{"name":"IRTCBuddy","features":[578]},{"name":"IRTCBuddy2","features":[578]},{"name":"IRTCBuddyEvent","features":[358,578]},{"name":"IRTCBuddyEvent2","features":[358,578]},{"name":"IRTCBuddyGroup","features":[578]},{"name":"IRTCBuddyGroupEvent","features":[358,578]},{"name":"IRTCClient","features":[578]},{"name":"IRTCClient2","features":[578]},{"name":"IRTCClientEvent","features":[358,578]},{"name":"IRTCClientPortManagement","features":[578]},{"name":"IRTCClientPresence","features":[578]},{"name":"IRTCClientPresence2","features":[578]},{"name":"IRTCClientProvisioning","features":[578]},{"name":"IRTCClientProvisioning2","features":[578]},{"name":"IRTCCollection","features":[358,578]},{"name":"IRTCDispatchEventNotification","features":[358,578]},{"name":"IRTCEnumBuddies","features":[578]},{"name":"IRTCEnumGroups","features":[578]},{"name":"IRTCEnumParticipants","features":[578]},{"name":"IRTCEnumPresenceDevices","features":[578]},{"name":"IRTCEnumProfiles","features":[578]},{"name":"IRTCEnumUserSearchResults","features":[578]},{"name":"IRTCEnumWatchers","features":[578]},{"name":"IRTCEventNotification","features":[578]},{"name":"IRTCInfoEvent","features":[358,578]},{"name":"IRTCIntensityEvent","features":[358,578]},{"name":"IRTCMediaEvent","features":[358,578]},{"name":"IRTCMediaRequestEvent","features":[358,578]},{"name":"IRTCMessagingEvent","features":[358,578]},{"name":"IRTCParticipant","features":[578]},{"name":"IRTCParticipantStateChangeEvent","features":[358,578]},{"name":"IRTCPortManager","features":[578]},{"name":"IRTCPresenceContact","features":[578]},{"name":"IRTCPresenceDataEvent","features":[358,578]},{"name":"IRTCPresenceDevice","features":[578]},{"name":"IRTCPresencePropertyEvent","features":[358,578]},{"name":"IRTCPresenceStatusEvent","features":[358,578]},{"name":"IRTCProfile","features":[578]},{"name":"IRTCProfile2","features":[578]},{"name":"IRTCProfileEvent","features":[358,578]},{"name":"IRTCProfileEvent2","features":[358,578]},{"name":"IRTCReInviteEvent","features":[358,578]},{"name":"IRTCRegistrationStateChangeEvent","features":[358,578]},{"name":"IRTCRoamingEvent","features":[358,578]},{"name":"IRTCSession","features":[578]},{"name":"IRTCSession2","features":[578]},{"name":"IRTCSessionCallControl","features":[578]},{"name":"IRTCSessionDescriptionManager","features":[578]},{"name":"IRTCSessionOperationCompleteEvent","features":[358,578]},{"name":"IRTCSessionOperationCompleteEvent2","features":[358,578]},{"name":"IRTCSessionPortManagement","features":[578]},{"name":"IRTCSessionReferStatusEvent","features":[358,578]},{"name":"IRTCSessionReferredEvent","features":[358,578]},{"name":"IRTCSessionStateChangeEvent","features":[358,578]},{"name":"IRTCSessionStateChangeEvent2","features":[358,578]},{"name":"IRTCUserSearch","features":[578]},{"name":"IRTCUserSearchQuery","features":[578]},{"name":"IRTCUserSearchResult","features":[578]},{"name":"IRTCUserSearchResultsEvent","features":[358,578]},{"name":"IRTCWatcher","features":[578]},{"name":"IRTCWatcher2","features":[578]},{"name":"IRTCWatcherEvent","features":[358,578]},{"name":"IRTCWatcherEvent2","features":[358,578]},{"name":"ITransportSettingsInternal","features":[578]},{"name":"RTCAD_MICROPHONE","features":[578]},{"name":"RTCAD_SPEAKER","features":[578]},{"name":"RTCAM_AUTOMATICALLY_ACCEPT","features":[578]},{"name":"RTCAM_AUTOMATICALLY_REJECT","features":[578]},{"name":"RTCAM_NOT_SUPPORTED","features":[578]},{"name":"RTCAM_OFFER_SESSION_EVENT","features":[578]},{"name":"RTCAS_SCOPE_ALL","features":[578]},{"name":"RTCAS_SCOPE_DOMAIN","features":[578]},{"name":"RTCAS_SCOPE_USER","features":[578]},{"name":"RTCAU_BASIC","features":[578]},{"name":"RTCAU_DIGEST","features":[578]},{"name":"RTCAU_KERBEROS","features":[578]},{"name":"RTCAU_NTLM","features":[578]},{"name":"RTCAU_USE_LOGON_CRED","features":[578]},{"name":"RTCBET_BUDDY_ADD","features":[578]},{"name":"RTCBET_BUDDY_REMOVE","features":[578]},{"name":"RTCBET_BUDDY_ROAMED","features":[578]},{"name":"RTCBET_BUDDY_STATE_CHANGE","features":[578]},{"name":"RTCBET_BUDDY_SUBSCRIBED","features":[578]},{"name":"RTCBET_BUDDY_UPDATE","features":[578]},{"name":"RTCBT_ALWAYS_OFFLINE","features":[578]},{"name":"RTCBT_ALWAYS_ONLINE","features":[578]},{"name":"RTCBT_POLL","features":[578]},{"name":"RTCBT_SUBSCRIBED","features":[578]},{"name":"RTCCET_ASYNC_CLEANUP_DONE","features":[578]},{"name":"RTCCET_DEVICE_CHANGE","features":[578]},{"name":"RTCCET_NETWORK_QUALITY_CHANGE","features":[578]},{"name":"RTCCET_VOLUME_CHANGE","features":[578]},{"name":"RTCCS_FAIL_ON_REDIRECT","features":[578]},{"name":"RTCCS_FORCE_PROFILE","features":[578]},{"name":"RTCClient","features":[578]},{"name":"RTCEF_ALL","features":[578]},{"name":"RTCEF_BUDDY","features":[578]},{"name":"RTCEF_BUDDY2","features":[578]},{"name":"RTCEF_CLIENT","features":[578]},{"name":"RTCEF_GROUP","features":[578]},{"name":"RTCEF_INFO","features":[578]},{"name":"RTCEF_INTENSITY","features":[578]},{"name":"RTCEF_MEDIA","features":[578]},{"name":"RTCEF_MEDIA_REQUEST","features":[578]},{"name":"RTCEF_MESSAGING","features":[578]},{"name":"RTCEF_PARTICIPANT_STATE_CHANGE","features":[578]},{"name":"RTCEF_PRESENCE_DATA","features":[578]},{"name":"RTCEF_PRESENCE_PROPERTY","features":[578]},{"name":"RTCEF_PRESENCE_STATUS","features":[578]},{"name":"RTCEF_PROFILE","features":[578]},{"name":"RTCEF_REGISTRATION_STATE_CHANGE","features":[578]},{"name":"RTCEF_REINVITE","features":[578]},{"name":"RTCEF_ROAMING","features":[578]},{"name":"RTCEF_SESSION_OPERATION_COMPLETE","features":[578]},{"name":"RTCEF_SESSION_REFERRED","features":[578]},{"name":"RTCEF_SESSION_REFER_STATUS","features":[578]},{"name":"RTCEF_SESSION_STATE_CHANGE","features":[578]},{"name":"RTCEF_USERSEARCH","features":[578]},{"name":"RTCEF_WATCHER","features":[578]},{"name":"RTCEF_WATCHER2","features":[578]},{"name":"RTCE_BUDDY","features":[578]},{"name":"RTCE_CLIENT","features":[578]},{"name":"RTCE_GROUP","features":[578]},{"name":"RTCE_INFO","features":[578]},{"name":"RTCE_INTENSITY","features":[578]},{"name":"RTCE_MEDIA","features":[578]},{"name":"RTCE_MEDIA_REQUEST","features":[578]},{"name":"RTCE_MESSAGING","features":[578]},{"name":"RTCE_PARTICIPANT_STATE_CHANGE","features":[578]},{"name":"RTCE_PRESENCE_DATA","features":[578]},{"name":"RTCE_PRESENCE_PROPERTY","features":[578]},{"name":"RTCE_PRESENCE_STATUS","features":[578]},{"name":"RTCE_PROFILE","features":[578]},{"name":"RTCE_REGISTRATION_STATE_CHANGE","features":[578]},{"name":"RTCE_REINVITE","features":[578]},{"name":"RTCE_ROAMING","features":[578]},{"name":"RTCE_SESSION_OPERATION_COMPLETE","features":[578]},{"name":"RTCE_SESSION_REFERRED","features":[578]},{"name":"RTCE_SESSION_REFER_STATUS","features":[578]},{"name":"RTCE_SESSION_STATE_CHANGE","features":[578]},{"name":"RTCE_USERSEARCH","features":[578]},{"name":"RTCE_WATCHER","features":[578]},{"name":"RTCGET_GROUP_ADD","features":[578]},{"name":"RTCGET_GROUP_BUDDY_ADD","features":[578]},{"name":"RTCGET_GROUP_BUDDY_REMOVE","features":[578]},{"name":"RTCGET_GROUP_REMOVE","features":[578]},{"name":"RTCGET_GROUP_ROAMED","features":[578]},{"name":"RTCGET_GROUP_UPDATE","features":[578]},{"name":"RTCIF_DISABLE_MEDIA","features":[578]},{"name":"RTCIF_DISABLE_STRICT_DNS","features":[578]},{"name":"RTCIF_DISABLE_UPNP","features":[578]},{"name":"RTCIF_ENABLE_SERVER_CLASS","features":[578]},{"name":"RTCLM_BOTH","features":[578]},{"name":"RTCLM_DYNAMIC","features":[578]},{"name":"RTCLM_NONE","features":[578]},{"name":"RTCMER_BAD_DEVICE","features":[578]},{"name":"RTCMER_HOLD","features":[578]},{"name":"RTCMER_NORMAL","features":[578]},{"name":"RTCMER_NO_PORT","features":[578]},{"name":"RTCMER_PORT_MAPPING_FAILED","features":[578]},{"name":"RTCMER_REMOTE_REQUEST","features":[578]},{"name":"RTCMER_TIMEOUT","features":[578]},{"name":"RTCMET_FAILED","features":[578]},{"name":"RTCMET_STARTED","features":[578]},{"name":"RTCMET_STOPPED","features":[578]},{"name":"RTCMSET_MESSAGE","features":[578]},{"name":"RTCMSET_STATUS","features":[578]},{"name":"RTCMT_AUDIO_RECEIVE","features":[578]},{"name":"RTCMT_AUDIO_SEND","features":[578]},{"name":"RTCMT_T120_SENDRECV","features":[578]},{"name":"RTCMT_VIDEO_RECEIVE","features":[578]},{"name":"RTCMT_VIDEO_SEND","features":[578]},{"name":"RTCMUS_IDLE","features":[578]},{"name":"RTCMUS_TYPING","features":[578]},{"name":"RTCOWM_AUTOMATICALLY_ADD_WATCHER","features":[578]},{"name":"RTCOWM_OFFER_WATCHER_EVENT","features":[578]},{"name":"RTCPFET_PROFILE_GET","features":[578]},{"name":"RTCPFET_PROFILE_UPDATE","features":[578]},{"name":"RTCPM_ALLOW_LIST_ONLY","features":[578]},{"name":"RTCPM_BLOCK_LIST_EXCLUDED","features":[578]},{"name":"RTCPP_DEVICE_NAME","features":[578]},{"name":"RTCPP_DISPLAYNAME","features":[578]},{"name":"RTCPP_EMAIL","features":[578]},{"name":"RTCPP_MULTIPLE","features":[578]},{"name":"RTCPP_PHONENUMBER","features":[578]},{"name":"RTCPS_ALERTING","features":[578]},{"name":"RTCPS_ANSWERING","features":[578]},{"name":"RTCPS_CONNECTED","features":[578]},{"name":"RTCPS_DISCONNECTED","features":[578]},{"name":"RTCPS_DISCONNECTING","features":[578]},{"name":"RTCPS_IDLE","features":[578]},{"name":"RTCPS_INCOMING","features":[578]},{"name":"RTCPS_INPROGRESS","features":[578]},{"name":"RTCPS_PENDING","features":[578]},{"name":"RTCPT_AUDIO_RTCP","features":[578]},{"name":"RTCPT_AUDIO_RTP","features":[578]},{"name":"RTCPT_SIP","features":[578]},{"name":"RTCPT_VIDEO_RTCP","features":[578]},{"name":"RTCPT_VIDEO_RTP","features":[578]},{"name":"RTCPU_URIDISPLAYDURINGCALL","features":[578]},{"name":"RTCPU_URIDISPLAYDURINGIDLE","features":[578]},{"name":"RTCPU_URIHELPDESK","features":[578]},{"name":"RTCPU_URIHOMEPAGE","features":[578]},{"name":"RTCPU_URIPERSONALACCOUNT","features":[578]},{"name":"RTCRET_BUDDY_ROAMING","features":[578]},{"name":"RTCRET_PRESENCE_ROAMING","features":[578]},{"name":"RTCRET_PROFILE_ROAMING","features":[578]},{"name":"RTCRET_WATCHER_ROAMING","features":[578]},{"name":"RTCRET_WPENDING_ROAMING","features":[578]},{"name":"RTCRF_REGISTER_ALL","features":[578]},{"name":"RTCRF_REGISTER_INVITE_SESSIONS","features":[578]},{"name":"RTCRF_REGISTER_MESSAGE_SESSIONS","features":[578]},{"name":"RTCRF_REGISTER_NOTIFY","features":[578]},{"name":"RTCRF_REGISTER_PRESENCE","features":[578]},{"name":"RTCRIN_FAIL","features":[578]},{"name":"RTCRIN_INCOMING","features":[578]},{"name":"RTCRIN_SUCCEEDED","features":[578]},{"name":"RTCRMF_ALL_ROAMING","features":[578]},{"name":"RTCRMF_BUDDY_ROAMING","features":[578]},{"name":"RTCRMF_PRESENCE_ROAMING","features":[578]},{"name":"RTCRMF_PROFILE_ROAMING","features":[578]},{"name":"RTCRMF_WATCHER_ROAMING","features":[578]},{"name":"RTCRS_ERROR","features":[578]},{"name":"RTCRS_LOCAL_PA_LOGGED_OFF","features":[578]},{"name":"RTCRS_LOGGED_OFF","features":[578]},{"name":"RTCRS_NOT_REGISTERED","features":[578]},{"name":"RTCRS_REGISTERED","features":[578]},{"name":"RTCRS_REGISTERING","features":[578]},{"name":"RTCRS_REJECTED","features":[578]},{"name":"RTCRS_REMOTE_PA_LOGGED_OFF","features":[578]},{"name":"RTCRS_UNREGISTERING","features":[578]},{"name":"RTCRT_MESSAGE","features":[578]},{"name":"RTCRT_PHONE","features":[578]},{"name":"RTCRT_RINGBACK","features":[578]},{"name":"RTCSECL_REQUIRED","features":[578]},{"name":"RTCSECL_SUPPORTED","features":[578]},{"name":"RTCSECL_UNSUPPORTED","features":[578]},{"name":"RTCSECT_AUDIO_VIDEO_MEDIA_ENCRYPTION","features":[578]},{"name":"RTCSECT_T120_MEDIA_ENCRYPTION","features":[578]},{"name":"RTCSI_APPLICATION","features":[578]},{"name":"RTCSI_IM","features":[578]},{"name":"RTCSI_MULTIPARTY_IM","features":[578]},{"name":"RTCSI_PC_TO_PC","features":[578]},{"name":"RTCSI_PC_TO_PHONE","features":[578]},{"name":"RTCSI_PHONE_TO_PHONE","features":[578]},{"name":"RTCSRS_ACCEPTED","features":[578]},{"name":"RTCSRS_DONE","features":[578]},{"name":"RTCSRS_DROPPED","features":[578]},{"name":"RTCSRS_ERROR","features":[578]},{"name":"RTCSRS_REFERRING","features":[578]},{"name":"RTCSRS_REJECTED","features":[578]},{"name":"RTCSS_ANSWERING","features":[578]},{"name":"RTCSS_CONNECTED","features":[578]},{"name":"RTCSS_DISCONNECTED","features":[578]},{"name":"RTCSS_HOLD","features":[578]},{"name":"RTCSS_IDLE","features":[578]},{"name":"RTCSS_INCOMING","features":[578]},{"name":"RTCSS_INPROGRESS","features":[578]},{"name":"RTCSS_REFER","features":[578]},{"name":"RTCST_APPLICATION","features":[578]},{"name":"RTCST_IM","features":[578]},{"name":"RTCST_MULTIPARTY_IM","features":[578]},{"name":"RTCST_PC_TO_PC","features":[578]},{"name":"RTCST_PC_TO_PHONE","features":[578]},{"name":"RTCST_PHONE_TO_PHONE","features":[578]},{"name":"RTCTA_APPSHARING","features":[578]},{"name":"RTCTA_WHITEBOARD","features":[578]},{"name":"RTCTR_BUSY","features":[578]},{"name":"RTCTR_DND","features":[578]},{"name":"RTCTR_INSUFFICIENT_SECURITY_LEVEL","features":[578]},{"name":"RTCTR_NORMAL","features":[578]},{"name":"RTCTR_NOT_SUPPORTED","features":[578]},{"name":"RTCTR_REJECT","features":[578]},{"name":"RTCTR_SHUTDOWN","features":[578]},{"name":"RTCTR_TCP","features":[578]},{"name":"RTCTR_TIMEOUT","features":[578]},{"name":"RTCTR_TLS","features":[578]},{"name":"RTCTR_UDP","features":[578]},{"name":"RTCUSC_CITY","features":[578]},{"name":"RTCUSC_COMPANY","features":[578]},{"name":"RTCUSC_COUNTRY","features":[578]},{"name":"RTCUSC_DISPLAYNAME","features":[578]},{"name":"RTCUSC_EMAIL","features":[578]},{"name":"RTCUSC_OFFICE","features":[578]},{"name":"RTCUSC_PHONE","features":[578]},{"name":"RTCUSC_STATE","features":[578]},{"name":"RTCUSC_TITLE","features":[578]},{"name":"RTCUSC_URI","features":[578]},{"name":"RTCUSP_MAX_MATCHES","features":[578]},{"name":"RTCUSP_TIME_LIMIT","features":[578]},{"name":"RTCVD_PREVIEW","features":[578]},{"name":"RTCVD_RECEIVE","features":[578]},{"name":"RTCWET_WATCHER_ADD","features":[578]},{"name":"RTCWET_WATCHER_OFFERING","features":[578]},{"name":"RTCWET_WATCHER_REMOVE","features":[578]},{"name":"RTCWET_WATCHER_ROAMED","features":[578]},{"name":"RTCWET_WATCHER_UPDATE","features":[578]},{"name":"RTCWMM_BEST_ACE_MATCH","features":[578]},{"name":"RTCWMM_EXACT_MATCH","features":[578]},{"name":"RTCWS_ALLOWED","features":[578]},{"name":"RTCWS_BLOCKED","features":[578]},{"name":"RTCWS_DENIED","features":[578]},{"name":"RTCWS_OFFERING","features":[578]},{"name":"RTCWS_PROMPT","features":[578]},{"name":"RTCWS_UNKNOWN","features":[578]},{"name":"RTCXS_PRESENCE_AWAY","features":[578]},{"name":"RTCXS_PRESENCE_BE_RIGHT_BACK","features":[578]},{"name":"RTCXS_PRESENCE_BUSY","features":[578]},{"name":"RTCXS_PRESENCE_IDLE","features":[578]},{"name":"RTCXS_PRESENCE_OFFLINE","features":[578]},{"name":"RTCXS_PRESENCE_ONLINE","features":[578]},{"name":"RTCXS_PRESENCE_ON_THE_PHONE","features":[578]},{"name":"RTCXS_PRESENCE_OUT_TO_LUNCH","features":[578]},{"name":"RTC_ACE_SCOPE","features":[578]},{"name":"RTC_ANSWER_MODE","features":[578]},{"name":"RTC_AUDIO_DEVICE","features":[578]},{"name":"RTC_BUDDY_EVENT_TYPE","features":[578]},{"name":"RTC_BUDDY_SUBSCRIPTION_TYPE","features":[578]},{"name":"RTC_CLIENT_EVENT_TYPE","features":[578]},{"name":"RTC_DTMF","features":[578]},{"name":"RTC_DTMF_0","features":[578]},{"name":"RTC_DTMF_1","features":[578]},{"name":"RTC_DTMF_2","features":[578]},{"name":"RTC_DTMF_3","features":[578]},{"name":"RTC_DTMF_4","features":[578]},{"name":"RTC_DTMF_5","features":[578]},{"name":"RTC_DTMF_6","features":[578]},{"name":"RTC_DTMF_7","features":[578]},{"name":"RTC_DTMF_8","features":[578]},{"name":"RTC_DTMF_9","features":[578]},{"name":"RTC_DTMF_A","features":[578]},{"name":"RTC_DTMF_B","features":[578]},{"name":"RTC_DTMF_C","features":[578]},{"name":"RTC_DTMF_D","features":[578]},{"name":"RTC_DTMF_FLASH","features":[578]},{"name":"RTC_DTMF_POUND","features":[578]},{"name":"RTC_DTMF_STAR","features":[578]},{"name":"RTC_EVENT","features":[578]},{"name":"RTC_E_ANOTHER_MEDIA_SESSION_ACTIVE","features":[578]},{"name":"RTC_E_BASIC_AUTH_SET_TLS","features":[578]},{"name":"RTC_E_CLIENT_ALREADY_INITIALIZED","features":[578]},{"name":"RTC_E_CLIENT_ALREADY_SHUT_DOWN","features":[578]},{"name":"RTC_E_CLIENT_NOT_INITIALIZED","features":[578]},{"name":"RTC_E_DESTINATION_ADDRESS_LOCAL","features":[578]},{"name":"RTC_E_DESTINATION_ADDRESS_MULTICAST","features":[578]},{"name":"RTC_E_DUPLICATE_BUDDY","features":[578]},{"name":"RTC_E_DUPLICATE_GROUP","features":[578]},{"name":"RTC_E_DUPLICATE_REALM","features":[578]},{"name":"RTC_E_DUPLICATE_WATCHER","features":[578]},{"name":"RTC_E_INVALID_ACL_LIST","features":[578]},{"name":"RTC_E_INVALID_ADDRESS_LOCAL","features":[578]},{"name":"RTC_E_INVALID_BUDDY_LIST","features":[578]},{"name":"RTC_E_INVALID_LISTEN_SOCKET","features":[578]},{"name":"RTC_E_INVALID_OBJECT_STATE","features":[578]},{"name":"RTC_E_INVALID_PORTRANGE","features":[578]},{"name":"RTC_E_INVALID_PREFERENCE_LIST","features":[578]},{"name":"RTC_E_INVALID_PROFILE","features":[578]},{"name":"RTC_E_INVALID_PROXY_ADDRESS","features":[578]},{"name":"RTC_E_INVALID_REGISTRATION_STATE","features":[578]},{"name":"RTC_E_INVALID_SESSION_STATE","features":[578]},{"name":"RTC_E_INVALID_SESSION_TYPE","features":[578]},{"name":"RTC_E_INVALID_SIP_URL","features":[578]},{"name":"RTC_E_LISTENING_SOCKET_NOT_EXIST","features":[578]},{"name":"RTC_E_LOCAL_PHONE_NEEDED","features":[578]},{"name":"RTC_E_MALFORMED_XML","features":[578]},{"name":"RTC_E_MAX_PENDING_OPERATIONS","features":[578]},{"name":"RTC_E_MAX_REDIRECTS","features":[578]},{"name":"RTC_E_MEDIA_AEC","features":[578]},{"name":"RTC_E_MEDIA_AUDIO_DEVICE_NOT_AVAILABLE","features":[578]},{"name":"RTC_E_MEDIA_CONTROLLER_STATE","features":[578]},{"name":"RTC_E_MEDIA_DISABLED","features":[578]},{"name":"RTC_E_MEDIA_ENABLED","features":[578]},{"name":"RTC_E_MEDIA_NEED_TERMINAL","features":[578]},{"name":"RTC_E_MEDIA_SESSION_IN_HOLD","features":[578]},{"name":"RTC_E_MEDIA_SESSION_NOT_EXIST","features":[578]},{"name":"RTC_E_MEDIA_VIDEO_DEVICE_NOT_AVAILABLE","features":[578]},{"name":"RTC_E_NOT_ALLOWED","features":[578]},{"name":"RTC_E_NOT_EXIST","features":[578]},{"name":"RTC_E_NOT_PRESENCE_PROFILE","features":[578]},{"name":"RTC_E_NO_BUDDY","features":[578]},{"name":"RTC_E_NO_DEVICE","features":[578]},{"name":"RTC_E_NO_GROUP","features":[578]},{"name":"RTC_E_NO_PROFILE","features":[578]},{"name":"RTC_E_NO_REALM","features":[578]},{"name":"RTC_E_NO_TRANSPORT","features":[578]},{"name":"RTC_E_NO_WATCHER","features":[578]},{"name":"RTC_E_OPERATION_WITH_TOO_MANY_PARTICIPANTS","features":[578]},{"name":"RTC_E_PINT_STATUS_REJECTED_ALL_BUSY","features":[578]},{"name":"RTC_E_PINT_STATUS_REJECTED_BADNUMBER","features":[578]},{"name":"RTC_E_PINT_STATUS_REJECTED_BUSY","features":[578]},{"name":"RTC_E_PINT_STATUS_REJECTED_CANCELLED","features":[578]},{"name":"RTC_E_PINT_STATUS_REJECTED_NO_ANSWER","features":[578]},{"name":"RTC_E_PINT_STATUS_REJECTED_PL_FAILED","features":[578]},{"name":"RTC_E_PINT_STATUS_REJECTED_SW_FAILED","features":[578]},{"name":"RTC_E_PLATFORM_NOT_SUPPORTED","features":[578]},{"name":"RTC_E_POLICY_NOT_ALLOW","features":[578]},{"name":"RTC_E_PORT_MANAGER_ALREADY_SET","features":[578]},{"name":"RTC_E_PORT_MAPPING_FAILED","features":[578]},{"name":"RTC_E_PORT_MAPPING_UNAVAILABLE","features":[578]},{"name":"RTC_E_PRESENCE_ENABLED","features":[578]},{"name":"RTC_E_PRESENCE_NOT_ENABLED","features":[578]},{"name":"RTC_E_PROFILE_INVALID_SERVER_AUTHMETHOD","features":[578]},{"name":"RTC_E_PROFILE_INVALID_SERVER_PROTOCOL","features":[578]},{"name":"RTC_E_PROFILE_INVALID_SERVER_ROLE","features":[578]},{"name":"RTC_E_PROFILE_INVALID_SESSION","features":[578]},{"name":"RTC_E_PROFILE_INVALID_SESSION_PARTY","features":[578]},{"name":"RTC_E_PROFILE_INVALID_SESSION_TYPE","features":[578]},{"name":"RTC_E_PROFILE_MULTIPLE_REGISTRARS","features":[578]},{"name":"RTC_E_PROFILE_NO_KEY","features":[578]},{"name":"RTC_E_PROFILE_NO_NAME","features":[578]},{"name":"RTC_E_PROFILE_NO_PROVISION","features":[578]},{"name":"RTC_E_PROFILE_NO_SERVER","features":[578]},{"name":"RTC_E_PROFILE_NO_SERVER_ADDRESS","features":[578]},{"name":"RTC_E_PROFILE_NO_SERVER_PROTOCOL","features":[578]},{"name":"RTC_E_PROFILE_NO_USER","features":[578]},{"name":"RTC_E_PROFILE_NO_USER_URI","features":[578]},{"name":"RTC_E_PROFILE_SERVER_UNAUTHORIZED","features":[578]},{"name":"RTC_E_REDIRECT_PROCESSING_FAILED","features":[578]},{"name":"RTC_E_REFER_NOT_ACCEPTED","features":[578]},{"name":"RTC_E_REFER_NOT_ALLOWED","features":[578]},{"name":"RTC_E_REFER_NOT_EXIST","features":[578]},{"name":"RTC_E_REGISTRATION_DEACTIVATED","features":[578]},{"name":"RTC_E_REGISTRATION_REJECTED","features":[578]},{"name":"RTC_E_REGISTRATION_UNREGISTERED","features":[578]},{"name":"RTC_E_ROAMING_ENABLED","features":[578]},{"name":"RTC_E_ROAMING_FAILED","features":[578]},{"name":"RTC_E_ROAMING_OPERATION_INTERRUPTED","features":[578]},{"name":"RTC_E_SDP_CONNECTION_ADDR","features":[578]},{"name":"RTC_E_SDP_FAILED_TO_BUILD","features":[578]},{"name":"RTC_E_SDP_MULTICAST","features":[578]},{"name":"RTC_E_SDP_NOT_PRESENT","features":[578]},{"name":"RTC_E_SDP_NO_MEDIA","features":[578]},{"name":"RTC_E_SDP_PARSE_FAILED","features":[578]},{"name":"RTC_E_SDP_UPDATE_FAILED","features":[578]},{"name":"RTC_E_SECURITY_LEVEL_ALREADY_SET","features":[578]},{"name":"RTC_E_SECURITY_LEVEL_NOT_COMPATIBLE","features":[578]},{"name":"RTC_E_SECURITY_LEVEL_NOT_DEFINED","features":[578]},{"name":"RTC_E_SECURITY_LEVEL_NOT_SUPPORTED_BY_PARTICIPANT","features":[578]},{"name":"RTC_E_SIP_ADDITIONAL_PARTY_IN_TWO_PARTY_SESSION","features":[578]},{"name":"RTC_E_SIP_AUTH_FAILED","features":[578]},{"name":"RTC_E_SIP_AUTH_HEADER_SENT","features":[578]},{"name":"RTC_E_SIP_AUTH_TIME_SKEW","features":[578]},{"name":"RTC_E_SIP_AUTH_TYPE_NOT_SUPPORTED","features":[578]},{"name":"RTC_E_SIP_CALL_CONNECTION_NOT_ESTABLISHED","features":[578]},{"name":"RTC_E_SIP_CALL_DISCONNECTED","features":[578]},{"name":"RTC_E_SIP_CODECS_DO_NOT_MATCH","features":[578]},{"name":"RTC_E_SIP_DNS_FAIL","features":[578]},{"name":"RTC_E_SIP_HEADER_NOT_PRESENT","features":[578]},{"name":"RTC_E_SIP_HIGH_SECURITY_SET_TLS","features":[578]},{"name":"RTC_E_SIP_HOLD_OPERATION_PENDING","features":[578]},{"name":"RTC_E_SIP_INVALID_CERTIFICATE","features":[578]},{"name":"RTC_E_SIP_INVITEE_PARTY_TIMEOUT","features":[578]},{"name":"RTC_E_SIP_INVITE_TRANSACTION_PENDING","features":[578]},{"name":"RTC_E_SIP_NEED_MORE_DATA","features":[578]},{"name":"RTC_E_SIP_NO_STREAM","features":[578]},{"name":"RTC_E_SIP_OTHER_PARTY_JOIN_IN_PROGRESS","features":[578]},{"name":"RTC_E_SIP_PARSE_FAILED","features":[578]},{"name":"RTC_E_SIP_PARTY_ALREADY_IN_SESSION","features":[578]},{"name":"RTC_E_SIP_PEER_PARTICIPANT_IN_MULTIPARTY_SESSION","features":[578]},{"name":"RTC_E_SIP_REFER_OPERATION_PENDING","features":[578]},{"name":"RTC_E_SIP_REQUEST_DESTINATION_ADDR_NOT_PRESENT","features":[578]},{"name":"RTC_E_SIP_SSL_NEGOTIATION_TIMEOUT","features":[578]},{"name":"RTC_E_SIP_SSL_TUNNEL_FAILED","features":[578]},{"name":"RTC_E_SIP_STACK_SHUTDOWN","features":[578]},{"name":"RTC_E_SIP_STREAM_NOT_PRESENT","features":[578]},{"name":"RTC_E_SIP_STREAM_PRESENT","features":[578]},{"name":"RTC_E_SIP_TCP_FAIL","features":[578]},{"name":"RTC_E_SIP_TIMEOUT","features":[578]},{"name":"RTC_E_SIP_TLS_FAIL","features":[578]},{"name":"RTC_E_SIP_TLS_INCOMPATIBLE_ENCRYPTION","features":[578]},{"name":"RTC_E_SIP_TRANSPORT_NOT_SUPPORTED","features":[578]},{"name":"RTC_E_SIP_UDP_SIZE_EXCEEDED","features":[578]},{"name":"RTC_E_SIP_UNHOLD_OPERATION_PENDING","features":[578]},{"name":"RTC_E_START_STREAM","features":[578]},{"name":"RTC_E_STATUS_CLIENT_ADDRESS_INCOMPLETE","features":[578]},{"name":"RTC_E_STATUS_CLIENT_AMBIGUOUS","features":[578]},{"name":"RTC_E_STATUS_CLIENT_BAD_EXTENSION","features":[578]},{"name":"RTC_E_STATUS_CLIENT_BAD_REQUEST","features":[578]},{"name":"RTC_E_STATUS_CLIENT_BUSY_HERE","features":[578]},{"name":"RTC_E_STATUS_CLIENT_CONFLICT","features":[578]},{"name":"RTC_E_STATUS_CLIENT_FORBIDDEN","features":[578]},{"name":"RTC_E_STATUS_CLIENT_GONE","features":[578]},{"name":"RTC_E_STATUS_CLIENT_LENGTH_REQUIRED","features":[578]},{"name":"RTC_E_STATUS_CLIENT_LOOP_DETECTED","features":[578]},{"name":"RTC_E_STATUS_CLIENT_METHOD_NOT_ALLOWED","features":[578]},{"name":"RTC_E_STATUS_CLIENT_NOT_ACCEPTABLE","features":[578]},{"name":"RTC_E_STATUS_CLIENT_NOT_FOUND","features":[578]},{"name":"RTC_E_STATUS_CLIENT_PAYMENT_REQUIRED","features":[578]},{"name":"RTC_E_STATUS_CLIENT_PROXY_AUTHENTICATION_REQUIRED","features":[578]},{"name":"RTC_E_STATUS_CLIENT_REQUEST_ENTITY_TOO_LARGE","features":[578]},{"name":"RTC_E_STATUS_CLIENT_REQUEST_TIMEOUT","features":[578]},{"name":"RTC_E_STATUS_CLIENT_REQUEST_URI_TOO_LARGE","features":[578]},{"name":"RTC_E_STATUS_CLIENT_TEMPORARILY_NOT_AVAILABLE","features":[578]},{"name":"RTC_E_STATUS_CLIENT_TOO_MANY_HOPS","features":[578]},{"name":"RTC_E_STATUS_CLIENT_TRANSACTION_DOES_NOT_EXIST","features":[578]},{"name":"RTC_E_STATUS_CLIENT_UNAUTHORIZED","features":[578]},{"name":"RTC_E_STATUS_CLIENT_UNSUPPORTED_MEDIA_TYPE","features":[578]},{"name":"RTC_E_STATUS_GLOBAL_BUSY_EVERYWHERE","features":[578]},{"name":"RTC_E_STATUS_GLOBAL_DECLINE","features":[578]},{"name":"RTC_E_STATUS_GLOBAL_DOES_NOT_EXIST_ANYWHERE","features":[578]},{"name":"RTC_E_STATUS_GLOBAL_NOT_ACCEPTABLE","features":[578]},{"name":"RTC_E_STATUS_INFO_CALL_FORWARDING","features":[578]},{"name":"RTC_E_STATUS_INFO_QUEUED","features":[578]},{"name":"RTC_E_STATUS_INFO_RINGING","features":[578]},{"name":"RTC_E_STATUS_INFO_TRYING","features":[578]},{"name":"RTC_E_STATUS_NOT_ACCEPTABLE_HERE","features":[578]},{"name":"RTC_E_STATUS_REDIRECT_ALTERNATIVE_SERVICE","features":[578]},{"name":"RTC_E_STATUS_REDIRECT_MOVED_PERMANENTLY","features":[578]},{"name":"RTC_E_STATUS_REDIRECT_MOVED_TEMPORARILY","features":[578]},{"name":"RTC_E_STATUS_REDIRECT_MULTIPLE_CHOICES","features":[578]},{"name":"RTC_E_STATUS_REDIRECT_SEE_OTHER","features":[578]},{"name":"RTC_E_STATUS_REDIRECT_USE_PROXY","features":[578]},{"name":"RTC_E_STATUS_REQUEST_TERMINATED","features":[578]},{"name":"RTC_E_STATUS_SERVER_BAD_GATEWAY","features":[578]},{"name":"RTC_E_STATUS_SERVER_INTERNAL_ERROR","features":[578]},{"name":"RTC_E_STATUS_SERVER_NOT_IMPLEMENTED","features":[578]},{"name":"RTC_E_STATUS_SERVER_SERVER_TIMEOUT","features":[578]},{"name":"RTC_E_STATUS_SERVER_SERVICE_UNAVAILABLE","features":[578]},{"name":"RTC_E_STATUS_SERVER_VERSION_NOT_SUPPORTED","features":[578]},{"name":"RTC_E_STATUS_SESSION_PROGRESS","features":[578]},{"name":"RTC_E_STATUS_SUCCESS","features":[578]},{"name":"RTC_E_TOO_MANY_GROUPS","features":[578]},{"name":"RTC_E_TOO_MANY_RETRIES","features":[578]},{"name":"RTC_E_TOO_SMALL_EXPIRES_VALUE","features":[578]},{"name":"RTC_E_UDP_NOT_SUPPORTED","features":[578]},{"name":"RTC_GROUP_EVENT_TYPE","features":[578]},{"name":"RTC_LISTEN_MODE","features":[578]},{"name":"RTC_MEDIA_EVENT_REASON","features":[578]},{"name":"RTC_MEDIA_EVENT_TYPE","features":[578]},{"name":"RTC_MESSAGING_EVENT_TYPE","features":[578]},{"name":"RTC_MESSAGING_USER_STATUS","features":[578]},{"name":"RTC_OFFER_WATCHER_MODE","features":[578]},{"name":"RTC_PARTICIPANT_STATE","features":[578]},{"name":"RTC_PORT_TYPE","features":[578]},{"name":"RTC_PRESENCE_PROPERTY","features":[578]},{"name":"RTC_PRESENCE_STATUS","features":[578]},{"name":"RTC_PRIVACY_MODE","features":[578]},{"name":"RTC_PROFILE_EVENT_TYPE","features":[578]},{"name":"RTC_PROVIDER_URI","features":[578]},{"name":"RTC_REGISTRATION_STATE","features":[578]},{"name":"RTC_REINVITE_STATE","features":[578]},{"name":"RTC_RING_TYPE","features":[578]},{"name":"RTC_ROAMING_EVENT_TYPE","features":[578]},{"name":"RTC_SECURITY_LEVEL","features":[578]},{"name":"RTC_SECURITY_TYPE","features":[578]},{"name":"RTC_SESSION_REFER_STATUS","features":[578]},{"name":"RTC_SESSION_STATE","features":[578]},{"name":"RTC_SESSION_TYPE","features":[578]},{"name":"RTC_S_ROAMING_NOT_SUPPORTED","features":[578]},{"name":"RTC_T120_APPLET","features":[578]},{"name":"RTC_TERMINATE_REASON","features":[578]},{"name":"RTC_USER_SEARCH_COLUMN","features":[578]},{"name":"RTC_USER_SEARCH_PREFERENCE","features":[578]},{"name":"RTC_VIDEO_DEVICE","features":[578]},{"name":"RTC_WATCHER_EVENT_TYPE","features":[578]},{"name":"RTC_WATCHER_MATCH_MODE","features":[578]},{"name":"RTC_WATCHER_STATE","features":[578]},{"name":"STATUS_SEVERITY_RTC_ERROR","features":[578]},{"name":"TRANSPORT_SETTING","features":[320,578]}],"597":[{"name":"ApplicationRecoveryFinished","features":[307,579]},{"name":"ApplicationRecoveryInProgress","features":[307,579]},{"name":"GetApplicationRecoveryCallback","features":[307,579,340]},{"name":"GetApplicationRestartSettings","features":[307,579]},{"name":"REGISTER_APPLICATION_RESTART_FLAGS","features":[579]},{"name":"RESTART_NO_CRASH","features":[579]},{"name":"RESTART_NO_HANG","features":[579]},{"name":"RESTART_NO_PATCH","features":[579]},{"name":"RESTART_NO_REBOOT","features":[579]},{"name":"RegisterApplicationRecoveryCallback","features":[579,340]},{"name":"RegisterApplicationRestart","features":[579]},{"name":"UnregisterApplicationRecoveryCallback","features":[579]},{"name":"UnregisterApplicationRestart","features":[579]}],"598":[{"name":"AGP_FLAG_NO_1X_RATE","features":[370]},{"name":"AGP_FLAG_NO_2X_RATE","features":[370]},{"name":"AGP_FLAG_NO_4X_RATE","features":[370]},{"name":"AGP_FLAG_NO_8X_RATE","features":[370]},{"name":"AGP_FLAG_NO_FW_ENABLE","features":[370]},{"name":"AGP_FLAG_NO_SBA_ENABLE","features":[370]},{"name":"AGP_FLAG_REVERSE_INITIALIZATION","features":[370]},{"name":"AGP_FLAG_SPECIAL_RESERVE","features":[370]},{"name":"AGP_FLAG_SPECIAL_TARGET","features":[370]},{"name":"APMMENUSUSPEND_DISABLED","features":[370]},{"name":"APMMENUSUSPEND_ENABLED","features":[370]},{"name":"APMMENUSUSPEND_NOCHANGE","features":[370]},{"name":"APMMENUSUSPEND_UNDOCKED","features":[370]},{"name":"APMTIMEOUT_DISABLED","features":[370]},{"name":"BIF_RAWDEVICENEEDSDRIVER","features":[370]},{"name":"BIF_SHOWSIMILARDRIVERS","features":[370]},{"name":"CSCONFIGFLAG_BITS","features":[370]},{"name":"CSCONFIGFLAG_DISABLED","features":[370]},{"name":"CSCONFIGFLAG_DO_NOT_CREATE","features":[370]},{"name":"CSCONFIGFLAG_DO_NOT_START","features":[370]},{"name":"DMSTATEFLAG_APPLYTOALL","features":[370]},{"name":"DOSOPTF_ALWAYSUSE","features":[370]},{"name":"DOSOPTF_DEFAULT","features":[370]},{"name":"DOSOPTF_INDOSSTART","features":[370]},{"name":"DOSOPTF_MULTIPLE","features":[370]},{"name":"DOSOPTF_NEEDSETUP","features":[370]},{"name":"DOSOPTF_PROVIDESUMB","features":[370]},{"name":"DOSOPTF_SUPPORTED","features":[370]},{"name":"DOSOPTF_USESPMODE","features":[370]},{"name":"DOSOPTGF_DEFCLEAN","features":[370]},{"name":"DRIVERSIGN_BLOCKING","features":[370]},{"name":"DRIVERSIGN_NONE","features":[370]},{"name":"DRIVERSIGN_WARNING","features":[370]},{"name":"DSKTLSYSTEMTIME","features":[370]},{"name":"DTRESULTFIX","features":[370]},{"name":"DTRESULTOK","features":[370]},{"name":"DTRESULTPART","features":[370]},{"name":"DTRESULTPROB","features":[370]},{"name":"EISAFLAG_NO_IO_MERGE","features":[370]},{"name":"EISAFLAG_SLOT_IO_FIRST","features":[370]},{"name":"EISA_NO_MAX_FUNCTION","features":[370]},{"name":"GetRegistryValueWithFallbackW","features":[307,370]},{"name":"HKEY","features":[370]},{"name":"HKEY_CLASSES_ROOT","features":[370]},{"name":"HKEY_CURRENT_CONFIG","features":[370]},{"name":"HKEY_CURRENT_USER","features":[370]},{"name":"HKEY_CURRENT_USER_LOCAL_SETTINGS","features":[370]},{"name":"HKEY_DYN_DATA","features":[370]},{"name":"HKEY_LOCAL_MACHINE","features":[370]},{"name":"HKEY_PERFORMANCE_DATA","features":[370]},{"name":"HKEY_PERFORMANCE_NLSTEXT","features":[370]},{"name":"HKEY_PERFORMANCE_TEXT","features":[370]},{"name":"HKEY_USERS","features":[370]},{"name":"IT_COMPACT","features":[370]},{"name":"IT_CUSTOM","features":[370]},{"name":"IT_PORTABLE","features":[370]},{"name":"IT_TYPICAL","features":[370]},{"name":"KEY_ALL_ACCESS","features":[370]},{"name":"KEY_CREATE_LINK","features":[370]},{"name":"KEY_CREATE_SUB_KEY","features":[370]},{"name":"KEY_ENUMERATE_SUB_KEYS","features":[370]},{"name":"KEY_EXECUTE","features":[370]},{"name":"KEY_NOTIFY","features":[370]},{"name":"KEY_QUERY_VALUE","features":[370]},{"name":"KEY_READ","features":[370]},{"name":"KEY_SET_VALUE","features":[370]},{"name":"KEY_WOW64_32KEY","features":[370]},{"name":"KEY_WOW64_64KEY","features":[370]},{"name":"KEY_WOW64_RES","features":[370]},{"name":"KEY_WRITE","features":[370]},{"name":"LASTGOOD_OPERATION","features":[370]},{"name":"LASTGOOD_OPERATION_DELETE","features":[370]},{"name":"LASTGOOD_OPERATION_NOPOSTPROC","features":[370]},{"name":"MF_FLAGS_CREATE_BUT_NO_SHOW_DISABLED","features":[370]},{"name":"MF_FLAGS_EVEN_IF_NO_RESOURCE","features":[370]},{"name":"MF_FLAGS_FILL_IN_UNKNOWN_RESOURCE","features":[370]},{"name":"MF_FLAGS_NO_CREATE_IF_NO_RESOURCE","features":[370]},{"name":"NUM_EISA_RANGES","features":[370]},{"name":"NUM_RESOURCE_MAP","features":[370]},{"name":"PCIC_DEFAULT_IRQMASK","features":[370]},{"name":"PCIC_DEFAULT_NUMSOCKETS","features":[370]},{"name":"PCI_OPTIONS_USE_BIOS","features":[370]},{"name":"PCI_OPTIONS_USE_IRQ_STEERING","features":[370]},{"name":"PCMCIA_DEF_MEMBEGIN","features":[370]},{"name":"PCMCIA_DEF_MEMEND","features":[370]},{"name":"PCMCIA_DEF_MEMLEN","features":[370]},{"name":"PCMCIA_DEF_MIN_REGION","features":[370]},{"name":"PCMCIA_OPT_AUTOMEM","features":[370]},{"name":"PCMCIA_OPT_HAVE_SOCKET","features":[370]},{"name":"PCMCIA_OPT_NO_APMREMOVE","features":[370]},{"name":"PCMCIA_OPT_NO_AUDIO","features":[370]},{"name":"PCMCIA_OPT_NO_SOUND","features":[370]},{"name":"PIR_OPTION_DEFAULT","features":[370]},{"name":"PIR_OPTION_ENABLED","features":[370]},{"name":"PIR_OPTION_MSSPEC","features":[370]},{"name":"PIR_OPTION_REALMODE","features":[370]},{"name":"PIR_OPTION_REGISTRY","features":[370]},{"name":"PIR_STATUS_DISABLED","features":[370]},{"name":"PIR_STATUS_ENABLED","features":[370]},{"name":"PIR_STATUS_ERROR","features":[370]},{"name":"PIR_STATUS_MAX","features":[370]},{"name":"PIR_STATUS_MINIPORT_COMPATIBLE","features":[370]},{"name":"PIR_STATUS_MINIPORT_ERROR","features":[370]},{"name":"PIR_STATUS_MINIPORT_INVALID","features":[370]},{"name":"PIR_STATUS_MINIPORT_MAX","features":[370]},{"name":"PIR_STATUS_MINIPORT_NOKEY","features":[370]},{"name":"PIR_STATUS_MINIPORT_NONE","features":[370]},{"name":"PIR_STATUS_MINIPORT_NORMAL","features":[370]},{"name":"PIR_STATUS_MINIPORT_OVERRIDE","features":[370]},{"name":"PIR_STATUS_MINIPORT_SUCCESS","features":[370]},{"name":"PIR_STATUS_TABLE_BAD","features":[370]},{"name":"PIR_STATUS_TABLE_ERROR","features":[370]},{"name":"PIR_STATUS_TABLE_MAX","features":[370]},{"name":"PIR_STATUS_TABLE_MSSPEC","features":[370]},{"name":"PIR_STATUS_TABLE_NONE","features":[370]},{"name":"PIR_STATUS_TABLE_REALMODE","features":[370]},{"name":"PIR_STATUS_TABLE_REGISTRY","features":[370]},{"name":"PIR_STATUS_TABLE_SUCCESS","features":[370]},{"name":"PQUERYHANDLER","features":[370]},{"name":"PROVIDER_KEEPS_VALUE_LENGTH","features":[370]},{"name":"PVALUEA","features":[370]},{"name":"PVALUEW","features":[370]},{"name":"REGDF_CONFLICTDMA","features":[370]},{"name":"REGDF_CONFLICTIO","features":[370]},{"name":"REGDF_CONFLICTIRQ","features":[370]},{"name":"REGDF_CONFLICTMEM","features":[370]},{"name":"REGDF_GENFORCEDCONFIG","features":[370]},{"name":"REGDF_MAPIRQ2TO9","features":[370]},{"name":"REGDF_NEEDFULLCONFIG","features":[370]},{"name":"REGDF_NODETCONFIG","features":[370]},{"name":"REGDF_NOTDETDMA","features":[370]},{"name":"REGDF_NOTDETIO","features":[370]},{"name":"REGDF_NOTDETIRQ","features":[370]},{"name":"REGDF_NOTDETMEM","features":[370]},{"name":"REGDF_NOTVERIFIED","features":[370]},{"name":"REGSTR_DATA_NETOS_IPX","features":[370]},{"name":"REGSTR_DATA_NETOS_NDIS","features":[370]},{"name":"REGSTR_DATA_NETOS_ODI","features":[370]},{"name":"REGSTR_DEFAULT_INSTANCE","features":[370]},{"name":"REGSTR_KEY_ACPIENUM","features":[370]},{"name":"REGSTR_KEY_APM","features":[370]},{"name":"REGSTR_KEY_BIOSENUM","features":[370]},{"name":"REGSTR_KEY_CLASS","features":[370]},{"name":"REGSTR_KEY_CONFIG","features":[370]},{"name":"REGSTR_KEY_CONTROL","features":[370]},{"name":"REGSTR_KEY_CRASHES","features":[370]},{"name":"REGSTR_KEY_CURRENT","features":[370]},{"name":"REGSTR_KEY_CURRENT_ENV","features":[370]},{"name":"REGSTR_KEY_DANGERS","features":[370]},{"name":"REGSTR_KEY_DEFAULT","features":[370]},{"name":"REGSTR_KEY_DETMODVARS","features":[370]},{"name":"REGSTR_KEY_DEVICEPARAMETERS","features":[370]},{"name":"REGSTR_KEY_DEVICE_PROPERTIES","features":[370]},{"name":"REGSTR_KEY_DISPLAY_CLASS","features":[370]},{"name":"REGSTR_KEY_DOSOPTCDROM","features":[370]},{"name":"REGSTR_KEY_DOSOPTMOUSE","features":[370]},{"name":"REGSTR_KEY_DRIVERPARAMETERS","features":[370]},{"name":"REGSTR_KEY_DRIVERS","features":[370]},{"name":"REGSTR_KEY_EBDAUTOEXECBATKEYBOARD","features":[370]},{"name":"REGSTR_KEY_EBDAUTOEXECBATLOCAL","features":[370]},{"name":"REGSTR_KEY_EBDCONFIGSYSKEYBOARD","features":[370]},{"name":"REGSTR_KEY_EBDCONFIGSYSLOCAL","features":[370]},{"name":"REGSTR_KEY_EBDFILESKEYBOARD","features":[370]},{"name":"REGSTR_KEY_EBDFILESLOCAL","features":[370]},{"name":"REGSTR_KEY_EISAENUM","features":[370]},{"name":"REGSTR_KEY_ENUM","features":[370]},{"name":"REGSTR_KEY_EXPLORER","features":[370]},{"name":"REGSTR_KEY_FILTERS","features":[370]},{"name":"REGSTR_KEY_INIUPDATE","features":[370]},{"name":"REGSTR_KEY_ISAENUM","features":[370]},{"name":"REGSTR_KEY_JOYCURR","features":[370]},{"name":"REGSTR_KEY_JOYSETTINGS","features":[370]},{"name":"REGSTR_KEY_KEYBOARD_CLASS","features":[370]},{"name":"REGSTR_KEY_KNOWNDOCKINGSTATES","features":[370]},{"name":"REGSTR_KEY_LOGCONFIG","features":[370]},{"name":"REGSTR_KEY_LOGON","features":[370]},{"name":"REGSTR_KEY_LOWER_FILTER_LEVEL_DEFAULT","features":[370]},{"name":"REGSTR_KEY_MEDIA_CLASS","features":[370]},{"name":"REGSTR_KEY_MODEM_CLASS","features":[370]},{"name":"REGSTR_KEY_MODES","features":[370]},{"name":"REGSTR_KEY_MONITOR_CLASS","features":[370]},{"name":"REGSTR_KEY_MOUSE_CLASS","features":[370]},{"name":"REGSTR_KEY_NDISINFO","features":[370]},{"name":"REGSTR_KEY_NETWORK","features":[370]},{"name":"REGSTR_KEY_NETWORKPROVIDER","features":[370]},{"name":"REGSTR_KEY_NETWORK_PERSISTENT","features":[370]},{"name":"REGSTR_KEY_NETWORK_RECENT","features":[370]},{"name":"REGSTR_KEY_OVERRIDE","features":[370]},{"name":"REGSTR_KEY_PCIENUM","features":[370]},{"name":"REGSTR_KEY_PCMCIA","features":[370]},{"name":"REGSTR_KEY_PCMCIAENUM","features":[370]},{"name":"REGSTR_KEY_PCMCIA_CLASS","features":[370]},{"name":"REGSTR_KEY_PCMTD","features":[370]},{"name":"REGSTR_KEY_PCUNKNOWN","features":[370]},{"name":"REGSTR_KEY_POL_COMPUTERS","features":[370]},{"name":"REGSTR_KEY_POL_DEFAULT","features":[370]},{"name":"REGSTR_KEY_POL_USERGROUPDATA","features":[370]},{"name":"REGSTR_KEY_POL_USERGROUPS","features":[370]},{"name":"REGSTR_KEY_POL_USERS","features":[370]},{"name":"REGSTR_KEY_PORTS_CLASS","features":[370]},{"name":"REGSTR_KEY_PRINTERS","features":[370]},{"name":"REGSTR_KEY_PRINT_PROC","features":[370]},{"name":"REGSTR_KEY_ROOTENUM","features":[370]},{"name":"REGSTR_KEY_RUNHISTORY","features":[370]},{"name":"REGSTR_KEY_SCSI_CLASS","features":[370]},{"name":"REGSTR_KEY_SETUP","features":[370]},{"name":"REGSTR_KEY_SHARES","features":[370]},{"name":"REGSTR_KEY_SYSTEM","features":[370]},{"name":"REGSTR_KEY_SYSTEMBOARD","features":[370]},{"name":"REGSTR_KEY_UPPER_FILTER_LEVEL_DEFAULT","features":[370]},{"name":"REGSTR_KEY_USER","features":[370]},{"name":"REGSTR_KEY_VPOWERDENUM","features":[370]},{"name":"REGSTR_KEY_WINOLDAPP","features":[370]},{"name":"REGSTR_MACHTYPE_ATT_PC","features":[370]},{"name":"REGSTR_MACHTYPE_HP_VECTRA","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPC","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPCAT","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPCCONV","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPCJR","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPCXT","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPCXT_286","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS1","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_25","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_30","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_30_286","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_50","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_50Z","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_55SX","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_60","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_65SX","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_70","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_70_80","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_80","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_90","features":[370]},{"name":"REGSTR_MACHTYPE_IBMPS2_P70","features":[370]},{"name":"REGSTR_MACHTYPE_PHOENIX_PCAT","features":[370]},{"name":"REGSTR_MACHTYPE_UNKNOWN","features":[370]},{"name":"REGSTR_MACHTYPE_ZENITH_PC","features":[370]},{"name":"REGSTR_MAX_VALUE_LENGTH","features":[370]},{"name":"REGSTR_PATH_ADDRARB","features":[370]},{"name":"REGSTR_PATH_AEDEBUG","features":[370]},{"name":"REGSTR_PATH_APPEARANCE","features":[370]},{"name":"REGSTR_PATH_APPPATCH","features":[370]},{"name":"REGSTR_PATH_APPPATHS","features":[370]},{"name":"REGSTR_PATH_BIOSINFO","features":[370]},{"name":"REGSTR_PATH_BUSINFORMATION","features":[370]},{"name":"REGSTR_PATH_CDFS","features":[370]},{"name":"REGSTR_PATH_CHECKBADAPPS","features":[370]},{"name":"REGSTR_PATH_CHECKBADAPPS400","features":[370]},{"name":"REGSTR_PATH_CHECKDISK","features":[370]},{"name":"REGSTR_PATH_CHECKDISKSET","features":[370]},{"name":"REGSTR_PATH_CHECKDISKUDRVS","features":[370]},{"name":"REGSTR_PATH_CHECKVERDLLS","features":[370]},{"name":"REGSTR_PATH_CHILD_PREFIX","features":[370]},{"name":"REGSTR_PATH_CHKLASTCHECK","features":[370]},{"name":"REGSTR_PATH_CHKLASTSURFAN","features":[370]},{"name":"REGSTR_PATH_CLASS","features":[370]},{"name":"REGSTR_PATH_CLASS_NT","features":[370]},{"name":"REGSTR_PATH_CODEPAGE","features":[370]},{"name":"REGSTR_PATH_CODEVICEINSTALLERS","features":[370]},{"name":"REGSTR_PATH_COLORS","features":[370]},{"name":"REGSTR_PATH_COMPUTRNAME","features":[370]},{"name":"REGSTR_PATH_CONTROLPANEL","features":[370]},{"name":"REGSTR_PATH_CONTROLSFOLDER","features":[370]},{"name":"REGSTR_PATH_CRITICALDEVICEDATABASE","features":[370]},{"name":"REGSTR_PATH_CURRENTCONTROLSET","features":[370]},{"name":"REGSTR_PATH_CURRENT_CONTROL_SET","features":[370]},{"name":"REGSTR_PATH_CURSORS","features":[370]},{"name":"REGSTR_PATH_CVNETWORK","features":[370]},{"name":"REGSTR_PATH_DESKTOP","features":[370]},{"name":"REGSTR_PATH_DETECT","features":[370]},{"name":"REGSTR_PATH_DEVICEINSTALLER","features":[370]},{"name":"REGSTR_PATH_DEVICE_CLASSES","features":[370]},{"name":"REGSTR_PATH_DIFX","features":[370]},{"name":"REGSTR_PATH_DISPLAYSETTINGS","features":[370]},{"name":"REGSTR_PATH_DMAARB","features":[370]},{"name":"REGSTR_PATH_DRIVERSIGN","features":[370]},{"name":"REGSTR_PATH_DRIVERSIGN_POLICY","features":[370]},{"name":"REGSTR_PATH_ENUM","features":[370]},{"name":"REGSTR_PATH_ENVIRONMENTS","features":[370]},{"name":"REGSTR_PATH_EVENTLABELS","features":[370]},{"name":"REGSTR_PATH_EXPLORER","features":[370]},{"name":"REGSTR_PATH_FAULT","features":[370]},{"name":"REGSTR_PATH_FILESYSTEM","features":[370]},{"name":"REGSTR_PATH_FILESYSTEM_NOVOLTRACK","features":[370]},{"name":"REGSTR_PATH_FLOATINGPOINTPROCESSOR","features":[370]},{"name":"REGSTR_PATH_FLOATINGPOINTPROCESSOR0","features":[370]},{"name":"REGSTR_PATH_FONTS","features":[370]},{"name":"REGSTR_PATH_GRPCONV","features":[370]},{"name":"REGSTR_PATH_HACKINIFILE","features":[370]},{"name":"REGSTR_PATH_HWPROFILES","features":[370]},{"name":"REGSTR_PATH_HWPROFILESCURRENT","features":[370]},{"name":"REGSTR_PATH_ICONS","features":[370]},{"name":"REGSTR_PATH_IDCONFIGDB","features":[370]},{"name":"REGSTR_PATH_INSTALLEDFILES","features":[370]},{"name":"REGSTR_PATH_IOARB","features":[370]},{"name":"REGSTR_PATH_IOS","features":[370]},{"name":"REGSTR_PATH_IRQARB","features":[370]},{"name":"REGSTR_PATH_KEYBOARD","features":[370]},{"name":"REGSTR_PATH_KNOWN16DLLS","features":[370]},{"name":"REGSTR_PATH_KNOWNDLLS","features":[370]},{"name":"REGSTR_PATH_KNOWNVXDS","features":[370]},{"name":"REGSTR_PATH_LASTBACKUP","features":[370]},{"name":"REGSTR_PATH_LASTCHECK","features":[370]},{"name":"REGSTR_PATH_LASTGOOD","features":[370]},{"name":"REGSTR_PATH_LASTGOODTMP","features":[370]},{"name":"REGSTR_PATH_LASTOPTIMIZE","features":[370]},{"name":"REGSTR_PATH_LOOKSCHEMES","features":[370]},{"name":"REGSTR_PATH_METRICS","features":[370]},{"name":"REGSTR_PATH_MONITORS","features":[370]},{"name":"REGSTR_PATH_MOUSE","features":[370]},{"name":"REGSTR_PATH_MSDOSOPTS","features":[370]},{"name":"REGSTR_PATH_MULTIMEDIA_AUDIO","features":[370]},{"name":"REGSTR_PATH_MULTI_FUNCTION","features":[370]},{"name":"REGSTR_PATH_NCPSERVER","features":[370]},{"name":"REGSTR_PATH_NETEQUIV","features":[370]},{"name":"REGSTR_PATH_NETWORK_USERSETTINGS","features":[370]},{"name":"REGSTR_PATH_NEWDOSBOX","features":[370]},{"name":"REGSTR_PATH_NONDRIVERSIGN","features":[370]},{"name":"REGSTR_PATH_NONDRIVERSIGN_POLICY","features":[370]},{"name":"REGSTR_PATH_NOSUGGMSDOS","features":[370]},{"name":"REGSTR_PATH_NT_CURRENTVERSION","features":[370]},{"name":"REGSTR_PATH_NWREDIR","features":[370]},{"name":"REGSTR_PATH_PCIIR","features":[370]},{"name":"REGSTR_PATH_PER_HW_ID_STORAGE","features":[370]},{"name":"REGSTR_PATH_PIFCONVERT","features":[370]},{"name":"REGSTR_PATH_POLICIES","features":[370]},{"name":"REGSTR_PATH_PRINT","features":[370]},{"name":"REGSTR_PATH_PRINTERS","features":[370]},{"name":"REGSTR_PATH_PROPERTYSYSTEM","features":[370]},{"name":"REGSTR_PATH_PROVIDERS","features":[370]},{"name":"REGSTR_PATH_PWDPROVIDER","features":[370]},{"name":"REGSTR_PATH_REALMODENET","features":[370]},{"name":"REGSTR_PATH_REINSTALL","features":[370]},{"name":"REGSTR_PATH_RELIABILITY","features":[370]},{"name":"REGSTR_PATH_RELIABILITY_POLICY","features":[370]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_REPORTSNAPSHOT","features":[370]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_SHUTDOWNREASONUI","features":[370]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_SNAPSHOT","features":[370]},{"name":"REGSTR_PATH_ROOT","features":[370]},{"name":"REGSTR_PATH_RUN","features":[370]},{"name":"REGSTR_PATH_RUNONCE","features":[370]},{"name":"REGSTR_PATH_RUNONCEEX","features":[370]},{"name":"REGSTR_PATH_RUNSERVICES","features":[370]},{"name":"REGSTR_PATH_RUNSERVICESONCE","features":[370]},{"name":"REGSTR_PATH_SCHEMES","features":[370]},{"name":"REGSTR_PATH_SCREENSAVE","features":[370]},{"name":"REGSTR_PATH_SERVICES","features":[370]},{"name":"REGSTR_PATH_SETUP","features":[370]},{"name":"REGSTR_PATH_SHUTDOWN","features":[370]},{"name":"REGSTR_PATH_SOUND","features":[370]},{"name":"REGSTR_PATH_SYSTEMENUM","features":[370]},{"name":"REGSTR_PATH_SYSTRAY","features":[370]},{"name":"REGSTR_PATH_TIMEZONE","features":[370]},{"name":"REGSTR_PATH_UNINSTALL","features":[370]},{"name":"REGSTR_PATH_UPDATE","features":[370]},{"name":"REGSTR_PATH_VCOMM","features":[370]},{"name":"REGSTR_PATH_VMM","features":[370]},{"name":"REGSTR_PATH_VMM32FILES","features":[370]},{"name":"REGSTR_PATH_VNETSUP","features":[370]},{"name":"REGSTR_PATH_VOLUMECACHE","features":[370]},{"name":"REGSTR_PATH_VPOWERD","features":[370]},{"name":"REGSTR_PATH_VXD","features":[370]},{"name":"REGSTR_PATH_WARNVERDLLS","features":[370]},{"name":"REGSTR_PATH_WINBOOT","features":[370]},{"name":"REGSTR_PATH_WINDOWSAPPLETS","features":[370]},{"name":"REGSTR_PATH_WINLOGON","features":[370]},{"name":"REGSTR_PATH_WMI_SECURITY","features":[370]},{"name":"REGSTR_PCI_DUAL_IDE","features":[370]},{"name":"REGSTR_PCI_OPTIONS","features":[370]},{"name":"REGSTR_VALUE_DEFAULTLOC","features":[370]},{"name":"REGSTR_VALUE_ENABLE","features":[370]},{"name":"REGSTR_VALUE_LOWPOWERACTIVE","features":[370]},{"name":"REGSTR_VALUE_LOWPOWERTIMEOUT","features":[370]},{"name":"REGSTR_VALUE_NETPATH","features":[370]},{"name":"REGSTR_VALUE_POWEROFFACTIVE","features":[370]},{"name":"REGSTR_VALUE_POWEROFFTIMEOUT","features":[370]},{"name":"REGSTR_VALUE_SCRPASSWORD","features":[370]},{"name":"REGSTR_VALUE_USESCRPASSWORD","features":[370]},{"name":"REGSTR_VALUE_VERBOSE","features":[370]},{"name":"REGSTR_VAL_ACDRIVESPINDOWN","features":[370]},{"name":"REGSTR_VAL_ACSPINDOWNPREVIOUS","features":[370]},{"name":"REGSTR_VAL_ACTIVESERVICE","features":[370]},{"name":"REGSTR_VAL_ADDRESS","features":[370]},{"name":"REGSTR_VAL_AEDEBUG_AUTO","features":[370]},{"name":"REGSTR_VAL_AEDEBUG_DEBUGGER","features":[370]},{"name":"REGSTR_VAL_ALPHANUMPWDS","features":[370]},{"name":"REGSTR_VAL_APISUPPORT","features":[370]},{"name":"REGSTR_VAL_APMACTIMEOUT","features":[370]},{"name":"REGSTR_VAL_APMBATTIMEOUT","features":[370]},{"name":"REGSTR_VAL_APMBIOSVER","features":[370]},{"name":"REGSTR_VAL_APMFLAGS","features":[370]},{"name":"REGSTR_VAL_APMMENUSUSPEND","features":[370]},{"name":"REGSTR_VAL_APMSHUTDOWNPOWER","features":[370]},{"name":"REGSTR_VAL_APPINSTPATH","features":[370]},{"name":"REGSTR_VAL_ASKFORCONFIG","features":[370]},{"name":"REGSTR_VAL_ASKFORCONFIGFUNC","features":[370]},{"name":"REGSTR_VAL_ASYNCFILECOMMIT","features":[370]},{"name":"REGSTR_VAL_AUDIO_BITMAP","features":[370]},{"name":"REGSTR_VAL_AUDIO_ICON","features":[370]},{"name":"REGSTR_VAL_AUTHENT_AGENT","features":[370]},{"name":"REGSTR_VAL_AUTOEXEC","features":[370]},{"name":"REGSTR_VAL_AUTOINSNOTE","features":[370]},{"name":"REGSTR_VAL_AUTOLOGON","features":[370]},{"name":"REGSTR_VAL_AUTOMOUNT","features":[370]},{"name":"REGSTR_VAL_AUTOSTART","features":[370]},{"name":"REGSTR_VAL_BASICPROPERTIES","features":[370]},{"name":"REGSTR_VAL_BASICPROPERTIES_32","features":[370]},{"name":"REGSTR_VAL_BATDRIVESPINDOWN","features":[370]},{"name":"REGSTR_VAL_BATSPINDOWNPREVIOUS","features":[370]},{"name":"REGSTR_VAL_BEHAVIOR_ON_FAILED_VERIFY","features":[370]},{"name":"REGSTR_VAL_BIOSDATE","features":[370]},{"name":"REGSTR_VAL_BIOSNAME","features":[370]},{"name":"REGSTR_VAL_BIOSVERSION","features":[370]},{"name":"REGSTR_VAL_BITSPERPIXEL","features":[370]},{"name":"REGSTR_VAL_BOOTCONFIG","features":[370]},{"name":"REGSTR_VAL_BOOTCOUNT","features":[370]},{"name":"REGSTR_VAL_BOOTDIR","features":[370]},{"name":"REGSTR_VAL_BPP","features":[370]},{"name":"REGSTR_VAL_BT","features":[370]},{"name":"REGSTR_VAL_BUFFAGETIMEOUT","features":[370]},{"name":"REGSTR_VAL_BUFFIDLETIMEOUT","features":[370]},{"name":"REGSTR_VAL_BUSTYPE","features":[370]},{"name":"REGSTR_VAL_CAPABILITIES","features":[370]},{"name":"REGSTR_VAL_CARDSPECIFIC","features":[370]},{"name":"REGSTR_VAL_CDCACHESIZE","features":[370]},{"name":"REGSTR_VAL_CDCOMPATNAMES","features":[370]},{"name":"REGSTR_VAL_CDEXTERRORS","features":[370]},{"name":"REGSTR_VAL_CDNOREADAHEAD","features":[370]},{"name":"REGSTR_VAL_CDPREFETCH","features":[370]},{"name":"REGSTR_VAL_CDPREFETCHTAIL","features":[370]},{"name":"REGSTR_VAL_CDRAWCACHE","features":[370]},{"name":"REGSTR_VAL_CDROM","features":[370]},{"name":"REGSTR_VAL_CDROMCLASSNAME","features":[370]},{"name":"REGSTR_VAL_CDSHOWVERSIONS","features":[370]},{"name":"REGSTR_VAL_CDSVDSENSE","features":[370]},{"name":"REGSTR_VAL_CHECKSUM","features":[370]},{"name":"REGSTR_VAL_CLASS","features":[370]},{"name":"REGSTR_VAL_CLASSDESC","features":[370]},{"name":"REGSTR_VAL_CLASSGUID","features":[370]},{"name":"REGSTR_VAL_CMDRIVFLAGS","features":[370]},{"name":"REGSTR_VAL_CMENUMFLAGS","features":[370]},{"name":"REGSTR_VAL_COINSTALLERS_32","features":[370]},{"name":"REGSTR_VAL_COMINFO","features":[370]},{"name":"REGSTR_VAL_COMMENT","features":[370]},{"name":"REGSTR_VAL_COMPATIBLEIDS","features":[370]},{"name":"REGSTR_VAL_COMPRESSIONMETHOD","features":[370]},{"name":"REGSTR_VAL_COMPRESSIONTHRESHOLD","features":[370]},{"name":"REGSTR_VAL_COMPUTERNAME","features":[370]},{"name":"REGSTR_VAL_COMPUTRNAME","features":[370]},{"name":"REGSTR_VAL_COMVERIFYBASE","features":[370]},{"name":"REGSTR_VAL_CONFIG","features":[370]},{"name":"REGSTR_VAL_CONFIGFLAGS","features":[370]},{"name":"REGSTR_VAL_CONFIGMG","features":[370]},{"name":"REGSTR_VAL_CONFIGSYS","features":[370]},{"name":"REGSTR_VAL_CONNECTION_TYPE","features":[370]},{"name":"REGSTR_VAL_CONTAINERID","features":[370]},{"name":"REGSTR_VAL_CONTIGFILEALLOC","features":[370]},{"name":"REGSTR_VAL_CONVMEM","features":[370]},{"name":"REGSTR_VAL_CPU","features":[370]},{"name":"REGSTR_VAL_CRASHFUNCS","features":[370]},{"name":"REGSTR_VAL_CSCONFIGFLAGS","features":[370]},{"name":"REGSTR_VAL_CURCONFIG","features":[370]},{"name":"REGSTR_VAL_CURDRVLET","features":[370]},{"name":"REGSTR_VAL_CURRENTCONFIG","features":[370]},{"name":"REGSTR_VAL_CURRENT_BUILD","features":[370]},{"name":"REGSTR_VAL_CURRENT_CSDVERSION","features":[370]},{"name":"REGSTR_VAL_CURRENT_TYPE","features":[370]},{"name":"REGSTR_VAL_CURRENT_USER","features":[370]},{"name":"REGSTR_VAL_CURRENT_VERSION","features":[370]},{"name":"REGSTR_VAL_CUSTOMCOLORS","features":[370]},{"name":"REGSTR_VAL_CUSTOM_PROPERTY_CACHE_DATE","features":[370]},{"name":"REGSTR_VAL_CUSTOM_PROPERTY_HW_ID_KEY","features":[370]},{"name":"REGSTR_VAL_DEFAULT","features":[370]},{"name":"REGSTR_VAL_DETCONFIG","features":[370]},{"name":"REGSTR_VAL_DETECT","features":[370]},{"name":"REGSTR_VAL_DETECTFUNC","features":[370]},{"name":"REGSTR_VAL_DETFLAGS","features":[370]},{"name":"REGSTR_VAL_DETFUNC","features":[370]},{"name":"REGSTR_VAL_DEVDESC","features":[370]},{"name":"REGSTR_VAL_DEVICEDRIVER","features":[370]},{"name":"REGSTR_VAL_DEVICEPATH","features":[370]},{"name":"REGSTR_VAL_DEVICE_CHARACTERISTICS","features":[370]},{"name":"REGSTR_VAL_DEVICE_EXCLUSIVE","features":[370]},{"name":"REGSTR_VAL_DEVICE_INSTANCE","features":[370]},{"name":"REGSTR_VAL_DEVICE_SECURITY_DESCRIPTOR","features":[370]},{"name":"REGSTR_VAL_DEVICE_TYPE","features":[370]},{"name":"REGSTR_VAL_DEVLOADER","features":[370]},{"name":"REGSTR_VAL_DEVTYPE","features":[370]},{"name":"REGSTR_VAL_DIRECTHOST","features":[370]},{"name":"REGSTR_VAL_DIRTYSHUTDOWN","features":[370]},{"name":"REGSTR_VAL_DIRTYSHUTDOWNTIME","features":[370]},{"name":"REGSTR_VAL_DISABLECOUNT","features":[370]},{"name":"REGSTR_VAL_DISABLEPWDCACHING","features":[370]},{"name":"REGSTR_VAL_DISABLEREGTOOLS","features":[370]},{"name":"REGSTR_VAL_DISCONNECT","features":[370]},{"name":"REGSTR_VAL_DISK","features":[370]},{"name":"REGSTR_VAL_DISKCLASSNAME","features":[370]},{"name":"REGSTR_VAL_DISPCPL_NOAPPEARANCEPAGE","features":[370]},{"name":"REGSTR_VAL_DISPCPL_NOBACKGROUNDPAGE","features":[370]},{"name":"REGSTR_VAL_DISPCPL_NODISPCPL","features":[370]},{"name":"REGSTR_VAL_DISPCPL_NOSCRSAVPAGE","features":[370]},{"name":"REGSTR_VAL_DISPCPL_NOSETTINGSPAGE","features":[370]},{"name":"REGSTR_VAL_DISPLAY","features":[370]},{"name":"REGSTR_VAL_DISPLAYFLAGS","features":[370]},{"name":"REGSTR_VAL_DOCKED","features":[370]},{"name":"REGSTR_VAL_DOCKSTATE","features":[370]},{"name":"REGSTR_VAL_DOES_POLLING","features":[370]},{"name":"REGSTR_VAL_DONTLOADIFCONFLICT","features":[370]},{"name":"REGSTR_VAL_DONTUSEMEM","features":[370]},{"name":"REGSTR_VAL_DOSCP","features":[370]},{"name":"REGSTR_VAL_DOSOPTFLAGS","features":[370]},{"name":"REGSTR_VAL_DOSOPTGLOBALFLAGS","features":[370]},{"name":"REGSTR_VAL_DOSOPTTIP","features":[370]},{"name":"REGSTR_VAL_DOSPAGER","features":[370]},{"name":"REGSTR_VAL_DOS_SPOOL_MASK","features":[370]},{"name":"REGSTR_VAL_DOUBLEBUFFER","features":[370]},{"name":"REGSTR_VAL_DPI","features":[370]},{"name":"REGSTR_VAL_DPILOGICALX","features":[370]},{"name":"REGSTR_VAL_DPILOGICALY","features":[370]},{"name":"REGSTR_VAL_DPIPHYSICALX","features":[370]},{"name":"REGSTR_VAL_DPIPHYSICALY","features":[370]},{"name":"REGSTR_VAL_DPMS","features":[370]},{"name":"REGSTR_VAL_DRIVER","features":[370]},{"name":"REGSTR_VAL_DRIVERCACHEPATH","features":[370]},{"name":"REGSTR_VAL_DRIVERDATE","features":[370]},{"name":"REGSTR_VAL_DRIVERDATEDATA","features":[370]},{"name":"REGSTR_VAL_DRIVERVERSION","features":[370]},{"name":"REGSTR_VAL_DRIVESPINDOWN","features":[370]},{"name":"REGSTR_VAL_DRIVEWRITEBEHIND","features":[370]},{"name":"REGSTR_VAL_DRIVE_SPINDOWN","features":[370]},{"name":"REGSTR_VAL_DRV","features":[370]},{"name":"REGSTR_VAL_DRVDESC","features":[370]},{"name":"REGSTR_VAL_DYNAMIC","features":[370]},{"name":"REGSTR_VAL_EISA_FLAGS","features":[370]},{"name":"REGSTR_VAL_EISA_FUNCTIONS","features":[370]},{"name":"REGSTR_VAL_EISA_FUNCTIONS_MASK","features":[370]},{"name":"REGSTR_VAL_EISA_RANGES","features":[370]},{"name":"REGSTR_VAL_EISA_SIMULATE_INT15","features":[370]},{"name":"REGSTR_VAL_EJECT_PRIORITY","features":[370]},{"name":"REGSTR_VAL_ENABLEINTS","features":[370]},{"name":"REGSTR_VAL_ENUMERATOR","features":[370]},{"name":"REGSTR_VAL_ENUMPROPPAGES","features":[370]},{"name":"REGSTR_VAL_ENUMPROPPAGES_32","features":[370]},{"name":"REGSTR_VAL_ESDI","features":[370]},{"name":"REGSTR_VAL_EXISTS","features":[370]},{"name":"REGSTR_VAL_EXTMEM","features":[370]},{"name":"REGSTR_VAL_FAULT_LOGFILE","features":[370]},{"name":"REGSTR_VAL_FIFODEPTH","features":[370]},{"name":"REGSTR_VAL_FILESHARING","features":[370]},{"name":"REGSTR_VAL_FIRSTINSTALLDATETIME","features":[370]},{"name":"REGSTR_VAL_FIRSTNETDRIVE","features":[370]},{"name":"REGSTR_VAL_FLOP","features":[370]},{"name":"REGSTR_VAL_FLOPPY","features":[370]},{"name":"REGSTR_VAL_FONTSIZE","features":[370]},{"name":"REGSTR_VAL_FORCECL","features":[370]},{"name":"REGSTR_VAL_FORCEDCONFIG","features":[370]},{"name":"REGSTR_VAL_FORCEFIFO","features":[370]},{"name":"REGSTR_VAL_FORCELOAD","features":[370]},{"name":"REGSTR_VAL_FORCEPMIO","features":[370]},{"name":"REGSTR_VAL_FORCEREBOOT","features":[370]},{"name":"REGSTR_VAL_FORCERMIO","features":[370]},{"name":"REGSTR_VAL_FREESPACERATIO","features":[370]},{"name":"REGSTR_VAL_FRIENDLYNAME","features":[370]},{"name":"REGSTR_VAL_FSFILTERCLASS","features":[370]},{"name":"REGSTR_VAL_FULLTRACE","features":[370]},{"name":"REGSTR_VAL_FUNCDESC","features":[370]},{"name":"REGSTR_VAL_GAPTIME","features":[370]},{"name":"REGSTR_VAL_GRB","features":[370]},{"name":"REGSTR_VAL_HARDWAREID","features":[370]},{"name":"REGSTR_VAL_HIDESHAREPWDS","features":[370]},{"name":"REGSTR_VAL_HRES","features":[370]},{"name":"REGSTR_VAL_HWDETECT","features":[370]},{"name":"REGSTR_VAL_HWMECHANISM","features":[370]},{"name":"REGSTR_VAL_HWREV","features":[370]},{"name":"REGSTR_VAL_ID","features":[370]},{"name":"REGSTR_VAL_IDE_FORCE_SERIALIZE","features":[370]},{"name":"REGSTR_VAL_IDE_NO_SERIALIZE","features":[370]},{"name":"REGSTR_VAL_INFNAME","features":[370]},{"name":"REGSTR_VAL_INFPATH","features":[370]},{"name":"REGSTR_VAL_INFSECTION","features":[370]},{"name":"REGSTR_VAL_INFSECTIONEXT","features":[370]},{"name":"REGSTR_VAL_INHIBITRESULTS","features":[370]},{"name":"REGSTR_VAL_INSICON","features":[370]},{"name":"REGSTR_VAL_INSTALLER","features":[370]},{"name":"REGSTR_VAL_INSTALLER_32","features":[370]},{"name":"REGSTR_VAL_INSTALLTYPE","features":[370]},{"name":"REGSTR_VAL_INT13","features":[370]},{"name":"REGSTR_VAL_ISAPNP","features":[370]},{"name":"REGSTR_VAL_ISAPNP_RDP_OVERRIDE","features":[370]},{"name":"REGSTR_VAL_JOYCALLOUT","features":[370]},{"name":"REGSTR_VAL_JOYNCONFIG","features":[370]},{"name":"REGSTR_VAL_JOYNOEMCALLOUT","features":[370]},{"name":"REGSTR_VAL_JOYNOEMNAME","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL1","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL10","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL11","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL12","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL2","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL3","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL4","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL5","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL6","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL7","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL8","features":[370]},{"name":"REGSTR_VAL_JOYOEMCAL9","features":[370]},{"name":"REGSTR_VAL_JOYOEMCALCAP","features":[370]},{"name":"REGSTR_VAL_JOYOEMCALLOUT","features":[370]},{"name":"REGSTR_VAL_JOYOEMCALWINCAP","features":[370]},{"name":"REGSTR_VAL_JOYOEMDATA","features":[370]},{"name":"REGSTR_VAL_JOYOEMNAME","features":[370]},{"name":"REGSTR_VAL_JOYOEMPOVLABEL","features":[370]},{"name":"REGSTR_VAL_JOYOEMRLABEL","features":[370]},{"name":"REGSTR_VAL_JOYOEMTESTBUTTONCAP","features":[370]},{"name":"REGSTR_VAL_JOYOEMTESTBUTTONDESC","features":[370]},{"name":"REGSTR_VAL_JOYOEMTESTMOVECAP","features":[370]},{"name":"REGSTR_VAL_JOYOEMTESTMOVEDESC","features":[370]},{"name":"REGSTR_VAL_JOYOEMTESTWINCAP","features":[370]},{"name":"REGSTR_VAL_JOYOEMULABEL","features":[370]},{"name":"REGSTR_VAL_JOYOEMVLABEL","features":[370]},{"name":"REGSTR_VAL_JOYOEMXYLABEL","features":[370]},{"name":"REGSTR_VAL_JOYOEMZLABEL","features":[370]},{"name":"REGSTR_VAL_JOYUSERVALUES","features":[370]},{"name":"REGSTR_VAL_LASTALIVEBT","features":[370]},{"name":"REGSTR_VAL_LASTALIVEINTERVAL","features":[370]},{"name":"REGSTR_VAL_LASTALIVEPMPOLICY","features":[370]},{"name":"REGSTR_VAL_LASTALIVESTAMP","features":[370]},{"name":"REGSTR_VAL_LASTALIVESTAMPFORCED","features":[370]},{"name":"REGSTR_VAL_LASTALIVESTAMPINTERVAL","features":[370]},{"name":"REGSTR_VAL_LASTALIVESTAMPPOLICYINTERVAL","features":[370]},{"name":"REGSTR_VAL_LASTALIVEUPTIME","features":[370]},{"name":"REGSTR_VAL_LASTBOOTPMDRVS","features":[370]},{"name":"REGSTR_VAL_LASTCOMPUTERNAME","features":[370]},{"name":"REGSTR_VAL_LASTPCIBUSNUM","features":[370]},{"name":"REGSTR_VAL_LAST_UPDATE_TIME","features":[370]},{"name":"REGSTR_VAL_LEGALNOTICECAPTION","features":[370]},{"name":"REGSTR_VAL_LEGALNOTICETEXT","features":[370]},{"name":"REGSTR_VAL_LICENSINGINFO","features":[370]},{"name":"REGSTR_VAL_LINKED","features":[370]},{"name":"REGSTR_VAL_LOADHI","features":[370]},{"name":"REGSTR_VAL_LOADRMDRIVERS","features":[370]},{"name":"REGSTR_VAL_LOCATION_INFORMATION","features":[370]},{"name":"REGSTR_VAL_LOCATION_INFORMATION_OVERRIDE","features":[370]},{"name":"REGSTR_VAL_LOWERFILTERS","features":[370]},{"name":"REGSTR_VAL_LOWER_FILTER_DEFAULT_LEVEL","features":[370]},{"name":"REGSTR_VAL_LOWER_FILTER_LEVELS","features":[370]},{"name":"REGSTR_VAL_MACHINETYPE","features":[370]},{"name":"REGSTR_VAL_MANUFACTURER","features":[370]},{"name":"REGSTR_VAL_MAP","features":[370]},{"name":"REGSTR_VAL_MATCHINGDEVID","features":[370]},{"name":"REGSTR_VAL_MAXCONNECTIONS","features":[370]},{"name":"REGSTR_VAL_MAXLIP","features":[370]},{"name":"REGSTR_VAL_MAXRES","features":[370]},{"name":"REGSTR_VAL_MAXRETRY","features":[370]},{"name":"REGSTR_VAL_MAX_HCID_LEN","features":[370]},{"name":"REGSTR_VAL_MEDIA","features":[370]},{"name":"REGSTR_VAL_MFG","features":[370]},{"name":"REGSTR_VAL_MF_FLAGS","features":[370]},{"name":"REGSTR_VAL_MINIPORT_STAT","features":[370]},{"name":"REGSTR_VAL_MINPWDLEN","features":[370]},{"name":"REGSTR_VAL_MINRETRY","features":[370]},{"name":"REGSTR_VAL_MODE","features":[370]},{"name":"REGSTR_VAL_MODEL","features":[370]},{"name":"REGSTR_VAL_MSDOSMODE","features":[370]},{"name":"REGSTR_VAL_MSDOSMODEDISCARD","features":[370]},{"name":"REGSTR_VAL_MUSTBEVALIDATED","features":[370]},{"name":"REGSTR_VAL_NAMECACHECOUNT","features":[370]},{"name":"REGSTR_VAL_NAMENUMERICTAIL","features":[370]},{"name":"REGSTR_VAL_NCP_BROWSEMASTER","features":[370]},{"name":"REGSTR_VAL_NCP_USEPEERBROWSING","features":[370]},{"name":"REGSTR_VAL_NCP_USESAP","features":[370]},{"name":"REGSTR_VAL_NDP","features":[370]},{"name":"REGSTR_VAL_NETCARD","features":[370]},{"name":"REGSTR_VAL_NETCLEAN","features":[370]},{"name":"REGSTR_VAL_NETOSTYPE","features":[370]},{"name":"REGSTR_VAL_NETSETUP_DISABLE","features":[370]},{"name":"REGSTR_VAL_NETSETUP_NOCONFIGPAGE","features":[370]},{"name":"REGSTR_VAL_NETSETUP_NOIDPAGE","features":[370]},{"name":"REGSTR_VAL_NETSETUP_NOSECURITYPAGE","features":[370]},{"name":"REGSTR_VAL_NOCMOSORFDPT","features":[370]},{"name":"REGSTR_VAL_NODISPLAYCLASS","features":[370]},{"name":"REGSTR_VAL_NOENTIRENETWORK","features":[370]},{"name":"REGSTR_VAL_NOFILESHARING","features":[370]},{"name":"REGSTR_VAL_NOFILESHARINGCTRL","features":[370]},{"name":"REGSTR_VAL_NOIDE","features":[370]},{"name":"REGSTR_VAL_NOINSTALLCLASS","features":[370]},{"name":"REGSTR_VAL_NONSTANDARD_ATAPI","features":[370]},{"name":"REGSTR_VAL_NOPRINTSHARING","features":[370]},{"name":"REGSTR_VAL_NOPRINTSHARINGCTRL","features":[370]},{"name":"REGSTR_VAL_NOUSECLASS","features":[370]},{"name":"REGSTR_VAL_NOWORKGROUPCONTENTS","features":[370]},{"name":"REGSTR_VAL_OLDMSDOSVER","features":[370]},{"name":"REGSTR_VAL_OLDWINDIR","features":[370]},{"name":"REGSTR_VAL_OPTIMIZESFN","features":[370]},{"name":"REGSTR_VAL_OPTIONS","features":[370]},{"name":"REGSTR_VAL_OPTORDER","features":[370]},{"name":"REGSTR_VAL_P1284MDL","features":[370]},{"name":"REGSTR_VAL_P1284MFG","features":[370]},{"name":"REGSTR_VAL_PATHCACHECOUNT","features":[370]},{"name":"REGSTR_VAL_PCCARD_POWER","features":[370]},{"name":"REGSTR_VAL_PCI","features":[370]},{"name":"REGSTR_VAL_PCIBIOSVER","features":[370]},{"name":"REGSTR_VAL_PCICIRQMAP","features":[370]},{"name":"REGSTR_VAL_PCICOPTIONS","features":[370]},{"name":"REGSTR_VAL_PCMCIA_ALLOC","features":[370]},{"name":"REGSTR_VAL_PCMCIA_ATAD","features":[370]},{"name":"REGSTR_VAL_PCMCIA_MEM","features":[370]},{"name":"REGSTR_VAL_PCMCIA_OPT","features":[370]},{"name":"REGSTR_VAL_PCMCIA_SIZ","features":[370]},{"name":"REGSTR_VAL_PCMTDRIVER","features":[370]},{"name":"REGSTR_VAL_PCSSDRIVER","features":[370]},{"name":"REGSTR_VAL_PHYSICALDEVICEOBJECT","features":[370]},{"name":"REGSTR_VAL_PMODE_INT13","features":[370]},{"name":"REGSTR_VAL_PNPBIOSVER","features":[370]},{"name":"REGSTR_VAL_PNPSTRUCOFFSET","features":[370]},{"name":"REGSTR_VAL_POLICY","features":[370]},{"name":"REGSTR_VAL_POLLING","features":[370]},{"name":"REGSTR_VAL_PORTNAME","features":[370]},{"name":"REGSTR_VAL_PORTSUBCLASS","features":[370]},{"name":"REGSTR_VAL_PREFREDIR","features":[370]},{"name":"REGSTR_VAL_PRESERVECASE","features":[370]},{"name":"REGSTR_VAL_PRESERVELONGNAMES","features":[370]},{"name":"REGSTR_VAL_PRINTERS_HIDETABS","features":[370]},{"name":"REGSTR_VAL_PRINTERS_MASK","features":[370]},{"name":"REGSTR_VAL_PRINTERS_NOADD","features":[370]},{"name":"REGSTR_VAL_PRINTERS_NODELETE","features":[370]},{"name":"REGSTR_VAL_PRINTSHARING","features":[370]},{"name":"REGSTR_VAL_PRIORITY","features":[370]},{"name":"REGSTR_VAL_PRIVATE","features":[370]},{"name":"REGSTR_VAL_PRIVATEFUNC","features":[370]},{"name":"REGSTR_VAL_PRIVATEPROBLEM","features":[370]},{"name":"REGSTR_VAL_PRODUCTID","features":[370]},{"name":"REGSTR_VAL_PRODUCTTYPE","features":[370]},{"name":"REGSTR_VAL_PROFILEFLAGS","features":[370]},{"name":"REGSTR_VAL_PROPERTIES","features":[370]},{"name":"REGSTR_VAL_PROTINIPATH","features":[370]},{"name":"REGSTR_VAL_PROVIDER_NAME","features":[370]},{"name":"REGSTR_VAL_PWDEXPIRATION","features":[370]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEORDER","features":[370]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEPWD","features":[370]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEPWDHWND","features":[370]},{"name":"REGSTR_VAL_PWDPROVIDER_DESC","features":[370]},{"name":"REGSTR_VAL_PWDPROVIDER_GETPWDSTATUS","features":[370]},{"name":"REGSTR_VAL_PWDPROVIDER_ISNP","features":[370]},{"name":"REGSTR_VAL_PWDPROVIDER_PATH","features":[370]},{"name":"REGSTR_VAL_RDINTTHRESHOLD","features":[370]},{"name":"REGSTR_VAL_READAHEADTHRESHOLD","features":[370]},{"name":"REGSTR_VAL_READCACHING","features":[370]},{"name":"REGSTR_VAL_REALNETSTART","features":[370]},{"name":"REGSTR_VAL_REASONCODE","features":[370]},{"name":"REGSTR_VAL_REFRESHRATE","features":[370]},{"name":"REGSTR_VAL_REGITEMDELETEMESSAGE","features":[370]},{"name":"REGSTR_VAL_REGORGANIZATION","features":[370]},{"name":"REGSTR_VAL_REGOWNER","features":[370]},{"name":"REGSTR_VAL_REINSTALL_DEVICEINSTANCEIDS","features":[370]},{"name":"REGSTR_VAL_REINSTALL_DISPLAYNAME","features":[370]},{"name":"REGSTR_VAL_REINSTALL_STRING","features":[370]},{"name":"REGSTR_VAL_REMOTE_PATH","features":[370]},{"name":"REGSTR_VAL_REMOVABLE","features":[370]},{"name":"REGSTR_VAL_REMOVAL_POLICY","features":[370]},{"name":"REGSTR_VAL_REMOVEROMOKAY","features":[370]},{"name":"REGSTR_VAL_REMOVEROMOKAYFUNC","features":[370]},{"name":"REGSTR_VAL_RESERVED_DEVNODE","features":[370]},{"name":"REGSTR_VAL_RESOLUTION","features":[370]},{"name":"REGSTR_VAL_RESOURCES","features":[370]},{"name":"REGSTR_VAL_RESOURCE_MAP","features":[370]},{"name":"REGSTR_VAL_RESOURCE_PICKER_EXCEPTIONS","features":[370]},{"name":"REGSTR_VAL_RESOURCE_PICKER_TAGS","features":[370]},{"name":"REGSTR_VAL_RESTRICTRUN","features":[370]},{"name":"REGSTR_VAL_RESUMERESET","features":[370]},{"name":"REGSTR_VAL_REVISION","features":[370]},{"name":"REGSTR_VAL_REVLEVEL","features":[370]},{"name":"REGSTR_VAL_ROOT_DEVNODE","features":[370]},{"name":"REGSTR_VAL_RUNLOGINSCRIPT","features":[370]},{"name":"REGSTR_VAL_SCANNER","features":[370]},{"name":"REGSTR_VAL_SCAN_ONLY_FIRST","features":[370]},{"name":"REGSTR_VAL_SCSI","features":[370]},{"name":"REGSTR_VAL_SCSILUN","features":[370]},{"name":"REGSTR_VAL_SCSITID","features":[370]},{"name":"REGSTR_VAL_SEARCHMODE","features":[370]},{"name":"REGSTR_VAL_SEARCHOPTIONS","features":[370]},{"name":"REGSTR_VAL_SECCPL_NOADMINPAGE","features":[370]},{"name":"REGSTR_VAL_SECCPL_NOPROFILEPAGE","features":[370]},{"name":"REGSTR_VAL_SECCPL_NOPWDPAGE","features":[370]},{"name":"REGSTR_VAL_SECCPL_NOSECCPL","features":[370]},{"name":"REGSTR_VAL_SERVICE","features":[370]},{"name":"REGSTR_VAL_SETUPFLAGS","features":[370]},{"name":"REGSTR_VAL_SETUPMACHINETYPE","features":[370]},{"name":"REGSTR_VAL_SETUPN","features":[370]},{"name":"REGSTR_VAL_SETUPNPATH","features":[370]},{"name":"REGSTR_VAL_SETUPPROGRAMRAN","features":[370]},{"name":"REGSTR_VAL_SHARES_FLAGS","features":[370]},{"name":"REGSTR_VAL_SHARES_PATH","features":[370]},{"name":"REGSTR_VAL_SHARES_REMARK","features":[370]},{"name":"REGSTR_VAL_SHARES_RO_PASS","features":[370]},{"name":"REGSTR_VAL_SHARES_RW_PASS","features":[370]},{"name":"REGSTR_VAL_SHARES_TYPE","features":[370]},{"name":"REGSTR_VAL_SHARE_IRQ","features":[370]},{"name":"REGSTR_VAL_SHELLVERSION","features":[370]},{"name":"REGSTR_VAL_SHOWDOTS","features":[370]},{"name":"REGSTR_VAL_SHOWREASONUI","features":[370]},{"name":"REGSTR_VAL_SHUTDOWNREASON","features":[370]},{"name":"REGSTR_VAL_SHUTDOWNREASON_CODE","features":[370]},{"name":"REGSTR_VAL_SHUTDOWNREASON_COMMENT","features":[370]},{"name":"REGSTR_VAL_SHUTDOWNREASON_PROCESS","features":[370]},{"name":"REGSTR_VAL_SHUTDOWNREASON_USERNAME","features":[370]},{"name":"REGSTR_VAL_SHUTDOWN_FLAGS","features":[370]},{"name":"REGSTR_VAL_SHUTDOWN_IGNORE_PREDEFINED","features":[370]},{"name":"REGSTR_VAL_SHUTDOWN_STATE_SNAPSHOT","features":[370]},{"name":"REGSTR_VAL_SILENTINSTALL","features":[370]},{"name":"REGSTR_VAL_SLSUPPORT","features":[370]},{"name":"REGSTR_VAL_SOFTCOMPATMODE","features":[370]},{"name":"REGSTR_VAL_SRCPATH","features":[370]},{"name":"REGSTR_VAL_SRVNAMECACHE","features":[370]},{"name":"REGSTR_VAL_SRVNAMECACHECOUNT","features":[370]},{"name":"REGSTR_VAL_SRVNAMECACHENETPROV","features":[370]},{"name":"REGSTR_VAL_START_ON_BOOT","features":[370]},{"name":"REGSTR_VAL_STAT","features":[370]},{"name":"REGSTR_VAL_STATICDRIVE","features":[370]},{"name":"REGSTR_VAL_STATICVXD","features":[370]},{"name":"REGSTR_VAL_STDDOSOPTION","features":[370]},{"name":"REGSTR_VAL_SUBMODEL","features":[370]},{"name":"REGSTR_VAL_SUPPORTBURST","features":[370]},{"name":"REGSTR_VAL_SUPPORTLFN","features":[370]},{"name":"REGSTR_VAL_SUPPORTTUNNELLING","features":[370]},{"name":"REGSTR_VAL_SYMBOLIC_LINK","features":[370]},{"name":"REGSTR_VAL_SYNCDATAXFER","features":[370]},{"name":"REGSTR_VAL_SYSDM","features":[370]},{"name":"REGSTR_VAL_SYSDMFUNC","features":[370]},{"name":"REGSTR_VAL_SYSTEMCPL_NOCONFIGPAGE","features":[370]},{"name":"REGSTR_VAL_SYSTEMCPL_NODEVMGRPAGE","features":[370]},{"name":"REGSTR_VAL_SYSTEMCPL_NOFILESYSPAGE","features":[370]},{"name":"REGSTR_VAL_SYSTEMCPL_NOVIRTMEMPAGE","features":[370]},{"name":"REGSTR_VAL_SYSTEMROOT","features":[370]},{"name":"REGSTR_VAL_SYSTRAYBATFLAGS","features":[370]},{"name":"REGSTR_VAL_SYSTRAYPCCARDFLAGS","features":[370]},{"name":"REGSTR_VAL_SYSTRAYSVCS","features":[370]},{"name":"REGSTR_VAL_TABLE_STAT","features":[370]},{"name":"REGSTR_VAL_TAPE","features":[370]},{"name":"REGSTR_VAL_TRANSITION","features":[370]},{"name":"REGSTR_VAL_TRANSPORT","features":[370]},{"name":"REGSTR_VAL_TZACTBIAS","features":[370]},{"name":"REGSTR_VAL_TZBIAS","features":[370]},{"name":"REGSTR_VAL_TZDLTBIAS","features":[370]},{"name":"REGSTR_VAL_TZDLTFLAG","features":[370]},{"name":"REGSTR_VAL_TZDLTNAME","features":[370]},{"name":"REGSTR_VAL_TZDLTSTART","features":[370]},{"name":"REGSTR_VAL_TZNOAUTOTIME","features":[370]},{"name":"REGSTR_VAL_TZNOCHANGEEND","features":[370]},{"name":"REGSTR_VAL_TZNOCHANGESTART","features":[370]},{"name":"REGSTR_VAL_TZSTDBIAS","features":[370]},{"name":"REGSTR_VAL_TZSTDNAME","features":[370]},{"name":"REGSTR_VAL_TZSTDSTART","features":[370]},{"name":"REGSTR_VAL_UI_NUMBER","features":[370]},{"name":"REGSTR_VAL_UI_NUMBER_DESC_FORMAT","features":[370]},{"name":"REGSTR_VAL_UNDOCK_WITHOUT_LOGON","features":[370]},{"name":"REGSTR_VAL_UNINSTALLER_COMMANDLINE","features":[370]},{"name":"REGSTR_VAL_UNINSTALLER_DISPLAYNAME","features":[370]},{"name":"REGSTR_VAL_UPGRADE","features":[370]},{"name":"REGSTR_VAL_UPPERFILTERS","features":[370]},{"name":"REGSTR_VAL_UPPER_FILTER_DEFAULT_LEVEL","features":[370]},{"name":"REGSTR_VAL_UPPER_FILTER_LEVELS","features":[370]},{"name":"REGSTR_VAL_USERSETTINGS","features":[370]},{"name":"REGSTR_VAL_USER_NAME","features":[370]},{"name":"REGSTR_VAL_USRDRVLET","features":[370]},{"name":"REGSTR_VAL_VDD","features":[370]},{"name":"REGSTR_VAL_VER","features":[370]},{"name":"REGSTR_VAL_VERIFYKEY","features":[370]},{"name":"REGSTR_VAL_VIRTUALHDIRQ","features":[370]},{"name":"REGSTR_VAL_VOLIDLETIMEOUT","features":[370]},{"name":"REGSTR_VAL_VPOWERDFLAGS","features":[370]},{"name":"REGSTR_VAL_VRES","features":[370]},{"name":"REGSTR_VAL_VXDGROUPS","features":[370]},{"name":"REGSTR_VAL_WAITFORUNDOCK","features":[370]},{"name":"REGSTR_VAL_WAITFORUNDOCKFUNC","features":[370]},{"name":"REGSTR_VAL_WIN31FILESYSTEM","features":[370]},{"name":"REGSTR_VAL_WIN31PROVIDER","features":[370]},{"name":"REGSTR_VAL_WINBOOTDIR","features":[370]},{"name":"REGSTR_VAL_WINCP","features":[370]},{"name":"REGSTR_VAL_WINDIR","features":[370]},{"name":"REGSTR_VAL_WINOLDAPP_DISABLED","features":[370]},{"name":"REGSTR_VAL_WINOLDAPP_NOREALMODE","features":[370]},{"name":"REGSTR_VAL_WORKGROUP","features":[370]},{"name":"REGSTR_VAL_WRAPPER","features":[370]},{"name":"REGSTR_VAL_WRINTTHRESHOLD","features":[370]},{"name":"REGSTR_VAL_WRKGRP_FORCEMAPPING","features":[370]},{"name":"REGSTR_VAL_WRKGRP_REQUIRED","features":[370]},{"name":"REG_BINARY","features":[370]},{"name":"REG_CREATED_NEW_KEY","features":[370]},{"name":"REG_CREATE_KEY_DISPOSITION","features":[370]},{"name":"REG_DWORD","features":[370]},{"name":"REG_DWORD_BIG_ENDIAN","features":[370]},{"name":"REG_DWORD_LITTLE_ENDIAN","features":[370]},{"name":"REG_EXPAND_SZ","features":[370]},{"name":"REG_FORCE_RESTORE","features":[370]},{"name":"REG_FULL_RESOURCE_DESCRIPTOR","features":[370]},{"name":"REG_KEY_INSTDEV","features":[370]},{"name":"REG_LATEST_FORMAT","features":[370]},{"name":"REG_LINK","features":[370]},{"name":"REG_MUI_STRING_TRUNCATE","features":[370]},{"name":"REG_MULTI_SZ","features":[370]},{"name":"REG_NONE","features":[370]},{"name":"REG_NOTIFY_CHANGE_ATTRIBUTES","features":[370]},{"name":"REG_NOTIFY_CHANGE_LAST_SET","features":[370]},{"name":"REG_NOTIFY_CHANGE_NAME","features":[370]},{"name":"REG_NOTIFY_CHANGE_SECURITY","features":[370]},{"name":"REG_NOTIFY_FILTER","features":[370]},{"name":"REG_NOTIFY_THREAD_AGNOSTIC","features":[370]},{"name":"REG_NO_COMPRESSION","features":[370]},{"name":"REG_OPENED_EXISTING_KEY","features":[370]},{"name":"REG_OPEN_CREATE_OPTIONS","features":[370]},{"name":"REG_OPTION_BACKUP_RESTORE","features":[370]},{"name":"REG_OPTION_CREATE_LINK","features":[370]},{"name":"REG_OPTION_DONT_VIRTUALIZE","features":[370]},{"name":"REG_OPTION_NON_VOLATILE","features":[370]},{"name":"REG_OPTION_OPEN_LINK","features":[370]},{"name":"REG_OPTION_RESERVED","features":[370]},{"name":"REG_OPTION_VOLATILE","features":[370]},{"name":"REG_PROCESS_APPKEY","features":[370]},{"name":"REG_PROVIDER","features":[370]},{"name":"REG_QWORD","features":[370]},{"name":"REG_QWORD_LITTLE_ENDIAN","features":[370]},{"name":"REG_RESOURCE_LIST","features":[370]},{"name":"REG_RESOURCE_REQUIREMENTS_LIST","features":[370]},{"name":"REG_RESTORE_KEY_FLAGS","features":[370]},{"name":"REG_ROUTINE_FLAGS","features":[370]},{"name":"REG_SAM_FLAGS","features":[370]},{"name":"REG_SAVE_FORMAT","features":[370]},{"name":"REG_SECURE_CONNECTION","features":[370]},{"name":"REG_STANDARD_FORMAT","features":[370]},{"name":"REG_SZ","features":[370]},{"name":"REG_USE_CURRENT_SECURITY_CONTEXT","features":[370]},{"name":"REG_VALUE_TYPE","features":[370]},{"name":"REG_WHOLE_HIVE_VOLATILE","features":[370]},{"name":"RRF_NOEXPAND","features":[370]},{"name":"RRF_RT_ANY","features":[370]},{"name":"RRF_RT_DWORD","features":[370]},{"name":"RRF_RT_QWORD","features":[370]},{"name":"RRF_RT_REG_BINARY","features":[370]},{"name":"RRF_RT_REG_DWORD","features":[370]},{"name":"RRF_RT_REG_EXPAND_SZ","features":[370]},{"name":"RRF_RT_REG_MULTI_SZ","features":[370]},{"name":"RRF_RT_REG_NONE","features":[370]},{"name":"RRF_RT_REG_QWORD","features":[370]},{"name":"RRF_RT_REG_SZ","features":[370]},{"name":"RRF_SUBKEY_WOW6432KEY","features":[370]},{"name":"RRF_SUBKEY_WOW6464KEY","features":[370]},{"name":"RRF_WOW64_MASK","features":[370]},{"name":"RRF_ZEROONFAILURE","features":[370]},{"name":"RegCloseKey","features":[307,370]},{"name":"RegConnectRegistryA","features":[307,370]},{"name":"RegConnectRegistryExA","features":[370]},{"name":"RegConnectRegistryExW","features":[370]},{"name":"RegConnectRegistryW","features":[307,370]},{"name":"RegCopyTreeA","features":[307,370]},{"name":"RegCopyTreeW","features":[307,370]},{"name":"RegCreateKeyA","features":[307,370]},{"name":"RegCreateKeyExA","features":[307,310,370]},{"name":"RegCreateKeyExW","features":[307,310,370]},{"name":"RegCreateKeyTransactedA","features":[307,310,370]},{"name":"RegCreateKeyTransactedW","features":[307,310,370]},{"name":"RegCreateKeyW","features":[307,370]},{"name":"RegDeleteKeyA","features":[307,370]},{"name":"RegDeleteKeyExA","features":[307,370]},{"name":"RegDeleteKeyExW","features":[307,370]},{"name":"RegDeleteKeyTransactedA","features":[307,370]},{"name":"RegDeleteKeyTransactedW","features":[307,370]},{"name":"RegDeleteKeyValueA","features":[307,370]},{"name":"RegDeleteKeyValueW","features":[307,370]},{"name":"RegDeleteKeyW","features":[307,370]},{"name":"RegDeleteTreeA","features":[307,370]},{"name":"RegDeleteTreeW","features":[307,370]},{"name":"RegDeleteValueA","features":[307,370]},{"name":"RegDeleteValueW","features":[307,370]},{"name":"RegDisablePredefinedCache","features":[307,370]},{"name":"RegDisablePredefinedCacheEx","features":[307,370]},{"name":"RegDisableReflectionKey","features":[307,370]},{"name":"RegEnableReflectionKey","features":[307,370]},{"name":"RegEnumKeyA","features":[307,370]},{"name":"RegEnumKeyExA","features":[307,370]},{"name":"RegEnumKeyExW","features":[307,370]},{"name":"RegEnumKeyW","features":[307,370]},{"name":"RegEnumValueA","features":[307,370]},{"name":"RegEnumValueW","features":[307,370]},{"name":"RegFlushKey","features":[307,370]},{"name":"RegGetKeySecurity","features":[307,310,370]},{"name":"RegGetValueA","features":[307,370]},{"name":"RegGetValueW","features":[307,370]},{"name":"RegLoadAppKeyA","features":[307,370]},{"name":"RegLoadAppKeyW","features":[307,370]},{"name":"RegLoadKeyA","features":[307,370]},{"name":"RegLoadKeyW","features":[307,370]},{"name":"RegLoadMUIStringA","features":[307,370]},{"name":"RegLoadMUIStringW","features":[307,370]},{"name":"RegNotifyChangeKeyValue","features":[307,370]},{"name":"RegOpenCurrentUser","features":[307,370]},{"name":"RegOpenKeyA","features":[307,370]},{"name":"RegOpenKeyExA","features":[307,370]},{"name":"RegOpenKeyExW","features":[307,370]},{"name":"RegOpenKeyTransactedA","features":[307,370]},{"name":"RegOpenKeyTransactedW","features":[307,370]},{"name":"RegOpenKeyW","features":[307,370]},{"name":"RegOpenUserClassesRoot","features":[307,370]},{"name":"RegOverridePredefKey","features":[307,370]},{"name":"RegQueryInfoKeyA","features":[307,370]},{"name":"RegQueryInfoKeyW","features":[307,370]},{"name":"RegQueryMultipleValuesA","features":[307,370]},{"name":"RegQueryMultipleValuesW","features":[307,370]},{"name":"RegQueryReflectionKey","features":[307,370]},{"name":"RegQueryValueA","features":[307,370]},{"name":"RegQueryValueExA","features":[307,370]},{"name":"RegQueryValueExW","features":[307,370]},{"name":"RegQueryValueW","features":[307,370]},{"name":"RegRenameKey","features":[307,370]},{"name":"RegReplaceKeyA","features":[307,370]},{"name":"RegReplaceKeyW","features":[307,370]},{"name":"RegRestoreKeyA","features":[307,370]},{"name":"RegRestoreKeyW","features":[307,370]},{"name":"RegSaveKeyA","features":[307,310,370]},{"name":"RegSaveKeyExA","features":[307,310,370]},{"name":"RegSaveKeyExW","features":[307,310,370]},{"name":"RegSaveKeyW","features":[307,310,370]},{"name":"RegSetKeySecurity","features":[307,310,370]},{"name":"RegSetKeyValueA","features":[307,370]},{"name":"RegSetKeyValueW","features":[307,370]},{"name":"RegSetValueA","features":[307,370]},{"name":"RegSetValueExA","features":[307,370]},{"name":"RegSetValueExW","features":[307,370]},{"name":"RegSetValueW","features":[307,370]},{"name":"RegUnLoadKeyA","features":[307,370]},{"name":"RegUnLoadKeyW","features":[307,370]},{"name":"SUF_BATCHINF","features":[370]},{"name":"SUF_CLEAN","features":[370]},{"name":"SUF_EXPRESS","features":[370]},{"name":"SUF_FIRSTTIME","features":[370]},{"name":"SUF_INSETUP","features":[370]},{"name":"SUF_NETHDBOOT","features":[370]},{"name":"SUF_NETRPLBOOT","features":[370]},{"name":"SUF_NETSETUP","features":[370]},{"name":"SUF_SBSCOPYOK","features":[370]},{"name":"VALENTA","features":[370]},{"name":"VALENTW","features":[370]},{"name":"VPDF_DISABLEPWRMGMT","features":[370]},{"name":"VPDF_DISABLEPWRSTATUSPOLL","features":[370]},{"name":"VPDF_DISABLERINGRESUME","features":[370]},{"name":"VPDF_FORCEAPM10MODE","features":[370]},{"name":"VPDF_SHOWMULTIBATT","features":[370]},{"name":"VPDF_SKIPINTELSLCHECK","features":[370]},{"name":"val_context","features":[370]}],"599":[{"name":"DISPID_EVENT_ON_CONTEXT_DATA","features":[580]},{"name":"DISPID_EVENT_ON_SEND_ERROR","features":[580]},{"name":"DISPID_EVENT_ON_STATE_CHANGED","features":[580]},{"name":"DISPID_EVENT_ON_TERMINATION","features":[580]},{"name":"DRendezvousSessionEvents","features":[358,580]},{"name":"IRendezvousApplication","features":[580]},{"name":"IRendezvousSession","features":[580]},{"name":"RENDEZVOUS_SESSION_FLAGS","features":[580]},{"name":"RENDEZVOUS_SESSION_STATE","features":[580]},{"name":"RSF_INVITEE","features":[580]},{"name":"RSF_INVITER","features":[580]},{"name":"RSF_NONE","features":[580]},{"name":"RSF_ORIGINAL_INVITER","features":[580]},{"name":"RSF_REMOTE_LEGACYSESSION","features":[580]},{"name":"RSF_REMOTE_WIN7SESSION","features":[580]},{"name":"RSS_ACCEPTED","features":[580]},{"name":"RSS_CANCELLED","features":[580]},{"name":"RSS_CONNECTED","features":[580]},{"name":"RSS_DECLINED","features":[580]},{"name":"RSS_INVITATION","features":[580]},{"name":"RSS_READY","features":[580]},{"name":"RSS_TERMINATED","features":[580]},{"name":"RSS_UNKNOWN","features":[580]},{"name":"RendezvousApplication","features":[580]}],"600":[{"name":"AAAccountingData","features":[462]},{"name":"AAAccountingDataType","features":[462]},{"name":"AAAuthSchemes","features":[462]},{"name":"AATrustClassID","features":[462]},{"name":"AA_AUTH_ANY","features":[462]},{"name":"AA_AUTH_BASIC","features":[462]},{"name":"AA_AUTH_CONID","features":[462]},{"name":"AA_AUTH_COOKIE","features":[462]},{"name":"AA_AUTH_DIGEST","features":[462]},{"name":"AA_AUTH_LOGGEDONCREDENTIALS","features":[462]},{"name":"AA_AUTH_MAX","features":[462]},{"name":"AA_AUTH_MIN","features":[462]},{"name":"AA_AUTH_NEGOTIATE","features":[462]},{"name":"AA_AUTH_NTLM","features":[462]},{"name":"AA_AUTH_ORGID","features":[462]},{"name":"AA_AUTH_SC","features":[462]},{"name":"AA_AUTH_SSPI_NTLM","features":[462]},{"name":"AA_MAIN_SESSION_CLOSED","features":[462]},{"name":"AA_MAIN_SESSION_CREATION","features":[462]},{"name":"AA_SUB_SESSION_CLOSED","features":[462]},{"name":"AA_SUB_SESSION_CREATION","features":[462]},{"name":"AA_TRUSTEDUSER_TRUSTEDCLIENT","features":[462]},{"name":"AA_TRUSTEDUSER_UNTRUSTEDCLIENT","features":[462]},{"name":"AA_UNTRUSTED","features":[462]},{"name":"ACQUIRE_TARGET_LOCK_TIMEOUT","features":[462]},{"name":"ADsTSUserEx","features":[462]},{"name":"AE_CURRENT_POSITION","features":[462]},{"name":"AE_POSITION_FLAGS","features":[462]},{"name":"AllowOnlySDRServers","features":[462]},{"name":"BITMAP_RENDERER_STATISTICS","features":[462]},{"name":"CHANNEL_BUFFER_SIZE","features":[462]},{"name":"CHANNEL_CHUNK_LENGTH","features":[462]},{"name":"CHANNEL_DEF","features":[462]},{"name":"CHANNEL_ENTRY_POINTS","features":[462]},{"name":"CHANNEL_EVENT_CONNECTED","features":[462]},{"name":"CHANNEL_EVENT_DATA_RECEIVED","features":[462]},{"name":"CHANNEL_EVENT_DISCONNECTED","features":[462]},{"name":"CHANNEL_EVENT_INITIALIZED","features":[462]},{"name":"CHANNEL_EVENT_TERMINATED","features":[462]},{"name":"CHANNEL_EVENT_V1_CONNECTED","features":[462]},{"name":"CHANNEL_EVENT_WRITE_CANCELLED","features":[462]},{"name":"CHANNEL_EVENT_WRITE_COMPLETE","features":[462]},{"name":"CHANNEL_FLAG_FAIL","features":[462]},{"name":"CHANNEL_FLAG_FIRST","features":[462]},{"name":"CHANNEL_FLAG_LAST","features":[462]},{"name":"CHANNEL_FLAG_MIDDLE","features":[462]},{"name":"CHANNEL_MAX_COUNT","features":[462]},{"name":"CHANNEL_NAME_LEN","features":[462]},{"name":"CHANNEL_OPTION_COMPRESS","features":[462]},{"name":"CHANNEL_OPTION_COMPRESS_RDP","features":[462]},{"name":"CHANNEL_OPTION_ENCRYPT_CS","features":[462]},{"name":"CHANNEL_OPTION_ENCRYPT_RDP","features":[462]},{"name":"CHANNEL_OPTION_ENCRYPT_SC","features":[462]},{"name":"CHANNEL_OPTION_INITIALIZED","features":[462]},{"name":"CHANNEL_OPTION_PRI_HIGH","features":[462]},{"name":"CHANNEL_OPTION_PRI_LOW","features":[462]},{"name":"CHANNEL_OPTION_PRI_MED","features":[462]},{"name":"CHANNEL_OPTION_REMOTE_CONTROL_PERSISTENT","features":[462]},{"name":"CHANNEL_OPTION_SHOW_PROTOCOL","features":[462]},{"name":"CHANNEL_PDU_HEADER","features":[462]},{"name":"CHANNEL_RC_ALREADY_CONNECTED","features":[462]},{"name":"CHANNEL_RC_ALREADY_INITIALIZED","features":[462]},{"name":"CHANNEL_RC_ALREADY_OPEN","features":[462]},{"name":"CHANNEL_RC_BAD_CHANNEL","features":[462]},{"name":"CHANNEL_RC_BAD_CHANNEL_HANDLE","features":[462]},{"name":"CHANNEL_RC_BAD_INIT_HANDLE","features":[462]},{"name":"CHANNEL_RC_BAD_PROC","features":[462]},{"name":"CHANNEL_RC_INITIALIZATION_ERROR","features":[462]},{"name":"CHANNEL_RC_INVALID_INSTANCE","features":[462]},{"name":"CHANNEL_RC_NOT_CONNECTED","features":[462]},{"name":"CHANNEL_RC_NOT_INITIALIZED","features":[462]},{"name":"CHANNEL_RC_NOT_IN_VIRTUALCHANNELENTRY","features":[462]},{"name":"CHANNEL_RC_NOT_OPEN","features":[462]},{"name":"CHANNEL_RC_NO_BUFFER","features":[462]},{"name":"CHANNEL_RC_NO_MEMORY","features":[462]},{"name":"CHANNEL_RC_NULL_DATA","features":[462]},{"name":"CHANNEL_RC_OK","features":[462]},{"name":"CHANNEL_RC_TOO_MANY_CHANNELS","features":[462]},{"name":"CHANNEL_RC_UNKNOWN_CHANNEL_NAME","features":[462]},{"name":"CHANNEL_RC_UNSUPPORTED_VERSION","features":[462]},{"name":"CHANNEL_RC_ZERO_LENGTH","features":[462]},{"name":"CLIENTADDRESS_LENGTH","features":[462]},{"name":"CLIENTNAME_LENGTH","features":[462]},{"name":"CLIENT_DISPLAY","features":[462]},{"name":"CLIENT_MESSAGE_CONNECTION_ERROR","features":[462]},{"name":"CLIENT_MESSAGE_CONNECTION_INVALID","features":[462]},{"name":"CLIENT_MESSAGE_CONNECTION_STATUS","features":[462]},{"name":"CLIENT_MESSAGE_TYPE","features":[462]},{"name":"CONNECTION_CHANGE_NOTIFICATION","features":[462]},{"name":"CONNECTION_PROPERTY_CURSOR_BLINK_DISABLED","features":[462]},{"name":"CONNECTION_PROPERTY_IDLE_TIME_WARNING","features":[462]},{"name":"CONNECTION_REQUEST_CANCELLED","features":[462]},{"name":"CONNECTION_REQUEST_FAILED","features":[462]},{"name":"CONNECTION_REQUEST_INVALID","features":[462]},{"name":"CONNECTION_REQUEST_LB_COMPLETED","features":[462]},{"name":"CONNECTION_REQUEST_ORCH_COMPLETED","features":[462]},{"name":"CONNECTION_REQUEST_PENDING","features":[462]},{"name":"CONNECTION_REQUEST_QUERY_PL_COMPLETED","features":[462]},{"name":"CONNECTION_REQUEST_SUCCEEDED","features":[462]},{"name":"CONNECTION_REQUEST_TIMEDOUT","features":[462]},{"name":"ClipboardRedirectionDisabled","features":[462]},{"name":"DISPID_AX_ADMINMESSAGERECEIVED","features":[462]},{"name":"DISPID_AX_AUTORECONNECTED","features":[462]},{"name":"DISPID_AX_AUTORECONNECTING","features":[462]},{"name":"DISPID_AX_CONNECTED","features":[462]},{"name":"DISPID_AX_CONNECTING","features":[462]},{"name":"DISPID_AX_DIALOGDISMISSED","features":[462]},{"name":"DISPID_AX_DIALOGDISPLAYING","features":[462]},{"name":"DISPID_AX_DISCONNECTED","features":[462]},{"name":"DISPID_AX_KEYCOMBINATIONPRESSED","features":[462]},{"name":"DISPID_AX_LOGINCOMPLETED","features":[462]},{"name":"DISPID_AX_NETWORKSTATUSCHANGED","features":[462]},{"name":"DISPID_AX_REMOTEDESKTOPSIZECHANGED","features":[462]},{"name":"DISPID_AX_STATUSCHANGED","features":[462]},{"name":"DISPID_AX_TOUCHPOINTERCURSORMOVED","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_APPLY_SETTINGS","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_ATTACH_EVENT","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_CONNECT","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DELETE_SAVED_CREDENTIALS","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DETACH_EVENT","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DISCONNECT","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_EXECUTE_REMOTE_ACTION","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_GET_RDPPROPERTY","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_GET_SNAPSHOT","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RECONNECT","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RESUME_SCREEN_UPDATES","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RETRIEVE_SETTINGS","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_SET_RDPPROPERTY","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_SUSPEND_SCREEN_UPDATES","features":[462]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_UPDATE_SESSION_DISPLAYSETTINGS","features":[462]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_ACTIONS","features":[462]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_SETTINGS","features":[462]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_ENABLED","features":[462]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_EVENTSENABLED","features":[462]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_POINTERSPEED","features":[462]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCH_POINTER","features":[462]},{"name":"DOMAIN_LENGTH","features":[462]},{"name":"DisableAllRedirections","features":[462]},{"name":"DriveRedirectionDisabled","features":[462]},{"name":"EnableAllRedirections","features":[462]},{"name":"FARM","features":[462]},{"name":"FORCE_REJOIN","features":[462]},{"name":"FORCE_REJOIN_IN_CLUSTERMODE","features":[462]},{"name":"IADsTSUserEx","features":[358,462]},{"name":"IAudioDeviceEndpoint","features":[462]},{"name":"IAudioEndpoint","features":[462]},{"name":"IAudioEndpointControl","features":[462]},{"name":"IAudioEndpointRT","features":[462]},{"name":"IAudioInputEndpointRT","features":[462]},{"name":"IAudioOutputEndpointRT","features":[462]},{"name":"IRemoteDesktopClient","features":[358,462]},{"name":"IRemoteDesktopClientActions","features":[358,462]},{"name":"IRemoteDesktopClientSettings","features":[358,462]},{"name":"IRemoteDesktopClientTouchPointer","features":[358,462]},{"name":"IRemoteSystemAdditionalInfoProvider","features":[462]},{"name":"ITSGAccountingEngine","features":[462]},{"name":"ITSGAuthenticateUserSink","features":[462]},{"name":"ITSGAuthenticationEngine","features":[462]},{"name":"ITSGAuthorizeConnectionSink","features":[462]},{"name":"ITSGAuthorizeResourceSink","features":[462]},{"name":"ITSGPolicyEngine","features":[462]},{"name":"ITsSbBaseNotifySink","features":[462]},{"name":"ITsSbClientConnection","features":[462]},{"name":"ITsSbClientConnectionPropertySet","features":[387,462]},{"name":"ITsSbEnvironment","features":[462]},{"name":"ITsSbEnvironmentPropertySet","features":[387,462]},{"name":"ITsSbFilterPluginStore","features":[462]},{"name":"ITsSbGenericNotifySink","features":[462]},{"name":"ITsSbGlobalStore","features":[462]},{"name":"ITsSbLoadBalanceResult","features":[462]},{"name":"ITsSbLoadBalancing","features":[462]},{"name":"ITsSbLoadBalancingNotifySink","features":[462]},{"name":"ITsSbOrchestration","features":[462]},{"name":"ITsSbOrchestrationNotifySink","features":[462]},{"name":"ITsSbPlacement","features":[462]},{"name":"ITsSbPlacementNotifySink","features":[462]},{"name":"ITsSbPlugin","features":[462]},{"name":"ITsSbPluginNotifySink","features":[462]},{"name":"ITsSbPluginPropertySet","features":[387,462]},{"name":"ITsSbPropertySet","features":[387,462]},{"name":"ITsSbProvider","features":[462]},{"name":"ITsSbProvisioning","features":[462]},{"name":"ITsSbProvisioningPluginNotifySink","features":[462]},{"name":"ITsSbResourceNotification","features":[462]},{"name":"ITsSbResourceNotificationEx","features":[462]},{"name":"ITsSbResourcePlugin","features":[462]},{"name":"ITsSbResourcePluginStore","features":[462]},{"name":"ITsSbServiceNotification","features":[462]},{"name":"ITsSbSession","features":[462]},{"name":"ITsSbTarget","features":[462]},{"name":"ITsSbTargetPropertySet","features":[387,462]},{"name":"ITsSbTaskInfo","features":[462]},{"name":"ITsSbTaskPlugin","features":[462]},{"name":"ITsSbTaskPluginNotifySink","features":[462]},{"name":"IWRdsEnhancedFastReconnectArbitrator","features":[462]},{"name":"IWRdsGraphicsChannel","features":[462]},{"name":"IWRdsGraphicsChannelEvents","features":[462]},{"name":"IWRdsGraphicsChannelManager","features":[462]},{"name":"IWRdsProtocolConnection","features":[462]},{"name":"IWRdsProtocolConnectionCallback","features":[462]},{"name":"IWRdsProtocolConnectionSettings","features":[462]},{"name":"IWRdsProtocolLicenseConnection","features":[462]},{"name":"IWRdsProtocolListener","features":[462]},{"name":"IWRdsProtocolListenerCallback","features":[462]},{"name":"IWRdsProtocolLogonErrorRedirector","features":[462]},{"name":"IWRdsProtocolManager","features":[462]},{"name":"IWRdsProtocolSettings","features":[462]},{"name":"IWRdsProtocolShadowCallback","features":[462]},{"name":"IWRdsProtocolShadowConnection","features":[462]},{"name":"IWRdsWddmIddProps","features":[462]},{"name":"IWRdsWddmIddProps1","features":[462]},{"name":"IWTSBitmapRenderService","features":[462]},{"name":"IWTSBitmapRenderer","features":[462]},{"name":"IWTSBitmapRendererCallback","features":[462]},{"name":"IWTSListener","features":[462]},{"name":"IWTSListenerCallback","features":[462]},{"name":"IWTSPlugin","features":[462]},{"name":"IWTSPluginServiceProvider","features":[462]},{"name":"IWTSProtocolConnection","features":[462]},{"name":"IWTSProtocolConnectionCallback","features":[462]},{"name":"IWTSProtocolLicenseConnection","features":[462]},{"name":"IWTSProtocolListener","features":[462]},{"name":"IWTSProtocolListenerCallback","features":[462]},{"name":"IWTSProtocolLogonErrorRedirector","features":[462]},{"name":"IWTSProtocolManager","features":[462]},{"name":"IWTSProtocolShadowCallback","features":[462]},{"name":"IWTSProtocolShadowConnection","features":[462]},{"name":"IWTSSBPlugin","features":[462]},{"name":"IWTSVirtualChannel","features":[462]},{"name":"IWTSVirtualChannelCallback","features":[462]},{"name":"IWTSVirtualChannelManager","features":[462]},{"name":"IWorkspace","features":[462]},{"name":"IWorkspace2","features":[462]},{"name":"IWorkspace3","features":[462]},{"name":"IWorkspaceClientExt","features":[462]},{"name":"IWorkspaceRegistration","features":[462]},{"name":"IWorkspaceRegistration2","features":[462]},{"name":"IWorkspaceReportMessage","features":[462]},{"name":"IWorkspaceResTypeRegistry","features":[358,462]},{"name":"IWorkspaceScriptable","features":[358,462]},{"name":"IWorkspaceScriptable2","features":[358,462]},{"name":"IWorkspaceScriptable3","features":[358,462]},{"name":"ItsPubPlugin","features":[462]},{"name":"ItsPubPlugin2","features":[462]},{"name":"KEEP_EXISTING_SESSIONS","features":[462]},{"name":"KeyCombinationDown","features":[462]},{"name":"KeyCombinationHome","features":[462]},{"name":"KeyCombinationLeft","features":[462]},{"name":"KeyCombinationRight","features":[462]},{"name":"KeyCombinationScroll","features":[462]},{"name":"KeyCombinationType","features":[462]},{"name":"KeyCombinationUp","features":[462]},{"name":"LOAD_BALANCING_PLUGIN","features":[462]},{"name":"MAX_DATE_TIME_LENGTH","features":[462]},{"name":"MAX_ELAPSED_TIME_LENGTH","features":[462]},{"name":"MAX_POLICY_ATTRIBUTES","features":[462]},{"name":"MaxAppName_Len","features":[462]},{"name":"MaxDomainName_Len","features":[462]},{"name":"MaxFQDN_Len","features":[462]},{"name":"MaxFarm_Len","features":[462]},{"name":"MaxNetBiosName_Len","features":[462]},{"name":"MaxNumOfExposed_IPs","features":[462]},{"name":"MaxUserName_Len","features":[462]},{"name":"NONFARM","features":[462]},{"name":"NOTIFY_FOR_ALL_SESSIONS","features":[462]},{"name":"NOTIFY_FOR_THIS_SESSION","features":[462]},{"name":"ORCHESTRATION_PLUGIN","features":[462]},{"name":"OWNER_MS_TS_PLUGIN","features":[462]},{"name":"OWNER_MS_VM_PLUGIN","features":[462]},{"name":"OWNER_UNKNOWN","features":[462]},{"name":"PCHANNEL_INIT_EVENT_FN","features":[462]},{"name":"PCHANNEL_OPEN_EVENT_FN","features":[462]},{"name":"PLACEMENT_PLUGIN","features":[462]},{"name":"PLUGIN_CAPABILITY_EXTERNAL_REDIRECTION","features":[462]},{"name":"PLUGIN_TYPE","features":[462]},{"name":"POLICY_PLUGIN","features":[462]},{"name":"POSITION_CONTINUOUS","features":[462]},{"name":"POSITION_DISCONTINUOUS","features":[462]},{"name":"POSITION_INVALID","features":[462]},{"name":"POSITION_QPC_ERROR","features":[462]},{"name":"PRODUCTINFO_COMPANYNAME_LENGTH","features":[462]},{"name":"PRODUCTINFO_PRODUCTID_LENGTH","features":[462]},{"name":"PRODUCT_INFOA","features":[462]},{"name":"PRODUCT_INFOW","features":[462]},{"name":"PROPERTY_DYNAMIC_TIME_ZONE_INFORMATION","features":[462]},{"name":"PROPERTY_TYPE_ENABLE_UNIVERSAL_APPS_FOR_CUSTOM_SHELL","features":[462]},{"name":"PROPERTY_TYPE_GET_FAST_RECONNECT","features":[462]},{"name":"PROPERTY_TYPE_GET_FAST_RECONNECT_USER_SID","features":[462]},{"name":"PROVISIONING_PLUGIN","features":[462]},{"name":"PVIRTUALCHANNELCLOSE","features":[462]},{"name":"PVIRTUALCHANNELENTRY","features":[307,462]},{"name":"PVIRTUALCHANNELINIT","features":[462]},{"name":"PVIRTUALCHANNELOPEN","features":[462]},{"name":"PVIRTUALCHANNELWRITE","features":[462]},{"name":"PasswordEncodingType","features":[462]},{"name":"PasswordEncodingUTF16BE","features":[462]},{"name":"PasswordEncodingUTF16LE","features":[462]},{"name":"PasswordEncodingUTF8","features":[462]},{"name":"PnpRedirectionDisabled","features":[462]},{"name":"PolicyAttributeType","features":[462]},{"name":"PortRedirectionDisabled","features":[462]},{"name":"PrinterRedirectionDisabled","features":[462]},{"name":"ProcessIdToSessionId","features":[307,462]},{"name":"RDCLIENT_BITMAP_RENDER_SERVICE","features":[462]},{"name":"RDV_TASK_STATUS","features":[462]},{"name":"RDV_TASK_STATUS_APPLYING","features":[462]},{"name":"RDV_TASK_STATUS_DOWNLOADING","features":[462]},{"name":"RDV_TASK_STATUS_FAILED","features":[462]},{"name":"RDV_TASK_STATUS_REBOOTED","features":[462]},{"name":"RDV_TASK_STATUS_REBOOTING","features":[462]},{"name":"RDV_TASK_STATUS_SEARCHING","features":[462]},{"name":"RDV_TASK_STATUS_SUCCESS","features":[462]},{"name":"RDV_TASK_STATUS_TIMEOUT","features":[462]},{"name":"RDV_TASK_STATUS_UNKNOWN","features":[462]},{"name":"RD_FARM_AUTO_PERSONAL_RDSH","features":[462]},{"name":"RD_FARM_AUTO_PERSONAL_VM","features":[462]},{"name":"RD_FARM_MANUAL_PERSONAL_RDSH","features":[462]},{"name":"RD_FARM_MANUAL_PERSONAL_VM","features":[462]},{"name":"RD_FARM_RDSH","features":[462]},{"name":"RD_FARM_TEMP_VM","features":[462]},{"name":"RD_FARM_TYPE","features":[462]},{"name":"RD_FARM_TYPE_UNKNOWN","features":[462]},{"name":"REMOTECONTROL_KBDALT_HOTKEY","features":[462]},{"name":"REMOTECONTROL_KBDCTRL_HOTKEY","features":[462]},{"name":"REMOTECONTROL_KBDSHIFT_HOTKEY","features":[462]},{"name":"RENDER_HINT_CLEAR","features":[462]},{"name":"RENDER_HINT_MAPPEDWINDOW","features":[462]},{"name":"RENDER_HINT_VIDEO","features":[462]},{"name":"RESERVED_FOR_LEGACY","features":[462]},{"name":"RESOURCE_PLUGIN","features":[462]},{"name":"RFX_CLIENT_ID_LENGTH","features":[462]},{"name":"RFX_GFX_MAX_SUPPORTED_MONITORS","features":[462]},{"name":"RFX_GFX_MONITOR_INFO","features":[307,462]},{"name":"RFX_GFX_MSG_CLIENT_DESKTOP_INFO_REQUEST","features":[462]},{"name":"RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE","features":[307,462]},{"name":"RFX_GFX_MSG_DESKTOP_CONFIG_CHANGE_CONFIRM","features":[462]},{"name":"RFX_GFX_MSG_DESKTOP_CONFIG_CHANGE_NOTIFY","features":[462]},{"name":"RFX_GFX_MSG_DESKTOP_INPUT_RESET","features":[462]},{"name":"RFX_GFX_MSG_DESKTOP_RESEND_REQUEST","features":[462]},{"name":"RFX_GFX_MSG_DISCONNECT_NOTIFY","features":[462]},{"name":"RFX_GFX_MSG_HEADER","features":[462]},{"name":"RFX_GFX_MSG_PREFIX","features":[462]},{"name":"RFX_GFX_MSG_PREFIX_MASK","features":[462]},{"name":"RFX_GFX_MSG_RDP_DATA","features":[462]},{"name":"RFX_GFX_RECT","features":[462]},{"name":"RFX_RDP_MSG_PREFIX","features":[462]},{"name":"RemoteActionAppSwitch","features":[462]},{"name":"RemoteActionAppbar","features":[462]},{"name":"RemoteActionCharms","features":[462]},{"name":"RemoteActionSnap","features":[462]},{"name":"RemoteActionStartScreen","features":[462]},{"name":"RemoteActionType","features":[462]},{"name":"SB_SYNCH_CONFLICT_MAX_WRITE_ATTEMPTS","features":[462]},{"name":"SESSION_TIMEOUT_ACTION_DISCONNECT","features":[462]},{"name":"SESSION_TIMEOUT_ACTION_SILENT_REAUTH","features":[462]},{"name":"SESSION_TIMEOUT_ACTION_TYPE","features":[462]},{"name":"SINGLE_SESSION","features":[462]},{"name":"STATE_ACTIVE","features":[462]},{"name":"STATE_CONNECTED","features":[462]},{"name":"STATE_CONNECTQUERY","features":[462]},{"name":"STATE_DISCONNECTED","features":[462]},{"name":"STATE_DOWN","features":[462]},{"name":"STATE_IDLE","features":[462]},{"name":"STATE_INIT","features":[462]},{"name":"STATE_INVALID","features":[462]},{"name":"STATE_LISTEN","features":[462]},{"name":"STATE_MAX","features":[462]},{"name":"STATE_RESET","features":[462]},{"name":"STATE_SHADOW","features":[462]},{"name":"SnapshotEncodingDataUri","features":[462]},{"name":"SnapshotEncodingType","features":[462]},{"name":"SnapshotFormatBmp","features":[462]},{"name":"SnapshotFormatJpeg","features":[462]},{"name":"SnapshotFormatPng","features":[462]},{"name":"SnapshotFormatType","features":[462]},{"name":"TARGET_CHANGE_TYPE","features":[462]},{"name":"TARGET_CHANGE_UNSPEC","features":[462]},{"name":"TARGET_CHECKED_OUT","features":[462]},{"name":"TARGET_DOWN","features":[462]},{"name":"TARGET_EXTERNALIP_CHANGED","features":[462]},{"name":"TARGET_FARM_MEMBERSHIP_CHANGED","features":[462]},{"name":"TARGET_HIBERNATED","features":[462]},{"name":"TARGET_IDLE","features":[462]},{"name":"TARGET_INITIALIZING","features":[462]},{"name":"TARGET_INTERNALIP_CHANGED","features":[462]},{"name":"TARGET_INUSE","features":[462]},{"name":"TARGET_INVALID","features":[462]},{"name":"TARGET_JOINED","features":[462]},{"name":"TARGET_MAXSTATE","features":[462]},{"name":"TARGET_OWNER","features":[462]},{"name":"TARGET_PATCH_COMPLETED","features":[462]},{"name":"TARGET_PATCH_FAILED","features":[462]},{"name":"TARGET_PATCH_IN_PROGRESS","features":[462]},{"name":"TARGET_PATCH_NOT_STARTED","features":[462]},{"name":"TARGET_PATCH_STATE","features":[462]},{"name":"TARGET_PATCH_STATE_CHANGED","features":[462]},{"name":"TARGET_PATCH_UNKNOWN","features":[462]},{"name":"TARGET_PENDING","features":[462]},{"name":"TARGET_REMOVED","features":[462]},{"name":"TARGET_RUNNING","features":[462]},{"name":"TARGET_STARTING","features":[462]},{"name":"TARGET_STATE","features":[462]},{"name":"TARGET_STATE_CHANGED","features":[462]},{"name":"TARGET_STOPPED","features":[462]},{"name":"TARGET_STOPPING","features":[462]},{"name":"TARGET_TYPE","features":[462]},{"name":"TARGET_UNKNOWN","features":[462]},{"name":"TASK_PLUGIN","features":[462]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_EXISTING","features":[462]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_NEW","features":[462]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_TYPE","features":[462]},{"name":"TSPUB_PLUGIN_PD_QUERY_EXISTING","features":[462]},{"name":"TSPUB_PLUGIN_PD_QUERY_OR_CREATE","features":[462]},{"name":"TSPUB_PLUGIN_PD_RESOLUTION_TYPE","features":[462]},{"name":"TSSB_NOTIFICATION_TYPE","features":[462]},{"name":"TSSB_NOTIFY_CONNECTION_REQUEST_CHANGE","features":[462]},{"name":"TSSB_NOTIFY_INVALID","features":[462]},{"name":"TSSB_NOTIFY_SESSION_CHANGE","features":[462]},{"name":"TSSB_NOTIFY_TARGET_CHANGE","features":[462]},{"name":"TSSD_ADDR_IPv4","features":[462]},{"name":"TSSD_ADDR_IPv6","features":[462]},{"name":"TSSD_ADDR_UNDEFINED","features":[462]},{"name":"TSSD_AddrV46Type","features":[462]},{"name":"TSSD_ConnectionPoint","features":[462]},{"name":"TSSESSION_STATE","features":[462]},{"name":"TSUserExInterfaces","features":[462]},{"name":"TS_SB_SORT_BY","features":[462]},{"name":"TS_SB_SORT_BY_NAME","features":[462]},{"name":"TS_SB_SORT_BY_NONE","features":[462]},{"name":"TS_SB_SORT_BY_PROP","features":[462]},{"name":"TS_VC_LISTENER_STATIC_CHANNEL","features":[462]},{"name":"UNKNOWN","features":[462]},{"name":"UNKNOWN_PLUGIN","features":[462]},{"name":"USERNAME_LENGTH","features":[462]},{"name":"VALIDATIONINFORMATION_HARDWAREID_LENGTH","features":[462]},{"name":"VALIDATIONINFORMATION_LICENSE_LENGTH","features":[462]},{"name":"VIRTUAL_CHANNEL_VERSION_WIN2000","features":[462]},{"name":"VM_HOST_NOTIFY_STATUS","features":[462]},{"name":"VM_HOST_STATUS_INIT_COMPLETE","features":[462]},{"name":"VM_HOST_STATUS_INIT_FAILED","features":[462]},{"name":"VM_HOST_STATUS_INIT_IN_PROGRESS","features":[462]},{"name":"VM_HOST_STATUS_INIT_PENDING","features":[462]},{"name":"VM_NOTIFY_ENTRY","features":[462]},{"name":"VM_NOTIFY_INFO","features":[462]},{"name":"VM_NOTIFY_STATUS","features":[462]},{"name":"VM_NOTIFY_STATUS_CANCELED","features":[462]},{"name":"VM_NOTIFY_STATUS_COMPLETE","features":[462]},{"name":"VM_NOTIFY_STATUS_FAILED","features":[462]},{"name":"VM_NOTIFY_STATUS_IN_PROGRESS","features":[462]},{"name":"VM_NOTIFY_STATUS_PENDING","features":[462]},{"name":"VM_PATCH_INFO","features":[462]},{"name":"WINSTATIONNAME_LENGTH","features":[462]},{"name":"WKS_FLAG_CLEAR_CREDS_ON_LAST_RESOURCE","features":[462]},{"name":"WKS_FLAG_CREDS_AUTHENTICATED","features":[462]},{"name":"WKS_FLAG_PASSWORD_ENCRYPTED","features":[462]},{"name":"WRDS_CLIENTADDRESS_LENGTH","features":[462]},{"name":"WRDS_CLIENTNAME_LENGTH","features":[462]},{"name":"WRDS_CLIENT_PRODUCT_ID_LENGTH","features":[462]},{"name":"WRDS_CONNECTION_SETTING","features":[307,462]},{"name":"WRDS_CONNECTION_SETTINGS","features":[307,462]},{"name":"WRDS_CONNECTION_SETTINGS_1","features":[307,462]},{"name":"WRDS_CONNECTION_SETTING_LEVEL","features":[462]},{"name":"WRDS_CONNECTION_SETTING_LEVEL_1","features":[462]},{"name":"WRDS_CONNECTION_SETTING_LEVEL_INVALID","features":[462]},{"name":"WRDS_DEVICE_NAME_LENGTH","features":[462]},{"name":"WRDS_DIRECTORY_LENGTH","features":[462]},{"name":"WRDS_DOMAIN_LENGTH","features":[462]},{"name":"WRDS_DRIVER_NAME_LENGTH","features":[462]},{"name":"WRDS_DYNAMIC_TIME_ZONE_INFORMATION","features":[462]},{"name":"WRDS_IMEFILENAME_LENGTH","features":[462]},{"name":"WRDS_INITIALPROGRAM_LENGTH","features":[462]},{"name":"WRDS_KEY_EXCHANGE_ALG_DH","features":[462]},{"name":"WRDS_KEY_EXCHANGE_ALG_RSA","features":[462]},{"name":"WRDS_LICENSE_PREAMBLE_VERSION","features":[462]},{"name":"WRDS_LICENSE_PROTOCOL_VERSION","features":[462]},{"name":"WRDS_LISTENER_SETTING","features":[462]},{"name":"WRDS_LISTENER_SETTINGS","features":[462]},{"name":"WRDS_LISTENER_SETTINGS_1","features":[462]},{"name":"WRDS_LISTENER_SETTING_LEVEL","features":[462]},{"name":"WRDS_LISTENER_SETTING_LEVEL_1","features":[462]},{"name":"WRDS_LISTENER_SETTING_LEVEL_INVALID","features":[462]},{"name":"WRDS_MAX_CACHE_RESERVED","features":[462]},{"name":"WRDS_MAX_COUNTERS","features":[462]},{"name":"WRDS_MAX_DISPLAY_IOCTL_DATA","features":[462]},{"name":"WRDS_MAX_PROTOCOL_CACHE","features":[462]},{"name":"WRDS_MAX_RESERVED","features":[462]},{"name":"WRDS_PASSWORD_LENGTH","features":[462]},{"name":"WRDS_PERF_DISABLE_CURSORSETTINGS","features":[462]},{"name":"WRDS_PERF_DISABLE_CURSOR_SHADOW","features":[462]},{"name":"WRDS_PERF_DISABLE_FULLWINDOWDRAG","features":[462]},{"name":"WRDS_PERF_DISABLE_MENUANIMATIONS","features":[462]},{"name":"WRDS_PERF_DISABLE_NOTHING","features":[462]},{"name":"WRDS_PERF_DISABLE_THEMING","features":[462]},{"name":"WRDS_PERF_DISABLE_WALLPAPER","features":[462]},{"name":"WRDS_PERF_ENABLE_DESKTOP_COMPOSITION","features":[462]},{"name":"WRDS_PERF_ENABLE_ENHANCED_GRAPHICS","features":[462]},{"name":"WRDS_PERF_ENABLE_FONT_SMOOTHING","features":[462]},{"name":"WRDS_PROTOCOL_NAME_LENGTH","features":[462]},{"name":"WRDS_SERVICE_ID_GRAPHICS_GUID","features":[462]},{"name":"WRDS_SETTING","features":[307,462]},{"name":"WRDS_SETTINGS","features":[307,462]},{"name":"WRDS_SETTINGS_1","features":[307,462]},{"name":"WRDS_SETTING_LEVEL","features":[462]},{"name":"WRDS_SETTING_LEVEL_1","features":[462]},{"name":"WRDS_SETTING_LEVEL_INVALID","features":[462]},{"name":"WRDS_SETTING_STATUS","features":[462]},{"name":"WRDS_SETTING_STATUS_DISABLED","features":[462]},{"name":"WRDS_SETTING_STATUS_ENABLED","features":[462]},{"name":"WRDS_SETTING_STATUS_NOTAPPLICABLE","features":[462]},{"name":"WRDS_SETTING_STATUS_NOTCONFIGURED","features":[462]},{"name":"WRDS_SETTING_TYPE","features":[462]},{"name":"WRDS_SETTING_TYPE_INVALID","features":[462]},{"name":"WRDS_SETTING_TYPE_MACHINE","features":[462]},{"name":"WRDS_SETTING_TYPE_SAM","features":[462]},{"name":"WRDS_SETTING_TYPE_USER","features":[462]},{"name":"WRDS_USERNAME_LENGTH","features":[462]},{"name":"WRDS_VALUE_TYPE_BINARY","features":[462]},{"name":"WRDS_VALUE_TYPE_GUID","features":[462]},{"name":"WRDS_VALUE_TYPE_STRING","features":[462]},{"name":"WRDS_VALUE_TYPE_ULONG","features":[462]},{"name":"WRdsGraphicsChannelType","features":[462]},{"name":"WRdsGraphicsChannelType_BestEffortDelivery","features":[462]},{"name":"WRdsGraphicsChannelType_GuaranteedDelivery","features":[462]},{"name":"WRdsGraphicsChannels_LossyChannelMaxMessageSize","features":[462]},{"name":"WTSActive","features":[462]},{"name":"WTSApplicationName","features":[462]},{"name":"WTSCLIENTA","features":[462]},{"name":"WTSCLIENTW","features":[462]},{"name":"WTSCONFIGINFOA","features":[462]},{"name":"WTSCONFIGINFOW","features":[462]},{"name":"WTSClientAddress","features":[462]},{"name":"WTSClientBuildNumber","features":[462]},{"name":"WTSClientDirectory","features":[462]},{"name":"WTSClientDisplay","features":[462]},{"name":"WTSClientHardwareId","features":[462]},{"name":"WTSClientInfo","features":[462]},{"name":"WTSClientName","features":[462]},{"name":"WTSClientProductId","features":[462]},{"name":"WTSClientProtocolType","features":[462]},{"name":"WTSCloseServer","features":[307,462]},{"name":"WTSConfigInfo","features":[462]},{"name":"WTSConnectQuery","features":[462]},{"name":"WTSConnectSessionA","features":[307,462]},{"name":"WTSConnectSessionW","features":[307,462]},{"name":"WTSConnectState","features":[462]},{"name":"WTSConnected","features":[462]},{"name":"WTSCreateListenerA","features":[307,462]},{"name":"WTSCreateListenerW","features":[307,462]},{"name":"WTSDisconnectSession","features":[307,462]},{"name":"WTSDisconnected","features":[462]},{"name":"WTSDomainName","features":[462]},{"name":"WTSDown","features":[462]},{"name":"WTSEnableChildSessions","features":[307,462]},{"name":"WTSEnumerateListenersA","features":[307,462]},{"name":"WTSEnumerateListenersW","features":[307,462]},{"name":"WTSEnumerateProcessesA","features":[307,310,462]},{"name":"WTSEnumerateProcessesExA","features":[307,462]},{"name":"WTSEnumerateProcessesExW","features":[307,462]},{"name":"WTSEnumerateProcessesW","features":[307,310,462]},{"name":"WTSEnumerateServersA","features":[307,462]},{"name":"WTSEnumerateServersW","features":[307,462]},{"name":"WTSEnumerateSessionsA","features":[307,462]},{"name":"WTSEnumerateSessionsExA","features":[307,462]},{"name":"WTSEnumerateSessionsExW","features":[307,462]},{"name":"WTSEnumerateSessionsW","features":[307,462]},{"name":"WTSFreeMemory","features":[462]},{"name":"WTSFreeMemoryExA","features":[307,462]},{"name":"WTSFreeMemoryExW","features":[307,462]},{"name":"WTSGetActiveConsoleSessionId","features":[462]},{"name":"WTSGetChildSessionId","features":[307,462]},{"name":"WTSGetListenerSecurityA","features":[307,310,462]},{"name":"WTSGetListenerSecurityW","features":[307,310,462]},{"name":"WTSINFOA","features":[462]},{"name":"WTSINFOEXA","features":[462]},{"name":"WTSINFOEXW","features":[462]},{"name":"WTSINFOEX_LEVEL1_A","features":[462]},{"name":"WTSINFOEX_LEVEL1_W","features":[462]},{"name":"WTSINFOEX_LEVEL_A","features":[462]},{"name":"WTSINFOEX_LEVEL_W","features":[462]},{"name":"WTSINFOW","features":[462]},{"name":"WTSIdle","features":[462]},{"name":"WTSIdleTime","features":[462]},{"name":"WTSIncomingBytes","features":[462]},{"name":"WTSIncomingFrames","features":[462]},{"name":"WTSInit","features":[462]},{"name":"WTSInitialProgram","features":[462]},{"name":"WTSIsChildSessionsEnabled","features":[307,462]},{"name":"WTSIsRemoteSession","features":[462]},{"name":"WTSLISTENERCONFIGA","features":[462]},{"name":"WTSLISTENERCONFIGW","features":[462]},{"name":"WTSListen","features":[462]},{"name":"WTSLogoffSession","features":[307,462]},{"name":"WTSLogonTime","features":[462]},{"name":"WTSOEMId","features":[462]},{"name":"WTSOpenServerA","features":[307,462]},{"name":"WTSOpenServerExA","features":[307,462]},{"name":"WTSOpenServerExW","features":[307,462]},{"name":"WTSOpenServerW","features":[307,462]},{"name":"WTSOutgoingBytes","features":[462]},{"name":"WTSOutgoingFrames","features":[462]},{"name":"WTSQueryListenerConfigA","features":[307,462]},{"name":"WTSQueryListenerConfigW","features":[307,462]},{"name":"WTSQuerySessionInformationA","features":[307,462]},{"name":"WTSQuerySessionInformationW","features":[307,462]},{"name":"WTSQueryUserConfigA","features":[307,462]},{"name":"WTSQueryUserConfigW","features":[307,462]},{"name":"WTSQueryUserToken","features":[307,462]},{"name":"WTSRegisterSessionNotification","features":[307,462]},{"name":"WTSRegisterSessionNotificationEx","features":[307,462]},{"name":"WTSReset","features":[462]},{"name":"WTSSBX_ADDRESS_FAMILY","features":[462]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_INET","features":[462]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_INET6","features":[462]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_IPX","features":[462]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_NETBIOS","features":[462]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_UNSPEC","features":[462]},{"name":"WTSSBX_IP_ADDRESS","features":[462]},{"name":"WTSSBX_MACHINE_CONNECT_INFO","features":[462]},{"name":"WTSSBX_MACHINE_DRAIN","features":[462]},{"name":"WTSSBX_MACHINE_DRAIN_OFF","features":[462]},{"name":"WTSSBX_MACHINE_DRAIN_ON","features":[462]},{"name":"WTSSBX_MACHINE_DRAIN_UNSPEC","features":[462]},{"name":"WTSSBX_MACHINE_INFO","features":[462]},{"name":"WTSSBX_MACHINE_SESSION_MODE","features":[462]},{"name":"WTSSBX_MACHINE_SESSION_MODE_MULTIPLE","features":[462]},{"name":"WTSSBX_MACHINE_SESSION_MODE_SINGLE","features":[462]},{"name":"WTSSBX_MACHINE_SESSION_MODE_UNSPEC","features":[462]},{"name":"WTSSBX_MACHINE_STATE","features":[462]},{"name":"WTSSBX_MACHINE_STATE_READY","features":[462]},{"name":"WTSSBX_MACHINE_STATE_SYNCHRONIZING","features":[462]},{"name":"WTSSBX_MACHINE_STATE_UNSPEC","features":[462]},{"name":"WTSSBX_NOTIFICATION_ADDED","features":[462]},{"name":"WTSSBX_NOTIFICATION_CHANGED","features":[462]},{"name":"WTSSBX_NOTIFICATION_REMOVED","features":[462]},{"name":"WTSSBX_NOTIFICATION_RESYNC","features":[462]},{"name":"WTSSBX_NOTIFICATION_TYPE","features":[462]},{"name":"WTSSBX_SESSION_INFO","features":[307,462]},{"name":"WTSSBX_SESSION_STATE","features":[462]},{"name":"WTSSBX_SESSION_STATE_ACTIVE","features":[462]},{"name":"WTSSBX_SESSION_STATE_DISCONNECTED","features":[462]},{"name":"WTSSBX_SESSION_STATE_UNSPEC","features":[462]},{"name":"WTSSESSION_NOTIFICATION","features":[462]},{"name":"WTSSendMessageA","features":[307,462,371]},{"name":"WTSSendMessageW","features":[307,462,371]},{"name":"WTSSessionAddressV4","features":[462]},{"name":"WTSSessionId","features":[462]},{"name":"WTSSessionInfo","features":[462]},{"name":"WTSSessionInfoEx","features":[462]},{"name":"WTSSetListenerSecurityA","features":[307,310,462]},{"name":"WTSSetListenerSecurityW","features":[307,310,462]},{"name":"WTSSetRenderHint","features":[307,462]},{"name":"WTSSetUserConfigA","features":[307,462]},{"name":"WTSSetUserConfigW","features":[307,462]},{"name":"WTSShadow","features":[462]},{"name":"WTSShutdownSystem","features":[307,462]},{"name":"WTSStartRemoteControlSessionA","features":[307,462]},{"name":"WTSStartRemoteControlSessionW","features":[307,462]},{"name":"WTSStopRemoteControlSession","features":[307,462]},{"name":"WTSTerminateProcess","features":[307,462]},{"name":"WTSTypeProcessInfoLevel0","features":[462]},{"name":"WTSTypeProcessInfoLevel1","features":[462]},{"name":"WTSTypeSessionInfoLevel1","features":[462]},{"name":"WTSUSERCONFIGA","features":[462]},{"name":"WTSUSERCONFIGW","features":[462]},{"name":"WTSUnRegisterSessionNotification","features":[307,462]},{"name":"WTSUnRegisterSessionNotificationEx","features":[307,462]},{"name":"WTSUserConfigBrokenTimeoutSettings","features":[462]},{"name":"WTSUserConfigInitialProgram","features":[462]},{"name":"WTSUserConfigModemCallbackPhoneNumber","features":[462]},{"name":"WTSUserConfigModemCallbackSettings","features":[462]},{"name":"WTSUserConfigReconnectSettings","features":[462]},{"name":"WTSUserConfigShadowingSettings","features":[462]},{"name":"WTSUserConfigSourceSAM","features":[462]},{"name":"WTSUserConfigTerminalServerHomeDir","features":[462]},{"name":"WTSUserConfigTerminalServerHomeDirDrive","features":[462]},{"name":"WTSUserConfigTerminalServerProfilePath","features":[462]},{"name":"WTSUserConfigTimeoutSettingsConnections","features":[462]},{"name":"WTSUserConfigTimeoutSettingsDisconnections","features":[462]},{"name":"WTSUserConfigTimeoutSettingsIdle","features":[462]},{"name":"WTSUserConfigUser","features":[462]},{"name":"WTSUserConfigWorkingDirectory","features":[462]},{"name":"WTSUserConfigfAllowLogonTerminalServer","features":[462]},{"name":"WTSUserConfigfDeviceClientDefaultPrinter","features":[462]},{"name":"WTSUserConfigfDeviceClientDrives","features":[462]},{"name":"WTSUserConfigfDeviceClientPrinters","features":[462]},{"name":"WTSUserConfigfInheritInitialProgram","features":[462]},{"name":"WTSUserConfigfTerminalServerRemoteHomeDir","features":[462]},{"name":"WTSUserName","features":[462]},{"name":"WTSValidationInfo","features":[462]},{"name":"WTSVirtualChannelClose","features":[307,462]},{"name":"WTSVirtualChannelOpen","features":[307,462]},{"name":"WTSVirtualChannelOpenEx","features":[307,462]},{"name":"WTSVirtualChannelPurgeInput","features":[307,462]},{"name":"WTSVirtualChannelPurgeOutput","features":[307,462]},{"name":"WTSVirtualChannelQuery","features":[307,462]},{"name":"WTSVirtualChannelRead","features":[307,462]},{"name":"WTSVirtualChannelWrite","features":[307,462]},{"name":"WTSVirtualClientData","features":[462]},{"name":"WTSVirtualFileHandle","features":[462]},{"name":"WTSWaitSystemEvent","features":[307,462]},{"name":"WTSWinStationName","features":[462]},{"name":"WTSWorkingDirectory","features":[462]},{"name":"WTS_CACHE_STATS","features":[462]},{"name":"WTS_CACHE_STATS_UN","features":[462]},{"name":"WTS_CERT_TYPE","features":[462]},{"name":"WTS_CERT_TYPE_INVALID","features":[462]},{"name":"WTS_CERT_TYPE_PROPRIETORY","features":[462]},{"name":"WTS_CERT_TYPE_X509","features":[462]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC","features":[462]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_NO_COMPRESS","features":[462]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_HIGH","features":[462]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_LOW","features":[462]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_MED","features":[462]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_REAL","features":[462]},{"name":"WTS_CLIENTADDRESS_LENGTH","features":[462]},{"name":"WTS_CLIENTNAME_LENGTH","features":[462]},{"name":"WTS_CLIENT_ADDRESS","features":[462]},{"name":"WTS_CLIENT_DATA","features":[307,462]},{"name":"WTS_CLIENT_DISPLAY","features":[462]},{"name":"WTS_CLIENT_PRODUCT_ID_LENGTH","features":[462]},{"name":"WTS_COMMENT_LENGTH","features":[462]},{"name":"WTS_CONFIG_CLASS","features":[462]},{"name":"WTS_CONFIG_SOURCE","features":[462]},{"name":"WTS_CONNECTSTATE_CLASS","features":[462]},{"name":"WTS_CURRENT_SERVER","features":[307,462]},{"name":"WTS_CURRENT_SERVER_HANDLE","features":[307,462]},{"name":"WTS_CURRENT_SERVER_NAME","features":[462]},{"name":"WTS_CURRENT_SESSION","features":[462]},{"name":"WTS_DEVICE_NAME_LENGTH","features":[462]},{"name":"WTS_DIRECTORY_LENGTH","features":[462]},{"name":"WTS_DISPLAY_IOCTL","features":[462]},{"name":"WTS_DOMAIN_LENGTH","features":[462]},{"name":"WTS_DRAIN_IN_DRAIN","features":[462]},{"name":"WTS_DRAIN_NOT_IN_DRAIN","features":[462]},{"name":"WTS_DRAIN_STATE_NONE","features":[462]},{"name":"WTS_DRIVER_NAME_LENGTH","features":[462]},{"name":"WTS_DRIVE_LENGTH","features":[462]},{"name":"WTS_EVENT_ALL","features":[462]},{"name":"WTS_EVENT_CONNECT","features":[462]},{"name":"WTS_EVENT_CREATE","features":[462]},{"name":"WTS_EVENT_DELETE","features":[462]},{"name":"WTS_EVENT_DISCONNECT","features":[462]},{"name":"WTS_EVENT_FLUSH","features":[462]},{"name":"WTS_EVENT_LICENSE","features":[462]},{"name":"WTS_EVENT_LOGOFF","features":[462]},{"name":"WTS_EVENT_LOGON","features":[462]},{"name":"WTS_EVENT_NONE","features":[462]},{"name":"WTS_EVENT_RENAME","features":[462]},{"name":"WTS_EVENT_STATECHANGE","features":[462]},{"name":"WTS_IMEFILENAME_LENGTH","features":[462]},{"name":"WTS_INFO_CLASS","features":[462]},{"name":"WTS_INITIALPROGRAM_LENGTH","features":[462]},{"name":"WTS_KEY_EXCHANGE_ALG_DH","features":[462]},{"name":"WTS_KEY_EXCHANGE_ALG_RSA","features":[462]},{"name":"WTS_LICENSE_CAPABILITIES","features":[307,462]},{"name":"WTS_LICENSE_PREAMBLE_VERSION","features":[462]},{"name":"WTS_LICENSE_PROTOCOL_VERSION","features":[462]},{"name":"WTS_LISTENER_CREATE","features":[462]},{"name":"WTS_LISTENER_NAME_LENGTH","features":[462]},{"name":"WTS_LISTENER_UPDATE","features":[462]},{"name":"WTS_LOGON_ERROR_REDIRECTOR_RESPONSE","features":[462]},{"name":"WTS_LOGON_ERR_HANDLED_DONT_SHOW","features":[462]},{"name":"WTS_LOGON_ERR_HANDLED_DONT_SHOW_START_OVER","features":[462]},{"name":"WTS_LOGON_ERR_HANDLED_SHOW","features":[462]},{"name":"WTS_LOGON_ERR_INVALID","features":[462]},{"name":"WTS_LOGON_ERR_NOT_HANDLED","features":[462]},{"name":"WTS_MAX_CACHE_RESERVED","features":[462]},{"name":"WTS_MAX_COUNTERS","features":[462]},{"name":"WTS_MAX_DISPLAY_IOCTL_DATA","features":[462]},{"name":"WTS_MAX_PROTOCOL_CACHE","features":[462]},{"name":"WTS_MAX_RESERVED","features":[462]},{"name":"WTS_PASSWORD_LENGTH","features":[462]},{"name":"WTS_PERF_DISABLE_CURSORSETTINGS","features":[462]},{"name":"WTS_PERF_DISABLE_CURSOR_SHADOW","features":[462]},{"name":"WTS_PERF_DISABLE_FULLWINDOWDRAG","features":[462]},{"name":"WTS_PERF_DISABLE_MENUANIMATIONS","features":[462]},{"name":"WTS_PERF_DISABLE_NOTHING","features":[462]},{"name":"WTS_PERF_DISABLE_THEMING","features":[462]},{"name":"WTS_PERF_DISABLE_WALLPAPER","features":[462]},{"name":"WTS_PERF_ENABLE_DESKTOP_COMPOSITION","features":[462]},{"name":"WTS_PERF_ENABLE_ENHANCED_GRAPHICS","features":[462]},{"name":"WTS_PERF_ENABLE_FONT_SMOOTHING","features":[462]},{"name":"WTS_POLICY_DATA","features":[307,462]},{"name":"WTS_PROCESS_INFOA","features":[310,462]},{"name":"WTS_PROCESS_INFOW","features":[310,462]},{"name":"WTS_PROCESS_INFO_EXA","features":[310,462]},{"name":"WTS_PROCESS_INFO_EXW","features":[310,462]},{"name":"WTS_PROCESS_INFO_LEVEL_0","features":[462]},{"name":"WTS_PROCESS_INFO_LEVEL_1","features":[462]},{"name":"WTS_PROPERTY_DEFAULT_CONFIG","features":[462]},{"name":"WTS_PROPERTY_VALUE","features":[462]},{"name":"WTS_PROTOCOL_CACHE","features":[462]},{"name":"WTS_PROTOCOL_COUNTERS","features":[462]},{"name":"WTS_PROTOCOL_NAME_LENGTH","features":[462]},{"name":"WTS_PROTOCOL_STATUS","features":[462]},{"name":"WTS_PROTOCOL_TYPE_CONSOLE","features":[462]},{"name":"WTS_PROTOCOL_TYPE_ICA","features":[462]},{"name":"WTS_PROTOCOL_TYPE_RDP","features":[462]},{"name":"WTS_QUERY_ALLOWED_INITIAL_APP","features":[462]},{"name":"WTS_QUERY_AUDIOENUM_DLL","features":[462]},{"name":"WTS_QUERY_LOGON_SCREEN_SIZE","features":[462]},{"name":"WTS_QUERY_MF_FORMAT_SUPPORT","features":[462]},{"name":"WTS_RCM_DRAIN_STATE","features":[462]},{"name":"WTS_RCM_SERVICE_STATE","features":[462]},{"name":"WTS_SECURITY_ALL_ACCESS","features":[462]},{"name":"WTS_SECURITY_CONNECT","features":[462]},{"name":"WTS_SECURITY_CURRENT_GUEST_ACCESS","features":[462]},{"name":"WTS_SECURITY_CURRENT_USER_ACCESS","features":[462]},{"name":"WTS_SECURITY_DISCONNECT","features":[462]},{"name":"WTS_SECURITY_FLAGS","features":[462]},{"name":"WTS_SECURITY_GUEST_ACCESS","features":[462]},{"name":"WTS_SECURITY_LOGOFF","features":[462]},{"name":"WTS_SECURITY_LOGON","features":[462]},{"name":"WTS_SECURITY_MESSAGE","features":[462]},{"name":"WTS_SECURITY_QUERY_INFORMATION","features":[462]},{"name":"WTS_SECURITY_REMOTE_CONTROL","features":[462]},{"name":"WTS_SECURITY_RESET","features":[462]},{"name":"WTS_SECURITY_SET_INFORMATION","features":[462]},{"name":"WTS_SECURITY_USER_ACCESS","features":[462]},{"name":"WTS_SECURITY_VIRTUAL_CHANNELS","features":[462]},{"name":"WTS_SERVER_INFOA","features":[462]},{"name":"WTS_SERVER_INFOW","features":[462]},{"name":"WTS_SERVICE_NONE","features":[462]},{"name":"WTS_SERVICE_START","features":[462]},{"name":"WTS_SERVICE_STATE","features":[462]},{"name":"WTS_SERVICE_STOP","features":[462]},{"name":"WTS_SESSIONSTATE_LOCK","features":[462]},{"name":"WTS_SESSIONSTATE_UNKNOWN","features":[462]},{"name":"WTS_SESSIONSTATE_UNLOCK","features":[462]},{"name":"WTS_SESSION_ADDRESS","features":[462]},{"name":"WTS_SESSION_ID","features":[462]},{"name":"WTS_SESSION_INFOA","features":[462]},{"name":"WTS_SESSION_INFOW","features":[462]},{"name":"WTS_SESSION_INFO_1A","features":[462]},{"name":"WTS_SESSION_INFO_1W","features":[462]},{"name":"WTS_SMALL_RECT","features":[462]},{"name":"WTS_SOCKADDR","features":[462]},{"name":"WTS_SYSTEMTIME","features":[462]},{"name":"WTS_TIME_ZONE_INFORMATION","features":[462]},{"name":"WTS_TYPE_CLASS","features":[462]},{"name":"WTS_USERNAME_LENGTH","features":[462]},{"name":"WTS_USER_CREDENTIAL","features":[462]},{"name":"WTS_USER_DATA","features":[462]},{"name":"WTS_VALIDATION_INFORMATIONA","features":[462]},{"name":"WTS_VALIDATION_INFORMATIONW","features":[462]},{"name":"WTS_VALUE_TYPE_BINARY","features":[462]},{"name":"WTS_VALUE_TYPE_GUID","features":[462]},{"name":"WTS_VALUE_TYPE_STRING","features":[462]},{"name":"WTS_VALUE_TYPE_ULONG","features":[462]},{"name":"WTS_VIRTUAL_CLASS","features":[462]},{"name":"WTS_WSD_FASTREBOOT","features":[462]},{"name":"WTS_WSD_LOGOFF","features":[462]},{"name":"WTS_WSD_POWEROFF","features":[462]},{"name":"WTS_WSD_REBOOT","features":[462]},{"name":"WTS_WSD_SHUTDOWN","features":[462]},{"name":"Workspace","features":[462]},{"name":"_ITSWkspEvents","features":[358,462]},{"name":"pluginResource","features":[462]},{"name":"pluginResource2","features":[462]},{"name":"pluginResource2FileAssociation","features":[462]}],"601":[{"name":"ERROR_REDIRECT_LOCATION_INVALID","features":[581]},{"name":"ERROR_REDIRECT_LOCATION_TOO_LONG","features":[581]},{"name":"ERROR_SERVICE_CBT_HARDENING_INVALID","features":[581]},{"name":"ERROR_WINRS_CLIENT_CLOSERECEIVEHANDLE_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_CLOSESENDHANDLE_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_CLOSESHELL_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_CREATESHELL_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_FREECREATESHELLRESULT_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_FREEPULLRESULT_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_FREERUNCOMMANDRESULT_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_GET_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_INVALID_FLAG","features":[581]},{"name":"ERROR_WINRS_CLIENT_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_PULL_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_PUSH_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_RECEIVE_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_RUNCOMMAND_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_SEND_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CLIENT_SIGNAL_NULL_PARAM","features":[581]},{"name":"ERROR_WINRS_CODE_PAGE_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WINRS_CONNECT_RESPONSE_BAD_BODY","features":[581]},{"name":"ERROR_WINRS_IDLETIMEOUT_OUTOFBOUNDS","features":[581]},{"name":"ERROR_WINRS_RECEIVE_IN_PROGRESS","features":[581]},{"name":"ERROR_WINRS_RECEIVE_NO_RESPONSE_DATA","features":[581]},{"name":"ERROR_WINRS_SHELLCOMMAND_CLIENTID_NOT_VALID","features":[581]},{"name":"ERROR_WINRS_SHELLCOMMAND_CLIENTID_RESOURCE_CONFLICT","features":[581]},{"name":"ERROR_WINRS_SHELLCOMMAND_DISCONNECT_OPERATION_NOT_VALID","features":[581]},{"name":"ERROR_WINRS_SHELLCOMMAND_RECONNECT_OPERATION_NOT_VALID","features":[581]},{"name":"ERROR_WINRS_SHELL_CLIENTID_NOT_VALID","features":[581]},{"name":"ERROR_WINRS_SHELL_CLIENTID_RESOURCE_CONFLICT","features":[581]},{"name":"ERROR_WINRS_SHELL_CLIENTSESSIONID_MISMATCH","features":[581]},{"name":"ERROR_WINRS_SHELL_CONNECTED_TO_DIFFERENT_CLIENT","features":[581]},{"name":"ERROR_WINRS_SHELL_DISCONNECTED","features":[581]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_OPERATION_NOT_GRACEFUL","features":[581]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_OPERATION_NOT_VALID","features":[581]},{"name":"ERROR_WINRS_SHELL_RECONNECT_OPERATION_NOT_VALID","features":[581]},{"name":"ERROR_WINRS_SHELL_URI_INVALID","features":[581]},{"name":"ERROR_WSMAN_ACK_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_ACTION_MISMATCH","features":[581]},{"name":"ERROR_WSMAN_ACTION_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_ADDOBJECT_MISSING_EPR","features":[581]},{"name":"ERROR_WSMAN_ADDOBJECT_MISSING_OBJECT","features":[581]},{"name":"ERROR_WSMAN_ALREADY_EXISTS","features":[581]},{"name":"ERROR_WSMAN_AMBIGUOUS_SELECTORS","features":[581]},{"name":"ERROR_WSMAN_AUTHENTICATION_INVALID_FLAG","features":[581]},{"name":"ERROR_WSMAN_AUTHORIZATION_MODE_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_BAD_METHOD","features":[581]},{"name":"ERROR_WSMAN_BATCHSIZE_TOO_SMALL","features":[581]},{"name":"ERROR_WSMAN_BATCH_COMPLETE","features":[581]},{"name":"ERROR_WSMAN_BOOKMARKS_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_BOOKMARK_EXPIRED","features":[581]},{"name":"ERROR_WSMAN_CANNOT_CHANGE_KEYS","features":[581]},{"name":"ERROR_WSMAN_CANNOT_DECRYPT","features":[581]},{"name":"ERROR_WSMAN_CANNOT_PROCESS_FILTER","features":[581]},{"name":"ERROR_WSMAN_CANNOT_USE_ALLOW_NEGOTIATE_IMPLICIT_CREDENTIALS_FOR_HTTP","features":[581]},{"name":"ERROR_WSMAN_CANNOT_USE_CERTIFICATES_FOR_HTTP","features":[581]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_CREDSSP","features":[581]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_HTTP","features":[581]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_KERBEROS","features":[581]},{"name":"ERROR_WSMAN_CERTMAPPING_CONFIGLIMIT_EXCEEDED","features":[581]},{"name":"ERROR_WSMAN_CERTMAPPING_CREDENTIAL_MANAGEMENT_FAILIED","features":[581]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDISSUERKEY","features":[581]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDSUBJECTKEY","features":[581]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDUSERCREDENTIALS","features":[581]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDBLANK","features":[581]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDTOOLONG","features":[581]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDUSERTUPLE","features":[581]},{"name":"ERROR_WSMAN_CERT_INVALID_USAGE","features":[581]},{"name":"ERROR_WSMAN_CERT_INVALID_USAGE_CLIENT","features":[581]},{"name":"ERROR_WSMAN_CERT_MISSING_AUTH_FLAG","features":[581]},{"name":"ERROR_WSMAN_CERT_MULTIPLE_CREDENTIALS_FLAG","features":[581]},{"name":"ERROR_WSMAN_CERT_NOT_FOUND","features":[581]},{"name":"ERROR_WSMAN_CERT_THUMBPRINT_BLANK","features":[581]},{"name":"ERROR_WSMAN_CERT_THUMBPRINT_NOT_BLANK","features":[581]},{"name":"ERROR_WSMAN_CHARACTER_SET","features":[581]},{"name":"ERROR_WSMAN_CLIENT_ALLOWFRESHCREDENTIALS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_ALLOWFRESHCREDENTIALS_NTLMONLY","features":[581]},{"name":"ERROR_WSMAN_CLIENT_BASIC_AUTHENTICATION_DISABLED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_BATCH_ITEMS_TOO_SMALL","features":[581]},{"name":"ERROR_WSMAN_CLIENT_BLANK_ACTION_URI","features":[581]},{"name":"ERROR_WSMAN_CLIENT_BLANK_INPUT_XML","features":[581]},{"name":"ERROR_WSMAN_CLIENT_BLANK_URI","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CERTIFICATES_AUTHENTICATION_DISABLED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CERT_NEEDED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNKNOWN_LOCATION","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNKNOWN_TYPE","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNNEEDED_CREDS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNNEEDED_USERNAME","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CLOSECOMMAND_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CLOSESHELL_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_COMPRESSION_INVALID_OPTION","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CONNECTCOMMAND_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CONNECTSHELL_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CONSTRUCTERROR_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CREATESESSION_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CREATESHELL_NAME_INVALID","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CREATESHELL_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FLAG_NEEDED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FOR_DEFAULT_AUTHENTICATION","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FOR_PROXY_AUTHENTICATION","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_NEEDED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_CREDSSP_AUTHENTICATION_DISABLED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_DECODEOBJECT_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_DELIVERENDSUBSCRIPTION_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_DELIVEREVENTS_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_DIGEST_AUTHENTICATION_DISABLED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_DISABLE_LOOPBACK_WITH_EXPLICIT_CREDENTIALS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_DISCONNECTSHELL_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_ENCODEOBJECT_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATE_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORADDEVENT_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORADDOBJECT_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORNEXTOBJECT_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_ENUM_RECEIVED_TOO_MANY_ITEMS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_GETBOOKMARK_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_GETERRORMESSAGE_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_DWORD_INVALID_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_DWORD_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_INVALID_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_STRING_INVALID_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INITIALIZE_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CERT","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CERT_DNS_OR_UPN","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CLOSE_COMMAND_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CLOSE_SHELL_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CREATE_SHELL_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DEINIT_APPLICATION_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DELIVERY_RETRY","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DISABLE_LOOPBACK","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DISCONNECT_SHELL_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_GETERRORMESSAGE_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_INIT_APPLICATION_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_LANGUAGE_CODE","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_LOCALE","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RECEIVE_SHELL_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RESOURCE_LOCATOR","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RUNCOMMAND_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SEND_SHELL_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SEND_SHELL_PARAMETER","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SHELL_COMMAND_PAIR","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SIGNAL_SHELL_FLAG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_INVALID_UI_LANGUAGE","features":[581]},{"name":"ERROR_WSMAN_CLIENT_KERBEROS_AUTHENTICATION_DISABLED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_LOCAL_INVALID_CONNECTION_OPTIONS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_LOCAL_INVALID_CREDS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_MAX_CHARS_TOO_SMALL","features":[581]},{"name":"ERROR_WSMAN_CLIENT_MISSING_EXPIRATION","features":[581]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_AUTH_FLAGS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_DELIVERY_MODES","features":[581]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_ENUM_MODE_FLAGS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_ENVELOPE_POLICIES","features":[581]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_PROXY_AUTH_FLAGS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_NEGOTIATE_AUTHENTICATION_DISABLED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_NO_HANDLE","features":[581]},{"name":"ERROR_WSMAN_CLIENT_NO_SOURCES","features":[581]},{"name":"ERROR_WSMAN_CLIENT_NULL_ISSUERS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_NULL_PUBLISHERS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_NULL_RESULT_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_PULL_INVALID_FLAGS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_PUSH_HOST_TOO_LONG","features":[581]},{"name":"ERROR_WSMAN_CLIENT_PUSH_UNSUPPORTED_TRANSPORT","features":[581]},{"name":"ERROR_WSMAN_CLIENT_RECEIVE_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_RECONNECTSHELLCOMMAND_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_RECONNECTSHELL_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_RUNCOMMAND_NOTCOMPLETED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_RUNCOMMAND_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_SEND_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_SESSION_UNUSABLE","features":[581]},{"name":"ERROR_WSMAN_CLIENT_SETSESSIONOPTION_INVALID_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_SETSESSIONOPTION_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_SIGNAL_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_SPN_WRONG_AUTH","features":[581]},{"name":"ERROR_WSMAN_CLIENT_SUBSCRIBE_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_CLIENT_UNENCRYPTED_DISABLED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_UNENCRYPTED_HTTP_ONLY","features":[581]},{"name":"ERROR_WSMAN_CLIENT_UNKNOWN_EXPIRATION_TYPE","features":[581]},{"name":"ERROR_WSMAN_CLIENT_USERNAME_AND_PASSWORD_NEEDED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_USERNAME_PASSWORD_NEEDED","features":[581]},{"name":"ERROR_WSMAN_CLIENT_WORKGROUP_NO_KERBEROS","features":[581]},{"name":"ERROR_WSMAN_CLIENT_ZERO_HEARTBEAT","features":[581]},{"name":"ERROR_WSMAN_COMMAND_ALREADY_CLOSED","features":[581]},{"name":"ERROR_WSMAN_COMMAND_TERMINATED","features":[581]},{"name":"ERROR_WSMAN_CONCURRENCY","features":[581]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_CERTMAPPING_KEYS","features":[581]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_GPO_CONTROLLED_SETTING","features":[581]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_MUTUAL","features":[581]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_SHARE_SSL_CONFIG","features":[581]},{"name":"ERROR_WSMAN_CONFIG_CERT_CN_DOES_NOT_MATCH_HOSTNAME","features":[581]},{"name":"ERROR_WSMAN_CONFIG_CORRUPTED","features":[581]},{"name":"ERROR_WSMAN_CONFIG_GROUP_POLICY_CHANGE_NOTIFICATION_SUBSCRIPTION_FAILED","features":[581]},{"name":"ERROR_WSMAN_CONFIG_HOSTNAME_CHANGE_WITHOUT_CERT","features":[581]},{"name":"ERROR_WSMAN_CONFIG_PORT_INVALID","features":[581]},{"name":"ERROR_WSMAN_CONFIG_READONLY_PROPERTY","features":[581]},{"name":"ERROR_WSMAN_CONFIG_SHELLURI_INVALID_OPERATION_ON_KEY","features":[581]},{"name":"ERROR_WSMAN_CONFIG_SHELLURI_INVALID_PROCESSPATH","features":[581]},{"name":"ERROR_WSMAN_CONFIG_SHELL_URI_CMDSHELLURI_NOTPERMITTED","features":[581]},{"name":"ERROR_WSMAN_CONFIG_SHELL_URI_INVALID","features":[581]},{"name":"ERROR_WSMAN_CONFIG_THUMBPRINT_SHOULD_BE_EMPTY","features":[581]},{"name":"ERROR_WSMAN_CONNECTIONSTR_INVALID","features":[581]},{"name":"ERROR_WSMAN_CONNECTOR_GET","features":[581]},{"name":"ERROR_WSMAN_CREATESHELL_NULL_ENVIRONMENT_VARIABLE_NAME","features":[581]},{"name":"ERROR_WSMAN_CREATESHELL_NULL_STREAMID","features":[581]},{"name":"ERROR_WSMAN_CREATESHELL_RUNAS_FAILED","features":[581]},{"name":"ERROR_WSMAN_CREATE_RESPONSE_NO_EPR","features":[581]},{"name":"ERROR_WSMAN_CREDSSP_USERNAME_PASSWORD_NEEDED","features":[581]},{"name":"ERROR_WSMAN_CREDS_PASSED_WITH_NO_AUTH_FLAG","features":[581]},{"name":"ERROR_WSMAN_CUSTOMREMOTESHELL_DEPRECATED","features":[581]},{"name":"ERROR_WSMAN_DEFAULTAUTH_IPADDRESS","features":[581]},{"name":"ERROR_WSMAN_DELIVERY_REFUSED","features":[581]},{"name":"ERROR_WSMAN_DELIVERY_RETRIES_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_DELIVER_IN_PROGRESS","features":[581]},{"name":"ERROR_WSMAN_DEPRECATED_CONFIG_SETTING","features":[581]},{"name":"ERROR_WSMAN_DESERIALIZE_CLASS","features":[581]},{"name":"ERROR_WSMAN_DESTINATION_INVALID","features":[581]},{"name":"ERROR_WSMAN_DESTINATION_UNREACHABLE","features":[581]},{"name":"ERROR_WSMAN_DIFFERENT_AUTHZ_TOKEN","features":[581]},{"name":"ERROR_WSMAN_DIFFERENT_CIM_SELECTOR","features":[581]},{"name":"ERROR_WSMAN_DUPLICATE_SELECTORS","features":[581]},{"name":"ERROR_WSMAN_ENCODING_LIMIT","features":[581]},{"name":"ERROR_WSMAN_ENCODING_TYPE","features":[581]},{"name":"ERROR_WSMAN_ENDPOINT_UNAVAILABLE","features":[581]},{"name":"ERROR_WSMAN_ENDPOINT_UNAVAILABLE_INVALID_VALUE","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_CANNOT_PROCESS_FILTER","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_FILTERING_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_FILTER_DIALECT_REQUESTED_UNAVAILABLE","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_INVALID_ENUMERATION_CONTEXT","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_INVALID_EXPIRATION_TIME","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_SHELLCOMAMNDS_FILTER_EXPECTED","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_SHELLCOMMANDS_EPRS_NOTSUPPORTED","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_TIMED_OUT","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_UNABLE_TO_RENEW","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_UNSUPPORTED_EXPIRATION_TIME","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_UNSUPPORTED_EXPIRATION_TYPE","features":[581]},{"name":"ERROR_WSMAN_ENUMERATE_WMI_INVALID_KEY","features":[581]},{"name":"ERROR_WSMAN_ENUMERATION_CLOSED","features":[581]},{"name":"ERROR_WSMAN_ENUMERATION_INITIALIZING","features":[581]},{"name":"ERROR_WSMAN_ENUMERATION_INVALID","features":[581]},{"name":"ERROR_WSMAN_ENUMERATION_MODE_UNSUPPORTED","features":[581]},{"name":"ERROR_WSMAN_ENVELOPE_TOO_LARGE","features":[581]},{"name":"ERROR_WSMAN_EPR_NESTING_EXCEEDED","features":[581]},{"name":"ERROR_WSMAN_EVENTING_CONCURRENT_CLIENT_RECEIVE","features":[581]},{"name":"ERROR_WSMAN_EVENTING_DELIVERYFAILED_FROMSOURCE","features":[581]},{"name":"ERROR_WSMAN_EVENTING_DELIVERY_MODE_REQUESTED_INVALID","features":[581]},{"name":"ERROR_WSMAN_EVENTING_DELIVERY_MODE_REQUESTED_UNAVAILABLE","features":[581]},{"name":"ERROR_WSMAN_EVENTING_FAST_SENDER","features":[581]},{"name":"ERROR_WSMAN_EVENTING_FILTERING_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_EVENTING_FILTERING_REQUESTED_UNAVAILABLE","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INCOMPATIBLE_BATCHPARAMS_AND_DELIVERYMODE","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INSECURE_PUSHSUBSCRIPTION_CONNECTION","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INVALID_ENCODING_IN_DELIVERY","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INVALID_ENDTO_ADDRESSS","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INVALID_EVENTSOURCE","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INVALID_EXPIRATION_TIME","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INVALID_HEARTBEAT","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INVALID_INCOMING_EVENT_PACKET_HEADER","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INVALID_LOCALE_IN_DELIVERY","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INVALID_MESSAGE","features":[581]},{"name":"ERROR_WSMAN_EVENTING_INVALID_NOTIFYTO_ADDRESSS","features":[581]},{"name":"ERROR_WSMAN_EVENTING_LOOPBACK_TESTFAILED","features":[581]},{"name":"ERROR_WSMAN_EVENTING_MISSING_LOCALE_IN_DELIVERY","features":[581]},{"name":"ERROR_WSMAN_EVENTING_MISSING_NOTIFYTO","features":[581]},{"name":"ERROR_WSMAN_EVENTING_MISSING_NOTIFYTO_ADDRESSS","features":[581]},{"name":"ERROR_WSMAN_EVENTING_NOMATCHING_LISTENER","features":[581]},{"name":"ERROR_WSMAN_EVENTING_NONDOMAINJOINED_COLLECTOR","features":[581]},{"name":"ERROR_WSMAN_EVENTING_NONDOMAINJOINED_PUBLISHER","features":[581]},{"name":"ERROR_WSMAN_EVENTING_PUSH_SUBSCRIPTION_NOACTIVATE_EVENTSOURCE","features":[581]},{"name":"ERROR_WSMAN_EVENTING_SOURCE_UNABLE_TO_PROCESS","features":[581]},{"name":"ERROR_WSMAN_EVENTING_SUBSCRIPTIONCLOSED_BYREMOTESERVICE","features":[581]},{"name":"ERROR_WSMAN_EVENTING_SUBSCRIPTION_CANCELLED_BYSOURCE","features":[581]},{"name":"ERROR_WSMAN_EVENTING_UNABLE_TO_RENEW","features":[581]},{"name":"ERROR_WSMAN_EVENTING_UNSUPPORTED_EXPIRATION_TYPE","features":[581]},{"name":"ERROR_WSMAN_EXPIRATION_TIME_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_EXPLICIT_CREDENTIALS_REQUIRED","features":[581]},{"name":"ERROR_WSMAN_FAILED_AUTHENTICATION","features":[581]},{"name":"ERROR_WSMAN_FEATURE_DEPRECATED","features":[581]},{"name":"ERROR_WSMAN_FILE_NOT_PRESENT","features":[581]},{"name":"ERROR_WSMAN_FILTERING_REQUIRED","features":[581]},{"name":"ERROR_WSMAN_FILTERING_REQUIRED_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_FORMAT_MISMATCH_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_FORMAT_SECURITY_TOKEN_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_FRAGMENT_DIALECT_REQUESTED_UNAVAILABLE","features":[581]},{"name":"ERROR_WSMAN_FRAGMENT_TRANSFER_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_GETCLASS","features":[581]},{"name":"ERROR_WSMAN_HEARTBEATS_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_HTML_ERROR","features":[581]},{"name":"ERROR_WSMAN_HTTP_CONTENT_TYPE_MISSMATCH_RESPONSE_DATA","features":[581]},{"name":"ERROR_WSMAN_HTTP_INVALID_CONTENT_TYPE_IN_RESPONSE_DATA","features":[581]},{"name":"ERROR_WSMAN_HTTP_NOT_FOUND_STATUS","features":[581]},{"name":"ERROR_WSMAN_HTTP_NO_RESPONSE_DATA","features":[581]},{"name":"ERROR_WSMAN_HTTP_REQUEST_TOO_LARGE_STATUS","features":[581]},{"name":"ERROR_WSMAN_HTTP_SERVICE_UNAVAILABLE_STATUS","features":[581]},{"name":"ERROR_WSMAN_HTTP_STATUS_BAD_REQUEST","features":[581]},{"name":"ERROR_WSMAN_HTTP_STATUS_SERVER_ERROR","features":[581]},{"name":"ERROR_WSMAN_IISCONFIGURATION_READ_FAILED","features":[581]},{"name":"ERROR_WSMAN_INCOMPATIBLE_EPR","features":[581]},{"name":"ERROR_WSMAN_INEXISTENT_MAC_ADDRESS","features":[581]},{"name":"ERROR_WSMAN_INSECURE_ADDRESS_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_INSUFFCIENT_SELECTORS","features":[581]},{"name":"ERROR_WSMAN_INSUFFICIENT_METADATA_FOR_BASIC","features":[581]},{"name":"ERROR_WSMAN_INVALID_ACTIONURI","features":[581]},{"name":"ERROR_WSMAN_INVALID_BATCH_PARAMETER","features":[581]},{"name":"ERROR_WSMAN_INVALID_BATCH_SETTINGS_PARAMETER","features":[581]},{"name":"ERROR_WSMAN_INVALID_BOOKMARK","features":[581]},{"name":"ERROR_WSMAN_INVALID_CHARACTERS_IN_RESPONSE","features":[581]},{"name":"ERROR_WSMAN_INVALID_CONFIGSDDL_URL","features":[581]},{"name":"ERROR_WSMAN_INVALID_CONNECTIONRETRY","features":[581]},{"name":"ERROR_WSMAN_INVALID_FILEPATH","features":[581]},{"name":"ERROR_WSMAN_INVALID_FILTER_XML","features":[581]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_DIALECT","features":[581]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_PATH","features":[581]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_PATH_BLANK","features":[581]},{"name":"ERROR_WSMAN_INVALID_HEADER","features":[581]},{"name":"ERROR_WSMAN_INVALID_HOSTNAME_PATTERN","features":[581]},{"name":"ERROR_WSMAN_INVALID_IPFILTER","features":[581]},{"name":"ERROR_WSMAN_INVALID_KEY","features":[581]},{"name":"ERROR_WSMAN_INVALID_LITERAL_URI","features":[581]},{"name":"ERROR_WSMAN_INVALID_MESSAGE_INFORMATION_HEADER","features":[581]},{"name":"ERROR_WSMAN_INVALID_OPTIONS","features":[581]},{"name":"ERROR_WSMAN_INVALID_OPTIONSET","features":[581]},{"name":"ERROR_WSMAN_INVALID_OPTION_NO_PROXY_SERVER","features":[581]},{"name":"ERROR_WSMAN_INVALID_PARAMETER","features":[581]},{"name":"ERROR_WSMAN_INVALID_PARAMETER_NAME","features":[581]},{"name":"ERROR_WSMAN_INVALID_PROPOSED_ID","features":[581]},{"name":"ERROR_WSMAN_INVALID_PROVIDER_RESPONSE","features":[581]},{"name":"ERROR_WSMAN_INVALID_PUBLISHERS_TYPE","features":[581]},{"name":"ERROR_WSMAN_INVALID_REDIRECT_ERROR","features":[581]},{"name":"ERROR_WSMAN_INVALID_REPRESENTATION","features":[581]},{"name":"ERROR_WSMAN_INVALID_RESOURCE_URI","features":[581]},{"name":"ERROR_WSMAN_INVALID_RESUMPTION_CONTEXT","features":[581]},{"name":"ERROR_WSMAN_INVALID_SECURITY_DESCRIPTOR","features":[581]},{"name":"ERROR_WSMAN_INVALID_SELECTORS","features":[581]},{"name":"ERROR_WSMAN_INVALID_SELECTOR_NAME","features":[581]},{"name":"ERROR_WSMAN_INVALID_SELECTOR_VALUE","features":[581]},{"name":"ERROR_WSMAN_INVALID_SOAP_BODY","features":[581]},{"name":"ERROR_WSMAN_INVALID_SUBSCRIBE_OBJECT","features":[581]},{"name":"ERROR_WSMAN_INVALID_SUBSCRIPTION_MANAGER","features":[581]},{"name":"ERROR_WSMAN_INVALID_SYSTEM","features":[581]},{"name":"ERROR_WSMAN_INVALID_TARGET_RESOURCEURI","features":[581]},{"name":"ERROR_WSMAN_INVALID_TARGET_SELECTORS","features":[581]},{"name":"ERROR_WSMAN_INVALID_TARGET_SYSTEM","features":[581]},{"name":"ERROR_WSMAN_INVALID_TIMEOUT_HEADER","features":[581]},{"name":"ERROR_WSMAN_INVALID_URI","features":[581]},{"name":"ERROR_WSMAN_INVALID_URI_WMI_ENUM_WQL","features":[581]},{"name":"ERROR_WSMAN_INVALID_URI_WMI_SINGLETON","features":[581]},{"name":"ERROR_WSMAN_INVALID_USESSL_PARAM","features":[581]},{"name":"ERROR_WSMAN_INVALID_XML","features":[581]},{"name":"ERROR_WSMAN_INVALID_XML_FRAGMENT","features":[581]},{"name":"ERROR_WSMAN_INVALID_XML_MISSING_VALUES","features":[581]},{"name":"ERROR_WSMAN_INVALID_XML_NAMESPACE","features":[581]},{"name":"ERROR_WSMAN_INVALID_XML_RUNAS_DISABLED","features":[581]},{"name":"ERROR_WSMAN_INVALID_XML_VALUES","features":[581]},{"name":"ERROR_WSMAN_KERBEROS_IPADDRESS","features":[581]},{"name":"ERROR_WSMAN_LISTENER_ADDRESS_INVALID","features":[581]},{"name":"ERROR_WSMAN_LOCALE_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_MACHINE_OPTION_REQUIRED","features":[581]},{"name":"ERROR_WSMAN_MAXENVELOPE_POLICY_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_MAXENVELOPE_SIZE_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_MAXITEMS_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_MAXTIME_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_MAX_ELEMENTS_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_MAX_ENVELOPE_SIZE","features":[581]},{"name":"ERROR_WSMAN_MAX_ENVELOPE_SIZE_EXCEEDED","features":[581]},{"name":"ERROR_WSMAN_MESSAGE_INFORMATION_HEADER_REQUIRED","features":[581]},{"name":"ERROR_WSMAN_METADATA_REDIRECT","features":[581]},{"name":"ERROR_WSMAN_MIN_ENVELOPE_SIZE","features":[581]},{"name":"ERROR_WSMAN_MISSING_CLASSNAME","features":[581]},{"name":"ERROR_WSMAN_MISSING_FRAGMENT_PATH","features":[581]},{"name":"ERROR_WSMAN_MULTIPLE_CREDENTIALS","features":[581]},{"name":"ERROR_WSMAN_MUSTUNDERSTAND_ON_LOCALE_UNSUPPORTED","features":[581]},{"name":"ERROR_WSMAN_MUTUAL_AUTH_FAILED","features":[581]},{"name":"ERROR_WSMAN_NAME_NOT_RESOLVED","features":[581]},{"name":"ERROR_WSMAN_NETWORK_TIMEDOUT","features":[581]},{"name":"ERROR_WSMAN_NEW_DESERIALIZER","features":[581]},{"name":"ERROR_WSMAN_NEW_SESSION","features":[581]},{"name":"ERROR_WSMAN_NON_PULL_SUBSCRIPTION_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_NO_ACK","features":[581]},{"name":"ERROR_WSMAN_NO_CERTMAPPING_OPERATION_FOR_LOCAL_SESSION","features":[581]},{"name":"ERROR_WSMAN_NO_COMMANDID","features":[581]},{"name":"ERROR_WSMAN_NO_COMMAND_RESPONSE","features":[581]},{"name":"ERROR_WSMAN_NO_DHCP_ADDRESSES","features":[581]},{"name":"ERROR_WSMAN_NO_IDENTIFY_FOR_LOCAL_SESSION","features":[581]},{"name":"ERROR_WSMAN_NO_PUSH_SUBSCRIPTION_FOR_LOCAL_SESSION","features":[581]},{"name":"ERROR_WSMAN_NO_RECEIVE_RESPONSE","features":[581]},{"name":"ERROR_WSMAN_NO_UNICAST_ADDRESSES","features":[581]},{"name":"ERROR_WSMAN_NULL_KEY","features":[581]},{"name":"ERROR_WSMAN_OBJECTONLY_INVALID","features":[581]},{"name":"ERROR_WSMAN_OPERATION_TIMEDOUT","features":[581]},{"name":"ERROR_WSMAN_OPERATION_TIMEOUT_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_OPTIONS_INVALID_NAME","features":[581]},{"name":"ERROR_WSMAN_OPTIONS_INVALID_VALUE","features":[581]},{"name":"ERROR_WSMAN_OPTIONS_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_OPTION_LIMIT","features":[581]},{"name":"ERROR_WSMAN_PARAMETER_TYPE_MISMATCH","features":[581]},{"name":"ERROR_WSMAN_PLUGIN_CONFIGURATION_CORRUPTED","features":[581]},{"name":"ERROR_WSMAN_PLUGIN_FAILED","features":[581]},{"name":"ERROR_WSMAN_POLICY_CANNOT_COMPLY","features":[581]},{"name":"ERROR_WSMAN_POLICY_CORRUPTED","features":[581]},{"name":"ERROR_WSMAN_POLICY_TOO_COMPLEX","features":[581]},{"name":"ERROR_WSMAN_POLYMORPHISM_MODE_UNSUPPORTED","features":[581]},{"name":"ERROR_WSMAN_PORT_INVALID","features":[581]},{"name":"ERROR_WSMAN_PROVIDER_FAILURE","features":[581]},{"name":"ERROR_WSMAN_PROVIDER_LOAD_FAILED","features":[581]},{"name":"ERROR_WSMAN_PROVSYS_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_PROXY_ACCESS_TYPE","features":[581]},{"name":"ERROR_WSMAN_PROXY_AUTHENTICATION_INVALID_FLAG","features":[581]},{"name":"ERROR_WSMAN_PUBLIC_FIREWALL_PROFILE_ACTIVE","features":[581]},{"name":"ERROR_WSMAN_PULL_IN_PROGRESS","features":[581]},{"name":"ERROR_WSMAN_PULL_PARAMS_NOT_SAME_AS_ENUM","features":[581]},{"name":"ERROR_WSMAN_PUSHSUBSCRIPTION_INVALIDUSERACCOUNT","features":[581]},{"name":"ERROR_WSMAN_PUSH_SUBSCRIPTION_CONFIG_INVALID","features":[581]},{"name":"ERROR_WSMAN_QUICK_CONFIG_FAILED_CERT_REQUIRED","features":[581]},{"name":"ERROR_WSMAN_QUICK_CONFIG_FIREWALL_EXCEPTIONS_DISALLOWED","features":[581]},{"name":"ERROR_WSMAN_QUICK_CONFIG_LOCAL_POLICY_CHANGE_DISALLOWED","features":[581]},{"name":"ERROR_WSMAN_QUOTA_LIMIT","features":[581]},{"name":"ERROR_WSMAN_QUOTA_MAX_COMMANDS_PER_SHELL_PPQ","features":[581]},{"name":"ERROR_WSMAN_QUOTA_MAX_OPERATIONS","features":[581]},{"name":"ERROR_WSMAN_QUOTA_MAX_OPERATIONS_USER_PPQ","features":[581]},{"name":"ERROR_WSMAN_QUOTA_MAX_PLUGINOPERATIONS_PPQ","features":[581]},{"name":"ERROR_WSMAN_QUOTA_MAX_PLUGINSHELLS_PPQ","features":[581]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLS","features":[581]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLS_PPQ","features":[581]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLUSERS","features":[581]},{"name":"ERROR_WSMAN_QUOTA_MAX_USERS_PPQ","features":[581]},{"name":"ERROR_WSMAN_QUOTA_MIN_REQUIREMENT_NOT_AVAILABLE_PPQ","features":[581]},{"name":"ERROR_WSMAN_QUOTA_SYSTEM","features":[581]},{"name":"ERROR_WSMAN_QUOTA_USER","features":[581]},{"name":"ERROR_WSMAN_REDIRECT_LOCATION_NOT_AVAILABLE","features":[581]},{"name":"ERROR_WSMAN_REDIRECT_REQUESTED","features":[581]},{"name":"ERROR_WSMAN_REMOTESHELLS_NOT_ALLOWED","features":[581]},{"name":"ERROR_WSMAN_REMOTE_CIMPATH_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_REMOTE_CONNECTION_NOT_ALLOWED","features":[581]},{"name":"ERROR_WSMAN_RENAME_FAILURE","features":[581]},{"name":"ERROR_WSMAN_REQUEST_INIT_ERROR","features":[581]},{"name":"ERROR_WSMAN_REQUEST_NOT_SUPPORTED_AT_SERVICE","features":[581]},{"name":"ERROR_WSMAN_RESOURCE_NOT_FOUND","features":[581]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_ENUMERATION_CONTEXT","features":[581]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_MESSAGE_INFORMATION_HEADER","features":[581]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_SOAP_FAULT","features":[581]},{"name":"ERROR_WSMAN_RESPONSE_NO_RESULTS","features":[581]},{"name":"ERROR_WSMAN_RESPONSE_NO_SOAP_HEADER_BODY","features":[581]},{"name":"ERROR_WSMAN_RESPONSE_NO_XML_FRAGMENT_WRAPPER","features":[581]},{"name":"ERROR_WSMAN_RESUMPTION_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_RESUMPTION_TYPE_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_RUNASUSER_MANAGEDACCOUNT_LOGON_FAILED","features":[581]},{"name":"ERROR_WSMAN_RUNAS_INVALIDUSERCREDENTIALS","features":[581]},{"name":"ERROR_WSMAN_RUNSHELLCOMMAND_NULL_ARGUMENT","features":[581]},{"name":"ERROR_WSMAN_SCHEMA_VALIDATION_ERROR","features":[581]},{"name":"ERROR_WSMAN_SECURITY_UNMAPPED","features":[581]},{"name":"ERROR_WSMAN_SELECTOR_LIMIT","features":[581]},{"name":"ERROR_WSMAN_SELECTOR_TYPEMISMATCH","features":[581]},{"name":"ERROR_WSMAN_SEMANTICCALLBACK_TIMEDOUT","features":[581]},{"name":"ERROR_WSMAN_SENDHEARBEAT_EMPTY_ENUMERATOR","features":[581]},{"name":"ERROR_WSMAN_SENDSHELLINPUT_INVALID_STREAMID_INDEX","features":[581]},{"name":"ERROR_WSMAN_SERVER_DESTINATION_LOCALHOST","features":[581]},{"name":"ERROR_WSMAN_SERVER_ENVELOPE_LIMIT","features":[581]},{"name":"ERROR_WSMAN_SERVER_NONPULLSUBSCRIBE_NULL_PARAM","features":[581]},{"name":"ERROR_WSMAN_SERVER_NOT_TRUSTED","features":[581]},{"name":"ERROR_WSMAN_SERVICE_REMOTE_ACCESS_DISABLED","features":[581]},{"name":"ERROR_WSMAN_SERVICE_STREAM_DISCONNECTED","features":[581]},{"name":"ERROR_WSMAN_SESSION_ALREADY_CLOSED","features":[581]},{"name":"ERROR_WSMAN_SHELL_ALREADY_CLOSED","features":[581]},{"name":"ERROR_WSMAN_SHELL_INVALID_COMMAND_HANDLE","features":[581]},{"name":"ERROR_WSMAN_SHELL_INVALID_DESIRED_STREAMS","features":[581]},{"name":"ERROR_WSMAN_SHELL_INVALID_INPUT_STREAM","features":[581]},{"name":"ERROR_WSMAN_SHELL_INVALID_SHELL_HANDLE","features":[581]},{"name":"ERROR_WSMAN_SHELL_NOT_INITIALIZED","features":[581]},{"name":"ERROR_WSMAN_SHELL_SYNCHRONOUS_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_SOAP_DATA_ENCODING_UNKNOWN","features":[581]},{"name":"ERROR_WSMAN_SOAP_FAULT_MUST_UNDERSTAND","features":[581]},{"name":"ERROR_WSMAN_SOAP_VERSION_MISMATCH","features":[581]},{"name":"ERROR_WSMAN_SSL_CONNECTION_ABORTED","features":[581]},{"name":"ERROR_WSMAN_SUBSCRIBE_WMI_INVALID_KEY","features":[581]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLIENT_DID_NOT_CALL_WITHIN_HEARTBEAT","features":[581]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLOSED","features":[581]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLOSE_IN_PROGRESS","features":[581]},{"name":"ERROR_WSMAN_SUBSCRIPTION_LISTENER_NOLONGERVALID","features":[581]},{"name":"ERROR_WSMAN_SUBSCRIPTION_NO_HEARTBEAT","features":[581]},{"name":"ERROR_WSMAN_SYSTEM_NOT_FOUND","features":[581]},{"name":"ERROR_WSMAN_TARGET_ALREADY_EXISTS","features":[581]},{"name":"ERROR_WSMAN_TRANSPORT_NOT_SUPPORTED","features":[581]},{"name":"ERROR_WSMAN_UNEXPECTED_SELECTORS","features":[581]},{"name":"ERROR_WSMAN_UNKNOWN_HTTP_STATUS_RETURNED","features":[581]},{"name":"ERROR_WSMAN_UNREPORTABLE_SUCCESS","features":[581]},{"name":"ERROR_WSMAN_UNSUPPORTED_ADDRESSING_MODE","features":[581]},{"name":"ERROR_WSMAN_UNSUPPORTED_ENCODING","features":[581]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE","features":[581]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE_IDENTIFY","features":[581]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE_OPTIONS","features":[581]},{"name":"ERROR_WSMAN_UNSUPPORTED_HTTP_STATUS_REDIRECT","features":[581]},{"name":"ERROR_WSMAN_UNSUPPORTED_MEDIA","features":[581]},{"name":"ERROR_WSMAN_UNSUPPORTED_OCTETTYPE","features":[581]},{"name":"ERROR_WSMAN_UNSUPPORTED_TIMEOUT","features":[581]},{"name":"ERROR_WSMAN_UNSUPPORTED_TYPE","features":[581]},{"name":"ERROR_WSMAN_URISECURITY_INVALIDURIKEY","features":[581]},{"name":"ERROR_WSMAN_URI_LIMIT","features":[581]},{"name":"ERROR_WSMAN_URI_NON_DMTF_CLASS","features":[581]},{"name":"ERROR_WSMAN_URI_QUERY_STRING_SYNTAX_ERROR","features":[581]},{"name":"ERROR_WSMAN_URI_SECURITY_URI","features":[581]},{"name":"ERROR_WSMAN_URI_WRONG_DMTF_VERSION","features":[581]},{"name":"ERROR_WSMAN_VIRTUALACCOUNT_NOTSUPPORTED","features":[581]},{"name":"ERROR_WSMAN_VIRTUALACCOUNT_NOTSUPPORTED_DOWNLEVEL","features":[581]},{"name":"ERROR_WSMAN_WHITESPACE","features":[581]},{"name":"ERROR_WSMAN_WMI_CANNOT_CONNECT_ACCESS_DENIED","features":[581]},{"name":"ERROR_WSMAN_WMI_INVALID_VALUE","features":[581]},{"name":"ERROR_WSMAN_WMI_MAX_NESTED","features":[581]},{"name":"ERROR_WSMAN_WMI_PROVIDER_ACCESS_DENIED","features":[581]},{"name":"ERROR_WSMAN_WMI_PROVIDER_INVALID_PARAMETER","features":[581]},{"name":"ERROR_WSMAN_WMI_PROVIDER_NOT_CAPABLE","features":[581]},{"name":"ERROR_WSMAN_WMI_SVC_ACCESS_DENIED","features":[581]},{"name":"ERROR_WSMAN_WRONG_METADATA","features":[581]},{"name":"IWSMan","features":[358,581]},{"name":"IWSManConnectionOptions","features":[358,581]},{"name":"IWSManConnectionOptionsEx","features":[358,581]},{"name":"IWSManConnectionOptionsEx2","features":[358,581]},{"name":"IWSManEnumerator","features":[358,581]},{"name":"IWSManEx","features":[358,581]},{"name":"IWSManEx2","features":[358,581]},{"name":"IWSManEx3","features":[358,581]},{"name":"IWSManInternal","features":[358,581]},{"name":"IWSManResourceLocator","features":[358,581]},{"name":"IWSManResourceLocatorInternal","features":[581]},{"name":"IWSManSession","features":[358,581]},{"name":"WSMAN_API_HANDLE","features":[581]},{"name":"WSMAN_AUTHENTICATION_CREDENTIALS","features":[581]},{"name":"WSMAN_AUTHZ_QUOTA","features":[581]},{"name":"WSMAN_CERTIFICATE_DETAILS","features":[581]},{"name":"WSMAN_CMDSHELL_OPTION_CODEPAGE","features":[581]},{"name":"WSMAN_CMDSHELL_OPTION_CONSOLEMODE_STDIN","features":[581]},{"name":"WSMAN_CMDSHELL_OPTION_SKIP_CMD_SHELL","features":[581]},{"name":"WSMAN_COMMAND_ARG_SET","features":[581]},{"name":"WSMAN_COMMAND_HANDLE","features":[581]},{"name":"WSMAN_CONNECT_DATA","features":[581]},{"name":"WSMAN_CREATE_SHELL_DATA","features":[581]},{"name":"WSMAN_DATA","features":[581]},{"name":"WSMAN_DATA_BINARY","features":[581]},{"name":"WSMAN_DATA_NONE","features":[581]},{"name":"WSMAN_DATA_TEXT","features":[581]},{"name":"WSMAN_DATA_TYPE_BINARY","features":[581]},{"name":"WSMAN_DATA_TYPE_DWORD","features":[581]},{"name":"WSMAN_DATA_TYPE_TEXT","features":[581]},{"name":"WSMAN_DEFAULT_TIMEOUT_MS","features":[581]},{"name":"WSMAN_ENVIRONMENT_VARIABLE","features":[581]},{"name":"WSMAN_ENVIRONMENT_VARIABLE_SET","features":[581]},{"name":"WSMAN_ERROR","features":[581]},{"name":"WSMAN_FILTER","features":[581]},{"name":"WSMAN_FLAG_AUTH_BASIC","features":[581]},{"name":"WSMAN_FLAG_AUTH_CLIENT_CERTIFICATE","features":[581]},{"name":"WSMAN_FLAG_AUTH_CREDSSP","features":[581]},{"name":"WSMAN_FLAG_AUTH_DIGEST","features":[581]},{"name":"WSMAN_FLAG_AUTH_KERBEROS","features":[581]},{"name":"WSMAN_FLAG_AUTH_NEGOTIATE","features":[581]},{"name":"WSMAN_FLAG_CALLBACK_END_OF_OPERATION","features":[581]},{"name":"WSMAN_FLAG_CALLBACK_END_OF_STREAM","features":[581]},{"name":"WSMAN_FLAG_CALLBACK_NETWORK_FAILURE_DETECTED","features":[581]},{"name":"WSMAN_FLAG_CALLBACK_RECEIVE_DELAY_STREAM_REQUEST_PROCESSED","features":[581]},{"name":"WSMAN_FLAG_CALLBACK_RECONNECTED_AFTER_NETWORK_FAILURE","features":[581]},{"name":"WSMAN_FLAG_CALLBACK_RETRYING_AFTER_NETWORK_FAILURE","features":[581]},{"name":"WSMAN_FLAG_CALLBACK_RETRY_ABORTED_DUE_TO_INTERNAL_ERROR","features":[581]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_AUTODISCONNECTED","features":[581]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_AUTODISCONNECTING","features":[581]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_SUPPORTS_DISCONNECT","features":[581]},{"name":"WSMAN_FLAG_DEFAULT_AUTHENTICATION","features":[581]},{"name":"WSMAN_FLAG_DELETE_SERVER_SESSION","features":[581]},{"name":"WSMAN_FLAG_NO_AUTHENTICATION","features":[581]},{"name":"WSMAN_FLAG_NO_COMPRESSION","features":[581]},{"name":"WSMAN_FLAG_RECEIVE_DELAY_OUTPUT_STREAM","features":[581]},{"name":"WSMAN_FLAG_RECEIVE_FLUSH","features":[581]},{"name":"WSMAN_FLAG_RECEIVE_RESULT_DATA_BOUNDARY","features":[581]},{"name":"WSMAN_FLAG_RECEIVE_RESULT_NO_MORE_DATA","features":[581]},{"name":"WSMAN_FLAG_REQUESTED_API_VERSION_1_0","features":[581]},{"name":"WSMAN_FLAG_REQUESTED_API_VERSION_1_1","features":[581]},{"name":"WSMAN_FLAG_SEND_NO_MORE_DATA","features":[581]},{"name":"WSMAN_FLAG_SERVER_BUFFERING_MODE_BLOCK","features":[581]},{"name":"WSMAN_FLAG_SERVER_BUFFERING_MODE_DROP","features":[581]},{"name":"WSMAN_FRAGMENT","features":[581]},{"name":"WSMAN_KEY","features":[581]},{"name":"WSMAN_OPERATION_HANDLE","features":[581]},{"name":"WSMAN_OPERATION_INFO","features":[307,581]},{"name":"WSMAN_OPERATION_INFOEX","features":[307,581]},{"name":"WSMAN_OPERATION_INFOV1","features":[581]},{"name":"WSMAN_OPERATION_INFOV2","features":[581]},{"name":"WSMAN_OPTION","features":[307,581]},{"name":"WSMAN_OPTION_ALLOW_NEGOTIATE_IMPLICIT_CREDENTIALS","features":[581]},{"name":"WSMAN_OPTION_DEFAULT_OPERATION_TIMEOUTMS","features":[581]},{"name":"WSMAN_OPTION_ENABLE_SPN_SERVER_PORT","features":[581]},{"name":"WSMAN_OPTION_LOCALE","features":[581]},{"name":"WSMAN_OPTION_MACHINE_ID","features":[581]},{"name":"WSMAN_OPTION_MAX_ENVELOPE_SIZE_KB","features":[581]},{"name":"WSMAN_OPTION_MAX_RETRY_TIME","features":[581]},{"name":"WSMAN_OPTION_PROXY_AUTO_DETECT","features":[581]},{"name":"WSMAN_OPTION_PROXY_IE_PROXY_CONFIG","features":[581]},{"name":"WSMAN_OPTION_PROXY_NO_PROXY_SERVER","features":[581]},{"name":"WSMAN_OPTION_PROXY_WINHTTP_PROXY_CONFIG","features":[581]},{"name":"WSMAN_OPTION_REDIRECT_LOCATION","features":[581]},{"name":"WSMAN_OPTION_SET","features":[307,581]},{"name":"WSMAN_OPTION_SETEX","features":[307,581]},{"name":"WSMAN_OPTION_SHELL_MAX_DATA_SIZE_PER_MESSAGE_KB","features":[581]},{"name":"WSMAN_OPTION_SKIP_CA_CHECK","features":[581]},{"name":"WSMAN_OPTION_SKIP_CN_CHECK","features":[581]},{"name":"WSMAN_OPTION_SKIP_REVOCATION_CHECK","features":[581]},{"name":"WSMAN_OPTION_TIMEOUTMS_CLOSE_SHELL","features":[581]},{"name":"WSMAN_OPTION_TIMEOUTMS_CREATE_SHELL","features":[581]},{"name":"WSMAN_OPTION_TIMEOUTMS_RECEIVE_SHELL_OUTPUT","features":[581]},{"name":"WSMAN_OPTION_TIMEOUTMS_RUN_SHELL_COMMAND","features":[581]},{"name":"WSMAN_OPTION_TIMEOUTMS_SEND_SHELL_INPUT","features":[581]},{"name":"WSMAN_OPTION_TIMEOUTMS_SIGNAL_SHELL","features":[581]},{"name":"WSMAN_OPTION_UI_LANGUAGE","features":[581]},{"name":"WSMAN_OPTION_UNENCRYPTED_MESSAGES","features":[581]},{"name":"WSMAN_OPTION_USE_INTEARACTIVE_TOKEN","features":[581]},{"name":"WSMAN_OPTION_USE_SSL","features":[581]},{"name":"WSMAN_OPTION_UTF16","features":[581]},{"name":"WSMAN_PLUGIN_AUTHORIZE_OPERATION","features":[307,581]},{"name":"WSMAN_PLUGIN_AUTHORIZE_QUERY_QUOTA","features":[307,581]},{"name":"WSMAN_PLUGIN_AUTHORIZE_RELEASE_CONTEXT","features":[581]},{"name":"WSMAN_PLUGIN_AUTHORIZE_USER","features":[307,581]},{"name":"WSMAN_PLUGIN_COMMAND","features":[307,581]},{"name":"WSMAN_PLUGIN_CONNECT","features":[307,581]},{"name":"WSMAN_PLUGIN_PARAMS_AUTORESTART","features":[581]},{"name":"WSMAN_PLUGIN_PARAMS_GET_REQUESTED_DATA_LOCALE","features":[581]},{"name":"WSMAN_PLUGIN_PARAMS_GET_REQUESTED_LOCALE","features":[581]},{"name":"WSMAN_PLUGIN_PARAMS_HOSTIDLETIMEOUTSECONDS","features":[581]},{"name":"WSMAN_PLUGIN_PARAMS_LARGEST_RESULT_SIZE","features":[581]},{"name":"WSMAN_PLUGIN_PARAMS_MAX_ENVELOPE_SIZE","features":[581]},{"name":"WSMAN_PLUGIN_PARAMS_NAME","features":[581]},{"name":"WSMAN_PLUGIN_PARAMS_REMAINING_RESULT_SIZE","features":[581]},{"name":"WSMAN_PLUGIN_PARAMS_RUNAS_USER","features":[581]},{"name":"WSMAN_PLUGIN_PARAMS_SHAREDHOST","features":[581]},{"name":"WSMAN_PLUGIN_PARAMS_TIMEOUT","features":[581]},{"name":"WSMAN_PLUGIN_RECEIVE","features":[307,581]},{"name":"WSMAN_PLUGIN_RELEASE_COMMAND_CONTEXT","features":[581]},{"name":"WSMAN_PLUGIN_RELEASE_SHELL_CONTEXT","features":[581]},{"name":"WSMAN_PLUGIN_REQUEST","features":[307,581]},{"name":"WSMAN_PLUGIN_SEND","features":[307,581]},{"name":"WSMAN_PLUGIN_SHELL","features":[307,581]},{"name":"WSMAN_PLUGIN_SHUTDOWN","features":[581]},{"name":"WSMAN_PLUGIN_SHUTDOWN_IDLETIMEOUT_ELAPSED","features":[581]},{"name":"WSMAN_PLUGIN_SHUTDOWN_IISHOST","features":[581]},{"name":"WSMAN_PLUGIN_SHUTDOWN_SERVICE","features":[581]},{"name":"WSMAN_PLUGIN_SHUTDOWN_SYSTEM","features":[581]},{"name":"WSMAN_PLUGIN_SIGNAL","features":[307,581]},{"name":"WSMAN_PLUGIN_STARTUP","features":[581]},{"name":"WSMAN_PLUGIN_STARTUP_AUTORESTARTED_CRASH","features":[581]},{"name":"WSMAN_PLUGIN_STARTUP_AUTORESTARTED_REBOOT","features":[581]},{"name":"WSMAN_PLUGIN_STARTUP_REQUEST_RECEIVED","features":[581]},{"name":"WSMAN_PROXY_INFO","features":[581]},{"name":"WSMAN_RECEIVE_DATA_RESULT","features":[581]},{"name":"WSMAN_RESPONSE_DATA","features":[581]},{"name":"WSMAN_SELECTOR_SET","features":[581]},{"name":"WSMAN_SENDER_DETAILS","features":[307,581]},{"name":"WSMAN_SESSION_HANDLE","features":[581]},{"name":"WSMAN_SHELL_ASYNC","features":[581]},{"name":"WSMAN_SHELL_COMPLETION_FUNCTION","features":[581]},{"name":"WSMAN_SHELL_DISCONNECT_INFO","features":[581]},{"name":"WSMAN_SHELL_HANDLE","features":[581]},{"name":"WSMAN_SHELL_NS","features":[581]},{"name":"WSMAN_SHELL_OPTION_NOPROFILE","features":[581]},{"name":"WSMAN_SHELL_STARTUP_INFO_V10","features":[581]},{"name":"WSMAN_SHELL_STARTUP_INFO_V11","features":[581]},{"name":"WSMAN_STREAM_ID_SET","features":[581]},{"name":"WSMAN_STREAM_ID_STDERR","features":[581]},{"name":"WSMAN_STREAM_ID_STDIN","features":[581]},{"name":"WSMAN_STREAM_ID_STDOUT","features":[581]},{"name":"WSMAN_USERNAME_PASSWORD_CREDS","features":[581]},{"name":"WSMan","features":[581]},{"name":"WSManAuthenticationFlags","features":[581]},{"name":"WSManCallbackFlags","features":[581]},{"name":"WSManCloseCommand","features":[581]},{"name":"WSManCloseOperation","features":[581]},{"name":"WSManCloseSession","features":[581]},{"name":"WSManCloseShell","features":[581]},{"name":"WSManConnectShell","features":[307,581]},{"name":"WSManConnectShellCommand","features":[307,581]},{"name":"WSManCreateSession","features":[581]},{"name":"WSManCreateShell","features":[307,581]},{"name":"WSManCreateShellEx","features":[307,581]},{"name":"WSManDataType","features":[581]},{"name":"WSManDeinitialize","features":[581]},{"name":"WSManDisconnectShell","features":[581]},{"name":"WSManEnumFlags","features":[581]},{"name":"WSManFlagAllowNegotiateImplicitCredentials","features":[581]},{"name":"WSManFlagAssociatedInstance","features":[581]},{"name":"WSManFlagAssociationInstance","features":[581]},{"name":"WSManFlagCredUsernamePassword","features":[581]},{"name":"WSManFlagEnableSPNServerPort","features":[581]},{"name":"WSManFlagHierarchyDeep","features":[581]},{"name":"WSManFlagHierarchyDeepBasePropsOnly","features":[581]},{"name":"WSManFlagHierarchyShallow","features":[581]},{"name":"WSManFlagNoEncryption","features":[581]},{"name":"WSManFlagNonXmlText","features":[581]},{"name":"WSManFlagProxyAuthenticationUseBasic","features":[581]},{"name":"WSManFlagProxyAuthenticationUseDigest","features":[581]},{"name":"WSManFlagProxyAuthenticationUseNegotiate","features":[581]},{"name":"WSManFlagReturnEPR","features":[581]},{"name":"WSManFlagReturnObject","features":[581]},{"name":"WSManFlagReturnObjectAndEPR","features":[581]},{"name":"WSManFlagSkipCACheck","features":[581]},{"name":"WSManFlagSkipCNCheck","features":[581]},{"name":"WSManFlagSkipRevocationCheck","features":[581]},{"name":"WSManFlagUTF16","features":[581]},{"name":"WSManFlagUTF8","features":[581]},{"name":"WSManFlagUseBasic","features":[581]},{"name":"WSManFlagUseClientCertificate","features":[581]},{"name":"WSManFlagUseCredSsp","features":[581]},{"name":"WSManFlagUseDigest","features":[581]},{"name":"WSManFlagUseKerberos","features":[581]},{"name":"WSManFlagUseNegotiate","features":[581]},{"name":"WSManFlagUseNoAuthentication","features":[581]},{"name":"WSManFlagUseSsl","features":[581]},{"name":"WSManGetErrorMessage","features":[581]},{"name":"WSManGetSessionOptionAsDword","features":[581]},{"name":"WSManGetSessionOptionAsString","features":[581]},{"name":"WSManInitialize","features":[581]},{"name":"WSManInternal","features":[581]},{"name":"WSManPluginAuthzOperationComplete","features":[307,581]},{"name":"WSManPluginAuthzQueryQuotaComplete","features":[307,581]},{"name":"WSManPluginAuthzUserComplete","features":[307,581]},{"name":"WSManPluginFreeRequestDetails","features":[307,581]},{"name":"WSManPluginGetConfiguration","features":[581]},{"name":"WSManPluginGetOperationParameters","features":[307,581]},{"name":"WSManPluginOperationComplete","features":[307,581]},{"name":"WSManPluginReceiveResult","features":[307,581]},{"name":"WSManPluginReportCompletion","features":[581]},{"name":"WSManPluginReportContext","features":[307,581]},{"name":"WSManProxyAccessType","features":[581]},{"name":"WSManProxyAccessTypeFlags","features":[581]},{"name":"WSManProxyAuthenticationFlags","features":[581]},{"name":"WSManProxyAutoDetect","features":[581]},{"name":"WSManProxyIEConfig","features":[581]},{"name":"WSManProxyNoProxyServer","features":[581]},{"name":"WSManProxyWinHttpConfig","features":[581]},{"name":"WSManReceiveShellOutput","features":[581]},{"name":"WSManReconnectShell","features":[581]},{"name":"WSManReconnectShellCommand","features":[581]},{"name":"WSManRunShellCommand","features":[307,581]},{"name":"WSManRunShellCommandEx","features":[307,581]},{"name":"WSManSendShellInput","features":[307,581]},{"name":"WSManSessionFlags","features":[581]},{"name":"WSManSessionOption","features":[581]},{"name":"WSManSetSessionOption","features":[581]},{"name":"WSManShellFlag","features":[581]},{"name":"WSManSignalShell","features":[581]}],"602":[{"name":"CCH_RM_MAX_APP_NAME","features":[582]},{"name":"CCH_RM_MAX_SVC_NAME","features":[582]},{"name":"CCH_RM_SESSION_KEY","features":[582]},{"name":"RM_APP_STATUS","features":[582]},{"name":"RM_APP_TYPE","features":[582]},{"name":"RM_FILTER_ACTION","features":[582]},{"name":"RM_FILTER_INFO","features":[307,582]},{"name":"RM_FILTER_TRIGGER","features":[582]},{"name":"RM_INVALID_PROCESS","features":[582]},{"name":"RM_INVALID_TS_SESSION","features":[582]},{"name":"RM_PROCESS_INFO","features":[307,582]},{"name":"RM_REBOOT_REASON","features":[582]},{"name":"RM_SHUTDOWN_TYPE","features":[582]},{"name":"RM_UNIQUE_PROCESS","features":[307,582]},{"name":"RM_WRITE_STATUS_CALLBACK","features":[582]},{"name":"RmAddFilter","features":[307,582]},{"name":"RmCancelCurrentTask","features":[307,582]},{"name":"RmConsole","features":[582]},{"name":"RmCritical","features":[582]},{"name":"RmEndSession","features":[307,582]},{"name":"RmExplorer","features":[582]},{"name":"RmFilterTriggerFile","features":[582]},{"name":"RmFilterTriggerInvalid","features":[582]},{"name":"RmFilterTriggerProcess","features":[582]},{"name":"RmFilterTriggerService","features":[582]},{"name":"RmForceShutdown","features":[582]},{"name":"RmGetFilterList","features":[307,582]},{"name":"RmGetList","features":[307,582]},{"name":"RmInvalidFilterAction","features":[582]},{"name":"RmJoinSession","features":[307,582]},{"name":"RmMainWindow","features":[582]},{"name":"RmNoRestart","features":[582]},{"name":"RmNoShutdown","features":[582]},{"name":"RmOtherWindow","features":[582]},{"name":"RmRebootReasonCriticalProcess","features":[582]},{"name":"RmRebootReasonCriticalService","features":[582]},{"name":"RmRebootReasonDetectedSelf","features":[582]},{"name":"RmRebootReasonNone","features":[582]},{"name":"RmRebootReasonPermissionDenied","features":[582]},{"name":"RmRebootReasonSessionMismatch","features":[582]},{"name":"RmRegisterResources","features":[307,582]},{"name":"RmRemoveFilter","features":[307,582]},{"name":"RmRestart","features":[307,582]},{"name":"RmService","features":[582]},{"name":"RmShutdown","features":[307,582]},{"name":"RmShutdownOnlyRegistered","features":[582]},{"name":"RmStartSession","features":[307,582]},{"name":"RmStatusErrorOnRestart","features":[582]},{"name":"RmStatusErrorOnStop","features":[582]},{"name":"RmStatusRestartMasked","features":[582]},{"name":"RmStatusRestarted","features":[582]},{"name":"RmStatusRunning","features":[582]},{"name":"RmStatusShutdownMasked","features":[582]},{"name":"RmStatusStopped","features":[582]},{"name":"RmStatusStoppedOther","features":[582]},{"name":"RmStatusUnknown","features":[582]},{"name":"RmUnknownApp","features":[582]}],"603":[{"name":"ACCESSIBILITY_SETTING","features":[583]},{"name":"APPLICATION_INSTALL","features":[583]},{"name":"APPLICATION_RUN","features":[583]},{"name":"APPLICATION_UNINSTALL","features":[583]},{"name":"BACKUP","features":[583]},{"name":"BACKUP_RECOVERY","features":[583]},{"name":"BEGIN_NESTED_SYSTEM_CHANGE","features":[583]},{"name":"BEGIN_NESTED_SYSTEM_CHANGE_NORP","features":[583]},{"name":"BEGIN_SYSTEM_CHANGE","features":[583]},{"name":"CANCELLED_OPERATION","features":[583]},{"name":"CHECKPOINT","features":[583]},{"name":"CRITICAL_UPDATE","features":[583]},{"name":"DESKTOP_SETTING","features":[583]},{"name":"DEVICE_DRIVER_INSTALL","features":[583]},{"name":"END_NESTED_SYSTEM_CHANGE","features":[583]},{"name":"END_SYSTEM_CHANGE","features":[583]},{"name":"FIRSTRUN","features":[583]},{"name":"MANUAL_CHECKPOINT","features":[583]},{"name":"MAX_DESC","features":[583]},{"name":"MAX_DESC_W","features":[583]},{"name":"MAX_EVENT","features":[583]},{"name":"MAX_RPT","features":[583]},{"name":"MIN_EVENT","features":[583]},{"name":"MIN_RPT","features":[583]},{"name":"MODIFY_SETTINGS","features":[583]},{"name":"OE_SETTING","features":[583]},{"name":"RESTORE","features":[583]},{"name":"RESTOREPOINTINFOA","features":[583]},{"name":"RESTOREPOINTINFOEX","features":[307,583]},{"name":"RESTOREPOINTINFOW","features":[583]},{"name":"RESTOREPOINTINFO_EVENT_TYPE","features":[583]},{"name":"RESTOREPOINTINFO_TYPE","features":[583]},{"name":"SRRemoveRestorePoint","features":[583]},{"name":"SRSetRestorePointA","features":[307,583]},{"name":"SRSetRestorePointW","features":[307,583]},{"name":"STATEMGRSTATUS","features":[307,583]},{"name":"WINDOWS_BOOT","features":[583]},{"name":"WINDOWS_SHUTDOWN","features":[583]},{"name":"WINDOWS_UPDATE","features":[583]}],"604":[{"name":"ARRAY_INFO","features":[324]},{"name":"BinaryParam","features":[324]},{"name":"CLIENT_CALL_RETURN","features":[324]},{"name":"COMM_FAULT_OFFSETS","features":[324]},{"name":"CS_TAG_GETTING_ROUTINE","features":[324]},{"name":"CS_TYPE_FROM_NETCS_ROUTINE","features":[324]},{"name":"CS_TYPE_LOCAL_SIZE_ROUTINE","features":[324]},{"name":"CS_TYPE_NET_SIZE_ROUTINE","features":[324]},{"name":"CS_TYPE_TO_NETCS_ROUTINE","features":[324]},{"name":"DCE_C_ERROR_STRING_LEN","features":[324]},{"name":"DceErrorInqTextA","features":[324]},{"name":"DceErrorInqTextW","features":[324]},{"name":"EEInfoGCCOM","features":[324]},{"name":"EEInfoGCFRS","features":[324]},{"name":"EEInfoNextRecordsMissing","features":[324]},{"name":"EEInfoPreviousRecordsMissing","features":[324]},{"name":"EEInfoUseFileTime","features":[324]},{"name":"EPT_S_CANT_CREATE","features":[324]},{"name":"EPT_S_CANT_PERFORM_OP","features":[324]},{"name":"EPT_S_INVALID_ENTRY","features":[324]},{"name":"EPT_S_NOT_REGISTERED","features":[324]},{"name":"EXPR_EVAL","features":[358,324]},{"name":"EXPR_TOKEN","features":[324]},{"name":"ExtendedErrorParamTypes","features":[324]},{"name":"FC_EXPR_CONST32","features":[324]},{"name":"FC_EXPR_CONST64","features":[324]},{"name":"FC_EXPR_END","features":[324]},{"name":"FC_EXPR_ILLEGAL","features":[324]},{"name":"FC_EXPR_NOOP","features":[324]},{"name":"FC_EXPR_OPER","features":[324]},{"name":"FC_EXPR_START","features":[324]},{"name":"FC_EXPR_VAR","features":[324]},{"name":"FULL_PTR_XLAT_TABLES","features":[324]},{"name":"GENERIC_BINDING_INFO","features":[324]},{"name":"GENERIC_BINDING_ROUTINE","features":[324]},{"name":"GENERIC_BINDING_ROUTINE_PAIR","features":[324]},{"name":"GENERIC_UNBIND_ROUTINE","features":[324]},{"name":"GROUP_NAME_SYNTAX","features":[324]},{"name":"IDL_CS_CONVERT","features":[324]},{"name":"IDL_CS_IN_PLACE_CONVERT","features":[324]},{"name":"IDL_CS_NEW_BUFFER_CONVERT","features":[324]},{"name":"IDL_CS_NO_CONVERT","features":[324]},{"name":"INVALID_FRAGMENT_ID","features":[324]},{"name":"IUnknown_AddRef_Proxy","features":[324]},{"name":"IUnknown_QueryInterface_Proxy","features":[324]},{"name":"IUnknown_Release_Proxy","features":[324]},{"name":"I_RpcAllocate","features":[324]},{"name":"I_RpcAsyncAbortCall","features":[307,312,324]},{"name":"I_RpcAsyncSetHandle","features":[307,312,324]},{"name":"I_RpcBindingCopy","features":[324]},{"name":"I_RpcBindingCreateNP","features":[324]},{"name":"I_RpcBindingHandleToAsyncHandle","features":[324]},{"name":"I_RpcBindingInqClientTokenAttributes","features":[307,324]},{"name":"I_RpcBindingInqDynamicEndpointA","features":[324]},{"name":"I_RpcBindingInqDynamicEndpointW","features":[324]},{"name":"I_RpcBindingInqLocalClientPID","features":[324]},{"name":"I_RpcBindingInqMarshalledTargetInfo","features":[324]},{"name":"I_RpcBindingInqSecurityContext","features":[324]},{"name":"I_RpcBindingInqSecurityContextKeyInfo","features":[324]},{"name":"I_RpcBindingInqTransportType","features":[324]},{"name":"I_RpcBindingInqWireIdForSnego","features":[324]},{"name":"I_RpcBindingIsClientLocal","features":[324]},{"name":"I_RpcBindingIsServerLocal","features":[324]},{"name":"I_RpcBindingSetPrivateOption","features":[324]},{"name":"I_RpcBindingToStaticStringBindingW","features":[324]},{"name":"I_RpcClearMutex","features":[324]},{"name":"I_RpcDeleteMutex","features":[324]},{"name":"I_RpcExceptionFilter","features":[324]},{"name":"I_RpcFree","features":[324]},{"name":"I_RpcFreeBuffer","features":[324]},{"name":"I_RpcFreeCalloutStateFn","features":[324]},{"name":"I_RpcFreePipeBuffer","features":[324]},{"name":"I_RpcGetBuffer","features":[324]},{"name":"I_RpcGetBufferWithObject","features":[324]},{"name":"I_RpcGetCurrentCallHandle","features":[324]},{"name":"I_RpcGetDefaultSD","features":[324]},{"name":"I_RpcGetExtendedError","features":[324]},{"name":"I_RpcIfInqTransferSyntaxes","features":[324]},{"name":"I_RpcMapWin32Status","features":[324]},{"name":"I_RpcMgmtEnableDedicatedThreadPool","features":[324]},{"name":"I_RpcNegotiateTransferSyntax","features":[324]},{"name":"I_RpcNsBindingSetEntryNameA","features":[324]},{"name":"I_RpcNsBindingSetEntryNameW","features":[324]},{"name":"I_RpcNsGetBuffer","features":[324]},{"name":"I_RpcNsInterfaceExported","features":[324]},{"name":"I_RpcNsInterfaceUnexported","features":[324]},{"name":"I_RpcNsRaiseException","features":[324]},{"name":"I_RpcNsSendReceive","features":[324]},{"name":"I_RpcOpenClientProcess","features":[324]},{"name":"I_RpcPauseExecution","features":[324]},{"name":"I_RpcPerformCalloutFn","features":[324]},{"name":"I_RpcProxyCallbackInterface","features":[324]},{"name":"I_RpcProxyFilterIfFn","features":[324]},{"name":"I_RpcProxyGetClientAddressFn","features":[324]},{"name":"I_RpcProxyGetClientSessionAndResourceUUID","features":[324]},{"name":"I_RpcProxyGetConnectionTimeoutFn","features":[324]},{"name":"I_RpcProxyIsValidMachineFn","features":[324]},{"name":"I_RpcProxyUpdatePerfCounterBackendServerFn","features":[324]},{"name":"I_RpcProxyUpdatePerfCounterFn","features":[324]},{"name":"I_RpcReBindBuffer","features":[324]},{"name":"I_RpcReallocPipeBuffer","features":[324]},{"name":"I_RpcReceive","features":[324]},{"name":"I_RpcRecordCalloutFailure","features":[324]},{"name":"I_RpcRequestMutex","features":[324]},{"name":"I_RpcSend","features":[324]},{"name":"I_RpcSendReceive","features":[324]},{"name":"I_RpcServerCheckClientRestriction","features":[324]},{"name":"I_RpcServerDisableExceptionFilter","features":[324]},{"name":"I_RpcServerGetAssociationID","features":[324]},{"name":"I_RpcServerInqAddressChangeFn","features":[324]},{"name":"I_RpcServerInqLocalConnAddress","features":[324]},{"name":"I_RpcServerInqRemoteConnAddress","features":[324]},{"name":"I_RpcServerInqTransportType","features":[324]},{"name":"I_RpcServerRegisterForwardFunction","features":[324]},{"name":"I_RpcServerSetAddressChangeFn","features":[324]},{"name":"I_RpcServerStartService","features":[324]},{"name":"I_RpcServerSubscribeForDisconnectNotification","features":[324]},{"name":"I_RpcServerSubscribeForDisconnectNotification2","features":[324]},{"name":"I_RpcServerUnsubscribeForDisconnectNotification","features":[324]},{"name":"I_RpcServerUseProtseq2A","features":[324]},{"name":"I_RpcServerUseProtseq2W","features":[324]},{"name":"I_RpcServerUseProtseqEp2A","features":[324]},{"name":"I_RpcServerUseProtseqEp2W","features":[324]},{"name":"I_RpcSessionStrictContextHandle","features":[324]},{"name":"I_RpcSsDontSerializeContext","features":[324]},{"name":"I_RpcSystemHandleTypeSpecificWork","features":[324]},{"name":"I_RpcTurnOnEEInfoPropagation","features":[324]},{"name":"I_UuidCreate","features":[324]},{"name":"LRPC_SYSTEM_HANDLE_MARSHAL_DIRECTION","features":[324]},{"name":"MALLOC_FREE_STRUCT","features":[324]},{"name":"MES_DECODE","features":[324]},{"name":"MES_DYNAMIC_BUFFER_HANDLE","features":[324]},{"name":"MES_ENCODE","features":[324]},{"name":"MES_ENCODE_NDR64","features":[324]},{"name":"MES_FIXED_BUFFER_HANDLE","features":[324]},{"name":"MES_INCREMENTAL_HANDLE","features":[324]},{"name":"MIDL_ES_ALLOC","features":[324]},{"name":"MIDL_ES_CODE","features":[324]},{"name":"MIDL_ES_HANDLE_STYLE","features":[324]},{"name":"MIDL_ES_READ","features":[324]},{"name":"MIDL_ES_WRITE","features":[324]},{"name":"MIDL_FORMAT_STRING","features":[324]},{"name":"MIDL_INTERCEPTION_INFO","features":[324]},{"name":"MIDL_INTERFACE_METHOD_PROPERTIES","features":[324]},{"name":"MIDL_METHOD_PROPERTY","features":[324]},{"name":"MIDL_METHOD_PROPERTY_MAP","features":[324]},{"name":"MIDL_SERVER_INFO","features":[358,324]},{"name":"MIDL_STUBLESS_PROXY_INFO","features":[358,324]},{"name":"MIDL_STUB_DESC","features":[358,324]},{"name":"MIDL_STUB_MESSAGE","features":[358,324]},{"name":"MIDL_SYNTAX_INFO","features":[324]},{"name":"MIDL_TYPE_PICKLING_INFO","features":[324]},{"name":"MIDL_WINRT_TYPE_SERIALIZATION_INFO","features":[358,324]},{"name":"MIDL_WINRT_TYPE_SERIALIZATION_INFO_CURRENT_VERSION","features":[324]},{"name":"MarshalDirectionMarshal","features":[324]},{"name":"MarshalDirectionUnmarshal","features":[324]},{"name":"MaxNumberOfEEInfoParams","features":[324]},{"name":"MesBufferHandleReset","features":[324]},{"name":"MesDecodeBufferHandleCreate","features":[324]},{"name":"MesDecodeIncrementalHandleCreate","features":[324]},{"name":"MesEncodeDynBufferHandleCreate","features":[324]},{"name":"MesEncodeFixedBufferHandleCreate","features":[324]},{"name":"MesEncodeIncrementalHandleCreate","features":[324]},{"name":"MesHandleFree","features":[324]},{"name":"MesIncrementalHandleReset","features":[324]},{"name":"MesInqProcEncodingId","features":[324]},{"name":"MidlInterceptionInfoVersionOne","features":[324]},{"name":"MidlWinrtTypeSerializationInfoVersionOne","features":[324]},{"name":"NDR64_ARRAY_ELEMENT_INFO","features":[324]},{"name":"NDR64_ARRAY_FLAGS","features":[324]},{"name":"NDR64_BINDINGS","features":[324]},{"name":"NDR64_BIND_AND_NOTIFY_EXTENSION","features":[324]},{"name":"NDR64_BIND_CONTEXT","features":[324]},{"name":"NDR64_BIND_GENERIC","features":[324]},{"name":"NDR64_BIND_PRIMITIVE","features":[324]},{"name":"NDR64_BOGUS_ARRAY_HEADER_FORMAT","features":[324]},{"name":"NDR64_BOGUS_STRUCTURE_HEADER_FORMAT","features":[324]},{"name":"NDR64_BUFFER_ALIGN_FORMAT","features":[324]},{"name":"NDR64_CONFORMANT_STRING_FORMAT","features":[324]},{"name":"NDR64_CONF_ARRAY_HEADER_FORMAT","features":[324]},{"name":"NDR64_CONF_BOGUS_STRUCTURE_HEADER_FORMAT","features":[324]},{"name":"NDR64_CONF_STRUCTURE_HEADER_FORMAT","features":[324]},{"name":"NDR64_CONF_VAR_ARRAY_HEADER_FORMAT","features":[324]},{"name":"NDR64_CONF_VAR_BOGUS_ARRAY_HEADER_FORMAT","features":[324]},{"name":"NDR64_CONSTANT_IID_FORMAT","features":[324]},{"name":"NDR64_CONTEXT_HANDLE_FLAGS","features":[324]},{"name":"NDR64_CONTEXT_HANDLE_FORMAT","features":[324]},{"name":"NDR64_EMBEDDED_COMPLEX_FORMAT","features":[324]},{"name":"NDR64_ENCAPSULATED_UNION","features":[324]},{"name":"NDR64_EXPR_CONST32","features":[324]},{"name":"NDR64_EXPR_CONST64","features":[324]},{"name":"NDR64_EXPR_NOOP","features":[324]},{"name":"NDR64_EXPR_OPERATOR","features":[324]},{"name":"NDR64_EXPR_VAR","features":[324]},{"name":"NDR64_FC_AUTO_HANDLE","features":[324]},{"name":"NDR64_FC_BIND_GENERIC","features":[324]},{"name":"NDR64_FC_BIND_PRIMITIVE","features":[324]},{"name":"NDR64_FC_CALLBACK_HANDLE","features":[324]},{"name":"NDR64_FC_EXPLICIT_HANDLE","features":[324]},{"name":"NDR64_FC_NO_HANDLE","features":[324]},{"name":"NDR64_FIXED_REPEAT_FORMAT","features":[324]},{"name":"NDR64_FIX_ARRAY_HEADER_FORMAT","features":[324]},{"name":"NDR64_IID_FLAGS","features":[324]},{"name":"NDR64_IID_FORMAT","features":[324]},{"name":"NDR64_MEMPAD_FORMAT","features":[324]},{"name":"NDR64_NON_CONFORMANT_STRING_FORMAT","features":[324]},{"name":"NDR64_NON_ENCAPSULATED_UNION","features":[324]},{"name":"NDR64_NO_REPEAT_FORMAT","features":[324]},{"name":"NDR64_PARAM_FLAGS","features":[324]},{"name":"NDR64_PARAM_FORMAT","features":[324]},{"name":"NDR64_PIPE_FLAGS","features":[324]},{"name":"NDR64_PIPE_FORMAT","features":[324]},{"name":"NDR64_POINTER_FORMAT","features":[324]},{"name":"NDR64_POINTER_INSTANCE_HEADER_FORMAT","features":[324]},{"name":"NDR64_POINTER_REPEAT_FLAGS","features":[324]},{"name":"NDR64_PROC_FLAGS","features":[324]},{"name":"NDR64_PROC_FORMAT","features":[324]},{"name":"NDR64_RANGED_STRING_FORMAT","features":[324]},{"name":"NDR64_RANGE_FORMAT","features":[324]},{"name":"NDR64_RANGE_PIPE_FORMAT","features":[324]},{"name":"NDR64_REPEAT_FORMAT","features":[324]},{"name":"NDR64_RPC_FLAGS","features":[324]},{"name":"NDR64_SIMPLE_MEMBER_FORMAT","features":[324]},{"name":"NDR64_SIMPLE_REGION_FORMAT","features":[324]},{"name":"NDR64_SIZED_CONFORMANT_STRING_FORMAT","features":[324]},{"name":"NDR64_STRING_FLAGS","features":[324]},{"name":"NDR64_STRING_HEADER_FORMAT","features":[324]},{"name":"NDR64_STRUCTURE_FLAGS","features":[324]},{"name":"NDR64_STRUCTURE_HEADER_FORMAT","features":[324]},{"name":"NDR64_SYSTEM_HANDLE_FORMAT","features":[324]},{"name":"NDR64_TRANSMIT_AS_FLAGS","features":[324]},{"name":"NDR64_TRANSMIT_AS_FORMAT","features":[324]},{"name":"NDR64_TYPE_STRICT_CONTEXT_HANDLE","features":[324]},{"name":"NDR64_UNION_ARM","features":[324]},{"name":"NDR64_UNION_ARM_SELECTOR","features":[324]},{"name":"NDR64_USER_MARSHAL_FLAGS","features":[324]},{"name":"NDR64_USER_MARSHAL_FORMAT","features":[324]},{"name":"NDR64_VAR_ARRAY_HEADER_FORMAT","features":[324]},{"name":"NDRCContextBinding","features":[324]},{"name":"NDRCContextMarshall","features":[324]},{"name":"NDRCContextUnmarshall","features":[324]},{"name":"NDRSContextMarshall","features":[324]},{"name":"NDRSContextMarshall2","features":[324]},{"name":"NDRSContextMarshallEx","features":[324]},{"name":"NDRSContextUnmarshall","features":[324]},{"name":"NDRSContextUnmarshall2","features":[324]},{"name":"NDRSContextUnmarshallEx","features":[324]},{"name":"NDR_ALLOC_ALL_NODES_CONTEXT","features":[324]},{"name":"NDR_CS_ROUTINES","features":[324]},{"name":"NDR_CS_SIZE_CONVERT_ROUTINES","features":[324]},{"name":"NDR_CUSTOM_OR_DEFAULT_ALLOCATOR","features":[324]},{"name":"NDR_DEFAULT_ALLOCATOR","features":[324]},{"name":"NDR_EXPR_DESC","features":[324]},{"name":"NDR_NOTIFY2_ROUTINE","features":[324]},{"name":"NDR_NOTIFY_ROUTINE","features":[324]},{"name":"NDR_POINTER_QUEUE_STATE","features":[324]},{"name":"NDR_RUNDOWN","features":[324]},{"name":"NDR_SCONTEXT","features":[324]},{"name":"NDR_USER_MARSHAL_INFO","features":[358,324]},{"name":"NDR_USER_MARSHAL_INFO_LEVEL1","features":[358,324]},{"name":"NT351_INTERFACE_SIZE","features":[324]},{"name":"Ndr64AsyncClientCall","features":[358,324]},{"name":"Ndr64AsyncServerCall64","features":[324]},{"name":"Ndr64AsyncServerCallAll","features":[324]},{"name":"Ndr64DcomAsyncClientCall","features":[358,324]},{"name":"Ndr64DcomAsyncStubCall","features":[358,324]},{"name":"NdrAllocate","features":[358,324]},{"name":"NdrAsyncClientCall","features":[358,324]},{"name":"NdrAsyncServerCall","features":[324]},{"name":"NdrByteCountPointerBufferSize","features":[358,324]},{"name":"NdrByteCountPointerFree","features":[358,324]},{"name":"NdrByteCountPointerMarshall","features":[358,324]},{"name":"NdrByteCountPointerUnmarshall","features":[358,324]},{"name":"NdrClearOutParameters","features":[358,324]},{"name":"NdrClientCall2","features":[358,324]},{"name":"NdrClientCall3","features":[358,324]},{"name":"NdrClientContextMarshall","features":[358,324]},{"name":"NdrClientContextUnmarshall","features":[358,324]},{"name":"NdrClientInitialize","features":[358,324]},{"name":"NdrClientInitializeNew","features":[358,324]},{"name":"NdrComplexArrayBufferSize","features":[358,324]},{"name":"NdrComplexArrayFree","features":[358,324]},{"name":"NdrComplexArrayMarshall","features":[358,324]},{"name":"NdrComplexArrayMemorySize","features":[358,324]},{"name":"NdrComplexArrayUnmarshall","features":[358,324]},{"name":"NdrComplexStructBufferSize","features":[358,324]},{"name":"NdrComplexStructFree","features":[358,324]},{"name":"NdrComplexStructMarshall","features":[358,324]},{"name":"NdrComplexStructMemorySize","features":[358,324]},{"name":"NdrComplexStructUnmarshall","features":[358,324]},{"name":"NdrConformantArrayBufferSize","features":[358,324]},{"name":"NdrConformantArrayFree","features":[358,324]},{"name":"NdrConformantArrayMarshall","features":[358,324]},{"name":"NdrConformantArrayMemorySize","features":[358,324]},{"name":"NdrConformantArrayUnmarshall","features":[358,324]},{"name":"NdrConformantStringBufferSize","features":[358,324]},{"name":"NdrConformantStringMarshall","features":[358,324]},{"name":"NdrConformantStringMemorySize","features":[358,324]},{"name":"NdrConformantStringUnmarshall","features":[358,324]},{"name":"NdrConformantStructBufferSize","features":[358,324]},{"name":"NdrConformantStructFree","features":[358,324]},{"name":"NdrConformantStructMarshall","features":[358,324]},{"name":"NdrConformantStructMemorySize","features":[358,324]},{"name":"NdrConformantStructUnmarshall","features":[358,324]},{"name":"NdrConformantVaryingArrayBufferSize","features":[358,324]},{"name":"NdrConformantVaryingArrayFree","features":[358,324]},{"name":"NdrConformantVaryingArrayMarshall","features":[358,324]},{"name":"NdrConformantVaryingArrayMemorySize","features":[358,324]},{"name":"NdrConformantVaryingArrayUnmarshall","features":[358,324]},{"name":"NdrConformantVaryingStructBufferSize","features":[358,324]},{"name":"NdrConformantVaryingStructFree","features":[358,324]},{"name":"NdrConformantVaryingStructMarshall","features":[358,324]},{"name":"NdrConformantVaryingStructMemorySize","features":[358,324]},{"name":"NdrConformantVaryingStructUnmarshall","features":[358,324]},{"name":"NdrContextHandleInitialize","features":[358,324]},{"name":"NdrContextHandleSize","features":[358,324]},{"name":"NdrConvert","features":[358,324]},{"name":"NdrConvert2","features":[358,324]},{"name":"NdrCorrelationFree","features":[358,324]},{"name":"NdrCorrelationInitialize","features":[358,324]},{"name":"NdrCorrelationPass","features":[358,324]},{"name":"NdrCreateServerInterfaceFromStub","features":[358,324]},{"name":"NdrDcomAsyncClientCall","features":[358,324]},{"name":"NdrDcomAsyncStubCall","features":[358,324]},{"name":"NdrEncapsulatedUnionBufferSize","features":[358,324]},{"name":"NdrEncapsulatedUnionFree","features":[358,324]},{"name":"NdrEncapsulatedUnionMarshall","features":[358,324]},{"name":"NdrEncapsulatedUnionMemorySize","features":[358,324]},{"name":"NdrEncapsulatedUnionUnmarshall","features":[358,324]},{"name":"NdrFixedArrayBufferSize","features":[358,324]},{"name":"NdrFixedArrayFree","features":[358,324]},{"name":"NdrFixedArrayMarshall","features":[358,324]},{"name":"NdrFixedArrayMemorySize","features":[358,324]},{"name":"NdrFixedArrayUnmarshall","features":[358,324]},{"name":"NdrFreeBuffer","features":[358,324]},{"name":"NdrFullPointerXlatFree","features":[324]},{"name":"NdrFullPointerXlatInit","features":[324]},{"name":"NdrGetBuffer","features":[358,324]},{"name":"NdrGetDcomProtocolVersion","features":[358,324]},{"name":"NdrGetUserMarshalInfo","features":[358,324]},{"name":"NdrInterfacePointerBufferSize","features":[358,324]},{"name":"NdrInterfacePointerFree","features":[358,324]},{"name":"NdrInterfacePointerMarshall","features":[358,324]},{"name":"NdrInterfacePointerMemorySize","features":[358,324]},{"name":"NdrInterfacePointerUnmarshall","features":[358,324]},{"name":"NdrMapCommAndFaultStatus","features":[358,324]},{"name":"NdrMesProcEncodeDecode","features":[358,324]},{"name":"NdrMesProcEncodeDecode2","features":[358,324]},{"name":"NdrMesProcEncodeDecode3","features":[358,324]},{"name":"NdrMesSimpleTypeAlignSize","features":[324]},{"name":"NdrMesSimpleTypeAlignSizeAll","features":[358,324]},{"name":"NdrMesSimpleTypeDecode","features":[324]},{"name":"NdrMesSimpleTypeDecodeAll","features":[358,324]},{"name":"NdrMesSimpleTypeEncode","features":[358,324]},{"name":"NdrMesSimpleTypeEncodeAll","features":[358,324]},{"name":"NdrMesTypeAlignSize","features":[358,324]},{"name":"NdrMesTypeAlignSize2","features":[358,324]},{"name":"NdrMesTypeAlignSize3","features":[358,324]},{"name":"NdrMesTypeDecode","features":[358,324]},{"name":"NdrMesTypeDecode2","features":[358,324]},{"name":"NdrMesTypeDecode3","features":[358,324]},{"name":"NdrMesTypeEncode","features":[358,324]},{"name":"NdrMesTypeEncode2","features":[358,324]},{"name":"NdrMesTypeEncode3","features":[358,324]},{"name":"NdrMesTypeFree2","features":[358,324]},{"name":"NdrMesTypeFree3","features":[358,324]},{"name":"NdrNonConformantStringBufferSize","features":[358,324]},{"name":"NdrNonConformantStringMarshall","features":[358,324]},{"name":"NdrNonConformantStringMemorySize","features":[358,324]},{"name":"NdrNonConformantStringUnmarshall","features":[358,324]},{"name":"NdrNonEncapsulatedUnionBufferSize","features":[358,324]},{"name":"NdrNonEncapsulatedUnionFree","features":[358,324]},{"name":"NdrNonEncapsulatedUnionMarshall","features":[358,324]},{"name":"NdrNonEncapsulatedUnionMemorySize","features":[358,324]},{"name":"NdrNonEncapsulatedUnionUnmarshall","features":[358,324]},{"name":"NdrNsGetBuffer","features":[358,324]},{"name":"NdrNsSendReceive","features":[358,324]},{"name":"NdrOleAllocate","features":[324]},{"name":"NdrOleFree","features":[324]},{"name":"NdrPartialIgnoreClientBufferSize","features":[358,324]},{"name":"NdrPartialIgnoreClientMarshall","features":[358,324]},{"name":"NdrPartialIgnoreServerInitialize","features":[358,324]},{"name":"NdrPartialIgnoreServerUnmarshall","features":[358,324]},{"name":"NdrPointerBufferSize","features":[358,324]},{"name":"NdrPointerFree","features":[358,324]},{"name":"NdrPointerMarshall","features":[358,324]},{"name":"NdrPointerMemorySize","features":[358,324]},{"name":"NdrPointerUnmarshall","features":[358,324]},{"name":"NdrRangeUnmarshall","features":[358,324]},{"name":"NdrRpcSmClientAllocate","features":[324]},{"name":"NdrRpcSmClientFree","features":[324]},{"name":"NdrRpcSmSetClientToOsf","features":[358,324]},{"name":"NdrRpcSsDefaultAllocate","features":[324]},{"name":"NdrRpcSsDefaultFree","features":[324]},{"name":"NdrRpcSsDisableAllocate","features":[358,324]},{"name":"NdrRpcSsEnableAllocate","features":[358,324]},{"name":"NdrSendReceive","features":[358,324]},{"name":"NdrServerCall2","features":[324]},{"name":"NdrServerCallAll","features":[324]},{"name":"NdrServerCallNdr64","features":[324]},{"name":"NdrServerContextMarshall","features":[358,324]},{"name":"NdrServerContextNewMarshall","features":[358,324]},{"name":"NdrServerContextNewUnmarshall","features":[358,324]},{"name":"NdrServerContextUnmarshall","features":[358,324]},{"name":"NdrServerInitialize","features":[358,324]},{"name":"NdrServerInitializeMarshall","features":[358,324]},{"name":"NdrServerInitializeNew","features":[358,324]},{"name":"NdrServerInitializePartial","features":[358,324]},{"name":"NdrServerInitializeUnmarshall","features":[358,324]},{"name":"NdrSimpleStructBufferSize","features":[358,324]},{"name":"NdrSimpleStructFree","features":[358,324]},{"name":"NdrSimpleStructMarshall","features":[358,324]},{"name":"NdrSimpleStructMemorySize","features":[358,324]},{"name":"NdrSimpleStructUnmarshall","features":[358,324]},{"name":"NdrSimpleTypeMarshall","features":[358,324]},{"name":"NdrSimpleTypeUnmarshall","features":[358,324]},{"name":"NdrStubCall2","features":[324]},{"name":"NdrStubCall3","features":[324]},{"name":"NdrUserMarshalBufferSize","features":[358,324]},{"name":"NdrUserMarshalFree","features":[358,324]},{"name":"NdrUserMarshalMarshall","features":[358,324]},{"name":"NdrUserMarshalMemorySize","features":[358,324]},{"name":"NdrUserMarshalSimpleTypeConvert","features":[324]},{"name":"NdrUserMarshalUnmarshall","features":[358,324]},{"name":"NdrVaryingArrayBufferSize","features":[358,324]},{"name":"NdrVaryingArrayFree","features":[358,324]},{"name":"NdrVaryingArrayMarshall","features":[358,324]},{"name":"NdrVaryingArrayMemorySize","features":[358,324]},{"name":"NdrVaryingArrayUnmarshall","features":[358,324]},{"name":"NdrXmitOrRepAsBufferSize","features":[358,324]},{"name":"NdrXmitOrRepAsFree","features":[358,324]},{"name":"NdrXmitOrRepAsMarshall","features":[358,324]},{"name":"NdrXmitOrRepAsMemorySize","features":[358,324]},{"name":"NdrXmitOrRepAsUnmarshall","features":[358,324]},{"name":"PFN_RPCNOTIFICATION_ROUTINE","features":[307,312,324]},{"name":"PFN_RPC_ALLOCATE","features":[324]},{"name":"PFN_RPC_FREE","features":[324]},{"name":"PNDR_ASYNC_MESSAGE","features":[324]},{"name":"PNDR_CORRELATION_INFO","features":[324]},{"name":"PROTOCOL_ADDRESS_CHANGE","features":[324]},{"name":"PROTOCOL_LOADED","features":[324]},{"name":"PROTOCOL_NOT_LOADED","features":[324]},{"name":"PROXY_CALCSIZE","features":[324]},{"name":"PROXY_GETBUFFER","features":[324]},{"name":"PROXY_MARSHAL","features":[324]},{"name":"PROXY_PHASE","features":[324]},{"name":"PROXY_SENDRECEIVE","features":[324]},{"name":"PROXY_UNMARSHAL","features":[324]},{"name":"PRPC_RUNDOWN","features":[324]},{"name":"RDR_CALLOUT_STATE","features":[324]},{"name":"RPCFLG_ACCESSIBILITY_BIT1","features":[324]},{"name":"RPCFLG_ACCESSIBILITY_BIT2","features":[324]},{"name":"RPCFLG_ACCESS_LOCAL","features":[324]},{"name":"RPCFLG_ASYNCHRONOUS","features":[324]},{"name":"RPCFLG_AUTO_COMPLETE","features":[324]},{"name":"RPCFLG_HAS_CALLBACK","features":[324]},{"name":"RPCFLG_HAS_GUARANTEE","features":[324]},{"name":"RPCFLG_HAS_MULTI_SYNTAXES","features":[324]},{"name":"RPCFLG_INPUT_SYNCHRONOUS","features":[324]},{"name":"RPCFLG_LOCAL_CALL","features":[324]},{"name":"RPCFLG_MESSAGE","features":[324]},{"name":"RPCFLG_NDR64_CONTAINS_ARM_LAYOUT","features":[324]},{"name":"RPCFLG_NON_NDR","features":[324]},{"name":"RPCFLG_SENDER_WAITING_FOR_REPLY","features":[324]},{"name":"RPCFLG_WINRT_REMOTE_ASYNC","features":[324]},{"name":"RPCHTTP_RS_ACCESS_1","features":[324]},{"name":"RPCHTTP_RS_ACCESS_2","features":[324]},{"name":"RPCHTTP_RS_INTERFACE","features":[324]},{"name":"RPCHTTP_RS_REDIRECT","features":[324]},{"name":"RPCHTTP_RS_SESSION","features":[324]},{"name":"RPCLT_PDU_FILTER_FUNC","features":[324]},{"name":"RPC_ADDRESS_CHANGE_FN","features":[324]},{"name":"RPC_ADDRESS_CHANGE_TYPE","features":[324]},{"name":"RPC_ASYNC_EVENT","features":[324]},{"name":"RPC_ASYNC_NOTIFICATION_INFO","features":[307,312,324]},{"name":"RPC_ASYNC_STATE","features":[307,312,324]},{"name":"RPC_AUTH_KEY_RETRIEVAL_FN","features":[324]},{"name":"RPC_BHO_DONTLINGER","features":[324]},{"name":"RPC_BHO_EXCLUSIVE_AND_GUARANTEED","features":[324]},{"name":"RPC_BHO_NONCAUSAL","features":[324]},{"name":"RPC_BHT_OBJECT_UUID_VALID","features":[324]},{"name":"RPC_BINDING_HANDLE_OPTIONS_FLAGS","features":[324]},{"name":"RPC_BINDING_HANDLE_OPTIONS_V1","features":[324]},{"name":"RPC_BINDING_HANDLE_SECURITY_V1_A","features":[358,324]},{"name":"RPC_BINDING_HANDLE_SECURITY_V1_W","features":[358,324]},{"name":"RPC_BINDING_HANDLE_TEMPLATE_V1_A","features":[324]},{"name":"RPC_BINDING_HANDLE_TEMPLATE_V1_W","features":[324]},{"name":"RPC_BINDING_VECTOR","features":[324]},{"name":"RPC_BLOCKING_FN","features":[324]},{"name":"RPC_BUFFER_ASYNC","features":[324]},{"name":"RPC_BUFFER_COMPLETE","features":[324]},{"name":"RPC_BUFFER_EXTRA","features":[324]},{"name":"RPC_BUFFER_NONOTIFY","features":[324]},{"name":"RPC_BUFFER_PARTIAL","features":[324]},{"name":"RPC_CALL_ATTRIBUTES_V1_A","features":[307,324]},{"name":"RPC_CALL_ATTRIBUTES_V1_W","features":[307,324]},{"name":"RPC_CALL_ATTRIBUTES_V2_A","features":[307,324]},{"name":"RPC_CALL_ATTRIBUTES_V2_W","features":[307,324]},{"name":"RPC_CALL_ATTRIBUTES_V3_A","features":[307,324]},{"name":"RPC_CALL_ATTRIBUTES_V3_W","features":[307,324]},{"name":"RPC_CALL_ATTRIBUTES_VERSION","features":[324]},{"name":"RPC_CALL_LOCAL_ADDRESS_V1","features":[324]},{"name":"RPC_CALL_STATUS_CANCELLED","features":[324]},{"name":"RPC_CALL_STATUS_DISCONNECTED","features":[324]},{"name":"RPC_CLIENT_ALLOC","features":[324]},{"name":"RPC_CLIENT_FREE","features":[324]},{"name":"RPC_CLIENT_INFORMATION1","features":[324]},{"name":"RPC_CLIENT_INTERFACE","features":[324]},{"name":"RPC_CONTEXT_HANDLE_DEFAULT_FLAGS","features":[324]},{"name":"RPC_CONTEXT_HANDLE_DONT_SERIALIZE","features":[324]},{"name":"RPC_CONTEXT_HANDLE_FLAGS","features":[324]},{"name":"RPC_CONTEXT_HANDLE_SERIALIZE","features":[324]},{"name":"RPC_C_AUTHN_CLOUD_AP","features":[324]},{"name":"RPC_C_AUTHN_DCE_PRIVATE","features":[324]},{"name":"RPC_C_AUTHN_DCE_PUBLIC","features":[324]},{"name":"RPC_C_AUTHN_DEC_PUBLIC","features":[324]},{"name":"RPC_C_AUTHN_DEFAULT","features":[324]},{"name":"RPC_C_AUTHN_DIGEST","features":[324]},{"name":"RPC_C_AUTHN_DPA","features":[324]},{"name":"RPC_C_AUTHN_GSS_KERBEROS","features":[324]},{"name":"RPC_C_AUTHN_GSS_NEGOTIATE","features":[324]},{"name":"RPC_C_AUTHN_GSS_SCHANNEL","features":[324]},{"name":"RPC_C_AUTHN_INFO_NONE","features":[324]},{"name":"RPC_C_AUTHN_INFO_TYPE","features":[324]},{"name":"RPC_C_AUTHN_INFO_TYPE_HTTP","features":[324]},{"name":"RPC_C_AUTHN_KERNEL","features":[324]},{"name":"RPC_C_AUTHN_LIVEXP_SSP","features":[324]},{"name":"RPC_C_AUTHN_LIVE_SSP","features":[324]},{"name":"RPC_C_AUTHN_MQ","features":[324]},{"name":"RPC_C_AUTHN_MSN","features":[324]},{"name":"RPC_C_AUTHN_MSONLINE","features":[324]},{"name":"RPC_C_AUTHN_NEGO_EXTENDER","features":[324]},{"name":"RPC_C_AUTHN_NONE","features":[324]},{"name":"RPC_C_AUTHN_PKU2U","features":[324]},{"name":"RPC_C_AUTHN_WINNT","features":[324]},{"name":"RPC_C_AUTHZ_DCE","features":[324]},{"name":"RPC_C_AUTHZ_DEFAULT","features":[324]},{"name":"RPC_C_AUTHZ_NAME","features":[324]},{"name":"RPC_C_AUTHZ_NONE","features":[324]},{"name":"RPC_C_BINDING_DEFAULT_TIMEOUT","features":[324]},{"name":"RPC_C_BINDING_INFINITE_TIMEOUT","features":[324]},{"name":"RPC_C_BINDING_MAX_TIMEOUT","features":[324]},{"name":"RPC_C_BINDING_MIN_TIMEOUT","features":[324]},{"name":"RPC_C_BIND_TO_ALL_NICS","features":[324]},{"name":"RPC_C_CANCEL_INFINITE_TIMEOUT","features":[324]},{"name":"RPC_C_DONT_FAIL","features":[324]},{"name":"RPC_C_EP_ALL_ELTS","features":[324]},{"name":"RPC_C_EP_MATCH_BY_BOTH","features":[324]},{"name":"RPC_C_EP_MATCH_BY_IF","features":[324]},{"name":"RPC_C_EP_MATCH_BY_OBJ","features":[324]},{"name":"RPC_C_FULL_CERT_CHAIN","features":[324]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_BASIC","features":[324]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_CERT","features":[324]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_DIGEST","features":[324]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_NEGOTIATE","features":[324]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_NTLM","features":[324]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_PASSPORT","features":[324]},{"name":"RPC_C_HTTP_AUTHN_TARGET","features":[324]},{"name":"RPC_C_HTTP_AUTHN_TARGET_PROXY","features":[324]},{"name":"RPC_C_HTTP_AUTHN_TARGET_SERVER","features":[324]},{"name":"RPC_C_HTTP_FLAGS","features":[324]},{"name":"RPC_C_HTTP_FLAG_ENABLE_CERT_REVOCATION_CHECK","features":[324]},{"name":"RPC_C_HTTP_FLAG_IGNORE_CERT_CN_INVALID","features":[324]},{"name":"RPC_C_HTTP_FLAG_USE_FIRST_AUTH_SCHEME","features":[324]},{"name":"RPC_C_HTTP_FLAG_USE_SSL","features":[324]},{"name":"RPC_C_LISTEN_MAX_CALLS_DEFAULT","features":[324]},{"name":"RPC_C_MGMT_INQ_IF_IDS","features":[324]},{"name":"RPC_C_MGMT_INQ_PRINC_NAME","features":[324]},{"name":"RPC_C_MGMT_INQ_STATS","features":[324]},{"name":"RPC_C_MGMT_IS_SERVER_LISTEN","features":[324]},{"name":"RPC_C_MGMT_STOP_SERVER_LISTEN","features":[324]},{"name":"RPC_C_MQ_AUTHN_LEVEL_NONE","features":[324]},{"name":"RPC_C_MQ_AUTHN_LEVEL_PKT_INTEGRITY","features":[324]},{"name":"RPC_C_MQ_AUTHN_LEVEL_PKT_PRIVACY","features":[324]},{"name":"RPC_C_MQ_CLEAR_ON_OPEN","features":[324]},{"name":"RPC_C_MQ_EXPRESS","features":[324]},{"name":"RPC_C_MQ_JOURNAL_ALWAYS","features":[324]},{"name":"RPC_C_MQ_JOURNAL_DEADLETTER","features":[324]},{"name":"RPC_C_MQ_JOURNAL_NONE","features":[324]},{"name":"RPC_C_MQ_PERMANENT","features":[324]},{"name":"RPC_C_MQ_RECOVERABLE","features":[324]},{"name":"RPC_C_MQ_TEMPORARY","features":[324]},{"name":"RPC_C_MQ_USE_EXISTING_SECURITY","features":[324]},{"name":"RPC_C_NOTIFY_ON_SEND_COMPLETE","features":[324]},{"name":"RPC_C_NS_DEFAULT_EXP_AGE","features":[324]},{"name":"RPC_C_NS_SYNTAX_DCE","features":[324]},{"name":"RPC_C_NS_SYNTAX_DEFAULT","features":[324]},{"name":"RPC_C_OPT_ASYNC_BLOCK","features":[324]},{"name":"RPC_C_OPT_BINDING_NONCAUSAL","features":[324]},{"name":"RPC_C_OPT_CALL_TIMEOUT","features":[324]},{"name":"RPC_C_OPT_COOKIE_AUTH","features":[324]},{"name":"RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR","features":[324]},{"name":"RPC_C_OPT_DONT_LINGER","features":[324]},{"name":"RPC_C_OPT_MAX_OPTIONS","features":[324]},{"name":"RPC_C_OPT_MQ_ACKNOWLEDGE","features":[324]},{"name":"RPC_C_OPT_MQ_AUTHN_LEVEL","features":[324]},{"name":"RPC_C_OPT_MQ_AUTHN_SERVICE","features":[324]},{"name":"RPC_C_OPT_MQ_DELIVERY","features":[324]},{"name":"RPC_C_OPT_MQ_JOURNAL","features":[324]},{"name":"RPC_C_OPT_MQ_PRIORITY","features":[324]},{"name":"RPC_C_OPT_MQ_TIME_TO_BE_RECEIVED","features":[324]},{"name":"RPC_C_OPT_MQ_TIME_TO_REACH_QUEUE","features":[324]},{"name":"RPC_C_OPT_OPTIMIZE_TIME","features":[324]},{"name":"RPC_C_OPT_PRIVATE_BREAK_ON_SUSPEND","features":[324]},{"name":"RPC_C_OPT_PRIVATE_DO_NOT_DISTURB","features":[324]},{"name":"RPC_C_OPT_PRIVATE_SUPPRESS_WAKE","features":[324]},{"name":"RPC_C_OPT_RESOURCE_TYPE_UUID","features":[324]},{"name":"RPC_C_OPT_SECURITY_CALLBACK","features":[324]},{"name":"RPC_C_OPT_SESSION_ID","features":[324]},{"name":"RPC_C_OPT_TRANS_SEND_BUFFER_SIZE","features":[324]},{"name":"RPC_C_OPT_TRUST_PEER","features":[324]},{"name":"RPC_C_OPT_UNIQUE_BINDING","features":[324]},{"name":"RPC_C_PARM_BUFFER_LENGTH","features":[324]},{"name":"RPC_C_PARM_MAX_PACKET_LENGTH","features":[324]},{"name":"RPC_C_PROFILE_ALL_ELT","features":[324]},{"name":"RPC_C_PROFILE_ALL_ELTS","features":[324]},{"name":"RPC_C_PROFILE_DEFAULT_ELT","features":[324]},{"name":"RPC_C_PROFILE_MATCH_BY_BOTH","features":[324]},{"name":"RPC_C_PROFILE_MATCH_BY_IF","features":[324]},{"name":"RPC_C_PROFILE_MATCH_BY_MBR","features":[324]},{"name":"RPC_C_PROTSEQ_MAX_REQS_DEFAULT","features":[324]},{"name":"RPC_C_QOS_CAPABILITIES","features":[324]},{"name":"RPC_C_QOS_CAPABILITIES_ANY_AUTHORITY","features":[324]},{"name":"RPC_C_QOS_CAPABILITIES_DEFAULT","features":[324]},{"name":"RPC_C_QOS_CAPABILITIES_IGNORE_DELEGATE_FAILURE","features":[324]},{"name":"RPC_C_QOS_CAPABILITIES_LOCAL_MA_HINT","features":[324]},{"name":"RPC_C_QOS_CAPABILITIES_MAKE_FULLSIC","features":[324]},{"name":"RPC_C_QOS_CAPABILITIES_MUTUAL_AUTH","features":[324]},{"name":"RPC_C_QOS_CAPABILITIES_SCHANNEL_FULL_AUTH_IDENTITY","features":[324]},{"name":"RPC_C_QOS_IDENTITY","features":[324]},{"name":"RPC_C_QOS_IDENTITY_DYNAMIC","features":[324]},{"name":"RPC_C_QOS_IDENTITY_STATIC","features":[324]},{"name":"RPC_C_RPCHTTP_USE_LOAD_BALANCE","features":[324]},{"name":"RPC_C_SECURITY_QOS_VERSION","features":[324]},{"name":"RPC_C_SECURITY_QOS_VERSION_1","features":[324]},{"name":"RPC_C_SECURITY_QOS_VERSION_2","features":[324]},{"name":"RPC_C_SECURITY_QOS_VERSION_3","features":[324]},{"name":"RPC_C_SECURITY_QOS_VERSION_4","features":[324]},{"name":"RPC_C_SECURITY_QOS_VERSION_5","features":[324]},{"name":"RPC_C_STATS_CALLS_IN","features":[324]},{"name":"RPC_C_STATS_CALLS_OUT","features":[324]},{"name":"RPC_C_STATS_PKTS_IN","features":[324]},{"name":"RPC_C_STATS_PKTS_OUT","features":[324]},{"name":"RPC_C_TRY_ENFORCE_MAX_CALLS","features":[324]},{"name":"RPC_C_USE_INTERNET_PORT","features":[324]},{"name":"RPC_C_USE_INTRANET_PORT","features":[324]},{"name":"RPC_C_VERS_ALL","features":[324]},{"name":"RPC_C_VERS_COMPATIBLE","features":[324]},{"name":"RPC_C_VERS_EXACT","features":[324]},{"name":"RPC_C_VERS_MAJOR_ONLY","features":[324]},{"name":"RPC_C_VERS_UPTO","features":[324]},{"name":"RPC_DISPATCH_FUNCTION","features":[324]},{"name":"RPC_DISPATCH_TABLE","features":[324]},{"name":"RPC_EEINFO_VERSION","features":[324]},{"name":"RPC_EE_INFO_PARAM","features":[324]},{"name":"RPC_ENDPOINT_TEMPLATEA","features":[324]},{"name":"RPC_ENDPOINT_TEMPLATEW","features":[324]},{"name":"RPC_ERROR_ENUM_HANDLE","features":[324]},{"name":"RPC_EXTENDED_ERROR_INFO","features":[307,324]},{"name":"RPC_FLAGS_VALID_BIT","features":[324]},{"name":"RPC_FORWARD_FUNCTION","features":[324]},{"name":"RPC_FW_IF_FLAG_DCOM","features":[324]},{"name":"RPC_HTTP_PROXY_FREE_STRING","features":[324]},{"name":"RPC_HTTP_REDIRECTOR_STAGE","features":[324]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_A","features":[324]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A","features":[324]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V2_W","features":[324]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V3_A","features":[324]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W","features":[324]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_W","features":[324]},{"name":"RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH","features":[324]},{"name":"RPC_IF_ALLOW_LOCAL_ONLY","features":[324]},{"name":"RPC_IF_ALLOW_SECURE_ONLY","features":[324]},{"name":"RPC_IF_ALLOW_UNKNOWN_AUTHORITY","features":[324]},{"name":"RPC_IF_ASYNC_CALLBACK","features":[324]},{"name":"RPC_IF_AUTOLISTEN","features":[324]},{"name":"RPC_IF_CALLBACK_FN","features":[324]},{"name":"RPC_IF_ID","features":[324]},{"name":"RPC_IF_ID_VECTOR","features":[324]},{"name":"RPC_IF_OLE","features":[324]},{"name":"RPC_IF_SEC_CACHE_PER_PROC","features":[324]},{"name":"RPC_IF_SEC_NO_CACHE","features":[324]},{"name":"RPC_IMPORT_CONTEXT_P","features":[324]},{"name":"RPC_INTERFACE_GROUP_IDLE_CALLBACK_FN","features":[324]},{"name":"RPC_INTERFACE_HAS_PIPES","features":[324]},{"name":"RPC_INTERFACE_TEMPLATEA","features":[324]},{"name":"RPC_INTERFACE_TEMPLATEW","features":[324]},{"name":"RPC_MESSAGE","features":[324]},{"name":"RPC_MGMT_AUTHORIZATION_FN","features":[324]},{"name":"RPC_NCA_FLAGS_BROADCAST","features":[324]},{"name":"RPC_NCA_FLAGS_DEFAULT","features":[324]},{"name":"RPC_NCA_FLAGS_IDEMPOTENT","features":[324]},{"name":"RPC_NCA_FLAGS_MAYBE","features":[324]},{"name":"RPC_NEW_HTTP_PROXY_CHANNEL","features":[324]},{"name":"RPC_NOTIFICATIONS","features":[324]},{"name":"RPC_NOTIFICATION_TYPES","features":[324]},{"name":"RPC_OBJECT_INQ_FN","features":[324]},{"name":"RPC_POLICY","features":[324]},{"name":"RPC_PROTSEQ_ENDPOINT","features":[324]},{"name":"RPC_PROTSEQ_HTTP","features":[324]},{"name":"RPC_PROTSEQ_LRPC","features":[324]},{"name":"RPC_PROTSEQ_NMP","features":[324]},{"name":"RPC_PROTSEQ_TCP","features":[324]},{"name":"RPC_PROTSEQ_VECTORA","features":[324]},{"name":"RPC_PROTSEQ_VECTORW","features":[324]},{"name":"RPC_PROXY_CONNECTION_TYPE_IN_PROXY","features":[324]},{"name":"RPC_PROXY_CONNECTION_TYPE_OUT_PROXY","features":[324]},{"name":"RPC_P_ADDR_FORMAT_TCP_IPV4","features":[324]},{"name":"RPC_P_ADDR_FORMAT_TCP_IPV6","features":[324]},{"name":"RPC_QUERY_CALL_LOCAL_ADDRESS","features":[324]},{"name":"RPC_QUERY_CLIENT_ID","features":[324]},{"name":"RPC_QUERY_CLIENT_PID","features":[324]},{"name":"RPC_QUERY_CLIENT_PRINCIPAL_NAME","features":[324]},{"name":"RPC_QUERY_IS_CLIENT_LOCAL","features":[324]},{"name":"RPC_QUERY_NO_AUTH_REQUIRED","features":[324]},{"name":"RPC_QUERY_SERVER_PRINCIPAL_NAME","features":[324]},{"name":"RPC_SECURITY_CALLBACK_FN","features":[324]},{"name":"RPC_SECURITY_QOS","features":[358,324]},{"name":"RPC_SECURITY_QOS_V2_A","features":[358,324]},{"name":"RPC_SECURITY_QOS_V2_W","features":[358,324]},{"name":"RPC_SECURITY_QOS_V3_A","features":[358,324]},{"name":"RPC_SECURITY_QOS_V3_W","features":[358,324]},{"name":"RPC_SECURITY_QOS_V4_A","features":[358,324]},{"name":"RPC_SECURITY_QOS_V4_W","features":[358,324]},{"name":"RPC_SECURITY_QOS_V5_A","features":[358,324]},{"name":"RPC_SECURITY_QOS_V5_W","features":[358,324]},{"name":"RPC_SEC_CONTEXT_KEY_INFO","features":[324]},{"name":"RPC_SERVER_INTERFACE","features":[324]},{"name":"RPC_SETFILTER_FUNC","features":[324]},{"name":"RPC_STATS_VECTOR","features":[324]},{"name":"RPC_STATUS","features":[324]},{"name":"RPC_SYNTAX_IDENTIFIER","features":[324]},{"name":"RPC_SYSTEM_HANDLE_FREE_ALL","features":[324]},{"name":"RPC_SYSTEM_HANDLE_FREE_ERROR_ON_CLOSE","features":[324]},{"name":"RPC_SYSTEM_HANDLE_FREE_RETRIEVED","features":[324]},{"name":"RPC_SYSTEM_HANDLE_FREE_UNRETRIEVED","features":[324]},{"name":"RPC_S_ACCESS_DENIED","features":[324]},{"name":"RPC_S_ADDRESS_ERROR","features":[324]},{"name":"RPC_S_ALREADY_LISTENING","features":[324]},{"name":"RPC_S_ALREADY_REGISTERED","features":[324]},{"name":"RPC_S_ASYNC_CALL_PENDING","features":[324]},{"name":"RPC_S_BINDING_HAS_NO_AUTH","features":[324]},{"name":"RPC_S_BINDING_INCOMPLETE","features":[324]},{"name":"RPC_S_BUFFER_TOO_SMALL","features":[324]},{"name":"RPC_S_CALL_CANCELLED","features":[324]},{"name":"RPC_S_CALL_FAILED","features":[324]},{"name":"RPC_S_CALL_FAILED_DNE","features":[324]},{"name":"RPC_S_CALL_IN_PROGRESS","features":[324]},{"name":"RPC_S_CANNOT_SUPPORT","features":[324]},{"name":"RPC_S_CANT_CREATE_ENDPOINT","features":[324]},{"name":"RPC_S_COMM_FAILURE","features":[324]},{"name":"RPC_S_COOKIE_AUTH_FAILED","features":[324]},{"name":"RPC_S_DO_NOT_DISTURB","features":[324]},{"name":"RPC_S_DUPLICATE_ENDPOINT","features":[324]},{"name":"RPC_S_ENTRY_ALREADY_EXISTS","features":[324]},{"name":"RPC_S_ENTRY_NOT_FOUND","features":[324]},{"name":"RPC_S_ENTRY_TYPE_MISMATCH","features":[324]},{"name":"RPC_S_FP_DIV_ZERO","features":[324]},{"name":"RPC_S_FP_OVERFLOW","features":[324]},{"name":"RPC_S_FP_UNDERFLOW","features":[324]},{"name":"RPC_S_GROUP_MEMBER_NOT_FOUND","features":[324]},{"name":"RPC_S_GRP_ELT_NOT_ADDED","features":[324]},{"name":"RPC_S_GRP_ELT_NOT_REMOVED","features":[324]},{"name":"RPC_S_INCOMPLETE_NAME","features":[324]},{"name":"RPC_S_INTERFACE_NOT_EXPORTED","features":[324]},{"name":"RPC_S_INTERFACE_NOT_FOUND","features":[324]},{"name":"RPC_S_INTERNAL_ERROR","features":[324]},{"name":"RPC_S_INVALID_ARG","features":[324]},{"name":"RPC_S_INVALID_ASYNC_CALL","features":[324]},{"name":"RPC_S_INVALID_ASYNC_HANDLE","features":[324]},{"name":"RPC_S_INVALID_AUTH_IDENTITY","features":[324]},{"name":"RPC_S_INVALID_BINDING","features":[324]},{"name":"RPC_S_INVALID_BOUND","features":[324]},{"name":"RPC_S_INVALID_ENDPOINT_FORMAT","features":[324]},{"name":"RPC_S_INVALID_LEVEL","features":[324]},{"name":"RPC_S_INVALID_NAF_ID","features":[324]},{"name":"RPC_S_INVALID_NAME_SYNTAX","features":[324]},{"name":"RPC_S_INVALID_NETWORK_OPTIONS","features":[324]},{"name":"RPC_S_INVALID_NET_ADDR","features":[324]},{"name":"RPC_S_INVALID_OBJECT","features":[324]},{"name":"RPC_S_INVALID_RPC_PROTSEQ","features":[324]},{"name":"RPC_S_INVALID_SECURITY_DESC","features":[324]},{"name":"RPC_S_INVALID_STRING_BINDING","features":[324]},{"name":"RPC_S_INVALID_STRING_UUID","features":[324]},{"name":"RPC_S_INVALID_TAG","features":[324]},{"name":"RPC_S_INVALID_TIMEOUT","features":[324]},{"name":"RPC_S_INVALID_VERS_OPTION","features":[324]},{"name":"RPC_S_MAX_CALLS_TOO_SMALL","features":[324]},{"name":"RPC_S_NAME_SERVICE_UNAVAILABLE","features":[324]},{"name":"RPC_S_NOTHING_TO_EXPORT","features":[324]},{"name":"RPC_S_NOT_ALL_OBJS_EXPORTED","features":[324]},{"name":"RPC_S_NOT_ALL_OBJS_UNEXPORTED","features":[324]},{"name":"RPC_S_NOT_CANCELLED","features":[324]},{"name":"RPC_S_NOT_ENOUGH_QUOTA","features":[324]},{"name":"RPC_S_NOT_LISTENING","features":[324]},{"name":"RPC_S_NOT_RPC_ERROR","features":[324]},{"name":"RPC_S_NO_BINDINGS","features":[324]},{"name":"RPC_S_NO_CALL_ACTIVE","features":[324]},{"name":"RPC_S_NO_CONTEXT_AVAILABLE","features":[324]},{"name":"RPC_S_NO_ENDPOINT_FOUND","features":[324]},{"name":"RPC_S_NO_ENTRY_NAME","features":[324]},{"name":"RPC_S_NO_INTERFACES","features":[324]},{"name":"RPC_S_NO_MORE_BINDINGS","features":[324]},{"name":"RPC_S_NO_MORE_MEMBERS","features":[324]},{"name":"RPC_S_NO_PRINC_NAME","features":[324]},{"name":"RPC_S_NO_PROTSEQS","features":[324]},{"name":"RPC_S_NO_PROTSEQS_REGISTERED","features":[324]},{"name":"RPC_S_OBJECT_NOT_FOUND","features":[324]},{"name":"RPC_S_OK","features":[324]},{"name":"RPC_S_OUT_OF_MEMORY","features":[324]},{"name":"RPC_S_OUT_OF_RESOURCES","features":[324]},{"name":"RPC_S_OUT_OF_THREADS","features":[324]},{"name":"RPC_S_PRF_ELT_NOT_ADDED","features":[324]},{"name":"RPC_S_PRF_ELT_NOT_REMOVED","features":[324]},{"name":"RPC_S_PROCNUM_OUT_OF_RANGE","features":[324]},{"name":"RPC_S_PROFILE_NOT_ADDED","features":[324]},{"name":"RPC_S_PROTOCOL_ERROR","features":[324]},{"name":"RPC_S_PROTSEQ_NOT_FOUND","features":[324]},{"name":"RPC_S_PROTSEQ_NOT_SUPPORTED","features":[324]},{"name":"RPC_S_PROXY_ACCESS_DENIED","features":[324]},{"name":"RPC_S_RUNTIME_UNINITIALIZED","features":[324]},{"name":"RPC_S_SEC_PKG_ERROR","features":[324]},{"name":"RPC_S_SEND_INCOMPLETE","features":[324]},{"name":"RPC_S_SERVER_OUT_OF_MEMORY","features":[324]},{"name":"RPC_S_SERVER_TOO_BUSY","features":[324]},{"name":"RPC_S_SERVER_UNAVAILABLE","features":[324]},{"name":"RPC_S_STRING_TOO_LONG","features":[324]},{"name":"RPC_S_SYSTEM_HANDLE_COUNT_EXCEEDED","features":[324]},{"name":"RPC_S_SYSTEM_HANDLE_TYPE_MISMATCH","features":[324]},{"name":"RPC_S_TIMEOUT","features":[324]},{"name":"RPC_S_TYPE_ALREADY_REGISTERED","features":[324]},{"name":"RPC_S_UNKNOWN_AUTHN_LEVEL","features":[324]},{"name":"RPC_S_UNKNOWN_AUTHN_SERVICE","features":[324]},{"name":"RPC_S_UNKNOWN_AUTHN_TYPE","features":[324]},{"name":"RPC_S_UNKNOWN_AUTHZ_SERVICE","features":[324]},{"name":"RPC_S_UNKNOWN_IF","features":[324]},{"name":"RPC_S_UNKNOWN_MGR_TYPE","features":[324]},{"name":"RPC_S_UNKNOWN_PRINCIPAL","features":[324]},{"name":"RPC_S_UNSUPPORTED_AUTHN_LEVEL","features":[324]},{"name":"RPC_S_UNSUPPORTED_NAME_SYNTAX","features":[324]},{"name":"RPC_S_UNSUPPORTED_TRANS_SYN","features":[324]},{"name":"RPC_S_UNSUPPORTED_TYPE","features":[324]},{"name":"RPC_S_UUID_LOCAL_ONLY","features":[324]},{"name":"RPC_S_UUID_NO_ADDRESS","features":[324]},{"name":"RPC_S_WRONG_KIND_OF_BINDING","features":[324]},{"name":"RPC_S_ZERO_DIVIDE","features":[324]},{"name":"RPC_TRANSFER_SYNTAX","features":[324]},{"name":"RPC_TYPE_DISCONNECT_EVENT_CONTEXT_HANDLE","features":[324]},{"name":"RPC_TYPE_STRICT_CONTEXT_HANDLE","features":[324]},{"name":"RPC_VERSION","features":[324]},{"name":"RpcAsyncAbortCall","features":[307,312,324]},{"name":"RpcAsyncCancelCall","features":[307,312,324]},{"name":"RpcAsyncCompleteCall","features":[307,312,324]},{"name":"RpcAsyncGetCallStatus","features":[307,312,324]},{"name":"RpcAsyncInitializeHandle","features":[307,312,324]},{"name":"RpcAsyncRegisterInfo","features":[307,312,324]},{"name":"RpcAttemptedLbsDecisions","features":[324]},{"name":"RpcAttemptedLbsMessages","features":[324]},{"name":"RpcBackEndConnectionAttempts","features":[324]},{"name":"RpcBackEndConnectionFailed","features":[324]},{"name":"RpcBindingBind","features":[307,312,324]},{"name":"RpcBindingCopy","features":[324]},{"name":"RpcBindingCreateA","features":[358,324]},{"name":"RpcBindingCreateW","features":[358,324]},{"name":"RpcBindingFree","features":[324]},{"name":"RpcBindingFromStringBindingA","features":[324]},{"name":"RpcBindingFromStringBindingW","features":[324]},{"name":"RpcBindingInqAuthClientA","features":[324]},{"name":"RpcBindingInqAuthClientExA","features":[324]},{"name":"RpcBindingInqAuthClientExW","features":[324]},{"name":"RpcBindingInqAuthClientW","features":[324]},{"name":"RpcBindingInqAuthInfoA","features":[324]},{"name":"RpcBindingInqAuthInfoExA","features":[358,324]},{"name":"RpcBindingInqAuthInfoExW","features":[358,324]},{"name":"RpcBindingInqAuthInfoW","features":[324]},{"name":"RpcBindingInqMaxCalls","features":[324]},{"name":"RpcBindingInqObject","features":[324]},{"name":"RpcBindingInqOption","features":[324]},{"name":"RpcBindingReset","features":[324]},{"name":"RpcBindingServerFromClient","features":[324]},{"name":"RpcBindingSetAuthInfoA","features":[324]},{"name":"RpcBindingSetAuthInfoExA","features":[358,324]},{"name":"RpcBindingSetAuthInfoExW","features":[358,324]},{"name":"RpcBindingSetAuthInfoW","features":[324]},{"name":"RpcBindingSetObject","features":[324]},{"name":"RpcBindingSetOption","features":[324]},{"name":"RpcBindingToStringBindingA","features":[324]},{"name":"RpcBindingToStringBindingW","features":[324]},{"name":"RpcBindingUnbind","features":[324]},{"name":"RpcBindingVectorFree","features":[324]},{"name":"RpcCallClientLocality","features":[324]},{"name":"RpcCallComplete","features":[324]},{"name":"RpcCallType","features":[324]},{"name":"RpcCancelThread","features":[324]},{"name":"RpcCancelThreadEx","features":[324]},{"name":"RpcCertGeneratePrincipalNameA","features":[307,393,324]},{"name":"RpcCertGeneratePrincipalNameW","features":[307,393,324]},{"name":"RpcClientCancel","features":[324]},{"name":"RpcClientDisconnect","features":[324]},{"name":"RpcCurrentUniqueUser","features":[324]},{"name":"RpcEpRegisterA","features":[324]},{"name":"RpcEpRegisterNoReplaceA","features":[324]},{"name":"RpcEpRegisterNoReplaceW","features":[324]},{"name":"RpcEpRegisterW","features":[324]},{"name":"RpcEpResolveBinding","features":[324]},{"name":"RpcEpUnregister","features":[324]},{"name":"RpcErrorAddRecord","features":[307,324]},{"name":"RpcErrorClearInformation","features":[324]},{"name":"RpcErrorEndEnumeration","features":[324]},{"name":"RpcErrorGetNextRecord","features":[307,324]},{"name":"RpcErrorGetNumberOfRecords","features":[324]},{"name":"RpcErrorLoadErrorInfo","features":[324]},{"name":"RpcErrorResetEnumeration","features":[324]},{"name":"RpcErrorSaveErrorInfo","features":[324]},{"name":"RpcErrorStartEnumeration","features":[324]},{"name":"RpcExceptionFilter","features":[324]},{"name":"RpcFailedLbsDecisions","features":[324]},{"name":"RpcFailedLbsMessages","features":[324]},{"name":"RpcFreeAuthorizationContext","features":[324]},{"name":"RpcGetAuthorizationContextForClient","features":[307,324]},{"name":"RpcIfIdVectorFree","features":[324]},{"name":"RpcIfInqId","features":[324]},{"name":"RpcImpersonateClient","features":[324]},{"name":"RpcImpersonateClient2","features":[324]},{"name":"RpcImpersonateClientContainer","features":[324]},{"name":"RpcIncomingBandwidth","features":[324]},{"name":"RpcIncomingConnections","features":[324]},{"name":"RpcLastCounter","features":[324]},{"name":"RpcLocalAddressFormat","features":[324]},{"name":"RpcMgmtEnableIdleCleanup","features":[324]},{"name":"RpcMgmtEpEltInqBegin","features":[324]},{"name":"RpcMgmtEpEltInqDone","features":[324]},{"name":"RpcMgmtEpEltInqNextA","features":[324]},{"name":"RpcMgmtEpEltInqNextW","features":[324]},{"name":"RpcMgmtEpUnregister","features":[324]},{"name":"RpcMgmtInqComTimeout","features":[324]},{"name":"RpcMgmtInqDefaultProtectLevel","features":[324]},{"name":"RpcMgmtInqIfIds","features":[324]},{"name":"RpcMgmtInqServerPrincNameA","features":[324]},{"name":"RpcMgmtInqServerPrincNameW","features":[324]},{"name":"RpcMgmtInqStats","features":[324]},{"name":"RpcMgmtIsServerListening","features":[324]},{"name":"RpcMgmtSetAuthorizationFn","features":[324]},{"name":"RpcMgmtSetCancelTimeout","features":[324]},{"name":"RpcMgmtSetComTimeout","features":[324]},{"name":"RpcMgmtSetServerStackSize","features":[324]},{"name":"RpcMgmtStatsVectorFree","features":[324]},{"name":"RpcMgmtStopServerListening","features":[324]},{"name":"RpcMgmtWaitServerListen","features":[324]},{"name":"RpcNetworkInqProtseqsA","features":[324]},{"name":"RpcNetworkInqProtseqsW","features":[324]},{"name":"RpcNetworkIsProtseqValidA","features":[324]},{"name":"RpcNetworkIsProtseqValidW","features":[324]},{"name":"RpcNotificationCallCancel","features":[324]},{"name":"RpcNotificationCallNone","features":[324]},{"name":"RpcNotificationClientDisconnect","features":[324]},{"name":"RpcNotificationTypeApc","features":[324]},{"name":"RpcNotificationTypeCallback","features":[324]},{"name":"RpcNotificationTypeEvent","features":[324]},{"name":"RpcNotificationTypeHwnd","features":[324]},{"name":"RpcNotificationTypeIoc","features":[324]},{"name":"RpcNotificationTypeNone","features":[324]},{"name":"RpcNsBindingExportA","features":[324]},{"name":"RpcNsBindingExportPnPA","features":[324]},{"name":"RpcNsBindingExportPnPW","features":[324]},{"name":"RpcNsBindingExportW","features":[324]},{"name":"RpcNsBindingImportBeginA","features":[324]},{"name":"RpcNsBindingImportBeginW","features":[324]},{"name":"RpcNsBindingImportDone","features":[324]},{"name":"RpcNsBindingImportNext","features":[324]},{"name":"RpcNsBindingInqEntryNameA","features":[324]},{"name":"RpcNsBindingInqEntryNameW","features":[324]},{"name":"RpcNsBindingLookupBeginA","features":[324]},{"name":"RpcNsBindingLookupBeginW","features":[324]},{"name":"RpcNsBindingLookupDone","features":[324]},{"name":"RpcNsBindingLookupNext","features":[324]},{"name":"RpcNsBindingSelect","features":[324]},{"name":"RpcNsBindingUnexportA","features":[324]},{"name":"RpcNsBindingUnexportPnPA","features":[324]},{"name":"RpcNsBindingUnexportPnPW","features":[324]},{"name":"RpcNsBindingUnexportW","features":[324]},{"name":"RpcNsEntryExpandNameA","features":[324]},{"name":"RpcNsEntryExpandNameW","features":[324]},{"name":"RpcNsEntryObjectInqBeginA","features":[324]},{"name":"RpcNsEntryObjectInqBeginW","features":[324]},{"name":"RpcNsEntryObjectInqDone","features":[324]},{"name":"RpcNsEntryObjectInqNext","features":[324]},{"name":"RpcNsGroupDeleteA","features":[324]},{"name":"RpcNsGroupDeleteW","features":[324]},{"name":"RpcNsGroupMbrAddA","features":[324]},{"name":"RpcNsGroupMbrAddW","features":[324]},{"name":"RpcNsGroupMbrInqBeginA","features":[324]},{"name":"RpcNsGroupMbrInqBeginW","features":[324]},{"name":"RpcNsGroupMbrInqDone","features":[324]},{"name":"RpcNsGroupMbrInqNextA","features":[324]},{"name":"RpcNsGroupMbrInqNextW","features":[324]},{"name":"RpcNsGroupMbrRemoveA","features":[324]},{"name":"RpcNsGroupMbrRemoveW","features":[324]},{"name":"RpcNsMgmtBindingUnexportA","features":[324]},{"name":"RpcNsMgmtBindingUnexportW","features":[324]},{"name":"RpcNsMgmtEntryCreateA","features":[324]},{"name":"RpcNsMgmtEntryCreateW","features":[324]},{"name":"RpcNsMgmtEntryDeleteA","features":[324]},{"name":"RpcNsMgmtEntryDeleteW","features":[324]},{"name":"RpcNsMgmtEntryInqIfIdsA","features":[324]},{"name":"RpcNsMgmtEntryInqIfIdsW","features":[324]},{"name":"RpcNsMgmtHandleSetExpAge","features":[324]},{"name":"RpcNsMgmtInqExpAge","features":[324]},{"name":"RpcNsMgmtSetExpAge","features":[324]},{"name":"RpcNsProfileDeleteA","features":[324]},{"name":"RpcNsProfileDeleteW","features":[324]},{"name":"RpcNsProfileEltAddA","features":[324]},{"name":"RpcNsProfileEltAddW","features":[324]},{"name":"RpcNsProfileEltInqBeginA","features":[324]},{"name":"RpcNsProfileEltInqBeginW","features":[324]},{"name":"RpcNsProfileEltInqDone","features":[324]},{"name":"RpcNsProfileEltInqNextA","features":[324]},{"name":"RpcNsProfileEltInqNextW","features":[324]},{"name":"RpcNsProfileEltRemoveA","features":[324]},{"name":"RpcNsProfileEltRemoveW","features":[324]},{"name":"RpcObjectInqType","features":[324]},{"name":"RpcObjectSetInqFn","features":[324]},{"name":"RpcObjectSetType","features":[324]},{"name":"RpcOutgoingBandwidth","features":[324]},{"name":"RpcPerfCounters","features":[324]},{"name":"RpcProtseqVectorFreeA","features":[324]},{"name":"RpcProtseqVectorFreeW","features":[324]},{"name":"RpcRaiseException","features":[324]},{"name":"RpcReceiveComplete","features":[324]},{"name":"RpcRequestsPerSecond","features":[324]},{"name":"RpcRevertContainerImpersonation","features":[324]},{"name":"RpcRevertToSelf","features":[324]},{"name":"RpcRevertToSelfEx","features":[324]},{"name":"RpcSendComplete","features":[324]},{"name":"RpcServerCompleteSecurityCallback","features":[324]},{"name":"RpcServerInqBindingHandle","features":[324]},{"name":"RpcServerInqBindings","features":[324]},{"name":"RpcServerInqBindingsEx","features":[324]},{"name":"RpcServerInqCallAttributesA","features":[324]},{"name":"RpcServerInqCallAttributesW","features":[324]},{"name":"RpcServerInqDefaultPrincNameA","features":[324]},{"name":"RpcServerInqDefaultPrincNameW","features":[324]},{"name":"RpcServerInqIf","features":[324]},{"name":"RpcServerInterfaceGroupActivate","features":[324]},{"name":"RpcServerInterfaceGroupClose","features":[324]},{"name":"RpcServerInterfaceGroupCreateA","features":[324]},{"name":"RpcServerInterfaceGroupCreateW","features":[324]},{"name":"RpcServerInterfaceGroupDeactivate","features":[324]},{"name":"RpcServerInterfaceGroupInqBindings","features":[324]},{"name":"RpcServerListen","features":[324]},{"name":"RpcServerRegisterAuthInfoA","features":[324]},{"name":"RpcServerRegisterAuthInfoW","features":[324]},{"name":"RpcServerRegisterIf","features":[324]},{"name":"RpcServerRegisterIf2","features":[324]},{"name":"RpcServerRegisterIf3","features":[324]},{"name":"RpcServerRegisterIfEx","features":[324]},{"name":"RpcServerSubscribeForNotification","features":[307,312,324]},{"name":"RpcServerTestCancel","features":[324]},{"name":"RpcServerUnregisterIf","features":[324]},{"name":"RpcServerUnregisterIfEx","features":[324]},{"name":"RpcServerUnsubscribeForNotification","features":[324]},{"name":"RpcServerUseAllProtseqs","features":[324]},{"name":"RpcServerUseAllProtseqsEx","features":[324]},{"name":"RpcServerUseAllProtseqsIf","features":[324]},{"name":"RpcServerUseAllProtseqsIfEx","features":[324]},{"name":"RpcServerUseProtseqA","features":[324]},{"name":"RpcServerUseProtseqEpA","features":[324]},{"name":"RpcServerUseProtseqEpExA","features":[324]},{"name":"RpcServerUseProtseqEpExW","features":[324]},{"name":"RpcServerUseProtseqEpW","features":[324]},{"name":"RpcServerUseProtseqExA","features":[324]},{"name":"RpcServerUseProtseqExW","features":[324]},{"name":"RpcServerUseProtseqIfA","features":[324]},{"name":"RpcServerUseProtseqIfExA","features":[324]},{"name":"RpcServerUseProtseqIfExW","features":[324]},{"name":"RpcServerUseProtseqIfW","features":[324]},{"name":"RpcServerUseProtseqW","features":[324]},{"name":"RpcServerYield","features":[324]},{"name":"RpcSmAllocate","features":[324]},{"name":"RpcSmClientFree","features":[324]},{"name":"RpcSmDestroyClientContext","features":[324]},{"name":"RpcSmDisableAllocate","features":[324]},{"name":"RpcSmEnableAllocate","features":[324]},{"name":"RpcSmFree","features":[324]},{"name":"RpcSmGetThreadHandle","features":[324]},{"name":"RpcSmSetClientAllocFree","features":[324]},{"name":"RpcSmSetThreadHandle","features":[324]},{"name":"RpcSmSwapClientAllocFree","features":[324]},{"name":"RpcSsAllocate","features":[324]},{"name":"RpcSsContextLockExclusive","features":[324]},{"name":"RpcSsContextLockShared","features":[324]},{"name":"RpcSsDestroyClientContext","features":[324]},{"name":"RpcSsDisableAllocate","features":[324]},{"name":"RpcSsDontSerializeContext","features":[324]},{"name":"RpcSsEnableAllocate","features":[324]},{"name":"RpcSsFree","features":[324]},{"name":"RpcSsGetContextBinding","features":[324]},{"name":"RpcSsGetThreadHandle","features":[324]},{"name":"RpcSsSetClientAllocFree","features":[324]},{"name":"RpcSsSetThreadHandle","features":[324]},{"name":"RpcSsSwapClientAllocFree","features":[324]},{"name":"RpcStringBindingComposeA","features":[324]},{"name":"RpcStringBindingComposeW","features":[324]},{"name":"RpcStringBindingParseA","features":[324]},{"name":"RpcStringBindingParseW","features":[324]},{"name":"RpcStringFreeA","features":[324]},{"name":"RpcStringFreeW","features":[324]},{"name":"RpcTestCancel","features":[324]},{"name":"RpcUserFree","features":[324]},{"name":"SCONTEXT_QUEUE","features":[324]},{"name":"SEC_WINNT_AUTH_IDENTITY","features":[324]},{"name":"SEC_WINNT_AUTH_IDENTITY_A","features":[324]},{"name":"SEC_WINNT_AUTH_IDENTITY_ANSI","features":[324]},{"name":"SEC_WINNT_AUTH_IDENTITY_UNICODE","features":[324]},{"name":"SEC_WINNT_AUTH_IDENTITY_W","features":[324]},{"name":"SERVER_ROUTINE","features":[324]},{"name":"STUB_CALL_SERVER","features":[324]},{"name":"STUB_CALL_SERVER_NO_HRESULT","features":[324]},{"name":"STUB_MARSHAL","features":[324]},{"name":"STUB_PHASE","features":[324]},{"name":"STUB_THUNK","features":[358,324]},{"name":"STUB_UNMARSHAL","features":[324]},{"name":"SYSTEM_HANDLE_COMPOSITION_OBJECT","features":[324]},{"name":"SYSTEM_HANDLE_EVENT","features":[324]},{"name":"SYSTEM_HANDLE_FILE","features":[324]},{"name":"SYSTEM_HANDLE_INVALID","features":[324]},{"name":"SYSTEM_HANDLE_JOB","features":[324]},{"name":"SYSTEM_HANDLE_MAX","features":[324]},{"name":"SYSTEM_HANDLE_MUTEX","features":[324]},{"name":"SYSTEM_HANDLE_PIPE","features":[324]},{"name":"SYSTEM_HANDLE_PROCESS","features":[324]},{"name":"SYSTEM_HANDLE_REG_KEY","features":[324]},{"name":"SYSTEM_HANDLE_SECTION","features":[324]},{"name":"SYSTEM_HANDLE_SEMAPHORE","features":[324]},{"name":"SYSTEM_HANDLE_SOCKET","features":[324]},{"name":"SYSTEM_HANDLE_THREAD","features":[324]},{"name":"SYSTEM_HANDLE_TOKEN","features":[324]},{"name":"TARGET_IS_NT100_OR_LATER","features":[324]},{"name":"TARGET_IS_NT1012_OR_LATER","features":[324]},{"name":"TARGET_IS_NT102_OR_LATER","features":[324]},{"name":"TARGET_IS_NT351_OR_WIN95_OR_LATER","features":[324]},{"name":"TARGET_IS_NT40_OR_LATER","features":[324]},{"name":"TARGET_IS_NT50_OR_LATER","features":[324]},{"name":"TARGET_IS_NT51_OR_LATER","features":[324]},{"name":"TARGET_IS_NT60_OR_LATER","features":[324]},{"name":"TARGET_IS_NT61_OR_LATER","features":[324]},{"name":"TARGET_IS_NT62_OR_LATER","features":[324]},{"name":"TARGET_IS_NT63_OR_LATER","features":[324]},{"name":"TRANSPORT_TYPE_CN","features":[324]},{"name":"TRANSPORT_TYPE_DG","features":[324]},{"name":"TRANSPORT_TYPE_LPC","features":[324]},{"name":"TRANSPORT_TYPE_WMSG","features":[324]},{"name":"USER_CALL_IS_ASYNC","features":[324]},{"name":"USER_CALL_NEW_CORRELATION_DESC","features":[324]},{"name":"USER_MARSHAL_CB","features":[358,324]},{"name":"USER_MARSHAL_CB_BUFFER_SIZE","features":[324]},{"name":"USER_MARSHAL_CB_FREE","features":[324]},{"name":"USER_MARSHAL_CB_MARSHALL","features":[324]},{"name":"USER_MARSHAL_CB_TYPE","features":[324]},{"name":"USER_MARSHAL_CB_UNMARSHALL","features":[324]},{"name":"USER_MARSHAL_FC_BYTE","features":[324]},{"name":"USER_MARSHAL_FC_CHAR","features":[324]},{"name":"USER_MARSHAL_FC_DOUBLE","features":[324]},{"name":"USER_MARSHAL_FC_FLOAT","features":[324]},{"name":"USER_MARSHAL_FC_HYPER","features":[324]},{"name":"USER_MARSHAL_FC_LONG","features":[324]},{"name":"USER_MARSHAL_FC_SHORT","features":[324]},{"name":"USER_MARSHAL_FC_SMALL","features":[324]},{"name":"USER_MARSHAL_FC_ULONG","features":[324]},{"name":"USER_MARSHAL_FC_USHORT","features":[324]},{"name":"USER_MARSHAL_FC_USMALL","features":[324]},{"name":"USER_MARSHAL_FC_WCHAR","features":[324]},{"name":"USER_MARSHAL_FREEING_ROUTINE","features":[324]},{"name":"USER_MARSHAL_MARSHALLING_ROUTINE","features":[324]},{"name":"USER_MARSHAL_ROUTINE_QUADRUPLE","features":[324]},{"name":"USER_MARSHAL_SIZING_ROUTINE","features":[324]},{"name":"USER_MARSHAL_UNMARSHALLING_ROUTINE","features":[324]},{"name":"UUID_VECTOR","features":[324]},{"name":"UuidCompare","features":[324]},{"name":"UuidCreate","features":[324]},{"name":"UuidCreateNil","features":[324]},{"name":"UuidCreateSequential","features":[324]},{"name":"UuidEqual","features":[324]},{"name":"UuidFromStringA","features":[324]},{"name":"UuidFromStringW","features":[324]},{"name":"UuidHash","features":[324]},{"name":"UuidIsNil","features":[324]},{"name":"UuidToStringA","features":[324]},{"name":"UuidToStringW","features":[324]},{"name":"XLAT_CLIENT","features":[324]},{"name":"XLAT_SERVER","features":[324]},{"name":"XLAT_SIDE","features":[324]},{"name":"XMIT_HELPER_ROUTINE","features":[358,324]},{"name":"XMIT_ROUTINE_QUINTUPLE","features":[358,324]},{"name":"_NDR_PROC_CONTEXT","features":[324]},{"name":"__RPCPROXY_H_VERSION__","features":[324]},{"name":"cbNDRContext","features":[324]},{"name":"eeptAnsiString","features":[324]},{"name":"eeptBinary","features":[324]},{"name":"eeptLongVal","features":[324]},{"name":"eeptNone","features":[324]},{"name":"eeptPointerVal","features":[324]},{"name":"eeptShortVal","features":[324]},{"name":"eeptUnicodeString","features":[324]},{"name":"rcclClientUnknownLocality","features":[324]},{"name":"rcclInvalid","features":[324]},{"name":"rcclLocal","features":[324]},{"name":"rcclRemote","features":[324]},{"name":"rctGuaranteed","features":[324]},{"name":"rctInvalid","features":[324]},{"name":"rctNormal","features":[324]},{"name":"rctTraining","features":[324]},{"name":"rlafIPv4","features":[324]},{"name":"rlafIPv6","features":[324]},{"name":"rlafInvalid","features":[324]},{"name":"system_handle_t","features":[324]}],"605":[{"name":"ACCESS_MASKENUM","features":[584]},{"name":"AUTHENTICATION_INFO","features":[584]},{"name":"AUTH_TYPE","features":[584]},{"name":"BCP6xFILEFMT","features":[584]},{"name":"BCPABORT","features":[584]},{"name":"BCPBATCH","features":[584]},{"name":"BCPFILECP","features":[584]},{"name":"BCPFILECP_ACP","features":[584]},{"name":"BCPFILECP_OEMCP","features":[584]},{"name":"BCPFILECP_RAW","features":[584]},{"name":"BCPFILEFMT","features":[584]},{"name":"BCPFIRST","features":[584]},{"name":"BCPHINTS","features":[584]},{"name":"BCPHINTSA","features":[584]},{"name":"BCPHINTSW","features":[584]},{"name":"BCPKEEPIDENTITY","features":[584]},{"name":"BCPKEEPNULLS","features":[584]},{"name":"BCPLAST","features":[584]},{"name":"BCPMAXERRS","features":[584]},{"name":"BCPODBC","features":[584]},{"name":"BCPTEXTFILE","features":[584]},{"name":"BCPUNICODEFILE","features":[584]},{"name":"BCP_FMT_COLLATION","features":[584]},{"name":"BCP_FMT_COLLATION_ID","features":[584]},{"name":"BCP_FMT_DATA_LEN","features":[584]},{"name":"BCP_FMT_INDICATOR_LEN","features":[584]},{"name":"BCP_FMT_SERVER_COL","features":[584]},{"name":"BCP_FMT_TERMINATOR","features":[584]},{"name":"BCP_FMT_TYPE","features":[584]},{"name":"BIO_BINDER","features":[584]},{"name":"BMK_DURABILITY_INTRANSACTION","features":[584]},{"name":"BMK_DURABILITY_REORGANIZATION","features":[584]},{"name":"BMK_DURABILITY_ROWSET","features":[584]},{"name":"BMK_DURABILITY_XTRANSACTION","features":[584]},{"name":"BUCKETCATEGORIZE","features":[584]},{"name":"BUCKET_EXPONENTIAL","features":[584]},{"name":"BUCKET_LINEAR","features":[584]},{"name":"CASE_REQUIREMENT","features":[584]},{"name":"CASE_REQUIREMENT_ANY","features":[584]},{"name":"CASE_REQUIREMENT_UPPER_IF_AQS","features":[584]},{"name":"CATALOG_PAUSED_REASON_DELAYED_RECOVERY","features":[584]},{"name":"CATALOG_PAUSED_REASON_EXTERNAL","features":[584]},{"name":"CATALOG_PAUSED_REASON_HIGH_CPU","features":[584]},{"name":"CATALOG_PAUSED_REASON_HIGH_IO","features":[584]},{"name":"CATALOG_PAUSED_REASON_HIGH_NTF_RATE","features":[584]},{"name":"CATALOG_PAUSED_REASON_LOW_BATTERY","features":[584]},{"name":"CATALOG_PAUSED_REASON_LOW_DISK","features":[584]},{"name":"CATALOG_PAUSED_REASON_LOW_MEMORY","features":[584]},{"name":"CATALOG_PAUSED_REASON_NONE","features":[584]},{"name":"CATALOG_PAUSED_REASON_UPGRADING","features":[584]},{"name":"CATALOG_PAUSED_REASON_USER_ACTIVE","features":[584]},{"name":"CATALOG_STATUS_FULL_CRAWL","features":[584]},{"name":"CATALOG_STATUS_IDLE","features":[584]},{"name":"CATALOG_STATUS_INCREMENTAL_CRAWL","features":[584]},{"name":"CATALOG_STATUS_PAUSED","features":[584]},{"name":"CATALOG_STATUS_PROCESSING_NOTIFICATIONS","features":[584]},{"name":"CATALOG_STATUS_RECOVERING","features":[584]},{"name":"CATALOG_STATUS_SHUTTING_DOWN","features":[584]},{"name":"CATEGORIZATION","features":[307,512,387,584,360]},{"name":"CATEGORIZATIONSET","features":[307,512,387,584,360]},{"name":"CATEGORIZE_BUCKETS","features":[584]},{"name":"CATEGORIZE_CLUSTER","features":[584]},{"name":"CATEGORIZE_RANGE","features":[584]},{"name":"CATEGORIZE_UNIQUE","features":[584]},{"name":"CATEGORY_COLLATOR","features":[584]},{"name":"CATEGORY_GATHERER","features":[584]},{"name":"CATEGORY_INDEXER","features":[584]},{"name":"CATEGORY_SEARCH","features":[584]},{"name":"CDBBMKDISPIDS","features":[584]},{"name":"CDBCOLDISPIDS","features":[584]},{"name":"CDBSELFDISPIDS","features":[584]},{"name":"CERT_E_NOT_FOUND_OR_NO_PERMISSSION","features":[584]},{"name":"CHANNEL_AGENT_DYNAMIC_SCHEDULE","features":[584]},{"name":"CHANNEL_AGENT_FLAGS","features":[584]},{"name":"CHANNEL_AGENT_PRECACHE_ALL","features":[584]},{"name":"CHANNEL_AGENT_PRECACHE_SCRNSAVER","features":[584]},{"name":"CHANNEL_AGENT_PRECACHE_SOME","features":[584]},{"name":"CI_E_CORRUPT_FWIDX","features":[584]},{"name":"CI_E_DIACRITIC_SETTINGS_DIFFER","features":[584]},{"name":"CI_E_INCONSISTENT_TRANSACTION","features":[584]},{"name":"CI_E_INVALID_CATALOG_LIST_VERSION","features":[584]},{"name":"CI_E_MULTIPLE_PROTECTED_USERS_UNSUPPORTED","features":[584]},{"name":"CI_E_NO_AUXMETADATA","features":[584]},{"name":"CI_E_NO_CATALOG_MANAGER","features":[584]},{"name":"CI_E_NO_PROTECTED_USER","features":[584]},{"name":"CI_E_PROTECTED_CATALOG_NON_INTERACTIVE_USER","features":[584]},{"name":"CI_E_PROTECTED_CATALOG_NOT_AVAILABLE","features":[584]},{"name":"CI_E_PROTECTED_CATALOG_SID_MISMATCH","features":[584]},{"name":"CI_S_CATALOG_RESET","features":[584]},{"name":"CI_S_CLIENT_REQUESTED_ABORT","features":[584]},{"name":"CI_S_NEW_AUXMETADATA","features":[584]},{"name":"CI_S_RETRY_DOCUMENT","features":[584]},{"name":"CLSID_CISimpleCommandCreator","features":[584]},{"name":"CLSID_DataShapeProvider","features":[584]},{"name":"CLSID_MSDASQL","features":[584]},{"name":"CLSID_MSDASQL_ENUMERATOR","features":[584]},{"name":"CLSID_MSPersist","features":[584]},{"name":"CLSID_SQLOLEDB","features":[584]},{"name":"CLSID_SQLOLEDB_ENUMERATOR","features":[584]},{"name":"CLSID_SQLOLEDB_ERROR","features":[584]},{"name":"CLUSIONREASON_DEFAULT","features":[584]},{"name":"CLUSIONREASON_GROUPPOLICY","features":[584]},{"name":"CLUSIONREASON_UNKNOWNSCOPE","features":[584]},{"name":"CLUSIONREASON_USER","features":[584]},{"name":"CLUSION_REASON","features":[584]},{"name":"CMDLINE_E_ALREADY_INIT","features":[584]},{"name":"CMDLINE_E_NOT_INIT","features":[584]},{"name":"CMDLINE_E_NUM_PARAMS","features":[584]},{"name":"CMDLINE_E_PARAM_SIZE","features":[584]},{"name":"CMDLINE_E_PAREN","features":[584]},{"name":"CMDLINE_E_UNEXPECTED","features":[584]},{"name":"CM_E_CONNECTIONTIMEOUT","features":[584]},{"name":"CM_E_DATASOURCENOTAVAILABLE","features":[584]},{"name":"CM_E_INSUFFICIENTBUFFER","features":[584]},{"name":"CM_E_INVALIDDATASOURCE","features":[584]},{"name":"CM_E_NOQUERYCONNECTIONS","features":[584]},{"name":"CM_E_REGISTRY","features":[584]},{"name":"CM_E_SERVERNOTFOUND","features":[584]},{"name":"CM_E_TIMEOUT","features":[584]},{"name":"CM_E_TOOMANYDATASERVERS","features":[584]},{"name":"CM_E_TOOMANYDATASOURCES","features":[584]},{"name":"CM_S_NODATASERVERS","features":[584]},{"name":"COLL_E_BADRESULT","features":[584]},{"name":"COLL_E_BADSEQUENCE","features":[584]},{"name":"COLL_E_BUFFERTOOSMALL","features":[584]},{"name":"COLL_E_DUPLICATEDBID","features":[584]},{"name":"COLL_E_INCOMPATIBLECOLUMNS","features":[584]},{"name":"COLL_E_MAXCONNEXCEEDED","features":[584]},{"name":"COLL_E_NODEFAULTCATALOG","features":[584]},{"name":"COLL_E_NOMOREDATA","features":[584]},{"name":"COLL_E_NOSORTCOLUMN","features":[584]},{"name":"COLL_E_TOOMANYMERGECOLUMNS","features":[584]},{"name":"COLUMNSET","features":[512,387,584]},{"name":"CONDITION_CREATION_DEFAULT","features":[584]},{"name":"CONDITION_CREATION_NONE","features":[584]},{"name":"CONDITION_CREATION_OPTIONS","features":[584]},{"name":"CONDITION_CREATION_SIMPLIFY","features":[584]},{"name":"CONDITION_CREATION_USE_CONTENT_LOCALE","features":[584]},{"name":"CONDITION_CREATION_VECTOR_AND","features":[584]},{"name":"CONDITION_CREATION_VECTOR_LEAF","features":[584]},{"name":"CONDITION_CREATION_VECTOR_OR","features":[584]},{"name":"CONTENTRESTRICTION","features":[512,387,584]},{"name":"CONTENT_SOURCE_E_CONTENT_CLASS_READ","features":[584]},{"name":"CONTENT_SOURCE_E_CONTENT_SOURCE_COLUMN_TYPE","features":[584]},{"name":"CONTENT_SOURCE_E_NULL_CONTENT_CLASS_BSTR","features":[584]},{"name":"CONTENT_SOURCE_E_NULL_URI","features":[584]},{"name":"CONTENT_SOURCE_E_OUT_OF_RANGE","features":[584]},{"name":"CONTENT_SOURCE_E_PROPERTY_MAPPING_BAD_VECTOR_SIZE","features":[584]},{"name":"CONTENT_SOURCE_E_PROPERTY_MAPPING_READ","features":[584]},{"name":"CONTENT_SOURCE_E_UNEXPECTED_EXCEPTION","features":[584]},{"name":"CONTENT_SOURCE_E_UNEXPECTED_NULL_POINTER","features":[584]},{"name":"CQUERYDISPIDS","features":[584]},{"name":"CQUERYMETADISPIDS","features":[584]},{"name":"CQUERYPROPERTY","features":[584]},{"name":"CREATESUBSCRIPTIONFLAGS","features":[584]},{"name":"CREATESUBS_ADDTOFAVORITES","features":[584]},{"name":"CREATESUBS_FROMFAVORITES","features":[584]},{"name":"CREATESUBS_NOSAVE","features":[584]},{"name":"CREATESUBS_NOUI","features":[584]},{"name":"CREATESUBS_SOFTWAREUPDATE","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_ASSERTIONS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_CATALOGS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_CHARACTER_SETS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_CHECK_CONSTRAINTS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_CHECK_CONSTRAINTS_BY_TABLE","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_COLLATIONS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMNS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMN_DOMAIN_USAGE","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMN_PRIVILEGES","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_CONSTRAINT_COLUMN_USAGE","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_CONSTRAINT_TABLE_USAGE","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_FOREIGN_KEYS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_INDEXES","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_KEY_COLUMN_USAGE","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_LINKEDSERVERS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_OBJECTS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_OBJECT_ACTIONS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_PRIMARY_KEYS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURES","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURE_COLUMNS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURE_PARAMETERS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_PROVIDER_TYPES","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_REFERENTIAL_CONSTRAINTS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_SCHEMATA","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_SQL_LANGUAGES","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_STATISTICS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLES","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLES_INFO","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_CONSTRAINTS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_PRIVILEGES","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_STATISTICS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_TRANSLATIONS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_TRUSTEE","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_USAGE_PRIVILEGES","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEWS","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEW_COLUMN_USAGE","features":[584]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEW_TABLE_USAGE","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_ACTIONS","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_COMMANDS","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_CUBES","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_DIMENSIONS","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_FUNCTIONS","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_HIERARCHIES","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_LEVELS","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_MEASURES","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_MEMBERS","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_PROPERTIES","features":[584]},{"name":"CRESTRICTIONS_MDSCHEMA_SETS","features":[584]},{"name":"CSTORAGEPROPERTY","features":[584]},{"name":"CSearchLanguageSupport","features":[584]},{"name":"CSearchManager","features":[584]},{"name":"CSearchRoot","features":[584]},{"name":"CSearchScopeRule","features":[584]},{"name":"CatalogPausedReason","features":[584]},{"name":"CatalogStatus","features":[584]},{"name":"CompoundCondition","features":[584]},{"name":"ConditionFactory","features":[584]},{"name":"DATE_STRUCT","features":[584]},{"name":"DBACCESSORFLAGSENUM","features":[584]},{"name":"DBACCESSOR_INHERITED","features":[584]},{"name":"DBACCESSOR_INVALID","features":[584]},{"name":"DBACCESSOR_OPTIMIZED","features":[584]},{"name":"DBACCESSOR_PARAMETERDATA","features":[584]},{"name":"DBACCESSOR_PASSBYREF","features":[584]},{"name":"DBACCESSOR_ROWDATA","features":[584]},{"name":"DBASYNCHOPENUM","features":[584]},{"name":"DBASYNCHOP_OPEN","features":[584]},{"name":"DBASYNCHPHASEENUM","features":[584]},{"name":"DBASYNCHPHASE_CANCELED","features":[584]},{"name":"DBASYNCHPHASE_COMPLETE","features":[584]},{"name":"DBASYNCHPHASE_INITIALIZATION","features":[584]},{"name":"DBASYNCHPHASE_POPULATION","features":[584]},{"name":"DBBINDEXT","features":[584]},{"name":"DBBINDEXT","features":[584]},{"name":"DBBINDFLAGENUM","features":[584]},{"name":"DBBINDFLAG_HTML","features":[584]},{"name":"DBBINDING","features":[358,584]},{"name":"DBBINDING","features":[358,584]},{"name":"DBBINDSTATUSENUM","features":[584]},{"name":"DBBINDSTATUS_BADBINDINFO","features":[584]},{"name":"DBBINDSTATUS_BADORDINAL","features":[584]},{"name":"DBBINDSTATUS_BADSTORAGEFLAGS","features":[584]},{"name":"DBBINDSTATUS_MULTIPLESTORAGE","features":[584]},{"name":"DBBINDSTATUS_NOINTERFACE","features":[584]},{"name":"DBBINDSTATUS_OK","features":[584]},{"name":"DBBINDSTATUS_UNSUPPORTEDCONVERSION","features":[584]},{"name":"DBBINDURLFLAGENUM","features":[584]},{"name":"DBBINDURLFLAG_ASYNCHRONOUS","features":[584]},{"name":"DBBINDURLFLAG_COLLECTION","features":[584]},{"name":"DBBINDURLFLAG_DELAYFETCHCOLUMNS","features":[584]},{"name":"DBBINDURLFLAG_DELAYFETCHSTREAM","features":[584]},{"name":"DBBINDURLFLAG_ISSTRUCTUREDDOCUMENT","features":[584]},{"name":"DBBINDURLFLAG_OPENIFEXISTS","features":[584]},{"name":"DBBINDURLFLAG_OUTPUT","features":[584]},{"name":"DBBINDURLFLAG_OVERWRITE","features":[584]},{"name":"DBBINDURLFLAG_READ","features":[584]},{"name":"DBBINDURLFLAG_READWRITE","features":[584]},{"name":"DBBINDURLFLAG_RECURSIVE","features":[584]},{"name":"DBBINDURLFLAG_SHARE_DENY_NONE","features":[584]},{"name":"DBBINDURLFLAG_SHARE_DENY_READ","features":[584]},{"name":"DBBINDURLFLAG_SHARE_DENY_WRITE","features":[584]},{"name":"DBBINDURLFLAG_SHARE_EXCLUSIVE","features":[584]},{"name":"DBBINDURLFLAG_WAITFORINIT","features":[584]},{"name":"DBBINDURLFLAG_WRITE","features":[584]},{"name":"DBBINDURLSTATUSENUM","features":[584]},{"name":"DBBINDURLSTATUS_S_DENYNOTSUPPORTED","features":[584]},{"name":"DBBINDURLSTATUS_S_DENYTYPENOTSUPPORTED","features":[584]},{"name":"DBBINDURLSTATUS_S_OK","features":[584]},{"name":"DBBINDURLSTATUS_S_REDIRECTED","features":[584]},{"name":"DBBMKGUID","features":[584]},{"name":"DBBMK_FIRST","features":[584]},{"name":"DBBMK_INVALID","features":[584]},{"name":"DBBMK_LAST","features":[584]},{"name":"DBBOOKMARK","features":[584]},{"name":"DBCIDGUID","features":[584]},{"name":"DBCOLUMNACCESS","features":[512,584]},{"name":"DBCOLUMNACCESS","features":[512,584]},{"name":"DBCOLUMNDESC","features":[307,512,358,359,584,360]},{"name":"DBCOLUMNDESC","features":[307,512,358,359,584,360]},{"name":"DBCOLUMNDESCFLAGSENUM","features":[584]},{"name":"DBCOLUMNDESCFLAGS_CLSID","features":[584]},{"name":"DBCOLUMNDESCFLAGS_COLSIZE","features":[584]},{"name":"DBCOLUMNDESCFLAGS_DBCID","features":[584]},{"name":"DBCOLUMNDESCFLAGS_ITYPEINFO","features":[584]},{"name":"DBCOLUMNDESCFLAGS_PRECISION","features":[584]},{"name":"DBCOLUMNDESCFLAGS_PROPERTIES","features":[584]},{"name":"DBCOLUMNDESCFLAGS_SCALE","features":[584]},{"name":"DBCOLUMNDESCFLAGS_TYPENAME","features":[584]},{"name":"DBCOLUMNDESCFLAGS_WTYPE","features":[584]},{"name":"DBCOLUMNFLAGS15ENUM","features":[584]},{"name":"DBCOLUMNFLAGSDEPRECATED","features":[584]},{"name":"DBCOLUMNFLAGSENUM","features":[584]},{"name":"DBCOLUMNFLAGSENUM20","features":[584]},{"name":"DBCOLUMNFLAGSENUM21","features":[584]},{"name":"DBCOLUMNFLAGSENUM26","features":[584]},{"name":"DBCOLUMNFLAGS_CACHEDEFERRED","features":[584]},{"name":"DBCOLUMNFLAGS_ISBOOKMARK","features":[584]},{"name":"DBCOLUMNFLAGS_ISCHAPTER","features":[584]},{"name":"DBCOLUMNFLAGS_ISCOLLECTION","features":[584]},{"name":"DBCOLUMNFLAGS_ISDEFAULTSTREAM","features":[584]},{"name":"DBCOLUMNFLAGS_ISFIXEDLENGTH","features":[584]},{"name":"DBCOLUMNFLAGS_ISLONG","features":[584]},{"name":"DBCOLUMNFLAGS_ISNULLABLE","features":[584]},{"name":"DBCOLUMNFLAGS_ISROW","features":[584]},{"name":"DBCOLUMNFLAGS_ISROWID","features":[584]},{"name":"DBCOLUMNFLAGS_ISROWSET","features":[584]},{"name":"DBCOLUMNFLAGS_ISROWURL","features":[584]},{"name":"DBCOLUMNFLAGS_ISROWVER","features":[584]},{"name":"DBCOLUMNFLAGS_ISSTREAM","features":[584]},{"name":"DBCOLUMNFLAGS_KEYCOLUMN","features":[584]},{"name":"DBCOLUMNFLAGS_MAYBENULL","features":[584]},{"name":"DBCOLUMNFLAGS_MAYDEFER","features":[584]},{"name":"DBCOLUMNFLAGS_RESERVED","features":[584]},{"name":"DBCOLUMNFLAGS_ROWSPECIFICCOLUMN","features":[584]},{"name":"DBCOLUMNFLAGS_SCALEISNEGATIVE","features":[584]},{"name":"DBCOLUMNFLAGS_WRITE","features":[584]},{"name":"DBCOLUMNFLAGS_WRITEUNKNOWN","features":[584]},{"name":"DBCOLUMNINFO","features":[512,358,584]},{"name":"DBCOLUMNINFO","features":[512,358,584]},{"name":"DBCOMMANDPERSISTFLAGENUM","features":[584]},{"name":"DBCOMMANDPERSISTFLAGENUM21","features":[584]},{"name":"DBCOMMANDPERSISTFLAG_DEFAULT","features":[584]},{"name":"DBCOMMANDPERSISTFLAG_NOSAVE","features":[584]},{"name":"DBCOMMANDPERSISTFLAG_PERSISTPROCEDURE","features":[584]},{"name":"DBCOMMANDPERSISTFLAG_PERSISTVIEW","features":[584]},{"name":"DBCOMPAREENUM","features":[584]},{"name":"DBCOMPAREOPSENUM","features":[584]},{"name":"DBCOMPAREOPSENUM20","features":[584]},{"name":"DBCOMPAREOPS_BEGINSWITH","features":[584]},{"name":"DBCOMPAREOPS_CASEINSENSITIVE","features":[584]},{"name":"DBCOMPAREOPS_CASESENSITIVE","features":[584]},{"name":"DBCOMPAREOPS_CONTAINS","features":[584]},{"name":"DBCOMPAREOPS_EQ","features":[584]},{"name":"DBCOMPAREOPS_GE","features":[584]},{"name":"DBCOMPAREOPS_GT","features":[584]},{"name":"DBCOMPAREOPS_IGNORE","features":[584]},{"name":"DBCOMPAREOPS_LE","features":[584]},{"name":"DBCOMPAREOPS_LT","features":[584]},{"name":"DBCOMPAREOPS_NE","features":[584]},{"name":"DBCOMPAREOPS_NOTBEGINSWITH","features":[584]},{"name":"DBCOMPAREOPS_NOTCONTAINS","features":[584]},{"name":"DBCOMPARE_EQ","features":[584]},{"name":"DBCOMPARE_GT","features":[584]},{"name":"DBCOMPARE_LT","features":[584]},{"name":"DBCOMPARE_NE","features":[584]},{"name":"DBCOMPARE_NOTCOMPARABLE","features":[584]},{"name":"DBCOMPUTEMODE_COMPUTED","features":[584]},{"name":"DBCOMPUTEMODE_DYNAMIC","features":[584]},{"name":"DBCOMPUTEMODE_NOTCOMPUTED","features":[584]},{"name":"DBCONSTRAINTDESC","features":[307,512,358,359,584,360]},{"name":"DBCONSTRAINTDESC","features":[307,512,358,359,584,360]},{"name":"DBCONSTRAINTTYPEENUM","features":[584]},{"name":"DBCONSTRAINTTYPE_CHECK","features":[584]},{"name":"DBCONSTRAINTTYPE_FOREIGNKEY","features":[584]},{"name":"DBCONSTRAINTTYPE_PRIMARYKEY","features":[584]},{"name":"DBCONSTRAINTTYPE_UNIQUE","features":[584]},{"name":"DBCONVERTFLAGSENUM","features":[584]},{"name":"DBCONVERTFLAGSENUM20","features":[584]},{"name":"DBCONVERTFLAGS_COLUMN","features":[584]},{"name":"DBCONVERTFLAGS_FROMVARIANT","features":[584]},{"name":"DBCONVERTFLAGS_ISFIXEDLENGTH","features":[584]},{"name":"DBCONVERTFLAGS_ISLONG","features":[584]},{"name":"DBCONVERTFLAGS_PARAMETER","features":[584]},{"name":"DBCOPYFLAGSENUM","features":[584]},{"name":"DBCOPY_ALLOW_EMULATION","features":[584]},{"name":"DBCOPY_ASYNC","features":[584]},{"name":"DBCOPY_ATOMIC","features":[584]},{"name":"DBCOPY_NON_RECURSIVE","features":[584]},{"name":"DBCOPY_REPLACE_EXISTING","features":[584]},{"name":"DBCOST","features":[584]},{"name":"DBCOST","features":[584]},{"name":"DBCOSTUNITENUM","features":[584]},{"name":"DBDATACONVERTENUM","features":[584]},{"name":"DBDATACONVERT_DECIMALSCALE","features":[584]},{"name":"DBDATACONVERT_DEFAULT","features":[584]},{"name":"DBDATACONVERT_DSTISFIXEDLENGTH","features":[584]},{"name":"DBDATACONVERT_LENGTHFROMNTS","features":[584]},{"name":"DBDATACONVERT_SETDATABEHAVIOR","features":[584]},{"name":"DBDATE","features":[584]},{"name":"DBDATETIM4","features":[584]},{"name":"DBDATETIME","features":[584]},{"name":"DBDEFERRABILITYENUM","features":[584]},{"name":"DBDEFERRABILITY_DEFERRABLE","features":[584]},{"name":"DBDEFERRABILITY_DEFERRED","features":[584]},{"name":"DBDELETEFLAGSENUM","features":[584]},{"name":"DBDELETE_ASYNC","features":[584]},{"name":"DBDELETE_ATOMIC","features":[584]},{"name":"DBEVENTPHASEENUM","features":[584]},{"name":"DBEVENTPHASE_ABOUTTODO","features":[584]},{"name":"DBEVENTPHASE_DIDEVENT","features":[584]},{"name":"DBEVENTPHASE_FAILEDTODO","features":[584]},{"name":"DBEVENTPHASE_OKTODO","features":[584]},{"name":"DBEVENTPHASE_SYNCHAFTER","features":[584]},{"name":"DBEXECLIMITSENUM","features":[584]},{"name":"DBEXECLIMITS_ABORT","features":[584]},{"name":"DBEXECLIMITS_STOP","features":[584]},{"name":"DBEXECLIMITS_SUSPEND","features":[584]},{"name":"DBFAILUREINFO","features":[584]},{"name":"DBFAILUREINFO","features":[584]},{"name":"DBGUID_MSSQLXML","features":[584]},{"name":"DBGUID_ROWDEFAULTSTREAM","features":[584]},{"name":"DBGUID_ROWURL","features":[584]},{"name":"DBGUID_XPATH","features":[584]},{"name":"DBIMPLICITSESSION","features":[584]},{"name":"DBIMPLICITSESSION","features":[584]},{"name":"DBINDEXCOLUMNDESC","features":[512,584]},{"name":"DBINDEXCOLUMNDESC","features":[512,584]},{"name":"DBINDEX_COL_ORDERENUM","features":[584]},{"name":"DBINDEX_COL_ORDER_ASC","features":[584]},{"name":"DBINDEX_COL_ORDER_DESC","features":[584]},{"name":"DBLITERALENUM","features":[584]},{"name":"DBLITERALENUM20","features":[584]},{"name":"DBLITERALENUM21","features":[584]},{"name":"DBLITERALINFO","features":[307,584]},{"name":"DBLITERALINFO","features":[307,584]},{"name":"DBLITERAL_BINARY_LITERAL","features":[584]},{"name":"DBLITERAL_CATALOG_NAME","features":[584]},{"name":"DBLITERAL_CATALOG_SEPARATOR","features":[584]},{"name":"DBLITERAL_CHAR_LITERAL","features":[584]},{"name":"DBLITERAL_COLUMN_ALIAS","features":[584]},{"name":"DBLITERAL_COLUMN_NAME","features":[584]},{"name":"DBLITERAL_CORRELATION_NAME","features":[584]},{"name":"DBLITERAL_CUBE_NAME","features":[584]},{"name":"DBLITERAL_CURSOR_NAME","features":[584]},{"name":"DBLITERAL_DIMENSION_NAME","features":[584]},{"name":"DBLITERAL_ESCAPE_PERCENT","features":[584]},{"name":"DBLITERAL_ESCAPE_PERCENT_SUFFIX","features":[584]},{"name":"DBLITERAL_ESCAPE_UNDERSCORE","features":[584]},{"name":"DBLITERAL_ESCAPE_UNDERSCORE_SUFFIX","features":[584]},{"name":"DBLITERAL_HIERARCHY_NAME","features":[584]},{"name":"DBLITERAL_INDEX_NAME","features":[584]},{"name":"DBLITERAL_INVALID","features":[584]},{"name":"DBLITERAL_LEVEL_NAME","features":[584]},{"name":"DBLITERAL_LIKE_PERCENT","features":[584]},{"name":"DBLITERAL_LIKE_UNDERSCORE","features":[584]},{"name":"DBLITERAL_MEMBER_NAME","features":[584]},{"name":"DBLITERAL_PROCEDURE_NAME","features":[584]},{"name":"DBLITERAL_PROPERTY_NAME","features":[584]},{"name":"DBLITERAL_QUOTE","features":[584]},{"name":"DBLITERAL_QUOTE_SUFFIX","features":[584]},{"name":"DBLITERAL_SCHEMA_NAME","features":[584]},{"name":"DBLITERAL_SCHEMA_SEPARATOR","features":[584]},{"name":"DBLITERAL_TABLE_NAME","features":[584]},{"name":"DBLITERAL_TEXT_COMMAND","features":[584]},{"name":"DBLITERAL_USER_NAME","features":[584]},{"name":"DBLITERAL_VIEW_NAME","features":[584]},{"name":"DBMATCHTYPEENUM","features":[584]},{"name":"DBMATCHTYPE_FULL","features":[584]},{"name":"DBMATCHTYPE_NONE","features":[584]},{"name":"DBMATCHTYPE_PARTIAL","features":[584]},{"name":"DBMAXCHAR","features":[584]},{"name":"DBMEMOWNERENUM","features":[584]},{"name":"DBMEMOWNER_CLIENTOWNED","features":[584]},{"name":"DBMEMOWNER_PROVIDEROWNED","features":[584]},{"name":"DBMONEY","features":[584]},{"name":"DBMOVEFLAGSENUM","features":[584]},{"name":"DBMOVE_ALLOW_EMULATION","features":[584]},{"name":"DBMOVE_ASYNC","features":[584]},{"name":"DBMOVE_ATOMIC","features":[584]},{"name":"DBMOVE_DONT_UPDATE_LINKS","features":[584]},{"name":"DBMOVE_REPLACE_EXISTING","features":[584]},{"name":"DBOBJECT","features":[584]},{"name":"DBOBJECT","features":[584]},{"name":"DBPARAMBINDINFO","features":[584]},{"name":"DBPARAMBINDINFO","features":[584]},{"name":"DBPARAMFLAGSENUM","features":[584]},{"name":"DBPARAMFLAGSENUM20","features":[584]},{"name":"DBPARAMFLAGS_ISINPUT","features":[584]},{"name":"DBPARAMFLAGS_ISLONG","features":[584]},{"name":"DBPARAMFLAGS_ISNULLABLE","features":[584]},{"name":"DBPARAMFLAGS_ISOUTPUT","features":[584]},{"name":"DBPARAMFLAGS_ISSIGNED","features":[584]},{"name":"DBPARAMFLAGS_SCALEISNEGATIVE","features":[584]},{"name":"DBPARAMINFO","features":[358,584]},{"name":"DBPARAMINFO","features":[358,584]},{"name":"DBPARAMIOENUM","features":[584]},{"name":"DBPARAMIO_INPUT","features":[584]},{"name":"DBPARAMIO_NOTPARAM","features":[584]},{"name":"DBPARAMIO_OUTPUT","features":[584]},{"name":"DBPARAMS","features":[584]},{"name":"DBPARAMS","features":[584]},{"name":"DBPARAMTYPE_INPUT","features":[584]},{"name":"DBPARAMTYPE_INPUTOUTPUT","features":[584]},{"name":"DBPARAMTYPE_OUTPUT","features":[584]},{"name":"DBPARAMTYPE_RETURNVALUE","features":[584]},{"name":"DBPARTENUM","features":[584]},{"name":"DBPART_INVALID","features":[584]},{"name":"DBPART_LENGTH","features":[584]},{"name":"DBPART_STATUS","features":[584]},{"name":"DBPART_VALUE","features":[584]},{"name":"DBPENDINGSTATUSENUM","features":[584]},{"name":"DBPENDINGSTATUS_CHANGED","features":[584]},{"name":"DBPENDINGSTATUS_DELETED","features":[584]},{"name":"DBPENDINGSTATUS_INVALIDROW","features":[584]},{"name":"DBPENDINGSTATUS_NEW","features":[584]},{"name":"DBPENDINGSTATUS_UNCHANGED","features":[584]},{"name":"DBPOSITIONFLAGSENUM","features":[584]},{"name":"DBPOSITION_BOF","features":[584]},{"name":"DBPOSITION_EOF","features":[584]},{"name":"DBPOSITION_NOROW","features":[584]},{"name":"DBPOSITION_OK","features":[584]},{"name":"DBPROMPTOPTIONSENUM","features":[584]},{"name":"DBPROMPTOPTIONS_BROWSEONLY","features":[584]},{"name":"DBPROMPTOPTIONS_DISABLESAVEPASSWORD","features":[584]},{"name":"DBPROMPTOPTIONS_DISABLE_PROVIDER_SELECTION","features":[584]},{"name":"DBPROMPTOPTIONS_NONE","features":[584]},{"name":"DBPROMPTOPTIONS_PROPERTYSHEET","features":[584]},{"name":"DBPROMPTOPTIONS_WIZARDSHEET","features":[584]},{"name":"DBPROMPT_COMPLETE","features":[584]},{"name":"DBPROMPT_COMPLETEREQUIRED","features":[584]},{"name":"DBPROMPT_NOPROMPT","features":[584]},{"name":"DBPROMPT_PROMPT","features":[584]},{"name":"DBPROP","features":[307,512,358,359,584,360]},{"name":"DBPROP","features":[307,512,358,359,584,360]},{"name":"DBPROPENUM","features":[584]},{"name":"DBPROPENUM15","features":[584]},{"name":"DBPROPENUM20","features":[584]},{"name":"DBPROPENUM21","features":[584]},{"name":"DBPROPENUM25","features":[584]},{"name":"DBPROPENUM25_DEPRECATED","features":[584]},{"name":"DBPROPENUM26","features":[584]},{"name":"DBPROPENUMDEPRECATED","features":[584]},{"name":"DBPROPFLAGSENUM","features":[584]},{"name":"DBPROPFLAGSENUM21","features":[584]},{"name":"DBPROPFLAGSENUM25","features":[584]},{"name":"DBPROPFLAGSENUM26","features":[584]},{"name":"DBPROPFLAGS_COLUMN","features":[584]},{"name":"DBPROPFLAGS_COLUMNOK","features":[584]},{"name":"DBPROPFLAGS_DATASOURCE","features":[584]},{"name":"DBPROPFLAGS_DATASOURCECREATE","features":[584]},{"name":"DBPROPFLAGS_DATASOURCEINFO","features":[584]},{"name":"DBPROPFLAGS_DBINIT","features":[584]},{"name":"DBPROPFLAGS_INDEX","features":[584]},{"name":"DBPROPFLAGS_NOTSUPPORTED","features":[584]},{"name":"DBPROPFLAGS_PERSIST","features":[584]},{"name":"DBPROPFLAGS_READ","features":[584]},{"name":"DBPROPFLAGS_REQUIRED","features":[584]},{"name":"DBPROPFLAGS_ROWSET","features":[584]},{"name":"DBPROPFLAGS_SESSION","features":[584]},{"name":"DBPROPFLAGS_STREAM","features":[584]},{"name":"DBPROPFLAGS_TABLE","features":[584]},{"name":"DBPROPFLAGS_TRUSTEE","features":[584]},{"name":"DBPROPFLAGS_VIEW","features":[584]},{"name":"DBPROPFLAGS_WRITE","features":[584]},{"name":"DBPROPIDSET","features":[584]},{"name":"DBPROPIDSET","features":[584]},{"name":"DBPROPINFO","features":[307,358,359,584,360]},{"name":"DBPROPINFO","features":[307,358,359,584,360]},{"name":"DBPROPINFOSET","features":[307,358,359,584,360]},{"name":"DBPROPINFOSET","features":[307,358,359,584,360]},{"name":"DBPROPOPTIONSENUM","features":[584]},{"name":"DBPROPOPTIONS_OPTIONAL","features":[584]},{"name":"DBPROPOPTIONS_REQUIRED","features":[584]},{"name":"DBPROPOPTIONS_SETIFCHEAP","features":[584]},{"name":"DBPROPSET","features":[307,512,358,359,584,360]},{"name":"DBPROPSET","features":[307,512,358,359,584,360]},{"name":"DBPROPSET_MSDAORA8_ROWSET","features":[584]},{"name":"DBPROPSET_MSDAORA_ROWSET","features":[584]},{"name":"DBPROPSET_MSDSDBINIT","features":[584]},{"name":"DBPROPSET_MSDSSESSION","features":[584]},{"name":"DBPROPSET_PERSIST","features":[584]},{"name":"DBPROPSET_PROVIDERCONNATTR","features":[584]},{"name":"DBPROPSET_PROVIDERDATASOURCEINFO","features":[584]},{"name":"DBPROPSET_PROVIDERDBINIT","features":[584]},{"name":"DBPROPSET_PROVIDERROWSET","features":[584]},{"name":"DBPROPSET_PROVIDERSTMTATTR","features":[584]},{"name":"DBPROPSET_SQLSERVERCOLUMN","features":[584]},{"name":"DBPROPSET_SQLSERVERDATASOURCE","features":[584]},{"name":"DBPROPSET_SQLSERVERDATASOURCEINFO","features":[584]},{"name":"DBPROPSET_SQLSERVERDBINIT","features":[584]},{"name":"DBPROPSET_SQLSERVERROWSET","features":[584]},{"name":"DBPROPSET_SQLSERVERSESSION","features":[584]},{"name":"DBPROPSET_SQLSERVERSTREAM","features":[584]},{"name":"DBPROPSTATUSENUM","features":[584]},{"name":"DBPROPSTATUSENUM21","features":[584]},{"name":"DBPROPSTATUS_BADCOLUMN","features":[584]},{"name":"DBPROPSTATUS_BADOPTION","features":[584]},{"name":"DBPROPSTATUS_BADVALUE","features":[584]},{"name":"DBPROPSTATUS_CONFLICTING","features":[584]},{"name":"DBPROPSTATUS_NOTALLSETTABLE","features":[584]},{"name":"DBPROPSTATUS_NOTAVAILABLE","features":[584]},{"name":"DBPROPSTATUS_NOTSET","features":[584]},{"name":"DBPROPSTATUS_NOTSETTABLE","features":[584]},{"name":"DBPROPSTATUS_NOTSUPPORTED","features":[584]},{"name":"DBPROPSTATUS_OK","features":[584]},{"name":"DBPROPVAL_AO_RANDOM","features":[584]},{"name":"DBPROPVAL_AO_SEQUENTIAL","features":[584]},{"name":"DBPROPVAL_AO_SEQUENTIALSTORAGEOBJECTS","features":[584]},{"name":"DBPROPVAL_ASYNCH_BACKGROUNDPOPULATION","features":[584]},{"name":"DBPROPVAL_ASYNCH_INITIALIZE","features":[584]},{"name":"DBPROPVAL_ASYNCH_POPULATEONDEMAND","features":[584]},{"name":"DBPROPVAL_ASYNCH_PREPOPULATE","features":[584]},{"name":"DBPROPVAL_ASYNCH_RANDOMPOPULATION","features":[584]},{"name":"DBPROPVAL_ASYNCH_SEQUENTIALPOPULATION","features":[584]},{"name":"DBPROPVAL_BD_INTRANSACTION","features":[584]},{"name":"DBPROPVAL_BD_REORGANIZATION","features":[584]},{"name":"DBPROPVAL_BD_ROWSET","features":[584]},{"name":"DBPROPVAL_BD_XTRANSACTION","features":[584]},{"name":"DBPROPVAL_BI_CROSSROWSET","features":[584]},{"name":"DBPROPVAL_BMK_KEY","features":[584]},{"name":"DBPROPVAL_BMK_NUMERIC","features":[584]},{"name":"DBPROPVAL_BO_NOINDEXUPDATE","features":[584]},{"name":"DBPROPVAL_BO_NOLOG","features":[584]},{"name":"DBPROPVAL_BO_REFINTEGRITY","features":[584]},{"name":"DBPROPVAL_CB_DELETE","features":[584]},{"name":"DBPROPVAL_CB_NON_NULL","features":[584]},{"name":"DBPROPVAL_CB_NULL","features":[584]},{"name":"DBPROPVAL_CB_PRESERVE","features":[584]},{"name":"DBPROPVAL_CD_NOTNULL","features":[584]},{"name":"DBPROPVAL_CL_END","features":[584]},{"name":"DBPROPVAL_CL_START","features":[584]},{"name":"DBPROPVAL_CM_TRANSACTIONS","features":[584]},{"name":"DBPROPVAL_CO_BEGINSWITH","features":[584]},{"name":"DBPROPVAL_CO_CASEINSENSITIVE","features":[584]},{"name":"DBPROPVAL_CO_CASESENSITIVE","features":[584]},{"name":"DBPROPVAL_CO_CONTAINS","features":[584]},{"name":"DBPROPVAL_CO_EQUALITY","features":[584]},{"name":"DBPROPVAL_CO_STRING","features":[584]},{"name":"DBPROPVAL_CS_COMMUNICATIONFAILURE","features":[584]},{"name":"DBPROPVAL_CS_INITIALIZED","features":[584]},{"name":"DBPROPVAL_CS_UNINITIALIZED","features":[584]},{"name":"DBPROPVAL_CU_DML_STATEMENTS","features":[584]},{"name":"DBPROPVAL_CU_INDEX_DEFINITION","features":[584]},{"name":"DBPROPVAL_CU_PRIVILEGE_DEFINITION","features":[584]},{"name":"DBPROPVAL_CU_TABLE_DEFINITION","features":[584]},{"name":"DBPROPVAL_DF_INITIALLY_DEFERRED","features":[584]},{"name":"DBPROPVAL_DF_INITIALLY_IMMEDIATE","features":[584]},{"name":"DBPROPVAL_DF_NOT_DEFERRABLE","features":[584]},{"name":"DBPROPVAL_DST_DOCSOURCE","features":[584]},{"name":"DBPROPVAL_DST_MDP","features":[584]},{"name":"DBPROPVAL_DST_TDP","features":[584]},{"name":"DBPROPVAL_DST_TDPANDMDP","features":[584]},{"name":"DBPROPVAL_FU_CATALOG","features":[584]},{"name":"DBPROPVAL_FU_COLUMN","features":[584]},{"name":"DBPROPVAL_FU_NOT_SUPPORTED","features":[584]},{"name":"DBPROPVAL_FU_TABLE","features":[584]},{"name":"DBPROPVAL_GB_COLLATE","features":[584]},{"name":"DBPROPVAL_GB_CONTAINS_SELECT","features":[584]},{"name":"DBPROPVAL_GB_EQUALS_SELECT","features":[584]},{"name":"DBPROPVAL_GB_NOT_SUPPORTED","features":[584]},{"name":"DBPROPVAL_GB_NO_RELATION","features":[584]},{"name":"DBPROPVAL_GU_NOTSUPPORTED","features":[584]},{"name":"DBPROPVAL_GU_SUFFIX","features":[584]},{"name":"DBPROPVAL_HT_DIFFERENT_CATALOGS","features":[584]},{"name":"DBPROPVAL_HT_DIFFERENT_PROVIDERS","features":[584]},{"name":"DBPROPVAL_IC_LOWER","features":[584]},{"name":"DBPROPVAL_IC_MIXED","features":[584]},{"name":"DBPROPVAL_IC_SENSITIVE","features":[584]},{"name":"DBPROPVAL_IC_UPPER","features":[584]},{"name":"DBPROPVAL_IN_ALLOWNULL","features":[584]},{"name":"DBPROPVAL_IN_DISALLOWNULL","features":[584]},{"name":"DBPROPVAL_IN_IGNOREANYNULL","features":[584]},{"name":"DBPROPVAL_IN_IGNORENULL","features":[584]},{"name":"DBPROPVAL_IT_BTREE","features":[584]},{"name":"DBPROPVAL_IT_CONTENT","features":[584]},{"name":"DBPROPVAL_IT_HASH","features":[584]},{"name":"DBPROPVAL_IT_OTHER","features":[584]},{"name":"DBPROPVAL_LM_INTENT","features":[584]},{"name":"DBPROPVAL_LM_NONE","features":[584]},{"name":"DBPROPVAL_LM_READ","features":[584]},{"name":"DBPROPVAL_LM_RITE","features":[584]},{"name":"DBPROPVAL_LM_SINGLEROW","features":[584]},{"name":"DBPROPVAL_MR_CONCURRENT","features":[584]},{"name":"DBPROPVAL_MR_NOTSUPPORTED","features":[584]},{"name":"DBPROPVAL_MR_SUPPORTED","features":[584]},{"name":"DBPROPVAL_NC_END","features":[584]},{"name":"DBPROPVAL_NC_HIGH","features":[584]},{"name":"DBPROPVAL_NC_LOW","features":[584]},{"name":"DBPROPVAL_NC_START","features":[584]},{"name":"DBPROPVAL_NP_ABOUTTODO","features":[584]},{"name":"DBPROPVAL_NP_DIDEVENT","features":[584]},{"name":"DBPROPVAL_NP_FAILEDTODO","features":[584]},{"name":"DBPROPVAL_NP_OKTODO","features":[584]},{"name":"DBPROPVAL_NP_SYNCHAFTER","features":[584]},{"name":"DBPROPVAL_NT_MULTIPLEROWS","features":[584]},{"name":"DBPROPVAL_NT_SINGLEROW","features":[584]},{"name":"DBPROPVAL_OA_ATEXECUTE","features":[584]},{"name":"DBPROPVAL_OA_ATROWRELEASE","features":[584]},{"name":"DBPROPVAL_OA_NOTSUPPORTED","features":[584]},{"name":"DBPROPVAL_OO_BLOB","features":[584]},{"name":"DBPROPVAL_OO_DIRECTBIND","features":[584]},{"name":"DBPROPVAL_OO_IPERSIST","features":[584]},{"name":"DBPROPVAL_OO_ROWOBJECT","features":[584]},{"name":"DBPROPVAL_OO_SCOPED","features":[584]},{"name":"DBPROPVAL_OO_SINGLETON","features":[584]},{"name":"DBPROPVAL_OP_EQUAL","features":[584]},{"name":"DBPROPVAL_OP_RELATIVE","features":[584]},{"name":"DBPROPVAL_OP_STRING","features":[584]},{"name":"DBPROPVAL_ORS_HISTOGRAM","features":[584]},{"name":"DBPROPVAL_ORS_INDEX","features":[584]},{"name":"DBPROPVAL_ORS_INTEGRATEDINDEX","features":[584]},{"name":"DBPROPVAL_ORS_STOREDPROC","features":[584]},{"name":"DBPROPVAL_ORS_TABLE","features":[584]},{"name":"DBPROPVAL_OS_AGR_AFTERSESSION","features":[584]},{"name":"DBPROPVAL_OS_CLIENTCURSOR","features":[584]},{"name":"DBPROPVAL_OS_DISABLEALL","features":[584]},{"name":"DBPROPVAL_OS_ENABLEALL","features":[584]},{"name":"DBPROPVAL_OS_RESOURCEPOOLING","features":[584]},{"name":"DBPROPVAL_OS_TXNENLISTMENT","features":[584]},{"name":"DBPROPVAL_PERSIST_ADTG","features":[584]},{"name":"DBPROPVAL_PERSIST_XML","features":[584]},{"name":"DBPROPVAL_PT_GUID","features":[584]},{"name":"DBPROPVAL_PT_GUID_NAME","features":[584]},{"name":"DBPROPVAL_PT_GUID_PROPID","features":[584]},{"name":"DBPROPVAL_PT_NAME","features":[584]},{"name":"DBPROPVAL_PT_PGUID_NAME","features":[584]},{"name":"DBPROPVAL_PT_PGUID_PROPID","features":[584]},{"name":"DBPROPVAL_PT_PROPID","features":[584]},{"name":"DBPROPVAL_RD_RESETALL","features":[584]},{"name":"DBPROPVAL_RT_APTMTTHREAD","features":[584]},{"name":"DBPROPVAL_RT_FREETHREAD","features":[584]},{"name":"DBPROPVAL_RT_SINGLETHREAD","features":[584]},{"name":"DBPROPVAL_SQL_ANSI89_IEF","features":[584]},{"name":"DBPROPVAL_SQL_ANSI92_ENTRY","features":[584]},{"name":"DBPROPVAL_SQL_ANSI92_FULL","features":[584]},{"name":"DBPROPVAL_SQL_ANSI92_INTERMEDIATE","features":[584]},{"name":"DBPROPVAL_SQL_ESCAPECLAUSES","features":[584]},{"name":"DBPROPVAL_SQL_FIPS_TRANSITIONAL","features":[584]},{"name":"DBPROPVAL_SQL_NONE","features":[584]},{"name":"DBPROPVAL_SQL_ODBC_CORE","features":[584]},{"name":"DBPROPVAL_SQL_ODBC_EXTENDED","features":[584]},{"name":"DBPROPVAL_SQL_ODBC_MINIMUM","features":[584]},{"name":"DBPROPVAL_SQL_SUBMINIMUM","features":[584]},{"name":"DBPROPVAL_SQ_COMPARISON","features":[584]},{"name":"DBPROPVAL_SQ_CORRELATEDSUBQUERIES","features":[584]},{"name":"DBPROPVAL_SQ_EXISTS","features":[584]},{"name":"DBPROPVAL_SQ_IN","features":[584]},{"name":"DBPROPVAL_SQ_QUANTIFIED","features":[584]},{"name":"DBPROPVAL_SQ_TABLE","features":[584]},{"name":"DBPROPVAL_SS_ILOCKBYTES","features":[584]},{"name":"DBPROPVAL_SS_ISEQUENTIALSTREAM","features":[584]},{"name":"DBPROPVAL_SS_ISTORAGE","features":[584]},{"name":"DBPROPVAL_SS_ISTREAM","features":[584]},{"name":"DBPROPVAL_STGM_CONVERT","features":[584]},{"name":"DBPROPVAL_STGM_DELETEONRELEASE","features":[584]},{"name":"DBPROPVAL_STGM_DIRECT","features":[584]},{"name":"DBPROPVAL_STGM_FAILIFTHERE","features":[584]},{"name":"DBPROPVAL_STGM_PRIORITY","features":[584]},{"name":"DBPROPVAL_STGM_TRANSACTED","features":[584]},{"name":"DBPROPVAL_SU_DML_STATEMENTS","features":[584]},{"name":"DBPROPVAL_SU_INDEX_DEFINITION","features":[584]},{"name":"DBPROPVAL_SU_PRIVILEGE_DEFINITION","features":[584]},{"name":"DBPROPVAL_SU_TABLE_DEFINITION","features":[584]},{"name":"DBPROPVAL_TC_ALL","features":[584]},{"name":"DBPROPVAL_TC_DDL_COMMIT","features":[584]},{"name":"DBPROPVAL_TC_DDL_IGNORE","features":[584]},{"name":"DBPROPVAL_TC_DDL_LOCK","features":[584]},{"name":"DBPROPVAL_TC_DML","features":[584]},{"name":"DBPROPVAL_TC_NONE","features":[584]},{"name":"DBPROPVAL_TI_BROWSE","features":[584]},{"name":"DBPROPVAL_TI_CHAOS","features":[584]},{"name":"DBPROPVAL_TI_CURSORSTABILITY","features":[584]},{"name":"DBPROPVAL_TI_ISOLATED","features":[584]},{"name":"DBPROPVAL_TI_READCOMMITTED","features":[584]},{"name":"DBPROPVAL_TI_READUNCOMMITTED","features":[584]},{"name":"DBPROPVAL_TI_REPEATABLEREAD","features":[584]},{"name":"DBPROPVAL_TI_SERIALIZABLE","features":[584]},{"name":"DBPROPVAL_TR_ABORT","features":[584]},{"name":"DBPROPVAL_TR_ABORT_DC","features":[584]},{"name":"DBPROPVAL_TR_ABORT_NO","features":[584]},{"name":"DBPROPVAL_TR_BOTH","features":[584]},{"name":"DBPROPVAL_TR_COMMIT","features":[584]},{"name":"DBPROPVAL_TR_COMMIT_DC","features":[584]},{"name":"DBPROPVAL_TR_COMMIT_NO","features":[584]},{"name":"DBPROPVAL_TR_DONTCARE","features":[584]},{"name":"DBPROPVAL_TR_NONE","features":[584]},{"name":"DBPROPVAL_TR_OPTIMISTIC","features":[584]},{"name":"DBPROPVAL_TS_CARDINALITY","features":[584]},{"name":"DBPROPVAL_TS_HISTOGRAM","features":[584]},{"name":"DBPROPVAL_UP_CHANGE","features":[584]},{"name":"DBPROPVAL_UP_DELETE","features":[584]},{"name":"DBPROPVAL_UP_INSERT","features":[584]},{"name":"DBPROP_ABORTPRESERVE","features":[584]},{"name":"DBPROP_ACCESSORDER","features":[584]},{"name":"DBPROP_ACTIVESESSIONS","features":[584]},{"name":"DBPROP_ALTERCOLUMN","features":[584]},{"name":"DBPROP_APPENDONLY","features":[584]},{"name":"DBPROP_ASYNCTXNABORT","features":[584]},{"name":"DBPROP_ASYNCTXNCOMMIT","features":[584]},{"name":"DBPROP_AUTH_CACHE_AUTHINFO","features":[584]},{"name":"DBPROP_AUTH_ENCRYPT_PASSWORD","features":[584]},{"name":"DBPROP_AUTH_INTEGRATED","features":[584]},{"name":"DBPROP_AUTH_MASK_PASSWORD","features":[584]},{"name":"DBPROP_AUTH_PASSWORD","features":[584]},{"name":"DBPROP_AUTH_PERSIST_ENCRYPTED","features":[584]},{"name":"DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO","features":[584]},{"name":"DBPROP_AUTH_USERID","features":[584]},{"name":"DBPROP_BLOCKINGSTORAGEOBJECTS","features":[584]},{"name":"DBPROP_BOOKMARKINFO","features":[584]},{"name":"DBPROP_BOOKMARKS","features":[584]},{"name":"DBPROP_BOOKMARKSKIPPED","features":[584]},{"name":"DBPROP_BOOKMARKTYPE","features":[584]},{"name":"DBPROP_BYREFACCESSORS","features":[584]},{"name":"DBPROP_CACHEDEFERRED","features":[584]},{"name":"DBPROP_CANFETCHBACKWARDS","features":[584]},{"name":"DBPROP_CANHOLDROWS","features":[584]},{"name":"DBPROP_CANSCROLLBACKWARDS","features":[584]},{"name":"DBPROP_CATALOGLOCATION","features":[584]},{"name":"DBPROP_CATALOGTERM","features":[584]},{"name":"DBPROP_CATALOGUSAGE","features":[584]},{"name":"DBPROP_CHANGEINSERTEDROWS","features":[584]},{"name":"DBPROP_CLIENTCURSOR","features":[584]},{"name":"DBPROP_COLUMNDEFINITION","features":[584]},{"name":"DBPROP_COLUMNLCID","features":[584]},{"name":"DBPROP_COLUMNRESTRICT","features":[584]},{"name":"DBPROP_COL_AUTOINCREMENT","features":[584]},{"name":"DBPROP_COL_DEFAULT","features":[584]},{"name":"DBPROP_COL_DESCRIPTION","features":[584]},{"name":"DBPROP_COL_FIXEDLENGTH","features":[584]},{"name":"DBPROP_COL_INCREMENT","features":[584]},{"name":"DBPROP_COL_ISLONG","features":[584]},{"name":"DBPROP_COL_NULLABLE","features":[584]},{"name":"DBPROP_COL_PRIMARYKEY","features":[584]},{"name":"DBPROP_COL_SEED","features":[584]},{"name":"DBPROP_COL_UNIQUE","features":[584]},{"name":"DBPROP_COMMANDTIMEOUT","features":[584]},{"name":"DBPROP_COMMITPRESERVE","features":[584]},{"name":"DBPROP_COMSERVICES","features":[584]},{"name":"DBPROP_CONCATNULLBEHAVIOR","features":[584]},{"name":"DBPROP_CONNECTIONSTATUS","features":[584]},{"name":"DBPROP_CURRENTCATALOG","features":[584]},{"name":"DBPROP_DATASOURCENAME","features":[584]},{"name":"DBPROP_DATASOURCEREADONLY","features":[584]},{"name":"DBPROP_DATASOURCE_TYPE","features":[584]},{"name":"DBPROP_DBMSNAME","features":[584]},{"name":"DBPROP_DBMSVER","features":[584]},{"name":"DBPROP_DEFERRED","features":[584]},{"name":"DBPROP_DELAYSTORAGEOBJECTS","features":[584]},{"name":"DBPROP_DSOTHREADMODEL","features":[584]},{"name":"DBPROP_FILTERCOMPAREOPS","features":[584]},{"name":"DBPROP_FILTEROPS","features":[584]},{"name":"DBPROP_FINDCOMPAREOPS","features":[584]},{"name":"DBPROP_GENERATEURL","features":[584]},{"name":"DBPROP_GROUPBY","features":[584]},{"name":"DBPROP_HCHAPTER","features":[584]},{"name":"DBPROP_HETEROGENEOUSTABLES","features":[584]},{"name":"DBPROP_HIDDENCOLUMNS","features":[584]},{"name":"DBPROP_IAccessor","features":[584]},{"name":"DBPROP_IBindResource","features":[584]},{"name":"DBPROP_IChapteredRowset","features":[584]},{"name":"DBPROP_IColumnsInfo","features":[584]},{"name":"DBPROP_IColumnsInfo2","features":[584]},{"name":"DBPROP_IColumnsRowset","features":[584]},{"name":"DBPROP_ICommandCost","features":[584]},{"name":"DBPROP_ICommandTree","features":[584]},{"name":"DBPROP_ICommandValidate","features":[584]},{"name":"DBPROP_IConnectionPointContainer","features":[584]},{"name":"DBPROP_IConvertType","features":[584]},{"name":"DBPROP_ICreateRow","features":[584]},{"name":"DBPROP_IDBAsynchStatus","features":[584]},{"name":"DBPROP_IDBBinderProperties","features":[584]},{"name":"DBPROP_IDBSchemaCommand","features":[584]},{"name":"DBPROP_IDENTIFIERCASE","features":[584]},{"name":"DBPROP_IGetRow","features":[584]},{"name":"DBPROP_IGetSession","features":[584]},{"name":"DBPROP_IGetSourceRow","features":[584]},{"name":"DBPROP_ILockBytes","features":[584]},{"name":"DBPROP_IMMOBILEROWS","features":[584]},{"name":"DBPROP_IMultipleResults","features":[584]},{"name":"DBPROP_INDEX_AUTOUPDATE","features":[584]},{"name":"DBPROP_INDEX_CLUSTERED","features":[584]},{"name":"DBPROP_INDEX_FILLFACTOR","features":[584]},{"name":"DBPROP_INDEX_INITIALSIZE","features":[584]},{"name":"DBPROP_INDEX_NULLCOLLATION","features":[584]},{"name":"DBPROP_INDEX_NULLS","features":[584]},{"name":"DBPROP_INDEX_PRIMARYKEY","features":[584]},{"name":"DBPROP_INDEX_SORTBOOKMARKS","features":[584]},{"name":"DBPROP_INDEX_TEMPINDEX","features":[584]},{"name":"DBPROP_INDEX_TYPE","features":[584]},{"name":"DBPROP_INDEX_UNIQUE","features":[584]},{"name":"DBPROP_INIT_ASYNCH","features":[584]},{"name":"DBPROP_INIT_BINDFLAGS","features":[584]},{"name":"DBPROP_INIT_CATALOG","features":[584]},{"name":"DBPROP_INIT_DATASOURCE","features":[584]},{"name":"DBPROP_INIT_GENERALTIMEOUT","features":[584]},{"name":"DBPROP_INIT_HWND","features":[584]},{"name":"DBPROP_INIT_IMPERSONATION_LEVEL","features":[584]},{"name":"DBPROP_INIT_LCID","features":[584]},{"name":"DBPROP_INIT_LOCATION","features":[584]},{"name":"DBPROP_INIT_LOCKOWNER","features":[584]},{"name":"DBPROP_INIT_MODE","features":[584]},{"name":"DBPROP_INIT_OLEDBSERVICES","features":[584]},{"name":"DBPROP_INIT_PROMPT","features":[584]},{"name":"DBPROP_INIT_PROTECTION_LEVEL","features":[584]},{"name":"DBPROP_INIT_PROVIDERSTRING","features":[584]},{"name":"DBPROP_INIT_TIMEOUT","features":[584]},{"name":"DBPROP_INTERLEAVEDROWS","features":[584]},{"name":"DBPROP_IParentRowset","features":[584]},{"name":"DBPROP_IProvideMoniker","features":[584]},{"name":"DBPROP_IQuery","features":[584]},{"name":"DBPROP_IReadData","features":[584]},{"name":"DBPROP_IRegisterProvider","features":[584]},{"name":"DBPROP_IRow","features":[584]},{"name":"DBPROP_IRowChange","features":[584]},{"name":"DBPROP_IRowSchemaChange","features":[584]},{"name":"DBPROP_IRowset","features":[584]},{"name":"DBPROP_IRowsetAsynch","features":[584]},{"name":"DBPROP_IRowsetBookmark","features":[584]},{"name":"DBPROP_IRowsetChange","features":[584]},{"name":"DBPROP_IRowsetCopyRows","features":[584]},{"name":"DBPROP_IRowsetCurrentIndex","features":[584]},{"name":"DBPROP_IRowsetExactScroll","features":[584]},{"name":"DBPROP_IRowsetFind","features":[584]},{"name":"DBPROP_IRowsetIdentity","features":[584]},{"name":"DBPROP_IRowsetIndex","features":[584]},{"name":"DBPROP_IRowsetInfo","features":[584]},{"name":"DBPROP_IRowsetKeys","features":[584]},{"name":"DBPROP_IRowsetLocate","features":[584]},{"name":"DBPROP_IRowsetNewRowAfter","features":[584]},{"name":"DBPROP_IRowsetNextRowset","features":[584]},{"name":"DBPROP_IRowsetRefresh","features":[584]},{"name":"DBPROP_IRowsetResynch","features":[584]},{"name":"DBPROP_IRowsetScroll","features":[584]},{"name":"DBPROP_IRowsetUpdate","features":[584]},{"name":"DBPROP_IRowsetView","features":[584]},{"name":"DBPROP_IRowsetWatchAll","features":[584]},{"name":"DBPROP_IRowsetWatchNotify","features":[584]},{"name":"DBPROP_IRowsetWatchRegion","features":[584]},{"name":"DBPROP_IRowsetWithParameters","features":[584]},{"name":"DBPROP_IScopedOperations","features":[584]},{"name":"DBPROP_ISequentialStream","features":[584]},{"name":"DBPROP_IStorage","features":[584]},{"name":"DBPROP_IStream","features":[584]},{"name":"DBPROP_ISupportErrorInfo","features":[584]},{"name":"DBPROP_IViewChapter","features":[584]},{"name":"DBPROP_IViewFilter","features":[584]},{"name":"DBPROP_IViewRowset","features":[584]},{"name":"DBPROP_IViewSort","features":[584]},{"name":"DBPROP_LITERALBOOKMARKS","features":[584]},{"name":"DBPROP_LITERALIDENTITY","features":[584]},{"name":"DBPROP_LOCKMODE","features":[584]},{"name":"DBPROP_MAINTAINPROPS","features":[584]},{"name":"DBPROP_MARSHALLABLE","features":[584]},{"name":"DBPROP_MAXINDEXSIZE","features":[584]},{"name":"DBPROP_MAXOPENCHAPTERS","features":[584]},{"name":"DBPROP_MAXOPENROWS","features":[584]},{"name":"DBPROP_MAXORSINFILTER","features":[584]},{"name":"DBPROP_MAXPENDINGROWS","features":[584]},{"name":"DBPROP_MAXROWS","features":[584]},{"name":"DBPROP_MAXROWSIZE","features":[584]},{"name":"DBPROP_MAXROWSIZEINCLUDESBLOB","features":[584]},{"name":"DBPROP_MAXSORTCOLUMNS","features":[584]},{"name":"DBPROP_MAXTABLESINSELECT","features":[584]},{"name":"DBPROP_MAYWRITECOLUMN","features":[584]},{"name":"DBPROP_MEMORYUSAGE","features":[584]},{"name":"DBPROP_MSDAORA8_DETERMINEKEYCOLUMNS","features":[584]},{"name":"DBPROP_MSDAORA_DETERMINEKEYCOLUMNS","features":[584]},{"name":"DBPROP_MSDS_DBINIT_DATAPROVIDER","features":[584]},{"name":"DBPROP_MSDS_SESS_UNIQUENAMES","features":[584]},{"name":"DBPROP_MULTIPLECONNECTIONS","features":[584]},{"name":"DBPROP_MULTIPLEPARAMSETS","features":[584]},{"name":"DBPROP_MULTIPLERESULTS","features":[584]},{"name":"DBPROP_MULTIPLESTORAGEOBJECTS","features":[584]},{"name":"DBPROP_MULTITABLEUPDATE","features":[584]},{"name":"DBPROP_NOTIFICATIONGRANULARITY","features":[584]},{"name":"DBPROP_NOTIFICATIONPHASES","features":[584]},{"name":"DBPROP_NOTIFYCOLUMNSET","features":[584]},{"name":"DBPROP_NOTIFYROWDELETE","features":[584]},{"name":"DBPROP_NOTIFYROWFIRSTCHANGE","features":[584]},{"name":"DBPROP_NOTIFYROWINSERT","features":[584]},{"name":"DBPROP_NOTIFYROWRESYNCH","features":[584]},{"name":"DBPROP_NOTIFYROWSETCHANGED","features":[584]},{"name":"DBPROP_NOTIFYROWSETFETCHPOSITIONCHANGE","features":[584]},{"name":"DBPROP_NOTIFYROWSETRELEASE","features":[584]},{"name":"DBPROP_NOTIFYROWUNDOCHANGE","features":[584]},{"name":"DBPROP_NOTIFYROWUNDODELETE","features":[584]},{"name":"DBPROP_NOTIFYROWUNDOINSERT","features":[584]},{"name":"DBPROP_NOTIFYROWUPDATE","features":[584]},{"name":"DBPROP_NULLCOLLATION","features":[584]},{"name":"DBPROP_OLEOBJECTS","features":[584]},{"name":"DBPROP_OPENROWSETSUPPORT","features":[584]},{"name":"DBPROP_ORDERBYCOLUMNSINSELECT","features":[584]},{"name":"DBPROP_ORDEREDBOOKMARKS","features":[584]},{"name":"DBPROP_OTHERINSERT","features":[584]},{"name":"DBPROP_OTHERUPDATEDELETE","features":[584]},{"name":"DBPROP_OUTPUTENCODING","features":[584]},{"name":"DBPROP_OUTPUTPARAMETERAVAILABILITY","features":[584]},{"name":"DBPROP_OUTPUTSTREAM","features":[584]},{"name":"DBPROP_OWNINSERT","features":[584]},{"name":"DBPROP_OWNUPDATEDELETE","features":[584]},{"name":"DBPROP_PERSISTENTIDTYPE","features":[584]},{"name":"DBPROP_PREPAREABORTBEHAVIOR","features":[584]},{"name":"DBPROP_PREPARECOMMITBEHAVIOR","features":[584]},{"name":"DBPROP_PROCEDURETERM","features":[584]},{"name":"DBPROP_PROVIDERFRIENDLYNAME","features":[584]},{"name":"DBPROP_PROVIDERMEMORY","features":[584]},{"name":"DBPROP_PROVIDERNAME","features":[584]},{"name":"DBPROP_PROVIDEROLEDBVER","features":[584]},{"name":"DBPROP_PROVIDERVER","features":[584]},{"name":"DBPROP_PersistFormat","features":[584]},{"name":"DBPROP_PersistSchema","features":[584]},{"name":"DBPROP_QUICKRESTART","features":[584]},{"name":"DBPROP_QUOTEDIDENTIFIERCASE","features":[584]},{"name":"DBPROP_REENTRANTEVENTS","features":[584]},{"name":"DBPROP_REMOVEDELETED","features":[584]},{"name":"DBPROP_REPORTMULTIPLECHANGES","features":[584]},{"name":"DBPROP_RESETDATASOURCE","features":[584]},{"name":"DBPROP_RETURNPENDINGINSERTS","features":[584]},{"name":"DBPROP_ROWRESTRICT","features":[584]},{"name":"DBPROP_ROWSETCONVERSIONSONCOMMAND","features":[584]},{"name":"DBPROP_ROWSET_ASYNCH","features":[584]},{"name":"DBPROP_ROWTHREADMODEL","features":[584]},{"name":"DBPROP_ROW_BULKOPS","features":[584]},{"name":"DBPROP_SCHEMATERM","features":[584]},{"name":"DBPROP_SCHEMAUSAGE","features":[584]},{"name":"DBPROP_SERVERCURSOR","features":[584]},{"name":"DBPROP_SERVERDATAONINSERT","features":[584]},{"name":"DBPROP_SERVERNAME","features":[584]},{"name":"DBPROP_SESS_AUTOCOMMITISOLEVELS","features":[584]},{"name":"DBPROP_SKIPROWCOUNTRESULTS","features":[584]},{"name":"DBPROP_SORTONINDEX","features":[584]},{"name":"DBPROP_SQLSUPPORT","features":[584]},{"name":"DBPROP_STORAGEFLAGS","features":[584]},{"name":"DBPROP_STRONGIDENTITY","features":[584]},{"name":"DBPROP_STRUCTUREDSTORAGE","features":[584]},{"name":"DBPROP_SUBQUERIES","features":[584]},{"name":"DBPROP_SUPPORTEDTXNDDL","features":[584]},{"name":"DBPROP_SUPPORTEDTXNISOLEVELS","features":[584]},{"name":"DBPROP_SUPPORTEDTXNISORETAIN","features":[584]},{"name":"DBPROP_TABLESTATISTICS","features":[584]},{"name":"DBPROP_TABLETERM","features":[584]},{"name":"DBPROP_TBL_TEMPTABLE","features":[584]},{"name":"DBPROP_TRANSACTEDOBJECT","features":[584]},{"name":"DBPROP_TRUSTEE_AUTHENTICATION","features":[584]},{"name":"DBPROP_TRUSTEE_NEWAUTHENTICATION","features":[584]},{"name":"DBPROP_TRUSTEE_USERNAME","features":[584]},{"name":"DBPROP_UNIQUEROWS","features":[584]},{"name":"DBPROP_UPDATABILITY","features":[584]},{"name":"DBPROP_USERNAME","features":[584]},{"name":"DBPROP_Unicode","features":[584]},{"name":"DBQUERYGUID","features":[584]},{"name":"DBRANGEENUM","features":[584]},{"name":"DBRANGEENUM20","features":[584]},{"name":"DBRANGE_EXCLUDENULLS","features":[584]},{"name":"DBRANGE_EXCLUSIVEEND","features":[584]},{"name":"DBRANGE_EXCLUSIVESTART","features":[584]},{"name":"DBRANGE_INCLUSIVEEND","features":[584]},{"name":"DBRANGE_INCLUSIVESTART","features":[584]},{"name":"DBRANGE_MATCH","features":[584]},{"name":"DBRANGE_MATCH_N_MASK","features":[584]},{"name":"DBRANGE_MATCH_N_SHIFT","features":[584]},{"name":"DBRANGE_PREFIX","features":[584]},{"name":"DBREASONENUM","features":[584]},{"name":"DBREASONENUM15","features":[584]},{"name":"DBREASONENUM25","features":[584]},{"name":"DBREASON_COLUMN_RECALCULATED","features":[584]},{"name":"DBREASON_COLUMN_SET","features":[584]},{"name":"DBREASON_ROWPOSITION_CHANGED","features":[584]},{"name":"DBREASON_ROWPOSITION_CHAPTERCHANGED","features":[584]},{"name":"DBREASON_ROWPOSITION_CLEARED","features":[584]},{"name":"DBREASON_ROWSET_CHANGED","features":[584]},{"name":"DBREASON_ROWSET_FETCHPOSITIONCHANGE","features":[584]},{"name":"DBREASON_ROWSET_POPULATIONCOMPLETE","features":[584]},{"name":"DBREASON_ROWSET_POPULATIONSTOPPED","features":[584]},{"name":"DBREASON_ROWSET_RELEASE","features":[584]},{"name":"DBREASON_ROWSET_ROWSADDED","features":[584]},{"name":"DBREASON_ROW_ACTIVATE","features":[584]},{"name":"DBREASON_ROW_ASYNCHINSERT","features":[584]},{"name":"DBREASON_ROW_DELETE","features":[584]},{"name":"DBREASON_ROW_FIRSTCHANGE","features":[584]},{"name":"DBREASON_ROW_INSERT","features":[584]},{"name":"DBREASON_ROW_RELEASE","features":[584]},{"name":"DBREASON_ROW_RESYNCH","features":[584]},{"name":"DBREASON_ROW_UNDOCHANGE","features":[584]},{"name":"DBREASON_ROW_UNDODELETE","features":[584]},{"name":"DBREASON_ROW_UNDOINSERT","features":[584]},{"name":"DBREASON_ROW_UPDATE","features":[584]},{"name":"DBRESOURCEKINDENUM","features":[584]},{"name":"DBRESOURCE_CPU","features":[584]},{"name":"DBRESOURCE_DISK","features":[584]},{"name":"DBRESOURCE_INVALID","features":[584]},{"name":"DBRESOURCE_MEMORY","features":[584]},{"name":"DBRESOURCE_NETWORK","features":[584]},{"name":"DBRESOURCE_OTHER","features":[584]},{"name":"DBRESOURCE_RESPONSE","features":[584]},{"name":"DBRESOURCE_ROWS","features":[584]},{"name":"DBRESOURCE_TOTAL","features":[584]},{"name":"DBRESULTFLAGENUM","features":[584]},{"name":"DBRESULTFLAG_DEFAULT","features":[584]},{"name":"DBRESULTFLAG_ROW","features":[584]},{"name":"DBRESULTFLAG_ROWSET","features":[584]},{"name":"DBROWCHANGEKINDENUM","features":[584]},{"name":"DBROWCHANGEKIND_COUNT","features":[584]},{"name":"DBROWCHANGEKIND_DELETE","features":[584]},{"name":"DBROWCHANGEKIND_INSERT","features":[584]},{"name":"DBROWCHANGEKIND_UPDATE","features":[584]},{"name":"DBROWSTATUSENUM","features":[584]},{"name":"DBROWSTATUSENUM20","features":[584]},{"name":"DBROWSTATUS_E_CANCELED","features":[584]},{"name":"DBROWSTATUS_E_CANTRELEASE","features":[584]},{"name":"DBROWSTATUS_E_CONCURRENCYVIOLATION","features":[584]},{"name":"DBROWSTATUS_E_DELETED","features":[584]},{"name":"DBROWSTATUS_E_FAIL","features":[584]},{"name":"DBROWSTATUS_E_INTEGRITYVIOLATION","features":[584]},{"name":"DBROWSTATUS_E_INVALID","features":[584]},{"name":"DBROWSTATUS_E_LIMITREACHED","features":[584]},{"name":"DBROWSTATUS_E_MAXPENDCHANGESEXCEEDED","features":[584]},{"name":"DBROWSTATUS_E_NEWLYINSERTED","features":[584]},{"name":"DBROWSTATUS_E_OBJECTOPEN","features":[584]},{"name":"DBROWSTATUS_E_OUTOFMEMORY","features":[584]},{"name":"DBROWSTATUS_E_PENDINGINSERT","features":[584]},{"name":"DBROWSTATUS_E_PERMISSIONDENIED","features":[584]},{"name":"DBROWSTATUS_E_SCHEMAVIOLATION","features":[584]},{"name":"DBROWSTATUS_S_MULTIPLECHANGES","features":[584]},{"name":"DBROWSTATUS_S_NOCHANGE","features":[584]},{"name":"DBROWSTATUS_S_OK","features":[584]},{"name":"DBROWSTATUS_S_PENDINGCHANGES","features":[584]},{"name":"DBROWWATCHCHANGE","features":[584]},{"name":"DBROWWATCHCHANGE","features":[584]},{"name":"DBSCHEMA_LINKEDSERVERS","features":[584]},{"name":"DBSEEKENUM","features":[584]},{"name":"DBSEEK_AFTER","features":[584]},{"name":"DBSEEK_AFTEREQ","features":[584]},{"name":"DBSEEK_BEFORE","features":[584]},{"name":"DBSEEK_BEFOREEQ","features":[584]},{"name":"DBSEEK_FIRSTEQ","features":[584]},{"name":"DBSEEK_INVALID","features":[584]},{"name":"DBSEEK_LASTEQ","features":[584]},{"name":"DBSELFGUID","features":[584]},{"name":"DBSORTENUM","features":[584]},{"name":"DBSORT_ASCENDING","features":[584]},{"name":"DBSORT_DESCENDING","features":[584]},{"name":"DBSOURCETYPEENUM","features":[584]},{"name":"DBSOURCETYPEENUM20","features":[584]},{"name":"DBSOURCETYPEENUM25","features":[584]},{"name":"DBSOURCETYPE_BINDER","features":[584]},{"name":"DBSOURCETYPE_DATASOURCE","features":[584]},{"name":"DBSOURCETYPE_DATASOURCE_MDP","features":[584]},{"name":"DBSOURCETYPE_DATASOURCE_TDP","features":[584]},{"name":"DBSOURCETYPE_ENUMERATOR","features":[584]},{"name":"DBSTATUSENUM","features":[584]},{"name":"DBSTATUSENUM20","features":[584]},{"name":"DBSTATUSENUM21","features":[584]},{"name":"DBSTATUSENUM25","features":[584]},{"name":"DBSTATUSENUM26","features":[584]},{"name":"DBSTATUS_E_BADACCESSOR","features":[584]},{"name":"DBSTATUS_E_BADSTATUS","features":[584]},{"name":"DBSTATUS_E_CANCELED","features":[584]},{"name":"DBSTATUS_E_CANNOTCOMPLETE","features":[584]},{"name":"DBSTATUS_E_CANTCONVERTVALUE","features":[584]},{"name":"DBSTATUS_E_CANTCREATE","features":[584]},{"name":"DBSTATUS_E_DATAOVERFLOW","features":[584]},{"name":"DBSTATUS_E_DOESNOTEXIST","features":[584]},{"name":"DBSTATUS_E_INTEGRITYVIOLATION","features":[584]},{"name":"DBSTATUS_E_INVALIDURL","features":[584]},{"name":"DBSTATUS_E_NOTCOLLECTION","features":[584]},{"name":"DBSTATUS_E_OUTOFSPACE","features":[584]},{"name":"DBSTATUS_E_PERMISSIONDENIED","features":[584]},{"name":"DBSTATUS_E_READONLY","features":[584]},{"name":"DBSTATUS_E_RESOURCEEXISTS","features":[584]},{"name":"DBSTATUS_E_RESOURCELOCKED","features":[584]},{"name":"DBSTATUS_E_RESOURCEOUTOFSCOPE","features":[584]},{"name":"DBSTATUS_E_SCHEMAVIOLATION","features":[584]},{"name":"DBSTATUS_E_SIGNMISMATCH","features":[584]},{"name":"DBSTATUS_E_UNAVAILABLE","features":[584]},{"name":"DBSTATUS_E_VOLUMENOTFOUND","features":[584]},{"name":"DBSTATUS_S_ALREADYEXISTS","features":[584]},{"name":"DBSTATUS_S_CANNOTDELETESOURCE","features":[584]},{"name":"DBSTATUS_S_DEFAULT","features":[584]},{"name":"DBSTATUS_S_IGNORE","features":[584]},{"name":"DBSTATUS_S_ISNULL","features":[584]},{"name":"DBSTATUS_S_OK","features":[584]},{"name":"DBSTATUS_S_ROWSETCOLUMN","features":[584]},{"name":"DBSTATUS_S_TRUNCATED","features":[584]},{"name":"DBSTAT_COLUMN_CARDINALITY","features":[584]},{"name":"DBSTAT_HISTOGRAM","features":[584]},{"name":"DBSTAT_TUPLE_CARDINALITY","features":[584]},{"name":"DBTABLESTATISTICSTYPE26","features":[584]},{"name":"DBTIME","features":[584]},{"name":"DBTIMESTAMP","features":[584]},{"name":"DBTIMESTAMP","features":[584]},{"name":"DBTYPEENUM","features":[584]},{"name":"DBTYPEENUM15","features":[584]},{"name":"DBTYPEENUM20","features":[584]},{"name":"DBTYPE_ARRAY","features":[584]},{"name":"DBTYPE_BOOL","features":[584]},{"name":"DBTYPE_BSTR","features":[584]},{"name":"DBTYPE_BYREF","features":[584]},{"name":"DBTYPE_BYTES","features":[584]},{"name":"DBTYPE_CY","features":[584]},{"name":"DBTYPE_DATE","features":[584]},{"name":"DBTYPE_DBDATE","features":[584]},{"name":"DBTYPE_DBTIME","features":[584]},{"name":"DBTYPE_DBTIMESTAMP","features":[584]},{"name":"DBTYPE_DECIMAL","features":[584]},{"name":"DBTYPE_EMPTY","features":[584]},{"name":"DBTYPE_ERROR","features":[584]},{"name":"DBTYPE_FILETIME","features":[584]},{"name":"DBTYPE_GUID","features":[584]},{"name":"DBTYPE_HCHAPTER","features":[584]},{"name":"DBTYPE_I1","features":[584]},{"name":"DBTYPE_I2","features":[584]},{"name":"DBTYPE_I4","features":[584]},{"name":"DBTYPE_I8","features":[584]},{"name":"DBTYPE_IDISPATCH","features":[584]},{"name":"DBTYPE_IUNKNOWN","features":[584]},{"name":"DBTYPE_NULL","features":[584]},{"name":"DBTYPE_NUMERIC","features":[584]},{"name":"DBTYPE_PROPVARIANT","features":[584]},{"name":"DBTYPE_R4","features":[584]},{"name":"DBTYPE_R8","features":[584]},{"name":"DBTYPE_RESERVED","features":[584]},{"name":"DBTYPE_SQLVARIANT","features":[584]},{"name":"DBTYPE_STR","features":[584]},{"name":"DBTYPE_UDT","features":[584]},{"name":"DBTYPE_UI1","features":[584]},{"name":"DBTYPE_UI2","features":[584]},{"name":"DBTYPE_UI4","features":[584]},{"name":"DBTYPE_UI8","features":[584]},{"name":"DBTYPE_VARIANT","features":[584]},{"name":"DBTYPE_VARNUMERIC","features":[584]},{"name":"DBTYPE_VECTOR","features":[584]},{"name":"DBTYPE_WSTR","features":[584]},{"name":"DBUNIT_BYTE","features":[584]},{"name":"DBUNIT_GIGA_BYTE","features":[584]},{"name":"DBUNIT_HOUR","features":[584]},{"name":"DBUNIT_INVALID","features":[584]},{"name":"DBUNIT_KILO_BYTE","features":[584]},{"name":"DBUNIT_MAXIMUM","features":[584]},{"name":"DBUNIT_MEGA_BYTE","features":[584]},{"name":"DBUNIT_MICRO_SECOND","features":[584]},{"name":"DBUNIT_MILLI_SECOND","features":[584]},{"name":"DBUNIT_MINIMUM","features":[584]},{"name":"DBUNIT_MINUTE","features":[584]},{"name":"DBUNIT_NUM_LOCKS","features":[584]},{"name":"DBUNIT_NUM_MSGS","features":[584]},{"name":"DBUNIT_NUM_ROWS","features":[584]},{"name":"DBUNIT_OTHER","features":[584]},{"name":"DBUNIT_PERCENT","features":[584]},{"name":"DBUNIT_SECOND","features":[584]},{"name":"DBUNIT_WEIGHT","features":[584]},{"name":"DBUPDELRULEENUM","features":[584]},{"name":"DBUPDELRULE_CASCADE","features":[584]},{"name":"DBUPDELRULE_NOACTION","features":[584]},{"name":"DBUPDELRULE_SETDEFAULT","features":[584]},{"name":"DBUPDELRULE_SETNULL","features":[584]},{"name":"DBVARYBIN","features":[584]},{"name":"DBVARYCHAR","features":[584]},{"name":"DBVECTOR","features":[584]},{"name":"DBVECTOR","features":[584]},{"name":"DBWATCHMODEENUM","features":[584]},{"name":"DBWATCHMODE_ALL","features":[584]},{"name":"DBWATCHMODE_COUNT","features":[584]},{"name":"DBWATCHMODE_EXTEND","features":[584]},{"name":"DBWATCHMODE_MOVE","features":[584]},{"name":"DBWATCHNOTIFYENUM","features":[584]},{"name":"DBWATCHNOTIFY_QUERYDONE","features":[584]},{"name":"DBWATCHNOTIFY_QUERYREEXECUTED","features":[584]},{"name":"DBWATCHNOTIFY_ROWSCHANGED","features":[584]},{"name":"DB_ALL_EXCEPT_LIKE","features":[584]},{"name":"DB_BINDFLAGS_COLLECTION","features":[584]},{"name":"DB_BINDFLAGS_DELAYFETCHCOLUMNS","features":[584]},{"name":"DB_BINDFLAGS_DELAYFETCHSTREAM","features":[584]},{"name":"DB_BINDFLAGS_ISSTRUCTUREDDOCUMENT","features":[584]},{"name":"DB_BINDFLAGS_OPENIFEXISTS","features":[584]},{"name":"DB_BINDFLAGS_OUTPUT","features":[584]},{"name":"DB_BINDFLAGS_OVERWRITE","features":[584]},{"name":"DB_BINDFLAGS_RECURSIVE","features":[584]},{"name":"DB_COLLATION_ASC","features":[584]},{"name":"DB_COLLATION_DESC","features":[584]},{"name":"DB_COUNTUNAVAILABLE","features":[584]},{"name":"DB_E_ABORTLIMITREACHED","features":[584]},{"name":"DB_E_ALREADYINITIALIZED","features":[584]},{"name":"DB_E_ALTERRESTRICTED","features":[584]},{"name":"DB_E_ASYNCNOTSUPPORTED","features":[584]},{"name":"DB_E_BADACCESSORFLAGS","features":[584]},{"name":"DB_E_BADACCESSORHANDLE","features":[584]},{"name":"DB_E_BADACCESSORTYPE","features":[584]},{"name":"DB_E_BADBINDINFO","features":[584]},{"name":"DB_E_BADBOOKMARK","features":[584]},{"name":"DB_E_BADCHAPTER","features":[584]},{"name":"DB_E_BADCOLUMNID","features":[584]},{"name":"DB_E_BADCOMMANDFLAGS","features":[584]},{"name":"DB_E_BADCOMMANDID","features":[584]},{"name":"DB_E_BADCOMPAREOP","features":[584]},{"name":"DB_E_BADCONSTRAINTFORM","features":[584]},{"name":"DB_E_BADCONSTRAINTID","features":[584]},{"name":"DB_E_BADCONSTRAINTTYPE","features":[584]},{"name":"DB_E_BADCONVERTFLAG","features":[584]},{"name":"DB_E_BADCOPY","features":[584]},{"name":"DB_E_BADDEFERRABILITY","features":[584]},{"name":"DB_E_BADDYNAMICERRORID","features":[584]},{"name":"DB_E_BADHRESULT","features":[584]},{"name":"DB_E_BADID","features":[584]},{"name":"DB_E_BADINDEXID","features":[584]},{"name":"DB_E_BADINITSTRING","features":[584]},{"name":"DB_E_BADLOCKMODE","features":[584]},{"name":"DB_E_BADLOOKUPID","features":[584]},{"name":"DB_E_BADMATCHTYPE","features":[584]},{"name":"DB_E_BADORDINAL","features":[584]},{"name":"DB_E_BADPARAMETERNAME","features":[584]},{"name":"DB_E_BADPRECISION","features":[584]},{"name":"DB_E_BADPROPERTYVALUE","features":[584]},{"name":"DB_E_BADRATIO","features":[584]},{"name":"DB_E_BADRECORDNUM","features":[584]},{"name":"DB_E_BADREGIONHANDLE","features":[584]},{"name":"DB_E_BADROWHANDLE","features":[584]},{"name":"DB_E_BADSCALE","features":[584]},{"name":"DB_E_BADSOURCEHANDLE","features":[584]},{"name":"DB_E_BADSTARTPOSITION","features":[584]},{"name":"DB_E_BADSTATUSVALUE","features":[584]},{"name":"DB_E_BADSTORAGEFLAG","features":[584]},{"name":"DB_E_BADSTORAGEFLAGS","features":[584]},{"name":"DB_E_BADTABLEID","features":[584]},{"name":"DB_E_BADTYPE","features":[584]},{"name":"DB_E_BADTYPENAME","features":[584]},{"name":"DB_E_BADUPDATEDELETERULE","features":[584]},{"name":"DB_E_BADVALUES","features":[584]},{"name":"DB_E_BOGUS","features":[584]},{"name":"DB_E_BOOKMARKSKIPPED","features":[584]},{"name":"DB_E_BYREFACCESSORNOTSUPPORTED","features":[584]},{"name":"DB_E_CANCELED","features":[584]},{"name":"DB_E_CANNOTCONNECT","features":[584]},{"name":"DB_E_CANNOTFREE","features":[584]},{"name":"DB_E_CANNOTRESTART","features":[584]},{"name":"DB_E_CANTCANCEL","features":[584]},{"name":"DB_E_CANTCONVERTVALUE","features":[584]},{"name":"DB_E_CANTFETCHBACKWARDS","features":[584]},{"name":"DB_E_CANTFILTER","features":[584]},{"name":"DB_E_CANTORDER","features":[584]},{"name":"DB_E_CANTSCROLLBACKWARDS","features":[584]},{"name":"DB_E_CANTTRANSLATE","features":[584]},{"name":"DB_E_CHAPTERNOTRELEASED","features":[584]},{"name":"DB_E_COLUMNUNAVAILABLE","features":[584]},{"name":"DB_E_COMMANDNOTPERSISTED","features":[584]},{"name":"DB_E_CONCURRENCYVIOLATION","features":[584]},{"name":"DB_E_COSTLIMIT","features":[584]},{"name":"DB_E_DATAOVERFLOW","features":[584]},{"name":"DB_E_DELETEDROW","features":[584]},{"name":"DB_E_DIALECTNOTSUPPORTED","features":[584]},{"name":"DB_E_DROPRESTRICTED","features":[584]},{"name":"DB_E_DUPLICATECOLUMNID","features":[584]},{"name":"DB_E_DUPLICATECONSTRAINTID","features":[584]},{"name":"DB_E_DUPLICATEDATASOURCE","features":[584]},{"name":"DB_E_DUPLICATEID","features":[584]},{"name":"DB_E_DUPLICATEINDEXID","features":[584]},{"name":"DB_E_DUPLICATETABLEID","features":[584]},{"name":"DB_E_ERRORSINCOMMAND","features":[584]},{"name":"DB_E_ERRORSOCCURRED","features":[584]},{"name":"DB_E_GOALREJECTED","features":[584]},{"name":"DB_E_INDEXINUSE","features":[584]},{"name":"DB_E_INTEGRITYVIOLATION","features":[584]},{"name":"DB_E_INVALID","features":[584]},{"name":"DB_E_INVALIDTRANSITION","features":[584]},{"name":"DB_E_LIMITREJECTED","features":[584]},{"name":"DB_E_MAXPENDCHANGESEXCEEDED","features":[584]},{"name":"DB_E_MISMATCHEDPROVIDER","features":[584]},{"name":"DB_E_MULTIPLESTATEMENTS","features":[584]},{"name":"DB_E_MULTIPLESTORAGE","features":[584]},{"name":"DB_E_NEWLYINSERTED","features":[584]},{"name":"DB_E_NOAGGREGATION","features":[584]},{"name":"DB_E_NOCOLUMN","features":[584]},{"name":"DB_E_NOCOMMAND","features":[584]},{"name":"DB_E_NOCONSTRAINT","features":[584]},{"name":"DB_E_NOINDEX","features":[584]},{"name":"DB_E_NOLOCALE","features":[584]},{"name":"DB_E_NONCONTIGUOUSRANGE","features":[584]},{"name":"DB_E_NOPROVIDERSREGISTERED","features":[584]},{"name":"DB_E_NOQUERY","features":[584]},{"name":"DB_E_NOSOURCEOBJECT","features":[584]},{"name":"DB_E_NOSTATISTIC","features":[584]},{"name":"DB_E_NOTABLE","features":[584]},{"name":"DB_E_NOTAREFERENCECOLUMN","features":[584]},{"name":"DB_E_NOTASUBREGION","features":[584]},{"name":"DB_E_NOTCOLLECTION","features":[584]},{"name":"DB_E_NOTFOUND","features":[584]},{"name":"DB_E_NOTPREPARED","features":[584]},{"name":"DB_E_NOTREENTRANT","features":[584]},{"name":"DB_E_NOTSUPPORTED","features":[584]},{"name":"DB_E_NULLACCESSORNOTSUPPORTED","features":[584]},{"name":"DB_E_OBJECTCREATIONLIMITREACHED","features":[584]},{"name":"DB_E_OBJECTMISMATCH","features":[584]},{"name":"DB_E_OBJECTOPEN","features":[584]},{"name":"DB_E_OUTOFSPACE","features":[584]},{"name":"DB_E_PARAMNOTOPTIONAL","features":[584]},{"name":"DB_E_PARAMUNAVAILABLE","features":[584]},{"name":"DB_E_PENDINGCHANGES","features":[584]},{"name":"DB_E_PENDINGINSERT","features":[584]},{"name":"DB_E_READONLY","features":[584]},{"name":"DB_E_READONLYACCESSOR","features":[584]},{"name":"DB_E_RESOURCEEXISTS","features":[584]},{"name":"DB_E_RESOURCELOCKED","features":[584]},{"name":"DB_E_RESOURCENOTSUPPORTED","features":[584]},{"name":"DB_E_RESOURCEOUTOFSCOPE","features":[584]},{"name":"DB_E_ROWLIMITEXCEEDED","features":[584]},{"name":"DB_E_ROWSETINCOMMAND","features":[584]},{"name":"DB_E_ROWSNOTRELEASED","features":[584]},{"name":"DB_E_SCHEMAVIOLATION","features":[584]},{"name":"DB_E_TABLEINUSE","features":[584]},{"name":"DB_E_TIMEOUT","features":[584]},{"name":"DB_E_UNSUPPORTEDCONVERSION","features":[584]},{"name":"DB_E_WRITEONLYACCESSOR","features":[584]},{"name":"DB_IMP_LEVEL_ANONYMOUS","features":[584]},{"name":"DB_IMP_LEVEL_DELEGATE","features":[584]},{"name":"DB_IMP_LEVEL_IDENTIFY","features":[584]},{"name":"DB_IMP_LEVEL_IMPERSONATE","features":[584]},{"name":"DB_IN","features":[584]},{"name":"DB_INVALID_HACCESSOR","features":[584]},{"name":"DB_INVALID_HCHAPTER","features":[584]},{"name":"DB_LIKE_ONLY","features":[584]},{"name":"DB_LOCAL_EXCLUSIVE","features":[584]},{"name":"DB_LOCAL_SHARED","features":[584]},{"name":"DB_MODE_READ","features":[584]},{"name":"DB_MODE_READWRITE","features":[584]},{"name":"DB_MODE_SHARE_DENY_NONE","features":[584]},{"name":"DB_MODE_SHARE_DENY_READ","features":[584]},{"name":"DB_MODE_SHARE_DENY_WRITE","features":[584]},{"name":"DB_MODE_SHARE_EXCLUSIVE","features":[584]},{"name":"DB_MODE_WRITE","features":[584]},{"name":"DB_NULLGUID","features":[584]},{"name":"DB_NULL_HACCESSOR","features":[584]},{"name":"DB_NULL_HCHAPTER","features":[584]},{"name":"DB_NULL_HROW","features":[584]},{"name":"DB_NUMERIC","features":[584]},{"name":"DB_OUT","features":[584]},{"name":"DB_PROT_LEVEL_CALL","features":[584]},{"name":"DB_PROT_LEVEL_CONNECT","features":[584]},{"name":"DB_PROT_LEVEL_NONE","features":[584]},{"name":"DB_PROT_LEVEL_PKT","features":[584]},{"name":"DB_PROT_LEVEL_PKT_INTEGRITY","features":[584]},{"name":"DB_PROT_LEVEL_PKT_PRIVACY","features":[584]},{"name":"DB_PT_FUNCTION","features":[584]},{"name":"DB_PT_PROCEDURE","features":[584]},{"name":"DB_PT_UNKNOWN","features":[584]},{"name":"DB_REMOTE","features":[584]},{"name":"DB_SEARCHABLE","features":[584]},{"name":"DB_SEC_E_AUTH_FAILED","features":[584]},{"name":"DB_SEC_E_PERMISSIONDENIED","features":[584]},{"name":"DB_SEC_E_SAFEMODE_DENIED","features":[584]},{"name":"DB_S_ASYNCHRONOUS","features":[584]},{"name":"DB_S_BADROWHANDLE","features":[584]},{"name":"DB_S_BOOKMARKSKIPPED","features":[584]},{"name":"DB_S_BUFFERFULL","features":[584]},{"name":"DB_S_CANTRELEASE","features":[584]},{"name":"DB_S_COLUMNSCHANGED","features":[584]},{"name":"DB_S_COLUMNTYPEMISMATCH","features":[584]},{"name":"DB_S_COMMANDREEXECUTED","features":[584]},{"name":"DB_S_DELETEDROW","features":[584]},{"name":"DB_S_DIALECTIGNORED","features":[584]},{"name":"DB_S_ENDOFROWSET","features":[584]},{"name":"DB_S_ERRORSOCCURRED","features":[584]},{"name":"DB_S_ERRORSRETURNED","features":[584]},{"name":"DB_S_GOALCHANGED","features":[584]},{"name":"DB_S_LOCKUPGRADED","features":[584]},{"name":"DB_S_MULTIPLECHANGES","features":[584]},{"name":"DB_S_NONEXTROWSET","features":[584]},{"name":"DB_S_NORESULT","features":[584]},{"name":"DB_S_NOROWSPECIFICCOLUMNS","features":[584]},{"name":"DB_S_NOTSINGLETON","features":[584]},{"name":"DB_S_PARAMUNAVAILABLE","features":[584]},{"name":"DB_S_PROPERTIESCHANGED","features":[584]},{"name":"DB_S_ROWLIMITEXCEEDED","features":[584]},{"name":"DB_S_STOPLIMITREACHED","features":[584]},{"name":"DB_S_TOOMANYCHANGES","features":[584]},{"name":"DB_S_TYPEINFOOVERRIDDEN","features":[584]},{"name":"DB_S_UNWANTEDOPERATION","features":[584]},{"name":"DB_S_UNWANTEDPHASE","features":[584]},{"name":"DB_S_UNWANTEDREASON","features":[584]},{"name":"DB_UNSEARCHABLE","features":[584]},{"name":"DB_VARNUMERIC","features":[584]},{"name":"DCINFO","features":[307,358,359,584,360]},{"name":"DCINFOTYPEENUM","features":[584]},{"name":"DCINFOTYPE_VERSION","features":[584]},{"name":"DELIVERY_AGENT_FLAGS","features":[584]},{"name":"DELIVERY_AGENT_FLAG_NO_BROADCAST","features":[584]},{"name":"DELIVERY_AGENT_FLAG_NO_RESTRICTIONS","features":[584]},{"name":"DELIVERY_AGENT_FLAG_SILENT_DIAL","features":[584]},{"name":"DISPID_QUERY_ALL","features":[584]},{"name":"DISPID_QUERY_HITCOUNT","features":[584]},{"name":"DISPID_QUERY_LASTSEENTIME","features":[584]},{"name":"DISPID_QUERY_METADATA_PROPDISPID","features":[584]},{"name":"DISPID_QUERY_METADATA_PROPGUID","features":[584]},{"name":"DISPID_QUERY_METADATA_PROPMODIFIABLE","features":[584]},{"name":"DISPID_QUERY_METADATA_PROPNAME","features":[584]},{"name":"DISPID_QUERY_METADATA_STORELEVEL","features":[584]},{"name":"DISPID_QUERY_METADATA_VROOTAUTOMATIC","features":[584]},{"name":"DISPID_QUERY_METADATA_VROOTMANUAL","features":[584]},{"name":"DISPID_QUERY_METADATA_VROOTUSED","features":[584]},{"name":"DISPID_QUERY_RANK","features":[584]},{"name":"DISPID_QUERY_RANKVECTOR","features":[584]},{"name":"DISPID_QUERY_REVNAME","features":[584]},{"name":"DISPID_QUERY_UNFILTERED","features":[584]},{"name":"DISPID_QUERY_VIRTUALPATH","features":[584]},{"name":"DISPID_QUERY_WORKID","features":[584]},{"name":"DS_E_ALREADYDISABLED","features":[584]},{"name":"DS_E_ALREADYENABLED","features":[584]},{"name":"DS_E_BADREQUEST","features":[584]},{"name":"DS_E_BADRESULT","features":[584]},{"name":"DS_E_BADSEQUENCE","features":[584]},{"name":"DS_E_BUFFERTOOSMALL","features":[584]},{"name":"DS_E_CANNOTREMOVECONCURRENT","features":[584]},{"name":"DS_E_CANNOTWRITEREGISTRY","features":[584]},{"name":"DS_E_CONFIGBAD","features":[584]},{"name":"DS_E_CONFIGNOTRIGHTTYPE","features":[584]},{"name":"DS_E_DATANOTPRESENT","features":[584]},{"name":"DS_E_DATASOURCENOTAVAILABLE","features":[584]},{"name":"DS_E_DATASOURCENOTDISABLED","features":[584]},{"name":"DS_E_DUPLICATEID","features":[584]},{"name":"DS_E_INDEXDIRECTORY","features":[584]},{"name":"DS_E_INVALIDCATALOGNAME","features":[584]},{"name":"DS_E_INVALIDDATASOURCE","features":[584]},{"name":"DS_E_INVALIDTAGDB","features":[584]},{"name":"DS_E_MESSAGETOOLONG","features":[584]},{"name":"DS_E_MISSINGCATALOG","features":[584]},{"name":"DS_E_NOMOREDATA","features":[584]},{"name":"DS_E_PARAMOUTOFRANGE","features":[584]},{"name":"DS_E_PROPVERSIONMISMATCH","features":[584]},{"name":"DS_E_PROTOCOLVERSION","features":[584]},{"name":"DS_E_QUERYCANCELED","features":[584]},{"name":"DS_E_QUERYHUNG","features":[584]},{"name":"DS_E_REGISTRY","features":[584]},{"name":"DS_E_SEARCHCATNAMECOLLISION","features":[584]},{"name":"DS_E_SERVERCAPACITY","features":[584]},{"name":"DS_E_SERVERERROR","features":[584]},{"name":"DS_E_SETSTATUSINPROGRESS","features":[584]},{"name":"DS_E_TOOMANYDATASOURCES","features":[584]},{"name":"DS_E_UNKNOWNPARAM","features":[584]},{"name":"DS_E_UNKNOWNREQUEST","features":[584]},{"name":"DS_E_VALUETOOLARGE","features":[584]},{"name":"DataLinks","features":[584]},{"name":"DataSource","features":[584]},{"name":"DataSourceListener","features":[584]},{"name":"DataSourceObject","features":[358,584]},{"name":"EBindInfoOptions","features":[584]},{"name":"ERRORINFO","features":[584]},{"name":"ERRORINFO","features":[584]},{"name":"ERROR_FTE","features":[584]},{"name":"ERROR_FTE_CB","features":[584]},{"name":"ERROR_FTE_FD","features":[584]},{"name":"ERROR_SOURCE_CMDLINE","features":[584]},{"name":"ERROR_SOURCE_COLLATOR","features":[584]},{"name":"ERROR_SOURCE_CONNMGR","features":[584]},{"name":"ERROR_SOURCE_CONTENT_SOURCE","features":[584]},{"name":"ERROR_SOURCE_DATASOURCE","features":[584]},{"name":"ERROR_SOURCE_DAV","features":[584]},{"name":"ERROR_SOURCE_EXSTOREPH","features":[584]},{"name":"ERROR_SOURCE_FLTRDMN","features":[584]},{"name":"ERROR_SOURCE_GATHERER","features":[584]},{"name":"ERROR_SOURCE_INDEXER","features":[584]},{"name":"ERROR_SOURCE_MSS","features":[584]},{"name":"ERROR_SOURCE_NETWORKING","features":[584]},{"name":"ERROR_SOURCE_NLADMIN","features":[584]},{"name":"ERROR_SOURCE_NOTESPH","features":[584]},{"name":"ERROR_SOURCE_OLEDB_BINDER","features":[584]},{"name":"ERROR_SOURCE_PEOPLE_IMPORT","features":[584]},{"name":"ERROR_SOURCE_PROTHNDLR","features":[584]},{"name":"ERROR_SOURCE_QUERY","features":[584]},{"name":"ERROR_SOURCE_REMOTE_EXSTOREPH","features":[584]},{"name":"ERROR_SOURCE_SCHEMA","features":[584]},{"name":"ERROR_SOURCE_SCRIPTPI","features":[584]},{"name":"ERROR_SOURCE_SECURITY","features":[584]},{"name":"ERROR_SOURCE_SETUP","features":[584]},{"name":"ERROR_SOURCE_SRCH_SCHEMA_CACHE","features":[584]},{"name":"ERROR_SOURCE_XML","features":[584]},{"name":"EVENT_AUDIENCECOMPUTATION_CANNOTSTART","features":[584]},{"name":"EVENT_AUTOCAT_CANT_CREATE_FILE_SHARE","features":[584]},{"name":"EVENT_AUTOCAT_PERFMON","features":[584]},{"name":"EVENT_CONFIG_ERROR","features":[584]},{"name":"EVENT_CONFIG_SYNTAX","features":[584]},{"name":"EVENT_CRAWL_SCHEDULED","features":[584]},{"name":"EVENT_DETAILED_FILTERPOOL_ADD_FAILED","features":[584]},{"name":"EVENT_DSS_NOT_ENABLED","features":[584]},{"name":"EVENT_ENUMERATE_SESSIONS_FAILED","features":[584]},{"name":"EVENT_EXCEPTION","features":[584]},{"name":"EVENT_FAILED_CREATE_GATHERER_LOG","features":[584]},{"name":"EVENT_FAILED_INITIALIZE_CRAWL","features":[584]},{"name":"EVENT_FILTERPOOL_ADD_FAILED","features":[584]},{"name":"EVENT_FILTERPOOL_DELETE_FAILED","features":[584]},{"name":"EVENT_FILTER_HOST_FORCE_TERMINATE","features":[584]},{"name":"EVENT_FILTER_HOST_NOT_INITIALIZED","features":[584]},{"name":"EVENT_FILTER_HOST_NOT_TERMINATED","features":[584]},{"name":"EVENT_GATHERER_DATASOURCE","features":[584]},{"name":"EVENT_GATHERER_PERFMON","features":[584]},{"name":"EVENT_GATHERSVC_PERFMON","features":[584]},{"name":"EVENT_GATHER_ADVISE_FAILED","features":[584]},{"name":"EVENT_GATHER_APP_INIT_FAILED","features":[584]},{"name":"EVENT_GATHER_AUTODESCENCODE_INVALID","features":[584]},{"name":"EVENT_GATHER_AUTODESCLEN_ADJUSTED","features":[584]},{"name":"EVENT_GATHER_BACKUPAPP_COMPLETE","features":[584]},{"name":"EVENT_GATHER_BACKUPAPP_ERROR","features":[584]},{"name":"EVENT_GATHER_CANT_CREATE_DOCID","features":[584]},{"name":"EVENT_GATHER_CANT_DELETE_DOCID","features":[584]},{"name":"EVENT_GATHER_CHECKPOINT_CORRUPT","features":[584]},{"name":"EVENT_GATHER_CHECKPOINT_FAILED","features":[584]},{"name":"EVENT_GATHER_CHECKPOINT_FILE_MISSING","features":[584]},{"name":"EVENT_GATHER_CRAWL_IN_PROGRESS","features":[584]},{"name":"EVENT_GATHER_CRAWL_NOT_STARTED","features":[584]},{"name":"EVENT_GATHER_CRAWL_SEED_ERROR","features":[584]},{"name":"EVENT_GATHER_CRAWL_SEED_FAILED","features":[584]},{"name":"EVENT_GATHER_CRAWL_SEED_FAILED_INIT","features":[584]},{"name":"EVENT_GATHER_CRITICAL_ERROR","features":[584]},{"name":"EVENT_GATHER_DAEMON_TERMINATED","features":[584]},{"name":"EVENT_GATHER_DELETING_HISTORY_ITEMS","features":[584]},{"name":"EVENT_GATHER_DIRTY_STARTUP","features":[584]},{"name":"EVENT_GATHER_DISK_FULL","features":[584]},{"name":"EVENT_GATHER_END_ADAPTIVE","features":[584]},{"name":"EVENT_GATHER_END_CRAWL","features":[584]},{"name":"EVENT_GATHER_END_INCREMENTAL","features":[584]},{"name":"EVENT_GATHER_EXCEPTION","features":[584]},{"name":"EVENT_GATHER_FLUSH_FAILED","features":[584]},{"name":"EVENT_GATHER_FROM_NOT_SET","features":[584]},{"name":"EVENT_GATHER_HISTORY_CORRUPTION_DETECTED","features":[584]},{"name":"EVENT_GATHER_INPLACE_INDEX_REBUILD","features":[584]},{"name":"EVENT_GATHER_INTERNAL","features":[584]},{"name":"EVENT_GATHER_INVALID_NETWORK_ACCESS_ACCOUNT","features":[584]},{"name":"EVENT_GATHER_LOCK_FAILED","features":[584]},{"name":"EVENT_GATHER_NO_CRAWL_SEEDS","features":[584]},{"name":"EVENT_GATHER_NO_SCHEMA","features":[584]},{"name":"EVENT_GATHER_OBJ_INIT_FAILED","features":[584]},{"name":"EVENT_GATHER_PLUGINMGR_INIT_FAILED","features":[584]},{"name":"EVENT_GATHER_PLUGIN_INIT_FAILED","features":[584]},{"name":"EVENT_GATHER_PROTOCOLHANDLER_INIT_FAILED","features":[584]},{"name":"EVENT_GATHER_PROTOCOLHANDLER_LOAD_FAILED","features":[584]},{"name":"EVENT_GATHER_READ_CHECKPOINT_FAILED","features":[584]},{"name":"EVENT_GATHER_RECOVERY_FAILURE","features":[584]},{"name":"EVENT_GATHER_REG_MISSING","features":[584]},{"name":"EVENT_GATHER_RESET_START","features":[584]},{"name":"EVENT_GATHER_RESTOREAPP_COMPLETE","features":[584]},{"name":"EVENT_GATHER_RESTOREAPP_ERROR","features":[584]},{"name":"EVENT_GATHER_RESTORE_CHECKPOINT_FAILED","features":[584]},{"name":"EVENT_GATHER_RESTORE_COMPLETE","features":[584]},{"name":"EVENT_GATHER_RESTORE_ERROR","features":[584]},{"name":"EVENT_GATHER_RESUME","features":[584]},{"name":"EVENT_GATHER_SAVE_FAILED","features":[584]},{"name":"EVENT_GATHER_SERVICE_INIT","features":[584]},{"name":"EVENT_GATHER_START_CRAWL","features":[584]},{"name":"EVENT_GATHER_START_CRAWL_IF_RESET","features":[584]},{"name":"EVENT_GATHER_START_PAUSE","features":[584]},{"name":"EVENT_GATHER_STOP_START","features":[584]},{"name":"EVENT_GATHER_SYSTEM_LCID_CHANGED","features":[584]},{"name":"EVENT_GATHER_THROTTLE","features":[584]},{"name":"EVENT_GATHER_TRANSACTION_FAIL","features":[584]},{"name":"EVENT_HASHMAP_INSERT","features":[584]},{"name":"EVENT_HASHMAP_UPDATE","features":[584]},{"name":"EVENT_INDEXER_ADD_DSS_DISCONNECT","features":[584]},{"name":"EVENT_INDEXER_ADD_DSS_FAILED","features":[584]},{"name":"EVENT_INDEXER_ADD_DSS_SUCCEEDED","features":[584]},{"name":"EVENT_INDEXER_BUILD_ENDED","features":[584]},{"name":"EVENT_INDEXER_BUILD_FAILED","features":[584]},{"name":"EVENT_INDEXER_BUILD_START","features":[584]},{"name":"EVENT_INDEXER_CI_LOAD_ERROR","features":[584]},{"name":"EVENT_INDEXER_DSS_ALREADY_ADDED","features":[584]},{"name":"EVENT_INDEXER_DSS_CONTACT_FAILED","features":[584]},{"name":"EVENT_INDEXER_DSS_UNABLE_TO_REMOVE","features":[584]},{"name":"EVENT_INDEXER_FAIL_TO_CREATE_PER_USER_CATALOG","features":[584]},{"name":"EVENT_INDEXER_FAIL_TO_SET_MAX_JETINSTANCE","features":[584]},{"name":"EVENT_INDEXER_FAIL_TO_UNLOAD_PER_USER_CATALOG","features":[584]},{"name":"EVENT_INDEXER_INIT_ERROR","features":[584]},{"name":"EVENT_INDEXER_INVALID_DIRECTORY","features":[584]},{"name":"EVENT_INDEXER_LOAD_FAIL","features":[584]},{"name":"EVENT_INDEXER_MISSING_APP_DIRECTORY","features":[584]},{"name":"EVENT_INDEXER_NEW_PROJECT","features":[584]},{"name":"EVENT_INDEXER_NO_SEARCH_SERVERS","features":[584]},{"name":"EVENT_INDEXER_OUT_OF_DATABASE_INSTANCE","features":[584]},{"name":"EVENT_INDEXER_PAUSED_FOR_DISKFULL","features":[584]},{"name":"EVENT_INDEXER_PERFMON","features":[584]},{"name":"EVENT_INDEXER_PROPSTORE_INIT_FAILED","features":[584]},{"name":"EVENT_INDEXER_PROP_ABORTED","features":[584]},{"name":"EVENT_INDEXER_PROP_COMMITTED","features":[584]},{"name":"EVENT_INDEXER_PROP_COMMIT_FAILED","features":[584]},{"name":"EVENT_INDEXER_PROP_ERROR","features":[584]},{"name":"EVENT_INDEXER_PROP_STARTED","features":[584]},{"name":"EVENT_INDEXER_PROP_STATE_CORRUPT","features":[584]},{"name":"EVENT_INDEXER_PROP_STOPPED","features":[584]},{"name":"EVENT_INDEXER_PROP_SUCCEEDED","features":[584]},{"name":"EVENT_INDEXER_REG_ERROR","features":[584]},{"name":"EVENT_INDEXER_REG_MISSING","features":[584]},{"name":"EVENT_INDEXER_REMOVED_PROJECT","features":[584]},{"name":"EVENT_INDEXER_REMOVE_DSS_FAILED","features":[584]},{"name":"EVENT_INDEXER_REMOVE_DSS_SUCCEEDED","features":[584]},{"name":"EVENT_INDEXER_RESET_FOR_CORRUPTION","features":[584]},{"name":"EVENT_INDEXER_SCHEMA_COPY_ERROR","features":[584]},{"name":"EVENT_INDEXER_SHUTDOWN","features":[584]},{"name":"EVENT_INDEXER_STARTED","features":[584]},{"name":"EVENT_INDEXER_VERIFY_PROP_ACCOUNT","features":[584]},{"name":"EVENT_LEARN_COMPILE_FAILED","features":[584]},{"name":"EVENT_LEARN_CREATE_DB_FAILED","features":[584]},{"name":"EVENT_LEARN_PROPAGATION_COPY_FAILED","features":[584]},{"name":"EVENT_LEARN_PROPAGATION_FAILED","features":[584]},{"name":"EVENT_LOCAL_GROUPS_CACHE_FLUSHED","features":[584]},{"name":"EVENT_LOCAL_GROUP_NOT_EXPANDED","features":[584]},{"name":"EVENT_NOTIFICATION_FAILURE","features":[584]},{"name":"EVENT_NOTIFICATION_FAILURE_SCOPE_EXCEEDED_LOGGING","features":[584]},{"name":"EVENT_NOTIFICATION_RESTORED","features":[584]},{"name":"EVENT_NOTIFICATION_RESTORED_SCOPE_EXCEEDED_LOGGING","features":[584]},{"name":"EVENT_NOTIFICATION_THREAD_EXIT_FAILED","features":[584]},{"name":"EVENT_OUTOFMEMORY","features":[584]},{"name":"EVENT_PERF_COUNTERS_ALREADY_EXISTS","features":[584]},{"name":"EVENT_PERF_COUNTERS_NOT_LOADED","features":[584]},{"name":"EVENT_PERF_COUNTERS_REGISTRY_TROUBLE","features":[584]},{"name":"EVENT_PROTOCOL_HOST_FORCE_TERMINATE","features":[584]},{"name":"EVENT_REG_VERSION","features":[584]},{"name":"EVENT_SSSEARCH_CREATE_PATH_RULES_FAILED","features":[584]},{"name":"EVENT_SSSEARCH_CSM_SAVE_FAILED","features":[584]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_FAILED","features":[584]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_ROLLBACK_ERRORS","features":[584]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_SUCCEEDED","features":[584]},{"name":"EVENT_SSSEARCH_DROPPED_EVENTS","features":[584]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_FAILED","features":[584]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_STARTED","features":[584]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_SUCCEEDED","features":[584]},{"name":"EVENT_SSSEARCH_SETUP_FAILED","features":[584]},{"name":"EVENT_SSSEARCH_SETUP_SUCCEEDED","features":[584]},{"name":"EVENT_SSSEARCH_STARTED","features":[584]},{"name":"EVENT_SSSEARCH_STARTING_SETUP","features":[584]},{"name":"EVENT_SSSEARCH_STOPPED","features":[584]},{"name":"EVENT_STS_INIT_SECURITY_FAILED","features":[584]},{"name":"EVENT_SYSTEM_EXCEPTION","features":[584]},{"name":"EVENT_TRANSACTION_READ","features":[584]},{"name":"EVENT_TRANSLOG_APPEND","features":[584]},{"name":"EVENT_TRANSLOG_CREATE","features":[584]},{"name":"EVENT_TRANSLOG_CREATE_TRX","features":[584]},{"name":"EVENT_TRANSLOG_UPDATE","features":[584]},{"name":"EVENT_UNPRIVILEGED_SERVICE_ACCOUNT","features":[584]},{"name":"EVENT_USING_DIFFERENT_WORD_BREAKER","features":[584]},{"name":"EVENT_WARNING_CANNOT_UPGRADE_NOISE_FILE","features":[584]},{"name":"EVENT_WARNING_CANNOT_UPGRADE_NOISE_FILES","features":[584]},{"name":"EVENT_WBREAKER_NOT_LOADED","features":[584]},{"name":"EVENT_WIN32_ERROR","features":[584]},{"name":"EXCI_E_ACCESS_DENIED","features":[584]},{"name":"EXCI_E_BADCONFIG_OR_ACCESSDENIED","features":[584]},{"name":"EXCI_E_INVALID_ACCOUNT_INFO","features":[584]},{"name":"EXCI_E_INVALID_EXCHANGE_SERVER","features":[584]},{"name":"EXCI_E_INVALID_SERVER_CONFIG","features":[584]},{"name":"EXCI_E_NOT_ADMIN_OR_WRONG_SITE","features":[584]},{"name":"EXCI_E_NO_CONFIG","features":[584]},{"name":"EXCI_E_NO_MAPI","features":[584]},{"name":"EXCI_E_WRONG_SERVER_OR_ACCT","features":[584]},{"name":"EXSTOREPH_E_UNEXPECTED","features":[584]},{"name":"EX_ANY","features":[584]},{"name":"EX_CMDFATAL","features":[584]},{"name":"EX_CONTROL","features":[584]},{"name":"EX_DBCORRUPT","features":[584]},{"name":"EX_DBFATAL","features":[584]},{"name":"EX_DEADLOCK","features":[584]},{"name":"EX_HARDWARE","features":[584]},{"name":"EX_INFO","features":[584]},{"name":"EX_INTOK","features":[584]},{"name":"EX_LIMIT","features":[584]},{"name":"EX_MAXISEVERITY","features":[584]},{"name":"EX_MISSING","features":[584]},{"name":"EX_PERMIT","features":[584]},{"name":"EX_RESOURCE","features":[584]},{"name":"EX_SYNTAX","features":[584]},{"name":"EX_TABCORRUPT","features":[584]},{"name":"EX_TYPE","features":[584]},{"name":"EX_USER","features":[584]},{"name":"FAIL","features":[584]},{"name":"FF_INDEXCOMPLEXURLS","features":[584]},{"name":"FF_SUPPRESSINDEXING","features":[584]},{"name":"FILTERED_DATA_SOURCES","features":[584]},{"name":"FLTRDMN_E_CANNOT_DECRYPT_PASSWORD","features":[584]},{"name":"FLTRDMN_E_ENCRYPTED_DOCUMENT","features":[584]},{"name":"FLTRDMN_E_FILTER_INIT_FAILED","features":[584]},{"name":"FLTRDMN_E_QI_FILTER_FAILED","features":[584]},{"name":"FLTRDMN_E_UNEXPECTED","features":[584]},{"name":"FOLLOW_FLAGS","features":[584]},{"name":"FTE_E_ADMIN_BLOB_CORRUPT","features":[584]},{"name":"FTE_E_AFFINITY_MASK","features":[584]},{"name":"FTE_E_ALREADY_INITIALIZED","features":[584]},{"name":"FTE_E_ANOTHER_STATUS_CHANGE_IS_ALREADY_ACTIVE","features":[584]},{"name":"FTE_E_BATCH_ABORTED","features":[584]},{"name":"FTE_E_CATALOG_ALREADY_EXISTS","features":[584]},{"name":"FTE_E_CATALOG_DOES_NOT_EXIST","features":[584]},{"name":"FTE_E_CB_CBID_OUT_OF_BOUND","features":[584]},{"name":"FTE_E_CB_NOT_ENOUGH_AVAIL_PHY_MEM","features":[584]},{"name":"FTE_E_CB_NOT_ENOUGH_OCC_BUFFER","features":[584]},{"name":"FTE_E_CB_OUT_OF_MEMORY","features":[584]},{"name":"FTE_E_COM_SIGNATURE_VALIDATION","features":[584]},{"name":"FTE_E_CORRUPT_GATHERER_HASH_MAP","features":[584]},{"name":"FTE_E_CORRUPT_PROPERTY_STORE","features":[584]},{"name":"FTE_E_CORRUPT_WORDLIST","features":[584]},{"name":"FTE_E_DATATYPE_MISALIGNMENT","features":[584]},{"name":"FTE_E_DEPENDENT_TRAN_FAILED_TO_PERSIST","features":[584]},{"name":"FTE_E_DOC_TOO_HUGE","features":[584]},{"name":"FTE_E_DUPLICATE_OBJECT","features":[584]},{"name":"FTE_E_ERROR_WRITING_REGISTRY","features":[584]},{"name":"FTE_E_EXCEEDED_MAX_PLUGINS","features":[584]},{"name":"FTE_E_FAILED_TO_CREATE_ACCESSOR","features":[584]},{"name":"FTE_E_FAILURE_TO_POST_SETCOMPLETION_STATUS","features":[584]},{"name":"FTE_E_FD_DID_NOT_CONNECT","features":[584]},{"name":"FTE_E_FD_DOC_TIMEOUT","features":[584]},{"name":"FTE_E_FD_DOC_UNEXPECTED_EXIT","features":[584]},{"name":"FTE_E_FD_FAILED_TO_LOAD_IFILTER","features":[584]},{"name":"FTE_E_FD_FILTER_CAUSED_SHARING_VIOLATION","features":[584]},{"name":"FTE_E_FD_IDLE","features":[584]},{"name":"FTE_E_FD_IFILTER_INIT_FAILED","features":[584]},{"name":"FTE_E_FD_NOISE_NO_IPERSISTSTREAM_ON_TEXT_FILTER","features":[584]},{"name":"FTE_E_FD_NOISE_NO_TEXT_FILTER","features":[584]},{"name":"FTE_E_FD_NOISE_TEXT_FILTER_INIT_FAILED","features":[584]},{"name":"FTE_E_FD_NOISE_TEXT_FILTER_LOAD_FAILED","features":[584]},{"name":"FTE_E_FD_NO_IPERSIST_INTERFACE","features":[584]},{"name":"FTE_E_FD_OCCURRENCE_OVERFLOW","features":[584]},{"name":"FTE_E_FD_OWNERSHIP_OBSOLETE","features":[584]},{"name":"FTE_E_FD_SHUTDOWN","features":[584]},{"name":"FTE_E_FD_TIMEOUT","features":[584]},{"name":"FTE_E_FD_UNEXPECTED_EXIT","features":[584]},{"name":"FTE_E_FD_UNRESPONSIVE","features":[584]},{"name":"FTE_E_FD_USED_TOO_MUCH_MEMORY","features":[584]},{"name":"FTE_E_FILTER_SINGLE_THREADED","features":[584]},{"name":"FTE_E_HIGH_MEMORY_PRESSURE","features":[584]},{"name":"FTE_E_INVALID_CODEPAGE","features":[584]},{"name":"FTE_E_INVALID_DOCID","features":[584]},{"name":"FTE_E_INVALID_ISOLATE_ERROR_BATCH","features":[584]},{"name":"FTE_E_INVALID_PROG_ID","features":[584]},{"name":"FTE_E_INVALID_PROJECT_ID","features":[584]},{"name":"FTE_E_INVALID_PROPERTY","features":[584]},{"name":"FTE_E_INVALID_TYPE","features":[584]},{"name":"FTE_E_KEY_NOT_CACHED","features":[584]},{"name":"FTE_E_LIBRARY_NOT_LOADED","features":[584]},{"name":"FTE_E_NOT_PROCESSED_DUE_TO_PREVIOUS_ERRORS","features":[584]},{"name":"FTE_E_NO_MORE_PROPERTIES","features":[584]},{"name":"FTE_E_NO_PLUGINS","features":[584]},{"name":"FTE_E_NO_PROPERTY_STORE","features":[584]},{"name":"FTE_E_OUT_OF_RANGE","features":[584]},{"name":"FTE_E_PATH_TOO_LONG","features":[584]},{"name":"FTE_E_PAUSE_EXTERNAL","features":[584]},{"name":"FTE_E_PERFMON_FULL","features":[584]},{"name":"FTE_E_PERF_NOT_LOADED","features":[584]},{"name":"FTE_E_PIPE_DATA_CORRUPTED","features":[584]},{"name":"FTE_E_PIPE_NOT_CONNECTED","features":[584]},{"name":"FTE_E_PROGID_REQUIRED","features":[584]},{"name":"FTE_E_PROJECT_NOT_INITALIZED","features":[584]},{"name":"FTE_E_PROJECT_SHUTDOWN","features":[584]},{"name":"FTE_E_PROPERTY_STORE_WORKID_NOTVALID","features":[584]},{"name":"FTE_E_READONLY_CATALOG","features":[584]},{"name":"FTE_E_REDUNDANT_TRAN_FAILURE","features":[584]},{"name":"FTE_E_REJECTED_DUE_TO_PROJECT_STATUS","features":[584]},{"name":"FTE_E_RESOURCE_SHUTDOWN","features":[584]},{"name":"FTE_E_RETRY_HUGE_DOC","features":[584]},{"name":"FTE_E_RETRY_SINGLE_DOC_PER_BATCH","features":[584]},{"name":"FTE_E_SECRET_NOT_FOUND","features":[584]},{"name":"FTE_E_SERIAL_STREAM_CORRUPT","features":[584]},{"name":"FTE_E_STACK_CORRUPTED","features":[584]},{"name":"FTE_E_STATIC_THREAD_INVALID_ARGUMENTS","features":[584]},{"name":"FTE_E_UNEXPECTED_EXIT","features":[584]},{"name":"FTE_E_UNKNOWN_FD_TYPE","features":[584]},{"name":"FTE_E_UNKNOWN_PLUGIN","features":[584]},{"name":"FTE_E_UPGRADE_INTERFACE_ALREADY_INSTANTIATED","features":[584]},{"name":"FTE_E_UPGRADE_INTERFACE_ALREADY_SHUTDOWN","features":[584]},{"name":"FTE_E_URB_TOO_BIG","features":[584]},{"name":"FTE_INVALID_ADMIN_CLIENT","features":[584]},{"name":"FTE_S_BEYOND_QUOTA","features":[584]},{"name":"FTE_S_CATALOG_BLOB_MISMATCHED","features":[584]},{"name":"FTE_S_PROPERTY_RESET","features":[584]},{"name":"FTE_S_PROPERTY_STORE_END_OF_ENUMERATION","features":[584]},{"name":"FTE_S_READONLY_CATALOG","features":[584]},{"name":"FTE_S_REDUNDANT","features":[584]},{"name":"FTE_S_RESOURCES_STARTING_TO_GET_LOW","features":[584]},{"name":"FTE_S_RESUME","features":[584]},{"name":"FTE_S_STATUS_CHANGE_REQUEST","features":[584]},{"name":"FTE_S_TRY_TO_FLUSH","features":[584]},{"name":"FilterRegistration","features":[584]},{"name":"GENERATE_METHOD_PREFIXMATCH","features":[584]},{"name":"GENERATE_METHOD_STEMMED","features":[584]},{"name":"GHTR_E_INSUFFICIENT_DISK_SPACE","features":[584]},{"name":"GHTR_E_LOCAL_SERVER_UNAVAILABLE","features":[584]},{"name":"GTHR_E_ADDLINKS_FAILED_WILL_RETRY_PARENT","features":[584]},{"name":"GTHR_E_APPLICATION_NOT_FOUND","features":[584]},{"name":"GTHR_E_AUTOCAT_UNEXPECTED","features":[584]},{"name":"GTHR_E_BACKUP_VALIDATION_FAIL","features":[584]},{"name":"GTHR_E_BAD_FILTER_DAEMON","features":[584]},{"name":"GTHR_E_BAD_FILTER_HOST","features":[584]},{"name":"GTHR_E_CANNOT_ENABLE_CHECKPOINT","features":[584]},{"name":"GTHR_E_CANNOT_REMOVE_PLUGINMGR","features":[584]},{"name":"GTHR_E_CONFIG_DUP_EXTENSION","features":[584]},{"name":"GTHR_E_CONFIG_DUP_PROJECT","features":[584]},{"name":"GTHR_E_CONTENT_ID_CONFLICT","features":[584]},{"name":"GTHR_E_DIRMON_NOT_INITIALZED","features":[584]},{"name":"GTHR_E_DUPLICATE_OBJECT","features":[584]},{"name":"GTHR_E_DUPLICATE_PROJECT","features":[584]},{"name":"GTHR_E_DUPLICATE_URL","features":[584]},{"name":"GTHR_E_DUP_PROPERTY_MAPPING","features":[584]},{"name":"GTHR_E_EMPTY_DACL","features":[584]},{"name":"GTHR_E_ERROR_INITIALIZING_PERFMON","features":[584]},{"name":"GTHR_E_ERROR_OBJECT_NOT_FOUND","features":[584]},{"name":"GTHR_E_ERROR_WRITING_REGISTRY","features":[584]},{"name":"GTHR_E_FILTERPOOL_NOTFOUND","features":[584]},{"name":"GTHR_E_FILTER_FAULT","features":[584]},{"name":"GTHR_E_FILTER_INIT","features":[584]},{"name":"GTHR_E_FILTER_INTERRUPTED","features":[584]},{"name":"GTHR_E_FILTER_INVALID_MESSAGE","features":[584]},{"name":"GTHR_E_FILTER_NOT_FOUND","features":[584]},{"name":"GTHR_E_FILTER_NO_CODEPAGE","features":[584]},{"name":"GTHR_E_FILTER_NO_MORE_THREADS","features":[584]},{"name":"GTHR_E_FILTER_PROCESS_TERMINATED","features":[584]},{"name":"GTHR_E_FILTER_PROCESS_TERMINATED_QUOTA","features":[584]},{"name":"GTHR_E_FILTER_SINGLE_THREADED","features":[584]},{"name":"GTHR_E_FOLDER_CRAWLED_BY_ANOTHER_WORKSPACE","features":[584]},{"name":"GTHR_E_FORCE_NOTIFICATION_RESET","features":[584]},{"name":"GTHR_E_FROM_NOT_SPECIFIED","features":[584]},{"name":"GTHR_E_IE_OFFLINE","features":[584]},{"name":"GTHR_E_INSUFFICIENT_EXAMPLE_CATEGORIES","features":[584]},{"name":"GTHR_E_INSUFFICIENT_EXAMPLE_DOCUMENTS","features":[584]},{"name":"GTHR_E_INSUFFICIENT_FEATURE_TERMS","features":[584]},{"name":"GTHR_E_INVALIDFUNCTION","features":[584]},{"name":"GTHR_E_INVALID_ACCOUNT","features":[584]},{"name":"GTHR_E_INVALID_ACCOUNT_SYNTAX","features":[584]},{"name":"GTHR_E_INVALID_APPLICATION_NAME","features":[584]},{"name":"GTHR_E_INVALID_CALL_FROM_WBREAKER","features":[584]},{"name":"GTHR_E_INVALID_DIRECTORY","features":[584]},{"name":"GTHR_E_INVALID_EXTENSION","features":[584]},{"name":"GTHR_E_INVALID_GROW_FACTOR","features":[584]},{"name":"GTHR_E_INVALID_HOST_NAME","features":[584]},{"name":"GTHR_E_INVALID_LOG_FILE_NAME","features":[584]},{"name":"GTHR_E_INVALID_MAPPING","features":[584]},{"name":"GTHR_E_INVALID_PATH","features":[584]},{"name":"GTHR_E_INVALID_PATH_EXPRESSION","features":[584]},{"name":"GTHR_E_INVALID_PATH_SPEC","features":[584]},{"name":"GTHR_E_INVALID_PROJECT_NAME","features":[584]},{"name":"GTHR_E_INVALID_PROXY_PORT","features":[584]},{"name":"GTHR_E_INVALID_RESOURCE_ID","features":[584]},{"name":"GTHR_E_INVALID_RETRIES","features":[584]},{"name":"GTHR_E_INVALID_START_ADDRESS","features":[584]},{"name":"GTHR_E_INVALID_START_PAGE","features":[584]},{"name":"GTHR_E_INVALID_START_PAGE_HOST","features":[584]},{"name":"GTHR_E_INVALID_START_PAGE_PATH","features":[584]},{"name":"GTHR_E_INVALID_STREAM_LOGS_COUNT","features":[584]},{"name":"GTHR_E_INVALID_TIME_OUT","features":[584]},{"name":"GTHR_E_JET_BACKUP_ERROR","features":[584]},{"name":"GTHR_E_JET_RESTORE_ERROR","features":[584]},{"name":"GTHR_E_LOCAL_GROUPS_EXPANSION_INTERNAL_ERROR","features":[584]},{"name":"GTHR_E_NAME_TOO_LONG","features":[584]},{"name":"GTHR_E_NESTED_HIERARCHICAL_START_ADDRESSES","features":[584]},{"name":"GTHR_E_NOFILTERSINK","features":[584]},{"name":"GTHR_E_NON_FIXED_DRIVE","features":[584]},{"name":"GTHR_E_NOTIFICATION_FILE_SHARE_INFO_NOT_AVAILABLE","features":[584]},{"name":"GTHR_E_NOTIFICATION_LOCAL_PATH_MUST_USE_FIXED_DRIVE","features":[584]},{"name":"GTHR_E_NOTIFICATION_START_ADDRESS_INVALID","features":[584]},{"name":"GTHR_E_NOTIFICATION_START_PAGE","features":[584]},{"name":"GTHR_E_NOTIFICATION_TYPE_NOT_SUPPORTED","features":[584]},{"name":"GTHR_E_NOTIF_ACCESS_TOKEN_UPDATED","features":[584]},{"name":"GTHR_E_NOTIF_BEING_REMOVED","features":[584]},{"name":"GTHR_E_NOTIF_EXCESSIVE_THROUGHPUT","features":[584]},{"name":"GTHR_E_NO_IDENTITY","features":[584]},{"name":"GTHR_E_NO_PRTCLHNLR","features":[584]},{"name":"GTHR_E_NTF_CLIENT_NOT_SUBSCRIBED","features":[584]},{"name":"GTHR_E_OBJECT_NOT_VALID","features":[584]},{"name":"GTHR_E_OUT_OF_DOC_ID","features":[584]},{"name":"GTHR_E_PIPE_NOT_CONNECTTED","features":[584]},{"name":"GTHR_E_PLUGIN_NOT_REGISTERED","features":[584]},{"name":"GTHR_E_PROJECT_NOT_INITIALIZED","features":[584]},{"name":"GTHR_E_PROPERTIES_EXCEEDED","features":[584]},{"name":"GTHR_E_PROPERTY_LIST_NOT_INITIALIZED","features":[584]},{"name":"GTHR_E_PROXY_NAME","features":[584]},{"name":"GTHR_E_PRT_HNDLR_PROGID_MISSING","features":[584]},{"name":"GTHR_E_RECOVERABLE_EXOLEDB_ERROR","features":[584]},{"name":"GTHR_E_RETRY","features":[584]},{"name":"GTHR_E_SCHEMA_ERRORS_OCCURRED","features":[584]},{"name":"GTHR_E_SCOPES_EXCEEDED","features":[584]},{"name":"GTHR_E_SECRET_NOT_FOUND","features":[584]},{"name":"GTHR_E_SERVER_UNAVAILABLE","features":[584]},{"name":"GTHR_E_SHUTTING_DOWN","features":[584]},{"name":"GTHR_E_SINGLE_THREADED_EMBEDDING","features":[584]},{"name":"GTHR_E_TIMEOUT","features":[584]},{"name":"GTHR_E_TOO_MANY_PLUGINS","features":[584]},{"name":"GTHR_E_UNABLE_TO_READ_EXCHANGE_STORE","features":[584]},{"name":"GTHR_E_UNABLE_TO_READ_REGISTRY","features":[584]},{"name":"GTHR_E_UNKNOWN_PROTOCOL","features":[584]},{"name":"GTHR_E_UNSUPPORTED_PROPERTY_TYPE","features":[584]},{"name":"GTHR_E_URL_EXCLUDED","features":[584]},{"name":"GTHR_E_URL_UNIDENTIFIED","features":[584]},{"name":"GTHR_E_USER_AGENT_NOT_SPECIFIED","features":[584]},{"name":"GTHR_E_VALUE_NOT_AVAILABLE","features":[584]},{"name":"GTHR_S_BAD_FILE_LINK","features":[584]},{"name":"GTHR_S_CANNOT_FILTER","features":[584]},{"name":"GTHR_S_CANNOT_WORDBREAK","features":[584]},{"name":"GTHR_S_CONFIG_HAS_ACCOUNTS","features":[584]},{"name":"GTHR_S_CRAWL_ADAPTIVE","features":[584]},{"name":"GTHR_S_CRAWL_FULL","features":[584]},{"name":"GTHR_S_CRAWL_INCREMENTAL","features":[584]},{"name":"GTHR_S_CRAWL_SCHEDULED","features":[584]},{"name":"GTHR_S_END_PROCESS_LOOP_NOTIFY_QUEUE","features":[584]},{"name":"GTHR_S_END_STD_CHUNKS","features":[584]},{"name":"GTHR_S_MODIFIED_PARTS","features":[584]},{"name":"GTHR_S_NOT_ALL_PARTS","features":[584]},{"name":"GTHR_S_NO_CRAWL_SEEDS","features":[584]},{"name":"GTHR_S_NO_INDEX","features":[584]},{"name":"GTHR_S_OFFICE_CHILD","features":[584]},{"name":"GTHR_S_PAUSE_REASON_BACKOFF","features":[584]},{"name":"GTHR_S_PAUSE_REASON_EXTERNAL","features":[584]},{"name":"GTHR_S_PAUSE_REASON_PROFILE_IMPORT","features":[584]},{"name":"GTHR_S_PAUSE_REASON_UPGRADING","features":[584]},{"name":"GTHR_S_PROB_NOT_MODIFIED","features":[584]},{"name":"GTHR_S_START_FILTER_FROM_BODY","features":[584]},{"name":"GTHR_S_START_FILTER_FROM_PROTOCOL","features":[584]},{"name":"GTHR_S_STATUS_CHANGE_IGNORED","features":[584]},{"name":"GTHR_S_STATUS_END_CRAWL","features":[584]},{"name":"GTHR_S_STATUS_PAUSE","features":[584]},{"name":"GTHR_S_STATUS_RESET","features":[584]},{"name":"GTHR_S_STATUS_RESUME","features":[584]},{"name":"GTHR_S_STATUS_START","features":[584]},{"name":"GTHR_S_STATUS_STOP","features":[584]},{"name":"GTHR_S_STATUS_THROTTLE","features":[584]},{"name":"GTHR_S_TRANSACTION_IGNORED","features":[584]},{"name":"GTHR_S_USE_MIME_FILTER","features":[584]},{"name":"HACCESSOR","features":[584]},{"name":"HITRANGE","features":[584]},{"name":"IAccessor","features":[584]},{"name":"IAlterIndex","features":[584]},{"name":"IAlterTable","features":[584]},{"name":"IBindResource","features":[584]},{"name":"IChapteredRowset","features":[584]},{"name":"IColumnMapper","features":[584]},{"name":"IColumnMapperCreator","features":[584]},{"name":"IColumnsInfo","features":[584]},{"name":"IColumnsInfo2","features":[584]},{"name":"IColumnsRowset","features":[584]},{"name":"ICommand","features":[584]},{"name":"ICommandCost","features":[584]},{"name":"ICommandPersist","features":[584]},{"name":"ICommandPrepare","features":[584]},{"name":"ICommandProperties","features":[584]},{"name":"ICommandStream","features":[584]},{"name":"ICommandText","features":[584]},{"name":"ICommandValidate","features":[584]},{"name":"ICommandWithParameters","features":[584]},{"name":"ICondition","features":[358,584]},{"name":"ICondition2","features":[358,584]},{"name":"IConditionFactory","features":[584]},{"name":"IConditionFactory2","features":[584]},{"name":"IConditionGenerator","features":[584]},{"name":"IConvertType","features":[584]},{"name":"ICreateRow","features":[584]},{"name":"IDBAsynchNotify","features":[584]},{"name":"IDBAsynchStatus","features":[584]},{"name":"IDBBinderProperties","features":[584]},{"name":"IDBCreateCommand","features":[584]},{"name":"IDBCreateSession","features":[584]},{"name":"IDBDataSourceAdmin","features":[584]},{"name":"IDBInfo","features":[584]},{"name":"IDBInitialize","features":[584]},{"name":"IDBPromptInitialize","features":[584]},{"name":"IDBProperties","features":[584]},{"name":"IDBSchemaCommand","features":[584]},{"name":"IDBSchemaRowset","features":[584]},{"name":"IDCInfo","features":[584]},{"name":"IDENTIFIER_SDK_ERROR","features":[584]},{"name":"IDENTIFIER_SDK_MASK","features":[584]},{"name":"IDS_MON_BUILTIN_PROPERTY","features":[584]},{"name":"IDS_MON_BUILTIN_VIEW","features":[584]},{"name":"IDS_MON_CANNOT_CAST","features":[584]},{"name":"IDS_MON_CANNOT_CONVERT","features":[584]},{"name":"IDS_MON_COLUMN_NOT_DEFINED","features":[584]},{"name":"IDS_MON_DATE_OUT_OF_RANGE","features":[584]},{"name":"IDS_MON_DEFAULT_ERROR","features":[584]},{"name":"IDS_MON_ILLEGAL_PASSTHROUGH","features":[584]},{"name":"IDS_MON_INVALIDSELECT_COALESCE","features":[584]},{"name":"IDS_MON_INVALID_CATALOG","features":[584]},{"name":"IDS_MON_INVALID_IN_GROUP_CLAUSE","features":[584]},{"name":"IDS_MON_MATCH_STRING","features":[584]},{"name":"IDS_MON_NOT_COLUMN_OF_VIEW","features":[584]},{"name":"IDS_MON_ORDINAL_OUT_OF_RANGE","features":[584]},{"name":"IDS_MON_OR_NOT","features":[584]},{"name":"IDS_MON_OUT_OF_MEMORY","features":[584]},{"name":"IDS_MON_OUT_OF_RANGE","features":[584]},{"name":"IDS_MON_PARSE_ERR_1_PARAM","features":[584]},{"name":"IDS_MON_PARSE_ERR_2_PARAM","features":[584]},{"name":"IDS_MON_PROPERTY_NAME_IN_VIEW","features":[584]},{"name":"IDS_MON_RELATIVE_INTERVAL","features":[584]},{"name":"IDS_MON_SELECT_STAR","features":[584]},{"name":"IDS_MON_SEMI_COLON","features":[584]},{"name":"IDS_MON_VIEW_ALREADY_DEFINED","features":[584]},{"name":"IDS_MON_VIEW_NOT_DEFINED","features":[584]},{"name":"IDS_MON_WEIGHT_OUT_OF_RANGE","features":[584]},{"name":"IDX_E_BUILD_IN_PROGRESS","features":[584]},{"name":"IDX_E_CATALOG_DISMOUNTED","features":[584]},{"name":"IDX_E_CORRUPT_INDEX","features":[584]},{"name":"IDX_E_DISKFULL","features":[584]},{"name":"IDX_E_DOCUMENT_ABORTED","features":[584]},{"name":"IDX_E_DSS_NOT_CONNECTED","features":[584]},{"name":"IDX_E_IDXLSTFILE_CORRUPT","features":[584]},{"name":"IDX_E_INVALIDTAG","features":[584]},{"name":"IDX_E_INVALID_INDEX","features":[584]},{"name":"IDX_E_METAFILE_CORRUPT","features":[584]},{"name":"IDX_E_NOISELIST_NOTFOUND","features":[584]},{"name":"IDX_E_NOT_LOADED","features":[584]},{"name":"IDX_E_OBJECT_NOT_FOUND","features":[584]},{"name":"IDX_E_PROPSTORE_INIT_FAILED","features":[584]},{"name":"IDX_E_PROP_MAJOR_VERSION_MISMATCH","features":[584]},{"name":"IDX_E_PROP_MINOR_VERSION_MISMATCH","features":[584]},{"name":"IDX_E_PROP_STATE_CORRUPT","features":[584]},{"name":"IDX_E_PROP_STOPPED","features":[584]},{"name":"IDX_E_REGISTRY_ENTRY","features":[584]},{"name":"IDX_E_SEARCH_SERVER_ALREADY_EXISTS","features":[584]},{"name":"IDX_E_SEARCH_SERVER_NOT_FOUND","features":[584]},{"name":"IDX_E_STEMMER_NOTFOUND","features":[584]},{"name":"IDX_E_TOO_MANY_SEARCH_SERVERS","features":[584]},{"name":"IDX_E_USE_APPGLOBAL_PROPTABLE","features":[584]},{"name":"IDX_E_USE_DEFAULT_CONTENTCLASS","features":[584]},{"name":"IDX_E_WB_NOTFOUND","features":[584]},{"name":"IDX_S_DSS_NOT_AVAILABLE","features":[584]},{"name":"IDX_S_NO_BUILD_IN_PROGRESS","features":[584]},{"name":"IDX_S_SEARCH_SERVER_ALREADY_EXISTS","features":[584]},{"name":"IDX_S_SEARCH_SERVER_DOES_NOT_EXIST","features":[584]},{"name":"IDataConvert","features":[584]},{"name":"IDataInitialize","features":[584]},{"name":"IDataSourceLocator","features":[358,584]},{"name":"IEntity","features":[584]},{"name":"IEnumItemProperties","features":[584]},{"name":"IEnumSearchRoots","features":[584]},{"name":"IEnumSearchScopeRules","features":[584]},{"name":"IEnumSubscription","features":[584]},{"name":"IErrorLookup","features":[584]},{"name":"IErrorRecords","features":[584]},{"name":"IGetDataSource","features":[584]},{"name":"IGetRow","features":[584]},{"name":"IGetSession","features":[584]},{"name":"IGetSourceRow","features":[584]},{"name":"IIndexDefinition","features":[584]},{"name":"IInterval","features":[584]},{"name":"ILK_EXPLICIT_EXCLUDED","features":[584]},{"name":"ILK_EXPLICIT_INCLUDED","features":[584]},{"name":"ILK_NEGATIVE_INFINITY","features":[584]},{"name":"ILK_POSITIVE_INFINITY","features":[584]},{"name":"ILoadFilter","features":[584]},{"name":"ILoadFilterWithPrivateComActivation","features":[584]},{"name":"IMDDataset","features":[584]},{"name":"IMDFind","features":[584]},{"name":"IMDRangeRowset","features":[584]},{"name":"IMetaData","features":[584]},{"name":"IMultipleResults","features":[584]},{"name":"INCREMENTAL_ACCESS_INFO","features":[307,584]},{"name":"INET_E_AGENT_CACHE_SIZE_EXCEEDED","features":[584]},{"name":"INET_E_AGENT_CONNECTION_FAILED","features":[584]},{"name":"INET_E_AGENT_EXCEEDING_CACHE_SIZE","features":[584]},{"name":"INET_E_AGENT_MAX_SIZE_EXCEEDED","features":[584]},{"name":"INET_E_SCHEDULED_EXCLUDE_RANGE","features":[584]},{"name":"INET_E_SCHEDULED_UPDATES_DISABLED","features":[584]},{"name":"INET_E_SCHEDULED_UPDATES_RESTRICTED","features":[584]},{"name":"INET_E_SCHEDULED_UPDATE_INTERVAL","features":[584]},{"name":"INET_S_AGENT_INCREASED_CACHE_SIZE","features":[584]},{"name":"INET_S_AGENT_PART_FAIL","features":[584]},{"name":"INTERVAL_LIMIT_KIND","features":[584]},{"name":"INamedEntity","features":[584]},{"name":"INamedEntityCollector","features":[584]},{"name":"IObjectAccessControl","features":[584]},{"name":"IOpLockStatus","features":[584]},{"name":"IOpenRowset","features":[584]},{"name":"IParentRowset","features":[584]},{"name":"IProtocolHandlerSite","features":[584]},{"name":"IProvideMoniker","features":[584]},{"name":"IQueryParser","features":[584]},{"name":"IQueryParserManager","features":[584]},{"name":"IQuerySolution","features":[584]},{"name":"IReadData","features":[584]},{"name":"IRegisterProvider","features":[584]},{"name":"IRelationship","features":[584]},{"name":"IRichChunk","features":[584]},{"name":"IRow","features":[584]},{"name":"IRowChange","features":[584]},{"name":"IRowPosition","features":[584]},{"name":"IRowPositionChange","features":[584]},{"name":"IRowSchemaChange","features":[584]},{"name":"IRowset","features":[584]},{"name":"IRowsetAsynch","features":[584]},{"name":"IRowsetBookmark","features":[584]},{"name":"IRowsetChange","features":[584]},{"name":"IRowsetChangeExtInfo","features":[584]},{"name":"IRowsetChapterMember","features":[584]},{"name":"IRowsetCopyRows","features":[584]},{"name":"IRowsetCurrentIndex","features":[584]},{"name":"IRowsetEvents","features":[584]},{"name":"IRowsetExactScroll","features":[584]},{"name":"IRowsetFastLoad","features":[584]},{"name":"IRowsetFind","features":[584]},{"name":"IRowsetIdentity","features":[584]},{"name":"IRowsetIndex","features":[584]},{"name":"IRowsetInfo","features":[584]},{"name":"IRowsetKeys","features":[584]},{"name":"IRowsetLocate","features":[584]},{"name":"IRowsetNewRowAfter","features":[584]},{"name":"IRowsetNextRowset","features":[584]},{"name":"IRowsetNotify","features":[584]},{"name":"IRowsetPrioritization","features":[584]},{"name":"IRowsetQueryStatus","features":[584]},{"name":"IRowsetRefresh","features":[584]},{"name":"IRowsetResynch","features":[584]},{"name":"IRowsetScroll","features":[584]},{"name":"IRowsetUpdate","features":[584]},{"name":"IRowsetView","features":[584]},{"name":"IRowsetWatchAll","features":[584]},{"name":"IRowsetWatchNotify","features":[584]},{"name":"IRowsetWatchRegion","features":[584]},{"name":"IRowsetWithParameters","features":[584]},{"name":"ISQLErrorInfo","features":[584]},{"name":"ISQLGetDiagField","features":[584]},{"name":"ISQLRequestDiagFields","features":[584]},{"name":"ISQLServerErrorInfo","features":[584]},{"name":"ISchemaLocalizerSupport","features":[584]},{"name":"ISchemaLock","features":[584]},{"name":"ISchemaProvider","features":[584]},{"name":"IScopedOperations","features":[584]},{"name":"ISearchCatalogManager","features":[584]},{"name":"ISearchCatalogManager2","features":[584]},{"name":"ISearchCrawlScopeManager","features":[584]},{"name":"ISearchCrawlScopeManager2","features":[584]},{"name":"ISearchItemsChangedSink","features":[584]},{"name":"ISearchLanguageSupport","features":[584]},{"name":"ISearchManager","features":[584]},{"name":"ISearchManager2","features":[584]},{"name":"ISearchNotifyInlineSite","features":[584]},{"name":"ISearchPersistentItemsChangedSink","features":[584]},{"name":"ISearchProtocol","features":[584]},{"name":"ISearchProtocol2","features":[584]},{"name":"ISearchProtocolThreadContext","features":[584]},{"name":"ISearchQueryHelper","features":[584]},{"name":"ISearchQueryHits","features":[584]},{"name":"ISearchRoot","features":[584]},{"name":"ISearchScopeRule","features":[584]},{"name":"ISearchViewChangedSink","features":[584]},{"name":"ISecurityInfo","features":[584]},{"name":"IService","features":[584]},{"name":"ISessionProperties","features":[584]},{"name":"ISimpleCommandCreator","features":[584]},{"name":"ISourcesRowset","features":[584]},{"name":"IStemmer","features":[584]},{"name":"ISubscriptionItem","features":[584]},{"name":"ISubscriptionMgr","features":[584]},{"name":"ISubscriptionMgr2","features":[584]},{"name":"ITEMPROP","features":[307,358,359,584,360]},{"name":"ITEM_INFO","features":[584]},{"name":"ITableCreation","features":[584]},{"name":"ITableDefinition","features":[584]},{"name":"ITableDefinitionWithConstraints","features":[584]},{"name":"ITableRename","features":[584]},{"name":"ITokenCollection","features":[584]},{"name":"ITransactionJoin","features":[584]},{"name":"ITransactionLocal","features":[551,584]},{"name":"ITransactionObject","features":[584]},{"name":"ITrusteeAdmin","features":[584]},{"name":"ITrusteeGroupAdmin","features":[584]},{"name":"IUMS","features":[584]},{"name":"IUMSInitialize","features":[584]},{"name":"IUrlAccessor","features":[584]},{"name":"IUrlAccessor2","features":[584]},{"name":"IUrlAccessor3","features":[584]},{"name":"IUrlAccessor4","features":[584]},{"name":"IViewChapter","features":[584]},{"name":"IViewFilter","features":[584]},{"name":"IViewRowset","features":[584]},{"name":"IViewSort","features":[584]},{"name":"IWordBreaker","features":[584]},{"name":"IWordFormSink","features":[584]},{"name":"IWordSink","features":[584]},{"name":"Interval","features":[584]},{"name":"JET_GET_PROP_STORE_ERROR","features":[584]},{"name":"JET_INIT_ERROR","features":[584]},{"name":"JET_MULTIINSTANCE_DISABLED","features":[584]},{"name":"JET_NEW_PROP_STORE_ERROR","features":[584]},{"name":"JPS_E_CATALOG_DECSRIPTION_MISSING","features":[584]},{"name":"JPS_E_INSUFFICIENT_DATABASE_RESOURCES","features":[584]},{"name":"JPS_E_INSUFFICIENT_DATABASE_SESSIONS","features":[584]},{"name":"JPS_E_INSUFFICIENT_VERSION_STORAGE","features":[584]},{"name":"JPS_E_JET_ERR","features":[584]},{"name":"JPS_E_MISSING_INFORMATION","features":[584]},{"name":"JPS_E_PROPAGATION_CORRUPTION","features":[584]},{"name":"JPS_E_PROPAGATION_FILE","features":[584]},{"name":"JPS_E_PROPAGATION_VERSION_MISMATCH","features":[584]},{"name":"JPS_E_SCHEMA_ERROR","features":[584]},{"name":"JPS_E_SHARING_VIOLATION","features":[584]},{"name":"JPS_S_DUPLICATE_DOC_DETECTED","features":[584]},{"name":"KAGGETDIAG","features":[307,358,359,584,360]},{"name":"KAGPROPVAL_CONCUR_LOCK","features":[584]},{"name":"KAGPROPVAL_CONCUR_READ_ONLY","features":[584]},{"name":"KAGPROPVAL_CONCUR_ROWVER","features":[584]},{"name":"KAGPROPVAL_CONCUR_VALUES","features":[584]},{"name":"KAGPROP_ACCESSIBLEPROCEDURES","features":[584]},{"name":"KAGPROP_ACCESSIBLETABLES","features":[584]},{"name":"KAGPROP_ACTIVESTATEMENTS","features":[584]},{"name":"KAGPROP_AUTH_SERVERINTEGRATED","features":[584]},{"name":"KAGPROP_AUTH_TRUSTEDCONNECTION","features":[584]},{"name":"KAGPROP_BLOBSONFOCURSOR","features":[584]},{"name":"KAGPROP_CONCURRENCY","features":[584]},{"name":"KAGPROP_CURSOR","features":[584]},{"name":"KAGPROP_DRIVERNAME","features":[584]},{"name":"KAGPROP_DRIVERODBCVER","features":[584]},{"name":"KAGPROP_DRIVERVER","features":[584]},{"name":"KAGPROP_FILEUSAGE","features":[584]},{"name":"KAGPROP_FORCENOPARAMETERREBIND","features":[584]},{"name":"KAGPROP_FORCENOPREPARE","features":[584]},{"name":"KAGPROP_FORCENOREEXECUTE","features":[584]},{"name":"KAGPROP_FORCESSFIREHOSEMODE","features":[584]},{"name":"KAGPROP_INCLUDENONEXACT","features":[584]},{"name":"KAGPROP_IRowsetChangeExtInfo","features":[584]},{"name":"KAGPROP_LIKEESCAPECLAUSE","features":[584]},{"name":"KAGPROP_MARSHALLABLE","features":[584]},{"name":"KAGPROP_MAXCOLUMNSINGROUPBY","features":[584]},{"name":"KAGPROP_MAXCOLUMNSININDEX","features":[584]},{"name":"KAGPROP_MAXCOLUMNSINORDERBY","features":[584]},{"name":"KAGPROP_MAXCOLUMNSINSELECT","features":[584]},{"name":"KAGPROP_MAXCOLUMNSINTABLE","features":[584]},{"name":"KAGPROP_NUMERICFUNCTIONS","features":[584]},{"name":"KAGPROP_ODBCSQLCONFORMANCE","features":[584]},{"name":"KAGPROP_ODBCSQLOPTIEF","features":[584]},{"name":"KAGPROP_OJCAPABILITY","features":[584]},{"name":"KAGPROP_OUTERJOINS","features":[584]},{"name":"KAGPROP_POSITIONONNEWROW","features":[584]},{"name":"KAGPROP_PROCEDURES","features":[584]},{"name":"KAGPROP_QUERYBASEDUPDATES","features":[584]},{"name":"KAGPROP_SPECIALCHARACTERS","features":[584]},{"name":"KAGPROP_STRINGFUNCTIONS","features":[584]},{"name":"KAGPROP_SYSTEMFUNCTIONS","features":[584]},{"name":"KAGPROP_TIMEDATEFUNCTIONS","features":[584]},{"name":"KAGREQDIAG","features":[584,360]},{"name":"KAGREQDIAGFLAGSENUM","features":[584]},{"name":"KAGREQDIAGFLAGS_HEADER","features":[584]},{"name":"KAGREQDIAGFLAGS_RECORD","features":[584]},{"name":"LOCKMODEENUM","features":[584]},{"name":"LOCKMODE_EXCLUSIVE","features":[584]},{"name":"LOCKMODE_INVALID","features":[584]},{"name":"LOCKMODE_SHARED","features":[584]},{"name":"LeafCondition","features":[584]},{"name":"MAXNAME","features":[584]},{"name":"MAXNUMERICLEN","features":[584]},{"name":"MAXUSEVERITY","features":[584]},{"name":"MAX_QUERY_RANK","features":[584]},{"name":"MDAXISINFO","features":[584]},{"name":"MDAXISINFO","features":[584]},{"name":"MDAXIS_CHAPTERS","features":[584]},{"name":"MDAXIS_COLUMNS","features":[584]},{"name":"MDAXIS_PAGES","features":[584]},{"name":"MDAXIS_ROWS","features":[584]},{"name":"MDAXIS_SECTIONS","features":[584]},{"name":"MDAXIS_SLICERS","features":[584]},{"name":"MDDISPINFO_DRILLED_DOWN","features":[584]},{"name":"MDDISPINFO_PARENT_SAME_AS_PREV","features":[584]},{"name":"MDFF_BOLD","features":[584]},{"name":"MDFF_ITALIC","features":[584]},{"name":"MDFF_STRIKEOUT","features":[584]},{"name":"MDFF_UNDERLINE","features":[584]},{"name":"MDLEVEL_TYPE_ALL","features":[584]},{"name":"MDLEVEL_TYPE_CALCULATED","features":[584]},{"name":"MDLEVEL_TYPE_REGULAR","features":[584]},{"name":"MDLEVEL_TYPE_RESERVED1","features":[584]},{"name":"MDLEVEL_TYPE_TIME","features":[584]},{"name":"MDLEVEL_TYPE_TIME_DAYS","features":[584]},{"name":"MDLEVEL_TYPE_TIME_HALF_YEAR","features":[584]},{"name":"MDLEVEL_TYPE_TIME_HOURS","features":[584]},{"name":"MDLEVEL_TYPE_TIME_MINUTES","features":[584]},{"name":"MDLEVEL_TYPE_TIME_MONTHS","features":[584]},{"name":"MDLEVEL_TYPE_TIME_QUARTERS","features":[584]},{"name":"MDLEVEL_TYPE_TIME_SECONDS","features":[584]},{"name":"MDLEVEL_TYPE_TIME_UNDEFINED","features":[584]},{"name":"MDLEVEL_TYPE_TIME_WEEKS","features":[584]},{"name":"MDLEVEL_TYPE_TIME_YEARS","features":[584]},{"name":"MDLEVEL_TYPE_UNKNOWN","features":[584]},{"name":"MDMEASURE_AGGR_AVG","features":[584]},{"name":"MDMEASURE_AGGR_CALCULATED","features":[584]},{"name":"MDMEASURE_AGGR_COUNT","features":[584]},{"name":"MDMEASURE_AGGR_MAX","features":[584]},{"name":"MDMEASURE_AGGR_MIN","features":[584]},{"name":"MDMEASURE_AGGR_STD","features":[584]},{"name":"MDMEASURE_AGGR_SUM","features":[584]},{"name":"MDMEASURE_AGGR_UNKNOWN","features":[584]},{"name":"MDMEASURE_AGGR_VAR","features":[584]},{"name":"MDMEMBER_TYPE_ALL","features":[584]},{"name":"MDMEMBER_TYPE_FORMULA","features":[584]},{"name":"MDMEMBER_TYPE_MEASURE","features":[584]},{"name":"MDMEMBER_TYPE_REGULAR","features":[584]},{"name":"MDMEMBER_TYPE_RESERVE1","features":[584]},{"name":"MDMEMBER_TYPE_RESERVE2","features":[584]},{"name":"MDMEMBER_TYPE_RESERVE3","features":[584]},{"name":"MDMEMBER_TYPE_RESERVE4","features":[584]},{"name":"MDMEMBER_TYPE_UNKNOWN","features":[584]},{"name":"MDPROPVAL_AU_UNCHANGED","features":[584]},{"name":"MDPROPVAL_AU_UNKNOWN","features":[584]},{"name":"MDPROPVAL_AU_UNSUPPORTED","features":[584]},{"name":"MDPROPVAL_FS_FULL_SUPPORT","features":[584]},{"name":"MDPROPVAL_FS_GENERATED_COLUMN","features":[584]},{"name":"MDPROPVAL_FS_GENERATED_DIMENSION","features":[584]},{"name":"MDPROPVAL_FS_NO_SUPPORT","features":[584]},{"name":"MDPROPVAL_MC_SEARCHEDCASE","features":[584]},{"name":"MDPROPVAL_MC_SINGLECASE","features":[584]},{"name":"MDPROPVAL_MD_AFTER","features":[584]},{"name":"MDPROPVAL_MD_BEFORE","features":[584]},{"name":"MDPROPVAL_MD_SELF","features":[584]},{"name":"MDPROPVAL_MF_CREATE_CALCMEMBERS","features":[584]},{"name":"MDPROPVAL_MF_CREATE_NAMEDSETS","features":[584]},{"name":"MDPROPVAL_MF_SCOPE_GLOBAL","features":[584]},{"name":"MDPROPVAL_MF_SCOPE_SESSION","features":[584]},{"name":"MDPROPVAL_MF_WITH_CALCMEMBERS","features":[584]},{"name":"MDPROPVAL_MF_WITH_NAMEDSETS","features":[584]},{"name":"MDPROPVAL_MJC_IMPLICITCUBE","features":[584]},{"name":"MDPROPVAL_MJC_MULTICUBES","features":[584]},{"name":"MDPROPVAL_MJC_SINGLECUBE","features":[584]},{"name":"MDPROPVAL_MMF_CLOSINGPERIOD","features":[584]},{"name":"MDPROPVAL_MMF_COUSIN","features":[584]},{"name":"MDPROPVAL_MMF_OPENINGPERIOD","features":[584]},{"name":"MDPROPVAL_MMF_PARALLELPERIOD","features":[584]},{"name":"MDPROPVAL_MNF_AGGREGATE","features":[584]},{"name":"MDPROPVAL_MNF_CORRELATION","features":[584]},{"name":"MDPROPVAL_MNF_COVARIANCE","features":[584]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVEL","features":[584]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVELBOTTOM","features":[584]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVELTOP","features":[584]},{"name":"MDPROPVAL_MNF_DRILLDOWNMEMBERBOTTOM","features":[584]},{"name":"MDPROPVAL_MNF_DRILLDOWNMEMBERTOP","features":[584]},{"name":"MDPROPVAL_MNF_DRILLUPLEVEL","features":[584]},{"name":"MDPROPVAL_MNF_DRILLUPMEMBER","features":[584]},{"name":"MDPROPVAL_MNF_LINREG2","features":[584]},{"name":"MDPROPVAL_MNF_LINREGPOINT","features":[584]},{"name":"MDPROPVAL_MNF_LINREGSLOPE","features":[584]},{"name":"MDPROPVAL_MNF_LINREGVARIANCE","features":[584]},{"name":"MDPROPVAL_MNF_MEDIAN","features":[584]},{"name":"MDPROPVAL_MNF_RANK","features":[584]},{"name":"MDPROPVAL_MNF_STDDEV","features":[584]},{"name":"MDPROPVAL_MNF_VAR","features":[584]},{"name":"MDPROPVAL_MOQ_CATALOG_CUBE","features":[584]},{"name":"MDPROPVAL_MOQ_CUBE_DIM","features":[584]},{"name":"MDPROPVAL_MOQ_DATASOURCE_CUBE","features":[584]},{"name":"MDPROPVAL_MOQ_DIMHIER_LEVEL","features":[584]},{"name":"MDPROPVAL_MOQ_DIMHIER_MEMBER","features":[584]},{"name":"MDPROPVAL_MOQ_DIM_HIER","features":[584]},{"name":"MDPROPVAL_MOQ_LEVEL_MEMBER","features":[584]},{"name":"MDPROPVAL_MOQ_MEMBER_MEMBER","features":[584]},{"name":"MDPROPVAL_MOQ_OUTERREFERENCE","features":[584]},{"name":"MDPROPVAL_MOQ_SCHEMA_CUBE","features":[584]},{"name":"MDPROPVAL_MSC_GREATERTHAN","features":[584]},{"name":"MDPROPVAL_MSC_GREATERTHANEQUAL","features":[584]},{"name":"MDPROPVAL_MSC_LESSTHAN","features":[584]},{"name":"MDPROPVAL_MSC_LESSTHANEQUAL","features":[584]},{"name":"MDPROPVAL_MSF_BOTTOMPERCENT","features":[584]},{"name":"MDPROPVAL_MSF_BOTTOMSUM","features":[584]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVEL","features":[584]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVELBOTTOM","features":[584]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVELTOP","features":[584]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBBER","features":[584]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBERBOTTOM","features":[584]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBERTOP","features":[584]},{"name":"MDPROPVAL_MSF_DRILLUPLEVEL","features":[584]},{"name":"MDPROPVAL_MSF_DRILLUPMEMBER","features":[584]},{"name":"MDPROPVAL_MSF_LASTPERIODS","features":[584]},{"name":"MDPROPVAL_MSF_MTD","features":[584]},{"name":"MDPROPVAL_MSF_PERIODSTODATE","features":[584]},{"name":"MDPROPVAL_MSF_QTD","features":[584]},{"name":"MDPROPVAL_MSF_TOGGLEDRILLSTATE","features":[584]},{"name":"MDPROPVAL_MSF_TOPPERCENT","features":[584]},{"name":"MDPROPVAL_MSF_TOPSUM","features":[584]},{"name":"MDPROPVAL_MSF_WTD","features":[584]},{"name":"MDPROPVAL_MSF_YTD","features":[584]},{"name":"MDPROPVAL_MS_MULTIPLETUPLES","features":[584]},{"name":"MDPROPVAL_MS_SINGLETUPLE","features":[584]},{"name":"MDPROPVAL_NL_NAMEDLEVELS","features":[584]},{"name":"MDPROPVAL_NL_NUMBEREDLEVELS","features":[584]},{"name":"MDPROPVAL_NL_SCHEMAONLY","features":[584]},{"name":"MDPROPVAL_NME_ALLDIMENSIONS","features":[584]},{"name":"MDPROPVAL_NME_MEASURESONLY","features":[584]},{"name":"MDPROPVAL_RR_NORANGEROWSET","features":[584]},{"name":"MDPROPVAL_RR_READONLY","features":[584]},{"name":"MDPROPVAL_RR_UPDATE","features":[584]},{"name":"MDPROPVAL_VISUAL_MODE_DEFAULT","features":[584]},{"name":"MDPROPVAL_VISUAL_MODE_VISUAL","features":[584]},{"name":"MDPROPVAL_VISUAL_MODE_VISUAL_OFF","features":[584]},{"name":"MDPROP_AGGREGATECELL_UPDATE","features":[584]},{"name":"MDPROP_AXES","features":[584]},{"name":"MDPROP_CELL","features":[584]},{"name":"MDPROP_FLATTENING_SUPPORT","features":[584]},{"name":"MDPROP_MDX_AGGREGATECELL_UPDATE","features":[584]},{"name":"MDPROP_MDX_CASESUPPORT","features":[584]},{"name":"MDPROP_MDX_CUBEQUALIFICATION","features":[584]},{"name":"MDPROP_MDX_DESCFLAGS","features":[584]},{"name":"MDPROP_MDX_FORMULAS","features":[584]},{"name":"MDPROP_MDX_JOINCUBES","features":[584]},{"name":"MDPROP_MDX_MEMBER_FUNCTIONS","features":[584]},{"name":"MDPROP_MDX_NONMEASURE_EXPRESSIONS","features":[584]},{"name":"MDPROP_MDX_NUMERIC_FUNCTIONS","features":[584]},{"name":"MDPROP_MDX_OBJQUALIFICATION","features":[584]},{"name":"MDPROP_MDX_OUTERREFERENCE","features":[584]},{"name":"MDPROP_MDX_QUERYBYPROPERTY","features":[584]},{"name":"MDPROP_MDX_SET_FUNCTIONS","features":[584]},{"name":"MDPROP_MDX_SLICER","features":[584]},{"name":"MDPROP_MDX_STRING_COMPOP","features":[584]},{"name":"MDPROP_MEMBER","features":[584]},{"name":"MDPROP_NAMED_LEVELS","features":[584]},{"name":"MDPROP_RANGEROWSET","features":[584]},{"name":"MDPROP_VISUALMODE","features":[584]},{"name":"MDSTATUS_S_CELLEMPTY","features":[584]},{"name":"MDTREEOP_ANCESTORS","features":[584]},{"name":"MDTREEOP_CHILDREN","features":[584]},{"name":"MDTREEOP_DESCENDANTS","features":[584]},{"name":"MDTREEOP_PARENT","features":[584]},{"name":"MDTREEOP_SELF","features":[584]},{"name":"MDTREEOP_SIBLINGS","features":[584]},{"name":"MD_DIMTYPE_MEASURE","features":[584]},{"name":"MD_DIMTYPE_OTHER","features":[584]},{"name":"MD_DIMTYPE_TIME","features":[584]},{"name":"MD_DIMTYPE_UNKNOWN","features":[584]},{"name":"MD_E_BADCOORDINATE","features":[584]},{"name":"MD_E_BADTUPLE","features":[584]},{"name":"MD_E_INVALIDAXIS","features":[584]},{"name":"MD_E_INVALIDCELLRANGE","features":[584]},{"name":"MINFATALERR","features":[584]},{"name":"MIN_USER_DATATYPE","features":[584]},{"name":"MSDAINITIALIZE","features":[584]},{"name":"MSDAORA","features":[584]},{"name":"MSDAORA8","features":[584]},{"name":"MSDAORA8_ERROR","features":[584]},{"name":"MSDAORA_ERROR","features":[584]},{"name":"MSDSDBINITPROPENUM","features":[584]},{"name":"MSDSSESSIONPROPENUM","features":[584]},{"name":"MSG_CI_CORRUPT_INDEX_COMPONENT","features":[584]},{"name":"MSG_CI_CREATE_SEVER_ITEM_FAILED","features":[584]},{"name":"MSG_CI_MASTER_MERGE_ABORTED","features":[584]},{"name":"MSG_CI_MASTER_MERGE_ABORTED_LOW_DISK","features":[584]},{"name":"MSG_CI_MASTER_MERGE_CANT_RESTART","features":[584]},{"name":"MSG_CI_MASTER_MERGE_CANT_START","features":[584]},{"name":"MSG_CI_MASTER_MERGE_COMPLETED","features":[584]},{"name":"MSG_CI_MASTER_MERGE_REASON_EXPECTED_DOCS","features":[584]},{"name":"MSG_CI_MASTER_MERGE_REASON_EXTERNAL","features":[584]},{"name":"MSG_CI_MASTER_MERGE_REASON_INDEX_LIMIT","features":[584]},{"name":"MSG_CI_MASTER_MERGE_REASON_NUMBER","features":[584]},{"name":"MSG_CI_MASTER_MERGE_RESTARTED","features":[584]},{"name":"MSG_CI_MASTER_MERGE_STARTED","features":[584]},{"name":"MSG_TEST_MESSAGE","features":[584]},{"name":"MSS_E_APPALREADYEXISTS","features":[584]},{"name":"MSS_E_APPNOTFOUND","features":[584]},{"name":"MSS_E_CATALOGALREADYEXISTS","features":[584]},{"name":"MSS_E_CATALOGNOTFOUND","features":[584]},{"name":"MSS_E_CATALOGSTOPPING","features":[584]},{"name":"MSS_E_INVALIDAPPNAME","features":[584]},{"name":"MSS_E_UNICODEFILEHEADERMISSING","features":[584]},{"name":"MS_PERSIST_PROGID","features":[584]},{"name":"NAMED_ENTITY_CERTAINTY","features":[584]},{"name":"NATLANGUAGERESTRICTION","features":[512,387,584]},{"name":"NEC_HIGH","features":[584]},{"name":"NEC_LOW","features":[584]},{"name":"NEC_MEDIUM","features":[584]},{"name":"NET_E_DISCONNECTED","features":[584]},{"name":"NET_E_GENERAL","features":[584]},{"name":"NET_E_INVALIDPARAMS","features":[584]},{"name":"NET_E_OPERATIONINPROGRESS","features":[584]},{"name":"NLADMIN_E_BUILD_CATALOG_NOT_INITIALIZED","features":[584]},{"name":"NLADMIN_E_DUPLICATE_CATALOG","features":[584]},{"name":"NLADMIN_E_FAILED_TO_GIVE_ACCOUNT_PRIVILEGE","features":[584]},{"name":"NLADMIN_S_NOT_ALL_BUILD_CATALOGS_INITIALIZED","features":[584]},{"name":"NODERESTRICTION","features":[307,512,387,584,360]},{"name":"NOTESPH_E_ATTACHMENTS","features":[584]},{"name":"NOTESPH_E_DB_ACCESS_DENIED","features":[584]},{"name":"NOTESPH_E_FAIL","features":[584]},{"name":"NOTESPH_E_ITEM_NOT_FOUND","features":[584]},{"name":"NOTESPH_E_NOTESSETUP_ID_MAPPING_ERROR","features":[584]},{"name":"NOTESPH_E_NO_NTID","features":[584]},{"name":"NOTESPH_E_SERVER_CONFIG","features":[584]},{"name":"NOTESPH_E_UNEXPECTED_STATE","features":[584]},{"name":"NOTESPH_E_UNSUPPORTED_CONTENT_FIELD_TYPE","features":[584]},{"name":"NOTESPH_S_IGNORE_ID","features":[584]},{"name":"NOTESPH_S_LISTKNOWNFIELDS","features":[584]},{"name":"NOTRESTRICTION","features":[307,512,387,584,360]},{"name":"NOT_N_PARSE_ERROR","features":[584]},{"name":"NegationCondition","features":[584]},{"name":"OCC_INVALID","features":[584]},{"name":"ODBCGetTryWaitValue","features":[584]},{"name":"ODBCSetTryWaitValue","features":[307,584]},{"name":"ODBCVER","features":[584]},{"name":"ODBC_ADD_DSN","features":[584]},{"name":"ODBC_ADD_SYS_DSN","features":[584]},{"name":"ODBC_BOTH_DSN","features":[584]},{"name":"ODBC_CONFIG_DRIVER","features":[584]},{"name":"ODBC_CONFIG_DRIVER_MAX","features":[584]},{"name":"ODBC_CONFIG_DSN","features":[584]},{"name":"ODBC_CONFIG_SYS_DSN","features":[584]},{"name":"ODBC_ERROR_COMPONENT_NOT_FOUND","features":[584]},{"name":"ODBC_ERROR_CREATE_DSN_FAILED","features":[584]},{"name":"ODBC_ERROR_GENERAL_ERR","features":[584]},{"name":"ODBC_ERROR_INVALID_BUFF_LEN","features":[584]},{"name":"ODBC_ERROR_INVALID_DSN","features":[584]},{"name":"ODBC_ERROR_INVALID_HWND","features":[584]},{"name":"ODBC_ERROR_INVALID_INF","features":[584]},{"name":"ODBC_ERROR_INVALID_KEYWORD_VALUE","features":[584]},{"name":"ODBC_ERROR_INVALID_LOG_FILE","features":[584]},{"name":"ODBC_ERROR_INVALID_NAME","features":[584]},{"name":"ODBC_ERROR_INVALID_PARAM_SEQUENCE","features":[584]},{"name":"ODBC_ERROR_INVALID_PATH","features":[584]},{"name":"ODBC_ERROR_INVALID_REQUEST_TYPE","features":[584]},{"name":"ODBC_ERROR_INVALID_STR","features":[584]},{"name":"ODBC_ERROR_LOAD_LIB_FAILED","features":[584]},{"name":"ODBC_ERROR_MAX","features":[584]},{"name":"ODBC_ERROR_NOTRANINFO","features":[584]},{"name":"ODBC_ERROR_OUTPUT_STRING_TRUNCATED","features":[584]},{"name":"ODBC_ERROR_OUT_OF_MEM","features":[584]},{"name":"ODBC_ERROR_REMOVE_DSN_FAILED","features":[584]},{"name":"ODBC_ERROR_REQUEST_FAILED","features":[584]},{"name":"ODBC_ERROR_USAGE_UPDATE_FAILED","features":[584]},{"name":"ODBC_ERROR_USER_CANCELED","features":[584]},{"name":"ODBC_ERROR_WRITING_SYSINFO_FAILED","features":[584]},{"name":"ODBC_INSTALL_COMPLETE","features":[584]},{"name":"ODBC_INSTALL_DRIVER","features":[584]},{"name":"ODBC_INSTALL_INQUIRY","features":[584]},{"name":"ODBC_REMOVE_DEFAULT_DSN","features":[584]},{"name":"ODBC_REMOVE_DRIVER","features":[584]},{"name":"ODBC_REMOVE_DSN","features":[584]},{"name":"ODBC_REMOVE_SYS_DSN","features":[584]},{"name":"ODBC_SYSTEM_DSN","features":[584]},{"name":"ODBC_USER_DSN","features":[584]},{"name":"ODBC_VS_ARGS","features":[584]},{"name":"ODBC_VS_FLAG_RETCODE","features":[584]},{"name":"ODBC_VS_FLAG_STOP","features":[584]},{"name":"ODBC_VS_FLAG_UNICODE_ARG","features":[584]},{"name":"ODBC_VS_FLAG_UNICODE_COR","features":[584]},{"name":"OLEDBSimpleProvider","features":[584]},{"name":"OLEDBSimpleProviderListener","features":[584]},{"name":"OLEDBVER","features":[584]},{"name":"OLEDB_BINDER_CUSTOM_ERROR","features":[584]},{"name":"OSPCOMP","features":[584]},{"name":"OSPCOMP_DEFAULT","features":[584]},{"name":"OSPCOMP_EQ","features":[584]},{"name":"OSPCOMP_GE","features":[584]},{"name":"OSPCOMP_GT","features":[584]},{"name":"OSPCOMP_LE","features":[584]},{"name":"OSPCOMP_LT","features":[584]},{"name":"OSPCOMP_NE","features":[584]},{"name":"OSPFIND","features":[584]},{"name":"OSPFIND_CASESENSITIVE","features":[584]},{"name":"OSPFIND_DEFAULT","features":[584]},{"name":"OSPFIND_UP","features":[584]},{"name":"OSPFIND_UPCASESENSITIVE","features":[584]},{"name":"OSPFORMAT","features":[584]},{"name":"OSPFORMAT_DEFAULT","features":[584]},{"name":"OSPFORMAT_FORMATTED","features":[584]},{"name":"OSPFORMAT_HTML","features":[584]},{"name":"OSPFORMAT_RAW","features":[584]},{"name":"OSPRW","features":[584]},{"name":"OSPRW_DEFAULT","features":[584]},{"name":"OSPRW_MIXED","features":[584]},{"name":"OSPRW_READONLY","features":[584]},{"name":"OSPRW_READWRITE","features":[584]},{"name":"OSPXFER","features":[584]},{"name":"OSPXFER_ABORT","features":[584]},{"name":"OSPXFER_COMPLETE","features":[584]},{"name":"OSPXFER_ERROR","features":[584]},{"name":"OSP_IndexLabel","features":[584]},{"name":"PDPO","features":[584]},{"name":"PEOPLE_IMPORT_E_CANONICALURL_TOOLONG","features":[584]},{"name":"PEOPLE_IMPORT_E_DATATYPENOTSUPPORTED","features":[584]},{"name":"PEOPLE_IMPORT_E_DBCONNFAIL","features":[584]},{"name":"PEOPLE_IMPORT_E_DC_NOT_AVAILABLE","features":[584]},{"name":"PEOPLE_IMPORT_E_DIRSYNC_NOTREFRESHED","features":[584]},{"name":"PEOPLE_IMPORT_E_DIRSYNC_ZERO_COOKIE","features":[584]},{"name":"PEOPLE_IMPORT_E_DOMAIN_DISCOVER_FAILED","features":[584]},{"name":"PEOPLE_IMPORT_E_DOMAIN_REMOVED","features":[584]},{"name":"PEOPLE_IMPORT_E_ENUM_ACCESSDENIED","features":[584]},{"name":"PEOPLE_IMPORT_E_FAILTOGETDSDEF","features":[584]},{"name":"PEOPLE_IMPORT_E_FAILTOGETDSMAPPING","features":[584]},{"name":"PEOPLE_IMPORT_E_FAILTOGETLCID","features":[584]},{"name":"PEOPLE_IMPORT_E_LDAPPATH_TOOLONG","features":[584]},{"name":"PEOPLE_IMPORT_E_NOCASTINGSUPPORTED","features":[584]},{"name":"PEOPLE_IMPORT_E_UPDATE_DIRSYNC_COOKIE","features":[584]},{"name":"PEOPLE_IMPORT_E_USERNAME_NOTRESOLVED","features":[584]},{"name":"PEOPLE_IMPORT_NODSDEFINED","features":[584]},{"name":"PEOPLE_IMPORT_NOMAPPINGDEFINED","features":[584]},{"name":"PERM_ALL","features":[584]},{"name":"PERM_CREATE","features":[584]},{"name":"PERM_DELETE","features":[584]},{"name":"PERM_DROP","features":[584]},{"name":"PERM_EXCLUSIVE","features":[584]},{"name":"PERM_EXECUTE","features":[584]},{"name":"PERM_INSERT","features":[584]},{"name":"PERM_MAXIMUM_ALLOWED","features":[584]},{"name":"PERM_READ","features":[584]},{"name":"PERM_READCONTROL","features":[584]},{"name":"PERM_READDESIGN","features":[584]},{"name":"PERM_REFERENCE","features":[584]},{"name":"PERM_UPDATE","features":[584]},{"name":"PERM_WITHGRANT","features":[584]},{"name":"PERM_WRITEDESIGN","features":[584]},{"name":"PERM_WRITEOWNER","features":[584]},{"name":"PERM_WRITEPERMISSIONS","features":[584]},{"name":"PFNFILLTEXTBUFFER","features":[584]},{"name":"PRAll","features":[584]},{"name":"PRAllBits","features":[584]},{"name":"PRAny","features":[584]},{"name":"PRIORITIZE_FLAGS","features":[584]},{"name":"PRIORITIZE_FLAG_IGNOREFAILURECOUNT","features":[584]},{"name":"PRIORITIZE_FLAG_RETRYFAILEDITEMS","features":[584]},{"name":"PRIORITY_LEVEL","features":[584]},{"name":"PRIORITY_LEVEL_DEFAULT","features":[584]},{"name":"PRIORITY_LEVEL_FOREGROUND","features":[584]},{"name":"PRIORITY_LEVEL_HIGH","features":[584]},{"name":"PRIORITY_LEVEL_LOW","features":[584]},{"name":"PROGID_MSPersist_Version_W","features":[584]},{"name":"PROGID_MSPersist_W","features":[584]},{"name":"PROPERTYRESTRICTION","features":[307,512,387,584,360]},{"name":"PROPID_DBBMK_BOOKMARK","features":[584]},{"name":"PROPID_DBBMK_CHAPTER","features":[584]},{"name":"PROPID_DBSELF_SELF","features":[584]},{"name":"PROXY_ACCESS","features":[584]},{"name":"PROXY_ACCESS_DIRECT","features":[584]},{"name":"PROXY_ACCESS_PRECONFIG","features":[584]},{"name":"PROXY_ACCESS_PROXY","features":[584]},{"name":"PROXY_INFO","features":[307,584]},{"name":"PRRE","features":[584]},{"name":"PRSomeBits","features":[584]},{"name":"PRTH_E_ACCESS_DENIED","features":[584]},{"name":"PRTH_E_ACL_IS_READ_NONE","features":[584]},{"name":"PRTH_E_ACL_TOO_BIG","features":[584]},{"name":"PRTH_E_BAD_REQUEST","features":[584]},{"name":"PRTH_E_CANT_TRANSFORM_DENIED_ACE","features":[584]},{"name":"PRTH_E_CANT_TRANSFORM_EXTERNAL_ACL","features":[584]},{"name":"PRTH_E_COMM_ERROR","features":[584]},{"name":"PRTH_E_DATABASE_OPEN_ERROR","features":[584]},{"name":"PRTH_E_HTTPS_CERTIFICATE_ERROR","features":[584]},{"name":"PRTH_E_HTTPS_REQUIRE_CERTIFICATE","features":[584]},{"name":"PRTH_E_HTTP_CANNOT_CONNECT","features":[584]},{"name":"PRTH_E_INIT_FAILED","features":[584]},{"name":"PRTH_E_INTERNAL_ERROR","features":[584]},{"name":"PRTH_E_LOAD_FAILED","features":[584]},{"name":"PRTH_E_MIME_EXCLUDED","features":[584]},{"name":"PRTH_E_NOT_REDIRECTED","features":[584]},{"name":"PRTH_E_NO_PROPERTY","features":[584]},{"name":"PRTH_E_OBJ_NOT_FOUND","features":[584]},{"name":"PRTH_E_OPLOCK_BROKEN","features":[584]},{"name":"PRTH_E_REQUEST_ERROR","features":[584]},{"name":"PRTH_E_RETRY","features":[584]},{"name":"PRTH_E_SERVER_ERROR","features":[584]},{"name":"PRTH_E_TRUNCATED","features":[584]},{"name":"PRTH_E_VOLUME_MOUNT_POINT","features":[584]},{"name":"PRTH_E_WININET","features":[584]},{"name":"PRTH_S_ACL_IS_READ_EVERYONE","features":[584]},{"name":"PRTH_S_MAX_DOWNLOAD","features":[584]},{"name":"PRTH_S_MAX_GROWTH","features":[584]},{"name":"PRTH_S_NOT_ALL_PARTS","features":[584]},{"name":"PRTH_S_NOT_MODIFIED","features":[584]},{"name":"PRTH_S_TRY_IMPERSONATING","features":[584]},{"name":"PRTH_S_USE_ROSEBUD","features":[584]},{"name":"PSGUID_CHARACTERIZATION","features":[584]},{"name":"PSGUID_QUERY_METADATA","features":[584]},{"name":"PSGUID_STORAGE","features":[584]},{"name":"PWPROP_OSPVALUE","features":[584]},{"name":"QPMO_APPEND_LCID_TO_LOCALIZED_PATH","features":[584]},{"name":"QPMO_LOCALIZED_SCHEMA_BINARY_PATH","features":[584]},{"name":"QPMO_LOCALIZER_SUPPORT","features":[584]},{"name":"QPMO_PRELOCALIZED_SCHEMA_BINARY_PATH","features":[584]},{"name":"QPMO_SCHEMA_BINARY_NAME","features":[584]},{"name":"QPMO_UNLOCALIZED_SCHEMA_BINARY_PATH","features":[584]},{"name":"QRY_E_COLUMNNOTSEARCHABLE","features":[584]},{"name":"QRY_E_COLUMNNOTSORTABLE","features":[584]},{"name":"QRY_E_ENGINEFAILED","features":[584]},{"name":"QRY_E_INFIXWILDCARD","features":[584]},{"name":"QRY_E_INVALIDCATALOG","features":[584]},{"name":"QRY_E_INVALIDCOLUMN","features":[584]},{"name":"QRY_E_INVALIDINTERVAL","features":[584]},{"name":"QRY_E_INVALIDPATH","features":[584]},{"name":"QRY_E_INVALIDSCOPES","features":[584]},{"name":"QRY_E_LMNOTINITIALIZED","features":[584]},{"name":"QRY_E_NOCOLUMNS","features":[584]},{"name":"QRY_E_NODATASOURCES","features":[584]},{"name":"QRY_E_NOLOGMANAGER","features":[584]},{"name":"QRY_E_NULLQUERY","features":[584]},{"name":"QRY_E_PREFIXWILDCARD","features":[584]},{"name":"QRY_E_QUERYCORRUPT","features":[584]},{"name":"QRY_E_QUERYSYNTAX","features":[584]},{"name":"QRY_E_SCOPECARDINALIDY","features":[584]},{"name":"QRY_E_SEARCHTOOBIG","features":[584]},{"name":"QRY_E_STARTHITTOBIG","features":[584]},{"name":"QRY_E_TIMEOUT","features":[584]},{"name":"QRY_E_TOOMANYCOLUMNS","features":[584]},{"name":"QRY_E_TOOMANYDATABASES","features":[584]},{"name":"QRY_E_TOOMANYQUERYTERMS","features":[584]},{"name":"QRY_E_TYPEMISMATCH","features":[584]},{"name":"QRY_E_UNEXPECTED","features":[584]},{"name":"QRY_E_UNHANDLEDTYPE","features":[584]},{"name":"QRY_E_WILDCARDPREFIXLENGTH","features":[584]},{"name":"QRY_S_INEXACTRESULTS","features":[584]},{"name":"QRY_S_NOROWSFOUND","features":[584]},{"name":"QRY_S_TERMIGNORED","features":[584]},{"name":"QUERY_E_AGGREGATE_NOT_SUPPORTED","features":[584]},{"name":"QUERY_E_ALLNOISE_AND_NO_RELDOC","features":[584]},{"name":"QUERY_E_ALLNOISE_AND_NO_RELPROP","features":[584]},{"name":"QUERY_E_DUPLICATE_RANGE_NAME","features":[584]},{"name":"QUERY_E_INCORRECT_VERSION","features":[584]},{"name":"QUERY_E_INVALIDCOALESCE","features":[584]},{"name":"QUERY_E_INVALIDSCOPE_COALESCE","features":[584]},{"name":"QUERY_E_INVALIDSORT_COALESCE","features":[584]},{"name":"QUERY_E_INVALID_DOCUMENT_IDENTIFIER","features":[584]},{"name":"QUERY_E_NO_RELDOC","features":[584]},{"name":"QUERY_E_NO_RELPROP","features":[584]},{"name":"QUERY_E_RELDOC_SYNTAX_NOT_SUPPORTED","features":[584]},{"name":"QUERY_E_REPEATED_RELDOC","features":[584]},{"name":"QUERY_E_TOP_LEVEL_IN_GROUP","features":[584]},{"name":"QUERY_E_UPGRADEINPROGRESS","features":[584]},{"name":"QUERY_PARSER_MANAGER_OPTION","features":[584]},{"name":"QUERY_SORTDEFAULT","features":[584]},{"name":"QUERY_SORTXASCEND","features":[584]},{"name":"QUERY_SORTXDESCEND","features":[584]},{"name":"QUERY_VALIDBITS","features":[584]},{"name":"QueryParser","features":[584]},{"name":"QueryParserManager","features":[584]},{"name":"RANGECATEGORIZE","features":[307,387,584,360]},{"name":"RESTRICTION","features":[307,512,387,584,360]},{"name":"REXSPH_E_DUPLICATE_PROPERTY","features":[584]},{"name":"REXSPH_E_INVALID_CALL","features":[584]},{"name":"REXSPH_E_MULTIPLE_REDIRECT","features":[584]},{"name":"REXSPH_E_NO_PROPERTY_ON_ROW","features":[584]},{"name":"REXSPH_E_REDIRECT_ON_SECURITY_UPDATE","features":[584]},{"name":"REXSPH_E_TYPE_MISMATCH_ON_READ","features":[584]},{"name":"REXSPH_E_UNEXPECTED_DATA_STATUS","features":[584]},{"name":"REXSPH_E_UNEXPECTED_FILTER_STATE","features":[584]},{"name":"REXSPH_E_UNKNOWN_DATA_TYPE","features":[584]},{"name":"REXSPH_S_REDIRECTED","features":[584]},{"name":"RMTPACK","features":[307,387,359,584,360]},{"name":"RMTPACK","features":[307,387,359,584,360]},{"name":"ROWSETEVENT_ITEMSTATE","features":[584]},{"name":"ROWSETEVENT_ITEMSTATE_INROWSET","features":[584]},{"name":"ROWSETEVENT_ITEMSTATE_NOTINROWSET","features":[584]},{"name":"ROWSETEVENT_ITEMSTATE_UNKNOWN","features":[584]},{"name":"ROWSETEVENT_TYPE","features":[584]},{"name":"ROWSETEVENT_TYPE_DATAEXPIRED","features":[584]},{"name":"ROWSETEVENT_TYPE_FOREGROUNDLOST","features":[584]},{"name":"ROWSETEVENT_TYPE_SCOPESTATISTICS","features":[584]},{"name":"RS_COMPLETED","features":[584]},{"name":"RS_MAYBOTHERUSER","features":[584]},{"name":"RS_READY","features":[584]},{"name":"RS_SUSPENDED","features":[584]},{"name":"RS_SUSPENDONIDLE","features":[584]},{"name":"RS_UPDATING","features":[584]},{"name":"RTAnd","features":[584]},{"name":"RTContent","features":[584]},{"name":"RTNatLanguage","features":[584]},{"name":"RTNone","features":[584]},{"name":"RTNot","features":[584]},{"name":"RTOr","features":[584]},{"name":"RTProperty","features":[584]},{"name":"RTProximity","features":[584]},{"name":"RTVector","features":[584]},{"name":"RootBinder","features":[584]},{"name":"SCHEMA_E_ADDSTOPWORDS","features":[584]},{"name":"SCHEMA_E_BADATTRIBUTE","features":[584]},{"name":"SCHEMA_E_BADCOLUMNNAME","features":[584]},{"name":"SCHEMA_E_BADFILENAME","features":[584]},{"name":"SCHEMA_E_BADPROPPID","features":[584]},{"name":"SCHEMA_E_BADPROPSPEC","features":[584]},{"name":"SCHEMA_E_CANNOTCREATEFILE","features":[584]},{"name":"SCHEMA_E_CANNOTCREATENOISEWORDFILE","features":[584]},{"name":"SCHEMA_E_CANNOTWRITEFILE","features":[584]},{"name":"SCHEMA_E_DUPLICATENOISE","features":[584]},{"name":"SCHEMA_E_EMPTYFILE","features":[584]},{"name":"SCHEMA_E_FILECHANGED","features":[584]},{"name":"SCHEMA_E_FILENOTFOUND","features":[584]},{"name":"SCHEMA_E_INVALIDDATATYPE","features":[584]},{"name":"SCHEMA_E_INVALIDFILETYPE","features":[584]},{"name":"SCHEMA_E_INVALIDVALUE","features":[584]},{"name":"SCHEMA_E_LOAD_SPECIAL","features":[584]},{"name":"SCHEMA_E_NAMEEXISTS","features":[584]},{"name":"SCHEMA_E_NESTEDTAG","features":[584]},{"name":"SCHEMA_E_NOMORECOLUMNS","features":[584]},{"name":"SCHEMA_E_PROPEXISTS","features":[584]},{"name":"SCHEMA_E_UNEXPECTEDTAG","features":[584]},{"name":"SCHEMA_E_VERSIONMISMATCH","features":[584]},{"name":"SCRIPTPI_E_ALREADY_COMPLETED","features":[584]},{"name":"SCRIPTPI_E_CANNOT_ALTER_CHUNK","features":[584]},{"name":"SCRIPTPI_E_CHUNK_NOT_TEXT","features":[584]},{"name":"SCRIPTPI_E_CHUNK_NOT_VALUE","features":[584]},{"name":"SCRIPTPI_E_PID_NOT_NAME","features":[584]},{"name":"SCRIPTPI_E_PID_NOT_NUMERIC","features":[584]},{"name":"SEARCH_ADVANCED_QUERY_SYNTAX","features":[584]},{"name":"SEARCH_CHANGE_ADD","features":[584]},{"name":"SEARCH_CHANGE_DELETE","features":[584]},{"name":"SEARCH_CHANGE_MODIFY","features":[584]},{"name":"SEARCH_CHANGE_MOVE_RENAME","features":[584]},{"name":"SEARCH_CHANGE_SEMANTICS_DIRECTORY","features":[584]},{"name":"SEARCH_CHANGE_SEMANTICS_SHALLOW","features":[584]},{"name":"SEARCH_CHANGE_SEMANTICS_UPDATE_SECURITY","features":[584]},{"name":"SEARCH_COLUMN_PROPERTIES","features":[307,387,584,360]},{"name":"SEARCH_HIGH_PRIORITY","features":[584]},{"name":"SEARCH_INDEXING_PHASE","features":[584]},{"name":"SEARCH_INDEXING_PHASE_GATHERER","features":[584]},{"name":"SEARCH_INDEXING_PHASE_PERSISTED","features":[584]},{"name":"SEARCH_INDEXING_PHASE_QUERYABLE","features":[584]},{"name":"SEARCH_ITEM_CHANGE","features":[358,584]},{"name":"SEARCH_ITEM_INDEXING_STATUS","features":[584]},{"name":"SEARCH_ITEM_PERSISTENT_CHANGE","features":[584]},{"name":"SEARCH_KIND_OF_CHANGE","features":[584]},{"name":"SEARCH_NATURAL_QUERY_SYNTAX","features":[584]},{"name":"SEARCH_NORMAL_PRIORITY","features":[584]},{"name":"SEARCH_NOTIFICATION_PRIORITY","features":[584]},{"name":"SEARCH_NO_QUERY_SYNTAX","features":[584]},{"name":"SEARCH_QUERY_SYNTAX","features":[584]},{"name":"SEARCH_TERM_EXPANSION","features":[584]},{"name":"SEARCH_TERM_NO_EXPANSION","features":[584]},{"name":"SEARCH_TERM_PREFIX_ALL","features":[584]},{"name":"SEARCH_TERM_STEM_ALL","features":[584]},{"name":"SEC_E_ACCESSDENIED","features":[584]},{"name":"SEC_E_BADTRUSTEEID","features":[584]},{"name":"SEC_E_INITFAILED","features":[584]},{"name":"SEC_E_INVALIDACCESSENTRY","features":[584]},{"name":"SEC_E_INVALIDACCESSENTRYLIST","features":[584]},{"name":"SEC_E_INVALIDCONTEXT","features":[584]},{"name":"SEC_E_INVALIDOBJECT","features":[584]},{"name":"SEC_E_INVALIDOWNER","features":[584]},{"name":"SEC_E_NOMEMBERSHIPSUPPORT","features":[584]},{"name":"SEC_E_NOOWNER","features":[584]},{"name":"SEC_E_NOTINITIALIZED","features":[584]},{"name":"SEC_E_NOTRUSTEEID","features":[584]},{"name":"SEC_E_PERMISSIONDENIED","features":[584]},{"name":"SEC_OBJECT","features":[512,584]},{"name":"SEC_OBJECT","features":[512,584]},{"name":"SEC_OBJECT_ELEMENT","features":[512,584]},{"name":"SEC_OBJECT_ELEMENT","features":[512,584]},{"name":"SI_TEMPORARY","features":[584]},{"name":"SORTKEY","features":[512,387,584]},{"name":"SORTSET","features":[512,387,584]},{"name":"SPS_WS_ERROR","features":[584]},{"name":"SQLAOPANY","features":[584]},{"name":"SQLAOPAVG","features":[584]},{"name":"SQLAOPCNT","features":[584]},{"name":"SQLAOPMAX","features":[584]},{"name":"SQLAOPMIN","features":[584]},{"name":"SQLAOPNOOP","features":[584]},{"name":"SQLAOPSTDEV","features":[584]},{"name":"SQLAOPSTDEVP","features":[584]},{"name":"SQLAOPSUM","features":[584]},{"name":"SQLAOPVAR","features":[584]},{"name":"SQLAOPVARP","features":[584]},{"name":"SQLAllocConnect","features":[584]},{"name":"SQLAllocEnv","features":[584]},{"name":"SQLAllocHandle","features":[584]},{"name":"SQLAllocHandleStd","features":[584]},{"name":"SQLAllocStmt","features":[584]},{"name":"SQLBIGBINARY","features":[584]},{"name":"SQLBIGCHAR","features":[584]},{"name":"SQLBIGVARBINARY","features":[584]},{"name":"SQLBIGVARCHAR","features":[584]},{"name":"SQLBINARY","features":[584]},{"name":"SQLBIT","features":[584]},{"name":"SQLBITN","features":[584]},{"name":"SQLBindCol","features":[584]},{"name":"SQLBindCol","features":[584]},{"name":"SQLBindParam","features":[584]},{"name":"SQLBindParam","features":[584]},{"name":"SQLBindParameter","features":[584]},{"name":"SQLBindParameter","features":[584]},{"name":"SQLBrowseConnect","features":[584]},{"name":"SQLBrowseConnectA","features":[584]},{"name":"SQLBrowseConnectW","features":[584]},{"name":"SQLBulkOperations","features":[584]},{"name":"SQLCHARACTER","features":[584]},{"name":"SQLCancel","features":[584]},{"name":"SQLCancelHandle","features":[584]},{"name":"SQLCloseCursor","features":[584]},{"name":"SQLCloseEnumServers","features":[307,584]},{"name":"SQLColAttribute","features":[584]},{"name":"SQLColAttribute","features":[584]},{"name":"SQLColAttributeA","features":[584]},{"name":"SQLColAttributeA","features":[584]},{"name":"SQLColAttributeW","features":[584]},{"name":"SQLColAttributeW","features":[584]},{"name":"SQLColAttributes","features":[584]},{"name":"SQLColAttributes","features":[584]},{"name":"SQLColAttributesA","features":[584]},{"name":"SQLColAttributesA","features":[584]},{"name":"SQLColAttributesW","features":[584]},{"name":"SQLColAttributesW","features":[584]},{"name":"SQLColumnPrivileges","features":[584]},{"name":"SQLColumnPrivilegesA","features":[584]},{"name":"SQLColumnPrivilegesW","features":[584]},{"name":"SQLColumns","features":[584]},{"name":"SQLColumnsA","features":[584]},{"name":"SQLColumnsW","features":[584]},{"name":"SQLCompleteAsync","features":[584]},{"name":"SQLConnect","features":[584]},{"name":"SQLConnectA","features":[584]},{"name":"SQLConnectW","features":[584]},{"name":"SQLCopyDesc","features":[584]},{"name":"SQLDATETIM4","features":[584]},{"name":"SQLDATETIME","features":[584]},{"name":"SQLDATETIMN","features":[584]},{"name":"SQLDECIMAL","features":[584]},{"name":"SQLDECIMALN","features":[584]},{"name":"SQLDataSources","features":[584]},{"name":"SQLDataSourcesA","features":[584]},{"name":"SQLDataSourcesW","features":[584]},{"name":"SQLDescribeCol","features":[584]},{"name":"SQLDescribeCol","features":[584]},{"name":"SQLDescribeColA","features":[584]},{"name":"SQLDescribeColA","features":[584]},{"name":"SQLDescribeColW","features":[584]},{"name":"SQLDescribeColW","features":[584]},{"name":"SQLDescribeParam","features":[584]},{"name":"SQLDescribeParam","features":[584]},{"name":"SQLDisconnect","features":[584]},{"name":"SQLDriverConnect","features":[584]},{"name":"SQLDriverConnectA","features":[584]},{"name":"SQLDriverConnectW","features":[584]},{"name":"SQLDrivers","features":[584]},{"name":"SQLDriversA","features":[584]},{"name":"SQLDriversW","features":[584]},{"name":"SQLEndTran","features":[584]},{"name":"SQLError","features":[584]},{"name":"SQLErrorA","features":[584]},{"name":"SQLErrorW","features":[584]},{"name":"SQLExecDirect","features":[584]},{"name":"SQLExecDirectA","features":[584]},{"name":"SQLExecDirectW","features":[584]},{"name":"SQLExecute","features":[584]},{"name":"SQLExtendedFetch","features":[584]},{"name":"SQLExtendedFetch","features":[584]},{"name":"SQLFLT4","features":[584]},{"name":"SQLFLT8","features":[584]},{"name":"SQLFLTN","features":[584]},{"name":"SQLFetch","features":[584]},{"name":"SQLFetchScroll","features":[584]},{"name":"SQLFetchScroll","features":[584]},{"name":"SQLForeignKeys","features":[584]},{"name":"SQLForeignKeysA","features":[584]},{"name":"SQLForeignKeysW","features":[584]},{"name":"SQLFreeConnect","features":[584]},{"name":"SQLFreeEnv","features":[584]},{"name":"SQLFreeHandle","features":[584]},{"name":"SQLFreeStmt","features":[584]},{"name":"SQLGetConnectAttr","features":[584]},{"name":"SQLGetConnectAttrA","features":[584]},{"name":"SQLGetConnectAttrW","features":[584]},{"name":"SQLGetConnectOption","features":[584]},{"name":"SQLGetConnectOptionA","features":[584]},{"name":"SQLGetConnectOptionW","features":[584]},{"name":"SQLGetCursorName","features":[584]},{"name":"SQLGetCursorNameA","features":[584]},{"name":"SQLGetCursorNameW","features":[584]},{"name":"SQLGetData","features":[584]},{"name":"SQLGetData","features":[584]},{"name":"SQLGetDescField","features":[584]},{"name":"SQLGetDescFieldA","features":[584]},{"name":"SQLGetDescFieldW","features":[584]},{"name":"SQLGetDescRec","features":[584]},{"name":"SQLGetDescRec","features":[584]},{"name":"SQLGetDescRecA","features":[584]},{"name":"SQLGetDescRecA","features":[584]},{"name":"SQLGetDescRecW","features":[584]},{"name":"SQLGetDescRecW","features":[584]},{"name":"SQLGetDiagField","features":[584]},{"name":"SQLGetDiagFieldA","features":[584]},{"name":"SQLGetDiagFieldW","features":[584]},{"name":"SQLGetDiagRec","features":[584]},{"name":"SQLGetDiagRecA","features":[584]},{"name":"SQLGetDiagRecW","features":[584]},{"name":"SQLGetEnvAttr","features":[584]},{"name":"SQLGetFunctions","features":[584]},{"name":"SQLGetInfo","features":[584]},{"name":"SQLGetInfoA","features":[584]},{"name":"SQLGetInfoW","features":[584]},{"name":"SQLGetNextEnumeration","features":[307,584]},{"name":"SQLGetStmtAttr","features":[584]},{"name":"SQLGetStmtAttrA","features":[584]},{"name":"SQLGetStmtAttrW","features":[584]},{"name":"SQLGetStmtOption","features":[584]},{"name":"SQLGetTypeInfo","features":[584]},{"name":"SQLGetTypeInfoA","features":[584]},{"name":"SQLGetTypeInfoW","features":[584]},{"name":"SQLIMAGE","features":[584]},{"name":"SQLINT1","features":[584]},{"name":"SQLINT2","features":[584]},{"name":"SQLINT4","features":[584]},{"name":"SQLINT8","features":[584]},{"name":"SQLINTERVAL","features":[584]},{"name":"SQLINTN","features":[584]},{"name":"SQLInitEnumServers","features":[307,584]},{"name":"SQLLinkedCatalogsA","features":[584]},{"name":"SQLLinkedCatalogsW","features":[584]},{"name":"SQLLinkedServers","features":[584]},{"name":"SQLMONEY","features":[584]},{"name":"SQLMONEY4","features":[584]},{"name":"SQLMONEYN","features":[584]},{"name":"SQLMoreResults","features":[584]},{"name":"SQLNCHAR","features":[584]},{"name":"SQLNTEXT","features":[584]},{"name":"SQLNUMERIC","features":[584]},{"name":"SQLNUMERICN","features":[584]},{"name":"SQLNVARCHAR","features":[584]},{"name":"SQLNativeSql","features":[584]},{"name":"SQLNativeSqlA","features":[584]},{"name":"SQLNativeSqlW","features":[584]},{"name":"SQLNumParams","features":[584]},{"name":"SQLNumResultCols","features":[584]},{"name":"SQLPERF","features":[584]},{"name":"SQLParamData","features":[584]},{"name":"SQLParamOptions","features":[584]},{"name":"SQLParamOptions","features":[584]},{"name":"SQLPrepare","features":[584]},{"name":"SQLPrepareA","features":[584]},{"name":"SQLPrepareW","features":[584]},{"name":"SQLPrimaryKeys","features":[584]},{"name":"SQLPrimaryKeysA","features":[584]},{"name":"SQLPrimaryKeysW","features":[584]},{"name":"SQLProcedureColumns","features":[584]},{"name":"SQLProcedureColumnsA","features":[584]},{"name":"SQLProcedureColumnsW","features":[584]},{"name":"SQLProcedures","features":[584]},{"name":"SQLProceduresA","features":[584]},{"name":"SQLProceduresW","features":[584]},{"name":"SQLPutData","features":[584]},{"name":"SQLPutData","features":[584]},{"name":"SQLRowCount","features":[584]},{"name":"SQLRowCount","features":[584]},{"name":"SQLSetConnectAttr","features":[584]},{"name":"SQLSetConnectAttrA","features":[584]},{"name":"SQLSetConnectAttrW","features":[584]},{"name":"SQLSetConnectOption","features":[584]},{"name":"SQLSetConnectOption","features":[584]},{"name":"SQLSetConnectOptionA","features":[584]},{"name":"SQLSetConnectOptionA","features":[584]},{"name":"SQLSetConnectOptionW","features":[584]},{"name":"SQLSetConnectOptionW","features":[584]},{"name":"SQLSetCursorName","features":[584]},{"name":"SQLSetCursorNameA","features":[584]},{"name":"SQLSetCursorNameW","features":[584]},{"name":"SQLSetDescField","features":[584]},{"name":"SQLSetDescFieldW","features":[584]},{"name":"SQLSetDescRec","features":[584]},{"name":"SQLSetDescRec","features":[584]},{"name":"SQLSetEnvAttr","features":[584]},{"name":"SQLSetParam","features":[584]},{"name":"SQLSetParam","features":[584]},{"name":"SQLSetPos","features":[584]},{"name":"SQLSetPos","features":[584]},{"name":"SQLSetScrollOptions","features":[584]},{"name":"SQLSetScrollOptions","features":[584]},{"name":"SQLSetStmtAttr","features":[584]},{"name":"SQLSetStmtAttrW","features":[584]},{"name":"SQLSetStmtOption","features":[584]},{"name":"SQLSetStmtOption","features":[584]},{"name":"SQLSpecialColumns","features":[584]},{"name":"SQLSpecialColumnsA","features":[584]},{"name":"SQLSpecialColumnsW","features":[584]},{"name":"SQLStatistics","features":[584]},{"name":"SQLStatisticsA","features":[584]},{"name":"SQLStatisticsW","features":[584]},{"name":"SQLTEXT","features":[584]},{"name":"SQLTablePrivileges","features":[584]},{"name":"SQLTablePrivilegesA","features":[584]},{"name":"SQLTablePrivilegesW","features":[584]},{"name":"SQLTables","features":[584]},{"name":"SQLTablesA","features":[584]},{"name":"SQLTablesW","features":[584]},{"name":"SQLTransact","features":[584]},{"name":"SQLUNIQUEID","features":[584]},{"name":"SQLVARBINARY","features":[584]},{"name":"SQLVARCHAR","features":[584]},{"name":"SQLVARENUM","features":[584]},{"name":"SQLVARIANT","features":[584]},{"name":"SQL_AA_FALSE","features":[584]},{"name":"SQL_AA_TRUE","features":[584]},{"name":"SQL_ACCESSIBLE_PROCEDURES","features":[584]},{"name":"SQL_ACCESSIBLE_TABLES","features":[584]},{"name":"SQL_ACCESS_MODE","features":[584]},{"name":"SQL_ACTIVE_CONNECTIONS","features":[584]},{"name":"SQL_ACTIVE_ENVIRONMENTS","features":[584]},{"name":"SQL_ACTIVE_STATEMENTS","features":[584]},{"name":"SQL_ADD","features":[584]},{"name":"SQL_AD_ADD_CONSTRAINT_DEFERRABLE","features":[584]},{"name":"SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED","features":[584]},{"name":"SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE","features":[584]},{"name":"SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE","features":[584]},{"name":"SQL_AD_ADD_DOMAIN_CONSTRAINT","features":[584]},{"name":"SQL_AD_ADD_DOMAIN_DEFAULT","features":[584]},{"name":"SQL_AD_CONSTRAINT_NAME_DEFINITION","features":[584]},{"name":"SQL_AD_DEFAULT","features":[584]},{"name":"SQL_AD_DROP_DOMAIN_CONSTRAINT","features":[584]},{"name":"SQL_AD_DROP_DOMAIN_DEFAULT","features":[584]},{"name":"SQL_AD_OFF","features":[584]},{"name":"SQL_AD_ON","features":[584]},{"name":"SQL_AF_ALL","features":[584]},{"name":"SQL_AF_AVG","features":[584]},{"name":"SQL_AF_COUNT","features":[584]},{"name":"SQL_AF_DISTINCT","features":[584]},{"name":"SQL_AF_MAX","features":[584]},{"name":"SQL_AF_MIN","features":[584]},{"name":"SQL_AF_SUM","features":[584]},{"name":"SQL_AGGREGATE_FUNCTIONS","features":[584]},{"name":"SQL_ALL_CATALOGS","features":[584]},{"name":"SQL_ALL_EXCEPT_LIKE","features":[584]},{"name":"SQL_ALL_SCHEMAS","features":[584]},{"name":"SQL_ALL_TABLE_TYPES","features":[584]},{"name":"SQL_ALL_TYPES","features":[584]},{"name":"SQL_ALTER_DOMAIN","features":[584]},{"name":"SQL_ALTER_TABLE","features":[584]},{"name":"SQL_AM_CONNECTION","features":[584]},{"name":"SQL_AM_NONE","features":[584]},{"name":"SQL_AM_STATEMENT","features":[584]},{"name":"SQL_AO_DEFAULT","features":[584]},{"name":"SQL_AO_OFF","features":[584]},{"name":"SQL_AO_ON","features":[584]},{"name":"SQL_APD_TYPE","features":[584]},{"name":"SQL_API_ALL_FUNCTIONS","features":[584]},{"name":"SQL_API_LOADBYORDINAL","features":[584]},{"name":"SQL_API_ODBC3_ALL_FUNCTIONS","features":[584]},{"name":"SQL_API_ODBC3_ALL_FUNCTIONS_SIZE","features":[584]},{"name":"SQL_API_SQLALLOCCONNECT","features":[584]},{"name":"SQL_API_SQLALLOCENV","features":[584]},{"name":"SQL_API_SQLALLOCHANDLE","features":[584]},{"name":"SQL_API_SQLALLOCHANDLESTD","features":[584]},{"name":"SQL_API_SQLALLOCSTMT","features":[584]},{"name":"SQL_API_SQLBINDCOL","features":[584]},{"name":"SQL_API_SQLBINDPARAM","features":[584]},{"name":"SQL_API_SQLBINDPARAMETER","features":[584]},{"name":"SQL_API_SQLBROWSECONNECT","features":[584]},{"name":"SQL_API_SQLBULKOPERATIONS","features":[584]},{"name":"SQL_API_SQLCANCEL","features":[584]},{"name":"SQL_API_SQLCANCELHANDLE","features":[584]},{"name":"SQL_API_SQLCLOSECURSOR","features":[584]},{"name":"SQL_API_SQLCOLATTRIBUTE","features":[584]},{"name":"SQL_API_SQLCOLATTRIBUTES","features":[584]},{"name":"SQL_API_SQLCOLUMNPRIVILEGES","features":[584]},{"name":"SQL_API_SQLCOLUMNS","features":[584]},{"name":"SQL_API_SQLCOMPLETEASYNC","features":[584]},{"name":"SQL_API_SQLCONNECT","features":[584]},{"name":"SQL_API_SQLCOPYDESC","features":[584]},{"name":"SQL_API_SQLDATASOURCES","features":[584]},{"name":"SQL_API_SQLDESCRIBECOL","features":[584]},{"name":"SQL_API_SQLDESCRIBEPARAM","features":[584]},{"name":"SQL_API_SQLDISCONNECT","features":[584]},{"name":"SQL_API_SQLDRIVERCONNECT","features":[584]},{"name":"SQL_API_SQLDRIVERS","features":[584]},{"name":"SQL_API_SQLENDTRAN","features":[584]},{"name":"SQL_API_SQLERROR","features":[584]},{"name":"SQL_API_SQLEXECDIRECT","features":[584]},{"name":"SQL_API_SQLEXECUTE","features":[584]},{"name":"SQL_API_SQLEXTENDEDFETCH","features":[584]},{"name":"SQL_API_SQLFETCH","features":[584]},{"name":"SQL_API_SQLFETCHSCROLL","features":[584]},{"name":"SQL_API_SQLFOREIGNKEYS","features":[584]},{"name":"SQL_API_SQLFREECONNECT","features":[584]},{"name":"SQL_API_SQLFREEENV","features":[584]},{"name":"SQL_API_SQLFREEHANDLE","features":[584]},{"name":"SQL_API_SQLFREESTMT","features":[584]},{"name":"SQL_API_SQLGETCONNECTATTR","features":[584]},{"name":"SQL_API_SQLGETCONNECTOPTION","features":[584]},{"name":"SQL_API_SQLGETCURSORNAME","features":[584]},{"name":"SQL_API_SQLGETDATA","features":[584]},{"name":"SQL_API_SQLGETDESCFIELD","features":[584]},{"name":"SQL_API_SQLGETDESCREC","features":[584]},{"name":"SQL_API_SQLGETDIAGFIELD","features":[584]},{"name":"SQL_API_SQLGETDIAGREC","features":[584]},{"name":"SQL_API_SQLGETENVATTR","features":[584]},{"name":"SQL_API_SQLGETFUNCTIONS","features":[584]},{"name":"SQL_API_SQLGETINFO","features":[584]},{"name":"SQL_API_SQLGETSTMTATTR","features":[584]},{"name":"SQL_API_SQLGETSTMTOPTION","features":[584]},{"name":"SQL_API_SQLGETTYPEINFO","features":[584]},{"name":"SQL_API_SQLMORERESULTS","features":[584]},{"name":"SQL_API_SQLNATIVESQL","features":[584]},{"name":"SQL_API_SQLNUMPARAMS","features":[584]},{"name":"SQL_API_SQLNUMRESULTCOLS","features":[584]},{"name":"SQL_API_SQLPARAMDATA","features":[584]},{"name":"SQL_API_SQLPARAMOPTIONS","features":[584]},{"name":"SQL_API_SQLPREPARE","features":[584]},{"name":"SQL_API_SQLPRIMARYKEYS","features":[584]},{"name":"SQL_API_SQLPRIVATEDRIVERS","features":[584]},{"name":"SQL_API_SQLPROCEDURECOLUMNS","features":[584]},{"name":"SQL_API_SQLPROCEDURES","features":[584]},{"name":"SQL_API_SQLPUTDATA","features":[584]},{"name":"SQL_API_SQLROWCOUNT","features":[584]},{"name":"SQL_API_SQLSETCONNECTATTR","features":[584]},{"name":"SQL_API_SQLSETCONNECTOPTION","features":[584]},{"name":"SQL_API_SQLSETCURSORNAME","features":[584]},{"name":"SQL_API_SQLSETDESCFIELD","features":[584]},{"name":"SQL_API_SQLSETDESCREC","features":[584]},{"name":"SQL_API_SQLSETENVATTR","features":[584]},{"name":"SQL_API_SQLSETPARAM","features":[584]},{"name":"SQL_API_SQLSETPOS","features":[584]},{"name":"SQL_API_SQLSETSCROLLOPTIONS","features":[584]},{"name":"SQL_API_SQLSETSTMTATTR","features":[584]},{"name":"SQL_API_SQLSETSTMTOPTION","features":[584]},{"name":"SQL_API_SQLSPECIALCOLUMNS","features":[584]},{"name":"SQL_API_SQLSTATISTICS","features":[584]},{"name":"SQL_API_SQLTABLEPRIVILEGES","features":[584]},{"name":"SQL_API_SQLTABLES","features":[584]},{"name":"SQL_API_SQLTRANSACT","features":[584]},{"name":"SQL_ARD_TYPE","features":[584]},{"name":"SQL_ASYNC_DBC_CAPABLE","features":[584]},{"name":"SQL_ASYNC_DBC_ENABLE_DEFAULT","features":[584]},{"name":"SQL_ASYNC_DBC_ENABLE_OFF","features":[584]},{"name":"SQL_ASYNC_DBC_ENABLE_ON","features":[584]},{"name":"SQL_ASYNC_DBC_FUNCTIONS","features":[584]},{"name":"SQL_ASYNC_DBC_NOT_CAPABLE","features":[584]},{"name":"SQL_ASYNC_ENABLE","features":[584]},{"name":"SQL_ASYNC_ENABLE_DEFAULT","features":[584]},{"name":"SQL_ASYNC_ENABLE_OFF","features":[584]},{"name":"SQL_ASYNC_ENABLE_ON","features":[584]},{"name":"SQL_ASYNC_MODE","features":[584]},{"name":"SQL_ASYNC_NOTIFICATION","features":[584]},{"name":"SQL_ASYNC_NOTIFICATION_CALLBACK","features":[307,584]},{"name":"SQL_ASYNC_NOTIFICATION_CAPABLE","features":[584]},{"name":"SQL_ASYNC_NOTIFICATION_NOT_CAPABLE","features":[584]},{"name":"SQL_ATTR_ACCESS_MODE","features":[584]},{"name":"SQL_ATTR_ANSI_APP","features":[584]},{"name":"SQL_ATTR_APPLICATION_KEY","features":[584]},{"name":"SQL_ATTR_APP_PARAM_DESC","features":[584]},{"name":"SQL_ATTR_APP_ROW_DESC","features":[584]},{"name":"SQL_ATTR_ASYNC_DBC_EVENT","features":[584]},{"name":"SQL_ATTR_ASYNC_DBC_FUNCTIONS_ENABLE","features":[584]},{"name":"SQL_ATTR_ASYNC_DBC_NOTIFICATION_CALLBACK","features":[584]},{"name":"SQL_ATTR_ASYNC_DBC_NOTIFICATION_CONTEXT","features":[584]},{"name":"SQL_ATTR_ASYNC_ENABLE","features":[584]},{"name":"SQL_ATTR_ASYNC_STMT_EVENT","features":[584]},{"name":"SQL_ATTR_ASYNC_STMT_NOTIFICATION_CALLBACK","features":[584]},{"name":"SQL_ATTR_ASYNC_STMT_NOTIFICATION_CONTEXT","features":[584]},{"name":"SQL_ATTR_AUTOCOMMIT","features":[584]},{"name":"SQL_ATTR_AUTO_IPD","features":[584]},{"name":"SQL_ATTR_CONCURRENCY","features":[584]},{"name":"SQL_ATTR_CONNECTION_DEAD","features":[584]},{"name":"SQL_ATTR_CONNECTION_POOLING","features":[584]},{"name":"SQL_ATTR_CONNECTION_TIMEOUT","features":[584]},{"name":"SQL_ATTR_CP_MATCH","features":[584]},{"name":"SQL_ATTR_CURRENT_CATALOG","features":[584]},{"name":"SQL_ATTR_CURSOR_SCROLLABLE","features":[584]},{"name":"SQL_ATTR_CURSOR_SENSITIVITY","features":[584]},{"name":"SQL_ATTR_CURSOR_TYPE","features":[584]},{"name":"SQL_ATTR_DBC_INFO_TOKEN","features":[584]},{"name":"SQL_ATTR_DISCONNECT_BEHAVIOR","features":[584]},{"name":"SQL_ATTR_ENABLE_AUTO_IPD","features":[584]},{"name":"SQL_ATTR_ENLIST_IN_DTC","features":[584]},{"name":"SQL_ATTR_ENLIST_IN_XA","features":[584]},{"name":"SQL_ATTR_FETCH_BOOKMARK_PTR","features":[584]},{"name":"SQL_ATTR_IMP_PARAM_DESC","features":[584]},{"name":"SQL_ATTR_IMP_ROW_DESC","features":[584]},{"name":"SQL_ATTR_KEYSET_SIZE","features":[584]},{"name":"SQL_ATTR_LOGIN_TIMEOUT","features":[584]},{"name":"SQL_ATTR_MAX_LENGTH","features":[584]},{"name":"SQL_ATTR_MAX_ROWS","features":[584]},{"name":"SQL_ATTR_METADATA_ID","features":[584]},{"name":"SQL_ATTR_NOSCAN","features":[584]},{"name":"SQL_ATTR_ODBC_CURSORS","features":[584]},{"name":"SQL_ATTR_ODBC_VERSION","features":[584]},{"name":"SQL_ATTR_OUTPUT_NTS","features":[584]},{"name":"SQL_ATTR_PACKET_SIZE","features":[584]},{"name":"SQL_ATTR_PARAMSET_SIZE","features":[584]},{"name":"SQL_ATTR_PARAMS_PROCESSED_PTR","features":[584]},{"name":"SQL_ATTR_PARAM_BIND_OFFSET_PTR","features":[584]},{"name":"SQL_ATTR_PARAM_BIND_TYPE","features":[584]},{"name":"SQL_ATTR_PARAM_OPERATION_PTR","features":[584]},{"name":"SQL_ATTR_PARAM_STATUS_PTR","features":[584]},{"name":"SQL_ATTR_QUERY_TIMEOUT","features":[584]},{"name":"SQL_ATTR_QUIET_MODE","features":[584]},{"name":"SQL_ATTR_READONLY","features":[584]},{"name":"SQL_ATTR_READWRITE_UNKNOWN","features":[584]},{"name":"SQL_ATTR_RESET_CONNECTION","features":[584]},{"name":"SQL_ATTR_RETRIEVE_DATA","features":[584]},{"name":"SQL_ATTR_ROWS_FETCHED_PTR","features":[584]},{"name":"SQL_ATTR_ROW_ARRAY_SIZE","features":[584]},{"name":"SQL_ATTR_ROW_BIND_OFFSET_PTR","features":[584]},{"name":"SQL_ATTR_ROW_BIND_TYPE","features":[584]},{"name":"SQL_ATTR_ROW_NUMBER","features":[584]},{"name":"SQL_ATTR_ROW_OPERATION_PTR","features":[584]},{"name":"SQL_ATTR_ROW_STATUS_PTR","features":[584]},{"name":"SQL_ATTR_SIMULATE_CURSOR","features":[584]},{"name":"SQL_ATTR_TRACE","features":[584]},{"name":"SQL_ATTR_TRACEFILE","features":[584]},{"name":"SQL_ATTR_TRANSLATE_LIB","features":[584]},{"name":"SQL_ATTR_TRANSLATE_OPTION","features":[584]},{"name":"SQL_ATTR_TXN_ISOLATION","features":[584]},{"name":"SQL_ATTR_USE_BOOKMARKS","features":[584]},{"name":"SQL_ATTR_WRITE","features":[584]},{"name":"SQL_AT_ADD_COLUMN","features":[584]},{"name":"SQL_AT_ADD_COLUMN_COLLATION","features":[584]},{"name":"SQL_AT_ADD_COLUMN_DEFAULT","features":[584]},{"name":"SQL_AT_ADD_COLUMN_SINGLE","features":[584]},{"name":"SQL_AT_ADD_CONSTRAINT","features":[584]},{"name":"SQL_AT_ADD_TABLE_CONSTRAINT","features":[584]},{"name":"SQL_AT_CONSTRAINT_DEFERRABLE","features":[584]},{"name":"SQL_AT_CONSTRAINT_INITIALLY_DEFERRED","features":[584]},{"name":"SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE","features":[584]},{"name":"SQL_AT_CONSTRAINT_NAME_DEFINITION","features":[584]},{"name":"SQL_AT_CONSTRAINT_NON_DEFERRABLE","features":[584]},{"name":"SQL_AT_DROP_COLUMN","features":[584]},{"name":"SQL_AT_DROP_COLUMN_CASCADE","features":[584]},{"name":"SQL_AT_DROP_COLUMN_DEFAULT","features":[584]},{"name":"SQL_AT_DROP_COLUMN_RESTRICT","features":[584]},{"name":"SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE","features":[584]},{"name":"SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT","features":[584]},{"name":"SQL_AT_SET_COLUMN_DEFAULT","features":[584]},{"name":"SQL_AUTOCOMMIT","features":[584]},{"name":"SQL_AUTOCOMMIT_DEFAULT","features":[584]},{"name":"SQL_AUTOCOMMIT_OFF","features":[584]},{"name":"SQL_AUTOCOMMIT_ON","features":[584]},{"name":"SQL_BATCH_ROW_COUNT","features":[584]},{"name":"SQL_BATCH_SUPPORT","features":[584]},{"name":"SQL_BCP_DEFAULT","features":[584]},{"name":"SQL_BCP_OFF","features":[584]},{"name":"SQL_BCP_ON","features":[584]},{"name":"SQL_BEST_ROWID","features":[584]},{"name":"SQL_BIGINT","features":[584]},{"name":"SQL_BINARY","features":[584]},{"name":"SQL_BIND_BY_COLUMN","features":[584]},{"name":"SQL_BIND_TYPE","features":[584]},{"name":"SQL_BIND_TYPE_DEFAULT","features":[584]},{"name":"SQL_BIT","features":[584]},{"name":"SQL_BOOKMARK_PERSISTENCE","features":[584]},{"name":"SQL_BP_CLOSE","features":[584]},{"name":"SQL_BP_DELETE","features":[584]},{"name":"SQL_BP_DROP","features":[584]},{"name":"SQL_BP_OTHER_HSTMT","features":[584]},{"name":"SQL_BP_SCROLL","features":[584]},{"name":"SQL_BP_TRANSACTION","features":[584]},{"name":"SQL_BP_UPDATE","features":[584]},{"name":"SQL_BRC_EXPLICIT","features":[584]},{"name":"SQL_BRC_PROCEDURES","features":[584]},{"name":"SQL_BRC_ROLLED_UP","features":[584]},{"name":"SQL_BS_ROW_COUNT_EXPLICIT","features":[584]},{"name":"SQL_BS_ROW_COUNT_PROC","features":[584]},{"name":"SQL_BS_SELECT_EXPLICIT","features":[584]},{"name":"SQL_BS_SELECT_PROC","features":[584]},{"name":"SQL_CA1_ABSOLUTE","features":[584]},{"name":"SQL_CA1_BOOKMARK","features":[584]},{"name":"SQL_CA1_BULK_ADD","features":[584]},{"name":"SQL_CA1_BULK_DELETE_BY_BOOKMARK","features":[584]},{"name":"SQL_CA1_BULK_FETCH_BY_BOOKMARK","features":[584]},{"name":"SQL_CA1_BULK_UPDATE_BY_BOOKMARK","features":[584]},{"name":"SQL_CA1_LOCK_EXCLUSIVE","features":[584]},{"name":"SQL_CA1_LOCK_NO_CHANGE","features":[584]},{"name":"SQL_CA1_LOCK_UNLOCK","features":[584]},{"name":"SQL_CA1_NEXT","features":[584]},{"name":"SQL_CA1_POSITIONED_DELETE","features":[584]},{"name":"SQL_CA1_POSITIONED_UPDATE","features":[584]},{"name":"SQL_CA1_POS_DELETE","features":[584]},{"name":"SQL_CA1_POS_POSITION","features":[584]},{"name":"SQL_CA1_POS_REFRESH","features":[584]},{"name":"SQL_CA1_POS_UPDATE","features":[584]},{"name":"SQL_CA1_RELATIVE","features":[584]},{"name":"SQL_CA1_SELECT_FOR_UPDATE","features":[584]},{"name":"SQL_CA2_CRC_APPROXIMATE","features":[584]},{"name":"SQL_CA2_CRC_EXACT","features":[584]},{"name":"SQL_CA2_LOCK_CONCURRENCY","features":[584]},{"name":"SQL_CA2_MAX_ROWS_CATALOG","features":[584]},{"name":"SQL_CA2_MAX_ROWS_DELETE","features":[584]},{"name":"SQL_CA2_MAX_ROWS_INSERT","features":[584]},{"name":"SQL_CA2_MAX_ROWS_SELECT","features":[584]},{"name":"SQL_CA2_MAX_ROWS_UPDATE","features":[584]},{"name":"SQL_CA2_OPT_ROWVER_CONCURRENCY","features":[584]},{"name":"SQL_CA2_OPT_VALUES_CONCURRENCY","features":[584]},{"name":"SQL_CA2_READ_ONLY_CONCURRENCY","features":[584]},{"name":"SQL_CA2_SENSITIVITY_ADDITIONS","features":[584]},{"name":"SQL_CA2_SENSITIVITY_DELETIONS","features":[584]},{"name":"SQL_CA2_SENSITIVITY_UPDATES","features":[584]},{"name":"SQL_CA2_SIMULATE_NON_UNIQUE","features":[584]},{"name":"SQL_CA2_SIMULATE_TRY_UNIQUE","features":[584]},{"name":"SQL_CA2_SIMULATE_UNIQUE","features":[584]},{"name":"SQL_CACHE_DATA_NO","features":[584]},{"name":"SQL_CACHE_DATA_YES","features":[584]},{"name":"SQL_CASCADE","features":[584]},{"name":"SQL_CATALOG_LOCATION","features":[584]},{"name":"SQL_CATALOG_NAME","features":[584]},{"name":"SQL_CATALOG_NAME_SEPARATOR","features":[584]},{"name":"SQL_CATALOG_TERM","features":[584]},{"name":"SQL_CATALOG_USAGE","features":[584]},{"name":"SQL_CA_CONSTRAINT_DEFERRABLE","features":[584]},{"name":"SQL_CA_CONSTRAINT_INITIALLY_DEFERRED","features":[584]},{"name":"SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE","features":[584]},{"name":"SQL_CA_CONSTRAINT_NON_DEFERRABLE","features":[584]},{"name":"SQL_CA_CREATE_ASSERTION","features":[584]},{"name":"SQL_CA_SS_BASE","features":[584]},{"name":"SQL_CA_SS_COLUMN_COLLATION","features":[584]},{"name":"SQL_CA_SS_COLUMN_HIDDEN","features":[584]},{"name":"SQL_CA_SS_COLUMN_ID","features":[584]},{"name":"SQL_CA_SS_COLUMN_KEY","features":[584]},{"name":"SQL_CA_SS_COLUMN_OP","features":[584]},{"name":"SQL_CA_SS_COLUMN_ORDER","features":[584]},{"name":"SQL_CA_SS_COLUMN_SIZE","features":[584]},{"name":"SQL_CA_SS_COLUMN_SSTYPE","features":[584]},{"name":"SQL_CA_SS_COLUMN_UTYPE","features":[584]},{"name":"SQL_CA_SS_COLUMN_VARYLEN","features":[584]},{"name":"SQL_CA_SS_COMPUTE_BYLIST","features":[584]},{"name":"SQL_CA_SS_COMPUTE_ID","features":[584]},{"name":"SQL_CA_SS_MAX_USED","features":[584]},{"name":"SQL_CA_SS_NUM_COMPUTES","features":[584]},{"name":"SQL_CA_SS_NUM_ORDERS","features":[584]},{"name":"SQL_CA_SS_VARIANT_SERVER_TYPE","features":[584]},{"name":"SQL_CA_SS_VARIANT_SQL_TYPE","features":[584]},{"name":"SQL_CA_SS_VARIANT_TYPE","features":[584]},{"name":"SQL_CB_CLOSE","features":[584]},{"name":"SQL_CB_DELETE","features":[584]},{"name":"SQL_CB_NON_NULL","features":[584]},{"name":"SQL_CB_NULL","features":[584]},{"name":"SQL_CB_PRESERVE","features":[584]},{"name":"SQL_CCOL_CREATE_COLLATION","features":[584]},{"name":"SQL_CCS_COLLATE_CLAUSE","features":[584]},{"name":"SQL_CCS_CREATE_CHARACTER_SET","features":[584]},{"name":"SQL_CCS_LIMITED_COLLATION","features":[584]},{"name":"SQL_CC_CLOSE","features":[584]},{"name":"SQL_CC_DELETE","features":[584]},{"name":"SQL_CC_PRESERVE","features":[584]},{"name":"SQL_CDO_COLLATION","features":[584]},{"name":"SQL_CDO_CONSTRAINT","features":[584]},{"name":"SQL_CDO_CONSTRAINT_DEFERRABLE","features":[584]},{"name":"SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED","features":[584]},{"name":"SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE","features":[584]},{"name":"SQL_CDO_CONSTRAINT_NAME_DEFINITION","features":[584]},{"name":"SQL_CDO_CONSTRAINT_NON_DEFERRABLE","features":[584]},{"name":"SQL_CDO_CREATE_DOMAIN","features":[584]},{"name":"SQL_CDO_DEFAULT","features":[584]},{"name":"SQL_CD_FALSE","features":[584]},{"name":"SQL_CD_TRUE","features":[584]},{"name":"SQL_CHAR","features":[584]},{"name":"SQL_CLOSE","features":[584]},{"name":"SQL_CL_END","features":[584]},{"name":"SQL_CL_START","features":[584]},{"name":"SQL_CN_ANY","features":[584]},{"name":"SQL_CN_DEFAULT","features":[584]},{"name":"SQL_CN_DIFFERENT","features":[584]},{"name":"SQL_CN_NONE","features":[584]},{"name":"SQL_CN_OFF","features":[584]},{"name":"SQL_CN_ON","features":[584]},{"name":"SQL_CODE_DATE","features":[584]},{"name":"SQL_CODE_DAY","features":[584]},{"name":"SQL_CODE_DAY_TO_HOUR","features":[584]},{"name":"SQL_CODE_DAY_TO_MINUTE","features":[584]},{"name":"SQL_CODE_DAY_TO_SECOND","features":[584]},{"name":"SQL_CODE_HOUR","features":[584]},{"name":"SQL_CODE_HOUR_TO_MINUTE","features":[584]},{"name":"SQL_CODE_HOUR_TO_SECOND","features":[584]},{"name":"SQL_CODE_MINUTE","features":[584]},{"name":"SQL_CODE_MINUTE_TO_SECOND","features":[584]},{"name":"SQL_CODE_MONTH","features":[584]},{"name":"SQL_CODE_SECOND","features":[584]},{"name":"SQL_CODE_TIME","features":[584]},{"name":"SQL_CODE_TIMESTAMP","features":[584]},{"name":"SQL_CODE_YEAR","features":[584]},{"name":"SQL_CODE_YEAR_TO_MONTH","features":[584]},{"name":"SQL_COLATT_OPT_MAX","features":[584]},{"name":"SQL_COLATT_OPT_MIN","features":[584]},{"name":"SQL_COLLATION_SEQ","features":[584]},{"name":"SQL_COLUMN_ALIAS","features":[584]},{"name":"SQL_COLUMN_AUTO_INCREMENT","features":[584]},{"name":"SQL_COLUMN_CASE_SENSITIVE","features":[584]},{"name":"SQL_COLUMN_COUNT","features":[584]},{"name":"SQL_COLUMN_DISPLAY_SIZE","features":[584]},{"name":"SQL_COLUMN_DRIVER_START","features":[584]},{"name":"SQL_COLUMN_IGNORE","features":[584]},{"name":"SQL_COLUMN_LABEL","features":[584]},{"name":"SQL_COLUMN_LENGTH","features":[584]},{"name":"SQL_COLUMN_MONEY","features":[584]},{"name":"SQL_COLUMN_NAME","features":[584]},{"name":"SQL_COLUMN_NULLABLE","features":[584]},{"name":"SQL_COLUMN_NUMBER_UNKNOWN","features":[584]},{"name":"SQL_COLUMN_OWNER_NAME","features":[584]},{"name":"SQL_COLUMN_PRECISION","features":[584]},{"name":"SQL_COLUMN_QUALIFIER_NAME","features":[584]},{"name":"SQL_COLUMN_SCALE","features":[584]},{"name":"SQL_COLUMN_SEARCHABLE","features":[584]},{"name":"SQL_COLUMN_TABLE_NAME","features":[584]},{"name":"SQL_COLUMN_TYPE","features":[584]},{"name":"SQL_COLUMN_TYPE_NAME","features":[584]},{"name":"SQL_COLUMN_UNSIGNED","features":[584]},{"name":"SQL_COLUMN_UPDATABLE","features":[584]},{"name":"SQL_COMMIT","features":[584]},{"name":"SQL_CONCAT_NULL_BEHAVIOR","features":[584]},{"name":"SQL_CONCURRENCY","features":[584]},{"name":"SQL_CONCUR_DEFAULT","features":[584]},{"name":"SQL_CONCUR_LOCK","features":[584]},{"name":"SQL_CONCUR_READ_ONLY","features":[584]},{"name":"SQL_CONCUR_ROWVER","features":[584]},{"name":"SQL_CONCUR_TIMESTAMP","features":[584]},{"name":"SQL_CONCUR_VALUES","features":[584]},{"name":"SQL_CONNECT_OPT_DRVR_START","features":[584]},{"name":"SQL_CONN_OPT_MAX","features":[584]},{"name":"SQL_CONN_OPT_MIN","features":[584]},{"name":"SQL_CONN_POOL_RATING_BEST","features":[584]},{"name":"SQL_CONN_POOL_RATING_GOOD_ENOUGH","features":[584]},{"name":"SQL_CONN_POOL_RATING_USELESS","features":[584]},{"name":"SQL_CONVERT_BIGINT","features":[584]},{"name":"SQL_CONVERT_BINARY","features":[584]},{"name":"SQL_CONVERT_BIT","features":[584]},{"name":"SQL_CONVERT_CHAR","features":[584]},{"name":"SQL_CONVERT_DATE","features":[584]},{"name":"SQL_CONVERT_DECIMAL","features":[584]},{"name":"SQL_CONVERT_DOUBLE","features":[584]},{"name":"SQL_CONVERT_FLOAT","features":[584]},{"name":"SQL_CONVERT_FUNCTIONS","features":[584]},{"name":"SQL_CONVERT_GUID","features":[584]},{"name":"SQL_CONVERT_INTEGER","features":[584]},{"name":"SQL_CONVERT_INTERVAL_DAY_TIME","features":[584]},{"name":"SQL_CONVERT_INTERVAL_YEAR_MONTH","features":[584]},{"name":"SQL_CONVERT_LONGVARBINARY","features":[584]},{"name":"SQL_CONVERT_LONGVARCHAR","features":[584]},{"name":"SQL_CONVERT_NUMERIC","features":[584]},{"name":"SQL_CONVERT_REAL","features":[584]},{"name":"SQL_CONVERT_SMALLINT","features":[584]},{"name":"SQL_CONVERT_TIME","features":[584]},{"name":"SQL_CONVERT_TIMESTAMP","features":[584]},{"name":"SQL_CONVERT_TINYINT","features":[584]},{"name":"SQL_CONVERT_VARBINARY","features":[584]},{"name":"SQL_CONVERT_VARCHAR","features":[584]},{"name":"SQL_CONVERT_WCHAR","features":[584]},{"name":"SQL_CONVERT_WLONGVARCHAR","features":[584]},{"name":"SQL_CONVERT_WVARCHAR","features":[584]},{"name":"SQL_COPT_SS_ANSI_NPW","features":[584]},{"name":"SQL_COPT_SS_ANSI_OEM","features":[584]},{"name":"SQL_COPT_SS_ATTACHDBFILENAME","features":[584]},{"name":"SQL_COPT_SS_BASE","features":[584]},{"name":"SQL_COPT_SS_BASE_EX","features":[584]},{"name":"SQL_COPT_SS_BCP","features":[584]},{"name":"SQL_COPT_SS_BROWSE_CACHE_DATA","features":[584]},{"name":"SQL_COPT_SS_BROWSE_CONNECT","features":[584]},{"name":"SQL_COPT_SS_BROWSE_SERVER","features":[584]},{"name":"SQL_COPT_SS_CONCAT_NULL","features":[584]},{"name":"SQL_COPT_SS_CONNECTION_DEAD","features":[584]},{"name":"SQL_COPT_SS_ENCRYPT","features":[584]},{"name":"SQL_COPT_SS_EX_MAX_USED","features":[584]},{"name":"SQL_COPT_SS_FALLBACK_CONNECT","features":[584]},{"name":"SQL_COPT_SS_INTEGRATED_SECURITY","features":[584]},{"name":"SQL_COPT_SS_MAX_USED","features":[584]},{"name":"SQL_COPT_SS_PERF_DATA","features":[584]},{"name":"SQL_COPT_SS_PERF_DATA_LOG","features":[584]},{"name":"SQL_COPT_SS_PERF_DATA_LOG_NOW","features":[584]},{"name":"SQL_COPT_SS_PERF_QUERY","features":[584]},{"name":"SQL_COPT_SS_PERF_QUERY_INTERVAL","features":[584]},{"name":"SQL_COPT_SS_PERF_QUERY_LOG","features":[584]},{"name":"SQL_COPT_SS_PRESERVE_CURSORS","features":[584]},{"name":"SQL_COPT_SS_QUOTED_IDENT","features":[584]},{"name":"SQL_COPT_SS_REMOTE_PWD","features":[584]},{"name":"SQL_COPT_SS_RESET_CONNECTION","features":[584]},{"name":"SQL_COPT_SS_TRANSLATE","features":[584]},{"name":"SQL_COPT_SS_USER_DATA","features":[584]},{"name":"SQL_COPT_SS_USE_PROC_FOR_PREP","features":[584]},{"name":"SQL_COPT_SS_WARN_ON_CP_ERROR","features":[584]},{"name":"SQL_CORRELATION_NAME","features":[584]},{"name":"SQL_CO_AF","features":[584]},{"name":"SQL_CO_DEFAULT","features":[584]},{"name":"SQL_CO_FFO","features":[584]},{"name":"SQL_CO_FIREHOSE_AF","features":[584]},{"name":"SQL_CO_OFF","features":[584]},{"name":"SQL_CP_DEFAULT","features":[584]},{"name":"SQL_CP_DRIVER_AWARE","features":[584]},{"name":"SQL_CP_MATCH_DEFAULT","features":[584]},{"name":"SQL_CP_OFF","features":[584]},{"name":"SQL_CP_ONE_PER_DRIVER","features":[584]},{"name":"SQL_CP_ONE_PER_HENV","features":[584]},{"name":"SQL_CP_RELAXED_MATCH","features":[584]},{"name":"SQL_CP_STRICT_MATCH","features":[584]},{"name":"SQL_CREATE_ASSERTION","features":[584]},{"name":"SQL_CREATE_CHARACTER_SET","features":[584]},{"name":"SQL_CREATE_COLLATION","features":[584]},{"name":"SQL_CREATE_DOMAIN","features":[584]},{"name":"SQL_CREATE_SCHEMA","features":[584]},{"name":"SQL_CREATE_TABLE","features":[584]},{"name":"SQL_CREATE_TRANSLATION","features":[584]},{"name":"SQL_CREATE_VIEW","features":[584]},{"name":"SQL_CR_CLOSE","features":[584]},{"name":"SQL_CR_DELETE","features":[584]},{"name":"SQL_CR_PRESERVE","features":[584]},{"name":"SQL_CS_AUTHORIZATION","features":[584]},{"name":"SQL_CS_CREATE_SCHEMA","features":[584]},{"name":"SQL_CS_DEFAULT_CHARACTER_SET","features":[584]},{"name":"SQL_CTR_CREATE_TRANSLATION","features":[584]},{"name":"SQL_CT_COLUMN_COLLATION","features":[584]},{"name":"SQL_CT_COLUMN_CONSTRAINT","features":[584]},{"name":"SQL_CT_COLUMN_DEFAULT","features":[584]},{"name":"SQL_CT_COMMIT_DELETE","features":[584]},{"name":"SQL_CT_COMMIT_PRESERVE","features":[584]},{"name":"SQL_CT_CONSTRAINT_DEFERRABLE","features":[584]},{"name":"SQL_CT_CONSTRAINT_INITIALLY_DEFERRED","features":[584]},{"name":"SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE","features":[584]},{"name":"SQL_CT_CONSTRAINT_NAME_DEFINITION","features":[584]},{"name":"SQL_CT_CONSTRAINT_NON_DEFERRABLE","features":[584]},{"name":"SQL_CT_CREATE_TABLE","features":[584]},{"name":"SQL_CT_GLOBAL_TEMPORARY","features":[584]},{"name":"SQL_CT_LOCAL_TEMPORARY","features":[584]},{"name":"SQL_CT_TABLE_CONSTRAINT","features":[584]},{"name":"SQL_CURRENT_QUALIFIER","features":[584]},{"name":"SQL_CURSOR_COMMIT_BEHAVIOR","features":[584]},{"name":"SQL_CURSOR_DYNAMIC","features":[584]},{"name":"SQL_CURSOR_FAST_FORWARD_ONLY","features":[584]},{"name":"SQL_CURSOR_FORWARD_ONLY","features":[584]},{"name":"SQL_CURSOR_KEYSET_DRIVEN","features":[584]},{"name":"SQL_CURSOR_ROLLBACK_BEHAVIOR","features":[584]},{"name":"SQL_CURSOR_SENSITIVITY","features":[584]},{"name":"SQL_CURSOR_STATIC","features":[584]},{"name":"SQL_CURSOR_TYPE","features":[584]},{"name":"SQL_CURSOR_TYPE_DEFAULT","features":[584]},{"name":"SQL_CUR_DEFAULT","features":[584]},{"name":"SQL_CUR_USE_DRIVER","features":[584]},{"name":"SQL_CUR_USE_IF_NEEDED","features":[584]},{"name":"SQL_CUR_USE_ODBC","features":[584]},{"name":"SQL_CU_DML_STATEMENTS","features":[584]},{"name":"SQL_CU_INDEX_DEFINITION","features":[584]},{"name":"SQL_CU_PRIVILEGE_DEFINITION","features":[584]},{"name":"SQL_CU_PROCEDURE_INVOCATION","features":[584]},{"name":"SQL_CU_TABLE_DEFINITION","features":[584]},{"name":"SQL_CVT_BIGINT","features":[584]},{"name":"SQL_CVT_BINARY","features":[584]},{"name":"SQL_CVT_BIT","features":[584]},{"name":"SQL_CVT_CHAR","features":[584]},{"name":"SQL_CVT_DATE","features":[584]},{"name":"SQL_CVT_DECIMAL","features":[584]},{"name":"SQL_CVT_DOUBLE","features":[584]},{"name":"SQL_CVT_FLOAT","features":[584]},{"name":"SQL_CVT_GUID","features":[584]},{"name":"SQL_CVT_INTEGER","features":[584]},{"name":"SQL_CVT_INTERVAL_DAY_TIME","features":[584]},{"name":"SQL_CVT_INTERVAL_YEAR_MONTH","features":[584]},{"name":"SQL_CVT_LONGVARBINARY","features":[584]},{"name":"SQL_CVT_LONGVARCHAR","features":[584]},{"name":"SQL_CVT_NUMERIC","features":[584]},{"name":"SQL_CVT_REAL","features":[584]},{"name":"SQL_CVT_SMALLINT","features":[584]},{"name":"SQL_CVT_TIME","features":[584]},{"name":"SQL_CVT_TIMESTAMP","features":[584]},{"name":"SQL_CVT_TINYINT","features":[584]},{"name":"SQL_CVT_VARBINARY","features":[584]},{"name":"SQL_CVT_VARCHAR","features":[584]},{"name":"SQL_CVT_WCHAR","features":[584]},{"name":"SQL_CVT_WLONGVARCHAR","features":[584]},{"name":"SQL_CVT_WVARCHAR","features":[584]},{"name":"SQL_CV_CASCADED","features":[584]},{"name":"SQL_CV_CHECK_OPTION","features":[584]},{"name":"SQL_CV_CREATE_VIEW","features":[584]},{"name":"SQL_CV_LOCAL","features":[584]},{"name":"SQL_C_BINARY","features":[584]},{"name":"SQL_C_BIT","features":[584]},{"name":"SQL_C_CHAR","features":[584]},{"name":"SQL_C_DATE","features":[584]},{"name":"SQL_C_DEFAULT","features":[584]},{"name":"SQL_C_DOUBLE","features":[584]},{"name":"SQL_C_FLOAT","features":[584]},{"name":"SQL_C_GUID","features":[584]},{"name":"SQL_C_INTERVAL_DAY","features":[584]},{"name":"SQL_C_INTERVAL_DAY_TO_HOUR","features":[584]},{"name":"SQL_C_INTERVAL_DAY_TO_MINUTE","features":[584]},{"name":"SQL_C_INTERVAL_DAY_TO_SECOND","features":[584]},{"name":"SQL_C_INTERVAL_HOUR","features":[584]},{"name":"SQL_C_INTERVAL_HOUR_TO_MINUTE","features":[584]},{"name":"SQL_C_INTERVAL_HOUR_TO_SECOND","features":[584]},{"name":"SQL_C_INTERVAL_MINUTE","features":[584]},{"name":"SQL_C_INTERVAL_MINUTE_TO_SECOND","features":[584]},{"name":"SQL_C_INTERVAL_MONTH","features":[584]},{"name":"SQL_C_INTERVAL_SECOND","features":[584]},{"name":"SQL_C_INTERVAL_YEAR","features":[584]},{"name":"SQL_C_INTERVAL_YEAR_TO_MONTH","features":[584]},{"name":"SQL_C_LONG","features":[584]},{"name":"SQL_C_NUMERIC","features":[584]},{"name":"SQL_C_SHORT","features":[584]},{"name":"SQL_C_TCHAR","features":[584]},{"name":"SQL_C_TIME","features":[584]},{"name":"SQL_C_TIMESTAMP","features":[584]},{"name":"SQL_C_TINYINT","features":[584]},{"name":"SQL_C_TYPE_DATE","features":[584]},{"name":"SQL_C_TYPE_TIME","features":[584]},{"name":"SQL_C_TYPE_TIMESTAMP","features":[584]},{"name":"SQL_C_VARBOOKMARK","features":[584]},{"name":"SQL_C_WCHAR","features":[584]},{"name":"SQL_DATABASE_NAME","features":[584]},{"name":"SQL_DATA_AT_EXEC","features":[584]},{"name":"SQL_DATA_SOURCE_NAME","features":[584]},{"name":"SQL_DATA_SOURCE_READ_ONLY","features":[584]},{"name":"SQL_DATE","features":[584]},{"name":"SQL_DATETIME","features":[584]},{"name":"SQL_DATETIME_LITERALS","features":[584]},{"name":"SQL_DATE_LEN","features":[584]},{"name":"SQL_DAY","features":[584]},{"name":"SQL_DAY_SECOND_STRUCT","features":[584]},{"name":"SQL_DAY_TO_HOUR","features":[584]},{"name":"SQL_DAY_TO_MINUTE","features":[584]},{"name":"SQL_DAY_TO_SECOND","features":[584]},{"name":"SQL_DA_DROP_ASSERTION","features":[584]},{"name":"SQL_DBMS_NAME","features":[584]},{"name":"SQL_DBMS_VER","features":[584]},{"name":"SQL_DB_DEFAULT","features":[584]},{"name":"SQL_DB_DISCONNECT","features":[584]},{"name":"SQL_DB_RETURN_TO_POOL","features":[584]},{"name":"SQL_DCS_DROP_CHARACTER_SET","features":[584]},{"name":"SQL_DC_DROP_COLLATION","features":[584]},{"name":"SQL_DDL_INDEX","features":[584]},{"name":"SQL_DD_CASCADE","features":[584]},{"name":"SQL_DD_DROP_DOMAIN","features":[584]},{"name":"SQL_DD_RESTRICT","features":[584]},{"name":"SQL_DECIMAL","features":[584]},{"name":"SQL_DEFAULT","features":[584]},{"name":"SQL_DEFAULT_PARAM","features":[584]},{"name":"SQL_DEFAULT_TXN_ISOLATION","features":[584]},{"name":"SQL_DELETE","features":[584]},{"name":"SQL_DELETE_BY_BOOKMARK","features":[584]},{"name":"SQL_DESCRIBE_PARAMETER","features":[584]},{"name":"SQL_DESC_ALLOC_AUTO","features":[584]},{"name":"SQL_DESC_ALLOC_TYPE","features":[584]},{"name":"SQL_DESC_ALLOC_USER","features":[584]},{"name":"SQL_DESC_ARRAY_SIZE","features":[584]},{"name":"SQL_DESC_ARRAY_STATUS_PTR","features":[584]},{"name":"SQL_DESC_BASE_COLUMN_NAME","features":[584]},{"name":"SQL_DESC_BASE_TABLE_NAME","features":[584]},{"name":"SQL_DESC_BIND_OFFSET_PTR","features":[584]},{"name":"SQL_DESC_BIND_TYPE","features":[584]},{"name":"SQL_DESC_COUNT","features":[584]},{"name":"SQL_DESC_DATA_PTR","features":[584]},{"name":"SQL_DESC_DATETIME_INTERVAL_CODE","features":[584]},{"name":"SQL_DESC_DATETIME_INTERVAL_PRECISION","features":[584]},{"name":"SQL_DESC_INDICATOR_PTR","features":[584]},{"name":"SQL_DESC_LENGTH","features":[584]},{"name":"SQL_DESC_LITERAL_PREFIX","features":[584]},{"name":"SQL_DESC_LITERAL_SUFFIX","features":[584]},{"name":"SQL_DESC_LOCAL_TYPE_NAME","features":[584]},{"name":"SQL_DESC_MAXIMUM_SCALE","features":[584]},{"name":"SQL_DESC_MINIMUM_SCALE","features":[584]},{"name":"SQL_DESC_NAME","features":[584]},{"name":"SQL_DESC_NULLABLE","features":[584]},{"name":"SQL_DESC_NUM_PREC_RADIX","features":[584]},{"name":"SQL_DESC_OCTET_LENGTH","features":[584]},{"name":"SQL_DESC_OCTET_LENGTH_PTR","features":[584]},{"name":"SQL_DESC_PARAMETER_TYPE","features":[584]},{"name":"SQL_DESC_PRECISION","features":[584]},{"name":"SQL_DESC_ROWS_PROCESSED_PTR","features":[584]},{"name":"SQL_DESC_ROWVER","features":[584]},{"name":"SQL_DESC_SCALE","features":[584]},{"name":"SQL_DESC_TYPE","features":[584]},{"name":"SQL_DESC_UNNAMED","features":[584]},{"name":"SQL_DIAG_ALTER_DOMAIN","features":[584]},{"name":"SQL_DIAG_ALTER_TABLE","features":[584]},{"name":"SQL_DIAG_CALL","features":[584]},{"name":"SQL_DIAG_CLASS_ORIGIN","features":[584]},{"name":"SQL_DIAG_COLUMN_NUMBER","features":[584]},{"name":"SQL_DIAG_CONNECTION_NAME","features":[584]},{"name":"SQL_DIAG_CREATE_ASSERTION","features":[584]},{"name":"SQL_DIAG_CREATE_CHARACTER_SET","features":[584]},{"name":"SQL_DIAG_CREATE_COLLATION","features":[584]},{"name":"SQL_DIAG_CREATE_DOMAIN","features":[584]},{"name":"SQL_DIAG_CREATE_INDEX","features":[584]},{"name":"SQL_DIAG_CREATE_SCHEMA","features":[584]},{"name":"SQL_DIAG_CREATE_TABLE","features":[584]},{"name":"SQL_DIAG_CREATE_TRANSLATION","features":[584]},{"name":"SQL_DIAG_CREATE_VIEW","features":[584]},{"name":"SQL_DIAG_CURSOR_ROW_COUNT","features":[584]},{"name":"SQL_DIAG_DELETE_WHERE","features":[584]},{"name":"SQL_DIAG_DFC_SS_ALTER_DATABASE","features":[584]},{"name":"SQL_DIAG_DFC_SS_BASE","features":[584]},{"name":"SQL_DIAG_DFC_SS_CHECKPOINT","features":[584]},{"name":"SQL_DIAG_DFC_SS_CONDITION","features":[584]},{"name":"SQL_DIAG_DFC_SS_CREATE_DATABASE","features":[584]},{"name":"SQL_DIAG_DFC_SS_CREATE_DEFAULT","features":[584]},{"name":"SQL_DIAG_DFC_SS_CREATE_PROCEDURE","features":[584]},{"name":"SQL_DIAG_DFC_SS_CREATE_RULE","features":[584]},{"name":"SQL_DIAG_DFC_SS_CREATE_TRIGGER","features":[584]},{"name":"SQL_DIAG_DFC_SS_CURSOR_CLOSE","features":[584]},{"name":"SQL_DIAG_DFC_SS_CURSOR_DECLARE","features":[584]},{"name":"SQL_DIAG_DFC_SS_CURSOR_FETCH","features":[584]},{"name":"SQL_DIAG_DFC_SS_CURSOR_OPEN","features":[584]},{"name":"SQL_DIAG_DFC_SS_DBCC","features":[584]},{"name":"SQL_DIAG_DFC_SS_DEALLOCATE_CURSOR","features":[584]},{"name":"SQL_DIAG_DFC_SS_DENY","features":[584]},{"name":"SQL_DIAG_DFC_SS_DISK","features":[584]},{"name":"SQL_DIAG_DFC_SS_DROP_DATABASE","features":[584]},{"name":"SQL_DIAG_DFC_SS_DROP_DEFAULT","features":[584]},{"name":"SQL_DIAG_DFC_SS_DROP_PROCEDURE","features":[584]},{"name":"SQL_DIAG_DFC_SS_DROP_RULE","features":[584]},{"name":"SQL_DIAG_DFC_SS_DROP_TRIGGER","features":[584]},{"name":"SQL_DIAG_DFC_SS_DUMP_DATABASE","features":[584]},{"name":"SQL_DIAG_DFC_SS_DUMP_TABLE","features":[584]},{"name":"SQL_DIAG_DFC_SS_DUMP_TRANSACTION","features":[584]},{"name":"SQL_DIAG_DFC_SS_GOTO","features":[584]},{"name":"SQL_DIAG_DFC_SS_INSERT_BULK","features":[584]},{"name":"SQL_DIAG_DFC_SS_KILL","features":[584]},{"name":"SQL_DIAG_DFC_SS_LOAD_DATABASE","features":[584]},{"name":"SQL_DIAG_DFC_SS_LOAD_HEADERONLY","features":[584]},{"name":"SQL_DIAG_DFC_SS_LOAD_TABLE","features":[584]},{"name":"SQL_DIAG_DFC_SS_LOAD_TRANSACTION","features":[584]},{"name":"SQL_DIAG_DFC_SS_PRINT","features":[584]},{"name":"SQL_DIAG_DFC_SS_RAISERROR","features":[584]},{"name":"SQL_DIAG_DFC_SS_READTEXT","features":[584]},{"name":"SQL_DIAG_DFC_SS_RECONFIGURE","features":[584]},{"name":"SQL_DIAG_DFC_SS_RETURN","features":[584]},{"name":"SQL_DIAG_DFC_SS_SELECT_INTO","features":[584]},{"name":"SQL_DIAG_DFC_SS_SET","features":[584]},{"name":"SQL_DIAG_DFC_SS_SETUSER","features":[584]},{"name":"SQL_DIAG_DFC_SS_SET_IDENTITY_INSERT","features":[584]},{"name":"SQL_DIAG_DFC_SS_SET_ROW_COUNT","features":[584]},{"name":"SQL_DIAG_DFC_SS_SET_STATISTICS","features":[584]},{"name":"SQL_DIAG_DFC_SS_SET_TEXTSIZE","features":[584]},{"name":"SQL_DIAG_DFC_SS_SET_XCTLVL","features":[584]},{"name":"SQL_DIAG_DFC_SS_SHUTDOWN","features":[584]},{"name":"SQL_DIAG_DFC_SS_TRANS_BEGIN","features":[584]},{"name":"SQL_DIAG_DFC_SS_TRANS_COMMIT","features":[584]},{"name":"SQL_DIAG_DFC_SS_TRANS_PREPARE","features":[584]},{"name":"SQL_DIAG_DFC_SS_TRANS_ROLLBACK","features":[584]},{"name":"SQL_DIAG_DFC_SS_TRANS_SAVE","features":[584]},{"name":"SQL_DIAG_DFC_SS_TRUNCATE_TABLE","features":[584]},{"name":"SQL_DIAG_DFC_SS_UPDATETEXT","features":[584]},{"name":"SQL_DIAG_DFC_SS_UPDATE_STATISTICS","features":[584]},{"name":"SQL_DIAG_DFC_SS_USE","features":[584]},{"name":"SQL_DIAG_DFC_SS_WAITFOR","features":[584]},{"name":"SQL_DIAG_DFC_SS_WRITETEXT","features":[584]},{"name":"SQL_DIAG_DROP_ASSERTION","features":[584]},{"name":"SQL_DIAG_DROP_CHARACTER_SET","features":[584]},{"name":"SQL_DIAG_DROP_COLLATION","features":[584]},{"name":"SQL_DIAG_DROP_DOMAIN","features":[584]},{"name":"SQL_DIAG_DROP_INDEX","features":[584]},{"name":"SQL_DIAG_DROP_SCHEMA","features":[584]},{"name":"SQL_DIAG_DROP_TABLE","features":[584]},{"name":"SQL_DIAG_DROP_TRANSLATION","features":[584]},{"name":"SQL_DIAG_DROP_VIEW","features":[584]},{"name":"SQL_DIAG_DYNAMIC_DELETE_CURSOR","features":[584]},{"name":"SQL_DIAG_DYNAMIC_FUNCTION","features":[584]},{"name":"SQL_DIAG_DYNAMIC_FUNCTION_CODE","features":[584]},{"name":"SQL_DIAG_DYNAMIC_UPDATE_CURSOR","features":[584]},{"name":"SQL_DIAG_GRANT","features":[584]},{"name":"SQL_DIAG_INSERT","features":[584]},{"name":"SQL_DIAG_MESSAGE_TEXT","features":[584]},{"name":"SQL_DIAG_NATIVE","features":[584]},{"name":"SQL_DIAG_NUMBER","features":[584]},{"name":"SQL_DIAG_RETURNCODE","features":[584]},{"name":"SQL_DIAG_REVOKE","features":[584]},{"name":"SQL_DIAG_ROW_COUNT","features":[584]},{"name":"SQL_DIAG_ROW_NUMBER","features":[584]},{"name":"SQL_DIAG_SELECT_CURSOR","features":[584]},{"name":"SQL_DIAG_SERVER_NAME","features":[584]},{"name":"SQL_DIAG_SQLSTATE","features":[584]},{"name":"SQL_DIAG_SS_BASE","features":[584]},{"name":"SQL_DIAG_SS_LINE","features":[584]},{"name":"SQL_DIAG_SS_MSGSTATE","features":[584]},{"name":"SQL_DIAG_SS_PROCNAME","features":[584]},{"name":"SQL_DIAG_SS_SEVERITY","features":[584]},{"name":"SQL_DIAG_SS_SRVNAME","features":[584]},{"name":"SQL_DIAG_SUBCLASS_ORIGIN","features":[584]},{"name":"SQL_DIAG_UNKNOWN_STATEMENT","features":[584]},{"name":"SQL_DIAG_UPDATE_WHERE","features":[584]},{"name":"SQL_DI_CREATE_INDEX","features":[584]},{"name":"SQL_DI_DROP_INDEX","features":[584]},{"name":"SQL_DL_SQL92_DATE","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_DAY","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_MINUTE","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_MONTH","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_SECOND","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_YEAR","features":[584]},{"name":"SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH","features":[584]},{"name":"SQL_DL_SQL92_TIME","features":[584]},{"name":"SQL_DL_SQL92_TIMESTAMP","features":[584]},{"name":"SQL_DM_VER","features":[584]},{"name":"SQL_DOUBLE","features":[584]},{"name":"SQL_DP_OFF","features":[584]},{"name":"SQL_DP_ON","features":[584]},{"name":"SQL_DRIVER_AWARE_POOLING_CAPABLE","features":[584]},{"name":"SQL_DRIVER_AWARE_POOLING_NOT_CAPABLE","features":[584]},{"name":"SQL_DRIVER_AWARE_POOLING_SUPPORTED","features":[584]},{"name":"SQL_DRIVER_COMPLETE","features":[584]},{"name":"SQL_DRIVER_COMPLETE_REQUIRED","features":[584]},{"name":"SQL_DRIVER_CONN_ATTR_BASE","features":[584]},{"name":"SQL_DRIVER_C_TYPE_BASE","features":[584]},{"name":"SQL_DRIVER_DESC_FIELD_BASE","features":[584]},{"name":"SQL_DRIVER_DIAG_FIELD_BASE","features":[584]},{"name":"SQL_DRIVER_HDBC","features":[584]},{"name":"SQL_DRIVER_HDESC","features":[584]},{"name":"SQL_DRIVER_HENV","features":[584]},{"name":"SQL_DRIVER_HLIB","features":[584]},{"name":"SQL_DRIVER_HSTMT","features":[584]},{"name":"SQL_DRIVER_INFO_TYPE_BASE","features":[584]},{"name":"SQL_DRIVER_NAME","features":[584]},{"name":"SQL_DRIVER_NOPROMPT","features":[584]},{"name":"SQL_DRIVER_ODBC_VER","features":[584]},{"name":"SQL_DRIVER_PROMPT","features":[584]},{"name":"SQL_DRIVER_SQL_TYPE_BASE","features":[584]},{"name":"SQL_DRIVER_STMT_ATTR_BASE","features":[584]},{"name":"SQL_DRIVER_VER","features":[584]},{"name":"SQL_DROP","features":[584]},{"name":"SQL_DROP_ASSERTION","features":[584]},{"name":"SQL_DROP_CHARACTER_SET","features":[584]},{"name":"SQL_DROP_COLLATION","features":[584]},{"name":"SQL_DROP_DOMAIN","features":[584]},{"name":"SQL_DROP_SCHEMA","features":[584]},{"name":"SQL_DROP_TABLE","features":[584]},{"name":"SQL_DROP_TRANSLATION","features":[584]},{"name":"SQL_DROP_VIEW","features":[584]},{"name":"SQL_DS_CASCADE","features":[584]},{"name":"SQL_DS_DROP_SCHEMA","features":[584]},{"name":"SQL_DS_RESTRICT","features":[584]},{"name":"SQL_DTC_DONE","features":[584]},{"name":"SQL_DTC_ENLIST_EXPENSIVE","features":[584]},{"name":"SQL_DTC_TRANSITION_COST","features":[584]},{"name":"SQL_DTC_UNENLIST_EXPENSIVE","features":[584]},{"name":"SQL_DTR_DROP_TRANSLATION","features":[584]},{"name":"SQL_DT_CASCADE","features":[584]},{"name":"SQL_DT_DROP_TABLE","features":[584]},{"name":"SQL_DT_RESTRICT","features":[584]},{"name":"SQL_DV_CASCADE","features":[584]},{"name":"SQL_DV_DROP_VIEW","features":[584]},{"name":"SQL_DV_RESTRICT","features":[584]},{"name":"SQL_DYNAMIC_CURSOR_ATTRIBUTES1","features":[584]},{"name":"SQL_DYNAMIC_CURSOR_ATTRIBUTES2","features":[584]},{"name":"SQL_ENSURE","features":[584]},{"name":"SQL_ENTIRE_ROWSET","features":[584]},{"name":"SQL_EN_OFF","features":[584]},{"name":"SQL_EN_ON","features":[584]},{"name":"SQL_ERROR","features":[584]},{"name":"SQL_EXPRESSIONS_IN_ORDERBY","features":[584]},{"name":"SQL_EXT_API_LAST","features":[584]},{"name":"SQL_EXT_API_START","features":[584]},{"name":"SQL_FALSE","features":[584]},{"name":"SQL_FAST_CONNECT","features":[584]},{"name":"SQL_FB_DEFAULT","features":[584]},{"name":"SQL_FB_OFF","features":[584]},{"name":"SQL_FB_ON","features":[584]},{"name":"SQL_FC_DEFAULT","features":[584]},{"name":"SQL_FC_OFF","features":[584]},{"name":"SQL_FC_ON","features":[584]},{"name":"SQL_FD_FETCH_ABSOLUTE","features":[584]},{"name":"SQL_FD_FETCH_BOOKMARK","features":[584]},{"name":"SQL_FD_FETCH_FIRST","features":[584]},{"name":"SQL_FD_FETCH_LAST","features":[584]},{"name":"SQL_FD_FETCH_NEXT","features":[584]},{"name":"SQL_FD_FETCH_PREV","features":[584]},{"name":"SQL_FD_FETCH_PRIOR","features":[584]},{"name":"SQL_FD_FETCH_RELATIVE","features":[584]},{"name":"SQL_FD_FETCH_RESUME","features":[584]},{"name":"SQL_FETCH_ABSOLUTE","features":[584]},{"name":"SQL_FETCH_BOOKMARK","features":[584]},{"name":"SQL_FETCH_BY_BOOKMARK","features":[584]},{"name":"SQL_FETCH_DIRECTION","features":[584]},{"name":"SQL_FETCH_FIRST","features":[584]},{"name":"SQL_FETCH_FIRST_SYSTEM","features":[584]},{"name":"SQL_FETCH_FIRST_USER","features":[584]},{"name":"SQL_FETCH_LAST","features":[584]},{"name":"SQL_FETCH_NEXT","features":[584]},{"name":"SQL_FETCH_PREV","features":[584]},{"name":"SQL_FETCH_PRIOR","features":[584]},{"name":"SQL_FETCH_RELATIVE","features":[584]},{"name":"SQL_FETCH_RESUME","features":[584]},{"name":"SQL_FILE_CATALOG","features":[584]},{"name":"SQL_FILE_NOT_SUPPORTED","features":[584]},{"name":"SQL_FILE_QUALIFIER","features":[584]},{"name":"SQL_FILE_TABLE","features":[584]},{"name":"SQL_FILE_USAGE","features":[584]},{"name":"SQL_FLOAT","features":[584]},{"name":"SQL_FN_CVT_CAST","features":[584]},{"name":"SQL_FN_CVT_CONVERT","features":[584]},{"name":"SQL_FN_NUM_ABS","features":[584]},{"name":"SQL_FN_NUM_ACOS","features":[584]},{"name":"SQL_FN_NUM_ASIN","features":[584]},{"name":"SQL_FN_NUM_ATAN","features":[584]},{"name":"SQL_FN_NUM_ATAN2","features":[584]},{"name":"SQL_FN_NUM_CEILING","features":[584]},{"name":"SQL_FN_NUM_COS","features":[584]},{"name":"SQL_FN_NUM_COT","features":[584]},{"name":"SQL_FN_NUM_DEGREES","features":[584]},{"name":"SQL_FN_NUM_EXP","features":[584]},{"name":"SQL_FN_NUM_FLOOR","features":[584]},{"name":"SQL_FN_NUM_LOG","features":[584]},{"name":"SQL_FN_NUM_LOG10","features":[584]},{"name":"SQL_FN_NUM_MOD","features":[584]},{"name":"SQL_FN_NUM_PI","features":[584]},{"name":"SQL_FN_NUM_POWER","features":[584]},{"name":"SQL_FN_NUM_RADIANS","features":[584]},{"name":"SQL_FN_NUM_RAND","features":[584]},{"name":"SQL_FN_NUM_ROUND","features":[584]},{"name":"SQL_FN_NUM_SIGN","features":[584]},{"name":"SQL_FN_NUM_SIN","features":[584]},{"name":"SQL_FN_NUM_SQRT","features":[584]},{"name":"SQL_FN_NUM_TAN","features":[584]},{"name":"SQL_FN_NUM_TRUNCATE","features":[584]},{"name":"SQL_FN_STR_ASCII","features":[584]},{"name":"SQL_FN_STR_BIT_LENGTH","features":[584]},{"name":"SQL_FN_STR_CHAR","features":[584]},{"name":"SQL_FN_STR_CHARACTER_LENGTH","features":[584]},{"name":"SQL_FN_STR_CHAR_LENGTH","features":[584]},{"name":"SQL_FN_STR_CONCAT","features":[584]},{"name":"SQL_FN_STR_DIFFERENCE","features":[584]},{"name":"SQL_FN_STR_INSERT","features":[584]},{"name":"SQL_FN_STR_LCASE","features":[584]},{"name":"SQL_FN_STR_LEFT","features":[584]},{"name":"SQL_FN_STR_LENGTH","features":[584]},{"name":"SQL_FN_STR_LOCATE","features":[584]},{"name":"SQL_FN_STR_LOCATE_2","features":[584]},{"name":"SQL_FN_STR_LTRIM","features":[584]},{"name":"SQL_FN_STR_OCTET_LENGTH","features":[584]},{"name":"SQL_FN_STR_POSITION","features":[584]},{"name":"SQL_FN_STR_REPEAT","features":[584]},{"name":"SQL_FN_STR_REPLACE","features":[584]},{"name":"SQL_FN_STR_RIGHT","features":[584]},{"name":"SQL_FN_STR_RTRIM","features":[584]},{"name":"SQL_FN_STR_SOUNDEX","features":[584]},{"name":"SQL_FN_STR_SPACE","features":[584]},{"name":"SQL_FN_STR_SUBSTRING","features":[584]},{"name":"SQL_FN_STR_UCASE","features":[584]},{"name":"SQL_FN_SYS_DBNAME","features":[584]},{"name":"SQL_FN_SYS_IFNULL","features":[584]},{"name":"SQL_FN_SYS_USERNAME","features":[584]},{"name":"SQL_FN_TD_CURDATE","features":[584]},{"name":"SQL_FN_TD_CURRENT_DATE","features":[584]},{"name":"SQL_FN_TD_CURRENT_TIME","features":[584]},{"name":"SQL_FN_TD_CURRENT_TIMESTAMP","features":[584]},{"name":"SQL_FN_TD_CURTIME","features":[584]},{"name":"SQL_FN_TD_DAYNAME","features":[584]},{"name":"SQL_FN_TD_DAYOFMONTH","features":[584]},{"name":"SQL_FN_TD_DAYOFWEEK","features":[584]},{"name":"SQL_FN_TD_DAYOFYEAR","features":[584]},{"name":"SQL_FN_TD_EXTRACT","features":[584]},{"name":"SQL_FN_TD_HOUR","features":[584]},{"name":"SQL_FN_TD_MINUTE","features":[584]},{"name":"SQL_FN_TD_MONTH","features":[584]},{"name":"SQL_FN_TD_MONTHNAME","features":[584]},{"name":"SQL_FN_TD_NOW","features":[584]},{"name":"SQL_FN_TD_QUARTER","features":[584]},{"name":"SQL_FN_TD_SECOND","features":[584]},{"name":"SQL_FN_TD_TIMESTAMPADD","features":[584]},{"name":"SQL_FN_TD_TIMESTAMPDIFF","features":[584]},{"name":"SQL_FN_TD_WEEK","features":[584]},{"name":"SQL_FN_TD_YEAR","features":[584]},{"name":"SQL_FN_TSI_DAY","features":[584]},{"name":"SQL_FN_TSI_FRAC_SECOND","features":[584]},{"name":"SQL_FN_TSI_HOUR","features":[584]},{"name":"SQL_FN_TSI_MINUTE","features":[584]},{"name":"SQL_FN_TSI_MONTH","features":[584]},{"name":"SQL_FN_TSI_QUARTER","features":[584]},{"name":"SQL_FN_TSI_SECOND","features":[584]},{"name":"SQL_FN_TSI_WEEK","features":[584]},{"name":"SQL_FN_TSI_YEAR","features":[584]},{"name":"SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1","features":[584]},{"name":"SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2","features":[584]},{"name":"SQL_GB_COLLATE","features":[584]},{"name":"SQL_GB_GROUP_BY_CONTAINS_SELECT","features":[584]},{"name":"SQL_GB_GROUP_BY_EQUALS_SELECT","features":[584]},{"name":"SQL_GB_NOT_SUPPORTED","features":[584]},{"name":"SQL_GB_NO_RELATION","features":[584]},{"name":"SQL_GD_ANY_COLUMN","features":[584]},{"name":"SQL_GD_ANY_ORDER","features":[584]},{"name":"SQL_GD_BLOCK","features":[584]},{"name":"SQL_GD_BOUND","features":[584]},{"name":"SQL_GD_OUTPUT_PARAMS","features":[584]},{"name":"SQL_GETDATA_EXTENSIONS","features":[584]},{"name":"SQL_GET_BOOKMARK","features":[584]},{"name":"SQL_GROUP_BY","features":[584]},{"name":"SQL_GUID","features":[584]},{"name":"SQL_HANDLE_DBC","features":[584]},{"name":"SQL_HANDLE_DBC_INFO_TOKEN","features":[584]},{"name":"SQL_HANDLE_DESC","features":[584]},{"name":"SQL_HANDLE_ENV","features":[584]},{"name":"SQL_HANDLE_SENV","features":[584]},{"name":"SQL_HANDLE_STMT","features":[584]},{"name":"SQL_HC_DEFAULT","features":[584]},{"name":"SQL_HC_OFF","features":[584]},{"name":"SQL_HC_ON","features":[584]},{"name":"SQL_HOUR","features":[584]},{"name":"SQL_HOUR_TO_MINUTE","features":[584]},{"name":"SQL_HOUR_TO_SECOND","features":[584]},{"name":"SQL_IC_LOWER","features":[584]},{"name":"SQL_IC_MIXED","features":[584]},{"name":"SQL_IC_SENSITIVE","features":[584]},{"name":"SQL_IC_UPPER","features":[584]},{"name":"SQL_IDENTIFIER_CASE","features":[584]},{"name":"SQL_IDENTIFIER_QUOTE_CHAR","features":[584]},{"name":"SQL_IGNORE","features":[584]},{"name":"SQL_IK_ASC","features":[584]},{"name":"SQL_IK_DESC","features":[584]},{"name":"SQL_IK_NONE","features":[584]},{"name":"SQL_INDEX_ALL","features":[584]},{"name":"SQL_INDEX_CLUSTERED","features":[584]},{"name":"SQL_INDEX_HASHED","features":[584]},{"name":"SQL_INDEX_KEYWORDS","features":[584]},{"name":"SQL_INDEX_OTHER","features":[584]},{"name":"SQL_INDEX_UNIQUE","features":[584]},{"name":"SQL_INFO_DRIVER_START","features":[584]},{"name":"SQL_INFO_FIRST","features":[584]},{"name":"SQL_INFO_LAST","features":[584]},{"name":"SQL_INFO_SCHEMA_VIEWS","features":[584]},{"name":"SQL_INFO_SS_FIRST","features":[584]},{"name":"SQL_INFO_SS_MAX_USED","features":[584]},{"name":"SQL_INFO_SS_NETLIB_NAME","features":[584]},{"name":"SQL_INFO_SS_NETLIB_NAMEA","features":[584]},{"name":"SQL_INFO_SS_NETLIB_NAMEW","features":[584]},{"name":"SQL_INITIALLY_DEFERRED","features":[584]},{"name":"SQL_INITIALLY_IMMEDIATE","features":[584]},{"name":"SQL_INSENSITIVE","features":[584]},{"name":"SQL_INSERT_STATEMENT","features":[584]},{"name":"SQL_INTEGER","features":[584]},{"name":"SQL_INTEGRATED_SECURITY","features":[584]},{"name":"SQL_INTEGRITY","features":[584]},{"name":"SQL_INTERVAL","features":[584]},{"name":"SQL_INTERVAL_DAY","features":[584]},{"name":"SQL_INTERVAL_DAY_TO_HOUR","features":[584]},{"name":"SQL_INTERVAL_DAY_TO_MINUTE","features":[584]},{"name":"SQL_INTERVAL_DAY_TO_SECOND","features":[584]},{"name":"SQL_INTERVAL_HOUR","features":[584]},{"name":"SQL_INTERVAL_HOUR_TO_MINUTE","features":[584]},{"name":"SQL_INTERVAL_HOUR_TO_SECOND","features":[584]},{"name":"SQL_INTERVAL_MINUTE","features":[584]},{"name":"SQL_INTERVAL_MINUTE_TO_SECOND","features":[584]},{"name":"SQL_INTERVAL_MONTH","features":[584]},{"name":"SQL_INTERVAL_SECOND","features":[584]},{"name":"SQL_INTERVAL_STRUCT","features":[584]},{"name":"SQL_INTERVAL_YEAR","features":[584]},{"name":"SQL_INTERVAL_YEAR_TO_MONTH","features":[584]},{"name":"SQL_INVALID_HANDLE","features":[584]},{"name":"SQL_ISV_ASSERTIONS","features":[584]},{"name":"SQL_ISV_CHARACTER_SETS","features":[584]},{"name":"SQL_ISV_CHECK_CONSTRAINTS","features":[584]},{"name":"SQL_ISV_COLLATIONS","features":[584]},{"name":"SQL_ISV_COLUMNS","features":[584]},{"name":"SQL_ISV_COLUMN_DOMAIN_USAGE","features":[584]},{"name":"SQL_ISV_COLUMN_PRIVILEGES","features":[584]},{"name":"SQL_ISV_CONSTRAINT_COLUMN_USAGE","features":[584]},{"name":"SQL_ISV_CONSTRAINT_TABLE_USAGE","features":[584]},{"name":"SQL_ISV_DOMAINS","features":[584]},{"name":"SQL_ISV_DOMAIN_CONSTRAINTS","features":[584]},{"name":"SQL_ISV_KEY_COLUMN_USAGE","features":[584]},{"name":"SQL_ISV_REFERENTIAL_CONSTRAINTS","features":[584]},{"name":"SQL_ISV_SCHEMATA","features":[584]},{"name":"SQL_ISV_SQL_LANGUAGES","features":[584]},{"name":"SQL_ISV_TABLES","features":[584]},{"name":"SQL_ISV_TABLE_CONSTRAINTS","features":[584]},{"name":"SQL_ISV_TABLE_PRIVILEGES","features":[584]},{"name":"SQL_ISV_TRANSLATIONS","features":[584]},{"name":"SQL_ISV_USAGE_PRIVILEGES","features":[584]},{"name":"SQL_ISV_VIEWS","features":[584]},{"name":"SQL_ISV_VIEW_COLUMN_USAGE","features":[584]},{"name":"SQL_ISV_VIEW_TABLE_USAGE","features":[584]},{"name":"SQL_IS_DAY","features":[584]},{"name":"SQL_IS_DAY_TO_HOUR","features":[584]},{"name":"SQL_IS_DAY_TO_MINUTE","features":[584]},{"name":"SQL_IS_DAY_TO_SECOND","features":[584]},{"name":"SQL_IS_DEFAULT","features":[584]},{"name":"SQL_IS_HOUR","features":[584]},{"name":"SQL_IS_HOUR_TO_MINUTE","features":[584]},{"name":"SQL_IS_HOUR_TO_SECOND","features":[584]},{"name":"SQL_IS_INSERT_LITERALS","features":[584]},{"name":"SQL_IS_INSERT_SEARCHED","features":[584]},{"name":"SQL_IS_INTEGER","features":[584]},{"name":"SQL_IS_MINUTE","features":[584]},{"name":"SQL_IS_MINUTE_TO_SECOND","features":[584]},{"name":"SQL_IS_MONTH","features":[584]},{"name":"SQL_IS_OFF","features":[584]},{"name":"SQL_IS_ON","features":[584]},{"name":"SQL_IS_POINTER","features":[584]},{"name":"SQL_IS_SECOND","features":[584]},{"name":"SQL_IS_SELECT_INTO","features":[584]},{"name":"SQL_IS_SMALLINT","features":[584]},{"name":"SQL_IS_UINTEGER","features":[584]},{"name":"SQL_IS_USMALLINT","features":[584]},{"name":"SQL_IS_YEAR","features":[584]},{"name":"SQL_IS_YEAR_TO_MONTH","features":[584]},{"name":"SQL_KEYSET_CURSOR_ATTRIBUTES1","features":[584]},{"name":"SQL_KEYSET_CURSOR_ATTRIBUTES2","features":[584]},{"name":"SQL_KEYSET_SIZE","features":[584]},{"name":"SQL_KEYSET_SIZE_DEFAULT","features":[584]},{"name":"SQL_KEYWORDS","features":[584]},{"name":"SQL_LCK_EXCLUSIVE","features":[584]},{"name":"SQL_LCK_NO_CHANGE","features":[584]},{"name":"SQL_LCK_UNLOCK","features":[584]},{"name":"SQL_LEN_BINARY_ATTR_OFFSET","features":[584]},{"name":"SQL_LEN_DATA_AT_EXEC_OFFSET","features":[584]},{"name":"SQL_LIKE_ESCAPE_CLAUSE","features":[584]},{"name":"SQL_LIKE_ONLY","features":[584]},{"name":"SQL_LOCK_EXCLUSIVE","features":[584]},{"name":"SQL_LOCK_NO_CHANGE","features":[584]},{"name":"SQL_LOCK_TYPES","features":[584]},{"name":"SQL_LOCK_UNLOCK","features":[584]},{"name":"SQL_LOGIN_TIMEOUT","features":[584]},{"name":"SQL_LOGIN_TIMEOUT_DEFAULT","features":[584]},{"name":"SQL_LONGVARBINARY","features":[584]},{"name":"SQL_LONGVARCHAR","features":[584]},{"name":"SQL_MAXIMUM_CATALOG_NAME_LENGTH","features":[584]},{"name":"SQL_MAXIMUM_COLUMNS_IN_GROUP_BY","features":[584]},{"name":"SQL_MAXIMUM_COLUMNS_IN_INDEX","features":[584]},{"name":"SQL_MAXIMUM_COLUMNS_IN_ORDER_BY","features":[584]},{"name":"SQL_MAXIMUM_COLUMNS_IN_SELECT","features":[584]},{"name":"SQL_MAXIMUM_COLUMN_NAME_LENGTH","features":[584]},{"name":"SQL_MAXIMUM_CONCURRENT_ACTIVITIES","features":[584]},{"name":"SQL_MAXIMUM_CURSOR_NAME_LENGTH","features":[584]},{"name":"SQL_MAXIMUM_DRIVER_CONNECTIONS","features":[584]},{"name":"SQL_MAXIMUM_IDENTIFIER_LENGTH","features":[584]},{"name":"SQL_MAXIMUM_INDEX_SIZE","features":[584]},{"name":"SQL_MAXIMUM_ROW_SIZE","features":[584]},{"name":"SQL_MAXIMUM_SCHEMA_NAME_LENGTH","features":[584]},{"name":"SQL_MAXIMUM_STATEMENT_LENGTH","features":[584]},{"name":"SQL_MAXIMUM_TABLES_IN_SELECT","features":[584]},{"name":"SQL_MAXIMUM_USER_NAME_LENGTH","features":[584]},{"name":"SQL_MAX_ASYNC_CONCURRENT_STATEMENTS","features":[584]},{"name":"SQL_MAX_BINARY_LITERAL_LEN","features":[584]},{"name":"SQL_MAX_CATALOG_NAME_LEN","features":[584]},{"name":"SQL_MAX_CHAR_LITERAL_LEN","features":[584]},{"name":"SQL_MAX_COLUMNS_IN_GROUP_BY","features":[584]},{"name":"SQL_MAX_COLUMNS_IN_INDEX","features":[584]},{"name":"SQL_MAX_COLUMNS_IN_ORDER_BY","features":[584]},{"name":"SQL_MAX_COLUMNS_IN_SELECT","features":[584]},{"name":"SQL_MAX_COLUMNS_IN_TABLE","features":[584]},{"name":"SQL_MAX_COLUMN_NAME_LEN","features":[584]},{"name":"SQL_MAX_CONCURRENT_ACTIVITIES","features":[584]},{"name":"SQL_MAX_CURSOR_NAME_LEN","features":[584]},{"name":"SQL_MAX_DRIVER_CONNECTIONS","features":[584]},{"name":"SQL_MAX_DSN_LENGTH","features":[584]},{"name":"SQL_MAX_IDENTIFIER_LEN","features":[584]},{"name":"SQL_MAX_INDEX_SIZE","features":[584]},{"name":"SQL_MAX_LENGTH","features":[584]},{"name":"SQL_MAX_LENGTH_DEFAULT","features":[584]},{"name":"SQL_MAX_MESSAGE_LENGTH","features":[584]},{"name":"SQL_MAX_NUMERIC_LEN","features":[584]},{"name":"SQL_MAX_OPTION_STRING_LENGTH","features":[584]},{"name":"SQL_MAX_OWNER_NAME_LEN","features":[584]},{"name":"SQL_MAX_PROCEDURE_NAME_LEN","features":[584]},{"name":"SQL_MAX_QUALIFIER_NAME_LEN","features":[584]},{"name":"SQL_MAX_ROWS","features":[584]},{"name":"SQL_MAX_ROWS_DEFAULT","features":[584]},{"name":"SQL_MAX_ROW_SIZE","features":[584]},{"name":"SQL_MAX_ROW_SIZE_INCLUDES_LONG","features":[584]},{"name":"SQL_MAX_SCHEMA_NAME_LEN","features":[584]},{"name":"SQL_MAX_SQLSERVERNAME","features":[584]},{"name":"SQL_MAX_STATEMENT_LEN","features":[584]},{"name":"SQL_MAX_TABLES_IN_SELECT","features":[584]},{"name":"SQL_MAX_TABLE_NAME_LEN","features":[584]},{"name":"SQL_MAX_USER_NAME_LEN","features":[584]},{"name":"SQL_MINUTE","features":[584]},{"name":"SQL_MINUTE_TO_SECOND","features":[584]},{"name":"SQL_MODE_DEFAULT","features":[584]},{"name":"SQL_MODE_READ_ONLY","features":[584]},{"name":"SQL_MODE_READ_WRITE","features":[584]},{"name":"SQL_MONTH","features":[584]},{"name":"SQL_MORE_INFO_NO","features":[584]},{"name":"SQL_MORE_INFO_YES","features":[584]},{"name":"SQL_MULTIPLE_ACTIVE_TXN","features":[584]},{"name":"SQL_MULT_RESULT_SETS","features":[584]},{"name":"SQL_NAMED","features":[584]},{"name":"SQL_NB_DEFAULT","features":[584]},{"name":"SQL_NB_OFF","features":[584]},{"name":"SQL_NB_ON","features":[584]},{"name":"SQL_NC_END","features":[584]},{"name":"SQL_NC_HIGH","features":[584]},{"name":"SQL_NC_LOW","features":[584]},{"name":"SQL_NC_OFF","features":[584]},{"name":"SQL_NC_ON","features":[584]},{"name":"SQL_NC_START","features":[584]},{"name":"SQL_NEED_DATA","features":[584]},{"name":"SQL_NEED_LONG_DATA_LEN","features":[584]},{"name":"SQL_NNC_NON_NULL","features":[584]},{"name":"SQL_NNC_NULL","features":[584]},{"name":"SQL_NONSCROLLABLE","features":[584]},{"name":"SQL_NON_NULLABLE_COLUMNS","features":[584]},{"name":"SQL_NOSCAN","features":[584]},{"name":"SQL_NOSCAN_DEFAULT","features":[584]},{"name":"SQL_NOSCAN_OFF","features":[584]},{"name":"SQL_NOSCAN_ON","features":[584]},{"name":"SQL_NOT_DEFERRABLE","features":[584]},{"name":"SQL_NO_ACTION","features":[584]},{"name":"SQL_NO_COLUMN_NUMBER","features":[584]},{"name":"SQL_NO_DATA","features":[584]},{"name":"SQL_NO_DATA_FOUND","features":[584]},{"name":"SQL_NO_NULLS","features":[584]},{"name":"SQL_NO_ROW_NUMBER","features":[584]},{"name":"SQL_NO_TOTAL","features":[584]},{"name":"SQL_NTS","features":[584]},{"name":"SQL_NTSL","features":[584]},{"name":"SQL_NULLABLE","features":[584]},{"name":"SQL_NULLABLE_UNKNOWN","features":[584]},{"name":"SQL_NULL_COLLATION","features":[584]},{"name":"SQL_NULL_DATA","features":[584]},{"name":"SQL_NULL_HANDLE","features":[584]},{"name":"SQL_NULL_HDBC","features":[584]},{"name":"SQL_NULL_HDESC","features":[584]},{"name":"SQL_NULL_HENV","features":[584]},{"name":"SQL_NULL_HSTMT","features":[584]},{"name":"SQL_NUMERIC","features":[584]},{"name":"SQL_NUMERIC_FUNCTIONS","features":[584]},{"name":"SQL_NUMERIC_STRUCT","features":[584]},{"name":"SQL_NUM_FUNCTIONS","features":[584]},{"name":"SQL_OAC_LEVEL1","features":[584]},{"name":"SQL_OAC_LEVEL2","features":[584]},{"name":"SQL_OAC_NONE","features":[584]},{"name":"SQL_ODBC_API_CONFORMANCE","features":[584]},{"name":"SQL_ODBC_CURSORS","features":[584]},{"name":"SQL_ODBC_INTERFACE_CONFORMANCE","features":[584]},{"name":"SQL_ODBC_KEYWORDS","features":[584]},{"name":"SQL_ODBC_SAG_CLI_CONFORMANCE","features":[584]},{"name":"SQL_ODBC_SQL_CONFORMANCE","features":[584]},{"name":"SQL_ODBC_SQL_OPT_IEF","features":[584]},{"name":"SQL_ODBC_VER","features":[584]},{"name":"SQL_OIC_CORE","features":[584]},{"name":"SQL_OIC_LEVEL1","features":[584]},{"name":"SQL_OIC_LEVEL2","features":[584]},{"name":"SQL_OJ_ALL_COMPARISON_OPS","features":[584]},{"name":"SQL_OJ_CAPABILITIES","features":[584]},{"name":"SQL_OJ_FULL","features":[584]},{"name":"SQL_OJ_INNER","features":[584]},{"name":"SQL_OJ_LEFT","features":[584]},{"name":"SQL_OJ_NESTED","features":[584]},{"name":"SQL_OJ_NOT_ORDERED","features":[584]},{"name":"SQL_OJ_RIGHT","features":[584]},{"name":"SQL_OPT_TRACE","features":[584]},{"name":"SQL_OPT_TRACEFILE","features":[584]},{"name":"SQL_OPT_TRACE_DEFAULT","features":[584]},{"name":"SQL_OPT_TRACE_FILE_DEFAULT","features":[584]},{"name":"SQL_OPT_TRACE_OFF","features":[584]},{"name":"SQL_OPT_TRACE_ON","features":[584]},{"name":"SQL_ORDER_BY_COLUMNS_IN_SELECT","features":[584]},{"name":"SQL_OSCC_COMPLIANT","features":[584]},{"name":"SQL_OSCC_NOT_COMPLIANT","features":[584]},{"name":"SQL_OSC_CORE","features":[584]},{"name":"SQL_OSC_EXTENDED","features":[584]},{"name":"SQL_OSC_MINIMUM","features":[584]},{"name":"SQL_OUTER_JOINS","features":[584]},{"name":"SQL_OUTER_JOIN_CAPABILITIES","features":[584]},{"name":"SQL_OU_DML_STATEMENTS","features":[584]},{"name":"SQL_OU_INDEX_DEFINITION","features":[584]},{"name":"SQL_OU_PRIVILEGE_DEFINITION","features":[584]},{"name":"SQL_OU_PROCEDURE_INVOCATION","features":[584]},{"name":"SQL_OU_TABLE_DEFINITION","features":[584]},{"name":"SQL_OV_ODBC2","features":[584]},{"name":"SQL_OV_ODBC3","features":[584]},{"name":"SQL_OV_ODBC3_80","features":[584]},{"name":"SQL_OWNER_TERM","features":[584]},{"name":"SQL_OWNER_USAGE","features":[584]},{"name":"SQL_PACKET_SIZE","features":[584]},{"name":"SQL_PARAM_ARRAY_ROW_COUNTS","features":[584]},{"name":"SQL_PARAM_ARRAY_SELECTS","features":[584]},{"name":"SQL_PARAM_BIND_BY_COLUMN","features":[584]},{"name":"SQL_PARAM_BIND_TYPE_DEFAULT","features":[584]},{"name":"SQL_PARAM_DATA_AVAILABLE","features":[584]},{"name":"SQL_PARAM_DIAG_UNAVAILABLE","features":[584]},{"name":"SQL_PARAM_ERROR","features":[584]},{"name":"SQL_PARAM_IGNORE","features":[584]},{"name":"SQL_PARAM_INPUT","features":[584]},{"name":"SQL_PARAM_INPUT_OUTPUT","features":[584]},{"name":"SQL_PARAM_INPUT_OUTPUT_STREAM","features":[584]},{"name":"SQL_PARAM_OUTPUT","features":[584]},{"name":"SQL_PARAM_OUTPUT_STREAM","features":[584]},{"name":"SQL_PARAM_PROCEED","features":[584]},{"name":"SQL_PARAM_SUCCESS","features":[584]},{"name":"SQL_PARAM_SUCCESS_WITH_INFO","features":[584]},{"name":"SQL_PARAM_TYPE_UNKNOWN","features":[584]},{"name":"SQL_PARAM_UNUSED","features":[584]},{"name":"SQL_PARC_BATCH","features":[584]},{"name":"SQL_PARC_NO_BATCH","features":[584]},{"name":"SQL_PAS_BATCH","features":[584]},{"name":"SQL_PAS_NO_BATCH","features":[584]},{"name":"SQL_PAS_NO_SELECT","features":[584]},{"name":"SQL_PC_DEFAULT","features":[584]},{"name":"SQL_PC_NON_PSEUDO","features":[584]},{"name":"SQL_PC_NOT_PSEUDO","features":[584]},{"name":"SQL_PC_OFF","features":[584]},{"name":"SQL_PC_ON","features":[584]},{"name":"SQL_PC_PSEUDO","features":[584]},{"name":"SQL_PC_UNKNOWN","features":[584]},{"name":"SQL_PERF_START","features":[584]},{"name":"SQL_PERF_STOP","features":[584]},{"name":"SQL_POSITION","features":[584]},{"name":"SQL_POSITIONED_STATEMENTS","features":[584]},{"name":"SQL_POS_ADD","features":[584]},{"name":"SQL_POS_DELETE","features":[584]},{"name":"SQL_POS_OPERATIONS","features":[584]},{"name":"SQL_POS_POSITION","features":[584]},{"name":"SQL_POS_REFRESH","features":[584]},{"name":"SQL_POS_UPDATE","features":[584]},{"name":"SQL_PRED_BASIC","features":[584]},{"name":"SQL_PRED_CHAR","features":[584]},{"name":"SQL_PRED_NONE","features":[584]},{"name":"SQL_PRED_SEARCHABLE","features":[584]},{"name":"SQL_PRESERVE_CURSORS","features":[584]},{"name":"SQL_PROCEDURES","features":[584]},{"name":"SQL_PROCEDURE_TERM","features":[584]},{"name":"SQL_PS_POSITIONED_DELETE","features":[584]},{"name":"SQL_PS_POSITIONED_UPDATE","features":[584]},{"name":"SQL_PS_SELECT_FOR_UPDATE","features":[584]},{"name":"SQL_PT_FUNCTION","features":[584]},{"name":"SQL_PT_PROCEDURE","features":[584]},{"name":"SQL_PT_UNKNOWN","features":[584]},{"name":"SQL_QI_DEFAULT","features":[584]},{"name":"SQL_QI_OFF","features":[584]},{"name":"SQL_QI_ON","features":[584]},{"name":"SQL_QL_END","features":[584]},{"name":"SQL_QL_START","features":[584]},{"name":"SQL_QUALIFIER_LOCATION","features":[584]},{"name":"SQL_QUALIFIER_NAME_SEPARATOR","features":[584]},{"name":"SQL_QUALIFIER_TERM","features":[584]},{"name":"SQL_QUALIFIER_USAGE","features":[584]},{"name":"SQL_QUERY_TIMEOUT","features":[584]},{"name":"SQL_QUERY_TIMEOUT_DEFAULT","features":[584]},{"name":"SQL_QUICK","features":[584]},{"name":"SQL_QUIET_MODE","features":[584]},{"name":"SQL_QUOTED_IDENTIFIER_CASE","features":[584]},{"name":"SQL_QU_DML_STATEMENTS","features":[584]},{"name":"SQL_QU_INDEX_DEFINITION","features":[584]},{"name":"SQL_QU_PRIVILEGE_DEFINITION","features":[584]},{"name":"SQL_QU_PROCEDURE_INVOCATION","features":[584]},{"name":"SQL_QU_TABLE_DEFINITION","features":[584]},{"name":"SQL_RD_DEFAULT","features":[584]},{"name":"SQL_RD_OFF","features":[584]},{"name":"SQL_RD_ON","features":[584]},{"name":"SQL_REAL","features":[584]},{"name":"SQL_REFRESH","features":[584]},{"name":"SQL_REMOTE_PWD","features":[584]},{"name":"SQL_RESET_CONNECTION_YES","features":[584]},{"name":"SQL_RESET_PARAMS","features":[584]},{"name":"SQL_RESET_YES","features":[584]},{"name":"SQL_RESTRICT","features":[584]},{"name":"SQL_RESULT_COL","features":[584]},{"name":"SQL_RETRIEVE_DATA","features":[584]},{"name":"SQL_RETURN_VALUE","features":[584]},{"name":"SQL_RE_DEFAULT","features":[584]},{"name":"SQL_RE_OFF","features":[584]},{"name":"SQL_RE_ON","features":[584]},{"name":"SQL_ROLLBACK","features":[584]},{"name":"SQL_ROWSET_SIZE","features":[584]},{"name":"SQL_ROWSET_SIZE_DEFAULT","features":[584]},{"name":"SQL_ROWVER","features":[584]},{"name":"SQL_ROW_ADDED","features":[584]},{"name":"SQL_ROW_DELETED","features":[584]},{"name":"SQL_ROW_ERROR","features":[584]},{"name":"SQL_ROW_IDENTIFIER","features":[584]},{"name":"SQL_ROW_IGNORE","features":[584]},{"name":"SQL_ROW_NOROW","features":[584]},{"name":"SQL_ROW_NUMBER","features":[584]},{"name":"SQL_ROW_NUMBER_UNKNOWN","features":[584]},{"name":"SQL_ROW_PROCEED","features":[584]},{"name":"SQL_ROW_SUCCESS","features":[584]},{"name":"SQL_ROW_SUCCESS_WITH_INFO","features":[584]},{"name":"SQL_ROW_UPDATED","features":[584]},{"name":"SQL_ROW_UPDATES","features":[584]},{"name":"SQL_SCCO_LOCK","features":[584]},{"name":"SQL_SCCO_OPT_ROWVER","features":[584]},{"name":"SQL_SCCO_OPT_TIMESTAMP","features":[584]},{"name":"SQL_SCCO_OPT_VALUES","features":[584]},{"name":"SQL_SCCO_READ_ONLY","features":[584]},{"name":"SQL_SCC_ISO92_CLI","features":[584]},{"name":"SQL_SCC_XOPEN_CLI_VERSION1","features":[584]},{"name":"SQL_SCHEMA_TERM","features":[584]},{"name":"SQL_SCHEMA_USAGE","features":[584]},{"name":"SQL_SCOPE_CURROW","features":[584]},{"name":"SQL_SCOPE_SESSION","features":[584]},{"name":"SQL_SCOPE_TRANSACTION","features":[584]},{"name":"SQL_SCROLLABLE","features":[584]},{"name":"SQL_SCROLL_CONCURRENCY","features":[584]},{"name":"SQL_SCROLL_DYNAMIC","features":[584]},{"name":"SQL_SCROLL_FORWARD_ONLY","features":[584]},{"name":"SQL_SCROLL_KEYSET_DRIVEN","features":[584]},{"name":"SQL_SCROLL_OPTIONS","features":[584]},{"name":"SQL_SCROLL_STATIC","features":[584]},{"name":"SQL_SC_FIPS127_2_TRANSITIONAL","features":[584]},{"name":"SQL_SC_NON_UNIQUE","features":[584]},{"name":"SQL_SC_SQL92_ENTRY","features":[584]},{"name":"SQL_SC_SQL92_FULL","features":[584]},{"name":"SQL_SC_SQL92_INTERMEDIATE","features":[584]},{"name":"SQL_SC_TRY_UNIQUE","features":[584]},{"name":"SQL_SC_UNIQUE","features":[584]},{"name":"SQL_SDF_CURRENT_DATE","features":[584]},{"name":"SQL_SDF_CURRENT_TIME","features":[584]},{"name":"SQL_SDF_CURRENT_TIMESTAMP","features":[584]},{"name":"SQL_SEARCHABLE","features":[584]},{"name":"SQL_SEARCH_PATTERN_ESCAPE","features":[584]},{"name":"SQL_SECOND","features":[584]},{"name":"SQL_SENSITIVE","features":[584]},{"name":"SQL_SERVER_NAME","features":[584]},{"name":"SQL_SETPARAM_VALUE_MAX","features":[584]},{"name":"SQL_SETPOS_MAX_LOCK_VALUE","features":[584]},{"name":"SQL_SETPOS_MAX_OPTION_VALUE","features":[584]},{"name":"SQL_SET_DEFAULT","features":[584]},{"name":"SQL_SET_NULL","features":[584]},{"name":"SQL_SFKD_CASCADE","features":[584]},{"name":"SQL_SFKD_NO_ACTION","features":[584]},{"name":"SQL_SFKD_SET_DEFAULT","features":[584]},{"name":"SQL_SFKD_SET_NULL","features":[584]},{"name":"SQL_SFKU_CASCADE","features":[584]},{"name":"SQL_SFKU_NO_ACTION","features":[584]},{"name":"SQL_SFKU_SET_DEFAULT","features":[584]},{"name":"SQL_SFKU_SET_NULL","features":[584]},{"name":"SQL_SG_DELETE_TABLE","features":[584]},{"name":"SQL_SG_INSERT_COLUMN","features":[584]},{"name":"SQL_SG_INSERT_TABLE","features":[584]},{"name":"SQL_SG_REFERENCES_COLUMN","features":[584]},{"name":"SQL_SG_REFERENCES_TABLE","features":[584]},{"name":"SQL_SG_SELECT_TABLE","features":[584]},{"name":"SQL_SG_UPDATE_COLUMN","features":[584]},{"name":"SQL_SG_UPDATE_TABLE","features":[584]},{"name":"SQL_SG_USAGE_ON_CHARACTER_SET","features":[584]},{"name":"SQL_SG_USAGE_ON_COLLATION","features":[584]},{"name":"SQL_SG_USAGE_ON_DOMAIN","features":[584]},{"name":"SQL_SG_USAGE_ON_TRANSLATION","features":[584]},{"name":"SQL_SG_WITH_GRANT_OPTION","features":[584]},{"name":"SQL_SIGNED_OFFSET","features":[584]},{"name":"SQL_SIMULATE_CURSOR","features":[584]},{"name":"SQL_SMALLINT","features":[584]},{"name":"SQL_SNVF_BIT_LENGTH","features":[584]},{"name":"SQL_SNVF_CHARACTER_LENGTH","features":[584]},{"name":"SQL_SNVF_CHAR_LENGTH","features":[584]},{"name":"SQL_SNVF_EXTRACT","features":[584]},{"name":"SQL_SNVF_OCTET_LENGTH","features":[584]},{"name":"SQL_SNVF_POSITION","features":[584]},{"name":"SQL_SOPT_SS_BASE","features":[584]},{"name":"SQL_SOPT_SS_CURRENT_COMMAND","features":[584]},{"name":"SQL_SOPT_SS_CURSOR_OPTIONS","features":[584]},{"name":"SQL_SOPT_SS_DEFER_PREPARE","features":[584]},{"name":"SQL_SOPT_SS_HIDDEN_COLUMNS","features":[584]},{"name":"SQL_SOPT_SS_MAX_USED","features":[584]},{"name":"SQL_SOPT_SS_NOBROWSETABLE","features":[584]},{"name":"SQL_SOPT_SS_NOCOUNT_STATUS","features":[584]},{"name":"SQL_SOPT_SS_REGIONALIZE","features":[584]},{"name":"SQL_SOPT_SS_TEXTPTR_LOGGING","features":[584]},{"name":"SQL_SO_DYNAMIC","features":[584]},{"name":"SQL_SO_FORWARD_ONLY","features":[584]},{"name":"SQL_SO_KEYSET_DRIVEN","features":[584]},{"name":"SQL_SO_MIXED","features":[584]},{"name":"SQL_SO_STATIC","features":[584]},{"name":"SQL_SPECIAL_CHARACTERS","features":[584]},{"name":"SQL_SPEC_MAJOR","features":[584]},{"name":"SQL_SPEC_MINOR","features":[584]},{"name":"SQL_SPEC_STRING","features":[584]},{"name":"SQL_SP_BETWEEN","features":[584]},{"name":"SQL_SP_COMPARISON","features":[584]},{"name":"SQL_SP_EXISTS","features":[584]},{"name":"SQL_SP_IN","features":[584]},{"name":"SQL_SP_ISNOTNULL","features":[584]},{"name":"SQL_SP_ISNULL","features":[584]},{"name":"SQL_SP_LIKE","features":[584]},{"name":"SQL_SP_MATCH_FULL","features":[584]},{"name":"SQL_SP_MATCH_PARTIAL","features":[584]},{"name":"SQL_SP_MATCH_UNIQUE_FULL","features":[584]},{"name":"SQL_SP_MATCH_UNIQUE_PARTIAL","features":[584]},{"name":"SQL_SP_OVERLAPS","features":[584]},{"name":"SQL_SP_QUANTIFIED_COMPARISON","features":[584]},{"name":"SQL_SP_UNIQUE","features":[584]},{"name":"SQL_SQL92_DATETIME_FUNCTIONS","features":[584]},{"name":"SQL_SQL92_FOREIGN_KEY_DELETE_RULE","features":[584]},{"name":"SQL_SQL92_FOREIGN_KEY_UPDATE_RULE","features":[584]},{"name":"SQL_SQL92_GRANT","features":[584]},{"name":"SQL_SQL92_NUMERIC_VALUE_FUNCTIONS","features":[584]},{"name":"SQL_SQL92_PREDICATES","features":[584]},{"name":"SQL_SQL92_RELATIONAL_JOIN_OPERATORS","features":[584]},{"name":"SQL_SQL92_REVOKE","features":[584]},{"name":"SQL_SQL92_ROW_VALUE_CONSTRUCTOR","features":[584]},{"name":"SQL_SQL92_STRING_FUNCTIONS","features":[584]},{"name":"SQL_SQL92_VALUE_EXPRESSIONS","features":[584]},{"name":"SQL_SQLSTATE_SIZE","features":[584]},{"name":"SQL_SQLSTATE_SIZEW","features":[584]},{"name":"SQL_SQL_CONFORMANCE","features":[584]},{"name":"SQL_SQ_COMPARISON","features":[584]},{"name":"SQL_SQ_CORRELATED_SUBQUERIES","features":[584]},{"name":"SQL_SQ_EXISTS","features":[584]},{"name":"SQL_SQ_IN","features":[584]},{"name":"SQL_SQ_QUANTIFIED","features":[584]},{"name":"SQL_SRJO_CORRESPONDING_CLAUSE","features":[584]},{"name":"SQL_SRJO_CROSS_JOIN","features":[584]},{"name":"SQL_SRJO_EXCEPT_JOIN","features":[584]},{"name":"SQL_SRJO_FULL_OUTER_JOIN","features":[584]},{"name":"SQL_SRJO_INNER_JOIN","features":[584]},{"name":"SQL_SRJO_INTERSECT_JOIN","features":[584]},{"name":"SQL_SRJO_LEFT_OUTER_JOIN","features":[584]},{"name":"SQL_SRJO_NATURAL_JOIN","features":[584]},{"name":"SQL_SRJO_RIGHT_OUTER_JOIN","features":[584]},{"name":"SQL_SRJO_UNION_JOIN","features":[584]},{"name":"SQL_SRVC_DEFAULT","features":[584]},{"name":"SQL_SRVC_NULL","features":[584]},{"name":"SQL_SRVC_ROW_SUBQUERY","features":[584]},{"name":"SQL_SRVC_VALUE_EXPRESSION","features":[584]},{"name":"SQL_SR_CASCADE","features":[584]},{"name":"SQL_SR_DELETE_TABLE","features":[584]},{"name":"SQL_SR_GRANT_OPTION_FOR","features":[584]},{"name":"SQL_SR_INSERT_COLUMN","features":[584]},{"name":"SQL_SR_INSERT_TABLE","features":[584]},{"name":"SQL_SR_REFERENCES_COLUMN","features":[584]},{"name":"SQL_SR_REFERENCES_TABLE","features":[584]},{"name":"SQL_SR_RESTRICT","features":[584]},{"name":"SQL_SR_SELECT_TABLE","features":[584]},{"name":"SQL_SR_UPDATE_COLUMN","features":[584]},{"name":"SQL_SR_UPDATE_TABLE","features":[584]},{"name":"SQL_SR_USAGE_ON_CHARACTER_SET","features":[584]},{"name":"SQL_SR_USAGE_ON_COLLATION","features":[584]},{"name":"SQL_SR_USAGE_ON_DOMAIN","features":[584]},{"name":"SQL_SR_USAGE_ON_TRANSLATION","features":[584]},{"name":"SQL_SSF_CONVERT","features":[584]},{"name":"SQL_SSF_LOWER","features":[584]},{"name":"SQL_SSF_SUBSTRING","features":[584]},{"name":"SQL_SSF_TRANSLATE","features":[584]},{"name":"SQL_SSF_TRIM_BOTH","features":[584]},{"name":"SQL_SSF_TRIM_LEADING","features":[584]},{"name":"SQL_SSF_TRIM_TRAILING","features":[584]},{"name":"SQL_SSF_UPPER","features":[584]},{"name":"SQL_SS_ADDITIONS","features":[584]},{"name":"SQL_SS_DELETIONS","features":[584]},{"name":"SQL_SS_DL_DEFAULT","features":[584]},{"name":"SQL_SS_QI_DEFAULT","features":[584]},{"name":"SQL_SS_QL_DEFAULT","features":[584]},{"name":"SQL_SS_UPDATES","features":[584]},{"name":"SQL_SS_VARIANT","features":[584]},{"name":"SQL_STANDARD_CLI_CONFORMANCE","features":[584]},{"name":"SQL_STATIC_CURSOR_ATTRIBUTES1","features":[584]},{"name":"SQL_STATIC_CURSOR_ATTRIBUTES2","features":[584]},{"name":"SQL_STATIC_SENSITIVITY","features":[584]},{"name":"SQL_STILL_EXECUTING","features":[584]},{"name":"SQL_STMT_OPT_MAX","features":[584]},{"name":"SQL_STMT_OPT_MIN","features":[584]},{"name":"SQL_STRING_FUNCTIONS","features":[584]},{"name":"SQL_SUBQUERIES","features":[584]},{"name":"SQL_SUCCESS","features":[584]},{"name":"SQL_SUCCESS_WITH_INFO","features":[584]},{"name":"SQL_SU_DML_STATEMENTS","features":[584]},{"name":"SQL_SU_INDEX_DEFINITION","features":[584]},{"name":"SQL_SU_PRIVILEGE_DEFINITION","features":[584]},{"name":"SQL_SU_PROCEDURE_INVOCATION","features":[584]},{"name":"SQL_SU_TABLE_DEFINITION","features":[584]},{"name":"SQL_SVE_CASE","features":[584]},{"name":"SQL_SVE_CAST","features":[584]},{"name":"SQL_SVE_COALESCE","features":[584]},{"name":"SQL_SVE_NULLIF","features":[584]},{"name":"SQL_SYSTEM_FUNCTIONS","features":[584]},{"name":"SQL_TABLE_STAT","features":[584]},{"name":"SQL_TABLE_TERM","features":[584]},{"name":"SQL_TC_ALL","features":[584]},{"name":"SQL_TC_DDL_COMMIT","features":[584]},{"name":"SQL_TC_DDL_IGNORE","features":[584]},{"name":"SQL_TC_DML","features":[584]},{"name":"SQL_TC_NONE","features":[584]},{"name":"SQL_TEXTPTR_LOGGING","features":[584]},{"name":"SQL_TIME","features":[584]},{"name":"SQL_TIMEDATE_ADD_INTERVALS","features":[584]},{"name":"SQL_TIMEDATE_DIFF_INTERVALS","features":[584]},{"name":"SQL_TIMEDATE_FUNCTIONS","features":[584]},{"name":"SQL_TIMESTAMP","features":[584]},{"name":"SQL_TIMESTAMP_LEN","features":[584]},{"name":"SQL_TIME_LEN","features":[584]},{"name":"SQL_TINYINT","features":[584]},{"name":"SQL_TL_DEFAULT","features":[584]},{"name":"SQL_TL_OFF","features":[584]},{"name":"SQL_TL_ON","features":[584]},{"name":"SQL_TRANSACTION_CAPABLE","features":[584]},{"name":"SQL_TRANSACTION_ISOLATION_OPTION","features":[584]},{"name":"SQL_TRANSACTION_READ_COMMITTED","features":[584]},{"name":"SQL_TRANSACTION_READ_UNCOMMITTED","features":[584]},{"name":"SQL_TRANSACTION_REPEATABLE_READ","features":[584]},{"name":"SQL_TRANSACTION_SERIALIZABLE","features":[584]},{"name":"SQL_TRANSLATE_DLL","features":[584]},{"name":"SQL_TRANSLATE_OPTION","features":[584]},{"name":"SQL_TRUE","features":[584]},{"name":"SQL_TXN_CAPABLE","features":[584]},{"name":"SQL_TXN_ISOLATION","features":[584]},{"name":"SQL_TXN_ISOLATION_OPTION","features":[584]},{"name":"SQL_TXN_READ_COMMITTED","features":[584]},{"name":"SQL_TXN_READ_UNCOMMITTED","features":[584]},{"name":"SQL_TXN_REPEATABLE_READ","features":[584]},{"name":"SQL_TXN_SERIALIZABLE","features":[584]},{"name":"SQL_TXN_VERSIONING","features":[584]},{"name":"SQL_TYPE_DATE","features":[584]},{"name":"SQL_TYPE_DRIVER_END","features":[584]},{"name":"SQL_TYPE_DRIVER_START","features":[584]},{"name":"SQL_TYPE_MAX","features":[584]},{"name":"SQL_TYPE_MIN","features":[584]},{"name":"SQL_TYPE_NULL","features":[584]},{"name":"SQL_TYPE_TIME","features":[584]},{"name":"SQL_TYPE_TIMESTAMP","features":[584]},{"name":"SQL_UB_DEFAULT","features":[584]},{"name":"SQL_UB_FIXED","features":[584]},{"name":"SQL_UB_OFF","features":[584]},{"name":"SQL_UB_ON","features":[584]},{"name":"SQL_UB_VARIABLE","features":[584]},{"name":"SQL_UNBIND","features":[584]},{"name":"SQL_UNICODE","features":[584]},{"name":"SQL_UNICODE_CHAR","features":[584]},{"name":"SQL_UNICODE_LONGVARCHAR","features":[584]},{"name":"SQL_UNICODE_VARCHAR","features":[584]},{"name":"SQL_UNION","features":[584]},{"name":"SQL_UNION_STATEMENT","features":[584]},{"name":"SQL_UNKNOWN_TYPE","features":[584]},{"name":"SQL_UNNAMED","features":[584]},{"name":"SQL_UNSEARCHABLE","features":[584]},{"name":"SQL_UNSIGNED_OFFSET","features":[584]},{"name":"SQL_UNSPECIFIED","features":[584]},{"name":"SQL_UPDATE","features":[584]},{"name":"SQL_UPDATE_BY_BOOKMARK","features":[584]},{"name":"SQL_UP_DEFAULT","features":[584]},{"name":"SQL_UP_OFF","features":[584]},{"name":"SQL_UP_ON","features":[584]},{"name":"SQL_UP_ON_DROP","features":[584]},{"name":"SQL_USER_NAME","features":[584]},{"name":"SQL_USE_BOOKMARKS","features":[584]},{"name":"SQL_USE_PROCEDURE_FOR_PREPARE","features":[584]},{"name":"SQL_US_UNION","features":[584]},{"name":"SQL_US_UNION_ALL","features":[584]},{"name":"SQL_U_UNION","features":[584]},{"name":"SQL_U_UNION_ALL","features":[584]},{"name":"SQL_VARBINARY","features":[584]},{"name":"SQL_VARCHAR","features":[584]},{"name":"SQL_VARLEN_DATA","features":[584]},{"name":"SQL_WARN_NO","features":[584]},{"name":"SQL_WARN_YES","features":[584]},{"name":"SQL_WCHAR","features":[584]},{"name":"SQL_WLONGVARCHAR","features":[584]},{"name":"SQL_WVARCHAR","features":[584]},{"name":"SQL_XL_DEFAULT","features":[584]},{"name":"SQL_XL_OFF","features":[584]},{"name":"SQL_XL_ON","features":[584]},{"name":"SQL_XOPEN_CLI_YEAR","features":[584]},{"name":"SQL_YEAR","features":[584]},{"name":"SQL_YEAR_MONTH_STRUCT","features":[584]},{"name":"SQL_YEAR_TO_MONTH","features":[584]},{"name":"SQLudtBINARY","features":[584]},{"name":"SQLudtBIT","features":[584]},{"name":"SQLudtBITN","features":[584]},{"name":"SQLudtCHAR","features":[584]},{"name":"SQLudtDATETIM4","features":[584]},{"name":"SQLudtDATETIME","features":[584]},{"name":"SQLudtDATETIMN","features":[584]},{"name":"SQLudtDECML","features":[584]},{"name":"SQLudtDECMLN","features":[584]},{"name":"SQLudtFLT4","features":[584]},{"name":"SQLudtFLT8","features":[584]},{"name":"SQLudtFLTN","features":[584]},{"name":"SQLudtIMAGE","features":[584]},{"name":"SQLudtINT1","features":[584]},{"name":"SQLudtINT2","features":[584]},{"name":"SQLudtINT4","features":[584]},{"name":"SQLudtINTN","features":[584]},{"name":"SQLudtMONEY","features":[584]},{"name":"SQLudtMONEY4","features":[584]},{"name":"SQLudtMONEYN","features":[584]},{"name":"SQLudtNUM","features":[584]},{"name":"SQLudtNUMN","features":[584]},{"name":"SQLudtSYSNAME","features":[584]},{"name":"SQLudtTEXT","features":[584]},{"name":"SQLudtTIMESTAMP","features":[584]},{"name":"SQLudtUNIQUEIDENTIFIER","features":[584]},{"name":"SQLudtVARBINARY","features":[584]},{"name":"SQLudtVARCHAR","features":[584]},{"name":"SQMO_DEFAULT_PROPERTY","features":[584]},{"name":"SQMO_GENERATOR_FOR_TYPE","features":[584]},{"name":"SQMO_MAP_PROPERTY","features":[584]},{"name":"SQMO_VIRTUAL_PROPERTY","features":[584]},{"name":"SQPE_EXTRA_CLOSING_PARENTHESIS","features":[584]},{"name":"SQPE_EXTRA_OPENING_PARENTHESIS","features":[584]},{"name":"SQPE_IGNORED_CONNECTOR","features":[584]},{"name":"SQPE_IGNORED_KEYWORD","features":[584]},{"name":"SQPE_IGNORED_MODIFIER","features":[584]},{"name":"SQPE_NONE","features":[584]},{"name":"SQPE_UNHANDLED","features":[584]},{"name":"SQRO_ADD_ROBUST_ITEM_NAME","features":[584]},{"name":"SQRO_ADD_VALUE_TYPE_FOR_PLAIN_VALUES","features":[584]},{"name":"SQRO_ALWAYS_ONE_INTERVAL","features":[584]},{"name":"SQRO_DEFAULT","features":[584]},{"name":"SQRO_DONT_MAP_RELATIONS","features":[584]},{"name":"SQRO_DONT_REMOVE_UNRESTRICTED_KEYWORDS","features":[584]},{"name":"SQRO_DONT_RESOLVE_DATETIME","features":[584]},{"name":"SQRO_DONT_RESOLVE_RANGES","features":[584]},{"name":"SQRO_DONT_SIMPLIFY_CONDITION_TREES","features":[584]},{"name":"SQRO_DONT_SPLIT_WORDS","features":[584]},{"name":"SQRO_IGNORE_PHRASE_ORDER","features":[584]},{"name":"SQSO_AUTOMATIC_WILDCARD","features":[584]},{"name":"SQSO_CONNECTOR_CASE","features":[584]},{"name":"SQSO_IMPLICIT_CONNECTOR","features":[584]},{"name":"SQSO_LANGUAGE_KEYWORDS","features":[584]},{"name":"SQSO_LOCALE_WORD_BREAKING","features":[584]},{"name":"SQSO_NATURAL_SYNTAX","features":[584]},{"name":"SQSO_SCHEMA","features":[584]},{"name":"SQSO_SYNTAX","features":[584]},{"name":"SQSO_TIME_ZONE","features":[584]},{"name":"SQSO_TRACE_LEVEL","features":[584]},{"name":"SQSO_WORD_BREAKER","features":[584]},{"name":"SQS_ADVANCED_QUERY_SYNTAX","features":[584]},{"name":"SQS_NATURAL_QUERY_SYNTAX","features":[584]},{"name":"SQS_NO_SYNTAX","features":[584]},{"name":"SRCH_SCHEMA_CACHE_E_UNEXPECTED","features":[584]},{"name":"SSERRORINFO","features":[584]},{"name":"SSPROPVAL_COMMANDTYPE_BULKLOAD","features":[584]},{"name":"SSPROPVAL_COMMANDTYPE_REGULAR","features":[584]},{"name":"SSPROPVAL_USEPROCFORPREP_OFF","features":[584]},{"name":"SSPROPVAL_USEPROCFORPREP_ON","features":[584]},{"name":"SSPROPVAL_USEPROCFORPREP_ON_DROP","features":[584]},{"name":"SSPROP_ALLOWNATIVEVARIANT","features":[584]},{"name":"SSPROP_AUTH_REPL_SERVER_NAME","features":[584]},{"name":"SSPROP_CHARACTERSET","features":[584]},{"name":"SSPROP_COLUMNLEVELCOLLATION","features":[584]},{"name":"SSPROP_COL_COLLATIONNAME","features":[584]},{"name":"SSPROP_CURRENTCOLLATION","features":[584]},{"name":"SSPROP_CURSORAUTOFETCH","features":[584]},{"name":"SSPROP_DEFERPREPARE","features":[584]},{"name":"SSPROP_ENABLEFASTLOAD","features":[584]},{"name":"SSPROP_FASTLOADKEEPIDENTITY","features":[584]},{"name":"SSPROP_FASTLOADKEEPNULLS","features":[584]},{"name":"SSPROP_FASTLOADOPTIONS","features":[584]},{"name":"SSPROP_INIT_APPNAME","features":[584]},{"name":"SSPROP_INIT_AUTOTRANSLATE","features":[584]},{"name":"SSPROP_INIT_CURRENTLANGUAGE","features":[584]},{"name":"SSPROP_INIT_ENCRYPT","features":[584]},{"name":"SSPROP_INIT_FILENAME","features":[584]},{"name":"SSPROP_INIT_NETWORKADDRESS","features":[584]},{"name":"SSPROP_INIT_NETWORKLIBRARY","features":[584]},{"name":"SSPROP_INIT_PACKETSIZE","features":[584]},{"name":"SSPROP_INIT_TAGCOLUMNCOLLATION","features":[584]},{"name":"SSPROP_INIT_USEPROCFORPREP","features":[584]},{"name":"SSPROP_INIT_WSID","features":[584]},{"name":"SSPROP_IRowsetFastLoad","features":[584]},{"name":"SSPROP_MAXBLOBLENGTH","features":[584]},{"name":"SSPROP_QUOTEDCATALOGNAMES","features":[584]},{"name":"SSPROP_SORTORDER","features":[584]},{"name":"SSPROP_SQLXMLXPROGID","features":[584]},{"name":"SSPROP_STREAM_BASEPATH","features":[584]},{"name":"SSPROP_STREAM_COMMANDTYPE","features":[584]},{"name":"SSPROP_STREAM_CONTENTTYPE","features":[584]},{"name":"SSPROP_STREAM_FLAGS","features":[584]},{"name":"SSPROP_STREAM_MAPPINGSCHEMA","features":[584]},{"name":"SSPROP_STREAM_XMLROOT","features":[584]},{"name":"SSPROP_STREAM_XSL","features":[584]},{"name":"SSPROP_UNICODECOMPARISONSTYLE","features":[584]},{"name":"SSPROP_UNICODELCID","features":[584]},{"name":"SSVARIANT","features":[307,358,584]},{"name":"STD_BOOKMARKLENGTH","features":[584]},{"name":"STGM_COLLECTION","features":[584]},{"name":"STGM_OPEN","features":[584]},{"name":"STGM_OUTPUT","features":[584]},{"name":"STGM_RECURSIVE","features":[584]},{"name":"STGM_STRICTOPEN","features":[584]},{"name":"STREAM_FLAGS_DISALLOW_ABSOLUTE_PATH","features":[584]},{"name":"STREAM_FLAGS_DISALLOW_QUERY","features":[584]},{"name":"STREAM_FLAGS_DISALLOW_UPDATEGRAMS","features":[584]},{"name":"STREAM_FLAGS_DISALLOW_URL","features":[584]},{"name":"STREAM_FLAGS_DONTCACHEMAPPINGSCHEMA","features":[584]},{"name":"STREAM_FLAGS_DONTCACHETEMPLATE","features":[584]},{"name":"STREAM_FLAGS_DONTCACHEXSL","features":[584]},{"name":"STREAM_FLAGS_RESERVED","features":[584]},{"name":"STRUCTURED_QUERY_MULTIOPTION","features":[584]},{"name":"STRUCTURED_QUERY_PARSE_ERROR","features":[584]},{"name":"STRUCTURED_QUERY_RESOLVE_OPTION","features":[584]},{"name":"STRUCTURED_QUERY_SINGLE_OPTION","features":[584]},{"name":"STRUCTURED_QUERY_SYNTAX","features":[584]},{"name":"STS_ABORTXMLPARSE","features":[584]},{"name":"STS_WS_ERROR","features":[584]},{"name":"SUBSCRIPTIONINFO","features":[307,584]},{"name":"SUBSCRIPTIONINFOFLAGS","features":[584]},{"name":"SUBSCRIPTIONITEMINFO","features":[584]},{"name":"SUBSCRIPTIONSCHEDULE","features":[584]},{"name":"SUBSCRIPTIONTYPE","features":[584]},{"name":"SUBSINFO_ALLFLAGS","features":[584]},{"name":"SUBSINFO_CHANGESONLY","features":[584]},{"name":"SUBSINFO_CHANNELFLAGS","features":[584]},{"name":"SUBSINFO_FRIENDLYNAME","features":[584]},{"name":"SUBSINFO_GLEAM","features":[584]},{"name":"SUBSINFO_MAILNOT","features":[584]},{"name":"SUBSINFO_MAXSIZEKB","features":[584]},{"name":"SUBSINFO_NEEDPASSWORD","features":[584]},{"name":"SUBSINFO_PASSWORD","features":[584]},{"name":"SUBSINFO_RECURSE","features":[584]},{"name":"SUBSINFO_SCHEDULE","features":[584]},{"name":"SUBSINFO_TASKFLAGS","features":[584]},{"name":"SUBSINFO_TYPE","features":[584]},{"name":"SUBSINFO_USER","features":[584]},{"name":"SUBSINFO_WEBCRAWL","features":[584]},{"name":"SUBSMGRENUM_MASK","features":[584]},{"name":"SUBSMGRENUM_TEMP","features":[584]},{"name":"SUBSMGRUPDATE_MASK","features":[584]},{"name":"SUBSMGRUPDATE_MINIMIZE","features":[584]},{"name":"SUBSSCHED_AUTO","features":[584]},{"name":"SUBSSCHED_CUSTOM","features":[584]},{"name":"SUBSSCHED_DAILY","features":[584]},{"name":"SUBSSCHED_MANUAL","features":[584]},{"name":"SUBSSCHED_WEEKLY","features":[584]},{"name":"SUBSTYPE_CHANNEL","features":[584]},{"name":"SUBSTYPE_DESKTOPCHANNEL","features":[584]},{"name":"SUBSTYPE_DESKTOPURL","features":[584]},{"name":"SUBSTYPE_EXTERNAL","features":[584]},{"name":"SUBSTYPE_URL","features":[584]},{"name":"SUCCEED","features":[584]},{"name":"SUCCEED_ABORT","features":[584]},{"name":"SUCCEED_ASYNC","features":[584]},{"name":"SubscriptionMgr","features":[584]},{"name":"TEXT_SOURCE","features":[584]},{"name":"TIMEOUT_INFO","features":[584]},{"name":"TIMESTAMP_STRUCT","features":[584]},{"name":"TIME_STRUCT","features":[584]},{"name":"TRACE_ON","features":[584]},{"name":"TRACE_VERSION","features":[584]},{"name":"TRACE_VS_EVENT_ON","features":[584]},{"name":"VECTORRESTRICTION","features":[307,512,387,584,360]},{"name":"VT_SS_BINARY","features":[584]},{"name":"VT_SS_BIT","features":[584]},{"name":"VT_SS_DATETIME","features":[584]},{"name":"VT_SS_DECIMAL","features":[584]},{"name":"VT_SS_EMPTY","features":[584]},{"name":"VT_SS_GUID","features":[584]},{"name":"VT_SS_I2","features":[584]},{"name":"VT_SS_I4","features":[584]},{"name":"VT_SS_I8","features":[584]},{"name":"VT_SS_MONEY","features":[584]},{"name":"VT_SS_NULL","features":[584]},{"name":"VT_SS_NUMERIC","features":[584]},{"name":"VT_SS_R4","features":[584]},{"name":"VT_SS_R8","features":[584]},{"name":"VT_SS_SMALLDATETIME","features":[584]},{"name":"VT_SS_SMALLMONEY","features":[584]},{"name":"VT_SS_STRING","features":[584]},{"name":"VT_SS_UI1","features":[584]},{"name":"VT_SS_UNKNOWN","features":[584]},{"name":"VT_SS_VARBINARY","features":[584]},{"name":"VT_SS_VARSTRING","features":[584]},{"name":"VT_SS_WSTRING","features":[584]},{"name":"VT_SS_WVARSTRING","features":[584]},{"name":"WEBCRAWL_DONT_MAKE_STICKY","features":[584]},{"name":"WEBCRAWL_GET_BGSOUNDS","features":[584]},{"name":"WEBCRAWL_GET_CONTROLS","features":[584]},{"name":"WEBCRAWL_GET_IMAGES","features":[584]},{"name":"WEBCRAWL_GET_VIDEOS","features":[584]},{"name":"WEBCRAWL_IGNORE_ROBOTSTXT","features":[584]},{"name":"WEBCRAWL_LINKS_ELSEWHERE","features":[584]},{"name":"WEBCRAWL_ONLY_LINKS_TO_HTML","features":[584]},{"name":"WEBCRAWL_RECURSEFLAGS","features":[584]},{"name":"XML_E_BADSXQL","features":[584]},{"name":"XML_E_NODEFAULTNS","features":[584]},{"name":"_MAPI_E_ACCOUNT_DISABLED","features":[584]},{"name":"_MAPI_E_BAD_CHARWIDTH","features":[584]},{"name":"_MAPI_E_BAD_COLUMN","features":[584]},{"name":"_MAPI_E_BUSY","features":[584]},{"name":"_MAPI_E_COMPUTED","features":[584]},{"name":"_MAPI_E_CORRUPT_DATA","features":[584]},{"name":"_MAPI_E_DISK_ERROR","features":[584]},{"name":"_MAPI_E_END_OF_SESSION","features":[584]},{"name":"_MAPI_E_EXTENDED_ERROR","features":[584]},{"name":"_MAPI_E_FAILONEPROVIDER","features":[584]},{"name":"_MAPI_E_INVALID_ACCESS_TIME","features":[584]},{"name":"_MAPI_E_INVALID_ENTRYID","features":[584]},{"name":"_MAPI_E_INVALID_OBJECT","features":[584]},{"name":"_MAPI_E_INVALID_WORKSTATION_ACCOUNT","features":[584]},{"name":"_MAPI_E_LOGON_FAILED","features":[584]},{"name":"_MAPI_E_MISSING_REQUIRED_COLUMN","features":[584]},{"name":"_MAPI_E_NETWORK_ERROR","features":[584]},{"name":"_MAPI_E_NOT_ENOUGH_DISK","features":[584]},{"name":"_MAPI_E_NOT_ENOUGH_RESOURCES","features":[584]},{"name":"_MAPI_E_NOT_FOUND","features":[584]},{"name":"_MAPI_E_NO_SUPPORT","features":[584]},{"name":"_MAPI_E_OBJECT_CHANGED","features":[584]},{"name":"_MAPI_E_OBJECT_DELETED","features":[584]},{"name":"_MAPI_E_PASSWORD_CHANGE_REQUIRED","features":[584]},{"name":"_MAPI_E_PASSWORD_EXPIRED","features":[584]},{"name":"_MAPI_E_SESSION_LIMIT","features":[584]},{"name":"_MAPI_E_STRING_TOO_LONG","features":[584]},{"name":"_MAPI_E_TOO_COMPLEX","features":[584]},{"name":"_MAPI_E_UNABLE_TO_ABORT","features":[584]},{"name":"_MAPI_E_UNCONFIGURED","features":[584]},{"name":"_MAPI_E_UNKNOWN_CPID","features":[584]},{"name":"_MAPI_E_UNKNOWN_ENTRYID","features":[584]},{"name":"_MAPI_E_UNKNOWN_FLAGS","features":[584]},{"name":"_MAPI_E_UNKNOWN_LCID","features":[584]},{"name":"_MAPI_E_USER_CANCEL","features":[584]},{"name":"_MAPI_E_VERSION","features":[584]},{"name":"_MAPI_W_NO_SERVICE","features":[584]},{"name":"bcp_batch","features":[584]},{"name":"bcp_bind","features":[584]},{"name":"bcp_colfmt","features":[584]},{"name":"bcp_collen","features":[584]},{"name":"bcp_colptr","features":[584]},{"name":"bcp_columns","features":[584]},{"name":"bcp_control","features":[584]},{"name":"bcp_done","features":[584]},{"name":"bcp_exec","features":[584]},{"name":"bcp_getcolfmt","features":[584]},{"name":"bcp_initA","features":[584]},{"name":"bcp_initW","features":[584]},{"name":"bcp_moretext","features":[584]},{"name":"bcp_readfmtA","features":[584]},{"name":"bcp_readfmtW","features":[584]},{"name":"bcp_sendrow","features":[584]},{"name":"bcp_setcolfmt","features":[584]},{"name":"bcp_writefmtA","features":[584]},{"name":"bcp_writefmtW","features":[584]},{"name":"dbprtypeA","features":[584]},{"name":"dbprtypeW","features":[584]},{"name":"eAUTH_TYPE_ANONYMOUS","features":[584]},{"name":"eAUTH_TYPE_BASIC","features":[584]},{"name":"eAUTH_TYPE_NTLM","features":[584]}],"606":[{"name":"CONDITION_OPERATION","features":[585]},{"name":"CONDITION_TYPE","features":[585]},{"name":"COP_APPLICATION_SPECIFIC","features":[585]},{"name":"COP_DOSWILDCARDS","features":[585]},{"name":"COP_EQUAL","features":[585]},{"name":"COP_GREATERTHAN","features":[585]},{"name":"COP_GREATERTHANOREQUAL","features":[585]},{"name":"COP_IMPLICIT","features":[585]},{"name":"COP_LESSTHAN","features":[585]},{"name":"COP_LESSTHANOREQUAL","features":[585]},{"name":"COP_NOTEQUAL","features":[585]},{"name":"COP_VALUE_CONTAINS","features":[585]},{"name":"COP_VALUE_ENDSWITH","features":[585]},{"name":"COP_VALUE_NOTCONTAINS","features":[585]},{"name":"COP_VALUE_STARTSWITH","features":[585]},{"name":"COP_WORD_EQUAL","features":[585]},{"name":"COP_WORD_STARTSWITH","features":[585]},{"name":"CT_AND_CONDITION","features":[585]},{"name":"CT_LEAF_CONDITION","features":[585]},{"name":"CT_NOT_CONDITION","features":[585]},{"name":"CT_OR_CONDITION","features":[585]}],"607":[{"name":"IWSCDefaultProduct","features":[358,586]},{"name":"IWSCProductList","features":[358,586]},{"name":"IWscProduct","features":[358,586]},{"name":"IWscProduct2","features":[358,586]},{"name":"IWscProduct3","features":[358,586]},{"name":"SECURITY_PRODUCT_TYPE","features":[586]},{"name":"SECURITY_PRODUCT_TYPE_ANTISPYWARE","features":[586]},{"name":"SECURITY_PRODUCT_TYPE_ANTIVIRUS","features":[586]},{"name":"SECURITY_PRODUCT_TYPE_FIREWALL","features":[586]},{"name":"WSCDefaultProduct","features":[586]},{"name":"WSCProductList","features":[586]},{"name":"WSC_SECURITY_PRODUCT_OUT_OF_DATE","features":[586]},{"name":"WSC_SECURITY_PRODUCT_STATE","features":[586]},{"name":"WSC_SECURITY_PRODUCT_STATE_EXPIRED","features":[586]},{"name":"WSC_SECURITY_PRODUCT_STATE_OFF","features":[586]},{"name":"WSC_SECURITY_PRODUCT_STATE_ON","features":[586]},{"name":"WSC_SECURITY_PRODUCT_STATE_SNOOZED","features":[586]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS","features":[586]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_ACTION_NEEDED","features":[586]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_ACTION_RECOMMENDED","features":[586]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_NOT_SET","features":[586]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_NO_ACTION","features":[586]},{"name":"WSC_SECURITY_PRODUCT_UP_TO_DATE","features":[586]},{"name":"WSC_SECURITY_PROVIDER","features":[586]},{"name":"WSC_SECURITY_PROVIDER_ALL","features":[586]},{"name":"WSC_SECURITY_PROVIDER_ANTISPYWARE","features":[586]},{"name":"WSC_SECURITY_PROVIDER_ANTIVIRUS","features":[586]},{"name":"WSC_SECURITY_PROVIDER_AUTOUPDATE_SETTINGS","features":[586]},{"name":"WSC_SECURITY_PROVIDER_FIREWALL","features":[586]},{"name":"WSC_SECURITY_PROVIDER_HEALTH","features":[586]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_GOOD","features":[586]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_NOTMONITORED","features":[586]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_POOR","features":[586]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_SNOOZE","features":[586]},{"name":"WSC_SECURITY_PROVIDER_INTERNET_SETTINGS","features":[586]},{"name":"WSC_SECURITY_PROVIDER_NONE","features":[586]},{"name":"WSC_SECURITY_PROVIDER_SERVICE","features":[586]},{"name":"WSC_SECURITY_PROVIDER_USER_ACCOUNT_CONTROL","features":[586]},{"name":"WSC_SECURITY_SIGNATURE_STATUS","features":[586]},{"name":"WscGetAntiMalwareUri","features":[586]},{"name":"WscGetSecurityProviderHealth","features":[586]},{"name":"WscQueryAntiMalwareUri","features":[586]},{"name":"WscRegisterForChanges","features":[307,586,342]},{"name":"WscRegisterForUserNotifications","features":[586]},{"name":"WscUnRegisterChanges","features":[307,586]}],"608":[{"name":"IWsbApplicationAsync","features":[587]},{"name":"IWsbApplicationBackupSupport","features":[587]},{"name":"IWsbApplicationRestoreSupport","features":[587]},{"name":"WSBAPP_ASYNC_IN_PROGRESS","features":[587]},{"name":"WSB_MAX_OB_STATUS_ENTRY","features":[587]},{"name":"WSB_MAX_OB_STATUS_VALUE_TYPE_PAIR","features":[587]},{"name":"WSB_OB_ET_DATETIME","features":[587]},{"name":"WSB_OB_ET_MAX","features":[587]},{"name":"WSB_OB_ET_NUMBER","features":[587]},{"name":"WSB_OB_ET_SIZE","features":[587]},{"name":"WSB_OB_ET_STRING","features":[587]},{"name":"WSB_OB_ET_TIME","features":[587]},{"name":"WSB_OB_ET_UNDEFINED","features":[587]},{"name":"WSB_OB_REGISTRATION_INFO","features":[307,587]},{"name":"WSB_OB_STATUS_ENTRY","features":[587]},{"name":"WSB_OB_STATUS_ENTRY_PAIR_TYPE","features":[587]},{"name":"WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR","features":[587]},{"name":"WSB_OB_STATUS_INFO","features":[587]}],"609":[{"name":"CUSTOM_SYSTEM_STATE_CHANGE_EVENT_GUID","features":[471]},{"name":"ChangeServiceConfig2A","features":[307,471]},{"name":"ChangeServiceConfig2W","features":[307,471]},{"name":"ChangeServiceConfigA","features":[307,471]},{"name":"ChangeServiceConfigW","features":[307,471]},{"name":"CloseServiceHandle","features":[307,471]},{"name":"ControlService","features":[307,471]},{"name":"ControlServiceExA","features":[307,471]},{"name":"ControlServiceExW","features":[307,471]},{"name":"CreateServiceA","features":[471]},{"name":"CreateServiceW","features":[471]},{"name":"DOMAIN_JOIN_GUID","features":[471]},{"name":"DOMAIN_LEAVE_GUID","features":[471]},{"name":"DeleteService","features":[307,471]},{"name":"ENUM_SERVICE_STATE","features":[471]},{"name":"ENUM_SERVICE_STATUSA","features":[471]},{"name":"ENUM_SERVICE_STATUSW","features":[471]},{"name":"ENUM_SERVICE_STATUS_PROCESSA","features":[471]},{"name":"ENUM_SERVICE_STATUS_PROCESSW","features":[471]},{"name":"ENUM_SERVICE_TYPE","features":[471]},{"name":"EnumDependentServicesA","features":[307,471]},{"name":"EnumDependentServicesW","features":[307,471]},{"name":"EnumServicesStatusA","features":[307,471]},{"name":"EnumServicesStatusExA","features":[307,471]},{"name":"EnumServicesStatusExW","features":[307,471]},{"name":"EnumServicesStatusW","features":[307,471]},{"name":"FIREWALL_PORT_CLOSE_GUID","features":[471]},{"name":"FIREWALL_PORT_OPEN_GUID","features":[471]},{"name":"GetServiceDirectory","features":[471]},{"name":"GetServiceDisplayNameA","features":[307,471]},{"name":"GetServiceDisplayNameW","features":[307,471]},{"name":"GetServiceKeyNameA","features":[307,471]},{"name":"GetServiceKeyNameW","features":[307,471]},{"name":"GetServiceRegistryStateKey","features":[370,471]},{"name":"GetSharedServiceDirectory","features":[471]},{"name":"GetSharedServiceRegistryStateKey","features":[370,471]},{"name":"HANDLER_FUNCTION","features":[471]},{"name":"HANDLER_FUNCTION_EX","features":[471]},{"name":"LPHANDLER_FUNCTION","features":[471]},{"name":"LPHANDLER_FUNCTION_EX","features":[471]},{"name":"LPSERVICE_MAIN_FUNCTIONA","features":[471]},{"name":"LPSERVICE_MAIN_FUNCTIONW","features":[471]},{"name":"LockServiceDatabase","features":[471]},{"name":"MACHINE_POLICY_PRESENT_GUID","features":[471]},{"name":"MaxServiceRegistryStateType","features":[471]},{"name":"NAMED_PIPE_EVENT_GUID","features":[471]},{"name":"NETWORK_MANAGER_FIRST_IP_ADDRESS_ARRIVAL_GUID","features":[471]},{"name":"NETWORK_MANAGER_LAST_IP_ADDRESS_REMOVAL_GUID","features":[471]},{"name":"NotifyBootConfigStatus","features":[307,471]},{"name":"NotifyServiceStatusChangeA","features":[471]},{"name":"NotifyServiceStatusChangeW","features":[471]},{"name":"OpenSCManagerA","features":[471]},{"name":"OpenSCManagerW","features":[471]},{"name":"OpenServiceA","features":[471]},{"name":"OpenServiceW","features":[471]},{"name":"PFN_SC_NOTIFY_CALLBACK","features":[471]},{"name":"PSC_NOTIFICATION_CALLBACK","features":[471]},{"name":"PSC_NOTIFICATION_REGISTRATION","features":[471]},{"name":"QUERY_SERVICE_CONFIGA","features":[471]},{"name":"QUERY_SERVICE_CONFIGW","features":[471]},{"name":"QUERY_SERVICE_LOCK_STATUSA","features":[471]},{"name":"QUERY_SERVICE_LOCK_STATUSW","features":[471]},{"name":"QueryServiceConfig2A","features":[307,471]},{"name":"QueryServiceConfig2W","features":[307,471]},{"name":"QueryServiceConfigA","features":[307,471]},{"name":"QueryServiceConfigW","features":[307,471]},{"name":"QueryServiceDynamicInformation","features":[307,471]},{"name":"QueryServiceLockStatusA","features":[307,471]},{"name":"QueryServiceLockStatusW","features":[307,471]},{"name":"QueryServiceObjectSecurity","features":[307,310,471]},{"name":"QueryServiceStatus","features":[307,471]},{"name":"QueryServiceStatusEx","features":[307,471]},{"name":"RPC_INTERFACE_EVENT_GUID","features":[471]},{"name":"RegisterServiceCtrlHandlerA","features":[471]},{"name":"RegisterServiceCtrlHandlerExA","features":[471]},{"name":"RegisterServiceCtrlHandlerExW","features":[471]},{"name":"RegisterServiceCtrlHandlerW","features":[471]},{"name":"SC_ACTION","features":[471]},{"name":"SC_ACTION_NONE","features":[471]},{"name":"SC_ACTION_OWN_RESTART","features":[471]},{"name":"SC_ACTION_REBOOT","features":[471]},{"name":"SC_ACTION_RESTART","features":[471]},{"name":"SC_ACTION_RUN_COMMAND","features":[471]},{"name":"SC_ACTION_TYPE","features":[471]},{"name":"SC_AGGREGATE_STORAGE_KEY","features":[471]},{"name":"SC_ENUM_PROCESS_INFO","features":[471]},{"name":"SC_ENUM_TYPE","features":[471]},{"name":"SC_EVENT_DATABASE_CHANGE","features":[471]},{"name":"SC_EVENT_PROPERTY_CHANGE","features":[471]},{"name":"SC_EVENT_STATUS_CHANGE","features":[471]},{"name":"SC_EVENT_TYPE","features":[471]},{"name":"SC_HANDLE","features":[471]},{"name":"SC_MANAGER_ALL_ACCESS","features":[471]},{"name":"SC_MANAGER_CONNECT","features":[471]},{"name":"SC_MANAGER_CREATE_SERVICE","features":[471]},{"name":"SC_MANAGER_ENUMERATE_SERVICE","features":[471]},{"name":"SC_MANAGER_LOCK","features":[471]},{"name":"SC_MANAGER_MODIFY_BOOT_CONFIG","features":[471]},{"name":"SC_MANAGER_QUERY_LOCK_STATUS","features":[471]},{"name":"SC_STATUS_PROCESS_INFO","features":[471]},{"name":"SC_STATUS_TYPE","features":[471]},{"name":"SERVICES_ACTIVE_DATABASE","features":[471]},{"name":"SERVICES_ACTIVE_DATABASEA","features":[471]},{"name":"SERVICES_ACTIVE_DATABASEW","features":[471]},{"name":"SERVICES_FAILED_DATABASE","features":[471]},{"name":"SERVICES_FAILED_DATABASEA","features":[471]},{"name":"SERVICES_FAILED_DATABASEW","features":[471]},{"name":"SERVICE_ACCEPT_HARDWAREPROFILECHANGE","features":[471]},{"name":"SERVICE_ACCEPT_LOWRESOURCES","features":[471]},{"name":"SERVICE_ACCEPT_NETBINDCHANGE","features":[471]},{"name":"SERVICE_ACCEPT_PARAMCHANGE","features":[471]},{"name":"SERVICE_ACCEPT_PAUSE_CONTINUE","features":[471]},{"name":"SERVICE_ACCEPT_POWEREVENT","features":[471]},{"name":"SERVICE_ACCEPT_PRESHUTDOWN","features":[471]},{"name":"SERVICE_ACCEPT_SESSIONCHANGE","features":[471]},{"name":"SERVICE_ACCEPT_SHUTDOWN","features":[471]},{"name":"SERVICE_ACCEPT_STOP","features":[471]},{"name":"SERVICE_ACCEPT_SYSTEMLOWRESOURCES","features":[471]},{"name":"SERVICE_ACCEPT_TIMECHANGE","features":[471]},{"name":"SERVICE_ACCEPT_TRIGGEREVENT","features":[471]},{"name":"SERVICE_ACCEPT_USER_LOGOFF","features":[471]},{"name":"SERVICE_ACTIVE","features":[471]},{"name":"SERVICE_ADAPTER","features":[471]},{"name":"SERVICE_ALL_ACCESS","features":[471]},{"name":"SERVICE_AUTO_START","features":[471]},{"name":"SERVICE_BOOT_START","features":[471]},{"name":"SERVICE_CHANGE_CONFIG","features":[471]},{"name":"SERVICE_CONFIG","features":[471]},{"name":"SERVICE_CONFIG_DELAYED_AUTO_START_INFO","features":[471]},{"name":"SERVICE_CONFIG_DESCRIPTION","features":[471]},{"name":"SERVICE_CONFIG_FAILURE_ACTIONS","features":[471]},{"name":"SERVICE_CONFIG_FAILURE_ACTIONS_FLAG","features":[471]},{"name":"SERVICE_CONFIG_LAUNCH_PROTECTED","features":[471]},{"name":"SERVICE_CONFIG_PREFERRED_NODE","features":[471]},{"name":"SERVICE_CONFIG_PRESHUTDOWN_INFO","features":[471]},{"name":"SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO","features":[471]},{"name":"SERVICE_CONFIG_SERVICE_SID_INFO","features":[471]},{"name":"SERVICE_CONFIG_TRIGGER_INFO","features":[471]},{"name":"SERVICE_CONTINUE_PENDING","features":[471]},{"name":"SERVICE_CONTROL_CONTINUE","features":[471]},{"name":"SERVICE_CONTROL_DEVICEEVENT","features":[471]},{"name":"SERVICE_CONTROL_HARDWAREPROFILECHANGE","features":[471]},{"name":"SERVICE_CONTROL_INTERROGATE","features":[471]},{"name":"SERVICE_CONTROL_LOWRESOURCES","features":[471]},{"name":"SERVICE_CONTROL_NETBINDADD","features":[471]},{"name":"SERVICE_CONTROL_NETBINDDISABLE","features":[471]},{"name":"SERVICE_CONTROL_NETBINDENABLE","features":[471]},{"name":"SERVICE_CONTROL_NETBINDREMOVE","features":[471]},{"name":"SERVICE_CONTROL_PARAMCHANGE","features":[471]},{"name":"SERVICE_CONTROL_PAUSE","features":[471]},{"name":"SERVICE_CONTROL_POWEREVENT","features":[471]},{"name":"SERVICE_CONTROL_PRESHUTDOWN","features":[471]},{"name":"SERVICE_CONTROL_SESSIONCHANGE","features":[471]},{"name":"SERVICE_CONTROL_SHUTDOWN","features":[471]},{"name":"SERVICE_CONTROL_STATUS_REASON_INFO","features":[471]},{"name":"SERVICE_CONTROL_STATUS_REASON_PARAMSA","features":[471]},{"name":"SERVICE_CONTROL_STATUS_REASON_PARAMSW","features":[471]},{"name":"SERVICE_CONTROL_STOP","features":[471]},{"name":"SERVICE_CONTROL_SYSTEMLOWRESOURCES","features":[471]},{"name":"SERVICE_CONTROL_TIMECHANGE","features":[471]},{"name":"SERVICE_CONTROL_TRIGGEREVENT","features":[471]},{"name":"SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM","features":[471]},{"name":"SERVICE_DELAYED_AUTO_START_INFO","features":[307,471]},{"name":"SERVICE_DEMAND_START","features":[471]},{"name":"SERVICE_DESCRIPTIONA","features":[471]},{"name":"SERVICE_DESCRIPTIONW","features":[471]},{"name":"SERVICE_DIRECTORY_TYPE","features":[471]},{"name":"SERVICE_DISABLED","features":[471]},{"name":"SERVICE_DRIVER","features":[471]},{"name":"SERVICE_DYNAMIC_INFORMATION_LEVEL_START_REASON","features":[471]},{"name":"SERVICE_ENUMERATE_DEPENDENTS","features":[471]},{"name":"SERVICE_ERROR","features":[471]},{"name":"SERVICE_ERROR_CRITICAL","features":[471]},{"name":"SERVICE_ERROR_IGNORE","features":[471]},{"name":"SERVICE_ERROR_NORMAL","features":[471]},{"name":"SERVICE_ERROR_SEVERE","features":[471]},{"name":"SERVICE_FAILURE_ACTIONSA","features":[471]},{"name":"SERVICE_FAILURE_ACTIONSW","features":[471]},{"name":"SERVICE_FAILURE_ACTIONS_FLAG","features":[307,471]},{"name":"SERVICE_FILE_SYSTEM_DRIVER","features":[471]},{"name":"SERVICE_INACTIVE","features":[471]},{"name":"SERVICE_INTERROGATE","features":[471]},{"name":"SERVICE_KERNEL_DRIVER","features":[471]},{"name":"SERVICE_LAUNCH_PROTECTED_ANTIMALWARE_LIGHT","features":[471]},{"name":"SERVICE_LAUNCH_PROTECTED_INFO","features":[471]},{"name":"SERVICE_LAUNCH_PROTECTED_NONE","features":[471]},{"name":"SERVICE_LAUNCH_PROTECTED_WINDOWS","features":[471]},{"name":"SERVICE_LAUNCH_PROTECTED_WINDOWS_LIGHT","features":[471]},{"name":"SERVICE_MAIN_FUNCTIONA","features":[471]},{"name":"SERVICE_MAIN_FUNCTIONW","features":[471]},{"name":"SERVICE_NOTIFY","features":[471]},{"name":"SERVICE_NOTIFY_1","features":[471]},{"name":"SERVICE_NOTIFY_2A","features":[471]},{"name":"SERVICE_NOTIFY_2W","features":[471]},{"name":"SERVICE_NOTIFY_CONTINUE_PENDING","features":[471]},{"name":"SERVICE_NOTIFY_CREATED","features":[471]},{"name":"SERVICE_NOTIFY_DELETED","features":[471]},{"name":"SERVICE_NOTIFY_DELETE_PENDING","features":[471]},{"name":"SERVICE_NOTIFY_PAUSED","features":[471]},{"name":"SERVICE_NOTIFY_PAUSE_PENDING","features":[471]},{"name":"SERVICE_NOTIFY_RUNNING","features":[471]},{"name":"SERVICE_NOTIFY_START_PENDING","features":[471]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE","features":[471]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE_1","features":[471]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE_2","features":[471]},{"name":"SERVICE_NOTIFY_STOPPED","features":[471]},{"name":"SERVICE_NOTIFY_STOP_PENDING","features":[471]},{"name":"SERVICE_NO_CHANGE","features":[471]},{"name":"SERVICE_PAUSED","features":[471]},{"name":"SERVICE_PAUSE_CONTINUE","features":[471]},{"name":"SERVICE_PAUSE_PENDING","features":[471]},{"name":"SERVICE_PREFERRED_NODE_INFO","features":[307,471]},{"name":"SERVICE_PRESHUTDOWN_INFO","features":[471]},{"name":"SERVICE_QUERY_CONFIG","features":[471]},{"name":"SERVICE_QUERY_STATUS","features":[471]},{"name":"SERVICE_RECOGNIZER_DRIVER","features":[471]},{"name":"SERVICE_REGISTRY_STATE_TYPE","features":[471]},{"name":"SERVICE_REQUIRED_PRIVILEGES_INFOA","features":[471]},{"name":"SERVICE_REQUIRED_PRIVILEGES_INFOW","features":[471]},{"name":"SERVICE_RUNNING","features":[471]},{"name":"SERVICE_RUNS_IN_NON_SYSTEM_OR_NOT_RUNNING","features":[471]},{"name":"SERVICE_RUNS_IN_PROCESS","features":[471]},{"name":"SERVICE_RUNS_IN_SYSTEM_PROCESS","features":[471]},{"name":"SERVICE_SHARED_DIRECTORY_TYPE","features":[471]},{"name":"SERVICE_SHARED_REGISTRY_STATE_TYPE","features":[471]},{"name":"SERVICE_SID_INFO","features":[471]},{"name":"SERVICE_SID_TYPE_NONE","features":[471]},{"name":"SERVICE_SID_TYPE_UNRESTRICTED","features":[471]},{"name":"SERVICE_START","features":[471]},{"name":"SERVICE_START_PENDING","features":[471]},{"name":"SERVICE_START_REASON","features":[471]},{"name":"SERVICE_START_REASON_AUTO","features":[471]},{"name":"SERVICE_START_REASON_DELAYEDAUTO","features":[471]},{"name":"SERVICE_START_REASON_DEMAND","features":[471]},{"name":"SERVICE_START_REASON_RESTART_ON_FAILURE","features":[471]},{"name":"SERVICE_START_REASON_TRIGGER","features":[471]},{"name":"SERVICE_START_TYPE","features":[471]},{"name":"SERVICE_STATE_ALL","features":[471]},{"name":"SERVICE_STATUS","features":[471]},{"name":"SERVICE_STATUS_CURRENT_STATE","features":[471]},{"name":"SERVICE_STATUS_HANDLE","features":[471]},{"name":"SERVICE_STATUS_PROCESS","features":[471]},{"name":"SERVICE_STOP","features":[471]},{"name":"SERVICE_STOPPED","features":[471]},{"name":"SERVICE_STOP_PENDING","features":[471]},{"name":"SERVICE_STOP_REASON_FLAG_CUSTOM","features":[471]},{"name":"SERVICE_STOP_REASON_FLAG_MAX","features":[471]},{"name":"SERVICE_STOP_REASON_FLAG_MIN","features":[471]},{"name":"SERVICE_STOP_REASON_FLAG_PLANNED","features":[471]},{"name":"SERVICE_STOP_REASON_FLAG_UNPLANNED","features":[471]},{"name":"SERVICE_STOP_REASON_MAJOR_APPLICATION","features":[471]},{"name":"SERVICE_STOP_REASON_MAJOR_HARDWARE","features":[471]},{"name":"SERVICE_STOP_REASON_MAJOR_MAX","features":[471]},{"name":"SERVICE_STOP_REASON_MAJOR_MAX_CUSTOM","features":[471]},{"name":"SERVICE_STOP_REASON_MAJOR_MIN","features":[471]},{"name":"SERVICE_STOP_REASON_MAJOR_MIN_CUSTOM","features":[471]},{"name":"SERVICE_STOP_REASON_MAJOR_NONE","features":[471]},{"name":"SERVICE_STOP_REASON_MAJOR_OPERATINGSYSTEM","features":[471]},{"name":"SERVICE_STOP_REASON_MAJOR_OTHER","features":[471]},{"name":"SERVICE_STOP_REASON_MAJOR_SOFTWARE","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_DISK","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_ENVIRONMENT","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_HARDWARE_DRIVER","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_HUNG","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_INSTALLATION","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_MAINTENANCE","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_MAX","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_MAX_CUSTOM","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_MEMOTYLIMIT","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_MIN","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_MIN_CUSTOM","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_MMC","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_NETWORKCARD","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_NETWORK_CONNECTIVITY","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_NONE","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_OTHER","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_OTHERDRIVER","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_RECONFIG","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITY","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITYFIX","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITYFIX_UNINSTALL","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_SERVICEPACK","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_SERVICEPACK_UNINSTALL","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_SOFTWARE_UPDATE","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_SOFTWARE_UPDATE_UNINSTALL","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_UNSTABLE","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_UPGRADE","features":[471]},{"name":"SERVICE_STOP_REASON_MINOR_WMI","features":[471]},{"name":"SERVICE_SYSTEM_START","features":[471]},{"name":"SERVICE_TABLE_ENTRYA","features":[471]},{"name":"SERVICE_TABLE_ENTRYW","features":[471]},{"name":"SERVICE_TIMECHANGE_INFO","features":[471]},{"name":"SERVICE_TRIGGER","features":[471]},{"name":"SERVICE_TRIGGER_ACTION","features":[471]},{"name":"SERVICE_TRIGGER_ACTION_SERVICE_START","features":[471]},{"name":"SERVICE_TRIGGER_ACTION_SERVICE_STOP","features":[471]},{"name":"SERVICE_TRIGGER_CUSTOM_STATE_ID","features":[471]},{"name":"SERVICE_TRIGGER_DATA_TYPE_BINARY","features":[471]},{"name":"SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ALL","features":[471]},{"name":"SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ANY","features":[471]},{"name":"SERVICE_TRIGGER_DATA_TYPE_LEVEL","features":[471]},{"name":"SERVICE_TRIGGER_DATA_TYPE_STRING","features":[471]},{"name":"SERVICE_TRIGGER_INFO","features":[471]},{"name":"SERVICE_TRIGGER_SPECIFIC_DATA_ITEM","features":[471]},{"name":"SERVICE_TRIGGER_SPECIFIC_DATA_ITEM_DATA_TYPE","features":[471]},{"name":"SERVICE_TRIGGER_STARTED_ARGUMENT","features":[471]},{"name":"SERVICE_TRIGGER_TYPE","features":[471]},{"name":"SERVICE_TRIGGER_TYPE_AGGREGATE","features":[471]},{"name":"SERVICE_TRIGGER_TYPE_CUSTOM","features":[471]},{"name":"SERVICE_TRIGGER_TYPE_CUSTOM_SYSTEM_STATE_CHANGE","features":[471]},{"name":"SERVICE_TRIGGER_TYPE_DEVICE_INTERFACE_ARRIVAL","features":[471]},{"name":"SERVICE_TRIGGER_TYPE_DOMAIN_JOIN","features":[471]},{"name":"SERVICE_TRIGGER_TYPE_FIREWALL_PORT_EVENT","features":[471]},{"name":"SERVICE_TRIGGER_TYPE_GROUP_POLICY","features":[471]},{"name":"SERVICE_TRIGGER_TYPE_IP_ADDRESS_AVAILABILITY","features":[471]},{"name":"SERVICE_TRIGGER_TYPE_NETWORK_ENDPOINT","features":[471]},{"name":"SERVICE_USER_DEFINED_CONTROL","features":[471]},{"name":"SERVICE_USER_OWN_PROCESS","features":[471]},{"name":"SERVICE_USER_SHARE_PROCESS","features":[471]},{"name":"SERVICE_WIN32","features":[471]},{"name":"SERVICE_WIN32_OWN_PROCESS","features":[471]},{"name":"SERVICE_WIN32_SHARE_PROCESS","features":[471]},{"name":"ServiceDirectoryPersistentState","features":[471]},{"name":"ServiceDirectoryTypeMax","features":[471]},{"name":"ServiceRegistryStateParameters","features":[471]},{"name":"ServiceRegistryStatePersistent","features":[471]},{"name":"ServiceSharedDirectoryPersistentState","features":[471]},{"name":"ServiceSharedRegistryPersistentState","features":[471]},{"name":"SetServiceBits","features":[307,471]},{"name":"SetServiceObjectSecurity","features":[307,310,471]},{"name":"SetServiceStatus","features":[307,471]},{"name":"StartServiceA","features":[307,471]},{"name":"StartServiceCtrlDispatcherA","features":[307,471]},{"name":"StartServiceCtrlDispatcherW","features":[307,471]},{"name":"StartServiceW","features":[307,471]},{"name":"SubscribeServiceChangeNotifications","features":[471]},{"name":"USER_POLICY_PRESENT_GUID","features":[471]},{"name":"UnlockServiceDatabase","features":[307,471]},{"name":"UnsubscribeServiceChangeNotifications","features":[471]},{"name":"WaitServiceState","features":[307,471]}],"610":[{"name":"AllEnumeration","features":[588]},{"name":"IItemEnumerator","features":[588]},{"name":"ISettingsContext","features":[588]},{"name":"ISettingsEngine","features":[588]},{"name":"ISettingsIdentity","features":[588]},{"name":"ISettingsItem","features":[588]},{"name":"ISettingsNamespace","features":[588]},{"name":"ISettingsResult","features":[588]},{"name":"ITargetInfo","features":[588]},{"name":"LIMITED_VALIDATION_MODE","features":[588]},{"name":"LINK_STORE_TO_ENGINE_INSTANCE","features":[588]},{"name":"OfflineMode","features":[588]},{"name":"OnlineMode","features":[588]},{"name":"ReadOnlyAccess","features":[588]},{"name":"ReadWriteAccess","features":[588]},{"name":"SettingsEngine","features":[588]},{"name":"SharedEnumeration","features":[588]},{"name":"UnknownStatus","features":[588]},{"name":"UserEnumeration","features":[588]},{"name":"UserLoaded","features":[588]},{"name":"UserRegistered","features":[588]},{"name":"UserUnloaded","features":[588]},{"name":"UserUnregistered","features":[588]},{"name":"WCM_E_ABORTOPERATION","features":[588]},{"name":"WCM_E_ASSERTIONFAILED","features":[588]},{"name":"WCM_E_ATTRIBUTENOTALLOWED","features":[588]},{"name":"WCM_E_ATTRIBUTENOTFOUND","features":[588]},{"name":"WCM_E_CONFLICTINGASSERTION","features":[588]},{"name":"WCM_E_CYCLICREFERENCE","features":[588]},{"name":"WCM_E_DUPLICATENAME","features":[588]},{"name":"WCM_E_EXPRESSIONNOTFOUND","features":[588]},{"name":"WCM_E_HANDLERNOTFOUND","features":[588]},{"name":"WCM_E_INTERNALERROR","features":[588]},{"name":"WCM_E_INVALIDATTRIBUTECOMBINATION","features":[588]},{"name":"WCM_E_INVALIDDATATYPE","features":[588]},{"name":"WCM_E_INVALIDEXPRESSIONSYNTAX","features":[588]},{"name":"WCM_E_INVALIDHANDLERSYNTAX","features":[588]},{"name":"WCM_E_INVALIDKEY","features":[588]},{"name":"WCM_E_INVALIDLANGUAGEFORMAT","features":[588]},{"name":"WCM_E_INVALIDPATH","features":[588]},{"name":"WCM_E_INVALIDPROCESSORFORMAT","features":[588]},{"name":"WCM_E_INVALIDSTREAM","features":[588]},{"name":"WCM_E_INVALIDVALUE","features":[588]},{"name":"WCM_E_INVALIDVALUEFORMAT","features":[588]},{"name":"WCM_E_INVALIDVERSIONFORMAT","features":[588]},{"name":"WCM_E_KEYNOTCHANGEABLE","features":[588]},{"name":"WCM_E_MANIFESTCOMPILATIONFAILED","features":[588]},{"name":"WCM_E_MISSINGCONFIGURATION","features":[588]},{"name":"WCM_E_MIXTYPEASSERTION","features":[588]},{"name":"WCM_E_NAMESPACEALREADYREGISTERED","features":[588]},{"name":"WCM_E_NAMESPACENOTFOUND","features":[588]},{"name":"WCM_E_NOTIFICATIONNOTFOUND","features":[588]},{"name":"WCM_E_NOTPOSITIONED","features":[588]},{"name":"WCM_E_NOTSUPPORTEDFUNCTION","features":[588]},{"name":"WCM_E_READONLYITEM","features":[588]},{"name":"WCM_E_RESTRICTIONFAILED","features":[588]},{"name":"WCM_E_SOURCEMANEMPTYVALUE","features":[588]},{"name":"WCM_E_STATENODENOTALLOWED","features":[588]},{"name":"WCM_E_STATENODENOTFOUND","features":[588]},{"name":"WCM_E_STORECORRUPTED","features":[588]},{"name":"WCM_E_SUBSTITUTIONNOTFOUND","features":[588]},{"name":"WCM_E_TYPENOTSPECIFIED","features":[588]},{"name":"WCM_E_UNKNOWNRESULT","features":[588]},{"name":"WCM_E_USERALREADYREGISTERED","features":[588]},{"name":"WCM_E_USERNOTFOUND","features":[588]},{"name":"WCM_E_VALIDATIONFAILED","features":[588]},{"name":"WCM_E_VALUETOOBIG","features":[588]},{"name":"WCM_E_WRONGESCAPESTRING","features":[588]},{"name":"WCM_SETTINGS_ID_ARCHITECTURE","features":[588]},{"name":"WCM_SETTINGS_ID_FLAG_DEFINITION","features":[588]},{"name":"WCM_SETTINGS_ID_FLAG_REFERENCE","features":[588]},{"name":"WCM_SETTINGS_ID_LANGUAGE","features":[588]},{"name":"WCM_SETTINGS_ID_NAME","features":[588]},{"name":"WCM_SETTINGS_ID_TOKEN","features":[588]},{"name":"WCM_SETTINGS_ID_URI","features":[588]},{"name":"WCM_SETTINGS_ID_VERSION","features":[588]},{"name":"WCM_SETTINGS_ID_VERSION_SCOPE","features":[588]},{"name":"WCM_S_ATTRIBUTENOTALLOWED","features":[588]},{"name":"WCM_S_ATTRIBUTENOTFOUND","features":[588]},{"name":"WCM_S_INTERNALERROR","features":[588]},{"name":"WCM_S_INVALIDATTRIBUTECOMBINATION","features":[588]},{"name":"WCM_S_LEGACYSETTINGWARNING","features":[588]},{"name":"WCM_S_NAMESPACENOTFOUND","features":[588]},{"name":"WcmDataType","features":[588]},{"name":"WcmNamespaceAccess","features":[588]},{"name":"WcmNamespaceEnumerationFlags","features":[588]},{"name":"WcmRestrictionFacets","features":[588]},{"name":"WcmSettingType","features":[588]},{"name":"WcmTargetMode","features":[588]},{"name":"WcmUserStatus","features":[588]},{"name":"dataTypeBoolean","features":[588]},{"name":"dataTypeByte","features":[588]},{"name":"dataTypeFlagArray","features":[588]},{"name":"dataTypeInt16","features":[588]},{"name":"dataTypeInt32","features":[588]},{"name":"dataTypeInt64","features":[588]},{"name":"dataTypeSByte","features":[588]},{"name":"dataTypeString","features":[588]},{"name":"dataTypeUInt16","features":[588]},{"name":"dataTypeUInt32","features":[588]},{"name":"dataTypeUInt64","features":[588]},{"name":"restrictionFacetEnumeration","features":[588]},{"name":"restrictionFacetMaxInclusive","features":[588]},{"name":"restrictionFacetMaxLength","features":[588]},{"name":"restrictionFacetMinInclusive","features":[588]},{"name":"settingTypeComplex","features":[588]},{"name":"settingTypeList","features":[588]},{"name":"settingTypeScalar","features":[588]}],"611":[{"name":"OOBEComplete","features":[307,589]},{"name":"OOBE_COMPLETED_CALLBACK","features":[589]},{"name":"RegisterWaitUntilOOBECompleted","features":[307,589]},{"name":"UnregisterWaitUntilOOBECompleted","features":[307,589]}],"612":[{"name":"AbortSystemShutdownA","features":[307,590]},{"name":"AbortSystemShutdownW","features":[307,590]},{"name":"CheckForHiberboot","features":[307,590]},{"name":"EWX_ARSO","features":[590]},{"name":"EWX_BOOTOPTIONS","features":[590]},{"name":"EWX_CHECK_SAFE_FOR_SERVER","features":[590]},{"name":"EWX_FORCE","features":[590]},{"name":"EWX_FORCEIFHUNG","features":[590]},{"name":"EWX_HYBRID_SHUTDOWN","features":[590]},{"name":"EWX_LOGOFF","features":[590]},{"name":"EWX_POWEROFF","features":[590]},{"name":"EWX_QUICKRESOLVE","features":[590]},{"name":"EWX_REBOOT","features":[590]},{"name":"EWX_RESTARTAPPS","features":[590]},{"name":"EWX_SHUTDOWN","features":[590]},{"name":"EWX_SYSTEM_INITIATED","features":[590]},{"name":"EXIT_WINDOWS_FLAGS","features":[590]},{"name":"ExitWindowsEx","features":[307,590]},{"name":"InitiateShutdownA","features":[590]},{"name":"InitiateShutdownW","features":[590]},{"name":"InitiateSystemShutdownA","features":[307,590]},{"name":"InitiateSystemShutdownExA","features":[307,590]},{"name":"InitiateSystemShutdownExW","features":[307,590]},{"name":"InitiateSystemShutdownW","features":[307,590]},{"name":"LockWorkStation","features":[307,590]},{"name":"MAX_NUM_REASONS","features":[590]},{"name":"MAX_REASON_BUGID_LEN","features":[590]},{"name":"MAX_REASON_COMMENT_LEN","features":[590]},{"name":"MAX_REASON_DESC_LEN","features":[590]},{"name":"MAX_REASON_NAME_LEN","features":[590]},{"name":"POLICY_SHOWREASONUI_ALWAYS","features":[590]},{"name":"POLICY_SHOWREASONUI_NEVER","features":[590]},{"name":"POLICY_SHOWREASONUI_SERVERONLY","features":[590]},{"name":"POLICY_SHOWREASONUI_WORKSTATIONONLY","features":[590]},{"name":"SHTDN_REASON_FLAG_CLEAN_UI","features":[590]},{"name":"SHTDN_REASON_FLAG_COMMENT_REQUIRED","features":[590]},{"name":"SHTDN_REASON_FLAG_DIRTY_PROBLEM_ID_REQUIRED","features":[590]},{"name":"SHTDN_REASON_FLAG_DIRTY_UI","features":[590]},{"name":"SHTDN_REASON_FLAG_MOBILE_UI_RESERVED","features":[590]},{"name":"SHTDN_REASON_FLAG_PLANNED","features":[590]},{"name":"SHTDN_REASON_FLAG_USER_DEFINED","features":[590]},{"name":"SHTDN_REASON_LEGACY_API","features":[590]},{"name":"SHTDN_REASON_MAJOR_APPLICATION","features":[590]},{"name":"SHTDN_REASON_MAJOR_HARDWARE","features":[590]},{"name":"SHTDN_REASON_MAJOR_LEGACY_API","features":[590]},{"name":"SHTDN_REASON_MAJOR_NONE","features":[590]},{"name":"SHTDN_REASON_MAJOR_OPERATINGSYSTEM","features":[590]},{"name":"SHTDN_REASON_MAJOR_OTHER","features":[590]},{"name":"SHTDN_REASON_MAJOR_POWER","features":[590]},{"name":"SHTDN_REASON_MAJOR_SOFTWARE","features":[590]},{"name":"SHTDN_REASON_MAJOR_SYSTEM","features":[590]},{"name":"SHTDN_REASON_MINOR_BLUESCREEN","features":[590]},{"name":"SHTDN_REASON_MINOR_CORDUNPLUGGED","features":[590]},{"name":"SHTDN_REASON_MINOR_DC_DEMOTION","features":[590]},{"name":"SHTDN_REASON_MINOR_DC_PROMOTION","features":[590]},{"name":"SHTDN_REASON_MINOR_DISK","features":[590]},{"name":"SHTDN_REASON_MINOR_ENVIRONMENT","features":[590]},{"name":"SHTDN_REASON_MINOR_HARDWARE_DRIVER","features":[590]},{"name":"SHTDN_REASON_MINOR_HOTFIX","features":[590]},{"name":"SHTDN_REASON_MINOR_HOTFIX_UNINSTALL","features":[590]},{"name":"SHTDN_REASON_MINOR_HUNG","features":[590]},{"name":"SHTDN_REASON_MINOR_INSTALLATION","features":[590]},{"name":"SHTDN_REASON_MINOR_MAINTENANCE","features":[590]},{"name":"SHTDN_REASON_MINOR_MMC","features":[590]},{"name":"SHTDN_REASON_MINOR_NETWORKCARD","features":[590]},{"name":"SHTDN_REASON_MINOR_NETWORK_CONNECTIVITY","features":[590]},{"name":"SHTDN_REASON_MINOR_NONE","features":[590]},{"name":"SHTDN_REASON_MINOR_OTHER","features":[590]},{"name":"SHTDN_REASON_MINOR_OTHERDRIVER","features":[590]},{"name":"SHTDN_REASON_MINOR_POWER_SUPPLY","features":[590]},{"name":"SHTDN_REASON_MINOR_PROCESSOR","features":[590]},{"name":"SHTDN_REASON_MINOR_RECONFIG","features":[590]},{"name":"SHTDN_REASON_MINOR_SECURITY","features":[590]},{"name":"SHTDN_REASON_MINOR_SECURITYFIX","features":[590]},{"name":"SHTDN_REASON_MINOR_SECURITYFIX_UNINSTALL","features":[590]},{"name":"SHTDN_REASON_MINOR_SERVICEPACK","features":[590]},{"name":"SHTDN_REASON_MINOR_SERVICEPACK_UNINSTALL","features":[590]},{"name":"SHTDN_REASON_MINOR_SYSTEMRESTORE","features":[590]},{"name":"SHTDN_REASON_MINOR_TERMSRV","features":[590]},{"name":"SHTDN_REASON_MINOR_UNSTABLE","features":[590]},{"name":"SHTDN_REASON_MINOR_UPGRADE","features":[590]},{"name":"SHTDN_REASON_MINOR_WMI","features":[590]},{"name":"SHTDN_REASON_NONE","features":[590]},{"name":"SHTDN_REASON_UNKNOWN","features":[590]},{"name":"SHTDN_REASON_VALID_BIT_MASK","features":[590]},{"name":"SHUTDOWN_ARSO","features":[590]},{"name":"SHUTDOWN_CHECK_SAFE_FOR_SERVER","features":[590]},{"name":"SHUTDOWN_FLAGS","features":[590]},{"name":"SHUTDOWN_FORCE_OTHERS","features":[590]},{"name":"SHUTDOWN_FORCE_SELF","features":[590]},{"name":"SHUTDOWN_GRACE_OVERRIDE","features":[590]},{"name":"SHUTDOWN_HYBRID","features":[590]},{"name":"SHUTDOWN_INSTALL_UPDATES","features":[590]},{"name":"SHUTDOWN_MOBILE_UI","features":[590]},{"name":"SHUTDOWN_NOREBOOT","features":[590]},{"name":"SHUTDOWN_POWEROFF","features":[590]},{"name":"SHUTDOWN_REASON","features":[590]},{"name":"SHUTDOWN_RESTART","features":[590]},{"name":"SHUTDOWN_RESTARTAPPS","features":[590]},{"name":"SHUTDOWN_RESTART_BOOTOPTIONS","features":[590]},{"name":"SHUTDOWN_SKIP_SVC_PRESHUTDOWN","features":[590]},{"name":"SHUTDOWN_SOFT_REBOOT","features":[590]},{"name":"SHUTDOWN_SYSTEM_INITIATED","features":[590]},{"name":"SHUTDOWN_TYPE_LEN","features":[590]},{"name":"SHUTDOWN_VAIL_CONTAINER","features":[590]},{"name":"SNAPSHOT_POLICY_ALWAYS","features":[590]},{"name":"SNAPSHOT_POLICY_NEVER","features":[590]},{"name":"SNAPSHOT_POLICY_UNPLANNED","features":[590]},{"name":"ShutdownBlockReasonCreate","features":[307,590]},{"name":"ShutdownBlockReasonDestroy","features":[307,590]},{"name":"ShutdownBlockReasonQuery","features":[307,590]}],"613":[{"name":"APPLICATION_EVENT_DATA","features":[591]},{"name":"CONTENT_ID_GLANCE","features":[591]},{"name":"CONTENT_ID_HOME","features":[591]},{"name":"CONTENT_MISSING_EVENT_DATA","features":[591]},{"name":"DEVICE_USER_CHANGE_EVENT_DATA","features":[591]},{"name":"EVENT_DATA_HEADER","features":[591]},{"name":"GUID_DEVINTERFACE_SIDESHOW","features":[591]},{"name":"ISideShowBulkCapabilities","features":[591]},{"name":"ISideShowCapabilities","features":[591]},{"name":"ISideShowCapabilitiesCollection","features":[591]},{"name":"ISideShowContent","features":[591]},{"name":"ISideShowContentManager","features":[591]},{"name":"ISideShowEvents","features":[591]},{"name":"ISideShowKeyCollection","features":[591]},{"name":"ISideShowNotification","features":[591]},{"name":"ISideShowNotificationManager","features":[591]},{"name":"ISideShowPropVariantCollection","features":[591]},{"name":"ISideShowSession","features":[591]},{"name":"NEW_EVENT_DATA_AVAILABLE","features":[591]},{"name":"SCF_BUTTON_BACK","features":[591]},{"name":"SCF_BUTTON_DOWN","features":[591]},{"name":"SCF_BUTTON_FASTFORWARD","features":[591]},{"name":"SCF_BUTTON_IDS","features":[591]},{"name":"SCF_BUTTON_LEFT","features":[591]},{"name":"SCF_BUTTON_MENU","features":[591]},{"name":"SCF_BUTTON_PAUSE","features":[591]},{"name":"SCF_BUTTON_PLAY","features":[591]},{"name":"SCF_BUTTON_REWIND","features":[591]},{"name":"SCF_BUTTON_RIGHT","features":[591]},{"name":"SCF_BUTTON_SELECT","features":[591]},{"name":"SCF_BUTTON_STOP","features":[591]},{"name":"SCF_BUTTON_UP","features":[591]},{"name":"SCF_CONTEXTMENU_EVENT","features":[591]},{"name":"SCF_EVENT_CONTEXTMENU","features":[591]},{"name":"SCF_EVENT_HEADER","features":[591]},{"name":"SCF_EVENT_IDS","features":[591]},{"name":"SCF_EVENT_MENUACTION","features":[591]},{"name":"SCF_EVENT_NAVIGATION","features":[591]},{"name":"SCF_MENUACTION_EVENT","features":[591]},{"name":"SCF_NAVIGATION_EVENT","features":[591]},{"name":"SIDESHOW_APPLICATION_EVENT","features":[591]},{"name":"SIDESHOW_CAPABILITY_CLIENT_AREA_HEIGHT","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_CLIENT_AREA_WIDTH","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_COLOR_DEPTH","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_COLOR_TYPE","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_CURRENT_LANGUAGE","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_DATA_CACHE","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_DEVICE_ID","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_DEVICE_PROPERTIES","features":[591]},{"name":"SIDESHOW_CAPABILITY_SCREEN_HEIGHT","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_SCREEN_TYPE","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_SCREEN_WIDTH","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_SUPPORTED_IMAGE_FORMATS","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_SUPPORTED_LANGUAGES","features":[591,380]},{"name":"SIDESHOW_CAPABILITY_SUPPORTED_THEMES","features":[591,380]},{"name":"SIDESHOW_COLOR_TYPE","features":[591]},{"name":"SIDESHOW_COLOR_TYPE_BLACK_AND_WHITE","features":[591]},{"name":"SIDESHOW_COLOR_TYPE_COLOR","features":[591]},{"name":"SIDESHOW_COLOR_TYPE_GREYSCALE","features":[591]},{"name":"SIDESHOW_CONTENT_MISSING_EVENT","features":[591]},{"name":"SIDESHOW_ENDPOINT_ICAL","features":[591]},{"name":"SIDESHOW_ENDPOINT_SIMPLE_CONTENT_FORMAT","features":[591]},{"name":"SIDESHOW_EVENTID_APPLICATION_ENTER","features":[591]},{"name":"SIDESHOW_EVENTID_APPLICATION_EXIT","features":[591]},{"name":"SIDESHOW_NEW_EVENT_DATA_AVAILABLE","features":[591]},{"name":"SIDESHOW_SCREEN_TYPE","features":[591]},{"name":"SIDESHOW_SCREEN_TYPE_BITMAP","features":[591]},{"name":"SIDESHOW_SCREEN_TYPE_TEXT","features":[591]},{"name":"SIDESHOW_USER_CHANGE_REQUEST_EVENT","features":[591]},{"name":"SideShowKeyCollection","features":[591]},{"name":"SideShowNotification","features":[591]},{"name":"SideShowPropVariantCollection","features":[591]},{"name":"SideShowSession","features":[591]},{"name":"VERSION_1_WINDOWS_7","features":[591]}],"614":[{"name":"BROADCAST_SYSTEM_MESSAGE_FLAGS","features":[501]},{"name":"BROADCAST_SYSTEM_MESSAGE_INFO","features":[501]},{"name":"BSF_ALLOWSFW","features":[501]},{"name":"BSF_FLUSHDISK","features":[501]},{"name":"BSF_FORCEIFHUNG","features":[501]},{"name":"BSF_IGNORECURRENTTASK","features":[501]},{"name":"BSF_LUID","features":[501]},{"name":"BSF_NOHANG","features":[501]},{"name":"BSF_NOTIMEOUTIFNOTHUNG","features":[501]},{"name":"BSF_POSTMESSAGE","features":[501]},{"name":"BSF_QUERY","features":[501]},{"name":"BSF_RETURNHDESK","features":[501]},{"name":"BSF_SENDNOTIFYMESSAGE","features":[501]},{"name":"BSMINFO","features":[307,501]},{"name":"BSM_ALLCOMPONENTS","features":[501]},{"name":"BSM_ALLDESKTOPS","features":[501]},{"name":"BSM_APPLICATIONS","features":[501]},{"name":"BroadcastSystemMessageA","features":[307,501]},{"name":"BroadcastSystemMessageExA","features":[307,501]},{"name":"BroadcastSystemMessageExW","features":[307,501]},{"name":"BroadcastSystemMessageW","features":[307,501]},{"name":"CloseDesktop","features":[307,501]},{"name":"CloseWindowStation","features":[307,501]},{"name":"CreateDesktopA","features":[307,318,310,501]},{"name":"CreateDesktopExA","features":[307,318,310,501]},{"name":"CreateDesktopExW","features":[307,318,310,501]},{"name":"CreateDesktopW","features":[307,318,310,501]},{"name":"CreateWindowStationA","features":[307,310,501]},{"name":"CreateWindowStationW","features":[307,310,501]},{"name":"DESKTOPENUMPROCA","features":[307,501]},{"name":"DESKTOPENUMPROCW","features":[307,501]},{"name":"DESKTOP_ACCESS_FLAGS","features":[501]},{"name":"DESKTOP_CONTROL_FLAGS","features":[501]},{"name":"DESKTOP_CREATEMENU","features":[501]},{"name":"DESKTOP_CREATEWINDOW","features":[501]},{"name":"DESKTOP_DELETE","features":[501]},{"name":"DESKTOP_ENUMERATE","features":[501]},{"name":"DESKTOP_HOOKCONTROL","features":[501]},{"name":"DESKTOP_JOURNALPLAYBACK","features":[501]},{"name":"DESKTOP_JOURNALRECORD","features":[501]},{"name":"DESKTOP_READOBJECTS","features":[501]},{"name":"DESKTOP_READ_CONTROL","features":[501]},{"name":"DESKTOP_SWITCHDESKTOP","features":[501]},{"name":"DESKTOP_SYNCHRONIZE","features":[501]},{"name":"DESKTOP_WRITEOBJECTS","features":[501]},{"name":"DESKTOP_WRITE_DAC","features":[501]},{"name":"DESKTOP_WRITE_OWNER","features":[501]},{"name":"DF_ALLOWOTHERACCOUNTHOOK","features":[501]},{"name":"EnumDesktopWindows","features":[307,501,371]},{"name":"EnumDesktopsA","features":[307,501]},{"name":"EnumDesktopsW","features":[307,501]},{"name":"EnumWindowStationsA","features":[307,501]},{"name":"EnumWindowStationsW","features":[307,501]},{"name":"GetProcessWindowStation","features":[501]},{"name":"GetThreadDesktop","features":[501]},{"name":"GetUserObjectInformationA","features":[307,501]},{"name":"GetUserObjectInformationW","features":[307,501]},{"name":"HDESK","features":[501]},{"name":"HWINSTA","features":[501]},{"name":"OpenDesktopA","features":[307,501]},{"name":"OpenDesktopW","features":[307,501]},{"name":"OpenInputDesktop","features":[307,501]},{"name":"OpenWindowStationA","features":[307,501]},{"name":"OpenWindowStationW","features":[307,501]},{"name":"SetProcessWindowStation","features":[307,501]},{"name":"SetThreadDesktop","features":[307,501]},{"name":"SetUserObjectInformationA","features":[307,501]},{"name":"SetUserObjectInformationW","features":[307,501]},{"name":"SwitchDesktop","features":[307,501]},{"name":"UOI_FLAGS","features":[501]},{"name":"UOI_HEAPSIZE","features":[501]},{"name":"UOI_IO","features":[501]},{"name":"UOI_NAME","features":[501]},{"name":"UOI_TYPE","features":[501]},{"name":"UOI_USER_SID","features":[501]},{"name":"USEROBJECTFLAGS","features":[307,501]},{"name":"USER_OBJECT_INFORMATION_INDEX","features":[501]},{"name":"WINSTAENUMPROCA","features":[307,501]},{"name":"WINSTAENUMPROCW","features":[307,501]}],"615":[{"name":"WSL_DISTRIBUTION_FLAGS","features":[592]},{"name":"WSL_DISTRIBUTION_FLAGS_APPEND_NT_PATH","features":[592]},{"name":"WSL_DISTRIBUTION_FLAGS_ENABLE_DRIVE_MOUNTING","features":[592]},{"name":"WSL_DISTRIBUTION_FLAGS_ENABLE_INTEROP","features":[592]},{"name":"WSL_DISTRIBUTION_FLAGS_NONE","features":[592]},{"name":"WslConfigureDistribution","features":[592]},{"name":"WslGetDistributionConfiguration","features":[592]},{"name":"WslIsDistributionRegistered","features":[307,592]},{"name":"WslLaunch","features":[307,592]},{"name":"WslLaunchInteractive","features":[307,592]},{"name":"WslRegisterDistribution","features":[592]},{"name":"WslUnregisterDistribution","features":[592]}],"616":[{"name":"ACPI","features":[338]},{"name":"CACHE_DESCRIPTOR","features":[338]},{"name":"CACHE_RELATIONSHIP","features":[338]},{"name":"COMPUTER_NAME_FORMAT","features":[338]},{"name":"CPU_SET_INFORMATION_TYPE","features":[338]},{"name":"CacheData","features":[338]},{"name":"CacheInstruction","features":[338]},{"name":"CacheTrace","features":[338]},{"name":"CacheUnified","features":[338]},{"name":"ComputerNameDnsDomain","features":[338]},{"name":"ComputerNameDnsFullyQualified","features":[338]},{"name":"ComputerNameDnsHostname","features":[338]},{"name":"ComputerNameMax","features":[338]},{"name":"ComputerNameNetBIOS","features":[338]},{"name":"ComputerNamePhysicalDnsDomain","features":[338]},{"name":"ComputerNamePhysicalDnsFullyQualified","features":[338]},{"name":"ComputerNamePhysicalDnsHostname","features":[338]},{"name":"ComputerNamePhysicalNetBIOS","features":[338]},{"name":"CpuSetInformation","features":[338]},{"name":"DEPPolicyAlwaysOff","features":[338]},{"name":"DEPPolicyAlwaysOn","features":[338]},{"name":"DEPPolicyOptIn","features":[338]},{"name":"DEPPolicyOptOut","features":[338]},{"name":"DEPTotalPolicyCount","features":[338]},{"name":"DEP_SYSTEM_POLICY_TYPE","features":[338]},{"name":"DEVELOPER_DRIVE_ENABLEMENT_STATE","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_ALLINONE","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_BANKING","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_BUILDING_AUTOMATION","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_CONVERTIBLE","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_DESKTOP","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_DETACHABLE","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_DIGITAL_SIGNAGE","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_GAMING","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_HMD","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_HOME_AUTOMATION","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRIAL_AUTOMATION","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_HANDHELD","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_OTHER","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_TABLET","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_KIOSK","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_LARGESCREEN","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_MAKER_BOARD","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_MAX","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_MEDICAL","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_NETWORKING","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_NOTEBOOK","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_PHONE","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_POINT_OF_SERVICE","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_PRINTING","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_PUCK","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_STICKPC","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_TABLET","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_THIN_CLIENT","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_TOY","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_UNKNOWN","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_VENDING","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_S","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_X","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_X_DEVKIT","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_01","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_02","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_03","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_04","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_05","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_06","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_07","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_08","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_09","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_S","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_X","features":[338]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_X_DEVKIT","features":[338]},{"name":"DEVICEFAMILYINFOENUM","features":[338]},{"name":"DEVICEFAMILYINFOENUM_7067329","features":[338]},{"name":"DEVICEFAMILYINFOENUM_8828080","features":[338]},{"name":"DEVICEFAMILYINFOENUM_DESKTOP","features":[338]},{"name":"DEVICEFAMILYINFOENUM_HOLOGRAPHIC","features":[338]},{"name":"DEVICEFAMILYINFOENUM_IOT","features":[338]},{"name":"DEVICEFAMILYINFOENUM_IOT_HEADLESS","features":[338]},{"name":"DEVICEFAMILYINFOENUM_MAX","features":[338]},{"name":"DEVICEFAMILYINFOENUM_MOBILE","features":[338]},{"name":"DEVICEFAMILYINFOENUM_SERVER","features":[338]},{"name":"DEVICEFAMILYINFOENUM_SERVER_NANO","features":[338]},{"name":"DEVICEFAMILYINFOENUM_TEAM","features":[338]},{"name":"DEVICEFAMILYINFOENUM_UAP","features":[338]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_8X","features":[338]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_CORE","features":[338]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_CORE_HEADLESS","features":[338]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_PHONE_8X","features":[338]},{"name":"DEVICEFAMILYINFOENUM_XBOX","features":[338]},{"name":"DEVICEFAMILYINFOENUM_XBOXERA","features":[338]},{"name":"DEVICEFAMILYINFOENUM_XBOXSRA","features":[338]},{"name":"DeveloperDriveDisabledByGroupPolicy","features":[338]},{"name":"DeveloperDriveDisabledBySystemPolicy","features":[338]},{"name":"DeveloperDriveEnabled","features":[338]},{"name":"DeveloperDriveEnablementStateError","features":[338]},{"name":"DnsHostnameToComputerNameExW","features":[307,338]},{"name":"EnumSystemFirmwareTables","features":[338]},{"name":"FIRM","features":[338]},{"name":"FIRMWARE_TABLE_PROVIDER","features":[338]},{"name":"FIRMWARE_TYPE","features":[338]},{"name":"FirmwareTypeBios","features":[338]},{"name":"FirmwareTypeMax","features":[338]},{"name":"FirmwareTypeUefi","features":[338]},{"name":"FirmwareTypeUnknown","features":[338]},{"name":"GROUP_AFFINITY","features":[338]},{"name":"GROUP_RELATIONSHIP","features":[338]},{"name":"GetComputerNameExA","features":[307,338]},{"name":"GetComputerNameExW","features":[307,338]},{"name":"GetDeveloperDriveEnablementState","features":[338]},{"name":"GetFirmwareType","features":[307,338]},{"name":"GetIntegratedDisplaySize","features":[338]},{"name":"GetLocalTime","features":[307,338]},{"name":"GetLogicalProcessorInformation","features":[307,338]},{"name":"GetLogicalProcessorInformationEx","features":[307,338]},{"name":"GetNativeSystemInfo","features":[338]},{"name":"GetOsManufacturingMode","features":[307,338]},{"name":"GetOsSafeBootMode","features":[307,338]},{"name":"GetPhysicallyInstalledSystemMemory","features":[307,338]},{"name":"GetProcessorSystemCycleTime","features":[307,338]},{"name":"GetProductInfo","features":[307,338]},{"name":"GetSystemCpuSetInformation","features":[307,338]},{"name":"GetSystemDEPPolicy","features":[338]},{"name":"GetSystemDirectoryA","features":[338]},{"name":"GetSystemDirectoryW","features":[338]},{"name":"GetSystemFirmwareTable","features":[338]},{"name":"GetSystemInfo","features":[338]},{"name":"GetSystemLeapSecondInformation","features":[307,338]},{"name":"GetSystemTime","features":[307,338]},{"name":"GetSystemTimeAdjustment","features":[307,338]},{"name":"GetSystemTimeAdjustmentPrecise","features":[307,338]},{"name":"GetSystemTimeAsFileTime","features":[307,338]},{"name":"GetSystemTimePreciseAsFileTime","features":[307,338]},{"name":"GetSystemWindowsDirectoryA","features":[338]},{"name":"GetSystemWindowsDirectoryW","features":[338]},{"name":"GetSystemWow64Directory2A","features":[338]},{"name":"GetSystemWow64Directory2W","features":[338]},{"name":"GetSystemWow64DirectoryA","features":[338]},{"name":"GetSystemWow64DirectoryW","features":[338]},{"name":"GetTickCount","features":[338]},{"name":"GetTickCount64","features":[338]},{"name":"GetVersion","features":[338]},{"name":"GetVersionExA","features":[307,338]},{"name":"GetVersionExW","features":[307,338]},{"name":"GetWindowsDirectoryA","features":[338]},{"name":"GetWindowsDirectoryW","features":[338]},{"name":"GlobalDataIdConsoleSharedDataFlags","features":[338]},{"name":"GlobalDataIdCyclesPerYield","features":[338]},{"name":"GlobalDataIdImageNumberHigh","features":[338]},{"name":"GlobalDataIdImageNumberLow","features":[338]},{"name":"GlobalDataIdInterruptTime","features":[338]},{"name":"GlobalDataIdKdDebuggerEnabled","features":[338]},{"name":"GlobalDataIdLastSystemRITEventTickCount","features":[338]},{"name":"GlobalDataIdNtMajorVersion","features":[338]},{"name":"GlobalDataIdNtMinorVersion","features":[338]},{"name":"GlobalDataIdNtSystemRootDrive","features":[338]},{"name":"GlobalDataIdQpcBias","features":[338]},{"name":"GlobalDataIdQpcBypassEnabled","features":[338]},{"name":"GlobalDataIdQpcData","features":[338]},{"name":"GlobalDataIdQpcShift","features":[338]},{"name":"GlobalDataIdRngSeedVersion","features":[338]},{"name":"GlobalDataIdSafeBootMode","features":[338]},{"name":"GlobalDataIdSystemExpirationDate","features":[338]},{"name":"GlobalDataIdTimeZoneBias","features":[338]},{"name":"GlobalDataIdTimeZoneId","features":[338]},{"name":"GlobalDataIdUnknown","features":[338]},{"name":"GlobalMemoryStatus","features":[338]},{"name":"GlobalMemoryStatusEx","features":[307,338]},{"name":"IMAGE_FILE_MACHINE","features":[338]},{"name":"IMAGE_FILE_MACHINE_ALPHA","features":[338]},{"name":"IMAGE_FILE_MACHINE_ALPHA64","features":[338]},{"name":"IMAGE_FILE_MACHINE_AM33","features":[338]},{"name":"IMAGE_FILE_MACHINE_AMD64","features":[338]},{"name":"IMAGE_FILE_MACHINE_ARM","features":[338]},{"name":"IMAGE_FILE_MACHINE_ARM64","features":[338]},{"name":"IMAGE_FILE_MACHINE_ARMNT","features":[338]},{"name":"IMAGE_FILE_MACHINE_AXP64","features":[338]},{"name":"IMAGE_FILE_MACHINE_CEE","features":[338]},{"name":"IMAGE_FILE_MACHINE_CEF","features":[338]},{"name":"IMAGE_FILE_MACHINE_EBC","features":[338]},{"name":"IMAGE_FILE_MACHINE_I386","features":[338]},{"name":"IMAGE_FILE_MACHINE_IA64","features":[338]},{"name":"IMAGE_FILE_MACHINE_M32R","features":[338]},{"name":"IMAGE_FILE_MACHINE_MIPS16","features":[338]},{"name":"IMAGE_FILE_MACHINE_MIPSFPU","features":[338]},{"name":"IMAGE_FILE_MACHINE_MIPSFPU16","features":[338]},{"name":"IMAGE_FILE_MACHINE_POWERPC","features":[338]},{"name":"IMAGE_FILE_MACHINE_POWERPCFP","features":[338]},{"name":"IMAGE_FILE_MACHINE_R10000","features":[338]},{"name":"IMAGE_FILE_MACHINE_R3000","features":[338]},{"name":"IMAGE_FILE_MACHINE_R4000","features":[338]},{"name":"IMAGE_FILE_MACHINE_SH3","features":[338]},{"name":"IMAGE_FILE_MACHINE_SH3DSP","features":[338]},{"name":"IMAGE_FILE_MACHINE_SH3E","features":[338]},{"name":"IMAGE_FILE_MACHINE_SH4","features":[338]},{"name":"IMAGE_FILE_MACHINE_SH5","features":[338]},{"name":"IMAGE_FILE_MACHINE_TARGET_HOST","features":[338]},{"name":"IMAGE_FILE_MACHINE_THUMB","features":[338]},{"name":"IMAGE_FILE_MACHINE_TRICORE","features":[338]},{"name":"IMAGE_FILE_MACHINE_UNKNOWN","features":[338]},{"name":"IMAGE_FILE_MACHINE_WCEMIPSV2","features":[338]},{"name":"IsUserCetAvailableInEnvironment","features":[307,338]},{"name":"IsWow64GuestMachineSupported","features":[307,338]},{"name":"LOGICAL_PROCESSOR_RELATIONSHIP","features":[338]},{"name":"MEMORYSTATUS","features":[338]},{"name":"MEMORYSTATUSEX","features":[338]},{"name":"NTDDI_LONGHORN","features":[338]},{"name":"NTDDI_VERSION","features":[338]},{"name":"NTDDI_VISTA","features":[338]},{"name":"NTDDI_VISTASP1","features":[338]},{"name":"NTDDI_VISTASP2","features":[338]},{"name":"NTDDI_VISTASP3","features":[338]},{"name":"NTDDI_VISTASP4","features":[338]},{"name":"NTDDI_WIN10","features":[338]},{"name":"NTDDI_WIN10_19H1","features":[338]},{"name":"NTDDI_WIN10_CO","features":[338]},{"name":"NTDDI_WIN10_FE","features":[338]},{"name":"NTDDI_WIN10_MN","features":[338]},{"name":"NTDDI_WIN10_NI","features":[338]},{"name":"NTDDI_WIN10_RS1","features":[338]},{"name":"NTDDI_WIN10_RS2","features":[338]},{"name":"NTDDI_WIN10_RS3","features":[338]},{"name":"NTDDI_WIN10_RS4","features":[338]},{"name":"NTDDI_WIN10_RS5","features":[338]},{"name":"NTDDI_WIN10_TH2","features":[338]},{"name":"NTDDI_WIN10_VB","features":[338]},{"name":"NTDDI_WIN2K","features":[338]},{"name":"NTDDI_WIN2KSP1","features":[338]},{"name":"NTDDI_WIN2KSP2","features":[338]},{"name":"NTDDI_WIN2KSP3","features":[338]},{"name":"NTDDI_WIN2KSP4","features":[338]},{"name":"NTDDI_WIN4","features":[338]},{"name":"NTDDI_WIN6","features":[338]},{"name":"NTDDI_WIN6SP1","features":[338]},{"name":"NTDDI_WIN6SP2","features":[338]},{"name":"NTDDI_WIN6SP3","features":[338]},{"name":"NTDDI_WIN6SP4","features":[338]},{"name":"NTDDI_WIN7","features":[338]},{"name":"NTDDI_WIN8","features":[338]},{"name":"NTDDI_WINBLUE","features":[338]},{"name":"NTDDI_WINTHRESHOLD","features":[338]},{"name":"NTDDI_WINXP","features":[338]},{"name":"NTDDI_WINXPSP1","features":[338]},{"name":"NTDDI_WINXPSP2","features":[338]},{"name":"NTDDI_WINXPSP3","features":[338]},{"name":"NTDDI_WINXPSP4","features":[338]},{"name":"NTDDI_WS03","features":[338]},{"name":"NTDDI_WS03SP1","features":[338]},{"name":"NTDDI_WS03SP2","features":[338]},{"name":"NTDDI_WS03SP3","features":[338]},{"name":"NTDDI_WS03SP4","features":[338]},{"name":"NTDDI_WS08","features":[338]},{"name":"NTDDI_WS08SP2","features":[338]},{"name":"NTDDI_WS08SP3","features":[338]},{"name":"NTDDI_WS08SP4","features":[338]},{"name":"NUMA_NODE_RELATIONSHIP","features":[338]},{"name":"OSVERSIONINFOA","features":[338]},{"name":"OSVERSIONINFOEXA","features":[338]},{"name":"OSVERSIONINFOEXW","features":[338]},{"name":"OSVERSIONINFOW","features":[338]},{"name":"OSVERSION_MASK","features":[338]},{"name":"OS_DEPLOYEMENT_STATE_VALUES","features":[338]},{"name":"OS_DEPLOYMENT_COMPACT","features":[338]},{"name":"OS_DEPLOYMENT_STANDARD","features":[338]},{"name":"OS_PRODUCT_TYPE","features":[338]},{"name":"PGET_SYSTEM_WOW64_DIRECTORY_A","features":[338]},{"name":"PGET_SYSTEM_WOW64_DIRECTORY_W","features":[338]},{"name":"PROCESSOR_ARCHITECTURE","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_ALPHA","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_ALPHA64","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_AMD64","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_ARM","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_ARM32_ON_WIN64","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_ARM64","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_IA32_ON_ARM64","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_IA32_ON_WIN64","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_IA64","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_INTEL","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_MIPS","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_MSIL","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_NEUTRAL","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_PPC","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_SHX","features":[338]},{"name":"PROCESSOR_ARCHITECTURE_UNKNOWN","features":[338]},{"name":"PROCESSOR_CACHE_TYPE","features":[338]},{"name":"PROCESSOR_GROUP_INFO","features":[338]},{"name":"PROCESSOR_RELATIONSHIP","features":[338]},{"name":"PRODUCT_BUSINESS","features":[338]},{"name":"PRODUCT_BUSINESS_N","features":[338]},{"name":"PRODUCT_CLUSTER_SERVER","features":[338]},{"name":"PRODUCT_CLUSTER_SERVER_V","features":[338]},{"name":"PRODUCT_CORE","features":[338]},{"name":"PRODUCT_CORE_COUNTRYSPECIFIC","features":[338]},{"name":"PRODUCT_CORE_N","features":[338]},{"name":"PRODUCT_CORE_SINGLELANGUAGE","features":[338]},{"name":"PRODUCT_DATACENTER_A_SERVER_CORE","features":[338]},{"name":"PRODUCT_DATACENTER_EVALUATION_SERVER","features":[338]},{"name":"PRODUCT_DATACENTER_SERVER","features":[338]},{"name":"PRODUCT_DATACENTER_SERVER_CORE","features":[338]},{"name":"PRODUCT_DATACENTER_SERVER_CORE_V","features":[338]},{"name":"PRODUCT_DATACENTER_SERVER_V","features":[338]},{"name":"PRODUCT_EDUCATION","features":[338]},{"name":"PRODUCT_EDUCATION_N","features":[338]},{"name":"PRODUCT_ENTERPRISE","features":[338]},{"name":"PRODUCT_ENTERPRISE_E","features":[338]},{"name":"PRODUCT_ENTERPRISE_EVALUATION","features":[338]},{"name":"PRODUCT_ENTERPRISE_N","features":[338]},{"name":"PRODUCT_ENTERPRISE_N_EVALUATION","features":[338]},{"name":"PRODUCT_ENTERPRISE_S","features":[338]},{"name":"PRODUCT_ENTERPRISE_SERVER","features":[338]},{"name":"PRODUCT_ENTERPRISE_SERVER_CORE","features":[338]},{"name":"PRODUCT_ENTERPRISE_SERVER_CORE_V","features":[338]},{"name":"PRODUCT_ENTERPRISE_SERVER_IA64","features":[338]},{"name":"PRODUCT_ENTERPRISE_SERVER_V","features":[338]},{"name":"PRODUCT_ENTERPRISE_S_EVALUATION","features":[338]},{"name":"PRODUCT_ENTERPRISE_S_N","features":[338]},{"name":"PRODUCT_ENTERPRISE_S_N_EVALUATION","features":[338]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_ADDL","features":[338]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_ADDLSVC","features":[338]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_MGMT","features":[338]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_MGMTSVC","features":[338]},{"name":"PRODUCT_HOME_BASIC","features":[338]},{"name":"PRODUCT_HOME_BASIC_E","features":[338]},{"name":"PRODUCT_HOME_BASIC_N","features":[338]},{"name":"PRODUCT_HOME_PREMIUM","features":[338]},{"name":"PRODUCT_HOME_PREMIUM_E","features":[338]},{"name":"PRODUCT_HOME_PREMIUM_N","features":[338]},{"name":"PRODUCT_HOME_PREMIUM_SERVER","features":[338]},{"name":"PRODUCT_HOME_SERVER","features":[338]},{"name":"PRODUCT_HYPERV","features":[338]},{"name":"PRODUCT_IOTUAP","features":[338]},{"name":"PRODUCT_IOTUAPCOMMERCIAL","features":[338]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_MANAGEMENT","features":[338]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_MESSAGING","features":[338]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_SECURITY","features":[338]},{"name":"PRODUCT_MOBILE_CORE","features":[338]},{"name":"PRODUCT_MOBILE_ENTERPRISE","features":[338]},{"name":"PRODUCT_MULTIPOINT_PREMIUM_SERVER","features":[338]},{"name":"PRODUCT_MULTIPOINT_STANDARD_SERVER","features":[338]},{"name":"PRODUCT_PROFESSIONAL","features":[338]},{"name":"PRODUCT_PROFESSIONAL_E","features":[338]},{"name":"PRODUCT_PROFESSIONAL_N","features":[338]},{"name":"PRODUCT_PROFESSIONAL_WMC","features":[338]},{"name":"PRODUCT_PRO_WORKSTATION","features":[338]},{"name":"PRODUCT_PRO_WORKSTATION_N","features":[338]},{"name":"PRODUCT_SB_SOLUTION_SERVER","features":[338]},{"name":"PRODUCT_SB_SOLUTION_SERVER_EM","features":[338]},{"name":"PRODUCT_SERVER_FOR_SB_SOLUTIONS","features":[338]},{"name":"PRODUCT_SERVER_FOR_SB_SOLUTIONS_EM","features":[338]},{"name":"PRODUCT_SERVER_FOR_SMALLBUSINESS","features":[338]},{"name":"PRODUCT_SERVER_FOR_SMALLBUSINESS_V","features":[338]},{"name":"PRODUCT_SERVER_FOUNDATION","features":[338]},{"name":"PRODUCT_SMALLBUSINESS_SERVER","features":[338]},{"name":"PRODUCT_SMALLBUSINESS_SERVER_PREMIUM","features":[338]},{"name":"PRODUCT_SMALLBUSINESS_SERVER_PREMIUM_CORE","features":[338]},{"name":"PRODUCT_SOLUTION_EMBEDDEDSERVER","features":[338]},{"name":"PRODUCT_STANDARD_A_SERVER_CORE","features":[338]},{"name":"PRODUCT_STANDARD_EVALUATION_SERVER","features":[338]},{"name":"PRODUCT_STANDARD_SERVER","features":[338]},{"name":"PRODUCT_STANDARD_SERVER_CORE_","features":[338]},{"name":"PRODUCT_STANDARD_SERVER_CORE_V","features":[338]},{"name":"PRODUCT_STANDARD_SERVER_SOLUTIONS","features":[338]},{"name":"PRODUCT_STANDARD_SERVER_SOLUTIONS_CORE","features":[338]},{"name":"PRODUCT_STANDARD_SERVER_V","features":[338]},{"name":"PRODUCT_STARTER","features":[338]},{"name":"PRODUCT_STARTER_E","features":[338]},{"name":"PRODUCT_STARTER_N","features":[338]},{"name":"PRODUCT_STORAGE_ENTERPRISE_SERVER","features":[338]},{"name":"PRODUCT_STORAGE_ENTERPRISE_SERVER_CORE","features":[338]},{"name":"PRODUCT_STORAGE_EXPRESS_SERVER","features":[338]},{"name":"PRODUCT_STORAGE_EXPRESS_SERVER_CORE","features":[338]},{"name":"PRODUCT_STORAGE_STANDARD_EVALUATION_SERVER","features":[338]},{"name":"PRODUCT_STORAGE_STANDARD_SERVER","features":[338]},{"name":"PRODUCT_STORAGE_STANDARD_SERVER_CORE","features":[338]},{"name":"PRODUCT_STORAGE_WORKGROUP_EVALUATION_SERVER","features":[338]},{"name":"PRODUCT_STORAGE_WORKGROUP_SERVER","features":[338]},{"name":"PRODUCT_STORAGE_WORKGROUP_SERVER_CORE","features":[338]},{"name":"PRODUCT_ULTIMATE","features":[338]},{"name":"PRODUCT_ULTIMATE_E","features":[338]},{"name":"PRODUCT_ULTIMATE_N","features":[338]},{"name":"PRODUCT_UNDEFINED","features":[338]},{"name":"PRODUCT_WEB_SERVER","features":[338]},{"name":"PRODUCT_WEB_SERVER_CORE","features":[338]},{"name":"RSMB","features":[338]},{"name":"RTL_SYSTEM_GLOBAL_DATA_ID","features":[338]},{"name":"RelationAll","features":[338]},{"name":"RelationCache","features":[338]},{"name":"RelationGroup","features":[338]},{"name":"RelationNumaNode","features":[338]},{"name":"RelationNumaNodeEx","features":[338]},{"name":"RelationProcessorCore","features":[338]},{"name":"RelationProcessorDie","features":[338]},{"name":"RelationProcessorModule","features":[338]},{"name":"RelationProcessorPackage","features":[338]},{"name":"RtlConvertDeviceFamilyInfoToString","features":[338]},{"name":"RtlGetDeviceFamilyInfoEnum","features":[338]},{"name":"RtlGetProductInfo","features":[307,338]},{"name":"RtlGetSystemGlobalData","features":[338]},{"name":"RtlOsDeploymentState","features":[338]},{"name":"RtlSwitchedVVI","features":[338]},{"name":"SCEX2_ALT_NETBIOS_NAME","features":[338]},{"name":"SPVERSION_MASK","features":[338]},{"name":"SUBVERSION_MASK","features":[338]},{"name":"SYSTEM_CPU_SET_INFORMATION","features":[338]},{"name":"SYSTEM_CPU_SET_INFORMATION_ALLOCATED","features":[338]},{"name":"SYSTEM_CPU_SET_INFORMATION_ALLOCATED_TO_TARGET_PROCESS","features":[338]},{"name":"SYSTEM_CPU_SET_INFORMATION_PARKED","features":[338]},{"name":"SYSTEM_CPU_SET_INFORMATION_REALTIME","features":[338]},{"name":"SYSTEM_INFO","features":[338]},{"name":"SYSTEM_LOGICAL_PROCESSOR_INFORMATION","features":[338]},{"name":"SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX","features":[338]},{"name":"SYSTEM_POOL_ZEROING_INFORMATION","features":[307,338]},{"name":"SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION","features":[338]},{"name":"SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION","features":[338]},{"name":"SetComputerNameA","features":[307,338]},{"name":"SetComputerNameEx2W","features":[307,338]},{"name":"SetComputerNameExA","features":[307,338]},{"name":"SetComputerNameExW","features":[307,338]},{"name":"SetComputerNameW","features":[307,338]},{"name":"SetLocalTime","features":[307,338]},{"name":"SetSystemTime","features":[307,338]},{"name":"SetSystemTimeAdjustment","features":[307,338]},{"name":"SetSystemTimeAdjustmentPrecise","features":[307,338]},{"name":"USER_CET_ENVIRONMENT","features":[338]},{"name":"USER_CET_ENVIRONMENT_SGX2_ENCLAVE","features":[338]},{"name":"USER_CET_ENVIRONMENT_VBS_BASIC_ENCLAVE","features":[338]},{"name":"USER_CET_ENVIRONMENT_VBS_ENCLAVE","features":[338]},{"name":"USER_CET_ENVIRONMENT_WIN32_PROCESS","features":[338]},{"name":"VER_BUILDNUMBER","features":[338]},{"name":"VER_FLAGS","features":[338]},{"name":"VER_MAJORVERSION","features":[338]},{"name":"VER_MINORVERSION","features":[338]},{"name":"VER_PLATFORMID","features":[338]},{"name":"VER_PRODUCT_TYPE","features":[338]},{"name":"VER_SERVICEPACKMAJOR","features":[338]},{"name":"VER_SERVICEPACKMINOR","features":[338]},{"name":"VER_SUITENAME","features":[338]},{"name":"VerSetConditionMask","features":[338]},{"name":"VerifyVersionInfoA","features":[307,338]},{"name":"VerifyVersionInfoW","features":[307,338]},{"name":"WDK_NTDDI_VERSION","features":[338]},{"name":"_WIN32_IE_IE100","features":[338]},{"name":"_WIN32_IE_IE110","features":[338]},{"name":"_WIN32_IE_IE20","features":[338]},{"name":"_WIN32_IE_IE30","features":[338]},{"name":"_WIN32_IE_IE302","features":[338]},{"name":"_WIN32_IE_IE40","features":[338]},{"name":"_WIN32_IE_IE401","features":[338]},{"name":"_WIN32_IE_IE50","features":[338]},{"name":"_WIN32_IE_IE501","features":[338]},{"name":"_WIN32_IE_IE55","features":[338]},{"name":"_WIN32_IE_IE60","features":[338]},{"name":"_WIN32_IE_IE60SP1","features":[338]},{"name":"_WIN32_IE_IE60SP2","features":[338]},{"name":"_WIN32_IE_IE70","features":[338]},{"name":"_WIN32_IE_IE80","features":[338]},{"name":"_WIN32_IE_IE90","features":[338]},{"name":"_WIN32_IE_LONGHORN","features":[338]},{"name":"_WIN32_IE_NT4","features":[338]},{"name":"_WIN32_IE_NT4SP1","features":[338]},{"name":"_WIN32_IE_NT4SP2","features":[338]},{"name":"_WIN32_IE_NT4SP3","features":[338]},{"name":"_WIN32_IE_NT4SP4","features":[338]},{"name":"_WIN32_IE_NT4SP5","features":[338]},{"name":"_WIN32_IE_NT4SP6","features":[338]},{"name":"_WIN32_IE_WIN10","features":[338]},{"name":"_WIN32_IE_WIN2K","features":[338]},{"name":"_WIN32_IE_WIN2KSP1","features":[338]},{"name":"_WIN32_IE_WIN2KSP2","features":[338]},{"name":"_WIN32_IE_WIN2KSP3","features":[338]},{"name":"_WIN32_IE_WIN2KSP4","features":[338]},{"name":"_WIN32_IE_WIN6","features":[338]},{"name":"_WIN32_IE_WIN7","features":[338]},{"name":"_WIN32_IE_WIN8","features":[338]},{"name":"_WIN32_IE_WIN98","features":[338]},{"name":"_WIN32_IE_WIN98SE","features":[338]},{"name":"_WIN32_IE_WINBLUE","features":[338]},{"name":"_WIN32_IE_WINME","features":[338]},{"name":"_WIN32_IE_WINTHRESHOLD","features":[338]},{"name":"_WIN32_IE_WS03","features":[338]},{"name":"_WIN32_IE_WS03SP1","features":[338]},{"name":"_WIN32_IE_XP","features":[338]},{"name":"_WIN32_IE_XPSP1","features":[338]},{"name":"_WIN32_IE_XPSP2","features":[338]},{"name":"_WIN32_WINNT_LONGHORN","features":[338]},{"name":"_WIN32_WINNT_NT4","features":[338]},{"name":"_WIN32_WINNT_VISTA","features":[338]},{"name":"_WIN32_WINNT_WIN10","features":[338]},{"name":"_WIN32_WINNT_WIN2K","features":[338]},{"name":"_WIN32_WINNT_WIN6","features":[338]},{"name":"_WIN32_WINNT_WIN7","features":[338]},{"name":"_WIN32_WINNT_WIN8","features":[338]},{"name":"_WIN32_WINNT_WINBLUE","features":[338]},{"name":"_WIN32_WINNT_WINTHRESHOLD","features":[338]},{"name":"_WIN32_WINNT_WINXP","features":[338]},{"name":"_WIN32_WINNT_WS03","features":[338]},{"name":"_WIN32_WINNT_WS08","features":[338]}],"617":[{"name":"ACCESS_ALLOWED_ACE_TYPE","features":[341]},{"name":"ACCESS_ALLOWED_CALLBACK_ACE_TYPE","features":[341]},{"name":"ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_ALLOWED_COMPOUND_ACE_TYPE","features":[341]},{"name":"ACCESS_ALLOWED_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_DENIED_ACE_TYPE","features":[341]},{"name":"ACCESS_DENIED_CALLBACK_ACE_TYPE","features":[341]},{"name":"ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_DENIED_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_DS_OBJECT_TYPE_NAME_A","features":[341]},{"name":"ACCESS_DS_OBJECT_TYPE_NAME_W","features":[341]},{"name":"ACCESS_DS_SOURCE_A","features":[341]},{"name":"ACCESS_DS_SOURCE_W","features":[341]},{"name":"ACCESS_FILTER_SECURITY_INFORMATION","features":[341]},{"name":"ACCESS_MAX_LEVEL","features":[341]},{"name":"ACCESS_MAX_MS_ACE_TYPE","features":[341]},{"name":"ACCESS_MAX_MS_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_MAX_MS_V2_ACE_TYPE","features":[341]},{"name":"ACCESS_MAX_MS_V3_ACE_TYPE","features":[341]},{"name":"ACCESS_MAX_MS_V4_ACE_TYPE","features":[341]},{"name":"ACCESS_MAX_MS_V5_ACE_TYPE","features":[341]},{"name":"ACCESS_MIN_MS_ACE_TYPE","features":[341]},{"name":"ACCESS_MIN_MS_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_OBJECT_GUID","features":[341]},{"name":"ACCESS_PROPERTY_GUID","features":[341]},{"name":"ACCESS_PROPERTY_SET_GUID","features":[341]},{"name":"ACCESS_REASON_DATA_MASK","features":[341]},{"name":"ACCESS_REASON_EXDATA_MASK","features":[341]},{"name":"ACCESS_REASON_STAGING_MASK","features":[341]},{"name":"ACCESS_REASON_TYPE","features":[341]},{"name":"ACCESS_REASON_TYPE_MASK","features":[341]},{"name":"ACCESS_SYSTEM_SECURITY","features":[341]},{"name":"ACL_REVISION1","features":[341]},{"name":"ACL_REVISION2","features":[341]},{"name":"ACL_REVISION3","features":[341]},{"name":"ACL_REVISION4","features":[341]},{"name":"ACPI_PPM_HARDWARE_ALL","features":[341]},{"name":"ACPI_PPM_SOFTWARE_ALL","features":[341]},{"name":"ACPI_PPM_SOFTWARE_ANY","features":[341]},{"name":"ACTIVATION_CONTEXT_INFO_CLASS","features":[341]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_ASSEMBLYREF","features":[341]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_NONE","features":[341]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_URL","features":[341]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_WIN32_FILE","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_APPLICATION_SETTINGS","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_COMPATIBILITY_INFO","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_GLOBAL_OBJECT_RENAME_TABLE","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_WINRT_ACTIVATABLE_CLASSES","features":[341]},{"name":"ALERT_SYSTEM_CRITICAL","features":[341]},{"name":"ALERT_SYSTEM_ERROR","features":[341]},{"name":"ALERT_SYSTEM_INFORMATIONAL","features":[341]},{"name":"ALERT_SYSTEM_QUERY","features":[341]},{"name":"ALERT_SYSTEM_SEV","features":[341]},{"name":"ALERT_SYSTEM_WARNING","features":[341]},{"name":"ALL_POWERSCHEMES_GUID","features":[341]},{"name":"ANON_OBJECT_HEADER","features":[341]},{"name":"ANON_OBJECT_HEADER_BIGOBJ","features":[341]},{"name":"ANON_OBJECT_HEADER_V2","features":[341]},{"name":"ANYSIZE_ARRAY","features":[341]},{"name":"APPCOMMAND_BASS_BOOST","features":[341]},{"name":"APPCOMMAND_BASS_DOWN","features":[341]},{"name":"APPCOMMAND_BASS_UP","features":[341]},{"name":"APPCOMMAND_BROWSER_BACKWARD","features":[341]},{"name":"APPCOMMAND_BROWSER_FAVORITES","features":[341]},{"name":"APPCOMMAND_BROWSER_FORWARD","features":[341]},{"name":"APPCOMMAND_BROWSER_HOME","features":[341]},{"name":"APPCOMMAND_BROWSER_REFRESH","features":[341]},{"name":"APPCOMMAND_BROWSER_SEARCH","features":[341]},{"name":"APPCOMMAND_BROWSER_STOP","features":[341]},{"name":"APPCOMMAND_CLOSE","features":[341]},{"name":"APPCOMMAND_COPY","features":[341]},{"name":"APPCOMMAND_CORRECTION_LIST","features":[341]},{"name":"APPCOMMAND_CUT","features":[341]},{"name":"APPCOMMAND_DELETE","features":[341]},{"name":"APPCOMMAND_DICTATE_OR_COMMAND_CONTROL_TOGGLE","features":[341]},{"name":"APPCOMMAND_DWM_FLIP3D","features":[341]},{"name":"APPCOMMAND_FIND","features":[341]},{"name":"APPCOMMAND_FORWARD_MAIL","features":[341]},{"name":"APPCOMMAND_HELP","features":[341]},{"name":"APPCOMMAND_ID","features":[341]},{"name":"APPCOMMAND_LAUNCH_APP1","features":[341]},{"name":"APPCOMMAND_LAUNCH_APP2","features":[341]},{"name":"APPCOMMAND_LAUNCH_MAIL","features":[341]},{"name":"APPCOMMAND_LAUNCH_MEDIA_SELECT","features":[341]},{"name":"APPCOMMAND_MEDIA_CHANNEL_DOWN","features":[341]},{"name":"APPCOMMAND_MEDIA_CHANNEL_UP","features":[341]},{"name":"APPCOMMAND_MEDIA_FAST_FORWARD","features":[341]},{"name":"APPCOMMAND_MEDIA_NEXTTRACK","features":[341]},{"name":"APPCOMMAND_MEDIA_PAUSE","features":[341]},{"name":"APPCOMMAND_MEDIA_PLAY","features":[341]},{"name":"APPCOMMAND_MEDIA_PLAY_PAUSE","features":[341]},{"name":"APPCOMMAND_MEDIA_PREVIOUSTRACK","features":[341]},{"name":"APPCOMMAND_MEDIA_RECORD","features":[341]},{"name":"APPCOMMAND_MEDIA_REWIND","features":[341]},{"name":"APPCOMMAND_MEDIA_STOP","features":[341]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_DOWN","features":[341]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_MUTE","features":[341]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_UP","features":[341]},{"name":"APPCOMMAND_MIC_ON_OFF_TOGGLE","features":[341]},{"name":"APPCOMMAND_NEW","features":[341]},{"name":"APPCOMMAND_OPEN","features":[341]},{"name":"APPCOMMAND_PASTE","features":[341]},{"name":"APPCOMMAND_PRINT","features":[341]},{"name":"APPCOMMAND_REDO","features":[341]},{"name":"APPCOMMAND_REPLY_TO_MAIL","features":[341]},{"name":"APPCOMMAND_SAVE","features":[341]},{"name":"APPCOMMAND_SEND_MAIL","features":[341]},{"name":"APPCOMMAND_SPELL_CHECK","features":[341]},{"name":"APPCOMMAND_TREBLE_DOWN","features":[341]},{"name":"APPCOMMAND_TREBLE_UP","features":[341]},{"name":"APPCOMMAND_UNDO","features":[341]},{"name":"APPCOMMAND_VOLUME_DOWN","features":[341]},{"name":"APPCOMMAND_VOLUME_MUTE","features":[341]},{"name":"APPCOMMAND_VOLUME_UP","features":[341]},{"name":"APPLICATIONLAUNCH_SETTING_VALUE","features":[341]},{"name":"APPLICATION_ERROR_MASK","features":[341]},{"name":"ARM64_FNPDATA_CR","features":[341]},{"name":"ARM64_FNPDATA_FLAGS","features":[341]},{"name":"ARM64_MAX_BREAKPOINTS","features":[341]},{"name":"ARM64_MAX_WATCHPOINTS","features":[341]},{"name":"ARM64_MULT_INTRINSICS_SUPPORTED","features":[341]},{"name":"ARM64_PREFETCH_KEEP","features":[341]},{"name":"ARM64_PREFETCH_L1","features":[341]},{"name":"ARM64_PREFETCH_L2","features":[341]},{"name":"ARM64_PREFETCH_L3","features":[341]},{"name":"ARM64_PREFETCH_PLD","features":[341]},{"name":"ARM64_PREFETCH_PLI","features":[341]},{"name":"ARM64_PREFETCH_PST","features":[341]},{"name":"ARM64_PREFETCH_STRM","features":[341]},{"name":"ARM_CACHE_ALIGNMENT_SIZE","features":[341]},{"name":"ARM_MAX_BREAKPOINTS","features":[341]},{"name":"ARM_MAX_WATCHPOINTS","features":[341]},{"name":"ASSERT_BREAKPOINT","features":[341]},{"name":"ATF_FLAGS","features":[341]},{"name":"ATF_ONOFFFEEDBACK","features":[341]},{"name":"ATF_TIMEOUTON","features":[341]},{"name":"AUDIT_ALLOW_NO_PRIVILEGE","features":[341]},{"name":"AccessReasonAllowedAce","features":[341]},{"name":"AccessReasonAllowedParentAce","features":[341]},{"name":"AccessReasonDeniedAce","features":[341]},{"name":"AccessReasonDeniedParentAce","features":[341]},{"name":"AccessReasonEmptyDacl","features":[341]},{"name":"AccessReasonFilterAce","features":[341]},{"name":"AccessReasonFromPrivilege","features":[341]},{"name":"AccessReasonIntegrityLevel","features":[341]},{"name":"AccessReasonMissingPrivilege","features":[341]},{"name":"AccessReasonNoGrant","features":[341]},{"name":"AccessReasonNoSD","features":[341]},{"name":"AccessReasonNone","features":[341]},{"name":"AccessReasonNotGrantedByCape","features":[341]},{"name":"AccessReasonNotGrantedByParentCape","features":[341]},{"name":"AccessReasonNotGrantedToAppContainer","features":[341]},{"name":"AccessReasonNullDacl","features":[341]},{"name":"AccessReasonOwnership","features":[341]},{"name":"AccessReasonTrustLabel","features":[341]},{"name":"ActivationContextBasicInformation","features":[341]},{"name":"ActivationContextDetailedInformation","features":[341]},{"name":"ActivationContextManifestResourceName","features":[341]},{"name":"AdapterType","features":[341]},{"name":"AssemblyDetailedInformationInActivationContext","features":[341]},{"name":"AssemblyDetailedInformationInActivationContxt","features":[341]},{"name":"AutoLoad","features":[341]},{"name":"BATTERY_DISCHARGE_FLAGS_ENABLE","features":[341]},{"name":"BATTERY_DISCHARGE_FLAGS_EVENTCODE_MASK","features":[341]},{"name":"BREAK_DEBUG_BASE","features":[341]},{"name":"BootLoad","features":[341]},{"name":"CACHE_FULLY_ASSOCIATIVE","features":[341]},{"name":"CFE_UNDERLINE","features":[341]},{"name":"CFG_CALL_TARGET_CONVERT_EXPORT_SUPPRESSED_TO_VALID","features":[341]},{"name":"CFG_CALL_TARGET_CONVERT_XFG_TO_CFG","features":[341]},{"name":"CFG_CALL_TARGET_PROCESSED","features":[341]},{"name":"CFG_CALL_TARGET_VALID","features":[341]},{"name":"CFG_CALL_TARGET_VALID_XFG","features":[341]},{"name":"CFU_CF1UNDERLINE","features":[341]},{"name":"CFU_INVERT","features":[341]},{"name":"CFU_UNDERLINE","features":[341]},{"name":"CFU_UNDERLINEDASH","features":[341]},{"name":"CFU_UNDERLINEDASHDOT","features":[341]},{"name":"CFU_UNDERLINEDASHDOTDOT","features":[341]},{"name":"CFU_UNDERLINEDOTTED","features":[341]},{"name":"CFU_UNDERLINEDOUBLE","features":[341]},{"name":"CFU_UNDERLINEDOUBLEWAVE","features":[341]},{"name":"CFU_UNDERLINEHAIRLINE","features":[341]},{"name":"CFU_UNDERLINEHEAVYWAVE","features":[341]},{"name":"CFU_UNDERLINELONGDASH","features":[341]},{"name":"CFU_UNDERLINENONE","features":[341]},{"name":"CFU_UNDERLINETHICK","features":[341]},{"name":"CFU_UNDERLINETHICKDASH","features":[341]},{"name":"CFU_UNDERLINETHICKDASHDOT","features":[341]},{"name":"CFU_UNDERLINETHICKDASHDOTDOT","features":[341]},{"name":"CFU_UNDERLINETHICKDOTTED","features":[341]},{"name":"CFU_UNDERLINETHICKLONGDASH","features":[341]},{"name":"CFU_UNDERLINEWAVE","features":[341]},{"name":"CFU_UNDERLINEWORD","features":[341]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION","features":[341]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1","features":[341]},{"name":"CLAIM_SECURITY_ATTRIBUTE_CUSTOM_FLAGS","features":[341]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_INVALID","features":[341]},{"name":"CM_SERVICE_MEASURED_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_NETWORK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_RAM_DISK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_SD_DISK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_USB3_DISK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_USB_DISK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_VERIFIER_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_VIRTUAL_DISK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_WINPE_BOOT_LOAD","features":[341]},{"name":"COMIMAGE_FLAGS_32BITPREFERRED","features":[341]},{"name":"COMIMAGE_FLAGS_32BITREQUIRED","features":[341]},{"name":"COMIMAGE_FLAGS_ILONLY","features":[341]},{"name":"COMIMAGE_FLAGS_IL_LIBRARY","features":[341]},{"name":"COMIMAGE_FLAGS_NATIVE_ENTRYPOINT","features":[341]},{"name":"COMIMAGE_FLAGS_STRONGNAMESIGNED","features":[341]},{"name":"COMIMAGE_FLAGS_TRACKDEBUGDATA","features":[341]},{"name":"COMPONENT_FILTER","features":[341]},{"name":"COMPONENT_KTM","features":[341]},{"name":"COMPONENT_VALID_FLAGS","features":[341]},{"name":"COMPRESSION_ENGINE_HIBER","features":[341]},{"name":"COMPRESSION_ENGINE_MAXIMUM","features":[341]},{"name":"COMPRESSION_ENGINE_STANDARD","features":[341]},{"name":"CORE_PARKING_POLICY_CHANGE_IDEAL","features":[341]},{"name":"CORE_PARKING_POLICY_CHANGE_MAX","features":[341]},{"name":"CORE_PARKING_POLICY_CHANGE_MULTISTEP","features":[341]},{"name":"CORE_PARKING_POLICY_CHANGE_ROCKET","features":[341]},{"name":"CORE_PARKING_POLICY_CHANGE_SINGLE","features":[341]},{"name":"COR_DELETED_NAME_LENGTH","features":[341]},{"name":"COR_ILMETHOD_SECT_SMALL_MAX_DATASIZE","features":[341]},{"name":"COR_VERSION_MAJOR","features":[341]},{"name":"COR_VERSION_MAJOR_V2","features":[341]},{"name":"COR_VERSION_MINOR","features":[341]},{"name":"COR_VTABLEGAP_NAME_LENGTH","features":[341]},{"name":"COR_VTABLE_32BIT","features":[341]},{"name":"COR_VTABLE_64BIT","features":[341]},{"name":"COR_VTABLE_CALL_MOST_DERIVED","features":[341]},{"name":"COR_VTABLE_FROM_UNMANAGED","features":[341]},{"name":"COR_VTABLE_FROM_UNMANAGED_RETAIN_APPDOMAIN","features":[341]},{"name":"CREATE_BOUNDARY_DESCRIPTOR_ADD_APPCONTAINER_SID","features":[341]},{"name":"CRITICAL_ACE_FLAG","features":[341]},{"name":"CTMF_INCLUDE_APPCONTAINER","features":[341]},{"name":"CTMF_INCLUDE_LPAC","features":[341]},{"name":"CompatibilityInformationInActivationContext","features":[341]},{"name":"CriticalError","features":[341]},{"name":"DECIMAL_NEG","features":[341]},{"name":"DEDICATED_MEMORY_CACHE_ELIGIBLE","features":[341]},{"name":"DEVICEFAMILYDEVICEFORM_KEY","features":[341]},{"name":"DEVICEFAMILYDEVICEFORM_VALUE","features":[341]},{"name":"DIAGNOSTIC_REASON_DETAILED_STRING","features":[341]},{"name":"DIAGNOSTIC_REASON_NOT_SPECIFIED","features":[341]},{"name":"DIAGNOSTIC_REASON_SIMPLE_STRING","features":[341]},{"name":"DIAGNOSTIC_REASON_VERSION","features":[341]},{"name":"DISCHARGE_POLICY_CRITICAL","features":[341]},{"name":"DISCHARGE_POLICY_LOW","features":[341]},{"name":"DISPATCHER_CONTEXT_NONVOLREG_ARM64","features":[341]},{"name":"DLL_PROCESS_ATTACH","features":[341]},{"name":"DLL_PROCESS_DETACH","features":[341]},{"name":"DLL_THREAD_ATTACH","features":[341]},{"name":"DLL_THREAD_DETACH","features":[341]},{"name":"DOMAIN_ALIAS_RID_ACCESS_CONTROL_ASSISTANCE_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_ACCOUNT_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_ADMINS","features":[341]},{"name":"DOMAIN_ALIAS_RID_AUTHORIZATIONACCESS","features":[341]},{"name":"DOMAIN_ALIAS_RID_BACKUP_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_CACHEABLE_PRINCIPALS_GROUP","features":[341]},{"name":"DOMAIN_ALIAS_RID_CERTSVC_DCOM_ACCESS_GROUP","features":[341]},{"name":"DOMAIN_ALIAS_RID_CRYPTO_OPERATORS","features":[341]},{"name":"DOMAIN_ALIAS_RID_DCOM_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_DEFAULT_ACCOUNT","features":[341]},{"name":"DOMAIN_ALIAS_RID_DEVICE_OWNERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_EVENT_LOG_READERS_GROUP","features":[341]},{"name":"DOMAIN_ALIAS_RID_GUESTS","features":[341]},{"name":"DOMAIN_ALIAS_RID_HYPER_V_ADMINS","features":[341]},{"name":"DOMAIN_ALIAS_RID_INCOMING_FOREST_TRUST_BUILDERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_IUSERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_LOGGING_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_MONITORING_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_NETWORK_CONFIGURATION_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_NON_CACHEABLE_PRINCIPALS_GROUP","features":[341]},{"name":"DOMAIN_ALIAS_RID_POWER_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_PREW2KCOMPACCESS","features":[341]},{"name":"DOMAIN_ALIAS_RID_PRINT_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_RAS_SERVERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_RDS_ENDPOINT_SERVERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_RDS_MANAGEMENT_SERVERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_RDS_REMOTE_ACCESS_SERVERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_REMOTE_MANAGEMENT_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_REPLICATOR","features":[341]},{"name":"DOMAIN_ALIAS_RID_STORAGE_REPLICA_ADMINS","features":[341]},{"name":"DOMAIN_ALIAS_RID_SYSTEM_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_TS_LICENSE_SERVERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_USERS","features":[341]},{"name":"DOMAIN_GROUP_RID_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_AUTHORIZATION_DATA_CONTAINS_CLAIMS","features":[341]},{"name":"DOMAIN_GROUP_RID_AUTHORIZATION_DATA_IS_COMPOUNDED","features":[341]},{"name":"DOMAIN_GROUP_RID_CDC_RESERVED","features":[341]},{"name":"DOMAIN_GROUP_RID_CERT_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_CLONEABLE_CONTROLLERS","features":[341]},{"name":"DOMAIN_GROUP_RID_COMPUTERS","features":[341]},{"name":"DOMAIN_GROUP_RID_CONTROLLERS","features":[341]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_KEY_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_READONLY_DOMAIN_CONTROLLERS","features":[341]},{"name":"DOMAIN_GROUP_RID_GUESTS","features":[341]},{"name":"DOMAIN_GROUP_RID_KEY_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_POLICY_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_PROTECTED_USERS","features":[341]},{"name":"DOMAIN_GROUP_RID_READONLY_CONTROLLERS","features":[341]},{"name":"DOMAIN_GROUP_RID_SCHEMA_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_USERS","features":[341]},{"name":"DOMAIN_USER_RID_ADMIN","features":[341]},{"name":"DOMAIN_USER_RID_DEFAULT_ACCOUNT","features":[341]},{"name":"DOMAIN_USER_RID_GUEST","features":[341]},{"name":"DOMAIN_USER_RID_KRBTGT","features":[341]},{"name":"DOMAIN_USER_RID_MAX","features":[341]},{"name":"DOMAIN_USER_RID_WDAG_ACCOUNT","features":[341]},{"name":"DYNAMIC_EH_CONTINUATION_TARGET_ADD","features":[341]},{"name":"DYNAMIC_EH_CONTINUATION_TARGET_PROCESSED","features":[341]},{"name":"DYNAMIC_ENFORCED_ADDRESS_RANGE_ADD","features":[341]},{"name":"DYNAMIC_ENFORCED_ADDRESS_RANGE_PROCESSED","features":[341]},{"name":"DemandLoad","features":[341]},{"name":"DisableLoad","features":[341]},{"name":"DriverType","features":[341]},{"name":"EMARCH_ENC_I17_IC_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IC_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IC_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IC_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41a_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41a_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41a_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41a_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41b_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41b_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41b_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41b_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41c_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41c_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41c_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41c_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM5C_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM5C_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM5C_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM5C_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM7B_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM7B_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM7B_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM7B_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM9D_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM9D_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM9D_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM9D_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_SIGN_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_SIGN_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_SIGN_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_SIGN_VAL_POS_X","features":[341]},{"name":"ENCLAVE_LONG_ID_LENGTH","features":[341]},{"name":"ENCLAVE_SHORT_ID_LENGTH","features":[341]},{"name":"ENCLAVE_TYPE_SGX","features":[341]},{"name":"ENCLAVE_TYPE_SGX2","features":[341]},{"name":"ENCLAVE_TYPE_VBS","features":[341]},{"name":"ENCLAVE_TYPE_VBS_BASIC","features":[341]},{"name":"ENCLAVE_VBS_FLAG_DEBUG","features":[341]},{"name":"ENLISTMENT_BASIC_INFORMATION","features":[341]},{"name":"ENLISTMENT_CRM_INFORMATION","features":[341]},{"name":"ENLISTMENT_INFORMATION_CLASS","features":[341]},{"name":"ENLISTMENT_QUERY_INFORMATION","features":[341]},{"name":"ENLISTMENT_RECOVER","features":[341]},{"name":"ENLISTMENT_SET_INFORMATION","features":[341]},{"name":"ENLISTMENT_SUBORDINATE_RIGHTS","features":[341]},{"name":"ENLISTMENT_SUPERIOR_RIGHTS","features":[341]},{"name":"ERROR_SEVERITY_ERROR","features":[341]},{"name":"ERROR_SEVERITY_INFORMATIONAL","features":[341]},{"name":"ERROR_SEVERITY_SUCCESS","features":[341]},{"name":"ERROR_SEVERITY_WARNING","features":[341]},{"name":"EVENTLOG_BACKWARDS_READ","features":[341]},{"name":"EVENTLOG_END_ALL_PAIRED_EVENTS","features":[341]},{"name":"EVENTLOG_END_PAIRED_EVENT","features":[341]},{"name":"EVENTLOG_FORWARDS_READ","features":[341]},{"name":"EVENTLOG_PAIRED_EVENT_ACTIVE","features":[341]},{"name":"EVENTLOG_PAIRED_EVENT_INACTIVE","features":[341]},{"name":"EVENTLOG_START_PAIRED_EVENT","features":[341]},{"name":"EXCEPTION_COLLIDED_UNWIND","features":[341]},{"name":"EXCEPTION_EXECUTE_FAULT","features":[341]},{"name":"EXCEPTION_EXIT_UNWIND","features":[341]},{"name":"EXCEPTION_MAXIMUM_PARAMETERS","features":[341]},{"name":"EXCEPTION_NESTED_CALL","features":[341]},{"name":"EXCEPTION_NONCONTINUABLE","features":[341]},{"name":"EXCEPTION_READ_FAULT","features":[341]},{"name":"EXCEPTION_SOFTWARE_ORIGINATE","features":[341]},{"name":"EXCEPTION_STACK_INVALID","features":[341]},{"name":"EXCEPTION_TARGET_UNWIND","features":[341]},{"name":"EXCEPTION_UNWINDING","features":[341]},{"name":"EXCEPTION_WRITE_FAULT","features":[341]},{"name":"EnlistmentBasicInformation","features":[341]},{"name":"EnlistmentCrmInformation","features":[341]},{"name":"EnlistmentRecoveryInformation","features":[341]},{"name":"FAST_FAIL_ADMINLESS_ACCESS_DENIED","features":[341]},{"name":"FAST_FAIL_APCS_DISABLED","features":[341]},{"name":"FAST_FAIL_CAST_GUARD","features":[341]},{"name":"FAST_FAIL_CERTIFICATION_FAILURE","features":[341]},{"name":"FAST_FAIL_CONTROL_INVALID_RETURN_ADDRESS","features":[341]},{"name":"FAST_FAIL_CORRUPT_LIST_ENTRY","features":[341]},{"name":"FAST_FAIL_CRYPTO_LIBRARY","features":[341]},{"name":"FAST_FAIL_DEPRECATED_SERVICE_INVOKED","features":[341]},{"name":"FAST_FAIL_DLOAD_PROTECTION_FAILURE","features":[341]},{"name":"FAST_FAIL_ENCLAVE_CALL_FAILURE","features":[341]},{"name":"FAST_FAIL_ETW_CORRUPTION","features":[341]},{"name":"FAST_FAIL_FATAL_APP_EXIT","features":[341]},{"name":"FAST_FAIL_FLAGS_CORRUPTION","features":[341]},{"name":"FAST_FAIL_GS_COOKIE_INIT","features":[341]},{"name":"FAST_FAIL_GUARD_EXPORT_SUPPRESSION_FAILURE","features":[341]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_FAILURE","features":[341]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_FAILURE_XFG","features":[341]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_SUPPRESSED","features":[341]},{"name":"FAST_FAIL_GUARD_JUMPTABLE","features":[341]},{"name":"FAST_FAIL_GUARD_SS_FAILURE","features":[341]},{"name":"FAST_FAIL_GUARD_WRITE_CHECK_FAILURE","features":[341]},{"name":"FAST_FAIL_HEAP_METADATA_CORRUPTION","features":[341]},{"name":"FAST_FAIL_HOST_VISIBILITY_CHANGE","features":[341]},{"name":"FAST_FAIL_INCORRECT_STACK","features":[341]},{"name":"FAST_FAIL_INVALID_ARG","features":[341]},{"name":"FAST_FAIL_INVALID_BALANCED_TREE","features":[341]},{"name":"FAST_FAIL_INVALID_BUFFER_ACCESS","features":[341]},{"name":"FAST_FAIL_INVALID_CALL_IN_DLL_CALLOUT","features":[341]},{"name":"FAST_FAIL_INVALID_CONTROL_STACK","features":[341]},{"name":"FAST_FAIL_INVALID_DISPATCH_CONTEXT","features":[341]},{"name":"FAST_FAIL_INVALID_EXCEPTION_CHAIN","features":[341]},{"name":"FAST_FAIL_INVALID_FAST_FAIL_CODE","features":[341]},{"name":"FAST_FAIL_INVALID_FIBER_SWITCH","features":[341]},{"name":"FAST_FAIL_INVALID_FILE_OPERATION","features":[341]},{"name":"FAST_FAIL_INVALID_FLS_DATA","features":[341]},{"name":"FAST_FAIL_INVALID_IAT","features":[341]},{"name":"FAST_FAIL_INVALID_IDLE_STATE","features":[341]},{"name":"FAST_FAIL_INVALID_IMAGE_BASE","features":[341]},{"name":"FAST_FAIL_INVALID_JUMP_BUFFER","features":[341]},{"name":"FAST_FAIL_INVALID_LOCK_STATE","features":[341]},{"name":"FAST_FAIL_INVALID_LONGJUMP_TARGET","features":[341]},{"name":"FAST_FAIL_INVALID_NEXT_THREAD","features":[341]},{"name":"FAST_FAIL_INVALID_PFN","features":[341]},{"name":"FAST_FAIL_INVALID_REFERENCE_COUNT","features":[341]},{"name":"FAST_FAIL_INVALID_SET_OF_CONTEXT","features":[341]},{"name":"FAST_FAIL_INVALID_SYSCALL_NUMBER","features":[341]},{"name":"FAST_FAIL_INVALID_THREAD","features":[341]},{"name":"FAST_FAIL_KERNEL_CET_SHADOW_STACK_ASSIST","features":[341]},{"name":"FAST_FAIL_LEGACY_GS_VIOLATION","features":[341]},{"name":"FAST_FAIL_LOADER_CONTINUITY_FAILURE","features":[341]},{"name":"FAST_FAIL_LOW_LABEL_ACCESS_DENIED","features":[341]},{"name":"FAST_FAIL_LPAC_ACCESS_DENIED","features":[341]},{"name":"FAST_FAIL_MRDATA_MODIFIED","features":[341]},{"name":"FAST_FAIL_MRDATA_PROTECTION_FAILURE","features":[341]},{"name":"FAST_FAIL_NTDLL_PATCH_FAILED","features":[341]},{"name":"FAST_FAIL_PATCH_CALLBACK_FAILED","features":[341]},{"name":"FAST_FAIL_PAYLOAD_RESTRICTION_VIOLATION","features":[341]},{"name":"FAST_FAIL_RANGE_CHECK_FAILURE","features":[341]},{"name":"FAST_FAIL_RIO_ABORT","features":[341]},{"name":"FAST_FAIL_SET_CONTEXT_DENIED","features":[341]},{"name":"FAST_FAIL_STACK_COOKIE_CHECK_FAILURE","features":[341]},{"name":"FAST_FAIL_UNEXPECTED_CALL","features":[341]},{"name":"FAST_FAIL_UNEXPECTED_HEAP_EXCEPTION","features":[341]},{"name":"FAST_FAIL_UNEXPECTED_HOST_BEHAVIOR","features":[341]},{"name":"FAST_FAIL_UNHANDLED_LSS_EXCEPTON","features":[341]},{"name":"FAST_FAIL_UNSAFE_EXTENSION_CALL","features":[341]},{"name":"FAST_FAIL_UNSAFE_REGISTRY_ACCESS","features":[341]},{"name":"FAST_FAIL_VEH_CORRUPTION","features":[341]},{"name":"FAST_FAIL_VTGUARD_CHECK_FAILURE","features":[341]},{"name":"FILE_ATTRIBUTE_STRICTLY_SEQUENTIAL","features":[341]},{"name":"FILE_CASE_PRESERVED_NAMES","features":[341]},{"name":"FILE_CASE_SENSITIVE_SEARCH","features":[341]},{"name":"FILE_CS_FLAG_CASE_SENSITIVE_DIR","features":[341]},{"name":"FILE_DAX_VOLUME","features":[341]},{"name":"FILE_FILE_COMPRESSION","features":[341]},{"name":"FILE_NAMED_STREAMS","features":[341]},{"name":"FILE_NAME_FLAGS_UNSPECIFIED","features":[341]},{"name":"FILE_NAME_FLAG_BOTH","features":[341]},{"name":"FILE_NAME_FLAG_DOS","features":[341]},{"name":"FILE_NAME_FLAG_HARDLINK","features":[341]},{"name":"FILE_NAME_FLAG_NTFS","features":[341]},{"name":"FILE_NOTIFY_FULL_INFORMATION","features":[341]},{"name":"FILE_PERSISTENT_ACLS","features":[341]},{"name":"FILE_READ_ONLY_VOLUME","features":[341]},{"name":"FILE_RETURNS_CLEANUP_RESULT_INFO","features":[341]},{"name":"FILE_SEQUENTIAL_WRITE_ONCE","features":[341]},{"name":"FILE_SUPPORTS_BLOCK_REFCOUNTING","features":[341]},{"name":"FILE_SUPPORTS_BYPASS_IO","features":[341]},{"name":"FILE_SUPPORTS_CASE_SENSITIVE_DIRS","features":[341]},{"name":"FILE_SUPPORTS_ENCRYPTION","features":[341]},{"name":"FILE_SUPPORTS_EXTENDED_ATTRIBUTES","features":[341]},{"name":"FILE_SUPPORTS_GHOSTING","features":[341]},{"name":"FILE_SUPPORTS_HARD_LINKS","features":[341]},{"name":"FILE_SUPPORTS_INTEGRITY_STREAMS","features":[341]},{"name":"FILE_SUPPORTS_OBJECT_IDS","features":[341]},{"name":"FILE_SUPPORTS_OPEN_BY_FILE_ID","features":[341]},{"name":"FILE_SUPPORTS_POSIX_UNLINK_RENAME","features":[341]},{"name":"FILE_SUPPORTS_REMOTE_STORAGE","features":[341]},{"name":"FILE_SUPPORTS_REPARSE_POINTS","features":[341]},{"name":"FILE_SUPPORTS_SPARSE_FILES","features":[341]},{"name":"FILE_SUPPORTS_SPARSE_VDL","features":[341]},{"name":"FILE_SUPPORTS_STREAM_SNAPSHOTS","features":[341]},{"name":"FILE_SUPPORTS_TRANSACTIONS","features":[341]},{"name":"FILE_SUPPORTS_USN_JOURNAL","features":[341]},{"name":"FILE_UNICODE_ON_DISK","features":[341]},{"name":"FILE_VOLUME_IS_COMPRESSED","features":[341]},{"name":"FILE_VOLUME_QUOTAS","features":[341]},{"name":"FILL_NV_MEMORY_FLAG_FLUSH","features":[341]},{"name":"FILL_NV_MEMORY_FLAG_NON_TEMPORAL","features":[341]},{"name":"FILL_NV_MEMORY_FLAG_NO_DRAIN","features":[341]},{"name":"FLS_MAXIMUM_AVAILABLE","features":[341]},{"name":"FLUSH_FLAGS_FILE_DATA_ONLY","features":[341]},{"name":"FLUSH_FLAGS_FILE_DATA_SYNC_ONLY","features":[341]},{"name":"FLUSH_FLAGS_NO_SYNC","features":[341]},{"name":"FLUSH_NV_MEMORY_IN_FLAG_NO_DRAIN","features":[341]},{"name":"FOREST_USER_RID_MAX","features":[341]},{"name":"FRAME_FPO","features":[341]},{"name":"FRAME_NONFPO","features":[341]},{"name":"FRAME_TRAP","features":[341]},{"name":"FRAME_TSS","features":[341]},{"name":"FileInformationInAssemblyOfAssemblyInActivationContext","features":[341]},{"name":"FileInformationInAssemblyOfAssemblyInActivationContxt","features":[341]},{"name":"FileSystemType","features":[341]},{"name":"GC_ALLGESTURES","features":[341]},{"name":"GC_PAN","features":[341]},{"name":"GC_PAN_WITH_GUTTER","features":[341]},{"name":"GC_PAN_WITH_INERTIA","features":[341]},{"name":"GC_PAN_WITH_SINGLE_FINGER_HORIZONTALLY","features":[341]},{"name":"GC_PAN_WITH_SINGLE_FINGER_VERTICALLY","features":[341]},{"name":"GC_PRESSANDTAP","features":[341]},{"name":"GC_ROLLOVER","features":[341]},{"name":"GC_ROTATE","features":[341]},{"name":"GC_TWOFINGERTAP","features":[341]},{"name":"GC_ZOOM","features":[341]},{"name":"GDI_NONREMOTE","features":[358,341]},{"name":"GESTURECONFIG_FLAGS","features":[341]},{"name":"GUID_ACDC_POWER_SOURCE","features":[341]},{"name":"GUID_ACTIVE_POWERSCHEME","features":[341]},{"name":"GUID_ADAPTIVE_INPUT_CONTROLLER_STATE","features":[341]},{"name":"GUID_ADAPTIVE_POWER_BEHAVIOR_SUBGROUP","features":[341]},{"name":"GUID_ADVANCED_COLOR_QUALITY_BIAS","features":[341]},{"name":"GUID_ALLOW_AWAYMODE","features":[341]},{"name":"GUID_ALLOW_DISPLAY_REQUIRED","features":[341]},{"name":"GUID_ALLOW_RTC_WAKE","features":[341]},{"name":"GUID_ALLOW_STANDBY_STATES","features":[341]},{"name":"GUID_ALLOW_SYSTEM_REQUIRED","features":[341]},{"name":"GUID_APPLAUNCH_BUTTON","features":[341]},{"name":"GUID_BACKGROUND_TASK_NOTIFICATION","features":[341]},{"name":"GUID_BATTERY_COUNT","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_0","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_1","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_2","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_3","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_0","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_1","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_2","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_3","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_0","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_1","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_2","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_3","features":[341]},{"name":"GUID_BATTERY_PERCENTAGE_REMAINING","features":[341]},{"name":"GUID_BATTERY_SUBGROUP","features":[341]},{"name":"GUID_CONNECTIVITY_IN_STANDBY","features":[341]},{"name":"GUID_CONSOLE_DISPLAY_STATE","features":[341]},{"name":"GUID_CRITICAL_POWER_TRANSITION","features":[341]},{"name":"GUID_DEEP_SLEEP_ENABLED","features":[341]},{"name":"GUID_DEEP_SLEEP_PLATFORM_STATE","features":[341]},{"name":"GUID_DEVICE_IDLE_POLICY","features":[341]},{"name":"GUID_DEVICE_POWER_POLICY_VIDEO_BRIGHTNESS","features":[341]},{"name":"GUID_DEVICE_POWER_POLICY_VIDEO_DIM_BRIGHTNESS","features":[341]},{"name":"GUID_DISCONNECTED_STANDBY_MODE","features":[341]},{"name":"GUID_DISK_ADAPTIVE_POWERDOWN","features":[341]},{"name":"GUID_DISK_BURST_IGNORE_THRESHOLD","features":[341]},{"name":"GUID_DISK_COALESCING_POWERDOWN_TIMEOUT","features":[341]},{"name":"GUID_DISK_IDLE_TIMEOUT","features":[341]},{"name":"GUID_DISK_MAX_POWER","features":[341]},{"name":"GUID_DISK_NVME_NOPPME","features":[341]},{"name":"GUID_DISK_POWERDOWN_TIMEOUT","features":[341]},{"name":"GUID_DISK_SUBGROUP","features":[341]},{"name":"GUID_ENABLE_SWITCH_FORCED_SHUTDOWN","features":[341]},{"name":"GUID_ENERGY_SAVER_BATTERY_THRESHOLD","features":[341]},{"name":"GUID_ENERGY_SAVER_BRIGHTNESS","features":[341]},{"name":"GUID_ENERGY_SAVER_POLICY","features":[341]},{"name":"GUID_ENERGY_SAVER_SUBGROUP","features":[341]},{"name":"GUID_EXECUTION_REQUIRED_REQUEST_TIMEOUT","features":[341]},{"name":"GUID_GLOBAL_USER_PRESENCE","features":[341]},{"name":"GUID_GPU_PREFERENCE_POLICY","features":[341]},{"name":"GUID_GRAPHICS_SUBGROUP","features":[341]},{"name":"GUID_HIBERNATE_FASTS4_POLICY","features":[341]},{"name":"GUID_HIBERNATE_TIMEOUT","features":[341]},{"name":"GUID_HUPR_ADAPTIVE_AWAY_DIM_TIMEOUT","features":[341]},{"name":"GUID_HUPR_ADAPTIVE_AWAY_DISPLAY_TIMEOUT","features":[341]},{"name":"GUID_HUPR_ADAPTIVE_INATTENTIVE_DIM_TIMEOUT","features":[341]},{"name":"GUID_HUPR_ADAPTIVE_INATTENTIVE_DISPLAY_TIMEOUT","features":[341]},{"name":"GUID_IDLE_BACKGROUND_TASK","features":[341]},{"name":"GUID_IDLE_RESILIENCY_PERIOD","features":[341]},{"name":"GUID_IDLE_RESILIENCY_SUBGROUP","features":[341]},{"name":"GUID_INTSTEER_LOAD_PER_PROC_TRIGGER","features":[341]},{"name":"GUID_INTSTEER_MODE","features":[341]},{"name":"GUID_INTSTEER_SUBGROUP","features":[341]},{"name":"GUID_INTSTEER_TIME_UNPARK_TRIGGER","features":[341]},{"name":"GUID_LEGACY_RTC_MITIGATION","features":[341]},{"name":"GUID_LIDCLOSE_ACTION","features":[341]},{"name":"GUID_LIDOPEN_POWERSTATE","features":[341]},{"name":"GUID_LIDSWITCH_STATE_CHANGE","features":[341]},{"name":"GUID_LIDSWITCH_STATE_RELIABILITY","features":[341]},{"name":"GUID_LOCK_CONSOLE_ON_WAKE","features":[341]},{"name":"GUID_MAX_POWER_SAVINGS","features":[341]},{"name":"GUID_MIN_POWER_SAVINGS","features":[341]},{"name":"GUID_MIXED_REALITY_MODE","features":[341]},{"name":"GUID_MONITOR_POWER_ON","features":[341]},{"name":"GUID_NON_ADAPTIVE_INPUT_TIMEOUT","features":[341]},{"name":"GUID_PCIEXPRESS_ASPM_POLICY","features":[341]},{"name":"GUID_PCIEXPRESS_SETTINGS_SUBGROUP","features":[341]},{"name":"GUID_POWERBUTTON_ACTION","features":[341]},{"name":"GUID_POWERSCHEME_PERSONALITY","features":[341]},{"name":"GUID_POWER_SAVING_STATUS","features":[341]},{"name":"GUID_PROCESSOR_ALLOW_THROTTLING","features":[341]},{"name":"GUID_PROCESSOR_CLASS0_FLOOR_PERF","features":[341]},{"name":"GUID_PROCESSOR_CLASS1_INITIAL_PERF","features":[341]},{"name":"GUID_PROCESSOR_COMPLEX_PARKING_POLICY","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_HISTORY_DECREASE_FACTOR","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_HISTORY_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_WEIGHTING","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_MAX_CORES","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_MAX_CORES_1","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_MIN_CORES","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_MIN_CORES_1","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_HISTORY_DECREASE_FACTOR","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_HISTORY_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_WEIGHTING","features":[341]},{"name":"GUID_PROCESSOR_DISTRIBUTE_UTILITY","features":[341]},{"name":"GUID_PROCESSOR_DUTY_CYCLING","features":[341]},{"name":"GUID_PROCESSOR_FREQUENCY_LIMIT","features":[341]},{"name":"GUID_PROCESSOR_FREQUENCY_LIMIT_1","features":[341]},{"name":"GUID_PROCESSOR_HETEROGENEOUS_POLICY","features":[341]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_IDLESTATE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_IDLE_ALLOW_SCALING","features":[341]},{"name":"GUID_PROCESSOR_IDLE_DEMOTE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_IDLE_DISABLE","features":[341]},{"name":"GUID_PROCESSOR_IDLE_PROMOTE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_IDLE_STATE_MAXIMUM","features":[341]},{"name":"GUID_PROCESSOR_IDLE_TIME_CHECK","features":[341]},{"name":"GUID_PROCESSOR_LATENCY_HINT_MIN_UNPARK","features":[341]},{"name":"GUID_PROCESSOR_LATENCY_HINT_MIN_UNPARK_1","features":[341]},{"name":"GUID_PROCESSOR_LONG_THREAD_ARCH_CLASS_LOWER_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_LONG_THREAD_ARCH_CLASS_UPPER_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_MODULE_PARKING_POLICY","features":[341]},{"name":"GUID_PROCESSOR_PARKING_CONCURRENCY_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_PARKING_CORE_OVERRIDE","features":[341]},{"name":"GUID_PROCESSOR_PARKING_DISTRIBUTION_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_PARKING_HEADROOM_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_PARKING_PERF_STATE","features":[341]},{"name":"GUID_PROCESSOR_PARKING_PERF_STATE_1","features":[341]},{"name":"GUID_PROCESSOR_PERFSTATE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_PERF_AUTONOMOUS_ACTIVITY_WINDOW","features":[341]},{"name":"GUID_PROCESSOR_PERF_AUTONOMOUS_MODE","features":[341]},{"name":"GUID_PROCESSOR_PERF_BOOST_MODE","features":[341]},{"name":"GUID_PROCESSOR_PERF_BOOST_POLICY","features":[341]},{"name":"GUID_PROCESSOR_PERF_CORE_PARKING_HISTORY","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_HISTORY","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_POLICY_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_TIME_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_ENERGY_PERFORMANCE_PREFERENCE","features":[341]},{"name":"GUID_PROCESSOR_PERF_ENERGY_PERFORMANCE_PREFERENCE_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_HISTORY","features":[341]},{"name":"GUID_PROCESSOR_PERF_HISTORY_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_HISTORY","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_POLICY_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_TIME_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT","features":[341]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT_PERF","features":[341]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT_PERF_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_TIME_CHECK","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_TIME","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_TIME_1","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_TIME","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_TIME_1","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_EPP_CEILING","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_EPP_CEILING_1","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_PERF_FLOOR","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_PERF_FLOOR_1","features":[341]},{"name":"GUID_PROCESSOR_SETTINGS_SUBGROUP","features":[341]},{"name":"GUID_PROCESSOR_SHORT_THREAD_ARCH_CLASS_LOWER_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_SHORT_THREAD_ARCH_CLASS_UPPER_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_SHORT_THREAD_RUNTIME_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_SHORT_THREAD_SCHEDULING_POLICY","features":[341]},{"name":"GUID_PROCESSOR_SMT_UNPARKING_POLICY","features":[341]},{"name":"GUID_PROCESSOR_SOFT_PARKING_LATENCY","features":[341]},{"name":"GUID_PROCESSOR_THREAD_SCHEDULING_POLICY","features":[341]},{"name":"GUID_PROCESSOR_THROTTLE_MAXIMUM","features":[341]},{"name":"GUID_PROCESSOR_THROTTLE_MAXIMUM_1","features":[341]},{"name":"GUID_PROCESSOR_THROTTLE_MINIMUM","features":[341]},{"name":"GUID_PROCESSOR_THROTTLE_MINIMUM_1","features":[341]},{"name":"GUID_PROCESSOR_THROTTLE_POLICY","features":[341]},{"name":"GUID_SESSION_DISPLAY_STATUS","features":[341]},{"name":"GUID_SESSION_USER_PRESENCE","features":[341]},{"name":"GUID_SLEEPBUTTON_ACTION","features":[341]},{"name":"GUID_SLEEP_IDLE_THRESHOLD","features":[341]},{"name":"GUID_SLEEP_SUBGROUP","features":[341]},{"name":"GUID_SPR_ACTIVE_SESSION_CHANGE","features":[341]},{"name":"GUID_STANDBY_BUDGET_GRACE_PERIOD","features":[341]},{"name":"GUID_STANDBY_BUDGET_PERCENT","features":[341]},{"name":"GUID_STANDBY_RESERVE_GRACE_PERIOD","features":[341]},{"name":"GUID_STANDBY_RESERVE_TIME","features":[341]},{"name":"GUID_STANDBY_RESET_PERCENT","features":[341]},{"name":"GUID_STANDBY_TIMEOUT","features":[341]},{"name":"GUID_SYSTEM_AWAYMODE","features":[341]},{"name":"GUID_SYSTEM_BUTTON_SUBGROUP","features":[341]},{"name":"GUID_SYSTEM_COOLING_POLICY","features":[341]},{"name":"GUID_TYPICAL_POWER_SAVINGS","features":[341]},{"name":"GUID_UNATTEND_SLEEP_TIMEOUT","features":[341]},{"name":"GUID_USERINTERFACEBUTTON_ACTION","features":[341]},{"name":"GUID_USER_PRESENCE_PREDICTION","features":[341]},{"name":"GUID_VIDEO_ADAPTIVE_DISPLAY_BRIGHTNESS","features":[341]},{"name":"GUID_VIDEO_ADAPTIVE_PERCENT_INCREASE","features":[341]},{"name":"GUID_VIDEO_ADAPTIVE_POWERDOWN","features":[341]},{"name":"GUID_VIDEO_ANNOYANCE_TIMEOUT","features":[341]},{"name":"GUID_VIDEO_CONSOLE_LOCK_TIMEOUT","features":[341]},{"name":"GUID_VIDEO_CURRENT_MONITOR_BRIGHTNESS","features":[341]},{"name":"GUID_VIDEO_DIM_TIMEOUT","features":[341]},{"name":"GUID_VIDEO_POWERDOWN_TIMEOUT","features":[341]},{"name":"GUID_VIDEO_SUBGROUP","features":[341]},{"name":"HEAP_OPTIMIZE_RESOURCES_CURRENT_VERSION","features":[341]},{"name":"HEAP_OPTIMIZE_RESOURCES_INFORMATION","features":[341]},{"name":"HIBERFILE_BUCKET","features":[341]},{"name":"HIBERFILE_BUCKET_SIZE","features":[341]},{"name":"HIBERFILE_TYPE_FULL","features":[341]},{"name":"HIBERFILE_TYPE_MAX","features":[341]},{"name":"HIBERFILE_TYPE_NONE","features":[341]},{"name":"HIBERFILE_TYPE_REDUCED","features":[341]},{"name":"HiberFileBucket16GB","features":[341]},{"name":"HiberFileBucket1GB","features":[341]},{"name":"HiberFileBucket2GB","features":[341]},{"name":"HiberFileBucket32GB","features":[341]},{"name":"HiberFileBucket4GB","features":[341]},{"name":"HiberFileBucket8GB","features":[341]},{"name":"HiberFileBucketMax","features":[341]},{"name":"HiberFileBucketUnlimited","features":[341]},{"name":"IGP_CONVERSION","features":[341]},{"name":"IGP_GETIMEVERSION","features":[341]},{"name":"IGP_ID","features":[341]},{"name":"IGP_PROPERTY","features":[341]},{"name":"IGP_SELECT","features":[341]},{"name":"IGP_SENTENCE","features":[341]},{"name":"IGP_SETCOMPSTR","features":[341]},{"name":"IGP_UI","features":[341]},{"name":"IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY","features":[341]},{"name":"IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY","features":[341]},{"name":"IMAGE_ARCHITECTURE_ENTRY","features":[341]},{"name":"IMAGE_ARCHITECTURE_HEADER","features":[341]},{"name":"IMAGE_ARCHIVE_END","features":[341]},{"name":"IMAGE_ARCHIVE_HYBRIDMAP_MEMBER","features":[341]},{"name":"IMAGE_ARCHIVE_LINKER_MEMBER","features":[341]},{"name":"IMAGE_ARCHIVE_LONGNAMES_MEMBER","features":[341]},{"name":"IMAGE_ARCHIVE_MEMBER_HEADER","features":[341]},{"name":"IMAGE_ARCHIVE_PAD","features":[341]},{"name":"IMAGE_ARCHIVE_START","features":[341]},{"name":"IMAGE_ARCHIVE_START_SIZE","features":[341]},{"name":"IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA","features":[341]},{"name":"IMAGE_ARM_RUNTIME_FUNCTION_ENTRY","features":[341]},{"name":"IMAGE_AUX_SYMBOL","features":[341]},{"name":"IMAGE_AUX_SYMBOL_EX","features":[341]},{"name":"IMAGE_AUX_SYMBOL_TOKEN_DEF","features":[341]},{"name":"IMAGE_AUX_SYMBOL_TYPE","features":[341]},{"name":"IMAGE_AUX_SYMBOL_TYPE_TOKEN_DEF","features":[341]},{"name":"IMAGE_BASE_RELOCATION","features":[341]},{"name":"IMAGE_BDD_DYNAMIC_RELOCATION","features":[341]},{"name":"IMAGE_BDD_INFO","features":[341]},{"name":"IMAGE_BOUND_FORWARDER_REF","features":[341]},{"name":"IMAGE_BOUND_IMPORT_DESCRIPTOR","features":[341]},{"name":"IMAGE_CE_RUNTIME_FUNCTION_ENTRY","features":[341]},{"name":"IMAGE_COMDAT_SELECT_ANY","features":[341]},{"name":"IMAGE_COMDAT_SELECT_ASSOCIATIVE","features":[341]},{"name":"IMAGE_COMDAT_SELECT_EXACT_MATCH","features":[341]},{"name":"IMAGE_COMDAT_SELECT_LARGEST","features":[341]},{"name":"IMAGE_COMDAT_SELECT_NEWEST","features":[341]},{"name":"IMAGE_COMDAT_SELECT_NODUPLICATES","features":[341]},{"name":"IMAGE_COMDAT_SELECT_SAME_SIZE","features":[341]},{"name":"IMAGE_COR_EATJ_THUNK_SIZE","features":[341]},{"name":"IMAGE_COR_MIH_BASICBLOCK","features":[341]},{"name":"IMAGE_COR_MIH_EHRVA","features":[341]},{"name":"IMAGE_COR_MIH_METHODRVA","features":[341]},{"name":"IMAGE_DEBUG_MISC","features":[307,341]},{"name":"IMAGE_DEBUG_MISC_EXENAME","features":[341]},{"name":"IMAGE_DEBUG_TYPE_BBT","features":[341]},{"name":"IMAGE_DEBUG_TYPE_CLSID","features":[341]},{"name":"IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS","features":[341]},{"name":"IMAGE_DEBUG_TYPE_ILTCG","features":[341]},{"name":"IMAGE_DEBUG_TYPE_MPX","features":[341]},{"name":"IMAGE_DEBUG_TYPE_OMAP_FROM_SRC","features":[341]},{"name":"IMAGE_DEBUG_TYPE_OMAP_TO_SRC","features":[341]},{"name":"IMAGE_DEBUG_TYPE_POGO","features":[341]},{"name":"IMAGE_DEBUG_TYPE_REPRO","features":[341]},{"name":"IMAGE_DEBUG_TYPE_RESERVED10","features":[341]},{"name":"IMAGE_DEBUG_TYPE_SPGO","features":[341]},{"name":"IMAGE_DEBUG_TYPE_VC_FEATURE","features":[341]},{"name":"IMAGE_DOS_HEADER","features":[341]},{"name":"IMAGE_DOS_SIGNATURE","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION32","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION32_V2","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION64","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION64_V2","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_FUNCTION_OVERRIDE","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_IMPORT_CONTROL_TRANSFER","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_INDIR_CONTROL_TRANSFER","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_RF_EPILOGUE","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_RF_PROLOGUE","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_SWITCHTABLE_BRANCH","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_TABLE","features":[341]},{"name":"IMAGE_ENCLAVE_FLAG_PRIMARY_IMAGE","features":[341]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_AUTHOR_ID","features":[341]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_FAMILY_ID","features":[341]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_IMAGE_ID","features":[341]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_NONE","features":[341]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_UNIQUE_ID","features":[341]},{"name":"IMAGE_ENCLAVE_LONG_ID_LENGTH","features":[341]},{"name":"IMAGE_ENCLAVE_POLICY_DEBUGGABLE","features":[341]},{"name":"IMAGE_ENCLAVE_SHORT_ID_LENGTH","features":[341]},{"name":"IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER","features":[341]},{"name":"IMAGE_EXPORT_DIRECTORY","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_ARM64_BRANCH26","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_ARM64_THUNK","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_HEADER","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_INVALID","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_X64_REL32","features":[341]},{"name":"IMAGE_GUARD_CASTGUARD_PRESENT","features":[341]},{"name":"IMAGE_GUARD_CFW_INSTRUMENTED","features":[341]},{"name":"IMAGE_GUARD_CF_ENABLE_EXPORT_SUPPRESSION","features":[341]},{"name":"IMAGE_GUARD_CF_EXPORT_SUPPRESSION_INFO_PRESENT","features":[341]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_PRESENT","features":[341]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_MASK","features":[341]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_SHIFT","features":[341]},{"name":"IMAGE_GUARD_CF_INSTRUMENTED","features":[341]},{"name":"IMAGE_GUARD_CF_LONGJUMP_TABLE_PRESENT","features":[341]},{"name":"IMAGE_GUARD_DELAYLOAD_IAT_IN_ITS_OWN_SECTION","features":[341]},{"name":"IMAGE_GUARD_EH_CONTINUATION_TABLE_PRESENT","features":[341]},{"name":"IMAGE_GUARD_FLAG_EXPORT_SUPPRESSED","features":[341]},{"name":"IMAGE_GUARD_FLAG_FID_LANGEXCPTHANDLER","features":[341]},{"name":"IMAGE_GUARD_FLAG_FID_SUPPRESSED","features":[341]},{"name":"IMAGE_GUARD_FLAG_FID_XFG","features":[341]},{"name":"IMAGE_GUARD_MEMCPY_PRESENT","features":[341]},{"name":"IMAGE_GUARD_PROTECT_DELAYLOAD_IAT","features":[341]},{"name":"IMAGE_GUARD_RETPOLINE_PRESENT","features":[341]},{"name":"IMAGE_GUARD_RF_ENABLE","features":[341]},{"name":"IMAGE_GUARD_RF_INSTRUMENTED","features":[341]},{"name":"IMAGE_GUARD_RF_STRICT","features":[341]},{"name":"IMAGE_GUARD_SECURITY_COOKIE_UNUSED","features":[341]},{"name":"IMAGE_GUARD_XFG_ENABLED","features":[341]},{"name":"IMAGE_HOT_PATCH_ABSOLUTE","features":[341]},{"name":"IMAGE_HOT_PATCH_BASE","features":[341]},{"name":"IMAGE_HOT_PATCH_BASE_CAN_ROLL_BACK","features":[341]},{"name":"IMAGE_HOT_PATCH_BASE_OBLIGATORY","features":[341]},{"name":"IMAGE_HOT_PATCH_CALL_TARGET","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_INVERSE","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_OBLIGATORY","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_RESERVED","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_SIZE","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_SOURCE_RVA","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_TARGET_RVA","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_TYPE","features":[341]},{"name":"IMAGE_HOT_PATCH_DYNAMIC_VALUE","features":[341]},{"name":"IMAGE_HOT_PATCH_FUNCTION","features":[341]},{"name":"IMAGE_HOT_PATCH_HASHES","features":[341]},{"name":"IMAGE_HOT_PATCH_INDIRECT","features":[341]},{"name":"IMAGE_HOT_PATCH_INFO","features":[341]},{"name":"IMAGE_HOT_PATCH_NONE","features":[341]},{"name":"IMAGE_HOT_PATCH_NO_CALL_TARGET","features":[341]},{"name":"IMAGE_HOT_PATCH_REL32","features":[341]},{"name":"IMAGE_IMPORT_BY_NAME","features":[341]},{"name":"IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION","features":[341]},{"name":"IMAGE_IMPORT_DESCRIPTOR","features":[341]},{"name":"IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION","features":[341]},{"name":"IMAGE_LINENUMBER","features":[341]},{"name":"IMAGE_NT_SIGNATURE","features":[341]},{"name":"IMAGE_NUMBEROF_DIRECTORY_ENTRIES","features":[341]},{"name":"IMAGE_ORDINAL_FLAG32","features":[341]},{"name":"IMAGE_ORDINAL_FLAG64","features":[341]},{"name":"IMAGE_OS2_HEADER","features":[341]},{"name":"IMAGE_OS2_SIGNATURE","features":[341]},{"name":"IMAGE_OS2_SIGNATURE_LE","features":[341]},{"name":"IMAGE_POLICY_ENTRY","features":[307,341]},{"name":"IMAGE_POLICY_ENTRY_TYPE","features":[341]},{"name":"IMAGE_POLICY_ID","features":[341]},{"name":"IMAGE_POLICY_METADATA","features":[307,341]},{"name":"IMAGE_POLICY_METADATA_VERSION","features":[341]},{"name":"IMAGE_POLICY_SECTION_NAME","features":[341]},{"name":"IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER","features":[341]},{"name":"IMAGE_RELOCATION","features":[341]},{"name":"IMAGE_REL_ALPHA_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_ALPHA_BRADDR","features":[341]},{"name":"IMAGE_REL_ALPHA_GPDISP","features":[341]},{"name":"IMAGE_REL_ALPHA_GPREL32","features":[341]},{"name":"IMAGE_REL_ALPHA_GPRELHI","features":[341]},{"name":"IMAGE_REL_ALPHA_GPRELLO","features":[341]},{"name":"IMAGE_REL_ALPHA_HINT","features":[341]},{"name":"IMAGE_REL_ALPHA_INLINE_REFLONG","features":[341]},{"name":"IMAGE_REL_ALPHA_LITERAL","features":[341]},{"name":"IMAGE_REL_ALPHA_LITUSE","features":[341]},{"name":"IMAGE_REL_ALPHA_MATCH","features":[341]},{"name":"IMAGE_REL_ALPHA_PAIR","features":[341]},{"name":"IMAGE_REL_ALPHA_REFHI","features":[341]},{"name":"IMAGE_REL_ALPHA_REFLO","features":[341]},{"name":"IMAGE_REL_ALPHA_REFLONG","features":[341]},{"name":"IMAGE_REL_ALPHA_REFLONGNB","features":[341]},{"name":"IMAGE_REL_ALPHA_REFQ1","features":[341]},{"name":"IMAGE_REL_ALPHA_REFQ2","features":[341]},{"name":"IMAGE_REL_ALPHA_REFQ3","features":[341]},{"name":"IMAGE_REL_ALPHA_REFQUAD","features":[341]},{"name":"IMAGE_REL_ALPHA_SECREL","features":[341]},{"name":"IMAGE_REL_ALPHA_SECRELHI","features":[341]},{"name":"IMAGE_REL_ALPHA_SECRELLO","features":[341]},{"name":"IMAGE_REL_ALPHA_SECTION","features":[341]},{"name":"IMAGE_REL_AMD64_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_AMD64_ADDR32","features":[341]},{"name":"IMAGE_REL_AMD64_ADDR32NB","features":[341]},{"name":"IMAGE_REL_AMD64_ADDR64","features":[341]},{"name":"IMAGE_REL_AMD64_CFG_BR","features":[341]},{"name":"IMAGE_REL_AMD64_CFG_BR_REX","features":[341]},{"name":"IMAGE_REL_AMD64_CFG_CALL","features":[341]},{"name":"IMAGE_REL_AMD64_EHANDLER","features":[341]},{"name":"IMAGE_REL_AMD64_IMPORT_BR","features":[341]},{"name":"IMAGE_REL_AMD64_IMPORT_CALL","features":[341]},{"name":"IMAGE_REL_AMD64_INDIR_BR","features":[341]},{"name":"IMAGE_REL_AMD64_INDIR_BR_REX","features":[341]},{"name":"IMAGE_REL_AMD64_INDIR_BR_SWITCHTABLE_FIRST","features":[341]},{"name":"IMAGE_REL_AMD64_INDIR_BR_SWITCHTABLE_LAST","features":[341]},{"name":"IMAGE_REL_AMD64_INDIR_CALL","features":[341]},{"name":"IMAGE_REL_AMD64_PAIR","features":[341]},{"name":"IMAGE_REL_AMD64_REL32","features":[341]},{"name":"IMAGE_REL_AMD64_REL32_1","features":[341]},{"name":"IMAGE_REL_AMD64_REL32_2","features":[341]},{"name":"IMAGE_REL_AMD64_REL32_3","features":[341]},{"name":"IMAGE_REL_AMD64_REL32_4","features":[341]},{"name":"IMAGE_REL_AMD64_REL32_5","features":[341]},{"name":"IMAGE_REL_AMD64_SECREL","features":[341]},{"name":"IMAGE_REL_AMD64_SECREL7","features":[341]},{"name":"IMAGE_REL_AMD64_SECTION","features":[341]},{"name":"IMAGE_REL_AMD64_SREL32","features":[341]},{"name":"IMAGE_REL_AMD64_SSPAN32","features":[341]},{"name":"IMAGE_REL_AMD64_TOKEN","features":[341]},{"name":"IMAGE_REL_AM_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_AM_ADDR32","features":[341]},{"name":"IMAGE_REL_AM_ADDR32NB","features":[341]},{"name":"IMAGE_REL_AM_CALL32","features":[341]},{"name":"IMAGE_REL_AM_FUNCINFO","features":[341]},{"name":"IMAGE_REL_AM_REL32_1","features":[341]},{"name":"IMAGE_REL_AM_REL32_2","features":[341]},{"name":"IMAGE_REL_AM_SECREL","features":[341]},{"name":"IMAGE_REL_AM_SECTION","features":[341]},{"name":"IMAGE_REL_AM_TOKEN","features":[341]},{"name":"IMAGE_REL_ARM64_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_ARM64_ADDR32","features":[341]},{"name":"IMAGE_REL_ARM64_ADDR32NB","features":[341]},{"name":"IMAGE_REL_ARM64_ADDR64","features":[341]},{"name":"IMAGE_REL_ARM64_BRANCH19","features":[341]},{"name":"IMAGE_REL_ARM64_BRANCH26","features":[341]},{"name":"IMAGE_REL_ARM64_PAGEBASE_REL21","features":[341]},{"name":"IMAGE_REL_ARM64_PAGEOFFSET_12A","features":[341]},{"name":"IMAGE_REL_ARM64_PAGEOFFSET_12L","features":[341]},{"name":"IMAGE_REL_ARM64_REL21","features":[341]},{"name":"IMAGE_REL_ARM64_SECREL","features":[341]},{"name":"IMAGE_REL_ARM64_SECREL_HIGH12A","features":[341]},{"name":"IMAGE_REL_ARM64_SECREL_LOW12A","features":[341]},{"name":"IMAGE_REL_ARM64_SECREL_LOW12L","features":[341]},{"name":"IMAGE_REL_ARM64_SECTION","features":[341]},{"name":"IMAGE_REL_ARM64_TOKEN","features":[341]},{"name":"IMAGE_REL_ARM_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_ARM_ADDR32","features":[341]},{"name":"IMAGE_REL_ARM_ADDR32NB","features":[341]},{"name":"IMAGE_REL_ARM_BLX11","features":[341]},{"name":"IMAGE_REL_ARM_BLX23T","features":[341]},{"name":"IMAGE_REL_ARM_BLX24","features":[341]},{"name":"IMAGE_REL_ARM_BRANCH11","features":[341]},{"name":"IMAGE_REL_ARM_BRANCH20T","features":[341]},{"name":"IMAGE_REL_ARM_BRANCH24","features":[341]},{"name":"IMAGE_REL_ARM_BRANCH24T","features":[341]},{"name":"IMAGE_REL_ARM_GPREL12","features":[341]},{"name":"IMAGE_REL_ARM_GPREL7","features":[341]},{"name":"IMAGE_REL_ARM_MOV32","features":[341]},{"name":"IMAGE_REL_ARM_MOV32A","features":[341]},{"name":"IMAGE_REL_ARM_MOV32T","features":[341]},{"name":"IMAGE_REL_ARM_SECREL","features":[341]},{"name":"IMAGE_REL_ARM_SECTION","features":[341]},{"name":"IMAGE_REL_ARM_TOKEN","features":[341]},{"name":"IMAGE_REL_BASED_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_BASED_ARM_MOV32","features":[341]},{"name":"IMAGE_REL_BASED_DIR64","features":[341]},{"name":"IMAGE_REL_BASED_HIGH","features":[341]},{"name":"IMAGE_REL_BASED_HIGHADJ","features":[341]},{"name":"IMAGE_REL_BASED_HIGHLOW","features":[341]},{"name":"IMAGE_REL_BASED_IA64_IMM64","features":[341]},{"name":"IMAGE_REL_BASED_LOW","features":[341]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_5","features":[341]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_7","features":[341]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_8","features":[341]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_9","features":[341]},{"name":"IMAGE_REL_BASED_MIPS_JMPADDR","features":[341]},{"name":"IMAGE_REL_BASED_MIPS_JMPADDR16","features":[341]},{"name":"IMAGE_REL_BASED_RESERVED","features":[341]},{"name":"IMAGE_REL_BASED_THUMB_MOV32","features":[341]},{"name":"IMAGE_REL_CEE_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_CEE_ADDR32","features":[341]},{"name":"IMAGE_REL_CEE_ADDR32NB","features":[341]},{"name":"IMAGE_REL_CEE_ADDR64","features":[341]},{"name":"IMAGE_REL_CEE_SECREL","features":[341]},{"name":"IMAGE_REL_CEE_SECTION","features":[341]},{"name":"IMAGE_REL_CEE_TOKEN","features":[341]},{"name":"IMAGE_REL_CEF_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_CEF_ADDR32","features":[341]},{"name":"IMAGE_REL_CEF_ADDR32NB","features":[341]},{"name":"IMAGE_REL_CEF_ADDR64","features":[341]},{"name":"IMAGE_REL_CEF_SECREL","features":[341]},{"name":"IMAGE_REL_CEF_SECTION","features":[341]},{"name":"IMAGE_REL_CEF_TOKEN","features":[341]},{"name":"IMAGE_REL_EBC_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_EBC_ADDR32NB","features":[341]},{"name":"IMAGE_REL_EBC_REL32","features":[341]},{"name":"IMAGE_REL_EBC_SECREL","features":[341]},{"name":"IMAGE_REL_EBC_SECTION","features":[341]},{"name":"IMAGE_REL_I386_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_I386_DIR16","features":[341]},{"name":"IMAGE_REL_I386_DIR32","features":[341]},{"name":"IMAGE_REL_I386_DIR32NB","features":[341]},{"name":"IMAGE_REL_I386_REL16","features":[341]},{"name":"IMAGE_REL_I386_REL32","features":[341]},{"name":"IMAGE_REL_I386_SECREL","features":[341]},{"name":"IMAGE_REL_I386_SECREL7","features":[341]},{"name":"IMAGE_REL_I386_SECTION","features":[341]},{"name":"IMAGE_REL_I386_SEG12","features":[341]},{"name":"IMAGE_REL_I386_TOKEN","features":[341]},{"name":"IMAGE_REL_IA64_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_IA64_ADDEND","features":[341]},{"name":"IMAGE_REL_IA64_DIR32","features":[341]},{"name":"IMAGE_REL_IA64_DIR32NB","features":[341]},{"name":"IMAGE_REL_IA64_DIR64","features":[341]},{"name":"IMAGE_REL_IA64_GPREL22","features":[341]},{"name":"IMAGE_REL_IA64_GPREL32","features":[341]},{"name":"IMAGE_REL_IA64_IMM14","features":[341]},{"name":"IMAGE_REL_IA64_IMM22","features":[341]},{"name":"IMAGE_REL_IA64_IMM64","features":[341]},{"name":"IMAGE_REL_IA64_IMMGPREL64","features":[341]},{"name":"IMAGE_REL_IA64_LTOFF22","features":[341]},{"name":"IMAGE_REL_IA64_PCREL21B","features":[341]},{"name":"IMAGE_REL_IA64_PCREL21F","features":[341]},{"name":"IMAGE_REL_IA64_PCREL21M","features":[341]},{"name":"IMAGE_REL_IA64_PCREL60B","features":[341]},{"name":"IMAGE_REL_IA64_PCREL60F","features":[341]},{"name":"IMAGE_REL_IA64_PCREL60I","features":[341]},{"name":"IMAGE_REL_IA64_PCREL60M","features":[341]},{"name":"IMAGE_REL_IA64_PCREL60X","features":[341]},{"name":"IMAGE_REL_IA64_SECREL22","features":[341]},{"name":"IMAGE_REL_IA64_SECREL32","features":[341]},{"name":"IMAGE_REL_IA64_SECREL64I","features":[341]},{"name":"IMAGE_REL_IA64_SECTION","features":[341]},{"name":"IMAGE_REL_IA64_SREL14","features":[341]},{"name":"IMAGE_REL_IA64_SREL22","features":[341]},{"name":"IMAGE_REL_IA64_SREL32","features":[341]},{"name":"IMAGE_REL_IA64_TOKEN","features":[341]},{"name":"IMAGE_REL_IA64_UREL32","features":[341]},{"name":"IMAGE_REL_M32R_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_M32R_ADDR24","features":[341]},{"name":"IMAGE_REL_M32R_ADDR32","features":[341]},{"name":"IMAGE_REL_M32R_ADDR32NB","features":[341]},{"name":"IMAGE_REL_M32R_GPREL16","features":[341]},{"name":"IMAGE_REL_M32R_PAIR","features":[341]},{"name":"IMAGE_REL_M32R_PCREL16","features":[341]},{"name":"IMAGE_REL_M32R_PCREL24","features":[341]},{"name":"IMAGE_REL_M32R_PCREL8","features":[341]},{"name":"IMAGE_REL_M32R_REFHALF","features":[341]},{"name":"IMAGE_REL_M32R_REFHI","features":[341]},{"name":"IMAGE_REL_M32R_REFLO","features":[341]},{"name":"IMAGE_REL_M32R_SECREL32","features":[341]},{"name":"IMAGE_REL_M32R_SECTION","features":[341]},{"name":"IMAGE_REL_M32R_TOKEN","features":[341]},{"name":"IMAGE_REL_MIPS_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_MIPS_GPREL","features":[341]},{"name":"IMAGE_REL_MIPS_JMPADDR","features":[341]},{"name":"IMAGE_REL_MIPS_JMPADDR16","features":[341]},{"name":"IMAGE_REL_MIPS_LITERAL","features":[341]},{"name":"IMAGE_REL_MIPS_PAIR","features":[341]},{"name":"IMAGE_REL_MIPS_REFHALF","features":[341]},{"name":"IMAGE_REL_MIPS_REFHI","features":[341]},{"name":"IMAGE_REL_MIPS_REFLO","features":[341]},{"name":"IMAGE_REL_MIPS_REFWORD","features":[341]},{"name":"IMAGE_REL_MIPS_REFWORDNB","features":[341]},{"name":"IMAGE_REL_MIPS_SECREL","features":[341]},{"name":"IMAGE_REL_MIPS_SECRELHI","features":[341]},{"name":"IMAGE_REL_MIPS_SECRELLO","features":[341]},{"name":"IMAGE_REL_MIPS_SECTION","features":[341]},{"name":"IMAGE_REL_MIPS_TOKEN","features":[341]},{"name":"IMAGE_REL_PPC_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_PPC_ADDR14","features":[341]},{"name":"IMAGE_REL_PPC_ADDR16","features":[341]},{"name":"IMAGE_REL_PPC_ADDR24","features":[341]},{"name":"IMAGE_REL_PPC_ADDR32","features":[341]},{"name":"IMAGE_REL_PPC_ADDR32NB","features":[341]},{"name":"IMAGE_REL_PPC_ADDR64","features":[341]},{"name":"IMAGE_REL_PPC_BRNTAKEN","features":[341]},{"name":"IMAGE_REL_PPC_BRTAKEN","features":[341]},{"name":"IMAGE_REL_PPC_GPREL","features":[341]},{"name":"IMAGE_REL_PPC_IFGLUE","features":[341]},{"name":"IMAGE_REL_PPC_IMGLUE","features":[341]},{"name":"IMAGE_REL_PPC_NEG","features":[341]},{"name":"IMAGE_REL_PPC_PAIR","features":[341]},{"name":"IMAGE_REL_PPC_REFHI","features":[341]},{"name":"IMAGE_REL_PPC_REFLO","features":[341]},{"name":"IMAGE_REL_PPC_REL14","features":[341]},{"name":"IMAGE_REL_PPC_REL24","features":[341]},{"name":"IMAGE_REL_PPC_SECREL","features":[341]},{"name":"IMAGE_REL_PPC_SECREL16","features":[341]},{"name":"IMAGE_REL_PPC_SECRELHI","features":[341]},{"name":"IMAGE_REL_PPC_SECRELLO","features":[341]},{"name":"IMAGE_REL_PPC_SECTION","features":[341]},{"name":"IMAGE_REL_PPC_TOCDEFN","features":[341]},{"name":"IMAGE_REL_PPC_TOCREL14","features":[341]},{"name":"IMAGE_REL_PPC_TOCREL16","features":[341]},{"name":"IMAGE_REL_PPC_TOKEN","features":[341]},{"name":"IMAGE_REL_PPC_TYPEMASK","features":[341]},{"name":"IMAGE_REL_SH3_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT16","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT32","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT32_NB","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT4","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT4_LONG","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT4_WORD","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT8","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT8_LONG","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT8_WORD","features":[341]},{"name":"IMAGE_REL_SH3_GPREL4_LONG","features":[341]},{"name":"IMAGE_REL_SH3_PCREL12_WORD","features":[341]},{"name":"IMAGE_REL_SH3_PCREL8_LONG","features":[341]},{"name":"IMAGE_REL_SH3_PCREL8_WORD","features":[341]},{"name":"IMAGE_REL_SH3_SECREL","features":[341]},{"name":"IMAGE_REL_SH3_SECTION","features":[341]},{"name":"IMAGE_REL_SH3_SIZEOF_SECTION","features":[341]},{"name":"IMAGE_REL_SH3_STARTOF_SECTION","features":[341]},{"name":"IMAGE_REL_SH3_TOKEN","features":[341]},{"name":"IMAGE_REL_SHM_PAIR","features":[341]},{"name":"IMAGE_REL_SHM_PCRELPT","features":[341]},{"name":"IMAGE_REL_SHM_REFHALF","features":[341]},{"name":"IMAGE_REL_SHM_REFLO","features":[341]},{"name":"IMAGE_REL_SHM_RELHALF","features":[341]},{"name":"IMAGE_REL_SHM_RELLO","features":[341]},{"name":"IMAGE_REL_SH_NOMODE","features":[341]},{"name":"IMAGE_REL_THUMB_BLX23","features":[341]},{"name":"IMAGE_REL_THUMB_BRANCH20","features":[341]},{"name":"IMAGE_REL_THUMB_BRANCH24","features":[341]},{"name":"IMAGE_REL_THUMB_MOV32","features":[341]},{"name":"IMAGE_RESOURCE_DATA_ENTRY","features":[341]},{"name":"IMAGE_RESOURCE_DATA_IS_DIRECTORY","features":[341]},{"name":"IMAGE_RESOURCE_DIRECTORY","features":[341]},{"name":"IMAGE_RESOURCE_DIRECTORY_ENTRY","features":[341]},{"name":"IMAGE_RESOURCE_DIRECTORY_STRING","features":[341]},{"name":"IMAGE_RESOURCE_DIR_STRING_U","features":[341]},{"name":"IMAGE_RESOURCE_NAME_IS_STRING","features":[341]},{"name":"IMAGE_SEPARATE_DEBUG_FLAGS_MASK","features":[341]},{"name":"IMAGE_SEPARATE_DEBUG_HEADER","features":[341]},{"name":"IMAGE_SEPARATE_DEBUG_MISMATCH","features":[341]},{"name":"IMAGE_SEPARATE_DEBUG_SIGNATURE","features":[341]},{"name":"IMAGE_SIZEOF_ARCHIVE_MEMBER_HDR","features":[341]},{"name":"IMAGE_SIZEOF_FILE_HEADER","features":[341]},{"name":"IMAGE_SIZEOF_SECTION_HEADER","features":[341]},{"name":"IMAGE_SIZEOF_SHORT_NAME","features":[341]},{"name":"IMAGE_SIZEOF_SYMBOL","features":[341]},{"name":"IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION","features":[341]},{"name":"IMAGE_SYMBOL","features":[341]},{"name":"IMAGE_SYMBOL_EX","features":[341]},{"name":"IMAGE_SYM_CLASS_ARGUMENT","features":[341]},{"name":"IMAGE_SYM_CLASS_AUTOMATIC","features":[341]},{"name":"IMAGE_SYM_CLASS_BIT_FIELD","features":[341]},{"name":"IMAGE_SYM_CLASS_BLOCK","features":[341]},{"name":"IMAGE_SYM_CLASS_CLR_TOKEN","features":[341]},{"name":"IMAGE_SYM_CLASS_END_OF_STRUCT","features":[341]},{"name":"IMAGE_SYM_CLASS_ENUM_TAG","features":[341]},{"name":"IMAGE_SYM_CLASS_EXTERNAL","features":[341]},{"name":"IMAGE_SYM_CLASS_EXTERNAL_DEF","features":[341]},{"name":"IMAGE_SYM_CLASS_FAR_EXTERNAL","features":[341]},{"name":"IMAGE_SYM_CLASS_FILE","features":[341]},{"name":"IMAGE_SYM_CLASS_FUNCTION","features":[341]},{"name":"IMAGE_SYM_CLASS_LABEL","features":[341]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_ENUM","features":[341]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_STRUCT","features":[341]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_UNION","features":[341]},{"name":"IMAGE_SYM_CLASS_NULL","features":[341]},{"name":"IMAGE_SYM_CLASS_REGISTER","features":[341]},{"name":"IMAGE_SYM_CLASS_REGISTER_PARAM","features":[341]},{"name":"IMAGE_SYM_CLASS_SECTION","features":[341]},{"name":"IMAGE_SYM_CLASS_STATIC","features":[341]},{"name":"IMAGE_SYM_CLASS_STRUCT_TAG","features":[341]},{"name":"IMAGE_SYM_CLASS_TYPE_DEFINITION","features":[341]},{"name":"IMAGE_SYM_CLASS_UNDEFINED_LABEL","features":[341]},{"name":"IMAGE_SYM_CLASS_UNDEFINED_STATIC","features":[341]},{"name":"IMAGE_SYM_CLASS_UNION_TAG","features":[341]},{"name":"IMAGE_SYM_CLASS_WEAK_EXTERNAL","features":[341]},{"name":"IMAGE_SYM_DTYPE_ARRAY","features":[341]},{"name":"IMAGE_SYM_DTYPE_FUNCTION","features":[341]},{"name":"IMAGE_SYM_DTYPE_NULL","features":[341]},{"name":"IMAGE_SYM_DTYPE_POINTER","features":[341]},{"name":"IMAGE_SYM_SECTION_MAX","features":[341]},{"name":"IMAGE_SYM_SECTION_MAX_EX","features":[341]},{"name":"IMAGE_SYM_TYPE_BYTE","features":[341]},{"name":"IMAGE_SYM_TYPE_CHAR","features":[341]},{"name":"IMAGE_SYM_TYPE_DOUBLE","features":[341]},{"name":"IMAGE_SYM_TYPE_DWORD","features":[341]},{"name":"IMAGE_SYM_TYPE_ENUM","features":[341]},{"name":"IMAGE_SYM_TYPE_FLOAT","features":[341]},{"name":"IMAGE_SYM_TYPE_INT","features":[341]},{"name":"IMAGE_SYM_TYPE_LONG","features":[341]},{"name":"IMAGE_SYM_TYPE_MOE","features":[341]},{"name":"IMAGE_SYM_TYPE_NULL","features":[341]},{"name":"IMAGE_SYM_TYPE_PCODE","features":[341]},{"name":"IMAGE_SYM_TYPE_SHORT","features":[341]},{"name":"IMAGE_SYM_TYPE_STRUCT","features":[341]},{"name":"IMAGE_SYM_TYPE_UINT","features":[341]},{"name":"IMAGE_SYM_TYPE_UNION","features":[341]},{"name":"IMAGE_SYM_TYPE_VOID","features":[341]},{"name":"IMAGE_SYM_TYPE_WORD","features":[341]},{"name":"IMAGE_TLS_DIRECTORY32","features":[341]},{"name":"IMAGE_TLS_DIRECTORY64","features":[341]},{"name":"IMAGE_VXD_HEADER","features":[341]},{"name":"IMAGE_VXD_SIGNATURE","features":[341]},{"name":"IMAGE_WEAK_EXTERN_ANTI_DEPENDENCY","features":[341]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_ALIAS","features":[341]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_LIBRARY","features":[341]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY","features":[341]},{"name":"IMPORT_OBJECT_CODE","features":[341]},{"name":"IMPORT_OBJECT_CONST","features":[341]},{"name":"IMPORT_OBJECT_DATA","features":[341]},{"name":"IMPORT_OBJECT_HDR_SIG2","features":[341]},{"name":"IMPORT_OBJECT_HEADER","features":[341]},{"name":"IMPORT_OBJECT_NAME","features":[341]},{"name":"IMPORT_OBJECT_NAME_EXPORTAS","features":[341]},{"name":"IMPORT_OBJECT_NAME_NO_PREFIX","features":[341]},{"name":"IMPORT_OBJECT_NAME_TYPE","features":[341]},{"name":"IMPORT_OBJECT_NAME_UNDECORATE","features":[341]},{"name":"IMPORT_OBJECT_ORDINAL","features":[341]},{"name":"IMPORT_OBJECT_TYPE","features":[341]},{"name":"INITIAL_CPSR","features":[341]},{"name":"INITIAL_FPCSR","features":[341]},{"name":"INITIAL_FPSCR","features":[341]},{"name":"INITIAL_MXCSR","features":[341]},{"name":"IO_COMPLETION_MODIFY_STATE","features":[341]},{"name":"IO_REPARSE_TAG_AF_UNIX","features":[341]},{"name":"IO_REPARSE_TAG_APPEXECLINK","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_1","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_2","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_3","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_4","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_5","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_6","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_7","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_8","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_9","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_A","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_B","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_C","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_D","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_E","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_F","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_MASK","features":[341]},{"name":"IO_REPARSE_TAG_CSV","features":[341]},{"name":"IO_REPARSE_TAG_DATALESS_CIM","features":[341]},{"name":"IO_REPARSE_TAG_DEDUP","features":[341]},{"name":"IO_REPARSE_TAG_DFS","features":[341]},{"name":"IO_REPARSE_TAG_DFSR","features":[341]},{"name":"IO_REPARSE_TAG_FILE_PLACEHOLDER","features":[341]},{"name":"IO_REPARSE_TAG_GLOBAL_REPARSE","features":[341]},{"name":"IO_REPARSE_TAG_HSM","features":[341]},{"name":"IO_REPARSE_TAG_HSM2","features":[341]},{"name":"IO_REPARSE_TAG_MOUNT_POINT","features":[341]},{"name":"IO_REPARSE_TAG_NFS","features":[341]},{"name":"IO_REPARSE_TAG_ONEDRIVE","features":[341]},{"name":"IO_REPARSE_TAG_PROJFS","features":[341]},{"name":"IO_REPARSE_TAG_PROJFS_TOMBSTONE","features":[341]},{"name":"IO_REPARSE_TAG_RESERVED_INVALID","features":[341]},{"name":"IO_REPARSE_TAG_RESERVED_ONE","features":[341]},{"name":"IO_REPARSE_TAG_RESERVED_RANGE","features":[341]},{"name":"IO_REPARSE_TAG_RESERVED_TWO","features":[341]},{"name":"IO_REPARSE_TAG_RESERVED_ZERO","features":[341]},{"name":"IO_REPARSE_TAG_SIS","features":[341]},{"name":"IO_REPARSE_TAG_STORAGE_SYNC","features":[341]},{"name":"IO_REPARSE_TAG_SYMLINK","features":[341]},{"name":"IO_REPARSE_TAG_UNHANDLED","features":[341]},{"name":"IO_REPARSE_TAG_WCI","features":[341]},{"name":"IO_REPARSE_TAG_WCI_1","features":[341]},{"name":"IO_REPARSE_TAG_WCI_LINK","features":[341]},{"name":"IO_REPARSE_TAG_WCI_LINK_1","features":[341]},{"name":"IO_REPARSE_TAG_WCI_TOMBSTONE","features":[341]},{"name":"IO_REPARSE_TAG_WIM","features":[341]},{"name":"IO_REPARSE_TAG_WOF","features":[341]},{"name":"IS_TEXT_UNICODE_DBCS_LEADBYTE","features":[341]},{"name":"IS_TEXT_UNICODE_UTF8","features":[341]},{"name":"ITWW_OPEN_CONNECT","features":[341]},{"name":"IgnoreError","features":[341]},{"name":"ImagePolicyEntryTypeAnsiString","features":[341]},{"name":"ImagePolicyEntryTypeBool","features":[341]},{"name":"ImagePolicyEntryTypeInt16","features":[341]},{"name":"ImagePolicyEntryTypeInt32","features":[341]},{"name":"ImagePolicyEntryTypeInt64","features":[341]},{"name":"ImagePolicyEntryTypeInt8","features":[341]},{"name":"ImagePolicyEntryTypeMaximum","features":[341]},{"name":"ImagePolicyEntryTypeNone","features":[341]},{"name":"ImagePolicyEntryTypeOverride","features":[341]},{"name":"ImagePolicyEntryTypeUInt16","features":[341]},{"name":"ImagePolicyEntryTypeUInt32","features":[341]},{"name":"ImagePolicyEntryTypeUInt64","features":[341]},{"name":"ImagePolicyEntryTypeUInt8","features":[341]},{"name":"ImagePolicyEntryTypeUnicodeString","features":[341]},{"name":"ImagePolicyIdCapability","features":[341]},{"name":"ImagePolicyIdCrashDump","features":[341]},{"name":"ImagePolicyIdCrashDumpKey","features":[341]},{"name":"ImagePolicyIdCrashDumpKeyGuid","features":[341]},{"name":"ImagePolicyIdDebug","features":[341]},{"name":"ImagePolicyIdDeviceId","features":[341]},{"name":"ImagePolicyIdEtw","features":[341]},{"name":"ImagePolicyIdMaximum","features":[341]},{"name":"ImagePolicyIdNone","features":[341]},{"name":"ImagePolicyIdParentSd","features":[341]},{"name":"ImagePolicyIdParentSdRev","features":[341]},{"name":"ImagePolicyIdScenarioId","features":[341]},{"name":"ImagePolicyIdSvn","features":[341]},{"name":"JOB_OBJECT_ASSIGN_PROCESS","features":[341]},{"name":"JOB_OBJECT_IMPERSONATE","features":[341]},{"name":"JOB_OBJECT_MSG_ABNORMAL_EXIT_PROCESS","features":[341]},{"name":"JOB_OBJECT_MSG_ACTIVE_PROCESS_LIMIT","features":[341]},{"name":"JOB_OBJECT_MSG_ACTIVE_PROCESS_ZERO","features":[341]},{"name":"JOB_OBJECT_MSG_END_OF_JOB_TIME","features":[341]},{"name":"JOB_OBJECT_MSG_END_OF_PROCESS_TIME","features":[341]},{"name":"JOB_OBJECT_MSG_EXIT_PROCESS","features":[341]},{"name":"JOB_OBJECT_MSG_JOB_CYCLE_TIME_LIMIT","features":[341]},{"name":"JOB_OBJECT_MSG_JOB_MEMORY_LIMIT","features":[341]},{"name":"JOB_OBJECT_MSG_MAXIMUM","features":[341]},{"name":"JOB_OBJECT_MSG_MINIMUM","features":[341]},{"name":"JOB_OBJECT_MSG_NEW_PROCESS","features":[341]},{"name":"JOB_OBJECT_MSG_NOTIFICATION_LIMIT","features":[341]},{"name":"JOB_OBJECT_MSG_PROCESS_MEMORY_LIMIT","features":[341]},{"name":"JOB_OBJECT_MSG_SILO_TERMINATED","features":[341]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_MAX_DSCP_TAG","features":[341]},{"name":"JOB_OBJECT_QUERY","features":[341]},{"name":"JOB_OBJECT_SET_ATTRIBUTES","features":[341]},{"name":"JOB_OBJECT_SET_SECURITY_ATTRIBUTES","features":[341]},{"name":"JOB_OBJECT_TERMINATE","features":[341]},{"name":"JOB_OBJECT_UILIMIT_ALL","features":[341]},{"name":"JOB_OBJECT_UILIMIT_IME","features":[341]},{"name":"JOB_OBJECT_UI_VALID_FLAGS","features":[341]},{"name":"KERNEL_CET_CONTEXT","features":[341]},{"name":"KTMOBJECT_CURSOR","features":[341]},{"name":"KTMOBJECT_ENLISTMENT","features":[341]},{"name":"KTMOBJECT_INVALID","features":[341]},{"name":"KTMOBJECT_RESOURCE_MANAGER","features":[341]},{"name":"KTMOBJECT_TRANSACTION","features":[341]},{"name":"KTMOBJECT_TRANSACTION_MANAGER","features":[341]},{"name":"KTMOBJECT_TYPE","features":[341]},{"name":"LANG_AFRIKAANS","features":[341]},{"name":"LANG_ALBANIAN","features":[341]},{"name":"LANG_ALSATIAN","features":[341]},{"name":"LANG_AMHARIC","features":[341]},{"name":"LANG_ARABIC","features":[341]},{"name":"LANG_ARMENIAN","features":[341]},{"name":"LANG_ASSAMESE","features":[341]},{"name":"LANG_AZERBAIJANI","features":[341]},{"name":"LANG_AZERI","features":[341]},{"name":"LANG_BANGLA","features":[341]},{"name":"LANG_BASHKIR","features":[341]},{"name":"LANG_BASQUE","features":[341]},{"name":"LANG_BELARUSIAN","features":[341]},{"name":"LANG_BENGALI","features":[341]},{"name":"LANG_BOSNIAN","features":[341]},{"name":"LANG_BOSNIAN_NEUTRAL","features":[341]},{"name":"LANG_BRETON","features":[341]},{"name":"LANG_BULGARIAN","features":[341]},{"name":"LANG_CATALAN","features":[341]},{"name":"LANG_CENTRAL_KURDISH","features":[341]},{"name":"LANG_CHEROKEE","features":[341]},{"name":"LANG_CHINESE","features":[341]},{"name":"LANG_CHINESE_SIMPLIFIED","features":[341]},{"name":"LANG_CHINESE_TRADITIONAL","features":[341]},{"name":"LANG_CORSICAN","features":[341]},{"name":"LANG_CROATIAN","features":[341]},{"name":"LANG_CZECH","features":[341]},{"name":"LANG_DANISH","features":[341]},{"name":"LANG_DARI","features":[341]},{"name":"LANG_DIVEHI","features":[341]},{"name":"LANG_DUTCH","features":[341]},{"name":"LANG_ENGLISH","features":[341]},{"name":"LANG_ESTONIAN","features":[341]},{"name":"LANG_FAEROESE","features":[341]},{"name":"LANG_FARSI","features":[341]},{"name":"LANG_FILIPINO","features":[341]},{"name":"LANG_FINNISH","features":[341]},{"name":"LANG_FRENCH","features":[341]},{"name":"LANG_FRISIAN","features":[341]},{"name":"LANG_FULAH","features":[341]},{"name":"LANG_GALICIAN","features":[341]},{"name":"LANG_GEORGIAN","features":[341]},{"name":"LANG_GERMAN","features":[341]},{"name":"LANG_GREEK","features":[341]},{"name":"LANG_GREENLANDIC","features":[341]},{"name":"LANG_GUJARATI","features":[341]},{"name":"LANG_HAUSA","features":[341]},{"name":"LANG_HAWAIIAN","features":[341]},{"name":"LANG_HEBREW","features":[341]},{"name":"LANG_HINDI","features":[341]},{"name":"LANG_HUNGARIAN","features":[341]},{"name":"LANG_ICELANDIC","features":[341]},{"name":"LANG_IGBO","features":[341]},{"name":"LANG_INDONESIAN","features":[341]},{"name":"LANG_INUKTITUT","features":[341]},{"name":"LANG_INVARIANT","features":[341]},{"name":"LANG_IRISH","features":[341]},{"name":"LANG_ITALIAN","features":[341]},{"name":"LANG_JAPANESE","features":[341]},{"name":"LANG_KANNADA","features":[341]},{"name":"LANG_KASHMIRI","features":[341]},{"name":"LANG_KAZAK","features":[341]},{"name":"LANG_KHMER","features":[341]},{"name":"LANG_KICHE","features":[341]},{"name":"LANG_KINYARWANDA","features":[341]},{"name":"LANG_KONKANI","features":[341]},{"name":"LANG_KOREAN","features":[341]},{"name":"LANG_KYRGYZ","features":[341]},{"name":"LANG_LAO","features":[341]},{"name":"LANG_LATVIAN","features":[341]},{"name":"LANG_LITHUANIAN","features":[341]},{"name":"LANG_LOWER_SORBIAN","features":[341]},{"name":"LANG_LUXEMBOURGISH","features":[341]},{"name":"LANG_MACEDONIAN","features":[341]},{"name":"LANG_MALAY","features":[341]},{"name":"LANG_MALAYALAM","features":[341]},{"name":"LANG_MALTESE","features":[341]},{"name":"LANG_MANIPURI","features":[341]},{"name":"LANG_MAORI","features":[341]},{"name":"LANG_MAPUDUNGUN","features":[341]},{"name":"LANG_MARATHI","features":[341]},{"name":"LANG_MOHAWK","features":[341]},{"name":"LANG_MONGOLIAN","features":[341]},{"name":"LANG_NEPALI","features":[341]},{"name":"LANG_NEUTRAL","features":[341]},{"name":"LANG_NORWEGIAN","features":[341]},{"name":"LANG_OCCITAN","features":[341]},{"name":"LANG_ODIA","features":[341]},{"name":"LANG_ORIYA","features":[341]},{"name":"LANG_PASHTO","features":[341]},{"name":"LANG_PERSIAN","features":[341]},{"name":"LANG_POLISH","features":[341]},{"name":"LANG_PORTUGUESE","features":[341]},{"name":"LANG_PULAR","features":[341]},{"name":"LANG_PUNJABI","features":[341]},{"name":"LANG_QUECHUA","features":[341]},{"name":"LANG_ROMANIAN","features":[341]},{"name":"LANG_ROMANSH","features":[341]},{"name":"LANG_RUSSIAN","features":[341]},{"name":"LANG_SAKHA","features":[341]},{"name":"LANG_SAMI","features":[341]},{"name":"LANG_SANSKRIT","features":[341]},{"name":"LANG_SCOTTISH_GAELIC","features":[341]},{"name":"LANG_SERBIAN","features":[341]},{"name":"LANG_SERBIAN_NEUTRAL","features":[341]},{"name":"LANG_SINDHI","features":[341]},{"name":"LANG_SINHALESE","features":[341]},{"name":"LANG_SLOVAK","features":[341]},{"name":"LANG_SLOVENIAN","features":[341]},{"name":"LANG_SOTHO","features":[341]},{"name":"LANG_SPANISH","features":[341]},{"name":"LANG_SWAHILI","features":[341]},{"name":"LANG_SWEDISH","features":[341]},{"name":"LANG_SYRIAC","features":[341]},{"name":"LANG_TAJIK","features":[341]},{"name":"LANG_TAMAZIGHT","features":[341]},{"name":"LANG_TAMIL","features":[341]},{"name":"LANG_TATAR","features":[341]},{"name":"LANG_TELUGU","features":[341]},{"name":"LANG_THAI","features":[341]},{"name":"LANG_TIBETAN","features":[341]},{"name":"LANG_TIGRIGNA","features":[341]},{"name":"LANG_TIGRINYA","features":[341]},{"name":"LANG_TSWANA","features":[341]},{"name":"LANG_TURKISH","features":[341]},{"name":"LANG_TURKMEN","features":[341]},{"name":"LANG_UIGHUR","features":[341]},{"name":"LANG_UKRAINIAN","features":[341]},{"name":"LANG_UPPER_SORBIAN","features":[341]},{"name":"LANG_URDU","features":[341]},{"name":"LANG_UZBEK","features":[341]},{"name":"LANG_VALENCIAN","features":[341]},{"name":"LANG_VIETNAMESE","features":[341]},{"name":"LANG_WELSH","features":[341]},{"name":"LANG_WOLOF","features":[341]},{"name":"LANG_XHOSA","features":[341]},{"name":"LANG_YAKUT","features":[341]},{"name":"LANG_YI","features":[341]},{"name":"LANG_YORUBA","features":[341]},{"name":"LANG_ZULU","features":[341]},{"name":"LMEM_DISCARDABLE","features":[341]},{"name":"LMEM_DISCARDED","features":[341]},{"name":"LMEM_INVALID_HANDLE","features":[341]},{"name":"LMEM_LOCKCOUNT","features":[341]},{"name":"LMEM_MODIFY","features":[341]},{"name":"LMEM_NOCOMPACT","features":[341]},{"name":"LMEM_NODISCARD","features":[341]},{"name":"LMEM_VALID_FLAGS","features":[341]},{"name":"LOCALE_NAME_MAX_LENGTH","features":[341]},{"name":"LOCALE_TRANSIENT_KEYBOARD1","features":[341]},{"name":"LOCALE_TRANSIENT_KEYBOARD2","features":[341]},{"name":"LOCALE_TRANSIENT_KEYBOARD3","features":[341]},{"name":"LOCALE_TRANSIENT_KEYBOARD4","features":[341]},{"name":"LTP_PC_SMT","features":[341]},{"name":"MAILSLOT_NO_MESSAGE","features":[341]},{"name":"MAILSLOT_WAIT_FOREVER","features":[341]},{"name":"MAXBYTE","features":[341]},{"name":"MAXCHAR","features":[341]},{"name":"MAXDWORD","features":[341]},{"name":"MAXIMUM_ALLOWED","features":[341]},{"name":"MAXIMUM_PROCESSORS","features":[341]},{"name":"MAXIMUM_PROC_PER_GROUP","features":[341]},{"name":"MAXIMUM_SUPPORTED_EXTENSION","features":[341]},{"name":"MAXIMUM_SUSPEND_COUNT","features":[341]},{"name":"MAXIMUM_WAIT_OBJECTS","features":[341]},{"name":"MAXIMUM_XSTATE_FEATURES","features":[341]},{"name":"MAXLOGICALLOGNAMESIZE","features":[341]},{"name":"MAXLONG","features":[341]},{"name":"MAXLONGLONG","features":[341]},{"name":"MAXSHORT","features":[341]},{"name":"MAXVERSIONTESTED_INFO","features":[341]},{"name":"MAXWORD","features":[341]},{"name":"MAX_ACL_REVISION","features":[341]},{"name":"MAX_CLASS_NAME","features":[341]},{"name":"MAX_HW_COUNTERS","features":[341]},{"name":"MAX_PACKAGE_NAME","features":[341]},{"name":"MAX_UCSCHAR","features":[341]},{"name":"MEMORY_ALLOCATION_ALIGNMENT","features":[341]},{"name":"MEMORY_PARTITION_MODIFY_ACCESS","features":[341]},{"name":"MEMORY_PARTITION_QUERY_ACCESS","features":[341]},{"name":"MEMORY_PRIORITY_LOWEST","features":[341]},{"name":"MEM_4MB_PAGES","features":[341]},{"name":"MEM_COALESCE_PLACEHOLDERS","features":[341]},{"name":"MEM_DIFFERENT_IMAGE_BASE_OK","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_EC_CODE","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_GRAPHICS","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_IMAGE_NO_HPAT","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED_HUGE","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED_LARGE","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_SOFT_FAULT_PAGES","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_TYPE_BITS","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_ZERO_PAGES_OPTIONAL","features":[341]},{"name":"MEM_PHYSICAL","features":[341]},{"name":"MEM_ROTATE","features":[341]},{"name":"MEM_TOP_DOWN","features":[341]},{"name":"MEM_WRITE_WATCH","features":[341]},{"name":"MESSAGE_RESOURCE_UNICODE","features":[341]},{"name":"MESSAGE_RESOURCE_UTF8","features":[341]},{"name":"MINCHAR","features":[341]},{"name":"MINLONG","features":[341]},{"name":"MINSHORT","features":[341]},{"name":"MIN_UCSCHAR","features":[341]},{"name":"MK_CONTROL","features":[341]},{"name":"MK_LBUTTON","features":[341]},{"name":"MK_MBUTTON","features":[341]},{"name":"MK_RBUTTON","features":[341]},{"name":"MK_SHIFT","features":[341]},{"name":"MK_XBUTTON1","features":[341]},{"name":"MK_XBUTTON2","features":[341]},{"name":"MODIFIERKEYS_FLAGS","features":[341]},{"name":"MONITOR_DISPLAY_STATE","features":[341]},{"name":"MS_PPM_SOFTWARE_ALL","features":[341]},{"name":"MUTANT_QUERY_STATE","features":[341]},{"name":"MaxActivationContextInfoClass","features":[341]},{"name":"NATIVE_TYPE_MAX_CB","features":[341]},{"name":"NETWORK_APP_INSTANCE_CSV_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[341]},{"name":"NETWORK_APP_INSTANCE_EA","features":[341]},{"name":"NLS_VALID_LOCALE_MASK","features":[341]},{"name":"NONVOL_FP_NUMREG_ARM64","features":[341]},{"name":"NONVOL_INT_NUMREG_ARM64","features":[341]},{"name":"NON_PAGED_DEBUG_INFO","features":[341]},{"name":"NON_PAGED_DEBUG_SIGNATURE","features":[341]},{"name":"NOTIFY_USER_POWER_SETTING","features":[341]},{"name":"NO_SUBGROUP_GUID","features":[341]},{"name":"NT_TIB32","features":[341]},{"name":"NT_TIB64","features":[341]},{"name":"NUMA_NO_PREFERRED_NODE","features":[341]},{"name":"NUM_DISCHARGE_POLICIES","features":[341]},{"name":"N_BTMASK","features":[341]},{"name":"N_BTSHFT","features":[341]},{"name":"N_TMASK","features":[341]},{"name":"N_TMASK1","features":[341]},{"name":"N_TMASK2","features":[341]},{"name":"N_TSHIFT","features":[341]},{"name":"NormalError","features":[341]},{"name":"OUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK_EXPORT_NAME","features":[341]},{"name":"PACKEDEVENTINFO","features":[341]},{"name":"PARKING_TOPOLOGY_POLICY_DISABLED","features":[341]},{"name":"PARKING_TOPOLOGY_POLICY_ROUNDROBIN","features":[341]},{"name":"PARKING_TOPOLOGY_POLICY_SEQUENTIAL","features":[341]},{"name":"PERFORMANCE_DATA_VERSION","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_DECREASE_MAX","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_IDEAL","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_IDEAL_AGGRESSIVE","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_INCREASE_MAX","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_ROCKET","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_SINGLE","features":[341]},{"name":"PEXCEPTION_FILTER","features":[307,336,313,341]},{"name":"PF_NON_TEMPORAL_LEVEL_ALL","features":[341]},{"name":"PF_TEMPORAL_LEVEL_1","features":[341]},{"name":"PF_TEMPORAL_LEVEL_2","features":[341]},{"name":"PF_TEMPORAL_LEVEL_3","features":[341]},{"name":"PIMAGE_TLS_CALLBACK","features":[341]},{"name":"POLICY_AUDIT_SUBCATEGORY_COUNT","features":[341]},{"name":"POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK","features":[307,336,341]},{"name":"POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK","features":[307,336,341]},{"name":"POWERBUTTON_ACTION_INDEX_HIBERNATE","features":[341]},{"name":"POWERBUTTON_ACTION_INDEX_NOTHING","features":[341]},{"name":"POWERBUTTON_ACTION_INDEX_SHUTDOWN","features":[341]},{"name":"POWERBUTTON_ACTION_INDEX_SLEEP","features":[341]},{"name":"POWERBUTTON_ACTION_INDEX_TURN_OFF_THE_DISPLAY","features":[341]},{"name":"POWERBUTTON_ACTION_VALUE_HIBERNATE","features":[341]},{"name":"POWERBUTTON_ACTION_VALUE_NOTHING","features":[341]},{"name":"POWERBUTTON_ACTION_VALUE_SHUTDOWN","features":[341]},{"name":"POWERBUTTON_ACTION_VALUE_SLEEP","features":[341]},{"name":"POWERBUTTON_ACTION_VALUE_TURN_OFF_THE_DISPLAY","features":[341]},{"name":"POWER_ACTION_ACPI_CRITICAL","features":[341]},{"name":"POWER_ACTION_ACPI_USER_NOTIFY","features":[341]},{"name":"POWER_ACTION_CRITICAL","features":[341]},{"name":"POWER_ACTION_DIRECTED_DRIPS","features":[341]},{"name":"POWER_ACTION_DISABLE_WAKES","features":[341]},{"name":"POWER_ACTION_DOZE_TO_HIBERNATE","features":[341]},{"name":"POWER_ACTION_HIBERBOOT","features":[341]},{"name":"POWER_ACTION_LIGHTEST_FIRST","features":[341]},{"name":"POWER_ACTION_LOCK_CONSOLE","features":[341]},{"name":"POWER_ACTION_OVERRIDE_APPS","features":[341]},{"name":"POWER_ACTION_PSEUDO_TRANSITION","features":[341]},{"name":"POWER_ACTION_QUERY_ALLOWED","features":[341]},{"name":"POWER_ACTION_UI_ALLOWED","features":[341]},{"name":"POWER_ACTION_USER_NOTIFY","features":[341]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_DISABLED","features":[341]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_ENABLED","features":[341]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_SYSTEM_MANAGED","features":[341]},{"name":"POWER_DEVICE_IDLE_POLICY_CONSERVATIVE","features":[341]},{"name":"POWER_DEVICE_IDLE_POLICY_PERFORMANCE","features":[341]},{"name":"POWER_DISCONNECTED_STANDBY_MODE_AGGRESSIVE","features":[341]},{"name":"POWER_DISCONNECTED_STANDBY_MODE_NORMAL","features":[341]},{"name":"POWER_REQUEST_CONTEXT_VERSION","features":[341]},{"name":"POWER_SETTING_VALUE_VERSION","features":[341]},{"name":"POWER_SYSTEM_MAXIMUM","features":[341]},{"name":"POWER_USER_NOTIFY_FORCED_SHUTDOWN","features":[341]},{"name":"PO_THROTTLE_ADAPTIVE","features":[341]},{"name":"PO_THROTTLE_CONSTANT","features":[341]},{"name":"PO_THROTTLE_DEGRADE","features":[341]},{"name":"PO_THROTTLE_MAXIMUM","features":[341]},{"name":"PO_THROTTLE_NONE","features":[341]},{"name":"PRAGMA_DEPRECATED_DDK","features":[341]},{"name":"PRIVILEGE_SET_ALL_NECESSARY","features":[341]},{"name":"PROCESSOR_ALPHA_21064","features":[341]},{"name":"PROCESSOR_AMD_X8664","features":[341]},{"name":"PROCESSOR_ARM720","features":[341]},{"name":"PROCESSOR_ARM820","features":[341]},{"name":"PROCESSOR_ARM920","features":[341]},{"name":"PROCESSOR_ARM_7TDMI","features":[341]},{"name":"PROCESSOR_DUTY_CYCLING_DISABLED","features":[341]},{"name":"PROCESSOR_DUTY_CYCLING_ENABLED","features":[341]},{"name":"PROCESSOR_HITACHI_SH3","features":[341]},{"name":"PROCESSOR_HITACHI_SH3E","features":[341]},{"name":"PROCESSOR_HITACHI_SH4","features":[341]},{"name":"PROCESSOR_IDLESTATE_INFO","features":[341]},{"name":"PROCESSOR_IDLESTATE_POLICY","features":[341]},{"name":"PROCESSOR_IDLESTATE_POLICY_COUNT","features":[341]},{"name":"PROCESSOR_INTEL_386","features":[341]},{"name":"PROCESSOR_INTEL_486","features":[341]},{"name":"PROCESSOR_INTEL_IA64","features":[341]},{"name":"PROCESSOR_INTEL_PENTIUM","features":[341]},{"name":"PROCESSOR_MIPS_R4000","features":[341]},{"name":"PROCESSOR_MOTOROLA_821","features":[341]},{"name":"PROCESSOR_OPTIL","features":[341]},{"name":"PROCESSOR_PERFSTATE_POLICY","features":[341]},{"name":"PROCESSOR_PERF_AUTONOMOUS_MODE_DISABLED","features":[341]},{"name":"PROCESSOR_PERF_AUTONOMOUS_MODE_ENABLED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_AGGRESSIVE","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_AGGRESSIVE_AT_GUARANTEED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_DISABLED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_AGGRESSIVE","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_AGGRESSIVE_AT_GUARANTEED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_ENABLED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_ENABLED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_MAX","features":[341]},{"name":"PROCESSOR_PERF_BOOST_POLICY_DISABLED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_POLICY_MAX","features":[341]},{"name":"PROCESSOR_PERF_ENERGY_PREFERENCE","features":[341]},{"name":"PROCESSOR_PERF_MAXIMUM_ACTIVITY_WINDOW","features":[341]},{"name":"PROCESSOR_PERF_MINIMUM_ACTIVITY_WINDOW","features":[341]},{"name":"PROCESSOR_PERF_PERFORMANCE_PREFERENCE","features":[341]},{"name":"PROCESSOR_PPC_601","features":[341]},{"name":"PROCESSOR_PPC_603","features":[341]},{"name":"PROCESSOR_PPC_604","features":[341]},{"name":"PROCESSOR_PPC_620","features":[341]},{"name":"PROCESSOR_SHx_SH3","features":[341]},{"name":"PROCESSOR_SHx_SH4","features":[341]},{"name":"PROCESSOR_STRONGARM","features":[341]},{"name":"PROCESSOR_THROTTLE_AUTOMATIC","features":[341]},{"name":"PROCESSOR_THROTTLE_DISABLED","features":[341]},{"name":"PROCESSOR_THROTTLE_ENABLED","features":[341]},{"name":"PROCESS_HEAP_ENTRY_BUSY","features":[341]},{"name":"PROCESS_HEAP_ENTRY_DDESHARE","features":[341]},{"name":"PROCESS_HEAP_ENTRY_MOVEABLE","features":[341]},{"name":"PROCESS_HEAP_REGION","features":[341]},{"name":"PROCESS_HEAP_SEG_ALLOC","features":[341]},{"name":"PROCESS_HEAP_UNCOMMITTED_RANGE","features":[341]},{"name":"PROCESS_MITIGATION_ACTIVATION_CONTEXT_TRUST_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_ASLR_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_CHILD_PROCESS_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_DEP_POLICY","features":[307,341]},{"name":"PROCESS_MITIGATION_DYNAMIC_CODE_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_FONT_DISABLE_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_IMAGE_LOAD_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_SEHOP_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY","features":[341]},{"name":"PROCESS_TRUST_LABEL_SECURITY_INFORMATION","features":[341]},{"name":"PROC_IDLE_BUCKET_COUNT","features":[341]},{"name":"PROC_IDLE_BUCKET_COUNT_EX","features":[341]},{"name":"PRODUCT_ARM64_SERVER","features":[341]},{"name":"PRODUCT_AZURESTACKHCI_SERVER_CORE","features":[341]},{"name":"PRODUCT_AZURE_NANO_SERVER","features":[341]},{"name":"PRODUCT_AZURE_SERVER_CLOUDHOST","features":[341]},{"name":"PRODUCT_AZURE_SERVER_CLOUDMOS","features":[341]},{"name":"PRODUCT_AZURE_SERVER_CORE","features":[341]},{"name":"PRODUCT_CLOUD","features":[341]},{"name":"PRODUCT_CLOUDE","features":[341]},{"name":"PRODUCT_CLOUDEDITION","features":[341]},{"name":"PRODUCT_CLOUDEDITIONN","features":[341]},{"name":"PRODUCT_CLOUDEN","features":[341]},{"name":"PRODUCT_CLOUDN","features":[341]},{"name":"PRODUCT_CLOUD_HOST_INFRASTRUCTURE_SERVER","features":[341]},{"name":"PRODUCT_CLOUD_STORAGE_SERVER","features":[341]},{"name":"PRODUCT_CONNECTED_CAR","features":[341]},{"name":"PRODUCT_CORE_ARM","features":[341]},{"name":"PRODUCT_CORE_CONNECTED","features":[341]},{"name":"PRODUCT_CORE_CONNECTED_COUNTRYSPECIFIC","features":[341]},{"name":"PRODUCT_CORE_CONNECTED_N","features":[341]},{"name":"PRODUCT_CORE_CONNECTED_SINGLELANGUAGE","features":[341]},{"name":"PRODUCT_DATACENTER_EVALUATION_SERVER_CORE","features":[341]},{"name":"PRODUCT_DATACENTER_NANO_SERVER","features":[341]},{"name":"PRODUCT_DATACENTER_SERVER_AZURE_EDITION","features":[341]},{"name":"PRODUCT_DATACENTER_SERVER_CORE_AZURE_EDITION","features":[341]},{"name":"PRODUCT_DATACENTER_WS_SERVER_CORE","features":[341]},{"name":"PRODUCT_EMBEDDED","features":[341]},{"name":"PRODUCT_EMBEDDED_A","features":[341]},{"name":"PRODUCT_EMBEDDED_AUTOMOTIVE","features":[341]},{"name":"PRODUCT_EMBEDDED_E","features":[341]},{"name":"PRODUCT_EMBEDDED_EVAL","features":[341]},{"name":"PRODUCT_EMBEDDED_E_EVAL","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_A","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_A_E","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_E","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_EVAL","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_E_EVAL","features":[341]},{"name":"PRODUCT_ENTERPRISEG","features":[341]},{"name":"PRODUCT_ENTERPRISEGN","features":[341]},{"name":"PRODUCT_ENTERPRISE_SUBSCRIPTION","features":[341]},{"name":"PRODUCT_ENTERPRISE_SUBSCRIPTION_N","features":[341]},{"name":"PRODUCT_HOLOGRAPHIC","features":[341]},{"name":"PRODUCT_HOLOGRAPHIC_BUSINESS","features":[341]},{"name":"PRODUCT_HUBOS","features":[341]},{"name":"PRODUCT_INDUSTRY_HANDHELD","features":[341]},{"name":"PRODUCT_IOTEDGEOS","features":[341]},{"name":"PRODUCT_IOTENTERPRISE","features":[341]},{"name":"PRODUCT_IOTENTERPRISES","features":[341]},{"name":"PRODUCT_IOTOS","features":[341]},{"name":"PRODUCT_LITE","features":[341]},{"name":"PRODUCT_NANO_SERVER","features":[341]},{"name":"PRODUCT_ONECOREUPDATEOS","features":[341]},{"name":"PRODUCT_PPI_PRO","features":[341]},{"name":"PRODUCT_PROFESSIONAL_EMBEDDED","features":[341]},{"name":"PRODUCT_PROFESSIONAL_S","features":[341]},{"name":"PRODUCT_PROFESSIONAL_STUDENT","features":[341]},{"name":"PRODUCT_PROFESSIONAL_STUDENT_N","features":[341]},{"name":"PRODUCT_PROFESSIONAL_S_N","features":[341]},{"name":"PRODUCT_PRO_CHINA","features":[341]},{"name":"PRODUCT_PRO_FOR_EDUCATION","features":[341]},{"name":"PRODUCT_PRO_FOR_EDUCATION_N","features":[341]},{"name":"PRODUCT_PRO_SINGLE_LANGUAGE","features":[341]},{"name":"PRODUCT_SERVERRDSH","features":[341]},{"name":"PRODUCT_SOLUTION_EMBEDDEDSERVER_CORE","features":[341]},{"name":"PRODUCT_STANDARD_EVALUATION_SERVER_CORE","features":[341]},{"name":"PRODUCT_STANDARD_NANO_SERVER","features":[341]},{"name":"PRODUCT_STANDARD_SERVER_CORE","features":[341]},{"name":"PRODUCT_STANDARD_WS_SERVER_CORE","features":[341]},{"name":"PRODUCT_THINPC","features":[341]},{"name":"PRODUCT_UNLICENSED","features":[341]},{"name":"PRODUCT_UTILITY_VM","features":[341]},{"name":"PRODUCT_XBOX_DURANGOHOSTOS","features":[341]},{"name":"PRODUCT_XBOX_ERAOS","features":[341]},{"name":"PRODUCT_XBOX_GAMEOS","features":[341]},{"name":"PRODUCT_XBOX_KEYSTONE","features":[341]},{"name":"PRODUCT_XBOX_SCARLETTHOSTOS","features":[341]},{"name":"PRODUCT_XBOX_SYSTEMOS","features":[341]},{"name":"PTERMINATION_HANDLER","features":[307,341]},{"name":"PTERMINATION_HANDLER","features":[307,341]},{"name":"PUMS_SCHEDULER_ENTRY_POINT","features":[341]},{"name":"PcTeb","features":[341]},{"name":"PdataCrChained","features":[341]},{"name":"PdataCrChainedWithPac","features":[341]},{"name":"PdataCrUnchained","features":[341]},{"name":"PdataCrUnchainedSavedLr","features":[341]},{"name":"PdataPackedUnwindFragment","features":[341]},{"name":"PdataPackedUnwindFunction","features":[341]},{"name":"PdataRefToFullXdata","features":[341]},{"name":"PowerMonitorDim","features":[341]},{"name":"PowerMonitorOff","features":[341]},{"name":"PowerMonitorOn","features":[341]},{"name":"QUOTA_LIMITS_EX","features":[341]},{"name":"QUOTA_LIMITS_USE_DEFAULT_LIMITS","features":[341]},{"name":"RATE_QUOTA_LIMIT","features":[341]},{"name":"READ_THREAD_PROFILING_FLAG_DISPATCHING","features":[341]},{"name":"READ_THREAD_PROFILING_FLAG_HARDWARE_COUNTERS","features":[341]},{"name":"REARRANGE_FILE_DATA","features":[307,341]},{"name":"REARRANGE_FILE_DATA32","features":[341]},{"name":"RECO_COPY","features":[341]},{"name":"RECO_CUT","features":[341]},{"name":"RECO_DRAG","features":[341]},{"name":"RECO_DROP","features":[341]},{"name":"RECO_FLAGS","features":[341]},{"name":"RECO_PASTE","features":[341]},{"name":"REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO","features":[341]},{"name":"REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO_VERSION","features":[341]},{"name":"REG_APP_HIVE","features":[341]},{"name":"REG_APP_HIVE_OPEN_READ_ONLY","features":[341]},{"name":"REG_BOOT_HIVE","features":[341]},{"name":"REG_FLUSH_HIVE_FILE_GROWTH","features":[341]},{"name":"REG_FORCE_UNLOAD","features":[341]},{"name":"REG_HIVE_EXACT_FILE_GROWTH","features":[341]},{"name":"REG_HIVE_NO_RM","features":[341]},{"name":"REG_HIVE_SINGLE_LOG","features":[341]},{"name":"REG_IMMUTABLE","features":[341]},{"name":"REG_LOAD_HIVE_OPEN_HANDLE","features":[341]},{"name":"REG_NO_IMPERSONATION_FALLBACK","features":[341]},{"name":"REG_NO_LAZY_FLUSH","features":[341]},{"name":"REG_OPEN_READ_ONLY","features":[341]},{"name":"REG_PROCESS_PRIVATE","features":[341]},{"name":"REG_REFRESH_HIVE","features":[341]},{"name":"REG_START_JOURNAL","features":[341]},{"name":"REG_UNLOAD_LEGAL_FLAGS","features":[341]},{"name":"RESOURCEMANAGER_BASIC_INFORMATION","features":[341]},{"name":"RESOURCEMANAGER_COMPLETE_PROPAGATION","features":[341]},{"name":"RESOURCEMANAGER_COMPLETION_INFORMATION","features":[307,341]},{"name":"RESOURCEMANAGER_ENLIST","features":[341]},{"name":"RESOURCEMANAGER_GET_NOTIFICATION","features":[341]},{"name":"RESOURCEMANAGER_INFORMATION_CLASS","features":[341]},{"name":"RESOURCEMANAGER_QUERY_INFORMATION","features":[341]},{"name":"RESOURCEMANAGER_RECOVER","features":[341]},{"name":"RESOURCEMANAGER_REGISTER_PROTOCOL","features":[341]},{"name":"RESOURCEMANAGER_SET_INFORMATION","features":[341]},{"name":"ROT_COMPARE_MAX","features":[341]},{"name":"RTL_UMS_SCHEDULER_REASON","features":[341]},{"name":"RTL_UMS_VERSION","features":[341]},{"name":"RTL_VIRTUAL_UNWIND2_VALIDATE_PAC","features":[341]},{"name":"RUNTIME_FUNCTION_INDIRECT","features":[341]},{"name":"RecognizerType","features":[341]},{"name":"RemHBITMAP","features":[341]},{"name":"RemHBRUSH","features":[341]},{"name":"RemHENHMETAFILE","features":[341]},{"name":"RemHGLOBAL","features":[341]},{"name":"RemHMETAFILEPICT","features":[341]},{"name":"RemHPALETTE","features":[341]},{"name":"RemotableHandle","features":[341]},{"name":"ReplacesCorHdrNumericDefines","features":[341]},{"name":"ResourceManagerBasicInformation","features":[341]},{"name":"ResourceManagerCompletionInformation","features":[341]},{"name":"RunlevelInformationInActivationContext","features":[341]},{"name":"SCOPE_TABLE_AMD64","features":[341]},{"name":"SCOPE_TABLE_ARM","features":[341]},{"name":"SCOPE_TABLE_ARM64","features":[341]},{"name":"SCRUB_DATA_INPUT","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_IGNORE_REDUNDANCY","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_OPLOCK_NOT_ACQUIRED","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_RESUME","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_SCRUB_BY_OBJECT_ID","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_DATA","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_IN_SYNC","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_NON_INTEGRITY_DATA","features":[341]},{"name":"SCRUB_DATA_OUTPUT","features":[341]},{"name":"SCRUB_DATA_OUTPUT_FLAG_INCOMPLETE","features":[341]},{"name":"SCRUB_DATA_OUTPUT_FLAG_NON_USER_DATA_RANGE","features":[341]},{"name":"SCRUB_DATA_OUTPUT_FLAG_PARITY_EXTENT_DATA_RETURNED","features":[341]},{"name":"SCRUB_DATA_OUTPUT_FLAG_RESUME_CONTEXT_LENGTH_SPECIFIED","features":[341]},{"name":"SCRUB_PARITY_EXTENT","features":[341]},{"name":"SCRUB_PARITY_EXTENT_DATA","features":[341]},{"name":"SECURITY_ANONYMOUS_LOGON_RID","features":[341]},{"name":"SECURITY_APPPOOL_ID_BASE_RID","features":[341]},{"name":"SECURITY_APPPOOL_ID_RID_COUNT","features":[341]},{"name":"SECURITY_APP_PACKAGE_BASE_RID","features":[341]},{"name":"SECURITY_APP_PACKAGE_RID_COUNT","features":[341]},{"name":"SECURITY_AUTHENTICATED_USER_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY_ASSERTED_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY_RID_COUNT","features":[341]},{"name":"SECURITY_AUTHENTICATION_FRESH_KEY_AUTH_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_KEY_PROPERTY_ATTESTATION_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_KEY_PROPERTY_MFA_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_KEY_TRUST_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_SERVICE_ASSERTED_RID","features":[341]},{"name":"SECURITY_BATCH_RID","features":[341]},{"name":"SECURITY_BUILTIN_APP_PACKAGE_RID_COUNT","features":[341]},{"name":"SECURITY_BUILTIN_CAPABILITY_RID_COUNT","features":[341]},{"name":"SECURITY_BUILTIN_DOMAIN_RID","features":[341]},{"name":"SECURITY_BUILTIN_PACKAGE_ANY_PACKAGE","features":[341]},{"name":"SECURITY_BUILTIN_PACKAGE_ANY_RESTRICTED_PACKAGE","features":[341]},{"name":"SECURITY_CAPABILITY_APPOINTMENTS","features":[341]},{"name":"SECURITY_CAPABILITY_APP_RID","features":[341]},{"name":"SECURITY_CAPABILITY_APP_SILO_RID","features":[341]},{"name":"SECURITY_CAPABILITY_BASE_RID","features":[341]},{"name":"SECURITY_CAPABILITY_CONTACTS","features":[341]},{"name":"SECURITY_CAPABILITY_DOCUMENTS_LIBRARY","features":[341]},{"name":"SECURITY_CAPABILITY_ENTERPRISE_AUTHENTICATION","features":[341]},{"name":"SECURITY_CAPABILITY_INTERNET_CLIENT","features":[341]},{"name":"SECURITY_CAPABILITY_INTERNET_CLIENT_SERVER","features":[341]},{"name":"SECURITY_CAPABILITY_INTERNET_EXPLORER","features":[341]},{"name":"SECURITY_CAPABILITY_MUSIC_LIBRARY","features":[341]},{"name":"SECURITY_CAPABILITY_PICTURES_LIBRARY","features":[341]},{"name":"SECURITY_CAPABILITY_PRIVATE_NETWORK_CLIENT_SERVER","features":[341]},{"name":"SECURITY_CAPABILITY_REMOVABLE_STORAGE","features":[341]},{"name":"SECURITY_CAPABILITY_RID_COUNT","features":[341]},{"name":"SECURITY_CAPABILITY_SHARED_USER_CERTIFICATES","features":[341]},{"name":"SECURITY_CAPABILITY_VIDEOS_LIBRARY","features":[341]},{"name":"SECURITY_CCG_ID_BASE_RID","features":[341]},{"name":"SECURITY_CHILD_PACKAGE_RID_COUNT","features":[341]},{"name":"SECURITY_CLOUD_INFRASTRUCTURE_SERVICES_ID_BASE_RID","features":[341]},{"name":"SECURITY_CLOUD_INFRASTRUCTURE_SERVICES_ID_RID_COUNT","features":[341]},{"name":"SECURITY_COM_ID_BASE_RID","features":[341]},{"name":"SECURITY_CREATOR_GROUP_RID","features":[341]},{"name":"SECURITY_CREATOR_GROUP_SERVER_RID","features":[341]},{"name":"SECURITY_CREATOR_OWNER_RID","features":[341]},{"name":"SECURITY_CREATOR_OWNER_RIGHTS_RID","features":[341]},{"name":"SECURITY_CREATOR_OWNER_SERVER_RID","features":[341]},{"name":"SECURITY_CRED_TYPE_BASE_RID","features":[341]},{"name":"SECURITY_CRED_TYPE_RID_COUNT","features":[341]},{"name":"SECURITY_CRED_TYPE_THIS_ORG_CERT_RID","features":[341]},{"name":"SECURITY_DASHOST_ID_BASE_RID","features":[341]},{"name":"SECURITY_DASHOST_ID_RID_COUNT","features":[341]},{"name":"SECURITY_DESCRIPTOR_REVISION","features":[341]},{"name":"SECURITY_DESCRIPTOR_REVISION1","features":[341]},{"name":"SECURITY_DIALUP_RID","features":[341]},{"name":"SECURITY_ENTERPRISE_CONTROLLERS_RID","features":[341]},{"name":"SECURITY_ENTERPRISE_READONLY_CONTROLLERS_RID","features":[341]},{"name":"SECURITY_INSTALLER_CAPABILITY_RID_COUNT","features":[341]},{"name":"SECURITY_INSTALLER_GROUP_CAPABILITY_BASE","features":[341]},{"name":"SECURITY_INSTALLER_GROUP_CAPABILITY_RID_COUNT","features":[341]},{"name":"SECURITY_INTERACTIVE_RID","features":[341]},{"name":"SECURITY_IUSER_RID","features":[341]},{"name":"SECURITY_LOCAL_ACCOUNT_AND_ADMIN_RID","features":[341]},{"name":"SECURITY_LOCAL_ACCOUNT_RID","features":[341]},{"name":"SECURITY_LOCAL_LOGON_RID","features":[341]},{"name":"SECURITY_LOCAL_RID","features":[341]},{"name":"SECURITY_LOCAL_SERVICE_RID","features":[341]},{"name":"SECURITY_LOCAL_SYSTEM_RID","features":[341]},{"name":"SECURITY_LOGON_IDS_RID","features":[341]},{"name":"SECURITY_LOGON_IDS_RID_COUNT","features":[341]},{"name":"SECURITY_MANDATORY_HIGH_RID","features":[341]},{"name":"SECURITY_MANDATORY_LOW_RID","features":[341]},{"name":"SECURITY_MANDATORY_MAXIMUM_USER_RID","features":[341]},{"name":"SECURITY_MANDATORY_MEDIUM_PLUS_RID","features":[341]},{"name":"SECURITY_MANDATORY_MEDIUM_RID","features":[341]},{"name":"SECURITY_MANDATORY_PROTECTED_PROCESS_RID","features":[341]},{"name":"SECURITY_MANDATORY_SYSTEM_RID","features":[341]},{"name":"SECURITY_MANDATORY_UNTRUSTED_RID","features":[341]},{"name":"SECURITY_MAX_ALWAYS_FILTERED","features":[341]},{"name":"SECURITY_MAX_BASE_RID","features":[341]},{"name":"SECURITY_MIN_BASE_RID","features":[341]},{"name":"SECURITY_MIN_NEVER_FILTERED","features":[341]},{"name":"SECURITY_NETWORK_RID","features":[341]},{"name":"SECURITY_NETWORK_SERVICE_RID","features":[341]},{"name":"SECURITY_NFS_ID_BASE_RID","features":[341]},{"name":"SECURITY_NT_NON_UNIQUE","features":[341]},{"name":"SECURITY_NT_NON_UNIQUE_SUB_AUTH_COUNT","features":[341]},{"name":"SECURITY_NULL_RID","features":[341]},{"name":"SECURITY_OBJECT_AI_PARAMS","features":[341]},{"name":"SECURITY_OTHER_ORGANIZATION_RID","features":[341]},{"name":"SECURITY_PACKAGE_BASE_RID","features":[341]},{"name":"SECURITY_PACKAGE_DIGEST_RID","features":[341]},{"name":"SECURITY_PACKAGE_NTLM_RID","features":[341]},{"name":"SECURITY_PACKAGE_RID_COUNT","features":[341]},{"name":"SECURITY_PACKAGE_SCHANNEL_RID","features":[341]},{"name":"SECURITY_PARENT_PACKAGE_RID_COUNT","features":[341]},{"name":"SECURITY_PRINCIPAL_SELF_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_ANTIMALWARE_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_APP_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_AUTHENTICODE_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_NONE_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_WINDOWS_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_WINTCB_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_FULL_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_LITE_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_NONE_RID","features":[341]},{"name":"SECURITY_PROCESS_TRUST_AUTHORITY_RID_COUNT","features":[341]},{"name":"SECURITY_PROXY_RID","features":[341]},{"name":"SECURITY_RDV_GFX_BASE_RID","features":[341]},{"name":"SECURITY_REMOTE_LOGON_RID","features":[341]},{"name":"SECURITY_RESERVED_ID_BASE_RID","features":[341]},{"name":"SECURITY_RESTRICTED_CODE_RID","features":[341]},{"name":"SECURITY_SERVER_LOGON_RID","features":[341]},{"name":"SECURITY_SERVICE_ID_BASE_RID","features":[341]},{"name":"SECURITY_SERVICE_ID_RID_COUNT","features":[341]},{"name":"SECURITY_SERVICE_RID","features":[341]},{"name":"SECURITY_TASK_ID_BASE_RID","features":[341]},{"name":"SECURITY_TERMINAL_SERVER_RID","features":[341]},{"name":"SECURITY_THIS_ORGANIZATION_RID","features":[341]},{"name":"SECURITY_TRUSTED_INSTALLER_RID1","features":[341]},{"name":"SECURITY_TRUSTED_INSTALLER_RID2","features":[341]},{"name":"SECURITY_TRUSTED_INSTALLER_RID3","features":[341]},{"name":"SECURITY_TRUSTED_INSTALLER_RID4","features":[341]},{"name":"SECURITY_TRUSTED_INSTALLER_RID5","features":[341]},{"name":"SECURITY_UMFD_BASE_RID","features":[341]},{"name":"SECURITY_USERMANAGER_ID_BASE_RID","features":[341]},{"name":"SECURITY_USERMANAGER_ID_RID_COUNT","features":[341]},{"name":"SECURITY_USERMODEDRIVERHOST_ID_BASE_RID","features":[341]},{"name":"SECURITY_USERMODEDRIVERHOST_ID_RID_COUNT","features":[341]},{"name":"SECURITY_VIRTUALACCOUNT_ID_RID_COUNT","features":[341]},{"name":"SECURITY_VIRTUALSERVER_ID_BASE_RID","features":[341]},{"name":"SECURITY_VIRTUALSERVER_ID_RID_COUNT","features":[341]},{"name":"SECURITY_WINDOWSMOBILE_ID_BASE_RID","features":[341]},{"name":"SECURITY_WINDOW_MANAGER_BASE_RID","features":[341]},{"name":"SECURITY_WINRM_ID_BASE_RID","features":[341]},{"name":"SECURITY_WINRM_ID_RID_COUNT","features":[341]},{"name":"SECURITY_WMIHOST_ID_BASE_RID","features":[341]},{"name":"SECURITY_WMIHOST_ID_RID_COUNT","features":[341]},{"name":"SECURITY_WORLD_RID","features":[341]},{"name":"SECURITY_WRITE_RESTRICTED_CODE_RID","features":[341]},{"name":"SEC_HUGE_PAGES","features":[341]},{"name":"SEF_AI_USE_EXTRA_PARAMS","features":[341]},{"name":"SEF_FORCE_USER_MODE","features":[341]},{"name":"SEF_NORMALIZE_OUTPUT_DESCRIPTOR","features":[341]},{"name":"SERVERSILO_BASIC_INFORMATION","features":[307,341]},{"name":"SERVERSILO_INITING","features":[341]},{"name":"SERVERSILO_SHUTTING_DOWN","features":[341]},{"name":"SERVERSILO_STARTED","features":[341]},{"name":"SERVERSILO_STATE","features":[341]},{"name":"SERVERSILO_TERMINATED","features":[341]},{"name":"SERVERSILO_TERMINATING","features":[341]},{"name":"SERVICE_ERROR_TYPE","features":[341]},{"name":"SERVICE_INTERACTIVE_PROCESS","features":[341]},{"name":"SERVICE_LOAD_TYPE","features":[341]},{"name":"SERVICE_NODE_TYPE","features":[341]},{"name":"SERVICE_PKG_SERVICE","features":[341]},{"name":"SERVICE_USERSERVICE_INSTANCE","features":[341]},{"name":"SERVICE_USER_SERVICE","features":[341]},{"name":"SESSION_MODIFY_ACCESS","features":[341]},{"name":"SESSION_QUERY_ACCESS","features":[341]},{"name":"SE_ACCESS_CHECK_FLAG_NO_LEARNING_MODE_LOGGING","features":[341]},{"name":"SE_ACCESS_CHECK_VALID_FLAGS","features":[341]},{"name":"SE_ACTIVATE_AS_USER_CAPABILITY","features":[341]},{"name":"SE_APP_SILO_PRINT_CAPABILITY","features":[341]},{"name":"SE_APP_SILO_PROFILES_ROOT_MINIMAL_CAPABILITY","features":[341]},{"name":"SE_APP_SILO_USER_PROFILE_MINIMAL_CAPABILITY","features":[341]},{"name":"SE_APP_SILO_VOLUME_ROOT_MINIMAL_CAPABILITY","features":[341]},{"name":"SE_CONSTRAINED_IMPERSONATION_CAPABILITY","features":[341]},{"name":"SE_DEVELOPMENT_MODE_NETWORK_CAPABILITY","features":[341]},{"name":"SE_GROUP_ENABLED","features":[341]},{"name":"SE_GROUP_ENABLED_BY_DEFAULT","features":[341]},{"name":"SE_GROUP_INTEGRITY","features":[341]},{"name":"SE_GROUP_INTEGRITY_ENABLED","features":[341]},{"name":"SE_GROUP_LOGON_ID","features":[341]},{"name":"SE_GROUP_MANDATORY","features":[341]},{"name":"SE_GROUP_OWNER","features":[341]},{"name":"SE_GROUP_RESOURCE","features":[341]},{"name":"SE_GROUP_USE_FOR_DENY_ONLY","features":[341]},{"name":"SE_IMAGE_SIGNATURE_TYPE","features":[341]},{"name":"SE_LEARNING_MODE_LOGGING_CAPABILITY","features":[341]},{"name":"SE_MUMA_CAPABILITY","features":[341]},{"name":"SE_PERMISSIVE_LEARNING_MODE_CAPABILITY","features":[341]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_ACCESS_FILTER_ACE","features":[341]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_LABEL_ACE","features":[341]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_OWNER_ACE","features":[341]},{"name":"SE_SECURITY_DESCRIPTOR_VALID_FLAGS","features":[341]},{"name":"SE_SESSION_IMPERSONATION_CAPABILITY","features":[341]},{"name":"SE_SIGNING_LEVEL_ANTIMALWARE","features":[341]},{"name":"SE_SIGNING_LEVEL_AUTHENTICODE","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_1","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_2","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_3","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_4","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_5","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_6","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_7","features":[341]},{"name":"SE_SIGNING_LEVEL_DEVELOPER","features":[341]},{"name":"SE_SIGNING_LEVEL_DYNAMIC_CODEGEN","features":[341]},{"name":"SE_SIGNING_LEVEL_ENTERPRISE","features":[341]},{"name":"SE_SIGNING_LEVEL_MICROSOFT","features":[341]},{"name":"SE_SIGNING_LEVEL_STORE","features":[341]},{"name":"SE_SIGNING_LEVEL_UNCHECKED","features":[341]},{"name":"SE_SIGNING_LEVEL_UNSIGNED","features":[341]},{"name":"SE_SIGNING_LEVEL_WINDOWS","features":[341]},{"name":"SE_SIGNING_LEVEL_WINDOWS_TCB","features":[341]},{"name":"SE_TOKEN_USER","features":[310,341]},{"name":"SFGAO_BROWSABLE","features":[341]},{"name":"SFGAO_CANCOPY","features":[341]},{"name":"SFGAO_CANDELETE","features":[341]},{"name":"SFGAO_CANLINK","features":[341]},{"name":"SFGAO_CANMONIKER","features":[341]},{"name":"SFGAO_CANMOVE","features":[341]},{"name":"SFGAO_CANRENAME","features":[341]},{"name":"SFGAO_CAPABILITYMASK","features":[341]},{"name":"SFGAO_COMPRESSED","features":[341]},{"name":"SFGAO_CONTENTSMASK","features":[341]},{"name":"SFGAO_DISPLAYATTRMASK","features":[341]},{"name":"SFGAO_DROPTARGET","features":[341]},{"name":"SFGAO_ENCRYPTED","features":[341]},{"name":"SFGAO_FILESYSANCESTOR","features":[341]},{"name":"SFGAO_FILESYSTEM","features":[341]},{"name":"SFGAO_FLAGS","features":[341]},{"name":"SFGAO_FOLDER","features":[341]},{"name":"SFGAO_GHOSTED","features":[341]},{"name":"SFGAO_HASPROPSHEET","features":[341]},{"name":"SFGAO_HASSTORAGE","features":[341]},{"name":"SFGAO_HASSUBFOLDER","features":[341]},{"name":"SFGAO_HIDDEN","features":[341]},{"name":"SFGAO_ISSLOW","features":[341]},{"name":"SFGAO_LINK","features":[341]},{"name":"SFGAO_NEWCONTENT","features":[341]},{"name":"SFGAO_NONENUMERATED","features":[341]},{"name":"SFGAO_PKEYSFGAOMASK","features":[341]},{"name":"SFGAO_PLACEHOLDER","features":[341]},{"name":"SFGAO_READONLY","features":[341]},{"name":"SFGAO_REMOVABLE","features":[341]},{"name":"SFGAO_SHARE","features":[341]},{"name":"SFGAO_STORAGE","features":[341]},{"name":"SFGAO_STORAGEANCESTOR","features":[341]},{"name":"SFGAO_STORAGECAPMASK","features":[341]},{"name":"SFGAO_STREAM","features":[341]},{"name":"SFGAO_SYSTEM","features":[341]},{"name":"SFGAO_VALIDATE","features":[341]},{"name":"SHARED_VIRTUAL_DISK_SUPPORT","features":[341]},{"name":"SHUFFLE_FILE_DATA","features":[341]},{"name":"SHUFFLE_FILE_FLAG_SKIP_INITIALIZING_NEW_CLUSTERS","features":[341]},{"name":"SID_HASH_SIZE","features":[341]},{"name":"SID_MAX_SUB_AUTHORITIES","features":[341]},{"name":"SID_RECOMMENDED_SUB_AUTHORITIES","features":[341]},{"name":"SID_REVISION","features":[341]},{"name":"SILOOBJECT_BASIC_INFORMATION","features":[307,341]},{"name":"SIZEOF_RFPO_DATA","features":[341]},{"name":"SIZE_OF_80387_REGISTERS","features":[341]},{"name":"SMB_CCF_APP_INSTANCE_EA_NAME","features":[341]},{"name":"SMT_UNPARKING_POLICY_CORE","features":[341]},{"name":"SMT_UNPARKING_POLICY_CORE_PER_THREAD","features":[341]},{"name":"SMT_UNPARKING_POLICY_LP_ROUNDROBIN","features":[341]},{"name":"SMT_UNPARKING_POLICY_LP_SEQUENTIAL","features":[341]},{"name":"SORT_CHINESE_BIG5","features":[341]},{"name":"SORT_CHINESE_BOPOMOFO","features":[341]},{"name":"SORT_CHINESE_PRC","features":[341]},{"name":"SORT_CHINESE_PRCP","features":[341]},{"name":"SORT_CHINESE_RADICALSTROKE","features":[341]},{"name":"SORT_CHINESE_UNICODE","features":[341]},{"name":"SORT_DEFAULT","features":[341]},{"name":"SORT_GEORGIAN_MODERN","features":[341]},{"name":"SORT_GEORGIAN_TRADITIONAL","features":[341]},{"name":"SORT_GERMAN_PHONE_BOOK","features":[341]},{"name":"SORT_HUNGARIAN_DEFAULT","features":[341]},{"name":"SORT_HUNGARIAN_TECHNICAL","features":[341]},{"name":"SORT_INVARIANT_MATH","features":[341]},{"name":"SORT_JAPANESE_RADICALSTROKE","features":[341]},{"name":"SORT_JAPANESE_UNICODE","features":[341]},{"name":"SORT_JAPANESE_XJIS","features":[341]},{"name":"SORT_KOREAN_KSC","features":[341]},{"name":"SORT_KOREAN_UNICODE","features":[341]},{"name":"SS_BITMAP","features":[341]},{"name":"SS_BLACKFRAME","features":[341]},{"name":"SS_BLACKRECT","features":[341]},{"name":"SS_CENTER","features":[341]},{"name":"SS_CENTERIMAGE","features":[341]},{"name":"SS_EDITCONTROL","features":[341]},{"name":"SS_ELLIPSISMASK","features":[341]},{"name":"SS_ENDELLIPSIS","features":[341]},{"name":"SS_ENHMETAFILE","features":[341]},{"name":"SS_ETCHEDFRAME","features":[341]},{"name":"SS_ETCHEDHORZ","features":[341]},{"name":"SS_ETCHEDVERT","features":[341]},{"name":"SS_GRAYFRAME","features":[341]},{"name":"SS_GRAYRECT","features":[341]},{"name":"SS_ICON","features":[341]},{"name":"SS_LEFT","features":[341]},{"name":"SS_LEFTNOWORDWRAP","features":[341]},{"name":"SS_NOPREFIX","features":[341]},{"name":"SS_NOTIFY","features":[341]},{"name":"SS_OWNERDRAW","features":[341]},{"name":"SS_PATHELLIPSIS","features":[341]},{"name":"SS_REALSIZECONTROL","features":[341]},{"name":"SS_REALSIZEIMAGE","features":[341]},{"name":"SS_RIGHT","features":[341]},{"name":"SS_RIGHTJUST","features":[341]},{"name":"SS_SIMPLE","features":[341]},{"name":"SS_SUNKEN","features":[341]},{"name":"SS_TYPEMASK","features":[341]},{"name":"SS_USERITEM","features":[341]},{"name":"SS_WHITEFRAME","features":[341]},{"name":"SS_WHITERECT","features":[341]},{"name":"SS_WORDELLIPSIS","features":[341]},{"name":"STATIC_STYLES","features":[341]},{"name":"SUBLANG_AFRIKAANS_SOUTH_AFRICA","features":[341]},{"name":"SUBLANG_ALBANIAN_ALBANIA","features":[341]},{"name":"SUBLANG_ALSATIAN_FRANCE","features":[341]},{"name":"SUBLANG_AMHARIC_ETHIOPIA","features":[341]},{"name":"SUBLANG_ARABIC_ALGERIA","features":[341]},{"name":"SUBLANG_ARABIC_BAHRAIN","features":[341]},{"name":"SUBLANG_ARABIC_EGYPT","features":[341]},{"name":"SUBLANG_ARABIC_IRAQ","features":[341]},{"name":"SUBLANG_ARABIC_JORDAN","features":[341]},{"name":"SUBLANG_ARABIC_KUWAIT","features":[341]},{"name":"SUBLANG_ARABIC_LEBANON","features":[341]},{"name":"SUBLANG_ARABIC_LIBYA","features":[341]},{"name":"SUBLANG_ARABIC_MOROCCO","features":[341]},{"name":"SUBLANG_ARABIC_OMAN","features":[341]},{"name":"SUBLANG_ARABIC_QATAR","features":[341]},{"name":"SUBLANG_ARABIC_SAUDI_ARABIA","features":[341]},{"name":"SUBLANG_ARABIC_SYRIA","features":[341]},{"name":"SUBLANG_ARABIC_TUNISIA","features":[341]},{"name":"SUBLANG_ARABIC_UAE","features":[341]},{"name":"SUBLANG_ARABIC_YEMEN","features":[341]},{"name":"SUBLANG_ARMENIAN_ARMENIA","features":[341]},{"name":"SUBLANG_ASSAMESE_INDIA","features":[341]},{"name":"SUBLANG_AZERBAIJANI_AZERBAIJAN_CYRILLIC","features":[341]},{"name":"SUBLANG_AZERBAIJANI_AZERBAIJAN_LATIN","features":[341]},{"name":"SUBLANG_AZERI_CYRILLIC","features":[341]},{"name":"SUBLANG_AZERI_LATIN","features":[341]},{"name":"SUBLANG_BANGLA_BANGLADESH","features":[341]},{"name":"SUBLANG_BANGLA_INDIA","features":[341]},{"name":"SUBLANG_BASHKIR_RUSSIA","features":[341]},{"name":"SUBLANG_BASQUE_BASQUE","features":[341]},{"name":"SUBLANG_BELARUSIAN_BELARUS","features":[341]},{"name":"SUBLANG_BENGALI_BANGLADESH","features":[341]},{"name":"SUBLANG_BENGALI_INDIA","features":[341]},{"name":"SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC","features":[341]},{"name":"SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN","features":[341]},{"name":"SUBLANG_BRETON_FRANCE","features":[341]},{"name":"SUBLANG_BULGARIAN_BULGARIA","features":[341]},{"name":"SUBLANG_CATALAN_CATALAN","features":[341]},{"name":"SUBLANG_CENTRAL_KURDISH_IRAQ","features":[341]},{"name":"SUBLANG_CHEROKEE_CHEROKEE","features":[341]},{"name":"SUBLANG_CHINESE_HONGKONG","features":[341]},{"name":"SUBLANG_CHINESE_MACAU","features":[341]},{"name":"SUBLANG_CHINESE_SIMPLIFIED","features":[341]},{"name":"SUBLANG_CHINESE_SINGAPORE","features":[341]},{"name":"SUBLANG_CHINESE_TRADITIONAL","features":[341]},{"name":"SUBLANG_CORSICAN_FRANCE","features":[341]},{"name":"SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN","features":[341]},{"name":"SUBLANG_CROATIAN_CROATIA","features":[341]},{"name":"SUBLANG_CUSTOM_DEFAULT","features":[341]},{"name":"SUBLANG_CUSTOM_UNSPECIFIED","features":[341]},{"name":"SUBLANG_CZECH_CZECH_REPUBLIC","features":[341]},{"name":"SUBLANG_DANISH_DENMARK","features":[341]},{"name":"SUBLANG_DARI_AFGHANISTAN","features":[341]},{"name":"SUBLANG_DEFAULT","features":[341]},{"name":"SUBLANG_DIVEHI_MALDIVES","features":[341]},{"name":"SUBLANG_DUTCH","features":[341]},{"name":"SUBLANG_DUTCH_BELGIAN","features":[341]},{"name":"SUBLANG_ENGLISH_AUS","features":[341]},{"name":"SUBLANG_ENGLISH_BELIZE","features":[341]},{"name":"SUBLANG_ENGLISH_CAN","features":[341]},{"name":"SUBLANG_ENGLISH_CARIBBEAN","features":[341]},{"name":"SUBLANG_ENGLISH_EIRE","features":[341]},{"name":"SUBLANG_ENGLISH_INDIA","features":[341]},{"name":"SUBLANG_ENGLISH_JAMAICA","features":[341]},{"name":"SUBLANG_ENGLISH_MALAYSIA","features":[341]},{"name":"SUBLANG_ENGLISH_NZ","features":[341]},{"name":"SUBLANG_ENGLISH_PHILIPPINES","features":[341]},{"name":"SUBLANG_ENGLISH_SINGAPORE","features":[341]},{"name":"SUBLANG_ENGLISH_SOUTH_AFRICA","features":[341]},{"name":"SUBLANG_ENGLISH_TRINIDAD","features":[341]},{"name":"SUBLANG_ENGLISH_UK","features":[341]},{"name":"SUBLANG_ENGLISH_US","features":[341]},{"name":"SUBLANG_ENGLISH_ZIMBABWE","features":[341]},{"name":"SUBLANG_ESTONIAN_ESTONIA","features":[341]},{"name":"SUBLANG_FAEROESE_FAROE_ISLANDS","features":[341]},{"name":"SUBLANG_FILIPINO_PHILIPPINES","features":[341]},{"name":"SUBLANG_FINNISH_FINLAND","features":[341]},{"name":"SUBLANG_FRENCH","features":[341]},{"name":"SUBLANG_FRENCH_BELGIAN","features":[341]},{"name":"SUBLANG_FRENCH_CANADIAN","features":[341]},{"name":"SUBLANG_FRENCH_LUXEMBOURG","features":[341]},{"name":"SUBLANG_FRENCH_MONACO","features":[341]},{"name":"SUBLANG_FRENCH_SWISS","features":[341]},{"name":"SUBLANG_FRISIAN_NETHERLANDS","features":[341]},{"name":"SUBLANG_FULAH_SENEGAL","features":[341]},{"name":"SUBLANG_GALICIAN_GALICIAN","features":[341]},{"name":"SUBLANG_GEORGIAN_GEORGIA","features":[341]},{"name":"SUBLANG_GERMAN","features":[341]},{"name":"SUBLANG_GERMAN_AUSTRIAN","features":[341]},{"name":"SUBLANG_GERMAN_LIECHTENSTEIN","features":[341]},{"name":"SUBLANG_GERMAN_LUXEMBOURG","features":[341]},{"name":"SUBLANG_GERMAN_SWISS","features":[341]},{"name":"SUBLANG_GREEK_GREECE","features":[341]},{"name":"SUBLANG_GREENLANDIC_GREENLAND","features":[341]},{"name":"SUBLANG_GUJARATI_INDIA","features":[341]},{"name":"SUBLANG_HAUSA_NIGERIA_LATIN","features":[341]},{"name":"SUBLANG_HAWAIIAN_US","features":[341]},{"name":"SUBLANG_HEBREW_ISRAEL","features":[341]},{"name":"SUBLANG_HINDI_INDIA","features":[341]},{"name":"SUBLANG_HUNGARIAN_HUNGARY","features":[341]},{"name":"SUBLANG_ICELANDIC_ICELAND","features":[341]},{"name":"SUBLANG_IGBO_NIGERIA","features":[341]},{"name":"SUBLANG_INDONESIAN_INDONESIA","features":[341]},{"name":"SUBLANG_INUKTITUT_CANADA","features":[341]},{"name":"SUBLANG_INUKTITUT_CANADA_LATIN","features":[341]},{"name":"SUBLANG_IRISH_IRELAND","features":[341]},{"name":"SUBLANG_ITALIAN","features":[341]},{"name":"SUBLANG_ITALIAN_SWISS","features":[341]},{"name":"SUBLANG_JAPANESE_JAPAN","features":[341]},{"name":"SUBLANG_KANNADA_INDIA","features":[341]},{"name":"SUBLANG_KASHMIRI_INDIA","features":[341]},{"name":"SUBLANG_KASHMIRI_SASIA","features":[341]},{"name":"SUBLANG_KAZAK_KAZAKHSTAN","features":[341]},{"name":"SUBLANG_KHMER_CAMBODIA","features":[341]},{"name":"SUBLANG_KICHE_GUATEMALA","features":[341]},{"name":"SUBLANG_KINYARWANDA_RWANDA","features":[341]},{"name":"SUBLANG_KONKANI_INDIA","features":[341]},{"name":"SUBLANG_KOREAN","features":[341]},{"name":"SUBLANG_KYRGYZ_KYRGYZSTAN","features":[341]},{"name":"SUBLANG_LAO_LAO","features":[341]},{"name":"SUBLANG_LATVIAN_LATVIA","features":[341]},{"name":"SUBLANG_LITHUANIAN","features":[341]},{"name":"SUBLANG_LOWER_SORBIAN_GERMANY","features":[341]},{"name":"SUBLANG_LUXEMBOURGISH_LUXEMBOURG","features":[341]},{"name":"SUBLANG_MACEDONIAN_MACEDONIA","features":[341]},{"name":"SUBLANG_MALAYALAM_INDIA","features":[341]},{"name":"SUBLANG_MALAY_BRUNEI_DARUSSALAM","features":[341]},{"name":"SUBLANG_MALAY_MALAYSIA","features":[341]},{"name":"SUBLANG_MALTESE_MALTA","features":[341]},{"name":"SUBLANG_MAORI_NEW_ZEALAND","features":[341]},{"name":"SUBLANG_MAPUDUNGUN_CHILE","features":[341]},{"name":"SUBLANG_MARATHI_INDIA","features":[341]},{"name":"SUBLANG_MOHAWK_MOHAWK","features":[341]},{"name":"SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA","features":[341]},{"name":"SUBLANG_MONGOLIAN_PRC","features":[341]},{"name":"SUBLANG_NEPALI_INDIA","features":[341]},{"name":"SUBLANG_NEPALI_NEPAL","features":[341]},{"name":"SUBLANG_NEUTRAL","features":[341]},{"name":"SUBLANG_NORWEGIAN_BOKMAL","features":[341]},{"name":"SUBLANG_NORWEGIAN_NYNORSK","features":[341]},{"name":"SUBLANG_OCCITAN_FRANCE","features":[341]},{"name":"SUBLANG_ODIA_INDIA","features":[341]},{"name":"SUBLANG_ORIYA_INDIA","features":[341]},{"name":"SUBLANG_PASHTO_AFGHANISTAN","features":[341]},{"name":"SUBLANG_PERSIAN_IRAN","features":[341]},{"name":"SUBLANG_POLISH_POLAND","features":[341]},{"name":"SUBLANG_PORTUGUESE","features":[341]},{"name":"SUBLANG_PORTUGUESE_BRAZILIAN","features":[341]},{"name":"SUBLANG_PULAR_SENEGAL","features":[341]},{"name":"SUBLANG_PUNJABI_INDIA","features":[341]},{"name":"SUBLANG_PUNJABI_PAKISTAN","features":[341]},{"name":"SUBLANG_QUECHUA_BOLIVIA","features":[341]},{"name":"SUBLANG_QUECHUA_ECUADOR","features":[341]},{"name":"SUBLANG_QUECHUA_PERU","features":[341]},{"name":"SUBLANG_ROMANIAN_ROMANIA","features":[341]},{"name":"SUBLANG_ROMANSH_SWITZERLAND","features":[341]},{"name":"SUBLANG_RUSSIAN_RUSSIA","features":[341]},{"name":"SUBLANG_SAKHA_RUSSIA","features":[341]},{"name":"SUBLANG_SAMI_INARI_FINLAND","features":[341]},{"name":"SUBLANG_SAMI_LULE_NORWAY","features":[341]},{"name":"SUBLANG_SAMI_LULE_SWEDEN","features":[341]},{"name":"SUBLANG_SAMI_NORTHERN_FINLAND","features":[341]},{"name":"SUBLANG_SAMI_NORTHERN_NORWAY","features":[341]},{"name":"SUBLANG_SAMI_NORTHERN_SWEDEN","features":[341]},{"name":"SUBLANG_SAMI_SKOLT_FINLAND","features":[341]},{"name":"SUBLANG_SAMI_SOUTHERN_NORWAY","features":[341]},{"name":"SUBLANG_SAMI_SOUTHERN_SWEDEN","features":[341]},{"name":"SUBLANG_SANSKRIT_INDIA","features":[341]},{"name":"SUBLANG_SCOTTISH_GAELIC","features":[341]},{"name":"SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC","features":[341]},{"name":"SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN","features":[341]},{"name":"SUBLANG_SERBIAN_CROATIA","features":[341]},{"name":"SUBLANG_SERBIAN_CYRILLIC","features":[341]},{"name":"SUBLANG_SERBIAN_LATIN","features":[341]},{"name":"SUBLANG_SERBIAN_MONTENEGRO_CYRILLIC","features":[341]},{"name":"SUBLANG_SERBIAN_MONTENEGRO_LATIN","features":[341]},{"name":"SUBLANG_SERBIAN_SERBIA_CYRILLIC","features":[341]},{"name":"SUBLANG_SERBIAN_SERBIA_LATIN","features":[341]},{"name":"SUBLANG_SINDHI_AFGHANISTAN","features":[341]},{"name":"SUBLANG_SINDHI_INDIA","features":[341]},{"name":"SUBLANG_SINDHI_PAKISTAN","features":[341]},{"name":"SUBLANG_SINHALESE_SRI_LANKA","features":[341]},{"name":"SUBLANG_SLOVAK_SLOVAKIA","features":[341]},{"name":"SUBLANG_SLOVENIAN_SLOVENIA","features":[341]},{"name":"SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA","features":[341]},{"name":"SUBLANG_SPANISH","features":[341]},{"name":"SUBLANG_SPANISH_ARGENTINA","features":[341]},{"name":"SUBLANG_SPANISH_BOLIVIA","features":[341]},{"name":"SUBLANG_SPANISH_CHILE","features":[341]},{"name":"SUBLANG_SPANISH_COLOMBIA","features":[341]},{"name":"SUBLANG_SPANISH_COSTA_RICA","features":[341]},{"name":"SUBLANG_SPANISH_DOMINICAN_REPUBLIC","features":[341]},{"name":"SUBLANG_SPANISH_ECUADOR","features":[341]},{"name":"SUBLANG_SPANISH_EL_SALVADOR","features":[341]},{"name":"SUBLANG_SPANISH_GUATEMALA","features":[341]},{"name":"SUBLANG_SPANISH_HONDURAS","features":[341]},{"name":"SUBLANG_SPANISH_MEXICAN","features":[341]},{"name":"SUBLANG_SPANISH_MODERN","features":[341]},{"name":"SUBLANG_SPANISH_NICARAGUA","features":[341]},{"name":"SUBLANG_SPANISH_PANAMA","features":[341]},{"name":"SUBLANG_SPANISH_PARAGUAY","features":[341]},{"name":"SUBLANG_SPANISH_PERU","features":[341]},{"name":"SUBLANG_SPANISH_PUERTO_RICO","features":[341]},{"name":"SUBLANG_SPANISH_URUGUAY","features":[341]},{"name":"SUBLANG_SPANISH_US","features":[341]},{"name":"SUBLANG_SPANISH_VENEZUELA","features":[341]},{"name":"SUBLANG_SWAHILI_KENYA","features":[341]},{"name":"SUBLANG_SWEDISH","features":[341]},{"name":"SUBLANG_SWEDISH_FINLAND","features":[341]},{"name":"SUBLANG_SYRIAC_SYRIA","features":[341]},{"name":"SUBLANG_SYS_DEFAULT","features":[341]},{"name":"SUBLANG_TAJIK_TAJIKISTAN","features":[341]},{"name":"SUBLANG_TAMAZIGHT_ALGERIA_LATIN","features":[341]},{"name":"SUBLANG_TAMAZIGHT_MOROCCO_TIFINAGH","features":[341]},{"name":"SUBLANG_TAMIL_INDIA","features":[341]},{"name":"SUBLANG_TAMIL_SRI_LANKA","features":[341]},{"name":"SUBLANG_TATAR_RUSSIA","features":[341]},{"name":"SUBLANG_TELUGU_INDIA","features":[341]},{"name":"SUBLANG_THAI_THAILAND","features":[341]},{"name":"SUBLANG_TIBETAN_PRC","features":[341]},{"name":"SUBLANG_TIGRIGNA_ERITREA","features":[341]},{"name":"SUBLANG_TIGRINYA_ERITREA","features":[341]},{"name":"SUBLANG_TIGRINYA_ETHIOPIA","features":[341]},{"name":"SUBLANG_TSWANA_BOTSWANA","features":[341]},{"name":"SUBLANG_TSWANA_SOUTH_AFRICA","features":[341]},{"name":"SUBLANG_TURKISH_TURKEY","features":[341]},{"name":"SUBLANG_TURKMEN_TURKMENISTAN","features":[341]},{"name":"SUBLANG_UIGHUR_PRC","features":[341]},{"name":"SUBLANG_UI_CUSTOM_DEFAULT","features":[341]},{"name":"SUBLANG_UKRAINIAN_UKRAINE","features":[341]},{"name":"SUBLANG_UPPER_SORBIAN_GERMANY","features":[341]},{"name":"SUBLANG_URDU_INDIA","features":[341]},{"name":"SUBLANG_URDU_PAKISTAN","features":[341]},{"name":"SUBLANG_UZBEK_CYRILLIC","features":[341]},{"name":"SUBLANG_UZBEK_LATIN","features":[341]},{"name":"SUBLANG_VALENCIAN_VALENCIA","features":[341]},{"name":"SUBLANG_VIETNAMESE_VIETNAM","features":[341]},{"name":"SUBLANG_WELSH_UNITED_KINGDOM","features":[341]},{"name":"SUBLANG_WOLOF_SENEGAL","features":[341]},{"name":"SUBLANG_XHOSA_SOUTH_AFRICA","features":[341]},{"name":"SUBLANG_YAKUT_RUSSIA","features":[341]},{"name":"SUBLANG_YI_PRC","features":[341]},{"name":"SUBLANG_YORUBA_NIGERIA","features":[341]},{"name":"SUBLANG_ZULU_SOUTH_AFRICA","features":[341]},{"name":"SUPPORTED_OS_INFO","features":[341]},{"name":"SYSTEM_ACCESS_FILTER_ACE_TYPE","features":[341]},{"name":"SYSTEM_ACCESS_FILTER_NOCONSTRAINT_MASK","features":[341]},{"name":"SYSTEM_ACCESS_FILTER_VALID_MASK","features":[341]},{"name":"SYSTEM_ALARM_ACE_TYPE","features":[341]},{"name":"SYSTEM_ALARM_CALLBACK_ACE_TYPE","features":[341]},{"name":"SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE","features":[341]},{"name":"SYSTEM_ALARM_OBJECT_ACE_TYPE","features":[341]},{"name":"SYSTEM_AUDIT_ACE_TYPE","features":[341]},{"name":"SYSTEM_AUDIT_CALLBACK_ACE_TYPE","features":[341]},{"name":"SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE","features":[341]},{"name":"SYSTEM_AUDIT_OBJECT_ACE_TYPE","features":[341]},{"name":"SYSTEM_CACHE_ALIGNMENT_SIZE","features":[341]},{"name":"SYSTEM_MANDATORY_LABEL_ACE_TYPE","features":[341]},{"name":"SYSTEM_MANDATORY_LABEL_NO_EXECUTE_UP","features":[341]},{"name":"SYSTEM_MANDATORY_LABEL_NO_READ_UP","features":[341]},{"name":"SYSTEM_MANDATORY_LABEL_NO_WRITE_UP","features":[341]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE_TYPE","features":[341]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_VALID_MASK","features":[341]},{"name":"SYSTEM_PROCESS_TRUST_NOCONSTRAINT_MASK","features":[341]},{"name":"SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE","features":[341]},{"name":"SYSTEM_SCOPED_POLICY_ID_ACE_TYPE","features":[341]},{"name":"SeImageSignatureCache","features":[341]},{"name":"SeImageSignatureCatalogCached","features":[341]},{"name":"SeImageSignatureCatalogHint","features":[341]},{"name":"SeImageSignatureCatalogNotCached","features":[341]},{"name":"SeImageSignatureEmbedded","features":[341]},{"name":"SeImageSignatureNone","features":[341]},{"name":"SeImageSignaturePackageCatalog","features":[341]},{"name":"SeImageSignaturePplMitigated","features":[341]},{"name":"SevereError","features":[341]},{"name":"SharedVirtualDiskCDPSnapshotsSupported","features":[341]},{"name":"SharedVirtualDiskHandleState","features":[341]},{"name":"SharedVirtualDiskHandleStateFileShared","features":[341]},{"name":"SharedVirtualDiskHandleStateHandleShared","features":[341]},{"name":"SharedVirtualDiskHandleStateNone","features":[341]},{"name":"SharedVirtualDiskSnapshotsSupported","features":[341]},{"name":"SharedVirtualDiskSupportType","features":[341]},{"name":"SharedVirtualDisksSupported","features":[341]},{"name":"SharedVirtualDisksUnsupported","features":[341]},{"name":"SystemLoad","features":[341]},{"name":"TAPE_CHECK_FOR_DRIVE_PROBLEM","features":[341]},{"name":"TAPE_CREATE_PARTITION","features":[341]},{"name":"TAPE_DRIVE_ABSOLUTE_BLK","features":[341]},{"name":"TAPE_DRIVE_ABS_BLK_IMMED","features":[341]},{"name":"TAPE_DRIVE_CLEAN_REQUESTS","features":[341]},{"name":"TAPE_DRIVE_COMPRESSION","features":[341]},{"name":"TAPE_DRIVE_ECC","features":[341]},{"name":"TAPE_DRIVE_EJECT_MEDIA","features":[341]},{"name":"TAPE_DRIVE_END_OF_DATA","features":[341]},{"name":"TAPE_DRIVE_EOT_WZ_SIZE","features":[341]},{"name":"TAPE_DRIVE_ERASE_BOP_ONLY","features":[341]},{"name":"TAPE_DRIVE_ERASE_IMMEDIATE","features":[341]},{"name":"TAPE_DRIVE_ERASE_LONG","features":[341]},{"name":"TAPE_DRIVE_ERASE_SHORT","features":[341]},{"name":"TAPE_DRIVE_FILEMARKS","features":[341]},{"name":"TAPE_DRIVE_FIXED","features":[341]},{"name":"TAPE_DRIVE_FIXED_BLOCK","features":[341]},{"name":"TAPE_DRIVE_FORMAT","features":[341]},{"name":"TAPE_DRIVE_FORMAT_IMMEDIATE","features":[341]},{"name":"TAPE_DRIVE_GET_ABSOLUTE_BLK","features":[341]},{"name":"TAPE_DRIVE_GET_LOGICAL_BLK","features":[341]},{"name":"TAPE_DRIVE_HIGH_FEATURES","features":[341]},{"name":"TAPE_DRIVE_INITIATOR","features":[341]},{"name":"TAPE_DRIVE_LOAD_UNLD_IMMED","features":[341]},{"name":"TAPE_DRIVE_LOAD_UNLOAD","features":[341]},{"name":"TAPE_DRIVE_LOCK_UNLK_IMMED","features":[341]},{"name":"TAPE_DRIVE_LOCK_UNLOCK","features":[341]},{"name":"TAPE_DRIVE_LOGICAL_BLK","features":[341]},{"name":"TAPE_DRIVE_LOG_BLK_IMMED","features":[341]},{"name":"TAPE_DRIVE_PADDING","features":[341]},{"name":"TAPE_DRIVE_PROBLEM_TYPE","features":[341]},{"name":"TAPE_DRIVE_RELATIVE_BLKS","features":[341]},{"name":"TAPE_DRIVE_REPORT_SMKS","features":[341]},{"name":"TAPE_DRIVE_RESERVED_BIT","features":[341]},{"name":"TAPE_DRIVE_REVERSE_POSITION","features":[341]},{"name":"TAPE_DRIVE_REWIND_IMMEDIATE","features":[341]},{"name":"TAPE_DRIVE_SELECT","features":[341]},{"name":"TAPE_DRIVE_SEQUENTIAL_FMKS","features":[341]},{"name":"TAPE_DRIVE_SEQUENTIAL_SMKS","features":[341]},{"name":"TAPE_DRIVE_SETMARKS","features":[341]},{"name":"TAPE_DRIVE_SET_BLOCK_SIZE","features":[341]},{"name":"TAPE_DRIVE_SET_CMP_BOP_ONLY","features":[341]},{"name":"TAPE_DRIVE_SET_COMPRESSION","features":[341]},{"name":"TAPE_DRIVE_SET_ECC","features":[341]},{"name":"TAPE_DRIVE_SET_EOT_WZ_SIZE","features":[341]},{"name":"TAPE_DRIVE_SET_PADDING","features":[341]},{"name":"TAPE_DRIVE_SET_REPORT_SMKS","features":[341]},{"name":"TAPE_DRIVE_SPACE_IMMEDIATE","features":[341]},{"name":"TAPE_DRIVE_TAPE_CAPACITY","features":[341]},{"name":"TAPE_DRIVE_TAPE_REMAINING","features":[341]},{"name":"TAPE_DRIVE_TENSION","features":[341]},{"name":"TAPE_DRIVE_TENSION_IMMED","features":[341]},{"name":"TAPE_DRIVE_VARIABLE_BLOCK","features":[341]},{"name":"TAPE_DRIVE_WRITE_FILEMARKS","features":[341]},{"name":"TAPE_DRIVE_WRITE_LONG_FMKS","features":[341]},{"name":"TAPE_DRIVE_WRITE_MARK_IMMED","features":[341]},{"name":"TAPE_DRIVE_WRITE_PROTECT","features":[341]},{"name":"TAPE_DRIVE_WRITE_SETMARKS","features":[341]},{"name":"TAPE_DRIVE_WRITE_SHORT_FMKS","features":[341]},{"name":"TAPE_GET_DRIVE_PARAMETERS","features":[307,341]},{"name":"TAPE_GET_DRIVE_PARAMETERS_FEATURES_HIGH","features":[341]},{"name":"TAPE_GET_MEDIA_PARAMETERS","features":[307,341]},{"name":"TAPE_PSEUDO_LOGICAL_BLOCK","features":[341]},{"name":"TAPE_PSEUDO_LOGICAL_POSITION","features":[341]},{"name":"TAPE_QUERY_DEVICE_ERROR_DATA","features":[341]},{"name":"TAPE_QUERY_DRIVE_PARAMETERS","features":[341]},{"name":"TAPE_QUERY_IO_ERROR_DATA","features":[341]},{"name":"TAPE_QUERY_MEDIA_CAPACITY","features":[341]},{"name":"TAPE_SET_DRIVE_PARAMETERS","features":[307,341]},{"name":"TAPE_SET_MEDIA_PARAMETERS","features":[341]},{"name":"TAPE_WMI_OPERATIONS","features":[341]},{"name":"THREAD_BASE_PRIORITY_IDLE","features":[341]},{"name":"THREAD_BASE_PRIORITY_LOWRT","features":[341]},{"name":"THREAD_BASE_PRIORITY_MAX","features":[341]},{"name":"THREAD_BASE_PRIORITY_MIN","features":[341]},{"name":"THREAD_DYNAMIC_CODE_ALLOW","features":[341]},{"name":"THREAD_PROFILING_FLAG_DISPATCH","features":[341]},{"name":"TIME_ZONE_ID_DAYLIGHT","features":[341]},{"name":"TIME_ZONE_ID_STANDARD","features":[341]},{"name":"TIME_ZONE_ID_UNKNOWN","features":[341]},{"name":"TLS_MINIMUM_AVAILABLE","features":[341]},{"name":"TOKEN_BNO_ISOLATION_INFORMATION","features":[307,341]},{"name":"TOKEN_SID_INFORMATION","features":[310,341]},{"name":"TOKEN_SOURCE_LENGTH","features":[341]},{"name":"TRANSACTIONMANAGER_BASIC_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_BIND_TRANSACTION","features":[341]},{"name":"TRANSACTIONMANAGER_CREATE_RM","features":[341]},{"name":"TRANSACTIONMANAGER_INFORMATION_CLASS","features":[341]},{"name":"TRANSACTIONMANAGER_LOGPATH_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_LOG_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_OLDEST_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_QUERY_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_RECOVER","features":[341]},{"name":"TRANSACTIONMANAGER_RECOVERY_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_RENAME","features":[341]},{"name":"TRANSACTIONMANAGER_SET_INFORMATION","features":[341]},{"name":"TRANSACTION_BASIC_INFORMATION","features":[341]},{"name":"TRANSACTION_BIND_INFORMATION","features":[307,341]},{"name":"TRANSACTION_COMMIT","features":[341]},{"name":"TRANSACTION_ENLIST","features":[341]},{"name":"TRANSACTION_ENLISTMENTS_INFORMATION","features":[341]},{"name":"TRANSACTION_ENLISTMENT_PAIR","features":[341]},{"name":"TRANSACTION_INFORMATION_CLASS","features":[341]},{"name":"TRANSACTION_LIST_ENTRY","features":[341]},{"name":"TRANSACTION_LIST_INFORMATION","features":[341]},{"name":"TRANSACTION_PROPAGATE","features":[341]},{"name":"TRANSACTION_PROPERTIES_INFORMATION","features":[341]},{"name":"TRANSACTION_QUERY_INFORMATION","features":[341]},{"name":"TRANSACTION_RIGHT_RESERVED1","features":[341]},{"name":"TRANSACTION_ROLLBACK","features":[341]},{"name":"TRANSACTION_SET_INFORMATION","features":[341]},{"name":"TRANSACTION_STATE","features":[341]},{"name":"TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION","features":[341]},{"name":"TREE_CONNECT_ATTRIBUTE_GLOBAL","features":[341]},{"name":"TREE_CONNECT_ATTRIBUTE_INTEGRITY","features":[341]},{"name":"TREE_CONNECT_ATTRIBUTE_PINNED","features":[341]},{"name":"TREE_CONNECT_ATTRIBUTE_PRIVACY","features":[341]},{"name":"TRUST_PROTECTED_FILTER_ACE_FLAG","features":[341]},{"name":"TapeDriveCleanDriveNow","features":[341]},{"name":"TapeDriveHardwareError","features":[341]},{"name":"TapeDriveMediaLifeExpired","features":[341]},{"name":"TapeDriveProblemNone","features":[341]},{"name":"TapeDriveReadError","features":[341]},{"name":"TapeDriveReadWarning","features":[341]},{"name":"TapeDriveReadWriteError","features":[341]},{"name":"TapeDriveReadWriteWarning","features":[341]},{"name":"TapeDriveScsiConnectionError","features":[341]},{"name":"TapeDriveSnappedTape","features":[341]},{"name":"TapeDriveTimetoClean","features":[341]},{"name":"TapeDriveUnsupportedMedia","features":[341]},{"name":"TapeDriveWriteError","features":[341]},{"name":"TapeDriveWriteWarning","features":[341]},{"name":"TransactionBasicInformation","features":[341]},{"name":"TransactionBindInformation","features":[341]},{"name":"TransactionDTCPrivateInformation","features":[341]},{"name":"TransactionEnlistmentInformation","features":[341]},{"name":"TransactionManagerBasicInformation","features":[341]},{"name":"TransactionManagerLogInformation","features":[341]},{"name":"TransactionManagerLogPathInformation","features":[341]},{"name":"TransactionManagerOldestTransactionInformation","features":[341]},{"name":"TransactionManagerOnlineProbeInformation","features":[341]},{"name":"TransactionManagerRecoveryInformation","features":[341]},{"name":"TransactionPropertiesInformation","features":[341]},{"name":"TransactionStateCommittedNotify","features":[341]},{"name":"TransactionStateIndoubt","features":[341]},{"name":"TransactionStateNormal","features":[341]},{"name":"TransactionSuperiorEnlistmentInformation","features":[341]},{"name":"UCSCHAR_INVALID_CHARACTER","features":[341]},{"name":"UMS_CREATE_THREAD_ATTRIBUTES","features":[341]},{"name":"UNICODE_STRING_MAX_CHARS","features":[341]},{"name":"UNIFIEDBUILDREVISION_KEY","features":[341]},{"name":"UNIFIEDBUILDREVISION_MIN","features":[341]},{"name":"UNIFIEDBUILDREVISION_VALUE","features":[341]},{"name":"UNWIND_CHAIN_LIMIT","features":[341]},{"name":"UNWIND_HISTORY_TABLE_SIZE","features":[341]},{"name":"UNW_FLAG_NO_EPILOGUE","features":[341]},{"name":"UmsSchedulerStartup","features":[341]},{"name":"UmsSchedulerThreadBlocked","features":[341]},{"name":"UmsSchedulerThreadYield","features":[341]},{"name":"VALID_INHERIT_FLAGS","features":[341]},{"name":"VBS_BASIC_PAGE_MEASURED_DATA","features":[341]},{"name":"VBS_BASIC_PAGE_SYSTEM_CALL","features":[341]},{"name":"VBS_BASIC_PAGE_THREAD_DESCRIPTOR","features":[341]},{"name":"VBS_BASIC_PAGE_UNMEASURED_DATA","features":[341]},{"name":"VBS_BASIC_PAGE_ZERO_FILL","features":[341]},{"name":"VER_AND","features":[341]},{"name":"VER_CONDITION_MASK","features":[341]},{"name":"VER_EQUAL","features":[341]},{"name":"VER_GREATER","features":[341]},{"name":"VER_GREATER_EQUAL","features":[341]},{"name":"VER_LESS","features":[341]},{"name":"VER_LESS_EQUAL","features":[341]},{"name":"VER_NT_DOMAIN_CONTROLLER","features":[341]},{"name":"VER_NT_SERVER","features":[341]},{"name":"VER_NT_WORKSTATION","features":[341]},{"name":"VER_NUM_BITS_PER_CONDITION_MASK","features":[341]},{"name":"VER_OR","features":[341]},{"name":"VER_SERVER_NT","features":[341]},{"name":"VER_SUITE_BACKOFFICE","features":[341]},{"name":"VER_SUITE_BLADE","features":[341]},{"name":"VER_SUITE_COMMUNICATIONS","features":[341]},{"name":"VER_SUITE_COMPUTE_SERVER","features":[341]},{"name":"VER_SUITE_DATACENTER","features":[341]},{"name":"VER_SUITE_EMBEDDEDNT","features":[341]},{"name":"VER_SUITE_EMBEDDED_RESTRICTED","features":[341]},{"name":"VER_SUITE_ENTERPRISE","features":[341]},{"name":"VER_SUITE_MULTIUSERTS","features":[341]},{"name":"VER_SUITE_PERSONAL","features":[341]},{"name":"VER_SUITE_SECURITY_APPLIANCE","features":[341]},{"name":"VER_SUITE_SINGLEUSERTS","features":[341]},{"name":"VER_SUITE_SMALLBUSINESS","features":[341]},{"name":"VER_SUITE_SMALLBUSINESS_RESTRICTED","features":[341]},{"name":"VER_SUITE_STORAGE_SERVER","features":[341]},{"name":"VER_SUITE_TERMINAL","features":[341]},{"name":"VER_SUITE_WH_SERVER","features":[341]},{"name":"VER_WORKSTATION_NT","features":[341]},{"name":"VRL_CUSTOM_CLASS_BEGIN","features":[341]},{"name":"VRL_ENABLE_KERNEL_BREAKS","features":[341]},{"name":"VRL_PREDEFINED_CLASS_BEGIN","features":[341]},{"name":"WDT_INPROC64_CALL","features":[341]},{"name":"WDT_INPROC_CALL","features":[341]},{"name":"WDT_REMOTE_CALL","features":[341]},{"name":"WORD_WHEEL_OPEN_FLAGS","features":[341]},{"name":"WRITE_NV_MEMORY_FLAG_FLUSH","features":[341]},{"name":"WRITE_NV_MEMORY_FLAG_NON_TEMPORAL","features":[341]},{"name":"WRITE_NV_MEMORY_FLAG_NO_DRAIN","features":[341]},{"name":"WRITE_WATCH_FLAG_RESET","features":[341]},{"name":"WT_EXECUTEDELETEWAIT","features":[341]},{"name":"WT_EXECUTEINLONGTHREAD","features":[341]},{"name":"WT_EXECUTEINPERSISTENTIOTHREAD","features":[341]},{"name":"WT_EXECUTEINUITHREAD","features":[341]},{"name":"Win32ServiceOwnProcess","features":[341]},{"name":"Win32ServiceShareProcess","features":[341]},{"name":"X3_BTYPE_QP_INST_VAL_POS_X","features":[341]},{"name":"X3_BTYPE_QP_INST_WORD_POS_X","features":[341]},{"name":"X3_BTYPE_QP_INST_WORD_X","features":[341]},{"name":"X3_BTYPE_QP_SIZE_X","features":[341]},{"name":"X3_D_WH_INST_WORD_POS_X","features":[341]},{"name":"X3_D_WH_INST_WORD_X","features":[341]},{"name":"X3_D_WH_SIGN_VAL_POS_X","features":[341]},{"name":"X3_D_WH_SIZE_X","features":[341]},{"name":"X3_EMPTY_INST_VAL_POS_X","features":[341]},{"name":"X3_EMPTY_INST_WORD_POS_X","features":[341]},{"name":"X3_EMPTY_INST_WORD_X","features":[341]},{"name":"X3_EMPTY_SIZE_X","features":[341]},{"name":"X3_IMM20_INST_WORD_POS_X","features":[341]},{"name":"X3_IMM20_INST_WORD_X","features":[341]},{"name":"X3_IMM20_SIGN_VAL_POS_X","features":[341]},{"name":"X3_IMM20_SIZE_X","features":[341]},{"name":"X3_IMM39_1_INST_WORD_POS_X","features":[341]},{"name":"X3_IMM39_1_INST_WORD_X","features":[341]},{"name":"X3_IMM39_1_SIGN_VAL_POS_X","features":[341]},{"name":"X3_IMM39_1_SIZE_X","features":[341]},{"name":"X3_IMM39_2_INST_WORD_POS_X","features":[341]},{"name":"X3_IMM39_2_INST_WORD_X","features":[341]},{"name":"X3_IMM39_2_SIGN_VAL_POS_X","features":[341]},{"name":"X3_IMM39_2_SIZE_X","features":[341]},{"name":"X3_I_INST_WORD_POS_X","features":[341]},{"name":"X3_I_INST_WORD_X","features":[341]},{"name":"X3_I_SIGN_VAL_POS_X","features":[341]},{"name":"X3_I_SIZE_X","features":[341]},{"name":"X3_OPCODE_INST_WORD_POS_X","features":[341]},{"name":"X3_OPCODE_INST_WORD_X","features":[341]},{"name":"X3_OPCODE_SIGN_VAL_POS_X","features":[341]},{"name":"X3_OPCODE_SIZE_X","features":[341]},{"name":"X3_P_INST_WORD_POS_X","features":[341]},{"name":"X3_P_INST_WORD_X","features":[341]},{"name":"X3_P_SIGN_VAL_POS_X","features":[341]},{"name":"X3_P_SIZE_X","features":[341]},{"name":"X3_TMPLT_INST_WORD_POS_X","features":[341]},{"name":"X3_TMPLT_INST_WORD_X","features":[341]},{"name":"X3_TMPLT_SIGN_VAL_POS_X","features":[341]},{"name":"X3_TMPLT_SIZE_X","features":[341]},{"name":"X86_CACHE_ALIGNMENT_SIZE","features":[341]},{"name":"XSAVE_CET_U_FORMAT","features":[341]},{"name":"XSTATE_ALIGN_BIT","features":[341]},{"name":"XSTATE_AMX_TILE_CONFIG","features":[341]},{"name":"XSTATE_AMX_TILE_DATA","features":[341]},{"name":"XSTATE_AVX","features":[341]},{"name":"XSTATE_AVX512_KMASK","features":[341]},{"name":"XSTATE_AVX512_ZMM","features":[341]},{"name":"XSTATE_AVX512_ZMM_H","features":[341]},{"name":"XSTATE_CET_S","features":[341]},{"name":"XSTATE_CET_U","features":[341]},{"name":"XSTATE_COMPACTION_ENABLE","features":[341]},{"name":"XSTATE_CONTROLFLAG_XFD_MASK","features":[341]},{"name":"XSTATE_CONTROLFLAG_XSAVEC_MASK","features":[341]},{"name":"XSTATE_CONTROLFLAG_XSAVEOPT_MASK","features":[341]},{"name":"XSTATE_GSSE","features":[341]},{"name":"XSTATE_IPT","features":[341]},{"name":"XSTATE_LEGACY_FLOATING_POINT","features":[341]},{"name":"XSTATE_LEGACY_SSE","features":[341]},{"name":"XSTATE_LWP","features":[341]},{"name":"XSTATE_MPX_BNDCSR","features":[341]},{"name":"XSTATE_MPX_BNDREGS","features":[341]},{"name":"XSTATE_PASID","features":[341]},{"name":"XSTATE_XFD_BIT","features":[341]},{"name":"_MM_HINT_NTA","features":[341]},{"name":"_MM_HINT_T0","features":[341]},{"name":"_MM_HINT_T1","features":[341]},{"name":"_MM_HINT_T2","features":[341]},{"name":"remoteMETAFILEPICT","features":[358,341]},{"name":"userBITMAP","features":[341]},{"name":"userCLIPFORMAT","features":[341]},{"name":"userHBITMAP","features":[341]},{"name":"userHENHMETAFILE","features":[358,341]},{"name":"userHGLOBAL","features":[358,341]},{"name":"userHMETAFILE","features":[358,341]},{"name":"userHMETAFILEPICT","features":[358,341]},{"name":"userHPALETTE","features":[318,341]}],"618":[{"name":"CLSID_CTask","features":[593]},{"name":"CLSID_CTaskScheduler","features":[593]},{"name":"DAILY","features":[593]},{"name":"IAction","features":[358,593]},{"name":"IActionCollection","features":[358,593]},{"name":"IBootTrigger","features":[358,593]},{"name":"IComHandlerAction","features":[358,593]},{"name":"IDailyTrigger","features":[358,593]},{"name":"IEmailAction","features":[358,593]},{"name":"IEnumWorkItems","features":[593]},{"name":"IEventTrigger","features":[358,593]},{"name":"IExecAction","features":[358,593]},{"name":"IExecAction2","features":[358,593]},{"name":"IIdleSettings","features":[358,593]},{"name":"IIdleTrigger","features":[358,593]},{"name":"ILogonTrigger","features":[358,593]},{"name":"IMaintenanceSettings","features":[358,593]},{"name":"IMonthlyDOWTrigger","features":[358,593]},{"name":"IMonthlyTrigger","features":[358,593]},{"name":"INetworkSettings","features":[358,593]},{"name":"IPrincipal","features":[358,593]},{"name":"IPrincipal2","features":[358,593]},{"name":"IProvideTaskPage","features":[593]},{"name":"IRegisteredTask","features":[358,593]},{"name":"IRegisteredTaskCollection","features":[358,593]},{"name":"IRegistrationInfo","features":[358,593]},{"name":"IRegistrationTrigger","features":[358,593]},{"name":"IRepetitionPattern","features":[358,593]},{"name":"IRunningTask","features":[358,593]},{"name":"IRunningTaskCollection","features":[358,593]},{"name":"IScheduledWorkItem","features":[593]},{"name":"ISessionStateChangeTrigger","features":[358,593]},{"name":"IShowMessageAction","features":[358,593]},{"name":"ITask","features":[593]},{"name":"ITaskDefinition","features":[358,593]},{"name":"ITaskFolder","features":[358,593]},{"name":"ITaskFolderCollection","features":[358,593]},{"name":"ITaskHandler","features":[593]},{"name":"ITaskHandlerStatus","features":[593]},{"name":"ITaskNamedValueCollection","features":[358,593]},{"name":"ITaskNamedValuePair","features":[358,593]},{"name":"ITaskScheduler","features":[593]},{"name":"ITaskService","features":[358,593]},{"name":"ITaskSettings","features":[358,593]},{"name":"ITaskSettings2","features":[358,593]},{"name":"ITaskSettings3","features":[358,593]},{"name":"ITaskTrigger","features":[593]},{"name":"ITaskVariables","features":[593]},{"name":"ITimeTrigger","features":[358,593]},{"name":"ITrigger","features":[358,593]},{"name":"ITriggerCollection","features":[358,593]},{"name":"IWeeklyTrigger","features":[358,593]},{"name":"MONTHLYDATE","features":[593]},{"name":"MONTHLYDOW","features":[593]},{"name":"TASKPAGE","features":[593]},{"name":"TASKPAGE_SCHEDULE","features":[593]},{"name":"TASKPAGE_SETTINGS","features":[593]},{"name":"TASKPAGE_TASK","features":[593]},{"name":"TASK_ACTION_COM_HANDLER","features":[593]},{"name":"TASK_ACTION_EXEC","features":[593]},{"name":"TASK_ACTION_SEND_EMAIL","features":[593]},{"name":"TASK_ACTION_SHOW_MESSAGE","features":[593]},{"name":"TASK_ACTION_TYPE","features":[593]},{"name":"TASK_APRIL","features":[593]},{"name":"TASK_AUGUST","features":[593]},{"name":"TASK_COMPATIBILITY","features":[593]},{"name":"TASK_COMPATIBILITY_AT","features":[593]},{"name":"TASK_COMPATIBILITY_V1","features":[593]},{"name":"TASK_COMPATIBILITY_V2","features":[593]},{"name":"TASK_COMPATIBILITY_V2_1","features":[593]},{"name":"TASK_COMPATIBILITY_V2_2","features":[593]},{"name":"TASK_COMPATIBILITY_V2_3","features":[593]},{"name":"TASK_COMPATIBILITY_V2_4","features":[593]},{"name":"TASK_CONSOLE_CONNECT","features":[593]},{"name":"TASK_CONSOLE_DISCONNECT","features":[593]},{"name":"TASK_CREATE","features":[593]},{"name":"TASK_CREATE_OR_UPDATE","features":[593]},{"name":"TASK_CREATION","features":[593]},{"name":"TASK_DECEMBER","features":[593]},{"name":"TASK_DISABLE","features":[593]},{"name":"TASK_DONT_ADD_PRINCIPAL_ACE","features":[593]},{"name":"TASK_ENUM_FLAGS","features":[593]},{"name":"TASK_ENUM_HIDDEN","features":[593]},{"name":"TASK_EVENT_TRIGGER_AT_LOGON","features":[593]},{"name":"TASK_EVENT_TRIGGER_AT_SYSTEMSTART","features":[593]},{"name":"TASK_EVENT_TRIGGER_ON_IDLE","features":[593]},{"name":"TASK_FEBRUARY","features":[593]},{"name":"TASK_FIRST_WEEK","features":[593]},{"name":"TASK_FLAG_DELETE_WHEN_DONE","features":[593]},{"name":"TASK_FLAG_DISABLED","features":[593]},{"name":"TASK_FLAG_DONT_START_IF_ON_BATTERIES","features":[593]},{"name":"TASK_FLAG_HIDDEN","features":[593]},{"name":"TASK_FLAG_INTERACTIVE","features":[593]},{"name":"TASK_FLAG_KILL_IF_GOING_ON_BATTERIES","features":[593]},{"name":"TASK_FLAG_KILL_ON_IDLE_END","features":[593]},{"name":"TASK_FLAG_RESTART_ON_IDLE_RESUME","features":[593]},{"name":"TASK_FLAG_RUN_IF_CONNECTED_TO_INTERNET","features":[593]},{"name":"TASK_FLAG_RUN_ONLY_IF_DOCKED","features":[593]},{"name":"TASK_FLAG_RUN_ONLY_IF_LOGGED_ON","features":[593]},{"name":"TASK_FLAG_START_ONLY_IF_IDLE","features":[593]},{"name":"TASK_FLAG_SYSTEM_REQUIRED","features":[593]},{"name":"TASK_FOURTH_WEEK","features":[593]},{"name":"TASK_FRIDAY","features":[593]},{"name":"TASK_IGNORE_REGISTRATION_TRIGGERS","features":[593]},{"name":"TASK_INSTANCES_IGNORE_NEW","features":[593]},{"name":"TASK_INSTANCES_PARALLEL","features":[593]},{"name":"TASK_INSTANCES_POLICY","features":[593]},{"name":"TASK_INSTANCES_QUEUE","features":[593]},{"name":"TASK_INSTANCES_STOP_EXISTING","features":[593]},{"name":"TASK_JANUARY","features":[593]},{"name":"TASK_JULY","features":[593]},{"name":"TASK_JUNE","features":[593]},{"name":"TASK_LAST_WEEK","features":[593]},{"name":"TASK_LOGON_GROUP","features":[593]},{"name":"TASK_LOGON_INTERACTIVE_TOKEN","features":[593]},{"name":"TASK_LOGON_INTERACTIVE_TOKEN_OR_PASSWORD","features":[593]},{"name":"TASK_LOGON_NONE","features":[593]},{"name":"TASK_LOGON_PASSWORD","features":[593]},{"name":"TASK_LOGON_S4U","features":[593]},{"name":"TASK_LOGON_SERVICE_ACCOUNT","features":[593]},{"name":"TASK_LOGON_TYPE","features":[593]},{"name":"TASK_MARCH","features":[593]},{"name":"TASK_MAX_RUN_TIMES","features":[593]},{"name":"TASK_MAY","features":[593]},{"name":"TASK_MONDAY","features":[593]},{"name":"TASK_NOVEMBER","features":[593]},{"name":"TASK_OCTOBER","features":[593]},{"name":"TASK_PROCESSTOKENSID_DEFAULT","features":[593]},{"name":"TASK_PROCESSTOKENSID_NONE","features":[593]},{"name":"TASK_PROCESSTOKENSID_TYPE","features":[593]},{"name":"TASK_PROCESSTOKENSID_UNRESTRICTED","features":[593]},{"name":"TASK_REMOTE_CONNECT","features":[593]},{"name":"TASK_REMOTE_DISCONNECT","features":[593]},{"name":"TASK_RUNLEVEL_HIGHEST","features":[593]},{"name":"TASK_RUNLEVEL_LUA","features":[593]},{"name":"TASK_RUNLEVEL_TYPE","features":[593]},{"name":"TASK_RUN_AS_SELF","features":[593]},{"name":"TASK_RUN_FLAGS","features":[593]},{"name":"TASK_RUN_IGNORE_CONSTRAINTS","features":[593]},{"name":"TASK_RUN_NO_FLAGS","features":[593]},{"name":"TASK_RUN_USER_SID","features":[593]},{"name":"TASK_RUN_USE_SESSION_ID","features":[593]},{"name":"TASK_SATURDAY","features":[593]},{"name":"TASK_SECOND_WEEK","features":[593]},{"name":"TASK_SEPTEMBER","features":[593]},{"name":"TASK_SESSION_LOCK","features":[593]},{"name":"TASK_SESSION_STATE_CHANGE_TYPE","features":[593]},{"name":"TASK_SESSION_UNLOCK","features":[593]},{"name":"TASK_STATE","features":[593]},{"name":"TASK_STATE_DISABLED","features":[593]},{"name":"TASK_STATE_QUEUED","features":[593]},{"name":"TASK_STATE_READY","features":[593]},{"name":"TASK_STATE_RUNNING","features":[593]},{"name":"TASK_STATE_UNKNOWN","features":[593]},{"name":"TASK_SUNDAY","features":[593]},{"name":"TASK_THIRD_WEEK","features":[593]},{"name":"TASK_THURSDAY","features":[593]},{"name":"TASK_TIME_TRIGGER_DAILY","features":[593]},{"name":"TASK_TIME_TRIGGER_MONTHLYDATE","features":[593]},{"name":"TASK_TIME_TRIGGER_MONTHLYDOW","features":[593]},{"name":"TASK_TIME_TRIGGER_ONCE","features":[593]},{"name":"TASK_TIME_TRIGGER_WEEKLY","features":[593]},{"name":"TASK_TRIGGER","features":[593]},{"name":"TASK_TRIGGER_BOOT","features":[593]},{"name":"TASK_TRIGGER_CUSTOM_TRIGGER_01","features":[593]},{"name":"TASK_TRIGGER_DAILY","features":[593]},{"name":"TASK_TRIGGER_EVENT","features":[593]},{"name":"TASK_TRIGGER_FLAG_DISABLED","features":[593]},{"name":"TASK_TRIGGER_FLAG_HAS_END_DATE","features":[593]},{"name":"TASK_TRIGGER_FLAG_KILL_AT_DURATION_END","features":[593]},{"name":"TASK_TRIGGER_IDLE","features":[593]},{"name":"TASK_TRIGGER_LOGON","features":[593]},{"name":"TASK_TRIGGER_MONTHLY","features":[593]},{"name":"TASK_TRIGGER_MONTHLYDOW","features":[593]},{"name":"TASK_TRIGGER_REGISTRATION","features":[593]},{"name":"TASK_TRIGGER_SESSION_STATE_CHANGE","features":[593]},{"name":"TASK_TRIGGER_TIME","features":[593]},{"name":"TASK_TRIGGER_TYPE","features":[593]},{"name":"TASK_TRIGGER_TYPE2","features":[593]},{"name":"TASK_TRIGGER_WEEKLY","features":[593]},{"name":"TASK_TUESDAY","features":[593]},{"name":"TASK_UPDATE","features":[593]},{"name":"TASK_VALIDATE_ONLY","features":[593]},{"name":"TASK_WEDNESDAY","features":[593]},{"name":"TRIGGER_TYPE_UNION","features":[593]},{"name":"TaskHandlerPS","features":[593]},{"name":"TaskHandlerStatusPS","features":[593]},{"name":"TaskScheduler","features":[593]},{"name":"WEEKLY","features":[593]}],"619":[{"name":"ABOVE_NORMAL_PRIORITY_CLASS","features":[342]},{"name":"ALL_PROCESSOR_GROUPS","features":[342]},{"name":"APC_CALLBACK_FUNCTION","features":[342]},{"name":"APP_MEMORY_INFORMATION","features":[342]},{"name":"AVRT_PRIORITY","features":[342]},{"name":"AVRT_PRIORITY_CRITICAL","features":[342]},{"name":"AVRT_PRIORITY_HIGH","features":[342]},{"name":"AVRT_PRIORITY_LOW","features":[342]},{"name":"AVRT_PRIORITY_NORMAL","features":[342]},{"name":"AVRT_PRIORITY_VERYLOW","features":[342]},{"name":"AcquireSRWLockExclusive","features":[342]},{"name":"AcquireSRWLockShared","features":[342]},{"name":"AddIntegrityLabelToBoundaryDescriptor","features":[307,310,342]},{"name":"AddSIDToBoundaryDescriptor","features":[307,310,342]},{"name":"AttachThreadInput","features":[307,342]},{"name":"AvQuerySystemResponsiveness","features":[307,342]},{"name":"AvRevertMmThreadCharacteristics","features":[307,342]},{"name":"AvRtCreateThreadOrderingGroup","features":[307,342]},{"name":"AvRtCreateThreadOrderingGroupExA","features":[307,342]},{"name":"AvRtCreateThreadOrderingGroupExW","features":[307,342]},{"name":"AvRtDeleteThreadOrderingGroup","features":[307,342]},{"name":"AvRtJoinThreadOrderingGroup","features":[307,342]},{"name":"AvRtLeaveThreadOrderingGroup","features":[307,342]},{"name":"AvRtWaitOnThreadOrderingGroup","features":[307,342]},{"name":"AvSetMmMaxThreadCharacteristicsA","features":[307,342]},{"name":"AvSetMmMaxThreadCharacteristicsW","features":[307,342]},{"name":"AvSetMmThreadCharacteristicsA","features":[307,342]},{"name":"AvSetMmThreadCharacteristicsW","features":[307,342]},{"name":"AvSetMmThreadPriority","features":[307,342]},{"name":"BELOW_NORMAL_PRIORITY_CLASS","features":[342]},{"name":"CONDITION_VARIABLE","features":[342]},{"name":"CONDITION_VARIABLE_INIT","features":[342]},{"name":"CONDITION_VARIABLE_LOCKMODE_SHARED","features":[342]},{"name":"CREATE_BREAKAWAY_FROM_JOB","features":[342]},{"name":"CREATE_DEFAULT_ERROR_MODE","features":[342]},{"name":"CREATE_EVENT","features":[342]},{"name":"CREATE_EVENT_INITIAL_SET","features":[342]},{"name":"CREATE_EVENT_MANUAL_RESET","features":[342]},{"name":"CREATE_FORCEDOS","features":[342]},{"name":"CREATE_IGNORE_SYSTEM_DEFAULT","features":[342]},{"name":"CREATE_MUTEX_INITIAL_OWNER","features":[342]},{"name":"CREATE_NEW_CONSOLE","features":[342]},{"name":"CREATE_NEW_PROCESS_GROUP","features":[342]},{"name":"CREATE_NO_WINDOW","features":[342]},{"name":"CREATE_PRESERVE_CODE_AUTHZ_LEVEL","features":[342]},{"name":"CREATE_PROCESS_LOGON_FLAGS","features":[342]},{"name":"CREATE_PROTECTED_PROCESS","features":[342]},{"name":"CREATE_SECURE_PROCESS","features":[342]},{"name":"CREATE_SEPARATE_WOW_VDM","features":[342]},{"name":"CREATE_SHARED_WOW_VDM","features":[342]},{"name":"CREATE_SUSPENDED","features":[342]},{"name":"CREATE_UNICODE_ENVIRONMENT","features":[342]},{"name":"CREATE_WAITABLE_TIMER_HIGH_RESOLUTION","features":[342]},{"name":"CREATE_WAITABLE_TIMER_MANUAL_RESET","features":[342]},{"name":"CRITICAL_SECTION","features":[307,313,342]},{"name":"CRITICAL_SECTION_DEBUG","features":[307,313,342]},{"name":"CallbackMayRunLong","features":[307,342]},{"name":"CancelThreadpoolIo","features":[342]},{"name":"CancelTimerQueueTimer","features":[307,342]},{"name":"CancelWaitableTimer","features":[307,342]},{"name":"ChangeTimerQueueTimer","features":[307,342]},{"name":"ClosePrivateNamespace","features":[307,342]},{"name":"CloseThreadpool","features":[342]},{"name":"CloseThreadpoolCleanupGroup","features":[342]},{"name":"CloseThreadpoolCleanupGroupMembers","features":[307,342]},{"name":"CloseThreadpoolIo","features":[342]},{"name":"CloseThreadpoolTimer","features":[342]},{"name":"CloseThreadpoolWait","features":[342]},{"name":"CloseThreadpoolWork","features":[342]},{"name":"ConvertFiberToThread","features":[307,342]},{"name":"ConvertThreadToFiber","features":[342]},{"name":"ConvertThreadToFiberEx","features":[342]},{"name":"CreateBoundaryDescriptorA","features":[307,342]},{"name":"CreateBoundaryDescriptorW","features":[307,342]},{"name":"CreateEventA","features":[307,310,342]},{"name":"CreateEventExA","features":[307,310,342]},{"name":"CreateEventExW","features":[307,310,342]},{"name":"CreateEventW","features":[307,310,342]},{"name":"CreateFiber","features":[342]},{"name":"CreateFiberEx","features":[342]},{"name":"CreateMutexA","features":[307,310,342]},{"name":"CreateMutexExA","features":[307,310,342]},{"name":"CreateMutexExW","features":[307,310,342]},{"name":"CreateMutexW","features":[307,310,342]},{"name":"CreatePrivateNamespaceA","features":[307,310,342]},{"name":"CreatePrivateNamespaceW","features":[307,310,342]},{"name":"CreateProcessA","features":[307,310,342]},{"name":"CreateProcessAsUserA","features":[307,310,342]},{"name":"CreateProcessAsUserW","features":[307,310,342]},{"name":"CreateProcessW","features":[307,310,342]},{"name":"CreateProcessWithLogonW","features":[307,342]},{"name":"CreateProcessWithTokenW","features":[307,342]},{"name":"CreateRemoteThread","features":[307,310,342]},{"name":"CreateRemoteThreadEx","features":[307,310,342]},{"name":"CreateSemaphoreA","features":[307,310,342]},{"name":"CreateSemaphoreExA","features":[307,310,342]},{"name":"CreateSemaphoreExW","features":[307,310,342]},{"name":"CreateSemaphoreW","features":[307,310,342]},{"name":"CreateThread","features":[307,310,342]},{"name":"CreateThreadpool","features":[342]},{"name":"CreateThreadpoolCleanupGroup","features":[342]},{"name":"CreateThreadpoolIo","features":[307,342]},{"name":"CreateThreadpoolTimer","features":[342]},{"name":"CreateThreadpoolWait","features":[342]},{"name":"CreateThreadpoolWork","features":[342]},{"name":"CreateTimerQueue","features":[307,342]},{"name":"CreateTimerQueueTimer","features":[307,342]},{"name":"CreateUmsCompletionList","features":[307,342]},{"name":"CreateUmsThreadContext","features":[307,342]},{"name":"CreateWaitableTimerA","features":[307,310,342]},{"name":"CreateWaitableTimerExA","features":[307,310,342]},{"name":"CreateWaitableTimerExW","features":[307,310,342]},{"name":"CreateWaitableTimerW","features":[307,310,342]},{"name":"DEBUG_ONLY_THIS_PROCESS","features":[342]},{"name":"DEBUG_PROCESS","features":[342]},{"name":"DETACHED_PROCESS","features":[342]},{"name":"DeleteBoundaryDescriptor","features":[307,342]},{"name":"DeleteCriticalSection","features":[307,313,342]},{"name":"DeleteFiber","features":[342]},{"name":"DeleteProcThreadAttributeList","features":[342]},{"name":"DeleteSynchronizationBarrier","features":[307,342]},{"name":"DeleteTimerQueue","features":[307,342]},{"name":"DeleteTimerQueueEx","features":[307,342]},{"name":"DeleteTimerQueueTimer","features":[307,342]},{"name":"DeleteUmsCompletionList","features":[307,342]},{"name":"DeleteUmsThreadContext","features":[307,342]},{"name":"DequeueUmsCompletionListItems","features":[307,342]},{"name":"DisassociateCurrentThreadFromCallback","features":[342]},{"name":"EVENT_ALL_ACCESS","features":[342]},{"name":"EVENT_MODIFY_STATE","features":[342]},{"name":"EXTENDED_STARTUPINFO_PRESENT","features":[342]},{"name":"EnterCriticalSection","features":[307,313,342]},{"name":"EnterSynchronizationBarrier","features":[307,342]},{"name":"EnterUmsSchedulingMode","features":[307,341,342]},{"name":"ExecuteUmsThread","features":[307,342]},{"name":"ExitProcess","features":[342]},{"name":"ExitThread","features":[342]},{"name":"FLS_OUT_OF_INDEXES","features":[342]},{"name":"FlsAlloc","features":[342]},{"name":"FlsFree","features":[307,342]},{"name":"FlsGetValue","features":[342]},{"name":"FlsSetValue","features":[307,342]},{"name":"FlushProcessWriteBuffers","features":[342]},{"name":"FreeLibraryWhenCallbackReturns","features":[307,342]},{"name":"GET_GUI_RESOURCES_FLAGS","features":[342]},{"name":"GR_GDIOBJECTS","features":[342]},{"name":"GR_GDIOBJECTS_PEAK","features":[342]},{"name":"GR_GLOBAL","features":[342]},{"name":"GR_USEROBJECTS","features":[342]},{"name":"GR_USEROBJECTS_PEAK","features":[342]},{"name":"GetActiveProcessorCount","features":[342]},{"name":"GetActiveProcessorGroupCount","features":[342]},{"name":"GetCurrentProcess","features":[307,342]},{"name":"GetCurrentProcessId","features":[342]},{"name":"GetCurrentProcessToken","features":[307,342]},{"name":"GetCurrentProcessorNumber","features":[342]},{"name":"GetCurrentProcessorNumberEx","features":[313,342]},{"name":"GetCurrentThread","features":[307,342]},{"name":"GetCurrentThreadEffectiveToken","features":[307,342]},{"name":"GetCurrentThreadId","features":[342]},{"name":"GetCurrentThreadStackLimits","features":[342]},{"name":"GetCurrentThreadToken","features":[307,342]},{"name":"GetCurrentUmsThread","features":[342]},{"name":"GetExitCodeProcess","features":[307,342]},{"name":"GetExitCodeThread","features":[307,342]},{"name":"GetGuiResources","features":[307,342]},{"name":"GetMachineTypeAttributes","features":[342]},{"name":"GetMaximumProcessorCount","features":[342]},{"name":"GetMaximumProcessorGroupCount","features":[342]},{"name":"GetNextUmsListItem","features":[342]},{"name":"GetNumaAvailableMemoryNode","features":[307,342]},{"name":"GetNumaAvailableMemoryNodeEx","features":[307,342]},{"name":"GetNumaHighestNodeNumber","features":[307,342]},{"name":"GetNumaNodeNumberFromHandle","features":[307,342]},{"name":"GetNumaNodeProcessorMask","features":[307,342]},{"name":"GetNumaNodeProcessorMask2","features":[307,338,342]},{"name":"GetNumaNodeProcessorMaskEx","features":[307,338,342]},{"name":"GetNumaProcessorNode","features":[307,342]},{"name":"GetNumaProcessorNodeEx","features":[307,313,342]},{"name":"GetNumaProximityNode","features":[307,342]},{"name":"GetNumaProximityNodeEx","features":[307,342]},{"name":"GetPriorityClass","features":[307,342]},{"name":"GetProcessAffinityMask","features":[307,342]},{"name":"GetProcessDEPPolicy","features":[307,342]},{"name":"GetProcessDefaultCpuSetMasks","features":[307,338,342]},{"name":"GetProcessDefaultCpuSets","features":[307,342]},{"name":"GetProcessGroupAffinity","features":[307,342]},{"name":"GetProcessHandleCount","features":[307,342]},{"name":"GetProcessHandleFromHwnd","features":[307,342]},{"name":"GetProcessId","features":[307,342]},{"name":"GetProcessIdOfThread","features":[307,342]},{"name":"GetProcessInformation","features":[307,342]},{"name":"GetProcessIoCounters","features":[307,342]},{"name":"GetProcessMitigationPolicy","features":[307,342]},{"name":"GetProcessPriorityBoost","features":[307,342]},{"name":"GetProcessShutdownParameters","features":[307,342]},{"name":"GetProcessTimes","features":[307,342]},{"name":"GetProcessVersion","features":[342]},{"name":"GetProcessWorkingSetSize","features":[307,342]},{"name":"GetStartupInfoA","features":[307,342]},{"name":"GetStartupInfoW","features":[307,342]},{"name":"GetSystemTimes","features":[307,342]},{"name":"GetThreadDescription","features":[307,342]},{"name":"GetThreadGroupAffinity","features":[307,338,342]},{"name":"GetThreadIOPendingFlag","features":[307,342]},{"name":"GetThreadId","features":[307,342]},{"name":"GetThreadIdealProcessorEx","features":[307,313,342]},{"name":"GetThreadInformation","features":[307,342]},{"name":"GetThreadPriority","features":[307,342]},{"name":"GetThreadPriorityBoost","features":[307,342]},{"name":"GetThreadSelectedCpuSetMasks","features":[307,338,342]},{"name":"GetThreadSelectedCpuSets","features":[307,342]},{"name":"GetThreadTimes","features":[307,342]},{"name":"GetUmsCompletionListEvent","features":[307,342]},{"name":"GetUmsSystemThreadInformation","features":[307,342]},{"name":"HIGH_PRIORITY_CLASS","features":[342]},{"name":"IDLE_PRIORITY_CLASS","features":[342]},{"name":"INFINITE","features":[342]},{"name":"INHERIT_CALLER_PRIORITY","features":[342]},{"name":"INHERIT_PARENT_AFFINITY","features":[342]},{"name":"INIT_ONCE","features":[342]},{"name":"INIT_ONCE_ASYNC","features":[342]},{"name":"INIT_ONCE_CHECK_ONLY","features":[342]},{"name":"INIT_ONCE_CTX_RESERVED_BITS","features":[342]},{"name":"INIT_ONCE_INIT_FAILED","features":[342]},{"name":"INIT_ONCE_STATIC_INIT","features":[342]},{"name":"IO_COUNTERS","features":[342]},{"name":"IRtwqAsyncCallback","features":[342]},{"name":"IRtwqAsyncResult","features":[342]},{"name":"IRtwqPlatformEvents","features":[342]},{"name":"InitOnceBeginInitialize","features":[307,342]},{"name":"InitOnceComplete","features":[307,342]},{"name":"InitOnceExecuteOnce","features":[307,342]},{"name":"InitOnceInitialize","features":[342]},{"name":"InitializeConditionVariable","features":[342]},{"name":"InitializeCriticalSection","features":[307,313,342]},{"name":"InitializeCriticalSectionAndSpinCount","features":[307,313,342]},{"name":"InitializeCriticalSectionEx","features":[307,313,342]},{"name":"InitializeProcThreadAttributeList","features":[307,342]},{"name":"InitializeSListHead","features":[313,342]},{"name":"InitializeSRWLock","features":[342]},{"name":"InitializeSynchronizationBarrier","features":[307,342]},{"name":"InterlockedFlushSList","features":[313,342]},{"name":"InterlockedPopEntrySList","features":[313,342]},{"name":"InterlockedPushEntrySList","features":[313,342]},{"name":"InterlockedPushListSListEx","features":[313,342]},{"name":"IsImmersiveProcess","features":[307,342]},{"name":"IsProcessCritical","features":[307,342]},{"name":"IsProcessorFeaturePresent","features":[307,342]},{"name":"IsThreadAFiber","features":[307,342]},{"name":"IsThreadpoolTimerSet","features":[307,342]},{"name":"IsWow64Process","features":[307,342]},{"name":"IsWow64Process2","features":[307,338,342]},{"name":"KernelEnabled","features":[342]},{"name":"LOGON_NETCREDENTIALS_ONLY","features":[342]},{"name":"LOGON_WITH_PROFILE","features":[342]},{"name":"LPFIBER_START_ROUTINE","features":[342]},{"name":"LPPROC_THREAD_ATTRIBUTE_LIST","features":[342]},{"name":"LPTHREAD_START_ROUTINE","features":[342]},{"name":"LeaveCriticalSection","features":[307,313,342]},{"name":"LeaveCriticalSectionWhenCallbackReturns","features":[307,313,342]},{"name":"MACHINE_ATTRIBUTES","features":[342]},{"name":"MEMORY_PRIORITY","features":[342]},{"name":"MEMORY_PRIORITY_BELOW_NORMAL","features":[342]},{"name":"MEMORY_PRIORITY_INFORMATION","features":[342]},{"name":"MEMORY_PRIORITY_LOW","features":[342]},{"name":"MEMORY_PRIORITY_MEDIUM","features":[342]},{"name":"MEMORY_PRIORITY_NORMAL","features":[342]},{"name":"MEMORY_PRIORITY_VERY_LOW","features":[342]},{"name":"MUTEX_ALL_ACCESS","features":[342]},{"name":"MUTEX_MODIFY_STATE","features":[342]},{"name":"MaxProcessMitigationPolicy","features":[342]},{"name":"NORMAL_PRIORITY_CLASS","features":[342]},{"name":"OVERRIDE_PREFETCH_PARAMETER","features":[342]},{"name":"OpenEventA","features":[307,342]},{"name":"OpenEventW","features":[307,342]},{"name":"OpenMutexW","features":[307,342]},{"name":"OpenPrivateNamespaceA","features":[307,342]},{"name":"OpenPrivateNamespaceW","features":[307,342]},{"name":"OpenProcess","features":[307,342]},{"name":"OpenProcessToken","features":[307,310,342]},{"name":"OpenSemaphoreW","features":[307,342]},{"name":"OpenThread","features":[307,342]},{"name":"OpenThreadToken","features":[307,310,342]},{"name":"OpenWaitableTimerA","features":[307,342]},{"name":"OpenWaitableTimerW","features":[307,342]},{"name":"PEB","features":[307,313,342]},{"name":"PEB_LDR_DATA","features":[313,342]},{"name":"PFLS_CALLBACK_FUNCTION","features":[342]},{"name":"PF_3DNOW_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ALPHA_BYTE_INSTRUCTIONS","features":[342]},{"name":"PF_ARM_64BIT_LOADSTORE_ATOMIC","features":[342]},{"name":"PF_ARM_DIVIDE_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_ARM_EXTERNAL_CACHE_AVAILABLE","features":[342]},{"name":"PF_ARM_FMAC_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_NEON_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V82_DP_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V83_JSCVT_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V8_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_VFP_32_REGISTERS_AVAILABLE","features":[342]},{"name":"PF_AVX2_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_AVX512F_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_AVX_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_CHANNELS_ENABLED","features":[342]},{"name":"PF_COMPARE64_EXCHANGE128","features":[342]},{"name":"PF_COMPARE_EXCHANGE128","features":[342]},{"name":"PF_COMPARE_EXCHANGE_DOUBLE","features":[342]},{"name":"PF_ERMS_AVAILABLE","features":[342]},{"name":"PF_FASTFAIL_AVAILABLE","features":[342]},{"name":"PF_FLOATING_POINT_EMULATED","features":[342]},{"name":"PF_FLOATING_POINT_PRECISION_ERRATA","features":[342]},{"name":"PF_MMX_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_MONITORX_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_NX_ENABLED","features":[342]},{"name":"PF_PAE_ENABLED","features":[342]},{"name":"PF_PPC_MOVEMEM_64BIT_OK","features":[342]},{"name":"PF_RDPID_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_RDRAND_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_RDTSCP_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_RDTSC_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_RDWRFSGSBASE_AVAILABLE","features":[342]},{"name":"PF_SECOND_LEVEL_ADDRESS_TRANSLATION","features":[342]},{"name":"PF_SSE3_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_SSE4_1_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_SSE4_2_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_SSE_DAZ_MODE_AVAILABLE","features":[342]},{"name":"PF_SSSE3_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_VIRT_FIRMWARE_ENABLED","features":[342]},{"name":"PF_XMMI64_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_XMMI_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_XSAVE_ENABLED","features":[342]},{"name":"PINIT_ONCE_FN","features":[307,342]},{"name":"PMETypeFailFastOnCommitFailure","features":[342]},{"name":"PMETypeMax","features":[342]},{"name":"PME_CURRENT_VERSION","features":[342]},{"name":"PME_FAILFAST_ON_COMMIT_FAIL_DISABLE","features":[342]},{"name":"PME_FAILFAST_ON_COMMIT_FAIL_ENABLE","features":[342]},{"name":"POWER_REQUEST_CONTEXT_DETAILED_STRING","features":[342]},{"name":"POWER_REQUEST_CONTEXT_FLAGS","features":[342]},{"name":"POWER_REQUEST_CONTEXT_SIMPLE_STRING","features":[342]},{"name":"PPS_POST_PROCESS_INIT_ROUTINE","features":[342]},{"name":"PRIVATE_NAMESPACE_FLAG_DESTROY","features":[342]},{"name":"PROCESSOR_FEATURE_ID","features":[342]},{"name":"PROCESS_ACCESS_RIGHTS","features":[342]},{"name":"PROCESS_AFFINITY_AUTO_UPDATE_FLAGS","features":[342]},{"name":"PROCESS_AFFINITY_DISABLE_AUTO_UPDATE","features":[342]},{"name":"PROCESS_AFFINITY_ENABLE_AUTO_UPDATE","features":[342]},{"name":"PROCESS_ALL_ACCESS","features":[342]},{"name":"PROCESS_BASIC_INFORMATION","features":[307,313,342]},{"name":"PROCESS_CREATE_PROCESS","features":[342]},{"name":"PROCESS_CREATE_THREAD","features":[342]},{"name":"PROCESS_CREATION_FLAGS","features":[342]},{"name":"PROCESS_DELETE","features":[342]},{"name":"PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION","features":[342]},{"name":"PROCESS_DEP_ENABLE","features":[342]},{"name":"PROCESS_DEP_FLAGS","features":[342]},{"name":"PROCESS_DEP_NONE","features":[342]},{"name":"PROCESS_DUP_HANDLE","features":[342]},{"name":"PROCESS_DYNAMIC_EH_CONTINUATION_TARGET","features":[342]},{"name":"PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION","features":[342]},{"name":"PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE","features":[342]},{"name":"PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION","features":[342]},{"name":"PROCESS_INFORMATION","features":[307,342]},{"name":"PROCESS_INFORMATION_CLASS","features":[342]},{"name":"PROCESS_LEAP_SECOND_INFO","features":[342]},{"name":"PROCESS_LEAP_SECOND_INFO_FLAG_ENABLE_SIXTY_SECOND","features":[342]},{"name":"PROCESS_LEAP_SECOND_INFO_VALID_FLAGS","features":[342]},{"name":"PROCESS_MACHINE_INFORMATION","features":[338,342]},{"name":"PROCESS_MEMORY_EXHAUSTION_INFO","features":[342]},{"name":"PROCESS_MEMORY_EXHAUSTION_TYPE","features":[342]},{"name":"PROCESS_MITIGATION_POLICY","features":[342]},{"name":"PROCESS_MODE_BACKGROUND_BEGIN","features":[342]},{"name":"PROCESS_MODE_BACKGROUND_END","features":[342]},{"name":"PROCESS_NAME_FORMAT","features":[342]},{"name":"PROCESS_NAME_NATIVE","features":[342]},{"name":"PROCESS_NAME_WIN32","features":[342]},{"name":"PROCESS_POWER_THROTTLING_CURRENT_VERSION","features":[342]},{"name":"PROCESS_POWER_THROTTLING_EXECUTION_SPEED","features":[342]},{"name":"PROCESS_POWER_THROTTLING_IGNORE_TIMER_RESOLUTION","features":[342]},{"name":"PROCESS_POWER_THROTTLING_STATE","features":[342]},{"name":"PROCESS_PROTECTION_LEVEL","features":[342]},{"name":"PROCESS_PROTECTION_LEVEL_INFORMATION","features":[342]},{"name":"PROCESS_QUERY_INFORMATION","features":[342]},{"name":"PROCESS_QUERY_LIMITED_INFORMATION","features":[342]},{"name":"PROCESS_READ_CONTROL","features":[342]},{"name":"PROCESS_SET_INFORMATION","features":[342]},{"name":"PROCESS_SET_LIMITED_INFORMATION","features":[342]},{"name":"PROCESS_SET_QUOTA","features":[342]},{"name":"PROCESS_SET_SESSIONID","features":[342]},{"name":"PROCESS_STANDARD_RIGHTS_REQUIRED","features":[342]},{"name":"PROCESS_SUSPEND_RESUME","features":[342]},{"name":"PROCESS_SYNCHRONIZE","features":[342]},{"name":"PROCESS_TERMINATE","features":[342]},{"name":"PROCESS_VM_OPERATION","features":[342]},{"name":"PROCESS_VM_READ","features":[342]},{"name":"PROCESS_VM_WRITE","features":[342]},{"name":"PROCESS_WRITE_DAC","features":[342]},{"name":"PROCESS_WRITE_OWNER","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_ALL_APPLICATION_PACKAGES_POLICY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_CHILD_PROCESS_POLICY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_COMPONENT_FILTER","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_DESKTOP_APP_POLICY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_ENABLE_OPTIONAL_XSTATE_FEATURES","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_GROUP_AFFINITY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_HANDLE_LIST","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_IDEAL_PROCESSOR","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_JOB_LIST","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_MACHINE_TYPE","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_MITIGATION_AUDIT_POLICY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_NUM","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_PARENT_PROCESS","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_PREFERRED_NODE","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_PROTECTION_LEVEL","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_REPLACE_VALUE","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_SECURITY_CAPABILITIES","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_UMS_THREAD","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_WIN32K_FILTER","features":[342]},{"name":"PROFILE_KERNEL","features":[342]},{"name":"PROFILE_SERVER","features":[342]},{"name":"PROFILE_USER","features":[342]},{"name":"PROTECTION_LEVEL_ANTIMALWARE_LIGHT","features":[342]},{"name":"PROTECTION_LEVEL_AUTHENTICODE","features":[342]},{"name":"PROTECTION_LEVEL_CODEGEN_LIGHT","features":[342]},{"name":"PROTECTION_LEVEL_LSA_LIGHT","features":[342]},{"name":"PROTECTION_LEVEL_NONE","features":[342]},{"name":"PROTECTION_LEVEL_PPL_APP","features":[342]},{"name":"PROTECTION_LEVEL_WINDOWS","features":[342]},{"name":"PROTECTION_LEVEL_WINDOWS_LIGHT","features":[342]},{"name":"PROTECTION_LEVEL_WINTCB","features":[342]},{"name":"PROTECTION_LEVEL_WINTCB_LIGHT","features":[342]},{"name":"PRTL_UMS_SCHEDULER_ENTRY_POINT","features":[341,342]},{"name":"PTIMERAPCROUTINE","features":[342]},{"name":"PTP_CALLBACK_INSTANCE","features":[342]},{"name":"PTP_CLEANUP_GROUP","features":[342]},{"name":"PTP_CLEANUP_GROUP_CANCEL_CALLBACK","features":[342]},{"name":"PTP_IO","features":[342]},{"name":"PTP_POOL","features":[342]},{"name":"PTP_SIMPLE_CALLBACK","features":[342]},{"name":"PTP_TIMER","features":[342]},{"name":"PTP_TIMER_CALLBACK","features":[342]},{"name":"PTP_WAIT","features":[342]},{"name":"PTP_WAIT_CALLBACK","features":[342]},{"name":"PTP_WIN32_IO_CALLBACK","features":[342]},{"name":"PTP_WORK","features":[342]},{"name":"PTP_WORK_CALLBACK","features":[342]},{"name":"ProcThreadAttributeAllApplicationPackagesPolicy","features":[342]},{"name":"ProcThreadAttributeChildProcessPolicy","features":[342]},{"name":"ProcThreadAttributeComponentFilter","features":[342]},{"name":"ProcThreadAttributeDesktopAppPolicy","features":[342]},{"name":"ProcThreadAttributeEnableOptionalXStateFeatures","features":[342]},{"name":"ProcThreadAttributeGroupAffinity","features":[342]},{"name":"ProcThreadAttributeHandleList","features":[342]},{"name":"ProcThreadAttributeIdealProcessor","features":[342]},{"name":"ProcThreadAttributeJobList","features":[342]},{"name":"ProcThreadAttributeMachineType","features":[342]},{"name":"ProcThreadAttributeMitigationAuditPolicy","features":[342]},{"name":"ProcThreadAttributeMitigationPolicy","features":[342]},{"name":"ProcThreadAttributeParentProcess","features":[342]},{"name":"ProcThreadAttributePreferredNode","features":[342]},{"name":"ProcThreadAttributeProtectionLevel","features":[342]},{"name":"ProcThreadAttributePseudoConsole","features":[342]},{"name":"ProcThreadAttributeSafeOpenPromptOriginClaim","features":[342]},{"name":"ProcThreadAttributeSecurityCapabilities","features":[342]},{"name":"ProcThreadAttributeTrustedApp","features":[342]},{"name":"ProcThreadAttributeUmsThread","features":[342]},{"name":"ProcThreadAttributeWin32kFilter","features":[342]},{"name":"ProcessASLRPolicy","features":[342]},{"name":"ProcessActivationContextTrustPolicy","features":[342]},{"name":"ProcessAppMemoryInfo","features":[342]},{"name":"ProcessChildProcessPolicy","features":[342]},{"name":"ProcessControlFlowGuardPolicy","features":[342]},{"name":"ProcessDEPPolicy","features":[342]},{"name":"ProcessDynamicCodePolicy","features":[342]},{"name":"ProcessExtensionPointDisablePolicy","features":[342]},{"name":"ProcessFontDisablePolicy","features":[342]},{"name":"ProcessImageLoadPolicy","features":[342]},{"name":"ProcessInPrivateInfo","features":[342]},{"name":"ProcessInformationClassMax","features":[342]},{"name":"ProcessLeapSecondInfo","features":[342]},{"name":"ProcessMachineTypeInfo","features":[342]},{"name":"ProcessMaxOverridePrefetchParameter","features":[342]},{"name":"ProcessMemoryExhaustionInfo","features":[342]},{"name":"ProcessMemoryPriority","features":[342]},{"name":"ProcessMitigationOptionsMask","features":[342]},{"name":"ProcessOverrideSubsequentPrefetchParameter","features":[342]},{"name":"ProcessPayloadRestrictionPolicy","features":[342]},{"name":"ProcessPowerThrottling","features":[342]},{"name":"ProcessProtectionLevelInfo","features":[342]},{"name":"ProcessRedirectionTrustPolicy","features":[342]},{"name":"ProcessReservedValue1","features":[342]},{"name":"ProcessSEHOPPolicy","features":[342]},{"name":"ProcessSideChannelIsolationPolicy","features":[342]},{"name":"ProcessSignaturePolicy","features":[342]},{"name":"ProcessStrictHandleCheckPolicy","features":[342]},{"name":"ProcessSystemCallDisablePolicy","features":[342]},{"name":"ProcessSystemCallFilterPolicy","features":[342]},{"name":"ProcessTelemetryCoverageInfo","features":[342]},{"name":"ProcessUserPointerAuthPolicy","features":[342]},{"name":"ProcessUserShadowStackPolicy","features":[342]},{"name":"PulseEvent","features":[307,342]},{"name":"QUEUE_USER_APC_CALLBACK_DATA_CONTEXT","features":[342]},{"name":"QUEUE_USER_APC_FLAGS","features":[342]},{"name":"QUEUE_USER_APC_FLAGS_NONE","features":[342]},{"name":"QUEUE_USER_APC_FLAGS_SPECIAL_USER_APC","features":[342]},{"name":"QueryDepthSList","features":[313,342]},{"name":"QueryFullProcessImageNameA","features":[307,342]},{"name":"QueryFullProcessImageNameW","features":[307,342]},{"name":"QueryProcessAffinityUpdateMode","features":[307,342]},{"name":"QueryProtectedPolicy","features":[307,342]},{"name":"QueryThreadpoolStackInformation","features":[307,342]},{"name":"QueryUmsThreadInformation","features":[307,342]},{"name":"QueueUserAPC","features":[307,342]},{"name":"QueueUserAPC2","features":[307,342]},{"name":"QueueUserWorkItem","features":[307,342]},{"name":"REALTIME_PRIORITY_CLASS","features":[342]},{"name":"REASON_CONTEXT","features":[307,342]},{"name":"RTL_CRITICAL_SECTION_ALL_FLAG_BITS","features":[342]},{"name":"RTL_CRITICAL_SECTION_DEBUG_FLAG_STATIC_INIT","features":[342]},{"name":"RTL_CRITICAL_SECTION_FLAG_DYNAMIC_SPIN","features":[342]},{"name":"RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO","features":[342]},{"name":"RTL_CRITICAL_SECTION_FLAG_NO_DEBUG_INFO","features":[342]},{"name":"RTL_CRITICAL_SECTION_FLAG_RESOURCE_TYPE","features":[342]},{"name":"RTL_CRITICAL_SECTION_FLAG_STATIC_INIT","features":[342]},{"name":"RTL_USER_PROCESS_PARAMETERS","features":[307,342]},{"name":"RTWQASYNCRESULT","features":[342]},{"name":"RTWQPERIODICCALLBACK","features":[342]},{"name":"RTWQ_MULTITHREADED_WORKQUEUE","features":[342]},{"name":"RTWQ_STANDARD_WORKQUEUE","features":[342]},{"name":"RTWQ_WINDOW_WORKQUEUE","features":[342]},{"name":"RTWQ_WORKQUEUE_TYPE","features":[342]},{"name":"RegisterWaitForSingleObject","features":[307,342]},{"name":"ReleaseMutex","features":[307,342]},{"name":"ReleaseMutexWhenCallbackReturns","features":[307,342]},{"name":"ReleaseSRWLockExclusive","features":[342]},{"name":"ReleaseSRWLockShared","features":[342]},{"name":"ReleaseSemaphore","features":[307,342]},{"name":"ReleaseSemaphoreWhenCallbackReturns","features":[307,342]},{"name":"ResetEvent","features":[307,342]},{"name":"ResumeThread","features":[307,342]},{"name":"RtwqAddPeriodicCallback","features":[342]},{"name":"RtwqAllocateSerialWorkQueue","features":[342]},{"name":"RtwqAllocateWorkQueue","features":[342]},{"name":"RtwqBeginRegisterWorkQueueWithMMCSS","features":[342]},{"name":"RtwqBeginUnregisterWorkQueueWithMMCSS","features":[342]},{"name":"RtwqCancelDeadline","features":[307,342]},{"name":"RtwqCancelWorkItem","features":[342]},{"name":"RtwqCreateAsyncResult","features":[342]},{"name":"RtwqEndRegisterWorkQueueWithMMCSS","features":[342]},{"name":"RtwqGetWorkQueueMMCSSClass","features":[342]},{"name":"RtwqGetWorkQueueMMCSSPriority","features":[342]},{"name":"RtwqGetWorkQueueMMCSSTaskId","features":[342]},{"name":"RtwqInvokeCallback","features":[342]},{"name":"RtwqJoinWorkQueue","features":[307,342]},{"name":"RtwqLockPlatform","features":[342]},{"name":"RtwqLockSharedWorkQueue","features":[342]},{"name":"RtwqLockWorkQueue","features":[342]},{"name":"RtwqPutWaitingWorkItem","features":[307,342]},{"name":"RtwqPutWorkItem","features":[342]},{"name":"RtwqRegisterPlatformEvents","features":[342]},{"name":"RtwqRegisterPlatformWithMMCSS","features":[342]},{"name":"RtwqRemovePeriodicCallback","features":[342]},{"name":"RtwqScheduleWorkItem","features":[342]},{"name":"RtwqSetDeadline","features":[307,342]},{"name":"RtwqSetDeadline2","features":[307,342]},{"name":"RtwqSetLongRunning","features":[307,342]},{"name":"RtwqShutdown","features":[342]},{"name":"RtwqStartup","features":[342]},{"name":"RtwqUnjoinWorkQueue","features":[307,342]},{"name":"RtwqUnlockPlatform","features":[342]},{"name":"RtwqUnlockWorkQueue","features":[342]},{"name":"RtwqUnregisterPlatformEvents","features":[342]},{"name":"RtwqUnregisterPlatformFromMMCSS","features":[342]},{"name":"SEMAPHORE_ALL_ACCESS","features":[342]},{"name":"SEMAPHORE_MODIFY_STATE","features":[342]},{"name":"SRWLOCK","features":[342]},{"name":"SRWLOCK_INIT","features":[342]},{"name":"STACK_SIZE_PARAM_IS_A_RESERVATION","features":[342]},{"name":"STARTF_FORCEOFFFEEDBACK","features":[342]},{"name":"STARTF_FORCEONFEEDBACK","features":[342]},{"name":"STARTF_PREVENTPINNING","features":[342]},{"name":"STARTF_RUNFULLSCREEN","features":[342]},{"name":"STARTF_TITLEISAPPID","features":[342]},{"name":"STARTF_TITLEISLINKNAME","features":[342]},{"name":"STARTF_UNTRUSTEDSOURCE","features":[342]},{"name":"STARTF_USECOUNTCHARS","features":[342]},{"name":"STARTF_USEFILLATTRIBUTE","features":[342]},{"name":"STARTF_USEHOTKEY","features":[342]},{"name":"STARTF_USEPOSITION","features":[342]},{"name":"STARTF_USESHOWWINDOW","features":[342]},{"name":"STARTF_USESIZE","features":[342]},{"name":"STARTF_USESTDHANDLES","features":[342]},{"name":"STARTUPINFOA","features":[307,342]},{"name":"STARTUPINFOEXA","features":[307,342]},{"name":"STARTUPINFOEXW","features":[307,342]},{"name":"STARTUPINFOW","features":[307,342]},{"name":"STARTUPINFOW_FLAGS","features":[342]},{"name":"SYNCHRONIZATION_ACCESS_RIGHTS","features":[342]},{"name":"SYNCHRONIZATION_BARRIER","features":[342]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_BLOCK_ONLY","features":[342]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_NO_DELETE","features":[342]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_SPIN_ONLY","features":[342]},{"name":"SYNCHRONIZATION_DELETE","features":[342]},{"name":"SYNCHRONIZATION_READ_CONTROL","features":[342]},{"name":"SYNCHRONIZATION_SYNCHRONIZE","features":[342]},{"name":"SYNCHRONIZATION_WRITE_DAC","features":[342]},{"name":"SYNCHRONIZATION_WRITE_OWNER","features":[342]},{"name":"SetCriticalSectionSpinCount","features":[307,313,342]},{"name":"SetEvent","features":[307,342]},{"name":"SetEventWhenCallbackReturns","features":[307,342]},{"name":"SetPriorityClass","features":[307,342]},{"name":"SetProcessAffinityMask","features":[307,342]},{"name":"SetProcessAffinityUpdateMode","features":[307,342]},{"name":"SetProcessDEPPolicy","features":[307,342]},{"name":"SetProcessDefaultCpuSetMasks","features":[307,338,342]},{"name":"SetProcessDefaultCpuSets","features":[307,342]},{"name":"SetProcessDynamicEHContinuationTargets","features":[307,342]},{"name":"SetProcessDynamicEnforcedCetCompatibleRanges","features":[307,342]},{"name":"SetProcessInformation","features":[307,342]},{"name":"SetProcessMitigationPolicy","features":[307,342]},{"name":"SetProcessPriorityBoost","features":[307,342]},{"name":"SetProcessRestrictionExemption","features":[307,342]},{"name":"SetProcessShutdownParameters","features":[307,342]},{"name":"SetProcessWorkingSetSize","features":[307,342]},{"name":"SetProtectedPolicy","features":[307,342]},{"name":"SetThreadAffinityMask","features":[307,342]},{"name":"SetThreadDescription","features":[307,342]},{"name":"SetThreadGroupAffinity","features":[307,338,342]},{"name":"SetThreadIdealProcessor","features":[307,342]},{"name":"SetThreadIdealProcessorEx","features":[307,313,342]},{"name":"SetThreadInformation","features":[307,342]},{"name":"SetThreadPriority","features":[307,342]},{"name":"SetThreadPriorityBoost","features":[307,342]},{"name":"SetThreadSelectedCpuSetMasks","features":[307,338,342]},{"name":"SetThreadSelectedCpuSets","features":[307,342]},{"name":"SetThreadStackGuarantee","features":[307,342]},{"name":"SetThreadToken","features":[307,342]},{"name":"SetThreadpoolStackInformation","features":[307,342]},{"name":"SetThreadpoolThreadMaximum","features":[342]},{"name":"SetThreadpoolThreadMinimum","features":[307,342]},{"name":"SetThreadpoolTimer","features":[307,342]},{"name":"SetThreadpoolTimerEx","features":[307,342]},{"name":"SetThreadpoolWait","features":[307,342]},{"name":"SetThreadpoolWaitEx","features":[307,342]},{"name":"SetTimerQueueTimer","features":[307,342]},{"name":"SetUmsThreadInformation","features":[307,342]},{"name":"SetWaitableTimer","features":[307,342]},{"name":"SetWaitableTimerEx","features":[307,342]},{"name":"SignalObjectAndWait","features":[307,342]},{"name":"Sleep","features":[342]},{"name":"SleepConditionVariableCS","features":[307,313,342]},{"name":"SleepConditionVariableSRW","features":[307,342]},{"name":"SleepEx","features":[307,342]},{"name":"StartThreadpoolIo","features":[342]},{"name":"SubmitThreadpoolWork","features":[342]},{"name":"SuspendThread","features":[307,342]},{"name":"SwitchToFiber","features":[342]},{"name":"SwitchToThread","features":[307,342]},{"name":"TEB","features":[307,313,342]},{"name":"THREAD_ACCESS_RIGHTS","features":[342]},{"name":"THREAD_ALL_ACCESS","features":[342]},{"name":"THREAD_CREATE_RUN_IMMEDIATELY","features":[342]},{"name":"THREAD_CREATE_SUSPENDED","features":[342]},{"name":"THREAD_CREATION_FLAGS","features":[342]},{"name":"THREAD_DELETE","features":[342]},{"name":"THREAD_DIRECT_IMPERSONATION","features":[342]},{"name":"THREAD_GET_CONTEXT","features":[342]},{"name":"THREAD_IMPERSONATE","features":[342]},{"name":"THREAD_INFORMATION_CLASS","features":[342]},{"name":"THREAD_MODE_BACKGROUND_BEGIN","features":[342]},{"name":"THREAD_MODE_BACKGROUND_END","features":[342]},{"name":"THREAD_POWER_THROTTLING_CURRENT_VERSION","features":[342]},{"name":"THREAD_POWER_THROTTLING_EXECUTION_SPEED","features":[342]},{"name":"THREAD_POWER_THROTTLING_STATE","features":[342]},{"name":"THREAD_POWER_THROTTLING_VALID_FLAGS","features":[342]},{"name":"THREAD_PRIORITY","features":[342]},{"name":"THREAD_PRIORITY_ABOVE_NORMAL","features":[342]},{"name":"THREAD_PRIORITY_BELOW_NORMAL","features":[342]},{"name":"THREAD_PRIORITY_HIGHEST","features":[342]},{"name":"THREAD_PRIORITY_IDLE","features":[342]},{"name":"THREAD_PRIORITY_LOWEST","features":[342]},{"name":"THREAD_PRIORITY_MIN","features":[342]},{"name":"THREAD_PRIORITY_NORMAL","features":[342]},{"name":"THREAD_PRIORITY_TIME_CRITICAL","features":[342]},{"name":"THREAD_QUERY_INFORMATION","features":[342]},{"name":"THREAD_QUERY_LIMITED_INFORMATION","features":[342]},{"name":"THREAD_READ_CONTROL","features":[342]},{"name":"THREAD_RESUME","features":[342]},{"name":"THREAD_SET_CONTEXT","features":[342]},{"name":"THREAD_SET_INFORMATION","features":[342]},{"name":"THREAD_SET_LIMITED_INFORMATION","features":[342]},{"name":"THREAD_SET_THREAD_TOKEN","features":[342]},{"name":"THREAD_STANDARD_RIGHTS_REQUIRED","features":[342]},{"name":"THREAD_SUSPEND_RESUME","features":[342]},{"name":"THREAD_SYNCHRONIZE","features":[342]},{"name":"THREAD_TERMINATE","features":[342]},{"name":"THREAD_WRITE_DAC","features":[342]},{"name":"THREAD_WRITE_OWNER","features":[342]},{"name":"TIMER_ALL_ACCESS","features":[342]},{"name":"TIMER_MODIFY_STATE","features":[342]},{"name":"TIMER_QUERY_STATE","features":[342]},{"name":"TLS_OUT_OF_INDEXES","features":[342]},{"name":"TP_CALLBACK_ENVIRON_V3","features":[342]},{"name":"TP_CALLBACK_PRIORITY","features":[342]},{"name":"TP_CALLBACK_PRIORITY_COUNT","features":[342]},{"name":"TP_CALLBACK_PRIORITY_HIGH","features":[342]},{"name":"TP_CALLBACK_PRIORITY_INVALID","features":[342]},{"name":"TP_CALLBACK_PRIORITY_LOW","features":[342]},{"name":"TP_CALLBACK_PRIORITY_NORMAL","features":[342]},{"name":"TP_POOL_STACK_INFORMATION","features":[342]},{"name":"TerminateProcess","features":[307,342]},{"name":"TerminateThread","features":[307,342]},{"name":"ThreadAbsoluteCpuPriority","features":[342]},{"name":"ThreadDynamicCodePolicy","features":[342]},{"name":"ThreadInformationClassMax","features":[342]},{"name":"ThreadMemoryPriority","features":[342]},{"name":"ThreadPowerThrottling","features":[342]},{"name":"TlsAlloc","features":[342]},{"name":"TlsFree","features":[307,342]},{"name":"TlsGetValue","features":[342]},{"name":"TlsSetValue","features":[307,342]},{"name":"TryAcquireSRWLockExclusive","features":[307,342]},{"name":"TryAcquireSRWLockShared","features":[307,342]},{"name":"TryEnterCriticalSection","features":[307,313,342]},{"name":"TrySubmitThreadpoolCallback","features":[307,342]},{"name":"UMS_SCHEDULER_STARTUP_INFO","features":[341,342]},{"name":"UMS_SYSTEM_THREAD_INFORMATION","features":[342]},{"name":"UMS_THREAD_INFO_CLASS","features":[342]},{"name":"UmsThreadAffinity","features":[342]},{"name":"UmsThreadInvalidInfoClass","features":[342]},{"name":"UmsThreadIsSuspended","features":[342]},{"name":"UmsThreadIsTerminated","features":[342]},{"name":"UmsThreadMaxInfoClass","features":[342]},{"name":"UmsThreadPriority","features":[342]},{"name":"UmsThreadTeb","features":[342]},{"name":"UmsThreadUserContext","features":[342]},{"name":"UmsThreadYield","features":[307,342]},{"name":"UnregisterWait","features":[307,342]},{"name":"UnregisterWaitEx","features":[307,342]},{"name":"UpdateProcThreadAttribute","features":[307,342]},{"name":"UserEnabled","features":[342]},{"name":"WAITORTIMERCALLBACK","features":[307,342]},{"name":"WORKERCALLBACKFUNC","features":[342]},{"name":"WORKER_THREAD_FLAGS","features":[342]},{"name":"WT_EXECUTEDEFAULT","features":[342]},{"name":"WT_EXECUTEINIOTHREAD","features":[342]},{"name":"WT_EXECUTEINPERSISTENTTHREAD","features":[342]},{"name":"WT_EXECUTEINTIMERTHREAD","features":[342]},{"name":"WT_EXECUTEINWAITTHREAD","features":[342]},{"name":"WT_EXECUTELONGFUNCTION","features":[342]},{"name":"WT_EXECUTEONLYONCE","features":[342]},{"name":"WT_TRANSFER_IMPERSONATION","features":[342]},{"name":"WaitForInputIdle","features":[307,342]},{"name":"WaitForMultipleObjects","features":[307,342]},{"name":"WaitForMultipleObjectsEx","features":[307,342]},{"name":"WaitForSingleObject","features":[307,342]},{"name":"WaitForSingleObjectEx","features":[307,342]},{"name":"WaitForThreadpoolIoCallbacks","features":[307,342]},{"name":"WaitForThreadpoolTimerCallbacks","features":[307,342]},{"name":"WaitForThreadpoolWaitCallbacks","features":[307,342]},{"name":"WaitForThreadpoolWorkCallbacks","features":[307,342]},{"name":"WaitOnAddress","features":[307,342]},{"name":"WakeAllConditionVariable","features":[342]},{"name":"WakeByAddressAll","features":[342]},{"name":"WakeByAddressSingle","features":[342]},{"name":"WakeConditionVariable","features":[342]},{"name":"WinExec","features":[342]},{"name":"Wow64Container","features":[342]},{"name":"Wow64SetThreadDefaultGuestMachine","features":[342]},{"name":"Wow64SuspendThread","features":[307,342]}],"620":[{"name":"DYNAMIC_TIME_ZONE_INFORMATION","features":[307,545]},{"name":"EnumDynamicTimeZoneInformation","features":[307,545]},{"name":"FileTimeToSystemTime","features":[307,545]},{"name":"GetDynamicTimeZoneInformation","features":[307,545]},{"name":"GetDynamicTimeZoneInformationEffectiveYears","features":[307,545]},{"name":"GetTimeZoneInformation","features":[307,545]},{"name":"GetTimeZoneInformationForYear","features":[307,545]},{"name":"LocalFileTimeToLocalSystemTime","features":[307,545]},{"name":"LocalSystemTimeToLocalFileTime","features":[307,545]},{"name":"SetDynamicTimeZoneInformation","features":[307,545]},{"name":"SetTimeZoneInformation","features":[307,545]},{"name":"SystemTimeToFileTime","features":[307,545]},{"name":"SystemTimeToTzSpecificLocalTime","features":[307,545]},{"name":"SystemTimeToTzSpecificLocalTimeEx","features":[307,545]},{"name":"TIME_ZONE_ID_INVALID","features":[545]},{"name":"TIME_ZONE_INFORMATION","features":[307,545]},{"name":"TSF_Authenticated","features":[545]},{"name":"TSF_Hardware","features":[545]},{"name":"TSF_IPv6","features":[545]},{"name":"TSF_SignatureAuthenticated","features":[545]},{"name":"TzSpecificLocalTimeToSystemTime","features":[307,545]},{"name":"TzSpecificLocalTimeToSystemTimeEx","features":[307,545]},{"name":"wszW32TimeRegKeyPolicyTimeProviders","features":[545]},{"name":"wszW32TimeRegKeyTimeProviders","features":[545]},{"name":"wszW32TimeRegValueDllName","features":[545]},{"name":"wszW32TimeRegValueEnabled","features":[545]},{"name":"wszW32TimeRegValueInputProvider","features":[545]},{"name":"wszW32TimeRegValueMetaDataProvider","features":[545]}],"621":[{"name":"GetDeviceID","features":[307,594]},{"name":"GetDeviceIDString","features":[307,594]},{"name":"TBS_COMMAND_LOCALITY","features":[594]},{"name":"TBS_COMMAND_LOCALITY_FOUR","features":[594]},{"name":"TBS_COMMAND_LOCALITY_ONE","features":[594]},{"name":"TBS_COMMAND_LOCALITY_THREE","features":[594]},{"name":"TBS_COMMAND_LOCALITY_TWO","features":[594]},{"name":"TBS_COMMAND_LOCALITY_ZERO","features":[594]},{"name":"TBS_COMMAND_PRIORITY","features":[594]},{"name":"TBS_COMMAND_PRIORITY_HIGH","features":[594]},{"name":"TBS_COMMAND_PRIORITY_LOW","features":[594]},{"name":"TBS_COMMAND_PRIORITY_MAX","features":[594]},{"name":"TBS_COMMAND_PRIORITY_NORMAL","features":[594]},{"name":"TBS_COMMAND_PRIORITY_SYSTEM","features":[594]},{"name":"TBS_CONTEXT_PARAMS","features":[594]},{"name":"TBS_CONTEXT_PARAMS2","features":[594]},{"name":"TBS_CONTEXT_VERSION_ONE","features":[594]},{"name":"TBS_CONTEXT_VERSION_TWO","features":[594]},{"name":"TBS_OWNERAUTH_TYPE_ADMIN","features":[594]},{"name":"TBS_OWNERAUTH_TYPE_ENDORSEMENT","features":[594]},{"name":"TBS_OWNERAUTH_TYPE_ENDORSEMENT_20","features":[594]},{"name":"TBS_OWNERAUTH_TYPE_FULL","features":[594]},{"name":"TBS_OWNERAUTH_TYPE_STORAGE_20","features":[594]},{"name":"TBS_OWNERAUTH_TYPE_USER","features":[594]},{"name":"TBS_SUCCESS","features":[594]},{"name":"TBS_TCGLOG_DRTM_BOOT","features":[594]},{"name":"TBS_TCGLOG_DRTM_CURRENT","features":[594]},{"name":"TBS_TCGLOG_DRTM_RESUME","features":[594]},{"name":"TBS_TCGLOG_SRTM_BOOT","features":[594]},{"name":"TBS_TCGLOG_SRTM_CURRENT","features":[594]},{"name":"TBS_TCGLOG_SRTM_RESUME","features":[594]},{"name":"TPM_DEVICE_INFO","features":[594]},{"name":"TPM_IFTYPE_1","features":[594]},{"name":"TPM_IFTYPE_EMULATOR","features":[594]},{"name":"TPM_IFTYPE_HW","features":[594]},{"name":"TPM_IFTYPE_SPB","features":[594]},{"name":"TPM_IFTYPE_TRUSTZONE","features":[594]},{"name":"TPM_IFTYPE_UNKNOWN","features":[594]},{"name":"TPM_VERSION_12","features":[594]},{"name":"TPM_VERSION_20","features":[594]},{"name":"TPM_VERSION_UNKNOWN","features":[594]},{"name":"TPM_WNF_INFO_CLEAR_SUCCESSFUL","features":[594]},{"name":"TPM_WNF_INFO_NO_REBOOT_REQUIRED","features":[594]},{"name":"TPM_WNF_INFO_OWNERSHIP_SUCCESSFUL","features":[594]},{"name":"TPM_WNF_PROVISIONING","features":[594]},{"name":"Tbsi_Context_Create","features":[594]},{"name":"Tbsi_Create_Windows_Key","features":[594]},{"name":"Tbsi_GetDeviceInfo","features":[594]},{"name":"Tbsi_Get_OwnerAuth","features":[594]},{"name":"Tbsi_Get_TCG_Log","features":[594]},{"name":"Tbsi_Get_TCG_Log_Ex","features":[594]},{"name":"Tbsi_Is_Tpm_Present","features":[307,594]},{"name":"Tbsi_Physical_Presence_Command","features":[594]},{"name":"Tbsi_Revoke_Attestation","features":[594]},{"name":"Tbsip_Cancel_Commands","features":[594]},{"name":"Tbsip_Context_Close","features":[594]},{"name":"Tbsip_Submit_Command","features":[594]}],"622":[{"name":"Catalog","features":[595]},{"name":"CatalogCollection","features":[595]},{"name":"CatalogObject","features":[595]},{"name":"ComponentUtil","features":[595]},{"name":"ICatalog","features":[358,595]},{"name":"IComponentUtil","features":[358,595]},{"name":"IPackageUtil","features":[358,595]},{"name":"IRemoteComponentUtil","features":[358,595]},{"name":"IRoleAssociationUtil","features":[358,595]},{"name":"MTSAdminErrorCodes","features":[595]},{"name":"MTSPackageExportOptions","features":[595]},{"name":"MTSPackageInstallOptions","features":[595]},{"name":"PackageUtil","features":[595]},{"name":"RemoteComponentUtil","features":[595]},{"name":"RoleAssociationUtil","features":[595]},{"name":"mtsErrAlreadyInstalled","features":[595]},{"name":"mtsErrAuthenticationLevel","features":[595]},{"name":"mtsErrBadForward","features":[595]},{"name":"mtsErrBadIID","features":[595]},{"name":"mtsErrBadPath","features":[595]},{"name":"mtsErrBadRegistryLibID","features":[595]},{"name":"mtsErrBadRegistryProgID","features":[595]},{"name":"mtsErrCLSIDOrIIDMismatch","features":[595]},{"name":"mtsErrCantCopyFile","features":[595]},{"name":"mtsErrCoReqCompInstalled","features":[595]},{"name":"mtsErrCompFileBadTLB","features":[595]},{"name":"mtsErrCompFileClassNotAvail","features":[595]},{"name":"mtsErrCompFileDoesNotExist","features":[595]},{"name":"mtsErrCompFileGetClassObj","features":[595]},{"name":"mtsErrCompFileLoadDLLFail","features":[595]},{"name":"mtsErrCompFileNoRegistrar","features":[595]},{"name":"mtsErrCompFileNotInstallable","features":[595]},{"name":"mtsErrDllLoadFailed","features":[595]},{"name":"mtsErrDllRegisterServer","features":[595]},{"name":"mtsErrDownloadFailed","features":[595]},{"name":"mtsErrInvalidUserids","features":[595]},{"name":"mtsErrKeyMissing","features":[595]},{"name":"mtsErrNoAccessToUNC","features":[595]},{"name":"mtsErrNoRegistryCLSID","features":[595]},{"name":"mtsErrNoRegistryRead","features":[595]},{"name":"mtsErrNoRegistryRepair","features":[595]},{"name":"mtsErrNoRegistryWrite","features":[595]},{"name":"mtsErrNoServerShare","features":[595]},{"name":"mtsErrNoTypeLib","features":[595]},{"name":"mtsErrNoUser","features":[595]},{"name":"mtsErrNotChangeable","features":[595]},{"name":"mtsErrNotDeletable","features":[595]},{"name":"mtsErrObjectErrors","features":[595]},{"name":"mtsErrObjectInvalid","features":[595]},{"name":"mtsErrPDFReadFail","features":[595]},{"name":"mtsErrPDFVersion","features":[595]},{"name":"mtsErrPDFWriteFail","features":[595]},{"name":"mtsErrPackDirNotFound","features":[595]},{"name":"mtsErrPackageExists","features":[595]},{"name":"mtsErrRegistrarFailed","features":[595]},{"name":"mtsErrRemoteInterface","features":[595]},{"name":"mtsErrRoleExists","features":[595]},{"name":"mtsErrSession","features":[595]},{"name":"mtsErrTreatAs","features":[595]},{"name":"mtsErrUserPasswdNotValid","features":[595]},{"name":"mtsExportUsers","features":[595]},{"name":"mtsInstallUsers","features":[595]}],"623":[{"name":"AddServiceFlag","features":[596]},{"name":"AutoDownloadMode","features":[596]},{"name":"AutoSelectionMode","features":[596]},{"name":"AutomaticUpdates","features":[596]},{"name":"AutomaticUpdatesNotificationLevel","features":[596]},{"name":"AutomaticUpdatesPermissionType","features":[596]},{"name":"AutomaticUpdatesScheduledInstallationDay","features":[596]},{"name":"AutomaticUpdatesUserType","features":[596]},{"name":"DeploymentAction","features":[596]},{"name":"DownloadPhase","features":[596]},{"name":"DownloadPriority","features":[596]},{"name":"IAutomaticUpdates","features":[358,596]},{"name":"IAutomaticUpdates2","features":[358,596]},{"name":"IAutomaticUpdatesResults","features":[358,596]},{"name":"IAutomaticUpdatesSettings","features":[358,596]},{"name":"IAutomaticUpdatesSettings2","features":[358,596]},{"name":"IAutomaticUpdatesSettings3","features":[358,596]},{"name":"ICategory","features":[358,596]},{"name":"ICategoryCollection","features":[358,596]},{"name":"IDownloadCompletedCallback","features":[596]},{"name":"IDownloadCompletedCallbackArgs","features":[358,596]},{"name":"IDownloadJob","features":[358,596]},{"name":"IDownloadProgress","features":[358,596]},{"name":"IDownloadProgressChangedCallback","features":[596]},{"name":"IDownloadProgressChangedCallbackArgs","features":[358,596]},{"name":"IDownloadResult","features":[358,596]},{"name":"IImageInformation","features":[358,596]},{"name":"IInstallationAgent","features":[358,596]},{"name":"IInstallationBehavior","features":[358,596]},{"name":"IInstallationCompletedCallback","features":[596]},{"name":"IInstallationCompletedCallbackArgs","features":[358,596]},{"name":"IInstallationJob","features":[358,596]},{"name":"IInstallationProgress","features":[358,596]},{"name":"IInstallationProgressChangedCallback","features":[596]},{"name":"IInstallationProgressChangedCallbackArgs","features":[358,596]},{"name":"IInstallationResult","features":[358,596]},{"name":"IInvalidProductLicenseException","features":[358,596]},{"name":"ISearchCompletedCallback","features":[596]},{"name":"ISearchCompletedCallbackArgs","features":[358,596]},{"name":"ISearchJob","features":[358,596]},{"name":"ISearchResult","features":[358,596]},{"name":"IStringCollection","features":[358,596]},{"name":"ISystemInformation","features":[358,596]},{"name":"IUpdate","features":[358,596]},{"name":"IUpdate2","features":[358,596]},{"name":"IUpdate3","features":[358,596]},{"name":"IUpdate4","features":[358,596]},{"name":"IUpdate5","features":[358,596]},{"name":"IUpdateCollection","features":[358,596]},{"name":"IUpdateDownloadContent","features":[358,596]},{"name":"IUpdateDownloadContent2","features":[358,596]},{"name":"IUpdateDownloadContentCollection","features":[358,596]},{"name":"IUpdateDownloadResult","features":[358,596]},{"name":"IUpdateDownloader","features":[358,596]},{"name":"IUpdateException","features":[358,596]},{"name":"IUpdateExceptionCollection","features":[358,596]},{"name":"IUpdateHistoryEntry","features":[358,596]},{"name":"IUpdateHistoryEntry2","features":[358,596]},{"name":"IUpdateHistoryEntryCollection","features":[358,596]},{"name":"IUpdateIdentity","features":[358,596]},{"name":"IUpdateInstallationResult","features":[358,596]},{"name":"IUpdateInstaller","features":[358,596]},{"name":"IUpdateInstaller2","features":[358,596]},{"name":"IUpdateInstaller3","features":[358,596]},{"name":"IUpdateInstaller4","features":[358,596]},{"name":"IUpdateLockdown","features":[596]},{"name":"IUpdateSearcher","features":[358,596]},{"name":"IUpdateSearcher2","features":[358,596]},{"name":"IUpdateSearcher3","features":[358,596]},{"name":"IUpdateService","features":[358,596]},{"name":"IUpdateService2","features":[358,596]},{"name":"IUpdateServiceCollection","features":[358,596]},{"name":"IUpdateServiceManager","features":[358,596]},{"name":"IUpdateServiceManager2","features":[358,596]},{"name":"IUpdateServiceRegistration","features":[358,596]},{"name":"IUpdateSession","features":[358,596]},{"name":"IUpdateSession2","features":[358,596]},{"name":"IUpdateSession3","features":[358,596]},{"name":"IWebProxy","features":[358,596]},{"name":"IWindowsDriverUpdate","features":[358,596]},{"name":"IWindowsDriverUpdate2","features":[358,596]},{"name":"IWindowsDriverUpdate3","features":[358,596]},{"name":"IWindowsDriverUpdate4","features":[358,596]},{"name":"IWindowsDriverUpdate5","features":[358,596]},{"name":"IWindowsDriverUpdateEntry","features":[358,596]},{"name":"IWindowsDriverUpdateEntryCollection","features":[358,596]},{"name":"IWindowsUpdateAgentInfo","features":[358,596]},{"name":"InstallationAgent","features":[596]},{"name":"InstallationImpact","features":[596]},{"name":"InstallationRebootBehavior","features":[596]},{"name":"LIBID_WUApiLib","features":[596]},{"name":"OperationResultCode","features":[596]},{"name":"SearchScope","features":[596]},{"name":"ServerSelection","features":[596]},{"name":"StringCollection","features":[596]},{"name":"SystemInformation","features":[596]},{"name":"UPDATE_LOCKDOWN_WEBSITE_ACCESS","features":[596]},{"name":"UpdateCollection","features":[596]},{"name":"UpdateDownloader","features":[596]},{"name":"UpdateExceptionContext","features":[596]},{"name":"UpdateInstaller","features":[596]},{"name":"UpdateLockdownOption","features":[596]},{"name":"UpdateOperation","features":[596]},{"name":"UpdateSearcher","features":[596]},{"name":"UpdateServiceManager","features":[596]},{"name":"UpdateServiceOption","features":[596]},{"name":"UpdateServiceRegistrationState","features":[596]},{"name":"UpdateSession","features":[596]},{"name":"UpdateType","features":[596]},{"name":"WU_E_ALL_UPDATES_FAILED","features":[596]},{"name":"WU_E_AUCLIENT_UNEXPECTED","features":[596]},{"name":"WU_E_AU_CALL_CANCELLED","features":[596]},{"name":"WU_E_AU_DETECT_SVCID_MISMATCH","features":[596]},{"name":"WU_E_AU_LEGACYCLIENTDISABLED","features":[596]},{"name":"WU_E_AU_NONLEGACYSERVER","features":[596]},{"name":"WU_E_AU_NOSERVICE","features":[596]},{"name":"WU_E_AU_NO_REGISTERED_SERVICE","features":[596]},{"name":"WU_E_AU_OOBE_IN_PROGRESS","features":[596]},{"name":"WU_E_AU_PAUSED","features":[596]},{"name":"WU_E_AU_UNEXPECTED","features":[596]},{"name":"WU_E_BAD_FILE_URL","features":[596]},{"name":"WU_E_BAD_XML_HARDWARECAPABILITY","features":[596]},{"name":"WU_E_BIN_SOURCE_ABSENT","features":[596]},{"name":"WU_E_CALLBACK_COOKIE_NOT_FOUND","features":[596]},{"name":"WU_E_CALL_CANCELLED","features":[596]},{"name":"WU_E_CALL_CANCELLED_BY_HIDE","features":[596]},{"name":"WU_E_CALL_CANCELLED_BY_INTERACTIVE_SEARCH","features":[596]},{"name":"WU_E_CALL_CANCELLED_BY_INVALID","features":[596]},{"name":"WU_E_CALL_CANCELLED_BY_POLICY","features":[596]},{"name":"WU_E_COULDNOTCANCEL","features":[596]},{"name":"WU_E_CYCLE_DETECTED","features":[596]},{"name":"WU_E_DM_BG_ERROR_TOKEN_REQUIRED","features":[596]},{"name":"WU_E_DM_BITSTRANSFERERROR","features":[596]},{"name":"WU_E_DM_CONTENTCHANGED","features":[596]},{"name":"WU_E_DM_DOSVC_REQUIRED","features":[596]},{"name":"WU_E_DM_DOWNLOADFILEMISSING","features":[596]},{"name":"WU_E_DM_DOWNLOADFILEPATHUNKNOWN","features":[596]},{"name":"WU_E_DM_DOWNLOADLIMITEDBYUPDATESIZE","features":[596]},{"name":"WU_E_DM_DOWNLOADLOCATIONCHANGED","features":[596]},{"name":"WU_E_DM_DOWNLOADSANDBOXNOTFOUND","features":[596]},{"name":"WU_E_DM_DOWNLOAD_VOLUME_CONFLICT","features":[596]},{"name":"WU_E_DM_FAILTOCONNECTTOBITS","features":[596]},{"name":"WU_E_DM_FALLINGBACKTOBITS","features":[596]},{"name":"WU_E_DM_HARDRESERVEID_CONFLICT","features":[596]},{"name":"WU_E_DM_INCORRECTFILEHASH","features":[596]},{"name":"WU_E_DM_NEEDDOWNLOADREQUEST","features":[596]},{"name":"WU_E_DM_NONETWORK","features":[596]},{"name":"WU_E_DM_NOTDOWNLOADED","features":[596]},{"name":"WU_E_DM_READRANGEFAILED","features":[596]},{"name":"WU_E_DM_SANDBOX_HASH_MISMATCH","features":[596]},{"name":"WU_E_DM_UNAUTHORIZED","features":[596]},{"name":"WU_E_DM_UNAUTHORIZED_DOMAIN_USER","features":[596]},{"name":"WU_E_DM_UNAUTHORIZED_LOCAL_USER","features":[596]},{"name":"WU_E_DM_UNAUTHORIZED_MSA_USER","features":[596]},{"name":"WU_E_DM_UNAUTHORIZED_NO_USER","features":[596]},{"name":"WU_E_DM_UNEXPECTED","features":[596]},{"name":"WU_E_DM_UNKNOWNALGORITHM","features":[596]},{"name":"WU_E_DM_UPDATEREMOVED","features":[596]},{"name":"WU_E_DM_URLNOTAVAILABLE","features":[596]},{"name":"WU_E_DM_WRONGBITSVERSION","features":[596]},{"name":"WU_E_DOWNLOAD_FAILED","features":[596]},{"name":"WU_E_DRV_DEVICE_PROBLEM","features":[596]},{"name":"WU_E_DRV_MISSING_ATTRIBUTE","features":[596]},{"name":"WU_E_DRV_NOPROP_OR_LEGACY","features":[596]},{"name":"WU_E_DRV_NO_METADATA","features":[596]},{"name":"WU_E_DRV_NO_PRINTER_CONTENT","features":[596]},{"name":"WU_E_DRV_PRUNED","features":[596]},{"name":"WU_E_DRV_REG_MISMATCH","features":[596]},{"name":"WU_E_DRV_SYNC_FAILED","features":[596]},{"name":"WU_E_DRV_UNEXPECTED","features":[596]},{"name":"WU_E_DS_BADVERSION","features":[596]},{"name":"WU_E_DS_CANNOTREGISTER","features":[596]},{"name":"WU_E_DS_CANTDELETE","features":[596]},{"name":"WU_E_DS_DATANOTAVAILABLE","features":[596]},{"name":"WU_E_DS_DATANOTLOADED","features":[596]},{"name":"WU_E_DS_DECLINENOTALLOWED","features":[596]},{"name":"WU_E_DS_DUPLICATEUPDATEID","features":[596]},{"name":"WU_E_DS_IMPERSONATED","features":[596]},{"name":"WU_E_DS_INUSE","features":[596]},{"name":"WU_E_DS_INVALID","features":[596]},{"name":"WU_E_DS_INVALIDOPERATION","features":[596]},{"name":"WU_E_DS_INVALIDTABLENAME","features":[596]},{"name":"WU_E_DS_LOCKTIMEOUTEXPIRED","features":[596]},{"name":"WU_E_DS_MISSINGDATA","features":[596]},{"name":"WU_E_DS_MISSINGREF","features":[596]},{"name":"WU_E_DS_NEEDWINDOWSSERVICE","features":[596]},{"name":"WU_E_DS_NOCATEGORIES","features":[596]},{"name":"WU_E_DS_NODATA","features":[596]},{"name":"WU_E_DS_NODATA_CCR","features":[596]},{"name":"WU_E_DS_NODATA_COOKIE","features":[596]},{"name":"WU_E_DS_NODATA_DOWNLOADJOB","features":[596]},{"name":"WU_E_DS_NODATA_EULA","features":[596]},{"name":"WU_E_DS_NODATA_FILE","features":[596]},{"name":"WU_E_DS_NODATA_NOSUCHREVISION","features":[596]},{"name":"WU_E_DS_NODATA_NOSUCHUPDATE","features":[596]},{"name":"WU_E_DS_NODATA_SERVICE","features":[596]},{"name":"WU_E_DS_NODATA_TIMER","features":[596]},{"name":"WU_E_DS_NODATA_TMI","features":[596]},{"name":"WU_E_DS_RESETREQUIRED","features":[596]},{"name":"WU_E_DS_ROWEXISTS","features":[596]},{"name":"WU_E_DS_SCHEMAMISMATCH","features":[596]},{"name":"WU_E_DS_SERVICEEXPIRED","features":[596]},{"name":"WU_E_DS_SESSIONLOCKMISMATCH","features":[596]},{"name":"WU_E_DS_SHUTDOWN","features":[596]},{"name":"WU_E_DS_STOREFILELOCKED","features":[596]},{"name":"WU_E_DS_TABLEINCORRECT","features":[596]},{"name":"WU_E_DS_TABLEMISSING","features":[596]},{"name":"WU_E_DS_TABLESESSIONMISMATCH","features":[596]},{"name":"WU_E_DS_UNABLETOSTART","features":[596]},{"name":"WU_E_DS_UNEXPECTED","features":[596]},{"name":"WU_E_DS_UNKNOWNHANDLER","features":[596]},{"name":"WU_E_DS_UNKNOWNSERVICE","features":[596]},{"name":"WU_E_DUPLICATE_ITEM","features":[596]},{"name":"WU_E_EE_CLUSTER_ERROR","features":[596]},{"name":"WU_E_EE_INVALID_ATTRIBUTEDATA","features":[596]},{"name":"WU_E_EE_INVALID_EXPRESSION","features":[596]},{"name":"WU_E_EE_INVALID_VERSION","features":[596]},{"name":"WU_E_EE_MISSING_METADATA","features":[596]},{"name":"WU_E_EE_NOT_INITIALIZED","features":[596]},{"name":"WU_E_EE_UNEXPECTED","features":[596]},{"name":"WU_E_EE_UNKNOWN_EXPRESSION","features":[596]},{"name":"WU_E_EULAS_DECLINED","features":[596]},{"name":"WU_E_EULA_UNAVAILABLE","features":[596]},{"name":"WU_E_EXCLUSIVE_INSTALL_CONFLICT","features":[596]},{"name":"WU_E_EXTENDEDERROR_FAILED","features":[596]},{"name":"WU_E_EXTENDEDERROR_NOTSET","features":[596]},{"name":"WU_E_FILETRUST_DUALSIGNATURE_ECC","features":[596]},{"name":"WU_E_FILETRUST_DUALSIGNATURE_RSA","features":[596]},{"name":"WU_E_FILETRUST_SHA2SIGNATURE_MISSING","features":[596]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_DISCOVERY","features":[596]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_DOWNLOAD","features":[596]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_INSTALL","features":[596]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_OTHER","features":[596]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_SEARCH","features":[596]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_SERVICEREGISTRATION","features":[596]},{"name":"WU_E_INFRASTRUCTUREFILE_INVALID_FORMAT","features":[596]},{"name":"WU_E_INFRASTRUCTUREFILE_REQUIRES_SSL","features":[596]},{"name":"WU_E_INSTALLATION_RESULTS_INVALID_DATA","features":[596]},{"name":"WU_E_INSTALLATION_RESULTS_NOT_FOUND","features":[596]},{"name":"WU_E_INSTALLATION_RESULTS_UNKNOWN_VERSION","features":[596]},{"name":"WU_E_INSTALL_JOB_NOT_SUSPENDED","features":[596]},{"name":"WU_E_INSTALL_JOB_RESUME_NOT_ALLOWED","features":[596]},{"name":"WU_E_INSTALL_NOT_ALLOWED","features":[596]},{"name":"WU_E_INSTALL_USERCONTEXT_ACCESSDENIED","features":[596]},{"name":"WU_E_INTERACTIVE_CALL_CANCELLED","features":[596]},{"name":"WU_E_INVALIDINDEX","features":[596]},{"name":"WU_E_INVALID_CRITERIA","features":[596]},{"name":"WU_E_INVALID_EVENT","features":[596]},{"name":"WU_E_INVALID_EVENT_PAYLOAD","features":[596]},{"name":"WU_E_INVALID_EVENT_PAYLOADSIZE","features":[596]},{"name":"WU_E_INVALID_FILE","features":[596]},{"name":"WU_E_INVALID_INSTALL_REQUESTED","features":[596]},{"name":"WU_E_INVALID_NOTIFICATION_INFO","features":[596]},{"name":"WU_E_INVALID_OPERATION","features":[596]},{"name":"WU_E_INVALID_PRODUCT_LICENSE","features":[596]},{"name":"WU_E_INVALID_PROXY_SERVER","features":[596]},{"name":"WU_E_INVALID_RELATIONSHIP","features":[596]},{"name":"WU_E_INVALID_SERIALIZATION_VERSION","features":[596]},{"name":"WU_E_INVALID_UPDATE","features":[596]},{"name":"WU_E_INVALID_UPDATE_TYPE","features":[596]},{"name":"WU_E_INVALID_VOLUMEID","features":[596]},{"name":"WU_E_INVENTORY_GET_INVENTORY_TYPE_FAILED","features":[596]},{"name":"WU_E_INVENTORY_PARSEFAILED","features":[596]},{"name":"WU_E_INVENTORY_RESULT_UPLOAD_FAILED","features":[596]},{"name":"WU_E_INVENTORY_UNEXPECTED","features":[596]},{"name":"WU_E_INVENTORY_WMI_ERROR","features":[596]},{"name":"WU_E_ITEMNOTFOUND","features":[596]},{"name":"WU_E_LEGACYSERVER","features":[596]},{"name":"WU_E_LOW_BATTERY","features":[596]},{"name":"WU_E_MAX_CAPACITY_REACHED","features":[596]},{"name":"WU_E_METADATATRUST_CERTIFICATECHAIN_VERIFICATION","features":[596]},{"name":"WU_E_METADATATRUST_UNTRUSTED_CERTIFICATECHAIN","features":[596]},{"name":"WU_E_METADATA_BAD_FRAGMENTSIGNING_CONFIG","features":[596]},{"name":"WU_E_METADATA_BAD_SIGNATURE","features":[596]},{"name":"WU_E_METADATA_CERT_MISSING","features":[596]},{"name":"WU_E_METADATA_CERT_UNTRUSTED","features":[596]},{"name":"WU_E_METADATA_CONFIG_INVALID_BINARY_ENCODING","features":[596]},{"name":"WU_E_METADATA_FAILURE_PROCESSING_FRAGMENTSIGNING_CONFIG","features":[596]},{"name":"WU_E_METADATA_FETCH_CONFIG","features":[596]},{"name":"WU_E_METADATA_INTCERT_BAD_TRANSPORT_ENCODING","features":[596]},{"name":"WU_E_METADATA_INVALID_PARAMETER","features":[596]},{"name":"WU_E_METADATA_LEAFCERT_BAD_TRANSPORT_ENCODING","features":[596]},{"name":"WU_E_METADATA_NOOP","features":[596]},{"name":"WU_E_METADATA_NO_VERIFICATION_DATA","features":[596]},{"name":"WU_E_METADATA_SIGNATURE_VERIFY_FAILED","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_ALL_BAD","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_CACHELOOKUP","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_CERTCHAIN","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_MISSING","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_NODATA","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_REFRESHONLINE","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_SIGNATURE","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_UNEXPECTED","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_UNTRUSTED","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_VALIDITYWINDOW_UNEXPECTED","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_VALIDITY_WINDOW","features":[596]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_VERIFICATION_FAILED","features":[596]},{"name":"WU_E_METADATA_UNEXPECTED","features":[596]},{"name":"WU_E_METADATA_UNSUPPORTED_HASH_ALG","features":[596]},{"name":"WU_E_METADATA_XML_BASE64CERDATA_MISSING","features":[596]},{"name":"WU_E_METADATA_XML_FRAGMENTSIGNING_MISSING","features":[596]},{"name":"WU_E_METADATA_XML_INTERMEDIATECERT_MISSING","features":[596]},{"name":"WU_E_METADATA_XML_LEAFCERT_ID_MISSING","features":[596]},{"name":"WU_E_METADATA_XML_LEAFCERT_MISSING","features":[596]},{"name":"WU_E_METADATA_XML_MISSING","features":[596]},{"name":"WU_E_METADATA_XML_MODE_INVALID","features":[596]},{"name":"WU_E_METADATA_XML_MODE_MISSING","features":[596]},{"name":"WU_E_METADATA_XML_VALIDITY_INVALID","features":[596]},{"name":"WU_E_MISSING_HANDLER","features":[596]},{"name":"WU_E_MSI_NOT_CONFIGURED","features":[596]},{"name":"WU_E_MSI_NOT_PRESENT","features":[596]},{"name":"WU_E_MSI_WRONG_APP_CONTEXT","features":[596]},{"name":"WU_E_MSI_WRONG_VERSION","features":[596]},{"name":"WU_E_MSP_DISABLED","features":[596]},{"name":"WU_E_MSP_UNEXPECTED","features":[596]},{"name":"WU_E_NETWORK_COST_EXCEEDS_POLICY","features":[596]},{"name":"WU_E_NON_UI_MODE","features":[596]},{"name":"WU_E_NOOP","features":[596]},{"name":"WU_E_NOT_APPLICABLE","features":[596]},{"name":"WU_E_NOT_INITIALIZED","features":[596]},{"name":"WU_E_NOT_SUPPORTED","features":[596]},{"name":"WU_E_NO_CONNECTION","features":[596]},{"name":"WU_E_NO_INTERACTIVE_USER","features":[596]},{"name":"WU_E_NO_SERVER_CORE_SUPPORT","features":[596]},{"name":"WU_E_NO_SERVICE","features":[596]},{"name":"WU_E_NO_SUCH_HANDLER_PLUGIN","features":[596]},{"name":"WU_E_NO_UI_SUPPORT","features":[596]},{"name":"WU_E_NO_UPDATE","features":[596]},{"name":"WU_E_NO_USERTOKEN","features":[596]},{"name":"WU_E_OL_INVALID_SCANFILE","features":[596]},{"name":"WU_E_OL_NEWCLIENT_REQUIRED","features":[596]},{"name":"WU_E_OL_UNEXPECTED","features":[596]},{"name":"WU_E_OPERATIONINPROGRESS","features":[596]},{"name":"WU_E_ORPHANED_DOWNLOAD_JOB","features":[596]},{"name":"WU_E_OUTOFRANGE","features":[596]},{"name":"WU_E_PER_MACHINE_UPDATE_ACCESS_DENIED","features":[596]},{"name":"WU_E_POLICY_NOT_SET","features":[596]},{"name":"WU_E_PT_ADDRESS_IN_USE","features":[596]},{"name":"WU_E_PT_ADDRESS_NOT_AVAILABLE","features":[596]},{"name":"WU_E_PT_CATALOG_SYNC_REQUIRED","features":[596]},{"name":"WU_E_PT_CONFIG_PROP_MISSING","features":[596]},{"name":"WU_E_PT_DATA_BOUNDARY_RESTRICTED","features":[596]},{"name":"WU_E_PT_DOUBLE_INITIALIZATION","features":[596]},{"name":"WU_E_PT_ECP_FAILURE_TO_DECOMPRESS_CAB_FILE","features":[596]},{"name":"WU_E_PT_ECP_FAILURE_TO_EXTRACT_DIGEST","features":[596]},{"name":"WU_E_PT_ECP_FILE_LOCATION_ERROR","features":[596]},{"name":"WU_E_PT_ECP_INIT_FAILED","features":[596]},{"name":"WU_E_PT_ECP_INVALID_FILE_FORMAT","features":[596]},{"name":"WU_E_PT_ECP_INVALID_METADATA","features":[596]},{"name":"WU_E_PT_ECP_SUCCEEDED_WITH_ERRORS","features":[596]},{"name":"WU_E_PT_ENDPOINTURL_NOTAVAIL","features":[596]},{"name":"WU_E_PT_ENDPOINT_DISCONNECTED","features":[596]},{"name":"WU_E_PT_ENDPOINT_REFRESH_REQUIRED","features":[596]},{"name":"WU_E_PT_ENDPOINT_UNREACHABLE","features":[596]},{"name":"WU_E_PT_EXCEEDED_MAX_SERVER_TRIPS","features":[596]},{"name":"WU_E_PT_FILE_LOCATIONS_CHANGED","features":[596]},{"name":"WU_E_PT_GENERAL_AAD_CLIENT_ERROR","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_BAD_GATEWAY","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_BAD_METHOD","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_BAD_REQUEST","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_CONFLICT","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_DENIED","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_FORBIDDEN","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_GATEWAY_TIMEOUT","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_GONE","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_NOT_FOUND","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_NOT_MAPPED","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_NOT_SUPPORTED","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_PROXY_AUTH_REQ","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_REQUEST_TIMEOUT","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_SERVER_ERROR","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_SERVICE_UNAVAIL","features":[596]},{"name":"WU_E_PT_HTTP_STATUS_VERSION_NOT_SUP","features":[596]},{"name":"WU_E_PT_INVALID_COMPUTER_NAME","features":[596]},{"name":"WU_E_PT_INVALID_CONFIG_PROP","features":[596]},{"name":"WU_E_PT_INVALID_FORMAT","features":[596]},{"name":"WU_E_PT_INVALID_OPERATION","features":[596]},{"name":"WU_E_PT_INVALID_URL","features":[596]},{"name":"WU_E_PT_LOAD_SHEDDING","features":[596]},{"name":"WU_E_PT_NO_AUTH_COOKIES_CREATED","features":[596]},{"name":"WU_E_PT_NO_AUTH_PLUGINS_REQUESTED","features":[596]},{"name":"WU_E_PT_NO_MANAGED_RECOVER","features":[596]},{"name":"WU_E_PT_NO_TRANSLATION_AVAILABLE","features":[596]},{"name":"WU_E_PT_NUMERIC_OVERFLOW","features":[596]},{"name":"WU_E_PT_NWS_NOT_LOADED","features":[596]},{"name":"WU_E_PT_OBJECT_FAULTED","features":[596]},{"name":"WU_E_PT_OPERATION_ABANDONED","features":[596]},{"name":"WU_E_PT_OPERATION_ABORTED","features":[596]},{"name":"WU_E_PT_OTHER","features":[596]},{"name":"WU_E_PT_PROXY_AUTH_SCHEME_NOT_SUPPORTED","features":[596]},{"name":"WU_E_PT_QUOTA_EXCEEDED","features":[596]},{"name":"WU_E_PT_REFRESH_CACHE_REQUIRED","features":[596]},{"name":"WU_E_PT_REGISTRATION_NOT_SUPPORTED","features":[596]},{"name":"WU_E_PT_SAME_REDIR_ID","features":[596]},{"name":"WU_E_PT_SECURITY_SYSTEM_FAILURE","features":[596]},{"name":"WU_E_PT_SECURITY_VERIFICATION_FAILURE","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_BASE","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_CONNECT","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_GENERATE","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_INITIALIZE","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_OUTOFMEMORY","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_PARSE","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_PARSEFAULT","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_READ","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_SEND","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_SERVER","features":[596]},{"name":"WU_E_PT_SOAPCLIENT_SOAPFAULT","features":[596]},{"name":"WU_E_PT_SOAP_CLIENT","features":[596]},{"name":"WU_E_PT_SOAP_MUST_UNDERSTAND","features":[596]},{"name":"WU_E_PT_SOAP_SERVER","features":[596]},{"name":"WU_E_PT_SOAP_VERSION","features":[596]},{"name":"WU_E_PT_SUS_SERVER_NOT_SET","features":[596]},{"name":"WU_E_PT_UNEXPECTED","features":[596]},{"name":"WU_E_PT_WINHTTP_NAME_NOT_RESOLVED","features":[596]},{"name":"WU_E_PT_WMI_ERROR","features":[596]},{"name":"WU_E_RANGEOVERLAP","features":[596]},{"name":"WU_E_REBOOT_IN_PROGRESS","features":[596]},{"name":"WU_E_REDIRECTOR_ATTRPROVIDER_EXCEEDED_MAX_NAMEVALUE","features":[596]},{"name":"WU_E_REDIRECTOR_ATTRPROVIDER_INVALID_NAME","features":[596]},{"name":"WU_E_REDIRECTOR_ATTRPROVIDER_INVALID_VALUE","features":[596]},{"name":"WU_E_REDIRECTOR_CONNECT_POLICY","features":[596]},{"name":"WU_E_REDIRECTOR_ID_SMALLER","features":[596]},{"name":"WU_E_REDIRECTOR_INVALID_RESPONSE","features":[596]},{"name":"WU_E_REDIRECTOR_LOAD_XML","features":[596]},{"name":"WU_E_REDIRECTOR_ONLINE_DISALLOWED","features":[596]},{"name":"WU_E_REDIRECTOR_SLS_GENERIC_ERROR","features":[596]},{"name":"WU_E_REDIRECTOR_S_FALSE","features":[596]},{"name":"WU_E_REDIRECTOR_UNEXPECTED","features":[596]},{"name":"WU_E_REDIRECTOR_UNKNOWN_SERVICE","features":[596]},{"name":"WU_E_REDIRECTOR_UNSUPPORTED_CONTENTTYPE","features":[596]},{"name":"WU_E_REG_VALUE_INVALID","features":[596]},{"name":"WU_E_REPORTER_EVENTCACHECORRUPT","features":[596]},{"name":"WU_E_REPORTER_EVENTNAMESPACEPARSEFAILED","features":[596]},{"name":"WU_E_REPORTER_UNEXPECTED","features":[596]},{"name":"WU_E_REVERT_NOT_ALLOWED","features":[596]},{"name":"WU_E_SELFUPDATE_IN_PROGRESS","features":[596]},{"name":"WU_E_SELFUPDATE_REQUIRED","features":[596]},{"name":"WU_E_SELFUPDATE_REQUIRED_ADMIN","features":[596]},{"name":"WU_E_SELFUPDATE_SKIP_ON_FAILURE","features":[596]},{"name":"WU_E_SERVER_BUSY","features":[596]},{"name":"WU_E_SERVICEPROP_NOTAVAIL","features":[596]},{"name":"WU_E_SERVICE_NOT_REGISTERED","features":[596]},{"name":"WU_E_SERVICE_STOP","features":[596]},{"name":"WU_E_SETUP_ALREADYRUNNING","features":[596]},{"name":"WU_E_SETUP_ALREADY_INITIALIZED","features":[596]},{"name":"WU_E_SETUP_BLOCKED_CONFIGURATION","features":[596]},{"name":"WU_E_SETUP_DEFERRABLE_REBOOT_PENDING","features":[596]},{"name":"WU_E_SETUP_FAIL","features":[596]},{"name":"WU_E_SETUP_HANDLER_EXEC_FAILURE","features":[596]},{"name":"WU_E_SETUP_INVALID_IDENTDATA","features":[596]},{"name":"WU_E_SETUP_INVALID_INFDATA","features":[596]},{"name":"WU_E_SETUP_INVALID_REGISTRY_DATA","features":[596]},{"name":"WU_E_SETUP_IN_PROGRESS","features":[596]},{"name":"WU_E_SETUP_NON_DEFERRABLE_REBOOT_PENDING","features":[596]},{"name":"WU_E_SETUP_NOT_INITIALIZED","features":[596]},{"name":"WU_E_SETUP_REBOOTREQUIRED","features":[596]},{"name":"WU_E_SETUP_REBOOT_TO_FIX","features":[596]},{"name":"WU_E_SETUP_REGISTRATION_FAILED","features":[596]},{"name":"WU_E_SETUP_SKIP_UPDATE","features":[596]},{"name":"WU_E_SETUP_SOURCE_VERSION_MISMATCH","features":[596]},{"name":"WU_E_SETUP_TARGET_VERSION_GREATER","features":[596]},{"name":"WU_E_SETUP_UNEXPECTED","features":[596]},{"name":"WU_E_SETUP_UNSUPPORTED_CONFIGURATION","features":[596]},{"name":"WU_E_SETUP_WRONG_SERVER_VERSION","features":[596]},{"name":"WU_E_SIH_ACTION_NOT_FOUND","features":[596]},{"name":"WU_E_SIH_ANOTHER_INSTANCE_RUNNING","features":[596]},{"name":"WU_E_SIH_BLOCKED_FOR_PLATFORM","features":[596]},{"name":"WU_E_SIH_DNSRESILIENCY_OFF","features":[596]},{"name":"WU_E_SIH_ENGINE_EXCEPTION","features":[596]},{"name":"WU_E_SIH_INVALIDHASH","features":[596]},{"name":"WU_E_SIH_NONSTDEXCEPTION","features":[596]},{"name":"WU_E_SIH_NO_ENGINE","features":[596]},{"name":"WU_E_SIH_PARSE","features":[596]},{"name":"WU_E_SIH_POLICY","features":[596]},{"name":"WU_E_SIH_POST_REBOOT_INSTALL_FAILED","features":[596]},{"name":"WU_E_SIH_POST_REBOOT_NO_CACHED_SLS_RESPONSE","features":[596]},{"name":"WU_E_SIH_PPL","features":[596]},{"name":"WU_E_SIH_SECURITY","features":[596]},{"name":"WU_E_SIH_SLS_PARSE","features":[596]},{"name":"WU_E_SIH_STDEXCEPTION","features":[596]},{"name":"WU_E_SIH_UNEXPECTED","features":[596]},{"name":"WU_E_SIH_VERIFY_DOWNLOAD_ENGINE","features":[596]},{"name":"WU_E_SIH_VERIFY_DOWNLOAD_PAYLOAD","features":[596]},{"name":"WU_E_SIH_VERIFY_STAGE_ENGINE","features":[596]},{"name":"WU_E_SIH_VERIFY_STAGE_PAYLOAD","features":[596]},{"name":"WU_E_SKIPPED_UPDATE_INSTALLATION","features":[596]},{"name":"WU_E_SLS_INVALID_REVISION","features":[596]},{"name":"WU_E_SOURCE_ABSENT","features":[596]},{"name":"WU_E_SYSPREP_IN_PROGRESS","features":[596]},{"name":"WU_E_SYSTEM_UNSUPPORTED","features":[596]},{"name":"WU_E_TIME_OUT","features":[596]},{"name":"WU_E_TOOMANYRANGES","features":[596]},{"name":"WU_E_TOO_DEEP_RELATION","features":[596]},{"name":"WU_E_TOO_MANY_RESYNC","features":[596]},{"name":"WU_E_TRAYICON_FAILURE","features":[596]},{"name":"WU_E_TRUST_PROVIDER_UNKNOWN","features":[596]},{"name":"WU_E_TRUST_SUBJECT_NOT_TRUSTED","features":[596]},{"name":"WU_E_UH_APPX_DEFAULT_PACKAGE_VOLUME_UNAVAILABLE","features":[596]},{"name":"WU_E_UH_APPX_INSTALLED_PACKAGE_VOLUME_UNAVAILABLE","features":[596]},{"name":"WU_E_UH_APPX_INVALID_PACKAGE_VOLUME","features":[596]},{"name":"WU_E_UH_APPX_NOT_PRESENT","features":[596]},{"name":"WU_E_UH_APPX_PACKAGE_FAMILY_NOT_FOUND","features":[596]},{"name":"WU_E_UH_APPX_SYSTEM_VOLUME_NOT_FOUND","features":[596]},{"name":"WU_E_UH_BADCBSPACKAGEID","features":[596]},{"name":"WU_E_UH_BADHANDLERXML","features":[596]},{"name":"WU_E_UH_CALLED_BACK_FAILURE","features":[596]},{"name":"WU_E_UH_CANREQUIREINPUT","features":[596]},{"name":"WU_E_UH_CUSTOMINSTALLER_INVALID_SIGNATURE","features":[596]},{"name":"WU_E_UH_DECRYPTFAILURE","features":[596]},{"name":"WU_E_UH_DOESNOTSUPPORTACTION","features":[596]},{"name":"WU_E_UH_FALLBACKERROR","features":[596]},{"name":"WU_E_UH_FALLBACKTOSELFCONTAINED","features":[596]},{"name":"WU_E_UH_HANDLER_DISABLEDUNTILREBOOT","features":[596]},{"name":"WU_E_UH_INCONSISTENT_FILE_NAMES","features":[596]},{"name":"WU_E_UH_INSTALLERFAILURE","features":[596]},{"name":"WU_E_UH_INSTALLERHUNG","features":[596]},{"name":"WU_E_UH_INVALIDMETADATA","features":[596]},{"name":"WU_E_UH_INVALID_TARGETSESSION","features":[596]},{"name":"WU_E_UH_LOCALONLY","features":[596]},{"name":"WU_E_UH_NEEDANOTHERDOWNLOAD","features":[596]},{"name":"WU_E_UH_NEW_SERVICING_STACK_REQUIRED","features":[596]},{"name":"WU_E_UH_NOTIFYFAILURE","features":[596]},{"name":"WU_E_UH_NOTREADYTOCOMMIT","features":[596]},{"name":"WU_E_UH_OPERATIONCANCELLED","features":[596]},{"name":"WU_E_UH_POSTREBOOTRESULTUNKNOWN","features":[596]},{"name":"WU_E_UH_POSTREBOOTSTILLPENDING","features":[596]},{"name":"WU_E_UH_POSTREBOOTUNEXPECTEDSTATE","features":[596]},{"name":"WU_E_UH_REMOTEALREADYACTIVE","features":[596]},{"name":"WU_E_UH_REMOTEUNAVAILABLE","features":[596]},{"name":"WU_E_UH_TOOMANYDOWNLOADREQUESTS","features":[596]},{"name":"WU_E_UH_UNEXPECTED","features":[596]},{"name":"WU_E_UH_UNEXPECTEDCBSRESPONSE","features":[596]},{"name":"WU_E_UH_UNKNOWNHANDLER","features":[596]},{"name":"WU_E_UH_UNSUPPORTED_INSTALLCONTEXT","features":[596]},{"name":"WU_E_UH_WRONGHANDLER","features":[596]},{"name":"WU_E_UNEXPECTED","features":[596]},{"name":"WU_E_UNINSTALL_NOT_ALLOWED","features":[596]},{"name":"WU_E_UNKNOWN_HARDWARECAPABILITY","features":[596]},{"name":"WU_E_UNKNOWN_ID","features":[596]},{"name":"WU_E_UNKNOWN_SERVICE","features":[596]},{"name":"WU_E_UNRECOGNIZED_VOLUMEID","features":[596]},{"name":"WU_E_UNSUPPORTED_SEARCHSCOPE","features":[596]},{"name":"WU_E_UPDATE_MERGE_NOT_ALLOWED","features":[596]},{"name":"WU_E_UPDATE_NOT_APPROVED","features":[596]},{"name":"WU_E_UPDATE_NOT_PROCESSED","features":[596]},{"name":"WU_E_URL_TOO_LONG","features":[596]},{"name":"WU_E_USER_ACCESS_DISABLED","features":[596]},{"name":"WU_E_WINHTTP_INVALID_FILE","features":[596]},{"name":"WU_E_WMI_NOT_SUPPORTED","features":[596]},{"name":"WU_E_WUCLTUI_UNSUPPORTED_VERSION","features":[596]},{"name":"WU_E_WUTASK_CANCELINSTALL_DISALLOWED","features":[596]},{"name":"WU_E_WUTASK_INPROGRESS","features":[596]},{"name":"WU_E_WUTASK_NOT_STARTED","features":[596]},{"name":"WU_E_WUTASK_RETRY","features":[596]},{"name":"WU_E_WUTASK_STATUS_DISABLED","features":[596]},{"name":"WU_E_WU_DISABLED","features":[596]},{"name":"WU_E_XML_INVALID","features":[596]},{"name":"WU_E_XML_MISSINGDATA","features":[596]},{"name":"WU_S_AAD_DEVICE_TICKET_NOT_NEEDED","features":[596]},{"name":"WU_S_ALREADY_DOWNLOADED","features":[596]},{"name":"WU_S_ALREADY_INSTALLED","features":[596]},{"name":"WU_S_ALREADY_REVERTED","features":[596]},{"name":"WU_S_ALREADY_UNINSTALLED","features":[596]},{"name":"WU_S_DM_ALREADYDOWNLOADING","features":[596]},{"name":"WU_S_MARKED_FOR_DISCONNECT","features":[596]},{"name":"WU_S_METADATA_IGNORED_SIGNATURE_VERIFICATION","features":[596]},{"name":"WU_S_METADATA_SKIPPED_BY_ENFORCEMENTMODE","features":[596]},{"name":"WU_S_REBOOT_REQUIRED","features":[596]},{"name":"WU_S_SEARCH_CRITERIA_NOT_SUPPORTED","features":[596]},{"name":"WU_S_SEARCH_LOAD_SHEDDING","features":[596]},{"name":"WU_S_SELFUPDATE","features":[596]},{"name":"WU_S_SERVICE_STOP","features":[596]},{"name":"WU_S_SIH_NOOP","features":[596]},{"name":"WU_S_SOME_UPDATES_SKIPPED_ON_BATTERY","features":[596]},{"name":"WU_S_UH_DOWNLOAD_SIZE_CALCULATED","features":[596]},{"name":"WU_S_UH_INSTALLSTILLPENDING","features":[596]},{"name":"WU_S_UPDATE_ERROR","features":[596]},{"name":"WebProxy","features":[596]},{"name":"WindowsUpdateAgentInfo","features":[596]},{"name":"adAlwaysAutoDownload","features":[596]},{"name":"adLetWindowsUpdateDecide","features":[596]},{"name":"adNeverAutoDownload","features":[596]},{"name":"asAlwaysAutoSelect","features":[596]},{"name":"asAutoSelectIfDownloaded","features":[596]},{"name":"asLetWindowsUpdateDecide","features":[596]},{"name":"asNeverAutoSelect","features":[596]},{"name":"asfAllowOnlineRegistration","features":[596]},{"name":"asfAllowPendingRegistration","features":[596]},{"name":"asfRegisterServiceWithAU","features":[596]},{"name":"aunlDisabled","features":[596]},{"name":"aunlNotConfigured","features":[596]},{"name":"aunlNotifyBeforeDownload","features":[596]},{"name":"aunlNotifyBeforeInstallation","features":[596]},{"name":"aunlScheduledInstallation","features":[596]},{"name":"auptDisableAutomaticUpdates","features":[596]},{"name":"auptSetFeaturedUpdatesEnabled","features":[596]},{"name":"auptSetIncludeRecommendedUpdates","features":[596]},{"name":"auptSetNonAdministratorsElevated","features":[596]},{"name":"auptSetNotificationLevel","features":[596]},{"name":"ausidEveryDay","features":[596]},{"name":"ausidEveryFriday","features":[596]},{"name":"ausidEveryMonday","features":[596]},{"name":"ausidEverySaturday","features":[596]},{"name":"ausidEverySunday","features":[596]},{"name":"ausidEveryThursday","features":[596]},{"name":"ausidEveryTuesday","features":[596]},{"name":"ausidEveryWednesday","features":[596]},{"name":"auutCurrentUser","features":[596]},{"name":"auutLocalAdministrator","features":[596]},{"name":"daDetection","features":[596]},{"name":"daInstallation","features":[596]},{"name":"daNone","features":[596]},{"name":"daOptionalInstallation","features":[596]},{"name":"daUninstallation","features":[596]},{"name":"dpExtraHigh","features":[596]},{"name":"dpHigh","features":[596]},{"name":"dpLow","features":[596]},{"name":"dpNormal","features":[596]},{"name":"dphDownloading","features":[596]},{"name":"dphInitializing","features":[596]},{"name":"dphVerifying","features":[596]},{"name":"iiMinor","features":[596]},{"name":"iiNormal","features":[596]},{"name":"iiRequiresExclusiveHandling","features":[596]},{"name":"irbAlwaysRequiresReboot","features":[596]},{"name":"irbCanRequestReboot","features":[596]},{"name":"irbNeverReboots","features":[596]},{"name":"orcAborted","features":[596]},{"name":"orcFailed","features":[596]},{"name":"orcInProgress","features":[596]},{"name":"orcNotStarted","features":[596]},{"name":"orcSucceeded","features":[596]},{"name":"orcSucceededWithErrors","features":[596]},{"name":"searchScopeAllUsers","features":[596]},{"name":"searchScopeCurrentUserOnly","features":[596]},{"name":"searchScopeDefault","features":[596]},{"name":"searchScopeMachineAndAllUsers","features":[596]},{"name":"searchScopeMachineAndCurrentUser","features":[596]},{"name":"searchScopeMachineOnly","features":[596]},{"name":"ssDefault","features":[596]},{"name":"ssManagedServer","features":[596]},{"name":"ssOthers","features":[596]},{"name":"ssWindowsUpdate","features":[596]},{"name":"uecGeneral","features":[596]},{"name":"uecSearchIncomplete","features":[596]},{"name":"uecWindowsDriver","features":[596]},{"name":"uecWindowsInstaller","features":[596]},{"name":"uloForWebsiteAccess","features":[596]},{"name":"uoInstallation","features":[596]},{"name":"uoUninstallation","features":[596]},{"name":"usoNonVolatileService","features":[596]},{"name":"usrsNotRegistered","features":[596]},{"name":"usrsRegistered","features":[596]},{"name":"usrsRegistrationPending","features":[596]},{"name":"utDriver","features":[596]},{"name":"utSoftware","features":[596]}],"624":[{"name":"IWaaSAssessor","features":[597]},{"name":"OSUpdateAssessment","features":[307,597]},{"name":"UpdateAssessment","features":[597]},{"name":"UpdateAssessmentStatus","features":[597]},{"name":"UpdateAssessmentStatus_Latest","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestDeferredFeature","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestDeferredQuality","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestEndOfSupport","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestHardRestriction","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestManaged","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestPausedFeature","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestPausedQuality","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestServicingTrain","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestSoftRestriction","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestTargetedVersion","features":[597]},{"name":"UpdateAssessmentStatus_NotLatestUnknown","features":[597]},{"name":"UpdateImpactLevel","features":[597]},{"name":"UpdateImpactLevel_High","features":[597]},{"name":"UpdateImpactLevel_Low","features":[597]},{"name":"UpdateImpactLevel_Medium","features":[597]},{"name":"UpdateImpactLevel_None","features":[597]},{"name":"WaaSAssessor","features":[597]}],"625":[{"name":"UAL_DATA_BLOB","features":[320,598]},{"name":"UalInstrument","features":[320,598]},{"name":"UalRegisterProduct","features":[598]},{"name":"UalStart","features":[320,598]},{"name":"UalStop","features":[320,598]}],"626":[{"name":"ClearVariantArray","features":[307,358,359,360]},{"name":"DPF_ERROR","features":[360]},{"name":"DPF_MARQUEE","features":[360]},{"name":"DPF_MARQUEE_COMPLETE","features":[360]},{"name":"DPF_NONE","features":[360]},{"name":"DPF_STOPPED","features":[360]},{"name":"DPF_WARNING","features":[360]},{"name":"DRAWPROGRESSFLAGS","features":[360]},{"name":"DosDateTimeToVariantTime","features":[360]},{"name":"InitVariantFromBooleanArray","features":[307,358,359,360]},{"name":"InitVariantFromBuffer","features":[307,358,359,360]},{"name":"InitVariantFromDoubleArray","features":[307,358,359,360]},{"name":"InitVariantFromFileTime","features":[307,358,359,360]},{"name":"InitVariantFromFileTimeArray","features":[307,358,359,360]},{"name":"InitVariantFromGUIDAsString","features":[307,358,359,360]},{"name":"InitVariantFromInt16Array","features":[307,358,359,360]},{"name":"InitVariantFromInt32Array","features":[307,358,359,360]},{"name":"InitVariantFromInt64Array","features":[307,358,359,360]},{"name":"InitVariantFromResource","features":[307,358,359,360]},{"name":"InitVariantFromStringArray","features":[307,358,359,360]},{"name":"InitVariantFromUInt16Array","features":[307,358,359,360]},{"name":"InitVariantFromUInt32Array","features":[307,358,359,360]},{"name":"InitVariantFromUInt64Array","features":[307,358,359,360]},{"name":"InitVariantFromVariantArrayElem","features":[307,358,359,360]},{"name":"PSTF_LOCAL","features":[360]},{"name":"PSTF_UTC","features":[360]},{"name":"PSTIME_FLAGS","features":[360]},{"name":"SystemTimeToVariantTime","features":[307,360]},{"name":"VARENUM","features":[360]},{"name":"VARIANT","features":[307,358,359,360]},{"name":"VARIANT_ALPHABOOL","features":[360]},{"name":"VARIANT_CALENDAR_GREGORIAN","features":[360]},{"name":"VARIANT_CALENDAR_HIJRI","features":[360]},{"name":"VARIANT_CALENDAR_THAI","features":[360]},{"name":"VARIANT_LOCALBOOL","features":[360]},{"name":"VARIANT_NOUSEROVERRIDE","features":[360]},{"name":"VARIANT_NOVALUEPROP","features":[360]},{"name":"VARIANT_USE_NLS","features":[360]},{"name":"VARIANT_UserFree","features":[307,358,359,360]},{"name":"VARIANT_UserFree64","features":[307,358,359,360]},{"name":"VARIANT_UserMarshal","features":[307,358,359,360]},{"name":"VARIANT_UserMarshal64","features":[307,358,359,360]},{"name":"VARIANT_UserSize","features":[307,358,359,360]},{"name":"VARIANT_UserSize64","features":[307,358,359,360]},{"name":"VARIANT_UserUnmarshal","features":[307,358,359,360]},{"name":"VARIANT_UserUnmarshal64","features":[307,358,359,360]},{"name":"VAR_CHANGE_FLAGS","features":[360]},{"name":"VT_ARRAY","features":[360]},{"name":"VT_BLOB","features":[360]},{"name":"VT_BLOB_OBJECT","features":[360]},{"name":"VT_BOOL","features":[360]},{"name":"VT_BSTR","features":[360]},{"name":"VT_BSTR_BLOB","features":[360]},{"name":"VT_BYREF","features":[360]},{"name":"VT_CARRAY","features":[360]},{"name":"VT_CF","features":[360]},{"name":"VT_CLSID","features":[360]},{"name":"VT_CY","features":[360]},{"name":"VT_DATE","features":[360]},{"name":"VT_DECIMAL","features":[360]},{"name":"VT_DISPATCH","features":[360]},{"name":"VT_EMPTY","features":[360]},{"name":"VT_ERROR","features":[360]},{"name":"VT_FILETIME","features":[360]},{"name":"VT_HRESULT","features":[360]},{"name":"VT_I1","features":[360]},{"name":"VT_I2","features":[360]},{"name":"VT_I4","features":[360]},{"name":"VT_I8","features":[360]},{"name":"VT_ILLEGAL","features":[360]},{"name":"VT_ILLEGALMASKED","features":[360]},{"name":"VT_INT","features":[360]},{"name":"VT_INT_PTR","features":[360]},{"name":"VT_LPSTR","features":[360]},{"name":"VT_LPWSTR","features":[360]},{"name":"VT_NULL","features":[360]},{"name":"VT_PTR","features":[360]},{"name":"VT_R4","features":[360]},{"name":"VT_R8","features":[360]},{"name":"VT_RECORD","features":[360]},{"name":"VT_RESERVED","features":[360]},{"name":"VT_SAFEARRAY","features":[360]},{"name":"VT_STORAGE","features":[360]},{"name":"VT_STORED_OBJECT","features":[360]},{"name":"VT_STREAM","features":[360]},{"name":"VT_STREAMED_OBJECT","features":[360]},{"name":"VT_TYPEMASK","features":[360]},{"name":"VT_UI1","features":[360]},{"name":"VT_UI2","features":[360]},{"name":"VT_UI4","features":[360]},{"name":"VT_UI8","features":[360]},{"name":"VT_UINT","features":[360]},{"name":"VT_UINT_PTR","features":[360]},{"name":"VT_UNKNOWN","features":[360]},{"name":"VT_USERDEFINED","features":[360]},{"name":"VT_VARIANT","features":[360]},{"name":"VT_VECTOR","features":[360]},{"name":"VT_VERSIONED_STREAM","features":[360]},{"name":"VT_VOID","features":[360]},{"name":"VariantChangeType","features":[307,358,359,360]},{"name":"VariantChangeTypeEx","features":[307,358,359,360]},{"name":"VariantClear","features":[307,358,359,360]},{"name":"VariantCompare","features":[307,358,359,360]},{"name":"VariantCopy","features":[307,358,359,360]},{"name":"VariantCopyInd","features":[307,358,359,360]},{"name":"VariantGetBooleanElem","features":[307,358,359,360]},{"name":"VariantGetDoubleElem","features":[307,358,359,360]},{"name":"VariantGetElementCount","features":[307,358,359,360]},{"name":"VariantGetInt16Elem","features":[307,358,359,360]},{"name":"VariantGetInt32Elem","features":[307,358,359,360]},{"name":"VariantGetInt64Elem","features":[307,358,359,360]},{"name":"VariantGetStringElem","features":[307,358,359,360]},{"name":"VariantGetUInt16Elem","features":[307,358,359,360]},{"name":"VariantGetUInt32Elem","features":[307,358,359,360]},{"name":"VariantGetUInt64Elem","features":[307,358,359,360]},{"name":"VariantInit","features":[307,358,359,360]},{"name":"VariantTimeToDosDateTime","features":[360]},{"name":"VariantTimeToSystemTime","features":[307,360]},{"name":"VariantToBoolean","features":[307,358,359,360]},{"name":"VariantToBooleanArray","features":[307,358,359,360]},{"name":"VariantToBooleanArrayAlloc","features":[307,358,359,360]},{"name":"VariantToBooleanWithDefault","features":[307,358,359,360]},{"name":"VariantToBuffer","features":[307,358,359,360]},{"name":"VariantToDosDateTime","features":[307,358,359,360]},{"name":"VariantToDouble","features":[307,358,359,360]},{"name":"VariantToDoubleArray","features":[307,358,359,360]},{"name":"VariantToDoubleArrayAlloc","features":[307,358,359,360]},{"name":"VariantToDoubleWithDefault","features":[307,358,359,360]},{"name":"VariantToFileTime","features":[307,358,359,360]},{"name":"VariantToGUID","features":[307,358,359,360]},{"name":"VariantToInt16","features":[307,358,359,360]},{"name":"VariantToInt16Array","features":[307,358,359,360]},{"name":"VariantToInt16ArrayAlloc","features":[307,358,359,360]},{"name":"VariantToInt16WithDefault","features":[307,358,359,360]},{"name":"VariantToInt32","features":[307,358,359,360]},{"name":"VariantToInt32Array","features":[307,358,359,360]},{"name":"VariantToInt32ArrayAlloc","features":[307,358,359,360]},{"name":"VariantToInt32WithDefault","features":[307,358,359,360]},{"name":"VariantToInt64","features":[307,358,359,360]},{"name":"VariantToInt64Array","features":[307,358,359,360]},{"name":"VariantToInt64ArrayAlloc","features":[307,358,359,360]},{"name":"VariantToInt64WithDefault","features":[307,358,359,360]},{"name":"VariantToString","features":[307,358,359,360]},{"name":"VariantToStringAlloc","features":[307,358,359,360]},{"name":"VariantToStringArray","features":[307,358,359,360]},{"name":"VariantToStringArrayAlloc","features":[307,358,359,360]},{"name":"VariantToStringWithDefault","features":[307,358,359,360]},{"name":"VariantToUInt16","features":[307,358,359,360]},{"name":"VariantToUInt16Array","features":[307,358,359,360]},{"name":"VariantToUInt16ArrayAlloc","features":[307,358,359,360]},{"name":"VariantToUInt16WithDefault","features":[307,358,359,360]},{"name":"VariantToUInt32","features":[307,358,359,360]},{"name":"VariantToUInt32Array","features":[307,358,359,360]},{"name":"VariantToUInt32ArrayAlloc","features":[307,358,359,360]},{"name":"VariantToUInt32WithDefault","features":[307,358,359,360]},{"name":"VariantToUInt64","features":[307,358,359,360]},{"name":"VariantToUInt64Array","features":[307,358,359,360]},{"name":"VariantToUInt64ArrayAlloc","features":[307,358,359,360]},{"name":"VariantToUInt64WithDefault","features":[307,358,359,360]}],"627":[{"name":"DBG_ATTACH","features":[599]},{"name":"DBG_BREAK","features":[599]},{"name":"DBG_DIVOVERFLOW","features":[599]},{"name":"DBG_DLLSTART","features":[599]},{"name":"DBG_DLLSTOP","features":[599]},{"name":"DBG_GPFAULT","features":[599]},{"name":"DBG_GPFAULT2","features":[599]},{"name":"DBG_INIT","features":[599]},{"name":"DBG_INSTRFAULT","features":[599]},{"name":"DBG_MODFREE","features":[599]},{"name":"DBG_MODLOAD","features":[599]},{"name":"DBG_MODMOVE","features":[599]},{"name":"DBG_SEGFREE","features":[599]},{"name":"DBG_SEGLOAD","features":[599]},{"name":"DBG_SEGMOVE","features":[599]},{"name":"DBG_SINGLESTEP","features":[599]},{"name":"DBG_STACKFAULT","features":[599]},{"name":"DBG_TASKSTART","features":[599]},{"name":"DBG_TASKSTOP","features":[599]},{"name":"DBG_TEMPBP","features":[599]},{"name":"DBG_TOOLHELP","features":[599]},{"name":"DBG_WOWINIT","features":[599]},{"name":"DEBUGEVENTPROC","features":[307,336,342,599]},{"name":"GD_ACCELERATORS","features":[599]},{"name":"GD_BITMAP","features":[599]},{"name":"GD_CURSOR","features":[599]},{"name":"GD_CURSORCOMPONENT","features":[599]},{"name":"GD_DIALOG","features":[599]},{"name":"GD_ERRTABLE","features":[599]},{"name":"GD_FONT","features":[599]},{"name":"GD_FONTDIR","features":[599]},{"name":"GD_ICON","features":[599]},{"name":"GD_ICONCOMPONENT","features":[599]},{"name":"GD_MAX_RESOURCE","features":[599]},{"name":"GD_MENU","features":[599]},{"name":"GD_NAMETABLE","features":[599]},{"name":"GD_RCDATA","features":[599]},{"name":"GD_STRING","features":[599]},{"name":"GD_USERDEFINED","features":[599]},{"name":"GLOBALENTRY","features":[307,599]},{"name":"GLOBAL_ALL","features":[599]},{"name":"GLOBAL_FREE","features":[599]},{"name":"GLOBAL_LRU","features":[599]},{"name":"GT_BURGERMASTER","features":[599]},{"name":"GT_CODE","features":[599]},{"name":"GT_DATA","features":[599]},{"name":"GT_DGROUP","features":[599]},{"name":"GT_FREE","features":[599]},{"name":"GT_INTERNAL","features":[599]},{"name":"GT_MODULE","features":[599]},{"name":"GT_RESOURCE","features":[599]},{"name":"GT_SENTINEL","features":[599]},{"name":"GT_TASK","features":[599]},{"name":"GT_UNKNOWN","features":[599]},{"name":"IMAGE_NOTE","features":[599]},{"name":"MAX_MODULE_NAME","features":[599]},{"name":"MAX_PATH16","features":[599]},{"name":"MODULEENTRY","features":[307,599]},{"name":"PROCESSENUMPROC","features":[307,599]},{"name":"SEGMENT_NOTE","features":[599]},{"name":"SN_CODE","features":[599]},{"name":"SN_DATA","features":[599]},{"name":"SN_V86","features":[599]},{"name":"STATUS_VDM_EVENT","features":[599]},{"name":"TASKENUMPROC","features":[307,599]},{"name":"TASKENUMPROCEX","features":[307,599]},{"name":"TEMP_BP_NOTE","features":[307,599]},{"name":"V86FLAGS_ALIGNMENT","features":[599]},{"name":"V86FLAGS_AUXCARRY","features":[599]},{"name":"V86FLAGS_CARRY","features":[599]},{"name":"V86FLAGS_DIRECTION","features":[599]},{"name":"V86FLAGS_INTERRUPT","features":[599]},{"name":"V86FLAGS_IOPL","features":[599]},{"name":"V86FLAGS_IOPL_BITS","features":[599]},{"name":"V86FLAGS_OVERFLOW","features":[599]},{"name":"V86FLAGS_PARITY","features":[599]},{"name":"V86FLAGS_RESUME","features":[599]},{"name":"V86FLAGS_SIGN","features":[599]},{"name":"V86FLAGS_TRACE","features":[599]},{"name":"V86FLAGS_V86","features":[599]},{"name":"V86FLAGS_ZERO","features":[599]},{"name":"VDMADDR_PM16","features":[599]},{"name":"VDMADDR_PM32","features":[599]},{"name":"VDMADDR_V86","features":[599]},{"name":"VDMBREAKTHREADPROC","features":[307,599]},{"name":"VDMCONTEXT","features":[313,599]},{"name":"VDMCONTEXT_WITHOUT_XSAVE","features":[313,599]},{"name":"VDMCONTEXT_i386","features":[599]},{"name":"VDMCONTEXT_i486","features":[599]},{"name":"VDMDBG_BREAK_DEBUGGER","features":[599]},{"name":"VDMDBG_BREAK_DIVIDEBYZERO","features":[599]},{"name":"VDMDBG_BREAK_DOSTASK","features":[599]},{"name":"VDMDBG_BREAK_EXCEPTIONS","features":[599]},{"name":"VDMDBG_BREAK_LOADDLL","features":[599]},{"name":"VDMDBG_BREAK_WOWTASK","features":[599]},{"name":"VDMDBG_INITIAL_FLAGS","features":[599]},{"name":"VDMDBG_MAX_SYMBOL_BUFFER","features":[599]},{"name":"VDMDBG_TRACE_HISTORY","features":[599]},{"name":"VDMDETECTWOWPROC","features":[307,599]},{"name":"VDMENUMPROCESSWOWPROC","features":[307,599]},{"name":"VDMENUMTASKWOWEXPROC","features":[307,599]},{"name":"VDMENUMTASKWOWPROC","features":[307,599]},{"name":"VDMEVENT_ALLFLAGS","features":[599]},{"name":"VDMEVENT_NEEDS_INTERACTIVE","features":[599]},{"name":"VDMEVENT_PE","features":[599]},{"name":"VDMEVENT_PM16","features":[599]},{"name":"VDMEVENT_V86","features":[599]},{"name":"VDMEVENT_VERBOSE","features":[599]},{"name":"VDMGETADDREXPRESSIONPROC","features":[307,599]},{"name":"VDMGETCONTEXTPROC","features":[307,313,599]},{"name":"VDMGETCONTEXTPROC","features":[307,336,313,599]},{"name":"VDMGETDBGFLAGSPROC","features":[307,599]},{"name":"VDMGETMODULESELECTORPROC","features":[307,599]},{"name":"VDMGETPOINTERPROC","features":[307,599]},{"name":"VDMGETSEGMENTINFOPROC","features":[307,599]},{"name":"VDMGETSELECTORMODULEPROC","features":[307,599]},{"name":"VDMGETSYMBOLPROC","features":[307,599]},{"name":"VDMGETTHREADSELECTORENTRYPROC","features":[307,599]},{"name":"VDMGETTHREADSELECTORENTRYPROC","features":[307,336,599]},{"name":"VDMGLOBALFIRSTPROC","features":[307,336,342,599]},{"name":"VDMGLOBALNEXTPROC","features":[307,336,342,599]},{"name":"VDMISMODULELOADEDPROC","features":[307,599]},{"name":"VDMKILLWOWPROC","features":[307,599]},{"name":"VDMLDT_ENTRY","features":[599]},{"name":"VDMMODULEFIRSTPROC","features":[307,336,342,599]},{"name":"VDMMODULENEXTPROC","features":[307,336,342,599]},{"name":"VDMPROCESSEXCEPTIONPROC","features":[307,336,342,599]},{"name":"VDMSETCONTEXTPROC","features":[307,313,599]},{"name":"VDMSETCONTEXTPROC","features":[307,336,313,599]},{"name":"VDMSETDBGFLAGSPROC","features":[307,599]},{"name":"VDMSTARTTASKINWOWPROC","features":[307,599]},{"name":"VDMTERMINATETASKINWOWPROC","features":[307,599]},{"name":"VDM_KGDT_R3_CODE","features":[599]},{"name":"VDM_MAXIMUM_SUPPORTED_EXTENSION","features":[599]},{"name":"VDM_SEGINFO","features":[599]},{"name":"WOW_SYSTEM","features":[599]}],"628":[{"name":"ACTIVATIONTYPE","features":[600]},{"name":"ACTIVATIONTYPE_FROM_DATA","features":[600]},{"name":"ACTIVATIONTYPE_FROM_FILE","features":[600]},{"name":"ACTIVATIONTYPE_FROM_MONIKER","features":[600]},{"name":"ACTIVATIONTYPE_FROM_STORAGE","features":[600]},{"name":"ACTIVATIONTYPE_FROM_STREAM","features":[600]},{"name":"ACTIVATIONTYPE_UNCATEGORIZED","features":[600]},{"name":"AGILEREFERENCE_DEFAULT","features":[600]},{"name":"AGILEREFERENCE_DELAYEDMARSHAL","features":[600]},{"name":"APARTMENT_SHUTDOWN_REGISTRATION_COOKIE","features":[600]},{"name":"AgileReferenceOptions","features":[600]},{"name":"BSOS_DEFAULT","features":[600]},{"name":"BSOS_OPTIONS","features":[600]},{"name":"BSOS_PREFERDESTINATIONSTREAM","features":[600]},{"name":"BaseTrust","features":[600]},{"name":"CASTING_CONNECTION_ERROR_STATUS","features":[600]},{"name":"CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND","features":[600]},{"name":"CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR","features":[600]},{"name":"CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED","features":[600]},{"name":"CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE","features":[600]},{"name":"CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED","features":[600]},{"name":"CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED","features":[600]},{"name":"CASTING_CONNECTION_ERROR_STATUS_UNKNOWN","features":[600]},{"name":"CASTING_CONNECTION_STATE","features":[600]},{"name":"CASTING_CONNECTION_STATE_CONNECTED","features":[600]},{"name":"CASTING_CONNECTION_STATE_CONNECTING","features":[600]},{"name":"CASTING_CONNECTION_STATE_DISCONNECTED","features":[600]},{"name":"CASTING_CONNECTION_STATE_DISCONNECTING","features":[600]},{"name":"CASTING_CONNECTION_STATE_RENDERING","features":[600]},{"name":"CastingSourceInfo_Property_CastingTypes","features":[600]},{"name":"CastingSourceInfo_Property_PreferredSourceUriScheme","features":[600]},{"name":"CastingSourceInfo_Property_ProtectedMedia","features":[600]},{"name":"CoDecodeProxy","features":[600]},{"name":"CreateControlInput","features":[600]},{"name":"CreateControlInputEx","features":[600]},{"name":"CreateDispatcherQueueController","features":[247,600]},{"name":"CreateRandomAccessStreamOnFile","features":[600]},{"name":"CreateRandomAccessStreamOverStream","features":[358,600]},{"name":"CreateStreamOverRandomAccessStream","features":[600]},{"name":"DISPATCHERQUEUE_THREAD_APARTMENTTYPE","features":[600]},{"name":"DISPATCHERQUEUE_THREAD_TYPE","features":[600]},{"name":"DQTAT_COM_ASTA","features":[600]},{"name":"DQTAT_COM_NONE","features":[600]},{"name":"DQTAT_COM_STA","features":[600]},{"name":"DQTYPE_THREAD_CURRENT","features":[600]},{"name":"DQTYPE_THREAD_DEDICATED","features":[600]},{"name":"DispatcherQueueOptions","features":[600]},{"name":"EventRegistrationToken","features":[600]},{"name":"FullTrust","features":[600]},{"name":"GetRestrictedErrorInfo","features":[600]},{"name":"HSTRING","features":[600]},{"name":"HSTRING_BUFFER","features":[600]},{"name":"HSTRING_HEADER","features":[600]},{"name":"HSTRING_UserFree","features":[600]},{"name":"HSTRING_UserFree64","features":[600]},{"name":"HSTRING_UserMarshal","features":[600]},{"name":"HSTRING_UserMarshal64","features":[600]},{"name":"HSTRING_UserSize","features":[600]},{"name":"HSTRING_UserSize64","features":[600]},{"name":"HSTRING_UserUnmarshal","features":[600]},{"name":"HSTRING_UserUnmarshal64","features":[600]},{"name":"IAccountsSettingsPaneInterop","features":[600]},{"name":"IActivationFactory","features":[600]},{"name":"IAgileReference","features":[600]},{"name":"IApartmentShutdown","features":[600]},{"name":"IAppServiceConnectionExtendedExecution","features":[600]},{"name":"IBufferByteAccess","features":[600]},{"name":"ICastingController","features":[600]},{"name":"ICastingEventHandler","features":[600]},{"name":"ICastingSourceInfo","features":[600]},{"name":"ICoreInputInterop","features":[600]},{"name":"ICoreInputInterop2","features":[600]},{"name":"ICoreWindowAdapterInterop","features":[600]},{"name":"ICoreWindowComponentInterop","features":[600]},{"name":"ICoreWindowInterop","features":[600]},{"name":"ICorrelationVectorInformation","features":[600]},{"name":"ICorrelationVectorSource","features":[600]},{"name":"IDragDropManagerInterop","features":[600]},{"name":"IHolographicSpaceInterop","features":[600]},{"name":"IInputPaneInterop","features":[600]},{"name":"IInspectable","features":[600]},{"name":"ILanguageExceptionErrorInfo","features":[600]},{"name":"ILanguageExceptionErrorInfo2","features":[600]},{"name":"ILanguageExceptionStackBackTrace","features":[600]},{"name":"ILanguageExceptionTransform","features":[600]},{"name":"IMemoryBufferByteAccess","features":[600]},{"name":"IMessageDispatcher","features":[600]},{"name":"IPlayToManagerInterop","features":[600]},{"name":"IRestrictedErrorInfo","features":[600]},{"name":"IShareWindowCommandEventArgsInterop","features":[600]},{"name":"IShareWindowCommandSourceInterop","features":[600]},{"name":"ISpatialInteractionManagerInterop","features":[600]},{"name":"ISystemMediaTransportControlsInterop","features":[600]},{"name":"IUIViewSettingsInterop","features":[600]},{"name":"IUserActivityInterop","features":[600]},{"name":"IUserActivityRequestManagerInterop","features":[600]},{"name":"IUserActivitySourceHostInterop","features":[600]},{"name":"IUserConsentVerifierInterop","features":[600]},{"name":"IWeakReference","features":[600]},{"name":"IWeakReferenceSource","features":[600]},{"name":"IWebAuthenticationCoreManagerInterop","features":[600]},{"name":"IsErrorPropagationEnabled","features":[307,600]},{"name":"MAX_ERROR_MESSAGE_CHARS","features":[600]},{"name":"PFNGETACTIVATIONFACTORY","features":[600]},{"name":"PINSPECT_HSTRING_CALLBACK","features":[600]},{"name":"PINSPECT_HSTRING_CALLBACK2","features":[600]},{"name":"PINSPECT_MEMORY_CALLBACK","features":[600]},{"name":"PartialTrust","features":[600]},{"name":"RO_ERROR_REPORTING_FLAGS","features":[600]},{"name":"RO_ERROR_REPORTING_FORCEEXCEPTIONS","features":[600]},{"name":"RO_ERROR_REPORTING_NONE","features":[600]},{"name":"RO_ERROR_REPORTING_SUPPRESSEXCEPTIONS","features":[600]},{"name":"RO_ERROR_REPORTING_SUPPRESSSETERRORINFO","features":[600]},{"name":"RO_ERROR_REPORTING_USESETERRORINFO","features":[600]},{"name":"RO_INIT_MULTITHREADED","features":[600]},{"name":"RO_INIT_SINGLETHREADED","features":[600]},{"name":"RO_INIT_TYPE","features":[600]},{"name":"RO_REGISTRATION_COOKIE","features":[600]},{"name":"RoActivateInstance","features":[600]},{"name":"RoCaptureErrorContext","features":[600]},{"name":"RoClearError","features":[600]},{"name":"RoFailFastWithErrorContext","features":[600]},{"name":"RoGetActivationFactory","features":[600]},{"name":"RoGetAgileReference","features":[600]},{"name":"RoGetApartmentIdentifier","features":[600]},{"name":"RoGetBufferMarshaler","features":[533,600]},{"name":"RoGetErrorReportingFlags","features":[600]},{"name":"RoGetMatchingRestrictedErrorInfo","features":[600]},{"name":"RoGetServerActivatableClasses","features":[600]},{"name":"RoInitialize","features":[600]},{"name":"RoInspectCapturedStackBackTrace","features":[600]},{"name":"RoInspectThreadErrorInfo","features":[600]},{"name":"RoOriginateError","features":[307,600]},{"name":"RoOriginateErrorW","features":[307,600]},{"name":"RoOriginateLanguageException","features":[307,600]},{"name":"RoRegisterActivationFactories","features":[600]},{"name":"RoRegisterForApartmentShutdown","features":[600]},{"name":"RoReportFailedDelegate","features":[600]},{"name":"RoReportUnhandledError","features":[600]},{"name":"RoResolveRestrictedErrorInfoReference","features":[600]},{"name":"RoRevokeActivationFactories","features":[600]},{"name":"RoSetErrorReportingFlags","features":[600]},{"name":"RoTransformError","features":[307,600]},{"name":"RoTransformErrorW","features":[307,600]},{"name":"RoUninitialize","features":[600]},{"name":"RoUnregisterForApartmentShutdown","features":[600]},{"name":"ServerInformation","features":[600]},{"name":"SetRestrictedErrorInfo","features":[600]},{"name":"TrustLevel","features":[600]},{"name":"WindowsCompareStringOrdinal","features":[600]},{"name":"WindowsConcatString","features":[600]},{"name":"WindowsCreateString","features":[600]},{"name":"WindowsCreateStringReference","features":[600]},{"name":"WindowsDeleteString","features":[600]},{"name":"WindowsDeleteStringBuffer","features":[600]},{"name":"WindowsDuplicateString","features":[600]},{"name":"WindowsGetStringLen","features":[600]},{"name":"WindowsGetStringRawBuffer","features":[600]},{"name":"WindowsInspectString","features":[600]},{"name":"WindowsInspectString2","features":[600]},{"name":"WindowsIsStringEmpty","features":[307,600]},{"name":"WindowsPreallocateStringBuffer","features":[600]},{"name":"WindowsPromoteStringBuffer","features":[600]},{"name":"WindowsReplaceString","features":[600]},{"name":"WindowsStringHasEmbeddedNull","features":[307,600]},{"name":"WindowsSubstring","features":[600]},{"name":"WindowsSubstringWithSpecifiedLength","features":[600]},{"name":"WindowsTrimStringEnd","features":[600]},{"name":"WindowsTrimStringStart","features":[600]}],"629":[{"name":"IWindowsDevicesAllJoynBusAttachmentFactoryInterop","features":[601]},{"name":"IWindowsDevicesAllJoynBusAttachmentInterop","features":[601]},{"name":"IWindowsDevicesAllJoynBusObjectFactoryInterop","features":[601]},{"name":"IWindowsDevicesAllJoynBusObjectInterop","features":[601]}],"630":[{"name":"ICompositionCapabilitiesInteropFactory","features":[602]},{"name":"ICompositionDrawingSurfaceInterop","features":[602]},{"name":"ICompositionDrawingSurfaceInterop2","features":[602]},{"name":"ICompositionGraphicsDeviceInterop","features":[602]},{"name":"ICompositionTextureInterop","features":[602]},{"name":"ICompositorDesktopInterop","features":[602]},{"name":"ICompositorInterop","features":[602]},{"name":"ICompositorInterop2","features":[602]},{"name":"IDesktopWindowTargetInterop","features":[602]},{"name":"IVisualInteractionSourceInterop","features":[602]}],"631":[{"name":"ICoreFrameworkInputViewInterop","features":[603]}],"632":[{"name":"CreateDirect3D11DeviceFromDXGIDevice","features":[401,604]},{"name":"CreateDirect3D11SurfaceFromDXGISurface","features":[401,604]},{"name":"IDirect3DDxgiInterfaceAccess","features":[604]}],"633":[{"name":"IDisplayDeviceInterop","features":[605]},{"name":"IDisplayPathInterop","features":[605]}],"634":[{"name":"IGraphicsCaptureItemInterop","features":[606]}],"635":[{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_COLORMATRIX_ALPHA_MODE","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_COLOR_TO_VECTOR3","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_COLOR_TO_VECTOR4","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_DIRECT","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_RADIANS_TO_DEGREES","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_RECT_TO_VECTOR4","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_UNKNOWN","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_VECTORW","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_VECTORX","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_VECTORY","features":[607]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_VECTORZ","features":[607]},{"name":"IGeometrySource2DInterop","features":[607]},{"name":"IGraphicsEffectD2D1Interop","features":[607]}],"636":[{"name":"CLSID_SoftwareBitmapNativeFactory","features":[608]},{"name":"ISoftwareBitmapNative","features":[608]},{"name":"ISoftwareBitmapNativeFactory","features":[608]}],"637":[{"name":"IHolographicCameraInterop","features":[609]},{"name":"IHolographicCameraRenderingParametersInterop","features":[609]},{"name":"IHolographicQuadLayerInterop","features":[609]},{"name":"IHolographicQuadLayerUpdateParametersInterop","features":[609]}],"638":[{"name":"IIsolatedEnvironmentInterop","features":[610]}],"639":[{"name":"ILearningModelDeviceFactoryNative","features":[611]},{"name":"ILearningModelOperatorProviderNative","features":[611]},{"name":"ILearningModelSessionOptionsNative","features":[611]},{"name":"ILearningModelSessionOptionsNative1","features":[611]},{"name":"ITensorNative","features":[611]},{"name":"ITensorStaticsNative","features":[611]}],"640":[{"name":"CLSID_AudioFrameNativeFactory","features":[612]},{"name":"CLSID_VideoFrameNativeFactory","features":[612]},{"name":"IAudioFrameNative","features":[612]},{"name":"IAudioFrameNativeFactory","features":[612]},{"name":"IVideoFrameNative","features":[612]},{"name":"IVideoFrameNativeFactory","features":[612]}],"641":[{"name":"ASSEMBLYMETADATA","features":[544]},{"name":"ASSEMBLY_METADATA_TYPE","features":[544]},{"name":"ASSEMBLY_METADATA_TYPE_W","features":[544]},{"name":"CLSID_CLR_v1_MetaData","features":[544]},{"name":"CLSID_CLR_v2_MetaData","features":[544]},{"name":"CLSID_Cor","features":[544]},{"name":"CLSID_CorMetaDataDispenser","features":[544]},{"name":"CLSID_CorMetaDataDispenserReg","features":[544]},{"name":"CLSID_CorMetaDataDispenserRuntime","features":[544]},{"name":"CLSID_CorMetaDataReg","features":[544]},{"name":"CMOD_CALLCONV_NAMESPACE","features":[544]},{"name":"CMOD_CALLCONV_NAMESPACE_OLD","features":[544]},{"name":"CMOD_CALLCONV_NAME_CDECL","features":[544]},{"name":"CMOD_CALLCONV_NAME_FASTCALL","features":[544]},{"name":"CMOD_CALLCONV_NAME_STDCALL","features":[544]},{"name":"CMOD_CALLCONV_NAME_THISCALL","features":[544]},{"name":"COINITCOR_DEFAULT","features":[544]},{"name":"COINITEE_DEFAULT","features":[544]},{"name":"COINITEE_DLL","features":[544]},{"name":"COINITEE_MAIN","features":[544]},{"name":"COINITICOR","features":[544]},{"name":"COINITIEE","features":[544]},{"name":"COMPILATIONRELAXATIONS_TYPE","features":[544]},{"name":"COMPILATIONRELAXATIONS_TYPE_W","features":[544]},{"name":"COR_BASE_SECURITY_ATTRIBUTE_CLASS","features":[544]},{"name":"COR_BASE_SECURITY_ATTRIBUTE_CLASS_ANSI","features":[544]},{"name":"COR_CCTOR_METHOD_NAME","features":[544]},{"name":"COR_CCTOR_METHOD_NAME_W","features":[544]},{"name":"COR_COMPILERSERVICE_DISCARDABLEATTRIBUTE","features":[544]},{"name":"COR_COMPILERSERVICE_DISCARDABLEATTRIBUTE_ASNI","features":[544]},{"name":"COR_CTOR_METHOD_NAME","features":[544]},{"name":"COR_CTOR_METHOD_NAME_W","features":[544]},{"name":"COR_DELETED_NAME_A","features":[544]},{"name":"COR_DELETED_NAME_W","features":[544]},{"name":"COR_ENUM_FIELD_NAME","features":[544]},{"name":"COR_ENUM_FIELD_NAME_W","features":[544]},{"name":"COR_E_AMBIGUOUSMATCH","features":[544]},{"name":"COR_E_ARGUMENT","features":[544]},{"name":"COR_E_BADIMAGEFORMAT","features":[544]},{"name":"COR_E_DIVIDEBYZERO","features":[544]},{"name":"COR_E_INVALIDCAST","features":[544]},{"name":"COR_E_NULLREFERENCE","features":[544]},{"name":"COR_E_OUTOFMEMORY","features":[544]},{"name":"COR_E_TARGETPARAMCOUNT","features":[544]},{"name":"COR_E_UNAUTHORIZEDACCESS","features":[544]},{"name":"COR_FIELD_OFFSET","features":[544]},{"name":"COR_ILEXCEPTION_CLAUSE_DEPRECATED","features":[544]},{"name":"COR_ILEXCEPTION_CLAUSE_DUPLICATED","features":[544]},{"name":"COR_ILEXCEPTION_CLAUSE_FAULT","features":[544]},{"name":"COR_ILEXCEPTION_CLAUSE_FILTER","features":[544]},{"name":"COR_ILEXCEPTION_CLAUSE_FINALLY","features":[544]},{"name":"COR_ILEXCEPTION_CLAUSE_NONE","features":[544]},{"name":"COR_ILEXCEPTION_CLAUSE_OFFSETLEN","features":[544]},{"name":"COR_NATIVE_LINK","features":[544]},{"name":"COR_NATIVE_LINK_CUSTOM_VALUE","features":[544]},{"name":"COR_NATIVE_LINK_CUSTOM_VALUE_ANSI","features":[544]},{"name":"COR_NATIVE_LINK_CUSTOM_VALUE_CC","features":[544]},{"name":"COR_REQUIRES_SECOBJ_ATTRIBUTE","features":[544]},{"name":"COR_REQUIRES_SECOBJ_ATTRIBUTE_ANSI","features":[544]},{"name":"COR_SECATTR","features":[544]},{"name":"COR_SUPPRESS_UNMANAGED_CODE_CHECK_ATTRIBUTE","features":[544]},{"name":"COR_SUPPRESS_UNMANAGED_CODE_CHECK_ATTRIBUTE_ANSI","features":[544]},{"name":"COR_UNVER_CODE_ATTRIBUTE","features":[544]},{"name":"COR_UNVER_CODE_ATTRIBUTE_ANSI","features":[544]},{"name":"COR_VTABLEGAP_NAME_A","features":[544]},{"name":"COR_VTABLEGAP_NAME_W","features":[544]},{"name":"COUNINITEE_DEFAULT","features":[544]},{"name":"COUNINITEE_DLL","features":[544]},{"name":"COUNINITIEE","features":[544]},{"name":"CVStruct","features":[544]},{"name":"CeeSectionAttr","features":[544]},{"name":"CeeSectionRelocExtra","features":[544]},{"name":"CeeSectionRelocType","features":[544]},{"name":"CompilationRelaxationsEnum","features":[544]},{"name":"CompilationRelaxations_NoStringInterning","features":[544]},{"name":"CorArgType","features":[544]},{"name":"CorAssemblyFlags","features":[544]},{"name":"CorAttributeTargets","features":[544]},{"name":"CorCallingConvention","features":[544]},{"name":"CorCheckDuplicatesFor","features":[544]},{"name":"CorDeclSecurity","features":[544]},{"name":"CorElementType","features":[544]},{"name":"CorErrorIfEmitOutOfOrder","features":[544]},{"name":"CorEventAttr","features":[544]},{"name":"CorExceptionFlag","features":[544]},{"name":"CorFieldAttr","features":[544]},{"name":"CorFileFlags","features":[544]},{"name":"CorFileMapping","features":[544]},{"name":"CorGenericParamAttr","features":[544]},{"name":"CorILMethodFlags","features":[544]},{"name":"CorILMethodSect","features":[544]},{"name":"CorILMethod_CompressedIL","features":[544]},{"name":"CorILMethod_FatFormat","features":[544]},{"name":"CorILMethod_FormatMask","features":[544]},{"name":"CorILMethod_FormatShift","features":[544]},{"name":"CorILMethod_InitLocals","features":[544]},{"name":"CorILMethod_MoreSects","features":[544]},{"name":"CorILMethod_Sect_EHTable","features":[544]},{"name":"CorILMethod_Sect_FatFormat","features":[544]},{"name":"CorILMethod_Sect_KindMask","features":[544]},{"name":"CorILMethod_Sect_MoreSects","features":[544]},{"name":"CorILMethod_Sect_OptILTable","features":[544]},{"name":"CorILMethod_Sect_Reserved","features":[544]},{"name":"CorILMethod_SmallFormat","features":[544]},{"name":"CorILMethod_TinyFormat","features":[544]},{"name":"CorILMethod_TinyFormat1","features":[544]},{"name":"CorImportOptions","features":[544]},{"name":"CorLinkerOptions","features":[544]},{"name":"CorLocalRefPreservation","features":[544]},{"name":"CorManifestResourceFlags","features":[544]},{"name":"CorMethodAttr","features":[544]},{"name":"CorMethodImpl","features":[544]},{"name":"CorMethodSemanticsAttr","features":[544]},{"name":"CorNativeLinkFlags","features":[544]},{"name":"CorNativeLinkType","features":[544]},{"name":"CorNativeType","features":[544]},{"name":"CorNotificationForTokenMovement","features":[544]},{"name":"CorOpenFlags","features":[544]},{"name":"CorPEKind","features":[544]},{"name":"CorParamAttr","features":[544]},{"name":"CorPinvokeMap","features":[544]},{"name":"CorPropertyAttr","features":[544]},{"name":"CorRefToDefCheck","features":[544]},{"name":"CorRegFlags","features":[544]},{"name":"CorSaveSize","features":[544]},{"name":"CorSerializationType","features":[544]},{"name":"CorSetENC","features":[544]},{"name":"CorThreadSafetyOptions","features":[544]},{"name":"CorTokenType","features":[544]},{"name":"CorTypeAttr","features":[544]},{"name":"CorUnmanagedCallingConvention","features":[544]},{"name":"CorValidatorModuleType","features":[544]},{"name":"DEFAULTDEPENDENCY_TYPE","features":[544]},{"name":"DEFAULTDEPENDENCY_TYPE_W","features":[544]},{"name":"DEFAULTDOMAIN_LOADEROPTIMIZATION_TYPE","features":[544]},{"name":"DEFAULTDOMAIN_LOADEROPTIMIZATION_TYPE_W","features":[544]},{"name":"DEFAULTDOMAIN_MTA_TYPE","features":[544]},{"name":"DEFAULTDOMAIN_MTA_TYPE_W","features":[544]},{"name":"DEFAULTDOMAIN_STA_TYPE","features":[544]},{"name":"DEFAULTDOMAIN_STA_TYPE_W","features":[544]},{"name":"DEPENDENCY_TYPE","features":[544]},{"name":"DEPENDENCY_TYPE_W","features":[544]},{"name":"DESCR_GROUP_METHODDEF","features":[544]},{"name":"DESCR_GROUP_METHODIMPL","features":[544]},{"name":"DISABLED_PRIVATE_REFLECTION_TYPE","features":[544]},{"name":"DISABLED_PRIVATE_REFLECTION_TYPE_W","features":[544]},{"name":"DropMemberRefCAs","features":[544]},{"name":"ELEMENT_TYPE_ARRAY","features":[544]},{"name":"ELEMENT_TYPE_BOOLEAN","features":[544]},{"name":"ELEMENT_TYPE_BYREF","features":[544]},{"name":"ELEMENT_TYPE_CHAR","features":[544]},{"name":"ELEMENT_TYPE_CLASS","features":[544]},{"name":"ELEMENT_TYPE_CMOD_OPT","features":[544]},{"name":"ELEMENT_TYPE_CMOD_REQD","features":[544]},{"name":"ELEMENT_TYPE_END","features":[544]},{"name":"ELEMENT_TYPE_FNPTR","features":[544]},{"name":"ELEMENT_TYPE_GENERICINST","features":[544]},{"name":"ELEMENT_TYPE_I","features":[544]},{"name":"ELEMENT_TYPE_I1","features":[544]},{"name":"ELEMENT_TYPE_I2","features":[544]},{"name":"ELEMENT_TYPE_I4","features":[544]},{"name":"ELEMENT_TYPE_I8","features":[544]},{"name":"ELEMENT_TYPE_INTERNAL","features":[544]},{"name":"ELEMENT_TYPE_MAX","features":[544]},{"name":"ELEMENT_TYPE_MODIFIER","features":[544]},{"name":"ELEMENT_TYPE_MVAR","features":[544]},{"name":"ELEMENT_TYPE_OBJECT","features":[544]},{"name":"ELEMENT_TYPE_PINNED","features":[544]},{"name":"ELEMENT_TYPE_PTR","features":[544]},{"name":"ELEMENT_TYPE_R4","features":[544]},{"name":"ELEMENT_TYPE_R8","features":[544]},{"name":"ELEMENT_TYPE_SENTINEL","features":[544]},{"name":"ELEMENT_TYPE_STRING","features":[544]},{"name":"ELEMENT_TYPE_SZARRAY","features":[544]},{"name":"ELEMENT_TYPE_TYPEDBYREF","features":[544]},{"name":"ELEMENT_TYPE_U","features":[544]},{"name":"ELEMENT_TYPE_U1","features":[544]},{"name":"ELEMENT_TYPE_U2","features":[544]},{"name":"ELEMENT_TYPE_U4","features":[544]},{"name":"ELEMENT_TYPE_U8","features":[544]},{"name":"ELEMENT_TYPE_VALUETYPE","features":[544]},{"name":"ELEMENT_TYPE_VAR","features":[544]},{"name":"ELEMENT_TYPE_VOID","features":[544]},{"name":"FORWARD_INTEROP_STUB_METHOD_TYPE","features":[544]},{"name":"FORWARD_INTEROP_STUB_METHOD_TYPE_W","features":[544]},{"name":"FRAMEWORK_REGISTRY_KEY","features":[544]},{"name":"FRAMEWORK_REGISTRY_KEY_W","features":[544]},{"name":"FRIEND_ACCESS_ALLOWED_ATTRIBUTE_TYPE","features":[544]},{"name":"FRIEND_ACCESS_ALLOWED_ATTRIBUTE_TYPE_W","features":[544]},{"name":"FRIEND_ASSEMBLY_TYPE","features":[544]},{"name":"FRIEND_ASSEMBLY_TYPE_W","features":[544]},{"name":"GUID_DispIdOverride","features":[544]},{"name":"GUID_ExportedFromComPlus","features":[544]},{"name":"GUID_ForceIEnumerable","features":[544]},{"name":"GUID_Function2Getter","features":[544]},{"name":"GUID_ManagedName","features":[544]},{"name":"GUID_PropGetCA","features":[544]},{"name":"GUID_PropPutCA","features":[544]},{"name":"ICeeGen","features":[544]},{"name":"IHostFilter","features":[544]},{"name":"IMAGE_CEE_CS_BYVALUE","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_C","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_DEFAULT","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_EXPLICITTHIS","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_FASTCALL","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_FIELD","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_GENERIC","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_GENERICINST","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_HASTHIS","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_LOCAL_SIG","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_MASK","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_MAX","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_NATIVEVARARG","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_PROPERTY","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_STDCALL","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_THISCALL","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_UNMGD","features":[544]},{"name":"IMAGE_CEE_CS_CALLCONV_VARARG","features":[544]},{"name":"IMAGE_CEE_CS_END","features":[544]},{"name":"IMAGE_CEE_CS_I4","features":[544]},{"name":"IMAGE_CEE_CS_I8","features":[544]},{"name":"IMAGE_CEE_CS_OBJECT","features":[544]},{"name":"IMAGE_CEE_CS_PTR","features":[544]},{"name":"IMAGE_CEE_CS_R4","features":[544]},{"name":"IMAGE_CEE_CS_R8","features":[544]},{"name":"IMAGE_CEE_CS_STRUCT32","features":[544]},{"name":"IMAGE_CEE_CS_STRUCT4","features":[544]},{"name":"IMAGE_CEE_CS_VOID","features":[544]},{"name":"IMAGE_CEE_UNMANAGED_CALLCONV_C","features":[544]},{"name":"IMAGE_CEE_UNMANAGED_CALLCONV_FASTCALL","features":[544]},{"name":"IMAGE_CEE_UNMANAGED_CALLCONV_STDCALL","features":[544]},{"name":"IMAGE_CEE_UNMANAGED_CALLCONV_THISCALL","features":[544]},{"name":"IMAGE_COR_ILMETHOD","features":[544]},{"name":"IMAGE_COR_ILMETHOD_FAT","features":[544]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH","features":[544]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH_CLAUSE_FAT","features":[544]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH_CLAUSE_SMALL","features":[544]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH_CLAUSE_SMALL","features":[544]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH_FAT","features":[544]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH_SMALL","features":[544]},{"name":"IMAGE_COR_ILMETHOD_SECT_FAT","features":[544]},{"name":"IMAGE_COR_ILMETHOD_SECT_SMALL","features":[544]},{"name":"IMAGE_COR_ILMETHOD_TINY","features":[544]},{"name":"IMAGE_COR_VTABLEFIXUP","features":[544]},{"name":"IMAGE_DIRECTORY_ENTRY_COMHEADER","features":[544]},{"name":"IMapToken","features":[544]},{"name":"IMetaDataAssemblyEmit","features":[544]},{"name":"IMetaDataAssemblyImport","features":[544]},{"name":"IMetaDataDispenser","features":[544]},{"name":"IMetaDataDispenserEx","features":[544]},{"name":"IMetaDataEmit","features":[544]},{"name":"IMetaDataEmit2","features":[544]},{"name":"IMetaDataError","features":[544]},{"name":"IMetaDataFilter","features":[544]},{"name":"IMetaDataImport","features":[544]},{"name":"IMetaDataImport2","features":[544]},{"name":"IMetaDataInfo","features":[544]},{"name":"IMetaDataTables","features":[544]},{"name":"IMetaDataTables2","features":[544]},{"name":"IMetaDataValidate","features":[544]},{"name":"IMetaDataWinMDImport","features":[544]},{"name":"INTEROP_AUTOPROXY_TYPE","features":[544]},{"name":"INTEROP_AUTOPROXY_TYPE_W","features":[544]},{"name":"INTEROP_BESTFITMAPPING_TYPE","features":[544]},{"name":"INTEROP_BESTFITMAPPING_TYPE_W","features":[544]},{"name":"INTEROP_CLASSINTERFACE_TYPE","features":[544]},{"name":"INTEROP_CLASSINTERFACE_TYPE_W","features":[544]},{"name":"INTEROP_COCLASS_TYPE","features":[544]},{"name":"INTEROP_COCLASS_TYPE_W","features":[544]},{"name":"INTEROP_COMALIASNAME_TYPE","features":[544]},{"name":"INTEROP_COMALIASNAME_TYPE_W","features":[544]},{"name":"INTEROP_COMCOMPATIBLEVERSION_TYPE","features":[544]},{"name":"INTEROP_COMCOMPATIBLEVERSION_TYPE_W","features":[544]},{"name":"INTEROP_COMCONVERSIONLOSS_TYPE","features":[544]},{"name":"INTEROP_COMCONVERSIONLOSS_TYPE_W","features":[544]},{"name":"INTEROP_COMDEFAULTINTERFACE_TYPE","features":[544]},{"name":"INTEROP_COMDEFAULTINTERFACE_TYPE_W","features":[544]},{"name":"INTEROP_COMEMULATE_TYPE","features":[544]},{"name":"INTEROP_COMEMULATE_TYPE_W","features":[544]},{"name":"INTEROP_COMEVENTINTERFACE_TYPE","features":[544]},{"name":"INTEROP_COMEVENTINTERFACE_TYPE_W","features":[544]},{"name":"INTEROP_COMIMPORT_TYPE","features":[544]},{"name":"INTEROP_COMIMPORT_TYPE_W","features":[544]},{"name":"INTEROP_COMREGISTERFUNCTION_TYPE","features":[544]},{"name":"INTEROP_COMREGISTERFUNCTION_TYPE_W","features":[544]},{"name":"INTEROP_COMSOURCEINTERFACES_TYPE","features":[544]},{"name":"INTEROP_COMSOURCEINTERFACES_TYPE_W","features":[544]},{"name":"INTEROP_COMSUBSTITUTABLEINTERFACE_TYPE","features":[544]},{"name":"INTEROP_COMSUBSTITUTABLEINTERFACE_TYPE_W","features":[544]},{"name":"INTEROP_COMUNREGISTERFUNCTION_TYPE","features":[544]},{"name":"INTEROP_COMUNREGISTERFUNCTION_TYPE_W","features":[544]},{"name":"INTEROP_COMVISIBLE_TYPE","features":[544]},{"name":"INTEROP_COMVISIBLE_TYPE_W","features":[544]},{"name":"INTEROP_DATETIMEVALUE_TYPE","features":[544]},{"name":"INTEROP_DATETIMEVALUE_TYPE_W","features":[544]},{"name":"INTEROP_DECIMALVALUE_TYPE","features":[544]},{"name":"INTEROP_DECIMALVALUE_TYPE_W","features":[544]},{"name":"INTEROP_DEFAULTMEMBER_TYPE","features":[544]},{"name":"INTEROP_DEFAULTMEMBER_TYPE_W","features":[544]},{"name":"INTEROP_DISPID_TYPE","features":[544]},{"name":"INTEROP_DISPID_TYPE_W","features":[544]},{"name":"INTEROP_GUID_TYPE","features":[544]},{"name":"INTEROP_GUID_TYPE_W","features":[544]},{"name":"INTEROP_IDISPATCHIMPL_TYPE","features":[544]},{"name":"INTEROP_IDISPATCHIMPL_TYPE_W","features":[544]},{"name":"INTEROP_IDISPATCHVALUE_TYPE","features":[544]},{"name":"INTEROP_IDISPATCHVALUE_TYPE_W","features":[544]},{"name":"INTEROP_IMPORTEDFROMTYPELIB_TYPE","features":[544]},{"name":"INTEROP_IMPORTEDFROMTYPELIB_TYPE_W","features":[544]},{"name":"INTEROP_INTERFACETYPE_TYPE","features":[544]},{"name":"INTEROP_INTERFACETYPE_TYPE_W","features":[544]},{"name":"INTEROP_IN_TYPE","features":[544]},{"name":"INTEROP_IN_TYPE_W","features":[544]},{"name":"INTEROP_IUNKNOWNVALUE_TYPE","features":[544]},{"name":"INTEROP_IUNKNOWNVALUE_TYPE_W","features":[544]},{"name":"INTEROP_LCIDCONVERSION_TYPE","features":[544]},{"name":"INTEROP_LCIDCONVERSION_TYPE_W","features":[544]},{"name":"INTEROP_MARSHALAS_TYPE","features":[544]},{"name":"INTEROP_MARSHALAS_TYPE_W","features":[544]},{"name":"INTEROP_OUT_TYPE","features":[544]},{"name":"INTEROP_OUT_TYPE_W","features":[544]},{"name":"INTEROP_PARAMARRAY_TYPE","features":[544]},{"name":"INTEROP_PARAMARRAY_TYPE_W","features":[544]},{"name":"INTEROP_PRESERVESIG_TYPE","features":[544]},{"name":"INTEROP_PRESERVESIG_TYPE_W","features":[544]},{"name":"INTEROP_PRIMARYINTEROPASSEMBLY_TYPE","features":[544]},{"name":"INTEROP_PRIMARYINTEROPASSEMBLY_TYPE_W","features":[544]},{"name":"INTEROP_SERIALIZABLE_TYPE","features":[544]},{"name":"INTEROP_SERIALIZABLE_TYPE_W","features":[544]},{"name":"INTEROP_SETWIN32CONTEXTINIDISPATCHATTRIBUTE_TYPE","features":[544]},{"name":"INTEROP_SETWIN32CONTEXTINIDISPATCHATTRIBUTE_TYPE_W","features":[544]},{"name":"INTEROP_TYPELIBFUNC_TYPE","features":[544]},{"name":"INTEROP_TYPELIBFUNC_TYPE_W","features":[544]},{"name":"INTEROP_TYPELIBIMPORTCLASS_TYPE","features":[544]},{"name":"INTEROP_TYPELIBIMPORTCLASS_TYPE_W","features":[544]},{"name":"INTEROP_TYPELIBTYPE_TYPE","features":[544]},{"name":"INTEROP_TYPELIBTYPE_TYPE_W","features":[544]},{"name":"INTEROP_TYPELIBVAR_TYPE","features":[544]},{"name":"INTEROP_TYPELIBVAR_TYPE_W","features":[544]},{"name":"INTEROP_TYPELIBVERSION_TYPE","features":[544]},{"name":"INTEROP_TYPELIBVERSION_TYPE_W","features":[544]},{"name":"INVALID_CONNECTION_ID","features":[544]},{"name":"INVALID_TASK_ID","features":[544]},{"name":"IRoMetaDataLocator","features":[544]},{"name":"IRoSimpleMetaDataBuilder","features":[544]},{"name":"LIBID_ComPlusRuntime","features":[544]},{"name":"LoadAlways","features":[544]},{"name":"LoadDefault","features":[544]},{"name":"LoadHintEnum","features":[544]},{"name":"LoadNever","features":[544]},{"name":"LoadSometimes","features":[544]},{"name":"MAIN_CLR_MODULE_NAME_A","features":[544]},{"name":"MAIN_CLR_MODULE_NAME_W","features":[544]},{"name":"MAX_CONNECTION_NAME","features":[544]},{"name":"MDAssembly","features":[544]},{"name":"MDDupAll","features":[544]},{"name":"MDDupAssembly","features":[544]},{"name":"MDDupAssemblyRef","features":[544]},{"name":"MDDupCustomAttribute","features":[544]},{"name":"MDDupDefault","features":[544]},{"name":"MDDupENC","features":[544]},{"name":"MDDupEvent","features":[544]},{"name":"MDDupExportedType","features":[544]},{"name":"MDDupFieldDef","features":[544]},{"name":"MDDupFile","features":[544]},{"name":"MDDupGenericParam","features":[544]},{"name":"MDDupGenericParamConstraint","features":[544]},{"name":"MDDupImplMap","features":[544]},{"name":"MDDupInterfaceImpl","features":[544]},{"name":"MDDupManifestResource","features":[544]},{"name":"MDDupMemberRef","features":[544]},{"name":"MDDupMethodDef","features":[544]},{"name":"MDDupMethodSpec","features":[544]},{"name":"MDDupModuleRef","features":[544]},{"name":"MDDupParamDef","features":[544]},{"name":"MDDupPermission","features":[544]},{"name":"MDDupProperty","features":[544]},{"name":"MDDupSignature","features":[544]},{"name":"MDDupTypeDef","features":[544]},{"name":"MDDupTypeRef","features":[544]},{"name":"MDDupTypeSpec","features":[544]},{"name":"MDErrorOutOfOrderAll","features":[544]},{"name":"MDErrorOutOfOrderDefault","features":[544]},{"name":"MDErrorOutOfOrderNone","features":[544]},{"name":"MDEventOutOfOrder","features":[544]},{"name":"MDFieldOutOfOrder","features":[544]},{"name":"MDImportOptionAll","features":[544]},{"name":"MDImportOptionAllCustomAttributes","features":[544]},{"name":"MDImportOptionAllEvents","features":[544]},{"name":"MDImportOptionAllExportedTypes","features":[544]},{"name":"MDImportOptionAllFieldDefs","features":[544]},{"name":"MDImportOptionAllMethodDefs","features":[544]},{"name":"MDImportOptionAllProperties","features":[544]},{"name":"MDImportOptionAllTypeDefs","features":[544]},{"name":"MDImportOptionDefault","features":[544]},{"name":"MDMemberRefToDef","features":[544]},{"name":"MDMethodOutOfOrder","features":[544]},{"name":"MDNetModule","features":[544]},{"name":"MDNoDupChecks","features":[544]},{"name":"MDNotifyAll","features":[544]},{"name":"MDNotifyAssemblyRef","features":[544]},{"name":"MDNotifyCustomAttribute","features":[544]},{"name":"MDNotifyDefault","features":[544]},{"name":"MDNotifyEvent","features":[544]},{"name":"MDNotifyExportedType","features":[544]},{"name":"MDNotifyFieldDef","features":[544]},{"name":"MDNotifyFile","features":[544]},{"name":"MDNotifyInterfaceImpl","features":[544]},{"name":"MDNotifyMemberRef","features":[544]},{"name":"MDNotifyMethodDef","features":[544]},{"name":"MDNotifyModuleRef","features":[544]},{"name":"MDNotifyNameSpace","features":[544]},{"name":"MDNotifyNone","features":[544]},{"name":"MDNotifyParamDef","features":[544]},{"name":"MDNotifyPermission","features":[544]},{"name":"MDNotifyProperty","features":[544]},{"name":"MDNotifyResource","features":[544]},{"name":"MDNotifySecurityValue","features":[544]},{"name":"MDNotifySignature","features":[544]},{"name":"MDNotifyTypeDef","features":[544]},{"name":"MDNotifyTypeRef","features":[544]},{"name":"MDNotifyTypeSpec","features":[544]},{"name":"MDParamOutOfOrder","features":[544]},{"name":"MDPreserveLocalMemberRef","features":[544]},{"name":"MDPreserveLocalRefsNone","features":[544]},{"name":"MDPreserveLocalTypeRef","features":[544]},{"name":"MDPropertyOutOfOrder","features":[544]},{"name":"MDRefToDefAll","features":[544]},{"name":"MDRefToDefDefault","features":[544]},{"name":"MDRefToDefNone","features":[544]},{"name":"MDSetENCOff","features":[544]},{"name":"MDSetENCOn","features":[544]},{"name":"MDThreadSafetyDefault","features":[544]},{"name":"MDThreadSafetyOff","features":[544]},{"name":"MDThreadSafetyOn","features":[544]},{"name":"MDTypeRefToDef","features":[544]},{"name":"MDUpdateDelta","features":[544]},{"name":"MDUpdateENC","features":[544]},{"name":"MDUpdateExtension","features":[544]},{"name":"MDUpdateFull","features":[544]},{"name":"MDUpdateIncremental","features":[544]},{"name":"MDUpdateMask","features":[544]},{"name":"MSCOREE_SHIM_A","features":[544]},{"name":"MSCOREE_SHIM_W","features":[544]},{"name":"MergeExportedTypes","features":[544]},{"name":"MergeFlags","features":[544]},{"name":"MergeFlagsNone","features":[544]},{"name":"MergeManifest","features":[544]},{"name":"MetaDataCheckDuplicatesFor","features":[544]},{"name":"MetaDataErrorIfEmitOutOfOrder","features":[544]},{"name":"MetaDataGenerateTCEAdapters","features":[544]},{"name":"MetaDataGetDispenser","features":[544]},{"name":"MetaDataImportOption","features":[544]},{"name":"MetaDataLinkerOptions","features":[544]},{"name":"MetaDataMergerOptions","features":[544]},{"name":"MetaDataNotificationForTokenMovement","features":[544]},{"name":"MetaDataPreserveLocalRefs","features":[544]},{"name":"MetaDataRefToDefCheck","features":[544]},{"name":"MetaDataRuntimeVersion","features":[544]},{"name":"MetaDataSetUpdate","features":[544]},{"name":"MetaDataThreadSafetyOptions","features":[544]},{"name":"MetaDataTypeLibImportNamespace","features":[544]},{"name":"NATIVE_TYPE_ANSIBSTR","features":[544]},{"name":"NATIVE_TYPE_ARRAY","features":[544]},{"name":"NATIVE_TYPE_ASANY","features":[544]},{"name":"NATIVE_TYPE_BOOLEAN","features":[544]},{"name":"NATIVE_TYPE_BSTR","features":[544]},{"name":"NATIVE_TYPE_BYVALSTR","features":[544]},{"name":"NATIVE_TYPE_CURRENCY","features":[544]},{"name":"NATIVE_TYPE_CUSTOMMARSHALER","features":[544]},{"name":"NATIVE_TYPE_DATE","features":[544]},{"name":"NATIVE_TYPE_DECIMAL","features":[544]},{"name":"NATIVE_TYPE_END","features":[544]},{"name":"NATIVE_TYPE_ERROR","features":[544]},{"name":"NATIVE_TYPE_FIXEDARRAY","features":[544]},{"name":"NATIVE_TYPE_FIXEDSYSSTRING","features":[544]},{"name":"NATIVE_TYPE_FUNC","features":[544]},{"name":"NATIVE_TYPE_HSTRING","features":[544]},{"name":"NATIVE_TYPE_I1","features":[544]},{"name":"NATIVE_TYPE_I2","features":[544]},{"name":"NATIVE_TYPE_I4","features":[544]},{"name":"NATIVE_TYPE_I8","features":[544]},{"name":"NATIVE_TYPE_IDISPATCH","features":[544]},{"name":"NATIVE_TYPE_IINSPECTABLE","features":[544]},{"name":"NATIVE_TYPE_INT","features":[544]},{"name":"NATIVE_TYPE_INTF","features":[544]},{"name":"NATIVE_TYPE_IUNKNOWN","features":[544]},{"name":"NATIVE_TYPE_LPSTR","features":[544]},{"name":"NATIVE_TYPE_LPSTRUCT","features":[544]},{"name":"NATIVE_TYPE_LPTSTR","features":[544]},{"name":"NATIVE_TYPE_LPUTF8STR","features":[544]},{"name":"NATIVE_TYPE_LPWSTR","features":[544]},{"name":"NATIVE_TYPE_MAX","features":[544]},{"name":"NATIVE_TYPE_NESTEDSTRUCT","features":[544]},{"name":"NATIVE_TYPE_OBJECTREF","features":[544]},{"name":"NATIVE_TYPE_PTR","features":[544]},{"name":"NATIVE_TYPE_R4","features":[544]},{"name":"NATIVE_TYPE_R8","features":[544]},{"name":"NATIVE_TYPE_SAFEARRAY","features":[544]},{"name":"NATIVE_TYPE_STRUCT","features":[544]},{"name":"NATIVE_TYPE_SYSCHAR","features":[544]},{"name":"NATIVE_TYPE_TBSTR","features":[544]},{"name":"NATIVE_TYPE_U1","features":[544]},{"name":"NATIVE_TYPE_U2","features":[544]},{"name":"NATIVE_TYPE_U4","features":[544]},{"name":"NATIVE_TYPE_U8","features":[544]},{"name":"NATIVE_TYPE_UINT","features":[544]},{"name":"NATIVE_TYPE_VARIANT","features":[544]},{"name":"NATIVE_TYPE_VARIANTBOOL","features":[544]},{"name":"NATIVE_TYPE_VOID","features":[544]},{"name":"NGenDefault","features":[544]},{"name":"NGenEager","features":[544]},{"name":"NGenHintEnum","features":[544]},{"name":"NGenLazy","features":[544]},{"name":"NGenNever","features":[544]},{"name":"NONVERSIONABLE_TYPE","features":[544]},{"name":"NONVERSIONABLE_TYPE_W","features":[544]},{"name":"NativeTypeArrayFlags","features":[544]},{"name":"NoDupCheck","features":[544]},{"name":"OSINFO","features":[544]},{"name":"ROPARAMIIDHANDLE","features":[544]},{"name":"RUNTIMECOMPATIBILITY_TYPE","features":[544]},{"name":"RUNTIMECOMPATIBILITY_TYPE_W","features":[544]},{"name":"ReplacesGeneralNumericDefines","features":[544]},{"name":"RoCreateNonAgilePropertySet","features":[37,544]},{"name":"RoCreatePropertySetSerializer","features":[71,544]},{"name":"RoFreeParameterizedTypeExtra","features":[544]},{"name":"RoGetMetaDataFile","features":[544]},{"name":"RoGetParameterizedTypeInstanceIID","features":[544]},{"name":"RoIsApiContractMajorVersionPresent","features":[307,544]},{"name":"RoIsApiContractPresent","features":[307,544]},{"name":"RoParameterizedTypeExtraGetTypeSignature","features":[544]},{"name":"RoParseTypeName","features":[544]},{"name":"RoResolveNamespace","features":[544]},{"name":"SERIALIZATION_TYPE_BOOLEAN","features":[544]},{"name":"SERIALIZATION_TYPE_CHAR","features":[544]},{"name":"SERIALIZATION_TYPE_ENUM","features":[544]},{"name":"SERIALIZATION_TYPE_FIELD","features":[544]},{"name":"SERIALIZATION_TYPE_I1","features":[544]},{"name":"SERIALIZATION_TYPE_I2","features":[544]},{"name":"SERIALIZATION_TYPE_I4","features":[544]},{"name":"SERIALIZATION_TYPE_I8","features":[544]},{"name":"SERIALIZATION_TYPE_PROPERTY","features":[544]},{"name":"SERIALIZATION_TYPE_R4","features":[544]},{"name":"SERIALIZATION_TYPE_R8","features":[544]},{"name":"SERIALIZATION_TYPE_STRING","features":[544]},{"name":"SERIALIZATION_TYPE_SZARRAY","features":[544]},{"name":"SERIALIZATION_TYPE_TAGGED_OBJECT","features":[544]},{"name":"SERIALIZATION_TYPE_TYPE","features":[544]},{"name":"SERIALIZATION_TYPE_U1","features":[544]},{"name":"SERIALIZATION_TYPE_U2","features":[544]},{"name":"SERIALIZATION_TYPE_U4","features":[544]},{"name":"SERIALIZATION_TYPE_U8","features":[544]},{"name":"SERIALIZATION_TYPE_UNDEFINED","features":[544]},{"name":"SIGN_MASK_FOURBYTE","features":[544]},{"name":"SIGN_MASK_ONEBYTE","features":[544]},{"name":"SIGN_MASK_TWOBYTE","features":[544]},{"name":"SUBJECT_ASSEMBLY_TYPE","features":[544]},{"name":"SUBJECT_ASSEMBLY_TYPE_W","features":[544]},{"name":"TARGET_FRAMEWORK_TYPE","features":[544]},{"name":"TARGET_FRAMEWORK_TYPE_W","features":[544]},{"name":"USER_FRAMEWORK_REGISTRY_KEY","features":[544]},{"name":"USER_FRAMEWORK_REGISTRY_KEY_W","features":[544]},{"name":"ValidatorModuleTypeEnc","features":[544]},{"name":"ValidatorModuleTypeIncr","features":[544]},{"name":"ValidatorModuleTypeInvalid","features":[544]},{"name":"ValidatorModuleTypeMax","features":[544]},{"name":"ValidatorModuleTypeMin","features":[544]},{"name":"ValidatorModuleTypeObj","features":[544]},{"name":"ValidatorModuleTypePE","features":[544]},{"name":"afContentType_Default","features":[544]},{"name":"afContentType_Mask","features":[544]},{"name":"afContentType_WindowsRuntime","features":[544]},{"name":"afDisableJITcompileOptimizer","features":[544]},{"name":"afEnableJITcompileTracking","features":[544]},{"name":"afPA_AMD64","features":[544]},{"name":"afPA_ARM","features":[544]},{"name":"afPA_FullMask","features":[544]},{"name":"afPA_IA64","features":[544]},{"name":"afPA_MSIL","features":[544]},{"name":"afPA_Mask","features":[544]},{"name":"afPA_NoPlatform","features":[544]},{"name":"afPA_None","features":[544]},{"name":"afPA_Shift","features":[544]},{"name":"afPA_Specified","features":[544]},{"name":"afPA_x86","features":[544]},{"name":"afPublicKey","features":[544]},{"name":"afRetargetable","features":[544]},{"name":"catAll","features":[544]},{"name":"catAssembly","features":[544]},{"name":"catClass","features":[544]},{"name":"catClassMembers","features":[544]},{"name":"catConstructor","features":[544]},{"name":"catDelegate","features":[544]},{"name":"catEnum","features":[544]},{"name":"catEvent","features":[544]},{"name":"catField","features":[544]},{"name":"catGenericParameter","features":[544]},{"name":"catInterface","features":[544]},{"name":"catMethod","features":[544]},{"name":"catModule","features":[544]},{"name":"catParameter","features":[544]},{"name":"catProperty","features":[544]},{"name":"catStruct","features":[544]},{"name":"cssAccurate","features":[544]},{"name":"cssDiscardTransientCAs","features":[544]},{"name":"cssQuick","features":[544]},{"name":"dclActionMask","features":[544]},{"name":"dclActionNil","features":[544]},{"name":"dclAssert","features":[544]},{"name":"dclDemand","features":[544]},{"name":"dclDeny","features":[544]},{"name":"dclInheritanceCheck","features":[544]},{"name":"dclLinktimeCheck","features":[544]},{"name":"dclMaximumValue","features":[544]},{"name":"dclNonCasDemand","features":[544]},{"name":"dclNonCasInheritance","features":[544]},{"name":"dclNonCasLinkDemand","features":[544]},{"name":"dclPermitOnly","features":[544]},{"name":"dclPrejitDenied","features":[544]},{"name":"dclPrejitGrant","features":[544]},{"name":"dclRequest","features":[544]},{"name":"dclRequestMinimum","features":[544]},{"name":"dclRequestOptional","features":[544]},{"name":"dclRequestRefuse","features":[544]},{"name":"evRTSpecialName","features":[544]},{"name":"evReservedMask","features":[544]},{"name":"evSpecialName","features":[544]},{"name":"fdAssembly","features":[544]},{"name":"fdFamANDAssem","features":[544]},{"name":"fdFamORAssem","features":[544]},{"name":"fdFamily","features":[544]},{"name":"fdFieldAccessMask","features":[544]},{"name":"fdHasDefault","features":[544]},{"name":"fdHasFieldMarshal","features":[544]},{"name":"fdHasFieldRVA","features":[544]},{"name":"fdInitOnly","features":[544]},{"name":"fdLiteral","features":[544]},{"name":"fdNotSerialized","features":[544]},{"name":"fdPinvokeImpl","features":[544]},{"name":"fdPrivate","features":[544]},{"name":"fdPrivateScope","features":[544]},{"name":"fdPublic","features":[544]},{"name":"fdRTSpecialName","features":[544]},{"name":"fdReservedMask","features":[544]},{"name":"fdSpecialName","features":[544]},{"name":"fdStatic","features":[544]},{"name":"ffContainsMetaData","features":[544]},{"name":"ffContainsNoMetaData","features":[544]},{"name":"fmExecutableImage","features":[544]},{"name":"fmFlat","features":[544]},{"name":"gpContravariant","features":[544]},{"name":"gpCovariant","features":[544]},{"name":"gpDefaultConstructorConstraint","features":[544]},{"name":"gpNoSpecialConstraint","features":[544]},{"name":"gpNonVariant","features":[544]},{"name":"gpNotNullableValueTypeConstraint","features":[544]},{"name":"gpReferenceTypeConstraint","features":[544]},{"name":"gpSpecialConstraintMask","features":[544]},{"name":"gpVarianceMask","features":[544]},{"name":"mdAbstract","features":[544]},{"name":"mdAssem","features":[544]},{"name":"mdCheckAccessOnOverride","features":[544]},{"name":"mdFamANDAssem","features":[544]},{"name":"mdFamORAssem","features":[544]},{"name":"mdFamily","features":[544]},{"name":"mdFinal","features":[544]},{"name":"mdHasSecurity","features":[544]},{"name":"mdHideBySig","features":[544]},{"name":"mdMemberAccessMask","features":[544]},{"name":"mdNewSlot","features":[544]},{"name":"mdPinvokeImpl","features":[544]},{"name":"mdPrivate","features":[544]},{"name":"mdPrivateScope","features":[544]},{"name":"mdPublic","features":[544]},{"name":"mdRTSpecialName","features":[544]},{"name":"mdRequireSecObject","features":[544]},{"name":"mdReservedMask","features":[544]},{"name":"mdReuseSlot","features":[544]},{"name":"mdSpecialName","features":[544]},{"name":"mdStatic","features":[544]},{"name":"mdUnmanagedExport","features":[544]},{"name":"mdVirtual","features":[544]},{"name":"mdVtableLayoutMask","features":[544]},{"name":"mdtAssembly","features":[544]},{"name":"mdtAssemblyRef","features":[544]},{"name":"mdtBaseType","features":[544]},{"name":"mdtCustomAttribute","features":[544]},{"name":"mdtEvent","features":[544]},{"name":"mdtExportedType","features":[544]},{"name":"mdtFieldDef","features":[544]},{"name":"mdtFile","features":[544]},{"name":"mdtGenericParam","features":[544]},{"name":"mdtGenericParamConstraint","features":[544]},{"name":"mdtInterfaceImpl","features":[544]},{"name":"mdtManifestResource","features":[544]},{"name":"mdtMemberRef","features":[544]},{"name":"mdtMethodDef","features":[544]},{"name":"mdtMethodImpl","features":[544]},{"name":"mdtMethodSpec","features":[544]},{"name":"mdtModule","features":[544]},{"name":"mdtModuleRef","features":[544]},{"name":"mdtName","features":[544]},{"name":"mdtParamDef","features":[544]},{"name":"mdtPermission","features":[544]},{"name":"mdtProperty","features":[544]},{"name":"mdtSignature","features":[544]},{"name":"mdtString","features":[544]},{"name":"mdtTypeDef","features":[544]},{"name":"mdtTypeRef","features":[544]},{"name":"mdtTypeSpec","features":[544]},{"name":"miAggressiveInlining","features":[544]},{"name":"miCodeTypeMask","features":[544]},{"name":"miForwardRef","features":[544]},{"name":"miIL","features":[544]},{"name":"miInternalCall","features":[544]},{"name":"miManaged","features":[544]},{"name":"miManagedMask","features":[544]},{"name":"miMaxMethodImplVal","features":[544]},{"name":"miNative","features":[544]},{"name":"miNoInlining","features":[544]},{"name":"miNoOptimization","features":[544]},{"name":"miOPTIL","features":[544]},{"name":"miPreserveSig","features":[544]},{"name":"miRuntime","features":[544]},{"name":"miSecurityMitigations","features":[544]},{"name":"miSynchronized","features":[544]},{"name":"miUnmanaged","features":[544]},{"name":"miUserMask","features":[544]},{"name":"mrPrivate","features":[544]},{"name":"mrPublic","features":[544]},{"name":"mrVisibilityMask","features":[544]},{"name":"msAddOn","features":[544]},{"name":"msFire","features":[544]},{"name":"msGetter","features":[544]},{"name":"msOther","features":[544]},{"name":"msRemoveOn","features":[544]},{"name":"msSetter","features":[544]},{"name":"nlfLastError","features":[544]},{"name":"nlfMaxValue","features":[544]},{"name":"nlfNoMangle","features":[544]},{"name":"nlfNone","features":[544]},{"name":"nltAnsi","features":[544]},{"name":"nltAuto","features":[544]},{"name":"nltMaxValue","features":[544]},{"name":"nltNone","features":[544]},{"name":"nltOle","features":[544]},{"name":"nltUnicode","features":[544]},{"name":"ntaReserved","features":[544]},{"name":"ntaSizeParamIndexSpecified","features":[544]},{"name":"ofCheckIntegrity","features":[544]},{"name":"ofCopyMemory","features":[544]},{"name":"ofNoTransform","features":[544]},{"name":"ofNoTypeLib","features":[544]},{"name":"ofRead","features":[544]},{"name":"ofReadOnly","features":[544]},{"name":"ofReadWriteMask","features":[544]},{"name":"ofReserved","features":[544]},{"name":"ofReserved1","features":[544]},{"name":"ofReserved2","features":[544]},{"name":"ofReserved3","features":[544]},{"name":"ofTakeOwnership","features":[544]},{"name":"ofWrite","features":[544]},{"name":"pdHasDefault","features":[544]},{"name":"pdHasFieldMarshal","features":[544]},{"name":"pdIn","features":[544]},{"name":"pdOptional","features":[544]},{"name":"pdOut","features":[544]},{"name":"pdReservedMask","features":[544]},{"name":"pdUnused","features":[544]},{"name":"pe32BitPreferred","features":[544]},{"name":"pe32BitRequired","features":[544]},{"name":"pe32Plus","features":[544]},{"name":"pe32Unmanaged","features":[544]},{"name":"peILonly","features":[544]},{"name":"peNot","features":[544]},{"name":"pmBestFitDisabled","features":[544]},{"name":"pmBestFitEnabled","features":[544]},{"name":"pmBestFitMask","features":[544]},{"name":"pmBestFitUseAssem","features":[544]},{"name":"pmCallConvCdecl","features":[544]},{"name":"pmCallConvFastcall","features":[544]},{"name":"pmCallConvMask","features":[544]},{"name":"pmCallConvStdcall","features":[544]},{"name":"pmCallConvThiscall","features":[544]},{"name":"pmCallConvWinapi","features":[544]},{"name":"pmCharSetAnsi","features":[544]},{"name":"pmCharSetAuto","features":[544]},{"name":"pmCharSetMask","features":[544]},{"name":"pmCharSetNotSpec","features":[544]},{"name":"pmCharSetUnicode","features":[544]},{"name":"pmMaxValue","features":[544]},{"name":"pmNoMangle","features":[544]},{"name":"pmSupportsLastError","features":[544]},{"name":"pmThrowOnUnmappableCharDisabled","features":[544]},{"name":"pmThrowOnUnmappableCharEnabled","features":[544]},{"name":"pmThrowOnUnmappableCharMask","features":[544]},{"name":"pmThrowOnUnmappableCharUseAssem","features":[544]},{"name":"prHasDefault","features":[544]},{"name":"prRTSpecialName","features":[544]},{"name":"prReservedMask","features":[544]},{"name":"prSpecialName","features":[544]},{"name":"prUnused","features":[544]},{"name":"regConfig","features":[544]},{"name":"regHasRefs","features":[544]},{"name":"regNoCopy","features":[544]},{"name":"sdExecute","features":[544]},{"name":"sdNone","features":[544]},{"name":"sdReadOnly","features":[544]},{"name":"sdReadWrite","features":[544]},{"name":"srNoBaseReloc","features":[544]},{"name":"srRelocAbsolute","features":[544]},{"name":"srRelocAbsolutePtr","features":[544]},{"name":"srRelocAbsoluteTagged","features":[544]},{"name":"srRelocCodeRelative","features":[544]},{"name":"srRelocDir64","features":[544]},{"name":"srRelocDir64Ptr","features":[544]},{"name":"srRelocFilePos","features":[544]},{"name":"srRelocHighAdj","features":[544]},{"name":"srRelocHighLow","features":[544]},{"name":"srRelocHighLowPtr","features":[544]},{"name":"srRelocIA64Imm64","features":[544]},{"name":"srRelocIA64Imm64Ptr","features":[544]},{"name":"srRelocIA64PcRel25","features":[544]},{"name":"srRelocIA64PcRel64","features":[544]},{"name":"srRelocMapToken","features":[544]},{"name":"srRelocPtr","features":[544]},{"name":"srRelocRelative","features":[544]},{"name":"srRelocRelativePtr","features":[544]},{"name":"srRelocSentinel","features":[544]},{"name":"tdAbstract","features":[544]},{"name":"tdAnsiClass","features":[544]},{"name":"tdAutoClass","features":[544]},{"name":"tdAutoLayout","features":[544]},{"name":"tdBeforeFieldInit","features":[544]},{"name":"tdClass","features":[544]},{"name":"tdClassSemanticsMask","features":[544]},{"name":"tdCustomFormatClass","features":[544]},{"name":"tdCustomFormatMask","features":[544]},{"name":"tdExplicitLayout","features":[544]},{"name":"tdForwarder","features":[544]},{"name":"tdHasSecurity","features":[544]},{"name":"tdImport","features":[544]},{"name":"tdInterface","features":[544]},{"name":"tdLayoutMask","features":[544]},{"name":"tdNestedAssembly","features":[544]},{"name":"tdNestedFamANDAssem","features":[544]},{"name":"tdNestedFamORAssem","features":[544]},{"name":"tdNestedFamily","features":[544]},{"name":"tdNestedPrivate","features":[544]},{"name":"tdNestedPublic","features":[544]},{"name":"tdNotPublic","features":[544]},{"name":"tdPublic","features":[544]},{"name":"tdRTSpecialName","features":[544]},{"name":"tdReservedMask","features":[544]},{"name":"tdSealed","features":[544]},{"name":"tdSequentialLayout","features":[544]},{"name":"tdSerializable","features":[544]},{"name":"tdSpecialName","features":[544]},{"name":"tdStringFormatMask","features":[544]},{"name":"tdUnicodeClass","features":[544]},{"name":"tdVisibilityMask","features":[544]},{"name":"tdWindowsRuntime","features":[544]}],"642":[{"name":"IPdfRendererNative","features":[613]},{"name":"PDF_RENDER_PARAMS","features":[307,400,613]},{"name":"PFN_PDF_CREATE_RENDERER","features":[401,613]},{"name":"PdfCreateRenderer","features":[401,613]}],"643":[{"name":"IPrintDocumentPageSource","features":[614]},{"name":"IPrintManagerInterop","features":[614]},{"name":"IPrintPreviewPageCollection","features":[614]},{"name":"IPrintWorkflowConfigurationNative","features":[614]},{"name":"IPrintWorkflowObjectModelSourceFileContentNative","features":[614]},{"name":"IPrintWorkflowXpsObjectModelTargetPackageNative","features":[614]},{"name":"IPrintWorkflowXpsReceiver","features":[614]},{"name":"IPrintWorkflowXpsReceiver2","features":[614]},{"name":"IPrinting3DManagerInterop","features":[614]}],"644":[{"name":"CpAicLaunchAdminProcess","features":[615]},{"name":"CpCreateProcess","features":[615]},{"name":"CpCreateProcessAsUser","features":[615]},{"name":"CreateProcessMethod","features":[615]},{"name":"IDDEInitializer","features":[615]}],"645":[{"name":"HANDLE_ACCESS_OPTIONS","features":[616]},{"name":"HANDLE_CREATION_OPTIONS","features":[616]},{"name":"HANDLE_OPTIONS","features":[616]},{"name":"HANDLE_SHARING_OPTIONS","features":[616]},{"name":"HAO_DELETE","features":[616]},{"name":"HAO_NONE","features":[616]},{"name":"HAO_READ","features":[616]},{"name":"HAO_READ_ATTRIBUTES","features":[616]},{"name":"HAO_WRITE","features":[616]},{"name":"HCO_CREATE_ALWAYS","features":[616]},{"name":"HCO_CREATE_NEW","features":[616]},{"name":"HCO_OPEN_ALWAYS","features":[616]},{"name":"HCO_OPEN_EXISTING","features":[616]},{"name":"HCO_TRUNCATE_EXISTING","features":[616]},{"name":"HO_DELETE_ON_CLOSE","features":[616]},{"name":"HO_NONE","features":[616]},{"name":"HO_NO_BUFFERING","features":[616]},{"name":"HO_OPEN_REQUIRING_OPLOCK","features":[616]},{"name":"HO_OVERLAPPED","features":[616]},{"name":"HO_RANDOM_ACCESS","features":[616]},{"name":"HO_SEQUENTIAL_SCAN","features":[616]},{"name":"HO_WRITE_THROUGH","features":[616]},{"name":"HSO_SHARE_DELETE","features":[616]},{"name":"HSO_SHARE_NONE","features":[616]},{"name":"HSO_SHARE_READ","features":[616]},{"name":"HSO_SHARE_WRITE","features":[616]},{"name":"IOplockBreakingHandler","features":[616]},{"name":"IRandomAccessStreamFileAccessMode","features":[616]},{"name":"IStorageFolderHandleAccess","features":[616]},{"name":"IStorageItemHandleAccess","features":[616]},{"name":"IUnbufferedFileHandleOplockCallback","features":[616]},{"name":"IUnbufferedFileHandleProvider","features":[616]}],"647":[{"name":"AADBE_ADD_ENTRY","features":[340]},{"name":"AADBE_DEL_ENTRY","features":[340]},{"name":"ACTCTX_FLAG_APPLICATION_NAME_VALID","features":[340]},{"name":"ACTCTX_FLAG_ASSEMBLY_DIRECTORY_VALID","features":[340]},{"name":"ACTCTX_FLAG_HMODULE_VALID","features":[340]},{"name":"ACTCTX_FLAG_LANGID_VALID","features":[340]},{"name":"ACTCTX_FLAG_PROCESSOR_ARCHITECTURE_VALID","features":[340]},{"name":"ACTCTX_FLAG_RESOURCE_NAME_VALID","features":[340]},{"name":"ACTCTX_FLAG_SET_PROCESS_DEFAULT","features":[340]},{"name":"ACTCTX_FLAG_SOURCE_IS_ASSEMBLYREF","features":[340]},{"name":"ACTCTX_SECTION_KEYED_DATA_2600","features":[307,340]},{"name":"ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA","features":[340]},{"name":"ACTIVATION_CONTEXT_BASIC_INFORMATION","features":[307,340]},{"name":"ACTIVATION_CONTEXT_BASIC_INFORMATION_DEFINED","features":[340]},{"name":"AC_LINE_BACKUP_POWER","features":[340]},{"name":"AC_LINE_OFFLINE","features":[340]},{"name":"AC_LINE_ONLINE","features":[340]},{"name":"AC_LINE_UNKNOWN","features":[340]},{"name":"ADN_DEL_IF_EMPTY","features":[340]},{"name":"ADN_DEL_UNC_PATHS","features":[340]},{"name":"ADN_DONT_DEL_DIR","features":[340]},{"name":"ADN_DONT_DEL_SUBDIRS","features":[340]},{"name":"AFSR_BACKNEW","features":[340]},{"name":"AFSR_EXTRAINCREFCNT","features":[340]},{"name":"AFSR_NODELETENEW","features":[340]},{"name":"AFSR_NOMESSAGES","features":[340]},{"name":"AFSR_NOPROGRESS","features":[340]},{"name":"AFSR_RESTORE","features":[340]},{"name":"AFSR_UPDREFCNT","features":[340]},{"name":"AFSR_USEREFCNT","features":[340]},{"name":"AIF_FORCE_FILE_IN_USE","features":[340]},{"name":"AIF_NOLANGUAGECHECK","features":[340]},{"name":"AIF_NOOVERWRITE","features":[340]},{"name":"AIF_NOSKIP","features":[340]},{"name":"AIF_NOVERSIONCHECK","features":[340]},{"name":"AIF_NO_VERSION_DIALOG","features":[340]},{"name":"AIF_QUIET","features":[340]},{"name":"AIF_REPLACEONLY","features":[340]},{"name":"AIF_WARNIFSKIP","features":[340]},{"name":"ALINF_BKINSTALL","features":[340]},{"name":"ALINF_CHECKBKDATA","features":[340]},{"name":"ALINF_DELAYREGISTEROCX","features":[340]},{"name":"ALINF_NGCONV","features":[340]},{"name":"ALINF_QUIET","features":[340]},{"name":"ALINF_ROLLBACK","features":[340]},{"name":"ALINF_ROLLBKDOALL","features":[340]},{"name":"ALINF_UPDHLPDLLS","features":[340]},{"name":"APPLICATION_RECOVERY_CALLBACK","features":[340]},{"name":"ARSR_NOMESSAGES","features":[340]},{"name":"ARSR_REGSECTION","features":[340]},{"name":"ARSR_REMOVREGBKDATA","features":[340]},{"name":"ARSR_RESTORE","features":[340]},{"name":"ATOM_FLAG_GLOBAL","features":[340]},{"name":"AT_ARP","features":[340]},{"name":"AT_ENTITY","features":[340]},{"name":"AT_NULL","features":[340]},{"name":"AddDelBackupEntryA","features":[340]},{"name":"AddDelBackupEntryW","features":[340]},{"name":"AdvInstallFileA","features":[307,340]},{"name":"AdvInstallFileW","features":[307,340]},{"name":"ApphelpCheckShellObject","features":[307,340]},{"name":"BACKUP_GHOSTED_FILE_EXTENTS","features":[340]},{"name":"BACKUP_INVALID","features":[340]},{"name":"BASE_SEARCH_PATH_DISABLE_SAFE_SEARCHMODE","features":[340]},{"name":"BASE_SEARCH_PATH_ENABLE_SAFE_SEARCHMODE","features":[340]},{"name":"BASE_SEARCH_PATH_PERMANENT","features":[340]},{"name":"BATTERY_FLAG_CHARGING","features":[340]},{"name":"BATTERY_FLAG_CRITICAL","features":[340]},{"name":"BATTERY_FLAG_HIGH","features":[340]},{"name":"BATTERY_FLAG_LOW","features":[340]},{"name":"BATTERY_FLAG_NO_BATTERY","features":[340]},{"name":"BATTERY_FLAG_UNKNOWN","features":[340]},{"name":"BATTERY_LIFE_UNKNOWN","features":[340]},{"name":"BATTERY_PERCENTAGE_UNKNOWN","features":[340]},{"name":"BAUD_075","features":[340]},{"name":"BAUD_110","features":[340]},{"name":"BAUD_115200","features":[340]},{"name":"BAUD_1200","features":[340]},{"name":"BAUD_128K","features":[340]},{"name":"BAUD_134_5","features":[340]},{"name":"BAUD_14400","features":[340]},{"name":"BAUD_150","features":[340]},{"name":"BAUD_1800","features":[340]},{"name":"BAUD_19200","features":[340]},{"name":"BAUD_2400","features":[340]},{"name":"BAUD_300","features":[340]},{"name":"BAUD_38400","features":[340]},{"name":"BAUD_4800","features":[340]},{"name":"BAUD_56K","features":[340]},{"name":"BAUD_57600","features":[340]},{"name":"BAUD_600","features":[340]},{"name":"BAUD_7200","features":[340]},{"name":"BAUD_9600","features":[340]},{"name":"BAUD_USER","features":[340]},{"name":"CABINFOA","features":[340]},{"name":"CABINFOW","features":[340]},{"name":"CATID_DeleteBrowsingHistory","features":[340]},{"name":"CBR_110","features":[340]},{"name":"CBR_115200","features":[340]},{"name":"CBR_1200","features":[340]},{"name":"CBR_128000","features":[340]},{"name":"CBR_14400","features":[340]},{"name":"CBR_19200","features":[340]},{"name":"CBR_2400","features":[340]},{"name":"CBR_256000","features":[340]},{"name":"CBR_300","features":[340]},{"name":"CBR_38400","features":[340]},{"name":"CBR_4800","features":[340]},{"name":"CBR_56000","features":[340]},{"name":"CBR_57600","features":[340]},{"name":"CBR_600","features":[340]},{"name":"CBR_9600","features":[340]},{"name":"CE_DNS","features":[340]},{"name":"CE_IOE","features":[340]},{"name":"CE_MODE","features":[340]},{"name":"CE_OOP","features":[340]},{"name":"CE_PTO","features":[340]},{"name":"CE_TXFULL","features":[340]},{"name":"CLIENT_ID","features":[307,340]},{"name":"CL_NL_ENTITY","features":[340]},{"name":"CL_NL_IP","features":[340]},{"name":"CL_NL_IPX","features":[340]},{"name":"CL_TL_ENTITY","features":[340]},{"name":"CL_TL_NBF","features":[340]},{"name":"CL_TL_UDP","features":[340]},{"name":"CODEINTEGRITY_OPTION_DEBUGMODE_ENABLED","features":[340]},{"name":"CODEINTEGRITY_OPTION_ENABLED","features":[340]},{"name":"CODEINTEGRITY_OPTION_FLIGHTING_ENABLED","features":[340]},{"name":"CODEINTEGRITY_OPTION_FLIGHT_BUILD","features":[340]},{"name":"CODEINTEGRITY_OPTION_HVCI_IUM_ENABLED","features":[340]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_AUDITMODE_ENABLED","features":[340]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_ENABLED","features":[340]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_STRICTMODE_ENABLED","features":[340]},{"name":"CODEINTEGRITY_OPTION_PREPRODUCTION_BUILD","features":[340]},{"name":"CODEINTEGRITY_OPTION_TESTSIGN","features":[340]},{"name":"CODEINTEGRITY_OPTION_TEST_BUILD","features":[340]},{"name":"CODEINTEGRITY_OPTION_UMCI_AUDITMODE_ENABLED","features":[340]},{"name":"CODEINTEGRITY_OPTION_UMCI_ENABLED","features":[340]},{"name":"CODEINTEGRITY_OPTION_UMCI_EXCLUSIONPATHS_ENABLED","features":[340]},{"name":"COMMPROP_INITIALIZED","features":[340]},{"name":"CONTEXT_SIZE","features":[340]},{"name":"COPYFILE2_IO_CYCLE_SIZE_MAX","features":[340]},{"name":"COPYFILE2_IO_CYCLE_SIZE_MIN","features":[340]},{"name":"COPYFILE2_IO_RATE_MIN","features":[340]},{"name":"COPYFILE2_MESSAGE_COPY_OFFLOAD","features":[340]},{"name":"COPY_FILE2_V2_DONT_COPY_JUNCTIONS","features":[340]},{"name":"COPY_FILE2_V2_VALID_FLAGS","features":[340]},{"name":"COPY_FILE_ALLOW_DECRYPTED_DESTINATION","features":[340]},{"name":"COPY_FILE_COPY_SYMLINK","features":[340]},{"name":"COPY_FILE_DIRECTORY","features":[340]},{"name":"COPY_FILE_DISABLE_PRE_ALLOCATION","features":[340]},{"name":"COPY_FILE_DONT_REQUEST_DEST_WRITE_DAC","features":[340]},{"name":"COPY_FILE_ENABLE_LOW_FREE_SPACE_MODE","features":[340]},{"name":"COPY_FILE_ENABLE_SPARSE_COPY","features":[340]},{"name":"COPY_FILE_FAIL_IF_EXISTS","features":[340]},{"name":"COPY_FILE_IGNORE_EDP_BLOCK","features":[340]},{"name":"COPY_FILE_IGNORE_SOURCE_ENCRYPTION","features":[340]},{"name":"COPY_FILE_NO_BUFFERING","features":[340]},{"name":"COPY_FILE_NO_OFFLOAD","features":[340]},{"name":"COPY_FILE_OPEN_AND_COPY_REPARSE_POINT","features":[340]},{"name":"COPY_FILE_OPEN_SOURCE_FOR_WRITE","features":[340]},{"name":"COPY_FILE_REQUEST_COMPRESSED_TRAFFIC","features":[340]},{"name":"COPY_FILE_REQUEST_SECURITY_PRIVILEGES","features":[340]},{"name":"COPY_FILE_RESTARTABLE","features":[340]},{"name":"COPY_FILE_RESUME_FROM_PAUSE","features":[340]},{"name":"COPY_FILE_SKIP_ALTERNATE_STREAMS","features":[340]},{"name":"CO_NL_ENTITY","features":[340]},{"name":"CO_TL_ENTITY","features":[340]},{"name":"CO_TL_NBF","features":[340]},{"name":"CO_TL_SPP","features":[340]},{"name":"CO_TL_SPX","features":[340]},{"name":"CO_TL_TCP","features":[340]},{"name":"CP_DIRECT","features":[340]},{"name":"CP_HWND","features":[340]},{"name":"CP_LEVEL","features":[340]},{"name":"CP_OPEN","features":[340]},{"name":"CREATE_FOR_DIR","features":[340]},{"name":"CREATE_FOR_IMPORT","features":[340]},{"name":"CRITICAL_SECTION_NO_DEBUG_INFO","features":[340]},{"name":"CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG","features":[340]},{"name":"CameraUIControl","features":[340]},{"name":"CameraUIControlCaptureMode","features":[340]},{"name":"CameraUIControlLinearSelectionMode","features":[340]},{"name":"CameraUIControlMode","features":[340]},{"name":"CameraUIControlPhotoFormat","features":[340]},{"name":"CameraUIControlVideoFormat","features":[340]},{"name":"CameraUIControlViewType","features":[340]},{"name":"CancelDeviceWakeupRequest","features":[307,340]},{"name":"CloseINFEngine","features":[340]},{"name":"ConvertAuxiliaryCounterToPerformanceCounter","features":[340]},{"name":"ConvertPerformanceCounterToAuxiliaryCounter","features":[340]},{"name":"DATETIME","features":[340]},{"name":"DCIBeginAccess","features":[340]},{"name":"DCICMD","features":[340]},{"name":"DCICREATEINPUT","features":[340]},{"name":"DCICREATEOFFSCREENSURFACE","features":[340]},{"name":"DCICREATEOVERLAYSURFACE","features":[340]},{"name":"DCICREATEPRIMARYSURFACE","features":[340]},{"name":"DCICloseProvider","features":[318,340]},{"name":"DCICreateOffscreen","features":[318,340]},{"name":"DCICreateOverlay","features":[318,340]},{"name":"DCICreatePrimary","features":[318,340]},{"name":"DCIDestroy","features":[340]},{"name":"DCIDraw","features":[340]},{"name":"DCIENUMINPUT","features":[307,340]},{"name":"DCIENUMSURFACE","features":[340]},{"name":"DCIESCAPE","features":[340]},{"name":"DCIEndAccess","features":[340]},{"name":"DCIEnum","features":[307,318,340]},{"name":"DCIOFFSCREEN","features":[340]},{"name":"DCIOVERLAY","features":[340]},{"name":"DCIOpenProvider","features":[318,340]},{"name":"DCISURFACEINFO","features":[340]},{"name":"DCISetClipList","features":[307,318,340]},{"name":"DCISetDestination","features":[307,340]},{"name":"DCISetSrcDestClip","features":[307,318,340]},{"name":"DCI_1632_ACCESS","features":[340]},{"name":"DCI_ASYNC","features":[340]},{"name":"DCI_CANOVERLAY","features":[340]},{"name":"DCI_CAN_STRETCHX","features":[340]},{"name":"DCI_CAN_STRETCHXN","features":[340]},{"name":"DCI_CAN_STRETCHY","features":[340]},{"name":"DCI_CAN_STRETCHYN","features":[340]},{"name":"DCI_CHROMAKEY","features":[340]},{"name":"DCI_DWORDALIGN","features":[340]},{"name":"DCI_DWORDSIZE","features":[340]},{"name":"DCI_ERR_CURRENTLYNOTAVAIL","features":[340]},{"name":"DCI_ERR_HEIGHTALIGN","features":[340]},{"name":"DCI_ERR_INVALIDCLIPLIST","features":[340]},{"name":"DCI_ERR_INVALIDPOSITION","features":[340]},{"name":"DCI_ERR_INVALIDRECT","features":[340]},{"name":"DCI_ERR_INVALIDSTRETCH","features":[340]},{"name":"DCI_ERR_OUTOFMEMORY","features":[340]},{"name":"DCI_ERR_SURFACEISOBSCURED","features":[340]},{"name":"DCI_ERR_TOOBIGHEIGHT","features":[340]},{"name":"DCI_ERR_TOOBIGSIZE","features":[340]},{"name":"DCI_ERR_TOOBIGWIDTH","features":[340]},{"name":"DCI_ERR_UNSUPPORTEDFORMAT","features":[340]},{"name":"DCI_ERR_UNSUPPORTEDMASK","features":[340]},{"name":"DCI_ERR_WIDTHALIGN","features":[340]},{"name":"DCI_ERR_XALIGN","features":[340]},{"name":"DCI_ERR_XYALIGN","features":[340]},{"name":"DCI_ERR_YALIGN","features":[340]},{"name":"DCI_FAIL_GENERIC","features":[340]},{"name":"DCI_FAIL_INVALIDSURFACE","features":[340]},{"name":"DCI_FAIL_UNSUPPORTED","features":[340]},{"name":"DCI_FAIL_UNSUPPORTEDVERSION","features":[340]},{"name":"DCI_OFFSCREEN","features":[340]},{"name":"DCI_OK","features":[340]},{"name":"DCI_OVERLAY","features":[340]},{"name":"DCI_PRIMARY","features":[340]},{"name":"DCI_STATUS_CHROMAKEYCHANGED","features":[340]},{"name":"DCI_STATUS_FORMATCHANGED","features":[340]},{"name":"DCI_STATUS_POINTERCHANGED","features":[340]},{"name":"DCI_STATUS_STRIDECHANGED","features":[340]},{"name":"DCI_STATUS_SURFACEINFOCHANGED","features":[340]},{"name":"DCI_STATUS_WASSTILLDRAWING","features":[340]},{"name":"DCI_SURFACE_TYPE","features":[340]},{"name":"DCI_VERSION","features":[340]},{"name":"DCI_VISIBLE","features":[340]},{"name":"DCI_WRITEONLY","features":[340]},{"name":"DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION","features":[340]},{"name":"DECISION_LOCATION","features":[340]},{"name":"DECISION_LOCATION_AUDIT","features":[340]},{"name":"DECISION_LOCATION_ENFORCE_STATE_LIST","features":[340]},{"name":"DECISION_LOCATION_ENTERPRISE_DEFINED_CLASS_ID","features":[340]},{"name":"DECISION_LOCATION_FAILED_CONVERT_GUID","features":[340]},{"name":"DECISION_LOCATION_GLOBAL_BUILT_IN_LIST","features":[340]},{"name":"DECISION_LOCATION_NOT_FOUND","features":[340]},{"name":"DECISION_LOCATION_PARAMETER_VALIDATION","features":[340]},{"name":"DECISION_LOCATION_PROVIDER_BUILT_IN_LIST","features":[340]},{"name":"DECISION_LOCATION_REFRESH_GLOBAL_DATA","features":[340]},{"name":"DECISION_LOCATION_UNKNOWN","features":[340]},{"name":"DELAYLOAD_GPA_FAILURE","features":[340]},{"name":"DELAYLOAD_INFO","features":[340]},{"name":"DELAYLOAD_INFO","features":[340]},{"name":"DELAYLOAD_PROC_DESCRIPTOR","features":[340]},{"name":"DELETE_BROWSING_HISTORY_COOKIES","features":[340]},{"name":"DELETE_BROWSING_HISTORY_DOWNLOADHISTORY","features":[340]},{"name":"DELETE_BROWSING_HISTORY_FORMDATA","features":[340]},{"name":"DELETE_BROWSING_HISTORY_HISTORY","features":[340]},{"name":"DELETE_BROWSING_HISTORY_PASSWORDS","features":[340]},{"name":"DELETE_BROWSING_HISTORY_PRESERVEFAVORITES","features":[340]},{"name":"DELETE_BROWSING_HISTORY_TIF","features":[340]},{"name":"DOCKINFO_DOCKED","features":[340]},{"name":"DOCKINFO_UNDOCKED","features":[340]},{"name":"DOCKINFO_USER_SUPPLIED","features":[340]},{"name":"DRIVE_CDROM","features":[340]},{"name":"DRIVE_FIXED","features":[340]},{"name":"DRIVE_NO_ROOT_DIR","features":[340]},{"name":"DRIVE_RAMDISK","features":[340]},{"name":"DRIVE_REMOTE","features":[340]},{"name":"DRIVE_REMOVABLE","features":[340]},{"name":"DRIVE_UNKNOWN","features":[340]},{"name":"DTR_CONTROL_DISABLE","features":[340]},{"name":"DTR_CONTROL_ENABLE","features":[340]},{"name":"DTR_CONTROL_HANDSHAKE","features":[340]},{"name":"DefaultBrowserSyncSettings","features":[340]},{"name":"DelNodeA","features":[340]},{"name":"DelNodeRunDLL32W","features":[307,340]},{"name":"DelNodeW","features":[340]},{"name":"DnsHostnameToComputerNameA","features":[307,340]},{"name":"DnsHostnameToComputerNameW","features":[307,340]},{"name":"DosDateTimeToFileTime","features":[307,340]},{"name":"EFSRPC_SECURE_ONLY","features":[340]},{"name":"EFS_DROP_ALTERNATE_STREAMS","features":[340]},{"name":"EFS_USE_RECOVERY_KEYS","features":[340]},{"name":"ENTITY_LIST_ID","features":[340]},{"name":"ENTITY_TYPE_ID","features":[340]},{"name":"ENUM_CALLBACK","features":[340]},{"name":"ER_ENTITY","features":[340]},{"name":"ER_ICMP","features":[340]},{"name":"EVENTLOG_FULL_INFO","features":[340]},{"name":"EditionUpgradeBroker","features":[340]},{"name":"EditionUpgradeHelper","features":[340]},{"name":"EnableProcessOptionalXStateFeatures","features":[307,340]},{"name":"EndpointIoControlType","features":[340]},{"name":"ExecuteCabA","features":[307,340]},{"name":"ExecuteCabW","features":[307,340]},{"name":"ExtractFilesA","features":[340]},{"name":"ExtractFilesW","features":[340]},{"name":"FAIL_FAST_GENERATE_EXCEPTION_ADDRESS","features":[340]},{"name":"FAIL_FAST_NO_HARD_ERROR_DLG","features":[340]},{"name":"FEATURE_CHANGE_TIME","features":[340]},{"name":"FEATURE_CHANGE_TIME_MODULE_RELOAD","features":[340]},{"name":"FEATURE_CHANGE_TIME_READ","features":[340]},{"name":"FEATURE_CHANGE_TIME_REBOOT","features":[340]},{"name":"FEATURE_CHANGE_TIME_SESSION","features":[340]},{"name":"FEATURE_ENABLED_STATE","features":[340]},{"name":"FEATURE_ENABLED_STATE_DEFAULT","features":[340]},{"name":"FEATURE_ENABLED_STATE_DISABLED","features":[340]},{"name":"FEATURE_ENABLED_STATE_ENABLED","features":[340]},{"name":"FEATURE_ERROR","features":[340]},{"name":"FEATURE_STATE_CHANGE_SUBSCRIPTION","features":[340]},{"name":"FIBER_FLAG_FLOAT_SWITCH","features":[340]},{"name":"FILE_CASE_SENSITIVE_INFO","features":[340]},{"name":"FILE_CREATED","features":[340]},{"name":"FILE_DIR_DISALLOWED","features":[340]},{"name":"FILE_DOES_NOT_EXIST","features":[340]},{"name":"FILE_ENCRYPTABLE","features":[340]},{"name":"FILE_EXISTS","features":[340]},{"name":"FILE_FLAG_IGNORE_IMPERSONATED_DEVICEMAP","features":[340]},{"name":"FILE_FLAG_OPEN_REQUIRING_OPLOCK","features":[340]},{"name":"FILE_IS_ENCRYPTED","features":[340]},{"name":"FILE_MAXIMUM_DISPOSITION","features":[340]},{"name":"FILE_NO_COMPRESSION","features":[340]},{"name":"FILE_OPENED","features":[340]},{"name":"FILE_OPEN_NO_RECALL","features":[340]},{"name":"FILE_OPEN_REMOTE_INSTANCE","features":[340]},{"name":"FILE_OVERWRITTEN","features":[340]},{"name":"FILE_READ_ONLY","features":[340]},{"name":"FILE_RENAME_FLAG_POSIX_SEMANTICS","features":[340]},{"name":"FILE_RENAME_FLAG_REPLACE_IF_EXISTS","features":[340]},{"name":"FILE_RENAME_FLAG_SUPPRESS_PIN_STATE_INHERITANCE","features":[340]},{"name":"FILE_ROOT_DIR","features":[340]},{"name":"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS","features":[340]},{"name":"FILE_SKIP_SET_EVENT_ON_HANDLE","features":[340]},{"name":"FILE_SUPERSEDED","features":[340]},{"name":"FILE_SYSTEM_ATTR","features":[340]},{"name":"FILE_SYSTEM_DIR","features":[340]},{"name":"FILE_SYSTEM_NOT_SUPPORT","features":[340]},{"name":"FILE_UNKNOWN","features":[340]},{"name":"FILE_USER_DISALLOWED","features":[340]},{"name":"FILE_VALID_MAILSLOT_OPTION_FLAGS","features":[340]},{"name":"FILE_VALID_OPTION_FLAGS","features":[340]},{"name":"FILE_VALID_PIPE_OPTION_FLAGS","features":[340]},{"name":"FILE_VALID_SET_FLAGS","features":[340]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_ASSEMBLY_METADATA","features":[340]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_FLAGS","features":[340]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_HACTCTX","features":[340]},{"name":"FORMAT_MESSAGE_MAX_WIDTH_MASK","features":[340]},{"name":"FS_CASE_IS_PRESERVED","features":[340]},{"name":"FS_CASE_SENSITIVE","features":[340]},{"name":"FS_FILE_COMPRESSION","features":[340]},{"name":"FS_FILE_ENCRYPTION","features":[340]},{"name":"FS_PERSISTENT_ACLS","features":[340]},{"name":"FS_UNICODE_STORED_ON_DISK","features":[340]},{"name":"FS_VOL_IS_COMPRESSED","features":[340]},{"name":"FileSaveMarkNotExistA","features":[340]},{"name":"FileSaveMarkNotExistW","features":[340]},{"name":"FileSaveRestoreOnINFA","features":[307,340]},{"name":"FileSaveRestoreOnINFW","features":[307,340]},{"name":"FileSaveRestoreW","features":[307,340]},{"name":"FileTimeToDosDateTime","features":[307,340]},{"name":"GENERIC_ENTITY","features":[340]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_A","features":[340]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_T","features":[340]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_W","features":[340]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_A","features":[340]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_T","features":[340]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_W","features":[340]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_A","features":[340]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_T","features":[340]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_W","features":[340]},{"name":"GMEM_DDESHARE","features":[340]},{"name":"GMEM_DISCARDABLE","features":[340]},{"name":"GMEM_DISCARDED","features":[340]},{"name":"GMEM_INVALID_HANDLE","features":[340]},{"name":"GMEM_LOCKCOUNT","features":[340]},{"name":"GMEM_LOWER","features":[340]},{"name":"GMEM_MODIFY","features":[340]},{"name":"GMEM_NOCOMPACT","features":[340]},{"name":"GMEM_NODISCARD","features":[340]},{"name":"GMEM_NOTIFY","features":[340]},{"name":"GMEM_NOT_BANKED","features":[340]},{"name":"GMEM_SHARE","features":[340]},{"name":"GMEM_VALID_FLAGS","features":[340]},{"name":"GdiEntry13","features":[340]},{"name":"GetComputerNameA","features":[307,340]},{"name":"GetComputerNameW","features":[307,340]},{"name":"GetCurrentHwProfileA","features":[307,340]},{"name":"GetCurrentHwProfileW","features":[307,340]},{"name":"GetDCRegionData","features":[307,318,340]},{"name":"GetFeatureEnabledState","features":[340]},{"name":"GetFeatureVariant","features":[307,340]},{"name":"GetFirmwareEnvironmentVariableA","features":[340]},{"name":"GetFirmwareEnvironmentVariableExA","features":[340]},{"name":"GetFirmwareEnvironmentVariableExW","features":[340]},{"name":"GetFirmwareEnvironmentVariableW","features":[340]},{"name":"GetPrivateProfileIntA","features":[340]},{"name":"GetPrivateProfileIntW","features":[340]},{"name":"GetPrivateProfileSectionA","features":[340]},{"name":"GetPrivateProfileSectionNamesA","features":[340]},{"name":"GetPrivateProfileSectionNamesW","features":[340]},{"name":"GetPrivateProfileSectionW","features":[340]},{"name":"GetPrivateProfileStringA","features":[340]},{"name":"GetPrivateProfileStringW","features":[340]},{"name":"GetPrivateProfileStructA","features":[307,340]},{"name":"GetPrivateProfileStructW","features":[307,340]},{"name":"GetProfileIntA","features":[340]},{"name":"GetProfileIntW","features":[340]},{"name":"GetProfileSectionA","features":[340]},{"name":"GetProfileSectionW","features":[340]},{"name":"GetProfileStringA","features":[340]},{"name":"GetProfileStringW","features":[340]},{"name":"GetSockOptIoControlType","features":[340]},{"name":"GetSystemRegistryQuota","features":[307,340]},{"name":"GetThreadEnabledXStateFeatures","features":[340]},{"name":"GetUserNameA","features":[307,340]},{"name":"GetUserNameW","features":[307,340]},{"name":"GetVersionFromFileA","features":[307,340]},{"name":"GetVersionFromFileExA","features":[307,340]},{"name":"GetVersionFromFileExW","features":[307,340]},{"name":"GetVersionFromFileW","features":[307,340]},{"name":"GetWindowRegionData","features":[307,318,340]},{"name":"GlobalCompact","features":[340]},{"name":"GlobalFix","features":[307,340]},{"name":"GlobalUnWire","features":[307,340]},{"name":"GlobalUnfix","features":[307,340]},{"name":"GlobalWire","features":[307,340]},{"name":"HANJA_WINDOW","features":[340]},{"name":"HINSTANCE_ERROR","features":[340]},{"name":"HWINWATCH","features":[340]},{"name":"HW_PROFILE_GUIDLEN","features":[340]},{"name":"HW_PROFILE_INFOA","features":[340]},{"name":"HW_PROFILE_INFOW","features":[340]},{"name":"ICameraUIControl","features":[340]},{"name":"ICameraUIControlEventCallback","features":[340]},{"name":"IClipServiceNotificationHelper","features":[340]},{"name":"IContainerActivationHelper","features":[340]},{"name":"IDefaultBrowserSyncSettings","features":[340]},{"name":"IDeleteBrowsingHistory","features":[340]},{"name":"IE4_BACKNEW","features":[340]},{"name":"IE4_EXTRAINCREFCNT","features":[340]},{"name":"IE4_FRDOALL","features":[340]},{"name":"IE4_NODELETENEW","features":[340]},{"name":"IE4_NOENUMKEY","features":[340]},{"name":"IE4_NOMESSAGES","features":[340]},{"name":"IE4_NOPROGRESS","features":[340]},{"name":"IE4_NO_CRC_MAPPING","features":[340]},{"name":"IE4_REGSECTION","features":[340]},{"name":"IE4_REMOVREGBKDATA","features":[340]},{"name":"IE4_RESTORE","features":[340]},{"name":"IE4_UPDREFCNT","features":[340]},{"name":"IE4_USEREFCNT","features":[340]},{"name":"IE_BADID","features":[340]},{"name":"IE_BAUDRATE","features":[340]},{"name":"IE_BYTESIZE","features":[340]},{"name":"IE_DEFAULT","features":[340]},{"name":"IE_HARDWARE","features":[340]},{"name":"IE_MEMORY","features":[340]},{"name":"IE_NOPEN","features":[340]},{"name":"IE_OPEN","features":[340]},{"name":"IEditionUpgradeBroker","features":[340]},{"name":"IEditionUpgradeHelper","features":[340]},{"name":"IFClipNotificationHelper","features":[340]},{"name":"IF_ENTITY","features":[340]},{"name":"IF_GENERIC","features":[340]},{"name":"IF_MIB","features":[340]},{"name":"IGNORE","features":[340]},{"name":"IMAGE_DELAYLOAD_DESCRIPTOR","features":[340]},{"name":"IMAGE_THUNK_DATA32","features":[340]},{"name":"IMAGE_THUNK_DATA64","features":[340]},{"name":"IMEA_INIT","features":[340]},{"name":"IMEA_NEXT","features":[340]},{"name":"IMEA_PREV","features":[340]},{"name":"IMEPROA","features":[307,340]},{"name":"IMEPROW","features":[307,340]},{"name":"IMESTRUCT","features":[307,340]},{"name":"IME_BANJAtoJUNJA","features":[340]},{"name":"IME_ENABLE_CONVERT","features":[340]},{"name":"IME_ENTERWORDREGISTERMODE","features":[340]},{"name":"IME_GETCONVERSIONMODE","features":[340]},{"name":"IME_GETIMECAPS","features":[340]},{"name":"IME_GETOPEN","features":[340]},{"name":"IME_GETVERSION","features":[340]},{"name":"IME_JOHABtoKS","features":[340]},{"name":"IME_JUNJAtoBANJA","features":[340]},{"name":"IME_KStoJOHAB","features":[340]},{"name":"IME_MAXPROCESS","features":[340]},{"name":"IME_MODE_ALPHANUMERIC","features":[340]},{"name":"IME_MODE_CODEINPUT","features":[340]},{"name":"IME_MODE_DBCSCHAR","features":[340]},{"name":"IME_MODE_HANJACONVERT","features":[340]},{"name":"IME_MODE_HIRAGANA","features":[340]},{"name":"IME_MODE_KATAKANA","features":[340]},{"name":"IME_MODE_NOCODEINPUT","features":[340]},{"name":"IME_MODE_NOROMAN","features":[340]},{"name":"IME_MODE_ROMAN","features":[340]},{"name":"IME_MODE_SBCSCHAR","features":[340]},{"name":"IME_MOVEIMEWINDOW","features":[340]},{"name":"IME_REQUEST_CONVERT","features":[340]},{"name":"IME_RS_DISKERROR","features":[340]},{"name":"IME_RS_ERROR","features":[340]},{"name":"IME_RS_ILLEGAL","features":[340]},{"name":"IME_RS_INVALID","features":[340]},{"name":"IME_RS_NEST","features":[340]},{"name":"IME_RS_NOIME","features":[340]},{"name":"IME_RS_NOROOM","features":[340]},{"name":"IME_RS_NOTFOUND","features":[340]},{"name":"IME_RS_SYSTEMMODAL","features":[340]},{"name":"IME_RS_TOOLONG","features":[340]},{"name":"IME_SENDVKEY","features":[340]},{"name":"IME_SETCONVERSIONFONTEX","features":[340]},{"name":"IME_SETCONVERSIONMODE","features":[340]},{"name":"IME_SETCONVERSIONWINDOW","features":[340]},{"name":"IME_SETOPEN","features":[340]},{"name":"IME_SET_MODE","features":[340]},{"name":"IMPGetIMEA","features":[307,340]},{"name":"IMPGetIMEW","features":[307,340]},{"name":"IMPQueryIMEA","features":[307,340]},{"name":"IMPQueryIMEW","features":[307,340]},{"name":"IMPSetIMEA","features":[307,340]},{"name":"IMPSetIMEW","features":[307,340]},{"name":"INFO_CLASS_GENERIC","features":[340]},{"name":"INFO_CLASS_IMPLEMENTATION","features":[340]},{"name":"INFO_CLASS_PROTOCOL","features":[340]},{"name":"INFO_TYPE_ADDRESS_OBJECT","features":[340]},{"name":"INFO_TYPE_CONNECTION","features":[340]},{"name":"INFO_TYPE_PROVIDER","features":[340]},{"name":"INTERIM_WINDOW","features":[340]},{"name":"INVALID_ENTITY_INSTANCE","features":[340]},{"name":"IOCTL_TDI_TL_IO_CONTROL_ENDPOINT","features":[340]},{"name":"IR_CHANGECONVERT","features":[340]},{"name":"IR_CLOSECONVERT","features":[340]},{"name":"IR_DBCSCHAR","features":[340]},{"name":"IR_FULLCONVERT","features":[340]},{"name":"IR_IMESELECT","features":[340]},{"name":"IR_MODEINFO","features":[340]},{"name":"IR_OPENCONVERT","features":[340]},{"name":"IR_STRING","features":[340]},{"name":"IR_STRINGEND","features":[340]},{"name":"IR_STRINGEX","features":[340]},{"name":"IR_STRINGSTART","features":[340]},{"name":"IR_UNDETERMINE","features":[340]},{"name":"IWindowsLockModeHelper","features":[340]},{"name":"IsApiSetImplemented","features":[307,340]},{"name":"IsBadHugeReadPtr","features":[307,340]},{"name":"IsBadHugeWritePtr","features":[307,340]},{"name":"IsNTAdmin","features":[307,340]},{"name":"IsNativeVhdBoot","features":[307,340]},{"name":"IsTokenUntrusted","features":[307,340]},{"name":"JAVA_TRUST","features":[307,340]},{"name":"JIT_DEBUG_INFO","features":[340]},{"name":"KEY_ALL_KEYS","features":[340]},{"name":"KEY_OVERRIDE","features":[340]},{"name":"KEY_UNKNOWN","features":[340]},{"name":"LDR_DATA_TABLE_ENTRY","features":[307,313,340]},{"name":"LIS_NOGRPCONV","features":[340]},{"name":"LIS_QUIET","features":[340]},{"name":"LOGON32_PROVIDER_VIRTUAL","features":[340]},{"name":"LOGON32_PROVIDER_WINNT35","features":[340]},{"name":"LOGON_ZERO_PASSWORD_BUFFER","features":[340]},{"name":"LPTx","features":[340]},{"name":"LaunchINFSectionExW","features":[307,340]},{"name":"LaunchINFSectionW","features":[307,340]},{"name":"LocalCompact","features":[340]},{"name":"LocalShrink","features":[307,340]},{"name":"MAXINTATOM","features":[340]},{"name":"MAX_COMPUTERNAME_LENGTH","features":[340]},{"name":"MAX_TDI_ENTITIES","features":[340]},{"name":"MCW_DEFAULT","features":[340]},{"name":"MCW_HIDDEN","features":[340]},{"name":"MCW_RECT","features":[340]},{"name":"MCW_SCREEN","features":[340]},{"name":"MCW_VERTICAL","features":[340]},{"name":"MCW_WINDOW","features":[340]},{"name":"MICROSOFT_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS","features":[340]},{"name":"MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS","features":[340]},{"name":"MODE_WINDOW","features":[340]},{"name":"MulDiv","features":[340]},{"name":"NeedReboot","features":[307,340]},{"name":"NeedRebootInit","features":[340]},{"name":"OFS_MAXPATHNAME","features":[340]},{"name":"OPERATION_API_VERSION","features":[340]},{"name":"OVERWRITE_HIDDEN","features":[340]},{"name":"OpenINFEngineA","features":[340]},{"name":"OpenINFEngineW","features":[340]},{"name":"OpenMutexA","features":[307,340]},{"name":"OpenSemaphoreA","features":[307,340]},{"name":"PCF_16BITMODE","features":[340]},{"name":"PCF_DTRDSR","features":[340]},{"name":"PCF_INTTIMEOUTS","features":[340]},{"name":"PCF_PARITY_CHECK","features":[340]},{"name":"PCF_RLSD","features":[340]},{"name":"PCF_RTSCTS","features":[340]},{"name":"PCF_SETXCHAR","features":[340]},{"name":"PCF_SPECIALCHARS","features":[340]},{"name":"PCF_TOTALTIMEOUTS","features":[340]},{"name":"PCF_XONXOFF","features":[340]},{"name":"PDELAYLOAD_FAILURE_DLL_CALLBACK","features":[340]},{"name":"PERUSERSECTIONA","features":[307,340]},{"name":"PERUSERSECTIONW","features":[307,340]},{"name":"PFEATURE_STATE_CHANGE_CALLBACK","features":[340]},{"name":"PFIBER_CALLOUT_ROUTINE","features":[340]},{"name":"PQUERYACTCTXW_FUNC","features":[307,340]},{"name":"PROCESS_CREATION_ALL_APPLICATION_PACKAGES_OPT_OUT","features":[340]},{"name":"PROCESS_CREATION_CHILD_PROCESS_OVERRIDE","features":[340]},{"name":"PROCESS_CREATION_CHILD_PROCESS_RESTRICTED","features":[340]},{"name":"PROCESS_CREATION_CHILD_PROCESS_RESTRICTED_UNLESS_SECURE","features":[340]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_DISABLE_PROCESS_TREE","features":[340]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_ENABLE_PROCESS_TREE","features":[340]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_OVERRIDE","features":[340]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_DEP_ATL_THUNK_ENABLE","features":[340]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_DEP_ENABLE","features":[340]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_SEHOP_ENABLE","features":[340]},{"name":"PROC_THREAD_ATTRIBUTE_ADDITIVE","features":[340]},{"name":"PROC_THREAD_ATTRIBUTE_INPUT","features":[340]},{"name":"PROC_THREAD_ATTRIBUTE_NUMBER","features":[340]},{"name":"PROC_THREAD_ATTRIBUTE_THREAD","features":[340]},{"name":"PROGRESS_CANCEL","features":[340]},{"name":"PROGRESS_CONTINUE","features":[340]},{"name":"PROGRESS_QUIET","features":[340]},{"name":"PROGRESS_STOP","features":[340]},{"name":"PROTECTION_LEVEL_SAME","features":[340]},{"name":"PST_FAX","features":[340]},{"name":"PST_LAT","features":[340]},{"name":"PST_MODEM","features":[340]},{"name":"PST_NETWORK_BRIDGE","features":[340]},{"name":"PST_PARALLELPORT","features":[340]},{"name":"PST_RS232","features":[340]},{"name":"PST_RS422","features":[340]},{"name":"PST_RS423","features":[340]},{"name":"PST_RS449","features":[340]},{"name":"PST_SCANNER","features":[340]},{"name":"PST_TCPIP_TELNET","features":[340]},{"name":"PST_UNSPECIFIED","features":[340]},{"name":"PST_X25","features":[340]},{"name":"PUBLIC_OBJECT_BASIC_INFORMATION","features":[340]},{"name":"PUBLIC_OBJECT_TYPE_INFORMATION","features":[307,340]},{"name":"PWINSTATIONQUERYINFORMATIONW","features":[307,340]},{"name":"PWLDP_CANEXECUTEBUFFER_API","features":[340]},{"name":"PWLDP_CANEXECUTEFILE_API","features":[307,340]},{"name":"PWLDP_CANEXECUTESTREAM_API","features":[358,340]},{"name":"PWLDP_ISAPPAPPROVEDBYPOLICY_API","features":[340]},{"name":"PWLDP_ISDYNAMICCODEPOLICYENABLED_API","features":[307,340]},{"name":"PWLDP_ISPRODUCTIONCONFIGURATION_API","features":[307,340]},{"name":"PWLDP_ISWCOSPRODUCTIONCONFIGURATION_API","features":[307,340]},{"name":"PWLDP_QUERYDEVICESECURITYINFORMATION_API","features":[340]},{"name":"PWLDP_QUERYDYNAMICODETRUST_API","features":[307,340]},{"name":"PWLDP_QUERYPOLICYSETTINGENABLED2_API","features":[307,340]},{"name":"PWLDP_QUERYPOLICYSETTINGENABLED_API","features":[307,340]},{"name":"PWLDP_QUERYWINDOWSLOCKDOWNMODE_API","features":[340]},{"name":"PWLDP_QUERYWINDOWSLOCKDOWNRESTRICTION_API","features":[340]},{"name":"PWLDP_RESETPRODUCTIONCONFIGURATION_API","features":[340]},{"name":"PWLDP_RESETWCOSPRODUCTIONCONFIGURATION_API","features":[340]},{"name":"PWLDP_SETDYNAMICCODETRUST_API","features":[307,340]},{"name":"PWLDP_SETWINDOWSLOCKDOWNRESTRICTION_API","features":[340]},{"name":"QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS","features":[340]},{"name":"QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE","features":[340]},{"name":"QUERY_ACTCTX_FLAG_NO_ADDREF","features":[340]},{"name":"QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX","features":[340]},{"name":"QueryAuxiliaryCounterFrequency","features":[340]},{"name":"QueryIdleProcessorCycleTime","features":[307,340]},{"name":"QueryIdleProcessorCycleTimeEx","features":[307,340]},{"name":"QueryInterruptTime","features":[340]},{"name":"QueryInterruptTimePrecise","features":[340]},{"name":"QueryProcessCycleTime","features":[307,340]},{"name":"QueryThreadCycleTime","features":[307,340]},{"name":"QueryUnbiasedInterruptTime","features":[307,340]},{"name":"QueryUnbiasedInterruptTimePrecise","features":[340]},{"name":"RECOVERY_DEFAULT_PING_INTERVAL","features":[340]},{"name":"REGINSTALLA","features":[307,340]},{"name":"REG_RESTORE_LOG_KEY","features":[340]},{"name":"REG_SAVE_LOG_KEY","features":[340]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_LOOPBACK","features":[340]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_OFFLINE","features":[340]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_PERSISTENT_HANDLE","features":[340]},{"name":"RESETDEV","features":[340]},{"name":"RESTART_MAX_CMD_LINE","features":[340]},{"name":"RPI_FLAG_SMB2_SHARECAP_CLUSTER","features":[340]},{"name":"RPI_FLAG_SMB2_SHARECAP_CONTINUOUS_AVAILABILITY","features":[340]},{"name":"RPI_FLAG_SMB2_SHARECAP_DFS","features":[340]},{"name":"RPI_FLAG_SMB2_SHARECAP_SCALEOUT","features":[340]},{"name":"RPI_FLAG_SMB2_SHARECAP_TIMEWARP","features":[340]},{"name":"RPI_SMB2_FLAG_SERVERCAP_DFS","features":[340]},{"name":"RPI_SMB2_FLAG_SERVERCAP_DIRECTORY_LEASING","features":[340]},{"name":"RPI_SMB2_FLAG_SERVERCAP_LARGEMTU","features":[340]},{"name":"RPI_SMB2_FLAG_SERVERCAP_LEASING","features":[340]},{"name":"RPI_SMB2_FLAG_SERVERCAP_MULTICHANNEL","features":[340]},{"name":"RPI_SMB2_FLAG_SERVERCAP_PERSISTENT_HANDLES","features":[340]},{"name":"RPI_SMB2_SHAREFLAG_COMPRESS_DATA","features":[340]},{"name":"RPI_SMB2_SHAREFLAG_ENCRYPT_DATA","features":[340]},{"name":"RSC_FLAG_DELAYREGISTEROCX","features":[340]},{"name":"RSC_FLAG_INF","features":[340]},{"name":"RSC_FLAG_NGCONV","features":[340]},{"name":"RSC_FLAG_QUIET","features":[340]},{"name":"RSC_FLAG_SETUPAPI","features":[340]},{"name":"RSC_FLAG_SKIPDISKSPACECHECK","features":[340]},{"name":"RSC_FLAG_UPDHLPDLLS","features":[340]},{"name":"RTS_CONTROL_DISABLE","features":[340]},{"name":"RTS_CONTROL_ENABLE","features":[340]},{"name":"RTS_CONTROL_HANDSHAKE","features":[340]},{"name":"RTS_CONTROL_TOGGLE","features":[340]},{"name":"RUNCMDS_DELAYPOSTCMD","features":[340]},{"name":"RUNCMDS_NOWAIT","features":[340]},{"name":"RUNCMDS_QUIET","features":[340]},{"name":"RaiseCustomSystemEventTrigger","features":[340]},{"name":"RebootCheckOnInstallA","features":[307,340]},{"name":"RebootCheckOnInstallW","features":[307,340]},{"name":"RecordFeatureError","features":[340]},{"name":"RecordFeatureUsage","features":[340]},{"name":"RegInstallA","features":[307,340]},{"name":"RegInstallW","features":[307,340]},{"name":"RegRestoreAllA","features":[307,370,340]},{"name":"RegRestoreAllW","features":[307,370,340]},{"name":"RegSaveRestoreA","features":[307,370,340]},{"name":"RegSaveRestoreOnINFA","features":[307,370,340]},{"name":"RegSaveRestoreOnINFW","features":[307,370,340]},{"name":"RegSaveRestoreW","features":[307,370,340]},{"name":"ReplacePartitionUnit","features":[307,340]},{"name":"RequestDeviceWakeup","features":[307,340]},{"name":"RtlAnsiStringToUnicodeString","features":[307,313,340]},{"name":"RtlCharToInteger","features":[307,340]},{"name":"RtlFreeAnsiString","features":[313,340]},{"name":"RtlFreeOemString","features":[313,340]},{"name":"RtlFreeUnicodeString","features":[307,340]},{"name":"RtlGetReturnAddressHijackTarget","features":[340]},{"name":"RtlInitAnsiString","features":[313,340]},{"name":"RtlInitAnsiStringEx","features":[307,313,340]},{"name":"RtlInitString","features":[313,340]},{"name":"RtlInitStringEx","features":[307,313,340]},{"name":"RtlInitUnicodeString","features":[307,340]},{"name":"RtlIsNameLegalDOS8Dot3","features":[307,313,340]},{"name":"RtlLocalTimeToSystemTime","features":[307,340]},{"name":"RtlRaiseCustomSystemEventTrigger","features":[340]},{"name":"RtlTimeToSecondsSince1970","features":[307,340]},{"name":"RtlUnicodeStringToAnsiString","features":[307,313,340]},{"name":"RtlUnicodeStringToOemString","features":[307,313,340]},{"name":"RtlUnicodeToMultiByteSize","features":[307,340]},{"name":"RtlUniform","features":[340]},{"name":"RunSetupCommandA","features":[307,340]},{"name":"RunSetupCommandW","features":[307,340]},{"name":"SCS_32BIT_BINARY","features":[340]},{"name":"SCS_64BIT_BINARY","features":[340]},{"name":"SCS_DOS_BINARY","features":[340]},{"name":"SCS_OS216_BINARY","features":[340]},{"name":"SCS_PIF_BINARY","features":[340]},{"name":"SCS_POSIX_BINARY","features":[340]},{"name":"SCS_THIS_PLATFORM_BINARY","features":[340]},{"name":"SCS_WOW_BINARY","features":[340]},{"name":"SHUTDOWN_NORETRY","features":[340]},{"name":"SP_BAUD","features":[340]},{"name":"SP_DATABITS","features":[340]},{"name":"SP_HANDSHAKING","features":[340]},{"name":"SP_PARITY","features":[340]},{"name":"SP_PARITY_CHECK","features":[340]},{"name":"SP_RLSD","features":[340]},{"name":"SP_SERIALCOMM","features":[340]},{"name":"SP_STOPBITS","features":[340]},{"name":"STARTF_HOLOGRAPHIC","features":[340]},{"name":"STORAGE_INFO_FLAGS_ALIGNED_DEVICE","features":[340]},{"name":"STORAGE_INFO_FLAGS_PARTITION_ALIGNED_ON_DEVICE","features":[340]},{"name":"STORAGE_INFO_OFFSET_UNKNOWN","features":[340]},{"name":"STREAM_CONTAINS_GHOSTED_FILE_EXTENTS","features":[340]},{"name":"STREAM_CONTAINS_PROPERTIES","features":[340]},{"name":"STREAM_CONTAINS_SECURITY","features":[340]},{"name":"STREAM_MODIFIED_WHEN_READ","features":[340]},{"name":"STREAM_NORMAL_ATTRIBUTE","features":[340]},{"name":"STREAM_SPARSE_ATTRIBUTE","features":[340]},{"name":"STRENTRYA","features":[340]},{"name":"STRENTRYW","features":[340]},{"name":"STRINGEXSTRUCT","features":[340]},{"name":"STRTABLEA","features":[340]},{"name":"STRTABLEW","features":[340]},{"name":"SYSTEM_BASIC_INFORMATION","features":[340]},{"name":"SYSTEM_CODEINTEGRITY_INFORMATION","features":[340]},{"name":"SYSTEM_EXCEPTION_INFORMATION","features":[340]},{"name":"SYSTEM_INTERRUPT_INFORMATION","features":[340]},{"name":"SYSTEM_LOOKASIDE_INFORMATION","features":[340]},{"name":"SYSTEM_PERFORMANCE_INFORMATION","features":[340]},{"name":"SYSTEM_POLICY_INFORMATION","features":[340]},{"name":"SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION","features":[340]},{"name":"SYSTEM_PROCESS_INFORMATION","features":[307,340]},{"name":"SYSTEM_REGISTRY_QUOTA_INFORMATION","features":[340]},{"name":"SYSTEM_STATUS_FLAG_POWER_SAVING_ON","features":[340]},{"name":"SYSTEM_THREAD_INFORMATION","features":[307,340]},{"name":"SYSTEM_TIMEOFDAY_INFORMATION","features":[340]},{"name":"S_ALLTHRESHOLD","features":[340]},{"name":"S_LEGATO","features":[340]},{"name":"S_NORMAL","features":[340]},{"name":"S_PERIOD1024","features":[340]},{"name":"S_PERIOD2048","features":[340]},{"name":"S_PERIOD512","features":[340]},{"name":"S_PERIODVOICE","features":[340]},{"name":"S_QUEUEEMPTY","features":[340]},{"name":"S_SERBDNT","features":[340]},{"name":"S_SERDCC","features":[340]},{"name":"S_SERDDR","features":[340]},{"name":"S_SERDFQ","features":[340]},{"name":"S_SERDLN","features":[340]},{"name":"S_SERDMD","features":[340]},{"name":"S_SERDPT","features":[340]},{"name":"S_SERDSH","features":[340]},{"name":"S_SERDSR","features":[340]},{"name":"S_SERDST","features":[340]},{"name":"S_SERDTP","features":[340]},{"name":"S_SERDVL","features":[340]},{"name":"S_SERDVNA","features":[340]},{"name":"S_SERMACT","features":[340]},{"name":"S_SEROFM","features":[340]},{"name":"S_SERQFUL","features":[340]},{"name":"S_STACCATO","features":[340]},{"name":"S_THRESHOLD","features":[340]},{"name":"S_WHITE1024","features":[340]},{"name":"S_WHITE2048","features":[340]},{"name":"S_WHITE512","features":[340]},{"name":"S_WHITEVOICE","features":[340]},{"name":"SendIMEMessageExA","features":[307,340]},{"name":"SendIMEMessageExW","features":[307,340]},{"name":"SetEnvironmentStringsA","features":[307,340]},{"name":"SetFirmwareEnvironmentVariableA","features":[307,340]},{"name":"SetFirmwareEnvironmentVariableExA","features":[307,340]},{"name":"SetFirmwareEnvironmentVariableExW","features":[307,340]},{"name":"SetFirmwareEnvironmentVariableW","features":[307,340]},{"name":"SetHandleCount","features":[340]},{"name":"SetMessageWaitingIndicator","features":[307,340]},{"name":"SetPerUserSecValuesA","features":[307,340]},{"name":"SetPerUserSecValuesW","features":[307,340]},{"name":"SetSockOptIoControlType","features":[340]},{"name":"SocketIoControlType","features":[340]},{"name":"SubscribeFeatureStateChangeNotification","features":[340]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX32_XP","features":[340]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX_W2K","features":[340]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX_XP","features":[340]},{"name":"TCP_REQUEST_SET_INFORMATION_EX","features":[340]},{"name":"TC_GP_TRAP","features":[340]},{"name":"TC_HARDERR","features":[340]},{"name":"TC_NORMAL","features":[340]},{"name":"TC_SIGNAL","features":[340]},{"name":"TDIENTITY_ENTITY_TYPE","features":[340]},{"name":"TDIEntityID","features":[340]},{"name":"TDIObjectID","features":[340]},{"name":"TDI_TL_IO_CONTROL_ENDPOINT","features":[340]},{"name":"TDI_TL_IO_CONTROL_TYPE","features":[340]},{"name":"THREAD_NAME_INFORMATION","features":[307,340]},{"name":"THREAD_PRIORITY_ERROR_RETURN","features":[340]},{"name":"TranslateInfStringA","features":[340]},{"name":"TranslateInfStringExA","features":[340]},{"name":"TranslateInfStringExW","features":[340]},{"name":"TranslateInfStringW","features":[340]},{"name":"UMS_VERSION","features":[340]},{"name":"UNDETERMINESTRUCT","features":[340]},{"name":"UnsubscribeFeatureStateChangeNotification","features":[340]},{"name":"UserInstStubWrapperA","features":[307,340]},{"name":"UserInstStubWrapperW","features":[307,340]},{"name":"UserUnInstStubWrapperA","features":[307,340]},{"name":"UserUnInstStubWrapperW","features":[307,340]},{"name":"VALUENAME","features":[340]},{"name":"VALUENAME_BUILT_IN_LIST","features":[340]},{"name":"VALUENAME_ENTERPRISE_DEFINED_CLASS_ID","features":[340]},{"name":"VALUENAME_UNKNOWN","features":[340]},{"name":"WINNLSEnableIME","features":[307,340]},{"name":"WINNLSGetEnableStatus","features":[307,340]},{"name":"WINNLSGetIMEHotkey","features":[307,340]},{"name":"WINSTATIONINFOCLASS","features":[340]},{"name":"WINSTATIONINFORMATIONW","features":[340]},{"name":"WINWATCHNOTIFYPROC","features":[307,340]},{"name":"WINWATCHNOTIFY_CHANGED","features":[340]},{"name":"WINWATCHNOTIFY_CHANGING","features":[340]},{"name":"WINWATCHNOTIFY_DESTROY","features":[340]},{"name":"WINWATCHNOTIFY_START","features":[340]},{"name":"WINWATCHNOTIFY_STOP","features":[340]},{"name":"WLDP_CANEXECUTEBUFFER_FN","features":[340]},{"name":"WLDP_CANEXECUTEFILE_FN","features":[340]},{"name":"WLDP_DEVICE_SECURITY_INFORMATION","features":[340]},{"name":"WLDP_DLL","features":[340]},{"name":"WLDP_EXECUTION_EVALUATION_OPTIONS","features":[340]},{"name":"WLDP_EXECUTION_EVALUATION_OPTION_EXECUTE_IN_INTERACTIVE_SESSION","features":[340]},{"name":"WLDP_EXECUTION_EVALUATION_OPTION_NONE","features":[340]},{"name":"WLDP_EXECUTION_POLICY","features":[340]},{"name":"WLDP_EXECUTION_POLICY_ALLOWED","features":[340]},{"name":"WLDP_EXECUTION_POLICY_BLOCKED","features":[340]},{"name":"WLDP_EXECUTION_POLICY_REQUIRE_SANDBOX","features":[340]},{"name":"WLDP_FLAGS_SKIPSIGNATUREVALIDATION","features":[340]},{"name":"WLDP_GETLOCKDOWNPOLICY_FN","features":[340]},{"name":"WLDP_HOST","features":[340]},{"name":"WLDP_HOST_CMD","features":[340]},{"name":"WLDP_HOST_HTML","features":[340]},{"name":"WLDP_HOST_ID","features":[340]},{"name":"WLDP_HOST_ID_ALL","features":[340]},{"name":"WLDP_HOST_ID_GLOBAL","features":[340]},{"name":"WLDP_HOST_ID_IE","features":[340]},{"name":"WLDP_HOST_ID_MAX","features":[340]},{"name":"WLDP_HOST_ID_MSI","features":[340]},{"name":"WLDP_HOST_ID_POWERSHELL","features":[340]},{"name":"WLDP_HOST_ID_UNKNOWN","features":[340]},{"name":"WLDP_HOST_ID_VBA","features":[340]},{"name":"WLDP_HOST_ID_WSH","features":[340]},{"name":"WLDP_HOST_INFORMATION","features":[307,340]},{"name":"WLDP_HOST_INFORMATION_REVISION","features":[340]},{"name":"WLDP_HOST_JAVASCRIPT","features":[340]},{"name":"WLDP_HOST_MAX","features":[340]},{"name":"WLDP_HOST_MSI","features":[340]},{"name":"WLDP_HOST_OTHER","features":[340]},{"name":"WLDP_HOST_POWERSHELL","features":[340]},{"name":"WLDP_HOST_PYTHON","features":[340]},{"name":"WLDP_HOST_RUNDLL32","features":[340]},{"name":"WLDP_HOST_SVCHOST","features":[340]},{"name":"WLDP_HOST_WINDOWS_SCRIPT_HOST","features":[340]},{"name":"WLDP_HOST_XML","features":[340]},{"name":"WLDP_ISAPPAPPROVEDBYPOLICY_FN","features":[340]},{"name":"WLDP_ISCLASSINAPPROVEDLIST_FN","features":[340]},{"name":"WLDP_ISDYNAMICCODEPOLICYENABLED_FN","features":[340]},{"name":"WLDP_ISPRODUCTIONCONFIGURATION_FN","features":[340]},{"name":"WLDP_ISWCOSPRODUCTIONCONFIGURATION_FN","features":[340]},{"name":"WLDP_KEY","features":[340]},{"name":"WLDP_LOCKDOWN_AUDIT_FLAG","features":[340]},{"name":"WLDP_LOCKDOWN_CONFIG_CI_AUDIT_FLAG","features":[340]},{"name":"WLDP_LOCKDOWN_CONFIG_CI_FLAG","features":[340]},{"name":"WLDP_LOCKDOWN_DEFINED_FLAG","features":[340]},{"name":"WLDP_LOCKDOWN_EXCLUSION_FLAG","features":[340]},{"name":"WLDP_LOCKDOWN_OFF","features":[340]},{"name":"WLDP_LOCKDOWN_UMCIENFORCE_FLAG","features":[340]},{"name":"WLDP_LOCKDOWN_UNDEFINED","features":[340]},{"name":"WLDP_POLICY_SETTING","features":[340]},{"name":"WLDP_POLICY_SETTING_AV_PERF_MODE","features":[340]},{"name":"WLDP_QUERYDANAMICCODETRUST_FN","features":[340]},{"name":"WLDP_QUERYDEVICESECURITYINFORMATION_FN","features":[340]},{"name":"WLDP_QUERYDYNAMICCODETRUST_FN","features":[340]},{"name":"WLDP_QUERYPOLICYSETTINGENABLED2_FN","features":[340]},{"name":"WLDP_QUERYPOLICYSETTINGENABLED_FN","features":[340]},{"name":"WLDP_QUERYWINDOWSLOCKDOWNMODE_FN","features":[340]},{"name":"WLDP_QUERYWINDOWSLOCKDOWNRESTRICTION_FN","features":[340]},{"name":"WLDP_RESETPRODUCTIONCONFIGURATION_FN","features":[340]},{"name":"WLDP_RESETWCOSPRODUCTIONCONFIGURATION_FN","features":[340]},{"name":"WLDP_SETDYNAMICCODETRUST_FN","features":[340]},{"name":"WLDP_SETWINDOWSLOCKDOWNRESTRICTION_FN","features":[340]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE","features":[340]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_LOCKED","features":[340]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_MAX","features":[340]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_TRIAL","features":[340]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_UNLOCKED","features":[340]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION","features":[340]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_MAX","features":[340]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NONE","features":[340]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NOUNLOCK","features":[340]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NOUNLOCK_PERMANENT","features":[340]},{"name":"WM_CONVERTREQUEST","features":[340]},{"name":"WM_CONVERTRESULT","features":[340]},{"name":"WM_IMEKEYDOWN","features":[340]},{"name":"WM_IMEKEYUP","features":[340]},{"name":"WM_IME_REPORT","features":[340]},{"name":"WM_INTERIM","features":[340]},{"name":"WM_WNT_CONVERTREQUESTEX","features":[340]},{"name":"WinStationInformation","features":[340]},{"name":"WinWatchClose","features":[340]},{"name":"WinWatchDidStatusChange","features":[307,340]},{"name":"WinWatchGetClipList","features":[307,318,340]},{"name":"WinWatchNotify","features":[307,340]},{"name":"WinWatchOpen","features":[307,340]},{"name":"WldpCanExecuteBuffer","features":[340]},{"name":"WldpCanExecuteFile","features":[307,340]},{"name":"WldpCanExecuteStream","features":[358,340]},{"name":"WldpGetLockdownPolicy","features":[307,340]},{"name":"WldpIsClassInApprovedList","features":[307,340]},{"name":"WldpIsDynamicCodePolicyEnabled","features":[307,340]},{"name":"WldpQueryDeviceSecurityInformation","features":[340]},{"name":"WldpQueryDynamicCodeTrust","features":[307,340]},{"name":"WldpSetDynamicCodeTrust","features":[307,340]},{"name":"WritePrivateProfileSectionA","features":[307,340]},{"name":"WritePrivateProfileSectionW","features":[307,340]},{"name":"WritePrivateProfileStringA","features":[307,340]},{"name":"WritePrivateProfileStringW","features":[307,340]},{"name":"WritePrivateProfileStructA","features":[307,340]},{"name":"WritePrivateProfileStructW","features":[307,340]},{"name":"WriteProfileSectionA","features":[307,340]},{"name":"WriteProfileSectionW","features":[307,340]},{"name":"WriteProfileStringA","features":[307,340]},{"name":"WriteProfileStringW","features":[307,340]},{"name":"_hread","features":[340]},{"name":"_hwrite","features":[340]},{"name":"_lclose","features":[340]},{"name":"_lcreat","features":[340]},{"name":"_llseek","features":[340]},{"name":"_lopen","features":[340]},{"name":"_lread","features":[340]},{"name":"_lwrite","features":[340]},{"name":"uaw_lstrcmpW","features":[340]},{"name":"uaw_lstrcmpiW","features":[340]},{"name":"uaw_lstrlenW","features":[340]},{"name":"uaw_wcschr","features":[340]},{"name":"uaw_wcscpy","features":[340]},{"name":"uaw_wcsicmp","features":[340]},{"name":"uaw_wcslen","features":[340]},{"name":"uaw_wcsrchr","features":[340]}],"648":[{"name":"CCR_COLLISION","features":[617]},{"name":"CCR_IDENTITY","features":[617]},{"name":"CCR_NOPARENT","features":[617]},{"name":"CCR_OTHER","features":[617]},{"name":"CONFLICT_RESOLUTION_POLICY","features":[617]},{"name":"CONSTRAINT_CONFLICT_REASON","features":[617]},{"name":"CRP_DESTINATION_PROVIDER_WINS","features":[617]},{"name":"CRP_LAST","features":[617]},{"name":"CRP_NONE","features":[617]},{"name":"CRP_SOURCE_PROVIDER_WINS","features":[617]},{"name":"FCT_INTERSECTION","features":[617]},{"name":"FILTERING_TYPE","features":[617]},{"name":"FILTER_COMBINATION_TYPE","features":[617]},{"name":"FT_CURRENT_ITEMS_AND_VERSIONS_FOR_MOVED_OUT_ITEMS","features":[617]},{"name":"FT_CURRENT_ITEMS_ONLY","features":[617]},{"name":"IAsynchronousDataRetriever","features":[617]},{"name":"IChangeConflict","features":[617]},{"name":"IChangeUnitException","features":[617]},{"name":"IChangeUnitListFilterInfo","features":[617]},{"name":"IClockVector","features":[617]},{"name":"IClockVectorElement","features":[617]},{"name":"ICombinedFilterInfo","features":[617]},{"name":"IConstraintConflict","features":[617]},{"name":"IConstructReplicaKeyMap","features":[617]},{"name":"ICoreFragment","features":[617]},{"name":"ICoreFragmentInspector","features":[617]},{"name":"ICustomFilterInfo","features":[617]},{"name":"ID_PARAMETERS","features":[307,617]},{"name":"ID_PARAMETER_PAIR","features":[307,617]},{"name":"IDataRetrieverCallback","features":[617]},{"name":"IEnumChangeUnitExceptions","features":[617]},{"name":"IEnumClockVector","features":[617]},{"name":"IEnumFeedClockVector","features":[617]},{"name":"IEnumItemIds","features":[617]},{"name":"IEnumRangeExceptions","features":[617]},{"name":"IEnumSingleItemExceptions","features":[617]},{"name":"IEnumSyncChangeUnits","features":[617]},{"name":"IEnumSyncChanges","features":[617]},{"name":"IEnumSyncProviderConfigUIInfos","features":[617]},{"name":"IEnumSyncProviderInfos","features":[617]},{"name":"IFeedClockVector","features":[617]},{"name":"IFeedClockVectorElement","features":[617]},{"name":"IFilterKeyMap","features":[617]},{"name":"IFilterRequestCallback","features":[617]},{"name":"IFilterTrackingProvider","features":[617]},{"name":"IFilterTrackingRequestCallback","features":[617]},{"name":"IFilterTrackingSyncChangeBuilder","features":[617]},{"name":"IForgottenKnowledge","features":[617]},{"name":"IKnowledgeSyncProvider","features":[617]},{"name":"ILoadChangeContext","features":[617]},{"name":"IProviderConverter","features":[617]},{"name":"IRangeException","features":[617]},{"name":"IRecoverableError","features":[617]},{"name":"IRecoverableErrorData","features":[617]},{"name":"IRegisteredSyncProvider","features":[617]},{"name":"IReplicaKeyMap","features":[617]},{"name":"IRequestFilteredSync","features":[617]},{"name":"ISingleItemException","features":[617]},{"name":"ISupportFilteredSync","features":[617]},{"name":"ISupportLastWriteTime","features":[617]},{"name":"ISyncCallback","features":[617]},{"name":"ISyncCallback2","features":[617]},{"name":"ISyncChange","features":[617]},{"name":"ISyncChangeBatch","features":[617]},{"name":"ISyncChangeBatch2","features":[617]},{"name":"ISyncChangeBatchAdvanced","features":[617]},{"name":"ISyncChangeBatchBase","features":[617]},{"name":"ISyncChangeBatchBase2","features":[617]},{"name":"ISyncChangeBatchWithFilterKeyMap","features":[617]},{"name":"ISyncChangeBatchWithPrerequisite","features":[617]},{"name":"ISyncChangeBuilder","features":[617]},{"name":"ISyncChangeUnit","features":[617]},{"name":"ISyncChangeWithFilterKeyMap","features":[617]},{"name":"ISyncChangeWithPrerequisite","features":[617]},{"name":"ISyncConstraintCallback","features":[617]},{"name":"ISyncDataConverter","features":[617]},{"name":"ISyncFilter","features":[617]},{"name":"ISyncFilterDeserializer","features":[617]},{"name":"ISyncFilterInfo","features":[617]},{"name":"ISyncFilterInfo2","features":[617]},{"name":"ISyncFullEnumerationChange","features":[617]},{"name":"ISyncFullEnumerationChangeBatch","features":[617]},{"name":"ISyncFullEnumerationChangeBatch2","features":[617]},{"name":"ISyncKnowledge","features":[617]},{"name":"ISyncKnowledge2","features":[617]},{"name":"ISyncMergeTombstoneChange","features":[617]},{"name":"ISyncProvider","features":[617]},{"name":"ISyncProviderConfigUI","features":[617]},{"name":"ISyncProviderConfigUIInfo","features":[617,380]},{"name":"ISyncProviderInfo","features":[617,380]},{"name":"ISyncProviderRegistration","features":[617]},{"name":"ISyncRegistrationChange","features":[617]},{"name":"ISyncSessionExtendedErrorInfo","features":[617]},{"name":"ISyncSessionState","features":[617]},{"name":"ISyncSessionState2","features":[617]},{"name":"ISynchronousDataRetriever","features":[617]},{"name":"KCCR_COOKIE_KNOWLEDGE_CONTAINED","features":[617]},{"name":"KCCR_COOKIE_KNOWLEDGE_CONTAINS","features":[617]},{"name":"KCCR_COOKIE_KNOWLEDGE_EQUAL","features":[617]},{"name":"KCCR_COOKIE_KNOWLEDGE_NOT_COMPARABLE","features":[617]},{"name":"KNOWLEDGE_COOKIE_COMPARISON_RESULT","features":[617]},{"name":"PKEY_CONFIGUI_CAPABILITIES","features":[617,380]},{"name":"PKEY_CONFIGUI_CLSID","features":[617,380]},{"name":"PKEY_CONFIGUI_CONTENTTYPE","features":[617,380]},{"name":"PKEY_CONFIGUI_DESCRIPTION","features":[617,380]},{"name":"PKEY_CONFIGUI_ICON","features":[617,380]},{"name":"PKEY_CONFIGUI_INSTANCEID","features":[617,380]},{"name":"PKEY_CONFIGUI_IS_GLOBAL","features":[617,380]},{"name":"PKEY_CONFIGUI_MENUITEM","features":[617,380]},{"name":"PKEY_CONFIGUI_MENUITEM_NOUI","features":[617,380]},{"name":"PKEY_CONFIGUI_NAME","features":[617,380]},{"name":"PKEY_CONFIGUI_SUPPORTED_ARCHITECTURE","features":[617,380]},{"name":"PKEY_CONFIGUI_TOOLTIPS","features":[617,380]},{"name":"PKEY_PROVIDER_CAPABILITIES","features":[617,380]},{"name":"PKEY_PROVIDER_CLSID","features":[617,380]},{"name":"PKEY_PROVIDER_CONFIGUI","features":[617,380]},{"name":"PKEY_PROVIDER_CONTENTTYPE","features":[617,380]},{"name":"PKEY_PROVIDER_DESCRIPTION","features":[617,380]},{"name":"PKEY_PROVIDER_ICON","features":[617,380]},{"name":"PKEY_PROVIDER_INSTANCEID","features":[617,380]},{"name":"PKEY_PROVIDER_NAME","features":[617,380]},{"name":"PKEY_PROVIDER_SUPPORTED_ARCHITECTURE","features":[617,380]},{"name":"PKEY_PROVIDER_TOOLTIPS","features":[617,380]},{"name":"SCC_CAN_CREATE_WITHOUT_UI","features":[617]},{"name":"SCC_CAN_MODIFY_WITHOUT_UI","features":[617]},{"name":"SCC_CREATE_NOT_SUPPORTED","features":[617]},{"name":"SCC_DEFAULT","features":[617]},{"name":"SCC_MODIFY_NOT_SUPPORTED","features":[617]},{"name":"SCRA_ACCEPT_DESTINATION_PROVIDER","features":[617]},{"name":"SCRA_ACCEPT_SOURCE_PROVIDER","features":[617]},{"name":"SCRA_DEFER","features":[617]},{"name":"SCRA_MERGE","features":[617]},{"name":"SCRA_RENAME_DESTINATION","features":[617]},{"name":"SCRA_RENAME_SOURCE","features":[617]},{"name":"SCRA_TRANSFER_AND_DEFER","features":[617]},{"name":"SFEA_ABORT","features":[617]},{"name":"SFEA_FULL_ENUMERATION","features":[617]},{"name":"SFEA_PARTIAL_SYNC","features":[617]},{"name":"SPC_DEFAULT","features":[617]},{"name":"SPR_DESTINATION","features":[617]},{"name":"SPR_SOURCE","features":[617]},{"name":"SPS_CHANGE_APPLICATION","features":[617]},{"name":"SPS_CHANGE_DETECTION","features":[617]},{"name":"SPS_CHANGE_ENUMERATION","features":[617]},{"name":"SRA_ACCEPT_DESTINATION_PROVIDER","features":[617]},{"name":"SRA_ACCEPT_SOURCE_PROVIDER","features":[617]},{"name":"SRA_DEFER","features":[617]},{"name":"SRA_LAST","features":[617]},{"name":"SRA_MERGE","features":[617]},{"name":"SRA_TRANSFER_AND_DEFER","features":[617]},{"name":"SRE_CONFIGUI_ADDED","features":[617]},{"name":"SRE_CONFIGUI_REMOVED","features":[617]},{"name":"SRE_CONFIGUI_UPDATED","features":[617]},{"name":"SRE_PROVIDER_ADDED","features":[617]},{"name":"SRE_PROVIDER_REMOVED","features":[617]},{"name":"SRE_PROVIDER_STATE_CHANGED","features":[617]},{"name":"SRE_PROVIDER_UPDATED","features":[617]},{"name":"SYNC_32_BIT_SUPPORTED","features":[617]},{"name":"SYNC_64_BIT_SUPPORTED","features":[617]},{"name":"SYNC_CHANGE_FLAG_DELETED","features":[617]},{"name":"SYNC_CHANGE_FLAG_DOES_NOT_EXIST","features":[617]},{"name":"SYNC_CHANGE_FLAG_GHOST","features":[617]},{"name":"SYNC_CONSTRAINT_RESOLVE_ACTION","features":[617]},{"name":"SYNC_FILTER_CHANGE","features":[307,617]},{"name":"SYNC_FILTER_INFO_COMBINED","features":[617]},{"name":"SYNC_FILTER_INFO_FLAG_CHANGE_UNIT_LIST","features":[617]},{"name":"SYNC_FILTER_INFO_FLAG_CUSTOM","features":[617]},{"name":"SYNC_FILTER_INFO_FLAG_ITEM_LIST","features":[617]},{"name":"SYNC_FULL_ENUMERATION_ACTION","features":[617]},{"name":"SYNC_PROGRESS_STAGE","features":[617]},{"name":"SYNC_PROVIDER_CONFIGUI_CONFIGURATION_VERSION","features":[617]},{"name":"SYNC_PROVIDER_CONFIGURATION_VERSION","features":[617]},{"name":"SYNC_PROVIDER_ROLE","features":[617]},{"name":"SYNC_PROVIDER_STATE_DIRTY","features":[617]},{"name":"SYNC_PROVIDER_STATE_ENABLED","features":[617]},{"name":"SYNC_RANGE","features":[617]},{"name":"SYNC_REGISTRATION_EVENT","features":[617]},{"name":"SYNC_RESOLVE_ACTION","features":[617]},{"name":"SYNC_SERIALIZATION_VERSION","features":[617]},{"name":"SYNC_SERIALIZATION_VERSION_V1","features":[617]},{"name":"SYNC_SERIALIZATION_VERSION_V2","features":[617]},{"name":"SYNC_SERIALIZATION_VERSION_V3","features":[617]},{"name":"SYNC_SERIALIZE_REPLICA_KEY_MAP","features":[617]},{"name":"SYNC_SESSION_STATISTICS","features":[617]},{"name":"SYNC_STATISTICS","features":[617]},{"name":"SYNC_STATISTICS_RANGE_COUNT","features":[617]},{"name":"SYNC_TIME","features":[617]},{"name":"SYNC_VERSION","features":[617]},{"name":"SYNC_VERSION_FLAG_FROM_FEED","features":[617]},{"name":"SYNC_VERSION_FLAG_HAS_BY","features":[617]},{"name":"SyncProviderConfigUIConfiguration","features":[307,617]},{"name":"SyncProviderConfiguration","features":[617]},{"name":"SyncProviderRegistration","features":[617]}],"649":[{"name":"CIMTYPE_ENUMERATION","features":[558]},{"name":"CIM_BOOLEAN","features":[558]},{"name":"CIM_CHAR16","features":[558]},{"name":"CIM_DATETIME","features":[558]},{"name":"CIM_EMPTY","features":[558]},{"name":"CIM_FLAG_ARRAY","features":[558]},{"name":"CIM_ILLEGAL","features":[558]},{"name":"CIM_OBJECT","features":[558]},{"name":"CIM_REAL32","features":[558]},{"name":"CIM_REAL64","features":[558]},{"name":"CIM_REFERENCE","features":[558]},{"name":"CIM_SINT16","features":[558]},{"name":"CIM_SINT32","features":[558]},{"name":"CIM_SINT64","features":[558]},{"name":"CIM_SINT8","features":[558]},{"name":"CIM_STRING","features":[558]},{"name":"CIM_UINT16","features":[558]},{"name":"CIM_UINT32","features":[558]},{"name":"CIM_UINT64","features":[558]},{"name":"CIM_UINT8","features":[558]},{"name":"IEnumWbemClassObject","features":[558]},{"name":"IMofCompiler","features":[558]},{"name":"ISWbemDateTime","features":[358,558]},{"name":"ISWbemEventSource","features":[358,558]},{"name":"ISWbemLastError","features":[358,558]},{"name":"ISWbemLocator","features":[358,558]},{"name":"ISWbemMethod","features":[358,558]},{"name":"ISWbemMethodSet","features":[358,558]},{"name":"ISWbemNamedValue","features":[358,558]},{"name":"ISWbemNamedValueSet","features":[358,558]},{"name":"ISWbemObject","features":[358,558]},{"name":"ISWbemObjectEx","features":[358,558]},{"name":"ISWbemObjectPath","features":[358,558]},{"name":"ISWbemObjectSet","features":[358,558]},{"name":"ISWbemPrivilege","features":[358,558]},{"name":"ISWbemPrivilegeSet","features":[358,558]},{"name":"ISWbemProperty","features":[358,558]},{"name":"ISWbemPropertySet","features":[358,558]},{"name":"ISWbemQualifier","features":[358,558]},{"name":"ISWbemQualifierSet","features":[358,558]},{"name":"ISWbemRefreshableItem","features":[358,558]},{"name":"ISWbemRefresher","features":[358,558]},{"name":"ISWbemSecurity","features":[358,558]},{"name":"ISWbemServices","features":[358,558]},{"name":"ISWbemServicesEx","features":[358,558]},{"name":"ISWbemSink","features":[358,558]},{"name":"ISWbemSinkEvents","features":[358,558]},{"name":"IUnsecuredApartment","features":[558]},{"name":"IWMIExtension","features":[358,558]},{"name":"IWbemAddressResolution","features":[558]},{"name":"IWbemBackupRestore","features":[558]},{"name":"IWbemBackupRestoreEx","features":[558]},{"name":"IWbemCallResult","features":[558]},{"name":"IWbemClassObject","features":[558]},{"name":"IWbemClientConnectionTransport","features":[558]},{"name":"IWbemClientTransport","features":[558]},{"name":"IWbemConfigureRefresher","features":[558]},{"name":"IWbemConnectorLogin","features":[558]},{"name":"IWbemConstructClassObject","features":[558]},{"name":"IWbemContext","features":[558]},{"name":"IWbemDecoupledBasicEventProvider","features":[558]},{"name":"IWbemDecoupledRegistrar","features":[558]},{"name":"IWbemEventConsumerProvider","features":[558]},{"name":"IWbemEventProvider","features":[558]},{"name":"IWbemEventProviderQuerySink","features":[558]},{"name":"IWbemEventProviderSecurity","features":[558]},{"name":"IWbemEventSink","features":[558]},{"name":"IWbemHiPerfEnum","features":[558]},{"name":"IWbemHiPerfProvider","features":[558]},{"name":"IWbemLevel1Login","features":[558]},{"name":"IWbemLocator","features":[558]},{"name":"IWbemObjectAccess","features":[558]},{"name":"IWbemObjectSink","features":[558]},{"name":"IWbemObjectSinkEx","features":[558]},{"name":"IWbemObjectTextSrc","features":[558]},{"name":"IWbemPath","features":[558]},{"name":"IWbemPathKeyList","features":[558]},{"name":"IWbemPropertyProvider","features":[558]},{"name":"IWbemProviderIdentity","features":[558]},{"name":"IWbemProviderInit","features":[558]},{"name":"IWbemProviderInitSink","features":[558]},{"name":"IWbemQualifierSet","features":[558]},{"name":"IWbemQuery","features":[558]},{"name":"IWbemRefresher","features":[558]},{"name":"IWbemServices","features":[558]},{"name":"IWbemShutdown","features":[558]},{"name":"IWbemStatusCodeText","features":[558]},{"name":"IWbemTransport","features":[558]},{"name":"IWbemUnboundObjectSink","features":[558]},{"name":"IWbemUnsecuredApartment","features":[558]},{"name":"MI_ARRAY","features":[558]},{"name":"MI_Application","features":[558]},{"name":"MI_ApplicationFT","features":[558]},{"name":"MI_Application_InitializeV1","features":[558]},{"name":"MI_Array","features":[558]},{"name":"MI_ArrayField","features":[558]},{"name":"MI_BOOLEAN","features":[558]},{"name":"MI_BOOLEANA","features":[558]},{"name":"MI_BooleanA","features":[558]},{"name":"MI_BooleanAField","features":[558]},{"name":"MI_BooleanField","features":[558]},{"name":"MI_CALLBACKMODE_IGNORE","features":[558]},{"name":"MI_CALLBACKMODE_INQUIRE","features":[558]},{"name":"MI_CALLBACKMODE_REPORT","features":[558]},{"name":"MI_CALL_VERSION","features":[558]},{"name":"MI_CHAR16","features":[558]},{"name":"MI_CHAR16A","features":[558]},{"name":"MI_CHAR_TYPE","features":[558]},{"name":"MI_CallbackMode","features":[558]},{"name":"MI_CancelCallback","features":[558]},{"name":"MI_CancellationReason","features":[558]},{"name":"MI_Char16A","features":[558]},{"name":"MI_Char16AField","features":[558]},{"name":"MI_Char16Field","features":[558]},{"name":"MI_Class","features":[558]},{"name":"MI_ClassDecl","features":[558]},{"name":"MI_ClassFT","features":[558]},{"name":"MI_ClientFT_V1","features":[558]},{"name":"MI_ConstBooleanA","features":[558]},{"name":"MI_ConstBooleanAField","features":[558]},{"name":"MI_ConstBooleanField","features":[558]},{"name":"MI_ConstChar16A","features":[558]},{"name":"MI_ConstChar16AField","features":[558]},{"name":"MI_ConstChar16Field","features":[558]},{"name":"MI_ConstDatetimeA","features":[558]},{"name":"MI_ConstDatetimeAField","features":[558]},{"name":"MI_ConstDatetimeField","features":[558]},{"name":"MI_ConstInstanceA","features":[558]},{"name":"MI_ConstInstanceAField","features":[558]},{"name":"MI_ConstInstanceField","features":[558]},{"name":"MI_ConstReal32A","features":[558]},{"name":"MI_ConstReal32AField","features":[558]},{"name":"MI_ConstReal32Field","features":[558]},{"name":"MI_ConstReal64A","features":[558]},{"name":"MI_ConstReal64AField","features":[558]},{"name":"MI_ConstReal64Field","features":[558]},{"name":"MI_ConstReferenceA","features":[558]},{"name":"MI_ConstReferenceAField","features":[558]},{"name":"MI_ConstReferenceField","features":[558]},{"name":"MI_ConstSint16A","features":[558]},{"name":"MI_ConstSint16AField","features":[558]},{"name":"MI_ConstSint16Field","features":[558]},{"name":"MI_ConstSint32A","features":[558]},{"name":"MI_ConstSint32AField","features":[558]},{"name":"MI_ConstSint32Field","features":[558]},{"name":"MI_ConstSint64A","features":[558]},{"name":"MI_ConstSint64AField","features":[558]},{"name":"MI_ConstSint64Field","features":[558]},{"name":"MI_ConstSint8A","features":[558]},{"name":"MI_ConstSint8AField","features":[558]},{"name":"MI_ConstSint8Field","features":[558]},{"name":"MI_ConstStringA","features":[558]},{"name":"MI_ConstStringAField","features":[558]},{"name":"MI_ConstStringField","features":[558]},{"name":"MI_ConstUint16A","features":[558]},{"name":"MI_ConstUint16AField","features":[558]},{"name":"MI_ConstUint16Field","features":[558]},{"name":"MI_ConstUint32A","features":[558]},{"name":"MI_ConstUint32AField","features":[558]},{"name":"MI_ConstUint32Field","features":[558]},{"name":"MI_ConstUint64A","features":[558]},{"name":"MI_ConstUint64AField","features":[558]},{"name":"MI_ConstUint64Field","features":[558]},{"name":"MI_ConstUint8A","features":[558]},{"name":"MI_ConstUint8AField","features":[558]},{"name":"MI_ConstUint8Field","features":[558]},{"name":"MI_Context","features":[558]},{"name":"MI_ContextFT","features":[558]},{"name":"MI_DATETIME","features":[558]},{"name":"MI_DATETIMEA","features":[558]},{"name":"MI_Datetime","features":[558]},{"name":"MI_DatetimeA","features":[558]},{"name":"MI_DatetimeAField","features":[558]},{"name":"MI_DatetimeField","features":[558]},{"name":"MI_Deserializer","features":[558]},{"name":"MI_DeserializerFT","features":[558]},{"name":"MI_Deserializer_ClassObjectNeeded","features":[558]},{"name":"MI_DestinationOptions","features":[558]},{"name":"MI_DestinationOptionsFT","features":[558]},{"name":"MI_DestinationOptions_ImpersonationType","features":[558]},{"name":"MI_DestinationOptions_ImpersonationType_Default","features":[558]},{"name":"MI_DestinationOptions_ImpersonationType_Delegate","features":[558]},{"name":"MI_DestinationOptions_ImpersonationType_Identify","features":[558]},{"name":"MI_DestinationOptions_ImpersonationType_Impersonate","features":[558]},{"name":"MI_DestinationOptions_ImpersonationType_None","features":[558]},{"name":"MI_ERRORCATEGORY_ACCESS_DENIED","features":[558]},{"name":"MI_ERRORCATEGORY_AUTHENTICATION_ERROR","features":[558]},{"name":"MI_ERRORCATEGORY_CLOS_EERROR","features":[558]},{"name":"MI_ERRORCATEGORY_CONNECTION_ERROR","features":[558]},{"name":"MI_ERRORCATEGORY_DEADLOCK_DETECTED","features":[558]},{"name":"MI_ERRORCATEGORY_DEVICE_ERROR","features":[558]},{"name":"MI_ERRORCATEGORY_FROM_STDERR","features":[558]},{"name":"MI_ERRORCATEGORY_INVALID_ARGUMENT","features":[558]},{"name":"MI_ERRORCATEGORY_INVALID_DATA","features":[558]},{"name":"MI_ERRORCATEGORY_INVALID_OPERATION","features":[558]},{"name":"MI_ERRORCATEGORY_INVALID_RESULT","features":[558]},{"name":"MI_ERRORCATEGORY_INVALID_TYPE","features":[558]},{"name":"MI_ERRORCATEGORY_LIMITS_EXCEEDED","features":[558]},{"name":"MI_ERRORCATEGORY_METADATA_ERROR","features":[558]},{"name":"MI_ERRORCATEGORY_NOT_ENABLED","features":[558]},{"name":"MI_ERRORCATEGORY_NOT_IMPLEMENTED","features":[558]},{"name":"MI_ERRORCATEGORY_NOT_INSTALLED","features":[558]},{"name":"MI_ERRORCATEGORY_NOT_SPECIFIED","features":[558]},{"name":"MI_ERRORCATEGORY_OBJECT_NOT_FOUND","features":[558]},{"name":"MI_ERRORCATEGORY_OPEN_ERROR","features":[558]},{"name":"MI_ERRORCATEGORY_OPERATION_STOPPED","features":[558]},{"name":"MI_ERRORCATEGORY_OPERATION_TIMEOUT","features":[558]},{"name":"MI_ERRORCATEGORY_PARSER_ERROR","features":[558]},{"name":"MI_ERRORCATEGORY_PROTOCOL_ERROR","features":[558]},{"name":"MI_ERRORCATEGORY_QUOTA_EXCEEDED","features":[558]},{"name":"MI_ERRORCATEGORY_READ_ERROR","features":[558]},{"name":"MI_ERRORCATEGORY_RESOURCE_BUSY","features":[558]},{"name":"MI_ERRORCATEGORY_RESOURCE_EXISTS","features":[558]},{"name":"MI_ERRORCATEGORY_RESOURCE_UNAVAILABLE","features":[558]},{"name":"MI_ERRORCATEGORY_SECURITY_ERROR","features":[558]},{"name":"MI_ERRORCATEGORY_SYNTAX_ERROR","features":[558]},{"name":"MI_ERRORCATEGORY_WRITE_ERROR","features":[558]},{"name":"MI_ErrorCategory","features":[558]},{"name":"MI_FLAG_ABSTRACT","features":[558]},{"name":"MI_FLAG_ADOPT","features":[558]},{"name":"MI_FLAG_ANY","features":[558]},{"name":"MI_FLAG_ASSOCIATION","features":[558]},{"name":"MI_FLAG_BORROW","features":[558]},{"name":"MI_FLAG_CLASS","features":[558]},{"name":"MI_FLAG_DISABLEOVERRIDE","features":[558]},{"name":"MI_FLAG_ENABLEOVERRIDE","features":[558]},{"name":"MI_FLAG_EXPENSIVE","features":[558]},{"name":"MI_FLAG_EXTENDED","features":[558]},{"name":"MI_FLAG_IN","features":[558]},{"name":"MI_FLAG_INDICATION","features":[558]},{"name":"MI_FLAG_KEY","features":[558]},{"name":"MI_FLAG_METHOD","features":[558]},{"name":"MI_FLAG_NOT_MODIFIED","features":[558]},{"name":"MI_FLAG_NULL","features":[558]},{"name":"MI_FLAG_OUT","features":[558]},{"name":"MI_FLAG_PARAMETER","features":[558]},{"name":"MI_FLAG_PROPERTY","features":[558]},{"name":"MI_FLAG_READONLY","features":[558]},{"name":"MI_FLAG_REFERENCE","features":[558]},{"name":"MI_FLAG_REQUIRED","features":[558]},{"name":"MI_FLAG_RESTRICTED","features":[558]},{"name":"MI_FLAG_STATIC","features":[558]},{"name":"MI_FLAG_STREAM","features":[558]},{"name":"MI_FLAG_TERMINAL","features":[558]},{"name":"MI_FLAG_TOSUBCLASS","features":[558]},{"name":"MI_FLAG_TRANSLATABLE","features":[558]},{"name":"MI_FLAG_VERSION","features":[558]},{"name":"MI_FeatureDecl","features":[558]},{"name":"MI_Filter","features":[558]},{"name":"MI_FilterFT","features":[558]},{"name":"MI_HostedProvider","features":[558]},{"name":"MI_HostedProviderFT","features":[558]},{"name":"MI_INSTANCE","features":[558]},{"name":"MI_INSTANCEA","features":[558]},{"name":"MI_Instance","features":[558]},{"name":"MI_InstanceA","features":[558]},{"name":"MI_InstanceAField","features":[558]},{"name":"MI_InstanceExFT","features":[558]},{"name":"MI_InstanceFT","features":[558]},{"name":"MI_InstanceField","features":[558]},{"name":"MI_Interval","features":[558]},{"name":"MI_LOCALE_TYPE_CLOSEST_DATA","features":[558]},{"name":"MI_LOCALE_TYPE_CLOSEST_UI","features":[558]},{"name":"MI_LOCALE_TYPE_REQUESTED_DATA","features":[558]},{"name":"MI_LOCALE_TYPE_REQUESTED_UI","features":[558]},{"name":"MI_LocaleType","features":[558]},{"name":"MI_MAX_LOCALE_SIZE","features":[558]},{"name":"MI_MODULE_FLAG_BOOLEANS","features":[558]},{"name":"MI_MODULE_FLAG_CPLUSPLUS","features":[558]},{"name":"MI_MODULE_FLAG_DESCRIPTIONS","features":[558]},{"name":"MI_MODULE_FLAG_FILTER_SUPPORT","features":[558]},{"name":"MI_MODULE_FLAG_LOCALIZED","features":[558]},{"name":"MI_MODULE_FLAG_MAPPING_STRINGS","features":[558]},{"name":"MI_MODULE_FLAG_STANDARD_QUALIFIERS","features":[558]},{"name":"MI_MODULE_FLAG_VALUES","features":[558]},{"name":"MI_MainFunction","features":[558]},{"name":"MI_MethodDecl","features":[558]},{"name":"MI_MethodDecl_Invoke","features":[558]},{"name":"MI_Module","features":[558]},{"name":"MI_Module_Load","features":[558]},{"name":"MI_Module_Self","features":[558]},{"name":"MI_Module_Unload","features":[558]},{"name":"MI_OPERATIONFLAGS_BASIC_RTTI","features":[558]},{"name":"MI_OPERATIONFLAGS_DEFAULT_RTTI","features":[558]},{"name":"MI_OPERATIONFLAGS_EXPENSIVE_PROPERTIES","features":[558]},{"name":"MI_OPERATIONFLAGS_FULL_RTTI","features":[558]},{"name":"MI_OPERATIONFLAGS_LOCALIZED_QUALIFIERS","features":[558]},{"name":"MI_OPERATIONFLAGS_MANUAL_ACK_RESULTS","features":[558]},{"name":"MI_OPERATIONFLAGS_NO_RTTI","features":[558]},{"name":"MI_OPERATIONFLAGS_POLYMORPHISM_DEEP_BASE_PROPS_ONLY","features":[558]},{"name":"MI_OPERATIONFLAGS_POLYMORPHISM_SHALLOW","features":[558]},{"name":"MI_OPERATIONFLAGS_REPORT_OPERATION_STARTED","features":[558]},{"name":"MI_OPERATIONFLAGS_STANDARD_RTTI","features":[558]},{"name":"MI_ObjectDecl","features":[558]},{"name":"MI_Operation","features":[558]},{"name":"MI_OperationCallback_Class","features":[558]},{"name":"MI_OperationCallback_Indication","features":[558]},{"name":"MI_OperationCallback_Instance","features":[558]},{"name":"MI_OperationCallback_PromptUser","features":[558]},{"name":"MI_OperationCallback_ResponseType","features":[558]},{"name":"MI_OperationCallback_ResponseType_No","features":[558]},{"name":"MI_OperationCallback_ResponseType_NoToAll","features":[558]},{"name":"MI_OperationCallback_ResponseType_Yes","features":[558]},{"name":"MI_OperationCallback_ResponseType_YesToAll","features":[558]},{"name":"MI_OperationCallback_StreamedParameter","features":[558]},{"name":"MI_OperationCallback_WriteError","features":[558]},{"name":"MI_OperationCallback_WriteMessage","features":[558]},{"name":"MI_OperationCallback_WriteProgress","features":[558]},{"name":"MI_OperationCallbacks","features":[558]},{"name":"MI_OperationFT","features":[558]},{"name":"MI_OperationOptions","features":[558]},{"name":"MI_OperationOptionsFT","features":[558]},{"name":"MI_PROMPTTYPE_CRITICAL","features":[558]},{"name":"MI_PROMPTTYPE_NORMAL","features":[558]},{"name":"MI_PROVIDER_ARCHITECTURE_32BIT","features":[558]},{"name":"MI_PROVIDER_ARCHITECTURE_64BIT","features":[558]},{"name":"MI_ParameterDecl","features":[558]},{"name":"MI_ParameterSet","features":[558]},{"name":"MI_ParameterSetFT","features":[558]},{"name":"MI_PromptType","features":[558]},{"name":"MI_PropertyDecl","features":[558]},{"name":"MI_PropertySet","features":[558]},{"name":"MI_PropertySetFT","features":[558]},{"name":"MI_ProviderArchitecture","features":[558]},{"name":"MI_ProviderFT","features":[558]},{"name":"MI_ProviderFT_AssociatorInstances","features":[558]},{"name":"MI_ProviderFT_CreateInstance","features":[558]},{"name":"MI_ProviderFT_DeleteInstance","features":[558]},{"name":"MI_ProviderFT_DisableIndications","features":[558]},{"name":"MI_ProviderFT_EnableIndications","features":[558]},{"name":"MI_ProviderFT_EnumerateInstances","features":[558]},{"name":"MI_ProviderFT_GetInstance","features":[558]},{"name":"MI_ProviderFT_Invoke","features":[558]},{"name":"MI_ProviderFT_Load","features":[558]},{"name":"MI_ProviderFT_ModifyInstance","features":[558]},{"name":"MI_ProviderFT_ReferenceInstances","features":[558]},{"name":"MI_ProviderFT_Subscribe","features":[558]},{"name":"MI_ProviderFT_Unload","features":[558]},{"name":"MI_ProviderFT_Unsubscribe","features":[558]},{"name":"MI_Qualifier","features":[558]},{"name":"MI_QualifierDecl","features":[558]},{"name":"MI_QualifierSet","features":[558]},{"name":"MI_QualifierSetFT","features":[558]},{"name":"MI_REAL32","features":[558]},{"name":"MI_REAL32A","features":[558]},{"name":"MI_REAL64","features":[558]},{"name":"MI_REAL64A","features":[558]},{"name":"MI_REASON_NONE","features":[558]},{"name":"MI_REASON_SERVICESTOP","features":[558]},{"name":"MI_REASON_SHUTDOWN","features":[558]},{"name":"MI_REASON_TIMEOUT","features":[558]},{"name":"MI_REFERENCE","features":[558]},{"name":"MI_REFERENCEA","features":[558]},{"name":"MI_RESULT_ACCESS_DENIED","features":[558]},{"name":"MI_RESULT_ALREADY_EXISTS","features":[558]},{"name":"MI_RESULT_CLASS_HAS_CHILDREN","features":[558]},{"name":"MI_RESULT_CLASS_HAS_INSTANCES","features":[558]},{"name":"MI_RESULT_CONTINUATION_ON_ERROR_NOT_SUPPORTED","features":[558]},{"name":"MI_RESULT_FAILED","features":[558]},{"name":"MI_RESULT_FILTERED_ENUMERATION_NOT_SUPPORTED","features":[558]},{"name":"MI_RESULT_INVALID_CLASS","features":[558]},{"name":"MI_RESULT_INVALID_ENUMERATION_CONTEXT","features":[558]},{"name":"MI_RESULT_INVALID_NAMESPACE","features":[558]},{"name":"MI_RESULT_INVALID_OPERATION_TIMEOUT","features":[558]},{"name":"MI_RESULT_INVALID_PARAMETER","features":[558]},{"name":"MI_RESULT_INVALID_QUERY","features":[558]},{"name":"MI_RESULT_INVALID_SUPERCLASS","features":[558]},{"name":"MI_RESULT_METHOD_NOT_AVAILABLE","features":[558]},{"name":"MI_RESULT_METHOD_NOT_FOUND","features":[558]},{"name":"MI_RESULT_NAMESPACE_NOT_EMPTY","features":[558]},{"name":"MI_RESULT_NOT_FOUND","features":[558]},{"name":"MI_RESULT_NOT_SUPPORTED","features":[558]},{"name":"MI_RESULT_NO_SUCH_PROPERTY","features":[558]},{"name":"MI_RESULT_OK","features":[558]},{"name":"MI_RESULT_PULL_CANNOT_BE_ABANDONED","features":[558]},{"name":"MI_RESULT_PULL_HAS_BEEN_ABANDONED","features":[558]},{"name":"MI_RESULT_QUERY_LANGUAGE_NOT_SUPPORTED","features":[558]},{"name":"MI_RESULT_SERVER_IS_SHUTTING_DOWN","features":[558]},{"name":"MI_RESULT_SERVER_LIMITS_EXCEEDED","features":[558]},{"name":"MI_RESULT_TYPE_MISMATCH","features":[558]},{"name":"MI_Real32A","features":[558]},{"name":"MI_Real32AField","features":[558]},{"name":"MI_Real32Field","features":[558]},{"name":"MI_Real64A","features":[558]},{"name":"MI_Real64AField","features":[558]},{"name":"MI_Real64Field","features":[558]},{"name":"MI_ReferenceA","features":[558]},{"name":"MI_ReferenceAField","features":[558]},{"name":"MI_ReferenceField","features":[558]},{"name":"MI_Result","features":[558]},{"name":"MI_SERIALIZER_FLAGS_CLASS_DEEP","features":[558]},{"name":"MI_SERIALIZER_FLAGS_INSTANCE_WITH_CLASS","features":[558]},{"name":"MI_SINT16","features":[558]},{"name":"MI_SINT16A","features":[558]},{"name":"MI_SINT32","features":[558]},{"name":"MI_SINT32A","features":[558]},{"name":"MI_SINT64","features":[558]},{"name":"MI_SINT64A","features":[558]},{"name":"MI_SINT8","features":[558]},{"name":"MI_SINT8A","features":[558]},{"name":"MI_STRING","features":[558]},{"name":"MI_STRINGA","features":[558]},{"name":"MI_SUBSCRIBE_BOOKMARK_NEWEST","features":[558]},{"name":"MI_SUBSCRIBE_BOOKMARK_OLDEST","features":[558]},{"name":"MI_SchemaDecl","features":[558]},{"name":"MI_Serializer","features":[558]},{"name":"MI_SerializerFT","features":[558]},{"name":"MI_Server","features":[558]},{"name":"MI_ServerFT","features":[558]},{"name":"MI_Session","features":[558]},{"name":"MI_SessionCallbacks","features":[558]},{"name":"MI_SessionFT","features":[558]},{"name":"MI_Sint16A","features":[558]},{"name":"MI_Sint16AField","features":[558]},{"name":"MI_Sint16Field","features":[558]},{"name":"MI_Sint32A","features":[558]},{"name":"MI_Sint32AField","features":[558]},{"name":"MI_Sint32Field","features":[558]},{"name":"MI_Sint64A","features":[558]},{"name":"MI_Sint64AField","features":[558]},{"name":"MI_Sint64Field","features":[558]},{"name":"MI_Sint8A","features":[558]},{"name":"MI_Sint8AField","features":[558]},{"name":"MI_Sint8Field","features":[558]},{"name":"MI_StringA","features":[558]},{"name":"MI_StringAField","features":[558]},{"name":"MI_StringField","features":[558]},{"name":"MI_SubscriptionDeliveryOptions","features":[558]},{"name":"MI_SubscriptionDeliveryOptionsFT","features":[558]},{"name":"MI_SubscriptionDeliveryType","features":[558]},{"name":"MI_SubscriptionDeliveryType_Pull","features":[558]},{"name":"MI_SubscriptionDeliveryType_Push","features":[558]},{"name":"MI_Timestamp","features":[558]},{"name":"MI_Type","features":[558]},{"name":"MI_UINT16","features":[558]},{"name":"MI_UINT16A","features":[558]},{"name":"MI_UINT32","features":[558]},{"name":"MI_UINT32A","features":[558]},{"name":"MI_UINT64","features":[558]},{"name":"MI_UINT64A","features":[558]},{"name":"MI_UINT8","features":[558]},{"name":"MI_UINT8A","features":[558]},{"name":"MI_Uint16A","features":[558]},{"name":"MI_Uint16AField","features":[558]},{"name":"MI_Uint16Field","features":[558]},{"name":"MI_Uint32A","features":[558]},{"name":"MI_Uint32AField","features":[558]},{"name":"MI_Uint32Field","features":[558]},{"name":"MI_Uint64A","features":[558]},{"name":"MI_Uint64AField","features":[558]},{"name":"MI_Uint64Field","features":[558]},{"name":"MI_Uint8A","features":[558]},{"name":"MI_Uint8AField","features":[558]},{"name":"MI_Uint8Field","features":[558]},{"name":"MI_UserCredentials","features":[558]},{"name":"MI_UsernamePasswordCreds","features":[558]},{"name":"MI_UtilitiesFT","features":[558]},{"name":"MI_Value","features":[558]},{"name":"MI_WRITEMESSAGE_CHANNEL_DEBUG","features":[558]},{"name":"MI_WRITEMESSAGE_CHANNEL_VERBOSE","features":[558]},{"name":"MI_WRITEMESSAGE_CHANNEL_WARNING","features":[558]},{"name":"MofCompiler","features":[558]},{"name":"SWbemAnalysisMatrix","features":[307,558]},{"name":"SWbemAnalysisMatrixList","features":[307,558]},{"name":"SWbemAssocQueryInf","features":[558]},{"name":"SWbemDateTime","features":[558]},{"name":"SWbemEventSource","features":[558]},{"name":"SWbemLastError","features":[558]},{"name":"SWbemLocator","features":[558]},{"name":"SWbemMethod","features":[558]},{"name":"SWbemMethodSet","features":[558]},{"name":"SWbemNamedValue","features":[558]},{"name":"SWbemNamedValueSet","features":[558]},{"name":"SWbemObject","features":[558]},{"name":"SWbemObjectEx","features":[558]},{"name":"SWbemObjectPath","features":[558]},{"name":"SWbemObjectSet","features":[558]},{"name":"SWbemPrivilege","features":[558]},{"name":"SWbemPrivilegeSet","features":[558]},{"name":"SWbemProperty","features":[558]},{"name":"SWbemPropertySet","features":[558]},{"name":"SWbemQualifier","features":[558]},{"name":"SWbemQualifierSet","features":[558]},{"name":"SWbemQueryQualifiedName","features":[307,558]},{"name":"SWbemRefreshableItem","features":[558]},{"name":"SWbemRefresher","features":[558]},{"name":"SWbemRpnConst","features":[307,558]},{"name":"SWbemRpnEncodedQuery","features":[307,558]},{"name":"SWbemRpnQueryToken","features":[307,558]},{"name":"SWbemRpnTokenList","features":[558]},{"name":"SWbemSecurity","features":[558]},{"name":"SWbemServices","features":[558]},{"name":"SWbemServicesEx","features":[558]},{"name":"SWbemSink","features":[558]},{"name":"UnsecuredApartment","features":[558]},{"name":"WBEMESS_E_AUTHZ_NOT_PRIVILEGED","features":[558]},{"name":"WBEMESS_E_REGISTRATION_TOO_BROAD","features":[558]},{"name":"WBEMESS_E_REGISTRATION_TOO_PRECISE","features":[558]},{"name":"WBEMMOF_E_ALIASES_IN_EMBEDDED","features":[558]},{"name":"WBEMMOF_E_CIMTYPE_QUALIFIER","features":[558]},{"name":"WBEMMOF_E_DUPLICATE_PROPERTY","features":[558]},{"name":"WBEMMOF_E_DUPLICATE_QUALIFIER","features":[558]},{"name":"WBEMMOF_E_ERROR_CREATING_TEMP_FILE","features":[558]},{"name":"WBEMMOF_E_ERROR_INVALID_INCLUDE_FILE","features":[558]},{"name":"WBEMMOF_E_EXPECTED_ALIAS_NAME","features":[558]},{"name":"WBEMMOF_E_EXPECTED_BRACE_OR_BAD_TYPE","features":[558]},{"name":"WBEMMOF_E_EXPECTED_CLASS_NAME","features":[558]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_BRACE","features":[558]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_BRACKET","features":[558]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_PAREN","features":[558]},{"name":"WBEMMOF_E_EXPECTED_DOLLAR","features":[558]},{"name":"WBEMMOF_E_EXPECTED_FLAVOR_TYPE","features":[558]},{"name":"WBEMMOF_E_EXPECTED_OPEN_BRACE","features":[558]},{"name":"WBEMMOF_E_EXPECTED_OPEN_PAREN","features":[558]},{"name":"WBEMMOF_E_EXPECTED_PROPERTY_NAME","features":[558]},{"name":"WBEMMOF_E_EXPECTED_QUALIFIER_NAME","features":[558]},{"name":"WBEMMOF_E_EXPECTED_SEMI","features":[558]},{"name":"WBEMMOF_E_EXPECTED_TYPE_IDENTIFIER","features":[558]},{"name":"WBEMMOF_E_ILLEGAL_CONSTANT_VALUE","features":[558]},{"name":"WBEMMOF_E_INCOMPATIBLE_FLAVOR_TYPES","features":[558]},{"name":"WBEMMOF_E_INCOMPATIBLE_FLAVOR_TYPES2","features":[558]},{"name":"WBEMMOF_E_INVALID_AMENDMENT_SYNTAX","features":[558]},{"name":"WBEMMOF_E_INVALID_CLASS_DECLARATION","features":[558]},{"name":"WBEMMOF_E_INVALID_DELETECLASS_SYNTAX","features":[558]},{"name":"WBEMMOF_E_INVALID_DELETEINSTANCE_SYNTAX","features":[558]},{"name":"WBEMMOF_E_INVALID_DUPLICATE_AMENDMENT","features":[558]},{"name":"WBEMMOF_E_INVALID_FILE","features":[558]},{"name":"WBEMMOF_E_INVALID_FLAGS_SYNTAX","features":[558]},{"name":"WBEMMOF_E_INVALID_INSTANCE_DECLARATION","features":[558]},{"name":"WBEMMOF_E_INVALID_NAMESPACE_SPECIFICATION","features":[558]},{"name":"WBEMMOF_E_INVALID_NAMESPACE_SYNTAX","features":[558]},{"name":"WBEMMOF_E_INVALID_PRAGMA","features":[558]},{"name":"WBEMMOF_E_INVALID_QUALIFIER_SYNTAX","features":[558]},{"name":"WBEMMOF_E_MULTIPLE_ALIASES","features":[558]},{"name":"WBEMMOF_E_MUST_BE_IN_OR_OUT","features":[558]},{"name":"WBEMMOF_E_NO_ARRAYS_RETURNED","features":[558]},{"name":"WBEMMOF_E_NULL_ARRAY_ELEM","features":[558]},{"name":"WBEMMOF_E_OUT_OF_RANGE","features":[558]},{"name":"WBEMMOF_E_QUALIFIER_USED_OUTSIDE_SCOPE","features":[558]},{"name":"WBEMMOF_E_TYPEDEF_NOT_SUPPORTED","features":[558]},{"name":"WBEMMOF_E_TYPE_MISMATCH","features":[558]},{"name":"WBEMMOF_E_UNEXPECTED_ALIAS","features":[558]},{"name":"WBEMMOF_E_UNEXPECTED_ARRAY_INIT","features":[558]},{"name":"WBEMMOF_E_UNRECOGNIZED_TOKEN","features":[558]},{"name":"WBEMMOF_E_UNRECOGNIZED_TYPE","features":[558]},{"name":"WBEMMOF_E_UNSUPPORTED_CIMV22_DATA_TYPE","features":[558]},{"name":"WBEMMOF_E_UNSUPPORTED_CIMV22_QUAL_VALUE","features":[558]},{"name":"WBEMPATH_COMPRESSED","features":[558]},{"name":"WBEMPATH_CREATE_ACCEPT_ABSOLUTE","features":[558]},{"name":"WBEMPATH_CREATE_ACCEPT_ALL","features":[558]},{"name":"WBEMPATH_CREATE_ACCEPT_RELATIVE","features":[558]},{"name":"WBEMPATH_GET_NAMESPACE_ONLY","features":[558]},{"name":"WBEMPATH_GET_ORIGINAL","features":[558]},{"name":"WBEMPATH_GET_RELATIVE_ONLY","features":[558]},{"name":"WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY","features":[558]},{"name":"WBEMPATH_GET_SERVER_TOO","features":[558]},{"name":"WBEMPATH_INFO_ANON_LOCAL_MACHINE","features":[558]},{"name":"WBEMPATH_INFO_CIM_COMPLIANT","features":[558]},{"name":"WBEMPATH_INFO_CONTAINS_SINGLETON","features":[558]},{"name":"WBEMPATH_INFO_HAS_IMPLIED_KEY","features":[558]},{"name":"WBEMPATH_INFO_HAS_MACHINE_NAME","features":[558]},{"name":"WBEMPATH_INFO_HAS_SUBSCOPES","features":[558]},{"name":"WBEMPATH_INFO_HAS_V2_REF_PATHS","features":[558]},{"name":"WBEMPATH_INFO_IS_CLASS_REF","features":[558]},{"name":"WBEMPATH_INFO_IS_COMPOUND","features":[558]},{"name":"WBEMPATH_INFO_IS_INST_REF","features":[558]},{"name":"WBEMPATH_INFO_IS_PARENT","features":[558]},{"name":"WBEMPATH_INFO_IS_SINGLETON","features":[558]},{"name":"WBEMPATH_INFO_NATIVE_PATH","features":[558]},{"name":"WBEMPATH_INFO_PATH_HAD_SERVER","features":[558]},{"name":"WBEMPATH_INFO_SERVER_NAMESPACE_ONLY","features":[558]},{"name":"WBEMPATH_INFO_V1_COMPLIANT","features":[558]},{"name":"WBEMPATH_INFO_V2_COMPLIANT","features":[558]},{"name":"WBEMPATH_INFO_WMI_PATH","features":[558]},{"name":"WBEMPATH_QUOTEDTEXT","features":[558]},{"name":"WBEMPATH_TEXT","features":[558]},{"name":"WBEMPATH_TREAT_SINGLE_IDENT_AS_NS","features":[558]},{"name":"WBEMSTATUS","features":[558]},{"name":"WBEMSTATUS_FORMAT","features":[558]},{"name":"WBEMSTATUS_FORMAT_NEWLINE","features":[558]},{"name":"WBEMSTATUS_FORMAT_NO_NEWLINE","features":[558]},{"name":"WBEMS_DISPID_COMPLETED","features":[558]},{"name":"WBEMS_DISPID_CONNECTION_READY","features":[558]},{"name":"WBEMS_DISPID_DERIVATION","features":[558]},{"name":"WBEMS_DISPID_OBJECT_PUT","features":[558]},{"name":"WBEMS_DISPID_OBJECT_READY","features":[558]},{"name":"WBEMS_DISPID_PROGRESS","features":[558]},{"name":"WBEM_AUTHENTICATION_METHOD_MASK","features":[558]},{"name":"WBEM_BACKUP_RESTORE_FLAGS","features":[558]},{"name":"WBEM_BATCH_TYPE","features":[558]},{"name":"WBEM_CHANGE_FLAG_TYPE","features":[558]},{"name":"WBEM_COMPARISON_FLAG","features":[558]},{"name":"WBEM_COMPARISON_INCLUDE_ALL","features":[558]},{"name":"WBEM_COMPILER_OPTIONS","features":[558]},{"name":"WBEM_COMPILE_STATUS_INFO","features":[558]},{"name":"WBEM_CONDITION_FLAG_TYPE","features":[558]},{"name":"WBEM_CONNECT_OPTIONS","features":[558]},{"name":"WBEM_ENABLE","features":[558]},{"name":"WBEM_EXTRA_RETURN_CODES","features":[558]},{"name":"WBEM_E_ACCESS_DENIED","features":[558]},{"name":"WBEM_E_AGGREGATING_BY_OBJECT","features":[558]},{"name":"WBEM_E_ALREADY_EXISTS","features":[558]},{"name":"WBEM_E_AMBIGUOUS_OPERATION","features":[558]},{"name":"WBEM_E_AMENDED_OBJECT","features":[558]},{"name":"WBEM_E_BACKUP_RESTORE_WINMGMT_RUNNING","features":[558]},{"name":"WBEM_E_BUFFER_TOO_SMALL","features":[558]},{"name":"WBEM_E_CALL_CANCELLED","features":[558]},{"name":"WBEM_E_CANNOT_BE_ABSTRACT","features":[558]},{"name":"WBEM_E_CANNOT_BE_KEY","features":[558]},{"name":"WBEM_E_CANNOT_BE_SINGLETON","features":[558]},{"name":"WBEM_E_CANNOT_CHANGE_INDEX_INHERITANCE","features":[558]},{"name":"WBEM_E_CANNOT_CHANGE_KEY_INHERITANCE","features":[558]},{"name":"WBEM_E_CIRCULAR_REFERENCE","features":[558]},{"name":"WBEM_E_CLASS_HAS_CHILDREN","features":[558]},{"name":"WBEM_E_CLASS_HAS_INSTANCES","features":[558]},{"name":"WBEM_E_CLASS_NAME_TOO_WIDE","features":[558]},{"name":"WBEM_E_CLIENT_TOO_SLOW","features":[558]},{"name":"WBEM_E_CONNECTION_FAILED","features":[558]},{"name":"WBEM_E_CRITICAL_ERROR","features":[558]},{"name":"WBEM_E_DATABASE_VER_MISMATCH","features":[558]},{"name":"WBEM_E_ENCRYPTED_CONNECTION_REQUIRED","features":[558]},{"name":"WBEM_E_FAILED","features":[558]},{"name":"WBEM_E_FATAL_TRANSPORT_ERROR","features":[558]},{"name":"WBEM_E_HANDLE_OUT_OF_DATE","features":[558]},{"name":"WBEM_E_ILLEGAL_NULL","features":[558]},{"name":"WBEM_E_ILLEGAL_OPERATION","features":[558]},{"name":"WBEM_E_INCOMPLETE_CLASS","features":[558]},{"name":"WBEM_E_INITIALIZATION_FAILURE","features":[558]},{"name":"WBEM_E_INVALID_ASSOCIATION","features":[558]},{"name":"WBEM_E_INVALID_CIM_TYPE","features":[558]},{"name":"WBEM_E_INVALID_CLASS","features":[558]},{"name":"WBEM_E_INVALID_CONTEXT","features":[558]},{"name":"WBEM_E_INVALID_DUPLICATE_PARAMETER","features":[558]},{"name":"WBEM_E_INVALID_FLAVOR","features":[558]},{"name":"WBEM_E_INVALID_HANDLE_REQUEST","features":[558]},{"name":"WBEM_E_INVALID_LOCALE","features":[558]},{"name":"WBEM_E_INVALID_METHOD","features":[558]},{"name":"WBEM_E_INVALID_METHOD_PARAMETERS","features":[558]},{"name":"WBEM_E_INVALID_NAMESPACE","features":[558]},{"name":"WBEM_E_INVALID_OBJECT","features":[558]},{"name":"WBEM_E_INVALID_OBJECT_PATH","features":[558]},{"name":"WBEM_E_INVALID_OPERATION","features":[558]},{"name":"WBEM_E_INVALID_OPERATOR","features":[558]},{"name":"WBEM_E_INVALID_PARAMETER","features":[558]},{"name":"WBEM_E_INVALID_PARAMETER_ID","features":[558]},{"name":"WBEM_E_INVALID_PROPERTY","features":[558]},{"name":"WBEM_E_INVALID_PROPERTY_TYPE","features":[558]},{"name":"WBEM_E_INVALID_PROVIDER_REGISTRATION","features":[558]},{"name":"WBEM_E_INVALID_QUALIFIER","features":[558]},{"name":"WBEM_E_INVALID_QUALIFIER_TYPE","features":[558]},{"name":"WBEM_E_INVALID_QUERY","features":[558]},{"name":"WBEM_E_INVALID_QUERY_TYPE","features":[558]},{"name":"WBEM_E_INVALID_STREAM","features":[558]},{"name":"WBEM_E_INVALID_SUPERCLASS","features":[558]},{"name":"WBEM_E_INVALID_SYNTAX","features":[558]},{"name":"WBEM_E_LOCAL_CREDENTIALS","features":[558]},{"name":"WBEM_E_MARSHAL_INVALID_SIGNATURE","features":[558]},{"name":"WBEM_E_MARSHAL_VERSION_MISMATCH","features":[558]},{"name":"WBEM_E_METHOD_DISABLED","features":[558]},{"name":"WBEM_E_METHOD_NAME_TOO_WIDE","features":[558]},{"name":"WBEM_E_METHOD_NOT_IMPLEMENTED","features":[558]},{"name":"WBEM_E_MISSING_AGGREGATION_LIST","features":[558]},{"name":"WBEM_E_MISSING_GROUP_WITHIN","features":[558]},{"name":"WBEM_E_MISSING_PARAMETER_ID","features":[558]},{"name":"WBEM_E_NONCONSECUTIVE_PARAMETER_IDS","features":[558]},{"name":"WBEM_E_NONDECORATED_OBJECT","features":[558]},{"name":"WBEM_E_NOT_AVAILABLE","features":[558]},{"name":"WBEM_E_NOT_EVENT_CLASS","features":[558]},{"name":"WBEM_E_NOT_FOUND","features":[558]},{"name":"WBEM_E_NOT_SUPPORTED","features":[558]},{"name":"WBEM_E_NO_KEY","features":[558]},{"name":"WBEM_E_NO_SCHEMA","features":[558]},{"name":"WBEM_E_NULL_SECURITY_DESCRIPTOR","features":[558]},{"name":"WBEM_E_OUT_OF_DISK_SPACE","features":[558]},{"name":"WBEM_E_OUT_OF_MEMORY","features":[558]},{"name":"WBEM_E_OVERRIDE_NOT_ALLOWED","features":[558]},{"name":"WBEM_E_PARAMETER_ID_ON_RETVAL","features":[558]},{"name":"WBEM_E_PRIVILEGE_NOT_HELD","features":[558]},{"name":"WBEM_E_PROPAGATED_METHOD","features":[558]},{"name":"WBEM_E_PROPAGATED_PROPERTY","features":[558]},{"name":"WBEM_E_PROPAGATED_QUALIFIER","features":[558]},{"name":"WBEM_E_PROPERTY_NAME_TOO_WIDE","features":[558]},{"name":"WBEM_E_PROPERTY_NOT_AN_OBJECT","features":[558]},{"name":"WBEM_E_PROVIDER_ALREADY_REGISTERED","features":[558]},{"name":"WBEM_E_PROVIDER_DISABLED","features":[558]},{"name":"WBEM_E_PROVIDER_FAILURE","features":[558]},{"name":"WBEM_E_PROVIDER_LOAD_FAILURE","features":[558]},{"name":"WBEM_E_PROVIDER_NOT_CAPABLE","features":[558]},{"name":"WBEM_E_PROVIDER_NOT_FOUND","features":[558]},{"name":"WBEM_E_PROVIDER_NOT_REGISTERED","features":[558]},{"name":"WBEM_E_PROVIDER_SUSPENDED","features":[558]},{"name":"WBEM_E_PROVIDER_TIMED_OUT","features":[558]},{"name":"WBEM_E_QUALIFIER_NAME_TOO_WIDE","features":[558]},{"name":"WBEM_E_QUERY_NOT_IMPLEMENTED","features":[558]},{"name":"WBEM_E_QUEUE_OVERFLOW","features":[558]},{"name":"WBEM_E_QUOTA_VIOLATION","features":[558]},{"name":"WBEM_E_READ_ONLY","features":[558]},{"name":"WBEM_E_REFRESHER_BUSY","features":[558]},{"name":"WBEM_E_RERUN_COMMAND","features":[558]},{"name":"WBEM_E_RESERVED_001","features":[558]},{"name":"WBEM_E_RESERVED_002","features":[558]},{"name":"WBEM_E_RESOURCE_CONTENTION","features":[558]},{"name":"WBEM_E_RETRY_LATER","features":[558]},{"name":"WBEM_E_SERVER_TOO_BUSY","features":[558]},{"name":"WBEM_E_SHUTTING_DOWN","features":[558]},{"name":"WBEM_E_SYNCHRONIZATION_REQUIRED","features":[558]},{"name":"WBEM_E_SYSTEM_PROPERTY","features":[558]},{"name":"WBEM_E_TIMED_OUT","features":[558]},{"name":"WBEM_E_TOO_MANY_PROPERTIES","features":[558]},{"name":"WBEM_E_TOO_MUCH_DATA","features":[558]},{"name":"WBEM_E_TRANSPORT_FAILURE","features":[558]},{"name":"WBEM_E_TYPE_MISMATCH","features":[558]},{"name":"WBEM_E_UNEXPECTED","features":[558]},{"name":"WBEM_E_UNINTERPRETABLE_PROVIDER_QUERY","features":[558]},{"name":"WBEM_E_UNKNOWN_OBJECT_TYPE","features":[558]},{"name":"WBEM_E_UNKNOWN_PACKET_TYPE","features":[558]},{"name":"WBEM_E_UNPARSABLE_QUERY","features":[558]},{"name":"WBEM_E_UNSUPPORTED_CLASS_UPDATE","features":[558]},{"name":"WBEM_E_UNSUPPORTED_LOCALE","features":[558]},{"name":"WBEM_E_UNSUPPORTED_PARAMETER","features":[558]},{"name":"WBEM_E_UNSUPPORTED_PUT_EXTENSION","features":[558]},{"name":"WBEM_E_UPDATE_OVERRIDE_NOT_ALLOWED","features":[558]},{"name":"WBEM_E_UPDATE_PROPAGATED_METHOD","features":[558]},{"name":"WBEM_E_UPDATE_TYPE_MISMATCH","features":[558]},{"name":"WBEM_E_VALUE_OUT_OF_RANGE","features":[558]},{"name":"WBEM_E_VETO_DELETE","features":[558]},{"name":"WBEM_E_VETO_PUT","features":[558]},{"name":"WBEM_FLAG_ADVISORY","features":[558]},{"name":"WBEM_FLAG_ALLOW_READ","features":[558]},{"name":"WBEM_FLAG_ALWAYS","features":[558]},{"name":"WBEM_FLAG_AUTORECOVER","features":[558]},{"name":"WBEM_FLAG_BACKUP_RESTORE_DEFAULT","features":[558]},{"name":"WBEM_FLAG_BACKUP_RESTORE_FORCE_SHUTDOWN","features":[558]},{"name":"WBEM_FLAG_BATCH_IF_NEEDED","features":[558]},{"name":"WBEM_FLAG_BIDIRECTIONAL","features":[558]},{"name":"WBEM_FLAG_CHECK_ONLY","features":[558]},{"name":"WBEM_FLAG_CLASS_LOCAL_AND_OVERRIDES","features":[558]},{"name":"WBEM_FLAG_CLASS_OVERRIDES_ONLY","features":[558]},{"name":"WBEM_FLAG_CONNECT_PROVIDERS","features":[558]},{"name":"WBEM_FLAG_CONNECT_REPOSITORY_ONLY","features":[558]},{"name":"WBEM_FLAG_CONNECT_USE_MAX_WAIT","features":[558]},{"name":"WBEM_FLAG_CONSOLE_PRINT","features":[558]},{"name":"WBEM_FLAG_CREATE_ONLY","features":[558]},{"name":"WBEM_FLAG_CREATE_OR_UPDATE","features":[558]},{"name":"WBEM_FLAG_DEEP","features":[558]},{"name":"WBEM_FLAG_DIRECT_READ","features":[558]},{"name":"WBEM_FLAG_DONT_ADD_TO_LIST","features":[558]},{"name":"WBEM_FLAG_DONT_SEND_STATUS","features":[558]},{"name":"WBEM_FLAG_ENSURE_LOCATABLE","features":[558]},{"name":"WBEM_FLAG_EXCLUDE_OBJECT_QUALIFIERS","features":[558]},{"name":"WBEM_FLAG_EXCLUDE_PROPERTY_QUALIFIERS","features":[558]},{"name":"WBEM_FLAG_FORWARD_ONLY","features":[558]},{"name":"WBEM_FLAG_IGNORE_CASE","features":[558]},{"name":"WBEM_FLAG_IGNORE_CLASS","features":[558]},{"name":"WBEM_FLAG_IGNORE_DEFAULT_VALUES","features":[558]},{"name":"WBEM_FLAG_IGNORE_FLAVOR","features":[558]},{"name":"WBEM_FLAG_IGNORE_OBJECT_SOURCE","features":[558]},{"name":"WBEM_FLAG_IGNORE_QUALIFIERS","features":[558]},{"name":"WBEM_FLAG_INPROC_LOGIN","features":[558]},{"name":"WBEM_FLAG_KEYS_ONLY","features":[558]},{"name":"WBEM_FLAG_LOCAL_LOGIN","features":[558]},{"name":"WBEM_FLAG_LOCAL_ONLY","features":[558]},{"name":"WBEM_FLAG_LONG_NAME","features":[558]},{"name":"WBEM_FLAG_MUST_BATCH","features":[558]},{"name":"WBEM_FLAG_MUST_NOT_BATCH","features":[558]},{"name":"WBEM_FLAG_NONSYSTEM_ONLY","features":[558]},{"name":"WBEM_FLAG_NO_ERROR_OBJECT","features":[558]},{"name":"WBEM_FLAG_NO_FLAVORS","features":[558]},{"name":"WBEM_FLAG_ONLY_IF_FALSE","features":[558]},{"name":"WBEM_FLAG_ONLY_IF_IDENTICAL","features":[558]},{"name":"WBEM_FLAG_ONLY_IF_TRUE","features":[558]},{"name":"WBEM_FLAG_OWNER_UPDATE","features":[558]},{"name":"WBEM_FLAG_PROPAGATED_ONLY","features":[558]},{"name":"WBEM_FLAG_PROTOTYPE","features":[558]},{"name":"WBEM_FLAG_REFRESH_AUTO_RECONNECT","features":[558]},{"name":"WBEM_FLAG_REFRESH_NO_AUTO_RECONNECT","features":[558]},{"name":"WBEM_FLAG_REFS_ONLY","features":[558]},{"name":"WBEM_FLAG_REMOTE_LOGIN","features":[558]},{"name":"WBEM_FLAG_RETURN_ERROR_OBJECT","features":[558]},{"name":"WBEM_FLAG_RETURN_IMMEDIATELY","features":[558]},{"name":"WBEM_FLAG_RETURN_WBEM_COMPLETE","features":[558]},{"name":"WBEM_FLAG_SEND_ONLY_SELECTED","features":[558]},{"name":"WBEM_FLAG_SEND_STATUS","features":[558]},{"name":"WBEM_FLAG_SHALLOW","features":[558]},{"name":"WBEM_FLAG_SHORT_NAME","features":[558]},{"name":"WBEM_FLAG_SPLIT_FILES","features":[558]},{"name":"WBEM_FLAG_STORE_FILE","features":[558]},{"name":"WBEM_FLAG_STRONG_VALIDATION","features":[558]},{"name":"WBEM_FLAG_SYSTEM_ONLY","features":[558]},{"name":"WBEM_FLAG_UNSECAPP_CHECK_ACCESS","features":[558]},{"name":"WBEM_FLAG_UNSECAPP_DEFAULT_CHECK_ACCESS","features":[558]},{"name":"WBEM_FLAG_UNSECAPP_DONT_CHECK_ACCESS","features":[558]},{"name":"WBEM_FLAG_UPDATE_COMPATIBLE","features":[558]},{"name":"WBEM_FLAG_UPDATE_FORCE_MODE","features":[558]},{"name":"WBEM_FLAG_UPDATE_ONLY","features":[558]},{"name":"WBEM_FLAG_UPDATE_SAFE_MODE","features":[558]},{"name":"WBEM_FLAG_USE_AMENDED_QUALIFIERS","features":[558]},{"name":"WBEM_FLAG_USE_MULTIPLE_CHALLENGES","features":[558]},{"name":"WBEM_FLAG_WMI_CHECK","features":[558]},{"name":"WBEM_FLAVOR_AMENDED","features":[558]},{"name":"WBEM_FLAVOR_DONT_PROPAGATE","features":[558]},{"name":"WBEM_FLAVOR_FLAG_PROPAGATE_TO_DERIVED_CLASS","features":[558]},{"name":"WBEM_FLAVOR_FLAG_PROPAGATE_TO_INSTANCE","features":[558]},{"name":"WBEM_FLAVOR_MASK_AMENDED","features":[558]},{"name":"WBEM_FLAVOR_MASK_ORIGIN","features":[558]},{"name":"WBEM_FLAVOR_MASK_PERMISSIONS","features":[558]},{"name":"WBEM_FLAVOR_MASK_PROPAGATION","features":[558]},{"name":"WBEM_FLAVOR_NOT_AMENDED","features":[558]},{"name":"WBEM_FLAVOR_NOT_OVERRIDABLE","features":[558]},{"name":"WBEM_FLAVOR_ORIGIN_LOCAL","features":[558]},{"name":"WBEM_FLAVOR_ORIGIN_PROPAGATED","features":[558]},{"name":"WBEM_FLAVOR_ORIGIN_SYSTEM","features":[558]},{"name":"WBEM_FLAVOR_OVERRIDABLE","features":[558]},{"name":"WBEM_FLAVOR_TYPE","features":[558]},{"name":"WBEM_FULL_WRITE_REP","features":[558]},{"name":"WBEM_GENERIC_FLAG_TYPE","features":[558]},{"name":"WBEM_GENUS_CLASS","features":[558]},{"name":"WBEM_GENUS_INSTANCE","features":[558]},{"name":"WBEM_GENUS_TYPE","features":[558]},{"name":"WBEM_GET_KEY_FLAGS","features":[558]},{"name":"WBEM_GET_TEXT_FLAGS","features":[558]},{"name":"WBEM_INFINITE","features":[558]},{"name":"WBEM_INFORMATION_FLAG_TYPE","features":[558]},{"name":"WBEM_LIMITATION_FLAG_TYPE","features":[558]},{"name":"WBEM_LIMITS","features":[558]},{"name":"WBEM_LOCKING_FLAG_TYPE","features":[558]},{"name":"WBEM_LOGIN_TYPE","features":[558]},{"name":"WBEM_MASK_CLASS_CONDITION","features":[558]},{"name":"WBEM_MASK_CONDITION_ORIGIN","features":[558]},{"name":"WBEM_MASK_PRIMARY_CONDITION","features":[558]},{"name":"WBEM_MASK_RESERVED_FLAGS","features":[558]},{"name":"WBEM_MASK_UPDATE_MODE","features":[558]},{"name":"WBEM_MAX_IDENTIFIER","features":[558]},{"name":"WBEM_MAX_OBJECT_NESTING","features":[558]},{"name":"WBEM_MAX_PATH","features":[558]},{"name":"WBEM_MAX_QUERY","features":[558]},{"name":"WBEM_MAX_USER_PROPERTIES","features":[558]},{"name":"WBEM_METHOD_EXECUTE","features":[558]},{"name":"WBEM_NO_ERROR","features":[558]},{"name":"WBEM_NO_WAIT","features":[558]},{"name":"WBEM_PARTIAL_WRITE_REP","features":[558]},{"name":"WBEM_PATH_CREATE_FLAG","features":[558]},{"name":"WBEM_PATH_STATUS_FLAG","features":[558]},{"name":"WBEM_PROVIDER_FLAGS","features":[558]},{"name":"WBEM_PROVIDER_REQUIREMENTS_TYPE","features":[558]},{"name":"WBEM_QUERY_FLAG_TYPE","features":[558]},{"name":"WBEM_REFRESHER_FLAGS","features":[558]},{"name":"WBEM_REMOTE_ACCESS","features":[558]},{"name":"WBEM_REQUIREMENTS_RECHECK_SUBSCRIPTIONS","features":[558]},{"name":"WBEM_REQUIREMENTS_START_POSTFILTER","features":[558]},{"name":"WBEM_REQUIREMENTS_STOP_POSTFILTER","features":[558]},{"name":"WBEM_RETURN_IMMEDIATELY","features":[558]},{"name":"WBEM_RETURN_WHEN_COMPLETE","features":[558]},{"name":"WBEM_RIGHT_PUBLISH","features":[558]},{"name":"WBEM_RIGHT_SUBSCRIBE","features":[558]},{"name":"WBEM_SECURITY_FLAGS","features":[558]},{"name":"WBEM_SHUTDOWN_FLAGS","features":[558]},{"name":"WBEM_SHUTDOWN_OS","features":[558]},{"name":"WBEM_SHUTDOWN_UNLOAD_COMPONENT","features":[558]},{"name":"WBEM_SHUTDOWN_WMI","features":[558]},{"name":"WBEM_STATUS_COMPLETE","features":[558]},{"name":"WBEM_STATUS_LOGGING_INFORMATION","features":[558]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_ESS","features":[558]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_HOST","features":[558]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_PROVIDER","features":[558]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_REPOSITORY","features":[558]},{"name":"WBEM_STATUS_PROGRESS","features":[558]},{"name":"WBEM_STATUS_REQUIREMENTS","features":[558]},{"name":"WBEM_STATUS_TYPE","features":[558]},{"name":"WBEM_S_ACCESS_DENIED","features":[558]},{"name":"WBEM_S_ALREADY_EXISTS","features":[558]},{"name":"WBEM_S_DIFFERENT","features":[558]},{"name":"WBEM_S_DUPLICATE_OBJECTS","features":[558]},{"name":"WBEM_S_FALSE","features":[558]},{"name":"WBEM_S_INDIRECTLY_UPDATED","features":[558]},{"name":"WBEM_S_INITIALIZED","features":[558]},{"name":"WBEM_S_LIMITED_SERVICE","features":[558]},{"name":"WBEM_S_NO_ERROR","features":[558]},{"name":"WBEM_S_NO_MORE_DATA","features":[558]},{"name":"WBEM_S_OPERATION_CANCELLED","features":[558]},{"name":"WBEM_S_PARTIAL_RESULTS","features":[558]},{"name":"WBEM_S_PENDING","features":[558]},{"name":"WBEM_S_RESET_TO_DEFAULT","features":[558]},{"name":"WBEM_S_SAME","features":[558]},{"name":"WBEM_S_SOURCE_NOT_AVAILABLE","features":[558]},{"name":"WBEM_S_SUBJECT_TO_SDS","features":[558]},{"name":"WBEM_S_TIMEDOUT","features":[558]},{"name":"WBEM_TEXT_FLAG_TYPE","features":[558]},{"name":"WBEM_UNSECAPP_FLAG_TYPE","features":[558]},{"name":"WBEM_WRITE_PROVIDER","features":[558]},{"name":"WMIExtension","features":[558]},{"name":"WMIQ_ANALYSIS_ASSOC_QUERY","features":[558]},{"name":"WMIQ_ANALYSIS_PROP_ANALYSIS_MATRIX","features":[558]},{"name":"WMIQ_ANALYSIS_QUERY_TEXT","features":[558]},{"name":"WMIQ_ANALYSIS_RESERVED","features":[558]},{"name":"WMIQ_ANALYSIS_RPN_SEQUENCE","features":[558]},{"name":"WMIQ_ANALYSIS_TYPE","features":[558]},{"name":"WMIQ_ASSOCQ_ASSOCCLASS","features":[558]},{"name":"WMIQ_ASSOCQ_ASSOCIATORS","features":[558]},{"name":"WMIQ_ASSOCQ_CLASSDEFSONLY","features":[558]},{"name":"WMIQ_ASSOCQ_CLASSREFSONLY","features":[558]},{"name":"WMIQ_ASSOCQ_FLAGS","features":[558]},{"name":"WMIQ_ASSOCQ_KEYSONLY","features":[558]},{"name":"WMIQ_ASSOCQ_REFERENCES","features":[558]},{"name":"WMIQ_ASSOCQ_REQUIREDASSOCQUALIFIER","features":[558]},{"name":"WMIQ_ASSOCQ_REQUIREDQUALIFIER","features":[558]},{"name":"WMIQ_ASSOCQ_RESULTCLASS","features":[558]},{"name":"WMIQ_ASSOCQ_RESULTROLE","features":[558]},{"name":"WMIQ_ASSOCQ_ROLE","features":[558]},{"name":"WMIQ_ASSOCQ_SCHEMAONLY","features":[558]},{"name":"WMIQ_LANGUAGE_FEATURES","features":[558]},{"name":"WMIQ_LF10_COMPEX_SUBEXPRESSIONS","features":[558]},{"name":"WMIQ_LF11_ALIASING","features":[558]},{"name":"WMIQ_LF12_GROUP_BY_HAVING","features":[558]},{"name":"WMIQ_LF13_WMI_WITHIN","features":[558]},{"name":"WMIQ_LF14_SQL_WRITE_OPERATIONS","features":[558]},{"name":"WMIQ_LF15_GO","features":[558]},{"name":"WMIQ_LF16_SINGLE_LEVEL_TRANSACTIONS","features":[558]},{"name":"WMIQ_LF17_QUALIFIED_NAMES","features":[558]},{"name":"WMIQ_LF18_ASSOCIATONS","features":[558]},{"name":"WMIQ_LF19_SYSTEM_PROPERTIES","features":[558]},{"name":"WMIQ_LF1_BASIC_SELECT","features":[558]},{"name":"WMIQ_LF20_EXTENDED_SYSTEM_PROPERTIES","features":[558]},{"name":"WMIQ_LF21_SQL89_JOINS","features":[558]},{"name":"WMIQ_LF22_SQL92_JOINS","features":[558]},{"name":"WMIQ_LF23_SUBSELECTS","features":[558]},{"name":"WMIQ_LF24_UMI_EXTENSIONS","features":[558]},{"name":"WMIQ_LF25_DATEPART","features":[558]},{"name":"WMIQ_LF26_LIKE","features":[558]},{"name":"WMIQ_LF27_CIM_TEMPORAL_CONSTRUCTS","features":[558]},{"name":"WMIQ_LF28_STANDARD_AGGREGATES","features":[558]},{"name":"WMIQ_LF29_MULTI_LEVEL_ORDER_BY","features":[558]},{"name":"WMIQ_LF2_CLASS_NAME_IN_QUERY","features":[558]},{"name":"WMIQ_LF30_WMI_PRAGMAS","features":[558]},{"name":"WMIQ_LF31_QUALIFIER_TESTS","features":[558]},{"name":"WMIQ_LF32_SP_EXECUTE","features":[558]},{"name":"WMIQ_LF33_ARRAY_ACCESS","features":[558]},{"name":"WMIQ_LF34_UNION","features":[558]},{"name":"WMIQ_LF35_COMPLEX_SELECT_TARGET","features":[558]},{"name":"WMIQ_LF36_REFERENCE_TESTS","features":[558]},{"name":"WMIQ_LF37_SELECT_INTO","features":[558]},{"name":"WMIQ_LF38_BASIC_DATETIME_TESTS","features":[558]},{"name":"WMIQ_LF39_COUNT_COLUMN","features":[558]},{"name":"WMIQ_LF3_STRING_CASE_FUNCTIONS","features":[558]},{"name":"WMIQ_LF40_BETWEEN","features":[558]},{"name":"WMIQ_LF4_PROP_TO_PROP_TESTS","features":[558]},{"name":"WMIQ_LF5_COUNT_STAR","features":[558]},{"name":"WMIQ_LF6_ORDER_BY","features":[558]},{"name":"WMIQ_LF7_DISTINCT","features":[558]},{"name":"WMIQ_LF8_ISA","features":[558]},{"name":"WMIQ_LF9_THIS","features":[558]},{"name":"WMIQ_LF_LAST","features":[558]},{"name":"WMIQ_RPNF_ARRAY_ACCESS_USED","features":[558]},{"name":"WMIQ_RPNF_COUNT_STAR","features":[558]},{"name":"WMIQ_RPNF_EQUALITY_TESTS_ONLY","features":[558]},{"name":"WMIQ_RPNF_FEATURE","features":[558]},{"name":"WMIQ_RPNF_FEATURE_SELECT_STAR","features":[558]},{"name":"WMIQ_RPNF_GROUP_BY_HAVING","features":[558]},{"name":"WMIQ_RPNF_ISA_USED","features":[558]},{"name":"WMIQ_RPNF_ORDER_BY","features":[558]},{"name":"WMIQ_RPNF_PROJECTION","features":[558]},{"name":"WMIQ_RPNF_PROP_TO_PROP_TESTS","features":[558]},{"name":"WMIQ_RPNF_QUALIFIED_NAMES_USED","features":[558]},{"name":"WMIQ_RPNF_QUERY_IS_CONJUNCTIVE","features":[558]},{"name":"WMIQ_RPNF_QUERY_IS_DISJUNCTIVE","features":[558]},{"name":"WMIQ_RPNF_SYSPROP_CLASS_USED","features":[558]},{"name":"WMIQ_RPNF_WHERE_CLAUSE_PRESENT","features":[558]},{"name":"WMIQ_RPN_CONST","features":[558]},{"name":"WMIQ_RPN_CONST2","features":[558]},{"name":"WMIQ_RPN_FROM_CLASS_LIST","features":[558]},{"name":"WMIQ_RPN_FROM_MULTIPLE","features":[558]},{"name":"WMIQ_RPN_FROM_PATH","features":[558]},{"name":"WMIQ_RPN_FROM_UNARY","features":[558]},{"name":"WMIQ_RPN_GET_EXPR_SHAPE","features":[558]},{"name":"WMIQ_RPN_GET_LEFT_FUNCTION","features":[558]},{"name":"WMIQ_RPN_GET_RELOP","features":[558]},{"name":"WMIQ_RPN_GET_RIGHT_FUNCTION","features":[558]},{"name":"WMIQ_RPN_GET_TOKEN_TYPE","features":[558]},{"name":"WMIQ_RPN_LEFT_FUNCTION","features":[558]},{"name":"WMIQ_RPN_LEFT_PROPERTY_NAME","features":[558]},{"name":"WMIQ_RPN_NEXT_TOKEN","features":[558]},{"name":"WMIQ_RPN_OP_EQ","features":[558]},{"name":"WMIQ_RPN_OP_GE","features":[558]},{"name":"WMIQ_RPN_OP_GT","features":[558]},{"name":"WMIQ_RPN_OP_ISA","features":[558]},{"name":"WMIQ_RPN_OP_ISNOTA","features":[558]},{"name":"WMIQ_RPN_OP_ISNOTNULL","features":[558]},{"name":"WMIQ_RPN_OP_ISNULL","features":[558]},{"name":"WMIQ_RPN_OP_LE","features":[558]},{"name":"WMIQ_RPN_OP_LIKE","features":[558]},{"name":"WMIQ_RPN_OP_LT","features":[558]},{"name":"WMIQ_RPN_OP_NE","features":[558]},{"name":"WMIQ_RPN_OP_UNDEFINED","features":[558]},{"name":"WMIQ_RPN_RELOP","features":[558]},{"name":"WMIQ_RPN_RIGHT_FUNCTION","features":[558]},{"name":"WMIQ_RPN_RIGHT_PROPERTY_NAME","features":[558]},{"name":"WMIQ_RPN_TOKEN_AND","features":[558]},{"name":"WMIQ_RPN_TOKEN_EXPRESSION","features":[558]},{"name":"WMIQ_RPN_TOKEN_FLAGS","features":[558]},{"name":"WMIQ_RPN_TOKEN_NOT","features":[558]},{"name":"WMIQ_RPN_TOKEN_OR","features":[558]},{"name":"WMI_OBJ_TEXT","features":[558]},{"name":"WMI_OBJ_TEXT_CIM_DTD_2_0","features":[558]},{"name":"WMI_OBJ_TEXT_LAST","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_DTD_2_0","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_EXT1","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_EXT10","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_EXT2","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_EXT3","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_EXT4","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_EXT5","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_EXT6","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_EXT7","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_EXT8","features":[558]},{"name":"WMI_OBJ_TEXT_WMI_EXT9","features":[558]},{"name":"WbemAdministrativeLocator","features":[558]},{"name":"WbemAuthenticatedLocator","features":[558]},{"name":"WbemAuthenticationLevelEnum","features":[558]},{"name":"WbemBackupRestore","features":[558]},{"name":"WbemChangeFlagEnum","features":[558]},{"name":"WbemCimtypeEnum","features":[558]},{"name":"WbemClassObject","features":[558]},{"name":"WbemComparisonFlagEnum","features":[558]},{"name":"WbemConnectOptionsEnum","features":[558]},{"name":"WbemContext","features":[558]},{"name":"WbemDCOMTransport","features":[558]},{"name":"WbemDecoupledBasicEventProvider","features":[558]},{"name":"WbemDecoupledRegistrar","features":[558]},{"name":"WbemDefPath","features":[558]},{"name":"WbemErrorEnum","features":[558]},{"name":"WbemFlagEnum","features":[558]},{"name":"WbemImpersonationLevelEnum","features":[558]},{"name":"WbemLevel1Login","features":[558]},{"name":"WbemLocalAddrRes","features":[558]},{"name":"WbemLocator","features":[558]},{"name":"WbemObjectTextFormatEnum","features":[558]},{"name":"WbemObjectTextSrc","features":[558]},{"name":"WbemPrivilegeEnum","features":[558]},{"name":"WbemQuery","features":[558]},{"name":"WbemQueryFlagEnum","features":[558]},{"name":"WbemRefresher","features":[558]},{"name":"WbemStatusCodeText","features":[558]},{"name":"WbemTextFlagEnum","features":[558]},{"name":"WbemTimeout","features":[558]},{"name":"WbemUnauthenticatedLocator","features":[558]},{"name":"WbemUninitializedClassObject","features":[558]},{"name":"wbemAuthenticationLevelCall","features":[558]},{"name":"wbemAuthenticationLevelConnect","features":[558]},{"name":"wbemAuthenticationLevelDefault","features":[558]},{"name":"wbemAuthenticationLevelNone","features":[558]},{"name":"wbemAuthenticationLevelPkt","features":[558]},{"name":"wbemAuthenticationLevelPktIntegrity","features":[558]},{"name":"wbemAuthenticationLevelPktPrivacy","features":[558]},{"name":"wbemChangeFlagAdvisory","features":[558]},{"name":"wbemChangeFlagCreateOnly","features":[558]},{"name":"wbemChangeFlagCreateOrUpdate","features":[558]},{"name":"wbemChangeFlagStrongValidation","features":[558]},{"name":"wbemChangeFlagUpdateCompatible","features":[558]},{"name":"wbemChangeFlagUpdateForceMode","features":[558]},{"name":"wbemChangeFlagUpdateOnly","features":[558]},{"name":"wbemChangeFlagUpdateSafeMode","features":[558]},{"name":"wbemCimtypeBoolean","features":[558]},{"name":"wbemCimtypeChar16","features":[558]},{"name":"wbemCimtypeDatetime","features":[558]},{"name":"wbemCimtypeObject","features":[558]},{"name":"wbemCimtypeReal32","features":[558]},{"name":"wbemCimtypeReal64","features":[558]},{"name":"wbemCimtypeReference","features":[558]},{"name":"wbemCimtypeSint16","features":[558]},{"name":"wbemCimtypeSint32","features":[558]},{"name":"wbemCimtypeSint64","features":[558]},{"name":"wbemCimtypeSint8","features":[558]},{"name":"wbemCimtypeString","features":[558]},{"name":"wbemCimtypeUint16","features":[558]},{"name":"wbemCimtypeUint32","features":[558]},{"name":"wbemCimtypeUint64","features":[558]},{"name":"wbemCimtypeUint8","features":[558]},{"name":"wbemComparisonFlagIgnoreCase","features":[558]},{"name":"wbemComparisonFlagIgnoreClass","features":[558]},{"name":"wbemComparisonFlagIgnoreDefaultValues","features":[558]},{"name":"wbemComparisonFlagIgnoreFlavor","features":[558]},{"name":"wbemComparisonFlagIgnoreObjectSource","features":[558]},{"name":"wbemComparisonFlagIgnoreQualifiers","features":[558]},{"name":"wbemComparisonFlagIncludeAll","features":[558]},{"name":"wbemConnectFlagUseMaxWait","features":[558]},{"name":"wbemErrAccessDenied","features":[558]},{"name":"wbemErrAggregatingByObject","features":[558]},{"name":"wbemErrAlreadyExists","features":[558]},{"name":"wbemErrAmbiguousOperation","features":[558]},{"name":"wbemErrAmendedObject","features":[558]},{"name":"wbemErrBackupRestoreWinmgmtRunning","features":[558]},{"name":"wbemErrBufferTooSmall","features":[558]},{"name":"wbemErrCallCancelled","features":[558]},{"name":"wbemErrCannotBeAbstract","features":[558]},{"name":"wbemErrCannotBeKey","features":[558]},{"name":"wbemErrCannotBeSingleton","features":[558]},{"name":"wbemErrCannotChangeIndexInheritance","features":[558]},{"name":"wbemErrCannotChangeKeyInheritance","features":[558]},{"name":"wbemErrCircularReference","features":[558]},{"name":"wbemErrClassHasChildren","features":[558]},{"name":"wbemErrClassHasInstances","features":[558]},{"name":"wbemErrClassNameTooWide","features":[558]},{"name":"wbemErrClientTooSlow","features":[558]},{"name":"wbemErrConnectionFailed","features":[558]},{"name":"wbemErrCriticalError","features":[558]},{"name":"wbemErrDatabaseVerMismatch","features":[558]},{"name":"wbemErrEncryptedConnectionRequired","features":[558]},{"name":"wbemErrFailed","features":[558]},{"name":"wbemErrFatalTransportError","features":[558]},{"name":"wbemErrForcedRollback","features":[558]},{"name":"wbemErrHandleOutOfDate","features":[558]},{"name":"wbemErrIllegalNull","features":[558]},{"name":"wbemErrIllegalOperation","features":[558]},{"name":"wbemErrIncompleteClass","features":[558]},{"name":"wbemErrInitializationFailure","features":[558]},{"name":"wbemErrInvalidAssociation","features":[558]},{"name":"wbemErrInvalidCimType","features":[558]},{"name":"wbemErrInvalidClass","features":[558]},{"name":"wbemErrInvalidContext","features":[558]},{"name":"wbemErrInvalidDuplicateParameter","features":[558]},{"name":"wbemErrInvalidFlavor","features":[558]},{"name":"wbemErrInvalidHandleRequest","features":[558]},{"name":"wbemErrInvalidLocale","features":[558]},{"name":"wbemErrInvalidMethod","features":[558]},{"name":"wbemErrInvalidMethodParameters","features":[558]},{"name":"wbemErrInvalidNamespace","features":[558]},{"name":"wbemErrInvalidObject","features":[558]},{"name":"wbemErrInvalidObjectPath","features":[558]},{"name":"wbemErrInvalidOperation","features":[558]},{"name":"wbemErrInvalidOperator","features":[558]},{"name":"wbemErrInvalidParameter","features":[558]},{"name":"wbemErrInvalidParameterId","features":[558]},{"name":"wbemErrInvalidProperty","features":[558]},{"name":"wbemErrInvalidPropertyType","features":[558]},{"name":"wbemErrInvalidProviderRegistration","features":[558]},{"name":"wbemErrInvalidQualifier","features":[558]},{"name":"wbemErrInvalidQualifierType","features":[558]},{"name":"wbemErrInvalidQuery","features":[558]},{"name":"wbemErrInvalidQueryType","features":[558]},{"name":"wbemErrInvalidStream","features":[558]},{"name":"wbemErrInvalidSuperclass","features":[558]},{"name":"wbemErrInvalidSyntax","features":[558]},{"name":"wbemErrLocalCredentials","features":[558]},{"name":"wbemErrMarshalInvalidSignature","features":[558]},{"name":"wbemErrMarshalVersionMismatch","features":[558]},{"name":"wbemErrMethodDisabled","features":[558]},{"name":"wbemErrMethodNameTooWide","features":[558]},{"name":"wbemErrMethodNotImplemented","features":[558]},{"name":"wbemErrMissingAggregationList","features":[558]},{"name":"wbemErrMissingGroupWithin","features":[558]},{"name":"wbemErrMissingParameter","features":[558]},{"name":"wbemErrNoSchema","features":[558]},{"name":"wbemErrNonConsecutiveParameterIds","features":[558]},{"name":"wbemErrNondecoratedObject","features":[558]},{"name":"wbemErrNotAvailable","features":[558]},{"name":"wbemErrNotEventClass","features":[558]},{"name":"wbemErrNotFound","features":[558]},{"name":"wbemErrNotSupported","features":[558]},{"name":"wbemErrNullSecurityDescriptor","features":[558]},{"name":"wbemErrOutOfDiskSpace","features":[558]},{"name":"wbemErrOutOfMemory","features":[558]},{"name":"wbemErrOverrideNotAllowed","features":[558]},{"name":"wbemErrParameterIdOnRetval","features":[558]},{"name":"wbemErrPrivilegeNotHeld","features":[558]},{"name":"wbemErrPropagatedMethod","features":[558]},{"name":"wbemErrPropagatedProperty","features":[558]},{"name":"wbemErrPropagatedQualifier","features":[558]},{"name":"wbemErrPropertyNameTooWide","features":[558]},{"name":"wbemErrPropertyNotAnObject","features":[558]},{"name":"wbemErrProviderAlreadyRegistered","features":[558]},{"name":"wbemErrProviderFailure","features":[558]},{"name":"wbemErrProviderLoadFailure","features":[558]},{"name":"wbemErrProviderNotCapable","features":[558]},{"name":"wbemErrProviderNotFound","features":[558]},{"name":"wbemErrProviderNotRegistered","features":[558]},{"name":"wbemErrProviderSuspended","features":[558]},{"name":"wbemErrQualifierNameTooWide","features":[558]},{"name":"wbemErrQueryNotImplemented","features":[558]},{"name":"wbemErrQueueOverflow","features":[558]},{"name":"wbemErrQuotaViolation","features":[558]},{"name":"wbemErrReadOnly","features":[558]},{"name":"wbemErrRefresherBusy","features":[558]},{"name":"wbemErrRegistrationTooBroad","features":[558]},{"name":"wbemErrRegistrationTooPrecise","features":[558]},{"name":"wbemErrRerunCommand","features":[558]},{"name":"wbemErrResetToDefault","features":[558]},{"name":"wbemErrServerTooBusy","features":[558]},{"name":"wbemErrShuttingDown","features":[558]},{"name":"wbemErrSynchronizationRequired","features":[558]},{"name":"wbemErrSystemProperty","features":[558]},{"name":"wbemErrTimedout","features":[558]},{"name":"wbemErrTimeout","features":[558]},{"name":"wbemErrTooManyProperties","features":[558]},{"name":"wbemErrTooMuchData","features":[558]},{"name":"wbemErrTransactionConflict","features":[558]},{"name":"wbemErrTransportFailure","features":[558]},{"name":"wbemErrTypeMismatch","features":[558]},{"name":"wbemErrUnexpected","features":[558]},{"name":"wbemErrUninterpretableProviderQuery","features":[558]},{"name":"wbemErrUnknownObjectType","features":[558]},{"name":"wbemErrUnknownPacketType","features":[558]},{"name":"wbemErrUnparsableQuery","features":[558]},{"name":"wbemErrUnsupportedClassUpdate","features":[558]},{"name":"wbemErrUnsupportedLocale","features":[558]},{"name":"wbemErrUnsupportedParameter","features":[558]},{"name":"wbemErrUnsupportedPutExtension","features":[558]},{"name":"wbemErrUpdateOverrideNotAllowed","features":[558]},{"name":"wbemErrUpdatePropagatedMethod","features":[558]},{"name":"wbemErrUpdateTypeMismatch","features":[558]},{"name":"wbemErrValueOutOfRange","features":[558]},{"name":"wbemErrVetoDelete","features":[558]},{"name":"wbemErrVetoPut","features":[558]},{"name":"wbemFlagBidirectional","features":[558]},{"name":"wbemFlagDirectRead","features":[558]},{"name":"wbemFlagDontSendStatus","features":[558]},{"name":"wbemFlagEnsureLocatable","features":[558]},{"name":"wbemFlagForwardOnly","features":[558]},{"name":"wbemFlagGetDefault","features":[558]},{"name":"wbemFlagNoErrorObject","features":[558]},{"name":"wbemFlagReturnErrorObject","features":[558]},{"name":"wbemFlagReturnImmediately","features":[558]},{"name":"wbemFlagReturnWhenComplete","features":[558]},{"name":"wbemFlagSendOnlySelected","features":[558]},{"name":"wbemFlagSendStatus","features":[558]},{"name":"wbemFlagSpawnInstance","features":[558]},{"name":"wbemFlagUseAmendedQualifiers","features":[558]},{"name":"wbemFlagUseCurrentTime","features":[558]},{"name":"wbemImpersonationLevelAnonymous","features":[558]},{"name":"wbemImpersonationLevelDelegate","features":[558]},{"name":"wbemImpersonationLevelIdentify","features":[558]},{"name":"wbemImpersonationLevelImpersonate","features":[558]},{"name":"wbemNoErr","features":[558]},{"name":"wbemObjectTextFormatCIMDTD20","features":[558]},{"name":"wbemObjectTextFormatWMIDTD20","features":[558]},{"name":"wbemPrivilegeAudit","features":[558]},{"name":"wbemPrivilegeBackup","features":[558]},{"name":"wbemPrivilegeChangeNotify","features":[558]},{"name":"wbemPrivilegeCreatePagefile","features":[558]},{"name":"wbemPrivilegeCreatePermanent","features":[558]},{"name":"wbemPrivilegeCreateToken","features":[558]},{"name":"wbemPrivilegeDebug","features":[558]},{"name":"wbemPrivilegeEnableDelegation","features":[558]},{"name":"wbemPrivilegeIncreaseBasePriority","features":[558]},{"name":"wbemPrivilegeIncreaseQuota","features":[558]},{"name":"wbemPrivilegeLoadDriver","features":[558]},{"name":"wbemPrivilegeLockMemory","features":[558]},{"name":"wbemPrivilegeMachineAccount","features":[558]},{"name":"wbemPrivilegeManageVolume","features":[558]},{"name":"wbemPrivilegePrimaryToken","features":[558]},{"name":"wbemPrivilegeProfileSingleProcess","features":[558]},{"name":"wbemPrivilegeRemoteShutdown","features":[558]},{"name":"wbemPrivilegeRestore","features":[558]},{"name":"wbemPrivilegeSecurity","features":[558]},{"name":"wbemPrivilegeShutdown","features":[558]},{"name":"wbemPrivilegeSyncAgent","features":[558]},{"name":"wbemPrivilegeSystemEnvironment","features":[558]},{"name":"wbemPrivilegeSystemProfile","features":[558]},{"name":"wbemPrivilegeSystemtime","features":[558]},{"name":"wbemPrivilegeTakeOwnership","features":[558]},{"name":"wbemPrivilegeTcb","features":[558]},{"name":"wbemPrivilegeUndock","features":[558]},{"name":"wbemQueryFlagDeep","features":[558]},{"name":"wbemQueryFlagPrototype","features":[558]},{"name":"wbemQueryFlagShallow","features":[558]},{"name":"wbemTextFlagNoFlavors","features":[558]},{"name":"wbemTimeoutInfinite","features":[558]}],"650":[{"name":"ACCESSTIMEOUT","features":[528]},{"name":"ACC_UTILITY_STATE_FLAGS","features":[528]},{"name":"ANNO_CONTAINER","features":[528]},{"name":"ANNO_THIS","features":[528]},{"name":"ANRUS_ON_SCREEN_KEYBOARD_ACTIVE","features":[528]},{"name":"ANRUS_PRIORITY_AUDIO_ACTIVE","features":[528]},{"name":"ANRUS_PRIORITY_AUDIO_ACTIVE_NODUCK","features":[528]},{"name":"ANRUS_PRIORITY_AUDIO_DYNAMIC_DUCK","features":[528]},{"name":"ANRUS_TOUCH_MODIFICATION_ACTIVE","features":[528]},{"name":"AccNotifyTouchInteraction","features":[307,528]},{"name":"AccSetRunningUtilityState","features":[307,528]},{"name":"AcceleratorKey_Property_GUID","features":[528]},{"name":"AccessKey_Property_GUID","features":[528]},{"name":"AccessibleChildren","features":[307,358,359,360,528]},{"name":"AccessibleObjectFromEvent","features":[307,358,359,360,528]},{"name":"AccessibleObjectFromPoint","features":[307,358,359,360,528]},{"name":"AccessibleObjectFromWindow","features":[307,528]},{"name":"ActiveEnd","features":[528]},{"name":"ActiveEnd_End","features":[528]},{"name":"ActiveEnd_None","features":[528]},{"name":"ActiveEnd_Start","features":[528]},{"name":"ActiveTextPositionChanged_Event_GUID","features":[528]},{"name":"AnimationStyle","features":[528]},{"name":"AnimationStyle_BlinkingBackground","features":[528]},{"name":"AnimationStyle_LasVegasLights","features":[528]},{"name":"AnimationStyle_MarchingBlackAnts","features":[528]},{"name":"AnimationStyle_MarchingRedAnts","features":[528]},{"name":"AnimationStyle_None","features":[528]},{"name":"AnimationStyle_Other","features":[528]},{"name":"AnimationStyle_Shimmer","features":[528]},{"name":"AnimationStyle_SparkleText","features":[528]},{"name":"AnnoScope","features":[528]},{"name":"AnnotationObjects_Property_GUID","features":[528]},{"name":"AnnotationType_AdvancedProofingIssue","features":[528]},{"name":"AnnotationType_Author","features":[528]},{"name":"AnnotationType_CircularReferenceError","features":[528]},{"name":"AnnotationType_Comment","features":[528]},{"name":"AnnotationType_ConflictingChange","features":[528]},{"name":"AnnotationType_DataValidationError","features":[528]},{"name":"AnnotationType_DeletionChange","features":[528]},{"name":"AnnotationType_EditingLockedChange","features":[528]},{"name":"AnnotationType_Endnote","features":[528]},{"name":"AnnotationType_ExternalChange","features":[528]},{"name":"AnnotationType_Footer","features":[528]},{"name":"AnnotationType_Footnote","features":[528]},{"name":"AnnotationType_FormatChange","features":[528]},{"name":"AnnotationType_FormulaError","features":[528]},{"name":"AnnotationType_GrammarError","features":[528]},{"name":"AnnotationType_Header","features":[528]},{"name":"AnnotationType_Highlighted","features":[528]},{"name":"AnnotationType_InsertionChange","features":[528]},{"name":"AnnotationType_Mathematics","features":[528]},{"name":"AnnotationType_MoveChange","features":[528]},{"name":"AnnotationType_Sensitive","features":[528]},{"name":"AnnotationType_SpellingError","features":[528]},{"name":"AnnotationType_TrackChanges","features":[528]},{"name":"AnnotationType_Unknown","features":[528]},{"name":"AnnotationType_UnsyncedChange","features":[528]},{"name":"AnnotationTypes_Property_GUID","features":[528]},{"name":"Annotation_AdvancedProofingIssue_GUID","features":[528]},{"name":"Annotation_AnnotationTypeId_Property_GUID","features":[528]},{"name":"Annotation_AnnotationTypeName_Property_GUID","features":[528]},{"name":"Annotation_Author_GUID","features":[528]},{"name":"Annotation_Author_Property_GUID","features":[528]},{"name":"Annotation_CircularReferenceError_GUID","features":[528]},{"name":"Annotation_Comment_GUID","features":[528]},{"name":"Annotation_ConflictingChange_GUID","features":[528]},{"name":"Annotation_Custom_GUID","features":[528]},{"name":"Annotation_DataValidationError_GUID","features":[528]},{"name":"Annotation_DateTime_Property_GUID","features":[528]},{"name":"Annotation_DeletionChange_GUID","features":[528]},{"name":"Annotation_EditingLockedChange_GUID","features":[528]},{"name":"Annotation_Endnote_GUID","features":[528]},{"name":"Annotation_ExternalChange_GUID","features":[528]},{"name":"Annotation_Footer_GUID","features":[528]},{"name":"Annotation_Footnote_GUID","features":[528]},{"name":"Annotation_FormatChange_GUID","features":[528]},{"name":"Annotation_FormulaError_GUID","features":[528]},{"name":"Annotation_GrammarError_GUID","features":[528]},{"name":"Annotation_Header_GUID","features":[528]},{"name":"Annotation_Highlighted_GUID","features":[528]},{"name":"Annotation_InsertionChange_GUID","features":[528]},{"name":"Annotation_Mathematics_GUID","features":[528]},{"name":"Annotation_MoveChange_GUID","features":[528]},{"name":"Annotation_Pattern_GUID","features":[528]},{"name":"Annotation_Sensitive_GUID","features":[528]},{"name":"Annotation_SpellingError_GUID","features":[528]},{"name":"Annotation_Target_Property_GUID","features":[528]},{"name":"Annotation_TrackChanges_GUID","features":[528]},{"name":"Annotation_UnsyncedChange_GUID","features":[528]},{"name":"AppBar_Control_GUID","features":[528]},{"name":"AriaProperties_Property_GUID","features":[528]},{"name":"AriaRole_Property_GUID","features":[528]},{"name":"Assertive","features":[528]},{"name":"AsyncContentLoadedState","features":[528]},{"name":"AsyncContentLoadedState_Beginning","features":[528]},{"name":"AsyncContentLoadedState_Completed","features":[528]},{"name":"AsyncContentLoadedState_Progress","features":[528]},{"name":"AsyncContentLoaded_Event_GUID","features":[528]},{"name":"AutomationElementMode","features":[528]},{"name":"AutomationElementMode_Full","features":[528]},{"name":"AutomationElementMode_None","features":[528]},{"name":"AutomationFocusChanged_Event_GUID","features":[528]},{"name":"AutomationId_Property_GUID","features":[528]},{"name":"AutomationIdentifierType","features":[528]},{"name":"AutomationIdentifierType_Annotation","features":[528]},{"name":"AutomationIdentifierType_Changes","features":[528]},{"name":"AutomationIdentifierType_ControlType","features":[528]},{"name":"AutomationIdentifierType_Event","features":[528]},{"name":"AutomationIdentifierType_LandmarkType","features":[528]},{"name":"AutomationIdentifierType_Pattern","features":[528]},{"name":"AutomationIdentifierType_Property","features":[528]},{"name":"AutomationIdentifierType_Style","features":[528]},{"name":"AutomationIdentifierType_TextAttribute","features":[528]},{"name":"AutomationPropertyChanged_Event_GUID","features":[528]},{"name":"BoundingRectangle_Property_GUID","features":[528]},{"name":"BulletStyle","features":[528]},{"name":"BulletStyle_DashBullet","features":[528]},{"name":"BulletStyle_FilledRoundBullet","features":[528]},{"name":"BulletStyle_FilledSquareBullet","features":[528]},{"name":"BulletStyle_HollowRoundBullet","features":[528]},{"name":"BulletStyle_HollowSquareBullet","features":[528]},{"name":"BulletStyle_None","features":[528]},{"name":"BulletStyle_Other","features":[528]},{"name":"Button_Control_GUID","features":[528]},{"name":"CAccPropServices","features":[528]},{"name":"CLSID_AccPropServices","features":[528]},{"name":"CUIAutomation","features":[528]},{"name":"CUIAutomation8","features":[528]},{"name":"CUIAutomationRegistrar","features":[528]},{"name":"Calendar_Control_GUID","features":[528]},{"name":"CapStyle","features":[528]},{"name":"CapStyle_AllCap","features":[528]},{"name":"CapStyle_AllPetiteCaps","features":[528]},{"name":"CapStyle_None","features":[528]},{"name":"CapStyle_Other","features":[528]},{"name":"CapStyle_PetiteCaps","features":[528]},{"name":"CapStyle_SmallCap","features":[528]},{"name":"CapStyle_Titling","features":[528]},{"name":"CapStyle_Unicase","features":[528]},{"name":"CaretBidiMode","features":[528]},{"name":"CaretBidiMode_LTR","features":[528]},{"name":"CaretBidiMode_RTL","features":[528]},{"name":"CaretPosition","features":[528]},{"name":"CaretPosition_BeginningOfLine","features":[528]},{"name":"CaretPosition_EndOfLine","features":[528]},{"name":"CaretPosition_Unknown","features":[528]},{"name":"CenterPoint_Property_GUID","features":[528]},{"name":"Changes_Event_GUID","features":[528]},{"name":"Changes_Summary_GUID","features":[528]},{"name":"CheckBox_Control_GUID","features":[528]},{"name":"ClassName_Property_GUID","features":[528]},{"name":"ClickablePoint_Property_GUID","features":[528]},{"name":"CoalesceEventsOptions","features":[528]},{"name":"CoalesceEventsOptions_Disabled","features":[528]},{"name":"CoalesceEventsOptions_Enabled","features":[528]},{"name":"ComboBox_Control_GUID","features":[528]},{"name":"ConditionType","features":[528]},{"name":"ConditionType_And","features":[528]},{"name":"ConditionType_False","features":[528]},{"name":"ConditionType_Not","features":[528]},{"name":"ConditionType_Or","features":[528]},{"name":"ConditionType_Property","features":[528]},{"name":"ConditionType_True","features":[528]},{"name":"ConnectionRecoveryBehaviorOptions","features":[528]},{"name":"ConnectionRecoveryBehaviorOptions_Disabled","features":[528]},{"name":"ConnectionRecoveryBehaviorOptions_Enabled","features":[528]},{"name":"ControlType_Property_GUID","features":[528]},{"name":"ControllerFor_Property_GUID","features":[528]},{"name":"CreateStdAccessibleObject","features":[307,528]},{"name":"CreateStdAccessibleProxyA","features":[307,528]},{"name":"CreateStdAccessibleProxyW","features":[307,528]},{"name":"Culture_Property_GUID","features":[528]},{"name":"CustomNavigation_Pattern_GUID","features":[528]},{"name":"Custom_Control_GUID","features":[528]},{"name":"DISPID_ACC_CHILD","features":[528]},{"name":"DISPID_ACC_CHILDCOUNT","features":[528]},{"name":"DISPID_ACC_DEFAULTACTION","features":[528]},{"name":"DISPID_ACC_DESCRIPTION","features":[528]},{"name":"DISPID_ACC_DODEFAULTACTION","features":[528]},{"name":"DISPID_ACC_FOCUS","features":[528]},{"name":"DISPID_ACC_HELP","features":[528]},{"name":"DISPID_ACC_HELPTOPIC","features":[528]},{"name":"DISPID_ACC_HITTEST","features":[528]},{"name":"DISPID_ACC_KEYBOARDSHORTCUT","features":[528]},{"name":"DISPID_ACC_LOCATION","features":[528]},{"name":"DISPID_ACC_NAME","features":[528]},{"name":"DISPID_ACC_NAVIGATE","features":[528]},{"name":"DISPID_ACC_PARENT","features":[528]},{"name":"DISPID_ACC_ROLE","features":[528]},{"name":"DISPID_ACC_SELECT","features":[528]},{"name":"DISPID_ACC_SELECTION","features":[528]},{"name":"DISPID_ACC_STATE","features":[528]},{"name":"DISPID_ACC_VALUE","features":[528]},{"name":"DataGrid_Control_GUID","features":[528]},{"name":"DataItem_Control_GUID","features":[528]},{"name":"DescribedBy_Property_GUID","features":[528]},{"name":"DockPattern_SetDockPosition","features":[528]},{"name":"DockPosition","features":[528]},{"name":"DockPosition_Bottom","features":[528]},{"name":"DockPosition_Fill","features":[528]},{"name":"DockPosition_Left","features":[528]},{"name":"DockPosition_None","features":[528]},{"name":"DockPosition_Right","features":[528]},{"name":"DockPosition_Top","features":[528]},{"name":"Dock_DockPosition_Property_GUID","features":[528]},{"name":"Dock_Pattern_GUID","features":[528]},{"name":"Document_Control_GUID","features":[528]},{"name":"Drag_DragCancel_Event_GUID","features":[528]},{"name":"Drag_DragComplete_Event_GUID","features":[528]},{"name":"Drag_DragStart_Event_GUID","features":[528]},{"name":"Drag_DropEffect_Property_GUID","features":[528]},{"name":"Drag_DropEffects_Property_GUID","features":[528]},{"name":"Drag_GrabbedItems_Property_GUID","features":[528]},{"name":"Drag_IsGrabbed_Property_GUID","features":[528]},{"name":"Drag_Pattern_GUID","features":[528]},{"name":"DropTarget_DragEnter_Event_GUID","features":[528]},{"name":"DropTarget_DragLeave_Event_GUID","features":[528]},{"name":"DropTarget_DropTargetEffect_Property_GUID","features":[528]},{"name":"DropTarget_DropTargetEffects_Property_GUID","features":[528]},{"name":"DropTarget_Dropped_Event_GUID","features":[528]},{"name":"DropTarget_Pattern_GUID","features":[528]},{"name":"Edit_Control_GUID","features":[528]},{"name":"EventArgsType","features":[528]},{"name":"EventArgsType_ActiveTextPositionChanged","features":[528]},{"name":"EventArgsType_AsyncContentLoaded","features":[528]},{"name":"EventArgsType_Changes","features":[528]},{"name":"EventArgsType_Notification","features":[528]},{"name":"EventArgsType_PropertyChanged","features":[528]},{"name":"EventArgsType_Simple","features":[528]},{"name":"EventArgsType_StructureChanged","features":[528]},{"name":"EventArgsType_StructuredMarkup","features":[528]},{"name":"EventArgsType_TextEditTextChanged","features":[528]},{"name":"EventArgsType_WindowClosed","features":[528]},{"name":"ExpandCollapsePattern_Collapse","features":[528]},{"name":"ExpandCollapsePattern_Expand","features":[528]},{"name":"ExpandCollapseState","features":[528]},{"name":"ExpandCollapseState_Collapsed","features":[528]},{"name":"ExpandCollapseState_Expanded","features":[528]},{"name":"ExpandCollapseState_LeafNode","features":[528]},{"name":"ExpandCollapseState_PartiallyExpanded","features":[528]},{"name":"ExpandCollapse_ExpandCollapseState_Property_GUID","features":[528]},{"name":"ExpandCollapse_Pattern_GUID","features":[528]},{"name":"ExtendedProperty","features":[528]},{"name":"FILTERKEYS","features":[528]},{"name":"FillColor_Property_GUID","features":[528]},{"name":"FillType","features":[528]},{"name":"FillType_Color","features":[528]},{"name":"FillType_Gradient","features":[528]},{"name":"FillType_None","features":[528]},{"name":"FillType_Pattern","features":[528]},{"name":"FillType_Picture","features":[528]},{"name":"FillType_Property_GUID","features":[528]},{"name":"FlowDirections","features":[528]},{"name":"FlowDirections_BottomToTop","features":[528]},{"name":"FlowDirections_Default","features":[528]},{"name":"FlowDirections_RightToLeft","features":[528]},{"name":"FlowDirections_Vertical","features":[528]},{"name":"FlowsFrom_Property_GUID","features":[528]},{"name":"FlowsTo_Property_GUID","features":[528]},{"name":"FrameworkId_Property_GUID","features":[528]},{"name":"FullDescription_Property_GUID","features":[528]},{"name":"GetOleaccVersionInfo","features":[528]},{"name":"GetRoleTextA","features":[528]},{"name":"GetRoleTextW","features":[528]},{"name":"GetStateTextA","features":[528]},{"name":"GetStateTextW","features":[528]},{"name":"GridItem_ColumnSpan_Property_GUID","features":[528]},{"name":"GridItem_Column_Property_GUID","features":[528]},{"name":"GridItem_Parent_Property_GUID","features":[528]},{"name":"GridItem_Pattern_GUID","features":[528]},{"name":"GridItem_RowSpan_Property_GUID","features":[528]},{"name":"GridItem_Row_Property_GUID","features":[528]},{"name":"GridPattern_GetItem","features":[528]},{"name":"Grid_ColumnCount_Property_GUID","features":[528]},{"name":"Grid_Pattern_GUID","features":[528]},{"name":"Grid_RowCount_Property_GUID","features":[528]},{"name":"Group_Control_GUID","features":[528]},{"name":"HCF_AVAILABLE","features":[528]},{"name":"HCF_CONFIRMHOTKEY","features":[528]},{"name":"HCF_HIGHCONTRASTON","features":[528]},{"name":"HCF_HOTKEYACTIVE","features":[528]},{"name":"HCF_HOTKEYAVAILABLE","features":[528]},{"name":"HCF_HOTKEYSOUND","features":[528]},{"name":"HCF_INDICATOR","features":[528]},{"name":"HCF_OPTION_NOTHEMECHANGE","features":[528]},{"name":"HIGHCONTRASTA","features":[528]},{"name":"HIGHCONTRASTW","features":[528]},{"name":"HIGHCONTRASTW_FLAGS","features":[528]},{"name":"HUIAEVENT","features":[528]},{"name":"HUIANODE","features":[528]},{"name":"HUIAPATTERNOBJECT","features":[528]},{"name":"HUIATEXTRANGE","features":[528]},{"name":"HWINEVENTHOOK","features":[528]},{"name":"HasKeyboardFocus_Property_GUID","features":[528]},{"name":"HeaderItem_Control_GUID","features":[528]},{"name":"Header_Control_GUID","features":[528]},{"name":"HeadingLevel1","features":[528]},{"name":"HeadingLevel2","features":[528]},{"name":"HeadingLevel3","features":[528]},{"name":"HeadingLevel4","features":[528]},{"name":"HeadingLevel5","features":[528]},{"name":"HeadingLevel6","features":[528]},{"name":"HeadingLevel7","features":[528]},{"name":"HeadingLevel8","features":[528]},{"name":"HeadingLevel9","features":[528]},{"name":"HeadingLevel_None","features":[528]},{"name":"HeadingLevel_Property_GUID","features":[528]},{"name":"HelpText_Property_GUID","features":[528]},{"name":"HorizontalTextAlignment","features":[528]},{"name":"HorizontalTextAlignment_Centered","features":[528]},{"name":"HorizontalTextAlignment_Justified","features":[528]},{"name":"HorizontalTextAlignment_Left","features":[528]},{"name":"HorizontalTextAlignment_Right","features":[528]},{"name":"HostedFragmentRootsInvalidated_Event_GUID","features":[528]},{"name":"Hyperlink_Control_GUID","features":[528]},{"name":"IAccIdentity","features":[528]},{"name":"IAccPropServer","features":[528]},{"name":"IAccPropServices","features":[528]},{"name":"IAccessible","features":[358,528]},{"name":"IAccessibleEx","features":[528]},{"name":"IAccessibleHandler","features":[528]},{"name":"IAccessibleHostingElementProviders","features":[528]},{"name":"IAccessibleWindowlessSite","features":[528]},{"name":"IAnnotationProvider","features":[528]},{"name":"ICustomNavigationProvider","features":[528]},{"name":"IDockProvider","features":[528]},{"name":"IDragProvider","features":[528]},{"name":"IDropTargetProvider","features":[528]},{"name":"IExpandCollapseProvider","features":[528]},{"name":"IGridItemProvider","features":[528]},{"name":"IGridProvider","features":[528]},{"name":"IIS_ControlAccessible","features":[528]},{"name":"IIS_IsOleaccProxy","features":[528]},{"name":"IInvokeProvider","features":[528]},{"name":"IItemContainerProvider","features":[528]},{"name":"ILegacyIAccessibleProvider","features":[528]},{"name":"IMultipleViewProvider","features":[528]},{"name":"IObjectModelProvider","features":[528]},{"name":"IProxyProviderWinEventHandler","features":[528]},{"name":"IProxyProviderWinEventSink","features":[528]},{"name":"IRangeValueProvider","features":[528]},{"name":"IRawElementProviderAdviseEvents","features":[528]},{"name":"IRawElementProviderFragment","features":[528]},{"name":"IRawElementProviderFragmentRoot","features":[528]},{"name":"IRawElementProviderHostingAccessibles","features":[528]},{"name":"IRawElementProviderHwndOverride","features":[528]},{"name":"IRawElementProviderSimple","features":[528]},{"name":"IRawElementProviderSimple2","features":[528]},{"name":"IRawElementProviderSimple3","features":[528]},{"name":"IRawElementProviderWindowlessSite","features":[528]},{"name":"IRichEditUiaInformation","features":[528]},{"name":"IRicheditWindowlessAccessibility","features":[528]},{"name":"IScrollItemProvider","features":[528]},{"name":"IScrollProvider","features":[528]},{"name":"ISelectionItemProvider","features":[528]},{"name":"ISelectionProvider","features":[528]},{"name":"ISelectionProvider2","features":[528]},{"name":"ISpreadsheetItemProvider","features":[528]},{"name":"ISpreadsheetProvider","features":[528]},{"name":"IStylesProvider","features":[528]},{"name":"ISynchronizedInputProvider","features":[528]},{"name":"ITableItemProvider","features":[528]},{"name":"ITableProvider","features":[528]},{"name":"ITextChildProvider","features":[528]},{"name":"ITextEditProvider","features":[528]},{"name":"ITextProvider","features":[528]},{"name":"ITextProvider2","features":[528]},{"name":"ITextRangeProvider","features":[528]},{"name":"ITextRangeProvider2","features":[528]},{"name":"IToggleProvider","features":[528]},{"name":"ITransformProvider","features":[528]},{"name":"ITransformProvider2","features":[528]},{"name":"IUIAutomation","features":[528]},{"name":"IUIAutomation2","features":[528]},{"name":"IUIAutomation3","features":[528]},{"name":"IUIAutomation4","features":[528]},{"name":"IUIAutomation5","features":[528]},{"name":"IUIAutomation6","features":[528]},{"name":"IUIAutomationActiveTextPositionChangedEventHandler","features":[528]},{"name":"IUIAutomationAndCondition","features":[528]},{"name":"IUIAutomationAnnotationPattern","features":[528]},{"name":"IUIAutomationBoolCondition","features":[528]},{"name":"IUIAutomationCacheRequest","features":[528]},{"name":"IUIAutomationChangesEventHandler","features":[528]},{"name":"IUIAutomationCondition","features":[528]},{"name":"IUIAutomationCustomNavigationPattern","features":[528]},{"name":"IUIAutomationDockPattern","features":[528]},{"name":"IUIAutomationDragPattern","features":[528]},{"name":"IUIAutomationDropTargetPattern","features":[528]},{"name":"IUIAutomationElement","features":[528]},{"name":"IUIAutomationElement2","features":[528]},{"name":"IUIAutomationElement3","features":[528]},{"name":"IUIAutomationElement4","features":[528]},{"name":"IUIAutomationElement5","features":[528]},{"name":"IUIAutomationElement6","features":[528]},{"name":"IUIAutomationElement7","features":[528]},{"name":"IUIAutomationElement8","features":[528]},{"name":"IUIAutomationElement9","features":[528]},{"name":"IUIAutomationElementArray","features":[528]},{"name":"IUIAutomationEventHandler","features":[528]},{"name":"IUIAutomationEventHandlerGroup","features":[528]},{"name":"IUIAutomationExpandCollapsePattern","features":[528]},{"name":"IUIAutomationFocusChangedEventHandler","features":[528]},{"name":"IUIAutomationGridItemPattern","features":[528]},{"name":"IUIAutomationGridPattern","features":[528]},{"name":"IUIAutomationInvokePattern","features":[528]},{"name":"IUIAutomationItemContainerPattern","features":[528]},{"name":"IUIAutomationLegacyIAccessiblePattern","features":[528]},{"name":"IUIAutomationMultipleViewPattern","features":[528]},{"name":"IUIAutomationNotCondition","features":[528]},{"name":"IUIAutomationNotificationEventHandler","features":[528]},{"name":"IUIAutomationObjectModelPattern","features":[528]},{"name":"IUIAutomationOrCondition","features":[528]},{"name":"IUIAutomationPatternHandler","features":[528]},{"name":"IUIAutomationPatternInstance","features":[528]},{"name":"IUIAutomationPropertyChangedEventHandler","features":[528]},{"name":"IUIAutomationPropertyCondition","features":[528]},{"name":"IUIAutomationProxyFactory","features":[528]},{"name":"IUIAutomationProxyFactoryEntry","features":[528]},{"name":"IUIAutomationProxyFactoryMapping","features":[528]},{"name":"IUIAutomationRangeValuePattern","features":[528]},{"name":"IUIAutomationRegistrar","features":[528]},{"name":"IUIAutomationScrollItemPattern","features":[528]},{"name":"IUIAutomationScrollPattern","features":[528]},{"name":"IUIAutomationSelectionItemPattern","features":[528]},{"name":"IUIAutomationSelectionPattern","features":[528]},{"name":"IUIAutomationSelectionPattern2","features":[528]},{"name":"IUIAutomationSpreadsheetItemPattern","features":[528]},{"name":"IUIAutomationSpreadsheetPattern","features":[528]},{"name":"IUIAutomationStructureChangedEventHandler","features":[528]},{"name":"IUIAutomationStylesPattern","features":[528]},{"name":"IUIAutomationSynchronizedInputPattern","features":[528]},{"name":"IUIAutomationTableItemPattern","features":[528]},{"name":"IUIAutomationTablePattern","features":[528]},{"name":"IUIAutomationTextChildPattern","features":[528]},{"name":"IUIAutomationTextEditPattern","features":[528]},{"name":"IUIAutomationTextEditTextChangedEventHandler","features":[528]},{"name":"IUIAutomationTextPattern","features":[528]},{"name":"IUIAutomationTextPattern2","features":[528]},{"name":"IUIAutomationTextRange","features":[528]},{"name":"IUIAutomationTextRange2","features":[528]},{"name":"IUIAutomationTextRange3","features":[528]},{"name":"IUIAutomationTextRangeArray","features":[528]},{"name":"IUIAutomationTogglePattern","features":[528]},{"name":"IUIAutomationTransformPattern","features":[528]},{"name":"IUIAutomationTransformPattern2","features":[528]},{"name":"IUIAutomationTreeWalker","features":[528]},{"name":"IUIAutomationValuePattern","features":[528]},{"name":"IUIAutomationVirtualizedItemPattern","features":[528]},{"name":"IUIAutomationWindowPattern","features":[528]},{"name":"IValueProvider","features":[528]},{"name":"IVirtualizedItemProvider","features":[528]},{"name":"IWindowProvider","features":[528]},{"name":"Image_Control_GUID","features":[528]},{"name":"InputDiscarded_Event_GUID","features":[528]},{"name":"InputReachedOtherElement_Event_GUID","features":[528]},{"name":"InputReachedTarget_Event_GUID","features":[528]},{"name":"InvokePattern_Invoke","features":[528]},{"name":"Invoke_Invoked_Event_GUID","features":[528]},{"name":"Invoke_Pattern_GUID","features":[528]},{"name":"IsAnnotationPatternAvailable_Property_GUID","features":[528]},{"name":"IsContentElement_Property_GUID","features":[528]},{"name":"IsControlElement_Property_GUID","features":[528]},{"name":"IsCustomNavigationPatternAvailable_Property_GUID","features":[528]},{"name":"IsDataValidForForm_Property_GUID","features":[528]},{"name":"IsDialog_Property_GUID","features":[528]},{"name":"IsDockPatternAvailable_Property_GUID","features":[528]},{"name":"IsDragPatternAvailable_Property_GUID","features":[528]},{"name":"IsDropTargetPatternAvailable_Property_GUID","features":[528]},{"name":"IsEnabled_Property_GUID","features":[528]},{"name":"IsExpandCollapsePatternAvailable_Property_GUID","features":[528]},{"name":"IsGridItemPatternAvailable_Property_GUID","features":[528]},{"name":"IsGridPatternAvailable_Property_GUID","features":[528]},{"name":"IsInvokePatternAvailable_Property_GUID","features":[528]},{"name":"IsItemContainerPatternAvailable_Property_GUID","features":[528]},{"name":"IsKeyboardFocusable_Property_GUID","features":[528]},{"name":"IsLegacyIAccessiblePatternAvailable_Property_GUID","features":[528]},{"name":"IsMultipleViewPatternAvailable_Property_GUID","features":[528]},{"name":"IsObjectModelPatternAvailable_Property_GUID","features":[528]},{"name":"IsOffscreen_Property_GUID","features":[528]},{"name":"IsPassword_Property_GUID","features":[528]},{"name":"IsPeripheral_Property_GUID","features":[528]},{"name":"IsRangeValuePatternAvailable_Property_GUID","features":[528]},{"name":"IsRequiredForForm_Property_GUID","features":[528]},{"name":"IsScrollItemPatternAvailable_Property_GUID","features":[528]},{"name":"IsScrollPatternAvailable_Property_GUID","features":[528]},{"name":"IsSelectionItemPatternAvailable_Property_GUID","features":[528]},{"name":"IsSelectionPattern2Available_Property_GUID","features":[528]},{"name":"IsSelectionPatternAvailable_Property_GUID","features":[528]},{"name":"IsSpreadsheetItemPatternAvailable_Property_GUID","features":[528]},{"name":"IsSpreadsheetPatternAvailable_Property_GUID","features":[528]},{"name":"IsStructuredMarkupPatternAvailable_Property_GUID","features":[528]},{"name":"IsStylesPatternAvailable_Property_GUID","features":[528]},{"name":"IsSynchronizedInputPatternAvailable_Property_GUID","features":[528]},{"name":"IsTableItemPatternAvailable_Property_GUID","features":[528]},{"name":"IsTablePatternAvailable_Property_GUID","features":[528]},{"name":"IsTextChildPatternAvailable_Property_GUID","features":[528]},{"name":"IsTextEditPatternAvailable_Property_GUID","features":[528]},{"name":"IsTextPattern2Available_Property_GUID","features":[528]},{"name":"IsTextPatternAvailable_Property_GUID","features":[528]},{"name":"IsTogglePatternAvailable_Property_GUID","features":[528]},{"name":"IsTransformPattern2Available_Property_GUID","features":[528]},{"name":"IsTransformPatternAvailable_Property_GUID","features":[528]},{"name":"IsValuePatternAvailable_Property_GUID","features":[528]},{"name":"IsVirtualizedItemPatternAvailable_Property_GUID","features":[528]},{"name":"IsWinEventHookInstalled","features":[307,528]},{"name":"IsWindowPatternAvailable_Property_GUID","features":[528]},{"name":"ItemContainerPattern_FindItemByProperty","features":[307,358,359,360,528]},{"name":"ItemContainer_Pattern_GUID","features":[528]},{"name":"ItemStatus_Property_GUID","features":[528]},{"name":"ItemType_Property_GUID","features":[528]},{"name":"LIBID_Accessibility","features":[528]},{"name":"LPFNACCESSIBLECHILDREN","features":[307,358,359,360,528]},{"name":"LPFNACCESSIBLEOBJECTFROMPOINT","features":[307,358,359,360,528]},{"name":"LPFNACCESSIBLEOBJECTFROMWINDOW","features":[307,528]},{"name":"LPFNCREATESTDACCESSIBLEOBJECT","features":[307,528]},{"name":"LPFNLRESULTFROMOBJECT","features":[307,528]},{"name":"LPFNOBJECTFROMLRESULT","features":[307,528]},{"name":"LabeledBy_Property_GUID","features":[528]},{"name":"LandmarkType_Property_GUID","features":[528]},{"name":"LayoutInvalidated_Event_GUID","features":[528]},{"name":"LegacyIAccessiblePattern_DoDefaultAction","features":[528]},{"name":"LegacyIAccessiblePattern_GetIAccessible","features":[358,528]},{"name":"LegacyIAccessiblePattern_Select","features":[528]},{"name":"LegacyIAccessiblePattern_SetValue","features":[528]},{"name":"LegacyIAccessible_ChildId_Property_GUID","features":[528]},{"name":"LegacyIAccessible_DefaultAction_Property_GUID","features":[528]},{"name":"LegacyIAccessible_Description_Property_GUID","features":[528]},{"name":"LegacyIAccessible_Help_Property_GUID","features":[528]},{"name":"LegacyIAccessible_KeyboardShortcut_Property_GUID","features":[528]},{"name":"LegacyIAccessible_Name_Property_GUID","features":[528]},{"name":"LegacyIAccessible_Pattern_GUID","features":[528]},{"name":"LegacyIAccessible_Role_Property_GUID","features":[528]},{"name":"LegacyIAccessible_Selection_Property_GUID","features":[528]},{"name":"LegacyIAccessible_State_Property_GUID","features":[528]},{"name":"LegacyIAccessible_Value_Property_GUID","features":[528]},{"name":"Level_Property_GUID","features":[528]},{"name":"ListItem_Control_GUID","features":[528]},{"name":"List_Control_GUID","features":[528]},{"name":"LiveRegionChanged_Event_GUID","features":[528]},{"name":"LiveSetting","features":[528]},{"name":"LiveSetting_Property_GUID","features":[528]},{"name":"LocalizedControlType_Property_GUID","features":[528]},{"name":"LocalizedLandmarkType_Property_GUID","features":[528]},{"name":"LresultFromObject","features":[307,528]},{"name":"MOUSEKEYS","features":[528]},{"name":"MSAAMENUINFO","features":[528]},{"name":"MSAA_MENU_SIG","features":[528]},{"name":"MenuBar_Control_GUID","features":[528]},{"name":"MenuClosed_Event_GUID","features":[528]},{"name":"MenuItem_Control_GUID","features":[528]},{"name":"MenuModeEnd_Event_GUID","features":[528]},{"name":"MenuModeStart_Event_GUID","features":[528]},{"name":"MenuOpened_Event_GUID","features":[528]},{"name":"Menu_Control_GUID","features":[528]},{"name":"MultipleViewPattern_GetViewName","features":[528]},{"name":"MultipleViewPattern_SetCurrentView","features":[528]},{"name":"MultipleView_CurrentView_Property_GUID","features":[528]},{"name":"MultipleView_Pattern_GUID","features":[528]},{"name":"MultipleView_SupportedViews_Property_GUID","features":[528]},{"name":"NAVDIR_DOWN","features":[528]},{"name":"NAVDIR_FIRSTCHILD","features":[528]},{"name":"NAVDIR_LASTCHILD","features":[528]},{"name":"NAVDIR_LEFT","features":[528]},{"name":"NAVDIR_MAX","features":[528]},{"name":"NAVDIR_MIN","features":[528]},{"name":"NAVDIR_NEXT","features":[528]},{"name":"NAVDIR_PREVIOUS","features":[528]},{"name":"NAVDIR_RIGHT","features":[528]},{"name":"NAVDIR_UP","features":[528]},{"name":"Name_Property_GUID","features":[528]},{"name":"NavigateDirection","features":[528]},{"name":"NavigateDirection_FirstChild","features":[528]},{"name":"NavigateDirection_LastChild","features":[528]},{"name":"NavigateDirection_NextSibling","features":[528]},{"name":"NavigateDirection_Parent","features":[528]},{"name":"NavigateDirection_PreviousSibling","features":[528]},{"name":"NewNativeWindowHandle_Property_GUID","features":[528]},{"name":"NormalizeState","features":[528]},{"name":"NormalizeState_Custom","features":[528]},{"name":"NormalizeState_None","features":[528]},{"name":"NormalizeState_View","features":[528]},{"name":"NotificationKind","features":[528]},{"name":"NotificationKind_ActionAborted","features":[528]},{"name":"NotificationKind_ActionCompleted","features":[528]},{"name":"NotificationKind_ItemAdded","features":[528]},{"name":"NotificationKind_ItemRemoved","features":[528]},{"name":"NotificationKind_Other","features":[528]},{"name":"NotificationProcessing","features":[528]},{"name":"NotificationProcessing_All","features":[528]},{"name":"NotificationProcessing_CurrentThenMostRecent","features":[528]},{"name":"NotificationProcessing_ImportantAll","features":[528]},{"name":"NotificationProcessing_ImportantMostRecent","features":[528]},{"name":"NotificationProcessing_MostRecent","features":[528]},{"name":"Notification_Event_GUID","features":[528]},{"name":"NotifyWinEvent","features":[307,528]},{"name":"ObjectFromLresult","features":[307,528]},{"name":"ObjectModel_Pattern_GUID","features":[528]},{"name":"Off","features":[528]},{"name":"OptimizeForVisualContent_Property_GUID","features":[528]},{"name":"OrientationType","features":[528]},{"name":"OrientationType_Horizontal","features":[528]},{"name":"OrientationType_None","features":[528]},{"name":"OrientationType_Vertical","features":[528]},{"name":"Orientation_Property_GUID","features":[528]},{"name":"OutlineColor_Property_GUID","features":[528]},{"name":"OutlineStyles","features":[528]},{"name":"OutlineStyles_Embossed","features":[528]},{"name":"OutlineStyles_Engraved","features":[528]},{"name":"OutlineStyles_None","features":[528]},{"name":"OutlineStyles_Outline","features":[528]},{"name":"OutlineStyles_Shadow","features":[528]},{"name":"OutlineThickness_Property_GUID","features":[528]},{"name":"PROPID_ACC_DEFAULTACTION","features":[528]},{"name":"PROPID_ACC_DESCRIPTION","features":[528]},{"name":"PROPID_ACC_DESCRIPTIONMAP","features":[528]},{"name":"PROPID_ACC_DODEFAULTACTION","features":[528]},{"name":"PROPID_ACC_FOCUS","features":[528]},{"name":"PROPID_ACC_HELP","features":[528]},{"name":"PROPID_ACC_HELPTOPIC","features":[528]},{"name":"PROPID_ACC_KEYBOARDSHORTCUT","features":[528]},{"name":"PROPID_ACC_NAME","features":[528]},{"name":"PROPID_ACC_NAV_DOWN","features":[528]},{"name":"PROPID_ACC_NAV_FIRSTCHILD","features":[528]},{"name":"PROPID_ACC_NAV_LASTCHILD","features":[528]},{"name":"PROPID_ACC_NAV_LEFT","features":[528]},{"name":"PROPID_ACC_NAV_NEXT","features":[528]},{"name":"PROPID_ACC_NAV_PREV","features":[528]},{"name":"PROPID_ACC_NAV_RIGHT","features":[528]},{"name":"PROPID_ACC_NAV_UP","features":[528]},{"name":"PROPID_ACC_PARENT","features":[528]},{"name":"PROPID_ACC_ROLE","features":[528]},{"name":"PROPID_ACC_ROLEMAP","features":[528]},{"name":"PROPID_ACC_SELECTION","features":[528]},{"name":"PROPID_ACC_STATE","features":[528]},{"name":"PROPID_ACC_STATEMAP","features":[528]},{"name":"PROPID_ACC_VALUE","features":[528]},{"name":"PROPID_ACC_VALUEMAP","features":[528]},{"name":"Pane_Control_GUID","features":[528]},{"name":"Polite","features":[528]},{"name":"PositionInSet_Property_GUID","features":[528]},{"name":"ProcessId_Property_GUID","features":[528]},{"name":"ProgressBar_Control_GUID","features":[528]},{"name":"PropertyConditionFlags","features":[528]},{"name":"PropertyConditionFlags_IgnoreCase","features":[528]},{"name":"PropertyConditionFlags_MatchSubstring","features":[528]},{"name":"PropertyConditionFlags_None","features":[528]},{"name":"ProviderDescription_Property_GUID","features":[528]},{"name":"ProviderOptions","features":[528]},{"name":"ProviderOptions_ClientSideProvider","features":[528]},{"name":"ProviderOptions_HasNativeIAccessible","features":[528]},{"name":"ProviderOptions_NonClientAreaProvider","features":[528]},{"name":"ProviderOptions_OverrideProvider","features":[528]},{"name":"ProviderOptions_ProviderOwnsSetFocus","features":[528]},{"name":"ProviderOptions_RefuseNonClientSupport","features":[528]},{"name":"ProviderOptions_ServerSideProvider","features":[528]},{"name":"ProviderOptions_UseClientCoordinates","features":[528]},{"name":"ProviderOptions_UseComThreading","features":[528]},{"name":"ProviderType","features":[528]},{"name":"ProviderType_BaseHwnd","features":[528]},{"name":"ProviderType_NonClientArea","features":[528]},{"name":"ProviderType_Proxy","features":[528]},{"name":"ROLE_SYSTEM_ALERT","features":[528]},{"name":"ROLE_SYSTEM_ANIMATION","features":[528]},{"name":"ROLE_SYSTEM_APPLICATION","features":[528]},{"name":"ROLE_SYSTEM_BORDER","features":[528]},{"name":"ROLE_SYSTEM_BUTTONDROPDOWN","features":[528]},{"name":"ROLE_SYSTEM_BUTTONDROPDOWNGRID","features":[528]},{"name":"ROLE_SYSTEM_BUTTONMENU","features":[528]},{"name":"ROLE_SYSTEM_CARET","features":[528]},{"name":"ROLE_SYSTEM_CELL","features":[528]},{"name":"ROLE_SYSTEM_CHARACTER","features":[528]},{"name":"ROLE_SYSTEM_CHART","features":[528]},{"name":"ROLE_SYSTEM_CHECKBUTTON","features":[528]},{"name":"ROLE_SYSTEM_CLIENT","features":[528]},{"name":"ROLE_SYSTEM_CLOCK","features":[528]},{"name":"ROLE_SYSTEM_COLUMN","features":[528]},{"name":"ROLE_SYSTEM_COLUMNHEADER","features":[528]},{"name":"ROLE_SYSTEM_COMBOBOX","features":[528]},{"name":"ROLE_SYSTEM_CURSOR","features":[528]},{"name":"ROLE_SYSTEM_DIAGRAM","features":[528]},{"name":"ROLE_SYSTEM_DIAL","features":[528]},{"name":"ROLE_SYSTEM_DIALOG","features":[528]},{"name":"ROLE_SYSTEM_DOCUMENT","features":[528]},{"name":"ROLE_SYSTEM_DROPLIST","features":[528]},{"name":"ROLE_SYSTEM_EQUATION","features":[528]},{"name":"ROLE_SYSTEM_GRAPHIC","features":[528]},{"name":"ROLE_SYSTEM_GRIP","features":[528]},{"name":"ROLE_SYSTEM_GROUPING","features":[528]},{"name":"ROLE_SYSTEM_HELPBALLOON","features":[528]},{"name":"ROLE_SYSTEM_HOTKEYFIELD","features":[528]},{"name":"ROLE_SYSTEM_INDICATOR","features":[528]},{"name":"ROLE_SYSTEM_IPADDRESS","features":[528]},{"name":"ROLE_SYSTEM_LINK","features":[528]},{"name":"ROLE_SYSTEM_LIST","features":[528]},{"name":"ROLE_SYSTEM_LISTITEM","features":[528]},{"name":"ROLE_SYSTEM_MENUBAR","features":[528]},{"name":"ROLE_SYSTEM_MENUITEM","features":[528]},{"name":"ROLE_SYSTEM_MENUPOPUP","features":[528]},{"name":"ROLE_SYSTEM_OUTLINE","features":[528]},{"name":"ROLE_SYSTEM_OUTLINEBUTTON","features":[528]},{"name":"ROLE_SYSTEM_OUTLINEITEM","features":[528]},{"name":"ROLE_SYSTEM_PAGETAB","features":[528]},{"name":"ROLE_SYSTEM_PAGETABLIST","features":[528]},{"name":"ROLE_SYSTEM_PANE","features":[528]},{"name":"ROLE_SYSTEM_PROGRESSBAR","features":[528]},{"name":"ROLE_SYSTEM_PROPERTYPAGE","features":[528]},{"name":"ROLE_SYSTEM_PUSHBUTTON","features":[528]},{"name":"ROLE_SYSTEM_RADIOBUTTON","features":[528]},{"name":"ROLE_SYSTEM_ROW","features":[528]},{"name":"ROLE_SYSTEM_ROWHEADER","features":[528]},{"name":"ROLE_SYSTEM_SCROLLBAR","features":[528]},{"name":"ROLE_SYSTEM_SEPARATOR","features":[528]},{"name":"ROLE_SYSTEM_SLIDER","features":[528]},{"name":"ROLE_SYSTEM_SOUND","features":[528]},{"name":"ROLE_SYSTEM_SPINBUTTON","features":[528]},{"name":"ROLE_SYSTEM_SPLITBUTTON","features":[528]},{"name":"ROLE_SYSTEM_STATICTEXT","features":[528]},{"name":"ROLE_SYSTEM_STATUSBAR","features":[528]},{"name":"ROLE_SYSTEM_TABLE","features":[528]},{"name":"ROLE_SYSTEM_TEXT","features":[528]},{"name":"ROLE_SYSTEM_TITLEBAR","features":[528]},{"name":"ROLE_SYSTEM_TOOLBAR","features":[528]},{"name":"ROLE_SYSTEM_TOOLTIP","features":[528]},{"name":"ROLE_SYSTEM_WHITESPACE","features":[528]},{"name":"ROLE_SYSTEM_WINDOW","features":[528]},{"name":"RadioButton_Control_GUID","features":[528]},{"name":"RangeValuePattern_SetValue","features":[528]},{"name":"RangeValue_IsReadOnly_Property_GUID","features":[528]},{"name":"RangeValue_LargeChange_Property_GUID","features":[528]},{"name":"RangeValue_Maximum_Property_GUID","features":[528]},{"name":"RangeValue_Minimum_Property_GUID","features":[528]},{"name":"RangeValue_Pattern_GUID","features":[528]},{"name":"RangeValue_SmallChange_Property_GUID","features":[528]},{"name":"RangeValue_Value_Property_GUID","features":[528]},{"name":"RegisterPointerInputTarget","features":[307,528,371]},{"name":"RegisterPointerInputTargetEx","features":[307,528,371]},{"name":"Rotation_Property_GUID","features":[528]},{"name":"RowOrColumnMajor","features":[528]},{"name":"RowOrColumnMajor_ColumnMajor","features":[528]},{"name":"RowOrColumnMajor_Indeterminate","features":[528]},{"name":"RowOrColumnMajor_RowMajor","features":[528]},{"name":"RuntimeId_Property_GUID","features":[528]},{"name":"SELFLAG_ADDSELECTION","features":[528]},{"name":"SELFLAG_EXTENDSELECTION","features":[528]},{"name":"SELFLAG_NONE","features":[528]},{"name":"SELFLAG_REMOVESELECTION","features":[528]},{"name":"SELFLAG_TAKEFOCUS","features":[528]},{"name":"SELFLAG_TAKESELECTION","features":[528]},{"name":"SELFLAG_VALID","features":[528]},{"name":"SERIALKEYSA","features":[528]},{"name":"SERIALKEYSW","features":[528]},{"name":"SERIALKEYS_FLAGS","features":[528]},{"name":"SERKF_AVAILABLE","features":[528]},{"name":"SERKF_INDICATOR","features":[528]},{"name":"SERKF_SERIALKEYSON","features":[528]},{"name":"SID_ControlElementProvider","features":[528]},{"name":"SID_IsUIAutomationObject","features":[528]},{"name":"SKF_AUDIBLEFEEDBACK","features":[528]},{"name":"SKF_AVAILABLE","features":[528]},{"name":"SKF_CONFIRMHOTKEY","features":[528]},{"name":"SKF_HOTKEYACTIVE","features":[528]},{"name":"SKF_HOTKEYSOUND","features":[528]},{"name":"SKF_INDICATOR","features":[528]},{"name":"SKF_LALTLATCHED","features":[528]},{"name":"SKF_LALTLOCKED","features":[528]},{"name":"SKF_LCTLLATCHED","features":[528]},{"name":"SKF_LCTLLOCKED","features":[528]},{"name":"SKF_LSHIFTLATCHED","features":[528]},{"name":"SKF_LSHIFTLOCKED","features":[528]},{"name":"SKF_LWINLATCHED","features":[528]},{"name":"SKF_LWINLOCKED","features":[528]},{"name":"SKF_RALTLATCHED","features":[528]},{"name":"SKF_RALTLOCKED","features":[528]},{"name":"SKF_RCTLLATCHED","features":[528]},{"name":"SKF_RCTLLOCKED","features":[528]},{"name":"SKF_RSHIFTLATCHED","features":[528]},{"name":"SKF_RSHIFTLOCKED","features":[528]},{"name":"SKF_RWINLATCHED","features":[528]},{"name":"SKF_RWINLOCKED","features":[528]},{"name":"SKF_STICKYKEYSON","features":[528]},{"name":"SKF_TRISTATE","features":[528]},{"name":"SKF_TWOKEYSOFF","features":[528]},{"name":"SOUNDSENTRYA","features":[528]},{"name":"SOUNDSENTRYW","features":[528]},{"name":"SOUNDSENTRY_FLAGS","features":[528]},{"name":"SOUNDSENTRY_TEXT_EFFECT","features":[528]},{"name":"SOUNDSENTRY_WINDOWS_EFFECT","features":[528]},{"name":"SOUND_SENTRY_GRAPHICS_EFFECT","features":[528]},{"name":"SSF_AVAILABLE","features":[528]},{"name":"SSF_INDICATOR","features":[528]},{"name":"SSF_SOUNDSENTRYON","features":[528]},{"name":"SSGF_DISPLAY","features":[528]},{"name":"SSGF_NONE","features":[528]},{"name":"SSTF_BORDER","features":[528]},{"name":"SSTF_CHARS","features":[528]},{"name":"SSTF_DISPLAY","features":[528]},{"name":"SSTF_NONE","features":[528]},{"name":"SSWF_CUSTOM","features":[528]},{"name":"SSWF_DISPLAY","features":[528]},{"name":"SSWF_NONE","features":[528]},{"name":"SSWF_TITLE","features":[528]},{"name":"SSWF_WINDOW","features":[528]},{"name":"STATE_SYSTEM_HASPOPUP","features":[528]},{"name":"STATE_SYSTEM_NORMAL","features":[528]},{"name":"STICKYKEYS","features":[528]},{"name":"STICKYKEYS_FLAGS","features":[528]},{"name":"SayAsInterpretAs","features":[528]},{"name":"SayAsInterpretAs_Address","features":[528]},{"name":"SayAsInterpretAs_Alphanumeric","features":[528]},{"name":"SayAsInterpretAs_Cardinal","features":[528]},{"name":"SayAsInterpretAs_Currency","features":[528]},{"name":"SayAsInterpretAs_Date","features":[528]},{"name":"SayAsInterpretAs_Date_DayMonth","features":[528]},{"name":"SayAsInterpretAs_Date_DayMonthYear","features":[528]},{"name":"SayAsInterpretAs_Date_MonthDay","features":[528]},{"name":"SayAsInterpretAs_Date_MonthDayYear","features":[528]},{"name":"SayAsInterpretAs_Date_MonthYear","features":[528]},{"name":"SayAsInterpretAs_Date_Year","features":[528]},{"name":"SayAsInterpretAs_Date_YearMonth","features":[528]},{"name":"SayAsInterpretAs_Date_YearMonthDay","features":[528]},{"name":"SayAsInterpretAs_Media","features":[528]},{"name":"SayAsInterpretAs_Name","features":[528]},{"name":"SayAsInterpretAs_Net","features":[528]},{"name":"SayAsInterpretAs_None","features":[528]},{"name":"SayAsInterpretAs_Number","features":[528]},{"name":"SayAsInterpretAs_Ordinal","features":[528]},{"name":"SayAsInterpretAs_Spell","features":[528]},{"name":"SayAsInterpretAs_Telephone","features":[528]},{"name":"SayAsInterpretAs_Time","features":[528]},{"name":"SayAsInterpretAs_Time_HoursMinutes12","features":[528]},{"name":"SayAsInterpretAs_Time_HoursMinutes24","features":[528]},{"name":"SayAsInterpretAs_Time_HoursMinutesSeconds12","features":[528]},{"name":"SayAsInterpretAs_Time_HoursMinutesSeconds24","features":[528]},{"name":"SayAsInterpretAs_Url","features":[528]},{"name":"ScrollAmount","features":[528]},{"name":"ScrollAmount_LargeDecrement","features":[528]},{"name":"ScrollAmount_LargeIncrement","features":[528]},{"name":"ScrollAmount_NoAmount","features":[528]},{"name":"ScrollAmount_SmallDecrement","features":[528]},{"name":"ScrollAmount_SmallIncrement","features":[528]},{"name":"ScrollBar_Control_GUID","features":[528]},{"name":"ScrollItemPattern_ScrollIntoView","features":[528]},{"name":"ScrollItem_Pattern_GUID","features":[528]},{"name":"ScrollPattern_Scroll","features":[528]},{"name":"ScrollPattern_SetScrollPercent","features":[528]},{"name":"Scroll_HorizontalScrollPercent_Property_GUID","features":[528]},{"name":"Scroll_HorizontalViewSize_Property_GUID","features":[528]},{"name":"Scroll_HorizontallyScrollable_Property_GUID","features":[528]},{"name":"Scroll_Pattern_GUID","features":[528]},{"name":"Scroll_VerticalScrollPercent_Property_GUID","features":[528]},{"name":"Scroll_VerticalViewSize_Property_GUID","features":[528]},{"name":"Scroll_VerticallyScrollable_Property_GUID","features":[528]},{"name":"Selection2_CurrentSelectedItem_Property_GUID","features":[528]},{"name":"Selection2_FirstSelectedItem_Property_GUID","features":[528]},{"name":"Selection2_ItemCount_Property_GUID","features":[528]},{"name":"Selection2_LastSelectedItem_Property_GUID","features":[528]},{"name":"SelectionItemPattern_AddToSelection","features":[528]},{"name":"SelectionItemPattern_RemoveFromSelection","features":[528]},{"name":"SelectionItemPattern_Select","features":[528]},{"name":"SelectionItem_ElementAddedToSelectionEvent_Event_GUID","features":[528]},{"name":"SelectionItem_ElementRemovedFromSelectionEvent_Event_GUID","features":[528]},{"name":"SelectionItem_ElementSelectedEvent_Event_GUID","features":[528]},{"name":"SelectionItem_IsSelected_Property_GUID","features":[528]},{"name":"SelectionItem_Pattern_GUID","features":[528]},{"name":"SelectionItem_SelectionContainer_Property_GUID","features":[528]},{"name":"Selection_CanSelectMultiple_Property_GUID","features":[528]},{"name":"Selection_InvalidatedEvent_Event_GUID","features":[528]},{"name":"Selection_IsSelectionRequired_Property_GUID","features":[528]},{"name":"Selection_Pattern2_GUID","features":[528]},{"name":"Selection_Pattern_GUID","features":[528]},{"name":"Selection_Selection_Property_GUID","features":[528]},{"name":"SemanticZoom_Control_GUID","features":[528]},{"name":"Separator_Control_GUID","features":[528]},{"name":"SetWinEventHook","features":[307,528]},{"name":"SizeOfSet_Property_GUID","features":[528]},{"name":"Size_Property_GUID","features":[528]},{"name":"Slider_Control_GUID","features":[528]},{"name":"Spinner_Control_GUID","features":[528]},{"name":"SplitButton_Control_GUID","features":[528]},{"name":"SpreadsheetItem_AnnotationObjects_Property_GUID","features":[528]},{"name":"SpreadsheetItem_AnnotationTypes_Property_GUID","features":[528]},{"name":"SpreadsheetItem_Formula_Property_GUID","features":[528]},{"name":"SpreadsheetItem_Pattern_GUID","features":[528]},{"name":"Spreadsheet_Pattern_GUID","features":[528]},{"name":"StatusBar_Control_GUID","features":[528]},{"name":"StructureChangeType","features":[528]},{"name":"StructureChangeType_ChildAdded","features":[528]},{"name":"StructureChangeType_ChildRemoved","features":[528]},{"name":"StructureChangeType_ChildrenBulkAdded","features":[528]},{"name":"StructureChangeType_ChildrenBulkRemoved","features":[528]},{"name":"StructureChangeType_ChildrenInvalidated","features":[528]},{"name":"StructureChangeType_ChildrenReordered","features":[528]},{"name":"StructureChanged_Event_GUID","features":[528]},{"name":"StructuredMarkup_CompositionComplete_Event_GUID","features":[528]},{"name":"StructuredMarkup_Deleted_Event_GUID","features":[528]},{"name":"StructuredMarkup_Pattern_GUID","features":[528]},{"name":"StructuredMarkup_SelectionChanged_Event_GUID","features":[528]},{"name":"StyleId_BulletedList","features":[528]},{"name":"StyleId_BulletedList_GUID","features":[528]},{"name":"StyleId_Custom","features":[528]},{"name":"StyleId_Custom_GUID","features":[528]},{"name":"StyleId_Emphasis","features":[528]},{"name":"StyleId_Emphasis_GUID","features":[528]},{"name":"StyleId_Heading1","features":[528]},{"name":"StyleId_Heading1_GUID","features":[528]},{"name":"StyleId_Heading2","features":[528]},{"name":"StyleId_Heading2_GUID","features":[528]},{"name":"StyleId_Heading3","features":[528]},{"name":"StyleId_Heading3_GUID","features":[528]},{"name":"StyleId_Heading4","features":[528]},{"name":"StyleId_Heading4_GUID","features":[528]},{"name":"StyleId_Heading5","features":[528]},{"name":"StyleId_Heading5_GUID","features":[528]},{"name":"StyleId_Heading6","features":[528]},{"name":"StyleId_Heading6_GUID","features":[528]},{"name":"StyleId_Heading7","features":[528]},{"name":"StyleId_Heading7_GUID","features":[528]},{"name":"StyleId_Heading8","features":[528]},{"name":"StyleId_Heading8_GUID","features":[528]},{"name":"StyleId_Heading9","features":[528]},{"name":"StyleId_Heading9_GUID","features":[528]},{"name":"StyleId_Normal","features":[528]},{"name":"StyleId_Normal_GUID","features":[528]},{"name":"StyleId_NumberedList","features":[528]},{"name":"StyleId_NumberedList_GUID","features":[528]},{"name":"StyleId_Quote","features":[528]},{"name":"StyleId_Quote_GUID","features":[528]},{"name":"StyleId_Subtitle","features":[528]},{"name":"StyleId_Subtitle_GUID","features":[528]},{"name":"StyleId_Title","features":[528]},{"name":"StyleId_Title_GUID","features":[528]},{"name":"Styles_ExtendedProperties_Property_GUID","features":[528]},{"name":"Styles_FillColor_Property_GUID","features":[528]},{"name":"Styles_FillPatternColor_Property_GUID","features":[528]},{"name":"Styles_FillPatternStyle_Property_GUID","features":[528]},{"name":"Styles_Pattern_GUID","features":[528]},{"name":"Styles_Shape_Property_GUID","features":[528]},{"name":"Styles_StyleId_Property_GUID","features":[528]},{"name":"Styles_StyleName_Property_GUID","features":[528]},{"name":"SupportedTextSelection","features":[528]},{"name":"SupportedTextSelection_Multiple","features":[528]},{"name":"SupportedTextSelection_None","features":[528]},{"name":"SupportedTextSelection_Single","features":[528]},{"name":"SynchronizedInputPattern_Cancel","features":[528]},{"name":"SynchronizedInputPattern_StartListening","features":[528]},{"name":"SynchronizedInputType","features":[528]},{"name":"SynchronizedInputType_KeyDown","features":[528]},{"name":"SynchronizedInputType_KeyUp","features":[528]},{"name":"SynchronizedInputType_LeftMouseDown","features":[528]},{"name":"SynchronizedInputType_LeftMouseUp","features":[528]},{"name":"SynchronizedInputType_RightMouseDown","features":[528]},{"name":"SynchronizedInputType_RightMouseUp","features":[528]},{"name":"SynchronizedInput_Pattern_GUID","features":[528]},{"name":"SystemAlert_Event_GUID","features":[528]},{"name":"TOGGLEKEYS","features":[528]},{"name":"TabItem_Control_GUID","features":[528]},{"name":"Tab_Control_GUID","features":[528]},{"name":"TableItem_ColumnHeaderItems_Property_GUID","features":[528]},{"name":"TableItem_Pattern_GUID","features":[528]},{"name":"TableItem_RowHeaderItems_Property_GUID","features":[528]},{"name":"Table_ColumnHeaders_Property_GUID","features":[528]},{"name":"Table_Control_GUID","features":[528]},{"name":"Table_Pattern_GUID","features":[528]},{"name":"Table_RowHeaders_Property_GUID","features":[528]},{"name":"Table_RowOrColumnMajor_Property_GUID","features":[528]},{"name":"TextChild_Pattern_GUID","features":[528]},{"name":"TextDecorationLineStyle","features":[528]},{"name":"TextDecorationLineStyle_Dash","features":[528]},{"name":"TextDecorationLineStyle_DashDot","features":[528]},{"name":"TextDecorationLineStyle_DashDotDot","features":[528]},{"name":"TextDecorationLineStyle_Dot","features":[528]},{"name":"TextDecorationLineStyle_Double","features":[528]},{"name":"TextDecorationLineStyle_DoubleWavy","features":[528]},{"name":"TextDecorationLineStyle_LongDash","features":[528]},{"name":"TextDecorationLineStyle_None","features":[528]},{"name":"TextDecorationLineStyle_Other","features":[528]},{"name":"TextDecorationLineStyle_Single","features":[528]},{"name":"TextDecorationLineStyle_ThickDash","features":[528]},{"name":"TextDecorationLineStyle_ThickDashDot","features":[528]},{"name":"TextDecorationLineStyle_ThickDashDotDot","features":[528]},{"name":"TextDecorationLineStyle_ThickDot","features":[528]},{"name":"TextDecorationLineStyle_ThickLongDash","features":[528]},{"name":"TextDecorationLineStyle_ThickSingle","features":[528]},{"name":"TextDecorationLineStyle_ThickWavy","features":[528]},{"name":"TextDecorationLineStyle_Wavy","features":[528]},{"name":"TextDecorationLineStyle_WordsOnly","features":[528]},{"name":"TextEditChangeType","features":[528]},{"name":"TextEditChangeType_AutoComplete","features":[528]},{"name":"TextEditChangeType_AutoCorrect","features":[528]},{"name":"TextEditChangeType_Composition","features":[528]},{"name":"TextEditChangeType_CompositionFinalized","features":[528]},{"name":"TextEditChangeType_None","features":[528]},{"name":"TextEdit_ConversionTargetChanged_Event_GUID","features":[528]},{"name":"TextEdit_Pattern_GUID","features":[528]},{"name":"TextEdit_TextChanged_Event_GUID","features":[528]},{"name":"TextPatternRangeEndpoint","features":[528]},{"name":"TextPatternRangeEndpoint_End","features":[528]},{"name":"TextPatternRangeEndpoint_Start","features":[528]},{"name":"TextPattern_GetSelection","features":[358,528]},{"name":"TextPattern_GetVisibleRanges","features":[358,528]},{"name":"TextPattern_RangeFromChild","features":[528]},{"name":"TextPattern_RangeFromPoint","features":[528]},{"name":"TextPattern_get_DocumentRange","features":[528]},{"name":"TextPattern_get_SupportedTextSelection","features":[528]},{"name":"TextRange_AddToSelection","features":[528]},{"name":"TextRange_Clone","features":[528]},{"name":"TextRange_Compare","features":[307,528]},{"name":"TextRange_CompareEndpoints","features":[528]},{"name":"TextRange_ExpandToEnclosingUnit","features":[528]},{"name":"TextRange_FindAttribute","features":[307,358,359,360,528]},{"name":"TextRange_FindText","features":[307,528]},{"name":"TextRange_GetAttributeValue","features":[307,358,359,360,528]},{"name":"TextRange_GetBoundingRectangles","features":[358,528]},{"name":"TextRange_GetChildren","features":[358,528]},{"name":"TextRange_GetEnclosingElement","features":[528]},{"name":"TextRange_GetText","features":[528]},{"name":"TextRange_Move","features":[528]},{"name":"TextRange_MoveEndpointByRange","features":[528]},{"name":"TextRange_MoveEndpointByUnit","features":[528]},{"name":"TextRange_RemoveFromSelection","features":[528]},{"name":"TextRange_ScrollIntoView","features":[307,528]},{"name":"TextRange_Select","features":[528]},{"name":"TextUnit","features":[528]},{"name":"TextUnit_Character","features":[528]},{"name":"TextUnit_Document","features":[528]},{"name":"TextUnit_Format","features":[528]},{"name":"TextUnit_Line","features":[528]},{"name":"TextUnit_Page","features":[528]},{"name":"TextUnit_Paragraph","features":[528]},{"name":"TextUnit_Word","features":[528]},{"name":"Text_AfterParagraphSpacing_Attribute_GUID","features":[528]},{"name":"Text_AfterSpacing_Attribute_GUID","features":[528]},{"name":"Text_AnimationStyle_Attribute_GUID","features":[528]},{"name":"Text_AnnotationObjects_Attribute_GUID","features":[528]},{"name":"Text_AnnotationTypes_Attribute_GUID","features":[528]},{"name":"Text_BackgroundColor_Attribute_GUID","features":[528]},{"name":"Text_BeforeParagraphSpacing_Attribute_GUID","features":[528]},{"name":"Text_BeforeSpacing_Attribute_GUID","features":[528]},{"name":"Text_BulletStyle_Attribute_GUID","features":[528]},{"name":"Text_CapStyle_Attribute_GUID","features":[528]},{"name":"Text_CaretBidiMode_Attribute_GUID","features":[528]},{"name":"Text_CaretPosition_Attribute_GUID","features":[528]},{"name":"Text_Control_GUID","features":[528]},{"name":"Text_Culture_Attribute_GUID","features":[528]},{"name":"Text_FontName_Attribute_GUID","features":[528]},{"name":"Text_FontSize_Attribute_GUID","features":[528]},{"name":"Text_FontWeight_Attribute_GUID","features":[528]},{"name":"Text_ForegroundColor_Attribute_GUID","features":[528]},{"name":"Text_HorizontalTextAlignment_Attribute_GUID","features":[528]},{"name":"Text_IndentationFirstLine_Attribute_GUID","features":[528]},{"name":"Text_IndentationLeading_Attribute_GUID","features":[528]},{"name":"Text_IndentationTrailing_Attribute_GUID","features":[528]},{"name":"Text_IsActive_Attribute_GUID","features":[528]},{"name":"Text_IsHidden_Attribute_GUID","features":[528]},{"name":"Text_IsItalic_Attribute_GUID","features":[528]},{"name":"Text_IsReadOnly_Attribute_GUID","features":[528]},{"name":"Text_IsSubscript_Attribute_GUID","features":[528]},{"name":"Text_IsSuperscript_Attribute_GUID","features":[528]},{"name":"Text_LineSpacing_Attribute_GUID","features":[528]},{"name":"Text_Link_Attribute_GUID","features":[528]},{"name":"Text_MarginBottom_Attribute_GUID","features":[528]},{"name":"Text_MarginLeading_Attribute_GUID","features":[528]},{"name":"Text_MarginTop_Attribute_GUID","features":[528]},{"name":"Text_MarginTrailing_Attribute_GUID","features":[528]},{"name":"Text_OutlineStyles_Attribute_GUID","features":[528]},{"name":"Text_OverlineColor_Attribute_GUID","features":[528]},{"name":"Text_OverlineStyle_Attribute_GUID","features":[528]},{"name":"Text_Pattern2_GUID","features":[528]},{"name":"Text_Pattern_GUID","features":[528]},{"name":"Text_SayAsInterpretAs_Attribute_GUID","features":[528]},{"name":"Text_SelectionActiveEnd_Attribute_GUID","features":[528]},{"name":"Text_StrikethroughColor_Attribute_GUID","features":[528]},{"name":"Text_StrikethroughStyle_Attribute_GUID","features":[528]},{"name":"Text_StyleId_Attribute_GUID","features":[528]},{"name":"Text_StyleName_Attribute_GUID","features":[528]},{"name":"Text_Tabs_Attribute_GUID","features":[528]},{"name":"Text_TextChangedEvent_Event_GUID","features":[528]},{"name":"Text_TextFlowDirections_Attribute_GUID","features":[528]},{"name":"Text_TextSelectionChangedEvent_Event_GUID","features":[528]},{"name":"Text_UnderlineColor_Attribute_GUID","features":[528]},{"name":"Text_UnderlineStyle_Attribute_GUID","features":[528]},{"name":"Thumb_Control_GUID","features":[528]},{"name":"TitleBar_Control_GUID","features":[528]},{"name":"TogglePattern_Toggle","features":[528]},{"name":"ToggleState","features":[528]},{"name":"ToggleState_Indeterminate","features":[528]},{"name":"ToggleState_Off","features":[528]},{"name":"ToggleState_On","features":[528]},{"name":"Toggle_Pattern_GUID","features":[528]},{"name":"Toggle_ToggleState_Property_GUID","features":[528]},{"name":"ToolBar_Control_GUID","features":[528]},{"name":"ToolTipClosed_Event_GUID","features":[528]},{"name":"ToolTipOpened_Event_GUID","features":[528]},{"name":"ToolTip_Control_GUID","features":[528]},{"name":"Tranform_Pattern2_GUID","features":[528]},{"name":"Transform2_CanZoom_Property_GUID","features":[528]},{"name":"Transform2_ZoomLevel_Property_GUID","features":[528]},{"name":"Transform2_ZoomMaximum_Property_GUID","features":[528]},{"name":"Transform2_ZoomMinimum_Property_GUID","features":[528]},{"name":"TransformPattern_Move","features":[528]},{"name":"TransformPattern_Resize","features":[528]},{"name":"TransformPattern_Rotate","features":[528]},{"name":"Transform_CanMove_Property_GUID","features":[528]},{"name":"Transform_CanResize_Property_GUID","features":[528]},{"name":"Transform_CanRotate_Property_GUID","features":[528]},{"name":"Transform_Pattern_GUID","features":[528]},{"name":"TreeItem_Control_GUID","features":[528]},{"name":"TreeScope","features":[528]},{"name":"TreeScope_Ancestors","features":[528]},{"name":"TreeScope_Children","features":[528]},{"name":"TreeScope_Descendants","features":[528]},{"name":"TreeScope_Element","features":[528]},{"name":"TreeScope_None","features":[528]},{"name":"TreeScope_Parent","features":[528]},{"name":"TreeScope_Subtree","features":[528]},{"name":"TreeTraversalOptions","features":[528]},{"name":"TreeTraversalOptions_Default","features":[528]},{"name":"TreeTraversalOptions_LastToFirstOrder","features":[528]},{"name":"TreeTraversalOptions_PostOrder","features":[528]},{"name":"Tree_Control_GUID","features":[528]},{"name":"UIA_ANNOTATIONTYPE","features":[528]},{"name":"UIA_AcceleratorKeyPropertyId","features":[528]},{"name":"UIA_AccessKeyPropertyId","features":[528]},{"name":"UIA_ActiveTextPositionChangedEventId","features":[528]},{"name":"UIA_AfterParagraphSpacingAttributeId","features":[528]},{"name":"UIA_AnimationStyleAttributeId","features":[528]},{"name":"UIA_AnnotationAnnotationTypeIdPropertyId","features":[528]},{"name":"UIA_AnnotationAnnotationTypeNamePropertyId","features":[528]},{"name":"UIA_AnnotationAuthorPropertyId","features":[528]},{"name":"UIA_AnnotationDateTimePropertyId","features":[528]},{"name":"UIA_AnnotationObjectsAttributeId","features":[528]},{"name":"UIA_AnnotationObjectsPropertyId","features":[528]},{"name":"UIA_AnnotationPatternId","features":[528]},{"name":"UIA_AnnotationTargetPropertyId","features":[528]},{"name":"UIA_AnnotationTypesAttributeId","features":[528]},{"name":"UIA_AnnotationTypesPropertyId","features":[528]},{"name":"UIA_AppBarControlTypeId","features":[528]},{"name":"UIA_AriaPropertiesPropertyId","features":[528]},{"name":"UIA_AriaRolePropertyId","features":[528]},{"name":"UIA_AsyncContentLoadedEventId","features":[528]},{"name":"UIA_AutomationFocusChangedEventId","features":[528]},{"name":"UIA_AutomationIdPropertyId","features":[528]},{"name":"UIA_AutomationPropertyChangedEventId","features":[528]},{"name":"UIA_BackgroundColorAttributeId","features":[528]},{"name":"UIA_BeforeParagraphSpacingAttributeId","features":[528]},{"name":"UIA_BoundingRectanglePropertyId","features":[528]},{"name":"UIA_BulletStyleAttributeId","features":[528]},{"name":"UIA_ButtonControlTypeId","features":[528]},{"name":"UIA_CHANGE_ID","features":[528]},{"name":"UIA_CONTROLTYPE_ID","features":[528]},{"name":"UIA_CalendarControlTypeId","features":[528]},{"name":"UIA_CapStyleAttributeId","features":[528]},{"name":"UIA_CaretBidiModeAttributeId","features":[528]},{"name":"UIA_CaretPositionAttributeId","features":[528]},{"name":"UIA_CenterPointPropertyId","features":[528]},{"name":"UIA_ChangesEventId","features":[528]},{"name":"UIA_CheckBoxControlTypeId","features":[528]},{"name":"UIA_ClassNamePropertyId","features":[528]},{"name":"UIA_ClickablePointPropertyId","features":[528]},{"name":"UIA_ComboBoxControlTypeId","features":[528]},{"name":"UIA_ControlTypePropertyId","features":[528]},{"name":"UIA_ControllerForPropertyId","features":[528]},{"name":"UIA_CultureAttributeId","features":[528]},{"name":"UIA_CulturePropertyId","features":[528]},{"name":"UIA_CustomControlTypeId","features":[528]},{"name":"UIA_CustomLandmarkTypeId","features":[528]},{"name":"UIA_CustomNavigationPatternId","features":[528]},{"name":"UIA_DataGridControlTypeId","features":[528]},{"name":"UIA_DataItemControlTypeId","features":[528]},{"name":"UIA_DescribedByPropertyId","features":[528]},{"name":"UIA_DockDockPositionPropertyId","features":[528]},{"name":"UIA_DockPatternId","features":[528]},{"name":"UIA_DocumentControlTypeId","features":[528]},{"name":"UIA_DragDropEffectPropertyId","features":[528]},{"name":"UIA_DragDropEffectsPropertyId","features":[528]},{"name":"UIA_DragGrabbedItemsPropertyId","features":[528]},{"name":"UIA_DragIsGrabbedPropertyId","features":[528]},{"name":"UIA_DragPatternId","features":[528]},{"name":"UIA_Drag_DragCancelEventId","features":[528]},{"name":"UIA_Drag_DragCompleteEventId","features":[528]},{"name":"UIA_Drag_DragStartEventId","features":[528]},{"name":"UIA_DropTargetDropTargetEffectPropertyId","features":[528]},{"name":"UIA_DropTargetDropTargetEffectsPropertyId","features":[528]},{"name":"UIA_DropTargetPatternId","features":[528]},{"name":"UIA_DropTarget_DragEnterEventId","features":[528]},{"name":"UIA_DropTarget_DragLeaveEventId","features":[528]},{"name":"UIA_DropTarget_DroppedEventId","features":[528]},{"name":"UIA_EVENT_ID","features":[528]},{"name":"UIA_E_ELEMENTNOTAVAILABLE","features":[528]},{"name":"UIA_E_ELEMENTNOTENABLED","features":[528]},{"name":"UIA_E_INVALIDOPERATION","features":[528]},{"name":"UIA_E_NOCLICKABLEPOINT","features":[528]},{"name":"UIA_E_NOTSUPPORTED","features":[528]},{"name":"UIA_E_PROXYASSEMBLYNOTLOADED","features":[528]},{"name":"UIA_E_TIMEOUT","features":[528]},{"name":"UIA_EditControlTypeId","features":[528]},{"name":"UIA_ExpandCollapseExpandCollapseStatePropertyId","features":[528]},{"name":"UIA_ExpandCollapsePatternId","features":[528]},{"name":"UIA_FillColorPropertyId","features":[528]},{"name":"UIA_FillTypePropertyId","features":[528]},{"name":"UIA_FlowsFromPropertyId","features":[528]},{"name":"UIA_FlowsToPropertyId","features":[528]},{"name":"UIA_FontNameAttributeId","features":[528]},{"name":"UIA_FontSizeAttributeId","features":[528]},{"name":"UIA_FontWeightAttributeId","features":[528]},{"name":"UIA_ForegroundColorAttributeId","features":[528]},{"name":"UIA_FormLandmarkTypeId","features":[528]},{"name":"UIA_FrameworkIdPropertyId","features":[528]},{"name":"UIA_FullDescriptionPropertyId","features":[528]},{"name":"UIA_GridColumnCountPropertyId","features":[528]},{"name":"UIA_GridItemColumnPropertyId","features":[528]},{"name":"UIA_GridItemColumnSpanPropertyId","features":[528]},{"name":"UIA_GridItemContainingGridPropertyId","features":[528]},{"name":"UIA_GridItemPatternId","features":[528]},{"name":"UIA_GridItemRowPropertyId","features":[528]},{"name":"UIA_GridItemRowSpanPropertyId","features":[528]},{"name":"UIA_GridPatternId","features":[528]},{"name":"UIA_GridRowCountPropertyId","features":[528]},{"name":"UIA_GroupControlTypeId","features":[528]},{"name":"UIA_HEADINGLEVEL_ID","features":[528]},{"name":"UIA_HasKeyboardFocusPropertyId","features":[528]},{"name":"UIA_HeaderControlTypeId","features":[528]},{"name":"UIA_HeaderItemControlTypeId","features":[528]},{"name":"UIA_HeadingLevelPropertyId","features":[528]},{"name":"UIA_HelpTextPropertyId","features":[528]},{"name":"UIA_HorizontalTextAlignmentAttributeId","features":[528]},{"name":"UIA_HostedFragmentRootsInvalidatedEventId","features":[528]},{"name":"UIA_HyperlinkControlTypeId","features":[528]},{"name":"UIA_IAFP_DEFAULT","features":[528]},{"name":"UIA_IAFP_UNWRAP_BRIDGE","features":[528]},{"name":"UIA_ImageControlTypeId","features":[528]},{"name":"UIA_IndentationFirstLineAttributeId","features":[528]},{"name":"UIA_IndentationLeadingAttributeId","features":[528]},{"name":"UIA_IndentationTrailingAttributeId","features":[528]},{"name":"UIA_InputDiscardedEventId","features":[528]},{"name":"UIA_InputReachedOtherElementEventId","features":[528]},{"name":"UIA_InputReachedTargetEventId","features":[528]},{"name":"UIA_InvokePatternId","features":[528]},{"name":"UIA_Invoke_InvokedEventId","features":[528]},{"name":"UIA_IsActiveAttributeId","features":[528]},{"name":"UIA_IsAnnotationPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsContentElementPropertyId","features":[528]},{"name":"UIA_IsControlElementPropertyId","features":[528]},{"name":"UIA_IsCustomNavigationPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsDataValidForFormPropertyId","features":[528]},{"name":"UIA_IsDialogPropertyId","features":[528]},{"name":"UIA_IsDockPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsDragPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsDropTargetPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsEnabledPropertyId","features":[528]},{"name":"UIA_IsExpandCollapsePatternAvailablePropertyId","features":[528]},{"name":"UIA_IsGridItemPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsGridPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsHiddenAttributeId","features":[528]},{"name":"UIA_IsInvokePatternAvailablePropertyId","features":[528]},{"name":"UIA_IsItalicAttributeId","features":[528]},{"name":"UIA_IsItemContainerPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsKeyboardFocusablePropertyId","features":[528]},{"name":"UIA_IsLegacyIAccessiblePatternAvailablePropertyId","features":[528]},{"name":"UIA_IsMultipleViewPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsObjectModelPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsOffscreenPropertyId","features":[528]},{"name":"UIA_IsPasswordPropertyId","features":[528]},{"name":"UIA_IsPeripheralPropertyId","features":[528]},{"name":"UIA_IsRangeValuePatternAvailablePropertyId","features":[528]},{"name":"UIA_IsReadOnlyAttributeId","features":[528]},{"name":"UIA_IsRequiredForFormPropertyId","features":[528]},{"name":"UIA_IsScrollItemPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsScrollPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsSelectionItemPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsSelectionPattern2AvailablePropertyId","features":[528]},{"name":"UIA_IsSelectionPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsSpreadsheetItemPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsSpreadsheetPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsStylesPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsSubscriptAttributeId","features":[528]},{"name":"UIA_IsSuperscriptAttributeId","features":[528]},{"name":"UIA_IsSynchronizedInputPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsTableItemPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsTablePatternAvailablePropertyId","features":[528]},{"name":"UIA_IsTextChildPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsTextEditPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsTextPattern2AvailablePropertyId","features":[528]},{"name":"UIA_IsTextPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsTogglePatternAvailablePropertyId","features":[528]},{"name":"UIA_IsTransformPattern2AvailablePropertyId","features":[528]},{"name":"UIA_IsTransformPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsValuePatternAvailablePropertyId","features":[528]},{"name":"UIA_IsVirtualizedItemPatternAvailablePropertyId","features":[528]},{"name":"UIA_IsWindowPatternAvailablePropertyId","features":[528]},{"name":"UIA_ItemContainerPatternId","features":[528]},{"name":"UIA_ItemStatusPropertyId","features":[528]},{"name":"UIA_ItemTypePropertyId","features":[528]},{"name":"UIA_LANDMARKTYPE_ID","features":[528]},{"name":"UIA_LabeledByPropertyId","features":[528]},{"name":"UIA_LandmarkTypePropertyId","features":[528]},{"name":"UIA_LayoutInvalidatedEventId","features":[528]},{"name":"UIA_LegacyIAccessibleChildIdPropertyId","features":[528]},{"name":"UIA_LegacyIAccessibleDefaultActionPropertyId","features":[528]},{"name":"UIA_LegacyIAccessibleDescriptionPropertyId","features":[528]},{"name":"UIA_LegacyIAccessibleHelpPropertyId","features":[528]},{"name":"UIA_LegacyIAccessibleKeyboardShortcutPropertyId","features":[528]},{"name":"UIA_LegacyIAccessibleNamePropertyId","features":[528]},{"name":"UIA_LegacyIAccessiblePatternId","features":[528]},{"name":"UIA_LegacyIAccessibleRolePropertyId","features":[528]},{"name":"UIA_LegacyIAccessibleSelectionPropertyId","features":[528]},{"name":"UIA_LegacyIAccessibleStatePropertyId","features":[528]},{"name":"UIA_LegacyIAccessibleValuePropertyId","features":[528]},{"name":"UIA_LevelPropertyId","features":[528]},{"name":"UIA_LineSpacingAttributeId","features":[528]},{"name":"UIA_LinkAttributeId","features":[528]},{"name":"UIA_ListControlTypeId","features":[528]},{"name":"UIA_ListItemControlTypeId","features":[528]},{"name":"UIA_LiveRegionChangedEventId","features":[528]},{"name":"UIA_LiveSettingPropertyId","features":[528]},{"name":"UIA_LocalizedControlTypePropertyId","features":[528]},{"name":"UIA_LocalizedLandmarkTypePropertyId","features":[528]},{"name":"UIA_METADATA_ID","features":[528]},{"name":"UIA_MainLandmarkTypeId","features":[528]},{"name":"UIA_MarginBottomAttributeId","features":[528]},{"name":"UIA_MarginLeadingAttributeId","features":[528]},{"name":"UIA_MarginTopAttributeId","features":[528]},{"name":"UIA_MarginTrailingAttributeId","features":[528]},{"name":"UIA_MenuBarControlTypeId","features":[528]},{"name":"UIA_MenuClosedEventId","features":[528]},{"name":"UIA_MenuControlTypeId","features":[528]},{"name":"UIA_MenuItemControlTypeId","features":[528]},{"name":"UIA_MenuModeEndEventId","features":[528]},{"name":"UIA_MenuModeStartEventId","features":[528]},{"name":"UIA_MenuOpenedEventId","features":[528]},{"name":"UIA_MultipleViewCurrentViewPropertyId","features":[528]},{"name":"UIA_MultipleViewPatternId","features":[528]},{"name":"UIA_MultipleViewSupportedViewsPropertyId","features":[528]},{"name":"UIA_NamePropertyId","features":[528]},{"name":"UIA_NativeWindowHandlePropertyId","features":[528]},{"name":"UIA_NavigationLandmarkTypeId","features":[528]},{"name":"UIA_NotificationEventId","features":[528]},{"name":"UIA_ObjectModelPatternId","features":[528]},{"name":"UIA_OptimizeForVisualContentPropertyId","features":[528]},{"name":"UIA_OrientationPropertyId","features":[528]},{"name":"UIA_OutlineColorPropertyId","features":[528]},{"name":"UIA_OutlineStylesAttributeId","features":[528]},{"name":"UIA_OutlineThicknessPropertyId","features":[528]},{"name":"UIA_OverlineColorAttributeId","features":[528]},{"name":"UIA_OverlineStyleAttributeId","features":[528]},{"name":"UIA_PATTERN_ID","features":[528]},{"name":"UIA_PFIA_DEFAULT","features":[528]},{"name":"UIA_PFIA_UNWRAP_BRIDGE","features":[528]},{"name":"UIA_PROPERTY_ID","features":[528]},{"name":"UIA_PaneControlTypeId","features":[528]},{"name":"UIA_PositionInSetPropertyId","features":[528]},{"name":"UIA_ProcessIdPropertyId","features":[528]},{"name":"UIA_ProgressBarControlTypeId","features":[528]},{"name":"UIA_ProviderDescriptionPropertyId","features":[528]},{"name":"UIA_RadioButtonControlTypeId","features":[528]},{"name":"UIA_RangeValueIsReadOnlyPropertyId","features":[528]},{"name":"UIA_RangeValueLargeChangePropertyId","features":[528]},{"name":"UIA_RangeValueMaximumPropertyId","features":[528]},{"name":"UIA_RangeValueMinimumPropertyId","features":[528]},{"name":"UIA_RangeValuePatternId","features":[528]},{"name":"UIA_RangeValueSmallChangePropertyId","features":[528]},{"name":"UIA_RangeValueValuePropertyId","features":[528]},{"name":"UIA_RotationPropertyId","features":[528]},{"name":"UIA_RuntimeIdPropertyId","features":[528]},{"name":"UIA_STYLE_ID","features":[528]},{"name":"UIA_SayAsInterpretAsAttributeId","features":[528]},{"name":"UIA_SayAsInterpretAsMetadataId","features":[528]},{"name":"UIA_ScrollBarControlTypeId","features":[528]},{"name":"UIA_ScrollHorizontalScrollPercentPropertyId","features":[528]},{"name":"UIA_ScrollHorizontalViewSizePropertyId","features":[528]},{"name":"UIA_ScrollHorizontallyScrollablePropertyId","features":[528]},{"name":"UIA_ScrollItemPatternId","features":[528]},{"name":"UIA_ScrollPatternId","features":[528]},{"name":"UIA_ScrollPatternNoScroll","features":[528]},{"name":"UIA_ScrollVerticalScrollPercentPropertyId","features":[528]},{"name":"UIA_ScrollVerticalViewSizePropertyId","features":[528]},{"name":"UIA_ScrollVerticallyScrollablePropertyId","features":[528]},{"name":"UIA_SearchLandmarkTypeId","features":[528]},{"name":"UIA_Selection2CurrentSelectedItemPropertyId","features":[528]},{"name":"UIA_Selection2FirstSelectedItemPropertyId","features":[528]},{"name":"UIA_Selection2ItemCountPropertyId","features":[528]},{"name":"UIA_Selection2LastSelectedItemPropertyId","features":[528]},{"name":"UIA_SelectionActiveEndAttributeId","features":[528]},{"name":"UIA_SelectionCanSelectMultiplePropertyId","features":[528]},{"name":"UIA_SelectionIsSelectionRequiredPropertyId","features":[528]},{"name":"UIA_SelectionItemIsSelectedPropertyId","features":[528]},{"name":"UIA_SelectionItemPatternId","features":[528]},{"name":"UIA_SelectionItemSelectionContainerPropertyId","features":[528]},{"name":"UIA_SelectionItem_ElementAddedToSelectionEventId","features":[528]},{"name":"UIA_SelectionItem_ElementRemovedFromSelectionEventId","features":[528]},{"name":"UIA_SelectionItem_ElementSelectedEventId","features":[528]},{"name":"UIA_SelectionPattern2Id","features":[528]},{"name":"UIA_SelectionPatternId","features":[528]},{"name":"UIA_SelectionSelectionPropertyId","features":[528]},{"name":"UIA_Selection_InvalidatedEventId","features":[528]},{"name":"UIA_SemanticZoomControlTypeId","features":[528]},{"name":"UIA_SeparatorControlTypeId","features":[528]},{"name":"UIA_SizeOfSetPropertyId","features":[528]},{"name":"UIA_SizePropertyId","features":[528]},{"name":"UIA_SliderControlTypeId","features":[528]},{"name":"UIA_SpinnerControlTypeId","features":[528]},{"name":"UIA_SplitButtonControlTypeId","features":[528]},{"name":"UIA_SpreadsheetItemAnnotationObjectsPropertyId","features":[528]},{"name":"UIA_SpreadsheetItemAnnotationTypesPropertyId","features":[528]},{"name":"UIA_SpreadsheetItemFormulaPropertyId","features":[528]},{"name":"UIA_SpreadsheetItemPatternId","features":[528]},{"name":"UIA_SpreadsheetPatternId","features":[528]},{"name":"UIA_StatusBarControlTypeId","features":[528]},{"name":"UIA_StrikethroughColorAttributeId","features":[528]},{"name":"UIA_StrikethroughStyleAttributeId","features":[528]},{"name":"UIA_StructureChangedEventId","features":[528]},{"name":"UIA_StyleIdAttributeId","features":[528]},{"name":"UIA_StyleNameAttributeId","features":[528]},{"name":"UIA_StylesExtendedPropertiesPropertyId","features":[528]},{"name":"UIA_StylesFillColorPropertyId","features":[528]},{"name":"UIA_StylesFillPatternColorPropertyId","features":[528]},{"name":"UIA_StylesFillPatternStylePropertyId","features":[528]},{"name":"UIA_StylesPatternId","features":[528]},{"name":"UIA_StylesShapePropertyId","features":[528]},{"name":"UIA_StylesStyleIdPropertyId","features":[528]},{"name":"UIA_StylesStyleNamePropertyId","features":[528]},{"name":"UIA_SummaryChangeId","features":[528]},{"name":"UIA_SynchronizedInputPatternId","features":[528]},{"name":"UIA_SystemAlertEventId","features":[528]},{"name":"UIA_TEXTATTRIBUTE_ID","features":[528]},{"name":"UIA_TabControlTypeId","features":[528]},{"name":"UIA_TabItemControlTypeId","features":[528]},{"name":"UIA_TableColumnHeadersPropertyId","features":[528]},{"name":"UIA_TableControlTypeId","features":[528]},{"name":"UIA_TableItemColumnHeaderItemsPropertyId","features":[528]},{"name":"UIA_TableItemPatternId","features":[528]},{"name":"UIA_TableItemRowHeaderItemsPropertyId","features":[528]},{"name":"UIA_TablePatternId","features":[528]},{"name":"UIA_TableRowHeadersPropertyId","features":[528]},{"name":"UIA_TableRowOrColumnMajorPropertyId","features":[528]},{"name":"UIA_TabsAttributeId","features":[528]},{"name":"UIA_TextChildPatternId","features":[528]},{"name":"UIA_TextControlTypeId","features":[528]},{"name":"UIA_TextEditPatternId","features":[528]},{"name":"UIA_TextEdit_ConversionTargetChangedEventId","features":[528]},{"name":"UIA_TextEdit_TextChangedEventId","features":[528]},{"name":"UIA_TextFlowDirectionsAttributeId","features":[528]},{"name":"UIA_TextPattern2Id","features":[528]},{"name":"UIA_TextPatternId","features":[528]},{"name":"UIA_Text_TextChangedEventId","features":[528]},{"name":"UIA_Text_TextSelectionChangedEventId","features":[528]},{"name":"UIA_ThumbControlTypeId","features":[528]},{"name":"UIA_TitleBarControlTypeId","features":[528]},{"name":"UIA_TogglePatternId","features":[528]},{"name":"UIA_ToggleToggleStatePropertyId","features":[528]},{"name":"UIA_ToolBarControlTypeId","features":[528]},{"name":"UIA_ToolTipClosedEventId","features":[528]},{"name":"UIA_ToolTipControlTypeId","features":[528]},{"name":"UIA_ToolTipOpenedEventId","features":[528]},{"name":"UIA_Transform2CanZoomPropertyId","features":[528]},{"name":"UIA_Transform2ZoomLevelPropertyId","features":[528]},{"name":"UIA_Transform2ZoomMaximumPropertyId","features":[528]},{"name":"UIA_Transform2ZoomMinimumPropertyId","features":[528]},{"name":"UIA_TransformCanMovePropertyId","features":[528]},{"name":"UIA_TransformCanResizePropertyId","features":[528]},{"name":"UIA_TransformCanRotatePropertyId","features":[528]},{"name":"UIA_TransformPattern2Id","features":[528]},{"name":"UIA_TransformPatternId","features":[528]},{"name":"UIA_TreeControlTypeId","features":[528]},{"name":"UIA_TreeItemControlTypeId","features":[528]},{"name":"UIA_UnderlineColorAttributeId","features":[528]},{"name":"UIA_UnderlineStyleAttributeId","features":[528]},{"name":"UIA_ValueIsReadOnlyPropertyId","features":[528]},{"name":"UIA_ValuePatternId","features":[528]},{"name":"UIA_ValueValuePropertyId","features":[528]},{"name":"UIA_VirtualizedItemPatternId","features":[528]},{"name":"UIA_VisualEffectsPropertyId","features":[528]},{"name":"UIA_WindowCanMaximizePropertyId","features":[528]},{"name":"UIA_WindowCanMinimizePropertyId","features":[528]},{"name":"UIA_WindowControlTypeId","features":[528]},{"name":"UIA_WindowIsModalPropertyId","features":[528]},{"name":"UIA_WindowIsTopmostPropertyId","features":[528]},{"name":"UIA_WindowPatternId","features":[528]},{"name":"UIA_WindowWindowInteractionStatePropertyId","features":[528]},{"name":"UIA_WindowWindowVisualStatePropertyId","features":[528]},{"name":"UIA_Window_WindowClosedEventId","features":[528]},{"name":"UIA_Window_WindowOpenedEventId","features":[528]},{"name":"UIAutomationEventInfo","features":[528]},{"name":"UIAutomationMethodInfo","features":[307,528]},{"name":"UIAutomationParameter","features":[528]},{"name":"UIAutomationPatternInfo","features":[307,528]},{"name":"UIAutomationPropertyInfo","features":[528]},{"name":"UIAutomationType","features":[528]},{"name":"UIAutomationType_Array","features":[528]},{"name":"UIAutomationType_Bool","features":[528]},{"name":"UIAutomationType_BoolArray","features":[528]},{"name":"UIAutomationType_Double","features":[528]},{"name":"UIAutomationType_DoubleArray","features":[528]},{"name":"UIAutomationType_Element","features":[528]},{"name":"UIAutomationType_ElementArray","features":[528]},{"name":"UIAutomationType_Int","features":[528]},{"name":"UIAutomationType_IntArray","features":[528]},{"name":"UIAutomationType_Out","features":[528]},{"name":"UIAutomationType_OutBool","features":[528]},{"name":"UIAutomationType_OutBoolArray","features":[528]},{"name":"UIAutomationType_OutDouble","features":[528]},{"name":"UIAutomationType_OutDoubleArray","features":[528]},{"name":"UIAutomationType_OutElement","features":[528]},{"name":"UIAutomationType_OutElementArray","features":[528]},{"name":"UIAutomationType_OutInt","features":[528]},{"name":"UIAutomationType_OutIntArray","features":[528]},{"name":"UIAutomationType_OutPoint","features":[528]},{"name":"UIAutomationType_OutPointArray","features":[528]},{"name":"UIAutomationType_OutRect","features":[528]},{"name":"UIAutomationType_OutRectArray","features":[528]},{"name":"UIAutomationType_OutString","features":[528]},{"name":"UIAutomationType_OutStringArray","features":[528]},{"name":"UIAutomationType_Point","features":[528]},{"name":"UIAutomationType_PointArray","features":[528]},{"name":"UIAutomationType_Rect","features":[528]},{"name":"UIAutomationType_RectArray","features":[528]},{"name":"UIAutomationType_String","features":[528]},{"name":"UIAutomationType_StringArray","features":[528]},{"name":"UiaAddEvent","features":[358,528]},{"name":"UiaAndOrCondition","features":[528]},{"name":"UiaAppendRuntimeId","features":[528]},{"name":"UiaAsyncContentLoadedEventArgs","features":[528]},{"name":"UiaCacheRequest","features":[528]},{"name":"UiaChangeInfo","features":[307,358,359,360,528]},{"name":"UiaChangesEventArgs","features":[307,358,359,360,528]},{"name":"UiaClientsAreListening","features":[307,528]},{"name":"UiaCondition","features":[528]},{"name":"UiaDisconnectAllProviders","features":[528]},{"name":"UiaDisconnectProvider","features":[528]},{"name":"UiaEventAddWindow","features":[307,528]},{"name":"UiaEventArgs","features":[528]},{"name":"UiaEventCallback","features":[358,528]},{"name":"UiaEventRemoveWindow","features":[307,528]},{"name":"UiaFind","features":[307,358,528]},{"name":"UiaFindParams","features":[307,528]},{"name":"UiaGetErrorDescription","features":[307,528]},{"name":"UiaGetPatternProvider","features":[528]},{"name":"UiaGetPropertyValue","features":[307,358,359,360,528]},{"name":"UiaGetReservedMixedAttributeValue","features":[528]},{"name":"UiaGetReservedNotSupportedValue","features":[528]},{"name":"UiaGetRootNode","features":[528]},{"name":"UiaGetRuntimeId","features":[358,528]},{"name":"UiaGetUpdatedCache","features":[358,528]},{"name":"UiaHPatternObjectFromVariant","features":[307,358,359,360,528]},{"name":"UiaHTextRangeFromVariant","features":[307,358,359,360,528]},{"name":"UiaHUiaNodeFromVariant","features":[307,358,359,360,528]},{"name":"UiaHasServerSideProvider","features":[307,528]},{"name":"UiaHostProviderFromHwnd","features":[307,528]},{"name":"UiaIAccessibleFromProvider","features":[307,358,359,360,528]},{"name":"UiaLookupId","features":[528]},{"name":"UiaNavigate","features":[358,528]},{"name":"UiaNodeFromFocus","features":[358,528]},{"name":"UiaNodeFromHandle","features":[307,528]},{"name":"UiaNodeFromPoint","features":[358,528]},{"name":"UiaNodeFromProvider","features":[528]},{"name":"UiaNodeRelease","features":[307,528]},{"name":"UiaNotCondition","features":[528]},{"name":"UiaPatternRelease","features":[307,528]},{"name":"UiaPoint","features":[528]},{"name":"UiaPropertyChangedEventArgs","features":[307,358,359,360,528]},{"name":"UiaPropertyCondition","features":[307,358,359,360,528]},{"name":"UiaProviderCallback","features":[307,358,528]},{"name":"UiaProviderForNonClient","features":[307,528]},{"name":"UiaProviderFromIAccessible","features":[358,528]},{"name":"UiaRaiseActiveTextPositionChangedEvent","features":[528]},{"name":"UiaRaiseAsyncContentLoadedEvent","features":[528]},{"name":"UiaRaiseAutomationEvent","features":[528]},{"name":"UiaRaiseAutomationPropertyChangedEvent","features":[307,358,359,360,528]},{"name":"UiaRaiseChangesEvent","features":[307,358,359,360,528]},{"name":"UiaRaiseNotificationEvent","features":[528]},{"name":"UiaRaiseStructureChangedEvent","features":[528]},{"name":"UiaRaiseTextEditTextChangedEvent","features":[358,528]},{"name":"UiaRect","features":[528]},{"name":"UiaRegisterProviderCallback","features":[307,358,528]},{"name":"UiaRemoveEvent","features":[528]},{"name":"UiaReturnRawElementProvider","features":[307,528]},{"name":"UiaRootObjectId","features":[528]},{"name":"UiaSetFocus","features":[528]},{"name":"UiaStructureChangedEventArgs","features":[528]},{"name":"UiaTextEditTextChangedEventArgs","features":[358,528]},{"name":"UiaTextRangeRelease","features":[307,528]},{"name":"UiaWindowClosedEventArgs","features":[528]},{"name":"UnhookWinEvent","features":[307,528]},{"name":"UnregisterPointerInputTarget","features":[307,528,371]},{"name":"UnregisterPointerInputTargetEx","features":[307,528,371]},{"name":"ValuePattern_SetValue","features":[528]},{"name":"Value_IsReadOnly_Property_GUID","features":[528]},{"name":"Value_Pattern_GUID","features":[528]},{"name":"Value_Value_Property_GUID","features":[528]},{"name":"VirtualizedItemPattern_Realize","features":[528]},{"name":"VirtualizedItem_Pattern_GUID","features":[528]},{"name":"VisualEffects","features":[528]},{"name":"VisualEffects_Bevel","features":[528]},{"name":"VisualEffects_Glow","features":[528]},{"name":"VisualEffects_None","features":[528]},{"name":"VisualEffects_Property_GUID","features":[528]},{"name":"VisualEffects_Reflection","features":[528]},{"name":"VisualEffects_Shadow","features":[528]},{"name":"VisualEffects_SoftEdges","features":[528]},{"name":"WINEVENTPROC","features":[307,528]},{"name":"WindowFromAccessibleObject","features":[307,358,528]},{"name":"WindowInteractionState","features":[528]},{"name":"WindowInteractionState_BlockedByModalWindow","features":[528]},{"name":"WindowInteractionState_Closing","features":[528]},{"name":"WindowInteractionState_NotResponding","features":[528]},{"name":"WindowInteractionState_ReadyForUserInteraction","features":[528]},{"name":"WindowInteractionState_Running","features":[528]},{"name":"WindowPattern_Close","features":[528]},{"name":"WindowPattern_SetWindowVisualState","features":[528]},{"name":"WindowPattern_WaitForInputIdle","features":[307,528]},{"name":"WindowVisualState","features":[528]},{"name":"WindowVisualState_Maximized","features":[528]},{"name":"WindowVisualState_Minimized","features":[528]},{"name":"WindowVisualState_Normal","features":[528]},{"name":"Window_CanMaximize_Property_GUID","features":[528]},{"name":"Window_CanMinimize_Property_GUID","features":[528]},{"name":"Window_Control_GUID","features":[528]},{"name":"Window_IsModal_Property_GUID","features":[528]},{"name":"Window_IsTopmost_Property_GUID","features":[528]},{"name":"Window_Pattern_GUID","features":[528]},{"name":"Window_WindowClosed_Event_GUID","features":[528]},{"name":"Window_WindowInteractionState_Property_GUID","features":[528]},{"name":"Window_WindowOpened_Event_GUID","features":[528]},{"name":"Window_WindowVisualState_Property_GUID","features":[528]},{"name":"ZoomUnit","features":[528]},{"name":"ZoomUnit_LargeDecrement","features":[528]},{"name":"ZoomUnit_LargeIncrement","features":[528]},{"name":"ZoomUnit_NoAmount","features":[528]},{"name":"ZoomUnit_SmallDecrement","features":[528]},{"name":"ZoomUnit_SmallIncrement","features":[528]}],"651":[{"name":"IUIAnimationInterpolator","features":[618]},{"name":"IUIAnimationInterpolator2","features":[618]},{"name":"IUIAnimationLoopIterationChangeHandler2","features":[618]},{"name":"IUIAnimationManager","features":[618]},{"name":"IUIAnimationManager2","features":[618]},{"name":"IUIAnimationManagerEventHandler","features":[618]},{"name":"IUIAnimationManagerEventHandler2","features":[618]},{"name":"IUIAnimationPrimitiveInterpolation","features":[618]},{"name":"IUIAnimationPriorityComparison","features":[618]},{"name":"IUIAnimationPriorityComparison2","features":[618]},{"name":"IUIAnimationStoryboard","features":[618]},{"name":"IUIAnimationStoryboard2","features":[618]},{"name":"IUIAnimationStoryboardEventHandler","features":[618]},{"name":"IUIAnimationStoryboardEventHandler2","features":[618]},{"name":"IUIAnimationTimer","features":[618]},{"name":"IUIAnimationTimerClientEventHandler","features":[618]},{"name":"IUIAnimationTimerEventHandler","features":[618]},{"name":"IUIAnimationTimerUpdateHandler","features":[618]},{"name":"IUIAnimationTransition","features":[618]},{"name":"IUIAnimationTransition2","features":[618]},{"name":"IUIAnimationTransitionFactory","features":[618]},{"name":"IUIAnimationTransitionFactory2","features":[618]},{"name":"IUIAnimationTransitionLibrary","features":[618]},{"name":"IUIAnimationTransitionLibrary2","features":[618]},{"name":"IUIAnimationVariable","features":[618]},{"name":"IUIAnimationVariable2","features":[618]},{"name":"IUIAnimationVariableChangeHandler","features":[618]},{"name":"IUIAnimationVariableChangeHandler2","features":[618]},{"name":"IUIAnimationVariableCurveChangeHandler2","features":[618]},{"name":"IUIAnimationVariableIntegerChangeHandler","features":[618]},{"name":"IUIAnimationVariableIntegerChangeHandler2","features":[618]},{"name":"UIAnimationManager","features":[618]},{"name":"UIAnimationManager2","features":[618]},{"name":"UIAnimationTimer","features":[618]},{"name":"UIAnimationTransitionFactory","features":[618]},{"name":"UIAnimationTransitionFactory2","features":[618]},{"name":"UIAnimationTransitionLibrary","features":[618]},{"name":"UIAnimationTransitionLibrary2","features":[618]},{"name":"UI_ANIMATION_DEPENDENCIES","features":[618]},{"name":"UI_ANIMATION_DEPENDENCY_DURATION","features":[618]},{"name":"UI_ANIMATION_DEPENDENCY_FINAL_VALUE","features":[618]},{"name":"UI_ANIMATION_DEPENDENCY_FINAL_VELOCITY","features":[618]},{"name":"UI_ANIMATION_DEPENDENCY_INTERMEDIATE_VALUES","features":[618]},{"name":"UI_ANIMATION_DEPENDENCY_NONE","features":[618]},{"name":"UI_ANIMATION_IDLE_BEHAVIOR","features":[618]},{"name":"UI_ANIMATION_IDLE_BEHAVIOR_CONTINUE","features":[618]},{"name":"UI_ANIMATION_IDLE_BEHAVIOR_DISABLE","features":[618]},{"name":"UI_ANIMATION_KEYFRAME","features":[618]},{"name":"UI_ANIMATION_MANAGER_BUSY","features":[618]},{"name":"UI_ANIMATION_MANAGER_IDLE","features":[618]},{"name":"UI_ANIMATION_MANAGER_STATUS","features":[618]},{"name":"UI_ANIMATION_MODE","features":[618]},{"name":"UI_ANIMATION_MODE_DISABLED","features":[618]},{"name":"UI_ANIMATION_MODE_ENABLED","features":[618]},{"name":"UI_ANIMATION_MODE_SYSTEM_DEFAULT","features":[618]},{"name":"UI_ANIMATION_PRIORITY_EFFECT","features":[618]},{"name":"UI_ANIMATION_PRIORITY_EFFECT_DELAY","features":[618]},{"name":"UI_ANIMATION_PRIORITY_EFFECT_FAILURE","features":[618]},{"name":"UI_ANIMATION_REPEAT_INDEFINITELY","features":[618]},{"name":"UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_END","features":[618]},{"name":"UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_START","features":[618]},{"name":"UI_ANIMATION_REPEAT_MODE","features":[618]},{"name":"UI_ANIMATION_REPEAT_MODE_ALTERNATE","features":[618]},{"name":"UI_ANIMATION_REPEAT_MODE_NORMAL","features":[618]},{"name":"UI_ANIMATION_ROUNDING_CEILING","features":[618]},{"name":"UI_ANIMATION_ROUNDING_FLOOR","features":[618]},{"name":"UI_ANIMATION_ROUNDING_MODE","features":[618]},{"name":"UI_ANIMATION_ROUNDING_NEAREST","features":[618]},{"name":"UI_ANIMATION_SCHEDULING_ALREADY_SCHEDULED","features":[618]},{"name":"UI_ANIMATION_SCHEDULING_DEFERRED","features":[618]},{"name":"UI_ANIMATION_SCHEDULING_INSUFFICIENT_PRIORITY","features":[618]},{"name":"UI_ANIMATION_SCHEDULING_RESULT","features":[618]},{"name":"UI_ANIMATION_SCHEDULING_SUCCEEDED","features":[618]},{"name":"UI_ANIMATION_SCHEDULING_UNEXPECTED_FAILURE","features":[618]},{"name":"UI_ANIMATION_SECONDS_EVENTUALLY","features":[618]},{"name":"UI_ANIMATION_SECONDS_INFINITE","features":[618]},{"name":"UI_ANIMATION_SLOPE","features":[618]},{"name":"UI_ANIMATION_SLOPE_DECREASING","features":[618]},{"name":"UI_ANIMATION_SLOPE_INCREASING","features":[618]},{"name":"UI_ANIMATION_STORYBOARD_BUILDING","features":[618]},{"name":"UI_ANIMATION_STORYBOARD_CANCELLED","features":[618]},{"name":"UI_ANIMATION_STORYBOARD_FINISHED","features":[618]},{"name":"UI_ANIMATION_STORYBOARD_INSUFFICIENT_PRIORITY","features":[618]},{"name":"UI_ANIMATION_STORYBOARD_PLAYING","features":[618]},{"name":"UI_ANIMATION_STORYBOARD_READY","features":[618]},{"name":"UI_ANIMATION_STORYBOARD_SCHEDULED","features":[618]},{"name":"UI_ANIMATION_STORYBOARD_STATUS","features":[618]},{"name":"UI_ANIMATION_STORYBOARD_TRUNCATED","features":[618]},{"name":"UI_ANIMATION_TIMER_CLIENT_BUSY","features":[618]},{"name":"UI_ANIMATION_TIMER_CLIENT_IDLE","features":[618]},{"name":"UI_ANIMATION_TIMER_CLIENT_STATUS","features":[618]},{"name":"UI_ANIMATION_UPDATE_NO_CHANGE","features":[618]},{"name":"UI_ANIMATION_UPDATE_RESULT","features":[618]},{"name":"UI_ANIMATION_UPDATE_VARIABLES_CHANGED","features":[618]}],"652":[{"name":"ATTRIB_MATTE","features":[376]},{"name":"ATTRIB_TRANSPARENCY","features":[376]},{"name":"AssociateColorProfileWithDeviceA","features":[307,376]},{"name":"AssociateColorProfileWithDeviceW","features":[307,376]},{"name":"BEST_MODE","features":[376]},{"name":"BMFORMAT","features":[376]},{"name":"BM_10b_G3CH","features":[376]},{"name":"BM_10b_Lab","features":[376]},{"name":"BM_10b_RGB","features":[376]},{"name":"BM_10b_XYZ","features":[376]},{"name":"BM_10b_Yxy","features":[376]},{"name":"BM_16b_G3CH","features":[376]},{"name":"BM_16b_GRAY","features":[376]},{"name":"BM_16b_Lab","features":[376]},{"name":"BM_16b_RGB","features":[376]},{"name":"BM_16b_XYZ","features":[376]},{"name":"BM_16b_Yxy","features":[376]},{"name":"BM_32b_scARGB","features":[376]},{"name":"BM_32b_scRGB","features":[376]},{"name":"BM_565RGB","features":[376]},{"name":"BM_5CHANNEL","features":[376]},{"name":"BM_6CHANNEL","features":[376]},{"name":"BM_7CHANNEL","features":[376]},{"name":"BM_8CHANNEL","features":[376]},{"name":"BM_BGRTRIPLETS","features":[376]},{"name":"BM_CMYKQUADS","features":[376]},{"name":"BM_G3CHTRIPLETS","features":[376]},{"name":"BM_GRAY","features":[376]},{"name":"BM_KYMCQUADS","features":[376]},{"name":"BM_LabTRIPLETS","features":[376]},{"name":"BM_NAMED_INDEX","features":[376]},{"name":"BM_R10G10B10A2","features":[376]},{"name":"BM_R10G10B10A2_XR","features":[376]},{"name":"BM_R16G16B16A16_FLOAT","features":[376]},{"name":"BM_RGBTRIPLETS","features":[376]},{"name":"BM_S2DOT13FIXED_scARGB","features":[376]},{"name":"BM_S2DOT13FIXED_scRGB","features":[376]},{"name":"BM_XYZTRIPLETS","features":[376]},{"name":"BM_YxyTRIPLETS","features":[376]},{"name":"BM_x555G3CH","features":[376]},{"name":"BM_x555Lab","features":[376]},{"name":"BM_x555RGB","features":[376]},{"name":"BM_x555XYZ","features":[376]},{"name":"BM_x555Yxy","features":[376]},{"name":"BM_xBGRQUADS","features":[376]},{"name":"BM_xG3CHQUADS","features":[376]},{"name":"BM_xRGBQUADS","features":[376]},{"name":"BlackInformation","features":[307,376]},{"name":"CATID_WcsPlugin","features":[376]},{"name":"CMCheckColors","features":[307,376]},{"name":"CMCheckColorsInGamut","features":[307,318,376]},{"name":"CMCheckRGBs","features":[307,376]},{"name":"CMConvertColorNameToIndex","features":[307,376]},{"name":"CMConvertIndexToColorName","features":[307,376]},{"name":"CMCreateDeviceLinkProfile","features":[307,376]},{"name":"CMCreateMultiProfileTransform","features":[376]},{"name":"CMCreateProfile","features":[307,318,376]},{"name":"CMCreateProfileW","features":[307,318,376]},{"name":"CMCreateTransform","features":[318,376]},{"name":"CMCreateTransformExt","features":[318,376]},{"name":"CMCreateTransformExtW","features":[318,376]},{"name":"CMCreateTransformW","features":[318,376]},{"name":"CMDeleteTransform","features":[307,376]},{"name":"CMGetInfo","features":[376]},{"name":"CMGetNamedProfileInfo","features":[307,376]},{"name":"CMIsProfileValid","features":[307,376]},{"name":"CMM_DESCRIPTION","features":[376]},{"name":"CMM_DLL_VERSION","features":[376]},{"name":"CMM_DRIVER_VERSION","features":[376]},{"name":"CMM_FROM_PROFILE","features":[376]},{"name":"CMM_IDENT","features":[376]},{"name":"CMM_LOGOICON","features":[376]},{"name":"CMM_VERSION","features":[376]},{"name":"CMM_WIN_VERSION","features":[376]},{"name":"CMS_BACKWARD","features":[376]},{"name":"CMS_DISABLEICM","features":[376]},{"name":"CMS_DISABLEINTENT","features":[376]},{"name":"CMS_DISABLERENDERINTENT","features":[376]},{"name":"CMS_ENABLEPROOFING","features":[376]},{"name":"CMS_FORWARD","features":[376]},{"name":"CMS_MONITOROVERFLOW","features":[376]},{"name":"CMS_PRINTEROVERFLOW","features":[376]},{"name":"CMS_SETMONITORPROFILE","features":[376]},{"name":"CMS_SETPRINTERPROFILE","features":[376]},{"name":"CMS_SETPROOFINTENT","features":[376]},{"name":"CMS_SETRENDERINTENT","features":[376]},{"name":"CMS_SETTARGETPROFILE","features":[376]},{"name":"CMS_TARGETOVERFLOW","features":[376]},{"name":"CMS_USEAPPLYCALLBACK","features":[376]},{"name":"CMS_USEDESCRIPTION","features":[376]},{"name":"CMS_USEHOOK","features":[376]},{"name":"CMTranslateColors","features":[307,376]},{"name":"CMTranslateRGB","features":[307,376]},{"name":"CMTranslateRGBs","features":[307,376]},{"name":"CMTranslateRGBsExt","features":[307,376]},{"name":"CMYKCOLOR","features":[376]},{"name":"COLOR","features":[376]},{"name":"COLORDATATYPE","features":[376]},{"name":"COLORMATCHSETUPA","features":[307,376,371]},{"name":"COLORMATCHSETUPW","features":[307,376,371]},{"name":"COLORPROFILESUBTYPE","features":[376]},{"name":"COLORPROFILETYPE","features":[376]},{"name":"COLORTYPE","features":[376]},{"name":"COLOR_10b_R10G10B10A2","features":[376]},{"name":"COLOR_10b_R10G10B10A2_XR","features":[376]},{"name":"COLOR_3_CHANNEL","features":[376]},{"name":"COLOR_5_CHANNEL","features":[376]},{"name":"COLOR_6_CHANNEL","features":[376]},{"name":"COLOR_7_CHANNEL","features":[376]},{"name":"COLOR_8_CHANNEL","features":[376]},{"name":"COLOR_BYTE","features":[376]},{"name":"COLOR_CMYK","features":[376]},{"name":"COLOR_FLOAT","features":[376]},{"name":"COLOR_FLOAT16","features":[376]},{"name":"COLOR_GRAY","features":[376]},{"name":"COLOR_Lab","features":[376]},{"name":"COLOR_MATCH_TO_TARGET_ACTION","features":[376]},{"name":"COLOR_MATCH_VERSION","features":[376]},{"name":"COLOR_NAMED","features":[376]},{"name":"COLOR_RGB","features":[376]},{"name":"COLOR_S2DOT13FIXED","features":[376]},{"name":"COLOR_WORD","features":[376]},{"name":"COLOR_XYZ","features":[376]},{"name":"COLOR_Yxy","features":[376]},{"name":"CPST_ABSOLUTE_COLORIMETRIC","features":[376]},{"name":"CPST_CUSTOM_WORKING_SPACE","features":[376]},{"name":"CPST_EXTENDED_DISPLAY_COLOR_MODE","features":[376]},{"name":"CPST_NONE","features":[376]},{"name":"CPST_PERCEPTUAL","features":[376]},{"name":"CPST_RELATIVE_COLORIMETRIC","features":[376]},{"name":"CPST_RGB_WORKING_SPACE","features":[376]},{"name":"CPST_SATURATION","features":[376]},{"name":"CPST_STANDARD_DISPLAY_COLOR_MODE","features":[376]},{"name":"CPT_CAMP","features":[376]},{"name":"CPT_DMP","features":[376]},{"name":"CPT_GMMP","features":[376]},{"name":"CPT_ICC","features":[376]},{"name":"CSA_A","features":[376]},{"name":"CSA_ABC","features":[376]},{"name":"CSA_CMYK","features":[376]},{"name":"CSA_DEF","features":[376]},{"name":"CSA_DEFG","features":[376]},{"name":"CSA_GRAY","features":[376]},{"name":"CSA_Lab","features":[376]},{"name":"CSA_RGB","features":[376]},{"name":"CS_DELETE_TRANSFORM","features":[376]},{"name":"CS_DISABLE","features":[376]},{"name":"CS_ENABLE","features":[376]},{"name":"CheckBitmapBits","features":[307,376]},{"name":"CheckColors","features":[307,376]},{"name":"CheckColorsInGamut","features":[307,318,376]},{"name":"CloseColorProfile","features":[307,376]},{"name":"ColorCorrectPalette","features":[307,318,376]},{"name":"ColorMatchToTarget","features":[307,318,376]},{"name":"ColorProfileAddDisplayAssociation","features":[307,376]},{"name":"ColorProfileGetDisplayDefault","features":[307,376]},{"name":"ColorProfileGetDisplayList","features":[307,376]},{"name":"ColorProfileGetDisplayUserScope","features":[307,376]},{"name":"ColorProfileRemoveDisplayAssociation","features":[307,376]},{"name":"ColorProfileSetDisplayDefaultAssociation","features":[307,376]},{"name":"ConvertColorNameToIndex","features":[307,376]},{"name":"ConvertIndexToColorName","features":[307,376]},{"name":"CreateColorSpaceA","features":[318,376]},{"name":"CreateColorSpaceW","features":[318,376]},{"name":"CreateColorTransformA","features":[318,376]},{"name":"CreateColorTransformW","features":[318,376]},{"name":"CreateDeviceLinkProfile","features":[307,376]},{"name":"CreateMultiProfileTransform","features":[376]},{"name":"CreateProfileFromLogColorSpaceA","features":[307,318,376]},{"name":"CreateProfileFromLogColorSpaceW","features":[307,318,376]},{"name":"DONT_USE_EMBEDDED_WCS_PROFILES","features":[376]},{"name":"DeleteColorSpace","features":[307,376]},{"name":"DeleteColorTransform","features":[307,376]},{"name":"DisassociateColorProfileFromDeviceA","features":[307,376]},{"name":"DisassociateColorProfileFromDeviceW","features":[307,376]},{"name":"EMRCREATECOLORSPACE","features":[318,376]},{"name":"EMRCREATECOLORSPACEW","features":[318,376]},{"name":"ENABLE_GAMUT_CHECKING","features":[376]},{"name":"ENUMTYPEA","features":[376]},{"name":"ENUMTYPEW","features":[376]},{"name":"ENUM_TYPE_VERSION","features":[376]},{"name":"ET_ATTRIBUTES","features":[376]},{"name":"ET_CLASS","features":[376]},{"name":"ET_CMMTYPE","features":[376]},{"name":"ET_CONNECTIONSPACE","features":[376]},{"name":"ET_CREATOR","features":[376]},{"name":"ET_DATACOLORSPACE","features":[376]},{"name":"ET_DEVICECLASS","features":[376]},{"name":"ET_DEVICENAME","features":[376]},{"name":"ET_DITHERMODE","features":[376]},{"name":"ET_EXTENDEDDISPLAYCOLOR","features":[376]},{"name":"ET_MANUFACTURER","features":[376]},{"name":"ET_MEDIATYPE","features":[376]},{"name":"ET_MODEL","features":[376]},{"name":"ET_PLATFORM","features":[376]},{"name":"ET_PROFILEFLAGS","features":[376]},{"name":"ET_RENDERINGINTENT","features":[376]},{"name":"ET_RESOLUTION","features":[376]},{"name":"ET_SIGNATURE","features":[376]},{"name":"ET_STANDARDDISPLAYCOLOR","features":[376]},{"name":"EnumColorProfilesA","features":[307,376]},{"name":"EnumColorProfilesW","features":[307,376]},{"name":"EnumICMProfilesA","features":[307,318,376]},{"name":"EnumICMProfilesW","features":[307,318,376]},{"name":"FAST_TRANSLATE","features":[376]},{"name":"FLAG_DEPENDENTONDATA","features":[376]},{"name":"FLAG_EMBEDDEDPROFILE","features":[376]},{"name":"FLAG_ENABLE_CHROMATIC_ADAPTATION","features":[376]},{"name":"GENERIC3CHANNEL","features":[376]},{"name":"GRAYCOLOR","features":[376]},{"name":"GamutBoundaryDescription","features":[376]},{"name":"GamutShell","features":[376]},{"name":"GamutShellTriangle","features":[376]},{"name":"GetCMMInfo","features":[376]},{"name":"GetColorDirectoryA","features":[307,376]},{"name":"GetColorDirectoryW","features":[307,376]},{"name":"GetColorProfileElement","features":[307,376]},{"name":"GetColorProfileElementTag","features":[307,376]},{"name":"GetColorProfileFromHandle","features":[307,376]},{"name":"GetColorProfileHeader","features":[307,318,376]},{"name":"GetColorSpace","features":[318,376]},{"name":"GetCountColorProfileElements","features":[307,376]},{"name":"GetDeviceGammaRamp","features":[307,318,376]},{"name":"GetICMProfileA","features":[307,318,376]},{"name":"GetICMProfileW","features":[307,318,376]},{"name":"GetLogColorSpaceA","features":[307,318,376]},{"name":"GetLogColorSpaceW","features":[307,318,376]},{"name":"GetNamedProfileInfo","features":[307,376]},{"name":"GetPS2ColorRenderingDictionary","features":[307,376]},{"name":"GetPS2ColorRenderingIntent","features":[307,376]},{"name":"GetPS2ColorSpaceArray","features":[307,376]},{"name":"GetStandardColorSpaceProfileA","features":[307,376]},{"name":"GetStandardColorSpaceProfileW","features":[307,376]},{"name":"HCOLORSPACE","features":[376]},{"name":"HiFiCOLOR","features":[376]},{"name":"ICMENUMPROCA","features":[307,376]},{"name":"ICMENUMPROCW","features":[307,376]},{"name":"ICM_ADDPROFILE","features":[376]},{"name":"ICM_COMMAND","features":[376]},{"name":"ICM_DELETEPROFILE","features":[376]},{"name":"ICM_DONE_OUTSIDEDC","features":[376]},{"name":"ICM_MODE","features":[376]},{"name":"ICM_OFF","features":[376]},{"name":"ICM_ON","features":[376]},{"name":"ICM_QUERY","features":[376]},{"name":"ICM_QUERYMATCH","features":[376]},{"name":"ICM_QUERYPROFILE","features":[376]},{"name":"ICM_REGISTERICMATCHER","features":[376]},{"name":"ICM_SETDEFAULTPROFILE","features":[376]},{"name":"ICM_UNREGISTERICMATCHER","features":[376]},{"name":"IDeviceModelPlugIn","features":[376]},{"name":"IGamutMapModelPlugIn","features":[376]},{"name":"INDEX_DONT_CARE","features":[376]},{"name":"INTENT_ABSOLUTE_COLORIMETRIC","features":[376]},{"name":"INTENT_PERCEPTUAL","features":[376]},{"name":"INTENT_RELATIVE_COLORIMETRIC","features":[376]},{"name":"INTENT_SATURATION","features":[376]},{"name":"InstallColorProfileA","features":[307,376]},{"name":"InstallColorProfileW","features":[307,376]},{"name":"IsColorProfileTagPresent","features":[307,376]},{"name":"IsColorProfileValid","features":[307,376]},{"name":"JChColorF","features":[376]},{"name":"JabColorF","features":[376]},{"name":"LCSCSTYPE","features":[376]},{"name":"LCS_CALIBRATED_RGB","features":[376]},{"name":"LCS_WINDOWS_COLOR_SPACE","features":[376]},{"name":"LCS_sRGB","features":[376]},{"name":"LOGCOLORSPACEA","features":[318,376]},{"name":"LOGCOLORSPACEW","features":[318,376]},{"name":"LPBMCALLBACKFN","features":[307,376]},{"name":"LabCOLOR","features":[376]},{"name":"MAX_COLOR_CHANNELS","features":[376]},{"name":"MicrosoftHardwareColorV2","features":[376]},{"name":"NAMEDCOLOR","features":[376]},{"name":"NAMED_PROFILE_INFO","features":[376]},{"name":"NORMAL_MODE","features":[376]},{"name":"OpenColorProfileA","features":[376]},{"name":"OpenColorProfileW","features":[376]},{"name":"PCMSCALLBACKA","features":[307,376,371]},{"name":"PCMSCALLBACKW","features":[307,376,371]},{"name":"PRESERVEBLACK","features":[376]},{"name":"PROFILE","features":[376]},{"name":"PROFILEHEADER","features":[318,376]},{"name":"PROFILE_FILENAME","features":[376]},{"name":"PROFILE_MEMBUFFER","features":[376]},{"name":"PROFILE_READ","features":[376]},{"name":"PROFILE_READWRITE","features":[376]},{"name":"PROOF_MODE","features":[376]},{"name":"PrimaryJabColors","features":[376]},{"name":"PrimaryXYZColors","features":[376]},{"name":"RESERVED","features":[376]},{"name":"RGBCOLOR","features":[376]},{"name":"RegisterCMMA","features":[307,376]},{"name":"RegisterCMMW","features":[307,376]},{"name":"SEQUENTIAL_TRANSFORM","features":[376]},{"name":"SelectCMM","features":[307,376]},{"name":"SetColorProfileElement","features":[307,376]},{"name":"SetColorProfileElementReference","features":[307,376]},{"name":"SetColorProfileElementSize","features":[307,376]},{"name":"SetColorProfileHeader","features":[307,318,376]},{"name":"SetColorSpace","features":[318,376]},{"name":"SetDeviceGammaRamp","features":[307,318,376]},{"name":"SetICMMode","features":[318,376]},{"name":"SetICMProfileA","features":[307,318,376]},{"name":"SetICMProfileW","features":[307,318,376]},{"name":"SetStandardColorSpaceProfileA","features":[307,376]},{"name":"SetStandardColorSpaceProfileW","features":[307,376]},{"name":"SetupColorMatchingA","features":[307,376,371]},{"name":"SetupColorMatchingW","features":[307,376,371]},{"name":"TranslateBitmapBits","features":[307,376]},{"name":"TranslateColors","features":[307,376]},{"name":"USE_RELATIVE_COLORIMETRIC","features":[376]},{"name":"UninstallColorProfileA","features":[307,376]},{"name":"UninstallColorProfileW","features":[307,376]},{"name":"UnregisterCMMA","features":[307,376]},{"name":"UnregisterCMMW","features":[307,376]},{"name":"UpdateICMRegKeyA","features":[307,376]},{"name":"UpdateICMRegKeyW","features":[307,376]},{"name":"VideoCardGammaTable","features":[376]},{"name":"WCS_ALWAYS","features":[376]},{"name":"WCS_DEFAULT","features":[376]},{"name":"WCS_DEVICE_CAPABILITIES_TYPE","features":[376]},{"name":"WCS_DEVICE_MHC2_CAPABILITIES","features":[307,376]},{"name":"WCS_DEVICE_VCGT_CAPABILITIES","features":[307,376]},{"name":"WCS_ICCONLY","features":[376]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE","features":[376]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE_CURRENT_USER","features":[376]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE_SYSTEM_WIDE","features":[376]},{"name":"WcsAssociateColorProfileWithDevice","features":[307,376]},{"name":"WcsCheckColors","features":[307,376]},{"name":"WcsCreateIccProfile","features":[376]},{"name":"WcsDisassociateColorProfileFromDevice","features":[307,376]},{"name":"WcsEnumColorProfiles","features":[307,376]},{"name":"WcsEnumColorProfilesSize","features":[307,376]},{"name":"WcsGetCalibrationManagementState","features":[307,376]},{"name":"WcsGetDefaultColorProfile","features":[307,376]},{"name":"WcsGetDefaultColorProfileSize","features":[307,376]},{"name":"WcsGetDefaultRenderingIntent","features":[307,376]},{"name":"WcsGetUsePerUserProfiles","features":[307,376]},{"name":"WcsOpenColorProfileA","features":[376]},{"name":"WcsOpenColorProfileW","features":[376]},{"name":"WcsSetCalibrationManagementState","features":[307,376]},{"name":"WcsSetDefaultColorProfile","features":[307,376]},{"name":"WcsSetDefaultRenderingIntent","features":[307,376]},{"name":"WcsSetUsePerUserProfiles","features":[307,376]},{"name":"WcsTranslateColors","features":[307,376]},{"name":"XYZCOLOR","features":[376]},{"name":"XYZColorF","features":[376]},{"name":"YxyCOLOR","features":[376]}],"653":[{"name":"ABS_DOWNDISABLED","features":[357]},{"name":"ABS_DOWNHOT","features":[357]},{"name":"ABS_DOWNHOVER","features":[357]},{"name":"ABS_DOWNNORMAL","features":[357]},{"name":"ABS_DOWNPRESSED","features":[357]},{"name":"ABS_LEFTDISABLED","features":[357]},{"name":"ABS_LEFTHOT","features":[357]},{"name":"ABS_LEFTHOVER","features":[357]},{"name":"ABS_LEFTNORMAL","features":[357]},{"name":"ABS_LEFTPRESSED","features":[357]},{"name":"ABS_RIGHTDISABLED","features":[357]},{"name":"ABS_RIGHTHOT","features":[357]},{"name":"ABS_RIGHTHOVER","features":[357]},{"name":"ABS_RIGHTNORMAL","features":[357]},{"name":"ABS_RIGHTPRESSED","features":[357]},{"name":"ABS_UPDISABLED","features":[357]},{"name":"ABS_UPHOT","features":[357]},{"name":"ABS_UPHOVER","features":[357]},{"name":"ABS_UPNORMAL","features":[357]},{"name":"ABS_UPPRESSED","features":[357]},{"name":"ACM_ISPLAYING","features":[357]},{"name":"ACM_OPEN","features":[357]},{"name":"ACM_OPENA","features":[357]},{"name":"ACM_OPENW","features":[357]},{"name":"ACM_PLAY","features":[357]},{"name":"ACM_STOP","features":[357]},{"name":"ACN_START","features":[357]},{"name":"ACN_STOP","features":[357]},{"name":"ACS_AUTOPLAY","features":[357]},{"name":"ACS_CENTER","features":[357]},{"name":"ACS_TIMER","features":[357]},{"name":"ACS_TRANSPARENT","features":[357]},{"name":"AEROWIZARDPARTS","features":[357]},{"name":"ALLOW_CONTROLS","features":[357]},{"name":"ALLOW_NONCLIENT","features":[357]},{"name":"ALLOW_WEBCONTENT","features":[357]},{"name":"ANIMATE_CLASS","features":[357]},{"name":"ANIMATE_CLASSA","features":[357]},{"name":"ANIMATE_CLASSW","features":[357]},{"name":"ARROWBTNSTATES","features":[357]},{"name":"AW_BUTTON","features":[357]},{"name":"AW_COMMANDAREA","features":[357]},{"name":"AW_CONTENTAREA","features":[357]},{"name":"AW_HEADERAREA","features":[357]},{"name":"AW_S_CONTENTAREA_NOMARGIN","features":[357]},{"name":"AW_S_HEADERAREA_NOMARGIN","features":[357]},{"name":"AW_S_TITLEBAR_ACTIVE","features":[357]},{"name":"AW_S_TITLEBAR_INACTIVE","features":[357]},{"name":"AW_TITLEBAR","features":[357]},{"name":"BACKGROUNDSTATES","features":[357]},{"name":"BACKGROUNDWITHBORDERSTATES","features":[357]},{"name":"BALLOONSTATES","features":[357]},{"name":"BALLOONSTEMSTATES","features":[357]},{"name":"BARBACKGROUNDSTATES","features":[357]},{"name":"BARITEMSTATES","features":[357]},{"name":"BCM_FIRST","features":[357]},{"name":"BCM_GETIDEALSIZE","features":[357]},{"name":"BCM_GETIMAGELIST","features":[357]},{"name":"BCM_GETNOTE","features":[357]},{"name":"BCM_GETNOTELENGTH","features":[357]},{"name":"BCM_GETSPLITINFO","features":[357]},{"name":"BCM_GETTEXTMARGIN","features":[357]},{"name":"BCM_SETDROPDOWNSTATE","features":[357]},{"name":"BCM_SETIMAGELIST","features":[357]},{"name":"BCM_SETNOTE","features":[357]},{"name":"BCM_SETSHIELD","features":[357]},{"name":"BCM_SETSPLITINFO","features":[357]},{"name":"BCM_SETTEXTMARGIN","features":[357]},{"name":"BCN_DROPDOWN","features":[357]},{"name":"BCN_FIRST","features":[357]},{"name":"BCN_HOTITEMCHANGE","features":[357]},{"name":"BCN_LAST","features":[357]},{"name":"BCSIF_GLYPH","features":[357]},{"name":"BCSIF_IMAGE","features":[357]},{"name":"BCSIF_SIZE","features":[357]},{"name":"BCSIF_STYLE","features":[357]},{"name":"BCSS_ALIGNLEFT","features":[357]},{"name":"BCSS_IMAGE","features":[357]},{"name":"BCSS_NOSPLIT","features":[357]},{"name":"BCSS_STRETCH","features":[357]},{"name":"BGTYPE","features":[357]},{"name":"BODYSTATES","features":[357]},{"name":"BORDERSTATES","features":[357]},{"name":"BORDERTYPE","features":[357]},{"name":"BORDER_HSCROLLSTATES","features":[357]},{"name":"BORDER_HVSCROLLSTATES","features":[357]},{"name":"BORDER_NOSCROLLSTATES","features":[357]},{"name":"BORDER_VSCROLLSTATES","features":[357]},{"name":"BPAS_CUBIC","features":[357]},{"name":"BPAS_LINEAR","features":[357]},{"name":"BPAS_NONE","features":[357]},{"name":"BPAS_SINE","features":[357]},{"name":"BPBF_COMPATIBLEBITMAP","features":[357]},{"name":"BPBF_DIB","features":[357]},{"name":"BPBF_TOPDOWNDIB","features":[357]},{"name":"BPBF_TOPDOWNMONODIB","features":[357]},{"name":"BPPF_ERASE","features":[357]},{"name":"BPPF_NOCLIP","features":[357]},{"name":"BPPF_NONCLIENT","features":[357]},{"name":"BP_ANIMATIONPARAMS","features":[357]},{"name":"BP_ANIMATIONSTYLE","features":[357]},{"name":"BP_BUFFERFORMAT","features":[357]},{"name":"BP_CHECKBOX","features":[357]},{"name":"BP_CHECKBOX_HCDISABLED","features":[357]},{"name":"BP_COMMANDLINK","features":[357]},{"name":"BP_COMMANDLINKGLYPH","features":[357]},{"name":"BP_GROUPBOX","features":[357]},{"name":"BP_GROUPBOX_HCDISABLED","features":[357]},{"name":"BP_PAINTPARAMS","features":[307,318,357]},{"name":"BP_PAINTPARAMS_FLAGS","features":[357]},{"name":"BP_PUSHBUTTON","features":[357]},{"name":"BP_PUSHBUTTONDROPDOWN","features":[357]},{"name":"BP_RADIOBUTTON","features":[357]},{"name":"BP_RADIOBUTTON_HCDISABLED","features":[357]},{"name":"BP_USERBUTTON","features":[357]},{"name":"BST_CHECKED","features":[357]},{"name":"BST_DROPDOWNPUSHED","features":[357]},{"name":"BST_HOT","features":[357]},{"name":"BST_INDETERMINATE","features":[357]},{"name":"BST_UNCHECKED","features":[357]},{"name":"BS_COMMANDLINK","features":[357]},{"name":"BS_DEFCOMMANDLINK","features":[357]},{"name":"BS_DEFSPLITBUTTON","features":[357]},{"name":"BS_SPLITBUTTON","features":[357]},{"name":"BTNS_AUTOSIZE","features":[357]},{"name":"BTNS_BUTTON","features":[357]},{"name":"BTNS_CHECK","features":[357]},{"name":"BTNS_DROPDOWN","features":[357]},{"name":"BTNS_GROUP","features":[357]},{"name":"BTNS_NOPREFIX","features":[357]},{"name":"BTNS_SEP","features":[357]},{"name":"BTNS_SHOWTEXT","features":[357]},{"name":"BTNS_WHOLEDROPDOWN","features":[357]},{"name":"BT_BORDERFILL","features":[357]},{"name":"BT_ELLIPSE","features":[357]},{"name":"BT_IMAGEFILE","features":[357]},{"name":"BT_NONE","features":[357]},{"name":"BT_RECT","features":[357]},{"name":"BT_ROUNDRECT","features":[357]},{"name":"BUTTONPARTS","features":[357]},{"name":"BUTTON_IMAGELIST","features":[307,357]},{"name":"BUTTON_IMAGELIST_ALIGN","features":[357]},{"name":"BUTTON_IMAGELIST_ALIGN_BOTTOM","features":[357]},{"name":"BUTTON_IMAGELIST_ALIGN_CENTER","features":[357]},{"name":"BUTTON_IMAGELIST_ALIGN_LEFT","features":[357]},{"name":"BUTTON_IMAGELIST_ALIGN_RIGHT","features":[357]},{"name":"BUTTON_IMAGELIST_ALIGN_TOP","features":[357]},{"name":"BUTTON_SPLITINFO","features":[307,357]},{"name":"BeginBufferedAnimation","features":[307,318,357]},{"name":"BeginBufferedPaint","features":[307,318,357]},{"name":"BeginPanningFeedback","features":[307,357]},{"name":"BufferedPaintClear","features":[307,357]},{"name":"BufferedPaintInit","features":[357]},{"name":"BufferedPaintRenderAnimation","features":[307,318,357]},{"name":"BufferedPaintSetAlpha","features":[307,357]},{"name":"BufferedPaintStopAllAnimations","features":[307,357]},{"name":"BufferedPaintUnInit","features":[357]},{"name":"CAPTIONSTATES","features":[357]},{"name":"CA_CENTER","features":[357]},{"name":"CA_LEFT","features":[357]},{"name":"CA_RIGHT","features":[357]},{"name":"CBB_DISABLED","features":[357]},{"name":"CBB_FOCUSED","features":[357]},{"name":"CBB_HOT","features":[357]},{"name":"CBB_NORMAL","features":[357]},{"name":"CBCB_DISABLED","features":[357]},{"name":"CBCB_HOT","features":[357]},{"name":"CBCB_NORMAL","features":[357]},{"name":"CBCB_PRESSED","features":[357]},{"name":"CBDI_HIGHLIGHTED","features":[357]},{"name":"CBDI_NORMAL","features":[357]},{"name":"CBEIF_DI_SETITEM","features":[357]},{"name":"CBEIF_IMAGE","features":[357]},{"name":"CBEIF_INDENT","features":[357]},{"name":"CBEIF_LPARAM","features":[357]},{"name":"CBEIF_OVERLAY","features":[357]},{"name":"CBEIF_SELECTEDIMAGE","features":[357]},{"name":"CBEIF_TEXT","features":[357]},{"name":"CBEMAXSTRLEN","features":[357]},{"name":"CBEM_GETCOMBOCONTROL","features":[357]},{"name":"CBEM_GETEDITCONTROL","features":[357]},{"name":"CBEM_GETEXSTYLE","features":[357]},{"name":"CBEM_GETEXTENDEDSTYLE","features":[357]},{"name":"CBEM_GETIMAGELIST","features":[357]},{"name":"CBEM_GETITEM","features":[357]},{"name":"CBEM_GETITEMA","features":[357]},{"name":"CBEM_GETITEMW","features":[357]},{"name":"CBEM_GETUNICODEFORMAT","features":[357]},{"name":"CBEM_HASEDITCHANGED","features":[357]},{"name":"CBEM_INSERTITEM","features":[357]},{"name":"CBEM_INSERTITEMA","features":[357]},{"name":"CBEM_INSERTITEMW","features":[357]},{"name":"CBEM_SETEXSTYLE","features":[357]},{"name":"CBEM_SETEXTENDEDSTYLE","features":[357]},{"name":"CBEM_SETIMAGELIST","features":[357]},{"name":"CBEM_SETITEM","features":[357]},{"name":"CBEM_SETITEMA","features":[357]},{"name":"CBEM_SETITEMW","features":[357]},{"name":"CBEM_SETUNICODEFORMAT","features":[357]},{"name":"CBEM_SETWINDOWTHEME","features":[357]},{"name":"CBENF_DROPDOWN","features":[357]},{"name":"CBENF_ESCAPE","features":[357]},{"name":"CBENF_KILLFOCUS","features":[357]},{"name":"CBENF_RETURN","features":[357]},{"name":"CBEN_BEGINEDIT","features":[357]},{"name":"CBEN_DELETEITEM","features":[357]},{"name":"CBEN_DRAGBEGIN","features":[357]},{"name":"CBEN_DRAGBEGINA","features":[357]},{"name":"CBEN_DRAGBEGINW","features":[357]},{"name":"CBEN_ENDEDIT","features":[357]},{"name":"CBEN_ENDEDITA","features":[357]},{"name":"CBEN_ENDEDITW","features":[357]},{"name":"CBEN_FIRST","features":[357]},{"name":"CBEN_GETDISPINFOA","features":[357]},{"name":"CBEN_GETDISPINFOW","features":[357]},{"name":"CBEN_INSERTITEM","features":[357]},{"name":"CBEN_LAST","features":[357]},{"name":"CBES_EX_CASESENSITIVE","features":[357]},{"name":"CBES_EX_NOEDITIMAGE","features":[357]},{"name":"CBES_EX_NOEDITIMAGEINDENT","features":[357]},{"name":"CBES_EX_NOSIZELIMIT","features":[357]},{"name":"CBES_EX_PATHWORDBREAKPROC","features":[357]},{"name":"CBES_EX_TEXTENDELLIPSIS","features":[357]},{"name":"CBM_FIRST","features":[357]},{"name":"CBRO_DISABLED","features":[357]},{"name":"CBRO_HOT","features":[357]},{"name":"CBRO_NORMAL","features":[357]},{"name":"CBRO_PRESSED","features":[357]},{"name":"CBS_CHECKEDDISABLED","features":[357]},{"name":"CBS_CHECKEDHOT","features":[357]},{"name":"CBS_CHECKEDNORMAL","features":[357]},{"name":"CBS_CHECKEDPRESSED","features":[357]},{"name":"CBS_DISABLED","features":[357]},{"name":"CBS_EXCLUDEDDISABLED","features":[357]},{"name":"CBS_EXCLUDEDHOT","features":[357]},{"name":"CBS_EXCLUDEDNORMAL","features":[357]},{"name":"CBS_EXCLUDEDPRESSED","features":[357]},{"name":"CBS_HOT","features":[357]},{"name":"CBS_IMPLICITDISABLED","features":[357]},{"name":"CBS_IMPLICITHOT","features":[357]},{"name":"CBS_IMPLICITNORMAL","features":[357]},{"name":"CBS_IMPLICITPRESSED","features":[357]},{"name":"CBS_MIXEDDISABLED","features":[357]},{"name":"CBS_MIXEDHOT","features":[357]},{"name":"CBS_MIXEDNORMAL","features":[357]},{"name":"CBS_MIXEDPRESSED","features":[357]},{"name":"CBS_NORMAL","features":[357]},{"name":"CBS_PUSHED","features":[357]},{"name":"CBS_UNCHECKEDDISABLED","features":[357]},{"name":"CBS_UNCHECKEDHOT","features":[357]},{"name":"CBS_UNCHECKEDNORMAL","features":[357]},{"name":"CBS_UNCHECKEDPRESSED","features":[357]},{"name":"CBTBS_DISABLED","features":[357]},{"name":"CBTBS_FOCUSED","features":[357]},{"name":"CBTBS_HOT","features":[357]},{"name":"CBTBS_NORMAL","features":[357]},{"name":"CBXSL_DISABLED","features":[357]},{"name":"CBXSL_HOT","features":[357]},{"name":"CBXSL_NORMAL","features":[357]},{"name":"CBXSL_PRESSED","features":[357]},{"name":"CBXSR_DISABLED","features":[357]},{"name":"CBXSR_HOT","features":[357]},{"name":"CBXSR_NORMAL","features":[357]},{"name":"CBXSR_PRESSED","features":[357]},{"name":"CBXS_DISABLED","features":[357]},{"name":"CBXS_HOT","features":[357]},{"name":"CBXS_NORMAL","features":[357]},{"name":"CBXS_PRESSED","features":[357]},{"name":"CB_GETCUEBANNER","features":[357]},{"name":"CB_GETMINVISIBLE","features":[357]},{"name":"CB_SETCUEBANNER","features":[357]},{"name":"CB_SETMINVISIBLE","features":[357]},{"name":"CCF_NOTEXT","features":[357]},{"name":"CCHCCCLASS","features":[357]},{"name":"CCHCCDESC","features":[357]},{"name":"CCHCCTEXT","features":[357]},{"name":"CCINFOA","features":[307,318,357]},{"name":"CCINFOW","features":[307,318,357]},{"name":"CCM_DPISCALE","features":[357]},{"name":"CCM_FIRST","features":[357]},{"name":"CCM_GETCOLORSCHEME","features":[357]},{"name":"CCM_GETDROPTARGET","features":[357]},{"name":"CCM_GETUNICODEFORMAT","features":[357]},{"name":"CCM_GETVERSION","features":[357]},{"name":"CCM_LAST","features":[357]},{"name":"CCM_SETBKCOLOR","features":[357]},{"name":"CCM_SETCOLORSCHEME","features":[357]},{"name":"CCM_SETNOTIFYWINDOW","features":[357]},{"name":"CCM_SETUNICODEFORMAT","features":[357]},{"name":"CCM_SETVERSION","features":[357]},{"name":"CCM_SETWINDOWTHEME","features":[357]},{"name":"CCSTYLEA","features":[357]},{"name":"CCSTYLEFLAGA","features":[357]},{"name":"CCSTYLEFLAGW","features":[357]},{"name":"CCSTYLEW","features":[357]},{"name":"CCS_ADJUSTABLE","features":[357]},{"name":"CCS_BOTTOM","features":[357]},{"name":"CCS_NODIVIDER","features":[357]},{"name":"CCS_NOMOVEY","features":[357]},{"name":"CCS_NOPARENTALIGN","features":[357]},{"name":"CCS_NORESIZE","features":[357]},{"name":"CCS_TOP","features":[357]},{"name":"CCS_VERT","features":[357]},{"name":"CDDS_ITEM","features":[357]},{"name":"CDDS_ITEMPOSTERASE","features":[357]},{"name":"CDDS_ITEMPOSTPAINT","features":[357]},{"name":"CDDS_ITEMPREERASE","features":[357]},{"name":"CDDS_ITEMPREPAINT","features":[357]},{"name":"CDDS_POSTERASE","features":[357]},{"name":"CDDS_POSTPAINT","features":[357]},{"name":"CDDS_PREERASE","features":[357]},{"name":"CDDS_PREPAINT","features":[357]},{"name":"CDDS_SUBITEM","features":[357]},{"name":"CDIS_CHECKED","features":[357]},{"name":"CDIS_DEFAULT","features":[357]},{"name":"CDIS_DISABLED","features":[357]},{"name":"CDIS_DROPHILITED","features":[357]},{"name":"CDIS_FOCUS","features":[357]},{"name":"CDIS_GRAYED","features":[357]},{"name":"CDIS_HOT","features":[357]},{"name":"CDIS_INDETERMINATE","features":[357]},{"name":"CDIS_MARKED","features":[357]},{"name":"CDIS_NEARHOT","features":[357]},{"name":"CDIS_OTHERSIDEHOT","features":[357]},{"name":"CDIS_SELECTED","features":[357]},{"name":"CDIS_SHOWKEYBOARDCUES","features":[357]},{"name":"CDN_FIRST","features":[357]},{"name":"CDN_LAST","features":[357]},{"name":"CDRF_DODEFAULT","features":[357]},{"name":"CDRF_DOERASE","features":[357]},{"name":"CDRF_NEWFONT","features":[357]},{"name":"CDRF_NOTIFYITEMDRAW","features":[357]},{"name":"CDRF_NOTIFYPOSTERASE","features":[357]},{"name":"CDRF_NOTIFYPOSTPAINT","features":[357]},{"name":"CDRF_NOTIFYSUBITEMDRAW","features":[357]},{"name":"CDRF_SKIPDEFAULT","features":[357]},{"name":"CDRF_SKIPPOSTPAINT","features":[357]},{"name":"CHECKBOXSTATES","features":[357]},{"name":"CHEVRONSTATES","features":[357]},{"name":"CHEVRONVERTSTATES","features":[357]},{"name":"CHEVSV_HOT","features":[357]},{"name":"CHEVSV_NORMAL","features":[357]},{"name":"CHEVSV_PRESSED","features":[357]},{"name":"CHEVS_HOT","features":[357]},{"name":"CHEVS_NORMAL","features":[357]},{"name":"CHEVS_PRESSED","features":[357]},{"name":"CLOCKPARTS","features":[357]},{"name":"CLOCKSTATES","features":[357]},{"name":"CLOSEBUTTONSTATES","features":[357]},{"name":"CLOSESTATES","features":[357]},{"name":"CLP_TIME","features":[357]},{"name":"CLR_DEFAULT","features":[357]},{"name":"CLR_HILIGHT","features":[357]},{"name":"CLR_NONE","features":[357]},{"name":"CLS_HOT","features":[357]},{"name":"CLS_NORMAL","features":[357]},{"name":"CLS_PRESSED","features":[357]},{"name":"CMB_MASKED","features":[357]},{"name":"CMDLGS_DEFAULTED","features":[357]},{"name":"CMDLGS_DISABLED","features":[357]},{"name":"CMDLGS_HOT","features":[357]},{"name":"CMDLGS_NORMAL","features":[357]},{"name":"CMDLGS_PRESSED","features":[357]},{"name":"CMDLS_DEFAULTED","features":[357]},{"name":"CMDLS_DEFAULTED_ANIMATING","features":[357]},{"name":"CMDLS_DISABLED","features":[357]},{"name":"CMDLS_HOT","features":[357]},{"name":"CMDLS_NORMAL","features":[357]},{"name":"CMDLS_PRESSED","features":[357]},{"name":"COLLAPSEBUTTONSTATES","features":[357]},{"name":"COLORMAP","features":[307,357]},{"name":"COLORMGMTDLGORD","features":[357]},{"name":"COLORSCHEME","features":[307,357]},{"name":"COMBOBOXEXITEMA","features":[307,357]},{"name":"COMBOBOXEXITEMW","features":[307,357]},{"name":"COMBOBOXINFO","features":[307,357]},{"name":"COMBOBOXINFO_BUTTON_STATE","features":[357]},{"name":"COMBOBOXPARTS","features":[357]},{"name":"COMBOBOXSTYLESTATES","features":[357]},{"name":"COMBOBOX_EX_ITEM_FLAGS","features":[357]},{"name":"COMCTL32_VERSION","features":[357]},{"name":"COMMANDLINKGLYPHSTATES","features":[357]},{"name":"COMMANDLINKSTATES","features":[357]},{"name":"COMMUNICATIONSPARTS","features":[357]},{"name":"COMPAREITEMSTRUCT","features":[307,357]},{"name":"CONTENTALIGNMENT","features":[357]},{"name":"CONTENTAREASTATES","features":[357]},{"name":"CONTENTLINKSTATES","features":[357]},{"name":"CONTENTPANESTATES","features":[357]},{"name":"CONTROLLABELSTATES","features":[357]},{"name":"CONTROLPANELPARTS","features":[357]},{"name":"COPYSTATES","features":[357]},{"name":"CPANEL_BANNERAREA","features":[357]},{"name":"CPANEL_BODYTEXT","features":[357]},{"name":"CPANEL_BODYTITLE","features":[357]},{"name":"CPANEL_BUTTON","features":[357]},{"name":"CPANEL_CONTENTLINK","features":[357]},{"name":"CPANEL_CONTENTPANE","features":[357]},{"name":"CPANEL_CONTENTPANELABEL","features":[357]},{"name":"CPANEL_CONTENTPANELINE","features":[357]},{"name":"CPANEL_GROUPTEXT","features":[357]},{"name":"CPANEL_HELPLINK","features":[357]},{"name":"CPANEL_LARGECOMMANDAREA","features":[357]},{"name":"CPANEL_MESSAGETEXT","features":[357]},{"name":"CPANEL_NAVIGATIONPANE","features":[357]},{"name":"CPANEL_NAVIGATIONPANELABEL","features":[357]},{"name":"CPANEL_NAVIGATIONPANELINE","features":[357]},{"name":"CPANEL_SECTIONTITLELINK","features":[357]},{"name":"CPANEL_SMALLCOMMANDAREA","features":[357]},{"name":"CPANEL_TASKLINK","features":[357]},{"name":"CPANEL_TITLE","features":[357]},{"name":"CPCL_DISABLED","features":[357]},{"name":"CPCL_HOT","features":[357]},{"name":"CPCL_NORMAL","features":[357]},{"name":"CPCL_PRESSED","features":[357]},{"name":"CPHL_DISABLED","features":[357]},{"name":"CPHL_HOT","features":[357]},{"name":"CPHL_NORMAL","features":[357]},{"name":"CPHL_PRESSED","features":[357]},{"name":"CPSTL_HOT","features":[357]},{"name":"CPSTL_NORMAL","features":[357]},{"name":"CPTL_DISABLED","features":[357]},{"name":"CPTL_HOT","features":[357]},{"name":"CPTL_NORMAL","features":[357]},{"name":"CPTL_PAGE","features":[357]},{"name":"CPTL_PRESSED","features":[357]},{"name":"CP_BACKGROUND","features":[357]},{"name":"CP_BORDER","features":[357]},{"name":"CP_CUEBANNER","features":[357]},{"name":"CP_DROPDOWNBUTTON","features":[357]},{"name":"CP_DROPDOWNBUTTONLEFT","features":[357]},{"name":"CP_DROPDOWNBUTTONRIGHT","features":[357]},{"name":"CP_DROPDOWNITEM","features":[357]},{"name":"CP_READONLY","features":[357]},{"name":"CP_TRANSPARENTBACKGROUND","features":[357]},{"name":"CREATELINKSTATES","features":[357]},{"name":"CSST_TAB","features":[357]},{"name":"CSTB_HOT","features":[357]},{"name":"CSTB_NORMAL","features":[357]},{"name":"CSTB_SELECTED","features":[357]},{"name":"CS_ACTIVE","features":[357]},{"name":"CS_DISABLED","features":[357]},{"name":"CS_INACTIVE","features":[357]},{"name":"CUEBANNERSTATES","features":[357]},{"name":"CheckDlgButton","features":[307,357]},{"name":"CheckRadioButton","features":[307,357]},{"name":"CloseThemeData","features":[357]},{"name":"CreateMappedBitmap","features":[307,318,357]},{"name":"CreatePropertySheetPageA","features":[307,318,357,371]},{"name":"CreatePropertySheetPageW","features":[307,318,357,371]},{"name":"CreateStatusWindowA","features":[307,357]},{"name":"CreateStatusWindowW","features":[307,357]},{"name":"CreateSyntheticPointerDevice","features":[357,371]},{"name":"CreateToolbarEx","features":[307,357]},{"name":"CreateUpDownControl","features":[307,357]},{"name":"DATEBORDERSTATES","features":[357]},{"name":"DATEPICKERPARTS","features":[357]},{"name":"DATETEXTSTATES","features":[357]},{"name":"DATETIMEPICKERINFO","features":[307,357]},{"name":"DATETIMEPICK_CLASS","features":[357]},{"name":"DATETIMEPICK_CLASSA","features":[357]},{"name":"DATETIMEPICK_CLASSW","features":[357]},{"name":"DA_ERR","features":[357]},{"name":"DA_LAST","features":[357]},{"name":"DDCOPY_HIGHLIGHT","features":[357]},{"name":"DDCOPY_NOHIGHLIGHT","features":[357]},{"name":"DDCREATELINK_HIGHLIGHT","features":[357]},{"name":"DDCREATELINK_NOHIGHLIGHT","features":[357]},{"name":"DDL_ARCHIVE","features":[357]},{"name":"DDL_DIRECTORY","features":[357]},{"name":"DDL_DRIVES","features":[357]},{"name":"DDL_EXCLUSIVE","features":[357]},{"name":"DDL_HIDDEN","features":[357]},{"name":"DDL_POSTMSGS","features":[357]},{"name":"DDL_READONLY","features":[357]},{"name":"DDL_READWRITE","features":[357]},{"name":"DDL_SYSTEM","features":[357]},{"name":"DDMOVE_HIGHLIGHT","features":[357]},{"name":"DDMOVE_NOHIGHLIGHT","features":[357]},{"name":"DDNONE_HIGHLIGHT","features":[357]},{"name":"DDNONE_NOHIGHLIGHT","features":[357]},{"name":"DDUPDATEMETADATA_HIGHLIGHT","features":[357]},{"name":"DDUPDATEMETADATA_NOHIGHLIGHT","features":[357]},{"name":"DDWARNING_HIGHLIGHT","features":[357]},{"name":"DDWARNING_NOHIGHLIGHT","features":[357]},{"name":"DD_COPY","features":[357]},{"name":"DD_CREATELINK","features":[357]},{"name":"DD_IMAGEBG","features":[357]},{"name":"DD_MOVE","features":[357]},{"name":"DD_NONE","features":[357]},{"name":"DD_TEXTBG","features":[357]},{"name":"DD_UPDATEMETADATA","features":[357]},{"name":"DD_WARNING","features":[357]},{"name":"DELETEITEMSTRUCT","features":[307,357]},{"name":"DLG_BUTTON_CHECK_STATE","features":[357]},{"name":"DLG_DIR_LIST_FILE_TYPE","features":[357]},{"name":"DL_BEGINDRAG","features":[357]},{"name":"DL_CANCELDRAG","features":[357]},{"name":"DL_COPYCURSOR","features":[357]},{"name":"DL_CURSORSET","features":[357]},{"name":"DL_DRAGGING","features":[357]},{"name":"DL_DROPPED","features":[357]},{"name":"DL_MOVECURSOR","features":[357]},{"name":"DL_STOPCURSOR","features":[357]},{"name":"DNHZS_DISABLED","features":[357]},{"name":"DNHZS_HOT","features":[357]},{"name":"DNHZS_NORMAL","features":[357]},{"name":"DNHZS_PRESSED","features":[357]},{"name":"DNS_DISABLED","features":[357]},{"name":"DNS_HOT","features":[357]},{"name":"DNS_NORMAL","features":[357]},{"name":"DNS_PRESSED","features":[357]},{"name":"DOWNHORZSTATES","features":[357]},{"name":"DOWNSTATES","features":[357]},{"name":"DPAMM_DELETE","features":[357]},{"name":"DPAMM_INSERT","features":[357]},{"name":"DPAMM_MERGE","features":[357]},{"name":"DPAMM_MESSAGE","features":[357]},{"name":"DPAM_INTERSECT","features":[357]},{"name":"DPAM_NORMAL","features":[357]},{"name":"DPAM_SORTED","features":[357]},{"name":"DPAM_UNION","features":[357]},{"name":"DPASTREAMINFO","features":[357]},{"name":"DPAS_INSERTAFTER","features":[357]},{"name":"DPAS_INSERTBEFORE","features":[357]},{"name":"DPAS_SORTED","features":[357]},{"name":"DPA_APPEND","features":[357]},{"name":"DPA_Clone","features":[357]},{"name":"DPA_Create","features":[357]},{"name":"DPA_CreateEx","features":[307,357]},{"name":"DPA_DeleteAllPtrs","features":[307,357]},{"name":"DPA_DeletePtr","features":[357]},{"name":"DPA_Destroy","features":[307,357]},{"name":"DPA_DestroyCallback","features":[357]},{"name":"DPA_ERR","features":[357]},{"name":"DPA_EnumCallback","features":[357]},{"name":"DPA_GetPtr","features":[357]},{"name":"DPA_GetPtrIndex","features":[357]},{"name":"DPA_GetSize","features":[357]},{"name":"DPA_Grow","features":[307,357]},{"name":"DPA_InsertPtr","features":[357]},{"name":"DPA_LoadStream","features":[358,357]},{"name":"DPA_Merge","features":[307,357]},{"name":"DPA_SaveStream","features":[358,357]},{"name":"DPA_Search","features":[307,357]},{"name":"DPA_SetPtr","features":[307,357]},{"name":"DPA_Sort","features":[307,357]},{"name":"DPDB_DISABLED","features":[357]},{"name":"DPDB_FOCUSED","features":[357]},{"name":"DPDB_HOT","features":[357]},{"name":"DPDB_NORMAL","features":[357]},{"name":"DPDT_DISABLED","features":[357]},{"name":"DPDT_NORMAL","features":[357]},{"name":"DPDT_SELECTED","features":[357]},{"name":"DPSCBR_DISABLED","features":[357]},{"name":"DPSCBR_HOT","features":[357]},{"name":"DPSCBR_NORMAL","features":[357]},{"name":"DPSCBR_PRESSED","features":[357]},{"name":"DP_DATEBORDER","features":[357]},{"name":"DP_DATETEXT","features":[357]},{"name":"DP_SHOWCALENDARBUTTONRIGHT","features":[357]},{"name":"DRAGDROPPARTS","features":[357]},{"name":"DRAGLISTINFO","features":[307,357]},{"name":"DRAGLISTINFO_NOTIFICATION_FLAGS","features":[357]},{"name":"DRAGLISTMSGSTRING","features":[357]},{"name":"DRAWITEMSTRUCT","features":[307,318,357]},{"name":"DRAWITEMSTRUCT_CTL_TYPE","features":[357]},{"name":"DRAW_THEME_PARENT_BACKGROUND_FLAGS","features":[357]},{"name":"DROPDOWNBUTTONLEFTSTATES","features":[357]},{"name":"DROPDOWNBUTTONRIGHTSTATES","features":[357]},{"name":"DROPDOWNITEMSTATES","features":[357]},{"name":"DSA_APPEND","features":[357]},{"name":"DSA_Clone","features":[357]},{"name":"DSA_Create","features":[357]},{"name":"DSA_DeleteAllItems","features":[307,357]},{"name":"DSA_DeleteItem","features":[307,357]},{"name":"DSA_Destroy","features":[307,357]},{"name":"DSA_DestroyCallback","features":[357]},{"name":"DSA_ERR","features":[357]},{"name":"DSA_EnumCallback","features":[357]},{"name":"DSA_GetItem","features":[307,357]},{"name":"DSA_GetItemPtr","features":[357]},{"name":"DSA_GetSize","features":[357]},{"name":"DSA_InsertItem","features":[357]},{"name":"DSA_SetItem","features":[307,357]},{"name":"DSA_Sort","features":[307,357]},{"name":"DTBGOPTS","features":[307,357]},{"name":"DTBG_CLIPRECT","features":[357]},{"name":"DTBG_COMPUTINGREGION","features":[357]},{"name":"DTBG_DRAWSOLID","features":[357]},{"name":"DTBG_MIRRORDC","features":[357]},{"name":"DTBG_NOMIRROR","features":[357]},{"name":"DTBG_OMITBORDER","features":[357]},{"name":"DTBG_OMITCONTENT","features":[357]},{"name":"DTM_CLOSEMONTHCAL","features":[357]},{"name":"DTM_FIRST","features":[357]},{"name":"DTM_GETDATETIMEPICKERINFO","features":[357]},{"name":"DTM_GETIDEALSIZE","features":[357]},{"name":"DTM_GETMCCOLOR","features":[357]},{"name":"DTM_GETMCFONT","features":[357]},{"name":"DTM_GETMCSTYLE","features":[357]},{"name":"DTM_GETMONTHCAL","features":[357]},{"name":"DTM_GETRANGE","features":[357]},{"name":"DTM_GETSYSTEMTIME","features":[357]},{"name":"DTM_SETFORMAT","features":[357]},{"name":"DTM_SETFORMATA","features":[357]},{"name":"DTM_SETFORMATW","features":[357]},{"name":"DTM_SETMCCOLOR","features":[357]},{"name":"DTM_SETMCFONT","features":[357]},{"name":"DTM_SETMCSTYLE","features":[357]},{"name":"DTM_SETRANGE","features":[357]},{"name":"DTM_SETSYSTEMTIME","features":[357]},{"name":"DTN_CLOSEUP","features":[357]},{"name":"DTN_DATETIMECHANGE","features":[357]},{"name":"DTN_DROPDOWN","features":[357]},{"name":"DTN_FIRST","features":[357]},{"name":"DTN_FIRST2","features":[357]},{"name":"DTN_FORMAT","features":[357]},{"name":"DTN_FORMATA","features":[357]},{"name":"DTN_FORMATQUERY","features":[357]},{"name":"DTN_FORMATQUERYA","features":[357]},{"name":"DTN_FORMATQUERYW","features":[357]},{"name":"DTN_FORMATW","features":[357]},{"name":"DTN_LAST","features":[357]},{"name":"DTN_LAST2","features":[357]},{"name":"DTN_USERSTRING","features":[357]},{"name":"DTN_USERSTRINGA","features":[357]},{"name":"DTN_USERSTRINGW","features":[357]},{"name":"DTN_WMKEYDOWN","features":[357]},{"name":"DTN_WMKEYDOWNA","features":[357]},{"name":"DTN_WMKEYDOWNW","features":[357]},{"name":"DTPB_USECTLCOLORSTATIC","features":[357]},{"name":"DTPB_USEERASEBKGND","features":[357]},{"name":"DTPB_WINDOWDC","features":[357]},{"name":"DTS_APPCANPARSE","features":[357]},{"name":"DTS_LONGDATEFORMAT","features":[357]},{"name":"DTS_RIGHTALIGN","features":[357]},{"name":"DTS_SHORTDATECENTURYFORMAT","features":[357]},{"name":"DTS_SHORTDATEFORMAT","features":[357]},{"name":"DTS_SHOWNONE","features":[357]},{"name":"DTS_TIMEFORMAT","features":[357]},{"name":"DTS_UPDOWN","features":[357]},{"name":"DTTOPTS","features":[307,318,357]},{"name":"DTTOPTS_FLAGS","features":[357]},{"name":"DTT_APPLYOVERLAY","features":[357]},{"name":"DTT_BORDERCOLOR","features":[357]},{"name":"DTT_BORDERSIZE","features":[357]},{"name":"DTT_CALCRECT","features":[357]},{"name":"DTT_CALLBACK","features":[357]},{"name":"DTT_CALLBACK_PROC","features":[307,318,357]},{"name":"DTT_COLORPROP","features":[357]},{"name":"DTT_COMPOSITED","features":[357]},{"name":"DTT_FLAGS2VALIDBITS","features":[357]},{"name":"DTT_FONTPROP","features":[357]},{"name":"DTT_GLOWSIZE","features":[357]},{"name":"DTT_GRAYED","features":[357]},{"name":"DTT_SHADOWCOLOR","features":[357]},{"name":"DTT_SHADOWOFFSET","features":[357]},{"name":"DTT_SHADOWTYPE","features":[357]},{"name":"DTT_STATEID","features":[357]},{"name":"DTT_TEXTCOLOR","features":[357]},{"name":"DTT_VALIDBITS","features":[357]},{"name":"DestroyPropertySheetPage","features":[307,357]},{"name":"DestroySyntheticPointerDevice","features":[357]},{"name":"DlgDirListA","features":[307,357]},{"name":"DlgDirListComboBoxA","features":[307,357]},{"name":"DlgDirListComboBoxW","features":[307,357]},{"name":"DlgDirListW","features":[307,357]},{"name":"DlgDirSelectComboBoxExA","features":[307,357]},{"name":"DlgDirSelectComboBoxExW","features":[307,357]},{"name":"DlgDirSelectExA","features":[307,357]},{"name":"DlgDirSelectExW","features":[307,357]},{"name":"DrawInsert","features":[307,357]},{"name":"DrawShadowText","features":[307,318,357]},{"name":"DrawStatusTextA","features":[307,318,357]},{"name":"DrawStatusTextW","features":[307,318,357]},{"name":"DrawThemeBackground","features":[307,318,357]},{"name":"DrawThemeBackgroundEx","features":[307,318,357]},{"name":"DrawThemeEdge","features":[307,318,357]},{"name":"DrawThemeIcon","features":[307,318,357]},{"name":"DrawThemeParentBackground","features":[307,318,357]},{"name":"DrawThemeParentBackgroundEx","features":[307,318,357]},{"name":"DrawThemeText","features":[307,318,357]},{"name":"DrawThemeTextEx","features":[307,318,357]},{"name":"EBHC_HOT","features":[357]},{"name":"EBHC_NORMAL","features":[357]},{"name":"EBHC_PRESSED","features":[357]},{"name":"EBHP_HOT","features":[357]},{"name":"EBHP_NORMAL","features":[357]},{"name":"EBHP_PRESSED","features":[357]},{"name":"EBHP_SELECTEDHOT","features":[357]},{"name":"EBHP_SELECTEDNORMAL","features":[357]},{"name":"EBHP_SELECTEDPRESSED","features":[357]},{"name":"EBM_HOT","features":[357]},{"name":"EBM_NORMAL","features":[357]},{"name":"EBM_PRESSED","features":[357]},{"name":"EBNGC_HOT","features":[357]},{"name":"EBNGC_NORMAL","features":[357]},{"name":"EBNGC_PRESSED","features":[357]},{"name":"EBNGE_HOT","features":[357]},{"name":"EBNGE_NORMAL","features":[357]},{"name":"EBNGE_PRESSED","features":[357]},{"name":"EBP_HEADERBACKGROUND","features":[357]},{"name":"EBP_HEADERCLOSE","features":[357]},{"name":"EBP_HEADERPIN","features":[357]},{"name":"EBP_IEBARMENU","features":[357]},{"name":"EBP_NORMALGROUPBACKGROUND","features":[357]},{"name":"EBP_NORMALGROUPCOLLAPSE","features":[357]},{"name":"EBP_NORMALGROUPEXPAND","features":[357]},{"name":"EBP_NORMALGROUPHEAD","features":[357]},{"name":"EBP_SPECIALGROUPBACKGROUND","features":[357]},{"name":"EBP_SPECIALGROUPCOLLAPSE","features":[357]},{"name":"EBP_SPECIALGROUPEXPAND","features":[357]},{"name":"EBP_SPECIALGROUPHEAD","features":[357]},{"name":"EBSGC_HOT","features":[357]},{"name":"EBSGC_NORMAL","features":[357]},{"name":"EBSGC_PRESSED","features":[357]},{"name":"EBSGE_HOT","features":[357]},{"name":"EBSGE_NORMAL","features":[357]},{"name":"EBSGE_PRESSED","features":[357]},{"name":"EBS_ASSIST","features":[357]},{"name":"EBS_DISABLED","features":[357]},{"name":"EBS_FOCUSED","features":[357]},{"name":"EBS_HOT","features":[357]},{"name":"EBS_NORMAL","features":[357]},{"name":"EBS_READONLY","features":[357]},{"name":"EBWBS_DISABLED","features":[357]},{"name":"EBWBS_FOCUSED","features":[357]},{"name":"EBWBS_HOT","features":[357]},{"name":"EBWBS_NORMAL","features":[357]},{"name":"ECM_FIRST","features":[357]},{"name":"EC_ENDOFLINE","features":[357]},{"name":"EC_ENDOFLINE_CR","features":[357]},{"name":"EC_ENDOFLINE_CRLF","features":[357]},{"name":"EC_ENDOFLINE_DETECTFROMCONTENT","features":[357]},{"name":"EC_ENDOFLINE_LF","features":[357]},{"name":"EC_SEARCHWEB_ENTRYPOINT","features":[357]},{"name":"EC_SEARCHWEB_ENTRYPOINT_CONTEXTMENU","features":[357]},{"name":"EC_SEARCHWEB_ENTRYPOINT_EXTERNAL","features":[357]},{"name":"EDITBALLOONTIP","features":[357]},{"name":"EDITBALLOONTIP_ICON","features":[357]},{"name":"EDITBORDER_HSCROLLSTATES","features":[357]},{"name":"EDITBORDER_HVSCROLLSTATES","features":[357]},{"name":"EDITBORDER_NOSCROLLSTATES","features":[357]},{"name":"EDITBORDER_VSCROLLSTATES","features":[357]},{"name":"EDITPARTS","features":[357]},{"name":"EDITTEXTSTATES","features":[357]},{"name":"EDITWORDBREAKPROCA","features":[357]},{"name":"EDITWORDBREAKPROCW","features":[357]},{"name":"EMF_CENTERED","features":[357]},{"name":"EMPTYMARKUPPARTS","features":[357]},{"name":"EMP_MARKUPTEXT","features":[357]},{"name":"EMT_LINKTEXT","features":[357]},{"name":"EMT_NORMALTEXT","features":[357]},{"name":"EM_CANUNDO","features":[357]},{"name":"EM_CHARFROMPOS","features":[357]},{"name":"EM_EMPTYUNDOBUFFER","features":[357]},{"name":"EM_ENABLEFEATURE","features":[357]},{"name":"EM_ENABLESEARCHWEB","features":[357]},{"name":"EM_FILELINEFROMCHAR","features":[357]},{"name":"EM_FILELINEINDEX","features":[357]},{"name":"EM_FILELINELENGTH","features":[357]},{"name":"EM_FMTLINES","features":[357]},{"name":"EM_GETCARETINDEX","features":[357]},{"name":"EM_GETCUEBANNER","features":[357]},{"name":"EM_GETENDOFLINE","features":[357]},{"name":"EM_GETEXTENDEDSTYLE","features":[357]},{"name":"EM_GETFILELINE","features":[357]},{"name":"EM_GETFILELINECOUNT","features":[357]},{"name":"EM_GETFIRSTVISIBLELINE","features":[357]},{"name":"EM_GETHANDLE","features":[357]},{"name":"EM_GETHILITE","features":[357]},{"name":"EM_GETIMESTATUS","features":[357]},{"name":"EM_GETLIMITTEXT","features":[357]},{"name":"EM_GETLINE","features":[357]},{"name":"EM_GETLINECOUNT","features":[357]},{"name":"EM_GETMARGINS","features":[357]},{"name":"EM_GETMODIFY","features":[357]},{"name":"EM_GETPASSWORDCHAR","features":[357]},{"name":"EM_GETRECT","features":[357]},{"name":"EM_GETSEL","features":[357]},{"name":"EM_GETTHUMB","features":[357]},{"name":"EM_GETWORDBREAKPROC","features":[357]},{"name":"EM_HIDEBALLOONTIP","features":[357]},{"name":"EM_LIMITTEXT","features":[357]},{"name":"EM_LINEFROMCHAR","features":[357]},{"name":"EM_LINEINDEX","features":[357]},{"name":"EM_LINELENGTH","features":[357]},{"name":"EM_LINESCROLL","features":[357]},{"name":"EM_NOSETFOCUS","features":[357]},{"name":"EM_POSFROMCHAR","features":[357]},{"name":"EM_REPLACESEL","features":[357]},{"name":"EM_SCROLL","features":[357]},{"name":"EM_SCROLLCARET","features":[357]},{"name":"EM_SEARCHWEB","features":[357]},{"name":"EM_SETCARETINDEX","features":[357]},{"name":"EM_SETCUEBANNER","features":[357]},{"name":"EM_SETENDOFLINE","features":[357]},{"name":"EM_SETEXTENDEDSTYLE","features":[357]},{"name":"EM_SETHANDLE","features":[357]},{"name":"EM_SETHILITE","features":[357]},{"name":"EM_SETIMESTATUS","features":[357]},{"name":"EM_SETLIMITTEXT","features":[357]},{"name":"EM_SETMARGINS","features":[357]},{"name":"EM_SETMODIFY","features":[357]},{"name":"EM_SETPASSWORDCHAR","features":[357]},{"name":"EM_SETREADONLY","features":[357]},{"name":"EM_SETRECT","features":[357]},{"name":"EM_SETRECTNP","features":[357]},{"name":"EM_SETSEL","features":[357]},{"name":"EM_SETTABSTOPS","features":[357]},{"name":"EM_SETWORDBREAKPROC","features":[357]},{"name":"EM_SHOWBALLOONTIP","features":[357]},{"name":"EM_TAKEFOCUS","features":[357]},{"name":"EM_UNDO","features":[357]},{"name":"ENABLE_SCROLL_BAR_ARROWS","features":[357]},{"name":"EN_FIRST","features":[357]},{"name":"EN_LAST","features":[357]},{"name":"EN_SEARCHWEB","features":[357]},{"name":"EPSHV_DISABLED","features":[357]},{"name":"EPSHV_FOCUSED","features":[357]},{"name":"EPSHV_HOT","features":[357]},{"name":"EPSHV_NORMAL","features":[357]},{"name":"EPSH_DISABLED","features":[357]},{"name":"EPSH_FOCUSED","features":[357]},{"name":"EPSH_HOT","features":[357]},{"name":"EPSH_NORMAL","features":[357]},{"name":"EPSN_DISABLED","features":[357]},{"name":"EPSN_FOCUSED","features":[357]},{"name":"EPSN_HOT","features":[357]},{"name":"EPSN_NORMAL","features":[357]},{"name":"EPSV_DISABLED","features":[357]},{"name":"EPSV_FOCUSED","features":[357]},{"name":"EPSV_HOT","features":[357]},{"name":"EPSV_NORMAL","features":[357]},{"name":"EP_BACKGROUND","features":[357]},{"name":"EP_BACKGROUNDWITHBORDER","features":[357]},{"name":"EP_CARET","features":[357]},{"name":"EP_EDITBORDER_HSCROLL","features":[357]},{"name":"EP_EDITBORDER_HVSCROLL","features":[357]},{"name":"EP_EDITBORDER_NOSCROLL","features":[357]},{"name":"EP_EDITBORDER_VSCROLL","features":[357]},{"name":"EP_EDITTEXT","features":[357]},{"name":"EP_PASSWORD","features":[357]},{"name":"ESB_DISABLE_BOTH","features":[357]},{"name":"ESB_DISABLE_DOWN","features":[357]},{"name":"ESB_DISABLE_LEFT","features":[357]},{"name":"ESB_DISABLE_LTUP","features":[357]},{"name":"ESB_DISABLE_RIGHT","features":[357]},{"name":"ESB_DISABLE_RTDN","features":[357]},{"name":"ESB_DISABLE_UP","features":[357]},{"name":"ESB_ENABLE_BOTH","features":[357]},{"name":"ES_EX_ALLOWEOL_CR","features":[357]},{"name":"ES_EX_ALLOWEOL_LF","features":[357]},{"name":"ES_EX_CONVERT_EOL_ON_PASTE","features":[357]},{"name":"ES_EX_ZOOMABLE","features":[357]},{"name":"ETDT_DISABLE","features":[357]},{"name":"ETDT_ENABLE","features":[357]},{"name":"ETDT_USEAEROWIZARDTABTEXTURE","features":[357]},{"name":"ETDT_USETABTEXTURE","features":[357]},{"name":"ETS_ASSIST","features":[357]},{"name":"ETS_CUEBANNER","features":[357]},{"name":"ETS_DISABLED","features":[357]},{"name":"ETS_FOCUSED","features":[357]},{"name":"ETS_HOT","features":[357]},{"name":"ETS_NORMAL","features":[357]},{"name":"ETS_READONLY","features":[357]},{"name":"ETS_SELECTED","features":[357]},{"name":"EXPANDBUTTONSTATES","features":[357]},{"name":"EXPANDOBUTTONSTATES","features":[357]},{"name":"EXPLORERBARPARTS","features":[357]},{"name":"EnableScrollBar","features":[307,357]},{"name":"EnableThemeDialogTexture","features":[307,357]},{"name":"EnableTheming","features":[307,357]},{"name":"EndBufferedAnimation","features":[307,357]},{"name":"EndBufferedPaint","features":[307,357]},{"name":"EndPanningFeedback","features":[307,357]},{"name":"EvaluateProximityToPolygon","features":[307,357]},{"name":"EvaluateProximityToRect","features":[307,357]},{"name":"FBS_EMPHASIZED","features":[357]},{"name":"FBS_NORMAL","features":[357]},{"name":"FEEDBACK_GESTURE_PRESSANDTAP","features":[357]},{"name":"FEEDBACK_MAX","features":[357]},{"name":"FEEDBACK_PEN_BARRELVISUALIZATION","features":[357]},{"name":"FEEDBACK_PEN_DOUBLETAP","features":[357]},{"name":"FEEDBACK_PEN_PRESSANDHOLD","features":[357]},{"name":"FEEDBACK_PEN_RIGHTTAP","features":[357]},{"name":"FEEDBACK_PEN_TAP","features":[357]},{"name":"FEEDBACK_TOUCH_CONTACTVISUALIZATION","features":[357]},{"name":"FEEDBACK_TOUCH_DOUBLETAP","features":[357]},{"name":"FEEDBACK_TOUCH_PRESSANDHOLD","features":[357]},{"name":"FEEDBACK_TOUCH_RIGHTTAP","features":[357]},{"name":"FEEDBACK_TOUCH_TAP","features":[357]},{"name":"FEEDBACK_TYPE","features":[357]},{"name":"FILEOPENORD","features":[357]},{"name":"FILLSTATES","features":[357]},{"name":"FILLTYPE","features":[357]},{"name":"FILLVERTSTATES","features":[357]},{"name":"FINDDLGORD","features":[357]},{"name":"FLH_HOVER","features":[357]},{"name":"FLH_NORMAL","features":[357]},{"name":"FLS_DISABLED","features":[357]},{"name":"FLS_EMPHASIZED","features":[357]},{"name":"FLS_NORMAL","features":[357]},{"name":"FLS_SELECTED","features":[357]},{"name":"FLYOUTLINK_HOVER","features":[357]},{"name":"FLYOUTLINK_NORMAL","features":[357]},{"name":"FLYOUTPARTS","features":[357]},{"name":"FLYOUT_BODY","features":[357]},{"name":"FLYOUT_DIVIDER","features":[357]},{"name":"FLYOUT_HEADER","features":[357]},{"name":"FLYOUT_LABEL","features":[357]},{"name":"FLYOUT_LINK","features":[357]},{"name":"FLYOUT_LINKAREA","features":[357]},{"name":"FLYOUT_LINKHEADER","features":[357]},{"name":"FLYOUT_WINDOW","features":[357]},{"name":"FONTDLGORD","features":[357]},{"name":"FORMATDLGORD30","features":[357]},{"name":"FORMATDLGORD31","features":[357]},{"name":"FRAMEBOTTOMSTATES","features":[357]},{"name":"FRAMELEFTSTATES","features":[357]},{"name":"FRAMERIGHTSTATES","features":[357]},{"name":"FRAMESTATES","features":[357]},{"name":"FRB_ACTIVE","features":[357]},{"name":"FRB_INACTIVE","features":[357]},{"name":"FRL_ACTIVE","features":[357]},{"name":"FRL_INACTIVE","features":[357]},{"name":"FRR_ACTIVE","features":[357]},{"name":"FRR_INACTIVE","features":[357]},{"name":"FSB_ENCARTA_MODE","features":[357]},{"name":"FSB_FLAT_MODE","features":[357]},{"name":"FSB_REGULAR_MODE","features":[357]},{"name":"FS_ACTIVE","features":[357]},{"name":"FS_INACTIVE","features":[357]},{"name":"FT_HORZGRADIENT","features":[357]},{"name":"FT_RADIALGRADIENT","features":[357]},{"name":"FT_SOLID","features":[357]},{"name":"FT_TILEIMAGE","features":[357]},{"name":"FT_VERTGRADIENT","features":[357]},{"name":"FlatSB_EnableScrollBar","features":[307,357]},{"name":"FlatSB_GetScrollInfo","features":[307,357,371]},{"name":"FlatSB_GetScrollPos","features":[307,357,371]},{"name":"FlatSB_GetScrollProp","features":[307,357]},{"name":"FlatSB_GetScrollRange","features":[307,357,371]},{"name":"FlatSB_SetScrollInfo","features":[307,357,371]},{"name":"FlatSB_SetScrollPos","features":[307,357,371]},{"name":"FlatSB_SetScrollProp","features":[307,357]},{"name":"FlatSB_SetScrollRange","features":[307,357,371]},{"name":"FlatSB_ShowScrollBar","features":[307,357,371]},{"name":"GBF_COPY","features":[357]},{"name":"GBF_DIRECT","features":[357]},{"name":"GBF_VALIDBITS","features":[357]},{"name":"GBS_DISABLED","features":[357]},{"name":"GBS_NORMAL","features":[357]},{"name":"GDTR_MAX","features":[357]},{"name":"GDTR_MIN","features":[357]},{"name":"GDT_ERROR","features":[357]},{"name":"GDT_NONE","features":[357]},{"name":"GDT_VALID","features":[357]},{"name":"GET_THEME_BITMAP_FLAGS","features":[357]},{"name":"GFST_DPI","features":[357]},{"name":"GFST_NONE","features":[357]},{"name":"GFST_SIZE","features":[357]},{"name":"GLPS_CLOSED","features":[357]},{"name":"GLPS_OPENED","features":[357]},{"name":"GLYPHFONTSIZINGTYPE","features":[357]},{"name":"GLYPHSTATES","features":[357]},{"name":"GLYPHTYPE","features":[357]},{"name":"GMR_DAYSTATE","features":[357]},{"name":"GMR_VISIBLE","features":[357]},{"name":"GRIDCELLBACKGROUNDSTATES","features":[357]},{"name":"GRIDCELLSTATES","features":[357]},{"name":"GRIDCELLUPPERSTATES","features":[357]},{"name":"GRIPPERSTATES","features":[357]},{"name":"GROUPBOXSTATES","features":[357]},{"name":"GROUPHEADERLINESTATES","features":[357]},{"name":"GROUPHEADERSTATES","features":[357]},{"name":"GT_FONTGLYPH","features":[357]},{"name":"GT_IMAGEGLYPH","features":[357]},{"name":"GT_NONE","features":[357]},{"name":"GetBufferedPaintBits","features":[318,357]},{"name":"GetBufferedPaintDC","features":[318,357]},{"name":"GetBufferedPaintTargetDC","features":[318,357]},{"name":"GetBufferedPaintTargetRect","features":[307,357]},{"name":"GetComboBoxInfo","features":[307,357]},{"name":"GetCurrentThemeName","features":[357]},{"name":"GetEffectiveClientRect","features":[307,357]},{"name":"GetListBoxInfo","features":[307,357]},{"name":"GetMUILanguage","features":[357]},{"name":"GetThemeAnimationProperty","features":[357]},{"name":"GetThemeAnimationTransform","features":[357]},{"name":"GetThemeAppProperties","features":[357]},{"name":"GetThemeBackgroundContentRect","features":[307,318,357]},{"name":"GetThemeBackgroundExtent","features":[307,318,357]},{"name":"GetThemeBackgroundRegion","features":[307,318,357]},{"name":"GetThemeBitmap","features":[318,357]},{"name":"GetThemeBool","features":[307,357]},{"name":"GetThemeColor","features":[307,357]},{"name":"GetThemeDocumentationProperty","features":[357]},{"name":"GetThemeEnumValue","features":[357]},{"name":"GetThemeFilename","features":[357]},{"name":"GetThemeFont","features":[318,357]},{"name":"GetThemeInt","features":[357]},{"name":"GetThemeIntList","features":[357]},{"name":"GetThemeMargins","features":[307,318,357]},{"name":"GetThemeMetric","features":[318,357]},{"name":"GetThemePartSize","features":[307,318,357]},{"name":"GetThemePosition","features":[307,357]},{"name":"GetThemePropertyOrigin","features":[357]},{"name":"GetThemeRect","features":[307,357]},{"name":"GetThemeStream","features":[307,357]},{"name":"GetThemeString","features":[357]},{"name":"GetThemeSysBool","features":[307,357]},{"name":"GetThemeSysColor","features":[307,357]},{"name":"GetThemeSysColorBrush","features":[318,357]},{"name":"GetThemeSysFont","features":[318,357]},{"name":"GetThemeSysInt","features":[357]},{"name":"GetThemeSysSize","features":[357]},{"name":"GetThemeSysString","features":[357]},{"name":"GetThemeTextExtent","features":[307,318,357]},{"name":"GetThemeTextMetrics","features":[318,357]},{"name":"GetThemeTimingFunction","features":[357]},{"name":"GetThemeTransitionDuration","features":[357]},{"name":"GetWindowFeedbackSetting","features":[307,357]},{"name":"GetWindowTheme","features":[307,357]},{"name":"HALIGN","features":[357]},{"name":"HA_CENTER","features":[357]},{"name":"HA_LEFT","features":[357]},{"name":"HA_RIGHT","features":[357]},{"name":"HBG_DETAILS","features":[357]},{"name":"HBG_ICON","features":[357]},{"name":"HBS_DISABLED","features":[357]},{"name":"HBS_HOT","features":[357]},{"name":"HBS_NORMAL","features":[357]},{"name":"HBS_PUSHED","features":[357]},{"name":"HDDFS_HOT","features":[357]},{"name":"HDDFS_NORMAL","features":[357]},{"name":"HDDFS_SOFTHOT","features":[357]},{"name":"HDDS_HOT","features":[357]},{"name":"HDDS_NORMAL","features":[357]},{"name":"HDDS_SOFTHOT","features":[357]},{"name":"HDFT_HASNOVALUE","features":[357]},{"name":"HDFT_ISDATE","features":[357]},{"name":"HDFT_ISNUMBER","features":[357]},{"name":"HDFT_ISSTRING","features":[357]},{"name":"HDF_BITMAP","features":[357]},{"name":"HDF_BITMAP_ON_RIGHT","features":[357]},{"name":"HDF_CENTER","features":[357]},{"name":"HDF_CHECKBOX","features":[357]},{"name":"HDF_CHECKED","features":[357]},{"name":"HDF_FIXEDWIDTH","features":[357]},{"name":"HDF_IMAGE","features":[357]},{"name":"HDF_JUSTIFYMASK","features":[357]},{"name":"HDF_LEFT","features":[357]},{"name":"HDF_OWNERDRAW","features":[357]},{"name":"HDF_RIGHT","features":[357]},{"name":"HDF_RTLREADING","features":[357]},{"name":"HDF_SORTDOWN","features":[357]},{"name":"HDF_SORTUP","features":[357]},{"name":"HDF_SPLITBUTTON","features":[357]},{"name":"HDF_STRING","features":[357]},{"name":"HDHITTESTINFO","features":[307,357]},{"name":"HDIS_FOCUSED","features":[357]},{"name":"HDITEMA","features":[307,318,357]},{"name":"HDITEMW","features":[307,318,357]},{"name":"HDI_BITMAP","features":[357]},{"name":"HDI_DI_SETITEM","features":[357]},{"name":"HDI_FILTER","features":[357]},{"name":"HDI_FORMAT","features":[357]},{"name":"HDI_HEIGHT","features":[357]},{"name":"HDI_IMAGE","features":[357]},{"name":"HDI_LPARAM","features":[357]},{"name":"HDI_MASK","features":[357]},{"name":"HDI_ORDER","features":[357]},{"name":"HDI_STATE","features":[357]},{"name":"HDI_TEXT","features":[357]},{"name":"HDI_WIDTH","features":[357]},{"name":"HDLAYOUT","features":[307,357,371]},{"name":"HDM_CLEARFILTER","features":[357]},{"name":"HDM_CREATEDRAGIMAGE","features":[357]},{"name":"HDM_DELETEITEM","features":[357]},{"name":"HDM_EDITFILTER","features":[357]},{"name":"HDM_FIRST","features":[357]},{"name":"HDM_GETBITMAPMARGIN","features":[357]},{"name":"HDM_GETFOCUSEDITEM","features":[357]},{"name":"HDM_GETIMAGELIST","features":[357]},{"name":"HDM_GETITEM","features":[357]},{"name":"HDM_GETITEMA","features":[357]},{"name":"HDM_GETITEMCOUNT","features":[357]},{"name":"HDM_GETITEMDROPDOWNRECT","features":[357]},{"name":"HDM_GETITEMRECT","features":[357]},{"name":"HDM_GETITEMW","features":[357]},{"name":"HDM_GETORDERARRAY","features":[357]},{"name":"HDM_GETOVERFLOWRECT","features":[357]},{"name":"HDM_GETUNICODEFORMAT","features":[357]},{"name":"HDM_HITTEST","features":[357]},{"name":"HDM_INSERTITEM","features":[357]},{"name":"HDM_INSERTITEMA","features":[357]},{"name":"HDM_INSERTITEMW","features":[357]},{"name":"HDM_LAYOUT","features":[357]},{"name":"HDM_ORDERTOINDEX","features":[357]},{"name":"HDM_SETBITMAPMARGIN","features":[357]},{"name":"HDM_SETFILTERCHANGETIMEOUT","features":[357]},{"name":"HDM_SETFOCUSEDITEM","features":[357]},{"name":"HDM_SETHOTDIVIDER","features":[357]},{"name":"HDM_SETIMAGELIST","features":[357]},{"name":"HDM_SETITEM","features":[357]},{"name":"HDM_SETITEMA","features":[357]},{"name":"HDM_SETITEMW","features":[357]},{"name":"HDM_SETORDERARRAY","features":[357]},{"name":"HDM_SETUNICODEFORMAT","features":[357]},{"name":"HDN_BEGINDRAG","features":[357]},{"name":"HDN_BEGINFILTEREDIT","features":[357]},{"name":"HDN_BEGINTRACK","features":[357]},{"name":"HDN_BEGINTRACKA","features":[357]},{"name":"HDN_BEGINTRACKW","features":[357]},{"name":"HDN_DIVIDERDBLCLICK","features":[357]},{"name":"HDN_DIVIDERDBLCLICKA","features":[357]},{"name":"HDN_DIVIDERDBLCLICKW","features":[357]},{"name":"HDN_DROPDOWN","features":[357]},{"name":"HDN_ENDDRAG","features":[357]},{"name":"HDN_ENDFILTEREDIT","features":[357]},{"name":"HDN_ENDTRACK","features":[357]},{"name":"HDN_ENDTRACKA","features":[357]},{"name":"HDN_ENDTRACKW","features":[357]},{"name":"HDN_FILTERBTNCLICK","features":[357]},{"name":"HDN_FILTERCHANGE","features":[357]},{"name":"HDN_FIRST","features":[357]},{"name":"HDN_GETDISPINFO","features":[357]},{"name":"HDN_GETDISPINFOA","features":[357]},{"name":"HDN_GETDISPINFOW","features":[357]},{"name":"HDN_ITEMCHANGED","features":[357]},{"name":"HDN_ITEMCHANGEDA","features":[357]},{"name":"HDN_ITEMCHANGEDW","features":[357]},{"name":"HDN_ITEMCHANGING","features":[357]},{"name":"HDN_ITEMCHANGINGA","features":[357]},{"name":"HDN_ITEMCHANGINGW","features":[357]},{"name":"HDN_ITEMCLICK","features":[357]},{"name":"HDN_ITEMCLICKA","features":[357]},{"name":"HDN_ITEMCLICKW","features":[357]},{"name":"HDN_ITEMDBLCLICK","features":[357]},{"name":"HDN_ITEMDBLCLICKA","features":[357]},{"name":"HDN_ITEMDBLCLICKW","features":[357]},{"name":"HDN_ITEMKEYDOWN","features":[357]},{"name":"HDN_ITEMSTATEICONCLICK","features":[357]},{"name":"HDN_LAST","features":[357]},{"name":"HDN_OVERFLOWCLICK","features":[357]},{"name":"HDN_TRACK","features":[357]},{"name":"HDN_TRACKA","features":[357]},{"name":"HDN_TRACKW","features":[357]},{"name":"HDPA","features":[357]},{"name":"HDSA","features":[357]},{"name":"HDSIL_NORMAL","features":[357]},{"name":"HDSIL_STATE","features":[357]},{"name":"HDS_BUTTONS","features":[357]},{"name":"HDS_CHECKBOXES","features":[357]},{"name":"HDS_DRAGDROP","features":[357]},{"name":"HDS_FILTERBAR","features":[357]},{"name":"HDS_FLAT","features":[357]},{"name":"HDS_FULLDRAG","features":[357]},{"name":"HDS_HIDDEN","features":[357]},{"name":"HDS_HORZ","features":[357]},{"name":"HDS_HOTTRACK","features":[357]},{"name":"HDS_NOSIZING","features":[357]},{"name":"HDS_OVERFLOW","features":[357]},{"name":"HD_TEXTFILTERA","features":[357]},{"name":"HD_TEXTFILTERW","features":[357]},{"name":"HEADERAREASTATES","features":[357]},{"name":"HEADERCLOSESTATES","features":[357]},{"name":"HEADERDROPDOWNFILTERSTATES","features":[357]},{"name":"HEADERDROPDOWNSTATES","features":[357]},{"name":"HEADERITEMLEFTSTATES","features":[357]},{"name":"HEADERITEMRIGHTSTATES","features":[357]},{"name":"HEADERITEMSTATES","features":[357]},{"name":"HEADEROVERFLOWSTATES","features":[357]},{"name":"HEADERPARTS","features":[357]},{"name":"HEADERPINSTATES","features":[357]},{"name":"HEADERSORTARROWSTATES","features":[357]},{"name":"HEADERSTYLESTATES","features":[357]},{"name":"HEADER_CONTROL_FORMAT_FLAGS","features":[357]},{"name":"HEADER_CONTROL_FORMAT_STATE","features":[357]},{"name":"HEADER_CONTROL_FORMAT_TYPE","features":[357]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON","features":[357]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_LEFT","features":[357]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_MIDDLE","features":[357]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_RIGHT","features":[357]},{"name":"HEADER_HITTEST_INFO_FLAGS","features":[357]},{"name":"HELPBUTTONSTATES","features":[357]},{"name":"HELPLINKSTATES","features":[357]},{"name":"HGLPS_CLOSED","features":[357]},{"name":"HGLPS_OPENED","features":[357]},{"name":"HHT_ABOVE","features":[357]},{"name":"HHT_BELOW","features":[357]},{"name":"HHT_NOWHERE","features":[357]},{"name":"HHT_ONDIVIDER","features":[357]},{"name":"HHT_ONDIVOPEN","features":[357]},{"name":"HHT_ONDROPDOWN","features":[357]},{"name":"HHT_ONFILTER","features":[357]},{"name":"HHT_ONFILTERBUTTON","features":[357]},{"name":"HHT_ONHEADER","features":[357]},{"name":"HHT_ONITEMSTATEICON","features":[357]},{"name":"HHT_ONOVERFLOW","features":[357]},{"name":"HHT_TOLEFT","features":[357]},{"name":"HHT_TORIGHT","features":[357]},{"name":"HICF_ACCELERATOR","features":[357]},{"name":"HICF_ARROWKEYS","features":[357]},{"name":"HICF_DUPACCEL","features":[357]},{"name":"HICF_ENTERING","features":[357]},{"name":"HICF_LEAVING","features":[357]},{"name":"HICF_LMOUSE","features":[357]},{"name":"HICF_MOUSE","features":[357]},{"name":"HICF_OTHER","features":[357]},{"name":"HICF_RESELECT","features":[357]},{"name":"HICF_TOGGLEDROPDOWN","features":[357]},{"name":"HILS_HOT","features":[357]},{"name":"HILS_NORMAL","features":[357]},{"name":"HILS_PRESSED","features":[357]},{"name":"HIMAGELIST","features":[357]},{"name":"HIMAGELIST_QueryInterface","features":[357]},{"name":"HIRS_HOT","features":[357]},{"name":"HIRS_NORMAL","features":[357]},{"name":"HIRS_PRESSED","features":[357]},{"name":"HIST_ADDTOFAVORITES","features":[357]},{"name":"HIST_BACK","features":[357]},{"name":"HIST_FAVORITES","features":[357]},{"name":"HIST_FORWARD","features":[357]},{"name":"HIST_VIEWTREE","features":[357]},{"name":"HIS_HOT","features":[357]},{"name":"HIS_ICONHOT","features":[357]},{"name":"HIS_ICONNORMAL","features":[357]},{"name":"HIS_ICONPRESSED","features":[357]},{"name":"HIS_ICONSORTEDHOT","features":[357]},{"name":"HIS_ICONSORTEDNORMAL","features":[357]},{"name":"HIS_ICONSORTEDPRESSED","features":[357]},{"name":"HIS_NORMAL","features":[357]},{"name":"HIS_PRESSED","features":[357]},{"name":"HIS_SORTEDHOT","features":[357]},{"name":"HIS_SORTEDNORMAL","features":[357]},{"name":"HIS_SORTEDPRESSED","features":[357]},{"name":"HIT_TEST_BACKGROUND_OPTIONS","features":[357]},{"name":"HKCOMB_A","features":[357]},{"name":"HKCOMB_C","features":[357]},{"name":"HKCOMB_CA","features":[357]},{"name":"HKCOMB_NONE","features":[357]},{"name":"HKCOMB_S","features":[357]},{"name":"HKCOMB_SA","features":[357]},{"name":"HKCOMB_SC","features":[357]},{"name":"HKCOMB_SCA","features":[357]},{"name":"HKM_GETHOTKEY","features":[357]},{"name":"HKM_SETHOTKEY","features":[357]},{"name":"HKM_SETRULES","features":[357]},{"name":"HLS_LINKTEXT","features":[357]},{"name":"HLS_NORMALTEXT","features":[357]},{"name":"HOFS_HOT","features":[357]},{"name":"HOFS_NORMAL","features":[357]},{"name":"HORZSCROLLSTATES","features":[357]},{"name":"HORZTHUMBSTATES","features":[357]},{"name":"HOTGLYPHSTATES","features":[357]},{"name":"HOTKEYF_ALT","features":[357]},{"name":"HOTKEYF_CONTROL","features":[357]},{"name":"HOTKEYF_EXT","features":[357]},{"name":"HOTKEYF_SHIFT","features":[357]},{"name":"HOTKEY_CLASS","features":[357]},{"name":"HOTKEY_CLASSA","features":[357]},{"name":"HOTKEY_CLASSW","features":[357]},{"name":"HOVERBACKGROUNDSTATES","features":[357]},{"name":"HOVER_DEFAULT","features":[357]},{"name":"HPROPSHEETPAGE","features":[357]},{"name":"HP_HEADERDROPDOWN","features":[357]},{"name":"HP_HEADERDROPDOWNFILTER","features":[357]},{"name":"HP_HEADERITEM","features":[357]},{"name":"HP_HEADERITEMLEFT","features":[357]},{"name":"HP_HEADERITEMRIGHT","features":[357]},{"name":"HP_HEADEROVERFLOW","features":[357]},{"name":"HP_HEADERSORTARROW","features":[357]},{"name":"HSAS_SORTEDDOWN","features":[357]},{"name":"HSAS_SORTEDUP","features":[357]},{"name":"HSS_DISABLED","features":[357]},{"name":"HSS_HOT","features":[357]},{"name":"HSS_NORMAL","features":[357]},{"name":"HSS_PUSHED","features":[357]},{"name":"HSYNTHETICPOINTERDEVICE","features":[357]},{"name":"HTHEME","features":[357]},{"name":"HTREEITEM","features":[357]},{"name":"HTS_DISABLED","features":[357]},{"name":"HTS_HOT","features":[357]},{"name":"HTS_NORMAL","features":[357]},{"name":"HTS_PUSHED","features":[357]},{"name":"HTTB_BACKGROUNDSEG","features":[357]},{"name":"HTTB_CAPTION","features":[357]},{"name":"HTTB_FIXEDBORDER","features":[357]},{"name":"HTTB_RESIZINGBORDER","features":[357]},{"name":"HTTB_RESIZINGBORDER_BOTTOM","features":[357]},{"name":"HTTB_RESIZINGBORDER_LEFT","features":[357]},{"name":"HTTB_RESIZINGBORDER_RIGHT","features":[357]},{"name":"HTTB_RESIZINGBORDER_TOP","features":[357]},{"name":"HTTB_SIZINGTEMPLATE","features":[357]},{"name":"HTTB_SYSTEMSIZINGMARGINS","features":[357]},{"name":"HYPERLINKSTATES","features":[357]},{"name":"HYPERLINKTEXTSTATES","features":[357]},{"name":"HitTestThemeBackground","features":[307,318,357]},{"name":"ICC_ANIMATE_CLASS","features":[357]},{"name":"ICC_BAR_CLASSES","features":[357]},{"name":"ICC_COOL_CLASSES","features":[357]},{"name":"ICC_DATE_CLASSES","features":[357]},{"name":"ICC_HOTKEY_CLASS","features":[357]},{"name":"ICC_INTERNET_CLASSES","features":[357]},{"name":"ICC_LINK_CLASS","features":[357]},{"name":"ICC_LISTVIEW_CLASSES","features":[357]},{"name":"ICC_NATIVEFNTCTL_CLASS","features":[357]},{"name":"ICC_PAGESCROLLER_CLASS","features":[357]},{"name":"ICC_PROGRESS_CLASS","features":[357]},{"name":"ICC_STANDARD_CLASSES","features":[357]},{"name":"ICC_TAB_CLASSES","features":[357]},{"name":"ICC_TREEVIEW_CLASSES","features":[357]},{"name":"ICC_UPDOWN_CLASS","features":[357]},{"name":"ICC_USEREX_CLASSES","features":[357]},{"name":"ICC_WIN95_CLASSES","features":[357]},{"name":"ICE_ALPHA","features":[357]},{"name":"ICE_GLOW","features":[357]},{"name":"ICE_NONE","features":[357]},{"name":"ICE_PULSE","features":[357]},{"name":"ICE_SHADOW","features":[357]},{"name":"ICONEFFECT","features":[357]},{"name":"IDB_HIST_DISABLED","features":[357]},{"name":"IDB_HIST_HOT","features":[357]},{"name":"IDB_HIST_LARGE_COLOR","features":[357]},{"name":"IDB_HIST_NORMAL","features":[357]},{"name":"IDB_HIST_PRESSED","features":[357]},{"name":"IDB_HIST_SMALL_COLOR","features":[357]},{"name":"IDB_STD_LARGE_COLOR","features":[357]},{"name":"IDB_STD_SMALL_COLOR","features":[357]},{"name":"IDB_VIEW_LARGE_COLOR","features":[357]},{"name":"IDB_VIEW_SMALL_COLOR","features":[357]},{"name":"IDC_MANAGE_LINK","features":[357]},{"name":"ID_PSRESTARTWINDOWS","features":[357]},{"name":"IEBARMENUSTATES","features":[357]},{"name":"IImageList","features":[357]},{"name":"IImageList2","features":[357]},{"name":"ILCF_MOVE","features":[357]},{"name":"ILCF_SWAP","features":[357]},{"name":"ILC_COLOR","features":[357]},{"name":"ILC_COLOR16","features":[357]},{"name":"ILC_COLOR24","features":[357]},{"name":"ILC_COLOR32","features":[357]},{"name":"ILC_COLOR4","features":[357]},{"name":"ILC_COLOR8","features":[357]},{"name":"ILC_COLORDDB","features":[357]},{"name":"ILC_HIGHQUALITYSCALE","features":[357]},{"name":"ILC_MASK","features":[357]},{"name":"ILC_MIRROR","features":[357]},{"name":"ILC_ORIGINALSIZE","features":[357]},{"name":"ILC_PALETTE","features":[357]},{"name":"ILC_PERITEMMIRROR","features":[357]},{"name":"ILDI_PURGE","features":[357]},{"name":"ILDI_QUERYACCESS","features":[357]},{"name":"ILDI_RESETACCESS","features":[357]},{"name":"ILDI_STANDBY","features":[357]},{"name":"ILDRF_IMAGELOWQUALITY","features":[357]},{"name":"ILDRF_OVERLAYLOWQUALITY","features":[357]},{"name":"ILD_ASYNC","features":[357]},{"name":"ILD_BLEND","features":[357]},{"name":"ILD_BLEND25","features":[357]},{"name":"ILD_BLEND50","features":[357]},{"name":"ILD_DPISCALE","features":[357]},{"name":"ILD_FOCUS","features":[357]},{"name":"ILD_IMAGE","features":[357]},{"name":"ILD_MASK","features":[357]},{"name":"ILD_NORMAL","features":[357]},{"name":"ILD_OVERLAYMASK","features":[357]},{"name":"ILD_PRESERVEALPHA","features":[357]},{"name":"ILD_ROP","features":[357]},{"name":"ILD_SCALE","features":[357]},{"name":"ILD_SELECTED","features":[357]},{"name":"ILD_TRANSPARENT","features":[357]},{"name":"ILFIP_ALWAYS","features":[357]},{"name":"ILFIP_FROMSTANDBY","features":[357]},{"name":"ILGOS_ALWAYS","features":[357]},{"name":"ILGOS_FROMSTANDBY","features":[357]},{"name":"ILGT_ASYNC","features":[357]},{"name":"ILGT_NORMAL","features":[357]},{"name":"ILIF_ALPHA","features":[357]},{"name":"ILIF_LOWQUALITY","features":[357]},{"name":"ILP_DOWNLEVEL","features":[357]},{"name":"ILP_NORMAL","features":[357]},{"name":"ILR_DEFAULT","features":[357]},{"name":"ILR_HORIZONTAL_CENTER","features":[357]},{"name":"ILR_HORIZONTAL_LEFT","features":[357]},{"name":"ILR_HORIZONTAL_RIGHT","features":[357]},{"name":"ILR_SCALE_ASPECTRATIO","features":[357]},{"name":"ILR_SCALE_CLIP","features":[357]},{"name":"ILR_VERTICAL_BOTTOM","features":[357]},{"name":"ILR_VERTICAL_CENTER","features":[357]},{"name":"ILR_VERTICAL_TOP","features":[357]},{"name":"ILS_ALPHA","features":[357]},{"name":"ILS_GLOW","features":[357]},{"name":"ILS_NORMAL","features":[357]},{"name":"ILS_SATURATE","features":[357]},{"name":"ILS_SHADOW","features":[357]},{"name":"IL_HORIZONTAL","features":[357]},{"name":"IL_VERTICAL","features":[357]},{"name":"IMAGEINFO","features":[307,318,357]},{"name":"IMAGELAYOUT","features":[357]},{"name":"IMAGELISTDRAWPARAMS","features":[307,318,357]},{"name":"IMAGELISTSTATS","features":[357]},{"name":"IMAGELIST_CREATION_FLAGS","features":[357]},{"name":"IMAGESELECTTYPE","features":[357]},{"name":"IMAGE_LIST_COPY_FLAGS","features":[357]},{"name":"IMAGE_LIST_DRAW_STYLE","features":[357]},{"name":"IMAGE_LIST_ITEM_FLAGS","features":[357]},{"name":"IMAGE_LIST_WRITE_STREAM_FLAGS","features":[357]},{"name":"INFOTIPSIZE","features":[357]},{"name":"INITCOMMONCONTROLSEX","features":[357]},{"name":"INITCOMMONCONTROLSEX_ICC","features":[357]},{"name":"INTLIST","features":[357]},{"name":"INVALID_LINK_INDEX","features":[357]},{"name":"IPM_CLEARADDRESS","features":[357]},{"name":"IPM_GETADDRESS","features":[357]},{"name":"IPM_ISBLANK","features":[357]},{"name":"IPM_SETADDRESS","features":[357]},{"name":"IPM_SETFOCUS","features":[357]},{"name":"IPM_SETRANGE","features":[357]},{"name":"IPN_FIELDCHANGED","features":[357]},{"name":"IPN_FIRST","features":[357]},{"name":"IPN_LAST","features":[357]},{"name":"IST_DPI","features":[357]},{"name":"IST_NONE","features":[357]},{"name":"IST_SIZE","features":[357]},{"name":"ITEMSTATES","features":[357]},{"name":"I_CHILDRENAUTO","features":[357]},{"name":"I_CHILDRENCALLBACK","features":[357]},{"name":"I_GROUPIDCALLBACK","features":[357]},{"name":"I_GROUPIDNONE","features":[357]},{"name":"I_IMAGECALLBACK","features":[357]},{"name":"I_IMAGENONE","features":[357]},{"name":"I_INDENTCALLBACK","features":[357]},{"name":"I_ONE_OR_MORE","features":[357]},{"name":"I_ZERO","features":[357]},{"name":"ImageList","features":[357]},{"name":"ImageList_Add","features":[318,357]},{"name":"ImageList_AddMasked","features":[307,318,357]},{"name":"ImageList_BeginDrag","features":[307,357]},{"name":"ImageList_CoCreateInstance","features":[357]},{"name":"ImageList_Copy","features":[307,357]},{"name":"ImageList_Create","features":[357]},{"name":"ImageList_Destroy","features":[307,357]},{"name":"ImageList_DragEnter","features":[307,357]},{"name":"ImageList_DragLeave","features":[307,357]},{"name":"ImageList_DragMove","features":[307,357]},{"name":"ImageList_DragShowNolock","features":[307,357]},{"name":"ImageList_Draw","features":[307,318,357]},{"name":"ImageList_DrawEx","features":[307,318,357]},{"name":"ImageList_DrawIndirect","features":[307,318,357]},{"name":"ImageList_Duplicate","features":[357]},{"name":"ImageList_EndDrag","features":[357]},{"name":"ImageList_GetBkColor","features":[307,357]},{"name":"ImageList_GetDragImage","features":[307,357]},{"name":"ImageList_GetIcon","features":[357,371]},{"name":"ImageList_GetIconSize","features":[307,357]},{"name":"ImageList_GetImageCount","features":[357]},{"name":"ImageList_GetImageInfo","features":[307,318,357]},{"name":"ImageList_LoadImageA","features":[307,357,371]},{"name":"ImageList_LoadImageW","features":[307,357,371]},{"name":"ImageList_Merge","features":[357]},{"name":"ImageList_Read","features":[358,357]},{"name":"ImageList_ReadEx","features":[358,357]},{"name":"ImageList_Remove","features":[307,357]},{"name":"ImageList_Replace","features":[307,318,357]},{"name":"ImageList_ReplaceIcon","features":[357,371]},{"name":"ImageList_SetBkColor","features":[307,357]},{"name":"ImageList_SetDragCursorImage","features":[307,357]},{"name":"ImageList_SetIconSize","features":[307,357]},{"name":"ImageList_SetImageCount","features":[307,357]},{"name":"ImageList_SetOverlayImage","features":[307,357]},{"name":"ImageList_Write","features":[307,358,357]},{"name":"ImageList_WriteEx","features":[358,357]},{"name":"InitCommonControls","features":[357]},{"name":"InitCommonControlsEx","features":[307,357]},{"name":"InitMUILanguage","features":[357]},{"name":"InitializeFlatSB","features":[307,357]},{"name":"IsAppThemed","features":[307,357]},{"name":"IsCharLowerW","features":[307,357]},{"name":"IsCompositionActive","features":[307,357]},{"name":"IsDlgButtonChecked","features":[307,357]},{"name":"IsThemeActive","features":[307,357]},{"name":"IsThemeBackgroundPartiallyTransparent","features":[307,357]},{"name":"IsThemeDialogTextureEnabled","features":[307,357]},{"name":"IsThemePartDefined","features":[307,357]},{"name":"LABELSTATES","features":[357]},{"name":"LBCP_BORDER_HSCROLL","features":[357]},{"name":"LBCP_BORDER_HVSCROLL","features":[357]},{"name":"LBCP_BORDER_NOSCROLL","features":[357]},{"name":"LBCP_BORDER_VSCROLL","features":[357]},{"name":"LBCP_ITEM","features":[357]},{"name":"LBItemFromPt","features":[307,357]},{"name":"LBPSHV_DISABLED","features":[357]},{"name":"LBPSHV_FOCUSED","features":[357]},{"name":"LBPSHV_HOT","features":[357]},{"name":"LBPSHV_NORMAL","features":[357]},{"name":"LBPSH_DISABLED","features":[357]},{"name":"LBPSH_FOCUSED","features":[357]},{"name":"LBPSH_HOT","features":[357]},{"name":"LBPSH_NORMAL","features":[357]},{"name":"LBPSI_HOT","features":[357]},{"name":"LBPSI_HOTSELECTED","features":[357]},{"name":"LBPSI_SELECTED","features":[357]},{"name":"LBPSI_SELECTEDNOTFOCUS","features":[357]},{"name":"LBPSN_DISABLED","features":[357]},{"name":"LBPSN_FOCUSED","features":[357]},{"name":"LBPSN_HOT","features":[357]},{"name":"LBPSN_NORMAL","features":[357]},{"name":"LBPSV_DISABLED","features":[357]},{"name":"LBPSV_FOCUSED","features":[357]},{"name":"LBPSV_HOT","features":[357]},{"name":"LBPSV_NORMAL","features":[357]},{"name":"LHITTESTINFO","features":[307,357]},{"name":"LIF_ITEMID","features":[357]},{"name":"LIF_ITEMINDEX","features":[357]},{"name":"LIF_STATE","features":[357]},{"name":"LIF_URL","features":[357]},{"name":"LIM_LARGE","features":[357]},{"name":"LIM_SMALL","features":[357]},{"name":"LINKHEADERSTATES","features":[357]},{"name":"LINKPARTS","features":[357]},{"name":"LINKSTATES","features":[357]},{"name":"LISS_DISABLED","features":[357]},{"name":"LISS_HOT","features":[357]},{"name":"LISS_HOTSELECTED","features":[357]},{"name":"LISS_NORMAL","features":[357]},{"name":"LISS_SELECTED","features":[357]},{"name":"LISS_SELECTEDNOTFOCUS","features":[357]},{"name":"LISTBOXPARTS","features":[357]},{"name":"LISTITEMSTATES","features":[357]},{"name":"LISTVIEWPARTS","features":[357]},{"name":"LIST_ITEM_FLAGS","features":[357]},{"name":"LIST_ITEM_STATE_FLAGS","features":[357]},{"name":"LIST_VIEW_BACKGROUND_IMAGE_FLAGS","features":[357]},{"name":"LIST_VIEW_GROUP_ALIGN_FLAGS","features":[357]},{"name":"LIST_VIEW_GROUP_STATE_FLAGS","features":[357]},{"name":"LIST_VIEW_ITEM_COLUMN_FORMAT_FLAGS","features":[357]},{"name":"LIST_VIEW_ITEM_FLAGS","features":[357]},{"name":"LIST_VIEW_ITEM_STATE_FLAGS","features":[357]},{"name":"LIS_DEFAULTCOLORS","features":[357]},{"name":"LIS_ENABLED","features":[357]},{"name":"LIS_FOCUSED","features":[357]},{"name":"LIS_HOTTRACK","features":[357]},{"name":"LIS_VISITED","features":[357]},{"name":"LITEM","features":[357]},{"name":"LM_GETIDEALHEIGHT","features":[357]},{"name":"LM_GETIDEALSIZE","features":[357]},{"name":"LM_GETITEM","features":[357]},{"name":"LM_HITTEST","features":[357]},{"name":"LM_SETITEM","features":[357]},{"name":"LOGOFFBUTTONSSTATES","features":[357]},{"name":"LPFNADDPROPSHEETPAGES","features":[307,357]},{"name":"LPFNCCINFOA","features":[307,318,357]},{"name":"LPFNCCINFOW","features":[307,318,357]},{"name":"LPFNCCSIZETOTEXTA","features":[318,357]},{"name":"LPFNCCSIZETOTEXTW","features":[318,357]},{"name":"LPFNCCSTYLEA","features":[307,357]},{"name":"LPFNCCSTYLEW","features":[307,357]},{"name":"LPFNPSPCALLBACKA","features":[307,318,357,371]},{"name":"LPFNPSPCALLBACKW","features":[307,318,357,371]},{"name":"LPFNSVADDPROPSHEETPAGE","features":[307,357]},{"name":"LP_HYPERLINK","features":[357]},{"name":"LVA_ALIGNLEFT","features":[357]},{"name":"LVA_ALIGNTOP","features":[357]},{"name":"LVA_DEFAULT","features":[357]},{"name":"LVA_SNAPTOGRID","features":[357]},{"name":"LVBKIF_FLAG_ALPHABLEND","features":[357]},{"name":"LVBKIF_FLAG_TILEOFFSET","features":[357]},{"name":"LVBKIF_SOURCE_HBITMAP","features":[357]},{"name":"LVBKIF_SOURCE_MASK","features":[357]},{"name":"LVBKIF_SOURCE_NONE","features":[357]},{"name":"LVBKIF_SOURCE_URL","features":[357]},{"name":"LVBKIF_STYLE_MASK","features":[357]},{"name":"LVBKIF_STYLE_NORMAL","features":[357]},{"name":"LVBKIF_STYLE_TILE","features":[357]},{"name":"LVBKIF_TYPE_WATERMARK","features":[357]},{"name":"LVBKIMAGEA","features":[318,357]},{"name":"LVBKIMAGEW","features":[318,357]},{"name":"LVCB_HOVER","features":[357]},{"name":"LVCB_NORMAL","features":[357]},{"name":"LVCB_PUSHED","features":[357]},{"name":"LVCDI_GROUP","features":[357]},{"name":"LVCDI_ITEM","features":[357]},{"name":"LVCDI_ITEMSLIST","features":[357]},{"name":"LVCDRF_NOGROUPFRAME","features":[357]},{"name":"LVCDRF_NOSELECT","features":[357]},{"name":"LVCFMT_BITMAP_ON_RIGHT","features":[357]},{"name":"LVCFMT_CENTER","features":[357]},{"name":"LVCFMT_COL_HAS_IMAGES","features":[357]},{"name":"LVCFMT_FILL","features":[357]},{"name":"LVCFMT_FIXED_RATIO","features":[357]},{"name":"LVCFMT_FIXED_WIDTH","features":[357]},{"name":"LVCFMT_IMAGE","features":[357]},{"name":"LVCFMT_JUSTIFYMASK","features":[357]},{"name":"LVCFMT_LEFT","features":[357]},{"name":"LVCFMT_LINE_BREAK","features":[357]},{"name":"LVCFMT_NO_DPI_SCALE","features":[357]},{"name":"LVCFMT_NO_TITLE","features":[357]},{"name":"LVCFMT_RIGHT","features":[357]},{"name":"LVCFMT_SPLITBUTTON","features":[357]},{"name":"LVCFMT_TILE_PLACEMENTMASK","features":[357]},{"name":"LVCFMT_WRAP","features":[357]},{"name":"LVCF_DEFAULTWIDTH","features":[357]},{"name":"LVCF_FMT","features":[357]},{"name":"LVCF_IDEALWIDTH","features":[357]},{"name":"LVCF_IMAGE","features":[357]},{"name":"LVCF_MINWIDTH","features":[357]},{"name":"LVCF_ORDER","features":[357]},{"name":"LVCF_SUBITEM","features":[357]},{"name":"LVCF_TEXT","features":[357]},{"name":"LVCF_WIDTH","features":[357]},{"name":"LVCOLUMNA","features":[357]},{"name":"LVCOLUMNW","features":[357]},{"name":"LVCOLUMNW_FORMAT","features":[357]},{"name":"LVCOLUMNW_MASK","features":[357]},{"name":"LVEB_HOVER","features":[357]},{"name":"LVEB_NORMAL","features":[357]},{"name":"LVEB_PUSHED","features":[357]},{"name":"LVFF_ITEMCOUNT","features":[357]},{"name":"LVFIF_STATE","features":[357]},{"name":"LVFIF_TEXT","features":[357]},{"name":"LVFINDINFOA","features":[307,357]},{"name":"LVFINDINFOW","features":[307,357]},{"name":"LVFINDINFOW_FLAGS","features":[357]},{"name":"LVFIS_FOCUSED","features":[357]},{"name":"LVFI_NEARESTXY","features":[357]},{"name":"LVFI_PARAM","features":[357]},{"name":"LVFI_PARTIAL","features":[357]},{"name":"LVFI_STRING","features":[357]},{"name":"LVFI_SUBSTRING","features":[357]},{"name":"LVFI_WRAP","features":[357]},{"name":"LVFOOTERINFO","features":[357]},{"name":"LVFOOTERITEM","features":[357]},{"name":"LVFOOTERITEM_MASK","features":[357]},{"name":"LVGA_FOOTER_CENTER","features":[357]},{"name":"LVGA_FOOTER_LEFT","features":[357]},{"name":"LVGA_FOOTER_RIGHT","features":[357]},{"name":"LVGA_HEADER_CENTER","features":[357]},{"name":"LVGA_HEADER_LEFT","features":[357]},{"name":"LVGA_HEADER_RIGHT","features":[357]},{"name":"LVGF_ALIGN","features":[357]},{"name":"LVGF_DESCRIPTIONBOTTOM","features":[357]},{"name":"LVGF_DESCRIPTIONTOP","features":[357]},{"name":"LVGF_EXTENDEDIMAGE","features":[357]},{"name":"LVGF_FOOTER","features":[357]},{"name":"LVGF_GROUPID","features":[357]},{"name":"LVGF_HEADER","features":[357]},{"name":"LVGF_ITEMS","features":[357]},{"name":"LVGF_NONE","features":[357]},{"name":"LVGF_STATE","features":[357]},{"name":"LVGF_SUBSET","features":[357]},{"name":"LVGF_SUBSETITEMS","features":[357]},{"name":"LVGF_SUBTITLE","features":[357]},{"name":"LVGF_TASK","features":[357]},{"name":"LVGF_TITLEIMAGE","features":[357]},{"name":"LVGGR_GROUP","features":[357]},{"name":"LVGGR_HEADER","features":[357]},{"name":"LVGGR_LABEL","features":[357]},{"name":"LVGGR_SUBSETLINK","features":[357]},{"name":"LVGHL_CLOSE","features":[357]},{"name":"LVGHL_CLOSEHOT","features":[357]},{"name":"LVGHL_CLOSEMIXEDSELECTION","features":[357]},{"name":"LVGHL_CLOSEMIXEDSELECTIONHOT","features":[357]},{"name":"LVGHL_CLOSESELECTED","features":[357]},{"name":"LVGHL_CLOSESELECTEDHOT","features":[357]},{"name":"LVGHL_CLOSESELECTEDNOTFOCUSED","features":[357]},{"name":"LVGHL_CLOSESELECTEDNOTFOCUSEDHOT","features":[357]},{"name":"LVGHL_OPEN","features":[357]},{"name":"LVGHL_OPENHOT","features":[357]},{"name":"LVGHL_OPENMIXEDSELECTION","features":[357]},{"name":"LVGHL_OPENMIXEDSELECTIONHOT","features":[357]},{"name":"LVGHL_OPENSELECTED","features":[357]},{"name":"LVGHL_OPENSELECTEDHOT","features":[357]},{"name":"LVGHL_OPENSELECTEDNOTFOCUSED","features":[357]},{"name":"LVGHL_OPENSELECTEDNOTFOCUSEDHOT","features":[357]},{"name":"LVGH_CLOSE","features":[357]},{"name":"LVGH_CLOSEHOT","features":[357]},{"name":"LVGH_CLOSEMIXEDSELECTION","features":[357]},{"name":"LVGH_CLOSEMIXEDSELECTIONHOT","features":[357]},{"name":"LVGH_CLOSESELECTED","features":[357]},{"name":"LVGH_CLOSESELECTEDHOT","features":[357]},{"name":"LVGH_CLOSESELECTEDNOTFOCUSED","features":[357]},{"name":"LVGH_CLOSESELECTEDNOTFOCUSEDHOT","features":[357]},{"name":"LVGH_OPEN","features":[357]},{"name":"LVGH_OPENHOT","features":[357]},{"name":"LVGH_OPENMIXEDSELECTION","features":[357]},{"name":"LVGH_OPENMIXEDSELECTIONHOT","features":[357]},{"name":"LVGH_OPENSELECTED","features":[357]},{"name":"LVGH_OPENSELECTEDHOT","features":[357]},{"name":"LVGH_OPENSELECTEDNOTFOCUSED","features":[357]},{"name":"LVGH_OPENSELECTEDNOTFOCUSEDHOT","features":[357]},{"name":"LVGIT_UNFOLDED","features":[357]},{"name":"LVGIT_ZERO","features":[357]},{"name":"LVGMF_BORDERCOLOR","features":[357]},{"name":"LVGMF_BORDERSIZE","features":[357]},{"name":"LVGMF_NONE","features":[357]},{"name":"LVGMF_TEXTCOLOR","features":[357]},{"name":"LVGROUP","features":[357]},{"name":"LVGROUPMETRICS","features":[307,357]},{"name":"LVGROUP_MASK","features":[357]},{"name":"LVGS_COLLAPSED","features":[357]},{"name":"LVGS_COLLAPSIBLE","features":[357]},{"name":"LVGS_FOCUSED","features":[357]},{"name":"LVGS_HIDDEN","features":[357]},{"name":"LVGS_NOHEADER","features":[357]},{"name":"LVGS_NORMAL","features":[357]},{"name":"LVGS_SELECTED","features":[357]},{"name":"LVGS_SUBSETED","features":[357]},{"name":"LVGS_SUBSETLINKFOCUSED","features":[357]},{"name":"LVHITTESTINFO","features":[307,357]},{"name":"LVHITTESTINFO_FLAGS","features":[357]},{"name":"LVHT_ABOVE","features":[357]},{"name":"LVHT_BELOW","features":[357]},{"name":"LVHT_EX_FOOTER","features":[357]},{"name":"LVHT_EX_GROUP","features":[357]},{"name":"LVHT_EX_GROUP_BACKGROUND","features":[357]},{"name":"LVHT_EX_GROUP_COLLAPSE","features":[357]},{"name":"LVHT_EX_GROUP_FOOTER","features":[357]},{"name":"LVHT_EX_GROUP_HEADER","features":[357]},{"name":"LVHT_EX_GROUP_STATEICON","features":[357]},{"name":"LVHT_EX_GROUP_SUBSETLINK","features":[357]},{"name":"LVHT_EX_ONCONTENTS","features":[357]},{"name":"LVHT_NOWHERE","features":[357]},{"name":"LVHT_ONITEMICON","features":[357]},{"name":"LVHT_ONITEMLABEL","features":[357]},{"name":"LVHT_ONITEMSTATEICON","features":[357]},{"name":"LVHT_TOLEFT","features":[357]},{"name":"LVHT_TORIGHT","features":[357]},{"name":"LVIF_COLFMT","features":[357]},{"name":"LVIF_COLUMNS","features":[357]},{"name":"LVIF_DI_SETITEM","features":[357]},{"name":"LVIF_GROUPID","features":[357]},{"name":"LVIF_IMAGE","features":[357]},{"name":"LVIF_INDENT","features":[357]},{"name":"LVIF_NORECOMPUTE","features":[357]},{"name":"LVIF_PARAM","features":[357]},{"name":"LVIF_STATE","features":[357]},{"name":"LVIF_TEXT","features":[357]},{"name":"LVIM_AFTER","features":[357]},{"name":"LVINSERTGROUPSORTED","features":[357]},{"name":"LVINSERTMARK","features":[357]},{"name":"LVIR_BOUNDS","features":[357]},{"name":"LVIR_ICON","features":[357]},{"name":"LVIR_LABEL","features":[357]},{"name":"LVIR_SELECTBOUNDS","features":[357]},{"name":"LVIS_ACTIVATING","features":[357]},{"name":"LVIS_CUT","features":[357]},{"name":"LVIS_DROPHILITED","features":[357]},{"name":"LVIS_FOCUSED","features":[357]},{"name":"LVIS_GLOW","features":[357]},{"name":"LVIS_OVERLAYMASK","features":[357]},{"name":"LVIS_SELECTED","features":[357]},{"name":"LVIS_STATEIMAGEMASK","features":[357]},{"name":"LVITEMA","features":[307,357]},{"name":"LVITEMA_GROUP_ID","features":[357]},{"name":"LVITEMINDEX","features":[357]},{"name":"LVITEMW","features":[307,357]},{"name":"LVKF_ALT","features":[357]},{"name":"LVKF_CONTROL","features":[357]},{"name":"LVKF_SHIFT","features":[357]},{"name":"LVM_APPROXIMATEVIEWRECT","features":[357]},{"name":"LVM_ARRANGE","features":[357]},{"name":"LVM_CANCELEDITLABEL","features":[357]},{"name":"LVM_CREATEDRAGIMAGE","features":[357]},{"name":"LVM_DELETEALLITEMS","features":[357]},{"name":"LVM_DELETECOLUMN","features":[357]},{"name":"LVM_DELETEITEM","features":[357]},{"name":"LVM_EDITLABEL","features":[357]},{"name":"LVM_EDITLABELA","features":[357]},{"name":"LVM_EDITLABELW","features":[357]},{"name":"LVM_ENABLEGROUPVIEW","features":[357]},{"name":"LVM_ENSUREVISIBLE","features":[357]},{"name":"LVM_FINDITEM","features":[357]},{"name":"LVM_FINDITEMA","features":[357]},{"name":"LVM_FINDITEMW","features":[357]},{"name":"LVM_FIRST","features":[357]},{"name":"LVM_GETBKCOLOR","features":[357]},{"name":"LVM_GETBKIMAGE","features":[357]},{"name":"LVM_GETBKIMAGEA","features":[357]},{"name":"LVM_GETBKIMAGEW","features":[357]},{"name":"LVM_GETCALLBACKMASK","features":[357]},{"name":"LVM_GETCOLUMN","features":[357]},{"name":"LVM_GETCOLUMNA","features":[357]},{"name":"LVM_GETCOLUMNORDERARRAY","features":[357]},{"name":"LVM_GETCOLUMNW","features":[357]},{"name":"LVM_GETCOLUMNWIDTH","features":[357]},{"name":"LVM_GETCOUNTPERPAGE","features":[357]},{"name":"LVM_GETEDITCONTROL","features":[357]},{"name":"LVM_GETEMPTYTEXT","features":[357]},{"name":"LVM_GETEXTENDEDLISTVIEWSTYLE","features":[357]},{"name":"LVM_GETFOCUSEDGROUP","features":[357]},{"name":"LVM_GETFOOTERINFO","features":[357]},{"name":"LVM_GETFOOTERITEM","features":[357]},{"name":"LVM_GETFOOTERITEMRECT","features":[357]},{"name":"LVM_GETFOOTERRECT","features":[357]},{"name":"LVM_GETGROUPCOUNT","features":[357]},{"name":"LVM_GETGROUPINFO","features":[357]},{"name":"LVM_GETGROUPINFOBYINDEX","features":[357]},{"name":"LVM_GETGROUPMETRICS","features":[357]},{"name":"LVM_GETGROUPRECT","features":[357]},{"name":"LVM_GETGROUPSTATE","features":[357]},{"name":"LVM_GETHEADER","features":[357]},{"name":"LVM_GETHOTCURSOR","features":[357]},{"name":"LVM_GETHOTITEM","features":[357]},{"name":"LVM_GETHOVERTIME","features":[357]},{"name":"LVM_GETIMAGELIST","features":[357]},{"name":"LVM_GETINSERTMARK","features":[357]},{"name":"LVM_GETINSERTMARKCOLOR","features":[357]},{"name":"LVM_GETINSERTMARKRECT","features":[357]},{"name":"LVM_GETISEARCHSTRING","features":[357]},{"name":"LVM_GETISEARCHSTRINGA","features":[357]},{"name":"LVM_GETISEARCHSTRINGW","features":[357]},{"name":"LVM_GETITEM","features":[357]},{"name":"LVM_GETITEMA","features":[357]},{"name":"LVM_GETITEMCOUNT","features":[357]},{"name":"LVM_GETITEMINDEXRECT","features":[357]},{"name":"LVM_GETITEMPOSITION","features":[357]},{"name":"LVM_GETITEMRECT","features":[357]},{"name":"LVM_GETITEMSPACING","features":[357]},{"name":"LVM_GETITEMSTATE","features":[357]},{"name":"LVM_GETITEMTEXT","features":[357]},{"name":"LVM_GETITEMTEXTA","features":[357]},{"name":"LVM_GETITEMTEXTW","features":[357]},{"name":"LVM_GETITEMW","features":[357]},{"name":"LVM_GETNEXTITEM","features":[357]},{"name":"LVM_GETNEXTITEMINDEX","features":[357]},{"name":"LVM_GETNUMBEROFWORKAREAS","features":[357]},{"name":"LVM_GETORIGIN","features":[357]},{"name":"LVM_GETOUTLINECOLOR","features":[357]},{"name":"LVM_GETSELECTEDCOLUMN","features":[357]},{"name":"LVM_GETSELECTEDCOUNT","features":[357]},{"name":"LVM_GETSELECTIONMARK","features":[357]},{"name":"LVM_GETSTRINGWIDTH","features":[357]},{"name":"LVM_GETSTRINGWIDTHA","features":[357]},{"name":"LVM_GETSTRINGWIDTHW","features":[357]},{"name":"LVM_GETSUBITEMRECT","features":[357]},{"name":"LVM_GETTEXTBKCOLOR","features":[357]},{"name":"LVM_GETTEXTCOLOR","features":[357]},{"name":"LVM_GETTILEINFO","features":[357]},{"name":"LVM_GETTILEVIEWINFO","features":[357]},{"name":"LVM_GETTOOLTIPS","features":[357]},{"name":"LVM_GETTOPINDEX","features":[357]},{"name":"LVM_GETUNICODEFORMAT","features":[357]},{"name":"LVM_GETVIEW","features":[357]},{"name":"LVM_GETVIEWRECT","features":[357]},{"name":"LVM_GETWORKAREAS","features":[357]},{"name":"LVM_HASGROUP","features":[357]},{"name":"LVM_HITTEST","features":[357]},{"name":"LVM_INSERTCOLUMN","features":[357]},{"name":"LVM_INSERTCOLUMNA","features":[357]},{"name":"LVM_INSERTCOLUMNW","features":[357]},{"name":"LVM_INSERTGROUP","features":[357]},{"name":"LVM_INSERTGROUPSORTED","features":[357]},{"name":"LVM_INSERTITEM","features":[357]},{"name":"LVM_INSERTITEMA","features":[357]},{"name":"LVM_INSERTITEMW","features":[357]},{"name":"LVM_INSERTMARKHITTEST","features":[357]},{"name":"LVM_ISGROUPVIEWENABLED","features":[357]},{"name":"LVM_ISITEMVISIBLE","features":[357]},{"name":"LVM_MAPIDTOINDEX","features":[357]},{"name":"LVM_MAPINDEXTOID","features":[357]},{"name":"LVM_MOVEGROUP","features":[357]},{"name":"LVM_MOVEITEMTOGROUP","features":[357]},{"name":"LVM_REDRAWITEMS","features":[357]},{"name":"LVM_REMOVEALLGROUPS","features":[357]},{"name":"LVM_REMOVEGROUP","features":[357]},{"name":"LVM_SCROLL","features":[357]},{"name":"LVM_SETBKCOLOR","features":[357]},{"name":"LVM_SETBKIMAGE","features":[357]},{"name":"LVM_SETBKIMAGEA","features":[357]},{"name":"LVM_SETBKIMAGEW","features":[357]},{"name":"LVM_SETCALLBACKMASK","features":[357]},{"name":"LVM_SETCOLUMN","features":[357]},{"name":"LVM_SETCOLUMNA","features":[357]},{"name":"LVM_SETCOLUMNORDERARRAY","features":[357]},{"name":"LVM_SETCOLUMNW","features":[357]},{"name":"LVM_SETCOLUMNWIDTH","features":[357]},{"name":"LVM_SETEXTENDEDLISTVIEWSTYLE","features":[357]},{"name":"LVM_SETGROUPINFO","features":[357]},{"name":"LVM_SETGROUPMETRICS","features":[357]},{"name":"LVM_SETHOTCURSOR","features":[357]},{"name":"LVM_SETHOTITEM","features":[357]},{"name":"LVM_SETHOVERTIME","features":[357]},{"name":"LVM_SETICONSPACING","features":[357]},{"name":"LVM_SETIMAGELIST","features":[357]},{"name":"LVM_SETINFOTIP","features":[357]},{"name":"LVM_SETINSERTMARK","features":[357]},{"name":"LVM_SETINSERTMARKCOLOR","features":[357]},{"name":"LVM_SETITEM","features":[357]},{"name":"LVM_SETITEMA","features":[357]},{"name":"LVM_SETITEMCOUNT","features":[357]},{"name":"LVM_SETITEMINDEXSTATE","features":[357]},{"name":"LVM_SETITEMPOSITION","features":[357]},{"name":"LVM_SETITEMPOSITION32","features":[357]},{"name":"LVM_SETITEMSTATE","features":[357]},{"name":"LVM_SETITEMTEXT","features":[357]},{"name":"LVM_SETITEMTEXTA","features":[357]},{"name":"LVM_SETITEMTEXTW","features":[357]},{"name":"LVM_SETITEMW","features":[357]},{"name":"LVM_SETOUTLINECOLOR","features":[357]},{"name":"LVM_SETSELECTEDCOLUMN","features":[357]},{"name":"LVM_SETSELECTIONMARK","features":[357]},{"name":"LVM_SETTEXTBKCOLOR","features":[357]},{"name":"LVM_SETTEXTCOLOR","features":[357]},{"name":"LVM_SETTILEINFO","features":[357]},{"name":"LVM_SETTILEVIEWINFO","features":[357]},{"name":"LVM_SETTOOLTIPS","features":[357]},{"name":"LVM_SETUNICODEFORMAT","features":[357]},{"name":"LVM_SETVIEW","features":[357]},{"name":"LVM_SETWORKAREAS","features":[357]},{"name":"LVM_SORTGROUPS","features":[357]},{"name":"LVM_SORTITEMS","features":[357]},{"name":"LVM_SORTITEMSEX","features":[357]},{"name":"LVM_SUBITEMHITTEST","features":[357]},{"name":"LVM_UPDATE","features":[357]},{"name":"LVNI_ABOVE","features":[357]},{"name":"LVNI_ALL","features":[357]},{"name":"LVNI_BELOW","features":[357]},{"name":"LVNI_CUT","features":[357]},{"name":"LVNI_DROPHILITED","features":[357]},{"name":"LVNI_FOCUSED","features":[357]},{"name":"LVNI_PREVIOUS","features":[357]},{"name":"LVNI_SAMEGROUPONLY","features":[357]},{"name":"LVNI_SELECTED","features":[357]},{"name":"LVNI_TOLEFT","features":[357]},{"name":"LVNI_TORIGHT","features":[357]},{"name":"LVNI_VISIBLEONLY","features":[357]},{"name":"LVNI_VISIBLEORDER","features":[357]},{"name":"LVNSCH_DEFAULT","features":[357]},{"name":"LVNSCH_ERROR","features":[357]},{"name":"LVNSCH_IGNORE","features":[357]},{"name":"LVN_BEGINDRAG","features":[357]},{"name":"LVN_BEGINLABELEDIT","features":[357]},{"name":"LVN_BEGINLABELEDITA","features":[357]},{"name":"LVN_BEGINLABELEDITW","features":[357]},{"name":"LVN_BEGINRDRAG","features":[357]},{"name":"LVN_BEGINSCROLL","features":[357]},{"name":"LVN_COLUMNCLICK","features":[357]},{"name":"LVN_COLUMNDROPDOWN","features":[357]},{"name":"LVN_COLUMNOVERFLOWCLICK","features":[357]},{"name":"LVN_DELETEALLITEMS","features":[357]},{"name":"LVN_DELETEITEM","features":[357]},{"name":"LVN_ENDLABELEDIT","features":[357]},{"name":"LVN_ENDLABELEDITA","features":[357]},{"name":"LVN_ENDLABELEDITW","features":[357]},{"name":"LVN_ENDSCROLL","features":[357]},{"name":"LVN_FIRST","features":[357]},{"name":"LVN_GETDISPINFO","features":[357]},{"name":"LVN_GETDISPINFOA","features":[357]},{"name":"LVN_GETDISPINFOW","features":[357]},{"name":"LVN_GETEMPTYMARKUP","features":[357]},{"name":"LVN_GETINFOTIP","features":[357]},{"name":"LVN_GETINFOTIPA","features":[357]},{"name":"LVN_GETINFOTIPW","features":[357]},{"name":"LVN_HOTTRACK","features":[357]},{"name":"LVN_INCREMENTALSEARCH","features":[357]},{"name":"LVN_INCREMENTALSEARCHA","features":[357]},{"name":"LVN_INCREMENTALSEARCHW","features":[357]},{"name":"LVN_INSERTITEM","features":[357]},{"name":"LVN_ITEMACTIVATE","features":[357]},{"name":"LVN_ITEMCHANGED","features":[357]},{"name":"LVN_ITEMCHANGING","features":[357]},{"name":"LVN_KEYDOWN","features":[357]},{"name":"LVN_LAST","features":[357]},{"name":"LVN_LINKCLICK","features":[357]},{"name":"LVN_MARQUEEBEGIN","features":[357]},{"name":"LVN_ODCACHEHINT","features":[357]},{"name":"LVN_ODFINDITEM","features":[357]},{"name":"LVN_ODFINDITEMA","features":[357]},{"name":"LVN_ODFINDITEMW","features":[357]},{"name":"LVN_ODSTATECHANGED","features":[357]},{"name":"LVN_SETDISPINFO","features":[357]},{"name":"LVN_SETDISPINFOA","features":[357]},{"name":"LVN_SETDISPINFOW","features":[357]},{"name":"LVP_COLLAPSEBUTTON","features":[357]},{"name":"LVP_COLUMNDETAIL","features":[357]},{"name":"LVP_EMPTYTEXT","features":[357]},{"name":"LVP_EXPANDBUTTON","features":[357]},{"name":"LVP_GROUPHEADER","features":[357]},{"name":"LVP_GROUPHEADERLINE","features":[357]},{"name":"LVP_LISTDETAIL","features":[357]},{"name":"LVP_LISTGROUP","features":[357]},{"name":"LVP_LISTITEM","features":[357]},{"name":"LVP_LISTSORTEDDETAIL","features":[357]},{"name":"LVSCW_AUTOSIZE","features":[357]},{"name":"LVSCW_AUTOSIZE_USEHEADER","features":[357]},{"name":"LVSETINFOTIP","features":[357]},{"name":"LVSICF_NOINVALIDATEALL","features":[357]},{"name":"LVSICF_NOSCROLL","features":[357]},{"name":"LVSIL_GROUPHEADER","features":[357]},{"name":"LVSIL_NORMAL","features":[357]},{"name":"LVSIL_SMALL","features":[357]},{"name":"LVSIL_STATE","features":[357]},{"name":"LVS_ALIGNLEFT","features":[357]},{"name":"LVS_ALIGNMASK","features":[357]},{"name":"LVS_ALIGNTOP","features":[357]},{"name":"LVS_AUTOARRANGE","features":[357]},{"name":"LVS_EDITLABELS","features":[357]},{"name":"LVS_EX_AUTOAUTOARRANGE","features":[357]},{"name":"LVS_EX_AUTOCHECKSELECT","features":[357]},{"name":"LVS_EX_AUTOSIZECOLUMNS","features":[357]},{"name":"LVS_EX_BORDERSELECT","features":[357]},{"name":"LVS_EX_CHECKBOXES","features":[357]},{"name":"LVS_EX_COLUMNOVERFLOW","features":[357]},{"name":"LVS_EX_COLUMNSNAPPOINTS","features":[357]},{"name":"LVS_EX_DOUBLEBUFFER","features":[357]},{"name":"LVS_EX_FLATSB","features":[357]},{"name":"LVS_EX_FULLROWSELECT","features":[357]},{"name":"LVS_EX_GRIDLINES","features":[357]},{"name":"LVS_EX_HEADERDRAGDROP","features":[357]},{"name":"LVS_EX_HEADERINALLVIEWS","features":[357]},{"name":"LVS_EX_HIDELABELS","features":[357]},{"name":"LVS_EX_INFOTIP","features":[357]},{"name":"LVS_EX_JUSTIFYCOLUMNS","features":[357]},{"name":"LVS_EX_LABELTIP","features":[357]},{"name":"LVS_EX_MULTIWORKAREAS","features":[357]},{"name":"LVS_EX_ONECLICKACTIVATE","features":[357]},{"name":"LVS_EX_REGIONAL","features":[357]},{"name":"LVS_EX_SIMPLESELECT","features":[357]},{"name":"LVS_EX_SINGLEROW","features":[357]},{"name":"LVS_EX_SNAPTOGRID","features":[357]},{"name":"LVS_EX_SUBITEMIMAGES","features":[357]},{"name":"LVS_EX_TRACKSELECT","features":[357]},{"name":"LVS_EX_TRANSPARENTBKGND","features":[357]},{"name":"LVS_EX_TRANSPARENTSHADOWTEXT","features":[357]},{"name":"LVS_EX_TWOCLICKACTIVATE","features":[357]},{"name":"LVS_EX_UNDERLINECOLD","features":[357]},{"name":"LVS_EX_UNDERLINEHOT","features":[357]},{"name":"LVS_ICON","features":[357]},{"name":"LVS_LIST","features":[357]},{"name":"LVS_NOCOLUMNHEADER","features":[357]},{"name":"LVS_NOLABELWRAP","features":[357]},{"name":"LVS_NOSCROLL","features":[357]},{"name":"LVS_NOSORTHEADER","features":[357]},{"name":"LVS_OWNERDATA","features":[357]},{"name":"LVS_OWNERDRAWFIXED","features":[357]},{"name":"LVS_REPORT","features":[357]},{"name":"LVS_SHAREIMAGELISTS","features":[357]},{"name":"LVS_SHOWSELALWAYS","features":[357]},{"name":"LVS_SINGLESEL","features":[357]},{"name":"LVS_SMALLICON","features":[357]},{"name":"LVS_SORTASCENDING","features":[357]},{"name":"LVS_SORTDESCENDING","features":[357]},{"name":"LVS_TYPEMASK","features":[357]},{"name":"LVS_TYPESTYLEMASK","features":[357]},{"name":"LVTILEINFO","features":[357]},{"name":"LVTILEVIEWINFO","features":[307,357]},{"name":"LVTILEVIEWINFO_FLAGS","features":[357]},{"name":"LVTILEVIEWINFO_MASK","features":[357]},{"name":"LVTVIF_AUTOSIZE","features":[357]},{"name":"LVTVIF_EXTENDED","features":[357]},{"name":"LVTVIF_FIXEDHEIGHT","features":[357]},{"name":"LVTVIF_FIXEDSIZE","features":[357]},{"name":"LVTVIF_FIXEDWIDTH","features":[357]},{"name":"LVTVIM_COLUMNS","features":[357]},{"name":"LVTVIM_LABELMARGIN","features":[357]},{"name":"LVTVIM_TILESIZE","features":[357]},{"name":"LV_MAX_WORKAREAS","features":[357]},{"name":"LV_VIEW_DETAILS","features":[357]},{"name":"LV_VIEW_ICON","features":[357]},{"name":"LV_VIEW_LIST","features":[357]},{"name":"LV_VIEW_MAX","features":[357]},{"name":"LV_VIEW_SMALLICON","features":[357]},{"name":"LV_VIEW_TILE","features":[357]},{"name":"LWS_IGNORERETURN","features":[357]},{"name":"LWS_NOPREFIX","features":[357]},{"name":"LWS_RIGHT","features":[357]},{"name":"LWS_TRANSPARENT","features":[357]},{"name":"LWS_USECUSTOMTEXT","features":[357]},{"name":"LWS_USEVISUALSTYLE","features":[357]},{"name":"LoadIconMetric","features":[307,357,371]},{"name":"LoadIconWithScaleDown","features":[307,357,371]},{"name":"MARGINS","features":[357]},{"name":"MARKUPTEXTSTATES","features":[357]},{"name":"MAXBS_DISABLED","features":[357]},{"name":"MAXBS_HOT","features":[357]},{"name":"MAXBS_NORMAL","features":[357]},{"name":"MAXBS_PUSHED","features":[357]},{"name":"MAXBUTTONSTATES","features":[357]},{"name":"MAXCAPTIONSTATES","features":[357]},{"name":"MAXPROPPAGES","features":[357]},{"name":"MAX_INTLIST_COUNT","features":[357]},{"name":"MAX_LINKID_TEXT","features":[357]},{"name":"MAX_THEMECOLOR","features":[357]},{"name":"MAX_THEMESIZE","features":[357]},{"name":"MBI_DISABLED","features":[357]},{"name":"MBI_DISABLEDHOT","features":[357]},{"name":"MBI_DISABLEDPUSHED","features":[357]},{"name":"MBI_HOT","features":[357]},{"name":"MBI_NORMAL","features":[357]},{"name":"MBI_PUSHED","features":[357]},{"name":"MB_ACTIVE","features":[357]},{"name":"MB_INACTIVE","features":[357]},{"name":"MCB_BITMAP","features":[357]},{"name":"MCB_DISABLED","features":[357]},{"name":"MCB_NORMAL","features":[357]},{"name":"MCGCB_HOT","features":[357]},{"name":"MCGCB_SELECTED","features":[357]},{"name":"MCGCB_SELECTEDHOT","features":[357]},{"name":"MCGCB_SELECTEDNOTFOCUSED","features":[357]},{"name":"MCGCB_TODAY","features":[357]},{"name":"MCGCB_TODAYSELECTED","features":[357]},{"name":"MCGCU_HASSTATE","features":[357]},{"name":"MCGCU_HASSTATEHOT","features":[357]},{"name":"MCGCU_HOT","features":[357]},{"name":"MCGCU_SELECTED","features":[357]},{"name":"MCGCU_SELECTEDHOT","features":[357]},{"name":"MCGC_HASSTATE","features":[357]},{"name":"MCGC_HASSTATEHOT","features":[357]},{"name":"MCGC_HOT","features":[357]},{"name":"MCGC_SELECTED","features":[357]},{"name":"MCGC_SELECTEDHOT","features":[357]},{"name":"MCGC_TODAY","features":[357]},{"name":"MCGC_TODAYSELECTED","features":[357]},{"name":"MCGIF_DATE","features":[357]},{"name":"MCGIF_NAME","features":[357]},{"name":"MCGIF_RECT","features":[357]},{"name":"MCGIP_CALENDAR","features":[357]},{"name":"MCGIP_CALENDARBODY","features":[357]},{"name":"MCGIP_CALENDARCELL","features":[357]},{"name":"MCGIP_CALENDARCONTROL","features":[357]},{"name":"MCGIP_CALENDARHEADER","features":[357]},{"name":"MCGIP_CALENDARROW","features":[357]},{"name":"MCGIP_FOOTER","features":[357]},{"name":"MCGIP_NEXT","features":[357]},{"name":"MCGIP_PREV","features":[357]},{"name":"MCGRIDINFO","features":[307,357]},{"name":"MCGRIDINFO_FLAGS","features":[357]},{"name":"MCGRIDINFO_PART","features":[357]},{"name":"MCHITTESTINFO","features":[307,357]},{"name":"MCHITTESTINFO_HIT_FLAGS","features":[357]},{"name":"MCHT_CALENDAR","features":[357]},{"name":"MCHT_CALENDARBK","features":[357]},{"name":"MCHT_CALENDARCONTROL","features":[357]},{"name":"MCHT_CALENDARDATE","features":[357]},{"name":"MCHT_CALENDARDATEMAX","features":[357]},{"name":"MCHT_CALENDARDATEMIN","features":[357]},{"name":"MCHT_CALENDARDATENEXT","features":[357]},{"name":"MCHT_CALENDARDATEPREV","features":[357]},{"name":"MCHT_CALENDARDAY","features":[357]},{"name":"MCHT_CALENDARWEEKNUM","features":[357]},{"name":"MCHT_NEXT","features":[357]},{"name":"MCHT_NOWHERE","features":[357]},{"name":"MCHT_PREV","features":[357]},{"name":"MCHT_TITLE","features":[357]},{"name":"MCHT_TITLEBK","features":[357]},{"name":"MCHT_TITLEBTNNEXT","features":[357]},{"name":"MCHT_TITLEBTNPREV","features":[357]},{"name":"MCHT_TITLEMONTH","features":[357]},{"name":"MCHT_TITLEYEAR","features":[357]},{"name":"MCHT_TODAYLINK","features":[357]},{"name":"MCMV_CENTURY","features":[357]},{"name":"MCMV_DECADE","features":[357]},{"name":"MCMV_MAX","features":[357]},{"name":"MCMV_MONTH","features":[357]},{"name":"MCMV_YEAR","features":[357]},{"name":"MCM_FIRST","features":[357]},{"name":"MCM_GETCALENDARBORDER","features":[357]},{"name":"MCM_GETCALENDARCOUNT","features":[357]},{"name":"MCM_GETCALENDARGRIDINFO","features":[357]},{"name":"MCM_GETCALID","features":[357]},{"name":"MCM_GETCOLOR","features":[357]},{"name":"MCM_GETCURRENTVIEW","features":[357]},{"name":"MCM_GETCURSEL","features":[357]},{"name":"MCM_GETFIRSTDAYOFWEEK","features":[357]},{"name":"MCM_GETMAXSELCOUNT","features":[357]},{"name":"MCM_GETMAXTODAYWIDTH","features":[357]},{"name":"MCM_GETMINREQRECT","features":[357]},{"name":"MCM_GETMONTHDELTA","features":[357]},{"name":"MCM_GETMONTHRANGE","features":[357]},{"name":"MCM_GETRANGE","features":[357]},{"name":"MCM_GETSELRANGE","features":[357]},{"name":"MCM_GETTODAY","features":[357]},{"name":"MCM_GETUNICODEFORMAT","features":[357]},{"name":"MCM_HITTEST","features":[357]},{"name":"MCM_SETCALENDARBORDER","features":[357]},{"name":"MCM_SETCALID","features":[357]},{"name":"MCM_SETCOLOR","features":[357]},{"name":"MCM_SETCURRENTVIEW","features":[357]},{"name":"MCM_SETCURSEL","features":[357]},{"name":"MCM_SETDAYSTATE","features":[357]},{"name":"MCM_SETFIRSTDAYOFWEEK","features":[357]},{"name":"MCM_SETMAXSELCOUNT","features":[357]},{"name":"MCM_SETMONTHDELTA","features":[357]},{"name":"MCM_SETRANGE","features":[357]},{"name":"MCM_SETSELRANGE","features":[357]},{"name":"MCM_SETTODAY","features":[357]},{"name":"MCM_SETUNICODEFORMAT","features":[357]},{"name":"MCM_SIZERECTTOMIN","features":[357]},{"name":"MCNN_DISABLED","features":[357]},{"name":"MCNN_HOT","features":[357]},{"name":"MCNN_NORMAL","features":[357]},{"name":"MCNN_PRESSED","features":[357]},{"name":"MCNP_DISABLED","features":[357]},{"name":"MCNP_HOT","features":[357]},{"name":"MCNP_NORMAL","features":[357]},{"name":"MCNP_PRESSED","features":[357]},{"name":"MCN_FIRST","features":[357]},{"name":"MCN_GETDAYSTATE","features":[357]},{"name":"MCN_LAST","features":[357]},{"name":"MCN_SELCHANGE","features":[357]},{"name":"MCN_SELECT","features":[357]},{"name":"MCN_VIEWCHANGE","features":[357]},{"name":"MCSC_BACKGROUND","features":[357]},{"name":"MCSC_MONTHBK","features":[357]},{"name":"MCSC_TEXT","features":[357]},{"name":"MCSC_TITLEBK","features":[357]},{"name":"MCSC_TITLETEXT","features":[357]},{"name":"MCSC_TRAILINGTEXT","features":[357]},{"name":"MCS_DAYSTATE","features":[357]},{"name":"MCS_MULTISELECT","features":[357]},{"name":"MCS_NOSELCHANGEONNAV","features":[357]},{"name":"MCS_NOTODAY","features":[357]},{"name":"MCS_NOTODAYCIRCLE","features":[357]},{"name":"MCS_NOTRAILINGDATES","features":[357]},{"name":"MCS_SHORTDAYSOFWEEK","features":[357]},{"name":"MCS_WEEKNUMBERS","features":[357]},{"name":"MCTGCU_HASSTATE","features":[357]},{"name":"MCTGCU_HASSTATEHOT","features":[357]},{"name":"MCTGCU_HOT","features":[357]},{"name":"MCTGCU_SELECTED","features":[357]},{"name":"MCTGCU_SELECTEDHOT","features":[357]},{"name":"MCTGC_HASSTATE","features":[357]},{"name":"MCTGC_HASSTATEHOT","features":[357]},{"name":"MCTGC_HOT","features":[357]},{"name":"MCTGC_SELECTED","features":[357]},{"name":"MCTGC_SELECTEDHOT","features":[357]},{"name":"MCTGC_TODAY","features":[357]},{"name":"MCTGC_TODAYSELECTED","features":[357]},{"name":"MC_BACKGROUND","features":[357]},{"name":"MC_BORDERS","features":[357]},{"name":"MC_BULLETDISABLED","features":[357]},{"name":"MC_BULLETNORMAL","features":[357]},{"name":"MC_CHECKMARKDISABLED","features":[357]},{"name":"MC_CHECKMARKNORMAL","features":[357]},{"name":"MC_COLHEADERSPLITTER","features":[357]},{"name":"MC_GRIDBACKGROUND","features":[357]},{"name":"MC_GRIDCELL","features":[357]},{"name":"MC_GRIDCELLBACKGROUND","features":[357]},{"name":"MC_GRIDCELLUPPER","features":[357]},{"name":"MC_NAVNEXT","features":[357]},{"name":"MC_NAVPREV","features":[357]},{"name":"MC_TRAILINGGRIDCELL","features":[357]},{"name":"MC_TRAILINGGRIDCELLUPPER","features":[357]},{"name":"MDCL_DISABLED","features":[357]},{"name":"MDCL_HOT","features":[357]},{"name":"MDCL_NORMAL","features":[357]},{"name":"MDCL_PUSHED","features":[357]},{"name":"MDICLOSEBUTTONSTATES","features":[357]},{"name":"MDIMINBUTTONSTATES","features":[357]},{"name":"MDIRESTOREBUTTONSTATES","features":[357]},{"name":"MDMI_DISABLED","features":[357]},{"name":"MDMI_HOT","features":[357]},{"name":"MDMI_NORMAL","features":[357]},{"name":"MDMI_PUSHED","features":[357]},{"name":"MDP_NEWAPPBUTTON","features":[357]},{"name":"MDP_SEPERATOR","features":[357]},{"name":"MDRE_DISABLED","features":[357]},{"name":"MDRE_HOT","features":[357]},{"name":"MDRE_NORMAL","features":[357]},{"name":"MDRE_PUSHED","features":[357]},{"name":"MDS_CHECKED","features":[357]},{"name":"MDS_DISABLED","features":[357]},{"name":"MDS_HOT","features":[357]},{"name":"MDS_HOTCHECKED","features":[357]},{"name":"MDS_NORMAL","features":[357]},{"name":"MDS_PRESSED","features":[357]},{"name":"MEASUREITEMSTRUCT","features":[357]},{"name":"MENUBANDPARTS","features":[357]},{"name":"MENUBANDSTATES","features":[357]},{"name":"MENUPARTS","features":[357]},{"name":"MENU_BARBACKGROUND","features":[357]},{"name":"MENU_BARITEM","features":[357]},{"name":"MENU_CHEVRON_TMSCHEMA","features":[357]},{"name":"MENU_MENUBARDROPDOWN_TMSCHEMA","features":[357]},{"name":"MENU_MENUBARITEM_TMSCHEMA","features":[357]},{"name":"MENU_MENUDROPDOWN_TMSCHEMA","features":[357]},{"name":"MENU_MENUITEM_TMSCHEMA","features":[357]},{"name":"MENU_POPUPBACKGROUND","features":[357]},{"name":"MENU_POPUPBORDERS","features":[357]},{"name":"MENU_POPUPCHECK","features":[357]},{"name":"MENU_POPUPCHECKBACKGROUND","features":[357]},{"name":"MENU_POPUPGUTTER","features":[357]},{"name":"MENU_POPUPITEM","features":[357]},{"name":"MENU_POPUPITEMKBFOCUS","features":[357]},{"name":"MENU_POPUPITEM_FOCUSABLE","features":[357]},{"name":"MENU_POPUPSEPARATOR","features":[357]},{"name":"MENU_POPUPSUBMENU","features":[357]},{"name":"MENU_POPUPSUBMENU_HCHOT","features":[357]},{"name":"MENU_SEPARATOR_TMSCHEMA","features":[357]},{"name":"MENU_SYSTEMCLOSE","features":[357]},{"name":"MENU_SYSTEMCLOSE_HCHOT","features":[357]},{"name":"MENU_SYSTEMMAXIMIZE","features":[357]},{"name":"MENU_SYSTEMMAXIMIZE_HCHOT","features":[357]},{"name":"MENU_SYSTEMMINIMIZE","features":[357]},{"name":"MENU_SYSTEMMINIMIZE_HCHOT","features":[357]},{"name":"MENU_SYSTEMRESTORE","features":[357]},{"name":"MENU_SYSTEMRESTORE_HCHOT","features":[357]},{"name":"MINBS_DISABLED","features":[357]},{"name":"MINBS_HOT","features":[357]},{"name":"MINBS_NORMAL","features":[357]},{"name":"MINBS_PUSHED","features":[357]},{"name":"MINBUTTONSTATES","features":[357]},{"name":"MINCAPTIONSTATES","features":[357]},{"name":"MNCS_ACTIVE","features":[357]},{"name":"MNCS_DISABLED","features":[357]},{"name":"MNCS_INACTIVE","features":[357]},{"name":"MONTHCALPARTS","features":[357]},{"name":"MONTHCAL_CLASS","features":[357]},{"name":"MONTHCAL_CLASSA","features":[357]},{"name":"MONTHCAL_CLASSW","features":[357]},{"name":"MONTH_CALDENDAR_MESSAGES_VIEW","features":[357]},{"name":"MOREPROGRAMSARROWBACKSTATES","features":[357]},{"name":"MOREPROGRAMSARROWSTATES","features":[357]},{"name":"MOREPROGRAMSTABSTATES","features":[357]},{"name":"MOVESTATES","features":[357]},{"name":"MPIF_DISABLED","features":[357]},{"name":"MPIF_DISABLEDHOT","features":[357]},{"name":"MPIF_HOT","features":[357]},{"name":"MPIF_NORMAL","features":[357]},{"name":"MPIKBFOCUS_NORMAL","features":[357]},{"name":"MPI_DISABLED","features":[357]},{"name":"MPI_DISABLEDHOT","features":[357]},{"name":"MPI_HOT","features":[357]},{"name":"MPI_NORMAL","features":[357]},{"name":"MSGF_COMMCTRL_BEGINDRAG","features":[357]},{"name":"MSGF_COMMCTRL_DRAGSELECT","features":[357]},{"name":"MSGF_COMMCTRL_SIZEHEADER","features":[357]},{"name":"MSGF_COMMCTRL_TOOLBARCUST","features":[357]},{"name":"MSMHC_HOT","features":[357]},{"name":"MSM_DISABLED","features":[357]},{"name":"MSM_NORMAL","features":[357]},{"name":"MSYSCHC_HOT","features":[357]},{"name":"MSYSC_DISABLED","features":[357]},{"name":"MSYSC_NORMAL","features":[357]},{"name":"MSYSMNHC_HOT","features":[357]},{"name":"MSYSMN_DISABLED","features":[357]},{"name":"MSYSMN_NORMAL","features":[357]},{"name":"MSYSMXHC_HOT","features":[357]},{"name":"MSYSMX_DISABLED","features":[357]},{"name":"MSYSMX_NORMAL","features":[357]},{"name":"MSYSRHC_HOT","features":[357]},{"name":"MSYSR_DISABLED","features":[357]},{"name":"MSYSR_NORMAL","features":[357]},{"name":"MULTIFILEOPENORD","features":[357]},{"name":"MXCS_ACTIVE","features":[357]},{"name":"MXCS_DISABLED","features":[357]},{"name":"MXCS_INACTIVE","features":[357]},{"name":"MakeDragList","features":[307,357]},{"name":"MenuHelp","features":[307,357,371]},{"name":"NAVIGATIONPARTS","features":[357]},{"name":"NAVNEXTSTATES","features":[357]},{"name":"NAVPREVSTATES","features":[357]},{"name":"NAV_BACKBUTTON","features":[357]},{"name":"NAV_BACKBUTTONSTATES","features":[357]},{"name":"NAV_BB_DISABLED","features":[357]},{"name":"NAV_BB_HOT","features":[357]},{"name":"NAV_BB_NORMAL","features":[357]},{"name":"NAV_BB_PRESSED","features":[357]},{"name":"NAV_FB_DISABLED","features":[357]},{"name":"NAV_FB_HOT","features":[357]},{"name":"NAV_FB_NORMAL","features":[357]},{"name":"NAV_FB_PRESSED","features":[357]},{"name":"NAV_FORWARDBUTTON","features":[357]},{"name":"NAV_FORWARDBUTTONSTATES","features":[357]},{"name":"NAV_MB_DISABLED","features":[357]},{"name":"NAV_MB_HOT","features":[357]},{"name":"NAV_MB_NORMAL","features":[357]},{"name":"NAV_MB_PRESSED","features":[357]},{"name":"NAV_MENUBUTTON","features":[357]},{"name":"NAV_MENUBUTTONSTATES","features":[357]},{"name":"NEWFILEOPENORD","features":[357]},{"name":"NEWFILEOPENV2ORD","features":[357]},{"name":"NEWFILEOPENV3ORD","features":[357]},{"name":"NEWFORMATDLGWITHLINK","features":[357]},{"name":"NFS_ALL","features":[357]},{"name":"NFS_BUTTON","features":[357]},{"name":"NFS_EDIT","features":[357]},{"name":"NFS_LISTCOMBO","features":[357]},{"name":"NFS_STATIC","features":[357]},{"name":"NFS_USEFONTASSOC","features":[357]},{"name":"NMBCDROPDOWN","features":[307,357]},{"name":"NMBCHOTITEM","features":[307,357]},{"name":"NMCBEDRAGBEGINA","features":[307,357]},{"name":"NMCBEDRAGBEGINW","features":[307,357]},{"name":"NMCBEENDEDITA","features":[307,357]},{"name":"NMCBEENDEDITW","features":[307,357]},{"name":"NMCHAR","features":[307,357]},{"name":"NMCOMBOBOXEXA","features":[307,357]},{"name":"NMCOMBOBOXEXW","features":[307,357]},{"name":"NMCUSTOMDRAW","features":[307,318,357]},{"name":"NMCUSTOMDRAW_DRAW_STAGE","features":[357]},{"name":"NMCUSTOMDRAW_DRAW_STATE_FLAGS","features":[357]},{"name":"NMCUSTOMSPLITRECTINFO","features":[307,357]},{"name":"NMCUSTOMTEXT","features":[307,318,357]},{"name":"NMDATETIMECHANGE","features":[307,357]},{"name":"NMDATETIMECHANGE_FLAGS","features":[357]},{"name":"NMDATETIMEFORMATA","features":[307,357]},{"name":"NMDATETIMEFORMATQUERYA","features":[307,357]},{"name":"NMDATETIMEFORMATQUERYW","features":[307,357]},{"name":"NMDATETIMEFORMATW","features":[307,357]},{"name":"NMDATETIMESTRINGA","features":[307,357]},{"name":"NMDATETIMESTRINGW","features":[307,357]},{"name":"NMDATETIMEWMKEYDOWNA","features":[307,357]},{"name":"NMDATETIMEWMKEYDOWNW","features":[307,357]},{"name":"NMDAYSTATE","features":[307,357]},{"name":"NMHDDISPINFOA","features":[307,357]},{"name":"NMHDDISPINFOW","features":[307,357]},{"name":"NMHDFILTERBTNCLICK","features":[307,357]},{"name":"NMHDR","features":[307,357]},{"name":"NMHEADERA","features":[307,318,357]},{"name":"NMHEADERW","features":[307,318,357]},{"name":"NMIPADDRESS","features":[307,357]},{"name":"NMITEMACTIVATE","features":[307,357]},{"name":"NMKEY","features":[307,357]},{"name":"NMLINK","features":[307,357]},{"name":"NMLISTVIEW","features":[307,357]},{"name":"NMLVCACHEHINT","features":[307,357]},{"name":"NMLVCUSTOMDRAW","features":[307,318,357]},{"name":"NMLVCUSTOMDRAW_ITEM_TYPE","features":[357]},{"name":"NMLVDISPINFOA","features":[307,357]},{"name":"NMLVDISPINFOW","features":[307,357]},{"name":"NMLVEMPTYMARKUP","features":[307,357]},{"name":"NMLVEMPTYMARKUP_FLAGS","features":[357]},{"name":"NMLVFINDITEMA","features":[307,357]},{"name":"NMLVFINDITEMW","features":[307,357]},{"name":"NMLVGETINFOTIPA","features":[307,357]},{"name":"NMLVGETINFOTIPW","features":[307,357]},{"name":"NMLVGETINFOTIP_FLAGS","features":[357]},{"name":"NMLVKEYDOWN","features":[307,357]},{"name":"NMLVLINK","features":[307,357]},{"name":"NMLVODSTATECHANGE","features":[307,357]},{"name":"NMLVSCROLL","features":[307,357]},{"name":"NMMOUSE","features":[307,357]},{"name":"NMOBJECTNOTIFY","features":[307,357]},{"name":"NMPGCALCSIZE","features":[307,357]},{"name":"NMPGCALCSIZE_FLAGS","features":[357]},{"name":"NMPGHOTITEM","features":[307,357]},{"name":"NMPGSCROLL","features":[307,357]},{"name":"NMPGSCROLL_DIR","features":[357]},{"name":"NMPGSCROLL_KEYS","features":[357]},{"name":"NMRBAUTOSIZE","features":[307,357]},{"name":"NMREBAR","features":[307,357]},{"name":"NMREBARAUTOBREAK","features":[307,357]},{"name":"NMREBARCHEVRON","features":[307,357]},{"name":"NMREBARCHILDSIZE","features":[307,357]},{"name":"NMREBARSPLITTER","features":[307,357]},{"name":"NMREBAR_MASK_FLAGS","features":[357]},{"name":"NMSEARCHWEB","features":[307,357]},{"name":"NMSELCHANGE","features":[307,357]},{"name":"NMTBCUSTOMDRAW","features":[307,318,357]},{"name":"NMTBDISPINFOA","features":[307,357]},{"name":"NMTBDISPINFOW","features":[307,357]},{"name":"NMTBDISPINFOW_MASK","features":[357]},{"name":"NMTBGETINFOTIPA","features":[307,357]},{"name":"NMTBGETINFOTIPW","features":[307,357]},{"name":"NMTBHOTITEM","features":[307,357]},{"name":"NMTBHOTITEM_FLAGS","features":[357]},{"name":"NMTBRESTORE","features":[307,357]},{"name":"NMTBSAVE","features":[307,357]},{"name":"NMTCKEYDOWN","features":[307,357]},{"name":"NMTOOLBARA","features":[307,357]},{"name":"NMTOOLBARW","features":[307,357]},{"name":"NMTOOLTIPSCREATED","features":[307,357]},{"name":"NMTRBTHUMBPOSCHANGING","features":[307,357]},{"name":"NMTREEVIEWA","features":[307,357]},{"name":"NMTREEVIEWW","features":[307,357]},{"name":"NMTTCUSTOMDRAW","features":[307,318,357]},{"name":"NMTTDISPINFOA","features":[307,357]},{"name":"NMTTDISPINFOW","features":[307,357]},{"name":"NMTVASYNCDRAW","features":[307,318,357]},{"name":"NMTVCUSTOMDRAW","features":[307,318,357]},{"name":"NMTVDISPINFOA","features":[307,357]},{"name":"NMTVDISPINFOEXA","features":[307,357]},{"name":"NMTVDISPINFOEXW","features":[307,357]},{"name":"NMTVDISPINFOW","features":[307,357]},{"name":"NMTVGETINFOTIPA","features":[307,357]},{"name":"NMTVGETINFOTIPW","features":[307,357]},{"name":"NMTVITEMCHANGE","features":[307,357]},{"name":"NMTVKEYDOWN","features":[307,357]},{"name":"NMTVSTATEIMAGECHANGING","features":[307,357]},{"name":"NMUPDOWN","features":[307,357]},{"name":"NMVIEWCHANGE","features":[307,357]},{"name":"NM_CHAR","features":[357]},{"name":"NM_CLICK","features":[357]},{"name":"NM_CUSTOMDRAW","features":[357]},{"name":"NM_CUSTOMTEXT","features":[357]},{"name":"NM_DBLCLK","features":[357]},{"name":"NM_FIRST","features":[357]},{"name":"NM_FONTCHANGED","features":[357]},{"name":"NM_GETCUSTOMSPLITRECT","features":[357]},{"name":"NM_HOVER","features":[357]},{"name":"NM_KEYDOWN","features":[357]},{"name":"NM_KILLFOCUS","features":[357]},{"name":"NM_LAST","features":[357]},{"name":"NM_LDOWN","features":[357]},{"name":"NM_NCHITTEST","features":[357]},{"name":"NM_OUTOFMEMORY","features":[357]},{"name":"NM_RCLICK","features":[357]},{"name":"NM_RDBLCLK","features":[357]},{"name":"NM_RDOWN","features":[357]},{"name":"NM_RELEASEDCAPTURE","features":[357]},{"name":"NM_RETURN","features":[357]},{"name":"NM_SETCURSOR","features":[357]},{"name":"NM_SETFOCUS","features":[357]},{"name":"NM_THEMECHANGED","features":[357]},{"name":"NM_TOOLTIPSCREATED","features":[357]},{"name":"NM_TREEVIEW_ACTION","features":[357]},{"name":"NM_TVSTATEIMAGECHANGING","features":[357]},{"name":"NONESTATES","features":[357]},{"name":"NORMALGROUPCOLLAPSESTATES","features":[357]},{"name":"NORMALGROUPEXPANDSTATES","features":[357]},{"name":"ODA_DRAWENTIRE","features":[357]},{"name":"ODA_FLAGS","features":[357]},{"name":"ODA_FOCUS","features":[357]},{"name":"ODA_SELECT","features":[357]},{"name":"ODS_CHECKED","features":[357]},{"name":"ODS_COMBOBOXEDIT","features":[357]},{"name":"ODS_DEFAULT","features":[357]},{"name":"ODS_DISABLED","features":[357]},{"name":"ODS_FLAGS","features":[357]},{"name":"ODS_FOCUS","features":[357]},{"name":"ODS_GRAYED","features":[357]},{"name":"ODS_HOTLIGHT","features":[357]},{"name":"ODS_INACTIVE","features":[357]},{"name":"ODS_NOACCEL","features":[357]},{"name":"ODS_NOFOCUSRECT","features":[357]},{"name":"ODS_SELECTED","features":[357]},{"name":"ODT_BUTTON","features":[357]},{"name":"ODT_COMBOBOX","features":[357]},{"name":"ODT_HEADER","features":[357]},{"name":"ODT_LISTBOX","features":[357]},{"name":"ODT_LISTVIEW","features":[357]},{"name":"ODT_MENU","features":[357]},{"name":"ODT_STATIC","features":[357]},{"name":"ODT_TAB","features":[357]},{"name":"OFFSETTYPE","features":[357]},{"name":"OPENBOXSTATES","features":[357]},{"name":"OPEN_THEME_DATA_FLAGS","features":[357]},{"name":"OTD_FORCE_RECT_SIZING","features":[357]},{"name":"OTD_NONCLIENT","features":[357]},{"name":"OT_ABOVELASTBUTTON","features":[357]},{"name":"OT_BELOWLASTBUTTON","features":[357]},{"name":"OT_BOTTOMLEFT","features":[357]},{"name":"OT_BOTTOMMIDDLE","features":[357]},{"name":"OT_BOTTOMRIGHT","features":[357]},{"name":"OT_LEFTOFCAPTION","features":[357]},{"name":"OT_LEFTOFLASTBUTTON","features":[357]},{"name":"OT_MIDDLELEFT","features":[357]},{"name":"OT_MIDDLERIGHT","features":[357]},{"name":"OT_RIGHTOFCAPTION","features":[357]},{"name":"OT_RIGHTOFLASTBUTTON","features":[357]},{"name":"OT_TOPLEFT","features":[357]},{"name":"OT_TOPMIDDLE","features":[357]},{"name":"OT_TOPRIGHT","features":[357]},{"name":"OpenThemeData","features":[307,357]},{"name":"OpenThemeDataEx","features":[307,357]},{"name":"PAGEPARTS","features":[357]},{"name":"PAGESETUPDLGORD","features":[357]},{"name":"PAGESETUPDLGORDMOTIF","features":[357]},{"name":"PBBS_NORMAL","features":[357]},{"name":"PBBS_PARTIAL","features":[357]},{"name":"PBBVS_NORMAL","features":[357]},{"name":"PBBVS_PARTIAL","features":[357]},{"name":"PBDDS_DISABLED","features":[357]},{"name":"PBDDS_NORMAL","features":[357]},{"name":"PBFS_ERROR","features":[357]},{"name":"PBFS_NORMAL","features":[357]},{"name":"PBFS_PARTIAL","features":[357]},{"name":"PBFS_PAUSED","features":[357]},{"name":"PBFVS_ERROR","features":[357]},{"name":"PBFVS_NORMAL","features":[357]},{"name":"PBFVS_PARTIAL","features":[357]},{"name":"PBFVS_PAUSED","features":[357]},{"name":"PBM_DELTAPOS","features":[357]},{"name":"PBM_GETBARCOLOR","features":[357]},{"name":"PBM_GETBKCOLOR","features":[357]},{"name":"PBM_GETPOS","features":[357]},{"name":"PBM_GETRANGE","features":[357]},{"name":"PBM_GETSTATE","features":[357]},{"name":"PBM_GETSTEP","features":[357]},{"name":"PBM_SETBARCOLOR","features":[357]},{"name":"PBM_SETBKCOLOR","features":[357]},{"name":"PBM_SETMARQUEE","features":[357]},{"name":"PBM_SETPOS","features":[357]},{"name":"PBM_SETRANGE","features":[357]},{"name":"PBM_SETRANGE32","features":[357]},{"name":"PBM_SETSTATE","features":[357]},{"name":"PBM_SETSTEP","features":[357]},{"name":"PBM_STEPIT","features":[357]},{"name":"PBRANGE","features":[357]},{"name":"PBST_ERROR","features":[357]},{"name":"PBST_NORMAL","features":[357]},{"name":"PBST_PAUSED","features":[357]},{"name":"PBS_DEFAULTED","features":[357]},{"name":"PBS_DEFAULTED_ANIMATING","features":[357]},{"name":"PBS_DISABLED","features":[357]},{"name":"PBS_HOT","features":[357]},{"name":"PBS_MARQUEE","features":[357]},{"name":"PBS_NORMAL","features":[357]},{"name":"PBS_PRESSED","features":[357]},{"name":"PBS_SMOOTH","features":[357]},{"name":"PBS_SMOOTHREVERSE","features":[357]},{"name":"PBS_VERTICAL","features":[357]},{"name":"PFNDACOMPARE","features":[307,357]},{"name":"PFNDACOMPARECONST","features":[307,357]},{"name":"PFNDAENUMCALLBACK","features":[357]},{"name":"PFNDAENUMCALLBACKCONST","features":[357]},{"name":"PFNDPAMERGE","features":[307,357]},{"name":"PFNDPAMERGECONST","features":[307,357]},{"name":"PFNDPASTREAM","features":[358,357]},{"name":"PFNLVCOMPARE","features":[307,357]},{"name":"PFNLVGROUPCOMPARE","features":[357]},{"name":"PFNPROPSHEETCALLBACK","features":[307,357]},{"name":"PFNTVCOMPARE","features":[307,357]},{"name":"PFTASKDIALOGCALLBACK","features":[307,357]},{"name":"PGB_BOTTOMORRIGHT","features":[357]},{"name":"PGB_TOPORLEFT","features":[357]},{"name":"PGF_CALCHEIGHT","features":[357]},{"name":"PGF_CALCWIDTH","features":[357]},{"name":"PGF_DEPRESSED","features":[357]},{"name":"PGF_GRAYED","features":[357]},{"name":"PGF_HOT","features":[357]},{"name":"PGF_INVISIBLE","features":[357]},{"name":"PGF_NORMAL","features":[357]},{"name":"PGF_SCROLLDOWN","features":[357]},{"name":"PGF_SCROLLLEFT","features":[357]},{"name":"PGF_SCROLLRIGHT","features":[357]},{"name":"PGF_SCROLLUP","features":[357]},{"name":"PGK_CONTROL","features":[357]},{"name":"PGK_MENU","features":[357]},{"name":"PGK_NONE","features":[357]},{"name":"PGK_SHIFT","features":[357]},{"name":"PGM_FIRST","features":[357]},{"name":"PGM_FORWARDMOUSE","features":[357]},{"name":"PGM_GETBKCOLOR","features":[357]},{"name":"PGM_GETBORDER","features":[357]},{"name":"PGM_GETBUTTONSIZE","features":[357]},{"name":"PGM_GETBUTTONSTATE","features":[357]},{"name":"PGM_GETDROPTARGET","features":[357]},{"name":"PGM_GETPOS","features":[357]},{"name":"PGM_RECALCSIZE","features":[357]},{"name":"PGM_SETBKCOLOR","features":[357]},{"name":"PGM_SETBORDER","features":[357]},{"name":"PGM_SETBUTTONSIZE","features":[357]},{"name":"PGM_SETCHILD","features":[357]},{"name":"PGM_SETPOS","features":[357]},{"name":"PGM_SETSCROLLINFO","features":[357]},{"name":"PGN_CALCSIZE","features":[357]},{"name":"PGN_FIRST","features":[357]},{"name":"PGN_HOTITEMCHANGE","features":[357]},{"name":"PGN_LAST","features":[357]},{"name":"PGN_SCROLL","features":[357]},{"name":"PGRP_DOWN","features":[357]},{"name":"PGRP_DOWNHORZ","features":[357]},{"name":"PGRP_UP","features":[357]},{"name":"PGRP_UPHORZ","features":[357]},{"name":"PGS_AUTOSCROLL","features":[357]},{"name":"PGS_DRAGNDROP","features":[357]},{"name":"PGS_HORZ","features":[357]},{"name":"PGS_VERT","features":[357]},{"name":"POINTER_DEVICE_CURSOR_INFO","features":[357]},{"name":"POINTER_DEVICE_CURSOR_TYPE","features":[357]},{"name":"POINTER_DEVICE_CURSOR_TYPE_ERASER","features":[357]},{"name":"POINTER_DEVICE_CURSOR_TYPE_MAX","features":[357]},{"name":"POINTER_DEVICE_CURSOR_TYPE_TIP","features":[357]},{"name":"POINTER_DEVICE_CURSOR_TYPE_UNKNOWN","features":[357]},{"name":"POINTER_DEVICE_INFO","features":[307,318,357]},{"name":"POINTER_DEVICE_PROPERTY","features":[357]},{"name":"POINTER_DEVICE_TYPE","features":[357]},{"name":"POINTER_DEVICE_TYPE_EXTERNAL_PEN","features":[357]},{"name":"POINTER_DEVICE_TYPE_INTEGRATED_PEN","features":[357]},{"name":"POINTER_DEVICE_TYPE_MAX","features":[357]},{"name":"POINTER_DEVICE_TYPE_TOUCH","features":[357]},{"name":"POINTER_DEVICE_TYPE_TOUCH_PAD","features":[357]},{"name":"POINTER_FEEDBACK_DEFAULT","features":[357]},{"name":"POINTER_FEEDBACK_INDIRECT","features":[357]},{"name":"POINTER_FEEDBACK_MODE","features":[357]},{"name":"POINTER_FEEDBACK_NONE","features":[357]},{"name":"POINTER_TYPE_INFO","features":[307,357,619,371]},{"name":"POPUPCHECKBACKGROUNDSTATES","features":[357]},{"name":"POPUPCHECKSTATES","features":[357]},{"name":"POPUPITEMFOCUSABLESTATES","features":[357]},{"name":"POPUPITEMKBFOCUSSTATES","features":[357]},{"name":"POPUPITEMSTATES","features":[357]},{"name":"POPUPSUBMENUHCHOTSTATES","features":[357]},{"name":"POPUPSUBMENUSTATES","features":[357]},{"name":"PO_CLASS","features":[357]},{"name":"PO_GLOBAL","features":[357]},{"name":"PO_NOTFOUND","features":[357]},{"name":"PO_PART","features":[357]},{"name":"PO_STATE","features":[357]},{"name":"PP_BAR","features":[357]},{"name":"PP_BARVERT","features":[357]},{"name":"PP_CHUNK","features":[357]},{"name":"PP_CHUNKVERT","features":[357]},{"name":"PP_FILL","features":[357]},{"name":"PP_FILLVERT","features":[357]},{"name":"PP_MOVEOVERLAY","features":[357]},{"name":"PP_MOVEOVERLAYVERT","features":[357]},{"name":"PP_PULSEOVERLAY","features":[357]},{"name":"PP_PULSEOVERLAYVERT","features":[357]},{"name":"PP_TRANSPARENTBAR","features":[357]},{"name":"PP_TRANSPARENTBARVERT","features":[357]},{"name":"PRINTDLGEXORD","features":[357]},{"name":"PRINTDLGORD","features":[357]},{"name":"PRNSETUPDLGORD","features":[357]},{"name":"PROGRESSPARTS","features":[357]},{"name":"PROGRESS_CLASS","features":[357]},{"name":"PROGRESS_CLASSA","features":[357]},{"name":"PROGRESS_CLASSW","features":[357]},{"name":"PROPERTYORIGIN","features":[357]},{"name":"PROPSHEETHEADERA_V1","features":[307,318,357,371]},{"name":"PROPSHEETHEADERA_V2","features":[307,318,357,371]},{"name":"PROPSHEETHEADERW_V1","features":[307,318,357,371]},{"name":"PROPSHEETHEADERW_V2","features":[307,318,357,371]},{"name":"PROPSHEETPAGEA","features":[307,318,357,371]},{"name":"PROPSHEETPAGEA_V1","features":[307,318,357,371]},{"name":"PROPSHEETPAGEA_V2","features":[307,318,357,371]},{"name":"PROPSHEETPAGEA_V3","features":[307,318,357,371]},{"name":"PROPSHEETPAGEW","features":[307,318,357,371]},{"name":"PROPSHEETPAGEW_V1","features":[307,318,357,371]},{"name":"PROPSHEETPAGEW_V2","features":[307,318,357,371]},{"name":"PROPSHEETPAGEW_V3","features":[307,318,357,371]},{"name":"PROP_LG_CXDLG","features":[357]},{"name":"PROP_LG_CYDLG","features":[357]},{"name":"PROP_MED_CXDLG","features":[357]},{"name":"PROP_MED_CYDLG","features":[357]},{"name":"PROP_SM_CXDLG","features":[357]},{"name":"PROP_SM_CYDLG","features":[357]},{"name":"PSBTN_APPLYNOW","features":[357]},{"name":"PSBTN_BACK","features":[357]},{"name":"PSBTN_CANCEL","features":[357]},{"name":"PSBTN_FINISH","features":[357]},{"name":"PSBTN_HELP","features":[357]},{"name":"PSBTN_MAX","features":[357]},{"name":"PSBTN_NEXT","features":[357]},{"name":"PSBTN_OK","features":[357]},{"name":"PSCB_BUTTONPRESSED","features":[357]},{"name":"PSCB_INITIALIZED","features":[357]},{"name":"PSCB_PRECREATE","features":[357]},{"name":"PSHNOTIFY","features":[307,357]},{"name":"PSH_AEROWIZARD","features":[357]},{"name":"PSH_DEFAULT","features":[357]},{"name":"PSH_HASHELP","features":[357]},{"name":"PSH_HEADER","features":[357]},{"name":"PSH_HEADERBITMAP","features":[357]},{"name":"PSH_MODELESS","features":[357]},{"name":"PSH_NOAPPLYNOW","features":[357]},{"name":"PSH_NOCONTEXTHELP","features":[357]},{"name":"PSH_NOMARGIN","features":[357]},{"name":"PSH_PROPSHEETPAGE","features":[357]},{"name":"PSH_PROPTITLE","features":[357]},{"name":"PSH_RESIZABLE","features":[357]},{"name":"PSH_RTLREADING","features":[357]},{"name":"PSH_STRETCHWATERMARK","features":[357]},{"name":"PSH_USECALLBACK","features":[357]},{"name":"PSH_USEHBMHEADER","features":[357]},{"name":"PSH_USEHBMWATERMARK","features":[357]},{"name":"PSH_USEHICON","features":[357]},{"name":"PSH_USEHPLWATERMARK","features":[357]},{"name":"PSH_USEICONID","features":[357]},{"name":"PSH_USEPAGELANG","features":[357]},{"name":"PSH_USEPSTARTPAGE","features":[357]},{"name":"PSH_WATERMARK","features":[357]},{"name":"PSH_WIZARD","features":[357]},{"name":"PSH_WIZARD97","features":[357]},{"name":"PSH_WIZARDCONTEXTHELP","features":[357]},{"name":"PSH_WIZARDHASFINISH","features":[357]},{"name":"PSH_WIZARD_LITE","features":[357]},{"name":"PSM_ADDPAGE","features":[357]},{"name":"PSM_APPLY","features":[357]},{"name":"PSM_CANCELTOCLOSE","features":[357]},{"name":"PSM_CHANGED","features":[357]},{"name":"PSM_ENABLEWIZBUTTONS","features":[357]},{"name":"PSM_GETCURRENTPAGEHWND","features":[357]},{"name":"PSM_GETRESULT","features":[357]},{"name":"PSM_GETTABCONTROL","features":[357]},{"name":"PSM_HWNDTOINDEX","features":[357]},{"name":"PSM_IDTOINDEX","features":[357]},{"name":"PSM_INDEXTOHWND","features":[357]},{"name":"PSM_INDEXTOID","features":[357]},{"name":"PSM_INDEXTOPAGE","features":[357]},{"name":"PSM_INSERTPAGE","features":[357]},{"name":"PSM_ISDIALOGMESSAGE","features":[357]},{"name":"PSM_PAGETOINDEX","features":[357]},{"name":"PSM_PRESSBUTTON","features":[357]},{"name":"PSM_QUERYSIBLINGS","features":[357]},{"name":"PSM_REBOOTSYSTEM","features":[357]},{"name":"PSM_RECALCPAGESIZES","features":[357]},{"name":"PSM_REMOVEPAGE","features":[357]},{"name":"PSM_RESTARTWINDOWS","features":[357]},{"name":"PSM_SETBUTTONTEXT","features":[357]},{"name":"PSM_SETBUTTONTEXTW","features":[357]},{"name":"PSM_SETCURSEL","features":[357]},{"name":"PSM_SETCURSELID","features":[357]},{"name":"PSM_SETFINISHTEXT","features":[357]},{"name":"PSM_SETFINISHTEXTA","features":[357]},{"name":"PSM_SETFINISHTEXTW","features":[357]},{"name":"PSM_SETHEADERSUBTITLE","features":[357]},{"name":"PSM_SETHEADERSUBTITLEA","features":[357]},{"name":"PSM_SETHEADERSUBTITLEW","features":[357]},{"name":"PSM_SETHEADERTITLE","features":[357]},{"name":"PSM_SETHEADERTITLEA","features":[357]},{"name":"PSM_SETHEADERTITLEW","features":[357]},{"name":"PSM_SETNEXTTEXT","features":[357]},{"name":"PSM_SETNEXTTEXTW","features":[357]},{"name":"PSM_SETTITLE","features":[357]},{"name":"PSM_SETTITLEA","features":[357]},{"name":"PSM_SETTITLEW","features":[357]},{"name":"PSM_SETWIZBUTTONS","features":[357]},{"name":"PSM_SHOWWIZBUTTONS","features":[357]},{"name":"PSM_UNCHANGED","features":[357]},{"name":"PSNRET_INVALID","features":[357]},{"name":"PSNRET_INVALID_NOCHANGEPAGE","features":[357]},{"name":"PSNRET_MESSAGEHANDLED","features":[357]},{"name":"PSNRET_NOERROR","features":[357]},{"name":"PSN_APPLY","features":[357]},{"name":"PSN_FIRST","features":[357]},{"name":"PSN_GETOBJECT","features":[357]},{"name":"PSN_HELP","features":[357]},{"name":"PSN_KILLACTIVE","features":[357]},{"name":"PSN_LAST","features":[357]},{"name":"PSN_QUERYCANCEL","features":[357]},{"name":"PSN_QUERYINITIALFOCUS","features":[357]},{"name":"PSN_RESET","features":[357]},{"name":"PSN_SETACTIVE","features":[357]},{"name":"PSN_TRANSLATEACCELERATOR","features":[357]},{"name":"PSN_WIZBACK","features":[357]},{"name":"PSN_WIZFINISH","features":[357]},{"name":"PSN_WIZNEXT","features":[357]},{"name":"PSPCB_ADDREF","features":[357]},{"name":"PSPCB_CREATE","features":[357]},{"name":"PSPCB_MESSAGE","features":[357]},{"name":"PSPCB_RELEASE","features":[357]},{"name":"PSPCB_SI_INITDIALOG","features":[357]},{"name":"PSP_DEFAULT","features":[357]},{"name":"PSP_DLGINDIRECT","features":[357]},{"name":"PSP_HASHELP","features":[357]},{"name":"PSP_HIDEHEADER","features":[357]},{"name":"PSP_PREMATURE","features":[357]},{"name":"PSP_RTLREADING","features":[357]},{"name":"PSP_USECALLBACK","features":[357]},{"name":"PSP_USEFUSIONCONTEXT","features":[357]},{"name":"PSP_USEHEADERSUBTITLE","features":[357]},{"name":"PSP_USEHEADERTITLE","features":[357]},{"name":"PSP_USEHICON","features":[357]},{"name":"PSP_USEICONID","features":[357]},{"name":"PSP_USEREFPARENT","features":[357]},{"name":"PSP_USETITLE","features":[357]},{"name":"PSWIZBF_ELEVATIONREQUIRED","features":[357]},{"name":"PSWIZB_BACK","features":[357]},{"name":"PSWIZB_CANCEL","features":[357]},{"name":"PSWIZB_DISABLEDFINISH","features":[357]},{"name":"PSWIZB_FINISH","features":[357]},{"name":"PSWIZB_NEXT","features":[357]},{"name":"PSWIZB_RESTORE","features":[357]},{"name":"PSWIZB_SHOW","features":[357]},{"name":"PUSHBUTTONDROPDOWNSTATES","features":[357]},{"name":"PUSHBUTTONSTATES","features":[357]},{"name":"PackTouchHitTestingProximityEvaluation","features":[307,357]},{"name":"PropertySheetA","features":[307,318,357,371]},{"name":"PropertySheetW","features":[307,318,357,371]},{"name":"RADIOBUTTONSTATES","features":[357]},{"name":"RBAB_ADDBAND","features":[357]},{"name":"RBAB_AUTOSIZE","features":[357]},{"name":"RBBIM_BACKGROUND","features":[357]},{"name":"RBBIM_CHEVRONLOCATION","features":[357]},{"name":"RBBIM_CHEVRONSTATE","features":[357]},{"name":"RBBIM_CHILD","features":[357]},{"name":"RBBIM_CHILDSIZE","features":[357]},{"name":"RBBIM_COLORS","features":[357]},{"name":"RBBIM_HEADERSIZE","features":[357]},{"name":"RBBIM_ID","features":[357]},{"name":"RBBIM_IDEALSIZE","features":[357]},{"name":"RBBIM_IMAGE","features":[357]},{"name":"RBBIM_LPARAM","features":[357]},{"name":"RBBIM_SIZE","features":[357]},{"name":"RBBIM_STYLE","features":[357]},{"name":"RBBIM_TEXT","features":[357]},{"name":"RBBS_BREAK","features":[357]},{"name":"RBBS_CHILDEDGE","features":[357]},{"name":"RBBS_FIXEDBMP","features":[357]},{"name":"RBBS_FIXEDSIZE","features":[357]},{"name":"RBBS_GRIPPERALWAYS","features":[357]},{"name":"RBBS_HIDDEN","features":[357]},{"name":"RBBS_HIDETITLE","features":[357]},{"name":"RBBS_NOGRIPPER","features":[357]},{"name":"RBBS_NOVERT","features":[357]},{"name":"RBBS_TOPALIGN","features":[357]},{"name":"RBBS_USECHEVRON","features":[357]},{"name":"RBBS_VARIABLEHEIGHT","features":[357]},{"name":"RBHITTESTINFO","features":[307,357]},{"name":"RBHT_CAPTION","features":[357]},{"name":"RBHT_CHEVRON","features":[357]},{"name":"RBHT_CLIENT","features":[357]},{"name":"RBHT_GRABBER","features":[357]},{"name":"RBHT_NOWHERE","features":[357]},{"name":"RBHT_SPLITTER","features":[357]},{"name":"RBIM_IMAGELIST","features":[357]},{"name":"RBNM_ID","features":[357]},{"name":"RBNM_LPARAM","features":[357]},{"name":"RBNM_STYLE","features":[357]},{"name":"RBN_AUTOBREAK","features":[357]},{"name":"RBN_AUTOSIZE","features":[357]},{"name":"RBN_BEGINDRAG","features":[357]},{"name":"RBN_CHEVRONPUSHED","features":[357]},{"name":"RBN_CHILDSIZE","features":[357]},{"name":"RBN_DELETEDBAND","features":[357]},{"name":"RBN_DELETINGBAND","features":[357]},{"name":"RBN_ENDDRAG","features":[357]},{"name":"RBN_FIRST","features":[357]},{"name":"RBN_GETOBJECT","features":[357]},{"name":"RBN_HEIGHTCHANGE","features":[357]},{"name":"RBN_LAST","features":[357]},{"name":"RBN_LAYOUTCHANGED","features":[357]},{"name":"RBN_MINMAX","features":[357]},{"name":"RBN_SPLITTERDRAG","features":[357]},{"name":"RBSTR_CHANGERECT","features":[357]},{"name":"RBS_AUTOSIZE","features":[357]},{"name":"RBS_BANDBORDERS","features":[357]},{"name":"RBS_CHECKEDDISABLED","features":[357]},{"name":"RBS_CHECKEDHOT","features":[357]},{"name":"RBS_CHECKEDNORMAL","features":[357]},{"name":"RBS_CHECKEDPRESSED","features":[357]},{"name":"RBS_DBLCLKTOGGLE","features":[357]},{"name":"RBS_DISABLED","features":[357]},{"name":"RBS_FIXEDORDER","features":[357]},{"name":"RBS_HOT","features":[357]},{"name":"RBS_NORMAL","features":[357]},{"name":"RBS_PUSHED","features":[357]},{"name":"RBS_REGISTERDROP","features":[357]},{"name":"RBS_TOOLTIPS","features":[357]},{"name":"RBS_UNCHECKEDDISABLED","features":[357]},{"name":"RBS_UNCHECKEDHOT","features":[357]},{"name":"RBS_UNCHECKEDNORMAL","features":[357]},{"name":"RBS_UNCHECKEDPRESSED","features":[357]},{"name":"RBS_VARHEIGHT","features":[357]},{"name":"RBS_VERTICALGRIPPER","features":[357]},{"name":"RB_BEGINDRAG","features":[357]},{"name":"RB_DELETEBAND","features":[357]},{"name":"RB_DRAGMOVE","features":[357]},{"name":"RB_ENDDRAG","features":[357]},{"name":"RB_GETBANDBORDERS","features":[357]},{"name":"RB_GETBANDCOUNT","features":[357]},{"name":"RB_GETBANDINFO","features":[357]},{"name":"RB_GETBANDINFOA","features":[357]},{"name":"RB_GETBANDINFOW","features":[357]},{"name":"RB_GETBANDMARGINS","features":[357]},{"name":"RB_GETBARHEIGHT","features":[357]},{"name":"RB_GETBARINFO","features":[357]},{"name":"RB_GETBKCOLOR","features":[357]},{"name":"RB_GETCOLORSCHEME","features":[357]},{"name":"RB_GETDROPTARGET","features":[357]},{"name":"RB_GETEXTENDEDSTYLE","features":[357]},{"name":"RB_GETPALETTE","features":[357]},{"name":"RB_GETRECT","features":[357]},{"name":"RB_GETROWCOUNT","features":[357]},{"name":"RB_GETROWHEIGHT","features":[357]},{"name":"RB_GETTEXTCOLOR","features":[357]},{"name":"RB_GETTOOLTIPS","features":[357]},{"name":"RB_GETUNICODEFORMAT","features":[357]},{"name":"RB_HITTEST","features":[357]},{"name":"RB_IDTOINDEX","features":[357]},{"name":"RB_INSERTBAND","features":[357]},{"name":"RB_INSERTBANDA","features":[357]},{"name":"RB_INSERTBANDW","features":[357]},{"name":"RB_MAXIMIZEBAND","features":[357]},{"name":"RB_MINIMIZEBAND","features":[357]},{"name":"RB_MOVEBAND","features":[357]},{"name":"RB_PUSHCHEVRON","features":[357]},{"name":"RB_SETBANDINFO","features":[357]},{"name":"RB_SETBANDINFOA","features":[357]},{"name":"RB_SETBANDINFOW","features":[357]},{"name":"RB_SETBANDWIDTH","features":[357]},{"name":"RB_SETBARINFO","features":[357]},{"name":"RB_SETBKCOLOR","features":[357]},{"name":"RB_SETCOLORSCHEME","features":[357]},{"name":"RB_SETEXTENDEDSTYLE","features":[357]},{"name":"RB_SETPALETTE","features":[357]},{"name":"RB_SETPARENT","features":[357]},{"name":"RB_SETTEXTCOLOR","features":[357]},{"name":"RB_SETTOOLTIPS","features":[357]},{"name":"RB_SETUNICODEFORMAT","features":[357]},{"name":"RB_SETWINDOWTHEME","features":[357]},{"name":"RB_SHOWBAND","features":[357]},{"name":"RB_SIZETORECT","features":[357]},{"name":"READONLYSTATES","features":[357]},{"name":"REBARBANDINFOA","features":[307,318,357]},{"name":"REBARBANDINFOW","features":[307,318,357]},{"name":"REBARCLASSNAME","features":[357]},{"name":"REBARCLASSNAMEA","features":[357]},{"name":"REBARCLASSNAMEW","features":[357]},{"name":"REBARINFO","features":[357]},{"name":"REBARPARTS","features":[357]},{"name":"REPLACEDLGORD","features":[357]},{"name":"RESTOREBUTTONSTATES","features":[357]},{"name":"RP_BACKGROUND","features":[357]},{"name":"RP_BAND","features":[357]},{"name":"RP_CHEVRON","features":[357]},{"name":"RP_CHEVRONVERT","features":[357]},{"name":"RP_GRIPPER","features":[357]},{"name":"RP_GRIPPERVERT","features":[357]},{"name":"RP_SPLITTER","features":[357]},{"name":"RP_SPLITTERVERT","features":[357]},{"name":"RUNDLGORD","features":[357]},{"name":"RegisterPointerDeviceNotifications","features":[307,357]},{"name":"RegisterTouchHitTestingWindow","features":[307,357]},{"name":"SBARS_SIZEGRIP","features":[357]},{"name":"SBARS_TOOLTIPS","features":[357]},{"name":"SBN_FIRST","features":[357]},{"name":"SBN_LAST","features":[357]},{"name":"SBN_SIMPLEMODECHANGE","features":[357]},{"name":"SBP_ARROWBTN","features":[357]},{"name":"SBP_GRIPPERHORZ","features":[357]},{"name":"SBP_GRIPPERVERT","features":[357]},{"name":"SBP_LOWERTRACKHORZ","features":[357]},{"name":"SBP_LOWERTRACKVERT","features":[357]},{"name":"SBP_SIZEBOX","features":[357]},{"name":"SBP_SIZEBOXBKGND","features":[357]},{"name":"SBP_THUMBBTNHORZ","features":[357]},{"name":"SBP_THUMBBTNVERT","features":[357]},{"name":"SBP_UPPERTRACKHORZ","features":[357]},{"name":"SBP_UPPERTRACKVERT","features":[357]},{"name":"SBS_DISABLED","features":[357]},{"name":"SBS_HOT","features":[357]},{"name":"SBS_NORMAL","features":[357]},{"name":"SBS_PUSHED","features":[357]},{"name":"SBT_NOBORDERS","features":[357]},{"name":"SBT_NOTABPARSING","features":[357]},{"name":"SBT_OWNERDRAW","features":[357]},{"name":"SBT_POPOUT","features":[357]},{"name":"SBT_RTLREADING","features":[357]},{"name":"SBT_TOOLTIPS","features":[357]},{"name":"SB_GETBORDERS","features":[357]},{"name":"SB_GETICON","features":[357]},{"name":"SB_GETPARTS","features":[357]},{"name":"SB_GETRECT","features":[357]},{"name":"SB_GETTEXT","features":[357]},{"name":"SB_GETTEXTA","features":[357]},{"name":"SB_GETTEXTLENGTH","features":[357]},{"name":"SB_GETTEXTLENGTHA","features":[357]},{"name":"SB_GETTEXTLENGTHW","features":[357]},{"name":"SB_GETTEXTW","features":[357]},{"name":"SB_GETTIPTEXTA","features":[357]},{"name":"SB_GETTIPTEXTW","features":[357]},{"name":"SB_GETUNICODEFORMAT","features":[357]},{"name":"SB_ISSIMPLE","features":[357]},{"name":"SB_SETBKCOLOR","features":[357]},{"name":"SB_SETICON","features":[357]},{"name":"SB_SETMINHEIGHT","features":[357]},{"name":"SB_SETPARTS","features":[357]},{"name":"SB_SETTEXT","features":[357]},{"name":"SB_SETTEXTA","features":[357]},{"name":"SB_SETTEXTW","features":[357]},{"name":"SB_SETTIPTEXTA","features":[357]},{"name":"SB_SETTIPTEXTW","features":[357]},{"name":"SB_SETUNICODEFORMAT","features":[357]},{"name":"SB_SIMPLE","features":[357]},{"name":"SB_SIMPLEID","features":[357]},{"name":"SCBS_DISABLED","features":[357]},{"name":"SCBS_HOT","features":[357]},{"name":"SCBS_NORMAL","features":[357]},{"name":"SCBS_PUSHED","features":[357]},{"name":"SCRBS_DISABLED","features":[357]},{"name":"SCRBS_HOT","features":[357]},{"name":"SCRBS_HOVER","features":[357]},{"name":"SCRBS_NORMAL","features":[357]},{"name":"SCRBS_PRESSED","features":[357]},{"name":"SCROLLBARPARTS","features":[357]},{"name":"SCROLLBARSTYLESTATES","features":[357]},{"name":"SCS_ACTIVE","features":[357]},{"name":"SCS_DISABLED","features":[357]},{"name":"SCS_INACTIVE","features":[357]},{"name":"SECTIONTITLELINKSTATES","features":[357]},{"name":"SET_THEME_APP_PROPERTIES_FLAGS","features":[357]},{"name":"SFRB_ACTIVE","features":[357]},{"name":"SFRB_INACTIVE","features":[357]},{"name":"SFRL_ACTIVE","features":[357]},{"name":"SFRL_INACTIVE","features":[357]},{"name":"SFRR_ACTIVE","features":[357]},{"name":"SFRR_INACTIVE","features":[357]},{"name":"SHOWCALENDARBUTTONRIGHTSTATES","features":[357]},{"name":"SIZEBOXSTATES","features":[357]},{"name":"SIZINGTYPE","features":[357]},{"name":"SMALLCAPTIONSTATES","features":[357]},{"name":"SMALLCLOSEBUTTONSTATES","features":[357]},{"name":"SMALLFRAMEBOTTOMSTATES","features":[357]},{"name":"SMALLFRAMELEFTSTATES","features":[357]},{"name":"SMALLFRAMERIGHTSTATES","features":[357]},{"name":"SOFTWAREEXPLORERSTATES","features":[357]},{"name":"SPECIALGROUPCOLLAPSESTATES","features":[357]},{"name":"SPECIALGROUPEXPANDSTATES","features":[357]},{"name":"SPINPARTS","features":[357]},{"name":"SPLITSV_HOT","features":[357]},{"name":"SPLITSV_NORMAL","features":[357]},{"name":"SPLITSV_PRESSED","features":[357]},{"name":"SPLITS_HOT","features":[357]},{"name":"SPLITS_NORMAL","features":[357]},{"name":"SPLITS_PRESSED","features":[357]},{"name":"SPLITTERSTATES","features":[357]},{"name":"SPLITTERVERTSTATES","features":[357]},{"name":"SPLS_HOT","features":[357]},{"name":"SPLS_NORMAL","features":[357]},{"name":"SPLS_PRESSED","features":[357]},{"name":"SPMPT_DISABLED","features":[357]},{"name":"SPMPT_FOCUSED","features":[357]},{"name":"SPMPT_HOT","features":[357]},{"name":"SPMPT_NORMAL","features":[357]},{"name":"SPMPT_SELECTED","features":[357]},{"name":"SPNP_DOWN","features":[357]},{"name":"SPNP_DOWNHORZ","features":[357]},{"name":"SPNP_UP","features":[357]},{"name":"SPNP_UPHORZ","features":[357]},{"name":"SPOB_DISABLED","features":[357]},{"name":"SPOB_FOCUSED","features":[357]},{"name":"SPOB_HOT","features":[357]},{"name":"SPOB_NORMAL","features":[357]},{"name":"SPOB_SELECTED","features":[357]},{"name":"SPP_LOGOFF","features":[357]},{"name":"SPP_LOGOFFBUTTONS","features":[357]},{"name":"SPP_LOGOFFSPLITBUTTONDROPDOWN","features":[357]},{"name":"SPP_MOREPROGRAMS","features":[357]},{"name":"SPP_MOREPROGRAMSARROW","features":[357]},{"name":"SPP_MOREPROGRAMSARROWBACK","features":[357]},{"name":"SPP_MOREPROGRAMSTAB","features":[357]},{"name":"SPP_NSCHOST","features":[357]},{"name":"SPP_OPENBOX","features":[357]},{"name":"SPP_PLACESLIST","features":[357]},{"name":"SPP_PLACESLISTSEPARATOR","features":[357]},{"name":"SPP_PREVIEW","features":[357]},{"name":"SPP_PROGLIST","features":[357]},{"name":"SPP_PROGLISTSEPARATOR","features":[357]},{"name":"SPP_SEARCHVIEW","features":[357]},{"name":"SPP_SOFTWAREEXPLORER","features":[357]},{"name":"SPP_TOPMATCH","features":[357]},{"name":"SPP_USERPANE","features":[357]},{"name":"SPP_USERPICTURE","features":[357]},{"name":"SPSB_HOT","features":[357]},{"name":"SPSB_NORMAL","features":[357]},{"name":"SPSB_PRESSED","features":[357]},{"name":"SPSE_DISABLED","features":[357]},{"name":"SPSE_FOCUSED","features":[357]},{"name":"SPSE_HOT","features":[357]},{"name":"SPSE_NORMAL","features":[357]},{"name":"SPSE_SELECTED","features":[357]},{"name":"SPS_HOT","features":[357]},{"name":"SPS_NORMAL","features":[357]},{"name":"SPS_PRESSED","features":[357]},{"name":"SP_GRIPPER","features":[357]},{"name":"SP_GRIPPERPANE","features":[357]},{"name":"SP_PANE","features":[357]},{"name":"STANDARDSTATES","features":[357]},{"name":"STARTPANELPARTS","features":[357]},{"name":"STATE_SYSTEM_FOCUSABLE","features":[357]},{"name":"STATE_SYSTEM_INVISIBLE","features":[357]},{"name":"STATE_SYSTEM_OFFSCREEN","features":[357]},{"name":"STATE_SYSTEM_PRESSED","features":[357]},{"name":"STATE_SYSTEM_UNAVAILABLE","features":[357]},{"name":"STATICPARTS","features":[357]},{"name":"STATUSCLASSNAME","features":[357]},{"name":"STATUSCLASSNAMEA","features":[357]},{"name":"STATUSCLASSNAMEW","features":[357]},{"name":"STATUSPARTS","features":[357]},{"name":"STAT_TEXT","features":[357]},{"name":"STD_COPY","features":[357]},{"name":"STD_CUT","features":[357]},{"name":"STD_DELETE","features":[357]},{"name":"STD_FILENEW","features":[357]},{"name":"STD_FILEOPEN","features":[357]},{"name":"STD_FILESAVE","features":[357]},{"name":"STD_FIND","features":[357]},{"name":"STD_HELP","features":[357]},{"name":"STD_PASTE","features":[357]},{"name":"STD_PRINT","features":[357]},{"name":"STD_PRINTPRE","features":[357]},{"name":"STD_PROPERTIES","features":[357]},{"name":"STD_REDOW","features":[357]},{"name":"STD_REPLACE","features":[357]},{"name":"STD_UNDO","features":[357]},{"name":"ST_STRETCH","features":[357]},{"name":"ST_TILE","features":[357]},{"name":"ST_TRUESIZE","features":[357]},{"name":"SYSBUTTONSTATES","features":[357]},{"name":"SYSTEMCLOSEHCHOTSTATES","features":[357]},{"name":"SYSTEMCLOSESTATES","features":[357]},{"name":"SYSTEMMAXIMIZEHCHOTSTATES","features":[357]},{"name":"SYSTEMMAXIMIZESTATES","features":[357]},{"name":"SYSTEMMINIMIZEHCHOTSTATES","features":[357]},{"name":"SYSTEMMINIMIZESTATES","features":[357]},{"name":"SYSTEMRESTOREHCHOTSTATES","features":[357]},{"name":"SYSTEMRESTORESTATES","features":[357]},{"name":"SZB_HALFBOTTOMLEFTALIGN","features":[357]},{"name":"SZB_HALFBOTTOMRIGHTALIGN","features":[357]},{"name":"SZB_HALFTOPLEFTALIGN","features":[357]},{"name":"SZB_HALFTOPRIGHTALIGN","features":[357]},{"name":"SZB_LEFTALIGN","features":[357]},{"name":"SZB_RIGHTALIGN","features":[357]},{"name":"SZB_TOPLEFTALIGN","features":[357]},{"name":"SZB_TOPRIGHTALIGN","features":[357]},{"name":"SZ_THDOCPROP_AUTHOR","features":[357]},{"name":"SZ_THDOCPROP_CANONICALNAME","features":[357]},{"name":"SZ_THDOCPROP_DISPLAYNAME","features":[357]},{"name":"SZ_THDOCPROP_TOOLTIP","features":[357]},{"name":"SetScrollInfo","features":[307,357,371]},{"name":"SetScrollPos","features":[307,357,371]},{"name":"SetScrollRange","features":[307,357,371]},{"name":"SetThemeAppProperties","features":[357]},{"name":"SetWindowFeedbackSetting","features":[307,357]},{"name":"SetWindowTheme","features":[307,357]},{"name":"SetWindowThemeAttribute","features":[307,357]},{"name":"ShowHideMenuCtl","features":[307,357]},{"name":"ShowScrollBar","features":[307,357,371]},{"name":"Str_SetPtrW","features":[307,357]},{"name":"TABITEMBOTHEDGESTATES","features":[357]},{"name":"TABITEMLEFTEDGESTATES","features":[357]},{"name":"TABITEMRIGHTEDGESTATES","features":[357]},{"name":"TABITEMSTATES","features":[357]},{"name":"TABPARTS","features":[357]},{"name":"TABP_AEROWIZARDBODY","features":[357]},{"name":"TABP_BODY","features":[357]},{"name":"TABP_PANE","features":[357]},{"name":"TABP_TABITEM","features":[357]},{"name":"TABP_TABITEMBOTHEDGE","features":[357]},{"name":"TABP_TABITEMLEFTEDGE","features":[357]},{"name":"TABP_TABITEMRIGHTEDGE","features":[357]},{"name":"TABP_TOPTABITEM","features":[357]},{"name":"TABP_TOPTABITEMBOTHEDGE","features":[357]},{"name":"TABP_TOPTABITEMLEFTEDGE","features":[357]},{"name":"TABP_TOPTABITEMRIGHTEDGE","features":[357]},{"name":"TABSTATES","features":[357]},{"name":"TAB_CONTROL_ITEM_STATE","features":[357]},{"name":"TAPF_ALLOWCOLLECTION","features":[357]},{"name":"TAPF_HASBACKGROUND","features":[357]},{"name":"TAPF_HASPERSPECTIVE","features":[357]},{"name":"TAPF_HASSTAGGER","features":[357]},{"name":"TAPF_ISRTLAWARE","features":[357]},{"name":"TAPF_NONE","features":[357]},{"name":"TAP_FLAGS","features":[357]},{"name":"TAP_STAGGERDELAY","features":[357]},{"name":"TAP_STAGGERDELAYCAP","features":[357]},{"name":"TAP_STAGGERDELAYFACTOR","features":[357]},{"name":"TAP_TRANSFORMCOUNT","features":[357]},{"name":"TAP_ZORDER","features":[357]},{"name":"TASKBANDPARTS","features":[357]},{"name":"TASKBARPARTS","features":[357]},{"name":"TASKDIALOGCONFIG","features":[307,357,371]},{"name":"TASKDIALOGPARTS","features":[357]},{"name":"TASKDIALOG_BUTTON","features":[357]},{"name":"TASKDIALOG_COMMON_BUTTON_FLAGS","features":[357]},{"name":"TASKDIALOG_ELEMENTS","features":[357]},{"name":"TASKDIALOG_FLAGS","features":[357]},{"name":"TASKDIALOG_ICON_ELEMENTS","features":[357]},{"name":"TASKDIALOG_MESSAGES","features":[357]},{"name":"TASKDIALOG_NOTIFICATIONS","features":[357]},{"name":"TASKLINKSTATES","features":[357]},{"name":"TATF_HASINITIALVALUES","features":[357]},{"name":"TATF_HASORIGINVALUES","features":[357]},{"name":"TATF_NONE","features":[357]},{"name":"TATF_TARGETVALUES_USER","features":[357]},{"name":"TATT_CLIP","features":[357]},{"name":"TATT_OPACITY","features":[357]},{"name":"TATT_SCALE_2D","features":[357]},{"name":"TATT_TRANSLATE_2D","features":[357]},{"name":"TA_CUBIC_BEZIER","features":[357]},{"name":"TA_PROPERTY","features":[357]},{"name":"TA_PROPERTY_FLAG","features":[357]},{"name":"TA_TIMINGFUNCTION","features":[357]},{"name":"TA_TIMINGFUNCTION_TYPE","features":[357]},{"name":"TA_TRANSFORM","features":[357]},{"name":"TA_TRANSFORM_2D","features":[357]},{"name":"TA_TRANSFORM_CLIP","features":[357]},{"name":"TA_TRANSFORM_FLAG","features":[357]},{"name":"TA_TRANSFORM_OPACITY","features":[357]},{"name":"TA_TRANSFORM_TYPE","features":[357]},{"name":"TBADDBITMAP","features":[307,357]},{"name":"TBBF_LARGE","features":[357]},{"name":"TBBUTTON","features":[357]},{"name":"TBBUTTON","features":[357]},{"name":"TBBUTTONINFOA","features":[357]},{"name":"TBBUTTONINFOW","features":[357]},{"name":"TBBUTTONINFOW_MASK","features":[357]},{"name":"TBCDRF_BLENDICON","features":[357]},{"name":"TBCDRF_HILITEHOTTRACK","features":[357]},{"name":"TBCDRF_NOBACKGROUND","features":[357]},{"name":"TBCDRF_NOEDGES","features":[357]},{"name":"TBCDRF_NOETCHEDEFFECT","features":[357]},{"name":"TBCDRF_NOMARK","features":[357]},{"name":"TBCDRF_NOOFFSET","features":[357]},{"name":"TBCDRF_USECDCOLORS","features":[357]},{"name":"TBCD_CHANNEL","features":[357]},{"name":"TBCD_THUMB","features":[357]},{"name":"TBCD_TICS","features":[357]},{"name":"TBDDRET_DEFAULT","features":[357]},{"name":"TBDDRET_NODEFAULT","features":[357]},{"name":"TBDDRET_TREATPRESSED","features":[357]},{"name":"TBIF_BYINDEX","features":[357]},{"name":"TBIF_COMMAND","features":[357]},{"name":"TBIF_IMAGE","features":[357]},{"name":"TBIF_LPARAM","features":[357]},{"name":"TBIF_SIZE","features":[357]},{"name":"TBIF_STATE","features":[357]},{"name":"TBIF_STYLE","features":[357]},{"name":"TBIF_TEXT","features":[357]},{"name":"TBIMHT_AFTER","features":[357]},{"name":"TBIMHT_BACKGROUND","features":[357]},{"name":"TBIMHT_NONE","features":[357]},{"name":"TBINSERTMARK","features":[357]},{"name":"TBINSERTMARK_FLAGS","features":[357]},{"name":"TBMETRICS","features":[357]},{"name":"TBMF_BARPAD","features":[357]},{"name":"TBMF_BUTTONSPACING","features":[357]},{"name":"TBMF_PAD","features":[357]},{"name":"TBM_CLEARSEL","features":[357]},{"name":"TBM_CLEARTICS","features":[357]},{"name":"TBM_GETBUDDY","features":[357]},{"name":"TBM_GETCHANNELRECT","features":[357]},{"name":"TBM_GETLINESIZE","features":[357]},{"name":"TBM_GETNUMTICS","features":[357]},{"name":"TBM_GETPAGESIZE","features":[357]},{"name":"TBM_GETPTICS","features":[357]},{"name":"TBM_GETRANGEMAX","features":[357]},{"name":"TBM_GETRANGEMIN","features":[357]},{"name":"TBM_GETSELEND","features":[357]},{"name":"TBM_GETSELSTART","features":[357]},{"name":"TBM_GETTHUMBLENGTH","features":[357]},{"name":"TBM_GETTHUMBRECT","features":[357]},{"name":"TBM_GETTIC","features":[357]},{"name":"TBM_GETTICPOS","features":[357]},{"name":"TBM_GETTOOLTIPS","features":[357]},{"name":"TBM_GETUNICODEFORMAT","features":[357]},{"name":"TBM_SETBUDDY","features":[357]},{"name":"TBM_SETLINESIZE","features":[357]},{"name":"TBM_SETPAGESIZE","features":[357]},{"name":"TBM_SETPOS","features":[357]},{"name":"TBM_SETPOSNOTIFY","features":[357]},{"name":"TBM_SETRANGE","features":[357]},{"name":"TBM_SETRANGEMAX","features":[357]},{"name":"TBM_SETRANGEMIN","features":[357]},{"name":"TBM_SETSEL","features":[357]},{"name":"TBM_SETSELEND","features":[357]},{"name":"TBM_SETSELSTART","features":[357]},{"name":"TBM_SETTHUMBLENGTH","features":[357]},{"name":"TBM_SETTIC","features":[357]},{"name":"TBM_SETTICFREQ","features":[357]},{"name":"TBM_SETTIPSIDE","features":[357]},{"name":"TBM_SETTOOLTIPS","features":[357]},{"name":"TBM_SETUNICODEFORMAT","features":[357]},{"name":"TBNF_DI_SETITEM","features":[357]},{"name":"TBNF_IMAGE","features":[357]},{"name":"TBNF_TEXT","features":[357]},{"name":"TBNRF_ENDCUSTOMIZE","features":[357]},{"name":"TBNRF_HIDEHELP","features":[357]},{"name":"TBN_BEGINADJUST","features":[357]},{"name":"TBN_BEGINDRAG","features":[357]},{"name":"TBN_CUSTHELP","features":[357]},{"name":"TBN_DELETINGBUTTON","features":[357]},{"name":"TBN_DRAGOUT","features":[357]},{"name":"TBN_DRAGOVER","features":[357]},{"name":"TBN_DROPDOWN","features":[357]},{"name":"TBN_DUPACCELERATOR","features":[357]},{"name":"TBN_ENDADJUST","features":[357]},{"name":"TBN_ENDDRAG","features":[357]},{"name":"TBN_FIRST","features":[357]},{"name":"TBN_GETBUTTONINFO","features":[357]},{"name":"TBN_GETBUTTONINFOA","features":[357]},{"name":"TBN_GETBUTTONINFOW","features":[357]},{"name":"TBN_GETDISPINFO","features":[357]},{"name":"TBN_GETDISPINFOA","features":[357]},{"name":"TBN_GETDISPINFOW","features":[357]},{"name":"TBN_GETINFOTIP","features":[357]},{"name":"TBN_GETINFOTIPA","features":[357]},{"name":"TBN_GETINFOTIPW","features":[357]},{"name":"TBN_GETOBJECT","features":[357]},{"name":"TBN_HOTITEMCHANGE","features":[357]},{"name":"TBN_INITCUSTOMIZE","features":[357]},{"name":"TBN_LAST","features":[357]},{"name":"TBN_MAPACCELERATOR","features":[357]},{"name":"TBN_QUERYDELETE","features":[357]},{"name":"TBN_QUERYINSERT","features":[357]},{"name":"TBN_RESET","features":[357]},{"name":"TBN_RESTORE","features":[357]},{"name":"TBN_SAVE","features":[357]},{"name":"TBN_TOOLBARCHANGE","features":[357]},{"name":"TBN_WRAPACCELERATOR","features":[357]},{"name":"TBN_WRAPHOTITEM","features":[357]},{"name":"TBP_BACKGROUNDBOTTOM","features":[357]},{"name":"TBP_BACKGROUNDLEFT","features":[357]},{"name":"TBP_BACKGROUNDRIGHT","features":[357]},{"name":"TBP_BACKGROUNDTOP","features":[357]},{"name":"TBP_SIZINGBARBOTTOM","features":[357]},{"name":"TBP_SIZINGBARLEFT","features":[357]},{"name":"TBP_SIZINGBARRIGHT","features":[357]},{"name":"TBP_SIZINGBARTOP","features":[357]},{"name":"TBREPLACEBITMAP","features":[307,357]},{"name":"TBSAVEPARAMSA","features":[370,357]},{"name":"TBSAVEPARAMSW","features":[370,357]},{"name":"TBSTATE_CHECKED","features":[357]},{"name":"TBSTATE_ELLIPSES","features":[357]},{"name":"TBSTATE_ENABLED","features":[357]},{"name":"TBSTATE_HIDDEN","features":[357]},{"name":"TBSTATE_INDETERMINATE","features":[357]},{"name":"TBSTATE_MARKED","features":[357]},{"name":"TBSTATE_PRESSED","features":[357]},{"name":"TBSTATE_WRAP","features":[357]},{"name":"TBSTYLE_ALTDRAG","features":[357]},{"name":"TBSTYLE_AUTOSIZE","features":[357]},{"name":"TBSTYLE_BUTTON","features":[357]},{"name":"TBSTYLE_CHECK","features":[357]},{"name":"TBSTYLE_CUSTOMERASE","features":[357]},{"name":"TBSTYLE_DROPDOWN","features":[357]},{"name":"TBSTYLE_EX_DOUBLEBUFFER","features":[357]},{"name":"TBSTYLE_EX_DRAWDDARROWS","features":[357]},{"name":"TBSTYLE_EX_HIDECLIPPEDBUTTONS","features":[357]},{"name":"TBSTYLE_EX_MIXEDBUTTONS","features":[357]},{"name":"TBSTYLE_EX_MULTICOLUMN","features":[357]},{"name":"TBSTYLE_EX_VERTICAL","features":[357]},{"name":"TBSTYLE_FLAT","features":[357]},{"name":"TBSTYLE_GROUP","features":[357]},{"name":"TBSTYLE_LIST","features":[357]},{"name":"TBSTYLE_NOPREFIX","features":[357]},{"name":"TBSTYLE_REGISTERDROP","features":[357]},{"name":"TBSTYLE_SEP","features":[357]},{"name":"TBSTYLE_TOOLTIPS","features":[357]},{"name":"TBSTYLE_TRANSPARENT","features":[357]},{"name":"TBSTYLE_WRAPABLE","features":[357]},{"name":"TBS_AUTOTICKS","features":[357]},{"name":"TBS_BOTH","features":[357]},{"name":"TBS_BOTTOM","features":[357]},{"name":"TBS_DOWNISLEFT","features":[357]},{"name":"TBS_ENABLESELRANGE","features":[357]},{"name":"TBS_FIXEDLENGTH","features":[357]},{"name":"TBS_HORZ","features":[357]},{"name":"TBS_LEFT","features":[357]},{"name":"TBS_NOTHUMB","features":[357]},{"name":"TBS_NOTICKS","features":[357]},{"name":"TBS_NOTIFYBEFOREMOVE","features":[357]},{"name":"TBS_REVERSED","features":[357]},{"name":"TBS_RIGHT","features":[357]},{"name":"TBS_TOOLTIPS","features":[357]},{"name":"TBS_TOP","features":[357]},{"name":"TBS_TRANSPARENTBKGND","features":[357]},{"name":"TBS_VERT","features":[357]},{"name":"TBTS_BOTTOM","features":[357]},{"name":"TBTS_LEFT","features":[357]},{"name":"TBTS_RIGHT","features":[357]},{"name":"TBTS_TOP","features":[357]},{"name":"TB_ADDBITMAP","features":[357]},{"name":"TB_ADDBUTTONS","features":[357]},{"name":"TB_ADDBUTTONSA","features":[357]},{"name":"TB_ADDBUTTONSW","features":[357]},{"name":"TB_ADDSTRING","features":[357]},{"name":"TB_ADDSTRINGA","features":[357]},{"name":"TB_ADDSTRINGW","features":[357]},{"name":"TB_AUTOSIZE","features":[357]},{"name":"TB_BOTTOM","features":[357]},{"name":"TB_BUTTONCOUNT","features":[357]},{"name":"TB_BUTTONSTRUCTSIZE","features":[357]},{"name":"TB_CHANGEBITMAP","features":[357]},{"name":"TB_CHECKBUTTON","features":[357]},{"name":"TB_COMMANDTOINDEX","features":[357]},{"name":"TB_CUSTOMIZE","features":[357]},{"name":"TB_DELETEBUTTON","features":[357]},{"name":"TB_ENABLEBUTTON","features":[357]},{"name":"TB_ENDTRACK","features":[357]},{"name":"TB_GETANCHORHIGHLIGHT","features":[357]},{"name":"TB_GETBITMAP","features":[357]},{"name":"TB_GETBITMAPFLAGS","features":[357]},{"name":"TB_GETBUTTON","features":[357]},{"name":"TB_GETBUTTONINFO","features":[357]},{"name":"TB_GETBUTTONINFOA","features":[357]},{"name":"TB_GETBUTTONINFOW","features":[357]},{"name":"TB_GETBUTTONSIZE","features":[357]},{"name":"TB_GETBUTTONTEXT","features":[357]},{"name":"TB_GETBUTTONTEXTA","features":[357]},{"name":"TB_GETBUTTONTEXTW","features":[357]},{"name":"TB_GETCOLORSCHEME","features":[357]},{"name":"TB_GETDISABLEDIMAGELIST","features":[357]},{"name":"TB_GETEXTENDEDSTYLE","features":[357]},{"name":"TB_GETHOTIMAGELIST","features":[357]},{"name":"TB_GETHOTITEM","features":[357]},{"name":"TB_GETIDEALSIZE","features":[357]},{"name":"TB_GETIMAGELIST","features":[357]},{"name":"TB_GETIMAGELISTCOUNT","features":[357]},{"name":"TB_GETINSERTMARK","features":[357]},{"name":"TB_GETINSERTMARKCOLOR","features":[357]},{"name":"TB_GETITEMDROPDOWNRECT","features":[357]},{"name":"TB_GETITEMRECT","features":[357]},{"name":"TB_GETMAXSIZE","features":[357]},{"name":"TB_GETMETRICS","features":[357]},{"name":"TB_GETOBJECT","features":[357]},{"name":"TB_GETPADDING","features":[357]},{"name":"TB_GETPRESSEDIMAGELIST","features":[357]},{"name":"TB_GETRECT","features":[357]},{"name":"TB_GETROWS","features":[357]},{"name":"TB_GETSTATE","features":[357]},{"name":"TB_GETSTRING","features":[357]},{"name":"TB_GETSTRINGA","features":[357]},{"name":"TB_GETSTRINGW","features":[357]},{"name":"TB_GETSTYLE","features":[357]},{"name":"TB_GETTEXTROWS","features":[357]},{"name":"TB_GETTOOLTIPS","features":[357]},{"name":"TB_GETUNICODEFORMAT","features":[357]},{"name":"TB_HASACCELERATOR","features":[357]},{"name":"TB_HIDEBUTTON","features":[357]},{"name":"TB_HITTEST","features":[357]},{"name":"TB_INDETERMINATE","features":[357]},{"name":"TB_INSERTBUTTON","features":[357]},{"name":"TB_INSERTBUTTONA","features":[357]},{"name":"TB_INSERTBUTTONW","features":[357]},{"name":"TB_INSERTMARKHITTEST","features":[357]},{"name":"TB_ISBUTTONCHECKED","features":[357]},{"name":"TB_ISBUTTONENABLED","features":[357]},{"name":"TB_ISBUTTONHIDDEN","features":[357]},{"name":"TB_ISBUTTONHIGHLIGHTED","features":[357]},{"name":"TB_ISBUTTONINDETERMINATE","features":[357]},{"name":"TB_ISBUTTONPRESSED","features":[357]},{"name":"TB_LINEDOWN","features":[357]},{"name":"TB_LINEUP","features":[357]},{"name":"TB_LOADIMAGES","features":[357]},{"name":"TB_MAPACCELERATOR","features":[357]},{"name":"TB_MAPACCELERATORA","features":[357]},{"name":"TB_MAPACCELERATORW","features":[357]},{"name":"TB_MARKBUTTON","features":[357]},{"name":"TB_MOVEBUTTON","features":[357]},{"name":"TB_PAGEDOWN","features":[357]},{"name":"TB_PAGEUP","features":[357]},{"name":"TB_PRESSBUTTON","features":[357]},{"name":"TB_REPLACEBITMAP","features":[357]},{"name":"TB_SAVERESTORE","features":[357]},{"name":"TB_SAVERESTOREA","features":[357]},{"name":"TB_SAVERESTOREW","features":[357]},{"name":"TB_SETANCHORHIGHLIGHT","features":[357]},{"name":"TB_SETBITMAPSIZE","features":[357]},{"name":"TB_SETBOUNDINGSIZE","features":[357]},{"name":"TB_SETBUTTONINFO","features":[357]},{"name":"TB_SETBUTTONINFOA","features":[357]},{"name":"TB_SETBUTTONINFOW","features":[357]},{"name":"TB_SETBUTTONSIZE","features":[357]},{"name":"TB_SETBUTTONWIDTH","features":[357]},{"name":"TB_SETCMDID","features":[357]},{"name":"TB_SETCOLORSCHEME","features":[357]},{"name":"TB_SETDISABLEDIMAGELIST","features":[357]},{"name":"TB_SETDRAWTEXTFLAGS","features":[357]},{"name":"TB_SETEXTENDEDSTYLE","features":[357]},{"name":"TB_SETHOTIMAGELIST","features":[357]},{"name":"TB_SETHOTITEM","features":[357]},{"name":"TB_SETHOTITEM2","features":[357]},{"name":"TB_SETIMAGELIST","features":[357]},{"name":"TB_SETINDENT","features":[357]},{"name":"TB_SETINSERTMARK","features":[357]},{"name":"TB_SETINSERTMARKCOLOR","features":[357]},{"name":"TB_SETLISTGAP","features":[357]},{"name":"TB_SETMAXTEXTROWS","features":[357]},{"name":"TB_SETMETRICS","features":[357]},{"name":"TB_SETPADDING","features":[357]},{"name":"TB_SETPARENT","features":[357]},{"name":"TB_SETPRESSEDIMAGELIST","features":[357]},{"name":"TB_SETROWS","features":[357]},{"name":"TB_SETSTATE","features":[357]},{"name":"TB_SETSTYLE","features":[357]},{"name":"TB_SETTOOLTIPS","features":[357]},{"name":"TB_SETUNICODEFORMAT","features":[357]},{"name":"TB_SETWINDOWTHEME","features":[357]},{"name":"TB_THUMBPOSITION","features":[357]},{"name":"TB_THUMBTRACK","features":[357]},{"name":"TB_TOP","features":[357]},{"name":"TCHITTESTINFO","features":[307,357]},{"name":"TCHITTESTINFO_FLAGS","features":[357]},{"name":"TCHT_NOWHERE","features":[357]},{"name":"TCHT_ONITEM","features":[357]},{"name":"TCHT_ONITEMICON","features":[357]},{"name":"TCHT_ONITEMLABEL","features":[357]},{"name":"TCIF_IMAGE","features":[357]},{"name":"TCIF_PARAM","features":[357]},{"name":"TCIF_RTLREADING","features":[357]},{"name":"TCIF_STATE","features":[357]},{"name":"TCIF_TEXT","features":[357]},{"name":"TCIS_BUTTONPRESSED","features":[357]},{"name":"TCIS_HIGHLIGHTED","features":[357]},{"name":"TCITEMA","features":[307,357]},{"name":"TCITEMHEADERA","features":[357]},{"name":"TCITEMHEADERA_MASK","features":[357]},{"name":"TCITEMHEADERW","features":[357]},{"name":"TCITEMW","features":[307,357]},{"name":"TCM_ADJUSTRECT","features":[357]},{"name":"TCM_DELETEALLITEMS","features":[357]},{"name":"TCM_DELETEITEM","features":[357]},{"name":"TCM_DESELECTALL","features":[357]},{"name":"TCM_FIRST","features":[357]},{"name":"TCM_GETCURFOCUS","features":[357]},{"name":"TCM_GETCURSEL","features":[357]},{"name":"TCM_GETEXTENDEDSTYLE","features":[357]},{"name":"TCM_GETIMAGELIST","features":[357]},{"name":"TCM_GETITEM","features":[357]},{"name":"TCM_GETITEMA","features":[357]},{"name":"TCM_GETITEMCOUNT","features":[357]},{"name":"TCM_GETITEMRECT","features":[357]},{"name":"TCM_GETITEMW","features":[357]},{"name":"TCM_GETROWCOUNT","features":[357]},{"name":"TCM_GETTOOLTIPS","features":[357]},{"name":"TCM_GETUNICODEFORMAT","features":[357]},{"name":"TCM_HIGHLIGHTITEM","features":[357]},{"name":"TCM_HITTEST","features":[357]},{"name":"TCM_INSERTITEM","features":[357]},{"name":"TCM_INSERTITEMA","features":[357]},{"name":"TCM_INSERTITEMW","features":[357]},{"name":"TCM_REMOVEIMAGE","features":[357]},{"name":"TCM_SETCURFOCUS","features":[357]},{"name":"TCM_SETCURSEL","features":[357]},{"name":"TCM_SETEXTENDEDSTYLE","features":[357]},{"name":"TCM_SETIMAGELIST","features":[357]},{"name":"TCM_SETITEM","features":[357]},{"name":"TCM_SETITEMA","features":[357]},{"name":"TCM_SETITEMEXTRA","features":[357]},{"name":"TCM_SETITEMSIZE","features":[357]},{"name":"TCM_SETITEMW","features":[357]},{"name":"TCM_SETMINTABWIDTH","features":[357]},{"name":"TCM_SETPADDING","features":[357]},{"name":"TCM_SETTOOLTIPS","features":[357]},{"name":"TCM_SETUNICODEFORMAT","features":[357]},{"name":"TCN_FIRST","features":[357]},{"name":"TCN_FOCUSCHANGE","features":[357]},{"name":"TCN_GETOBJECT","features":[357]},{"name":"TCN_KEYDOWN","features":[357]},{"name":"TCN_LAST","features":[357]},{"name":"TCN_SELCHANGE","features":[357]},{"name":"TCN_SELCHANGING","features":[357]},{"name":"TCS_BOTTOM","features":[357]},{"name":"TCS_BUTTONS","features":[357]},{"name":"TCS_EX_FLATSEPARATORS","features":[357]},{"name":"TCS_EX_REGISTERDROP","features":[357]},{"name":"TCS_FIXEDWIDTH","features":[357]},{"name":"TCS_FLATBUTTONS","features":[357]},{"name":"TCS_FOCUSNEVER","features":[357]},{"name":"TCS_FOCUSONBUTTONDOWN","features":[357]},{"name":"TCS_FORCEICONLEFT","features":[357]},{"name":"TCS_FORCELABELLEFT","features":[357]},{"name":"TCS_HOTTRACK","features":[357]},{"name":"TCS_MULTILINE","features":[357]},{"name":"TCS_MULTISELECT","features":[357]},{"name":"TCS_OWNERDRAWFIXED","features":[357]},{"name":"TCS_RAGGEDRIGHT","features":[357]},{"name":"TCS_RIGHT","features":[357]},{"name":"TCS_RIGHTJUSTIFY","features":[357]},{"name":"TCS_SCROLLOPPOSITE","features":[357]},{"name":"TCS_SINGLELINE","features":[357]},{"name":"TCS_TABS","features":[357]},{"name":"TCS_TOOLTIPS","features":[357]},{"name":"TCS_VERTICAL","features":[357]},{"name":"TDCBF_ABORT_BUTTON","features":[357]},{"name":"TDCBF_CANCEL_BUTTON","features":[357]},{"name":"TDCBF_CLOSE_BUTTON","features":[357]},{"name":"TDCBF_CONTINUE_BUTTON","features":[357]},{"name":"TDCBF_HELP_BUTTON","features":[357]},{"name":"TDCBF_IGNORE_BUTTON","features":[357]},{"name":"TDCBF_NO_BUTTON","features":[357]},{"name":"TDCBF_OK_BUTTON","features":[357]},{"name":"TDCBF_RETRY_BUTTON","features":[357]},{"name":"TDCBF_TRYAGAIN_BUTTON","features":[357]},{"name":"TDCBF_YES_BUTTON","features":[357]},{"name":"TDE_CONTENT","features":[357]},{"name":"TDE_EXPANDED_INFORMATION","features":[357]},{"name":"TDE_FOOTER","features":[357]},{"name":"TDE_MAIN_INSTRUCTION","features":[357]},{"name":"TDF_ALLOW_DIALOG_CANCELLATION","features":[357]},{"name":"TDF_CALLBACK_TIMER","features":[357]},{"name":"TDF_CAN_BE_MINIMIZED","features":[357]},{"name":"TDF_ENABLE_HYPERLINKS","features":[357]},{"name":"TDF_EXPANDED_BY_DEFAULT","features":[357]},{"name":"TDF_EXPAND_FOOTER_AREA","features":[357]},{"name":"TDF_NO_DEFAULT_RADIO_BUTTON","features":[357]},{"name":"TDF_NO_SET_FOREGROUND","features":[357]},{"name":"TDF_POSITION_RELATIVE_TO_WINDOW","features":[357]},{"name":"TDF_RTL_LAYOUT","features":[357]},{"name":"TDF_SHOW_MARQUEE_PROGRESS_BAR","features":[357]},{"name":"TDF_SHOW_PROGRESS_BAR","features":[357]},{"name":"TDF_SIZE_TO_CONTENT","features":[357]},{"name":"TDF_USE_COMMAND_LINKS","features":[357]},{"name":"TDF_USE_COMMAND_LINKS_NO_ICON","features":[357]},{"name":"TDF_USE_HICON_FOOTER","features":[357]},{"name":"TDF_USE_HICON_MAIN","features":[357]},{"name":"TDF_VERIFICATION_FLAG_CHECKED","features":[357]},{"name":"TDIE_ICON_FOOTER","features":[357]},{"name":"TDIE_ICON_MAIN","features":[357]},{"name":"TDLGCPS_STANDALONE","features":[357]},{"name":"TDLGEBS_EXPANDEDDISABLED","features":[357]},{"name":"TDLGEBS_EXPANDEDHOVER","features":[357]},{"name":"TDLGEBS_EXPANDEDNORMAL","features":[357]},{"name":"TDLGEBS_EXPANDEDPRESSED","features":[357]},{"name":"TDLGEBS_HOVER","features":[357]},{"name":"TDLGEBS_NORMAL","features":[357]},{"name":"TDLGEBS_NORMALDISABLED","features":[357]},{"name":"TDLGEBS_PRESSED","features":[357]},{"name":"TDLG_BUTTONSECTION","features":[357]},{"name":"TDLG_BUTTONWRAPPER","features":[357]},{"name":"TDLG_COMMANDLINKPANE","features":[357]},{"name":"TDLG_CONTENTICON","features":[357]},{"name":"TDLG_CONTENTPANE","features":[357]},{"name":"TDLG_CONTROLPANE","features":[357]},{"name":"TDLG_EXPANDEDCONTENT","features":[357]},{"name":"TDLG_EXPANDEDFOOTERAREA","features":[357]},{"name":"TDLG_EXPANDOBUTTON","features":[357]},{"name":"TDLG_EXPANDOTEXT","features":[357]},{"name":"TDLG_FOOTNOTEAREA","features":[357]},{"name":"TDLG_FOOTNOTEPANE","features":[357]},{"name":"TDLG_FOOTNOTESEPARATOR","features":[357]},{"name":"TDLG_IMAGEALIGNMENT","features":[357]},{"name":"TDLG_MAINICON","features":[357]},{"name":"TDLG_MAININSTRUCTIONPANE","features":[357]},{"name":"TDLG_PRIMARYPANEL","features":[357]},{"name":"TDLG_PROGRESSBAR","features":[357]},{"name":"TDLG_RADIOBUTTONPANE","features":[357]},{"name":"TDLG_SECONDARYPANEL","features":[357]},{"name":"TDLG_VERIFICATIONTEXT","features":[357]},{"name":"TDM_CLICK_BUTTON","features":[357]},{"name":"TDM_CLICK_RADIO_BUTTON","features":[357]},{"name":"TDM_CLICK_VERIFICATION","features":[357]},{"name":"TDM_ENABLE_BUTTON","features":[357]},{"name":"TDM_ENABLE_RADIO_BUTTON","features":[357]},{"name":"TDM_NAVIGATE_PAGE","features":[357]},{"name":"TDM_SET_BUTTON_ELEVATION_REQUIRED_STATE","features":[357]},{"name":"TDM_SET_ELEMENT_TEXT","features":[357]},{"name":"TDM_SET_MARQUEE_PROGRESS_BAR","features":[357]},{"name":"TDM_SET_PROGRESS_BAR_MARQUEE","features":[357]},{"name":"TDM_SET_PROGRESS_BAR_POS","features":[357]},{"name":"TDM_SET_PROGRESS_BAR_RANGE","features":[357]},{"name":"TDM_SET_PROGRESS_BAR_STATE","features":[357]},{"name":"TDM_UPDATE_ELEMENT_TEXT","features":[357]},{"name":"TDM_UPDATE_ICON","features":[357]},{"name":"TDN_BUTTON_CLICKED","features":[357]},{"name":"TDN_CREATED","features":[357]},{"name":"TDN_DESTROYED","features":[357]},{"name":"TDN_DIALOG_CONSTRUCTED","features":[357]},{"name":"TDN_EXPANDO_BUTTON_CLICKED","features":[357]},{"name":"TDN_HELP","features":[357]},{"name":"TDN_HYPERLINK_CLICKED","features":[357]},{"name":"TDN_NAVIGATED","features":[357]},{"name":"TDN_RADIO_BUTTON_CLICKED","features":[357]},{"name":"TDN_TIMER","features":[357]},{"name":"TDN_VERIFICATION_CLICKED","features":[357]},{"name":"TDP_FLASHBUTTON","features":[357]},{"name":"TDP_FLASHBUTTONGROUPMENU","features":[357]},{"name":"TDP_GROUPCOUNT","features":[357]},{"name":"TD_ERROR_ICON","features":[357]},{"name":"TD_INFORMATION_ICON","features":[357]},{"name":"TD_SHIELD_ICON","features":[357]},{"name":"TD_WARNING_ICON","features":[357]},{"name":"TEXTSELECTIONGRIPPERPARTS","features":[357]},{"name":"TEXTSHADOWTYPE","features":[357]},{"name":"TEXTSTYLEPARTS","features":[357]},{"name":"TEXT_BODYTEXT","features":[357]},{"name":"TEXT_BODYTITLE","features":[357]},{"name":"TEXT_CONTROLLABEL","features":[357]},{"name":"TEXT_EXPANDED","features":[357]},{"name":"TEXT_HYPERLINKTEXT","features":[357]},{"name":"TEXT_INSTRUCTION","features":[357]},{"name":"TEXT_LABEL","features":[357]},{"name":"TEXT_MAININSTRUCTION","features":[357]},{"name":"TEXT_SECONDARYTEXT","features":[357]},{"name":"THEMESIZE","features":[357]},{"name":"THEME_PROPERTY_SYMBOL_ID","features":[357]},{"name":"THUMBBOTTOMSTATES","features":[357]},{"name":"THUMBLEFTSTATES","features":[357]},{"name":"THUMBRIGHTSTATES","features":[357]},{"name":"THUMBSTATES","features":[357]},{"name":"THUMBTOPSTATES","features":[357]},{"name":"THUMBVERTSTATES","features":[357]},{"name":"TIBES_DISABLED","features":[357]},{"name":"TIBES_FOCUSED","features":[357]},{"name":"TIBES_HOT","features":[357]},{"name":"TIBES_NORMAL","features":[357]},{"name":"TIBES_SELECTED","features":[357]},{"name":"TICSSTATES","features":[357]},{"name":"TICSVERTSTATES","features":[357]},{"name":"TILES_DISABLED","features":[357]},{"name":"TILES_FOCUSED","features":[357]},{"name":"TILES_HOT","features":[357]},{"name":"TILES_NORMAL","features":[357]},{"name":"TILES_SELECTED","features":[357]},{"name":"TIRES_DISABLED","features":[357]},{"name":"TIRES_FOCUSED","features":[357]},{"name":"TIRES_HOT","features":[357]},{"name":"TIRES_NORMAL","features":[357]},{"name":"TIRES_SELECTED","features":[357]},{"name":"TIS_DISABLED","features":[357]},{"name":"TIS_FOCUSED","features":[357]},{"name":"TIS_HOT","features":[357]},{"name":"TIS_NORMAL","features":[357]},{"name":"TIS_SELECTED","features":[357]},{"name":"TITLEBARSTATES","features":[357]},{"name":"TKP_THUMB","features":[357]},{"name":"TKP_THUMBBOTTOM","features":[357]},{"name":"TKP_THUMBLEFT","features":[357]},{"name":"TKP_THUMBRIGHT","features":[357]},{"name":"TKP_THUMBTOP","features":[357]},{"name":"TKP_THUMBVERT","features":[357]},{"name":"TKP_TICS","features":[357]},{"name":"TKP_TICSVERT","features":[357]},{"name":"TKP_TRACK","features":[357]},{"name":"TKP_TRACKVERT","features":[357]},{"name":"TKS_NORMAL","features":[357]},{"name":"TMTVS_RESERVEDHIGH","features":[357]},{"name":"TMTVS_RESERVEDLOW","features":[357]},{"name":"TMT_ACCENTCOLORHINT","features":[357]},{"name":"TMT_ACTIVEBORDER","features":[357]},{"name":"TMT_ACTIVECAPTION","features":[357]},{"name":"TMT_ALIAS","features":[357]},{"name":"TMT_ALPHALEVEL","features":[357]},{"name":"TMT_ALPHATHRESHOLD","features":[357]},{"name":"TMT_ALWAYSSHOWSIZINGBAR","features":[357]},{"name":"TMT_ANIMATIONBUTTONRECT","features":[357]},{"name":"TMT_ANIMATIONDELAY","features":[357]},{"name":"TMT_ANIMATIONDURATION","features":[357]},{"name":"TMT_APPWORKSPACE","features":[357]},{"name":"TMT_ATLASIMAGE","features":[357]},{"name":"TMT_ATLASINPUTIMAGE","features":[357]},{"name":"TMT_ATLASRECT","features":[357]},{"name":"TMT_AUTHOR","features":[357]},{"name":"TMT_AUTOSIZE","features":[357]},{"name":"TMT_BACKGROUND","features":[357]},{"name":"TMT_BGFILL","features":[357]},{"name":"TMT_BGTYPE","features":[357]},{"name":"TMT_BITMAPREF","features":[357]},{"name":"TMT_BLENDCOLOR","features":[357]},{"name":"TMT_BODYFONT","features":[357]},{"name":"TMT_BODYTEXTCOLOR","features":[357]},{"name":"TMT_BOOL","features":[357]},{"name":"TMT_BORDERCOLOR","features":[357]},{"name":"TMT_BORDERCOLORHINT","features":[357]},{"name":"TMT_BORDERONLY","features":[357]},{"name":"TMT_BORDERSIZE","features":[357]},{"name":"TMT_BORDERTYPE","features":[357]},{"name":"TMT_BTNFACE","features":[357]},{"name":"TMT_BTNHIGHLIGHT","features":[357]},{"name":"TMT_BTNSHADOW","features":[357]},{"name":"TMT_BTNTEXT","features":[357]},{"name":"TMT_BUTTONALTERNATEFACE","features":[357]},{"name":"TMT_CAPTIONBARHEIGHT","features":[357]},{"name":"TMT_CAPTIONBARWIDTH","features":[357]},{"name":"TMT_CAPTIONFONT","features":[357]},{"name":"TMT_CAPTIONMARGINS","features":[357]},{"name":"TMT_CAPTIONTEXT","features":[357]},{"name":"TMT_CHARSET","features":[357]},{"name":"TMT_CLASSICVALUE","features":[357]},{"name":"TMT_COLOR","features":[357]},{"name":"TMT_COLORIZATIONCOLOR","features":[357]},{"name":"TMT_COLORIZATIONOPACITY","features":[357]},{"name":"TMT_COLORSCHEMES","features":[357]},{"name":"TMT_COMPANY","features":[357]},{"name":"TMT_COMPOSITED","features":[357]},{"name":"TMT_COMPOSITEDOPAQUE","features":[357]},{"name":"TMT_CONTENTALIGNMENT","features":[357]},{"name":"TMT_CONTENTMARGINS","features":[357]},{"name":"TMT_COPYRIGHT","features":[357]},{"name":"TMT_CSSNAME","features":[357]},{"name":"TMT_CUSTOMSPLITRECT","features":[357]},{"name":"TMT_DEFAULTPANESIZE","features":[357]},{"name":"TMT_DESCRIPTION","features":[357]},{"name":"TMT_DIBDATA","features":[357]},{"name":"TMT_DISKSTREAM","features":[357]},{"name":"TMT_DISPLAYNAME","features":[357]},{"name":"TMT_DKSHADOW3D","features":[357]},{"name":"TMT_DRAWBORDERS","features":[357]},{"name":"TMT_EDGEDKSHADOWCOLOR","features":[357]},{"name":"TMT_EDGEFILLCOLOR","features":[357]},{"name":"TMT_EDGEHIGHLIGHTCOLOR","features":[357]},{"name":"TMT_EDGELIGHTCOLOR","features":[357]},{"name":"TMT_EDGESHADOWCOLOR","features":[357]},{"name":"TMT_ENUM","features":[357]},{"name":"TMT_FILENAME","features":[357]},{"name":"TMT_FILLCOLOR","features":[357]},{"name":"TMT_FILLCOLORHINT","features":[357]},{"name":"TMT_FILLTYPE","features":[357]},{"name":"TMT_FIRSTBOOL","features":[357]},{"name":"TMT_FIRSTCOLOR","features":[357]},{"name":"TMT_FIRSTFONT","features":[357]},{"name":"TMT_FIRSTINT","features":[357]},{"name":"TMT_FIRSTSIZE","features":[357]},{"name":"TMT_FIRSTSTRING","features":[357]},{"name":"TMT_FIRST_RCSTRING_NAME","features":[357]},{"name":"TMT_FLATMENUS","features":[357]},{"name":"TMT_FLOAT","features":[357]},{"name":"TMT_FLOATLIST","features":[357]},{"name":"TMT_FONT","features":[357]},{"name":"TMT_FRAMESPERSECOND","features":[357]},{"name":"TMT_FROMCOLOR1","features":[357]},{"name":"TMT_FROMCOLOR2","features":[357]},{"name":"TMT_FROMCOLOR3","features":[357]},{"name":"TMT_FROMCOLOR4","features":[357]},{"name":"TMT_FROMCOLOR5","features":[357]},{"name":"TMT_FROMHUE1","features":[357]},{"name":"TMT_FROMHUE2","features":[357]},{"name":"TMT_FROMHUE3","features":[357]},{"name":"TMT_FROMHUE4","features":[357]},{"name":"TMT_FROMHUE5","features":[357]},{"name":"TMT_GLOWCOLOR","features":[357]},{"name":"TMT_GLOWINTENSITY","features":[357]},{"name":"TMT_GLYPHDIBDATA","features":[357]},{"name":"TMT_GLYPHFONT","features":[357]},{"name":"TMT_GLYPHFONTSIZINGTYPE","features":[357]},{"name":"TMT_GLYPHIMAGEFILE","features":[357]},{"name":"TMT_GLYPHINDEX","features":[357]},{"name":"TMT_GLYPHONLY","features":[357]},{"name":"TMT_GLYPHTEXTCOLOR","features":[357]},{"name":"TMT_GLYPHTRANSPARENT","features":[357]},{"name":"TMT_GLYPHTRANSPARENTCOLOR","features":[357]},{"name":"TMT_GLYPHTYPE","features":[357]},{"name":"TMT_GRADIENTACTIVECAPTION","features":[357]},{"name":"TMT_GRADIENTCOLOR1","features":[357]},{"name":"TMT_GRADIENTCOLOR2","features":[357]},{"name":"TMT_GRADIENTCOLOR3","features":[357]},{"name":"TMT_GRADIENTCOLOR4","features":[357]},{"name":"TMT_GRADIENTCOLOR5","features":[357]},{"name":"TMT_GRADIENTINACTIVECAPTION","features":[357]},{"name":"TMT_GRADIENTRATIO1","features":[357]},{"name":"TMT_GRADIENTRATIO2","features":[357]},{"name":"TMT_GRADIENTRATIO3","features":[357]},{"name":"TMT_GRADIENTRATIO4","features":[357]},{"name":"TMT_GRADIENTRATIO5","features":[357]},{"name":"TMT_GRAYTEXT","features":[357]},{"name":"TMT_HALIGN","features":[357]},{"name":"TMT_HBITMAP","features":[357]},{"name":"TMT_HEADING1FONT","features":[357]},{"name":"TMT_HEADING1TEXTCOLOR","features":[357]},{"name":"TMT_HEADING2FONT","features":[357]},{"name":"TMT_HEADING2TEXTCOLOR","features":[357]},{"name":"TMT_HEIGHT","features":[357]},{"name":"TMT_HIGHLIGHT","features":[357]},{"name":"TMT_HIGHLIGHTTEXT","features":[357]},{"name":"TMT_HOTTRACKING","features":[357]},{"name":"TMT_ICONEFFECT","features":[357]},{"name":"TMT_ICONTITLEFONT","features":[357]},{"name":"TMT_IMAGECOUNT","features":[357]},{"name":"TMT_IMAGEFILE","features":[357]},{"name":"TMT_IMAGEFILE1","features":[357]},{"name":"TMT_IMAGEFILE2","features":[357]},{"name":"TMT_IMAGEFILE3","features":[357]},{"name":"TMT_IMAGEFILE4","features":[357]},{"name":"TMT_IMAGEFILE5","features":[357]},{"name":"TMT_IMAGEFILE6","features":[357]},{"name":"TMT_IMAGEFILE7","features":[357]},{"name":"TMT_IMAGELAYOUT","features":[357]},{"name":"TMT_IMAGESELECTTYPE","features":[357]},{"name":"TMT_INACTIVEBORDER","features":[357]},{"name":"TMT_INACTIVECAPTION","features":[357]},{"name":"TMT_INACTIVECAPTIONTEXT","features":[357]},{"name":"TMT_INFOBK","features":[357]},{"name":"TMT_INFOTEXT","features":[357]},{"name":"TMT_INT","features":[357]},{"name":"TMT_INTEGRALSIZING","features":[357]},{"name":"TMT_INTLIST","features":[357]},{"name":"TMT_LASTBOOL","features":[357]},{"name":"TMT_LASTCOLOR","features":[357]},{"name":"TMT_LASTFONT","features":[357]},{"name":"TMT_LASTINT","features":[357]},{"name":"TMT_LASTSIZE","features":[357]},{"name":"TMT_LASTSTRING","features":[357]},{"name":"TMT_LASTUPDATED","features":[357]},{"name":"TMT_LAST_RCSTRING_NAME","features":[357]},{"name":"TMT_LIGHT3D","features":[357]},{"name":"TMT_LOCALIZEDMIRRORIMAGE","features":[357]},{"name":"TMT_MARGINS","features":[357]},{"name":"TMT_MENU","features":[357]},{"name":"TMT_MENUBAR","features":[357]},{"name":"TMT_MENUBARHEIGHT","features":[357]},{"name":"TMT_MENUBARWIDTH","features":[357]},{"name":"TMT_MENUFONT","features":[357]},{"name":"TMT_MENUHILIGHT","features":[357]},{"name":"TMT_MENUTEXT","features":[357]},{"name":"TMT_MINCOLORDEPTH","features":[357]},{"name":"TMT_MINDPI1","features":[357]},{"name":"TMT_MINDPI2","features":[357]},{"name":"TMT_MINDPI3","features":[357]},{"name":"TMT_MINDPI4","features":[357]},{"name":"TMT_MINDPI5","features":[357]},{"name":"TMT_MINDPI6","features":[357]},{"name":"TMT_MINDPI7","features":[357]},{"name":"TMT_MINSIZE","features":[357]},{"name":"TMT_MINSIZE1","features":[357]},{"name":"TMT_MINSIZE2","features":[357]},{"name":"TMT_MINSIZE3","features":[357]},{"name":"TMT_MINSIZE4","features":[357]},{"name":"TMT_MINSIZE5","features":[357]},{"name":"TMT_MINSIZE6","features":[357]},{"name":"TMT_MINSIZE7","features":[357]},{"name":"TMT_MIRRORIMAGE","features":[357]},{"name":"TMT_MSGBOXFONT","features":[357]},{"name":"TMT_NAME","features":[357]},{"name":"TMT_NOETCHEDEFFECT","features":[357]},{"name":"TMT_NORMALSIZE","features":[357]},{"name":"TMT_OFFSET","features":[357]},{"name":"TMT_OFFSETTYPE","features":[357]},{"name":"TMT_OPACITY","features":[357]},{"name":"TMT_PADDEDBORDERWIDTH","features":[357]},{"name":"TMT_PIXELSPERFRAME","features":[357]},{"name":"TMT_POSITION","features":[357]},{"name":"TMT_PROGRESSCHUNKSIZE","features":[357]},{"name":"TMT_PROGRESSSPACESIZE","features":[357]},{"name":"TMT_RECT","features":[357]},{"name":"TMT_RESERVEDHIGH","features":[357]},{"name":"TMT_RESERVEDLOW","features":[357]},{"name":"TMT_ROUNDCORNERHEIGHT","features":[357]},{"name":"TMT_ROUNDCORNERWIDTH","features":[357]},{"name":"TMT_SATURATION","features":[357]},{"name":"TMT_SCALEDBACKGROUND","features":[357]},{"name":"TMT_SCROLLBAR","features":[357]},{"name":"TMT_SCROLLBARHEIGHT","features":[357]},{"name":"TMT_SCROLLBARWIDTH","features":[357]},{"name":"TMT_SHADOWCOLOR","features":[357]},{"name":"TMT_SIZE","features":[357]},{"name":"TMT_SIZES","features":[357]},{"name":"TMT_SIZINGBORDERWIDTH","features":[357]},{"name":"TMT_SIZINGMARGINS","features":[357]},{"name":"TMT_SIZINGTYPE","features":[357]},{"name":"TMT_SMALLCAPTIONFONT","features":[357]},{"name":"TMT_SMCAPTIONBARHEIGHT","features":[357]},{"name":"TMT_SMCAPTIONBARWIDTH","features":[357]},{"name":"TMT_SOURCEGROW","features":[357]},{"name":"TMT_SOURCESHRINK","features":[357]},{"name":"TMT_STATUSFONT","features":[357]},{"name":"TMT_STREAM","features":[357]},{"name":"TMT_STRING","features":[357]},{"name":"TMT_TEXT","features":[357]},{"name":"TMT_TEXTAPPLYOVERLAY","features":[357]},{"name":"TMT_TEXTBORDERCOLOR","features":[357]},{"name":"TMT_TEXTBORDERSIZE","features":[357]},{"name":"TMT_TEXTCOLOR","features":[357]},{"name":"TMT_TEXTCOLORHINT","features":[357]},{"name":"TMT_TEXTGLOW","features":[357]},{"name":"TMT_TEXTGLOWSIZE","features":[357]},{"name":"TMT_TEXTITALIC","features":[357]},{"name":"TMT_TEXTSHADOWCOLOR","features":[357]},{"name":"TMT_TEXTSHADOWOFFSET","features":[357]},{"name":"TMT_TEXTSHADOWTYPE","features":[357]},{"name":"TMT_TOCOLOR1","features":[357]},{"name":"TMT_TOCOLOR2","features":[357]},{"name":"TMT_TOCOLOR3","features":[357]},{"name":"TMT_TOCOLOR4","features":[357]},{"name":"TMT_TOCOLOR5","features":[357]},{"name":"TMT_TOHUE1","features":[357]},{"name":"TMT_TOHUE2","features":[357]},{"name":"TMT_TOHUE3","features":[357]},{"name":"TMT_TOHUE4","features":[357]},{"name":"TMT_TOHUE5","features":[357]},{"name":"TMT_TOOLTIP","features":[357]},{"name":"TMT_TRANSITIONDURATIONS","features":[357]},{"name":"TMT_TRANSPARENT","features":[357]},{"name":"TMT_TRANSPARENTCOLOR","features":[357]},{"name":"TMT_TRUESIZESCALINGTYPE","features":[357]},{"name":"TMT_TRUESIZESTRETCHMARK","features":[357]},{"name":"TMT_UNIFORMSIZING","features":[357]},{"name":"TMT_URL","features":[357]},{"name":"TMT_USERPICTURE","features":[357]},{"name":"TMT_VALIGN","features":[357]},{"name":"TMT_VERSION","features":[357]},{"name":"TMT_WIDTH","features":[357]},{"name":"TMT_WINDOW","features":[357]},{"name":"TMT_WINDOWFRAME","features":[357]},{"name":"TMT_WINDOWTEXT","features":[357]},{"name":"TMT_XMLNAME","features":[357]},{"name":"TNP_ANIMBACKGROUND","features":[357]},{"name":"TNP_BACKGROUND","features":[357]},{"name":"TOOLBARCLASSNAME","features":[357]},{"name":"TOOLBARCLASSNAMEA","features":[357]},{"name":"TOOLBARCLASSNAMEW","features":[357]},{"name":"TOOLBARPARTS","features":[357]},{"name":"TOOLBARSTYLESTATES","features":[357]},{"name":"TOOLTIPPARTS","features":[357]},{"name":"TOOLTIPS_CLASS","features":[357]},{"name":"TOOLTIPS_CLASSA","features":[357]},{"name":"TOOLTIPS_CLASSW","features":[357]},{"name":"TOOLTIP_FLAGS","features":[357]},{"name":"TOPTABITEMBOTHEDGESTATES","features":[357]},{"name":"TOPTABITEMLEFTEDGESTATES","features":[357]},{"name":"TOPTABITEMRIGHTEDGESTATES","features":[357]},{"name":"TOPTABITEMSTATES","features":[357]},{"name":"TOUCH_HIT_TESTING_INPUT","features":[307,357]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_EVALUATION","features":[307,357]},{"name":"TP_BUTTON","features":[357]},{"name":"TP_DROPDOWNBUTTON","features":[357]},{"name":"TP_DROPDOWNBUTTONGLYPH","features":[357]},{"name":"TP_SEPARATOR","features":[357]},{"name":"TP_SEPARATORVERT","features":[357]},{"name":"TP_SPLITBUTTON","features":[357]},{"name":"TP_SPLITBUTTONDROPDOWN","features":[357]},{"name":"TRACKBARPARTS","features":[357]},{"name":"TRACKBARSTYLESTATES","features":[357]},{"name":"TRACKBAR_CLASS","features":[357]},{"name":"TRACKBAR_CLASSA","features":[357]},{"name":"TRACKBAR_CLASSW","features":[357]},{"name":"TRACKSTATES","features":[357]},{"name":"TRACKVERTSTATES","features":[357]},{"name":"TRAILINGGRIDCELLSTATES","features":[357]},{"name":"TRAILINGGRIDCELLUPPERSTATES","features":[357]},{"name":"TRANSPARENTBACKGROUNDSTATES","features":[357]},{"name":"TRANSPARENTBARSTATES","features":[357]},{"name":"TRANSPARENTBARVERTSTATES","features":[357]},{"name":"TRAYNOTIFYPARTS","features":[357]},{"name":"TRBN_FIRST","features":[357]},{"name":"TRBN_LAST","features":[357]},{"name":"TRBN_THUMBPOSCHANGING","features":[357]},{"name":"TREEITEMSTATES","features":[357]},{"name":"TREEVIEWPARTS","features":[357]},{"name":"TREE_VIEW_ITEM_STATE_FLAGS","features":[357]},{"name":"TREIS_DISABLED","features":[357]},{"name":"TREIS_HOT","features":[357]},{"name":"TREIS_HOTSELECTED","features":[357]},{"name":"TREIS_NORMAL","features":[357]},{"name":"TREIS_SELECTED","features":[357]},{"name":"TREIS_SELECTEDNOTFOCUS","features":[357]},{"name":"TRS_NORMAL","features":[357]},{"name":"TRUESIZESCALINGTYPE","features":[357]},{"name":"TRVS_NORMAL","features":[357]},{"name":"TSGP_GRIPPER","features":[357]},{"name":"TSGS_CENTERED","features":[357]},{"name":"TSGS_NORMAL","features":[357]},{"name":"TSST_DPI","features":[357]},{"name":"TSST_NONE","features":[357]},{"name":"TSST_SIZE","features":[357]},{"name":"TSS_NORMAL","features":[357]},{"name":"TST_CONTINUOUS","features":[357]},{"name":"TST_NONE","features":[357]},{"name":"TST_SINGLE","features":[357]},{"name":"TSVS_NORMAL","features":[357]},{"name":"TS_CHECKED","features":[357]},{"name":"TS_CONTROLLABEL_DISABLED","features":[357]},{"name":"TS_CONTROLLABEL_NORMAL","features":[357]},{"name":"TS_DISABLED","features":[357]},{"name":"TS_DRAW","features":[357]},{"name":"TS_HOT","features":[357]},{"name":"TS_HOTCHECKED","features":[357]},{"name":"TS_HYPERLINK_DISABLED","features":[357]},{"name":"TS_HYPERLINK_HOT","features":[357]},{"name":"TS_HYPERLINK_NORMAL","features":[357]},{"name":"TS_HYPERLINK_PRESSED","features":[357]},{"name":"TS_MIN","features":[357]},{"name":"TS_NEARHOT","features":[357]},{"name":"TS_NORMAL","features":[357]},{"name":"TS_OTHERSIDEHOT","features":[357]},{"name":"TS_PRESSED","features":[357]},{"name":"TS_TRUE","features":[357]},{"name":"TTBSS_POINTINGDOWNCENTERED","features":[357]},{"name":"TTBSS_POINTINGDOWNLEFTWALL","features":[357]},{"name":"TTBSS_POINTINGDOWNRIGHTWALL","features":[357]},{"name":"TTBSS_POINTINGUPCENTERED","features":[357]},{"name":"TTBSS_POINTINGUPLEFTWALL","features":[357]},{"name":"TTBSS_POINTINGUPRIGHTWALL","features":[357]},{"name":"TTBS_LINK","features":[357]},{"name":"TTBS_NORMAL","features":[357]},{"name":"TTCS_HOT","features":[357]},{"name":"TTCS_NORMAL","features":[357]},{"name":"TTCS_PRESSED","features":[357]},{"name":"TTDT_AUTOMATIC","features":[357]},{"name":"TTDT_AUTOPOP","features":[357]},{"name":"TTDT_INITIAL","features":[357]},{"name":"TTDT_RESHOW","features":[357]},{"name":"TTFT_CUBIC_BEZIER","features":[357]},{"name":"TTFT_UNDEFINED","features":[357]},{"name":"TTF_ABSOLUTE","features":[357]},{"name":"TTF_CENTERTIP","features":[357]},{"name":"TTF_DI_SETITEM","features":[357]},{"name":"TTF_IDISHWND","features":[357]},{"name":"TTF_PARSELINKS","features":[357]},{"name":"TTF_RTLREADING","features":[357]},{"name":"TTF_SUBCLASS","features":[357]},{"name":"TTF_TRACK","features":[357]},{"name":"TTF_TRANSPARENT","features":[357]},{"name":"TTGETTITLE","features":[357]},{"name":"TTHITTESTINFOA","features":[307,357]},{"name":"TTHITTESTINFOW","features":[307,357]},{"name":"TTIBES_DISABLED","features":[357]},{"name":"TTIBES_FOCUSED","features":[357]},{"name":"TTIBES_HOT","features":[357]},{"name":"TTIBES_NORMAL","features":[357]},{"name":"TTIBES_SELECTED","features":[357]},{"name":"TTILES_DISABLED","features":[357]},{"name":"TTILES_FOCUSED","features":[357]},{"name":"TTILES_HOT","features":[357]},{"name":"TTILES_NORMAL","features":[357]},{"name":"TTILES_SELECTED","features":[357]},{"name":"TTIRES_DISABLED","features":[357]},{"name":"TTIRES_FOCUSED","features":[357]},{"name":"TTIRES_HOT","features":[357]},{"name":"TTIRES_NORMAL","features":[357]},{"name":"TTIRES_SELECTED","features":[357]},{"name":"TTIS_DISABLED","features":[357]},{"name":"TTIS_FOCUSED","features":[357]},{"name":"TTIS_HOT","features":[357]},{"name":"TTIS_NORMAL","features":[357]},{"name":"TTIS_SELECTED","features":[357]},{"name":"TTI_ERROR","features":[357]},{"name":"TTI_ERROR_LARGE","features":[357]},{"name":"TTI_INFO","features":[357]},{"name":"TTI_INFO_LARGE","features":[357]},{"name":"TTI_NONE","features":[357]},{"name":"TTI_WARNING","features":[357]},{"name":"TTI_WARNING_LARGE","features":[357]},{"name":"TTM_ACTIVATE","features":[357]},{"name":"TTM_ADDTOOL","features":[357]},{"name":"TTM_ADDTOOLA","features":[357]},{"name":"TTM_ADDTOOLW","features":[357]},{"name":"TTM_ADJUSTRECT","features":[357]},{"name":"TTM_DELTOOL","features":[357]},{"name":"TTM_DELTOOLA","features":[357]},{"name":"TTM_DELTOOLW","features":[357]},{"name":"TTM_ENUMTOOLS","features":[357]},{"name":"TTM_ENUMTOOLSA","features":[357]},{"name":"TTM_ENUMTOOLSW","features":[357]},{"name":"TTM_GETBUBBLESIZE","features":[357]},{"name":"TTM_GETCURRENTTOOL","features":[357]},{"name":"TTM_GETCURRENTTOOLA","features":[357]},{"name":"TTM_GETCURRENTTOOLW","features":[357]},{"name":"TTM_GETDELAYTIME","features":[357]},{"name":"TTM_GETMARGIN","features":[357]},{"name":"TTM_GETMAXTIPWIDTH","features":[357]},{"name":"TTM_GETTEXT","features":[357]},{"name":"TTM_GETTEXTA","features":[357]},{"name":"TTM_GETTEXTW","features":[357]},{"name":"TTM_GETTIPBKCOLOR","features":[357]},{"name":"TTM_GETTIPTEXTCOLOR","features":[357]},{"name":"TTM_GETTITLE","features":[357]},{"name":"TTM_GETTOOLCOUNT","features":[357]},{"name":"TTM_GETTOOLINFO","features":[357]},{"name":"TTM_GETTOOLINFOA","features":[357]},{"name":"TTM_GETTOOLINFOW","features":[357]},{"name":"TTM_HITTEST","features":[357]},{"name":"TTM_HITTESTA","features":[357]},{"name":"TTM_HITTESTW","features":[357]},{"name":"TTM_NEWTOOLRECT","features":[357]},{"name":"TTM_NEWTOOLRECTA","features":[357]},{"name":"TTM_NEWTOOLRECTW","features":[357]},{"name":"TTM_POP","features":[357]},{"name":"TTM_POPUP","features":[357]},{"name":"TTM_RELAYEVENT","features":[357]},{"name":"TTM_SETDELAYTIME","features":[357]},{"name":"TTM_SETMARGIN","features":[357]},{"name":"TTM_SETMAXTIPWIDTH","features":[357]},{"name":"TTM_SETTIPBKCOLOR","features":[357]},{"name":"TTM_SETTIPTEXTCOLOR","features":[357]},{"name":"TTM_SETTITLE","features":[357]},{"name":"TTM_SETTITLEA","features":[357]},{"name":"TTM_SETTITLEW","features":[357]},{"name":"TTM_SETTOOLINFO","features":[357]},{"name":"TTM_SETTOOLINFOA","features":[357]},{"name":"TTM_SETTOOLINFOW","features":[357]},{"name":"TTM_SETWINDOWTHEME","features":[357]},{"name":"TTM_TRACKACTIVATE","features":[357]},{"name":"TTM_TRACKPOSITION","features":[357]},{"name":"TTM_UPDATE","features":[357]},{"name":"TTM_UPDATETIPTEXT","features":[357]},{"name":"TTM_UPDATETIPTEXTA","features":[357]},{"name":"TTM_UPDATETIPTEXTW","features":[357]},{"name":"TTM_WINDOWFROMPOINT","features":[357]},{"name":"TTN_FIRST","features":[357]},{"name":"TTN_GETDISPINFO","features":[357]},{"name":"TTN_GETDISPINFOA","features":[357]},{"name":"TTN_GETDISPINFOW","features":[357]},{"name":"TTN_LAST","features":[357]},{"name":"TTN_LINKCLICK","features":[357]},{"name":"TTN_NEEDTEXT","features":[357]},{"name":"TTN_NEEDTEXTA","features":[357]},{"name":"TTN_NEEDTEXTW","features":[357]},{"name":"TTN_POP","features":[357]},{"name":"TTN_SHOW","features":[357]},{"name":"TTP_BALLOON","features":[357]},{"name":"TTP_BALLOONSTEM","features":[357]},{"name":"TTP_BALLOONTITLE","features":[357]},{"name":"TTP_CLOSE","features":[357]},{"name":"TTP_STANDARD","features":[357]},{"name":"TTP_STANDARDTITLE","features":[357]},{"name":"TTP_WRENCH","features":[357]},{"name":"TTSS_LINK","features":[357]},{"name":"TTSS_NORMAL","features":[357]},{"name":"TTS_ALWAYSTIP","features":[357]},{"name":"TTS_BALLOON","features":[357]},{"name":"TTS_CLOSE","features":[357]},{"name":"TTS_NOANIMATE","features":[357]},{"name":"TTS_NOFADE","features":[357]},{"name":"TTS_NOPREFIX","features":[357]},{"name":"TTS_USEVISUALSTYLE","features":[357]},{"name":"TTTOOLINFOA","features":[307,357]},{"name":"TTTOOLINFOW","features":[307,357]},{"name":"TTWS_HOT","features":[357]},{"name":"TTWS_NORMAL","features":[357]},{"name":"TTWS_PRESSED","features":[357]},{"name":"TUBS_DISABLED","features":[357]},{"name":"TUBS_FOCUSED","features":[357]},{"name":"TUBS_HOT","features":[357]},{"name":"TUBS_NORMAL","features":[357]},{"name":"TUBS_PRESSED","features":[357]},{"name":"TUS_DISABLED","features":[357]},{"name":"TUS_FOCUSED","features":[357]},{"name":"TUS_HOT","features":[357]},{"name":"TUS_NORMAL","features":[357]},{"name":"TUS_PRESSED","features":[357]},{"name":"TUTS_DISABLED","features":[357]},{"name":"TUTS_FOCUSED","features":[357]},{"name":"TUTS_HOT","features":[357]},{"name":"TUTS_NORMAL","features":[357]},{"name":"TUTS_PRESSED","features":[357]},{"name":"TUVLS_DISABLED","features":[357]},{"name":"TUVLS_FOCUSED","features":[357]},{"name":"TUVLS_HOT","features":[357]},{"name":"TUVLS_NORMAL","features":[357]},{"name":"TUVLS_PRESSED","features":[357]},{"name":"TUVRS_DISABLED","features":[357]},{"name":"TUVRS_FOCUSED","features":[357]},{"name":"TUVRS_HOT","features":[357]},{"name":"TUVRS_NORMAL","features":[357]},{"name":"TUVRS_PRESSED","features":[357]},{"name":"TUVS_DISABLED","features":[357]},{"name":"TUVS_FOCUSED","features":[357]},{"name":"TUVS_HOT","features":[357]},{"name":"TUVS_NORMAL","features":[357]},{"name":"TUVS_PRESSED","features":[357]},{"name":"TVCDRF_NOIMAGES","features":[357]},{"name":"TVC_BYKEYBOARD","features":[357]},{"name":"TVC_BYMOUSE","features":[357]},{"name":"TVC_UNKNOWN","features":[357]},{"name":"TVE_COLLAPSE","features":[357]},{"name":"TVE_COLLAPSERESET","features":[357]},{"name":"TVE_EXPAND","features":[357]},{"name":"TVE_EXPANDPARTIAL","features":[357]},{"name":"TVE_TOGGLE","features":[357]},{"name":"TVGETITEMPARTRECTINFO","features":[307,357]},{"name":"TVGIPR_BUTTON","features":[357]},{"name":"TVGN_CARET","features":[357]},{"name":"TVGN_CHILD","features":[357]},{"name":"TVGN_DROPHILITE","features":[357]},{"name":"TVGN_FIRSTVISIBLE","features":[357]},{"name":"TVGN_LASTVISIBLE","features":[357]},{"name":"TVGN_NEXT","features":[357]},{"name":"TVGN_NEXTSELECTED","features":[357]},{"name":"TVGN_NEXTVISIBLE","features":[357]},{"name":"TVGN_PARENT","features":[357]},{"name":"TVGN_PREVIOUS","features":[357]},{"name":"TVGN_PREVIOUSVISIBLE","features":[357]},{"name":"TVGN_ROOT","features":[357]},{"name":"TVHITTESTINFO","features":[307,357]},{"name":"TVHITTESTINFO_FLAGS","features":[357]},{"name":"TVHT_ABOVE","features":[357]},{"name":"TVHT_BELOW","features":[357]},{"name":"TVHT_NOWHERE","features":[357]},{"name":"TVHT_ONITEM","features":[357]},{"name":"TVHT_ONITEMBUTTON","features":[357]},{"name":"TVHT_ONITEMICON","features":[357]},{"name":"TVHT_ONITEMINDENT","features":[357]},{"name":"TVHT_ONITEMLABEL","features":[357]},{"name":"TVHT_ONITEMRIGHT","features":[357]},{"name":"TVHT_ONITEMSTATEICON","features":[357]},{"name":"TVHT_TOLEFT","features":[357]},{"name":"TVHT_TORIGHT","features":[357]},{"name":"TVIF_CHILDREN","features":[357]},{"name":"TVIF_DI_SETITEM","features":[357]},{"name":"TVIF_EXPANDEDIMAGE","features":[357]},{"name":"TVIF_HANDLE","features":[357]},{"name":"TVIF_IMAGE","features":[357]},{"name":"TVIF_INTEGRAL","features":[357]},{"name":"TVIF_PARAM","features":[357]},{"name":"TVIF_SELECTEDIMAGE","features":[357]},{"name":"TVIF_STATE","features":[357]},{"name":"TVIF_STATEEX","features":[357]},{"name":"TVIF_TEXT","features":[357]},{"name":"TVINSERTSTRUCTA","features":[307,357]},{"name":"TVINSERTSTRUCTW","features":[307,357]},{"name":"TVIS_BOLD","features":[357]},{"name":"TVIS_CUT","features":[357]},{"name":"TVIS_DROPHILITED","features":[357]},{"name":"TVIS_EXPANDED","features":[357]},{"name":"TVIS_EXPANDEDONCE","features":[357]},{"name":"TVIS_EXPANDPARTIAL","features":[357]},{"name":"TVIS_EX_ALL","features":[357]},{"name":"TVIS_EX_DISABLED","features":[357]},{"name":"TVIS_EX_FLAT","features":[357]},{"name":"TVIS_OVERLAYMASK","features":[357]},{"name":"TVIS_SELECTED","features":[357]},{"name":"TVIS_STATEIMAGEMASK","features":[357]},{"name":"TVIS_USERMASK","features":[357]},{"name":"TVITEMA","features":[307,357]},{"name":"TVITEMEXA","features":[307,357]},{"name":"TVITEMEXW","features":[307,357]},{"name":"TVITEMEXW_CHILDREN","features":[357]},{"name":"TVITEMPART","features":[357]},{"name":"TVITEMW","features":[307,357]},{"name":"TVITEM_MASK","features":[357]},{"name":"TVI_FIRST","features":[357]},{"name":"TVI_LAST","features":[357]},{"name":"TVI_ROOT","features":[357]},{"name":"TVI_SORT","features":[357]},{"name":"TVM_CREATEDRAGIMAGE","features":[357]},{"name":"TVM_DELETEITEM","features":[357]},{"name":"TVM_EDITLABEL","features":[357]},{"name":"TVM_EDITLABELA","features":[357]},{"name":"TVM_EDITLABELW","features":[357]},{"name":"TVM_ENDEDITLABELNOW","features":[357]},{"name":"TVM_ENSUREVISIBLE","features":[357]},{"name":"TVM_EXPAND","features":[357]},{"name":"TVM_GETBKCOLOR","features":[357]},{"name":"TVM_GETCOUNT","features":[357]},{"name":"TVM_GETEDITCONTROL","features":[357]},{"name":"TVM_GETEXTENDEDSTYLE","features":[357]},{"name":"TVM_GETIMAGELIST","features":[357]},{"name":"TVM_GETINDENT","features":[357]},{"name":"TVM_GETINSERTMARKCOLOR","features":[357]},{"name":"TVM_GETISEARCHSTRING","features":[357]},{"name":"TVM_GETISEARCHSTRINGA","features":[357]},{"name":"TVM_GETISEARCHSTRINGW","features":[357]},{"name":"TVM_GETITEM","features":[357]},{"name":"TVM_GETITEMA","features":[357]},{"name":"TVM_GETITEMHEIGHT","features":[357]},{"name":"TVM_GETITEMPARTRECT","features":[357]},{"name":"TVM_GETITEMRECT","features":[357]},{"name":"TVM_GETITEMSTATE","features":[357]},{"name":"TVM_GETITEMW","features":[357]},{"name":"TVM_GETLINECOLOR","features":[357]},{"name":"TVM_GETNEXTITEM","features":[357]},{"name":"TVM_GETSCROLLTIME","features":[357]},{"name":"TVM_GETSELECTEDCOUNT","features":[357]},{"name":"TVM_GETTEXTCOLOR","features":[357]},{"name":"TVM_GETTOOLTIPS","features":[357]},{"name":"TVM_GETUNICODEFORMAT","features":[357]},{"name":"TVM_GETVISIBLECOUNT","features":[357]},{"name":"TVM_HITTEST","features":[357]},{"name":"TVM_INSERTITEM","features":[357]},{"name":"TVM_INSERTITEMA","features":[357]},{"name":"TVM_INSERTITEMW","features":[357]},{"name":"TVM_MAPACCIDTOHTREEITEM","features":[357]},{"name":"TVM_MAPHTREEITEMTOACCID","features":[357]},{"name":"TVM_SELECTITEM","features":[357]},{"name":"TVM_SETAUTOSCROLLINFO","features":[357]},{"name":"TVM_SETBKCOLOR","features":[357]},{"name":"TVM_SETBORDER","features":[357]},{"name":"TVM_SETEXTENDEDSTYLE","features":[357]},{"name":"TVM_SETHOT","features":[357]},{"name":"TVM_SETIMAGELIST","features":[357]},{"name":"TVM_SETINDENT","features":[357]},{"name":"TVM_SETINSERTMARK","features":[357]},{"name":"TVM_SETINSERTMARKCOLOR","features":[357]},{"name":"TVM_SETITEM","features":[357]},{"name":"TVM_SETITEMA","features":[357]},{"name":"TVM_SETITEMHEIGHT","features":[357]},{"name":"TVM_SETITEMW","features":[357]},{"name":"TVM_SETLINECOLOR","features":[357]},{"name":"TVM_SETSCROLLTIME","features":[357]},{"name":"TVM_SETTEXTCOLOR","features":[357]},{"name":"TVM_SETTOOLTIPS","features":[357]},{"name":"TVM_SETUNICODEFORMAT","features":[357]},{"name":"TVM_SHOWINFOTIP","features":[357]},{"name":"TVM_SORTCHILDREN","features":[357]},{"name":"TVM_SORTCHILDRENCB","features":[357]},{"name":"TVNRET_DEFAULT","features":[357]},{"name":"TVNRET_SKIPNEW","features":[357]},{"name":"TVNRET_SKIPOLD","features":[357]},{"name":"TVN_ASYNCDRAW","features":[357]},{"name":"TVN_BEGINDRAG","features":[357]},{"name":"TVN_BEGINDRAGA","features":[357]},{"name":"TVN_BEGINDRAGW","features":[357]},{"name":"TVN_BEGINLABELEDIT","features":[357]},{"name":"TVN_BEGINLABELEDITA","features":[357]},{"name":"TVN_BEGINLABELEDITW","features":[357]},{"name":"TVN_BEGINRDRAG","features":[357]},{"name":"TVN_BEGINRDRAGA","features":[357]},{"name":"TVN_BEGINRDRAGW","features":[357]},{"name":"TVN_DELETEITEM","features":[357]},{"name":"TVN_DELETEITEMA","features":[357]},{"name":"TVN_DELETEITEMW","features":[357]},{"name":"TVN_ENDLABELEDIT","features":[357]},{"name":"TVN_ENDLABELEDITA","features":[357]},{"name":"TVN_ENDLABELEDITW","features":[357]},{"name":"TVN_FIRST","features":[357]},{"name":"TVN_GETDISPINFO","features":[357]},{"name":"TVN_GETDISPINFOA","features":[357]},{"name":"TVN_GETDISPINFOW","features":[357]},{"name":"TVN_GETINFOTIP","features":[357]},{"name":"TVN_GETINFOTIPA","features":[357]},{"name":"TVN_GETINFOTIPW","features":[357]},{"name":"TVN_ITEMCHANGED","features":[357]},{"name":"TVN_ITEMCHANGEDA","features":[357]},{"name":"TVN_ITEMCHANGEDW","features":[357]},{"name":"TVN_ITEMCHANGING","features":[357]},{"name":"TVN_ITEMCHANGINGA","features":[357]},{"name":"TVN_ITEMCHANGINGW","features":[357]},{"name":"TVN_ITEMEXPANDED","features":[357]},{"name":"TVN_ITEMEXPANDEDA","features":[357]},{"name":"TVN_ITEMEXPANDEDW","features":[357]},{"name":"TVN_ITEMEXPANDING","features":[357]},{"name":"TVN_ITEMEXPANDINGA","features":[357]},{"name":"TVN_ITEMEXPANDINGW","features":[357]},{"name":"TVN_KEYDOWN","features":[357]},{"name":"TVN_LAST","features":[357]},{"name":"TVN_SELCHANGED","features":[357]},{"name":"TVN_SELCHANGEDA","features":[357]},{"name":"TVN_SELCHANGEDW","features":[357]},{"name":"TVN_SELCHANGING","features":[357]},{"name":"TVN_SELCHANGINGA","features":[357]},{"name":"TVN_SELCHANGINGW","features":[357]},{"name":"TVN_SETDISPINFO","features":[357]},{"name":"TVN_SETDISPINFOA","features":[357]},{"name":"TVN_SETDISPINFOW","features":[357]},{"name":"TVN_SINGLEEXPAND","features":[357]},{"name":"TVP_BRANCH","features":[357]},{"name":"TVP_GLYPH","features":[357]},{"name":"TVP_HOTGLYPH","features":[357]},{"name":"TVP_TREEITEM","features":[357]},{"name":"TVSBF_XBORDER","features":[357]},{"name":"TVSBF_YBORDER","features":[357]},{"name":"TVSIL_NORMAL","features":[357]},{"name":"TVSIL_STATE","features":[357]},{"name":"TVSI_NOSINGLEEXPAND","features":[357]},{"name":"TVSORTCB","features":[307,357]},{"name":"TVS_CHECKBOXES","features":[357]},{"name":"TVS_DISABLEDRAGDROP","features":[357]},{"name":"TVS_EDITLABELS","features":[357]},{"name":"TVS_EX_AUTOHSCROLL","features":[357]},{"name":"TVS_EX_DIMMEDCHECKBOXES","features":[357]},{"name":"TVS_EX_DOUBLEBUFFER","features":[357]},{"name":"TVS_EX_DRAWIMAGEASYNC","features":[357]},{"name":"TVS_EX_EXCLUSIONCHECKBOXES","features":[357]},{"name":"TVS_EX_FADEINOUTEXPANDOS","features":[357]},{"name":"TVS_EX_MULTISELECT","features":[357]},{"name":"TVS_EX_NOINDENTSTATE","features":[357]},{"name":"TVS_EX_NOSINGLECOLLAPSE","features":[357]},{"name":"TVS_EX_PARTIALCHECKBOXES","features":[357]},{"name":"TVS_EX_RICHTOOLTIP","features":[357]},{"name":"TVS_FULLROWSELECT","features":[357]},{"name":"TVS_HASBUTTONS","features":[357]},{"name":"TVS_HASLINES","features":[357]},{"name":"TVS_INFOTIP","features":[357]},{"name":"TVS_LINESATROOT","features":[357]},{"name":"TVS_NOHSCROLL","features":[357]},{"name":"TVS_NONEVENHEIGHT","features":[357]},{"name":"TVS_NOSCROLL","features":[357]},{"name":"TVS_NOTOOLTIPS","features":[357]},{"name":"TVS_RTLREADING","features":[357]},{"name":"TVS_SHOWSELALWAYS","features":[357]},{"name":"TVS_SINGLEEXPAND","features":[357]},{"name":"TVS_TRACKSELECT","features":[357]},{"name":"TV_FIRST","features":[357]},{"name":"TaskDialog","features":[307,357]},{"name":"TaskDialogIndirect","features":[307,357,371]},{"name":"UDACCEL","features":[357]},{"name":"UDM_GETACCEL","features":[357]},{"name":"UDM_GETBASE","features":[357]},{"name":"UDM_GETBUDDY","features":[357]},{"name":"UDM_GETPOS","features":[357]},{"name":"UDM_GETPOS32","features":[357]},{"name":"UDM_GETRANGE","features":[357]},{"name":"UDM_GETRANGE32","features":[357]},{"name":"UDM_GETUNICODEFORMAT","features":[357]},{"name":"UDM_SETACCEL","features":[357]},{"name":"UDM_SETBASE","features":[357]},{"name":"UDM_SETBUDDY","features":[357]},{"name":"UDM_SETPOS","features":[357]},{"name":"UDM_SETPOS32","features":[357]},{"name":"UDM_SETRANGE","features":[357]},{"name":"UDM_SETRANGE32","features":[357]},{"name":"UDM_SETUNICODEFORMAT","features":[357]},{"name":"UDN_DELTAPOS","features":[357]},{"name":"UDN_FIRST","features":[357]},{"name":"UDN_LAST","features":[357]},{"name":"UDS_ALIGNLEFT","features":[357]},{"name":"UDS_ALIGNRIGHT","features":[357]},{"name":"UDS_ARROWKEYS","features":[357]},{"name":"UDS_AUTOBUDDY","features":[357]},{"name":"UDS_HORZ","features":[357]},{"name":"UDS_HOTTRACK","features":[357]},{"name":"UDS_NOTHOUSANDS","features":[357]},{"name":"UDS_SETBUDDYINT","features":[357]},{"name":"UDS_WRAP","features":[357]},{"name":"UD_MAXVAL","features":[357]},{"name":"UPDATEMETADATASTATES","features":[357]},{"name":"UPDOWN_CLASS","features":[357]},{"name":"UPDOWN_CLASSA","features":[357]},{"name":"UPDOWN_CLASSW","features":[357]},{"name":"UPHORZSTATES","features":[357]},{"name":"UPHZS_DISABLED","features":[357]},{"name":"UPHZS_HOT","features":[357]},{"name":"UPHZS_NORMAL","features":[357]},{"name":"UPHZS_PRESSED","features":[357]},{"name":"UPSTATES","features":[357]},{"name":"UPS_DISABLED","features":[357]},{"name":"UPS_HOT","features":[357]},{"name":"UPS_NORMAL","features":[357]},{"name":"UPS_PRESSED","features":[357]},{"name":"USAGE_PROPERTIES","features":[357]},{"name":"USERTILEPARTS","features":[357]},{"name":"UTP_HOVERBACKGROUND","features":[357]},{"name":"UTP_STROKEBACKGROUND","features":[357]},{"name":"UTS_HOT","features":[357]},{"name":"UTS_NORMAL","features":[357]},{"name":"UTS_PRESSED","features":[357]},{"name":"UninitializeFlatSB","features":[307,357]},{"name":"UpdatePanningFeedback","features":[307,357]},{"name":"VALIDBITS","features":[357]},{"name":"VALIGN","features":[357]},{"name":"VA_BOTTOM","features":[357]},{"name":"VA_CENTER","features":[357]},{"name":"VA_TOP","features":[357]},{"name":"VERTSCROLLSTATES","features":[357]},{"name":"VERTTHUMBSTATES","features":[357]},{"name":"VIEW_DETAILS","features":[357]},{"name":"VIEW_LARGEICONS","features":[357]},{"name":"VIEW_LIST","features":[357]},{"name":"VIEW_NETCONNECT","features":[357]},{"name":"VIEW_NETDISCONNECT","features":[357]},{"name":"VIEW_NEWFOLDER","features":[357]},{"name":"VIEW_PARENTFOLDER","features":[357]},{"name":"VIEW_SMALLICONS","features":[357]},{"name":"VIEW_SORTDATE","features":[357]},{"name":"VIEW_SORTNAME","features":[357]},{"name":"VIEW_SORTSIZE","features":[357]},{"name":"VIEW_SORTTYPE","features":[357]},{"name":"VIEW_VIEWMENU","features":[357]},{"name":"VSCLASS_AEROWIZARD","features":[357]},{"name":"VSCLASS_AEROWIZARDSTYLE","features":[357]},{"name":"VSCLASS_BUTTON","features":[357]},{"name":"VSCLASS_BUTTONSTYLE","features":[357]},{"name":"VSCLASS_CLOCK","features":[357]},{"name":"VSCLASS_COMBOBOX","features":[357]},{"name":"VSCLASS_COMBOBOXSTYLE","features":[357]},{"name":"VSCLASS_COMMUNICATIONS","features":[357]},{"name":"VSCLASS_COMMUNICATIONSSTYLE","features":[357]},{"name":"VSCLASS_CONTROLPANEL","features":[357]},{"name":"VSCLASS_CONTROLPANELSTYLE","features":[357]},{"name":"VSCLASS_DATEPICKER","features":[357]},{"name":"VSCLASS_DATEPICKERSTYLE","features":[357]},{"name":"VSCLASS_DRAGDROP","features":[357]},{"name":"VSCLASS_DRAGDROPSTYLE","features":[357]},{"name":"VSCLASS_EDIT","features":[357]},{"name":"VSCLASS_EDITSTYLE","features":[357]},{"name":"VSCLASS_EMPTYMARKUP","features":[357]},{"name":"VSCLASS_EXPLORERBAR","features":[357]},{"name":"VSCLASS_EXPLORERBARSTYLE","features":[357]},{"name":"VSCLASS_FLYOUT","features":[357]},{"name":"VSCLASS_FLYOUTSTYLE","features":[357]},{"name":"VSCLASS_HEADER","features":[357]},{"name":"VSCLASS_HEADERSTYLE","features":[357]},{"name":"VSCLASS_LINK","features":[357]},{"name":"VSCLASS_LISTBOX","features":[357]},{"name":"VSCLASS_LISTBOXSTYLE","features":[357]},{"name":"VSCLASS_LISTVIEW","features":[357]},{"name":"VSCLASS_LISTVIEWSTYLE","features":[357]},{"name":"VSCLASS_MENU","features":[357]},{"name":"VSCLASS_MENUBAND","features":[357]},{"name":"VSCLASS_MENUSTYLE","features":[357]},{"name":"VSCLASS_MONTHCAL","features":[357]},{"name":"VSCLASS_NAVIGATION","features":[357]},{"name":"VSCLASS_PAGE","features":[357]},{"name":"VSCLASS_PROGRESS","features":[357]},{"name":"VSCLASS_PROGRESSSTYLE","features":[357]},{"name":"VSCLASS_REBAR","features":[357]},{"name":"VSCLASS_REBARSTYLE","features":[357]},{"name":"VSCLASS_SCROLLBAR","features":[357]},{"name":"VSCLASS_SCROLLBARSTYLE","features":[357]},{"name":"VSCLASS_SPIN","features":[357]},{"name":"VSCLASS_SPINSTYLE","features":[357]},{"name":"VSCLASS_STARTPANEL","features":[357]},{"name":"VSCLASS_STATIC","features":[357]},{"name":"VSCLASS_STATUS","features":[357]},{"name":"VSCLASS_STATUSSTYLE","features":[357]},{"name":"VSCLASS_TAB","features":[357]},{"name":"VSCLASS_TABSTYLE","features":[357]},{"name":"VSCLASS_TASKBAND","features":[357]},{"name":"VSCLASS_TASKBAR","features":[357]},{"name":"VSCLASS_TASKDIALOG","features":[357]},{"name":"VSCLASS_TASKDIALOGSTYLE","features":[357]},{"name":"VSCLASS_TEXTSELECTIONGRIPPER","features":[357]},{"name":"VSCLASS_TEXTSTYLE","features":[357]},{"name":"VSCLASS_TOOLBAR","features":[357]},{"name":"VSCLASS_TOOLBARSTYLE","features":[357]},{"name":"VSCLASS_TOOLTIP","features":[357]},{"name":"VSCLASS_TOOLTIPSTYLE","features":[357]},{"name":"VSCLASS_TRACKBAR","features":[357]},{"name":"VSCLASS_TRACKBARSTYLE","features":[357]},{"name":"VSCLASS_TRAYNOTIFY","features":[357]},{"name":"VSCLASS_TREEVIEW","features":[357]},{"name":"VSCLASS_TREEVIEWSTYLE","features":[357]},{"name":"VSCLASS_USERTILE","features":[357]},{"name":"VSCLASS_WINDOW","features":[357]},{"name":"VSCLASS_WINDOWSTYLE","features":[357]},{"name":"VSS_DISABLED","features":[357]},{"name":"VSS_HOT","features":[357]},{"name":"VSS_NORMAL","features":[357]},{"name":"VSS_PUSHED","features":[357]},{"name":"VTS_DISABLED","features":[357]},{"name":"VTS_HOT","features":[357]},{"name":"VTS_NORMAL","features":[357]},{"name":"VTS_PUSHED","features":[357]},{"name":"WARNINGSTATES","features":[357]},{"name":"WB_CLASSIFY","features":[357]},{"name":"WB_ISDELIMITER","features":[357]},{"name":"WB_LEFT","features":[357]},{"name":"WB_LEFTBREAK","features":[357]},{"name":"WB_MOVEWORDLEFT","features":[357]},{"name":"WB_MOVEWORDRIGHT","features":[357]},{"name":"WB_RIGHT","features":[357]},{"name":"WB_RIGHTBREAK","features":[357]},{"name":"WC_BUTTON","features":[357]},{"name":"WC_BUTTONA","features":[357]},{"name":"WC_BUTTONW","features":[357]},{"name":"WC_COMBOBOX","features":[357]},{"name":"WC_COMBOBOXA","features":[357]},{"name":"WC_COMBOBOXEX","features":[357]},{"name":"WC_COMBOBOXEXA","features":[357]},{"name":"WC_COMBOBOXEXW","features":[357]},{"name":"WC_COMBOBOXW","features":[357]},{"name":"WC_EDIT","features":[357]},{"name":"WC_EDITA","features":[357]},{"name":"WC_EDITW","features":[357]},{"name":"WC_HEADER","features":[357]},{"name":"WC_HEADERA","features":[357]},{"name":"WC_HEADERW","features":[357]},{"name":"WC_IPADDRESS","features":[357]},{"name":"WC_IPADDRESSA","features":[357]},{"name":"WC_IPADDRESSW","features":[357]},{"name":"WC_LINK","features":[357]},{"name":"WC_LISTBOX","features":[357]},{"name":"WC_LISTBOXA","features":[357]},{"name":"WC_LISTBOXW","features":[357]},{"name":"WC_LISTVIEW","features":[357]},{"name":"WC_LISTVIEWA","features":[357]},{"name":"WC_LISTVIEWW","features":[357]},{"name":"WC_NATIVEFONTCTL","features":[357]},{"name":"WC_NATIVEFONTCTLA","features":[357]},{"name":"WC_NATIVEFONTCTLW","features":[357]},{"name":"WC_PAGESCROLLER","features":[357]},{"name":"WC_PAGESCROLLERA","features":[357]},{"name":"WC_PAGESCROLLERW","features":[357]},{"name":"WC_SCROLLBAR","features":[357]},{"name":"WC_SCROLLBARA","features":[357]},{"name":"WC_SCROLLBARW","features":[357]},{"name":"WC_STATIC","features":[357]},{"name":"WC_STATICA","features":[357]},{"name":"WC_STATICW","features":[357]},{"name":"WC_TABCONTROL","features":[357]},{"name":"WC_TABCONTROLA","features":[357]},{"name":"WC_TABCONTROLW","features":[357]},{"name":"WC_TREEVIEW","features":[357]},{"name":"WC_TREEVIEWA","features":[357]},{"name":"WC_TREEVIEWW","features":[357]},{"name":"WINDOWPARTS","features":[357]},{"name":"WINDOWTHEMEATTRIBUTETYPE","features":[357]},{"name":"WIZ_BODYCX","features":[357]},{"name":"WIZ_BODYX","features":[357]},{"name":"WIZ_CXBMP","features":[357]},{"name":"WIZ_CXDLG","features":[357]},{"name":"WIZ_CYDLG","features":[357]},{"name":"WMN_FIRST","features":[357]},{"name":"WMN_LAST","features":[357]},{"name":"WM_CTLCOLOR","features":[357]},{"name":"WM_MOUSEHOVER","features":[357]},{"name":"WM_MOUSELEAVE","features":[357]},{"name":"WORD_BREAK_ACTION","features":[357]},{"name":"WP_BORDER","features":[357]},{"name":"WP_CAPTION","features":[357]},{"name":"WP_CAPTIONSIZINGTEMPLATE","features":[357]},{"name":"WP_CLOSEBUTTON","features":[357]},{"name":"WP_DIALOG","features":[357]},{"name":"WP_FRAME","features":[357]},{"name":"WP_FRAMEBOTTOM","features":[357]},{"name":"WP_FRAMEBOTTOMSIZINGTEMPLATE","features":[357]},{"name":"WP_FRAMELEFT","features":[357]},{"name":"WP_FRAMELEFTSIZINGTEMPLATE","features":[357]},{"name":"WP_FRAMERIGHT","features":[357]},{"name":"WP_FRAMERIGHTSIZINGTEMPLATE","features":[357]},{"name":"WP_HELPBUTTON","features":[357]},{"name":"WP_HORZSCROLL","features":[357]},{"name":"WP_HORZTHUMB","features":[357]},{"name":"WP_MAXBUTTON","features":[357]},{"name":"WP_MAXCAPTION","features":[357]},{"name":"WP_MDICLOSEBUTTON","features":[357]},{"name":"WP_MDIHELPBUTTON","features":[357]},{"name":"WP_MDIMINBUTTON","features":[357]},{"name":"WP_MDIRESTOREBUTTON","features":[357]},{"name":"WP_MDISYSBUTTON","features":[357]},{"name":"WP_MINBUTTON","features":[357]},{"name":"WP_MINCAPTION","features":[357]},{"name":"WP_RESTOREBUTTON","features":[357]},{"name":"WP_SMALLCAPTION","features":[357]},{"name":"WP_SMALLCAPTIONSIZINGTEMPLATE","features":[357]},{"name":"WP_SMALLCLOSEBUTTON","features":[357]},{"name":"WP_SMALLFRAMEBOTTOM","features":[357]},{"name":"WP_SMALLFRAMEBOTTOMSIZINGTEMPLATE","features":[357]},{"name":"WP_SMALLFRAMELEFT","features":[357]},{"name":"WP_SMALLFRAMELEFTSIZINGTEMPLATE","features":[357]},{"name":"WP_SMALLFRAMERIGHT","features":[357]},{"name":"WP_SMALLFRAMERIGHTSIZINGTEMPLATE","features":[357]},{"name":"WP_SMALLMAXCAPTION","features":[357]},{"name":"WP_SMALLMINCAPTION","features":[357]},{"name":"WP_SYSBUTTON","features":[357]},{"name":"WP_VERTSCROLL","features":[357]},{"name":"WP_VERTTHUMB","features":[357]},{"name":"WRENCHSTATES","features":[357]},{"name":"WSB_PROP","features":[357]},{"name":"WSB_PROP_CXHSCROLL","features":[357]},{"name":"WSB_PROP_CXHTHUMB","features":[357]},{"name":"WSB_PROP_CXVSCROLL","features":[357]},{"name":"WSB_PROP_CYHSCROLL","features":[357]},{"name":"WSB_PROP_CYVSCROLL","features":[357]},{"name":"WSB_PROP_CYVTHUMB","features":[357]},{"name":"WSB_PROP_HBKGCOLOR","features":[357]},{"name":"WSB_PROP_HSTYLE","features":[357]},{"name":"WSB_PROP_MASK","features":[357]},{"name":"WSB_PROP_PALETTE","features":[357]},{"name":"WSB_PROP_VBKGCOLOR","features":[357]},{"name":"WSB_PROP_VSTYLE","features":[357]},{"name":"WSB_PROP_WINSTYLE","features":[357]},{"name":"WTA_NONCLIENT","features":[357]},{"name":"WTA_OPTIONS","features":[357]},{"name":"WTNCA_NODRAWCAPTION","features":[357]},{"name":"WTNCA_NODRAWICON","features":[357]},{"name":"WTNCA_NOMIRRORHELP","features":[357]},{"name":"WTNCA_NOSYSMENU","features":[357]},{"name":"_LI_METRIC","features":[357]},{"name":"chx1","features":[357]},{"name":"chx10","features":[357]},{"name":"chx11","features":[357]},{"name":"chx12","features":[357]},{"name":"chx13","features":[357]},{"name":"chx14","features":[357]},{"name":"chx15","features":[357]},{"name":"chx16","features":[357]},{"name":"chx2","features":[357]},{"name":"chx3","features":[357]},{"name":"chx4","features":[357]},{"name":"chx5","features":[357]},{"name":"chx6","features":[357]},{"name":"chx7","features":[357]},{"name":"chx8","features":[357]},{"name":"chx9","features":[357]},{"name":"cmb1","features":[357]},{"name":"cmb10","features":[357]},{"name":"cmb11","features":[357]},{"name":"cmb12","features":[357]},{"name":"cmb13","features":[357]},{"name":"cmb14","features":[357]},{"name":"cmb15","features":[357]},{"name":"cmb16","features":[357]},{"name":"cmb2","features":[357]},{"name":"cmb3","features":[357]},{"name":"cmb4","features":[357]},{"name":"cmb5","features":[357]},{"name":"cmb6","features":[357]},{"name":"cmb7","features":[357]},{"name":"cmb8","features":[357]},{"name":"cmb9","features":[357]},{"name":"ctl1","features":[357]},{"name":"ctlFirst","features":[357]},{"name":"ctlLast","features":[357]},{"name":"edt1","features":[357]},{"name":"edt10","features":[357]},{"name":"edt11","features":[357]},{"name":"edt12","features":[357]},{"name":"edt13","features":[357]},{"name":"edt14","features":[357]},{"name":"edt15","features":[357]},{"name":"edt16","features":[357]},{"name":"edt2","features":[357]},{"name":"edt3","features":[357]},{"name":"edt4","features":[357]},{"name":"edt5","features":[357]},{"name":"edt6","features":[357]},{"name":"edt7","features":[357]},{"name":"edt8","features":[357]},{"name":"edt9","features":[357]},{"name":"frm1","features":[357]},{"name":"frm2","features":[357]},{"name":"frm3","features":[357]},{"name":"frm4","features":[357]},{"name":"grp1","features":[357]},{"name":"grp2","features":[357]},{"name":"grp3","features":[357]},{"name":"grp4","features":[357]},{"name":"ico1","features":[357]},{"name":"ico2","features":[357]},{"name":"ico3","features":[357]},{"name":"ico4","features":[357]},{"name":"lst1","features":[357]},{"name":"lst10","features":[357]},{"name":"lst11","features":[357]},{"name":"lst12","features":[357]},{"name":"lst13","features":[357]},{"name":"lst14","features":[357]},{"name":"lst15","features":[357]},{"name":"lst16","features":[357]},{"name":"lst2","features":[357]},{"name":"lst3","features":[357]},{"name":"lst4","features":[357]},{"name":"lst5","features":[357]},{"name":"lst6","features":[357]},{"name":"lst7","features":[357]},{"name":"lst8","features":[357]},{"name":"lst9","features":[357]},{"name":"psh1","features":[357]},{"name":"psh10","features":[357]},{"name":"psh11","features":[357]},{"name":"psh12","features":[357]},{"name":"psh13","features":[357]},{"name":"psh14","features":[357]},{"name":"psh15","features":[357]},{"name":"psh16","features":[357]},{"name":"psh2","features":[357]},{"name":"psh3","features":[357]},{"name":"psh4","features":[357]},{"name":"psh5","features":[357]},{"name":"psh6","features":[357]},{"name":"psh7","features":[357]},{"name":"psh8","features":[357]},{"name":"psh9","features":[357]},{"name":"pshHelp","features":[357]},{"name":"rad1","features":[357]},{"name":"rad10","features":[357]},{"name":"rad11","features":[357]},{"name":"rad12","features":[357]},{"name":"rad13","features":[357]},{"name":"rad14","features":[357]},{"name":"rad15","features":[357]},{"name":"rad16","features":[357]},{"name":"rad2","features":[357]},{"name":"rad3","features":[357]},{"name":"rad4","features":[357]},{"name":"rad5","features":[357]},{"name":"rad6","features":[357]},{"name":"rad7","features":[357]},{"name":"rad8","features":[357]},{"name":"rad9","features":[357]},{"name":"rct1","features":[357]},{"name":"rct2","features":[357]},{"name":"rct3","features":[357]},{"name":"rct4","features":[357]},{"name":"scr1","features":[357]},{"name":"scr2","features":[357]},{"name":"scr3","features":[357]},{"name":"scr4","features":[357]},{"name":"scr5","features":[357]},{"name":"scr6","features":[357]},{"name":"scr7","features":[357]},{"name":"scr8","features":[357]},{"name":"stc1","features":[357]},{"name":"stc10","features":[357]},{"name":"stc11","features":[357]},{"name":"stc12","features":[357]},{"name":"stc13","features":[357]},{"name":"stc14","features":[357]},{"name":"stc15","features":[357]},{"name":"stc16","features":[357]},{"name":"stc17","features":[357]},{"name":"stc18","features":[357]},{"name":"stc19","features":[357]},{"name":"stc2","features":[357]},{"name":"stc20","features":[357]},{"name":"stc21","features":[357]},{"name":"stc22","features":[357]},{"name":"stc23","features":[357]},{"name":"stc24","features":[357]},{"name":"stc25","features":[357]},{"name":"stc26","features":[357]},{"name":"stc27","features":[357]},{"name":"stc28","features":[357]},{"name":"stc29","features":[357]},{"name":"stc3","features":[357]},{"name":"stc30","features":[357]},{"name":"stc31","features":[357]},{"name":"stc32","features":[357]},{"name":"stc4","features":[357]},{"name":"stc5","features":[357]},{"name":"stc6","features":[357]},{"name":"stc7","features":[357]},{"name":"stc8","features":[357]},{"name":"stc9","features":[357]}],"654":[{"name":"BOLD_FONTTYPE","features":[438]},{"name":"CCERR_CHOOSECOLORCODES","features":[438]},{"name":"CC_ANYCOLOR","features":[438]},{"name":"CC_ENABLEHOOK","features":[438]},{"name":"CC_ENABLETEMPLATE","features":[438]},{"name":"CC_ENABLETEMPLATEHANDLE","features":[438]},{"name":"CC_FULLOPEN","features":[438]},{"name":"CC_PREVENTFULLOPEN","features":[438]},{"name":"CC_RGBINIT","features":[438]},{"name":"CC_SHOWHELP","features":[438]},{"name":"CC_SOLIDCOLOR","features":[438]},{"name":"CDERR_DIALOGFAILURE","features":[438]},{"name":"CDERR_FINDRESFAILURE","features":[438]},{"name":"CDERR_GENERALCODES","features":[438]},{"name":"CDERR_INITIALIZATION","features":[438]},{"name":"CDERR_LOADRESFAILURE","features":[438]},{"name":"CDERR_LOADSTRFAILURE","features":[438]},{"name":"CDERR_LOCKRESFAILURE","features":[438]},{"name":"CDERR_MEMALLOCFAILURE","features":[438]},{"name":"CDERR_MEMLOCKFAILURE","features":[438]},{"name":"CDERR_NOHINSTANCE","features":[438]},{"name":"CDERR_NOHOOK","features":[438]},{"name":"CDERR_NOTEMPLATE","features":[438]},{"name":"CDERR_REGISTERMSGFAIL","features":[438]},{"name":"CDERR_STRUCTSIZE","features":[438]},{"name":"CDM_FIRST","features":[438]},{"name":"CDM_GETFILEPATH","features":[438]},{"name":"CDM_GETFOLDERIDLIST","features":[438]},{"name":"CDM_GETFOLDERPATH","features":[438]},{"name":"CDM_GETSPEC","features":[438]},{"name":"CDM_HIDECONTROL","features":[438]},{"name":"CDM_LAST","features":[438]},{"name":"CDM_SETCONTROLTEXT","features":[438]},{"name":"CDM_SETDEFEXT","features":[438]},{"name":"CDN_FILEOK","features":[438]},{"name":"CDN_FOLDERCHANGE","features":[438]},{"name":"CDN_HELP","features":[438]},{"name":"CDN_INCLUDEITEM","features":[438]},{"name":"CDN_INITDONE","features":[438]},{"name":"CDN_SELCHANGE","features":[438]},{"name":"CDN_SHAREVIOLATION","features":[438]},{"name":"CDN_TYPECHANGE","features":[438]},{"name":"CD_LBSELADD","features":[438]},{"name":"CD_LBSELCHANGE","features":[438]},{"name":"CD_LBSELNOITEMS","features":[438]},{"name":"CD_LBSELSUB","features":[438]},{"name":"CFERR_CHOOSEFONTCODES","features":[438]},{"name":"CFERR_MAXLESSTHANMIN","features":[438]},{"name":"CFERR_NOFONTS","features":[438]},{"name":"CF_ANSIONLY","features":[438]},{"name":"CF_APPLY","features":[438]},{"name":"CF_BOTH","features":[438]},{"name":"CF_EFFECTS","features":[438]},{"name":"CF_ENABLEHOOK","features":[438]},{"name":"CF_ENABLETEMPLATE","features":[438]},{"name":"CF_ENABLETEMPLATEHANDLE","features":[438]},{"name":"CF_FIXEDPITCHONLY","features":[438]},{"name":"CF_FORCEFONTEXIST","features":[438]},{"name":"CF_INACTIVEFONTS","features":[438]},{"name":"CF_INITTOLOGFONTSTRUCT","features":[438]},{"name":"CF_LIMITSIZE","features":[438]},{"name":"CF_NOFACESEL","features":[438]},{"name":"CF_NOOEMFONTS","features":[438]},{"name":"CF_NOSCRIPTSEL","features":[438]},{"name":"CF_NOSIMULATIONS","features":[438]},{"name":"CF_NOSIZESEL","features":[438]},{"name":"CF_NOSTYLESEL","features":[438]},{"name":"CF_NOVECTORFONTS","features":[438]},{"name":"CF_NOVERTFONTS","features":[438]},{"name":"CF_PRINTERFONTS","features":[438]},{"name":"CF_SCALABLEONLY","features":[438]},{"name":"CF_SCREENFONTS","features":[438]},{"name":"CF_SCRIPTSONLY","features":[438]},{"name":"CF_SELECTSCRIPT","features":[438]},{"name":"CF_SHOWHELP","features":[438]},{"name":"CF_TTONLY","features":[438]},{"name":"CF_USESTYLE","features":[438]},{"name":"CF_WYSIWYG","features":[438]},{"name":"CHOOSECOLORA","features":[307,438]},{"name":"CHOOSECOLORA","features":[307,438]},{"name":"CHOOSECOLORW","features":[307,438]},{"name":"CHOOSECOLORW","features":[307,438]},{"name":"CHOOSECOLOR_FLAGS","features":[438]},{"name":"CHOOSEFONTA","features":[307,318,438]},{"name":"CHOOSEFONTA","features":[307,318,438]},{"name":"CHOOSEFONTW","features":[307,318,438]},{"name":"CHOOSEFONTW","features":[307,318,438]},{"name":"CHOOSEFONT_FLAGS","features":[438]},{"name":"CHOOSEFONT_FONT_TYPE","features":[438]},{"name":"COLOROKSTRING","features":[438]},{"name":"COLOROKSTRINGA","features":[438]},{"name":"COLOROKSTRINGW","features":[438]},{"name":"COLOR_ADD","features":[438]},{"name":"COLOR_BLUE","features":[438]},{"name":"COLOR_BLUEACCEL","features":[438]},{"name":"COLOR_BOX1","features":[438]},{"name":"COLOR_CURRENT","features":[438]},{"name":"COLOR_CUSTOM1","features":[438]},{"name":"COLOR_ELEMENT","features":[438]},{"name":"COLOR_GREEN","features":[438]},{"name":"COLOR_GREENACCEL","features":[438]},{"name":"COLOR_HUE","features":[438]},{"name":"COLOR_HUEACCEL","features":[438]},{"name":"COLOR_HUESCROLL","features":[438]},{"name":"COLOR_LUM","features":[438]},{"name":"COLOR_LUMACCEL","features":[438]},{"name":"COLOR_LUMSCROLL","features":[438]},{"name":"COLOR_MIX","features":[438]},{"name":"COLOR_PALETTE","features":[438]},{"name":"COLOR_RAINBOW","features":[438]},{"name":"COLOR_RED","features":[438]},{"name":"COLOR_REDACCEL","features":[438]},{"name":"COLOR_SAMPLES","features":[438]},{"name":"COLOR_SAT","features":[438]},{"name":"COLOR_SATACCEL","features":[438]},{"name":"COLOR_SATSCROLL","features":[438]},{"name":"COLOR_SAVE","features":[438]},{"name":"COLOR_SCHEMES","features":[438]},{"name":"COLOR_SOLID","features":[438]},{"name":"COLOR_SOLID_LEFT","features":[438]},{"name":"COLOR_SOLID_RIGHT","features":[438]},{"name":"COLOR_TUNE","features":[438]},{"name":"COMMON_DLG_ERRORS","features":[438]},{"name":"ChooseColorA","features":[307,438]},{"name":"ChooseColorW","features":[307,438]},{"name":"ChooseFontA","features":[307,318,438]},{"name":"ChooseFontW","features":[307,318,438]},{"name":"CommDlgExtendedError","features":[438]},{"name":"DEVNAMES","features":[438]},{"name":"DEVNAMES","features":[438]},{"name":"DLG_COLOR","features":[438]},{"name":"DN_DEFAULTPRN","features":[438]},{"name":"FILEOKSTRING","features":[438]},{"name":"FILEOKSTRINGA","features":[438]},{"name":"FILEOKSTRINGW","features":[438]},{"name":"FINDMSGSTRING","features":[438]},{"name":"FINDMSGSTRINGA","features":[438]},{"name":"FINDMSGSTRINGW","features":[438]},{"name":"FINDREPLACEA","features":[307,438]},{"name":"FINDREPLACEA","features":[307,438]},{"name":"FINDREPLACEW","features":[307,438]},{"name":"FINDREPLACEW","features":[307,438]},{"name":"FINDREPLACE_FLAGS","features":[438]},{"name":"FNERR_BUFFERTOOSMALL","features":[438]},{"name":"FNERR_FILENAMECODES","features":[438]},{"name":"FNERR_INVALIDFILENAME","features":[438]},{"name":"FNERR_SUBCLASSFAILURE","features":[438]},{"name":"FRERR_BUFFERLENGTHZERO","features":[438]},{"name":"FRERR_FINDREPLACECODES","features":[438]},{"name":"FRM_FIRST","features":[438]},{"name":"FRM_LAST","features":[438]},{"name":"FRM_SETOPERATIONRESULT","features":[438]},{"name":"FRM_SETOPERATIONRESULTTEXT","features":[438]},{"name":"FR_DIALOGTERM","features":[438]},{"name":"FR_DOWN","features":[438]},{"name":"FR_ENABLEHOOK","features":[438]},{"name":"FR_ENABLETEMPLATE","features":[438]},{"name":"FR_ENABLETEMPLATEHANDLE","features":[438]},{"name":"FR_FINDNEXT","features":[438]},{"name":"FR_HIDEMATCHCASE","features":[438]},{"name":"FR_HIDEUPDOWN","features":[438]},{"name":"FR_HIDEWHOLEWORD","features":[438]},{"name":"FR_MATCHALEFHAMZA","features":[438]},{"name":"FR_MATCHCASE","features":[438]},{"name":"FR_MATCHDIAC","features":[438]},{"name":"FR_MATCHKASHIDA","features":[438]},{"name":"FR_NOMATCHCASE","features":[438]},{"name":"FR_NOUPDOWN","features":[438]},{"name":"FR_NOWHOLEWORD","features":[438]},{"name":"FR_NOWRAPAROUND","features":[438]},{"name":"FR_RAW","features":[438]},{"name":"FR_REPLACE","features":[438]},{"name":"FR_REPLACEALL","features":[438]},{"name":"FR_SHOWHELP","features":[438]},{"name":"FR_SHOWWRAPAROUND","features":[438]},{"name":"FR_WHOLEWORD","features":[438]},{"name":"FR_WRAPAROUND","features":[438]},{"name":"FindTextA","features":[307,438]},{"name":"FindTextW","features":[307,438]},{"name":"GetFileTitleA","features":[438]},{"name":"GetFileTitleW","features":[438]},{"name":"GetOpenFileNameA","features":[307,438]},{"name":"GetOpenFileNameW","features":[307,438]},{"name":"GetSaveFileNameA","features":[307,438]},{"name":"GetSaveFileNameW","features":[307,438]},{"name":"HELPMSGSTRING","features":[438]},{"name":"HELPMSGSTRINGA","features":[438]},{"name":"HELPMSGSTRINGW","features":[438]},{"name":"IPrintDialogCallback","features":[438]},{"name":"IPrintDialogServices","features":[438]},{"name":"ITALIC_FONTTYPE","features":[438]},{"name":"LBSELCHSTRING","features":[438]},{"name":"LBSELCHSTRINGA","features":[438]},{"name":"LBSELCHSTRINGW","features":[438]},{"name":"LPCCHOOKPROC","features":[307,438]},{"name":"LPCFHOOKPROC","features":[307,438]},{"name":"LPFRHOOKPROC","features":[307,438]},{"name":"LPOFNHOOKPROC","features":[307,438]},{"name":"LPPAGEPAINTHOOK","features":[307,438]},{"name":"LPPAGESETUPHOOK","features":[307,438]},{"name":"LPPRINTHOOKPROC","features":[307,438]},{"name":"LPSETUPHOOKPROC","features":[307,438]},{"name":"NUM_BASIC_COLORS","features":[438]},{"name":"NUM_CUSTOM_COLORS","features":[438]},{"name":"OFNOTIFYA","features":[307,438]},{"name":"OFNOTIFYA","features":[307,438]},{"name":"OFNOTIFYEXA","features":[307,438]},{"name":"OFNOTIFYEXA","features":[307,438]},{"name":"OFNOTIFYEXW","features":[307,438]},{"name":"OFNOTIFYEXW","features":[307,438]},{"name":"OFNOTIFYW","features":[307,438]},{"name":"OFNOTIFYW","features":[307,438]},{"name":"OFN_ALLOWMULTISELECT","features":[438]},{"name":"OFN_CREATEPROMPT","features":[438]},{"name":"OFN_DONTADDTORECENT","features":[438]},{"name":"OFN_ENABLEHOOK","features":[438]},{"name":"OFN_ENABLEINCLUDENOTIFY","features":[438]},{"name":"OFN_ENABLESIZING","features":[438]},{"name":"OFN_ENABLETEMPLATE","features":[438]},{"name":"OFN_ENABLETEMPLATEHANDLE","features":[438]},{"name":"OFN_EXPLORER","features":[438]},{"name":"OFN_EXTENSIONDIFFERENT","features":[438]},{"name":"OFN_EX_NONE","features":[438]},{"name":"OFN_EX_NOPLACESBAR","features":[438]},{"name":"OFN_FILEMUSTEXIST","features":[438]},{"name":"OFN_FORCESHOWHIDDEN","features":[438]},{"name":"OFN_HIDEREADONLY","features":[438]},{"name":"OFN_LONGNAMES","features":[438]},{"name":"OFN_NOCHANGEDIR","features":[438]},{"name":"OFN_NODEREFERENCELINKS","features":[438]},{"name":"OFN_NOLONGNAMES","features":[438]},{"name":"OFN_NONETWORKBUTTON","features":[438]},{"name":"OFN_NOREADONLYRETURN","features":[438]},{"name":"OFN_NOTESTFILECREATE","features":[438]},{"name":"OFN_NOVALIDATE","features":[438]},{"name":"OFN_OVERWRITEPROMPT","features":[438]},{"name":"OFN_PATHMUSTEXIST","features":[438]},{"name":"OFN_READONLY","features":[438]},{"name":"OFN_SHAREAWARE","features":[438]},{"name":"OFN_SHAREFALLTHROUGH","features":[438]},{"name":"OFN_SHARENOWARN","features":[438]},{"name":"OFN_SHAREWARN","features":[438]},{"name":"OFN_SHOWHELP","features":[438]},{"name":"OPENFILENAMEA","features":[307,438]},{"name":"OPENFILENAMEA","features":[307,438]},{"name":"OPENFILENAMEW","features":[307,438]},{"name":"OPENFILENAMEW","features":[307,438]},{"name":"OPENFILENAME_NT4A","features":[307,438]},{"name":"OPENFILENAME_NT4A","features":[307,438]},{"name":"OPENFILENAME_NT4W","features":[307,438]},{"name":"OPENFILENAME_NT4W","features":[307,438]},{"name":"OPEN_FILENAME_FLAGS","features":[438]},{"name":"OPEN_FILENAME_FLAGS_EX","features":[438]},{"name":"PAGESETUPDLGA","features":[307,438]},{"name":"PAGESETUPDLGA","features":[307,438]},{"name":"PAGESETUPDLGW","features":[307,438]},{"name":"PAGESETUPDLGW","features":[307,438]},{"name":"PAGESETUPDLG_FLAGS","features":[438]},{"name":"PDERR_CREATEICFAILURE","features":[438]},{"name":"PDERR_DEFAULTDIFFERENT","features":[438]},{"name":"PDERR_DNDMMISMATCH","features":[438]},{"name":"PDERR_GETDEVMODEFAIL","features":[438]},{"name":"PDERR_INITFAILURE","features":[438]},{"name":"PDERR_LOADDRVFAILURE","features":[438]},{"name":"PDERR_NODEFAULTPRN","features":[438]},{"name":"PDERR_NODEVICES","features":[438]},{"name":"PDERR_PARSEFAILURE","features":[438]},{"name":"PDERR_PRINTERCODES","features":[438]},{"name":"PDERR_PRINTERNOTFOUND","features":[438]},{"name":"PDERR_RETDEFFAILURE","features":[438]},{"name":"PDERR_SETUPFAILURE","features":[438]},{"name":"PD_ALLPAGES","features":[438]},{"name":"PD_COLLATE","features":[438]},{"name":"PD_CURRENTPAGE","features":[438]},{"name":"PD_DISABLEPRINTTOFILE","features":[438]},{"name":"PD_ENABLEPRINTHOOK","features":[438]},{"name":"PD_ENABLEPRINTTEMPLATE","features":[438]},{"name":"PD_ENABLEPRINTTEMPLATEHANDLE","features":[438]},{"name":"PD_ENABLESETUPHOOK","features":[438]},{"name":"PD_ENABLESETUPTEMPLATE","features":[438]},{"name":"PD_ENABLESETUPTEMPLATEHANDLE","features":[438]},{"name":"PD_EXCLUSIONFLAGS","features":[438]},{"name":"PD_HIDEPRINTTOFILE","features":[438]},{"name":"PD_NOCURRENTPAGE","features":[438]},{"name":"PD_NONETWORKBUTTON","features":[438]},{"name":"PD_NOPAGENUMS","features":[438]},{"name":"PD_NOSELECTION","features":[438]},{"name":"PD_NOWARNING","features":[438]},{"name":"PD_PAGENUMS","features":[438]},{"name":"PD_PRINTSETUP","features":[438]},{"name":"PD_PRINTTOFILE","features":[438]},{"name":"PD_RESULT_APPLY","features":[438]},{"name":"PD_RESULT_CANCEL","features":[438]},{"name":"PD_RESULT_PRINT","features":[438]},{"name":"PD_RETURNDC","features":[438]},{"name":"PD_RETURNDEFAULT","features":[438]},{"name":"PD_RETURNIC","features":[438]},{"name":"PD_SELECTION","features":[438]},{"name":"PD_SHOWHELP","features":[438]},{"name":"PD_USEDEVMODECOPIES","features":[438]},{"name":"PD_USEDEVMODECOPIESANDCOLLATE","features":[438]},{"name":"PD_USELARGETEMPLATE","features":[438]},{"name":"PRINTDLGA","features":[307,318,438]},{"name":"PRINTDLGA","features":[307,318,438]},{"name":"PRINTDLGEXA","features":[307,318,438]},{"name":"PRINTDLGEXA","features":[307,318,438]},{"name":"PRINTDLGEXW","features":[307,318,438]},{"name":"PRINTDLGEXW","features":[307,318,438]},{"name":"PRINTDLGEX_FLAGS","features":[438]},{"name":"PRINTDLGW","features":[307,318,438]},{"name":"PRINTDLGW","features":[307,318,438]},{"name":"PRINTER_FONTTYPE","features":[438]},{"name":"PRINTPAGERANGE","features":[438]},{"name":"PRINTPAGERANGE","features":[438]},{"name":"PSD_DEFAULTMINMARGINS","features":[438]},{"name":"PSD_DISABLEMARGINS","features":[438]},{"name":"PSD_DISABLEORIENTATION","features":[438]},{"name":"PSD_DISABLEPAGEPAINTING","features":[438]},{"name":"PSD_DISABLEPAPER","features":[438]},{"name":"PSD_DISABLEPRINTER","features":[438]},{"name":"PSD_ENABLEPAGEPAINTHOOK","features":[438]},{"name":"PSD_ENABLEPAGESETUPHOOK","features":[438]},{"name":"PSD_ENABLEPAGESETUPTEMPLATE","features":[438]},{"name":"PSD_ENABLEPAGESETUPTEMPLATEHANDLE","features":[438]},{"name":"PSD_INHUNDREDTHSOFMILLIMETERS","features":[438]},{"name":"PSD_INTHOUSANDTHSOFINCHES","features":[438]},{"name":"PSD_INWININIINTLMEASURE","features":[438]},{"name":"PSD_MARGINS","features":[438]},{"name":"PSD_MINMARGINS","features":[438]},{"name":"PSD_NONETWORKBUTTON","features":[438]},{"name":"PSD_NOWARNING","features":[438]},{"name":"PSD_RETURNDEFAULT","features":[438]},{"name":"PSD_SHOWHELP","features":[438]},{"name":"PS_OPENTYPE_FONTTYPE","features":[438]},{"name":"PageSetupDlgA","features":[307,438]},{"name":"PageSetupDlgW","features":[307,438]},{"name":"PrintDlgA","features":[307,318,438]},{"name":"PrintDlgExA","features":[307,318,438]},{"name":"PrintDlgExW","features":[307,318,438]},{"name":"PrintDlgW","features":[307,318,438]},{"name":"REGULAR_FONTTYPE","features":[438]},{"name":"ReplaceTextA","features":[307,438]},{"name":"ReplaceTextW","features":[307,438]},{"name":"SCREEN_FONTTYPE","features":[438]},{"name":"SETRGBSTRING","features":[438]},{"name":"SETRGBSTRINGA","features":[438]},{"name":"SETRGBSTRINGW","features":[438]},{"name":"SHAREVISTRING","features":[438]},{"name":"SHAREVISTRINGA","features":[438]},{"name":"SHAREVISTRINGW","features":[438]},{"name":"SIMULATED_FONTTYPE","features":[438]},{"name":"START_PAGE_GENERAL","features":[438]},{"name":"SYMBOL_FONTTYPE","features":[438]},{"name":"TT_OPENTYPE_FONTTYPE","features":[438]},{"name":"TYPE1_FONTTYPE","features":[438]},{"name":"WM_CHOOSEFONT_GETLOGFONT","features":[438]},{"name":"WM_CHOOSEFONT_SETFLAGS","features":[438]},{"name":"WM_CHOOSEFONT_SETLOGFONT","features":[438]},{"name":"WM_PSD_ENVSTAMPRECT","features":[438]},{"name":"WM_PSD_FULLPAGERECT","features":[438]},{"name":"WM_PSD_GREEKTEXTRECT","features":[438]},{"name":"WM_PSD_MARGINRECT","features":[438]},{"name":"WM_PSD_MINMARGINRECT","features":[438]},{"name":"WM_PSD_YAFULLPAGERECT","features":[438]}],"655":[{"name":"ATP_CHANGE","features":[620]},{"name":"ATP_NOCHANGE","features":[620]},{"name":"ATP_NODELIMITER","features":[620]},{"name":"ATP_REPLACEALLTEXT","features":[620]},{"name":"AURL_DISABLEMIXEDLGC","features":[620]},{"name":"AURL_ENABLEDRIVELETTERS","features":[620]},{"name":"AURL_ENABLEEA","features":[620]},{"name":"AURL_ENABLEEAURLS","features":[620]},{"name":"AURL_ENABLEEMAILADDR","features":[620]},{"name":"AURL_ENABLETELNO","features":[620]},{"name":"AURL_ENABLEURL","features":[620]},{"name":"AutoCorrectProc","features":[620]},{"name":"BIDIOPTIONS","features":[620]},{"name":"BOE_CONTEXTALIGNMENT","features":[620]},{"name":"BOE_CONTEXTREADING","features":[620]},{"name":"BOE_FORCERECALC","features":[620]},{"name":"BOE_LEGACYBIDICLASS","features":[620]},{"name":"BOE_NEUTRALOVERRIDE","features":[620]},{"name":"BOE_PLAINTEXT","features":[620]},{"name":"BOE_RTLDIR","features":[620]},{"name":"BOE_UNICODEBIDI","features":[620]},{"name":"BOM_CONTEXTALIGNMENT","features":[620]},{"name":"BOM_CONTEXTREADING","features":[620]},{"name":"BOM_DEFPARADIR","features":[620]},{"name":"BOM_LEGACYBIDICLASS","features":[620]},{"name":"BOM_NEUTRALOVERRIDE","features":[620]},{"name":"BOM_PLAINTEXT","features":[620]},{"name":"BOM_UNICODEBIDI","features":[620]},{"name":"CARET_CUSTOM","features":[620]},{"name":"CARET_FLAGS","features":[620]},{"name":"CARET_INFO","features":[318,620]},{"name":"CARET_ITALIC","features":[620]},{"name":"CARET_NONE","features":[620]},{"name":"CARET_NULL","features":[620]},{"name":"CARET_ROTATE90","features":[620]},{"name":"CARET_RTL","features":[620]},{"name":"CERICHEDIT_CLASSA","features":[620]},{"name":"CERICHEDIT_CLASSW","features":[620]},{"name":"CFE_ALLCAPS","features":[620]},{"name":"CFE_AUTOBACKCOLOR","features":[620]},{"name":"CFE_AUTOCOLOR","features":[620]},{"name":"CFE_BOLD","features":[620]},{"name":"CFE_DISABLED","features":[620]},{"name":"CFE_EFFECTS","features":[620]},{"name":"CFE_EMBOSS","features":[620]},{"name":"CFE_EXTENDED","features":[620]},{"name":"CFE_FONTBOUND","features":[620]},{"name":"CFE_HIDDEN","features":[620]},{"name":"CFE_IMPRINT","features":[620]},{"name":"CFE_ITALIC","features":[620]},{"name":"CFE_LINK","features":[620]},{"name":"CFE_LINKPROTECTED","features":[620]},{"name":"CFE_MATH","features":[620]},{"name":"CFE_MATHNOBUILDUP","features":[620]},{"name":"CFE_MATHORDINARY","features":[620]},{"name":"CFE_OUTLINE","features":[620]},{"name":"CFE_PROTECTED","features":[620]},{"name":"CFE_REVISED","features":[620]},{"name":"CFE_SHADOW","features":[620]},{"name":"CFE_SMALLCAPS","features":[620]},{"name":"CFE_STRIKEOUT","features":[620]},{"name":"CFE_SUBSCRIPT","features":[620]},{"name":"CFE_SUPERSCRIPT","features":[620]},{"name":"CFE_UNDERLINE","features":[620]},{"name":"CFM_ALL","features":[620]},{"name":"CFM_ALL2","features":[620]},{"name":"CFM_ALLCAPS","features":[620]},{"name":"CFM_ALLEFFECTS","features":[620]},{"name":"CFM_ANIMATION","features":[620]},{"name":"CFM_BACKCOLOR","features":[620]},{"name":"CFM_BOLD","features":[620]},{"name":"CFM_CHARSET","features":[620]},{"name":"CFM_COLOR","features":[620]},{"name":"CFM_COOKIE","features":[620]},{"name":"CFM_DISABLED","features":[620]},{"name":"CFM_EFFECTS","features":[620]},{"name":"CFM_EFFECTS2","features":[620]},{"name":"CFM_EMBOSS","features":[620]},{"name":"CFM_EXTENDED","features":[620]},{"name":"CFM_FACE","features":[620]},{"name":"CFM_FONTBOUND","features":[620]},{"name":"CFM_HIDDEN","features":[620]},{"name":"CFM_IMPRINT","features":[620]},{"name":"CFM_ITALIC","features":[620]},{"name":"CFM_KERNING","features":[620]},{"name":"CFM_LCID","features":[620]},{"name":"CFM_LINK","features":[620]},{"name":"CFM_LINKPROTECTED","features":[620]},{"name":"CFM_MASK","features":[620]},{"name":"CFM_MATH","features":[620]},{"name":"CFM_MATHNOBUILDUP","features":[620]},{"name":"CFM_MATHORDINARY","features":[620]},{"name":"CFM_OFFSET","features":[620]},{"name":"CFM_OUTLINE","features":[620]},{"name":"CFM_PROTECTED","features":[620]},{"name":"CFM_REVAUTHOR","features":[620]},{"name":"CFM_REVISED","features":[620]},{"name":"CFM_SHADOW","features":[620]},{"name":"CFM_SIZE","features":[620]},{"name":"CFM_SMALLCAPS","features":[620]},{"name":"CFM_SPACING","features":[620]},{"name":"CFM_STRIKEOUT","features":[620]},{"name":"CFM_STYLE","features":[620]},{"name":"CFM_SUBSCRIPT","features":[620]},{"name":"CFM_SUPERSCRIPT","features":[620]},{"name":"CFM_UNDERLINE","features":[620]},{"name":"CFM_UNDERLINETYPE","features":[620]},{"name":"CFM_WEIGHT","features":[620]},{"name":"CF_RETEXTOBJ","features":[620]},{"name":"CF_RTF","features":[620]},{"name":"CF_RTFNOOBJS","features":[620]},{"name":"CHANGENOTIFY","features":[620]},{"name":"CHANGETYPE","features":[620]},{"name":"CHARFORMAT2A","features":[307,318,620]},{"name":"CHARFORMAT2W","features":[307,318,620]},{"name":"CHARFORMATA","features":[307,318,620]},{"name":"CHARFORMATW","features":[307,318,620]},{"name":"CHARRANGE","features":[620]},{"name":"CLIPBOARDFORMAT","features":[307,620]},{"name":"CLIPBOARDFORMAT","features":[307,620]},{"name":"CN_GENERIC","features":[620]},{"name":"CN_NEWREDO","features":[620]},{"name":"CN_NEWUNDO","features":[620]},{"name":"CN_TEXTCHANGED","features":[620]},{"name":"COMPCOLOR","features":[307,620]},{"name":"CTFMODEBIAS_CONVERSATION","features":[620]},{"name":"CTFMODEBIAS_DATETIME","features":[620]},{"name":"CTFMODEBIAS_DEFAULT","features":[620]},{"name":"CTFMODEBIAS_FILENAME","features":[620]},{"name":"CTFMODEBIAS_FULLWIDTHALPHANUMERIC","features":[620]},{"name":"CTFMODEBIAS_HALFWIDTHALPHANUMERIC","features":[620]},{"name":"CTFMODEBIAS_HALFWIDTHKATAKANA","features":[620]},{"name":"CTFMODEBIAS_HANGUL","features":[620]},{"name":"CTFMODEBIAS_HIRAGANA","features":[620]},{"name":"CTFMODEBIAS_KATAKANA","features":[620]},{"name":"CTFMODEBIAS_NAME","features":[620]},{"name":"CTFMODEBIAS_NUMERIC","features":[620]},{"name":"CTFMODEBIAS_READING","features":[620]},{"name":"ECN_ENDCOMPOSITION","features":[620]},{"name":"ECN_NEWTEXT","features":[620]},{"name":"ECOOP_AND","features":[620]},{"name":"ECOOP_OR","features":[620]},{"name":"ECOOP_SET","features":[620]},{"name":"ECOOP_XOR","features":[620]},{"name":"ECO_AUTOHSCROLL","features":[620]},{"name":"ECO_AUTOVSCROLL","features":[620]},{"name":"ECO_AUTOWORDSELECTION","features":[620]},{"name":"ECO_NOHIDESEL","features":[620]},{"name":"ECO_READONLY","features":[620]},{"name":"ECO_SAVESEL","features":[620]},{"name":"ECO_SELECTIONBAR","features":[620]},{"name":"ECO_VERTICAL","features":[620]},{"name":"ECO_WANTRETURN","features":[620]},{"name":"EDITSTREAM","features":[620]},{"name":"EDITSTREAM","features":[620]},{"name":"EDITSTREAMCALLBACK","features":[620]},{"name":"EDITWORDBREAKPROCEX","features":[620]},{"name":"ELLIPSIS_END","features":[620]},{"name":"ELLIPSIS_MASK","features":[620]},{"name":"ELLIPSIS_NONE","features":[620]},{"name":"ELLIPSIS_WORD","features":[620]},{"name":"EMO_ENTER","features":[620]},{"name":"EMO_EXIT","features":[620]},{"name":"EMO_EXPAND","features":[620]},{"name":"EMO_EXPANDDOCUMENT","features":[620]},{"name":"EMO_EXPANDSELECTION","features":[620]},{"name":"EMO_GETVIEWMODE","features":[620]},{"name":"EMO_MOVESELECTION","features":[620]},{"name":"EMO_PROMOTE","features":[620]},{"name":"EM_AUTOURLDETECT","features":[620]},{"name":"EM_CALLAUTOCORRECTPROC","features":[620]},{"name":"EM_CANPASTE","features":[620]},{"name":"EM_CANREDO","features":[620]},{"name":"EM_CONVPOSITION","features":[620]},{"name":"EM_DISPLAYBAND","features":[620]},{"name":"EM_EXGETSEL","features":[620]},{"name":"EM_EXLIMITTEXT","features":[620]},{"name":"EM_EXLINEFROMCHAR","features":[620]},{"name":"EM_EXSETSEL","features":[620]},{"name":"EM_FINDTEXT","features":[620]},{"name":"EM_FINDTEXTEX","features":[620]},{"name":"EM_FINDTEXTEXW","features":[620]},{"name":"EM_FINDTEXTW","features":[620]},{"name":"EM_FINDWORDBREAK","features":[620]},{"name":"EM_FORMATRANGE","features":[620]},{"name":"EM_GETAUTOCORRECTPROC","features":[620]},{"name":"EM_GETAUTOURLDETECT","features":[620]},{"name":"EM_GETBIDIOPTIONS","features":[620]},{"name":"EM_GETCHARFORMAT","features":[620]},{"name":"EM_GETCTFMODEBIAS","features":[620]},{"name":"EM_GETCTFOPENSTATUS","features":[620]},{"name":"EM_GETEDITSTYLE","features":[620]},{"name":"EM_GETEDITSTYLEEX","features":[620]},{"name":"EM_GETELLIPSISMODE","features":[620]},{"name":"EM_GETELLIPSISSTATE","features":[620]},{"name":"EM_GETEVENTMASK","features":[620]},{"name":"EM_GETHYPHENATEINFO","features":[620]},{"name":"EM_GETIMECOLOR","features":[620]},{"name":"EM_GETIMECOMPMODE","features":[620]},{"name":"EM_GETIMECOMPTEXT","features":[620]},{"name":"EM_GETIMEMODEBIAS","features":[620]},{"name":"EM_GETIMEOPTIONS","features":[620]},{"name":"EM_GETIMEPROPERTY","features":[620]},{"name":"EM_GETLANGOPTIONS","features":[620]},{"name":"EM_GETOLEINTERFACE","features":[620]},{"name":"EM_GETOPTIONS","features":[620]},{"name":"EM_GETPAGE","features":[620]},{"name":"EM_GETPAGEROTATE","features":[620]},{"name":"EM_GETPARAFORMAT","features":[620]},{"name":"EM_GETPUNCTUATION","features":[620]},{"name":"EM_GETQUERYRTFOBJ","features":[620]},{"name":"EM_GETREDONAME","features":[620]},{"name":"EM_GETSCROLLPOS","features":[620]},{"name":"EM_GETSELTEXT","features":[620]},{"name":"EM_GETSTORYTYPE","features":[620]},{"name":"EM_GETTABLEPARMS","features":[620]},{"name":"EM_GETTEXTEX","features":[620]},{"name":"EM_GETTEXTLENGTHEX","features":[620]},{"name":"EM_GETTEXTMODE","features":[620]},{"name":"EM_GETTEXTRANGE","features":[620]},{"name":"EM_GETTOUCHOPTIONS","features":[620]},{"name":"EM_GETTYPOGRAPHYOPTIONS","features":[620]},{"name":"EM_GETUNDONAME","features":[620]},{"name":"EM_GETVIEWKIND","features":[620]},{"name":"EM_GETWORDBREAKPROCEX","features":[620]},{"name":"EM_GETWORDWRAPMODE","features":[620]},{"name":"EM_GETZOOM","features":[620]},{"name":"EM_HIDESELECTION","features":[620]},{"name":"EM_INSERTIMAGE","features":[620]},{"name":"EM_INSERTTABLE","features":[620]},{"name":"EM_ISIME","features":[620]},{"name":"EM_OUTLINE","features":[620]},{"name":"EM_PASTESPECIAL","features":[620]},{"name":"EM_RECONVERSION","features":[620]},{"name":"EM_REDO","features":[620]},{"name":"EM_REQUESTRESIZE","features":[620]},{"name":"EM_SELECTIONTYPE","features":[620]},{"name":"EM_SETAUTOCORRECTPROC","features":[620]},{"name":"EM_SETBIDIOPTIONS","features":[620]},{"name":"EM_SETBKGNDCOLOR","features":[620]},{"name":"EM_SETCHARFORMAT","features":[620]},{"name":"EM_SETCTFMODEBIAS","features":[620]},{"name":"EM_SETCTFOPENSTATUS","features":[620]},{"name":"EM_SETDISABLEOLELINKCONVERSION","features":[620]},{"name":"EM_SETEDITSTYLE","features":[620]},{"name":"EM_SETEDITSTYLEEX","features":[620]},{"name":"EM_SETELLIPSISMODE","features":[620]},{"name":"EM_SETEVENTMASK","features":[620]},{"name":"EM_SETFONTSIZE","features":[620]},{"name":"EM_SETHYPHENATEINFO","features":[620]},{"name":"EM_SETIMECOLOR","features":[620]},{"name":"EM_SETIMEMODEBIAS","features":[620]},{"name":"EM_SETIMEOPTIONS","features":[620]},{"name":"EM_SETLANGOPTIONS","features":[620]},{"name":"EM_SETOLECALLBACK","features":[620]},{"name":"EM_SETOPTIONS","features":[620]},{"name":"EM_SETPAGE","features":[620]},{"name":"EM_SETPAGEROTATE","features":[620]},{"name":"EM_SETPALETTE","features":[620]},{"name":"EM_SETPARAFORMAT","features":[620]},{"name":"EM_SETPUNCTUATION","features":[620]},{"name":"EM_SETQUERYCONVERTOLELINKCALLBACK","features":[620]},{"name":"EM_SETQUERYRTFOBJ","features":[620]},{"name":"EM_SETSCROLLPOS","features":[620]},{"name":"EM_SETSTORYTYPE","features":[620]},{"name":"EM_SETTABLEPARMS","features":[620]},{"name":"EM_SETTARGETDEVICE","features":[620]},{"name":"EM_SETTEXTEX","features":[620]},{"name":"EM_SETTEXTMODE","features":[620]},{"name":"EM_SETTOUCHOPTIONS","features":[620]},{"name":"EM_SETTYPOGRAPHYOPTIONS","features":[620]},{"name":"EM_SETUIANAME","features":[620]},{"name":"EM_SETUNDOLIMIT","features":[620]},{"name":"EM_SETVIEWKIND","features":[620]},{"name":"EM_SETWORDBREAKPROCEX","features":[620]},{"name":"EM_SETWORDWRAPMODE","features":[620]},{"name":"EM_SETZOOM","features":[620]},{"name":"EM_SHOWSCROLLBAR","features":[620]},{"name":"EM_STOPGROUPTYPING","features":[620]},{"name":"EM_STREAMIN","features":[620]},{"name":"EM_STREAMOUT","features":[620]},{"name":"ENCORRECTTEXT","features":[307,620]},{"name":"ENCORRECTTEXT","features":[307,620]},{"name":"ENDCOMPOSITIONNOTIFY","features":[307,620]},{"name":"ENDCOMPOSITIONNOTIFY","features":[307,620]},{"name":"ENDCOMPOSITIONNOTIFY_CODE","features":[620]},{"name":"ENDROPFILES","features":[307,620]},{"name":"ENDROPFILES","features":[307,620]},{"name":"ENLINK","features":[307,620]},{"name":"ENLINK","features":[307,620]},{"name":"ENLOWFIRTF","features":[307,620]},{"name":"ENLOWFIRTF","features":[307,620]},{"name":"ENM_CHANGE","features":[620]},{"name":"ENM_CLIPFORMAT","features":[620]},{"name":"ENM_CORRECTTEXT","features":[620]},{"name":"ENM_DRAGDROPDONE","features":[620]},{"name":"ENM_DROPFILES","features":[620]},{"name":"ENM_ENDCOMPOSITION","features":[620]},{"name":"ENM_GROUPTYPINGCHANGE","features":[620]},{"name":"ENM_HIDELINKTOOLTIP","features":[620]},{"name":"ENM_IMECHANGE","features":[620]},{"name":"ENM_KEYEVENTS","features":[620]},{"name":"ENM_LANGCHANGE","features":[620]},{"name":"ENM_LINK","features":[620]},{"name":"ENM_LOWFIRTF","features":[620]},{"name":"ENM_MOUSEEVENTS","features":[620]},{"name":"ENM_NONE","features":[620]},{"name":"ENM_OBJECTPOSITIONS","features":[620]},{"name":"ENM_PAGECHANGE","features":[620]},{"name":"ENM_PARAGRAPHEXPANDED","features":[620]},{"name":"ENM_PROTECTED","features":[620]},{"name":"ENM_REQUESTRESIZE","features":[620]},{"name":"ENM_SCROLL","features":[620]},{"name":"ENM_SCROLLEVENTS","features":[620]},{"name":"ENM_SELCHANGE","features":[620]},{"name":"ENM_STARTCOMPOSITION","features":[620]},{"name":"ENM_UPDATE","features":[620]},{"name":"ENOLEOPFAILED","features":[307,620]},{"name":"ENOLEOPFAILED","features":[307,620]},{"name":"ENPROTECTED","features":[307,620]},{"name":"ENPROTECTED","features":[307,620]},{"name":"ENSAVECLIPBOARD","features":[307,620]},{"name":"ENSAVECLIPBOARD","features":[307,620]},{"name":"EN_ALIGNLTR","features":[620]},{"name":"EN_ALIGNRTL","features":[620]},{"name":"EN_CLIPFORMAT","features":[620]},{"name":"EN_CORRECTTEXT","features":[620]},{"name":"EN_DRAGDROPDONE","features":[620]},{"name":"EN_DROPFILES","features":[620]},{"name":"EN_ENDCOMPOSITION","features":[620]},{"name":"EN_IMECHANGE","features":[620]},{"name":"EN_LINK","features":[620]},{"name":"EN_LOWFIRTF","features":[620]},{"name":"EN_MSGFILTER","features":[620]},{"name":"EN_OBJECTPOSITIONS","features":[620]},{"name":"EN_OLEOPFAILED","features":[620]},{"name":"EN_PAGECHANGE","features":[620]},{"name":"EN_PARAGRAPHEXPANDED","features":[620]},{"name":"EN_PROTECTED","features":[620]},{"name":"EN_REQUESTRESIZE","features":[620]},{"name":"EN_SAVECLIPBOARD","features":[620]},{"name":"EN_SELCHANGE","features":[620]},{"name":"EN_STARTCOMPOSITION","features":[620]},{"name":"EN_STOPNOUNDO","features":[620]},{"name":"EPR_0","features":[620]},{"name":"EPR_180","features":[620]},{"name":"EPR_270","features":[620]},{"name":"EPR_90","features":[620]},{"name":"EPR_SE","features":[620]},{"name":"ES_DISABLENOSCROLL","features":[620]},{"name":"ES_EX_NOCALLOLEINIT","features":[620]},{"name":"ES_NOIME","features":[620]},{"name":"ES_NOOLEDRAGDROP","features":[620]},{"name":"ES_SAVESEL","features":[620]},{"name":"ES_SELECTIONBAR","features":[620]},{"name":"ES_SELFIME","features":[620]},{"name":"ES_SUNKEN","features":[620]},{"name":"ES_VERTICAL","features":[620]},{"name":"FINDTEXTA","features":[620]},{"name":"FINDTEXTA","features":[620]},{"name":"FINDTEXTEXA","features":[620]},{"name":"FINDTEXTEXA","features":[620]},{"name":"FINDTEXTEXW","features":[620]},{"name":"FINDTEXTEXW","features":[620]},{"name":"FINDTEXTW","features":[620]},{"name":"FINDTEXTW","features":[620]},{"name":"FORMATRANGE","features":[307,318,620]},{"name":"FORMATRANGE","features":[307,318,620]},{"name":"GCMF_GRIPPER","features":[620]},{"name":"GCMF_MOUSEMENU","features":[620]},{"name":"GCMF_SPELLING","features":[620]},{"name":"GCMF_TOUCHMENU","features":[620]},{"name":"GCM_MOUSEMENU","features":[620]},{"name":"GCM_RIGHTMOUSEDROP","features":[620]},{"name":"GCM_TOUCHMENU","features":[620]},{"name":"GETCONTEXTMENUEX","features":[307,620]},{"name":"GETCONTEXTMENUEX","features":[307,620]},{"name":"GETTEXTEX","features":[307,620]},{"name":"GETTEXTEX","features":[307,620]},{"name":"GETTEXTEX_FLAGS","features":[620]},{"name":"GETTEXTLENGTHEX","features":[620]},{"name":"GETTEXTLENGTHEX_FLAGS","features":[620]},{"name":"GROUPTYPINGCHANGE","features":[307,620]},{"name":"GTL_CLOSE","features":[620]},{"name":"GTL_DEFAULT","features":[620]},{"name":"GTL_NUMBYTES","features":[620]},{"name":"GTL_NUMCHARS","features":[620]},{"name":"GTL_PRECISE","features":[620]},{"name":"GTL_USECRLF","features":[620]},{"name":"GT_DEFAULT","features":[620]},{"name":"GT_NOHIDDENTEXT","features":[620]},{"name":"GT_RAWTEXT","features":[620]},{"name":"GT_SELECTION","features":[620]},{"name":"GT_USECRLF","features":[620]},{"name":"HYPHENATEINFO","features":[620]},{"name":"HYPHENATEINFO","features":[620]},{"name":"HYPHRESULT","features":[620]},{"name":"ICM_CTF","features":[620]},{"name":"ICM_LEVEL2","features":[620]},{"name":"ICM_LEVEL2_5","features":[620]},{"name":"ICM_LEVEL2_SUI","features":[620]},{"name":"ICM_LEVEL3","features":[620]},{"name":"ICM_NOTOPEN","features":[620]},{"name":"ICT_RESULTREADSTR","features":[620]},{"name":"IMECOMPTEXT","features":[620]},{"name":"IMECOMPTEXT_FLAGS","features":[620]},{"name":"IMF_AUTOFONT","features":[620]},{"name":"IMF_AUTOFONTSIZEADJUST","features":[620]},{"name":"IMF_AUTOKEYBOARD","features":[620]},{"name":"IMF_CLOSESTATUSWINDOW","features":[620]},{"name":"IMF_DUALFONT","features":[620]},{"name":"IMF_FORCEACTIVE","features":[620]},{"name":"IMF_FORCEDISABLE","features":[620]},{"name":"IMF_FORCEENABLE","features":[620]},{"name":"IMF_FORCEINACTIVE","features":[620]},{"name":"IMF_FORCENONE","features":[620]},{"name":"IMF_FORCEREMEMBER","features":[620]},{"name":"IMF_IMEALWAYSSENDNOTIFY","features":[620]},{"name":"IMF_IMECANCELCOMPLETE","features":[620]},{"name":"IMF_IMEUIINTEGRATION","features":[620]},{"name":"IMF_MULTIPLEEDIT","features":[620]},{"name":"IMF_NOIMPLICITLANG","features":[620]},{"name":"IMF_NOKBDLIDFIXUP","features":[620]},{"name":"IMF_NORTFFONTSUBSTITUTE","features":[620]},{"name":"IMF_SMODE_NONE","features":[620]},{"name":"IMF_SMODE_PLAURALCLAUSE","features":[620]},{"name":"IMF_SPELLCHECKING","features":[620]},{"name":"IMF_TKBPREDICTION","features":[620]},{"name":"IMF_UIFONTS","features":[620]},{"name":"IMF_VERTICAL","features":[620]},{"name":"IRichEditOle","features":[620]},{"name":"IRichEditOleCallback","features":[620]},{"name":"IRicheditUiaOverrides","features":[620]},{"name":"ITextDisplays","features":[358,620]},{"name":"ITextDocument","features":[358,620]},{"name":"ITextDocument2","features":[358,620]},{"name":"ITextDocument2Old","features":[358,620]},{"name":"ITextFont","features":[358,620]},{"name":"ITextFont2","features":[358,620]},{"name":"ITextHost","features":[620]},{"name":"ITextHost2","features":[620]},{"name":"ITextPara","features":[358,620]},{"name":"ITextPara2","features":[358,620]},{"name":"ITextRange","features":[358,620]},{"name":"ITextRange2","features":[358,620]},{"name":"ITextRow","features":[358,620]},{"name":"ITextSelection","features":[358,620]},{"name":"ITextSelection2","features":[358,620]},{"name":"ITextServices","features":[620]},{"name":"ITextServices2","features":[620]},{"name":"ITextStory","features":[620]},{"name":"ITextStoryRanges","features":[358,620]},{"name":"ITextStoryRanges2","features":[358,620]},{"name":"ITextStrings","features":[358,620]},{"name":"KHYPH","features":[620]},{"name":"MANCODE","features":[620]},{"name":"MAX_TABLE_CELLS","features":[620]},{"name":"MAX_TAB_STOPS","features":[620]},{"name":"MBOLD","features":[620]},{"name":"MFRAK","features":[620]},{"name":"MGREEK","features":[620]},{"name":"MINIT","features":[620]},{"name":"MISOL","features":[620]},{"name":"MITAL","features":[620]},{"name":"MLOOP","features":[620]},{"name":"MMATH","features":[620]},{"name":"MMONO","features":[620]},{"name":"MOPEN","features":[620]},{"name":"MOPENA","features":[620]},{"name":"MROMN","features":[620]},{"name":"MSANS","features":[620]},{"name":"MSCRP","features":[620]},{"name":"MSFTEDIT_CLASS","features":[620]},{"name":"MSGFILTER","features":[307,620]},{"name":"MSGFILTER","features":[307,620]},{"name":"MSTRCH","features":[620]},{"name":"MTAIL","features":[620]},{"name":"OBJECTPOSITIONS","features":[307,620]},{"name":"OBJECTPOSITIONS","features":[307,620]},{"name":"OBJECTTYPE","features":[620]},{"name":"OLEOP_DOVERB","features":[620]},{"name":"PARAFORMAT","features":[620]},{"name":"PARAFORMAT2","features":[620]},{"name":"PARAFORMAT_ALIGNMENT","features":[620]},{"name":"PARAFORMAT_BORDERS","features":[620]},{"name":"PARAFORMAT_BORDERS_AUTOCOLOR","features":[620]},{"name":"PARAFORMAT_BORDERS_BOTTOM","features":[620]},{"name":"PARAFORMAT_BORDERS_INSIDE","features":[620]},{"name":"PARAFORMAT_BORDERS_LEFT","features":[620]},{"name":"PARAFORMAT_BORDERS_OUTSIDE","features":[620]},{"name":"PARAFORMAT_BORDERS_RIGHT","features":[620]},{"name":"PARAFORMAT_BORDERS_TOP","features":[620]},{"name":"PARAFORMAT_MASK","features":[620]},{"name":"PARAFORMAT_NUMBERING","features":[620]},{"name":"PARAFORMAT_NUMBERING_STYLE","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_DOWN_DIAG","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_GRID","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_HORIZ","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_TRELLIS","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_UP_DIAG","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_VERT","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_DOWN_DIAG","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_GRID","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_HORZ","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_TRELLIS","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_UP_DIAG","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_VERT","features":[620]},{"name":"PARAFORMAT_SHADING_STYLE_NONE","features":[620]},{"name":"PC_DELIMITER","features":[620]},{"name":"PC_FOLLOWING","features":[620]},{"name":"PC_LEADING","features":[620]},{"name":"PC_OVERFLOW","features":[620]},{"name":"PCreateTextServices","features":[620]},{"name":"PFA_CENTER","features":[620]},{"name":"PFA_FULL_GLYPHS","features":[620]},{"name":"PFA_FULL_INTERLETTER","features":[620]},{"name":"PFA_FULL_INTERWORD","features":[620]},{"name":"PFA_FULL_NEWSPAPER","features":[620]},{"name":"PFA_FULL_SCALED","features":[620]},{"name":"PFA_JUSTIFY","features":[620]},{"name":"PFA_LEFT","features":[620]},{"name":"PFA_RIGHT","features":[620]},{"name":"PFM_ALIGNMENT","features":[620]},{"name":"PFM_ALL","features":[620]},{"name":"PFM_ALL2","features":[620]},{"name":"PFM_BORDER","features":[620]},{"name":"PFM_BOX","features":[620]},{"name":"PFM_COLLAPSED","features":[620]},{"name":"PFM_DONOTHYPHEN","features":[620]},{"name":"PFM_EFFECTS","features":[620]},{"name":"PFM_KEEP","features":[620]},{"name":"PFM_KEEPNEXT","features":[620]},{"name":"PFM_LINESPACING","features":[620]},{"name":"PFM_NOLINENUMBER","features":[620]},{"name":"PFM_NOWIDOWCONTROL","features":[620]},{"name":"PFM_NUMBERING","features":[620]},{"name":"PFM_NUMBERINGSTART","features":[620]},{"name":"PFM_NUMBERINGSTYLE","features":[620]},{"name":"PFM_NUMBERINGTAB","features":[620]},{"name":"PFM_OFFSET","features":[620]},{"name":"PFM_OFFSETINDENT","features":[620]},{"name":"PFM_OUTLINELEVEL","features":[620]},{"name":"PFM_PAGEBREAKBEFORE","features":[620]},{"name":"PFM_RESERVED2","features":[620]},{"name":"PFM_RIGHTINDENT","features":[620]},{"name":"PFM_RTLPARA","features":[620]},{"name":"PFM_SHADING","features":[620]},{"name":"PFM_SIDEBYSIDE","features":[620]},{"name":"PFM_SPACEAFTER","features":[620]},{"name":"PFM_SPACEBEFORE","features":[620]},{"name":"PFM_STARTINDENT","features":[620]},{"name":"PFM_STYLE","features":[620]},{"name":"PFM_TABLE","features":[620]},{"name":"PFM_TABLEROWDELIMITER","features":[620]},{"name":"PFM_TABSTOPS","features":[620]},{"name":"PFM_TEXTWRAPPINGBREAK","features":[620]},{"name":"PFNS_NEWNUMBER","features":[620]},{"name":"PFNS_NONUMBER","features":[620]},{"name":"PFNS_PAREN","features":[620]},{"name":"PFNS_PARENS","features":[620]},{"name":"PFNS_PERIOD","features":[620]},{"name":"PFNS_PLAIN","features":[620]},{"name":"PFN_ARABIC","features":[620]},{"name":"PFN_BULLET","features":[620]},{"name":"PFN_LCLETTER","features":[620]},{"name":"PFN_LCROMAN","features":[620]},{"name":"PFN_UCLETTER","features":[620]},{"name":"PFN_UCROMAN","features":[620]},{"name":"PShutdownTextServices","features":[620]},{"name":"PUNCTUATION","features":[620]},{"name":"PUNCTUATION","features":[620]},{"name":"REOBJECT","features":[307,387,359,620]},{"name":"REOBJECT_FLAGS","features":[620]},{"name":"REO_ALIGNTORIGHT","features":[620]},{"name":"REO_BELOWBASELINE","features":[620]},{"name":"REO_BLANK","features":[620]},{"name":"REO_CANROTATE","features":[620]},{"name":"REO_DONTNEEDPALETTE","features":[620]},{"name":"REO_DYNAMICSIZE","features":[620]},{"name":"REO_GETMETAFILE","features":[620]},{"name":"REO_GETOBJ_ALL_INTERFACES","features":[620]},{"name":"REO_GETOBJ_NO_INTERFACES","features":[620]},{"name":"REO_GETOBJ_POLEOBJ","features":[620]},{"name":"REO_GETOBJ_POLESITE","features":[620]},{"name":"REO_GETOBJ_PSTG","features":[620]},{"name":"REO_HILITED","features":[620]},{"name":"REO_INPLACEACTIVE","features":[620]},{"name":"REO_INVERTEDSELECT","features":[620]},{"name":"REO_LINK","features":[620]},{"name":"REO_LINKAVAILABLE","features":[620]},{"name":"REO_NULL","features":[620]},{"name":"REO_OPEN","features":[620]},{"name":"REO_OWNERDRAWSELECT","features":[620]},{"name":"REO_READWRITEMASK","features":[620]},{"name":"REO_RESIZABLE","features":[620]},{"name":"REO_SELECTED","features":[620]},{"name":"REO_STATIC","features":[620]},{"name":"REO_USEASBACKGROUND","features":[620]},{"name":"REO_WRAPTEXTAROUND","features":[620]},{"name":"REPASTESPECIAL","features":[358,620]},{"name":"REPASTESPECIAL","features":[358,620]},{"name":"REQRESIZE","features":[307,620]},{"name":"REQRESIZE","features":[307,620]},{"name":"RICHEDIT60_CLASS","features":[620]},{"name":"RICHEDIT_CLASS","features":[620]},{"name":"RICHEDIT_CLASS10A","features":[620]},{"name":"RICHEDIT_CLASSA","features":[620]},{"name":"RICHEDIT_CLASSW","features":[620]},{"name":"RICHEDIT_IMAGE_PARAMETERS","features":[358,620]},{"name":"RICHEDIT_IMAGE_PARAMETERS","features":[358,620]},{"name":"RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE","features":[620]},{"name":"RICH_EDIT_GET_OBJECT_FLAGS","features":[620]},{"name":"RTO_DISABLEHANDLES","features":[620]},{"name":"RTO_READINGMODE","features":[620]},{"name":"RTO_SHOWHANDLES","features":[620]},{"name":"SCF_ALL","features":[620]},{"name":"SCF_ASSOCIATEFONT","features":[620]},{"name":"SCF_ASSOCIATEFONT2","features":[620]},{"name":"SCF_CHARREPFROMLCID","features":[620]},{"name":"SCF_DEFAULT","features":[620]},{"name":"SCF_NOKBUPDATE","features":[620]},{"name":"SCF_SELECTION","features":[620]},{"name":"SCF_SMARTFONT","features":[620]},{"name":"SCF_USEUIRULES","features":[620]},{"name":"SCF_WORD","features":[620]},{"name":"SELCHANGE","features":[307,620]},{"name":"SELCHANGE","features":[307,620]},{"name":"SEL_EMPTY","features":[620]},{"name":"SEL_MULTICHAR","features":[620]},{"name":"SEL_MULTIOBJECT","features":[620]},{"name":"SEL_OBJECT","features":[620]},{"name":"SEL_TEXT","features":[620]},{"name":"SES_ALLOWBEEPS","features":[620]},{"name":"SES_BEEPONMAXTEXT","features":[620]},{"name":"SES_BIDI","features":[620]},{"name":"SES_CTFALLOWEMBED","features":[620]},{"name":"SES_CTFALLOWPROOFING","features":[620]},{"name":"SES_CTFALLOWSMARTTAG","features":[620]},{"name":"SES_CTFNOLOCK","features":[620]},{"name":"SES_CUSTOMLOOK","features":[620]},{"name":"SES_DEFAULTLATINLIGA","features":[620]},{"name":"SES_DRAFTMODE","features":[620]},{"name":"SES_EMULATE10","features":[620]},{"name":"SES_EMULATESYSEDIT","features":[620]},{"name":"SES_EXTENDBACKCOLOR","features":[620]},{"name":"SES_EX_HANDLEFRIENDLYURL","features":[620]},{"name":"SES_EX_HIDETEMPFORMAT","features":[620]},{"name":"SES_EX_MULTITOUCH","features":[620]},{"name":"SES_EX_NOACETATESELECTION","features":[620]},{"name":"SES_EX_NOMATH","features":[620]},{"name":"SES_EX_NOTABLE","features":[620]},{"name":"SES_EX_NOTHEMING","features":[620]},{"name":"SES_EX_USEMOUSEWPARAM","features":[620]},{"name":"SES_EX_USESINGLELINE","features":[620]},{"name":"SES_HIDEGRIDLINES","features":[620]},{"name":"SES_HYPERLINKTOOLTIPS","features":[620]},{"name":"SES_LBSCROLLNOTIFY","features":[620]},{"name":"SES_LOGICALCARET","features":[620]},{"name":"SES_LOWERCASE","features":[620]},{"name":"SES_MAPCPS","features":[620]},{"name":"SES_MAX","features":[620]},{"name":"SES_MULTISELECT","features":[620]},{"name":"SES_NOEALINEHEIGHTADJUST","features":[620]},{"name":"SES_NOFOCUSLINKNOTIFY","features":[620]},{"name":"SES_NOIME","features":[620]},{"name":"SES_NOINPUTSEQUENCECHK","features":[620]},{"name":"SES_SCROLLONKILLFOCUS","features":[620]},{"name":"SES_SMARTDRAGDROP","features":[620]},{"name":"SES_UPPERCASE","features":[620]},{"name":"SES_USEAIMM","features":[620]},{"name":"SES_USEATFONT","features":[620]},{"name":"SES_USECRLF","features":[620]},{"name":"SES_USECTF","features":[620]},{"name":"SES_WORDDRAGDROP","features":[620]},{"name":"SES_XLTCRCRLFTOCR","features":[620]},{"name":"SETTEXTEX","features":[620]},{"name":"SFF_KEEPDOCINFO","features":[620]},{"name":"SFF_PERSISTVIEWSCALE","features":[620]},{"name":"SFF_PLAINRTF","features":[620]},{"name":"SFF_PWD","features":[620]},{"name":"SFF_SELECTION","features":[620]},{"name":"SFF_WRITEXTRAPAR","features":[620]},{"name":"SF_NCRFORNONASCII","features":[620]},{"name":"SF_RTF","features":[620]},{"name":"SF_RTFNOOBJS","features":[620]},{"name":"SF_RTFVAL","features":[620]},{"name":"SF_TEXT","features":[620]},{"name":"SF_TEXTIZED","features":[620]},{"name":"SF_UNICODE","features":[620]},{"name":"SF_USECODEPAGE","features":[620]},{"name":"SPF_DONTSETDEFAULT","features":[620]},{"name":"SPF_SETDEFAULT","features":[620]},{"name":"ST_DEFAULT","features":[620]},{"name":"ST_KEEPUNDO","features":[620]},{"name":"ST_NEWCHARS","features":[620]},{"name":"ST_SELECTION","features":[620]},{"name":"ST_UNICODE","features":[620]},{"name":"S_MSG_KEY_IGNORED","features":[620]},{"name":"TABLECELLPARMS","features":[307,620]},{"name":"TABLEROWPARMS","features":[620]},{"name":"TEXTMODE","features":[620]},{"name":"TEXTRANGEA","features":[620]},{"name":"TEXTRANGEA","features":[620]},{"name":"TEXTRANGEW","features":[620]},{"name":"TEXTRANGEW","features":[620]},{"name":"TM_MULTICODEPAGE","features":[620]},{"name":"TM_MULTILEVELUNDO","features":[620]},{"name":"TM_PLAINTEXT","features":[620]},{"name":"TM_RICHTEXT","features":[620]},{"name":"TM_SINGLECODEPAGE","features":[620]},{"name":"TM_SINGLELEVELUNDO","features":[620]},{"name":"TO_ADVANCEDLAYOUT","features":[620]},{"name":"TO_ADVANCEDTYPOGRAPHY","features":[620]},{"name":"TO_DISABLECUSTOMTEXTOUT","features":[620]},{"name":"TO_SIMPLELINEBREAK","features":[620]},{"name":"TXES_ISDIALOG","features":[620]},{"name":"TXTBACKSTYLE","features":[620]},{"name":"TXTBACK_OPAQUE","features":[620]},{"name":"TXTBACK_TRANSPARENT","features":[620]},{"name":"TXTBIT_ADVANCEDINPUT","features":[620]},{"name":"TXTBIT_ALLOWBEEP","features":[620]},{"name":"TXTBIT_AUTOWORDSEL","features":[620]},{"name":"TXTBIT_BACKSTYLECHANGE","features":[620]},{"name":"TXTBIT_CHARFORMATCHANGE","features":[620]},{"name":"TXTBIT_CLIENTRECTCHANGE","features":[620]},{"name":"TXTBIT_D2DDWRITE","features":[620]},{"name":"TXTBIT_D2DPIXELSNAPPED","features":[620]},{"name":"TXTBIT_D2DSIMPLETYPOGRAPHY","features":[620]},{"name":"TXTBIT_D2DSUBPIXELLINES","features":[620]},{"name":"TXTBIT_DISABLEDRAG","features":[620]},{"name":"TXTBIT_EXTENTCHANGE","features":[620]},{"name":"TXTBIT_FLASHLASTPASSWORDCHAR","features":[620]},{"name":"TXTBIT_HIDESELECTION","features":[620]},{"name":"TXTBIT_MAXLENGTHCHANGE","features":[620]},{"name":"TXTBIT_MULTILINE","features":[620]},{"name":"TXTBIT_NOTHREADREFCOUNT","features":[620]},{"name":"TXTBIT_PARAFORMATCHANGE","features":[620]},{"name":"TXTBIT_READONLY","features":[620]},{"name":"TXTBIT_RICHTEXT","features":[620]},{"name":"TXTBIT_SAVESELECTION","features":[620]},{"name":"TXTBIT_SCROLLBARCHANGE","features":[620]},{"name":"TXTBIT_SELBARCHANGE","features":[620]},{"name":"TXTBIT_SHOWACCELERATOR","features":[620]},{"name":"TXTBIT_SHOWPASSWORD","features":[620]},{"name":"TXTBIT_USECURRENTBKG","features":[620]},{"name":"TXTBIT_USEPASSWORD","features":[620]},{"name":"TXTBIT_VERTICAL","features":[620]},{"name":"TXTBIT_VIEWINSETCHANGE","features":[620]},{"name":"TXTBIT_WORDWRAP","features":[620]},{"name":"TXTHITRESULT","features":[620]},{"name":"TXTHITRESULT_CLOSE","features":[620]},{"name":"TXTHITRESULT_HIT","features":[620]},{"name":"TXTHITRESULT_NOHIT","features":[620]},{"name":"TXTHITRESULT_TRANSPARENT","features":[620]},{"name":"TXTNATURALSIZE","features":[620]},{"name":"TXTNS_EMU","features":[620]},{"name":"TXTNS_FITTOCONTENT","features":[620]},{"name":"TXTNS_FITTOCONTENT2","features":[620]},{"name":"TXTNS_FITTOCONTENT3","features":[620]},{"name":"TXTNS_FITTOCONTENTWSP","features":[620]},{"name":"TXTNS_INCLUDELASTLINE","features":[620]},{"name":"TXTNS_ROUNDTOLINE","features":[620]},{"name":"TXTVIEW","features":[620]},{"name":"TXTVIEW_ACTIVE","features":[620]},{"name":"TXTVIEW_INACTIVE","features":[620]},{"name":"UID_AUTOTABLE","features":[620]},{"name":"UID_CUT","features":[620]},{"name":"UID_DELETE","features":[620]},{"name":"UID_DRAGDROP","features":[620]},{"name":"UID_PASTE","features":[620]},{"name":"UID_TYPING","features":[620]},{"name":"UID_UNKNOWN","features":[620]},{"name":"UNDONAMEID","features":[620]},{"name":"VM_NORMAL","features":[620]},{"name":"VM_OUTLINE","features":[620]},{"name":"VM_PAGE","features":[620]},{"name":"WBF_CUSTOM","features":[620]},{"name":"WBF_LEVEL1","features":[620]},{"name":"WBF_LEVEL2","features":[620]},{"name":"WBF_OVERFLOW","features":[620]},{"name":"WBF_WORDBREAK","features":[620]},{"name":"WBF_WORDWRAP","features":[620]},{"name":"WB_MOVEWORDNEXT","features":[620]},{"name":"WB_MOVEWORDPREV","features":[620]},{"name":"WB_NEXTBREAK","features":[620]},{"name":"WB_PREVBREAK","features":[620]},{"name":"cchTextLimitDefault","features":[620]},{"name":"khyphAddBefore","features":[620]},{"name":"khyphChangeAfter","features":[620]},{"name":"khyphChangeBefore","features":[620]},{"name":"khyphDelAndChange","features":[620]},{"name":"khyphDeleteBefore","features":[620]},{"name":"khyphNil","features":[620]},{"name":"khyphNormal","features":[620]},{"name":"lDefaultTab","features":[620]},{"name":"tomAboriginal","features":[620]},{"name":"tomAccent","features":[620]},{"name":"tomAdjustCRLF","features":[620]},{"name":"tomAlignBar","features":[620]},{"name":"tomAlignCenter","features":[620]},{"name":"tomAlignDecimal","features":[620]},{"name":"tomAlignDefault","features":[620]},{"name":"tomAlignInterLetter","features":[620]},{"name":"tomAlignInterWord","features":[620]},{"name":"tomAlignJustify","features":[620]},{"name":"tomAlignLeft","features":[620]},{"name":"tomAlignMatchAscentDescent","features":[620]},{"name":"tomAlignNewspaper","features":[620]},{"name":"tomAlignRight","features":[620]},{"name":"tomAlignScaled","features":[620]},{"name":"tomAllCaps","features":[620]},{"name":"tomAllowFinalEOP","features":[620]},{"name":"tomAllowMathBold","features":[620]},{"name":"tomAllowOffClient","features":[620]},{"name":"tomAnimationMax","features":[620]},{"name":"tomAnsi","features":[620]},{"name":"tomApplyLater","features":[620]},{"name":"tomApplyNow","features":[620]},{"name":"tomApplyRtfDocProps","features":[620]},{"name":"tomApplyTmp","features":[620]},{"name":"tomArabic","features":[620]},{"name":"tomArmenian","features":[620]},{"name":"tomAtEnd","features":[620]},{"name":"tomAutoBackColor","features":[620]},{"name":"tomAutoColor","features":[620]},{"name":"tomAutoLinkEmail","features":[620]},{"name":"tomAutoLinkPath","features":[620]},{"name":"tomAutoLinkPhone","features":[620]},{"name":"tomAutoLinkURL","features":[620]},{"name":"tomAutoSpaceAlpha","features":[620]},{"name":"tomAutoSpaceNumeric","features":[620]},{"name":"tomAutoSpaceParens","features":[620]},{"name":"tomAutoTextColor","features":[620]},{"name":"tomBIG5","features":[620]},{"name":"tomBackward","features":[620]},{"name":"tomBaltic","features":[620]},{"name":"tomBengali","features":[620]},{"name":"tomBlinkingBackground","features":[620]},{"name":"tomBold","features":[620]},{"name":"tomBox","features":[620]},{"name":"tomBoxAlignCenter","features":[620]},{"name":"tomBoxHideBottom","features":[620]},{"name":"tomBoxHideLeft","features":[620]},{"name":"tomBoxHideRight","features":[620]},{"name":"tomBoxHideTop","features":[620]},{"name":"tomBoxStrikeBLTR","features":[620]},{"name":"tomBoxStrikeH","features":[620]},{"name":"tomBoxStrikeTLBR","features":[620]},{"name":"tomBoxStrikeV","features":[620]},{"name":"tomBoxedFormula","features":[620]},{"name":"tomBrackets","features":[620]},{"name":"tomBracketsWithSeps","features":[620]},{"name":"tomBraille","features":[620]},{"name":"tomCacheParms","features":[620]},{"name":"tomCanCopy","features":[620]},{"name":"tomCanRedo","features":[620]},{"name":"tomCanUndo","features":[620]},{"name":"tomCell","features":[620]},{"name":"tomCellStructureChangeOnly","features":[620]},{"name":"tomCharFormat","features":[620]},{"name":"tomCharRepFromLcid","features":[620]},{"name":"tomCharRepMax","features":[620]},{"name":"tomCharacter","features":[620]},{"name":"tomCharset","features":[620]},{"name":"tomCheckTextLimit","features":[620]},{"name":"tomCherokee","features":[620]},{"name":"tomClientCoord","features":[620]},{"name":"tomClientLink","features":[620]},{"name":"tomCluster","features":[620]},{"name":"tomCollapseEnd","features":[620]},{"name":"tomCollapseStart","features":[620]},{"name":"tomColumn","features":[620]},{"name":"tomCommentsStory","features":[620]},{"name":"tomCompressMax","features":[620]},{"name":"tomCompressNone","features":[620]},{"name":"tomCompressPunctuation","features":[620]},{"name":"tomCompressPunctuationAndKana","features":[620]},{"name":"tomConstants","features":[620]},{"name":"tomConvertMathChar","features":[620]},{"name":"tomConvertRTF","features":[620]},{"name":"tomCreateAlways","features":[620]},{"name":"tomCreateNew","features":[620]},{"name":"tomCyrillic","features":[620]},{"name":"tomDash","features":[620]},{"name":"tomDashDot","features":[620]},{"name":"tomDashDotDot","features":[620]},{"name":"tomDashes","features":[620]},{"name":"tomDecDecSize","features":[620]},{"name":"tomDecSize","features":[620]},{"name":"tomDefault","features":[620]},{"name":"tomDefaultCharRep","features":[620]},{"name":"tomDefaultTab","features":[620]},{"name":"tomDeseret","features":[620]},{"name":"tomDevanagari","features":[620]},{"name":"tomDisableSmartFont","features":[620]},{"name":"tomDisabled","features":[620]},{"name":"tomDocAutoLink","features":[620]},{"name":"tomDocMathBuild","features":[620]},{"name":"tomDontGrowWithContent","features":[620]},{"name":"tomDots","features":[620]},{"name":"tomDotted","features":[620]},{"name":"tomDouble","features":[620]},{"name":"tomDoubleWave","features":[620]},{"name":"tomDoublestrike","features":[620]},{"name":"tomEastEurope","features":[620]},{"name":"tomEllipsisEnd","features":[620]},{"name":"tomEllipsisMode","features":[620]},{"name":"tomEllipsisNone","features":[620]},{"name":"tomEllipsisPresent","features":[620]},{"name":"tomEllipsisState","features":[620]},{"name":"tomEllipsisWord","features":[620]},{"name":"tomEmbeddedFont","features":[620]},{"name":"tomEmboss","features":[620]},{"name":"tomEmoji","features":[620]},{"name":"tomEnableSmartFont","features":[620]},{"name":"tomEnd","features":[620]},{"name":"tomEndnotesStory","features":[620]},{"name":"tomEq","features":[620]},{"name":"tomEqArrayAlignBottomRow","features":[620]},{"name":"tomEqArrayAlignCenter","features":[620]},{"name":"tomEqArrayAlignMask","features":[620]},{"name":"tomEqArrayAlignTopRow","features":[620]},{"name":"tomEqArrayLayoutWidth","features":[620]},{"name":"tomEquals","features":[620]},{"name":"tomEquationArray","features":[620]},{"name":"tomEthiopic","features":[620]},{"name":"tomEvenPagesFooterStory","features":[620]},{"name":"tomEvenPagesHeaderStory","features":[620]},{"name":"tomExtend","features":[620]},{"name":"tomExtendedChar","features":[620]},{"name":"tomFalse","features":[620]},{"name":"tomFindStory","features":[620]},{"name":"tomFirstPageFooterStory","features":[620]},{"name":"tomFirstPageHeaderStory","features":[620]},{"name":"tomFoldMathAlpha","features":[620]},{"name":"tomFontAlignmentAuto","features":[620]},{"name":"tomFontAlignmentBaseline","features":[620]},{"name":"tomFontAlignmentBottom","features":[620]},{"name":"tomFontAlignmentCenter","features":[620]},{"name":"tomFontAlignmentMax","features":[620]},{"name":"tomFontAlignmentTop","features":[620]},{"name":"tomFontBound","features":[620]},{"name":"tomFontPropAlign","features":[620]},{"name":"tomFontPropTeXStyle","features":[620]},{"name":"tomFontStretch","features":[620]},{"name":"tomFontStretchCondensed","features":[620]},{"name":"tomFontStretchDefault","features":[620]},{"name":"tomFontStretchExpanded","features":[620]},{"name":"tomFontStretchExtraCondensed","features":[620]},{"name":"tomFontStretchExtraExpanded","features":[620]},{"name":"tomFontStretchNormal","features":[620]},{"name":"tomFontStretchSemiCondensed","features":[620]},{"name":"tomFontStretchSemiExpanded","features":[620]},{"name":"tomFontStretchUltraCondensed","features":[620]},{"name":"tomFontStretchUltraExpanded","features":[620]},{"name":"tomFontStyle","features":[620]},{"name":"tomFontStyleItalic","features":[620]},{"name":"tomFontStyleOblique","features":[620]},{"name":"tomFontStyleUpright","features":[620]},{"name":"tomFontWeightBlack","features":[620]},{"name":"tomFontWeightBold","features":[620]},{"name":"tomFontWeightDefault","features":[620]},{"name":"tomFontWeightExtraBlack","features":[620]},{"name":"tomFontWeightExtraBold","features":[620]},{"name":"tomFontWeightExtraLight","features":[620]},{"name":"tomFontWeightHeavy","features":[620]},{"name":"tomFontWeightLight","features":[620]},{"name":"tomFontWeightMedium","features":[620]},{"name":"tomFontWeightNormal","features":[620]},{"name":"tomFontWeightRegular","features":[620]},{"name":"tomFontWeightSemiBold","features":[620]},{"name":"tomFontWeightThin","features":[620]},{"name":"tomFootnotesStory","features":[620]},{"name":"tomForward","features":[620]},{"name":"tomFraction","features":[620]},{"name":"tomFriendlyLinkAddress","features":[620]},{"name":"tomFriendlyLinkName","features":[620]},{"name":"tomFunctionApply","features":[620]},{"name":"tomFunctionTypeIsLim","features":[620]},{"name":"tomFunctionTypeNone","features":[620]},{"name":"tomFunctionTypeTakesArg","features":[620]},{"name":"tomFunctionTypeTakesLim","features":[620]},{"name":"tomFunctionTypeTakesLim2","features":[620]},{"name":"tomGB2312","features":[620]},{"name":"tomGeorgian","features":[620]},{"name":"tomGetHeightOnly","features":[620]},{"name":"tomGlagolitic","features":[620]},{"name":"tomGothic","features":[620]},{"name":"tomGravityBack","features":[620]},{"name":"tomGravityBackward","features":[620]},{"name":"tomGravityFore","features":[620]},{"name":"tomGravityForward","features":[620]},{"name":"tomGravityIn","features":[620]},{"name":"tomGravityOut","features":[620]},{"name":"tomGravityUI","features":[620]},{"name":"tomGreek","features":[620]},{"name":"tomGrowWithContent","features":[620]},{"name":"tomGujarati","features":[620]},{"name":"tomGurmukhi","features":[620]},{"name":"tomHContCell","features":[620]},{"name":"tomHStartCell","features":[620]},{"name":"tomHTML","features":[620]},{"name":"tomHair","features":[620]},{"name":"tomHangul","features":[620]},{"name":"tomHardParagraph","features":[620]},{"name":"tomHeavyWave","features":[620]},{"name":"tomHebrew","features":[620]},{"name":"tomHidden","features":[620]},{"name":"tomHorzVert","features":[620]},{"name":"tomHstring","features":[620]},{"name":"tomIgnoreCurrentFont","features":[620]},{"name":"tomIgnoreNumberStyle","features":[620]},{"name":"tomImprint","features":[620]},{"name":"tomIncIncSize","features":[620]},{"name":"tomIncSize","features":[620]},{"name":"tomIncludeInset","features":[620]},{"name":"tomIncludeNumbering","features":[620]},{"name":"tomInlineObject","features":[620]},{"name":"tomInlineObjectArg","features":[620]},{"name":"tomInlineObjectStart","features":[620]},{"name":"tomItalic","features":[620]},{"name":"tomJamo","features":[620]},{"name":"tomKannada","features":[620]},{"name":"tomKayahli","features":[620]},{"name":"tomKharoshthi","features":[620]},{"name":"tomKhmer","features":[620]},{"name":"tomKoreanBlockCaret","features":[620]},{"name":"tomLanguageTag","features":[620]},{"name":"tomLao","features":[620]},{"name":"tomLasVegasLights","features":[620]},{"name":"tomLayoutColumn","features":[620]},{"name":"tomLeafLine","features":[620]},{"name":"tomLeftSubSup","features":[620]},{"name":"tomLimbu","features":[620]},{"name":"tomLimitAlignCenter","features":[620]},{"name":"tomLimitAlignLeft","features":[620]},{"name":"tomLimitAlignMask","features":[620]},{"name":"tomLimitAlignRight","features":[620]},{"name":"tomLimitsDefault","features":[620]},{"name":"tomLimitsOpposite","features":[620]},{"name":"tomLimitsSubSup","features":[620]},{"name":"tomLimitsUnderOver","features":[620]},{"name":"tomLine","features":[620]},{"name":"tomLineSpace1pt5","features":[620]},{"name":"tomLineSpaceAtLeast","features":[620]},{"name":"tomLineSpaceDouble","features":[620]},{"name":"tomLineSpaceExactly","features":[620]},{"name":"tomLineSpaceMultiple","features":[620]},{"name":"tomLineSpacePercent","features":[620]},{"name":"tomLineSpaceSingle","features":[620]},{"name":"tomLines","features":[620]},{"name":"tomLink","features":[620]},{"name":"tomLinkProtected","features":[620]},{"name":"tomListBullet","features":[620]},{"name":"tomListMinus","features":[620]},{"name":"tomListNoNumber","features":[620]},{"name":"tomListNone","features":[620]},{"name":"tomListNumberAsArabic","features":[620]},{"name":"tomListNumberAsLCLetter","features":[620]},{"name":"tomListNumberAsLCRoman","features":[620]},{"name":"tomListNumberAsSequence","features":[620]},{"name":"tomListNumberAsUCLetter","features":[620]},{"name":"tomListNumberAsUCRoman","features":[620]},{"name":"tomListNumberedArabic1","features":[620]},{"name":"tomListNumberedArabic2","features":[620]},{"name":"tomListNumberedArabicWide","features":[620]},{"name":"tomListNumberedBlackCircleWingding","features":[620]},{"name":"tomListNumberedChS","features":[620]},{"name":"tomListNumberedChT","features":[620]},{"name":"tomListNumberedCircle","features":[620]},{"name":"tomListNumberedHebrew","features":[620]},{"name":"tomListNumberedHindiAlpha","features":[620]},{"name":"tomListNumberedHindiAlpha1","features":[620]},{"name":"tomListNumberedHindiNum","features":[620]},{"name":"tomListNumberedJpnChS","features":[620]},{"name":"tomListNumberedJpnKor","features":[620]},{"name":"tomListNumberedThaiAlpha","features":[620]},{"name":"tomListNumberedThaiNum","features":[620]},{"name":"tomListNumberedWhiteCircleWingding","features":[620]},{"name":"tomListParentheses","features":[620]},{"name":"tomListPeriod","features":[620]},{"name":"tomListPlain","features":[620]},{"name":"tomLisu","features":[620]},{"name":"tomLongDash","features":[620]},{"name":"tomLowerCase","features":[620]},{"name":"tomLowerLimit","features":[620]},{"name":"tomMac","features":[620]},{"name":"tomMainTextStory","features":[620]},{"name":"tomMalayalam","features":[620]},{"name":"tomMarchingBlackAnts","features":[620]},{"name":"tomMarchingRedAnts","features":[620]},{"name":"tomMatchAscii","features":[620]},{"name":"tomMatchCase","features":[620]},{"name":"tomMatchCharRep","features":[620]},{"name":"tomMatchFontSignature","features":[620]},{"name":"tomMatchMathFont","features":[620]},{"name":"tomMatchPattern","features":[620]},{"name":"tomMatchWord","features":[620]},{"name":"tomMath","features":[620]},{"name":"tomMathArgShadingEnd","features":[620]},{"name":"tomMathArgShadingStart","features":[620]},{"name":"tomMathBreakCenter","features":[620]},{"name":"tomMathBreakLeft","features":[620]},{"name":"tomMathBreakRight","features":[620]},{"name":"tomMathBrkBinAfter","features":[620]},{"name":"tomMathBrkBinBefore","features":[620]},{"name":"tomMathBrkBinDup","features":[620]},{"name":"tomMathBrkBinMask","features":[620]},{"name":"tomMathBrkBinSubMM","features":[620]},{"name":"tomMathBrkBinSubMP","features":[620]},{"name":"tomMathBrkBinSubMask","features":[620]},{"name":"tomMathBrkBinSubPM","features":[620]},{"name":"tomMathCFCheck","features":[620]},{"name":"tomMathDispAlignCenter","features":[620]},{"name":"tomMathDispAlignCenterGroup","features":[620]},{"name":"tomMathDispAlignLeft","features":[620]},{"name":"tomMathDispAlignMask","features":[620]},{"name":"tomMathDispAlignRight","features":[620]},{"name":"tomMathDispDef","features":[620]},{"name":"tomMathDispFracTeX","features":[620]},{"name":"tomMathDispIntUnderOver","features":[620]},{"name":"tomMathDispNaryGrow","features":[620]},{"name":"tomMathDispNarySubSup","features":[620]},{"name":"tomMathDocDiffDefault","features":[620]},{"name":"tomMathDocDiffItalic","features":[620]},{"name":"tomMathDocDiffMask","features":[620]},{"name":"tomMathDocDiffOpenItalic","features":[620]},{"name":"tomMathDocDiffUpright","features":[620]},{"name":"tomMathDocEmptyArgAlways","features":[620]},{"name":"tomMathDocEmptyArgAuto","features":[620]},{"name":"tomMathDocEmptyArgMask","features":[620]},{"name":"tomMathDocEmptyArgNever","features":[620]},{"name":"tomMathDocSbSpOpUnchanged","features":[620]},{"name":"tomMathEnableRtl","features":[620]},{"name":"tomMathEqAlign","features":[620]},{"name":"tomMathInterSpace","features":[620]},{"name":"tomMathIntraSpace","features":[620]},{"name":"tomMathLMargin","features":[620]},{"name":"tomMathManualBreakMask","features":[620]},{"name":"tomMathObjShadingEnd","features":[620]},{"name":"tomMathObjShadingStart","features":[620]},{"name":"tomMathParaAlignCenter","features":[620]},{"name":"tomMathParaAlignCenterGroup","features":[620]},{"name":"tomMathParaAlignDefault","features":[620]},{"name":"tomMathParaAlignLeft","features":[620]},{"name":"tomMathParaAlignRight","features":[620]},{"name":"tomMathPostSpace","features":[620]},{"name":"tomMathPreSpace","features":[620]},{"name":"tomMathRMargin","features":[620]},{"name":"tomMathRelSize","features":[620]},{"name":"tomMathVariant","features":[620]},{"name":"tomMathWrapIndent","features":[620]},{"name":"tomMathWrapRight","features":[620]},{"name":"tomMathZone","features":[620]},{"name":"tomMathZoneDisplay","features":[620]},{"name":"tomMathZoneNoBuildUp","features":[620]},{"name":"tomMathZoneOrdinary","features":[620]},{"name":"tomMatrix","features":[620]},{"name":"tomMatrixAlignBottomRow","features":[620]},{"name":"tomMatrixAlignCenter","features":[620]},{"name":"tomMatrixAlignMask","features":[620]},{"name":"tomMatrixAlignTopRow","features":[620]},{"name":"tomModWidthPairs","features":[620]},{"name":"tomModWidthSpace","features":[620]},{"name":"tomMongolian","features":[620]},{"name":"tomMove","features":[620]},{"name":"tomMyanmar","features":[620]},{"name":"tomNKo","features":[620]},{"name":"tomNary","features":[620]},{"name":"tomNewTaiLue","features":[620]},{"name":"tomNoAnimation","features":[620]},{"name":"tomNoBreak","features":[620]},{"name":"tomNoHidden","features":[620]},{"name":"tomNoIME","features":[620]},{"name":"tomNoLink","features":[620]},{"name":"tomNoMathZoneBrackets","features":[620]},{"name":"tomNoSelection","features":[620]},{"name":"tomNoUCGreekItalic","features":[620]},{"name":"tomNoUpScroll","features":[620]},{"name":"tomNoVpScroll","features":[620]},{"name":"tomNone","features":[620]},{"name":"tomNormalCaret","features":[620]},{"name":"tomNullCaret","features":[620]},{"name":"tomOEM","features":[620]},{"name":"tomObject","features":[620]},{"name":"tomObjectArg","features":[620]},{"name":"tomObjectMax","features":[620]},{"name":"tomOgham","features":[620]},{"name":"tomOpChar","features":[620]},{"name":"tomOpenAlways","features":[620]},{"name":"tomOpenExisting","features":[620]},{"name":"tomOriya","features":[620]},{"name":"tomOsmanya","features":[620]},{"name":"tomOutline","features":[620]},{"name":"tomOverbar","features":[620]},{"name":"tomOverlapping","features":[620]},{"name":"tomPC437","features":[620]},{"name":"tomPage","features":[620]},{"name":"tomParaEffectBox","features":[620]},{"name":"tomParaEffectCollapsed","features":[620]},{"name":"tomParaEffectDoNotHyphen","features":[620]},{"name":"tomParaEffectKeep","features":[620]},{"name":"tomParaEffectKeepNext","features":[620]},{"name":"tomParaEffectNoLineNumber","features":[620]},{"name":"tomParaEffectNoWidowControl","features":[620]},{"name":"tomParaEffectOutlineLevel","features":[620]},{"name":"tomParaEffectPageBreakBefore","features":[620]},{"name":"tomParaEffectRTL","features":[620]},{"name":"tomParaEffectSideBySide","features":[620]},{"name":"tomParaEffectTable","features":[620]},{"name":"tomParaEffectTableRowDelimiter","features":[620]},{"name":"tomParaFormat","features":[620]},{"name":"tomParaPropMathAlign","features":[620]},{"name":"tomParaStyleHeading1","features":[620]},{"name":"tomParaStyleHeading2","features":[620]},{"name":"tomParaStyleHeading3","features":[620]},{"name":"tomParaStyleHeading4","features":[620]},{"name":"tomParaStyleHeading5","features":[620]},{"name":"tomParaStyleHeading6","features":[620]},{"name":"tomParaStyleHeading7","features":[620]},{"name":"tomParaStyleHeading8","features":[620]},{"name":"tomParaStyleHeading9","features":[620]},{"name":"tomParaStyleNormal","features":[620]},{"name":"tomParagraph","features":[620]},{"name":"tomPasteFile","features":[620]},{"name":"tomPhagsPa","features":[620]},{"name":"tomPhantom","features":[620]},{"name":"tomPhantomASmash","features":[620]},{"name":"tomPhantomDSmash","features":[620]},{"name":"tomPhantomHSmash","features":[620]},{"name":"tomPhantomHorz","features":[620]},{"name":"tomPhantomShow","features":[620]},{"name":"tomPhantomSmash","features":[620]},{"name":"tomPhantomTransparent","features":[620]},{"name":"tomPhantomVert","features":[620]},{"name":"tomPhantomZeroAscent","features":[620]},{"name":"tomPhantomZeroDescent","features":[620]},{"name":"tomPhantomZeroWidth","features":[620]},{"name":"tomPrimaryFooterStory","features":[620]},{"name":"tomPrimaryHeaderStory","features":[620]},{"name":"tomProcessId","features":[620]},{"name":"tomProtected","features":[620]},{"name":"tomRE10Mode","features":[620]},{"name":"tomRTF","features":[620]},{"name":"tomRadical","features":[620]},{"name":"tomReadOnly","features":[620]},{"name":"tomReplaceStory","features":[620]},{"name":"tomResume","features":[620]},{"name":"tomRevised","features":[620]},{"name":"tomRow","features":[620]},{"name":"tomRowApplyDefault","features":[620]},{"name":"tomRowHeightActual","features":[620]},{"name":"tomRowUpdate","features":[620]},{"name":"tomRuby","features":[620]},{"name":"tomRubyAlign010","features":[620]},{"name":"tomRubyAlign121","features":[620]},{"name":"tomRubyAlignCenter","features":[620]},{"name":"tomRubyAlignLeft","features":[620]},{"name":"tomRubyAlignRight","features":[620]},{"name":"tomRubyBelow","features":[620]},{"name":"tomRunic","features":[620]},{"name":"tomScratchStory","features":[620]},{"name":"tomScreen","features":[620]},{"name":"tomSection","features":[620]},{"name":"tomSelActive","features":[620]},{"name":"tomSelAtEOL","features":[620]},{"name":"tomSelOvertype","features":[620]},{"name":"tomSelRange","features":[620]},{"name":"tomSelReplace","features":[620]},{"name":"tomSelStartActive","features":[620]},{"name":"tomSelectionBlock","features":[620]},{"name":"tomSelectionColumn","features":[620]},{"name":"tomSelectionFrame","features":[620]},{"name":"tomSelectionIP","features":[620]},{"name":"tomSelectionInlineShape","features":[620]},{"name":"tomSelectionNormal","features":[620]},{"name":"tomSelectionRow","features":[620]},{"name":"tomSelectionShape","features":[620]},{"name":"tomSelfIME","features":[620]},{"name":"tomSentence","features":[620]},{"name":"tomSentenceCase","features":[620]},{"name":"tomShadow","features":[620]},{"name":"tomShareDenyRead","features":[620]},{"name":"tomShareDenyWrite","features":[620]},{"name":"tomShiftJIS","features":[620]},{"name":"tomShimmer","features":[620]},{"name":"tomShowDegPlaceHldr","features":[620]},{"name":"tomShowLLimPlaceHldr","features":[620]},{"name":"tomShowMatPlaceHldr","features":[620]},{"name":"tomShowULimPlaceHldr","features":[620]},{"name":"tomSimpleText","features":[620]},{"name":"tomSingle","features":[620]},{"name":"tomSinhala","features":[620]},{"name":"tomSizeScript","features":[620]},{"name":"tomSizeScriptScript","features":[620]},{"name":"tomSizeText","features":[620]},{"name":"tomSlashedFraction","features":[620]},{"name":"tomSmallCaps","features":[620]},{"name":"tomSpaceBinary","features":[620]},{"name":"tomSpaceDefault","features":[620]},{"name":"tomSpaceDifferential","features":[620]},{"name":"tomSpaceMask","features":[620]},{"name":"tomSpaceOrd","features":[620]},{"name":"tomSpaceRelational","features":[620]},{"name":"tomSpaceSkip","features":[620]},{"name":"tomSpaceUnary","features":[620]},{"name":"tomSpaces","features":[620]},{"name":"tomSparkleText","features":[620]},{"name":"tomStack","features":[620]},{"name":"tomStart","features":[620]},{"name":"tomStory","features":[620]},{"name":"tomStoryActiveDisplay","features":[620]},{"name":"tomStoryActiveDisplayUI","features":[620]},{"name":"tomStoryActiveUI","features":[620]},{"name":"tomStoryInactive","features":[620]},{"name":"tomStretchBaseAbove","features":[620]},{"name":"tomStretchBaseBelow","features":[620]},{"name":"tomStretchCharAbove","features":[620]},{"name":"tomStretchCharBelow","features":[620]},{"name":"tomStretchStack","features":[620]},{"name":"tomStrikeout","features":[620]},{"name":"tomStyleDefault","features":[620]},{"name":"tomStyleDisplay","features":[620]},{"name":"tomStyleDisplayCramped","features":[620]},{"name":"tomStyleScript","features":[620]},{"name":"tomStyleScriptCramped","features":[620]},{"name":"tomStyleScriptScript","features":[620]},{"name":"tomStyleScriptScriptCramped","features":[620]},{"name":"tomStyleText","features":[620]},{"name":"tomStyleTextCramped","features":[620]},{"name":"tomSubSup","features":[620]},{"name":"tomSubSupAlign","features":[620]},{"name":"tomSubscript","features":[620]},{"name":"tomSubscriptCF","features":[620]},{"name":"tomSuperscript","features":[620]},{"name":"tomSuperscriptCF","features":[620]},{"name":"tomSuspend","features":[620]},{"name":"tomSylotiNagri","features":[620]},{"name":"tomSymbol","features":[620]},{"name":"tomSyriac","features":[620]},{"name":"tomTabBack","features":[620]},{"name":"tomTabHere","features":[620]},{"name":"tomTabNext","features":[620]},{"name":"tomTable","features":[620]},{"name":"tomTableColumn","features":[620]},{"name":"tomTaiLe","features":[620]},{"name":"tomTamil","features":[620]},{"name":"tomTelugu","features":[620]},{"name":"tomText","features":[620]},{"name":"tomTextFlowES","features":[620]},{"name":"tomTextFlowMask","features":[620]},{"name":"tomTextFlowNE","features":[620]},{"name":"tomTextFlowSW","features":[620]},{"name":"tomTextFlowWN","features":[620]},{"name":"tomTextFrameStory","features":[620]},{"name":"tomTextize","features":[620]},{"name":"tomThaana","features":[620]},{"name":"tomThai","features":[620]},{"name":"tomThick","features":[620]},{"name":"tomThickDash","features":[620]},{"name":"tomThickDashDot","features":[620]},{"name":"tomThickDashDotDot","features":[620]},{"name":"tomThickDotted","features":[620]},{"name":"tomThickLines","features":[620]},{"name":"tomThickLongDash","features":[620]},{"name":"tomTibetan","features":[620]},{"name":"tomTifinagh","features":[620]},{"name":"tomTitleCase","features":[620]},{"name":"tomToggle","features":[620]},{"name":"tomToggleCase","features":[620]},{"name":"tomTrackParms","features":[620]},{"name":"tomTransform","features":[620]},{"name":"tomTranslateTableCell","features":[620]},{"name":"tomTransparentForPositioning","features":[620]},{"name":"tomTransparentForSpacing","features":[620]},{"name":"tomTrue","features":[620]},{"name":"tomTruncateExisting","features":[620]},{"name":"tomTurkish","features":[620]},{"name":"tomUndefined","features":[620]},{"name":"tomUnderbar","features":[620]},{"name":"tomUnderline","features":[620]},{"name":"tomUnderlinePositionAbove","features":[620]},{"name":"tomUnderlinePositionAuto","features":[620]},{"name":"tomUnderlinePositionBelow","features":[620]},{"name":"tomUnderlinePositionMax","features":[620]},{"name":"tomUndoLimit","features":[620]},{"name":"tomUnhide","features":[620]},{"name":"tomUnicodeBiDi","features":[620]},{"name":"tomUnknownStory","features":[620]},{"name":"tomUnlink","features":[620]},{"name":"tomUpperCase","features":[620]},{"name":"tomUpperLimit","features":[620]},{"name":"tomUpperLimitAsSuperScript","features":[620]},{"name":"tomUseAtFont","features":[620]},{"name":"tomUseCRLF","features":[620]},{"name":"tomUsePoints","features":[620]},{"name":"tomUseTwips","features":[620]},{"name":"tomUsymbol","features":[620]},{"name":"tomVLowCell","features":[620]},{"name":"tomVTopCell","features":[620]},{"name":"tomVai","features":[620]},{"name":"tomVietnamese","features":[620]},{"name":"tomWarichu","features":[620]},{"name":"tomWave","features":[620]},{"name":"tomWindow","features":[620]},{"name":"tomWipeDown","features":[620]},{"name":"tomWipeRight","features":[620]},{"name":"tomWord","features":[620]},{"name":"tomWordDocument","features":[620]},{"name":"tomWords","features":[620]},{"name":"tomYi","features":[620]},{"name":"yHeightCharPtsMost","features":[620]}],"656":[{"name":"AdjustWindowRectExForDpi","features":[307,621,371]},{"name":"AreDpiAwarenessContextsEqual","features":[307,621]},{"name":"DCDC_DEFAULT","features":[621]},{"name":"DCDC_DISABLE_FONT_UPDATE","features":[621]},{"name":"DCDC_DISABLE_RELAYOUT","features":[621]},{"name":"DDC_DEFAULT","features":[621]},{"name":"DDC_DISABLE_ALL","features":[621]},{"name":"DDC_DISABLE_CONTROL_RELAYOUT","features":[621]},{"name":"DDC_DISABLE_RESIZE","features":[621]},{"name":"DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS","features":[621]},{"name":"DIALOG_DPI_CHANGE_BEHAVIORS","features":[621]},{"name":"DPI_AWARENESS","features":[621]},{"name":"DPI_AWARENESS_CONTEXT","features":[621]},{"name":"DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE","features":[621]},{"name":"DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2","features":[621]},{"name":"DPI_AWARENESS_CONTEXT_SYSTEM_AWARE","features":[621]},{"name":"DPI_AWARENESS_CONTEXT_UNAWARE","features":[621]},{"name":"DPI_AWARENESS_CONTEXT_UNAWARE_GDISCALED","features":[621]},{"name":"DPI_AWARENESS_INVALID","features":[621]},{"name":"DPI_AWARENESS_PER_MONITOR_AWARE","features":[621]},{"name":"DPI_AWARENESS_SYSTEM_AWARE","features":[621]},{"name":"DPI_AWARENESS_UNAWARE","features":[621]},{"name":"DPI_HOSTING_BEHAVIOR","features":[621]},{"name":"DPI_HOSTING_BEHAVIOR_DEFAULT","features":[621]},{"name":"DPI_HOSTING_BEHAVIOR_INVALID","features":[621]},{"name":"DPI_HOSTING_BEHAVIOR_MIXED","features":[621]},{"name":"EnableNonClientDpiScaling","features":[307,621]},{"name":"GetAwarenessFromDpiAwarenessContext","features":[621]},{"name":"GetDialogControlDpiChangeBehavior","features":[307,621]},{"name":"GetDialogDpiChangeBehavior","features":[307,621]},{"name":"GetDpiAwarenessContextForProcess","features":[307,621]},{"name":"GetDpiForMonitor","features":[318,621]},{"name":"GetDpiForSystem","features":[621]},{"name":"GetDpiForWindow","features":[307,621]},{"name":"GetDpiFromDpiAwarenessContext","features":[621]},{"name":"GetProcessDpiAwareness","features":[307,621]},{"name":"GetSystemDpiForProcess","features":[307,621]},{"name":"GetSystemMetricsForDpi","features":[621,371]},{"name":"GetThreadDpiAwarenessContext","features":[621]},{"name":"GetThreadDpiHostingBehavior","features":[621]},{"name":"GetWindowDpiAwarenessContext","features":[307,621]},{"name":"GetWindowDpiHostingBehavior","features":[307,621]},{"name":"IsValidDpiAwarenessContext","features":[307,621]},{"name":"LogicalToPhysicalPointForPerMonitorDPI","features":[307,621]},{"name":"MDT_ANGULAR_DPI","features":[621]},{"name":"MDT_DEFAULT","features":[621]},{"name":"MDT_EFFECTIVE_DPI","features":[621]},{"name":"MDT_RAW_DPI","features":[621]},{"name":"MONITOR_DPI_TYPE","features":[621]},{"name":"OpenThemeDataForDpi","features":[307,357,621]},{"name":"PROCESS_DPI_AWARENESS","features":[621]},{"name":"PROCESS_DPI_UNAWARE","features":[621]},{"name":"PROCESS_PER_MONITOR_DPI_AWARE","features":[621]},{"name":"PROCESS_SYSTEM_DPI_AWARE","features":[621]},{"name":"PhysicalToLogicalPointForPerMonitorDPI","features":[307,621]},{"name":"SetDialogControlDpiChangeBehavior","features":[307,621]},{"name":"SetDialogDpiChangeBehavior","features":[307,621]},{"name":"SetProcessDpiAwareness","features":[621]},{"name":"SetProcessDpiAwarenessContext","features":[307,621]},{"name":"SetThreadDpiAwarenessContext","features":[621]},{"name":"SetThreadDpiHostingBehavior","features":[621]},{"name":"SystemParametersInfoForDpi","features":[307,621]}],"657":[{"name":"DefRawInputProc","features":[307,622]},{"name":"GetCIMSSM","features":[307,622]},{"name":"GetCurrentInputMessageSource","features":[307,622]},{"name":"GetRawInputBuffer","features":[307,622]},{"name":"GetRawInputData","features":[622]},{"name":"GetRawInputDeviceInfoA","features":[307,622]},{"name":"GetRawInputDeviceInfoW","features":[307,622]},{"name":"GetRawInputDeviceList","features":[307,622]},{"name":"GetRegisteredRawInputDevices","features":[307,622]},{"name":"HRAWINPUT","features":[622]},{"name":"IMDT_KEYBOARD","features":[622]},{"name":"IMDT_MOUSE","features":[622]},{"name":"IMDT_PEN","features":[622]},{"name":"IMDT_TOUCH","features":[622]},{"name":"IMDT_TOUCHPAD","features":[622]},{"name":"IMDT_UNAVAILABLE","features":[622]},{"name":"IMO_HARDWARE","features":[622]},{"name":"IMO_INJECTED","features":[622]},{"name":"IMO_SYSTEM","features":[622]},{"name":"IMO_UNAVAILABLE","features":[622]},{"name":"INPUT_MESSAGE_DEVICE_TYPE","features":[622]},{"name":"INPUT_MESSAGE_ORIGIN_ID","features":[622]},{"name":"INPUT_MESSAGE_SOURCE","features":[622]},{"name":"MOUSE_ATTRIBUTES_CHANGED","features":[622]},{"name":"MOUSE_MOVE_ABSOLUTE","features":[622]},{"name":"MOUSE_MOVE_NOCOALESCE","features":[622]},{"name":"MOUSE_MOVE_RELATIVE","features":[622]},{"name":"MOUSE_STATE","features":[622]},{"name":"MOUSE_VIRTUAL_DESKTOP","features":[622]},{"name":"RAWHID","features":[622]},{"name":"RAWINPUT","features":[307,622]},{"name":"RAWINPUTDEVICE","features":[307,622]},{"name":"RAWINPUTDEVICELIST","features":[307,622]},{"name":"RAWINPUTDEVICE_FLAGS","features":[622]},{"name":"RAWINPUTHEADER","features":[307,622]},{"name":"RAWKEYBOARD","features":[622]},{"name":"RAWMOUSE","features":[622]},{"name":"RAW_INPUT_DATA_COMMAND_FLAGS","features":[622]},{"name":"RAW_INPUT_DEVICE_INFO_COMMAND","features":[622]},{"name":"RIDEV_APPKEYS","features":[622]},{"name":"RIDEV_CAPTUREMOUSE","features":[622]},{"name":"RIDEV_DEVNOTIFY","features":[622]},{"name":"RIDEV_EXCLUDE","features":[622]},{"name":"RIDEV_EXINPUTSINK","features":[622]},{"name":"RIDEV_INPUTSINK","features":[622]},{"name":"RIDEV_NOHOTKEYS","features":[622]},{"name":"RIDEV_NOLEGACY","features":[622]},{"name":"RIDEV_PAGEONLY","features":[622]},{"name":"RIDEV_REMOVE","features":[622]},{"name":"RIDI_DEVICEINFO","features":[622]},{"name":"RIDI_DEVICENAME","features":[622]},{"name":"RIDI_PREPARSEDDATA","features":[622]},{"name":"RID_DEVICE_INFO","features":[307,622]},{"name":"RID_DEVICE_INFO_HID","features":[622]},{"name":"RID_DEVICE_INFO_KEYBOARD","features":[622]},{"name":"RID_DEVICE_INFO_MOUSE","features":[307,622]},{"name":"RID_DEVICE_INFO_TYPE","features":[622]},{"name":"RID_HEADER","features":[622]},{"name":"RID_INPUT","features":[622]},{"name":"RIM_TYPEHID","features":[622]},{"name":"RIM_TYPEKEYBOARD","features":[622]},{"name":"RIM_TYPEMOUSE","features":[622]},{"name":"RegisterRawInputDevices","features":[307,622]}],"658":[{"name":"APPLETIDLIST","features":[623]},{"name":"APPLYCANDEXPARAM","features":[623]},{"name":"ATTR_CONVERTED","features":[623]},{"name":"ATTR_FIXEDCONVERTED","features":[623]},{"name":"ATTR_INPUT","features":[623]},{"name":"ATTR_INPUT_ERROR","features":[623]},{"name":"ATTR_TARGET_CONVERTED","features":[623]},{"name":"ATTR_TARGET_NOTCONVERTED","features":[623]},{"name":"CANDIDATEFORM","features":[307,623]},{"name":"CANDIDATEINFO","features":[623]},{"name":"CANDIDATELIST","features":[623]},{"name":"CATID_MSIME_IImePadApplet","features":[623]},{"name":"CATID_MSIME_IImePadApplet1000","features":[623]},{"name":"CATID_MSIME_IImePadApplet1200","features":[623]},{"name":"CATID_MSIME_IImePadApplet900","features":[623]},{"name":"CATID_MSIME_IImePadApplet_VER7","features":[623]},{"name":"CATID_MSIME_IImePadApplet_VER80","features":[623]},{"name":"CATID_MSIME_IImePadApplet_VER81","features":[623]},{"name":"CActiveIMM","features":[623]},{"name":"CFS_CANDIDATEPOS","features":[623]},{"name":"CFS_DEFAULT","features":[623]},{"name":"CFS_EXCLUDE","features":[623]},{"name":"CFS_FORCE_POSITION","features":[623]},{"name":"CFS_POINT","features":[623]},{"name":"CFS_RECT","features":[623]},{"name":"CHARINFO_APPLETID_MASK","features":[623]},{"name":"CHARINFO_CHARID_MASK","features":[623]},{"name":"CHARINFO_FEID_MASK","features":[623]},{"name":"CLSID_ImePlugInDictDictionaryList_CHS","features":[623]},{"name":"CLSID_ImePlugInDictDictionaryList_JPN","features":[623]},{"name":"CLSID_VERSION_DEPENDENT_MSIME_JAPANESE","features":[623]},{"name":"COMPOSITIONFORM","features":[307,623]},{"name":"COMPOSITIONSTRING","features":[623]},{"name":"CPS_CANCEL","features":[623]},{"name":"CPS_COMPLETE","features":[623]},{"name":"CPS_CONVERT","features":[623]},{"name":"CPS_REVERT","features":[623]},{"name":"CS_INSERTCHAR","features":[623]},{"name":"CS_NOMOVECARET","features":[623]},{"name":"E_LARGEINPUT","features":[623]},{"name":"E_NOCAND","features":[623]},{"name":"E_NOTENOUGH_BUFFER","features":[623]},{"name":"E_NOTENOUGH_WDD","features":[623]},{"name":"FEID_CHINESE_HONGKONG","features":[623]},{"name":"FEID_CHINESE_SIMPLIFIED","features":[623]},{"name":"FEID_CHINESE_SINGAPORE","features":[623]},{"name":"FEID_CHINESE_TRADITIONAL","features":[623]},{"name":"FEID_JAPANESE","features":[623]},{"name":"FEID_KOREAN","features":[623]},{"name":"FEID_KOREAN_JOHAB","features":[623]},{"name":"FEID_NONE","features":[623]},{"name":"FELANG_CLMN_FIXD","features":[623]},{"name":"FELANG_CLMN_FIXR","features":[623]},{"name":"FELANG_CLMN_NOPBREAK","features":[623]},{"name":"FELANG_CLMN_NOWBREAK","features":[623]},{"name":"FELANG_CLMN_PBREAK","features":[623]},{"name":"FELANG_CLMN_WBREAK","features":[623]},{"name":"FELANG_CMODE_AUTOMATIC","features":[623]},{"name":"FELANG_CMODE_BESTFIRST","features":[623]},{"name":"FELANG_CMODE_BOPOMOFO","features":[623]},{"name":"FELANG_CMODE_CONVERSATION","features":[623]},{"name":"FELANG_CMODE_FULLWIDTHOUT","features":[623]},{"name":"FELANG_CMODE_HALFWIDTHOUT","features":[623]},{"name":"FELANG_CMODE_HANGUL","features":[623]},{"name":"FELANG_CMODE_HIRAGANAOUT","features":[623]},{"name":"FELANG_CMODE_KATAKANAOUT","features":[623]},{"name":"FELANG_CMODE_MERGECAND","features":[623]},{"name":"FELANG_CMODE_MONORUBY","features":[623]},{"name":"FELANG_CMODE_NAME","features":[623]},{"name":"FELANG_CMODE_NOINVISIBLECHAR","features":[623]},{"name":"FELANG_CMODE_NONE","features":[623]},{"name":"FELANG_CMODE_NOPRUNING","features":[623]},{"name":"FELANG_CMODE_PHRASEPREDICT","features":[623]},{"name":"FELANG_CMODE_PINYIN","features":[623]},{"name":"FELANG_CMODE_PLAURALCLAUSE","features":[623]},{"name":"FELANG_CMODE_PRECONV","features":[623]},{"name":"FELANG_CMODE_RADICAL","features":[623]},{"name":"FELANG_CMODE_ROMAN","features":[623]},{"name":"FELANG_CMODE_SINGLECONVERT","features":[623]},{"name":"FELANG_CMODE_UNKNOWNREADING","features":[623]},{"name":"FELANG_CMODE_USENOREVWORDS","features":[623]},{"name":"FELANG_INVALD_PO","features":[623]},{"name":"FELANG_REQ_CONV","features":[623]},{"name":"FELANG_REQ_RECONV","features":[623]},{"name":"FELANG_REQ_REV","features":[623]},{"name":"FID_MSIME_KMS_DEL_KEYLIST","features":[623]},{"name":"FID_MSIME_KMS_FUNCDESC","features":[623]},{"name":"FID_MSIME_KMS_GETMAP","features":[623]},{"name":"FID_MSIME_KMS_GETMAPFAST","features":[623]},{"name":"FID_MSIME_KMS_GETMAPSEAMLESS","features":[623]},{"name":"FID_MSIME_KMS_INIT","features":[623]},{"name":"FID_MSIME_KMS_INVOKE","features":[623]},{"name":"FID_MSIME_KMS_NOTIFY","features":[623]},{"name":"FID_MSIME_KMS_SETMAP","features":[623]},{"name":"FID_MSIME_KMS_TERM","features":[623]},{"name":"FID_MSIME_KMS_VERSION","features":[623]},{"name":"FID_MSIME_VERSION","features":[623]},{"name":"FID_RECONVERT_VERSION","features":[623]},{"name":"GCL_CONVERSION","features":[623]},{"name":"GCL_REVERSECONVERSION","features":[623]},{"name":"GCL_REVERSE_LENGTH","features":[623]},{"name":"GCSEX_CANCELRECONVERT","features":[623]},{"name":"GCS_COMPATTR","features":[623]},{"name":"GCS_COMPCLAUSE","features":[623]},{"name":"GCS_COMPREADATTR","features":[623]},{"name":"GCS_COMPREADCLAUSE","features":[623]},{"name":"GCS_COMPREADSTR","features":[623]},{"name":"GCS_COMPSTR","features":[623]},{"name":"GCS_CURSORPOS","features":[623]},{"name":"GCS_DELTASTART","features":[623]},{"name":"GCS_RESULTCLAUSE","features":[623]},{"name":"GCS_RESULTREADCLAUSE","features":[623]},{"name":"GCS_RESULTREADSTR","features":[623]},{"name":"GCS_RESULTSTR","features":[623]},{"name":"GET_CONVERSION_LIST_FLAG","features":[623]},{"name":"GET_GUIDE_LINE_TYPE","features":[623]},{"name":"GGL_INDEX","features":[623]},{"name":"GGL_LEVEL","features":[623]},{"name":"GGL_PRIVATE","features":[623]},{"name":"GGL_STRING","features":[623]},{"name":"GL_ID_CANNOTSAVE","features":[623]},{"name":"GL_ID_CHOOSECANDIDATE","features":[623]},{"name":"GL_ID_INPUTCODE","features":[623]},{"name":"GL_ID_INPUTRADICAL","features":[623]},{"name":"GL_ID_INPUTREADING","features":[623]},{"name":"GL_ID_INPUTSYMBOL","features":[623]},{"name":"GL_ID_NOCONVERT","features":[623]},{"name":"GL_ID_NODICTIONARY","features":[623]},{"name":"GL_ID_NOMODULE","features":[623]},{"name":"GL_ID_PRIVATE_FIRST","features":[623]},{"name":"GL_ID_PRIVATE_LAST","features":[623]},{"name":"GL_ID_READINGCONFLICT","features":[623]},{"name":"GL_ID_REVERSECONVERSION","features":[623]},{"name":"GL_ID_TOOMANYSTROKE","features":[623]},{"name":"GL_ID_TYPINGERROR","features":[623]},{"name":"GL_ID_UNKNOWN","features":[623]},{"name":"GL_LEVEL_ERROR","features":[623]},{"name":"GL_LEVEL_FATAL","features":[623]},{"name":"GL_LEVEL_INFORMATION","features":[623]},{"name":"GL_LEVEL_NOGUIDELINE","features":[623]},{"name":"GL_LEVEL_WARNING","features":[623]},{"name":"GUIDELINE","features":[623]},{"name":"HIMC","features":[623]},{"name":"HIMCC","features":[623]},{"name":"IACE_CHILDREN","features":[623]},{"name":"IACE_DEFAULT","features":[623]},{"name":"IACE_IGNORENOCONTEXT","features":[623]},{"name":"IActiveIME","features":[623]},{"name":"IActiveIME2","features":[623]},{"name":"IActiveIMMApp","features":[623]},{"name":"IActiveIMMIME","features":[623]},{"name":"IActiveIMMMessagePumpOwner","features":[623]},{"name":"IActiveIMMRegistrar","features":[623]},{"name":"IEnumInputContext","features":[623]},{"name":"IEnumRegisterWordA","features":[623]},{"name":"IEnumRegisterWordW","features":[623]},{"name":"IFEC_S_ALREADY_DEFAULT","features":[623]},{"name":"IFEClassFactory","features":[358,623]},{"name":"IFECommon","features":[623]},{"name":"IFED_ACTIVE_DICT","features":[623]},{"name":"IFED_ATOK10","features":[623]},{"name":"IFED_ATOK9","features":[623]},{"name":"IFED_E_INVALID_FORMAT","features":[623]},{"name":"IFED_E_NOT_FOUND","features":[623]},{"name":"IFED_E_NOT_SUPPORTED","features":[623]},{"name":"IFED_E_NOT_USER_DIC","features":[623]},{"name":"IFED_E_NO_ENTRY","features":[623]},{"name":"IFED_E_OPEN_FAILED","features":[623]},{"name":"IFED_E_REGISTER_DISCONNECTED","features":[623]},{"name":"IFED_E_REGISTER_FAILED","features":[623]},{"name":"IFED_E_REGISTER_ILLEGAL_POS","features":[623]},{"name":"IFED_E_REGISTER_IMPROPER_WORD","features":[623]},{"name":"IFED_E_USER_COMMENT","features":[623]},{"name":"IFED_E_WRITE_FAILED","features":[623]},{"name":"IFED_MSIME2_BIN_SYSTEM","features":[623]},{"name":"IFED_MSIME2_BIN_USER","features":[623]},{"name":"IFED_MSIME2_TEXT_USER","features":[623]},{"name":"IFED_MSIME95_BIN_SYSTEM","features":[623]},{"name":"IFED_MSIME95_BIN_USER","features":[623]},{"name":"IFED_MSIME95_TEXT_USER","features":[623]},{"name":"IFED_MSIME97_BIN_SYSTEM","features":[623]},{"name":"IFED_MSIME97_BIN_USER","features":[623]},{"name":"IFED_MSIME97_TEXT_USER","features":[623]},{"name":"IFED_MSIME98_BIN_SYSTEM","features":[623]},{"name":"IFED_MSIME98_BIN_USER","features":[623]},{"name":"IFED_MSIME98_SYSTEM_CE","features":[623]},{"name":"IFED_MSIME98_TEXT_USER","features":[623]},{"name":"IFED_MSIME_BIN_SYSTEM","features":[623]},{"name":"IFED_MSIME_BIN_USER","features":[623]},{"name":"IFED_MSIME_TEXT_USER","features":[623]},{"name":"IFED_NEC_AI_","features":[623]},{"name":"IFED_PIME2_BIN_STANDARD_SYSTEM","features":[623]},{"name":"IFED_PIME2_BIN_SYSTEM","features":[623]},{"name":"IFED_PIME2_BIN_USER","features":[623]},{"name":"IFED_POS_ADJECTIVE","features":[623]},{"name":"IFED_POS_ADJECTIVE_VERB","features":[623]},{"name":"IFED_POS_ADNOUN","features":[623]},{"name":"IFED_POS_ADVERB","features":[623]},{"name":"IFED_POS_AFFIX","features":[623]},{"name":"IFED_POS_ALL","features":[623]},{"name":"IFED_POS_AUXILIARY_VERB","features":[623]},{"name":"IFED_POS_CONJUNCTION","features":[623]},{"name":"IFED_POS_DEPENDENT","features":[623]},{"name":"IFED_POS_IDIOMS","features":[623]},{"name":"IFED_POS_INDEPENDENT","features":[623]},{"name":"IFED_POS_INFLECTIONALSUFFIX","features":[623]},{"name":"IFED_POS_INTERJECTION","features":[623]},{"name":"IFED_POS_NONE","features":[623]},{"name":"IFED_POS_NOUN","features":[623]},{"name":"IFED_POS_PARTICLE","features":[623]},{"name":"IFED_POS_PREFIX","features":[623]},{"name":"IFED_POS_SUB_VERB","features":[623]},{"name":"IFED_POS_SUFFIX","features":[623]},{"name":"IFED_POS_SYMBOLS","features":[623]},{"name":"IFED_POS_TANKANJI","features":[623]},{"name":"IFED_POS_VERB","features":[623]},{"name":"IFED_REG_ALL","features":[623]},{"name":"IFED_REG_AUTO","features":[623]},{"name":"IFED_REG_DEL","features":[623]},{"name":"IFED_REG_GRAMMAR","features":[623]},{"name":"IFED_REG_HEAD","features":[623]},{"name":"IFED_REG_NONE","features":[623]},{"name":"IFED_REG_TAIL","features":[623]},{"name":"IFED_REG_USER","features":[623]},{"name":"IFED_REL_ALL","features":[623]},{"name":"IFED_REL_DE","features":[623]},{"name":"IFED_REL_FUKU_YOUGEN","features":[623]},{"name":"IFED_REL_GA","features":[623]},{"name":"IFED_REL_HE","features":[623]},{"name":"IFED_REL_IDEOM","features":[623]},{"name":"IFED_REL_KARA","features":[623]},{"name":"IFED_REL_KEIDOU1_YOUGEN","features":[623]},{"name":"IFED_REL_KEIDOU2_YOUGEN","features":[623]},{"name":"IFED_REL_KEIYOU_TARU_YOUGEN","features":[623]},{"name":"IFED_REL_KEIYOU_TO_YOUGEN","features":[623]},{"name":"IFED_REL_KEIYOU_YOUGEN","features":[623]},{"name":"IFED_REL_MADE","features":[623]},{"name":"IFED_REL_NI","features":[623]},{"name":"IFED_REL_NO","features":[623]},{"name":"IFED_REL_NONE","features":[623]},{"name":"IFED_REL_RENSOU","features":[623]},{"name":"IFED_REL_RENTAI_MEI","features":[623]},{"name":"IFED_REL_TAIGEN","features":[623]},{"name":"IFED_REL_TO","features":[623]},{"name":"IFED_REL_UNKNOWN1","features":[623]},{"name":"IFED_REL_UNKNOWN2","features":[623]},{"name":"IFED_REL_WO","features":[623]},{"name":"IFED_REL_YORI","features":[623]},{"name":"IFED_REL_YOUGEN","features":[623]},{"name":"IFED_SELECT_ALL","features":[623]},{"name":"IFED_SELECT_COMMENT","features":[623]},{"name":"IFED_SELECT_DISPLAY","features":[623]},{"name":"IFED_SELECT_NONE","features":[623]},{"name":"IFED_SELECT_POS","features":[623]},{"name":"IFED_SELECT_READING","features":[623]},{"name":"IFED_S_COMMENT_CHANGED","features":[623]},{"name":"IFED_S_EMPTY_DICTIONARY","features":[623]},{"name":"IFED_S_MORE_ENTRIES","features":[623]},{"name":"IFED_S_WORD_EXISTS","features":[623]},{"name":"IFED_TYPE_ALL","features":[623]},{"name":"IFED_TYPE_ENGLISH","features":[623]},{"name":"IFED_TYPE_GENERAL","features":[623]},{"name":"IFED_TYPE_NAMEPLACE","features":[623]},{"name":"IFED_TYPE_NONE","features":[623]},{"name":"IFED_TYPE_REVERSE","features":[623]},{"name":"IFED_TYPE_SPEECH","features":[623]},{"name":"IFED_UCT_MAX","features":[623]},{"name":"IFED_UCT_NONE","features":[623]},{"name":"IFED_UCT_STRING_SJIS","features":[623]},{"name":"IFED_UCT_STRING_UNICODE","features":[623]},{"name":"IFED_UCT_USER_DEFINED","features":[623]},{"name":"IFED_UNKNOWN","features":[623]},{"name":"IFED_VJE_20","features":[623]},{"name":"IFED_WX_II","features":[623]},{"name":"IFED_WX_III","features":[623]},{"name":"IFEDictionary","features":[623]},{"name":"IFELanguage","features":[623]},{"name":"IGIMIF_RIGHTMENU","features":[623]},{"name":"IGIMII_CMODE","features":[623]},{"name":"IGIMII_CONFIGURE","features":[623]},{"name":"IGIMII_HELP","features":[623]},{"name":"IGIMII_INPUTTOOLS","features":[623]},{"name":"IGIMII_OTHER","features":[623]},{"name":"IGIMII_SMODE","features":[623]},{"name":"IGIMII_TOOLS","features":[623]},{"name":"IImePad","features":[623]},{"name":"IImePadApplet","features":[623]},{"name":"IImePlugInDictDictionaryList","features":[623]},{"name":"IImeSpecifyApplets","features":[623]},{"name":"IMCENUMPROC","features":[307,623]},{"name":"IMC_CLOSESTATUSWINDOW","features":[623]},{"name":"IMC_GETCANDIDATEPOS","features":[623]},{"name":"IMC_GETCOMPOSITIONFONT","features":[623]},{"name":"IMC_GETCOMPOSITIONWINDOW","features":[623]},{"name":"IMC_GETSOFTKBDFONT","features":[623]},{"name":"IMC_GETSOFTKBDPOS","features":[623]},{"name":"IMC_GETSOFTKBDSUBTYPE","features":[623]},{"name":"IMC_GETSTATUSWINDOWPOS","features":[623]},{"name":"IMC_OPENSTATUSWINDOW","features":[623]},{"name":"IMC_SETCANDIDATEPOS","features":[623]},{"name":"IMC_SETCOMPOSITIONFONT","features":[623]},{"name":"IMC_SETCOMPOSITIONWINDOW","features":[623]},{"name":"IMC_SETCONVERSIONMODE","features":[623]},{"name":"IMC_SETOPENSTATUS","features":[623]},{"name":"IMC_SETSENTENCEMODE","features":[623]},{"name":"IMC_SETSOFTKBDDATA","features":[623]},{"name":"IMC_SETSOFTKBDFONT","features":[623]},{"name":"IMC_SETSOFTKBDPOS","features":[623]},{"name":"IMC_SETSOFTKBDSUBTYPE","features":[623]},{"name":"IMC_SETSTATUSWINDOWPOS","features":[623]},{"name":"IMEAPPLETCFG","features":[307,623,371]},{"name":"IMEAPPLETUI","features":[307,623]},{"name":"IMECHARINFO","features":[623]},{"name":"IMECHARPOSITION","features":[307,623]},{"name":"IMECOMPOSITIONSTRINGINFO","features":[623]},{"name":"IMEDLG","features":[307,623]},{"name":"IMEDP","features":[623]},{"name":"IMEFAREASTINFO","features":[623]},{"name":"IMEFAREASTINFO_TYPE_COMMENT","features":[623]},{"name":"IMEFAREASTINFO_TYPE_COSTTIME","features":[623]},{"name":"IMEFAREASTINFO_TYPE_DEFAULT","features":[623]},{"name":"IMEFAREASTINFO_TYPE_READING","features":[623]},{"name":"IMEFMT","features":[623]},{"name":"IMEINFO","features":[623]},{"name":"IMEITEM","features":[623]},{"name":"IMEITEMCANDIDATE","features":[623]},{"name":"IMEKEYCTRLMASK_ALT","features":[623]},{"name":"IMEKEYCTRLMASK_CTRL","features":[623]},{"name":"IMEKEYCTRLMASK_SHIFT","features":[623]},{"name":"IMEKEYCTRL_DOWN","features":[623]},{"name":"IMEKEYCTRL_UP","features":[623]},{"name":"IMEKMS","features":[623]},{"name":"IMEKMSFUNCDESC","features":[623]},{"name":"IMEKMSINIT","features":[307,623]},{"name":"IMEKMSINVK","features":[623]},{"name":"IMEKMSKEY","features":[623]},{"name":"IMEKMSKMP","features":[623]},{"name":"IMEKMSNTFY","features":[307,623]},{"name":"IMEKMS_2NDLEVEL","features":[623]},{"name":"IMEKMS_CANDIDATE","features":[623]},{"name":"IMEKMS_COMPOSITION","features":[623]},{"name":"IMEKMS_IMEOFF","features":[623]},{"name":"IMEKMS_INPTGL","features":[623]},{"name":"IMEKMS_NOCOMPOSITION","features":[623]},{"name":"IMEKMS_SELECTION","features":[623]},{"name":"IMEKMS_TYPECAND","features":[623]},{"name":"IMEMENUITEMINFOA","features":[318,623]},{"name":"IMEMENUITEMINFOW","features":[318,623]},{"name":"IMEMENUITEM_STRING_SIZE","features":[623]},{"name":"IMEMOUSERET_NOTHANDLED","features":[623]},{"name":"IMEMOUSE_LDOWN","features":[623]},{"name":"IMEMOUSE_MDOWN","features":[623]},{"name":"IMEMOUSE_NONE","features":[623]},{"name":"IMEMOUSE_RDOWN","features":[623]},{"name":"IMEMOUSE_VERSION","features":[623]},{"name":"IMEMOUSE_WDOWN","features":[623]},{"name":"IMEMOUSE_WUP","features":[623]},{"name":"IMEPADCTRL_CARETBACKSPACE","features":[623]},{"name":"IMEPADCTRL_CARETBOTTOM","features":[623]},{"name":"IMEPADCTRL_CARETDELETE","features":[623]},{"name":"IMEPADCTRL_CARETLEFT","features":[623]},{"name":"IMEPADCTRL_CARETRIGHT","features":[623]},{"name":"IMEPADCTRL_CARETSET","features":[623]},{"name":"IMEPADCTRL_CARETTOP","features":[623]},{"name":"IMEPADCTRL_CLEARALL","features":[623]},{"name":"IMEPADCTRL_CONVERTALL","features":[623]},{"name":"IMEPADCTRL_DETERMINALL","features":[623]},{"name":"IMEPADCTRL_DETERMINCHAR","features":[623]},{"name":"IMEPADCTRL_INSERTFULLSPACE","features":[623]},{"name":"IMEPADCTRL_INSERTHALFSPACE","features":[623]},{"name":"IMEPADCTRL_INSERTSPACE","features":[623]},{"name":"IMEPADCTRL_OFFIME","features":[623]},{"name":"IMEPADCTRL_OFFPRECONVERSION","features":[623]},{"name":"IMEPADCTRL_ONIME","features":[623]},{"name":"IMEPADCTRL_ONPRECONVERSION","features":[623]},{"name":"IMEPADCTRL_PHONETICCANDIDATE","features":[623]},{"name":"IMEPADCTRL_PHRASEDELETE","features":[623]},{"name":"IMEPADREQ_CHANGESTRING","features":[623]},{"name":"IMEPADREQ_CHANGESTRINGCANDIDATEINFO","features":[623]},{"name":"IMEPADREQ_CHANGESTRINGINFO","features":[623]},{"name":"IMEPADREQ_DELETESTRING","features":[623]},{"name":"IMEPADREQ_FIRST","features":[623]},{"name":"IMEPADREQ_FORCEIMEPADWINDOWSHOW","features":[623]},{"name":"IMEPADREQ_GETAPPLETDATA","features":[623]},{"name":"IMEPADREQ_GETAPPLETUISTYLE","features":[623]},{"name":"IMEPADREQ_GETAPPLHWND","features":[623]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRING","features":[623]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRINGID","features":[623]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRINGINFO","features":[623]},{"name":"IMEPADREQ_GETCONVERSIONSTATUS","features":[623]},{"name":"IMEPADREQ_GETCURRENTIMEINFO","features":[623]},{"name":"IMEPADREQ_GETCURRENTUILANGID","features":[623]},{"name":"IMEPADREQ_GETDEFAULTUILANGID","features":[623]},{"name":"IMEPADREQ_GETSELECTEDSTRING","features":[623]},{"name":"IMEPADREQ_GETVERSION","features":[623]},{"name":"IMEPADREQ_INSERTITEMCANDIDATE","features":[623]},{"name":"IMEPADREQ_INSERTSTRING","features":[623]},{"name":"IMEPADREQ_INSERTSTRINGCANDIDATE","features":[623]},{"name":"IMEPADREQ_INSERTSTRINGCANDIDATEINFO","features":[623]},{"name":"IMEPADREQ_INSERTSTRINGINFO","features":[623]},{"name":"IMEPADREQ_ISAPPLETACTIVE","features":[623]},{"name":"IMEPADREQ_ISIMEPADWINDOWVISIBLE","features":[623]},{"name":"IMEPADREQ_POSTMODALNOTIFY","features":[623]},{"name":"IMEPADREQ_SENDCONTROL","features":[623]},{"name":"IMEPADREQ_SENDKEYCONTROL","features":[623]},{"name":"IMEPADREQ_SETAPPLETDATA","features":[623]},{"name":"IMEPADREQ_SETAPPLETMINMAXSIZE","features":[623]},{"name":"IMEPADREQ_SETAPPLETSIZE","features":[623]},{"name":"IMEPADREQ_SETAPPLETUISTYLE","features":[623]},{"name":"IMEPADREQ_SETTITLEFONT","features":[623]},{"name":"IMEPN_ACTIVATE","features":[623]},{"name":"IMEPN_APPLYCAND","features":[623]},{"name":"IMEPN_APPLYCANDEX","features":[623]},{"name":"IMEPN_CONFIG","features":[623]},{"name":"IMEPN_FIRST","features":[623]},{"name":"IMEPN_HELP","features":[623]},{"name":"IMEPN_HIDE","features":[623]},{"name":"IMEPN_INACTIVATE","features":[623]},{"name":"IMEPN_QUERYCAND","features":[623]},{"name":"IMEPN_SETTINGCHANGED","features":[623]},{"name":"IMEPN_SHOW","features":[623]},{"name":"IMEPN_SIZECHANGED","features":[623]},{"name":"IMEPN_SIZECHANGING","features":[623]},{"name":"IMEPN_USER","features":[623]},{"name":"IMEREG","features":[623]},{"name":"IMEREL","features":[623]},{"name":"IMESHF","features":[623]},{"name":"IMESTRINGCANDIDATE","features":[623]},{"name":"IMESTRINGCANDIDATEINFO","features":[623]},{"name":"IMESTRINGINFO","features":[623]},{"name":"IMEUCT","features":[623]},{"name":"IMEVER_0310","features":[623]},{"name":"IMEVER_0400","features":[623]},{"name":"IMEWRD","features":[623]},{"name":"IME_CAND_CODE","features":[623]},{"name":"IME_CAND_MEANING","features":[623]},{"name":"IME_CAND_RADICAL","features":[623]},{"name":"IME_CAND_READ","features":[623]},{"name":"IME_CAND_STROKE","features":[623]},{"name":"IME_CAND_UNKNOWN","features":[623]},{"name":"IME_CHOTKEY_IME_NONIME_TOGGLE","features":[623]},{"name":"IME_CHOTKEY_SHAPE_TOGGLE","features":[623]},{"name":"IME_CHOTKEY_SYMBOL_TOGGLE","features":[623]},{"name":"IME_CMODE_ALPHANUMERIC","features":[623]},{"name":"IME_CMODE_CHARCODE","features":[623]},{"name":"IME_CMODE_CHINESE","features":[623]},{"name":"IME_CMODE_EUDC","features":[623]},{"name":"IME_CMODE_FIXED","features":[623]},{"name":"IME_CMODE_FULLSHAPE","features":[623]},{"name":"IME_CMODE_HANGEUL","features":[623]},{"name":"IME_CMODE_HANGUL","features":[623]},{"name":"IME_CMODE_HANJACONVERT","features":[623]},{"name":"IME_CMODE_JAPANESE","features":[623]},{"name":"IME_CMODE_KATAKANA","features":[623]},{"name":"IME_CMODE_LANGUAGE","features":[623]},{"name":"IME_CMODE_NATIVE","features":[623]},{"name":"IME_CMODE_NATIVESYMBOL","features":[623]},{"name":"IME_CMODE_NOCONVERSION","features":[623]},{"name":"IME_CMODE_RESERVED","features":[623]},{"name":"IME_CMODE_ROMAN","features":[623]},{"name":"IME_CMODE_SOFTKBD","features":[623]},{"name":"IME_CMODE_SYMBOL","features":[623]},{"name":"IME_COMPOSITION_STRING","features":[623]},{"name":"IME_CONFIG_GENERAL","features":[623]},{"name":"IME_CONFIG_REGISTERWORD","features":[623]},{"name":"IME_CONFIG_SELECTDICTIONARY","features":[623]},{"name":"IME_CONVERSION_MODE","features":[623]},{"name":"IME_ESCAPE","features":[623]},{"name":"IME_ESC_AUTOMATA","features":[623]},{"name":"IME_ESC_GETHELPFILENAME","features":[623]},{"name":"IME_ESC_GET_EUDC_DICTIONARY","features":[623]},{"name":"IME_ESC_HANJA_MODE","features":[623]},{"name":"IME_ESC_IME_NAME","features":[623]},{"name":"IME_ESC_MAX_KEY","features":[623]},{"name":"IME_ESC_PRIVATE_FIRST","features":[623]},{"name":"IME_ESC_PRIVATE_HOTKEY","features":[623]},{"name":"IME_ESC_PRIVATE_LAST","features":[623]},{"name":"IME_ESC_QUERY_SUPPORT","features":[623]},{"name":"IME_ESC_RESERVED_FIRST","features":[623]},{"name":"IME_ESC_RESERVED_LAST","features":[623]},{"name":"IME_ESC_SEQUENCE_TO_INTERNAL","features":[623]},{"name":"IME_ESC_SET_EUDC_DICTIONARY","features":[623]},{"name":"IME_ESC_STRING_BUFFER_SIZE","features":[623]},{"name":"IME_ESC_SYNC_HOTKEY","features":[623]},{"name":"IME_HOTKEY_DSWITCH_FIRST","features":[623]},{"name":"IME_HOTKEY_DSWITCH_LAST","features":[623]},{"name":"IME_HOTKEY_IDENTIFIER","features":[623]},{"name":"IME_HOTKEY_PRIVATE_FIRST","features":[623]},{"name":"IME_HOTKEY_PRIVATE_LAST","features":[623]},{"name":"IME_ITHOTKEY_PREVIOUS_COMPOSITION","features":[623]},{"name":"IME_ITHOTKEY_RECONVERTSTRING","features":[623]},{"name":"IME_ITHOTKEY_RESEND_RESULTSTR","features":[623]},{"name":"IME_ITHOTKEY_UISTYLE_TOGGLE","features":[623]},{"name":"IME_JHOTKEY_CLOSE_OPEN","features":[623]},{"name":"IME_KHOTKEY_ENGLISH","features":[623]},{"name":"IME_KHOTKEY_HANJACONVERT","features":[623]},{"name":"IME_KHOTKEY_SHAPE_TOGGLE","features":[623]},{"name":"IME_PAD_REQUEST_FLAGS","features":[623]},{"name":"IME_PROP_ACCEPT_WIDE_VKEY","features":[623]},{"name":"IME_PROP_AT_CARET","features":[623]},{"name":"IME_PROP_CANDLIST_START_FROM_1","features":[623]},{"name":"IME_PROP_COMPLETE_ON_UNSELECT","features":[623]},{"name":"IME_PROP_END_UNLOAD","features":[623]},{"name":"IME_PROP_IGNORE_UPKEYS","features":[623]},{"name":"IME_PROP_KBD_CHAR_FIRST","features":[623]},{"name":"IME_PROP_NEED_ALTKEY","features":[623]},{"name":"IME_PROP_NO_KEYS_ON_CLOSE","features":[623]},{"name":"IME_PROP_SPECIAL_UI","features":[623]},{"name":"IME_PROP_UNICODE","features":[623]},{"name":"IME_REGWORD_STYLE_EUDC","features":[623]},{"name":"IME_REGWORD_STYLE_USER_FIRST","features":[623]},{"name":"IME_REGWORD_STYLE_USER_LAST","features":[623]},{"name":"IME_SENTENCE_MODE","features":[623]},{"name":"IME_SMODE_AUTOMATIC","features":[623]},{"name":"IME_SMODE_CONVERSATION","features":[623]},{"name":"IME_SMODE_NONE","features":[623]},{"name":"IME_SMODE_PHRASEPREDICT","features":[623]},{"name":"IME_SMODE_PLAURALCLAUSE","features":[623]},{"name":"IME_SMODE_RESERVED","features":[623]},{"name":"IME_SMODE_SINGLECONVERT","features":[623]},{"name":"IME_SYSINFO_WINLOGON","features":[623]},{"name":"IME_THOTKEY_IME_NONIME_TOGGLE","features":[623]},{"name":"IME_THOTKEY_SHAPE_TOGGLE","features":[623]},{"name":"IME_THOTKEY_SYMBOL_TOGGLE","features":[623]},{"name":"IME_UI_CLASS_NAME_SIZE","features":[623]},{"name":"IMFT_RADIOCHECK","features":[623]},{"name":"IMFT_SEPARATOR","features":[623]},{"name":"IMFT_SUBMENU","features":[623]},{"name":"IMMGWLP_IMC","features":[623]},{"name":"IMMGWL_IMC","features":[623]},{"name":"IMM_ERROR_GENERAL","features":[623]},{"name":"IMM_ERROR_NODATA","features":[623]},{"name":"IMN_CHANGECANDIDATE","features":[623]},{"name":"IMN_CLOSECANDIDATE","features":[623]},{"name":"IMN_CLOSESTATUSWINDOW","features":[623]},{"name":"IMN_GUIDELINE","features":[623]},{"name":"IMN_OPENCANDIDATE","features":[623]},{"name":"IMN_OPENSTATUSWINDOW","features":[623]},{"name":"IMN_PRIVATE","features":[623]},{"name":"IMN_SETCANDIDATEPOS","features":[623]},{"name":"IMN_SETCOMPOSITIONFONT","features":[623]},{"name":"IMN_SETCOMPOSITIONWINDOW","features":[623]},{"name":"IMN_SETCONVERSIONMODE","features":[623]},{"name":"IMN_SETOPENSTATUS","features":[623]},{"name":"IMN_SETSENTENCEMODE","features":[623]},{"name":"IMN_SETSTATUSWINDOWPOS","features":[623]},{"name":"IMN_SOFTKBDDESTROYED","features":[623]},{"name":"IMR_CANDIDATEWINDOW","features":[623]},{"name":"IMR_COMPOSITIONFONT","features":[623]},{"name":"IMR_COMPOSITIONWINDOW","features":[623]},{"name":"IMR_CONFIRMRECONVERTSTRING","features":[623]},{"name":"IMR_DOCUMENTFEED","features":[623]},{"name":"IMR_QUERYCHARPOSITION","features":[623]},{"name":"IMR_RECONVERTSTRING","features":[623]},{"name":"INFOMASK_APPLY_CAND","features":[623]},{"name":"INFOMASK_APPLY_CAND_EX","features":[623]},{"name":"INFOMASK_BLOCK_CAND","features":[623]},{"name":"INFOMASK_HIDE_CAND","features":[623]},{"name":"INFOMASK_NONE","features":[623]},{"name":"INFOMASK_QUERY_CAND","features":[623]},{"name":"INFOMASK_STRING_FIX","features":[623]},{"name":"INIT_COMPFORM","features":[623]},{"name":"INIT_CONVERSION","features":[623]},{"name":"INIT_LOGFONT","features":[623]},{"name":"INIT_SENTENCE","features":[623]},{"name":"INIT_SOFTKBDPOS","features":[623]},{"name":"INIT_STATUSWNDPOS","features":[623]},{"name":"INPUTCONTEXT","features":[307,318,623]},{"name":"IPACFG_CATEGORY","features":[623]},{"name":"IPACFG_HELP","features":[623]},{"name":"IPACFG_LANG","features":[623]},{"name":"IPACFG_NONE","features":[623]},{"name":"IPACFG_PROPERTY","features":[623]},{"name":"IPACFG_TITLE","features":[623]},{"name":"IPACFG_TITLEFONTFACE","features":[623]},{"name":"IPACID_CHARLIST","features":[623]},{"name":"IPACID_EPWING","features":[623]},{"name":"IPACID_HANDWRITING","features":[623]},{"name":"IPACID_NONE","features":[623]},{"name":"IPACID_OCR","features":[623]},{"name":"IPACID_RADICALSEARCH","features":[623]},{"name":"IPACID_SOFTKEY","features":[623]},{"name":"IPACID_STROKESEARCH","features":[623]},{"name":"IPACID_SYMBOLSEARCH","features":[623]},{"name":"IPACID_USER","features":[623]},{"name":"IPACID_VOICE","features":[623]},{"name":"IPAWS_ENABLED","features":[623]},{"name":"IPAWS_HORIZONTALFIXED","features":[623]},{"name":"IPAWS_MAXHEIGHTFIXED","features":[623]},{"name":"IPAWS_MAXSIZEFIXED","features":[623]},{"name":"IPAWS_MAXWIDTHFIXED","features":[623]},{"name":"IPAWS_MINHEIGHTFIXED","features":[623]},{"name":"IPAWS_MINSIZEFIXED","features":[623]},{"name":"IPAWS_MINWIDTHFIXED","features":[623]},{"name":"IPAWS_SIZEFIXED","features":[623]},{"name":"IPAWS_SIZINGNOTIFY","features":[623]},{"name":"IPAWS_VERTICALFIXED","features":[623]},{"name":"ISC_SHOWUIALL","features":[623]},{"name":"ISC_SHOWUIALLCANDIDATEWINDOW","features":[623]},{"name":"ISC_SHOWUICANDIDATEWINDOW","features":[623]},{"name":"ISC_SHOWUICOMPOSITIONWINDOW","features":[623]},{"name":"ISC_SHOWUIGUIDELINE","features":[623]},{"name":"ImmAssociateContext","features":[307,623]},{"name":"ImmAssociateContextEx","features":[307,623]},{"name":"ImmConfigureIMEA","features":[307,623,624]},{"name":"ImmConfigureIMEW","features":[307,623,624]},{"name":"ImmCreateContext","features":[623]},{"name":"ImmCreateIMCC","features":[623]},{"name":"ImmCreateSoftKeyboard","features":[307,623]},{"name":"ImmDestroyContext","features":[307,623]},{"name":"ImmDestroyIMCC","features":[623]},{"name":"ImmDestroySoftKeyboard","features":[307,623]},{"name":"ImmDisableIME","features":[307,623]},{"name":"ImmDisableLegacyIME","features":[307,623]},{"name":"ImmDisableTextFrameService","features":[307,623]},{"name":"ImmEnumInputContext","features":[307,623]},{"name":"ImmEnumRegisterWordA","features":[623,624]},{"name":"ImmEnumRegisterWordW","features":[623,624]},{"name":"ImmEscapeA","features":[307,623,624]},{"name":"ImmEscapeW","features":[307,623,624]},{"name":"ImmGenerateMessage","features":[307,623]},{"name":"ImmGetCandidateListA","features":[623]},{"name":"ImmGetCandidateListCountA","features":[623]},{"name":"ImmGetCandidateListCountW","features":[623]},{"name":"ImmGetCandidateListW","features":[623]},{"name":"ImmGetCandidateWindow","features":[307,623]},{"name":"ImmGetCompositionFontA","features":[307,318,623]},{"name":"ImmGetCompositionFontW","features":[307,318,623]},{"name":"ImmGetCompositionStringA","features":[623]},{"name":"ImmGetCompositionStringW","features":[623]},{"name":"ImmGetCompositionWindow","features":[307,623]},{"name":"ImmGetContext","features":[307,623]},{"name":"ImmGetConversionListA","features":[623,624]},{"name":"ImmGetConversionListW","features":[623,624]},{"name":"ImmGetConversionStatus","features":[307,623]},{"name":"ImmGetDefaultIMEWnd","features":[307,623]},{"name":"ImmGetDescriptionA","features":[623,624]},{"name":"ImmGetDescriptionW","features":[623,624]},{"name":"ImmGetGuideLineA","features":[623]},{"name":"ImmGetGuideLineW","features":[623]},{"name":"ImmGetHotKey","features":[307,623,624]},{"name":"ImmGetIMCCLockCount","features":[623]},{"name":"ImmGetIMCCSize","features":[623]},{"name":"ImmGetIMCLockCount","features":[623]},{"name":"ImmGetIMEFileNameA","features":[623,624]},{"name":"ImmGetIMEFileNameW","features":[623,624]},{"name":"ImmGetImeMenuItemsA","features":[318,623]},{"name":"ImmGetImeMenuItemsW","features":[318,623]},{"name":"ImmGetOpenStatus","features":[307,623]},{"name":"ImmGetProperty","features":[623,624]},{"name":"ImmGetRegisterWordStyleA","features":[623,624]},{"name":"ImmGetRegisterWordStyleW","features":[623,624]},{"name":"ImmGetStatusWindowPos","features":[307,623]},{"name":"ImmGetVirtualKey","features":[307,623]},{"name":"ImmInstallIMEA","features":[623,624]},{"name":"ImmInstallIMEW","features":[623,624]},{"name":"ImmIsIME","features":[307,623,624]},{"name":"ImmIsUIMessageA","features":[307,623]},{"name":"ImmIsUIMessageW","features":[307,623]},{"name":"ImmLockIMC","features":[307,318,623]},{"name":"ImmLockIMCC","features":[623]},{"name":"ImmNotifyIME","features":[307,623]},{"name":"ImmReSizeIMCC","features":[623]},{"name":"ImmRegisterWordA","features":[307,623,624]},{"name":"ImmRegisterWordW","features":[307,623,624]},{"name":"ImmReleaseContext","features":[307,623]},{"name":"ImmRequestMessageA","features":[307,623]},{"name":"ImmRequestMessageW","features":[307,623]},{"name":"ImmSetCandidateWindow","features":[307,623]},{"name":"ImmSetCompositionFontA","features":[307,318,623]},{"name":"ImmSetCompositionFontW","features":[307,318,623]},{"name":"ImmSetCompositionStringA","features":[307,623]},{"name":"ImmSetCompositionStringW","features":[307,623]},{"name":"ImmSetCompositionWindow","features":[307,623]},{"name":"ImmSetConversionStatus","features":[307,623]},{"name":"ImmSetHotKey","features":[307,623,624]},{"name":"ImmSetOpenStatus","features":[307,623]},{"name":"ImmSetStatusWindowPos","features":[307,623]},{"name":"ImmShowSoftKeyboard","features":[307,623]},{"name":"ImmSimulateHotKey","features":[307,623]},{"name":"ImmUnlockIMC","features":[307,623]},{"name":"ImmUnlockIMCC","features":[307,623]},{"name":"ImmUnregisterWordA","features":[307,623,624]},{"name":"ImmUnregisterWordW","features":[307,623,624]},{"name":"JPOS_1DAN","features":[623]},{"name":"JPOS_4DAN_HA","features":[623]},{"name":"JPOS_5DAN_AWA","features":[623]},{"name":"JPOS_5DAN_AWAUON","features":[623]},{"name":"JPOS_5DAN_BA","features":[623]},{"name":"JPOS_5DAN_GA","features":[623]},{"name":"JPOS_5DAN_KA","features":[623]},{"name":"JPOS_5DAN_KASOKUON","features":[623]},{"name":"JPOS_5DAN_MA","features":[623]},{"name":"JPOS_5DAN_NA","features":[623]},{"name":"JPOS_5DAN_RA","features":[623]},{"name":"JPOS_5DAN_RAHEN","features":[623]},{"name":"JPOS_5DAN_SA","features":[623]},{"name":"JPOS_5DAN_TA","features":[623]},{"name":"JPOS_BUPPIN","features":[623]},{"name":"JPOS_CHIMEI","features":[623]},{"name":"JPOS_CHIMEI_EKI","features":[623]},{"name":"JPOS_CHIMEI_GUN","features":[623]},{"name":"JPOS_CHIMEI_KEN","features":[623]},{"name":"JPOS_CHIMEI_KU","features":[623]},{"name":"JPOS_CHIMEI_KUNI","features":[623]},{"name":"JPOS_CHIMEI_MACHI","features":[623]},{"name":"JPOS_CHIMEI_MURA","features":[623]},{"name":"JPOS_CHIMEI_SHI","features":[623]},{"name":"JPOS_CLOSEBRACE","features":[623]},{"name":"JPOS_DAIMEISHI","features":[623]},{"name":"JPOS_DAIMEISHI_NINSHOU","features":[623]},{"name":"JPOS_DAIMEISHI_SHIJI","features":[623]},{"name":"JPOS_DOKURITSUGO","features":[623]},{"name":"JPOS_EIJI","features":[623]},{"name":"JPOS_FUKUSHI","features":[623]},{"name":"JPOS_FUKUSHI_DA","features":[623]},{"name":"JPOS_FUKUSHI_NANO","features":[623]},{"name":"JPOS_FUKUSHI_NI","features":[623]},{"name":"JPOS_FUKUSHI_SAHEN","features":[623]},{"name":"JPOS_FUKUSHI_TO","features":[623]},{"name":"JPOS_FUKUSHI_TOSURU","features":[623]},{"name":"JPOS_FUTEIGO","features":[623]},{"name":"JPOS_HUKUSIMEISHI","features":[623]},{"name":"JPOS_JINMEI","features":[623]},{"name":"JPOS_JINMEI_MEI","features":[623]},{"name":"JPOS_JINMEI_SEI","features":[623]},{"name":"JPOS_KANDOUSHI","features":[623]},{"name":"JPOS_KANJI","features":[623]},{"name":"JPOS_KANYOUKU","features":[623]},{"name":"JPOS_KAZU","features":[623]},{"name":"JPOS_KAZU_SURYOU","features":[623]},{"name":"JPOS_KAZU_SUSHI","features":[623]},{"name":"JPOS_KEIDOU","features":[623]},{"name":"JPOS_KEIDOU_GARU","features":[623]},{"name":"JPOS_KEIDOU_NO","features":[623]},{"name":"JPOS_KEIDOU_TARU","features":[623]},{"name":"JPOS_KEIYOU","features":[623]},{"name":"JPOS_KEIYOU_GARU","features":[623]},{"name":"JPOS_KEIYOU_GE","features":[623]},{"name":"JPOS_KEIYOU_ME","features":[623]},{"name":"JPOS_KEIYOU_U","features":[623]},{"name":"JPOS_KEIYOU_YUU","features":[623]},{"name":"JPOS_KENCHIKU","features":[623]},{"name":"JPOS_KIGOU","features":[623]},{"name":"JPOS_KURU_KI","features":[623]},{"name":"JPOS_KURU_KITA","features":[623]},{"name":"JPOS_KURU_KITARA","features":[623]},{"name":"JPOS_KURU_KITARI","features":[623]},{"name":"JPOS_KURU_KITAROU","features":[623]},{"name":"JPOS_KURU_KITE","features":[623]},{"name":"JPOS_KURU_KO","features":[623]},{"name":"JPOS_KURU_KOI","features":[623]},{"name":"JPOS_KURU_KOYOU","features":[623]},{"name":"JPOS_KURU_KUREBA","features":[623]},{"name":"JPOS_KUTEN","features":[623]},{"name":"JPOS_MEISA_KEIDOU","features":[623]},{"name":"JPOS_MEISHI_FUTSU","features":[623]},{"name":"JPOS_MEISHI_KEIYOUDOUSHI","features":[623]},{"name":"JPOS_MEISHI_SAHEN","features":[623]},{"name":"JPOS_MEISHI_ZAHEN","features":[623]},{"name":"JPOS_OPENBRACE","features":[623]},{"name":"JPOS_RENTAISHI","features":[623]},{"name":"JPOS_RENTAISHI_SHIJI","features":[623]},{"name":"JPOS_RENYOU_SETSUBI","features":[623]},{"name":"JPOS_SETSUBI","features":[623]},{"name":"JPOS_SETSUBI_CHIMEI","features":[623]},{"name":"JPOS_SETSUBI_CHOU","features":[623]},{"name":"JPOS_SETSUBI_CHU","features":[623]},{"name":"JPOS_SETSUBI_DONO","features":[623]},{"name":"JPOS_SETSUBI_EKI","features":[623]},{"name":"JPOS_SETSUBI_FU","features":[623]},{"name":"JPOS_SETSUBI_FUKUSU","features":[623]},{"name":"JPOS_SETSUBI_GUN","features":[623]},{"name":"JPOS_SETSUBI_JIKAN","features":[623]},{"name":"JPOS_SETSUBI_JIKANPLUS","features":[623]},{"name":"JPOS_SETSUBI_JINMEI","features":[623]},{"name":"JPOS_SETSUBI_JOSUSHI","features":[623]},{"name":"JPOS_SETSUBI_JOSUSHIPLUS","features":[623]},{"name":"JPOS_SETSUBI_KA","features":[623]},{"name":"JPOS_SETSUBI_KATA","features":[623]},{"name":"JPOS_SETSUBI_KEN","features":[623]},{"name":"JPOS_SETSUBI_KENCHIKU","features":[623]},{"name":"JPOS_SETSUBI_KU","features":[623]},{"name":"JPOS_SETSUBI_KUN","features":[623]},{"name":"JPOS_SETSUBI_KUNI","features":[623]},{"name":"JPOS_SETSUBI_MACHI","features":[623]},{"name":"JPOS_SETSUBI_MEISHIRENDAKU","features":[623]},{"name":"JPOS_SETSUBI_MURA","features":[623]},{"name":"JPOS_SETSUBI_RA","features":[623]},{"name":"JPOS_SETSUBI_RYU","features":[623]},{"name":"JPOS_SETSUBI_SAMA","features":[623]},{"name":"JPOS_SETSUBI_SAN","features":[623]},{"name":"JPOS_SETSUBI_SEI","features":[623]},{"name":"JPOS_SETSUBI_SHAMEI","features":[623]},{"name":"JPOS_SETSUBI_SHI","features":[623]},{"name":"JPOS_SETSUBI_SON","features":[623]},{"name":"JPOS_SETSUBI_SONOTA","features":[623]},{"name":"JPOS_SETSUBI_SOSHIKI","features":[623]},{"name":"JPOS_SETSUBI_TACHI","features":[623]},{"name":"JPOS_SETSUBI_TEINEI","features":[623]},{"name":"JPOS_SETSUBI_TEKI","features":[623]},{"name":"JPOS_SETSUBI_YOU","features":[623]},{"name":"JPOS_SETSUZOKUSHI","features":[623]},{"name":"JPOS_SETTOU","features":[623]},{"name":"JPOS_SETTOU_CHIMEI","features":[623]},{"name":"JPOS_SETTOU_CHOUTAN","features":[623]},{"name":"JPOS_SETTOU_DAISHOU","features":[623]},{"name":"JPOS_SETTOU_FUKU","features":[623]},{"name":"JPOS_SETTOU_JINMEI","features":[623]},{"name":"JPOS_SETTOU_JOSUSHI","features":[623]},{"name":"JPOS_SETTOU_KAKU","features":[623]},{"name":"JPOS_SETTOU_KOUTEI","features":[623]},{"name":"JPOS_SETTOU_MI","features":[623]},{"name":"JPOS_SETTOU_SAI","features":[623]},{"name":"JPOS_SETTOU_SHINKYU","features":[623]},{"name":"JPOS_SETTOU_SONOTA","features":[623]},{"name":"JPOS_SETTOU_TEINEI_GO","features":[623]},{"name":"JPOS_SETTOU_TEINEI_O","features":[623]},{"name":"JPOS_SETTOU_TEINEI_ON","features":[623]},{"name":"JPOS_SHAMEI","features":[623]},{"name":"JPOS_SONOTA","features":[623]},{"name":"JPOS_SOSHIKI","features":[623]},{"name":"JPOS_SURU_SA","features":[623]},{"name":"JPOS_SURU_SE","features":[623]},{"name":"JPOS_SURU_SEYO","features":[623]},{"name":"JPOS_SURU_SI","features":[623]},{"name":"JPOS_SURU_SIATRI","features":[623]},{"name":"JPOS_SURU_SITA","features":[623]},{"name":"JPOS_SURU_SITARA","features":[623]},{"name":"JPOS_SURU_SITAROU","features":[623]},{"name":"JPOS_SURU_SITE","features":[623]},{"name":"JPOS_SURU_SIYOU","features":[623]},{"name":"JPOS_SURU_SUREBA","features":[623]},{"name":"JPOS_TANKANJI","features":[623]},{"name":"JPOS_TANKANJI_KAO","features":[623]},{"name":"JPOS_TANSHUKU","features":[623]},{"name":"JPOS_TOKUSHU_KAHEN","features":[623]},{"name":"JPOS_TOKUSHU_NAHEN","features":[623]},{"name":"JPOS_TOKUSHU_SAHEN","features":[623]},{"name":"JPOS_TOKUSHU_SAHENSURU","features":[623]},{"name":"JPOS_TOKUSHU_ZAHEN","features":[623]},{"name":"JPOS_TOUTEN","features":[623]},{"name":"JPOS_UNDEFINED","features":[623]},{"name":"JPOS_YOKUSEI","features":[623]},{"name":"MAX_APPLETTITLE","features":[623]},{"name":"MAX_FONTFACE","features":[623]},{"name":"MODEBIASMODE_DEFAULT","features":[623]},{"name":"MODEBIASMODE_DIGIT","features":[623]},{"name":"MODEBIASMODE_FILENAME","features":[623]},{"name":"MODEBIASMODE_READING","features":[623]},{"name":"MODEBIAS_GETVALUE","features":[623]},{"name":"MODEBIAS_GETVERSION","features":[623]},{"name":"MODEBIAS_SETVALUE","features":[623]},{"name":"MOD_IGNORE_ALL_MODIFIER","features":[623]},{"name":"MOD_LEFT","features":[623]},{"name":"MOD_ON_KEYUP","features":[623]},{"name":"MOD_RIGHT","features":[623]},{"name":"MORRSLT","features":[623]},{"name":"NI_CHANGECANDIDATELIST","features":[623]},{"name":"NI_CLOSECANDIDATE","features":[623]},{"name":"NI_COMPOSITIONSTR","features":[623]},{"name":"NI_CONTEXTUPDATED","features":[623]},{"name":"NI_FINALIZECONVERSIONRESULT","features":[623]},{"name":"NI_IMEMENUSELECTED","features":[623]},{"name":"NI_OPENCANDIDATE","features":[623]},{"name":"NI_SELECTCANDIDATESTR","features":[623]},{"name":"NI_SETCANDIDATE_PAGESIZE","features":[623]},{"name":"NI_SETCANDIDATE_PAGESTART","features":[623]},{"name":"NOTIFY_IME_ACTION","features":[623]},{"name":"NOTIFY_IME_INDEX","features":[623]},{"name":"PFNLOG","features":[307,623]},{"name":"POSTBL","features":[623]},{"name":"POS_UNDEFINED","features":[623]},{"name":"RECONVERTSTRING","features":[623]},{"name":"RECONVOPT_NONE","features":[623]},{"name":"RECONVOPT_USECANCELNOTIFY","features":[623]},{"name":"REGISTERWORDA","features":[623]},{"name":"REGISTERWORDENUMPROCA","features":[623]},{"name":"REGISTERWORDENUMPROCW","features":[623]},{"name":"REGISTERWORDW","features":[623]},{"name":"RWM_CHGKEYMAP","features":[623]},{"name":"RWM_DOCUMENTFEED","features":[623]},{"name":"RWM_KEYMAP","features":[623]},{"name":"RWM_MODEBIAS","features":[623]},{"name":"RWM_MOUSE","features":[623]},{"name":"RWM_NTFYKEYMAP","features":[623]},{"name":"RWM_QUERYPOSITION","features":[623]},{"name":"RWM_RECONVERT","features":[623]},{"name":"RWM_RECONVERTOPTIONS","features":[623]},{"name":"RWM_RECONVERTREQUEST","features":[623]},{"name":"RWM_SERVICE","features":[623]},{"name":"RWM_SHOWIMEPAD","features":[623]},{"name":"RWM_UIREADY","features":[623]},{"name":"SCS_CAP_COMPSTR","features":[623]},{"name":"SCS_CAP_MAKEREAD","features":[623]},{"name":"SCS_CAP_SETRECONVERTSTRING","features":[623]},{"name":"SCS_CHANGEATTR","features":[623]},{"name":"SCS_CHANGECLAUSE","features":[623]},{"name":"SCS_QUERYRECONVERTSTRING","features":[623]},{"name":"SCS_SETRECONVERTSTRING","features":[623]},{"name":"SCS_SETSTR","features":[623]},{"name":"SELECT_CAP_CONVERSION","features":[623]},{"name":"SELECT_CAP_SENTENCE","features":[623]},{"name":"SET_COMPOSITION_STRING_TYPE","features":[623]},{"name":"SHOWIMEPAD_CATEGORY","features":[623]},{"name":"SHOWIMEPAD_DEFAULT","features":[623]},{"name":"SHOWIMEPAD_GUID","features":[623]},{"name":"SOFTKBDDATA","features":[623]},{"name":"SOFTKEYBOARD_TYPE_C1","features":[623]},{"name":"SOFTKEYBOARD_TYPE_T1","features":[623]},{"name":"STYLEBUFA","features":[623]},{"name":"STYLEBUFW","features":[623]},{"name":"STYLE_DESCRIPTION_SIZE","features":[623]},{"name":"TRANSMSG","features":[307,623]},{"name":"TRANSMSGLIST","features":[307,623]},{"name":"UI_CAP_2700","features":[623]},{"name":"UI_CAP_ROT90","features":[623]},{"name":"UI_CAP_ROTANY","features":[623]},{"name":"UI_CAP_SOFTKBD","features":[623]},{"name":"VERSION_DOCUMENTFEED","features":[623]},{"name":"VERSION_ID_CHINESE_SIMPLIFIED","features":[623]},{"name":"VERSION_ID_CHINESE_TRADITIONAL","features":[623]},{"name":"VERSION_ID_JAPANESE","features":[623]},{"name":"VERSION_ID_KOREAN","features":[623]},{"name":"VERSION_MODEBIAS","features":[623]},{"name":"VERSION_MOUSE_OPERATION","features":[623]},{"name":"VERSION_QUERYPOSITION","features":[623]},{"name":"VERSION_RECONVERSION","features":[623]},{"name":"WDD","features":[623]},{"name":"cbCommentMax","features":[623]},{"name":"fpCreateIFECommonInstanceType","features":[623]},{"name":"fpCreateIFEDictionaryInstanceType","features":[623]},{"name":"fpCreateIFELanguageInstanceType","features":[623]},{"name":"szImeChina","features":[623]},{"name":"szImeJapan","features":[623]},{"name":"szImeKorea","features":[623]},{"name":"szImeTaiwan","features":[623]},{"name":"wchPrivate1","features":[623]}],"659":[{"name":"IInkCommitRequestHandler","features":[625]},{"name":"IInkD2DRenderer","features":[625]},{"name":"IInkD2DRenderer2","features":[625]},{"name":"IInkDesktopHost","features":[625]},{"name":"IInkHostWorkItem","features":[625]},{"name":"IInkPresenterDesktop","features":[625]},{"name":"INK_HIGH_CONTRAST_ADJUSTMENT","features":[625]},{"name":"InkD2DRenderer","features":[625]},{"name":"InkDesktopHost","features":[625]},{"name":"USE_ORIGINAL_COLORS","features":[625]},{"name":"USE_SYSTEM_COLORS","features":[625]},{"name":"USE_SYSTEM_COLORS_WHEN_NECESSARY","features":[625]}],"660":[{"name":"ACTIVATE_KEYBOARD_LAYOUT_FLAGS","features":[624]},{"name":"ACUTE","features":[624]},{"name":"AX_KBD_DESKTOP_TYPE","features":[624]},{"name":"ActivateKeyboardLayout","features":[624]},{"name":"BREVE","features":[624]},{"name":"BlockInput","features":[307,624]},{"name":"CAPLOK","features":[624]},{"name":"CAPLOKALTGR","features":[624]},{"name":"CEDILLA","features":[624]},{"name":"CIRCUMFLEX","features":[624]},{"name":"DEADKEY","features":[624]},{"name":"DEC_KBD_ANSI_LAYOUT_TYPE","features":[624]},{"name":"DEC_KBD_JIS_LAYOUT_TYPE","features":[624]},{"name":"DIARESIS","features":[624]},{"name":"DIARESIS_TONOS","features":[624]},{"name":"DKF_DEAD","features":[624]},{"name":"DONTCARE_BIT","features":[624]},{"name":"DOT_ABOVE","features":[624]},{"name":"DOUBLE_ACUTE","features":[624]},{"name":"DragDetect","features":[307,624]},{"name":"EXTENDED_BIT","features":[624]},{"name":"EnableWindow","features":[307,624]},{"name":"FAKE_KEYSTROKE","features":[624]},{"name":"FMR_KBD_JIS_TYPE","features":[624]},{"name":"FMR_KBD_OASYS_TYPE","features":[624]},{"name":"FMV_KBD_OASYS_TYPE","features":[624]},{"name":"GET_MOUSE_MOVE_POINTS_EX_RESOLUTION","features":[624]},{"name":"GMMP_USE_DISPLAY_POINTS","features":[624]},{"name":"GMMP_USE_HIGH_RESOLUTION_POINTS","features":[624]},{"name":"GRAVE","features":[624]},{"name":"GRPSELTAP","features":[624]},{"name":"GetActiveWindow","features":[307,624]},{"name":"GetAsyncKeyState","features":[624]},{"name":"GetCapture","features":[307,624]},{"name":"GetDoubleClickTime","features":[624]},{"name":"GetFocus","features":[307,624]},{"name":"GetKBCodePage","features":[624]},{"name":"GetKeyNameTextA","features":[624]},{"name":"GetKeyNameTextW","features":[624]},{"name":"GetKeyState","features":[624]},{"name":"GetKeyboardLayout","features":[624]},{"name":"GetKeyboardLayoutList","features":[624]},{"name":"GetKeyboardLayoutNameA","features":[307,624]},{"name":"GetKeyboardLayoutNameW","features":[307,624]},{"name":"GetKeyboardState","features":[307,624]},{"name":"GetKeyboardType","features":[624]},{"name":"GetLastInputInfo","features":[307,624]},{"name":"GetMouseMovePointsEx","features":[624]},{"name":"HACEK","features":[624]},{"name":"HARDWAREINPUT","features":[624]},{"name":"HKL","features":[624]},{"name":"HOOK_ABOVE","features":[624]},{"name":"HOT_KEY_MODIFIERS","features":[624]},{"name":"INPUT","features":[624]},{"name":"INPUT_HARDWARE","features":[624]},{"name":"INPUT_KEYBOARD","features":[624]},{"name":"INPUT_MOUSE","features":[624]},{"name":"INPUT_TYPE","features":[624]},{"name":"IsWindowEnabled","features":[307,624]},{"name":"KANALOK","features":[624]},{"name":"KBDALT","features":[624]},{"name":"KBDBASE","features":[624]},{"name":"KBDCTRL","features":[624]},{"name":"KBDGRPSELTAP","features":[624]},{"name":"KBDKANA","features":[624]},{"name":"KBDLOYA","features":[624]},{"name":"KBDNLSTABLES","features":[624]},{"name":"KBDNLS_ALPHANUM","features":[624]},{"name":"KBDNLS_CODEINPUT","features":[624]},{"name":"KBDNLS_CONV_OR_NONCONV","features":[624]},{"name":"KBDNLS_HELP_OR_END","features":[624]},{"name":"KBDNLS_HIRAGANA","features":[624]},{"name":"KBDNLS_HOME_OR_CLEAR","features":[624]},{"name":"KBDNLS_INDEX_ALT","features":[624]},{"name":"KBDNLS_INDEX_NORMAL","features":[624]},{"name":"KBDNLS_KANAEVENT","features":[624]},{"name":"KBDNLS_KANALOCK","features":[624]},{"name":"KBDNLS_KATAKANA","features":[624]},{"name":"KBDNLS_NOEVENT","features":[624]},{"name":"KBDNLS_NULL","features":[624]},{"name":"KBDNLS_NUMPAD","features":[624]},{"name":"KBDNLS_ROMAN","features":[624]},{"name":"KBDNLS_SBCSDBCS","features":[624]},{"name":"KBDNLS_SEND_BASE_VK","features":[624]},{"name":"KBDNLS_SEND_PARAM_VK","features":[624]},{"name":"KBDNLS_TYPE_NORMAL","features":[624]},{"name":"KBDNLS_TYPE_NULL","features":[624]},{"name":"KBDNLS_TYPE_TOGGLE","features":[624]},{"name":"KBDROYA","features":[624]},{"name":"KBDSHIFT","features":[624]},{"name":"KBDTABLES","features":[624]},{"name":"KBDTABLE_DESC","features":[624]},{"name":"KBDTABLE_MULTI","features":[624]},{"name":"KBDTABLE_MULTI_MAX","features":[624]},{"name":"KBD_TYPE","features":[624]},{"name":"KBD_TYPE_INFO","features":[624]},{"name":"KBD_VERSION","features":[624]},{"name":"KEYBDINPUT","features":[624]},{"name":"KEYBD_EVENT_FLAGS","features":[624]},{"name":"KEYBOARD_TYPE_GENERIC_101","features":[624]},{"name":"KEYBOARD_TYPE_JAPAN","features":[624]},{"name":"KEYBOARD_TYPE_KOREA","features":[624]},{"name":"KEYBOARD_TYPE_UNKNOWN","features":[624]},{"name":"KEYEVENTF_EXTENDEDKEY","features":[624]},{"name":"KEYEVENTF_KEYUP","features":[624]},{"name":"KEYEVENTF_SCANCODE","features":[624]},{"name":"KEYEVENTF_UNICODE","features":[624]},{"name":"KLF_ACTIVATE","features":[624]},{"name":"KLF_NOTELLSHELL","features":[624]},{"name":"KLF_REORDER","features":[624]},{"name":"KLF_REPLACELANG","features":[624]},{"name":"KLF_RESET","features":[624]},{"name":"KLF_SETFORPROCESS","features":[624]},{"name":"KLF_SHIFTLOCK","features":[624]},{"name":"KLF_SUBSTITUTE_OK","features":[624]},{"name":"KLLF_ALTGR","features":[624]},{"name":"KLLF_GLOBAL_ATTRS","features":[624]},{"name":"KLLF_LRM_RLM","features":[624]},{"name":"KLLF_SHIFTLOCK","features":[624]},{"name":"LASTINPUTINFO","features":[624]},{"name":"LIGATURE1","features":[624]},{"name":"LIGATURE2","features":[624]},{"name":"LIGATURE3","features":[624]},{"name":"LIGATURE4","features":[624]},{"name":"LIGATURE5","features":[624]},{"name":"LoadKeyboardLayoutA","features":[624]},{"name":"LoadKeyboardLayoutW","features":[624]},{"name":"MACRON","features":[624]},{"name":"MAPVK_VK_TO_CHAR","features":[624]},{"name":"MAPVK_VK_TO_VSC","features":[624]},{"name":"MAPVK_VK_TO_VSC_EX","features":[624]},{"name":"MAPVK_VSC_TO_VK","features":[624]},{"name":"MAPVK_VSC_TO_VK_EX","features":[624]},{"name":"MAP_VIRTUAL_KEY_TYPE","features":[624]},{"name":"MICROSOFT_KBD_001_TYPE","features":[624]},{"name":"MICROSOFT_KBD_002_TYPE","features":[624]},{"name":"MICROSOFT_KBD_101A_TYPE","features":[624]},{"name":"MICROSOFT_KBD_101B_TYPE","features":[624]},{"name":"MICROSOFT_KBD_101C_TYPE","features":[624]},{"name":"MICROSOFT_KBD_101_TYPE","features":[624]},{"name":"MICROSOFT_KBD_103_TYPE","features":[624]},{"name":"MICROSOFT_KBD_106_TYPE","features":[624]},{"name":"MICROSOFT_KBD_AX_TYPE","features":[624]},{"name":"MICROSOFT_KBD_FUNC","features":[624]},{"name":"MODIFIERS","features":[624]},{"name":"MOD_ALT","features":[624]},{"name":"MOD_CONTROL","features":[624]},{"name":"MOD_NOREPEAT","features":[624]},{"name":"MOD_SHIFT","features":[624]},{"name":"MOD_WIN","features":[624]},{"name":"MOUSEEVENTF_ABSOLUTE","features":[624]},{"name":"MOUSEEVENTF_HWHEEL","features":[624]},{"name":"MOUSEEVENTF_LEFTDOWN","features":[624]},{"name":"MOUSEEVENTF_LEFTUP","features":[624]},{"name":"MOUSEEVENTF_MIDDLEDOWN","features":[624]},{"name":"MOUSEEVENTF_MIDDLEUP","features":[624]},{"name":"MOUSEEVENTF_MOVE","features":[624]},{"name":"MOUSEEVENTF_MOVE_NOCOALESCE","features":[624]},{"name":"MOUSEEVENTF_RIGHTDOWN","features":[624]},{"name":"MOUSEEVENTF_RIGHTUP","features":[624]},{"name":"MOUSEEVENTF_VIRTUALDESK","features":[624]},{"name":"MOUSEEVENTF_WHEEL","features":[624]},{"name":"MOUSEEVENTF_XDOWN","features":[624]},{"name":"MOUSEEVENTF_XUP","features":[624]},{"name":"MOUSEINPUT","features":[624]},{"name":"MOUSEMOVEPOINT","features":[624]},{"name":"MOUSE_EVENT_FLAGS","features":[624]},{"name":"MapVirtualKeyA","features":[624]},{"name":"MapVirtualKeyExA","features":[624]},{"name":"MapVirtualKeyExW","features":[624]},{"name":"MapVirtualKeyW","features":[624]},{"name":"NEC_KBD_106_TYPE","features":[624]},{"name":"NEC_KBD_H_MODE_TYPE","features":[624]},{"name":"NEC_KBD_LAPTOP_TYPE","features":[624]},{"name":"NEC_KBD_NORMAL_TYPE","features":[624]},{"name":"NEC_KBD_N_MODE_TYPE","features":[624]},{"name":"NLSKBD_INFO_ACCESSIBILITY_KEYMAP","features":[624]},{"name":"NLSKBD_INFO_EMURATE_101_KEYBOARD","features":[624]},{"name":"NLSKBD_INFO_EMURATE_106_KEYBOARD","features":[624]},{"name":"NLSKBD_INFO_SEND_IME_NOTIFICATION","features":[624]},{"name":"NLSKBD_OEM_AX","features":[624]},{"name":"NLSKBD_OEM_DEC","features":[624]},{"name":"NLSKBD_OEM_EPSON","features":[624]},{"name":"NLSKBD_OEM_FUJITSU","features":[624]},{"name":"NLSKBD_OEM_IBM","features":[624]},{"name":"NLSKBD_OEM_MATSUSHITA","features":[624]},{"name":"NLSKBD_OEM_MICROSOFT","features":[624]},{"name":"NLSKBD_OEM_NEC","features":[624]},{"name":"NLSKBD_OEM_TOSHIBA","features":[624]},{"name":"OGONEK","features":[624]},{"name":"OVERSCORE","features":[624]},{"name":"OemKeyScan","features":[624]},{"name":"RING","features":[624]},{"name":"RegisterHotKey","features":[307,624]},{"name":"ReleaseCapture","features":[307,624]},{"name":"SCANCODE_ALT","features":[624]},{"name":"SCANCODE_CTRL","features":[624]},{"name":"SCANCODE_LSHIFT","features":[624]},{"name":"SCANCODE_LWIN","features":[624]},{"name":"SCANCODE_NUMPAD_FIRST","features":[624]},{"name":"SCANCODE_NUMPAD_LAST","features":[624]},{"name":"SCANCODE_RSHIFT","features":[624]},{"name":"SCANCODE_RWIN","features":[624]},{"name":"SCANCODE_THAI_LAYOUT_TOGGLE","features":[624]},{"name":"SGCAPS","features":[624]},{"name":"SHFT_INVALID","features":[624]},{"name":"SendInput","features":[624]},{"name":"SetActiveWindow","features":[307,624]},{"name":"SetCapture","features":[307,624]},{"name":"SetDoubleClickTime","features":[307,624]},{"name":"SetFocus","features":[307,624]},{"name":"SetKeyboardState","features":[307,624]},{"name":"SwapMouseButton","features":[307,624]},{"name":"TILDE","features":[624]},{"name":"TME_CANCEL","features":[624]},{"name":"TME_HOVER","features":[624]},{"name":"TME_LEAVE","features":[624]},{"name":"TME_NONCLIENT","features":[624]},{"name":"TME_QUERY","features":[624]},{"name":"TONOS","features":[624]},{"name":"TOSHIBA_KBD_DESKTOP_TYPE","features":[624]},{"name":"TOSHIBA_KBD_LAPTOP_TYPE","features":[624]},{"name":"TRACKMOUSEEVENT","features":[307,624]},{"name":"TRACKMOUSEEVENT_FLAGS","features":[624]},{"name":"ToAscii","features":[624]},{"name":"ToAsciiEx","features":[624]},{"name":"ToUnicode","features":[624]},{"name":"ToUnicodeEx","features":[624]},{"name":"TrackMouseEvent","features":[307,624]},{"name":"UMLAUT","features":[624]},{"name":"UnloadKeyboardLayout","features":[307,624]},{"name":"UnregisterHotKey","features":[307,624]},{"name":"VIRTUAL_KEY","features":[624]},{"name":"VK_0","features":[624]},{"name":"VK_1","features":[624]},{"name":"VK_2","features":[624]},{"name":"VK_3","features":[624]},{"name":"VK_4","features":[624]},{"name":"VK_5","features":[624]},{"name":"VK_6","features":[624]},{"name":"VK_7","features":[624]},{"name":"VK_8","features":[624]},{"name":"VK_9","features":[624]},{"name":"VK_A","features":[624]},{"name":"VK_ABNT_C1","features":[624]},{"name":"VK_ABNT_C2","features":[624]},{"name":"VK_ACCEPT","features":[624]},{"name":"VK_ADD","features":[624]},{"name":"VK_APPS","features":[624]},{"name":"VK_ATTN","features":[624]},{"name":"VK_B","features":[624]},{"name":"VK_BACK","features":[624]},{"name":"VK_BROWSER_BACK","features":[624]},{"name":"VK_BROWSER_FAVORITES","features":[624]},{"name":"VK_BROWSER_FORWARD","features":[624]},{"name":"VK_BROWSER_HOME","features":[624]},{"name":"VK_BROWSER_REFRESH","features":[624]},{"name":"VK_BROWSER_SEARCH","features":[624]},{"name":"VK_BROWSER_STOP","features":[624]},{"name":"VK_C","features":[624]},{"name":"VK_CANCEL","features":[624]},{"name":"VK_CAPITAL","features":[624]},{"name":"VK_CLEAR","features":[624]},{"name":"VK_CONTROL","features":[624]},{"name":"VK_CONVERT","features":[624]},{"name":"VK_CRSEL","features":[624]},{"name":"VK_D","features":[624]},{"name":"VK_DBE_ALPHANUMERIC","features":[624]},{"name":"VK_DBE_CODEINPUT","features":[624]},{"name":"VK_DBE_DBCSCHAR","features":[624]},{"name":"VK_DBE_DETERMINESTRING","features":[624]},{"name":"VK_DBE_ENTERDLGCONVERSIONMODE","features":[624]},{"name":"VK_DBE_ENTERIMECONFIGMODE","features":[624]},{"name":"VK_DBE_ENTERWORDREGISTERMODE","features":[624]},{"name":"VK_DBE_FLUSHSTRING","features":[624]},{"name":"VK_DBE_HIRAGANA","features":[624]},{"name":"VK_DBE_KATAKANA","features":[624]},{"name":"VK_DBE_NOCODEINPUT","features":[624]},{"name":"VK_DBE_NOROMAN","features":[624]},{"name":"VK_DBE_ROMAN","features":[624]},{"name":"VK_DBE_SBCSCHAR","features":[624]},{"name":"VK_DECIMAL","features":[624]},{"name":"VK_DELETE","features":[624]},{"name":"VK_DIVIDE","features":[624]},{"name":"VK_DOWN","features":[624]},{"name":"VK_E","features":[624]},{"name":"VK_END","features":[624]},{"name":"VK_EREOF","features":[624]},{"name":"VK_ESCAPE","features":[624]},{"name":"VK_EXECUTE","features":[624]},{"name":"VK_EXSEL","features":[624]},{"name":"VK_F","features":[624]},{"name":"VK_F","features":[624]},{"name":"VK_F1","features":[624]},{"name":"VK_F10","features":[624]},{"name":"VK_F11","features":[624]},{"name":"VK_F12","features":[624]},{"name":"VK_F13","features":[624]},{"name":"VK_F14","features":[624]},{"name":"VK_F15","features":[624]},{"name":"VK_F16","features":[624]},{"name":"VK_F17","features":[624]},{"name":"VK_F18","features":[624]},{"name":"VK_F19","features":[624]},{"name":"VK_F2","features":[624]},{"name":"VK_F20","features":[624]},{"name":"VK_F21","features":[624]},{"name":"VK_F22","features":[624]},{"name":"VK_F23","features":[624]},{"name":"VK_F24","features":[624]},{"name":"VK_F3","features":[624]},{"name":"VK_F4","features":[624]},{"name":"VK_F5","features":[624]},{"name":"VK_F6","features":[624]},{"name":"VK_F7","features":[624]},{"name":"VK_F8","features":[624]},{"name":"VK_F9","features":[624]},{"name":"VK_FINAL","features":[624]},{"name":"VK_FPARAM","features":[624]},{"name":"VK_G","features":[624]},{"name":"VK_GAMEPAD_A","features":[624]},{"name":"VK_GAMEPAD_B","features":[624]},{"name":"VK_GAMEPAD_DPAD_DOWN","features":[624]},{"name":"VK_GAMEPAD_DPAD_LEFT","features":[624]},{"name":"VK_GAMEPAD_DPAD_RIGHT","features":[624]},{"name":"VK_GAMEPAD_DPAD_UP","features":[624]},{"name":"VK_GAMEPAD_LEFT_SHOULDER","features":[624]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON","features":[624]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_DOWN","features":[624]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_LEFT","features":[624]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT","features":[624]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_UP","features":[624]},{"name":"VK_GAMEPAD_LEFT_TRIGGER","features":[624]},{"name":"VK_GAMEPAD_MENU","features":[624]},{"name":"VK_GAMEPAD_RIGHT_SHOULDER","features":[624]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON","features":[624]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN","features":[624]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT","features":[624]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT","features":[624]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_UP","features":[624]},{"name":"VK_GAMEPAD_RIGHT_TRIGGER","features":[624]},{"name":"VK_GAMEPAD_VIEW","features":[624]},{"name":"VK_GAMEPAD_X","features":[624]},{"name":"VK_GAMEPAD_Y","features":[624]},{"name":"VK_H","features":[624]},{"name":"VK_HANGEUL","features":[624]},{"name":"VK_HANGUL","features":[624]},{"name":"VK_HANJA","features":[624]},{"name":"VK_HELP","features":[624]},{"name":"VK_HOME","features":[624]},{"name":"VK_I","features":[624]},{"name":"VK_ICO_00","features":[624]},{"name":"VK_ICO_CLEAR","features":[624]},{"name":"VK_ICO_HELP","features":[624]},{"name":"VK_IME_OFF","features":[624]},{"name":"VK_IME_ON","features":[624]},{"name":"VK_INSERT","features":[624]},{"name":"VK_J","features":[624]},{"name":"VK_JUNJA","features":[624]},{"name":"VK_K","features":[624]},{"name":"VK_KANA","features":[624]},{"name":"VK_KANJI","features":[624]},{"name":"VK_L","features":[624]},{"name":"VK_LAUNCH_APP1","features":[624]},{"name":"VK_LAUNCH_APP2","features":[624]},{"name":"VK_LAUNCH_MAIL","features":[624]},{"name":"VK_LAUNCH_MEDIA_SELECT","features":[624]},{"name":"VK_LBUTTON","features":[624]},{"name":"VK_LCONTROL","features":[624]},{"name":"VK_LEFT","features":[624]},{"name":"VK_LMENU","features":[624]},{"name":"VK_LSHIFT","features":[624]},{"name":"VK_LWIN","features":[624]},{"name":"VK_M","features":[624]},{"name":"VK_MBUTTON","features":[624]},{"name":"VK_MEDIA_NEXT_TRACK","features":[624]},{"name":"VK_MEDIA_PLAY_PAUSE","features":[624]},{"name":"VK_MEDIA_PREV_TRACK","features":[624]},{"name":"VK_MEDIA_STOP","features":[624]},{"name":"VK_MENU","features":[624]},{"name":"VK_MODECHANGE","features":[624]},{"name":"VK_MULTIPLY","features":[624]},{"name":"VK_N","features":[624]},{"name":"VK_NAVIGATION_ACCEPT","features":[624]},{"name":"VK_NAVIGATION_CANCEL","features":[624]},{"name":"VK_NAVIGATION_DOWN","features":[624]},{"name":"VK_NAVIGATION_LEFT","features":[624]},{"name":"VK_NAVIGATION_MENU","features":[624]},{"name":"VK_NAVIGATION_RIGHT","features":[624]},{"name":"VK_NAVIGATION_UP","features":[624]},{"name":"VK_NAVIGATION_VIEW","features":[624]},{"name":"VK_NEXT","features":[624]},{"name":"VK_NONAME","features":[624]},{"name":"VK_NONCONVERT","features":[624]},{"name":"VK_NUMLOCK","features":[624]},{"name":"VK_NUMPAD0","features":[624]},{"name":"VK_NUMPAD1","features":[624]},{"name":"VK_NUMPAD2","features":[624]},{"name":"VK_NUMPAD3","features":[624]},{"name":"VK_NUMPAD4","features":[624]},{"name":"VK_NUMPAD5","features":[624]},{"name":"VK_NUMPAD6","features":[624]},{"name":"VK_NUMPAD7","features":[624]},{"name":"VK_NUMPAD8","features":[624]},{"name":"VK_NUMPAD9","features":[624]},{"name":"VK_O","features":[624]},{"name":"VK_OEM_1","features":[624]},{"name":"VK_OEM_102","features":[624]},{"name":"VK_OEM_2","features":[624]},{"name":"VK_OEM_3","features":[624]},{"name":"VK_OEM_4","features":[624]},{"name":"VK_OEM_5","features":[624]},{"name":"VK_OEM_6","features":[624]},{"name":"VK_OEM_7","features":[624]},{"name":"VK_OEM_8","features":[624]},{"name":"VK_OEM_ATTN","features":[624]},{"name":"VK_OEM_AUTO","features":[624]},{"name":"VK_OEM_AX","features":[624]},{"name":"VK_OEM_BACKTAB","features":[624]},{"name":"VK_OEM_CLEAR","features":[624]},{"name":"VK_OEM_COMMA","features":[624]},{"name":"VK_OEM_COPY","features":[624]},{"name":"VK_OEM_CUSEL","features":[624]},{"name":"VK_OEM_ENLW","features":[624]},{"name":"VK_OEM_FINISH","features":[624]},{"name":"VK_OEM_FJ_JISHO","features":[624]},{"name":"VK_OEM_FJ_LOYA","features":[624]},{"name":"VK_OEM_FJ_MASSHOU","features":[624]},{"name":"VK_OEM_FJ_ROYA","features":[624]},{"name":"VK_OEM_FJ_TOUROKU","features":[624]},{"name":"VK_OEM_JUMP","features":[624]},{"name":"VK_OEM_MINUS","features":[624]},{"name":"VK_OEM_NEC_EQUAL","features":[624]},{"name":"VK_OEM_PA1","features":[624]},{"name":"VK_OEM_PA2","features":[624]},{"name":"VK_OEM_PA3","features":[624]},{"name":"VK_OEM_PERIOD","features":[624]},{"name":"VK_OEM_PLUS","features":[624]},{"name":"VK_OEM_RESET","features":[624]},{"name":"VK_OEM_WSCTRL","features":[624]},{"name":"VK_P","features":[624]},{"name":"VK_PA1","features":[624]},{"name":"VK_PACKET","features":[624]},{"name":"VK_PAUSE","features":[624]},{"name":"VK_PLAY","features":[624]},{"name":"VK_PRINT","features":[624]},{"name":"VK_PRIOR","features":[624]},{"name":"VK_PROCESSKEY","features":[624]},{"name":"VK_Q","features":[624]},{"name":"VK_R","features":[624]},{"name":"VK_RBUTTON","features":[624]},{"name":"VK_RCONTROL","features":[624]},{"name":"VK_RETURN","features":[624]},{"name":"VK_RIGHT","features":[624]},{"name":"VK_RMENU","features":[624]},{"name":"VK_RSHIFT","features":[624]},{"name":"VK_RWIN","features":[624]},{"name":"VK_S","features":[624]},{"name":"VK_SCROLL","features":[624]},{"name":"VK_SELECT","features":[624]},{"name":"VK_SEPARATOR","features":[624]},{"name":"VK_SHIFT","features":[624]},{"name":"VK_SLEEP","features":[624]},{"name":"VK_SNAPSHOT","features":[624]},{"name":"VK_SPACE","features":[624]},{"name":"VK_SUBTRACT","features":[624]},{"name":"VK_T","features":[624]},{"name":"VK_TAB","features":[624]},{"name":"VK_TO_BIT","features":[624]},{"name":"VK_TO_WCHARS1","features":[624]},{"name":"VK_TO_WCHARS10","features":[624]},{"name":"VK_TO_WCHARS2","features":[624]},{"name":"VK_TO_WCHARS3","features":[624]},{"name":"VK_TO_WCHARS4","features":[624]},{"name":"VK_TO_WCHARS5","features":[624]},{"name":"VK_TO_WCHARS6","features":[624]},{"name":"VK_TO_WCHARS7","features":[624]},{"name":"VK_TO_WCHARS8","features":[624]},{"name":"VK_TO_WCHARS9","features":[624]},{"name":"VK_TO_WCHAR_TABLE","features":[624]},{"name":"VK_U","features":[624]},{"name":"VK_UP","features":[624]},{"name":"VK_V","features":[624]},{"name":"VK_VOLUME_DOWN","features":[624]},{"name":"VK_VOLUME_MUTE","features":[624]},{"name":"VK_VOLUME_UP","features":[624]},{"name":"VK_VSC","features":[624]},{"name":"VK_W","features":[624]},{"name":"VK_X","features":[624]},{"name":"VK_XBUTTON1","features":[624]},{"name":"VK_XBUTTON2","features":[624]},{"name":"VK_Y","features":[624]},{"name":"VK_Z","features":[624]},{"name":"VK_ZOOM","features":[624]},{"name":"VK__none_","features":[624]},{"name":"VSC_LPWSTR","features":[624]},{"name":"VSC_VK","features":[624]},{"name":"VkKeyScanA","features":[624]},{"name":"VkKeyScanExA","features":[624]},{"name":"VkKeyScanExW","features":[624]},{"name":"VkKeyScanW","features":[624]},{"name":"WCH_DEAD","features":[624]},{"name":"WCH_LGTR","features":[624]},{"name":"WCH_NONE","features":[624]},{"name":"_TrackMouseEvent","features":[307,624]},{"name":"keybd_event","features":[624]},{"name":"mouse_event","features":[624]},{"name":"wszACUTE","features":[624]},{"name":"wszBREVE","features":[624]},{"name":"wszCEDILLA","features":[624]},{"name":"wszCIRCUMFLEX","features":[624]},{"name":"wszDIARESIS_TONOS","features":[624]},{"name":"wszDOT_ABOVE","features":[624]},{"name":"wszDOUBLE_ACUTE","features":[624]},{"name":"wszGRAVE","features":[624]},{"name":"wszHACEK","features":[624]},{"name":"wszHOOK_ABOVE","features":[624]},{"name":"wszMACRON","features":[624]},{"name":"wszOGONEK","features":[624]},{"name":"wszOVERSCORE","features":[624]},{"name":"wszRING","features":[624]},{"name":"wszTILDE","features":[624]},{"name":"wszTONOS","features":[624]},{"name":"wszUMLAUT","features":[624]}],"661":[{"name":"EnableMouseInPointer","features":[307,619]},{"name":"GetPointerCursorId","features":[307,619]},{"name":"GetPointerDevice","features":[307,318,357,619]},{"name":"GetPointerDeviceCursors","features":[307,357,619]},{"name":"GetPointerDeviceProperties","features":[307,357,619]},{"name":"GetPointerDeviceRects","features":[307,619]},{"name":"GetPointerDevices","features":[307,318,357,619]},{"name":"GetPointerFrameInfo","features":[307,619,371]},{"name":"GetPointerFrameInfoHistory","features":[307,619,371]},{"name":"GetPointerFramePenInfo","features":[307,619,371]},{"name":"GetPointerFramePenInfoHistory","features":[307,619,371]},{"name":"GetPointerFrameTouchInfo","features":[307,619,371]},{"name":"GetPointerFrameTouchInfoHistory","features":[307,619,371]},{"name":"GetPointerInfo","features":[307,619,371]},{"name":"GetPointerInfoHistory","features":[307,619,371]},{"name":"GetPointerInputTransform","features":[307,619]},{"name":"GetPointerPenInfo","features":[307,619,371]},{"name":"GetPointerPenInfoHistory","features":[307,619,371]},{"name":"GetPointerTouchInfo","features":[307,619,371]},{"name":"GetPointerTouchInfoHistory","features":[307,619,371]},{"name":"GetPointerType","features":[307,619,371]},{"name":"GetRawPointerDeviceData","features":[307,357,619]},{"name":"GetUnpredictedMessagePos","features":[619]},{"name":"INPUT_INJECTION_VALUE","features":[619]},{"name":"INPUT_TRANSFORM","features":[619]},{"name":"InitializeTouchInjection","features":[307,619]},{"name":"InjectSyntheticPointerInput","features":[307,357,619,371]},{"name":"InjectTouchInput","features":[307,619,371]},{"name":"IsMouseInPointerEnabled","features":[307,619]},{"name":"POINTER_BUTTON_CHANGE_TYPE","features":[619]},{"name":"POINTER_CHANGE_FIFTHBUTTON_DOWN","features":[619]},{"name":"POINTER_CHANGE_FIFTHBUTTON_UP","features":[619]},{"name":"POINTER_CHANGE_FIRSTBUTTON_DOWN","features":[619]},{"name":"POINTER_CHANGE_FIRSTBUTTON_UP","features":[619]},{"name":"POINTER_CHANGE_FOURTHBUTTON_DOWN","features":[619]},{"name":"POINTER_CHANGE_FOURTHBUTTON_UP","features":[619]},{"name":"POINTER_CHANGE_NONE","features":[619]},{"name":"POINTER_CHANGE_SECONDBUTTON_DOWN","features":[619]},{"name":"POINTER_CHANGE_SECONDBUTTON_UP","features":[619]},{"name":"POINTER_CHANGE_THIRDBUTTON_DOWN","features":[619]},{"name":"POINTER_CHANGE_THIRDBUTTON_UP","features":[619]},{"name":"POINTER_FLAGS","features":[619]},{"name":"POINTER_FLAG_CANCELED","features":[619]},{"name":"POINTER_FLAG_CAPTURECHANGED","features":[619]},{"name":"POINTER_FLAG_CONFIDENCE","features":[619]},{"name":"POINTER_FLAG_DOWN","features":[619]},{"name":"POINTER_FLAG_FIFTHBUTTON","features":[619]},{"name":"POINTER_FLAG_FIRSTBUTTON","features":[619]},{"name":"POINTER_FLAG_FOURTHBUTTON","features":[619]},{"name":"POINTER_FLAG_HASTRANSFORM","features":[619]},{"name":"POINTER_FLAG_HWHEEL","features":[619]},{"name":"POINTER_FLAG_INCONTACT","features":[619]},{"name":"POINTER_FLAG_INRANGE","features":[619]},{"name":"POINTER_FLAG_NEW","features":[619]},{"name":"POINTER_FLAG_NONE","features":[619]},{"name":"POINTER_FLAG_PRIMARY","features":[619]},{"name":"POINTER_FLAG_SECONDBUTTON","features":[619]},{"name":"POINTER_FLAG_THIRDBUTTON","features":[619]},{"name":"POINTER_FLAG_UP","features":[619]},{"name":"POINTER_FLAG_UPDATE","features":[619]},{"name":"POINTER_FLAG_WHEEL","features":[619]},{"name":"POINTER_INFO","features":[307,619,371]},{"name":"POINTER_PEN_INFO","features":[307,619,371]},{"name":"POINTER_TOUCH_INFO","features":[307,619,371]},{"name":"SkipPointerFrameMessages","features":[307,619]},{"name":"TOUCH_FEEDBACK_DEFAULT","features":[619]},{"name":"TOUCH_FEEDBACK_INDIRECT","features":[619]},{"name":"TOUCH_FEEDBACK_MODE","features":[619]},{"name":"TOUCH_FEEDBACK_NONE","features":[619]}],"662":[{"name":"IRadialControllerConfigurationInterop","features":[626]},{"name":"IRadialControllerIndependentInputSourceInterop","features":[626]},{"name":"IRadialControllerInterop","features":[626]}],"663":[{"name":"CloseGestureInfoHandle","features":[307,627]},{"name":"CloseTouchInputHandle","features":[307,627]},{"name":"GESTURECONFIG","features":[627]},{"name":"GESTURECONFIG_ID","features":[627]},{"name":"GESTUREINFO","features":[307,627]},{"name":"GESTURENOTIFYSTRUCT","features":[307,627]},{"name":"GID_BEGIN","features":[627]},{"name":"GID_END","features":[627]},{"name":"GID_PAN","features":[627]},{"name":"GID_PRESSANDTAP","features":[627]},{"name":"GID_ROLLOVER","features":[627]},{"name":"GID_ROTATE","features":[627]},{"name":"GID_TWOFINGERTAP","features":[627]},{"name":"GID_ZOOM","features":[627]},{"name":"GetGestureConfig","features":[307,627]},{"name":"GetGestureExtraArgs","features":[307,627]},{"name":"GetGestureInfo","features":[307,627]},{"name":"GetTouchInputInfo","features":[307,627]},{"name":"HGESTUREINFO","features":[627]},{"name":"HTOUCHINPUT","features":[627]},{"name":"IInertiaProcessor","features":[627]},{"name":"IManipulationProcessor","features":[627]},{"name":"InertiaProcessor","features":[627]},{"name":"IsTouchWindow","features":[307,627]},{"name":"MANIPULATION_ALL","features":[627]},{"name":"MANIPULATION_NONE","features":[627]},{"name":"MANIPULATION_PROCESSOR_MANIPULATIONS","features":[627]},{"name":"MANIPULATION_ROTATE","features":[627]},{"name":"MANIPULATION_SCALE","features":[627]},{"name":"MANIPULATION_TRANSLATE_X","features":[627]},{"name":"MANIPULATION_TRANSLATE_Y","features":[627]},{"name":"ManipulationProcessor","features":[627]},{"name":"REGISTER_TOUCH_WINDOW_FLAGS","features":[627]},{"name":"RegisterTouchWindow","features":[307,627]},{"name":"SetGestureConfig","features":[307,627]},{"name":"TOUCHEVENTF_DOWN","features":[627]},{"name":"TOUCHEVENTF_FLAGS","features":[627]},{"name":"TOUCHEVENTF_INRANGE","features":[627]},{"name":"TOUCHEVENTF_MOVE","features":[627]},{"name":"TOUCHEVENTF_NOCOALESCE","features":[627]},{"name":"TOUCHEVENTF_PALM","features":[627]},{"name":"TOUCHEVENTF_PEN","features":[627]},{"name":"TOUCHEVENTF_PRIMARY","features":[627]},{"name":"TOUCHEVENTF_UP","features":[627]},{"name":"TOUCHINPUT","features":[307,627]},{"name":"TOUCHINPUTMASKF_CONTACTAREA","features":[627]},{"name":"TOUCHINPUTMASKF_EXTRAINFO","features":[627]},{"name":"TOUCHINPUTMASKF_MASK","features":[627]},{"name":"TOUCHINPUTMASKF_TIMEFROMSYSTEM","features":[627]},{"name":"TWF_FINETOUCH","features":[627]},{"name":"TWF_WANTPALM","features":[627]},{"name":"UnregisterTouchWindow","features":[307,627]},{"name":"_IManipulationEvents","features":[627]}],"664":[{"name":"BATTERY_DEVTYPE","features":[628]},{"name":"BATTERY_DEVTYPE_GAMEPAD","features":[628]},{"name":"BATTERY_DEVTYPE_HEADSET","features":[628]},{"name":"BATTERY_LEVEL","features":[628]},{"name":"BATTERY_LEVEL_EMPTY","features":[628]},{"name":"BATTERY_LEVEL_FULL","features":[628]},{"name":"BATTERY_LEVEL_LOW","features":[628]},{"name":"BATTERY_LEVEL_MEDIUM","features":[628]},{"name":"BATTERY_TYPE","features":[628]},{"name":"BATTERY_TYPE_ALKALINE","features":[628]},{"name":"BATTERY_TYPE_DISCONNECTED","features":[628]},{"name":"BATTERY_TYPE_NIMH","features":[628]},{"name":"BATTERY_TYPE_UNKNOWN","features":[628]},{"name":"BATTERY_TYPE_WIRED","features":[628]},{"name":"VK_PAD_A","features":[628]},{"name":"VK_PAD_B","features":[628]},{"name":"VK_PAD_BACK","features":[628]},{"name":"VK_PAD_DPAD_DOWN","features":[628]},{"name":"VK_PAD_DPAD_LEFT","features":[628]},{"name":"VK_PAD_DPAD_RIGHT","features":[628]},{"name":"VK_PAD_DPAD_UP","features":[628]},{"name":"VK_PAD_LSHOULDER","features":[628]},{"name":"VK_PAD_LTHUMB_DOWN","features":[628]},{"name":"VK_PAD_LTHUMB_DOWNLEFT","features":[628]},{"name":"VK_PAD_LTHUMB_DOWNRIGHT","features":[628]},{"name":"VK_PAD_LTHUMB_LEFT","features":[628]},{"name":"VK_PAD_LTHUMB_PRESS","features":[628]},{"name":"VK_PAD_LTHUMB_RIGHT","features":[628]},{"name":"VK_PAD_LTHUMB_UP","features":[628]},{"name":"VK_PAD_LTHUMB_UPLEFT","features":[628]},{"name":"VK_PAD_LTHUMB_UPRIGHT","features":[628]},{"name":"VK_PAD_LTRIGGER","features":[628]},{"name":"VK_PAD_RSHOULDER","features":[628]},{"name":"VK_PAD_RTHUMB_DOWN","features":[628]},{"name":"VK_PAD_RTHUMB_DOWNLEFT","features":[628]},{"name":"VK_PAD_RTHUMB_DOWNRIGHT","features":[628]},{"name":"VK_PAD_RTHUMB_LEFT","features":[628]},{"name":"VK_PAD_RTHUMB_PRESS","features":[628]},{"name":"VK_PAD_RTHUMB_RIGHT","features":[628]},{"name":"VK_PAD_RTHUMB_UP","features":[628]},{"name":"VK_PAD_RTHUMB_UPLEFT","features":[628]},{"name":"VK_PAD_RTHUMB_UPRIGHT","features":[628]},{"name":"VK_PAD_RTRIGGER","features":[628]},{"name":"VK_PAD_START","features":[628]},{"name":"VK_PAD_X","features":[628]},{"name":"VK_PAD_Y","features":[628]},{"name":"XINPUT_BATTERY_INFORMATION","features":[628]},{"name":"XINPUT_CAPABILITIES","features":[628]},{"name":"XINPUT_CAPABILITIES_FLAGS","features":[628]},{"name":"XINPUT_CAPS_FFB_SUPPORTED","features":[628]},{"name":"XINPUT_CAPS_NO_NAVIGATION","features":[628]},{"name":"XINPUT_CAPS_PMD_SUPPORTED","features":[628]},{"name":"XINPUT_CAPS_VOICE_SUPPORTED","features":[628]},{"name":"XINPUT_CAPS_WIRELESS","features":[628]},{"name":"XINPUT_DEVSUBTYPE","features":[628]},{"name":"XINPUT_DEVSUBTYPE_ARCADE_PAD","features":[628]},{"name":"XINPUT_DEVSUBTYPE_ARCADE_STICK","features":[628]},{"name":"XINPUT_DEVSUBTYPE_DANCE_PAD","features":[628]},{"name":"XINPUT_DEVSUBTYPE_DRUM_KIT","features":[628]},{"name":"XINPUT_DEVSUBTYPE_FLIGHT_STICK","features":[628]},{"name":"XINPUT_DEVSUBTYPE_GAMEPAD","features":[628]},{"name":"XINPUT_DEVSUBTYPE_GUITAR","features":[628]},{"name":"XINPUT_DEVSUBTYPE_GUITAR_ALTERNATE","features":[628]},{"name":"XINPUT_DEVSUBTYPE_GUITAR_BASS","features":[628]},{"name":"XINPUT_DEVSUBTYPE_UNKNOWN","features":[628]},{"name":"XINPUT_DEVSUBTYPE_WHEEL","features":[628]},{"name":"XINPUT_DEVTYPE","features":[628]},{"name":"XINPUT_DEVTYPE_GAMEPAD","features":[628]},{"name":"XINPUT_DLL","features":[628]},{"name":"XINPUT_DLL_A","features":[628]},{"name":"XINPUT_DLL_W","features":[628]},{"name":"XINPUT_FLAG","features":[628]},{"name":"XINPUT_FLAG_ALL","features":[628]},{"name":"XINPUT_FLAG_GAMEPAD","features":[628]},{"name":"XINPUT_GAMEPAD","features":[628]},{"name":"XINPUT_GAMEPAD_A","features":[628]},{"name":"XINPUT_GAMEPAD_B","features":[628]},{"name":"XINPUT_GAMEPAD_BACK","features":[628]},{"name":"XINPUT_GAMEPAD_BUTTON_FLAGS","features":[628]},{"name":"XINPUT_GAMEPAD_DPAD_DOWN","features":[628]},{"name":"XINPUT_GAMEPAD_DPAD_LEFT","features":[628]},{"name":"XINPUT_GAMEPAD_DPAD_RIGHT","features":[628]},{"name":"XINPUT_GAMEPAD_DPAD_UP","features":[628]},{"name":"XINPUT_GAMEPAD_LEFT_SHOULDER","features":[628]},{"name":"XINPUT_GAMEPAD_LEFT_THUMB","features":[628]},{"name":"XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE","features":[628]},{"name":"XINPUT_GAMEPAD_RIGHT_SHOULDER","features":[628]},{"name":"XINPUT_GAMEPAD_RIGHT_THUMB","features":[628]},{"name":"XINPUT_GAMEPAD_RIGHT_THUMB_DEADZONE","features":[628]},{"name":"XINPUT_GAMEPAD_START","features":[628]},{"name":"XINPUT_GAMEPAD_TRIGGER_THRESHOLD","features":[628]},{"name":"XINPUT_GAMEPAD_X","features":[628]},{"name":"XINPUT_GAMEPAD_Y","features":[628]},{"name":"XINPUT_KEYSTROKE","features":[628]},{"name":"XINPUT_KEYSTROKE_FLAGS","features":[628]},{"name":"XINPUT_KEYSTROKE_KEYDOWN","features":[628]},{"name":"XINPUT_KEYSTROKE_KEYUP","features":[628]},{"name":"XINPUT_KEYSTROKE_REPEAT","features":[628]},{"name":"XINPUT_STATE","features":[628]},{"name":"XINPUT_VIBRATION","features":[628]},{"name":"XINPUT_VIRTUAL_KEY","features":[628]},{"name":"XInputEnable","features":[307,628]},{"name":"XInputGetAudioDeviceIds","features":[628]},{"name":"XInputGetBatteryInformation","features":[628]},{"name":"XInputGetCapabilities","features":[628]},{"name":"XInputGetKeystroke","features":[628]},{"name":"XInputGetState","features":[628]},{"name":"XInputSetState","features":[628]},{"name":"XUSER_INDEX_ANY","features":[628]},{"name":"XUSER_MAX_COUNT","features":[628]}],"665":[{"name":"AddPointerInteractionContext","features":[629]},{"name":"BufferPointerPacketsInteractionContext","features":[307,619,629,371]},{"name":"CROSS_SLIDE_FLAGS","features":[629]},{"name":"CROSS_SLIDE_FLAGS_MAX","features":[629]},{"name":"CROSS_SLIDE_FLAGS_NONE","features":[629]},{"name":"CROSS_SLIDE_FLAGS_REARRANGE","features":[629]},{"name":"CROSS_SLIDE_FLAGS_SELECT","features":[629]},{"name":"CROSS_SLIDE_FLAGS_SPEED_BUMP","features":[629]},{"name":"CROSS_SLIDE_PARAMETER","features":[629]},{"name":"CROSS_SLIDE_THRESHOLD","features":[629]},{"name":"CROSS_SLIDE_THRESHOLD_COUNT","features":[629]},{"name":"CROSS_SLIDE_THRESHOLD_MAX","features":[629]},{"name":"CROSS_SLIDE_THRESHOLD_REARRANGE_START","features":[629]},{"name":"CROSS_SLIDE_THRESHOLD_SELECT_START","features":[629]},{"name":"CROSS_SLIDE_THRESHOLD_SPEED_BUMP_END","features":[629]},{"name":"CROSS_SLIDE_THRESHOLD_SPEED_BUMP_START","features":[629]},{"name":"CreateInteractionContext","features":[629]},{"name":"DestroyInteractionContext","features":[629]},{"name":"GetCrossSlideParameterInteractionContext","features":[629]},{"name":"GetHoldParameterInteractionContext","features":[629]},{"name":"GetInertiaParameterInteractionContext","features":[629]},{"name":"GetInteractionConfigurationInteractionContext","features":[629]},{"name":"GetMouseWheelParameterInteractionContext","features":[629]},{"name":"GetPropertyInteractionContext","features":[629]},{"name":"GetStateInteractionContext","features":[307,619,629,371]},{"name":"GetTapParameterInteractionContext","features":[629]},{"name":"GetTranslationParameterInteractionContext","features":[629]},{"name":"HINTERACTIONCONTEXT","features":[629]},{"name":"HOLD_PARAMETER","features":[629]},{"name":"HOLD_PARAMETER_MAX","features":[629]},{"name":"HOLD_PARAMETER_MAX_CONTACT_COUNT","features":[629]},{"name":"HOLD_PARAMETER_MIN_CONTACT_COUNT","features":[629]},{"name":"HOLD_PARAMETER_THRESHOLD_RADIUS","features":[629]},{"name":"HOLD_PARAMETER_THRESHOLD_START_DELAY","features":[629]},{"name":"INERTIA_PARAMETER","features":[629]},{"name":"INERTIA_PARAMETER_EXPANSION_DECELERATION","features":[629]},{"name":"INERTIA_PARAMETER_EXPANSION_EXPANSION","features":[629]},{"name":"INERTIA_PARAMETER_MAX","features":[629]},{"name":"INERTIA_PARAMETER_ROTATION_ANGLE","features":[629]},{"name":"INERTIA_PARAMETER_ROTATION_DECELERATION","features":[629]},{"name":"INERTIA_PARAMETER_TRANSLATION_DECELERATION","features":[629]},{"name":"INERTIA_PARAMETER_TRANSLATION_DISPLACEMENT","features":[629]},{"name":"INTERACTION_ARGUMENTS_CROSS_SLIDE","features":[629]},{"name":"INTERACTION_ARGUMENTS_MANIPULATION","features":[629]},{"name":"INTERACTION_ARGUMENTS_TAP","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAGS","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_EXACT","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_HORIZONTAL","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_REARRANGE","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_SELECT","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_SPEED_BUMP","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_DRAG","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD_MOUSE","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD_MULTIPLE_FINGER","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_EXACT","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_MULTIPLE_FINGER_PANNING","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_RAILS_X","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_RAILS_Y","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_ROTATION","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_ROTATION_INERTIA","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_SCALING","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_SCALING_INERTIA","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_INERTIA","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_X","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_Y","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_MAX","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_NONE","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_SECONDARY_TAP","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP_DOUBLE","features":[629]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP_MULTIPLE_FINGER","features":[629]},{"name":"INTERACTION_CONTEXT_CONFIGURATION","features":[629]},{"name":"INTERACTION_CONTEXT_OUTPUT","features":[629,371]},{"name":"INTERACTION_CONTEXT_OUTPUT2","features":[629,371]},{"name":"INTERACTION_CONTEXT_OUTPUT_CALLBACK","features":[629,371]},{"name":"INTERACTION_CONTEXT_OUTPUT_CALLBACK2","features":[629,371]},{"name":"INTERACTION_CONTEXT_PROPERTY","features":[629]},{"name":"INTERACTION_CONTEXT_PROPERTY_FILTER_POINTERS","features":[629]},{"name":"INTERACTION_CONTEXT_PROPERTY_INTERACTION_UI_FEEDBACK","features":[629]},{"name":"INTERACTION_CONTEXT_PROPERTY_MAX","features":[629]},{"name":"INTERACTION_CONTEXT_PROPERTY_MEASUREMENT_UNITS","features":[629]},{"name":"INTERACTION_FLAGS","features":[629]},{"name":"INTERACTION_FLAG_BEGIN","features":[629]},{"name":"INTERACTION_FLAG_CANCEL","features":[629]},{"name":"INTERACTION_FLAG_END","features":[629]},{"name":"INTERACTION_FLAG_INERTIA","features":[629]},{"name":"INTERACTION_FLAG_MAX","features":[629]},{"name":"INTERACTION_FLAG_NONE","features":[629]},{"name":"INTERACTION_ID","features":[629]},{"name":"INTERACTION_ID_CROSS_SLIDE","features":[629]},{"name":"INTERACTION_ID_DRAG","features":[629]},{"name":"INTERACTION_ID_HOLD","features":[629]},{"name":"INTERACTION_ID_MANIPULATION","features":[629]},{"name":"INTERACTION_ID_MAX","features":[629]},{"name":"INTERACTION_ID_NONE","features":[629]},{"name":"INTERACTION_ID_SECONDARY_TAP","features":[629]},{"name":"INTERACTION_ID_TAP","features":[629]},{"name":"INTERACTION_STATE","features":[629]},{"name":"INTERACTION_STATE_IDLE","features":[629]},{"name":"INTERACTION_STATE_IN_INTERACTION","features":[629]},{"name":"INTERACTION_STATE_MAX","features":[629]},{"name":"INTERACTION_STATE_POSSIBLE_DOUBLE_TAP","features":[629]},{"name":"MANIPULATION_RAILS_STATE","features":[629]},{"name":"MANIPULATION_RAILS_STATE_FREE","features":[629]},{"name":"MANIPULATION_RAILS_STATE_MAX","features":[629]},{"name":"MANIPULATION_RAILS_STATE_RAILED","features":[629]},{"name":"MANIPULATION_RAILS_STATE_UNDECIDED","features":[629]},{"name":"MANIPULATION_TRANSFORM","features":[629]},{"name":"MANIPULATION_VELOCITY","features":[629]},{"name":"MOUSE_WHEEL_PARAMETER","features":[629]},{"name":"MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_X","features":[629]},{"name":"MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_Y","features":[629]},{"name":"MOUSE_WHEEL_PARAMETER_DELTA_ROTATION","features":[629]},{"name":"MOUSE_WHEEL_PARAMETER_DELTA_SCALE","features":[629]},{"name":"MOUSE_WHEEL_PARAMETER_MAX","features":[629]},{"name":"MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_X","features":[629]},{"name":"MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_Y","features":[629]},{"name":"ProcessBufferedPacketsInteractionContext","features":[629]},{"name":"ProcessInertiaInteractionContext","features":[629]},{"name":"ProcessPointerFramesInteractionContext","features":[307,619,629,371]},{"name":"RegisterOutputCallbackInteractionContext","features":[629,371]},{"name":"RegisterOutputCallbackInteractionContext2","features":[629,371]},{"name":"RemovePointerInteractionContext","features":[629]},{"name":"ResetInteractionContext","features":[629]},{"name":"SetCrossSlideParametersInteractionContext","features":[629]},{"name":"SetHoldParameterInteractionContext","features":[629]},{"name":"SetInertiaParameterInteractionContext","features":[629]},{"name":"SetInteractionConfigurationInteractionContext","features":[629]},{"name":"SetMouseWheelParameterInteractionContext","features":[629]},{"name":"SetPivotInteractionContext","features":[629]},{"name":"SetPropertyInteractionContext","features":[629]},{"name":"SetTapParameterInteractionContext","features":[629]},{"name":"SetTranslationParameterInteractionContext","features":[629]},{"name":"StopInteractionContext","features":[629]},{"name":"TAP_PARAMETER","features":[629]},{"name":"TAP_PARAMETER_MAX","features":[629]},{"name":"TAP_PARAMETER_MAX_CONTACT_COUNT","features":[629]},{"name":"TAP_PARAMETER_MIN_CONTACT_COUNT","features":[629]},{"name":"TRANSLATION_PARAMETER","features":[629]},{"name":"TRANSLATION_PARAMETER_MAX","features":[629]},{"name":"TRANSLATION_PARAMETER_MAX_CONTACT_COUNT","features":[629]},{"name":"TRANSLATION_PARAMETER_MIN_CONTACT_COUNT","features":[629]}],"666":[{"name":"ALL_RECONCILE_FLAGS","features":[630]},{"name":"EMPTY_VOLUME_CACHE_FLAGS","features":[630]},{"name":"EVCCBF_LASTNOTIFICATION","features":[630]},{"name":"EVCF_DONTSHOWIFZERO","features":[630]},{"name":"EVCF_ENABLEBYDEFAULT","features":[630]},{"name":"EVCF_ENABLEBYDEFAULT_AUTO","features":[630]},{"name":"EVCF_HASSETTINGS","features":[630]},{"name":"EVCF_OUTOFDISKSPACE","features":[630]},{"name":"EVCF_REMOVEFROMLIST","features":[630]},{"name":"EVCF_SETTINGSMODE","features":[630]},{"name":"EVCF_SYSTEMAUTORUN","features":[630]},{"name":"EVCF_USERCONSENTOBTAINED","features":[630]},{"name":"IADesktopP2","features":[630]},{"name":"IActiveDesktopP","features":[630]},{"name":"IBriefcaseInitiator","features":[630]},{"name":"IEmptyVolumeCache","features":[630]},{"name":"IEmptyVolumeCache2","features":[630]},{"name":"IEmptyVolumeCacheCallBack","features":[630]},{"name":"IReconcilableObject","features":[630]},{"name":"IReconcileInitiator","features":[630]},{"name":"RECONCILEF","features":[630]},{"name":"RECONCILEF_FEEDBACKWINDOWVALID","features":[630]},{"name":"RECONCILEF_MAYBOTHERUSER","features":[630]},{"name":"RECONCILEF_NORESIDUESOK","features":[630]},{"name":"RECONCILEF_OMITSELFRESIDUE","features":[630]},{"name":"RECONCILEF_ONLYYOUWERECHANGED","features":[630]},{"name":"RECONCILEF_RESUMERECONCILIATION","features":[630]},{"name":"RECONCILEF_YOUMAYDOTHEUPDATES","features":[630]},{"name":"REC_E_ABORTED","features":[630]},{"name":"REC_E_INEEDTODOTHEUPDATES","features":[630]},{"name":"REC_E_NOCALLBACK","features":[630]},{"name":"REC_E_NORESIDUES","features":[630]},{"name":"REC_E_TOODIFFERENT","features":[630]},{"name":"REC_S_IDIDTHEUPDATES","features":[630]},{"name":"REC_S_NOTCOMPLETE","features":[630]},{"name":"REC_S_NOTCOMPLETEBUTPROPAGATE","features":[630]},{"name":"STATEBITS_FLAT","features":[630]}],"667":[{"name":"MAGCOLOREFFECT","features":[631]},{"name":"MAGIMAGEHEADER","features":[631]},{"name":"MAGTRANSFORM","features":[631]},{"name":"MS_CLIPAROUNDCURSOR","features":[631]},{"name":"MS_INVERTCOLORS","features":[631]},{"name":"MS_SHOWMAGNIFIEDCURSOR","features":[631]},{"name":"MW_FILTERMODE","features":[631]},{"name":"MW_FILTERMODE_EXCLUDE","features":[631]},{"name":"MW_FILTERMODE_INCLUDE","features":[631]},{"name":"MagGetColorEffect","features":[307,631]},{"name":"MagGetFullscreenColorEffect","features":[307,631]},{"name":"MagGetFullscreenTransform","features":[307,631]},{"name":"MagGetImageScalingCallback","features":[307,318,631]},{"name":"MagGetInputTransform","features":[307,631]},{"name":"MagGetWindowFilterList","features":[307,631]},{"name":"MagGetWindowSource","features":[307,631]},{"name":"MagGetWindowTransform","features":[307,631]},{"name":"MagImageScalingCallback","features":[307,318,631]},{"name":"MagInitialize","features":[307,631]},{"name":"MagSetColorEffect","features":[307,631]},{"name":"MagSetFullscreenColorEffect","features":[307,631]},{"name":"MagSetFullscreenTransform","features":[307,631]},{"name":"MagSetImageScalingCallback","features":[307,318,631]},{"name":"MagSetInputTransform","features":[307,631]},{"name":"MagSetWindowFilterList","features":[307,631]},{"name":"MagSetWindowSource","features":[307,631]},{"name":"MagSetWindowTransform","features":[307,631]},{"name":"MagShowSystemCursor","features":[307,631]},{"name":"MagUninitialize","features":[307,631]},{"name":"WC_MAGNIFIER","features":[631]},{"name":"WC_MAGNIFIERA","features":[631]},{"name":"WC_MAGNIFIERW","features":[631]}],"668":[{"name":"INotificationActivationCallback","features":[632]},{"name":"NOTIFICATION_USER_INPUT_DATA","features":[632]}],"669":[{"name":"IUIApplication","features":[633]},{"name":"IUICollection","features":[633]},{"name":"IUICollectionChangedEvent","features":[633]},{"name":"IUICommandHandler","features":[633]},{"name":"IUIContextualUI","features":[633]},{"name":"IUIEventLogger","features":[633]},{"name":"IUIEventingManager","features":[633]},{"name":"IUIFramework","features":[633]},{"name":"IUIImage","features":[633]},{"name":"IUIImageFromBitmap","features":[633]},{"name":"IUIRibbon","features":[633]},{"name":"IUISimplePropertySet","features":[633]},{"name":"LIBID_UIRibbon","features":[633]},{"name":"UIRibbonFramework","features":[633]},{"name":"UIRibbonImageFromBitmapFactory","features":[633]},{"name":"UI_ALL_COMMANDS","features":[633]},{"name":"UI_COLLECTIONCHANGE","features":[633]},{"name":"UI_COLLECTIONCHANGE_INSERT","features":[633]},{"name":"UI_COLLECTIONCHANGE_REMOVE","features":[633]},{"name":"UI_COLLECTIONCHANGE_REPLACE","features":[633]},{"name":"UI_COLLECTIONCHANGE_RESET","features":[633]},{"name":"UI_COLLECTION_INVALIDINDEX","features":[633]},{"name":"UI_COMMANDTYPE","features":[633]},{"name":"UI_COMMANDTYPE_ACTION","features":[633]},{"name":"UI_COMMANDTYPE_ANCHOR","features":[633]},{"name":"UI_COMMANDTYPE_BOOLEAN","features":[633]},{"name":"UI_COMMANDTYPE_COLLECTION","features":[633]},{"name":"UI_COMMANDTYPE_COLORANCHOR","features":[633]},{"name":"UI_COMMANDTYPE_COLORCOLLECTION","features":[633]},{"name":"UI_COMMANDTYPE_COMMANDCOLLECTION","features":[633]},{"name":"UI_COMMANDTYPE_CONTEXT","features":[633]},{"name":"UI_COMMANDTYPE_DECIMAL","features":[633]},{"name":"UI_COMMANDTYPE_FONT","features":[633]},{"name":"UI_COMMANDTYPE_GROUP","features":[633]},{"name":"UI_COMMANDTYPE_RECENTITEMS","features":[633]},{"name":"UI_COMMANDTYPE_UNKNOWN","features":[633]},{"name":"UI_CONTEXTAVAILABILITY","features":[633]},{"name":"UI_CONTEXTAVAILABILITY_ACTIVE","features":[633]},{"name":"UI_CONTEXTAVAILABILITY_AVAILABLE","features":[633]},{"name":"UI_CONTEXTAVAILABILITY_NOTAVAILABLE","features":[633]},{"name":"UI_CONTROLDOCK","features":[633]},{"name":"UI_CONTROLDOCK_BOTTOM","features":[633]},{"name":"UI_CONTROLDOCK_TOP","features":[633]},{"name":"UI_EVENTLOCATION","features":[633]},{"name":"UI_EVENTLOCATION_ApplicationMenu","features":[633]},{"name":"UI_EVENTLOCATION_ContextPopup","features":[633]},{"name":"UI_EVENTLOCATION_QAT","features":[633]},{"name":"UI_EVENTLOCATION_Ribbon","features":[633]},{"name":"UI_EVENTPARAMS","features":[633]},{"name":"UI_EVENTPARAMS_COMMAND","features":[633]},{"name":"UI_EVENTTYPE","features":[633]},{"name":"UI_EVENTTYPE_ApplicationMenuOpened","features":[633]},{"name":"UI_EVENTTYPE_ApplicationModeSwitched","features":[633]},{"name":"UI_EVENTTYPE_CommandExecuted","features":[633]},{"name":"UI_EVENTTYPE_MenuOpened","features":[633]},{"name":"UI_EVENTTYPE_RibbonExpanded","features":[633]},{"name":"UI_EVENTTYPE_RibbonMinimized","features":[633]},{"name":"UI_EVENTTYPE_TabActivated","features":[633]},{"name":"UI_EVENTTYPE_TooltipShown","features":[633]},{"name":"UI_EXECUTIONVERB","features":[633]},{"name":"UI_EXECUTIONVERB_CANCELPREVIEW","features":[633]},{"name":"UI_EXECUTIONVERB_EXECUTE","features":[633]},{"name":"UI_EXECUTIONVERB_PREVIEW","features":[633]},{"name":"UI_FONTDELTASIZE","features":[633]},{"name":"UI_FONTDELTASIZE_GROW","features":[633]},{"name":"UI_FONTDELTASIZE_SHRINK","features":[633]},{"name":"UI_FONTPROPERTIES","features":[633]},{"name":"UI_FONTPROPERTIES_NOTAVAILABLE","features":[633]},{"name":"UI_FONTPROPERTIES_NOTSET","features":[633]},{"name":"UI_FONTPROPERTIES_SET","features":[633]},{"name":"UI_FONTUNDERLINE","features":[633]},{"name":"UI_FONTUNDERLINE_NOTAVAILABLE","features":[633]},{"name":"UI_FONTUNDERLINE_NOTSET","features":[633]},{"name":"UI_FONTUNDERLINE_SET","features":[633]},{"name":"UI_FONTVERTICALPOSITION","features":[633]},{"name":"UI_FONTVERTICALPOSITION_NOTAVAILABLE","features":[633]},{"name":"UI_FONTVERTICALPOSITION_NOTSET","features":[633]},{"name":"UI_FONTVERTICALPOSITION_SUBSCRIPT","features":[633]},{"name":"UI_FONTVERTICALPOSITION_SUPERSCRIPT","features":[633]},{"name":"UI_INVALIDATIONS","features":[633]},{"name":"UI_INVALIDATIONS_ALLPROPERTIES","features":[633]},{"name":"UI_INVALIDATIONS_PROPERTY","features":[633]},{"name":"UI_INVALIDATIONS_STATE","features":[633]},{"name":"UI_INVALIDATIONS_VALUE","features":[633]},{"name":"UI_OWNERSHIP","features":[633]},{"name":"UI_OWNERSHIP_COPY","features":[633]},{"name":"UI_OWNERSHIP_TRANSFER","features":[633]},{"name":"UI_SWATCHCOLORMODE","features":[633]},{"name":"UI_SWATCHCOLORMODE_MONOCHROME","features":[633]},{"name":"UI_SWATCHCOLORMODE_NORMAL","features":[633]},{"name":"UI_SWATCHCOLORTYPE","features":[633]},{"name":"UI_SWATCHCOLORTYPE_AUTOMATIC","features":[633]},{"name":"UI_SWATCHCOLORTYPE_NOCOLOR","features":[633]},{"name":"UI_SWATCHCOLORTYPE_RGB","features":[633]},{"name":"UI_VIEWTYPE","features":[633]},{"name":"UI_VIEWTYPE_RIBBON","features":[633]},{"name":"UI_VIEWVERB","features":[633]},{"name":"UI_VIEWVERB_CREATE","features":[633]},{"name":"UI_VIEWVERB_DESTROY","features":[633]},{"name":"UI_VIEWVERB_ERROR","features":[633]},{"name":"UI_VIEWVERB_SIZE","features":[633]}],"670":[{"name":"AASHELLMENUFILENAME","features":[468]},{"name":"AASHELLMENUITEM","features":[468]},{"name":"ABE_BOTTOM","features":[468]},{"name":"ABE_LEFT","features":[468]},{"name":"ABE_RIGHT","features":[468]},{"name":"ABE_TOP","features":[468]},{"name":"ABM_ACTIVATE","features":[468]},{"name":"ABM_GETAUTOHIDEBAR","features":[468]},{"name":"ABM_GETAUTOHIDEBAREX","features":[468]},{"name":"ABM_GETSTATE","features":[468]},{"name":"ABM_GETTASKBARPOS","features":[468]},{"name":"ABM_NEW","features":[468]},{"name":"ABM_QUERYPOS","features":[468]},{"name":"ABM_REMOVE","features":[468]},{"name":"ABM_SETAUTOHIDEBAR","features":[468]},{"name":"ABM_SETAUTOHIDEBAREX","features":[468]},{"name":"ABM_SETPOS","features":[468]},{"name":"ABM_SETSTATE","features":[468]},{"name":"ABM_WINDOWPOSCHANGED","features":[468]},{"name":"ABN_FULLSCREENAPP","features":[468]},{"name":"ABN_POSCHANGED","features":[468]},{"name":"ABN_STATECHANGE","features":[468]},{"name":"ABN_WINDOWARRANGE","features":[468]},{"name":"ABS_ALWAYSONTOP","features":[468]},{"name":"ABS_AUTOHIDE","features":[468]},{"name":"ACDD_VISIBLE","features":[468]},{"name":"ACENUMOPTION","features":[468]},{"name":"ACEO_FIRSTUNUSED","features":[468]},{"name":"ACEO_MOSTRECENTFIRST","features":[468]},{"name":"ACEO_NONE","features":[468]},{"name":"ACLO_CURRENTDIR","features":[468]},{"name":"ACLO_DESKTOP","features":[468]},{"name":"ACLO_FAVORITES","features":[468]},{"name":"ACLO_FILESYSDIRS","features":[468]},{"name":"ACLO_FILESYSONLY","features":[468]},{"name":"ACLO_MYCOMPUTER","features":[468]},{"name":"ACLO_NONE","features":[468]},{"name":"ACLO_VIRTUALNAMESPACE","features":[468]},{"name":"ACO_AUTOAPPEND","features":[468]},{"name":"ACO_AUTOSUGGEST","features":[468]},{"name":"ACO_FILTERPREFIXES","features":[468]},{"name":"ACO_NONE","features":[468]},{"name":"ACO_NOPREFIXFILTERING","features":[468]},{"name":"ACO_RTLREADING","features":[468]},{"name":"ACO_SEARCH","features":[468]},{"name":"ACO_UPDOWNKEYDROPSLIST","features":[468]},{"name":"ACO_USETAB","features":[468]},{"name":"ACO_WORD_FILTER","features":[468]},{"name":"ACTIVATEOPTIONS","features":[468]},{"name":"ADDURL_SILENT","features":[468]},{"name":"ADE_LEFT","features":[468]},{"name":"ADE_NONE","features":[468]},{"name":"ADE_RIGHT","features":[468]},{"name":"ADJACENT_DISPLAY_EDGES","features":[468]},{"name":"ADLT_FREQUENT","features":[468]},{"name":"ADLT_RECENT","features":[468]},{"name":"AD_APPLY_BUFFERED_REFRESH","features":[468]},{"name":"AD_APPLY_DYNAMICREFRESH","features":[468]},{"name":"AD_APPLY_FORCE","features":[468]},{"name":"AD_APPLY_HTMLGEN","features":[468]},{"name":"AD_APPLY_REFRESH","features":[468]},{"name":"AD_APPLY_SAVE","features":[468]},{"name":"AD_GETWP_BMP","features":[468]},{"name":"AD_GETWP_IMAGE","features":[468]},{"name":"AD_GETWP_LAST_APPLIED","features":[468]},{"name":"AHE_DESKTOP","features":[468]},{"name":"AHE_IMMERSIVE","features":[468]},{"name":"AHE_TYPE","features":[468]},{"name":"AHTYPE","features":[468]},{"name":"AHTYPE_ANY_APPLICATION","features":[468]},{"name":"AHTYPE_ANY_PROGID","features":[468]},{"name":"AHTYPE_APPLICATION","features":[468]},{"name":"AHTYPE_CLASS_APPLICATION","features":[468]},{"name":"AHTYPE_MACHINEDEFAULT","features":[468]},{"name":"AHTYPE_PROGID","features":[468]},{"name":"AHTYPE_UNDEFINED","features":[468]},{"name":"AHTYPE_USER_APPLICATION","features":[468]},{"name":"AIM_COMMENTS","features":[468]},{"name":"AIM_CONTACT","features":[468]},{"name":"AIM_DISPLAYNAME","features":[468]},{"name":"AIM_HELPLINK","features":[468]},{"name":"AIM_IMAGE","features":[468]},{"name":"AIM_INSTALLDATE","features":[468]},{"name":"AIM_INSTALLLOCATION","features":[468]},{"name":"AIM_INSTALLSOURCE","features":[468]},{"name":"AIM_LANGUAGE","features":[468]},{"name":"AIM_PRODUCTID","features":[468]},{"name":"AIM_PUBLISHER","features":[468]},{"name":"AIM_READMEURL","features":[468]},{"name":"AIM_REGISTEREDCOMPANY","features":[468]},{"name":"AIM_REGISTEREDOWNER","features":[468]},{"name":"AIM_SUPPORTTELEPHONE","features":[468]},{"name":"AIM_SUPPORTURL","features":[468]},{"name":"AIM_UPDATEINFOURL","features":[468]},{"name":"AIM_VERSION","features":[468]},{"name":"AL_EFFECTIVE","features":[468]},{"name":"AL_MACHINE","features":[468]},{"name":"AL_USER","features":[468]},{"name":"AO_DESIGNMODE","features":[468]},{"name":"AO_NOERRORUI","features":[468]},{"name":"AO_NONE","features":[468]},{"name":"AO_NOSPLASHSCREEN","features":[468]},{"name":"AO_PRELAUNCH","features":[468]},{"name":"APPACTIONFLAGS","features":[468]},{"name":"APPACTION_ADDLATER","features":[468]},{"name":"APPACTION_CANGETSIZE","features":[468]},{"name":"APPACTION_INSTALL","features":[468]},{"name":"APPACTION_MODIFY","features":[468]},{"name":"APPACTION_MODIFYREMOVE","features":[468]},{"name":"APPACTION_REPAIR","features":[468]},{"name":"APPACTION_UNINSTALL","features":[468]},{"name":"APPACTION_UNSCHEDULE","features":[468]},{"name":"APPACTION_UPGRADE","features":[468]},{"name":"APPBARDATA","features":[307,468]},{"name":"APPBARDATA","features":[307,468]},{"name":"APPCATEGORYINFO","features":[468]},{"name":"APPCATEGORYINFOLIST","features":[468]},{"name":"APPDOCLISTTYPE","features":[468]},{"name":"APPINFODATA","features":[468]},{"name":"APPINFODATAFLAGS","features":[468]},{"name":"APPLET_PROC","features":[307,468]},{"name":"APPLICATION_VIEW_MIN_WIDTH","features":[468]},{"name":"APPLICATION_VIEW_ORIENTATION","features":[468]},{"name":"APPLICATION_VIEW_SIZE_PREFERENCE","features":[468]},{"name":"APPLICATION_VIEW_STATE","features":[468]},{"name":"APPNAMEBUFFERLEN","features":[468]},{"name":"ARCONTENT_AUDIOCD","features":[468]},{"name":"ARCONTENT_AUTOPLAYMUSIC","features":[468]},{"name":"ARCONTENT_AUTOPLAYPIX","features":[468]},{"name":"ARCONTENT_AUTOPLAYVIDEO","features":[468]},{"name":"ARCONTENT_AUTORUNINF","features":[468]},{"name":"ARCONTENT_BLANKBD","features":[468]},{"name":"ARCONTENT_BLANKCD","features":[468]},{"name":"ARCONTENT_BLANKDVD","features":[468]},{"name":"ARCONTENT_BLURAY","features":[468]},{"name":"ARCONTENT_CAMERASTORAGE","features":[468]},{"name":"ARCONTENT_CUSTOMEVENT","features":[468]},{"name":"ARCONTENT_DVDAUDIO","features":[468]},{"name":"ARCONTENT_DVDMOVIE","features":[468]},{"name":"ARCONTENT_MASK","features":[468]},{"name":"ARCONTENT_NONE","features":[468]},{"name":"ARCONTENT_PHASE_FINAL","features":[468]},{"name":"ARCONTENT_PHASE_MASK","features":[468]},{"name":"ARCONTENT_PHASE_PRESNIFF","features":[468]},{"name":"ARCONTENT_PHASE_SNIFFING","features":[468]},{"name":"ARCONTENT_PHASE_UNKNOWN","features":[468]},{"name":"ARCONTENT_SVCD","features":[468]},{"name":"ARCONTENT_UNKNOWNCONTENT","features":[468]},{"name":"ARCONTENT_VCD","features":[468]},{"name":"ASSOCCLASS","features":[468]},{"name":"ASSOCCLASS_APP_KEY","features":[468]},{"name":"ASSOCCLASS_APP_STR","features":[468]},{"name":"ASSOCCLASS_CLSID_KEY","features":[468]},{"name":"ASSOCCLASS_CLSID_STR","features":[468]},{"name":"ASSOCCLASS_FIXED_PROGID_STR","features":[468]},{"name":"ASSOCCLASS_FOLDER","features":[468]},{"name":"ASSOCCLASS_PROGID_KEY","features":[468]},{"name":"ASSOCCLASS_PROGID_STR","features":[468]},{"name":"ASSOCCLASS_PROTOCOL_STR","features":[468]},{"name":"ASSOCCLASS_SHELL_KEY","features":[468]},{"name":"ASSOCCLASS_STAR","features":[468]},{"name":"ASSOCCLASS_SYSTEM_STR","features":[468]},{"name":"ASSOCDATA","features":[468]},{"name":"ASSOCDATA_EDITFLAGS","features":[468]},{"name":"ASSOCDATA_HASPERUSERASSOC","features":[468]},{"name":"ASSOCDATA_MAX","features":[468]},{"name":"ASSOCDATA_MSIDESCRIPTOR","features":[468]},{"name":"ASSOCDATA_NOACTIVATEHANDLER","features":[468]},{"name":"ASSOCDATA_UNUSED1","features":[468]},{"name":"ASSOCDATA_VALUE","features":[468]},{"name":"ASSOCENUM","features":[468]},{"name":"ASSOCENUM_NONE","features":[468]},{"name":"ASSOCF","features":[468]},{"name":"ASSOCF_APP_TO_APP","features":[468]},{"name":"ASSOCF_IGNOREBASECLASS","features":[468]},{"name":"ASSOCF_INIT_BYEXENAME","features":[468]},{"name":"ASSOCF_INIT_DEFAULTTOFOLDER","features":[468]},{"name":"ASSOCF_INIT_DEFAULTTOSTAR","features":[468]},{"name":"ASSOCF_INIT_FIXED_PROGID","features":[468]},{"name":"ASSOCF_INIT_FOR_FILE","features":[468]},{"name":"ASSOCF_INIT_IGNOREUNKNOWN","features":[468]},{"name":"ASSOCF_INIT_NOREMAPCLSID","features":[468]},{"name":"ASSOCF_IS_FULL_URI","features":[468]},{"name":"ASSOCF_IS_PROTOCOL","features":[468]},{"name":"ASSOCF_NOFIXUPS","features":[468]},{"name":"ASSOCF_NONE","features":[468]},{"name":"ASSOCF_NOTRUNCATE","features":[468]},{"name":"ASSOCF_NOUSERSETTINGS","features":[468]},{"name":"ASSOCF_OPEN_BYEXENAME","features":[468]},{"name":"ASSOCF_PER_MACHINE_ONLY","features":[468]},{"name":"ASSOCF_REMAPRUNDLL","features":[468]},{"name":"ASSOCF_VERIFY","features":[468]},{"name":"ASSOCIATIONELEMENT","features":[370,468]},{"name":"ASSOCIATIONELEMENT","features":[370,468]},{"name":"ASSOCIATIONLEVEL","features":[468]},{"name":"ASSOCIATIONTYPE","features":[468]},{"name":"ASSOCKEY","features":[468]},{"name":"ASSOCKEY_APP","features":[468]},{"name":"ASSOCKEY_BASECLASS","features":[468]},{"name":"ASSOCKEY_CLASS","features":[468]},{"name":"ASSOCKEY_MAX","features":[468]},{"name":"ASSOCKEY_SHELLEXECCLASS","features":[468]},{"name":"ASSOCSTR","features":[468]},{"name":"ASSOCSTR_APPICONREFERENCE","features":[468]},{"name":"ASSOCSTR_APPID","features":[468]},{"name":"ASSOCSTR_APPPUBLISHER","features":[468]},{"name":"ASSOCSTR_COMMAND","features":[468]},{"name":"ASSOCSTR_CONTENTTYPE","features":[468]},{"name":"ASSOCSTR_DDEAPPLICATION","features":[468]},{"name":"ASSOCSTR_DDECOMMAND","features":[468]},{"name":"ASSOCSTR_DDEIFEXEC","features":[468]},{"name":"ASSOCSTR_DDETOPIC","features":[468]},{"name":"ASSOCSTR_DEFAULTICON","features":[468]},{"name":"ASSOCSTR_DELEGATEEXECUTE","features":[468]},{"name":"ASSOCSTR_DROPTARGET","features":[468]},{"name":"ASSOCSTR_EXECUTABLE","features":[468]},{"name":"ASSOCSTR_FRIENDLYAPPNAME","features":[468]},{"name":"ASSOCSTR_FRIENDLYDOCNAME","features":[468]},{"name":"ASSOCSTR_INFOTIP","features":[468]},{"name":"ASSOCSTR_MAX","features":[468]},{"name":"ASSOCSTR_NOOPEN","features":[468]},{"name":"ASSOCSTR_PROGID","features":[468]},{"name":"ASSOCSTR_QUICKTIP","features":[468]},{"name":"ASSOCSTR_SHELLEXTENSION","features":[468]},{"name":"ASSOCSTR_SHELLNEWVALUE","features":[468]},{"name":"ASSOCSTR_SUPPORTED_URI_PROTOCOLS","features":[468]},{"name":"ASSOCSTR_TILEINFO","features":[468]},{"name":"ASSOC_FILTER","features":[468]},{"name":"ASSOC_FILTER_NONE","features":[468]},{"name":"ASSOC_FILTER_RECOMMENDED","features":[468]},{"name":"ATTACHMENT_ACTION","features":[468]},{"name":"ATTACHMENT_ACTION_CANCEL","features":[468]},{"name":"ATTACHMENT_ACTION_EXEC","features":[468]},{"name":"ATTACHMENT_ACTION_SAVE","features":[468]},{"name":"ATTACHMENT_PROMPT","features":[468]},{"name":"ATTACHMENT_PROMPT_EXEC","features":[468]},{"name":"ATTACHMENT_PROMPT_EXEC_OR_SAVE","features":[468]},{"name":"ATTACHMENT_PROMPT_NONE","features":[468]},{"name":"ATTACHMENT_PROMPT_SAVE","features":[468]},{"name":"AT_FILEEXTENSION","features":[468]},{"name":"AT_MIMETYPE","features":[468]},{"name":"AT_STARTMENUCLIENT","features":[468]},{"name":"AT_URLPROTOCOL","features":[468]},{"name":"AUTOCOMPLETELISTOPTIONS","features":[468]},{"name":"AUTOCOMPLETEOPTIONS","features":[468]},{"name":"AUTO_SCROLL_DATA","features":[307,468]},{"name":"AVMW_320","features":[468]},{"name":"AVMW_500","features":[468]},{"name":"AVMW_DEFAULT","features":[468]},{"name":"AVO_LANDSCAPE","features":[468]},{"name":"AVO_PORTRAIT","features":[468]},{"name":"AVSP_CUSTOM","features":[468]},{"name":"AVSP_DEFAULT","features":[468]},{"name":"AVSP_USE_HALF","features":[468]},{"name":"AVSP_USE_LESS","features":[468]},{"name":"AVSP_USE_MINIMUM","features":[468]},{"name":"AVSP_USE_MORE","features":[468]},{"name":"AVSP_USE_NONE","features":[468]},{"name":"AVS_FILLED","features":[468]},{"name":"AVS_FULLSCREEN_LANDSCAPE","features":[468]},{"name":"AVS_FULLSCREEN_PORTRAIT","features":[468]},{"name":"AVS_SNAPPED","features":[468]},{"name":"AccessibilityDockingService","features":[468]},{"name":"AllowSmallerSize","features":[468]},{"name":"AlphabeticalCategorizer","features":[468]},{"name":"AppShellVerbHandler","features":[468]},{"name":"AppStartupLink","features":[468]},{"name":"AppVisibility","features":[468]},{"name":"ApplicationActivationManager","features":[468]},{"name":"ApplicationAssociationRegistration","features":[468]},{"name":"ApplicationAssociationRegistrationUI","features":[468]},{"name":"ApplicationDesignModeSettings","features":[468]},{"name":"ApplicationDestinations","features":[468]},{"name":"ApplicationDocumentLists","features":[468]},{"name":"AssocCreate","features":[468]},{"name":"AssocCreateForClasses","features":[370,468]},{"name":"AssocGetDetailsOfPropKey","features":[307,358,359,360,634,380]},{"name":"AssocGetPerceivedType","features":[634]},{"name":"AssocIsDangerous","features":[307,468]},{"name":"AssocQueryKeyA","features":[370,468]},{"name":"AssocQueryKeyW","features":[370,468]},{"name":"AssocQueryStringA","features":[468]},{"name":"AssocQueryStringByKeyA","features":[370,468]},{"name":"AssocQueryStringByKeyW","features":[370,468]},{"name":"AssocQueryStringW","features":[468]},{"name":"AttachmentServices","features":[468]},{"name":"BANDINFOSFB","features":[307,634]},{"name":"BANDSITECID","features":[468]},{"name":"BANDSITEINFO","features":[468]},{"name":"BANNER_NOTIFICATION","features":[468]},{"name":"BANNER_NOTIFICATION_EVENT","features":[468]},{"name":"BASEBROWSERDATALH","features":[307,358,359,634]},{"name":"BASEBROWSERDATAXP","features":[307,358,359,634]},{"name":"BFFCALLBACK","features":[307,468]},{"name":"BFFM_ENABLEOK","features":[468]},{"name":"BFFM_INITIALIZED","features":[468]},{"name":"BFFM_IUNKNOWN","features":[468]},{"name":"BFFM_SELCHANGED","features":[468]},{"name":"BFFM_SETEXPANDED","features":[468]},{"name":"BFFM_SETOKTEXT","features":[468]},{"name":"BFFM_SETSELECTION","features":[468]},{"name":"BFFM_SETSELECTIONA","features":[468]},{"name":"BFFM_SETSELECTIONW","features":[468]},{"name":"BFFM_SETSTATUSTEXT","features":[468]},{"name":"BFFM_SETSTATUSTEXTA","features":[468]},{"name":"BFFM_SETSTATUSTEXTW","features":[468]},{"name":"BFFM_VALIDATEFAILED","features":[468]},{"name":"BFFM_VALIDATEFAILEDA","features":[468]},{"name":"BFFM_VALIDATEFAILEDW","features":[468]},{"name":"BFO_ADD_IE_TOCAPTIONBAR","features":[468]},{"name":"BFO_BOTH_OPTIONS","features":[468]},{"name":"BFO_BROWSER_PERSIST_SETTINGS","features":[468]},{"name":"BFO_BROWSE_NO_IN_NEW_PROCESS","features":[468]},{"name":"BFO_ENABLE_HYPERLINK_TRACKING","features":[468]},{"name":"BFO_GO_HOME_PAGE","features":[468]},{"name":"BFO_NONE","features":[468]},{"name":"BFO_NO_PARENT_FOLDER_SUPPORT","features":[468]},{"name":"BFO_NO_REOPEN_NEXT_RESTART","features":[468]},{"name":"BFO_PREFER_IEPROCESS","features":[468]},{"name":"BFO_QUERY_ALL","features":[468]},{"name":"BFO_RENAME_FOLDER_OPTIONS_TOINTERNET","features":[468]},{"name":"BFO_SHOW_NAVIGATION_CANCELLED","features":[468]},{"name":"BFO_SUBSTITUE_INTERNET_START_PAGE","features":[468]},{"name":"BFO_USE_DIALUP_REF","features":[468]},{"name":"BFO_USE_IE_LOGOBANDING","features":[468]},{"name":"BFO_USE_IE_OFFLINE_SUPPORT","features":[468]},{"name":"BFO_USE_IE_STATUSBAR","features":[468]},{"name":"BFO_USE_IE_TOOLBAR","features":[468]},{"name":"BHID_AssociationArray","features":[468]},{"name":"BHID_DataObject","features":[468]},{"name":"BHID_EnumAssocHandlers","features":[468]},{"name":"BHID_EnumItems","features":[468]},{"name":"BHID_FilePlaceholder","features":[468]},{"name":"BHID_Filter","features":[468]},{"name":"BHID_LinkTargetItem","features":[468]},{"name":"BHID_PropertyStore","features":[468]},{"name":"BHID_RandomAccessStream","features":[468]},{"name":"BHID_SFObject","features":[468]},{"name":"BHID_SFUIObject","features":[468]},{"name":"BHID_SFViewObject","features":[468]},{"name":"BHID_Storage","features":[468]},{"name":"BHID_StorageEnum","features":[468]},{"name":"BHID_StorageItem","features":[468]},{"name":"BHID_Stream","features":[468]},{"name":"BHID_ThumbnailHandler","features":[468]},{"name":"BHID_Transfer","features":[468]},{"name":"BIF_BROWSEFILEJUNCTIONS","features":[468]},{"name":"BIF_BROWSEFORCOMPUTER","features":[468]},{"name":"BIF_BROWSEFORPRINTER","features":[468]},{"name":"BIF_BROWSEINCLUDEFILES","features":[468]},{"name":"BIF_BROWSEINCLUDEURLS","features":[468]},{"name":"BIF_DONTGOBELOWDOMAIN","features":[468]},{"name":"BIF_EDITBOX","features":[468]},{"name":"BIF_NEWDIALOGSTYLE","features":[468]},{"name":"BIF_NONEWFOLDERBUTTON","features":[468]},{"name":"BIF_NOTRANSLATETARGETS","features":[468]},{"name":"BIF_PREFER_INTERNET_SHORTCUT","features":[468]},{"name":"BIF_RETURNFSANCESTORS","features":[468]},{"name":"BIF_RETURNONLYFSDIRS","features":[468]},{"name":"BIF_SHAREABLE","features":[468]},{"name":"BIF_STATUSTEXT","features":[468]},{"name":"BIF_UAHINT","features":[468]},{"name":"BIF_VALIDATE","features":[468]},{"name":"BIND_INTERRUPTABLE","features":[468]},{"name":"BMICON_LARGE","features":[468]},{"name":"BMICON_SMALL","features":[468]},{"name":"BNE_Button1Clicked","features":[468]},{"name":"BNE_Button2Clicked","features":[468]},{"name":"BNE_Closed","features":[468]},{"name":"BNE_Dismissed","features":[468]},{"name":"BNE_Hovered","features":[468]},{"name":"BNE_Rendered","features":[468]},{"name":"BNSTATE","features":[468]},{"name":"BNS_BEGIN_NAVIGATE","features":[468]},{"name":"BNS_NAVIGATE","features":[468]},{"name":"BNS_NORMAL","features":[468]},{"name":"BROWSEINFOA","features":[307,634]},{"name":"BROWSEINFOW","features":[307,634]},{"name":"BSF_CANMAXIMIZE","features":[468]},{"name":"BSF_DELEGATEDNAVIGATION","features":[468]},{"name":"BSF_DONTSHOWNAVCANCELPAGE","features":[468]},{"name":"BSF_FEEDNAVIGATION","features":[468]},{"name":"BSF_FEEDSUBSCRIBED","features":[468]},{"name":"BSF_HTMLNAVCANCELED","features":[468]},{"name":"BSF_MERGEDMENUS","features":[468]},{"name":"BSF_NAVNOHISTORY","features":[468]},{"name":"BSF_NOLOCALFILEWARNING","features":[468]},{"name":"BSF_REGISTERASDROPTARGET","features":[468]},{"name":"BSF_RESIZABLE","features":[468]},{"name":"BSF_SETNAVIGATABLECODEPAGE","features":[468]},{"name":"BSF_THEATERMODE","features":[468]},{"name":"BSF_TOPBROWSER","features":[468]},{"name":"BSF_TRUSTEDFORACTIVEX","features":[468]},{"name":"BSF_UISETBYAUTOMATION","features":[468]},{"name":"BSID_BANDADDED","features":[468]},{"name":"BSID_BANDREMOVED","features":[468]},{"name":"BSIM_STATE","features":[468]},{"name":"BSIM_STYLE","features":[468]},{"name":"BSIS_ALWAYSGRIPPER","features":[468]},{"name":"BSIS_AUTOGRIPPER","features":[468]},{"name":"BSIS_FIXEDORDER","features":[468]},{"name":"BSIS_LEFTALIGN","features":[468]},{"name":"BSIS_LOCKED","features":[468]},{"name":"BSIS_NOCAPTION","features":[468]},{"name":"BSIS_NOCONTEXTMENU","features":[468]},{"name":"BSIS_NODROPTARGET","features":[468]},{"name":"BSIS_NOGRIPPER","features":[468]},{"name":"BSIS_PREFERNOLINEBREAK","features":[468]},{"name":"BSIS_PRESERVEORDERDURINGLAYOUT","features":[468]},{"name":"BSIS_SINGLECLICK","features":[468]},{"name":"BSSF_NOTITLE","features":[468]},{"name":"BSSF_UNDELETEABLE","features":[468]},{"name":"BSSF_VISIBLE","features":[468]},{"name":"BUFFLEN","features":[468]},{"name":"BrowserNavConstants","features":[468]},{"name":"CABINETSTATE","features":[468]},{"name":"CABINETSTATE_VERSION","features":[468]},{"name":"CAMERAROLL_E_NO_DOWNSAMPLING_REQUIRED","features":[468]},{"name":"CATEGORYINFO_FLAGS","features":[468]},{"name":"CATEGORY_INFO","features":[468]},{"name":"CATID_BrowsableShellExt","features":[468]},{"name":"CATID_BrowseInPlace","features":[468]},{"name":"CATID_CommBand","features":[468]},{"name":"CATID_DeskBand","features":[468]},{"name":"CATID_FilePlaceholderMergeHandler","features":[468]},{"name":"CATID_InfoBand","features":[468]},{"name":"CATID_LocationFactory","features":[468]},{"name":"CATID_LocationProvider","features":[468]},{"name":"CATID_SearchableApplication","features":[468]},{"name":"CATINFO_COLLAPSED","features":[468]},{"name":"CATINFO_EXPANDED","features":[468]},{"name":"CATINFO_HIDDEN","features":[468]},{"name":"CATINFO_NOHEADER","features":[468]},{"name":"CATINFO_NOHEADERCOUNT","features":[468]},{"name":"CATINFO_NORMAL","features":[468]},{"name":"CATINFO_NOTCOLLAPSIBLE","features":[468]},{"name":"CATINFO_SEPARATE_IMAGES","features":[468]},{"name":"CATINFO_SHOWEMPTY","features":[468]},{"name":"CATINFO_SUBSETTED","features":[468]},{"name":"CATSORT_DEFAULT","features":[468]},{"name":"CATSORT_FLAGS","features":[468]},{"name":"CATSORT_NAME","features":[468]},{"name":"CDB2GVF_ADDSHIELD","features":[468]},{"name":"CDB2GVF_ALLOWPREVIEWPANE","features":[468]},{"name":"CDB2GVF_ISFILESAVE","features":[468]},{"name":"CDB2GVF_ISFOLDERPICKER","features":[468]},{"name":"CDB2GVF_NOINCLUDEITEM","features":[468]},{"name":"CDB2GVF_NOSELECTVERB","features":[468]},{"name":"CDB2GVF_SHOWALLFILES","features":[468]},{"name":"CDB2N_CONTEXTMENU_DONE","features":[468]},{"name":"CDB2N_CONTEXTMENU_START","features":[468]},{"name":"CDBE_RET_DEFAULT","features":[468]},{"name":"CDBE_RET_DONTRUNOTHEREXTS","features":[468]},{"name":"CDBE_RET_STOPWIZARD","features":[468]},{"name":"CDBE_TYPE_ALL","features":[468]},{"name":"CDBE_TYPE_DATA","features":[468]},{"name":"CDBE_TYPE_MUSIC","features":[468]},{"name":"CDBOSC_KILLFOCUS","features":[468]},{"name":"CDBOSC_RENAME","features":[468]},{"name":"CDBOSC_SELCHANGE","features":[468]},{"name":"CDBOSC_SETFOCUS","features":[468]},{"name":"CDBOSC_STATECHANGE","features":[468]},{"name":"CDBURNINGEXTENSIONRET","features":[468]},{"name":"CDBurn","features":[468]},{"name":"CDCONTROLSTATEF","features":[468]},{"name":"CDCS_ENABLED","features":[468]},{"name":"CDCS_ENABLEDVISIBLE","features":[468]},{"name":"CDCS_INACTIVE","features":[468]},{"name":"CDCS_VISIBLE","features":[468]},{"name":"CDefFolderMenu_Create2","features":[307,358,370,634]},{"name":"CFSTR_AUTOPLAY_SHELLIDLISTS","features":[468]},{"name":"CFSTR_DROPDESCRIPTION","features":[468]},{"name":"CFSTR_FILECONTENTS","features":[468]},{"name":"CFSTR_FILEDESCRIPTOR","features":[468]},{"name":"CFSTR_FILEDESCRIPTORA","features":[468]},{"name":"CFSTR_FILEDESCRIPTORW","features":[468]},{"name":"CFSTR_FILENAME","features":[468]},{"name":"CFSTR_FILENAMEA","features":[468]},{"name":"CFSTR_FILENAMEMAP","features":[468]},{"name":"CFSTR_FILENAMEMAPA","features":[468]},{"name":"CFSTR_FILENAMEMAPW","features":[468]},{"name":"CFSTR_FILENAMEW","features":[468]},{"name":"CFSTR_FILE_ATTRIBUTES_ARRAY","features":[468]},{"name":"CFSTR_INDRAGLOOP","features":[468]},{"name":"CFSTR_INETURL","features":[468]},{"name":"CFSTR_INETURLA","features":[468]},{"name":"CFSTR_INETURLW","features":[468]},{"name":"CFSTR_INVOKECOMMAND_DROPPARAM","features":[468]},{"name":"CFSTR_LOGICALPERFORMEDDROPEFFECT","features":[468]},{"name":"CFSTR_MOUNTEDVOLUME","features":[468]},{"name":"CFSTR_NETRESOURCES","features":[468]},{"name":"CFSTR_PASTESUCCEEDED","features":[468]},{"name":"CFSTR_PERFORMEDDROPEFFECT","features":[468]},{"name":"CFSTR_PERSISTEDDATAOBJECT","features":[468]},{"name":"CFSTR_PREFERREDDROPEFFECT","features":[468]},{"name":"CFSTR_PRINTERGROUP","features":[468]},{"name":"CFSTR_SHELLDROPHANDLER","features":[468]},{"name":"CFSTR_SHELLIDLIST","features":[468]},{"name":"CFSTR_SHELLIDLISTOFFSET","features":[468]},{"name":"CFSTR_SHELLURL","features":[468]},{"name":"CFSTR_TARGETCLSID","features":[468]},{"name":"CFSTR_UNTRUSTEDDRAGDROP","features":[468]},{"name":"CFSTR_ZONEIDENTIFIER","features":[468]},{"name":"CGID_DefView","features":[468]},{"name":"CGID_Explorer","features":[468]},{"name":"CGID_ExplorerBarDoc","features":[468]},{"name":"CGID_MENUDESKBAR","features":[468]},{"name":"CGID_ShellDocView","features":[468]},{"name":"CGID_ShellServiceObject","features":[468]},{"name":"CGID_ShortCut","features":[468]},{"name":"CIDA","features":[468]},{"name":"CIDLData_CreateFromIDArray","features":[358,634]},{"name":"CIE4ConnectionPoint","features":[358,468]},{"name":"CLOSEPROPS_DISCARD","features":[468]},{"name":"CLOSEPROPS_NONE","features":[468]},{"name":"CLSID_ACLCustomMRU","features":[468]},{"name":"CLSID_ACLHistory","features":[468]},{"name":"CLSID_ACLMRU","features":[468]},{"name":"CLSID_ACLMulti","features":[468]},{"name":"CLSID_ACListISF","features":[468]},{"name":"CLSID_ActiveDesktop","features":[468]},{"name":"CLSID_AutoComplete","features":[468]},{"name":"CLSID_CAnchorBrowsePropertyPage","features":[468]},{"name":"CLSID_CDocBrowsePropertyPage","features":[468]},{"name":"CLSID_CFSIconOverlayManager","features":[468]},{"name":"CLSID_CImageBrowsePropertyPage","features":[468]},{"name":"CLSID_CURLSearchHook","features":[468]},{"name":"CLSID_CUrlHistory","features":[468]},{"name":"CLSID_CUrlHistoryBoth","features":[468]},{"name":"CLSID_ControlPanel","features":[468]},{"name":"CLSID_DarwinAppPublisher","features":[468]},{"name":"CLSID_DocHostUIHandler","features":[468]},{"name":"CLSID_DragDropHelper","features":[468]},{"name":"CLSID_FileTypes","features":[468]},{"name":"CLSID_FolderItemsMultiLevel","features":[468]},{"name":"CLSID_FolderShortcut","features":[468]},{"name":"CLSID_HWShellExecute","features":[468]},{"name":"CLSID_ISFBand","features":[468]},{"name":"CLSID_Internet","features":[468]},{"name":"CLSID_InternetButtons","features":[468]},{"name":"CLSID_InternetShortcut","features":[468]},{"name":"CLSID_LinkColumnProvider","features":[468]},{"name":"CLSID_MSOButtons","features":[468]},{"name":"CLSID_MenuBand","features":[468]},{"name":"CLSID_MenuBandSite","features":[468]},{"name":"CLSID_MenuToolbarBase","features":[468]},{"name":"CLSID_MyComputer","features":[468]},{"name":"CLSID_MyDocuments","features":[468]},{"name":"CLSID_NetworkDomain","features":[468]},{"name":"CLSID_NetworkServer","features":[468]},{"name":"CLSID_NetworkShare","features":[468]},{"name":"CLSID_NewMenu","features":[468]},{"name":"CLSID_Printers","features":[468]},{"name":"CLSID_ProgressDialog","features":[468]},{"name":"CLSID_QueryAssociations","features":[468]},{"name":"CLSID_QuickLinks","features":[468]},{"name":"CLSID_RecycleBin","features":[468]},{"name":"CLSID_ShellFldSetExt","features":[468]},{"name":"CLSID_ShellThumbnailDiskCache","features":[468]},{"name":"CLSID_ToolbarExtButtons","features":[468]},{"name":"CMDID_INTSHORTCUTCREATE","features":[468]},{"name":"CMDSTR_NEWFOLDER","features":[468]},{"name":"CMDSTR_NEWFOLDERA","features":[468]},{"name":"CMDSTR_NEWFOLDERW","features":[468]},{"name":"CMDSTR_VIEWDETAILS","features":[468]},{"name":"CMDSTR_VIEWDETAILSA","features":[468]},{"name":"CMDSTR_VIEWDETAILSW","features":[468]},{"name":"CMDSTR_VIEWLIST","features":[468]},{"name":"CMDSTR_VIEWLISTA","features":[468]},{"name":"CMDSTR_VIEWLISTW","features":[468]},{"name":"CMF_ASYNCVERBSTATE","features":[468]},{"name":"CMF_CANRENAME","features":[468]},{"name":"CMF_DEFAULTONLY","features":[468]},{"name":"CMF_DISABLEDVERBS","features":[468]},{"name":"CMF_DONOTPICKDEFAULT","features":[468]},{"name":"CMF_EXPLORE","features":[468]},{"name":"CMF_EXTENDEDVERBS","features":[468]},{"name":"CMF_INCLUDESTATIC","features":[468]},{"name":"CMF_ITEMMENU","features":[468]},{"name":"CMF_NODEFAULT","features":[468]},{"name":"CMF_NORMAL","features":[468]},{"name":"CMF_NOVERBS","features":[468]},{"name":"CMF_OPTIMIZEFORINVOKE","features":[468]},{"name":"CMF_RESERVED","features":[468]},{"name":"CMF_SYNCCASCADEMENU","features":[468]},{"name":"CMF_VERBSONLY","features":[468]},{"name":"CMIC_MASK_CONTROL_DOWN","features":[468]},{"name":"CMIC_MASK_PTINVOKE","features":[468]},{"name":"CMIC_MASK_SHIFT_DOWN","features":[468]},{"name":"CMINVOKECOMMANDINFO","features":[307,468]},{"name":"CMINVOKECOMMANDINFOEX","features":[307,468]},{"name":"CMINVOKECOMMANDINFOEX_REMOTE","features":[307,468]},{"name":"CM_COLUMNINFO","features":[468]},{"name":"CM_ENUM_ALL","features":[468]},{"name":"CM_ENUM_FLAGS","features":[468]},{"name":"CM_ENUM_VISIBLE","features":[468]},{"name":"CM_MASK","features":[468]},{"name":"CM_MASK_DEFAULTWIDTH","features":[468]},{"name":"CM_MASK_IDEALWIDTH","features":[468]},{"name":"CM_MASK_NAME","features":[468]},{"name":"CM_MASK_STATE","features":[468]},{"name":"CM_MASK_WIDTH","features":[468]},{"name":"CM_SET_WIDTH_VALUE","features":[468]},{"name":"CM_STATE","features":[468]},{"name":"CM_STATE_ALWAYSVISIBLE","features":[468]},{"name":"CM_STATE_FIXEDWIDTH","features":[468]},{"name":"CM_STATE_NONE","features":[468]},{"name":"CM_STATE_NOSORTBYFOLDERNESS","features":[468]},{"name":"CM_STATE_VISIBLE","features":[468]},{"name":"CM_WIDTH_AUTOSIZE","features":[468]},{"name":"CM_WIDTH_USEDEFAULT","features":[468]},{"name":"COMPONENT_DEFAULT_LEFT","features":[468]},{"name":"COMPONENT_DEFAULT_TOP","features":[468]},{"name":"COMPONENT_TOP","features":[468]},{"name":"COMP_ELEM_CHECKED","features":[468]},{"name":"COMP_ELEM_CURITEMSTATE","features":[468]},{"name":"COMP_ELEM_DIRTY","features":[468]},{"name":"COMP_ELEM_FRIENDLYNAME","features":[468]},{"name":"COMP_ELEM_NOSCROLL","features":[468]},{"name":"COMP_ELEM_ORIGINAL_CSI","features":[468]},{"name":"COMP_ELEM_POS_LEFT","features":[468]},{"name":"COMP_ELEM_POS_TOP","features":[468]},{"name":"COMP_ELEM_POS_ZINDEX","features":[468]},{"name":"COMP_ELEM_RESTORED_CSI","features":[468]},{"name":"COMP_ELEM_SIZE_HEIGHT","features":[468]},{"name":"COMP_ELEM_SIZE_WIDTH","features":[468]},{"name":"COMP_ELEM_SOURCE","features":[468]},{"name":"COMP_ELEM_SUBSCRIBEDURL","features":[468]},{"name":"COMP_ELEM_TYPE","features":[468]},{"name":"COMP_TYPE_CFHTML","features":[468]},{"name":"COMP_TYPE_CONTROL","features":[468]},{"name":"COMP_TYPE_HTMLDOC","features":[468]},{"name":"COMP_TYPE_MAX","features":[468]},{"name":"COMP_TYPE_PICTURE","features":[468]},{"name":"COMP_TYPE_WEBSITE","features":[468]},{"name":"CONFIRM_CONFLICT_ITEM","features":[468]},{"name":"CONFIRM_CONFLICT_RESULT_INFO","features":[468]},{"name":"CONFLICT_RESOLUTION_CLSID_KEY","features":[468]},{"name":"COPYENGINE_E_ACCESSDENIED_READONLY","features":[468]},{"name":"COPYENGINE_E_ACCESS_DENIED_DEST","features":[468]},{"name":"COPYENGINE_E_ACCESS_DENIED_SRC","features":[468]},{"name":"COPYENGINE_E_ALREADY_EXISTS_FOLDER","features":[468]},{"name":"COPYENGINE_E_ALREADY_EXISTS_NORMAL","features":[468]},{"name":"COPYENGINE_E_ALREADY_EXISTS_READONLY","features":[468]},{"name":"COPYENGINE_E_ALREADY_EXISTS_SYSTEM","features":[468]},{"name":"COPYENGINE_E_BLOCKED_BY_DLP_POLICY","features":[468]},{"name":"COPYENGINE_E_BLOCKED_BY_EDP_FOR_REMOVABLE_DRIVE","features":[468]},{"name":"COPYENGINE_E_BLOCKED_BY_EDP_POLICY","features":[468]},{"name":"COPYENGINE_E_CANCELLED","features":[468]},{"name":"COPYENGINE_E_CANNOT_MOVE_FROM_RECYCLE_BIN","features":[468]},{"name":"COPYENGINE_E_CANNOT_MOVE_SHARED_FOLDER","features":[468]},{"name":"COPYENGINE_E_CANT_REACH_SOURCE","features":[468]},{"name":"COPYENGINE_E_DEST_IS_RO_CD","features":[468]},{"name":"COPYENGINE_E_DEST_IS_RO_DVD","features":[468]},{"name":"COPYENGINE_E_DEST_IS_RW_CD","features":[468]},{"name":"COPYENGINE_E_DEST_IS_RW_DVD","features":[468]},{"name":"COPYENGINE_E_DEST_IS_R_CD","features":[468]},{"name":"COPYENGINE_E_DEST_IS_R_DVD","features":[468]},{"name":"COPYENGINE_E_DEST_SAME_TREE","features":[468]},{"name":"COPYENGINE_E_DEST_SUBTREE","features":[468]},{"name":"COPYENGINE_E_DIFF_DIR","features":[468]},{"name":"COPYENGINE_E_DIR_NOT_EMPTY","features":[468]},{"name":"COPYENGINE_E_DISK_FULL","features":[468]},{"name":"COPYENGINE_E_DISK_FULL_CLEAN","features":[468]},{"name":"COPYENGINE_E_EA_LOSS","features":[468]},{"name":"COPYENGINE_E_EA_NOT_SUPPORTED","features":[468]},{"name":"COPYENGINE_E_ENCRYPTION_LOSS","features":[468]},{"name":"COPYENGINE_E_FAT_MAX_IN_ROOT","features":[468]},{"name":"COPYENGINE_E_FILE_IS_FLD_DEST","features":[468]},{"name":"COPYENGINE_E_FILE_TOO_LARGE","features":[468]},{"name":"COPYENGINE_E_FLD_IS_FILE_DEST","features":[468]},{"name":"COPYENGINE_E_INTERNET_ITEM_STORAGE_PROVIDER_ERROR","features":[468]},{"name":"COPYENGINE_E_INTERNET_ITEM_STORAGE_PROVIDER_PAUSED","features":[468]},{"name":"COPYENGINE_E_INTERNET_ITEM_UNAVAILABLE","features":[468]},{"name":"COPYENGINE_E_INVALID_FILES_DEST","features":[468]},{"name":"COPYENGINE_E_INVALID_FILES_SRC","features":[468]},{"name":"COPYENGINE_E_MANY_SRC_1_DEST","features":[468]},{"name":"COPYENGINE_E_NET_DISCONNECT_DEST","features":[468]},{"name":"COPYENGINE_E_NET_DISCONNECT_SRC","features":[468]},{"name":"COPYENGINE_E_NEWFILE_NAME_TOO_LONG","features":[468]},{"name":"COPYENGINE_E_NEWFOLDER_NAME_TOO_LONG","features":[468]},{"name":"COPYENGINE_E_PATH_NOT_FOUND_DEST","features":[468]},{"name":"COPYENGINE_E_PATH_NOT_FOUND_SRC","features":[468]},{"name":"COPYENGINE_E_PATH_TOO_DEEP_DEST","features":[468]},{"name":"COPYENGINE_E_PATH_TOO_DEEP_SRC","features":[468]},{"name":"COPYENGINE_E_PROPERTIES_LOSS","features":[468]},{"name":"COPYENGINE_E_PROPERTY_LOSS","features":[468]},{"name":"COPYENGINE_E_RECYCLE_BIN_NOT_FOUND","features":[468]},{"name":"COPYENGINE_E_RECYCLE_FORCE_NUKE","features":[468]},{"name":"COPYENGINE_E_RECYCLE_PATH_TOO_LONG","features":[468]},{"name":"COPYENGINE_E_RECYCLE_SIZE_TOO_BIG","features":[468]},{"name":"COPYENGINE_E_RECYCLE_UNKNOWN_ERROR","features":[468]},{"name":"COPYENGINE_E_REDIRECTED_TO_WEBPAGE","features":[468]},{"name":"COPYENGINE_E_REMOVABLE_FULL","features":[468]},{"name":"COPYENGINE_E_REQUIRES_EDP_CONSENT","features":[468]},{"name":"COPYENGINE_E_REQUIRES_EDP_CONSENT_FOR_REMOVABLE_DRIVE","features":[468]},{"name":"COPYENGINE_E_REQUIRES_ELEVATION","features":[468]},{"name":"COPYENGINE_E_RMS_BLOCKED_BY_EDP_FOR_REMOVABLE_DRIVE","features":[468]},{"name":"COPYENGINE_E_RMS_REQUIRES_EDP_CONSENT_FOR_REMOVABLE_DRIVE","features":[468]},{"name":"COPYENGINE_E_ROOT_DIR_DEST","features":[468]},{"name":"COPYENGINE_E_ROOT_DIR_SRC","features":[468]},{"name":"COPYENGINE_E_SAME_FILE","features":[468]},{"name":"COPYENGINE_E_SERVER_BAD_FILE_TYPE","features":[468]},{"name":"COPYENGINE_E_SHARING_VIOLATION_DEST","features":[468]},{"name":"COPYENGINE_E_SHARING_VIOLATION_SRC","features":[468]},{"name":"COPYENGINE_E_SILENT_FAIL_BY_DLP_POLICY","features":[468]},{"name":"COPYENGINE_E_SRC_IS_RO_CD","features":[468]},{"name":"COPYENGINE_E_SRC_IS_RO_DVD","features":[468]},{"name":"COPYENGINE_E_SRC_IS_RW_CD","features":[468]},{"name":"COPYENGINE_E_SRC_IS_RW_DVD","features":[468]},{"name":"COPYENGINE_E_SRC_IS_R_CD","features":[468]},{"name":"COPYENGINE_E_SRC_IS_R_DVD","features":[468]},{"name":"COPYENGINE_E_STREAM_LOSS","features":[468]},{"name":"COPYENGINE_E_USER_CANCELLED","features":[468]},{"name":"COPYENGINE_E_WARNED_BY_DLP_POLICY","features":[468]},{"name":"COPYENGINE_S_ALREADY_DONE","features":[468]},{"name":"COPYENGINE_S_CLOSE_PROGRAM","features":[468]},{"name":"COPYENGINE_S_COLLISIONRESOLVED","features":[468]},{"name":"COPYENGINE_S_DONT_PROCESS_CHILDREN","features":[468]},{"name":"COPYENGINE_S_KEEP_BOTH","features":[468]},{"name":"COPYENGINE_S_MERGE","features":[468]},{"name":"COPYENGINE_S_NOT_HANDLED","features":[468]},{"name":"COPYENGINE_S_PENDING","features":[468]},{"name":"COPYENGINE_S_PENDING_DELETE","features":[468]},{"name":"COPYENGINE_S_PROGRESS_PAUSE","features":[468]},{"name":"COPYENGINE_S_USER_IGNORED","features":[468]},{"name":"COPYENGINE_S_USER_RETRY","features":[468]},{"name":"COPYENGINE_S_YES","features":[468]},{"name":"CPAO_EMPTY_CONNECTED","features":[468]},{"name":"CPAO_EMPTY_LOCAL","features":[468]},{"name":"CPAO_NONE","features":[468]},{"name":"CPCFO_ENABLE_PASSWORD_REVEAL","features":[468]},{"name":"CPCFO_ENABLE_TOUCH_KEYBOARD_AUTO_INVOKE","features":[468]},{"name":"CPCFO_IS_EMAIL_ADDRESS","features":[468]},{"name":"CPCFO_NONE","features":[468]},{"name":"CPCFO_NUMBERS_ONLY","features":[468]},{"name":"CPCFO_SHOW_ENGLISH_KEYBOARD","features":[468]},{"name":"CPFG_CREDENTIAL_PROVIDER_LABEL","features":[468]},{"name":"CPFG_CREDENTIAL_PROVIDER_LOGO","features":[468]},{"name":"CPFG_LOGON_PASSWORD","features":[468]},{"name":"CPFG_LOGON_USERNAME","features":[468]},{"name":"CPFG_SMARTCARD_PIN","features":[468]},{"name":"CPFG_SMARTCARD_USERNAME","features":[468]},{"name":"CPFG_STANDALONE_SUBMIT_BUTTON","features":[468]},{"name":"CPFG_STYLE_LINK_AS_BUTTON","features":[468]},{"name":"CPFIS_DISABLED","features":[468]},{"name":"CPFIS_FOCUSED","features":[468]},{"name":"CPFIS_NONE","features":[468]},{"name":"CPFIS_READONLY","features":[468]},{"name":"CPFS_DISPLAY_IN_BOTH","features":[468]},{"name":"CPFS_DISPLAY_IN_DESELECTED_TILE","features":[468]},{"name":"CPFS_DISPLAY_IN_SELECTED_TILE","features":[468]},{"name":"CPFS_HIDDEN","features":[468]},{"name":"CPFT_CHECKBOX","features":[468]},{"name":"CPFT_COMBOBOX","features":[468]},{"name":"CPFT_COMMAND_LINK","features":[468]},{"name":"CPFT_EDIT_TEXT","features":[468]},{"name":"CPFT_INVALID","features":[468]},{"name":"CPFT_LARGE_TEXT","features":[468]},{"name":"CPFT_PASSWORD_TEXT","features":[468]},{"name":"CPFT_SMALL_TEXT","features":[468]},{"name":"CPFT_SUBMIT_BUTTON","features":[468]},{"name":"CPFT_TILE_IMAGE","features":[468]},{"name":"CPGSR_NO_CREDENTIAL_FINISHED","features":[468]},{"name":"CPGSR_NO_CREDENTIAL_NOT_FINISHED","features":[468]},{"name":"CPGSR_RETURN_CREDENTIAL_FINISHED","features":[468]},{"name":"CPGSR_RETURN_NO_CREDENTIAL_FINISHED","features":[468]},{"name":"CPLINFO","features":[468]},{"name":"CPLPAGE_DISPLAY_BACKGROUND","features":[468]},{"name":"CPLPAGE_KEYBOARD_SPEED","features":[468]},{"name":"CPLPAGE_MOUSE_BUTTONS","features":[468]},{"name":"CPLPAGE_MOUSE_PTRMOTION","features":[468]},{"name":"CPLPAGE_MOUSE_WHEEL","features":[468]},{"name":"CPL_DBLCLK","features":[468]},{"name":"CPL_DYNAMIC_RES","features":[468]},{"name":"CPL_EXIT","features":[468]},{"name":"CPL_GETCOUNT","features":[468]},{"name":"CPL_INIT","features":[468]},{"name":"CPL_INQUIRE","features":[468]},{"name":"CPL_NEWINQUIRE","features":[468]},{"name":"CPL_SELECT","features":[468]},{"name":"CPL_SETUP","features":[468]},{"name":"CPL_STARTWPARMS","features":[468]},{"name":"CPL_STARTWPARMSA","features":[468]},{"name":"CPL_STARTWPARMSW","features":[468]},{"name":"CPL_STOP","features":[468]},{"name":"CPSI_ERROR","features":[468]},{"name":"CPSI_NONE","features":[468]},{"name":"CPSI_SUCCESS","features":[468]},{"name":"CPSI_WARNING","features":[468]},{"name":"CPUS_CHANGE_PASSWORD","features":[468]},{"name":"CPUS_CREDUI","features":[468]},{"name":"CPUS_INVALID","features":[468]},{"name":"CPUS_LOGON","features":[468]},{"name":"CPUS_PLAP","features":[468]},{"name":"CPUS_UNLOCK_WORKSTATION","features":[468]},{"name":"CPVIEW","features":[468]},{"name":"CPVIEW_ALLITEMS","features":[468]},{"name":"CPVIEW_CATEGORY","features":[468]},{"name":"CPVIEW_CLASSIC","features":[468]},{"name":"CPVIEW_HOME","features":[468]},{"name":"CREDENTIAL_PROVIDER_ACCOUNT_OPTIONS","features":[468]},{"name":"CREDENTIAL_PROVIDER_CREDENTIAL_FIELD_OPTIONS","features":[468]},{"name":"CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION","features":[468]},{"name":"CREDENTIAL_PROVIDER_FIELD_DESCRIPTOR","features":[468]},{"name":"CREDENTIAL_PROVIDER_FIELD_INTERACTIVE_STATE","features":[468]},{"name":"CREDENTIAL_PROVIDER_FIELD_STATE","features":[468]},{"name":"CREDENTIAL_PROVIDER_FIELD_TYPE","features":[468]},{"name":"CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE","features":[468]},{"name":"CREDENTIAL_PROVIDER_NO_DEFAULT","features":[468]},{"name":"CREDENTIAL_PROVIDER_STATUS_ICON","features":[468]},{"name":"CREDENTIAL_PROVIDER_USAGE_SCENARIO","features":[468]},{"name":"CSC_NAVIGATEBACK","features":[468]},{"name":"CSC_NAVIGATEFORWARD","features":[468]},{"name":"CSC_UPDATECOMMANDS","features":[468]},{"name":"CSFV","features":[307,359,634]},{"name":"CSIDL_ADMINTOOLS","features":[468]},{"name":"CSIDL_ALTSTARTUP","features":[468]},{"name":"CSIDL_APPDATA","features":[468]},{"name":"CSIDL_BITBUCKET","features":[468]},{"name":"CSIDL_CDBURN_AREA","features":[468]},{"name":"CSIDL_COMMON_ADMINTOOLS","features":[468]},{"name":"CSIDL_COMMON_ALTSTARTUP","features":[468]},{"name":"CSIDL_COMMON_APPDATA","features":[468]},{"name":"CSIDL_COMMON_DESKTOPDIRECTORY","features":[468]},{"name":"CSIDL_COMMON_DOCUMENTS","features":[468]},{"name":"CSIDL_COMMON_FAVORITES","features":[468]},{"name":"CSIDL_COMMON_MUSIC","features":[468]},{"name":"CSIDL_COMMON_OEM_LINKS","features":[468]},{"name":"CSIDL_COMMON_PICTURES","features":[468]},{"name":"CSIDL_COMMON_PROGRAMS","features":[468]},{"name":"CSIDL_COMMON_STARTMENU","features":[468]},{"name":"CSIDL_COMMON_STARTUP","features":[468]},{"name":"CSIDL_COMMON_TEMPLATES","features":[468]},{"name":"CSIDL_COMMON_VIDEO","features":[468]},{"name":"CSIDL_COMPUTERSNEARME","features":[468]},{"name":"CSIDL_CONNECTIONS","features":[468]},{"name":"CSIDL_CONTROLS","features":[468]},{"name":"CSIDL_COOKIES","features":[468]},{"name":"CSIDL_DESKTOP","features":[468]},{"name":"CSIDL_DESKTOPDIRECTORY","features":[468]},{"name":"CSIDL_DRIVES","features":[468]},{"name":"CSIDL_FAVORITES","features":[468]},{"name":"CSIDL_FLAG_CREATE","features":[468]},{"name":"CSIDL_FLAG_DONT_UNEXPAND","features":[468]},{"name":"CSIDL_FLAG_DONT_VERIFY","features":[468]},{"name":"CSIDL_FLAG_MASK","features":[468]},{"name":"CSIDL_FLAG_NO_ALIAS","features":[468]},{"name":"CSIDL_FLAG_PER_USER_INIT","features":[468]},{"name":"CSIDL_FLAG_PFTI_TRACKTARGET","features":[468]},{"name":"CSIDL_FONTS","features":[468]},{"name":"CSIDL_HISTORY","features":[468]},{"name":"CSIDL_INTERNET","features":[468]},{"name":"CSIDL_INTERNET_CACHE","features":[468]},{"name":"CSIDL_LOCAL_APPDATA","features":[468]},{"name":"CSIDL_MYDOCUMENTS","features":[468]},{"name":"CSIDL_MYMUSIC","features":[468]},{"name":"CSIDL_MYPICTURES","features":[468]},{"name":"CSIDL_MYVIDEO","features":[468]},{"name":"CSIDL_NETHOOD","features":[468]},{"name":"CSIDL_NETWORK","features":[468]},{"name":"CSIDL_PERSONAL","features":[468]},{"name":"CSIDL_PRINTERS","features":[468]},{"name":"CSIDL_PRINTHOOD","features":[468]},{"name":"CSIDL_PROFILE","features":[468]},{"name":"CSIDL_PROGRAMS","features":[468]},{"name":"CSIDL_PROGRAM_FILES","features":[468]},{"name":"CSIDL_PROGRAM_FILESX86","features":[468]},{"name":"CSIDL_PROGRAM_FILES_COMMON","features":[468]},{"name":"CSIDL_PROGRAM_FILES_COMMONX86","features":[468]},{"name":"CSIDL_RECENT","features":[468]},{"name":"CSIDL_RESOURCES","features":[468]},{"name":"CSIDL_RESOURCES_LOCALIZED","features":[468]},{"name":"CSIDL_SENDTO","features":[468]},{"name":"CSIDL_STARTMENU","features":[468]},{"name":"CSIDL_STARTUP","features":[468]},{"name":"CSIDL_SYSTEM","features":[468]},{"name":"CSIDL_SYSTEMX86","features":[468]},{"name":"CSIDL_TEMPLATES","features":[468]},{"name":"CSIDL_WINDOWS","features":[468]},{"name":"CScriptErrorList","features":[468]},{"name":"CTF_COINIT","features":[468]},{"name":"CTF_COINIT_MTA","features":[468]},{"name":"CTF_COINIT_STA","features":[468]},{"name":"CTF_FREELIBANDEXIT","features":[468]},{"name":"CTF_INHERITWOW64","features":[468]},{"name":"CTF_INSIST","features":[468]},{"name":"CTF_KEYBOARD_LOCALE","features":[468]},{"name":"CTF_NOADDREFLIB","features":[468]},{"name":"CTF_OLEINITIALIZE","features":[468]},{"name":"CTF_PROCESS_REF","features":[468]},{"name":"CTF_REF_COUNTED","features":[468]},{"name":"CTF_THREAD_REF","features":[468]},{"name":"CTF_UNUSED","features":[468]},{"name":"CTF_WAIT_ALLOWCOM","features":[468]},{"name":"CTF_WAIT_NO_REENTRANCY","features":[468]},{"name":"ChrCmpIA","features":[307,468]},{"name":"ChrCmpIW","features":[307,468]},{"name":"ColorAdjustLuma","features":[307,468]},{"name":"ColorHLSToRGB","features":[307,468]},{"name":"ColorRGBToHLS","features":[307,468]},{"name":"CommandLineToArgvW","features":[468]},{"name":"CommandStateChangeConstants","features":[468]},{"name":"ConflictFolder","features":[468]},{"name":"ConnectToConnectionPoint","features":[307,358,468]},{"name":"CreateProfile","features":[468]},{"name":"DAD_AutoScroll","features":[307,468]},{"name":"DAD_DragEnterEx","features":[307,468]},{"name":"DAD_DragEnterEx2","features":[307,358,468]},{"name":"DAD_DragLeave","features":[307,468]},{"name":"DAD_DragMove","features":[307,468]},{"name":"DAD_SetDragImage","features":[307,357,468]},{"name":"DAD_ShowDragImage","features":[307,468]},{"name":"DATABLOCK_HEADER","features":[468]},{"name":"DATAOBJ_GET_ITEM_FLAGS","features":[468]},{"name":"DBCID_CLSIDOFBAR","features":[468]},{"name":"DBCID_EMPTY","features":[468]},{"name":"DBCID_GETBAR","features":[468]},{"name":"DBCID_ONDRAG","features":[468]},{"name":"DBCID_RESIZE","features":[468]},{"name":"DBCID_UPDATESIZE","features":[468]},{"name":"DBC_GS_IDEAL","features":[468]},{"name":"DBC_GS_SIZEDOWN","features":[468]},{"name":"DBC_HIDE","features":[468]},{"name":"DBC_SHOW","features":[468]},{"name":"DBC_SHOWOBSCURE","features":[468]},{"name":"DBID_BANDINFOCHANGED","features":[468]},{"name":"DBID_DELAYINIT","features":[468]},{"name":"DBID_FINISHINIT","features":[468]},{"name":"DBID_MAXIMIZEBAND","features":[468]},{"name":"DBID_PERMITAUTOHIDE","features":[468]},{"name":"DBID_PUSHCHEVRON","features":[468]},{"name":"DBID_SETWINDOWTHEME","features":[468]},{"name":"DBID_SHOWONLY","features":[468]},{"name":"DBIF_VIEWMODE_FLOATING","features":[468]},{"name":"DBIF_VIEWMODE_NORMAL","features":[468]},{"name":"DBIF_VIEWMODE_TRANSPARENT","features":[468]},{"name":"DBIF_VIEWMODE_VERTICAL","features":[468]},{"name":"DBIMF_ADDTOFRONT","features":[468]},{"name":"DBIMF_ALWAYSGRIPPER","features":[468]},{"name":"DBIMF_BKCOLOR","features":[468]},{"name":"DBIMF_BREAK","features":[468]},{"name":"DBIMF_DEBOSSED","features":[468]},{"name":"DBIMF_FIXED","features":[468]},{"name":"DBIMF_FIXEDBMP","features":[468]},{"name":"DBIMF_NOGRIPPER","features":[468]},{"name":"DBIMF_NOMARGINS","features":[468]},{"name":"DBIMF_NORMAL","features":[468]},{"name":"DBIMF_TOPALIGN","features":[468]},{"name":"DBIMF_UNDELETEABLE","features":[468]},{"name":"DBIMF_USECHEVRON","features":[468]},{"name":"DBIMF_VARIABLEHEIGHT","features":[468]},{"name":"DBIM_ACTUAL","features":[468]},{"name":"DBIM_BKCOLOR","features":[468]},{"name":"DBIM_INTEGRAL","features":[468]},{"name":"DBIM_MAXSIZE","features":[468]},{"name":"DBIM_MINSIZE","features":[468]},{"name":"DBIM_MODEFLAGS","features":[468]},{"name":"DBIM_TITLE","features":[468]},{"name":"DBPC_SELECTFIRST","features":[468]},{"name":"DEFAULTSAVEFOLDERTYPE","features":[468]},{"name":"DEFAULT_FOLDER_MENU_RESTRICTIONS","features":[468]},{"name":"DEFCONTEXTMENU","features":[307,370,634]},{"name":"DEFSHAREID_PUBLIC","features":[468]},{"name":"DEFSHAREID_USERS","features":[468]},{"name":"DEF_SHARE_ID","features":[468]},{"name":"DELEGATEITEMID","features":[468]},{"name":"DESKBANDCID","features":[468]},{"name":"DESKBANDINFO","features":[307,468]},{"name":"DESKTOP_SLIDESHOW_DIRECTION","features":[468]},{"name":"DESKTOP_SLIDESHOW_OPTIONS","features":[468]},{"name":"DESKTOP_SLIDESHOW_STATE","features":[468]},{"name":"DESKTOP_WALLPAPER_POSITION","features":[468]},{"name":"DETAILSINFO","features":[634]},{"name":"DEVICE_IMMERSIVE","features":[468]},{"name":"DEVICE_PRIMARY","features":[468]},{"name":"DFConstraint","features":[358,468]},{"name":"DFMICS","features":[307,468]},{"name":"DFMR_DEFAULT","features":[468]},{"name":"DFMR_NO_ASYNC_VERBS","features":[468]},{"name":"DFMR_NO_NATIVECPU_VERBS","features":[468]},{"name":"DFMR_NO_NONWOW_VERBS","features":[468]},{"name":"DFMR_NO_RESOURCE_VERBS","features":[468]},{"name":"DFMR_NO_STATIC_VERBS","features":[468]},{"name":"DFMR_OPTIN_HANDLERS_ONLY","features":[468]},{"name":"DFMR_RESOURCE_AND_FOLDER_VERBS_ONLY","features":[468]},{"name":"DFMR_STATIC_VERBS_ONLY","features":[468]},{"name":"DFMR_USE_SPECIFIED_HANDLERS","features":[468]},{"name":"DFMR_USE_SPECIFIED_VERBS","features":[468]},{"name":"DFM_CMD","features":[468]},{"name":"DFM_CMD_COPY","features":[468]},{"name":"DFM_CMD_DELETE","features":[468]},{"name":"DFM_CMD_LINK","features":[468]},{"name":"DFM_CMD_MODALPROP","features":[468]},{"name":"DFM_CMD_MOVE","features":[468]},{"name":"DFM_CMD_NEWFOLDER","features":[468]},{"name":"DFM_CMD_PASTE","features":[468]},{"name":"DFM_CMD_PASTELINK","features":[468]},{"name":"DFM_CMD_PASTESPECIAL","features":[468]},{"name":"DFM_CMD_PROPERTIES","features":[468]},{"name":"DFM_CMD_RENAME","features":[468]},{"name":"DFM_CMD_VIEWDETAILS","features":[468]},{"name":"DFM_CMD_VIEWLIST","features":[468]},{"name":"DFM_GETDEFSTATICID","features":[468]},{"name":"DFM_GETHELPTEXT","features":[468]},{"name":"DFM_GETHELPTEXTW","features":[468]},{"name":"DFM_GETVERBA","features":[468]},{"name":"DFM_GETVERBW","features":[468]},{"name":"DFM_INVOKECOMMAND","features":[468]},{"name":"DFM_INVOKECOMMANDEX","features":[468]},{"name":"DFM_MAPCOMMANDNAME","features":[468]},{"name":"DFM_MERGECONTEXTMENU","features":[468]},{"name":"DFM_MERGECONTEXTMENU_BOTTOM","features":[468]},{"name":"DFM_MERGECONTEXTMENU_TOP","features":[468]},{"name":"DFM_MESSAGE_ID","features":[468]},{"name":"DFM_MODIFYQCMFLAGS","features":[468]},{"name":"DFM_VALIDATECMD","features":[468]},{"name":"DFM_WM_DRAWITEM","features":[468]},{"name":"DFM_WM_INITMENUPOPUP","features":[468]},{"name":"DFM_WM_MEASUREITEM","features":[468]},{"name":"DISPID_BEGINDRAG","features":[468]},{"name":"DISPID_CHECKSTATECHANGED","features":[468]},{"name":"DISPID_COLUMNSCHANGED","features":[468]},{"name":"DISPID_CONTENTSCHANGED","features":[468]},{"name":"DISPID_CTRLMOUSEWHEEL","features":[468]},{"name":"DISPID_DEFAULTVERBINVOKED","features":[468]},{"name":"DISPID_ENTERPRESSED","features":[468]},{"name":"DISPID_ENTERPRISEIDCHANGED","features":[468]},{"name":"DISPID_EXPLORERWINDOWREADY","features":[468]},{"name":"DISPID_FILELISTENUMDONE","features":[468]},{"name":"DISPID_FILTERINVOKED","features":[468]},{"name":"DISPID_FOCUSCHANGED","features":[468]},{"name":"DISPID_FOLDERCHANGED","features":[468]},{"name":"DISPID_IADCCTL_DEFAULTCAT","features":[468]},{"name":"DISPID_IADCCTL_DIRTY","features":[468]},{"name":"DISPID_IADCCTL_FORCEX86","features":[468]},{"name":"DISPID_IADCCTL_ONDOMAIN","features":[468]},{"name":"DISPID_IADCCTL_PUBCAT","features":[468]},{"name":"DISPID_IADCCTL_SHOWPOSTSETUP","features":[468]},{"name":"DISPID_IADCCTL_SORT","features":[468]},{"name":"DISPID_ICONSIZECHANGED","features":[468]},{"name":"DISPID_INITIALENUMERATIONDONE","features":[468]},{"name":"DISPID_NOITEMSTATE_CHANGED","features":[468]},{"name":"DISPID_ORDERCHANGED","features":[468]},{"name":"DISPID_SEARCHCOMMAND_ABORT","features":[468]},{"name":"DISPID_SEARCHCOMMAND_COMPLETE","features":[468]},{"name":"DISPID_SEARCHCOMMAND_ERROR","features":[468]},{"name":"DISPID_SEARCHCOMMAND_PROGRESSTEXT","features":[468]},{"name":"DISPID_SEARCHCOMMAND_RESTORE","features":[468]},{"name":"DISPID_SEARCHCOMMAND_START","features":[468]},{"name":"DISPID_SEARCHCOMMAND_UPDATE","features":[468]},{"name":"DISPID_SELECTEDITEMCHANGED","features":[468]},{"name":"DISPID_SELECTIONCHANGED","features":[468]},{"name":"DISPID_SORTDONE","features":[468]},{"name":"DISPID_UPDATEIMAGE","features":[468]},{"name":"DISPID_VERBINVOKED","features":[468]},{"name":"DISPID_VIEWMODECHANGED","features":[468]},{"name":"DISPID_VIEWPAINTDONE","features":[468]},{"name":"DISPID_WORDWHEELEDITED","features":[468]},{"name":"DISPLAY_DEVICE_TYPE","features":[468]},{"name":"DI_GETDRAGIMAGE","features":[468]},{"name":"DLG_SCRNSAVECONFIGURE","features":[468]},{"name":"DLLGETVERSIONPROC","features":[468]},{"name":"DLLVERSIONINFO","features":[468]},{"name":"DLLVERSIONINFO2","features":[468]},{"name":"DLLVER_BUILD_MASK","features":[468]},{"name":"DLLVER_MAJOR_MASK","features":[468]},{"name":"DLLVER_MINOR_MASK","features":[468]},{"name":"DLLVER_PLATFORM_NT","features":[468]},{"name":"DLLVER_PLATFORM_WINDOWS","features":[468]},{"name":"DLLVER_QFE_MASK","features":[468]},{"name":"DOGIF_DEFAULT","features":[468]},{"name":"DOGIF_NO_HDROP","features":[468]},{"name":"DOGIF_NO_URL","features":[468]},{"name":"DOGIF_ONLY_IF_ONE","features":[468]},{"name":"DOGIF_TRAVERSE_LINK","features":[468]},{"name":"DRAGINFOA","features":[307,468]},{"name":"DRAGINFOA","features":[307,468]},{"name":"DRAGINFOW","features":[307,468]},{"name":"DRAGINFOW","features":[307,468]},{"name":"DROPDESCRIPTION","features":[468]},{"name":"DROPFILES","features":[307,468]},{"name":"DROPIMAGETYPE","features":[468]},{"name":"DROPIMAGE_COPY","features":[468]},{"name":"DROPIMAGE_INVALID","features":[468]},{"name":"DROPIMAGE_LABEL","features":[468]},{"name":"DROPIMAGE_LINK","features":[468]},{"name":"DROPIMAGE_MOVE","features":[468]},{"name":"DROPIMAGE_NOIMAGE","features":[468]},{"name":"DROPIMAGE_NONE","features":[468]},{"name":"DROPIMAGE_WARNING","features":[468]},{"name":"DSD_BACKWARD","features":[468]},{"name":"DSD_FORWARD","features":[468]},{"name":"DSFT_DETECT","features":[468]},{"name":"DSFT_PRIVATE","features":[468]},{"name":"DSFT_PUBLIC","features":[468]},{"name":"DSH_ALLOWDROPDESCRIPTIONTEXT","features":[468]},{"name":"DSH_FLAGS","features":[468]},{"name":"DSO_SHUFFLEIMAGES","features":[468]},{"name":"DSS_DISABLED_BY_REMOTE_SESSION","features":[468]},{"name":"DSS_ENABLED","features":[468]},{"name":"DSS_SLIDESHOW","features":[468]},{"name":"DShellFolderViewEvents","features":[358,468]},{"name":"DShellNameSpaceEvents","features":[358,468]},{"name":"DShellWindowsEvents","features":[358,468]},{"name":"DVASPECT_COPY","features":[468]},{"name":"DVASPECT_LINK","features":[468]},{"name":"DVASPECT_SHORTNAME","features":[468]},{"name":"DWFAF_AUTOHIDE","features":[468]},{"name":"DWFAF_GROUP1","features":[468]},{"name":"DWFAF_GROUP2","features":[468]},{"name":"DWFAF_HIDDEN","features":[468]},{"name":"DWFRF_DELETECONFIGDATA","features":[468]},{"name":"DWFRF_NORMAL","features":[468]},{"name":"DWPOS_CENTER","features":[468]},{"name":"DWPOS_FILL","features":[468]},{"name":"DWPOS_FIT","features":[468]},{"name":"DWPOS_SPAN","features":[468]},{"name":"DWPOS_STRETCH","features":[468]},{"name":"DWPOS_TILE","features":[468]},{"name":"DWebBrowserEvents","features":[358,468]},{"name":"DWebBrowserEvents2","features":[358,468]},{"name":"DefFolderMenu","features":[468]},{"name":"DefSubclassProc","features":[307,468]},{"name":"DeleteProfileA","features":[307,468]},{"name":"DeleteProfileW","features":[307,468]},{"name":"DesktopGadget","features":[468]},{"name":"DesktopWallpaper","features":[468]},{"name":"DestinationList","features":[468]},{"name":"DoEnvironmentSubstA","features":[468]},{"name":"DoEnvironmentSubstW","features":[468]},{"name":"DocPropShellExtension","features":[468]},{"name":"DragAcceptFiles","features":[307,468]},{"name":"DragFinish","features":[468]},{"name":"DragQueryFileA","features":[468]},{"name":"DragQueryFileW","features":[468]},{"name":"DragQueryPoint","features":[307,468]},{"name":"DriveSizeCategorizer","features":[468]},{"name":"DriveType","features":[468]},{"name":"DriveTypeCategorizer","features":[468]},{"name":"DuplicateIcon","features":[307,468,371]},{"name":"EBF_NODROPTARGET","features":[468]},{"name":"EBF_NONE","features":[468]},{"name":"EBF_SELECTFROMDATAOBJECT","features":[468]},{"name":"EBO_ALWAYSNAVIGATE","features":[468]},{"name":"EBO_HTMLSHAREPOINTVIEW","features":[468]},{"name":"EBO_NAVIGATEONCE","features":[468]},{"name":"EBO_NOBORDER","features":[468]},{"name":"EBO_NONE","features":[468]},{"name":"EBO_NOPERSISTVIEWSTATE","features":[468]},{"name":"EBO_NOTRAVELLOG","features":[468]},{"name":"EBO_NOWRAPPERWINDOW","features":[468]},{"name":"EBO_SHOWFRAMES","features":[468]},{"name":"ECF_AUTOMENUICONS","features":[468]},{"name":"ECF_DEFAULT","features":[468]},{"name":"ECF_HASLUASHIELD","features":[468]},{"name":"ECF_HASSPLITBUTTON","features":[468]},{"name":"ECF_HASSUBCOMMANDS","features":[468]},{"name":"ECF_HIDELABEL","features":[468]},{"name":"ECF_ISDROPDOWN","features":[468]},{"name":"ECF_ISSEPARATOR","features":[468]},{"name":"ECF_SEPARATORAFTER","features":[468]},{"name":"ECF_SEPARATORBEFORE","features":[468]},{"name":"ECF_TOGGLEABLE","features":[468]},{"name":"ECHUIM_DESKTOP","features":[468]},{"name":"ECHUIM_IMMERSIVE","features":[468]},{"name":"ECHUIM_SYSTEM_LAUNCHER","features":[468]},{"name":"ECS_CHECKBOX","features":[468]},{"name":"ECS_CHECKED","features":[468]},{"name":"ECS_DISABLED","features":[468]},{"name":"ECS_ENABLED","features":[468]},{"name":"ECS_HIDDEN","features":[468]},{"name":"ECS_RADIOCHECK","features":[468]},{"name":"EC_HOST_UI_MODE","features":[468]},{"name":"EDGE_GESTURE_KIND","features":[468]},{"name":"EGK_KEYBOARD","features":[468]},{"name":"EGK_MOUSE","features":[468]},{"name":"EGK_TOUCH","features":[468]},{"name":"EPS_DEFAULT_OFF","features":[468]},{"name":"EPS_DEFAULT_ON","features":[468]},{"name":"EPS_DONTCARE","features":[468]},{"name":"EPS_FORCE","features":[468]},{"name":"EPS_INITIALSTATE","features":[468]},{"name":"EPS_STATEMASK","features":[468]},{"name":"EP_AdvQueryPane","features":[468]},{"name":"EP_Commands","features":[468]},{"name":"EP_Commands_Organize","features":[468]},{"name":"EP_Commands_View","features":[468]},{"name":"EP_DetailsPane","features":[468]},{"name":"EP_NavPane","features":[468]},{"name":"EP_PreviewPane","features":[468]},{"name":"EP_QueryPane","features":[468]},{"name":"EP_Ribbon","features":[468]},{"name":"EP_StatusBar","features":[468]},{"name":"EXECUTE_E_LAUNCH_APPLICATION","features":[468]},{"name":"EXPLORER_BROWSER_FILL_FLAGS","features":[468]},{"name":"EXPLORER_BROWSER_OPTIONS","features":[468]},{"name":"EXPPS_FILETYPES","features":[468]},{"name":"EXP_DARWIN_ID_SIG","features":[468]},{"name":"EXP_DARWIN_LINK","features":[468]},{"name":"EXP_PROPERTYSTORAGE","features":[468]},{"name":"EXP_PROPERTYSTORAGE_SIG","features":[468]},{"name":"EXP_SPECIAL_FOLDER","features":[468]},{"name":"EXP_SPECIAL_FOLDER_SIG","features":[468]},{"name":"EXP_SZ_ICON_SIG","features":[468]},{"name":"EXP_SZ_LINK","features":[468]},{"name":"EXP_SZ_LINK_SIG","features":[468]},{"name":"EXTRASEARCH","features":[468]},{"name":"E_ACTIVATIONDENIED_SHELLERROR","features":[468]},{"name":"E_ACTIVATIONDENIED_SHELLNOTREADY","features":[468]},{"name":"E_ACTIVATIONDENIED_SHELLRESTART","features":[468]},{"name":"E_ACTIVATIONDENIED_UNEXPECTED","features":[468]},{"name":"E_ACTIVATIONDENIED_USERCLOSE","features":[468]},{"name":"E_FILE_PLACEHOLDER_NOT_INITIALIZED","features":[468]},{"name":"E_FILE_PLACEHOLDER_SERVER_TIMED_OUT","features":[468]},{"name":"E_FILE_PLACEHOLDER_STORAGEPROVIDER_NOT_FOUND","features":[468]},{"name":"E_FILE_PLACEHOLDER_VERSION_MISMATCH","features":[468]},{"name":"E_FLAGS","features":[468]},{"name":"E_IMAGEFEED_CHANGEDISABLED","features":[468]},{"name":"E_NOTVALIDFORANIMATEDIMAGE","features":[468]},{"name":"E_PREVIEWHANDLER_CORRUPT","features":[468]},{"name":"E_PREVIEWHANDLER_DRM_FAIL","features":[468]},{"name":"E_PREVIEWHANDLER_NOAUTH","features":[468]},{"name":"E_PREVIEWHANDLER_NOTFOUND","features":[468]},{"name":"E_SHELL_EXTENSION_BLOCKED","features":[468]},{"name":"E_TILE_NOTIFICATIONS_PLATFORM_FAILURE","features":[468]},{"name":"E_USERTILE_CHANGEDISABLED","features":[468]},{"name":"E_USERTILE_FILESIZE","features":[468]},{"name":"E_USERTILE_LARGEORDYNAMIC","features":[468]},{"name":"E_USERTILE_UNSUPPORTEDFILETYPE","features":[468]},{"name":"E_USERTILE_VIDEOFRAMESIZE","features":[468]},{"name":"EnumerableObjectCollection","features":[468]},{"name":"ExecuteFolder","features":[468]},{"name":"ExecuteUnknown","features":[468]},{"name":"ExplorerBrowser","features":[468]},{"name":"ExtractAssociatedIconA","features":[307,468,371]},{"name":"ExtractAssociatedIconExA","features":[307,468,371]},{"name":"ExtractAssociatedIconExW","features":[307,468,371]},{"name":"ExtractAssociatedIconW","features":[307,468,371]},{"name":"ExtractIconA","features":[307,468,371]},{"name":"ExtractIconExA","features":[468,371]},{"name":"ExtractIconExW","features":[468,371]},{"name":"ExtractIconW","features":[307,468,371]},{"name":"ExtractIfNotCached","features":[468]},{"name":"FCIDM_BROWSERFIRST","features":[468]},{"name":"FCIDM_BROWSERLAST","features":[468]},{"name":"FCIDM_GLOBALFIRST","features":[468]},{"name":"FCIDM_GLOBALLAST","features":[468]},{"name":"FCIDM_MENU_EDIT","features":[468]},{"name":"FCIDM_MENU_EXPLORE","features":[468]},{"name":"FCIDM_MENU_FAVORITES","features":[468]},{"name":"FCIDM_MENU_FILE","features":[468]},{"name":"FCIDM_MENU_FIND","features":[468]},{"name":"FCIDM_MENU_HELP","features":[468]},{"name":"FCIDM_MENU_TOOLS","features":[468]},{"name":"FCIDM_MENU_TOOLS_SEP_GOTO","features":[468]},{"name":"FCIDM_MENU_VIEW","features":[468]},{"name":"FCIDM_MENU_VIEW_SEP_OPTIONS","features":[468]},{"name":"FCIDM_SHVIEWFIRST","features":[468]},{"name":"FCIDM_SHVIEWLAST","features":[468]},{"name":"FCIDM_STATUS","features":[468]},{"name":"FCIDM_TOOLBAR","features":[468]},{"name":"FCSM_CLSID","features":[468]},{"name":"FCSM_FLAGS","features":[468]},{"name":"FCSM_ICONFILE","features":[468]},{"name":"FCSM_INFOTIP","features":[468]},{"name":"FCSM_LOGO","features":[468]},{"name":"FCSM_VIEWID","features":[468]},{"name":"FCSM_WEBVIEWTEMPLATE","features":[468]},{"name":"FCS_FLAG_DRAGDROP","features":[468]},{"name":"FCS_FORCEWRITE","features":[468]},{"name":"FCS_READ","features":[468]},{"name":"FCT_ADDTOEND","features":[468]},{"name":"FCT_CONFIGABLE","features":[468]},{"name":"FCT_MERGE","features":[468]},{"name":"FCW_INTERNETBAR","features":[468]},{"name":"FCW_PROGRESS","features":[468]},{"name":"FCW_STATUS","features":[468]},{"name":"FCW_TOOLBAR","features":[468]},{"name":"FCW_TREE","features":[468]},{"name":"FDAP","features":[468]},{"name":"FDAP_BOTTOM","features":[468]},{"name":"FDAP_TOP","features":[468]},{"name":"FDEOR_ACCEPT","features":[468]},{"name":"FDEOR_DEFAULT","features":[468]},{"name":"FDEOR_REFUSE","features":[468]},{"name":"FDESVR_ACCEPT","features":[468]},{"name":"FDESVR_DEFAULT","features":[468]},{"name":"FDESVR_REFUSE","features":[468]},{"name":"FDE_OVERWRITE_RESPONSE","features":[468]},{"name":"FDE_SHAREVIOLATION_RESPONSE","features":[468]},{"name":"FDTF_LONGDATE","features":[468]},{"name":"FDTF_LONGTIME","features":[468]},{"name":"FDTF_LTRDATE","features":[468]},{"name":"FDTF_NOAUTOREADINGORDER","features":[468]},{"name":"FDTF_RELATIVE","features":[468]},{"name":"FDTF_RTLDATE","features":[468]},{"name":"FDTF_SHORTDATE","features":[468]},{"name":"FDTF_SHORTTIME","features":[468]},{"name":"FD_ACCESSTIME","features":[468]},{"name":"FD_ATTRIBUTES","features":[468]},{"name":"FD_CLSID","features":[468]},{"name":"FD_CREATETIME","features":[468]},{"name":"FD_FILESIZE","features":[468]},{"name":"FD_FLAGS","features":[468]},{"name":"FD_LINKUI","features":[468]},{"name":"FD_PROGRESSUI","features":[468]},{"name":"FD_SIZEPOINT","features":[468]},{"name":"FD_UNICODE","features":[468]},{"name":"FD_WRITESTIME","features":[468]},{"name":"FEM_NAVIGATION","features":[468]},{"name":"FEM_VIEWRESULT","features":[468]},{"name":"FFFP_EXACTMATCH","features":[468]},{"name":"FFFP_MODE","features":[468]},{"name":"FFFP_NEARESTPARENTMATCH","features":[468]},{"name":"FILEDESCRIPTORA","features":[307,468]},{"name":"FILEDESCRIPTORW","features":[307,468]},{"name":"FILEGROUPDESCRIPTORA","features":[307,468]},{"name":"FILEGROUPDESCRIPTORW","features":[307,468]},{"name":"FILEOPENDIALOGOPTIONS","features":[468]},{"name":"FILEOPERATION_FLAGS","features":[468]},{"name":"FILETYPEATTRIBUTEFLAGS","features":[468]},{"name":"FILE_ATTRIBUTES_ARRAY","features":[468]},{"name":"FILE_OPERATION_FLAGS2","features":[468]},{"name":"FILE_USAGE_TYPE","features":[468]},{"name":"FLVM_CONTENT","features":[468]},{"name":"FLVM_DETAILS","features":[468]},{"name":"FLVM_FIRST","features":[468]},{"name":"FLVM_ICONS","features":[468]},{"name":"FLVM_LAST","features":[468]},{"name":"FLVM_LIST","features":[468]},{"name":"FLVM_TILES","features":[468]},{"name":"FLVM_UNSPECIFIED","features":[468]},{"name":"FLYOUT_PLACEMENT","features":[468]},{"name":"FMTID_Briefcase","features":[468]},{"name":"FMTID_CustomImageProperties","features":[468]},{"name":"FMTID_DRM","features":[468]},{"name":"FMTID_Displaced","features":[468]},{"name":"FMTID_ImageProperties","features":[468]},{"name":"FMTID_InternetSite","features":[468]},{"name":"FMTID_Intshcut","features":[468]},{"name":"FMTID_LibraryProperties","features":[468]},{"name":"FMTID_MUSIC","features":[468]},{"name":"FMTID_Misc","features":[468]},{"name":"FMTID_Query","features":[468]},{"name":"FMTID_ShellDetails","features":[468]},{"name":"FMTID_Storage","features":[468]},{"name":"FMTID_Volume","features":[468]},{"name":"FMTID_WebView","features":[468]},{"name":"FOF2_MERGEFOLDERSONCOLLISION","features":[468]},{"name":"FOF2_NONE","features":[468]},{"name":"FOFX_ADDUNDORECORD","features":[468]},{"name":"FOFX_COPYASDOWNLOAD","features":[468]},{"name":"FOFX_DONTDISPLAYDESTPATH","features":[468]},{"name":"FOFX_DONTDISPLAYLOCATIONS","features":[468]},{"name":"FOFX_DONTDISPLAYSOURCEPATH","features":[468]},{"name":"FOFX_EARLYFAILURE","features":[468]},{"name":"FOFX_KEEPNEWERFILE","features":[468]},{"name":"FOFX_MOVEACLSACROSSVOLUMES","features":[468]},{"name":"FOFX_NOCOPYHOOKS","features":[468]},{"name":"FOFX_NOMINIMIZEBOX","features":[468]},{"name":"FOFX_NOSKIPJUNCTIONS","features":[468]},{"name":"FOFX_PREFERHARDLINK","features":[468]},{"name":"FOFX_PRESERVEFILEEXTENSIONS","features":[468]},{"name":"FOFX_RECYCLEONDELETE","features":[468]},{"name":"FOFX_REQUIREELEVATION","features":[468]},{"name":"FOFX_SHOWELEVATIONPROMPT","features":[468]},{"name":"FOF_ALLOWUNDO","features":[468]},{"name":"FOF_CONFIRMMOUSE","features":[468]},{"name":"FOF_FILESONLY","features":[468]},{"name":"FOF_MULTIDESTFILES","features":[468]},{"name":"FOF_NOCONFIRMATION","features":[468]},{"name":"FOF_NOCONFIRMMKDIR","features":[468]},{"name":"FOF_NOCOPYSECURITYATTRIBS","features":[468]},{"name":"FOF_NOERRORUI","features":[468]},{"name":"FOF_NORECURSEREPARSE","features":[468]},{"name":"FOF_NORECURSION","features":[468]},{"name":"FOF_NO_CONNECTED_ELEMENTS","features":[468]},{"name":"FOF_NO_UI","features":[468]},{"name":"FOF_RENAMEONCOLLISION","features":[468]},{"name":"FOF_SILENT","features":[468]},{"name":"FOF_SIMPLEPROGRESS","features":[468]},{"name":"FOF_WANTMAPPINGHANDLE","features":[468]},{"name":"FOF_WANTNUKEWARNING","features":[468]},{"name":"FOLDERFLAGS","features":[468]},{"name":"FOLDERID_AccountPictures","features":[468]},{"name":"FOLDERID_AddNewPrograms","features":[468]},{"name":"FOLDERID_AdminTools","features":[468]},{"name":"FOLDERID_AllAppMods","features":[468]},{"name":"FOLDERID_AppCaptures","features":[468]},{"name":"FOLDERID_AppDataDesktop","features":[468]},{"name":"FOLDERID_AppDataDocuments","features":[468]},{"name":"FOLDERID_AppDataFavorites","features":[468]},{"name":"FOLDERID_AppDataProgramData","features":[468]},{"name":"FOLDERID_AppUpdates","features":[468]},{"name":"FOLDERID_ApplicationShortcuts","features":[468]},{"name":"FOLDERID_AppsFolder","features":[468]},{"name":"FOLDERID_CDBurning","features":[468]},{"name":"FOLDERID_CameraRoll","features":[468]},{"name":"FOLDERID_CameraRollLibrary","features":[468]},{"name":"FOLDERID_ChangeRemovePrograms","features":[468]},{"name":"FOLDERID_CommonAdminTools","features":[468]},{"name":"FOLDERID_CommonOEMLinks","features":[468]},{"name":"FOLDERID_CommonPrograms","features":[468]},{"name":"FOLDERID_CommonStartMenu","features":[468]},{"name":"FOLDERID_CommonStartMenuPlaces","features":[468]},{"name":"FOLDERID_CommonStartup","features":[468]},{"name":"FOLDERID_CommonTemplates","features":[468]},{"name":"FOLDERID_ComputerFolder","features":[468]},{"name":"FOLDERID_ConflictFolder","features":[468]},{"name":"FOLDERID_ConnectionsFolder","features":[468]},{"name":"FOLDERID_Contacts","features":[468]},{"name":"FOLDERID_ControlPanelFolder","features":[468]},{"name":"FOLDERID_Cookies","features":[468]},{"name":"FOLDERID_CurrentAppMods","features":[468]},{"name":"FOLDERID_Desktop","features":[468]},{"name":"FOLDERID_DevelopmentFiles","features":[468]},{"name":"FOLDERID_Device","features":[468]},{"name":"FOLDERID_DeviceMetadataStore","features":[468]},{"name":"FOLDERID_Documents","features":[468]},{"name":"FOLDERID_DocumentsLibrary","features":[468]},{"name":"FOLDERID_Downloads","features":[468]},{"name":"FOLDERID_Favorites","features":[468]},{"name":"FOLDERID_Fonts","features":[468]},{"name":"FOLDERID_GameTasks","features":[468]},{"name":"FOLDERID_Games","features":[468]},{"name":"FOLDERID_History","features":[468]},{"name":"FOLDERID_HomeGroup","features":[468]},{"name":"FOLDERID_HomeGroupCurrentUser","features":[468]},{"name":"FOLDERID_ImplicitAppShortcuts","features":[468]},{"name":"FOLDERID_InternetCache","features":[468]},{"name":"FOLDERID_InternetFolder","features":[468]},{"name":"FOLDERID_Libraries","features":[468]},{"name":"FOLDERID_Links","features":[468]},{"name":"FOLDERID_LocalAppData","features":[468]},{"name":"FOLDERID_LocalAppDataLow","features":[468]},{"name":"FOLDERID_LocalDocuments","features":[468]},{"name":"FOLDERID_LocalDownloads","features":[468]},{"name":"FOLDERID_LocalMusic","features":[468]},{"name":"FOLDERID_LocalPictures","features":[468]},{"name":"FOLDERID_LocalStorage","features":[468]},{"name":"FOLDERID_LocalVideos","features":[468]},{"name":"FOLDERID_LocalizedResourcesDir","features":[468]},{"name":"FOLDERID_Music","features":[468]},{"name":"FOLDERID_MusicLibrary","features":[468]},{"name":"FOLDERID_NetHood","features":[468]},{"name":"FOLDERID_NetworkFolder","features":[468]},{"name":"FOLDERID_Objects3D","features":[468]},{"name":"FOLDERID_OneDrive","features":[468]},{"name":"FOLDERID_OriginalImages","features":[468]},{"name":"FOLDERID_PhotoAlbums","features":[468]},{"name":"FOLDERID_Pictures","features":[468]},{"name":"FOLDERID_PicturesLibrary","features":[468]},{"name":"FOLDERID_Playlists","features":[468]},{"name":"FOLDERID_PrintHood","features":[468]},{"name":"FOLDERID_PrintersFolder","features":[468]},{"name":"FOLDERID_Profile","features":[468]},{"name":"FOLDERID_ProgramData","features":[468]},{"name":"FOLDERID_ProgramFiles","features":[468]},{"name":"FOLDERID_ProgramFilesCommon","features":[468]},{"name":"FOLDERID_ProgramFilesCommonX64","features":[468]},{"name":"FOLDERID_ProgramFilesCommonX86","features":[468]},{"name":"FOLDERID_ProgramFilesX64","features":[468]},{"name":"FOLDERID_ProgramFilesX86","features":[468]},{"name":"FOLDERID_Programs","features":[468]},{"name":"FOLDERID_Public","features":[468]},{"name":"FOLDERID_PublicDesktop","features":[468]},{"name":"FOLDERID_PublicDocuments","features":[468]},{"name":"FOLDERID_PublicDownloads","features":[468]},{"name":"FOLDERID_PublicGameTasks","features":[468]},{"name":"FOLDERID_PublicLibraries","features":[468]},{"name":"FOLDERID_PublicMusic","features":[468]},{"name":"FOLDERID_PublicPictures","features":[468]},{"name":"FOLDERID_PublicRingtones","features":[468]},{"name":"FOLDERID_PublicUserTiles","features":[468]},{"name":"FOLDERID_PublicVideos","features":[468]},{"name":"FOLDERID_QuickLaunch","features":[468]},{"name":"FOLDERID_Recent","features":[468]},{"name":"FOLDERID_RecordedCalls","features":[468]},{"name":"FOLDERID_RecordedTVLibrary","features":[468]},{"name":"FOLDERID_RecycleBinFolder","features":[468]},{"name":"FOLDERID_ResourceDir","features":[468]},{"name":"FOLDERID_RetailDemo","features":[468]},{"name":"FOLDERID_Ringtones","features":[468]},{"name":"FOLDERID_RoamedTileImages","features":[468]},{"name":"FOLDERID_RoamingAppData","features":[468]},{"name":"FOLDERID_RoamingTiles","features":[468]},{"name":"FOLDERID_SEARCH_CSC","features":[468]},{"name":"FOLDERID_SEARCH_MAPI","features":[468]},{"name":"FOLDERID_SampleMusic","features":[468]},{"name":"FOLDERID_SamplePictures","features":[468]},{"name":"FOLDERID_SamplePlaylists","features":[468]},{"name":"FOLDERID_SampleVideos","features":[468]},{"name":"FOLDERID_SavedGames","features":[468]},{"name":"FOLDERID_SavedPictures","features":[468]},{"name":"FOLDERID_SavedPicturesLibrary","features":[468]},{"name":"FOLDERID_SavedSearches","features":[468]},{"name":"FOLDERID_Screenshots","features":[468]},{"name":"FOLDERID_SearchHistory","features":[468]},{"name":"FOLDERID_SearchHome","features":[468]},{"name":"FOLDERID_SearchTemplates","features":[468]},{"name":"FOLDERID_SendTo","features":[468]},{"name":"FOLDERID_SidebarDefaultParts","features":[468]},{"name":"FOLDERID_SidebarParts","features":[468]},{"name":"FOLDERID_SkyDrive","features":[468]},{"name":"FOLDERID_SkyDriveCameraRoll","features":[468]},{"name":"FOLDERID_SkyDriveDocuments","features":[468]},{"name":"FOLDERID_SkyDriveMusic","features":[468]},{"name":"FOLDERID_SkyDrivePictures","features":[468]},{"name":"FOLDERID_StartMenu","features":[468]},{"name":"FOLDERID_StartMenuAllPrograms","features":[468]},{"name":"FOLDERID_Startup","features":[468]},{"name":"FOLDERID_SyncManagerFolder","features":[468]},{"name":"FOLDERID_SyncResultsFolder","features":[468]},{"name":"FOLDERID_SyncSetupFolder","features":[468]},{"name":"FOLDERID_System","features":[468]},{"name":"FOLDERID_SystemX86","features":[468]},{"name":"FOLDERID_Templates","features":[468]},{"name":"FOLDERID_UserPinned","features":[468]},{"name":"FOLDERID_UserProfiles","features":[468]},{"name":"FOLDERID_UserProgramFiles","features":[468]},{"name":"FOLDERID_UserProgramFilesCommon","features":[468]},{"name":"FOLDERID_UsersFiles","features":[468]},{"name":"FOLDERID_UsersLibraries","features":[468]},{"name":"FOLDERID_Videos","features":[468]},{"name":"FOLDERID_VideosLibrary","features":[468]},{"name":"FOLDERID_Windows","features":[468]},{"name":"FOLDERLOGICALVIEWMODE","features":[468]},{"name":"FOLDERSETDATA","features":[468]},{"name":"FOLDERSETTINGS","features":[468]},{"name":"FOLDERTYPEID_AccountPictures","features":[468]},{"name":"FOLDERTYPEID_Communications","features":[468]},{"name":"FOLDERTYPEID_CompressedFolder","features":[468]},{"name":"FOLDERTYPEID_Contacts","features":[468]},{"name":"FOLDERTYPEID_ControlPanelCategory","features":[468]},{"name":"FOLDERTYPEID_ControlPanelClassic","features":[468]},{"name":"FOLDERTYPEID_Documents","features":[468]},{"name":"FOLDERTYPEID_Downloads","features":[468]},{"name":"FOLDERTYPEID_Games","features":[468]},{"name":"FOLDERTYPEID_Generic","features":[468]},{"name":"FOLDERTYPEID_GenericLibrary","features":[468]},{"name":"FOLDERTYPEID_GenericSearchResults","features":[468]},{"name":"FOLDERTYPEID_Invalid","features":[468]},{"name":"FOLDERTYPEID_Music","features":[468]},{"name":"FOLDERTYPEID_NetworkExplorer","features":[468]},{"name":"FOLDERTYPEID_OpenSearch","features":[468]},{"name":"FOLDERTYPEID_OtherUsers","features":[468]},{"name":"FOLDERTYPEID_Pictures","features":[468]},{"name":"FOLDERTYPEID_Printers","features":[468]},{"name":"FOLDERTYPEID_PublishedItems","features":[468]},{"name":"FOLDERTYPEID_RecordedTV","features":[468]},{"name":"FOLDERTYPEID_RecycleBin","features":[468]},{"name":"FOLDERTYPEID_SavedGames","features":[468]},{"name":"FOLDERTYPEID_SearchConnector","features":[468]},{"name":"FOLDERTYPEID_SearchHome","features":[468]},{"name":"FOLDERTYPEID_Searches","features":[468]},{"name":"FOLDERTYPEID_SoftwareExplorer","features":[468]},{"name":"FOLDERTYPEID_StartMenu","features":[468]},{"name":"FOLDERTYPEID_StorageProviderDocuments","features":[468]},{"name":"FOLDERTYPEID_StorageProviderGeneric","features":[468]},{"name":"FOLDERTYPEID_StorageProviderMusic","features":[468]},{"name":"FOLDERTYPEID_StorageProviderPictures","features":[468]},{"name":"FOLDERTYPEID_StorageProviderVideos","features":[468]},{"name":"FOLDERTYPEID_UserFiles","features":[468]},{"name":"FOLDERTYPEID_UsersLibraries","features":[468]},{"name":"FOLDERTYPEID_Videos","features":[468]},{"name":"FOLDERVIEWMODE","features":[468]},{"name":"FOLDERVIEWOPTIONS","features":[468]},{"name":"FOLDER_ENUM_MODE","features":[468]},{"name":"FOS_ALLNONSTORAGEITEMS","features":[468]},{"name":"FOS_ALLOWMULTISELECT","features":[468]},{"name":"FOS_CREATEPROMPT","features":[468]},{"name":"FOS_DEFAULTNOMINIMODE","features":[468]},{"name":"FOS_DONTADDTORECENT","features":[468]},{"name":"FOS_FILEMUSTEXIST","features":[468]},{"name":"FOS_FORCEFILESYSTEM","features":[468]},{"name":"FOS_FORCEPREVIEWPANEON","features":[468]},{"name":"FOS_FORCESHOWHIDDEN","features":[468]},{"name":"FOS_HIDEMRUPLACES","features":[468]},{"name":"FOS_HIDEPINNEDPLACES","features":[468]},{"name":"FOS_NOCHANGEDIR","features":[468]},{"name":"FOS_NODEREFERENCELINKS","features":[468]},{"name":"FOS_NOREADONLYRETURN","features":[468]},{"name":"FOS_NOTESTFILECREATE","features":[468]},{"name":"FOS_NOVALIDATE","features":[468]},{"name":"FOS_OKBUTTONNEEDSINTERACTION","features":[468]},{"name":"FOS_OVERWRITEPROMPT","features":[468]},{"name":"FOS_PATHMUSTEXIST","features":[468]},{"name":"FOS_PICKFOLDERS","features":[468]},{"name":"FOS_SHAREAWARE","features":[468]},{"name":"FOS_STRICTFILETYPES","features":[468]},{"name":"FOS_SUPPORTSTREAMABLEITEMS","features":[468]},{"name":"FO_COPY","features":[468]},{"name":"FO_DELETE","features":[468]},{"name":"FO_MOVE","features":[468]},{"name":"FO_RENAME","features":[468]},{"name":"FP_ABOVE","features":[468]},{"name":"FP_BELOW","features":[468]},{"name":"FP_DEFAULT","features":[468]},{"name":"FP_LEFT","features":[468]},{"name":"FP_RIGHT","features":[468]},{"name":"FSCopyHandler","features":[468]},{"name":"FTA_AlwaysUnsafe","features":[468]},{"name":"FTA_AlwaysUseDirectInvoke","features":[468]},{"name":"FTA_Exclude","features":[468]},{"name":"FTA_HasExtension","features":[468]},{"name":"FTA_NoDDE","features":[468]},{"name":"FTA_NoEdit","features":[468]},{"name":"FTA_NoEditDesc","features":[468]},{"name":"FTA_NoEditDflt","features":[468]},{"name":"FTA_NoEditIcon","features":[468]},{"name":"FTA_NoEditMIME","features":[468]},{"name":"FTA_NoEditVerb","features":[468]},{"name":"FTA_NoEditVerbCmd","features":[468]},{"name":"FTA_NoEditVerbExe","features":[468]},{"name":"FTA_NoNewVerb","features":[468]},{"name":"FTA_NoRecentDocs","features":[468]},{"name":"FTA_NoRemove","features":[468]},{"name":"FTA_NoRemoveVerb","features":[468]},{"name":"FTA_None","features":[468]},{"name":"FTA_OpenIsSafe","features":[468]},{"name":"FTA_SafeForElevation","features":[468]},{"name":"FTA_Show","features":[468]},{"name":"FUT_EDITING","features":[468]},{"name":"FUT_GENERIC","features":[468]},{"name":"FUT_PLAYING","features":[468]},{"name":"FVM_AUTO","features":[468]},{"name":"FVM_CONTENT","features":[468]},{"name":"FVM_DETAILS","features":[468]},{"name":"FVM_FIRST","features":[468]},{"name":"FVM_ICON","features":[468]},{"name":"FVM_LAST","features":[468]},{"name":"FVM_LIST","features":[468]},{"name":"FVM_SMALLICON","features":[468]},{"name":"FVM_THUMBNAIL","features":[468]},{"name":"FVM_THUMBSTRIP","features":[468]},{"name":"FVM_TILE","features":[468]},{"name":"FVO_CUSTOMORDERING","features":[468]},{"name":"FVO_CUSTOMPOSITION","features":[468]},{"name":"FVO_DEFAULT","features":[468]},{"name":"FVO_NOANIMATIONS","features":[468]},{"name":"FVO_NOSCROLLTIPS","features":[468]},{"name":"FVO_SUPPORTHYPERLINKS","features":[468]},{"name":"FVO_VISTALAYOUT","features":[468]},{"name":"FVSIF_CANVIEWIT","features":[468]},{"name":"FVSIF_NEWFAILED","features":[468]},{"name":"FVSIF_NEWFILE","features":[468]},{"name":"FVSIF_PINNED","features":[468]},{"name":"FVSIF_RECT","features":[468]},{"name":"FVST_EMPTYTEXT","features":[468]},{"name":"FVTEXTTYPE","features":[468]},{"name":"FWF_ABBREVIATEDNAMES","features":[468]},{"name":"FWF_ALIGNLEFT","features":[468]},{"name":"FWF_ALLOWRTLREADING","features":[468]},{"name":"FWF_AUTOARRANGE","features":[468]},{"name":"FWF_AUTOCHECKSELECT","features":[468]},{"name":"FWF_BESTFITWINDOW","features":[468]},{"name":"FWF_CHECKSELECT","features":[468]},{"name":"FWF_DESKTOP","features":[468]},{"name":"FWF_EXTENDEDTILES","features":[468]},{"name":"FWF_FULLROWSELECT","features":[468]},{"name":"FWF_HIDEFILENAMES","features":[468]},{"name":"FWF_NOBROWSERVIEWSTATE","features":[468]},{"name":"FWF_NOCLIENTEDGE","features":[468]},{"name":"FWF_NOCOLUMNHEADER","features":[468]},{"name":"FWF_NOENUMREFRESH","features":[468]},{"name":"FWF_NOFILTERS","features":[468]},{"name":"FWF_NOGROUPING","features":[468]},{"name":"FWF_NOHEADERINALLVIEWS","features":[468]},{"name":"FWF_NOICONS","features":[468]},{"name":"FWF_NONE","features":[468]},{"name":"FWF_NOSCROLL","features":[468]},{"name":"FWF_NOSUBFOLDERS","features":[468]},{"name":"FWF_NOVISIBLE","features":[468]},{"name":"FWF_NOWEBVIEW","features":[468]},{"name":"FWF_OWNERDATA","features":[468]},{"name":"FWF_SHOWSELALWAYS","features":[468]},{"name":"FWF_SINGLECLICKACTIVATE","features":[468]},{"name":"FWF_SINGLESEL","features":[468]},{"name":"FWF_SNAPTOGRID","features":[468]},{"name":"FWF_SUBSETGROUPS","features":[468]},{"name":"FWF_TRANSPARENT","features":[468]},{"name":"FWF_TRICHECKSELECT","features":[468]},{"name":"FWF_USESEARCHFOLDER","features":[468]},{"name":"FileIconInit","features":[307,468]},{"name":"FileOpenDialog","features":[468]},{"name":"FileOperation","features":[468]},{"name":"FileSaveDialog","features":[468]},{"name":"FileSearchBand","features":[468]},{"name":"FindExecutableA","features":[307,468]},{"name":"FindExecutableW","features":[307,468]},{"name":"Folder","features":[358,468]},{"name":"Folder2","features":[358,468]},{"name":"Folder3","features":[358,468]},{"name":"FolderItem","features":[358,468]},{"name":"FolderItem2","features":[358,468]},{"name":"FolderItemVerb","features":[358,468]},{"name":"FolderItemVerbs","features":[358,468]},{"name":"FolderItems","features":[358,468]},{"name":"FolderItems2","features":[358,468]},{"name":"FolderItems3","features":[358,468]},{"name":"FolderViewHost","features":[468]},{"name":"FrameworkInputPane","features":[468]},{"name":"FreeSpaceCategorizer","features":[468]},{"name":"GADOF_DIRTY","features":[468]},{"name":"GCS_HELPTEXT","features":[468]},{"name":"GCS_HELPTEXTA","features":[468]},{"name":"GCS_HELPTEXTW","features":[468]},{"name":"GCS_UNICODE","features":[468]},{"name":"GCS_VALIDATE","features":[468]},{"name":"GCS_VALIDATEA","features":[468]},{"name":"GCS_VALIDATEW","features":[468]},{"name":"GCS_VERB","features":[468]},{"name":"GCS_VERBA","features":[468]},{"name":"GCS_VERBICONW","features":[468]},{"name":"GCS_VERBW","features":[468]},{"name":"GCT_INVALID","features":[468]},{"name":"GCT_LFNCHAR","features":[468]},{"name":"GCT_SEPARATOR","features":[468]},{"name":"GCT_SHORTCHAR","features":[468]},{"name":"GCT_WILD","features":[468]},{"name":"GETPROPS_NONE","features":[468]},{"name":"GIL_ASYNC","features":[468]},{"name":"GIL_CHECKSHIELD","features":[468]},{"name":"GIL_DEFAULTICON","features":[468]},{"name":"GIL_DONTCACHE","features":[468]},{"name":"GIL_FORCENOSHIELD","features":[468]},{"name":"GIL_FORSHELL","features":[468]},{"name":"GIL_FORSHORTCUT","features":[468]},{"name":"GIL_NOTFILENAME","features":[468]},{"name":"GIL_OPENICON","features":[468]},{"name":"GIL_PERCLASS","features":[468]},{"name":"GIL_PERINSTANCE","features":[468]},{"name":"GIL_SHIELD","features":[468]},{"name":"GIL_SIMULATEDOC","features":[468]},{"name":"GLOBALCOUNTER_APPLICATION_DESTINATIONS","features":[468]},{"name":"GLOBALCOUNTER_APPROVEDSITES","features":[468]},{"name":"GLOBALCOUNTER_APPSFOLDER_FILETYPEASSOCIATION_COUNTER","features":[468]},{"name":"GLOBALCOUNTER_APP_ITEMS_STATE_STORE_CACHE","features":[468]},{"name":"GLOBALCOUNTER_ASSOCCHANGED","features":[468]},{"name":"GLOBALCOUNTER_BANNERS_DATAMODEL_CACHE_MACHINEWIDE","features":[468]},{"name":"GLOBALCOUNTER_BITBUCKETNUMDELETERS","features":[468]},{"name":"GLOBALCOUNTER_COMMONPLACES_LIST_CACHE","features":[468]},{"name":"GLOBALCOUNTER_FOLDERDEFINITION_CACHE","features":[468]},{"name":"GLOBALCOUNTER_FOLDERSETTINGSCHANGE","features":[468]},{"name":"GLOBALCOUNTER_IEONLY_SESSIONS","features":[468]},{"name":"GLOBALCOUNTER_IESESSIONS","features":[468]},{"name":"GLOBALCOUNTER_INTERNETTOOLBAR_LAYOUT","features":[468]},{"name":"GLOBALCOUNTER_MAXIMUMVALUE","features":[468]},{"name":"GLOBALCOUNTER_OVERLAYMANAGER","features":[468]},{"name":"GLOBALCOUNTER_PRIVATE_PROFILE_CACHE","features":[468]},{"name":"GLOBALCOUNTER_PRIVATE_PROFILE_CACHE_MACHINEWIDE","features":[468]},{"name":"GLOBALCOUNTER_QUERYASSOCIATIONS","features":[468]},{"name":"GLOBALCOUNTER_RATINGS","features":[468]},{"name":"GLOBALCOUNTER_RATINGS_STATECOUNTER","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEBINCORRUPTED","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEBINENUM","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_A","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_B","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_C","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_D","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_E","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_F","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_G","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_H","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_I","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_J","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_K","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_L","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_M","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_N","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_O","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_P","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Q","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_R","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_S","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_T","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_U","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_V","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_W","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_X","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Y","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Z","features":[468]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_SHARES","features":[468]},{"name":"GLOBALCOUNTER_RESTRICTIONS","features":[468]},{"name":"GLOBALCOUNTER_SEARCHMANAGER","features":[468]},{"name":"GLOBALCOUNTER_SEARCHOPTIONS","features":[468]},{"name":"GLOBALCOUNTER_SETTINGSYNC_ENABLED","features":[468]},{"name":"GLOBALCOUNTER_SHELLSETTINGSCHANGED","features":[468]},{"name":"GLOBALCOUNTER_SYNC_ENGINE_INFORMATION_CACHE_MACHINEWIDE","features":[468]},{"name":"GLOBALCOUNTER_SYSTEMPIDLCHANGE","features":[468]},{"name":"GLOBALCOUNTER_USERINFOCHANGED","features":[468]},{"name":"GPFIDL_ALTNAME","features":[468]},{"name":"GPFIDL_DEFAULT","features":[468]},{"name":"GPFIDL_FLAGS","features":[468]},{"name":"GPFIDL_UNCPRINTER","features":[468]},{"name":"GenericCredentialProvider","features":[468]},{"name":"GetAcceptLanguagesA","features":[468]},{"name":"GetAcceptLanguagesW","features":[468]},{"name":"GetAllUsersProfileDirectoryA","features":[307,468]},{"name":"GetAllUsersProfileDirectoryW","features":[307,468]},{"name":"GetCurrentProcessExplicitAppUserModelID","features":[468]},{"name":"GetDefaultUserProfileDirectoryA","features":[307,468]},{"name":"GetDefaultUserProfileDirectoryW","features":[307,468]},{"name":"GetDpiForShellUIComponent","features":[468]},{"name":"GetFileNameFromBrowse","features":[307,468]},{"name":"GetMenuContextHelpId","features":[468,371]},{"name":"GetMenuPosFromID","features":[468,371]},{"name":"GetProfileType","features":[307,468]},{"name":"GetProfilesDirectoryA","features":[307,468]},{"name":"GetProfilesDirectoryW","features":[307,468]},{"name":"GetScaleFactorForDevice","features":[634]},{"name":"GetScaleFactorForMonitor","features":[318,634]},{"name":"GetUserProfileDirectoryA","features":[307,468]},{"name":"GetUserProfileDirectoryW","features":[307,468]},{"name":"GetWindowContextHelpId","features":[307,468]},{"name":"GetWindowSubclass","features":[307,468]},{"name":"HDROP","features":[468]},{"name":"HELPINFO","features":[307,468]},{"name":"HELPINFO_MENUITEM","features":[468]},{"name":"HELPINFO_WINDOW","features":[468]},{"name":"HELPWININFOA","features":[468]},{"name":"HELPWININFOW","features":[468]},{"name":"HELP_INFO_TYPE","features":[468]},{"name":"HGSC_DOCUMENTSLIBRARY","features":[468]},{"name":"HGSC_MUSICLIBRARY","features":[468]},{"name":"HGSC_NONE","features":[468]},{"name":"HGSC_PICTURESLIBRARY","features":[468]},{"name":"HGSC_PRINTERS","features":[468]},{"name":"HGSC_VIDEOSLIBRARY","features":[468]},{"name":"HLBWIF_DOCWNDMAXIMIZED","features":[468]},{"name":"HLBWIF_FLAGS","features":[468]},{"name":"HLBWIF_FRAMEWNDMAXIMIZED","features":[468]},{"name":"HLBWIF_HASDOCWNDINFO","features":[468]},{"name":"HLBWIF_HASFRAMEWNDINFO","features":[468]},{"name":"HLBWIF_HASWEBTOOLBARINFO","features":[468]},{"name":"HLBWIF_WEBTOOLBARHIDDEN","features":[468]},{"name":"HLBWINFO","features":[307,468]},{"name":"HLFNAMEF","features":[468]},{"name":"HLFNAMEF_DEFAULT","features":[468]},{"name":"HLFNAMEF_TRYCACHE","features":[468]},{"name":"HLFNAMEF_TRYFULLTARGET","features":[468]},{"name":"HLFNAMEF_TRYPRETTYTARGET","features":[468]},{"name":"HLFNAMEF_TRYWIN95SHORTCUT","features":[468]},{"name":"HLID_CURRENT","features":[468]},{"name":"HLID_INFO","features":[468]},{"name":"HLID_INVALID","features":[468]},{"name":"HLID_NEXT","features":[468]},{"name":"HLID_PREVIOUS","features":[468]},{"name":"HLID_STACKBOTTOM","features":[468]},{"name":"HLID_STACKTOP","features":[468]},{"name":"HLINKGETREF","features":[468]},{"name":"HLINKGETREF_ABSOLUTE","features":[468]},{"name":"HLINKGETREF_DEFAULT","features":[468]},{"name":"HLINKGETREF_RELATIVE","features":[468]},{"name":"HLINKMISC","features":[468]},{"name":"HLINKMISC_RELATIVE","features":[468]},{"name":"HLINKSETF","features":[468]},{"name":"HLINKSETF_LOCATION","features":[468]},{"name":"HLINKSETF_TARGET","features":[468]},{"name":"HLINKWHICHMK","features":[468]},{"name":"HLINKWHICHMK_BASE","features":[468]},{"name":"HLINKWHICHMK_CONTAINER","features":[468]},{"name":"HLINK_E_FIRST","features":[468]},{"name":"HLINK_S_DONTHIDE","features":[468]},{"name":"HLINK_S_FIRST","features":[468]},{"name":"HLITEM","features":[468]},{"name":"HLNF","features":[468]},{"name":"HLNF_ALLOW_AUTONAVIGATE","features":[468]},{"name":"HLNF_CALLERUNTRUSTED","features":[468]},{"name":"HLNF_CREATENOHISTORY","features":[468]},{"name":"HLNF_DISABLEWINDOWRESTRICTIONS","features":[468]},{"name":"HLNF_EXTERNALNAVIGATE","features":[468]},{"name":"HLNF_INTERNALJUMP","features":[468]},{"name":"HLNF_NAVIGATINGBACK","features":[468]},{"name":"HLNF_NAVIGATINGFORWARD","features":[468]},{"name":"HLNF_NAVIGATINGTOSTACKITEM","features":[468]},{"name":"HLNF_NEWWINDOWSMANAGED","features":[468]},{"name":"HLNF_OPENINNEWWINDOW","features":[468]},{"name":"HLNF_TRUSTEDFORACTIVEX","features":[468]},{"name":"HLNF_TRUSTFIRSTDOWNLOAD","features":[468]},{"name":"HLNF_UNTRUSTEDFORDOWNLOAD","features":[468]},{"name":"HLQF_INFO","features":[468]},{"name":"HLQF_ISCURRENT","features":[468]},{"name":"HLQF_ISVALID","features":[468]},{"name":"HLSHORTCUTF","features":[468]},{"name":"HLSHORTCUTF_DEFAULT","features":[468]},{"name":"HLSHORTCUTF_DONTACTUALLYCREATE","features":[468]},{"name":"HLSHORTCUTF_MAYUSEEXISTINGSHORTCUT","features":[468]},{"name":"HLSHORTCUTF_USEFILENAMEFROMFRIENDLYNAME","features":[468]},{"name":"HLSHORTCUTF_USEUNIQUEFILENAME","features":[468]},{"name":"HLSR","features":[468]},{"name":"HLSR_HISTORYFOLDER","features":[468]},{"name":"HLSR_HOME","features":[468]},{"name":"HLSR_SEARCHPAGE","features":[468]},{"name":"HLTBINFO","features":[307,468]},{"name":"HLTB_DOCKEDBOTTOM","features":[468]},{"name":"HLTB_DOCKEDLEFT","features":[468]},{"name":"HLTB_DOCKEDRIGHT","features":[468]},{"name":"HLTB_DOCKEDTOP","features":[468]},{"name":"HLTB_FLOATING","features":[468]},{"name":"HLTB_INFO","features":[468]},{"name":"HLTRANSLATEF","features":[468]},{"name":"HLTRANSLATEF_DEFAULT","features":[468]},{"name":"HLTRANSLATEF_DONTAPPLYDEFAULTPREFIX","features":[468]},{"name":"HMONITOR_UserFree","features":[318,468]},{"name":"HMONITOR_UserFree64","features":[318,468]},{"name":"HMONITOR_UserMarshal","features":[318,468]},{"name":"HMONITOR_UserMarshal64","features":[318,468]},{"name":"HMONITOR_UserSize","features":[318,468]},{"name":"HMONITOR_UserSize64","features":[318,468]},{"name":"HMONITOR_UserUnmarshal","features":[318,468]},{"name":"HMONITOR_UserUnmarshal64","features":[318,468]},{"name":"HOMEGROUPSHARINGCHOICES","features":[468]},{"name":"HOMEGROUP_SECURITY_GROUP","features":[468]},{"name":"HOMEGROUP_SECURITY_GROUP_MULTI","features":[468]},{"name":"HPSXA","features":[468]},{"name":"HashData","features":[468]},{"name":"HideInputPaneAnimationCoordinator","features":[468]},{"name":"HlinkClone","features":[468]},{"name":"HlinkCreateBrowseContext","features":[468]},{"name":"HlinkCreateExtensionServices","features":[307,468]},{"name":"HlinkCreateFromData","features":[358,468]},{"name":"HlinkCreateFromMoniker","features":[358,468]},{"name":"HlinkCreateFromString","features":[468]},{"name":"HlinkCreateShortcut","features":[468]},{"name":"HlinkCreateShortcutFromMoniker","features":[358,468]},{"name":"HlinkCreateShortcutFromString","features":[468]},{"name":"HlinkGetSpecialReference","features":[468]},{"name":"HlinkGetValueFromParams","features":[468]},{"name":"HlinkIsShortcut","features":[468]},{"name":"HlinkNavigate","features":[358,468]},{"name":"HlinkNavigateToStringReference","features":[358,468]},{"name":"HlinkOnNavigate","features":[358,468]},{"name":"HlinkOnRenameDocument","features":[358,468]},{"name":"HlinkParseDisplayName","features":[307,358,468]},{"name":"HlinkPreprocessMoniker","features":[358,468]},{"name":"HlinkQueryCreateFromData","features":[358,468]},{"name":"HlinkResolveMonikerForData","features":[358,468]},{"name":"HlinkResolveShortcut","features":[468]},{"name":"HlinkResolveShortcutToMoniker","features":[358,468]},{"name":"HlinkResolveShortcutToString","features":[468]},{"name":"HlinkResolveStringForData","features":[358,468]},{"name":"HlinkSetSpecialReference","features":[468]},{"name":"HlinkTranslateURL","features":[468]},{"name":"HlinkUpdateStackItem","features":[358,468]},{"name":"HomeGroup","features":[468]},{"name":"IACList","features":[468]},{"name":"IACList2","features":[468]},{"name":"IAccessibilityDockingService","features":[468]},{"name":"IAccessibilityDockingServiceCallback","features":[468]},{"name":"IAccessibleObject","features":[468]},{"name":"IActionProgress","features":[468]},{"name":"IActionProgressDialog","features":[468]},{"name":"IAppActivationUIInfo","features":[468]},{"name":"IAppPublisher","features":[468]},{"name":"IAppVisibility","features":[468]},{"name":"IAppVisibilityEvents","features":[468]},{"name":"IApplicationActivationManager","features":[468]},{"name":"IApplicationAssociationRegistration","features":[468]},{"name":"IApplicationAssociationRegistrationUI","features":[468]},{"name":"IApplicationDesignModeSettings","features":[468]},{"name":"IApplicationDesignModeSettings2","features":[468]},{"name":"IApplicationDestinations","features":[468]},{"name":"IApplicationDocumentLists","features":[468]},{"name":"IAssocHandler","features":[468]},{"name":"IAssocHandlerInvoker","features":[468]},{"name":"IAttachmentExecute","features":[468]},{"name":"IAutoComplete","features":[468]},{"name":"IAutoComplete2","features":[468]},{"name":"IAutoCompleteDropDown","features":[468]},{"name":"IBandHost","features":[468]},{"name":"IBandSite","features":[468]},{"name":"IBannerNotificationHandler","features":[468]},{"name":"IBanneredBar","features":[468]},{"name":"IBrowserFrameOptions","features":[468]},{"name":"IBrowserService","features":[468]},{"name":"IBrowserService2","features":[468]},{"name":"IBrowserService3","features":[468]},{"name":"IBrowserService4","features":[468]},{"name":"ICDBurn","features":[468]},{"name":"ICDBurnExt","features":[468]},{"name":"ICategorizer","features":[468]},{"name":"ICategoryProvider","features":[468]},{"name":"IColumnManager","features":[468]},{"name":"IColumnProvider","features":[468]},{"name":"ICommDlgBrowser","features":[468]},{"name":"ICommDlgBrowser2","features":[468]},{"name":"ICommDlgBrowser3","features":[468]},{"name":"IComputerInfoChangeNotify","features":[468]},{"name":"IConnectableCredentialProviderCredential","features":[468]},{"name":"IContactManagerInterop","features":[468]},{"name":"IContextMenu","features":[468]},{"name":"IContextMenu2","features":[468]},{"name":"IContextMenu3","features":[468]},{"name":"IContextMenuCB","features":[468]},{"name":"IContextMenuSite","features":[468]},{"name":"ICopyHookA","features":[468]},{"name":"ICopyHookW","features":[468]},{"name":"ICreateProcessInputs","features":[468]},{"name":"ICreatingProcess","features":[468]},{"name":"ICredentialProvider","features":[468]},{"name":"ICredentialProviderCredential","features":[468]},{"name":"ICredentialProviderCredential2","features":[468]},{"name":"ICredentialProviderCredentialEvents","features":[468]},{"name":"ICredentialProviderCredentialEvents2","features":[468]},{"name":"ICredentialProviderCredentialWithFieldOptions","features":[468]},{"name":"ICredentialProviderEvents","features":[468]},{"name":"ICredentialProviderFilter","features":[468]},{"name":"ICredentialProviderSetUserArray","features":[468]},{"name":"ICredentialProviderUser","features":[468]},{"name":"ICredentialProviderUserArray","features":[468]},{"name":"ICurrentItem","features":[468]},{"name":"ICurrentWorkingDirectory","features":[468]},{"name":"ICustomDestinationList","features":[468]},{"name":"IDC_OFFLINE_HAND","features":[468]},{"name":"IDC_PANTOOL_HAND_CLOSED","features":[468]},{"name":"IDC_PANTOOL_HAND_OPEN","features":[468]},{"name":"IDD_WIZEXTN_FIRST","features":[468]},{"name":"IDD_WIZEXTN_LAST","features":[468]},{"name":"IDO_SHGIOI_DEFAULT","features":[468]},{"name":"IDO_SHGIOI_LINK","features":[468]},{"name":"IDO_SHGIOI_SHARE","features":[468]},{"name":"IDO_SHGIOI_SLOWFILE","features":[468]},{"name":"IDS_DESCRIPTION","features":[468]},{"name":"ID_APP","features":[468]},{"name":"IDataObjectAsyncCapability","features":[468]},{"name":"IDataObjectProvider","features":[468]},{"name":"IDataTransferManagerInterop","features":[468]},{"name":"IDefaultExtractIconInit","features":[468]},{"name":"IDefaultFolderMenuInitialize","features":[468]},{"name":"IDelegateFolder","features":[468]},{"name":"IDelegateItem","features":[468]},{"name":"IDeskBand","features":[359,468]},{"name":"IDeskBand2","features":[359,468]},{"name":"IDeskBandInfo","features":[468]},{"name":"IDeskBar","features":[359,468]},{"name":"IDeskBarClient","features":[359,468]},{"name":"IDesktopGadget","features":[468]},{"name":"IDesktopWallpaper","features":[468]},{"name":"IDestinationStreamFactory","features":[468]},{"name":"IDisplayItem","features":[468]},{"name":"IDocViewSite","features":[468]},{"name":"IDockingWindow","features":[359,468]},{"name":"IDockingWindowFrame","features":[359,468]},{"name":"IDockingWindowSite","features":[359,468]},{"name":"IDragSourceHelper","features":[468]},{"name":"IDragSourceHelper2","features":[468]},{"name":"IDropTargetHelper","features":[468]},{"name":"IDynamicHWHandler","features":[468]},{"name":"IEIFLAG_ASPECT","features":[468]},{"name":"IEIFLAG_ASYNC","features":[468]},{"name":"IEIFLAG_CACHE","features":[468]},{"name":"IEIFLAG_GLEAM","features":[468]},{"name":"IEIFLAG_NOBORDER","features":[468]},{"name":"IEIFLAG_NOSTAMP","features":[468]},{"name":"IEIFLAG_OFFLINE","features":[468]},{"name":"IEIFLAG_ORIGSIZE","features":[468]},{"name":"IEIFLAG_QUALITY","features":[468]},{"name":"IEIFLAG_REFRESH","features":[468]},{"name":"IEIFLAG_SCREEN","features":[468]},{"name":"IEIT_PRIORITY_NORMAL","features":[468]},{"name":"IEI_PRIORITY_MAX","features":[468]},{"name":"IEI_PRIORITY_MIN","features":[468]},{"name":"IENamespaceTreeControl","features":[468]},{"name":"IEPDNFLAGS","features":[468]},{"name":"IEPDN_BINDINGUI","features":[468]},{"name":"IESHORTCUTFLAGS","features":[468]},{"name":"IESHORTCUT_BACKGROUNDTAB","features":[468]},{"name":"IESHORTCUT_FORCENAVIGATE","features":[468]},{"name":"IESHORTCUT_NEWBROWSER","features":[468]},{"name":"IESHORTCUT_OPENNEWTAB","features":[468]},{"name":"IEnumACString","features":[358,468]},{"name":"IEnumAssocHandlers","features":[468]},{"name":"IEnumExplorerCommand","features":[468]},{"name":"IEnumExtraSearch","features":[468]},{"name":"IEnumFullIDList","features":[468]},{"name":"IEnumHLITEM","features":[468]},{"name":"IEnumIDList","features":[468]},{"name":"IEnumObjects","features":[468]},{"name":"IEnumPublishedApps","features":[468]},{"name":"IEnumReadyCallback","features":[468]},{"name":"IEnumResources","features":[468]},{"name":"IEnumShellItems","features":[468]},{"name":"IEnumSyncMgrConflict","features":[468]},{"name":"IEnumSyncMgrEvents","features":[468]},{"name":"IEnumSyncMgrSyncItems","features":[468]},{"name":"IEnumTravelLogEntry","features":[468]},{"name":"IEnumerableView","features":[468]},{"name":"IExecuteCommand","features":[468]},{"name":"IExecuteCommandApplicationHostEnvironment","features":[468]},{"name":"IExecuteCommandHost","features":[468]},{"name":"IExpDispSupport","features":[468]},{"name":"IExpDispSupportXP","features":[468]},{"name":"IExplorerBrowser","features":[468]},{"name":"IExplorerBrowserEvents","features":[468]},{"name":"IExplorerCommand","features":[468]},{"name":"IExplorerCommandProvider","features":[468]},{"name":"IExplorerCommandState","features":[468]},{"name":"IExplorerPaneVisibility","features":[468]},{"name":"IExtensionServices","features":[468]},{"name":"IExtractIconA","features":[468]},{"name":"IExtractIconW","features":[468]},{"name":"IExtractImage","features":[468]},{"name":"IExtractImage2","features":[468]},{"name":"IFileDialog","features":[468]},{"name":"IFileDialog2","features":[468]},{"name":"IFileDialogControlEvents","features":[468]},{"name":"IFileDialogCustomize","features":[468]},{"name":"IFileDialogEvents","features":[468]},{"name":"IFileIsInUse","features":[468]},{"name":"IFileOpenDialog","features":[468]},{"name":"IFileOperation","features":[468]},{"name":"IFileOperation2","features":[468]},{"name":"IFileOperationProgressSink","features":[468]},{"name":"IFileSaveDialog","features":[468]},{"name":"IFileSearchBand","features":[358,468]},{"name":"IFileSyncMergeHandler","features":[468]},{"name":"IFileSystemBindData","features":[468]},{"name":"IFileSystemBindData2","features":[468]},{"name":"IFolderBandPriv","features":[468]},{"name":"IFolderFilter","features":[468]},{"name":"IFolderFilterSite","features":[468]},{"name":"IFolderView","features":[468]},{"name":"IFolderView2","features":[468]},{"name":"IFolderViewHost","features":[468]},{"name":"IFolderViewOC","features":[358,468]},{"name":"IFolderViewOptions","features":[468]},{"name":"IFolderViewSettings","features":[468]},{"name":"IFrameworkInputPane","features":[468]},{"name":"IFrameworkInputPaneHandler","features":[468]},{"name":"IGetServiceIds","features":[468]},{"name":"IHWEventHandler","features":[468]},{"name":"IHWEventHandler2","features":[468]},{"name":"IHandlerActivationHost","features":[468]},{"name":"IHandlerInfo","features":[468]},{"name":"IHandlerInfo2","features":[468]},{"name":"IHlink","features":[468]},{"name":"IHlinkBrowseContext","features":[468]},{"name":"IHlinkFrame","features":[468]},{"name":"IHlinkSite","features":[468]},{"name":"IHlinkTarget","features":[468]},{"name":"IHomeGroup","features":[468]},{"name":"IIOCancelInformation","features":[468]},{"name":"IIdentityName","features":[468]},{"name":"IImageRecompress","features":[468]},{"name":"IInitializeCommand","features":[468]},{"name":"IInitializeNetworkFolder","features":[468]},{"name":"IInitializeObject","features":[468]},{"name":"IInitializeWithBindCtx","features":[468]},{"name":"IInitializeWithItem","features":[468]},{"name":"IInitializeWithPropertyStore","features":[468]},{"name":"IInitializeWithWindow","features":[468]},{"name":"IInputObject","features":[468]},{"name":"IInputObject2","features":[468]},{"name":"IInputObjectSite","features":[468]},{"name":"IInputPaneAnimationCoordinator","features":[468]},{"name":"IInputPanelConfiguration","features":[468]},{"name":"IInputPanelInvocationConfiguration","features":[468]},{"name":"IInsertItem","features":[468]},{"name":"IItemNameLimits","features":[468]},{"name":"IKnownFolder","features":[468]},{"name":"IKnownFolderManager","features":[468]},{"name":"ILAppendID","features":[307,634]},{"name":"ILClone","features":[634]},{"name":"ILCloneFirst","features":[634]},{"name":"ILCombine","features":[634]},{"name":"ILCreateFromPathA","features":[634]},{"name":"ILCreateFromPathW","features":[634]},{"name":"ILFindChild","features":[634]},{"name":"ILFindLastID","features":[634]},{"name":"ILFree","features":[634]},{"name":"ILGetNext","features":[634]},{"name":"ILGetSize","features":[634]},{"name":"ILIsEqual","features":[307,634]},{"name":"ILIsParent","features":[307,634]},{"name":"ILLoadFromStreamEx","features":[358,634]},{"name":"ILMM_IE4","features":[468]},{"name":"ILRemoveLastID","features":[307,634]},{"name":"ILSaveToStream","features":[358,634]},{"name":"ILaunchSourceAppUserModelId","features":[468]},{"name":"ILaunchSourceViewSizePreference","features":[468]},{"name":"ILaunchTargetMonitor","features":[468]},{"name":"ILaunchTargetViewSizePreference","features":[468]},{"name":"ILaunchUIContext","features":[468]},{"name":"ILaunchUIContextProvider","features":[468]},{"name":"IMM_ACC_DOCKING_E_DOCKOCCUPIED","features":[468]},{"name":"IMM_ACC_DOCKING_E_INSUFFICIENTHEIGHT","features":[468]},{"name":"IMSC_E_SHELL_COMPONENT_STARTUP_FAILURE","features":[468]},{"name":"IMenuBand","features":[468]},{"name":"IMenuPopup","features":[359,468]},{"name":"IModalWindow","features":[468]},{"name":"INTERNET_MAX_PATH_LENGTH","features":[468]},{"name":"INTERNET_MAX_SCHEME_LENGTH","features":[468]},{"name":"INameSpaceTreeAccessible","features":[468]},{"name":"INameSpaceTreeControl","features":[468]},{"name":"INameSpaceTreeControl2","features":[468]},{"name":"INameSpaceTreeControlCustomDraw","features":[468]},{"name":"INameSpaceTreeControlDropHandler","features":[468]},{"name":"INameSpaceTreeControlEvents","features":[468]},{"name":"INameSpaceTreeControlFolderCapabilities","features":[468]},{"name":"INamedPropertyBag","features":[468]},{"name":"INamespaceWalk","features":[468]},{"name":"INamespaceWalkCB","features":[468]},{"name":"INamespaceWalkCB2","features":[468]},{"name":"INetworkFolderInternal","features":[468]},{"name":"INewMenuClient","features":[468]},{"name":"INewShortcutHookA","features":[468]},{"name":"INewShortcutHookW","features":[468]},{"name":"INewWDEvents","features":[358,468]},{"name":"INewWindowManager","features":[468]},{"name":"INotifyReplica","features":[468]},{"name":"IObjMgr","features":[468]},{"name":"IObjectProvider","features":[468]},{"name":"IObjectWithAppUserModelID","features":[468]},{"name":"IObjectWithBackReferences","features":[468]},{"name":"IObjectWithCancelEvent","features":[468]},{"name":"IObjectWithFolderEnumMode","features":[468]},{"name":"IObjectWithProgID","features":[468]},{"name":"IObjectWithSelection","features":[468]},{"name":"IOpenControlPanel","features":[468]},{"name":"IOpenSearchSource","features":[468]},{"name":"IOperationsProgressDialog","features":[468]},{"name":"IPackageDebugSettings","features":[468]},{"name":"IPackageDebugSettings2","features":[468]},{"name":"IPackageExecutionStateChangeNotification","features":[468]},{"name":"IParentAndItem","features":[468]},{"name":"IParseAndCreateItem","features":[468]},{"name":"IPersistFolder","features":[358,468]},{"name":"IPersistFolder2","features":[358,468]},{"name":"IPersistFolder3","features":[358,468]},{"name":"IPersistIDList","features":[358,468]},{"name":"IPreviewHandler","features":[468]},{"name":"IPreviewHandlerFrame","features":[468]},{"name":"IPreviewHandlerVisuals","features":[468]},{"name":"IPreviewItem","features":[468]},{"name":"IPreviousVersionsInfo","features":[468]},{"name":"IProfferService","features":[468]},{"name":"IProgressDialog","features":[468]},{"name":"IPropertyKeyStore","features":[468]},{"name":"IPublishedApp","features":[468]},{"name":"IPublishedApp2","features":[468]},{"name":"IPublishingWizard","features":[468]},{"name":"IQueryAssociations","features":[468]},{"name":"IQueryCancelAutoPlay","features":[468]},{"name":"IQueryCodePage","features":[468]},{"name":"IQueryContinue","features":[468]},{"name":"IQueryContinueWithStatus","features":[468]},{"name":"IQueryInfo","features":[468]},{"name":"IRTIR_TASK_FINISHED","features":[468]},{"name":"IRTIR_TASK_NOT_RUNNING","features":[468]},{"name":"IRTIR_TASK_PENDING","features":[468]},{"name":"IRTIR_TASK_RUNNING","features":[468]},{"name":"IRTIR_TASK_SUSPENDED","features":[468]},{"name":"IRegTreeItem","features":[468]},{"name":"IRelatedItem","features":[468]},{"name":"IRemoteComputer","features":[468]},{"name":"IResolveShellLink","features":[468]},{"name":"IResultsFolder","features":[468]},{"name":"IRunnableTask","features":[468]},{"name":"ISFBVIEWMODE_LARGEICONS","features":[468]},{"name":"ISFBVIEWMODE_LOGOS","features":[468]},{"name":"ISFBVIEWMODE_SMALLICONS","features":[468]},{"name":"ISFB_MASK_BKCOLOR","features":[468]},{"name":"ISFB_MASK_COLORS","features":[468]},{"name":"ISFB_MASK_IDLIST","features":[468]},{"name":"ISFB_MASK_SHELLFOLDER","features":[468]},{"name":"ISFB_MASK_STATE","features":[468]},{"name":"ISFB_MASK_VIEWMODE","features":[468]},{"name":"ISFB_STATE_ALLOWRENAME","features":[468]},{"name":"ISFB_STATE_BTNMINSIZE","features":[468]},{"name":"ISFB_STATE_CHANNELBAR","features":[468]},{"name":"ISFB_STATE_DEBOSSED","features":[468]},{"name":"ISFB_STATE_DEFAULT","features":[468]},{"name":"ISFB_STATE_FULLOPEN","features":[468]},{"name":"ISFB_STATE_NONAMESORT","features":[468]},{"name":"ISFB_STATE_NOSHOWTEXT","features":[468]},{"name":"ISFB_STATE_QLINKSMODE","features":[468]},{"name":"ISHCUTCMDID_COMMITHISTORY","features":[468]},{"name":"ISHCUTCMDID_DOWNLOADICON","features":[468]},{"name":"ISHCUTCMDID_INTSHORTCUTCREATE","features":[468]},{"name":"ISHCUTCMDID_SETUSERAWURL","features":[468]},{"name":"ISIOI_ICONFILE","features":[468]},{"name":"ISIOI_ICONINDEX","features":[468]},{"name":"IS_E_EXEC_FAILED","features":[468]},{"name":"IS_FULLSCREEN","features":[468]},{"name":"IS_NORMAL","features":[468]},{"name":"IS_SPLIT","features":[468]},{"name":"IScriptErrorList","features":[358,468]},{"name":"ISearchBoxInfo","features":[468]},{"name":"ISearchContext","features":[468]},{"name":"ISearchFolderItemFactory","features":[468]},{"name":"ISharedBitmap","features":[468]},{"name":"ISharingConfigurationManager","features":[468]},{"name":"IShellApp","features":[468]},{"name":"IShellBrowser","features":[359,468]},{"name":"IShellChangeNotify","features":[468]},{"name":"IShellDetails","features":[468]},{"name":"IShellDispatch","features":[358,468]},{"name":"IShellDispatch2","features":[358,468]},{"name":"IShellDispatch3","features":[358,468]},{"name":"IShellDispatch4","features":[358,468]},{"name":"IShellDispatch5","features":[358,468]},{"name":"IShellDispatch6","features":[358,468]},{"name":"IShellExtInit","features":[468]},{"name":"IShellFavoritesNameSpace","features":[358,468]},{"name":"IShellFolder","features":[468]},{"name":"IShellFolder2","features":[468]},{"name":"IShellFolderBand","features":[468]},{"name":"IShellFolderView","features":[468]},{"name":"IShellFolderViewCB","features":[468]},{"name":"IShellFolderViewDual","features":[358,468]},{"name":"IShellFolderViewDual2","features":[358,468]},{"name":"IShellFolderViewDual3","features":[358,468]},{"name":"IShellIcon","features":[468]},{"name":"IShellIconOverlay","features":[468]},{"name":"IShellIconOverlayIdentifier","features":[468]},{"name":"IShellIconOverlayManager","features":[468]},{"name":"IShellImageData","features":[468]},{"name":"IShellImageDataAbort","features":[468]},{"name":"IShellImageDataFactory","features":[468]},{"name":"IShellItem","features":[468]},{"name":"IShellItem2","features":[468]},{"name":"IShellItemArray","features":[468]},{"name":"IShellItemFilter","features":[468]},{"name":"IShellItemImageFactory","features":[468]},{"name":"IShellItemResources","features":[468]},{"name":"IShellLibrary","features":[468]},{"name":"IShellLinkA","features":[468]},{"name":"IShellLinkDataList","features":[468]},{"name":"IShellLinkDual","features":[358,468]},{"name":"IShellLinkDual2","features":[358,468]},{"name":"IShellLinkW","features":[468]},{"name":"IShellMenu","features":[468]},{"name":"IShellMenuCallback","features":[468]},{"name":"IShellNameSpace","features":[358,468]},{"name":"IShellPropSheetExt","features":[468]},{"name":"IShellRunDll","features":[468]},{"name":"IShellService","features":[468]},{"name":"IShellTaskScheduler","features":[468]},{"name":"IShellUIHelper","features":[358,468]},{"name":"IShellUIHelper2","features":[358,468]},{"name":"IShellUIHelper3","features":[358,468]},{"name":"IShellUIHelper4","features":[358,468]},{"name":"IShellUIHelper5","features":[358,468]},{"name":"IShellUIHelper6","features":[358,468]},{"name":"IShellUIHelper7","features":[358,468]},{"name":"IShellUIHelper8","features":[358,468]},{"name":"IShellUIHelper9","features":[358,468]},{"name":"IShellView","features":[359,468]},{"name":"IShellView2","features":[359,468]},{"name":"IShellView3","features":[359,468]},{"name":"IShellWindows","features":[358,468]},{"name":"ISortColumnArray","features":[468]},{"name":"IStartMenuPinnedList","features":[468]},{"name":"IStorageProviderBanners","features":[468]},{"name":"IStorageProviderCopyHook","features":[468]},{"name":"IStorageProviderHandler","features":[468]},{"name":"IStorageProviderPropertyHandler","features":[468]},{"name":"IStreamAsync","features":[358,468]},{"name":"IStreamUnbufferedInfo","features":[468]},{"name":"IStream_Copy","features":[358,468]},{"name":"IStream_Read","features":[358,468]},{"name":"IStream_ReadPidl","features":[358,634]},{"name":"IStream_ReadStr","features":[358,468]},{"name":"IStream_Reset","features":[358,468]},{"name":"IStream_Size","features":[358,468]},{"name":"IStream_Write","features":[358,468]},{"name":"IStream_WritePidl","features":[358,634]},{"name":"IStream_WriteStr","features":[358,468]},{"name":"ISuspensionDependencyManager","features":[468]},{"name":"ISyncMgrConflict","features":[468]},{"name":"ISyncMgrConflictFolder","features":[468]},{"name":"ISyncMgrConflictItems","features":[468]},{"name":"ISyncMgrConflictPresenter","features":[468]},{"name":"ISyncMgrConflictResolutionItems","features":[468]},{"name":"ISyncMgrConflictResolveInfo","features":[468]},{"name":"ISyncMgrConflictStore","features":[468]},{"name":"ISyncMgrControl","features":[468]},{"name":"ISyncMgrEnumItems","features":[468]},{"name":"ISyncMgrEvent","features":[468]},{"name":"ISyncMgrEventLinkUIOperation","features":[468]},{"name":"ISyncMgrEventStore","features":[468]},{"name":"ISyncMgrHandler","features":[468]},{"name":"ISyncMgrHandlerCollection","features":[468]},{"name":"ISyncMgrHandlerInfo","features":[468]},{"name":"ISyncMgrRegister","features":[468]},{"name":"ISyncMgrResolutionHandler","features":[468]},{"name":"ISyncMgrScheduleWizardUIOperation","features":[468]},{"name":"ISyncMgrSessionCreator","features":[468]},{"name":"ISyncMgrSyncCallback","features":[468]},{"name":"ISyncMgrSyncItem","features":[468]},{"name":"ISyncMgrSyncItemContainer","features":[468]},{"name":"ISyncMgrSyncItemInfo","features":[468]},{"name":"ISyncMgrSyncResult","features":[468]},{"name":"ISyncMgrSynchronize","features":[468]},{"name":"ISyncMgrSynchronizeCallback","features":[468]},{"name":"ISyncMgrSynchronizeInvoke","features":[468]},{"name":"ISyncMgrUIOperation","features":[468]},{"name":"ITEMSPACING","features":[468]},{"name":"ITSAT_DEFAULT_PRIORITY","features":[468]},{"name":"ITSAT_MAX_PRIORITY","features":[468]},{"name":"ITSAT_MIN_PRIORITY","features":[468]},{"name":"ITSSFLAG_COMPLETE_ON_DESTROY","features":[468]},{"name":"ITSSFLAG_FLAGS_MASK","features":[468]},{"name":"ITSSFLAG_KILL_ON_DESTROY","features":[468]},{"name":"ITSS_THREAD_TIMEOUT_NO_CHANGE","features":[468]},{"name":"ITaskbarList","features":[468]},{"name":"ITaskbarList2","features":[468]},{"name":"ITaskbarList3","features":[468]},{"name":"ITaskbarList4","features":[468]},{"name":"IThumbnailCache","features":[468]},{"name":"IThumbnailCachePrimer","features":[468]},{"name":"IThumbnailCapture","features":[468]},{"name":"IThumbnailHandlerFactory","features":[468]},{"name":"IThumbnailProvider","features":[468]},{"name":"IThumbnailSettings","features":[468]},{"name":"IThumbnailStreamCache","features":[468]},{"name":"ITrackShellMenu","features":[468]},{"name":"ITranscodeImage","features":[468]},{"name":"ITransferAdviseSink","features":[468]},{"name":"ITransferDestination","features":[468]},{"name":"ITransferMediumItem","features":[468]},{"name":"ITransferSource","features":[468]},{"name":"ITravelEntry","features":[468]},{"name":"ITravelLog","features":[468]},{"name":"ITravelLogClient","features":[468]},{"name":"ITravelLogEntry","features":[468]},{"name":"ITravelLogStg","features":[468]},{"name":"ITrayDeskBand","features":[468]},{"name":"IURLSearchHook","features":[468]},{"name":"IURLSearchHook2","features":[468]},{"name":"IURL_INVOKECOMMAND_FLAGS","features":[468]},{"name":"IURL_INVOKECOMMAND_FL_ALLOW_UI","features":[468]},{"name":"IURL_INVOKECOMMAND_FL_ASYNCOK","features":[468]},{"name":"IURL_INVOKECOMMAND_FL_DDEWAIT","features":[468]},{"name":"IURL_INVOKECOMMAND_FL_LOG_USAGE","features":[468]},{"name":"IURL_INVOKECOMMAND_FL_USE_DEFAULT_VERB","features":[468]},{"name":"IURL_SETURL_FLAGS","features":[468]},{"name":"IURL_SETURL_FL_GUESS_PROTOCOL","features":[468]},{"name":"IURL_SETURL_FL_USE_DEFAULT_PROTOCOL","features":[468]},{"name":"IUniformResourceLocatorA","features":[468]},{"name":"IUniformResourceLocatorW","features":[468]},{"name":"IUnknown_AtomicRelease","features":[468]},{"name":"IUnknown_GetSite","features":[468]},{"name":"IUnknown_GetWindow","features":[307,468]},{"name":"IUnknown_QueryService","features":[468]},{"name":"IUnknown_Set","features":[468]},{"name":"IUnknown_SetSite","features":[468]},{"name":"IUpdateIDList","features":[468]},{"name":"IUseToBrowseItem","features":[468]},{"name":"IUserAccountChangeCallback","features":[468]},{"name":"IUserNotification","features":[468]},{"name":"IUserNotification2","features":[468]},{"name":"IUserNotificationCallback","features":[468]},{"name":"IViewStateIdentityItem","features":[468]},{"name":"IVirtualDesktopManager","features":[468]},{"name":"IVisualProperties","features":[468]},{"name":"IWebBrowser","features":[358,468]},{"name":"IWebBrowser2","features":[358,468]},{"name":"IWebBrowserApp","features":[358,468]},{"name":"IWebWizardExtension","features":[468]},{"name":"IWebWizardHost","features":[358,468]},{"name":"IWebWizardHost2","features":[358,468]},{"name":"IWizardExtension","features":[468]},{"name":"IWizardSite","features":[468]},{"name":"Identity_LocalUserProvider","features":[468]},{"name":"ImageProperties","features":[468]},{"name":"ImageRecompress","features":[468]},{"name":"ImageTranscode","features":[468]},{"name":"ImportPrivacySettings","features":[307,468]},{"name":"InitNetworkAddressControl","features":[307,468]},{"name":"InitPropVariantFromStrRet","features":[307,387,360,634]},{"name":"InitVariantFromStrRet","features":[307,358,359,360,634]},{"name":"InputPanelConfiguration","features":[468]},{"name":"InternetExplorer","features":[468]},{"name":"InternetExplorerMedium","features":[468]},{"name":"InternetPrintOrdering","features":[468]},{"name":"IntlStrEqWorkerA","features":[307,468]},{"name":"IntlStrEqWorkerW","features":[307,468]},{"name":"IsCharSpaceA","features":[307,468]},{"name":"IsCharSpaceW","features":[307,468]},{"name":"IsInternetESCEnabled","features":[307,468]},{"name":"IsLFNDriveA","features":[307,468]},{"name":"IsLFNDriveW","features":[307,468]},{"name":"IsNetDrive","features":[468]},{"name":"IsOS","features":[307,468]},{"name":"IsUserAnAdmin","features":[307,468]},{"name":"ItemCount_Property_GUID","features":[468]},{"name":"ItemIndex_Property_GUID","features":[468]},{"name":"KDC_FREQUENT","features":[468]},{"name":"KDC_RECENT","features":[468]},{"name":"KFDF_LOCAL_REDIRECT_ONLY","features":[468]},{"name":"KFDF_NO_REDIRECT_UI","features":[468]},{"name":"KFDF_PRECREATE","features":[468]},{"name":"KFDF_PUBLISHEXPANDEDPATH","features":[468]},{"name":"KFDF_ROAMABLE","features":[468]},{"name":"KFDF_STREAM","features":[468]},{"name":"KF_CATEGORY","features":[468]},{"name":"KF_CATEGORY_COMMON","features":[468]},{"name":"KF_CATEGORY_FIXED","features":[468]},{"name":"KF_CATEGORY_PERUSER","features":[468]},{"name":"KF_CATEGORY_VIRTUAL","features":[468]},{"name":"KF_FLAG_ALIAS_ONLY","features":[468]},{"name":"KF_FLAG_CREATE","features":[468]},{"name":"KF_FLAG_DEFAULT","features":[468]},{"name":"KF_FLAG_DEFAULT_PATH","features":[468]},{"name":"KF_FLAG_DONT_UNEXPAND","features":[468]},{"name":"KF_FLAG_DONT_VERIFY","features":[468]},{"name":"KF_FLAG_FORCE_APPCONTAINER_REDIRECTION","features":[468]},{"name":"KF_FLAG_FORCE_APP_DATA_REDIRECTION","features":[468]},{"name":"KF_FLAG_FORCE_PACKAGE_REDIRECTION","features":[468]},{"name":"KF_FLAG_INIT","features":[468]},{"name":"KF_FLAG_NOT_PARENT_RELATIVE","features":[468]},{"name":"KF_FLAG_NO_ALIAS","features":[468]},{"name":"KF_FLAG_NO_APPCONTAINER_REDIRECTION","features":[468]},{"name":"KF_FLAG_NO_PACKAGE_REDIRECTION","features":[468]},{"name":"KF_FLAG_RETURN_FILTER_REDIRECTION_TARGET","features":[468]},{"name":"KF_FLAG_SIMPLE_IDLIST","features":[468]},{"name":"KF_REDIRECTION_CAPABILITIES_ALLOW_ALL","features":[468]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_ALL","features":[468]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_PERMISSIONS","features":[468]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_POLICY","features":[468]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_POLICY_REDIRECTED","features":[468]},{"name":"KF_REDIRECTION_CAPABILITIES_REDIRECTABLE","features":[468]},{"name":"KF_REDIRECT_CHECK_ONLY","features":[468]},{"name":"KF_REDIRECT_COPY_CONTENTS","features":[468]},{"name":"KF_REDIRECT_COPY_SOURCE_DACL","features":[468]},{"name":"KF_REDIRECT_DEL_SOURCE_CONTENTS","features":[468]},{"name":"KF_REDIRECT_EXCLUDE_ALL_KNOWN_SUBFOLDERS","features":[468]},{"name":"KF_REDIRECT_OWNER_USER","features":[468]},{"name":"KF_REDIRECT_PIN","features":[468]},{"name":"KF_REDIRECT_SET_OWNER_EXPLICIT","features":[468]},{"name":"KF_REDIRECT_UNPIN","features":[468]},{"name":"KF_REDIRECT_USER_EXCLUSIVE","features":[468]},{"name":"KF_REDIRECT_WITH_UI","features":[468]},{"name":"KNOWNDESTCATEGORY","features":[468]},{"name":"KNOWNFOLDER_DEFINITION","features":[468]},{"name":"KNOWN_FOLDER_FLAG","features":[468]},{"name":"KnownFolderManager","features":[468]},{"name":"LFF_ALLITEMS","features":[468]},{"name":"LFF_FORCEFILESYSTEM","features":[468]},{"name":"LFF_STORAGEITEMS","features":[468]},{"name":"LIBRARYFOLDERFILTER","features":[468]},{"name":"LIBRARYMANAGEDIALOGOPTIONS","features":[468]},{"name":"LIBRARYOPTIONFLAGS","features":[468]},{"name":"LIBRARYSAVEFLAGS","features":[468]},{"name":"LIBRARY_E_NO_ACCESSIBLE_LOCATION","features":[468]},{"name":"LIBRARY_E_NO_SAVE_LOCATION","features":[468]},{"name":"LINK_E_DELETE","features":[468]},{"name":"LMD_ALLOWUNINDEXABLENETWORKLOCATIONS","features":[468]},{"name":"LMD_DEFAULT","features":[468]},{"name":"LOF_DEFAULT","features":[468]},{"name":"LOF_MASK_ALL","features":[468]},{"name":"LOF_PINNEDTONAVPANE","features":[468]},{"name":"LPFNDFMCALLBACK","features":[307,358,468]},{"name":"LPFNVIEWCALLBACK","features":[307,359,468]},{"name":"LSF_FAILIFTHERE","features":[468]},{"name":"LSF_MAKEUNIQUENAME","features":[468]},{"name":"LSF_OVERRIDEEXISTING","features":[468]},{"name":"LoadUserProfileA","features":[307,468]},{"name":"LoadUserProfileW","features":[307,468]},{"name":"LocalThumbnailCache","features":[468]},{"name":"MAV_APP_VISIBLE","features":[468]},{"name":"MAV_NO_APP_VISIBLE","features":[468]},{"name":"MAV_UNKNOWN","features":[468]},{"name":"MAXFILELEN","features":[468]},{"name":"MAX_COLUMN_DESC_LEN","features":[468]},{"name":"MAX_COLUMN_NAME_LEN","features":[468]},{"name":"MAX_SYNCMGRHANDLERNAME","features":[468]},{"name":"MAX_SYNCMGRITEMNAME","features":[468]},{"name":"MAX_SYNCMGR_ID","features":[468]},{"name":"MAX_SYNCMGR_NAME","features":[468]},{"name":"MAX_SYNCMGR_PROGRESSTEXT","features":[468]},{"name":"MBHANDCID_PIDLSELECT","features":[468]},{"name":"MENUBANDHANDLERCID","features":[468]},{"name":"MENUPOPUPPOPUPFLAGS","features":[468]},{"name":"MENUPOPUPSELECT","features":[468]},{"name":"MERGE_UPDATE_STATUS","features":[468]},{"name":"MIMEASSOCDLG_FL_REGISTER_ASSOC","features":[468]},{"name":"MIMEASSOCIATIONDIALOG_IN_FLAGS","features":[468]},{"name":"MM_ADDSEPARATOR","features":[468]},{"name":"MM_DONTREMOVESEPS","features":[468]},{"name":"MM_FLAGS","features":[468]},{"name":"MM_SUBMENUSHAVEIDS","features":[468]},{"name":"MONITOR_APP_VISIBILITY","features":[468]},{"name":"MPOS_CANCELLEVEL","features":[468]},{"name":"MPOS_CHILDTRACKING","features":[468]},{"name":"MPOS_EXECUTE","features":[468]},{"name":"MPOS_FULLCANCEL","features":[468]},{"name":"MPOS_SELECTLEFT","features":[468]},{"name":"MPOS_SELECTRIGHT","features":[468]},{"name":"MPPF_ALIGN_LEFT","features":[468]},{"name":"MPPF_ALIGN_RIGHT","features":[468]},{"name":"MPPF_BOTTOM","features":[468]},{"name":"MPPF_FINALSELECT","features":[468]},{"name":"MPPF_FORCEZORDER","features":[468]},{"name":"MPPF_INITIALSELECT","features":[468]},{"name":"MPPF_KEYBOARD","features":[468]},{"name":"MPPF_LEFT","features":[468]},{"name":"MPPF_NOANIMATE","features":[468]},{"name":"MPPF_POS_MASK","features":[468]},{"name":"MPPF_REPOSITION","features":[468]},{"name":"MPPF_RIGHT","features":[468]},{"name":"MPPF_SETFOCUS","features":[468]},{"name":"MPPF_TOP","features":[468]},{"name":"MULTIKEYHELPA","features":[468]},{"name":"MULTIKEYHELPW","features":[468]},{"name":"MUS_COMPLETE","features":[468]},{"name":"MUS_FAILED","features":[468]},{"name":"MUS_USERINPUTNEEDED","features":[468]},{"name":"MailRecipient","features":[468]},{"name":"MergedCategorizer","features":[468]},{"name":"NAMESPACEWALKFLAG","features":[468]},{"name":"NATIVE_DISPLAY_ORIENTATION","features":[468]},{"name":"NCM_DISPLAYERRORTIP","features":[468]},{"name":"NCM_GETADDRESS","features":[468]},{"name":"NCM_GETALLOWTYPE","features":[468]},{"name":"NCM_SETALLOWTYPE","features":[468]},{"name":"NC_ADDRESS","features":[446,320,468]},{"name":"NDO_LANDSCAPE","features":[468]},{"name":"NDO_PORTRAIT","features":[468]},{"name":"NETCACHE_E_NEGATIVE_CACHE","features":[468]},{"name":"NEWCPLINFOA","features":[468,371]},{"name":"NEWCPLINFOW","features":[468,371]},{"name":"NIF_GUID","features":[468]},{"name":"NIF_ICON","features":[468]},{"name":"NIF_INFO","features":[468]},{"name":"NIF_MESSAGE","features":[468]},{"name":"NIF_REALTIME","features":[468]},{"name":"NIF_SHOWTIP","features":[468]},{"name":"NIF_STATE","features":[468]},{"name":"NIF_TIP","features":[468]},{"name":"NIIF_ERROR","features":[468]},{"name":"NIIF_ICON_MASK","features":[468]},{"name":"NIIF_INFO","features":[468]},{"name":"NIIF_LARGE_ICON","features":[468]},{"name":"NIIF_NONE","features":[468]},{"name":"NIIF_NOSOUND","features":[468]},{"name":"NIIF_RESPECT_QUIET_TIME","features":[468]},{"name":"NIIF_USER","features":[468]},{"name":"NIIF_WARNING","features":[468]},{"name":"NIM_ADD","features":[468]},{"name":"NIM_DELETE","features":[468]},{"name":"NIM_MODIFY","features":[468]},{"name":"NIM_SETFOCUS","features":[468]},{"name":"NIM_SETVERSION","features":[468]},{"name":"NINF_KEY","features":[468]},{"name":"NIN_BALLOONHIDE","features":[468]},{"name":"NIN_BALLOONSHOW","features":[468]},{"name":"NIN_BALLOONTIMEOUT","features":[468]},{"name":"NIN_BALLOONUSERCLICK","features":[468]},{"name":"NIN_POPUPCLOSE","features":[468]},{"name":"NIN_POPUPOPEN","features":[468]},{"name":"NIN_SELECT","features":[468]},{"name":"NIS_HIDDEN","features":[468]},{"name":"NIS_SHAREDICON","features":[468]},{"name":"NMCII_FOLDERS","features":[468]},{"name":"NMCII_ITEMS","features":[468]},{"name":"NMCII_NONE","features":[468]},{"name":"NMCSAEI_EDIT","features":[468]},{"name":"NMCSAEI_SELECT","features":[468]},{"name":"NOTIFYICONDATAA","features":[307,468,371]},{"name":"NOTIFYICONDATAA","features":[307,468,371]},{"name":"NOTIFYICONDATAW","features":[307,468,371]},{"name":"NOTIFYICONDATAW","features":[307,468,371]},{"name":"NOTIFYICONIDENTIFIER","features":[307,468]},{"name":"NOTIFYICONIDENTIFIER","features":[307,468]},{"name":"NOTIFYICON_VERSION","features":[468]},{"name":"NOTIFYICON_VERSION_4","features":[468]},{"name":"NOTIFY_ICON_DATA_FLAGS","features":[468]},{"name":"NOTIFY_ICON_INFOTIP_FLAGS","features":[468]},{"name":"NOTIFY_ICON_MESSAGE","features":[468]},{"name":"NOTIFY_ICON_STATE","features":[468]},{"name":"NPCredentialProvider","features":[468]},{"name":"NRESARRAY","features":[458,468]},{"name":"NSTCCUSTOMDRAW","features":[357,468]},{"name":"NSTCDHPOS_ONTOP","features":[468]},{"name":"NSTCECT_BUTTON","features":[468]},{"name":"NSTCECT_DBLCLICK","features":[468]},{"name":"NSTCECT_LBUTTON","features":[468]},{"name":"NSTCECT_MBUTTON","features":[468]},{"name":"NSTCECT_RBUTTON","features":[468]},{"name":"NSTCEHT_NOWHERE","features":[468]},{"name":"NSTCEHT_ONITEM","features":[468]},{"name":"NSTCEHT_ONITEMBUTTON","features":[468]},{"name":"NSTCEHT_ONITEMICON","features":[468]},{"name":"NSTCEHT_ONITEMINDENT","features":[468]},{"name":"NSTCEHT_ONITEMLABEL","features":[468]},{"name":"NSTCEHT_ONITEMRIGHT","features":[468]},{"name":"NSTCEHT_ONITEMSTATEICON","features":[468]},{"name":"NSTCEHT_ONITEMTABBUTTON","features":[468]},{"name":"NSTCFC_DELAY_REGISTER_NOTIFY","features":[468]},{"name":"NSTCFC_NONE","features":[468]},{"name":"NSTCFC_PINNEDITEMFILTERING","features":[468]},{"name":"NSTCFOLDERCAPABILITIES","features":[468]},{"name":"NSTCGNI","features":[468]},{"name":"NSTCGNI_CHILD","features":[468]},{"name":"NSTCGNI_FIRSTVISIBLE","features":[468]},{"name":"NSTCGNI_LASTVISIBLE","features":[468]},{"name":"NSTCGNI_NEXT","features":[468]},{"name":"NSTCGNI_NEXTVISIBLE","features":[468]},{"name":"NSTCGNI_PARENT","features":[468]},{"name":"NSTCGNI_PREV","features":[468]},{"name":"NSTCGNI_PREVVISIBLE","features":[468]},{"name":"NSTCIS_BOLD","features":[468]},{"name":"NSTCIS_DISABLED","features":[468]},{"name":"NSTCIS_EXPANDED","features":[468]},{"name":"NSTCIS_NONE","features":[468]},{"name":"NSTCIS_SELECTED","features":[468]},{"name":"NSTCIS_SELECTEDNOEXPAND","features":[468]},{"name":"NSTCRS_EXPANDED","features":[468]},{"name":"NSTCRS_HIDDEN","features":[468]},{"name":"NSTCRS_VISIBLE","features":[468]},{"name":"NSTCS2_DEFAULT","features":[468]},{"name":"NSTCS2_DISPLAYPADDING","features":[468]},{"name":"NSTCS2_DISPLAYPINNEDONLY","features":[468]},{"name":"NSTCS2_INTERRUPTNOTIFICATIONS","features":[468]},{"name":"NSTCS2_SHOWNULLSPACEMENU","features":[468]},{"name":"NSTCSTYLE2","features":[468]},{"name":"NSTCS_ALLOWJUNCTIONS","features":[468]},{"name":"NSTCS_AUTOHSCROLL","features":[468]},{"name":"NSTCS_BORDER","features":[468]},{"name":"NSTCS_CHECKBOXES","features":[468]},{"name":"NSTCS_DIMMEDCHECKBOXES","features":[468]},{"name":"NSTCS_DISABLEDRAGDROP","features":[468]},{"name":"NSTCS_EMPTYTEXT","features":[468]},{"name":"NSTCS_EVENHEIGHT","features":[468]},{"name":"NSTCS_EXCLUSIONCHECKBOXES","features":[468]},{"name":"NSTCS_FADEINOUTEXPANDOS","features":[468]},{"name":"NSTCS_FAVORITESMODE","features":[468]},{"name":"NSTCS_FULLROWSELECT","features":[468]},{"name":"NSTCS_HASEXPANDOS","features":[468]},{"name":"NSTCS_HASLINES","features":[468]},{"name":"NSTCS_HORIZONTALSCROLL","features":[468]},{"name":"NSTCS_NOEDITLABELS","features":[468]},{"name":"NSTCS_NOINDENTCHECKS","features":[468]},{"name":"NSTCS_NOINFOTIP","features":[468]},{"name":"NSTCS_NOORDERSTREAM","features":[468]},{"name":"NSTCS_NOREPLACEOPEN","features":[468]},{"name":"NSTCS_PARTIALCHECKBOXES","features":[468]},{"name":"NSTCS_RICHTOOLTIP","features":[468]},{"name":"NSTCS_ROOTHASEXPANDO","features":[468]},{"name":"NSTCS_SHOWDELETEBUTTON","features":[468]},{"name":"NSTCS_SHOWREFRESHBUTTON","features":[468]},{"name":"NSTCS_SHOWSELECTIONALWAYS","features":[468]},{"name":"NSTCS_SHOWTABSBUTTON","features":[468]},{"name":"NSTCS_SINGLECLICKEXPAND","features":[468]},{"name":"NSTCS_SPRINGEXPAND","features":[468]},{"name":"NSTCS_TABSTOP","features":[468]},{"name":"NSWF_ACCUMULATE_FOLDERS","features":[468]},{"name":"NSWF_ANY_IMPLIES_ALL","features":[468]},{"name":"NSWF_ASYNC","features":[468]},{"name":"NSWF_DEFAULT","features":[468]},{"name":"NSWF_DONT_ACCUMULATE_RESULT","features":[468]},{"name":"NSWF_DONT_RESOLVE_LINKS","features":[468]},{"name":"NSWF_DONT_SORT","features":[468]},{"name":"NSWF_DONT_TRAVERSE_LINKS","features":[468]},{"name":"NSWF_DONT_TRAVERSE_STREAM_JUNCTIONS","features":[468]},{"name":"NSWF_FILESYSTEM_ONLY","features":[468]},{"name":"NSWF_FLAG_VIEWORDER","features":[468]},{"name":"NSWF_IGNORE_AUTOPLAY_HIDA","features":[468]},{"name":"NSWF_NONE_IMPLIES_ALL","features":[468]},{"name":"NSWF_ONE_IMPLIES_ALL","features":[468]},{"name":"NSWF_SHOW_PROGRESS","features":[468]},{"name":"NSWF_TRAVERSE_STREAM_JUNCTIONS","features":[468]},{"name":"NSWF_USE_TRANSFER_MEDIUM","features":[468]},{"name":"NTSCS2_NEVERINSERTNONENUMERATED","features":[468]},{"name":"NTSCS2_NOSINGLETONAUTOEXPAND","features":[468]},{"name":"NT_CONSOLE_PROPS","features":[307,374,468]},{"name":"NT_CONSOLE_PROPS_SIG","features":[468]},{"name":"NT_FE_CONSOLE_PROPS","features":[468]},{"name":"NT_FE_CONSOLE_PROPS_SIG","features":[468]},{"name":"NUM_POINTS","features":[468]},{"name":"NWMF","features":[468]},{"name":"NWMF_FIRST","features":[468]},{"name":"NWMF_FORCETAB","features":[468]},{"name":"NWMF_FORCEWINDOW","features":[468]},{"name":"NWMF_FROMDIALOGCHILD","features":[468]},{"name":"NWMF_HTMLDIALOG","features":[468]},{"name":"NWMF_INACTIVETAB","features":[468]},{"name":"NWMF_OVERRIDEKEY","features":[468]},{"name":"NWMF_SHOWHELP","features":[468]},{"name":"NWMF_SUGGESTTAB","features":[468]},{"name":"NWMF_SUGGESTWINDOW","features":[468]},{"name":"NWMF_UNLOADING","features":[468]},{"name":"NWMF_USERALLOWED","features":[468]},{"name":"NWMF_USERINITED","features":[468]},{"name":"NWMF_USERREQUESTED","features":[468]},{"name":"NamespaceTreeControl","features":[468]},{"name":"NamespaceWalker","features":[468]},{"name":"NetworkConnections","features":[468]},{"name":"NetworkExplorerFolder","features":[468]},{"name":"NetworkPlaces","features":[468]},{"name":"NewProcessCauseConstants","features":[468]},{"name":"OAIF_ALLOW_REGISTRATION","features":[468]},{"name":"OAIF_EXEC","features":[468]},{"name":"OAIF_FILE_IS_URI","features":[468]},{"name":"OAIF_FORCE_REGISTRATION","features":[468]},{"name":"OAIF_HIDE_REGISTRATION","features":[468]},{"name":"OAIF_REGISTER_EXT","features":[468]},{"name":"OAIF_URL_PROTOCOL","features":[468]},{"name":"OFASI_EDIT","features":[468]},{"name":"OFASI_OPENDESKTOP","features":[468]},{"name":"OFFLINE_STATUS_INCOMPLETE","features":[468]},{"name":"OFFLINE_STATUS_LOCAL","features":[468]},{"name":"OFFLINE_STATUS_REMOTE","features":[468]},{"name":"OFS_DIRTYCACHE","features":[468]},{"name":"OFS_INACTIVE","features":[468]},{"name":"OFS_OFFLINE","features":[468]},{"name":"OFS_ONLINE","features":[468]},{"name":"OFS_SERVERBACK","features":[468]},{"name":"OF_CAP_CANCLOSE","features":[468]},{"name":"OF_CAP_CANSWITCHTO","features":[468]},{"name":"OI_ASYNC","features":[468]},{"name":"OI_DEFAULT","features":[468]},{"name":"OPENASINFO","features":[468]},{"name":"OPENPROPS_INHIBITPIF","features":[468]},{"name":"OPENPROPS_NONE","features":[468]},{"name":"OPEN_AS_INFO_FLAGS","features":[468]},{"name":"OPEN_PRINTER_PROPS_INFOA","features":[307,468]},{"name":"OPEN_PRINTER_PROPS_INFOA","features":[307,468]},{"name":"OPEN_PRINTER_PROPS_INFOW","features":[307,468]},{"name":"OPEN_PRINTER_PROPS_INFOW","features":[307,468]},{"name":"OPPROGDLG_ALLOWUNDO","features":[468]},{"name":"OPPROGDLG_DEFAULT","features":[468]},{"name":"OPPROGDLG_DONTDISPLAYDESTPATH","features":[468]},{"name":"OPPROGDLG_DONTDISPLAYLOCATIONS","features":[468]},{"name":"OPPROGDLG_DONTDISPLAYSOURCEPATH","features":[468]},{"name":"OPPROGDLG_ENABLEPAUSE","features":[468]},{"name":"OPPROGDLG_NOMULTIDAYESTIMATES","features":[468]},{"name":"OS","features":[468]},{"name":"OS_ADVSERVER","features":[468]},{"name":"OS_ANYSERVER","features":[468]},{"name":"OS_APPLIANCE","features":[468]},{"name":"OS_DATACENTER","features":[468]},{"name":"OS_DOMAINMEMBER","features":[468]},{"name":"OS_EMBEDDED","features":[468]},{"name":"OS_FASTUSERSWITCHING","features":[468]},{"name":"OS_HOME","features":[468]},{"name":"OS_MEDIACENTER","features":[468]},{"name":"OS_MEORGREATER","features":[468]},{"name":"OS_NT","features":[468]},{"name":"OS_NT4ORGREATER","features":[468]},{"name":"OS_PERSONALTERMINALSERVER","features":[468]},{"name":"OS_PROFESSIONAL","features":[468]},{"name":"OS_SERVER","features":[468]},{"name":"OS_SERVERADMINUI","features":[468]},{"name":"OS_SMALLBUSINESSSERVER","features":[468]},{"name":"OS_TABLETPC","features":[468]},{"name":"OS_TERMINALCLIENT","features":[468]},{"name":"OS_TERMINALREMOTEADMIN","features":[468]},{"name":"OS_TERMINALSERVER","features":[468]},{"name":"OS_WEBSERVER","features":[468]},{"name":"OS_WELCOMELOGONUI","features":[468]},{"name":"OS_WIN2000ADVSERVER","features":[468]},{"name":"OS_WIN2000DATACENTER","features":[468]},{"name":"OS_WIN2000ORGREATER","features":[468]},{"name":"OS_WIN2000PRO","features":[468]},{"name":"OS_WIN2000SERVER","features":[468]},{"name":"OS_WIN2000TERMINAL","features":[468]},{"name":"OS_WIN95ORGREATER","features":[468]},{"name":"OS_WIN95_GOLD","features":[468]},{"name":"OS_WIN98ORGREATER","features":[468]},{"name":"OS_WIN98_GOLD","features":[468]},{"name":"OS_WINDOWS","features":[468]},{"name":"OS_WOW6432","features":[468]},{"name":"OS_XPORGREATER","features":[468]},{"name":"OfflineFolderStatus","features":[468]},{"name":"OleSaveToStreamEx","features":[307,358,468]},{"name":"OnexCredentialProvider","features":[468]},{"name":"OnexPlapSmartcardCredentialProvider","features":[468]},{"name":"OpenControlPanel","features":[468]},{"name":"OpenRegStream","features":[358,370,468]},{"name":"PACKAGE_EXECUTION_STATE","features":[468]},{"name":"PAI_ASSIGNEDTIME","features":[468]},{"name":"PAI_EXPIRETIME","features":[468]},{"name":"PAI_PUBLISHEDTIME","features":[468]},{"name":"PAI_SCHEDULEDTIME","features":[468]},{"name":"PAI_SOURCE","features":[468]},{"name":"PANE_NAVIGATION","features":[468]},{"name":"PANE_NONE","features":[468]},{"name":"PANE_OFFLINE","features":[468]},{"name":"PANE_PRINTER","features":[468]},{"name":"PANE_PRIVACY","features":[468]},{"name":"PANE_PROGRESS","features":[468]},{"name":"PANE_SSL","features":[468]},{"name":"PANE_ZONE","features":[468]},{"name":"PAPPCONSTRAIN_CHANGE_ROUTINE","features":[307,468]},{"name":"PAPPCONSTRAIN_REGISTRATION","features":[468]},{"name":"PAPPSTATE_CHANGE_ROUTINE","features":[307,468]},{"name":"PAPPSTATE_REGISTRATION","features":[468]},{"name":"PARSEDURLA","features":[468]},{"name":"PARSEDURLW","features":[468]},{"name":"PATHCCH_ALLOW_LONG_PATHS","features":[468]},{"name":"PATHCCH_CANONICALIZE_SLASHES","features":[468]},{"name":"PATHCCH_DO_NOT_NORMALIZE_SEGMENTS","features":[468]},{"name":"PATHCCH_ENSURE_IS_EXTENDED_LENGTH_PATH","features":[468]},{"name":"PATHCCH_ENSURE_TRAILING_SLASH","features":[468]},{"name":"PATHCCH_FORCE_DISABLE_LONG_NAME_PROCESS","features":[468]},{"name":"PATHCCH_FORCE_ENABLE_LONG_NAME_PROCESS","features":[468]},{"name":"PATHCCH_MAX_CCH","features":[468]},{"name":"PATHCCH_NONE","features":[468]},{"name":"PATHCCH_OPTIONS","features":[468]},{"name":"PCS_FATAL","features":[468]},{"name":"PCS_PATHTOOLONG","features":[468]},{"name":"PCS_REMOVEDCHAR","features":[468]},{"name":"PCS_REPLACEDCHAR","features":[468]},{"name":"PCS_RET","features":[468]},{"name":"PCS_TRUNCATED","features":[468]},{"name":"PDM_DEFAULT","features":[468]},{"name":"PDM_ERRORSBLOCKING","features":[468]},{"name":"PDM_INDETERMINATE","features":[468]},{"name":"PDM_PREFLIGHT","features":[468]},{"name":"PDM_RUN","features":[468]},{"name":"PDM_UNDOING","features":[468]},{"name":"PDTIMER_PAUSE","features":[468]},{"name":"PDTIMER_RESET","features":[468]},{"name":"PDTIMER_RESUME","features":[468]},{"name":"PERSIST_FOLDER_TARGET_INFO","features":[634]},{"name":"PES_RUNNING","features":[468]},{"name":"PES_SUSPENDED","features":[468]},{"name":"PES_SUSPENDING","features":[468]},{"name":"PES_TERMINATED","features":[468]},{"name":"PES_UNKNOWN","features":[468]},{"name":"PFNCANSHAREFOLDERW","features":[468]},{"name":"PFNSHOWSHAREFOLDERUIW","features":[307,468]},{"name":"PIDASI_AVG_DATA_RATE","features":[468]},{"name":"PIDASI_CHANNEL_COUNT","features":[468]},{"name":"PIDASI_COMPRESSION","features":[468]},{"name":"PIDASI_FORMAT","features":[468]},{"name":"PIDASI_SAMPLE_RATE","features":[468]},{"name":"PIDASI_SAMPLE_SIZE","features":[468]},{"name":"PIDASI_STREAM_NAME","features":[468]},{"name":"PIDASI_STREAM_NUMBER","features":[468]},{"name":"PIDASI_TIMELENGTH","features":[468]},{"name":"PIDDRSI_DESCRIPTION","features":[468]},{"name":"PIDDRSI_PLAYCOUNT","features":[468]},{"name":"PIDDRSI_PLAYEXPIRES","features":[468]},{"name":"PIDDRSI_PLAYSTARTS","features":[468]},{"name":"PIDDRSI_PROTECTED","features":[468]},{"name":"PIDISF_CACHEDSTICKY","features":[468]},{"name":"PIDISF_CACHEIMAGES","features":[468]},{"name":"PIDISF_FLAGS","features":[468]},{"name":"PIDISF_FOLLOWALLLINKS","features":[468]},{"name":"PIDISF_RECENTLYCHANGED","features":[468]},{"name":"PIDISM_DONTWATCH","features":[468]},{"name":"PIDISM_GLOBAL","features":[468]},{"name":"PIDISM_OPTIONS","features":[468]},{"name":"PIDISM_WATCH","features":[468]},{"name":"PIDISR_INFO","features":[468]},{"name":"PIDISR_NEEDS_ADD","features":[468]},{"name":"PIDISR_NEEDS_DELETE","features":[468]},{"name":"PIDISR_NEEDS_UPDATE","features":[468]},{"name":"PIDISR_UP_TO_DATE","features":[468]},{"name":"PIDSI_ALBUM","features":[468]},{"name":"PIDSI_ARTIST","features":[468]},{"name":"PIDSI_COMMENT","features":[468]},{"name":"PIDSI_GENRE","features":[468]},{"name":"PIDSI_LYRICS","features":[468]},{"name":"PIDSI_SONGTITLE","features":[468]},{"name":"PIDSI_TRACK","features":[468]},{"name":"PIDSI_YEAR","features":[468]},{"name":"PIDVSI_COMPRESSION","features":[468]},{"name":"PIDVSI_DATA_RATE","features":[468]},{"name":"PIDVSI_FRAME_COUNT","features":[468]},{"name":"PIDVSI_FRAME_HEIGHT","features":[468]},{"name":"PIDVSI_FRAME_RATE","features":[468]},{"name":"PIDVSI_FRAME_WIDTH","features":[468]},{"name":"PIDVSI_SAMPLE_SIZE","features":[468]},{"name":"PIDVSI_STREAM_NAME","features":[468]},{"name":"PIDVSI_STREAM_NUMBER","features":[468]},{"name":"PIDVSI_TIMELENGTH","features":[468]},{"name":"PID_COMPUTERNAME","features":[468]},{"name":"PID_CONTROLPANEL_CATEGORY","features":[468]},{"name":"PID_DESCRIPTIONID","features":[468]},{"name":"PID_DISPLACED_DATE","features":[468]},{"name":"PID_DISPLACED_FROM","features":[468]},{"name":"PID_DISPLAY_PROPERTIES","features":[468]},{"name":"PID_FINDDATA","features":[468]},{"name":"PID_HTMLINFOTIPFILE","features":[468]},{"name":"PID_INTROTEXT","features":[468]},{"name":"PID_INTSITE","features":[468]},{"name":"PID_INTSITE_AUTHOR","features":[468]},{"name":"PID_INTSITE_CODEPAGE","features":[468]},{"name":"PID_INTSITE_COMMENT","features":[468]},{"name":"PID_INTSITE_CONTENTCODE","features":[468]},{"name":"PID_INTSITE_CONTENTLEN","features":[468]},{"name":"PID_INTSITE_DESCRIPTION","features":[468]},{"name":"PID_INTSITE_FLAGS","features":[468]},{"name":"PID_INTSITE_ICONFILE","features":[468]},{"name":"PID_INTSITE_ICONINDEX","features":[468]},{"name":"PID_INTSITE_LASTMOD","features":[468]},{"name":"PID_INTSITE_LASTVISIT","features":[468]},{"name":"PID_INTSITE_RECURSE","features":[468]},{"name":"PID_INTSITE_ROAMED","features":[468]},{"name":"PID_INTSITE_SUBSCRIPTION","features":[468]},{"name":"PID_INTSITE_TITLE","features":[468]},{"name":"PID_INTSITE_TRACKING","features":[468]},{"name":"PID_INTSITE_URL","features":[468]},{"name":"PID_INTSITE_VISITCOUNT","features":[468]},{"name":"PID_INTSITE_WATCH","features":[468]},{"name":"PID_INTSITE_WHATSNEW","features":[468]},{"name":"PID_IS","features":[468]},{"name":"PID_IS_AUTHOR","features":[468]},{"name":"PID_IS_COMMENT","features":[468]},{"name":"PID_IS_DESCRIPTION","features":[468]},{"name":"PID_IS_HOTKEY","features":[468]},{"name":"PID_IS_ICONFILE","features":[468]},{"name":"PID_IS_ICONINDEX","features":[468]},{"name":"PID_IS_NAME","features":[468]},{"name":"PID_IS_ROAMED","features":[468]},{"name":"PID_IS_SHOWCMD","features":[468]},{"name":"PID_IS_URL","features":[468]},{"name":"PID_IS_WHATSNEW","features":[468]},{"name":"PID_IS_WORKINGDIR","features":[468]},{"name":"PID_LINK_TARGET","features":[468]},{"name":"PID_LINK_TARGET_TYPE","features":[468]},{"name":"PID_MISC_ACCESSCOUNT","features":[468]},{"name":"PID_MISC_OWNER","features":[468]},{"name":"PID_MISC_PICS","features":[468]},{"name":"PID_MISC_STATUS","features":[468]},{"name":"PID_NETRESOURCE","features":[468]},{"name":"PID_NETWORKLOCATION","features":[468]},{"name":"PID_QUERY_RANK","features":[468]},{"name":"PID_SHARE_CSC_STATUS","features":[468]},{"name":"PID_SYNC_COPY_IN","features":[468]},{"name":"PID_VOLUME_CAPACITY","features":[468]},{"name":"PID_VOLUME_FILESYSTEM","features":[468]},{"name":"PID_VOLUME_FREE","features":[468]},{"name":"PID_WHICHFOLDER","features":[468]},{"name":"PIFDEFFILESIZE","features":[468]},{"name":"PIFDEFPATHSIZE","features":[468]},{"name":"PIFMAXFILEPATH","features":[468]},{"name":"PIFNAMESIZE","features":[468]},{"name":"PIFPARAMSSIZE","features":[468]},{"name":"PIFSHDATASIZE","features":[468]},{"name":"PIFSHPROGSIZE","features":[468]},{"name":"PIFSTARTLOCSIZE","features":[468]},{"name":"PINLogonCredentialProvider","features":[468]},{"name":"PLATFORM_BROWSERONLY","features":[468]},{"name":"PLATFORM_IE3","features":[468]},{"name":"PLATFORM_INTEGRATED","features":[468]},{"name":"PLATFORM_UNKNOWN","features":[468]},{"name":"PMSF_DONT_STRIP_SPACES","features":[468]},{"name":"PMSF_MULTIPLE","features":[468]},{"name":"PMSF_NORMAL","features":[468]},{"name":"PO_DELETE","features":[468]},{"name":"PO_PORTCHANGE","features":[468]},{"name":"PO_RENAME","features":[468]},{"name":"PO_REN_PORT","features":[468]},{"name":"PPCF_ADDARGUMENTS","features":[468]},{"name":"PPCF_ADDQUOTES","features":[468]},{"name":"PPCF_FORCEQUALIFY","features":[468]},{"name":"PPCF_LONGESTPOSSIBLE","features":[468]},{"name":"PPCF_NODIRECTORIES","features":[468]},{"name":"PREVIEWHANDLERFRAMEINFO","features":[468,371]},{"name":"PRF_DONTFINDLNK","features":[468]},{"name":"PRF_FIRSTDIRDEF","features":[468]},{"name":"PRF_FLAGS","features":[468]},{"name":"PRF_REQUIREABSOLUTE","features":[468]},{"name":"PRF_TRYPROGRAMEXTENSIONS","features":[468]},{"name":"PRF_VERIFYEXISTS","features":[468]},{"name":"PRINTACTION_DOCUMENTDEFAULTS","features":[468]},{"name":"PRINTACTION_NETINSTALL","features":[468]},{"name":"PRINTACTION_NETINSTALLLINK","features":[468]},{"name":"PRINTACTION_OPEN","features":[468]},{"name":"PRINTACTION_OPENNETPRN","features":[468]},{"name":"PRINTACTION_PROPERTIES","features":[468]},{"name":"PRINTACTION_SERVERPROPERTIES","features":[468]},{"name":"PRINTACTION_TESTPAGE","features":[468]},{"name":"PRINT_PROP_FORCE_NAME","features":[468]},{"name":"PROFILEINFOA","features":[307,468]},{"name":"PROFILEINFOW","features":[307,468]},{"name":"PROGDLG_AUTOTIME","features":[468]},{"name":"PROGDLG_MARQUEEPROGRESS","features":[468]},{"name":"PROGDLG_MODAL","features":[468]},{"name":"PROGDLG_NOCANCEL","features":[468]},{"name":"PROGDLG_NOMINIMIZE","features":[468]},{"name":"PROGDLG_NOPROGRESSBAR","features":[468]},{"name":"PROGDLG_NORMAL","features":[468]},{"name":"PROGDLG_NOTIME","features":[468]},{"name":"PROPSTR_EXTENSIONCOMPLETIONSTATE","features":[468]},{"name":"PROP_CONTRACT_DELEGATE","features":[468]},{"name":"PSGUID_AUDIO","features":[468]},{"name":"PSGUID_BRIEFCASE","features":[468]},{"name":"PSGUID_CONTROLPANEL","features":[468]},{"name":"PSGUID_CUSTOMIMAGEPROPERTIES","features":[468]},{"name":"PSGUID_DISPLACED","features":[468]},{"name":"PSGUID_DOCUMENTSUMMARYINFORMATION","features":[468]},{"name":"PSGUID_DRM","features":[468]},{"name":"PSGUID_IMAGEPROPERTIES","features":[468]},{"name":"PSGUID_IMAGESUMMARYINFORMATION","features":[468]},{"name":"PSGUID_LIBRARYPROPERTIES","features":[468]},{"name":"PSGUID_LINK","features":[468]},{"name":"PSGUID_MEDIAFILESUMMARYINFORMATION","features":[468]},{"name":"PSGUID_MISC","features":[468]},{"name":"PSGUID_MUSIC","features":[468]},{"name":"PSGUID_QUERY_D","features":[468]},{"name":"PSGUID_SHARE","features":[468]},{"name":"PSGUID_SHELLDETAILS","features":[468]},{"name":"PSGUID_SUMMARYINFORMATION","features":[468]},{"name":"PSGUID_VIDEO","features":[468]},{"name":"PSGUID_VOLUME","features":[468]},{"name":"PSGUID_WEBVIEW","features":[468]},{"name":"PUBAPPINFO","features":[307,468]},{"name":"PUBAPPINFOFLAGS","features":[468]},{"name":"PackageDebugSettings","features":[468]},{"name":"ParseURLA","features":[468]},{"name":"ParseURLW","features":[468]},{"name":"PasswordCredentialProvider","features":[468]},{"name":"PathAddBackslashA","features":[468]},{"name":"PathAddBackslashW","features":[468]},{"name":"PathAddExtensionA","features":[307,468]},{"name":"PathAddExtensionW","features":[307,468]},{"name":"PathAllocCanonicalize","features":[468]},{"name":"PathAllocCombine","features":[468]},{"name":"PathAppendA","features":[307,468]},{"name":"PathAppendW","features":[307,468]},{"name":"PathBuildRootA","features":[468]},{"name":"PathBuildRootW","features":[468]},{"name":"PathCanonicalizeA","features":[307,468]},{"name":"PathCanonicalizeW","features":[307,468]},{"name":"PathCchAddBackslash","features":[468]},{"name":"PathCchAddBackslashEx","features":[468]},{"name":"PathCchAddExtension","features":[468]},{"name":"PathCchAppend","features":[468]},{"name":"PathCchAppendEx","features":[468]},{"name":"PathCchCanonicalize","features":[468]},{"name":"PathCchCanonicalizeEx","features":[468]},{"name":"PathCchCombine","features":[468]},{"name":"PathCchCombineEx","features":[468]},{"name":"PathCchFindExtension","features":[468]},{"name":"PathCchIsRoot","features":[307,468]},{"name":"PathCchRemoveBackslash","features":[468]},{"name":"PathCchRemoveBackslashEx","features":[468]},{"name":"PathCchRemoveExtension","features":[468]},{"name":"PathCchRemoveFileSpec","features":[468]},{"name":"PathCchRenameExtension","features":[468]},{"name":"PathCchSkipRoot","features":[468]},{"name":"PathCchStripPrefix","features":[468]},{"name":"PathCchStripToRoot","features":[468]},{"name":"PathCleanupSpec","features":[468]},{"name":"PathCombineA","features":[468]},{"name":"PathCombineW","features":[468]},{"name":"PathCommonPrefixA","features":[468]},{"name":"PathCommonPrefixW","features":[468]},{"name":"PathCompactPathA","features":[307,318,468]},{"name":"PathCompactPathExA","features":[307,468]},{"name":"PathCompactPathExW","features":[307,468]},{"name":"PathCompactPathW","features":[307,318,468]},{"name":"PathCreateFromUrlA","features":[468]},{"name":"PathCreateFromUrlAlloc","features":[468]},{"name":"PathCreateFromUrlW","features":[468]},{"name":"PathFileExistsA","features":[307,468]},{"name":"PathFileExistsW","features":[307,468]},{"name":"PathFindExtensionA","features":[468]},{"name":"PathFindExtensionW","features":[468]},{"name":"PathFindFileNameA","features":[468]},{"name":"PathFindFileNameW","features":[468]},{"name":"PathFindNextComponentA","features":[468]},{"name":"PathFindNextComponentW","features":[468]},{"name":"PathFindOnPathA","features":[307,468]},{"name":"PathFindOnPathW","features":[307,468]},{"name":"PathFindSuffixArrayA","features":[468]},{"name":"PathFindSuffixArrayW","features":[468]},{"name":"PathGetArgsA","features":[468]},{"name":"PathGetArgsW","features":[468]},{"name":"PathGetCharTypeA","features":[468]},{"name":"PathGetCharTypeW","features":[468]},{"name":"PathGetDriveNumberA","features":[468]},{"name":"PathGetDriveNumberW","features":[468]},{"name":"PathGetShortPath","features":[468]},{"name":"PathIsContentTypeA","features":[307,468]},{"name":"PathIsContentTypeW","features":[307,468]},{"name":"PathIsDirectoryA","features":[307,468]},{"name":"PathIsDirectoryEmptyA","features":[307,468]},{"name":"PathIsDirectoryEmptyW","features":[307,468]},{"name":"PathIsDirectoryW","features":[307,468]},{"name":"PathIsExe","features":[307,468]},{"name":"PathIsFileSpecA","features":[307,468]},{"name":"PathIsFileSpecW","features":[307,468]},{"name":"PathIsLFNFileSpecA","features":[307,468]},{"name":"PathIsLFNFileSpecW","features":[307,468]},{"name":"PathIsNetworkPathA","features":[307,468]},{"name":"PathIsNetworkPathW","features":[307,468]},{"name":"PathIsPrefixA","features":[307,468]},{"name":"PathIsPrefixW","features":[307,468]},{"name":"PathIsRelativeA","features":[307,468]},{"name":"PathIsRelativeW","features":[307,468]},{"name":"PathIsRootA","features":[307,468]},{"name":"PathIsRootW","features":[307,468]},{"name":"PathIsSameRootA","features":[307,468]},{"name":"PathIsSameRootW","features":[307,468]},{"name":"PathIsSlowA","features":[307,468]},{"name":"PathIsSlowW","features":[307,468]},{"name":"PathIsSystemFolderA","features":[307,468]},{"name":"PathIsSystemFolderW","features":[307,468]},{"name":"PathIsUNCA","features":[307,468]},{"name":"PathIsUNCEx","features":[307,468]},{"name":"PathIsUNCServerA","features":[307,468]},{"name":"PathIsUNCServerShareA","features":[307,468]},{"name":"PathIsUNCServerShareW","features":[307,468]},{"name":"PathIsUNCServerW","features":[307,468]},{"name":"PathIsUNCW","features":[307,468]},{"name":"PathIsURLA","features":[307,468]},{"name":"PathIsURLW","features":[307,468]},{"name":"PathMakePrettyA","features":[307,468]},{"name":"PathMakePrettyW","features":[307,468]},{"name":"PathMakeSystemFolderA","features":[307,468]},{"name":"PathMakeSystemFolderW","features":[307,468]},{"name":"PathMakeUniqueName","features":[307,468]},{"name":"PathMatchSpecA","features":[307,468]},{"name":"PathMatchSpecExA","features":[468]},{"name":"PathMatchSpecExW","features":[468]},{"name":"PathMatchSpecW","features":[307,468]},{"name":"PathParseIconLocationA","features":[468]},{"name":"PathParseIconLocationW","features":[468]},{"name":"PathQualify","features":[468]},{"name":"PathQuoteSpacesA","features":[307,468]},{"name":"PathQuoteSpacesW","features":[307,468]},{"name":"PathRelativePathToA","features":[307,468]},{"name":"PathRelativePathToW","features":[307,468]},{"name":"PathRemoveArgsA","features":[468]},{"name":"PathRemoveArgsW","features":[468]},{"name":"PathRemoveBackslashA","features":[468]},{"name":"PathRemoveBackslashW","features":[468]},{"name":"PathRemoveBlanksA","features":[468]},{"name":"PathRemoveBlanksW","features":[468]},{"name":"PathRemoveExtensionA","features":[468]},{"name":"PathRemoveExtensionW","features":[468]},{"name":"PathRemoveFileSpecA","features":[307,468]},{"name":"PathRemoveFileSpecW","features":[307,468]},{"name":"PathRenameExtensionA","features":[307,468]},{"name":"PathRenameExtensionW","features":[307,468]},{"name":"PathResolve","features":[468]},{"name":"PathSearchAndQualifyA","features":[307,468]},{"name":"PathSearchAndQualifyW","features":[307,468]},{"name":"PathSetDlgItemPathA","features":[307,468]},{"name":"PathSetDlgItemPathW","features":[307,468]},{"name":"PathSkipRootA","features":[468]},{"name":"PathSkipRootW","features":[468]},{"name":"PathStripPathA","features":[468]},{"name":"PathStripPathW","features":[468]},{"name":"PathStripToRootA","features":[307,468]},{"name":"PathStripToRootW","features":[307,468]},{"name":"PathUnExpandEnvStringsA","features":[307,468]},{"name":"PathUnExpandEnvStringsW","features":[307,468]},{"name":"PathUndecorateA","features":[468]},{"name":"PathUndecorateW","features":[468]},{"name":"PathUnmakeSystemFolderA","features":[307,468]},{"name":"PathUnmakeSystemFolderW","features":[307,468]},{"name":"PathUnquoteSpacesA","features":[307,468]},{"name":"PathUnquoteSpacesW","features":[307,468]},{"name":"PathYetAnotherMakeUniqueName","features":[307,468]},{"name":"PickIconDlg","features":[307,468]},{"name":"PreviousVersions","features":[468]},{"name":"PropVariantToStrRet","features":[307,387,360,634]},{"name":"PropertiesUI","features":[468]},{"name":"ProtectedModeRedirect","features":[468]},{"name":"PublishDropTarget","features":[468]},{"name":"PublishingWizard","features":[468]},{"name":"QCMINFO","features":[468,371]},{"name":"QCMINFO_IDMAP","features":[468]},{"name":"QCMINFO_IDMAP_PLACEMENT","features":[468]},{"name":"QCMINFO_PLACE_AFTER","features":[468]},{"name":"QCMINFO_PLACE_BEFORE","features":[468]},{"name":"QIF_CACHED","features":[468]},{"name":"QIF_DONTEXPANDFOLDER","features":[468]},{"name":"QISearch","features":[468]},{"name":"QITAB","features":[468]},{"name":"QITIPF_DEFAULT","features":[468]},{"name":"QITIPF_FLAGS","features":[468]},{"name":"QITIPF_LINKNOTARGET","features":[468]},{"name":"QITIPF_LINKUSETARGET","features":[468]},{"name":"QITIPF_SINGLELINE","features":[468]},{"name":"QITIPF_USENAME","features":[468]},{"name":"QITIPF_USESLOWTIP","features":[468]},{"name":"QUERY_USER_NOTIFICATION_STATE","features":[468]},{"name":"QUNS_ACCEPTS_NOTIFICATIONS","features":[468]},{"name":"QUNS_APP","features":[468]},{"name":"QUNS_BUSY","features":[468]},{"name":"QUNS_NOT_PRESENT","features":[468]},{"name":"QUNS_PRESENTATION_MODE","features":[468]},{"name":"QUNS_QUIET_TIME","features":[468]},{"name":"QUNS_RUNNING_D3D_FULL_SCREEN","features":[468]},{"name":"QueryCancelAutoPlay","features":[468]},{"name":"RASProvider","features":[468]},{"name":"REFRESH_COMPLETELY","features":[468]},{"name":"REFRESH_IFEXPIRED","features":[468]},{"name":"REFRESH_NORMAL","features":[468]},{"name":"RESTRICTIONS","features":[468]},{"name":"REST_ALLOWBITBUCKDRIVES","features":[468]},{"name":"REST_ALLOWCOMMENTTOGGLE","features":[468]},{"name":"REST_ALLOWFILECLSIDJUNCTIONS","features":[468]},{"name":"REST_ALLOWLEGACYWEBVIEW","features":[468]},{"name":"REST_ALLOWUNHASHEDWEBVIEW","features":[468]},{"name":"REST_ARP_DONTGROUPPATCHES","features":[468]},{"name":"REST_ARP_NOADDPAGE","features":[468]},{"name":"REST_ARP_NOARP","features":[468]},{"name":"REST_ARP_NOCHOOSEPROGRAMSPAGE","features":[468]},{"name":"REST_ARP_NOREMOVEPAGE","features":[468]},{"name":"REST_ARP_NOWINSETUPPAGE","features":[468]},{"name":"REST_ARP_ShowPostSetup","features":[468]},{"name":"REST_BITBUCKCONFIRMDELETE","features":[468]},{"name":"REST_BITBUCKNOPROP","features":[468]},{"name":"REST_BITBUCKNUKEONDELETE","features":[468]},{"name":"REST_CLASSICSHELL","features":[468]},{"name":"REST_CLEARRECENTDOCSONEXIT","features":[468]},{"name":"REST_DISALLOWCPL","features":[468]},{"name":"REST_DISALLOWRUN","features":[468]},{"name":"REST_DONTRETRYBADNETNAME","features":[468]},{"name":"REST_DONTSHOWSUPERHIDDEN","features":[468]},{"name":"REST_ENFORCESHELLEXTSECURITY","features":[468]},{"name":"REST_ENUMWORKGROUP","features":[468]},{"name":"REST_FORCEACTIVEDESKTOPON","features":[468]},{"name":"REST_FORCECOPYACLWITHFILE","features":[468]},{"name":"REST_FORCESTARTMENULOGOFF","features":[468]},{"name":"REST_GREYMSIADS","features":[468]},{"name":"REST_HASFINDCOMPUTERS","features":[468]},{"name":"REST_HIDECLOCK","features":[468]},{"name":"REST_HIDERUNASVERB","features":[468]},{"name":"REST_INHERITCONSOLEHANDLES","features":[468]},{"name":"REST_INTELLIMENUS","features":[468]},{"name":"REST_LINKRESOLVEIGNORELINKINFO","features":[468]},{"name":"REST_MYCOMPNOPROP","features":[468]},{"name":"REST_MYDOCSNOPROP","features":[468]},{"name":"REST_MYDOCSONNET","features":[468]},{"name":"REST_MaxRecentDocs","features":[468]},{"name":"REST_NOACTIVEDESKTOP","features":[468]},{"name":"REST_NOACTIVEDESKTOPCHANGES","features":[468]},{"name":"REST_NOADDDESKCOMP","features":[468]},{"name":"REST_NOAUTOTRAYNOTIFY","features":[468]},{"name":"REST_NOCDBURNING","features":[468]},{"name":"REST_NOCHANGEMAPPEDDRIVECOMMENT","features":[468]},{"name":"REST_NOCHANGEMAPPEDDRIVELABEL","features":[468]},{"name":"REST_NOCHANGESTARMENU","features":[468]},{"name":"REST_NOCHANGINGWALLPAPER","features":[468]},{"name":"REST_NOCLOSE","features":[468]},{"name":"REST_NOCLOSEDESKCOMP","features":[468]},{"name":"REST_NOCLOSE_DRAGDROPBAND","features":[468]},{"name":"REST_NOCOLORCHOICE","features":[468]},{"name":"REST_NOCOMMONGROUPS","features":[468]},{"name":"REST_NOCONTROLPANEL","features":[468]},{"name":"REST_NOCONTROLPANELBARRICADE","features":[468]},{"name":"REST_NOCSC","features":[468]},{"name":"REST_NOCURRENTUSERRUN","features":[468]},{"name":"REST_NOCURRENTUSERRUNONCE","features":[468]},{"name":"REST_NOCUSTOMIZETHISFOLDER","features":[468]},{"name":"REST_NOCUSTOMIZEWEBVIEW","features":[468]},{"name":"REST_NODELDESKCOMP","features":[468]},{"name":"REST_NODESKCOMP","features":[468]},{"name":"REST_NODESKTOP","features":[468]},{"name":"REST_NODESKTOPCLEANUP","features":[468]},{"name":"REST_NODISCONNECT","features":[468]},{"name":"REST_NODISPBACKGROUND","features":[468]},{"name":"REST_NODISPLAYAPPEARANCEPAGE","features":[468]},{"name":"REST_NODISPLAYCPL","features":[468]},{"name":"REST_NODISPSCREENSAVEPG","features":[468]},{"name":"REST_NODISPSCREENSAVEPREVIEW","features":[468]},{"name":"REST_NODISPSETTINGSPG","features":[468]},{"name":"REST_NODRIVEAUTORUN","features":[468]},{"name":"REST_NODRIVES","features":[468]},{"name":"REST_NODRIVETYPEAUTORUN","features":[468]},{"name":"REST_NOEDITDESKCOMP","features":[468]},{"name":"REST_NOENCRYPTION","features":[468]},{"name":"REST_NOENCRYPTONMOVE","features":[468]},{"name":"REST_NOENTIRENETWORK","features":[468]},{"name":"REST_NOENUMENTIRENETWORK","features":[468]},{"name":"REST_NOEXITTODOS","features":[468]},{"name":"REST_NOFAVORITESMENU","features":[468]},{"name":"REST_NOFILEASSOCIATE","features":[468]},{"name":"REST_NOFILEMENU","features":[468]},{"name":"REST_NOFIND","features":[468]},{"name":"REST_NOFOLDEROPTIONS","features":[468]},{"name":"REST_NOFORGETSOFTWAREUPDATE","features":[468]},{"name":"REST_NOHARDWARETAB","features":[468]},{"name":"REST_NOHTMLWALLPAPER","features":[468]},{"name":"REST_NOINTERNETICON","features":[468]},{"name":"REST_NOINTERNETOPENWITH","features":[468]},{"name":"REST_NOLOCALMACHINERUN","features":[468]},{"name":"REST_NOLOCALMACHINERUNONCE","features":[468]},{"name":"REST_NOLOWDISKSPACECHECKS","features":[468]},{"name":"REST_NOMANAGEMYCOMPUTERVERB","features":[468]},{"name":"REST_NOMOVINGBAND","features":[468]},{"name":"REST_NOMYCOMPUTERICON","features":[468]},{"name":"REST_NONE","features":[468]},{"name":"REST_NONETCONNECTDISCONNECT","features":[468]},{"name":"REST_NONETCRAWL","features":[468]},{"name":"REST_NONETHOOD","features":[468]},{"name":"REST_NONETWORKCONNECTIONS","features":[468]},{"name":"REST_NONLEGACYSHELLMODE","features":[468]},{"name":"REST_NOONLINEPRINTSWIZARD","features":[468]},{"name":"REST_NOPRINTERADD","features":[468]},{"name":"REST_NOPRINTERDELETE","features":[468]},{"name":"REST_NOPRINTERTABS","features":[468]},{"name":"REST_NOPUBLISHWIZARD","features":[468]},{"name":"REST_NORECENTDOCSHISTORY","features":[468]},{"name":"REST_NORECENTDOCSMENU","features":[468]},{"name":"REST_NOREMOTECHANGENOTIFY","features":[468]},{"name":"REST_NOREMOTERECURSIVEEVENTS","features":[468]},{"name":"REST_NORESOLVESEARCH","features":[468]},{"name":"REST_NORESOLVETRACK","features":[468]},{"name":"REST_NORUN","features":[468]},{"name":"REST_NORUNASINSTALLPROMPT","features":[468]},{"name":"REST_NOSAVESET","features":[468]},{"name":"REST_NOSECURITY","features":[468]},{"name":"REST_NOSETACTIVEDESKTOP","features":[468]},{"name":"REST_NOSETFOLDERS","features":[468]},{"name":"REST_NOSETTASKBAR","features":[468]},{"name":"REST_NOSETTINGSASSIST","features":[468]},{"name":"REST_NOSHAREDDOCUMENTS","features":[468]},{"name":"REST_NOSHELLSEARCHBUTTON","features":[468]},{"name":"REST_NOSIZECHOICE","features":[468]},{"name":"REST_NOSMBALLOONTIP","features":[468]},{"name":"REST_NOSMCONFIGUREPROGRAMS","features":[468]},{"name":"REST_NOSMEJECTPC","features":[468]},{"name":"REST_NOSMHELP","features":[468]},{"name":"REST_NOSMMFUPROGRAMS","features":[468]},{"name":"REST_NOSMMOREPROGRAMS","features":[468]},{"name":"REST_NOSMMYDOCS","features":[468]},{"name":"REST_NOSMMYMUSIC","features":[468]},{"name":"REST_NOSMMYPICS","features":[468]},{"name":"REST_NOSMNETWORKPLACES","features":[468]},{"name":"REST_NOSMPINNEDLIST","features":[468]},{"name":"REST_NOSTARTMENUSUBFOLDERS","features":[468]},{"name":"REST_NOSTARTPAGE","features":[468]},{"name":"REST_NOSTARTPANEL","features":[468]},{"name":"REST_NOSTRCMPLOGICAL","features":[468]},{"name":"REST_NOTASKGROUPING","features":[468]},{"name":"REST_NOTHEMESTAB","features":[468]},{"name":"REST_NOTHUMBNAILCACHE","features":[468]},{"name":"REST_NOTOOLBARSONTASKBAR","features":[468]},{"name":"REST_NOTRAYCONTEXTMENU","features":[468]},{"name":"REST_NOTRAYITEMSDISPLAY","features":[468]},{"name":"REST_NOUPDATEWINDOWS","features":[468]},{"name":"REST_NOUPNPINSTALL","features":[468]},{"name":"REST_NOUSERNAMEINSTARTPANEL","features":[468]},{"name":"REST_NOVIEWCONTEXTMENU","features":[468]},{"name":"REST_NOVIEWONDRIVE","features":[468]},{"name":"REST_NOVISUALSTYLECHOICE","features":[468]},{"name":"REST_NOWEB","features":[468]},{"name":"REST_NOWEBSERVICES","features":[468]},{"name":"REST_NOWEBVIEW","features":[468]},{"name":"REST_NOWELCOMESCREEN","features":[468]},{"name":"REST_NOWINKEYS","features":[468]},{"name":"REST_PROMPTRUNASINSTALLNETPATH","features":[468]},{"name":"REST_RESTRICTCPL","features":[468]},{"name":"REST_RESTRICTRUN","features":[468]},{"name":"REST_REVERTWEBVIEWSECURITY","features":[468]},{"name":"REST_RUNDLGMEMCHECKBOX","features":[468]},{"name":"REST_SEPARATEDESKTOPPROCESS","features":[468]},{"name":"REST_SETVISUALSTYLE","features":[468]},{"name":"REST_STARTBANNER","features":[468]},{"name":"REST_STARTMENULOGOFF","features":[468]},{"name":"REST_STARTRUNNOHOMEPATH","features":[468]},{"name":"ReadCabinetState","features":[307,468]},{"name":"RealDriveType","features":[307,468]},{"name":"RefreshConstants","features":[468]},{"name":"RegisterAppConstrainedChangeNotification","features":[307,468]},{"name":"RegisterAppStateChangeNotification","features":[307,468]},{"name":"RegisterScaleChangeEvent","features":[307,468]},{"name":"RegisterScaleChangeNotifications","features":[307,468]},{"name":"RemoveWindowSubclass","features":[307,468]},{"name":"ResizeThumbnail","features":[468]},{"name":"RestartDialog","features":[307,468]},{"name":"RestartDialogEx","features":[307,468]},{"name":"ReturnOnlyIfCached","features":[468]},{"name":"RevokeScaleChangeNotifications","features":[468]},{"name":"SBSC_HIDE","features":[468]},{"name":"SBSC_QUERY","features":[468]},{"name":"SBSC_SHOW","features":[468]},{"name":"SBSC_TOGGLE","features":[468]},{"name":"SBSP_ABSOLUTE","features":[468]},{"name":"SBSP_ACTIVATE_NOFOCUS","features":[468]},{"name":"SBSP_ALLOW_AUTONAVIGATE","features":[468]},{"name":"SBSP_CALLERUNTRUSTED","features":[468]},{"name":"SBSP_CREATENOHISTORY","features":[468]},{"name":"SBSP_DEFBROWSER","features":[468]},{"name":"SBSP_DEFMODE","features":[468]},{"name":"SBSP_EXPLOREMODE","features":[468]},{"name":"SBSP_FEEDNAVIGATION","features":[468]},{"name":"SBSP_HELPMODE","features":[468]},{"name":"SBSP_INITIATEDBYHLINKFRAME","features":[468]},{"name":"SBSP_KEEPSAMETEMPLATE","features":[468]},{"name":"SBSP_KEEPWORDWHEELTEXT","features":[468]},{"name":"SBSP_NAVIGATEBACK","features":[468]},{"name":"SBSP_NAVIGATEFORWARD","features":[468]},{"name":"SBSP_NEWBROWSER","features":[468]},{"name":"SBSP_NOAUTOSELECT","features":[468]},{"name":"SBSP_NOTRANSFERHIST","features":[468]},{"name":"SBSP_OPENMODE","features":[468]},{"name":"SBSP_PARENT","features":[468]},{"name":"SBSP_PLAYNOSOUND","features":[468]},{"name":"SBSP_REDIRECT","features":[468]},{"name":"SBSP_RELATIVE","features":[468]},{"name":"SBSP_SAMEBROWSER","features":[468]},{"name":"SBSP_TRUSTEDFORACTIVEX","features":[468]},{"name":"SBSP_TRUSTFIRSTDOWNLOAD","features":[468]},{"name":"SBSP_UNTRUSTEDFORDOWNLOAD","features":[468]},{"name":"SBSP_WRITENOHISTORY","features":[468]},{"name":"SCALE_CHANGE_FLAGS","features":[468]},{"name":"SCF_PHYSICAL","features":[468]},{"name":"SCF_SCALE","features":[468]},{"name":"SCF_VALUE_NONE","features":[468]},{"name":"SCHEME_CREATE","features":[468]},{"name":"SCHEME_DISPLAY","features":[468]},{"name":"SCHEME_DONOTUSE","features":[468]},{"name":"SCHEME_EDIT","features":[468]},{"name":"SCHEME_GLOBAL","features":[468]},{"name":"SCHEME_LOCAL","features":[468]},{"name":"SCHEME_REFRESH","features":[468]},{"name":"SCHEME_UPDATE","features":[468]},{"name":"SCNRT_DISABLE","features":[468]},{"name":"SCNRT_ENABLE","features":[468]},{"name":"SCNRT_STATUS","features":[468]},{"name":"SCRM_VERIFYPW","features":[468]},{"name":"SECURELOCKCODE","features":[468]},{"name":"SECURELOCK_FIRSTSUGGEST","features":[468]},{"name":"SECURELOCK_NOCHANGE","features":[468]},{"name":"SECURELOCK_SET_FORTEZZA","features":[468]},{"name":"SECURELOCK_SET_MIXED","features":[468]},{"name":"SECURELOCK_SET_SECURE128BIT","features":[468]},{"name":"SECURELOCK_SET_SECURE40BIT","features":[468]},{"name":"SECURELOCK_SET_SECURE56BIT","features":[468]},{"name":"SECURELOCK_SET_SECUREUNKNOWNBIT","features":[468]},{"name":"SECURELOCK_SET_UNSECURE","features":[468]},{"name":"SECURELOCK_SUGGEST_FORTEZZA","features":[468]},{"name":"SECURELOCK_SUGGEST_MIXED","features":[468]},{"name":"SECURELOCK_SUGGEST_SECURE128BIT","features":[468]},{"name":"SECURELOCK_SUGGEST_SECURE40BIT","features":[468]},{"name":"SECURELOCK_SUGGEST_SECURE56BIT","features":[468]},{"name":"SECURELOCK_SUGGEST_SECUREUNKNOWNBIT","features":[468]},{"name":"SECURELOCK_SUGGEST_UNSECURE","features":[468]},{"name":"SEE_MASK_ASYNCOK","features":[468]},{"name":"SEE_MASK_CLASSKEY","features":[468]},{"name":"SEE_MASK_CLASSNAME","features":[468]},{"name":"SEE_MASK_CONNECTNETDRV","features":[468]},{"name":"SEE_MASK_DEFAULT","features":[468]},{"name":"SEE_MASK_DOENVSUBST","features":[468]},{"name":"SEE_MASK_FLAG_DDEWAIT","features":[468]},{"name":"SEE_MASK_FLAG_HINST_IS_SITE","features":[468]},{"name":"SEE_MASK_FLAG_LOG_USAGE","features":[468]},{"name":"SEE_MASK_FLAG_NO_UI","features":[468]},{"name":"SEE_MASK_HMONITOR","features":[468]},{"name":"SEE_MASK_HOTKEY","features":[468]},{"name":"SEE_MASK_ICON","features":[468]},{"name":"SEE_MASK_IDLIST","features":[468]},{"name":"SEE_MASK_INVOKEIDLIST","features":[468]},{"name":"SEE_MASK_NOASYNC","features":[468]},{"name":"SEE_MASK_NOCLOSEPROCESS","features":[468]},{"name":"SEE_MASK_NOQUERYCLASSSTORE","features":[468]},{"name":"SEE_MASK_NOZONECHECKS","features":[468]},{"name":"SEE_MASK_NO_CONSOLE","features":[468]},{"name":"SEE_MASK_UNICODE","features":[468]},{"name":"SEE_MASK_WAITFORINPUTIDLE","features":[468]},{"name":"SETPROPS_NONE","features":[468]},{"name":"SE_ERR_ACCESSDENIED","features":[468]},{"name":"SE_ERR_ASSOCINCOMPLETE","features":[468]},{"name":"SE_ERR_DDEBUSY","features":[468]},{"name":"SE_ERR_DDEFAIL","features":[468]},{"name":"SE_ERR_DDETIMEOUT","features":[468]},{"name":"SE_ERR_DLLNOTFOUND","features":[468]},{"name":"SE_ERR_FNF","features":[468]},{"name":"SE_ERR_NOASSOC","features":[468]},{"name":"SE_ERR_OOM","features":[468]},{"name":"SE_ERR_PNF","features":[468]},{"name":"SE_ERR_SHARE","features":[468]},{"name":"SFBID_PIDLCHANGED","features":[468]},{"name":"SFBS_FLAGS","features":[468]},{"name":"SFBS_FLAGS_ROUND_TO_NEAREST_DISPLAYED_DIGIT","features":[468]},{"name":"SFBS_FLAGS_TRUNCATE_UNDISPLAYED_DECIMAL_DIGITS","features":[468]},{"name":"SFVM_ADDOBJECT","features":[468]},{"name":"SFVM_ADDPROPERTYPAGES","features":[468]},{"name":"SFVM_BACKGROUNDENUM","features":[468]},{"name":"SFVM_BACKGROUNDENUMDONE","features":[468]},{"name":"SFVM_COLUMNCLICK","features":[468]},{"name":"SFVM_DEFITEMCOUNT","features":[468]},{"name":"SFVM_DEFVIEWMODE","features":[468]},{"name":"SFVM_DIDDRAGDROP","features":[468]},{"name":"SFVM_FSNOTIFY","features":[468]},{"name":"SFVM_GETANIMATION","features":[468]},{"name":"SFVM_GETBUTTONINFO","features":[468]},{"name":"SFVM_GETBUTTONS","features":[468]},{"name":"SFVM_GETDETAILSOF","features":[468]},{"name":"SFVM_GETHELPTEXT","features":[468]},{"name":"SFVM_GETHELPTOPIC","features":[468]},{"name":"SFVM_GETNOTIFY","features":[468]},{"name":"SFVM_GETPANE","features":[468]},{"name":"SFVM_GETSELECTEDOBJECTS","features":[468]},{"name":"SFVM_GETSORTDEFAULTS","features":[468]},{"name":"SFVM_GETTOOLTIPTEXT","features":[468]},{"name":"SFVM_GETZONE","features":[468]},{"name":"SFVM_HELPTOPIC_DATA","features":[468]},{"name":"SFVM_INITMENUPOPUP","features":[468]},{"name":"SFVM_INVOKECOMMAND","features":[468]},{"name":"SFVM_MERGEMENU","features":[468]},{"name":"SFVM_MESSAGE_ID","features":[468]},{"name":"SFVM_PROPPAGE_DATA","features":[307,357,468]},{"name":"SFVM_QUERYFSNOTIFY","features":[468]},{"name":"SFVM_REARRANGE","features":[468]},{"name":"SFVM_REMOVEOBJECT","features":[468]},{"name":"SFVM_SETCLIPBOARD","features":[468]},{"name":"SFVM_SETISFV","features":[468]},{"name":"SFVM_SETITEMPOS","features":[468]},{"name":"SFVM_SETPOINTS","features":[468]},{"name":"SFVM_SIZE","features":[468]},{"name":"SFVM_THISIDLIST","features":[468]},{"name":"SFVM_UNMERGEMENU","features":[468]},{"name":"SFVM_UPDATEOBJECT","features":[468]},{"name":"SFVM_UPDATESTATUSBAR","features":[468]},{"name":"SFVM_WINDOWCREATED","features":[468]},{"name":"SFVSOC_INVALIDATE_ALL","features":[468]},{"name":"SFVSOC_NOSCROLL","features":[468]},{"name":"SFVS_SELECT","features":[468]},{"name":"SFVS_SELECT_ALLITEMS","features":[468]},{"name":"SFVS_SELECT_INVERT","features":[468]},{"name":"SFVS_SELECT_NONE","features":[468]},{"name":"SFVVO_DESKTOPHTML","features":[468]},{"name":"SFVVO_DOUBLECLICKINWEBVIEW","features":[468]},{"name":"SFVVO_SHOWALLOBJECTS","features":[468]},{"name":"SFVVO_SHOWCOMPCOLOR","features":[468]},{"name":"SFVVO_SHOWEXTENSIONS","features":[468]},{"name":"SFVVO_SHOWSYSFILES","features":[468]},{"name":"SFVVO_WIN95CLASSIC","features":[468]},{"name":"SFV_CREATE","features":[359,468]},{"name":"SFV_SETITEMPOS","features":[307,634]},{"name":"SHACF_AUTOAPPEND_FORCE_OFF","features":[468]},{"name":"SHACF_AUTOAPPEND_FORCE_ON","features":[468]},{"name":"SHACF_AUTOSUGGEST_FORCE_OFF","features":[468]},{"name":"SHACF_AUTOSUGGEST_FORCE_ON","features":[468]},{"name":"SHACF_DEFAULT","features":[468]},{"name":"SHACF_FILESYSTEM","features":[468]},{"name":"SHACF_FILESYS_DIRS","features":[468]},{"name":"SHACF_FILESYS_ONLY","features":[468]},{"name":"SHACF_URLALL","features":[468]},{"name":"SHACF_URLHISTORY","features":[468]},{"name":"SHACF_URLMRU","features":[468]},{"name":"SHACF_USETAB","features":[468]},{"name":"SHACF_VIRTUAL_NAMESPACE","features":[468]},{"name":"SHARD","features":[468]},{"name":"SHARDAPPIDINFO","features":[468]},{"name":"SHARDAPPIDINFOIDLIST","features":[634]},{"name":"SHARDAPPIDINFOLINK","features":[468]},{"name":"SHARD_APPIDINFO","features":[468]},{"name":"SHARD_APPIDINFOIDLIST","features":[468]},{"name":"SHARD_APPIDINFOLINK","features":[468]},{"name":"SHARD_LINK","features":[468]},{"name":"SHARD_PATHA","features":[468]},{"name":"SHARD_PATHW","features":[468]},{"name":"SHARD_PIDL","features":[468]},{"name":"SHARD_SHELLITEM","features":[468]},{"name":"SHARE_ROLE","features":[468]},{"name":"SHARE_ROLE_CONTRIBUTOR","features":[468]},{"name":"SHARE_ROLE_CO_OWNER","features":[468]},{"name":"SHARE_ROLE_CUSTOM","features":[468]},{"name":"SHARE_ROLE_INVALID","features":[468]},{"name":"SHARE_ROLE_MIXED","features":[468]},{"name":"SHARE_ROLE_OWNER","features":[468]},{"name":"SHARE_ROLE_READER","features":[468]},{"name":"SHAddFromPropSheetExtArray","features":[307,357,468]},{"name":"SHAddToRecentDocs","features":[468]},{"name":"SHAlloc","features":[468]},{"name":"SHAllocShared","features":[307,468]},{"name":"SHAnsiToAnsi","features":[468]},{"name":"SHAnsiToUnicode","features":[468]},{"name":"SHAppBarMessage","features":[307,468]},{"name":"SHAssocEnumHandlers","features":[468]},{"name":"SHAssocEnumHandlersForProtocolByApplication","features":[468]},{"name":"SHAutoComplete","features":[307,468]},{"name":"SHBindToFolderIDListParent","features":[634]},{"name":"SHBindToFolderIDListParentEx","features":[358,634]},{"name":"SHBindToObject","features":[358,634]},{"name":"SHBindToParent","features":[634]},{"name":"SHBrowseForFolderA","features":[307,634]},{"name":"SHBrowseForFolderW","features":[307,634]},{"name":"SHCDF_UPDATEITEM","features":[468]},{"name":"SHCIDS_ALLFIELDS","features":[468]},{"name":"SHCIDS_BITMASK","features":[468]},{"name":"SHCIDS_CANONICALONLY","features":[468]},{"name":"SHCIDS_COLUMNMASK","features":[468]},{"name":"SHCLSIDFromString","features":[468]},{"name":"SHCNEE_MSI_CHANGE","features":[468]},{"name":"SHCNEE_MSI_UNINSTALL","features":[468]},{"name":"SHCNEE_ORDERCHANGED","features":[468]},{"name":"SHCNE_ALLEVENTS","features":[468]},{"name":"SHCNE_ASSOCCHANGED","features":[468]},{"name":"SHCNE_ATTRIBUTES","features":[468]},{"name":"SHCNE_CREATE","features":[468]},{"name":"SHCNE_DELETE","features":[468]},{"name":"SHCNE_DISKEVENTS","features":[468]},{"name":"SHCNE_DRIVEADD","features":[468]},{"name":"SHCNE_DRIVEADDGUI","features":[468]},{"name":"SHCNE_DRIVEREMOVED","features":[468]},{"name":"SHCNE_EXTENDED_EVENT","features":[468]},{"name":"SHCNE_FREESPACE","features":[468]},{"name":"SHCNE_GLOBALEVENTS","features":[468]},{"name":"SHCNE_ID","features":[468]},{"name":"SHCNE_INTERRUPT","features":[468]},{"name":"SHCNE_MEDIAINSERTED","features":[468]},{"name":"SHCNE_MEDIAREMOVED","features":[468]},{"name":"SHCNE_MKDIR","features":[468]},{"name":"SHCNE_NETSHARE","features":[468]},{"name":"SHCNE_NETUNSHARE","features":[468]},{"name":"SHCNE_RENAMEFOLDER","features":[468]},{"name":"SHCNE_RENAMEITEM","features":[468]},{"name":"SHCNE_RMDIR","features":[468]},{"name":"SHCNE_SERVERDISCONNECT","features":[468]},{"name":"SHCNE_UPDATEDIR","features":[468]},{"name":"SHCNE_UPDATEIMAGE","features":[468]},{"name":"SHCNE_UPDATEITEM","features":[468]},{"name":"SHCNF_DWORD","features":[468]},{"name":"SHCNF_FLAGS","features":[468]},{"name":"SHCNF_FLUSH","features":[468]},{"name":"SHCNF_FLUSHNOWAIT","features":[468]},{"name":"SHCNF_IDLIST","features":[468]},{"name":"SHCNF_NOTIFYRECURSIVE","features":[468]},{"name":"SHCNF_PATH","features":[468]},{"name":"SHCNF_PATHA","features":[468]},{"name":"SHCNF_PATHW","features":[468]},{"name":"SHCNF_PRINTER","features":[468]},{"name":"SHCNF_PRINTERA","features":[468]},{"name":"SHCNF_PRINTERW","features":[468]},{"name":"SHCNF_TYPE","features":[468]},{"name":"SHCNRF_InterruptLevel","features":[468]},{"name":"SHCNRF_NewDelivery","features":[468]},{"name":"SHCNRF_RecursiveInterrupt","features":[468]},{"name":"SHCNRF_SOURCE","features":[468]},{"name":"SHCNRF_ShellLevel","features":[468]},{"name":"SHCOLUMNDATA","features":[468]},{"name":"SHCOLUMNINFO","features":[360,380]},{"name":"SHCOLUMNINIT","features":[468]},{"name":"SHCONTF_CHECKING_FOR_CHILDREN","features":[468]},{"name":"SHCONTF_ENABLE_ASYNC","features":[468]},{"name":"SHCONTF_FASTITEMS","features":[468]},{"name":"SHCONTF_FLATLIST","features":[468]},{"name":"SHCONTF_FOLDERS","features":[468]},{"name":"SHCONTF_INCLUDEHIDDEN","features":[468]},{"name":"SHCONTF_INCLUDESUPERHIDDEN","features":[468]},{"name":"SHCONTF_INIT_ON_FIRST_NEXT","features":[468]},{"name":"SHCONTF_NAVIGATION_ENUM","features":[468]},{"name":"SHCONTF_NETPRINTERSRCH","features":[468]},{"name":"SHCONTF_NONFOLDERS","features":[468]},{"name":"SHCONTF_SHAREABLE","features":[468]},{"name":"SHCONTF_STORAGE","features":[468]},{"name":"SHCREATEPROCESSINFOW","features":[307,310,342,468]},{"name":"SHCREATEPROCESSINFOW","features":[307,310,342,468]},{"name":"SHC_E_SHELL_COMPONENT_STARTUP_FAILURE","features":[468]},{"name":"SHChangeDWORDAsIDList","features":[468]},{"name":"SHChangeNotification_Lock","features":[307,634]},{"name":"SHChangeNotification_Unlock","features":[307,468]},{"name":"SHChangeNotify","features":[468]},{"name":"SHChangeNotifyDeregister","features":[307,468]},{"name":"SHChangeNotifyEntry","features":[307,634]},{"name":"SHChangeNotifyRegister","features":[307,634]},{"name":"SHChangeNotifyRegisterThread","features":[468]},{"name":"SHChangeProductKeyAsIDList","features":[468]},{"name":"SHChangeUpdateImageIDList","features":[468]},{"name":"SHCloneSpecialIDList","features":[307,634]},{"name":"SHCoCreateInstance","features":[468]},{"name":"SHCopyKeyA","features":[307,370,468]},{"name":"SHCopyKeyW","features":[307,370,468]},{"name":"SHCreateAssociationRegistration","features":[468]},{"name":"SHCreateDataObject","features":[358,634]},{"name":"SHCreateDefaultContextMenu","features":[307,370,634]},{"name":"SHCreateDefaultExtractIcon","features":[468]},{"name":"SHCreateDefaultPropertiesOp","features":[468]},{"name":"SHCreateDirectory","features":[307,468]},{"name":"SHCreateDirectoryExA","features":[307,310,468]},{"name":"SHCreateDirectoryExW","features":[307,310,468]},{"name":"SHCreateFileExtractIconW","features":[468]},{"name":"SHCreateItemFromIDList","features":[634]},{"name":"SHCreateItemFromParsingName","features":[358,468]},{"name":"SHCreateItemFromRelativeName","features":[358,468]},{"name":"SHCreateItemInKnownFolder","features":[468]},{"name":"SHCreateItemWithParent","features":[634]},{"name":"SHCreateMemStream","features":[358,468]},{"name":"SHCreateProcessAsUserW","features":[307,310,342,468]},{"name":"SHCreatePropSheetExtArray","features":[370,468]},{"name":"SHCreateQueryCancelAutoPlayMoniker","features":[358,468]},{"name":"SHCreateShellFolderView","features":[359,468]},{"name":"SHCreateShellFolderViewEx","features":[307,359,634]},{"name":"SHCreateShellItem","features":[634]},{"name":"SHCreateShellItemArray","features":[634]},{"name":"SHCreateShellItemArrayFromDataObject","features":[358,468]},{"name":"SHCreateShellItemArrayFromIDLists","features":[634]},{"name":"SHCreateShellItemArrayFromShellItem","features":[468]},{"name":"SHCreateShellPalette","features":[318,468]},{"name":"SHCreateStdEnumFmtEtc","features":[358,468]},{"name":"SHCreateStreamOnFileA","features":[358,468]},{"name":"SHCreateStreamOnFileEx","features":[307,358,468]},{"name":"SHCreateStreamOnFileW","features":[358,468]},{"name":"SHCreateThread","features":[307,342,468]},{"name":"SHCreateThreadRef","features":[468]},{"name":"SHCreateThreadWithHandle","features":[307,342,468]},{"name":"SHDESCRIPTIONID","features":[468]},{"name":"SHDID_COMPUTER_AUDIO","features":[468]},{"name":"SHDID_COMPUTER_CDROM","features":[468]},{"name":"SHDID_COMPUTER_DRIVE35","features":[468]},{"name":"SHDID_COMPUTER_DRIVE525","features":[468]},{"name":"SHDID_COMPUTER_FIXED","features":[468]},{"name":"SHDID_COMPUTER_IMAGING","features":[468]},{"name":"SHDID_COMPUTER_NETDRIVE","features":[468]},{"name":"SHDID_COMPUTER_OTHER","features":[468]},{"name":"SHDID_COMPUTER_RAMDISK","features":[468]},{"name":"SHDID_COMPUTER_REMOVABLE","features":[468]},{"name":"SHDID_COMPUTER_SHAREDDOCS","features":[468]},{"name":"SHDID_FS_DIRECTORY","features":[468]},{"name":"SHDID_FS_FILE","features":[468]},{"name":"SHDID_FS_OTHER","features":[468]},{"name":"SHDID_ID","features":[468]},{"name":"SHDID_MOBILE_DEVICE","features":[468]},{"name":"SHDID_NET_DOMAIN","features":[468]},{"name":"SHDID_NET_OTHER","features":[468]},{"name":"SHDID_NET_RESTOFNET","features":[468]},{"name":"SHDID_NET_SERVER","features":[468]},{"name":"SHDID_NET_SHARE","features":[468]},{"name":"SHDID_REMOTE_DESKTOP_DRIVE","features":[468]},{"name":"SHDID_ROOT_REGITEM","features":[468]},{"name":"SHDRAGIMAGE","features":[307,318,468]},{"name":"SHDefExtractIconA","features":[468,371]},{"name":"SHDefExtractIconW","features":[468,371]},{"name":"SHDeleteEmptyKeyA","features":[307,370,468]},{"name":"SHDeleteEmptyKeyW","features":[307,370,468]},{"name":"SHDeleteKeyA","features":[307,370,468]},{"name":"SHDeleteKeyW","features":[307,370,468]},{"name":"SHDeleteValueA","features":[307,370,468]},{"name":"SHDeleteValueW","features":[307,370,468]},{"name":"SHDestroyPropSheetExtArray","features":[468]},{"name":"SHDoDragDrop","features":[307,358,359,468]},{"name":"SHELLBROWSERSHOWCONTROL","features":[468]},{"name":"SHELLEXECUTEINFOA","features":[307,370,468]},{"name":"SHELLEXECUTEINFOA","features":[307,370,468]},{"name":"SHELLEXECUTEINFOW","features":[307,370,468]},{"name":"SHELLEXECUTEINFOW","features":[307,370,468]},{"name":"SHELLFLAGSTATE","features":[468]},{"name":"SHELLSTATEA","features":[468]},{"name":"SHELLSTATEVERSION_IE4","features":[468]},{"name":"SHELLSTATEVERSION_WIN2K","features":[468]},{"name":"SHELLSTATEW","features":[468]},{"name":"SHELL_AUTOCOMPLETE_FLAGS","features":[468]},{"name":"SHELL_E_WRONG_BITDEPTH","features":[468]},{"name":"SHELL_ITEM_RESOURCE","features":[468]},{"name":"SHELL_LINK_DATA_FLAGS","features":[468]},{"name":"SHELL_UI_COMPONENT","features":[468]},{"name":"SHELL_UI_COMPONENT_DESKBAND","features":[468]},{"name":"SHELL_UI_COMPONENT_NOTIFICATIONAREA","features":[468]},{"name":"SHELL_UI_COMPONENT_TASKBARS","features":[468]},{"name":"SHERB_NOCONFIRMATION","features":[468]},{"name":"SHERB_NOPROGRESSUI","features":[468]},{"name":"SHERB_NOSOUND","features":[468]},{"name":"SHEmptyRecycleBinA","features":[307,468]},{"name":"SHEmptyRecycleBinW","features":[307,468]},{"name":"SHEnumKeyExA","features":[307,370,468]},{"name":"SHEnumKeyExW","features":[307,370,468]},{"name":"SHEnumValueA","features":[307,370,468]},{"name":"SHEnumValueW","features":[307,370,468]},{"name":"SHEnumerateUnreadMailAccountsW","features":[370,468]},{"name":"SHEvaluateSystemCommandTemplate","features":[468]},{"name":"SHFILEINFOA","features":[468,371]},{"name":"SHFILEINFOA","features":[468,371]},{"name":"SHFILEINFOW","features":[468,371]},{"name":"SHFILEINFOW","features":[468,371]},{"name":"SHFILEOPSTRUCTA","features":[307,468]},{"name":"SHFILEOPSTRUCTA","features":[307,468]},{"name":"SHFILEOPSTRUCTW","features":[307,468]},{"name":"SHFILEOPSTRUCTW","features":[307,468]},{"name":"SHFMT_CANCEL","features":[468]},{"name":"SHFMT_ERROR","features":[468]},{"name":"SHFMT_ID","features":[468]},{"name":"SHFMT_ID_DEFAULT","features":[468]},{"name":"SHFMT_NOFORMAT","features":[468]},{"name":"SHFMT_OPT","features":[468]},{"name":"SHFMT_OPT_FULL","features":[468]},{"name":"SHFMT_OPT_NONE","features":[468]},{"name":"SHFMT_OPT_SYSONLY","features":[468]},{"name":"SHFMT_RET","features":[468]},{"name":"SHFOLDERCUSTOMSETTINGS","features":[468]},{"name":"SHFileOperationA","features":[307,468]},{"name":"SHFileOperationW","features":[307,468]},{"name":"SHFindFiles","features":[307,634]},{"name":"SHFind_InitMenuPopup","features":[307,468,371]},{"name":"SHFlushSFCache","features":[468]},{"name":"SHFormatDateTimeA","features":[307,468]},{"name":"SHFormatDateTimeW","features":[307,468]},{"name":"SHFormatDrive","features":[307,468]},{"name":"SHFree","features":[468]},{"name":"SHFreeNameMappings","features":[307,468]},{"name":"SHFreeShared","features":[307,468]},{"name":"SHGDFIL_DESCRIPTIONID","features":[468]},{"name":"SHGDFIL_FINDDATA","features":[468]},{"name":"SHGDFIL_FORMAT","features":[468]},{"name":"SHGDFIL_NETRESOURCE","features":[468]},{"name":"SHGDNF","features":[468]},{"name":"SHGDN_FORADDRESSBAR","features":[468]},{"name":"SHGDN_FOREDITING","features":[468]},{"name":"SHGDN_FORPARSING","features":[468]},{"name":"SHGDN_INFOLDER","features":[468]},{"name":"SHGDN_NORMAL","features":[468]},{"name":"SHGFI_ADDOVERLAYS","features":[468]},{"name":"SHGFI_ATTRIBUTES","features":[468]},{"name":"SHGFI_ATTR_SPECIFIED","features":[468]},{"name":"SHGFI_DISPLAYNAME","features":[468]},{"name":"SHGFI_EXETYPE","features":[468]},{"name":"SHGFI_FLAGS","features":[468]},{"name":"SHGFI_ICON","features":[468]},{"name":"SHGFI_ICONLOCATION","features":[468]},{"name":"SHGFI_LARGEICON","features":[468]},{"name":"SHGFI_LINKOVERLAY","features":[468]},{"name":"SHGFI_OPENICON","features":[468]},{"name":"SHGFI_OVERLAYINDEX","features":[468]},{"name":"SHGFI_PIDL","features":[468]},{"name":"SHGFI_SELECTED","features":[468]},{"name":"SHGFI_SHELLICONSIZE","features":[468]},{"name":"SHGFI_SMALLICON","features":[468]},{"name":"SHGFI_SYSICONINDEX","features":[468]},{"name":"SHGFI_TYPENAME","features":[468]},{"name":"SHGFI_USEFILEATTRIBUTES","features":[468]},{"name":"SHGFP_TYPE","features":[468]},{"name":"SHGFP_TYPE_CURRENT","features":[468]},{"name":"SHGFP_TYPE_DEFAULT","features":[468]},{"name":"SHGLOBALCOUNTER","features":[468]},{"name":"SHGNLI_NOLNK","features":[468]},{"name":"SHGNLI_NOLOCNAME","features":[468]},{"name":"SHGNLI_NOUNIQUE","features":[468]},{"name":"SHGNLI_PIDL","features":[468]},{"name":"SHGNLI_PREFIXNAME","features":[468]},{"name":"SHGNLI_USEURLEXT","features":[468]},{"name":"SHGSI_FLAGS","features":[468]},{"name":"SHGSI_ICON","features":[468]},{"name":"SHGSI_ICONLOCATION","features":[468]},{"name":"SHGSI_LARGEICON","features":[468]},{"name":"SHGSI_LINKOVERLAY","features":[468]},{"name":"SHGSI_SELECTED","features":[468]},{"name":"SHGSI_SHELLICONSIZE","features":[468]},{"name":"SHGSI_SMALLICON","features":[468]},{"name":"SHGSI_SYSICONINDEX","features":[468]},{"name":"SHGVSPB_ALLFOLDERS","features":[468]},{"name":"SHGVSPB_ALLUSERS","features":[468]},{"name":"SHGVSPB_INHERIT","features":[468]},{"name":"SHGVSPB_NOAUTODEFAULTS","features":[468]},{"name":"SHGVSPB_PERFOLDER","features":[468]},{"name":"SHGVSPB_PERUSER","features":[468]},{"name":"SHGVSPB_ROAM","features":[468]},{"name":"SHGetAttributesFromDataObject","features":[358,468]},{"name":"SHGetDataFromIDListA","features":[634]},{"name":"SHGetDataFromIDListW","features":[634]},{"name":"SHGetDesktopFolder","features":[468]},{"name":"SHGetDiskFreeSpaceExA","features":[307,468]},{"name":"SHGetDiskFreeSpaceExW","features":[307,468]},{"name":"SHGetDriveMedia","features":[468]},{"name":"SHGetFileInfoA","features":[326,468,371]},{"name":"SHGetFileInfoW","features":[326,468,371]},{"name":"SHGetFolderLocation","features":[307,634]},{"name":"SHGetFolderPathA","features":[307,468]},{"name":"SHGetFolderPathAndSubDirA","features":[307,468]},{"name":"SHGetFolderPathAndSubDirW","features":[307,468]},{"name":"SHGetFolderPathW","features":[307,468]},{"name":"SHGetIDListFromObject","features":[634]},{"name":"SHGetIconOverlayIndexA","features":[468]},{"name":"SHGetIconOverlayIndexW","features":[468]},{"name":"SHGetImageList","features":[468]},{"name":"SHGetInstanceExplorer","features":[468]},{"name":"SHGetInverseCMAP","features":[468]},{"name":"SHGetItemFromDataObject","features":[358,468]},{"name":"SHGetItemFromObject","features":[468]},{"name":"SHGetKnownFolderIDList","features":[307,634]},{"name":"SHGetKnownFolderItem","features":[307,468]},{"name":"SHGetKnownFolderPath","features":[307,468]},{"name":"SHGetLocalizedName","features":[468]},{"name":"SHGetMalloc","features":[358,468]},{"name":"SHGetNameFromIDList","features":[634]},{"name":"SHGetNewLinkInfoA","features":[307,468]},{"name":"SHGetNewLinkInfoW","features":[307,468]},{"name":"SHGetPathFromIDListA","features":[307,634]},{"name":"SHGetPathFromIDListEx","features":[307,634]},{"name":"SHGetPathFromIDListW","features":[307,634]},{"name":"SHGetRealIDL","features":[634]},{"name":"SHGetSetFolderCustomSettings","features":[468]},{"name":"SHGetSetSettings","features":[307,468]},{"name":"SHGetSettings","features":[468]},{"name":"SHGetSpecialFolderLocation","features":[307,634]},{"name":"SHGetSpecialFolderPathA","features":[307,468]},{"name":"SHGetSpecialFolderPathW","features":[307,468]},{"name":"SHGetStockIconInfo","features":[468,371]},{"name":"SHGetTemporaryPropertyForItem","features":[307,387,360,380]},{"name":"SHGetThreadRef","features":[468]},{"name":"SHGetUnreadMailCountW","features":[307,370,468]},{"name":"SHGetValueA","features":[307,370,468]},{"name":"SHGetValueW","features":[307,370,468]},{"name":"SHGetViewStatePropertyBag","features":[634]},{"name":"SHGlobalCounterDecrement","features":[468]},{"name":"SHGlobalCounterGetValue","features":[468]},{"name":"SHGlobalCounterIncrement","features":[468]},{"name":"SHHLNF_NOAUTOSELECT","features":[468]},{"name":"SHHLNF_WRITENOHISTORY","features":[468]},{"name":"SHHandleUpdateImage","features":[634]},{"name":"SHILCreateFromPath","features":[634]},{"name":"SHIL_EXTRALARGE","features":[468]},{"name":"SHIL_JUMBO","features":[468]},{"name":"SHIL_LARGE","features":[468]},{"name":"SHIL_LAST","features":[468]},{"name":"SHIL_SMALL","features":[468]},{"name":"SHIL_SYSSMALL","features":[468]},{"name":"SHIMGDEC_DEFAULT","features":[468]},{"name":"SHIMGDEC_LOADFULL","features":[468]},{"name":"SHIMGDEC_THUMBNAIL","features":[468]},{"name":"SHIMGKEY_QUALITY","features":[468]},{"name":"SHIMGKEY_RAWFORMAT","features":[468]},{"name":"SHIMSTCAPFLAG_LOCKABLE","features":[468]},{"name":"SHIMSTCAPFLAG_PURGEABLE","features":[468]},{"name":"SHInvokePrinterCommandA","features":[307,468]},{"name":"SHInvokePrinterCommandW","features":[307,468]},{"name":"SHIsFileAvailableOffline","features":[468]},{"name":"SHIsLowMemoryMachine","features":[307,468]},{"name":"SHLimitInputEdit","features":[307,468]},{"name":"SHLoadInProc","features":[468]},{"name":"SHLoadIndirectString","features":[468]},{"name":"SHLoadNonloadedIconOverlayIdentifiers","features":[468]},{"name":"SHLockShared","features":[307,468]},{"name":"SHMapPIDLToSystemImageListIndex","features":[634]},{"name":"SHMessageBoxCheckA","features":[307,468]},{"name":"SHMessageBoxCheckW","features":[307,468]},{"name":"SHMultiFileProperties","features":[358,468]},{"name":"SHNAMEMAPPINGA","features":[468]},{"name":"SHNAMEMAPPINGA","features":[468]},{"name":"SHNAMEMAPPINGW","features":[468]},{"name":"SHNAMEMAPPINGW","features":[468]},{"name":"SHOP_FILEPATH","features":[468]},{"name":"SHOP_PRINTERNAME","features":[468]},{"name":"SHOP_TYPE","features":[468]},{"name":"SHOP_VOLUMEGUID","features":[468]},{"name":"SHObjectProperties","features":[307,468]},{"name":"SHOpenFolderAndSelectItems","features":[634]},{"name":"SHOpenPropSheetW","features":[307,358,359,370,468]},{"name":"SHOpenRegStream2A","features":[358,370,468]},{"name":"SHOpenRegStream2W","features":[358,370,468]},{"name":"SHOpenRegStreamA","features":[358,370,468]},{"name":"SHOpenRegStreamW","features":[358,370,468]},{"name":"SHOpenWithDialog","features":[307,468]},{"name":"SHPPFW_ASKDIRCREATE","features":[468]},{"name":"SHPPFW_DIRCREATE","features":[468]},{"name":"SHPPFW_IGNOREFILENAME","features":[468]},{"name":"SHPPFW_MEDIACHECKONLY","features":[468]},{"name":"SHPPFW_NONE","features":[468]},{"name":"SHPPFW_NOWRITECHECK","features":[468]},{"name":"SHPWHF_ANYLOCATION","features":[468]},{"name":"SHPWHF_NOFILESELECTOR","features":[468]},{"name":"SHPWHF_NONETPLACECREATE","features":[468]},{"name":"SHPWHF_NORECOMPRESS","features":[468]},{"name":"SHPWHF_USEMRU","features":[468]},{"name":"SHPWHF_VALIDATEVIAWEBFOLDERS","features":[468]},{"name":"SHParseDisplayName","features":[358,634]},{"name":"SHPathPrepareForWriteA","features":[307,468]},{"name":"SHPathPrepareForWriteW","features":[307,468]},{"name":"SHQUERYRBINFO","features":[468]},{"name":"SHQUERYRBINFO","features":[468]},{"name":"SHQueryInfoKeyA","features":[307,370,468]},{"name":"SHQueryInfoKeyW","features":[307,370,468]},{"name":"SHQueryRecycleBinA","features":[468]},{"name":"SHQueryRecycleBinW","features":[468]},{"name":"SHQueryUserNotificationState","features":[468]},{"name":"SHQueryValueExA","features":[307,370,468]},{"name":"SHQueryValueExW","features":[307,370,468]},{"name":"SHREGDEL_BOTH","features":[468]},{"name":"SHREGDEL_DEFAULT","features":[468]},{"name":"SHREGDEL_FLAGS","features":[468]},{"name":"SHREGDEL_HKCU","features":[468]},{"name":"SHREGDEL_HKLM","features":[468]},{"name":"SHREGENUM_BOTH","features":[468]},{"name":"SHREGENUM_DEFAULT","features":[468]},{"name":"SHREGENUM_FLAGS","features":[468]},{"name":"SHREGENUM_HKCU","features":[468]},{"name":"SHREGENUM_HKLM","features":[468]},{"name":"SHREGSET_FORCE_HKCU","features":[468]},{"name":"SHREGSET_FORCE_HKLM","features":[468]},{"name":"SHREGSET_HKCU","features":[468]},{"name":"SHREGSET_HKLM","features":[468]},{"name":"SHRegCloseUSKey","features":[307,468]},{"name":"SHRegCreateUSKeyA","features":[307,468]},{"name":"SHRegCreateUSKeyW","features":[307,468]},{"name":"SHRegDeleteEmptyUSKeyA","features":[307,468]},{"name":"SHRegDeleteEmptyUSKeyW","features":[307,468]},{"name":"SHRegDeleteUSValueA","features":[307,468]},{"name":"SHRegDeleteUSValueW","features":[307,468]},{"name":"SHRegDuplicateHKey","features":[370,468]},{"name":"SHRegEnumUSKeyA","features":[307,468]},{"name":"SHRegEnumUSKeyW","features":[307,468]},{"name":"SHRegEnumUSValueA","features":[307,468]},{"name":"SHRegEnumUSValueW","features":[307,468]},{"name":"SHRegGetBoolUSValueA","features":[307,468]},{"name":"SHRegGetBoolUSValueW","features":[307,468]},{"name":"SHRegGetIntW","features":[370,468]},{"name":"SHRegGetPathA","features":[307,370,468]},{"name":"SHRegGetPathW","features":[307,370,468]},{"name":"SHRegGetUSValueA","features":[307,468]},{"name":"SHRegGetUSValueW","features":[307,468]},{"name":"SHRegGetValueA","features":[307,370,468]},{"name":"SHRegGetValueFromHKCUHKLM","features":[307,468]},{"name":"SHRegGetValueW","features":[307,370,468]},{"name":"SHRegOpenUSKeyA","features":[307,468]},{"name":"SHRegOpenUSKeyW","features":[307,468]},{"name":"SHRegQueryInfoUSKeyA","features":[307,468]},{"name":"SHRegQueryInfoUSKeyW","features":[307,468]},{"name":"SHRegQueryUSValueA","features":[307,468]},{"name":"SHRegQueryUSValueW","features":[307,468]},{"name":"SHRegSetPathA","features":[307,370,468]},{"name":"SHRegSetPathW","features":[307,370,468]},{"name":"SHRegSetUSValueA","features":[307,468]},{"name":"SHRegSetUSValueW","features":[307,468]},{"name":"SHRegWriteUSValueA","features":[307,468]},{"name":"SHRegWriteUSValueW","features":[307,468]},{"name":"SHReleaseThreadRef","features":[468]},{"name":"SHRemoveLocalizedName","features":[468]},{"name":"SHReplaceFromPropSheetExtArray","features":[307,357,468]},{"name":"SHResolveLibrary","features":[468]},{"name":"SHRestricted","features":[468]},{"name":"SHSTOCKICONID","features":[468]},{"name":"SHSTOCKICONINFO","features":[468,371]},{"name":"SHSTOCKICONINFO","features":[468,371]},{"name":"SHSendMessageBroadcastA","features":[307,468]},{"name":"SHSendMessageBroadcastW","features":[307,468]},{"name":"SHSetDefaultProperties","features":[307,468]},{"name":"SHSetFolderPathA","features":[307,468]},{"name":"SHSetFolderPathW","features":[307,468]},{"name":"SHSetInstanceExplorer","features":[468]},{"name":"SHSetKnownFolderPath","features":[307,468]},{"name":"SHSetLocalizedName","features":[468]},{"name":"SHSetTemporaryPropertyForItem","features":[307,387,360,380]},{"name":"SHSetThreadRef","features":[468]},{"name":"SHSetUnreadMailCountW","features":[468]},{"name":"SHSetValueA","features":[370,468]},{"name":"SHSetValueW","features":[370,468]},{"name":"SHShellFolderView_Message","features":[307,468]},{"name":"SHShowManageLibraryUI","features":[307,468]},{"name":"SHSimpleIDListFromPath","features":[634]},{"name":"SHSkipJunction","features":[307,358,468]},{"name":"SHStartNetConnectionDialogW","features":[307,468]},{"name":"SHStrDupA","features":[468]},{"name":"SHStrDupW","features":[468]},{"name":"SHStripMneumonicA","features":[468]},{"name":"SHStripMneumonicW","features":[468]},{"name":"SHTestTokenMembership","features":[307,468]},{"name":"SHUnicodeToAnsi","features":[468]},{"name":"SHUnicodeToUnicode","features":[468]},{"name":"SHUnlockShared","features":[307,468]},{"name":"SHUpdateImageA","features":[468]},{"name":"SHUpdateImageW","features":[468]},{"name":"SHValidateUNC","features":[307,468]},{"name":"SIATTRIBFLAGS","features":[468]},{"name":"SIATTRIBFLAGS_ALLITEMS","features":[468]},{"name":"SIATTRIBFLAGS_AND","features":[468]},{"name":"SIATTRIBFLAGS_APPCOMPAT","features":[468]},{"name":"SIATTRIBFLAGS_MASK","features":[468]},{"name":"SIATTRIBFLAGS_OR","features":[468]},{"name":"SICHINT_ALLFIELDS","features":[468]},{"name":"SICHINT_CANONICAL","features":[468]},{"name":"SICHINT_DISPLAY","features":[468]},{"name":"SICHINT_TEST_FILESYSPATH_IF_NOT_EQUAL","features":[468]},{"name":"SID_CommandsPropertyBag","features":[468]},{"name":"SID_CtxQueryAssociations","features":[468]},{"name":"SID_DefView","features":[468]},{"name":"SID_LaunchSourceAppUserModelId","features":[468]},{"name":"SID_LaunchSourceViewSizePreference","features":[468]},{"name":"SID_LaunchTargetViewSizePreference","features":[468]},{"name":"SID_MenuShellFolder","features":[468]},{"name":"SID_SCommDlgBrowser","features":[468]},{"name":"SID_SCommandBarState","features":[468]},{"name":"SID_SGetViewFromViewDual","features":[468]},{"name":"SID_SInPlaceBrowser","features":[468]},{"name":"SID_SMenuBandBKContextMenu","features":[468]},{"name":"SID_SMenuBandBottom","features":[468]},{"name":"SID_SMenuBandBottomSelected","features":[468]},{"name":"SID_SMenuBandChild","features":[468]},{"name":"SID_SMenuBandContextMenuModifier","features":[468]},{"name":"SID_SMenuBandParent","features":[468]},{"name":"SID_SMenuBandTop","features":[468]},{"name":"SID_SMenuPopup","features":[468]},{"name":"SID_SSearchBoxInfo","features":[468]},{"name":"SID_STopLevelBrowser","features":[468]},{"name":"SID_STopWindow","features":[468]},{"name":"SID_ShellExecuteNamedPropertyStore","features":[468]},{"name":"SID_URLExecutionContext","features":[468]},{"name":"SIGDN","features":[468]},{"name":"SIGDN_DESKTOPABSOLUTEEDITING","features":[468]},{"name":"SIGDN_DESKTOPABSOLUTEPARSING","features":[468]},{"name":"SIGDN_FILESYSPATH","features":[468]},{"name":"SIGDN_NORMALDISPLAY","features":[468]},{"name":"SIGDN_PARENTRELATIVE","features":[468]},{"name":"SIGDN_PARENTRELATIVEEDITING","features":[468]},{"name":"SIGDN_PARENTRELATIVEFORADDRESSBAR","features":[468]},{"name":"SIGDN_PARENTRELATIVEFORUI","features":[468]},{"name":"SIGDN_PARENTRELATIVEPARSING","features":[468]},{"name":"SIGDN_URL","features":[468]},{"name":"SIID_APPLICATION","features":[468]},{"name":"SIID_AUDIOFILES","features":[468]},{"name":"SIID_AUTOLIST","features":[468]},{"name":"SIID_CLUSTEREDDRIVE","features":[468]},{"name":"SIID_DELETE","features":[468]},{"name":"SIID_DESKTOPPC","features":[468]},{"name":"SIID_DEVICEAUDIOPLAYER","features":[468]},{"name":"SIID_DEVICECAMERA","features":[468]},{"name":"SIID_DEVICECELLPHONE","features":[468]},{"name":"SIID_DEVICEVIDEOCAMERA","features":[468]},{"name":"SIID_DOCASSOC","features":[468]},{"name":"SIID_DOCNOASSOC","features":[468]},{"name":"SIID_DRIVE35","features":[468]},{"name":"SIID_DRIVE525","features":[468]},{"name":"SIID_DRIVEBD","features":[468]},{"name":"SIID_DRIVECD","features":[468]},{"name":"SIID_DRIVEDVD","features":[468]},{"name":"SIID_DRIVEFIXED","features":[468]},{"name":"SIID_DRIVEHDDVD","features":[468]},{"name":"SIID_DRIVENET","features":[468]},{"name":"SIID_DRIVENETDISABLED","features":[468]},{"name":"SIID_DRIVERAM","features":[468]},{"name":"SIID_DRIVEREMOVE","features":[468]},{"name":"SIID_DRIVEUNKNOWN","features":[468]},{"name":"SIID_ERROR","features":[468]},{"name":"SIID_FIND","features":[468]},{"name":"SIID_FOLDER","features":[468]},{"name":"SIID_FOLDERBACK","features":[468]},{"name":"SIID_FOLDERFRONT","features":[468]},{"name":"SIID_FOLDEROPEN","features":[468]},{"name":"SIID_HELP","features":[468]},{"name":"SIID_IMAGEFILES","features":[468]},{"name":"SIID_INFO","features":[468]},{"name":"SIID_INTERNET","features":[468]},{"name":"SIID_KEY","features":[468]},{"name":"SIID_LINK","features":[468]},{"name":"SIID_LOCK","features":[468]},{"name":"SIID_MAX_ICONS","features":[468]},{"name":"SIID_MEDIAAUDIODVD","features":[468]},{"name":"SIID_MEDIABDR","features":[468]},{"name":"SIID_MEDIABDRE","features":[468]},{"name":"SIID_MEDIABDROM","features":[468]},{"name":"SIID_MEDIABLANKCD","features":[468]},{"name":"SIID_MEDIABLURAY","features":[468]},{"name":"SIID_MEDIACDAUDIO","features":[468]},{"name":"SIID_MEDIACDAUDIOPLUS","features":[468]},{"name":"SIID_MEDIACDBURN","features":[468]},{"name":"SIID_MEDIACDR","features":[468]},{"name":"SIID_MEDIACDROM","features":[468]},{"name":"SIID_MEDIACDRW","features":[468]},{"name":"SIID_MEDIACOMPACTFLASH","features":[468]},{"name":"SIID_MEDIADVD","features":[468]},{"name":"SIID_MEDIADVDPLUSR","features":[468]},{"name":"SIID_MEDIADVDPLUSRW","features":[468]},{"name":"SIID_MEDIADVDR","features":[468]},{"name":"SIID_MEDIADVDRAM","features":[468]},{"name":"SIID_MEDIADVDROM","features":[468]},{"name":"SIID_MEDIADVDRW","features":[468]},{"name":"SIID_MEDIAENHANCEDCD","features":[468]},{"name":"SIID_MEDIAENHANCEDDVD","features":[468]},{"name":"SIID_MEDIAHDDVD","features":[468]},{"name":"SIID_MEDIAHDDVDR","features":[468]},{"name":"SIID_MEDIAHDDVDRAM","features":[468]},{"name":"SIID_MEDIAHDDVDROM","features":[468]},{"name":"SIID_MEDIAMOVIEDVD","features":[468]},{"name":"SIID_MEDIASMARTMEDIA","features":[468]},{"name":"SIID_MEDIASVCD","features":[468]},{"name":"SIID_MEDIAVCD","features":[468]},{"name":"SIID_MIXEDFILES","features":[468]},{"name":"SIID_MOBILEPC","features":[468]},{"name":"SIID_MYNETWORK","features":[468]},{"name":"SIID_NETWORKCONNECT","features":[468]},{"name":"SIID_PRINTER","features":[468]},{"name":"SIID_PRINTERFAX","features":[468]},{"name":"SIID_PRINTERFAXNET","features":[468]},{"name":"SIID_PRINTERFILE","features":[468]},{"name":"SIID_PRINTERNET","features":[468]},{"name":"SIID_RECYCLER","features":[468]},{"name":"SIID_RECYCLERFULL","features":[468]},{"name":"SIID_RENAME","features":[468]},{"name":"SIID_SERVER","features":[468]},{"name":"SIID_SERVERSHARE","features":[468]},{"name":"SIID_SETTINGS","features":[468]},{"name":"SIID_SHARE","features":[468]},{"name":"SIID_SHIELD","features":[468]},{"name":"SIID_SLOWFILE","features":[468]},{"name":"SIID_SOFTWARE","features":[468]},{"name":"SIID_STACK","features":[468]},{"name":"SIID_STUFFEDFOLDER","features":[468]},{"name":"SIID_USERS","features":[468]},{"name":"SIID_VIDEOFILES","features":[468]},{"name":"SIID_WARNING","features":[468]},{"name":"SIID_WORLD","features":[468]},{"name":"SIID_ZIPFILE","features":[468]},{"name":"SIIGBF","features":[468]},{"name":"SIIGBF_BIGGERSIZEOK","features":[468]},{"name":"SIIGBF_CROPTOSQUARE","features":[468]},{"name":"SIIGBF_ICONBACKGROUND","features":[468]},{"name":"SIIGBF_ICONONLY","features":[468]},{"name":"SIIGBF_INCACHEONLY","features":[468]},{"name":"SIIGBF_MEMORYONLY","features":[468]},{"name":"SIIGBF_RESIZETOFIT","features":[468]},{"name":"SIIGBF_SCALEUP","features":[468]},{"name":"SIIGBF_THUMBNAILONLY","features":[468]},{"name":"SIIGBF_WIDETHUMBNAILS","features":[468]},{"name":"SIOM_ICONINDEX","features":[468]},{"name":"SIOM_OVERLAYINDEX","features":[468]},{"name":"SIOM_RESERVED_DEFAULT","features":[468]},{"name":"SIOM_RESERVED_LINK","features":[468]},{"name":"SIOM_RESERVED_SHARED","features":[468]},{"name":"SIOM_RESERVED_SLOWFILE","features":[468]},{"name":"SLDF_ALLOW_LINK_TO_LINK","features":[468]},{"name":"SLDF_DEFAULT","features":[468]},{"name":"SLDF_DISABLE_KNOWNFOLDER_RELATIVE_TRACKING","features":[468]},{"name":"SLDF_DISABLE_LINK_PATH_TRACKING","features":[468]},{"name":"SLDF_ENABLE_TARGET_METADATA","features":[468]},{"name":"SLDF_FORCE_NO_LINKINFO","features":[468]},{"name":"SLDF_FORCE_NO_LINKTRACK","features":[468]},{"name":"SLDF_FORCE_UNCNAME","features":[468]},{"name":"SLDF_HAS_ARGS","features":[468]},{"name":"SLDF_HAS_DARWINID","features":[468]},{"name":"SLDF_HAS_EXP_ICON_SZ","features":[468]},{"name":"SLDF_HAS_EXP_SZ","features":[468]},{"name":"SLDF_HAS_ICONLOCATION","features":[468]},{"name":"SLDF_HAS_ID_LIST","features":[468]},{"name":"SLDF_HAS_LINK_INFO","features":[468]},{"name":"SLDF_HAS_NAME","features":[468]},{"name":"SLDF_HAS_RELPATH","features":[468]},{"name":"SLDF_HAS_WORKINGDIR","features":[468]},{"name":"SLDF_KEEP_LOCAL_IDLIST_FOR_UNC_TARGET","features":[468]},{"name":"SLDF_NO_KF_ALIAS","features":[468]},{"name":"SLDF_NO_PIDL_ALIAS","features":[468]},{"name":"SLDF_PERSIST_VOLUME_ID_RELATIVE","features":[468]},{"name":"SLDF_PREFER_ENVIRONMENT_PATH","features":[468]},{"name":"SLDF_RESERVED","features":[468]},{"name":"SLDF_RUNAS_USER","features":[468]},{"name":"SLDF_RUN_IN_SEPARATE","features":[468]},{"name":"SLDF_RUN_WITH_SHIMLAYER","features":[468]},{"name":"SLDF_UNALIAS_ON_SAVE","features":[468]},{"name":"SLDF_UNICODE","features":[468]},{"name":"SLDF_VALID","features":[468]},{"name":"SLGP_FLAGS","features":[468]},{"name":"SLGP_RAWPATH","features":[468]},{"name":"SLGP_RELATIVEPRIORITY","features":[468]},{"name":"SLGP_SHORTPATH","features":[468]},{"name":"SLGP_UNCPRIORITY","features":[468]},{"name":"SLOWAPPINFO","features":[307,468]},{"name":"SLR_ANY_MATCH","features":[468]},{"name":"SLR_FLAGS","features":[468]},{"name":"SLR_INVOKE_MSI","features":[468]},{"name":"SLR_KNOWNFOLDER","features":[468]},{"name":"SLR_MACHINE_IN_LOCAL_TARGET","features":[468]},{"name":"SLR_NOLINKINFO","features":[468]},{"name":"SLR_NONE","features":[468]},{"name":"SLR_NOSEARCH","features":[468]},{"name":"SLR_NOTRACK","features":[468]},{"name":"SLR_NOUPDATE","features":[468]},{"name":"SLR_NO_OBJECT_ID","features":[468]},{"name":"SLR_NO_UI","features":[468]},{"name":"SLR_NO_UI_WITH_MSG_PUMP","features":[468]},{"name":"SLR_OFFER_DELETE_WITHOUT_FILE","features":[468]},{"name":"SLR_UPDATE","features":[468]},{"name":"SLR_UPDATE_MACHINE_AND_SID","features":[468]},{"name":"SMAE_CONTRACTED","features":[468]},{"name":"SMAE_EXPANDED","features":[468]},{"name":"SMAE_USER","features":[468]},{"name":"SMAE_VALID","features":[468]},{"name":"SMCSHCHANGENOTIFYSTRUCT","features":[634]},{"name":"SMC_AUTOEXPANDCHANGE","features":[468]},{"name":"SMC_CHEVRONEXPAND","features":[468]},{"name":"SMC_CHEVRONGETTIP","features":[468]},{"name":"SMC_CREATE","features":[468]},{"name":"SMC_DEFAULTICON","features":[468]},{"name":"SMC_DEMOTE","features":[468]},{"name":"SMC_DISPLAYCHEVRONTIP","features":[468]},{"name":"SMC_EXITMENU","features":[468]},{"name":"SMC_GETAUTOEXPANDSTATE","features":[468]},{"name":"SMC_GETBKCONTEXTMENU","features":[468]},{"name":"SMC_GETCONTEXTMENUMODIFIER","features":[468]},{"name":"SMC_GETINFO","features":[468]},{"name":"SMC_GETOBJECT","features":[468]},{"name":"SMC_GETSFINFO","features":[468]},{"name":"SMC_GETSFOBJECT","features":[468]},{"name":"SMC_INITMENU","features":[468]},{"name":"SMC_NEWITEM","features":[468]},{"name":"SMC_OPEN","features":[468]},{"name":"SMC_PROMOTE","features":[468]},{"name":"SMC_REFRESH","features":[468]},{"name":"SMC_SETSFOBJECT","features":[468]},{"name":"SMC_SFDDRESTRICTED","features":[468]},{"name":"SMC_SFEXEC","features":[468]},{"name":"SMC_SFEXEC_MIDDLE","features":[468]},{"name":"SMC_SFSELECTITEM","features":[468]},{"name":"SMC_SHCHANGENOTIFY","features":[468]},{"name":"SMDATA","features":[307,634,371]},{"name":"SMDM_HMENU","features":[468]},{"name":"SMDM_SHELLFOLDER","features":[468]},{"name":"SMDM_TOOLBAR","features":[468]},{"name":"SMIF_ACCELERATOR","features":[468]},{"name":"SMIF_ALTSTATE","features":[468]},{"name":"SMIF_CHECKED","features":[468]},{"name":"SMIF_DEMOTED","features":[468]},{"name":"SMIF_DISABLED","features":[468]},{"name":"SMIF_DRAGNDROP","features":[468]},{"name":"SMIF_DROPCASCADE","features":[468]},{"name":"SMIF_DROPTARGET","features":[468]},{"name":"SMIF_HIDDEN","features":[468]},{"name":"SMIF_ICON","features":[468]},{"name":"SMIF_NEW","features":[468]},{"name":"SMIF_SUBMENU","features":[468]},{"name":"SMIF_TRACKPOPUP","features":[468]},{"name":"SMIM_FLAGS","features":[468]},{"name":"SMIM_ICON","features":[468]},{"name":"SMIM_TYPE","features":[468]},{"name":"SMINFO","features":[468]},{"name":"SMINFOFLAGS","features":[468]},{"name":"SMINFOMASK","features":[468]},{"name":"SMINFOTYPE","features":[468]},{"name":"SMINIT_AUTOEXPAND","features":[468]},{"name":"SMINIT_AUTOTOOLTIP","features":[468]},{"name":"SMINIT_CACHED","features":[468]},{"name":"SMINIT_DEFAULT","features":[468]},{"name":"SMINIT_DROPONCONTAINER","features":[468]},{"name":"SMINIT_HORIZONTAL","features":[468]},{"name":"SMINIT_RESTRICT_DRAGDROP","features":[468]},{"name":"SMINIT_TOPLEVEL","features":[468]},{"name":"SMINIT_VERTICAL","features":[468]},{"name":"SMINV_ID","features":[468]},{"name":"SMINV_REFRESH","features":[468]},{"name":"SMIT_SEPARATOR","features":[468]},{"name":"SMIT_STRING","features":[468]},{"name":"SMSET_BOTTOM","features":[468]},{"name":"SMSET_DONTOWN","features":[468]},{"name":"SMSET_TOP","features":[468]},{"name":"SORTCOLUMN","features":[380]},{"name":"SORTDIRECTION","features":[468]},{"name":"SORT_ASCENDING","features":[468]},{"name":"SORT_DESCENDING","features":[468]},{"name":"SORT_ORDER_TYPE","features":[468]},{"name":"SOT_DEFAULT","features":[468]},{"name":"SOT_IGNORE_FOLDERNESS","features":[468]},{"name":"SPACTION","features":[468]},{"name":"SPACTION_APPLYINGATTRIBS","features":[468]},{"name":"SPACTION_CALCULATING","features":[468]},{"name":"SPACTION_COPYING","features":[468]},{"name":"SPACTION_COPY_MOVING","features":[468]},{"name":"SPACTION_DELETING","features":[468]},{"name":"SPACTION_DOWNLOADING","features":[468]},{"name":"SPACTION_FORMATTING","features":[468]},{"name":"SPACTION_MOVING","features":[468]},{"name":"SPACTION_NONE","features":[468]},{"name":"SPACTION_RECYCLING","features":[468]},{"name":"SPACTION_RENAMING","features":[468]},{"name":"SPACTION_SEARCHING_FILES","features":[468]},{"name":"SPACTION_SEARCHING_INTERNET","features":[468]},{"name":"SPACTION_UPLOADING","features":[468]},{"name":"SPBEGINF_AUTOTIME","features":[468]},{"name":"SPBEGINF_MARQUEEPROGRESS","features":[468]},{"name":"SPBEGINF_NOCANCELBUTTON","features":[468]},{"name":"SPBEGINF_NOPROGRESSBAR","features":[468]},{"name":"SPBEGINF_NORMAL","features":[468]},{"name":"SPFF_CREATED_ON_THIS_DEVICE","features":[468]},{"name":"SPFF_DOWNLOAD_BY_DEFAULT","features":[468]},{"name":"SPFF_NONE","features":[468]},{"name":"SPINITF_MODAL","features":[468]},{"name":"SPINITF_NOMINIMIZE","features":[468]},{"name":"SPINITF_NORMAL","features":[468]},{"name":"SPMODE_BROWSER","features":[468]},{"name":"SPMODE_DBMON","features":[468]},{"name":"SPMODE_DEBUGBREAK","features":[468]},{"name":"SPMODE_DEBUGOUT","features":[468]},{"name":"SPMODE_EVENT","features":[468]},{"name":"SPMODE_EVENTTRACE","features":[468]},{"name":"SPMODE_FLUSH","features":[468]},{"name":"SPMODE_FORMATTEXT","features":[468]},{"name":"SPMODE_MEMWATCH","features":[468]},{"name":"SPMODE_MSGTRACE","features":[468]},{"name":"SPMODE_MSVM","features":[468]},{"name":"SPMODE_MULTISTOP","features":[468]},{"name":"SPMODE_PERFTAGS","features":[468]},{"name":"SPMODE_PROFILE","features":[468]},{"name":"SPMODE_SHELL","features":[468]},{"name":"SPMODE_TEST","features":[468]},{"name":"SPTEXT","features":[468]},{"name":"SPTEXT_ACTIONDESCRIPTION","features":[468]},{"name":"SPTEXT_ACTIONDETAIL","features":[468]},{"name":"SRRF_NOEXPAND","features":[468]},{"name":"SRRF_NOVIRT","features":[468]},{"name":"SRRF_RM_ANY","features":[468]},{"name":"SRRF_RM_NORMAL","features":[468]},{"name":"SRRF_RM_SAFE","features":[468]},{"name":"SRRF_RM_SAFENETWORK","features":[468]},{"name":"SRRF_RT_ANY","features":[468]},{"name":"SRRF_RT_REG_BINARY","features":[468]},{"name":"SRRF_RT_REG_DWORD","features":[468]},{"name":"SRRF_RT_REG_EXPAND_SZ","features":[468]},{"name":"SRRF_RT_REG_MULTI_SZ","features":[468]},{"name":"SRRF_RT_REG_NONE","features":[468]},{"name":"SRRF_RT_REG_QWORD","features":[468]},{"name":"SRRF_RT_REG_SZ","features":[468]},{"name":"SRRF_ZEROONFAILURE","features":[468]},{"name":"SSF_AUTOCHECKSELECT","features":[468]},{"name":"SSF_DESKTOPHTML","features":[468]},{"name":"SSF_DONTPRETTYPATH","features":[468]},{"name":"SSF_DOUBLECLICKINWEBVIEW","features":[468]},{"name":"SSF_FILTER","features":[468]},{"name":"SSF_HIDDENFILEEXTS","features":[468]},{"name":"SSF_HIDEICONS","features":[468]},{"name":"SSF_ICONSONLY","features":[468]},{"name":"SSF_MAPNETDRVBUTTON","features":[468]},{"name":"SSF_MASK","features":[468]},{"name":"SSF_NOCONFIRMRECYCLE","features":[468]},{"name":"SSF_NONETCRAWLING","features":[468]},{"name":"SSF_SEPPROCESS","features":[468]},{"name":"SSF_SERVERADMINUI","features":[468]},{"name":"SSF_SHOWALLOBJECTS","features":[468]},{"name":"SSF_SHOWATTRIBCOL","features":[468]},{"name":"SSF_SHOWCOMPCOLOR","features":[468]},{"name":"SSF_SHOWEXTENSIONS","features":[468]},{"name":"SSF_SHOWINFOTIP","features":[468]},{"name":"SSF_SHOWSTARTPAGE","features":[468]},{"name":"SSF_SHOWSTATUSBAR","features":[468]},{"name":"SSF_SHOWSUPERHIDDEN","features":[468]},{"name":"SSF_SHOWSYSFILES","features":[468]},{"name":"SSF_SHOWTYPEOVERLAY","features":[468]},{"name":"SSF_SORTCOLUMNS","features":[468]},{"name":"SSF_STARTPANELON","features":[468]},{"name":"SSF_WEBVIEW","features":[468]},{"name":"SSF_WIN95CLASSIC","features":[468]},{"name":"SSM_CLEAR","features":[468]},{"name":"SSM_REFRESH","features":[468]},{"name":"SSM_SET","features":[468]},{"name":"SSM_UPDATE","features":[468]},{"name":"STGOP","features":[468]},{"name":"STGOP_APPLYPROPERTIES","features":[468]},{"name":"STGOP_COPY","features":[468]},{"name":"STGOP_MOVE","features":[468]},{"name":"STGOP_NEW","features":[468]},{"name":"STGOP_REMOVE","features":[468]},{"name":"STGOP_RENAME","features":[468]},{"name":"STGOP_SYNC","features":[468]},{"name":"STIF_DEFAULT","features":[468]},{"name":"STIF_SUPPORT_HEX","features":[468]},{"name":"STORAGE_PROVIDER_FILE_FLAGS","features":[468]},{"name":"STORE_E_NEWER_VERSION_AVAILABLE","features":[468]},{"name":"STPFLAG","features":[468]},{"name":"STPF_NONE","features":[468]},{"name":"STPF_USEAPPPEEKALWAYS","features":[468]},{"name":"STPF_USEAPPPEEKWHENACTIVE","features":[468]},{"name":"STPF_USEAPPTHUMBNAILALWAYS","features":[468]},{"name":"STPF_USEAPPTHUMBNAILWHENACTIVE","features":[468]},{"name":"STR_AVOID_DRIVE_RESTRICTION_POLICY","features":[468]},{"name":"STR_BIND_DELEGATE_CREATE_OBJECT","features":[468]},{"name":"STR_BIND_FOLDERS_READ_ONLY","features":[468]},{"name":"STR_BIND_FOLDER_ENUM_MODE","features":[468]},{"name":"STR_BIND_FORCE_FOLDER_SHORTCUT_RESOLVE","features":[468]},{"name":"STR_DONT_PARSE_RELATIVE","features":[468]},{"name":"STR_DONT_RESOLVE_LINK","features":[468]},{"name":"STR_ENUM_ITEMS_FLAGS","features":[468]},{"name":"STR_FILE_SYS_BIND_DATA","features":[468]},{"name":"STR_FILE_SYS_BIND_DATA_WIN7_FORMAT","features":[468]},{"name":"STR_GET_ASYNC_HANDLER","features":[468]},{"name":"STR_GPS_BESTEFFORT","features":[468]},{"name":"STR_GPS_DELAYCREATION","features":[468]},{"name":"STR_GPS_FASTPROPERTIESONLY","features":[468]},{"name":"STR_GPS_HANDLERPROPERTIESONLY","features":[468]},{"name":"STR_GPS_NO_OPLOCK","features":[468]},{"name":"STR_GPS_OPENSLOWITEM","features":[468]},{"name":"STR_INTERNAL_NAVIGATE","features":[468]},{"name":"STR_INTERNETFOLDER_PARSE_ONLY_URLMON_BINDABLE","features":[468]},{"name":"STR_ITEM_CACHE_CONTEXT","features":[468]},{"name":"STR_MYDOCS_CLSID","features":[468]},{"name":"STR_NO_VALIDATE_FILENAME_CHARS","features":[468]},{"name":"STR_PARSE_ALLOW_INTERNET_SHELL_FOLDERS","features":[468]},{"name":"STR_PARSE_AND_CREATE_ITEM","features":[468]},{"name":"STR_PARSE_DONT_REQUIRE_VALIDATED_URLS","features":[468]},{"name":"STR_PARSE_EXPLICIT_ASSOCIATION_SUCCESSFUL","features":[468]},{"name":"STR_PARSE_PARTIAL_IDLIST","features":[468]},{"name":"STR_PARSE_PREFER_FOLDER_BROWSING","features":[468]},{"name":"STR_PARSE_PREFER_WEB_BROWSING","features":[468]},{"name":"STR_PARSE_PROPERTYSTORE","features":[468]},{"name":"STR_PARSE_SHELL_PROTOCOL_TO_FILE_OBJECTS","features":[468]},{"name":"STR_PARSE_SHOW_NET_DIAGNOSTICS_UI","features":[468]},{"name":"STR_PARSE_SKIP_NET_CACHE","features":[468]},{"name":"STR_PARSE_TRANSLATE_ALIASES","features":[468]},{"name":"STR_PARSE_WITH_EXPLICIT_ASSOCAPP","features":[468]},{"name":"STR_PARSE_WITH_EXPLICIT_PROGID","features":[468]},{"name":"STR_PARSE_WITH_PROPERTIES","features":[468]},{"name":"STR_PROPERTYBAG_PARAM","features":[468]},{"name":"STR_REFERRER_IDENTIFIER","features":[468]},{"name":"STR_SKIP_BINDING_CLSID","features":[468]},{"name":"STR_STORAGEITEM_CREATION_FLAGS","features":[468]},{"name":"STR_TAB_REUSE_IDENTIFIER","features":[468]},{"name":"STR_TRACK_CLSID","features":[468]},{"name":"SUBCLASSPROC","features":[307,468]},{"name":"SV2CVW2_PARAMS","features":[307,359,468]},{"name":"SV3CVW3_DEFAULT","features":[468]},{"name":"SV3CVW3_FORCEFOLDERFLAGS","features":[468]},{"name":"SV3CVW3_FORCEVIEWMODE","features":[468]},{"name":"SV3CVW3_NONINTERACTIVE","features":[468]},{"name":"SVGIO_ALLVIEW","features":[468]},{"name":"SVGIO_BACKGROUND","features":[468]},{"name":"SVGIO_CHECKED","features":[468]},{"name":"SVGIO_FLAG_VIEWORDER","features":[468]},{"name":"SVGIO_SELECTION","features":[468]},{"name":"SVGIO_TYPE_MASK","features":[468]},{"name":"SVSI_CHECK","features":[468]},{"name":"SVSI_CHECK2","features":[468]},{"name":"SVSI_DESELECT","features":[468]},{"name":"SVSI_DESELECTOTHERS","features":[468]},{"name":"SVSI_EDIT","features":[468]},{"name":"SVSI_ENSUREVISIBLE","features":[468]},{"name":"SVSI_FOCUSED","features":[468]},{"name":"SVSI_KEYBOARDSELECT","features":[468]},{"name":"SVSI_NOTAKEFOCUS","features":[468]},{"name":"SVSI_POSITIONITEM","features":[468]},{"name":"SVSI_SELECT","features":[468]},{"name":"SVSI_SELECTIONMARK","features":[468]},{"name":"SVSI_TRANSLATEPT","features":[468]},{"name":"SVUIA_ACTIVATE_FOCUS","features":[468]},{"name":"SVUIA_ACTIVATE_NOFOCUS","features":[468]},{"name":"SVUIA_DEACTIVATE","features":[468]},{"name":"SVUIA_INPLACEACTIVATE","features":[468]},{"name":"SVUIA_STATUS","features":[468]},{"name":"SWC_3RDPARTY","features":[468]},{"name":"SWC_BROWSER","features":[468]},{"name":"SWC_CALLBACK","features":[468]},{"name":"SWC_DESKTOP","features":[468]},{"name":"SWC_EXPLORER","features":[468]},{"name":"SWFO_COOKIEPASSED","features":[468]},{"name":"SWFO_INCLUDEPENDING","features":[468]},{"name":"SWFO_NEEDDISPATCH","features":[468]},{"name":"SYNCMGRERRORFLAGS","features":[468]},{"name":"SYNCMGRERRORFLAG_ENABLEJUMPTEXT","features":[468]},{"name":"SYNCMGRFLAG","features":[468]},{"name":"SYNCMGRFLAG_CONNECT","features":[468]},{"name":"SYNCMGRFLAG_EVENTMASK","features":[468]},{"name":"SYNCMGRFLAG_IDLE","features":[468]},{"name":"SYNCMGRFLAG_INVOKE","features":[468]},{"name":"SYNCMGRFLAG_MANUAL","features":[468]},{"name":"SYNCMGRFLAG_MAYBOTHERUSER","features":[468]},{"name":"SYNCMGRFLAG_PENDINGDISCONNECT","features":[468]},{"name":"SYNCMGRFLAG_SCHEDULED","features":[468]},{"name":"SYNCMGRFLAG_SETTINGS","features":[468]},{"name":"SYNCMGRHANDLERFLAGS","features":[468]},{"name":"SYNCMGRHANDLERFLAG_MASK","features":[468]},{"name":"SYNCMGRHANDLERINFO","features":[468,371]},{"name":"SYNCMGRHANDLER_ALWAYSLISTHANDLER","features":[468]},{"name":"SYNCMGRHANDLER_HASPROPERTIES","features":[468]},{"name":"SYNCMGRHANDLER_HIDDEN","features":[468]},{"name":"SYNCMGRHANDLER_MAYESTABLISHCONNECTION","features":[468]},{"name":"SYNCMGRINVOKEFLAGS","features":[468]},{"name":"SYNCMGRINVOKE_MINIMIZED","features":[468]},{"name":"SYNCMGRINVOKE_STARTSYNC","features":[468]},{"name":"SYNCMGRITEM","features":[307,468,371]},{"name":"SYNCMGRITEMFLAGS","features":[468]},{"name":"SYNCMGRITEMSTATE","features":[468]},{"name":"SYNCMGRITEMSTATE_CHECKED","features":[468]},{"name":"SYNCMGRITEMSTATE_UNCHECKED","features":[468]},{"name":"SYNCMGRITEM_HASPROPERTIES","features":[468]},{"name":"SYNCMGRITEM_HIDDEN","features":[468]},{"name":"SYNCMGRITEM_ITEMFLAGMASK","features":[468]},{"name":"SYNCMGRITEM_LASTUPDATETIME","features":[468]},{"name":"SYNCMGRITEM_MAYDELETEITEM","features":[468]},{"name":"SYNCMGRITEM_ROAMINGUSER","features":[468]},{"name":"SYNCMGRITEM_TEMPORARY","features":[468]},{"name":"SYNCMGRLOGERRORINFO","features":[468]},{"name":"SYNCMGRLOGERROR_ERRORFLAGS","features":[468]},{"name":"SYNCMGRLOGERROR_ERRORID","features":[468]},{"name":"SYNCMGRLOGERROR_ITEMID","features":[468]},{"name":"SYNCMGRLOGLEVEL","features":[468]},{"name":"SYNCMGRLOGLEVEL_ERROR","features":[468]},{"name":"SYNCMGRLOGLEVEL_INFORMATION","features":[468]},{"name":"SYNCMGRLOGLEVEL_LOGLEVELMAX","features":[468]},{"name":"SYNCMGRLOGLEVEL_WARNING","features":[468]},{"name":"SYNCMGRPROGRESSITEM","features":[468]},{"name":"SYNCMGRPROGRESSITEM_MAXVALUE","features":[468]},{"name":"SYNCMGRPROGRESSITEM_PROGVALUE","features":[468]},{"name":"SYNCMGRPROGRESSITEM_STATUSTEXT","features":[468]},{"name":"SYNCMGRPROGRESSITEM_STATUSTYPE","features":[468]},{"name":"SYNCMGRREGISTERFLAGS","features":[468]},{"name":"SYNCMGRREGISTERFLAGS_MASK","features":[468]},{"name":"SYNCMGRREGISTERFLAG_CONNECT","features":[468]},{"name":"SYNCMGRREGISTERFLAG_IDLE","features":[468]},{"name":"SYNCMGRREGISTERFLAG_PENDINGDISCONNECT","features":[468]},{"name":"SYNCMGRSTATUS","features":[468]},{"name":"SYNCMGRSTATUS_DELETED","features":[468]},{"name":"SYNCMGRSTATUS_FAILED","features":[468]},{"name":"SYNCMGRSTATUS_PAUSED","features":[468]},{"name":"SYNCMGRSTATUS_PENDING","features":[468]},{"name":"SYNCMGRSTATUS_RESUMING","features":[468]},{"name":"SYNCMGRSTATUS_SKIPPED","features":[468]},{"name":"SYNCMGRSTATUS_STOPPED","features":[468]},{"name":"SYNCMGRSTATUS_SUCCEEDED","features":[468]},{"name":"SYNCMGRSTATUS_UPDATING","features":[468]},{"name":"SYNCMGRSTATUS_UPDATING_INDETERMINATE","features":[468]},{"name":"SYNCMGR_CANCEL_REQUEST","features":[468]},{"name":"SYNCMGR_CF_NONE","features":[468]},{"name":"SYNCMGR_CF_NOUI","features":[468]},{"name":"SYNCMGR_CF_NOWAIT","features":[468]},{"name":"SYNCMGR_CF_VALID","features":[468]},{"name":"SYNCMGR_CF_WAIT","features":[468]},{"name":"SYNCMGR_CIT_DELETED","features":[468]},{"name":"SYNCMGR_CIT_UPDATED","features":[468]},{"name":"SYNCMGR_CONFLICT_ID_INFO","features":[358,468]},{"name":"SYNCMGR_CONFLICT_ITEM_TYPE","features":[468]},{"name":"SYNCMGR_CONTROL_FLAGS","features":[468]},{"name":"SYNCMGR_CR_CANCEL_ALL","features":[468]},{"name":"SYNCMGR_CR_CANCEL_ITEM","features":[468]},{"name":"SYNCMGR_CR_MAX","features":[468]},{"name":"SYNCMGR_CR_NONE","features":[468]},{"name":"SYNCMGR_EF_NONE","features":[468]},{"name":"SYNCMGR_EF_VALID","features":[468]},{"name":"SYNCMGR_EL_ERROR","features":[468]},{"name":"SYNCMGR_EL_INFORMATION","features":[468]},{"name":"SYNCMGR_EL_MAX","features":[468]},{"name":"SYNCMGR_EL_WARNING","features":[468]},{"name":"SYNCMGR_EVENT_FLAGS","features":[468]},{"name":"SYNCMGR_EVENT_LEVEL","features":[468]},{"name":"SYNCMGR_HANDLER_CAPABILITIES","features":[468]},{"name":"SYNCMGR_HANDLER_POLICIES","features":[468]},{"name":"SYNCMGR_HANDLER_TYPE","features":[468]},{"name":"SYNCMGR_HCM_CAN_BROWSE_CONTENT","features":[468]},{"name":"SYNCMGR_HCM_CAN_SHOW_SCHEDULE","features":[468]},{"name":"SYNCMGR_HCM_CONFLICT_STORE","features":[468]},{"name":"SYNCMGR_HCM_EVENT_STORE","features":[468]},{"name":"SYNCMGR_HCM_NONE","features":[468]},{"name":"SYNCMGR_HCM_PROVIDES_ICON","features":[468]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_ACTIVATE","features":[468]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_DEACTIVATE","features":[468]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_DISABLE","features":[468]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_ENABLE","features":[468]},{"name":"SYNCMGR_HCM_SUPPORTS_CONCURRENT_SESSIONS","features":[468]},{"name":"SYNCMGR_HCM_VALID_MASK","features":[468]},{"name":"SYNCMGR_HPM_BACKGROUND_SYNC_ONLY","features":[468]},{"name":"SYNCMGR_HPM_DISABLE_BROWSE","features":[468]},{"name":"SYNCMGR_HPM_DISABLE_DISABLE","features":[468]},{"name":"SYNCMGR_HPM_DISABLE_ENABLE","features":[468]},{"name":"SYNCMGR_HPM_DISABLE_SCHEDULE","features":[468]},{"name":"SYNCMGR_HPM_DISABLE_START_SYNC","features":[468]},{"name":"SYNCMGR_HPM_DISABLE_STOP_SYNC","features":[468]},{"name":"SYNCMGR_HPM_HIDDEN_BY_DEFAULT","features":[468]},{"name":"SYNCMGR_HPM_NONE","features":[468]},{"name":"SYNCMGR_HPM_PREVENT_ACTIVATE","features":[468]},{"name":"SYNCMGR_HPM_PREVENT_DEACTIVATE","features":[468]},{"name":"SYNCMGR_HPM_PREVENT_DISABLE","features":[468]},{"name":"SYNCMGR_HPM_PREVENT_ENABLE","features":[468]},{"name":"SYNCMGR_HPM_PREVENT_START_SYNC","features":[468]},{"name":"SYNCMGR_HPM_PREVENT_STOP_SYNC","features":[468]},{"name":"SYNCMGR_HPM_VALID_MASK","features":[468]},{"name":"SYNCMGR_HT_APPLICATION","features":[468]},{"name":"SYNCMGR_HT_COMPUTER","features":[468]},{"name":"SYNCMGR_HT_DEVICE","features":[468]},{"name":"SYNCMGR_HT_FOLDER","features":[468]},{"name":"SYNCMGR_HT_MAX","features":[468]},{"name":"SYNCMGR_HT_MIN","features":[468]},{"name":"SYNCMGR_HT_SERVICE","features":[468]},{"name":"SYNCMGR_HT_UNSPECIFIED","features":[468]},{"name":"SYNCMGR_ICM_CAN_BROWSE_CONTENT","features":[468]},{"name":"SYNCMGR_ICM_CAN_DELETE","features":[468]},{"name":"SYNCMGR_ICM_CONFLICT_STORE","features":[468]},{"name":"SYNCMGR_ICM_EVENT_STORE","features":[468]},{"name":"SYNCMGR_ICM_NONE","features":[468]},{"name":"SYNCMGR_ICM_PROVIDES_ICON","features":[468]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_DELETE","features":[468]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_DISABLE","features":[468]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_ENABLE","features":[468]},{"name":"SYNCMGR_ICM_VALID_MASK","features":[468]},{"name":"SYNCMGR_IPM_DISABLE_BROWSE","features":[468]},{"name":"SYNCMGR_IPM_DISABLE_DELETE","features":[468]},{"name":"SYNCMGR_IPM_DISABLE_DISABLE","features":[468]},{"name":"SYNCMGR_IPM_DISABLE_ENABLE","features":[468]},{"name":"SYNCMGR_IPM_DISABLE_START_SYNC","features":[468]},{"name":"SYNCMGR_IPM_DISABLE_STOP_SYNC","features":[468]},{"name":"SYNCMGR_IPM_HIDDEN_BY_DEFAULT","features":[468]},{"name":"SYNCMGR_IPM_NONE","features":[468]},{"name":"SYNCMGR_IPM_PREVENT_DISABLE","features":[468]},{"name":"SYNCMGR_IPM_PREVENT_ENABLE","features":[468]},{"name":"SYNCMGR_IPM_PREVENT_START_SYNC","features":[468]},{"name":"SYNCMGR_IPM_PREVENT_STOP_SYNC","features":[468]},{"name":"SYNCMGR_IPM_VALID_MASK","features":[468]},{"name":"SYNCMGR_ITEM_CAPABILITIES","features":[468]},{"name":"SYNCMGR_ITEM_POLICIES","features":[468]},{"name":"SYNCMGR_OBJECTID_BrowseContent","features":[468]},{"name":"SYNCMGR_OBJECTID_ConflictStore","features":[468]},{"name":"SYNCMGR_OBJECTID_EventLinkClick","features":[468]},{"name":"SYNCMGR_OBJECTID_EventStore","features":[468]},{"name":"SYNCMGR_OBJECTID_Icon","features":[468]},{"name":"SYNCMGR_OBJECTID_QueryBeforeActivate","features":[468]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDeactivate","features":[468]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDelete","features":[468]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDisable","features":[468]},{"name":"SYNCMGR_OBJECTID_QueryBeforeEnable","features":[468]},{"name":"SYNCMGR_OBJECTID_ShowSchedule","features":[468]},{"name":"SYNCMGR_PC_KEEP_MULTIPLE","features":[468]},{"name":"SYNCMGR_PC_KEEP_ONE","features":[468]},{"name":"SYNCMGR_PC_KEEP_RECENT","features":[468]},{"name":"SYNCMGR_PC_NO_CHOICE","features":[468]},{"name":"SYNCMGR_PC_REMOVE_FROM_SYNC_SET","features":[468]},{"name":"SYNCMGR_PC_SKIP","features":[468]},{"name":"SYNCMGR_PNS_CANCEL","features":[468]},{"name":"SYNCMGR_PNS_CONTINUE","features":[468]},{"name":"SYNCMGR_PNS_DEFAULT","features":[468]},{"name":"SYNCMGR_PRESENTER_CHOICE","features":[468]},{"name":"SYNCMGR_PRESENTER_NEXT_STEP","features":[468]},{"name":"SYNCMGR_PROGRESS_STATUS","features":[468]},{"name":"SYNCMGR_PS_CANCELED","features":[468]},{"name":"SYNCMGR_PS_DISCONNECTED","features":[468]},{"name":"SYNCMGR_PS_FAILED","features":[468]},{"name":"SYNCMGR_PS_MAX","features":[468]},{"name":"SYNCMGR_PS_SUCCEEDED","features":[468]},{"name":"SYNCMGR_PS_UPDATING","features":[468]},{"name":"SYNCMGR_PS_UPDATING_INDETERMINATE","features":[468]},{"name":"SYNCMGR_RA_KEEPOTHER","features":[468]},{"name":"SYNCMGR_RA_KEEPRECENT","features":[468]},{"name":"SYNCMGR_RA_KEEP_MULTIPLE","features":[468]},{"name":"SYNCMGR_RA_KEEP_SINGLE","features":[468]},{"name":"SYNCMGR_RA_REMOVEFROMSYNCSET","features":[468]},{"name":"SYNCMGR_RA_VALID","features":[468]},{"name":"SYNCMGR_RESOLUTION_ABILITIES","features":[468]},{"name":"SYNCMGR_RESOLUTION_FEEDBACK","features":[468]},{"name":"SYNCMGR_RF_CANCEL","features":[468]},{"name":"SYNCMGR_RF_CONTINUE","features":[468]},{"name":"SYNCMGR_RF_REFRESH","features":[468]},{"name":"SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING","features":[468]},{"name":"SYNCMGR_SCF_NONE","features":[468]},{"name":"SYNCMGR_SCF_VALID","features":[468]},{"name":"SYNCMGR_SYNC_CONTROL_FLAGS","features":[468]},{"name":"SYNCMGR_UPDATE_REASON","features":[468]},{"name":"SYNCMGR_UR_ADDED","features":[468]},{"name":"SYNCMGR_UR_CHANGED","features":[468]},{"name":"SYNCMGR_UR_MAX","features":[468]},{"name":"SYNCMGR_UR_REMOVED","features":[468]},{"name":"SZ_CONTENTTYPE_CDF","features":[468]},{"name":"SZ_CONTENTTYPE_CDFA","features":[468]},{"name":"SZ_CONTENTTYPE_CDFW","features":[468]},{"name":"SZ_CONTENTTYPE_HTML","features":[468]},{"name":"SZ_CONTENTTYPE_HTMLA","features":[468]},{"name":"SZ_CONTENTTYPE_HTMLW","features":[468]},{"name":"S_SYNCMGR_CANCELALL","features":[468]},{"name":"S_SYNCMGR_CANCELITEM","features":[468]},{"name":"S_SYNCMGR_ENUMITEMS","features":[468]},{"name":"S_SYNCMGR_ITEMDELETED","features":[468]},{"name":"S_SYNCMGR_MISSINGITEMS","features":[468]},{"name":"S_SYNCMGR_RETRYSYNC","features":[468]},{"name":"ScheduledTasks","features":[468]},{"name":"SearchFolderItemFactory","features":[468]},{"name":"SecureLockIconConstants","features":[468]},{"name":"SelectedItemCount_Property_GUID","features":[468]},{"name":"SetCurrentProcessExplicitAppUserModelID","features":[468]},{"name":"SetMenuContextHelpId","features":[307,468,371]},{"name":"SetWindowContextHelpId","features":[307,468]},{"name":"SetWindowSubclass","features":[307,468]},{"name":"SharedBitmap","features":[468]},{"name":"SharingConfigurationManager","features":[468]},{"name":"Shell","features":[468]},{"name":"ShellAboutA","features":[307,468,371]},{"name":"ShellAboutW","features":[307,468,371]},{"name":"ShellBrowserWindow","features":[468]},{"name":"ShellDesktop","features":[468]},{"name":"ShellDispatchInproc","features":[468]},{"name":"ShellExecuteA","features":[307,468,371]},{"name":"ShellExecuteExA","features":[307,370,468]},{"name":"ShellExecuteExW","features":[307,370,468]},{"name":"ShellExecuteW","features":[307,468,371]},{"name":"ShellFSFolder","features":[468]},{"name":"ShellFolderItem","features":[468]},{"name":"ShellFolderView","features":[468]},{"name":"ShellFolderViewOC","features":[468]},{"name":"ShellFolderViewOptions","features":[468]},{"name":"ShellImageDataFactory","features":[468]},{"name":"ShellItem","features":[468]},{"name":"ShellLibrary","features":[468]},{"name":"ShellLink","features":[468]},{"name":"ShellLinkObject","features":[468]},{"name":"ShellMessageBoxA","features":[307,468,371]},{"name":"ShellMessageBoxW","features":[307,468,371]},{"name":"ShellNameSpace","features":[468]},{"name":"ShellSpecialFolderConstants","features":[468]},{"name":"ShellUIHelper","features":[468]},{"name":"ShellWindowFindWindowOptions","features":[468]},{"name":"ShellWindowTypeConstants","features":[468]},{"name":"ShellWindows","features":[468]},{"name":"Shell_GetCachedImageIndex","features":[468]},{"name":"Shell_GetCachedImageIndexA","features":[468]},{"name":"Shell_GetCachedImageIndexW","features":[468]},{"name":"Shell_GetImageLists","features":[307,357,468]},{"name":"Shell_MergeMenus","features":[468,371]},{"name":"Shell_NotifyIconA","features":[307,468,371]},{"name":"Shell_NotifyIconGetRect","features":[307,468]},{"name":"Shell_NotifyIconW","features":[307,468,371]},{"name":"ShowInputPaneAnimationCoordinator","features":[468]},{"name":"SignalFileOpen","features":[307,634]},{"name":"SimpleConflictPresenter","features":[468]},{"name":"SizeCategorizer","features":[468]},{"name":"SmartcardCredentialProvider","features":[468]},{"name":"SmartcardPinProvider","features":[468]},{"name":"SmartcardReaderSelectionProvider","features":[468]},{"name":"SmartcardWinRTProvider","features":[468]},{"name":"SoftwareUpdateMessageBox","features":[307,535,468]},{"name":"StartMenuPin","features":[468]},{"name":"StgMakeUniqueName","features":[387,468]},{"name":"StorageProviderBanners","features":[468]},{"name":"StrCSpnA","features":[468]},{"name":"StrCSpnIA","features":[468]},{"name":"StrCSpnIW","features":[468]},{"name":"StrCSpnW","features":[468]},{"name":"StrCatBuffA","features":[468]},{"name":"StrCatBuffW","features":[468]},{"name":"StrCatChainW","features":[468]},{"name":"StrCatW","features":[468]},{"name":"StrChrA","features":[468]},{"name":"StrChrIA","features":[468]},{"name":"StrChrIW","features":[468]},{"name":"StrChrNIW","features":[468]},{"name":"StrChrNW","features":[468]},{"name":"StrChrW","features":[468]},{"name":"StrCmpCA","features":[468]},{"name":"StrCmpCW","features":[468]},{"name":"StrCmpICA","features":[468]},{"name":"StrCmpICW","features":[468]},{"name":"StrCmpIW","features":[468]},{"name":"StrCmpLogicalW","features":[468]},{"name":"StrCmpNA","features":[468]},{"name":"StrCmpNCA","features":[468]},{"name":"StrCmpNCW","features":[468]},{"name":"StrCmpNIA","features":[468]},{"name":"StrCmpNICA","features":[468]},{"name":"StrCmpNICW","features":[468]},{"name":"StrCmpNIW","features":[468]},{"name":"StrCmpNW","features":[468]},{"name":"StrCmpW","features":[468]},{"name":"StrCpyNW","features":[468]},{"name":"StrCpyW","features":[468]},{"name":"StrDupA","features":[468]},{"name":"StrDupW","features":[468]},{"name":"StrFormatByteSize64A","features":[468]},{"name":"StrFormatByteSizeA","features":[468]},{"name":"StrFormatByteSizeEx","features":[468]},{"name":"StrFormatByteSizeW","features":[468]},{"name":"StrFormatKBSizeA","features":[468]},{"name":"StrFormatKBSizeW","features":[468]},{"name":"StrFromTimeIntervalA","features":[468]},{"name":"StrFromTimeIntervalW","features":[468]},{"name":"StrIsIntlEqualA","features":[307,468]},{"name":"StrIsIntlEqualW","features":[307,468]},{"name":"StrNCatA","features":[468]},{"name":"StrNCatW","features":[468]},{"name":"StrPBrkA","features":[468]},{"name":"StrPBrkW","features":[468]},{"name":"StrRChrA","features":[468]},{"name":"StrRChrIA","features":[468]},{"name":"StrRChrIW","features":[468]},{"name":"StrRChrW","features":[468]},{"name":"StrRStrIA","features":[468]},{"name":"StrRStrIW","features":[468]},{"name":"StrRetToBSTR","features":[634]},{"name":"StrRetToBufA","features":[634]},{"name":"StrRetToBufW","features":[634]},{"name":"StrRetToStrA","features":[634]},{"name":"StrRetToStrW","features":[634]},{"name":"StrSpnA","features":[468]},{"name":"StrSpnW","features":[468]},{"name":"StrStrA","features":[468]},{"name":"StrStrIA","features":[468]},{"name":"StrStrIW","features":[468]},{"name":"StrStrNIW","features":[468]},{"name":"StrStrNW","features":[468]},{"name":"StrStrW","features":[468]},{"name":"StrToInt64ExA","features":[307,468]},{"name":"StrToInt64ExW","features":[307,468]},{"name":"StrToIntA","features":[468]},{"name":"StrToIntExA","features":[307,468]},{"name":"StrToIntExW","features":[307,468]},{"name":"StrToIntW","features":[468]},{"name":"StrTrimA","features":[307,468]},{"name":"StrTrimW","features":[307,468]},{"name":"SuspensionDependencyManager","features":[468]},{"name":"SyncMgr","features":[468]},{"name":"SyncMgrClient","features":[468]},{"name":"SyncMgrControl","features":[468]},{"name":"SyncMgrFolder","features":[468]},{"name":"SyncMgrScheduleWizard","features":[468]},{"name":"SyncResultsFolder","features":[468]},{"name":"SyncSetupFolder","features":[468]},{"name":"TBIF_APPEND","features":[468]},{"name":"TBIF_DEFAULT","features":[468]},{"name":"TBIF_INTERNETBAR","features":[468]},{"name":"TBIF_NOTOOLBAR","features":[468]},{"name":"TBIF_PREPEND","features":[468]},{"name":"TBIF_REPLACE","features":[468]},{"name":"TBIF_STANDARDTOOLBAR","features":[468]},{"name":"TBINFO","features":[468]},{"name":"TBPFLAG","features":[468]},{"name":"TBPF_ERROR","features":[468]},{"name":"TBPF_INDETERMINATE","features":[468]},{"name":"TBPF_NOPROGRESS","features":[468]},{"name":"TBPF_NORMAL","features":[468]},{"name":"TBPF_PAUSED","features":[468]},{"name":"THBF_DISABLED","features":[468]},{"name":"THBF_DISMISSONCLICK","features":[468]},{"name":"THBF_ENABLED","features":[468]},{"name":"THBF_HIDDEN","features":[468]},{"name":"THBF_NOBACKGROUND","features":[468]},{"name":"THBF_NONINTERACTIVE","features":[468]},{"name":"THBN_CLICKED","features":[468]},{"name":"THB_BITMAP","features":[468]},{"name":"THB_FLAGS","features":[468]},{"name":"THB_ICON","features":[468]},{"name":"THB_TOOLTIP","features":[468]},{"name":"THUMBBUTTON","features":[468,371]},{"name":"THUMBBUTTONFLAGS","features":[468]},{"name":"THUMBBUTTONMASK","features":[468]},{"name":"TITLEBARNAMELEN","features":[468]},{"name":"TI_BITMAP","features":[468]},{"name":"TI_FLAGS","features":[468]},{"name":"TI_JPEG","features":[468]},{"name":"TLEF_ABSOLUTE","features":[468]},{"name":"TLEF_EXCLUDE_ABOUT_PAGES","features":[468]},{"name":"TLEF_EXCLUDE_SUBFRAME_ENTRIES","features":[468]},{"name":"TLEF_INCLUDE_UNINVOKEABLE","features":[468]},{"name":"TLEF_RELATIVE_BACK","features":[468]},{"name":"TLEF_RELATIVE_FORE","features":[468]},{"name":"TLEF_RELATIVE_INCLUDE_CURRENT","features":[468]},{"name":"TLENUMF","features":[468]},{"name":"TLMENUF_BACK","features":[468]},{"name":"TLMENUF_FORE","features":[468]},{"name":"TLMENUF_INCLUDECURRENT","features":[468]},{"name":"TLOG_BACK","features":[468]},{"name":"TLOG_CURRENT","features":[468]},{"name":"TLOG_FORE","features":[468]},{"name":"TOOLBARITEM","features":[307,318,359,468]},{"name":"TRANSLATEURL_FL_GUESS_PROTOCOL","features":[468]},{"name":"TRANSLATEURL_FL_USE_DEFAULT_PROTOCOL","features":[468]},{"name":"TRANSLATEURL_IN_FLAGS","features":[468]},{"name":"TSF_ALLOW_DECRYPTION","features":[468]},{"name":"TSF_COPY_CREATION_TIME","features":[468]},{"name":"TSF_COPY_HARD_LINK","features":[468]},{"name":"TSF_COPY_LOCALIZED_NAME","features":[468]},{"name":"TSF_COPY_WRITE_TIME","features":[468]},{"name":"TSF_DELETE_RECYCLE_IF_POSSIBLE","features":[468]},{"name":"TSF_FAIL_EXIST","features":[468]},{"name":"TSF_MOVE_AS_COPY_DELETE","features":[468]},{"name":"TSF_NORMAL","features":[468]},{"name":"TSF_NO_SECURITY","features":[468]},{"name":"TSF_OVERWRITE_EXIST","features":[468]},{"name":"TSF_RENAME_EXIST","features":[468]},{"name":"TSF_SUSPEND_SHELLEVENTS","features":[468]},{"name":"TSF_USE_FULL_ACCESS","features":[468]},{"name":"TS_INDETERMINATE","features":[468]},{"name":"TS_NONE","features":[468]},{"name":"TS_PERFORMING","features":[468]},{"name":"TS_PREPARING","features":[468]},{"name":"TaskbarList","features":[468]},{"name":"ThumbnailStreamCache","features":[468]},{"name":"ThumbnailStreamCacheOptions","features":[468]},{"name":"TimeCategorizer","features":[468]},{"name":"TrackShellMenu","features":[468]},{"name":"TrayBandSiteService","features":[468]},{"name":"TrayDeskBand","features":[468]},{"name":"UNDOCK_REASON","features":[468]},{"name":"URLASSOCDLG_FL_REGISTER_ASSOC","features":[468]},{"name":"URLASSOCDLG_FL_USE_DEFAULT_NAME","features":[468]},{"name":"URLASSOCIATIONDIALOG_IN_FLAGS","features":[468]},{"name":"URLINVOKECOMMANDINFOA","features":[307,468]},{"name":"URLINVOKECOMMANDINFOW","features":[307,468]},{"name":"URLIS","features":[468]},{"name":"URLIS_APPLIABLE","features":[468]},{"name":"URLIS_DIRECTORY","features":[468]},{"name":"URLIS_FILEURL","features":[468]},{"name":"URLIS_HASQUERY","features":[468]},{"name":"URLIS_NOHISTORY","features":[468]},{"name":"URLIS_OPAQUE","features":[468]},{"name":"URLIS_URL","features":[468]},{"name":"URL_APPLY_DEFAULT","features":[468]},{"name":"URL_APPLY_FORCEAPPLY","features":[468]},{"name":"URL_APPLY_GUESSFILE","features":[468]},{"name":"URL_APPLY_GUESSSCHEME","features":[468]},{"name":"URL_BROWSER_MODE","features":[468]},{"name":"URL_CONVERT_IF_DOSPATH","features":[468]},{"name":"URL_DONT_ESCAPE_EXTRA_INFO","features":[468]},{"name":"URL_DONT_SIMPLIFY","features":[468]},{"name":"URL_DONT_UNESCAPE","features":[468]},{"name":"URL_DONT_UNESCAPE_EXTRA_INFO","features":[468]},{"name":"URL_ESCAPE_ASCII_URI_COMPONENT","features":[468]},{"name":"URL_ESCAPE_AS_UTF8","features":[468]},{"name":"URL_ESCAPE_PERCENT","features":[468]},{"name":"URL_ESCAPE_SEGMENT_ONLY","features":[468]},{"name":"URL_ESCAPE_SPACES_ONLY","features":[468]},{"name":"URL_ESCAPE_UNSAFE","features":[468]},{"name":"URL_E_INVALID_SYNTAX","features":[468]},{"name":"URL_E_UNREGISTERED_PROTOCOL","features":[468]},{"name":"URL_FILE_USE_PATHURL","features":[468]},{"name":"URL_INTERNAL_PATH","features":[468]},{"name":"URL_NO_META","features":[468]},{"name":"URL_PART","features":[468]},{"name":"URL_PARTFLAG_KEEPSCHEME","features":[468]},{"name":"URL_PART_HOSTNAME","features":[468]},{"name":"URL_PART_NONE","features":[468]},{"name":"URL_PART_PASSWORD","features":[468]},{"name":"URL_PART_PORT","features":[468]},{"name":"URL_PART_QUERY","features":[468]},{"name":"URL_PART_SCHEME","features":[468]},{"name":"URL_PART_USERNAME","features":[468]},{"name":"URL_PLUGGABLE_PROTOCOL","features":[468]},{"name":"URL_SCHEME","features":[468]},{"name":"URL_SCHEME_ABOUT","features":[468]},{"name":"URL_SCHEME_FILE","features":[468]},{"name":"URL_SCHEME_FTP","features":[468]},{"name":"URL_SCHEME_GOPHER","features":[468]},{"name":"URL_SCHEME_HTTP","features":[468]},{"name":"URL_SCHEME_HTTPS","features":[468]},{"name":"URL_SCHEME_INVALID","features":[468]},{"name":"URL_SCHEME_JAVASCRIPT","features":[468]},{"name":"URL_SCHEME_KNOWNFOLDER","features":[468]},{"name":"URL_SCHEME_LOCAL","features":[468]},{"name":"URL_SCHEME_MAILTO","features":[468]},{"name":"URL_SCHEME_MAXVALUE","features":[468]},{"name":"URL_SCHEME_MK","features":[468]},{"name":"URL_SCHEME_MSHELP","features":[468]},{"name":"URL_SCHEME_MSSHELLDEVICE","features":[468]},{"name":"URL_SCHEME_MSSHELLIDLIST","features":[468]},{"name":"URL_SCHEME_MSSHELLROOTED","features":[468]},{"name":"URL_SCHEME_NEWS","features":[468]},{"name":"URL_SCHEME_NNTP","features":[468]},{"name":"URL_SCHEME_RES","features":[468]},{"name":"URL_SCHEME_SEARCH","features":[468]},{"name":"URL_SCHEME_SEARCH_MS","features":[468]},{"name":"URL_SCHEME_SHELL","features":[468]},{"name":"URL_SCHEME_SNEWS","features":[468]},{"name":"URL_SCHEME_TELNET","features":[468]},{"name":"URL_SCHEME_UNKNOWN","features":[468]},{"name":"URL_SCHEME_VBSCRIPT","features":[468]},{"name":"URL_SCHEME_WAIS","features":[468]},{"name":"URL_SCHEME_WILDCARD","features":[468]},{"name":"URL_UNESCAPE","features":[468]},{"name":"URL_UNESCAPE_AS_UTF8","features":[468]},{"name":"URL_UNESCAPE_HIGH_ANSI_ONLY","features":[468]},{"name":"URL_UNESCAPE_INPLACE","features":[468]},{"name":"URL_UNESCAPE_URI_COMPONENT","features":[468]},{"name":"URL_WININET_COMPATIBILITY","features":[468]},{"name":"UR_MONITOR_DISCONNECT","features":[468]},{"name":"UR_RESOLUTION_CHANGE","features":[468]},{"name":"UnloadUserProfile","features":[307,468]},{"name":"UnregisterAppConstrainedChangeNotification","features":[468]},{"name":"UnregisterAppStateChangeNotification","features":[468]},{"name":"UnregisterScaleChangeEvent","features":[468]},{"name":"UrlApplySchemeA","features":[468]},{"name":"UrlApplySchemeW","features":[468]},{"name":"UrlCanonicalizeA","features":[468]},{"name":"UrlCanonicalizeW","features":[468]},{"name":"UrlCombineA","features":[468]},{"name":"UrlCombineW","features":[468]},{"name":"UrlCompareA","features":[307,468]},{"name":"UrlCompareW","features":[307,468]},{"name":"UrlCreateFromPathA","features":[468]},{"name":"UrlCreateFromPathW","features":[468]},{"name":"UrlEscapeA","features":[468]},{"name":"UrlEscapeW","features":[468]},{"name":"UrlFixupW","features":[468]},{"name":"UrlGetLocationA","features":[468]},{"name":"UrlGetLocationW","features":[468]},{"name":"UrlGetPartA","features":[468]},{"name":"UrlGetPartW","features":[468]},{"name":"UrlHashA","features":[468]},{"name":"UrlHashW","features":[468]},{"name":"UrlIsA","features":[307,468]},{"name":"UrlIsNoHistoryA","features":[307,468]},{"name":"UrlIsNoHistoryW","features":[307,468]},{"name":"UrlIsOpaqueA","features":[307,468]},{"name":"UrlIsOpaqueW","features":[307,468]},{"name":"UrlIsW","features":[307,468]},{"name":"UrlUnescapeA","features":[468]},{"name":"UrlUnescapeW","features":[468]},{"name":"UserNotification","features":[468]},{"name":"V1PasswordCredentialProvider","features":[468]},{"name":"V1SmartcardCredentialProvider","features":[468]},{"name":"V1WinBioCredentialProvider","features":[468]},{"name":"VALIDATEUNC_CONNECT","features":[468]},{"name":"VALIDATEUNC_NOUI","features":[468]},{"name":"VALIDATEUNC_OPTION","features":[468]},{"name":"VALIDATEUNC_PERSIST","features":[468]},{"name":"VALIDATEUNC_PRINT","features":[468]},{"name":"VALIDATEUNC_VALID","features":[468]},{"name":"VID_Content","features":[468]},{"name":"VID_Details","features":[468]},{"name":"VID_LargeIcons","features":[468]},{"name":"VID_List","features":[468]},{"name":"VID_SmallIcons","features":[468]},{"name":"VID_ThumbStrip","features":[468]},{"name":"VID_Thumbnails","features":[468]},{"name":"VID_Tile","features":[468]},{"name":"VIEW_PRIORITY_CACHEHIT","features":[468]},{"name":"VIEW_PRIORITY_CACHEMISS","features":[468]},{"name":"VIEW_PRIORITY_DESPERATE","features":[468]},{"name":"VIEW_PRIORITY_INHERIT","features":[468]},{"name":"VIEW_PRIORITY_NONE","features":[468]},{"name":"VIEW_PRIORITY_RESTRICTED","features":[468]},{"name":"VIEW_PRIORITY_SHELLEXT","features":[468]},{"name":"VIEW_PRIORITY_SHELLEXT_ASBACKUP","features":[468]},{"name":"VIEW_PRIORITY_STALECACHEHIT","features":[468]},{"name":"VIEW_PRIORITY_USEASDEFAULT","features":[468]},{"name":"VOLUME_PREFIX","features":[468]},{"name":"VPCF_BACKGROUND","features":[468]},{"name":"VPCF_SORTCOLUMN","features":[468]},{"name":"VPCF_SUBTEXT","features":[468]},{"name":"VPCF_TEXT","features":[468]},{"name":"VPCF_TEXTBACKGROUND","features":[468]},{"name":"VPCOLORFLAGS","features":[468]},{"name":"VPWATERMARKFLAGS","features":[468]},{"name":"VPWF_ALPHABLEND","features":[468]},{"name":"VPWF_DEFAULT","features":[468]},{"name":"VariantToStrRet","features":[307,358,359,360,634]},{"name":"VaultProvider","features":[468]},{"name":"VirtualDesktopManager","features":[468]},{"name":"WC_NETADDRESS","features":[468]},{"name":"WINDOWDATA","features":[634]},{"name":"WM_CPL_LAUNCH","features":[468]},{"name":"WM_CPL_LAUNCHED","features":[468]},{"name":"WPSTYLE_CENTER","features":[468]},{"name":"WPSTYLE_CROPTOFIT","features":[468]},{"name":"WPSTYLE_KEEPASPECT","features":[468]},{"name":"WPSTYLE_MAX","features":[468]},{"name":"WPSTYLE_SPAN","features":[468]},{"name":"WPSTYLE_STRETCH","features":[468]},{"name":"WPSTYLE_TILE","features":[468]},{"name":"WTSAT_ARGB","features":[468]},{"name":"WTSAT_RGB","features":[468]},{"name":"WTSAT_UNKNOWN","features":[468]},{"name":"WTSCF_APPSTYLE","features":[468]},{"name":"WTSCF_DEFAULT","features":[468]},{"name":"WTSCF_FAST","features":[468]},{"name":"WTSCF_SQUARE","features":[468]},{"name":"WTSCF_WIDE","features":[468]},{"name":"WTS_ALPHATYPE","features":[468]},{"name":"WTS_APPSTYLE","features":[468]},{"name":"WTS_CACHED","features":[468]},{"name":"WTS_CACHEFLAGS","features":[468]},{"name":"WTS_CONTEXTFLAGS","features":[468]},{"name":"WTS_CROPTOSQUARE","features":[468]},{"name":"WTS_DEFAULT","features":[468]},{"name":"WTS_EXTRACT","features":[468]},{"name":"WTS_EXTRACTDONOTCACHE","features":[468]},{"name":"WTS_EXTRACTINPROC","features":[468]},{"name":"WTS_E_DATAFILEUNAVAILABLE","features":[468]},{"name":"WTS_E_EXTRACTIONBLOCKED","features":[468]},{"name":"WTS_E_EXTRACTIONPENDING","features":[468]},{"name":"WTS_E_EXTRACTIONTIMEDOUT","features":[468]},{"name":"WTS_E_FAILEDEXTRACTION","features":[468]},{"name":"WTS_E_FASTEXTRACTIONNOTSUPPORTED","features":[468]},{"name":"WTS_E_NOSTORAGEPROVIDERTHUMBNAILHANDLER","features":[468]},{"name":"WTS_E_SURROGATEUNAVAILABLE","features":[468]},{"name":"WTS_FASTEXTRACT","features":[468]},{"name":"WTS_FLAGS","features":[468]},{"name":"WTS_FORCEEXTRACTION","features":[468]},{"name":"WTS_IDEALCACHESIZEONLY","features":[468]},{"name":"WTS_INCACHEONLY","features":[468]},{"name":"WTS_INSTANCESURROGATE","features":[468]},{"name":"WTS_LOWQUALITY","features":[468]},{"name":"WTS_NONE","features":[468]},{"name":"WTS_REQUIRESURROGATE","features":[468]},{"name":"WTS_SCALETOREQUESTEDSIZE","features":[468]},{"name":"WTS_SCALEUP","features":[468]},{"name":"WTS_SKIPFASTEXTRACT","features":[468]},{"name":"WTS_SLOWRECLAIM","features":[468]},{"name":"WTS_THUMBNAILID","features":[468]},{"name":"WTS_WIDETHUMBNAILS","features":[468]},{"name":"WebBrowser","features":[468]},{"name":"WebBrowser_V1","features":[468]},{"name":"WebWizardHost","features":[468]},{"name":"WhichPlatform","features":[468]},{"name":"Win32DeleteFile","features":[307,468]},{"name":"WinBioCredentialProvider","features":[468]},{"name":"WinHelpA","features":[307,468]},{"name":"WinHelpW","features":[307,468]},{"name":"WriteCabinetState","features":[307,468]},{"name":"_BROWSERFRAMEOPTIONS","features":[468]},{"name":"_CDBE_ACTIONS","features":[468]},{"name":"_EXPCMDFLAGS","features":[468]},{"name":"_EXPCMDSTATE","features":[468]},{"name":"_EXPLORERPANESTATE","features":[468]},{"name":"_EXPPS","features":[468]},{"name":"_KF_DEFINITION_FLAGS","features":[468]},{"name":"_KF_REDIRECTION_CAPABILITIES","features":[468]},{"name":"_KF_REDIRECT_FLAGS","features":[468]},{"name":"_NMCII_FLAGS","features":[468]},{"name":"_NMCSAEI_FLAGS","features":[468]},{"name":"_NSTCECLICKTYPE","features":[468]},{"name":"_NSTCEHITTEST","features":[468]},{"name":"_NSTCITEMSTATE","features":[468]},{"name":"_NSTCROOTSTYLE","features":[468]},{"name":"_NSTCSTYLE","features":[468]},{"name":"_OPPROGDLGF","features":[468]},{"name":"_PDMODE","features":[468]},{"name":"_SHCONTF","features":[468]},{"name":"_SICHINTF","features":[468]},{"name":"_SPBEGINF","features":[468]},{"name":"_SPINITF","features":[468]},{"name":"_SV3CVW3_FLAGS","features":[468]},{"name":"_SVGIO","features":[468]},{"name":"_SVSIF","features":[468]},{"name":"_TRANSFER_ADVISE_STATE","features":[468]},{"name":"_TRANSFER_SOURCE_FLAGS","features":[468]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_CSCSYNCINPROGRESS","features":[468]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_RECYCLEDIRTYCOUNT_SERVERDRIVE","features":[468]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_RECYCLEGLOBALDIRTYCOUNT","features":[468]},{"name":"idsAppName","features":[468]},{"name":"idsBadOldPW","features":[468]},{"name":"idsChangePW","features":[468]},{"name":"idsDefKeyword","features":[468]},{"name":"idsDifferentPW","features":[468]},{"name":"idsHelpFile","features":[468]},{"name":"idsIniFile","features":[468]},{"name":"idsIsPassword","features":[468]},{"name":"idsNoHelpMemory","features":[468]},{"name":"idsPassword","features":[468]},{"name":"idsScreenSaver","features":[468]},{"name":"navAllowAutosearch","features":[468]},{"name":"navBlockRedirectsXDomain","features":[468]},{"name":"navBrowserBar","features":[468]},{"name":"navDeferUnload","features":[468]},{"name":"navEnforceRestricted","features":[468]},{"name":"navHomepageNavigate","features":[468]},{"name":"navHostNavigation","features":[468]},{"name":"navHyperlink","features":[468]},{"name":"navKeepWordWheelText","features":[468]},{"name":"navNewWindowsManaged","features":[468]},{"name":"navNoHistory","features":[468]},{"name":"navNoReadFromCache","features":[468]},{"name":"navNoWriteToCache","features":[468]},{"name":"navOpenInBackgroundTab","features":[468]},{"name":"navOpenInNewTab","features":[468]},{"name":"navOpenInNewWindow","features":[468]},{"name":"navOpenNewForegroundTab","features":[468]},{"name":"navRefresh","features":[468]},{"name":"navReserved1","features":[468]},{"name":"navReserved2","features":[468]},{"name":"navReserved3","features":[468]},{"name":"navReserved4","features":[468]},{"name":"navReserved5","features":[468]},{"name":"navReserved6","features":[468]},{"name":"navReserved7","features":[468]},{"name":"navSpeculative","features":[468]},{"name":"navSuggestNewTab","features":[468]},{"name":"navSuggestNewWindow","features":[468]},{"name":"navTravelLogScreenshot","features":[468]},{"name":"navTrustedForActiveX","features":[468]},{"name":"navUntrustedForDownload","features":[468]},{"name":"navVirtualTab","features":[468]},{"name":"secureLockIconMixed","features":[468]},{"name":"secureLockIconSecure128Bit","features":[468]},{"name":"secureLockIconSecure40Bit","features":[468]},{"name":"secureLockIconSecure56Bit","features":[468]},{"name":"secureLockIconSecureFortezza","features":[468]},{"name":"secureLockIconSecureUnknownBits","features":[468]},{"name":"secureLockIconUnsecure","features":[468]},{"name":"ssfALTSTARTUP","features":[468]},{"name":"ssfAPPDATA","features":[468]},{"name":"ssfBITBUCKET","features":[468]},{"name":"ssfCOMMONALTSTARTUP","features":[468]},{"name":"ssfCOMMONAPPDATA","features":[468]},{"name":"ssfCOMMONDESKTOPDIR","features":[468]},{"name":"ssfCOMMONFAVORITES","features":[468]},{"name":"ssfCOMMONPROGRAMS","features":[468]},{"name":"ssfCOMMONSTARTMENU","features":[468]},{"name":"ssfCOMMONSTARTUP","features":[468]},{"name":"ssfCONTROLS","features":[468]},{"name":"ssfCOOKIES","features":[468]},{"name":"ssfDESKTOP","features":[468]},{"name":"ssfDESKTOPDIRECTORY","features":[468]},{"name":"ssfDRIVES","features":[468]},{"name":"ssfFAVORITES","features":[468]},{"name":"ssfFONTS","features":[468]},{"name":"ssfHISTORY","features":[468]},{"name":"ssfINTERNETCACHE","features":[468]},{"name":"ssfLOCALAPPDATA","features":[468]},{"name":"ssfMYPICTURES","features":[468]},{"name":"ssfNETHOOD","features":[468]},{"name":"ssfNETWORK","features":[468]},{"name":"ssfPERSONAL","features":[468]},{"name":"ssfPRINTERS","features":[468]},{"name":"ssfPRINTHOOD","features":[468]},{"name":"ssfPROFILE","features":[468]},{"name":"ssfPROGRAMFILES","features":[468]},{"name":"ssfPROGRAMFILESx86","features":[468]},{"name":"ssfPROGRAMS","features":[468]},{"name":"ssfRECENT","features":[468]},{"name":"ssfSENDTO","features":[468]},{"name":"ssfSTARTMENU","features":[468]},{"name":"ssfSTARTUP","features":[468]},{"name":"ssfSYSTEM","features":[468]},{"name":"ssfSYSTEMx86","features":[468]},{"name":"ssfTEMPLATES","features":[468]},{"name":"ssfWINDOWS","features":[468]},{"name":"wnsprintfA","features":[468]},{"name":"wnsprintfW","features":[468]},{"name":"wvnsprintfA","features":[468]},{"name":"wvnsprintfW","features":[468]}],"671":[{"name":"COMDLG_FILTERSPEC","features":[634]},{"name":"DEVICE_SCALE_FACTOR","features":[634]},{"name":"DEVICE_SCALE_FACTOR_INVALID","features":[634]},{"name":"IObjectArray","features":[634]},{"name":"IObjectCollection","features":[634]},{"name":"ITEMIDLIST","features":[634]},{"name":"PERCEIVED","features":[634]},{"name":"PERCEIVEDFLAG_GDIPLUS","features":[634]},{"name":"PERCEIVEDFLAG_HARDCODED","features":[634]},{"name":"PERCEIVEDFLAG_NATIVESUPPORT","features":[634]},{"name":"PERCEIVEDFLAG_SOFTCODED","features":[634]},{"name":"PERCEIVEDFLAG_UNDEFINED","features":[634]},{"name":"PERCEIVEDFLAG_WMSDK","features":[634]},{"name":"PERCEIVEDFLAG_ZIPFOLDER","features":[634]},{"name":"PERCEIVED_TYPE_APPLICATION","features":[634]},{"name":"PERCEIVED_TYPE_AUDIO","features":[634]},{"name":"PERCEIVED_TYPE_COMPRESSED","features":[634]},{"name":"PERCEIVED_TYPE_CONTACTS","features":[634]},{"name":"PERCEIVED_TYPE_CUSTOM","features":[634]},{"name":"PERCEIVED_TYPE_DOCUMENT","features":[634]},{"name":"PERCEIVED_TYPE_FIRST","features":[634]},{"name":"PERCEIVED_TYPE_FOLDER","features":[634]},{"name":"PERCEIVED_TYPE_GAMEMEDIA","features":[634]},{"name":"PERCEIVED_TYPE_IMAGE","features":[634]},{"name":"PERCEIVED_TYPE_LAST","features":[634]},{"name":"PERCEIVED_TYPE_SYSTEM","features":[634]},{"name":"PERCEIVED_TYPE_TEXT","features":[634]},{"name":"PERCEIVED_TYPE_UNKNOWN","features":[634]},{"name":"PERCEIVED_TYPE_UNSPECIFIED","features":[634]},{"name":"PERCEIVED_TYPE_VIDEO","features":[634]},{"name":"SCALE_100_PERCENT","features":[634]},{"name":"SCALE_120_PERCENT","features":[634]},{"name":"SCALE_125_PERCENT","features":[634]},{"name":"SCALE_140_PERCENT","features":[634]},{"name":"SCALE_150_PERCENT","features":[634]},{"name":"SCALE_160_PERCENT","features":[634]},{"name":"SCALE_175_PERCENT","features":[634]},{"name":"SCALE_180_PERCENT","features":[634]},{"name":"SCALE_200_PERCENT","features":[634]},{"name":"SCALE_225_PERCENT","features":[634]},{"name":"SCALE_250_PERCENT","features":[634]},{"name":"SCALE_300_PERCENT","features":[634]},{"name":"SCALE_350_PERCENT","features":[634]},{"name":"SCALE_400_PERCENT","features":[634]},{"name":"SCALE_450_PERCENT","features":[634]},{"name":"SCALE_500_PERCENT","features":[634]},{"name":"SHCOLSTATE","features":[634]},{"name":"SHCOLSTATE_BATCHREAD","features":[634]},{"name":"SHCOLSTATE_DEFAULT","features":[634]},{"name":"SHCOLSTATE_DISPLAYMASK","features":[634]},{"name":"SHCOLSTATE_EXTENDED","features":[634]},{"name":"SHCOLSTATE_FIXED_RATIO","features":[634]},{"name":"SHCOLSTATE_FIXED_WIDTH","features":[634]},{"name":"SHCOLSTATE_HIDDEN","features":[634]},{"name":"SHCOLSTATE_NODPISCALE","features":[634]},{"name":"SHCOLSTATE_NOSORTBYFOLDERNESS","features":[634]},{"name":"SHCOLSTATE_NO_GROUPBY","features":[634]},{"name":"SHCOLSTATE_ONBYDEFAULT","features":[634]},{"name":"SHCOLSTATE_PREFER_FMTCMP","features":[634]},{"name":"SHCOLSTATE_PREFER_VARCMP","features":[634]},{"name":"SHCOLSTATE_SECONDARYUI","features":[634]},{"name":"SHCOLSTATE_SLOW","features":[634]},{"name":"SHCOLSTATE_TYPEMASK","features":[634]},{"name":"SHCOLSTATE_TYPE_DATE","features":[634]},{"name":"SHCOLSTATE_TYPE_INT","features":[634]},{"name":"SHCOLSTATE_TYPE_STR","features":[634]},{"name":"SHCOLSTATE_VIEWONLY","features":[634]},{"name":"SHELLDETAILS","features":[634]},{"name":"SHITEMID","features":[634]},{"name":"STRRET","features":[634]},{"name":"STRRET_CSTR","features":[634]},{"name":"STRRET_OFFSET","features":[634]},{"name":"STRRET_TYPE","features":[634]},{"name":"STRRET_WSTR","features":[634]}],"672":[{"name":"FPSPS_DEFAULT","features":[380]},{"name":"FPSPS_READONLY","features":[380]},{"name":"FPSPS_TREAT_NEW_VALUES_AS_DIRTY","features":[380]},{"name":"GETPROPERTYSTOREFLAGS","features":[380]},{"name":"GPS_BESTEFFORT","features":[380]},{"name":"GPS_DEFAULT","features":[380]},{"name":"GPS_DELAYCREATION","features":[380]},{"name":"GPS_EXTRINSICPROPERTIES","features":[380]},{"name":"GPS_EXTRINSICPROPERTIESONLY","features":[380]},{"name":"GPS_FASTPROPERTIESONLY","features":[380]},{"name":"GPS_HANDLERPROPERTIESONLY","features":[380]},{"name":"GPS_MASK_VALID","features":[380]},{"name":"GPS_NO_OPLOCK","features":[380]},{"name":"GPS_OPENSLOWITEM","features":[380]},{"name":"GPS_PREFERQUERYPROPERTIES","features":[380]},{"name":"GPS_READWRITE","features":[380]},{"name":"GPS_TEMPORARY","features":[380]},{"name":"GPS_VOLATILEPROPERTIES","features":[380]},{"name":"GPS_VOLATILEPROPERTIESONLY","features":[380]},{"name":"ICreateObject","features":[380]},{"name":"IDelayedPropertyStoreFactory","features":[380]},{"name":"IInitializeWithFile","features":[380]},{"name":"IInitializeWithStream","features":[380]},{"name":"INamedPropertyStore","features":[380]},{"name":"IObjectWithPropertyKey","features":[380]},{"name":"IPersistSerializedPropStorage","features":[380]},{"name":"IPersistSerializedPropStorage2","features":[380]},{"name":"IPropertyChange","features":[380]},{"name":"IPropertyChangeArray","features":[380]},{"name":"IPropertyDescription","features":[380]},{"name":"IPropertyDescription2","features":[380]},{"name":"IPropertyDescriptionAliasInfo","features":[380]},{"name":"IPropertyDescriptionList","features":[380]},{"name":"IPropertyDescriptionRelatedPropertyInfo","features":[380]},{"name":"IPropertyDescriptionSearchInfo","features":[380]},{"name":"IPropertyEnumType","features":[380]},{"name":"IPropertyEnumType2","features":[380]},{"name":"IPropertyEnumTypeList","features":[380]},{"name":"IPropertyStore","features":[380]},{"name":"IPropertyStoreCache","features":[380]},{"name":"IPropertyStoreCapabilities","features":[380]},{"name":"IPropertyStoreFactory","features":[380]},{"name":"IPropertySystem","features":[380]},{"name":"IPropertySystemChangeNotify","features":[380]},{"name":"IPropertyUI","features":[380]},{"name":"InMemoryPropertyStore","features":[380]},{"name":"InMemoryPropertyStoreMarshalByValue","features":[380]},{"name":"PCUSERIALIZEDPROPSTORAGE","features":[380]},{"name":"PDAT_AVERAGE","features":[380]},{"name":"PDAT_DATERANGE","features":[380]},{"name":"PDAT_DEFAULT","features":[380]},{"name":"PDAT_FIRST","features":[380]},{"name":"PDAT_MAX","features":[380]},{"name":"PDAT_MIN","features":[380]},{"name":"PDAT_SUM","features":[380]},{"name":"PDAT_UNION","features":[380]},{"name":"PDCIT_INMEMORY","features":[380]},{"name":"PDCIT_NONE","features":[380]},{"name":"PDCIT_ONDEMAND","features":[380]},{"name":"PDCIT_ONDISK","features":[380]},{"name":"PDCIT_ONDISKALL","features":[380]},{"name":"PDCIT_ONDISKVECTOR","features":[380]},{"name":"PDCOT_BOOLEAN","features":[380]},{"name":"PDCOT_DATETIME","features":[380]},{"name":"PDCOT_NONE","features":[380]},{"name":"PDCOT_NUMBER","features":[380]},{"name":"PDCOT_SIZE","features":[380]},{"name":"PDCOT_STRING","features":[380]},{"name":"PDDT_BOOLEAN","features":[380]},{"name":"PDDT_DATETIME","features":[380]},{"name":"PDDT_ENUMERATED","features":[380]},{"name":"PDDT_NUMBER","features":[380]},{"name":"PDDT_STRING","features":[380]},{"name":"PDEF_ALL","features":[380]},{"name":"PDEF_COLUMN","features":[380]},{"name":"PDEF_INFULLTEXTQUERY","features":[380]},{"name":"PDEF_NONSYSTEM","features":[380]},{"name":"PDEF_QUERYABLE","features":[380]},{"name":"PDEF_SYSTEM","features":[380]},{"name":"PDEF_VIEWABLE","features":[380]},{"name":"PDFF_ALWAYSKB","features":[380]},{"name":"PDFF_DEFAULT","features":[380]},{"name":"PDFF_FILENAME","features":[380]},{"name":"PDFF_HIDEDATE","features":[380]},{"name":"PDFF_HIDETIME","features":[380]},{"name":"PDFF_LONGDATE","features":[380]},{"name":"PDFF_LONGTIME","features":[380]},{"name":"PDFF_NOAUTOREADINGORDER","features":[380]},{"name":"PDFF_PREFIXNAME","features":[380]},{"name":"PDFF_READONLY","features":[380]},{"name":"PDFF_RELATIVEDATE","features":[380]},{"name":"PDFF_RESERVED_RIGHTTOLEFT","features":[380]},{"name":"PDFF_SHORTDATE","features":[380]},{"name":"PDFF_SHORTTIME","features":[380]},{"name":"PDFF_USEEDITINVITATION","features":[380]},{"name":"PDGR_ALPHANUMERIC","features":[380]},{"name":"PDGR_DATE","features":[380]},{"name":"PDGR_DISCRETE","features":[380]},{"name":"PDGR_DYNAMIC","features":[380]},{"name":"PDGR_ENUMERATED","features":[380]},{"name":"PDGR_PERCENT","features":[380]},{"name":"PDGR_SIZE","features":[380]},{"name":"PDOPSTATUS","features":[380]},{"name":"PDOPS_CANCELLED","features":[380]},{"name":"PDOPS_ERRORS","features":[380]},{"name":"PDOPS_PAUSED","features":[380]},{"name":"PDOPS_RUNNING","features":[380]},{"name":"PDOPS_STOPPED","features":[380]},{"name":"PDRDT_COUNT","features":[380]},{"name":"PDRDT_DATE","features":[380]},{"name":"PDRDT_DURATION","features":[380]},{"name":"PDRDT_GENERAL","features":[380]},{"name":"PDRDT_LENGTH","features":[380]},{"name":"PDRDT_PRIORITY","features":[380]},{"name":"PDRDT_RATE","features":[380]},{"name":"PDRDT_RATING","features":[380]},{"name":"PDRDT_REVISION","features":[380]},{"name":"PDRDT_SIZE","features":[380]},{"name":"PDRDT_SPEED","features":[380]},{"name":"PDSD_A_Z","features":[380]},{"name":"PDSD_GENERAL","features":[380]},{"name":"PDSD_LOWEST_HIGHEST","features":[380]},{"name":"PDSD_OLDEST_NEWEST","features":[380]},{"name":"PDSD_SMALLEST_BIGGEST","features":[380]},{"name":"PDSIF_ALWAYSINCLUDE","features":[380]},{"name":"PDSIF_DEFAULT","features":[380]},{"name":"PDSIF_ININVERTEDINDEX","features":[380]},{"name":"PDSIF_ISCOLUMN","features":[380]},{"name":"PDSIF_ISCOLUMNSPARSE","features":[380]},{"name":"PDSIF_USEFORTYPEAHEAD","features":[380]},{"name":"PDTF_ALWAYSINSUPPLEMENTALSTORE","features":[380]},{"name":"PDTF_CANBEPURGED","features":[380]},{"name":"PDTF_CANGROUPBY","features":[380]},{"name":"PDTF_CANSTACKBY","features":[380]},{"name":"PDTF_DEFAULT","features":[380]},{"name":"PDTF_DONTCOERCEEMPTYSTRINGS","features":[380]},{"name":"PDTF_INCLUDEINFULLTEXTQUERY","features":[380]},{"name":"PDTF_ISGROUP","features":[380]},{"name":"PDTF_ISINNATE","features":[380]},{"name":"PDTF_ISQUERYABLE","features":[380]},{"name":"PDTF_ISSYSTEMPROPERTY","features":[380]},{"name":"PDTF_ISTREEPROPERTY","features":[380]},{"name":"PDTF_ISVIEWABLE","features":[380]},{"name":"PDTF_MASK_ALL","features":[380]},{"name":"PDTF_MULTIPLEVALUES","features":[380]},{"name":"PDTF_SEARCHRAWVALUE","features":[380]},{"name":"PDVF_BEGINNEWGROUP","features":[380]},{"name":"PDVF_CANWRAP","features":[380]},{"name":"PDVF_CENTERALIGN","features":[380]},{"name":"PDVF_DEFAULT","features":[380]},{"name":"PDVF_FILLAREA","features":[380]},{"name":"PDVF_HIDDEN","features":[380]},{"name":"PDVF_HIDELABEL","features":[380]},{"name":"PDVF_MASK_ALL","features":[380]},{"name":"PDVF_RIGHTALIGN","features":[380]},{"name":"PDVF_SHOWBYDEFAULT","features":[380]},{"name":"PDVF_SHOWINPRIMARYLIST","features":[380]},{"name":"PDVF_SHOWINSECONDARYLIST","features":[380]},{"name":"PDVF_SHOWONLYIFPRESENT","features":[380]},{"name":"PDVF_SORTDESCENDING","features":[380]},{"name":"PET_DEFAULTVALUE","features":[380]},{"name":"PET_DISCRETEVALUE","features":[380]},{"name":"PET_ENDRANGE","features":[380]},{"name":"PET_RANGEDVALUE","features":[380]},{"name":"PKA_APPEND","features":[380]},{"name":"PKA_DELETE","features":[380]},{"name":"PKA_FLAGS","features":[380]},{"name":"PKA_SET","features":[380]},{"name":"PKEY_PIDSTR_MAX","features":[380]},{"name":"PLACEHOLDER_STATES","features":[380]},{"name":"PROPDESC_AGGREGATION_TYPE","features":[380]},{"name":"PROPDESC_COLUMNINDEX_TYPE","features":[380]},{"name":"PROPDESC_CONDITION_TYPE","features":[380]},{"name":"PROPDESC_DISPLAYTYPE","features":[380]},{"name":"PROPDESC_ENUMFILTER","features":[380]},{"name":"PROPDESC_FORMAT_FLAGS","features":[380]},{"name":"PROPDESC_GROUPING_RANGE","features":[380]},{"name":"PROPDESC_RELATIVEDESCRIPTION_TYPE","features":[380]},{"name":"PROPDESC_SEARCHINFO_FLAGS","features":[380]},{"name":"PROPDESC_SORTDESCRIPTION","features":[380]},{"name":"PROPDESC_TYPE_FLAGS","features":[380]},{"name":"PROPDESC_VIEW_FLAGS","features":[380]},{"name":"PROPENUMTYPE","features":[380]},{"name":"PROPERTYKEY","features":[380]},{"name":"PROPERTYUI_FLAGS","features":[380]},{"name":"PROPERTYUI_FORMAT_FLAGS","features":[380]},{"name":"PROPERTYUI_NAME_FLAGS","features":[380]},{"name":"PROPPRG","features":[380]},{"name":"PSC_DIRTY","features":[380]},{"name":"PSC_NORMAL","features":[380]},{"name":"PSC_NOTINSOURCE","features":[380]},{"name":"PSC_READONLY","features":[380]},{"name":"PSC_STATE","features":[380]},{"name":"PSCoerceToCanonicalValue","features":[307,387,360,380]},{"name":"PSCreateAdapterFromPropertyStore","features":[380]},{"name":"PSCreateDelayedMultiplexPropertyStore","features":[380]},{"name":"PSCreateMemoryPropertyStore","features":[380]},{"name":"PSCreateMultiplexPropertyStore","features":[380]},{"name":"PSCreatePropertyChangeArray","features":[307,387,360,380]},{"name":"PSCreatePropertyStoreFromObject","features":[380]},{"name":"PSCreatePropertyStoreFromPropertySetStorage","features":[387,380]},{"name":"PSCreateSimplePropertyChange","features":[307,387,360,380]},{"name":"PSEnumeratePropertyDescriptions","features":[380]},{"name":"PSFormatForDisplay","features":[307,387,360,380]},{"name":"PSFormatForDisplayAlloc","features":[307,387,360,380]},{"name":"PSFormatPropertyValue","features":[380]},{"name":"PSGetImageReferenceForValue","features":[307,387,360,380]},{"name":"PSGetItemPropertyHandler","features":[307,380]},{"name":"PSGetItemPropertyHandlerWithCreateObject","features":[307,380]},{"name":"PSGetNameFromPropertyKey","features":[380]},{"name":"PSGetNamedPropertyFromPropertyStorage","features":[307,387,360,380]},{"name":"PSGetPropertyDescription","features":[380]},{"name":"PSGetPropertyDescriptionByName","features":[380]},{"name":"PSGetPropertyDescriptionListFromString","features":[380]},{"name":"PSGetPropertyFromPropertyStorage","features":[307,387,360,380]},{"name":"PSGetPropertyKeyFromName","features":[380]},{"name":"PSGetPropertySystem","features":[380]},{"name":"PSGetPropertyValue","features":[307,387,360,380]},{"name":"PSLookupPropertyHandlerCLSID","features":[380]},{"name":"PSPropertyBag_Delete","features":[387,380]},{"name":"PSPropertyBag_ReadBOOL","features":[307,387,380]},{"name":"PSPropertyBag_ReadBSTR","features":[387,380]},{"name":"PSPropertyBag_ReadDWORD","features":[387,380]},{"name":"PSPropertyBag_ReadGUID","features":[387,380]},{"name":"PSPropertyBag_ReadInt","features":[387,380]},{"name":"PSPropertyBag_ReadLONG","features":[387,380]},{"name":"PSPropertyBag_ReadPOINTL","features":[307,387,380]},{"name":"PSPropertyBag_ReadPOINTS","features":[307,387,380]},{"name":"PSPropertyBag_ReadPropertyKey","features":[387,380]},{"name":"PSPropertyBag_ReadRECTL","features":[307,387,380]},{"name":"PSPropertyBag_ReadSHORT","features":[387,380]},{"name":"PSPropertyBag_ReadStr","features":[387,380]},{"name":"PSPropertyBag_ReadStrAlloc","features":[387,380]},{"name":"PSPropertyBag_ReadStream","features":[387,380]},{"name":"PSPropertyBag_ReadType","features":[307,387,359,360,380]},{"name":"PSPropertyBag_ReadULONGLONG","features":[387,380]},{"name":"PSPropertyBag_ReadUnknown","features":[387,380]},{"name":"PSPropertyBag_WriteBOOL","features":[307,387,380]},{"name":"PSPropertyBag_WriteBSTR","features":[387,380]},{"name":"PSPropertyBag_WriteDWORD","features":[387,380]},{"name":"PSPropertyBag_WriteGUID","features":[387,380]},{"name":"PSPropertyBag_WriteInt","features":[387,380]},{"name":"PSPropertyBag_WriteLONG","features":[387,380]},{"name":"PSPropertyBag_WritePOINTL","features":[307,387,380]},{"name":"PSPropertyBag_WritePOINTS","features":[307,387,380]},{"name":"PSPropertyBag_WritePropertyKey","features":[387,380]},{"name":"PSPropertyBag_WriteRECTL","features":[307,387,380]},{"name":"PSPropertyBag_WriteSHORT","features":[387,380]},{"name":"PSPropertyBag_WriteStr","features":[387,380]},{"name":"PSPropertyBag_WriteStream","features":[387,380]},{"name":"PSPropertyBag_WriteULONGLONG","features":[387,380]},{"name":"PSPropertyBag_WriteUnknown","features":[387,380]},{"name":"PSPropertyKeyFromString","features":[380]},{"name":"PSRefreshPropertySchema","features":[380]},{"name":"PSRegisterPropertySchema","features":[380]},{"name":"PSSetPropertyValue","features":[307,387,360,380]},{"name":"PSStringFromPropertyKey","features":[380]},{"name":"PSUnregisterPropertySchema","features":[380]},{"name":"PS_ALL","features":[380]},{"name":"PS_CLOUDFILE_PLACEHOLDER","features":[380]},{"name":"PS_CREATE_FILE_ACCESSIBLE","features":[380]},{"name":"PS_DEFAULT","features":[380]},{"name":"PS_FULL_PRIMARY_STREAM_AVAILABLE","features":[380]},{"name":"PS_MARKED_FOR_OFFLINE_AVAILABILITY","features":[380]},{"name":"PS_NONE","features":[380]},{"name":"PUIFFDF_DEFAULT","features":[380]},{"name":"PUIFFDF_FRIENDLYDATE","features":[380]},{"name":"PUIFFDF_NOTIME","features":[380]},{"name":"PUIFFDF_RIGHTTOLEFT","features":[380]},{"name":"PUIFFDF_SHORTFORMAT","features":[380]},{"name":"PUIFNF_DEFAULT","features":[380]},{"name":"PUIFNF_MNEMONIC","features":[380]},{"name":"PUIF_DEFAULT","features":[380]},{"name":"PUIF_NOLABELININFOTIP","features":[380]},{"name":"PUIF_RIGHTALIGN","features":[380]},{"name":"PifMgr_CloseProperties","features":[307,380]},{"name":"PifMgr_GetProperties","features":[307,380]},{"name":"PifMgr_OpenProperties","features":[307,380]},{"name":"PifMgr_SetProperties","features":[307,380]},{"name":"PropertySystem","features":[380]},{"name":"SERIALIZEDPROPSTORAGE","features":[380]},{"name":"SESF_ALL_FLAGS","features":[380]},{"name":"SESF_AUTHENTICATION_ERROR","features":[380]},{"name":"SESF_NONE","features":[380]},{"name":"SESF_PAUSED_DUE_TO_CLIENT_POLICY","features":[380]},{"name":"SESF_PAUSED_DUE_TO_DISK_SPACE_FULL","features":[380]},{"name":"SESF_PAUSED_DUE_TO_METERED_NETWORK","features":[380]},{"name":"SESF_PAUSED_DUE_TO_SERVICE_POLICY","features":[380]},{"name":"SESF_PAUSED_DUE_TO_USER_REQUEST","features":[380]},{"name":"SESF_SERVICE_QUOTA_EXCEEDED_LIMIT","features":[380]},{"name":"SESF_SERVICE_QUOTA_NEARING_LIMIT","features":[380]},{"name":"SESF_SERVICE_UNAVAILABLE","features":[380]},{"name":"SHAddDefaultPropertiesByExt","features":[380]},{"name":"SHGetPropertyStoreForWindow","features":[307,380]},{"name":"SHGetPropertyStoreFromIDList","features":[634,380]},{"name":"SHGetPropertyStoreFromParsingName","features":[358,380]},{"name":"SHPropStgCreate","features":[387,380]},{"name":"SHPropStgReadMultiple","features":[307,387,360,380]},{"name":"SHPropStgWriteMultiple","features":[307,387,360,380]},{"name":"STS_EXCLUDED","features":[380]},{"name":"STS_FETCHING_METADATA","features":[380]},{"name":"STS_HASERROR","features":[380]},{"name":"STS_HASWARNING","features":[380]},{"name":"STS_INCOMPLETE","features":[380]},{"name":"STS_NEEDSDOWNLOAD","features":[380]},{"name":"STS_NEEDSUPLOAD","features":[380]},{"name":"STS_NONE","features":[380]},{"name":"STS_PAUSED","features":[380]},{"name":"STS_PLACEHOLDER_IFEMPTY","features":[380]},{"name":"STS_TRANSFERRING","features":[380]},{"name":"STS_USER_REQUESTED_REFRESH","features":[380]},{"name":"SYNC_ENGINE_STATE_FLAGS","features":[380]},{"name":"SYNC_TRANSFER_STATUS","features":[380]},{"name":"_PERSIST_SPROPSTORE_FLAGS","features":[380]}],"673":[{"name":"ALT_BREAKS","features":[635]},{"name":"ALT_BREAKS_FULL","features":[635]},{"name":"ALT_BREAKS_SAME","features":[635]},{"name":"ALT_BREAKS_UNIQUE","features":[635]},{"name":"ASYNC_RECO_ADDSTROKE_FAILED","features":[635]},{"name":"ASYNC_RECO_INTERRUPTED","features":[635]},{"name":"ASYNC_RECO_PROCESS_FAILED","features":[635]},{"name":"ASYNC_RECO_RESETCONTEXT_FAILED","features":[635]},{"name":"ASYNC_RECO_SETCACMODE_FAILED","features":[635]},{"name":"ASYNC_RECO_SETFACTOID_FAILED","features":[635]},{"name":"ASYNC_RECO_SETFLAGS_FAILED","features":[635]},{"name":"ASYNC_RECO_SETGUIDE_FAILED","features":[635]},{"name":"ASYNC_RECO_SETTEXTCONTEXT_FAILED","features":[635]},{"name":"ASYNC_RECO_SETWORDLIST_FAILED","features":[635]},{"name":"AddStroke","features":[318,635]},{"name":"AddWordsToWordList","features":[635]},{"name":"AdviseInkChange","features":[307,635]},{"name":"AppearanceConstants","features":[635]},{"name":"AsyncStylusQueue","features":[635]},{"name":"AsyncStylusQueueImmediate","features":[635]},{"name":"BEST_COMPLETE","features":[635]},{"name":"BorderStyleConstants","features":[635]},{"name":"CAC_FULL","features":[635]},{"name":"CAC_PREFIX","features":[635]},{"name":"CAC_RANDOM","features":[635]},{"name":"CFL_INTERMEDIATE","features":[635]},{"name":"CFL_POOR","features":[635]},{"name":"CFL_STRONG","features":[635]},{"name":"CHARACTER_RANGE","features":[635]},{"name":"CONFIDENCE_LEVEL","features":[635]},{"name":"Closed","features":[635]},{"name":"CorrectionMode","features":[635]},{"name":"CorrectionMode_NotVisible","features":[635]},{"name":"CorrectionMode_PostInsertionCollapsed","features":[635]},{"name":"CorrectionMode_PostInsertionExpanded","features":[635]},{"name":"CorrectionMode_PreInsertion","features":[635]},{"name":"CorrectionPosition","features":[635]},{"name":"CorrectionPosition_Auto","features":[635]},{"name":"CorrectionPosition_Bottom","features":[635]},{"name":"CorrectionPosition_Top","features":[635]},{"name":"CreateContext","features":[635]},{"name":"CreateRecognizer","features":[635]},{"name":"DISPID_DAAntiAliased","features":[635]},{"name":"DISPID_DAClone","features":[635]},{"name":"DISPID_DAColor","features":[635]},{"name":"DISPID_DAExtendedProperties","features":[635]},{"name":"DISPID_DAFitToCurve","features":[635]},{"name":"DISPID_DAHeight","features":[635]},{"name":"DISPID_DAIgnorePressure","features":[635]},{"name":"DISPID_DAPenTip","features":[635]},{"name":"DISPID_DARasterOperation","features":[635]},{"name":"DISPID_DATransparency","features":[635]},{"name":"DISPID_DAWidth","features":[635]},{"name":"DISPID_DisableNoScroll","features":[635]},{"name":"DISPID_DragIcon","features":[635]},{"name":"DISPID_DrawAttr","features":[635]},{"name":"DISPID_Enabled","features":[635]},{"name":"DISPID_Factoid","features":[635]},{"name":"DISPID_GetGestStatus","features":[635]},{"name":"DISPID_Hwnd","features":[635]},{"name":"DISPID_IAddStrokesAtRectangle","features":[635]},{"name":"DISPID_ICAutoRedraw","features":[635]},{"name":"DISPID_ICBId","features":[635]},{"name":"DISPID_ICBName","features":[635]},{"name":"DISPID_ICBState","features":[635]},{"name":"DISPID_ICBsCount","features":[635]},{"name":"DISPID_ICBsItem","features":[635]},{"name":"DISPID_ICBs_NewEnum","features":[635]},{"name":"DISPID_ICCollectingInk","features":[635]},{"name":"DISPID_ICCollectionMode","features":[635]},{"name":"DISPID_ICCursors","features":[635]},{"name":"DISPID_ICDefaultDrawingAttributes","features":[635]},{"name":"DISPID_ICDesiredPacketDescription","features":[635]},{"name":"DISPID_ICDynamicRendering","features":[635]},{"name":"DISPID_ICECursorButtonDown","features":[635]},{"name":"DISPID_ICECursorButtonUp","features":[635]},{"name":"DISPID_ICECursorDown","features":[635]},{"name":"DISPID_ICECursorInRange","features":[635]},{"name":"DISPID_ICECursorOutOfRange","features":[635]},{"name":"DISPID_ICEGesture","features":[635]},{"name":"DISPID_ICENewInAirPackets","features":[635]},{"name":"DISPID_ICENewPackets","features":[635]},{"name":"DISPID_ICEStroke","features":[635]},{"name":"DISPID_ICESystemGesture","features":[635]},{"name":"DISPID_ICETabletAdded","features":[635]},{"name":"DISPID_ICETabletRemoved","features":[635]},{"name":"DISPID_ICEnabled","features":[635]},{"name":"DISPID_ICGetEventInterest","features":[635]},{"name":"DISPID_ICGetGestureStatus","features":[635]},{"name":"DISPID_ICGetWindowInputRectangle","features":[635]},{"name":"DISPID_ICHwnd","features":[635]},{"name":"DISPID_ICInk","features":[635]},{"name":"DISPID_ICMarginX","features":[635]},{"name":"DISPID_ICMarginY","features":[635]},{"name":"DISPID_ICMouseIcon","features":[635]},{"name":"DISPID_ICMousePointer","features":[635]},{"name":"DISPID_ICPaint","features":[635]},{"name":"DISPID_ICRenderer","features":[635]},{"name":"DISPID_ICSetAllTabletsMode","features":[635]},{"name":"DISPID_ICSetEventInterest","features":[635]},{"name":"DISPID_ICSetGestureStatus","features":[635]},{"name":"DISPID_ICSetSingleTabletIntegratedMode","features":[635]},{"name":"DISPID_ICSetWindowInputRectangle","features":[635]},{"name":"DISPID_ICSsAdd","features":[635]},{"name":"DISPID_ICSsClear","features":[635]},{"name":"DISPID_ICSsCount","features":[635]},{"name":"DISPID_ICSsItem","features":[635]},{"name":"DISPID_ICSsRemove","features":[635]},{"name":"DISPID_ICSs_NewEnum","features":[635]},{"name":"DISPID_ICSupportHighContrastInk","features":[635]},{"name":"DISPID_ICTablet","features":[635]},{"name":"DISPID_ICText","features":[635]},{"name":"DISPID_ICanPaste","features":[635]},{"name":"DISPID_IClip","features":[635]},{"name":"DISPID_IClipboardCopy","features":[635]},{"name":"DISPID_IClipboardCopyWithRectangle","features":[635]},{"name":"DISPID_IClipboardPaste","features":[635]},{"name":"DISPID_IClone","features":[635]},{"name":"DISPID_ICreateStroke","features":[635]},{"name":"DISPID_ICreateStrokeFromPoints","features":[635]},{"name":"DISPID_ICreateStrokes","features":[635]},{"name":"DISPID_ICsCount","features":[635]},{"name":"DISPID_ICsItem","features":[635]},{"name":"DISPID_ICs_NewEnum","features":[635]},{"name":"DISPID_ICsrButtons","features":[635]},{"name":"DISPID_ICsrDrawingAttributes","features":[635]},{"name":"DISPID_ICsrId","features":[635]},{"name":"DISPID_ICsrInverted","features":[635]},{"name":"DISPID_ICsrName","features":[635]},{"name":"DISPID_ICsrTablet","features":[635]},{"name":"DISPID_ICustomStrokes","features":[635]},{"name":"DISPID_IDeleteStroke","features":[635]},{"name":"DISPID_IDeleteStrokes","features":[635]},{"name":"DISPID_IDirty","features":[635]},{"name":"DISPID_IEInkAdded","features":[635]},{"name":"DISPID_IEInkDeleted","features":[635]},{"name":"DISPID_IEPData","features":[635]},{"name":"DISPID_IEPGuid","features":[635]},{"name":"DISPID_IEPsAdd","features":[635]},{"name":"DISPID_IEPsClear","features":[635]},{"name":"DISPID_IEPsCount","features":[635]},{"name":"DISPID_IEPsDoesPropertyExist","features":[635]},{"name":"DISPID_IEPsItem","features":[635]},{"name":"DISPID_IEPsRemove","features":[635]},{"name":"DISPID_IEPs_NewEnum","features":[635]},{"name":"DISPID_IExtendedProperties","features":[635]},{"name":"DISPID_IExtractStrokes","features":[635]},{"name":"DISPID_IExtractWithRectangle","features":[635]},{"name":"DISPID_IGConfidence","features":[635]},{"name":"DISPID_IGGetHotPoint","features":[635]},{"name":"DISPID_IGId","features":[635]},{"name":"DISPID_IGetBoundingBox","features":[635]},{"name":"DISPID_IHitTestCircle","features":[635]},{"name":"DISPID_IHitTestWithLasso","features":[635]},{"name":"DISPID_IHitTestWithRectangle","features":[635]},{"name":"DISPID_IInkDivider_Divide","features":[635]},{"name":"DISPID_IInkDivider_LineHeight","features":[635]},{"name":"DISPID_IInkDivider_RecognizerContext","features":[635]},{"name":"DISPID_IInkDivider_Strokes","features":[635]},{"name":"DISPID_IInkDivisionResult_ResultByType","features":[635]},{"name":"DISPID_IInkDivisionResult_Strokes","features":[635]},{"name":"DISPID_IInkDivisionUnit_DivisionType","features":[635]},{"name":"DISPID_IInkDivisionUnit_RecognizedString","features":[635]},{"name":"DISPID_IInkDivisionUnit_RotationTransform","features":[635]},{"name":"DISPID_IInkDivisionUnit_Strokes","features":[635]},{"name":"DISPID_IInkDivisionUnits_Count","features":[635]},{"name":"DISPID_IInkDivisionUnits_Item","features":[635]},{"name":"DISPID_IInkDivisionUnits_NewEnum","features":[635]},{"name":"DISPID_ILoad","features":[635]},{"name":"DISPID_INearestPoint","features":[635]},{"name":"DISPID_IOAttachMode","features":[635]},{"name":"DISPID_IODraw","features":[635]},{"name":"DISPID_IOEPainted","features":[635]},{"name":"DISPID_IOEPainting","features":[635]},{"name":"DISPID_IOESelectionChanged","features":[635]},{"name":"DISPID_IOESelectionChanging","features":[635]},{"name":"DISPID_IOESelectionMoved","features":[635]},{"name":"DISPID_IOESelectionMoving","features":[635]},{"name":"DISPID_IOESelectionResized","features":[635]},{"name":"DISPID_IOESelectionResizing","features":[635]},{"name":"DISPID_IOEStrokesDeleted","features":[635]},{"name":"DISPID_IOEStrokesDeleting","features":[635]},{"name":"DISPID_IOEditingMode","features":[635]},{"name":"DISPID_IOEraserMode","features":[635]},{"name":"DISPID_IOEraserWidth","features":[635]},{"name":"DISPID_IOHitTestSelection","features":[635]},{"name":"DISPID_IOSelection","features":[635]},{"name":"DISPID_IOSupportHighContrastSelectionUI","features":[635]},{"name":"DISPID_IPBackColor","features":[635]},{"name":"DISPID_IPEChangeUICues","features":[635]},{"name":"DISPID_IPEClick","features":[635]},{"name":"DISPID_IPEDblClick","features":[635]},{"name":"DISPID_IPEInvalidated","features":[635]},{"name":"DISPID_IPEKeyDown","features":[635]},{"name":"DISPID_IPEKeyPress","features":[635]},{"name":"DISPID_IPEKeyUp","features":[635]},{"name":"DISPID_IPEMouseDown","features":[635]},{"name":"DISPID_IPEMouseEnter","features":[635]},{"name":"DISPID_IPEMouseHover","features":[635]},{"name":"DISPID_IPEMouseLeave","features":[635]},{"name":"DISPID_IPEMouseMove","features":[635]},{"name":"DISPID_IPEMouseUp","features":[635]},{"name":"DISPID_IPEMouseWheel","features":[635]},{"name":"DISPID_IPEResize","features":[635]},{"name":"DISPID_IPESizeChanged","features":[635]},{"name":"DISPID_IPESizeModeChanged","features":[635]},{"name":"DISPID_IPEStyleChanged","features":[635]},{"name":"DISPID_IPESystemColorsChanged","features":[635]},{"name":"DISPID_IPInkEnabled","features":[635]},{"name":"DISPID_IPPicture","features":[635]},{"name":"DISPID_IPSizeMode","features":[635]},{"name":"DISPID_IRBottom","features":[635]},{"name":"DISPID_IRData","features":[635]},{"name":"DISPID_IRDraw","features":[635]},{"name":"DISPID_IRDrawStroke","features":[635]},{"name":"DISPID_IRERecognition","features":[635]},{"name":"DISPID_IRERecognitionWithAlternates","features":[635]},{"name":"DISPID_IRGColumns","features":[635]},{"name":"DISPID_IRGDrawnBox","features":[635]},{"name":"DISPID_IRGGuideData","features":[635]},{"name":"DISPID_IRGMidline","features":[635]},{"name":"DISPID_IRGRows","features":[635]},{"name":"DISPID_IRGWritingBox","features":[635]},{"name":"DISPID_IRGetObjectTransform","features":[635]},{"name":"DISPID_IRGetRectangle","features":[635]},{"name":"DISPID_IRGetViewTransform","features":[635]},{"name":"DISPID_IRInkSpaceToPixel","features":[635]},{"name":"DISPID_IRInkSpaceToPixelFromPoints","features":[635]},{"name":"DISPID_IRLeft","features":[635]},{"name":"DISPID_IRMeasure","features":[635]},{"name":"DISPID_IRMeasureStroke","features":[635]},{"name":"DISPID_IRMove","features":[635]},{"name":"DISPID_IRPixelToInkSpace","features":[635]},{"name":"DISPID_IRPixelToInkSpaceFromPoints","features":[635]},{"name":"DISPID_IRRight","features":[635]},{"name":"DISPID_IRRotate","features":[635]},{"name":"DISPID_IRScale","features":[635]},{"name":"DISPID_IRSetObjectTransform","features":[635]},{"name":"DISPID_IRSetRectangle","features":[635]},{"name":"DISPID_IRSetViewTransform","features":[635]},{"name":"DISPID_IRTop","features":[635]},{"name":"DISPID_IRecoCtx2_EnabledUnicodeRanges","features":[635]},{"name":"DISPID_IRecoCtx_BackgroundRecognize","features":[635]},{"name":"DISPID_IRecoCtx_BackgroundRecognizeWithAlternates","features":[635]},{"name":"DISPID_IRecoCtx_CharacterAutoCompletionMode","features":[635]},{"name":"DISPID_IRecoCtx_Clone","features":[635]},{"name":"DISPID_IRecoCtx_EndInkInput","features":[635]},{"name":"DISPID_IRecoCtx_Factoid","features":[635]},{"name":"DISPID_IRecoCtx_Flags","features":[635]},{"name":"DISPID_IRecoCtx_Guide","features":[635]},{"name":"DISPID_IRecoCtx_IsStringSupported","features":[635]},{"name":"DISPID_IRecoCtx_PrefixText","features":[635]},{"name":"DISPID_IRecoCtx_Recognize","features":[635]},{"name":"DISPID_IRecoCtx_Recognizer","features":[635]},{"name":"DISPID_IRecoCtx_StopBackgroundRecognition","features":[635]},{"name":"DISPID_IRecoCtx_StopRecognition","features":[635]},{"name":"DISPID_IRecoCtx_Strokes","features":[635]},{"name":"DISPID_IRecoCtx_SuffixText","features":[635]},{"name":"DISPID_IRecoCtx_WordList","features":[635]},{"name":"DISPID_IRecosCount","features":[635]},{"name":"DISPID_IRecosGetDefaultRecognizer","features":[635]},{"name":"DISPID_IRecosItem","features":[635]},{"name":"DISPID_IRecos_NewEnum","features":[635]},{"name":"DISPID_ISDBezierCusps","features":[635]},{"name":"DISPID_ISDBezierPoints","features":[635]},{"name":"DISPID_ISDClip","features":[635]},{"name":"DISPID_ISDDeleted","features":[635]},{"name":"DISPID_ISDDrawingAttributes","features":[635]},{"name":"DISPID_ISDExtendedProperties","features":[635]},{"name":"DISPID_ISDFindIntersections","features":[635]},{"name":"DISPID_ISDGetBoundingBox","features":[635]},{"name":"DISPID_ISDGetFlattenedBezierPoints","features":[635]},{"name":"DISPID_ISDGetPacketData","features":[635]},{"name":"DISPID_ISDGetPacketDescriptionPropertyMetrics","features":[635]},{"name":"DISPID_ISDGetPacketValuesByProperty","features":[635]},{"name":"DISPID_ISDGetPoints","features":[635]},{"name":"DISPID_ISDGetRectangleIntersections","features":[635]},{"name":"DISPID_ISDHitTestCircle","features":[635]},{"name":"DISPID_ISDID","features":[635]},{"name":"DISPID_ISDInk","features":[635]},{"name":"DISPID_ISDInkIndex","features":[635]},{"name":"DISPID_ISDMove","features":[635]},{"name":"DISPID_ISDNearestPoint","features":[635]},{"name":"DISPID_ISDPacketCount","features":[635]},{"name":"DISPID_ISDPacketDescription","features":[635]},{"name":"DISPID_ISDPacketSize","features":[635]},{"name":"DISPID_ISDPolylineCusps","features":[635]},{"name":"DISPID_ISDRotate","features":[635]},{"name":"DISPID_ISDScale","features":[635]},{"name":"DISPID_ISDScaleToRectangle","features":[635]},{"name":"DISPID_ISDSelfIntersections","features":[635]},{"name":"DISPID_ISDSetPacketValuesByProperty","features":[635]},{"name":"DISPID_ISDSetPoints","features":[635]},{"name":"DISPID_ISDShear","features":[635]},{"name":"DISPID_ISDSplit","features":[635]},{"name":"DISPID_ISDTransform","features":[635]},{"name":"DISPID_ISave","features":[635]},{"name":"DISPID_ISsAdd","features":[635]},{"name":"DISPID_ISsAddStrokes","features":[635]},{"name":"DISPID_ISsClip","features":[635]},{"name":"DISPID_ISsCount","features":[635]},{"name":"DISPID_ISsGetBoundingBox","features":[635]},{"name":"DISPID_ISsInk","features":[635]},{"name":"DISPID_ISsItem","features":[635]},{"name":"DISPID_ISsModifyDrawingAttributes","features":[635]},{"name":"DISPID_ISsMove","features":[635]},{"name":"DISPID_ISsRecognitionResult","features":[635]},{"name":"DISPID_ISsRemove","features":[635]},{"name":"DISPID_ISsRemoveRecognitionResult","features":[635]},{"name":"DISPID_ISsRemoveStrokes","features":[635]},{"name":"DISPID_ISsRotate","features":[635]},{"name":"DISPID_ISsScale","features":[635]},{"name":"DISPID_ISsScaleToRectangle","features":[635]},{"name":"DISPID_ISsShear","features":[635]},{"name":"DISPID_ISsToString","features":[635]},{"name":"DISPID_ISsTransform","features":[635]},{"name":"DISPID_ISsValid","features":[635]},{"name":"DISPID_ISs_NewEnum","features":[635]},{"name":"DISPID_IStrokes","features":[635]},{"name":"DISPID_IT2DeviceKind","features":[635]},{"name":"DISPID_IT3IsMultiTouch","features":[635]},{"name":"DISPID_IT3MaximumCursors","features":[635]},{"name":"DISPID_ITData","features":[635]},{"name":"DISPID_ITGetTransform","features":[635]},{"name":"DISPID_ITHardwareCapabilities","features":[635]},{"name":"DISPID_ITIsPacketPropertySupported","features":[635]},{"name":"DISPID_ITMaximumInputRectangle","features":[635]},{"name":"DISPID_ITName","features":[635]},{"name":"DISPID_ITPlugAndPlayId","features":[635]},{"name":"DISPID_ITPropertyMetrics","features":[635]},{"name":"DISPID_ITReflect","features":[635]},{"name":"DISPID_ITReset","features":[635]},{"name":"DISPID_ITRotate","features":[635]},{"name":"DISPID_ITScale","features":[635]},{"name":"DISPID_ITSetTransform","features":[635]},{"name":"DISPID_ITShear","features":[635]},{"name":"DISPID_ITTranslate","features":[635]},{"name":"DISPID_ITeDx","features":[635]},{"name":"DISPID_ITeDy","features":[635]},{"name":"DISPID_ITeM11","features":[635]},{"name":"DISPID_ITeM12","features":[635]},{"name":"DISPID_ITeM21","features":[635]},{"name":"DISPID_ITeM22","features":[635]},{"name":"DISPID_ITsCount","features":[635]},{"name":"DISPID_ITsDefaultTablet","features":[635]},{"name":"DISPID_ITsIsPacketPropertySupported","features":[635]},{"name":"DISPID_ITsItem","features":[635]},{"name":"DISPID_ITs_NewEnum","features":[635]},{"name":"DISPID_IeeChange","features":[635]},{"name":"DISPID_IeeClick","features":[635]},{"name":"DISPID_IeeCursorDown","features":[635]},{"name":"DISPID_IeeDblClick","features":[635]},{"name":"DISPID_IeeGesture","features":[635]},{"name":"DISPID_IeeKeyDown","features":[635]},{"name":"DISPID_IeeKeyPress","features":[635]},{"name":"DISPID_IeeKeyUp","features":[635]},{"name":"DISPID_IeeMouseDown","features":[635]},{"name":"DISPID_IeeMouseMove","features":[635]},{"name":"DISPID_IeeMouseUp","features":[635]},{"name":"DISPID_IeeRecognitionResult","features":[635]},{"name":"DISPID_IeeSelChange","features":[635]},{"name":"DISPID_IeeStroke","features":[635]},{"name":"DISPID_Ink","features":[635]},{"name":"DISPID_InkCollector","features":[635]},{"name":"DISPID_InkCollectorEvent","features":[635]},{"name":"DISPID_InkCursor","features":[635]},{"name":"DISPID_InkCursorButton","features":[635]},{"name":"DISPID_InkCursorButtons","features":[635]},{"name":"DISPID_InkCursors","features":[635]},{"name":"DISPID_InkCustomStrokes","features":[635]},{"name":"DISPID_InkDivider","features":[635]},{"name":"DISPID_InkDivisionResult","features":[635]},{"name":"DISPID_InkDivisionUnit","features":[635]},{"name":"DISPID_InkDivisionUnits","features":[635]},{"name":"DISPID_InkDrawingAttributes","features":[635]},{"name":"DISPID_InkEdit","features":[635]},{"name":"DISPID_InkEditEvents","features":[635]},{"name":"DISPID_InkEvent","features":[635]},{"name":"DISPID_InkExtendedProperties","features":[635]},{"name":"DISPID_InkExtendedProperty","features":[635]},{"name":"DISPID_InkGesture","features":[635]},{"name":"DISPID_InkInsertMode","features":[635]},{"name":"DISPID_InkMode","features":[635]},{"name":"DISPID_InkRecoAlternate","features":[635]},{"name":"DISPID_InkRecoAlternate_AlternatesWithConstantPropertyValues","features":[635]},{"name":"DISPID_InkRecoAlternate_Ascender","features":[635]},{"name":"DISPID_InkRecoAlternate_Baseline","features":[635]},{"name":"DISPID_InkRecoAlternate_Confidence","features":[635]},{"name":"DISPID_InkRecoAlternate_ConfidenceAlternates","features":[635]},{"name":"DISPID_InkRecoAlternate_Descender","features":[635]},{"name":"DISPID_InkRecoAlternate_GetPropertyValue","features":[635]},{"name":"DISPID_InkRecoAlternate_GetStrokesFromStrokeRanges","features":[635]},{"name":"DISPID_InkRecoAlternate_GetStrokesFromTextRange","features":[635]},{"name":"DISPID_InkRecoAlternate_GetTextRangeFromStrokes","features":[635]},{"name":"DISPID_InkRecoAlternate_LineAlternates","features":[635]},{"name":"DISPID_InkRecoAlternate_LineNumber","features":[635]},{"name":"DISPID_InkRecoAlternate_Midline","features":[635]},{"name":"DISPID_InkRecoAlternate_String","features":[635]},{"name":"DISPID_InkRecoAlternate_Strokes","features":[635]},{"name":"DISPID_InkRecoContext","features":[635]},{"name":"DISPID_InkRecoContext2","features":[635]},{"name":"DISPID_InkRecognitionAlternates","features":[635]},{"name":"DISPID_InkRecognitionAlternates_Count","features":[635]},{"name":"DISPID_InkRecognitionAlternates_Item","features":[635]},{"name":"DISPID_InkRecognitionAlternates_NewEnum","features":[635]},{"name":"DISPID_InkRecognitionAlternates_Strokes","features":[635]},{"name":"DISPID_InkRecognitionEvent","features":[635]},{"name":"DISPID_InkRecognitionResult","features":[635]},{"name":"DISPID_InkRecognitionResult_AlternatesFromSelection","features":[635]},{"name":"DISPID_InkRecognitionResult_ModifyTopAlternate","features":[635]},{"name":"DISPID_InkRecognitionResult_SetResultOnStrokes","features":[635]},{"name":"DISPID_InkRecognitionResult_Strokes","features":[635]},{"name":"DISPID_InkRecognitionResult_TopAlternate","features":[635]},{"name":"DISPID_InkRecognitionResult_TopConfidence","features":[635]},{"name":"DISPID_InkRecognitionResult_TopString","features":[635]},{"name":"DISPID_InkRecognizer","features":[635]},{"name":"DISPID_InkRecognizer2","features":[635]},{"name":"DISPID_InkRecognizerGuide","features":[635]},{"name":"DISPID_InkRecognizers","features":[635]},{"name":"DISPID_InkRectangle","features":[635]},{"name":"DISPID_InkRenderer","features":[635]},{"name":"DISPID_InkStrokeDisp","features":[635]},{"name":"DISPID_InkStrokes","features":[635]},{"name":"DISPID_InkTablet","features":[635]},{"name":"DISPID_InkTablet2","features":[635]},{"name":"DISPID_InkTablet3","features":[635]},{"name":"DISPID_InkTablets","features":[635]},{"name":"DISPID_InkTransform","features":[635]},{"name":"DISPID_InkWordList","features":[635]},{"name":"DISPID_InkWordList2","features":[635]},{"name":"DISPID_InkWordList2_AddWords","features":[635]},{"name":"DISPID_InkWordList_AddWord","features":[635]},{"name":"DISPID_InkWordList_Merge","features":[635]},{"name":"DISPID_InkWordList_RemoveWord","features":[635]},{"name":"DISPID_Locked","features":[635]},{"name":"DISPID_MICClear","features":[635]},{"name":"DISPID_MICClose","features":[635]},{"name":"DISPID_MICInsert","features":[635]},{"name":"DISPID_MICPaint","features":[635]},{"name":"DISPID_MathInputControlEvents","features":[635]},{"name":"DISPID_MaxLength","features":[635]},{"name":"DISPID_MultiLine","features":[635]},{"name":"DISPID_PIPAttachedEditWindow","features":[635]},{"name":"DISPID_PIPAutoShow","features":[635]},{"name":"DISPID_PIPBusy","features":[635]},{"name":"DISPID_PIPCommitPendingInput","features":[635]},{"name":"DISPID_PIPCurrentPanel","features":[635]},{"name":"DISPID_PIPDefaultPanel","features":[635]},{"name":"DISPID_PIPEInputFailed","features":[635]},{"name":"DISPID_PIPEPanelChanged","features":[635]},{"name":"DISPID_PIPEPanelMoving","features":[635]},{"name":"DISPID_PIPEVisibleChanged","features":[635]},{"name":"DISPID_PIPEnableTsf","features":[635]},{"name":"DISPID_PIPFactoid","features":[635]},{"name":"DISPID_PIPHeight","features":[635]},{"name":"DISPID_PIPHorizontalOffset","features":[635]},{"name":"DISPID_PIPLeft","features":[635]},{"name":"DISPID_PIPMoveTo","features":[635]},{"name":"DISPID_PIPRefresh","features":[635]},{"name":"DISPID_PIPTop","features":[635]},{"name":"DISPID_PIPVerticalOffset","features":[635]},{"name":"DISPID_PIPVisible","features":[635]},{"name":"DISPID_PIPWidth","features":[635]},{"name":"DISPID_PenInputPanel","features":[635]},{"name":"DISPID_PenInputPanelEvents","features":[635]},{"name":"DISPID_RTSelLength","features":[635]},{"name":"DISPID_RTSelStart","features":[635]},{"name":"DISPID_RTSelText","features":[635]},{"name":"DISPID_RecoCapabilities","features":[635]},{"name":"DISPID_RecoClsid","features":[635]},{"name":"DISPID_RecoCreateRecognizerContext","features":[635]},{"name":"DISPID_RecoId","features":[635]},{"name":"DISPID_RecoLanguageID","features":[635]},{"name":"DISPID_RecoName","features":[635]},{"name":"DISPID_RecoPreferredPacketDescription","features":[635]},{"name":"DISPID_RecoSupportedProperties","features":[635]},{"name":"DISPID_RecoTimeout","features":[635]},{"name":"DISPID_RecoUnicodeRanges","features":[635]},{"name":"DISPID_RecoVendor","features":[635]},{"name":"DISPID_Recognize","features":[635]},{"name":"DISPID_Recognizer","features":[635]},{"name":"DISPID_Refresh","features":[635]},{"name":"DISPID_SEStrokesAdded","features":[635]},{"name":"DISPID_SEStrokesRemoved","features":[635]},{"name":"DISPID_ScrollBars","features":[635]},{"name":"DISPID_SelAlignment","features":[635]},{"name":"DISPID_SelBold","features":[635]},{"name":"DISPID_SelCharOffset","features":[635]},{"name":"DISPID_SelColor","features":[635]},{"name":"DISPID_SelFontName","features":[635]},{"name":"DISPID_SelFontSize","features":[635]},{"name":"DISPID_SelInk","features":[635]},{"name":"DISPID_SelInksDisplayMode","features":[635]},{"name":"DISPID_SelItalic","features":[635]},{"name":"DISPID_SelRTF","features":[635]},{"name":"DISPID_SelUnderline","features":[635]},{"name":"DISPID_SetGestStatus","features":[635]},{"name":"DISPID_Status","features":[635]},{"name":"DISPID_StrokeEvent","features":[635]},{"name":"DISPID_Text","features":[635]},{"name":"DISPID_TextRTF","features":[635]},{"name":"DISPID_UseMouseForInput","features":[635]},{"name":"DYNAMIC_RENDERER_CACHED_DATA","features":[635]},{"name":"DestroyContext","features":[635]},{"name":"DestroyRecognizer","features":[635]},{"name":"DestroyWordList","features":[635]},{"name":"DockedBottom","features":[635]},{"name":"DockedTop","features":[635]},{"name":"DynamicRenderer","features":[635]},{"name":"EM_GETDRAWATTR","features":[635]},{"name":"EM_GETFACTOID","features":[635]},{"name":"EM_GETGESTURESTATUS","features":[635]},{"name":"EM_GETINKINSERTMODE","features":[635]},{"name":"EM_GETINKMODE","features":[635]},{"name":"EM_GETMOUSEICON","features":[635]},{"name":"EM_GETMOUSEPOINTER","features":[635]},{"name":"EM_GETRECOGNIZER","features":[635]},{"name":"EM_GETRECOTIMEOUT","features":[635]},{"name":"EM_GETSELINK","features":[635]},{"name":"EM_GETSELINKDISPLAYMODE","features":[635]},{"name":"EM_GETSTATUS","features":[635]},{"name":"EM_GETUSEMOUSEFORINPUT","features":[635]},{"name":"EM_RECOGNIZE","features":[635]},{"name":"EM_SETDRAWATTR","features":[635]},{"name":"EM_SETFACTOID","features":[635]},{"name":"EM_SETGESTURESTATUS","features":[635]},{"name":"EM_SETINKINSERTMODE","features":[635]},{"name":"EM_SETINKMODE","features":[635]},{"name":"EM_SETMOUSEICON","features":[635]},{"name":"EM_SETMOUSEPOINTER","features":[635]},{"name":"EM_SETRECOGNIZER","features":[635]},{"name":"EM_SETRECOTIMEOUT","features":[635]},{"name":"EM_SETSELINK","features":[635]},{"name":"EM_SETSELINKDISPLAYMODE","features":[635]},{"name":"EM_SETUSEMOUSEFORINPUT","features":[635]},{"name":"EndInkInput","features":[635]},{"name":"EventMask","features":[635]},{"name":"EventMask_All","features":[635]},{"name":"EventMask_CorrectionModeChanged","features":[635]},{"name":"EventMask_CorrectionModeChanging","features":[635]},{"name":"EventMask_InPlaceSizeChanged","features":[635]},{"name":"EventMask_InPlaceSizeChanging","features":[635]},{"name":"EventMask_InPlaceStateChanged","features":[635]},{"name":"EventMask_InPlaceStateChanging","features":[635]},{"name":"EventMask_InPlaceVisibilityChanged","features":[635]},{"name":"EventMask_InPlaceVisibilityChanging","features":[635]},{"name":"EventMask_InputAreaChanged","features":[635]},{"name":"EventMask_InputAreaChanging","features":[635]},{"name":"EventMask_TextInserted","features":[635]},{"name":"EventMask_TextInserting","features":[635]},{"name":"FACILITY_INK","features":[635]},{"name":"FACTOID_BOPOMOFO","features":[635]},{"name":"FACTOID_CHINESESIMPLECOMMON","features":[635]},{"name":"FACTOID_CHINESETRADITIONALCOMMON","features":[635]},{"name":"FACTOID_CURRENCY","features":[635]},{"name":"FACTOID_DATE","features":[635]},{"name":"FACTOID_DEFAULT","features":[635]},{"name":"FACTOID_DIGIT","features":[635]},{"name":"FACTOID_EMAIL","features":[635]},{"name":"FACTOID_FILENAME","features":[635]},{"name":"FACTOID_HANGULCOMMON","features":[635]},{"name":"FACTOID_HANGULRARE","features":[635]},{"name":"FACTOID_HIRAGANA","features":[635]},{"name":"FACTOID_JAMO","features":[635]},{"name":"FACTOID_JAPANESECOMMON","features":[635]},{"name":"FACTOID_KANJICOMMON","features":[635]},{"name":"FACTOID_KANJIRARE","features":[635]},{"name":"FACTOID_KATAKANA","features":[635]},{"name":"FACTOID_KOREANCOMMON","features":[635]},{"name":"FACTOID_LOWERCHAR","features":[635]},{"name":"FACTOID_NONE","features":[635]},{"name":"FACTOID_NUMBER","features":[635]},{"name":"FACTOID_NUMBERSIMPLE","features":[635]},{"name":"FACTOID_ONECHAR","features":[635]},{"name":"FACTOID_PERCENT","features":[635]},{"name":"FACTOID_POSTALCODE","features":[635]},{"name":"FACTOID_PUNCCHAR","features":[635]},{"name":"FACTOID_SYSTEMDICTIONARY","features":[635]},{"name":"FACTOID_TELEPHONE","features":[635]},{"name":"FACTOID_TIME","features":[635]},{"name":"FACTOID_UPPERCHAR","features":[635]},{"name":"FACTOID_WEB","features":[635]},{"name":"FACTOID_WORDLIST","features":[635]},{"name":"FLICKACTION_COMMANDCODE","features":[635]},{"name":"FLICKACTION_COMMANDCODE_APPCOMMAND","features":[635]},{"name":"FLICKACTION_COMMANDCODE_CUSTOMKEY","features":[635]},{"name":"FLICKACTION_COMMANDCODE_KEYMODIFIER","features":[635]},{"name":"FLICKACTION_COMMANDCODE_NULL","features":[635]},{"name":"FLICKACTION_COMMANDCODE_SCROLL","features":[635]},{"name":"FLICKDIRECTION","features":[635]},{"name":"FLICKDIRECTION_DOWN","features":[635]},{"name":"FLICKDIRECTION_DOWNLEFT","features":[635]},{"name":"FLICKDIRECTION_DOWNRIGHT","features":[635]},{"name":"FLICKDIRECTION_INVALID","features":[635]},{"name":"FLICKDIRECTION_LEFT","features":[635]},{"name":"FLICKDIRECTION_MIN","features":[635]},{"name":"FLICKDIRECTION_RIGHT","features":[635]},{"name":"FLICKDIRECTION_UP","features":[635]},{"name":"FLICKDIRECTION_UPLEFT","features":[635]},{"name":"FLICKDIRECTION_UPRIGHT","features":[635]},{"name":"FLICKMODE","features":[635]},{"name":"FLICKMODE_DEFAULT","features":[635]},{"name":"FLICKMODE_LEARNING","features":[635]},{"name":"FLICKMODE_MAX","features":[635]},{"name":"FLICKMODE_MIN","features":[635]},{"name":"FLICKMODE_OFF","features":[635]},{"name":"FLICKMODE_ON","features":[635]},{"name":"FLICK_DATA","features":[635]},{"name":"FLICK_POINT","features":[635]},{"name":"FLICK_WM_HANDLED_MASK","features":[635]},{"name":"Floating","features":[635]},{"name":"GESTURE_ARROW_DOWN","features":[635]},{"name":"GESTURE_ARROW_LEFT","features":[635]},{"name":"GESTURE_ARROW_RIGHT","features":[635]},{"name":"GESTURE_ARROW_UP","features":[635]},{"name":"GESTURE_ASTERISK","features":[635]},{"name":"GESTURE_BRACE_LEFT","features":[635]},{"name":"GESTURE_BRACE_OVER","features":[635]},{"name":"GESTURE_BRACE_RIGHT","features":[635]},{"name":"GESTURE_BRACE_UNDER","features":[635]},{"name":"GESTURE_BRACKET_LEFT","features":[635]},{"name":"GESTURE_BRACKET_OVER","features":[635]},{"name":"GESTURE_BRACKET_RIGHT","features":[635]},{"name":"GESTURE_BRACKET_UNDER","features":[635]},{"name":"GESTURE_BULLET","features":[635]},{"name":"GESTURE_BULLET_CROSS","features":[635]},{"name":"GESTURE_CHECK","features":[635]},{"name":"GESTURE_CHEVRON_DOWN","features":[635]},{"name":"GESTURE_CHEVRON_LEFT","features":[635]},{"name":"GESTURE_CHEVRON_RIGHT","features":[635]},{"name":"GESTURE_CHEVRON_UP","features":[635]},{"name":"GESTURE_CIRCLE","features":[635]},{"name":"GESTURE_CIRCLE_CIRCLE","features":[635]},{"name":"GESTURE_CIRCLE_CROSS","features":[635]},{"name":"GESTURE_CIRCLE_LINE_HORZ","features":[635]},{"name":"GESTURE_CIRCLE_LINE_VERT","features":[635]},{"name":"GESTURE_CIRCLE_TAP","features":[635]},{"name":"GESTURE_CLOSEUP","features":[635]},{"name":"GESTURE_CROSS","features":[635]},{"name":"GESTURE_CURLICUE","features":[635]},{"name":"GESTURE_DATA","features":[635]},{"name":"GESTURE_DIAGONAL_LEFTDOWN","features":[635]},{"name":"GESTURE_DIAGONAL_LEFTUP","features":[635]},{"name":"GESTURE_DIAGONAL_RIGHTDOWN","features":[635]},{"name":"GESTURE_DIAGONAL_RIGHTUP","features":[635]},{"name":"GESTURE_DIGIT_0","features":[635]},{"name":"GESTURE_DIGIT_1","features":[635]},{"name":"GESTURE_DIGIT_2","features":[635]},{"name":"GESTURE_DIGIT_3","features":[635]},{"name":"GESTURE_DIGIT_4","features":[635]},{"name":"GESTURE_DIGIT_5","features":[635]},{"name":"GESTURE_DIGIT_6","features":[635]},{"name":"GESTURE_DIGIT_7","features":[635]},{"name":"GESTURE_DIGIT_8","features":[635]},{"name":"GESTURE_DIGIT_9","features":[635]},{"name":"GESTURE_DOLLAR","features":[635]},{"name":"GESTURE_DOUBLE_ARROW_DOWN","features":[635]},{"name":"GESTURE_DOUBLE_ARROW_LEFT","features":[635]},{"name":"GESTURE_DOUBLE_ARROW_RIGHT","features":[635]},{"name":"GESTURE_DOUBLE_ARROW_UP","features":[635]},{"name":"GESTURE_DOUBLE_CIRCLE","features":[635]},{"name":"GESTURE_DOUBLE_CURLICUE","features":[635]},{"name":"GESTURE_DOUBLE_DOWN","features":[635]},{"name":"GESTURE_DOUBLE_LEFT","features":[635]},{"name":"GESTURE_DOUBLE_RIGHT","features":[635]},{"name":"GESTURE_DOUBLE_TAP","features":[635]},{"name":"GESTURE_DOUBLE_UP","features":[635]},{"name":"GESTURE_DOWN","features":[635]},{"name":"GESTURE_DOWN_ARROW_LEFT","features":[635]},{"name":"GESTURE_DOWN_ARROW_RIGHT","features":[635]},{"name":"GESTURE_DOWN_LEFT","features":[635]},{"name":"GESTURE_DOWN_LEFT_LONG","features":[635]},{"name":"GESTURE_DOWN_RIGHT","features":[635]},{"name":"GESTURE_DOWN_RIGHT_LONG","features":[635]},{"name":"GESTURE_DOWN_UP","features":[635]},{"name":"GESTURE_EXCLAMATION","features":[635]},{"name":"GESTURE_INFINITY","features":[635]},{"name":"GESTURE_LEFT","features":[635]},{"name":"GESTURE_LEFT_ARROW_DOWN","features":[635]},{"name":"GESTURE_LEFT_ARROW_UP","features":[635]},{"name":"GESTURE_LEFT_DOWN","features":[635]},{"name":"GESTURE_LEFT_RIGHT","features":[635]},{"name":"GESTURE_LEFT_UP","features":[635]},{"name":"GESTURE_LETTER_A","features":[635]},{"name":"GESTURE_LETTER_B","features":[635]},{"name":"GESTURE_LETTER_C","features":[635]},{"name":"GESTURE_LETTER_D","features":[635]},{"name":"GESTURE_LETTER_E","features":[635]},{"name":"GESTURE_LETTER_F","features":[635]},{"name":"GESTURE_LETTER_G","features":[635]},{"name":"GESTURE_LETTER_H","features":[635]},{"name":"GESTURE_LETTER_I","features":[635]},{"name":"GESTURE_LETTER_J","features":[635]},{"name":"GESTURE_LETTER_K","features":[635]},{"name":"GESTURE_LETTER_L","features":[635]},{"name":"GESTURE_LETTER_M","features":[635]},{"name":"GESTURE_LETTER_N","features":[635]},{"name":"GESTURE_LETTER_O","features":[635]},{"name":"GESTURE_LETTER_P","features":[635]},{"name":"GESTURE_LETTER_Q","features":[635]},{"name":"GESTURE_LETTER_R","features":[635]},{"name":"GESTURE_LETTER_S","features":[635]},{"name":"GESTURE_LETTER_T","features":[635]},{"name":"GESTURE_LETTER_U","features":[635]},{"name":"GESTURE_LETTER_V","features":[635]},{"name":"GESTURE_LETTER_W","features":[635]},{"name":"GESTURE_LETTER_X","features":[635]},{"name":"GESTURE_LETTER_Y","features":[635]},{"name":"GESTURE_LETTER_Z","features":[635]},{"name":"GESTURE_NULL","features":[635]},{"name":"GESTURE_OPENUP","features":[635]},{"name":"GESTURE_PARAGRAPH","features":[635]},{"name":"GESTURE_PLUS","features":[635]},{"name":"GESTURE_QUAD_TAP","features":[635]},{"name":"GESTURE_QUESTION","features":[635]},{"name":"GESTURE_RECTANGLE","features":[635]},{"name":"GESTURE_RIGHT","features":[635]},{"name":"GESTURE_RIGHT_ARROW_DOWN","features":[635]},{"name":"GESTURE_RIGHT_ARROW_UP","features":[635]},{"name":"GESTURE_RIGHT_DOWN","features":[635]},{"name":"GESTURE_RIGHT_LEFT","features":[635]},{"name":"GESTURE_RIGHT_UP","features":[635]},{"name":"GESTURE_SCRATCHOUT","features":[635]},{"name":"GESTURE_SECTION","features":[635]},{"name":"GESTURE_SEMICIRCLE_LEFT","features":[635]},{"name":"GESTURE_SEMICIRCLE_RIGHT","features":[635]},{"name":"GESTURE_SHARP","features":[635]},{"name":"GESTURE_SQUARE","features":[635]},{"name":"GESTURE_SQUIGGLE","features":[635]},{"name":"GESTURE_STAR","features":[635]},{"name":"GESTURE_SWAP","features":[635]},{"name":"GESTURE_TAP","features":[635]},{"name":"GESTURE_TRIANGLE","features":[635]},{"name":"GESTURE_TRIPLE_DOWN","features":[635]},{"name":"GESTURE_TRIPLE_LEFT","features":[635]},{"name":"GESTURE_TRIPLE_RIGHT","features":[635]},{"name":"GESTURE_TRIPLE_TAP","features":[635]},{"name":"GESTURE_TRIPLE_UP","features":[635]},{"name":"GESTURE_UP","features":[635]},{"name":"GESTURE_UP_ARROW_LEFT","features":[635]},{"name":"GESTURE_UP_ARROW_RIGHT","features":[635]},{"name":"GESTURE_UP_DOWN","features":[635]},{"name":"GESTURE_UP_LEFT","features":[635]},{"name":"GESTURE_UP_LEFT_LONG","features":[635]},{"name":"GESTURE_UP_RIGHT","features":[635]},{"name":"GESTURE_UP_RIGHT_LONG","features":[635]},{"name":"GET_DANDIDATE_FLAGS","features":[635]},{"name":"GUID_DYNAMIC_RENDERER_CACHED_DATA","features":[635]},{"name":"GUID_GESTURE_DATA","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_ALTITUDE_ORIENTATION","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_AZIMUTH_ORIENTATION","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_BUTTON_PRESSURE","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_DEVICE_CONTACT_ID","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_FINGERCONTACTCONFIDENCE","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_HEIGHT","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_NORMAL_PRESSURE","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_PACKET_STATUS","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_PITCH_ROTATION","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_ROLL_ROTATION","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_SERIAL_NUMBER","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_TANGENT_PRESSURE","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_TIMER_TICK","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_TWIST_ORIENTATION","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_WIDTH","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_X","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_X_TILT_ORIENTATION","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_Y","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_YAW_ROTATION","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_Y_TILT_ORIENTATION","features":[635]},{"name":"GUID_PACKETPROPERTY_GUID_Z","features":[635]},{"name":"GestureRecognizer","features":[635]},{"name":"GetAllRecognizers","features":[635]},{"name":"GetBestResultString","features":[635]},{"name":"GetLatticePtr","features":[635]},{"name":"GetLeftSeparator","features":[635]},{"name":"GetRecoAttributes","features":[635]},{"name":"GetResultPropertyList","features":[635]},{"name":"GetRightSeparator","features":[635]},{"name":"GetUnicodeRanges","features":[635]},{"name":"HRECOALT","features":[635]},{"name":"HRECOCONTEXT","features":[635]},{"name":"HRECOGNIZER","features":[635]},{"name":"HRECOLATTICE","features":[635]},{"name":"HRECOWORDLIST","features":[635]},{"name":"HandwrittenTextInsertion","features":[635]},{"name":"IAG_AllGestures","features":[635]},{"name":"IAG_ArrowDown","features":[635]},{"name":"IAG_ArrowLeft","features":[635]},{"name":"IAG_ArrowRight","features":[635]},{"name":"IAG_ArrowUp","features":[635]},{"name":"IAG_Check","features":[635]},{"name":"IAG_ChevronDown","features":[635]},{"name":"IAG_ChevronLeft","features":[635]},{"name":"IAG_ChevronRight","features":[635]},{"name":"IAG_ChevronUp","features":[635]},{"name":"IAG_Circle","features":[635]},{"name":"IAG_Curlicue","features":[635]},{"name":"IAG_DoubleCircle","features":[635]},{"name":"IAG_DoubleCurlicue","features":[635]},{"name":"IAG_DoubleTap","features":[635]},{"name":"IAG_Down","features":[635]},{"name":"IAG_DownLeft","features":[635]},{"name":"IAG_DownLeftLong","features":[635]},{"name":"IAG_DownRight","features":[635]},{"name":"IAG_DownRightLong","features":[635]},{"name":"IAG_DownUp","features":[635]},{"name":"IAG_Exclamation","features":[635]},{"name":"IAG_Left","features":[635]},{"name":"IAG_LeftDown","features":[635]},{"name":"IAG_LeftRight","features":[635]},{"name":"IAG_LeftUp","features":[635]},{"name":"IAG_NoGesture","features":[635]},{"name":"IAG_Right","features":[635]},{"name":"IAG_RightDown","features":[635]},{"name":"IAG_RightLeft","features":[635]},{"name":"IAG_RightUp","features":[635]},{"name":"IAG_Scratchout","features":[635]},{"name":"IAG_SemiCircleLeft","features":[635]},{"name":"IAG_SemiCircleRight","features":[635]},{"name":"IAG_Square","features":[635]},{"name":"IAG_Star","features":[635]},{"name":"IAG_Tap","features":[635]},{"name":"IAG_Triangle","features":[635]},{"name":"IAG_Up","features":[635]},{"name":"IAG_UpDown","features":[635]},{"name":"IAG_UpLeft","features":[635]},{"name":"IAG_UpLeftLong","features":[635]},{"name":"IAG_UpRight","features":[635]},{"name":"IAG_UpRightLong","features":[635]},{"name":"IBBM_CurveFit","features":[635]},{"name":"IBBM_Default","features":[635]},{"name":"IBBM_NoCurveFit","features":[635]},{"name":"IBBM_PointsOnly","features":[635]},{"name":"IBBM_Union","features":[635]},{"name":"ICBS_Down","features":[635]},{"name":"ICBS_Unavailable","features":[635]},{"name":"ICBS_Up","features":[635]},{"name":"ICB_Copy","features":[635]},{"name":"ICB_Cut","features":[635]},{"name":"ICB_Default","features":[635]},{"name":"ICB_DelayedCopy","features":[635]},{"name":"ICB_ExtractOnly","features":[635]},{"name":"ICEI_AllEvents","features":[635]},{"name":"ICEI_CursorButtonDown","features":[635]},{"name":"ICEI_CursorButtonUp","features":[635]},{"name":"ICEI_CursorDown","features":[635]},{"name":"ICEI_CursorInRange","features":[635]},{"name":"ICEI_CursorOutOfRange","features":[635]},{"name":"ICEI_DblClick","features":[635]},{"name":"ICEI_DefaultEvents","features":[635]},{"name":"ICEI_MouseDown","features":[635]},{"name":"ICEI_MouseMove","features":[635]},{"name":"ICEI_MouseUp","features":[635]},{"name":"ICEI_MouseWheel","features":[635]},{"name":"ICEI_NewInAirPackets","features":[635]},{"name":"ICEI_NewPackets","features":[635]},{"name":"ICEI_Stroke","features":[635]},{"name":"ICEI_SystemGesture","features":[635]},{"name":"ICEI_TabletAdded","features":[635]},{"name":"ICEI_TabletRemoved","features":[635]},{"name":"ICF_Bitmap","features":[635]},{"name":"ICF_CopyMask","features":[635]},{"name":"ICF_Default","features":[635]},{"name":"ICF_EnhancedMetafile","features":[635]},{"name":"ICF_InkSerializedFormat","features":[635]},{"name":"ICF_Metafile","features":[635]},{"name":"ICF_None","features":[635]},{"name":"ICF_PasteMask","features":[635]},{"name":"ICF_SketchInk","features":[635]},{"name":"ICF_TextInk","features":[635]},{"name":"ICM_GestureOnly","features":[635]},{"name":"ICM_InkAndGesture","features":[635]},{"name":"ICM_InkOnly","features":[635]},{"name":"IDM_Ink","features":[635]},{"name":"IDM_Text","features":[635]},{"name":"IDT_Drawing","features":[635]},{"name":"IDT_Line","features":[635]},{"name":"IDT_Paragraph","features":[635]},{"name":"IDT_Segment","features":[635]},{"name":"IDynamicRenderer","features":[635]},{"name":"IECN_GESTURE","features":[635]},{"name":"IECN_RECOGNITIONRESULT","features":[635]},{"name":"IECN_STROKE","features":[635]},{"name":"IECN__BASE","features":[635]},{"name":"IEC_GESTUREINFO","features":[307,358,359,360,357,635]},{"name":"IEC_RECOGNITIONRESULTINFO","features":[307,358,357,635]},{"name":"IEC_STROKEINFO","features":[307,358,357,635]},{"name":"IEC__BASE","features":[635]},{"name":"IEF_CopyFromOriginal","features":[635]},{"name":"IEF_Default","features":[635]},{"name":"IEF_RemoveFromOriginal","features":[635]},{"name":"IEM_Disabled","features":[635]},{"name":"IEM_Ink","features":[635]},{"name":"IEM_InkAndGesture","features":[635]},{"name":"IEM_InsertInk","features":[635]},{"name":"IEM_InsertText","features":[635]},{"name":"IES_Collecting","features":[635]},{"name":"IES_Idle","features":[635]},{"name":"IES_Recognizing","features":[635]},{"name":"IGestureRecognizer","features":[635]},{"name":"IHandwrittenTextInsertion","features":[635]},{"name":"IInk","features":[358,635]},{"name":"IInkCollector","features":[358,635]},{"name":"IInkCursor","features":[358,635]},{"name":"IInkCursorButton","features":[358,635]},{"name":"IInkCursorButtons","features":[358,635]},{"name":"IInkCursors","features":[358,635]},{"name":"IInkCustomStrokes","features":[358,635]},{"name":"IInkDisp","features":[358,635]},{"name":"IInkDivider","features":[358,635]},{"name":"IInkDivisionResult","features":[358,635]},{"name":"IInkDivisionUnit","features":[358,635]},{"name":"IInkDivisionUnits","features":[358,635]},{"name":"IInkDrawingAttributes","features":[358,635]},{"name":"IInkEdit","features":[358,635]},{"name":"IInkExtendedProperties","features":[358,635]},{"name":"IInkExtendedProperty","features":[358,635]},{"name":"IInkGesture","features":[358,635]},{"name":"IInkLineInfo","features":[635]},{"name":"IInkOverlay","features":[358,635]},{"name":"IInkPicture","features":[358,635]},{"name":"IInkRecognitionAlternate","features":[358,635]},{"name":"IInkRecognitionAlternates","features":[358,635]},{"name":"IInkRecognitionResult","features":[358,635]},{"name":"IInkRecognizer","features":[358,635]},{"name":"IInkRecognizer2","features":[358,635]},{"name":"IInkRecognizerContext","features":[358,635]},{"name":"IInkRecognizerContext2","features":[358,635]},{"name":"IInkRecognizerGuide","features":[358,635]},{"name":"IInkRecognizers","features":[358,635]},{"name":"IInkRectangle","features":[358,635]},{"name":"IInkRenderer","features":[358,635]},{"name":"IInkStrokeDisp","features":[358,635]},{"name":"IInkStrokes","features":[358,635]},{"name":"IInkTablet","features":[358,635]},{"name":"IInkTablet2","features":[358,635]},{"name":"IInkTablet3","features":[358,635]},{"name":"IInkTablets","features":[358,635]},{"name":"IInkTransform","features":[358,635]},{"name":"IInkWordList","features":[358,635]},{"name":"IInkWordList2","features":[358,635]},{"name":"IInputPanelWindowHandle","features":[635]},{"name":"IKM_Alt","features":[635]},{"name":"IKM_Control","features":[635]},{"name":"IKM_Shift","features":[635]},{"name":"IMF_BOLD","features":[635]},{"name":"IMF_FONT_SELECTED_IN_HDC","features":[635]},{"name":"IMF_ITALIC","features":[635]},{"name":"IMF_Left","features":[635]},{"name":"IMF_Middle","features":[635]},{"name":"IMF_Right","features":[635]},{"name":"IMP_Arrow","features":[635]},{"name":"IMP_ArrowHourglass","features":[635]},{"name":"IMP_ArrowQuestion","features":[635]},{"name":"IMP_Crosshair","features":[635]},{"name":"IMP_Custom","features":[635]},{"name":"IMP_Default","features":[635]},{"name":"IMP_Hand","features":[635]},{"name":"IMP_Hourglass","features":[635]},{"name":"IMP_Ibeam","features":[635]},{"name":"IMP_NoDrop","features":[635]},{"name":"IMP_SizeAll","features":[635]},{"name":"IMP_SizeNESW","features":[635]},{"name":"IMP_SizeNS","features":[635]},{"name":"IMP_SizeNWSE","features":[635]},{"name":"IMP_SizeWE","features":[635]},{"name":"IMP_UpArrow","features":[635]},{"name":"IMathInputControl","features":[358,635]},{"name":"INKEDIT_CLASS","features":[635]},{"name":"INKEDIT_CLASSW","features":[635]},{"name":"INKMETRIC","features":[307,635]},{"name":"INKRECOGNITIONPROPERTY_BOXNUMBER","features":[635]},{"name":"INKRECOGNITIONPROPERTY_CONFIDENCELEVEL","features":[635]},{"name":"INKRECOGNITIONPROPERTY_HOTPOINT","features":[635]},{"name":"INKRECOGNITIONPROPERTY_LINEMETRICS","features":[635]},{"name":"INKRECOGNITIONPROPERTY_LINENUMBER","features":[635]},{"name":"INKRECOGNITIONPROPERTY_MAXIMUMSTROKECOUNT","features":[635]},{"name":"INKRECOGNITIONPROPERTY_POINTSPERINCH","features":[635]},{"name":"INKRECOGNITIONPROPERTY_SEGMENTATION","features":[635]},{"name":"INK_METRIC_FLAGS","features":[635]},{"name":"INK_SERIALIZED_FORMAT","features":[635]},{"name":"IOAM_Behind","features":[635]},{"name":"IOAM_InFront","features":[635]},{"name":"IOEM_Delete","features":[635]},{"name":"IOEM_Ink","features":[635]},{"name":"IOEM_Select","features":[635]},{"name":"IOERM_PointErase","features":[635]},{"name":"IOERM_StrokeErase","features":[635]},{"name":"IPCM_Default","features":[635]},{"name":"IPCM_MaximumCompression","features":[635]},{"name":"IPCM_NoCompression","features":[635]},{"name":"IPF_Base64GIF","features":[635]},{"name":"IPF_Base64InkSerializedFormat","features":[635]},{"name":"IPF_GIF","features":[635]},{"name":"IPF_InkSerializedFormat","features":[635]},{"name":"IPSM_AutoSize","features":[635]},{"name":"IPSM_CenterImage","features":[635]},{"name":"IPSM_Normal","features":[635]},{"name":"IPSM_StretchImage","features":[635]},{"name":"IPT_Ball","features":[635]},{"name":"IPT_Rectangle","features":[635]},{"name":"IP_CURSOR_DOWN","features":[635]},{"name":"IP_INVERTED","features":[635]},{"name":"IP_MARGIN","features":[635]},{"name":"IPenInputPanel","features":[358,635]},{"name":"IRAS_All","features":[635]},{"name":"IRAS_DefaultCount","features":[635]},{"name":"IRAS_Start","features":[635]},{"name":"IRCACM_Full","features":[635]},{"name":"IRCACM_Prefix","features":[635]},{"name":"IRCACM_Random","features":[635]},{"name":"IRC_AdviseInkChange","features":[635]},{"name":"IRC_Alpha","features":[635]},{"name":"IRC_ArbitraryAngle","features":[635]},{"name":"IRC_Beta","features":[635]},{"name":"IRC_BoxedInput","features":[635]},{"name":"IRC_CharacterAutoCompletionInput","features":[635]},{"name":"IRC_Cursive","features":[635]},{"name":"IRC_DontCare","features":[635]},{"name":"IRC_DownAndLeft","features":[635]},{"name":"IRC_DownAndRight","features":[635]},{"name":"IRC_FreeInput","features":[635]},{"name":"IRC_Intermediate","features":[635]},{"name":"IRC_Lattice","features":[635]},{"name":"IRC_LeftAndDown","features":[635]},{"name":"IRC_LinedInput","features":[635]},{"name":"IRC_Object","features":[635]},{"name":"IRC_Personalizable","features":[635]},{"name":"IRC_Poor","features":[635]},{"name":"IRC_PrefersArbitraryAngle","features":[635]},{"name":"IRC_PrefersParagraphBreaking","features":[635]},{"name":"IRC_PrefersSegmentation","features":[635]},{"name":"IRC_RightAndDown","features":[635]},{"name":"IRC_StrokeReorder","features":[635]},{"name":"IRC_Strong","features":[635]},{"name":"IRC_TextPrediction","features":[635]},{"name":"IRM_AutoSpace","features":[635]},{"name":"IRM_Coerce","features":[635]},{"name":"IRM_DisablePersonalization","features":[635]},{"name":"IRM_LineMode","features":[635]},{"name":"IRM_Max","features":[635]},{"name":"IRM_None","features":[635]},{"name":"IRM_PrefixOk","features":[635]},{"name":"IRM_TopInkBreaksOnly","features":[635]},{"name":"IRM_WordModeOnly","features":[635]},{"name":"IRO_Black","features":[635]},{"name":"IRO_CopyPen","features":[635]},{"name":"IRO_MaskNotPen","features":[635]},{"name":"IRO_MaskPen","features":[635]},{"name":"IRO_MaskPenNot","features":[635]},{"name":"IRO_MergeNotPen","features":[635]},{"name":"IRO_MergePen","features":[635]},{"name":"IRO_MergePenNot","features":[635]},{"name":"IRO_NoOperation","features":[635]},{"name":"IRO_Not","features":[635]},{"name":"IRO_NotCopyPen","features":[635]},{"name":"IRO_NotMaskPen","features":[635]},{"name":"IRO_NotMergePen","features":[635]},{"name":"IRO_NotXOrPen","features":[635]},{"name":"IRO_White","features":[635]},{"name":"IRO_XOrPen","features":[635]},{"name":"IRS_InkAddedFailed","features":[635]},{"name":"IRS_Interrupted","features":[635]},{"name":"IRS_NoError","features":[635]},{"name":"IRS_ProcessFailed","features":[635]},{"name":"IRS_SetAutoCompletionModeFailed","features":[635]},{"name":"IRS_SetFactoidFailed","features":[635]},{"name":"IRS_SetFlagsFailed","features":[635]},{"name":"IRS_SetGuideFailed","features":[635]},{"name":"IRS_SetPrefixSuffixFailed","features":[635]},{"name":"IRS_SetStrokesFailed","features":[635]},{"name":"IRS_SetWordListFailed","features":[635]},{"name":"IRealTimeStylus","features":[635]},{"name":"IRealTimeStylus2","features":[635]},{"name":"IRealTimeStylus3","features":[635]},{"name":"IRealTimeStylusSynchronization","features":[635]},{"name":"ISC_AllElements","features":[635]},{"name":"ISC_FirstElement","features":[635]},{"name":"ISG_DoubleTap","features":[635]},{"name":"ISG_Drag","features":[635]},{"name":"ISG_Flick","features":[635]},{"name":"ISG_HoldEnter","features":[635]},{"name":"ISG_HoldLeave","features":[635]},{"name":"ISG_HoverEnter","features":[635]},{"name":"ISG_HoverLeave","features":[635]},{"name":"ISG_RightDrag","features":[635]},{"name":"ISG_RightTap","features":[635]},{"name":"ISG_Tap","features":[635]},{"name":"ISketchInk","features":[358,635]},{"name":"IStrokeBuilder","features":[635]},{"name":"IStylusAsyncPlugin","features":[635]},{"name":"IStylusPlugin","features":[635]},{"name":"IStylusSyncPlugin","features":[635]},{"name":"ITextInputPanel","features":[635]},{"name":"ITextInputPanelEventSink","features":[635]},{"name":"ITextInputPanelRunInfo","features":[635]},{"name":"ITipAutoCompleteClient","features":[635]},{"name":"ITipAutoCompleteProvider","features":[635]},{"name":"InPlace","features":[635]},{"name":"InPlaceDirection","features":[635]},{"name":"InPlaceDirection_Auto","features":[635]},{"name":"InPlaceDirection_Bottom","features":[635]},{"name":"InPlaceDirection_Top","features":[635]},{"name":"InPlaceState","features":[635]},{"name":"InPlaceState_Auto","features":[635]},{"name":"InPlaceState_Expanded","features":[635]},{"name":"InPlaceState_HoverTarget","features":[635]},{"name":"Ink","features":[635]},{"name":"InkApplicationGesture","features":[635]},{"name":"InkBoundingBoxMode","features":[635]},{"name":"InkClipboardFormats","features":[635]},{"name":"InkClipboardModes","features":[635]},{"name":"InkCollectionMode","features":[635]},{"name":"InkCollector","features":[635]},{"name":"InkCollectorClipInkToMargin","features":[635]},{"name":"InkCollectorDefaultMargin","features":[635]},{"name":"InkCollectorEventInterest","features":[635]},{"name":"InkCursorButtonState","features":[635]},{"name":"InkDisp","features":[635]},{"name":"InkDisplayMode","features":[635]},{"name":"InkDivider","features":[635]},{"name":"InkDivisionType","features":[635]},{"name":"InkDrawingAttributes","features":[635]},{"name":"InkEdit","features":[635]},{"name":"InkEditStatus","features":[635]},{"name":"InkExtractFlags","features":[635]},{"name":"InkInsertMode","features":[635]},{"name":"InkMaxTransparencyValue","features":[635]},{"name":"InkMinTransparencyValue","features":[635]},{"name":"InkMode","features":[635]},{"name":"InkMouseButton","features":[635]},{"name":"InkMousePointer","features":[635]},{"name":"InkOverlay","features":[635]},{"name":"InkOverlayAttachMode","features":[635]},{"name":"InkOverlayEditingMode","features":[635]},{"name":"InkOverlayEraserMode","features":[635]},{"name":"InkPenTip","features":[635]},{"name":"InkPersistenceCompressionMode","features":[635]},{"name":"InkPersistenceFormat","features":[635]},{"name":"InkPicture","features":[635]},{"name":"InkPictureSizeMode","features":[635]},{"name":"InkRasterOperation","features":[635]},{"name":"InkRecoGuide","features":[307,635]},{"name":"InkRecognitionAlternatesSelection","features":[635]},{"name":"InkRecognitionConfidence","features":[635]},{"name":"InkRecognitionModes","features":[635]},{"name":"InkRecognitionStatus","features":[635]},{"name":"InkRecognizerCapabilities","features":[635]},{"name":"InkRecognizerCharacterAutoCompletionMode","features":[635]},{"name":"InkRecognizerContext","features":[635]},{"name":"InkRecognizerGuide","features":[635]},{"name":"InkRecognizers","features":[635]},{"name":"InkRectangle","features":[635]},{"name":"InkRenderer","features":[635]},{"name":"InkSelectionConstants","features":[635]},{"name":"InkShiftKeyModifierFlags","features":[635]},{"name":"InkStrokes","features":[635]},{"name":"InkSystemGesture","features":[635]},{"name":"InkTablets","features":[635]},{"name":"InkTransform","features":[635]},{"name":"InkWordList","features":[635]},{"name":"InteractionMode","features":[635]},{"name":"InteractionMode_DockedBottom","features":[635]},{"name":"InteractionMode_DockedTop","features":[635]},{"name":"InteractionMode_Floating","features":[635]},{"name":"InteractionMode_InPlace","features":[635]},{"name":"IsStringSupported","features":[635]},{"name":"KEYMODIFIER","features":[635]},{"name":"KEYMODIFIER_ALTGR","features":[635]},{"name":"KEYMODIFIER_CONTROL","features":[635]},{"name":"KEYMODIFIER_EXT","features":[635]},{"name":"KEYMODIFIER_MENU","features":[635]},{"name":"KEYMODIFIER_SHIFT","features":[635]},{"name":"KEYMODIFIER_WIN","features":[635]},{"name":"LATTICE_METRICS","features":[307,635]},{"name":"LEFT_BUTTON","features":[635]},{"name":"LINE_METRICS","features":[635]},{"name":"LINE_SEGMENT","features":[307,635]},{"name":"LM_ASCENDER","features":[635]},{"name":"LM_BASELINE","features":[635]},{"name":"LM_DESCENDER","features":[635]},{"name":"LM_MIDLINE","features":[635]},{"name":"LoadCachedAttributes","features":[635]},{"name":"MAX_FRIENDLYNAME","features":[635]},{"name":"MAX_LANGUAGES","features":[635]},{"name":"MAX_PACKET_BUTTON_COUNT","features":[635]},{"name":"MAX_PACKET_PROPERTY_COUNT","features":[635]},{"name":"MAX_VENDORNAME","features":[635]},{"name":"MICROSOFT_PENINPUT_PANEL_PROPERTY_T","features":[635]},{"name":"MICROSOFT_TIP_COMBOBOXLIST_PROPERTY","features":[635]},{"name":"MICROSOFT_TIP_NO_INSERT_BUTTON_PROPERTY","features":[635]},{"name":"MICROSOFT_TIP_OPENING_MSG","features":[635]},{"name":"MICROSOFT_URL_EXPERIENCE_PROPERTY","features":[635]},{"name":"MICUIELEMENT","features":[635]},{"name":"MICUIELEMENTSTATE","features":[635]},{"name":"MICUIELEMENTSTATE_DISABLED","features":[635]},{"name":"MICUIELEMENTSTATE_HOT","features":[635]},{"name":"MICUIELEMENTSTATE_NORMAL","features":[635]},{"name":"MICUIELEMENTSTATE_PRESSED","features":[635]},{"name":"MICUIELEMENT_BUTTON_CANCEL","features":[635]},{"name":"MICUIELEMENT_BUTTON_CLEAR","features":[635]},{"name":"MICUIELEMENT_BUTTON_CORRECT","features":[635]},{"name":"MICUIELEMENT_BUTTON_ERASE","features":[635]},{"name":"MICUIELEMENT_BUTTON_INSERT","features":[635]},{"name":"MICUIELEMENT_BUTTON_REDO","features":[635]},{"name":"MICUIELEMENT_BUTTON_UNDO","features":[635]},{"name":"MICUIELEMENT_BUTTON_WRITE","features":[635]},{"name":"MICUIELEMENT_INKPANEL_BACKGROUND","features":[635]},{"name":"MICUIELEMENT_RESULTPANEL_BACKGROUND","features":[635]},{"name":"MIDDLE_BUTTON","features":[635]},{"name":"MakeWordList","features":[635]},{"name":"MathInputControl","features":[635]},{"name":"MouseButton","features":[635]},{"name":"NO_BUTTON","features":[635]},{"name":"NUM_FLICK_DIRECTIONS","features":[635]},{"name":"PACKET_DESCRIPTION","features":[635]},{"name":"PACKET_PROPERTY","features":[635]},{"name":"PROPERTY_METRICS","features":[635]},{"name":"PROPERTY_UNITS","features":[635]},{"name":"PROPERTY_UNITS_AMPERE","features":[635]},{"name":"PROPERTY_UNITS_CANDELA","features":[635]},{"name":"PROPERTY_UNITS_CENTIMETERS","features":[635]},{"name":"PROPERTY_UNITS_DEFAULT","features":[635]},{"name":"PROPERTY_UNITS_DEGREES","features":[635]},{"name":"PROPERTY_UNITS_ENGLINEAR","features":[635]},{"name":"PROPERTY_UNITS_ENGROTATION","features":[635]},{"name":"PROPERTY_UNITS_FAHRENHEIT","features":[635]},{"name":"PROPERTY_UNITS_GRAMS","features":[635]},{"name":"PROPERTY_UNITS_INCHES","features":[635]},{"name":"PROPERTY_UNITS_KELVIN","features":[635]},{"name":"PROPERTY_UNITS_POUNDS","features":[635]},{"name":"PROPERTY_UNITS_RADIANS","features":[635]},{"name":"PROPERTY_UNITS_SECONDS","features":[635]},{"name":"PROPERTY_UNITS_SILINEAR","features":[635]},{"name":"PROPERTY_UNITS_SIROTATION","features":[635]},{"name":"PROPERTY_UNITS_SLUGS","features":[635]},{"name":"PT_Default","features":[635]},{"name":"PT_Handwriting","features":[635]},{"name":"PT_Inactive","features":[635]},{"name":"PT_Keyboard","features":[635]},{"name":"PanelInputArea","features":[635]},{"name":"PanelInputArea_Auto","features":[635]},{"name":"PanelInputArea_CharacterPad","features":[635]},{"name":"PanelInputArea_Keyboard","features":[635]},{"name":"PanelInputArea_WritingPad","features":[635]},{"name":"PanelType","features":[635]},{"name":"PenInputPanel","features":[635]},{"name":"PenInputPanel_Internal","features":[635]},{"name":"PfnRecoCallback","features":[635]},{"name":"Process","features":[307,635]},{"name":"RECOCONF_HIGHCONFIDENCE","features":[635]},{"name":"RECOCONF_LOWCONFIDENCE","features":[635]},{"name":"RECOCONF_MEDIUMCONFIDENCE","features":[635]},{"name":"RECOCONF_NOTSET","features":[635]},{"name":"RECOFLAG_AUTOSPACE","features":[635]},{"name":"RECOFLAG_COERCE","features":[635]},{"name":"RECOFLAG_DISABLEPERSONALIZATION","features":[635]},{"name":"RECOFLAG_LINEMODE","features":[635]},{"name":"RECOFLAG_PREFIXOK","features":[635]},{"name":"RECOFLAG_SINGLESEG","features":[635]},{"name":"RECOFLAG_WORDMODE","features":[635]},{"name":"RECO_ATTRS","features":[635]},{"name":"RECO_GUIDE","features":[635]},{"name":"RECO_LATTICE","features":[635]},{"name":"RECO_LATTICE_COLUMN","features":[635]},{"name":"RECO_LATTICE_ELEMENT","features":[635]},{"name":"RECO_LATTICE_PROPERTIES","features":[635]},{"name":"RECO_LATTICE_PROPERTY","features":[635]},{"name":"RECO_RANGE","features":[635]},{"name":"RECO_TYPE","features":[635]},{"name":"RECO_TYPE_WCHAR","features":[635]},{"name":"RECO_TYPE_WSTRING","features":[635]},{"name":"RF_ADVISEINKCHANGE","features":[635]},{"name":"RF_ARBITRARY_ANGLE","features":[635]},{"name":"RF_BOXED_INPUT","features":[635]},{"name":"RF_CAC_INPUT","features":[635]},{"name":"RF_DONTCARE","features":[635]},{"name":"RF_DOWN_AND_LEFT","features":[635]},{"name":"RF_DOWN_AND_RIGHT","features":[635]},{"name":"RF_FREE_INPUT","features":[635]},{"name":"RF_LATTICE","features":[635]},{"name":"RF_LEFT_AND_DOWN","features":[635]},{"name":"RF_LINED_INPUT","features":[635]},{"name":"RF_OBJECT","features":[635]},{"name":"RF_PERFORMSLINEBREAKING","features":[635]},{"name":"RF_PERSONALIZABLE","features":[635]},{"name":"RF_REQUIRESSEGMENTATIONBREAKING","features":[635]},{"name":"RF_RIGHT_AND_DOWN","features":[635]},{"name":"RF_STROKEREORDER","features":[635]},{"name":"RIGHT_BUTTON","features":[635]},{"name":"RTSDI_AllData","features":[635]},{"name":"RTSDI_CustomStylusDataAdded","features":[635]},{"name":"RTSDI_DefaultEvents","features":[635]},{"name":"RTSDI_Error","features":[635]},{"name":"RTSDI_InAirPackets","features":[635]},{"name":"RTSDI_None","features":[635]},{"name":"RTSDI_Packets","features":[635]},{"name":"RTSDI_RealTimeStylusDisabled","features":[635]},{"name":"RTSDI_RealTimeStylusEnabled","features":[635]},{"name":"RTSDI_StylusButtonDown","features":[635]},{"name":"RTSDI_StylusButtonUp","features":[635]},{"name":"RTSDI_StylusDown","features":[635]},{"name":"RTSDI_StylusInRange","features":[635]},{"name":"RTSDI_StylusNew","features":[635]},{"name":"RTSDI_StylusOutOfRange","features":[635]},{"name":"RTSDI_StylusUp","features":[635]},{"name":"RTSDI_SystemEvents","features":[635]},{"name":"RTSDI_TabletAdded","features":[635]},{"name":"RTSDI_TabletRemoved","features":[635]},{"name":"RTSDI_UpdateMapping","features":[635]},{"name":"RTSLT_AsyncEventLock","features":[635]},{"name":"RTSLT_AsyncObjLock","features":[635]},{"name":"RTSLT_ExcludeCallback","features":[635]},{"name":"RTSLT_ObjLock","features":[635]},{"name":"RTSLT_SyncEventLock","features":[635]},{"name":"RTSLT_SyncObjLock","features":[635]},{"name":"RealTimeStylus","features":[635]},{"name":"RealTimeStylusDataInterest","features":[635]},{"name":"RealTimeStylusLockType","features":[635]},{"name":"SAFE_PARTIAL","features":[635]},{"name":"SCROLLDIRECTION","features":[635]},{"name":"SCROLLDIRECTION_DOWN","features":[635]},{"name":"SCROLLDIRECTION_UP","features":[635]},{"name":"SHR_E","features":[635]},{"name":"SHR_N","features":[635]},{"name":"SHR_NE","features":[635]},{"name":"SHR_NW","features":[635]},{"name":"SHR_None","features":[635]},{"name":"SHR_S","features":[635]},{"name":"SHR_SE","features":[635]},{"name":"SHR_SW","features":[635]},{"name":"SHR_Selection","features":[635]},{"name":"SHR_W","features":[635]},{"name":"STROKE_RANGE","features":[635]},{"name":"STR_GUID_ALTITUDEORIENTATION","features":[635]},{"name":"STR_GUID_AZIMUTHORIENTATION","features":[635]},{"name":"STR_GUID_BUTTONPRESSURE","features":[635]},{"name":"STR_GUID_DEVICE_CONTACT_ID","features":[635]},{"name":"STR_GUID_FINGERCONTACTCONFIDENCE","features":[635]},{"name":"STR_GUID_HEIGHT","features":[635]},{"name":"STR_GUID_NORMALPRESSURE","features":[635]},{"name":"STR_GUID_PAKETSTATUS","features":[635]},{"name":"STR_GUID_PITCHROTATION","features":[635]},{"name":"STR_GUID_ROLLROTATION","features":[635]},{"name":"STR_GUID_SERIALNUMBER","features":[635]},{"name":"STR_GUID_TANGENTPRESSURE","features":[635]},{"name":"STR_GUID_TIMERTICK","features":[635]},{"name":"STR_GUID_TWISTORIENTATION","features":[635]},{"name":"STR_GUID_WIDTH","features":[635]},{"name":"STR_GUID_X","features":[635]},{"name":"STR_GUID_XTILTORIENTATION","features":[635]},{"name":"STR_GUID_Y","features":[635]},{"name":"STR_GUID_YAWROTATION","features":[635]},{"name":"STR_GUID_YTILTORIENTATION","features":[635]},{"name":"STR_GUID_Z","features":[635]},{"name":"SYSTEM_EVENT_DATA","features":[635]},{"name":"ScrollBarsConstants","features":[635]},{"name":"SelAlignmentConstants","features":[635]},{"name":"SelectionHitResult","features":[635]},{"name":"SetEnabledUnicodeRanges","features":[635]},{"name":"SetFactoid","features":[635]},{"name":"SetFlags","features":[635]},{"name":"SetGuide","features":[635]},{"name":"SetTextContext","features":[635]},{"name":"SetWordList","features":[635]},{"name":"SketchInk","features":[635]},{"name":"StrokeBuilder","features":[635]},{"name":"StylusInfo","features":[307,635]},{"name":"StylusQueue","features":[635]},{"name":"SyncStylusQueue","features":[635]},{"name":"TABLET_DISABLE_FLICKFALLBACKKEYS","features":[635]},{"name":"TABLET_DISABLE_FLICKS","features":[635]},{"name":"TABLET_DISABLE_PENBARRELFEEDBACK","features":[635]},{"name":"TABLET_DISABLE_PENTAPFEEDBACK","features":[635]},{"name":"TABLET_DISABLE_PRESSANDHOLD","features":[635]},{"name":"TABLET_DISABLE_SMOOTHSCROLLING","features":[635]},{"name":"TABLET_DISABLE_TOUCHSWITCH","features":[635]},{"name":"TABLET_DISABLE_TOUCHUIFORCEOFF","features":[635]},{"name":"TABLET_DISABLE_TOUCHUIFORCEON","features":[635]},{"name":"TABLET_ENABLE_FLICKLEARNINGMODE","features":[635]},{"name":"TABLET_ENABLE_FLICKSONCONTEXT","features":[635]},{"name":"TABLET_ENABLE_MULTITOUCHDATA","features":[635]},{"name":"TCF_ALLOW_RECOGNITION","features":[635]},{"name":"TCF_FORCE_RECOGNITION","features":[635]},{"name":"TDK_Mouse","features":[635]},{"name":"TDK_Pen","features":[635]},{"name":"TDK_Touch","features":[635]},{"name":"THWC_CursorMustTouch","features":[635]},{"name":"THWC_CursorsHavePhysicalIds","features":[635]},{"name":"THWC_HardProximity","features":[635]},{"name":"THWC_Integrated","features":[635]},{"name":"TPMU_Centimeters","features":[635]},{"name":"TPMU_Default","features":[635]},{"name":"TPMU_Degrees","features":[635]},{"name":"TPMU_Grams","features":[635]},{"name":"TPMU_Inches","features":[635]},{"name":"TPMU_Pounds","features":[635]},{"name":"TPMU_Radians","features":[635]},{"name":"TPMU_Seconds","features":[635]},{"name":"TabletDeviceKind","features":[635]},{"name":"TabletHardwareCapabilities","features":[635]},{"name":"TabletPropertyMetricUnit","features":[635]},{"name":"TextInputPanel","features":[635]},{"name":"TipAutoCompleteClient","features":[635]},{"name":"VisualState","features":[635]},{"name":"WM_TABLET_ADDED","features":[635]},{"name":"WM_TABLET_DEFBASE","features":[635]},{"name":"WM_TABLET_DELETED","features":[635]},{"name":"WM_TABLET_FLICK","features":[635]},{"name":"WM_TABLET_MAXOFFSET","features":[635]},{"name":"WM_TABLET_QUERYSYSTEMGESTURESTATUS","features":[635]},{"name":"_IInkCollectorEvents","features":[358,635]},{"name":"_IInkEditEvents","features":[358,635]},{"name":"_IInkEvents","features":[358,635]},{"name":"_IInkOverlayEvents","features":[358,635]},{"name":"_IInkPictureEvents","features":[358,635]},{"name":"_IInkRecognitionEvents","features":[358,635]},{"name":"_IInkStrokesEvents","features":[358,635]},{"name":"_IMathInputControlEvents","features":[358,635]},{"name":"_IPenInputPanelEvents","features":[358,635]},{"name":"rtfBoth","features":[635]},{"name":"rtfCenter","features":[635]},{"name":"rtfFixedSingle","features":[635]},{"name":"rtfFlat","features":[635]},{"name":"rtfHorizontal","features":[635]},{"name":"rtfLeft","features":[635]},{"name":"rtfNoBorder","features":[635]},{"name":"rtfNone","features":[635]},{"name":"rtfRight","features":[635]},{"name":"rtfThreeD","features":[635]},{"name":"rtfVertical","features":[635]}],"674":[{"name":"ANCHOR_CHANGE_HISTORY_FLAGS","features":[636]},{"name":"AccClientDocMgr","features":[636]},{"name":"AccDictionary","features":[636]},{"name":"AccServerDocMgr","features":[636]},{"name":"AccStore","features":[636]},{"name":"CAND_CANCELED","features":[636]},{"name":"CAND_FINALIZED","features":[636]},{"name":"CAND_SELECTED","features":[636]},{"name":"CLSID_TF_CategoryMgr","features":[636]},{"name":"CLSID_TF_ClassicLangBar","features":[636]},{"name":"CLSID_TF_DisplayAttributeMgr","features":[636]},{"name":"CLSID_TF_InputProcessorProfiles","features":[636]},{"name":"CLSID_TF_LangBarItemMgr","features":[636]},{"name":"CLSID_TF_LangBarMgr","features":[636]},{"name":"CLSID_TF_ThreadMgr","features":[636]},{"name":"CLSID_TF_TransitoryExtensionUIEntry","features":[636]},{"name":"CLSID_TsfServices","features":[636]},{"name":"DCM_FLAGS_CTFMON","features":[636]},{"name":"DCM_FLAGS_LOCALTHREADTSF","features":[636]},{"name":"DCM_FLAGS_TASKENG","features":[636]},{"name":"DoMsCtfMonitor","features":[307,636]},{"name":"DocWrap","features":[636]},{"name":"GETIF_DICTGRAM","features":[636]},{"name":"GETIF_RECOCONTEXT","features":[636]},{"name":"GETIF_RECOGNIZER","features":[636]},{"name":"GETIF_RECOGNIZERNOINIT","features":[636]},{"name":"GETIF_RESMGR","features":[636]},{"name":"GETIF_VOICE","features":[636]},{"name":"GET_TEXT_AND_PROPERTY_UPDATES_FLAGS","features":[636]},{"name":"GUID_APP_FUNCTIONPROVIDER","features":[636]},{"name":"GUID_COMPARTMENT_CONVERSIONMODEBIAS","features":[636]},{"name":"GUID_COMPARTMENT_EMPTYCONTEXT","features":[636]},{"name":"GUID_COMPARTMENT_ENABLED_PROFILES_UPDATED","features":[636]},{"name":"GUID_COMPARTMENT_HANDWRITING_OPENCLOSE","features":[636]},{"name":"GUID_COMPARTMENT_KEYBOARD_DISABLED","features":[636]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE","features":[636]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE_CONVERSION","features":[636]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE_SENTENCE","features":[636]},{"name":"GUID_COMPARTMENT_KEYBOARD_OPENCLOSE","features":[636]},{"name":"GUID_COMPARTMENT_SAPI_AUDIO","features":[636]},{"name":"GUID_COMPARTMENT_SPEECH_CFGMENU","features":[636]},{"name":"GUID_COMPARTMENT_SPEECH_DISABLED","features":[636]},{"name":"GUID_COMPARTMENT_SPEECH_GLOBALSTATE","features":[636]},{"name":"GUID_COMPARTMENT_SPEECH_OPENCLOSE","features":[636]},{"name":"GUID_COMPARTMENT_SPEECH_UI_STATUS","features":[636]},{"name":"GUID_COMPARTMENT_TIPUISTATUS","features":[636]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION","features":[636]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION_DOCUMENTMANAGER","features":[636]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION_PARENT","features":[636]},{"name":"GUID_INTEGRATIONSTYLE_SEARCHBOX","features":[636]},{"name":"GUID_LBI_INPUTMODE","features":[636]},{"name":"GUID_LBI_SAPILAYR_CFGMENUBUTTON","features":[636]},{"name":"GUID_MODEBIAS_CHINESE","features":[636]},{"name":"GUID_MODEBIAS_CONVERSATION","features":[636]},{"name":"GUID_MODEBIAS_DATETIME","features":[636]},{"name":"GUID_MODEBIAS_FILENAME","features":[636]},{"name":"GUID_MODEBIAS_FULLWIDTHALPHANUMERIC","features":[636]},{"name":"GUID_MODEBIAS_FULLWIDTHHANGUL","features":[636]},{"name":"GUID_MODEBIAS_HALFWIDTHKATAKANA","features":[636]},{"name":"GUID_MODEBIAS_HANGUL","features":[636]},{"name":"GUID_MODEBIAS_HIRAGANA","features":[636]},{"name":"GUID_MODEBIAS_KATAKANA","features":[636]},{"name":"GUID_MODEBIAS_NAME","features":[636]},{"name":"GUID_MODEBIAS_NONE","features":[636]},{"name":"GUID_MODEBIAS_NUMERIC","features":[636]},{"name":"GUID_MODEBIAS_READING","features":[636]},{"name":"GUID_MODEBIAS_URLHISTORY","features":[636]},{"name":"GUID_PROP_ATTRIBUTE","features":[636]},{"name":"GUID_PROP_COMPOSING","features":[636]},{"name":"GUID_PROP_INPUTSCOPE","features":[636]},{"name":"GUID_PROP_LANGID","features":[636]},{"name":"GUID_PROP_MODEBIAS","features":[636]},{"name":"GUID_PROP_READING","features":[636]},{"name":"GUID_PROP_TEXTOWNER","features":[636]},{"name":"GUID_PROP_TKB_ALTERNATES","features":[636]},{"name":"GUID_SYSTEM_FUNCTIONPROVIDER","features":[636]},{"name":"GUID_TFCAT_CATEGORY_OF_TIP","features":[636]},{"name":"GUID_TFCAT_DISPLAYATTRIBUTEPROPERTY","features":[636]},{"name":"GUID_TFCAT_DISPLAYATTRIBUTEPROVIDER","features":[636]},{"name":"GUID_TFCAT_PROPSTYLE_STATIC","features":[636]},{"name":"GUID_TFCAT_PROP_AUDIODATA","features":[636]},{"name":"GUID_TFCAT_PROP_INKDATA","features":[636]},{"name":"GUID_TFCAT_TIPCAP_COMLESS","features":[636]},{"name":"GUID_TFCAT_TIPCAP_DUALMODE","features":[636]},{"name":"GUID_TFCAT_TIPCAP_IMMERSIVEONLY","features":[636]},{"name":"GUID_TFCAT_TIPCAP_IMMERSIVESUPPORT","features":[636]},{"name":"GUID_TFCAT_TIPCAP_INPUTMODECOMPARTMENT","features":[636]},{"name":"GUID_TFCAT_TIPCAP_LOCALSERVER","features":[636]},{"name":"GUID_TFCAT_TIPCAP_SECUREMODE","features":[636]},{"name":"GUID_TFCAT_TIPCAP_SYSTRAYSUPPORT","features":[636]},{"name":"GUID_TFCAT_TIPCAP_TSF3","features":[636]},{"name":"GUID_TFCAT_TIPCAP_UIELEMENTENABLED","features":[636]},{"name":"GUID_TFCAT_TIPCAP_WOW16","features":[636]},{"name":"GUID_TFCAT_TIP_HANDWRITING","features":[636]},{"name":"GUID_TFCAT_TIP_KEYBOARD","features":[636]},{"name":"GUID_TFCAT_TIP_SPEECH","features":[636]},{"name":"GUID_TFCAT_TRANSITORYEXTENSIONUI","features":[636]},{"name":"GUID_TS_SERVICE_ACCESSIBLE","features":[636]},{"name":"GUID_TS_SERVICE_ACTIVEX","features":[636]},{"name":"GUID_TS_SERVICE_DATAOBJECT","features":[636]},{"name":"GXFPF_NEAREST","features":[636]},{"name":"GXFPF_ROUND_NEAREST","features":[636]},{"name":"IAccClientDocMgr","features":[636]},{"name":"IAccDictionary","features":[636]},{"name":"IAccServerDocMgr","features":[636]},{"name":"IAccStore","features":[636]},{"name":"IAnchor","features":[636]},{"name":"IClonableWrapper","features":[636]},{"name":"ICoCreateLocally","features":[636]},{"name":"ICoCreatedLocally","features":[636]},{"name":"IDocWrap","features":[636]},{"name":"IEnumITfCompositionView","features":[636]},{"name":"IEnumSpeechCommands","features":[636]},{"name":"IEnumTfCandidates","features":[636]},{"name":"IEnumTfContextViews","features":[636]},{"name":"IEnumTfContexts","features":[636]},{"name":"IEnumTfDisplayAttributeInfo","features":[636]},{"name":"IEnumTfDocumentMgrs","features":[636]},{"name":"IEnumTfFunctionProviders","features":[636]},{"name":"IEnumTfInputProcessorProfiles","features":[636]},{"name":"IEnumTfLangBarItems","features":[636]},{"name":"IEnumTfLanguageProfiles","features":[636]},{"name":"IEnumTfLatticeElements","features":[636]},{"name":"IEnumTfProperties","features":[636]},{"name":"IEnumTfPropertyValue","features":[636]},{"name":"IEnumTfRanges","features":[636]},{"name":"IEnumTfUIElements","features":[636]},{"name":"IInternalDocWrap","features":[636]},{"name":"ILMCM_CHECKLAYOUTANDTIPENABLED","features":[636]},{"name":"ILMCM_LANGUAGEBAROFF","features":[636]},{"name":"INSERT_TEXT_AT_SELECTION_FLAGS","features":[636]},{"name":"IS_ADDRESS_CITY","features":[636]},{"name":"IS_ADDRESS_COUNTRYNAME","features":[636]},{"name":"IS_ADDRESS_COUNTRYSHORTNAME","features":[636]},{"name":"IS_ADDRESS_FULLPOSTALADDRESS","features":[636]},{"name":"IS_ADDRESS_POSTALCODE","features":[636]},{"name":"IS_ADDRESS_STATEORPROVINCE","features":[636]},{"name":"IS_ADDRESS_STREET","features":[636]},{"name":"IS_ALPHANUMERIC_FULLWIDTH","features":[636]},{"name":"IS_ALPHANUMERIC_HALFWIDTH","features":[636]},{"name":"IS_ALPHANUMERIC_PIN","features":[636]},{"name":"IS_ALPHANUMERIC_PIN_SET","features":[636]},{"name":"IS_BOPOMOFO","features":[636]},{"name":"IS_CHAT","features":[636]},{"name":"IS_CHAT_WITHOUT_EMOJI","features":[636]},{"name":"IS_CHINESE_FULLWIDTH","features":[636]},{"name":"IS_CHINESE_HALFWIDTH","features":[636]},{"name":"IS_CURRENCY_AMOUNT","features":[636]},{"name":"IS_CURRENCY_AMOUNTANDSYMBOL","features":[636]},{"name":"IS_CURRENCY_CHINESE","features":[636]},{"name":"IS_DATE_DAY","features":[636]},{"name":"IS_DATE_DAYNAME","features":[636]},{"name":"IS_DATE_FULLDATE","features":[636]},{"name":"IS_DATE_MONTH","features":[636]},{"name":"IS_DATE_MONTHNAME","features":[636]},{"name":"IS_DATE_YEAR","features":[636]},{"name":"IS_DEFAULT","features":[636]},{"name":"IS_DIGITS","features":[636]},{"name":"IS_EMAILNAME_OR_ADDRESS","features":[636]},{"name":"IS_EMAIL_SMTPEMAILADDRESS","features":[636]},{"name":"IS_EMAIL_USERNAME","features":[636]},{"name":"IS_ENUMSTRING","features":[636]},{"name":"IS_FILE_FILENAME","features":[636]},{"name":"IS_FILE_FULLFILEPATH","features":[636]},{"name":"IS_FORMULA","features":[636]},{"name":"IS_FORMULA_NUMBER","features":[636]},{"name":"IS_HANGUL_FULLWIDTH","features":[636]},{"name":"IS_HANGUL_HALFWIDTH","features":[636]},{"name":"IS_HANJA","features":[636]},{"name":"IS_HIRAGANA","features":[636]},{"name":"IS_KATAKANA_FULLWIDTH","features":[636]},{"name":"IS_KATAKANA_HALFWIDTH","features":[636]},{"name":"IS_LOGINNAME","features":[636]},{"name":"IS_MAPS","features":[636]},{"name":"IS_NAME_OR_PHONENUMBER","features":[636]},{"name":"IS_NATIVE_SCRIPT","features":[636]},{"name":"IS_NUMBER","features":[636]},{"name":"IS_NUMBER_FULLWIDTH","features":[636]},{"name":"IS_NUMERIC_PASSWORD","features":[636]},{"name":"IS_NUMERIC_PIN","features":[636]},{"name":"IS_ONECHAR","features":[636]},{"name":"IS_PASSWORD","features":[636]},{"name":"IS_PERSONALNAME_FULLNAME","features":[636]},{"name":"IS_PERSONALNAME_GIVENNAME","features":[636]},{"name":"IS_PERSONALNAME_MIDDLENAME","features":[636]},{"name":"IS_PERSONALNAME_PREFIX","features":[636]},{"name":"IS_PERSONALNAME_SUFFIX","features":[636]},{"name":"IS_PERSONALNAME_SURNAME","features":[636]},{"name":"IS_PHRASELIST","features":[636]},{"name":"IS_PRIVATE","features":[636]},{"name":"IS_REGULAREXPRESSION","features":[636]},{"name":"IS_SEARCH","features":[636]},{"name":"IS_SEARCH_INCREMENTAL","features":[636]},{"name":"IS_SRGS","features":[636]},{"name":"IS_TELEPHONE_AREACODE","features":[636]},{"name":"IS_TELEPHONE_COUNTRYCODE","features":[636]},{"name":"IS_TELEPHONE_FULLTELEPHONENUMBER","features":[636]},{"name":"IS_TELEPHONE_LOCALNUMBER","features":[636]},{"name":"IS_TEXT","features":[636]},{"name":"IS_TIME_FULLTIME","features":[636]},{"name":"IS_TIME_HOUR","features":[636]},{"name":"IS_TIME_MINORSEC","features":[636]},{"name":"IS_URL","features":[636]},{"name":"IS_XML","features":[636]},{"name":"IS_YOMI","features":[636]},{"name":"ISpeechCommandProvider","features":[636]},{"name":"ITextStoreACP","features":[636]},{"name":"ITextStoreACP2","features":[636]},{"name":"ITextStoreACPEx","features":[636]},{"name":"ITextStoreACPServices","features":[636]},{"name":"ITextStoreACPSink","features":[636]},{"name":"ITextStoreACPSinkEx","features":[636]},{"name":"ITextStoreAnchor","features":[636]},{"name":"ITextStoreAnchorEx","features":[636]},{"name":"ITextStoreAnchorSink","features":[636]},{"name":"ITextStoreSinkAnchorEx","features":[636]},{"name":"ITfActiveLanguageProfileNotifySink","features":[636]},{"name":"ITfCandidateList","features":[636]},{"name":"ITfCandidateListUIElement","features":[636]},{"name":"ITfCandidateListUIElementBehavior","features":[636]},{"name":"ITfCandidateString","features":[636]},{"name":"ITfCategoryMgr","features":[636]},{"name":"ITfCleanupContextDurationSink","features":[636]},{"name":"ITfCleanupContextSink","features":[636]},{"name":"ITfClientId","features":[636]},{"name":"ITfCompartment","features":[636]},{"name":"ITfCompartmentEventSink","features":[636]},{"name":"ITfCompartmentMgr","features":[636]},{"name":"ITfComposition","features":[636]},{"name":"ITfCompositionSink","features":[636]},{"name":"ITfCompositionView","features":[636]},{"name":"ITfConfigureSystemKeystrokeFeed","features":[636]},{"name":"ITfContext","features":[636]},{"name":"ITfContextComposition","features":[636]},{"name":"ITfContextKeyEventSink","features":[636]},{"name":"ITfContextOwner","features":[636]},{"name":"ITfContextOwnerCompositionServices","features":[636]},{"name":"ITfContextOwnerCompositionSink","features":[636]},{"name":"ITfContextOwnerServices","features":[636]},{"name":"ITfContextView","features":[636]},{"name":"ITfCreatePropertyStore","features":[636]},{"name":"ITfDisplayAttributeInfo","features":[636]},{"name":"ITfDisplayAttributeMgr","features":[636]},{"name":"ITfDisplayAttributeNotifySink","features":[636]},{"name":"ITfDisplayAttributeProvider","features":[636]},{"name":"ITfDocumentMgr","features":[636]},{"name":"ITfEditRecord","features":[636]},{"name":"ITfEditSession","features":[636]},{"name":"ITfEditTransactionSink","features":[636]},{"name":"ITfFnAdviseText","features":[636]},{"name":"ITfFnBalloon","features":[636]},{"name":"ITfFnConfigure","features":[636]},{"name":"ITfFnConfigureRegisterEudc","features":[636]},{"name":"ITfFnConfigureRegisterWord","features":[636]},{"name":"ITfFnCustomSpeechCommand","features":[636]},{"name":"ITfFnGetLinguisticAlternates","features":[636]},{"name":"ITfFnGetPreferredTouchKeyboardLayout","features":[636]},{"name":"ITfFnGetSAPIObject","features":[636]},{"name":"ITfFnLMInternal","features":[636]},{"name":"ITfFnLMProcessor","features":[636]},{"name":"ITfFnLangProfileUtil","features":[636]},{"name":"ITfFnPlayBack","features":[636]},{"name":"ITfFnPropertyUIStatus","features":[636]},{"name":"ITfFnReconversion","features":[636]},{"name":"ITfFnSearchCandidateProvider","features":[636]},{"name":"ITfFnShowHelp","features":[636]},{"name":"ITfFunction","features":[636]},{"name":"ITfFunctionProvider","features":[636]},{"name":"ITfInputProcessorProfileActivationSink","features":[636]},{"name":"ITfInputProcessorProfileMgr","features":[636]},{"name":"ITfInputProcessorProfileSubstituteLayout","features":[636]},{"name":"ITfInputProcessorProfiles","features":[636]},{"name":"ITfInputProcessorProfilesEx","features":[636]},{"name":"ITfInputScope","features":[636]},{"name":"ITfInputScope2","features":[636]},{"name":"ITfInsertAtSelection","features":[636]},{"name":"ITfIntegratableCandidateListUIElement","features":[636]},{"name":"ITfKeyEventSink","features":[636]},{"name":"ITfKeyTraceEventSink","features":[636]},{"name":"ITfKeystrokeMgr","features":[636]},{"name":"ITfLMLattice","features":[636]},{"name":"ITfLangBarEventSink","features":[636]},{"name":"ITfLangBarItem","features":[636]},{"name":"ITfLangBarItemBalloon","features":[636]},{"name":"ITfLangBarItemBitmap","features":[636]},{"name":"ITfLangBarItemBitmapButton","features":[636]},{"name":"ITfLangBarItemButton","features":[636]},{"name":"ITfLangBarItemMgr","features":[636]},{"name":"ITfLangBarItemSink","features":[636]},{"name":"ITfLangBarMgr","features":[636]},{"name":"ITfLanguageProfileNotifySink","features":[636]},{"name":"ITfMSAAControl","features":[636]},{"name":"ITfMenu","features":[636]},{"name":"ITfMessagePump","features":[636]},{"name":"ITfMouseSink","features":[636]},{"name":"ITfMouseTracker","features":[636]},{"name":"ITfMouseTrackerACP","features":[636]},{"name":"ITfPersistentPropertyLoaderACP","features":[636]},{"name":"ITfPreservedKeyNotifySink","features":[636]},{"name":"ITfProperty","features":[636]},{"name":"ITfPropertyStore","features":[636]},{"name":"ITfQueryEmbedded","features":[636]},{"name":"ITfRange","features":[636]},{"name":"ITfRangeACP","features":[636]},{"name":"ITfRangeBackup","features":[636]},{"name":"ITfReadOnlyProperty","features":[636]},{"name":"ITfReadingInformationUIElement","features":[636]},{"name":"ITfReverseConversion","features":[636]},{"name":"ITfReverseConversionList","features":[636]},{"name":"ITfReverseConversionMgr","features":[636]},{"name":"ITfSource","features":[636]},{"name":"ITfSourceSingle","features":[636]},{"name":"ITfSpeechUIServer","features":[636]},{"name":"ITfStatusSink","features":[636]},{"name":"ITfSystemDeviceTypeLangBarItem","features":[636]},{"name":"ITfSystemLangBarItem","features":[636]},{"name":"ITfSystemLangBarItemSink","features":[636]},{"name":"ITfSystemLangBarItemText","features":[636]},{"name":"ITfTextEditSink","features":[636]},{"name":"ITfTextInputProcessor","features":[636]},{"name":"ITfTextInputProcessorEx","features":[636]},{"name":"ITfTextLayoutSink","features":[636]},{"name":"ITfThreadFocusSink","features":[636]},{"name":"ITfThreadMgr","features":[636]},{"name":"ITfThreadMgr2","features":[636]},{"name":"ITfThreadMgrEventSink","features":[636]},{"name":"ITfThreadMgrEx","features":[636]},{"name":"ITfToolTipUIElement","features":[636]},{"name":"ITfTransitoryExtensionSink","features":[636]},{"name":"ITfTransitoryExtensionUIElement","features":[636]},{"name":"ITfUIElement","features":[636]},{"name":"ITfUIElementMgr","features":[636]},{"name":"ITfUIElementSink","features":[636]},{"name":"IUIManagerEventSink","features":[636]},{"name":"IVersionInfo","features":[636]},{"name":"InitLocalMsCtfMonitor","features":[636]},{"name":"InputScope","features":[636]},{"name":"LANG_BAR_ITEM_ICON_MODE_FLAGS","features":[636]},{"name":"LIBID_MSAATEXTLib","features":[636]},{"name":"MSAAControl","features":[636]},{"name":"STYLE_ACTIVE_SELECTION","features":[636]},{"name":"STYLE_IMPLIED_SELECTION","features":[636]},{"name":"TEXT_STORE_CHANGE_FLAGS","features":[636]},{"name":"TEXT_STORE_LOCK_FLAGS","features":[636]},{"name":"TEXT_STORE_TEXT_CHANGE_FLAGS","features":[636]},{"name":"TF_AE_END","features":[636]},{"name":"TF_AE_NONE","features":[636]},{"name":"TF_AE_START","features":[636]},{"name":"TF_ANCHOR_END","features":[636]},{"name":"TF_ANCHOR_START","features":[636]},{"name":"TF_ATTR_CONVERTED","features":[636]},{"name":"TF_ATTR_FIXEDCONVERTED","features":[636]},{"name":"TF_ATTR_INPUT","features":[636]},{"name":"TF_ATTR_INPUT_ERROR","features":[636]},{"name":"TF_ATTR_OTHER","features":[636]},{"name":"TF_ATTR_TARGET_CONVERTED","features":[636]},{"name":"TF_ATTR_TARGET_NOTCONVERTED","features":[636]},{"name":"TF_CHAR_EMBEDDED","features":[636]},{"name":"TF_CLUIE_COUNT","features":[636]},{"name":"TF_CLUIE_CURRENTPAGE","features":[636]},{"name":"TF_CLUIE_DOCUMENTMGR","features":[636]},{"name":"TF_CLUIE_PAGEINDEX","features":[636]},{"name":"TF_CLUIE_SELECTION","features":[636]},{"name":"TF_CLUIE_STRING","features":[636]},{"name":"TF_COMMANDING_ENABLED","features":[636]},{"name":"TF_COMMANDING_ON","features":[636]},{"name":"TF_CONTEXT_EDIT_CONTEXT_FLAGS","features":[636]},{"name":"TF_CONVERSIONMODE_ALPHANUMERIC","features":[636]},{"name":"TF_CONVERSIONMODE_CHARCODE","features":[636]},{"name":"TF_CONVERSIONMODE_EUDC","features":[636]},{"name":"TF_CONVERSIONMODE_FIXED","features":[636]},{"name":"TF_CONVERSIONMODE_FULLSHAPE","features":[636]},{"name":"TF_CONVERSIONMODE_KATAKANA","features":[636]},{"name":"TF_CONVERSIONMODE_NATIVE","features":[636]},{"name":"TF_CONVERSIONMODE_NOCONVERSION","features":[636]},{"name":"TF_CONVERSIONMODE_ROMAN","features":[636]},{"name":"TF_CONVERSIONMODE_SOFTKEYBOARD","features":[636]},{"name":"TF_CONVERSIONMODE_SYMBOL","features":[636]},{"name":"TF_CT_COLORREF","features":[636]},{"name":"TF_CT_NONE","features":[636]},{"name":"TF_CT_SYSCOLOR","features":[636]},{"name":"TF_DA_ATTR_INFO","features":[636]},{"name":"TF_DA_COLOR","features":[307,636]},{"name":"TF_DA_COLORTYPE","features":[636]},{"name":"TF_DA_LINESTYLE","features":[636]},{"name":"TF_DEFAULT_SELECTION","features":[636]},{"name":"TF_DICTATION_ENABLED","features":[636]},{"name":"TF_DICTATION_ON","features":[636]},{"name":"TF_DISABLE_BALLOON","features":[636]},{"name":"TF_DISABLE_COMMANDING","features":[636]},{"name":"TF_DISABLE_DICTATION","features":[636]},{"name":"TF_DISABLE_SPEECH","features":[636]},{"name":"TF_DISPLAYATTRIBUTE","features":[307,636]},{"name":"TF_DTLBI_NONE","features":[636]},{"name":"TF_DTLBI_USEPROFILEICON","features":[636]},{"name":"TF_ENABLE_PROCESS_ATOM","features":[636]},{"name":"TF_ES_ASYNC","features":[636]},{"name":"TF_ES_ASYNCDONTCARE","features":[636]},{"name":"TF_ES_READ","features":[636]},{"name":"TF_ES_READWRITE","features":[636]},{"name":"TF_ES_SYNC","features":[636]},{"name":"TF_E_ALREADY_EXISTS","features":[636]},{"name":"TF_E_COMPOSITION_REJECTED","features":[636]},{"name":"TF_E_DISCONNECTED","features":[636]},{"name":"TF_E_EMPTYCONTEXT","features":[636]},{"name":"TF_E_FORMAT","features":[636]},{"name":"TF_E_INVALIDPOINT","features":[636]},{"name":"TF_E_INVALIDPOS","features":[636]},{"name":"TF_E_INVALIDVIEW","features":[636]},{"name":"TF_E_LOCKED","features":[636]},{"name":"TF_E_NOCONVERSION","features":[636]},{"name":"TF_E_NOINTERFACE","features":[636]},{"name":"TF_E_NOLAYOUT","features":[636]},{"name":"TF_E_NOLOCK","features":[636]},{"name":"TF_E_NOOBJECT","features":[636]},{"name":"TF_E_NOPROVIDER","features":[636]},{"name":"TF_E_NOSELECTION","features":[636]},{"name":"TF_E_NOSERVICE","features":[636]},{"name":"TF_E_NOTOWNEDRANGE","features":[636]},{"name":"TF_E_RANGE_NOT_COVERED","features":[636]},{"name":"TF_E_READONLY","features":[636]},{"name":"TF_E_STACKFULL","features":[636]},{"name":"TF_E_SYNCHRONOUS","features":[636]},{"name":"TF_FLOATINGLANGBAR_WNDTITLE","features":[636]},{"name":"TF_FLOATINGLANGBAR_WNDTITLEA","features":[636]},{"name":"TF_FLOATINGLANGBAR_WNDTITLEW","features":[636]},{"name":"TF_GRAVITY_BACKWARD","features":[636]},{"name":"TF_GRAVITY_FORWARD","features":[636]},{"name":"TF_GTP_INCL_TEXT","features":[636]},{"name":"TF_GTP_NONE","features":[636]},{"name":"TF_HALTCOND","features":[636]},{"name":"TF_HF_OBJECT","features":[636]},{"name":"TF_IAS_NOQUERY","features":[636]},{"name":"TF_IAS_NO_DEFAULT_COMPOSITION","features":[636]},{"name":"TF_IAS_QUERYONLY","features":[636]},{"name":"TF_IE_CORRECTION","features":[636]},{"name":"TF_INPUTPROCESSORPROFILE","features":[624,636]},{"name":"TF_INVALID_COOKIE","features":[636]},{"name":"TF_INVALID_EDIT_COOKIE","features":[636]},{"name":"TF_IPPMF_DISABLEPROFILE","features":[636]},{"name":"TF_IPPMF_DONTCARECURRENTINPUTLANGUAGE","features":[636]},{"name":"TF_IPPMF_ENABLEPROFILE","features":[636]},{"name":"TF_IPPMF_FORPROCESS","features":[636]},{"name":"TF_IPPMF_FORSESSION","features":[636]},{"name":"TF_IPPMF_FORSYSTEMALL","features":[636]},{"name":"TF_IPP_CAPS_COMLESSSUPPORT","features":[636]},{"name":"TF_IPP_CAPS_DISABLEONTRANSITORY","features":[636]},{"name":"TF_IPP_CAPS_IMMERSIVESUPPORT","features":[636]},{"name":"TF_IPP_CAPS_SECUREMODESUPPORT","features":[636]},{"name":"TF_IPP_CAPS_SYSTRAYSUPPORT","features":[636]},{"name":"TF_IPP_CAPS_UIELEMENTENABLED","features":[636]},{"name":"TF_IPP_CAPS_WOW16SUPPORT","features":[636]},{"name":"TF_IPP_FLAG_ACTIVE","features":[636]},{"name":"TF_IPP_FLAG_ENABLED","features":[636]},{"name":"TF_IPP_FLAG_SUBSTITUTEDBYINPUTPROCESSOR","features":[636]},{"name":"TF_IPSINK_FLAG_ACTIVE","features":[636]},{"name":"TF_LANGBARITEMINFO","features":[636]},{"name":"TF_LANGUAGEPROFILE","features":[307,636]},{"name":"TF_LBBALLOONINFO","features":[636]},{"name":"TF_LBI_BALLOON","features":[636]},{"name":"TF_LBI_BITMAP","features":[636]},{"name":"TF_LBI_BMPF_VERTICAL","features":[636]},{"name":"TF_LBI_CLK_LEFT","features":[636]},{"name":"TF_LBI_CLK_RIGHT","features":[636]},{"name":"TF_LBI_CUSTOMUI","features":[636]},{"name":"TF_LBI_DESC_MAXLEN","features":[636]},{"name":"TF_LBI_ICON","features":[636]},{"name":"TF_LBI_STATUS","features":[636]},{"name":"TF_LBI_STATUS_BTN_TOGGLED","features":[636]},{"name":"TF_LBI_STATUS_DISABLED","features":[636]},{"name":"TF_LBI_STATUS_HIDDEN","features":[636]},{"name":"TF_LBI_STYLE_BTN_BUTTON","features":[636]},{"name":"TF_LBI_STYLE_BTN_MENU","features":[636]},{"name":"TF_LBI_STYLE_BTN_TOGGLE","features":[636]},{"name":"TF_LBI_STYLE_HIDDENBYDEFAULT","features":[636]},{"name":"TF_LBI_STYLE_HIDDENSTATUSCONTROL","features":[636]},{"name":"TF_LBI_STYLE_HIDEONNOOTHERITEMS","features":[636]},{"name":"TF_LBI_STYLE_SHOWNINTRAY","features":[636]},{"name":"TF_LBI_STYLE_SHOWNINTRAYONLY","features":[636]},{"name":"TF_LBI_STYLE_TEXTCOLORICON","features":[636]},{"name":"TF_LBI_TEXT","features":[636]},{"name":"TF_LBI_TOOLTIP","features":[636]},{"name":"TF_LBMENUF_CHECKED","features":[636]},{"name":"TF_LBMENUF_GRAYED","features":[636]},{"name":"TF_LBMENUF_RADIOCHECKED","features":[636]},{"name":"TF_LBMENUF_SEPARATOR","features":[636]},{"name":"TF_LBMENUF_SUBMENU","features":[636]},{"name":"TF_LB_BALLOON_MISS","features":[636]},{"name":"TF_LB_BALLOON_RECO","features":[636]},{"name":"TF_LB_BALLOON_SHOW","features":[636]},{"name":"TF_LC_CHANGE","features":[636]},{"name":"TF_LC_CREATE","features":[636]},{"name":"TF_LC_DESTROY","features":[636]},{"name":"TF_LMLATTELEMENT","features":[636]},{"name":"TF_LS_DASH","features":[636]},{"name":"TF_LS_DOT","features":[636]},{"name":"TF_LS_NONE","features":[636]},{"name":"TF_LS_SOLID","features":[636]},{"name":"TF_LS_SQUIGGLE","features":[636]},{"name":"TF_MENUREADY","features":[636]},{"name":"TF_MOD_ALT","features":[636]},{"name":"TF_MOD_CONTROL","features":[636]},{"name":"TF_MOD_IGNORE_ALL_MODIFIER","features":[636]},{"name":"TF_MOD_LALT","features":[636]},{"name":"TF_MOD_LCONTROL","features":[636]},{"name":"TF_MOD_LSHIFT","features":[636]},{"name":"TF_MOD_ON_KEYUP","features":[636]},{"name":"TF_MOD_RALT","features":[636]},{"name":"TF_MOD_RCONTROL","features":[636]},{"name":"TF_MOD_RSHIFT","features":[636]},{"name":"TF_MOD_SHIFT","features":[636]},{"name":"TF_PERSISTENT_PROPERTY_HEADER_ACP","features":[636]},{"name":"TF_POPF_ALL","features":[636]},{"name":"TF_PRESERVEDKEY","features":[636]},{"name":"TF_PROCESS_ATOM","features":[636]},{"name":"TF_PROFILETYPE_INPUTPROCESSOR","features":[636]},{"name":"TF_PROFILETYPE_KEYBOARDLAYOUT","features":[636]},{"name":"TF_PROFILE_ARRAY","features":[636]},{"name":"TF_PROFILE_CANTONESE","features":[636]},{"name":"TF_PROFILE_CHANGJIE","features":[636]},{"name":"TF_PROFILE_DAYI","features":[636]},{"name":"TF_PROFILE_NEWCHANGJIE","features":[636]},{"name":"TF_PROFILE_NEWPHONETIC","features":[636]},{"name":"TF_PROFILE_NEWQUICK","features":[636]},{"name":"TF_PROFILE_PHONETIC","features":[636]},{"name":"TF_PROFILE_PINYIN","features":[636]},{"name":"TF_PROFILE_QUICK","features":[636]},{"name":"TF_PROFILE_SIMPLEFAST","features":[636]},{"name":"TF_PROFILE_TIGRINYA","features":[636]},{"name":"TF_PROFILE_WUBI","features":[636]},{"name":"TF_PROFILE_YI","features":[636]},{"name":"TF_PROPERTYVAL","features":[307,358,359,360,636]},{"name":"TF_PROPUI_STATUS_SAVETOFILE","features":[636]},{"name":"TF_RCM_COMLESS","features":[636]},{"name":"TF_RCM_HINT_COLLISION","features":[636]},{"name":"TF_RCM_HINT_READING_LENGTH","features":[636]},{"name":"TF_RCM_VKEY","features":[636]},{"name":"TF_RIP_FLAG_FREEUNUSEDLIBRARIES","features":[636]},{"name":"TF_RIUIE_CONTEXT","features":[636]},{"name":"TF_RIUIE_ERRORINDEX","features":[636]},{"name":"TF_RIUIE_MAXREADINGSTRINGLENGTH","features":[636]},{"name":"TF_RIUIE_STRING","features":[636]},{"name":"TF_RIUIE_VERTICALORDER","features":[636]},{"name":"TF_RP_HIDDENINSETTINGUI","features":[636]},{"name":"TF_RP_LOCALPROCESS","features":[636]},{"name":"TF_RP_LOCALTHREAD","features":[636]},{"name":"TF_RP_SUBITEMINSETTINGUI","features":[636]},{"name":"TF_SD_BACKWARD","features":[636]},{"name":"TF_SD_FORWARD","features":[636]},{"name":"TF_SD_LOADING","features":[636]},{"name":"TF_SD_READONLY","features":[636]},{"name":"TF_SELECTION","features":[307,636]},{"name":"TF_SELECTIONSTYLE","features":[307,636]},{"name":"TF_SENTENCEMODE_AUTOMATIC","features":[636]},{"name":"TF_SENTENCEMODE_CONVERSATION","features":[636]},{"name":"TF_SENTENCEMODE_NONE","features":[636]},{"name":"TF_SENTENCEMODE_PHRASEPREDICT","features":[636]},{"name":"TF_SENTENCEMODE_PLAURALCLAUSE","features":[636]},{"name":"TF_SENTENCEMODE_SINGLECONVERT","features":[636]},{"name":"TF_SFT_DESKBAND","features":[636]},{"name":"TF_SFT_DOCK","features":[636]},{"name":"TF_SFT_EXTRAICONSONMINIMIZED","features":[636]},{"name":"TF_SFT_HIDDEN","features":[636]},{"name":"TF_SFT_HIGHTRANSPARENCY","features":[636]},{"name":"TF_SFT_LABELS","features":[636]},{"name":"TF_SFT_LOWTRANSPARENCY","features":[636]},{"name":"TF_SFT_MINIMIZED","features":[636]},{"name":"TF_SFT_NOEXTRAICONSONMINIMIZED","features":[636]},{"name":"TF_SFT_NOLABELS","features":[636]},{"name":"TF_SFT_NOTRANSPARENCY","features":[636]},{"name":"TF_SFT_SHOWNORMAL","features":[636]},{"name":"TF_SHOW_BALLOON","features":[636]},{"name":"TF_SPEECHUI_SHOWN","features":[636]},{"name":"TF_SS_DISJOINTSEL","features":[636]},{"name":"TF_SS_REGIONS","features":[636]},{"name":"TF_SS_TKBAUTOCORRECTENABLE","features":[636]},{"name":"TF_SS_TKBPREDICTIONENABLE","features":[636]},{"name":"TF_SS_TRANSITORY","features":[636]},{"name":"TF_ST_CORRECTION","features":[636]},{"name":"TF_S_ASYNC","features":[636]},{"name":"TF_TF_IGNOREEND","features":[636]},{"name":"TF_TF_MOVESTART","features":[636]},{"name":"TF_TMAE_COMLESS","features":[636]},{"name":"TF_TMAE_CONSOLE","features":[636]},{"name":"TF_TMAE_NOACTIVATEKEYBOARDLAYOUT","features":[636]},{"name":"TF_TMAE_NOACTIVATETIP","features":[636]},{"name":"TF_TMAE_SECUREMODE","features":[636]},{"name":"TF_TMAE_UIELEMENTENABLEDONLY","features":[636]},{"name":"TF_TMAE_WOW16","features":[636]},{"name":"TF_TMF_ACTIVATED","features":[636]},{"name":"TF_TMF_COMLESS","features":[636]},{"name":"TF_TMF_CONSOLE","features":[636]},{"name":"TF_TMF_IMMERSIVEMODE","features":[636]},{"name":"TF_TMF_NOACTIVATETIP","features":[636]},{"name":"TF_TMF_SECUREMODE","features":[636]},{"name":"TF_TMF_UIELEMENTENABLEDONLY","features":[636]},{"name":"TF_TMF_WOW16","features":[636]},{"name":"TF_TRANSITORYEXTENSION_ATSELECTION","features":[636]},{"name":"TF_TRANSITORYEXTENSION_FLOATING","features":[636]},{"name":"TF_TRANSITORYEXTENSION_NONE","features":[636]},{"name":"TF_TU_CORRECTION","features":[636]},{"name":"TF_URP_ALLPROFILES","features":[636]},{"name":"TF_URP_LOCALPROCESS","features":[636]},{"name":"TF_URP_LOCALTHREAD","features":[636]},{"name":"TF_US_HIDETIPUI","features":[636]},{"name":"TKBLT_CLASSIC","features":[636]},{"name":"TKBLT_OPTIMIZED","features":[636]},{"name":"TKBLT_UNDEFINED","features":[636]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_CHANGJIE","features":[636]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_DAYI","features":[636]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_PHONETIC","features":[636]},{"name":"TKBL_OPT_JAPANESE_ABC","features":[636]},{"name":"TKBL_OPT_KOREAN_HANGUL_2_BULSIK","features":[636]},{"name":"TKBL_OPT_SIMPLIFIED_CHINESE_PINYIN","features":[636]},{"name":"TKBL_OPT_TRADITIONAL_CHINESE_PHONETIC","features":[636]},{"name":"TKBL_UNDEFINED","features":[636]},{"name":"TKBLayoutType","features":[636]},{"name":"TKB_ALTERNATES_AUTOCORRECTION_APPLIED","features":[636]},{"name":"TKB_ALTERNATES_FOR_AUTOCORRECTION","features":[636]},{"name":"TKB_ALTERNATES_FOR_PREDICTION","features":[636]},{"name":"TKB_ALTERNATES_STANDARD","features":[636]},{"name":"TSATTRID_App","features":[636]},{"name":"TSATTRID_App_IncorrectGrammar","features":[636]},{"name":"TSATTRID_App_IncorrectSpelling","features":[636]},{"name":"TSATTRID_Font","features":[636]},{"name":"TSATTRID_Font_FaceName","features":[636]},{"name":"TSATTRID_Font_SizePts","features":[636]},{"name":"TSATTRID_Font_Style","features":[636]},{"name":"TSATTRID_Font_Style_Animation","features":[636]},{"name":"TSATTRID_Font_Style_Animation_BlinkingBackground","features":[636]},{"name":"TSATTRID_Font_Style_Animation_LasVegasLights","features":[636]},{"name":"TSATTRID_Font_Style_Animation_MarchingBlackAnts","features":[636]},{"name":"TSATTRID_Font_Style_Animation_MarchingRedAnts","features":[636]},{"name":"TSATTRID_Font_Style_Animation_Shimmer","features":[636]},{"name":"TSATTRID_Font_Style_Animation_SparkleText","features":[636]},{"name":"TSATTRID_Font_Style_Animation_WipeDown","features":[636]},{"name":"TSATTRID_Font_Style_Animation_WipeRight","features":[636]},{"name":"TSATTRID_Font_Style_BackgroundColor","features":[636]},{"name":"TSATTRID_Font_Style_Blink","features":[636]},{"name":"TSATTRID_Font_Style_Bold","features":[636]},{"name":"TSATTRID_Font_Style_Capitalize","features":[636]},{"name":"TSATTRID_Font_Style_Color","features":[636]},{"name":"TSATTRID_Font_Style_Emboss","features":[636]},{"name":"TSATTRID_Font_Style_Engrave","features":[636]},{"name":"TSATTRID_Font_Style_Height","features":[636]},{"name":"TSATTRID_Font_Style_Hidden","features":[636]},{"name":"TSATTRID_Font_Style_Italic","features":[636]},{"name":"TSATTRID_Font_Style_Kerning","features":[636]},{"name":"TSATTRID_Font_Style_Lowercase","features":[636]},{"name":"TSATTRID_Font_Style_Outlined","features":[636]},{"name":"TSATTRID_Font_Style_Overline","features":[636]},{"name":"TSATTRID_Font_Style_Overline_Double","features":[636]},{"name":"TSATTRID_Font_Style_Overline_Single","features":[636]},{"name":"TSATTRID_Font_Style_Position","features":[636]},{"name":"TSATTRID_Font_Style_Protected","features":[636]},{"name":"TSATTRID_Font_Style_Shadow","features":[636]},{"name":"TSATTRID_Font_Style_SmallCaps","features":[636]},{"name":"TSATTRID_Font_Style_Spacing","features":[636]},{"name":"TSATTRID_Font_Style_Strikethrough","features":[636]},{"name":"TSATTRID_Font_Style_Strikethrough_Double","features":[636]},{"name":"TSATTRID_Font_Style_Strikethrough_Single","features":[636]},{"name":"TSATTRID_Font_Style_Subscript","features":[636]},{"name":"TSATTRID_Font_Style_Superscript","features":[636]},{"name":"TSATTRID_Font_Style_Underline","features":[636]},{"name":"TSATTRID_Font_Style_Underline_Double","features":[636]},{"name":"TSATTRID_Font_Style_Underline_Single","features":[636]},{"name":"TSATTRID_Font_Style_Uppercase","features":[636]},{"name":"TSATTRID_Font_Style_Weight","features":[636]},{"name":"TSATTRID_List","features":[636]},{"name":"TSATTRID_List_LevelIndel","features":[636]},{"name":"TSATTRID_List_Type","features":[636]},{"name":"TSATTRID_List_Type_Arabic","features":[636]},{"name":"TSATTRID_List_Type_Bullet","features":[636]},{"name":"TSATTRID_List_Type_LowerLetter","features":[636]},{"name":"TSATTRID_List_Type_LowerRoman","features":[636]},{"name":"TSATTRID_List_Type_UpperLetter","features":[636]},{"name":"TSATTRID_List_Type_UpperRoman","features":[636]},{"name":"TSATTRID_OTHERS","features":[636]},{"name":"TSATTRID_Text","features":[636]},{"name":"TSATTRID_Text_Alignment","features":[636]},{"name":"TSATTRID_Text_Alignment_Center","features":[636]},{"name":"TSATTRID_Text_Alignment_Justify","features":[636]},{"name":"TSATTRID_Text_Alignment_Left","features":[636]},{"name":"TSATTRID_Text_Alignment_Right","features":[636]},{"name":"TSATTRID_Text_EmbeddedObject","features":[636]},{"name":"TSATTRID_Text_Hyphenation","features":[636]},{"name":"TSATTRID_Text_Language","features":[636]},{"name":"TSATTRID_Text_Link","features":[636]},{"name":"TSATTRID_Text_Orientation","features":[636]},{"name":"TSATTRID_Text_Para","features":[636]},{"name":"TSATTRID_Text_Para_FirstLineIndent","features":[636]},{"name":"TSATTRID_Text_Para_LeftIndent","features":[636]},{"name":"TSATTRID_Text_Para_LineSpacing","features":[636]},{"name":"TSATTRID_Text_Para_LineSpacing_AtLeast","features":[636]},{"name":"TSATTRID_Text_Para_LineSpacing_Double","features":[636]},{"name":"TSATTRID_Text_Para_LineSpacing_Exactly","features":[636]},{"name":"TSATTRID_Text_Para_LineSpacing_Multiple","features":[636]},{"name":"TSATTRID_Text_Para_LineSpacing_OnePtFive","features":[636]},{"name":"TSATTRID_Text_Para_LineSpacing_Single","features":[636]},{"name":"TSATTRID_Text_Para_RightIndent","features":[636]},{"name":"TSATTRID_Text_Para_SpaceAfter","features":[636]},{"name":"TSATTRID_Text_Para_SpaceBefore","features":[636]},{"name":"TSATTRID_Text_ReadOnly","features":[636]},{"name":"TSATTRID_Text_RightToLeft","features":[636]},{"name":"TSATTRID_Text_VerticalWriting","features":[636]},{"name":"TS_AE_END","features":[636]},{"name":"TS_AE_NONE","features":[636]},{"name":"TS_AE_START","features":[636]},{"name":"TS_AS_ATTR_CHANGE","features":[636]},{"name":"TS_AS_LAYOUT_CHANGE","features":[636]},{"name":"TS_AS_SEL_CHANGE","features":[636]},{"name":"TS_AS_STATUS_CHANGE","features":[636]},{"name":"TS_AS_TEXT_CHANGE","features":[636]},{"name":"TS_ATTRVAL","features":[307,358,359,360,636]},{"name":"TS_ATTR_FIND_BACKWARDS","features":[636]},{"name":"TS_ATTR_FIND_HIDDEN","features":[636]},{"name":"TS_ATTR_FIND_UPDATESTART","features":[636]},{"name":"TS_ATTR_FIND_WANT_END","features":[636]},{"name":"TS_ATTR_FIND_WANT_OFFSET","features":[636]},{"name":"TS_ATTR_FIND_WANT_VALUE","features":[636]},{"name":"TS_CHAR_EMBEDDED","features":[636]},{"name":"TS_CHAR_REGION","features":[636]},{"name":"TS_CHAR_REPLACEMENT","features":[636]},{"name":"TS_CH_FOLLOWING_DEL","features":[636]},{"name":"TS_CH_PRECEDING_DEL","features":[636]},{"name":"TS_DEFAULT_SELECTION","features":[636]},{"name":"TS_E_FORMAT","features":[636]},{"name":"TS_E_INVALIDPOINT","features":[636]},{"name":"TS_E_INVALIDPOS","features":[636]},{"name":"TS_E_NOINTERFACE","features":[636]},{"name":"TS_E_NOLAYOUT","features":[636]},{"name":"TS_E_NOLOCK","features":[636]},{"name":"TS_E_NOOBJECT","features":[636]},{"name":"TS_E_NOSELECTION","features":[636]},{"name":"TS_E_NOSERVICE","features":[636]},{"name":"TS_E_READONLY","features":[636]},{"name":"TS_E_SYNCHRONOUS","features":[636]},{"name":"TS_GEA_HIDDEN","features":[636]},{"name":"TS_GR_BACKWARD","features":[636]},{"name":"TS_GR_FORWARD","features":[636]},{"name":"TS_GTA_HIDDEN","features":[636]},{"name":"TS_IAS_NOQUERY","features":[636]},{"name":"TS_IAS_QUERYONLY","features":[636]},{"name":"TS_IE_COMPOSITION","features":[636]},{"name":"TS_IE_CORRECTION","features":[636]},{"name":"TS_LC_CHANGE","features":[636]},{"name":"TS_LC_CREATE","features":[636]},{"name":"TS_LC_DESTROY","features":[636]},{"name":"TS_LF_READ","features":[636]},{"name":"TS_LF_READWRITE","features":[636]},{"name":"TS_LF_SYNC","features":[636]},{"name":"TS_RT_HIDDEN","features":[636]},{"name":"TS_RT_OPAQUE","features":[636]},{"name":"TS_RT_PLAIN","features":[636]},{"name":"TS_RUNINFO","features":[636]},{"name":"TS_SD_BACKWARD","features":[636]},{"name":"TS_SD_EMBEDDEDHANDWRITINGVIEW_ENABLED","features":[636]},{"name":"TS_SD_EMBEDDEDHANDWRITINGVIEW_VISIBLE","features":[636]},{"name":"TS_SD_FORWARD","features":[636]},{"name":"TS_SD_INPUTPANEMANUALDISPLAYENABLE","features":[636]},{"name":"TS_SD_LOADING","features":[636]},{"name":"TS_SD_READONLY","features":[636]},{"name":"TS_SD_RESERVED","features":[636]},{"name":"TS_SD_TKBAUTOCORRECTENABLE","features":[636]},{"name":"TS_SD_TKBPREDICTIONENABLE","features":[636]},{"name":"TS_SD_UIINTEGRATIONENABLE","features":[636]},{"name":"TS_SELECTIONSTYLE","features":[307,636]},{"name":"TS_SELECTION_ACP","features":[307,636]},{"name":"TS_SELECTION_ANCHOR","features":[307,636]},{"name":"TS_SHIFT_COUNT_HIDDEN","features":[636]},{"name":"TS_SHIFT_COUNT_ONLY","features":[636]},{"name":"TS_SHIFT_HALT_HIDDEN","features":[636]},{"name":"TS_SHIFT_HALT_VISIBLE","features":[636]},{"name":"TS_SS_DISJOINTSEL","features":[636]},{"name":"TS_SS_NOHIDDENTEXT","features":[636]},{"name":"TS_SS_REGIONS","features":[636]},{"name":"TS_SS_TKBAUTOCORRECTENABLE","features":[636]},{"name":"TS_SS_TKBPREDICTIONENABLE","features":[636]},{"name":"TS_SS_TRANSITORY","features":[636]},{"name":"TS_SS_UWPCONTROL","features":[636]},{"name":"TS_STATUS","features":[636]},{"name":"TS_STRF_END","features":[636]},{"name":"TS_STRF_MID","features":[636]},{"name":"TS_STRF_START","features":[636]},{"name":"TS_ST_CORRECTION","features":[636]},{"name":"TS_ST_NONE","features":[636]},{"name":"TS_S_ASYNC","features":[636]},{"name":"TS_TC_CORRECTION","features":[636]},{"name":"TS_TC_NONE","features":[636]},{"name":"TS_TEXTCHANGE","features":[636]},{"name":"TS_VCOOKIE_NUL","features":[636]},{"name":"TfActiveSelEnd","features":[636]},{"name":"TfAnchor","features":[636]},{"name":"TfCandidateResult","features":[636]},{"name":"TfGravity","features":[636]},{"name":"TfIntegratableCandidateListSelectionStyle","features":[636]},{"name":"TfLBBalloonStyle","features":[636]},{"name":"TfLBIClick","features":[636]},{"name":"TfLayoutCode","features":[636]},{"name":"TfSapiObject","features":[636]},{"name":"TfShiftDir","features":[636]},{"name":"TsActiveSelEnd","features":[636]},{"name":"TsGravity","features":[636]},{"name":"TsLayoutCode","features":[636]},{"name":"TsRunType","features":[636]},{"name":"TsShiftDir","features":[636]},{"name":"UninitLocalMsCtfMonitor","features":[636]}],"675":[{"name":"ACCEL","features":[371]},{"name":"ACCEL_VIRT_FLAGS","features":[371]},{"name":"ALTTABINFO","features":[307,371]},{"name":"ANIMATE_WINDOW_FLAGS","features":[371]},{"name":"ANIMATIONINFO","features":[371]},{"name":"ARW_BOTTOMLEFT","features":[371]},{"name":"ARW_BOTTOMRIGHT","features":[371]},{"name":"ARW_DOWN","features":[371]},{"name":"ARW_HIDE","features":[371]},{"name":"ARW_LEFT","features":[371]},{"name":"ARW_RIGHT","features":[371]},{"name":"ARW_STARTMASK","features":[371]},{"name":"ARW_STARTRIGHT","features":[371]},{"name":"ARW_STARTTOP","features":[371]},{"name":"ARW_TOPLEFT","features":[371]},{"name":"ARW_TOPRIGHT","features":[371]},{"name":"ARW_UP","features":[371]},{"name":"ASFW_ANY","features":[371]},{"name":"AUDIODESCRIPTION","features":[307,371]},{"name":"AW_ACTIVATE","features":[371]},{"name":"AW_BLEND","features":[371]},{"name":"AW_CENTER","features":[371]},{"name":"AW_HIDE","features":[371]},{"name":"AW_HOR_NEGATIVE","features":[371]},{"name":"AW_HOR_POSITIVE","features":[371]},{"name":"AW_SLIDE","features":[371]},{"name":"AW_VER_NEGATIVE","features":[371]},{"name":"AW_VER_POSITIVE","features":[371]},{"name":"AdjustWindowRect","features":[307,371]},{"name":"AdjustWindowRectEx","features":[307,371]},{"name":"AllowSetForegroundWindow","features":[307,371]},{"name":"AnimateWindow","features":[307,371]},{"name":"AnyPopup","features":[307,371]},{"name":"AppendMenuA","features":[307,371]},{"name":"AppendMenuW","features":[307,371]},{"name":"ArrangeIconicWindows","features":[307,371]},{"name":"BM_CLICK","features":[371]},{"name":"BM_GETCHECK","features":[371]},{"name":"BM_GETIMAGE","features":[371]},{"name":"BM_GETSTATE","features":[371]},{"name":"BM_SETCHECK","features":[371]},{"name":"BM_SETDONTCLICK","features":[371]},{"name":"BM_SETIMAGE","features":[371]},{"name":"BM_SETSTATE","features":[371]},{"name":"BM_SETSTYLE","features":[371]},{"name":"BN_CLICKED","features":[371]},{"name":"BN_DBLCLK","features":[371]},{"name":"BN_DISABLE","features":[371]},{"name":"BN_DOUBLECLICKED","features":[371]},{"name":"BN_HILITE","features":[371]},{"name":"BN_KILLFOCUS","features":[371]},{"name":"BN_PAINT","features":[371]},{"name":"BN_PUSHED","features":[371]},{"name":"BN_SETFOCUS","features":[371]},{"name":"BN_UNHILITE","features":[371]},{"name":"BN_UNPUSHED","features":[371]},{"name":"BROADCAST_QUERY_DENY","features":[371]},{"name":"BSF_MSGSRV32ISOK","features":[371]},{"name":"BSF_MSGSRV32ISOK_BIT","features":[371]},{"name":"BSM_INSTALLABLEDRIVERS","features":[371]},{"name":"BSM_NETDRIVER","features":[371]},{"name":"BSM_VXDS","features":[371]},{"name":"BST_FOCUS","features":[371]},{"name":"BST_PUSHED","features":[371]},{"name":"BS_3STATE","features":[371]},{"name":"BS_AUTO3STATE","features":[371]},{"name":"BS_AUTOCHECKBOX","features":[371]},{"name":"BS_AUTORADIOBUTTON","features":[371]},{"name":"BS_BITMAP","features":[371]},{"name":"BS_BOTTOM","features":[371]},{"name":"BS_CENTER","features":[371]},{"name":"BS_CHECKBOX","features":[371]},{"name":"BS_DEFPUSHBUTTON","features":[371]},{"name":"BS_FLAT","features":[371]},{"name":"BS_GROUPBOX","features":[371]},{"name":"BS_ICON","features":[371]},{"name":"BS_LEFT","features":[371]},{"name":"BS_LEFTTEXT","features":[371]},{"name":"BS_MULTILINE","features":[371]},{"name":"BS_NOTIFY","features":[371]},{"name":"BS_OWNERDRAW","features":[371]},{"name":"BS_PUSHBOX","features":[371]},{"name":"BS_PUSHBUTTON","features":[371]},{"name":"BS_PUSHLIKE","features":[371]},{"name":"BS_RADIOBUTTON","features":[371]},{"name":"BS_RIGHT","features":[371]},{"name":"BS_RIGHTBUTTON","features":[371]},{"name":"BS_TEXT","features":[371]},{"name":"BS_TOP","features":[371]},{"name":"BS_TYPEMASK","features":[371]},{"name":"BS_USERBUTTON","features":[371]},{"name":"BS_VCENTER","features":[371]},{"name":"BeginDeferWindowPos","features":[371]},{"name":"BringWindowToTop","features":[307,371]},{"name":"CALERT_SYSTEM","features":[371]},{"name":"CASCADE_WINDOWS_HOW","features":[371]},{"name":"CBN_CLOSEUP","features":[371]},{"name":"CBN_DBLCLK","features":[371]},{"name":"CBN_DROPDOWN","features":[371]},{"name":"CBN_EDITCHANGE","features":[371]},{"name":"CBN_EDITUPDATE","features":[371]},{"name":"CBN_ERRSPACE","features":[371]},{"name":"CBN_KILLFOCUS","features":[371]},{"name":"CBN_SELCHANGE","features":[371]},{"name":"CBN_SELENDCANCEL","features":[371]},{"name":"CBN_SELENDOK","features":[371]},{"name":"CBN_SETFOCUS","features":[371]},{"name":"CBS_AUTOHSCROLL","features":[371]},{"name":"CBS_DISABLENOSCROLL","features":[371]},{"name":"CBS_DROPDOWN","features":[371]},{"name":"CBS_DROPDOWNLIST","features":[371]},{"name":"CBS_HASSTRINGS","features":[371]},{"name":"CBS_LOWERCASE","features":[371]},{"name":"CBS_NOINTEGRALHEIGHT","features":[371]},{"name":"CBS_OEMCONVERT","features":[371]},{"name":"CBS_OWNERDRAWFIXED","features":[371]},{"name":"CBS_OWNERDRAWVARIABLE","features":[371]},{"name":"CBS_SIMPLE","features":[371]},{"name":"CBS_SORT","features":[371]},{"name":"CBS_UPPERCASE","features":[371]},{"name":"CBTACTIVATESTRUCT","features":[307,371]},{"name":"CBT_CREATEWNDA","features":[307,371]},{"name":"CBT_CREATEWNDW","features":[307,371]},{"name":"CB_ADDSTRING","features":[371]},{"name":"CB_DELETESTRING","features":[371]},{"name":"CB_DIR","features":[371]},{"name":"CB_ERR","features":[371]},{"name":"CB_ERRSPACE","features":[371]},{"name":"CB_FINDSTRING","features":[371]},{"name":"CB_FINDSTRINGEXACT","features":[371]},{"name":"CB_GETCOMBOBOXINFO","features":[371]},{"name":"CB_GETCOUNT","features":[371]},{"name":"CB_GETCURSEL","features":[371]},{"name":"CB_GETDROPPEDCONTROLRECT","features":[371]},{"name":"CB_GETDROPPEDSTATE","features":[371]},{"name":"CB_GETDROPPEDWIDTH","features":[371]},{"name":"CB_GETEDITSEL","features":[371]},{"name":"CB_GETEXTENDEDUI","features":[371]},{"name":"CB_GETHORIZONTALEXTENT","features":[371]},{"name":"CB_GETITEMDATA","features":[371]},{"name":"CB_GETITEMHEIGHT","features":[371]},{"name":"CB_GETLBTEXT","features":[371]},{"name":"CB_GETLBTEXTLEN","features":[371]},{"name":"CB_GETLOCALE","features":[371]},{"name":"CB_GETTOPINDEX","features":[371]},{"name":"CB_INITSTORAGE","features":[371]},{"name":"CB_INSERTSTRING","features":[371]},{"name":"CB_LIMITTEXT","features":[371]},{"name":"CB_MSGMAX","features":[371]},{"name":"CB_MULTIPLEADDSTRING","features":[371]},{"name":"CB_OKAY","features":[371]},{"name":"CB_RESETCONTENT","features":[371]},{"name":"CB_SELECTSTRING","features":[371]},{"name":"CB_SETCURSEL","features":[371]},{"name":"CB_SETDROPPEDWIDTH","features":[371]},{"name":"CB_SETEDITSEL","features":[371]},{"name":"CB_SETEXTENDEDUI","features":[371]},{"name":"CB_SETHORIZONTALEXTENT","features":[371]},{"name":"CB_SETITEMDATA","features":[371]},{"name":"CB_SETITEMHEIGHT","features":[371]},{"name":"CB_SETLOCALE","features":[371]},{"name":"CB_SETTOPINDEX","features":[371]},{"name":"CB_SHOWDROPDOWN","features":[371]},{"name":"CCHILDREN_SCROLLBAR","features":[371]},{"name":"CCHILDREN_TITLEBAR","features":[371]},{"name":"CHANGEFILTERSTRUCT","features":[371]},{"name":"CHANGE_WINDOW_MESSAGE_FILTER_FLAGS","features":[371]},{"name":"CHILDID_SELF","features":[371]},{"name":"CLIENTCREATESTRUCT","features":[307,371]},{"name":"CONSOLE_APPLICATION_16BIT","features":[371]},{"name":"CONSOLE_CARET_SELECTION","features":[371]},{"name":"CONSOLE_CARET_VISIBLE","features":[371]},{"name":"CONTACTVISUALIZATION_OFF","features":[371]},{"name":"CONTACTVISUALIZATION_ON","features":[371]},{"name":"CONTACTVISUALIZATION_PRESENTATIONMODE","features":[371]},{"name":"CREATEPROCESS_MANIFEST_RESOURCE_ID","features":[371]},{"name":"CREATESTRUCTA","features":[307,371]},{"name":"CREATESTRUCTW","features":[307,371]},{"name":"CSOUND_SYSTEM","features":[371]},{"name":"CS_BYTEALIGNCLIENT","features":[371]},{"name":"CS_BYTEALIGNWINDOW","features":[371]},{"name":"CS_CLASSDC","features":[371]},{"name":"CS_DBLCLKS","features":[371]},{"name":"CS_DROPSHADOW","features":[371]},{"name":"CS_GLOBALCLASS","features":[371]},{"name":"CS_HREDRAW","features":[371]},{"name":"CS_IME","features":[371]},{"name":"CS_NOCLOSE","features":[371]},{"name":"CS_OWNDC","features":[371]},{"name":"CS_PARENTDC","features":[371]},{"name":"CS_SAVEBITS","features":[371]},{"name":"CS_VREDRAW","features":[371]},{"name":"CTLCOLOR_BTN","features":[371]},{"name":"CTLCOLOR_DLG","features":[371]},{"name":"CTLCOLOR_EDIT","features":[371]},{"name":"CTLCOLOR_LISTBOX","features":[371]},{"name":"CTLCOLOR_MAX","features":[371]},{"name":"CTLCOLOR_MSGBOX","features":[371]},{"name":"CTLCOLOR_SCROLLBAR","features":[371]},{"name":"CTLCOLOR_STATIC","features":[371]},{"name":"CURSORINFO","features":[307,371]},{"name":"CURSORINFO_FLAGS","features":[371]},{"name":"CURSORSHAPE","features":[371]},{"name":"CURSOR_CREATION_SCALING_DEFAULT","features":[371]},{"name":"CURSOR_CREATION_SCALING_NONE","features":[371]},{"name":"CURSOR_SHOWING","features":[371]},{"name":"CURSOR_SUPPRESSED","features":[371]},{"name":"CWF_CREATE_ONLY","features":[371]},{"name":"CWPRETSTRUCT","features":[307,371]},{"name":"CWPSTRUCT","features":[307,371]},{"name":"CWP_ALL","features":[371]},{"name":"CWP_FLAGS","features":[371]},{"name":"CWP_SKIPDISABLED","features":[371]},{"name":"CWP_SKIPINVISIBLE","features":[371]},{"name":"CWP_SKIPTRANSPARENT","features":[371]},{"name":"CW_USEDEFAULT","features":[371]},{"name":"CalculatePopupWindowPosition","features":[307,371]},{"name":"CallMsgFilterA","features":[307,371]},{"name":"CallMsgFilterW","features":[307,371]},{"name":"CallNextHookEx","features":[307,371]},{"name":"CallWindowProcA","features":[307,371]},{"name":"CallWindowProcW","features":[307,371]},{"name":"CancelShutdown","features":[307,371]},{"name":"CascadeWindows","features":[307,371]},{"name":"ChangeMenuA","features":[307,371]},{"name":"ChangeMenuW","features":[307,371]},{"name":"ChangeWindowMessageFilter","features":[307,371]},{"name":"ChangeWindowMessageFilterEx","features":[307,371]},{"name":"CharLowerA","features":[371]},{"name":"CharLowerBuffA","features":[371]},{"name":"CharLowerBuffW","features":[371]},{"name":"CharLowerW","features":[371]},{"name":"CharNextA","features":[371]},{"name":"CharNextExA","features":[371]},{"name":"CharNextW","features":[371]},{"name":"CharPrevA","features":[371]},{"name":"CharPrevExA","features":[371]},{"name":"CharPrevW","features":[371]},{"name":"CharToOemA","features":[307,371]},{"name":"CharToOemBuffA","features":[307,371]},{"name":"CharToOemBuffW","features":[307,371]},{"name":"CharToOemW","features":[307,371]},{"name":"CharUpperA","features":[371]},{"name":"CharUpperBuffA","features":[371]},{"name":"CharUpperBuffW","features":[371]},{"name":"CharUpperW","features":[371]},{"name":"CheckMenuItem","features":[371]},{"name":"CheckMenuRadioItem","features":[307,371]},{"name":"ChildWindowFromPoint","features":[307,371]},{"name":"ChildWindowFromPointEx","features":[307,371]},{"name":"ClipCursor","features":[307,371]},{"name":"CloseWindow","features":[307,371]},{"name":"CopyAcceleratorTableA","features":[371]},{"name":"CopyAcceleratorTableW","features":[371]},{"name":"CopyIcon","features":[371]},{"name":"CopyImage","features":[307,371]},{"name":"CreateAcceleratorTableA","features":[371]},{"name":"CreateAcceleratorTableW","features":[371]},{"name":"CreateCaret","features":[307,318,371]},{"name":"CreateCursor","features":[307,371]},{"name":"CreateDialogIndirectParamA","features":[307,371]},{"name":"CreateDialogIndirectParamW","features":[307,371]},{"name":"CreateDialogParamA","features":[307,371]},{"name":"CreateDialogParamW","features":[307,371]},{"name":"CreateIcon","features":[307,371]},{"name":"CreateIconFromResource","features":[307,371]},{"name":"CreateIconFromResourceEx","features":[307,371]},{"name":"CreateIconIndirect","features":[307,318,371]},{"name":"CreateMDIWindowA","features":[307,371]},{"name":"CreateMDIWindowW","features":[307,371]},{"name":"CreateMenu","features":[371]},{"name":"CreatePopupMenu","features":[371]},{"name":"CreateResourceIndexer","features":[371]},{"name":"CreateWindowExA","features":[307,371]},{"name":"CreateWindowExW","features":[307,371]},{"name":"DBTF_MEDIA","features":[371]},{"name":"DBTF_NET","features":[371]},{"name":"DBTF_RESOURCE","features":[371]},{"name":"DBTF_SLOWNET","features":[371]},{"name":"DBTF_XPORT","features":[371]},{"name":"DBT_APPYBEGIN","features":[371]},{"name":"DBT_APPYEND","features":[371]},{"name":"DBT_CONFIGCHANGECANCELED","features":[371]},{"name":"DBT_CONFIGCHANGED","features":[371]},{"name":"DBT_CONFIGMGAPI32","features":[371]},{"name":"DBT_CONFIGMGPRIVATE","features":[371]},{"name":"DBT_CUSTOMEVENT","features":[371]},{"name":"DBT_DEVICEARRIVAL","features":[371]},{"name":"DBT_DEVICEQUERYREMOVE","features":[371]},{"name":"DBT_DEVICEQUERYREMOVEFAILED","features":[371]},{"name":"DBT_DEVICEREMOVECOMPLETE","features":[371]},{"name":"DBT_DEVICEREMOVEPENDING","features":[371]},{"name":"DBT_DEVICETYPESPECIFIC","features":[371]},{"name":"DBT_DEVNODES_CHANGED","features":[371]},{"name":"DBT_DEVTYP_DEVICEINTERFACE","features":[371]},{"name":"DBT_DEVTYP_DEVNODE","features":[371]},{"name":"DBT_DEVTYP_HANDLE","features":[371]},{"name":"DBT_DEVTYP_NET","features":[371]},{"name":"DBT_DEVTYP_OEM","features":[371]},{"name":"DBT_DEVTYP_PORT","features":[371]},{"name":"DBT_DEVTYP_VOLUME","features":[371]},{"name":"DBT_LOW_DISK_SPACE","features":[371]},{"name":"DBT_MONITORCHANGE","features":[371]},{"name":"DBT_NO_DISK_SPACE","features":[371]},{"name":"DBT_QUERYCHANGECONFIG","features":[371]},{"name":"DBT_SHELLLOGGEDON","features":[371]},{"name":"DBT_USERDEFINED","features":[371]},{"name":"DBT_VOLLOCKLOCKFAILED","features":[371]},{"name":"DBT_VOLLOCKLOCKRELEASED","features":[371]},{"name":"DBT_VOLLOCKLOCKTAKEN","features":[371]},{"name":"DBT_VOLLOCKQUERYLOCK","features":[371]},{"name":"DBT_VOLLOCKQUERYUNLOCK","features":[371]},{"name":"DBT_VOLLOCKUNLOCKFAILED","features":[371]},{"name":"DBT_VPOWERDAPI","features":[371]},{"name":"DBT_VXDINITCOMPLETE","features":[371]},{"name":"DCX_EXCLUDEUPDATE","features":[371]},{"name":"DC_HASDEFID","features":[371]},{"name":"DEBUGHOOKINFO","features":[307,371]},{"name":"DEVICE_EVENT_BECOMING_READY","features":[371]},{"name":"DEVICE_EVENT_EXTERNAL_REQUEST","features":[371]},{"name":"DEVICE_EVENT_GENERIC_DATA","features":[371]},{"name":"DEVICE_EVENT_MOUNT","features":[371]},{"name":"DEVICE_EVENT_RBC_DATA","features":[371]},{"name":"DEVICE_NOTIFY_ALL_INTERFACE_CLASSES","features":[371]},{"name":"DEVICE_NOTIFY_CALLBACK","features":[371]},{"name":"DEVICE_NOTIFY_SERVICE_HANDLE","features":[371]},{"name":"DEVICE_NOTIFY_WINDOW_HANDLE","features":[371]},{"name":"DEV_BROADCAST_DEVICEINTERFACE_A","features":[371]},{"name":"DEV_BROADCAST_DEVICEINTERFACE_W","features":[371]},{"name":"DEV_BROADCAST_DEVNODE","features":[371]},{"name":"DEV_BROADCAST_HANDLE","features":[307,371]},{"name":"DEV_BROADCAST_HANDLE32","features":[371]},{"name":"DEV_BROADCAST_HANDLE64","features":[371]},{"name":"DEV_BROADCAST_HDR","features":[371]},{"name":"DEV_BROADCAST_HDR_DEVICE_TYPE","features":[371]},{"name":"DEV_BROADCAST_NET","features":[371]},{"name":"DEV_BROADCAST_OEM","features":[371]},{"name":"DEV_BROADCAST_PORT_A","features":[371]},{"name":"DEV_BROADCAST_PORT_W","features":[371]},{"name":"DEV_BROADCAST_VOLUME","features":[371]},{"name":"DEV_BROADCAST_VOLUME_FLAGS","features":[371]},{"name":"DIFFERENCE","features":[371]},{"name":"DISK_HEALTH_NOTIFICATION_DATA","features":[371]},{"name":"DI_COMPAT","features":[371]},{"name":"DI_DEFAULTSIZE","features":[371]},{"name":"DI_FLAGS","features":[371]},{"name":"DI_IMAGE","features":[371]},{"name":"DI_MASK","features":[371]},{"name":"DI_NOMIRROR","features":[371]},{"name":"DI_NORMAL","features":[371]},{"name":"DLGC_BUTTON","features":[371]},{"name":"DLGC_DEFPUSHBUTTON","features":[371]},{"name":"DLGC_HASSETSEL","features":[371]},{"name":"DLGC_RADIOBUTTON","features":[371]},{"name":"DLGC_STATIC","features":[371]},{"name":"DLGC_UNDEFPUSHBUTTON","features":[371]},{"name":"DLGC_WANTALLKEYS","features":[371]},{"name":"DLGC_WANTARROWS","features":[371]},{"name":"DLGC_WANTCHARS","features":[371]},{"name":"DLGC_WANTMESSAGE","features":[371]},{"name":"DLGC_WANTTAB","features":[371]},{"name":"DLGITEMTEMPLATE","features":[371]},{"name":"DLGPROC","features":[307,371]},{"name":"DLGTEMPLATE","features":[371]},{"name":"DLGWINDOWEXTRA","features":[371]},{"name":"DM_GETDEFID","features":[371]},{"name":"DM_POINTERHITTEST","features":[371]},{"name":"DM_REPOSITION","features":[371]},{"name":"DM_SETDEFID","features":[371]},{"name":"DOF_DIRECTORY","features":[371]},{"name":"DOF_DOCUMENT","features":[371]},{"name":"DOF_EXECUTABLE","features":[371]},{"name":"DOF_MULTIPLE","features":[371]},{"name":"DOF_PROGMAN","features":[371]},{"name":"DOF_SHELLDATA","features":[371]},{"name":"DO_DROPFILE","features":[371]},{"name":"DO_PRINTFILE","features":[371]},{"name":"DROPSTRUCT","features":[307,371]},{"name":"DS_3DLOOK","features":[371]},{"name":"DS_ABSALIGN","features":[371]},{"name":"DS_CENTER","features":[371]},{"name":"DS_CENTERMOUSE","features":[371]},{"name":"DS_CONTEXTHELP","features":[371]},{"name":"DS_CONTROL","features":[371]},{"name":"DS_FIXEDSYS","features":[371]},{"name":"DS_LOCALEDIT","features":[371]},{"name":"DS_MODALFRAME","features":[371]},{"name":"DS_NOFAILCREATE","features":[371]},{"name":"DS_NOIDLEMSG","features":[371]},{"name":"DS_SETFONT","features":[371]},{"name":"DS_SETFOREGROUND","features":[371]},{"name":"DS_SYSMODAL","features":[371]},{"name":"DS_USEPIXELS","features":[371]},{"name":"DWLP_MSGRESULT","features":[371]},{"name":"DWL_DLGPROC","features":[371]},{"name":"DWL_MSGRESULT","features":[371]},{"name":"DWL_USER","features":[371]},{"name":"DefDlgProcA","features":[307,371]},{"name":"DefDlgProcW","features":[307,371]},{"name":"DefFrameProcA","features":[307,371]},{"name":"DefFrameProcW","features":[307,371]},{"name":"DefMDIChildProcA","features":[307,371]},{"name":"DefMDIChildProcW","features":[307,371]},{"name":"DefWindowProcA","features":[307,371]},{"name":"DefWindowProcW","features":[307,371]},{"name":"DeferWindowPos","features":[307,371]},{"name":"DeleteMenu","features":[307,371]},{"name":"DeregisterShellHookWindow","features":[307,371]},{"name":"DestroyAcceleratorTable","features":[307,371]},{"name":"DestroyCaret","features":[307,371]},{"name":"DestroyCursor","features":[307,371]},{"name":"DestroyIcon","features":[307,371]},{"name":"DestroyIndexedResults","features":[371]},{"name":"DestroyMenu","features":[307,371]},{"name":"DestroyResourceIndexer","features":[371]},{"name":"DestroyWindow","features":[307,371]},{"name":"DialogBoxIndirectParamA","features":[307,371]},{"name":"DialogBoxIndirectParamW","features":[307,371]},{"name":"DialogBoxParamA","features":[307,371]},{"name":"DialogBoxParamW","features":[307,371]},{"name":"DisableProcessWindowsGhosting","features":[371]},{"name":"DispatchMessageA","features":[307,371]},{"name":"DispatchMessageW","features":[307,371]},{"name":"DragObject","features":[307,371]},{"name":"DrawIcon","features":[307,318,371]},{"name":"DrawIconEx","features":[307,318,371]},{"name":"DrawMenuBar","features":[307,371]},{"name":"EC_LEFTMARGIN","features":[371]},{"name":"EC_RIGHTMARGIN","features":[371]},{"name":"EC_USEFONTINFO","features":[371]},{"name":"EDD_GET_DEVICE_INTERFACE_NAME","features":[371]},{"name":"EDIT_CONTROL_FEATURE","features":[371]},{"name":"EDIT_CONTROL_FEATURE_ENTERPRISE_DATA_PROTECTION_PASTE_SUPPORT","features":[371]},{"name":"EDIT_CONTROL_FEATURE_PASTE_NOTIFICATIONS","features":[371]},{"name":"EIMES_CANCELCOMPSTRINFOCUS","features":[371]},{"name":"EIMES_COMPLETECOMPSTRKILLFOCUS","features":[371]},{"name":"EIMES_GETCOMPSTRATONCE","features":[371]},{"name":"EMSIS_COMPOSITIONSTRING","features":[371]},{"name":"ENDSESSION_CLOSEAPP","features":[371]},{"name":"ENDSESSION_CRITICAL","features":[371]},{"name":"ENDSESSION_LOGOFF","features":[371]},{"name":"EN_AFTER_PASTE","features":[371]},{"name":"EN_ALIGN_LTR_EC","features":[371]},{"name":"EN_ALIGN_RTL_EC","features":[371]},{"name":"EN_BEFORE_PASTE","features":[371]},{"name":"EN_CHANGE","features":[371]},{"name":"EN_ERRSPACE","features":[371]},{"name":"EN_HSCROLL","features":[371]},{"name":"EN_KILLFOCUS","features":[371]},{"name":"EN_MAXTEXT","features":[371]},{"name":"EN_SETFOCUS","features":[371]},{"name":"EN_UPDATE","features":[371]},{"name":"EN_VSCROLL","features":[371]},{"name":"ES_AUTOHSCROLL","features":[371]},{"name":"ES_AUTOVSCROLL","features":[371]},{"name":"ES_CENTER","features":[371]},{"name":"ES_LEFT","features":[371]},{"name":"ES_LOWERCASE","features":[371]},{"name":"ES_MULTILINE","features":[371]},{"name":"ES_NOHIDESEL","features":[371]},{"name":"ES_NUMBER","features":[371]},{"name":"ES_OEMCONVERT","features":[371]},{"name":"ES_PASSWORD","features":[371]},{"name":"ES_READONLY","features":[371]},{"name":"ES_RIGHT","features":[371]},{"name":"ES_UPPERCASE","features":[371]},{"name":"ES_WANTRETURN","features":[371]},{"name":"EVENTMSG","features":[307,371]},{"name":"EVENT_AIA_END","features":[371]},{"name":"EVENT_AIA_START","features":[371]},{"name":"EVENT_CONSOLE_CARET","features":[371]},{"name":"EVENT_CONSOLE_END","features":[371]},{"name":"EVENT_CONSOLE_END_APPLICATION","features":[371]},{"name":"EVENT_CONSOLE_LAYOUT","features":[371]},{"name":"EVENT_CONSOLE_START_APPLICATION","features":[371]},{"name":"EVENT_CONSOLE_UPDATE_REGION","features":[371]},{"name":"EVENT_CONSOLE_UPDATE_SCROLL","features":[371]},{"name":"EVENT_CONSOLE_UPDATE_SIMPLE","features":[371]},{"name":"EVENT_MAX","features":[371]},{"name":"EVENT_MIN","features":[371]},{"name":"EVENT_OBJECT_ACCELERATORCHANGE","features":[371]},{"name":"EVENT_OBJECT_CLOAKED","features":[371]},{"name":"EVENT_OBJECT_CONTENTSCROLLED","features":[371]},{"name":"EVENT_OBJECT_CREATE","features":[371]},{"name":"EVENT_OBJECT_DEFACTIONCHANGE","features":[371]},{"name":"EVENT_OBJECT_DESCRIPTIONCHANGE","features":[371]},{"name":"EVENT_OBJECT_DESTROY","features":[371]},{"name":"EVENT_OBJECT_DRAGCANCEL","features":[371]},{"name":"EVENT_OBJECT_DRAGCOMPLETE","features":[371]},{"name":"EVENT_OBJECT_DRAGDROPPED","features":[371]},{"name":"EVENT_OBJECT_DRAGENTER","features":[371]},{"name":"EVENT_OBJECT_DRAGLEAVE","features":[371]},{"name":"EVENT_OBJECT_DRAGSTART","features":[371]},{"name":"EVENT_OBJECT_END","features":[371]},{"name":"EVENT_OBJECT_FOCUS","features":[371]},{"name":"EVENT_OBJECT_HELPCHANGE","features":[371]},{"name":"EVENT_OBJECT_HIDE","features":[371]},{"name":"EVENT_OBJECT_HOSTEDOBJECTSINVALIDATED","features":[371]},{"name":"EVENT_OBJECT_IME_CHANGE","features":[371]},{"name":"EVENT_OBJECT_IME_HIDE","features":[371]},{"name":"EVENT_OBJECT_IME_SHOW","features":[371]},{"name":"EVENT_OBJECT_INVOKED","features":[371]},{"name":"EVENT_OBJECT_LIVEREGIONCHANGED","features":[371]},{"name":"EVENT_OBJECT_LOCATIONCHANGE","features":[371]},{"name":"EVENT_OBJECT_NAMECHANGE","features":[371]},{"name":"EVENT_OBJECT_PARENTCHANGE","features":[371]},{"name":"EVENT_OBJECT_REORDER","features":[371]},{"name":"EVENT_OBJECT_SELECTION","features":[371]},{"name":"EVENT_OBJECT_SELECTIONADD","features":[371]},{"name":"EVENT_OBJECT_SELECTIONREMOVE","features":[371]},{"name":"EVENT_OBJECT_SELECTIONWITHIN","features":[371]},{"name":"EVENT_OBJECT_SHOW","features":[371]},{"name":"EVENT_OBJECT_STATECHANGE","features":[371]},{"name":"EVENT_OBJECT_TEXTEDIT_CONVERSIONTARGETCHANGED","features":[371]},{"name":"EVENT_OBJECT_TEXTSELECTIONCHANGED","features":[371]},{"name":"EVENT_OBJECT_UNCLOAKED","features":[371]},{"name":"EVENT_OBJECT_VALUECHANGE","features":[371]},{"name":"EVENT_OEM_DEFINED_END","features":[371]},{"name":"EVENT_OEM_DEFINED_START","features":[371]},{"name":"EVENT_SYSTEM_ALERT","features":[371]},{"name":"EVENT_SYSTEM_ARRANGMENTPREVIEW","features":[371]},{"name":"EVENT_SYSTEM_CAPTUREEND","features":[371]},{"name":"EVENT_SYSTEM_CAPTURESTART","features":[371]},{"name":"EVENT_SYSTEM_CONTEXTHELPEND","features":[371]},{"name":"EVENT_SYSTEM_CONTEXTHELPSTART","features":[371]},{"name":"EVENT_SYSTEM_DESKTOPSWITCH","features":[371]},{"name":"EVENT_SYSTEM_DIALOGEND","features":[371]},{"name":"EVENT_SYSTEM_DIALOGSTART","features":[371]},{"name":"EVENT_SYSTEM_DRAGDROPEND","features":[371]},{"name":"EVENT_SYSTEM_DRAGDROPSTART","features":[371]},{"name":"EVENT_SYSTEM_END","features":[371]},{"name":"EVENT_SYSTEM_FOREGROUND","features":[371]},{"name":"EVENT_SYSTEM_IME_KEY_NOTIFICATION","features":[371]},{"name":"EVENT_SYSTEM_MENUEND","features":[371]},{"name":"EVENT_SYSTEM_MENUPOPUPEND","features":[371]},{"name":"EVENT_SYSTEM_MENUPOPUPSTART","features":[371]},{"name":"EVENT_SYSTEM_MENUSTART","features":[371]},{"name":"EVENT_SYSTEM_MINIMIZEEND","features":[371]},{"name":"EVENT_SYSTEM_MINIMIZESTART","features":[371]},{"name":"EVENT_SYSTEM_MOVESIZEEND","features":[371]},{"name":"EVENT_SYSTEM_MOVESIZESTART","features":[371]},{"name":"EVENT_SYSTEM_SCROLLINGEND","features":[371]},{"name":"EVENT_SYSTEM_SCROLLINGSTART","features":[371]},{"name":"EVENT_SYSTEM_SOUND","features":[371]},{"name":"EVENT_SYSTEM_SWITCHEND","features":[371]},{"name":"EVENT_SYSTEM_SWITCHER_APPDROPPED","features":[371]},{"name":"EVENT_SYSTEM_SWITCHER_APPGRABBED","features":[371]},{"name":"EVENT_SYSTEM_SWITCHER_APPOVERTARGET","features":[371]},{"name":"EVENT_SYSTEM_SWITCHER_CANCELLED","features":[371]},{"name":"EVENT_SYSTEM_SWITCHSTART","features":[371]},{"name":"EVENT_UIA_EVENTID_END","features":[371]},{"name":"EVENT_UIA_EVENTID_START","features":[371]},{"name":"EVENT_UIA_PROPID_END","features":[371]},{"name":"EVENT_UIA_PROPID_START","features":[371]},{"name":"EnableMenuItem","features":[307,371]},{"name":"EndDeferWindowPos","features":[307,371]},{"name":"EndDialog","features":[307,371]},{"name":"EndMenu","features":[307,371]},{"name":"EnumChildWindows","features":[307,371]},{"name":"EnumPropsA","features":[307,371]},{"name":"EnumPropsExA","features":[307,371]},{"name":"EnumPropsExW","features":[307,371]},{"name":"EnumPropsW","features":[307,371]},{"name":"EnumThreadWindows","features":[307,371]},{"name":"EnumWindows","features":[307,371]},{"name":"FALT","features":[371]},{"name":"FAPPCOMMAND_KEY","features":[371]},{"name":"FAPPCOMMAND_MASK","features":[371]},{"name":"FAPPCOMMAND_MOUSE","features":[371]},{"name":"FAPPCOMMAND_OEM","features":[371]},{"name":"FCONTROL","features":[371]},{"name":"FE_FONTSMOOTHINGCLEARTYPE","features":[371]},{"name":"FE_FONTSMOOTHINGORIENTATIONBGR","features":[371]},{"name":"FE_FONTSMOOTHINGORIENTATIONRGB","features":[371]},{"name":"FE_FONTSMOOTHINGSTANDARD","features":[371]},{"name":"FKF_AVAILABLE","features":[371]},{"name":"FKF_CLICKON","features":[371]},{"name":"FKF_CONFIRMHOTKEY","features":[371]},{"name":"FKF_FILTERKEYSON","features":[371]},{"name":"FKF_HOTKEYACTIVE","features":[371]},{"name":"FKF_HOTKEYSOUND","features":[371]},{"name":"FKF_INDICATOR","features":[371]},{"name":"FLASHWINFO","features":[307,371]},{"name":"FLASHWINFO_FLAGS","features":[371]},{"name":"FLASHW_ALL","features":[371]},{"name":"FLASHW_CAPTION","features":[371]},{"name":"FLASHW_STOP","features":[371]},{"name":"FLASHW_TIMER","features":[371]},{"name":"FLASHW_TIMERNOFG","features":[371]},{"name":"FLASHW_TRAY","features":[371]},{"name":"FNOINVERT","features":[371]},{"name":"FOREGROUND_WINDOW_LOCK_CODE","features":[371]},{"name":"FSHIFT","features":[371]},{"name":"FVIRTKEY","features":[371]},{"name":"FindWindowA","features":[307,371]},{"name":"FindWindowExA","features":[307,371]},{"name":"FindWindowExW","features":[307,371]},{"name":"FindWindowW","features":[307,371]},{"name":"FlashWindow","features":[307,371]},{"name":"FlashWindowEx","features":[307,371]},{"name":"GA_PARENT","features":[371]},{"name":"GA_ROOT","features":[371]},{"name":"GA_ROOTOWNER","features":[371]},{"name":"GCF_INCLUDE_ANCESTORS","features":[371]},{"name":"GCLP_HBRBACKGROUND","features":[371]},{"name":"GCLP_HCURSOR","features":[371]},{"name":"GCLP_HICON","features":[371]},{"name":"GCLP_HICONSM","features":[371]},{"name":"GCLP_HMODULE","features":[371]},{"name":"GCLP_MENUNAME","features":[371]},{"name":"GCLP_WNDPROC","features":[371]},{"name":"GCL_CBCLSEXTRA","features":[371]},{"name":"GCL_CBWNDEXTRA","features":[371]},{"name":"GCL_HBRBACKGROUND","features":[371]},{"name":"GCL_HCURSOR","features":[371]},{"name":"GCL_HICON","features":[371]},{"name":"GCL_HICONSM","features":[371]},{"name":"GCL_HMODULE","features":[371]},{"name":"GCL_MENUNAME","features":[371]},{"name":"GCL_STYLE","features":[371]},{"name":"GCL_WNDPROC","features":[371]},{"name":"GCW_ATOM","features":[371]},{"name":"GDI_IMAGE_TYPE","features":[371]},{"name":"GESTURECONFIGMAXCOUNT","features":[371]},{"name":"GESTUREVISUALIZATION_DOUBLETAP","features":[371]},{"name":"GESTUREVISUALIZATION_OFF","features":[371]},{"name":"GESTUREVISUALIZATION_ON","features":[371]},{"name":"GESTUREVISUALIZATION_PRESSANDHOLD","features":[371]},{"name":"GESTUREVISUALIZATION_PRESSANDTAP","features":[371]},{"name":"GESTUREVISUALIZATION_RIGHTTAP","features":[371]},{"name":"GESTUREVISUALIZATION_TAP","features":[371]},{"name":"GETCLIPBMETADATA","features":[307,371]},{"name":"GET_ANCESTOR_FLAGS","features":[371]},{"name":"GET_CLASS_LONG_INDEX","features":[371]},{"name":"GET_MENU_DEFAULT_ITEM_FLAGS","features":[371]},{"name":"GET_WINDOW_CMD","features":[371]},{"name":"GF_BEGIN","features":[371]},{"name":"GF_END","features":[371]},{"name":"GF_INERTIA","features":[371]},{"name":"GIDC_ARRIVAL","features":[371]},{"name":"GIDC_REMOVAL","features":[371]},{"name":"GMDI_GOINTOPOPUPS","features":[371]},{"name":"GMDI_USEDISABLED","features":[371]},{"name":"GUID_DEVICE_EVENT_RBC","features":[371]},{"name":"GUID_IO_CDROM_EXCLUSIVE_LOCK","features":[371]},{"name":"GUID_IO_CDROM_EXCLUSIVE_UNLOCK","features":[371]},{"name":"GUID_IO_DEVICE_BECOMING_READY","features":[371]},{"name":"GUID_IO_DEVICE_EXTERNAL_REQUEST","features":[371]},{"name":"GUID_IO_DISK_CLONE_ARRIVAL","features":[371]},{"name":"GUID_IO_DISK_CLONE_ARRIVAL_INFORMATION","features":[371]},{"name":"GUID_IO_DISK_HEALTH_NOTIFICATION","features":[371]},{"name":"GUID_IO_DISK_LAYOUT_CHANGE","features":[371]},{"name":"GUID_IO_DRIVE_REQUIRES_CLEANING","features":[371]},{"name":"GUID_IO_MEDIA_ARRIVAL","features":[371]},{"name":"GUID_IO_MEDIA_EJECT_REQUEST","features":[371]},{"name":"GUID_IO_MEDIA_REMOVAL","features":[371]},{"name":"GUID_IO_TAPE_ERASE","features":[371]},{"name":"GUID_IO_VOLUME_BACKGROUND_FORMAT","features":[371]},{"name":"GUID_IO_VOLUME_CHANGE","features":[371]},{"name":"GUID_IO_VOLUME_CHANGE_SIZE","features":[371]},{"name":"GUID_IO_VOLUME_DEVICE_INTERFACE","features":[371]},{"name":"GUID_IO_VOLUME_DISMOUNT","features":[371]},{"name":"GUID_IO_VOLUME_DISMOUNT_FAILED","features":[371]},{"name":"GUID_IO_VOLUME_FORCE_CLOSED","features":[371]},{"name":"GUID_IO_VOLUME_FVE_STATUS_CHANGE","features":[371]},{"name":"GUID_IO_VOLUME_INFO_MAKE_COMPAT","features":[371]},{"name":"GUID_IO_VOLUME_LOCK","features":[371]},{"name":"GUID_IO_VOLUME_LOCK_FAILED","features":[371]},{"name":"GUID_IO_VOLUME_MOUNT","features":[371]},{"name":"GUID_IO_VOLUME_NAME_CHANGE","features":[371]},{"name":"GUID_IO_VOLUME_NEED_CHKDSK","features":[371]},{"name":"GUID_IO_VOLUME_PHYSICAL_CONFIGURATION_CHANGE","features":[371]},{"name":"GUID_IO_VOLUME_PREPARING_EJECT","features":[371]},{"name":"GUID_IO_VOLUME_UNIQUE_ID_CHANGE","features":[371]},{"name":"GUID_IO_VOLUME_UNLOCK","features":[371]},{"name":"GUID_IO_VOLUME_WEARING_OUT","features":[371]},{"name":"GUID_IO_VOLUME_WORM_NEAR_FULL","features":[371]},{"name":"GUITHREADINFO","features":[307,371]},{"name":"GUITHREADINFO_FLAGS","features":[371]},{"name":"GUI_16BITTASK","features":[371]},{"name":"GUI_CARETBLINKING","features":[371]},{"name":"GUI_INMENUMODE","features":[371]},{"name":"GUI_INMOVESIZE","features":[371]},{"name":"GUI_POPUPMENUMODE","features":[371]},{"name":"GUI_SYSTEMMENUMODE","features":[371]},{"name":"GWFS_INCLUDE_ANCESTORS","features":[371]},{"name":"GWLP_HINSTANCE","features":[371]},{"name":"GWLP_HWNDPARENT","features":[371]},{"name":"GWLP_ID","features":[371]},{"name":"GWLP_USERDATA","features":[371]},{"name":"GWLP_WNDPROC","features":[371]},{"name":"GWL_EXSTYLE","features":[371]},{"name":"GWL_HINSTANCE","features":[371]},{"name":"GWL_HWNDPARENT","features":[371]},{"name":"GWL_ID","features":[371]},{"name":"GWL_STYLE","features":[371]},{"name":"GWL_USERDATA","features":[371]},{"name":"GWL_WNDPROC","features":[371]},{"name":"GW_CHILD","features":[371]},{"name":"GW_ENABLEDPOPUP","features":[371]},{"name":"GW_HWNDFIRST","features":[371]},{"name":"GW_HWNDLAST","features":[371]},{"name":"GW_HWNDNEXT","features":[371]},{"name":"GW_HWNDPREV","features":[371]},{"name":"GW_MAX","features":[371]},{"name":"GW_OWNER","features":[371]},{"name":"GetAltTabInfoA","features":[307,371]},{"name":"GetAltTabInfoW","features":[307,371]},{"name":"GetAncestor","features":[307,371]},{"name":"GetCaretBlinkTime","features":[371]},{"name":"GetCaretPos","features":[307,371]},{"name":"GetClassInfoA","features":[307,318,371]},{"name":"GetClassInfoExA","features":[307,318,371]},{"name":"GetClassInfoExW","features":[307,318,371]},{"name":"GetClassInfoW","features":[307,318,371]},{"name":"GetClassLongA","features":[307,371]},{"name":"GetClassLongPtrA","features":[307,371]},{"name":"GetClassLongPtrW","features":[307,371]},{"name":"GetClassLongW","features":[307,371]},{"name":"GetClassNameA","features":[307,371]},{"name":"GetClassNameW","features":[307,371]},{"name":"GetClassWord","features":[307,371]},{"name":"GetClientRect","features":[307,371]},{"name":"GetClipCursor","features":[307,371]},{"name":"GetCursor","features":[371]},{"name":"GetCursorInfo","features":[307,371]},{"name":"GetCursorPos","features":[307,371]},{"name":"GetDesktopWindow","features":[307,371]},{"name":"GetDialogBaseUnits","features":[371]},{"name":"GetDlgCtrlID","features":[307,371]},{"name":"GetDlgItem","features":[307,371]},{"name":"GetDlgItemInt","features":[307,371]},{"name":"GetDlgItemTextA","features":[307,371]},{"name":"GetDlgItemTextW","features":[307,371]},{"name":"GetForegroundWindow","features":[307,371]},{"name":"GetGUIThreadInfo","features":[307,371]},{"name":"GetIconInfo","features":[307,318,371]},{"name":"GetIconInfoExA","features":[307,318,371]},{"name":"GetIconInfoExW","features":[307,318,371]},{"name":"GetInputState","features":[307,371]},{"name":"GetLastActivePopup","features":[307,371]},{"name":"GetLayeredWindowAttributes","features":[307,371]},{"name":"GetMenu","features":[307,371]},{"name":"GetMenuBarInfo","features":[307,371]},{"name":"GetMenuCheckMarkDimensions","features":[371]},{"name":"GetMenuDefaultItem","features":[371]},{"name":"GetMenuInfo","features":[307,318,371]},{"name":"GetMenuItemCount","features":[371]},{"name":"GetMenuItemID","features":[371]},{"name":"GetMenuItemInfoA","features":[307,318,371]},{"name":"GetMenuItemInfoW","features":[307,318,371]},{"name":"GetMenuItemRect","features":[307,371]},{"name":"GetMenuState","features":[371]},{"name":"GetMenuStringA","features":[371]},{"name":"GetMenuStringW","features":[371]},{"name":"GetMessageA","features":[307,371]},{"name":"GetMessageExtraInfo","features":[307,371]},{"name":"GetMessagePos","features":[371]},{"name":"GetMessageTime","features":[371]},{"name":"GetMessageW","features":[307,371]},{"name":"GetNextDlgGroupItem","features":[307,371]},{"name":"GetNextDlgTabItem","features":[307,371]},{"name":"GetParent","features":[307,371]},{"name":"GetPhysicalCursorPos","features":[307,371]},{"name":"GetProcessDefaultLayout","features":[307,371]},{"name":"GetPropA","features":[307,371]},{"name":"GetPropW","features":[307,371]},{"name":"GetQueueStatus","features":[371]},{"name":"GetScrollBarInfo","features":[307,371]},{"name":"GetScrollInfo","features":[307,371]},{"name":"GetScrollPos","features":[307,371]},{"name":"GetScrollRange","features":[307,371]},{"name":"GetShellWindow","features":[307,371]},{"name":"GetSubMenu","features":[371]},{"name":"GetSystemMenu","features":[307,371]},{"name":"GetSystemMetrics","features":[371]},{"name":"GetTitleBarInfo","features":[307,371]},{"name":"GetTopWindow","features":[307,371]},{"name":"GetWindow","features":[307,371]},{"name":"GetWindowDisplayAffinity","features":[307,371]},{"name":"GetWindowInfo","features":[307,371]},{"name":"GetWindowLongA","features":[307,371]},{"name":"GetWindowLongPtrA","features":[307,371]},{"name":"GetWindowLongPtrW","features":[307,371]},{"name":"GetWindowLongW","features":[307,371]},{"name":"GetWindowModuleFileNameA","features":[307,371]},{"name":"GetWindowModuleFileNameW","features":[307,371]},{"name":"GetWindowPlacement","features":[307,371]},{"name":"GetWindowRect","features":[307,371]},{"name":"GetWindowTextA","features":[307,371]},{"name":"GetWindowTextLengthA","features":[307,371]},{"name":"GetWindowTextLengthW","features":[307,371]},{"name":"GetWindowTextW","features":[307,371]},{"name":"GetWindowThreadProcessId","features":[307,371]},{"name":"GetWindowWord","features":[307,371]},{"name":"HACCEL","features":[371]},{"name":"HANDEDNESS","features":[371]},{"name":"HANDEDNESS_LEFT","features":[371]},{"name":"HANDEDNESS_RIGHT","features":[371]},{"name":"HARDWAREHOOKSTRUCT","features":[307,371]},{"name":"HBMMENU_CALLBACK","features":[318,371]},{"name":"HBMMENU_MBAR_CLOSE","features":[318,371]},{"name":"HBMMENU_MBAR_CLOSE_D","features":[318,371]},{"name":"HBMMENU_MBAR_MINIMIZE","features":[318,371]},{"name":"HBMMENU_MBAR_MINIMIZE_D","features":[318,371]},{"name":"HBMMENU_MBAR_RESTORE","features":[318,371]},{"name":"HBMMENU_POPUP_CLOSE","features":[318,371]},{"name":"HBMMENU_POPUP_MAXIMIZE","features":[318,371]},{"name":"HBMMENU_POPUP_MINIMIZE","features":[318,371]},{"name":"HBMMENU_POPUP_RESTORE","features":[318,371]},{"name":"HBMMENU_SYSTEM","features":[318,371]},{"name":"HCBT_ACTIVATE","features":[371]},{"name":"HCBT_CLICKSKIPPED","features":[371]},{"name":"HCBT_CREATEWND","features":[371]},{"name":"HCBT_DESTROYWND","features":[371]},{"name":"HCBT_KEYSKIPPED","features":[371]},{"name":"HCBT_MINMAX","features":[371]},{"name":"HCBT_MOVESIZE","features":[371]},{"name":"HCBT_QS","features":[371]},{"name":"HCBT_SETFOCUS","features":[371]},{"name":"HCBT_SYSCOMMAND","features":[371]},{"name":"HCF_DEFAULTDESKTOP","features":[371]},{"name":"HCF_LOGONDESKTOP","features":[371]},{"name":"HCURSOR","features":[371]},{"name":"HC_ACTION","features":[371]},{"name":"HC_GETNEXT","features":[371]},{"name":"HC_NOREM","features":[371]},{"name":"HC_NOREMOVE","features":[371]},{"name":"HC_SKIP","features":[371]},{"name":"HC_SYSMODALOFF","features":[371]},{"name":"HC_SYSMODALON","features":[371]},{"name":"HDEVNOTIFY","features":[371]},{"name":"HDWP","features":[371]},{"name":"HELP_COMMAND","features":[371]},{"name":"HELP_CONTENTS","features":[371]},{"name":"HELP_CONTEXT","features":[371]},{"name":"HELP_CONTEXTMENU","features":[371]},{"name":"HELP_CONTEXTPOPUP","features":[371]},{"name":"HELP_FINDER","features":[371]},{"name":"HELP_FORCEFILE","features":[371]},{"name":"HELP_HELPONHELP","features":[371]},{"name":"HELP_INDEX","features":[371]},{"name":"HELP_KEY","features":[371]},{"name":"HELP_MULTIKEY","features":[371]},{"name":"HELP_PARTIALKEY","features":[371]},{"name":"HELP_QUIT","features":[371]},{"name":"HELP_SETCONTENTS","features":[371]},{"name":"HELP_SETINDEX","features":[371]},{"name":"HELP_SETPOPUP_POS","features":[371]},{"name":"HELP_SETWINPOS","features":[371]},{"name":"HELP_TCARD","features":[371]},{"name":"HELP_TCARD_DATA","features":[371]},{"name":"HELP_TCARD_OTHER_CALLER","features":[371]},{"name":"HELP_WM_HELP","features":[371]},{"name":"HHOOK","features":[371]},{"name":"HICON","features":[371]},{"name":"HIDE_WINDOW","features":[371]},{"name":"HKL_NEXT","features":[371]},{"name":"HKL_PREV","features":[371]},{"name":"HMENU","features":[371]},{"name":"HOOKPROC","features":[307,371]},{"name":"HSHELL_ACCESSIBILITYSTATE","features":[371]},{"name":"HSHELL_ACTIVATESHELLWINDOW","features":[371]},{"name":"HSHELL_APPCOMMAND","features":[371]},{"name":"HSHELL_ENDTASK","features":[371]},{"name":"HSHELL_GETMINRECT","features":[371]},{"name":"HSHELL_HIGHBIT","features":[371]},{"name":"HSHELL_LANGUAGE","features":[371]},{"name":"HSHELL_MONITORCHANGED","features":[371]},{"name":"HSHELL_REDRAW","features":[371]},{"name":"HSHELL_SYSMENU","features":[371]},{"name":"HSHELL_TASKMAN","features":[371]},{"name":"HSHELL_WINDOWACTIVATED","features":[371]},{"name":"HSHELL_WINDOWCREATED","features":[371]},{"name":"HSHELL_WINDOWDESTROYED","features":[371]},{"name":"HSHELL_WINDOWREPLACED","features":[371]},{"name":"HSHELL_WINDOWREPLACING","features":[371]},{"name":"HTBORDER","features":[371]},{"name":"HTBOTTOM","features":[371]},{"name":"HTBOTTOMLEFT","features":[371]},{"name":"HTBOTTOMRIGHT","features":[371]},{"name":"HTCAPTION","features":[371]},{"name":"HTCLIENT","features":[371]},{"name":"HTCLOSE","features":[371]},{"name":"HTERROR","features":[371]},{"name":"HTGROWBOX","features":[371]},{"name":"HTHELP","features":[371]},{"name":"HTHSCROLL","features":[371]},{"name":"HTLEFT","features":[371]},{"name":"HTMAXBUTTON","features":[371]},{"name":"HTMENU","features":[371]},{"name":"HTMINBUTTON","features":[371]},{"name":"HTNOWHERE","features":[371]},{"name":"HTOBJECT","features":[371]},{"name":"HTREDUCE","features":[371]},{"name":"HTRIGHT","features":[371]},{"name":"HTSIZE","features":[371]},{"name":"HTSIZEFIRST","features":[371]},{"name":"HTSIZELAST","features":[371]},{"name":"HTSYSMENU","features":[371]},{"name":"HTTOP","features":[371]},{"name":"HTTOPLEFT","features":[371]},{"name":"HTTOPRIGHT","features":[371]},{"name":"HTTRANSPARENT","features":[371]},{"name":"HTVSCROLL","features":[371]},{"name":"HTZOOM","features":[371]},{"name":"HWND_BOTTOM","features":[307,371]},{"name":"HWND_BROADCAST","features":[307,371]},{"name":"HWND_DESKTOP","features":[307,371]},{"name":"HWND_MESSAGE","features":[307,371]},{"name":"HWND_NOTOPMOST","features":[307,371]},{"name":"HWND_TOP","features":[307,371]},{"name":"HWND_TOPMOST","features":[307,371]},{"name":"HideCaret","features":[307,371]},{"name":"HiliteMenuItem","features":[307,371]},{"name":"ICONINFO","features":[307,318,371]},{"name":"ICONINFOEXA","features":[307,318,371]},{"name":"ICONINFOEXW","features":[307,318,371]},{"name":"ICONMETRICSA","features":[318,371]},{"name":"ICONMETRICSW","features":[318,371]},{"name":"ICON_BIG","features":[371]},{"name":"ICON_SMALL","features":[371]},{"name":"ICON_SMALL2","features":[371]},{"name":"IDABORT","features":[371]},{"name":"IDANI_CAPTION","features":[371]},{"name":"IDANI_OPEN","features":[371]},{"name":"IDASYNC","features":[371]},{"name":"IDCANCEL","features":[371]},{"name":"IDCLOSE","features":[371]},{"name":"IDCONTINUE","features":[371]},{"name":"IDC_APPSTARTING","features":[371]},{"name":"IDC_ARROW","features":[371]},{"name":"IDC_CROSS","features":[371]},{"name":"IDC_HAND","features":[371]},{"name":"IDC_HELP","features":[371]},{"name":"IDC_IBEAM","features":[371]},{"name":"IDC_ICON","features":[371]},{"name":"IDC_NO","features":[371]},{"name":"IDC_PERSON","features":[371]},{"name":"IDC_PIN","features":[371]},{"name":"IDC_SIZE","features":[371]},{"name":"IDC_SIZEALL","features":[371]},{"name":"IDC_SIZENESW","features":[371]},{"name":"IDC_SIZENS","features":[371]},{"name":"IDC_SIZENWSE","features":[371]},{"name":"IDC_SIZEWE","features":[371]},{"name":"IDC_STATIC","features":[371]},{"name":"IDC_UPARROW","features":[371]},{"name":"IDC_WAIT","features":[371]},{"name":"IDHELP","features":[371]},{"name":"IDHOT_SNAPDESKTOP","features":[371]},{"name":"IDHOT_SNAPWINDOW","features":[371]},{"name":"IDH_CANCEL","features":[371]},{"name":"IDH_GENERIC_HELP_BUTTON","features":[371]},{"name":"IDH_HELP","features":[371]},{"name":"IDH_MISSING_CONTEXT","features":[371]},{"name":"IDH_NO_HELP","features":[371]},{"name":"IDH_OK","features":[371]},{"name":"IDIGNORE","features":[371]},{"name":"IDI_APPLICATION","features":[371]},{"name":"IDI_ASTERISK","features":[371]},{"name":"IDI_ERROR","features":[371]},{"name":"IDI_EXCLAMATION","features":[371]},{"name":"IDI_HAND","features":[371]},{"name":"IDI_INFORMATION","features":[371]},{"name":"IDI_QUESTION","features":[371]},{"name":"IDI_SHIELD","features":[371]},{"name":"IDI_WARNING","features":[371]},{"name":"IDI_WINLOGO","features":[371]},{"name":"IDNO","features":[371]},{"name":"IDOK","features":[371]},{"name":"IDRETRY","features":[371]},{"name":"IDTIMEOUT","features":[371]},{"name":"IDTRYAGAIN","features":[371]},{"name":"IDYES","features":[371]},{"name":"IMAGE_BITMAP","features":[371]},{"name":"IMAGE_CURSOR","features":[371]},{"name":"IMAGE_ENHMETAFILE","features":[371]},{"name":"IMAGE_FLAGS","features":[371]},{"name":"IMAGE_ICON","features":[371]},{"name":"INDEXID_CONTAINER","features":[371]},{"name":"INDEXID_OBJECT","features":[371]},{"name":"INPUTLANGCHANGE_BACKWARD","features":[371]},{"name":"INPUTLANGCHANGE_FORWARD","features":[371]},{"name":"INPUTLANGCHANGE_SYSCHARSET","features":[371]},{"name":"ISMEX_CALLBACK","features":[371]},{"name":"ISMEX_NOSEND","features":[371]},{"name":"ISMEX_NOTIFY","features":[371]},{"name":"ISMEX_REPLIED","features":[371]},{"name":"ISMEX_SEND","features":[371]},{"name":"ISOLATIONAWARE_MANIFEST_RESOURCE_ID","features":[371]},{"name":"ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID","features":[371]},{"name":"ISOLATIONPOLICY_BROWSER_MANIFEST_RESOURCE_ID","features":[371]},{"name":"ISOLATIONPOLICY_MANIFEST_RESOURCE_ID","features":[371]},{"name":"InSendMessage","features":[307,371]},{"name":"InSendMessageEx","features":[371]},{"name":"IndexFilePath","features":[371]},{"name":"IndexedResourceQualifier","features":[371]},{"name":"InheritWindowMonitor","features":[307,371]},{"name":"InsertMenuA","features":[307,371]},{"name":"InsertMenuItemA","features":[307,318,371]},{"name":"InsertMenuItemW","features":[307,318,371]},{"name":"InsertMenuW","features":[307,371]},{"name":"InternalGetWindowText","features":[307,371]},{"name":"IsCharAlphaA","features":[307,371]},{"name":"IsCharAlphaNumericA","features":[307,371]},{"name":"IsCharAlphaNumericW","features":[307,371]},{"name":"IsCharAlphaW","features":[307,371]},{"name":"IsCharLowerA","features":[307,371]},{"name":"IsCharUpperA","features":[307,371]},{"name":"IsCharUpperW","features":[307,371]},{"name":"IsChild","features":[307,371]},{"name":"IsDialogMessageA","features":[307,371]},{"name":"IsDialogMessageW","features":[307,371]},{"name":"IsGUIThread","features":[307,371]},{"name":"IsHungAppWindow","features":[307,371]},{"name":"IsIconic","features":[307,371]},{"name":"IsMenu","features":[307,371]},{"name":"IsProcessDPIAware","features":[307,371]},{"name":"IsWindow","features":[307,371]},{"name":"IsWindowArranged","features":[307,371]},{"name":"IsWindowUnicode","features":[307,371]},{"name":"IsWindowVisible","features":[307,371]},{"name":"IsWow64Message","features":[307,371]},{"name":"IsZoomed","features":[307,371]},{"name":"KBDLLHOOKSTRUCT","features":[371]},{"name":"KBDLLHOOKSTRUCT_FLAGS","features":[371]},{"name":"KF_ALTDOWN","features":[371]},{"name":"KF_DLGMODE","features":[371]},{"name":"KF_EXTENDED","features":[371]},{"name":"KF_MENUMODE","features":[371]},{"name":"KF_REPEAT","features":[371]},{"name":"KF_UP","features":[371]},{"name":"KL_NAMELENGTH","features":[371]},{"name":"KillTimer","features":[307,371]},{"name":"LAYERED_WINDOW_ATTRIBUTES_FLAGS","features":[371]},{"name":"LBN_DBLCLK","features":[371]},{"name":"LBN_ERRSPACE","features":[371]},{"name":"LBN_KILLFOCUS","features":[371]},{"name":"LBN_SELCANCEL","features":[371]},{"name":"LBN_SELCHANGE","features":[371]},{"name":"LBN_SETFOCUS","features":[371]},{"name":"LBS_COMBOBOX","features":[371]},{"name":"LBS_DISABLENOSCROLL","features":[371]},{"name":"LBS_EXTENDEDSEL","features":[371]},{"name":"LBS_HASSTRINGS","features":[371]},{"name":"LBS_MULTICOLUMN","features":[371]},{"name":"LBS_MULTIPLESEL","features":[371]},{"name":"LBS_NODATA","features":[371]},{"name":"LBS_NOINTEGRALHEIGHT","features":[371]},{"name":"LBS_NOREDRAW","features":[371]},{"name":"LBS_NOSEL","features":[371]},{"name":"LBS_NOTIFY","features":[371]},{"name":"LBS_OWNERDRAWFIXED","features":[371]},{"name":"LBS_OWNERDRAWVARIABLE","features":[371]},{"name":"LBS_SORT","features":[371]},{"name":"LBS_STANDARD","features":[371]},{"name":"LBS_USETABSTOPS","features":[371]},{"name":"LBS_WANTKEYBOARDINPUT","features":[371]},{"name":"LB_ADDFILE","features":[371]},{"name":"LB_ADDSTRING","features":[371]},{"name":"LB_CTLCODE","features":[371]},{"name":"LB_DELETESTRING","features":[371]},{"name":"LB_DIR","features":[371]},{"name":"LB_ERR","features":[371]},{"name":"LB_ERRSPACE","features":[371]},{"name":"LB_FINDSTRING","features":[371]},{"name":"LB_FINDSTRINGEXACT","features":[371]},{"name":"LB_GETANCHORINDEX","features":[371]},{"name":"LB_GETCARETINDEX","features":[371]},{"name":"LB_GETCOUNT","features":[371]},{"name":"LB_GETCURSEL","features":[371]},{"name":"LB_GETHORIZONTALEXTENT","features":[371]},{"name":"LB_GETITEMDATA","features":[371]},{"name":"LB_GETITEMHEIGHT","features":[371]},{"name":"LB_GETITEMRECT","features":[371]},{"name":"LB_GETLISTBOXINFO","features":[371]},{"name":"LB_GETLOCALE","features":[371]},{"name":"LB_GETSEL","features":[371]},{"name":"LB_GETSELCOUNT","features":[371]},{"name":"LB_GETSELITEMS","features":[371]},{"name":"LB_GETTEXT","features":[371]},{"name":"LB_GETTEXTLEN","features":[371]},{"name":"LB_GETTOPINDEX","features":[371]},{"name":"LB_INITSTORAGE","features":[371]},{"name":"LB_INSERTSTRING","features":[371]},{"name":"LB_ITEMFROMPOINT","features":[371]},{"name":"LB_MSGMAX","features":[371]},{"name":"LB_MULTIPLEADDSTRING","features":[371]},{"name":"LB_OKAY","features":[371]},{"name":"LB_RESETCONTENT","features":[371]},{"name":"LB_SELECTSTRING","features":[371]},{"name":"LB_SELITEMRANGE","features":[371]},{"name":"LB_SELITEMRANGEEX","features":[371]},{"name":"LB_SETANCHORINDEX","features":[371]},{"name":"LB_SETCARETINDEX","features":[371]},{"name":"LB_SETCOLUMNWIDTH","features":[371]},{"name":"LB_SETCOUNT","features":[371]},{"name":"LB_SETCURSEL","features":[371]},{"name":"LB_SETHORIZONTALEXTENT","features":[371]},{"name":"LB_SETITEMDATA","features":[371]},{"name":"LB_SETITEMHEIGHT","features":[371]},{"name":"LB_SETLOCALE","features":[371]},{"name":"LB_SETSEL","features":[371]},{"name":"LB_SETTABSTOPS","features":[371]},{"name":"LB_SETTOPINDEX","features":[371]},{"name":"LLKHF_ALTDOWN","features":[371]},{"name":"LLKHF_EXTENDED","features":[371]},{"name":"LLKHF_INJECTED","features":[371]},{"name":"LLKHF_LOWER_IL_INJECTED","features":[371]},{"name":"LLKHF_UP","features":[371]},{"name":"LLMHF_INJECTED","features":[371]},{"name":"LLMHF_LOWER_IL_INJECTED","features":[371]},{"name":"LOCKF_LOGICAL_LOCK","features":[371]},{"name":"LOCKF_PHYSICAL_LOCK","features":[371]},{"name":"LOCKP_ALLOW_MEM_MAPPING","features":[371]},{"name":"LOCKP_ALLOW_WRITES","features":[371]},{"name":"LOCKP_FAIL_MEM_MAPPING","features":[371]},{"name":"LOCKP_FAIL_WRITES","features":[371]},{"name":"LOCKP_LOCK_FOR_FORMAT","features":[371]},{"name":"LOCKP_USER_MASK","features":[371]},{"name":"LR_COLOR","features":[371]},{"name":"LR_COPYDELETEORG","features":[371]},{"name":"LR_COPYFROMRESOURCE","features":[371]},{"name":"LR_COPYRETURNORG","features":[371]},{"name":"LR_CREATEDIBSECTION","features":[371]},{"name":"LR_DEFAULTCOLOR","features":[371]},{"name":"LR_DEFAULTSIZE","features":[371]},{"name":"LR_LOADFROMFILE","features":[371]},{"name":"LR_LOADMAP3DCOLORS","features":[371]},{"name":"LR_LOADTRANSPARENT","features":[371]},{"name":"LR_MONOCHROME","features":[371]},{"name":"LR_SHARED","features":[371]},{"name":"LR_VGACOLOR","features":[371]},{"name":"LSFW_LOCK","features":[371]},{"name":"LSFW_UNLOCK","features":[371]},{"name":"LWA_ALPHA","features":[371]},{"name":"LWA_COLORKEY","features":[371]},{"name":"LoadAcceleratorsA","features":[307,371]},{"name":"LoadAcceleratorsW","features":[307,371]},{"name":"LoadCursorA","features":[307,371]},{"name":"LoadCursorFromFileA","features":[371]},{"name":"LoadCursorFromFileW","features":[371]},{"name":"LoadCursorW","features":[307,371]},{"name":"LoadIconA","features":[307,371]},{"name":"LoadIconW","features":[307,371]},{"name":"LoadImageA","features":[307,371]},{"name":"LoadImageW","features":[307,371]},{"name":"LoadMenuA","features":[307,371]},{"name":"LoadMenuIndirectA","features":[371]},{"name":"LoadMenuIndirectW","features":[371]},{"name":"LoadMenuW","features":[307,371]},{"name":"LoadStringA","features":[307,371]},{"name":"LoadStringW","features":[307,371]},{"name":"LockSetForegroundWindow","features":[307,371]},{"name":"LogicalToPhysicalPoint","features":[307,371]},{"name":"LookupIconIdFromDirectory","features":[307,371]},{"name":"LookupIconIdFromDirectoryEx","features":[307,371]},{"name":"MAXIMUM_RESERVED_MANIFEST_RESOURCE_ID","features":[371]},{"name":"MAX_LOGICALDPIOVERRIDE","features":[371]},{"name":"MAX_STR_BLOCKREASON","features":[371]},{"name":"MAX_TOUCH_COUNT","features":[371]},{"name":"MAX_TOUCH_PREDICTION_FILTER_TAPS","features":[371]},{"name":"MA_ACTIVATE","features":[371]},{"name":"MA_ACTIVATEANDEAT","features":[371]},{"name":"MA_NOACTIVATE","features":[371]},{"name":"MA_NOACTIVATEANDEAT","features":[371]},{"name":"MB_ABORTRETRYIGNORE","features":[371]},{"name":"MB_APPLMODAL","features":[371]},{"name":"MB_CANCELTRYCONTINUE","features":[371]},{"name":"MB_DEFAULT_DESKTOP_ONLY","features":[371]},{"name":"MB_DEFBUTTON1","features":[371]},{"name":"MB_DEFBUTTON2","features":[371]},{"name":"MB_DEFBUTTON3","features":[371]},{"name":"MB_DEFBUTTON4","features":[371]},{"name":"MB_DEFMASK","features":[371]},{"name":"MB_HELP","features":[371]},{"name":"MB_ICONASTERISK","features":[371]},{"name":"MB_ICONERROR","features":[371]},{"name":"MB_ICONEXCLAMATION","features":[371]},{"name":"MB_ICONHAND","features":[371]},{"name":"MB_ICONINFORMATION","features":[371]},{"name":"MB_ICONMASK","features":[371]},{"name":"MB_ICONQUESTION","features":[371]},{"name":"MB_ICONSTOP","features":[371]},{"name":"MB_ICONWARNING","features":[371]},{"name":"MB_MISCMASK","features":[371]},{"name":"MB_MODEMASK","features":[371]},{"name":"MB_NOFOCUS","features":[371]},{"name":"MB_OK","features":[371]},{"name":"MB_OKCANCEL","features":[371]},{"name":"MB_RETRYCANCEL","features":[371]},{"name":"MB_RIGHT","features":[371]},{"name":"MB_RTLREADING","features":[371]},{"name":"MB_SERVICE_NOTIFICATION","features":[371]},{"name":"MB_SERVICE_NOTIFICATION_NT3X","features":[371]},{"name":"MB_SETFOREGROUND","features":[371]},{"name":"MB_SYSTEMMODAL","features":[371]},{"name":"MB_TASKMODAL","features":[371]},{"name":"MB_TOPMOST","features":[371]},{"name":"MB_TYPEMASK","features":[371]},{"name":"MB_USERICON","features":[371]},{"name":"MB_YESNO","features":[371]},{"name":"MB_YESNOCANCEL","features":[371]},{"name":"MDICREATESTRUCTA","features":[307,371]},{"name":"MDICREATESTRUCTW","features":[307,371]},{"name":"MDINEXTMENU","features":[307,371]},{"name":"MDIS_ALLCHILDSTYLES","features":[371]},{"name":"MDITILE_HORIZONTAL","features":[371]},{"name":"MDITILE_SKIPDISABLED","features":[371]},{"name":"MDITILE_VERTICAL","features":[371]},{"name":"MDITILE_ZORDER","features":[371]},{"name":"MENUBARINFO","features":[307,371]},{"name":"MENUEX_TEMPLATE_HEADER","features":[371]},{"name":"MENUEX_TEMPLATE_ITEM","features":[371]},{"name":"MENUGETOBJECTINFO","features":[371]},{"name":"MENUGETOBJECTINFO_FLAGS","features":[371]},{"name":"MENUINFO","features":[318,371]},{"name":"MENUINFO_MASK","features":[371]},{"name":"MENUINFO_STYLE","features":[371]},{"name":"MENUITEMINFOA","features":[318,371]},{"name":"MENUITEMINFOW","features":[318,371]},{"name":"MENUITEMTEMPLATE","features":[371]},{"name":"MENUITEMTEMPLATEHEADER","features":[371]},{"name":"MENUTEMPLATEEX","features":[371]},{"name":"MENU_ITEM_FLAGS","features":[371]},{"name":"MENU_ITEM_MASK","features":[371]},{"name":"MENU_ITEM_STATE","features":[371]},{"name":"MENU_ITEM_TYPE","features":[371]},{"name":"MESSAGEBOX_RESULT","features":[371]},{"name":"MESSAGEBOX_STYLE","features":[371]},{"name":"MESSAGE_RESOURCE_BLOCK","features":[371]},{"name":"MESSAGE_RESOURCE_DATA","features":[371]},{"name":"MESSAGE_RESOURCE_ENTRY","features":[371]},{"name":"METRICS_USEDEFAULT","features":[371]},{"name":"MFS_CHECKED","features":[371]},{"name":"MFS_DEFAULT","features":[371]},{"name":"MFS_DISABLED","features":[371]},{"name":"MFS_ENABLED","features":[371]},{"name":"MFS_GRAYED","features":[371]},{"name":"MFS_HILITE","features":[371]},{"name":"MFS_UNCHECKED","features":[371]},{"name":"MFS_UNHILITE","features":[371]},{"name":"MFT_BITMAP","features":[371]},{"name":"MFT_MENUBARBREAK","features":[371]},{"name":"MFT_MENUBREAK","features":[371]},{"name":"MFT_OWNERDRAW","features":[371]},{"name":"MFT_RADIOCHECK","features":[371]},{"name":"MFT_RIGHTJUSTIFY","features":[371]},{"name":"MFT_RIGHTORDER","features":[371]},{"name":"MFT_SEPARATOR","features":[371]},{"name":"MFT_STRING","features":[371]},{"name":"MF_APPEND","features":[371]},{"name":"MF_BITMAP","features":[371]},{"name":"MF_BYCOMMAND","features":[371]},{"name":"MF_BYPOSITION","features":[371]},{"name":"MF_CHANGE","features":[371]},{"name":"MF_CHECKED","features":[371]},{"name":"MF_DEFAULT","features":[371]},{"name":"MF_DELETE","features":[371]},{"name":"MF_DISABLED","features":[371]},{"name":"MF_ENABLED","features":[371]},{"name":"MF_END","features":[371]},{"name":"MF_GRAYED","features":[371]},{"name":"MF_HELP","features":[371]},{"name":"MF_HILITE","features":[371]},{"name":"MF_INSERT","features":[371]},{"name":"MF_MENUBARBREAK","features":[371]},{"name":"MF_MENUBREAK","features":[371]},{"name":"MF_MOUSESELECT","features":[371]},{"name":"MF_OWNERDRAW","features":[371]},{"name":"MF_POPUP","features":[371]},{"name":"MF_REMOVE","features":[371]},{"name":"MF_RIGHTJUSTIFY","features":[371]},{"name":"MF_SEPARATOR","features":[371]},{"name":"MF_STRING","features":[371]},{"name":"MF_SYSMENU","features":[371]},{"name":"MF_UNCHECKED","features":[371]},{"name":"MF_UNHILITE","features":[371]},{"name":"MF_USECHECKBITMAPS","features":[371]},{"name":"MIIM_BITMAP","features":[371]},{"name":"MIIM_CHECKMARKS","features":[371]},{"name":"MIIM_DATA","features":[371]},{"name":"MIIM_FTYPE","features":[371]},{"name":"MIIM_ID","features":[371]},{"name":"MIIM_STATE","features":[371]},{"name":"MIIM_STRING","features":[371]},{"name":"MIIM_SUBMENU","features":[371]},{"name":"MIIM_TYPE","features":[371]},{"name":"MIM_APPLYTOSUBMENUS","features":[371]},{"name":"MIM_BACKGROUND","features":[371]},{"name":"MIM_HELPID","features":[371]},{"name":"MIM_MAXHEIGHT","features":[371]},{"name":"MIM_MENUDATA","features":[371]},{"name":"MIM_STYLE","features":[371]},{"name":"MINIMIZEDMETRICS","features":[371]},{"name":"MINIMIZEDMETRICS_ARRANGE","features":[371]},{"name":"MINIMUM_RESERVED_MANIFEST_RESOURCE_ID","features":[371]},{"name":"MINMAXINFO","features":[307,371]},{"name":"MIN_LOGICALDPIOVERRIDE","features":[371]},{"name":"MKF_AVAILABLE","features":[371]},{"name":"MKF_CONFIRMHOTKEY","features":[371]},{"name":"MKF_HOTKEYACTIVE","features":[371]},{"name":"MKF_HOTKEYSOUND","features":[371]},{"name":"MKF_INDICATOR","features":[371]},{"name":"MKF_LEFTBUTTONDOWN","features":[371]},{"name":"MKF_LEFTBUTTONSEL","features":[371]},{"name":"MKF_MODIFIERS","features":[371]},{"name":"MKF_MOUSEKEYSON","features":[371]},{"name":"MKF_MOUSEMODE","features":[371]},{"name":"MKF_REPLACENUMBERS","features":[371]},{"name":"MKF_RIGHTBUTTONDOWN","features":[371]},{"name":"MKF_RIGHTBUTTONSEL","features":[371]},{"name":"MNC_CLOSE","features":[371]},{"name":"MNC_EXECUTE","features":[371]},{"name":"MNC_IGNORE","features":[371]},{"name":"MNC_SELECT","features":[371]},{"name":"MND_CONTINUE","features":[371]},{"name":"MND_ENDMENU","features":[371]},{"name":"MNGOF_BOTTOMGAP","features":[371]},{"name":"MNGOF_TOPGAP","features":[371]},{"name":"MNGO_NOERROR","features":[371]},{"name":"MNGO_NOINTERFACE","features":[371]},{"name":"MNS_AUTODISMISS","features":[371]},{"name":"MNS_CHECKORBMP","features":[371]},{"name":"MNS_DRAGDROP","features":[371]},{"name":"MNS_MODELESS","features":[371]},{"name":"MNS_NOCHECK","features":[371]},{"name":"MNS_NOTIFYBYPOS","features":[371]},{"name":"MN_GETHMENU","features":[371]},{"name":"MONITORINFOF_PRIMARY","features":[371]},{"name":"MOUSEHOOKSTRUCT","features":[307,371]},{"name":"MOUSEHOOKSTRUCTEX","features":[307,371]},{"name":"MOUSEWHEEL_ROUTING_FOCUS","features":[371]},{"name":"MOUSEWHEEL_ROUTING_HYBRID","features":[371]},{"name":"MOUSEWHEEL_ROUTING_MOUSE_POS","features":[371]},{"name":"MSG","features":[307,371]},{"name":"MSGBOXCALLBACK","features":[307,468,371]},{"name":"MSGBOXPARAMSA","features":[307,468,371]},{"name":"MSGBOXPARAMSW","features":[307,468,371]},{"name":"MSGFLTINFO_ALLOWED_HIGHER","features":[371]},{"name":"MSGFLTINFO_ALREADYALLOWED_FORWND","features":[371]},{"name":"MSGFLTINFO_ALREADYDISALLOWED_FORWND","features":[371]},{"name":"MSGFLTINFO_NONE","features":[371]},{"name":"MSGFLTINFO_STATUS","features":[371]},{"name":"MSGFLT_ADD","features":[371]},{"name":"MSGFLT_ALLOW","features":[371]},{"name":"MSGFLT_DISALLOW","features":[371]},{"name":"MSGFLT_REMOVE","features":[371]},{"name":"MSGFLT_RESET","features":[371]},{"name":"MSGF_DIALOGBOX","features":[371]},{"name":"MSGF_MAX","features":[371]},{"name":"MSGF_MENU","features":[371]},{"name":"MSGF_MESSAGEBOX","features":[371]},{"name":"MSGF_NEXTWINDOW","features":[371]},{"name":"MSGF_SCROLLBAR","features":[371]},{"name":"MSGF_USER","features":[371]},{"name":"MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS","features":[371]},{"name":"MSLLHOOKSTRUCT","features":[307,371]},{"name":"MWMO_ALERTABLE","features":[371]},{"name":"MWMO_INPUTAVAILABLE","features":[371]},{"name":"MWMO_NONE","features":[371]},{"name":"MWMO_WAITALL","features":[371]},{"name":"MapDialogRect","features":[307,371]},{"name":"MenuItemFromPoint","features":[307,371]},{"name":"MessageBoxA","features":[307,371]},{"name":"MessageBoxExA","features":[307,371]},{"name":"MessageBoxExW","features":[307,371]},{"name":"MessageBoxIndirectA","features":[307,468,371]},{"name":"MessageBoxIndirectW","features":[307,468,371]},{"name":"MessageBoxW","features":[307,371]},{"name":"ModifyMenuA","features":[307,371]},{"name":"ModifyMenuW","features":[307,371]},{"name":"MoveWindow","features":[307,371]},{"name":"MrmCreateConfig","features":[371]},{"name":"MrmCreateConfigInMemory","features":[371]},{"name":"MrmCreateResourceFile","features":[371]},{"name":"MrmCreateResourceFileInMemory","features":[371]},{"name":"MrmCreateResourceFileWithChecksum","features":[371]},{"name":"MrmCreateResourceIndexer","features":[371]},{"name":"MrmCreateResourceIndexerFromPreviousPriData","features":[371]},{"name":"MrmCreateResourceIndexerFromPreviousPriFile","features":[371]},{"name":"MrmCreateResourceIndexerFromPreviousSchemaData","features":[371]},{"name":"MrmCreateResourceIndexerFromPreviousSchemaFile","features":[371]},{"name":"MrmCreateResourceIndexerWithFlags","features":[371]},{"name":"MrmDestroyIndexerAndMessages","features":[371]},{"name":"MrmDumpPriDataInMemory","features":[371]},{"name":"MrmDumpPriFile","features":[371]},{"name":"MrmDumpPriFileInMemory","features":[371]},{"name":"MrmDumpType","features":[371]},{"name":"MrmDumpType_Basic","features":[371]},{"name":"MrmDumpType_Detailed","features":[371]},{"name":"MrmDumpType_Schema","features":[371]},{"name":"MrmFreeMemory","features":[371]},{"name":"MrmGetPriFileContentChecksum","features":[371]},{"name":"MrmIndexEmbeddedData","features":[371]},{"name":"MrmIndexFile","features":[371]},{"name":"MrmIndexFileAutoQualifiers","features":[371]},{"name":"MrmIndexResourceContainerAutoQualifiers","features":[371]},{"name":"MrmIndexString","features":[371]},{"name":"MrmIndexerFlags","features":[371]},{"name":"MrmIndexerFlagsAutoMerge","features":[371]},{"name":"MrmIndexerFlagsCreateContentChecksum","features":[371]},{"name":"MrmIndexerFlagsNone","features":[371]},{"name":"MrmPackagingMode","features":[371]},{"name":"MrmPackagingModeAutoSplit","features":[371]},{"name":"MrmPackagingModeResourcePack","features":[371]},{"name":"MrmPackagingModeStandaloneFile","features":[371]},{"name":"MrmPackagingOptions","features":[371]},{"name":"MrmPackagingOptionsNone","features":[371]},{"name":"MrmPackagingOptionsOmitSchemaFromResourcePacks","features":[371]},{"name":"MrmPackagingOptionsSplitLanguageVariants","features":[371]},{"name":"MrmPeekResourceIndexerMessages","features":[371]},{"name":"MrmPlatformVersion","features":[371]},{"name":"MrmPlatformVersion_Default","features":[371]},{"name":"MrmPlatformVersion_Windows10_0_0_0","features":[371]},{"name":"MrmPlatformVersion_Windows10_0_0_5","features":[371]},{"name":"MrmResourceIndexerHandle","features":[371]},{"name":"MrmResourceIndexerMessage","features":[371]},{"name":"MrmResourceIndexerMessageSeverity","features":[371]},{"name":"MrmResourceIndexerMessageSeverityError","features":[371]},{"name":"MrmResourceIndexerMessageSeverityInfo","features":[371]},{"name":"MrmResourceIndexerMessageSeverityVerbose","features":[371]},{"name":"MrmResourceIndexerMessageSeverityWarning","features":[371]},{"name":"MsgWaitForMultipleObjects","features":[307,371]},{"name":"MsgWaitForMultipleObjectsEx","features":[307,371]},{"name":"NAMEENUMPROCA","features":[307,371]},{"name":"NAMEENUMPROCW","features":[307,371]},{"name":"NCCALCSIZE_PARAMS","features":[307,371]},{"name":"NFR_ANSI","features":[371]},{"name":"NFR_UNICODE","features":[371]},{"name":"NF_QUERY","features":[371]},{"name":"NF_REQUERY","features":[371]},{"name":"NID_EXTERNAL_PEN","features":[371]},{"name":"NID_EXTERNAL_TOUCH","features":[371]},{"name":"NID_INTEGRATED_PEN","features":[371]},{"name":"NID_INTEGRATED_TOUCH","features":[371]},{"name":"NID_MULTI_INPUT","features":[371]},{"name":"NID_READY","features":[371]},{"name":"NONCLIENTMETRICSA","features":[318,371]},{"name":"NONCLIENTMETRICSW","features":[318,371]},{"name":"OBJECT_IDENTIFIER","features":[371]},{"name":"OBJID_ALERT","features":[371]},{"name":"OBJID_CARET","features":[371]},{"name":"OBJID_CLIENT","features":[371]},{"name":"OBJID_CURSOR","features":[371]},{"name":"OBJID_HSCROLL","features":[371]},{"name":"OBJID_MENU","features":[371]},{"name":"OBJID_NATIVEOM","features":[371]},{"name":"OBJID_QUERYCLASSNAMEIDX","features":[371]},{"name":"OBJID_SIZEGRIP","features":[371]},{"name":"OBJID_SOUND","features":[371]},{"name":"OBJID_SYSMENU","features":[371]},{"name":"OBJID_TITLEBAR","features":[371]},{"name":"OBJID_VSCROLL","features":[371]},{"name":"OBJID_WINDOW","features":[371]},{"name":"OBM_BTNCORNERS","features":[371]},{"name":"OBM_BTSIZE","features":[371]},{"name":"OBM_CHECK","features":[371]},{"name":"OBM_CHECKBOXES","features":[371]},{"name":"OBM_CLOSE","features":[371]},{"name":"OBM_COMBO","features":[371]},{"name":"OBM_DNARROW","features":[371]},{"name":"OBM_DNARROWD","features":[371]},{"name":"OBM_DNARROWI","features":[371]},{"name":"OBM_LFARROW","features":[371]},{"name":"OBM_LFARROWD","features":[371]},{"name":"OBM_LFARROWI","features":[371]},{"name":"OBM_MNARROW","features":[371]},{"name":"OBM_OLD_CLOSE","features":[371]},{"name":"OBM_OLD_DNARROW","features":[371]},{"name":"OBM_OLD_LFARROW","features":[371]},{"name":"OBM_OLD_REDUCE","features":[371]},{"name":"OBM_OLD_RESTORE","features":[371]},{"name":"OBM_OLD_RGARROW","features":[371]},{"name":"OBM_OLD_UPARROW","features":[371]},{"name":"OBM_OLD_ZOOM","features":[371]},{"name":"OBM_REDUCE","features":[371]},{"name":"OBM_REDUCED","features":[371]},{"name":"OBM_RESTORE","features":[371]},{"name":"OBM_RESTORED","features":[371]},{"name":"OBM_RGARROW","features":[371]},{"name":"OBM_RGARROWD","features":[371]},{"name":"OBM_RGARROWI","features":[371]},{"name":"OBM_SIZE","features":[371]},{"name":"OBM_UPARROW","features":[371]},{"name":"OBM_UPARROWD","features":[371]},{"name":"OBM_UPARROWI","features":[371]},{"name":"OBM_ZOOM","features":[371]},{"name":"OBM_ZOOMD","features":[371]},{"name":"OCR_APPSTARTING","features":[371]},{"name":"OCR_CROSS","features":[371]},{"name":"OCR_HAND","features":[371]},{"name":"OCR_HELP","features":[371]},{"name":"OCR_IBEAM","features":[371]},{"name":"OCR_ICOCUR","features":[371]},{"name":"OCR_ICON","features":[371]},{"name":"OCR_NO","features":[371]},{"name":"OCR_NORMAL","features":[371]},{"name":"OCR_SIZE","features":[371]},{"name":"OCR_SIZEALL","features":[371]},{"name":"OCR_SIZENESW","features":[371]},{"name":"OCR_SIZENS","features":[371]},{"name":"OCR_SIZENWSE","features":[371]},{"name":"OCR_SIZEWE","features":[371]},{"name":"OCR_UP","features":[371]},{"name":"OCR_WAIT","features":[371]},{"name":"OIC_BANG","features":[371]},{"name":"OIC_ERROR","features":[371]},{"name":"OIC_HAND","features":[371]},{"name":"OIC_INFORMATION","features":[371]},{"name":"OIC_NOTE","features":[371]},{"name":"OIC_QUES","features":[371]},{"name":"OIC_SAMPLE","features":[371]},{"name":"OIC_SHIELD","features":[371]},{"name":"OIC_WARNING","features":[371]},{"name":"OIC_WINLOGO","features":[371]},{"name":"ORD_LANGDRIVER","features":[371]},{"name":"OemToCharA","features":[307,371]},{"name":"OemToCharBuffA","features":[307,371]},{"name":"OemToCharBuffW","features":[307,371]},{"name":"OemToCharW","features":[307,371]},{"name":"OpenIcon","features":[307,371]},{"name":"PA_ACTIVATE","features":[371]},{"name":"PA_NOACTIVATE","features":[371]},{"name":"PBTF_APMRESUMEFROMFAILURE","features":[371]},{"name":"PBT_APMBATTERYLOW","features":[371]},{"name":"PBT_APMOEMEVENT","features":[371]},{"name":"PBT_APMPOWERSTATUSCHANGE","features":[371]},{"name":"PBT_APMQUERYSTANDBY","features":[371]},{"name":"PBT_APMQUERYSTANDBYFAILED","features":[371]},{"name":"PBT_APMQUERYSUSPEND","features":[371]},{"name":"PBT_APMQUERYSUSPENDFAILED","features":[371]},{"name":"PBT_APMRESUMEAUTOMATIC","features":[371]},{"name":"PBT_APMRESUMECRITICAL","features":[371]},{"name":"PBT_APMRESUMESTANDBY","features":[371]},{"name":"PBT_APMRESUMESUSPEND","features":[371]},{"name":"PBT_APMSTANDBY","features":[371]},{"name":"PBT_APMSUSPEND","features":[371]},{"name":"PBT_POWERSETTINGCHANGE","features":[371]},{"name":"PDC_ARRIVAL","features":[371]},{"name":"PDC_MAPPING_CHANGE","features":[371]},{"name":"PDC_MODE_ASPECTRATIOPRESERVED","features":[371]},{"name":"PDC_MODE_CENTERED","features":[371]},{"name":"PDC_MODE_DEFAULT","features":[371]},{"name":"PDC_ORIENTATION_0","features":[371]},{"name":"PDC_ORIENTATION_180","features":[371]},{"name":"PDC_ORIENTATION_270","features":[371]},{"name":"PDC_ORIENTATION_90","features":[371]},{"name":"PDC_ORIGIN","features":[371]},{"name":"PDC_REMOVAL","features":[371]},{"name":"PDC_RESOLUTION","features":[371]},{"name":"PEEK_MESSAGE_REMOVE_TYPE","features":[371]},{"name":"PENARBITRATIONTYPE_FIS","features":[371]},{"name":"PENARBITRATIONTYPE_MAX","features":[371]},{"name":"PENARBITRATIONTYPE_NONE","features":[371]},{"name":"PENARBITRATIONTYPE_SPT","features":[371]},{"name":"PENARBITRATIONTYPE_WIN8","features":[371]},{"name":"PENVISUALIZATION_CURSOR","features":[371]},{"name":"PENVISUALIZATION_DOUBLETAP","features":[371]},{"name":"PENVISUALIZATION_OFF","features":[371]},{"name":"PENVISUALIZATION_ON","features":[371]},{"name":"PENVISUALIZATION_TAP","features":[371]},{"name":"PEN_FLAG_BARREL","features":[371]},{"name":"PEN_FLAG_ERASER","features":[371]},{"name":"PEN_FLAG_INVERTED","features":[371]},{"name":"PEN_FLAG_NONE","features":[371]},{"name":"PEN_MASK_NONE","features":[371]},{"name":"PEN_MASK_PRESSURE","features":[371]},{"name":"PEN_MASK_ROTATION","features":[371]},{"name":"PEN_MASK_TILT_X","features":[371]},{"name":"PEN_MASK_TILT_Y","features":[371]},{"name":"PMB_ACTIVE","features":[371]},{"name":"PM_NOREMOVE","features":[371]},{"name":"PM_NOYIELD","features":[371]},{"name":"PM_QS_INPUT","features":[371]},{"name":"PM_QS_PAINT","features":[371]},{"name":"PM_QS_POSTMESSAGE","features":[371]},{"name":"PM_QS_SENDMESSAGE","features":[371]},{"name":"PM_REMOVE","features":[371]},{"name":"POINTER_DEVICE_PRODUCT_STRING_MAX","features":[371]},{"name":"POINTER_INPUT_TYPE","features":[371]},{"name":"POINTER_MESSAGE_FLAG_CANCELED","features":[371]},{"name":"POINTER_MESSAGE_FLAG_CONFIDENCE","features":[371]},{"name":"POINTER_MESSAGE_FLAG_FIFTHBUTTON","features":[371]},{"name":"POINTER_MESSAGE_FLAG_FIRSTBUTTON","features":[371]},{"name":"POINTER_MESSAGE_FLAG_FOURTHBUTTON","features":[371]},{"name":"POINTER_MESSAGE_FLAG_INCONTACT","features":[371]},{"name":"POINTER_MESSAGE_FLAG_INRANGE","features":[371]},{"name":"POINTER_MESSAGE_FLAG_NEW","features":[371]},{"name":"POINTER_MESSAGE_FLAG_PRIMARY","features":[371]},{"name":"POINTER_MESSAGE_FLAG_SECONDBUTTON","features":[371]},{"name":"POINTER_MESSAGE_FLAG_THIRDBUTTON","features":[371]},{"name":"POINTER_MOD_CTRL","features":[371]},{"name":"POINTER_MOD_SHIFT","features":[371]},{"name":"PREGISTERCLASSNAMEW","features":[307,371]},{"name":"PRF_CHECKVISIBLE","features":[371]},{"name":"PRF_CHILDREN","features":[371]},{"name":"PRF_CLIENT","features":[371]},{"name":"PRF_ERASEBKGND","features":[371]},{"name":"PRF_NONCLIENT","features":[371]},{"name":"PRF_OWNED","features":[371]},{"name":"PROPENUMPROCA","features":[307,371]},{"name":"PROPENUMPROCEXA","features":[307,371]},{"name":"PROPENUMPROCEXW","features":[307,371]},{"name":"PROPENUMPROCW","features":[307,371]},{"name":"PT_MOUSE","features":[371]},{"name":"PT_PEN","features":[371]},{"name":"PT_POINTER","features":[371]},{"name":"PT_TOUCH","features":[371]},{"name":"PT_TOUCHPAD","features":[371]},{"name":"PWR_CRITICALRESUME","features":[371]},{"name":"PWR_FAIL","features":[371]},{"name":"PWR_OK","features":[371]},{"name":"PWR_SUSPENDREQUEST","features":[371]},{"name":"PWR_SUSPENDRESUME","features":[371]},{"name":"PW_RENDERFULLCONTENT","features":[371]},{"name":"PeekMessageA","features":[307,371]},{"name":"PeekMessageW","features":[307,371]},{"name":"PhysicalToLogicalPoint","features":[307,371]},{"name":"PostMessageA","features":[307,371]},{"name":"PostMessageW","features":[307,371]},{"name":"PostQuitMessage","features":[371]},{"name":"PostThreadMessageA","features":[307,371]},{"name":"PostThreadMessageW","features":[307,371]},{"name":"PrivateExtractIconsA","features":[371]},{"name":"PrivateExtractIconsW","features":[371]},{"name":"QS_ALLEVENTS","features":[371]},{"name":"QS_ALLINPUT","features":[371]},{"name":"QS_ALLPOSTMESSAGE","features":[371]},{"name":"QS_HOTKEY","features":[371]},{"name":"QS_INPUT","features":[371]},{"name":"QS_KEY","features":[371]},{"name":"QS_MOUSE","features":[371]},{"name":"QS_MOUSEBUTTON","features":[371]},{"name":"QS_MOUSEMOVE","features":[371]},{"name":"QS_PAINT","features":[371]},{"name":"QS_POINTER","features":[371]},{"name":"QS_POSTMESSAGE","features":[371]},{"name":"QS_RAWINPUT","features":[371]},{"name":"QS_SENDMESSAGE","features":[371]},{"name":"QS_TIMER","features":[371]},{"name":"QS_TOUCH","features":[371]},{"name":"QUEUE_STATUS_FLAGS","features":[371]},{"name":"REGISTER_NOTIFICATION_FLAGS","features":[371]},{"name":"RES_CURSOR","features":[371]},{"name":"RES_ICON","features":[371]},{"name":"RIDEV_EXMODEMASK","features":[371]},{"name":"RIM_INPUT","features":[371]},{"name":"RIM_INPUTSINK","features":[371]},{"name":"RIM_TYPEMAX","features":[371]},{"name":"RI_KEY_BREAK","features":[371]},{"name":"RI_KEY_E0","features":[371]},{"name":"RI_KEY_E1","features":[371]},{"name":"RI_KEY_MAKE","features":[371]},{"name":"RI_KEY_TERMSRV_SET_LED","features":[371]},{"name":"RI_KEY_TERMSRV_SHADOW","features":[371]},{"name":"RI_MOUSE_BUTTON_1_DOWN","features":[371]},{"name":"RI_MOUSE_BUTTON_1_UP","features":[371]},{"name":"RI_MOUSE_BUTTON_2_DOWN","features":[371]},{"name":"RI_MOUSE_BUTTON_2_UP","features":[371]},{"name":"RI_MOUSE_BUTTON_3_DOWN","features":[371]},{"name":"RI_MOUSE_BUTTON_3_UP","features":[371]},{"name":"RI_MOUSE_BUTTON_4_DOWN","features":[371]},{"name":"RI_MOUSE_BUTTON_4_UP","features":[371]},{"name":"RI_MOUSE_BUTTON_5_DOWN","features":[371]},{"name":"RI_MOUSE_BUTTON_5_UP","features":[371]},{"name":"RI_MOUSE_HWHEEL","features":[371]},{"name":"RI_MOUSE_LEFT_BUTTON_DOWN","features":[371]},{"name":"RI_MOUSE_LEFT_BUTTON_UP","features":[371]},{"name":"RI_MOUSE_MIDDLE_BUTTON_DOWN","features":[371]},{"name":"RI_MOUSE_MIDDLE_BUTTON_UP","features":[371]},{"name":"RI_MOUSE_RIGHT_BUTTON_DOWN","features":[371]},{"name":"RI_MOUSE_RIGHT_BUTTON_UP","features":[371]},{"name":"RI_MOUSE_WHEEL","features":[371]},{"name":"RT_ACCELERATOR","features":[371]},{"name":"RT_ANICURSOR","features":[371]},{"name":"RT_ANIICON","features":[371]},{"name":"RT_BITMAP","features":[371]},{"name":"RT_CURSOR","features":[371]},{"name":"RT_DIALOG","features":[371]},{"name":"RT_DLGINCLUDE","features":[371]},{"name":"RT_FONT","features":[371]},{"name":"RT_FONTDIR","features":[371]},{"name":"RT_GROUP_CURSOR","features":[371]},{"name":"RT_GROUP_ICON","features":[371]},{"name":"RT_HTML","features":[371]},{"name":"RT_ICON","features":[371]},{"name":"RT_MANIFEST","features":[371]},{"name":"RT_MENU","features":[371]},{"name":"RT_MESSAGETABLE","features":[371]},{"name":"RT_PLUGPLAY","features":[371]},{"name":"RT_VERSION","features":[371]},{"name":"RT_VXD","features":[371]},{"name":"RealChildWindowFromPoint","features":[307,371]},{"name":"RealGetWindowClassA","features":[307,371]},{"name":"RealGetWindowClassW","features":[307,371]},{"name":"RegisterClassA","features":[307,318,371]},{"name":"RegisterClassExA","features":[307,318,371]},{"name":"RegisterClassExW","features":[307,318,371]},{"name":"RegisterClassW","features":[307,318,371]},{"name":"RegisterDeviceNotificationA","features":[307,371]},{"name":"RegisterDeviceNotificationW","features":[307,371]},{"name":"RegisterForTooltipDismissNotification","features":[307,371]},{"name":"RegisterShellHookWindow","features":[307,371]},{"name":"RegisterWindowMessageA","features":[371]},{"name":"RegisterWindowMessageW","features":[371]},{"name":"RemoveMenu","features":[307,371]},{"name":"RemovePropA","features":[307,371]},{"name":"RemovePropW","features":[307,371]},{"name":"ReplyMessage","features":[307,371]},{"name":"SBM_ENABLE_ARROWS","features":[371]},{"name":"SBM_GETPOS","features":[371]},{"name":"SBM_GETRANGE","features":[371]},{"name":"SBM_GETSCROLLBARINFO","features":[371]},{"name":"SBM_GETSCROLLINFO","features":[371]},{"name":"SBM_SETPOS","features":[371]},{"name":"SBM_SETRANGE","features":[371]},{"name":"SBM_SETRANGEREDRAW","features":[371]},{"name":"SBM_SETSCROLLINFO","features":[371]},{"name":"SBS_BOTTOMALIGN","features":[371]},{"name":"SBS_HORZ","features":[371]},{"name":"SBS_LEFTALIGN","features":[371]},{"name":"SBS_RIGHTALIGN","features":[371]},{"name":"SBS_SIZEBOX","features":[371]},{"name":"SBS_SIZEBOXBOTTOMRIGHTALIGN","features":[371]},{"name":"SBS_SIZEBOXTOPLEFTALIGN","features":[371]},{"name":"SBS_SIZEGRIP","features":[371]},{"name":"SBS_TOPALIGN","features":[371]},{"name":"SBS_VERT","features":[371]},{"name":"SB_BOTH","features":[371]},{"name":"SB_BOTTOM","features":[371]},{"name":"SB_CTL","features":[371]},{"name":"SB_ENDSCROLL","features":[371]},{"name":"SB_HORZ","features":[371]},{"name":"SB_LEFT","features":[371]},{"name":"SB_LINEDOWN","features":[371]},{"name":"SB_LINELEFT","features":[371]},{"name":"SB_LINERIGHT","features":[371]},{"name":"SB_LINEUP","features":[371]},{"name":"SB_PAGEDOWN","features":[371]},{"name":"SB_PAGELEFT","features":[371]},{"name":"SB_PAGERIGHT","features":[371]},{"name":"SB_PAGEUP","features":[371]},{"name":"SB_RIGHT","features":[371]},{"name":"SB_THUMBPOSITION","features":[371]},{"name":"SB_THUMBTRACK","features":[371]},{"name":"SB_TOP","features":[371]},{"name":"SB_VERT","features":[371]},{"name":"SCF_ISSECURE","features":[371]},{"name":"SCROLLBARINFO","features":[307,371]},{"name":"SCROLLBAR_COMMAND","features":[371]},{"name":"SCROLLBAR_CONSTANTS","features":[371]},{"name":"SCROLLINFO","features":[371]},{"name":"SCROLLINFO_MASK","features":[371]},{"name":"SCROLL_WINDOW_FLAGS","features":[371]},{"name":"SC_ARRANGE","features":[371]},{"name":"SC_CLOSE","features":[371]},{"name":"SC_CONTEXTHELP","features":[371]},{"name":"SC_DEFAULT","features":[371]},{"name":"SC_HOTKEY","features":[371]},{"name":"SC_HSCROLL","features":[371]},{"name":"SC_ICON","features":[371]},{"name":"SC_KEYMENU","features":[371]},{"name":"SC_MAXIMIZE","features":[371]},{"name":"SC_MINIMIZE","features":[371]},{"name":"SC_MONITORPOWER","features":[371]},{"name":"SC_MOUSEMENU","features":[371]},{"name":"SC_MOVE","features":[371]},{"name":"SC_NEXTWINDOW","features":[371]},{"name":"SC_PREVWINDOW","features":[371]},{"name":"SC_RESTORE","features":[371]},{"name":"SC_SEPARATOR","features":[371]},{"name":"SC_SIZE","features":[371]},{"name":"SC_TASKLIST","features":[371]},{"name":"SC_VSCROLL","features":[371]},{"name":"SC_ZOOM","features":[371]},{"name":"SENDASYNCPROC","features":[307,371]},{"name":"SEND_MESSAGE_TIMEOUT_FLAGS","features":[371]},{"name":"SET_WINDOW_POS_FLAGS","features":[371]},{"name":"SHELLHOOKINFO","features":[307,371]},{"name":"SHOW_FULLSCREEN","features":[371]},{"name":"SHOW_ICONWINDOW","features":[371]},{"name":"SHOW_OPENNOACTIVATE","features":[371]},{"name":"SHOW_OPENWINDOW","features":[371]},{"name":"SHOW_WINDOW_CMD","features":[371]},{"name":"SHOW_WINDOW_STATUS","features":[371]},{"name":"SIF_ALL","features":[371]},{"name":"SIF_DISABLENOSCROLL","features":[371]},{"name":"SIF_PAGE","features":[371]},{"name":"SIF_POS","features":[371]},{"name":"SIF_RANGE","features":[371]},{"name":"SIF_TRACKPOS","features":[371]},{"name":"SIZEFULLSCREEN","features":[371]},{"name":"SIZEICONIC","features":[371]},{"name":"SIZENORMAL","features":[371]},{"name":"SIZEZOOMHIDE","features":[371]},{"name":"SIZEZOOMSHOW","features":[371]},{"name":"SIZE_MAXHIDE","features":[371]},{"name":"SIZE_MAXIMIZED","features":[371]},{"name":"SIZE_MAXSHOW","features":[371]},{"name":"SIZE_MINIMIZED","features":[371]},{"name":"SIZE_RESTORED","features":[371]},{"name":"SMTO_ABORTIFHUNG","features":[371]},{"name":"SMTO_BLOCK","features":[371]},{"name":"SMTO_ERRORONEXIT","features":[371]},{"name":"SMTO_NORMAL","features":[371]},{"name":"SMTO_NOTIMEOUTIFNOTHUNG","features":[371]},{"name":"SM_ARRANGE","features":[371]},{"name":"SM_CARETBLINKINGENABLED","features":[371]},{"name":"SM_CLEANBOOT","features":[371]},{"name":"SM_CMETRICS","features":[371]},{"name":"SM_CMONITORS","features":[371]},{"name":"SM_CMOUSEBUTTONS","features":[371]},{"name":"SM_CONVERTIBLESLATEMODE","features":[371]},{"name":"SM_CXBORDER","features":[371]},{"name":"SM_CXCURSOR","features":[371]},{"name":"SM_CXDLGFRAME","features":[371]},{"name":"SM_CXDOUBLECLK","features":[371]},{"name":"SM_CXDRAG","features":[371]},{"name":"SM_CXEDGE","features":[371]},{"name":"SM_CXFIXEDFRAME","features":[371]},{"name":"SM_CXFOCUSBORDER","features":[371]},{"name":"SM_CXFRAME","features":[371]},{"name":"SM_CXFULLSCREEN","features":[371]},{"name":"SM_CXHSCROLL","features":[371]},{"name":"SM_CXHTHUMB","features":[371]},{"name":"SM_CXICON","features":[371]},{"name":"SM_CXICONSPACING","features":[371]},{"name":"SM_CXMAXIMIZED","features":[371]},{"name":"SM_CXMAXTRACK","features":[371]},{"name":"SM_CXMENUCHECK","features":[371]},{"name":"SM_CXMENUSIZE","features":[371]},{"name":"SM_CXMIN","features":[371]},{"name":"SM_CXMINIMIZED","features":[371]},{"name":"SM_CXMINSPACING","features":[371]},{"name":"SM_CXMINTRACK","features":[371]},{"name":"SM_CXPADDEDBORDER","features":[371]},{"name":"SM_CXSCREEN","features":[371]},{"name":"SM_CXSIZE","features":[371]},{"name":"SM_CXSIZEFRAME","features":[371]},{"name":"SM_CXSMICON","features":[371]},{"name":"SM_CXSMSIZE","features":[371]},{"name":"SM_CXVIRTUALSCREEN","features":[371]},{"name":"SM_CXVSCROLL","features":[371]},{"name":"SM_CYBORDER","features":[371]},{"name":"SM_CYCAPTION","features":[371]},{"name":"SM_CYCURSOR","features":[371]},{"name":"SM_CYDLGFRAME","features":[371]},{"name":"SM_CYDOUBLECLK","features":[371]},{"name":"SM_CYDRAG","features":[371]},{"name":"SM_CYEDGE","features":[371]},{"name":"SM_CYFIXEDFRAME","features":[371]},{"name":"SM_CYFOCUSBORDER","features":[371]},{"name":"SM_CYFRAME","features":[371]},{"name":"SM_CYFULLSCREEN","features":[371]},{"name":"SM_CYHSCROLL","features":[371]},{"name":"SM_CYICON","features":[371]},{"name":"SM_CYICONSPACING","features":[371]},{"name":"SM_CYKANJIWINDOW","features":[371]},{"name":"SM_CYMAXIMIZED","features":[371]},{"name":"SM_CYMAXTRACK","features":[371]},{"name":"SM_CYMENU","features":[371]},{"name":"SM_CYMENUCHECK","features":[371]},{"name":"SM_CYMENUSIZE","features":[371]},{"name":"SM_CYMIN","features":[371]},{"name":"SM_CYMINIMIZED","features":[371]},{"name":"SM_CYMINSPACING","features":[371]},{"name":"SM_CYMINTRACK","features":[371]},{"name":"SM_CYSCREEN","features":[371]},{"name":"SM_CYSIZE","features":[371]},{"name":"SM_CYSIZEFRAME","features":[371]},{"name":"SM_CYSMCAPTION","features":[371]},{"name":"SM_CYSMICON","features":[371]},{"name":"SM_CYSMSIZE","features":[371]},{"name":"SM_CYVIRTUALSCREEN","features":[371]},{"name":"SM_CYVSCROLL","features":[371]},{"name":"SM_CYVTHUMB","features":[371]},{"name":"SM_DBCSENABLED","features":[371]},{"name":"SM_DEBUG","features":[371]},{"name":"SM_DIGITIZER","features":[371]},{"name":"SM_IMMENABLED","features":[371]},{"name":"SM_MAXIMUMTOUCHES","features":[371]},{"name":"SM_MEDIACENTER","features":[371]},{"name":"SM_MENUDROPALIGNMENT","features":[371]},{"name":"SM_MIDEASTENABLED","features":[371]},{"name":"SM_MOUSEHORIZONTALWHEELPRESENT","features":[371]},{"name":"SM_MOUSEPRESENT","features":[371]},{"name":"SM_MOUSEWHEELPRESENT","features":[371]},{"name":"SM_NETWORK","features":[371]},{"name":"SM_PENWINDOWS","features":[371]},{"name":"SM_REMOTECONTROL","features":[371]},{"name":"SM_REMOTESESSION","features":[371]},{"name":"SM_RESERVED1","features":[371]},{"name":"SM_RESERVED2","features":[371]},{"name":"SM_RESERVED3","features":[371]},{"name":"SM_RESERVED4","features":[371]},{"name":"SM_SAMEDISPLAYFORMAT","features":[371]},{"name":"SM_SECURE","features":[371]},{"name":"SM_SERVERR2","features":[371]},{"name":"SM_SHOWSOUNDS","features":[371]},{"name":"SM_SHUTTINGDOWN","features":[371]},{"name":"SM_SLOWMACHINE","features":[371]},{"name":"SM_STARTER","features":[371]},{"name":"SM_SWAPBUTTON","features":[371]},{"name":"SM_SYSTEMDOCKED","features":[371]},{"name":"SM_TABLETPC","features":[371]},{"name":"SM_XVIRTUALSCREEN","features":[371]},{"name":"SM_YVIRTUALSCREEN","features":[371]},{"name":"SOUND_SYSTEM_APPEND","features":[371]},{"name":"SOUND_SYSTEM_APPSTART","features":[371]},{"name":"SOUND_SYSTEM_BEEP","features":[371]},{"name":"SOUND_SYSTEM_ERROR","features":[371]},{"name":"SOUND_SYSTEM_FAULT","features":[371]},{"name":"SOUND_SYSTEM_INFORMATION","features":[371]},{"name":"SOUND_SYSTEM_MAXIMIZE","features":[371]},{"name":"SOUND_SYSTEM_MENUCOMMAND","features":[371]},{"name":"SOUND_SYSTEM_MENUPOPUP","features":[371]},{"name":"SOUND_SYSTEM_MINIMIZE","features":[371]},{"name":"SOUND_SYSTEM_QUESTION","features":[371]},{"name":"SOUND_SYSTEM_RESTOREDOWN","features":[371]},{"name":"SOUND_SYSTEM_RESTOREUP","features":[371]},{"name":"SOUND_SYSTEM_SHUTDOWN","features":[371]},{"name":"SOUND_SYSTEM_STARTUP","features":[371]},{"name":"SOUND_SYSTEM_WARNING","features":[371]},{"name":"SPIF_SENDCHANGE","features":[371]},{"name":"SPIF_SENDWININICHANGE","features":[371]},{"name":"SPIF_UPDATEINIFILE","features":[371]},{"name":"SPI_GETACCESSTIMEOUT","features":[371]},{"name":"SPI_GETACTIVEWINDOWTRACKING","features":[371]},{"name":"SPI_GETACTIVEWNDTRKTIMEOUT","features":[371]},{"name":"SPI_GETACTIVEWNDTRKZORDER","features":[371]},{"name":"SPI_GETANIMATION","features":[371]},{"name":"SPI_GETAUDIODESCRIPTION","features":[371]},{"name":"SPI_GETBEEP","features":[371]},{"name":"SPI_GETBLOCKSENDINPUTRESETS","features":[371]},{"name":"SPI_GETBORDER","features":[371]},{"name":"SPI_GETCARETBROWSING","features":[371]},{"name":"SPI_GETCARETTIMEOUT","features":[371]},{"name":"SPI_GETCARETWIDTH","features":[371]},{"name":"SPI_GETCLEARTYPE","features":[371]},{"name":"SPI_GETCLIENTAREAANIMATION","features":[371]},{"name":"SPI_GETCOMBOBOXANIMATION","features":[371]},{"name":"SPI_GETCONTACTVISUALIZATION","features":[371]},{"name":"SPI_GETCURSORSHADOW","features":[371]},{"name":"SPI_GETDEFAULTINPUTLANG","features":[371]},{"name":"SPI_GETDESKWALLPAPER","features":[371]},{"name":"SPI_GETDISABLEOVERLAPPEDCONTENT","features":[371]},{"name":"SPI_GETDOCKMOVING","features":[371]},{"name":"SPI_GETDRAGFROMMAXIMIZE","features":[371]},{"name":"SPI_GETDRAGFULLWINDOWS","features":[371]},{"name":"SPI_GETDROPSHADOW","features":[371]},{"name":"SPI_GETFASTTASKSWITCH","features":[371]},{"name":"SPI_GETFILTERKEYS","features":[371]},{"name":"SPI_GETFLATMENU","features":[371]},{"name":"SPI_GETFOCUSBORDERHEIGHT","features":[371]},{"name":"SPI_GETFOCUSBORDERWIDTH","features":[371]},{"name":"SPI_GETFONTSMOOTHING","features":[371]},{"name":"SPI_GETFONTSMOOTHINGCONTRAST","features":[371]},{"name":"SPI_GETFONTSMOOTHINGORIENTATION","features":[371]},{"name":"SPI_GETFONTSMOOTHINGTYPE","features":[371]},{"name":"SPI_GETFOREGROUNDFLASHCOUNT","features":[371]},{"name":"SPI_GETFOREGROUNDLOCKTIMEOUT","features":[371]},{"name":"SPI_GETGESTUREVISUALIZATION","features":[371]},{"name":"SPI_GETGRADIENTCAPTIONS","features":[371]},{"name":"SPI_GETGRIDGRANULARITY","features":[371]},{"name":"SPI_GETHANDEDNESS","features":[371]},{"name":"SPI_GETHIGHCONTRAST","features":[371]},{"name":"SPI_GETHOTTRACKING","features":[371]},{"name":"SPI_GETHUNGAPPTIMEOUT","features":[371]},{"name":"SPI_GETICONMETRICS","features":[371]},{"name":"SPI_GETICONTITLELOGFONT","features":[371]},{"name":"SPI_GETICONTITLEWRAP","features":[371]},{"name":"SPI_GETKEYBOARDCUES","features":[371]},{"name":"SPI_GETKEYBOARDDELAY","features":[371]},{"name":"SPI_GETKEYBOARDPREF","features":[371]},{"name":"SPI_GETKEYBOARDSPEED","features":[371]},{"name":"SPI_GETLISTBOXSMOOTHSCROLLING","features":[371]},{"name":"SPI_GETLOGICALDPIOVERRIDE","features":[371]},{"name":"SPI_GETLOWPOWERACTIVE","features":[371]},{"name":"SPI_GETLOWPOWERTIMEOUT","features":[371]},{"name":"SPI_GETMENUANIMATION","features":[371]},{"name":"SPI_GETMENUDROPALIGNMENT","features":[371]},{"name":"SPI_GETMENUFADE","features":[371]},{"name":"SPI_GETMENURECT","features":[371]},{"name":"SPI_GETMENUSHOWDELAY","features":[371]},{"name":"SPI_GETMENUUNDERLINES","features":[371]},{"name":"SPI_GETMESSAGEDURATION","features":[371]},{"name":"SPI_GETMINIMIZEDMETRICS","features":[371]},{"name":"SPI_GETMINIMUMHITRADIUS","features":[371]},{"name":"SPI_GETMOUSE","features":[371]},{"name":"SPI_GETMOUSECLICKLOCK","features":[371]},{"name":"SPI_GETMOUSECLICKLOCKTIME","features":[371]},{"name":"SPI_GETMOUSEDOCKTHRESHOLD","features":[371]},{"name":"SPI_GETMOUSEDRAGOUTTHRESHOLD","features":[371]},{"name":"SPI_GETMOUSEHOVERHEIGHT","features":[371]},{"name":"SPI_GETMOUSEHOVERTIME","features":[371]},{"name":"SPI_GETMOUSEHOVERWIDTH","features":[371]},{"name":"SPI_GETMOUSEKEYS","features":[371]},{"name":"SPI_GETMOUSESIDEMOVETHRESHOLD","features":[371]},{"name":"SPI_GETMOUSESONAR","features":[371]},{"name":"SPI_GETMOUSESPEED","features":[371]},{"name":"SPI_GETMOUSETRAILS","features":[371]},{"name":"SPI_GETMOUSEVANISH","features":[371]},{"name":"SPI_GETMOUSEWHEELROUTING","features":[371]},{"name":"SPI_GETNONCLIENTMETRICS","features":[371]},{"name":"SPI_GETPENARBITRATIONTYPE","features":[371]},{"name":"SPI_GETPENDOCKTHRESHOLD","features":[371]},{"name":"SPI_GETPENDRAGOUTTHRESHOLD","features":[371]},{"name":"SPI_GETPENSIDEMOVETHRESHOLD","features":[371]},{"name":"SPI_GETPENVISUALIZATION","features":[371]},{"name":"SPI_GETPOWEROFFACTIVE","features":[371]},{"name":"SPI_GETPOWEROFFTIMEOUT","features":[371]},{"name":"SPI_GETSCREENREADER","features":[371]},{"name":"SPI_GETSCREENSAVEACTIVE","features":[371]},{"name":"SPI_GETSCREENSAVERRUNNING","features":[371]},{"name":"SPI_GETSCREENSAVESECURE","features":[371]},{"name":"SPI_GETSCREENSAVETIMEOUT","features":[371]},{"name":"SPI_GETSELECTIONFADE","features":[371]},{"name":"SPI_GETSERIALKEYS","features":[371]},{"name":"SPI_GETSHOWIMEUI","features":[371]},{"name":"SPI_GETSHOWSOUNDS","features":[371]},{"name":"SPI_GETSNAPSIZING","features":[371]},{"name":"SPI_GETSNAPTODEFBUTTON","features":[371]},{"name":"SPI_GETSOUNDSENTRY","features":[371]},{"name":"SPI_GETSPEECHRECOGNITION","features":[371]},{"name":"SPI_GETSTICKYKEYS","features":[371]},{"name":"SPI_GETSYSTEMLANGUAGEBAR","features":[371]},{"name":"SPI_GETTHREADLOCALINPUTSETTINGS","features":[371]},{"name":"SPI_GETTOGGLEKEYS","features":[371]},{"name":"SPI_GETTOOLTIPANIMATION","features":[371]},{"name":"SPI_GETTOOLTIPFADE","features":[371]},{"name":"SPI_GETTOUCHPREDICTIONPARAMETERS","features":[371]},{"name":"SPI_GETUIEFFECTS","features":[371]},{"name":"SPI_GETWAITTOKILLSERVICETIMEOUT","features":[371]},{"name":"SPI_GETWAITTOKILLTIMEOUT","features":[371]},{"name":"SPI_GETWHEELSCROLLCHARS","features":[371]},{"name":"SPI_GETWHEELSCROLLLINES","features":[371]},{"name":"SPI_GETWINARRANGING","features":[371]},{"name":"SPI_GETWINDOWSEXTENSION","features":[371]},{"name":"SPI_GETWORKAREA","features":[371]},{"name":"SPI_ICONHORIZONTALSPACING","features":[371]},{"name":"SPI_ICONVERTICALSPACING","features":[371]},{"name":"SPI_LANGDRIVER","features":[371]},{"name":"SPI_SCREENSAVERRUNNING","features":[371]},{"name":"SPI_SETACCESSTIMEOUT","features":[371]},{"name":"SPI_SETACTIVEWINDOWTRACKING","features":[371]},{"name":"SPI_SETACTIVEWNDTRKTIMEOUT","features":[371]},{"name":"SPI_SETACTIVEWNDTRKZORDER","features":[371]},{"name":"SPI_SETANIMATION","features":[371]},{"name":"SPI_SETAUDIODESCRIPTION","features":[371]},{"name":"SPI_SETBEEP","features":[371]},{"name":"SPI_SETBLOCKSENDINPUTRESETS","features":[371]},{"name":"SPI_SETBORDER","features":[371]},{"name":"SPI_SETCARETBROWSING","features":[371]},{"name":"SPI_SETCARETTIMEOUT","features":[371]},{"name":"SPI_SETCARETWIDTH","features":[371]},{"name":"SPI_SETCLEARTYPE","features":[371]},{"name":"SPI_SETCLIENTAREAANIMATION","features":[371]},{"name":"SPI_SETCOMBOBOXANIMATION","features":[371]},{"name":"SPI_SETCONTACTVISUALIZATION","features":[371]},{"name":"SPI_SETCURSORS","features":[371]},{"name":"SPI_SETCURSORSHADOW","features":[371]},{"name":"SPI_SETDEFAULTINPUTLANG","features":[371]},{"name":"SPI_SETDESKPATTERN","features":[371]},{"name":"SPI_SETDESKWALLPAPER","features":[371]},{"name":"SPI_SETDISABLEOVERLAPPEDCONTENT","features":[371]},{"name":"SPI_SETDOCKMOVING","features":[371]},{"name":"SPI_SETDOUBLECLICKTIME","features":[371]},{"name":"SPI_SETDOUBLECLKHEIGHT","features":[371]},{"name":"SPI_SETDOUBLECLKWIDTH","features":[371]},{"name":"SPI_SETDRAGFROMMAXIMIZE","features":[371]},{"name":"SPI_SETDRAGFULLWINDOWS","features":[371]},{"name":"SPI_SETDRAGHEIGHT","features":[371]},{"name":"SPI_SETDRAGWIDTH","features":[371]},{"name":"SPI_SETDROPSHADOW","features":[371]},{"name":"SPI_SETFASTTASKSWITCH","features":[371]},{"name":"SPI_SETFILTERKEYS","features":[371]},{"name":"SPI_SETFLATMENU","features":[371]},{"name":"SPI_SETFOCUSBORDERHEIGHT","features":[371]},{"name":"SPI_SETFOCUSBORDERWIDTH","features":[371]},{"name":"SPI_SETFONTSMOOTHING","features":[371]},{"name":"SPI_SETFONTSMOOTHINGCONTRAST","features":[371]},{"name":"SPI_SETFONTSMOOTHINGORIENTATION","features":[371]},{"name":"SPI_SETFONTSMOOTHINGTYPE","features":[371]},{"name":"SPI_SETFOREGROUNDFLASHCOUNT","features":[371]},{"name":"SPI_SETFOREGROUNDLOCKTIMEOUT","features":[371]},{"name":"SPI_SETGESTUREVISUALIZATION","features":[371]},{"name":"SPI_SETGRADIENTCAPTIONS","features":[371]},{"name":"SPI_SETGRIDGRANULARITY","features":[371]},{"name":"SPI_SETHANDEDNESS","features":[371]},{"name":"SPI_SETHANDHELD","features":[371]},{"name":"SPI_SETHIGHCONTRAST","features":[371]},{"name":"SPI_SETHOTTRACKING","features":[371]},{"name":"SPI_SETHUNGAPPTIMEOUT","features":[371]},{"name":"SPI_SETICONMETRICS","features":[371]},{"name":"SPI_SETICONS","features":[371]},{"name":"SPI_SETICONTITLELOGFONT","features":[371]},{"name":"SPI_SETICONTITLEWRAP","features":[371]},{"name":"SPI_SETKEYBOARDCUES","features":[371]},{"name":"SPI_SETKEYBOARDDELAY","features":[371]},{"name":"SPI_SETKEYBOARDPREF","features":[371]},{"name":"SPI_SETKEYBOARDSPEED","features":[371]},{"name":"SPI_SETLANGTOGGLE","features":[371]},{"name":"SPI_SETLISTBOXSMOOTHSCROLLING","features":[371]},{"name":"SPI_SETLOGICALDPIOVERRIDE","features":[371]},{"name":"SPI_SETLOWPOWERACTIVE","features":[371]},{"name":"SPI_SETLOWPOWERTIMEOUT","features":[371]},{"name":"SPI_SETMENUANIMATION","features":[371]},{"name":"SPI_SETMENUDROPALIGNMENT","features":[371]},{"name":"SPI_SETMENUFADE","features":[371]},{"name":"SPI_SETMENURECT","features":[371]},{"name":"SPI_SETMENUSHOWDELAY","features":[371]},{"name":"SPI_SETMENUUNDERLINES","features":[371]},{"name":"SPI_SETMESSAGEDURATION","features":[371]},{"name":"SPI_SETMINIMIZEDMETRICS","features":[371]},{"name":"SPI_SETMINIMUMHITRADIUS","features":[371]},{"name":"SPI_SETMOUSE","features":[371]},{"name":"SPI_SETMOUSEBUTTONSWAP","features":[371]},{"name":"SPI_SETMOUSECLICKLOCK","features":[371]},{"name":"SPI_SETMOUSECLICKLOCKTIME","features":[371]},{"name":"SPI_SETMOUSEDOCKTHRESHOLD","features":[371]},{"name":"SPI_SETMOUSEDRAGOUTTHRESHOLD","features":[371]},{"name":"SPI_SETMOUSEHOVERHEIGHT","features":[371]},{"name":"SPI_SETMOUSEHOVERTIME","features":[371]},{"name":"SPI_SETMOUSEHOVERWIDTH","features":[371]},{"name":"SPI_SETMOUSEKEYS","features":[371]},{"name":"SPI_SETMOUSESIDEMOVETHRESHOLD","features":[371]},{"name":"SPI_SETMOUSESONAR","features":[371]},{"name":"SPI_SETMOUSESPEED","features":[371]},{"name":"SPI_SETMOUSETRAILS","features":[371]},{"name":"SPI_SETMOUSEVANISH","features":[371]},{"name":"SPI_SETMOUSEWHEELROUTING","features":[371]},{"name":"SPI_SETNONCLIENTMETRICS","features":[371]},{"name":"SPI_SETPENARBITRATIONTYPE","features":[371]},{"name":"SPI_SETPENDOCKTHRESHOLD","features":[371]},{"name":"SPI_SETPENDRAGOUTTHRESHOLD","features":[371]},{"name":"SPI_SETPENSIDEMOVETHRESHOLD","features":[371]},{"name":"SPI_SETPENVISUALIZATION","features":[371]},{"name":"SPI_SETPENWINDOWS","features":[371]},{"name":"SPI_SETPOWEROFFACTIVE","features":[371]},{"name":"SPI_SETPOWEROFFTIMEOUT","features":[371]},{"name":"SPI_SETSCREENREADER","features":[371]},{"name":"SPI_SETSCREENSAVEACTIVE","features":[371]},{"name":"SPI_SETSCREENSAVERRUNNING","features":[371]},{"name":"SPI_SETSCREENSAVESECURE","features":[371]},{"name":"SPI_SETSCREENSAVETIMEOUT","features":[371]},{"name":"SPI_SETSELECTIONFADE","features":[371]},{"name":"SPI_SETSERIALKEYS","features":[371]},{"name":"SPI_SETSHOWIMEUI","features":[371]},{"name":"SPI_SETSHOWSOUNDS","features":[371]},{"name":"SPI_SETSNAPSIZING","features":[371]},{"name":"SPI_SETSNAPTODEFBUTTON","features":[371]},{"name":"SPI_SETSOUNDSENTRY","features":[371]},{"name":"SPI_SETSPEECHRECOGNITION","features":[371]},{"name":"SPI_SETSTICKYKEYS","features":[371]},{"name":"SPI_SETSYSTEMLANGUAGEBAR","features":[371]},{"name":"SPI_SETTHREADLOCALINPUTSETTINGS","features":[371]},{"name":"SPI_SETTOGGLEKEYS","features":[371]},{"name":"SPI_SETTOOLTIPANIMATION","features":[371]},{"name":"SPI_SETTOOLTIPFADE","features":[371]},{"name":"SPI_SETTOUCHPREDICTIONPARAMETERS","features":[371]},{"name":"SPI_SETUIEFFECTS","features":[371]},{"name":"SPI_SETWAITTOKILLSERVICETIMEOUT","features":[371]},{"name":"SPI_SETWAITTOKILLTIMEOUT","features":[371]},{"name":"SPI_SETWHEELSCROLLCHARS","features":[371]},{"name":"SPI_SETWHEELSCROLLLINES","features":[371]},{"name":"SPI_SETWINARRANGING","features":[371]},{"name":"SPI_SETWORKAREA","features":[371]},{"name":"STATE_SYSTEM_ALERT_HIGH","features":[371]},{"name":"STATE_SYSTEM_ALERT_LOW","features":[371]},{"name":"STATE_SYSTEM_ALERT_MEDIUM","features":[371]},{"name":"STATE_SYSTEM_ANIMATED","features":[371]},{"name":"STATE_SYSTEM_BUSY","features":[371]},{"name":"STATE_SYSTEM_CHECKED","features":[371]},{"name":"STATE_SYSTEM_COLLAPSED","features":[371]},{"name":"STATE_SYSTEM_DEFAULT","features":[371]},{"name":"STATE_SYSTEM_EXPANDED","features":[371]},{"name":"STATE_SYSTEM_EXTSELECTABLE","features":[371]},{"name":"STATE_SYSTEM_FLOATING","features":[371]},{"name":"STATE_SYSTEM_FOCUSED","features":[371]},{"name":"STATE_SYSTEM_HOTTRACKED","features":[371]},{"name":"STATE_SYSTEM_INDETERMINATE","features":[371]},{"name":"STATE_SYSTEM_LINKED","features":[371]},{"name":"STATE_SYSTEM_MARQUEED","features":[371]},{"name":"STATE_SYSTEM_MIXED","features":[371]},{"name":"STATE_SYSTEM_MOVEABLE","features":[371]},{"name":"STATE_SYSTEM_MULTISELECTABLE","features":[371]},{"name":"STATE_SYSTEM_PROTECTED","features":[371]},{"name":"STATE_SYSTEM_READONLY","features":[371]},{"name":"STATE_SYSTEM_SELECTABLE","features":[371]},{"name":"STATE_SYSTEM_SELECTED","features":[371]},{"name":"STATE_SYSTEM_SELFVOICING","features":[371]},{"name":"STATE_SYSTEM_SIZEABLE","features":[371]},{"name":"STATE_SYSTEM_TRAVERSED","features":[371]},{"name":"STATE_SYSTEM_VALID","features":[371]},{"name":"STM_GETICON","features":[371]},{"name":"STM_GETIMAGE","features":[371]},{"name":"STM_MSGMAX","features":[371]},{"name":"STM_SETICON","features":[371]},{"name":"STM_SETIMAGE","features":[371]},{"name":"STN_CLICKED","features":[371]},{"name":"STN_DBLCLK","features":[371]},{"name":"STN_DISABLE","features":[371]},{"name":"STN_ENABLE","features":[371]},{"name":"STRSAFE_E_END_OF_FILE","features":[371]},{"name":"STRSAFE_E_INSUFFICIENT_BUFFER","features":[371]},{"name":"STRSAFE_E_INVALID_PARAMETER","features":[371]},{"name":"STRSAFE_FILL_BEHIND_NULL","features":[371]},{"name":"STRSAFE_FILL_ON_FAILURE","features":[371]},{"name":"STRSAFE_IGNORE_NULLS","features":[371]},{"name":"STRSAFE_MAX_CCH","features":[371]},{"name":"STRSAFE_MAX_LENGTH","features":[371]},{"name":"STRSAFE_NO_TRUNCATION","features":[371]},{"name":"STRSAFE_NULL_ON_FAILURE","features":[371]},{"name":"STRSAFE_USE_SECURE_CRT","features":[371]},{"name":"STYLESTRUCT","features":[371]},{"name":"SWP_ASYNCWINDOWPOS","features":[371]},{"name":"SWP_DEFERERASE","features":[371]},{"name":"SWP_DRAWFRAME","features":[371]},{"name":"SWP_FRAMECHANGED","features":[371]},{"name":"SWP_HIDEWINDOW","features":[371]},{"name":"SWP_NOACTIVATE","features":[371]},{"name":"SWP_NOCOPYBITS","features":[371]},{"name":"SWP_NOMOVE","features":[371]},{"name":"SWP_NOOWNERZORDER","features":[371]},{"name":"SWP_NOREDRAW","features":[371]},{"name":"SWP_NOREPOSITION","features":[371]},{"name":"SWP_NOSENDCHANGING","features":[371]},{"name":"SWP_NOSIZE","features":[371]},{"name":"SWP_NOZORDER","features":[371]},{"name":"SWP_SHOWWINDOW","features":[371]},{"name":"SW_ERASE","features":[371]},{"name":"SW_FORCEMINIMIZE","features":[371]},{"name":"SW_HIDE","features":[371]},{"name":"SW_INVALIDATE","features":[371]},{"name":"SW_MAX","features":[371]},{"name":"SW_MAXIMIZE","features":[371]},{"name":"SW_MINIMIZE","features":[371]},{"name":"SW_NORMAL","features":[371]},{"name":"SW_OTHERUNZOOM","features":[371]},{"name":"SW_OTHERZOOM","features":[371]},{"name":"SW_PARENTCLOSING","features":[371]},{"name":"SW_PARENTOPENING","features":[371]},{"name":"SW_RESTORE","features":[371]},{"name":"SW_SCROLLCHILDREN","features":[371]},{"name":"SW_SHOW","features":[371]},{"name":"SW_SHOWDEFAULT","features":[371]},{"name":"SW_SHOWMAXIMIZED","features":[371]},{"name":"SW_SHOWMINIMIZED","features":[371]},{"name":"SW_SHOWMINNOACTIVE","features":[371]},{"name":"SW_SHOWNA","features":[371]},{"name":"SW_SHOWNOACTIVATE","features":[371]},{"name":"SW_SHOWNORMAL","features":[371]},{"name":"SW_SMOOTHSCROLL","features":[371]},{"name":"SYSTEM_CURSOR_ID","features":[371]},{"name":"SYSTEM_METRICS_INDEX","features":[371]},{"name":"SYSTEM_PARAMETERS_INFO_ACTION","features":[371]},{"name":"SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS","features":[371]},{"name":"ScrollDC","features":[307,318,371]},{"name":"ScrollWindow","features":[307,371]},{"name":"ScrollWindowEx","features":[307,318,371]},{"name":"SendDlgItemMessageA","features":[307,371]},{"name":"SendDlgItemMessageW","features":[307,371]},{"name":"SendMessageA","features":[307,371]},{"name":"SendMessageCallbackA","features":[307,371]},{"name":"SendMessageCallbackW","features":[307,371]},{"name":"SendMessageTimeoutA","features":[307,371]},{"name":"SendMessageTimeoutW","features":[307,371]},{"name":"SendMessageW","features":[307,371]},{"name":"SendNotifyMessageA","features":[307,371]},{"name":"SendNotifyMessageW","features":[307,371]},{"name":"SetAdditionalForegroundBoostProcesses","features":[307,371]},{"name":"SetCaretBlinkTime","features":[307,371]},{"name":"SetCaretPos","features":[307,371]},{"name":"SetClassLongA","features":[307,371]},{"name":"SetClassLongPtrA","features":[307,371]},{"name":"SetClassLongPtrW","features":[307,371]},{"name":"SetClassLongW","features":[307,371]},{"name":"SetClassWord","features":[307,371]},{"name":"SetCoalescableTimer","features":[307,371]},{"name":"SetCursor","features":[371]},{"name":"SetCursorPos","features":[307,371]},{"name":"SetDebugErrorLevel","features":[371]},{"name":"SetDlgItemInt","features":[307,371]},{"name":"SetDlgItemTextA","features":[307,371]},{"name":"SetDlgItemTextW","features":[307,371]},{"name":"SetForegroundWindow","features":[307,371]},{"name":"SetLayeredWindowAttributes","features":[307,371]},{"name":"SetMenu","features":[307,371]},{"name":"SetMenuDefaultItem","features":[307,371]},{"name":"SetMenuInfo","features":[307,318,371]},{"name":"SetMenuItemBitmaps","features":[307,318,371]},{"name":"SetMenuItemInfoA","features":[307,318,371]},{"name":"SetMenuItemInfoW","features":[307,318,371]},{"name":"SetMessageExtraInfo","features":[307,371]},{"name":"SetMessageQueue","features":[307,371]},{"name":"SetParent","features":[307,371]},{"name":"SetPhysicalCursorPos","features":[307,371]},{"name":"SetProcessDPIAware","features":[307,371]},{"name":"SetProcessDefaultLayout","features":[307,371]},{"name":"SetPropA","features":[307,371]},{"name":"SetPropW","features":[307,371]},{"name":"SetSystemCursor","features":[307,371]},{"name":"SetTimer","features":[307,371]},{"name":"SetWindowDisplayAffinity","features":[307,371]},{"name":"SetWindowLongA","features":[307,371]},{"name":"SetWindowLongPtrA","features":[307,371]},{"name":"SetWindowLongPtrW","features":[307,371]},{"name":"SetWindowLongW","features":[307,371]},{"name":"SetWindowPlacement","features":[307,371]},{"name":"SetWindowPos","features":[307,371]},{"name":"SetWindowTextA","features":[307,371]},{"name":"SetWindowTextW","features":[307,371]},{"name":"SetWindowWord","features":[307,371]},{"name":"SetWindowsHookA","features":[307,371]},{"name":"SetWindowsHookExA","features":[307,371]},{"name":"SetWindowsHookExW","features":[307,371]},{"name":"SetWindowsHookW","features":[307,371]},{"name":"ShowCaret","features":[307,371]},{"name":"ShowCursor","features":[307,371]},{"name":"ShowOwnedPopups","features":[307,371]},{"name":"ShowWindow","features":[307,371]},{"name":"ShowWindowAsync","features":[307,371]},{"name":"SoundSentry","features":[307,371]},{"name":"SwitchToThisWindow","features":[307,371]},{"name":"SystemParametersInfoA","features":[307,371]},{"name":"SystemParametersInfoW","features":[307,371]},{"name":"TDF_REGISTER","features":[371]},{"name":"TDF_UNREGISTER","features":[371]},{"name":"TILE_WINDOWS_HOW","features":[371]},{"name":"TIMERPROC","features":[307,371]},{"name":"TIMERV_COALESCING_MAX","features":[371]},{"name":"TIMERV_COALESCING_MIN","features":[371]},{"name":"TIMERV_DEFAULT_COALESCING","features":[371]},{"name":"TIMERV_NO_COALESCING","features":[371]},{"name":"TITLEBARINFO","features":[307,371]},{"name":"TITLEBARINFOEX","features":[307,371]},{"name":"TKF_AVAILABLE","features":[371]},{"name":"TKF_CONFIRMHOTKEY","features":[371]},{"name":"TKF_HOTKEYACTIVE","features":[371]},{"name":"TKF_HOTKEYSOUND","features":[371]},{"name":"TKF_INDICATOR","features":[371]},{"name":"TKF_TOGGLEKEYSON","features":[371]},{"name":"TOOLTIP_DISMISS_FLAGS","features":[371]},{"name":"TOUCHPREDICTIONPARAMETERS","features":[371]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_LATENCY","features":[371]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_DELTA","features":[371]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_EXPO_SMOOTH_ALPHA","features":[371]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_LEARNING_RATE","features":[371]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_MAX","features":[371]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_MIN","features":[371]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_SAMPLETIME","features":[371]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_USE_HW_TIMESTAMP","features":[371]},{"name":"TOUCH_FLAG_NONE","features":[371]},{"name":"TOUCH_HIT_TESTING_CLIENT","features":[371]},{"name":"TOUCH_HIT_TESTING_DEFAULT","features":[371]},{"name":"TOUCH_HIT_TESTING_NONE","features":[371]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_CLOSEST","features":[371]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_FARTHEST","features":[371]},{"name":"TOUCH_MASK_CONTACTAREA","features":[371]},{"name":"TOUCH_MASK_NONE","features":[371]},{"name":"TOUCH_MASK_ORIENTATION","features":[371]},{"name":"TOUCH_MASK_PRESSURE","features":[371]},{"name":"TPMPARAMS","features":[307,371]},{"name":"TPM_BOTTOMALIGN","features":[371]},{"name":"TPM_CENTERALIGN","features":[371]},{"name":"TPM_HORIZONTAL","features":[371]},{"name":"TPM_HORNEGANIMATION","features":[371]},{"name":"TPM_HORPOSANIMATION","features":[371]},{"name":"TPM_LAYOUTRTL","features":[371]},{"name":"TPM_LEFTALIGN","features":[371]},{"name":"TPM_LEFTBUTTON","features":[371]},{"name":"TPM_NOANIMATION","features":[371]},{"name":"TPM_NONOTIFY","features":[371]},{"name":"TPM_RECURSE","features":[371]},{"name":"TPM_RETURNCMD","features":[371]},{"name":"TPM_RIGHTALIGN","features":[371]},{"name":"TPM_RIGHTBUTTON","features":[371]},{"name":"TPM_TOPALIGN","features":[371]},{"name":"TPM_VCENTERALIGN","features":[371]},{"name":"TPM_VERNEGANIMATION","features":[371]},{"name":"TPM_VERPOSANIMATION","features":[371]},{"name":"TPM_VERTICAL","features":[371]},{"name":"TPM_WORKAREA","features":[371]},{"name":"TRACK_POPUP_MENU_FLAGS","features":[371]},{"name":"TileWindows","features":[307,371]},{"name":"TrackPopupMenu","features":[307,371]},{"name":"TrackPopupMenuEx","features":[307,371]},{"name":"TranslateAcceleratorA","features":[307,371]},{"name":"TranslateAcceleratorW","features":[307,371]},{"name":"TranslateMDISysAccel","features":[307,371]},{"name":"TranslateMessage","features":[307,371]},{"name":"UISF_ACTIVE","features":[371]},{"name":"UISF_HIDEACCEL","features":[371]},{"name":"UISF_HIDEFOCUS","features":[371]},{"name":"UIS_CLEAR","features":[371]},{"name":"UIS_INITIALIZE","features":[371]},{"name":"UIS_SET","features":[371]},{"name":"ULW_ALPHA","features":[371]},{"name":"ULW_COLORKEY","features":[371]},{"name":"ULW_EX_NORESIZE","features":[371]},{"name":"ULW_OPAQUE","features":[371]},{"name":"UNICODE_NOCHAR","features":[371]},{"name":"UOI_TIMERPROC_EXCEPTION_SUPPRESSION","features":[371]},{"name":"UPDATELAYEREDWINDOWINFO","features":[307,318,371]},{"name":"UPDATE_LAYERED_WINDOW_FLAGS","features":[371]},{"name":"USER_DEFAULT_SCREEN_DPI","features":[371]},{"name":"USER_TIMER_MAXIMUM","features":[371]},{"name":"USER_TIMER_MINIMUM","features":[371]},{"name":"UnhookWindowsHook","features":[307,371]},{"name":"UnhookWindowsHookEx","features":[307,371]},{"name":"UnregisterClassA","features":[307,371]},{"name":"UnregisterClassW","features":[307,371]},{"name":"UnregisterDeviceNotification","features":[307,371]},{"name":"UpdateLayeredWindow","features":[307,318,371]},{"name":"UpdateLayeredWindowIndirect","features":[307,318,371]},{"name":"VolLockBroadcast","features":[371]},{"name":"WA_ACTIVE","features":[371]},{"name":"WA_CLICKACTIVE","features":[371]},{"name":"WA_INACTIVE","features":[371]},{"name":"WDA_EXCLUDEFROMCAPTURE","features":[371]},{"name":"WDA_MONITOR","features":[371]},{"name":"WDA_NONE","features":[371]},{"name":"WHEEL_DELTA","features":[371]},{"name":"WH_CALLWNDPROC","features":[371]},{"name":"WH_CALLWNDPROCRET","features":[371]},{"name":"WH_CBT","features":[371]},{"name":"WH_DEBUG","features":[371]},{"name":"WH_FOREGROUNDIDLE","features":[371]},{"name":"WH_GETMESSAGE","features":[371]},{"name":"WH_HARDWARE","features":[371]},{"name":"WH_JOURNALPLAYBACK","features":[371]},{"name":"WH_JOURNALRECORD","features":[371]},{"name":"WH_KEYBOARD","features":[371]},{"name":"WH_KEYBOARD_LL","features":[371]},{"name":"WH_MAX","features":[371]},{"name":"WH_MAXHOOK","features":[371]},{"name":"WH_MIN","features":[371]},{"name":"WH_MINHOOK","features":[371]},{"name":"WH_MOUSE","features":[371]},{"name":"WH_MOUSE_LL","features":[371]},{"name":"WH_MSGFILTER","features":[371]},{"name":"WH_SHELL","features":[371]},{"name":"WH_SYSMSGFILTER","features":[371]},{"name":"WINDOWINFO","features":[307,371]},{"name":"WINDOWPLACEMENT","features":[307,371]},{"name":"WINDOWPLACEMENT_FLAGS","features":[371]},{"name":"WINDOWPOS","features":[307,371]},{"name":"WINDOWS_HOOK_ID","features":[371]},{"name":"WINDOW_DISPLAY_AFFINITY","features":[371]},{"name":"WINDOW_EX_STYLE","features":[371]},{"name":"WINDOW_LONG_PTR_INDEX","features":[371]},{"name":"WINDOW_MESSAGE_FILTER_ACTION","features":[371]},{"name":"WINDOW_STYLE","features":[371]},{"name":"WINEVENT_INCONTEXT","features":[371]},{"name":"WINEVENT_OUTOFCONTEXT","features":[371]},{"name":"WINEVENT_SKIPOWNPROCESS","features":[371]},{"name":"WINEVENT_SKIPOWNTHREAD","features":[371]},{"name":"WINSTA_ACCESSCLIPBOARD","features":[371]},{"name":"WINSTA_ACCESSGLOBALATOMS","features":[371]},{"name":"WINSTA_ALL_ACCESS","features":[371]},{"name":"WINSTA_CREATEDESKTOP","features":[371]},{"name":"WINSTA_ENUMDESKTOPS","features":[371]},{"name":"WINSTA_ENUMERATE","features":[371]},{"name":"WINSTA_EXITWINDOWS","features":[371]},{"name":"WINSTA_READATTRIBUTES","features":[371]},{"name":"WINSTA_READSCREEN","features":[371]},{"name":"WINSTA_WRITEATTRIBUTES","features":[371]},{"name":"WMSZ_BOTTOM","features":[371]},{"name":"WMSZ_BOTTOMLEFT","features":[371]},{"name":"WMSZ_BOTTOMRIGHT","features":[371]},{"name":"WMSZ_LEFT","features":[371]},{"name":"WMSZ_RIGHT","features":[371]},{"name":"WMSZ_TOP","features":[371]},{"name":"WMSZ_TOPLEFT","features":[371]},{"name":"WMSZ_TOPRIGHT","features":[371]},{"name":"WM_ACTIVATE","features":[371]},{"name":"WM_ACTIVATEAPP","features":[371]},{"name":"WM_AFXFIRST","features":[371]},{"name":"WM_AFXLAST","features":[371]},{"name":"WM_APP","features":[371]},{"name":"WM_APPCOMMAND","features":[371]},{"name":"WM_ASKCBFORMATNAME","features":[371]},{"name":"WM_CANCELJOURNAL","features":[371]},{"name":"WM_CANCELMODE","features":[371]},{"name":"WM_CAPTURECHANGED","features":[371]},{"name":"WM_CHANGECBCHAIN","features":[371]},{"name":"WM_CHANGEUISTATE","features":[371]},{"name":"WM_CHAR","features":[371]},{"name":"WM_CHARTOITEM","features":[371]},{"name":"WM_CHILDACTIVATE","features":[371]},{"name":"WM_CLEAR","features":[371]},{"name":"WM_CLIPBOARDUPDATE","features":[371]},{"name":"WM_CLOSE","features":[371]},{"name":"WM_COMMAND","features":[371]},{"name":"WM_COMMNOTIFY","features":[371]},{"name":"WM_COMPACTING","features":[371]},{"name":"WM_COMPAREITEM","features":[371]},{"name":"WM_CONTEXTMENU","features":[371]},{"name":"WM_COPY","features":[371]},{"name":"WM_COPYDATA","features":[371]},{"name":"WM_CREATE","features":[371]},{"name":"WM_CTLCOLORBTN","features":[371]},{"name":"WM_CTLCOLORDLG","features":[371]},{"name":"WM_CTLCOLOREDIT","features":[371]},{"name":"WM_CTLCOLORLISTBOX","features":[371]},{"name":"WM_CTLCOLORMSGBOX","features":[371]},{"name":"WM_CTLCOLORSCROLLBAR","features":[371]},{"name":"WM_CTLCOLORSTATIC","features":[371]},{"name":"WM_CUT","features":[371]},{"name":"WM_DEADCHAR","features":[371]},{"name":"WM_DELETEITEM","features":[371]},{"name":"WM_DESTROY","features":[371]},{"name":"WM_DESTROYCLIPBOARD","features":[371]},{"name":"WM_DEVICECHANGE","features":[371]},{"name":"WM_DEVMODECHANGE","features":[371]},{"name":"WM_DISPLAYCHANGE","features":[371]},{"name":"WM_DPICHANGED","features":[371]},{"name":"WM_DPICHANGED_AFTERPARENT","features":[371]},{"name":"WM_DPICHANGED_BEFOREPARENT","features":[371]},{"name":"WM_DRAWCLIPBOARD","features":[371]},{"name":"WM_DRAWITEM","features":[371]},{"name":"WM_DROPFILES","features":[371]},{"name":"WM_DWMCOLORIZATIONCOLORCHANGED","features":[371]},{"name":"WM_DWMCOMPOSITIONCHANGED","features":[371]},{"name":"WM_DWMNCRENDERINGCHANGED","features":[371]},{"name":"WM_DWMSENDICONICLIVEPREVIEWBITMAP","features":[371]},{"name":"WM_DWMSENDICONICTHUMBNAIL","features":[371]},{"name":"WM_DWMWINDOWMAXIMIZEDCHANGE","features":[371]},{"name":"WM_ENABLE","features":[371]},{"name":"WM_ENDSESSION","features":[371]},{"name":"WM_ENTERIDLE","features":[371]},{"name":"WM_ENTERMENULOOP","features":[371]},{"name":"WM_ENTERSIZEMOVE","features":[371]},{"name":"WM_ERASEBKGND","features":[371]},{"name":"WM_EXITMENULOOP","features":[371]},{"name":"WM_EXITSIZEMOVE","features":[371]},{"name":"WM_FONTCHANGE","features":[371]},{"name":"WM_GESTURE","features":[371]},{"name":"WM_GESTURENOTIFY","features":[371]},{"name":"WM_GETDLGCODE","features":[371]},{"name":"WM_GETDPISCALEDSIZE","features":[371]},{"name":"WM_GETFONT","features":[371]},{"name":"WM_GETHOTKEY","features":[371]},{"name":"WM_GETICON","features":[371]},{"name":"WM_GETMINMAXINFO","features":[371]},{"name":"WM_GETOBJECT","features":[371]},{"name":"WM_GETTEXT","features":[371]},{"name":"WM_GETTEXTLENGTH","features":[371]},{"name":"WM_GETTITLEBARINFOEX","features":[371]},{"name":"WM_HANDHELDFIRST","features":[371]},{"name":"WM_HANDHELDLAST","features":[371]},{"name":"WM_HELP","features":[371]},{"name":"WM_HOTKEY","features":[371]},{"name":"WM_HSCROLL","features":[371]},{"name":"WM_HSCROLLCLIPBOARD","features":[371]},{"name":"WM_ICONERASEBKGND","features":[371]},{"name":"WM_IME_CHAR","features":[371]},{"name":"WM_IME_COMPOSITION","features":[371]},{"name":"WM_IME_COMPOSITIONFULL","features":[371]},{"name":"WM_IME_CONTROL","features":[371]},{"name":"WM_IME_ENDCOMPOSITION","features":[371]},{"name":"WM_IME_KEYDOWN","features":[371]},{"name":"WM_IME_KEYLAST","features":[371]},{"name":"WM_IME_KEYUP","features":[371]},{"name":"WM_IME_NOTIFY","features":[371]},{"name":"WM_IME_REQUEST","features":[371]},{"name":"WM_IME_SELECT","features":[371]},{"name":"WM_IME_SETCONTEXT","features":[371]},{"name":"WM_IME_STARTCOMPOSITION","features":[371]},{"name":"WM_INITDIALOG","features":[371]},{"name":"WM_INITMENU","features":[371]},{"name":"WM_INITMENUPOPUP","features":[371]},{"name":"WM_INPUT","features":[371]},{"name":"WM_INPUTLANGCHANGE","features":[371]},{"name":"WM_INPUTLANGCHANGEREQUEST","features":[371]},{"name":"WM_INPUT_DEVICE_CHANGE","features":[371]},{"name":"WM_KEYDOWN","features":[371]},{"name":"WM_KEYFIRST","features":[371]},{"name":"WM_KEYLAST","features":[371]},{"name":"WM_KEYUP","features":[371]},{"name":"WM_KILLFOCUS","features":[371]},{"name":"WM_LBUTTONDBLCLK","features":[371]},{"name":"WM_LBUTTONDOWN","features":[371]},{"name":"WM_LBUTTONUP","features":[371]},{"name":"WM_MBUTTONDBLCLK","features":[371]},{"name":"WM_MBUTTONDOWN","features":[371]},{"name":"WM_MBUTTONUP","features":[371]},{"name":"WM_MDIACTIVATE","features":[371]},{"name":"WM_MDICASCADE","features":[371]},{"name":"WM_MDICREATE","features":[371]},{"name":"WM_MDIDESTROY","features":[371]},{"name":"WM_MDIGETACTIVE","features":[371]},{"name":"WM_MDIICONARRANGE","features":[371]},{"name":"WM_MDIMAXIMIZE","features":[371]},{"name":"WM_MDINEXT","features":[371]},{"name":"WM_MDIREFRESHMENU","features":[371]},{"name":"WM_MDIRESTORE","features":[371]},{"name":"WM_MDISETMENU","features":[371]},{"name":"WM_MDITILE","features":[371]},{"name":"WM_MEASUREITEM","features":[371]},{"name":"WM_MENUCHAR","features":[371]},{"name":"WM_MENUCOMMAND","features":[371]},{"name":"WM_MENUDRAG","features":[371]},{"name":"WM_MENUGETOBJECT","features":[371]},{"name":"WM_MENURBUTTONUP","features":[371]},{"name":"WM_MENUSELECT","features":[371]},{"name":"WM_MOUSEACTIVATE","features":[371]},{"name":"WM_MOUSEFIRST","features":[371]},{"name":"WM_MOUSEHWHEEL","features":[371]},{"name":"WM_MOUSELAST","features":[371]},{"name":"WM_MOUSEMOVE","features":[371]},{"name":"WM_MOUSEWHEEL","features":[371]},{"name":"WM_MOVE","features":[371]},{"name":"WM_MOVING","features":[371]},{"name":"WM_NCACTIVATE","features":[371]},{"name":"WM_NCCALCSIZE","features":[371]},{"name":"WM_NCCREATE","features":[371]},{"name":"WM_NCDESTROY","features":[371]},{"name":"WM_NCHITTEST","features":[371]},{"name":"WM_NCLBUTTONDBLCLK","features":[371]},{"name":"WM_NCLBUTTONDOWN","features":[371]},{"name":"WM_NCLBUTTONUP","features":[371]},{"name":"WM_NCMBUTTONDBLCLK","features":[371]},{"name":"WM_NCMBUTTONDOWN","features":[371]},{"name":"WM_NCMBUTTONUP","features":[371]},{"name":"WM_NCMOUSEHOVER","features":[371]},{"name":"WM_NCMOUSELEAVE","features":[371]},{"name":"WM_NCMOUSEMOVE","features":[371]},{"name":"WM_NCPAINT","features":[371]},{"name":"WM_NCPOINTERDOWN","features":[371]},{"name":"WM_NCPOINTERUP","features":[371]},{"name":"WM_NCPOINTERUPDATE","features":[371]},{"name":"WM_NCRBUTTONDBLCLK","features":[371]},{"name":"WM_NCRBUTTONDOWN","features":[371]},{"name":"WM_NCRBUTTONUP","features":[371]},{"name":"WM_NCXBUTTONDBLCLK","features":[371]},{"name":"WM_NCXBUTTONDOWN","features":[371]},{"name":"WM_NCXBUTTONUP","features":[371]},{"name":"WM_NEXTDLGCTL","features":[371]},{"name":"WM_NEXTMENU","features":[371]},{"name":"WM_NOTIFY","features":[371]},{"name":"WM_NOTIFYFORMAT","features":[371]},{"name":"WM_NULL","features":[371]},{"name":"WM_PAINT","features":[371]},{"name":"WM_PAINTCLIPBOARD","features":[371]},{"name":"WM_PAINTICON","features":[371]},{"name":"WM_PALETTECHANGED","features":[371]},{"name":"WM_PALETTEISCHANGING","features":[371]},{"name":"WM_PARENTNOTIFY","features":[371]},{"name":"WM_PASTE","features":[371]},{"name":"WM_PENWINFIRST","features":[371]},{"name":"WM_PENWINLAST","features":[371]},{"name":"WM_POINTERACTIVATE","features":[371]},{"name":"WM_POINTERCAPTURECHANGED","features":[371]},{"name":"WM_POINTERDEVICECHANGE","features":[371]},{"name":"WM_POINTERDEVICEINRANGE","features":[371]},{"name":"WM_POINTERDEVICEOUTOFRANGE","features":[371]},{"name":"WM_POINTERDOWN","features":[371]},{"name":"WM_POINTERENTER","features":[371]},{"name":"WM_POINTERHWHEEL","features":[371]},{"name":"WM_POINTERLEAVE","features":[371]},{"name":"WM_POINTERROUTEDAWAY","features":[371]},{"name":"WM_POINTERROUTEDRELEASED","features":[371]},{"name":"WM_POINTERROUTEDTO","features":[371]},{"name":"WM_POINTERUP","features":[371]},{"name":"WM_POINTERUPDATE","features":[371]},{"name":"WM_POINTERWHEEL","features":[371]},{"name":"WM_POWER","features":[371]},{"name":"WM_POWERBROADCAST","features":[371]},{"name":"WM_PRINT","features":[371]},{"name":"WM_PRINTCLIENT","features":[371]},{"name":"WM_QUERYDRAGICON","features":[371]},{"name":"WM_QUERYENDSESSION","features":[371]},{"name":"WM_QUERYNEWPALETTE","features":[371]},{"name":"WM_QUERYOPEN","features":[371]},{"name":"WM_QUERYUISTATE","features":[371]},{"name":"WM_QUEUESYNC","features":[371]},{"name":"WM_QUIT","features":[371]},{"name":"WM_RBUTTONDBLCLK","features":[371]},{"name":"WM_RBUTTONDOWN","features":[371]},{"name":"WM_RBUTTONUP","features":[371]},{"name":"WM_RENDERALLFORMATS","features":[371]},{"name":"WM_RENDERFORMAT","features":[371]},{"name":"WM_SETCURSOR","features":[371]},{"name":"WM_SETFOCUS","features":[371]},{"name":"WM_SETFONT","features":[371]},{"name":"WM_SETHOTKEY","features":[371]},{"name":"WM_SETICON","features":[371]},{"name":"WM_SETREDRAW","features":[371]},{"name":"WM_SETTEXT","features":[371]},{"name":"WM_SETTINGCHANGE","features":[371]},{"name":"WM_SHOWWINDOW","features":[371]},{"name":"WM_SIZE","features":[371]},{"name":"WM_SIZECLIPBOARD","features":[371]},{"name":"WM_SIZING","features":[371]},{"name":"WM_SPOOLERSTATUS","features":[371]},{"name":"WM_STYLECHANGED","features":[371]},{"name":"WM_STYLECHANGING","features":[371]},{"name":"WM_SYNCPAINT","features":[371]},{"name":"WM_SYSCHAR","features":[371]},{"name":"WM_SYSCOLORCHANGE","features":[371]},{"name":"WM_SYSCOMMAND","features":[371]},{"name":"WM_SYSDEADCHAR","features":[371]},{"name":"WM_SYSKEYDOWN","features":[371]},{"name":"WM_SYSKEYUP","features":[371]},{"name":"WM_TABLET_FIRST","features":[371]},{"name":"WM_TABLET_LAST","features":[371]},{"name":"WM_TCARD","features":[371]},{"name":"WM_THEMECHANGED","features":[371]},{"name":"WM_TIMECHANGE","features":[371]},{"name":"WM_TIMER","features":[371]},{"name":"WM_TOOLTIPDISMISS","features":[371]},{"name":"WM_TOUCH","features":[371]},{"name":"WM_TOUCHHITTESTING","features":[371]},{"name":"WM_UNDO","features":[371]},{"name":"WM_UNICHAR","features":[371]},{"name":"WM_UNINITMENUPOPUP","features":[371]},{"name":"WM_UPDATEUISTATE","features":[371]},{"name":"WM_USER","features":[371]},{"name":"WM_USERCHANGED","features":[371]},{"name":"WM_VKEYTOITEM","features":[371]},{"name":"WM_VSCROLL","features":[371]},{"name":"WM_VSCROLLCLIPBOARD","features":[371]},{"name":"WM_WINDOWPOSCHANGED","features":[371]},{"name":"WM_WINDOWPOSCHANGING","features":[371]},{"name":"WM_WININICHANGE","features":[371]},{"name":"WM_WTSSESSION_CHANGE","features":[371]},{"name":"WM_XBUTTONDBLCLK","features":[371]},{"name":"WM_XBUTTONDOWN","features":[371]},{"name":"WM_XBUTTONUP","features":[371]},{"name":"WNDCLASSA","features":[307,318,371]},{"name":"WNDCLASSEXA","features":[307,318,371]},{"name":"WNDCLASSEXW","features":[307,318,371]},{"name":"WNDCLASSW","features":[307,318,371]},{"name":"WNDCLASS_STYLES","features":[371]},{"name":"WNDENUMPROC","features":[307,371]},{"name":"WNDPROC","features":[307,371]},{"name":"WPF_ASYNCWINDOWPLACEMENT","features":[371]},{"name":"WPF_RESTORETOMAXIMIZED","features":[371]},{"name":"WPF_SETMINPOSITION","features":[371]},{"name":"WSF_VISIBLE","features":[371]},{"name":"WS_ACTIVECAPTION","features":[371]},{"name":"WS_BORDER","features":[371]},{"name":"WS_CAPTION","features":[371]},{"name":"WS_CHILD","features":[371]},{"name":"WS_CHILDWINDOW","features":[371]},{"name":"WS_CLIPCHILDREN","features":[371]},{"name":"WS_CLIPSIBLINGS","features":[371]},{"name":"WS_DISABLED","features":[371]},{"name":"WS_DLGFRAME","features":[371]},{"name":"WS_EX_ACCEPTFILES","features":[371]},{"name":"WS_EX_APPWINDOW","features":[371]},{"name":"WS_EX_CLIENTEDGE","features":[371]},{"name":"WS_EX_COMPOSITED","features":[371]},{"name":"WS_EX_CONTEXTHELP","features":[371]},{"name":"WS_EX_CONTROLPARENT","features":[371]},{"name":"WS_EX_DLGMODALFRAME","features":[371]},{"name":"WS_EX_LAYERED","features":[371]},{"name":"WS_EX_LAYOUTRTL","features":[371]},{"name":"WS_EX_LEFT","features":[371]},{"name":"WS_EX_LEFTSCROLLBAR","features":[371]},{"name":"WS_EX_LTRREADING","features":[371]},{"name":"WS_EX_MDICHILD","features":[371]},{"name":"WS_EX_NOACTIVATE","features":[371]},{"name":"WS_EX_NOINHERITLAYOUT","features":[371]},{"name":"WS_EX_NOPARENTNOTIFY","features":[371]},{"name":"WS_EX_NOREDIRECTIONBITMAP","features":[371]},{"name":"WS_EX_OVERLAPPEDWINDOW","features":[371]},{"name":"WS_EX_PALETTEWINDOW","features":[371]},{"name":"WS_EX_RIGHT","features":[371]},{"name":"WS_EX_RIGHTSCROLLBAR","features":[371]},{"name":"WS_EX_RTLREADING","features":[371]},{"name":"WS_EX_STATICEDGE","features":[371]},{"name":"WS_EX_TOOLWINDOW","features":[371]},{"name":"WS_EX_TOPMOST","features":[371]},{"name":"WS_EX_TRANSPARENT","features":[371]},{"name":"WS_EX_WINDOWEDGE","features":[371]},{"name":"WS_GROUP","features":[371]},{"name":"WS_HSCROLL","features":[371]},{"name":"WS_ICONIC","features":[371]},{"name":"WS_MAXIMIZE","features":[371]},{"name":"WS_MAXIMIZEBOX","features":[371]},{"name":"WS_MINIMIZE","features":[371]},{"name":"WS_MINIMIZEBOX","features":[371]},{"name":"WS_OVERLAPPED","features":[371]},{"name":"WS_OVERLAPPEDWINDOW","features":[371]},{"name":"WS_POPUP","features":[371]},{"name":"WS_POPUPWINDOW","features":[371]},{"name":"WS_SIZEBOX","features":[371]},{"name":"WS_SYSMENU","features":[371]},{"name":"WS_TABSTOP","features":[371]},{"name":"WS_THICKFRAME","features":[371]},{"name":"WS_TILED","features":[371]},{"name":"WS_TILEDWINDOW","features":[371]},{"name":"WS_VISIBLE","features":[371]},{"name":"WS_VSCROLL","features":[371]},{"name":"WTS_CONSOLE_CONNECT","features":[371]},{"name":"WTS_CONSOLE_DISCONNECT","features":[371]},{"name":"WTS_REMOTE_CONNECT","features":[371]},{"name":"WTS_REMOTE_DISCONNECT","features":[371]},{"name":"WTS_SESSION_CREATE","features":[371]},{"name":"WTS_SESSION_LOCK","features":[371]},{"name":"WTS_SESSION_LOGOFF","features":[371]},{"name":"WTS_SESSION_LOGON","features":[371]},{"name":"WTS_SESSION_REMOTE_CONTROL","features":[371]},{"name":"WTS_SESSION_TERMINATE","features":[371]},{"name":"WTS_SESSION_UNLOCK","features":[371]},{"name":"WVR_ALIGNBOTTOM","features":[371]},{"name":"WVR_ALIGNLEFT","features":[371]},{"name":"WVR_ALIGNRIGHT","features":[371]},{"name":"WVR_ALIGNTOP","features":[371]},{"name":"WVR_HREDRAW","features":[371]},{"name":"WVR_REDRAW","features":[371]},{"name":"WVR_VALIDRECTS","features":[371]},{"name":"WVR_VREDRAW","features":[371]},{"name":"WaitMessage","features":[307,371]},{"name":"WindowFromPhysicalPoint","features":[307,371]},{"name":"WindowFromPoint","features":[307,371]},{"name":"XBUTTON1","features":[371]},{"name":"XBUTTON2","features":[371]},{"name":"_DEV_BROADCAST_HEADER","features":[371]},{"name":"_DEV_BROADCAST_USERDEFINED","features":[371]},{"name":"__WARNING_BANNED_API_USAGE","features":[371]},{"name":"__WARNING_CYCLOMATIC_COMPLEXITY","features":[371]},{"name":"__WARNING_DEREF_NULL_PTR","features":[371]},{"name":"__WARNING_HIGH_PRIORITY_OVERFLOW_POSTCONDITION","features":[371]},{"name":"__WARNING_INCORRECT_ANNOTATION","features":[371]},{"name":"__WARNING_INVALID_PARAM_VALUE_1","features":[371]},{"name":"__WARNING_INVALID_PARAM_VALUE_3","features":[371]},{"name":"__WARNING_MISSING_ZERO_TERMINATION2","features":[371]},{"name":"__WARNING_POSTCONDITION_NULLTERMINATION_VIOLATION","features":[371]},{"name":"__WARNING_POST_EXPECTED","features":[371]},{"name":"__WARNING_POTENTIAL_BUFFER_OVERFLOW_HIGH_PRIORITY","features":[371]},{"name":"__WARNING_POTENTIAL_RANGE_POSTCONDITION_VIOLATION","features":[371]},{"name":"__WARNING_PRECONDITION_NULLTERMINATION_VIOLATION","features":[371]},{"name":"__WARNING_RANGE_POSTCONDITION_VIOLATION","features":[371]},{"name":"__WARNING_RETURNING_BAD_RESULT","features":[371]},{"name":"__WARNING_RETURN_UNINIT_VAR","features":[371]},{"name":"__WARNING_USING_UNINIT_VAR","features":[371]},{"name":"wsprintfA","features":[371]},{"name":"wsprintfW","features":[371]},{"name":"wvsprintfA","features":[371]},{"name":"wvsprintfW","features":[371]}],"676":[{"name":"CLSID_MILBitmapEffectBevel","features":[637]},{"name":"CLSID_MILBitmapEffectBlur","features":[637]},{"name":"CLSID_MILBitmapEffectDropShadow","features":[637]},{"name":"CLSID_MILBitmapEffectEmboss","features":[637]},{"name":"CLSID_MILBitmapEffectGroup","features":[637]},{"name":"CLSID_MILBitmapEffectOuterGlow","features":[637]},{"name":"IMILBitmapEffect","features":[637]},{"name":"IMILBitmapEffectConnections","features":[637]},{"name":"IMILBitmapEffectConnectionsInfo","features":[637]},{"name":"IMILBitmapEffectConnector","features":[637]},{"name":"IMILBitmapEffectConnectorInfo","features":[637]},{"name":"IMILBitmapEffectEvents","features":[637]},{"name":"IMILBitmapEffectFactory","features":[637]},{"name":"IMILBitmapEffectGroup","features":[637]},{"name":"IMILBitmapEffectGroupImpl","features":[637]},{"name":"IMILBitmapEffectImpl","features":[637]},{"name":"IMILBitmapEffectInputConnector","features":[637]},{"name":"IMILBitmapEffectInteriorInputConnector","features":[637]},{"name":"IMILBitmapEffectInteriorOutputConnector","features":[637]},{"name":"IMILBitmapEffectOutputConnector","features":[637]},{"name":"IMILBitmapEffectOutputConnectorImpl","features":[637]},{"name":"IMILBitmapEffectPrimitive","features":[637]},{"name":"IMILBitmapEffectPrimitiveImpl","features":[637]},{"name":"IMILBitmapEffectRenderContext","features":[637]},{"name":"IMILBitmapEffectRenderContextImpl","features":[637]},{"name":"IMILBitmapEffects","features":[637]},{"name":"MILBITMAPEFFECT_SDK_VERSION","features":[637]},{"name":"MILMatrixF","features":[637]},{"name":"MilPoint2D","features":[637]},{"name":"MilRectD","features":[637]}],"678":[{"name":"ADDRESSBAND","features":[638]},{"name":"ADDURL_ADDTOCACHE","features":[638]},{"name":"ADDURL_ADDTOHISTORYANDCACHE","features":[638]},{"name":"ADDURL_FIRST","features":[638]},{"name":"ADDURL_FLAG","features":[638]},{"name":"ADDURL_Max","features":[638]},{"name":"ActivityContentCount","features":[638]},{"name":"ActivityContentDocument","features":[638]},{"name":"ActivityContentLink","features":[638]},{"name":"ActivityContentNone","features":[638]},{"name":"ActivityContentSelection","features":[638]},{"name":"AnchorClick","features":[638]},{"name":"CATID_MSOfficeAntiVirus","features":[638]},{"name":"CDeviceRect","features":[638]},{"name":"CDownloadBehavior","features":[638]},{"name":"CHeaderFooter","features":[638]},{"name":"CLayoutRect","features":[638]},{"name":"COLOR_NO_TRANSPARENT","features":[638]},{"name":"CPersistDataPeer","features":[638]},{"name":"CPersistHistory","features":[638]},{"name":"CPersistShortcut","features":[638]},{"name":"CPersistSnapshot","features":[638]},{"name":"CPersistUserData","features":[638]},{"name":"CoDitherToRGB8","features":[638]},{"name":"CoMapMIMEToCLSID","features":[638]},{"name":"CoSniffStream","features":[638]},{"name":"ComputeInvCMAP","features":[318,638]},{"name":"CreateDDrawSurfaceOnDIB","features":[317,318,638]},{"name":"CreateMIMEMap","features":[638]},{"name":"DISPID_ACTIVEXFILTERINGENABLED","features":[638]},{"name":"DISPID_ADDCHANNEL","features":[638]},{"name":"DISPID_ADDDESKTOPCOMPONENT","features":[638]},{"name":"DISPID_ADDFAVORITE","features":[638]},{"name":"DISPID_ADDSEARCHPROVIDER","features":[638]},{"name":"DISPID_ADDSERVICE","features":[638]},{"name":"DISPID_ADDSITEMODE","features":[638]},{"name":"DISPID_ADDTHUMBNAILBUTTONS","features":[638]},{"name":"DISPID_ADDTOFAVORITESBAR","features":[638]},{"name":"DISPID_ADDTRACKINGPROTECTIONLIST","features":[638]},{"name":"DISPID_ADVANCEERROR","features":[638]},{"name":"DISPID_AMBIENT_OFFLINEIFNOTCONNECTED","features":[638]},{"name":"DISPID_AMBIENT_SILENT","features":[638]},{"name":"DISPID_AUTOCOMPLETEATTACH","features":[638]},{"name":"DISPID_AUTOCOMPLETESAVEFORM","features":[638]},{"name":"DISPID_AUTOSCAN","features":[638]},{"name":"DISPID_BEFORENAVIGATE","features":[638]},{"name":"DISPID_BEFORENAVIGATE2","features":[638]},{"name":"DISPID_BEFORESCRIPTEXECUTE","features":[638]},{"name":"DISPID_BRANDIMAGEURI","features":[638]},{"name":"DISPID_BUILDNEWTABPAGE","features":[638]},{"name":"DISPID_CANADVANCEERROR","features":[638]},{"name":"DISPID_CANRETREATERROR","features":[638]},{"name":"DISPID_CHANGEDEFAULTBROWSER","features":[638]},{"name":"DISPID_CLEARNOTIFICATION","features":[638]},{"name":"DISPID_CLEARSITEMODEICONOVERLAY","features":[638]},{"name":"DISPID_CLIENTTOHOSTWINDOW","features":[638]},{"name":"DISPID_COMMANDSTATECHANGE","features":[638]},{"name":"DISPID_CONTENTDISCOVERYRESET","features":[638]},{"name":"DISPID_COUNTVIEWTYPES","features":[638]},{"name":"DISPID_CREATESUBSCRIPTION","features":[638]},{"name":"DISPID_CUSTOMIZECLEARTYPE","features":[638]},{"name":"DISPID_CUSTOMIZESETTINGS","features":[638]},{"name":"DISPID_DEFAULTSEARCHPROVIDER","features":[638]},{"name":"DISPID_DELETESUBSCRIPTION","features":[638]},{"name":"DISPID_DEPTH","features":[638]},{"name":"DISPID_DIAGNOSECONNECTION","features":[638]},{"name":"DISPID_DIAGNOSECONNECTIONUILESS","features":[638]},{"name":"DISPID_DOCUMENTCOMPLETE","features":[638]},{"name":"DISPID_DOUBLECLICK","features":[638]},{"name":"DISPID_DOWNLOADBEGIN","features":[638]},{"name":"DISPID_DOWNLOADCOMPLETE","features":[638]},{"name":"DISPID_ENABLENOTIFICATIONQUEUE","features":[638]},{"name":"DISPID_ENABLENOTIFICATIONQUEUELARGE","features":[638]},{"name":"DISPID_ENABLENOTIFICATIONQUEUESQUARE","features":[638]},{"name":"DISPID_ENABLENOTIFICATIONQUEUEWIDE","features":[638]},{"name":"DISPID_ENABLESUGGESTEDSITES","features":[638]},{"name":"DISPID_ENUMOPTIONS","features":[638]},{"name":"DISPID_EXPAND","features":[638]},{"name":"DISPID_EXPORT","features":[638]},{"name":"DISPID_FAVSELECTIONCHANGE","features":[638]},{"name":"DISPID_FILEDOWNLOAD","features":[638]},{"name":"DISPID_FLAGS","features":[638]},{"name":"DISPID_FRAMEBEFORENAVIGATE","features":[638]},{"name":"DISPID_FRAMENAVIGATECOMPLETE","features":[638]},{"name":"DISPID_FRAMENEWWINDOW","features":[638]},{"name":"DISPID_GETALWAYSSHOWLOCKSTATE","features":[638]},{"name":"DISPID_GETCVLISTDATA","features":[638]},{"name":"DISPID_GETCVLISTLOCALDATA","features":[638]},{"name":"DISPID_GETDETAILSSTATE","features":[638]},{"name":"DISPID_GETEMIELISTDATA","features":[638]},{"name":"DISPID_GETEMIELISTLOCALDATA","features":[638]},{"name":"DISPID_GETERRORCHAR","features":[638]},{"name":"DISPID_GETERRORCODE","features":[638]},{"name":"DISPID_GETERRORLINE","features":[638]},{"name":"DISPID_GETERRORMSG","features":[638]},{"name":"DISPID_GETERRORURL","features":[638]},{"name":"DISPID_GETEXPERIMENTALFLAG","features":[638]},{"name":"DISPID_GETEXPERIMENTALVALUE","features":[638]},{"name":"DISPID_GETNEEDHVSIAUTOLAUNCHFLAG","features":[638]},{"name":"DISPID_GETNEEDIEAUTOLAUNCHFLAG","features":[638]},{"name":"DISPID_GETOSSKU","features":[638]},{"name":"DISPID_GETPERERRSTATE","features":[638]},{"name":"DISPID_HASNEEDHVSIAUTOLAUNCHFLAG","features":[638]},{"name":"DISPID_HASNEEDIEAUTOLAUNCHFLAG","features":[638]},{"name":"DISPID_IMPORT","features":[638]},{"name":"DISPID_IMPORTEXPORTFAVORITES","features":[638]},{"name":"DISPID_INITIALIZED","features":[638]},{"name":"DISPID_INPRIVATEFILTERINGENABLED","features":[638]},{"name":"DISPID_INVOKECONTEXTMENU","features":[638]},{"name":"DISPID_ISMETAREFERRERAVAILABLE","features":[638]},{"name":"DISPID_ISSEARCHMIGRATED","features":[638]},{"name":"DISPID_ISSEARCHPROVIDERINSTALLED","features":[638]},{"name":"DISPID_ISSERVICEINSTALLED","features":[638]},{"name":"DISPID_ISSITEMODE","features":[638]},{"name":"DISPID_ISSITEMODEFIRSTRUN","features":[638]},{"name":"DISPID_ISSUBSCRIBED","features":[638]},{"name":"DISPID_LAUNCHIE","features":[638]},{"name":"DISPID_LAUNCHINHVSI","features":[638]},{"name":"DISPID_LAUNCHINTERNETOPTIONS","features":[638]},{"name":"DISPID_LAUNCHNETWORKCLIENTHELP","features":[638]},{"name":"DISPID_MODE","features":[638]},{"name":"DISPID_MOVESELECTIONDOWN","features":[638]},{"name":"DISPID_MOVESELECTIONTO","features":[638]},{"name":"DISPID_MOVESELECTIONUP","features":[638]},{"name":"DISPID_NAVIGATEANDFIND","features":[638]},{"name":"DISPID_NAVIGATECOMPLETE","features":[638]},{"name":"DISPID_NAVIGATECOMPLETE2","features":[638]},{"name":"DISPID_NAVIGATEERROR","features":[638]},{"name":"DISPID_NAVIGATETOSUGGESTEDSITES","features":[638]},{"name":"DISPID_NEWFOLDER","features":[638]},{"name":"DISPID_NEWPROCESS","features":[638]},{"name":"DISPID_NEWWINDOW","features":[638]},{"name":"DISPID_NEWWINDOW2","features":[638]},{"name":"DISPID_NEWWINDOW3","features":[638]},{"name":"DISPID_NSCOLUMNS","features":[638]},{"name":"DISPID_ONADDRESSBAR","features":[638]},{"name":"DISPID_ONFULLSCREEN","features":[638]},{"name":"DISPID_ONMENUBAR","features":[638]},{"name":"DISPID_ONQUIT","features":[638]},{"name":"DISPID_ONSTATUSBAR","features":[638]},{"name":"DISPID_ONTHEATERMODE","features":[638]},{"name":"DISPID_ONTOOLBAR","features":[638]},{"name":"DISPID_ONVISIBLE","features":[638]},{"name":"DISPID_OPENFAVORITESPANE","features":[638]},{"name":"DISPID_OPENFAVORITESSETTINGS","features":[638]},{"name":"DISPID_PHISHINGENABLED","features":[638]},{"name":"DISPID_PINNEDSITESTATE","features":[638]},{"name":"DISPID_PRINTTEMPLATEINSTANTIATION","features":[638]},{"name":"DISPID_PRINTTEMPLATETEARDOWN","features":[638]},{"name":"DISPID_PRIVACYIMPACTEDSTATECHANGE","features":[638]},{"name":"DISPID_PROGRESSCHANGE","features":[638]},{"name":"DISPID_PROPERTYCHANGE","features":[638]},{"name":"DISPID_PROVISIONNETWORKS","features":[638]},{"name":"DISPID_QUIT","features":[638]},{"name":"DISPID_REDIRECTXDOMAINBLOCKED","features":[638]},{"name":"DISPID_REFRESHOFFLINEDESKTOP","features":[638]},{"name":"DISPID_REMOVESCHEDULEDTILENOTIFICATION","features":[638]},{"name":"DISPID_REPORTSAFEURL","features":[638]},{"name":"DISPID_RESETEXPERIMENTALFLAGS","features":[638]},{"name":"DISPID_RESETFIRSTBOOTMODE","features":[638]},{"name":"DISPID_RESETSAFEMODE","features":[638]},{"name":"DISPID_RESETSORT","features":[638]},{"name":"DISPID_RETREATERROR","features":[638]},{"name":"DISPID_ROOT","features":[638]},{"name":"DISPID_RUNONCEHASSHOWN","features":[638]},{"name":"DISPID_RUNONCEREQUIREDSETTINGSCOMPLETE","features":[638]},{"name":"DISPID_RUNONCESHOWN","features":[638]},{"name":"DISPID_SCHEDULEDTILENOTIFICATION","features":[638]},{"name":"DISPID_SEARCHGUIDEURL","features":[638]},{"name":"DISPID_SELECTEDITEM","features":[638]},{"name":"DISPID_SELECTEDITEMS","features":[638]},{"name":"DISPID_SELECTIONCHANGE","features":[638]},{"name":"DISPID_SETACTIVITIESVISIBLE","features":[638]},{"name":"DISPID_SETDETAILSSTATE","features":[638]},{"name":"DISPID_SETEXPERIMENTALFLAG","features":[638]},{"name":"DISPID_SETEXPERIMENTALVALUE","features":[638]},{"name":"DISPID_SETMSDEFAULTS","features":[638]},{"name":"DISPID_SETNEEDHVSIAUTOLAUNCHFLAG","features":[638]},{"name":"DISPID_SETNEEDIEAUTOLAUNCHFLAG","features":[638]},{"name":"DISPID_SETPERERRSTATE","features":[638]},{"name":"DISPID_SETPHISHINGFILTERSTATUS","features":[638]},{"name":"DISPID_SETRECENTLYCLOSEDVISIBLE","features":[638]},{"name":"DISPID_SETROOT","features":[638]},{"name":"DISPID_SETSECURELOCKICON","features":[638]},{"name":"DISPID_SETSITEMODEICONOVERLAY","features":[638]},{"name":"DISPID_SETSITEMODEPROPERTIES","features":[638]},{"name":"DISPID_SETTHUMBNAILBUTTONS","features":[638]},{"name":"DISPID_SETVIEWTYPE","features":[638]},{"name":"DISPID_SHELLUIHELPERLAST","features":[638]},{"name":"DISPID_SHOWBROWSERUI","features":[638]},{"name":"DISPID_SHOWINPRIVATEHELP","features":[638]},{"name":"DISPID_SHOWTABSHELP","features":[638]},{"name":"DISPID_SITEMODEACTIVATE","features":[638]},{"name":"DISPID_SITEMODEADDBUTTONSTYLE","features":[638]},{"name":"DISPID_SITEMODEADDJUMPLISTITEM","features":[638]},{"name":"DISPID_SITEMODECLEARBADGE","features":[638]},{"name":"DISPID_SITEMODECLEARJUMPLIST","features":[638]},{"name":"DISPID_SITEMODECREATEJUMPLIST","features":[638]},{"name":"DISPID_SITEMODEREFRESHBADGE","features":[638]},{"name":"DISPID_SITEMODESHOWBUTTONSTYLE","features":[638]},{"name":"DISPID_SITEMODESHOWJUMPLIST","features":[638]},{"name":"DISPID_SKIPRUNONCE","features":[638]},{"name":"DISPID_SKIPTABSWELCOME","features":[638]},{"name":"DISPID_SQMENABLED","features":[638]},{"name":"DISPID_STARTBADGEUPDATE","features":[638]},{"name":"DISPID_STARTPERIODICUPDATE","features":[638]},{"name":"DISPID_STARTPERIODICUPDATEBATCH","features":[638]},{"name":"DISPID_STATUSTEXTCHANGE","features":[638]},{"name":"DISPID_STOPBADGEUPDATE","features":[638]},{"name":"DISPID_STOPPERIODICUPDATE","features":[638]},{"name":"DISPID_SUBSCRIPTIONSENABLED","features":[638]},{"name":"DISPID_SUGGESTEDSITESENABLED","features":[638]},{"name":"DISPID_SYNCHRONIZE","features":[638]},{"name":"DISPID_THIRDPARTYURLBLOCKED","features":[638]},{"name":"DISPID_TITLECHANGE","features":[638]},{"name":"DISPID_TITLEICONCHANGE","features":[638]},{"name":"DISPID_TRACKINGPROTECTIONENABLED","features":[638]},{"name":"DISPID_TVFLAGS","features":[638]},{"name":"DISPID_UNSELECTALL","features":[638]},{"name":"DISPID_UPDATEPAGESTATUS","features":[638]},{"name":"DISPID_UPDATETHUMBNAILBUTTON","features":[638]},{"name":"DISPID_VIEWUPDATE","features":[638]},{"name":"DISPID_WEBWORKERFINISHED","features":[638]},{"name":"DISPID_WEBWORKERSTARTED","features":[638]},{"name":"DISPID_WINDOWACTIVATE","features":[638]},{"name":"DISPID_WINDOWCLOSING","features":[638]},{"name":"DISPID_WINDOWMOVE","features":[638]},{"name":"DISPID_WINDOWREGISTERED","features":[638]},{"name":"DISPID_WINDOWRESIZE","features":[638]},{"name":"DISPID_WINDOWREVOKED","features":[638]},{"name":"DISPID_WINDOWSETHEIGHT","features":[638]},{"name":"DISPID_WINDOWSETLEFT","features":[638]},{"name":"DISPID_WINDOWSETRESIZABLE","features":[638]},{"name":"DISPID_WINDOWSETTOP","features":[638]},{"name":"DISPID_WINDOWSETWIDTH","features":[638]},{"name":"DISPID_WINDOWSTATECHANGED","features":[638]},{"name":"DecodeImage","features":[358,638]},{"name":"DecodeImageEx","features":[358,638]},{"name":"DitherTo8","features":[318,638]},{"name":"E_SURFACE_DISCARDED","features":[638]},{"name":"E_SURFACE_NODC","features":[638]},{"name":"E_SURFACE_NOSURFACE","features":[638]},{"name":"E_SURFACE_NOTMYDC","features":[638]},{"name":"E_SURFACE_NOTMYPOINTER","features":[638]},{"name":"E_SURFACE_UNKNOWN_FORMAT","features":[638]},{"name":"ExtensionValidationContextDynamic","features":[638]},{"name":"ExtensionValidationContextNone","features":[638]},{"name":"ExtensionValidationContextParsed","features":[638]},{"name":"ExtensionValidationContexts","features":[638]},{"name":"ExtensionValidationResultArrestPageLoad","features":[638]},{"name":"ExtensionValidationResultDoNotInstantiate","features":[638]},{"name":"ExtensionValidationResultNone","features":[638]},{"name":"ExtensionValidationResults","features":[638]},{"name":"FINDFRAME_FLAGS","features":[638]},{"name":"FINDFRAME_INTERNAL","features":[638]},{"name":"FINDFRAME_JUSTTESTEXISTENCE","features":[638]},{"name":"FINDFRAME_NONE","features":[638]},{"name":"FRAMEOPTIONS_BROWSERBAND","features":[638]},{"name":"FRAMEOPTIONS_DESKTOP","features":[638]},{"name":"FRAMEOPTIONS_FLAGS","features":[638]},{"name":"FRAMEOPTIONS_NO3DBORDER","features":[638]},{"name":"FRAMEOPTIONS_NORESIZE","features":[638]},{"name":"FRAMEOPTIONS_SCROLL_AUTO","features":[638]},{"name":"FRAMEOPTIONS_SCROLL_NO","features":[638]},{"name":"FRAMEOPTIONS_SCROLL_YES","features":[638]},{"name":"GetMaxMIMEIDBytes","features":[638]},{"name":"HomePage","features":[638]},{"name":"HomePageSetting","features":[638]},{"name":"IActiveXUIHandlerSite","features":[638]},{"name":"IActiveXUIHandlerSite2","features":[638]},{"name":"IActiveXUIHandlerSite3","features":[638]},{"name":"IAnchorClick","features":[358,638]},{"name":"IAudioSessionSite","features":[638]},{"name":"ICaretPositionProvider","features":[638]},{"name":"IDeviceRect","features":[358,638]},{"name":"IDithererImpl","features":[638]},{"name":"IDocObjectService","features":[638]},{"name":"IDownloadBehavior","features":[358,638]},{"name":"IDownloadManager","features":[638]},{"name":"IEAssociateThreadWithTab","features":[638]},{"name":"IECMDID_ARG_CLEAR_FORMS_ALL","features":[638]},{"name":"IECMDID_ARG_CLEAR_FORMS_ALL_BUT_PASSWORDS","features":[638]},{"name":"IECMDID_ARG_CLEAR_FORMS_PASSWORDS_ONLY","features":[638]},{"name":"IECMDID_BEFORENAVIGATE_DOEXTERNALBROWSE","features":[638]},{"name":"IECMDID_BEFORENAVIGATE_GETIDLIST","features":[638]},{"name":"IECMDID_BEFORENAVIGATE_GETSHELLBROWSE","features":[638]},{"name":"IECMDID_CLEAR_AUTOCOMPLETE_FOR_FORMS","features":[638]},{"name":"IECMDID_GET_INVOKE_DEFAULT_BROWSER_ON_NEW_WINDOW","features":[638]},{"name":"IECMDID_SETID_AUTOCOMPLETE_FOR_FORMS","features":[638]},{"name":"IECMDID_SET_INVOKE_DEFAULT_BROWSER_ON_NEW_WINDOW","features":[638]},{"name":"IECancelSaveFile","features":[307,638]},{"name":"IECreateDirectory","features":[307,310,638]},{"name":"IECreateFile","features":[307,310,638]},{"name":"IEDeleteFile","features":[307,638]},{"name":"IEDisassociateThreadWithTab","features":[638]},{"name":"IEFindFirstFile","features":[307,326,638]},{"name":"IEGetFileAttributesEx","features":[307,326,638]},{"name":"IEGetProcessModule_PROC_NAME","features":[638]},{"name":"IEGetProtectedModeCookie","features":[638]},{"name":"IEGetTabWindowExports_PROC_NAME","features":[638]},{"name":"IEGetWriteableFolderPath","features":[638]},{"name":"IEGetWriteableLowHKCU","features":[370,638]},{"name":"IEInPrivateFilteringEnabled","features":[307,638]},{"name":"IEIsInPrivateBrowsing","features":[307,638]},{"name":"IEIsProtectedModeProcess","features":[307,638]},{"name":"IEIsProtectedModeURL","features":[638]},{"name":"IELAUNCHOPTION_FLAGS","features":[638]},{"name":"IELAUNCHOPTION_FORCE_COMPAT","features":[638]},{"name":"IELAUNCHOPTION_FORCE_EDGE","features":[638]},{"name":"IELAUNCHOPTION_LOCK_ENGINE","features":[638]},{"name":"IELAUNCHOPTION_SCRIPTDEBUG","features":[638]},{"name":"IELAUNCHURLINFO","features":[638]},{"name":"IELaunchURL","features":[307,342,638]},{"name":"IEMoveFileEx","features":[307,638]},{"name":"IEPROCESS_MODULE_NAME","features":[638]},{"name":"IERefreshElevationPolicy","features":[638]},{"name":"IERegCreateKeyEx","features":[307,310,370,638]},{"name":"IERegSetValueEx","features":[638]},{"name":"IERegisterWritableRegistryKey","features":[307,638]},{"name":"IERegisterWritableRegistryValue","features":[638]},{"name":"IERemoveDirectory","features":[307,638]},{"name":"IESaveFile","features":[307,638]},{"name":"IESetProtectedModeCookie","features":[638]},{"name":"IEShowOpenFileDialog","features":[307,638]},{"name":"IEShowSaveFileDialog","features":[307,638]},{"name":"IETrackingProtectionEnabled","features":[307,638]},{"name":"IEUnregisterWritableRegistry","features":[638]},{"name":"IEWebDriverManager","features":[638]},{"name":"IE_USE_OE_MAIL_HKEY","features":[638]},{"name":"IE_USE_OE_MAIL_KEY","features":[638]},{"name":"IE_USE_OE_MAIL_VALUE","features":[638]},{"name":"IE_USE_OE_NEWS_HKEY","features":[638]},{"name":"IE_USE_OE_NEWS_KEY","features":[638]},{"name":"IE_USE_OE_NEWS_VALUE","features":[638]},{"name":"IE_USE_OE_PRESENT_HKEY","features":[638]},{"name":"IE_USE_OE_PRESENT_KEY","features":[638]},{"name":"IEnumManagerFrames","features":[638]},{"name":"IEnumOpenServiceActivity","features":[638]},{"name":"IEnumOpenServiceActivityCategory","features":[638]},{"name":"IEnumSTATURL","features":[638]},{"name":"IExtensionValidation","features":[638]},{"name":"IHTMLPersistData","features":[638]},{"name":"IHTMLPersistDataOM","features":[358,638]},{"name":"IHTMLUserDataOM","features":[358,638]},{"name":"IHeaderFooter","features":[358,638]},{"name":"IHeaderFooter2","features":[358,638]},{"name":"IHomePage","features":[358,638]},{"name":"IHomePageSetting","features":[638]},{"name":"IIEWebDriverManager","features":[358,638]},{"name":"IIEWebDriverSite","features":[358,638]},{"name":"IImageDecodeEventSink","features":[638]},{"name":"IImageDecodeEventSink2","features":[638]},{"name":"IImageDecodeFilter","features":[638]},{"name":"IIntelliForms","features":[358,638]},{"name":"IInternetExplorerManager","features":[638]},{"name":"IInternetExplorerManager2","features":[638]},{"name":"ILayoutRect","features":[358,638]},{"name":"IMGDECODE_EVENT_BEGINBITS","features":[638]},{"name":"IMGDECODE_EVENT_BITSCOMPLETE","features":[638]},{"name":"IMGDECODE_EVENT_PALETTE","features":[638]},{"name":"IMGDECODE_EVENT_PROGRESS","features":[638]},{"name":"IMGDECODE_EVENT_USEDDRAW","features":[638]},{"name":"IMGDECODE_HINT_BOTTOMUP","features":[638]},{"name":"IMGDECODE_HINT_FULLWIDTH","features":[638]},{"name":"IMGDECODE_HINT_TOPDOWN","features":[638]},{"name":"IMapMIMEToCLSID","features":[638]},{"name":"IMediaActivityNotifySite","features":[638]},{"name":"INTERNETEXPLORERCONFIGURATION","features":[638]},{"name":"INTERNETEXPLORERCONFIGURATION_HOST","features":[638]},{"name":"INTERNETEXPLORERCONFIGURATION_WEB_DRIVER","features":[638]},{"name":"INTERNETEXPLORERCONFIGURATION_WEB_DRIVER_EDGE","features":[638]},{"name":"IOpenService","features":[638]},{"name":"IOpenServiceActivity","features":[638]},{"name":"IOpenServiceActivityCategory","features":[638]},{"name":"IOpenServiceActivityInput","features":[638]},{"name":"IOpenServiceActivityManager","features":[638]},{"name":"IOpenServiceActivityOutputContext","features":[638]},{"name":"IOpenServiceManager","features":[638]},{"name":"IPeerFactory","features":[638]},{"name":"IPersistHistory","features":[358,638]},{"name":"IPrintTaskRequestFactory","features":[638]},{"name":"IPrintTaskRequestHandler","features":[638]},{"name":"IScrollableContextMenu","features":[638]},{"name":"IScrollableContextMenu2","features":[638]},{"name":"ISniffStream","features":[638]},{"name":"ISurfacePresenterFlip","features":[638]},{"name":"ISurfacePresenterFlip2","features":[638]},{"name":"ISurfacePresenterFlipBuffer","features":[638]},{"name":"ITargetContainer","features":[638]},{"name":"ITargetEmbedding","features":[638]},{"name":"ITargetFrame","features":[638]},{"name":"ITargetFrame2","features":[638]},{"name":"ITargetFramePriv","features":[638]},{"name":"ITargetFramePriv2","features":[638]},{"name":"ITargetNotify","features":[638]},{"name":"ITargetNotify2","features":[638]},{"name":"ITimer","features":[638]},{"name":"ITimerEx","features":[638]},{"name":"ITimerService","features":[638]},{"name":"ITimerSink","features":[638]},{"name":"ITridentTouchInput","features":[638]},{"name":"ITridentTouchInputSite","features":[638]},{"name":"IUrlHistoryNotify","features":[359,638]},{"name":"IUrlHistoryStg","features":[638]},{"name":"IUrlHistoryStg2","features":[638]},{"name":"IViewObjectPresentFlip","features":[638]},{"name":"IViewObjectPresentFlip2","features":[638]},{"name":"IViewObjectPresentFlipSite","features":[638]},{"name":"IViewObjectPresentFlipSite2","features":[638]},{"name":"IWebBrowserEventsService","features":[638]},{"name":"IWebBrowserEventsUrlService","features":[638]},{"name":"IdentifyMIMEType","features":[638]},{"name":"IntelliForms","features":[638]},{"name":"InternetExplorerManager","features":[638]},{"name":"Iwfolders","features":[358,638]},{"name":"LINKSBAND","features":[638]},{"name":"MAPMIME_CLSID","features":[638]},{"name":"MAPMIME_DEFAULT","features":[638]},{"name":"MAPMIME_DEFAULT_ALWAYS","features":[638]},{"name":"MAPMIME_DISABLE","features":[638]},{"name":"MAX_SEARCH_FORMAT_STRING","features":[638]},{"name":"MEDIA_ACTIVITY_NOTIFY_TYPE","features":[638]},{"name":"MediaCasting","features":[638]},{"name":"MediaPlayback","features":[638]},{"name":"MediaRecording","features":[638]},{"name":"NAVIGATEDATA","features":[638]},{"name":"NAVIGATEFRAME_FLAGS","features":[638]},{"name":"NAVIGATEFRAME_FL_AUTH_FAIL_CACHE_OK","features":[638]},{"name":"NAVIGATEFRAME_FL_NO_DOC_CACHE","features":[638]},{"name":"NAVIGATEFRAME_FL_NO_IMAGE_CACHE","features":[638]},{"name":"NAVIGATEFRAME_FL_POST","features":[638]},{"name":"NAVIGATEFRAME_FL_REALLY_SENDING_FROM_FORM","features":[638]},{"name":"NAVIGATEFRAME_FL_RECORD","features":[638]},{"name":"NAVIGATEFRAME_FL_SENDING_FROM_FORM","features":[638]},{"name":"OS_E_CANCELLED","features":[638]},{"name":"OS_E_GPDISABLED","features":[638]},{"name":"OS_E_NOTFOUND","features":[638]},{"name":"OS_E_NOTSUPPORTED","features":[638]},{"name":"OpenServiceActivityContentType","features":[638]},{"name":"OpenServiceActivityManager","features":[638]},{"name":"OpenServiceErrors","features":[638]},{"name":"OpenServiceManager","features":[638]},{"name":"PeerFactory","features":[638]},{"name":"REGSTRA_VAL_STARTPAGE","features":[638]},{"name":"REGSTR_PATH_CURRENT","features":[638]},{"name":"REGSTR_PATH_DEFAULT","features":[638]},{"name":"REGSTR_PATH_INETCPL_RESTRICTIONS","features":[638]},{"name":"REGSTR_PATH_MIME_DATABASE","features":[638]},{"name":"REGSTR_PATH_REMOTEACCESS","features":[638]},{"name":"REGSTR_PATH_REMOTEACESS","features":[638]},{"name":"REGSTR_SHIFTQUICKSUFFIX","features":[638]},{"name":"REGSTR_VAL_ACCEPT_LANGUAGE","features":[638]},{"name":"REGSTR_VAL_ACCESSMEDIUM","features":[638]},{"name":"REGSTR_VAL_ACCESSTYPE","features":[638]},{"name":"REGSTR_VAL_ALIASTO","features":[638]},{"name":"REGSTR_VAL_ANCHORCOLOR","features":[638]},{"name":"REGSTR_VAL_ANCHORCOLORHOVER","features":[638]},{"name":"REGSTR_VAL_ANCHORCOLORVISITED","features":[638]},{"name":"REGSTR_VAL_ANCHORUNDERLINE","features":[638]},{"name":"REGSTR_VAL_AUTODETECT","features":[638]},{"name":"REGSTR_VAL_AUTODIALDLLNAME","features":[638]},{"name":"REGSTR_VAL_AUTODIALFCNNAME","features":[638]},{"name":"REGSTR_VAL_AUTODIAL_MONITORCLASSNAME","features":[638]},{"name":"REGSTR_VAL_AUTODIAL_TRYONLYONCE","features":[638]},{"name":"REGSTR_VAL_AUTONAVIGATE","features":[638]},{"name":"REGSTR_VAL_AUTOSEARCH","features":[638]},{"name":"REGSTR_VAL_BACKBITMAP","features":[638]},{"name":"REGSTR_VAL_BACKGROUNDCOLOR","features":[638]},{"name":"REGSTR_VAL_BODYCHARSET","features":[638]},{"name":"REGSTR_VAL_BYPASSAUTOCONFIG","features":[638]},{"name":"REGSTR_VAL_CACHEPREFIX","features":[638]},{"name":"REGSTR_VAL_CHECKASSOC","features":[638]},{"name":"REGSTR_VAL_CODEDOWNLOAD","features":[638]},{"name":"REGSTR_VAL_CODEDOWNLOAD_DEF","features":[638]},{"name":"REGSTR_VAL_CODEPAGE","features":[638]},{"name":"REGSTR_VAL_COVEREXCLUDE","features":[638]},{"name":"REGSTR_VAL_DAYSTOKEEP","features":[638]},{"name":"REGSTR_VAL_DEFAULT_CODEPAGE","features":[638]},{"name":"REGSTR_VAL_DEFAULT_SCRIPT","features":[638]},{"name":"REGSTR_VAL_DEF_ENCODING","features":[638]},{"name":"REGSTR_VAL_DEF_INETENCODING","features":[638]},{"name":"REGSTR_VAL_DESCRIPTION","features":[638]},{"name":"REGSTR_VAL_DIRECTORY","features":[638]},{"name":"REGSTR_VAL_DISCONNECTIDLETIME","features":[638]},{"name":"REGSTR_VAL_ENABLEAUTODIAL","features":[638]},{"name":"REGSTR_VAL_ENABLEAUTODIALDISCONNECT","features":[638]},{"name":"REGSTR_VAL_ENABLEAUTODISCONNECT","features":[638]},{"name":"REGSTR_VAL_ENABLEEXITDISCONNECT","features":[638]},{"name":"REGSTR_VAL_ENABLESECURITYCHECK","features":[638]},{"name":"REGSTR_VAL_ENABLEUNATTENDED","features":[638]},{"name":"REGSTR_VAL_ENCODENAME","features":[638]},{"name":"REGSTR_VAL_FAMILY","features":[638]},{"name":"REGSTR_VAL_FIXEDWIDTHFONT","features":[638]},{"name":"REGSTR_VAL_FIXED_FONT","features":[638]},{"name":"REGSTR_VAL_FONT_SCRIPT","features":[638]},{"name":"REGSTR_VAL_FONT_SCRIPTS","features":[638]},{"name":"REGSTR_VAL_FONT_SCRIPT_NAME","features":[638]},{"name":"REGSTR_VAL_FONT_SIZE","features":[638]},{"name":"REGSTR_VAL_FONT_SIZE_DEF","features":[638]},{"name":"REGSTR_VAL_HEADERCHARSET","features":[638]},{"name":"REGSTR_VAL_HTTP_ERRORS","features":[638]},{"name":"REGSTR_VAL_IE_CUSTOMCOLORS","features":[638]},{"name":"REGSTR_VAL_INETCPL_ADVANCEDTAB","features":[638]},{"name":"REGSTR_VAL_INETCPL_CONNECTIONSTAB","features":[638]},{"name":"REGSTR_VAL_INETCPL_CONTENTTAB","features":[638]},{"name":"REGSTR_VAL_INETCPL_GENERALTAB","features":[638]},{"name":"REGSTR_VAL_INETCPL_IEAK","features":[638]},{"name":"REGSTR_VAL_INETCPL_PRIVACYTAB","features":[638]},{"name":"REGSTR_VAL_INETCPL_PROGRAMSTAB","features":[638]},{"name":"REGSTR_VAL_INETCPL_SECURITYTAB","features":[638]},{"name":"REGSTR_VAL_INETENCODING","features":[638]},{"name":"REGSTR_VAL_INTERNETENTRY","features":[638]},{"name":"REGSTR_VAL_INTERNETENTRYBKUP","features":[638]},{"name":"REGSTR_VAL_INTERNETPROFILE","features":[638]},{"name":"REGSTR_VAL_JAVAJIT","features":[638]},{"name":"REGSTR_VAL_JAVAJIT_DEF","features":[638]},{"name":"REGSTR_VAL_JAVALOGGING","features":[638]},{"name":"REGSTR_VAL_JAVALOGGING_DEF","features":[638]},{"name":"REGSTR_VAL_LEVEL","features":[638]},{"name":"REGSTR_VAL_LOADIMAGES","features":[638]},{"name":"REGSTR_VAL_LOCALPAGE","features":[638]},{"name":"REGSTR_VAL_MOSDISCONNECT","features":[638]},{"name":"REGSTR_VAL_NEWDIRECTORY","features":[638]},{"name":"REGSTR_VAL_NONETAUTODIAL","features":[638]},{"name":"REGSTR_VAL_PLAYSOUNDS","features":[638]},{"name":"REGSTR_VAL_PLAYVIDEOS","features":[638]},{"name":"REGSTR_VAL_PRIVCONVERTER","features":[638]},{"name":"REGSTR_VAL_PROPORTIONALFONT","features":[638]},{"name":"REGSTR_VAL_PROP_FONT","features":[638]},{"name":"REGSTR_VAL_PROXYENABLE","features":[638]},{"name":"REGSTR_VAL_PROXYOVERRIDE","features":[638]},{"name":"REGSTR_VAL_PROXYSERVER","features":[638]},{"name":"REGSTR_VAL_REDIALATTEMPTS","features":[638]},{"name":"REGSTR_VAL_REDIALINTERVAL","features":[638]},{"name":"REGSTR_VAL_RNAINSTALLED","features":[638]},{"name":"REGSTR_VAL_SAFETYWARNINGLEVEL","features":[638]},{"name":"REGSTR_VAL_SCHANNELENABLEPROTOCOL","features":[638]},{"name":"REGSTR_VAL_SCHANNELENABLEPROTOCOL_DEF","features":[638]},{"name":"REGSTR_VAL_SCRIPT_FIXED_FONT","features":[638]},{"name":"REGSTR_VAL_SCRIPT_PROP_FONT","features":[638]},{"name":"REGSTR_VAL_SEARCHPAGE","features":[638]},{"name":"REGSTR_VAL_SECURITYACTICEXSCRIPTS","features":[638]},{"name":"REGSTR_VAL_SECURITYACTICEXSCRIPTS_DEF","features":[638]},{"name":"REGSTR_VAL_SECURITYACTIVEX","features":[638]},{"name":"REGSTR_VAL_SECURITYACTIVEX_DEF","features":[638]},{"name":"REGSTR_VAL_SECURITYALLOWCOOKIES","features":[638]},{"name":"REGSTR_VAL_SECURITYALLOWCOOKIES_DEF","features":[638]},{"name":"REGSTR_VAL_SECURITYDISABLECACHINGOFSSLPAGES","features":[638]},{"name":"REGSTR_VAL_SECURITYDISABLECACHINGOFSSLPAGES_DEF","features":[638]},{"name":"REGSTR_VAL_SECURITYJAVA","features":[638]},{"name":"REGSTR_VAL_SECURITYJAVA_DEF","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTSENDING","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTSENDING_DEF","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTVIEWING","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTVIEWING_DEF","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONSEND","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONSENDALWAYS","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONSENDALWAYS_DEF","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONSEND_DEF","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONVIEW","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONVIEW_DEF","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONZONECROSSING","features":[638]},{"name":"REGSTR_VAL_SECURITYWARNONZONECROSSING_DEF","features":[638]},{"name":"REGSTR_VAL_SHOWADDRESSBAR","features":[638]},{"name":"REGSTR_VAL_SHOWFOCUS","features":[638]},{"name":"REGSTR_VAL_SHOWFOCUS_DEF","features":[638]},{"name":"REGSTR_VAL_SHOWFULLURLS","features":[638]},{"name":"REGSTR_VAL_SHOWTOOLBAR","features":[638]},{"name":"REGSTR_VAL_SMOOTHSCROLL","features":[638]},{"name":"REGSTR_VAL_SMOOTHSCROLL_DEF","features":[638]},{"name":"REGSTR_VAL_STARTPAGE","features":[638]},{"name":"REGSTR_VAL_TEXTCOLOR","features":[638]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_HIGH","features":[638]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_LOW","features":[638]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_MED","features":[638]},{"name":"REGSTR_VAL_USEAUTOAPPEND","features":[638]},{"name":"REGSTR_VAL_USEAUTOCOMPLETE","features":[638]},{"name":"REGSTR_VAL_USEAUTOSUGGEST","features":[638]},{"name":"REGSTR_VAL_USEDLGCOLORS","features":[638]},{"name":"REGSTR_VAL_USEHOVERCOLOR","features":[638]},{"name":"REGSTR_VAL_USEIBAR","features":[638]},{"name":"REGSTR_VAL_USEICM","features":[638]},{"name":"REGSTR_VAL_USEICM_DEF","features":[638]},{"name":"REGSTR_VAL_USERAGENT","features":[638]},{"name":"REGSTR_VAL_USESTYLESHEETS","features":[638]},{"name":"REGSTR_VAL_USESTYLESHEETS_DEF","features":[638]},{"name":"REGSTR_VAL_VISIBLEBANDS","features":[638]},{"name":"REGSTR_VAL_VISIBLEBANDS_DEF","features":[638]},{"name":"REGSTR_VAL_WEBCHARSET","features":[638]},{"name":"RatingAccessDeniedDialog","features":[307,638]},{"name":"RatingAccessDeniedDialog2","features":[307,638]},{"name":"RatingAccessDeniedDialog2W","features":[307,638]},{"name":"RatingAccessDeniedDialogW","features":[307,638]},{"name":"RatingAddToApprovedSites","features":[307,638]},{"name":"RatingCheckUserAccess","features":[638]},{"name":"RatingCheckUserAccessW","features":[638]},{"name":"RatingClickedOnPRFInternal","features":[307,638]},{"name":"RatingClickedOnRATInternal","features":[307,638]},{"name":"RatingEnable","features":[307,638]},{"name":"RatingEnableW","features":[307,638]},{"name":"RatingEnabledQuery","features":[638]},{"name":"RatingFreeDetails","features":[638]},{"name":"RatingInit","features":[638]},{"name":"RatingObtainCancel","features":[307,638]},{"name":"RatingObtainQuery","features":[307,638]},{"name":"RatingObtainQueryW","features":[307,638]},{"name":"RatingSetupUI","features":[307,638]},{"name":"RatingSetupUIW","features":[307,638]},{"name":"SCMP_BOTTOM","features":[638]},{"name":"SCMP_FULL","features":[638]},{"name":"SCMP_LEFT","features":[638]},{"name":"SCMP_RIGHT","features":[638]},{"name":"SCMP_TOP","features":[638]},{"name":"SCROLLABLECONTEXTMENU_PLACEMENT","features":[638]},{"name":"STATURL","features":[307,638]},{"name":"STATURLFLAG_ISCACHED","features":[638]},{"name":"STATURLFLAG_ISTOPLEVEL","features":[638]},{"name":"STATURL_QUERYFLAG_ISCACHED","features":[638]},{"name":"STATURL_QUERYFLAG_NOTITLE","features":[638]},{"name":"STATURL_QUERYFLAG_NOURL","features":[638]},{"name":"STATURL_QUERYFLAG_TOPLEVEL","features":[638]},{"name":"SURFACE_LOCK_ALLOW_DISCARD","features":[638]},{"name":"SURFACE_LOCK_EXCLUSIVE","features":[638]},{"name":"SURFACE_LOCK_WAIT","features":[638]},{"name":"SZBACKBITMAP","features":[638]},{"name":"SZJAVAVMPATH","features":[638]},{"name":"SZNOTEXT","features":[638]},{"name":"SZTOOLBAR","features":[638]},{"name":"SZTRUSTWARNLEVEL","features":[638]},{"name":"SZVISIBLE","features":[638]},{"name":"SZ_IE_DEFAULT_HTML_EDITOR","features":[638]},{"name":"SZ_IE_IBAR","features":[638]},{"name":"SZ_IE_IBAR_BANDS","features":[638]},{"name":"SZ_IE_MAIN","features":[638]},{"name":"SZ_IE_SEARCHSTRINGS","features":[638]},{"name":"SZ_IE_SECURITY","features":[638]},{"name":"SZ_IE_SETTINGS","features":[638]},{"name":"SZ_IE_THRESHOLDS","features":[638]},{"name":"S_SURFACE_DISCARDED","features":[638]},{"name":"SniffStream","features":[358,638]},{"name":"TARGET_NOTIFY_OBJECT_NAME","features":[638]},{"name":"TF_NAVIGATE","features":[638]},{"name":"TIMERMODE_NORMAL","features":[638]},{"name":"TIMERMODE_VISIBILITYAWARE","features":[638]},{"name":"TOOLSBAND","features":[638]},{"name":"TSZCALENDARPROTOCOL","features":[638]},{"name":"TSZCALLTOPROTOCOL","features":[638]},{"name":"TSZINTERNETCLIENTSPATH","features":[638]},{"name":"TSZLDAPPROTOCOL","features":[638]},{"name":"TSZMAILTOPROTOCOL","features":[638]},{"name":"TSZMICROSOFTPATH","features":[638]},{"name":"TSZNEWSPROTOCOL","features":[638]},{"name":"TSZPROTOCOLSPATH","features":[638]},{"name":"TSZSCHANNELPATH","features":[638]},{"name":"TSZVSOURCEPROTOCOL","features":[638]},{"name":"msodsvFailed","features":[638]},{"name":"msodsvLowSecurityLevel","features":[638]},{"name":"msodsvNoMacros","features":[638]},{"name":"msodsvPassedTrusted","features":[638]},{"name":"msodsvPassedTrustedCert","features":[638]},{"name":"msodsvUnsigned","features":[638]},{"name":"msoedmDisable","features":[638]},{"name":"msoedmDontOpen","features":[638]},{"name":"msoedmEnable","features":[638]},{"name":"msoslHigh","features":[638]},{"name":"msoslMedium","features":[638]},{"name":"msoslNone","features":[638]},{"name":"msoslUndefined","features":[638]},{"name":"wfolders","features":[638]}]}} \ No newline at end of file +{"namespace_map":["Windows.AI.MachineLearning","Windows.AI.MachineLearning.Preview","Windows.ApplicationModel","Windows.ApplicationModel.Activation","Windows.ApplicationModel.AppExtensions","Windows.ApplicationModel.AppService","Windows.ApplicationModel.Appointments","Windows.ApplicationModel.Appointments.AppointmentsProvider","Windows.ApplicationModel.Appointments.DataProvider","Windows.ApplicationModel.Background","Windows.ApplicationModel.Calls","Windows.ApplicationModel.Calls.Background","Windows.ApplicationModel.Calls.Provider","Windows.ApplicationModel.Chat","Windows.ApplicationModel.CommunicationBlocking","Windows.ApplicationModel.Contacts","Windows.ApplicationModel.Contacts.DataProvider","Windows.ApplicationModel.Contacts.Provider","Windows.ApplicationModel.ConversationalAgent","Windows.ApplicationModel.Core","Windows.ApplicationModel.DataTransfer","Windows.ApplicationModel.DataTransfer.DragDrop","Windows.ApplicationModel.DataTransfer.DragDrop.Core","Windows.ApplicationModel.DataTransfer.ShareTarget","Windows.ApplicationModel.Email","Windows.ApplicationModel.Email.DataProvider","Windows.ApplicationModel.ExtendedExecution","Windows.ApplicationModel.ExtendedExecution.Foreground","Windows.ApplicationModel.Holographic","Windows.ApplicationModel.LockScreen","Windows.ApplicationModel.PackageExtensions","Windows.ApplicationModel.Payments","Windows.ApplicationModel.Payments.Provider","Windows.ApplicationModel.Preview.Holographic","Windows.ApplicationModel.Preview.InkWorkspace","Windows.ApplicationModel.Preview.Notes","Windows.ApplicationModel.Resources","Windows.ApplicationModel.Resources.Core","Windows.ApplicationModel.Resources.Management","Windows.ApplicationModel.Search","Windows.ApplicationModel.Search.Core","Windows.ApplicationModel.SocialInfo","Windows.ApplicationModel.SocialInfo.Provider","Windows.ApplicationModel.Store","Windows.ApplicationModel.Store.LicenseManagement","Windows.ApplicationModel.Store.Preview","Windows.ApplicationModel.Store.Preview.InstallControl","Windows.ApplicationModel.UserActivities","Windows.ApplicationModel.UserActivities.Core","Windows.ApplicationModel.UserDataAccounts","Windows.ApplicationModel.UserDataAccounts.Provider","Windows.ApplicationModel.UserDataAccounts.SystemAccess","Windows.ApplicationModel.UserDataTasks","Windows.ApplicationModel.UserDataTasks.DataProvider","Windows.ApplicationModel.VoiceCommands","Windows.ApplicationModel.Wallet","Windows.ApplicationModel.Wallet.System","Windows.Data.Html","Windows.Data.Json","Windows.Data.Pdf","Windows.Data.Text","Windows.Data.Xml.Dom","Windows.Data.Xml.Xsl","Windows.Devices","Windows.Devices.Adc","Windows.Devices.Adc.Provider","Windows.Devices.Background","Windows.Devices.Bluetooth","Windows.Devices.Bluetooth.Advertisement","Windows.Devices.Bluetooth.Background","Windows.Devices.Bluetooth.GenericAttributeProfile","Windows.Devices.Bluetooth.Rfcomm","Windows.Devices.Custom","Windows.Devices.Display","Windows.Devices.Display.Core","Windows.Devices.Enumeration","Windows.Devices.Enumeration.Pnp","Windows.Devices.Geolocation","Windows.Devices.Geolocation.Geofencing","Windows.Devices.Geolocation.Provider","Windows.Devices.Gpio","Windows.Devices.Gpio.Provider","Windows.Devices.Haptics","Windows.Devices.HumanInterfaceDevice","Windows.Devices.I2c","Windows.Devices.I2c.Provider","Windows.Devices.Input","Windows.Devices.Input.Preview","Windows.Devices.Lights","Windows.Devices.Lights.Effects","Windows.Devices.Midi","Windows.Devices.Perception","Windows.Devices.Perception.Provider","Windows.Devices.PointOfService","Windows.Devices.PointOfService.Provider","Windows.Devices.Portable","Windows.Devices.Power","Windows.Devices.Printers","Windows.Devices.Printers.Extensions","Windows.Devices.Pwm","Windows.Devices.Pwm.Provider","Windows.Devices.Radios","Windows.Devices.Scanners","Windows.Devices.Sensors","Windows.Devices.Sensors.Custom","Windows.Devices.SerialCommunication","Windows.Devices.SmartCards","Windows.Devices.Sms","Windows.Devices.Spi","Windows.Devices.Spi.Provider","Windows.Devices.Usb","Windows.Devices.WiFi","Windows.Devices.WiFiDirect","Windows.Devices.WiFiDirect.Services","Windows.Embedded.DeviceLockdown","Windows.Foundation","Windows.Foundation.Collections","Windows.Foundation.Diagnostics","Windows.Foundation.Metadata","Windows.Foundation.Numerics","Windows.Gaming.Input","Windows.Gaming.Input.Custom","Windows.Gaming.Input.ForceFeedback","Windows.Gaming.Input.Preview","Windows.Gaming.Preview","Windows.Gaming.Preview.GamesEnumeration","Windows.Gaming.UI","Windows.Gaming.XboxLive","Windows.Gaming.XboxLive.Storage","Windows.Globalization","Windows.Globalization.Collation","Windows.Globalization.DateTimeFormatting","Windows.Globalization.Fonts","Windows.Globalization.NumberFormatting","Windows.Globalization.PhoneNumberFormatting","Windows.Graphics","Windows.Graphics.Capture","Windows.Graphics.DirectX","Windows.Graphics.DirectX.Direct3D11","Windows.Graphics.Display","Windows.Graphics.Display.Core","Windows.Graphics.Effects","Windows.Graphics.Holographic","Windows.Graphics.Imaging","Windows.Graphics.Printing","Windows.Graphics.Printing.OptionDetails","Windows.Graphics.Printing.PrintSupport","Windows.Graphics.Printing.PrintTicket","Windows.Graphics.Printing.Workflow","Windows.Graphics.Printing3D","Windows.Management","Windows.Management.Core","Windows.Management.Deployment","Windows.Management.Deployment.Preview","Windows.Management.Policies","Windows.Management.Setup","Windows.Management.Update","Windows.Management.Workplace","Windows.Media","Windows.Media.AppBroadcasting","Windows.Media.AppRecording","Windows.Media.Audio","Windows.Media.Capture","Windows.Media.Capture.Core","Windows.Media.Capture.Frames","Windows.Media.Casting","Windows.Media.ClosedCaptioning","Windows.Media.ContentRestrictions","Windows.Media.Control","Windows.Media.Core","Windows.Media.Core.Preview","Windows.Media.Devices","Windows.Media.Devices.Core","Windows.Media.DialProtocol","Windows.Media.Editing","Windows.Media.Effects","Windows.Media.FaceAnalysis","Windows.Media.Import","Windows.Media.MediaProperties","Windows.Media.Miracast","Windows.Media.Ocr","Windows.Media.PlayTo","Windows.Media.Playback","Windows.Media.Playlists","Windows.Media.Protection","Windows.Media.Protection.PlayReady","Windows.Media.Render","Windows.Media.SpeechRecognition","Windows.Media.SpeechSynthesis","Windows.Media.Streaming.Adaptive","Windows.Media.Transcoding","Windows.Networking","Windows.Networking.BackgroundTransfer","Windows.Networking.Connectivity","Windows.Networking.NetworkOperators","Windows.Networking.Proximity","Windows.Networking.PushNotifications","Windows.Networking.ServiceDiscovery.Dnssd","Windows.Networking.Sockets","Windows.Networking.Vpn","Windows.Networking.XboxLive","Windows.Perception","Windows.Perception.Automation.Core","Windows.Perception.People","Windows.Perception.Spatial","Windows.Perception.Spatial.Preview","Windows.Perception.Spatial.Surfaces","Windows.Phone","Windows.Phone.ApplicationModel","Windows.Phone.Devices.Notification","Windows.Phone.Devices.Power","Windows.Phone.Management.Deployment","Windows.Phone.Media.Devices","Windows.Phone.Notification.Management","Windows.Phone.PersonalInformation","Windows.Phone.PersonalInformation.Provisioning","Windows.Phone.Speech.Recognition","Windows.Phone.StartScreen","Windows.Phone.System","Windows.Phone.System.Power","Windows.Phone.System.Profile","Windows.Phone.System.UserProfile.GameServices.Core","Windows.Phone.UI.Input","Windows.Security.Authentication.Identity","Windows.Security.Authentication.Identity.Core","Windows.Security.Authentication.Identity.Provider","Windows.Security.Authentication.OnlineId","Windows.Security.Authentication.Web","Windows.Security.Authentication.Web.Core","Windows.Security.Authentication.Web.Provider","Windows.Security.Authorization.AppCapabilityAccess","Windows.Security.Credentials","Windows.Security.Credentials.UI","Windows.Security.Cryptography","Windows.Security.Cryptography.Certificates","Windows.Security.Cryptography.Core","Windows.Security.Cryptography.DataProtection","Windows.Security.DataProtection","Windows.Security.EnterpriseData","Windows.Security.ExchangeActiveSyncProvisioning","Windows.Security.Isolation","Windows.Services.Cortana","Windows.Services.Maps","Windows.Services.Maps.Guidance","Windows.Services.Maps.LocalSearch","Windows.Services.Maps.OfflineMaps","Windows.Services.Store","Windows.Services.TargetedContent","Windows.Storage","Windows.Storage.AccessCache","Windows.Storage.BulkAccess","Windows.Storage.Compression","Windows.Storage.FileProperties","Windows.Storage.Pickers","Windows.Storage.Pickers.Provider","Windows.Storage.Provider","Windows.Storage.Search","Windows.Storage.Streams","Windows.System","Windows.System.Diagnostics","Windows.System.Diagnostics.DevicePortal","Windows.System.Diagnostics.Telemetry","Windows.System.Diagnostics.TraceReporting","Windows.System.Display","Windows.System.Implementation.FileExplorer","Windows.System.Inventory","Windows.System.Power","Windows.System.Power.Diagnostics","Windows.System.Preview","Windows.System.Profile","Windows.System.Profile.SystemManufacturers","Windows.System.RemoteDesktop","Windows.System.RemoteDesktop.Input","Windows.System.RemoteDesktop.Provider","Windows.System.RemoteSystems","Windows.System.Threading","Windows.System.Threading.Core","Windows.System.Update","Windows.System.UserProfile","Windows.UI","Windows.UI.Accessibility","Windows.UI.ApplicationSettings","Windows.UI.Composition","Windows.UI.Composition.Core","Windows.UI.Composition.Desktop","Windows.UI.Composition.Diagnostics","Windows.UI.Composition.Effects","Windows.UI.Composition.Interactions","Windows.UI.Composition.Scenes","Windows.UI.Core","Windows.UI.Core.AnimationMetrics","Windows.UI.Core.Preview","Windows.UI.Input","Windows.UI.Input.Core","Windows.UI.Input.Inking","Windows.UI.Input.Inking.Analysis","Windows.UI.Input.Inking.Core","Windows.UI.Input.Inking.Preview","Windows.UI.Input.Preview","Windows.UI.Input.Preview.Injection","Windows.UI.Input.Spatial","Windows.UI.Notifications","Windows.UI.Notifications.Management","Windows.UI.Notifications.Preview","Windows.UI.Popups","Windows.UI.Shell","Windows.UI.StartScreen","Windows.UI.Text","Windows.UI.Text.Core","Windows.UI.UIAutomation","Windows.UI.UIAutomation.Core","Windows.UI.ViewManagement","Windows.UI.ViewManagement.Core","Windows.UI.WebUI","Windows.UI.WebUI.Core","Windows.UI.WindowManagement","Windows.UI.WindowManagement.Preview","Windows.UI.Xaml","Windows.UI.Xaml.Automation","Windows.UI.Xaml.Automation.Peers","Windows.UI.Xaml.Automation.Provider","Windows.UI.Xaml.Automation.Text","Windows.UI.Xaml.Controls","Windows.UI.Xaml.Controls.Maps","Windows.UI.Xaml.Controls.Primitives","Windows.UI.Xaml.Core.Direct","Windows.UI.Xaml.Data","Windows.UI.Xaml.Documents","Windows.UI.Xaml.Hosting","Windows.UI.Xaml.Input","Windows.UI.Xaml.Interop","Windows.UI.Xaml.Markup","Windows.UI.Xaml.Media","Windows.UI.Xaml.Media.Animation","Windows.UI.Xaml.Media.Imaging","Windows.UI.Xaml.Media.Media3D","Windows.UI.Xaml.Navigation","Windows.UI.Xaml.Printing","Windows.UI.Xaml.Resources","Windows.UI.Xaml.Shapes","Windows.Wdk.Devices.Bluetooth","Windows.Wdk.Devices.HumanInterfaceDevice","Windows.Wdk.Foundation","Windows.Wdk.Graphics.Direct3D","Windows.Wdk.NetworkManagement.Ndis","Windows.Wdk.NetworkManagement.WindowsFilteringPlatform","Windows.Wdk.Storage.FileSystem","Windows.Wdk.Storage.FileSystem.Minifilters","Windows.Wdk.System.IO","Windows.Wdk.System.Memory","Windows.Wdk.System.OfflineRegistry","Windows.Wdk.System.Registry","Windows.Wdk.System.SystemInformation","Windows.Wdk.System.SystemServices","Windows.Wdk.System.Threading","Windows.Web","Windows.Web.AtomPub","Windows.Web.Http","Windows.Web.Http.Diagnostics","Windows.Web.Http.Filters","Windows.Web.Http.Headers","Windows.Web.Syndication","Windows.Web.UI","Windows.Web.UI.Interop","Windows.Win32.AI.MachineLearning.DirectML","Windows.Win32.AI.MachineLearning.WinML","Windows.Win32.Data.HtmlHelp","Windows.Win32.Data.RightsManagement","Windows.Win32.Data.Xml.MsXml","Windows.Win32.Data.Xml.XmlLite","Windows.Win32.Devices","Windows.Win32.Devices.AllJoyn","Windows.Win32.Devices.Beep","Windows.Win32.Devices.BiometricFramework","Windows.Win32.Devices.Bluetooth","Windows.Win32.Devices.Cdrom","Windows.Win32.Devices.Communication","Windows.Win32.Devices.DeviceAccess","Windows.Win32.Devices.DeviceAndDriverInstallation","Windows.Win32.Devices.DeviceQuery","Windows.Win32.Devices.Display","Windows.Win32.Devices.Dvd","Windows.Win32.Devices.Enumeration.Pnp","Windows.Win32.Devices.Fax","Windows.Win32.Devices.FunctionDiscovery","Windows.Win32.Devices.Geolocation","Windows.Win32.Devices.HumanInterfaceDevice","Windows.Win32.Devices.ImageAcquisition","Windows.Win32.Devices.Nfc","Windows.Win32.Devices.Nfp","Windows.Win32.Devices.PortableDevices","Windows.Win32.Devices.Properties","Windows.Win32.Devices.Pwm","Windows.Win32.Devices.Sensors","Windows.Win32.Devices.SerialCommunication","Windows.Win32.Devices.Tapi","Windows.Win32.Devices.Usb","Windows.Win32.Devices.WebServicesOnDevices","Windows.Win32.Foundation","Windows.Win32.Foundation.Metadata","Windows.Win32.Gaming","Windows.Win32.Globalization","Windows.Win32.Graphics.CompositionSwapchain","Windows.Win32.Graphics.DXCore","Windows.Win32.Graphics.Direct2D","Windows.Win32.Graphics.Direct2D.Common","Windows.Win32.Graphics.Direct3D","Windows.Win32.Graphics.Direct3D.Dxc","Windows.Win32.Graphics.Direct3D.Fxc","Windows.Win32.Graphics.Direct3D10","Windows.Win32.Graphics.Direct3D11","Windows.Win32.Graphics.Direct3D11on12","Windows.Win32.Graphics.Direct3D12","Windows.Win32.Graphics.Direct3D9","Windows.Win32.Graphics.Direct3D9on12","Windows.Win32.Graphics.DirectComposition","Windows.Win32.Graphics.DirectDraw","Windows.Win32.Graphics.DirectManipulation","Windows.Win32.Graphics.DirectWrite","Windows.Win32.Graphics.Dwm","Windows.Win32.Graphics.Dxgi","Windows.Win32.Graphics.Dxgi.Common","Windows.Win32.Graphics.Gdi","Windows.Win32.Graphics.GdiPlus","Windows.Win32.Graphics.Hlsl","Windows.Win32.Graphics.Imaging","Windows.Win32.Graphics.Imaging.D2D","Windows.Win32.Graphics.OpenGL","Windows.Win32.Graphics.Printing","Windows.Win32.Graphics.Printing.PrintTicket","Windows.Win32.Management.MobileDeviceManagementRegistration","Windows.Win32.Media","Windows.Win32.Media.Audio","Windows.Win32.Media.Audio.Apo","Windows.Win32.Media.Audio.DirectMusic","Windows.Win32.Media.Audio.DirectSound","Windows.Win32.Media.Audio.Endpoints","Windows.Win32.Media.Audio.XAudio2","Windows.Win32.Media.DeviceManager","Windows.Win32.Media.DirectShow","Windows.Win32.Media.DirectShow.Tv","Windows.Win32.Media.DirectShow.Xml","Windows.Win32.Media.DxMediaObjects","Windows.Win32.Media.KernelStreaming","Windows.Win32.Media.LibrarySharingServices","Windows.Win32.Media.MediaFoundation","Windows.Win32.Media.MediaPlayer","Windows.Win32.Media.Multimedia","Windows.Win32.Media.PictureAcquisition","Windows.Win32.Media.Speech","Windows.Win32.Media.Streaming","Windows.Win32.Media.WindowsMediaFormat","Windows.Win32.NetworkManagement.Dhcp","Windows.Win32.NetworkManagement.Dns","Windows.Win32.NetworkManagement.InternetConnectionWizard","Windows.Win32.NetworkManagement.IpHelper","Windows.Win32.NetworkManagement.MobileBroadband","Windows.Win32.NetworkManagement.Multicast","Windows.Win32.NetworkManagement.Ndis","Windows.Win32.NetworkManagement.NetBios","Windows.Win32.NetworkManagement.NetManagement","Windows.Win32.NetworkManagement.NetShell","Windows.Win32.NetworkManagement.NetworkDiagnosticsFramework","Windows.Win32.NetworkManagement.NetworkPolicyServer","Windows.Win32.NetworkManagement.P2P","Windows.Win32.NetworkManagement.QoS","Windows.Win32.NetworkManagement.Rras","Windows.Win32.NetworkManagement.Snmp","Windows.Win32.NetworkManagement.WNet","Windows.Win32.NetworkManagement.WebDav","Windows.Win32.NetworkManagement.WiFi","Windows.Win32.NetworkManagement.WindowsConnectNow","Windows.Win32.NetworkManagement.WindowsConnectionManager","Windows.Win32.NetworkManagement.WindowsFilteringPlatform","Windows.Win32.NetworkManagement.WindowsFirewall","Windows.Win32.NetworkManagement.WindowsNetworkVirtualization","Windows.Win32.Networking.ActiveDirectory","Windows.Win32.Networking.BackgroundIntelligentTransferService","Windows.Win32.Networking.Clustering","Windows.Win32.Networking.HttpServer","Windows.Win32.Networking.Ldap","Windows.Win32.Networking.NetworkListManager","Windows.Win32.Networking.RemoteDifferentialCompression","Windows.Win32.Networking.WebSocket","Windows.Win32.Networking.WinHttp","Windows.Win32.Networking.WinInet","Windows.Win32.Networking.WinSock","Windows.Win32.Networking.WindowsWebServices","Windows.Win32.Security","Windows.Win32.Security.AppLocker","Windows.Win32.Security.Authentication.Identity","Windows.Win32.Security.Authentication.Identity.Provider","Windows.Win32.Security.Authorization","Windows.Win32.Security.Authorization.UI","Windows.Win32.Security.ConfigurationSnapin","Windows.Win32.Security.Credentials","Windows.Win32.Security.Cryptography","Windows.Win32.Security.Cryptography.Catalog","Windows.Win32.Security.Cryptography.Certificates","Windows.Win32.Security.Cryptography.Sip","Windows.Win32.Security.Cryptography.UI","Windows.Win32.Security.DiagnosticDataQuery","Windows.Win32.Security.DirectoryServices","Windows.Win32.Security.EnterpriseData","Windows.Win32.Security.ExtensibleAuthenticationProtocol","Windows.Win32.Security.Isolation","Windows.Win32.Security.LicenseProtection","Windows.Win32.Security.NetworkAccessProtection","Windows.Win32.Security.Tpm","Windows.Win32.Security.WinTrust","Windows.Win32.Security.WinWlx","Windows.Win32.Storage.Cabinets","Windows.Win32.Storage.CloudFilters","Windows.Win32.Storage.Compression","Windows.Win32.Storage.DataDeduplication","Windows.Win32.Storage.DistributedFileSystem","Windows.Win32.Storage.EnhancedStorage","Windows.Win32.Storage.FileHistory","Windows.Win32.Storage.FileServerResourceManager","Windows.Win32.Storage.FileSystem","Windows.Win32.Storage.Imapi","Windows.Win32.Storage.IndexServer","Windows.Win32.Storage.InstallableFileSystems","Windows.Win32.Storage.IscsiDisc","Windows.Win32.Storage.Jet","Windows.Win32.Storage.Nvme","Windows.Win32.Storage.OfflineFiles","Windows.Win32.Storage.OperationRecorder","Windows.Win32.Storage.Packaging.Appx","Windows.Win32.Storage.Packaging.Opc","Windows.Win32.Storage.ProjectedFileSystem","Windows.Win32.Storage.StructuredStorage","Windows.Win32.Storage.Vhd","Windows.Win32.Storage.VirtualDiskService","Windows.Win32.Storage.Vss","Windows.Win32.Storage.Xps","Windows.Win32.Storage.Xps.Printing","Windows.Win32.System.AddressBook","Windows.Win32.System.Antimalware","Windows.Win32.System.ApplicationInstallationAndServicing","Windows.Win32.System.ApplicationVerifier","Windows.Win32.System.AssessmentTool","Windows.Win32.System.ClrHosting","Windows.Win32.System.Com","Windows.Win32.System.Com.CallObj","Windows.Win32.System.Com.ChannelCredentials","Windows.Win32.System.Com.Events","Windows.Win32.System.Com.Marshal","Windows.Win32.System.Com.StructuredStorage","Windows.Win32.System.Com.UI","Windows.Win32.System.Com.Urlmon","Windows.Win32.System.ComponentServices","Windows.Win32.System.Console","Windows.Win32.System.Contacts","Windows.Win32.System.CorrelationVector","Windows.Win32.System.DataExchange","Windows.Win32.System.DeploymentServices","Windows.Win32.System.DesktopSharing","Windows.Win32.System.DeveloperLicensing","Windows.Win32.System.Diagnostics.Ceip","Windows.Win32.System.Diagnostics.ClrProfiling","Windows.Win32.System.Diagnostics.Debug","Windows.Win32.System.Diagnostics.Debug.ActiveScript","Windows.Win32.System.Diagnostics.Debug.Extensions","Windows.Win32.System.Diagnostics.Debug.WebApp","Windows.Win32.System.Diagnostics.Etw","Windows.Win32.System.Diagnostics.ProcessSnapshotting","Windows.Win32.System.Diagnostics.ToolHelp","Windows.Win32.System.Diagnostics.TraceLogging","Windows.Win32.System.DistributedTransactionCoordinator","Windows.Win32.System.Environment","Windows.Win32.System.ErrorReporting","Windows.Win32.System.EventCollector","Windows.Win32.System.EventLog","Windows.Win32.System.EventNotificationService","Windows.Win32.System.GroupPolicy","Windows.Win32.System.HostCompute","Windows.Win32.System.HostComputeNetwork","Windows.Win32.System.HostComputeSystem","Windows.Win32.System.Hypervisor","Windows.Win32.System.IO","Windows.Win32.System.Iis","Windows.Win32.System.Ioctl","Windows.Win32.System.JobObjects","Windows.Win32.System.Js","Windows.Win32.System.Kernel","Windows.Win32.System.LibraryLoader","Windows.Win32.System.Mailslots","Windows.Win32.System.Mapi","Windows.Win32.System.Memory","Windows.Win32.System.Memory.NonVolatile","Windows.Win32.System.MessageQueuing","Windows.Win32.System.MixedReality","Windows.Win32.System.Mmc","Windows.Win32.System.Ole","Windows.Win32.System.ParentalControls","Windows.Win32.System.PasswordManagement","Windows.Win32.System.Performance","Windows.Win32.System.Performance.HardwareCounterProfiling","Windows.Win32.System.Pipes","Windows.Win32.System.Power","Windows.Win32.System.ProcessStatus","Windows.Win32.System.RealTimeCommunications","Windows.Win32.System.Recovery","Windows.Win32.System.Registry","Windows.Win32.System.RemoteAssistance","Windows.Win32.System.RemoteDesktop","Windows.Win32.System.RemoteManagement","Windows.Win32.System.RestartManager","Windows.Win32.System.Restore","Windows.Win32.System.Rpc","Windows.Win32.System.Search","Windows.Win32.System.Search.Common","Windows.Win32.System.SecurityCenter","Windows.Win32.System.ServerBackup","Windows.Win32.System.Services","Windows.Win32.System.SettingsManagementInfrastructure","Windows.Win32.System.SetupAndMigration","Windows.Win32.System.Shutdown","Windows.Win32.System.SideShow","Windows.Win32.System.StationsAndDesktops","Windows.Win32.System.SubsystemForLinux","Windows.Win32.System.SystemInformation","Windows.Win32.System.SystemServices","Windows.Win32.System.TaskScheduler","Windows.Win32.System.Threading","Windows.Win32.System.Time","Windows.Win32.System.TpmBaseServices","Windows.Win32.System.TransactionServer","Windows.Win32.System.UpdateAgent","Windows.Win32.System.UpdateAssessment","Windows.Win32.System.UserAccessLogging","Windows.Win32.System.Variant","Windows.Win32.System.VirtualDosMachines","Windows.Win32.System.WinRT","Windows.Win32.System.WinRT.AllJoyn","Windows.Win32.System.WinRT.Composition","Windows.Win32.System.WinRT.CoreInputView","Windows.Win32.System.WinRT.Direct3D11","Windows.Win32.System.WinRT.Display","Windows.Win32.System.WinRT.Graphics.Capture","Windows.Win32.System.WinRT.Graphics.Direct2D","Windows.Win32.System.WinRT.Graphics.Imaging","Windows.Win32.System.WinRT.Holographic","Windows.Win32.System.WinRT.Isolation","Windows.Win32.System.WinRT.ML","Windows.Win32.System.WinRT.Media","Windows.Win32.System.WinRT.Metadata","Windows.Win32.System.WinRT.Pdf","Windows.Win32.System.WinRT.Printing","Windows.Win32.System.WinRT.Shell","Windows.Win32.System.WinRT.Storage","Windows.Win32.System.WinRT.Xaml","Windows.Win32.System.WindowsProgramming","Windows.Win32.System.WindowsSync","Windows.Win32.System.Wmi","Windows.Win32.UI.Accessibility","Windows.Win32.UI.Animation","Windows.Win32.UI.ColorSystem","Windows.Win32.UI.Controls","Windows.Win32.UI.Controls.Dialogs","Windows.Win32.UI.Controls.RichEdit","Windows.Win32.UI.HiDpi","Windows.Win32.UI.Input","Windows.Win32.UI.Input.Ime","Windows.Win32.UI.Input.Ink","Windows.Win32.UI.Input.KeyboardAndMouse","Windows.Win32.UI.Input.Pointer","Windows.Win32.UI.Input.Radial","Windows.Win32.UI.Input.Touch","Windows.Win32.UI.Input.XboxController","Windows.Win32.UI.InteractionContext","Windows.Win32.UI.LegacyWindowsEnvironmentFeatures","Windows.Win32.UI.Magnification","Windows.Win32.UI.Notifications","Windows.Win32.UI.Ribbon","Windows.Win32.UI.Shell","Windows.Win32.UI.Shell.Common","Windows.Win32.UI.Shell.PropertiesSystem","Windows.Win32.UI.TabletPC","Windows.Win32.UI.TextServices","Windows.Win32.UI.WindowsAndMessaging","Windows.Win32.UI.Wpf","Windows.Win32.UI.Xaml.Diagnostics","Windows.Win32.Web.InternetExplorer","Windows.Win32.Web.MsHtml"],"feature_map":["AI_MachineLearning","ApplicationModel","ApplicationModel_Activation","ApplicationModel_AppExtensions","ApplicationModel_AppService","ApplicationModel_Appointments","ApplicationModel_Appointments_AppointmentsProvider","ApplicationModel_Appointments_DataProvider","ApplicationModel_Background","ApplicationModel_Calls","ApplicationModel_Calls_Background","ApplicationModel_Calls_Provider","ApplicationModel_Chat","ApplicationModel_CommunicationBlocking","ApplicationModel_Contacts","ApplicationModel_Contacts_DataProvider","ApplicationModel_Contacts_Provider","ApplicationModel_ConversationalAgent","ApplicationModel_Core","ApplicationModel_DataTransfer","ApplicationModel_DataTransfer_DragDrop","ApplicationModel_DataTransfer_DragDrop_Core","ApplicationModel_DataTransfer_ShareTarget","ApplicationModel_Email","ApplicationModel_Email_DataProvider","ApplicationModel_ExtendedExecution","ApplicationModel_ExtendedExecution_Foreground","ApplicationModel_Holographic","ApplicationModel_LockScreen","ApplicationModel_PackageExtensions","ApplicationModel_Payments","ApplicationModel_Payments_Provider","ApplicationModel_Preview_Holographic","ApplicationModel_Preview_InkWorkspace","ApplicationModel_Preview_Notes","ApplicationModel_Resources","ApplicationModel_Resources_Core","Foundation_Collections","ApplicationModel_Resources_Management","ApplicationModel_Search","ApplicationModel_Search_Core","ApplicationModel_UserActivities","ApplicationModel_UserActivities_Core","ApplicationModel_UserDataAccounts","ApplicationModel_UserDataAccounts_Provider","ApplicationModel_UserDataAccounts_SystemAccess","ApplicationModel_UserDataTasks","ApplicationModel_UserDataTasks_DataProvider","ApplicationModel_VoiceCommands","ApplicationModel_Wallet","ApplicationModel_Wallet_System","Data_Html","Data_Json","Data_Pdf","Data_Text","Data_Xml_Dom","Data_Xml_Xsl","Devices","Devices_Adc","Devices_Adc_Provider","Devices_Background","Devices_Bluetooth","Devices_Bluetooth_Advertisement","Devices_Bluetooth_Background","Devices_Bluetooth_GenericAttributeProfile","Devices_Bluetooth_Rfcomm","Devices_Custom","Devices_Display","Devices_Display_Core","Foundation_Numerics","Devices_Enumeration","Storage_Streams","Devices_Enumeration_Pnp","Devices_Geolocation","Devices_Geolocation_Geofencing","Devices_Geolocation_Provider","Devices_Gpio","Foundation","Devices_Gpio_Provider","Devices_Haptics","Devices_HumanInterfaceDevice","Devices_I2c","Devices_I2c_Provider","Devices_Input","Devices_Input_Preview","Devices_Lights","Devices_Lights_Effects","Devices_Midi","Devices_PointOfService","Devices_PointOfService_Provider","Devices_Portable","Devices_Power","Devices_Printers","Devices_Printers_Extensions","Devices_Pwm","Devices_Pwm_Provider","Devices_Radios","Devices_Scanners","Devices_Sensors","Devices_Sensors_Custom","Devices_SerialCommunication","Devices_SmartCards","Devices_Sms","Devices_Spi","Devices_Spi_Provider","Devices_Usb","Devices_WiFi","Devices_WiFiDirect","Devices_WiFiDirect_Services","Embedded_DeviceLockdown","Foundation_Diagnostics","Foundation_Metadata","Gaming_Input","Gaming_Input_Custom","Gaming_Input_ForceFeedback","Gaming_Input_Preview","Gaming_Preview","Gaming_Preview_GamesEnumeration","Gaming_UI","Gaming_XboxLive","Gaming_XboxLive_Storage","Globalization","Globalization_Collation","Globalization_DateTimeFormatting","Globalization_Fonts","Globalization_NumberFormatting","Globalization_PhoneNumberFormatting","Graphics","Graphics_Capture","Graphics_DirectX","Graphics_DirectX_Direct3D11","Graphics_Display","Graphics_Display_Core","Graphics_Effects","Graphics_Holographic","Graphics_Imaging","Graphics_Printing","Graphics_Printing_OptionDetails","Graphics_Printing_PrintSupport","Graphics_Printing_PrintTicket","Graphics_Printing_Workflow","Graphics_Printing3D","Management","Management_Core","Management_Deployment","Management_Deployment_Preview","Management_Policies","Management_Setup","Management_Update","Management_Workplace","Media","Media_AppBroadcasting","Media_AppRecording","Media_Audio","Media_Capture","Media_Capture_Core","Media_Capture_Frames","Media_Casting","Media_ClosedCaptioning","Media_ContentRestrictions","Media_Control","Media_Core","Media_Effects","Media_Core_Preview","Media_Devices","Media_Devices_Core","Media_DialProtocol","Media_Editing","Media_FaceAnalysis","Media_Import","Media_MediaProperties","Media_Miracast","Media_Ocr","Media_PlayTo","Media_Playback","Media_Playlists","Media_Protection","Media_Protection_PlayReady","Media_Render","Media_SpeechRecognition","Media_SpeechSynthesis","Media_Streaming_Adaptive","Media_Transcoding","Networking","Networking_BackgroundTransfer","Networking_Connectivity","Networking_NetworkOperators","Networking_Proximity","Networking_PushNotifications","Networking_ServiceDiscovery_Dnssd","Networking_Sockets","Networking_Vpn","Networking_XboxLive","Perception","Perception_Automation_Core","Perception_People","Perception_Spatial","Perception_Spatial_Preview","Perception_Spatial_Surfaces","Phone","Phone_ApplicationModel","Phone_Devices_Notification","Phone_Devices_Power","Phone_Management_Deployment","Phone_Media_Devices","Phone_Notification_Management","Phone_PersonalInformation","Phone_PersonalInformation_Provisioning","Phone_Speech_Recognition","Phone_StartScreen","Phone_System","Phone_System_Power","Phone_System_Profile","Phone_System_UserProfile_GameServices_Core","Phone_UI_Input","Security_Authentication_Identity","Security_Authentication_Identity_Core","Security_Authentication_OnlineId","Security_Authentication_Web","Security_Authentication_Web_Core","Security_Authentication_Web_Provider","Security_Authorization_AppCapabilityAccess","Security_Credentials","Security_Credentials_UI","Security_Cryptography","Security_Cryptography_Certificates","Security_Cryptography_Core","Security_Cryptography_DataProtection","Security_DataProtection","Security_EnterpriseData","Security_ExchangeActiveSyncProvisioning","Security_Isolation","Services_Maps","Services_Maps_Guidance","Services_Maps_LocalSearch","Services_Maps_OfflineMaps","Services_Store","Services_TargetedContent","Storage","Storage_AccessCache","Storage_BulkAccess","Storage_Compression","Storage_FileProperties","Storage_Pickers","Storage_Pickers_Provider","Storage_Provider","Storage_Search","System","System_Diagnostics","System_Diagnostics_DevicePortal","System_Diagnostics_Telemetry","System_Diagnostics_TraceReporting","System_Display","System_Implementation_FileExplorer","System_Inventory","System_Power","System_Profile","System_Profile_SystemManufacturers","System_RemoteDesktop","System_RemoteDesktop_Input","System_RemoteDesktop_Provider","System_RemoteSystems","System_Threading","System_Threading_Core","System_Update","System_UserProfile","UI","UI_Accessibility","UI_ApplicationSettings","UI_Popups","UI_Composition","UI_Composition_Core","UI_Composition_Desktop","UI_Composition_Diagnostics","UI_Composition_Effects","UI_Composition_Interactions","UI_Composition_Scenes","UI_Core","UI_Core_AnimationMetrics","UI_Core_Preview","UI_Input","UI_Input_Core","UI_Input_Inking","UI_Input_Inking_Analysis","UI_Input_Inking_Core","UI_Input_Inking_Preview","UI_Input_Preview","UI_Input_Preview_Injection","UI_Input_Spatial","UI_Notifications","UI_Notifications_Management","UI_Notifications_Preview","UI_Shell","UI_StartScreen","UI_Text","UI_Text_Core","UI_UIAutomation","UI_UIAutomation_Core","UI_ViewManagement","UI_ViewManagement_Core","UI_WebUI","UI_WebUI_Core","UI_WindowManagement","UI_WindowManagement_Preview","Wdk_Devices_Bluetooth","Win32_Foundation","Wdk_Devices_HumanInterfaceDevice","Wdk_Foundation","Wdk_System_SystemServices","Win32_Security","Wdk_Storage_FileSystem","Win32_System_IO","Win32_System_Kernel","Win32_System_Power","Wdk_Graphics_Direct3D","Win32_Graphics_Direct3D9","Win32_Graphics_DirectDraw","Win32_Graphics_Gdi","Wdk_NetworkManagement_Ndis","Win32_Networking_WinSock","Win32_NetworkManagement_Ndis","Wdk_NetworkManagement_WindowsFilteringPlatform","Win32_NetworkManagement_WindowsFilteringPlatform","Win32_System_Rpc","Win32_System_Memory","Win32_Storage_FileSystem","Win32_System_Ioctl","Win32_Security_Authentication_Identity","Wdk_Storage_FileSystem_Minifilters","Win32_Storage_InstallableFileSystems","Wdk_System_IO","Wdk_System_Memory","Wdk_System_OfflineRegistry","Wdk_System_Registry","Wdk_System_SystemInformation","Win32_System_Diagnostics_Debug","Win32_System_Diagnostics_Etw","Win32_System_SystemInformation","Win32_Storage_IscsiDisc","Win32_System_WindowsProgramming","Win32_Devices_Properties","Win32_System_SystemServices","Win32_System_Threading","Wdk_System_Threading","Web","Web_AtomPub","Web_Http","Web_Http_Diagnostics","Web_Http_Filters","Web_Http_Headers","Web_Syndication","Web_UI","Web_UI_Interop","Win32_AI_MachineLearning_DirectML","Win32_Graphics_Direct3D12","Win32_AI_MachineLearning_WinML","Win32_Data_HtmlHelp","Win32_UI_Controls","Win32_System_Com","Win32_System_Ole","Win32_System_Variant","Win32_Data_RightsManagement","Win32_Data_Xml_MsXml","Win32_Data_Xml_XmlLite","Win32_Devices","Win32_Devices_AllJoyn","Win32_Devices_Beep","Win32_Devices_BiometricFramework","Win32_Devices_Bluetooth","Win32_Devices_Cdrom","Win32_Devices_Communication","Win32_Devices_DeviceAccess","Win32_Devices_DeviceAndDriverInstallation","Win32_System_Registry","Win32_UI_WindowsAndMessaging","Win32_Devices_DeviceQuery","Win32_Devices_Display","Win32_System_Console","Win32_Graphics_OpenGL","Win32_UI_ColorSystem","Win32_Devices_Dvd","Win32_Devices_Enumeration_Pnp","Win32_Devices_Fax","Win32_Devices_FunctionDiscovery","Win32_Devices_Geolocation","Win32_Devices_HumanInterfaceDevice","Win32_Devices_ImageAcquisition","Win32_Devices_Nfc","Win32_Devices_Nfp","Win32_Devices_PortableDevices","Win32_Devices_Pwm","Win32_Devices_Sensors","Win32_System_Com_StructuredStorage","Win32_Devices_SerialCommunication","Win32_Devices_Tapi","Win32_System_AddressBook","Win32_Devices_Usb","Win32_Devices_WebServicesOnDevices","Win32_Security_Cryptography","Win32_Gaming","Win32_Globalization","Win32_Graphics_CompositionSwapchain","Win32_Graphics_Dxgi_Common","Win32_Graphics_DXCore","Win32_Graphics_Direct2D","Win32_Graphics_Direct2D_Common","Win32_Graphics_Dxgi","Win32_Graphics_Direct3D","Win32_Graphics_Direct3D_Dxc","Win32_Graphics_Direct3D_Fxc","Win32_Graphics_Direct3D11","Win32_Graphics_Direct3D10","Win32_Graphics_Direct3D11on12","Win32_Graphics_Direct3D9on12","Win32_Graphics_DirectComposition","Win32_Graphics_DirectManipulation","Win32_Graphics_DirectWrite","Win32_Graphics_Dwm","Win32_Graphics_GdiPlus","Win32_Graphics_Hlsl","Win32_Graphics_Imaging","Win32_Graphics_Imaging_D2D","Win32_Graphics_Printing","Win32_Storage_Xps","Win32_Graphics_Printing_PrintTicket","Win32_Management_MobileDeviceManagementRegistration","Win32_Media","Win32_Media_Multimedia","Win32_Media_Audio","Win32_Media_Audio_Apo","Win32_UI_Shell_PropertiesSystem","Win32_Media_Audio_DirectMusic","Win32_Media_Audio_DirectSound","Win32_Media_Audio_Endpoints","Win32_Media_Audio_XAudio2","Win32_Media_DeviceManager","Win32_Media_DirectShow","Win32_Media_MediaFoundation","Win32_Media_DirectShow_Tv","Win32_Media_KernelStreaming","Win32_Media_DirectShow_Xml","Win32_Media_DxMediaObjects","Win32_Media_LibrarySharingServices","Win32_Media_MediaPlayer","Win32_UI_Controls_Dialogs","Win32_Media_PictureAcquisition","Win32_Media_Speech","Win32_Media_Streaming","Win32_Media_WindowsMediaFormat","Win32_NetworkManagement_Dhcp","Win32_NetworkManagement_Dns","Win32_NetworkManagement_InternetConnectionWizard","Win32_NetworkManagement_IpHelper","Win32_NetworkManagement_MobileBroadband","Win32_NetworkManagement_Multicast","Win32_NetworkManagement_NetBios","Win32_NetworkManagement_NetManagement","Win32_NetworkManagement_NetShell","Win32_NetworkManagement_NetworkDiagnosticsFramework","Win32_NetworkManagement_NetworkPolicyServer","Win32_NetworkManagement_P2P","Win32_NetworkManagement_QoS","Win32_NetworkManagement_Rras","Win32_NetworkManagement_Snmp","Win32_NetworkManagement_WNet","Win32_NetworkManagement_WebDav","Win32_NetworkManagement_WiFi","Win32_Security_ExtensibleAuthenticationProtocol","Win32_System_RemoteDesktop","Win32_NetworkManagement_WindowsConnectNow","Win32_NetworkManagement_WindowsConnectionManager","Win32_NetworkManagement_WindowsFirewall","Win32_NetworkManagement_WindowsNetworkVirtualization","Win32_Networking_ActiveDirectory","Win32_UI_Shell","Win32_Networking_BackgroundIntelligentTransferService","Win32_Networking_Clustering","Win32_System_Services","Win32_Networking_HttpServer","Win32_Networking_Ldap","Win32_Networking_NetworkListManager","Win32_Networking_RemoteDifferentialCompression","Win32_Networking_WebSocket","Win32_Networking_WinHttp","Win32_Networking_WinInet","Win32_Networking_WindowsWebServices","Win32_Security_AppLocker","Win32_Security_Credentials","Win32_System_PasswordManagement","Win32_Security_Authentication_Identity_Provider","Win32_Security_Authorization","Win32_Security_Authorization_UI","Win32_Security_ConfigurationSnapin","Win32_Security_Cryptography_Catalog","Win32_Security_Cryptography_Sip","Win32_Security_Cryptography_Certificates","Win32_Security_Cryptography_UI","Win32_Security_WinTrust","Win32_Security_DiagnosticDataQuery","Win32_Security_DirectoryServices","Win32_Security_EnterpriseData","Win32_Storage_Packaging_Appx","Win32_Security_Isolation","Win32_Security_LicenseProtection","Win32_Security_NetworkAccessProtection","Win32_Security_Tpm","Win32_Security_WinWlx","Win32_System_StationsAndDesktops","Win32_Storage_Cabinets","Win32_Storage_CloudFilters","Win32_System_CorrelationVector","Win32_Storage_Compression","Win32_Storage_DataDeduplication","Win32_Storage_DistributedFileSystem","Win32_Storage_EnhancedStorage","Win32_Storage_FileHistory","Win32_Storage_FileServerResourceManager","Win32_Storage_Imapi","Win32_Storage_IndexServer","Win32_Storage_Jet","Win32_Storage_StructuredStorage","Win32_Storage_Nvme","Win32_Storage_OfflineFiles","Win32_Storage_OperationRecorder","Win32_Storage_Packaging_Opc","Win32_Storage_ProjectedFileSystem","Win32_Storage_Vhd","Win32_Storage_VirtualDiskService","Win32_Storage_Vss","Win32_Storage_Xps_Printing","Win32_System_Antimalware","Win32_System_ApplicationInstallationAndServicing","Win32_System_ApplicationVerifier","Win32_System_AssessmentTool","Win32_UI_Accessibility","Win32_System_ClrHosting","Win32_System_Com_CallObj","Win32_System_Com_ChannelCredentials","Win32_System_Com_Events","Win32_System_Com_Marshal","Win32_System_Com_UI","Win32_System_Com_Urlmon","Win32_System_ComponentServices","Win32_System_Contacts","Win32_System_DataExchange","Win32_System_DeploymentServices","Win32_System_DesktopSharing","Win32_System_DeveloperLicensing","Win32_System_Diagnostics_Ceip","Win32_System_Diagnostics_ClrProfiling","Win32_System_WinRT_Metadata","Win32_System_Time","Win32_System_Diagnostics_Debug_ActiveScript","Win32_System_Diagnostics_Debug_Extensions","Win32_System_Diagnostics_ProcessSnapshotting","Win32_System_Diagnostics_ToolHelp","Win32_System_Diagnostics_TraceLogging","Win32_System_DistributedTransactionCoordinator","Win32_System_Environment","Win32_System_ErrorReporting","Win32_System_EventCollector","Win32_System_EventLog","Win32_System_EventNotificationService","Win32_System_GroupPolicy","Win32_System_Wmi","Win32_System_HostCompute","Win32_System_HostComputeNetwork","Win32_System_HostComputeSystem","Win32_System_Hypervisor","Win32_System_Iis","Win32_System_JobObjects","Win32_System_Js","Win32_System_LibraryLoader","Win32_System_Mailslots","Win32_System_Mapi","Win32_System_Memory_NonVolatile","Win32_System_MessageQueuing","Win32_System_MixedReality","Win32_System_Mmc","Win32_System_ParentalControls","Win32_System_Performance","Win32_System_Performance_HardwareCounterProfiling","Win32_System_Pipes","Win32_System_ProcessStatus","Win32_System_RealTimeCommunications","Win32_System_Recovery","Win32_System_RemoteAssistance","Win32_System_RemoteManagement","Win32_System_RestartManager","Win32_System_Restore","Win32_System_Search","Win32_System_Search_Common","Win32_System_SecurityCenter","Win32_System_ServerBackup","Win32_System_SettingsManagementInfrastructure","Win32_System_SetupAndMigration","Win32_System_Shutdown","Win32_System_SideShow","Win32_System_SubsystemForLinux","Win32_System_TaskScheduler","Win32_System_TpmBaseServices","Win32_System_TransactionServer","Win32_System_UpdateAgent","Win32_System_UpdateAssessment","Win32_System_UserAccessLogging","Win32_System_VirtualDosMachines","Win32_System_WinRT","Win32_System_WinRT_AllJoyn","Win32_System_WinRT_Composition","Win32_System_WinRT_CoreInputView","Win32_System_WinRT_Direct3D11","Win32_System_WinRT_Display","Win32_System_WinRT_Graphics_Capture","Win32_System_WinRT_Graphics_Direct2D","Win32_System_WinRT_Graphics_Imaging","Win32_System_WinRT_Holographic","Win32_System_WinRT_Isolation","Win32_System_WinRT_ML","Win32_System_WinRT_Media","Win32_System_WinRT_Pdf","Win32_System_WinRT_Printing","Win32_System_WinRT_Shell","Win32_System_WinRT_Storage","Win32_System_WindowsSync","Win32_UI_Animation","Win32_UI_Input_Pointer","Win32_UI_Controls_RichEdit","Win32_UI_HiDpi","Win32_UI_Input","Win32_UI_Input_Ime","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Input_Ink","Win32_UI_Input_Radial","Win32_UI_Input_Touch","Win32_UI_Input_XboxController","Win32_UI_InteractionContext","Win32_UI_LegacyWindowsEnvironmentFeatures","Win32_UI_Magnification","Win32_UI_Notifications","Win32_UI_Ribbon","Win32_UI_Shell_Common","Win32_UI_TabletPC","Win32_UI_TextServices","Win32_UI_Wpf","Win32_Web_InternetExplorer"],"namespaces":{"0":[{"name":"IImageFeatureDescriptor","features":[0]},{"name":"IImageFeatureDescriptor2","features":[0]},{"name":"IImageFeatureValue","features":[0]},{"name":"IImageFeatureValueStatics","features":[0]},{"name":"ILearningModel","features":[0]},{"name":"ILearningModelBinding","features":[0]},{"name":"ILearningModelBindingFactory","features":[0]},{"name":"ILearningModelDevice","features":[0]},{"name":"ILearningModelDeviceFactory","features":[0]},{"name":"ILearningModelDeviceStatics","features":[0]},{"name":"ILearningModelEvaluationResult","features":[0]},{"name":"ILearningModelFeatureDescriptor","features":[0]},{"name":"ILearningModelFeatureValue","features":[0]},{"name":"ILearningModelOperatorProvider","features":[0]},{"name":"ILearningModelSession","features":[0]},{"name":"ILearningModelSessionFactory","features":[0]},{"name":"ILearningModelSessionFactory2","features":[0]},{"name":"ILearningModelSessionOptions","features":[0]},{"name":"ILearningModelSessionOptions2","features":[0]},{"name":"ILearningModelSessionOptions3","features":[0]},{"name":"ILearningModelStatics","features":[0]},{"name":"IMapFeatureDescriptor","features":[0]},{"name":"ISequenceFeatureDescriptor","features":[0]},{"name":"ITensor","features":[0]},{"name":"ITensorBoolean","features":[0]},{"name":"ITensorBooleanStatics","features":[0]},{"name":"ITensorBooleanStatics2","features":[0]},{"name":"ITensorDouble","features":[0]},{"name":"ITensorDoubleStatics","features":[0]},{"name":"ITensorDoubleStatics2","features":[0]},{"name":"ITensorFeatureDescriptor","features":[0]},{"name":"ITensorFloat","features":[0]},{"name":"ITensorFloat16Bit","features":[0]},{"name":"ITensorFloat16BitStatics","features":[0]},{"name":"ITensorFloat16BitStatics2","features":[0]},{"name":"ITensorFloatStatics","features":[0]},{"name":"ITensorFloatStatics2","features":[0]},{"name":"ITensorInt16Bit","features":[0]},{"name":"ITensorInt16BitStatics","features":[0]},{"name":"ITensorInt16BitStatics2","features":[0]},{"name":"ITensorInt32Bit","features":[0]},{"name":"ITensorInt32BitStatics","features":[0]},{"name":"ITensorInt32BitStatics2","features":[0]},{"name":"ITensorInt64Bit","features":[0]},{"name":"ITensorInt64BitStatics","features":[0]},{"name":"ITensorInt64BitStatics2","features":[0]},{"name":"ITensorInt8Bit","features":[0]},{"name":"ITensorInt8BitStatics","features":[0]},{"name":"ITensorInt8BitStatics2","features":[0]},{"name":"ITensorString","features":[0]},{"name":"ITensorStringStatics","features":[0]},{"name":"ITensorStringStatics2","features":[0]},{"name":"ITensorUInt16Bit","features":[0]},{"name":"ITensorUInt16BitStatics","features":[0]},{"name":"ITensorUInt16BitStatics2","features":[0]},{"name":"ITensorUInt32Bit","features":[0]},{"name":"ITensorUInt32BitStatics","features":[0]},{"name":"ITensorUInt32BitStatics2","features":[0]},{"name":"ITensorUInt64Bit","features":[0]},{"name":"ITensorUInt64BitStatics","features":[0]},{"name":"ITensorUInt64BitStatics2","features":[0]},{"name":"ITensorUInt8Bit","features":[0]},{"name":"ITensorUInt8BitStatics","features":[0]},{"name":"ITensorUInt8BitStatics2","features":[0]},{"name":"ImageFeatureDescriptor","features":[0]},{"name":"ImageFeatureValue","features":[0]},{"name":"LearningModel","features":[0]},{"name":"LearningModelBinding","features":[0]},{"name":"LearningModelDevice","features":[0]},{"name":"LearningModelDeviceKind","features":[0]},{"name":"LearningModelEvaluationResult","features":[0]},{"name":"LearningModelFeatureKind","features":[0]},{"name":"LearningModelPixelRange","features":[0]},{"name":"LearningModelSession","features":[0]},{"name":"LearningModelSessionOptions","features":[0]},{"name":"MachineLearningContract","features":[0]},{"name":"MapFeatureDescriptor","features":[0]},{"name":"SequenceFeatureDescriptor","features":[0]},{"name":"TensorBoolean","features":[0]},{"name":"TensorDouble","features":[0]},{"name":"TensorFeatureDescriptor","features":[0]},{"name":"TensorFloat","features":[0]},{"name":"TensorFloat16Bit","features":[0]},{"name":"TensorInt16Bit","features":[0]},{"name":"TensorInt32Bit","features":[0]},{"name":"TensorInt64Bit","features":[0]},{"name":"TensorInt8Bit","features":[0]},{"name":"TensorKind","features":[0]},{"name":"TensorString","features":[0]},{"name":"TensorUInt16Bit","features":[0]},{"name":"TensorUInt32Bit","features":[0]},{"name":"TensorUInt64Bit","features":[0]},{"name":"TensorUInt8Bit","features":[0]}],"2":[{"name":"AddResourcePackageOptions","features":[1]},{"name":"AppDisplayInfo","features":[1]},{"name":"AppExecutionContext","features":[1]},{"name":"AppInfo","features":[1]},{"name":"AppInstallerInfo","features":[1]},{"name":"AppInstallerPolicySource","features":[1]},{"name":"AppInstance","features":[1]},{"name":"CameraApplicationManager","features":[1]},{"name":"DesignMode","features":[1]},{"name":"EnteredBackgroundEventArgs","features":[1]},{"name":"FindRelatedPackagesOptions","features":[1]},{"name":"FullTrustAppContract","features":[1]},{"name":"FullTrustLaunchResult","features":[1]},{"name":"FullTrustProcessLaunchResult","features":[1]},{"name":"FullTrustProcessLauncher","features":[1]},{"name":"IAppDisplayInfo","features":[1]},{"name":"IAppInfo","features":[1]},{"name":"IAppInfo2","features":[1]},{"name":"IAppInfo3","features":[1]},{"name":"IAppInfo4","features":[1]},{"name":"IAppInfoStatics","features":[1]},{"name":"IAppInstallerInfo","features":[1]},{"name":"IAppInstallerInfo2","features":[1]},{"name":"IAppInstance","features":[1]},{"name":"IAppInstanceStatics","features":[1]},{"name":"ICameraApplicationManagerStatics","features":[1]},{"name":"IDesignModeStatics","features":[1]},{"name":"IDesignModeStatics2","features":[1]},{"name":"IEnteredBackgroundEventArgs","features":[1]},{"name":"IFindRelatedPackagesOptions","features":[1]},{"name":"IFindRelatedPackagesOptionsFactory","features":[1]},{"name":"IFullTrustProcessLaunchResult","features":[1]},{"name":"IFullTrustProcessLauncherStatics","features":[1]},{"name":"IFullTrustProcessLauncherStatics2","features":[1]},{"name":"ILeavingBackgroundEventArgs","features":[1]},{"name":"ILimitedAccessFeatureRequestResult","features":[1]},{"name":"ILimitedAccessFeaturesStatics","features":[1]},{"name":"IPackage","features":[1]},{"name":"IPackage2","features":[1]},{"name":"IPackage3","features":[1]},{"name":"IPackage4","features":[1]},{"name":"IPackage5","features":[1]},{"name":"IPackage6","features":[1]},{"name":"IPackage7","features":[1]},{"name":"IPackage8","features":[1]},{"name":"IPackage9","features":[1]},{"name":"IPackageCatalog","features":[1]},{"name":"IPackageCatalog2","features":[1]},{"name":"IPackageCatalog3","features":[1]},{"name":"IPackageCatalog4","features":[1]},{"name":"IPackageCatalogAddOptionalPackageResult","features":[1]},{"name":"IPackageCatalogAddResourcePackageResult","features":[1]},{"name":"IPackageCatalogRemoveOptionalPackagesResult","features":[1]},{"name":"IPackageCatalogRemoveResourcePackagesResult","features":[1]},{"name":"IPackageCatalogStatics","features":[1]},{"name":"IPackageCatalogStatics2","features":[1]},{"name":"IPackageContentGroup","features":[1]},{"name":"IPackageContentGroupStagingEventArgs","features":[1]},{"name":"IPackageContentGroupStatics","features":[1]},{"name":"IPackageId","features":[1]},{"name":"IPackageIdWithMetadata","features":[1]},{"name":"IPackageInstallingEventArgs","features":[1]},{"name":"IPackageStagingEventArgs","features":[1]},{"name":"IPackageStatics","features":[1]},{"name":"IPackageStatus","features":[1]},{"name":"IPackageStatus2","features":[1]},{"name":"IPackageStatusChangedEventArgs","features":[1]},{"name":"IPackageUninstallingEventArgs","features":[1]},{"name":"IPackageUpdateAvailabilityResult","features":[1]},{"name":"IPackageUpdatingEventArgs","features":[1]},{"name":"IPackageWithMetadata","features":[1]},{"name":"IStartupTask","features":[1]},{"name":"IStartupTaskStatics","features":[1]},{"name":"ISuspendingDeferral","features":[1]},{"name":"ISuspendingEventArgs","features":[1]},{"name":"ISuspendingOperation","features":[1]},{"name":"LeavingBackgroundEventArgs","features":[1]},{"name":"LimitedAccessFeatureRequestResult","features":[1]},{"name":"LimitedAccessFeatureStatus","features":[1]},{"name":"LimitedAccessFeatures","features":[1]},{"name":"Package","features":[1]},{"name":"PackageCatalog","features":[1]},{"name":"PackageCatalogAddOptionalPackageResult","features":[1]},{"name":"PackageCatalogAddResourcePackageResult","features":[1]},{"name":"PackageCatalogRemoveOptionalPackagesResult","features":[1]},{"name":"PackageCatalogRemoveResourcePackagesResult","features":[1]},{"name":"PackageContentGroup","features":[1]},{"name":"PackageContentGroupStagingEventArgs","features":[1]},{"name":"PackageContentGroupState","features":[1]},{"name":"PackageId","features":[1]},{"name":"PackageInstallProgress","features":[1]},{"name":"PackageInstallingEventArgs","features":[1]},{"name":"PackageRelationship","features":[1]},{"name":"PackageSignatureKind","features":[1]},{"name":"PackageStagingEventArgs","features":[1]},{"name":"PackageStatus","features":[1]},{"name":"PackageStatusChangedEventArgs","features":[1]},{"name":"PackageUninstallingEventArgs","features":[1]},{"name":"PackageUpdateAvailability","features":[1]},{"name":"PackageUpdateAvailabilityResult","features":[1]},{"name":"PackageUpdatingEventArgs","features":[1]},{"name":"PackageVersion","features":[1]},{"name":"StartupTask","features":[1]},{"name":"StartupTaskContract","features":[1]},{"name":"StartupTaskState","features":[1]},{"name":"SuspendingDeferral","features":[1]},{"name":"SuspendingEventArgs","features":[1]},{"name":"SuspendingOperation","features":[1]}],"3":[{"name":"ActivatedEventsContract","features":[2]},{"name":"ActivationCameraSettingsContract","features":[2]},{"name":"ActivationKind","features":[2]},{"name":"ApplicationExecutionState","features":[2]},{"name":"AppointmentsProviderAddAppointmentActivatedEventArgs","features":[2]},{"name":"AppointmentsProviderRemoveAppointmentActivatedEventArgs","features":[2]},{"name":"AppointmentsProviderReplaceAppointmentActivatedEventArgs","features":[2]},{"name":"AppointmentsProviderShowAppointmentDetailsActivatedEventArgs","features":[2]},{"name":"AppointmentsProviderShowTimeFrameActivatedEventArgs","features":[2]},{"name":"BackgroundActivatedEventArgs","features":[2]},{"name":"BarcodeScannerPreviewActivatedEventArgs","features":[2]},{"name":"CachedFileUpdaterActivatedEventArgs","features":[2]},{"name":"CameraSettingsActivatedEventArgs","features":[2]},{"name":"CommandLineActivatedEventArgs","features":[2]},{"name":"CommandLineActivationOperation","features":[2]},{"name":"ContactActivatedEventsContract","features":[2]},{"name":"ContactCallActivatedEventArgs","features":[2]},{"name":"ContactMapActivatedEventArgs","features":[2]},{"name":"ContactMessageActivatedEventArgs","features":[2]},{"name":"ContactPanelActivatedEventArgs","features":[2]},{"name":"ContactPickerActivatedEventArgs","features":[2]},{"name":"ContactPostActivatedEventArgs","features":[2]},{"name":"ContactVideoCallActivatedEventArgs","features":[2]},{"name":"DeviceActivatedEventArgs","features":[2]},{"name":"DevicePairingActivatedEventArgs","features":[2]},{"name":"DialReceiverActivatedEventArgs","features":[2]},{"name":"FileActivatedEventArgs","features":[2]},{"name":"FileOpenPickerActivatedEventArgs","features":[2]},{"name":"FileOpenPickerContinuationEventArgs","features":[2]},{"name":"FileSavePickerActivatedEventArgs","features":[2]},{"name":"FileSavePickerContinuationEventArgs","features":[2]},{"name":"FolderPickerContinuationEventArgs","features":[2]},{"name":"IActivatedEventArgs","features":[2]},{"name":"IActivatedEventArgsWithUser","features":[2]},{"name":"IApplicationViewActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderAddAppointmentActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderRemoveAppointmentActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderReplaceAppointmentActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs","features":[2]},{"name":"IAppointmentsProviderShowTimeFrameActivatedEventArgs","features":[2]},{"name":"IBackgroundActivatedEventArgs","features":[2]},{"name":"IBarcodeScannerPreviewActivatedEventArgs","features":[2]},{"name":"ICachedFileUpdaterActivatedEventArgs","features":[2]},{"name":"ICameraSettingsActivatedEventArgs","features":[2]},{"name":"ICommandLineActivatedEventArgs","features":[2]},{"name":"ICommandLineActivationOperation","features":[2]},{"name":"IContactActivatedEventArgs","features":[2]},{"name":"IContactCallActivatedEventArgs","features":[2]},{"name":"IContactMapActivatedEventArgs","features":[2]},{"name":"IContactMessageActivatedEventArgs","features":[2]},{"name":"IContactPanelActivatedEventArgs","features":[2]},{"name":"IContactPickerActivatedEventArgs","features":[2]},{"name":"IContactPostActivatedEventArgs","features":[2]},{"name":"IContactVideoCallActivatedEventArgs","features":[2]},{"name":"IContactsProviderActivatedEventArgs","features":[2]},{"name":"IContinuationActivatedEventArgs","features":[2]},{"name":"IDeviceActivatedEventArgs","features":[2]},{"name":"IDevicePairingActivatedEventArgs","features":[2]},{"name":"IDialReceiverActivatedEventArgs","features":[2]},{"name":"IFileActivatedEventArgs","features":[2]},{"name":"IFileActivatedEventArgsWithCallerPackageFamilyName","features":[2]},{"name":"IFileActivatedEventArgsWithNeighboringFiles","features":[2]},{"name":"IFileOpenPickerActivatedEventArgs","features":[2]},{"name":"IFileOpenPickerActivatedEventArgs2","features":[2]},{"name":"IFileOpenPickerContinuationEventArgs","features":[2]},{"name":"IFileSavePickerActivatedEventArgs","features":[2]},{"name":"IFileSavePickerActivatedEventArgs2","features":[2]},{"name":"IFileSavePickerContinuationEventArgs","features":[2]},{"name":"IFolderPickerContinuationEventArgs","features":[2]},{"name":"ILaunchActivatedEventArgs","features":[2]},{"name":"ILaunchActivatedEventArgs2","features":[2]},{"name":"ILockScreenActivatedEventArgs","features":[2]},{"name":"ILockScreenCallActivatedEventArgs","features":[2]},{"name":"IPhoneCallActivatedEventArgs","features":[2]},{"name":"IPickerReturnedActivatedEventArgs","features":[2]},{"name":"IPrelaunchActivatedEventArgs","features":[2]},{"name":"IPrint3DWorkflowActivatedEventArgs","features":[2]},{"name":"IPrintTaskSettingsActivatedEventArgs","features":[2]},{"name":"IProtocolActivatedEventArgs","features":[2]},{"name":"IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData","features":[2]},{"name":"IProtocolForResultsActivatedEventArgs","features":[2]},{"name":"IRestrictedLaunchActivatedEventArgs","features":[2]},{"name":"ISearchActivatedEventArgs","features":[2]},{"name":"ISearchActivatedEventArgsWithLinguisticDetails","features":[2]},{"name":"IShareTargetActivatedEventArgs","features":[2]},{"name":"ISplashScreen","features":[2]},{"name":"IStartupTaskActivatedEventArgs","features":[2]},{"name":"ITileActivatedInfo","features":[2]},{"name":"IToastNotificationActivatedEventArgs","features":[2]},{"name":"IUserDataAccountProviderActivatedEventArgs","features":[2]},{"name":"IViewSwitcherProvider","features":[2]},{"name":"IVoiceCommandActivatedEventArgs","features":[2]},{"name":"IWalletActionActivatedEventArgs","features":[2]},{"name":"IWebAccountProviderActivatedEventArgs","features":[2]},{"name":"IWebAuthenticationBrokerContinuationEventArgs","features":[2]},{"name":"LaunchActivatedEventArgs","features":[2]},{"name":"LockScreenActivatedEventArgs","features":[2]},{"name":"LockScreenCallActivatedEventArgs","features":[2]},{"name":"LockScreenComponentActivatedEventArgs","features":[2]},{"name":"PhoneCallActivatedEventArgs","features":[2]},{"name":"PickerReturnedActivatedEventArgs","features":[2]},{"name":"Print3DWorkflowActivatedEventArgs","features":[2]},{"name":"PrintTaskSettingsActivatedEventArgs","features":[2]},{"name":"ProtocolActivatedEventArgs","features":[2]},{"name":"ProtocolForResultsActivatedEventArgs","features":[2]},{"name":"RestrictedLaunchActivatedEventArgs","features":[2]},{"name":"SearchActivatedEventArgs","features":[2]},{"name":"ShareTargetActivatedEventArgs","features":[2]},{"name":"SplashScreen","features":[2]},{"name":"StartupTaskActivatedEventArgs","features":[2]},{"name":"TileActivatedInfo","features":[2]},{"name":"ToastNotificationActivatedEventArgs","features":[2]},{"name":"UserDataAccountProviderActivatedEventArgs","features":[2]},{"name":"VoiceCommandActivatedEventArgs","features":[2]},{"name":"WalletActionActivatedEventArgs","features":[2]},{"name":"WebAccountProviderActivatedEventArgs","features":[2]},{"name":"WebAuthenticationBrokerContinuationEventArgs","features":[2]},{"name":"WebUISearchActivatedEventsContract","features":[2]}],"4":[{"name":"AppExtension","features":[3]},{"name":"AppExtensionCatalog","features":[3]},{"name":"AppExtensionPackageInstalledEventArgs","features":[3]},{"name":"AppExtensionPackageStatusChangedEventArgs","features":[3]},{"name":"AppExtensionPackageUninstallingEventArgs","features":[3]},{"name":"AppExtensionPackageUpdatedEventArgs","features":[3]},{"name":"AppExtensionPackageUpdatingEventArgs","features":[3]},{"name":"IAppExtension","features":[3]},{"name":"IAppExtension2","features":[3]},{"name":"IAppExtension3","features":[3]},{"name":"IAppExtensionCatalog","features":[3]},{"name":"IAppExtensionCatalog2","features":[3]},{"name":"IAppExtensionCatalogStatics","features":[3]},{"name":"IAppExtensionPackageInstalledEventArgs","features":[3]},{"name":"IAppExtensionPackageStatusChangedEventArgs","features":[3]},{"name":"IAppExtensionPackageUninstallingEventArgs","features":[3]},{"name":"IAppExtensionPackageUpdatedEventArgs","features":[3]},{"name":"IAppExtensionPackageUpdatingEventArgs","features":[3]}],"5":[{"name":"AppServiceCatalog","features":[4]},{"name":"AppServiceClosedEventArgs","features":[4]},{"name":"AppServiceClosedStatus","features":[4]},{"name":"AppServiceConnection","features":[4]},{"name":"AppServiceConnectionStatus","features":[4]},{"name":"AppServiceDeferral","features":[4]},{"name":"AppServiceRequest","features":[4]},{"name":"AppServiceRequestReceivedEventArgs","features":[4]},{"name":"AppServiceResponse","features":[4]},{"name":"AppServiceResponseStatus","features":[4]},{"name":"AppServiceTriggerDetails","features":[4]},{"name":"IAppServiceCatalogStatics","features":[4]},{"name":"IAppServiceClosedEventArgs","features":[4]},{"name":"IAppServiceConnection","features":[4]},{"name":"IAppServiceConnection2","features":[4]},{"name":"IAppServiceConnectionStatics","features":[4]},{"name":"IAppServiceDeferral","features":[4]},{"name":"IAppServiceRequest","features":[4]},{"name":"IAppServiceRequestReceivedEventArgs","features":[4]},{"name":"IAppServiceResponse","features":[4]},{"name":"IAppServiceTriggerDetails","features":[4]},{"name":"IAppServiceTriggerDetails2","features":[4]},{"name":"IAppServiceTriggerDetails3","features":[4]},{"name":"IAppServiceTriggerDetails4","features":[4]},{"name":"IStatelessAppServiceResponse","features":[4]},{"name":"StatelessAppServiceResponse","features":[4]},{"name":"StatelessAppServiceResponseStatus","features":[4]}],"6":[{"name":"Appointment","features":[5]},{"name":"AppointmentBusyStatus","features":[5]},{"name":"AppointmentCalendar","features":[5]},{"name":"AppointmentCalendarOtherAppReadAccess","features":[5]},{"name":"AppointmentCalendarOtherAppWriteAccess","features":[5]},{"name":"AppointmentCalendarSyncManager","features":[5]},{"name":"AppointmentCalendarSyncStatus","features":[5]},{"name":"AppointmentConflictResult","features":[5]},{"name":"AppointmentConflictType","features":[5]},{"name":"AppointmentDaysOfWeek","features":[5]},{"name":"AppointmentDetailsKind","features":[5]},{"name":"AppointmentException","features":[5]},{"name":"AppointmentInvitee","features":[5]},{"name":"AppointmentManager","features":[5]},{"name":"AppointmentManagerForUser","features":[5]},{"name":"AppointmentOrganizer","features":[5]},{"name":"AppointmentParticipantResponse","features":[5]},{"name":"AppointmentParticipantRole","features":[5]},{"name":"AppointmentProperties","features":[5]},{"name":"AppointmentRecurrence","features":[5]},{"name":"AppointmentRecurrenceUnit","features":[5]},{"name":"AppointmentSensitivity","features":[5]},{"name":"AppointmentStore","features":[5]},{"name":"AppointmentStoreAccessType","features":[5]},{"name":"AppointmentStoreChange","features":[5]},{"name":"AppointmentStoreChangeReader","features":[5]},{"name":"AppointmentStoreChangeTracker","features":[5]},{"name":"AppointmentStoreChangeType","features":[5]},{"name":"AppointmentStoreChangedDeferral","features":[5]},{"name":"AppointmentStoreChangedEventArgs","features":[5]},{"name":"AppointmentStoreNotificationTriggerDetails","features":[5]},{"name":"AppointmentSummaryCardView","features":[5]},{"name":"AppointmentWeekOfMonth","features":[5]},{"name":"FindAppointmentCalendarsOptions","features":[5]},{"name":"FindAppointmentsOptions","features":[5]},{"name":"IAppointment","features":[5]},{"name":"IAppointment2","features":[5]},{"name":"IAppointment3","features":[5]},{"name":"IAppointmentCalendar","features":[5]},{"name":"IAppointmentCalendar2","features":[5]},{"name":"IAppointmentCalendar3","features":[5]},{"name":"IAppointmentCalendarSyncManager","features":[5]},{"name":"IAppointmentCalendarSyncManager2","features":[5]},{"name":"IAppointmentConflictResult","features":[5]},{"name":"IAppointmentException","features":[5]},{"name":"IAppointmentInvitee","features":[5]},{"name":"IAppointmentManagerForUser","features":[5]},{"name":"IAppointmentManagerStatics","features":[5]},{"name":"IAppointmentManagerStatics2","features":[5]},{"name":"IAppointmentManagerStatics3","features":[5]},{"name":"IAppointmentParticipant","features":[5]},{"name":"IAppointmentPropertiesStatics","features":[5]},{"name":"IAppointmentPropertiesStatics2","features":[5]},{"name":"IAppointmentRecurrence","features":[5]},{"name":"IAppointmentRecurrence2","features":[5]},{"name":"IAppointmentRecurrence3","features":[5]},{"name":"IAppointmentStore","features":[5]},{"name":"IAppointmentStore2","features":[5]},{"name":"IAppointmentStore3","features":[5]},{"name":"IAppointmentStoreChange","features":[5]},{"name":"IAppointmentStoreChange2","features":[5]},{"name":"IAppointmentStoreChangeReader","features":[5]},{"name":"IAppointmentStoreChangeTracker","features":[5]},{"name":"IAppointmentStoreChangeTracker2","features":[5]},{"name":"IAppointmentStoreChangedDeferral","features":[5]},{"name":"IAppointmentStoreChangedEventArgs","features":[5]},{"name":"IAppointmentStoreNotificationTriggerDetails","features":[5]},{"name":"IFindAppointmentsOptions","features":[5]},{"name":"RecurrenceType","features":[5]}],"7":[{"name":"AddAppointmentOperation","features":[6]},{"name":"AppointmentsProviderLaunchActionVerbs","features":[6]},{"name":"IAddAppointmentOperation","features":[6]},{"name":"IAppointmentsProviderLaunchActionVerbsStatics","features":[6]},{"name":"IAppointmentsProviderLaunchActionVerbsStatics2","features":[6]},{"name":"IRemoveAppointmentOperation","features":[6]},{"name":"IReplaceAppointmentOperation","features":[6]},{"name":"RemoveAppointmentOperation","features":[6]},{"name":"ReplaceAppointmentOperation","features":[6]}],"8":[{"name":"AppointmentCalendarCancelMeetingRequest","features":[7]},{"name":"AppointmentCalendarCancelMeetingRequestEventArgs","features":[7]},{"name":"AppointmentCalendarCreateOrUpdateAppointmentRequest","features":[7]},{"name":"AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs","features":[7]},{"name":"AppointmentCalendarForwardMeetingRequest","features":[7]},{"name":"AppointmentCalendarForwardMeetingRequestEventArgs","features":[7]},{"name":"AppointmentCalendarProposeNewTimeForMeetingRequest","features":[7]},{"name":"AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs","features":[7]},{"name":"AppointmentCalendarSyncManagerSyncRequest","features":[7]},{"name":"AppointmentCalendarSyncManagerSyncRequestEventArgs","features":[7]},{"name":"AppointmentCalendarUpdateMeetingResponseRequest","features":[7]},{"name":"AppointmentCalendarUpdateMeetingResponseRequestEventArgs","features":[7]},{"name":"AppointmentDataProviderConnection","features":[7]},{"name":"AppointmentDataProviderTriggerDetails","features":[7]},{"name":"IAppointmentCalendarCancelMeetingRequest","features":[7]},{"name":"IAppointmentCalendarCancelMeetingRequestEventArgs","features":[7]},{"name":"IAppointmentCalendarCreateOrUpdateAppointmentRequest","features":[7]},{"name":"IAppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs","features":[7]},{"name":"IAppointmentCalendarForwardMeetingRequest","features":[7]},{"name":"IAppointmentCalendarForwardMeetingRequestEventArgs","features":[7]},{"name":"IAppointmentCalendarProposeNewTimeForMeetingRequest","features":[7]},{"name":"IAppointmentCalendarProposeNewTimeForMeetingRequestEventArgs","features":[7]},{"name":"IAppointmentCalendarSyncManagerSyncRequest","features":[7]},{"name":"IAppointmentCalendarSyncManagerSyncRequestEventArgs","features":[7]},{"name":"IAppointmentCalendarUpdateMeetingResponseRequest","features":[7]},{"name":"IAppointmentCalendarUpdateMeetingResponseRequestEventArgs","features":[7]},{"name":"IAppointmentDataProviderConnection","features":[7]},{"name":"IAppointmentDataProviderTriggerDetails","features":[7]}],"9":[{"name":"ActivitySensorTrigger","features":[8]},{"name":"AlarmAccessStatus","features":[8]},{"name":"AlarmApplicationManager","features":[8]},{"name":"AppBroadcastTrigger","features":[8]},{"name":"AppBroadcastTriggerProviderInfo","features":[8]},{"name":"ApplicationTrigger","features":[8]},{"name":"ApplicationTriggerDetails","features":[8]},{"name":"ApplicationTriggerResult","features":[8]},{"name":"AppointmentStoreNotificationTrigger","features":[8]},{"name":"BackgroundAccessRequestKind","features":[8]},{"name":"BackgroundAccessStatus","features":[8]},{"name":"BackgroundAlarmApplicationContract","features":[8]},{"name":"BackgroundExecutionManager","features":[8]},{"name":"BackgroundTaskBuilder","features":[8]},{"name":"BackgroundTaskCanceledEventHandler","features":[8]},{"name":"BackgroundTaskCancellationReason","features":[8]},{"name":"BackgroundTaskCompletedEventArgs","features":[8]},{"name":"BackgroundTaskCompletedEventHandler","features":[8]},{"name":"BackgroundTaskDeferral","features":[8]},{"name":"BackgroundTaskProgressEventArgs","features":[8]},{"name":"BackgroundTaskProgressEventHandler","features":[8]},{"name":"BackgroundTaskRegistration","features":[8]},{"name":"BackgroundTaskRegistrationGroup","features":[8]},{"name":"BackgroundTaskThrottleCounter","features":[8]},{"name":"BackgroundWorkCost","features":[8]},{"name":"BackgroundWorkCostValue","features":[8]},{"name":"BluetoothLEAdvertisementPublisherTrigger","features":[8]},{"name":"BluetoothLEAdvertisementWatcherTrigger","features":[8]},{"name":"CachedFileUpdaterTrigger","features":[8]},{"name":"CachedFileUpdaterTriggerDetails","features":[8]},{"name":"ChatMessageNotificationTrigger","features":[8]},{"name":"ChatMessageReceivedNotificationTrigger","features":[8]},{"name":"CommunicationBlockingAppSetAsActiveTrigger","features":[8]},{"name":"ContactStoreNotificationTrigger","features":[8]},{"name":"ContentPrefetchTrigger","features":[8]},{"name":"ConversationalAgentTrigger","features":[8]},{"name":"CustomSystemEventTrigger","features":[8]},{"name":"CustomSystemEventTriggerRecurrence","features":[8]},{"name":"DeviceConnectionChangeTrigger","features":[8]},{"name":"DeviceManufacturerNotificationTrigger","features":[8]},{"name":"DeviceServicingTrigger","features":[8]},{"name":"DeviceTriggerResult","features":[8]},{"name":"DeviceUseTrigger","features":[8]},{"name":"DeviceWatcherTrigger","features":[8]},{"name":"EmailStoreNotificationTrigger","features":[8]},{"name":"EnergyUseLevel","features":[8]},{"name":"GattCharacteristicNotificationTrigger","features":[8]},{"name":"GattServiceProviderTrigger","features":[8]},{"name":"GattServiceProviderTriggerResult","features":[8]},{"name":"GeovisitTrigger","features":[8]},{"name":"IActivitySensorTrigger","features":[8]},{"name":"IActivitySensorTriggerFactory","features":[8]},{"name":"IAlarmApplicationManagerStatics","features":[8]},{"name":"IAppBroadcastTrigger","features":[8]},{"name":"IAppBroadcastTriggerFactory","features":[8]},{"name":"IAppBroadcastTriggerProviderInfo","features":[8]},{"name":"IApplicationTrigger","features":[8]},{"name":"IApplicationTriggerDetails","features":[8]},{"name":"IAppointmentStoreNotificationTrigger","features":[8]},{"name":"IBackgroundCondition","features":[8]},{"name":"IBackgroundExecutionManagerStatics","features":[8]},{"name":"IBackgroundExecutionManagerStatics2","features":[8]},{"name":"IBackgroundExecutionManagerStatics3","features":[8]},{"name":"IBackgroundTask","features":[8]},{"name":"IBackgroundTaskBuilder","features":[8]},{"name":"IBackgroundTaskBuilder2","features":[8]},{"name":"IBackgroundTaskBuilder3","features":[8]},{"name":"IBackgroundTaskBuilder4","features":[8]},{"name":"IBackgroundTaskBuilder5","features":[8]},{"name":"IBackgroundTaskBuilder6","features":[8]},{"name":"IBackgroundTaskBuilderStatics","features":[8]},{"name":"IBackgroundTaskCompletedEventArgs","features":[8]},{"name":"IBackgroundTaskDeferral","features":[8]},{"name":"IBackgroundTaskInstance","features":[8]},{"name":"IBackgroundTaskInstance2","features":[8]},{"name":"IBackgroundTaskInstance4","features":[8]},{"name":"IBackgroundTaskProgressEventArgs","features":[8]},{"name":"IBackgroundTaskRegistration","features":[8]},{"name":"IBackgroundTaskRegistration2","features":[8]},{"name":"IBackgroundTaskRegistration3","features":[8]},{"name":"IBackgroundTaskRegistration4","features":[8]},{"name":"IBackgroundTaskRegistrationGroup","features":[8]},{"name":"IBackgroundTaskRegistrationGroupFactory","features":[8]},{"name":"IBackgroundTaskRegistrationStatics","features":[8]},{"name":"IBackgroundTaskRegistrationStatics2","features":[8]},{"name":"IBackgroundTrigger","features":[8]},{"name":"IBackgroundWorkCostStatics","features":[8]},{"name":"IBackgroundWorkCostStatics2","features":[8]},{"name":"IBluetoothLEAdvertisementPublisherTrigger","features":[8]},{"name":"IBluetoothLEAdvertisementPublisherTrigger2","features":[8]},{"name":"IBluetoothLEAdvertisementWatcherTrigger","features":[8]},{"name":"IBluetoothLEAdvertisementWatcherTrigger2","features":[8]},{"name":"ICachedFileUpdaterTrigger","features":[8]},{"name":"ICachedFileUpdaterTriggerDetails","features":[8]},{"name":"IChatMessageNotificationTrigger","features":[8]},{"name":"IChatMessageReceivedNotificationTrigger","features":[8]},{"name":"ICommunicationBlockingAppSetAsActiveTrigger","features":[8]},{"name":"IContactStoreNotificationTrigger","features":[8]},{"name":"IContentPrefetchTrigger","features":[8]},{"name":"IContentPrefetchTriggerFactory","features":[8]},{"name":"ICustomSystemEventTrigger","features":[8]},{"name":"ICustomSystemEventTriggerFactory","features":[8]},{"name":"IDeviceConnectionChangeTrigger","features":[8]},{"name":"IDeviceConnectionChangeTriggerStatics","features":[8]},{"name":"IDeviceManufacturerNotificationTrigger","features":[8]},{"name":"IDeviceManufacturerNotificationTriggerFactory","features":[8]},{"name":"IDeviceServicingTrigger","features":[8]},{"name":"IDeviceUseTrigger","features":[8]},{"name":"IDeviceWatcherTrigger","features":[8]},{"name":"IEmailStoreNotificationTrigger","features":[8]},{"name":"IGattCharacteristicNotificationTrigger","features":[8]},{"name":"IGattCharacteristicNotificationTrigger2","features":[8]},{"name":"IGattCharacteristicNotificationTriggerFactory","features":[8]},{"name":"IGattCharacteristicNotificationTriggerFactory2","features":[8]},{"name":"IGattServiceProviderTrigger","features":[8]},{"name":"IGattServiceProviderTriggerResult","features":[8]},{"name":"IGattServiceProviderTriggerStatics","features":[8]},{"name":"IGeovisitTrigger","features":[8]},{"name":"ILocationTrigger","features":[8]},{"name":"ILocationTriggerFactory","features":[8]},{"name":"IMaintenanceTrigger","features":[8]},{"name":"IMaintenanceTriggerFactory","features":[8]},{"name":"IMediaProcessingTrigger","features":[8]},{"name":"INetworkOperatorHotspotAuthenticationTrigger","features":[8]},{"name":"INetworkOperatorNotificationTrigger","features":[8]},{"name":"INetworkOperatorNotificationTriggerFactory","features":[8]},{"name":"IPhoneTrigger","features":[8]},{"name":"IPhoneTriggerFactory","features":[8]},{"name":"IPushNotificationTriggerFactory","features":[8]},{"name":"IRcsEndUserMessageAvailableTrigger","features":[8]},{"name":"IRfcommConnectionTrigger","features":[8]},{"name":"ISecondaryAuthenticationFactorAuthenticationTrigger","features":[8]},{"name":"ISensorDataThresholdTrigger","features":[8]},{"name":"ISensorDataThresholdTriggerFactory","features":[8]},{"name":"ISmartCardTrigger","features":[8]},{"name":"ISmartCardTriggerFactory","features":[8]},{"name":"ISmsMessageReceivedTriggerFactory","features":[8]},{"name":"ISocketActivityTrigger","features":[8]},{"name":"IStorageLibraryChangeTrackerTriggerFactory","features":[8]},{"name":"IStorageLibraryContentChangedTrigger","features":[8]},{"name":"IStorageLibraryContentChangedTriggerStatics","features":[8]},{"name":"ISystemCondition","features":[8]},{"name":"ISystemConditionFactory","features":[8]},{"name":"ISystemTrigger","features":[8]},{"name":"ISystemTriggerFactory","features":[8]},{"name":"ITimeTrigger","features":[8]},{"name":"ITimeTriggerFactory","features":[8]},{"name":"IToastNotificationActionTriggerFactory","features":[8]},{"name":"IToastNotificationHistoryChangedTriggerFactory","features":[8]},{"name":"IUserNotificationChangedTriggerFactory","features":[8]},{"name":"LocationTrigger","features":[8]},{"name":"LocationTriggerType","features":[8]},{"name":"MaintenanceTrigger","features":[8]},{"name":"MediaProcessingTrigger","features":[8]},{"name":"MediaProcessingTriggerResult","features":[8]},{"name":"MobileBroadbandDeviceServiceNotificationTrigger","features":[8]},{"name":"MobileBroadbandPcoDataChangeTrigger","features":[8]},{"name":"MobileBroadbandPinLockStateChangeTrigger","features":[8]},{"name":"MobileBroadbandRadioStateChangeTrigger","features":[8]},{"name":"MobileBroadbandRegistrationStateChangeTrigger","features":[8]},{"name":"NetworkOperatorDataUsageTrigger","features":[8]},{"name":"NetworkOperatorHotspotAuthenticationTrigger","features":[8]},{"name":"NetworkOperatorNotificationTrigger","features":[8]},{"name":"PaymentAppCanMakePaymentTrigger","features":[8]},{"name":"PhoneTrigger","features":[8]},{"name":"PushNotificationTrigger","features":[8]},{"name":"RcsEndUserMessageAvailableTrigger","features":[8]},{"name":"RfcommConnectionTrigger","features":[8]},{"name":"SecondaryAuthenticationFactorAuthenticationTrigger","features":[8]},{"name":"SensorDataThresholdTrigger","features":[8]},{"name":"SmartCardTrigger","features":[8]},{"name":"SmsMessageReceivedTrigger","features":[8]},{"name":"SocketActivityTrigger","features":[8]},{"name":"StorageLibraryChangeTrackerTrigger","features":[8]},{"name":"StorageLibraryContentChangedTrigger","features":[8]},{"name":"SystemCondition","features":[8]},{"name":"SystemConditionType","features":[8]},{"name":"SystemTrigger","features":[8]},{"name":"SystemTriggerType","features":[8]},{"name":"TetheringEntitlementCheckTrigger","features":[8]},{"name":"TimeTrigger","features":[8]},{"name":"ToastNotificationActionTrigger","features":[8]},{"name":"ToastNotificationHistoryChangedTrigger","features":[8]},{"name":"UserNotificationChangedTrigger","features":[8]},{"name":"WiFiOnDemandHotspotConnectTrigger","features":[8]},{"name":"WiFiOnDemandHotspotUpdateMetadataTrigger","features":[8]}],"10":[{"name":"AcceptedVoipPhoneCallOptions","features":[9]},{"name":"AppInitiatedVoipPhoneCallOptions","features":[9]},{"name":"CallAnswerEventArgs","features":[9]},{"name":"CallRejectEventArgs","features":[9]},{"name":"CallStateChangeEventArgs","features":[9]},{"name":"CallsPhoneContract","features":[9]},{"name":"CallsVoipContract","features":[9]},{"name":"CellularDtmfMode","features":[9]},{"name":"DtmfKey","features":[9]},{"name":"DtmfToneAudioPlayback","features":[9]},{"name":"IAcceptedVoipPhoneCallOptions","features":[9]},{"name":"IAcceptedVoipPhoneCallOptionsFactory","features":[9]},{"name":"IAppInitiatedVoipPhoneCallOptions","features":[9]},{"name":"IAppInitiatedVoipPhoneCallOptionsFactory","features":[9]},{"name":"ICallAnswerEventArgs","features":[9]},{"name":"ICallAnswerEventArgs2","features":[9]},{"name":"ICallRejectEventArgs","features":[9]},{"name":"ICallStateChangeEventArgs","features":[9]},{"name":"IIncomingVoipPhoneCallOptions","features":[9]},{"name":"IIncomingVoipPhoneCallOptionsFactory","features":[9]},{"name":"ILockScreenCallEndCallDeferral","features":[9]},{"name":"ILockScreenCallEndRequestedEventArgs","features":[9]},{"name":"ILockScreenCallUI","features":[9]},{"name":"IMuteChangeEventArgs","features":[9]},{"name":"IOutgoingVoipPhoneCallOptions","features":[9]},{"name":"IOutgoingVoipPhoneCallOptionsFactory","features":[9]},{"name":"IPhoneCall","features":[9]},{"name":"IPhoneCallBlockingStatics","features":[9]},{"name":"IPhoneCallHistoryEntry","features":[9]},{"name":"IPhoneCallHistoryEntryAddress","features":[9]},{"name":"IPhoneCallHistoryEntryAddressFactory","features":[9]},{"name":"IPhoneCallHistoryEntryQueryOptions","features":[9]},{"name":"IPhoneCallHistoryEntryReader","features":[9]},{"name":"IPhoneCallHistoryManagerForUser","features":[9]},{"name":"IPhoneCallHistoryManagerStatics","features":[9]},{"name":"IPhoneCallHistoryManagerStatics2","features":[9]},{"name":"IPhoneCallHistoryStore","features":[9]},{"name":"IPhoneCallInfo","features":[9]},{"name":"IPhoneCallManagerStatics","features":[9]},{"name":"IPhoneCallManagerStatics2","features":[9]},{"name":"IPhoneCallStatics","features":[9]},{"name":"IPhoneCallStore","features":[9]},{"name":"IPhoneCallVideoCapabilities","features":[9]},{"name":"IPhoneCallVideoCapabilitiesManagerStatics","features":[9]},{"name":"IPhoneCallsResult","features":[9]},{"name":"IPhoneDialOptions","features":[9]},{"name":"IPhoneLine","features":[9]},{"name":"IPhoneLine2","features":[9]},{"name":"IPhoneLine3","features":[9]},{"name":"IPhoneLineCellularDetails","features":[9]},{"name":"IPhoneLineConfiguration","features":[9]},{"name":"IPhoneLineDialResult","features":[9]},{"name":"IPhoneLineStatics","features":[9]},{"name":"IPhoneLineTransportDevice","features":[9]},{"name":"IPhoneLineTransportDevice2","features":[9]},{"name":"IPhoneLineTransportDeviceStatics","features":[9]},{"name":"IPhoneLineWatcher","features":[9]},{"name":"IPhoneLineWatcherEventArgs","features":[9]},{"name":"IPhoneVoicemail","features":[9]},{"name":"IVoipCallCoordinator","features":[9]},{"name":"IVoipCallCoordinator2","features":[9]},{"name":"IVoipCallCoordinator3","features":[9]},{"name":"IVoipCallCoordinator4","features":[9]},{"name":"IVoipCallCoordinator5","features":[9]},{"name":"IVoipCallCoordinatorStatics","features":[9]},{"name":"IVoipCallCoordinatorStatics2","features":[9]},{"name":"IVoipPhoneCall","features":[9]},{"name":"IVoipPhoneCall2","features":[9]},{"name":"IVoipPhoneCall3","features":[9]},{"name":"IVoipPhoneCall4","features":[9]},{"name":"IncomingVoipPhoneCallOptions","features":[9]},{"name":"LockScreenCallContract","features":[9]},{"name":"LockScreenCallEndCallDeferral","features":[9]},{"name":"LockScreenCallEndRequestedEventArgs","features":[9]},{"name":"LockScreenCallUI","features":[9]},{"name":"MuteChangeEventArgs","features":[9]},{"name":"OutgoingVoipPhoneCallOptions","features":[9]},{"name":"PhoneAudioRoutingEndpoint","features":[9]},{"name":"PhoneCall","features":[9]},{"name":"PhoneCallAudioDevice","features":[9]},{"name":"PhoneCallBlocking","features":[9]},{"name":"PhoneCallDirection","features":[9]},{"name":"PhoneCallHistoryEntry","features":[9]},{"name":"PhoneCallHistoryEntryAddress","features":[9]},{"name":"PhoneCallHistoryEntryMedia","features":[9]},{"name":"PhoneCallHistoryEntryOtherAppReadAccess","features":[9]},{"name":"PhoneCallHistoryEntryQueryDesiredMedia","features":[9]},{"name":"PhoneCallHistoryEntryQueryOptions","features":[9]},{"name":"PhoneCallHistoryEntryRawAddressKind","features":[9]},{"name":"PhoneCallHistoryEntryReader","features":[9]},{"name":"PhoneCallHistoryManager","features":[9]},{"name":"PhoneCallHistoryManagerForUser","features":[9]},{"name":"PhoneCallHistorySourceIdKind","features":[9]},{"name":"PhoneCallHistoryStore","features":[9]},{"name":"PhoneCallHistoryStoreAccessType","features":[9]},{"name":"PhoneCallInfo","features":[9]},{"name":"PhoneCallManager","features":[9]},{"name":"PhoneCallMedia","features":[9]},{"name":"PhoneCallOperationStatus","features":[9]},{"name":"PhoneCallStatus","features":[9]},{"name":"PhoneCallStore","features":[9]},{"name":"PhoneCallVideoCapabilities","features":[9]},{"name":"PhoneCallVideoCapabilitiesManager","features":[9]},{"name":"PhoneCallsResult","features":[9]},{"name":"PhoneDialOptions","features":[9]},{"name":"PhoneLine","features":[9]},{"name":"PhoneLineCellularDetails","features":[9]},{"name":"PhoneLineConfiguration","features":[9]},{"name":"PhoneLineDialResult","features":[9]},{"name":"PhoneLineNetworkOperatorDisplayTextLocation","features":[9]},{"name":"PhoneLineOperationStatus","features":[9]},{"name":"PhoneLineTransport","features":[9]},{"name":"PhoneLineTransportDevice","features":[9]},{"name":"PhoneLineWatcher","features":[9]},{"name":"PhoneLineWatcherEventArgs","features":[9]},{"name":"PhoneLineWatcherStatus","features":[9]},{"name":"PhoneNetworkState","features":[9]},{"name":"PhoneSimState","features":[9]},{"name":"PhoneVoicemail","features":[9]},{"name":"PhoneVoicemailType","features":[9]},{"name":"TransportDeviceAudioRoutingStatus","features":[9]},{"name":"VoipCallControlDeviceKind","features":[9]},{"name":"VoipCallCoordinator","features":[9]},{"name":"VoipPhoneCall","features":[9]},{"name":"VoipPhoneCallMedia","features":[9]},{"name":"VoipPhoneCallRejectReason","features":[9]},{"name":"VoipPhoneCallResourceReservationStatus","features":[9]},{"name":"VoipPhoneCallState","features":[9]}],"11":[{"name":"CallsBackgroundContract","features":[10]},{"name":"IPhoneCallBlockedTriggerDetails","features":[10]},{"name":"IPhoneCallOriginDataRequestTriggerDetails","features":[10]},{"name":"IPhoneIncomingCallDismissedTriggerDetails","features":[10]},{"name":"IPhoneIncomingCallNotificationTriggerDetails","features":[10]},{"name":"IPhoneLineChangedTriggerDetails","features":[10]},{"name":"IPhoneNewVoicemailMessageTriggerDetails","features":[10]},{"name":"PhoneCallBlockedReason","features":[10]},{"name":"PhoneCallBlockedTriggerDetails","features":[10]},{"name":"PhoneCallOriginDataRequestTriggerDetails","features":[10]},{"name":"PhoneIncomingCallDismissedReason","features":[10]},{"name":"PhoneIncomingCallDismissedTriggerDetails","features":[10]},{"name":"PhoneIncomingCallNotificationTriggerDetails","features":[10]},{"name":"PhoneLineChangeKind","features":[10]},{"name":"PhoneLineChangedTriggerDetails","features":[10]},{"name":"PhoneLineProperties","features":[10]},{"name":"PhoneNewVoicemailMessageTriggerDetails","features":[10]},{"name":"PhoneTriggerType","features":[10]}],"12":[{"name":"IPhoneCallOrigin","features":[11]},{"name":"IPhoneCallOrigin2","features":[11]},{"name":"IPhoneCallOrigin3","features":[11]},{"name":"IPhoneCallOriginManagerStatics","features":[11]},{"name":"IPhoneCallOriginManagerStatics2","features":[11]},{"name":"IPhoneCallOriginManagerStatics3","features":[11]},{"name":"PhoneCallOrigin","features":[11]},{"name":"PhoneCallOriginManager","features":[11]}],"13":[{"name":"ChatCapabilities","features":[12]},{"name":"ChatCapabilitiesManager","features":[12]},{"name":"ChatConversation","features":[12]},{"name":"ChatConversationReader","features":[12]},{"name":"ChatConversationThreadingInfo","features":[12]},{"name":"ChatConversationThreadingKind","features":[12]},{"name":"ChatItemKind","features":[12]},{"name":"ChatMessage","features":[12]},{"name":"ChatMessageAttachment","features":[12]},{"name":"ChatMessageBlocking","features":[12]},{"name":"ChatMessageChange","features":[12]},{"name":"ChatMessageChangeReader","features":[12]},{"name":"ChatMessageChangeTracker","features":[12]},{"name":"ChatMessageChangeType","features":[12]},{"name":"ChatMessageChangedDeferral","features":[12]},{"name":"ChatMessageChangedEventArgs","features":[12]},{"name":"ChatMessageKind","features":[12]},{"name":"ChatMessageManager","features":[12]},{"name":"ChatMessageNotificationTriggerDetails","features":[12]},{"name":"ChatMessageOperatorKind","features":[12]},{"name":"ChatMessageReader","features":[12]},{"name":"ChatMessageStatus","features":[12]},{"name":"ChatMessageStore","features":[12]},{"name":"ChatMessageStoreChangedEventArgs","features":[12]},{"name":"ChatMessageTransport","features":[12]},{"name":"ChatMessageTransportConfiguration","features":[12]},{"name":"ChatMessageTransportKind","features":[12]},{"name":"ChatMessageValidationResult","features":[12]},{"name":"ChatMessageValidationStatus","features":[12]},{"name":"ChatQueryOptions","features":[12]},{"name":"ChatRecipientDeliveryInfo","features":[12]},{"name":"ChatRestoreHistorySpan","features":[12]},{"name":"ChatSearchReader","features":[12]},{"name":"ChatStoreChangedEventKind","features":[12]},{"name":"ChatSyncConfiguration","features":[12]},{"name":"ChatSyncManager","features":[12]},{"name":"ChatTransportErrorCodeCategory","features":[12]},{"name":"ChatTransportInterpretedErrorCode","features":[12]},{"name":"IChatCapabilities","features":[12]},{"name":"IChatCapabilitiesManagerStatics","features":[12]},{"name":"IChatCapabilitiesManagerStatics2","features":[12]},{"name":"IChatConversation","features":[12]},{"name":"IChatConversation2","features":[12]},{"name":"IChatConversationReader","features":[12]},{"name":"IChatConversationThreadingInfo","features":[12]},{"name":"IChatItem","features":[12]},{"name":"IChatMessage","features":[12]},{"name":"IChatMessage2","features":[12]},{"name":"IChatMessage3","features":[12]},{"name":"IChatMessage4","features":[12]},{"name":"IChatMessageAttachment","features":[12]},{"name":"IChatMessageAttachment2","features":[12]},{"name":"IChatMessageAttachmentFactory","features":[12]},{"name":"IChatMessageBlockingStatic","features":[12]},{"name":"IChatMessageChange","features":[12]},{"name":"IChatMessageChangeReader","features":[12]},{"name":"IChatMessageChangeTracker","features":[12]},{"name":"IChatMessageChangedDeferral","features":[12]},{"name":"IChatMessageChangedEventArgs","features":[12]},{"name":"IChatMessageManager2Statics","features":[12]},{"name":"IChatMessageManagerStatic","features":[12]},{"name":"IChatMessageManagerStatics3","features":[12]},{"name":"IChatMessageNotificationTriggerDetails","features":[12]},{"name":"IChatMessageNotificationTriggerDetails2","features":[12]},{"name":"IChatMessageReader","features":[12]},{"name":"IChatMessageReader2","features":[12]},{"name":"IChatMessageStore","features":[12]},{"name":"IChatMessageStore2","features":[12]},{"name":"IChatMessageStore3","features":[12]},{"name":"IChatMessageStoreChangedEventArgs","features":[12]},{"name":"IChatMessageTransport","features":[12]},{"name":"IChatMessageTransport2","features":[12]},{"name":"IChatMessageTransportConfiguration","features":[12]},{"name":"IChatMessageValidationResult","features":[12]},{"name":"IChatQueryOptions","features":[12]},{"name":"IChatRecipientDeliveryInfo","features":[12]},{"name":"IChatSearchReader","features":[12]},{"name":"IChatSyncConfiguration","features":[12]},{"name":"IChatSyncManager","features":[12]},{"name":"IRcsEndUserMessage","features":[12]},{"name":"IRcsEndUserMessageAction","features":[12]},{"name":"IRcsEndUserMessageAvailableEventArgs","features":[12]},{"name":"IRcsEndUserMessageAvailableTriggerDetails","features":[12]},{"name":"IRcsEndUserMessageManager","features":[12]},{"name":"IRcsManagerStatics","features":[12]},{"name":"IRcsManagerStatics2","features":[12]},{"name":"IRcsServiceKindSupportedChangedEventArgs","features":[12]},{"name":"IRcsTransport","features":[12]},{"name":"IRcsTransportConfiguration","features":[12]},{"name":"IRemoteParticipantComposingChangedEventArgs","features":[12]},{"name":"RcsEndUserMessage","features":[12]},{"name":"RcsEndUserMessageAction","features":[12]},{"name":"RcsEndUserMessageAvailableEventArgs","features":[12]},{"name":"RcsEndUserMessageAvailableTriggerDetails","features":[12]},{"name":"RcsEndUserMessageManager","features":[12]},{"name":"RcsManager","features":[12]},{"name":"RcsServiceKind","features":[12]},{"name":"RcsServiceKindSupportedChangedEventArgs","features":[12]},{"name":"RcsTransport","features":[12]},{"name":"RcsTransportConfiguration","features":[12]},{"name":"RemoteParticipantComposingChangedEventArgs","features":[12]}],"14":[{"name":"CommunicationBlockingAccessManager","features":[13]},{"name":"CommunicationBlockingAppManager","features":[13]},{"name":"CommunicationBlockingContract","features":[13]},{"name":"ICommunicationBlockingAccessManagerStatics","features":[13]},{"name":"ICommunicationBlockingAppManagerStatics","features":[13]},{"name":"ICommunicationBlockingAppManagerStatics2","features":[13]}],"15":[{"name":"AggregateContactManager","features":[14]},{"name":"Contact","features":[14]},{"name":"ContactAddress","features":[14]},{"name":"ContactAddressKind","features":[14]},{"name":"ContactAnnotation","features":[14]},{"name":"ContactAnnotationList","features":[14]},{"name":"ContactAnnotationOperations","features":[14]},{"name":"ContactAnnotationStore","features":[14]},{"name":"ContactAnnotationStoreAccessType","features":[14]},{"name":"ContactBatch","features":[14]},{"name":"ContactBatchStatus","features":[14]},{"name":"ContactCardDelayedDataLoader","features":[14]},{"name":"ContactCardHeaderKind","features":[14]},{"name":"ContactCardOptions","features":[14]},{"name":"ContactCardTabKind","features":[14]},{"name":"ContactChange","features":[14]},{"name":"ContactChangeReader","features":[14]},{"name":"ContactChangeTracker","features":[14]},{"name":"ContactChangeType","features":[14]},{"name":"ContactChangedDeferral","features":[14]},{"name":"ContactChangedEventArgs","features":[14]},{"name":"ContactConnectedServiceAccount","features":[14]},{"name":"ContactDate","features":[14]},{"name":"ContactDateKind","features":[14]},{"name":"ContactEmail","features":[14]},{"name":"ContactEmailKind","features":[14]},{"name":"ContactField","features":[14]},{"name":"ContactFieldCategory","features":[14]},{"name":"ContactFieldFactory","features":[14]},{"name":"ContactFieldType","features":[14]},{"name":"ContactGroup","features":[14]},{"name":"ContactInformation","features":[14]},{"name":"ContactInstantMessageField","features":[14]},{"name":"ContactJobInfo","features":[14]},{"name":"ContactLaunchActionVerbs","features":[14]},{"name":"ContactList","features":[14]},{"name":"ContactListLimitedWriteOperations","features":[14]},{"name":"ContactListOtherAppReadAccess","features":[14]},{"name":"ContactListOtherAppWriteAccess","features":[14]},{"name":"ContactListSyncConstraints","features":[14]},{"name":"ContactListSyncManager","features":[14]},{"name":"ContactListSyncStatus","features":[14]},{"name":"ContactLocationField","features":[14]},{"name":"ContactManager","features":[14]},{"name":"ContactManagerForUser","features":[14]},{"name":"ContactMatchReason","features":[14]},{"name":"ContactMatchReasonKind","features":[14]},{"name":"ContactNameOrder","features":[14]},{"name":"ContactPanel","features":[14]},{"name":"ContactPanelClosingEventArgs","features":[14]},{"name":"ContactPanelLaunchFullAppRequestedEventArgs","features":[14]},{"name":"ContactPhone","features":[14]},{"name":"ContactPhoneKind","features":[14]},{"name":"ContactPicker","features":[14]},{"name":"ContactQueryDesiredFields","features":[14]},{"name":"ContactQueryOptions","features":[14]},{"name":"ContactQuerySearchFields","features":[14]},{"name":"ContactQuerySearchScope","features":[14]},{"name":"ContactQueryTextSearch","features":[14]},{"name":"ContactReader","features":[14]},{"name":"ContactRelationship","features":[14]},{"name":"ContactSelectionMode","features":[14]},{"name":"ContactSignificantOther","features":[14]},{"name":"ContactStore","features":[14]},{"name":"ContactStoreAccessType","features":[14]},{"name":"ContactStoreNotificationTriggerDetails","features":[14]},{"name":"ContactWebsite","features":[14]},{"name":"FullContactCardOptions","features":[14]},{"name":"IAggregateContactManager","features":[14]},{"name":"IAggregateContactManager2","features":[14]},{"name":"IContact","features":[14]},{"name":"IContact2","features":[14]},{"name":"IContact3","features":[14]},{"name":"IContactAddress","features":[14]},{"name":"IContactAnnotation","features":[14]},{"name":"IContactAnnotation2","features":[14]},{"name":"IContactAnnotationList","features":[14]},{"name":"IContactAnnotationStore","features":[14]},{"name":"IContactAnnotationStore2","features":[14]},{"name":"IContactBatch","features":[14]},{"name":"IContactCardDelayedDataLoader","features":[14]},{"name":"IContactCardOptions","features":[14]},{"name":"IContactCardOptions2","features":[14]},{"name":"IContactChange","features":[14]},{"name":"IContactChangeReader","features":[14]},{"name":"IContactChangeTracker","features":[14]},{"name":"IContactChangeTracker2","features":[14]},{"name":"IContactChangedDeferral","features":[14]},{"name":"IContactChangedEventArgs","features":[14]},{"name":"IContactConnectedServiceAccount","features":[14]},{"name":"IContactDate","features":[14]},{"name":"IContactEmail","features":[14]},{"name":"IContactField","features":[14]},{"name":"IContactFieldFactory","features":[14]},{"name":"IContactGroup","features":[14]},{"name":"IContactInformation","features":[14]},{"name":"IContactInstantMessageField","features":[14]},{"name":"IContactInstantMessageFieldFactory","features":[14]},{"name":"IContactJobInfo","features":[14]},{"name":"IContactLaunchActionVerbsStatics","features":[14]},{"name":"IContactList","features":[14]},{"name":"IContactList2","features":[14]},{"name":"IContactList3","features":[14]},{"name":"IContactListLimitedWriteOperations","features":[14]},{"name":"IContactListSyncConstraints","features":[14]},{"name":"IContactListSyncManager","features":[14]},{"name":"IContactListSyncManager2","features":[14]},{"name":"IContactLocationField","features":[14]},{"name":"IContactLocationFieldFactory","features":[14]},{"name":"IContactManagerForUser","features":[14]},{"name":"IContactManagerForUser2","features":[14]},{"name":"IContactManagerStatics","features":[14]},{"name":"IContactManagerStatics2","features":[14]},{"name":"IContactManagerStatics3","features":[14]},{"name":"IContactManagerStatics4","features":[14]},{"name":"IContactManagerStatics5","features":[14]},{"name":"IContactMatchReason","features":[14]},{"name":"IContactName","features":[14]},{"name":"IContactPanel","features":[14]},{"name":"IContactPanelClosingEventArgs","features":[14]},{"name":"IContactPanelLaunchFullAppRequestedEventArgs","features":[14]},{"name":"IContactPhone","features":[14]},{"name":"IContactPicker","features":[14]},{"name":"IContactPicker2","features":[14]},{"name":"IContactPicker3","features":[14]},{"name":"IContactPickerStatics","features":[14]},{"name":"IContactQueryOptions","features":[14]},{"name":"IContactQueryOptionsFactory","features":[14]},{"name":"IContactQueryTextSearch","features":[14]},{"name":"IContactReader","features":[14]},{"name":"IContactSignificantOther","features":[14]},{"name":"IContactSignificantOther2","features":[14]},{"name":"IContactStore","features":[14]},{"name":"IContactStore2","features":[14]},{"name":"IContactStore3","features":[14]},{"name":"IContactStoreNotificationTriggerDetails","features":[14]},{"name":"IContactWebsite","features":[14]},{"name":"IContactWebsite2","features":[14]},{"name":"IFullContactCardOptions","features":[14]},{"name":"IKnownContactFieldStatics","features":[14]},{"name":"IPinnedContactIdsQueryResult","features":[14]},{"name":"IPinnedContactManager","features":[14]},{"name":"IPinnedContactManagerStatics","features":[14]},{"name":"KnownContactField","features":[14]},{"name":"PinnedContactIdsQueryResult","features":[14]},{"name":"PinnedContactManager","features":[14]},{"name":"PinnedContactSurface","features":[14]}],"16":[{"name":"ContactDataProviderConnection","features":[15]},{"name":"ContactDataProviderTriggerDetails","features":[15]},{"name":"ContactListCreateOrUpdateContactRequest","features":[15]},{"name":"ContactListCreateOrUpdateContactRequestEventArgs","features":[15]},{"name":"ContactListDeleteContactRequest","features":[15]},{"name":"ContactListDeleteContactRequestEventArgs","features":[15]},{"name":"ContactListServerSearchReadBatchRequest","features":[15]},{"name":"ContactListServerSearchReadBatchRequestEventArgs","features":[15]},{"name":"ContactListSyncManagerSyncRequest","features":[15]},{"name":"ContactListSyncManagerSyncRequestEventArgs","features":[15]},{"name":"IContactDataProviderConnection","features":[15]},{"name":"IContactDataProviderConnection2","features":[15]},{"name":"IContactDataProviderTriggerDetails","features":[15]},{"name":"IContactListCreateOrUpdateContactRequest","features":[15]},{"name":"IContactListCreateOrUpdateContactRequestEventArgs","features":[15]},{"name":"IContactListDeleteContactRequest","features":[15]},{"name":"IContactListDeleteContactRequestEventArgs","features":[15]},{"name":"IContactListServerSearchReadBatchRequest","features":[15]},{"name":"IContactListServerSearchReadBatchRequestEventArgs","features":[15]},{"name":"IContactListSyncManagerSyncRequest","features":[15]},{"name":"IContactListSyncManagerSyncRequestEventArgs","features":[15]}],"17":[{"name":"AddContactResult","features":[16]},{"name":"ContactPickerUI","features":[16]},{"name":"ContactRemovedEventArgs","features":[16]},{"name":"IContactPickerUI","features":[16]},{"name":"IContactPickerUI2","features":[16]},{"name":"IContactRemovedEventArgs","features":[16]}],"18":[{"name":"ActivationSignalDetectionConfiguration","features":[17]},{"name":"ActivationSignalDetectionConfigurationCreationResult","features":[17]},{"name":"ActivationSignalDetectionConfigurationCreationStatus","features":[17]},{"name":"ActivationSignalDetectionConfigurationRemovalResult","features":[17]},{"name":"ActivationSignalDetectionConfigurationSetModelDataResult","features":[17]},{"name":"ActivationSignalDetectionConfigurationStateChangeResult","features":[17]},{"name":"ActivationSignalDetectionTrainingDataFormat","features":[17]},{"name":"ActivationSignalDetector","features":[17]},{"name":"ActivationSignalDetectorKind","features":[17]},{"name":"ActivationSignalDetectorPowerState","features":[17]},{"name":"ConversationalAgentActivationKind","features":[17]},{"name":"ConversationalAgentActivationResult","features":[17]},{"name":"ConversationalAgentDetectorManager","features":[17]},{"name":"ConversationalAgentSession","features":[17]},{"name":"ConversationalAgentSessionInterruptedEventArgs","features":[17]},{"name":"ConversationalAgentSessionUpdateResponse","features":[17]},{"name":"ConversationalAgentSignal","features":[17]},{"name":"ConversationalAgentSignalDetectedEventArgs","features":[17]},{"name":"ConversationalAgentState","features":[17]},{"name":"ConversationalAgentSystemStateChangeType","features":[17]},{"name":"ConversationalAgentSystemStateChangedEventArgs","features":[17]},{"name":"ConversationalAgentVoiceActivationPrerequisiteKind","features":[17]},{"name":"DetectionConfigurationAvailabilityChangeKind","features":[17]},{"name":"DetectionConfigurationAvailabilityChangedEventArgs","features":[17]},{"name":"DetectionConfigurationAvailabilityInfo","features":[17]},{"name":"DetectionConfigurationTrainingStatus","features":[17]},{"name":"IActivationSignalDetectionConfiguration","features":[17]},{"name":"IActivationSignalDetectionConfiguration2","features":[17]},{"name":"IActivationSignalDetectionConfigurationCreationResult","features":[17]},{"name":"IActivationSignalDetector","features":[17]},{"name":"IActivationSignalDetector2","features":[17]},{"name":"IConversationalAgentDetectorManager","features":[17]},{"name":"IConversationalAgentDetectorManager2","features":[17]},{"name":"IConversationalAgentDetectorManagerStatics","features":[17]},{"name":"IConversationalAgentSession","features":[17]},{"name":"IConversationalAgentSession2","features":[17]},{"name":"IConversationalAgentSessionInterruptedEventArgs","features":[17]},{"name":"IConversationalAgentSessionStatics","features":[17]},{"name":"IConversationalAgentSignal","features":[17]},{"name":"IConversationalAgentSignal2","features":[17]},{"name":"IConversationalAgentSignalDetectedEventArgs","features":[17]},{"name":"IConversationalAgentSystemStateChangedEventArgs","features":[17]},{"name":"IDetectionConfigurationAvailabilityChangedEventArgs","features":[17]},{"name":"IDetectionConfigurationAvailabilityInfo","features":[17]},{"name":"IDetectionConfigurationAvailabilityInfo2","features":[17]},{"name":"SignalDetectorResourceKind","features":[17]}],"19":[{"name":"AppListEntry","features":[18]},{"name":"AppRestartFailureReason","features":[18]},{"name":"CoreApplication","features":[18]},{"name":"CoreApplicationView","features":[18]},{"name":"CoreApplicationViewTitleBar","features":[18]},{"name":"HostedViewClosingEventArgs","features":[18]},{"name":"IAppListEntry","features":[18]},{"name":"IAppListEntry2","features":[18]},{"name":"IAppListEntry3","features":[18]},{"name":"IAppListEntry4","features":[18]},{"name":"ICoreApplication","features":[18]},{"name":"ICoreApplication2","features":[18]},{"name":"ICoreApplication3","features":[18]},{"name":"ICoreApplicationExit","features":[18]},{"name":"ICoreApplicationUnhandledError","features":[18]},{"name":"ICoreApplicationUseCount","features":[18]},{"name":"ICoreApplicationView","features":[18]},{"name":"ICoreApplicationView2","features":[18]},{"name":"ICoreApplicationView3","features":[18]},{"name":"ICoreApplicationView5","features":[18]},{"name":"ICoreApplicationView6","features":[18]},{"name":"ICoreApplicationViewTitleBar","features":[18]},{"name":"ICoreImmersiveApplication","features":[18]},{"name":"ICoreImmersiveApplication2","features":[18]},{"name":"ICoreImmersiveApplication3","features":[18]},{"name":"IFrameworkView","features":[18]},{"name":"IFrameworkViewSource","features":[18]},{"name":"IHostedViewClosingEventArgs","features":[18]},{"name":"IUnhandledError","features":[18]},{"name":"IUnhandledErrorDetectedEventArgs","features":[18]},{"name":"UnhandledError","features":[18]},{"name":"UnhandledErrorDetectedEventArgs","features":[18]}],"20":[{"name":"Clipboard","features":[19]},{"name":"ClipboardContentOptions","features":[19]},{"name":"ClipboardHistoryChangedEventArgs","features":[19]},{"name":"ClipboardHistoryItem","features":[19]},{"name":"ClipboardHistoryItemsResult","features":[19]},{"name":"ClipboardHistoryItemsResultStatus","features":[19]},{"name":"DataPackage","features":[19]},{"name":"DataPackageOperation","features":[19]},{"name":"DataPackagePropertySet","features":[19]},{"name":"DataPackagePropertySetView","features":[19]},{"name":"DataPackageView","features":[19]},{"name":"DataProviderDeferral","features":[19]},{"name":"DataProviderHandler","features":[19]},{"name":"DataProviderRequest","features":[19]},{"name":"DataRequest","features":[19]},{"name":"DataRequestDeferral","features":[19]},{"name":"DataRequestedEventArgs","features":[19]},{"name":"DataTransferManager","features":[19]},{"name":"HtmlFormatHelper","features":[19]},{"name":"IClipboardContentOptions","features":[19]},{"name":"IClipboardHistoryChangedEventArgs","features":[19]},{"name":"IClipboardHistoryItem","features":[19]},{"name":"IClipboardHistoryItemsResult","features":[19]},{"name":"IClipboardStatics","features":[19]},{"name":"IClipboardStatics2","features":[19]},{"name":"IDataPackage","features":[19]},{"name":"IDataPackage2","features":[19]},{"name":"IDataPackage3","features":[19]},{"name":"IDataPackage4","features":[19]},{"name":"IDataPackagePropertySet","features":[19]},{"name":"IDataPackagePropertySet2","features":[19]},{"name":"IDataPackagePropertySet3","features":[19]},{"name":"IDataPackagePropertySet4","features":[19]},{"name":"IDataPackagePropertySetView","features":[19]},{"name":"IDataPackagePropertySetView2","features":[19]},{"name":"IDataPackagePropertySetView3","features":[19]},{"name":"IDataPackagePropertySetView4","features":[19]},{"name":"IDataPackagePropertySetView5","features":[19]},{"name":"IDataPackageView","features":[19]},{"name":"IDataPackageView2","features":[19]},{"name":"IDataPackageView3","features":[19]},{"name":"IDataPackageView4","features":[19]},{"name":"IDataProviderDeferral","features":[19]},{"name":"IDataProviderRequest","features":[19]},{"name":"IDataRequest","features":[19]},{"name":"IDataRequestDeferral","features":[19]},{"name":"IDataRequestedEventArgs","features":[19]},{"name":"IDataTransferManager","features":[19]},{"name":"IDataTransferManager2","features":[19]},{"name":"IDataTransferManagerStatics","features":[19]},{"name":"IDataTransferManagerStatics2","features":[19]},{"name":"IDataTransferManagerStatics3","features":[19]},{"name":"IHtmlFormatHelperStatics","features":[19]},{"name":"IOperationCompletedEventArgs","features":[19]},{"name":"IOperationCompletedEventArgs2","features":[19]},{"name":"IShareCompletedEventArgs","features":[19]},{"name":"IShareProvider","features":[19]},{"name":"IShareProviderFactory","features":[19]},{"name":"IShareProviderOperation","features":[19]},{"name":"IShareProvidersRequestedEventArgs","features":[19]},{"name":"IShareTargetInfo","features":[19]},{"name":"IShareUIOptions","features":[19]},{"name":"ISharedStorageAccessManagerStatics","features":[19]},{"name":"IStandardDataFormatsStatics","features":[19]},{"name":"IStandardDataFormatsStatics2","features":[19]},{"name":"IStandardDataFormatsStatics3","features":[19]},{"name":"ITargetApplicationChosenEventArgs","features":[19]},{"name":"OperationCompletedEventArgs","features":[19]},{"name":"SetHistoryItemAsContentStatus","features":[19]},{"name":"ShareCompletedEventArgs","features":[19]},{"name":"ShareProvider","features":[19]},{"name":"ShareProviderHandler","features":[19]},{"name":"ShareProviderOperation","features":[19]},{"name":"ShareProvidersRequestedEventArgs","features":[19]},{"name":"ShareTargetInfo","features":[19]},{"name":"ShareUIOptions","features":[19]},{"name":"ShareUITheme","features":[19]},{"name":"SharedStorageAccessManager","features":[19]},{"name":"StandardDataFormats","features":[19]},{"name":"TargetApplicationChosenEventArgs","features":[19]}],"21":[{"name":"DragDropModifiers","features":[20]}],"22":[{"name":"CoreDragDropManager","features":[21]},{"name":"CoreDragInfo","features":[21]},{"name":"CoreDragOperation","features":[21]},{"name":"CoreDragUIContentMode","features":[21]},{"name":"CoreDragUIOverride","features":[21]},{"name":"CoreDropOperationTargetRequestedEventArgs","features":[21]},{"name":"ICoreDragDropManager","features":[21]},{"name":"ICoreDragDropManagerStatics","features":[21]},{"name":"ICoreDragInfo","features":[21]},{"name":"ICoreDragInfo2","features":[21]},{"name":"ICoreDragOperation","features":[21]},{"name":"ICoreDragOperation2","features":[21]},{"name":"ICoreDragUIOverride","features":[21]},{"name":"ICoreDropOperationTarget","features":[21]},{"name":"ICoreDropOperationTargetRequestedEventArgs","features":[21]}],"23":[{"name":"IQuickLink","features":[22]},{"name":"IShareOperation","features":[22]},{"name":"IShareOperation2","features":[22]},{"name":"IShareOperation3","features":[22]},{"name":"QuickLink","features":[22]},{"name":"ShareOperation","features":[22]}],"24":[{"name":"EmailAttachment","features":[23]},{"name":"EmailAttachmentDownloadState","features":[23]},{"name":"EmailBatchStatus","features":[23]},{"name":"EmailCertificateValidationStatus","features":[23]},{"name":"EmailConversation","features":[23]},{"name":"EmailConversationBatch","features":[23]},{"name":"EmailConversationReader","features":[23]},{"name":"EmailFlagState","features":[23]},{"name":"EmailFolder","features":[23]},{"name":"EmailImportance","features":[23]},{"name":"EmailIrmInfo","features":[23]},{"name":"EmailIrmTemplate","features":[23]},{"name":"EmailItemCounts","features":[23]},{"name":"EmailMailbox","features":[23]},{"name":"EmailMailboxAction","features":[23]},{"name":"EmailMailboxActionKind","features":[23]},{"name":"EmailMailboxAllowedSmimeEncryptionAlgorithmNegotiation","features":[23]},{"name":"EmailMailboxAutoReply","features":[23]},{"name":"EmailMailboxAutoReplyMessageResponseKind","features":[23]},{"name":"EmailMailboxAutoReplySettings","features":[23]},{"name":"EmailMailboxCapabilities","features":[23]},{"name":"EmailMailboxChange","features":[23]},{"name":"EmailMailboxChangeReader","features":[23]},{"name":"EmailMailboxChangeTracker","features":[23]},{"name":"EmailMailboxChangeType","features":[23]},{"name":"EmailMailboxChangedDeferral","features":[23]},{"name":"EmailMailboxChangedEventArgs","features":[23]},{"name":"EmailMailboxCreateFolderResult","features":[23]},{"name":"EmailMailboxCreateFolderStatus","features":[23]},{"name":"EmailMailboxDeleteFolderStatus","features":[23]},{"name":"EmailMailboxEmptyFolderStatus","features":[23]},{"name":"EmailMailboxOtherAppReadAccess","features":[23]},{"name":"EmailMailboxOtherAppWriteAccess","features":[23]},{"name":"EmailMailboxPolicies","features":[23]},{"name":"EmailMailboxSmimeEncryptionAlgorithm","features":[23]},{"name":"EmailMailboxSmimeSigningAlgorithm","features":[23]},{"name":"EmailMailboxSyncManager","features":[23]},{"name":"EmailMailboxSyncStatus","features":[23]},{"name":"EmailManager","features":[23]},{"name":"EmailManagerForUser","features":[23]},{"name":"EmailMeetingInfo","features":[23]},{"name":"EmailMeetingResponseType","features":[23]},{"name":"EmailMessage","features":[23]},{"name":"EmailMessageBatch","features":[23]},{"name":"EmailMessageBodyKind","features":[23]},{"name":"EmailMessageDownloadState","features":[23]},{"name":"EmailMessageReader","features":[23]},{"name":"EmailMessageResponseKind","features":[23]},{"name":"EmailMessageSmimeKind","features":[23]},{"name":"EmailQueryKind","features":[23]},{"name":"EmailQueryOptions","features":[23]},{"name":"EmailQuerySearchFields","features":[23]},{"name":"EmailQuerySearchScope","features":[23]},{"name":"EmailQuerySortDirection","features":[23]},{"name":"EmailQuerySortProperty","features":[23]},{"name":"EmailQueryTextSearch","features":[23]},{"name":"EmailRecipient","features":[23]},{"name":"EmailRecipientResolutionResult","features":[23]},{"name":"EmailRecipientResolutionStatus","features":[23]},{"name":"EmailSpecialFolderKind","features":[23]},{"name":"EmailStore","features":[23]},{"name":"EmailStoreAccessType","features":[23]},{"name":"EmailStoreNotificationTriggerDetails","features":[23]},{"name":"IEmailAttachment","features":[23]},{"name":"IEmailAttachment2","features":[23]},{"name":"IEmailAttachmentFactory","features":[23]},{"name":"IEmailAttachmentFactory2","features":[23]},{"name":"IEmailConversation","features":[23]},{"name":"IEmailConversationBatch","features":[23]},{"name":"IEmailConversationReader","features":[23]},{"name":"IEmailFolder","features":[23]},{"name":"IEmailIrmInfo","features":[23]},{"name":"IEmailIrmInfoFactory","features":[23]},{"name":"IEmailIrmTemplate","features":[23]},{"name":"IEmailIrmTemplateFactory","features":[23]},{"name":"IEmailItemCounts","features":[23]},{"name":"IEmailMailbox","features":[23]},{"name":"IEmailMailbox2","features":[23]},{"name":"IEmailMailbox3","features":[23]},{"name":"IEmailMailbox4","features":[23]},{"name":"IEmailMailbox5","features":[23]},{"name":"IEmailMailboxAction","features":[23]},{"name":"IEmailMailboxAutoReply","features":[23]},{"name":"IEmailMailboxAutoReplySettings","features":[23]},{"name":"IEmailMailboxCapabilities","features":[23]},{"name":"IEmailMailboxCapabilities2","features":[23]},{"name":"IEmailMailboxCapabilities3","features":[23]},{"name":"IEmailMailboxChange","features":[23]},{"name":"IEmailMailboxChangeReader","features":[23]},{"name":"IEmailMailboxChangeTracker","features":[23]},{"name":"IEmailMailboxChangedDeferral","features":[23]},{"name":"IEmailMailboxChangedEventArgs","features":[23]},{"name":"IEmailMailboxCreateFolderResult","features":[23]},{"name":"IEmailMailboxPolicies","features":[23]},{"name":"IEmailMailboxPolicies2","features":[23]},{"name":"IEmailMailboxPolicies3","features":[23]},{"name":"IEmailMailboxSyncManager","features":[23]},{"name":"IEmailMailboxSyncManager2","features":[23]},{"name":"IEmailManagerForUser","features":[23]},{"name":"IEmailManagerStatics","features":[23]},{"name":"IEmailManagerStatics2","features":[23]},{"name":"IEmailManagerStatics3","features":[23]},{"name":"IEmailMeetingInfo","features":[23]},{"name":"IEmailMeetingInfo2","features":[23]},{"name":"IEmailMessage","features":[23]},{"name":"IEmailMessage2","features":[23]},{"name":"IEmailMessage3","features":[23]},{"name":"IEmailMessage4","features":[23]},{"name":"IEmailMessageBatch","features":[23]},{"name":"IEmailMessageReader","features":[23]},{"name":"IEmailQueryOptions","features":[23]},{"name":"IEmailQueryOptionsFactory","features":[23]},{"name":"IEmailQueryTextSearch","features":[23]},{"name":"IEmailRecipient","features":[23]},{"name":"IEmailRecipientFactory","features":[23]},{"name":"IEmailRecipientResolutionResult","features":[23]},{"name":"IEmailRecipientResolutionResult2","features":[23]},{"name":"IEmailStore","features":[23]},{"name":"IEmailStoreNotificationTriggerDetails","features":[23]}],"25":[{"name":"EmailDataProviderConnection","features":[24]},{"name":"EmailDataProviderTriggerDetails","features":[24]},{"name":"EmailMailboxCreateFolderRequest","features":[24]},{"name":"EmailMailboxCreateFolderRequestEventArgs","features":[24]},{"name":"EmailMailboxDeleteFolderRequest","features":[24]},{"name":"EmailMailboxDeleteFolderRequestEventArgs","features":[24]},{"name":"EmailMailboxDownloadAttachmentRequest","features":[24]},{"name":"EmailMailboxDownloadAttachmentRequestEventArgs","features":[24]},{"name":"EmailMailboxDownloadMessageRequest","features":[24]},{"name":"EmailMailboxDownloadMessageRequestEventArgs","features":[24]},{"name":"EmailMailboxEmptyFolderRequest","features":[24]},{"name":"EmailMailboxEmptyFolderRequestEventArgs","features":[24]},{"name":"EmailMailboxForwardMeetingRequest","features":[24]},{"name":"EmailMailboxForwardMeetingRequestEventArgs","features":[24]},{"name":"EmailMailboxGetAutoReplySettingsRequest","features":[24]},{"name":"EmailMailboxGetAutoReplySettingsRequestEventArgs","features":[24]},{"name":"EmailMailboxMoveFolderRequest","features":[24]},{"name":"EmailMailboxMoveFolderRequestEventArgs","features":[24]},{"name":"EmailMailboxProposeNewTimeForMeetingRequest","features":[24]},{"name":"EmailMailboxProposeNewTimeForMeetingRequestEventArgs","features":[24]},{"name":"EmailMailboxResolveRecipientsRequest","features":[24]},{"name":"EmailMailboxResolveRecipientsRequestEventArgs","features":[24]},{"name":"EmailMailboxServerSearchReadBatchRequest","features":[24]},{"name":"EmailMailboxServerSearchReadBatchRequestEventArgs","features":[24]},{"name":"EmailMailboxSetAutoReplySettingsRequest","features":[24]},{"name":"EmailMailboxSetAutoReplySettingsRequestEventArgs","features":[24]},{"name":"EmailMailboxSyncManagerSyncRequest","features":[24]},{"name":"EmailMailboxSyncManagerSyncRequestEventArgs","features":[24]},{"name":"EmailMailboxUpdateMeetingResponseRequest","features":[24]},{"name":"EmailMailboxUpdateMeetingResponseRequestEventArgs","features":[24]},{"name":"EmailMailboxValidateCertificatesRequest","features":[24]},{"name":"EmailMailboxValidateCertificatesRequestEventArgs","features":[24]},{"name":"IEmailDataProviderConnection","features":[24]},{"name":"IEmailDataProviderTriggerDetails","features":[24]},{"name":"IEmailMailboxCreateFolderRequest","features":[24]},{"name":"IEmailMailboxCreateFolderRequestEventArgs","features":[24]},{"name":"IEmailMailboxDeleteFolderRequest","features":[24]},{"name":"IEmailMailboxDeleteFolderRequestEventArgs","features":[24]},{"name":"IEmailMailboxDownloadAttachmentRequest","features":[24]},{"name":"IEmailMailboxDownloadAttachmentRequestEventArgs","features":[24]},{"name":"IEmailMailboxDownloadMessageRequest","features":[24]},{"name":"IEmailMailboxDownloadMessageRequestEventArgs","features":[24]},{"name":"IEmailMailboxEmptyFolderRequest","features":[24]},{"name":"IEmailMailboxEmptyFolderRequestEventArgs","features":[24]},{"name":"IEmailMailboxForwardMeetingRequest","features":[24]},{"name":"IEmailMailboxForwardMeetingRequestEventArgs","features":[24]},{"name":"IEmailMailboxGetAutoReplySettingsRequest","features":[24]},{"name":"IEmailMailboxGetAutoReplySettingsRequestEventArgs","features":[24]},{"name":"IEmailMailboxMoveFolderRequest","features":[24]},{"name":"IEmailMailboxMoveFolderRequestEventArgs","features":[24]},{"name":"IEmailMailboxProposeNewTimeForMeetingRequest","features":[24]},{"name":"IEmailMailboxProposeNewTimeForMeetingRequestEventArgs","features":[24]},{"name":"IEmailMailboxResolveRecipientsRequest","features":[24]},{"name":"IEmailMailboxResolveRecipientsRequestEventArgs","features":[24]},{"name":"IEmailMailboxServerSearchReadBatchRequest","features":[24]},{"name":"IEmailMailboxServerSearchReadBatchRequestEventArgs","features":[24]},{"name":"IEmailMailboxSetAutoReplySettingsRequest","features":[24]},{"name":"IEmailMailboxSetAutoReplySettingsRequestEventArgs","features":[24]},{"name":"IEmailMailboxSyncManagerSyncRequest","features":[24]},{"name":"IEmailMailboxSyncManagerSyncRequestEventArgs","features":[24]},{"name":"IEmailMailboxUpdateMeetingResponseRequest","features":[24]},{"name":"IEmailMailboxUpdateMeetingResponseRequestEventArgs","features":[24]},{"name":"IEmailMailboxValidateCertificatesRequest","features":[24]},{"name":"IEmailMailboxValidateCertificatesRequestEventArgs","features":[24]}],"26":[{"name":"ExtendedExecutionReason","features":[25]},{"name":"ExtendedExecutionResult","features":[25]},{"name":"ExtendedExecutionRevokedEventArgs","features":[25]},{"name":"ExtendedExecutionRevokedReason","features":[25]},{"name":"ExtendedExecutionSession","features":[25]},{"name":"IExtendedExecutionRevokedEventArgs","features":[25]},{"name":"IExtendedExecutionSession","features":[25]}],"27":[{"name":"ExtendedExecutionForegroundReason","features":[26]},{"name":"ExtendedExecutionForegroundResult","features":[26]},{"name":"ExtendedExecutionForegroundRevokedEventArgs","features":[26]},{"name":"ExtendedExecutionForegroundRevokedReason","features":[26]},{"name":"ExtendedExecutionForegroundSession","features":[26]},{"name":"IExtendedExecutionForegroundRevokedEventArgs","features":[26]},{"name":"IExtendedExecutionForegroundSession","features":[26]}],"28":[{"name":"HolographicKeyboard","features":[27]},{"name":"IHolographicKeyboard","features":[27]},{"name":"IHolographicKeyboardStatics","features":[27]}],"29":[{"name":"ILockApplicationHost","features":[28]},{"name":"ILockApplicationHostStatics","features":[28]},{"name":"ILockScreenBadge","features":[28]},{"name":"ILockScreenInfo","features":[28]},{"name":"ILockScreenUnlockingDeferral","features":[28]},{"name":"ILockScreenUnlockingEventArgs","features":[28]},{"name":"LockApplicationHost","features":[28]},{"name":"LockScreenBadge","features":[28]},{"name":"LockScreenInfo","features":[28]},{"name":"LockScreenUnlockingDeferral","features":[28]},{"name":"LockScreenUnlockingEventArgs","features":[28]}],"30":[{"name":"IPackageExtension","features":[29]},{"name":"IPackageExtensionCatalog","features":[29]},{"name":"IPackageExtensionCatalogStatics","features":[29]},{"name":"IPackageExtensionPackageInstalledEventArgs","features":[29]},{"name":"IPackageExtensionPackageStatusChangedEventArgs","features":[29]},{"name":"IPackageExtensionPackageUninstallingEventArgs","features":[29]},{"name":"IPackageExtensionPackageUpdatedEventArgs","features":[29]},{"name":"IPackageExtensionPackageUpdatingEventArgs","features":[29]},{"name":"PackageExtension","features":[29]},{"name":"PackageExtensionCatalog","features":[29]},{"name":"PackageExtensionPackageInstalledEventArgs","features":[29]},{"name":"PackageExtensionPackageStatusChangedEventArgs","features":[29]},{"name":"PackageExtensionPackageUninstallingEventArgs","features":[29]},{"name":"PackageExtensionPackageUpdatedEventArgs","features":[29]},{"name":"PackageExtensionPackageUpdatingEventArgs","features":[29]}],"31":[{"name":"IPaymentAddress","features":[30]},{"name":"IPaymentCanMakePaymentResult","features":[30]},{"name":"IPaymentCanMakePaymentResultFactory","features":[30]},{"name":"IPaymentCurrencyAmount","features":[30]},{"name":"IPaymentCurrencyAmountFactory","features":[30]},{"name":"IPaymentDetails","features":[30]},{"name":"IPaymentDetailsFactory","features":[30]},{"name":"IPaymentDetailsModifier","features":[30]},{"name":"IPaymentDetailsModifierFactory","features":[30]},{"name":"IPaymentItem","features":[30]},{"name":"IPaymentItemFactory","features":[30]},{"name":"IPaymentMediator","features":[30]},{"name":"IPaymentMediator2","features":[30]},{"name":"IPaymentMerchantInfo","features":[30]},{"name":"IPaymentMerchantInfoFactory","features":[30]},{"name":"IPaymentMethodData","features":[30]},{"name":"IPaymentMethodDataFactory","features":[30]},{"name":"IPaymentOptions","features":[30]},{"name":"IPaymentRequest","features":[30]},{"name":"IPaymentRequest2","features":[30]},{"name":"IPaymentRequestChangedArgs","features":[30]},{"name":"IPaymentRequestChangedResult","features":[30]},{"name":"IPaymentRequestChangedResultFactory","features":[30]},{"name":"IPaymentRequestFactory","features":[30]},{"name":"IPaymentRequestFactory2","features":[30]},{"name":"IPaymentRequestSubmitResult","features":[30]},{"name":"IPaymentResponse","features":[30]},{"name":"IPaymentShippingOption","features":[30]},{"name":"IPaymentShippingOptionFactory","features":[30]},{"name":"IPaymentToken","features":[30]},{"name":"IPaymentTokenFactory","features":[30]},{"name":"PaymentAddress","features":[30]},{"name":"PaymentCanMakePaymentResult","features":[30]},{"name":"PaymentCanMakePaymentResultStatus","features":[30]},{"name":"PaymentCurrencyAmount","features":[30]},{"name":"PaymentDetails","features":[30]},{"name":"PaymentDetailsModifier","features":[30]},{"name":"PaymentItem","features":[30]},{"name":"PaymentMediator","features":[30]},{"name":"PaymentMerchantInfo","features":[30]},{"name":"PaymentMethodData","features":[30]},{"name":"PaymentOptionPresence","features":[30]},{"name":"PaymentOptions","features":[30]},{"name":"PaymentRequest","features":[30]},{"name":"PaymentRequestChangeKind","features":[30]},{"name":"PaymentRequestChangedArgs","features":[30]},{"name":"PaymentRequestChangedHandler","features":[30]},{"name":"PaymentRequestChangedResult","features":[30]},{"name":"PaymentRequestCompletionStatus","features":[30]},{"name":"PaymentRequestStatus","features":[30]},{"name":"PaymentRequestSubmitResult","features":[30]},{"name":"PaymentResponse","features":[30]},{"name":"PaymentShippingOption","features":[30]},{"name":"PaymentShippingType","features":[30]},{"name":"PaymentToken","features":[30]}],"32":[{"name":"IPaymentAppCanMakePaymentTriggerDetails","features":[31]},{"name":"IPaymentAppManager","features":[31]},{"name":"IPaymentAppManagerStatics","features":[31]},{"name":"IPaymentTransaction","features":[31]},{"name":"IPaymentTransactionAcceptResult","features":[31]},{"name":"IPaymentTransactionStatics","features":[31]},{"name":"PaymentAppCanMakePaymentTriggerDetails","features":[31]},{"name":"PaymentAppManager","features":[31]},{"name":"PaymentTransaction","features":[31]},{"name":"PaymentTransactionAcceptResult","features":[31]}],"33":[{"name":"HolographicApplicationPreview","features":[32]},{"name":"HolographicKeyboardPlacementOverridePreview","features":[32]},{"name":"IHolographicApplicationPreviewStatics","features":[32]},{"name":"IHolographicKeyboardPlacementOverridePreview","features":[32]},{"name":"IHolographicKeyboardPlacementOverridePreviewStatics","features":[32]}],"34":[{"name":"IInkWorkspaceHostedAppManager","features":[33]},{"name":"IInkWorkspaceHostedAppManagerStatics","features":[33]},{"name":"InkWorkspaceHostedAppManager","features":[33]},{"name":"PreviewInkWorkspaceContract","features":[33]}],"35":[{"name":"INotePlacementChangedPreviewEventArgs","features":[34]},{"name":"INoteVisibilityChangedPreviewEventArgs","features":[34]},{"name":"INotesWindowManagerPreview","features":[34]},{"name":"INotesWindowManagerPreview2","features":[34]},{"name":"INotesWindowManagerPreviewShowNoteOptions","features":[34]},{"name":"INotesWindowManagerPreviewStatics","features":[34]},{"name":"NotePlacementChangedPreviewEventArgs","features":[34]},{"name":"NoteVisibilityChangedPreviewEventArgs","features":[34]},{"name":"NotesWindowManagerPreview","features":[34]},{"name":"NotesWindowManagerPreviewShowNoteOptions","features":[34]},{"name":"PreviewNotesContract","features":[34]}],"36":[{"name":"IResourceLoader","features":[35]},{"name":"IResourceLoader2","features":[35]},{"name":"IResourceLoaderFactory","features":[35]},{"name":"IResourceLoaderStatics","features":[35]},{"name":"IResourceLoaderStatics2","features":[35]},{"name":"IResourceLoaderStatics3","features":[35]},{"name":"IResourceLoaderStatics4","features":[35]},{"name":"ResourceLoader","features":[35]}],"37":[{"name":"INamedResource","features":[36]},{"name":"IResourceCandidate","features":[36]},{"name":"IResourceCandidate2","features":[36]},{"name":"IResourceCandidate3","features":[36]},{"name":"IResourceContext","features":[36]},{"name":"IResourceContextStatics","features":[36]},{"name":"IResourceContextStatics2","features":[36]},{"name":"IResourceContextStatics3","features":[36]},{"name":"IResourceContextStatics4","features":[36]},{"name":"IResourceManager","features":[36]},{"name":"IResourceManager2","features":[36]},{"name":"IResourceManagerStatics","features":[36]},{"name":"IResourceMap","features":[36]},{"name":"IResourceQualifier","features":[36]},{"name":"NamedResource","features":[36]},{"name":"ResourceCandidate","features":[36]},{"name":"ResourceCandidateKind","features":[36]},{"name":"ResourceCandidateVectorView","features":[36,37]},{"name":"ResourceContext","features":[36]},{"name":"ResourceContextLanguagesVectorView","features":[36,37]},{"name":"ResourceLayoutInfo","features":[36]},{"name":"ResourceManager","features":[36]},{"name":"ResourceMap","features":[36]},{"name":"ResourceMapIterator","features":[36,37]},{"name":"ResourceMapMapView","features":[36,37]},{"name":"ResourceMapMapViewIterator","features":[36,37]},{"name":"ResourceQualifier","features":[36]},{"name":"ResourceQualifierMapView","features":[36,37]},{"name":"ResourceQualifierObservableMap","features":[36,37]},{"name":"ResourceQualifierPersistence","features":[36]},{"name":"ResourceQualifierVectorView","features":[36,37]}],"38":[{"name":"IIndexedResourceCandidate","features":[38]},{"name":"IIndexedResourceQualifier","features":[38]},{"name":"IResourceIndexer","features":[38]},{"name":"IResourceIndexerFactory","features":[38]},{"name":"IResourceIndexerFactory2","features":[38]},{"name":"IndexedResourceCandidate","features":[38]},{"name":"IndexedResourceQualifier","features":[38]},{"name":"IndexedResourceType","features":[38]},{"name":"ResourceIndexer","features":[38]},{"name":"ResourceIndexerContract","features":[38]}],"39":[{"name":"ILocalContentSuggestionSettings","features":[39]},{"name":"ISearchPane","features":[39]},{"name":"ISearchPaneQueryChangedEventArgs","features":[39]},{"name":"ISearchPaneQueryLinguisticDetails","features":[39]},{"name":"ISearchPaneQuerySubmittedEventArgs","features":[39]},{"name":"ISearchPaneQuerySubmittedEventArgsWithLinguisticDetails","features":[39]},{"name":"ISearchPaneResultSuggestionChosenEventArgs","features":[39]},{"name":"ISearchPaneStatics","features":[39]},{"name":"ISearchPaneStaticsWithHideThisApplication","features":[39]},{"name":"ISearchPaneSuggestionsRequest","features":[39]},{"name":"ISearchPaneSuggestionsRequestDeferral","features":[39]},{"name":"ISearchPaneSuggestionsRequestedEventArgs","features":[39]},{"name":"ISearchPaneVisibilityChangedEventArgs","features":[39]},{"name":"ISearchQueryLinguisticDetails","features":[39]},{"name":"ISearchQueryLinguisticDetailsFactory","features":[39]},{"name":"ISearchSuggestionCollection","features":[39]},{"name":"ISearchSuggestionsRequest","features":[39]},{"name":"ISearchSuggestionsRequestDeferral","features":[39]},{"name":"LocalContentSuggestionSettings","features":[39]},{"name":"SearchContract","features":[39]},{"name":"SearchPane","features":[39]},{"name":"SearchPaneQueryChangedEventArgs","features":[39]},{"name":"SearchPaneQueryLinguisticDetails","features":[39]},{"name":"SearchPaneQuerySubmittedEventArgs","features":[39]},{"name":"SearchPaneResultSuggestionChosenEventArgs","features":[39]},{"name":"SearchPaneSuggestionsRequest","features":[39]},{"name":"SearchPaneSuggestionsRequestDeferral","features":[39]},{"name":"SearchPaneSuggestionsRequestedEventArgs","features":[39]},{"name":"SearchPaneVisibilityChangedEventArgs","features":[39]},{"name":"SearchQueryLinguisticDetails","features":[39]},{"name":"SearchSuggestionCollection","features":[39]},{"name":"SearchSuggestionsRequest","features":[39]},{"name":"SearchSuggestionsRequestDeferral","features":[39]}],"40":[{"name":"IRequestingFocusOnKeyboardInputEventArgs","features":[40]},{"name":"ISearchSuggestion","features":[40]},{"name":"ISearchSuggestionManager","features":[40]},{"name":"ISearchSuggestionsRequestedEventArgs","features":[40]},{"name":"RequestingFocusOnKeyboardInputEventArgs","features":[40]},{"name":"SearchCoreContract","features":[40]},{"name":"SearchSuggestion","features":[40]},{"name":"SearchSuggestionKind","features":[40]},{"name":"SearchSuggestionManager","features":[40]},{"name":"SearchSuggestionsRequestedEventArgs","features":[40]}],"47":[{"name":"IUserActivity","features":[41]},{"name":"IUserActivity2","features":[41]},{"name":"IUserActivity3","features":[41]},{"name":"IUserActivityAttribution","features":[41]},{"name":"IUserActivityAttributionFactory","features":[41]},{"name":"IUserActivityChannel","features":[41]},{"name":"IUserActivityChannel2","features":[41]},{"name":"IUserActivityChannelStatics","features":[41]},{"name":"IUserActivityChannelStatics2","features":[41]},{"name":"IUserActivityChannelStatics3","features":[41]},{"name":"IUserActivityContentInfo","features":[41]},{"name":"IUserActivityContentInfoStatics","features":[41]},{"name":"IUserActivityFactory","features":[41]},{"name":"IUserActivityRequest","features":[41]},{"name":"IUserActivityRequestManager","features":[41]},{"name":"IUserActivityRequestManagerStatics","features":[41]},{"name":"IUserActivityRequestedEventArgs","features":[41]},{"name":"IUserActivitySession","features":[41]},{"name":"IUserActivitySessionHistoryItem","features":[41]},{"name":"IUserActivityStatics","features":[41]},{"name":"IUserActivityVisualElements","features":[41]},{"name":"IUserActivityVisualElements2","features":[41]},{"name":"UserActivity","features":[41]},{"name":"UserActivityAttribution","features":[41]},{"name":"UserActivityChannel","features":[41]},{"name":"UserActivityContentInfo","features":[41]},{"name":"UserActivityRequest","features":[41]},{"name":"UserActivityRequestManager","features":[41]},{"name":"UserActivityRequestedEventArgs","features":[41]},{"name":"UserActivitySession","features":[41]},{"name":"UserActivitySessionHistoryItem","features":[41]},{"name":"UserActivityState","features":[41]},{"name":"UserActivityVisualElements","features":[41]}],"48":[{"name":"CoreUserActivityManager","features":[42]},{"name":"ICoreUserActivityManagerStatics","features":[42]}],"49":[{"name":"IUserDataAccount","features":[43]},{"name":"IUserDataAccount2","features":[43]},{"name":"IUserDataAccount3","features":[43]},{"name":"IUserDataAccount4","features":[43]},{"name":"IUserDataAccountManagerForUser","features":[43]},{"name":"IUserDataAccountManagerStatics","features":[43]},{"name":"IUserDataAccountManagerStatics2","features":[43]},{"name":"IUserDataAccountStore","features":[43]},{"name":"IUserDataAccountStore2","features":[43]},{"name":"IUserDataAccountStore3","features":[43]},{"name":"IUserDataAccountStoreChangedEventArgs","features":[43]},{"name":"UserDataAccount","features":[43]},{"name":"UserDataAccountContentKinds","features":[43]},{"name":"UserDataAccountManager","features":[43]},{"name":"UserDataAccountManagerForUser","features":[43]},{"name":"UserDataAccountOtherAppReadAccess","features":[43]},{"name":"UserDataAccountStore","features":[43]},{"name":"UserDataAccountStoreAccessType","features":[43]},{"name":"UserDataAccountStoreChangedEventArgs","features":[43]}],"50":[{"name":"IUserDataAccountPartnerAccountInfo","features":[44]},{"name":"IUserDataAccountProviderAddAccountOperation","features":[44]},{"name":"IUserDataAccountProviderOperation","features":[44]},{"name":"IUserDataAccountProviderResolveErrorsOperation","features":[44]},{"name":"IUserDataAccountProviderSettingsOperation","features":[44]},{"name":"UserDataAccountPartnerAccountInfo","features":[44]},{"name":"UserDataAccountProviderAddAccountOperation","features":[44]},{"name":"UserDataAccountProviderOperationKind","features":[44]},{"name":"UserDataAccountProviderPartnerAccountKind","features":[44]},{"name":"UserDataAccountProviderResolveErrorsOperation","features":[44]},{"name":"UserDataAccountProviderSettingsOperation","features":[44]}],"51":[{"name":"DeviceAccountAuthenticationType","features":[45]},{"name":"DeviceAccountConfiguration","features":[45]},{"name":"DeviceAccountIconId","features":[45]},{"name":"DeviceAccountMailAgeFilter","features":[45]},{"name":"DeviceAccountServerType","features":[45]},{"name":"DeviceAccountSyncScheduleKind","features":[45]},{"name":"IDeviceAccountConfiguration","features":[45]},{"name":"IDeviceAccountConfiguration2","features":[45]},{"name":"IUserDataAccountSystemAccessManagerStatics","features":[45]},{"name":"IUserDataAccountSystemAccessManagerStatics2","features":[45]},{"name":"UserDataAccountSystemAccessManager","features":[45]}],"52":[{"name":"IUserDataTask","features":[46]},{"name":"IUserDataTaskBatch","features":[46]},{"name":"IUserDataTaskList","features":[46]},{"name":"IUserDataTaskListLimitedWriteOperations","features":[46]},{"name":"IUserDataTaskListSyncManager","features":[46]},{"name":"IUserDataTaskManager","features":[46]},{"name":"IUserDataTaskManagerStatics","features":[46]},{"name":"IUserDataTaskQueryOptions","features":[46]},{"name":"IUserDataTaskReader","features":[46]},{"name":"IUserDataTaskRecurrenceProperties","features":[46]},{"name":"IUserDataTaskRegenerationProperties","features":[46]},{"name":"IUserDataTaskStore","features":[46]},{"name":"UserDataTask","features":[46]},{"name":"UserDataTaskBatch","features":[46]},{"name":"UserDataTaskDaysOfWeek","features":[46]},{"name":"UserDataTaskDetailsKind","features":[46]},{"name":"UserDataTaskKind","features":[46]},{"name":"UserDataTaskList","features":[46]},{"name":"UserDataTaskListLimitedWriteOperations","features":[46]},{"name":"UserDataTaskListOtherAppReadAccess","features":[46]},{"name":"UserDataTaskListOtherAppWriteAccess","features":[46]},{"name":"UserDataTaskListSyncManager","features":[46]},{"name":"UserDataTaskListSyncStatus","features":[46]},{"name":"UserDataTaskManager","features":[46]},{"name":"UserDataTaskPriority","features":[46]},{"name":"UserDataTaskQueryKind","features":[46]},{"name":"UserDataTaskQueryOptions","features":[46]},{"name":"UserDataTaskQuerySortProperty","features":[46]},{"name":"UserDataTaskReader","features":[46]},{"name":"UserDataTaskRecurrenceProperties","features":[46]},{"name":"UserDataTaskRecurrenceUnit","features":[46]},{"name":"UserDataTaskRegenerationProperties","features":[46]},{"name":"UserDataTaskRegenerationUnit","features":[46]},{"name":"UserDataTaskSensitivity","features":[46]},{"name":"UserDataTaskStore","features":[46]},{"name":"UserDataTaskStoreAccessType","features":[46]},{"name":"UserDataTaskWeekOfMonth","features":[46]}],"53":[{"name":"IUserDataTaskDataProviderConnection","features":[47]},{"name":"IUserDataTaskDataProviderTriggerDetails","features":[47]},{"name":"IUserDataTaskListCompleteTaskRequest","features":[47]},{"name":"IUserDataTaskListCompleteTaskRequestEventArgs","features":[47]},{"name":"IUserDataTaskListCreateOrUpdateTaskRequest","features":[47]},{"name":"IUserDataTaskListCreateOrUpdateTaskRequestEventArgs","features":[47]},{"name":"IUserDataTaskListDeleteTaskRequest","features":[47]},{"name":"IUserDataTaskListDeleteTaskRequestEventArgs","features":[47]},{"name":"IUserDataTaskListSkipOccurrenceRequest","features":[47]},{"name":"IUserDataTaskListSkipOccurrenceRequestEventArgs","features":[47]},{"name":"IUserDataTaskListSyncManagerSyncRequest","features":[47]},{"name":"IUserDataTaskListSyncManagerSyncRequestEventArgs","features":[47]},{"name":"UserDataTaskDataProviderConnection","features":[47]},{"name":"UserDataTaskDataProviderTriggerDetails","features":[47]},{"name":"UserDataTaskListCompleteTaskRequest","features":[47]},{"name":"UserDataTaskListCompleteTaskRequestEventArgs","features":[47]},{"name":"UserDataTaskListCreateOrUpdateTaskRequest","features":[47]},{"name":"UserDataTaskListCreateOrUpdateTaskRequestEventArgs","features":[47]},{"name":"UserDataTaskListDeleteTaskRequest","features":[47]},{"name":"UserDataTaskListDeleteTaskRequestEventArgs","features":[47]},{"name":"UserDataTaskListSkipOccurrenceRequest","features":[47]},{"name":"UserDataTaskListSkipOccurrenceRequestEventArgs","features":[47]},{"name":"UserDataTaskListSyncManagerSyncRequest","features":[47]},{"name":"UserDataTaskListSyncManagerSyncRequestEventArgs","features":[47]}],"54":[{"name":"IVoiceCommand","features":[48]},{"name":"IVoiceCommandCompletedEventArgs","features":[48]},{"name":"IVoiceCommandConfirmationResult","features":[48]},{"name":"IVoiceCommandContentTile","features":[48]},{"name":"IVoiceCommandDefinition","features":[48]},{"name":"IVoiceCommandDefinitionManagerStatics","features":[48]},{"name":"IVoiceCommandDisambiguationResult","features":[48]},{"name":"IVoiceCommandResponse","features":[48]},{"name":"IVoiceCommandResponseStatics","features":[48]},{"name":"IVoiceCommandServiceConnection","features":[48]},{"name":"IVoiceCommandServiceConnectionStatics","features":[48]},{"name":"IVoiceCommandUserMessage","features":[48]},{"name":"VoiceCommand","features":[48]},{"name":"VoiceCommandCompletedEventArgs","features":[48]},{"name":"VoiceCommandCompletionReason","features":[48]},{"name":"VoiceCommandConfirmationResult","features":[48]},{"name":"VoiceCommandContentTile","features":[48]},{"name":"VoiceCommandContentTileType","features":[48]},{"name":"VoiceCommandDefinition","features":[48]},{"name":"VoiceCommandDefinitionManager","features":[48]},{"name":"VoiceCommandDisambiguationResult","features":[48]},{"name":"VoiceCommandResponse","features":[48]},{"name":"VoiceCommandServiceConnection","features":[48]},{"name":"VoiceCommandUserMessage","features":[48]}],"55":[{"name":"IWalletBarcode","features":[49]},{"name":"IWalletBarcodeFactory","features":[49]},{"name":"IWalletItem","features":[49]},{"name":"IWalletItemCustomProperty","features":[49]},{"name":"IWalletItemCustomPropertyFactory","features":[49]},{"name":"IWalletItemFactory","features":[49]},{"name":"IWalletItemStore","features":[49]},{"name":"IWalletItemStore2","features":[49]},{"name":"IWalletManagerStatics","features":[49]},{"name":"IWalletRelevantLocation","features":[49]},{"name":"IWalletTransaction","features":[49]},{"name":"IWalletVerb","features":[49]},{"name":"IWalletVerbFactory","features":[49]},{"name":"WalletActionKind","features":[49]},{"name":"WalletBarcode","features":[49]},{"name":"WalletBarcodeSymbology","features":[49]},{"name":"WalletContract","features":[49]},{"name":"WalletDetailViewPosition","features":[49]},{"name":"WalletItem","features":[49]},{"name":"WalletItemCustomProperty","features":[49]},{"name":"WalletItemKind","features":[49]},{"name":"WalletItemStore","features":[49]},{"name":"WalletManager","features":[49]},{"name":"WalletRelevantLocation","features":[49]},{"name":"WalletSummaryViewPosition","features":[49]},{"name":"WalletTransaction","features":[49]},{"name":"WalletVerb","features":[49]}],"56":[{"name":"IWalletItemSystemStore","features":[50]},{"name":"IWalletItemSystemStore2","features":[50]},{"name":"IWalletManagerSystemStatics","features":[50]},{"name":"WalletItemAppAssociation","features":[50]},{"name":"WalletItemSystemStore","features":[50]},{"name":"WalletManagerSystem","features":[50]}],"57":[{"name":"HtmlUtilities","features":[51]},{"name":"IHtmlUtilities","features":[51]}],"58":[{"name":"IJsonArray","features":[52]},{"name":"IJsonArrayStatics","features":[52]},{"name":"IJsonErrorStatics2","features":[52]},{"name":"IJsonObject","features":[52]},{"name":"IJsonObjectStatics","features":[52]},{"name":"IJsonObjectWithDefaultValues","features":[52]},{"name":"IJsonValue","features":[52]},{"name":"IJsonValueStatics","features":[52]},{"name":"IJsonValueStatics2","features":[52]},{"name":"JsonArray","features":[52]},{"name":"JsonError","features":[52]},{"name":"JsonErrorStatus","features":[52]},{"name":"JsonObject","features":[52]},{"name":"JsonValue","features":[52]},{"name":"JsonValueType","features":[52]}],"59":[{"name":"IPdfDocument","features":[53]},{"name":"IPdfDocumentStatics","features":[53]},{"name":"IPdfPage","features":[53]},{"name":"IPdfPageDimensions","features":[53]},{"name":"IPdfPageRenderOptions","features":[53]},{"name":"PdfDocument","features":[53]},{"name":"PdfPage","features":[53]},{"name":"PdfPageDimensions","features":[53]},{"name":"PdfPageRenderOptions","features":[53]},{"name":"PdfPageRotation","features":[53]}],"60":[{"name":"AlternateNormalizationFormat","features":[54]},{"name":"AlternateWordForm","features":[54]},{"name":"IAlternateWordForm","features":[54]},{"name":"ISelectableWordSegment","features":[54]},{"name":"ISelectableWordsSegmenter","features":[54]},{"name":"ISelectableWordsSegmenterFactory","features":[54]},{"name":"ISemanticTextQuery","features":[54]},{"name":"ISemanticTextQueryFactory","features":[54]},{"name":"ITextConversionGenerator","features":[54]},{"name":"ITextConversionGeneratorFactory","features":[54]},{"name":"ITextPhoneme","features":[54]},{"name":"ITextPredictionGenerator","features":[54]},{"name":"ITextPredictionGenerator2","features":[54]},{"name":"ITextPredictionGeneratorFactory","features":[54]},{"name":"ITextReverseConversionGenerator","features":[54]},{"name":"ITextReverseConversionGenerator2","features":[54]},{"name":"ITextReverseConversionGeneratorFactory","features":[54]},{"name":"IUnicodeCharactersStatics","features":[54]},{"name":"IWordSegment","features":[54]},{"name":"IWordsSegmenter","features":[54]},{"name":"IWordsSegmenterFactory","features":[54]},{"name":"SelectableWordSegment","features":[54]},{"name":"SelectableWordSegmentsTokenizingHandler","features":[54,37]},{"name":"SelectableWordsSegmenter","features":[54]},{"name":"SemanticTextQuery","features":[54]},{"name":"TextConversionGenerator","features":[54]},{"name":"TextPhoneme","features":[54]},{"name":"TextPredictionGenerator","features":[54]},{"name":"TextPredictionOptions","features":[54]},{"name":"TextReverseConversionGenerator","features":[54]},{"name":"TextSegment","features":[54]},{"name":"UnicodeCharacters","features":[54]},{"name":"UnicodeGeneralCategory","features":[54]},{"name":"UnicodeNumericType","features":[54]},{"name":"WordSegment","features":[54]},{"name":"WordSegmentsTokenizingHandler","features":[54,37]},{"name":"WordsSegmenter","features":[54]}],"61":[{"name":"DtdEntity","features":[55]},{"name":"DtdNotation","features":[55]},{"name":"IDtdEntity","features":[55]},{"name":"IDtdNotation","features":[55]},{"name":"IXmlAttribute","features":[55]},{"name":"IXmlCDataSection","features":[55]},{"name":"IXmlCharacterData","features":[55]},{"name":"IXmlComment","features":[55]},{"name":"IXmlDocument","features":[55]},{"name":"IXmlDocumentFragment","features":[55]},{"name":"IXmlDocumentIO","features":[55]},{"name":"IXmlDocumentIO2","features":[55]},{"name":"IXmlDocumentStatics","features":[55]},{"name":"IXmlDocumentType","features":[55]},{"name":"IXmlDomImplementation","features":[55]},{"name":"IXmlElement","features":[55]},{"name":"IXmlEntityReference","features":[55]},{"name":"IXmlLoadSettings","features":[55]},{"name":"IXmlNamedNodeMap","features":[55]},{"name":"IXmlNode","features":[55]},{"name":"IXmlNodeList","features":[55]},{"name":"IXmlNodeSelector","features":[55]},{"name":"IXmlNodeSerializer","features":[55]},{"name":"IXmlProcessingInstruction","features":[55]},{"name":"IXmlText","features":[55]},{"name":"NodeType","features":[55]},{"name":"XmlAttribute","features":[55]},{"name":"XmlCDataSection","features":[55]},{"name":"XmlComment","features":[55]},{"name":"XmlDocument","features":[55]},{"name":"XmlDocumentFragment","features":[55]},{"name":"XmlDocumentType","features":[55]},{"name":"XmlDomImplementation","features":[55]},{"name":"XmlElement","features":[55]},{"name":"XmlEntityReference","features":[55]},{"name":"XmlLoadSettings","features":[55]},{"name":"XmlNamedNodeMap","features":[55]},{"name":"XmlNodeList","features":[55]},{"name":"XmlProcessingInstruction","features":[55]},{"name":"XmlText","features":[55]}],"62":[{"name":"IXsltProcessor","features":[56]},{"name":"IXsltProcessor2","features":[56]},{"name":"IXsltProcessorFactory","features":[56]},{"name":"XsltProcessor","features":[56]}],"63":[{"name":"DevicesLowLevelContract","features":[57]},{"name":"ILowLevelDevicesAggregateProvider","features":[57]},{"name":"ILowLevelDevicesAggregateProviderFactory","features":[57]},{"name":"ILowLevelDevicesController","features":[57]},{"name":"ILowLevelDevicesControllerStatics","features":[57]},{"name":"LowLevelDevicesAggregateProvider","features":[57]},{"name":"LowLevelDevicesController","features":[57]}],"64":[{"name":"AdcChannel","features":[58]},{"name":"AdcChannelMode","features":[58]},{"name":"AdcController","features":[58]},{"name":"IAdcChannel","features":[58]},{"name":"IAdcController","features":[58]},{"name":"IAdcControllerStatics","features":[58]},{"name":"IAdcControllerStatics2","features":[58]}],"65":[{"name":"IAdcControllerProvider","features":[59]},{"name":"IAdcProvider","features":[59]},{"name":"ProviderAdcChannelMode","features":[59]}],"66":[{"name":"DeviceServicingDetails","features":[60]},{"name":"DeviceUseDetails","features":[60]},{"name":"IDeviceServicingDetails","features":[60]},{"name":"IDeviceUseDetails","features":[60]}],"67":[{"name":"BluetoothAdapter","features":[61]},{"name":"BluetoothAddressType","features":[61]},{"name":"BluetoothCacheMode","features":[61]},{"name":"BluetoothClassOfDevice","features":[61]},{"name":"BluetoothConnectionStatus","features":[61]},{"name":"BluetoothDevice","features":[61]},{"name":"BluetoothDeviceId","features":[61]},{"name":"BluetoothError","features":[61]},{"name":"BluetoothLEAppearance","features":[61]},{"name":"BluetoothLEAppearanceCategories","features":[61]},{"name":"BluetoothLEAppearanceSubcategories","features":[61]},{"name":"BluetoothLEConnectionParameters","features":[61]},{"name":"BluetoothLEConnectionPhy","features":[61]},{"name":"BluetoothLEConnectionPhyInfo","features":[61]},{"name":"BluetoothLEDevice","features":[61]},{"name":"BluetoothLEPreferredConnectionParameters","features":[61]},{"name":"BluetoothLEPreferredConnectionParametersRequest","features":[61]},{"name":"BluetoothLEPreferredConnectionParametersRequestStatus","features":[61]},{"name":"BluetoothMajorClass","features":[61]},{"name":"BluetoothMinorClass","features":[61]},{"name":"BluetoothServiceCapabilities","features":[61]},{"name":"BluetoothSignalStrengthFilter","features":[61]},{"name":"BluetoothUuidHelper","features":[61]},{"name":"IBluetoothAdapter","features":[61]},{"name":"IBluetoothAdapter2","features":[61]},{"name":"IBluetoothAdapter3","features":[61]},{"name":"IBluetoothAdapterStatics","features":[61]},{"name":"IBluetoothClassOfDevice","features":[61]},{"name":"IBluetoothClassOfDeviceStatics","features":[61]},{"name":"IBluetoothDevice","features":[61]},{"name":"IBluetoothDevice2","features":[61]},{"name":"IBluetoothDevice3","features":[61]},{"name":"IBluetoothDevice4","features":[61]},{"name":"IBluetoothDevice5","features":[61]},{"name":"IBluetoothDeviceId","features":[61]},{"name":"IBluetoothDeviceIdStatics","features":[61]},{"name":"IBluetoothDeviceStatics","features":[61]},{"name":"IBluetoothDeviceStatics2","features":[61]},{"name":"IBluetoothLEAppearance","features":[61]},{"name":"IBluetoothLEAppearanceCategoriesStatics","features":[61]},{"name":"IBluetoothLEAppearanceStatics","features":[61]},{"name":"IBluetoothLEAppearanceSubcategoriesStatics","features":[61]},{"name":"IBluetoothLEConnectionParameters","features":[61]},{"name":"IBluetoothLEConnectionPhy","features":[61]},{"name":"IBluetoothLEConnectionPhyInfo","features":[61]},{"name":"IBluetoothLEDevice","features":[61]},{"name":"IBluetoothLEDevice2","features":[61]},{"name":"IBluetoothLEDevice3","features":[61]},{"name":"IBluetoothLEDevice4","features":[61]},{"name":"IBluetoothLEDevice5","features":[61]},{"name":"IBluetoothLEDevice6","features":[61]},{"name":"IBluetoothLEDeviceStatics","features":[61]},{"name":"IBluetoothLEDeviceStatics2","features":[61]},{"name":"IBluetoothLEPreferredConnectionParameters","features":[61]},{"name":"IBluetoothLEPreferredConnectionParametersRequest","features":[61]},{"name":"IBluetoothLEPreferredConnectionParametersStatics","features":[61]},{"name":"IBluetoothSignalStrengthFilter","features":[61]},{"name":"IBluetoothUuidHelperStatics","features":[61]}],"68":[{"name":"BluetoothLEAdvertisement","features":[62]},{"name":"BluetoothLEAdvertisementBytePattern","features":[62]},{"name":"BluetoothLEAdvertisementDataSection","features":[62]},{"name":"BluetoothLEAdvertisementDataTypes","features":[62]},{"name":"BluetoothLEAdvertisementFilter","features":[62]},{"name":"BluetoothLEAdvertisementFlags","features":[62]},{"name":"BluetoothLEAdvertisementPublisher","features":[62]},{"name":"BluetoothLEAdvertisementPublisherStatus","features":[62]},{"name":"BluetoothLEAdvertisementPublisherStatusChangedEventArgs","features":[62]},{"name":"BluetoothLEAdvertisementReceivedEventArgs","features":[62]},{"name":"BluetoothLEAdvertisementType","features":[62]},{"name":"BluetoothLEAdvertisementWatcher","features":[62]},{"name":"BluetoothLEAdvertisementWatcherStatus","features":[62]},{"name":"BluetoothLEAdvertisementWatcherStoppedEventArgs","features":[62]},{"name":"BluetoothLEManufacturerData","features":[62]},{"name":"BluetoothLEScanningMode","features":[62]},{"name":"IBluetoothLEAdvertisement","features":[62]},{"name":"IBluetoothLEAdvertisementBytePattern","features":[62]},{"name":"IBluetoothLEAdvertisementBytePatternFactory","features":[62]},{"name":"IBluetoothLEAdvertisementDataSection","features":[62]},{"name":"IBluetoothLEAdvertisementDataSectionFactory","features":[62]},{"name":"IBluetoothLEAdvertisementDataTypesStatics","features":[62]},{"name":"IBluetoothLEAdvertisementFilter","features":[62]},{"name":"IBluetoothLEAdvertisementPublisher","features":[62]},{"name":"IBluetoothLEAdvertisementPublisher2","features":[62]},{"name":"IBluetoothLEAdvertisementPublisherFactory","features":[62]},{"name":"IBluetoothLEAdvertisementPublisherStatusChangedEventArgs","features":[62]},{"name":"IBluetoothLEAdvertisementPublisherStatusChangedEventArgs2","features":[62]},{"name":"IBluetoothLEAdvertisementReceivedEventArgs","features":[62]},{"name":"IBluetoothLEAdvertisementReceivedEventArgs2","features":[62]},{"name":"IBluetoothLEAdvertisementWatcher","features":[62]},{"name":"IBluetoothLEAdvertisementWatcher2","features":[62]},{"name":"IBluetoothLEAdvertisementWatcherFactory","features":[62]},{"name":"IBluetoothLEAdvertisementWatcherStoppedEventArgs","features":[62]},{"name":"IBluetoothLEManufacturerData","features":[62]},{"name":"IBluetoothLEManufacturerDataFactory","features":[62]}],"69":[{"name":"BluetoothEventTriggeringMode","features":[63]},{"name":"BluetoothLEAdvertisementPublisherTriggerDetails","features":[63]},{"name":"BluetoothLEAdvertisementWatcherTriggerDetails","features":[63]},{"name":"GattCharacteristicNotificationTriggerDetails","features":[63]},{"name":"GattServiceProviderConnection","features":[63]},{"name":"GattServiceProviderTriggerDetails","features":[63]},{"name":"IBluetoothLEAdvertisementPublisherTriggerDetails","features":[63]},{"name":"IBluetoothLEAdvertisementPublisherTriggerDetails2","features":[63]},{"name":"IBluetoothLEAdvertisementWatcherTriggerDetails","features":[63]},{"name":"IGattCharacteristicNotificationTriggerDetails","features":[63]},{"name":"IGattCharacteristicNotificationTriggerDetails2","features":[63]},{"name":"IGattServiceProviderConnection","features":[63]},{"name":"IGattServiceProviderConnectionStatics","features":[63]},{"name":"IGattServiceProviderTriggerDetails","features":[63]},{"name":"IRfcommConnectionTriggerDetails","features":[63]},{"name":"IRfcommInboundConnectionInformation","features":[63]},{"name":"IRfcommOutboundConnectionInformation","features":[63]},{"name":"RfcommConnectionTriggerDetails","features":[63]},{"name":"RfcommInboundConnectionInformation","features":[63]},{"name":"RfcommOutboundConnectionInformation","features":[63]}],"70":[{"name":"GattCharacteristic","features":[64]},{"name":"GattCharacteristicProperties","features":[64]},{"name":"GattCharacteristicUuids","features":[64]},{"name":"GattCharacteristicsResult","features":[64]},{"name":"GattClientCharacteristicConfigurationDescriptorValue","features":[64]},{"name":"GattClientNotificationResult","features":[64]},{"name":"GattCommunicationStatus","features":[64]},{"name":"GattDescriptor","features":[64]},{"name":"GattDescriptorUuids","features":[64]},{"name":"GattDescriptorsResult","features":[64]},{"name":"GattDeviceService","features":[64]},{"name":"GattDeviceServicesResult","features":[64]},{"name":"GattLocalCharacteristic","features":[64]},{"name":"GattLocalCharacteristicParameters","features":[64]},{"name":"GattLocalCharacteristicResult","features":[64]},{"name":"GattLocalDescriptor","features":[64]},{"name":"GattLocalDescriptorParameters","features":[64]},{"name":"GattLocalDescriptorResult","features":[64]},{"name":"GattLocalService","features":[64]},{"name":"GattOpenStatus","features":[64]},{"name":"GattPresentationFormat","features":[64]},{"name":"GattPresentationFormatTypes","features":[64]},{"name":"GattProtectionLevel","features":[64]},{"name":"GattProtocolError","features":[64]},{"name":"GattReadClientCharacteristicConfigurationDescriptorResult","features":[64]},{"name":"GattReadRequest","features":[64]},{"name":"GattReadRequestedEventArgs","features":[64]},{"name":"GattReadResult","features":[64]},{"name":"GattReliableWriteTransaction","features":[64]},{"name":"GattRequestState","features":[64]},{"name":"GattRequestStateChangedEventArgs","features":[64]},{"name":"GattServiceProvider","features":[64]},{"name":"GattServiceProviderAdvertisementStatus","features":[64]},{"name":"GattServiceProviderAdvertisementStatusChangedEventArgs","features":[64]},{"name":"GattServiceProviderAdvertisingParameters","features":[64]},{"name":"GattServiceProviderResult","features":[64]},{"name":"GattServiceUuids","features":[64]},{"name":"GattSession","features":[64]},{"name":"GattSessionStatus","features":[64]},{"name":"GattSessionStatusChangedEventArgs","features":[64]},{"name":"GattSharingMode","features":[64]},{"name":"GattSubscribedClient","features":[64]},{"name":"GattValueChangedEventArgs","features":[64]},{"name":"GattWriteOption","features":[64]},{"name":"GattWriteRequest","features":[64]},{"name":"GattWriteRequestedEventArgs","features":[64]},{"name":"GattWriteResult","features":[64]},{"name":"IGattCharacteristic","features":[64]},{"name":"IGattCharacteristic2","features":[64]},{"name":"IGattCharacteristic3","features":[64]},{"name":"IGattCharacteristicStatics","features":[64]},{"name":"IGattCharacteristicUuidsStatics","features":[64]},{"name":"IGattCharacteristicUuidsStatics2","features":[64]},{"name":"IGattCharacteristicsResult","features":[64]},{"name":"IGattClientNotificationResult","features":[64]},{"name":"IGattClientNotificationResult2","features":[64]},{"name":"IGattDescriptor","features":[64]},{"name":"IGattDescriptor2","features":[64]},{"name":"IGattDescriptorStatics","features":[64]},{"name":"IGattDescriptorUuidsStatics","features":[64]},{"name":"IGattDescriptorsResult","features":[64]},{"name":"IGattDeviceService","features":[64]},{"name":"IGattDeviceService2","features":[64]},{"name":"IGattDeviceService3","features":[64]},{"name":"IGattDeviceServiceStatics","features":[64]},{"name":"IGattDeviceServiceStatics2","features":[64]},{"name":"IGattDeviceServicesResult","features":[64]},{"name":"IGattLocalCharacteristic","features":[64]},{"name":"IGattLocalCharacteristicParameters","features":[64]},{"name":"IGattLocalCharacteristicResult","features":[64]},{"name":"IGattLocalDescriptor","features":[64]},{"name":"IGattLocalDescriptorParameters","features":[64]},{"name":"IGattLocalDescriptorResult","features":[64]},{"name":"IGattLocalService","features":[64]},{"name":"IGattPresentationFormat","features":[64]},{"name":"IGattPresentationFormatStatics","features":[64]},{"name":"IGattPresentationFormatStatics2","features":[64]},{"name":"IGattPresentationFormatTypesStatics","features":[64]},{"name":"IGattProtocolErrorStatics","features":[64]},{"name":"IGattReadClientCharacteristicConfigurationDescriptorResult","features":[64]},{"name":"IGattReadClientCharacteristicConfigurationDescriptorResult2","features":[64]},{"name":"IGattReadRequest","features":[64]},{"name":"IGattReadRequestedEventArgs","features":[64]},{"name":"IGattReadResult","features":[64]},{"name":"IGattReadResult2","features":[64]},{"name":"IGattReliableWriteTransaction","features":[64]},{"name":"IGattReliableWriteTransaction2","features":[64]},{"name":"IGattRequestStateChangedEventArgs","features":[64]},{"name":"IGattServiceProvider","features":[64]},{"name":"IGattServiceProviderAdvertisementStatusChangedEventArgs","features":[64]},{"name":"IGattServiceProviderAdvertisingParameters","features":[64]},{"name":"IGattServiceProviderAdvertisingParameters2","features":[64]},{"name":"IGattServiceProviderResult","features":[64]},{"name":"IGattServiceProviderStatics","features":[64]},{"name":"IGattServiceUuidsStatics","features":[64]},{"name":"IGattServiceUuidsStatics2","features":[64]},{"name":"IGattSession","features":[64]},{"name":"IGattSessionStatics","features":[64]},{"name":"IGattSessionStatusChangedEventArgs","features":[64]},{"name":"IGattSubscribedClient","features":[64]},{"name":"IGattValueChangedEventArgs","features":[64]},{"name":"IGattWriteRequest","features":[64]},{"name":"IGattWriteRequestedEventArgs","features":[64]},{"name":"IGattWriteResult","features":[64]}],"71":[{"name":"IRfcommDeviceService","features":[65]},{"name":"IRfcommDeviceService2","features":[65]},{"name":"IRfcommDeviceService3","features":[65]},{"name":"IRfcommDeviceServiceStatics","features":[65]},{"name":"IRfcommDeviceServiceStatics2","features":[65]},{"name":"IRfcommDeviceServicesResult","features":[65]},{"name":"IRfcommServiceId","features":[65]},{"name":"IRfcommServiceIdStatics","features":[65]},{"name":"IRfcommServiceProvider","features":[65]},{"name":"IRfcommServiceProvider2","features":[65]},{"name":"IRfcommServiceProviderStatics","features":[65]},{"name":"RfcommDeviceService","features":[65]},{"name":"RfcommDeviceServicesResult","features":[65]},{"name":"RfcommServiceId","features":[65]},{"name":"RfcommServiceProvider","features":[65]}],"72":[{"name":"CustomDevice","features":[66]},{"name":"CustomDeviceContract","features":[66]},{"name":"DeviceAccessMode","features":[66]},{"name":"DeviceSharingMode","features":[66]},{"name":"ICustomDevice","features":[66]},{"name":"ICustomDeviceStatics","features":[66]},{"name":"IIOControlCode","features":[66]},{"name":"IIOControlCodeFactory","features":[66]},{"name":"IKnownDeviceTypesStatics","features":[66]},{"name":"IOControlAccessMode","features":[66]},{"name":"IOControlBufferingMethod","features":[66]},{"name":"IOControlCode","features":[66]},{"name":"KnownDeviceTypes","features":[66]}],"73":[{"name":"DisplayMonitor","features":[67]},{"name":"DisplayMonitorConnectionKind","features":[67]},{"name":"DisplayMonitorDescriptorKind","features":[67]},{"name":"DisplayMonitorPhysicalConnectorKind","features":[67]},{"name":"DisplayMonitorUsageKind","features":[67]},{"name":"IDisplayMonitor","features":[67]},{"name":"IDisplayMonitor2","features":[67]},{"name":"IDisplayMonitorStatics","features":[67]}],"74":[{"name":"DisplayAdapter","features":[68]},{"name":"DisplayBitsPerChannel","features":[68]},{"name":"DisplayDevice","features":[68]},{"name":"DisplayDeviceCapability","features":[68]},{"name":"DisplayFence","features":[68]},{"name":"DisplayManager","features":[68]},{"name":"DisplayManagerChangedEventArgs","features":[68]},{"name":"DisplayManagerDisabledEventArgs","features":[68]},{"name":"DisplayManagerEnabledEventArgs","features":[68]},{"name":"DisplayManagerOptions","features":[68]},{"name":"DisplayManagerPathsFailedOrInvalidatedEventArgs","features":[68]},{"name":"DisplayManagerResult","features":[68]},{"name":"DisplayManagerResultWithState","features":[68]},{"name":"DisplayModeInfo","features":[68]},{"name":"DisplayModeQueryOptions","features":[68]},{"name":"DisplayMuxDevice","features":[68]},{"name":"DisplayPath","features":[68]},{"name":"DisplayPathScaling","features":[68]},{"name":"DisplayPathStatus","features":[68]},{"name":"DisplayPresentStatus","features":[68]},{"name":"DisplayPresentationRate","features":[68,69]},{"name":"DisplayPrimaryDescription","features":[68]},{"name":"DisplayRotation","features":[68]},{"name":"DisplayScanout","features":[68]},{"name":"DisplayScanoutOptions","features":[68]},{"name":"DisplaySource","features":[68]},{"name":"DisplaySourceStatus","features":[68]},{"name":"DisplayState","features":[68]},{"name":"DisplayStateApplyOptions","features":[68]},{"name":"DisplayStateFunctionalizeOptions","features":[68]},{"name":"DisplayStateOperationResult","features":[68]},{"name":"DisplayStateOperationStatus","features":[68]},{"name":"DisplaySurface","features":[68]},{"name":"DisplayTarget","features":[68]},{"name":"DisplayTargetPersistence","features":[68]},{"name":"DisplayTask","features":[68]},{"name":"DisplayTaskPool","features":[68]},{"name":"DisplayTaskResult","features":[68]},{"name":"DisplayTaskSignalKind","features":[68]},{"name":"DisplayView","features":[68]},{"name":"DisplayWireFormat","features":[68]},{"name":"DisplayWireFormatColorSpace","features":[68]},{"name":"DisplayWireFormatEotf","features":[68]},{"name":"DisplayWireFormatHdrMetadata","features":[68]},{"name":"DisplayWireFormatPixelEncoding","features":[68]},{"name":"IDisplayAdapter","features":[68]},{"name":"IDisplayAdapter2","features":[68]},{"name":"IDisplayAdapterStatics","features":[68]},{"name":"IDisplayDevice","features":[68]},{"name":"IDisplayDevice2","features":[68]},{"name":"IDisplayDeviceRenderAdapter","features":[68]},{"name":"IDisplayFence","features":[68]},{"name":"IDisplayManager","features":[68]},{"name":"IDisplayManager2","features":[68]},{"name":"IDisplayManager3","features":[68]},{"name":"IDisplayManagerChangedEventArgs","features":[68]},{"name":"IDisplayManagerDisabledEventArgs","features":[68]},{"name":"IDisplayManagerEnabledEventArgs","features":[68]},{"name":"IDisplayManagerPathsFailedOrInvalidatedEventArgs","features":[68]},{"name":"IDisplayManagerResultWithState","features":[68]},{"name":"IDisplayManagerStatics","features":[68]},{"name":"IDisplayModeInfo","features":[68]},{"name":"IDisplayModeInfo2","features":[68]},{"name":"IDisplayMuxDevice","features":[68]},{"name":"IDisplayMuxDeviceStatics","features":[68]},{"name":"IDisplayPath","features":[68]},{"name":"IDisplayPath2","features":[68]},{"name":"IDisplayPrimaryDescription","features":[68]},{"name":"IDisplayPrimaryDescriptionFactory","features":[68]},{"name":"IDisplayPrimaryDescriptionStatics","features":[68]},{"name":"IDisplayScanout","features":[68]},{"name":"IDisplaySource","features":[68]},{"name":"IDisplaySource2","features":[68]},{"name":"IDisplayState","features":[68]},{"name":"IDisplayStateOperationResult","features":[68]},{"name":"IDisplaySurface","features":[68]},{"name":"IDisplayTarget","features":[68]},{"name":"IDisplayTask","features":[68]},{"name":"IDisplayTask2","features":[68]},{"name":"IDisplayTaskPool","features":[68]},{"name":"IDisplayTaskPool2","features":[68]},{"name":"IDisplayTaskResult","features":[68]},{"name":"IDisplayView","features":[68]},{"name":"IDisplayWireFormat","features":[68]},{"name":"IDisplayWireFormatFactory","features":[68]},{"name":"IDisplayWireFormatStatics","features":[68]}],"75":[{"name":"DeviceAccessChangedEventArgs","features":[70]},{"name":"DeviceAccessInformation","features":[70]},{"name":"DeviceAccessStatus","features":[70]},{"name":"DeviceClass","features":[70]},{"name":"DeviceConnectionChangeTriggerDetails","features":[70]},{"name":"DeviceDisconnectButtonClickedEventArgs","features":[70]},{"name":"DeviceInformation","features":[70]},{"name":"DeviceInformationCollection","features":[70,37]},{"name":"DeviceInformationCustomPairing","features":[70]},{"name":"DeviceInformationKind","features":[70]},{"name":"DeviceInformationPairing","features":[70]},{"name":"DeviceInformationUpdate","features":[70]},{"name":"DevicePairingAddPairingSetMemberStatus","features":[70]},{"name":"DevicePairingKinds","features":[70]},{"name":"DevicePairingProtectionLevel","features":[70]},{"name":"DevicePairingRequestedEventArgs","features":[70]},{"name":"DevicePairingResult","features":[70]},{"name":"DevicePairingResultStatus","features":[70]},{"name":"DevicePairingSetMembersRequestedEventArgs","features":[70]},{"name":"DevicePicker","features":[70]},{"name":"DevicePickerAppearance","features":[70]},{"name":"DevicePickerDisplayStatusOptions","features":[70]},{"name":"DevicePickerFilter","features":[70]},{"name":"DeviceSelectedEventArgs","features":[70]},{"name":"DeviceThumbnail","features":[70,71]},{"name":"DeviceUnpairingResult","features":[70]},{"name":"DeviceUnpairingResultStatus","features":[70]},{"name":"DeviceWatcher","features":[70]},{"name":"DeviceWatcherEvent","features":[70]},{"name":"DeviceWatcherEventKind","features":[70]},{"name":"DeviceWatcherStatus","features":[70]},{"name":"DeviceWatcherTriggerDetails","features":[70]},{"name":"EnclosureLocation","features":[70]},{"name":"IDeviceAccessChangedEventArgs","features":[70]},{"name":"IDeviceAccessChangedEventArgs2","features":[70]},{"name":"IDeviceAccessChangedEventArgs3","features":[70]},{"name":"IDeviceAccessInformation","features":[70]},{"name":"IDeviceAccessInformation2","features":[70]},{"name":"IDeviceAccessInformationStatics","features":[70]},{"name":"IDeviceConnectionChangeTriggerDetails","features":[70]},{"name":"IDeviceDisconnectButtonClickedEventArgs","features":[70]},{"name":"IDeviceEnumerationSettings","features":[70]},{"name":"IDeviceInformation","features":[70]},{"name":"IDeviceInformation2","features":[70]},{"name":"IDeviceInformationCustomPairing","features":[70]},{"name":"IDeviceInformationCustomPairing2","features":[70]},{"name":"IDeviceInformationPairing","features":[70]},{"name":"IDeviceInformationPairing2","features":[70]},{"name":"IDeviceInformationPairingStatics","features":[70]},{"name":"IDeviceInformationPairingStatics2","features":[70]},{"name":"IDeviceInformationStatics","features":[70]},{"name":"IDeviceInformationStatics2","features":[70]},{"name":"IDeviceInformationStatics3","features":[70]},{"name":"IDeviceInformationUpdate","features":[70]},{"name":"IDeviceInformationUpdate2","features":[70]},{"name":"IDevicePairingRequestedEventArgs","features":[70]},{"name":"IDevicePairingRequestedEventArgs2","features":[70]},{"name":"IDevicePairingRequestedEventArgs3","features":[70]},{"name":"IDevicePairingResult","features":[70]},{"name":"IDevicePairingSetMembersRequestedEventArgs","features":[70]},{"name":"IDevicePairingSettings","features":[70]},{"name":"IDevicePicker","features":[70]},{"name":"IDevicePickerAppearance","features":[70]},{"name":"IDevicePickerFilter","features":[70]},{"name":"IDeviceSelectedEventArgs","features":[70]},{"name":"IDeviceUnpairingResult","features":[70]},{"name":"IDeviceWatcher","features":[70]},{"name":"IDeviceWatcher2","features":[70]},{"name":"IDeviceWatcherEvent","features":[70]},{"name":"IDeviceWatcherTriggerDetails","features":[70]},{"name":"IEnclosureLocation","features":[70]},{"name":"IEnclosureLocation2","features":[70]},{"name":"Panel","features":[70]}],"76":[{"name":"IPnpObject","features":[72]},{"name":"IPnpObjectStatics","features":[72]},{"name":"IPnpObjectUpdate","features":[72]},{"name":"IPnpObjectWatcher","features":[72]},{"name":"PnpObject","features":[72]},{"name":"PnpObjectCollection","features":[72,37]},{"name":"PnpObjectType","features":[72]},{"name":"PnpObjectUpdate","features":[72]},{"name":"PnpObjectWatcher","features":[72]}],"77":[{"name":"AltitudeReferenceSystem","features":[73]},{"name":"BasicGeoposition","features":[73]},{"name":"CivicAddress","features":[73]},{"name":"GeoboundingBox","features":[73]},{"name":"Geocircle","features":[73]},{"name":"Geocoordinate","features":[73]},{"name":"GeocoordinateSatelliteData","features":[73]},{"name":"GeolocationAccessStatus","features":[73]},{"name":"Geolocator","features":[73]},{"name":"Geopath","features":[73]},{"name":"Geopoint","features":[73]},{"name":"Geoposition","features":[73]},{"name":"GeoshapeType","features":[73]},{"name":"Geovisit","features":[73]},{"name":"GeovisitMonitor","features":[73]},{"name":"GeovisitStateChangedEventArgs","features":[73]},{"name":"GeovisitTriggerDetails","features":[73]},{"name":"ICivicAddress","features":[73]},{"name":"IGeoboundingBox","features":[73]},{"name":"IGeoboundingBoxFactory","features":[73]},{"name":"IGeoboundingBoxStatics","features":[73]},{"name":"IGeocircle","features":[73]},{"name":"IGeocircleFactory","features":[73]},{"name":"IGeocoordinate","features":[73]},{"name":"IGeocoordinateSatelliteData","features":[73]},{"name":"IGeocoordinateSatelliteData2","features":[73]},{"name":"IGeocoordinateWithPoint","features":[73]},{"name":"IGeocoordinateWithPositionData","features":[73]},{"name":"IGeocoordinateWithPositionSourceTimestamp","features":[73]},{"name":"IGeocoordinateWithRemoteSource","features":[73]},{"name":"IGeolocator","features":[73]},{"name":"IGeolocator2","features":[73]},{"name":"IGeolocatorStatics","features":[73]},{"name":"IGeolocatorStatics2","features":[73]},{"name":"IGeolocatorWithScalarAccuracy","features":[73]},{"name":"IGeopath","features":[73]},{"name":"IGeopathFactory","features":[73]},{"name":"IGeopoint","features":[73]},{"name":"IGeopointFactory","features":[73]},{"name":"IGeoposition","features":[73]},{"name":"IGeoposition2","features":[73]},{"name":"IGeoshape","features":[73]},{"name":"IGeovisit","features":[73]},{"name":"IGeovisitMonitor","features":[73]},{"name":"IGeovisitMonitorStatics","features":[73]},{"name":"IGeovisitStateChangedEventArgs","features":[73]},{"name":"IGeovisitTriggerDetails","features":[73]},{"name":"IPositionChangedEventArgs","features":[73]},{"name":"IStatusChangedEventArgs","features":[73]},{"name":"IVenueData","features":[73]},{"name":"PositionAccuracy","features":[73]},{"name":"PositionChangedEventArgs","features":[73]},{"name":"PositionSource","features":[73]},{"name":"PositionStatus","features":[73]},{"name":"StatusChangedEventArgs","features":[73]},{"name":"VenueData","features":[73]},{"name":"VisitMonitoringScope","features":[73]},{"name":"VisitStateChange","features":[73]}],"78":[{"name":"Geofence","features":[74]},{"name":"GeofenceMonitor","features":[74]},{"name":"GeofenceMonitorStatus","features":[74]},{"name":"GeofenceRemovalReason","features":[74]},{"name":"GeofenceState","features":[74]},{"name":"GeofenceStateChangeReport","features":[74]},{"name":"IGeofence","features":[74]},{"name":"IGeofenceFactory","features":[74]},{"name":"IGeofenceMonitor","features":[74]},{"name":"IGeofenceMonitorStatics","features":[74]},{"name":"IGeofenceStateChangeReport","features":[74]},{"name":"MonitoredGeofenceStates","features":[74]}],"79":[{"name":"GeolocationProvider","features":[75]},{"name":"IGeolocationProvider","features":[75]},{"name":"LocationOverrideStatus","features":[75]}],"80":[{"name":"GpioChangeCount","features":[76,77]},{"name":"GpioChangeCounter","features":[76]},{"name":"GpioChangePolarity","features":[76]},{"name":"GpioChangeReader","features":[76]},{"name":"GpioChangeRecord","features":[76,77]},{"name":"GpioController","features":[76]},{"name":"GpioOpenStatus","features":[76]},{"name":"GpioPin","features":[76]},{"name":"GpioPinDriveMode","features":[76]},{"name":"GpioPinEdge","features":[76]},{"name":"GpioPinValue","features":[76]},{"name":"GpioPinValueChangedEventArgs","features":[76]},{"name":"GpioSharingMode","features":[76]},{"name":"IGpioChangeCounter","features":[76]},{"name":"IGpioChangeCounterFactory","features":[76]},{"name":"IGpioChangeReader","features":[76]},{"name":"IGpioChangeReaderFactory","features":[76]},{"name":"IGpioController","features":[76]},{"name":"IGpioControllerStatics","features":[76]},{"name":"IGpioControllerStatics2","features":[76]},{"name":"IGpioPin","features":[76]},{"name":"IGpioPinValueChangedEventArgs","features":[76]}],"81":[{"name":"GpioPinProviderValueChangedEventArgs","features":[78]},{"name":"IGpioControllerProvider","features":[78]},{"name":"IGpioPinProvider","features":[78]},{"name":"IGpioPinProviderValueChangedEventArgs","features":[78]},{"name":"IGpioPinProviderValueChangedEventArgsFactory","features":[78]},{"name":"IGpioProvider","features":[78]},{"name":"ProviderGpioPinDriveMode","features":[78]},{"name":"ProviderGpioPinEdge","features":[78]},{"name":"ProviderGpioPinValue","features":[78]},{"name":"ProviderGpioSharingMode","features":[78]}],"82":[{"name":"IKnownSimpleHapticsControllerWaveformsStatics","features":[79]},{"name":"IKnownSimpleHapticsControllerWaveformsStatics2","features":[79]},{"name":"ISimpleHapticsController","features":[79]},{"name":"ISimpleHapticsControllerFeedback","features":[79]},{"name":"IVibrationDevice","features":[79]},{"name":"IVibrationDeviceStatics","features":[79]},{"name":"KnownSimpleHapticsControllerWaveforms","features":[79]},{"name":"SimpleHapticsController","features":[79]},{"name":"SimpleHapticsControllerFeedback","features":[79]},{"name":"VibrationAccessStatus","features":[79]},{"name":"VibrationDevice","features":[79]}],"83":[{"name":"HidBooleanControl","features":[80]},{"name":"HidBooleanControlDescription","features":[80]},{"name":"HidCollection","features":[80]},{"name":"HidCollectionType","features":[80]},{"name":"HidDevice","features":[80]},{"name":"HidFeatureReport","features":[80]},{"name":"HidInputReport","features":[80]},{"name":"HidInputReportReceivedEventArgs","features":[80]},{"name":"HidNumericControl","features":[80]},{"name":"HidNumericControlDescription","features":[80]},{"name":"HidOutputReport","features":[80]},{"name":"HidReportType","features":[80]},{"name":"IHidBooleanControl","features":[80]},{"name":"IHidBooleanControlDescription","features":[80]},{"name":"IHidBooleanControlDescription2","features":[80]},{"name":"IHidCollection","features":[80]},{"name":"IHidDevice","features":[80]},{"name":"IHidDeviceStatics","features":[80]},{"name":"IHidFeatureReport","features":[80]},{"name":"IHidInputReport","features":[80]},{"name":"IHidInputReportReceivedEventArgs","features":[80]},{"name":"IHidNumericControl","features":[80]},{"name":"IHidNumericControlDescription","features":[80]},{"name":"IHidOutputReport","features":[80]}],"84":[{"name":"I2cBusSpeed","features":[81]},{"name":"I2cConnectionSettings","features":[81]},{"name":"I2cController","features":[81]},{"name":"I2cDevice","features":[81]},{"name":"I2cSharingMode","features":[81]},{"name":"I2cTransferResult","features":[81]},{"name":"I2cTransferStatus","features":[81]},{"name":"II2cConnectionSettings","features":[81]},{"name":"II2cConnectionSettingsFactory","features":[81]},{"name":"II2cController","features":[81]},{"name":"II2cControllerStatics","features":[81]},{"name":"II2cDevice","features":[81]},{"name":"II2cDeviceStatics","features":[81]}],"85":[{"name":"II2cControllerProvider","features":[82]},{"name":"II2cDeviceProvider","features":[82]},{"name":"II2cProvider","features":[82]},{"name":"IProviderI2cConnectionSettings","features":[82]},{"name":"ProviderI2cBusSpeed","features":[82]},{"name":"ProviderI2cConnectionSettings","features":[82]},{"name":"ProviderI2cSharingMode","features":[82]},{"name":"ProviderI2cTransferResult","features":[82]},{"name":"ProviderI2cTransferStatus","features":[82]}],"86":[{"name":"IKeyboardCapabilities","features":[83]},{"name":"IMouseCapabilities","features":[83]},{"name":"IMouseDevice","features":[83]},{"name":"IMouseDeviceStatics","features":[83]},{"name":"IMouseEventArgs","features":[83]},{"name":"IPenButtonListener","features":[83]},{"name":"IPenButtonListenerStatics","features":[83]},{"name":"IPenDevice","features":[83]},{"name":"IPenDevice2","features":[83]},{"name":"IPenDeviceStatics","features":[83]},{"name":"IPenDockListener","features":[83]},{"name":"IPenDockListenerStatics","features":[83]},{"name":"IPenDockedEventArgs","features":[83]},{"name":"IPenTailButtonClickedEventArgs","features":[83]},{"name":"IPenTailButtonDoubleClickedEventArgs","features":[83]},{"name":"IPenTailButtonLongPressedEventArgs","features":[83]},{"name":"IPenUndockedEventArgs","features":[83]},{"name":"IPointerDevice","features":[83]},{"name":"IPointerDevice2","features":[83]},{"name":"IPointerDeviceStatics","features":[83]},{"name":"ITouchCapabilities","features":[83]},{"name":"KeyboardCapabilities","features":[83]},{"name":"MouseCapabilities","features":[83]},{"name":"MouseDelta","features":[83]},{"name":"MouseDevice","features":[83]},{"name":"MouseEventArgs","features":[83]},{"name":"PenButtonListener","features":[83]},{"name":"PenDevice","features":[83]},{"name":"PenDockListener","features":[83]},{"name":"PenDockedEventArgs","features":[83]},{"name":"PenTailButtonClickedEventArgs","features":[83]},{"name":"PenTailButtonDoubleClickedEventArgs","features":[83]},{"name":"PenTailButtonLongPressedEventArgs","features":[83]},{"name":"PenUndockedEventArgs","features":[83]},{"name":"PointerDevice","features":[83]},{"name":"PointerDeviceType","features":[83]},{"name":"PointerDeviceUsage","features":[83]},{"name":"TouchCapabilities","features":[83]}],"87":[{"name":"GazeDeviceConfigurationStatePreview","features":[84]},{"name":"GazeDevicePreview","features":[84]},{"name":"GazeDeviceWatcherAddedPreviewEventArgs","features":[84]},{"name":"GazeDeviceWatcherPreview","features":[84]},{"name":"GazeDeviceWatcherRemovedPreviewEventArgs","features":[84]},{"name":"GazeDeviceWatcherUpdatedPreviewEventArgs","features":[84]},{"name":"GazeEnteredPreviewEventArgs","features":[84]},{"name":"GazeExitedPreviewEventArgs","features":[84]},{"name":"GazeInputSourcePreview","features":[84]},{"name":"GazeMovedPreviewEventArgs","features":[84]},{"name":"GazePointPreview","features":[84]},{"name":"IGazeDevicePreview","features":[84]},{"name":"IGazeDeviceWatcherAddedPreviewEventArgs","features":[84]},{"name":"IGazeDeviceWatcherPreview","features":[84]},{"name":"IGazeDeviceWatcherRemovedPreviewEventArgs","features":[84]},{"name":"IGazeDeviceWatcherUpdatedPreviewEventArgs","features":[84]},{"name":"IGazeEnteredPreviewEventArgs","features":[84]},{"name":"IGazeExitedPreviewEventArgs","features":[84]},{"name":"IGazeInputSourcePreview","features":[84]},{"name":"IGazeInputSourcePreviewStatics","features":[84]},{"name":"IGazeMovedPreviewEventArgs","features":[84]},{"name":"IGazePointPreview","features":[84]}],"88":[{"name":"ILamp","features":[85]},{"name":"ILampArray","features":[85]},{"name":"ILampArray2","features":[85]},{"name":"ILampArrayStatics","features":[85]},{"name":"ILampAvailabilityChangedEventArgs","features":[85]},{"name":"ILampInfo","features":[85]},{"name":"ILampStatics","features":[85]},{"name":"Lamp","features":[85]},{"name":"LampArray","features":[85]},{"name":"LampArrayKind","features":[85]},{"name":"LampAvailabilityChangedEventArgs","features":[85]},{"name":"LampInfo","features":[85]},{"name":"LampPurposes","features":[85]}],"89":[{"name":"ILampArrayBitmapEffect","features":[86]},{"name":"ILampArrayBitmapEffectFactory","features":[86]},{"name":"ILampArrayBitmapRequestedEventArgs","features":[86]},{"name":"ILampArrayBlinkEffect","features":[86]},{"name":"ILampArrayBlinkEffectFactory","features":[86]},{"name":"ILampArrayColorRampEffect","features":[86]},{"name":"ILampArrayColorRampEffectFactory","features":[86]},{"name":"ILampArrayCustomEffect","features":[86]},{"name":"ILampArrayCustomEffectFactory","features":[86]},{"name":"ILampArrayEffect","features":[86]},{"name":"ILampArrayEffectPlaylist","features":[86]},{"name":"ILampArrayEffectPlaylistStatics","features":[86]},{"name":"ILampArraySolidEffect","features":[86]},{"name":"ILampArraySolidEffectFactory","features":[86]},{"name":"ILampArrayUpdateRequestedEventArgs","features":[86]},{"name":"LampArrayBitmapEffect","features":[86]},{"name":"LampArrayBitmapRequestedEventArgs","features":[86]},{"name":"LampArrayBlinkEffect","features":[86]},{"name":"LampArrayColorRampEffect","features":[86]},{"name":"LampArrayCustomEffect","features":[86]},{"name":"LampArrayEffectCompletionBehavior","features":[86]},{"name":"LampArrayEffectPlaylist","features":[86]},{"name":"LampArrayEffectStartMode","features":[86]},{"name":"LampArrayRepetitionMode","features":[86]},{"name":"LampArraySolidEffect","features":[86]},{"name":"LampArrayUpdateRequestedEventArgs","features":[86]}],"90":[{"name":"IMidiChannelPressureMessage","features":[87]},{"name":"IMidiChannelPressureMessageFactory","features":[87]},{"name":"IMidiControlChangeMessage","features":[87]},{"name":"IMidiControlChangeMessageFactory","features":[87]},{"name":"IMidiInPort","features":[87]},{"name":"IMidiInPortStatics","features":[87]},{"name":"IMidiMessage","features":[87]},{"name":"IMidiMessageReceivedEventArgs","features":[87]},{"name":"IMidiNoteOffMessage","features":[87]},{"name":"IMidiNoteOffMessageFactory","features":[87]},{"name":"IMidiNoteOnMessage","features":[87]},{"name":"IMidiNoteOnMessageFactory","features":[87]},{"name":"IMidiOutPort","features":[87]},{"name":"IMidiOutPortStatics","features":[87]},{"name":"IMidiPitchBendChangeMessage","features":[87]},{"name":"IMidiPitchBendChangeMessageFactory","features":[87]},{"name":"IMidiPolyphonicKeyPressureMessage","features":[87]},{"name":"IMidiPolyphonicKeyPressureMessageFactory","features":[87]},{"name":"IMidiProgramChangeMessage","features":[87]},{"name":"IMidiProgramChangeMessageFactory","features":[87]},{"name":"IMidiSongPositionPointerMessage","features":[87]},{"name":"IMidiSongPositionPointerMessageFactory","features":[87]},{"name":"IMidiSongSelectMessage","features":[87]},{"name":"IMidiSongSelectMessageFactory","features":[87]},{"name":"IMidiSynthesizer","features":[87]},{"name":"IMidiSynthesizerStatics","features":[87]},{"name":"IMidiSystemExclusiveMessageFactory","features":[87]},{"name":"IMidiTimeCodeMessage","features":[87]},{"name":"IMidiTimeCodeMessageFactory","features":[87]},{"name":"MidiActiveSensingMessage","features":[87]},{"name":"MidiChannelPressureMessage","features":[87]},{"name":"MidiContinueMessage","features":[87]},{"name":"MidiControlChangeMessage","features":[87]},{"name":"MidiInPort","features":[87]},{"name":"MidiMessageReceivedEventArgs","features":[87]},{"name":"MidiMessageType","features":[87]},{"name":"MidiNoteOffMessage","features":[87]},{"name":"MidiNoteOnMessage","features":[87]},{"name":"MidiOutPort","features":[87]},{"name":"MidiPitchBendChangeMessage","features":[87]},{"name":"MidiPolyphonicKeyPressureMessage","features":[87]},{"name":"MidiProgramChangeMessage","features":[87]},{"name":"MidiSongPositionPointerMessage","features":[87]},{"name":"MidiSongSelectMessage","features":[87]},{"name":"MidiStartMessage","features":[87]},{"name":"MidiStopMessage","features":[87]},{"name":"MidiSynthesizer","features":[87]},{"name":"MidiSystemExclusiveMessage","features":[87]},{"name":"MidiSystemResetMessage","features":[87]},{"name":"MidiTimeCodeMessage","features":[87]},{"name":"MidiTimingClockMessage","features":[87]},{"name":"MidiTuneRequestMessage","features":[87]}],"93":[{"name":"BarcodeScanner","features":[88]},{"name":"BarcodeScannerCapabilities","features":[88]},{"name":"BarcodeScannerDataReceivedEventArgs","features":[88]},{"name":"BarcodeScannerErrorOccurredEventArgs","features":[88]},{"name":"BarcodeScannerImagePreviewReceivedEventArgs","features":[88]},{"name":"BarcodeScannerReport","features":[88]},{"name":"BarcodeScannerStatus","features":[88]},{"name":"BarcodeScannerStatusUpdatedEventArgs","features":[88]},{"name":"BarcodeSymbologies","features":[88]},{"name":"BarcodeSymbologyAttributes","features":[88]},{"name":"BarcodeSymbologyDecodeLengthKind","features":[88]},{"name":"CashDrawer","features":[88]},{"name":"CashDrawerCapabilities","features":[88]},{"name":"CashDrawerCloseAlarm","features":[88]},{"name":"CashDrawerClosedEventArgs","features":[88]},{"name":"CashDrawerEventSource","features":[88]},{"name":"CashDrawerOpenedEventArgs","features":[88]},{"name":"CashDrawerStatus","features":[88]},{"name":"CashDrawerStatusKind","features":[88]},{"name":"CashDrawerStatusUpdatedEventArgs","features":[88]},{"name":"ClaimedBarcodeScanner","features":[88]},{"name":"ClaimedBarcodeScannerClosedEventArgs","features":[88]},{"name":"ClaimedCashDrawer","features":[88]},{"name":"ClaimedCashDrawerClosedEventArgs","features":[88]},{"name":"ClaimedJournalPrinter","features":[88]},{"name":"ClaimedLineDisplay","features":[88]},{"name":"ClaimedLineDisplayClosedEventArgs","features":[88]},{"name":"ClaimedMagneticStripeReader","features":[88]},{"name":"ClaimedMagneticStripeReaderClosedEventArgs","features":[88]},{"name":"ClaimedPosPrinter","features":[88]},{"name":"ClaimedPosPrinterClosedEventArgs","features":[88]},{"name":"ClaimedReceiptPrinter","features":[88]},{"name":"ClaimedSlipPrinter","features":[88]},{"name":"IBarcodeScanner","features":[88]},{"name":"IBarcodeScanner2","features":[88]},{"name":"IBarcodeScannerCapabilities","features":[88]},{"name":"IBarcodeScannerCapabilities1","features":[88]},{"name":"IBarcodeScannerCapabilities2","features":[88]},{"name":"IBarcodeScannerDataReceivedEventArgs","features":[88]},{"name":"IBarcodeScannerErrorOccurredEventArgs","features":[88]},{"name":"IBarcodeScannerImagePreviewReceivedEventArgs","features":[88]},{"name":"IBarcodeScannerReport","features":[88]},{"name":"IBarcodeScannerReportFactory","features":[88]},{"name":"IBarcodeScannerStatics","features":[88]},{"name":"IBarcodeScannerStatics2","features":[88]},{"name":"IBarcodeScannerStatusUpdatedEventArgs","features":[88]},{"name":"IBarcodeSymbologiesStatics","features":[88]},{"name":"IBarcodeSymbologiesStatics2","features":[88]},{"name":"IBarcodeSymbologyAttributes","features":[88]},{"name":"ICashDrawer","features":[88]},{"name":"ICashDrawerCapabilities","features":[88]},{"name":"ICashDrawerCloseAlarm","features":[88]},{"name":"ICashDrawerEventSource","features":[88]},{"name":"ICashDrawerEventSourceEventArgs","features":[88]},{"name":"ICashDrawerStatics","features":[88]},{"name":"ICashDrawerStatics2","features":[88]},{"name":"ICashDrawerStatus","features":[88]},{"name":"ICashDrawerStatusUpdatedEventArgs","features":[88]},{"name":"IClaimedBarcodeScanner","features":[88]},{"name":"IClaimedBarcodeScanner1","features":[88]},{"name":"IClaimedBarcodeScanner2","features":[88]},{"name":"IClaimedBarcodeScanner3","features":[88]},{"name":"IClaimedBarcodeScanner4","features":[88]},{"name":"IClaimedBarcodeScannerClosedEventArgs","features":[88]},{"name":"IClaimedCashDrawer","features":[88]},{"name":"IClaimedCashDrawer2","features":[88]},{"name":"IClaimedCashDrawerClosedEventArgs","features":[88]},{"name":"IClaimedJournalPrinter","features":[88]},{"name":"IClaimedLineDisplay","features":[88]},{"name":"IClaimedLineDisplay2","features":[88]},{"name":"IClaimedLineDisplay3","features":[88]},{"name":"IClaimedLineDisplayClosedEventArgs","features":[88]},{"name":"IClaimedLineDisplayStatics","features":[88]},{"name":"IClaimedMagneticStripeReader","features":[88]},{"name":"IClaimedMagneticStripeReader2","features":[88]},{"name":"IClaimedMagneticStripeReaderClosedEventArgs","features":[88]},{"name":"IClaimedPosPrinter","features":[88]},{"name":"IClaimedPosPrinter2","features":[88]},{"name":"IClaimedPosPrinterClosedEventArgs","features":[88]},{"name":"IClaimedReceiptPrinter","features":[88]},{"name":"IClaimedSlipPrinter","features":[88]},{"name":"ICommonClaimedPosPrinterStation","features":[88]},{"name":"ICommonPosPrintStationCapabilities","features":[88]},{"name":"ICommonReceiptSlipCapabilities","features":[88]},{"name":"IJournalPrintJob","features":[88]},{"name":"IJournalPrinterCapabilities","features":[88]},{"name":"IJournalPrinterCapabilities2","features":[88]},{"name":"ILineDisplay","features":[88]},{"name":"ILineDisplay2","features":[88]},{"name":"ILineDisplayAttributes","features":[88]},{"name":"ILineDisplayCapabilities","features":[88]},{"name":"ILineDisplayCursor","features":[88]},{"name":"ILineDisplayCursorAttributes","features":[88]},{"name":"ILineDisplayCustomGlyphs","features":[88]},{"name":"ILineDisplayMarquee","features":[88]},{"name":"ILineDisplayStatics","features":[88]},{"name":"ILineDisplayStatics2","features":[88]},{"name":"ILineDisplayStatisticsCategorySelector","features":[88]},{"name":"ILineDisplayStatusUpdatedEventArgs","features":[88]},{"name":"ILineDisplayStoredBitmap","features":[88]},{"name":"ILineDisplayWindow","features":[88]},{"name":"ILineDisplayWindow2","features":[88]},{"name":"IMagneticStripeReader","features":[88]},{"name":"IMagneticStripeReaderAamvaCardDataReceivedEventArgs","features":[88]},{"name":"IMagneticStripeReaderBankCardDataReceivedEventArgs","features":[88]},{"name":"IMagneticStripeReaderCapabilities","features":[88]},{"name":"IMagneticStripeReaderCardTypesStatics","features":[88]},{"name":"IMagneticStripeReaderEncryptionAlgorithmsStatics","features":[88]},{"name":"IMagneticStripeReaderErrorOccurredEventArgs","features":[88]},{"name":"IMagneticStripeReaderReport","features":[88]},{"name":"IMagneticStripeReaderStatics","features":[88]},{"name":"IMagneticStripeReaderStatics2","features":[88]},{"name":"IMagneticStripeReaderStatusUpdatedEventArgs","features":[88]},{"name":"IMagneticStripeReaderTrackData","features":[88]},{"name":"IMagneticStripeReaderVendorSpecificCardDataReceivedEventArgs","features":[88]},{"name":"IPosPrinter","features":[88]},{"name":"IPosPrinter2","features":[88]},{"name":"IPosPrinterCapabilities","features":[88]},{"name":"IPosPrinterCharacterSetIdsStatics","features":[88]},{"name":"IPosPrinterFontProperty","features":[88]},{"name":"IPosPrinterJob","features":[88]},{"name":"IPosPrinterPrintOptions","features":[88]},{"name":"IPosPrinterReleaseDeviceRequestedEventArgs","features":[88]},{"name":"IPosPrinterStatics","features":[88]},{"name":"IPosPrinterStatics2","features":[88]},{"name":"IPosPrinterStatus","features":[88]},{"name":"IPosPrinterStatusUpdatedEventArgs","features":[88]},{"name":"IReceiptOrSlipJob","features":[88]},{"name":"IReceiptPrintJob","features":[88]},{"name":"IReceiptPrintJob2","features":[88]},{"name":"IReceiptPrinterCapabilities","features":[88]},{"name":"IReceiptPrinterCapabilities2","features":[88]},{"name":"ISlipPrintJob","features":[88]},{"name":"ISlipPrinterCapabilities","features":[88]},{"name":"ISlipPrinterCapabilities2","features":[88]},{"name":"IUnifiedPosErrorData","features":[88]},{"name":"IUnifiedPosErrorDataFactory","features":[88]},{"name":"JournalPrintJob","features":[88]},{"name":"JournalPrinterCapabilities","features":[88]},{"name":"LineDisplay","features":[88]},{"name":"LineDisplayAttributes","features":[88]},{"name":"LineDisplayCapabilities","features":[88]},{"name":"LineDisplayCursor","features":[88]},{"name":"LineDisplayCursorAttributes","features":[88]},{"name":"LineDisplayCursorType","features":[88]},{"name":"LineDisplayCustomGlyphs","features":[88]},{"name":"LineDisplayDescriptorState","features":[88]},{"name":"LineDisplayHorizontalAlignment","features":[88]},{"name":"LineDisplayMarquee","features":[88]},{"name":"LineDisplayMarqueeFormat","features":[88]},{"name":"LineDisplayPowerStatus","features":[88]},{"name":"LineDisplayScrollDirection","features":[88]},{"name":"LineDisplayStatisticsCategorySelector","features":[88]},{"name":"LineDisplayStatusUpdatedEventArgs","features":[88]},{"name":"LineDisplayStoredBitmap","features":[88]},{"name":"LineDisplayTextAttribute","features":[88]},{"name":"LineDisplayTextAttributeGranularity","features":[88]},{"name":"LineDisplayVerticalAlignment","features":[88]},{"name":"LineDisplayWindow","features":[88]},{"name":"MagneticStripeReader","features":[88]},{"name":"MagneticStripeReaderAamvaCardDataReceivedEventArgs","features":[88]},{"name":"MagneticStripeReaderAuthenticationLevel","features":[88]},{"name":"MagneticStripeReaderAuthenticationProtocol","features":[88]},{"name":"MagneticStripeReaderBankCardDataReceivedEventArgs","features":[88]},{"name":"MagneticStripeReaderCapabilities","features":[88]},{"name":"MagneticStripeReaderCardTypes","features":[88]},{"name":"MagneticStripeReaderEncryptionAlgorithms","features":[88]},{"name":"MagneticStripeReaderErrorOccurredEventArgs","features":[88]},{"name":"MagneticStripeReaderErrorReportingType","features":[88]},{"name":"MagneticStripeReaderReport","features":[88]},{"name":"MagneticStripeReaderStatus","features":[88]},{"name":"MagneticStripeReaderStatusUpdatedEventArgs","features":[88]},{"name":"MagneticStripeReaderTrackData","features":[88]},{"name":"MagneticStripeReaderTrackErrorType","features":[88]},{"name":"MagneticStripeReaderTrackIds","features":[88]},{"name":"MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs","features":[88]},{"name":"PosConnectionTypes","features":[88]},{"name":"PosPrinter","features":[88]},{"name":"PosPrinterAlignment","features":[88]},{"name":"PosPrinterBarcodeTextPosition","features":[88]},{"name":"PosPrinterCapabilities","features":[88]},{"name":"PosPrinterCartridgeSensors","features":[88]},{"name":"PosPrinterCharacterSetIds","features":[88]},{"name":"PosPrinterColorCapabilities","features":[88]},{"name":"PosPrinterColorCartridge","features":[88]},{"name":"PosPrinterFontProperty","features":[88]},{"name":"PosPrinterLineDirection","features":[88]},{"name":"PosPrinterLineStyle","features":[88]},{"name":"PosPrinterMapMode","features":[88]},{"name":"PosPrinterMarkFeedCapabilities","features":[88]},{"name":"PosPrinterMarkFeedKind","features":[88]},{"name":"PosPrinterPrintOptions","features":[88]},{"name":"PosPrinterPrintSide","features":[88]},{"name":"PosPrinterReleaseDeviceRequestedEventArgs","features":[88]},{"name":"PosPrinterRotation","features":[88]},{"name":"PosPrinterRuledLineCapabilities","features":[88]},{"name":"PosPrinterStatus","features":[88]},{"name":"PosPrinterStatusKind","features":[88]},{"name":"PosPrinterStatusUpdatedEventArgs","features":[88]},{"name":"ReceiptPrintJob","features":[88]},{"name":"ReceiptPrinterCapabilities","features":[88]},{"name":"SizeUInt32","features":[88]},{"name":"SlipPrintJob","features":[88]},{"name":"SlipPrinterCapabilities","features":[88]},{"name":"UnifiedPosErrorData","features":[88]},{"name":"UnifiedPosErrorReason","features":[88]},{"name":"UnifiedPosErrorSeverity","features":[88]},{"name":"UnifiedPosHealthCheckLevel","features":[88]},{"name":"UnifiedPosPowerReportingType","features":[88]}],"94":[{"name":"BarcodeScannerDisableScannerRequest","features":[89]},{"name":"BarcodeScannerDisableScannerRequestEventArgs","features":[89]},{"name":"BarcodeScannerEnableScannerRequest","features":[89]},{"name":"BarcodeScannerEnableScannerRequestEventArgs","features":[89]},{"name":"BarcodeScannerFrameReader","features":[89]},{"name":"BarcodeScannerFrameReaderFrameArrivedEventArgs","features":[89]},{"name":"BarcodeScannerGetSymbologyAttributesRequest","features":[89]},{"name":"BarcodeScannerGetSymbologyAttributesRequestEventArgs","features":[89]},{"name":"BarcodeScannerHideVideoPreviewRequest","features":[89]},{"name":"BarcodeScannerHideVideoPreviewRequestEventArgs","features":[89]},{"name":"BarcodeScannerProviderConnection","features":[89]},{"name":"BarcodeScannerProviderTriggerDetails","features":[89]},{"name":"BarcodeScannerSetActiveSymbologiesRequest","features":[89]},{"name":"BarcodeScannerSetActiveSymbologiesRequestEventArgs","features":[89]},{"name":"BarcodeScannerSetSymbologyAttributesRequest","features":[89]},{"name":"BarcodeScannerSetSymbologyAttributesRequestEventArgs","features":[89]},{"name":"BarcodeScannerStartSoftwareTriggerRequest","features":[89]},{"name":"BarcodeScannerStartSoftwareTriggerRequestEventArgs","features":[89]},{"name":"BarcodeScannerStopSoftwareTriggerRequest","features":[89]},{"name":"BarcodeScannerStopSoftwareTriggerRequestEventArgs","features":[89]},{"name":"BarcodeScannerTriggerState","features":[89]},{"name":"BarcodeScannerVideoFrame","features":[89]},{"name":"BarcodeSymbologyAttributesBuilder","features":[89]},{"name":"IBarcodeScannerDisableScannerRequest","features":[89]},{"name":"IBarcodeScannerDisableScannerRequest2","features":[89]},{"name":"IBarcodeScannerDisableScannerRequestEventArgs","features":[89]},{"name":"IBarcodeScannerEnableScannerRequest","features":[89]},{"name":"IBarcodeScannerEnableScannerRequest2","features":[89]},{"name":"IBarcodeScannerEnableScannerRequestEventArgs","features":[89]},{"name":"IBarcodeScannerFrameReader","features":[89]},{"name":"IBarcodeScannerFrameReaderFrameArrivedEventArgs","features":[89]},{"name":"IBarcodeScannerGetSymbologyAttributesRequest","features":[89]},{"name":"IBarcodeScannerGetSymbologyAttributesRequest2","features":[89]},{"name":"IBarcodeScannerGetSymbologyAttributesRequestEventArgs","features":[89]},{"name":"IBarcodeScannerHideVideoPreviewRequest","features":[89]},{"name":"IBarcodeScannerHideVideoPreviewRequest2","features":[89]},{"name":"IBarcodeScannerHideVideoPreviewRequestEventArgs","features":[89]},{"name":"IBarcodeScannerProviderConnection","features":[89]},{"name":"IBarcodeScannerProviderConnection2","features":[89]},{"name":"IBarcodeScannerProviderTriggerDetails","features":[89]},{"name":"IBarcodeScannerSetActiveSymbologiesRequest","features":[89]},{"name":"IBarcodeScannerSetActiveSymbologiesRequest2","features":[89]},{"name":"IBarcodeScannerSetActiveSymbologiesRequestEventArgs","features":[89]},{"name":"IBarcodeScannerSetSymbologyAttributesRequest","features":[89]},{"name":"IBarcodeScannerSetSymbologyAttributesRequest2","features":[89]},{"name":"IBarcodeScannerSetSymbologyAttributesRequestEventArgs","features":[89]},{"name":"IBarcodeScannerStartSoftwareTriggerRequest","features":[89]},{"name":"IBarcodeScannerStartSoftwareTriggerRequest2","features":[89]},{"name":"IBarcodeScannerStartSoftwareTriggerRequestEventArgs","features":[89]},{"name":"IBarcodeScannerStopSoftwareTriggerRequest","features":[89]},{"name":"IBarcodeScannerStopSoftwareTriggerRequest2","features":[89]},{"name":"IBarcodeScannerStopSoftwareTriggerRequestEventArgs","features":[89]},{"name":"IBarcodeScannerVideoFrame","features":[89]},{"name":"IBarcodeSymbologyAttributesBuilder","features":[89]}],"95":[{"name":"IServiceDeviceStatics","features":[90]},{"name":"IStorageDeviceStatics","features":[90]},{"name":"PortableDeviceContract","features":[90]},{"name":"ServiceDevice","features":[90]},{"name":"ServiceDeviceType","features":[90]},{"name":"StorageDevice","features":[90]}],"96":[{"name":"Battery","features":[91]},{"name":"BatteryReport","features":[91]},{"name":"IBattery","features":[91]},{"name":"IBatteryReport","features":[91]},{"name":"IBatteryStatics","features":[91]},{"name":"IPowerGridData","features":[91]},{"name":"IPowerGridForecast","features":[91]},{"name":"IPowerGridForecastStatics","features":[91]},{"name":"PowerGridApiContract","features":[91]},{"name":"PowerGridData","features":[91]},{"name":"PowerGridForecast","features":[91]}],"97":[{"name":"IIppAttributeError","features":[92]},{"name":"IIppAttributeValue","features":[92]},{"name":"IIppAttributeValueStatics","features":[92]},{"name":"IIppIntegerRange","features":[92]},{"name":"IIppIntegerRangeFactory","features":[92]},{"name":"IIppPrintDevice","features":[92]},{"name":"IIppPrintDevice2","features":[92]},{"name":"IIppPrintDevice3","features":[92]},{"name":"IIppPrintDevice4","features":[92]},{"name":"IIppPrintDeviceStatics","features":[92]},{"name":"IIppResolution","features":[92]},{"name":"IIppResolutionFactory","features":[92]},{"name":"IIppSetAttributesResult","features":[92]},{"name":"IIppTextWithLanguage","features":[92]},{"name":"IIppTextWithLanguageFactory","features":[92]},{"name":"IPageConfigurationSettings","features":[92]},{"name":"IPdlPassthroughProvider","features":[92]},{"name":"IPdlPassthroughTarget","features":[92]},{"name":"IPrint3DDevice","features":[92]},{"name":"IPrint3DDeviceStatics","features":[92]},{"name":"IPrintSchema","features":[92]},{"name":"IppAttributeError","features":[92]},{"name":"IppAttributeErrorReason","features":[92]},{"name":"IppAttributeValue","features":[92]},{"name":"IppAttributeValueKind","features":[92]},{"name":"IppIntegerRange","features":[92]},{"name":"IppPrintDevice","features":[92]},{"name":"IppPrintDeviceKind","features":[92]},{"name":"IppResolution","features":[92]},{"name":"IppResolutionUnit","features":[92]},{"name":"IppSetAttributesResult","features":[92]},{"name":"IppTextWithLanguage","features":[92]},{"name":"PageConfigurationSettings","features":[92]},{"name":"PageConfigurationSource","features":[92]},{"name":"PdlPassthroughProvider","features":[92]},{"name":"PdlPassthroughTarget","features":[92]},{"name":"Print3DDevice","features":[92]},{"name":"PrintSchema","features":[92]},{"name":"PrintersContract","features":[92]}],"98":[{"name":"ExtensionsContract","features":[93]},{"name":"IPrint3DWorkflow","features":[93]},{"name":"IPrint3DWorkflow2","features":[93]},{"name":"IPrint3DWorkflowPrintRequestedEventArgs","features":[93]},{"name":"IPrint3DWorkflowPrinterChangedEventArgs","features":[93]},{"name":"IPrintExtensionContextStatic","features":[93]},{"name":"IPrintNotificationEventDetails","features":[93]},{"name":"IPrintTaskConfiguration","features":[93]},{"name":"IPrintTaskConfigurationSaveRequest","features":[93]},{"name":"IPrintTaskConfigurationSaveRequestedDeferral","features":[93]},{"name":"IPrintTaskConfigurationSaveRequestedEventArgs","features":[93]},{"name":"Print3DWorkflow","features":[93]},{"name":"Print3DWorkflowDetail","features":[93]},{"name":"Print3DWorkflowPrintRequestedEventArgs","features":[93]},{"name":"Print3DWorkflowPrinterChangedEventArgs","features":[93]},{"name":"Print3DWorkflowStatus","features":[93]},{"name":"PrintExtensionContext","features":[93]},{"name":"PrintNotificationEventDetails","features":[93]},{"name":"PrintTaskConfiguration","features":[93]},{"name":"PrintTaskConfigurationSaveRequest","features":[93]},{"name":"PrintTaskConfigurationSaveRequestedDeferral","features":[93]},{"name":"PrintTaskConfigurationSaveRequestedEventArgs","features":[93]}],"99":[{"name":"IPwmController","features":[94]},{"name":"IPwmControllerStatics","features":[94]},{"name":"IPwmControllerStatics2","features":[94]},{"name":"IPwmControllerStatics3","features":[94]},{"name":"IPwmPin","features":[94]},{"name":"PwmController","features":[94]},{"name":"PwmPin","features":[94]},{"name":"PwmPulsePolarity","features":[94]}],"100":[{"name":"IPwmControllerProvider","features":[95]},{"name":"IPwmProvider","features":[95]}],"101":[{"name":"IRadio","features":[96]},{"name":"IRadioStatics","features":[96]},{"name":"Radio","features":[96]},{"name":"RadioAccessStatus","features":[96]},{"name":"RadioKind","features":[96]},{"name":"RadioState","features":[96]}],"102":[{"name":"IImageScanner","features":[97]},{"name":"IImageScannerFeederConfiguration","features":[97]},{"name":"IImageScannerFormatConfiguration","features":[97]},{"name":"IImageScannerPreviewResult","features":[97]},{"name":"IImageScannerScanResult","features":[97]},{"name":"IImageScannerSourceConfiguration","features":[97]},{"name":"IImageScannerStatics","features":[97]},{"name":"ImageScanner","features":[97]},{"name":"ImageScannerAutoConfiguration","features":[97]},{"name":"ImageScannerAutoCroppingMode","features":[97]},{"name":"ImageScannerColorMode","features":[97]},{"name":"ImageScannerFeederConfiguration","features":[97]},{"name":"ImageScannerFlatbedConfiguration","features":[97]},{"name":"ImageScannerFormat","features":[97]},{"name":"ImageScannerPreviewResult","features":[97]},{"name":"ImageScannerResolution","features":[97]},{"name":"ImageScannerScanResult","features":[97]},{"name":"ImageScannerScanSource","features":[97]},{"name":"ScannerDeviceContract","features":[97]}],"103":[{"name":"Accelerometer","features":[98]},{"name":"AccelerometerDataThreshold","features":[98]},{"name":"AccelerometerReading","features":[98]},{"name":"AccelerometerReadingChangedEventArgs","features":[98]},{"name":"AccelerometerReadingType","features":[98]},{"name":"AccelerometerShakenEventArgs","features":[98]},{"name":"ActivitySensor","features":[98]},{"name":"ActivitySensorReading","features":[98]},{"name":"ActivitySensorReadingChangeReport","features":[98]},{"name":"ActivitySensorReadingChangedEventArgs","features":[98]},{"name":"ActivitySensorReadingConfidence","features":[98]},{"name":"ActivitySensorTriggerDetails","features":[98]},{"name":"ActivityType","features":[98]},{"name":"AdaptiveDimmingOptions","features":[98]},{"name":"Altimeter","features":[98]},{"name":"AltimeterReading","features":[98]},{"name":"AltimeterReadingChangedEventArgs","features":[98]},{"name":"Barometer","features":[98]},{"name":"BarometerDataThreshold","features":[98]},{"name":"BarometerReading","features":[98]},{"name":"BarometerReadingChangedEventArgs","features":[98]},{"name":"Compass","features":[98]},{"name":"CompassDataThreshold","features":[98]},{"name":"CompassReading","features":[98]},{"name":"CompassReadingChangedEventArgs","features":[98]},{"name":"DetectedPerson","features":[98]},{"name":"Gyrometer","features":[98]},{"name":"GyrometerDataThreshold","features":[98]},{"name":"GyrometerReading","features":[98]},{"name":"GyrometerReadingChangedEventArgs","features":[98]},{"name":"HeadOrientation","features":[98]},{"name":"HeadPosition","features":[98]},{"name":"HingeAngleReading","features":[98]},{"name":"HingeAngleSensor","features":[98]},{"name":"HingeAngleSensorReadingChangedEventArgs","features":[98]},{"name":"HumanEngagement","features":[98]},{"name":"HumanPresence","features":[98]},{"name":"HumanPresenceFeatures","features":[98]},{"name":"HumanPresenceSensor","features":[98]},{"name":"HumanPresenceSensorReading","features":[98]},{"name":"HumanPresenceSensorReadingChangedEventArgs","features":[98]},{"name":"HumanPresenceSensorReadingUpdate","features":[98]},{"name":"HumanPresenceSettings","features":[98]},{"name":"IAccelerometer","features":[98]},{"name":"IAccelerometer2","features":[98]},{"name":"IAccelerometer3","features":[98]},{"name":"IAccelerometer4","features":[98]},{"name":"IAccelerometer5","features":[98]},{"name":"IAccelerometerDataThreshold","features":[98]},{"name":"IAccelerometerDeviceId","features":[98]},{"name":"IAccelerometerReading","features":[98]},{"name":"IAccelerometerReading2","features":[98]},{"name":"IAccelerometerReadingChangedEventArgs","features":[98]},{"name":"IAccelerometerShakenEventArgs","features":[98]},{"name":"IAccelerometerStatics","features":[98]},{"name":"IAccelerometerStatics2","features":[98]},{"name":"IAccelerometerStatics3","features":[98]},{"name":"IActivitySensor","features":[98]},{"name":"IActivitySensorReading","features":[98]},{"name":"IActivitySensorReadingChangeReport","features":[98]},{"name":"IActivitySensorReadingChangedEventArgs","features":[98]},{"name":"IActivitySensorStatics","features":[98]},{"name":"IActivitySensorTriggerDetails","features":[98]},{"name":"IAdaptiveDimmingOptions","features":[98]},{"name":"IAltimeter","features":[98]},{"name":"IAltimeter2","features":[98]},{"name":"IAltimeterReading","features":[98]},{"name":"IAltimeterReading2","features":[98]},{"name":"IAltimeterReadingChangedEventArgs","features":[98]},{"name":"IAltimeterStatics","features":[98]},{"name":"IBarometer","features":[98]},{"name":"IBarometer2","features":[98]},{"name":"IBarometer3","features":[98]},{"name":"IBarometerDataThreshold","features":[98]},{"name":"IBarometerReading","features":[98]},{"name":"IBarometerReading2","features":[98]},{"name":"IBarometerReadingChangedEventArgs","features":[98]},{"name":"IBarometerStatics","features":[98]},{"name":"IBarometerStatics2","features":[98]},{"name":"ICompass","features":[98]},{"name":"ICompass2","features":[98]},{"name":"ICompass3","features":[98]},{"name":"ICompass4","features":[98]},{"name":"ICompassDataThreshold","features":[98]},{"name":"ICompassDeviceId","features":[98]},{"name":"ICompassReading","features":[98]},{"name":"ICompassReading2","features":[98]},{"name":"ICompassReadingChangedEventArgs","features":[98]},{"name":"ICompassReadingHeadingAccuracy","features":[98]},{"name":"ICompassStatics","features":[98]},{"name":"ICompassStatics2","features":[98]},{"name":"IDetectedPerson","features":[98]},{"name":"IGyrometer","features":[98]},{"name":"IGyrometer2","features":[98]},{"name":"IGyrometer3","features":[98]},{"name":"IGyrometer4","features":[98]},{"name":"IGyrometerDataThreshold","features":[98]},{"name":"IGyrometerDeviceId","features":[98]},{"name":"IGyrometerReading","features":[98]},{"name":"IGyrometerReading2","features":[98]},{"name":"IGyrometerReadingChangedEventArgs","features":[98]},{"name":"IGyrometerStatics","features":[98]},{"name":"IGyrometerStatics2","features":[98]},{"name":"IHeadOrientation","features":[98]},{"name":"IHeadPosition","features":[98]},{"name":"IHingeAngleReading","features":[98]},{"name":"IHingeAngleSensor","features":[98]},{"name":"IHingeAngleSensorReadingChangedEventArgs","features":[98]},{"name":"IHingeAngleSensorStatics","features":[98]},{"name":"IHumanPresenceFeatures","features":[98]},{"name":"IHumanPresenceFeatures2","features":[98]},{"name":"IHumanPresenceSensor","features":[98]},{"name":"IHumanPresenceSensor2","features":[98]},{"name":"IHumanPresenceSensor3","features":[98]},{"name":"IHumanPresenceSensorExtension","features":[98]},{"name":"IHumanPresenceSensorReading","features":[98]},{"name":"IHumanPresenceSensorReading2","features":[98]},{"name":"IHumanPresenceSensorReading3","features":[98]},{"name":"IHumanPresenceSensorReadingChangedEventArgs","features":[98]},{"name":"IHumanPresenceSensorReadingUpdate","features":[98]},{"name":"IHumanPresenceSensorStatics","features":[98]},{"name":"IHumanPresenceSensorStatics2","features":[98]},{"name":"IHumanPresenceSettings","features":[98]},{"name":"IHumanPresenceSettings2","features":[98]},{"name":"IHumanPresenceSettingsStatics","features":[98]},{"name":"IInclinometer","features":[98]},{"name":"IInclinometer2","features":[98]},{"name":"IInclinometer3","features":[98]},{"name":"IInclinometer4","features":[98]},{"name":"IInclinometerDataThreshold","features":[98]},{"name":"IInclinometerDeviceId","features":[98]},{"name":"IInclinometerReading","features":[98]},{"name":"IInclinometerReading2","features":[98]},{"name":"IInclinometerReadingChangedEventArgs","features":[98]},{"name":"IInclinometerReadingYawAccuracy","features":[98]},{"name":"IInclinometerStatics","features":[98]},{"name":"IInclinometerStatics2","features":[98]},{"name":"IInclinometerStatics3","features":[98]},{"name":"IInclinometerStatics4","features":[98]},{"name":"ILightSensor","features":[98]},{"name":"ILightSensor2","features":[98]},{"name":"ILightSensor3","features":[98]},{"name":"ILightSensorDataThreshold","features":[98]},{"name":"ILightSensorDeviceId","features":[98]},{"name":"ILightSensorReading","features":[98]},{"name":"ILightSensorReading2","features":[98]},{"name":"ILightSensorReadingChangedEventArgs","features":[98]},{"name":"ILightSensorStatics","features":[98]},{"name":"ILightSensorStatics2","features":[98]},{"name":"ILockOnLeaveOptions","features":[98]},{"name":"IMagnetometer","features":[98]},{"name":"IMagnetometer2","features":[98]},{"name":"IMagnetometer3","features":[98]},{"name":"IMagnetometer4","features":[98]},{"name":"IMagnetometerDataThreshold","features":[98]},{"name":"IMagnetometerDeviceId","features":[98]},{"name":"IMagnetometerReading","features":[98]},{"name":"IMagnetometerReading2","features":[98]},{"name":"IMagnetometerReadingChangedEventArgs","features":[98]},{"name":"IMagnetometerStatics","features":[98]},{"name":"IMagnetometerStatics2","features":[98]},{"name":"IOrientationSensor","features":[98]},{"name":"IOrientationSensor2","features":[98]},{"name":"IOrientationSensor3","features":[98]},{"name":"IOrientationSensorDeviceId","features":[98]},{"name":"IOrientationSensorReading","features":[98]},{"name":"IOrientationSensorReading2","features":[98]},{"name":"IOrientationSensorReadingChangedEventArgs","features":[98]},{"name":"IOrientationSensorReadingYawAccuracy","features":[98]},{"name":"IOrientationSensorStatics","features":[98]},{"name":"IOrientationSensorStatics2","features":[98]},{"name":"IOrientationSensorStatics3","features":[98]},{"name":"IOrientationSensorStatics4","features":[98]},{"name":"IPedometer","features":[98]},{"name":"IPedometer2","features":[98]},{"name":"IPedometerDataThresholdFactory","features":[98]},{"name":"IPedometerReading","features":[98]},{"name":"IPedometerReadingChangedEventArgs","features":[98]},{"name":"IPedometerStatics","features":[98]},{"name":"IPedometerStatics2","features":[98]},{"name":"IProximitySensor","features":[98]},{"name":"IProximitySensorDataThresholdFactory","features":[98]},{"name":"IProximitySensorReading","features":[98]},{"name":"IProximitySensorReadingChangedEventArgs","features":[98]},{"name":"IProximitySensorStatics","features":[98]},{"name":"IProximitySensorStatics2","features":[98]},{"name":"ISensorDataThreshold","features":[98]},{"name":"ISensorDataThresholdTriggerDetails","features":[98]},{"name":"ISensorQuaternion","features":[98]},{"name":"ISensorRotationMatrix","features":[98]},{"name":"ISimpleOrientationSensor","features":[98]},{"name":"ISimpleOrientationSensor2","features":[98]},{"name":"ISimpleOrientationSensorDeviceId","features":[98]},{"name":"ISimpleOrientationSensorOrientationChangedEventArgs","features":[98]},{"name":"ISimpleOrientationSensorStatics","features":[98]},{"name":"ISimpleOrientationSensorStatics2","features":[98]},{"name":"IWakeOnApproachOptions","features":[98]},{"name":"Inclinometer","features":[98]},{"name":"InclinometerDataThreshold","features":[98]},{"name":"InclinometerReading","features":[98]},{"name":"InclinometerReadingChangedEventArgs","features":[98]},{"name":"LightSensor","features":[98]},{"name":"LightSensorDataThreshold","features":[98]},{"name":"LightSensorReading","features":[98]},{"name":"LightSensorReadingChangedEventArgs","features":[98]},{"name":"LockOnLeaveOptions","features":[98]},{"name":"Magnetometer","features":[98]},{"name":"MagnetometerAccuracy","features":[98]},{"name":"MagnetometerDataThreshold","features":[98]},{"name":"MagnetometerReading","features":[98]},{"name":"MagnetometerReadingChangedEventArgs","features":[98]},{"name":"OrientationSensor","features":[98]},{"name":"OrientationSensorReading","features":[98]},{"name":"OrientationSensorReadingChangedEventArgs","features":[98]},{"name":"Pedometer","features":[98]},{"name":"PedometerDataThreshold","features":[98]},{"name":"PedometerReading","features":[98]},{"name":"PedometerReadingChangedEventArgs","features":[98]},{"name":"PedometerStepKind","features":[98]},{"name":"ProximitySensor","features":[98]},{"name":"ProximitySensorDataThreshold","features":[98]},{"name":"ProximitySensorDisplayOnOffController","features":[98,77]},{"name":"ProximitySensorReading","features":[98]},{"name":"ProximitySensorReadingChangedEventArgs","features":[98]},{"name":"SensorDataThresholdTriggerDetails","features":[98]},{"name":"SensorOptimizationGoal","features":[98]},{"name":"SensorQuaternion","features":[98]},{"name":"SensorReadingType","features":[98]},{"name":"SensorRotationMatrix","features":[98]},{"name":"SensorType","features":[98]},{"name":"SimpleOrientation","features":[98]},{"name":"SimpleOrientationSensor","features":[98]},{"name":"SimpleOrientationSensorOrientationChangedEventArgs","features":[98]},{"name":"WakeOnApproachOptions","features":[98]}],"104":[{"name":"CustomSensor","features":[99]},{"name":"CustomSensorReading","features":[99]},{"name":"CustomSensorReadingChangedEventArgs","features":[99]},{"name":"ICustomSensor","features":[99]},{"name":"ICustomSensor2","features":[99]},{"name":"ICustomSensorReading","features":[99]},{"name":"ICustomSensorReading2","features":[99]},{"name":"ICustomSensorReadingChangedEventArgs","features":[99]},{"name":"ICustomSensorStatics","features":[99]}],"105":[{"name":"ErrorReceivedEventArgs","features":[100]},{"name":"IErrorReceivedEventArgs","features":[100]},{"name":"IPinChangedEventArgs","features":[100]},{"name":"ISerialDevice","features":[100]},{"name":"ISerialDeviceStatics","features":[100]},{"name":"PinChangedEventArgs","features":[100]},{"name":"SerialDevice","features":[100]},{"name":"SerialError","features":[100]},{"name":"SerialHandshake","features":[100]},{"name":"SerialParity","features":[100]},{"name":"SerialPinChange","features":[100]},{"name":"SerialStopBitCount","features":[100]}],"106":[{"name":"CardAddedEventArgs","features":[101]},{"name":"CardRemovedEventArgs","features":[101]},{"name":"ICardAddedEventArgs","features":[101]},{"name":"ICardRemovedEventArgs","features":[101]},{"name":"IKnownSmartCardAppletIds","features":[101]},{"name":"ISmartCard","features":[101]},{"name":"ISmartCardAppletIdGroup","features":[101]},{"name":"ISmartCardAppletIdGroup2","features":[101]},{"name":"ISmartCardAppletIdGroupFactory","features":[101]},{"name":"ISmartCardAppletIdGroupRegistration","features":[101]},{"name":"ISmartCardAppletIdGroupRegistration2","features":[101]},{"name":"ISmartCardAppletIdGroupStatics","features":[101]},{"name":"ISmartCardAutomaticResponseApdu","features":[101]},{"name":"ISmartCardAutomaticResponseApdu2","features":[101]},{"name":"ISmartCardAutomaticResponseApdu3","features":[101]},{"name":"ISmartCardAutomaticResponseApduFactory","features":[101]},{"name":"ISmartCardChallengeContext","features":[101]},{"name":"ISmartCardConnect","features":[101]},{"name":"ISmartCardConnection","features":[101]},{"name":"ISmartCardCryptogramGenerator","features":[101]},{"name":"ISmartCardCryptogramGenerator2","features":[101]},{"name":"ISmartCardCryptogramGeneratorStatics","features":[101]},{"name":"ISmartCardCryptogramGeneratorStatics2","features":[101]},{"name":"ISmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult","features":[101]},{"name":"ISmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult","features":[101]},{"name":"ISmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult","features":[101]},{"name":"ISmartCardCryptogramMaterialCharacteristics","features":[101]},{"name":"ISmartCardCryptogramMaterialPackageCharacteristics","features":[101]},{"name":"ISmartCardCryptogramMaterialPossessionProof","features":[101]},{"name":"ISmartCardCryptogramPlacementStep","features":[101]},{"name":"ISmartCardCryptogramStorageKeyCharacteristics","features":[101]},{"name":"ISmartCardCryptogramStorageKeyInfo","features":[101]},{"name":"ISmartCardCryptogramStorageKeyInfo2","features":[101]},{"name":"ISmartCardEmulator","features":[101]},{"name":"ISmartCardEmulator2","features":[101]},{"name":"ISmartCardEmulatorApduReceivedEventArgs","features":[101]},{"name":"ISmartCardEmulatorApduReceivedEventArgs2","features":[101]},{"name":"ISmartCardEmulatorApduReceivedEventArgsWithCryptograms","features":[101]},{"name":"ISmartCardEmulatorConnectionDeactivatedEventArgs","features":[101]},{"name":"ISmartCardEmulatorConnectionProperties","features":[101]},{"name":"ISmartCardEmulatorStatics","features":[101]},{"name":"ISmartCardEmulatorStatics2","features":[101]},{"name":"ISmartCardEmulatorStatics3","features":[101]},{"name":"ISmartCardPinPolicy","features":[101]},{"name":"ISmartCardPinResetDeferral","features":[101]},{"name":"ISmartCardPinResetRequest","features":[101]},{"name":"ISmartCardProvisioning","features":[101]},{"name":"ISmartCardProvisioning2","features":[101]},{"name":"ISmartCardProvisioningStatics","features":[101]},{"name":"ISmartCardProvisioningStatics2","features":[101]},{"name":"ISmartCardReader","features":[101]},{"name":"ISmartCardReaderStatics","features":[101]},{"name":"ISmartCardTriggerDetails","features":[101]},{"name":"ISmartCardTriggerDetails2","features":[101]},{"name":"ISmartCardTriggerDetails3","features":[101]},{"name":"KnownSmartCardAppletIds","features":[101]},{"name":"SmartCard","features":[101]},{"name":"SmartCardActivationPolicyChangeResult","features":[101]},{"name":"SmartCardAppletIdGroup","features":[101]},{"name":"SmartCardAppletIdGroupActivationPolicy","features":[101]},{"name":"SmartCardAppletIdGroupRegistration","features":[101]},{"name":"SmartCardAutomaticResponseApdu","features":[101]},{"name":"SmartCardAutomaticResponseStatus","features":[101]},{"name":"SmartCardBackgroundTriggerContract","features":[101]},{"name":"SmartCardChallengeContext","features":[101]},{"name":"SmartCardConnection","features":[101]},{"name":"SmartCardCryptogramAlgorithm","features":[101]},{"name":"SmartCardCryptogramGenerator","features":[101]},{"name":"SmartCardCryptogramGeneratorOperationStatus","features":[101]},{"name":"SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult","features":[101]},{"name":"SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult","features":[101]},{"name":"SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult","features":[101]},{"name":"SmartCardCryptogramMaterialCharacteristics","features":[101]},{"name":"SmartCardCryptogramMaterialPackageCharacteristics","features":[101]},{"name":"SmartCardCryptogramMaterialPackageConfirmationResponseFormat","features":[101]},{"name":"SmartCardCryptogramMaterialPackageFormat","features":[101]},{"name":"SmartCardCryptogramMaterialPossessionProof","features":[101]},{"name":"SmartCardCryptogramMaterialProtectionMethod","features":[101]},{"name":"SmartCardCryptogramMaterialType","features":[101]},{"name":"SmartCardCryptogramPlacementOptions","features":[101]},{"name":"SmartCardCryptogramPlacementStep","features":[101]},{"name":"SmartCardCryptogramStorageKeyAlgorithm","features":[101]},{"name":"SmartCardCryptogramStorageKeyCapabilities","features":[101]},{"name":"SmartCardCryptogramStorageKeyCharacteristics","features":[101]},{"name":"SmartCardCryptogramStorageKeyInfo","features":[101]},{"name":"SmartCardCryptographicKeyAttestationStatus","features":[101]},{"name":"SmartCardEmulationCategory","features":[101]},{"name":"SmartCardEmulationType","features":[101]},{"name":"SmartCardEmulator","features":[101]},{"name":"SmartCardEmulatorApduReceivedEventArgs","features":[101]},{"name":"SmartCardEmulatorConnectionDeactivatedEventArgs","features":[101]},{"name":"SmartCardEmulatorConnectionDeactivatedReason","features":[101]},{"name":"SmartCardEmulatorConnectionProperties","features":[101]},{"name":"SmartCardEmulatorConnectionSource","features":[101]},{"name":"SmartCardEmulatorContract","features":[101]},{"name":"SmartCardEmulatorEnablementPolicy","features":[101]},{"name":"SmartCardLaunchBehavior","features":[101]},{"name":"SmartCardPinCharacterPolicyOption","features":[101]},{"name":"SmartCardPinPolicy","features":[101]},{"name":"SmartCardPinResetDeferral","features":[101]},{"name":"SmartCardPinResetHandler","features":[101]},{"name":"SmartCardPinResetRequest","features":[101]},{"name":"SmartCardProvisioning","features":[101]},{"name":"SmartCardReader","features":[101]},{"name":"SmartCardReaderKind","features":[101]},{"name":"SmartCardReaderStatus","features":[101]},{"name":"SmartCardStatus","features":[101]},{"name":"SmartCardTriggerDetails","features":[101]},{"name":"SmartCardTriggerType","features":[101]},{"name":"SmartCardUnlockPromptingBehavior","features":[101]}],"107":[{"name":"CellularClass","features":[102]},{"name":"DeleteSmsMessageOperation","features":[102,77]},{"name":"DeleteSmsMessagesOperation","features":[102,77]},{"name":"GetSmsDeviceOperation","features":[102,77]},{"name":"GetSmsMessageOperation","features":[102,77]},{"name":"GetSmsMessagesOperation","features":[102,37]},{"name":"ISmsAppMessage","features":[102]},{"name":"ISmsBinaryMessage","features":[102]},{"name":"ISmsBroadcastMessage","features":[102]},{"name":"ISmsDevice","features":[102]},{"name":"ISmsDevice2","features":[102]},{"name":"ISmsDevice2Statics","features":[102]},{"name":"ISmsDeviceMessageStore","features":[102]},{"name":"ISmsDeviceStatics","features":[102]},{"name":"ISmsDeviceStatics2","features":[102]},{"name":"ISmsFilterRule","features":[102]},{"name":"ISmsFilterRuleFactory","features":[102]},{"name":"ISmsFilterRules","features":[102]},{"name":"ISmsFilterRulesFactory","features":[102]},{"name":"ISmsMessage","features":[102]},{"name":"ISmsMessageBase","features":[102]},{"name":"ISmsMessageReceivedEventArgs","features":[102]},{"name":"ISmsMessageReceivedTriggerDetails","features":[102]},{"name":"ISmsMessageRegistration","features":[102]},{"name":"ISmsMessageRegistrationStatics","features":[102]},{"name":"ISmsReceivedEventDetails","features":[102]},{"name":"ISmsReceivedEventDetails2","features":[102]},{"name":"ISmsSendMessageResult","features":[102]},{"name":"ISmsStatusMessage","features":[102]},{"name":"ISmsTextMessage","features":[102]},{"name":"ISmsTextMessage2","features":[102]},{"name":"ISmsTextMessageStatics","features":[102]},{"name":"ISmsVoicemailMessage","features":[102]},{"name":"ISmsWapMessage","features":[102]},{"name":"LegacySmsApiContract","features":[102]},{"name":"SendSmsMessageOperation","features":[102,77]},{"name":"SmsAppMessage","features":[102]},{"name":"SmsBinaryMessage","features":[102]},{"name":"SmsBroadcastMessage","features":[102]},{"name":"SmsBroadcastType","features":[102]},{"name":"SmsDataFormat","features":[102]},{"name":"SmsDevice","features":[102]},{"name":"SmsDevice2","features":[102]},{"name":"SmsDeviceMessageStore","features":[102]},{"name":"SmsDeviceStatus","features":[102]},{"name":"SmsDeviceStatusChangedEventHandler","features":[102]},{"name":"SmsEncodedLength","features":[102]},{"name":"SmsEncoding","features":[102]},{"name":"SmsFilterActionType","features":[102]},{"name":"SmsFilterRule","features":[102]},{"name":"SmsFilterRules","features":[102]},{"name":"SmsGeographicalScope","features":[102]},{"name":"SmsMessageClass","features":[102]},{"name":"SmsMessageFilter","features":[102]},{"name":"SmsMessageReceivedEventArgs","features":[102]},{"name":"SmsMessageReceivedEventHandler","features":[102]},{"name":"SmsMessageReceivedTriggerDetails","features":[102]},{"name":"SmsMessageRegistration","features":[102]},{"name":"SmsMessageType","features":[102]},{"name":"SmsModemErrorCode","features":[102]},{"name":"SmsReceivedEventDetails","features":[102]},{"name":"SmsSendMessageResult","features":[102]},{"name":"SmsStatusMessage","features":[102]},{"name":"SmsTextMessage","features":[102]},{"name":"SmsTextMessage2","features":[102]},{"name":"SmsVoicemailMessage","features":[102]},{"name":"SmsWapMessage","features":[102]}],"108":[{"name":"ISpiBusInfo","features":[103]},{"name":"ISpiConnectionSettings","features":[103]},{"name":"ISpiConnectionSettingsFactory","features":[103]},{"name":"ISpiController","features":[103]},{"name":"ISpiControllerStatics","features":[103]},{"name":"ISpiDevice","features":[103]},{"name":"ISpiDeviceStatics","features":[103]},{"name":"SpiBusInfo","features":[103]},{"name":"SpiConnectionSettings","features":[103]},{"name":"SpiController","features":[103]},{"name":"SpiDevice","features":[103]},{"name":"SpiMode","features":[103]},{"name":"SpiSharingMode","features":[103]}],"109":[{"name":"IProviderSpiConnectionSettings","features":[104]},{"name":"IProviderSpiConnectionSettingsFactory","features":[104]},{"name":"ISpiControllerProvider","features":[104]},{"name":"ISpiDeviceProvider","features":[104]},{"name":"ISpiProvider","features":[104]},{"name":"ProviderSpiConnectionSettings","features":[104]},{"name":"ProviderSpiMode","features":[104]},{"name":"ProviderSpiSharingMode","features":[104]}],"110":[{"name":"IUsbBulkInEndpointDescriptor","features":[105]},{"name":"IUsbBulkInPipe","features":[105]},{"name":"IUsbBulkOutEndpointDescriptor","features":[105]},{"name":"IUsbBulkOutPipe","features":[105]},{"name":"IUsbConfiguration","features":[105]},{"name":"IUsbConfigurationDescriptor","features":[105]},{"name":"IUsbConfigurationDescriptorStatics","features":[105]},{"name":"IUsbControlRequestType","features":[105]},{"name":"IUsbDescriptor","features":[105]},{"name":"IUsbDevice","features":[105]},{"name":"IUsbDeviceClass","features":[105]},{"name":"IUsbDeviceClasses","features":[105]},{"name":"IUsbDeviceClassesStatics","features":[105]},{"name":"IUsbDeviceDescriptor","features":[105]},{"name":"IUsbDeviceStatics","features":[105]},{"name":"IUsbEndpointDescriptor","features":[105]},{"name":"IUsbEndpointDescriptorStatics","features":[105]},{"name":"IUsbInterface","features":[105]},{"name":"IUsbInterfaceDescriptor","features":[105]},{"name":"IUsbInterfaceDescriptorStatics","features":[105]},{"name":"IUsbInterfaceSetting","features":[105]},{"name":"IUsbInterruptInEndpointDescriptor","features":[105]},{"name":"IUsbInterruptInEventArgs","features":[105]},{"name":"IUsbInterruptInPipe","features":[105]},{"name":"IUsbInterruptOutEndpointDescriptor","features":[105]},{"name":"IUsbInterruptOutPipe","features":[105]},{"name":"IUsbSetupPacket","features":[105]},{"name":"IUsbSetupPacketFactory","features":[105]},{"name":"UsbBulkInEndpointDescriptor","features":[105]},{"name":"UsbBulkInPipe","features":[105]},{"name":"UsbBulkOutEndpointDescriptor","features":[105]},{"name":"UsbBulkOutPipe","features":[105]},{"name":"UsbConfiguration","features":[105]},{"name":"UsbConfigurationDescriptor","features":[105]},{"name":"UsbControlRecipient","features":[105]},{"name":"UsbControlRequestType","features":[105]},{"name":"UsbControlTransferType","features":[105]},{"name":"UsbDescriptor","features":[105]},{"name":"UsbDevice","features":[105]},{"name":"UsbDeviceClass","features":[105]},{"name":"UsbDeviceClasses","features":[105]},{"name":"UsbDeviceDescriptor","features":[105]},{"name":"UsbEndpointDescriptor","features":[105]},{"name":"UsbEndpointType","features":[105]},{"name":"UsbInterface","features":[105]},{"name":"UsbInterfaceDescriptor","features":[105]},{"name":"UsbInterfaceSetting","features":[105]},{"name":"UsbInterruptInEndpointDescriptor","features":[105]},{"name":"UsbInterruptInEventArgs","features":[105]},{"name":"UsbInterruptInPipe","features":[105]},{"name":"UsbInterruptOutEndpointDescriptor","features":[105]},{"name":"UsbInterruptOutPipe","features":[105]},{"name":"UsbReadOptions","features":[105]},{"name":"UsbSetupPacket","features":[105]},{"name":"UsbTransferDirection","features":[105]},{"name":"UsbWriteOptions","features":[105]}],"111":[{"name":"IWiFiAdapter","features":[106]},{"name":"IWiFiAdapter2","features":[106]},{"name":"IWiFiAdapterStatics","features":[106]},{"name":"IWiFiAvailableNetwork","features":[106]},{"name":"IWiFiConnectionResult","features":[106]},{"name":"IWiFiNetworkReport","features":[106]},{"name":"IWiFiOnDemandHotspotConnectTriggerDetails","features":[106]},{"name":"IWiFiOnDemandHotspotConnectionResult","features":[106]},{"name":"IWiFiOnDemandHotspotNetwork","features":[106]},{"name":"IWiFiOnDemandHotspotNetworkProperties","features":[106]},{"name":"IWiFiOnDemandHotspotNetworkStatics","features":[106]},{"name":"IWiFiWpsConfigurationResult","features":[106]},{"name":"WiFiAccessStatus","features":[106]},{"name":"WiFiAdapter","features":[106]},{"name":"WiFiAvailableNetwork","features":[106]},{"name":"WiFiConnectionMethod","features":[106]},{"name":"WiFiConnectionResult","features":[106]},{"name":"WiFiConnectionStatus","features":[106]},{"name":"WiFiNetworkKind","features":[106]},{"name":"WiFiNetworkReport","features":[106]},{"name":"WiFiOnDemandHotspotAvailability","features":[106]},{"name":"WiFiOnDemandHotspotCellularBars","features":[106]},{"name":"WiFiOnDemandHotspotConnectStatus","features":[106]},{"name":"WiFiOnDemandHotspotConnectTriggerDetails","features":[106]},{"name":"WiFiOnDemandHotspotConnectionResult","features":[106]},{"name":"WiFiOnDemandHotspotNetwork","features":[106]},{"name":"WiFiOnDemandHotspotNetworkProperties","features":[106]},{"name":"WiFiPhyKind","features":[106]},{"name":"WiFiReconnectionKind","features":[106]},{"name":"WiFiWpsConfigurationResult","features":[106]},{"name":"WiFiWpsConfigurationStatus","features":[106]},{"name":"WiFiWpsKind","features":[106]}],"112":[{"name":"IWiFiDirectAdvertisement","features":[107]},{"name":"IWiFiDirectAdvertisement2","features":[107]},{"name":"IWiFiDirectAdvertisementPublisher","features":[107]},{"name":"IWiFiDirectAdvertisementPublisherStatusChangedEventArgs","features":[107]},{"name":"IWiFiDirectConnectionListener","features":[107]},{"name":"IWiFiDirectConnectionParameters","features":[107]},{"name":"IWiFiDirectConnectionParameters2","features":[107]},{"name":"IWiFiDirectConnectionParametersStatics","features":[107]},{"name":"IWiFiDirectConnectionRequest","features":[107]},{"name":"IWiFiDirectConnectionRequestedEventArgs","features":[107]},{"name":"IWiFiDirectDevice","features":[107]},{"name":"IWiFiDirectDeviceStatics","features":[107]},{"name":"IWiFiDirectDeviceStatics2","features":[107]},{"name":"IWiFiDirectInformationElement","features":[107]},{"name":"IWiFiDirectInformationElementStatics","features":[107]},{"name":"IWiFiDirectLegacySettings","features":[107]},{"name":"WiFiDirectAdvertisement","features":[107]},{"name":"WiFiDirectAdvertisementListenStateDiscoverability","features":[107]},{"name":"WiFiDirectAdvertisementPublisher","features":[107]},{"name":"WiFiDirectAdvertisementPublisherStatus","features":[107]},{"name":"WiFiDirectAdvertisementPublisherStatusChangedEventArgs","features":[107]},{"name":"WiFiDirectConfigurationMethod","features":[107]},{"name":"WiFiDirectConnectionListener","features":[107]},{"name":"WiFiDirectConnectionParameters","features":[107]},{"name":"WiFiDirectConnectionRequest","features":[107]},{"name":"WiFiDirectConnectionRequestedEventArgs","features":[107]},{"name":"WiFiDirectConnectionStatus","features":[107]},{"name":"WiFiDirectDevice","features":[107]},{"name":"WiFiDirectDeviceSelectorType","features":[107]},{"name":"WiFiDirectError","features":[107]},{"name":"WiFiDirectInformationElement","features":[107]},{"name":"WiFiDirectLegacySettings","features":[107]},{"name":"WiFiDirectPairingProcedure","features":[107]}],"113":[{"name":"IWiFiDirectService","features":[108]},{"name":"IWiFiDirectServiceAdvertiser","features":[108]},{"name":"IWiFiDirectServiceAdvertiserFactory","features":[108]},{"name":"IWiFiDirectServiceAutoAcceptSessionConnectedEventArgs","features":[108]},{"name":"IWiFiDirectServiceProvisioningInfo","features":[108]},{"name":"IWiFiDirectServiceRemotePortAddedEventArgs","features":[108]},{"name":"IWiFiDirectServiceSession","features":[108]},{"name":"IWiFiDirectServiceSessionDeferredEventArgs","features":[108]},{"name":"IWiFiDirectServiceSessionRequest","features":[108]},{"name":"IWiFiDirectServiceSessionRequestedEventArgs","features":[108]},{"name":"IWiFiDirectServiceStatics","features":[108]},{"name":"WiFiDirectService","features":[108]},{"name":"WiFiDirectServiceAdvertisementStatus","features":[108]},{"name":"WiFiDirectServiceAdvertiser","features":[108]},{"name":"WiFiDirectServiceAutoAcceptSessionConnectedEventArgs","features":[108]},{"name":"WiFiDirectServiceConfigurationMethod","features":[108]},{"name":"WiFiDirectServiceError","features":[108]},{"name":"WiFiDirectServiceIPProtocol","features":[108]},{"name":"WiFiDirectServiceProvisioningInfo","features":[108]},{"name":"WiFiDirectServiceRemotePortAddedEventArgs","features":[108]},{"name":"WiFiDirectServiceSession","features":[108]},{"name":"WiFiDirectServiceSessionDeferredEventArgs","features":[108]},{"name":"WiFiDirectServiceSessionErrorStatus","features":[108]},{"name":"WiFiDirectServiceSessionRequest","features":[108]},{"name":"WiFiDirectServiceSessionRequestedEventArgs","features":[108]},{"name":"WiFiDirectServiceSessionStatus","features":[108]},{"name":"WiFiDirectServiceStatus","features":[108]}],"114":[{"name":"DeviceLockdownContract","features":[109]},{"name":"DeviceLockdownProfile","features":[109]},{"name":"DeviceLockdownProfileInformation","features":[109]},{"name":"IDeviceLockdownProfileInformation","features":[109]},{"name":"IDeviceLockdownProfileStatics","features":[109]}],"115":[{"name":"AsyncActionCompletedHandler","features":[77]},{"name":"AsyncActionProgressHandler","features":[77]},{"name":"AsyncActionWithProgressCompletedHandler","features":[77]},{"name":"AsyncOperationCompletedHandler","features":[77]},{"name":"AsyncOperationProgressHandler","features":[77]},{"name":"AsyncOperationWithProgressCompletedHandler","features":[77]},{"name":"AsyncStatus","features":[77]},{"name":"DateTime","features":[77]},{"name":"Deferral","features":[77]},{"name":"DeferralCompletedHandler","features":[77]},{"name":"EventHandler","features":[77]},{"name":"EventRegistrationToken","features":[77]},{"name":"FoundationContract","features":[77]},{"name":"GuidHelper","features":[77]},{"name":"HResult","features":[77]},{"name":"IAsyncAction","features":[77]},{"name":"IAsyncActionWithProgress","features":[77]},{"name":"IAsyncInfo","features":[77]},{"name":"IAsyncOperation","features":[77]},{"name":"IAsyncOperationWithProgress","features":[77]},{"name":"IClosable","features":[77]},{"name":"IDeferral","features":[77]},{"name":"IDeferralFactory","features":[77]},{"name":"IGetActivationFactory","features":[77]},{"name":"IGuidHelperStatics","features":[77]},{"name":"IMemoryBuffer","features":[77]},{"name":"IMemoryBufferFactory","features":[77]},{"name":"IMemoryBufferReference","features":[77]},{"name":"IPropertyValue","features":[77]},{"name":"IPropertyValueStatics","features":[77]},{"name":"IReference","features":[77]},{"name":"IReferenceArray","features":[77]},{"name":"IStringable","features":[77]},{"name":"IUriEscapeStatics","features":[77]},{"name":"IUriRuntimeClass","features":[77]},{"name":"IUriRuntimeClassFactory","features":[77]},{"name":"IUriRuntimeClassWithAbsoluteCanonicalUri","features":[77]},{"name":"IWwwFormUrlDecoderEntry","features":[77]},{"name":"IWwwFormUrlDecoderRuntimeClass","features":[77]},{"name":"IWwwFormUrlDecoderRuntimeClassFactory","features":[77]},{"name":"MemoryBuffer","features":[77]},{"name":"Point","features":[77]},{"name":"PropertyType","features":[77]},{"name":"PropertyValue","features":[77]},{"name":"Rect","features":[77]},{"name":"Size","features":[77]},{"name":"TimeSpan","features":[77]},{"name":"TypedEventHandler","features":[77]},{"name":"UniversalApiContract","features":[77]},{"name":"Uri","features":[77]},{"name":"WwwFormUrlDecoder","features":[77]},{"name":"WwwFormUrlDecoderEntry","features":[77]}],"116":[{"name":"CollectionChange","features":[37]},{"name":"IIterable","features":[37]},{"name":"IIterator","features":[37]},{"name":"IKeyValuePair","features":[37]},{"name":"IMap","features":[37]},{"name":"IMapChangedEventArgs","features":[37]},{"name":"IMapView","features":[37]},{"name":"IObservableMap","features":[37]},{"name":"IObservableVector","features":[37]},{"name":"IPropertySet","features":[37]},{"name":"IVector","features":[37]},{"name":"IVectorChangedEventArgs","features":[37]},{"name":"IVectorView","features":[37]},{"name":"MapChangedEventHandler","features":[37]},{"name":"PropertySet","features":[37]},{"name":"StringMap","features":[37]},{"name":"ValueSet","features":[37]},{"name":"VectorChangedEventHandler","features":[37]}],"117":[{"name":"AsyncCausalityTracer","features":[110]},{"name":"CausalityRelation","features":[110]},{"name":"CausalitySource","features":[110]},{"name":"CausalitySynchronousWork","features":[110]},{"name":"CausalityTraceLevel","features":[110]},{"name":"ErrorDetails","features":[110]},{"name":"ErrorOptions","features":[110]},{"name":"FileLoggingSession","features":[110]},{"name":"IAsyncCausalityTracerStatics","features":[110]},{"name":"IErrorDetails","features":[110]},{"name":"IErrorDetailsStatics","features":[110]},{"name":"IErrorReportingSettings","features":[110]},{"name":"IFileLoggingSession","features":[110]},{"name":"IFileLoggingSessionFactory","features":[110]},{"name":"ILogFileGeneratedEventArgs","features":[110]},{"name":"ILoggingActivity","features":[110]},{"name":"ILoggingActivity2","features":[110]},{"name":"ILoggingActivityFactory","features":[110]},{"name":"ILoggingChannel","features":[110]},{"name":"ILoggingChannel2","features":[110]},{"name":"ILoggingChannelFactory","features":[110]},{"name":"ILoggingChannelFactory2","features":[110]},{"name":"ILoggingChannelOptions","features":[110]},{"name":"ILoggingChannelOptionsFactory","features":[110]},{"name":"ILoggingFields","features":[110]},{"name":"ILoggingOptions","features":[110]},{"name":"ILoggingOptionsFactory","features":[110]},{"name":"ILoggingSession","features":[110]},{"name":"ILoggingSessionFactory","features":[110]},{"name":"ILoggingTarget","features":[110]},{"name":"ITracingStatusChangedEventArgs","features":[110]},{"name":"LogFileGeneratedEventArgs","features":[110]},{"name":"LoggingActivity","features":[110]},{"name":"LoggingChannel","features":[110]},{"name":"LoggingChannelOptions","features":[110]},{"name":"LoggingFieldFormat","features":[110]},{"name":"LoggingFields","features":[110]},{"name":"LoggingLevel","features":[110]},{"name":"LoggingOpcode","features":[110]},{"name":"LoggingOptions","features":[110]},{"name":"LoggingSession","features":[110]},{"name":"RuntimeBrokerErrorSettings","features":[110]},{"name":"TracingStatusChangedEventArgs","features":[110]}],"118":[{"name":"ActivatableAttribute","features":[111]},{"name":"AllowForWebAttribute","features":[111]},{"name":"AllowMultipleAttribute","features":[111]},{"name":"ApiContractAttribute","features":[111]},{"name":"ApiInformation","features":[111]},{"name":"AttributeNameAttribute","features":[111]},{"name":"AttributeTargets","features":[111]},{"name":"AttributeUsageAttribute","features":[111]},{"name":"ComposableAttribute","features":[111]},{"name":"CompositionType","features":[111]},{"name":"ContractVersionAttribute","features":[111]},{"name":"CreateFromStringAttribute","features":[111]},{"name":"DefaultAttribute","features":[111]},{"name":"DefaultOverloadAttribute","features":[111]},{"name":"DeprecatedAttribute","features":[111]},{"name":"DeprecationType","features":[111]},{"name":"DualApiPartitionAttribute","features":[111]},{"name":"ExclusiveToAttribute","features":[111]},{"name":"ExperimentalAttribute","features":[111]},{"name":"FastAbiAttribute","features":[111]},{"name":"FeatureAttribute","features":[111]},{"name":"FeatureStage","features":[111]},{"name":"GCPressureAmount","features":[111]},{"name":"GCPressureAttribute","features":[111]},{"name":"GuidAttribute","features":[111]},{"name":"HasVariantAttribute","features":[111]},{"name":"IApiInformationStatics","features":[111]},{"name":"InternalAttribute","features":[111]},{"name":"LengthIsAttribute","features":[111]},{"name":"MarshalingBehaviorAttribute","features":[111]},{"name":"MarshalingType","features":[111]},{"name":"MetadataMarshalAttribute","features":[111]},{"name":"MuseAttribute","features":[111]},{"name":"NoExceptionAttribute","features":[111]},{"name":"OverloadAttribute","features":[111]},{"name":"OverridableAttribute","features":[111]},{"name":"Platform","features":[111]},{"name":"PlatformAttribute","features":[111]},{"name":"PreviousContractVersionAttribute","features":[111]},{"name":"ProtectedAttribute","features":[111]},{"name":"RangeAttribute","features":[111]},{"name":"RemoteAsyncAttribute","features":[111]},{"name":"StaticAttribute","features":[111]},{"name":"ThreadingAttribute","features":[111]},{"name":"ThreadingModel","features":[111]},{"name":"VariantAttribute","features":[111]},{"name":"VersionAttribute","features":[111]},{"name":"WebHostHiddenAttribute","features":[111]}],"119":[{"name":"Matrix3x2","features":[69]},{"name":"Matrix4x4","features":[69]},{"name":"Plane","features":[69]},{"name":"Quaternion","features":[69]},{"name":"Rational","features":[69]},{"name":"Vector2","features":[69]},{"name":"Vector3","features":[69]},{"name":"Vector4","features":[69]}],"120":[{"name":"ArcadeStick","features":[112]},{"name":"ArcadeStickButtons","features":[112]},{"name":"ArcadeStickReading","features":[112]},{"name":"FlightStick","features":[112]},{"name":"FlightStickButtons","features":[112]},{"name":"FlightStickReading","features":[112]},{"name":"GameControllerButtonLabel","features":[112]},{"name":"GameControllerSwitchKind","features":[112]},{"name":"GameControllerSwitchPosition","features":[112]},{"name":"Gamepad","features":[112]},{"name":"GamepadButtons","features":[112]},{"name":"GamepadReading","features":[112]},{"name":"GamepadVibration","features":[112]},{"name":"GamingInputPreviewContract","features":[112]},{"name":"Headset","features":[112]},{"name":"IArcadeStick","features":[112]},{"name":"IArcadeStickStatics","features":[112]},{"name":"IArcadeStickStatics2","features":[112]},{"name":"IFlightStick","features":[112]},{"name":"IFlightStickStatics","features":[112]},{"name":"IGameController","features":[112]},{"name":"IGameControllerBatteryInfo","features":[112]},{"name":"IGamepad","features":[112]},{"name":"IGamepad2","features":[112]},{"name":"IGamepadStatics","features":[112]},{"name":"IGamepadStatics2","features":[112]},{"name":"IHeadset","features":[112]},{"name":"IRacingWheel","features":[112]},{"name":"IRacingWheelStatics","features":[112]},{"name":"IRacingWheelStatics2","features":[112]},{"name":"IRawGameController","features":[112]},{"name":"IRawGameController2","features":[112]},{"name":"IRawGameControllerStatics","features":[112]},{"name":"IUINavigationController","features":[112]},{"name":"IUINavigationControllerStatics","features":[112]},{"name":"IUINavigationControllerStatics2","features":[112]},{"name":"OptionalUINavigationButtons","features":[112]},{"name":"RacingWheel","features":[112]},{"name":"RacingWheelButtons","features":[112]},{"name":"RacingWheelReading","features":[112]},{"name":"RawGameController","features":[112]},{"name":"RequiredUINavigationButtons","features":[112]},{"name":"UINavigationController","features":[112]},{"name":"UINavigationReading","features":[112]}],"121":[{"name":"GameControllerFactoryManager","features":[113]},{"name":"GameControllerVersionInfo","features":[113]},{"name":"GipFirmwareUpdateProgress","features":[113]},{"name":"GipFirmwareUpdateResult","features":[113]},{"name":"GipFirmwareUpdateStatus","features":[113]},{"name":"GipGameControllerProvider","features":[113]},{"name":"GipMessageClass","features":[113]},{"name":"HidGameControllerProvider","features":[113]},{"name":"ICustomGameControllerFactory","features":[113]},{"name":"IGameControllerFactoryManagerStatics","features":[113]},{"name":"IGameControllerFactoryManagerStatics2","features":[113]},{"name":"IGameControllerInputSink","features":[113]},{"name":"IGameControllerProvider","features":[113]},{"name":"IGipFirmwareUpdateResult","features":[113]},{"name":"IGipGameControllerInputSink","features":[113]},{"name":"IGipGameControllerProvider","features":[113]},{"name":"IHidGameControllerInputSink","features":[113]},{"name":"IHidGameControllerProvider","features":[113]},{"name":"IXusbGameControllerInputSink","features":[113]},{"name":"IXusbGameControllerProvider","features":[113]},{"name":"XusbDeviceSubtype","features":[113]},{"name":"XusbDeviceType","features":[113]},{"name":"XusbGameControllerProvider","features":[113]}],"122":[{"name":"ConditionForceEffect","features":[114]},{"name":"ConditionForceEffectKind","features":[114]},{"name":"ConstantForceEffect","features":[114]},{"name":"ForceFeedbackEffectAxes","features":[114]},{"name":"ForceFeedbackEffectState","features":[114]},{"name":"ForceFeedbackLoadEffectResult","features":[114]},{"name":"ForceFeedbackMotor","features":[114]},{"name":"IConditionForceEffect","features":[114]},{"name":"IConditionForceEffectFactory","features":[114]},{"name":"IConstantForceEffect","features":[114]},{"name":"IForceFeedbackEffect","features":[114]},{"name":"IForceFeedbackMotor","features":[114]},{"name":"IPeriodicForceEffect","features":[114]},{"name":"IPeriodicForceEffectFactory","features":[114]},{"name":"IRampForceEffect","features":[114]},{"name":"PeriodicForceEffect","features":[114]},{"name":"PeriodicForceEffectKind","features":[114]},{"name":"RampForceEffect","features":[114]}],"123":[{"name":"DeviceCommand","features":[115]},{"name":"GameControllerBatteryChargingState","features":[115]},{"name":"GameControllerBatteryKind","features":[115]},{"name":"GameControllerBatteryLevel","features":[115]},{"name":"GameControllerFirmwareCorruptReason","features":[115]},{"name":"GameControllerProviderInfo","features":[115]},{"name":"HeadsetGeqGains","features":[115]},{"name":"HeadsetLevel","features":[115]},{"name":"HeadsetOperation","features":[115]},{"name":"IGameControllerProviderInfoStatics","features":[115]},{"name":"ILegacyGipGameControllerProvider","features":[115]},{"name":"ILegacyGipGameControllerProviderStatics","features":[115]},{"name":"LegacyGipGameControllerProvider","features":[115]},{"name":"RemappingButtonCategory","features":[115]}],"124":[{"name":"GamesEnumerationContract","features":[116]}],"125":[{"name":"GameList","features":[117]},{"name":"GameListCategory","features":[117]},{"name":"GameListChangedEventHandler","features":[117]},{"name":"GameListEntry","features":[117]},{"name":"GameListEntryLaunchableState","features":[117]},{"name":"GameListRemovedEventHandler","features":[117]},{"name":"GameModeConfiguration","features":[117]},{"name":"GameModeUserConfiguration","features":[117]},{"name":"IGameListEntry","features":[117]},{"name":"IGameListEntry2","features":[117]},{"name":"IGameListStatics","features":[117]},{"name":"IGameListStatics2","features":[117]},{"name":"IGameModeConfiguration","features":[117]},{"name":"IGameModeUserConfiguration","features":[117]},{"name":"IGameModeUserConfigurationStatics","features":[117]}],"126":[{"name":"GameBar","features":[118]},{"name":"GameChatMessageOrigin","features":[118]},{"name":"GameChatMessageReceivedEventArgs","features":[118]},{"name":"GameChatOverlay","features":[118]},{"name":"GameChatOverlayContract","features":[118]},{"name":"GameChatOverlayMessageSource","features":[118]},{"name":"GameChatOverlayPosition","features":[118]},{"name":"GameUIProviderActivatedEventArgs","features":[118]},{"name":"GamingUIProviderContract","features":[118]},{"name":"IGameBarStatics","features":[118]},{"name":"IGameChatMessageReceivedEventArgs","features":[118]},{"name":"IGameChatOverlay","features":[118]},{"name":"IGameChatOverlayMessageSource","features":[118]},{"name":"IGameChatOverlayStatics","features":[118]},{"name":"IGameUIProviderActivatedEventArgs","features":[118]}],"127":[{"name":"StorageApiContract","features":[119]}],"128":[{"name":"GameSaveBlobGetResult","features":[120]},{"name":"GameSaveBlobInfo","features":[120]},{"name":"GameSaveBlobInfoGetResult","features":[120]},{"name":"GameSaveBlobInfoQuery","features":[120]},{"name":"GameSaveContainer","features":[120]},{"name":"GameSaveContainerInfo","features":[120]},{"name":"GameSaveContainerInfoGetResult","features":[120]},{"name":"GameSaveContainerInfoQuery","features":[120]},{"name":"GameSaveErrorStatus","features":[120]},{"name":"GameSaveOperationResult","features":[120]},{"name":"GameSaveProvider","features":[120]},{"name":"GameSaveProviderGetResult","features":[120]},{"name":"IGameSaveBlobGetResult","features":[120]},{"name":"IGameSaveBlobInfo","features":[120]},{"name":"IGameSaveBlobInfoGetResult","features":[120]},{"name":"IGameSaveBlobInfoQuery","features":[120]},{"name":"IGameSaveContainer","features":[120]},{"name":"IGameSaveContainerInfo","features":[120]},{"name":"IGameSaveContainerInfoGetResult","features":[120]},{"name":"IGameSaveContainerInfoQuery","features":[120]},{"name":"IGameSaveOperationResult","features":[120]},{"name":"IGameSaveProvider","features":[120]},{"name":"IGameSaveProviderGetResult","features":[120]},{"name":"IGameSaveProviderStatics","features":[120]}],"129":[{"name":"ApplicationLanguages","features":[121]},{"name":"Calendar","features":[121]},{"name":"CalendarIdentifiers","features":[121]},{"name":"ClockIdentifiers","features":[121]},{"name":"CurrencyAmount","features":[121]},{"name":"CurrencyIdentifiers","features":[121]},{"name":"DayOfWeek","features":[121]},{"name":"GeographicRegion","features":[121]},{"name":"GlobalizationJapanesePhoneticAnalyzerContract","features":[121]},{"name":"IApplicationLanguagesStatics","features":[121]},{"name":"IApplicationLanguagesStatics2","features":[121]},{"name":"ICalendar","features":[121]},{"name":"ICalendarFactory","features":[121]},{"name":"ICalendarFactory2","features":[121]},{"name":"ICalendarIdentifiersStatics","features":[121]},{"name":"ICalendarIdentifiersStatics2","features":[121]},{"name":"ICalendarIdentifiersStatics3","features":[121]},{"name":"IClockIdentifiersStatics","features":[121]},{"name":"ICurrencyAmount","features":[121]},{"name":"ICurrencyAmountFactory","features":[121]},{"name":"ICurrencyIdentifiersStatics","features":[121]},{"name":"ICurrencyIdentifiersStatics2","features":[121]},{"name":"ICurrencyIdentifiersStatics3","features":[121]},{"name":"IGeographicRegion","features":[121]},{"name":"IGeographicRegionFactory","features":[121]},{"name":"IGeographicRegionStatics","features":[121]},{"name":"IJapanesePhoneme","features":[121]},{"name":"IJapanesePhoneticAnalyzerStatics","features":[121]},{"name":"ILanguage","features":[121]},{"name":"ILanguage2","features":[121]},{"name":"ILanguage3","features":[121]},{"name":"ILanguageExtensionSubtags","features":[121]},{"name":"ILanguageFactory","features":[121]},{"name":"ILanguageStatics","features":[121]},{"name":"ILanguageStatics2","features":[121]},{"name":"ILanguageStatics3","features":[121]},{"name":"INumeralSystemIdentifiersStatics","features":[121]},{"name":"INumeralSystemIdentifiersStatics2","features":[121]},{"name":"ITimeZoneOnCalendar","features":[121]},{"name":"JapanesePhoneme","features":[121]},{"name":"JapanesePhoneticAnalyzer","features":[121]},{"name":"Language","features":[121]},{"name":"LanguageLayoutDirection","features":[121]},{"name":"NumeralSystemIdentifiers","features":[121]}],"130":[{"name":"CharacterGrouping","features":[122]},{"name":"CharacterGroupings","features":[122]},{"name":"ICharacterGrouping","features":[122]},{"name":"ICharacterGroupings","features":[122]},{"name":"ICharacterGroupingsFactory","features":[122]}],"131":[{"name":"DateTimeFormatter","features":[123]},{"name":"DayFormat","features":[123]},{"name":"DayOfWeekFormat","features":[123]},{"name":"HourFormat","features":[123]},{"name":"IDateTimeFormatter","features":[123]},{"name":"IDateTimeFormatter2","features":[123]},{"name":"IDateTimeFormatterFactory","features":[123]},{"name":"IDateTimeFormatterStatics","features":[123]},{"name":"MinuteFormat","features":[123]},{"name":"MonthFormat","features":[123]},{"name":"SecondFormat","features":[123]},{"name":"YearFormat","features":[123]}],"132":[{"name":"ILanguageFont","features":[124]},{"name":"ILanguageFontGroup","features":[124]},{"name":"ILanguageFontGroupFactory","features":[124]},{"name":"LanguageFont","features":[124]},{"name":"LanguageFontGroup","features":[124]}],"133":[{"name":"CurrencyFormatter","features":[125]},{"name":"CurrencyFormatterMode","features":[125]},{"name":"DecimalFormatter","features":[125]},{"name":"ICurrencyFormatter","features":[125]},{"name":"ICurrencyFormatter2","features":[125]},{"name":"ICurrencyFormatterFactory","features":[125]},{"name":"IDecimalFormatterFactory","features":[125]},{"name":"IIncrementNumberRounder","features":[125]},{"name":"INumberFormatter","features":[125]},{"name":"INumberFormatter2","features":[125]},{"name":"INumberFormatterOptions","features":[125]},{"name":"INumberParser","features":[125]},{"name":"INumberRounder","features":[125]},{"name":"INumberRounderOption","features":[125]},{"name":"INumeralSystemTranslator","features":[125]},{"name":"INumeralSystemTranslatorFactory","features":[125]},{"name":"IPercentFormatterFactory","features":[125]},{"name":"IPermilleFormatterFactory","features":[125]},{"name":"ISignedZeroOption","features":[125]},{"name":"ISignificantDigitsNumberRounder","features":[125]},{"name":"ISignificantDigitsOption","features":[125]},{"name":"IncrementNumberRounder","features":[125]},{"name":"NumeralSystemTranslator","features":[125]},{"name":"PercentFormatter","features":[125]},{"name":"PermilleFormatter","features":[125]},{"name":"RoundingAlgorithm","features":[125]},{"name":"SignificantDigitsNumberRounder","features":[125]}],"134":[{"name":"IPhoneNumberFormatter","features":[126]},{"name":"IPhoneNumberFormatterStatics","features":[126]},{"name":"IPhoneNumberInfo","features":[126]},{"name":"IPhoneNumberInfoFactory","features":[126]},{"name":"IPhoneNumberInfoStatics","features":[126]},{"name":"PhoneNumberFormat","features":[126]},{"name":"PhoneNumberFormatter","features":[126]},{"name":"PhoneNumberInfo","features":[126]},{"name":"PhoneNumberMatchResult","features":[126]},{"name":"PhoneNumberParseResult","features":[126]},{"name":"PredictedPhoneNumberKind","features":[126]}],"135":[{"name":"DisplayAdapterId","features":[127]},{"name":"DisplayId","features":[127]},{"name":"IGeometrySource2D","features":[127]},{"name":"PointInt32","features":[127]},{"name":"RectInt32","features":[127]},{"name":"SizeInt32","features":[127]}],"136":[{"name":"Direct3D11CaptureFrame","features":[128]},{"name":"Direct3D11CaptureFramePool","features":[128]},{"name":"GraphicsCaptureAccess","features":[128]},{"name":"GraphicsCaptureAccessKind","features":[128]},{"name":"GraphicsCaptureDirtyRegionMode","features":[128]},{"name":"GraphicsCaptureItem","features":[128]},{"name":"GraphicsCapturePicker","features":[128]},{"name":"GraphicsCaptureSession","features":[128]},{"name":"IDirect3D11CaptureFrame","features":[128]},{"name":"IDirect3D11CaptureFrame2","features":[128]},{"name":"IDirect3D11CaptureFramePool","features":[128]},{"name":"IDirect3D11CaptureFramePoolStatics","features":[128]},{"name":"IDirect3D11CaptureFramePoolStatics2","features":[128]},{"name":"IGraphicsCaptureAccessStatics","features":[128]},{"name":"IGraphicsCaptureItem","features":[128]},{"name":"IGraphicsCaptureItemStatics","features":[128]},{"name":"IGraphicsCaptureItemStatics2","features":[128]},{"name":"IGraphicsCapturePicker","features":[128]},{"name":"IGraphicsCaptureSession","features":[128]},{"name":"IGraphicsCaptureSession2","features":[128]},{"name":"IGraphicsCaptureSession3","features":[128]},{"name":"IGraphicsCaptureSession4","features":[128]},{"name":"IGraphicsCaptureSession5","features":[128]},{"name":"IGraphicsCaptureSession6","features":[128]},{"name":"IGraphicsCaptureSessionStatics","features":[128]}],"137":[{"name":"DirectXAlphaMode","features":[129]},{"name":"DirectXColorSpace","features":[129]},{"name":"DirectXPixelFormat","features":[129]},{"name":"DirectXPrimitiveTopology","features":[129]}],"138":[{"name":"Direct3DBindings","features":[130]},{"name":"Direct3DMultisampleDescription","features":[130]},{"name":"Direct3DSurfaceDescription","features":[130]},{"name":"Direct3DUsage","features":[130]},{"name":"IDirect3DDevice","features":[130]},{"name":"IDirect3DSurface","features":[130]}],"139":[{"name":"AdvancedColorInfo","features":[131]},{"name":"AdvancedColorKind","features":[131]},{"name":"BrightnessOverride","features":[131]},{"name":"BrightnessOverrideSettings","features":[131]},{"name":"ColorOverrideSettings","features":[131]},{"name":"DisplayBrightnessOverrideOptions","features":[131]},{"name":"DisplayBrightnessOverrideScenario","features":[131]},{"name":"DisplayBrightnessScenario","features":[131]},{"name":"DisplayColorOverrideScenario","features":[131]},{"name":"DisplayEnhancementOverride","features":[131]},{"name":"DisplayEnhancementOverrideCapabilities","features":[131]},{"name":"DisplayEnhancementOverrideCapabilitiesChangedEventArgs","features":[131]},{"name":"DisplayInformation","features":[131]},{"name":"DisplayOrientations","features":[131]},{"name":"DisplayProperties","features":[131]},{"name":"DisplayPropertiesEventHandler","features":[131]},{"name":"DisplayServices","features":[131]},{"name":"HdrMetadataFormat","features":[131]},{"name":"IAdvancedColorInfo","features":[131]},{"name":"IBrightnessOverride","features":[131]},{"name":"IBrightnessOverrideSettings","features":[131]},{"name":"IBrightnessOverrideSettingsStatics","features":[131]},{"name":"IBrightnessOverrideStatics","features":[131]},{"name":"IColorOverrideSettings","features":[131]},{"name":"IColorOverrideSettingsStatics","features":[131]},{"name":"IDisplayEnhancementOverride","features":[131]},{"name":"IDisplayEnhancementOverrideCapabilities","features":[131]},{"name":"IDisplayEnhancementOverrideCapabilitiesChangedEventArgs","features":[131]},{"name":"IDisplayEnhancementOverrideStatics","features":[131]},{"name":"IDisplayInformation","features":[131]},{"name":"IDisplayInformation2","features":[131]},{"name":"IDisplayInformation3","features":[131]},{"name":"IDisplayInformation4","features":[131]},{"name":"IDisplayInformation5","features":[131]},{"name":"IDisplayInformationStatics","features":[131]},{"name":"IDisplayPropertiesStatics","features":[131]},{"name":"IDisplayServices","features":[131]},{"name":"IDisplayServicesStatics","features":[131]},{"name":"NitRange","features":[131]},{"name":"ResolutionScale","features":[131]}],"140":[{"name":"HdmiDisplayColorSpace","features":[132]},{"name":"HdmiDisplayHdr2086Metadata","features":[132]},{"name":"HdmiDisplayHdrOption","features":[132]},{"name":"HdmiDisplayInformation","features":[132]},{"name":"HdmiDisplayMode","features":[132]},{"name":"HdmiDisplayPixelEncoding","features":[132]},{"name":"IHdmiDisplayInformation","features":[132]},{"name":"IHdmiDisplayInformationStatics","features":[132]},{"name":"IHdmiDisplayMode","features":[132]},{"name":"IHdmiDisplayMode2","features":[132]}],"141":[{"name":"IGraphicsEffect","features":[133]},{"name":"IGraphicsEffectSource","features":[133]}],"142":[{"name":"HolographicAdapterId","features":[134]},{"name":"HolographicCamera","features":[134]},{"name":"HolographicCameraPose","features":[134]},{"name":"HolographicCameraRenderingParameters","features":[134]},{"name":"HolographicCameraViewportParameters","features":[134]},{"name":"HolographicDepthReprojectionMethod","features":[134]},{"name":"HolographicDisplay","features":[134]},{"name":"HolographicFrame","features":[134]},{"name":"HolographicFrameId","features":[134]},{"name":"HolographicFramePrediction","features":[134]},{"name":"HolographicFramePresentResult","features":[134]},{"name":"HolographicFramePresentWaitBehavior","features":[134]},{"name":"HolographicFramePresentationMonitor","features":[134]},{"name":"HolographicFramePresentationReport","features":[134]},{"name":"HolographicFrameRenderingReport","features":[134]},{"name":"HolographicFrameScanoutMonitor","features":[134]},{"name":"HolographicFrameScanoutReport","features":[134]},{"name":"HolographicQuadLayer","features":[134]},{"name":"HolographicQuadLayerUpdateParameters","features":[134]},{"name":"HolographicReprojectionMode","features":[134]},{"name":"HolographicSpace","features":[134]},{"name":"HolographicSpaceCameraAddedEventArgs","features":[134]},{"name":"HolographicSpaceCameraRemovedEventArgs","features":[134]},{"name":"HolographicSpaceUserPresence","features":[134]},{"name":"HolographicStereoTransform","features":[69,134]},{"name":"HolographicViewConfiguration","features":[134]},{"name":"HolographicViewConfigurationKind","features":[134]},{"name":"IHolographicCamera","features":[134]},{"name":"IHolographicCamera2","features":[134]},{"name":"IHolographicCamera3","features":[134]},{"name":"IHolographicCamera4","features":[134]},{"name":"IHolographicCamera5","features":[134]},{"name":"IHolographicCamera6","features":[134]},{"name":"IHolographicCameraPose","features":[134]},{"name":"IHolographicCameraPose2","features":[134]},{"name":"IHolographicCameraRenderingParameters","features":[134]},{"name":"IHolographicCameraRenderingParameters2","features":[134]},{"name":"IHolographicCameraRenderingParameters3","features":[134]},{"name":"IHolographicCameraRenderingParameters4","features":[134]},{"name":"IHolographicCameraViewportParameters","features":[134]},{"name":"IHolographicDisplay","features":[134]},{"name":"IHolographicDisplay2","features":[134]},{"name":"IHolographicDisplay3","features":[134]},{"name":"IHolographicDisplayStatics","features":[134]},{"name":"IHolographicFrame","features":[134]},{"name":"IHolographicFrame2","features":[134]},{"name":"IHolographicFrame3","features":[134]},{"name":"IHolographicFramePrediction","features":[134]},{"name":"IHolographicFramePresentationMonitor","features":[134]},{"name":"IHolographicFramePresentationReport","features":[134]},{"name":"IHolographicFrameRenderingReport","features":[134]},{"name":"IHolographicFrameScanoutMonitor","features":[134]},{"name":"IHolographicFrameScanoutReport","features":[134]},{"name":"IHolographicQuadLayer","features":[134]},{"name":"IHolographicQuadLayerFactory","features":[134]},{"name":"IHolographicQuadLayerUpdateParameters","features":[134]},{"name":"IHolographicQuadLayerUpdateParameters2","features":[134]},{"name":"IHolographicSpace","features":[134]},{"name":"IHolographicSpace2","features":[134]},{"name":"IHolographicSpace3","features":[134]},{"name":"IHolographicSpaceCameraAddedEventArgs","features":[134]},{"name":"IHolographicSpaceCameraRemovedEventArgs","features":[134]},{"name":"IHolographicSpaceStatics","features":[134]},{"name":"IHolographicSpaceStatics2","features":[134]},{"name":"IHolographicSpaceStatics3","features":[134]},{"name":"IHolographicViewConfiguration","features":[134]},{"name":"IHolographicViewConfiguration2","features":[134]}],"143":[{"name":"BitmapAlphaMode","features":[135]},{"name":"BitmapBounds","features":[135]},{"name":"BitmapBuffer","features":[135]},{"name":"BitmapBufferAccessMode","features":[135]},{"name":"BitmapCodecInformation","features":[135]},{"name":"BitmapDecoder","features":[135]},{"name":"BitmapEncoder","features":[135]},{"name":"BitmapFlip","features":[135]},{"name":"BitmapFrame","features":[135]},{"name":"BitmapInterpolationMode","features":[135]},{"name":"BitmapPixelFormat","features":[135]},{"name":"BitmapPlaneDescription","features":[135]},{"name":"BitmapProperties","features":[135]},{"name":"BitmapPropertiesView","features":[135]},{"name":"BitmapPropertySet","features":[37,135]},{"name":"BitmapRotation","features":[135]},{"name":"BitmapSize","features":[135]},{"name":"BitmapTransform","features":[135]},{"name":"BitmapTypedValue","features":[135]},{"name":"ColorManagementMode","features":[135]},{"name":"ExifOrientationMode","features":[135]},{"name":"IBitmapBuffer","features":[135]},{"name":"IBitmapCodecInformation","features":[135]},{"name":"IBitmapDecoder","features":[135]},{"name":"IBitmapDecoderStatics","features":[135]},{"name":"IBitmapDecoderStatics2","features":[135]},{"name":"IBitmapEncoder","features":[135]},{"name":"IBitmapEncoderStatics","features":[135]},{"name":"IBitmapEncoderStatics2","features":[135]},{"name":"IBitmapEncoderWithSoftwareBitmap","features":[135]},{"name":"IBitmapFrame","features":[135]},{"name":"IBitmapFrameWithSoftwareBitmap","features":[135]},{"name":"IBitmapProperties","features":[135]},{"name":"IBitmapPropertiesView","features":[135]},{"name":"IBitmapTransform","features":[135]},{"name":"IBitmapTypedValue","features":[135]},{"name":"IBitmapTypedValueFactory","features":[135]},{"name":"IPixelDataProvider","features":[135]},{"name":"ISoftwareBitmap","features":[135]},{"name":"ISoftwareBitmapFactory","features":[135]},{"name":"ISoftwareBitmapStatics","features":[135]},{"name":"ImageStream","features":[135,71]},{"name":"JpegSubsamplingMode","features":[135]},{"name":"PixelDataProvider","features":[135]},{"name":"PngFilterMode","features":[135]},{"name":"SoftwareBitmap","features":[135]},{"name":"TiffCompressionMode","features":[135]}],"144":[{"name":"IPrintDocumentSource","features":[136]},{"name":"IPrintManager","features":[136]},{"name":"IPrintManagerStatic","features":[136]},{"name":"IPrintManagerStatic2","features":[136]},{"name":"IPrintPageInfo","features":[136]},{"name":"IPrintPageRange","features":[136]},{"name":"IPrintPageRangeFactory","features":[136]},{"name":"IPrintPageRangeOptions","features":[136]},{"name":"IPrintTask","features":[136]},{"name":"IPrintTask2","features":[136]},{"name":"IPrintTaskCompletedEventArgs","features":[136]},{"name":"IPrintTaskOptions","features":[136]},{"name":"IPrintTaskOptions2","features":[136]},{"name":"IPrintTaskOptionsCore","features":[136]},{"name":"IPrintTaskOptionsCoreProperties","features":[136]},{"name":"IPrintTaskOptionsCoreUIConfiguration","features":[136]},{"name":"IPrintTaskProgressingEventArgs","features":[136]},{"name":"IPrintTaskRequest","features":[136]},{"name":"IPrintTaskRequestedDeferral","features":[136]},{"name":"IPrintTaskRequestedEventArgs","features":[136]},{"name":"IPrintTaskSourceRequestedArgs","features":[136]},{"name":"IPrintTaskSourceRequestedDeferral","features":[136]},{"name":"IPrintTaskTargetDeviceSupport","features":[136]},{"name":"IStandardPrintTaskOptionsStatic","features":[136]},{"name":"IStandardPrintTaskOptionsStatic2","features":[136]},{"name":"IStandardPrintTaskOptionsStatic3","features":[136]},{"name":"PrintBinding","features":[136]},{"name":"PrintBordering","features":[136]},{"name":"PrintCollation","features":[136]},{"name":"PrintColorMode","features":[136]},{"name":"PrintDuplex","features":[136]},{"name":"PrintHolePunch","features":[136]},{"name":"PrintManager","features":[136]},{"name":"PrintMediaSize","features":[136]},{"name":"PrintMediaType","features":[136]},{"name":"PrintOrientation","features":[136]},{"name":"PrintPageDescription","features":[77,136]},{"name":"PrintPageInfo","features":[136]},{"name":"PrintPageRange","features":[136]},{"name":"PrintPageRangeOptions","features":[136]},{"name":"PrintQuality","features":[136]},{"name":"PrintStaple","features":[136]},{"name":"PrintTask","features":[136]},{"name":"PrintTaskCompletedEventArgs","features":[136]},{"name":"PrintTaskCompletion","features":[136]},{"name":"PrintTaskOptions","features":[136]},{"name":"PrintTaskProgressingEventArgs","features":[136]},{"name":"PrintTaskRequest","features":[136]},{"name":"PrintTaskRequestedDeferral","features":[136]},{"name":"PrintTaskRequestedEventArgs","features":[136]},{"name":"PrintTaskSourceRequestedArgs","features":[136]},{"name":"PrintTaskSourceRequestedDeferral","features":[136]},{"name":"PrintTaskSourceRequestedHandler","features":[136]},{"name":"StandardPrintTaskOptions","features":[136]}],"145":[{"name":"IPrintBindingOptionDetails","features":[137]},{"name":"IPrintBorderingOptionDetails","features":[137]},{"name":"IPrintCollationOptionDetails","features":[137]},{"name":"IPrintColorModeOptionDetails","features":[137]},{"name":"IPrintCopiesOptionDetails","features":[137]},{"name":"IPrintCustomItemDetails","features":[137]},{"name":"IPrintCustomItemListOptionDetails","features":[137]},{"name":"IPrintCustomItemListOptionDetails2","features":[137]},{"name":"IPrintCustomItemListOptionDetails3","features":[137]},{"name":"IPrintCustomOptionDetails","features":[137]},{"name":"IPrintCustomTextOptionDetails","features":[137]},{"name":"IPrintCustomTextOptionDetails2","features":[137]},{"name":"IPrintCustomToggleOptionDetails","features":[137]},{"name":"IPrintDuplexOptionDetails","features":[137]},{"name":"IPrintHolePunchOptionDetails","features":[137]},{"name":"IPrintItemListOptionDetails","features":[137]},{"name":"IPrintMediaSizeOptionDetails","features":[137]},{"name":"IPrintMediaTypeOptionDetails","features":[137]},{"name":"IPrintNumberOptionDetails","features":[137]},{"name":"IPrintOptionDetails","features":[137]},{"name":"IPrintOrientationOptionDetails","features":[137]},{"name":"IPrintPageRangeOptionDetails","features":[137]},{"name":"IPrintQualityOptionDetails","features":[137]},{"name":"IPrintStapleOptionDetails","features":[137]},{"name":"IPrintTaskOptionChangedEventArgs","features":[137]},{"name":"IPrintTaskOptionDetails","features":[137]},{"name":"IPrintTaskOptionDetails2","features":[137]},{"name":"IPrintTaskOptionDetailsStatic","features":[137]},{"name":"IPrintTextOptionDetails","features":[137]},{"name":"PrintBindingOptionDetails","features":[137]},{"name":"PrintBorderingOptionDetails","features":[137]},{"name":"PrintCollationOptionDetails","features":[137]},{"name":"PrintColorModeOptionDetails","features":[137]},{"name":"PrintCopiesOptionDetails","features":[137]},{"name":"PrintCustomItemDetails","features":[137]},{"name":"PrintCustomItemListOptionDetails","features":[137]},{"name":"PrintCustomTextOptionDetails","features":[137]},{"name":"PrintCustomToggleOptionDetails","features":[137]},{"name":"PrintDuplexOptionDetails","features":[137]},{"name":"PrintHolePunchOptionDetails","features":[137]},{"name":"PrintMediaSizeOptionDetails","features":[137]},{"name":"PrintMediaTypeOptionDetails","features":[137]},{"name":"PrintOptionStates","features":[137]},{"name":"PrintOptionType","features":[137]},{"name":"PrintOrientationOptionDetails","features":[137]},{"name":"PrintPageRangeOptionDetails","features":[137]},{"name":"PrintQualityOptionDetails","features":[137]},{"name":"PrintStapleOptionDetails","features":[137]},{"name":"PrintTaskOptionChangedEventArgs","features":[137]},{"name":"PrintTaskOptionDetails","features":[137]}],"146":[{"name":"IPrintSupportCommunicationErrorDetectedEventArgs","features":[138]},{"name":"IPrintSupportExtensionSession","features":[138]},{"name":"IPrintSupportExtensionSession2","features":[138]},{"name":"IPrintSupportExtensionSession3","features":[138]},{"name":"IPrintSupportExtensionTriggerDetails","features":[138]},{"name":"IPrintSupportIppCommunicationConfiguration","features":[138]},{"name":"IPrintSupportIppCommunicationTimeouts","features":[138]},{"name":"IPrintSupportMxdcImageQualityConfiguration","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesChangedEventArgs","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesChangedEventArgs2","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesChangedEventArgs3","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesChangedEventArgs4","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesUpdatePolicy","features":[138]},{"name":"IPrintSupportPrintDeviceCapabilitiesUpdatePolicyStatics","features":[138]},{"name":"IPrintSupportPrintTicketElement","features":[138]},{"name":"IPrintSupportPrintTicketValidationRequestedEventArgs","features":[138]},{"name":"IPrintSupportPrinterSelectedEventArgs","features":[138]},{"name":"IPrintSupportSessionInfo","features":[138]},{"name":"IPrintSupportSettingsActivatedEventArgs","features":[138]},{"name":"IPrintSupportSettingsActivatedEventArgs2","features":[138]},{"name":"IPrintSupportSettingsUISession","features":[138]},{"name":"IppCommunicationErrorKind","features":[138]},{"name":"IppPrinterCommunicationKind","features":[138]},{"name":"PrintSupportCommunicationErrorDetectedEventArgs","features":[138]},{"name":"PrintSupportExtensionSession","features":[138]},{"name":"PrintSupportExtensionTriggerDetails","features":[138]},{"name":"PrintSupportIppCommunicationConfiguration","features":[138]},{"name":"PrintSupportIppCommunicationTimeouts","features":[138]},{"name":"PrintSupportMxdcImageQualityConfiguration","features":[138]},{"name":"PrintSupportPrintDeviceCapabilitiesChangedEventArgs","features":[138]},{"name":"PrintSupportPrintDeviceCapabilitiesUpdatePolicy","features":[138]},{"name":"PrintSupportPrintTicketElement","features":[138]},{"name":"PrintSupportPrintTicketValidationRequestedEventArgs","features":[138]},{"name":"PrintSupportPrinterSelectedEventArgs","features":[138]},{"name":"PrintSupportSessionInfo","features":[138]},{"name":"PrintSupportSettingsActivatedEventArgs","features":[138]},{"name":"PrintSupportSettingsUISession","features":[138]},{"name":"SettingsLaunchKind","features":[138]},{"name":"WorkflowPrintTicketValidationStatus","features":[138]},{"name":"XpsImageQuality","features":[138]}],"147":[{"name":"IPrintTicketCapabilities","features":[139]},{"name":"IPrintTicketFeature","features":[139]},{"name":"IPrintTicketOption","features":[139]},{"name":"IPrintTicketParameterDefinition","features":[139]},{"name":"IPrintTicketParameterInitializer","features":[139]},{"name":"IPrintTicketValue","features":[139]},{"name":"IWorkflowPrintTicket","features":[139]},{"name":"IWorkflowPrintTicketValidationResult","features":[139]},{"name":"PrintTicketCapabilities","features":[139]},{"name":"PrintTicketFeature","features":[139]},{"name":"PrintTicketFeatureSelectionType","features":[139]},{"name":"PrintTicketOption","features":[139]},{"name":"PrintTicketParameterDataType","features":[139]},{"name":"PrintTicketParameterDefinition","features":[139]},{"name":"PrintTicketParameterInitializer","features":[139]},{"name":"PrintTicketValue","features":[139]},{"name":"PrintTicketValueType","features":[139]},{"name":"WorkflowPrintTicket","features":[139]},{"name":"WorkflowPrintTicketValidationResult","features":[139]}],"148":[{"name":"IPrintWorkflowBackgroundSession","features":[140]},{"name":"IPrintWorkflowBackgroundSetupRequestedEventArgs","features":[140]},{"name":"IPrintWorkflowConfiguration","features":[140]},{"name":"IPrintWorkflowConfiguration2","features":[140]},{"name":"IPrintWorkflowForegroundSession","features":[140]},{"name":"IPrintWorkflowForegroundSetupRequestedEventArgs","features":[140]},{"name":"IPrintWorkflowJobActivatedEventArgs","features":[140]},{"name":"IPrintWorkflowJobBackgroundSession","features":[140]},{"name":"IPrintWorkflowJobBackgroundSession2","features":[140]},{"name":"IPrintWorkflowJobIssueDetectedEventArgs","features":[140]},{"name":"IPrintWorkflowJobNotificationEventArgs","features":[140]},{"name":"IPrintWorkflowJobStartingEventArgs","features":[140]},{"name":"IPrintWorkflowJobStartingEventArgs2","features":[140]},{"name":"IPrintWorkflowJobTriggerDetails","features":[140]},{"name":"IPrintWorkflowJobUISession","features":[140]},{"name":"IPrintWorkflowJobUISession2","features":[140]},{"name":"IPrintWorkflowObjectModelSourceFileContent","features":[140]},{"name":"IPrintWorkflowObjectModelSourceFileContentFactory","features":[140]},{"name":"IPrintWorkflowObjectModelTargetPackage","features":[140]},{"name":"IPrintWorkflowPdlConverter","features":[140]},{"name":"IPrintWorkflowPdlConverter2","features":[140]},{"name":"IPrintWorkflowPdlDataAvailableEventArgs","features":[140]},{"name":"IPrintWorkflowPdlModificationRequestedEventArgs","features":[140]},{"name":"IPrintWorkflowPdlModificationRequestedEventArgs2","features":[140]},{"name":"IPrintWorkflowPdlSourceContent","features":[140]},{"name":"IPrintWorkflowPdlTargetStream","features":[140]},{"name":"IPrintWorkflowPrinterJob","features":[140]},{"name":"IPrintWorkflowPrinterJob2","features":[140]},{"name":"IPrintWorkflowSourceContent","features":[140]},{"name":"IPrintWorkflowSpoolStreamContent","features":[140]},{"name":"IPrintWorkflowStreamTarget","features":[140]},{"name":"IPrintWorkflowSubmittedEventArgs","features":[140]},{"name":"IPrintWorkflowSubmittedOperation","features":[140]},{"name":"IPrintWorkflowTarget","features":[140]},{"name":"IPrintWorkflowTriggerDetails","features":[140]},{"name":"IPrintWorkflowUIActivatedEventArgs","features":[140]},{"name":"IPrintWorkflowUILauncher","features":[140]},{"name":"IPrintWorkflowVirtualPrinterDataAvailableEventArgs","features":[140]},{"name":"IPrintWorkflowVirtualPrinterSession","features":[140]},{"name":"IPrintWorkflowVirtualPrinterTriggerDetails","features":[140]},{"name":"IPrintWorkflowVirtualPrinterUIEventArgs","features":[140]},{"name":"IPrintWorkflowXpsDataAvailableEventArgs","features":[140]},{"name":"PdlConversionHostBasedProcessingOperations","features":[140]},{"name":"PrintWorkflowAttributesMergePolicy","features":[140]},{"name":"PrintWorkflowBackgroundSession","features":[140]},{"name":"PrintWorkflowBackgroundSetupRequestedEventArgs","features":[140]},{"name":"PrintWorkflowConfiguration","features":[140]},{"name":"PrintWorkflowForegroundSession","features":[140]},{"name":"PrintWorkflowForegroundSetupRequestedEventArgs","features":[140]},{"name":"PrintWorkflowJobAbortReason","features":[140]},{"name":"PrintWorkflowJobActivatedEventArgs","features":[140]},{"name":"PrintWorkflowJobBackgroundSession","features":[140]},{"name":"PrintWorkflowJobIssueDetectedEventArgs","features":[140]},{"name":"PrintWorkflowJobIssueKind","features":[140]},{"name":"PrintWorkflowJobNotificationEventArgs","features":[140]},{"name":"PrintWorkflowJobStartingEventArgs","features":[140]},{"name":"PrintWorkflowJobTriggerDetails","features":[140]},{"name":"PrintWorkflowJobUISession","features":[140]},{"name":"PrintWorkflowObjectModelSourceFileContent","features":[140]},{"name":"PrintWorkflowObjectModelTargetPackage","features":[140]},{"name":"PrintWorkflowPdlConversionType","features":[140]},{"name":"PrintWorkflowPdlConverter","features":[140]},{"name":"PrintWorkflowPdlDataAvailableEventArgs","features":[140]},{"name":"PrintWorkflowPdlModificationRequestedEventArgs","features":[140]},{"name":"PrintWorkflowPdlSourceContent","features":[140]},{"name":"PrintWorkflowPdlTargetStream","features":[140]},{"name":"PrintWorkflowPrinterJob","features":[140]},{"name":"PrintWorkflowPrinterJobStatus","features":[140]},{"name":"PrintWorkflowSessionStatus","features":[140]},{"name":"PrintWorkflowSourceContent","features":[140]},{"name":"PrintWorkflowSpoolStreamContent","features":[140]},{"name":"PrintWorkflowStreamTarget","features":[140]},{"name":"PrintWorkflowSubmittedEventArgs","features":[140]},{"name":"PrintWorkflowSubmittedOperation","features":[140]},{"name":"PrintWorkflowSubmittedStatus","features":[140]},{"name":"PrintWorkflowTarget","features":[140]},{"name":"PrintWorkflowTriggerDetails","features":[140]},{"name":"PrintWorkflowUIActivatedEventArgs","features":[140]},{"name":"PrintWorkflowUICompletionStatus","features":[140]},{"name":"PrintWorkflowUILauncher","features":[140]},{"name":"PrintWorkflowVirtualPrinterDataAvailableEventArgs","features":[140]},{"name":"PrintWorkflowVirtualPrinterSession","features":[140]},{"name":"PrintWorkflowVirtualPrinterTriggerDetails","features":[140]},{"name":"PrintWorkflowVirtualPrinterUIEventArgs","features":[140]},{"name":"PrintWorkflowXpsDataAvailableEventArgs","features":[140]}],"149":[{"name":"IPrint3DManager","features":[141]},{"name":"IPrint3DManagerStatics","features":[141]},{"name":"IPrint3DTask","features":[141]},{"name":"IPrint3DTaskCompletedEventArgs","features":[141]},{"name":"IPrint3DTaskRequest","features":[141]},{"name":"IPrint3DTaskRequestedEventArgs","features":[141]},{"name":"IPrint3DTaskSourceChangedEventArgs","features":[141]},{"name":"IPrint3DTaskSourceRequestedArgs","features":[141]},{"name":"IPrinting3D3MFPackage","features":[141]},{"name":"IPrinting3D3MFPackage2","features":[141]},{"name":"IPrinting3D3MFPackageStatics","features":[141]},{"name":"IPrinting3DBaseMaterial","features":[141]},{"name":"IPrinting3DBaseMaterialGroup","features":[141]},{"name":"IPrinting3DBaseMaterialGroupFactory","features":[141]},{"name":"IPrinting3DBaseMaterialStatics","features":[141]},{"name":"IPrinting3DColorMaterial","features":[141]},{"name":"IPrinting3DColorMaterial2","features":[141]},{"name":"IPrinting3DColorMaterialGroup","features":[141]},{"name":"IPrinting3DColorMaterialGroupFactory","features":[141]},{"name":"IPrinting3DComponent","features":[141]},{"name":"IPrinting3DComponentWithMatrix","features":[141]},{"name":"IPrinting3DCompositeMaterial","features":[141]},{"name":"IPrinting3DCompositeMaterialGroup","features":[141]},{"name":"IPrinting3DCompositeMaterialGroup2","features":[141]},{"name":"IPrinting3DCompositeMaterialGroupFactory","features":[141]},{"name":"IPrinting3DFaceReductionOptions","features":[141]},{"name":"IPrinting3DMaterial","features":[141]},{"name":"IPrinting3DMesh","features":[141]},{"name":"IPrinting3DMeshVerificationResult","features":[141]},{"name":"IPrinting3DModel","features":[141]},{"name":"IPrinting3DModel2","features":[141]},{"name":"IPrinting3DModelTexture","features":[141]},{"name":"IPrinting3DMultiplePropertyMaterial","features":[141]},{"name":"IPrinting3DMultiplePropertyMaterialGroup","features":[141]},{"name":"IPrinting3DMultiplePropertyMaterialGroupFactory","features":[141]},{"name":"IPrinting3DTexture2CoordMaterial","features":[141]},{"name":"IPrinting3DTexture2CoordMaterialGroup","features":[141]},{"name":"IPrinting3DTexture2CoordMaterialGroup2","features":[141]},{"name":"IPrinting3DTexture2CoordMaterialGroupFactory","features":[141]},{"name":"IPrinting3DTextureResource","features":[141]},{"name":"Print3DManager","features":[141]},{"name":"Print3DTask","features":[141]},{"name":"Print3DTaskCompletedEventArgs","features":[141]},{"name":"Print3DTaskCompletion","features":[141]},{"name":"Print3DTaskDetail","features":[141]},{"name":"Print3DTaskRequest","features":[141]},{"name":"Print3DTaskRequestedEventArgs","features":[141]},{"name":"Print3DTaskSourceChangedEventArgs","features":[141]},{"name":"Print3DTaskSourceRequestedArgs","features":[141]},{"name":"Print3DTaskSourceRequestedHandler","features":[141]},{"name":"Printing3D3MFPackage","features":[141]},{"name":"Printing3DBaseMaterial","features":[141]},{"name":"Printing3DBaseMaterialGroup","features":[141]},{"name":"Printing3DBufferDescription","features":[141]},{"name":"Printing3DBufferFormat","features":[141]},{"name":"Printing3DColorMaterial","features":[141]},{"name":"Printing3DColorMaterialGroup","features":[141]},{"name":"Printing3DComponent","features":[141]},{"name":"Printing3DComponentWithMatrix","features":[141]},{"name":"Printing3DCompositeMaterial","features":[141]},{"name":"Printing3DCompositeMaterialGroup","features":[141]},{"name":"Printing3DContract","features":[141]},{"name":"Printing3DFaceReductionOptions","features":[141]},{"name":"Printing3DMaterial","features":[141]},{"name":"Printing3DMesh","features":[141]},{"name":"Printing3DMeshVerificationMode","features":[141]},{"name":"Printing3DMeshVerificationResult","features":[141]},{"name":"Printing3DModel","features":[141]},{"name":"Printing3DModelTexture","features":[141]},{"name":"Printing3DModelUnit","features":[141]},{"name":"Printing3DMultiplePropertyMaterial","features":[141]},{"name":"Printing3DMultiplePropertyMaterialGroup","features":[141]},{"name":"Printing3DObjectType","features":[141]},{"name":"Printing3DPackageCompression","features":[141]},{"name":"Printing3DTexture2CoordMaterial","features":[141]},{"name":"Printing3DTexture2CoordMaterialGroup","features":[141]},{"name":"Printing3DTextureEdgeBehavior","features":[141]},{"name":"Printing3DTextureResource","features":[141]}],"150":[{"name":"IMdmAlert","features":[142]},{"name":"IMdmSession","features":[142]},{"name":"IMdmSessionManagerStatics","features":[142]},{"name":"MdmAlert","features":[142]},{"name":"MdmAlertDataType","features":[142]},{"name":"MdmAlertMark","features":[142]},{"name":"MdmSession","features":[142]},{"name":"MdmSessionManager","features":[142]},{"name":"MdmSessionState","features":[142]}],"151":[{"name":"ApplicationDataManager","features":[143]},{"name":"IApplicationDataManager","features":[143]},{"name":"IApplicationDataManagerStatics","features":[143]}],"152":[{"name":"AddPackageByAppInstallerOptions","features":[144]},{"name":"AddPackageOptions","features":[144]},{"name":"AppInstallerManager","features":[144]},{"name":"AutoUpdateSettingsOptions","features":[144]},{"name":"CreateSharedPackageContainerOptions","features":[144]},{"name":"CreateSharedPackageContainerResult","features":[144]},{"name":"DeleteSharedPackageContainerOptions","features":[144]},{"name":"DeleteSharedPackageContainerResult","features":[144]},{"name":"DeploymentOptions","features":[144]},{"name":"DeploymentProgress","features":[144]},{"name":"DeploymentProgressState","features":[144]},{"name":"DeploymentResult","features":[144]},{"name":"FindSharedPackageContainerOptions","features":[144]},{"name":"IAddPackageOptions","features":[144]},{"name":"IAddPackageOptions2","features":[144]},{"name":"IAppInstallerManager","features":[144]},{"name":"IAppInstallerManagerStatics","features":[144]},{"name":"IAutoUpdateSettingsOptions","features":[144]},{"name":"IAutoUpdateSettingsOptionsStatics","features":[144]},{"name":"ICreateSharedPackageContainerOptions","features":[144]},{"name":"ICreateSharedPackageContainerResult","features":[144]},{"name":"IDeleteSharedPackageContainerOptions","features":[144]},{"name":"IDeleteSharedPackageContainerResult","features":[144]},{"name":"IDeploymentResult","features":[144]},{"name":"IDeploymentResult2","features":[144]},{"name":"IFindSharedPackageContainerOptions","features":[144]},{"name":"IPackageAllUserProvisioningOptions","features":[144]},{"name":"IPackageAllUserProvisioningOptions2","features":[144]},{"name":"IPackageManager","features":[144]},{"name":"IPackageManager10","features":[144]},{"name":"IPackageManager11","features":[144]},{"name":"IPackageManager12","features":[144]},{"name":"IPackageManager2","features":[144]},{"name":"IPackageManager3","features":[144]},{"name":"IPackageManager4","features":[144]},{"name":"IPackageManager5","features":[144]},{"name":"IPackageManager6","features":[144]},{"name":"IPackageManager7","features":[144]},{"name":"IPackageManager8","features":[144]},{"name":"IPackageManager9","features":[144]},{"name":"IPackageManagerDebugSettings","features":[144]},{"name":"IPackageUserInformation","features":[144]},{"name":"IPackageVolume","features":[144]},{"name":"IPackageVolume2","features":[144]},{"name":"IRegisterPackageOptions","features":[144]},{"name":"IRegisterPackageOptions2","features":[144]},{"name":"IRemovePackageOptions","features":[144]},{"name":"IRemovePackageOptions2","features":[144]},{"name":"ISharedPackageContainer","features":[144]},{"name":"ISharedPackageContainerManager","features":[144]},{"name":"ISharedPackageContainerManagerStatics","features":[144]},{"name":"ISharedPackageContainerMember","features":[144]},{"name":"ISharedPackageContainerMemberFactory","features":[144]},{"name":"IStagePackageOptions","features":[144]},{"name":"IStagePackageOptions2","features":[144]},{"name":"IUpdateSharedPackageContainerOptions","features":[144]},{"name":"IUpdateSharedPackageContainerResult","features":[144]},{"name":"PackageAllUserProvisioningOptions","features":[144]},{"name":"PackageInstallState","features":[144]},{"name":"PackageManager","features":[144]},{"name":"PackageManagerDebugSettings","features":[144]},{"name":"PackageState","features":[144]},{"name":"PackageStatus","features":[144]},{"name":"PackageStubPreference","features":[144]},{"name":"PackageTypes","features":[144]},{"name":"PackageUserInformation","features":[144]},{"name":"PackageVolume","features":[144]},{"name":"RegisterPackageOptions","features":[144]},{"name":"RemovalOptions","features":[144]},{"name":"RemovePackageOptions","features":[144]},{"name":"SharedPackageContainer","features":[144]},{"name":"SharedPackageContainerContract","features":[144]},{"name":"SharedPackageContainerCreationCollisionOptions","features":[144]},{"name":"SharedPackageContainerManager","features":[144]},{"name":"SharedPackageContainerMember","features":[144]},{"name":"SharedPackageContainerOperationStatus","features":[144]},{"name":"StagePackageOptions","features":[144]},{"name":"StubPackageOption","features":[144]},{"name":"UpdateSharedPackageContainerOptions","features":[144]},{"name":"UpdateSharedPackageContainerResult","features":[144]}],"153":[{"name":"ClassicAppManager","features":[145]},{"name":"DeploymentPreviewContract","features":[145]},{"name":"IClassicAppManagerStatics","features":[145]},{"name":"IInstalledClassicAppInfo","features":[145]},{"name":"InstalledClassicAppInfo","features":[145]}],"154":[{"name":"INamedPolicyData","features":[146]},{"name":"INamedPolicyStatics","features":[146]},{"name":"NamedPolicy","features":[146]},{"name":"NamedPolicyData","features":[146]},{"name":"NamedPolicyKind","features":[146]}],"155":[{"name":"AgentProvisioningProgressReport","features":[147]},{"name":"DeploymentAgentProgressState","features":[147]},{"name":"DeploymentSessionConnectionChange","features":[147]},{"name":"DeploymentSessionConnectionChangedEventArgs","features":[147]},{"name":"DeploymentSessionHeartbeatRequested","features":[147]},{"name":"DeploymentSessionHeartbeatRequestedEventArgs","features":[147]},{"name":"DeploymentSessionStateChange","features":[147]},{"name":"DeploymentSessionStateChangedEventArgs","features":[147]},{"name":"DeploymentWorkload","features":[147]},{"name":"DeploymentWorkloadBatch","features":[147]},{"name":"DeploymentWorkloadState","features":[147]},{"name":"DevicePreparationExecutionContext","features":[147]},{"name":"IAgentProvisioningProgressReport","features":[147]},{"name":"IDeploymentSessionConnectionChangedEventArgs","features":[147]},{"name":"IDeploymentSessionHeartbeatRequestedEventArgs","features":[147]},{"name":"IDeploymentSessionStateChangedEventArgs","features":[147]},{"name":"IDeploymentWorkload","features":[147]},{"name":"IDeploymentWorkloadBatch","features":[147]},{"name":"IDeploymentWorkloadBatchFactory","features":[147]},{"name":"IDeploymentWorkloadFactory","features":[147]},{"name":"IDevicePreparationExecutionContext","features":[147]},{"name":"IMachineProvisioningProgressReporter","features":[147]},{"name":"IMachineProvisioningProgressReporterStatics","features":[147]},{"name":"MachineProvisioningProgressReporter","features":[147]}],"156":[{"name":"IPreviewBuildsManager","features":[148]},{"name":"IPreviewBuildsManagerStatics","features":[148]},{"name":"IPreviewBuildsState","features":[148]},{"name":"IWindowsUpdate","features":[148]},{"name":"IWindowsUpdateActionCompletedEventArgs","features":[148]},{"name":"IWindowsUpdateActionProgress","features":[148]},{"name":"IWindowsUpdateActionResult","features":[148]},{"name":"IWindowsUpdateAdministrator","features":[148]},{"name":"IWindowsUpdateAdministratorStatics","features":[148]},{"name":"IWindowsUpdateApprovalData","features":[148]},{"name":"IWindowsUpdateAttentionRequiredInfo","features":[148]},{"name":"IWindowsUpdateAttentionRequiredReasonChangedEventArgs","features":[148]},{"name":"IWindowsUpdateGetAdministratorResult","features":[148]},{"name":"IWindowsUpdateItem","features":[148]},{"name":"IWindowsUpdateManager","features":[148]},{"name":"IWindowsUpdateManagerFactory","features":[148]},{"name":"IWindowsUpdateProgressChangedEventArgs","features":[148]},{"name":"IWindowsUpdateRestartRequestOptions","features":[148]},{"name":"IWindowsUpdateRestartRequestOptionsFactory","features":[148]},{"name":"IWindowsUpdateScanCompletedEventArgs","features":[148]},{"name":"PreviewBuildsManager","features":[148]},{"name":"PreviewBuildsState","features":[148]},{"name":"WindowsUpdate","features":[148]},{"name":"WindowsUpdateActionCompletedEventArgs","features":[148]},{"name":"WindowsUpdateActionProgress","features":[148]},{"name":"WindowsUpdateActionResult","features":[148]},{"name":"WindowsUpdateAdministrator","features":[148]},{"name":"WindowsUpdateAdministratorOptions","features":[148]},{"name":"WindowsUpdateAdministratorStatus","features":[148]},{"name":"WindowsUpdateApprovalData","features":[148]},{"name":"WindowsUpdateAttentionRequiredInfo","features":[148]},{"name":"WindowsUpdateAttentionRequiredReason","features":[148]},{"name":"WindowsUpdateAttentionRequiredReasonChangedEventArgs","features":[148]},{"name":"WindowsUpdateContract","features":[148]},{"name":"WindowsUpdateGetAdministratorResult","features":[148]},{"name":"WindowsUpdateItem","features":[148]},{"name":"WindowsUpdateManager","features":[148]},{"name":"WindowsUpdateProgressChangedEventArgs","features":[148]},{"name":"WindowsUpdateRestartRequestOptions","features":[148]},{"name":"WindowsUpdateScanCompletedEventArgs","features":[148]}],"157":[{"name":"IMdmAllowPolicyStatics","features":[149]},{"name":"IMdmPolicyStatics2","features":[149]},{"name":"IWorkplaceSettingsStatics","features":[149]},{"name":"MdmPolicy","features":[149]},{"name":"MessagingSyncPolicy","features":[149]},{"name":"WorkplaceSettings","features":[149]},{"name":"WorkplaceSettingsContract","features":[149]}],"158":[{"name":"AudioBuffer","features":[150]},{"name":"AudioBufferAccessMode","features":[150]},{"name":"AudioFrame","features":[150]},{"name":"AudioProcessing","features":[150]},{"name":"AutoRepeatModeChangeRequestedEventArgs","features":[150]},{"name":"IAudioBuffer","features":[150]},{"name":"IAudioFrame","features":[150]},{"name":"IAudioFrameFactory","features":[150]},{"name":"IAutoRepeatModeChangeRequestedEventArgs","features":[150]},{"name":"IImageDisplayProperties","features":[150]},{"name":"IMediaControl","features":[150]},{"name":"IMediaExtension","features":[150]},{"name":"IMediaExtensionManager","features":[150]},{"name":"IMediaExtensionManager2","features":[150]},{"name":"IMediaFrame","features":[150]},{"name":"IMediaMarker","features":[150]},{"name":"IMediaMarkerTypesStatics","features":[150]},{"name":"IMediaMarkers","features":[150]},{"name":"IMediaProcessingTriggerDetails","features":[150]},{"name":"IMediaTimelineController","features":[150]},{"name":"IMediaTimelineController2","features":[150]},{"name":"IMediaTimelineControllerFailedEventArgs","features":[150]},{"name":"IMusicDisplayProperties","features":[150]},{"name":"IMusicDisplayProperties2","features":[150]},{"name":"IMusicDisplayProperties3","features":[150]},{"name":"IPlaybackPositionChangeRequestedEventArgs","features":[150]},{"name":"IPlaybackRateChangeRequestedEventArgs","features":[150]},{"name":"IShuffleEnabledChangeRequestedEventArgs","features":[150]},{"name":"ISystemMediaTransportControls","features":[150]},{"name":"ISystemMediaTransportControls2","features":[150]},{"name":"ISystemMediaTransportControlsButtonPressedEventArgs","features":[150]},{"name":"ISystemMediaTransportControlsDisplayUpdater","features":[150]},{"name":"ISystemMediaTransportControlsPropertyChangedEventArgs","features":[150]},{"name":"ISystemMediaTransportControlsStatics","features":[150]},{"name":"ISystemMediaTransportControlsTimelineProperties","features":[150]},{"name":"IVideoDisplayProperties","features":[150]},{"name":"IVideoDisplayProperties2","features":[150]},{"name":"IVideoEffectsStatics","features":[150]},{"name":"IVideoFrame","features":[150]},{"name":"IVideoFrame2","features":[150]},{"name":"IVideoFrameFactory","features":[150]},{"name":"IVideoFrameStatics","features":[150]},{"name":"ImageDisplayProperties","features":[150]},{"name":"MediaControl","features":[150]},{"name":"MediaControlContract","features":[150]},{"name":"MediaExtensionManager","features":[150]},{"name":"MediaMarkerTypes","features":[150]},{"name":"MediaPlaybackAutoRepeatMode","features":[150]},{"name":"MediaPlaybackStatus","features":[150]},{"name":"MediaPlaybackType","features":[150]},{"name":"MediaProcessingTriggerDetails","features":[150]},{"name":"MediaTimeRange","features":[77,150]},{"name":"MediaTimelineController","features":[150]},{"name":"MediaTimelineControllerFailedEventArgs","features":[150]},{"name":"MediaTimelineControllerState","features":[150]},{"name":"MusicDisplayProperties","features":[150]},{"name":"PlaybackPositionChangeRequestedEventArgs","features":[150]},{"name":"PlaybackRateChangeRequestedEventArgs","features":[150]},{"name":"ShuffleEnabledChangeRequestedEventArgs","features":[150]},{"name":"SoundLevel","features":[150]},{"name":"SystemMediaTransportControls","features":[150]},{"name":"SystemMediaTransportControlsButton","features":[150]},{"name":"SystemMediaTransportControlsButtonPressedEventArgs","features":[150]},{"name":"SystemMediaTransportControlsDisplayUpdater","features":[150]},{"name":"SystemMediaTransportControlsProperty","features":[150]},{"name":"SystemMediaTransportControlsPropertyChangedEventArgs","features":[150]},{"name":"SystemMediaTransportControlsTimelineProperties","features":[150]},{"name":"VideoDisplayProperties","features":[150]},{"name":"VideoEffects","features":[150]},{"name":"VideoFrame","features":[150]}],"159":[{"name":"AppBroadcastingContract","features":[151]},{"name":"AppBroadcastingMonitor","features":[151]},{"name":"AppBroadcastingStatus","features":[151]},{"name":"AppBroadcastingStatusDetails","features":[151]},{"name":"AppBroadcastingUI","features":[151]},{"name":"IAppBroadcastingMonitor","features":[151]},{"name":"IAppBroadcastingStatus","features":[151]},{"name":"IAppBroadcastingStatusDetails","features":[151]},{"name":"IAppBroadcastingUI","features":[151]},{"name":"IAppBroadcastingUIStatics","features":[151]}],"160":[{"name":"AppRecordingContract","features":[152]},{"name":"AppRecordingManager","features":[152]},{"name":"AppRecordingResult","features":[152]},{"name":"AppRecordingSaveScreenshotOption","features":[152]},{"name":"AppRecordingSaveScreenshotResult","features":[152]},{"name":"AppRecordingSavedScreenshotInfo","features":[152]},{"name":"AppRecordingStatus","features":[152]},{"name":"AppRecordingStatusDetails","features":[152]},{"name":"IAppRecordingManager","features":[152]},{"name":"IAppRecordingManagerStatics","features":[152]},{"name":"IAppRecordingResult","features":[152]},{"name":"IAppRecordingSaveScreenshotResult","features":[152]},{"name":"IAppRecordingSavedScreenshotInfo","features":[152]},{"name":"IAppRecordingStatus","features":[152]},{"name":"IAppRecordingStatusDetails","features":[152]}],"161":[{"name":"AudioDeviceInputNode","features":[153]},{"name":"AudioDeviceNodeCreationStatus","features":[153]},{"name":"AudioDeviceOutputNode","features":[153]},{"name":"AudioEffectsPackConfiguration","features":[153]},{"name":"AudioEffectsPackStatus","features":[153]},{"name":"AudioFileInputNode","features":[153]},{"name":"AudioFileNodeCreationStatus","features":[153]},{"name":"AudioFileOutputNode","features":[153]},{"name":"AudioFrameCompletedEventArgs","features":[153]},{"name":"AudioFrameInputNode","features":[153]},{"name":"AudioFrameOutputNode","features":[153]},{"name":"AudioGraph","features":[153]},{"name":"AudioGraphBatchUpdater","features":[77,153]},{"name":"AudioGraphConnection","features":[153]},{"name":"AudioGraphCreationStatus","features":[153]},{"name":"AudioGraphSettings","features":[153]},{"name":"AudioGraphUnrecoverableError","features":[153]},{"name":"AudioGraphUnrecoverableErrorOccurredEventArgs","features":[153]},{"name":"AudioNodeEmitter","features":[153]},{"name":"AudioNodeEmitterConeProperties","features":[153]},{"name":"AudioNodeEmitterDecayKind","features":[153]},{"name":"AudioNodeEmitterDecayModel","features":[153]},{"name":"AudioNodeEmitterNaturalDecayModelProperties","features":[153]},{"name":"AudioNodeEmitterSettings","features":[153]},{"name":"AudioNodeEmitterShape","features":[153]},{"name":"AudioNodeEmitterShapeKind","features":[153]},{"name":"AudioNodeListener","features":[153]},{"name":"AudioPlaybackConnection","features":[153]},{"name":"AudioPlaybackConnectionOpenResult","features":[153]},{"name":"AudioPlaybackConnectionOpenResultStatus","features":[153]},{"name":"AudioPlaybackConnectionState","features":[153]},{"name":"AudioStateMonitor","features":[153]},{"name":"AudioSubmixNode","features":[153]},{"name":"CreateAudioDeviceInputNodeResult","features":[153]},{"name":"CreateAudioDeviceOutputNodeResult","features":[153]},{"name":"CreateAudioFileInputNodeResult","features":[153]},{"name":"CreateAudioFileOutputNodeResult","features":[153]},{"name":"CreateAudioGraphResult","features":[153]},{"name":"CreateMediaSourceAudioInputNodeResult","features":[153]},{"name":"EchoEffectDefinition","features":[153]},{"name":"EqualizerBand","features":[153]},{"name":"EqualizerEffectDefinition","features":[153]},{"name":"FrameInputNodeQuantumStartedEventArgs","features":[153]},{"name":"IAudioDeviceInputNode","features":[153]},{"name":"IAudioDeviceOutputNode","features":[153]},{"name":"IAudioEffectsPackConfiguration","features":[153]},{"name":"IAudioEffectsPackConfigurationStatics","features":[153]},{"name":"IAudioFileInputNode","features":[153]},{"name":"IAudioFileOutputNode","features":[153]},{"name":"IAudioFrameCompletedEventArgs","features":[153]},{"name":"IAudioFrameInputNode","features":[153]},{"name":"IAudioFrameOutputNode","features":[153]},{"name":"IAudioGraph","features":[153]},{"name":"IAudioGraph2","features":[153]},{"name":"IAudioGraph3","features":[153]},{"name":"IAudioGraphConnection","features":[153]},{"name":"IAudioGraphSettings","features":[153]},{"name":"IAudioGraphSettings2","features":[153]},{"name":"IAudioGraphSettingsFactory","features":[153]},{"name":"IAudioGraphStatics","features":[153]},{"name":"IAudioGraphUnrecoverableErrorOccurredEventArgs","features":[153]},{"name":"IAudioInputNode","features":[153]},{"name":"IAudioInputNode2","features":[153]},{"name":"IAudioNode","features":[153]},{"name":"IAudioNodeEmitter","features":[153]},{"name":"IAudioNodeEmitter2","features":[153]},{"name":"IAudioNodeEmitterConeProperties","features":[153]},{"name":"IAudioNodeEmitterDecayModel","features":[153]},{"name":"IAudioNodeEmitterDecayModelStatics","features":[153]},{"name":"IAudioNodeEmitterFactory","features":[153]},{"name":"IAudioNodeEmitterNaturalDecayModelProperties","features":[153]},{"name":"IAudioNodeEmitterShape","features":[153]},{"name":"IAudioNodeEmitterShapeStatics","features":[153]},{"name":"IAudioNodeListener","features":[153]},{"name":"IAudioNodeWithListener","features":[153]},{"name":"IAudioPlaybackConnection","features":[153]},{"name":"IAudioPlaybackConnectionOpenResult","features":[153]},{"name":"IAudioPlaybackConnectionStatics","features":[153]},{"name":"IAudioStateMonitor","features":[153]},{"name":"IAudioStateMonitorStatics","features":[153]},{"name":"ICreateAudioDeviceInputNodeResult","features":[153]},{"name":"ICreateAudioDeviceInputNodeResult2","features":[153]},{"name":"ICreateAudioDeviceOutputNodeResult","features":[153]},{"name":"ICreateAudioDeviceOutputNodeResult2","features":[153]},{"name":"ICreateAudioFileInputNodeResult","features":[153]},{"name":"ICreateAudioFileInputNodeResult2","features":[153]},{"name":"ICreateAudioFileOutputNodeResult","features":[153]},{"name":"ICreateAudioFileOutputNodeResult2","features":[153]},{"name":"ICreateAudioGraphResult","features":[153]},{"name":"ICreateAudioGraphResult2","features":[153]},{"name":"ICreateMediaSourceAudioInputNodeResult","features":[153]},{"name":"ICreateMediaSourceAudioInputNodeResult2","features":[153]},{"name":"IEchoEffectDefinition","features":[153]},{"name":"IEchoEffectDefinitionFactory","features":[153]},{"name":"IEqualizerBand","features":[153]},{"name":"IEqualizerEffectDefinition","features":[153]},{"name":"IEqualizerEffectDefinitionFactory","features":[153]},{"name":"IFrameInputNodeQuantumStartedEventArgs","features":[153]},{"name":"ILimiterEffectDefinition","features":[153]},{"name":"ILimiterEffectDefinitionFactory","features":[153]},{"name":"IMediaSourceAudioInputNode","features":[153]},{"name":"IReverbEffectDefinition","features":[153]},{"name":"IReverbEffectDefinitionFactory","features":[153]},{"name":"ISetDefaultSpatialAudioFormatResult","features":[153]},{"name":"ISpatialAudioDeviceConfiguration","features":[153]},{"name":"ISpatialAudioDeviceConfigurationStatics","features":[153]},{"name":"ISpatialAudioFormatConfiguration","features":[153]},{"name":"ISpatialAudioFormatConfigurationStatics","features":[153]},{"name":"ISpatialAudioFormatSubtypeStatics","features":[153]},{"name":"ISpatialAudioFormatSubtypeStatics2","features":[153]},{"name":"LimiterEffectDefinition","features":[153]},{"name":"MediaSourceAudioInputNode","features":[153]},{"name":"MediaSourceAudioInputNodeCreationStatus","features":[153]},{"name":"MixedRealitySpatialAudioFormatPolicy","features":[153]},{"name":"QuantumSizeSelectionMode","features":[153]},{"name":"ReverbEffectDefinition","features":[153]},{"name":"SetDefaultSpatialAudioFormatResult","features":[153]},{"name":"SetDefaultSpatialAudioFormatStatus","features":[153]},{"name":"SpatialAudioDeviceConfiguration","features":[153]},{"name":"SpatialAudioFormatConfiguration","features":[153]},{"name":"SpatialAudioFormatSubtype","features":[153]},{"name":"SpatialAudioModel","features":[153]}],"162":[{"name":"AdvancedCapturedPhoto","features":[154]},{"name":"AdvancedPhotoCapture","features":[154]},{"name":"AppBroadcastBackgroundService","features":[154]},{"name":"AppBroadcastBackgroundServiceSignInInfo","features":[154]},{"name":"AppBroadcastBackgroundServiceStreamInfo","features":[154]},{"name":"AppBroadcastCameraCaptureState","features":[154]},{"name":"AppBroadcastCameraCaptureStateChangedEventArgs","features":[154]},{"name":"AppBroadcastCameraOverlayLocation","features":[154]},{"name":"AppBroadcastCameraOverlaySize","features":[154]},{"name":"AppBroadcastCaptureTargetType","features":[154]},{"name":"AppBroadcastContract","features":[154]},{"name":"AppBroadcastExitBroadcastModeReason","features":[154]},{"name":"AppBroadcastGlobalSettings","features":[154]},{"name":"AppBroadcastHeartbeatRequestedEventArgs","features":[154]},{"name":"AppBroadcastManager","features":[154]},{"name":"AppBroadcastMicrophoneCaptureState","features":[154]},{"name":"AppBroadcastMicrophoneCaptureStateChangedEventArgs","features":[154]},{"name":"AppBroadcastPlugIn","features":[154]},{"name":"AppBroadcastPlugInManager","features":[154]},{"name":"AppBroadcastPlugInState","features":[154]},{"name":"AppBroadcastPlugInStateChangedEventArgs","features":[154]},{"name":"AppBroadcastPreview","features":[154]},{"name":"AppBroadcastPreviewState","features":[154]},{"name":"AppBroadcastPreviewStateChangedEventArgs","features":[154]},{"name":"AppBroadcastPreviewStreamReader","features":[154]},{"name":"AppBroadcastPreviewStreamVideoFrame","features":[154]},{"name":"AppBroadcastPreviewStreamVideoHeader","features":[154]},{"name":"AppBroadcastProviderSettings","features":[154]},{"name":"AppBroadcastServices","features":[154]},{"name":"AppBroadcastSignInResult","features":[154]},{"name":"AppBroadcastSignInState","features":[154]},{"name":"AppBroadcastSignInStateChangedEventArgs","features":[154]},{"name":"AppBroadcastState","features":[154]},{"name":"AppBroadcastStreamAudioFrame","features":[154]},{"name":"AppBroadcastStreamAudioHeader","features":[154]},{"name":"AppBroadcastStreamReader","features":[154]},{"name":"AppBroadcastStreamState","features":[154]},{"name":"AppBroadcastStreamStateChangedEventArgs","features":[154]},{"name":"AppBroadcastStreamVideoFrame","features":[154]},{"name":"AppBroadcastStreamVideoHeader","features":[154]},{"name":"AppBroadcastTerminationReason","features":[154]},{"name":"AppBroadcastTriggerDetails","features":[154]},{"name":"AppBroadcastVideoEncodingBitrateMode","features":[154]},{"name":"AppBroadcastVideoEncodingResolutionMode","features":[154]},{"name":"AppBroadcastViewerCountChangedEventArgs","features":[154]},{"name":"AppCapture","features":[154]},{"name":"AppCaptureAlternateShortcutKeys","features":[154]},{"name":"AppCaptureContract","features":[154]},{"name":"AppCaptureDurationGeneratedEventArgs","features":[154]},{"name":"AppCaptureFileGeneratedEventArgs","features":[154]},{"name":"AppCaptureHistoricalBufferLengthUnit","features":[154]},{"name":"AppCaptureManager","features":[154]},{"name":"AppCaptureMetadataContract","features":[154]},{"name":"AppCaptureMetadataPriority","features":[154]},{"name":"AppCaptureMetadataWriter","features":[154]},{"name":"AppCaptureMicrophoneCaptureState","features":[154]},{"name":"AppCaptureMicrophoneCaptureStateChangedEventArgs","features":[154]},{"name":"AppCaptureRecordOperation","features":[154]},{"name":"AppCaptureRecordingState","features":[154]},{"name":"AppCaptureRecordingStateChangedEventArgs","features":[154]},{"name":"AppCaptureServices","features":[154]},{"name":"AppCaptureSettings","features":[154]},{"name":"AppCaptureState","features":[154]},{"name":"AppCaptureVideoEncodingBitrateMode","features":[154]},{"name":"AppCaptureVideoEncodingFrameRateMode","features":[154]},{"name":"AppCaptureVideoEncodingResolutionMode","features":[154]},{"name":"CameraCaptureUI","features":[154]},{"name":"CameraCaptureUIContract","features":[154]},{"name":"CameraCaptureUIMaxPhotoResolution","features":[154]},{"name":"CameraCaptureUIMaxVideoResolution","features":[154]},{"name":"CameraCaptureUIMode","features":[154]},{"name":"CameraCaptureUIPhotoCaptureSettings","features":[154]},{"name":"CameraCaptureUIPhotoFormat","features":[154]},{"name":"CameraCaptureUIVideoCaptureSettings","features":[154]},{"name":"CameraCaptureUIVideoFormat","features":[154]},{"name":"CameraOptionsUI","features":[154]},{"name":"CapturedFrame","features":[154]},{"name":"CapturedFrameControlValues","features":[154]},{"name":"CapturedPhoto","features":[154]},{"name":"ForegroundActivationArgument","features":[154]},{"name":"GameBarCommand","features":[154]},{"name":"GameBarCommandOrigin","features":[154]},{"name":"GameBarContract","features":[154]},{"name":"GameBarServices","features":[154]},{"name":"GameBarServicesCommandEventArgs","features":[154]},{"name":"GameBarServicesDisplayMode","features":[154]},{"name":"GameBarServicesManager","features":[154]},{"name":"GameBarServicesManagerGameBarServicesCreatedEventArgs","features":[154]},{"name":"GameBarServicesTargetInfo","features":[154]},{"name":"GameBarTargetCapturePolicy","features":[154]},{"name":"IAdvancedCapturedPhoto","features":[154]},{"name":"IAdvancedCapturedPhoto2","features":[154]},{"name":"IAdvancedPhotoCapture","features":[154]},{"name":"IAppBroadcastBackgroundService","features":[154]},{"name":"IAppBroadcastBackgroundService2","features":[154]},{"name":"IAppBroadcastBackgroundServiceSignInInfo","features":[154]},{"name":"IAppBroadcastBackgroundServiceSignInInfo2","features":[154]},{"name":"IAppBroadcastBackgroundServiceStreamInfo","features":[154]},{"name":"IAppBroadcastBackgroundServiceStreamInfo2","features":[154]},{"name":"IAppBroadcastCameraCaptureStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastGlobalSettings","features":[154]},{"name":"IAppBroadcastHeartbeatRequestedEventArgs","features":[154]},{"name":"IAppBroadcastManagerStatics","features":[154]},{"name":"IAppBroadcastMicrophoneCaptureStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastPlugIn","features":[154]},{"name":"IAppBroadcastPlugInManager","features":[154]},{"name":"IAppBroadcastPlugInManagerStatics","features":[154]},{"name":"IAppBroadcastPlugInStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastPreview","features":[154]},{"name":"IAppBroadcastPreviewStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastPreviewStreamReader","features":[154]},{"name":"IAppBroadcastPreviewStreamVideoFrame","features":[154]},{"name":"IAppBroadcastPreviewStreamVideoHeader","features":[154]},{"name":"IAppBroadcastProviderSettings","features":[154]},{"name":"IAppBroadcastServices","features":[154]},{"name":"IAppBroadcastSignInStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastState","features":[154]},{"name":"IAppBroadcastStreamAudioFrame","features":[154]},{"name":"IAppBroadcastStreamAudioHeader","features":[154]},{"name":"IAppBroadcastStreamReader","features":[154]},{"name":"IAppBroadcastStreamStateChangedEventArgs","features":[154]},{"name":"IAppBroadcastStreamVideoFrame","features":[154]},{"name":"IAppBroadcastStreamVideoHeader","features":[154]},{"name":"IAppBroadcastTriggerDetails","features":[154]},{"name":"IAppBroadcastViewerCountChangedEventArgs","features":[154]},{"name":"IAppCapture","features":[154]},{"name":"IAppCaptureAlternateShortcutKeys","features":[154]},{"name":"IAppCaptureAlternateShortcutKeys2","features":[154]},{"name":"IAppCaptureAlternateShortcutKeys3","features":[154]},{"name":"IAppCaptureDurationGeneratedEventArgs","features":[154]},{"name":"IAppCaptureFileGeneratedEventArgs","features":[154]},{"name":"IAppCaptureManagerStatics","features":[154]},{"name":"IAppCaptureMetadataWriter","features":[154]},{"name":"IAppCaptureMicrophoneCaptureStateChangedEventArgs","features":[154]},{"name":"IAppCaptureRecordOperation","features":[154]},{"name":"IAppCaptureRecordingStateChangedEventArgs","features":[154]},{"name":"IAppCaptureServices","features":[154]},{"name":"IAppCaptureSettings","features":[154]},{"name":"IAppCaptureSettings2","features":[154]},{"name":"IAppCaptureSettings3","features":[154]},{"name":"IAppCaptureSettings4","features":[154]},{"name":"IAppCaptureSettings5","features":[154]},{"name":"IAppCaptureState","features":[154]},{"name":"IAppCaptureStatics","features":[154]},{"name":"IAppCaptureStatics2","features":[154]},{"name":"ICameraCaptureUI","features":[154]},{"name":"ICameraCaptureUIPhotoCaptureSettings","features":[154]},{"name":"ICameraCaptureUIVideoCaptureSettings","features":[154]},{"name":"ICameraOptionsUIStatics","features":[154]},{"name":"ICapturedFrame","features":[154]},{"name":"ICapturedFrame2","features":[154]},{"name":"ICapturedFrameControlValues","features":[154]},{"name":"ICapturedFrameControlValues2","features":[154]},{"name":"ICapturedFrameWithSoftwareBitmap","features":[154]},{"name":"ICapturedPhoto","features":[154]},{"name":"IGameBarServices","features":[154]},{"name":"IGameBarServicesCommandEventArgs","features":[154]},{"name":"IGameBarServicesManager","features":[154]},{"name":"IGameBarServicesManagerGameBarServicesCreatedEventArgs","features":[154]},{"name":"IGameBarServicesManagerStatics","features":[154]},{"name":"IGameBarServicesTargetInfo","features":[154]},{"name":"ILowLagMediaRecording","features":[154]},{"name":"ILowLagMediaRecording2","features":[154]},{"name":"ILowLagMediaRecording3","features":[154]},{"name":"ILowLagPhotoCapture","features":[154]},{"name":"ILowLagPhotoSequenceCapture","features":[154]},{"name":"IMediaCapture","features":[154]},{"name":"IMediaCapture2","features":[154]},{"name":"IMediaCapture3","features":[154]},{"name":"IMediaCapture4","features":[154]},{"name":"IMediaCapture5","features":[154]},{"name":"IMediaCapture6","features":[154]},{"name":"IMediaCapture7","features":[154]},{"name":"IMediaCaptureDeviceExclusiveControlStatusChangedEventArgs","features":[154]},{"name":"IMediaCaptureFailedEventArgs","features":[154]},{"name":"IMediaCaptureFocusChangedEventArgs","features":[154]},{"name":"IMediaCaptureInitializationSettings","features":[154]},{"name":"IMediaCaptureInitializationSettings2","features":[154]},{"name":"IMediaCaptureInitializationSettings3","features":[154]},{"name":"IMediaCaptureInitializationSettings4","features":[154]},{"name":"IMediaCaptureInitializationSettings5","features":[154]},{"name":"IMediaCaptureInitializationSettings6","features":[154]},{"name":"IMediaCaptureInitializationSettings7","features":[154]},{"name":"IMediaCapturePauseResult","features":[154]},{"name":"IMediaCaptureRelativePanelWatcher","features":[154]},{"name":"IMediaCaptureSettings","features":[154]},{"name":"IMediaCaptureSettings2","features":[154]},{"name":"IMediaCaptureSettings3","features":[154]},{"name":"IMediaCaptureStatics","features":[154]},{"name":"IMediaCaptureStopResult","features":[154]},{"name":"IMediaCaptureVideoPreview","features":[154]},{"name":"IMediaCaptureVideoProfile","features":[154]},{"name":"IMediaCaptureVideoProfile2","features":[154]},{"name":"IMediaCaptureVideoProfileMediaDescription","features":[154]},{"name":"IMediaCaptureVideoProfileMediaDescription2","features":[154]},{"name":"IOptionalReferencePhotoCapturedEventArgs","features":[154]},{"name":"IPhotoCapturedEventArgs","features":[154]},{"name":"IPhotoConfirmationCapturedEventArgs","features":[154]},{"name":"IScreenCapture","features":[154]},{"name":"IScreenCaptureStatics","features":[154]},{"name":"ISourceSuspensionChangedEventArgs","features":[154]},{"name":"IVideoStreamConfiguration","features":[154]},{"name":"KnownVideoProfile","features":[154]},{"name":"LowLagMediaRecording","features":[154]},{"name":"LowLagPhotoCapture","features":[154]},{"name":"LowLagPhotoSequenceCapture","features":[154]},{"name":"MediaCapture","features":[154]},{"name":"MediaCaptureDeviceExclusiveControlReleaseMode","features":[154]},{"name":"MediaCaptureDeviceExclusiveControlStatus","features":[154]},{"name":"MediaCaptureDeviceExclusiveControlStatusChangedEventArgs","features":[154]},{"name":"MediaCaptureFailedEventArgs","features":[154]},{"name":"MediaCaptureFailedEventHandler","features":[154]},{"name":"MediaCaptureFocusChangedEventArgs","features":[154]},{"name":"MediaCaptureInitializationSettings","features":[154]},{"name":"MediaCaptureMemoryPreference","features":[154]},{"name":"MediaCapturePauseResult","features":[154]},{"name":"MediaCaptureRelativePanelWatcher","features":[154]},{"name":"MediaCaptureSettings","features":[154]},{"name":"MediaCaptureSharingMode","features":[154]},{"name":"MediaCaptureStopResult","features":[154]},{"name":"MediaCaptureThermalStatus","features":[154]},{"name":"MediaCaptureVideoProfile","features":[154]},{"name":"MediaCaptureVideoProfileMediaDescription","features":[154]},{"name":"MediaCategory","features":[154]},{"name":"MediaStreamType","features":[154]},{"name":"OptionalReferencePhotoCapturedEventArgs","features":[154]},{"name":"PhotoCaptureSource","features":[154]},{"name":"PhotoCapturedEventArgs","features":[154]},{"name":"PhotoConfirmationCapturedEventArgs","features":[154]},{"name":"PowerlineFrequency","features":[154]},{"name":"RecordLimitationExceededEventHandler","features":[154]},{"name":"ScreenCapture","features":[154]},{"name":"SourceSuspensionChangedEventArgs","features":[154]},{"name":"StreamingCaptureMode","features":[154]},{"name":"VideoDeviceCharacteristic","features":[154]},{"name":"VideoRotation","features":[154]},{"name":"VideoStreamConfiguration","features":[154]},{"name":"WhiteBalanceGain","features":[154]}],"163":[{"name":"IVariablePhotoCapturedEventArgs","features":[155]},{"name":"IVariablePhotoSequenceCapture","features":[155]},{"name":"IVariablePhotoSequenceCapture2","features":[155]},{"name":"VariablePhotoCapturedEventArgs","features":[155]},{"name":"VariablePhotoSequenceCapture","features":[155]}],"164":[{"name":"AudioMediaFrame","features":[156]},{"name":"BufferMediaFrame","features":[156]},{"name":"DepthMediaFrame","features":[156]},{"name":"DepthMediaFrameFormat","features":[156]},{"name":"IAudioMediaFrame","features":[156]},{"name":"IBufferMediaFrame","features":[156]},{"name":"IDepthMediaFrame","features":[156]},{"name":"IDepthMediaFrame2","features":[156]},{"name":"IDepthMediaFrameFormat","features":[156]},{"name":"IInfraredMediaFrame","features":[156]},{"name":"IMediaFrameArrivedEventArgs","features":[156]},{"name":"IMediaFrameFormat","features":[156]},{"name":"IMediaFrameFormat2","features":[156]},{"name":"IMediaFrameReader","features":[156]},{"name":"IMediaFrameReader2","features":[156]},{"name":"IMediaFrameReference","features":[156]},{"name":"IMediaFrameReference2","features":[156]},{"name":"IMediaFrameSource","features":[156]},{"name":"IMediaFrameSourceController","features":[156]},{"name":"IMediaFrameSourceController2","features":[156]},{"name":"IMediaFrameSourceController3","features":[156]},{"name":"IMediaFrameSourceGetPropertyResult","features":[156]},{"name":"IMediaFrameSourceGroup","features":[156]},{"name":"IMediaFrameSourceGroupStatics","features":[156]},{"name":"IMediaFrameSourceInfo","features":[156]},{"name":"IMediaFrameSourceInfo2","features":[156]},{"name":"IMediaFrameSourceInfo3","features":[156]},{"name":"IMediaFrameSourceInfo4","features":[156]},{"name":"IMultiSourceMediaFrameArrivedEventArgs","features":[156]},{"name":"IMultiSourceMediaFrameReader","features":[156]},{"name":"IMultiSourceMediaFrameReader2","features":[156]},{"name":"IMultiSourceMediaFrameReference","features":[156]},{"name":"IVideoMediaFrame","features":[156]},{"name":"IVideoMediaFrameFormat","features":[156]},{"name":"InfraredMediaFrame","features":[156]},{"name":"MediaFrameArrivedEventArgs","features":[156]},{"name":"MediaFrameFormat","features":[156]},{"name":"MediaFrameReader","features":[156]},{"name":"MediaFrameReaderAcquisitionMode","features":[156]},{"name":"MediaFrameReaderStartStatus","features":[156]},{"name":"MediaFrameReference","features":[156]},{"name":"MediaFrameSource","features":[156]},{"name":"MediaFrameSourceController","features":[156]},{"name":"MediaFrameSourceGetPropertyResult","features":[156]},{"name":"MediaFrameSourceGetPropertyStatus","features":[156]},{"name":"MediaFrameSourceGroup","features":[156]},{"name":"MediaFrameSourceInfo","features":[156]},{"name":"MediaFrameSourceKind","features":[156]},{"name":"MediaFrameSourceSetPropertyStatus","features":[156]},{"name":"MultiSourceMediaFrameArrivedEventArgs","features":[156]},{"name":"MultiSourceMediaFrameReader","features":[156]},{"name":"MultiSourceMediaFrameReaderStartStatus","features":[156]},{"name":"MultiSourceMediaFrameReference","features":[156]},{"name":"VideoMediaFrame","features":[156]},{"name":"VideoMediaFrameFormat","features":[156]}],"165":[{"name":"CastingConnection","features":[157]},{"name":"CastingConnectionErrorOccurredEventArgs","features":[157]},{"name":"CastingConnectionErrorStatus","features":[157]},{"name":"CastingConnectionState","features":[157]},{"name":"CastingDevice","features":[157]},{"name":"CastingDevicePicker","features":[157]},{"name":"CastingDevicePickerFilter","features":[157]},{"name":"CastingDeviceSelectedEventArgs","features":[157]},{"name":"CastingPlaybackTypes","features":[157]},{"name":"CastingSource","features":[157]},{"name":"ICastingConnection","features":[157]},{"name":"ICastingConnectionErrorOccurredEventArgs","features":[157]},{"name":"ICastingDevice","features":[157]},{"name":"ICastingDevicePicker","features":[157]},{"name":"ICastingDevicePickerFilter","features":[157]},{"name":"ICastingDeviceSelectedEventArgs","features":[157]},{"name":"ICastingDeviceStatics","features":[157]},{"name":"ICastingSource","features":[157]}],"166":[{"name":"ClosedCaptionColor","features":[158]},{"name":"ClosedCaptionEdgeEffect","features":[158]},{"name":"ClosedCaptionOpacity","features":[158]},{"name":"ClosedCaptionProperties","features":[158]},{"name":"ClosedCaptionSize","features":[158]},{"name":"ClosedCaptionStyle","features":[158]},{"name":"IClosedCaptionPropertiesStatics","features":[158]},{"name":"IClosedCaptionPropertiesStatics2","features":[158]}],"167":[{"name":"ContentAccessRestrictionLevel","features":[159]},{"name":"ContentRestrictionsBrowsePolicy","features":[159]},{"name":"IContentRestrictionsBrowsePolicy","features":[159]},{"name":"IRatedContentDescription","features":[159]},{"name":"IRatedContentDescriptionFactory","features":[159]},{"name":"IRatedContentRestrictions","features":[159]},{"name":"IRatedContentRestrictionsFactory","features":[159]},{"name":"RatedContentCategory","features":[159]},{"name":"RatedContentDescription","features":[159]},{"name":"RatedContentRestrictions","features":[159]}],"168":[{"name":"CurrentSessionChangedEventArgs","features":[160]},{"name":"GlobalSystemMediaTransportControlsSession","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionManager","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionMediaProperties","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionPlaybackControls","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionPlaybackInfo","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionPlaybackStatus","features":[160]},{"name":"GlobalSystemMediaTransportControlsSessionTimelineProperties","features":[160]},{"name":"ICurrentSessionChangedEventArgs","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSession","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionManager","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionManagerStatics","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionMediaProperties","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionPlaybackControls","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionPlaybackInfo","features":[160]},{"name":"IGlobalSystemMediaTransportControlsSessionTimelineProperties","features":[160]},{"name":"IMediaPropertiesChangedEventArgs","features":[160]},{"name":"IPlaybackInfoChangedEventArgs","features":[160]},{"name":"ISessionsChangedEventArgs","features":[160]},{"name":"ITimelinePropertiesChangedEventArgs","features":[160]},{"name":"MediaPropertiesChangedEventArgs","features":[160]},{"name":"PlaybackInfoChangedEventArgs","features":[160]},{"name":"SessionsChangedEventArgs","features":[160]},{"name":"TimelinePropertiesChangedEventArgs","features":[160]}],"169":[{"name":"AudioDecoderDegradation","features":[161]},{"name":"AudioDecoderDegradationReason","features":[161]},{"name":"AudioStreamDescriptor","features":[161]},{"name":"AudioTrack","features":[161]},{"name":"AudioTrackOpenFailedEventArgs","features":[161]},{"name":"AudioTrackSupportInfo","features":[161]},{"name":"ChapterCue","features":[161]},{"name":"CodecCategory","features":[161]},{"name":"CodecInfo","features":[161]},{"name":"CodecKind","features":[161]},{"name":"CodecQuery","features":[161]},{"name":"CodecSubtypes","features":[161]},{"name":"DataCue","features":[161]},{"name":"FaceDetectedEventArgs","features":[161]},{"name":"FaceDetectionEffect","features":[161]},{"name":"FaceDetectionEffectDefinition","features":[161,162]},{"name":"FaceDetectionEffectFrame","features":[161]},{"name":"FaceDetectionMode","features":[161]},{"name":"HighDynamicRangeControl","features":[161]},{"name":"HighDynamicRangeOutput","features":[161]},{"name":"IAudioStreamDescriptor","features":[161]},{"name":"IAudioStreamDescriptor2","features":[161]},{"name":"IAudioStreamDescriptor3","features":[161]},{"name":"IAudioStreamDescriptorFactory","features":[161]},{"name":"IAudioTrack","features":[161]},{"name":"IAudioTrackOpenFailedEventArgs","features":[161]},{"name":"IAudioTrackSupportInfo","features":[161]},{"name":"IChapterCue","features":[161]},{"name":"ICodecInfo","features":[161]},{"name":"ICodecQuery","features":[161]},{"name":"ICodecSubtypesStatics","features":[161]},{"name":"IDataCue","features":[161]},{"name":"IDataCue2","features":[161]},{"name":"IFaceDetectedEventArgs","features":[161]},{"name":"IFaceDetectionEffect","features":[161]},{"name":"IFaceDetectionEffectDefinition","features":[161]},{"name":"IFaceDetectionEffectFrame","features":[161]},{"name":"IHighDynamicRangeControl","features":[161]},{"name":"IHighDynamicRangeOutput","features":[161]},{"name":"IImageCue","features":[161]},{"name":"IInitializeMediaStreamSourceRequestedEventArgs","features":[161]},{"name":"ILowLightFusionResult","features":[161]},{"name":"ILowLightFusionStatics","features":[161]},{"name":"IMediaBinder","features":[161]},{"name":"IMediaBindingEventArgs","features":[161]},{"name":"IMediaBindingEventArgs2","features":[161]},{"name":"IMediaBindingEventArgs3","features":[161]},{"name":"IMediaCue","features":[161]},{"name":"IMediaCueEventArgs","features":[161]},{"name":"IMediaSource","features":[161]},{"name":"IMediaSource2","features":[161]},{"name":"IMediaSource3","features":[161]},{"name":"IMediaSource4","features":[161]},{"name":"IMediaSource5","features":[161]},{"name":"IMediaSourceAppServiceConnection","features":[161]},{"name":"IMediaSourceAppServiceConnectionFactory","features":[161]},{"name":"IMediaSourceError","features":[161]},{"name":"IMediaSourceOpenOperationCompletedEventArgs","features":[161]},{"name":"IMediaSourceStateChangedEventArgs","features":[161]},{"name":"IMediaSourceStatics","features":[161]},{"name":"IMediaSourceStatics2","features":[161]},{"name":"IMediaSourceStatics3","features":[161]},{"name":"IMediaSourceStatics4","features":[161]},{"name":"IMediaStreamDescriptor","features":[161]},{"name":"IMediaStreamDescriptor2","features":[161]},{"name":"IMediaStreamSample","features":[161]},{"name":"IMediaStreamSample2","features":[161]},{"name":"IMediaStreamSampleProtectionProperties","features":[161]},{"name":"IMediaStreamSampleStatics","features":[161]},{"name":"IMediaStreamSampleStatics2","features":[161]},{"name":"IMediaStreamSource","features":[161]},{"name":"IMediaStreamSource2","features":[161]},{"name":"IMediaStreamSource3","features":[161]},{"name":"IMediaStreamSource4","features":[161]},{"name":"IMediaStreamSourceClosedEventArgs","features":[161]},{"name":"IMediaStreamSourceClosedRequest","features":[161]},{"name":"IMediaStreamSourceFactory","features":[161]},{"name":"IMediaStreamSourceSampleRenderedEventArgs","features":[161]},{"name":"IMediaStreamSourceSampleRequest","features":[161]},{"name":"IMediaStreamSourceSampleRequestDeferral","features":[161]},{"name":"IMediaStreamSourceSampleRequestedEventArgs","features":[161]},{"name":"IMediaStreamSourceStartingEventArgs","features":[161]},{"name":"IMediaStreamSourceStartingRequest","features":[161]},{"name":"IMediaStreamSourceStartingRequestDeferral","features":[161]},{"name":"IMediaStreamSourceSwitchStreamsRequest","features":[161]},{"name":"IMediaStreamSourceSwitchStreamsRequestDeferral","features":[161]},{"name":"IMediaStreamSourceSwitchStreamsRequestedEventArgs","features":[161]},{"name":"IMediaTrack","features":[161]},{"name":"IMseSourceBuffer","features":[161]},{"name":"IMseSourceBufferList","features":[161]},{"name":"IMseStreamSource","features":[161]},{"name":"IMseStreamSource2","features":[161]},{"name":"IMseStreamSourceStatics","features":[161]},{"name":"ISceneAnalysisEffect","features":[161]},{"name":"ISceneAnalysisEffectFrame","features":[161]},{"name":"ISceneAnalysisEffectFrame2","features":[161]},{"name":"ISceneAnalyzedEventArgs","features":[161]},{"name":"ISingleSelectMediaTrackList","features":[161]},{"name":"ISpeechCue","features":[161]},{"name":"ITimedMetadataStreamDescriptor","features":[161]},{"name":"ITimedMetadataStreamDescriptorFactory","features":[161]},{"name":"ITimedMetadataTrack","features":[161]},{"name":"ITimedMetadataTrack2","features":[161]},{"name":"ITimedMetadataTrackError","features":[161]},{"name":"ITimedMetadataTrackFactory","features":[161]},{"name":"ITimedMetadataTrackFailedEventArgs","features":[161]},{"name":"ITimedMetadataTrackProvider","features":[161]},{"name":"ITimedTextBouten","features":[161]},{"name":"ITimedTextCue","features":[161]},{"name":"ITimedTextLine","features":[161]},{"name":"ITimedTextRegion","features":[161]},{"name":"ITimedTextRuby","features":[161]},{"name":"ITimedTextSource","features":[161]},{"name":"ITimedTextSourceResolveResultEventArgs","features":[161]},{"name":"ITimedTextSourceStatics","features":[161]},{"name":"ITimedTextSourceStatics2","features":[161]},{"name":"ITimedTextStyle","features":[161]},{"name":"ITimedTextStyle2","features":[161]},{"name":"ITimedTextStyle3","features":[161]},{"name":"ITimedTextSubformat","features":[161]},{"name":"IVideoStabilizationEffect","features":[161]},{"name":"IVideoStabilizationEffectEnabledChangedEventArgs","features":[161]},{"name":"IVideoStreamDescriptor","features":[161]},{"name":"IVideoStreamDescriptor2","features":[161]},{"name":"IVideoStreamDescriptorFactory","features":[161]},{"name":"IVideoTrack","features":[161]},{"name":"IVideoTrackOpenFailedEventArgs","features":[161]},{"name":"IVideoTrackSupportInfo","features":[161]},{"name":"ImageCue","features":[161]},{"name":"InitializeMediaStreamSourceRequestedEventArgs","features":[161]},{"name":"LowLightFusion","features":[161]},{"name":"LowLightFusionResult","features":[161]},{"name":"MediaBinder","features":[161]},{"name":"MediaBindingEventArgs","features":[161]},{"name":"MediaCueEventArgs","features":[161]},{"name":"MediaDecoderStatus","features":[161]},{"name":"MediaSource","features":[161]},{"name":"MediaSourceAppServiceConnection","features":[161]},{"name":"MediaSourceError","features":[161]},{"name":"MediaSourceOpenOperationCompletedEventArgs","features":[161]},{"name":"MediaSourceState","features":[161]},{"name":"MediaSourceStateChangedEventArgs","features":[161]},{"name":"MediaSourceStatus","features":[161]},{"name":"MediaStreamSample","features":[161]},{"name":"MediaStreamSamplePropertySet","features":[37,161]},{"name":"MediaStreamSampleProtectionProperties","features":[161]},{"name":"MediaStreamSource","features":[161]},{"name":"MediaStreamSourceClosedEventArgs","features":[161]},{"name":"MediaStreamSourceClosedReason","features":[161]},{"name":"MediaStreamSourceClosedRequest","features":[161]},{"name":"MediaStreamSourceErrorStatus","features":[161]},{"name":"MediaStreamSourceSampleRenderedEventArgs","features":[161]},{"name":"MediaStreamSourceSampleRequest","features":[161]},{"name":"MediaStreamSourceSampleRequestDeferral","features":[161]},{"name":"MediaStreamSourceSampleRequestedEventArgs","features":[161]},{"name":"MediaStreamSourceStartingEventArgs","features":[161]},{"name":"MediaStreamSourceStartingRequest","features":[161]},{"name":"MediaStreamSourceStartingRequestDeferral","features":[161]},{"name":"MediaStreamSourceSwitchStreamsRequest","features":[161]},{"name":"MediaStreamSourceSwitchStreamsRequestDeferral","features":[161]},{"name":"MediaStreamSourceSwitchStreamsRequestedEventArgs","features":[161]},{"name":"MediaTrackKind","features":[161]},{"name":"MseAppendMode","features":[161]},{"name":"MseEndOfStreamStatus","features":[161]},{"name":"MseReadyState","features":[161]},{"name":"MseSourceBuffer","features":[161]},{"name":"MseSourceBufferList","features":[161]},{"name":"MseStreamSource","features":[161]},{"name":"MseTimeRange","features":[77,161]},{"name":"SceneAnalysisEffect","features":[161]},{"name":"SceneAnalysisEffectDefinition","features":[161,162]},{"name":"SceneAnalysisEffectFrame","features":[161]},{"name":"SceneAnalysisRecommendation","features":[161]},{"name":"SceneAnalyzedEventArgs","features":[161]},{"name":"SpeechCue","features":[161]},{"name":"TimedMetadataKind","features":[161]},{"name":"TimedMetadataStreamDescriptor","features":[161]},{"name":"TimedMetadataTrack","features":[161]},{"name":"TimedMetadataTrackError","features":[161]},{"name":"TimedMetadataTrackErrorCode","features":[161]},{"name":"TimedMetadataTrackFailedEventArgs","features":[161]},{"name":"TimedTextBouten","features":[161]},{"name":"TimedTextBoutenPosition","features":[161]},{"name":"TimedTextBoutenType","features":[161]},{"name":"TimedTextCue","features":[161]},{"name":"TimedTextDisplayAlignment","features":[161]},{"name":"TimedTextDouble","features":[161]},{"name":"TimedTextFlowDirection","features":[161]},{"name":"TimedTextFontStyle","features":[161]},{"name":"TimedTextLine","features":[161]},{"name":"TimedTextLineAlignment","features":[161]},{"name":"TimedTextPadding","features":[161]},{"name":"TimedTextPoint","features":[161]},{"name":"TimedTextRegion","features":[161]},{"name":"TimedTextRuby","features":[161]},{"name":"TimedTextRubyAlign","features":[161]},{"name":"TimedTextRubyPosition","features":[161]},{"name":"TimedTextRubyReserve","features":[161]},{"name":"TimedTextScrollMode","features":[161]},{"name":"TimedTextSize","features":[161]},{"name":"TimedTextSource","features":[161]},{"name":"TimedTextSourceResolveResultEventArgs","features":[161]},{"name":"TimedTextStyle","features":[161]},{"name":"TimedTextSubformat","features":[161]},{"name":"TimedTextUnit","features":[161]},{"name":"TimedTextWeight","features":[161]},{"name":"TimedTextWrapping","features":[161]},{"name":"TimedTextWritingMode","features":[161]},{"name":"VideoStabilizationEffect","features":[161]},{"name":"VideoStabilizationEffectDefinition","features":[161,162]},{"name":"VideoStabilizationEffectEnabledChangedEventArgs","features":[161]},{"name":"VideoStabilizationEffectEnabledChangedReason","features":[161]},{"name":"VideoStreamDescriptor","features":[161]},{"name":"VideoTrack","features":[161]},{"name":"VideoTrackOpenFailedEventArgs","features":[161]},{"name":"VideoTrackSupportInfo","features":[161]}],"170":[{"name":"ISoundLevelBrokerStatics","features":[163]},{"name":"SoundLevelBroker","features":[163]}],"171":[{"name":"AdvancedPhotoCaptureSettings","features":[164]},{"name":"AdvancedPhotoControl","features":[164]},{"name":"AdvancedPhotoMode","features":[164]},{"name":"AudioDeviceController","features":[164]},{"name":"AudioDeviceModule","features":[164]},{"name":"AudioDeviceModuleNotificationEventArgs","features":[164]},{"name":"AudioDeviceModulesManager","features":[164]},{"name":"AudioDeviceRole","features":[164]},{"name":"AutoFocusRange","features":[164]},{"name":"CallControl","features":[164]},{"name":"CallControlContract","features":[164]},{"name":"CallControlEventHandler","features":[164]},{"name":"CameraOcclusionInfo","features":[164]},{"name":"CameraOcclusionKind","features":[164]},{"name":"CameraOcclusionState","features":[164]},{"name":"CameraOcclusionStateChangedEventArgs","features":[164]},{"name":"CameraStreamState","features":[164]},{"name":"CaptureSceneMode","features":[164]},{"name":"CaptureUse","features":[164]},{"name":"ColorTemperaturePreset","features":[164]},{"name":"DefaultAudioCaptureDeviceChangedEventArgs","features":[164]},{"name":"DefaultAudioRenderDeviceChangedEventArgs","features":[164]},{"name":"DialRequestedEventArgs","features":[164]},{"name":"DialRequestedEventHandler","features":[164]},{"name":"DigitalWindowBounds","features":[164]},{"name":"DigitalWindowCapability","features":[164]},{"name":"DigitalWindowControl","features":[164]},{"name":"DigitalWindowMode","features":[164]},{"name":"ExposureCompensationControl","features":[164]},{"name":"ExposureControl","features":[164]},{"name":"ExposurePriorityVideoControl","features":[164]},{"name":"FlashControl","features":[164]},{"name":"FocusControl","features":[164]},{"name":"FocusMode","features":[164]},{"name":"FocusPreset","features":[164]},{"name":"FocusSettings","features":[164]},{"name":"HdrVideoControl","features":[164]},{"name":"HdrVideoMode","features":[164]},{"name":"IAdvancedPhotoCaptureSettings","features":[164]},{"name":"IAdvancedPhotoControl","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController10","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController11","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController2","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController3","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController4","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController5","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController6","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController7","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController8","features":[164]},{"name":"IAdvancedVideoCaptureDeviceController9","features":[164]},{"name":"IAudioDeviceController","features":[164]},{"name":"IAudioDeviceController2","features":[164]},{"name":"IAudioDeviceModule","features":[164]},{"name":"IAudioDeviceModuleNotificationEventArgs","features":[164]},{"name":"IAudioDeviceModulesManager","features":[164]},{"name":"IAudioDeviceModulesManagerFactory","features":[164]},{"name":"ICallControl","features":[164]},{"name":"ICallControlStatics","features":[164]},{"name":"ICameraOcclusionInfo","features":[164]},{"name":"ICameraOcclusionState","features":[164]},{"name":"ICameraOcclusionStateChangedEventArgs","features":[164]},{"name":"IDefaultAudioDeviceChangedEventArgs","features":[164]},{"name":"IDialRequestedEventArgs","features":[164]},{"name":"IDigitalWindowBounds","features":[164]},{"name":"IDigitalWindowCapability","features":[164]},{"name":"IDigitalWindowControl","features":[164]},{"name":"IExposureCompensationControl","features":[164]},{"name":"IExposureControl","features":[164]},{"name":"IExposurePriorityVideoControl","features":[164]},{"name":"IFlashControl","features":[164]},{"name":"IFlashControl2","features":[164]},{"name":"IFocusControl","features":[164]},{"name":"IFocusControl2","features":[164]},{"name":"IFocusSettings","features":[164]},{"name":"IHdrVideoControl","features":[164]},{"name":"IInfraredTorchControl","features":[164]},{"name":"IIsoSpeedControl","features":[164]},{"name":"IIsoSpeedControl2","features":[164]},{"name":"IKeypadPressedEventArgs","features":[164]},{"name":"ILowLagPhotoControl","features":[164]},{"name":"ILowLagPhotoSequenceControl","features":[164]},{"name":"IMediaDeviceControl","features":[164]},{"name":"IMediaDeviceControlCapabilities","features":[164]},{"name":"IMediaDeviceController","features":[164]},{"name":"IMediaDeviceStatics","features":[164]},{"name":"IModuleCommandResult","features":[164]},{"name":"IOpticalImageStabilizationControl","features":[164]},{"name":"IPanelBasedOptimizationControl","features":[164]},{"name":"IPhotoConfirmationControl","features":[164]},{"name":"IRedialRequestedEventArgs","features":[164]},{"name":"IRegionOfInterest","features":[164]},{"name":"IRegionOfInterest2","features":[164]},{"name":"IRegionsOfInterestControl","features":[164]},{"name":"ISceneModeControl","features":[164]},{"name":"ITorchControl","features":[164]},{"name":"IVideoDeviceController","features":[164]},{"name":"IVideoDeviceControllerGetDevicePropertyResult","features":[164]},{"name":"IVideoTemporalDenoisingControl","features":[164]},{"name":"IWhiteBalanceControl","features":[164]},{"name":"IZoomControl","features":[164]},{"name":"IZoomControl2","features":[164]},{"name":"IZoomSettings","features":[164]},{"name":"InfraredTorchControl","features":[164]},{"name":"InfraredTorchMode","features":[164]},{"name":"IsoSpeedControl","features":[164]},{"name":"IsoSpeedPreset","features":[164]},{"name":"KeypadPressedEventArgs","features":[164]},{"name":"KeypadPressedEventHandler","features":[164]},{"name":"LowLagPhotoControl","features":[164]},{"name":"LowLagPhotoSequenceControl","features":[164]},{"name":"ManualFocusDistance","features":[164]},{"name":"MediaCaptureFocusState","features":[164]},{"name":"MediaCaptureOptimization","features":[164]},{"name":"MediaCapturePauseBehavior","features":[164]},{"name":"MediaDevice","features":[164]},{"name":"MediaDeviceControl","features":[164]},{"name":"MediaDeviceControlCapabilities","features":[164]},{"name":"ModuleCommandResult","features":[164]},{"name":"OpticalImageStabilizationControl","features":[164]},{"name":"OpticalImageStabilizationMode","features":[164]},{"name":"PanelBasedOptimizationControl","features":[164]},{"name":"PhotoConfirmationControl","features":[164]},{"name":"RedialRequestedEventArgs","features":[164]},{"name":"RedialRequestedEventHandler","features":[164]},{"name":"RegionOfInterest","features":[164]},{"name":"RegionOfInterestType","features":[164]},{"name":"RegionsOfInterestControl","features":[164]},{"name":"SceneModeControl","features":[164]},{"name":"SendCommandStatus","features":[164]},{"name":"TelephonyKey","features":[164]},{"name":"TorchControl","features":[164]},{"name":"VideoDeviceController","features":[164]},{"name":"VideoDeviceControllerGetDevicePropertyResult","features":[164]},{"name":"VideoDeviceControllerGetDevicePropertyStatus","features":[164]},{"name":"VideoDeviceControllerSetDevicePropertyStatus","features":[164]},{"name":"VideoTemporalDenoisingControl","features":[164]},{"name":"VideoTemporalDenoisingMode","features":[164]},{"name":"WhiteBalanceControl","features":[164]},{"name":"ZoomControl","features":[164]},{"name":"ZoomSettings","features":[164]},{"name":"ZoomTransitionMode","features":[164]}],"172":[{"name":"CameraIntrinsics","features":[165]},{"name":"DepthCorrelatedCoordinateMapper","features":[165]},{"name":"FrameControlCapabilities","features":[165]},{"name":"FrameController","features":[165]},{"name":"FrameExposureCapabilities","features":[165]},{"name":"FrameExposureCompensationCapabilities","features":[165]},{"name":"FrameExposureCompensationControl","features":[165]},{"name":"FrameExposureControl","features":[165]},{"name":"FrameFlashCapabilities","features":[165]},{"name":"FrameFlashControl","features":[165]},{"name":"FrameFlashMode","features":[165]},{"name":"FrameFocusCapabilities","features":[165]},{"name":"FrameFocusControl","features":[165]},{"name":"FrameIsoSpeedCapabilities","features":[165]},{"name":"FrameIsoSpeedControl","features":[165]},{"name":"ICameraIntrinsics","features":[165]},{"name":"ICameraIntrinsics2","features":[165]},{"name":"ICameraIntrinsicsFactory","features":[165]},{"name":"IDepthCorrelatedCoordinateMapper","features":[165]},{"name":"IFrameControlCapabilities","features":[165]},{"name":"IFrameControlCapabilities2","features":[165]},{"name":"IFrameController","features":[165]},{"name":"IFrameController2","features":[165]},{"name":"IFrameExposureCapabilities","features":[165]},{"name":"IFrameExposureCompensationCapabilities","features":[165]},{"name":"IFrameExposureCompensationControl","features":[165]},{"name":"IFrameExposureControl","features":[165]},{"name":"IFrameFlashCapabilities","features":[165]},{"name":"IFrameFlashControl","features":[165]},{"name":"IFrameFocusCapabilities","features":[165]},{"name":"IFrameFocusControl","features":[165]},{"name":"IFrameIsoSpeedCapabilities","features":[165]},{"name":"IFrameIsoSpeedControl","features":[165]},{"name":"IVariablePhotoSequenceController","features":[165]},{"name":"VariablePhotoSequenceController","features":[165]}],"173":[{"name":"DialApp","features":[166]},{"name":"DialAppLaunchResult","features":[166]},{"name":"DialAppState","features":[166]},{"name":"DialAppStateDetails","features":[166]},{"name":"DialAppStopResult","features":[166]},{"name":"DialDevice","features":[166]},{"name":"DialDeviceDisplayStatus","features":[166]},{"name":"DialDevicePicker","features":[166]},{"name":"DialDevicePickerFilter","features":[166]},{"name":"DialDeviceSelectedEventArgs","features":[166]},{"name":"DialDisconnectButtonClickedEventArgs","features":[166]},{"name":"DialReceiverApp","features":[166]},{"name":"IDialApp","features":[166]},{"name":"IDialAppStateDetails","features":[166]},{"name":"IDialDevice","features":[166]},{"name":"IDialDevice2","features":[166]},{"name":"IDialDevicePicker","features":[166]},{"name":"IDialDevicePickerFilter","features":[166]},{"name":"IDialDeviceSelectedEventArgs","features":[166]},{"name":"IDialDeviceStatics","features":[166]},{"name":"IDialDisconnectButtonClickedEventArgs","features":[166]},{"name":"IDialReceiverApp","features":[166]},{"name":"IDialReceiverApp2","features":[166]},{"name":"IDialReceiverAppStatics","features":[166]}],"174":[{"name":"BackgroundAudioTrack","features":[167]},{"name":"EmbeddedAudioTrack","features":[167]},{"name":"IBackgroundAudioTrack","features":[167]},{"name":"IBackgroundAudioTrackStatics","features":[167]},{"name":"IEmbeddedAudioTrack","features":[167]},{"name":"IMediaClip","features":[167]},{"name":"IMediaClipStatics","features":[167]},{"name":"IMediaClipStatics2","features":[167]},{"name":"IMediaComposition","features":[167]},{"name":"IMediaComposition2","features":[167]},{"name":"IMediaCompositionStatics","features":[167]},{"name":"IMediaOverlay","features":[167]},{"name":"IMediaOverlayFactory","features":[167]},{"name":"IMediaOverlayLayer","features":[167]},{"name":"IMediaOverlayLayerFactory","features":[167]},{"name":"MediaClip","features":[167]},{"name":"MediaComposition","features":[167]},{"name":"MediaOverlay","features":[167]},{"name":"MediaOverlayLayer","features":[167]},{"name":"MediaTrimmingPreference","features":[167]},{"name":"VideoFramePrecision","features":[167]}],"175":[{"name":"AcousticEchoCancellationConfiguration","features":[162]},{"name":"AudioCaptureEffectsManager","features":[162]},{"name":"AudioEffect","features":[162]},{"name":"AudioEffectDefinition","features":[162]},{"name":"AudioEffectState","features":[162]},{"name":"AudioEffectType","features":[162]},{"name":"AudioEffectsManager","features":[162]},{"name":"AudioRenderEffectsManager","features":[162]},{"name":"CompositeVideoFrameContext","features":[162]},{"name":"IAcousticEchoCancellationConfiguration","features":[162]},{"name":"IAudioCaptureEffectsManager","features":[162]},{"name":"IAudioEffect","features":[162]},{"name":"IAudioEffect2","features":[162]},{"name":"IAudioEffectDefinition","features":[162]},{"name":"IAudioEffectDefinitionFactory","features":[162]},{"name":"IAudioEffectsManagerStatics","features":[162]},{"name":"IAudioRenderEffectsManager","features":[162]},{"name":"IAudioRenderEffectsManager2","features":[162]},{"name":"IBasicAudioEffect","features":[162]},{"name":"IBasicVideoEffect","features":[162]},{"name":"ICompositeVideoFrameContext","features":[162]},{"name":"IProcessAudioFrameContext","features":[162]},{"name":"IProcessVideoFrameContext","features":[162]},{"name":"ISlowMotionEffectDefinition","features":[162]},{"name":"IVideoCompositor","features":[162]},{"name":"IVideoCompositorDefinition","features":[162]},{"name":"IVideoCompositorDefinitionFactory","features":[162]},{"name":"IVideoEffectDefinition","features":[162]},{"name":"IVideoEffectDefinitionFactory","features":[162]},{"name":"IVideoTransformEffectDefinition","features":[162]},{"name":"IVideoTransformEffectDefinition2","features":[162]},{"name":"IVideoTransformSphericalProjection","features":[162]},{"name":"MediaEffectClosedReason","features":[162]},{"name":"MediaMemoryTypes","features":[162]},{"name":"ProcessAudioFrameContext","features":[162]},{"name":"ProcessVideoFrameContext","features":[162]},{"name":"SlowMotionEffectDefinition","features":[162]},{"name":"VideoCompositorDefinition","features":[162]},{"name":"VideoEffectDefinition","features":[162]},{"name":"VideoTransformEffectDefinition","features":[162]},{"name":"VideoTransformSphericalProjection","features":[162]}],"176":[{"name":"DetectedFace","features":[168]},{"name":"FaceDetector","features":[168]},{"name":"FaceTracker","features":[168]},{"name":"IDetectedFace","features":[168]},{"name":"IFaceDetector","features":[168]},{"name":"IFaceDetectorStatics","features":[168]},{"name":"IFaceTracker","features":[168]},{"name":"IFaceTrackerStatics","features":[168]}],"177":[{"name":"IPhotoImportDeleteImportedItemsFromSourceResult","features":[169]},{"name":"IPhotoImportFindItemsResult","features":[169]},{"name":"IPhotoImportFindItemsResult2","features":[169]},{"name":"IPhotoImportImportItemsResult","features":[169]},{"name":"IPhotoImportItem","features":[169]},{"name":"IPhotoImportItem2","features":[169]},{"name":"IPhotoImportItemImportedEventArgs","features":[169]},{"name":"IPhotoImportManagerStatics","features":[169]},{"name":"IPhotoImportOperation","features":[169]},{"name":"IPhotoImportSelectionChangedEventArgs","features":[169]},{"name":"IPhotoImportSession","features":[169]},{"name":"IPhotoImportSession2","features":[169]},{"name":"IPhotoImportSidecar","features":[169]},{"name":"IPhotoImportSource","features":[169]},{"name":"IPhotoImportSourceStatics","features":[169]},{"name":"IPhotoImportStorageMedium","features":[169]},{"name":"IPhotoImportVideoSegment","features":[169]},{"name":"PhotoImportAccessMode","features":[169]},{"name":"PhotoImportConnectionTransport","features":[169]},{"name":"PhotoImportContentType","features":[169]},{"name":"PhotoImportContentTypeFilter","features":[169]},{"name":"PhotoImportDeleteImportedItemsFromSourceResult","features":[169]},{"name":"PhotoImportFindItemsResult","features":[169]},{"name":"PhotoImportImportItemsResult","features":[169]},{"name":"PhotoImportImportMode","features":[169]},{"name":"PhotoImportItem","features":[169]},{"name":"PhotoImportItemImportedEventArgs","features":[169]},{"name":"PhotoImportItemSelectionMode","features":[169]},{"name":"PhotoImportManager","features":[169]},{"name":"PhotoImportOperation","features":[169]},{"name":"PhotoImportPowerSource","features":[169]},{"name":"PhotoImportProgress","features":[169]},{"name":"PhotoImportSelectionChangedEventArgs","features":[169]},{"name":"PhotoImportSession","features":[169]},{"name":"PhotoImportSidecar","features":[169]},{"name":"PhotoImportSource","features":[169]},{"name":"PhotoImportSourceType","features":[169]},{"name":"PhotoImportStage","features":[169]},{"name":"PhotoImportStorageMedium","features":[169]},{"name":"PhotoImportStorageMediumType","features":[169]},{"name":"PhotoImportSubfolderCreationMode","features":[169]},{"name":"PhotoImportSubfolderDateFormat","features":[169]},{"name":"PhotoImportVideoSegment","features":[169]}],"178":[{"name":"AudioEncodingProperties","features":[170]},{"name":"AudioEncodingQuality","features":[170]},{"name":"Av1ProfileIds","features":[170]},{"name":"ContainerEncodingProperties","features":[170]},{"name":"H264ProfileIds","features":[170]},{"name":"HevcProfileIds","features":[170]},{"name":"IAudioEncodingProperties","features":[170]},{"name":"IAudioEncodingProperties2","features":[170]},{"name":"IAudioEncodingProperties3","features":[170]},{"name":"IAudioEncodingPropertiesStatics","features":[170]},{"name":"IAudioEncodingPropertiesStatics2","features":[170]},{"name":"IAudioEncodingPropertiesWithFormatUserData","features":[170]},{"name":"IAv1ProfileIdsStatics","features":[170]},{"name":"IContainerEncodingProperties","features":[170]},{"name":"IContainerEncodingProperties2","features":[170]},{"name":"IH264ProfileIdsStatics","features":[170]},{"name":"IHevcProfileIdsStatics","features":[170]},{"name":"IImageEncodingProperties","features":[170]},{"name":"IImageEncodingProperties2","features":[170]},{"name":"IImageEncodingPropertiesStatics","features":[170]},{"name":"IImageEncodingPropertiesStatics2","features":[170]},{"name":"IImageEncodingPropertiesStatics3","features":[170]},{"name":"IMediaEncodingProfile","features":[170]},{"name":"IMediaEncodingProfile2","features":[170]},{"name":"IMediaEncodingProfile3","features":[170]},{"name":"IMediaEncodingProfileStatics","features":[170]},{"name":"IMediaEncodingProfileStatics2","features":[170]},{"name":"IMediaEncodingProfileStatics3","features":[170]},{"name":"IMediaEncodingProfileStatics4","features":[170]},{"name":"IMediaEncodingProperties","features":[170]},{"name":"IMediaEncodingSubtypesStatics","features":[170]},{"name":"IMediaEncodingSubtypesStatics2","features":[170]},{"name":"IMediaEncodingSubtypesStatics3","features":[170]},{"name":"IMediaEncodingSubtypesStatics4","features":[170]},{"name":"IMediaEncodingSubtypesStatics5","features":[170]},{"name":"IMediaEncodingSubtypesStatics6","features":[170]},{"name":"IMediaEncodingSubtypesStatics7","features":[170]},{"name":"IMediaRatio","features":[170]},{"name":"IMpeg2ProfileIdsStatics","features":[170]},{"name":"ITimedMetadataEncodingProperties","features":[170]},{"name":"ITimedMetadataEncodingPropertiesStatics","features":[170]},{"name":"IVideoEncodingProperties","features":[170]},{"name":"IVideoEncodingProperties2","features":[170]},{"name":"IVideoEncodingProperties3","features":[170]},{"name":"IVideoEncodingProperties4","features":[170]},{"name":"IVideoEncodingProperties5","features":[170]},{"name":"IVideoEncodingPropertiesStatics","features":[170]},{"name":"IVideoEncodingPropertiesStatics2","features":[170]},{"name":"IVideoEncodingPropertiesStatics3","features":[170]},{"name":"IVp9ProfileIdsStatics","features":[170]},{"name":"ImageEncodingProperties","features":[170]},{"name":"MediaEncodingProfile","features":[170]},{"name":"MediaEncodingSubtypes","features":[170]},{"name":"MediaMirroringOptions","features":[170]},{"name":"MediaPixelFormat","features":[170]},{"name":"MediaPropertySet","features":[37,170]},{"name":"MediaRatio","features":[170]},{"name":"MediaRotation","features":[170]},{"name":"MediaThumbnailFormat","features":[170]},{"name":"Mpeg2ProfileIds","features":[170]},{"name":"SphericalVideoFrameFormat","features":[170]},{"name":"StereoscopicVideoPackingMode","features":[170]},{"name":"TimedMetadataEncodingProperties","features":[170]},{"name":"VideoEncodingProperties","features":[170]},{"name":"VideoEncodingQuality","features":[170]},{"name":"Vp9ProfileIds","features":[170]}],"179":[{"name":"IMiracastReceiver","features":[171]},{"name":"IMiracastReceiverApplySettingsResult","features":[171]},{"name":"IMiracastReceiverConnection","features":[171]},{"name":"IMiracastReceiverConnectionCreatedEventArgs","features":[171]},{"name":"IMiracastReceiverCursorImageChannel","features":[171]},{"name":"IMiracastReceiverCursorImageChannelSettings","features":[171]},{"name":"IMiracastReceiverDisconnectedEventArgs","features":[171]},{"name":"IMiracastReceiverGameControllerDevice","features":[171]},{"name":"IMiracastReceiverInputDevices","features":[171]},{"name":"IMiracastReceiverKeyboardDevice","features":[171]},{"name":"IMiracastReceiverMediaSourceCreatedEventArgs","features":[171]},{"name":"IMiracastReceiverSession","features":[171]},{"name":"IMiracastReceiverSessionStartResult","features":[171]},{"name":"IMiracastReceiverSettings","features":[171]},{"name":"IMiracastReceiverStatus","features":[171]},{"name":"IMiracastReceiverStreamControl","features":[171]},{"name":"IMiracastReceiverVideoStreamSettings","features":[171]},{"name":"IMiracastTransmitter","features":[171]},{"name":"MiracastReceiver","features":[171]},{"name":"MiracastReceiverApplySettingsResult","features":[171]},{"name":"MiracastReceiverApplySettingsStatus","features":[171]},{"name":"MiracastReceiverAuthorizationMethod","features":[171]},{"name":"MiracastReceiverConnection","features":[171]},{"name":"MiracastReceiverConnectionCreatedEventArgs","features":[171]},{"name":"MiracastReceiverCursorImageChannel","features":[171]},{"name":"MiracastReceiverCursorImageChannelSettings","features":[171]},{"name":"MiracastReceiverDisconnectReason","features":[171]},{"name":"MiracastReceiverDisconnectedEventArgs","features":[171]},{"name":"MiracastReceiverGameControllerDevice","features":[171]},{"name":"MiracastReceiverGameControllerDeviceUsageMode","features":[171]},{"name":"MiracastReceiverInputDevices","features":[171]},{"name":"MiracastReceiverKeyboardDevice","features":[171]},{"name":"MiracastReceiverListeningStatus","features":[171]},{"name":"MiracastReceiverMediaSourceCreatedEventArgs","features":[171]},{"name":"MiracastReceiverSession","features":[171]},{"name":"MiracastReceiverSessionStartResult","features":[171]},{"name":"MiracastReceiverSessionStartStatus","features":[171]},{"name":"MiracastReceiverSettings","features":[171]},{"name":"MiracastReceiverStatus","features":[171]},{"name":"MiracastReceiverStreamControl","features":[171]},{"name":"MiracastReceiverVideoStreamSettings","features":[171]},{"name":"MiracastReceiverWiFiStatus","features":[171]},{"name":"MiracastTransmitter","features":[171]},{"name":"MiracastTransmitterAuthorizationStatus","features":[171]}],"180":[{"name":"IOcrEngine","features":[172]},{"name":"IOcrEngineStatics","features":[172]},{"name":"IOcrLine","features":[172]},{"name":"IOcrResult","features":[172]},{"name":"IOcrWord","features":[172]},{"name":"OcrEngine","features":[172]},{"name":"OcrLine","features":[172]},{"name":"OcrResult","features":[172]},{"name":"OcrWord","features":[172]}],"181":[{"name":"CurrentTimeChangeRequestedEventArgs","features":[173]},{"name":"ICurrentTimeChangeRequestedEventArgs","features":[173]},{"name":"IMuteChangeRequestedEventArgs","features":[173]},{"name":"IPlayToConnection","features":[173]},{"name":"IPlayToConnectionErrorEventArgs","features":[173]},{"name":"IPlayToConnectionStateChangedEventArgs","features":[173]},{"name":"IPlayToConnectionTransferredEventArgs","features":[173]},{"name":"IPlayToManager","features":[173]},{"name":"IPlayToManagerStatics","features":[173]},{"name":"IPlayToReceiver","features":[173]},{"name":"IPlayToSource","features":[173]},{"name":"IPlayToSourceDeferral","features":[173]},{"name":"IPlayToSourceRequest","features":[173]},{"name":"IPlayToSourceRequestedEventArgs","features":[173]},{"name":"IPlayToSourceSelectedEventArgs","features":[173]},{"name":"IPlayToSourceWithPreferredSourceUri","features":[173]},{"name":"IPlaybackRateChangeRequestedEventArgs","features":[173]},{"name":"ISourceChangeRequestedEventArgs","features":[173]},{"name":"IVolumeChangeRequestedEventArgs","features":[173]},{"name":"MuteChangeRequestedEventArgs","features":[173]},{"name":"PlayToConnection","features":[173]},{"name":"PlayToConnectionError","features":[173]},{"name":"PlayToConnectionErrorEventArgs","features":[173]},{"name":"PlayToConnectionState","features":[173]},{"name":"PlayToConnectionStateChangedEventArgs","features":[173]},{"name":"PlayToConnectionTransferredEventArgs","features":[173]},{"name":"PlayToManager","features":[173]},{"name":"PlayToReceiver","features":[173]},{"name":"PlayToSource","features":[173]},{"name":"PlayToSourceDeferral","features":[173]},{"name":"PlayToSourceRequest","features":[173]},{"name":"PlayToSourceRequestedEventArgs","features":[173]},{"name":"PlayToSourceSelectedEventArgs","features":[173]},{"name":"PlaybackRateChangeRequestedEventArgs","features":[173]},{"name":"SourceChangeRequestedEventArgs","features":[173]},{"name":"VolumeChangeRequestedEventArgs","features":[173]}],"182":[{"name":"AutoLoadedDisplayPropertyKind","features":[174]},{"name":"BackgroundMediaPlayer","features":[174]},{"name":"CurrentMediaPlaybackItemChangedEventArgs","features":[174]},{"name":"FailedMediaStreamKind","features":[174]},{"name":"IBackgroundMediaPlayerStatics","features":[174]},{"name":"ICurrentMediaPlaybackItemChangedEventArgs","features":[174]},{"name":"ICurrentMediaPlaybackItemChangedEventArgs2","features":[174]},{"name":"IMediaBreak","features":[174]},{"name":"IMediaBreakEndedEventArgs","features":[174]},{"name":"IMediaBreakFactory","features":[174]},{"name":"IMediaBreakManager","features":[174]},{"name":"IMediaBreakSchedule","features":[174]},{"name":"IMediaBreakSeekedOverEventArgs","features":[174]},{"name":"IMediaBreakSkippedEventArgs","features":[174]},{"name":"IMediaBreakStartedEventArgs","features":[174]},{"name":"IMediaEnginePlaybackSource","features":[174]},{"name":"IMediaItemDisplayProperties","features":[174]},{"name":"IMediaPlaybackCommandManager","features":[174]},{"name":"IMediaPlaybackCommandManagerAutoRepeatModeReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerCommandBehavior","features":[174]},{"name":"IMediaPlaybackCommandManagerFastForwardReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerNextReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerPauseReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerPlayReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerPositionReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerPreviousReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerRateReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerRewindReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackCommandManagerShuffleReceivedEventArgs","features":[174]},{"name":"IMediaPlaybackItem","features":[174]},{"name":"IMediaPlaybackItem2","features":[174]},{"name":"IMediaPlaybackItem3","features":[174]},{"name":"IMediaPlaybackItemError","features":[174]},{"name":"IMediaPlaybackItemFactory","features":[174]},{"name":"IMediaPlaybackItemFactory2","features":[174]},{"name":"IMediaPlaybackItemFailedEventArgs","features":[174]},{"name":"IMediaPlaybackItemOpenedEventArgs","features":[174]},{"name":"IMediaPlaybackItemStatics","features":[174]},{"name":"IMediaPlaybackList","features":[174]},{"name":"IMediaPlaybackList2","features":[174]},{"name":"IMediaPlaybackList3","features":[174]},{"name":"IMediaPlaybackSession","features":[174]},{"name":"IMediaPlaybackSession2","features":[174]},{"name":"IMediaPlaybackSession3","features":[174]},{"name":"IMediaPlaybackSessionBufferingStartedEventArgs","features":[174]},{"name":"IMediaPlaybackSessionOutputDegradationPolicyState","features":[174]},{"name":"IMediaPlaybackSource","features":[174]},{"name":"IMediaPlaybackSphericalVideoProjection","features":[174]},{"name":"IMediaPlaybackTimedMetadataTrackList","features":[174]},{"name":"IMediaPlayer","features":[174]},{"name":"IMediaPlayer2","features":[174]},{"name":"IMediaPlayer3","features":[174]},{"name":"IMediaPlayer4","features":[174]},{"name":"IMediaPlayer5","features":[174]},{"name":"IMediaPlayer6","features":[174]},{"name":"IMediaPlayer7","features":[174]},{"name":"IMediaPlayerDataReceivedEventArgs","features":[174]},{"name":"IMediaPlayerEffects","features":[174]},{"name":"IMediaPlayerEffects2","features":[174]},{"name":"IMediaPlayerFailedEventArgs","features":[174]},{"name":"IMediaPlayerRateChangedEventArgs","features":[174]},{"name":"IMediaPlayerSource","features":[174]},{"name":"IMediaPlayerSource2","features":[174]},{"name":"IMediaPlayerSurface","features":[174]},{"name":"IPlaybackMediaMarker","features":[174]},{"name":"IPlaybackMediaMarkerFactory","features":[174]},{"name":"IPlaybackMediaMarkerReachedEventArgs","features":[174]},{"name":"IPlaybackMediaMarkerSequence","features":[174]},{"name":"ITimedMetadataPresentationModeChangedEventArgs","features":[174]},{"name":"MediaBreak","features":[174]},{"name":"MediaBreakEndedEventArgs","features":[174]},{"name":"MediaBreakInsertionMethod","features":[174]},{"name":"MediaBreakManager","features":[174]},{"name":"MediaBreakSchedule","features":[174]},{"name":"MediaBreakSeekedOverEventArgs","features":[174]},{"name":"MediaBreakSkippedEventArgs","features":[174]},{"name":"MediaBreakStartedEventArgs","features":[174]},{"name":"MediaCommandEnablingRule","features":[174]},{"name":"MediaItemDisplayProperties","features":[174]},{"name":"MediaPlaybackAudioTrackList","features":[37,161,174]},{"name":"MediaPlaybackCommandManager","features":[174]},{"name":"MediaPlaybackCommandManagerAutoRepeatModeReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerCommandBehavior","features":[174]},{"name":"MediaPlaybackCommandManagerFastForwardReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerNextReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerPauseReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerPlayReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerPositionReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerPreviousReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerRateReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerRewindReceivedEventArgs","features":[174]},{"name":"MediaPlaybackCommandManagerShuffleReceivedEventArgs","features":[174]},{"name":"MediaPlaybackItem","features":[174]},{"name":"MediaPlaybackItemChangedReason","features":[174]},{"name":"MediaPlaybackItemError","features":[174]},{"name":"MediaPlaybackItemErrorCode","features":[174]},{"name":"MediaPlaybackItemFailedEventArgs","features":[174]},{"name":"MediaPlaybackItemOpenedEventArgs","features":[174]},{"name":"MediaPlaybackList","features":[174]},{"name":"MediaPlaybackSession","features":[174]},{"name":"MediaPlaybackSessionBufferingStartedEventArgs","features":[174]},{"name":"MediaPlaybackSessionOutputDegradationPolicyState","features":[174]},{"name":"MediaPlaybackSessionVideoConstrictionReason","features":[174]},{"name":"MediaPlaybackSphericalVideoProjection","features":[174]},{"name":"MediaPlaybackState","features":[174]},{"name":"MediaPlaybackTimedMetadataTrackList","features":[37,161,174]},{"name":"MediaPlaybackVideoTrackList","features":[37,161,174]},{"name":"MediaPlayer","features":[174]},{"name":"MediaPlayerAudioCategory","features":[174]},{"name":"MediaPlayerAudioDeviceType","features":[174]},{"name":"MediaPlayerDataReceivedEventArgs","features":[174]},{"name":"MediaPlayerError","features":[174]},{"name":"MediaPlayerFailedEventArgs","features":[174]},{"name":"MediaPlayerRateChangedEventArgs","features":[174]},{"name":"MediaPlayerState","features":[174]},{"name":"MediaPlayerSurface","features":[174]},{"name":"PlaybackMediaMarker","features":[174]},{"name":"PlaybackMediaMarkerReachedEventArgs","features":[174]},{"name":"PlaybackMediaMarkerSequence","features":[174]},{"name":"SphericalVideoProjectionMode","features":[174]},{"name":"StereoscopicVideoRenderMode","features":[174]},{"name":"TimedMetadataPresentationModeChangedEventArgs","features":[174]},{"name":"TimedMetadataTrackPresentationMode","features":[174]}],"183":[{"name":"IPlaylist","features":[175]},{"name":"IPlaylistStatics","features":[175]},{"name":"Playlist","features":[175]},{"name":"PlaylistFormat","features":[175]},{"name":"PlaylistsContract","features":[175]}],"184":[{"name":"ComponentLoadFailedEventArgs","features":[176]},{"name":"ComponentLoadFailedEventHandler","features":[176]},{"name":"ComponentRenewal","features":[176]},{"name":"GraphicsTrustStatus","features":[176]},{"name":"HdcpProtection","features":[176]},{"name":"HdcpSession","features":[176]},{"name":"HdcpSetProtectionResult","features":[176]},{"name":"IComponentLoadFailedEventArgs","features":[176]},{"name":"IComponentRenewalStatics","features":[176]},{"name":"IHdcpSession","features":[176]},{"name":"IMediaProtectionManager","features":[176]},{"name":"IMediaProtectionPMPServer","features":[176]},{"name":"IMediaProtectionPMPServerFactory","features":[176]},{"name":"IMediaProtectionServiceCompletion","features":[176]},{"name":"IMediaProtectionServiceRequest","features":[176]},{"name":"IProtectionCapabilities","features":[176]},{"name":"IRevocationAndRenewalInformation","features":[176]},{"name":"IRevocationAndRenewalItem","features":[176]},{"name":"IServiceRequestedEventArgs","features":[176]},{"name":"IServiceRequestedEventArgs2","features":[176]},{"name":"MediaProtectionManager","features":[176]},{"name":"MediaProtectionPMPServer","features":[176]},{"name":"MediaProtectionServiceCompletion","features":[176]},{"name":"ProtectionCapabilities","features":[176]},{"name":"ProtectionCapabilityResult","features":[176]},{"name":"ProtectionRenewalContract","features":[176]},{"name":"RebootNeededEventHandler","features":[176]},{"name":"RenewalStatus","features":[176]},{"name":"RevocationAndRenewalInformation","features":[176]},{"name":"RevocationAndRenewalItem","features":[176]},{"name":"RevocationAndRenewalReasons","features":[176]},{"name":"ServiceRequestedEventArgs","features":[176]},{"name":"ServiceRequestedEventHandler","features":[176]}],"185":[{"name":"INDClient","features":[177]},{"name":"INDClientFactory","features":[177]},{"name":"INDClosedCaptionDataReceivedEventArgs","features":[177]},{"name":"INDCustomData","features":[177]},{"name":"INDCustomDataFactory","features":[177]},{"name":"INDDownloadEngine","features":[177]},{"name":"INDDownloadEngineNotifier","features":[177]},{"name":"INDLicenseFetchCompletedEventArgs","features":[177]},{"name":"INDLicenseFetchDescriptor","features":[177]},{"name":"INDLicenseFetchDescriptorFactory","features":[177]},{"name":"INDLicenseFetchResult","features":[177]},{"name":"INDMessenger","features":[177]},{"name":"INDProximityDetectionCompletedEventArgs","features":[177]},{"name":"INDRegistrationCompletedEventArgs","features":[177]},{"name":"INDSendResult","features":[177]},{"name":"INDStartResult","features":[177]},{"name":"INDStorageFileHelper","features":[177]},{"name":"INDStreamParser","features":[177]},{"name":"INDStreamParserNotifier","features":[177]},{"name":"INDTCPMessengerFactory","features":[177]},{"name":"INDTransmitterProperties","features":[177]},{"name":"IPlayReadyContentHeader","features":[177]},{"name":"IPlayReadyContentHeader2","features":[177]},{"name":"IPlayReadyContentHeaderFactory","features":[177]},{"name":"IPlayReadyContentHeaderFactory2","features":[177]},{"name":"IPlayReadyContentResolver","features":[177]},{"name":"IPlayReadyDomain","features":[177]},{"name":"IPlayReadyDomainIterableFactory","features":[177]},{"name":"IPlayReadyDomainJoinServiceRequest","features":[177]},{"name":"IPlayReadyDomainLeaveServiceRequest","features":[177]},{"name":"IPlayReadyITADataGenerator","features":[177]},{"name":"IPlayReadyIndividualizationServiceRequest","features":[177]},{"name":"IPlayReadyLicense","features":[177]},{"name":"IPlayReadyLicense2","features":[177]},{"name":"IPlayReadyLicenseAcquisitionServiceRequest","features":[177]},{"name":"IPlayReadyLicenseAcquisitionServiceRequest2","features":[177]},{"name":"IPlayReadyLicenseAcquisitionServiceRequest3","features":[177]},{"name":"IPlayReadyLicenseIterableFactory","features":[177]},{"name":"IPlayReadyLicenseManagement","features":[177]},{"name":"IPlayReadyLicenseSession","features":[177]},{"name":"IPlayReadyLicenseSession2","features":[177]},{"name":"IPlayReadyLicenseSessionFactory","features":[177]},{"name":"IPlayReadyMeteringReportServiceRequest","features":[177]},{"name":"IPlayReadyRevocationServiceRequest","features":[177]},{"name":"IPlayReadySecureStopIterableFactory","features":[177]},{"name":"IPlayReadySecureStopServiceRequest","features":[177]},{"name":"IPlayReadySecureStopServiceRequestFactory","features":[177]},{"name":"IPlayReadyServiceRequest","features":[177]},{"name":"IPlayReadySoapMessage","features":[177]},{"name":"IPlayReadyStatics","features":[177]},{"name":"IPlayReadyStatics2","features":[177]},{"name":"IPlayReadyStatics3","features":[177]},{"name":"IPlayReadyStatics4","features":[177]},{"name":"IPlayReadyStatics5","features":[177]},{"name":"NDCertificateFeature","features":[177]},{"name":"NDCertificatePlatformID","features":[177]},{"name":"NDCertificateType","features":[177]},{"name":"NDClient","features":[177]},{"name":"NDClosedCaptionFormat","features":[177]},{"name":"NDContentIDType","features":[177]},{"name":"NDCustomData","features":[177]},{"name":"NDDownloadEngineNotifier","features":[177]},{"name":"NDLicenseFetchDescriptor","features":[177]},{"name":"NDMediaStreamType","features":[177]},{"name":"NDProximityDetectionType","features":[177]},{"name":"NDStartAsyncOptions","features":[177]},{"name":"NDStorageFileHelper","features":[177]},{"name":"NDStreamParserNotifier","features":[177]},{"name":"NDTCPMessenger","features":[177]},{"name":"PlayReadyContentHeader","features":[177]},{"name":"PlayReadyContentResolver","features":[177]},{"name":"PlayReadyDecryptorSetup","features":[177]},{"name":"PlayReadyDomain","features":[177]},{"name":"PlayReadyDomainIterable","features":[37,177]},{"name":"PlayReadyDomainIterator","features":[37,177]},{"name":"PlayReadyDomainJoinServiceRequest","features":[177]},{"name":"PlayReadyDomainLeaveServiceRequest","features":[177]},{"name":"PlayReadyEncryptionAlgorithm","features":[177]},{"name":"PlayReadyHardwareDRMFeatures","features":[177]},{"name":"PlayReadyITADataFormat","features":[177]},{"name":"PlayReadyITADataGenerator","features":[177]},{"name":"PlayReadyIndividualizationServiceRequest","features":[177]},{"name":"PlayReadyLicense","features":[177]},{"name":"PlayReadyLicenseAcquisitionServiceRequest","features":[177]},{"name":"PlayReadyLicenseIterable","features":[37,177]},{"name":"PlayReadyLicenseIterator","features":[37,177]},{"name":"PlayReadyLicenseManagement","features":[177]},{"name":"PlayReadyLicenseSession","features":[177]},{"name":"PlayReadyMeteringReportServiceRequest","features":[177]},{"name":"PlayReadyRevocationServiceRequest","features":[177]},{"name":"PlayReadySecureStopIterable","features":[37,177]},{"name":"PlayReadySecureStopIterator","features":[37,177]},{"name":"PlayReadySecureStopServiceRequest","features":[177]},{"name":"PlayReadySoapMessage","features":[177]},{"name":"PlayReadyStatics","features":[177]}],"186":[{"name":"AudioRenderCategory","features":[178]}],"187":[{"name":"ISpeechContinuousRecognitionCompletedEventArgs","features":[179]},{"name":"ISpeechContinuousRecognitionResultGeneratedEventArgs","features":[179]},{"name":"ISpeechContinuousRecognitionSession","features":[179]},{"name":"ISpeechRecognitionCompilationResult","features":[179]},{"name":"ISpeechRecognitionConstraint","features":[179]},{"name":"ISpeechRecognitionGrammarFileConstraint","features":[179]},{"name":"ISpeechRecognitionGrammarFileConstraintFactory","features":[179]},{"name":"ISpeechRecognitionHypothesis","features":[179]},{"name":"ISpeechRecognitionHypothesisGeneratedEventArgs","features":[179]},{"name":"ISpeechRecognitionListConstraint","features":[179]},{"name":"ISpeechRecognitionListConstraintFactory","features":[179]},{"name":"ISpeechRecognitionQualityDegradingEventArgs","features":[179]},{"name":"ISpeechRecognitionResult","features":[179]},{"name":"ISpeechRecognitionResult2","features":[179]},{"name":"ISpeechRecognitionSemanticInterpretation","features":[179]},{"name":"ISpeechRecognitionTopicConstraint","features":[179]},{"name":"ISpeechRecognitionTopicConstraintFactory","features":[179]},{"name":"ISpeechRecognitionVoiceCommandDefinitionConstraint","features":[179]},{"name":"ISpeechRecognizer","features":[179]},{"name":"ISpeechRecognizer2","features":[179]},{"name":"ISpeechRecognizerFactory","features":[179]},{"name":"ISpeechRecognizerStateChangedEventArgs","features":[179]},{"name":"ISpeechRecognizerStatics","features":[179]},{"name":"ISpeechRecognizerStatics2","features":[179]},{"name":"ISpeechRecognizerTimeouts","features":[179]},{"name":"ISpeechRecognizerUIOptions","features":[179]},{"name":"IVoiceCommandManager","features":[179]},{"name":"IVoiceCommandSet","features":[179]},{"name":"SpeechContinuousRecognitionCompletedEventArgs","features":[179]},{"name":"SpeechContinuousRecognitionMode","features":[179]},{"name":"SpeechContinuousRecognitionResultGeneratedEventArgs","features":[179]},{"name":"SpeechContinuousRecognitionSession","features":[179]},{"name":"SpeechRecognitionAudioProblem","features":[179]},{"name":"SpeechRecognitionCompilationResult","features":[179]},{"name":"SpeechRecognitionConfidence","features":[179]},{"name":"SpeechRecognitionConstraintProbability","features":[179]},{"name":"SpeechRecognitionConstraintType","features":[179]},{"name":"SpeechRecognitionGrammarFileConstraint","features":[179]},{"name":"SpeechRecognitionHypothesis","features":[179]},{"name":"SpeechRecognitionHypothesisGeneratedEventArgs","features":[179]},{"name":"SpeechRecognitionListConstraint","features":[179]},{"name":"SpeechRecognitionQualityDegradingEventArgs","features":[179]},{"name":"SpeechRecognitionResult","features":[179]},{"name":"SpeechRecognitionResultStatus","features":[179]},{"name":"SpeechRecognitionScenario","features":[179]},{"name":"SpeechRecognitionSemanticInterpretation","features":[179]},{"name":"SpeechRecognitionTopicConstraint","features":[179]},{"name":"SpeechRecognitionVoiceCommandDefinitionConstraint","features":[179]},{"name":"SpeechRecognizer","features":[179]},{"name":"SpeechRecognizerState","features":[179]},{"name":"SpeechRecognizerStateChangedEventArgs","features":[179]},{"name":"SpeechRecognizerTimeouts","features":[179]},{"name":"SpeechRecognizerUIOptions","features":[179]},{"name":"VoiceCommandManager","features":[179]},{"name":"VoiceCommandSet","features":[179]}],"188":[{"name":"IInstalledVoicesStatic","features":[180]},{"name":"IInstalledVoicesStatic2","features":[180]},{"name":"ISpeechSynthesisStream","features":[180]},{"name":"ISpeechSynthesizer","features":[180]},{"name":"ISpeechSynthesizer2","features":[180]},{"name":"ISpeechSynthesizerOptions","features":[180]},{"name":"ISpeechSynthesizerOptions2","features":[180]},{"name":"ISpeechSynthesizerOptions3","features":[180]},{"name":"IVoiceInformation","features":[180]},{"name":"SpeechAppendedSilence","features":[180]},{"name":"SpeechPunctuationSilence","features":[180]},{"name":"SpeechSynthesisStream","features":[180]},{"name":"SpeechSynthesizer","features":[180]},{"name":"SpeechSynthesizerOptions","features":[180]},{"name":"VoiceGender","features":[180]},{"name":"VoiceInformation","features":[180]}],"189":[{"name":"AdaptiveMediaSource","features":[181]},{"name":"AdaptiveMediaSourceAdvancedSettings","features":[181]},{"name":"AdaptiveMediaSourceCorrelatedTimes","features":[181]},{"name":"AdaptiveMediaSourceCreationResult","features":[181]},{"name":"AdaptiveMediaSourceCreationStatus","features":[181]},{"name":"AdaptiveMediaSourceDiagnosticAvailableEventArgs","features":[181]},{"name":"AdaptiveMediaSourceDiagnosticType","features":[181]},{"name":"AdaptiveMediaSourceDiagnostics","features":[181]},{"name":"AdaptiveMediaSourceDownloadBitrateChangedEventArgs","features":[181]},{"name":"AdaptiveMediaSourceDownloadBitrateChangedReason","features":[181]},{"name":"AdaptiveMediaSourceDownloadCompletedEventArgs","features":[181]},{"name":"AdaptiveMediaSourceDownloadFailedEventArgs","features":[181]},{"name":"AdaptiveMediaSourceDownloadRequestedDeferral","features":[181]},{"name":"AdaptiveMediaSourceDownloadRequestedEventArgs","features":[181]},{"name":"AdaptiveMediaSourceDownloadResult","features":[181]},{"name":"AdaptiveMediaSourceDownloadStatistics","features":[181]},{"name":"AdaptiveMediaSourcePlaybackBitrateChangedEventArgs","features":[181]},{"name":"AdaptiveMediaSourceResourceType","features":[181]},{"name":"IAdaptiveMediaSource","features":[181]},{"name":"IAdaptiveMediaSource2","features":[181]},{"name":"IAdaptiveMediaSource3","features":[181]},{"name":"IAdaptiveMediaSourceAdvancedSettings","features":[181]},{"name":"IAdaptiveMediaSourceCorrelatedTimes","features":[181]},{"name":"IAdaptiveMediaSourceCreationResult","features":[181]},{"name":"IAdaptiveMediaSourceCreationResult2","features":[181]},{"name":"IAdaptiveMediaSourceDiagnosticAvailableEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceDiagnosticAvailableEventArgs2","features":[181]},{"name":"IAdaptiveMediaSourceDiagnosticAvailableEventArgs3","features":[181]},{"name":"IAdaptiveMediaSourceDiagnostics","features":[181]},{"name":"IAdaptiveMediaSourceDownloadBitrateChangedEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2","features":[181]},{"name":"IAdaptiveMediaSourceDownloadCompletedEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceDownloadCompletedEventArgs2","features":[181]},{"name":"IAdaptiveMediaSourceDownloadCompletedEventArgs3","features":[181]},{"name":"IAdaptiveMediaSourceDownloadFailedEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceDownloadFailedEventArgs2","features":[181]},{"name":"IAdaptiveMediaSourceDownloadFailedEventArgs3","features":[181]},{"name":"IAdaptiveMediaSourceDownloadRequestedDeferral","features":[181]},{"name":"IAdaptiveMediaSourceDownloadRequestedEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceDownloadRequestedEventArgs2","features":[181]},{"name":"IAdaptiveMediaSourceDownloadRequestedEventArgs3","features":[181]},{"name":"IAdaptiveMediaSourceDownloadResult","features":[181]},{"name":"IAdaptiveMediaSourceDownloadResult2","features":[181]},{"name":"IAdaptiveMediaSourceDownloadStatistics","features":[181]},{"name":"IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs","features":[181]},{"name":"IAdaptiveMediaSourceStatics","features":[181]}],"190":[{"name":"IMediaTranscoder","features":[182]},{"name":"IMediaTranscoder2","features":[182]},{"name":"IPrepareTranscodeResult","features":[182]},{"name":"MediaTranscoder","features":[182]},{"name":"MediaVideoProcessingAlgorithm","features":[182]},{"name":"PrepareTranscodeResult","features":[182]},{"name":"TranscodeFailureReason","features":[182]}],"191":[{"name":"DomainNameType","features":[183]},{"name":"EndpointPair","features":[183]},{"name":"HostName","features":[183]},{"name":"HostNameSortOptions","features":[183]},{"name":"HostNameType","features":[183]},{"name":"IEndpointPair","features":[183]},{"name":"IEndpointPairFactory","features":[183]},{"name":"IHostName","features":[183]},{"name":"IHostNameFactory","features":[183]},{"name":"IHostNameStatics","features":[183]}],"192":[{"name":"BackgroundDownloadProgress","features":[184]},{"name":"BackgroundDownloader","features":[184]},{"name":"BackgroundTransferBehavior","features":[184]},{"name":"BackgroundTransferCompletionGroup","features":[184]},{"name":"BackgroundTransferCompletionGroupTriggerDetails","features":[184]},{"name":"BackgroundTransferContentPart","features":[184]},{"name":"BackgroundTransferCostPolicy","features":[184]},{"name":"BackgroundTransferError","features":[184]},{"name":"BackgroundTransferFileRange","features":[184]},{"name":"BackgroundTransferGroup","features":[184]},{"name":"BackgroundTransferPriority","features":[184]},{"name":"BackgroundTransferRangesDownloadedEventArgs","features":[184]},{"name":"BackgroundTransferStatus","features":[184]},{"name":"BackgroundUploadProgress","features":[184]},{"name":"BackgroundUploader","features":[184]},{"name":"ContentPrefetcher","features":[184]},{"name":"DownloadOperation","features":[184]},{"name":"IBackgroundDownloader","features":[184]},{"name":"IBackgroundDownloader2","features":[184]},{"name":"IBackgroundDownloader3","features":[184]},{"name":"IBackgroundDownloaderFactory","features":[184]},{"name":"IBackgroundDownloaderStaticMethods","features":[184]},{"name":"IBackgroundDownloaderStaticMethods2","features":[184]},{"name":"IBackgroundDownloaderUserConsent","features":[184]},{"name":"IBackgroundTransferBase","features":[184]},{"name":"IBackgroundTransferCompletionGroup","features":[184]},{"name":"IBackgroundTransferCompletionGroupTriggerDetails","features":[184]},{"name":"IBackgroundTransferContentPart","features":[184]},{"name":"IBackgroundTransferContentPartFactory","features":[184]},{"name":"IBackgroundTransferErrorStaticMethods","features":[184]},{"name":"IBackgroundTransferGroup","features":[184]},{"name":"IBackgroundTransferGroupStatics","features":[184]},{"name":"IBackgroundTransferOperation","features":[184]},{"name":"IBackgroundTransferOperationPriority","features":[184]},{"name":"IBackgroundTransferRangesDownloadedEventArgs","features":[184]},{"name":"IBackgroundUploader","features":[184]},{"name":"IBackgroundUploader2","features":[184]},{"name":"IBackgroundUploader3","features":[184]},{"name":"IBackgroundUploaderFactory","features":[184]},{"name":"IBackgroundUploaderStaticMethods","features":[184]},{"name":"IBackgroundUploaderStaticMethods2","features":[184]},{"name":"IBackgroundUploaderUserConsent","features":[184]},{"name":"IContentPrefetcher","features":[184]},{"name":"IContentPrefetcherTime","features":[184]},{"name":"IDownloadOperation","features":[184]},{"name":"IDownloadOperation2","features":[184]},{"name":"IDownloadOperation3","features":[184]},{"name":"IDownloadOperation4","features":[184]},{"name":"IDownloadOperation5","features":[184]},{"name":"IResponseInformation","features":[184]},{"name":"IUnconstrainedTransferRequestResult","features":[184]},{"name":"IUploadOperation","features":[184]},{"name":"IUploadOperation2","features":[184]},{"name":"IUploadOperation3","features":[184]},{"name":"IUploadOperation4","features":[184]},{"name":"ResponseInformation","features":[184]},{"name":"UnconstrainedTransferRequestResult","features":[184]},{"name":"UploadOperation","features":[184]}],"193":[{"name":"AttributedNetworkUsage","features":[185]},{"name":"CellularApnAuthenticationType","features":[185]},{"name":"CellularApnContext","features":[185]},{"name":"ConnectionCost","features":[185]},{"name":"ConnectionProfile","features":[185]},{"name":"ConnectionProfileDeleteStatus","features":[185]},{"name":"ConnectionProfileFilter","features":[185]},{"name":"ConnectionSession","features":[185]},{"name":"ConnectivityInterval","features":[185]},{"name":"ConnectivityManager","features":[185]},{"name":"DataPlanStatus","features":[185]},{"name":"DataPlanUsage","features":[185]},{"name":"DataUsage","features":[185]},{"name":"DataUsageGranularity","features":[185]},{"name":"DomainAuthenticationKind","features":[185]},{"name":"DomainConnectivityLevel","features":[185]},{"name":"IAttributedNetworkUsage","features":[185]},{"name":"ICellularApnContext","features":[185]},{"name":"ICellularApnContext2","features":[185]},{"name":"IConnectionCost","features":[185]},{"name":"IConnectionCost2","features":[185]},{"name":"IConnectionProfile","features":[185]},{"name":"IConnectionProfile2","features":[185]},{"name":"IConnectionProfile3","features":[185]},{"name":"IConnectionProfile4","features":[185]},{"name":"IConnectionProfile5","features":[185]},{"name":"IConnectionProfile6","features":[185]},{"name":"IConnectionProfileFilter","features":[185]},{"name":"IConnectionProfileFilter2","features":[185]},{"name":"IConnectionProfileFilter3","features":[185]},{"name":"IConnectionSession","features":[185]},{"name":"IConnectivityInterval","features":[185]},{"name":"IConnectivityManagerStatics","features":[185]},{"name":"IDataPlanStatus","features":[185]},{"name":"IDataPlanUsage","features":[185]},{"name":"IDataUsage","features":[185]},{"name":"IIPInformation","features":[185]},{"name":"ILanIdentifier","features":[185]},{"name":"ILanIdentifierData","features":[185]},{"name":"INetworkAdapter","features":[185]},{"name":"INetworkInformationStatics","features":[185]},{"name":"INetworkInformationStatics2","features":[185]},{"name":"INetworkItem","features":[185]},{"name":"INetworkSecuritySettings","features":[185]},{"name":"INetworkStateChangeEventDetails","features":[185]},{"name":"INetworkStateChangeEventDetails2","features":[185]},{"name":"INetworkUsage","features":[185]},{"name":"IPInformation","features":[185]},{"name":"IProviderNetworkUsage","features":[185]},{"name":"IProxyConfiguration","features":[185]},{"name":"IRoutePolicy","features":[185]},{"name":"IRoutePolicyFactory","features":[185]},{"name":"IWlanConnectionProfileDetails","features":[185]},{"name":"IWwanConnectionProfileDetails","features":[185]},{"name":"IWwanConnectionProfileDetails2","features":[185]},{"name":"LanIdentifier","features":[185]},{"name":"LanIdentifierData","features":[185]},{"name":"NetworkAdapter","features":[185]},{"name":"NetworkAuthenticationType","features":[185]},{"name":"NetworkConnectivityLevel","features":[185]},{"name":"NetworkCostType","features":[185]},{"name":"NetworkEncryptionType","features":[185]},{"name":"NetworkInformation","features":[185]},{"name":"NetworkItem","features":[185]},{"name":"NetworkSecuritySettings","features":[185]},{"name":"NetworkStateChangeEventDetails","features":[185]},{"name":"NetworkStatusChangedEventHandler","features":[185]},{"name":"NetworkTypes","features":[185]},{"name":"NetworkUsage","features":[185]},{"name":"NetworkUsageStates","features":[185]},{"name":"ProviderNetworkUsage","features":[185]},{"name":"ProxyConfiguration","features":[185]},{"name":"RoamingStates","features":[185]},{"name":"RoutePolicy","features":[185]},{"name":"TriStates","features":[185]},{"name":"WlanConnectionProfileDetails","features":[185]},{"name":"WwanConnectionProfileDetails","features":[185]},{"name":"WwanContract","features":[185]},{"name":"WwanDataClass","features":[185]},{"name":"WwanNetworkIPKind","features":[185]},{"name":"WwanNetworkRegistrationState","features":[185]}],"194":[{"name":"DataClasses","features":[186]},{"name":"ESim","features":[186]},{"name":"ESimAddedEventArgs","features":[186]},{"name":"ESimAuthenticationPreference","features":[186]},{"name":"ESimDiscoverEvent","features":[186]},{"name":"ESimDiscoverResult","features":[186]},{"name":"ESimDiscoverResultKind","features":[186]},{"name":"ESimDownloadProfileMetadataResult","features":[186]},{"name":"ESimManager","features":[186]},{"name":"ESimOperationResult","features":[186]},{"name":"ESimOperationStatus","features":[186]},{"name":"ESimPolicy","features":[186]},{"name":"ESimProfile","features":[186]},{"name":"ESimProfileClass","features":[186]},{"name":"ESimProfileInstallProgress","features":[186]},{"name":"ESimProfileMetadata","features":[186]},{"name":"ESimProfileMetadataState","features":[186]},{"name":"ESimProfilePolicy","features":[186]},{"name":"ESimProfileState","features":[186]},{"name":"ESimRemovedEventArgs","features":[186]},{"name":"ESimServiceInfo","features":[186]},{"name":"ESimState","features":[186]},{"name":"ESimUpdatedEventArgs","features":[186]},{"name":"ESimWatcher","features":[186]},{"name":"ESimWatcherStatus","features":[186]},{"name":"FdnAccessManager","features":[186]},{"name":"HotspotAuthenticationContext","features":[186]},{"name":"HotspotAuthenticationEventDetails","features":[186]},{"name":"HotspotAuthenticationResponseCode","features":[186]},{"name":"HotspotCredentialsAuthenticationResult","features":[186]},{"name":"IESim","features":[186]},{"name":"IESim2","features":[186]},{"name":"IESim3","features":[186]},{"name":"IESimAddedEventArgs","features":[186]},{"name":"IESimDiscoverEvent","features":[186]},{"name":"IESimDiscoverResult","features":[186]},{"name":"IESimDownloadProfileMetadataResult","features":[186]},{"name":"IESimManagerStatics","features":[186]},{"name":"IESimOperationResult","features":[186]},{"name":"IESimPolicy","features":[186]},{"name":"IESimProfile","features":[186]},{"name":"IESimProfileMetadata","features":[186]},{"name":"IESimProfilePolicy","features":[186]},{"name":"IESimRemovedEventArgs","features":[186]},{"name":"IESimServiceInfo","features":[186]},{"name":"IESimUpdatedEventArgs","features":[186]},{"name":"IESimWatcher","features":[186]},{"name":"IFdnAccessManagerStatics","features":[186]},{"name":"IHotspotAuthenticationContext","features":[186]},{"name":"IHotspotAuthenticationContext2","features":[186]},{"name":"IHotspotAuthenticationContextStatics","features":[186]},{"name":"IHotspotAuthenticationEventDetails","features":[186]},{"name":"IHotspotCredentialsAuthenticationResult","features":[186]},{"name":"IKnownCSimFilePathsStatics","features":[186]},{"name":"IKnownRuimFilePathsStatics","features":[186]},{"name":"IKnownSimFilePathsStatics","features":[186]},{"name":"IKnownUSimFilePathsStatics","features":[186]},{"name":"IMobileBroadbandAccount","features":[186]},{"name":"IMobileBroadbandAccount2","features":[186]},{"name":"IMobileBroadbandAccount3","features":[186]},{"name":"IMobileBroadbandAccountEventArgs","features":[186]},{"name":"IMobileBroadbandAccountStatics","features":[186]},{"name":"IMobileBroadbandAccountUpdatedEventArgs","features":[186]},{"name":"IMobileBroadbandAccountWatcher","features":[186]},{"name":"IMobileBroadbandAntennaSar","features":[186]},{"name":"IMobileBroadbandAntennaSarFactory","features":[186]},{"name":"IMobileBroadbandCellCdma","features":[186]},{"name":"IMobileBroadbandCellGsm","features":[186]},{"name":"IMobileBroadbandCellLte","features":[186]},{"name":"IMobileBroadbandCellNR","features":[186]},{"name":"IMobileBroadbandCellTdscdma","features":[186]},{"name":"IMobileBroadbandCellUmts","features":[186]},{"name":"IMobileBroadbandCellsInfo","features":[186]},{"name":"IMobileBroadbandCellsInfo2","features":[186]},{"name":"IMobileBroadbandCurrentSlotIndexChangedEventArgs","features":[186]},{"name":"IMobileBroadbandDeviceInformation","features":[186]},{"name":"IMobileBroadbandDeviceInformation2","features":[186]},{"name":"IMobileBroadbandDeviceInformation3","features":[186]},{"name":"IMobileBroadbandDeviceInformation4","features":[186]},{"name":"IMobileBroadbandDeviceService","features":[186]},{"name":"IMobileBroadbandDeviceServiceCommandEventArgs","features":[186]},{"name":"IMobileBroadbandDeviceServiceCommandResult","features":[186]},{"name":"IMobileBroadbandDeviceServiceCommandSession","features":[186]},{"name":"IMobileBroadbandDeviceServiceCommandSession2","features":[186]},{"name":"IMobileBroadbandDeviceServiceDataReceivedEventArgs","features":[186]},{"name":"IMobileBroadbandDeviceServiceDataSession","features":[186]},{"name":"IMobileBroadbandDeviceServiceInformation","features":[186]},{"name":"IMobileBroadbandDeviceServiceTriggerDetails","features":[186]},{"name":"IMobileBroadbandDeviceServiceTriggerDetails2","features":[186]},{"name":"IMobileBroadbandModem","features":[186]},{"name":"IMobileBroadbandModem2","features":[186]},{"name":"IMobileBroadbandModem3","features":[186]},{"name":"IMobileBroadbandModem4","features":[186]},{"name":"IMobileBroadbandModemConfiguration","features":[186]},{"name":"IMobileBroadbandModemConfiguration2","features":[186]},{"name":"IMobileBroadbandModemIsolation","features":[186]},{"name":"IMobileBroadbandModemIsolationFactory","features":[186]},{"name":"IMobileBroadbandModemStatics","features":[186]},{"name":"IMobileBroadbandNetwork","features":[186]},{"name":"IMobileBroadbandNetwork2","features":[186]},{"name":"IMobileBroadbandNetwork3","features":[186]},{"name":"IMobileBroadbandNetworkRegistrationStateChange","features":[186]},{"name":"IMobileBroadbandNetworkRegistrationStateChangeTriggerDetails","features":[186]},{"name":"IMobileBroadbandPco","features":[186]},{"name":"IMobileBroadbandPcoDataChangeTriggerDetails","features":[186]},{"name":"IMobileBroadbandPin","features":[186]},{"name":"IMobileBroadbandPinLockStateChange","features":[186]},{"name":"IMobileBroadbandPinLockStateChangeTriggerDetails","features":[186]},{"name":"IMobileBroadbandPinManager","features":[186]},{"name":"IMobileBroadbandPinOperationResult","features":[186]},{"name":"IMobileBroadbandRadioStateChange","features":[186]},{"name":"IMobileBroadbandRadioStateChangeTriggerDetails","features":[186]},{"name":"IMobileBroadbandSarManager","features":[186]},{"name":"IMobileBroadbandSlotInfo","features":[186]},{"name":"IMobileBroadbandSlotInfo2","features":[186]},{"name":"IMobileBroadbandSlotInfoChangedEventArgs","features":[186]},{"name":"IMobileBroadbandSlotManager","features":[186]},{"name":"IMobileBroadbandTransmissionStateChangedEventArgs","features":[186]},{"name":"IMobileBroadbandUicc","features":[186]},{"name":"IMobileBroadbandUiccApp","features":[186]},{"name":"IMobileBroadbandUiccAppReadRecordResult","features":[186]},{"name":"IMobileBroadbandUiccAppRecordDetailsResult","features":[186]},{"name":"IMobileBroadbandUiccAppsResult","features":[186]},{"name":"INetworkOperatorDataUsageTriggerDetails","features":[186]},{"name":"INetworkOperatorNotificationEventDetails","features":[186]},{"name":"INetworkOperatorTetheringAccessPointConfiguration","features":[186]},{"name":"INetworkOperatorTetheringAccessPointConfiguration2","features":[186]},{"name":"INetworkOperatorTetheringAccessPointConfiguration3","features":[186]},{"name":"INetworkOperatorTetheringClient","features":[186]},{"name":"INetworkOperatorTetheringClientManager","features":[186]},{"name":"INetworkOperatorTetheringEntitlementCheck","features":[186]},{"name":"INetworkOperatorTetheringManager","features":[186]},{"name":"INetworkOperatorTetheringManager2","features":[186]},{"name":"INetworkOperatorTetheringManagerStatics","features":[186]},{"name":"INetworkOperatorTetheringManagerStatics2","features":[186]},{"name":"INetworkOperatorTetheringManagerStatics3","features":[186]},{"name":"INetworkOperatorTetheringManagerStatics4","features":[186]},{"name":"INetworkOperatorTetheringOperationResult","features":[186]},{"name":"INetworkOperatorTetheringSessionAccessPointConfiguration","features":[186]},{"name":"IProvisionFromXmlDocumentResults","features":[186]},{"name":"IProvisionedProfile","features":[186]},{"name":"IProvisioningAgent","features":[186]},{"name":"IProvisioningAgentStaticMethods","features":[186]},{"name":"ITetheringEntitlementCheckTriggerDetails","features":[186]},{"name":"IUssdMessage","features":[186]},{"name":"IUssdMessageFactory","features":[186]},{"name":"IUssdReply","features":[186]},{"name":"IUssdSession","features":[186]},{"name":"IUssdSessionStatics","features":[186]},{"name":"KnownCSimFilePaths","features":[186]},{"name":"KnownRuimFilePaths","features":[186]},{"name":"KnownSimFilePaths","features":[186]},{"name":"KnownUSimFilePaths","features":[186]},{"name":"LegacyNetworkOperatorsContract","features":[186]},{"name":"MobileBroadbandAccount","features":[186]},{"name":"MobileBroadbandAccountEventArgs","features":[186]},{"name":"MobileBroadbandAccountUpdatedEventArgs","features":[186]},{"name":"MobileBroadbandAccountWatcher","features":[186]},{"name":"MobileBroadbandAccountWatcherStatus","features":[186]},{"name":"MobileBroadbandAntennaSar","features":[186]},{"name":"MobileBroadbandCellCdma","features":[186]},{"name":"MobileBroadbandCellGsm","features":[186]},{"name":"MobileBroadbandCellLte","features":[186]},{"name":"MobileBroadbandCellNR","features":[186]},{"name":"MobileBroadbandCellTdscdma","features":[186]},{"name":"MobileBroadbandCellUmts","features":[186]},{"name":"MobileBroadbandCellsInfo","features":[186]},{"name":"MobileBroadbandCurrentSlotIndexChangedEventArgs","features":[186]},{"name":"MobileBroadbandDeviceInformation","features":[186]},{"name":"MobileBroadbandDeviceService","features":[186]},{"name":"MobileBroadbandDeviceServiceCommandEventArgs","features":[186]},{"name":"MobileBroadbandDeviceServiceCommandResult","features":[186]},{"name":"MobileBroadbandDeviceServiceCommandSession","features":[186]},{"name":"MobileBroadbandDeviceServiceDataReceivedEventArgs","features":[186]},{"name":"MobileBroadbandDeviceServiceDataSession","features":[186]},{"name":"MobileBroadbandDeviceServiceInformation","features":[186]},{"name":"MobileBroadbandDeviceServiceTriggerDetails","features":[186]},{"name":"MobileBroadbandDeviceType","features":[186]},{"name":"MobileBroadbandModem","features":[186]},{"name":"MobileBroadbandModemConfiguration","features":[186]},{"name":"MobileBroadbandModemIsolation","features":[186]},{"name":"MobileBroadbandModemStatus","features":[186]},{"name":"MobileBroadbandNetwork","features":[186]},{"name":"MobileBroadbandNetworkRegistrationStateChange","features":[186]},{"name":"MobileBroadbandNetworkRegistrationStateChangeTriggerDetails","features":[186]},{"name":"MobileBroadbandPco","features":[186]},{"name":"MobileBroadbandPcoDataChangeTriggerDetails","features":[186]},{"name":"MobileBroadbandPin","features":[186]},{"name":"MobileBroadbandPinFormat","features":[186]},{"name":"MobileBroadbandPinLockState","features":[186]},{"name":"MobileBroadbandPinLockStateChange","features":[186]},{"name":"MobileBroadbandPinLockStateChangeTriggerDetails","features":[186]},{"name":"MobileBroadbandPinManager","features":[186]},{"name":"MobileBroadbandPinOperationResult","features":[186]},{"name":"MobileBroadbandPinType","features":[186]},{"name":"MobileBroadbandRadioState","features":[186]},{"name":"MobileBroadbandRadioStateChange","features":[186]},{"name":"MobileBroadbandRadioStateChangeTriggerDetails","features":[186]},{"name":"MobileBroadbandSarManager","features":[186]},{"name":"MobileBroadbandSlotInfo","features":[186]},{"name":"MobileBroadbandSlotInfoChangedEventArgs","features":[186]},{"name":"MobileBroadbandSlotManager","features":[186]},{"name":"MobileBroadbandSlotState","features":[186]},{"name":"MobileBroadbandTransmissionStateChangedEventArgs","features":[186]},{"name":"MobileBroadbandUicc","features":[186]},{"name":"MobileBroadbandUiccApp","features":[186]},{"name":"MobileBroadbandUiccAppOperationStatus","features":[186]},{"name":"MobileBroadbandUiccAppReadRecordResult","features":[186]},{"name":"MobileBroadbandUiccAppRecordDetailsResult","features":[186]},{"name":"MobileBroadbandUiccAppsResult","features":[186]},{"name":"NetworkDeviceStatus","features":[186]},{"name":"NetworkOperatorDataUsageNotificationKind","features":[186]},{"name":"NetworkOperatorDataUsageTriggerDetails","features":[186]},{"name":"NetworkOperatorEventMessageType","features":[186]},{"name":"NetworkOperatorNotificationEventDetails","features":[186]},{"name":"NetworkOperatorTetheringAccessPointConfiguration","features":[186]},{"name":"NetworkOperatorTetheringClient","features":[186]},{"name":"NetworkOperatorTetheringManager","features":[186]},{"name":"NetworkOperatorTetheringOperationResult","features":[186]},{"name":"NetworkOperatorTetheringSessionAccessPointConfiguration","features":[186]},{"name":"NetworkOperatorsFdnContract","features":[186]},{"name":"NetworkRegistrationState","features":[186]},{"name":"ProfileMediaType","features":[186]},{"name":"ProfileUsage","features":[77,186]},{"name":"ProvisionFromXmlDocumentResults","features":[186]},{"name":"ProvisionedProfile","features":[186]},{"name":"ProvisioningAgent","features":[186]},{"name":"TetheringCapability","features":[186]},{"name":"TetheringEntitlementCheckTriggerDetails","features":[186]},{"name":"TetheringOperationStatus","features":[186]},{"name":"TetheringOperationalState","features":[186]},{"name":"TetheringWiFiAuthenticationKind","features":[186]},{"name":"TetheringWiFiBand","features":[186]},{"name":"TetheringWiFiPerformancePriority","features":[186]},{"name":"UiccAccessCondition","features":[186]},{"name":"UiccAppKind","features":[186]},{"name":"UiccAppRecordKind","features":[186]},{"name":"UssdMessage","features":[186]},{"name":"UssdReply","features":[186]},{"name":"UssdResultCode","features":[186]},{"name":"UssdSession","features":[186]}],"195":[{"name":"ConnectionRequestedEventArgs","features":[187]},{"name":"DeviceArrivedEventHandler","features":[187]},{"name":"DeviceDepartedEventHandler","features":[187]},{"name":"IConnectionRequestedEventArgs","features":[187]},{"name":"IPeerFinderStatics","features":[187]},{"name":"IPeerFinderStatics2","features":[187]},{"name":"IPeerInformation","features":[187]},{"name":"IPeerInformation3","features":[187]},{"name":"IPeerInformationWithHostAndService","features":[187]},{"name":"IPeerWatcher","features":[187]},{"name":"IProximityDevice","features":[187]},{"name":"IProximityDeviceStatics","features":[187]},{"name":"IProximityMessage","features":[187]},{"name":"ITriggeredConnectionStateChangedEventArgs","features":[187]},{"name":"MessageReceivedHandler","features":[187]},{"name":"MessageTransmittedHandler","features":[187]},{"name":"PeerDiscoveryTypes","features":[187]},{"name":"PeerFinder","features":[187]},{"name":"PeerInformation","features":[187]},{"name":"PeerRole","features":[187]},{"name":"PeerWatcher","features":[187]},{"name":"PeerWatcherStatus","features":[187]},{"name":"ProximityDevice","features":[187]},{"name":"ProximityMessage","features":[187]},{"name":"TriggeredConnectState","features":[187]},{"name":"TriggeredConnectionStateChangedEventArgs","features":[187]}],"196":[{"name":"IPushNotificationChannel","features":[188]},{"name":"IPushNotificationChannelManagerForUser","features":[188]},{"name":"IPushNotificationChannelManagerForUser2","features":[188]},{"name":"IPushNotificationChannelManagerStatics","features":[188]},{"name":"IPushNotificationChannelManagerStatics2","features":[188]},{"name":"IPushNotificationChannelManagerStatics3","features":[188]},{"name":"IPushNotificationChannelManagerStatics4","features":[188]},{"name":"IPushNotificationChannelsRevokedEventArgs","features":[188]},{"name":"IPushNotificationReceivedEventArgs","features":[188]},{"name":"IRawNotification","features":[188]},{"name":"IRawNotification2","features":[188]},{"name":"IRawNotification3","features":[188]},{"name":"PushNotificationChannel","features":[188]},{"name":"PushNotificationChannelManager","features":[188]},{"name":"PushNotificationChannelManagerForUser","features":[188]},{"name":"PushNotificationChannelsRevokedEventArgs","features":[188]},{"name":"PushNotificationReceivedEventArgs","features":[188]},{"name":"PushNotificationType","features":[188]},{"name":"RawNotification","features":[188]}],"197":[{"name":"DnssdRegistrationResult","features":[189]},{"name":"DnssdRegistrationStatus","features":[189]},{"name":"DnssdServiceInstance","features":[189]},{"name":"DnssdServiceInstanceCollection","features":[37,189]},{"name":"DnssdServiceWatcher","features":[189]},{"name":"DnssdServiceWatcherStatus","features":[189]},{"name":"IDnssdRegistrationResult","features":[189]},{"name":"IDnssdServiceInstance","features":[189]},{"name":"IDnssdServiceInstanceFactory","features":[189]},{"name":"IDnssdServiceWatcher","features":[189]}],"198":[{"name":"BandwidthStatistics","features":[190]},{"name":"ControlChannelTrigger","features":[190]},{"name":"ControlChannelTriggerContract","features":[190]},{"name":"ControlChannelTriggerResetReason","features":[190]},{"name":"ControlChannelTriggerResourceType","features":[190]},{"name":"ControlChannelTriggerStatus","features":[190]},{"name":"DatagramSocket","features":[190]},{"name":"DatagramSocketControl","features":[190]},{"name":"DatagramSocketInformation","features":[190]},{"name":"DatagramSocketMessageReceivedEventArgs","features":[190]},{"name":"IControlChannelTrigger","features":[190]},{"name":"IControlChannelTrigger2","features":[190]},{"name":"IControlChannelTriggerEventDetails","features":[190]},{"name":"IControlChannelTriggerFactory","features":[190]},{"name":"IControlChannelTriggerResetEventDetails","features":[190]},{"name":"IDatagramSocket","features":[190]},{"name":"IDatagramSocket2","features":[190]},{"name":"IDatagramSocket3","features":[190]},{"name":"IDatagramSocketControl","features":[190]},{"name":"IDatagramSocketControl2","features":[190]},{"name":"IDatagramSocketControl3","features":[190]},{"name":"IDatagramSocketInformation","features":[190]},{"name":"IDatagramSocketMessageReceivedEventArgs","features":[190]},{"name":"IDatagramSocketStatics","features":[190]},{"name":"IMessageWebSocket","features":[190]},{"name":"IMessageWebSocket2","features":[190]},{"name":"IMessageWebSocket3","features":[190]},{"name":"IMessageWebSocketControl","features":[190]},{"name":"IMessageWebSocketControl2","features":[190]},{"name":"IMessageWebSocketMessageReceivedEventArgs","features":[190]},{"name":"IMessageWebSocketMessageReceivedEventArgs2","features":[190]},{"name":"IServerMessageWebSocket","features":[190]},{"name":"IServerMessageWebSocketControl","features":[190]},{"name":"IServerMessageWebSocketInformation","features":[190]},{"name":"IServerStreamWebSocket","features":[190]},{"name":"IServerStreamWebSocketInformation","features":[190]},{"name":"ISocketActivityContext","features":[190]},{"name":"ISocketActivityContextFactory","features":[190]},{"name":"ISocketActivityInformation","features":[190]},{"name":"ISocketActivityInformationStatics","features":[190]},{"name":"ISocketActivityTriggerDetails","features":[190]},{"name":"ISocketErrorStatics","features":[190]},{"name":"IStreamSocket","features":[190]},{"name":"IStreamSocket2","features":[190]},{"name":"IStreamSocket3","features":[190]},{"name":"IStreamSocketControl","features":[190]},{"name":"IStreamSocketControl2","features":[190]},{"name":"IStreamSocketControl3","features":[190]},{"name":"IStreamSocketControl4","features":[190]},{"name":"IStreamSocketInformation","features":[190]},{"name":"IStreamSocketInformation2","features":[190]},{"name":"IStreamSocketListener","features":[190]},{"name":"IStreamSocketListener2","features":[190]},{"name":"IStreamSocketListener3","features":[190]},{"name":"IStreamSocketListenerConnectionReceivedEventArgs","features":[190]},{"name":"IStreamSocketListenerControl","features":[190]},{"name":"IStreamSocketListenerControl2","features":[190]},{"name":"IStreamSocketListenerInformation","features":[190]},{"name":"IStreamSocketStatics","features":[190]},{"name":"IStreamWebSocket","features":[190]},{"name":"IStreamWebSocket2","features":[190]},{"name":"IStreamWebSocketControl","features":[190]},{"name":"IStreamWebSocketControl2","features":[190]},{"name":"IWebSocket","features":[190]},{"name":"IWebSocketClosedEventArgs","features":[190]},{"name":"IWebSocketControl","features":[190]},{"name":"IWebSocketControl2","features":[190]},{"name":"IWebSocketErrorStatics","features":[190]},{"name":"IWebSocketInformation","features":[190]},{"name":"IWebSocketInformation2","features":[190]},{"name":"IWebSocketServerCustomValidationRequestedEventArgs","features":[190]},{"name":"MessageWebSocket","features":[190]},{"name":"MessageWebSocketControl","features":[190]},{"name":"MessageWebSocketInformation","features":[190]},{"name":"MessageWebSocketMessageReceivedEventArgs","features":[190]},{"name":"MessageWebSocketReceiveMode","features":[190]},{"name":"RoundTripTimeStatistics","features":[190]},{"name":"ServerMessageWebSocket","features":[190]},{"name":"ServerMessageWebSocketControl","features":[190]},{"name":"ServerMessageWebSocketInformation","features":[190]},{"name":"ServerStreamWebSocket","features":[190]},{"name":"ServerStreamWebSocketInformation","features":[190]},{"name":"SocketActivityConnectedStandbyAction","features":[190]},{"name":"SocketActivityContext","features":[190]},{"name":"SocketActivityInformation","features":[190]},{"name":"SocketActivityKind","features":[190]},{"name":"SocketActivityTriggerDetails","features":[190]},{"name":"SocketActivityTriggerReason","features":[190]},{"name":"SocketError","features":[190]},{"name":"SocketErrorStatus","features":[190]},{"name":"SocketMessageType","features":[190]},{"name":"SocketProtectionLevel","features":[190]},{"name":"SocketQualityOfService","features":[190]},{"name":"SocketSslErrorSeverity","features":[190]},{"name":"StreamSocket","features":[190]},{"name":"StreamSocketControl","features":[190]},{"name":"StreamSocketInformation","features":[190]},{"name":"StreamSocketListener","features":[190]},{"name":"StreamSocketListenerConnectionReceivedEventArgs","features":[190]},{"name":"StreamSocketListenerControl","features":[190]},{"name":"StreamSocketListenerInformation","features":[190]},{"name":"StreamWebSocket","features":[190]},{"name":"StreamWebSocketControl","features":[190]},{"name":"StreamWebSocketInformation","features":[190]},{"name":"WebSocketClosedEventArgs","features":[190]},{"name":"WebSocketError","features":[190]},{"name":"WebSocketKeepAlive","features":[8,190]},{"name":"WebSocketServerCustomValidationRequestedEventArgs","features":[190]}],"199":[{"name":"IVpnAppId","features":[191]},{"name":"IVpnAppIdFactory","features":[191]},{"name":"IVpnChannel","features":[191]},{"name":"IVpnChannel2","features":[191]},{"name":"IVpnChannel4","features":[191]},{"name":"IVpnChannel5","features":[191]},{"name":"IVpnChannel6","features":[191]},{"name":"IVpnChannelActivityEventArgs","features":[191]},{"name":"IVpnChannelActivityStateChangedArgs","features":[191]},{"name":"IVpnChannelConfiguration","features":[191]},{"name":"IVpnChannelConfiguration2","features":[191]},{"name":"IVpnChannelStatics","features":[191]},{"name":"IVpnCredential","features":[191]},{"name":"IVpnCustomCheckBox","features":[191]},{"name":"IVpnCustomComboBox","features":[191]},{"name":"IVpnCustomEditBox","features":[191]},{"name":"IVpnCustomErrorBox","features":[191]},{"name":"IVpnCustomPrompt","features":[191]},{"name":"IVpnCustomPromptBooleanInput","features":[191]},{"name":"IVpnCustomPromptElement","features":[191]},{"name":"IVpnCustomPromptOptionSelector","features":[191]},{"name":"IVpnCustomPromptText","features":[191]},{"name":"IVpnCustomPromptTextInput","features":[191]},{"name":"IVpnCustomTextBox","features":[191]},{"name":"IVpnDomainNameAssignment","features":[191]},{"name":"IVpnDomainNameInfo","features":[191]},{"name":"IVpnDomainNameInfo2","features":[191]},{"name":"IVpnDomainNameInfoFactory","features":[191]},{"name":"IVpnForegroundActivatedEventArgs","features":[191]},{"name":"IVpnForegroundActivationOperation","features":[191]},{"name":"IVpnInterfaceId","features":[191]},{"name":"IVpnInterfaceIdFactory","features":[191]},{"name":"IVpnManagementAgent","features":[191]},{"name":"IVpnNamespaceAssignment","features":[191]},{"name":"IVpnNamespaceInfo","features":[191]},{"name":"IVpnNamespaceInfoFactory","features":[191]},{"name":"IVpnNativeProfile","features":[191]},{"name":"IVpnNativeProfile2","features":[191]},{"name":"IVpnPacketBuffer","features":[191]},{"name":"IVpnPacketBuffer2","features":[191]},{"name":"IVpnPacketBuffer3","features":[191]},{"name":"IVpnPacketBufferFactory","features":[191]},{"name":"IVpnPacketBufferList","features":[191]},{"name":"IVpnPacketBufferList2","features":[191]},{"name":"IVpnPickedCredential","features":[191]},{"name":"IVpnPlugIn","features":[191]},{"name":"IVpnPlugInProfile","features":[191]},{"name":"IVpnPlugInProfile2","features":[191]},{"name":"IVpnPlugInReconnectTransport","features":[191]},{"name":"IVpnProfile","features":[191]},{"name":"IVpnRoute","features":[191]},{"name":"IVpnRouteAssignment","features":[191]},{"name":"IVpnRouteFactory","features":[191]},{"name":"IVpnSystemHealth","features":[191]},{"name":"IVpnTrafficFilter","features":[191]},{"name":"IVpnTrafficFilterAssignment","features":[191]},{"name":"IVpnTrafficFilterFactory","features":[191]},{"name":"VpnAppId","features":[191]},{"name":"VpnAppIdType","features":[191]},{"name":"VpnAuthenticationMethod","features":[191]},{"name":"VpnChannel","features":[191]},{"name":"VpnChannelActivityEventArgs","features":[191]},{"name":"VpnChannelActivityEventType","features":[191]},{"name":"VpnChannelActivityStateChangedArgs","features":[191]},{"name":"VpnChannelConfiguration","features":[191]},{"name":"VpnChannelRequestCredentialsOptions","features":[191]},{"name":"VpnCredential","features":[191]},{"name":"VpnCredentialType","features":[191]},{"name":"VpnCustomCheckBox","features":[191]},{"name":"VpnCustomComboBox","features":[191]},{"name":"VpnCustomEditBox","features":[191]},{"name":"VpnCustomErrorBox","features":[191]},{"name":"VpnCustomPromptBooleanInput","features":[191]},{"name":"VpnCustomPromptOptionSelector","features":[191]},{"name":"VpnCustomPromptText","features":[191]},{"name":"VpnCustomPromptTextInput","features":[191]},{"name":"VpnCustomTextBox","features":[191]},{"name":"VpnDataPathType","features":[191]},{"name":"VpnDomainNameAssignment","features":[191]},{"name":"VpnDomainNameInfo","features":[191]},{"name":"VpnDomainNameType","features":[191]},{"name":"VpnForegroundActivatedEventArgs","features":[191]},{"name":"VpnForegroundActivationOperation","features":[191]},{"name":"VpnIPProtocol","features":[191]},{"name":"VpnInterfaceId","features":[191]},{"name":"VpnManagementAgent","features":[191]},{"name":"VpnManagementConnectionStatus","features":[191]},{"name":"VpnManagementErrorStatus","features":[191]},{"name":"VpnNamespaceAssignment","features":[191]},{"name":"VpnNamespaceInfo","features":[191]},{"name":"VpnNativeProfile","features":[191]},{"name":"VpnNativeProtocolType","features":[191]},{"name":"VpnPacketBuffer","features":[191]},{"name":"VpnPacketBufferList","features":[191]},{"name":"VpnPacketBufferStatus","features":[191]},{"name":"VpnPickedCredential","features":[191]},{"name":"VpnPlugInProfile","features":[191]},{"name":"VpnRoute","features":[191]},{"name":"VpnRouteAssignment","features":[191]},{"name":"VpnRoutingPolicyType","features":[191]},{"name":"VpnSystemHealth","features":[191]},{"name":"VpnTrafficFilter","features":[191]},{"name":"VpnTrafficFilterAssignment","features":[191]}],"200":[{"name":"IXboxLiveDeviceAddress","features":[192]},{"name":"IXboxLiveDeviceAddressStatics","features":[192]},{"name":"IXboxLiveEndpointPair","features":[192]},{"name":"IXboxLiveEndpointPairCreationResult","features":[192]},{"name":"IXboxLiveEndpointPairStateChangedEventArgs","features":[192]},{"name":"IXboxLiveEndpointPairStatics","features":[192]},{"name":"IXboxLiveEndpointPairTemplate","features":[192]},{"name":"IXboxLiveEndpointPairTemplateStatics","features":[192]},{"name":"IXboxLiveInboundEndpointPairCreatedEventArgs","features":[192]},{"name":"IXboxLiveQualityOfServiceMeasurement","features":[192]},{"name":"IXboxLiveQualityOfServiceMeasurementStatics","features":[192]},{"name":"IXboxLiveQualityOfServiceMetricResult","features":[192]},{"name":"IXboxLiveQualityOfServicePrivatePayloadResult","features":[192]},{"name":"XboxLiveDeviceAddress","features":[192]},{"name":"XboxLiveEndpointPair","features":[192]},{"name":"XboxLiveEndpointPairCreationBehaviors","features":[192]},{"name":"XboxLiveEndpointPairCreationResult","features":[192]},{"name":"XboxLiveEndpointPairCreationStatus","features":[192]},{"name":"XboxLiveEndpointPairState","features":[192]},{"name":"XboxLiveEndpointPairStateChangedEventArgs","features":[192]},{"name":"XboxLiveEndpointPairTemplate","features":[192]},{"name":"XboxLiveInboundEndpointPairCreatedEventArgs","features":[192]},{"name":"XboxLiveNetworkAccessKind","features":[192]},{"name":"XboxLiveQualityOfServiceMeasurement","features":[192]},{"name":"XboxLiveQualityOfServiceMeasurementStatus","features":[192]},{"name":"XboxLiveQualityOfServiceMetric","features":[192]},{"name":"XboxLiveQualityOfServiceMetricResult","features":[192]},{"name":"XboxLiveQualityOfServicePrivatePayloadResult","features":[192]},{"name":"XboxLiveSecureSocketsContract","features":[192]},{"name":"XboxLiveSocketKind","features":[192]}],"201":[{"name":"IPerceptionTimestamp","features":[193]},{"name":"IPerceptionTimestamp2","features":[193]},{"name":"IPerceptionTimestampHelperStatics","features":[193]},{"name":"IPerceptionTimestampHelperStatics2","features":[193]},{"name":"PerceptionTimestamp","features":[193]},{"name":"PerceptionTimestampHelper","features":[193]}],"202":[{"name":"CorePerceptionAutomation","features":[194]},{"name":"ICorePerceptionAutomationStatics","features":[194]},{"name":"PerceptionAutomationCoreContract","features":[194]}],"203":[{"name":"EyesPose","features":[195]},{"name":"HandJointKind","features":[195]},{"name":"HandMeshObserver","features":[195]},{"name":"HandMeshVertex","features":[69,195]},{"name":"HandMeshVertexState","features":[195]},{"name":"HandPose","features":[195]},{"name":"HeadPose","features":[195]},{"name":"IEyesPose","features":[195]},{"name":"IEyesPoseStatics","features":[195]},{"name":"IHandMeshObserver","features":[195]},{"name":"IHandMeshVertexState","features":[195]},{"name":"IHandPose","features":[195]},{"name":"IHeadPose","features":[195]},{"name":"JointPose","features":[69,195]},{"name":"JointPoseAccuracy","features":[195]}],"204":[{"name":"ISpatialAnchor","features":[196]},{"name":"ISpatialAnchor2","features":[196]},{"name":"ISpatialAnchorExportSufficiency","features":[196]},{"name":"ISpatialAnchorExporter","features":[196]},{"name":"ISpatialAnchorExporterStatics","features":[196]},{"name":"ISpatialAnchorManagerStatics","features":[196]},{"name":"ISpatialAnchorRawCoordinateSystemAdjustedEventArgs","features":[196]},{"name":"ISpatialAnchorStatics","features":[196]},{"name":"ISpatialAnchorStore","features":[196]},{"name":"ISpatialAnchorTransferManagerStatics","features":[196]},{"name":"ISpatialBoundingVolume","features":[196]},{"name":"ISpatialBoundingVolumeStatics","features":[196]},{"name":"ISpatialCoordinateSystem","features":[196]},{"name":"ISpatialEntity","features":[196]},{"name":"ISpatialEntityAddedEventArgs","features":[196]},{"name":"ISpatialEntityFactory","features":[196]},{"name":"ISpatialEntityRemovedEventArgs","features":[196]},{"name":"ISpatialEntityStore","features":[196]},{"name":"ISpatialEntityStoreStatics","features":[196]},{"name":"ISpatialEntityUpdatedEventArgs","features":[196]},{"name":"ISpatialEntityWatcher","features":[196]},{"name":"ISpatialLocation","features":[196]},{"name":"ISpatialLocation2","features":[196]},{"name":"ISpatialLocator","features":[196]},{"name":"ISpatialLocatorAttachedFrameOfReference","features":[196]},{"name":"ISpatialLocatorPositionalTrackingDeactivatingEventArgs","features":[196]},{"name":"ISpatialLocatorStatics","features":[196]},{"name":"ISpatialStageFrameOfReference","features":[196]},{"name":"ISpatialStageFrameOfReferenceStatics","features":[196]},{"name":"ISpatialStationaryFrameOfReference","features":[196]},{"name":"SpatialAnchor","features":[196]},{"name":"SpatialAnchorExportPurpose","features":[196]},{"name":"SpatialAnchorExportSufficiency","features":[196]},{"name":"SpatialAnchorExporter","features":[196]},{"name":"SpatialAnchorManager","features":[196]},{"name":"SpatialAnchorRawCoordinateSystemAdjustedEventArgs","features":[196]},{"name":"SpatialAnchorStore","features":[196]},{"name":"SpatialAnchorTransferManager","features":[196]},{"name":"SpatialBoundingBox","features":[69,196]},{"name":"SpatialBoundingFrustum","features":[69,196]},{"name":"SpatialBoundingOrientedBox","features":[69,196]},{"name":"SpatialBoundingSphere","features":[69,196]},{"name":"SpatialBoundingVolume","features":[196]},{"name":"SpatialCoordinateSystem","features":[196]},{"name":"SpatialEntity","features":[196]},{"name":"SpatialEntityAddedEventArgs","features":[196]},{"name":"SpatialEntityRemovedEventArgs","features":[196]},{"name":"SpatialEntityStore","features":[196]},{"name":"SpatialEntityUpdatedEventArgs","features":[196]},{"name":"SpatialEntityWatcher","features":[196]},{"name":"SpatialEntityWatcherStatus","features":[196]},{"name":"SpatialLocatability","features":[196]},{"name":"SpatialLocation","features":[196]},{"name":"SpatialLocator","features":[196]},{"name":"SpatialLocatorAttachedFrameOfReference","features":[196]},{"name":"SpatialLocatorPositionalTrackingDeactivatingEventArgs","features":[196]},{"name":"SpatialLookDirectionRange","features":[196]},{"name":"SpatialMovementRange","features":[196]},{"name":"SpatialPerceptionAccessStatus","features":[196]},{"name":"SpatialRay","features":[69,196]},{"name":"SpatialStageFrameOfReference","features":[196]},{"name":"SpatialStationaryFrameOfReference","features":[196]}],"205":[{"name":"ISpatialGraphInteropFrameOfReferencePreview","features":[197]},{"name":"ISpatialGraphInteropPreviewStatics","features":[197]},{"name":"ISpatialGraphInteropPreviewStatics2","features":[197]},{"name":"SpatialGraphInteropFrameOfReferencePreview","features":[197]},{"name":"SpatialGraphInteropPreview","features":[197]}],"206":[{"name":"ISpatialSurfaceInfo","features":[198]},{"name":"ISpatialSurfaceMesh","features":[198]},{"name":"ISpatialSurfaceMeshBuffer","features":[198]},{"name":"ISpatialSurfaceMeshOptions","features":[198]},{"name":"ISpatialSurfaceMeshOptionsStatics","features":[198]},{"name":"ISpatialSurfaceObserver","features":[198]},{"name":"ISpatialSurfaceObserverStatics","features":[198]},{"name":"ISpatialSurfaceObserverStatics2","features":[198]},{"name":"SpatialSurfaceInfo","features":[198]},{"name":"SpatialSurfaceMesh","features":[198]},{"name":"SpatialSurfaceMeshBuffer","features":[198]},{"name":"SpatialSurfaceMeshOptions","features":[198]},{"name":"SpatialSurfaceObserver","features":[198]}],"207":[{"name":"PhoneContract","features":[199]}],"208":[{"name":"ApplicationProfile","features":[200]},{"name":"ApplicationProfileModes","features":[200]},{"name":"IApplicationProfileStatics","features":[200]}],"209":[{"name":"IVibrationDevice","features":[201]},{"name":"IVibrationDeviceStatics","features":[201]},{"name":"VibrationDevice","features":[201]}],"210":[{"name":"Battery","features":[202]},{"name":"IBattery","features":[202]},{"name":"IBatteryStatics","features":[202]}],"211":[{"name":"Enterprise","features":[203]},{"name":"EnterpriseEnrollmentManager","features":[203]},{"name":"EnterpriseEnrollmentResult","features":[203]},{"name":"EnterpriseEnrollmentStatus","features":[203]},{"name":"EnterpriseStatus","features":[203]},{"name":"IEnterprise","features":[203]},{"name":"IEnterpriseEnrollmentManager","features":[203]},{"name":"IEnterpriseEnrollmentResult","features":[203]},{"name":"IInstallationManagerStatics","features":[203]},{"name":"IInstallationManagerStatics2","features":[203]},{"name":"IPackageInstallResult","features":[203]},{"name":"IPackageInstallResult2","features":[203]},{"name":"InstallationManager","features":[203]},{"name":"PackageInstallResult","features":[203]}],"212":[{"name":"AudioRoutingEndpoint","features":[204]},{"name":"AudioRoutingManager","features":[204]},{"name":"AvailableAudioRoutingEndpoints","features":[204]},{"name":"IAudioRoutingManager","features":[204]},{"name":"IAudioRoutingManagerStatics","features":[204]}],"213":[{"name":"AccessoryManager","features":[205]},{"name":"AccessoryNotificationType","features":[205]},{"name":"AlarmNotificationTriggerDetails","features":[205]},{"name":"AppNotificationInfo","features":[205]},{"name":"BinaryId","features":[205]},{"name":"CalendarChangedEvent","features":[205]},{"name":"CalendarChangedNotificationTriggerDetails","features":[205]},{"name":"CortanaTileNotificationTriggerDetails","features":[205]},{"name":"EmailAccountInfo","features":[205]},{"name":"EmailFolderInfo","features":[205]},{"name":"EmailNotificationTriggerDetails","features":[205]},{"name":"EmailReadNotificationTriggerDetails","features":[205]},{"name":"IAccessoryManager","features":[205]},{"name":"IAccessoryManager2","features":[205]},{"name":"IAccessoryManager3","features":[205]},{"name":"IAccessoryNotificationTriggerDetails","features":[205]},{"name":"IAlarmNotificationTriggerDetails","features":[205]},{"name":"IAlarmNotificationTriggerDetails2","features":[205]},{"name":"IAppNotificationInfo","features":[205]},{"name":"IBinaryId","features":[205]},{"name":"ICalendarChangedNotificationTriggerDetails","features":[205]},{"name":"ICortanaTileNotificationTriggerDetails","features":[205]},{"name":"IEmailAccountInfo","features":[205]},{"name":"IEmailFolderInfo","features":[205]},{"name":"IEmailNotificationTriggerDetails","features":[205]},{"name":"IEmailNotificationTriggerDetails2","features":[205]},{"name":"IEmailReadNotificationTriggerDetails","features":[205]},{"name":"IMediaControlsTriggerDetails","features":[205]},{"name":"IMediaMetadata","features":[205]},{"name":"IPhoneCallDetails","features":[205]},{"name":"IPhoneLineDetails","features":[205]},{"name":"IPhoneLineDetails2","features":[205]},{"name":"IPhoneNotificationTriggerDetails","features":[205]},{"name":"IReminderNotificationTriggerDetails","features":[205]},{"name":"IReminderNotificationTriggerDetails2","features":[205]},{"name":"ISpeedDialEntry","features":[205]},{"name":"ITextResponse","features":[205]},{"name":"IToastNotificationTriggerDetails","features":[205]},{"name":"IToastNotificationTriggerDetails2","features":[205]},{"name":"IVolumeInfo","features":[205]},{"name":"MediaControlsTriggerDetails","features":[205]},{"name":"MediaMetadata","features":[205]},{"name":"PhoneCallAudioEndpoint","features":[205]},{"name":"PhoneCallDetails","features":[205]},{"name":"PhoneCallDirection","features":[205]},{"name":"PhoneCallState","features":[205]},{"name":"PhoneCallTransport","features":[205]},{"name":"PhoneLineDetails","features":[205]},{"name":"PhoneLineRegistrationState","features":[205]},{"name":"PhoneMediaType","features":[205]},{"name":"PhoneNotificationTriggerDetails","features":[205]},{"name":"PhoneNotificationType","features":[205]},{"name":"PlaybackCapability","features":[205]},{"name":"PlaybackCommand","features":[205]},{"name":"PlaybackStatus","features":[205]},{"name":"ReminderNotificationTriggerDetails","features":[205]},{"name":"ReminderState","features":[205]},{"name":"SpeedDialEntry","features":[205]},{"name":"TextResponse","features":[205]},{"name":"ToastNotificationTriggerDetails","features":[205]},{"name":"VibrateState","features":[205]},{"name":"VolumeInfo","features":[205]}],"214":[{"name":"ContactAddress","features":[206]},{"name":"ContactChangeRecord","features":[206]},{"name":"ContactChangeType","features":[206]},{"name":"ContactInformation","features":[206]},{"name":"ContactQueryOptions","features":[206]},{"name":"ContactQueryResult","features":[206]},{"name":"ContactQueryResultOrdering","features":[206]},{"name":"ContactStore","features":[206]},{"name":"ContactStoreApplicationAccessMode","features":[206]},{"name":"ContactStoreSystemAccessMode","features":[206]},{"name":"IContactAddress","features":[206]},{"name":"IContactChangeRecord","features":[206]},{"name":"IContactInformation","features":[206]},{"name":"IContactInformation2","features":[206]},{"name":"IContactInformationStatics","features":[206]},{"name":"IContactQueryOptions","features":[206]},{"name":"IContactQueryResult","features":[206]},{"name":"IContactStore","features":[206]},{"name":"IContactStore2","features":[206]},{"name":"IContactStoreStatics","features":[206]},{"name":"IKnownContactPropertiesStatics","features":[206]},{"name":"IStoredContact","features":[206]},{"name":"IStoredContactFactory","features":[206]},{"name":"KnownContactProperties","features":[206]},{"name":"StoredContact","features":[206]},{"name":"VCardFormat","features":[206]}],"215":[{"name":"ContactPartnerProvisioningManager","features":[207]},{"name":"IContactPartnerProvisioningManagerStatics","features":[207]},{"name":"IContactPartnerProvisioningManagerStatics2","features":[207]},{"name":"IMessagePartnerProvisioningManagerStatics","features":[207]},{"name":"MessagePartnerProvisioningManager","features":[207]}],"216":[{"name":"SpeechRecognitionUIStatus","features":[208]}],"217":[{"name":"DualSimTile","features":[209]},{"name":"DualSimTileContract","features":[209]},{"name":"IDualSimTile","features":[209]},{"name":"IDualSimTileStatics","features":[209]},{"name":"IToastNotificationManagerStatics3","features":[209]}],"218":[{"name":"ISystemProtectionStatics","features":[210]},{"name":"ISystemProtectionUnlockStatics","features":[210]},{"name":"SystemProtection","features":[210]}],"219":[{"name":"IPowerManagerStatics","features":[211]},{"name":"IPowerManagerStatics2","features":[211]},{"name":"PowerManager","features":[211]},{"name":"PowerSavingMode","features":[211]}],"220":[{"name":"IRetailModeStatics","features":[212]},{"name":"RetailMode","features":[212]}],"221":[{"name":"GameService","features":[213]},{"name":"GameServiceGameOutcome","features":[213]},{"name":"GameServicePropertyCollection","features":[213]},{"name":"GameServiceScoreKind","features":[213]},{"name":"IGameService","features":[213]},{"name":"IGameService2","features":[213]},{"name":"IGameServicePropertyCollection","features":[213]}],"222":[{"name":"BackPressedEventArgs","features":[214]},{"name":"CameraEventArgs","features":[214]},{"name":"HardwareButtons","features":[214]},{"name":"IBackPressedEventArgs","features":[214]},{"name":"ICameraEventArgs","features":[214]},{"name":"IHardwareButtonsStatics","features":[214]},{"name":"IHardwareButtonsStatics2","features":[214]}],"223":[{"name":"EnterpriseKeyCredentialRegistrationInfo","features":[215]},{"name":"EnterpriseKeyCredentialRegistrationManager","features":[215]},{"name":"IEnterpriseKeyCredentialRegistrationInfo","features":[215]},{"name":"IEnterpriseKeyCredentialRegistrationManager","features":[215]},{"name":"IEnterpriseKeyCredentialRegistrationManagerStatics","features":[215]}],"224":[{"name":"IMicrosoftAccountMultiFactorAuthenticationManager","features":[216]},{"name":"IMicrosoftAccountMultiFactorAuthenticatorStatics","features":[216]},{"name":"IMicrosoftAccountMultiFactorGetSessionsResult","features":[216]},{"name":"IMicrosoftAccountMultiFactorOneTimeCodedInfo","features":[216]},{"name":"IMicrosoftAccountMultiFactorSessionInfo","features":[216]},{"name":"IMicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo","features":[216]},{"name":"MicrosoftAccountMultiFactorAuthenticationManager","features":[216]},{"name":"MicrosoftAccountMultiFactorAuthenticationType","features":[216]},{"name":"MicrosoftAccountMultiFactorGetSessionsResult","features":[216]},{"name":"MicrosoftAccountMultiFactorOneTimeCodedInfo","features":[216]},{"name":"MicrosoftAccountMultiFactorServiceResponse","features":[216]},{"name":"MicrosoftAccountMultiFactorSessionApprovalStatus","features":[216]},{"name":"MicrosoftAccountMultiFactorSessionAuthenticationStatus","features":[216]},{"name":"MicrosoftAccountMultiFactorSessionInfo","features":[216]},{"name":"MicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo","features":[216]}],"226":[{"name":"CredentialPromptType","features":[217]},{"name":"IOnlineIdAuthenticator","features":[217]},{"name":"IOnlineIdServiceTicket","features":[217]},{"name":"IOnlineIdServiceTicketRequest","features":[217]},{"name":"IOnlineIdServiceTicketRequestFactory","features":[217]},{"name":"IOnlineIdSystemAuthenticatorForUser","features":[217]},{"name":"IOnlineIdSystemAuthenticatorStatics","features":[217]},{"name":"IOnlineIdSystemIdentity","features":[217]},{"name":"IOnlineIdSystemTicketResult","features":[217]},{"name":"IUserIdentity","features":[217]},{"name":"OnlineIdAuthenticator","features":[217]},{"name":"OnlineIdServiceTicket","features":[217]},{"name":"OnlineIdServiceTicketRequest","features":[217]},{"name":"OnlineIdSystemAuthenticator","features":[217]},{"name":"OnlineIdSystemAuthenticatorForUser","features":[217]},{"name":"OnlineIdSystemIdentity","features":[217]},{"name":"OnlineIdSystemTicketResult","features":[217]},{"name":"OnlineIdSystemTicketStatus","features":[217]},{"name":"SignOutUserOperation","features":[77,217]},{"name":"UserAuthenticationOperation","features":[77,217]},{"name":"UserIdentity","features":[217]}],"227":[{"name":"IWebAuthenticationBrokerStatics","features":[218]},{"name":"IWebAuthenticationBrokerStatics2","features":[218]},{"name":"IWebAuthenticationResult","features":[218]},{"name":"TokenBindingKeyType","features":[218]},{"name":"WebAuthenticationBroker","features":[218]},{"name":"WebAuthenticationOptions","features":[218]},{"name":"WebAuthenticationResult","features":[218]},{"name":"WebAuthenticationStatus","features":[218]}],"228":[{"name":"FindAllAccountsResult","features":[219]},{"name":"FindAllWebAccountsStatus","features":[219]},{"name":"IFindAllAccountsResult","features":[219]},{"name":"IWebAccountEventArgs","features":[219]},{"name":"IWebAccountMonitor","features":[219]},{"name":"IWebAccountMonitor2","features":[219]},{"name":"IWebAuthenticationAddAccountResponse","features":[219]},{"name":"IWebAuthenticationAddAccountResponseFactory","features":[219]},{"name":"IWebAuthenticationAddAccountResult","features":[219]},{"name":"IWebAuthenticationCoreManagerStatics","features":[219]},{"name":"IWebAuthenticationCoreManagerStatics2","features":[219]},{"name":"IWebAuthenticationCoreManagerStatics3","features":[219]},{"name":"IWebAuthenticationCoreManagerStatics4","features":[219]},{"name":"IWebAuthenticationCoreManagerStatics5","features":[219]},{"name":"IWebAuthenticationTransferTokenRequest","features":[219]},{"name":"IWebAuthenticationTransferTokenRequestFactory","features":[219]},{"name":"IWebProviderError","features":[219]},{"name":"IWebProviderErrorFactory","features":[219]},{"name":"IWebTokenRequest","features":[219]},{"name":"IWebTokenRequest2","features":[219]},{"name":"IWebTokenRequest3","features":[219]},{"name":"IWebTokenRequestFactory","features":[219]},{"name":"IWebTokenRequestResult","features":[219]},{"name":"IWebTokenResponse","features":[219]},{"name":"IWebTokenResponseFactory","features":[219]},{"name":"WebAccountEventArgs","features":[219]},{"name":"WebAccountMonitor","features":[219]},{"name":"WebAuthenticationAddAccountResponse","features":[219]},{"name":"WebAuthenticationAddAccountResult","features":[219]},{"name":"WebAuthenticationAddAccountStatus","features":[219]},{"name":"WebAuthenticationCoreManager","features":[219]},{"name":"WebAuthenticationTransferTokenRequest","features":[219]},{"name":"WebProviderError","features":[219]},{"name":"WebTokenRequest","features":[219]},{"name":"WebTokenRequestPromptType","features":[219]},{"name":"WebTokenRequestResult","features":[219]},{"name":"WebTokenRequestStatus","features":[219]},{"name":"WebTokenResponse","features":[219]}],"229":[{"name":"IWebAccountClientView","features":[220]},{"name":"IWebAccountClientViewFactory","features":[220]},{"name":"IWebAccountManagerStatics","features":[220]},{"name":"IWebAccountManagerStatics2","features":[220]},{"name":"IWebAccountManagerStatics3","features":[220]},{"name":"IWebAccountManagerStatics4","features":[220]},{"name":"IWebAccountMapManagerStatics","features":[220]},{"name":"IWebAccountProviderAddAccountOperation","features":[220]},{"name":"IWebAccountProviderBaseReportOperation","features":[220]},{"name":"IWebAccountProviderDeleteAccountOperation","features":[220]},{"name":"IWebAccountProviderManageAccountOperation","features":[220]},{"name":"IWebAccountProviderOperation","features":[220]},{"name":"IWebAccountProviderRetrieveCookiesOperation","features":[220]},{"name":"IWebAccountProviderSignOutAccountOperation","features":[220]},{"name":"IWebAccountProviderSilentReportOperation","features":[220]},{"name":"IWebAccountProviderTokenObjects","features":[220]},{"name":"IWebAccountProviderTokenObjects2","features":[220]},{"name":"IWebAccountProviderTokenOperation","features":[220]},{"name":"IWebAccountProviderUIReportOperation","features":[220]},{"name":"IWebAccountScopeManagerStatics","features":[220]},{"name":"IWebProviderTokenRequest","features":[220]},{"name":"IWebProviderTokenRequest2","features":[220]},{"name":"IWebProviderTokenRequest3","features":[220]},{"name":"IWebProviderTokenResponse","features":[220]},{"name":"IWebProviderTokenResponseFactory","features":[220]},{"name":"WebAccountClientView","features":[220]},{"name":"WebAccountClientViewType","features":[220]},{"name":"WebAccountManager","features":[220]},{"name":"WebAccountProviderAddAccountOperation","features":[220]},{"name":"WebAccountProviderDeleteAccountOperation","features":[220]},{"name":"WebAccountProviderGetTokenSilentOperation","features":[220]},{"name":"WebAccountProviderManageAccountOperation","features":[220]},{"name":"WebAccountProviderOperationKind","features":[220]},{"name":"WebAccountProviderRequestTokenOperation","features":[220]},{"name":"WebAccountProviderRetrieveCookiesOperation","features":[220]},{"name":"WebAccountProviderSignOutAccountOperation","features":[220]},{"name":"WebAccountProviderTriggerDetails","features":[220]},{"name":"WebAccountScope","features":[220]},{"name":"WebAccountSelectionOptions","features":[220]},{"name":"WebProviderTokenRequest","features":[220]},{"name":"WebProviderTokenResponse","features":[220]}],"230":[{"name":"AppCapability","features":[221]},{"name":"AppCapabilityAccessChangedEventArgs","features":[221]},{"name":"AppCapabilityAccessStatus","features":[221]},{"name":"IAppCapability","features":[221]},{"name":"IAppCapability2","features":[221]},{"name":"IAppCapabilityAccessChangedEventArgs","features":[221]},{"name":"IAppCapabilityStatics","features":[221]}],"231":[{"name":"ICredentialFactory","features":[222]},{"name":"IKeyCredential","features":[222]},{"name":"IKeyCredentialAttestationResult","features":[222]},{"name":"IKeyCredentialManagerStatics","features":[222]},{"name":"IKeyCredentialOperationResult","features":[222]},{"name":"IKeyCredentialRetrievalResult","features":[222]},{"name":"IPasswordCredential","features":[222]},{"name":"IPasswordVault","features":[222]},{"name":"IWebAccount","features":[222]},{"name":"IWebAccount2","features":[222]},{"name":"IWebAccountFactory","features":[222]},{"name":"IWebAccountProvider","features":[222]},{"name":"IWebAccountProvider2","features":[222]},{"name":"IWebAccountProvider3","features":[222]},{"name":"IWebAccountProvider4","features":[222]},{"name":"IWebAccountProviderFactory","features":[222]},{"name":"KeyCredential","features":[222]},{"name":"KeyCredentialAttestationResult","features":[222]},{"name":"KeyCredentialAttestationStatus","features":[222]},{"name":"KeyCredentialCreationOption","features":[222]},{"name":"KeyCredentialManager","features":[222]},{"name":"KeyCredentialOperationResult","features":[222]},{"name":"KeyCredentialRetrievalResult","features":[222]},{"name":"KeyCredentialStatus","features":[222]},{"name":"PasswordCredential","features":[222]},{"name":"PasswordCredentialPropertyStore","features":[37,222]},{"name":"PasswordVault","features":[222]},{"name":"WebAccount","features":[222]},{"name":"WebAccountPictureSize","features":[222]},{"name":"WebAccountProvider","features":[222]},{"name":"WebAccountState","features":[222]}],"232":[{"name":"AuthenticationProtocol","features":[223]},{"name":"CredentialPicker","features":[223]},{"name":"CredentialPickerOptions","features":[223]},{"name":"CredentialPickerResults","features":[223]},{"name":"CredentialSaveOption","features":[223]},{"name":"ICredentialPickerOptions","features":[223]},{"name":"ICredentialPickerResults","features":[223]},{"name":"ICredentialPickerStatics","features":[223]},{"name":"IUserConsentVerifierStatics","features":[223]},{"name":"UserConsentVerificationResult","features":[223]},{"name":"UserConsentVerifier","features":[223]},{"name":"UserConsentVerifierAvailability","features":[223]}],"233":[{"name":"BinaryStringEncoding","features":[224]},{"name":"CryptographicBuffer","features":[224]},{"name":"ICryptographicBufferStatics","features":[224]}],"234":[{"name":"Certificate","features":[225]},{"name":"CertificateChain","features":[225]},{"name":"CertificateChainPolicy","features":[225]},{"name":"CertificateEnrollmentManager","features":[225]},{"name":"CertificateExtension","features":[225]},{"name":"CertificateKeyUsages","features":[225]},{"name":"CertificateQuery","features":[225]},{"name":"CertificateRequestProperties","features":[225]},{"name":"CertificateStore","features":[225]},{"name":"CertificateStores","features":[225]},{"name":"ChainBuildingParameters","features":[225]},{"name":"ChainValidationParameters","features":[225]},{"name":"ChainValidationResult","features":[225]},{"name":"CmsAttachedSignature","features":[225]},{"name":"CmsDetachedSignature","features":[225]},{"name":"CmsSignerInfo","features":[225]},{"name":"CmsTimestampInfo","features":[225]},{"name":"EnrollKeyUsages","features":[225]},{"name":"ExportOption","features":[225]},{"name":"ICertificate","features":[225]},{"name":"ICertificate2","features":[225]},{"name":"ICertificate3","features":[225]},{"name":"ICertificateChain","features":[225]},{"name":"ICertificateEnrollmentManagerStatics","features":[225]},{"name":"ICertificateEnrollmentManagerStatics2","features":[225]},{"name":"ICertificateEnrollmentManagerStatics3","features":[225]},{"name":"ICertificateExtension","features":[225]},{"name":"ICertificateFactory","features":[225]},{"name":"ICertificateKeyUsages","features":[225]},{"name":"ICertificateQuery","features":[225]},{"name":"ICertificateQuery2","features":[225]},{"name":"ICertificateRequestProperties","features":[225]},{"name":"ICertificateRequestProperties2","features":[225]},{"name":"ICertificateRequestProperties3","features":[225]},{"name":"ICertificateRequestProperties4","features":[225]},{"name":"ICertificateStore","features":[225]},{"name":"ICertificateStore2","features":[225]},{"name":"ICertificateStoresStatics","features":[225]},{"name":"ICertificateStoresStatics2","features":[225]},{"name":"IChainBuildingParameters","features":[225]},{"name":"IChainValidationParameters","features":[225]},{"name":"ICmsAttachedSignature","features":[225]},{"name":"ICmsAttachedSignatureFactory","features":[225]},{"name":"ICmsAttachedSignatureStatics","features":[225]},{"name":"ICmsDetachedSignature","features":[225]},{"name":"ICmsDetachedSignatureFactory","features":[225]},{"name":"ICmsDetachedSignatureStatics","features":[225]},{"name":"ICmsSignerInfo","features":[225]},{"name":"ICmsTimestampInfo","features":[225]},{"name":"IKeyAlgorithmNamesStatics","features":[225]},{"name":"IKeyAlgorithmNamesStatics2","features":[225]},{"name":"IKeyAttestationHelperStatics","features":[225]},{"name":"IKeyAttestationHelperStatics2","features":[225]},{"name":"IKeyStorageProviderNamesStatics","features":[225]},{"name":"IKeyStorageProviderNamesStatics2","features":[225]},{"name":"IPfxImportParameters","features":[225]},{"name":"IStandardCertificateStoreNamesStatics","features":[225]},{"name":"ISubjectAlternativeNameInfo","features":[225]},{"name":"ISubjectAlternativeNameInfo2","features":[225]},{"name":"IUserCertificateEnrollmentManager","features":[225]},{"name":"IUserCertificateEnrollmentManager2","features":[225]},{"name":"IUserCertificateStore","features":[225]},{"name":"InstallOptions","features":[225]},{"name":"KeyAlgorithmNames","features":[225]},{"name":"KeyAttestationHelper","features":[225]},{"name":"KeyProtectionLevel","features":[225]},{"name":"KeySize","features":[225]},{"name":"KeyStorageProviderNames","features":[225]},{"name":"PfxImportParameters","features":[225]},{"name":"SignatureValidationResult","features":[225]},{"name":"StandardCertificateStoreNames","features":[225]},{"name":"SubjectAlternativeNameInfo","features":[225]},{"name":"UserCertificateEnrollmentManager","features":[225]},{"name":"UserCertificateStore","features":[225]}],"235":[{"name":"AsymmetricAlgorithmNames","features":[226]},{"name":"AsymmetricKeyAlgorithmProvider","features":[226]},{"name":"Capi1KdfTargetAlgorithm","features":[226]},{"name":"CryptographicEngine","features":[226]},{"name":"CryptographicHash","features":[226]},{"name":"CryptographicKey","features":[226]},{"name":"CryptographicPadding","features":[226]},{"name":"CryptographicPrivateKeyBlobType","features":[226]},{"name":"CryptographicPublicKeyBlobType","features":[226]},{"name":"EccCurveNames","features":[226]},{"name":"EncryptedAndAuthenticatedData","features":[226]},{"name":"HashAlgorithmNames","features":[226]},{"name":"HashAlgorithmProvider","features":[226]},{"name":"IAsymmetricAlgorithmNamesStatics","features":[226]},{"name":"IAsymmetricAlgorithmNamesStatics2","features":[226]},{"name":"IAsymmetricKeyAlgorithmProvider","features":[226]},{"name":"IAsymmetricKeyAlgorithmProvider2","features":[226]},{"name":"IAsymmetricKeyAlgorithmProviderStatics","features":[226]},{"name":"ICryptographicEngineStatics","features":[226]},{"name":"ICryptographicEngineStatics2","features":[226]},{"name":"ICryptographicKey","features":[226]},{"name":"IEccCurveNamesStatics","features":[226]},{"name":"IEncryptedAndAuthenticatedData","features":[226]},{"name":"IHashAlgorithmNamesStatics","features":[226]},{"name":"IHashAlgorithmProvider","features":[226]},{"name":"IHashAlgorithmProviderStatics","features":[226]},{"name":"IHashComputation","features":[226]},{"name":"IKeyDerivationAlgorithmNamesStatics","features":[226]},{"name":"IKeyDerivationAlgorithmNamesStatics2","features":[226]},{"name":"IKeyDerivationAlgorithmProvider","features":[226]},{"name":"IKeyDerivationAlgorithmProviderStatics","features":[226]},{"name":"IKeyDerivationParameters","features":[226]},{"name":"IKeyDerivationParameters2","features":[226]},{"name":"IKeyDerivationParametersStatics","features":[226]},{"name":"IKeyDerivationParametersStatics2","features":[226]},{"name":"IMacAlgorithmNamesStatics","features":[226]},{"name":"IMacAlgorithmProvider","features":[226]},{"name":"IMacAlgorithmProvider2","features":[226]},{"name":"IMacAlgorithmProviderStatics","features":[226]},{"name":"IPersistedKeyProviderStatics","features":[226]},{"name":"ISymmetricAlgorithmNamesStatics","features":[226]},{"name":"ISymmetricKeyAlgorithmProvider","features":[226]},{"name":"ISymmetricKeyAlgorithmProviderStatics","features":[226]},{"name":"KeyDerivationAlgorithmNames","features":[226]},{"name":"KeyDerivationAlgorithmProvider","features":[226]},{"name":"KeyDerivationParameters","features":[226]},{"name":"MacAlgorithmNames","features":[226]},{"name":"MacAlgorithmProvider","features":[226]},{"name":"PersistedKeyProvider","features":[226]},{"name":"SymmetricAlgorithmNames","features":[226]},{"name":"SymmetricKeyAlgorithmProvider","features":[226]}],"236":[{"name":"DataProtectionProvider","features":[227]},{"name":"IDataProtectionProvider","features":[227]},{"name":"IDataProtectionProviderFactory","features":[227]}],"237":[{"name":"IUserDataAvailabilityStateChangedEventArgs","features":[228]},{"name":"IUserDataBufferUnprotectResult","features":[228]},{"name":"IUserDataProtectionManager","features":[228]},{"name":"IUserDataProtectionManagerStatics","features":[228]},{"name":"IUserDataStorageItemProtectionInfo","features":[228]},{"name":"UserDataAvailability","features":[228]},{"name":"UserDataAvailabilityStateChangedEventArgs","features":[228]},{"name":"UserDataBufferUnprotectResult","features":[228]},{"name":"UserDataBufferUnprotectStatus","features":[228]},{"name":"UserDataProtectionManager","features":[228]},{"name":"UserDataStorageItemProtectionInfo","features":[228]},{"name":"UserDataStorageItemProtectionStatus","features":[228]}],"238":[{"name":"BufferProtectUnprotectResult","features":[229]},{"name":"DataProtectionInfo","features":[229]},{"name":"DataProtectionManager","features":[229]},{"name":"DataProtectionStatus","features":[229]},{"name":"EnforcementLevel","features":[229]},{"name":"EnterpriseDataContract","features":[229]},{"name":"FileProtectionInfo","features":[229]},{"name":"FileProtectionManager","features":[229]},{"name":"FileProtectionStatus","features":[229]},{"name":"FileRevocationManager","features":[229]},{"name":"FileUnprotectOptions","features":[229]},{"name":"IBufferProtectUnprotectResult","features":[229]},{"name":"IDataProtectionInfo","features":[229]},{"name":"IDataProtectionManagerStatics","features":[229]},{"name":"IFileProtectionInfo","features":[229]},{"name":"IFileProtectionInfo2","features":[229]},{"name":"IFileProtectionManagerStatics","features":[229]},{"name":"IFileProtectionManagerStatics2","features":[229]},{"name":"IFileProtectionManagerStatics3","features":[229]},{"name":"IFileRevocationManagerStatics","features":[229]},{"name":"IFileUnprotectOptions","features":[229]},{"name":"IFileUnprotectOptionsFactory","features":[229]},{"name":"IProtectedAccessResumedEventArgs","features":[229]},{"name":"IProtectedAccessSuspendingEventArgs","features":[229]},{"name":"IProtectedContainerExportResult","features":[229]},{"name":"IProtectedContainerImportResult","features":[229]},{"name":"IProtectedContentRevokedEventArgs","features":[229]},{"name":"IProtectedFileCreateResult","features":[229]},{"name":"IProtectionPolicyAuditInfo","features":[229]},{"name":"IProtectionPolicyAuditInfoFactory","features":[229]},{"name":"IProtectionPolicyManager","features":[229]},{"name":"IProtectionPolicyManager2","features":[229]},{"name":"IProtectionPolicyManagerStatics","features":[229]},{"name":"IProtectionPolicyManagerStatics2","features":[229]},{"name":"IProtectionPolicyManagerStatics3","features":[229]},{"name":"IProtectionPolicyManagerStatics4","features":[229]},{"name":"IThreadNetworkContext","features":[229]},{"name":"ProtectedAccessResumedEventArgs","features":[229]},{"name":"ProtectedAccessSuspendingEventArgs","features":[229]},{"name":"ProtectedContainerExportResult","features":[229]},{"name":"ProtectedContainerImportResult","features":[229]},{"name":"ProtectedContentRevokedEventArgs","features":[229]},{"name":"ProtectedFileCreateResult","features":[229]},{"name":"ProtectedImportExportStatus","features":[229]},{"name":"ProtectionPolicyAuditAction","features":[229]},{"name":"ProtectionPolicyAuditInfo","features":[229]},{"name":"ProtectionPolicyEvaluationResult","features":[229]},{"name":"ProtectionPolicyManager","features":[229]},{"name":"ProtectionPolicyRequestAccessBehavior","features":[229]},{"name":"ThreadNetworkContext","features":[229]}],"239":[{"name":"EasClientDeviceInformation","features":[230]},{"name":"EasClientSecurityPolicy","features":[230]},{"name":"EasComplianceResults","features":[230]},{"name":"EasContract","features":[230]},{"name":"EasDisallowConvenienceLogonResult","features":[230]},{"name":"EasEncryptionProviderType","features":[230]},{"name":"EasMaxInactivityTimeLockResult","features":[230]},{"name":"EasMaxPasswordFailedAttemptsResult","features":[230]},{"name":"EasMinPasswordComplexCharactersResult","features":[230]},{"name":"EasMinPasswordLengthResult","features":[230]},{"name":"EasPasswordExpirationResult","features":[230]},{"name":"EasPasswordHistoryResult","features":[230]},{"name":"EasRequireEncryptionResult","features":[230]},{"name":"IEasClientDeviceInformation","features":[230]},{"name":"IEasClientDeviceInformation2","features":[230]},{"name":"IEasClientSecurityPolicy","features":[230]},{"name":"IEasComplianceResults","features":[230]},{"name":"IEasComplianceResults2","features":[230]}],"240":[{"name":"HostMessageReceivedCallback","features":[37,231]},{"name":"IIsolatedWindowsEnvironment","features":[231]},{"name":"IIsolatedWindowsEnvironment2","features":[231]},{"name":"IIsolatedWindowsEnvironment3","features":[231]},{"name":"IIsolatedWindowsEnvironment4","features":[231]},{"name":"IIsolatedWindowsEnvironmentCreateResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentCreateResult2","features":[231]},{"name":"IIsolatedWindowsEnvironmentFactory","features":[231]},{"name":"IIsolatedWindowsEnvironmentFile","features":[231]},{"name":"IIsolatedWindowsEnvironmentFile2","features":[231]},{"name":"IIsolatedWindowsEnvironmentHostStatics","features":[231]},{"name":"IIsolatedWindowsEnvironmentLaunchFileResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentOptions","features":[231]},{"name":"IIsolatedWindowsEnvironmentOptions2","features":[231]},{"name":"IIsolatedWindowsEnvironmentOptions3","features":[231]},{"name":"IIsolatedWindowsEnvironmentOwnerRegistrationData","features":[231]},{"name":"IIsolatedWindowsEnvironmentOwnerRegistrationResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentOwnerRegistrationStatics","features":[231]},{"name":"IIsolatedWindowsEnvironmentPostMessageResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentProcess","features":[231]},{"name":"IIsolatedWindowsEnvironmentShareFileRequestOptions","features":[231]},{"name":"IIsolatedWindowsEnvironmentShareFileResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentShareFolderRequestOptions","features":[231]},{"name":"IIsolatedWindowsEnvironmentShareFolderResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentStartProcessResult","features":[231]},{"name":"IIsolatedWindowsEnvironmentTelemetryParameters","features":[231]},{"name":"IIsolatedWindowsEnvironmentUserInfo","features":[231]},{"name":"IIsolatedWindowsEnvironmentUserInfo2","features":[231]},{"name":"IIsolatedWindowsHostMessengerStatics","features":[231]},{"name":"IIsolatedWindowsHostMessengerStatics2","features":[231]},{"name":"IsolatedWindowsEnvironment","features":[231]},{"name":"IsolatedWindowsEnvironmentActivator","features":[231]},{"name":"IsolatedWindowsEnvironmentAllowedClipboardFormats","features":[231]},{"name":"IsolatedWindowsEnvironmentAvailablePrinters","features":[231]},{"name":"IsolatedWindowsEnvironmentClipboardCopyPasteDirections","features":[231]},{"name":"IsolatedWindowsEnvironmentContract","features":[231]},{"name":"IsolatedWindowsEnvironmentCreateProgress","features":[231]},{"name":"IsolatedWindowsEnvironmentCreateResult","features":[231]},{"name":"IsolatedWindowsEnvironmentCreateStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentCreationPriority","features":[231]},{"name":"IsolatedWindowsEnvironmentFile","features":[231]},{"name":"IsolatedWindowsEnvironmentHost","features":[231]},{"name":"IsolatedWindowsEnvironmentHostError","features":[231]},{"name":"IsolatedWindowsEnvironmentLaunchFileResult","features":[231]},{"name":"IsolatedWindowsEnvironmentLaunchFileStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentOptions","features":[231]},{"name":"IsolatedWindowsEnvironmentOwnerRegistration","features":[231]},{"name":"IsolatedWindowsEnvironmentOwnerRegistrationData","features":[231]},{"name":"IsolatedWindowsEnvironmentOwnerRegistrationResult","features":[231]},{"name":"IsolatedWindowsEnvironmentOwnerRegistrationStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentPostMessageResult","features":[231]},{"name":"IsolatedWindowsEnvironmentPostMessageStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentProcess","features":[231]},{"name":"IsolatedWindowsEnvironmentProcessState","features":[231]},{"name":"IsolatedWindowsEnvironmentProgressState","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFileRequestOptions","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFileResult","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFileStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFolderRequestOptions","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFolderResult","features":[231]},{"name":"IsolatedWindowsEnvironmentShareFolderStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentSignInProgress","features":[231]},{"name":"IsolatedWindowsEnvironmentStartProcessResult","features":[231]},{"name":"IsolatedWindowsEnvironmentStartProcessStatus","features":[231]},{"name":"IsolatedWindowsEnvironmentTelemetryParameters","features":[231]},{"name":"IsolatedWindowsEnvironmentUserInfo","features":[231]},{"name":"IsolatedWindowsHostMessenger","features":[231]},{"name":"MessageReceivedCallback","features":[37,231]}],"242":[{"name":"EnhancedWaypoint","features":[232]},{"name":"GuidanceContract","features":[232]},{"name":"IEnhancedWaypoint","features":[232]},{"name":"IEnhancedWaypointFactory","features":[232]},{"name":"IManeuverWarning","features":[232]},{"name":"IMapAddress","features":[232]},{"name":"IMapAddress2","features":[232]},{"name":"IMapLocation","features":[232]},{"name":"IMapLocationFinderResult","features":[232]},{"name":"IMapLocationFinderStatics","features":[232]},{"name":"IMapLocationFinderStatics2","features":[232]},{"name":"IMapManagerStatics","features":[232]},{"name":"IMapRoute","features":[232]},{"name":"IMapRoute2","features":[232]},{"name":"IMapRoute3","features":[232]},{"name":"IMapRoute4","features":[232]},{"name":"IMapRouteDrivingOptions","features":[232]},{"name":"IMapRouteDrivingOptions2","features":[232]},{"name":"IMapRouteFinderResult","features":[232]},{"name":"IMapRouteFinderResult2","features":[232]},{"name":"IMapRouteFinderStatics","features":[232]},{"name":"IMapRouteFinderStatics2","features":[232]},{"name":"IMapRouteFinderStatics3","features":[232]},{"name":"IMapRouteLeg","features":[232]},{"name":"IMapRouteLeg2","features":[232]},{"name":"IMapRouteManeuver","features":[232]},{"name":"IMapRouteManeuver2","features":[232]},{"name":"IMapRouteManeuver3","features":[232]},{"name":"IMapServiceStatics","features":[232]},{"name":"IMapServiceStatics2","features":[232]},{"name":"IMapServiceStatics3","features":[232]},{"name":"IMapServiceStatics4","features":[232]},{"name":"IPlaceInfo","features":[232]},{"name":"IPlaceInfoCreateOptions","features":[232]},{"name":"IPlaceInfoStatics","features":[232]},{"name":"IPlaceInfoStatics2","features":[232]},{"name":"LocalSearchContract","features":[232]},{"name":"ManeuverWarning","features":[232]},{"name":"ManeuverWarningKind","features":[232]},{"name":"ManeuverWarningSeverity","features":[232]},{"name":"MapAddress","features":[232]},{"name":"MapLocation","features":[232]},{"name":"MapLocationDesiredAccuracy","features":[232]},{"name":"MapLocationFinder","features":[232]},{"name":"MapLocationFinderResult","features":[232]},{"name":"MapLocationFinderStatus","features":[232]},{"name":"MapManager","features":[232]},{"name":"MapManeuverNotices","features":[232]},{"name":"MapRoute","features":[232]},{"name":"MapRouteDrivingOptions","features":[232]},{"name":"MapRouteFinder","features":[232]},{"name":"MapRouteFinderResult","features":[232]},{"name":"MapRouteFinderStatus","features":[232]},{"name":"MapRouteLeg","features":[232]},{"name":"MapRouteManeuver","features":[232]},{"name":"MapRouteManeuverKind","features":[232]},{"name":"MapRouteOptimization","features":[232]},{"name":"MapRouteRestrictions","features":[232]},{"name":"MapService","features":[232]},{"name":"MapServiceDataUsagePreference","features":[232]},{"name":"PlaceInfo","features":[232]},{"name":"PlaceInfoCreateOptions","features":[232]},{"name":"TrafficCongestion","features":[232]},{"name":"WaypointKind","features":[232]}],"243":[{"name":"GuidanceAudioMeasurementSystem","features":[233]},{"name":"GuidanceAudioNotificationKind","features":[233]},{"name":"GuidanceAudioNotificationRequestedEventArgs","features":[233]},{"name":"GuidanceAudioNotifications","features":[233]},{"name":"GuidanceLaneInfo","features":[233]},{"name":"GuidanceLaneMarkers","features":[233]},{"name":"GuidanceManeuver","features":[233]},{"name":"GuidanceManeuverKind","features":[233]},{"name":"GuidanceMapMatchedCoordinate","features":[233]},{"name":"GuidanceMode","features":[233]},{"name":"GuidanceNavigator","features":[233]},{"name":"GuidanceReroutedEventArgs","features":[233]},{"name":"GuidanceRoadSegment","features":[233]},{"name":"GuidanceRoadSignpost","features":[233]},{"name":"GuidanceRoute","features":[233]},{"name":"GuidanceTelemetryCollector","features":[233]},{"name":"GuidanceUpdatedEventArgs","features":[233]},{"name":"IGuidanceAudioNotificationRequestedEventArgs","features":[233]},{"name":"IGuidanceLaneInfo","features":[233]},{"name":"IGuidanceManeuver","features":[233]},{"name":"IGuidanceMapMatchedCoordinate","features":[233]},{"name":"IGuidanceNavigator","features":[233]},{"name":"IGuidanceNavigator2","features":[233]},{"name":"IGuidanceNavigatorStatics","features":[233]},{"name":"IGuidanceNavigatorStatics2","features":[233]},{"name":"IGuidanceReroutedEventArgs","features":[233]},{"name":"IGuidanceRoadSegment","features":[233]},{"name":"IGuidanceRoadSegment2","features":[233]},{"name":"IGuidanceRoadSignpost","features":[233]},{"name":"IGuidanceRoute","features":[233]},{"name":"IGuidanceRouteStatics","features":[233]},{"name":"IGuidanceTelemetryCollector","features":[233]},{"name":"IGuidanceTelemetryCollectorStatics","features":[233]},{"name":"IGuidanceUpdatedEventArgs","features":[233]}],"244":[{"name":"ILocalCategoriesStatics","features":[234]},{"name":"ILocalLocation","features":[234]},{"name":"ILocalLocation2","features":[234]},{"name":"ILocalLocationFinderResult","features":[234]},{"name":"ILocalLocationFinderStatics","features":[234]},{"name":"ILocalLocationHoursOfOperationItem","features":[234]},{"name":"ILocalLocationRatingInfo","features":[234]},{"name":"IPlaceInfoHelperStatics","features":[234]},{"name":"LocalCategories","features":[234]},{"name":"LocalLocation","features":[234]},{"name":"LocalLocationFinder","features":[234]},{"name":"LocalLocationFinderResult","features":[234]},{"name":"LocalLocationFinderStatus","features":[234]},{"name":"LocalLocationHoursOfOperationItem","features":[234]},{"name":"LocalLocationRatingInfo","features":[234]},{"name":"PlaceInfoHelper","features":[234]}],"245":[{"name":"IOfflineMapPackage","features":[235]},{"name":"IOfflineMapPackageQueryResult","features":[235]},{"name":"IOfflineMapPackageStartDownloadResult","features":[235]},{"name":"IOfflineMapPackageStatics","features":[235]},{"name":"OfflineMapPackage","features":[235]},{"name":"OfflineMapPackageQueryResult","features":[235]},{"name":"OfflineMapPackageQueryStatus","features":[235]},{"name":"OfflineMapPackageStartDownloadResult","features":[235]},{"name":"OfflineMapPackageStartDownloadStatus","features":[235]},{"name":"OfflineMapPackageStatus","features":[235]}],"246":[{"name":"IStoreAcquireLicenseResult","features":[236]},{"name":"IStoreAppLicense","features":[236]},{"name":"IStoreAppLicense2","features":[236]},{"name":"IStoreAvailability","features":[236]},{"name":"IStoreCanAcquireLicenseResult","features":[236]},{"name":"IStoreCollectionData","features":[236]},{"name":"IStoreConsumableResult","features":[236]},{"name":"IStoreContext","features":[236]},{"name":"IStoreContext2","features":[236]},{"name":"IStoreContext3","features":[236]},{"name":"IStoreContext4","features":[236]},{"name":"IStoreContext5","features":[236]},{"name":"IStoreContextStatics","features":[236]},{"name":"IStoreImage","features":[236]},{"name":"IStoreLicense","features":[236]},{"name":"IStorePackageInstallOptions","features":[236]},{"name":"IStorePackageLicense","features":[236]},{"name":"IStorePackageUpdate","features":[236]},{"name":"IStorePackageUpdateResult","features":[236]},{"name":"IStorePackageUpdateResult2","features":[236]},{"name":"IStorePrice","features":[236]},{"name":"IStorePrice2","features":[236]},{"name":"IStoreProduct","features":[236]},{"name":"IStoreProductOptions","features":[236]},{"name":"IStoreProductPagedQueryResult","features":[236]},{"name":"IStoreProductQueryResult","features":[236]},{"name":"IStoreProductResult","features":[236]},{"name":"IStorePurchaseProperties","features":[236]},{"name":"IStorePurchasePropertiesFactory","features":[236]},{"name":"IStorePurchaseResult","features":[236]},{"name":"IStoreQueueItem","features":[236]},{"name":"IStoreQueueItem2","features":[236]},{"name":"IStoreQueueItemCompletedEventArgs","features":[236]},{"name":"IStoreQueueItemStatus","features":[236]},{"name":"IStoreRateAndReviewResult","features":[236]},{"name":"IStoreRequestHelperStatics","features":[236]},{"name":"IStoreSendRequestResult","features":[236]},{"name":"IStoreSendRequestResult2","features":[236]},{"name":"IStoreSku","features":[236]},{"name":"IStoreSubscriptionInfo","features":[236]},{"name":"IStoreUninstallStorePackageResult","features":[236]},{"name":"IStoreVideo","features":[236]},{"name":"StoreAcquireLicenseResult","features":[236]},{"name":"StoreAppLicense","features":[236]},{"name":"StoreAvailability","features":[236]},{"name":"StoreCanAcquireLicenseResult","features":[236]},{"name":"StoreCanLicenseStatus","features":[236]},{"name":"StoreCollectionData","features":[236]},{"name":"StoreConsumableResult","features":[236]},{"name":"StoreConsumableStatus","features":[236]},{"name":"StoreContext","features":[236]},{"name":"StoreContract","features":[236]},{"name":"StoreDurationUnit","features":[236]},{"name":"StoreImage","features":[236]},{"name":"StoreLicense","features":[236]},{"name":"StorePackageInstallOptions","features":[236]},{"name":"StorePackageLicense","features":[236]},{"name":"StorePackageUpdate","features":[236]},{"name":"StorePackageUpdateResult","features":[236]},{"name":"StorePackageUpdateState","features":[236]},{"name":"StorePackageUpdateStatus","features":[236]},{"name":"StorePrice","features":[236]},{"name":"StoreProduct","features":[236]},{"name":"StoreProductOptions","features":[236]},{"name":"StoreProductPagedQueryResult","features":[236]},{"name":"StoreProductQueryResult","features":[236]},{"name":"StoreProductResult","features":[236]},{"name":"StorePurchaseProperties","features":[236]},{"name":"StorePurchaseResult","features":[236]},{"name":"StorePurchaseStatus","features":[236]},{"name":"StoreQueueItem","features":[236]},{"name":"StoreQueueItemCompletedEventArgs","features":[236]},{"name":"StoreQueueItemExtendedState","features":[236]},{"name":"StoreQueueItemKind","features":[236]},{"name":"StoreQueueItemState","features":[236]},{"name":"StoreQueueItemStatus","features":[236]},{"name":"StoreRateAndReviewResult","features":[236]},{"name":"StoreRateAndReviewStatus","features":[236]},{"name":"StoreRequestHelper","features":[236]},{"name":"StoreSendRequestResult","features":[236]},{"name":"StoreSku","features":[236]},{"name":"StoreSubscriptionInfo","features":[236]},{"name":"StoreUninstallStorePackageResult","features":[236]},{"name":"StoreUninstallStorePackageStatus","features":[236]},{"name":"StoreVideo","features":[236]}],"247":[{"name":"ITargetedContentAction","features":[237]},{"name":"ITargetedContentAvailabilityChangedEventArgs","features":[237]},{"name":"ITargetedContentChangedEventArgs","features":[237]},{"name":"ITargetedContentCollection","features":[237]},{"name":"ITargetedContentContainer","features":[237]},{"name":"ITargetedContentContainerStatics","features":[237]},{"name":"ITargetedContentImage","features":[237]},{"name":"ITargetedContentItem","features":[237]},{"name":"ITargetedContentItemState","features":[237]},{"name":"ITargetedContentObject","features":[237]},{"name":"ITargetedContentStateChangedEventArgs","features":[237]},{"name":"ITargetedContentSubscription","features":[237]},{"name":"ITargetedContentSubscriptionOptions","features":[237]},{"name":"ITargetedContentSubscriptionStatics","features":[237]},{"name":"ITargetedContentValue","features":[237]},{"name":"TargetedContentAction","features":[237]},{"name":"TargetedContentAppInstallationState","features":[237]},{"name":"TargetedContentAvailability","features":[237]},{"name":"TargetedContentAvailabilityChangedEventArgs","features":[237]},{"name":"TargetedContentChangedEventArgs","features":[237]},{"name":"TargetedContentCollection","features":[237]},{"name":"TargetedContentContainer","features":[237]},{"name":"TargetedContentContract","features":[237]},{"name":"TargetedContentFile","features":[237,71]},{"name":"TargetedContentImage","features":[237]},{"name":"TargetedContentInteraction","features":[237]},{"name":"TargetedContentItem","features":[237]},{"name":"TargetedContentItemState","features":[237]},{"name":"TargetedContentObject","features":[237]},{"name":"TargetedContentObjectKind","features":[237]},{"name":"TargetedContentStateChangedEventArgs","features":[237]},{"name":"TargetedContentSubscription","features":[237]},{"name":"TargetedContentSubscriptionOptions","features":[237]},{"name":"TargetedContentValue","features":[237]},{"name":"TargetedContentValueKind","features":[237]}],"248":[{"name":"AppDataPaths","features":[238]},{"name":"ApplicationData","features":[238]},{"name":"ApplicationDataCompositeValue","features":[37,238]},{"name":"ApplicationDataContainer","features":[238]},{"name":"ApplicationDataContainerSettings","features":[37,238]},{"name":"ApplicationDataCreateDisposition","features":[238]},{"name":"ApplicationDataLocality","features":[238]},{"name":"ApplicationDataSetVersionHandler","features":[238]},{"name":"CachedFileManager","features":[238]},{"name":"CreationCollisionOption","features":[238]},{"name":"DownloadsFolder","features":[238]},{"name":"FileAccessMode","features":[238]},{"name":"FileAttributes","features":[238]},{"name":"FileIO","features":[238]},{"name":"IAppDataPaths","features":[238]},{"name":"IAppDataPathsStatics","features":[238]},{"name":"IApplicationData","features":[238]},{"name":"IApplicationData2","features":[238]},{"name":"IApplicationData3","features":[238]},{"name":"IApplicationDataContainer","features":[238]},{"name":"IApplicationDataStatics","features":[238]},{"name":"IApplicationDataStatics2","features":[238]},{"name":"ICachedFileManagerStatics","features":[238]},{"name":"IDownloadsFolderStatics","features":[238]},{"name":"IDownloadsFolderStatics2","features":[238]},{"name":"IFileIOStatics","features":[238]},{"name":"IKnownFoldersCameraRollStatics","features":[238]},{"name":"IKnownFoldersPlaylistsStatics","features":[238]},{"name":"IKnownFoldersSavedPicturesStatics","features":[238]},{"name":"IKnownFoldersStatics","features":[238]},{"name":"IKnownFoldersStatics2","features":[238]},{"name":"IKnownFoldersStatics3","features":[238]},{"name":"IKnownFoldersStatics4","features":[238]},{"name":"IPathIOStatics","features":[238]},{"name":"ISetVersionDeferral","features":[238]},{"name":"ISetVersionRequest","features":[238]},{"name":"IStorageFile","features":[238]},{"name":"IStorageFile2","features":[238]},{"name":"IStorageFilePropertiesWithAvailability","features":[238]},{"name":"IStorageFileStatics","features":[238]},{"name":"IStorageFileStatics2","features":[238]},{"name":"IStorageFolder","features":[238]},{"name":"IStorageFolder2","features":[238]},{"name":"IStorageFolder3","features":[238]},{"name":"IStorageFolderStatics","features":[238]},{"name":"IStorageFolderStatics2","features":[238]},{"name":"IStorageItem","features":[238]},{"name":"IStorageItem2","features":[238]},{"name":"IStorageItemProperties","features":[238]},{"name":"IStorageItemProperties2","features":[238]},{"name":"IStorageItemPropertiesWithProvider","features":[238]},{"name":"IStorageLibrary","features":[238]},{"name":"IStorageLibrary2","features":[238]},{"name":"IStorageLibrary3","features":[238]},{"name":"IStorageLibraryChange","features":[238]},{"name":"IStorageLibraryChangeReader","features":[238]},{"name":"IStorageLibraryChangeReader2","features":[238]},{"name":"IStorageLibraryChangeTracker","features":[238]},{"name":"IStorageLibraryChangeTracker2","features":[238]},{"name":"IStorageLibraryChangeTrackerOptions","features":[238]},{"name":"IStorageLibraryLastChangeId","features":[238]},{"name":"IStorageLibraryLastChangeIdStatics","features":[238]},{"name":"IStorageLibraryStatics","features":[238]},{"name":"IStorageLibraryStatics2","features":[238]},{"name":"IStorageProvider","features":[238]},{"name":"IStorageProvider2","features":[238]},{"name":"IStorageStreamTransaction","features":[238]},{"name":"IStreamedFileDataRequest","features":[238]},{"name":"ISystemAudioProperties","features":[238]},{"name":"ISystemDataPaths","features":[238]},{"name":"ISystemDataPathsStatics","features":[238]},{"name":"ISystemGPSProperties","features":[238]},{"name":"ISystemImageProperties","features":[238]},{"name":"ISystemMediaProperties","features":[238]},{"name":"ISystemMusicProperties","features":[238]},{"name":"ISystemPhotoProperties","features":[238]},{"name":"ISystemProperties","features":[238]},{"name":"ISystemVideoProperties","features":[238]},{"name":"IUserDataPaths","features":[238]},{"name":"IUserDataPathsStatics","features":[238]},{"name":"KnownFolderId","features":[238]},{"name":"KnownFolders","features":[238]},{"name":"KnownFoldersAccessStatus","features":[238]},{"name":"KnownLibraryId","features":[238]},{"name":"NameCollisionOption","features":[238]},{"name":"PathIO","features":[238]},{"name":"SetVersionDeferral","features":[238]},{"name":"SetVersionRequest","features":[238]},{"name":"StorageDeleteOption","features":[238]},{"name":"StorageFile","features":[238]},{"name":"StorageFolder","features":[238]},{"name":"StorageItemTypes","features":[238]},{"name":"StorageLibrary","features":[238]},{"name":"StorageLibraryChange","features":[238]},{"name":"StorageLibraryChangeReader","features":[238]},{"name":"StorageLibraryChangeTracker","features":[238]},{"name":"StorageLibraryChangeTrackerOptions","features":[238]},{"name":"StorageLibraryChangeType","features":[238]},{"name":"StorageLibraryLastChangeId","features":[238]},{"name":"StorageOpenOptions","features":[238]},{"name":"StorageProvider","features":[238]},{"name":"StorageStreamTransaction","features":[238]},{"name":"StreamedFileDataRequest","features":[71]},{"name":"StreamedFileDataRequestedHandler","features":[71]},{"name":"StreamedFileFailureMode","features":[238]},{"name":"SystemAudioProperties","features":[238]},{"name":"SystemDataPaths","features":[238]},{"name":"SystemGPSProperties","features":[238]},{"name":"SystemImageProperties","features":[238]},{"name":"SystemMediaProperties","features":[238]},{"name":"SystemMusicProperties","features":[238]},{"name":"SystemPhotoProperties","features":[238]},{"name":"SystemProperties","features":[238]},{"name":"SystemVideoProperties","features":[238]},{"name":"UserDataPaths","features":[238]}],"249":[{"name":"AccessCacheOptions","features":[239]},{"name":"AccessListEntry","features":[239]},{"name":"AccessListEntryView","features":[37,239]},{"name":"IItemRemovedEventArgs","features":[239]},{"name":"IStorageApplicationPermissionsStatics","features":[239]},{"name":"IStorageApplicationPermissionsStatics2","features":[239]},{"name":"IStorageItemAccessList","features":[239]},{"name":"IStorageItemMostRecentlyUsedList","features":[239]},{"name":"IStorageItemMostRecentlyUsedList2","features":[239]},{"name":"ItemRemovedEventArgs","features":[239]},{"name":"RecentStorageItemVisibility","features":[239]},{"name":"StorageApplicationPermissions","features":[239]},{"name":"StorageItemAccessList","features":[239]},{"name":"StorageItemMostRecentlyUsedList","features":[239]}],"250":[{"name":"FileInformation","features":[240]},{"name":"FileInformationFactory","features":[240]},{"name":"FolderInformation","features":[240]},{"name":"IFileInformationFactory","features":[240]},{"name":"IFileInformationFactoryFactory","features":[240]},{"name":"IStorageItemInformation","features":[240]}],"251":[{"name":"CompressAlgorithm","features":[241]},{"name":"Compressor","features":[241]},{"name":"Decompressor","features":[241]},{"name":"ICompressor","features":[241]},{"name":"ICompressorFactory","features":[241]},{"name":"IDecompressor","features":[241]},{"name":"IDecompressorFactory","features":[241]}],"252":[{"name":"BasicProperties","features":[242]},{"name":"DocumentProperties","features":[242]},{"name":"GeotagHelper","features":[242]},{"name":"IBasicProperties","features":[242]},{"name":"IDocumentProperties","features":[242]},{"name":"IGeotagHelperStatics","features":[242]},{"name":"IImageProperties","features":[242]},{"name":"IMusicProperties","features":[242]},{"name":"IStorageItemContentProperties","features":[242]},{"name":"IStorageItemExtraProperties","features":[242]},{"name":"IThumbnailProperties","features":[242]},{"name":"IVideoProperties","features":[242]},{"name":"ImageProperties","features":[242]},{"name":"MusicProperties","features":[242]},{"name":"PhotoOrientation","features":[242]},{"name":"PropertyPrefetchOptions","features":[242]},{"name":"StorageItemContentProperties","features":[242]},{"name":"StorageItemThumbnail","features":[242,71]},{"name":"ThumbnailMode","features":[242]},{"name":"ThumbnailOptions","features":[242]},{"name":"ThumbnailType","features":[242]},{"name":"VideoOrientation","features":[242]},{"name":"VideoProperties","features":[242]}],"253":[{"name":"FileExtensionVector","features":[37,243]},{"name":"FileOpenPicker","features":[243]},{"name":"FilePickerFileTypesOrderedMap","features":[37,243]},{"name":"FilePickerSelectedFilesArray","features":[37,243]},{"name":"FileSavePicker","features":[243]},{"name":"FolderPicker","features":[243]},{"name":"IFileOpenPicker","features":[243]},{"name":"IFileOpenPicker2","features":[243]},{"name":"IFileOpenPicker3","features":[243]},{"name":"IFileOpenPickerStatics","features":[243]},{"name":"IFileOpenPickerStatics2","features":[243]},{"name":"IFileOpenPickerWithOperationId","features":[243]},{"name":"IFileSavePicker","features":[243]},{"name":"IFileSavePicker2","features":[243]},{"name":"IFileSavePicker3","features":[243]},{"name":"IFileSavePicker4","features":[243]},{"name":"IFileSavePickerStatics","features":[243]},{"name":"IFolderPicker","features":[243]},{"name":"IFolderPicker2","features":[243]},{"name":"IFolderPicker3","features":[243]},{"name":"IFolderPickerStatics","features":[243]},{"name":"PickerLocationId","features":[243]},{"name":"PickerViewMode","features":[243]}],"254":[{"name":"AddFileResult","features":[244]},{"name":"FileOpenPickerUI","features":[244]},{"name":"FileRemovedEventArgs","features":[244]},{"name":"FileSavePickerUI","features":[244]},{"name":"FileSelectionMode","features":[244]},{"name":"IFileOpenPickerUI","features":[244]},{"name":"IFileRemovedEventArgs","features":[244]},{"name":"IFileSavePickerUI","features":[244]},{"name":"IPickerClosingDeferral","features":[244]},{"name":"IPickerClosingEventArgs","features":[244]},{"name":"IPickerClosingOperation","features":[244]},{"name":"ITargetFileRequest","features":[244]},{"name":"ITargetFileRequestDeferral","features":[244]},{"name":"ITargetFileRequestedEventArgs","features":[244]},{"name":"PickerClosingDeferral","features":[244]},{"name":"PickerClosingEventArgs","features":[244]},{"name":"PickerClosingOperation","features":[244]},{"name":"SetFileNameResult","features":[244]},{"name":"TargetFileRequest","features":[244]},{"name":"TargetFileRequestDeferral","features":[244]},{"name":"TargetFileRequestedEventArgs","features":[244]}],"255":[{"name":"CachedFileOptions","features":[245]},{"name":"CachedFileTarget","features":[245]},{"name":"CachedFileUpdater","features":[245]},{"name":"CachedFileUpdaterUI","features":[245]},{"name":"CloudFilesContract","features":[245]},{"name":"FileUpdateRequest","features":[245]},{"name":"FileUpdateRequestDeferral","features":[245]},{"name":"FileUpdateRequestedEventArgs","features":[245]},{"name":"FileUpdateStatus","features":[245]},{"name":"ICachedFileUpdaterStatics","features":[245]},{"name":"ICachedFileUpdaterUI","features":[245]},{"name":"ICachedFileUpdaterUI2","features":[245]},{"name":"IFileUpdateRequest","features":[245]},{"name":"IFileUpdateRequest2","features":[245]},{"name":"IFileUpdateRequestDeferral","features":[245]},{"name":"IFileUpdateRequestedEventArgs","features":[245]},{"name":"IStorageProviderFileTypeInfo","features":[245]},{"name":"IStorageProviderFileTypeInfoFactory","features":[245]},{"name":"IStorageProviderGetContentInfoForPathResult","features":[245]},{"name":"IStorageProviderGetPathForContentUriResult","features":[245]},{"name":"IStorageProviderItemPropertiesStatics","features":[245]},{"name":"IStorageProviderItemProperty","features":[245]},{"name":"IStorageProviderItemPropertyDefinition","features":[245]},{"name":"IStorageProviderItemPropertySource","features":[245]},{"name":"IStorageProviderKnownFolderEntry","features":[245]},{"name":"IStorageProviderKnownFolderSyncInfo","features":[245]},{"name":"IStorageProviderKnownFolderSyncInfoSource","features":[245]},{"name":"IStorageProviderKnownFolderSyncInfoSourceFactory","features":[245]},{"name":"IStorageProviderKnownFolderSyncRequestArgs","features":[245]},{"name":"IStorageProviderMoreInfoUI","features":[245]},{"name":"IStorageProviderPropertyCapabilities","features":[245]},{"name":"IStorageProviderQuotaUI","features":[245]},{"name":"IStorageProviderShareLinkSource","features":[245]},{"name":"IStorageProviderStatusUI","features":[245]},{"name":"IStorageProviderStatusUISource","features":[245]},{"name":"IStorageProviderStatusUISourceFactory","features":[245]},{"name":"IStorageProviderSyncRootInfo","features":[245]},{"name":"IStorageProviderSyncRootInfo2","features":[245]},{"name":"IStorageProviderSyncRootInfo3","features":[245]},{"name":"IStorageProviderSyncRootManagerStatics","features":[245]},{"name":"IStorageProviderSyncRootManagerStatics2","features":[245]},{"name":"IStorageProviderUICommand","features":[245]},{"name":"IStorageProviderUriSource","features":[245]},{"name":"ReadActivationMode","features":[245]},{"name":"StorageProviderFileTypeInfo","features":[245]},{"name":"StorageProviderGetContentInfoForPathResult","features":[245]},{"name":"StorageProviderGetPathForContentUriResult","features":[245]},{"name":"StorageProviderHardlinkPolicy","features":[245]},{"name":"StorageProviderHydrationPolicy","features":[245]},{"name":"StorageProviderHydrationPolicyModifier","features":[245]},{"name":"StorageProviderInSyncPolicy","features":[245]},{"name":"StorageProviderItemProperties","features":[245]},{"name":"StorageProviderItemProperty","features":[245]},{"name":"StorageProviderItemPropertyDefinition","features":[245]},{"name":"StorageProviderKnownFolderEntry","features":[245]},{"name":"StorageProviderKnownFolderSyncInfo","features":[245]},{"name":"StorageProviderKnownFolderSyncRequestArgs","features":[245]},{"name":"StorageProviderKnownFolderSyncRequestedHandler","features":[245]},{"name":"StorageProviderKnownFolderSyncStatus","features":[245]},{"name":"StorageProviderMoreInfoUI","features":[245]},{"name":"StorageProviderPopulationPolicy","features":[245]},{"name":"StorageProviderProtectionMode","features":[245]},{"name":"StorageProviderQuotaUI","features":[245]},{"name":"StorageProviderShareLinkState","features":[245]},{"name":"StorageProviderState","features":[245]},{"name":"StorageProviderStatusUI","features":[245]},{"name":"StorageProviderSyncRootInfo","features":[245]},{"name":"StorageProviderSyncRootManager","features":[245]},{"name":"StorageProviderUICommandState","features":[245]},{"name":"StorageProviderUriSourceStatus","features":[245]},{"name":"UIStatus","features":[245]},{"name":"WriteActivationMode","features":[245]}],"256":[{"name":"CommonFileQuery","features":[246]},{"name":"CommonFolderQuery","features":[246]},{"name":"ContentIndexer","features":[246]},{"name":"ContentIndexerQuery","features":[246]},{"name":"DateStackOption","features":[246]},{"name":"FolderDepth","features":[246]},{"name":"IContentIndexer","features":[246]},{"name":"IContentIndexerQuery","features":[246]},{"name":"IContentIndexerQueryOperations","features":[246]},{"name":"IContentIndexerStatics","features":[246]},{"name":"IIndexableContent","features":[246]},{"name":"IQueryOptions","features":[246]},{"name":"IQueryOptionsFactory","features":[246]},{"name":"IQueryOptionsWithProviderFilter","features":[246]},{"name":"IStorageFileQueryResult","features":[246]},{"name":"IStorageFileQueryResult2","features":[246]},{"name":"IStorageFolderQueryOperations","features":[246]},{"name":"IStorageFolderQueryResult","features":[246]},{"name":"IStorageItemQueryResult","features":[246]},{"name":"IStorageLibraryChangeTrackerTriggerDetails","features":[246]},{"name":"IStorageLibraryContentChangedTriggerDetails","features":[246]},{"name":"IStorageQueryResultBase","features":[246]},{"name":"IValueAndLanguage","features":[246]},{"name":"IndexableContent","features":[246]},{"name":"IndexedState","features":[246]},{"name":"IndexerOption","features":[246]},{"name":"QueryOptions","features":[246]},{"name":"SortEntry","features":[246]},{"name":"SortEntryVector","features":[37,246]},{"name":"StorageFileQueryResult","features":[246]},{"name":"StorageFolderQueryResult","features":[246]},{"name":"StorageItemQueryResult","features":[246]},{"name":"StorageLibraryChangeTrackerTriggerDetails","features":[246]},{"name":"StorageLibraryContentChangedTriggerDetails","features":[246]},{"name":"ValueAndLanguage","features":[246]}],"257":[{"name":"Buffer","features":[71]},{"name":"ByteOrder","features":[71]},{"name":"DataReader","features":[71]},{"name":"DataReaderLoadOperation","features":[77,71]},{"name":"DataWriter","features":[71]},{"name":"DataWriterStoreOperation","features":[77,71]},{"name":"FileInputStream","features":[71]},{"name":"FileOpenDisposition","features":[71]},{"name":"FileOutputStream","features":[71]},{"name":"FileRandomAccessStream","features":[71]},{"name":"IBuffer","features":[71]},{"name":"IBufferFactory","features":[71]},{"name":"IBufferStatics","features":[71]},{"name":"IContentTypeProvider","features":[71]},{"name":"IDataReader","features":[71]},{"name":"IDataReaderFactory","features":[71]},{"name":"IDataReaderStatics","features":[71]},{"name":"IDataWriter","features":[71]},{"name":"IDataWriterFactory","features":[71]},{"name":"IFileRandomAccessStreamStatics","features":[71]},{"name":"IInputStream","features":[71]},{"name":"IInputStreamReference","features":[71]},{"name":"IOutputStream","features":[71]},{"name":"IPropertySetSerializer","features":[71]},{"name":"IRandomAccessStream","features":[71]},{"name":"IRandomAccessStreamReference","features":[71]},{"name":"IRandomAccessStreamReferenceStatics","features":[71]},{"name":"IRandomAccessStreamStatics","features":[71]},{"name":"IRandomAccessStreamWithContentType","features":[71]},{"name":"InMemoryRandomAccessStream","features":[71]},{"name":"InputStreamOptions","features":[71]},{"name":"InputStreamOverStream","features":[71]},{"name":"OutputStreamOverStream","features":[71]},{"name":"RandomAccessStream","features":[71]},{"name":"RandomAccessStreamOverStream","features":[71]},{"name":"RandomAccessStreamReference","features":[71]},{"name":"UnicodeEncoding","features":[71]}],"258":[{"name":"AppActivationResult","features":[247]},{"name":"AppDiagnosticInfo","features":[247]},{"name":"AppDiagnosticInfoWatcher","features":[247]},{"name":"AppDiagnosticInfoWatcherEventArgs","features":[247]},{"name":"AppDiagnosticInfoWatcherStatus","features":[247]},{"name":"AppExecutionStateChangeResult","features":[247]},{"name":"AppMemoryReport","features":[247]},{"name":"AppMemoryUsageLevel","features":[247]},{"name":"AppMemoryUsageLimitChangingEventArgs","features":[247]},{"name":"AppResourceGroupBackgroundTaskReport","features":[247]},{"name":"AppResourceGroupEnergyQuotaState","features":[247]},{"name":"AppResourceGroupExecutionState","features":[247]},{"name":"AppResourceGroupInfo","features":[247]},{"name":"AppResourceGroupInfoWatcher","features":[247]},{"name":"AppResourceGroupInfoWatcherEventArgs","features":[247]},{"name":"AppResourceGroupInfoWatcherExecutionStateChangedEventArgs","features":[247]},{"name":"AppResourceGroupInfoWatcherStatus","features":[247]},{"name":"AppResourceGroupMemoryReport","features":[247]},{"name":"AppResourceGroupStateReport","features":[247]},{"name":"AppUriHandlerHost","features":[247]},{"name":"AppUriHandlerRegistration","features":[247]},{"name":"AppUriHandlerRegistrationManager","features":[247]},{"name":"AutoUpdateTimeZoneStatus","features":[247]},{"name":"DateTimeSettings","features":[247]},{"name":"DiagnosticAccessStatus","features":[247]},{"name":"DispatcherQueue","features":[247]},{"name":"DispatcherQueueController","features":[247]},{"name":"DispatcherQueueHandler","features":[247]},{"name":"DispatcherQueuePriority","features":[247]},{"name":"DispatcherQueueShutdownStartingEventArgs","features":[247]},{"name":"DispatcherQueueTimer","features":[247]},{"name":"FolderLauncherOptions","features":[247]},{"name":"IAppActivationResult","features":[247]},{"name":"IAppDiagnosticInfo","features":[247]},{"name":"IAppDiagnosticInfo2","features":[247]},{"name":"IAppDiagnosticInfo3","features":[247]},{"name":"IAppDiagnosticInfoStatics","features":[247]},{"name":"IAppDiagnosticInfoStatics2","features":[247]},{"name":"IAppDiagnosticInfoWatcher","features":[247]},{"name":"IAppDiagnosticInfoWatcherEventArgs","features":[247]},{"name":"IAppExecutionStateChangeResult","features":[247]},{"name":"IAppMemoryReport","features":[247]},{"name":"IAppMemoryReport2","features":[247]},{"name":"IAppMemoryUsageLimitChangingEventArgs","features":[247]},{"name":"IAppResourceGroupBackgroundTaskReport","features":[247]},{"name":"IAppResourceGroupInfo","features":[247]},{"name":"IAppResourceGroupInfo2","features":[247]},{"name":"IAppResourceGroupInfoWatcher","features":[247]},{"name":"IAppResourceGroupInfoWatcherEventArgs","features":[247]},{"name":"IAppResourceGroupInfoWatcherExecutionStateChangedEventArgs","features":[247]},{"name":"IAppResourceGroupMemoryReport","features":[247]},{"name":"IAppResourceGroupStateReport","features":[247]},{"name":"IAppUriHandlerHost","features":[247]},{"name":"IAppUriHandlerHost2","features":[247]},{"name":"IAppUriHandlerHostFactory","features":[247]},{"name":"IAppUriHandlerRegistration","features":[247]},{"name":"IAppUriHandlerRegistration2","features":[247]},{"name":"IAppUriHandlerRegistrationManager","features":[247]},{"name":"IAppUriHandlerRegistrationManager2","features":[247]},{"name":"IAppUriHandlerRegistrationManagerStatics","features":[247]},{"name":"IAppUriHandlerRegistrationManagerStatics2","features":[247]},{"name":"IDateTimeSettingsStatics","features":[247]},{"name":"IDispatcherQueue","features":[247]},{"name":"IDispatcherQueue2","features":[247]},{"name":"IDispatcherQueueController","features":[247]},{"name":"IDispatcherQueueControllerStatics","features":[247]},{"name":"IDispatcherQueueShutdownStartingEventArgs","features":[247]},{"name":"IDispatcherQueueStatics","features":[247]},{"name":"IDispatcherQueueTimer","features":[247]},{"name":"IFolderLauncherOptions","features":[247]},{"name":"IKnownUserPropertiesStatics","features":[247]},{"name":"IKnownUserPropertiesStatics2","features":[247]},{"name":"ILaunchUriResult","features":[247]},{"name":"ILauncherOptions","features":[247]},{"name":"ILauncherOptions2","features":[247]},{"name":"ILauncherOptions3","features":[247]},{"name":"ILauncherOptions4","features":[247]},{"name":"ILauncherStatics","features":[247]},{"name":"ILauncherStatics2","features":[247]},{"name":"ILauncherStatics3","features":[247]},{"name":"ILauncherStatics4","features":[247]},{"name":"ILauncherStatics5","features":[247]},{"name":"ILauncherUIOptions","features":[247]},{"name":"ILauncherViewOptions","features":[247]},{"name":"IMemoryManagerStatics","features":[247]},{"name":"IMemoryManagerStatics2","features":[247]},{"name":"IMemoryManagerStatics3","features":[247]},{"name":"IMemoryManagerStatics4","features":[247]},{"name":"IProcessLauncherOptions","features":[247]},{"name":"IProcessLauncherResult","features":[247]},{"name":"IProcessLauncherStatics","features":[247]},{"name":"IProcessMemoryReport","features":[247]},{"name":"IProtocolForResultsOperation","features":[247]},{"name":"IRemoteLauncherOptions","features":[247]},{"name":"IRemoteLauncherStatics","features":[247]},{"name":"IShutdownManagerStatics","features":[247]},{"name":"IShutdownManagerStatics2","features":[247]},{"name":"ITimeZoneSettingsStatics","features":[247]},{"name":"ITimeZoneSettingsStatics2","features":[247]},{"name":"IUser","features":[247]},{"name":"IUser2","features":[247]},{"name":"IUserAuthenticationStatusChangeDeferral","features":[247]},{"name":"IUserAuthenticationStatusChangingEventArgs","features":[247]},{"name":"IUserChangedEventArgs","features":[247]},{"name":"IUserChangedEventArgs2","features":[247]},{"name":"IUserDeviceAssociationChangedEventArgs","features":[247]},{"name":"IUserDeviceAssociationStatics","features":[247]},{"name":"IUserPicker","features":[247]},{"name":"IUserPickerStatics","features":[247]},{"name":"IUserStatics","features":[247]},{"name":"IUserStatics2","features":[247]},{"name":"IUserWatcher","features":[247]},{"name":"KnownUserProperties","features":[247]},{"name":"LaunchFileStatus","features":[247]},{"name":"LaunchQuerySupportStatus","features":[247]},{"name":"LaunchQuerySupportType","features":[247]},{"name":"LaunchUriResult","features":[247]},{"name":"LaunchUriStatus","features":[247]},{"name":"Launcher","features":[247]},{"name":"LauncherOptions","features":[247]},{"name":"LauncherUIOptions","features":[247]},{"name":"MemoryManager","features":[247]},{"name":"PowerState","features":[247]},{"name":"ProcessLauncher","features":[247]},{"name":"ProcessLauncherOptions","features":[247]},{"name":"ProcessLauncherResult","features":[247]},{"name":"ProcessMemoryReport","features":[247]},{"name":"ProcessorArchitecture","features":[247]},{"name":"ProtocolForResultsOperation","features":[247]},{"name":"RemoteLaunchUriStatus","features":[247]},{"name":"RemoteLauncher","features":[247]},{"name":"RemoteLauncherOptions","features":[247]},{"name":"ShutdownKind","features":[247]},{"name":"ShutdownManager","features":[247]},{"name":"SystemManagementContract","features":[247]},{"name":"TimeZoneSettings","features":[247]},{"name":"User","features":[247]},{"name":"UserAgeConsentGroup","features":[247]},{"name":"UserAgeConsentResult","features":[247]},{"name":"UserAuthenticationStatus","features":[247]},{"name":"UserAuthenticationStatusChangeDeferral","features":[247]},{"name":"UserAuthenticationStatusChangingEventArgs","features":[247]},{"name":"UserChangedEventArgs","features":[247]},{"name":"UserDeviceAssociation","features":[247]},{"name":"UserDeviceAssociationChangedEventArgs","features":[247]},{"name":"UserPicker","features":[247]},{"name":"UserPictureSize","features":[247]},{"name":"UserType","features":[247]},{"name":"UserWatcher","features":[247]},{"name":"UserWatcherStatus","features":[247]},{"name":"UserWatcherUpdateKind","features":[247]},{"name":"VirtualKey","features":[247]},{"name":"VirtualKeyModifiers","features":[247]}],"259":[{"name":"DiagnosticActionResult","features":[248]},{"name":"DiagnosticActionState","features":[248]},{"name":"DiagnosticInvoker","features":[248]},{"name":"IDiagnosticActionResult","features":[248]},{"name":"IDiagnosticInvoker","features":[248]},{"name":"IDiagnosticInvoker2","features":[248]},{"name":"IDiagnosticInvokerStatics","features":[248]},{"name":"IProcessCpuUsage","features":[248]},{"name":"IProcessCpuUsageReport","features":[248]},{"name":"IProcessDiagnosticInfo","features":[248]},{"name":"IProcessDiagnosticInfo2","features":[248]},{"name":"IProcessDiagnosticInfoStatics","features":[248]},{"name":"IProcessDiagnosticInfoStatics2","features":[248]},{"name":"IProcessDiskUsage","features":[248]},{"name":"IProcessDiskUsageReport","features":[248]},{"name":"IProcessMemoryUsage","features":[248]},{"name":"IProcessMemoryUsageReport","features":[248]},{"name":"ISystemCpuUsage","features":[248]},{"name":"ISystemCpuUsageReport","features":[248]},{"name":"ISystemDiagnosticInfo","features":[248]},{"name":"ISystemDiagnosticInfoStatics","features":[248]},{"name":"ISystemDiagnosticInfoStatics2","features":[248]},{"name":"ISystemMemoryUsage","features":[248]},{"name":"ISystemMemoryUsageReport","features":[248]},{"name":"ProcessCpuUsage","features":[248]},{"name":"ProcessCpuUsageReport","features":[248]},{"name":"ProcessDiagnosticInfo","features":[248]},{"name":"ProcessDiskUsage","features":[248]},{"name":"ProcessDiskUsageReport","features":[248]},{"name":"ProcessMemoryUsage","features":[248]},{"name":"ProcessMemoryUsageReport","features":[248]},{"name":"SystemCpuUsage","features":[248]},{"name":"SystemCpuUsageReport","features":[248]},{"name":"SystemDiagnosticInfo","features":[248]},{"name":"SystemMemoryUsage","features":[248]},{"name":"SystemMemoryUsageReport","features":[248]}],"260":[{"name":"DevicePortalConnection","features":[249]},{"name":"DevicePortalConnectionClosedEventArgs","features":[249]},{"name":"DevicePortalConnectionClosedReason","features":[249]},{"name":"DevicePortalConnectionRequestReceivedEventArgs","features":[249]},{"name":"IDevicePortalConnection","features":[249]},{"name":"IDevicePortalConnectionClosedEventArgs","features":[249]},{"name":"IDevicePortalConnectionRequestReceivedEventArgs","features":[249]},{"name":"IDevicePortalConnectionStatics","features":[249]},{"name":"IDevicePortalWebSocketConnection","features":[249]},{"name":"IDevicePortalWebSocketConnectionRequestReceivedEventArgs","features":[249]}],"261":[{"name":"IPlatformTelemetryClientStatics","features":[250]},{"name":"IPlatformTelemetryRegistrationResult","features":[250]},{"name":"IPlatformTelemetryRegistrationSettings","features":[250]},{"name":"PlatformTelemetryClient","features":[250]},{"name":"PlatformTelemetryRegistrationResult","features":[250]},{"name":"PlatformTelemetryRegistrationSettings","features":[250]},{"name":"PlatformTelemetryRegistrationStatus","features":[250]}],"262":[{"name":"IPlatformDiagnosticActionsStatics","features":[251]},{"name":"IPlatformDiagnosticTraceInfo","features":[251]},{"name":"IPlatformDiagnosticTraceRuntimeInfo","features":[251]},{"name":"PlatformDiagnosticActionState","features":[251]},{"name":"PlatformDiagnosticActions","features":[251]},{"name":"PlatformDiagnosticEscalationType","features":[251]},{"name":"PlatformDiagnosticEventBufferLatencies","features":[251]},{"name":"PlatformDiagnosticTraceInfo","features":[251]},{"name":"PlatformDiagnosticTracePriority","features":[251]},{"name":"PlatformDiagnosticTraceRuntimeInfo","features":[251]},{"name":"PlatformDiagnosticTraceSlotState","features":[251]},{"name":"PlatformDiagnosticTraceSlotType","features":[251]}],"263":[{"name":"DisplayRequest","features":[252]},{"name":"IDisplayRequest","features":[252]}],"264":[{"name":"ISysStorageProviderEventReceivedEventArgs","features":[253]},{"name":"ISysStorageProviderEventReceivedEventArgsFactory","features":[253]},{"name":"ISysStorageProviderEventSource","features":[253]},{"name":"ISysStorageProviderHandlerFactory","features":[253]},{"name":"ISysStorageProviderHttpRequestProvider","features":[253]},{"name":"SysStorageProviderEventReceivedEventArgs","features":[253]}],"265":[{"name":"IInstalledDesktopApp","features":[254]},{"name":"IInstalledDesktopAppStatics","features":[254]},{"name":"InstalledDesktopApp","features":[254]}],"266":[{"name":"BackgroundEnergyManager","features":[255]},{"name":"BatteryStatus","features":[255]},{"name":"EnergySaverStatus","features":[255]},{"name":"ForegroundEnergyManager","features":[255]},{"name":"IBackgroundEnergyManagerStatics","features":[255]},{"name":"IForegroundEnergyManagerStatics","features":[255]},{"name":"IPowerManagerStatics","features":[255]},{"name":"PowerManager","features":[255]},{"name":"PowerSupplyStatus","features":[255]}],"269":[{"name":"AnalyticsInfo","features":[256]},{"name":"AnalyticsVersionInfo","features":[256]},{"name":"AppApplicability","features":[256]},{"name":"EducationSettings","features":[256]},{"name":"HardwareIdentification","features":[256]},{"name":"HardwareToken","features":[256]},{"name":"IAnalyticsInfoStatics","features":[256]},{"name":"IAnalyticsInfoStatics2","features":[256]},{"name":"IAnalyticsVersionInfo","features":[256]},{"name":"IAnalyticsVersionInfo2","features":[256]},{"name":"IAppApplicabilityStatics","features":[256]},{"name":"IEducationSettingsStatics","features":[256]},{"name":"IHardwareIdentificationStatics","features":[256]},{"name":"IHardwareToken","features":[256]},{"name":"IKnownRetailInfoPropertiesStatics","features":[256]},{"name":"IPlatformAutomaticAppSignInManagerStatics","features":[256]},{"name":"IPlatformDiagnosticsAndUsageDataSettingsStatics","features":[256]},{"name":"IRetailInfoStatics","features":[256]},{"name":"ISharedModeSettingsStatics","features":[256]},{"name":"ISharedModeSettingsStatics2","features":[256]},{"name":"ISmartAppControlPolicyStatics","features":[256]},{"name":"ISystemIdentificationInfo","features":[256]},{"name":"ISystemIdentificationStatics","features":[256]},{"name":"ISystemSetupInfoStatics","features":[256]},{"name":"IUnsupportedAppRequirement","features":[256]},{"name":"IWindowsIntegrityPolicyStatics","features":[256]},{"name":"KnownRetailInfoProperties","features":[256]},{"name":"PlatformAutomaticAppSignInContract","features":[256]},{"name":"PlatformAutomaticAppSignInManager","features":[256]},{"name":"PlatformAutomaticAppSignInPolicy","features":[256]},{"name":"PlatformDataCollectionLevel","features":[256]},{"name":"PlatformDiagnosticsAndUsageDataSettings","features":[256]},{"name":"ProfileHardwareTokenContract","features":[256]},{"name":"ProfileRetailInfoContract","features":[256]},{"name":"ProfileSharedModeContract","features":[256]},{"name":"RetailInfo","features":[256]},{"name":"SharedModeSettings","features":[256]},{"name":"SmartAppControlPolicy","features":[256]},{"name":"SystemIdentification","features":[256]},{"name":"SystemIdentificationInfo","features":[256]},{"name":"SystemIdentificationSource","features":[256]},{"name":"SystemOutOfBoxExperienceState","features":[256]},{"name":"SystemSetupInfo","features":[256]},{"name":"UnsupportedAppRequirement","features":[256]},{"name":"UnsupportedAppRequirementReasons","features":[256]},{"name":"WindowsIntegrityPolicy","features":[256]}],"270":[{"name":"IOemSupportInfo","features":[257]},{"name":"ISmbiosInformationStatics","features":[257]},{"name":"ISystemSupportDeviceInfo","features":[257]},{"name":"ISystemSupportInfoStatics","features":[257]},{"name":"ISystemSupportInfoStatics2","features":[257]},{"name":"OemSupportInfo","features":[257]},{"name":"SmbiosInformation","features":[257]},{"name":"SystemManufacturersContract","features":[257]},{"name":"SystemSupportDeviceInfo","features":[257]},{"name":"SystemSupportInfo","features":[257]}],"271":[{"name":"IInteractiveSessionStatics","features":[258]},{"name":"InteractiveSession","features":[258]}],"272":[{"name":"IRemoteTextConnection","features":[259]},{"name":"IRemoteTextConnection2","features":[259]},{"name":"IRemoteTextConnectionFactory","features":[259]},{"name":"IRemoteTextConnectionFactory2","features":[259]},{"name":"RemoteKeyEventAttributes","features":[259]},{"name":"RemoteTextConnection","features":[259]},{"name":"RemoteTextConnectionDataHandler","features":[259]},{"name":"RemoteTextConnectionOptions","features":[259]}],"273":[{"name":"IPerformLocalActionRequestedEventArgs","features":[260]},{"name":"IRemoteDesktopConnectionInfo","features":[260]},{"name":"IRemoteDesktopConnectionInfo2","features":[260]},{"name":"IRemoteDesktopConnectionInfoStatics","features":[260]},{"name":"IRemoteDesktopConnectionRemoteInfo","features":[260]},{"name":"IRemoteDesktopConnectionRemoteInfoStatics","features":[260]},{"name":"IRemoteDesktopInfo","features":[260]},{"name":"IRemoteDesktopInfoFactory","features":[260]},{"name":"IRemoteDesktopRegistrarStatics","features":[260]},{"name":"PerformLocalActionRequestedEventArgs","features":[260]},{"name":"RemoteDesktopConnectionInfo","features":[260]},{"name":"RemoteDesktopConnectionRemoteInfo","features":[260]},{"name":"RemoteDesktopConnectionStatus","features":[260]},{"name":"RemoteDesktopInfo","features":[260]},{"name":"RemoteDesktopLocalAction","features":[260]},{"name":"RemoteDesktopRegistrar","features":[260]}],"274":[{"name":"IKnownRemoteSystemCapabilitiesStatics","features":[261]},{"name":"IRemoteSystem","features":[261]},{"name":"IRemoteSystem2","features":[261]},{"name":"IRemoteSystem3","features":[261]},{"name":"IRemoteSystem4","features":[261]},{"name":"IRemoteSystem5","features":[261]},{"name":"IRemoteSystem6","features":[261]},{"name":"IRemoteSystemAddedEventArgs","features":[261]},{"name":"IRemoteSystemApp","features":[261]},{"name":"IRemoteSystemApp2","features":[261]},{"name":"IRemoteSystemAppRegistration","features":[261]},{"name":"IRemoteSystemAppRegistrationStatics","features":[261]},{"name":"IRemoteSystemAuthorizationKindFilter","features":[261]},{"name":"IRemoteSystemAuthorizationKindFilterFactory","features":[261]},{"name":"IRemoteSystemConnectionInfo","features":[261]},{"name":"IRemoteSystemConnectionInfoStatics","features":[261]},{"name":"IRemoteSystemConnectionRequest","features":[261]},{"name":"IRemoteSystemConnectionRequest2","features":[261]},{"name":"IRemoteSystemConnectionRequest3","features":[261]},{"name":"IRemoteSystemConnectionRequestFactory","features":[261]},{"name":"IRemoteSystemConnectionRequestStatics","features":[261]},{"name":"IRemoteSystemConnectionRequestStatics2","features":[261]},{"name":"IRemoteSystemDiscoveryTypeFilter","features":[261]},{"name":"IRemoteSystemDiscoveryTypeFilterFactory","features":[261]},{"name":"IRemoteSystemEnumerationCompletedEventArgs","features":[261]},{"name":"IRemoteSystemFilter","features":[261]},{"name":"IRemoteSystemKindFilter","features":[261]},{"name":"IRemoteSystemKindFilterFactory","features":[261]},{"name":"IRemoteSystemKindStatics","features":[261]},{"name":"IRemoteSystemKindStatics2","features":[261]},{"name":"IRemoteSystemRemovedEventArgs","features":[261]},{"name":"IRemoteSystemSession","features":[261]},{"name":"IRemoteSystemSessionAddedEventArgs","features":[261]},{"name":"IRemoteSystemSessionController","features":[261]},{"name":"IRemoteSystemSessionControllerFactory","features":[261]},{"name":"IRemoteSystemSessionCreationResult","features":[261]},{"name":"IRemoteSystemSessionDisconnectedEventArgs","features":[261]},{"name":"IRemoteSystemSessionInfo","features":[261]},{"name":"IRemoteSystemSessionInvitation","features":[261]},{"name":"IRemoteSystemSessionInvitationListener","features":[261]},{"name":"IRemoteSystemSessionInvitationReceivedEventArgs","features":[261]},{"name":"IRemoteSystemSessionJoinRequest","features":[261]},{"name":"IRemoteSystemSessionJoinRequestedEventArgs","features":[261]},{"name":"IRemoteSystemSessionJoinResult","features":[261]},{"name":"IRemoteSystemSessionMessageChannel","features":[261]},{"name":"IRemoteSystemSessionMessageChannelFactory","features":[261]},{"name":"IRemoteSystemSessionOptions","features":[261]},{"name":"IRemoteSystemSessionParticipant","features":[261]},{"name":"IRemoteSystemSessionParticipantAddedEventArgs","features":[261]},{"name":"IRemoteSystemSessionParticipantRemovedEventArgs","features":[261]},{"name":"IRemoteSystemSessionParticipantWatcher","features":[261]},{"name":"IRemoteSystemSessionRemovedEventArgs","features":[261]},{"name":"IRemoteSystemSessionStatics","features":[261]},{"name":"IRemoteSystemSessionUpdatedEventArgs","features":[261]},{"name":"IRemoteSystemSessionValueSetReceivedEventArgs","features":[261]},{"name":"IRemoteSystemSessionWatcher","features":[261]},{"name":"IRemoteSystemStatics","features":[261]},{"name":"IRemoteSystemStatics2","features":[261]},{"name":"IRemoteSystemStatics3","features":[261]},{"name":"IRemoteSystemStatusTypeFilter","features":[261]},{"name":"IRemoteSystemStatusTypeFilterFactory","features":[261]},{"name":"IRemoteSystemUpdatedEventArgs","features":[261]},{"name":"IRemoteSystemWatcher","features":[261]},{"name":"IRemoteSystemWatcher2","features":[261]},{"name":"IRemoteSystemWatcher3","features":[261]},{"name":"IRemoteSystemWatcherErrorOccurredEventArgs","features":[261]},{"name":"IRemoteSystemWebAccountFilter","features":[261]},{"name":"IRemoteSystemWebAccountFilterFactory","features":[261]},{"name":"KnownRemoteSystemCapabilities","features":[261]},{"name":"RemoteSystem","features":[261]},{"name":"RemoteSystemAccessStatus","features":[261]},{"name":"RemoteSystemAddedEventArgs","features":[261]},{"name":"RemoteSystemApp","features":[261]},{"name":"RemoteSystemAppRegistration","features":[261]},{"name":"RemoteSystemAuthorizationKind","features":[261]},{"name":"RemoteSystemAuthorizationKindFilter","features":[261]},{"name":"RemoteSystemConnectionInfo","features":[261]},{"name":"RemoteSystemConnectionRequest","features":[261]},{"name":"RemoteSystemDiscoveryType","features":[261]},{"name":"RemoteSystemDiscoveryTypeFilter","features":[261]},{"name":"RemoteSystemEnumerationCompletedEventArgs","features":[261]},{"name":"RemoteSystemKindFilter","features":[261]},{"name":"RemoteSystemKinds","features":[261]},{"name":"RemoteSystemPlatform","features":[261]},{"name":"RemoteSystemRemovedEventArgs","features":[261]},{"name":"RemoteSystemSession","features":[261]},{"name":"RemoteSystemSessionAddedEventArgs","features":[261]},{"name":"RemoteSystemSessionController","features":[261]},{"name":"RemoteSystemSessionCreationResult","features":[261]},{"name":"RemoteSystemSessionCreationStatus","features":[261]},{"name":"RemoteSystemSessionDisconnectedEventArgs","features":[261]},{"name":"RemoteSystemSessionDisconnectedReason","features":[261]},{"name":"RemoteSystemSessionInfo","features":[261]},{"name":"RemoteSystemSessionInvitation","features":[261]},{"name":"RemoteSystemSessionInvitationListener","features":[261]},{"name":"RemoteSystemSessionInvitationReceivedEventArgs","features":[261]},{"name":"RemoteSystemSessionJoinRequest","features":[261]},{"name":"RemoteSystemSessionJoinRequestedEventArgs","features":[261]},{"name":"RemoteSystemSessionJoinResult","features":[261]},{"name":"RemoteSystemSessionJoinStatus","features":[261]},{"name":"RemoteSystemSessionMessageChannel","features":[261]},{"name":"RemoteSystemSessionMessageChannelReliability","features":[261]},{"name":"RemoteSystemSessionOptions","features":[261]},{"name":"RemoteSystemSessionParticipant","features":[261]},{"name":"RemoteSystemSessionParticipantAddedEventArgs","features":[261]},{"name":"RemoteSystemSessionParticipantRemovedEventArgs","features":[261]},{"name":"RemoteSystemSessionParticipantWatcher","features":[261]},{"name":"RemoteSystemSessionParticipantWatcherStatus","features":[261]},{"name":"RemoteSystemSessionRemovedEventArgs","features":[261]},{"name":"RemoteSystemSessionUpdatedEventArgs","features":[261]},{"name":"RemoteSystemSessionValueSetReceivedEventArgs","features":[261]},{"name":"RemoteSystemSessionWatcher","features":[261]},{"name":"RemoteSystemSessionWatcherStatus","features":[261]},{"name":"RemoteSystemStatus","features":[261]},{"name":"RemoteSystemStatusType","features":[261]},{"name":"RemoteSystemStatusTypeFilter","features":[261]},{"name":"RemoteSystemUpdatedEventArgs","features":[261]},{"name":"RemoteSystemWatcher","features":[261]},{"name":"RemoteSystemWatcherError","features":[261]},{"name":"RemoteSystemWatcherErrorOccurredEventArgs","features":[261]},{"name":"RemoteSystemWebAccountFilter","features":[261]}],"275":[{"name":"IThreadPoolStatics","features":[262]},{"name":"IThreadPoolTimer","features":[262]},{"name":"IThreadPoolTimerStatics","features":[262]},{"name":"ThreadPool","features":[262]},{"name":"ThreadPoolTimer","features":[262]},{"name":"TimerDestroyedHandler","features":[262]},{"name":"TimerElapsedHandler","features":[262]},{"name":"WorkItemHandler","features":[77,262]},{"name":"WorkItemOptions","features":[262]},{"name":"WorkItemPriority","features":[262]}],"276":[{"name":"IPreallocatedWorkItem","features":[263]},{"name":"IPreallocatedWorkItemFactory","features":[263]},{"name":"ISignalNotifier","features":[263]},{"name":"ISignalNotifierStatics","features":[263]},{"name":"PreallocatedWorkItem","features":[263]},{"name":"SignalHandler","features":[263]},{"name":"SignalNotifier","features":[263]}],"277":[{"name":"ISystemUpdateItem","features":[264]},{"name":"ISystemUpdateLastErrorInfo","features":[264]},{"name":"ISystemUpdateManagerStatics","features":[264]},{"name":"SystemUpdateAttentionRequiredReason","features":[264]},{"name":"SystemUpdateItem","features":[264]},{"name":"SystemUpdateItemState","features":[264]},{"name":"SystemUpdateLastErrorInfo","features":[264]},{"name":"SystemUpdateManager","features":[264]},{"name":"SystemUpdateManagerState","features":[264]},{"name":"SystemUpdateStartInstallAction","features":[264]}],"278":[{"name":"AccountPictureKind","features":[265]},{"name":"AdvertisingManager","features":[265]},{"name":"AdvertisingManagerForUser","features":[265]},{"name":"AssignedAccessSettings","features":[265]},{"name":"DiagnosticsSettings","features":[265]},{"name":"FirstSignInSettings","features":[265]},{"name":"GlobalizationPreferences","features":[265]},{"name":"GlobalizationPreferencesForUser","features":[265]},{"name":"IAdvertisingManagerForUser","features":[265]},{"name":"IAdvertisingManagerStatics","features":[265]},{"name":"IAdvertisingManagerStatics2","features":[265]},{"name":"IAssignedAccessSettings","features":[265]},{"name":"IAssignedAccessSettingsStatics","features":[265]},{"name":"IDiagnosticsSettings","features":[265]},{"name":"IDiagnosticsSettingsStatics","features":[265]},{"name":"IFirstSignInSettings","features":[265]},{"name":"IFirstSignInSettingsStatics","features":[265]},{"name":"IGlobalizationPreferencesForUser","features":[265]},{"name":"IGlobalizationPreferencesStatics","features":[265]},{"name":"IGlobalizationPreferencesStatics2","features":[265]},{"name":"IGlobalizationPreferencesStatics3","features":[265]},{"name":"ILockScreenImageFeedStatics","features":[265]},{"name":"ILockScreenStatics","features":[265]},{"name":"IUserInformationStatics","features":[265]},{"name":"IUserProfilePersonalizationSettings","features":[265]},{"name":"IUserProfilePersonalizationSettingsStatics","features":[265]},{"name":"LockScreen","features":[265]},{"name":"SetAccountPictureResult","features":[265]},{"name":"SetImageFeedResult","features":[265]},{"name":"UserInformation","features":[265]},{"name":"UserProfileContract","features":[265]},{"name":"UserProfileLockScreenContract","features":[265]},{"name":"UserProfilePersonalizationSettings","features":[265]}],"279":[{"name":"Color","features":[266]},{"name":"ColorHelper","features":[266]},{"name":"Colors","features":[266]},{"name":"IColorHelper","features":[266]},{"name":"IColorHelperStatics","features":[266]},{"name":"IColorHelperStatics2","features":[266]},{"name":"IColors","features":[266]},{"name":"IColorsStatics","features":[266]},{"name":"IUIContentRoot","features":[266]},{"name":"IUIContext","features":[266]},{"name":"UIContentRoot","features":[266]},{"name":"UIContext","features":[266]},{"name":"WindowId","features":[266]}],"280":[{"name":"IScreenReaderPositionChangedEventArgs","features":[267]},{"name":"IScreenReaderService","features":[267]},{"name":"ScreenReaderPositionChangedEventArgs","features":[267]},{"name":"ScreenReaderService","features":[267]}],"281":[{"name":"AccountsSettingsPane","features":[268]},{"name":"AccountsSettingsPaneCommandsRequestedEventArgs","features":[268]},{"name":"AccountsSettingsPaneEventDeferral","features":[268]},{"name":"ApplicationsSettingsContract","features":[268]},{"name":"CredentialCommand","features":[268]},{"name":"CredentialCommandCredentialDeletedHandler","features":[268]},{"name":"IAccountsSettingsPane","features":[268]},{"name":"IAccountsSettingsPaneCommandsRequestedEventArgs","features":[268]},{"name":"IAccountsSettingsPaneCommandsRequestedEventArgs2","features":[268]},{"name":"IAccountsSettingsPaneEventDeferral","features":[268]},{"name":"IAccountsSettingsPaneStatics","features":[268]},{"name":"IAccountsSettingsPaneStatics2","features":[268]},{"name":"IAccountsSettingsPaneStatics3","features":[268]},{"name":"ICredentialCommand","features":[268]},{"name":"ICredentialCommandFactory","features":[268]},{"name":"ISettingsCommandFactory","features":[268]},{"name":"ISettingsCommandStatics","features":[268]},{"name":"ISettingsPane","features":[268]},{"name":"ISettingsPaneCommandsRequest","features":[268]},{"name":"ISettingsPaneCommandsRequestedEventArgs","features":[268]},{"name":"ISettingsPaneStatics","features":[268]},{"name":"IWebAccountCommand","features":[268]},{"name":"IWebAccountCommandFactory","features":[268]},{"name":"IWebAccountInvokedArgs","features":[268]},{"name":"IWebAccountProviderCommand","features":[268]},{"name":"IWebAccountProviderCommandFactory","features":[268]},{"name":"SettingsCommand","features":[268,269]},{"name":"SettingsEdgeLocation","features":[268]},{"name":"SettingsPane","features":[268]},{"name":"SettingsPaneCommandsRequest","features":[268]},{"name":"SettingsPaneCommandsRequestedEventArgs","features":[268]},{"name":"SupportedWebAccountActions","features":[268]},{"name":"WebAccountAction","features":[268]},{"name":"WebAccountCommand","features":[268]},{"name":"WebAccountCommandInvokedHandler","features":[268]},{"name":"WebAccountInvokedArgs","features":[268]},{"name":"WebAccountProviderCommand","features":[268]},{"name":"WebAccountProviderCommandInvokedHandler","features":[268]}],"282":[{"name":"AmbientLight","features":[270]},{"name":"AnimationController","features":[270]},{"name":"AnimationControllerProgressBehavior","features":[270]},{"name":"AnimationDelayBehavior","features":[270]},{"name":"AnimationDirection","features":[270]},{"name":"AnimationIterationBehavior","features":[270]},{"name":"AnimationPropertyAccessMode","features":[270]},{"name":"AnimationPropertyInfo","features":[270]},{"name":"AnimationStopBehavior","features":[270]},{"name":"BackEasingFunction","features":[270]},{"name":"BooleanKeyFrameAnimation","features":[270]},{"name":"BounceEasingFunction","features":[270]},{"name":"BounceScalarNaturalMotionAnimation","features":[270]},{"name":"BounceVector2NaturalMotionAnimation","features":[270]},{"name":"BounceVector3NaturalMotionAnimation","features":[270]},{"name":"CircleEasingFunction","features":[270]},{"name":"ColorKeyFrameAnimation","features":[270]},{"name":"CompositionAnimation","features":[270]},{"name":"CompositionAnimationGroup","features":[270]},{"name":"CompositionBackdropBrush","features":[270]},{"name":"CompositionBackfaceVisibility","features":[270]},{"name":"CompositionBatchCompletedEventArgs","features":[270]},{"name":"CompositionBatchTypes","features":[270]},{"name":"CompositionBitmapInterpolationMode","features":[270]},{"name":"CompositionBorderMode","features":[270]},{"name":"CompositionBrush","features":[270]},{"name":"CompositionCapabilities","features":[270]},{"name":"CompositionClip","features":[270]},{"name":"CompositionColorBrush","features":[270]},{"name":"CompositionColorGradientStop","features":[270]},{"name":"CompositionColorGradientStopCollection","features":[270]},{"name":"CompositionColorSpace","features":[270]},{"name":"CompositionCommitBatch","features":[270]},{"name":"CompositionCompositeMode","features":[270]},{"name":"CompositionContainerShape","features":[270]},{"name":"CompositionDrawingSurface","features":[270]},{"name":"CompositionDropShadowSourcePolicy","features":[270]},{"name":"CompositionEasingFunction","features":[270]},{"name":"CompositionEasingFunctionMode","features":[270]},{"name":"CompositionEffectBrush","features":[270]},{"name":"CompositionEffectFactory","features":[270]},{"name":"CompositionEffectFactoryLoadStatus","features":[270]},{"name":"CompositionEffectSourceParameter","features":[270]},{"name":"CompositionEllipseGeometry","features":[270]},{"name":"CompositionGeometricClip","features":[270]},{"name":"CompositionGeometry","features":[270]},{"name":"CompositionGetValueStatus","features":[270]},{"name":"CompositionGradientBrush","features":[270]},{"name":"CompositionGradientExtendMode","features":[270]},{"name":"CompositionGraphicsDevice","features":[270]},{"name":"CompositionLight","features":[270]},{"name":"CompositionLineGeometry","features":[270]},{"name":"CompositionLinearGradientBrush","features":[270]},{"name":"CompositionMappingMode","features":[270]},{"name":"CompositionMaskBrush","features":[270]},{"name":"CompositionMipmapSurface","features":[270]},{"name":"CompositionNineGridBrush","features":[270]},{"name":"CompositionObject","features":[270]},{"name":"CompositionPath","features":[270]},{"name":"CompositionPathGeometry","features":[270]},{"name":"CompositionProjectedShadow","features":[270]},{"name":"CompositionProjectedShadowCaster","features":[270]},{"name":"CompositionProjectedShadowCasterCollection","features":[270]},{"name":"CompositionProjectedShadowReceiver","features":[270]},{"name":"CompositionProjectedShadowReceiverUnorderedCollection","features":[270]},{"name":"CompositionPropertySet","features":[270]},{"name":"CompositionRadialGradientBrush","features":[270]},{"name":"CompositionRectangleGeometry","features":[270]},{"name":"CompositionRoundedRectangleGeometry","features":[270]},{"name":"CompositionScopedBatch","features":[270]},{"name":"CompositionShadow","features":[270]},{"name":"CompositionShape","features":[270]},{"name":"CompositionShapeCollection","features":[37,270]},{"name":"CompositionSpriteShape","features":[270]},{"name":"CompositionStretch","features":[270]},{"name":"CompositionStrokeCap","features":[270]},{"name":"CompositionStrokeDashArray","features":[37,270]},{"name":"CompositionStrokeLineJoin","features":[270]},{"name":"CompositionSurfaceBrush","features":[270]},{"name":"CompositionTarget","features":[270]},{"name":"CompositionTexture","features":[270]},{"name":"CompositionTransform","features":[270]},{"name":"CompositionViewBox","features":[270]},{"name":"CompositionVirtualDrawingSurface","features":[270]},{"name":"CompositionVisualSurface","features":[270]},{"name":"Compositor","features":[270]},{"name":"ContainerVisual","features":[270]},{"name":"CubicBezierEasingFunction","features":[270]},{"name":"DelegatedInkTrailVisual","features":[270]},{"name":"DistantLight","features":[270]},{"name":"DropShadow","features":[270]},{"name":"ElasticEasingFunction","features":[270]},{"name":"ExponentialEasingFunction","features":[270]},{"name":"ExpressionAnimation","features":[270]},{"name":"IAmbientLight","features":[270]},{"name":"IAmbientLight2","features":[270]},{"name":"IAnimationController","features":[270]},{"name":"IAnimationControllerStatics","features":[270]},{"name":"IAnimationObject","features":[270]},{"name":"IAnimationPropertyInfo","features":[270]},{"name":"IAnimationPropertyInfo2","features":[270]},{"name":"IBackEasingFunction","features":[270]},{"name":"IBooleanKeyFrameAnimation","features":[270]},{"name":"IBounceEasingFunction","features":[270]},{"name":"IBounceScalarNaturalMotionAnimation","features":[270]},{"name":"IBounceVector2NaturalMotionAnimation","features":[270]},{"name":"IBounceVector3NaturalMotionAnimation","features":[270]},{"name":"ICircleEasingFunction","features":[270]},{"name":"IColorKeyFrameAnimation","features":[270]},{"name":"ICompositionAnimation","features":[270]},{"name":"ICompositionAnimation2","features":[270]},{"name":"ICompositionAnimation3","features":[270]},{"name":"ICompositionAnimation4","features":[270]},{"name":"ICompositionAnimationBase","features":[270]},{"name":"ICompositionAnimationFactory","features":[270]},{"name":"ICompositionAnimationGroup","features":[270]},{"name":"ICompositionBackdropBrush","features":[270]},{"name":"ICompositionBatchCompletedEventArgs","features":[270]},{"name":"ICompositionBrush","features":[270]},{"name":"ICompositionBrushFactory","features":[270]},{"name":"ICompositionCapabilities","features":[270]},{"name":"ICompositionCapabilitiesStatics","features":[270]},{"name":"ICompositionClip","features":[270]},{"name":"ICompositionClip2","features":[270]},{"name":"ICompositionClipFactory","features":[270]},{"name":"ICompositionColorBrush","features":[270]},{"name":"ICompositionColorGradientStop","features":[270]},{"name":"ICompositionColorGradientStopCollection","features":[270]},{"name":"ICompositionCommitBatch","features":[270]},{"name":"ICompositionContainerShape","features":[270]},{"name":"ICompositionDrawingSurface","features":[270]},{"name":"ICompositionDrawingSurface2","features":[270]},{"name":"ICompositionDrawingSurfaceFactory","features":[270]},{"name":"ICompositionEasingFunction","features":[270]},{"name":"ICompositionEasingFunctionFactory","features":[270]},{"name":"ICompositionEasingFunctionStatics","features":[270]},{"name":"ICompositionEffectBrush","features":[270]},{"name":"ICompositionEffectFactory","features":[270]},{"name":"ICompositionEffectSourceParameter","features":[270]},{"name":"ICompositionEffectSourceParameterFactory","features":[270]},{"name":"ICompositionEllipseGeometry","features":[270]},{"name":"ICompositionGeometricClip","features":[270]},{"name":"ICompositionGeometry","features":[270]},{"name":"ICompositionGeometryFactory","features":[270]},{"name":"ICompositionGradientBrush","features":[270]},{"name":"ICompositionGradientBrush2","features":[270]},{"name":"ICompositionGradientBrushFactory","features":[270]},{"name":"ICompositionGraphicsDevice","features":[270]},{"name":"ICompositionGraphicsDevice2","features":[270]},{"name":"ICompositionGraphicsDevice3","features":[270]},{"name":"ICompositionGraphicsDevice4","features":[270]},{"name":"ICompositionLight","features":[270]},{"name":"ICompositionLight2","features":[270]},{"name":"ICompositionLight3","features":[270]},{"name":"ICompositionLightFactory","features":[270]},{"name":"ICompositionLineGeometry","features":[270]},{"name":"ICompositionLinearGradientBrush","features":[270]},{"name":"ICompositionMaskBrush","features":[270]},{"name":"ICompositionMipmapSurface","features":[270]},{"name":"ICompositionNineGridBrush","features":[270]},{"name":"ICompositionObject","features":[270]},{"name":"ICompositionObject2","features":[270]},{"name":"ICompositionObject3","features":[270]},{"name":"ICompositionObject4","features":[270]},{"name":"ICompositionObject5","features":[270]},{"name":"ICompositionObjectFactory","features":[270]},{"name":"ICompositionObjectStatics","features":[270]},{"name":"ICompositionPath","features":[270]},{"name":"ICompositionPathFactory","features":[270]},{"name":"ICompositionPathGeometry","features":[270]},{"name":"ICompositionProjectedShadow","features":[270]},{"name":"ICompositionProjectedShadowCaster","features":[270]},{"name":"ICompositionProjectedShadowCasterCollection","features":[270]},{"name":"ICompositionProjectedShadowCasterCollectionStatics","features":[270]},{"name":"ICompositionProjectedShadowReceiver","features":[270]},{"name":"ICompositionProjectedShadowReceiverUnorderedCollection","features":[270]},{"name":"ICompositionPropertySet","features":[270]},{"name":"ICompositionPropertySet2","features":[270]},{"name":"ICompositionRadialGradientBrush","features":[270]},{"name":"ICompositionRectangleGeometry","features":[270]},{"name":"ICompositionRoundedRectangleGeometry","features":[270]},{"name":"ICompositionScopedBatch","features":[270]},{"name":"ICompositionShadow","features":[270]},{"name":"ICompositionShadowFactory","features":[270]},{"name":"ICompositionShape","features":[270]},{"name":"ICompositionShapeFactory","features":[270]},{"name":"ICompositionSpriteShape","features":[270]},{"name":"ICompositionSupportsSystemBackdrop","features":[270]},{"name":"ICompositionSurface","features":[270]},{"name":"ICompositionSurfaceBrush","features":[270]},{"name":"ICompositionSurfaceBrush2","features":[270]},{"name":"ICompositionSurfaceBrush3","features":[270]},{"name":"ICompositionSurfaceFacade","features":[270]},{"name":"ICompositionTarget","features":[270]},{"name":"ICompositionTargetFactory","features":[270]},{"name":"ICompositionTexture","features":[270]},{"name":"ICompositionTextureFactory","features":[270]},{"name":"ICompositionTransform","features":[270]},{"name":"ICompositionTransformFactory","features":[270]},{"name":"ICompositionViewBox","features":[270]},{"name":"ICompositionVirtualDrawingSurface","features":[270]},{"name":"ICompositionVirtualDrawingSurfaceFactory","features":[270]},{"name":"ICompositionVisualSurface","features":[270]},{"name":"ICompositor","features":[270]},{"name":"ICompositor2","features":[270]},{"name":"ICompositor3","features":[270]},{"name":"ICompositor4","features":[270]},{"name":"ICompositor5","features":[270]},{"name":"ICompositor6","features":[270]},{"name":"ICompositor7","features":[270]},{"name":"ICompositor8","features":[270]},{"name":"ICompositorStatics","features":[270]},{"name":"ICompositorWithBlurredWallpaperBackdropBrush","features":[270]},{"name":"ICompositorWithProjectedShadow","features":[270]},{"name":"ICompositorWithRadialGradient","features":[270]},{"name":"ICompositorWithVisualSurface","features":[270]},{"name":"IContainerVisual","features":[270]},{"name":"IContainerVisualFactory","features":[270]},{"name":"ICubicBezierEasingFunction","features":[270]},{"name":"IDelegatedInkTrailVisual","features":[270]},{"name":"IDelegatedInkTrailVisualStatics","features":[270]},{"name":"IDistantLight","features":[270]},{"name":"IDistantLight2","features":[270]},{"name":"IDropShadow","features":[270]},{"name":"IDropShadow2","features":[270]},{"name":"IElasticEasingFunction","features":[270]},{"name":"IExponentialEasingFunction","features":[270]},{"name":"IExpressionAnimation","features":[270]},{"name":"IImplicitAnimationCollection","features":[270]},{"name":"IInsetClip","features":[270]},{"name":"IKeyFrameAnimation","features":[270]},{"name":"IKeyFrameAnimation2","features":[270]},{"name":"IKeyFrameAnimation3","features":[270]},{"name":"IKeyFrameAnimationFactory","features":[270]},{"name":"ILayerVisual","features":[270]},{"name":"ILayerVisual2","features":[270]},{"name":"ILinearEasingFunction","features":[270]},{"name":"INaturalMotionAnimation","features":[270]},{"name":"INaturalMotionAnimationFactory","features":[270]},{"name":"IPathKeyFrameAnimation","features":[270]},{"name":"IPointLight","features":[270]},{"name":"IPointLight2","features":[270]},{"name":"IPointLight3","features":[270]},{"name":"IPowerEasingFunction","features":[270]},{"name":"IQuaternionKeyFrameAnimation","features":[270]},{"name":"IRectangleClip","features":[270]},{"name":"IRedirectVisual","features":[270]},{"name":"IRenderingDeviceReplacedEventArgs","features":[270]},{"name":"IScalarKeyFrameAnimation","features":[270]},{"name":"IScalarNaturalMotionAnimation","features":[270]},{"name":"IScalarNaturalMotionAnimationFactory","features":[270]},{"name":"IShapeVisual","features":[270]},{"name":"ISineEasingFunction","features":[270]},{"name":"ISpotLight","features":[270]},{"name":"ISpotLight2","features":[270]},{"name":"ISpotLight3","features":[270]},{"name":"ISpringScalarNaturalMotionAnimation","features":[270]},{"name":"ISpringVector2NaturalMotionAnimation","features":[270]},{"name":"ISpringVector3NaturalMotionAnimation","features":[270]},{"name":"ISpriteVisual","features":[270]},{"name":"ISpriteVisual2","features":[270]},{"name":"IStepEasingFunction","features":[270]},{"name":"IVector2KeyFrameAnimation","features":[270]},{"name":"IVector2NaturalMotionAnimation","features":[270]},{"name":"IVector2NaturalMotionAnimationFactory","features":[270]},{"name":"IVector3KeyFrameAnimation","features":[270]},{"name":"IVector3NaturalMotionAnimation","features":[270]},{"name":"IVector3NaturalMotionAnimationFactory","features":[270]},{"name":"IVector4KeyFrameAnimation","features":[270]},{"name":"IVisual","features":[270]},{"name":"IVisual2","features":[270]},{"name":"IVisual3","features":[270]},{"name":"IVisual4","features":[270]},{"name":"IVisualCollection","features":[270]},{"name":"IVisualElement","features":[270]},{"name":"IVisualElement2","features":[270]},{"name":"IVisualFactory","features":[270]},{"name":"IVisualUnorderedCollection","features":[270]},{"name":"ImplicitAnimationCollection","features":[270]},{"name":"InitialValueExpressionCollection","features":[37,270]},{"name":"InkTrailPoint","features":[77,270]},{"name":"InsetClip","features":[270]},{"name":"KeyFrameAnimation","features":[270]},{"name":"LayerVisual","features":[270]},{"name":"LinearEasingFunction","features":[270]},{"name":"NaturalMotionAnimation","features":[270]},{"name":"PathKeyFrameAnimation","features":[270]},{"name":"PointLight","features":[270]},{"name":"PowerEasingFunction","features":[270]},{"name":"QuaternionKeyFrameAnimation","features":[270]},{"name":"RectangleClip","features":[270]},{"name":"RedirectVisual","features":[270]},{"name":"RenderingDeviceReplacedEventArgs","features":[270]},{"name":"ScalarKeyFrameAnimation","features":[270]},{"name":"ScalarNaturalMotionAnimation","features":[270]},{"name":"ShapeVisual","features":[270]},{"name":"SineEasingFunction","features":[270]},{"name":"SpotLight","features":[270]},{"name":"SpringScalarNaturalMotionAnimation","features":[270]},{"name":"SpringVector2NaturalMotionAnimation","features":[270]},{"name":"SpringVector3NaturalMotionAnimation","features":[270]},{"name":"SpriteVisual","features":[270]},{"name":"StepEasingFunction","features":[270]},{"name":"Vector2KeyFrameAnimation","features":[270]},{"name":"Vector2NaturalMotionAnimation","features":[270]},{"name":"Vector3KeyFrameAnimation","features":[270]},{"name":"Vector3NaturalMotionAnimation","features":[270]},{"name":"Vector4KeyFrameAnimation","features":[270]},{"name":"Visual","features":[270]},{"name":"VisualCollection","features":[270]},{"name":"VisualUnorderedCollection","features":[270]}],"283":[{"name":"CompositorController","features":[271]},{"name":"ICompositorController","features":[271]}],"284":[{"name":"DesktopWindowTarget","features":[272]},{"name":"IDesktopWindowTarget","features":[272]}],"285":[{"name":"CompositionDebugHeatMaps","features":[273]},{"name":"CompositionDebugOverdrawContentKinds","features":[273]},{"name":"CompositionDebugSettings","features":[273]},{"name":"ICompositionDebugHeatMaps","features":[273]},{"name":"ICompositionDebugSettings","features":[273]},{"name":"ICompositionDebugSettingsStatics","features":[273]}],"286":[{"name":"ISceneLightingEffect","features":[274]},{"name":"ISceneLightingEffect2","features":[274]},{"name":"SceneLightingEffect","features":[274]},{"name":"SceneLightingEffectReflectanceModel","features":[274]}],"287":[{"name":"CompositionConditionalValue","features":[275]},{"name":"CompositionInteractionSourceCollection","features":[275]},{"name":"ICompositionConditionalValue","features":[275]},{"name":"ICompositionConditionalValueStatics","features":[275]},{"name":"ICompositionInteractionSource","features":[275]},{"name":"ICompositionInteractionSourceCollection","features":[275]},{"name":"IInteractionSourceConfiguration","features":[275]},{"name":"IInteractionTracker","features":[275]},{"name":"IInteractionTracker2","features":[275]},{"name":"IInteractionTracker3","features":[275]},{"name":"IInteractionTracker4","features":[275]},{"name":"IInteractionTracker5","features":[275]},{"name":"IInteractionTrackerCustomAnimationStateEnteredArgs","features":[275]},{"name":"IInteractionTrackerCustomAnimationStateEnteredArgs2","features":[275]},{"name":"IInteractionTrackerIdleStateEnteredArgs","features":[275]},{"name":"IInteractionTrackerIdleStateEnteredArgs2","features":[275]},{"name":"IInteractionTrackerInertiaModifier","features":[275]},{"name":"IInteractionTrackerInertiaModifierFactory","features":[275]},{"name":"IInteractionTrackerInertiaMotion","features":[275]},{"name":"IInteractionTrackerInertiaMotionStatics","features":[275]},{"name":"IInteractionTrackerInertiaNaturalMotion","features":[275]},{"name":"IInteractionTrackerInertiaNaturalMotionStatics","features":[275]},{"name":"IInteractionTrackerInertiaRestingValue","features":[275]},{"name":"IInteractionTrackerInertiaRestingValueStatics","features":[275]},{"name":"IInteractionTrackerInertiaStateEnteredArgs","features":[275]},{"name":"IInteractionTrackerInertiaStateEnteredArgs2","features":[275]},{"name":"IInteractionTrackerInertiaStateEnteredArgs3","features":[275]},{"name":"IInteractionTrackerInteractingStateEnteredArgs","features":[275]},{"name":"IInteractionTrackerInteractingStateEnteredArgs2","features":[275]},{"name":"IInteractionTrackerOwner","features":[275]},{"name":"IInteractionTrackerRequestIgnoredArgs","features":[275]},{"name":"IInteractionTrackerStatics","features":[275]},{"name":"IInteractionTrackerStatics2","features":[275]},{"name":"IInteractionTrackerValuesChangedArgs","features":[275]},{"name":"IInteractionTrackerVector2InertiaModifier","features":[275]},{"name":"IInteractionTrackerVector2InertiaModifierFactory","features":[275]},{"name":"IInteractionTrackerVector2InertiaNaturalMotion","features":[275]},{"name":"IInteractionTrackerVector2InertiaNaturalMotionStatics","features":[275]},{"name":"IVisualInteractionSource","features":[275]},{"name":"IVisualInteractionSource2","features":[275]},{"name":"IVisualInteractionSource3","features":[275]},{"name":"IVisualInteractionSourceObjectFactory","features":[275]},{"name":"IVisualInteractionSourceStatics","features":[275]},{"name":"IVisualInteractionSourceStatics2","features":[275]},{"name":"InteractionBindingAxisModes","features":[275]},{"name":"InteractionChainingMode","features":[275]},{"name":"InteractionSourceConfiguration","features":[275]},{"name":"InteractionSourceMode","features":[275]},{"name":"InteractionSourceRedirectionMode","features":[275]},{"name":"InteractionTracker","features":[275]},{"name":"InteractionTrackerClampingOption","features":[275]},{"name":"InteractionTrackerCustomAnimationStateEnteredArgs","features":[275]},{"name":"InteractionTrackerIdleStateEnteredArgs","features":[275]},{"name":"InteractionTrackerInertiaModifier","features":[275]},{"name":"InteractionTrackerInertiaMotion","features":[275]},{"name":"InteractionTrackerInertiaNaturalMotion","features":[275]},{"name":"InteractionTrackerInertiaRestingValue","features":[275]},{"name":"InteractionTrackerInertiaStateEnteredArgs","features":[275]},{"name":"InteractionTrackerInteractingStateEnteredArgs","features":[275]},{"name":"InteractionTrackerPositionUpdateOption","features":[275]},{"name":"InteractionTrackerRequestIgnoredArgs","features":[275]},{"name":"InteractionTrackerValuesChangedArgs","features":[275]},{"name":"InteractionTrackerVector2InertiaModifier","features":[275]},{"name":"InteractionTrackerVector2InertiaNaturalMotion","features":[275]},{"name":"VisualInteractionSource","features":[275]},{"name":"VisualInteractionSourceRedirectionMode","features":[275]}],"288":[{"name":"ISceneBoundingBox","features":[276]},{"name":"ISceneComponent","features":[276]},{"name":"ISceneComponentCollection","features":[276]},{"name":"ISceneComponentFactory","features":[276]},{"name":"ISceneMaterial","features":[276]},{"name":"ISceneMaterialFactory","features":[276]},{"name":"ISceneMaterialInput","features":[276]},{"name":"ISceneMaterialInputFactory","features":[276]},{"name":"ISceneMesh","features":[276]},{"name":"ISceneMeshMaterialAttributeMap","features":[276]},{"name":"ISceneMeshRendererComponent","features":[276]},{"name":"ISceneMeshRendererComponentStatics","features":[276]},{"name":"ISceneMeshStatics","features":[276]},{"name":"ISceneMetallicRoughnessMaterial","features":[276]},{"name":"ISceneMetallicRoughnessMaterialStatics","features":[276]},{"name":"ISceneModelTransform","features":[276]},{"name":"ISceneNode","features":[276]},{"name":"ISceneNodeCollection","features":[276]},{"name":"ISceneNodeStatics","features":[276]},{"name":"ISceneObject","features":[276]},{"name":"ISceneObjectFactory","features":[276]},{"name":"IScenePbrMaterial","features":[276]},{"name":"IScenePbrMaterialFactory","features":[276]},{"name":"ISceneRendererComponent","features":[276]},{"name":"ISceneRendererComponentFactory","features":[276]},{"name":"ISceneSurfaceMaterialInput","features":[276]},{"name":"ISceneSurfaceMaterialInputStatics","features":[276]},{"name":"ISceneVisual","features":[276]},{"name":"ISceneVisualStatics","features":[276]},{"name":"SceneAlphaMode","features":[276]},{"name":"SceneAttributeSemantic","features":[276]},{"name":"SceneBoundingBox","features":[276]},{"name":"SceneComponent","features":[276]},{"name":"SceneComponentCollection","features":[37,276]},{"name":"SceneComponentType","features":[276]},{"name":"SceneMaterial","features":[276]},{"name":"SceneMaterialInput","features":[276]},{"name":"SceneMesh","features":[276]},{"name":"SceneMeshMaterialAttributeMap","features":[276]},{"name":"SceneMeshRendererComponent","features":[276]},{"name":"SceneMetallicRoughnessMaterial","features":[276]},{"name":"SceneModelTransform","features":[276]},{"name":"SceneNode","features":[276]},{"name":"SceneNodeCollection","features":[37,276]},{"name":"SceneObject","features":[276]},{"name":"ScenePbrMaterial","features":[276]},{"name":"SceneRendererComponent","features":[276]},{"name":"SceneSurfaceMaterialInput","features":[276]},{"name":"SceneVisual","features":[276]},{"name":"SceneWrappingMode","features":[276]}],"289":[{"name":"AcceleratorKeyEventArgs","features":[277]},{"name":"AppViewBackButtonVisibility","features":[277]},{"name":"AutomationProviderRequestedEventArgs","features":[277]},{"name":"BackRequestedEventArgs","features":[277]},{"name":"CharacterReceivedEventArgs","features":[277]},{"name":"ClosestInteractiveBoundsRequestedEventArgs","features":[277]},{"name":"CoreAcceleratorKeyEventType","features":[277]},{"name":"CoreAcceleratorKeys","features":[277]},{"name":"CoreComponentInputSource","features":[277]},{"name":"CoreCursor","features":[277]},{"name":"CoreCursorType","features":[277]},{"name":"CoreDispatcher","features":[277]},{"name":"CoreDispatcherPriority","features":[277]},{"name":"CoreIndependentInputFilters","features":[277]},{"name":"CoreIndependentInputSource","features":[277]},{"name":"CoreIndependentInputSourceController","features":[277]},{"name":"CoreInputDeviceTypes","features":[277]},{"name":"CorePhysicalKeyStatus","features":[277]},{"name":"CoreProcessEventsOption","features":[277]},{"name":"CoreProximityEvaluation","features":[77,277]},{"name":"CoreProximityEvaluationScore","features":[277]},{"name":"CoreVirtualKeyStates","features":[277]},{"name":"CoreWindow","features":[277]},{"name":"CoreWindowActivationMode","features":[277]},{"name":"CoreWindowActivationState","features":[277]},{"name":"CoreWindowDialog","features":[277]},{"name":"CoreWindowDialogsContract","features":[277]},{"name":"CoreWindowEventArgs","features":[277]},{"name":"CoreWindowFlowDirection","features":[277]},{"name":"CoreWindowFlyout","features":[277]},{"name":"CoreWindowPopupShowingEventArgs","features":[277]},{"name":"CoreWindowResizeManager","features":[277]},{"name":"DispatchedHandler","features":[277]},{"name":"IAcceleratorKeyEventArgs","features":[277]},{"name":"IAcceleratorKeyEventArgs2","features":[277]},{"name":"IAutomationProviderRequestedEventArgs","features":[277]},{"name":"IBackRequestedEventArgs","features":[277]},{"name":"ICharacterReceivedEventArgs","features":[277]},{"name":"IClosestInteractiveBoundsRequestedEventArgs","features":[277]},{"name":"ICoreAcceleratorKeys","features":[277]},{"name":"ICoreClosestInteractiveBoundsRequested","features":[277]},{"name":"ICoreComponentFocusable","features":[277]},{"name":"ICoreCursor","features":[277]},{"name":"ICoreCursorFactory","features":[277]},{"name":"ICoreDispatcher","features":[277]},{"name":"ICoreDispatcher2","features":[277]},{"name":"ICoreDispatcherWithTaskPriority","features":[277]},{"name":"ICoreIndependentInputSourceController","features":[277]},{"name":"ICoreIndependentInputSourceControllerStatics","features":[277]},{"name":"ICoreInputSourceBase","features":[277]},{"name":"ICoreKeyboardInputSource","features":[277]},{"name":"ICoreKeyboardInputSource2","features":[277]},{"name":"ICorePointerInputSource","features":[277]},{"name":"ICorePointerInputSource2","features":[277]},{"name":"ICorePointerRedirector","features":[277]},{"name":"ICoreTouchHitTesting","features":[277]},{"name":"ICoreWindow","features":[277]},{"name":"ICoreWindow2","features":[277]},{"name":"ICoreWindow3","features":[277]},{"name":"ICoreWindow4","features":[277]},{"name":"ICoreWindow5","features":[277]},{"name":"ICoreWindowDialog","features":[277]},{"name":"ICoreWindowDialogFactory","features":[277]},{"name":"ICoreWindowEventArgs","features":[277]},{"name":"ICoreWindowFlyout","features":[277]},{"name":"ICoreWindowFlyoutFactory","features":[277]},{"name":"ICoreWindowPopupShowingEventArgs","features":[277]},{"name":"ICoreWindowResizeManager","features":[277]},{"name":"ICoreWindowResizeManagerLayoutCapability","features":[277]},{"name":"ICoreWindowResizeManagerStatics","features":[277]},{"name":"ICoreWindowStatic","features":[277]},{"name":"ICoreWindowWithContext","features":[277]},{"name":"IIdleDispatchedHandlerArgs","features":[277]},{"name":"IInitializeWithCoreWindow","features":[277]},{"name":"IInputEnabledEventArgs","features":[277]},{"name":"IKeyEventArgs","features":[277]},{"name":"IKeyEventArgs2","features":[277]},{"name":"IPointerEventArgs","features":[277]},{"name":"ISystemNavigationManager","features":[277]},{"name":"ISystemNavigationManager2","features":[277]},{"name":"ISystemNavigationManagerStatics","features":[277]},{"name":"ITouchHitTestingEventArgs","features":[277]},{"name":"IVisibilityChangedEventArgs","features":[277]},{"name":"IWindowActivatedEventArgs","features":[277]},{"name":"IWindowSizeChangedEventArgs","features":[277]},{"name":"IdleDispatchedHandler","features":[277]},{"name":"IdleDispatchedHandlerArgs","features":[277]},{"name":"InputEnabledEventArgs","features":[277]},{"name":"KeyEventArgs","features":[277]},{"name":"PointerEventArgs","features":[277]},{"name":"SystemNavigationManager","features":[277]},{"name":"TouchHitTestingEventArgs","features":[277]},{"name":"VisibilityChangedEventArgs","features":[277]},{"name":"WindowActivatedEventArgs","features":[277]},{"name":"WindowSizeChangedEventArgs","features":[277]}],"290":[{"name":"AnimationDescription","features":[278]},{"name":"AnimationEffect","features":[278]},{"name":"AnimationEffectTarget","features":[278]},{"name":"AnimationMetricsContract","features":[278]},{"name":"IAnimationDescription","features":[278]},{"name":"IAnimationDescriptionFactory","features":[278]},{"name":"IOpacityAnimation","features":[278]},{"name":"IPropertyAnimation","features":[278]},{"name":"IScaleAnimation","features":[278]},{"name":"OpacityAnimation","features":[278]},{"name":"PropertyAnimation","features":[278]},{"name":"PropertyAnimationType","features":[278]},{"name":"ScaleAnimation","features":[278]},{"name":"TranslationAnimation","features":[278]}],"291":[{"name":"CoreAppWindowPreview","features":[279]},{"name":"ICoreAppWindowPreview","features":[279]},{"name":"ICoreAppWindowPreviewStatics","features":[279]},{"name":"ISystemNavigationCloseRequestedPreviewEventArgs","features":[279]},{"name":"ISystemNavigationManagerPreview","features":[279]},{"name":"ISystemNavigationManagerPreviewStatics","features":[279]},{"name":"SystemNavigationCloseRequestedPreviewEventArgs","features":[279]},{"name":"SystemNavigationManagerPreview","features":[279]}],"292":[{"name":"AttachableInputObject","features":[280]},{"name":"CrossSlideThresholds","features":[280]},{"name":"CrossSlidingEventArgs","features":[280]},{"name":"CrossSlidingState","features":[280]},{"name":"DraggingEventArgs","features":[280]},{"name":"DraggingState","features":[280]},{"name":"EdgeGesture","features":[280]},{"name":"EdgeGestureEventArgs","features":[280]},{"name":"EdgeGestureKind","features":[280]},{"name":"GazeInputAccessStatus","features":[280]},{"name":"GestureRecognizer","features":[280]},{"name":"GestureSettings","features":[280]},{"name":"HoldingEventArgs","features":[280]},{"name":"HoldingState","features":[280]},{"name":"IAttachableInputObject","features":[280]},{"name":"IAttachableInputObjectFactory","features":[280]},{"name":"ICrossSlidingEventArgs","features":[280]},{"name":"ICrossSlidingEventArgs2","features":[280]},{"name":"IDraggingEventArgs","features":[280]},{"name":"IDraggingEventArgs2","features":[280]},{"name":"IEdgeGesture","features":[280]},{"name":"IEdgeGestureEventArgs","features":[280]},{"name":"IEdgeGestureStatics","features":[280]},{"name":"IGestureRecognizer","features":[280]},{"name":"IGestureRecognizer2","features":[280]},{"name":"IHoldingEventArgs","features":[280]},{"name":"IHoldingEventArgs2","features":[280]},{"name":"IInputActivationListener","features":[280]},{"name":"IInputActivationListenerActivationChangedEventArgs","features":[280]},{"name":"IKeyboardDeliveryInterceptor","features":[280]},{"name":"IKeyboardDeliveryInterceptorStatics","features":[280]},{"name":"IManipulationCompletedEventArgs","features":[280]},{"name":"IManipulationCompletedEventArgs2","features":[280]},{"name":"IManipulationInertiaStartingEventArgs","features":[280]},{"name":"IManipulationInertiaStartingEventArgs2","features":[280]},{"name":"IManipulationStartedEventArgs","features":[280]},{"name":"IManipulationStartedEventArgs2","features":[280]},{"name":"IManipulationUpdatedEventArgs","features":[280]},{"name":"IManipulationUpdatedEventArgs2","features":[280]},{"name":"IMouseWheelParameters","features":[280]},{"name":"IPhysicalGestureRecognizer","features":[280]},{"name":"IPointerPoint","features":[280]},{"name":"IPointerPointPhysicalPosition","features":[280]},{"name":"IPointerPointProperties","features":[280]},{"name":"IPointerPointProperties2","features":[280]},{"name":"IPointerPointStatics","features":[280]},{"name":"IPointerPointTransform","features":[280]},{"name":"IPointerVisualizationSettings","features":[280]},{"name":"IPointerVisualizationSettingsStatics","features":[280]},{"name":"IRadialController","features":[280]},{"name":"IRadialController2","features":[280]},{"name":"IRadialControllerButtonClickedEventArgs","features":[280]},{"name":"IRadialControllerButtonClickedEventArgs2","features":[280]},{"name":"IRadialControllerButtonHoldingEventArgs","features":[280]},{"name":"IRadialControllerButtonPressedEventArgs","features":[280]},{"name":"IRadialControllerButtonReleasedEventArgs","features":[280]},{"name":"IRadialControllerConfiguration","features":[280]},{"name":"IRadialControllerConfiguration2","features":[280]},{"name":"IRadialControllerConfigurationStatics","features":[280]},{"name":"IRadialControllerConfigurationStatics2","features":[280]},{"name":"IRadialControllerControlAcquiredEventArgs","features":[280]},{"name":"IRadialControllerControlAcquiredEventArgs2","features":[280]},{"name":"IRadialControllerMenu","features":[280]},{"name":"IRadialControllerMenuItem","features":[280]},{"name":"IRadialControllerMenuItemStatics","features":[280]},{"name":"IRadialControllerMenuItemStatics2","features":[280]},{"name":"IRadialControllerRotationChangedEventArgs","features":[280]},{"name":"IRadialControllerRotationChangedEventArgs2","features":[280]},{"name":"IRadialControllerScreenContact","features":[280]},{"name":"IRadialControllerScreenContactContinuedEventArgs","features":[280]},{"name":"IRadialControllerScreenContactContinuedEventArgs2","features":[280]},{"name":"IRadialControllerScreenContactEndedEventArgs","features":[280]},{"name":"IRadialControllerScreenContactStartedEventArgs","features":[280]},{"name":"IRadialControllerScreenContactStartedEventArgs2","features":[280]},{"name":"IRadialControllerStatics","features":[280]},{"name":"IRightTappedEventArgs","features":[280]},{"name":"IRightTappedEventArgs2","features":[280]},{"name":"ISystemButtonEventController","features":[280]},{"name":"ISystemButtonEventControllerStatics","features":[280]},{"name":"ISystemFunctionButtonEventArgs","features":[280]},{"name":"ISystemFunctionLockChangedEventArgs","features":[280]},{"name":"ISystemFunctionLockIndicatorChangedEventArgs","features":[280]},{"name":"ITappedEventArgs","features":[280]},{"name":"ITappedEventArgs2","features":[280]},{"name":"ITouchpadGesturesController","features":[280]},{"name":"ITouchpadGesturesControllerStatics","features":[280]},{"name":"ITouchpadGlobalActionEventArgs","features":[280]},{"name":"InputActivationListener","features":[280]},{"name":"InputActivationListenerActivationChangedEventArgs","features":[280]},{"name":"InputActivationState","features":[280]},{"name":"KeyboardDeliveryInterceptor","features":[280]},{"name":"ManipulationCompletedEventArgs","features":[280]},{"name":"ManipulationDelta","features":[77,280]},{"name":"ManipulationInertiaStartingEventArgs","features":[280]},{"name":"ManipulationStartedEventArgs","features":[280]},{"name":"ManipulationUpdatedEventArgs","features":[280]},{"name":"ManipulationVelocities","features":[77,280]},{"name":"MouseWheelParameters","features":[280]},{"name":"PhysicalGestureRecognizer","features":[280]},{"name":"PointerPoint","features":[280]},{"name":"PointerPointProperties","features":[280]},{"name":"PointerUpdateKind","features":[280]},{"name":"PointerVisualizationSettings","features":[280]},{"name":"RadialController","features":[280]},{"name":"RadialControllerButtonClickedEventArgs","features":[280]},{"name":"RadialControllerButtonHoldingEventArgs","features":[280]},{"name":"RadialControllerButtonPressedEventArgs","features":[280]},{"name":"RadialControllerButtonReleasedEventArgs","features":[280]},{"name":"RadialControllerConfiguration","features":[280]},{"name":"RadialControllerControlAcquiredEventArgs","features":[280]},{"name":"RadialControllerMenu","features":[280]},{"name":"RadialControllerMenuItem","features":[280]},{"name":"RadialControllerMenuKnownIcon","features":[280]},{"name":"RadialControllerRotationChangedEventArgs","features":[280]},{"name":"RadialControllerScreenContact","features":[280]},{"name":"RadialControllerScreenContactContinuedEventArgs","features":[280]},{"name":"RadialControllerScreenContactEndedEventArgs","features":[280]},{"name":"RadialControllerScreenContactStartedEventArgs","features":[280]},{"name":"RadialControllerSystemMenuItemKind","features":[280]},{"name":"RightTappedEventArgs","features":[280]},{"name":"SystemButtonEventController","features":[280]},{"name":"SystemFunctionButtonEventArgs","features":[280]},{"name":"SystemFunctionLockChangedEventArgs","features":[280]},{"name":"SystemFunctionLockIndicatorChangedEventArgs","features":[280]},{"name":"TappedEventArgs","features":[280]},{"name":"TouchpadGesturesController","features":[280]},{"name":"TouchpadGlobalAction","features":[280]},{"name":"TouchpadGlobalActionEventArgs","features":[280]},{"name":"TouchpadGlobalGestureKinds","features":[280]}],"293":[{"name":"IRadialControllerIndependentInputSource","features":[281]},{"name":"IRadialControllerIndependentInputSource2","features":[281]},{"name":"IRadialControllerIndependentInputSourceStatics","features":[281]},{"name":"RadialControllerIndependentInputSource","features":[281]}],"294":[{"name":"HandwritingLineHeight","features":[282]},{"name":"IInkDrawingAttributes","features":[282]},{"name":"IInkDrawingAttributes2","features":[282]},{"name":"IInkDrawingAttributes3","features":[282]},{"name":"IInkDrawingAttributes4","features":[282]},{"name":"IInkDrawingAttributes5","features":[282]},{"name":"IInkDrawingAttributesPencilProperties","features":[282]},{"name":"IInkDrawingAttributesStatics","features":[282]},{"name":"IInkInputConfiguration","features":[282]},{"name":"IInkInputConfiguration2","features":[282]},{"name":"IInkInputProcessingConfiguration","features":[282]},{"name":"IInkManager","features":[282]},{"name":"IInkModelerAttributes","features":[282]},{"name":"IInkModelerAttributes2","features":[282]},{"name":"IInkPoint","features":[282]},{"name":"IInkPoint2","features":[282]},{"name":"IInkPointFactory","features":[282]},{"name":"IInkPointFactory2","features":[282]},{"name":"IInkPresenter","features":[282]},{"name":"IInkPresenter2","features":[282]},{"name":"IInkPresenter3","features":[282]},{"name":"IInkPresenterProtractor","features":[282]},{"name":"IInkPresenterProtractorFactory","features":[282]},{"name":"IInkPresenterRuler","features":[282]},{"name":"IInkPresenterRuler2","features":[282]},{"name":"IInkPresenterRulerFactory","features":[282]},{"name":"IInkPresenterStencil","features":[282]},{"name":"IInkRecognitionResult","features":[282]},{"name":"IInkRecognizer","features":[282]},{"name":"IInkRecognizerContainer","features":[282]},{"name":"IInkStroke","features":[282]},{"name":"IInkStroke2","features":[282]},{"name":"IInkStroke3","features":[282]},{"name":"IInkStroke4","features":[282]},{"name":"IInkStrokeBuilder","features":[282]},{"name":"IInkStrokeBuilder2","features":[282]},{"name":"IInkStrokeBuilder3","features":[282]},{"name":"IInkStrokeContainer","features":[282]},{"name":"IInkStrokeContainer2","features":[282]},{"name":"IInkStrokeContainer3","features":[282]},{"name":"IInkStrokeInput","features":[282]},{"name":"IInkStrokeRenderingSegment","features":[282]},{"name":"IInkStrokesCollectedEventArgs","features":[282]},{"name":"IInkStrokesErasedEventArgs","features":[282]},{"name":"IInkSynchronizer","features":[282]},{"name":"IInkUnprocessedInput","features":[282]},{"name":"IPenAndInkSettings","features":[282]},{"name":"IPenAndInkSettings2","features":[282]},{"name":"IPenAndInkSettingsStatics","features":[282]},{"name":"InkDrawingAttributes","features":[282]},{"name":"InkDrawingAttributesKind","features":[282]},{"name":"InkDrawingAttributesPencilProperties","features":[282]},{"name":"InkHighContrastAdjustment","features":[282]},{"name":"InkInputConfiguration","features":[282]},{"name":"InkInputProcessingConfiguration","features":[282]},{"name":"InkInputProcessingMode","features":[282]},{"name":"InkInputRightDragAction","features":[282]},{"name":"InkManager","features":[282]},{"name":"InkManipulationMode","features":[282]},{"name":"InkModelerAttributes","features":[282]},{"name":"InkPersistenceFormat","features":[282]},{"name":"InkPoint","features":[282]},{"name":"InkPresenter","features":[282]},{"name":"InkPresenterPredefinedConfiguration","features":[282]},{"name":"InkPresenterProtractor","features":[282]},{"name":"InkPresenterRuler","features":[282]},{"name":"InkPresenterStencilKind","features":[282]},{"name":"InkRecognitionResult","features":[282]},{"name":"InkRecognitionTarget","features":[282]},{"name":"InkRecognizer","features":[282]},{"name":"InkRecognizerContainer","features":[282]},{"name":"InkStroke","features":[282]},{"name":"InkStrokeBuilder","features":[282]},{"name":"InkStrokeContainer","features":[282]},{"name":"InkStrokeInput","features":[282]},{"name":"InkStrokeRenderingSegment","features":[282]},{"name":"InkStrokesCollectedEventArgs","features":[282]},{"name":"InkStrokesErasedEventArgs","features":[282]},{"name":"InkSynchronizer","features":[282]},{"name":"InkUnprocessedInput","features":[282]},{"name":"PenAndInkSettings","features":[282]},{"name":"PenHandedness","features":[282]},{"name":"PenTipShape","features":[282]}],"295":[{"name":"IInkAnalysisInkBullet","features":[283]},{"name":"IInkAnalysisInkDrawing","features":[283]},{"name":"IInkAnalysisInkWord","features":[283]},{"name":"IInkAnalysisLine","features":[283]},{"name":"IInkAnalysisListItem","features":[283]},{"name":"IInkAnalysisNode","features":[283]},{"name":"IInkAnalysisParagraph","features":[283]},{"name":"IInkAnalysisResult","features":[283]},{"name":"IInkAnalysisRoot","features":[283]},{"name":"IInkAnalysisWritingRegion","features":[283]},{"name":"IInkAnalyzer","features":[283]},{"name":"IInkAnalyzerFactory","features":[283]},{"name":"InkAnalysisDrawingKind","features":[283]},{"name":"InkAnalysisInkBullet","features":[283]},{"name":"InkAnalysisInkDrawing","features":[283]},{"name":"InkAnalysisInkWord","features":[283]},{"name":"InkAnalysisLine","features":[283]},{"name":"InkAnalysisListItem","features":[283]},{"name":"InkAnalysisNode","features":[283]},{"name":"InkAnalysisNodeKind","features":[283]},{"name":"InkAnalysisParagraph","features":[283]},{"name":"InkAnalysisResult","features":[283]},{"name":"InkAnalysisRoot","features":[283]},{"name":"InkAnalysisStatus","features":[283]},{"name":"InkAnalysisStrokeKind","features":[283]},{"name":"InkAnalysisWritingRegion","features":[283]},{"name":"InkAnalyzer","features":[283]}],"296":[{"name":"CoreIncrementalInkStroke","features":[284]},{"name":"CoreInkIndependentInputSource","features":[284]},{"name":"CoreInkPresenterHost","features":[284]},{"name":"CoreWetStrokeDisposition","features":[284]},{"name":"CoreWetStrokeUpdateEventArgs","features":[284]},{"name":"CoreWetStrokeUpdateSource","features":[284]},{"name":"ICoreIncrementalInkStroke","features":[284]},{"name":"ICoreIncrementalInkStrokeFactory","features":[284]},{"name":"ICoreInkIndependentInputSource","features":[284]},{"name":"ICoreInkIndependentInputSource2","features":[284]},{"name":"ICoreInkIndependentInputSourceStatics","features":[284]},{"name":"ICoreInkPresenterHost","features":[284]},{"name":"ICoreWetStrokeUpdateEventArgs","features":[284]},{"name":"ICoreWetStrokeUpdateSource","features":[284]},{"name":"ICoreWetStrokeUpdateSourceStatics","features":[284]}],"297":[{"name":"IPalmRejectionDelayZonePreview","features":[285]},{"name":"IPalmRejectionDelayZonePreviewStatics","features":[285]},{"name":"PalmRejectionDelayZonePreview","features":[285]}],"298":[{"name":"IInputActivationListenerPreviewStatics","features":[286]},{"name":"InputActivationListenerPreview","features":[286]}],"299":[{"name":"IInjectedInputGamepadInfo","features":[287]},{"name":"IInjectedInputGamepadInfoFactory","features":[287]},{"name":"IInjectedInputKeyboardInfo","features":[287]},{"name":"IInjectedInputMouseInfo","features":[287]},{"name":"IInjectedInputPenInfo","features":[287]},{"name":"IInjectedInputTouchInfo","features":[287]},{"name":"IInputInjector","features":[287]},{"name":"IInputInjector2","features":[287]},{"name":"IInputInjectorStatics","features":[287]},{"name":"IInputInjectorStatics2","features":[287]},{"name":"InjectedInputButtonChangeKind","features":[287]},{"name":"InjectedInputGamepadInfo","features":[287]},{"name":"InjectedInputKeyOptions","features":[287]},{"name":"InjectedInputKeyboardInfo","features":[287]},{"name":"InjectedInputMouseInfo","features":[287]},{"name":"InjectedInputMouseOptions","features":[287]},{"name":"InjectedInputPenButtons","features":[287]},{"name":"InjectedInputPenInfo","features":[287]},{"name":"InjectedInputPenParameters","features":[287]},{"name":"InjectedInputPoint","features":[287]},{"name":"InjectedInputPointerInfo","features":[287]},{"name":"InjectedInputPointerOptions","features":[287]},{"name":"InjectedInputRectangle","features":[287]},{"name":"InjectedInputShortcut","features":[287]},{"name":"InjectedInputTouchInfo","features":[287]},{"name":"InjectedInputTouchParameters","features":[287]},{"name":"InjectedInputVisualizationMode","features":[287]},{"name":"InputInjector","features":[287]}],"300":[{"name":"ISpatialGestureRecognizer","features":[288]},{"name":"ISpatialGestureRecognizerFactory","features":[288]},{"name":"ISpatialHoldCanceledEventArgs","features":[288]},{"name":"ISpatialHoldCompletedEventArgs","features":[288]},{"name":"ISpatialHoldStartedEventArgs","features":[288]},{"name":"ISpatialInteraction","features":[288]},{"name":"ISpatialInteractionController","features":[288]},{"name":"ISpatialInteractionController2","features":[288]},{"name":"ISpatialInteractionController3","features":[288]},{"name":"ISpatialInteractionControllerProperties","features":[288]},{"name":"ISpatialInteractionDetectedEventArgs","features":[288]},{"name":"ISpatialInteractionDetectedEventArgs2","features":[288]},{"name":"ISpatialInteractionManager","features":[288]},{"name":"ISpatialInteractionManagerStatics","features":[288]},{"name":"ISpatialInteractionManagerStatics2","features":[288]},{"name":"ISpatialInteractionSource","features":[288]},{"name":"ISpatialInteractionSource2","features":[288]},{"name":"ISpatialInteractionSource3","features":[288]},{"name":"ISpatialInteractionSource4","features":[288]},{"name":"ISpatialInteractionSourceEventArgs","features":[288]},{"name":"ISpatialInteractionSourceEventArgs2","features":[288]},{"name":"ISpatialInteractionSourceLocation","features":[288]},{"name":"ISpatialInteractionSourceLocation2","features":[288]},{"name":"ISpatialInteractionSourceLocation3","features":[288]},{"name":"ISpatialInteractionSourceProperties","features":[288]},{"name":"ISpatialInteractionSourceState","features":[288]},{"name":"ISpatialInteractionSourceState2","features":[288]},{"name":"ISpatialInteractionSourceState3","features":[288]},{"name":"ISpatialManipulationCanceledEventArgs","features":[288]},{"name":"ISpatialManipulationCompletedEventArgs","features":[288]},{"name":"ISpatialManipulationDelta","features":[288]},{"name":"ISpatialManipulationStartedEventArgs","features":[288]},{"name":"ISpatialManipulationUpdatedEventArgs","features":[288]},{"name":"ISpatialNavigationCanceledEventArgs","features":[288]},{"name":"ISpatialNavigationCompletedEventArgs","features":[288]},{"name":"ISpatialNavigationStartedEventArgs","features":[288]},{"name":"ISpatialNavigationUpdatedEventArgs","features":[288]},{"name":"ISpatialPointerInteractionSourcePose","features":[288]},{"name":"ISpatialPointerInteractionSourcePose2","features":[288]},{"name":"ISpatialPointerPose","features":[288]},{"name":"ISpatialPointerPose2","features":[288]},{"name":"ISpatialPointerPose3","features":[288]},{"name":"ISpatialPointerPoseStatics","features":[288]},{"name":"ISpatialRecognitionEndedEventArgs","features":[288]},{"name":"ISpatialRecognitionStartedEventArgs","features":[288]},{"name":"ISpatialTappedEventArgs","features":[288]},{"name":"SpatialGestureRecognizer","features":[288]},{"name":"SpatialGestureSettings","features":[288]},{"name":"SpatialHoldCanceledEventArgs","features":[288]},{"name":"SpatialHoldCompletedEventArgs","features":[288]},{"name":"SpatialHoldStartedEventArgs","features":[288]},{"name":"SpatialInteraction","features":[288]},{"name":"SpatialInteractionController","features":[288]},{"name":"SpatialInteractionControllerProperties","features":[288]},{"name":"SpatialInteractionDetectedEventArgs","features":[288]},{"name":"SpatialInteractionManager","features":[288]},{"name":"SpatialInteractionPressKind","features":[288]},{"name":"SpatialInteractionSource","features":[288]},{"name":"SpatialInteractionSourceEventArgs","features":[288]},{"name":"SpatialInteractionSourceHandedness","features":[288]},{"name":"SpatialInteractionSourceKind","features":[288]},{"name":"SpatialInteractionSourceLocation","features":[288]},{"name":"SpatialInteractionSourcePositionAccuracy","features":[288]},{"name":"SpatialInteractionSourceProperties","features":[288]},{"name":"SpatialInteractionSourceState","features":[288]},{"name":"SpatialManipulationCanceledEventArgs","features":[288]},{"name":"SpatialManipulationCompletedEventArgs","features":[288]},{"name":"SpatialManipulationDelta","features":[288]},{"name":"SpatialManipulationStartedEventArgs","features":[288]},{"name":"SpatialManipulationUpdatedEventArgs","features":[288]},{"name":"SpatialNavigationCanceledEventArgs","features":[288]},{"name":"SpatialNavigationCompletedEventArgs","features":[288]},{"name":"SpatialNavigationStartedEventArgs","features":[288]},{"name":"SpatialNavigationUpdatedEventArgs","features":[288]},{"name":"SpatialPointerInteractionSourcePose","features":[288]},{"name":"SpatialPointerPose","features":[288]},{"name":"SpatialRecognitionEndedEventArgs","features":[288]},{"name":"SpatialRecognitionStartedEventArgs","features":[288]},{"name":"SpatialTappedEventArgs","features":[288]}],"301":[{"name":"AdaptiveNotificationContentKind","features":[289]},{"name":"AdaptiveNotificationText","features":[289]},{"name":"BadgeNotification","features":[289]},{"name":"BadgeTemplateType","features":[289]},{"name":"BadgeUpdateManager","features":[289]},{"name":"BadgeUpdateManagerForUser","features":[289]},{"name":"BadgeUpdater","features":[289]},{"name":"IAdaptiveNotificationContent","features":[289]},{"name":"IAdaptiveNotificationText","features":[289]},{"name":"IBadgeNotification","features":[289]},{"name":"IBadgeNotificationFactory","features":[289]},{"name":"IBadgeUpdateManagerForUser","features":[289]},{"name":"IBadgeUpdateManagerStatics","features":[289]},{"name":"IBadgeUpdateManagerStatics2","features":[289]},{"name":"IBadgeUpdater","features":[289]},{"name":"IKnownAdaptiveNotificationHintsStatics","features":[289]},{"name":"IKnownAdaptiveNotificationTextStylesStatics","features":[289]},{"name":"IKnownNotificationBindingsStatics","features":[289]},{"name":"INotification","features":[289]},{"name":"INotificationBinding","features":[289]},{"name":"INotificationData","features":[289]},{"name":"INotificationDataFactory","features":[289]},{"name":"INotificationVisual","features":[289]},{"name":"IScheduledTileNotification","features":[289]},{"name":"IScheduledTileNotificationFactory","features":[289]},{"name":"IScheduledToastNotification","features":[289]},{"name":"IScheduledToastNotification2","features":[289]},{"name":"IScheduledToastNotification3","features":[289]},{"name":"IScheduledToastNotification4","features":[289]},{"name":"IScheduledToastNotificationFactory","features":[289]},{"name":"IScheduledToastNotificationShowingEventArgs","features":[289]},{"name":"IShownTileNotification","features":[289]},{"name":"ITileFlyoutNotification","features":[289]},{"name":"ITileFlyoutNotificationFactory","features":[289]},{"name":"ITileFlyoutUpdateManagerStatics","features":[289]},{"name":"ITileFlyoutUpdater","features":[289]},{"name":"ITileNotification","features":[289]},{"name":"ITileNotificationFactory","features":[289]},{"name":"ITileUpdateManagerForUser","features":[289]},{"name":"ITileUpdateManagerStatics","features":[289]},{"name":"ITileUpdateManagerStatics2","features":[289]},{"name":"ITileUpdater","features":[289]},{"name":"ITileUpdater2","features":[289]},{"name":"IToastActivatedEventArgs","features":[289]},{"name":"IToastActivatedEventArgs2","features":[289]},{"name":"IToastCollection","features":[289]},{"name":"IToastCollectionFactory","features":[289]},{"name":"IToastCollectionManager","features":[289]},{"name":"IToastDismissedEventArgs","features":[289]},{"name":"IToastFailedEventArgs","features":[289]},{"name":"IToastNotification","features":[289]},{"name":"IToastNotification2","features":[289]},{"name":"IToastNotification3","features":[289]},{"name":"IToastNotification4","features":[289]},{"name":"IToastNotification6","features":[289]},{"name":"IToastNotificationActionTriggerDetail","features":[289]},{"name":"IToastNotificationFactory","features":[289]},{"name":"IToastNotificationHistory","features":[289]},{"name":"IToastNotificationHistory2","features":[289]},{"name":"IToastNotificationHistoryChangedTriggerDetail","features":[289]},{"name":"IToastNotificationHistoryChangedTriggerDetail2","features":[289]},{"name":"IToastNotificationManagerForUser","features":[289]},{"name":"IToastNotificationManagerForUser2","features":[289]},{"name":"IToastNotificationManagerForUser3","features":[289]},{"name":"IToastNotificationManagerStatics","features":[289]},{"name":"IToastNotificationManagerStatics2","features":[289]},{"name":"IToastNotificationManagerStatics4","features":[289]},{"name":"IToastNotificationManagerStatics5","features":[289]},{"name":"IToastNotifier","features":[289]},{"name":"IToastNotifier2","features":[289]},{"name":"IToastNotifier3","features":[289]},{"name":"IUserNotification","features":[289]},{"name":"IUserNotificationChangedEventArgs","features":[289]},{"name":"KnownAdaptiveNotificationHints","features":[289]},{"name":"KnownAdaptiveNotificationTextStyles","features":[289]},{"name":"KnownNotificationBindings","features":[289]},{"name":"Notification","features":[289]},{"name":"NotificationBinding","features":[289]},{"name":"NotificationData","features":[289]},{"name":"NotificationKinds","features":[289]},{"name":"NotificationMirroring","features":[289]},{"name":"NotificationSetting","features":[289]},{"name":"NotificationUpdateResult","features":[289]},{"name":"NotificationVisual","features":[289]},{"name":"PeriodicUpdateRecurrence","features":[289]},{"name":"ScheduledTileNotification","features":[289]},{"name":"ScheduledToastNotification","features":[289]},{"name":"ScheduledToastNotificationShowingEventArgs","features":[289]},{"name":"ShownTileNotification","features":[289]},{"name":"TileFlyoutNotification","features":[289]},{"name":"TileFlyoutTemplateType","features":[289]},{"name":"TileFlyoutUpdateManager","features":[289]},{"name":"TileFlyoutUpdater","features":[289]},{"name":"TileNotification","features":[289]},{"name":"TileTemplateType","features":[289]},{"name":"TileUpdateManager","features":[289]},{"name":"TileUpdateManagerForUser","features":[289]},{"name":"TileUpdater","features":[289]},{"name":"ToastActivatedEventArgs","features":[289]},{"name":"ToastCollection","features":[289]},{"name":"ToastCollectionManager","features":[289]},{"name":"ToastDismissalReason","features":[289]},{"name":"ToastDismissedEventArgs","features":[289]},{"name":"ToastFailedEventArgs","features":[289]},{"name":"ToastHistoryChangedType","features":[289]},{"name":"ToastNotification","features":[289]},{"name":"ToastNotificationActionTriggerDetail","features":[289]},{"name":"ToastNotificationHistory","features":[289]},{"name":"ToastNotificationHistoryChangedTriggerDetail","features":[289]},{"name":"ToastNotificationManager","features":[289]},{"name":"ToastNotificationManagerForUser","features":[289]},{"name":"ToastNotificationMode","features":[289]},{"name":"ToastNotificationPriority","features":[289]},{"name":"ToastNotifier","features":[289]},{"name":"ToastTemplateType","features":[289]},{"name":"UserNotification","features":[289]},{"name":"UserNotificationChangedEventArgs","features":[289]},{"name":"UserNotificationChangedKind","features":[289]}],"302":[{"name":"IUserNotificationListener","features":[290]},{"name":"IUserNotificationListenerStatics","features":[290]},{"name":"UserNotificationListener","features":[290]},{"name":"UserNotificationListenerAccessStatus","features":[290]}],"303":[{"name":"IToastOcclusionManagerPreviewStatics","features":[291]},{"name":"ToastOcclusionManagerPreview","features":[291]}],"304":[{"name":"IMessageDialog","features":[269]},{"name":"IMessageDialogFactory","features":[269]},{"name":"IPopupMenu","features":[269]},{"name":"IUICommand","features":[269]},{"name":"IUICommandFactory","features":[269]},{"name":"MessageDialog","features":[269]},{"name":"MessageDialogOptions","features":[269]},{"name":"Placement","features":[269]},{"name":"PopupMenu","features":[269]},{"name":"UICommand","features":[269]},{"name":"UICommandInvokedHandler","features":[269]},{"name":"UICommandSeparator","features":[269]}],"305":[{"name":"AdaptiveCardBuilder","features":[292]},{"name":"FocusSession","features":[292]},{"name":"FocusSessionManager","features":[292]},{"name":"IAdaptiveCard","features":[292]},{"name":"IAdaptiveCardBuilderStatics","features":[292]},{"name":"IFocusSession","features":[292]},{"name":"IFocusSessionManager","features":[292]},{"name":"IFocusSessionManagerStatics","features":[292]},{"name":"ISecurityAppManager","features":[292]},{"name":"IShareWindowCommandEventArgs","features":[292]},{"name":"IShareWindowCommandSource","features":[292]},{"name":"IShareWindowCommandSourceStatics","features":[292]},{"name":"ITaskbarManager","features":[292]},{"name":"ITaskbarManager2","features":[292]},{"name":"ITaskbarManagerDesktopAppSupportStatics","features":[292]},{"name":"ITaskbarManagerStatics","features":[292]},{"name":"IWindowTab","features":[292]},{"name":"IWindowTabCloseRequestedEventArgs","features":[292]},{"name":"IWindowTabCollection","features":[292]},{"name":"IWindowTabGroup","features":[292]},{"name":"IWindowTabIcon","features":[292]},{"name":"IWindowTabIconStatics","features":[292]},{"name":"IWindowTabManager","features":[292]},{"name":"IWindowTabManagerStatics","features":[292]},{"name":"IWindowTabSwitchRequestedEventArgs","features":[292]},{"name":"IWindowTabTearOutRequestedEventArgs","features":[292]},{"name":"IWindowTabThumbnailRequestedEventArgs","features":[292]},{"name":"SecurityAppKind","features":[292]},{"name":"SecurityAppManager","features":[292]},{"name":"SecurityAppManagerContract","features":[292]},{"name":"SecurityAppState","features":[292]},{"name":"SecurityAppSubstatus","features":[292]},{"name":"ShareWindowCommand","features":[292]},{"name":"ShareWindowCommandEventArgs","features":[292]},{"name":"ShareWindowCommandSource","features":[292]},{"name":"TaskbarManager","features":[292]},{"name":"WindowTab","features":[292]},{"name":"WindowTabCloseRequestedEventArgs","features":[292]},{"name":"WindowTabCollection","features":[292]},{"name":"WindowTabGroup","features":[292]},{"name":"WindowTabIcon","features":[292]},{"name":"WindowTabManager","features":[292]},{"name":"WindowTabManagerContract","features":[292]},{"name":"WindowTabSwitchRequestedEventArgs","features":[292]},{"name":"WindowTabTearOutRequestedEventArgs","features":[292]},{"name":"WindowTabThumbnailRequestedEventArgs","features":[292]}],"306":[{"name":"ForegroundText","features":[293]},{"name":"IJumpList","features":[293]},{"name":"IJumpListItem","features":[293]},{"name":"IJumpListItemStatics","features":[293]},{"name":"IJumpListStatics","features":[293]},{"name":"ISecondaryTile","features":[293]},{"name":"ISecondaryTile2","features":[293]},{"name":"ISecondaryTileFactory","features":[293]},{"name":"ISecondaryTileFactory2","features":[293]},{"name":"ISecondaryTileStatics","features":[293]},{"name":"ISecondaryTileVisualElements","features":[293]},{"name":"ISecondaryTileVisualElements2","features":[293]},{"name":"ISecondaryTileVisualElements3","features":[293]},{"name":"ISecondaryTileVisualElements4","features":[293]},{"name":"IStartScreenManager","features":[293]},{"name":"IStartScreenManager2","features":[293]},{"name":"IStartScreenManagerStatics","features":[293]},{"name":"ITileMixedRealityModel","features":[293]},{"name":"ITileMixedRealityModel2","features":[293]},{"name":"IVisualElementsRequest","features":[293]},{"name":"IVisualElementsRequestDeferral","features":[293]},{"name":"IVisualElementsRequestedEventArgs","features":[293]},{"name":"JumpList","features":[293]},{"name":"JumpListItem","features":[293]},{"name":"JumpListItemKind","features":[293]},{"name":"JumpListSystemGroupKind","features":[293]},{"name":"SecondaryTile","features":[293]},{"name":"SecondaryTileVisualElements","features":[293]},{"name":"StartScreenManager","features":[293]},{"name":"TileMixedRealityModel","features":[293]},{"name":"TileMixedRealityModelActivationBehavior","features":[293]},{"name":"TileOptions","features":[293]},{"name":"TileSize","features":[293]},{"name":"VisualElementsRequest","features":[293]},{"name":"VisualElementsRequestDeferral","features":[293]},{"name":"VisualElementsRequestedEventArgs","features":[293]}],"307":[{"name":"CaretType","features":[294]},{"name":"ContentLinkInfo","features":[294]},{"name":"FindOptions","features":[294]},{"name":"FontStretch","features":[294]},{"name":"FontStyle","features":[294]},{"name":"FontWeight","features":[294]},{"name":"FontWeights","features":[294]},{"name":"FormatEffect","features":[294]},{"name":"HorizontalCharacterAlignment","features":[294]},{"name":"IContentLinkInfo","features":[294]},{"name":"IFontWeights","features":[294]},{"name":"IFontWeightsStatics","features":[294]},{"name":"IRichEditTextRange","features":[294]},{"name":"ITextCharacterFormat","features":[294]},{"name":"ITextConstantsStatics","features":[294]},{"name":"ITextDocument","features":[294]},{"name":"ITextDocument2","features":[294]},{"name":"ITextDocument3","features":[294]},{"name":"ITextDocument4","features":[294]},{"name":"ITextParagraphFormat","features":[294]},{"name":"ITextRange","features":[294]},{"name":"ITextSelection","features":[294]},{"name":"LetterCase","features":[294]},{"name":"LineSpacingRule","features":[294]},{"name":"LinkType","features":[294]},{"name":"MarkerAlignment","features":[294]},{"name":"MarkerStyle","features":[294]},{"name":"MarkerType","features":[294]},{"name":"ParagraphAlignment","features":[294]},{"name":"ParagraphStyle","features":[294]},{"name":"PointOptions","features":[294]},{"name":"RangeGravity","features":[294]},{"name":"RichEditMathMode","features":[294]},{"name":"RichEditTextDocument","features":[294]},{"name":"RichEditTextRange","features":[294]},{"name":"SelectionOptions","features":[294]},{"name":"SelectionType","features":[294]},{"name":"TabAlignment","features":[294]},{"name":"TabLeader","features":[294]},{"name":"TextConstants","features":[294]},{"name":"TextDecorations","features":[294]},{"name":"TextGetOptions","features":[294]},{"name":"TextRangeUnit","features":[294]},{"name":"TextScript","features":[294]},{"name":"TextSetOptions","features":[294]},{"name":"UnderlineType","features":[294]},{"name":"VerticalCharacterAlignment","features":[294]}],"308":[{"name":"CoreTextCompositionCompletedEventArgs","features":[295]},{"name":"CoreTextCompositionSegment","features":[295]},{"name":"CoreTextCompositionStartedEventArgs","features":[295]},{"name":"CoreTextEditContext","features":[295]},{"name":"CoreTextFormatUpdatingEventArgs","features":[295]},{"name":"CoreTextFormatUpdatingReason","features":[295]},{"name":"CoreTextFormatUpdatingResult","features":[295]},{"name":"CoreTextInputPaneDisplayPolicy","features":[295]},{"name":"CoreTextInputScope","features":[295]},{"name":"CoreTextLayoutBounds","features":[295]},{"name":"CoreTextLayoutRequest","features":[295]},{"name":"CoreTextLayoutRequestedEventArgs","features":[295]},{"name":"CoreTextRange","features":[295]},{"name":"CoreTextSelectionRequest","features":[295]},{"name":"CoreTextSelectionRequestedEventArgs","features":[295]},{"name":"CoreTextSelectionUpdatingEventArgs","features":[295]},{"name":"CoreTextSelectionUpdatingResult","features":[295]},{"name":"CoreTextServicesConstants","features":[295]},{"name":"CoreTextServicesManager","features":[295]},{"name":"CoreTextTextRequest","features":[295]},{"name":"CoreTextTextRequestedEventArgs","features":[295]},{"name":"CoreTextTextUpdatingEventArgs","features":[295]},{"name":"CoreTextTextUpdatingResult","features":[295]},{"name":"ICoreTextCompositionCompletedEventArgs","features":[295]},{"name":"ICoreTextCompositionSegment","features":[295]},{"name":"ICoreTextCompositionStartedEventArgs","features":[295]},{"name":"ICoreTextEditContext","features":[295]},{"name":"ICoreTextEditContext2","features":[295]},{"name":"ICoreTextFormatUpdatingEventArgs","features":[295]},{"name":"ICoreTextLayoutBounds","features":[295]},{"name":"ICoreTextLayoutRequest","features":[295]},{"name":"ICoreTextLayoutRequest2","features":[295]},{"name":"ICoreTextLayoutRequestedEventArgs","features":[295]},{"name":"ICoreTextSelectionRequest","features":[295]},{"name":"ICoreTextSelectionRequestedEventArgs","features":[295]},{"name":"ICoreTextSelectionUpdatingEventArgs","features":[295]},{"name":"ICoreTextServicesManager","features":[295]},{"name":"ICoreTextServicesManagerStatics","features":[295]},{"name":"ICoreTextServicesStatics","features":[295]},{"name":"ICoreTextTextRequest","features":[295]},{"name":"ICoreTextTextRequestedEventArgs","features":[295]},{"name":"ICoreTextTextUpdatingEventArgs","features":[295]}],"309":[{"name":"AutomationConnection","features":[296]},{"name":"AutomationConnectionBoundObject","features":[296]},{"name":"AutomationElement","features":[296]},{"name":"AutomationTextRange","features":[296]},{"name":"IAutomationConnection","features":[296]},{"name":"IAutomationConnectionBoundObject","features":[296]},{"name":"IAutomationElement","features":[296]},{"name":"IAutomationTextRange","features":[296]},{"name":"UIAutomationContract","features":[296]}],"310":[{"name":"AutomationAnnotationTypeRegistration","features":[297]},{"name":"AutomationRemoteOperationOperandId","features":[297]},{"name":"AutomationRemoteOperationResult","features":[297]},{"name":"AutomationRemoteOperationStatus","features":[297]},{"name":"CoreAutomationRegistrar","features":[297]},{"name":"CoreAutomationRemoteOperation","features":[297]},{"name":"CoreAutomationRemoteOperationContext","features":[297]},{"name":"IAutomationRemoteOperationResult","features":[297]},{"name":"ICoreAutomationConnectionBoundObjectProvider","features":[297]},{"name":"ICoreAutomationRegistrarStatics","features":[297]},{"name":"ICoreAutomationRemoteOperation","features":[297]},{"name":"ICoreAutomationRemoteOperation2","features":[297]},{"name":"ICoreAutomationRemoteOperationContext","features":[297]},{"name":"ICoreAutomationRemoteOperationExtensionProvider","features":[297]},{"name":"IRemoteAutomationClientSession","features":[297]},{"name":"IRemoteAutomationClientSessionFactory","features":[297]},{"name":"IRemoteAutomationConnectionRequestedEventArgs","features":[297]},{"name":"IRemoteAutomationDisconnectedEventArgs","features":[297]},{"name":"IRemoteAutomationServerStatics","features":[297]},{"name":"IRemoteAutomationWindow","features":[297]},{"name":"RemoteAutomationClientSession","features":[297]},{"name":"RemoteAutomationConnectionRequestedEventArgs","features":[297]},{"name":"RemoteAutomationDisconnectedEventArgs","features":[297]},{"name":"RemoteAutomationServer","features":[297]},{"name":"RemoteAutomationWindow","features":[297]}],"311":[{"name":"AccessibilitySettings","features":[298]},{"name":"ActivationViewSwitcher","features":[298]},{"name":"ApplicationView","features":[298]},{"name":"ApplicationViewBoundsMode","features":[298]},{"name":"ApplicationViewConsolidatedEventArgs","features":[298]},{"name":"ApplicationViewMode","features":[298]},{"name":"ApplicationViewOrientation","features":[298]},{"name":"ApplicationViewScaling","features":[298]},{"name":"ApplicationViewState","features":[298]},{"name":"ApplicationViewSwitcher","features":[298]},{"name":"ApplicationViewSwitchingOptions","features":[298]},{"name":"ApplicationViewTitleBar","features":[298]},{"name":"ApplicationViewTransferContext","features":[298]},{"name":"ApplicationViewWindowingMode","features":[298]},{"name":"FullScreenSystemOverlayMode","features":[298]},{"name":"HandPreference","features":[298]},{"name":"IAccessibilitySettings","features":[298]},{"name":"IActivationViewSwitcher","features":[298]},{"name":"IApplicationView","features":[298]},{"name":"IApplicationView2","features":[298]},{"name":"IApplicationView3","features":[298]},{"name":"IApplicationView4","features":[298]},{"name":"IApplicationView7","features":[298]},{"name":"IApplicationView9","features":[298]},{"name":"IApplicationViewConsolidatedEventArgs","features":[298]},{"name":"IApplicationViewConsolidatedEventArgs2","features":[298]},{"name":"IApplicationViewFullscreenStatics","features":[298]},{"name":"IApplicationViewInteropStatics","features":[298]},{"name":"IApplicationViewScaling","features":[298]},{"name":"IApplicationViewScalingStatics","features":[298]},{"name":"IApplicationViewStatics","features":[298]},{"name":"IApplicationViewStatics2","features":[298]},{"name":"IApplicationViewStatics3","features":[298]},{"name":"IApplicationViewStatics4","features":[298]},{"name":"IApplicationViewSwitcherStatics","features":[298]},{"name":"IApplicationViewSwitcherStatics2","features":[298]},{"name":"IApplicationViewSwitcherStatics3","features":[298]},{"name":"IApplicationViewTitleBar","features":[298]},{"name":"IApplicationViewTransferContext","features":[298]},{"name":"IApplicationViewTransferContextStatics","features":[298]},{"name":"IApplicationViewWithContext","features":[298]},{"name":"IInputPane","features":[298]},{"name":"IInputPane2","features":[298]},{"name":"IInputPaneControl","features":[298]},{"name":"IInputPaneStatics","features":[298]},{"name":"IInputPaneStatics2","features":[298]},{"name":"IInputPaneVisibilityEventArgs","features":[298]},{"name":"IProjectionManagerStatics","features":[298]},{"name":"IProjectionManagerStatics2","features":[298]},{"name":"IStatusBar","features":[298]},{"name":"IStatusBarProgressIndicator","features":[298]},{"name":"IStatusBarStatics","features":[298]},{"name":"IUISettings","features":[298]},{"name":"IUISettings2","features":[298]},{"name":"IUISettings3","features":[298]},{"name":"IUISettings4","features":[298]},{"name":"IUISettings5","features":[298]},{"name":"IUISettings6","features":[298]},{"name":"IUISettingsAnimationsEnabledChangedEventArgs","features":[298]},{"name":"IUISettingsAutoHideScrollBarsChangedEventArgs","features":[298]},{"name":"IUISettingsMessageDurationChangedEventArgs","features":[298]},{"name":"IUIViewSettings","features":[298]},{"name":"IUIViewSettingsStatics","features":[298]},{"name":"IViewModePreferences","features":[298]},{"name":"IViewModePreferencesStatics","features":[298]},{"name":"InputPane","features":[298]},{"name":"InputPaneVisibilityEventArgs","features":[298]},{"name":"ProjectionManager","features":[298]},{"name":"ScreenCaptureDisabledBehavior","features":[298]},{"name":"StatusBar","features":[298]},{"name":"StatusBarProgressIndicator","features":[298]},{"name":"UIColorType","features":[298]},{"name":"UIElementType","features":[298]},{"name":"UISettings","features":[298]},{"name":"UISettingsAnimationsEnabledChangedEventArgs","features":[298]},{"name":"UISettingsAutoHideScrollBarsChangedEventArgs","features":[298]},{"name":"UISettingsMessageDurationChangedEventArgs","features":[298]},{"name":"UIViewSettings","features":[298]},{"name":"UserInteractionMode","features":[298]},{"name":"ViewManagementViewScalingContract","features":[298]},{"name":"ViewModePreferences","features":[298]},{"name":"ViewSizePreference","features":[298]}],"312":[{"name":"CoreFrameworkInputView","features":[299]},{"name":"CoreFrameworkInputViewAnimationStartingEventArgs","features":[299]},{"name":"CoreFrameworkInputViewOcclusionsChangedEventArgs","features":[299]},{"name":"CoreInputView","features":[299]},{"name":"CoreInputViewAnimationStartingEventArgs","features":[299]},{"name":"CoreInputViewHidingEventArgs","features":[299]},{"name":"CoreInputViewKind","features":[299]},{"name":"CoreInputViewOcclusion","features":[299]},{"name":"CoreInputViewOcclusionKind","features":[299]},{"name":"CoreInputViewOcclusionsChangedEventArgs","features":[299]},{"name":"CoreInputViewShowingEventArgs","features":[299]},{"name":"CoreInputViewTransferringXYFocusEventArgs","features":[299]},{"name":"CoreInputViewXYFocusTransferDirection","features":[299]},{"name":"ICoreFrameworkInputView","features":[299]},{"name":"ICoreFrameworkInputViewAnimationStartingEventArgs","features":[299]},{"name":"ICoreFrameworkInputViewOcclusionsChangedEventArgs","features":[299]},{"name":"ICoreFrameworkInputViewStatics","features":[299]},{"name":"ICoreInputView","features":[299]},{"name":"ICoreInputView2","features":[299]},{"name":"ICoreInputView3","features":[299]},{"name":"ICoreInputView4","features":[299]},{"name":"ICoreInputView5","features":[299]},{"name":"ICoreInputViewAnimationStartingEventArgs","features":[299]},{"name":"ICoreInputViewHidingEventArgs","features":[299]},{"name":"ICoreInputViewOcclusion","features":[299]},{"name":"ICoreInputViewOcclusionsChangedEventArgs","features":[299]},{"name":"ICoreInputViewShowingEventArgs","features":[299]},{"name":"ICoreInputViewStatics","features":[299]},{"name":"ICoreInputViewStatics2","features":[299]},{"name":"ICoreInputViewTransferringXYFocusEventArgs","features":[299]},{"name":"IUISettingsController","features":[299]},{"name":"IUISettingsControllerStatics","features":[299]},{"name":"UISettingsController","features":[299]}],"313":[{"name":"ActivatedDeferral","features":[300]},{"name":"ActivatedEventHandler","features":[2,300]},{"name":"ActivatedOperation","features":[300]},{"name":"BackgroundActivatedEventArgs","features":[2,300]},{"name":"BackgroundActivatedEventHandler","features":[2,300]},{"name":"EnteredBackgroundEventArgs","features":[1,300]},{"name":"EnteredBackgroundEventHandler","features":[1,300]},{"name":"HtmlPrintDocumentSource","features":[300]},{"name":"IActivatedDeferral","features":[300]},{"name":"IActivatedEventArgsDeferral","features":[300]},{"name":"IActivatedOperation","features":[300]},{"name":"IHtmlPrintDocumentSource","features":[300]},{"name":"INewWebUIViewCreatedEventArgs","features":[300]},{"name":"IWebUIActivationStatics","features":[300]},{"name":"IWebUIActivationStatics2","features":[300]},{"name":"IWebUIActivationStatics3","features":[300]},{"name":"IWebUIActivationStatics4","features":[300]},{"name":"IWebUIBackgroundTaskInstance","features":[300]},{"name":"IWebUIBackgroundTaskInstanceStatics","features":[300]},{"name":"IWebUINavigatedDeferral","features":[300]},{"name":"IWebUINavigatedEventArgs","features":[300]},{"name":"IWebUINavigatedOperation","features":[300]},{"name":"IWebUIView","features":[300]},{"name":"IWebUIViewStatics","features":[300]},{"name":"LeavingBackgroundEventArgs","features":[1,300]},{"name":"LeavingBackgroundEventHandler","features":[1,300]},{"name":"NavigatedEventHandler","features":[300]},{"name":"NewWebUIViewCreatedEventArgs","features":[300]},{"name":"PrintContent","features":[300]},{"name":"ResumingEventHandler","features":[300]},{"name":"SuspendingDeferral","features":[1,300]},{"name":"SuspendingEventArgs","features":[1,300]},{"name":"SuspendingEventHandler","features":[1,300]},{"name":"SuspendingOperation","features":[1,300]},{"name":"WebUIApplication","features":[300]},{"name":"WebUIAppointmentsProviderAddAppointmentActivatedEventArgs","features":[2,300]},{"name":"WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs","features":[2,300]},{"name":"WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs","features":[2,300]},{"name":"WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs","features":[2,300]},{"name":"WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs","features":[2,300]},{"name":"WebUIBackgroundTaskInstance","features":[300]},{"name":"WebUIBackgroundTaskInstanceRuntimeClass","features":[300]},{"name":"WebUIBarcodeScannerPreviewActivatedEventArgs","features":[2,300]},{"name":"WebUICachedFileUpdaterActivatedEventArgs","features":[2,300]},{"name":"WebUICameraSettingsActivatedEventArgs","features":[2,300]},{"name":"WebUICommandLineActivatedEventArgs","features":[2,300]},{"name":"WebUIContactCallActivatedEventArgs","features":[2,300]},{"name":"WebUIContactMapActivatedEventArgs","features":[2,300]},{"name":"WebUIContactMessageActivatedEventArgs","features":[2,300]},{"name":"WebUIContactPanelActivatedEventArgs","features":[2,300]},{"name":"WebUIContactPickerActivatedEventArgs","features":[2,300]},{"name":"WebUIContactPostActivatedEventArgs","features":[2,300]},{"name":"WebUIContactVideoCallActivatedEventArgs","features":[2,300]},{"name":"WebUIDeviceActivatedEventArgs","features":[2,300]},{"name":"WebUIDevicePairingActivatedEventArgs","features":[2,300]},{"name":"WebUIDialReceiverActivatedEventArgs","features":[2,300]},{"name":"WebUIFileActivatedEventArgs","features":[2,300]},{"name":"WebUIFileOpenPickerActivatedEventArgs","features":[2,300]},{"name":"WebUIFileOpenPickerContinuationEventArgs","features":[2,300]},{"name":"WebUIFileSavePickerActivatedEventArgs","features":[2,300]},{"name":"WebUIFileSavePickerContinuationEventArgs","features":[2,300]},{"name":"WebUIFolderPickerContinuationEventArgs","features":[2,300]},{"name":"WebUILaunchActivatedEventArgs","features":[2,300]},{"name":"WebUILockScreenActivatedEventArgs","features":[2,300]},{"name":"WebUILockScreenCallActivatedEventArgs","features":[2,300]},{"name":"WebUILockScreenComponentActivatedEventArgs","features":[2,300]},{"name":"WebUINavigatedDeferral","features":[300]},{"name":"WebUINavigatedEventArgs","features":[300]},{"name":"WebUINavigatedOperation","features":[300]},{"name":"WebUIPhoneCallActivatedEventArgs","features":[2,300]},{"name":"WebUIPrint3DWorkflowActivatedEventArgs","features":[2,300]},{"name":"WebUIPrintTaskSettingsActivatedEventArgs","features":[2,300]},{"name":"WebUIPrintWorkflowForegroundTaskActivatedEventArgs","features":[2,300]},{"name":"WebUIProtocolActivatedEventArgs","features":[2,300]},{"name":"WebUIProtocolForResultsActivatedEventArgs","features":[2,300]},{"name":"WebUIRestrictedLaunchActivatedEventArgs","features":[2,300]},{"name":"WebUISearchActivatedEventArgs","features":[2,300]},{"name":"WebUIShareTargetActivatedEventArgs","features":[2,300]},{"name":"WebUIStartupTaskActivatedEventArgs","features":[2,300]},{"name":"WebUIToastNotificationActivatedEventArgs","features":[2,300]},{"name":"WebUIUserDataAccountProviderActivatedEventArgs","features":[2,300]},{"name":"WebUIView","features":[300]},{"name":"WebUIVoiceCommandActivatedEventArgs","features":[2,300]},{"name":"WebUIWalletActionActivatedEventArgs","features":[2,300]},{"name":"WebUIWebAccountProviderActivatedEventArgs","features":[2,300]},{"name":"WebUIWebAuthenticationBrokerContinuationEventArgs","features":[2,300]}],"314":[{"name":"IWebUICommandBar","features":[301]},{"name":"IWebUICommandBarBitmapIcon","features":[301]},{"name":"IWebUICommandBarBitmapIconFactory","features":[301]},{"name":"IWebUICommandBarConfirmationButton","features":[301]},{"name":"IWebUICommandBarElement","features":[301]},{"name":"IWebUICommandBarIcon","features":[301]},{"name":"IWebUICommandBarIconButton","features":[301]},{"name":"IWebUICommandBarItemInvokedEventArgs","features":[301]},{"name":"IWebUICommandBarSizeChangedEventArgs","features":[301]},{"name":"IWebUICommandBarStatics","features":[301]},{"name":"IWebUICommandBarSymbolIcon","features":[301]},{"name":"IWebUICommandBarSymbolIconFactory","features":[301]},{"name":"MenuClosedEventHandler","features":[301]},{"name":"MenuOpenedEventHandler","features":[301]},{"name":"SizeChangedEventHandler","features":[301]},{"name":"WebUICommandBar","features":[301]},{"name":"WebUICommandBarBitmapIcon","features":[301]},{"name":"WebUICommandBarClosedDisplayMode","features":[301]},{"name":"WebUICommandBarConfirmationButton","features":[301]},{"name":"WebUICommandBarContract","features":[301]},{"name":"WebUICommandBarIconButton","features":[301]},{"name":"WebUICommandBarItemInvokedEventArgs","features":[301]},{"name":"WebUICommandBarSizeChangedEventArgs","features":[301]},{"name":"WebUICommandBarSymbolIcon","features":[301]}],"315":[{"name":"AppWindow","features":[302]},{"name":"AppWindowChangedEventArgs","features":[302]},{"name":"AppWindowCloseRequestedEventArgs","features":[302]},{"name":"AppWindowClosedEventArgs","features":[302]},{"name":"AppWindowClosedReason","features":[302]},{"name":"AppWindowFrame","features":[302]},{"name":"AppWindowFrameStyle","features":[302]},{"name":"AppWindowPlacement","features":[302]},{"name":"AppWindowPresentationConfiguration","features":[302]},{"name":"AppWindowPresentationKind","features":[302]},{"name":"AppWindowPresenter","features":[302]},{"name":"AppWindowTitleBar","features":[302]},{"name":"AppWindowTitleBarOcclusion","features":[302]},{"name":"AppWindowTitleBarVisibility","features":[302]},{"name":"CompactOverlayPresentationConfiguration","features":[302]},{"name":"DefaultPresentationConfiguration","features":[302]},{"name":"DisplayRegion","features":[302]},{"name":"FullScreenPresentationConfiguration","features":[302]},{"name":"IAppWindow","features":[302]},{"name":"IAppWindowChangedEventArgs","features":[302]},{"name":"IAppWindowCloseRequestedEventArgs","features":[302]},{"name":"IAppWindowClosedEventArgs","features":[302]},{"name":"IAppWindowFrame","features":[302]},{"name":"IAppWindowFrameStyle","features":[302]},{"name":"IAppWindowPlacement","features":[302]},{"name":"IAppWindowPresentationConfiguration","features":[302]},{"name":"IAppWindowPresentationConfigurationFactory","features":[302]},{"name":"IAppWindowPresenter","features":[302]},{"name":"IAppWindowStatics","features":[302]},{"name":"IAppWindowTitleBar","features":[302]},{"name":"IAppWindowTitleBarOcclusion","features":[302]},{"name":"IAppWindowTitleBarVisibility","features":[302]},{"name":"ICompactOverlayPresentationConfiguration","features":[302]},{"name":"IDefaultPresentationConfiguration","features":[302]},{"name":"IDisplayRegion","features":[302]},{"name":"IFullScreenPresentationConfiguration","features":[302]},{"name":"IWindowServicesStatics","features":[302]},{"name":"IWindowingEnvironment","features":[302]},{"name":"IWindowingEnvironmentAddedEventArgs","features":[302]},{"name":"IWindowingEnvironmentChangedEventArgs","features":[302]},{"name":"IWindowingEnvironmentRemovedEventArgs","features":[302]},{"name":"IWindowingEnvironmentStatics","features":[302]},{"name":"WindowServices","features":[302]},{"name":"WindowingEnvironment","features":[302]},{"name":"WindowingEnvironmentAddedEventArgs","features":[302]},{"name":"WindowingEnvironmentChangedEventArgs","features":[302]},{"name":"WindowingEnvironmentKind","features":[302]},{"name":"WindowingEnvironmentRemovedEventArgs","features":[302]}],"316":[{"name":"IWindowManagementPreview","features":[303]},{"name":"IWindowManagementPreviewStatics","features":[303]},{"name":"WindowManagementPreview","features":[303]}],"340":[{"name":"DEVPKEY_Bluetooth_ClassOfDevice","features":[304,305]},{"name":"DEVPKEY_Bluetooth_ClassOfDevice_Deprecated","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceAddress","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceFlags","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceManufacturer","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceModelNumber","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DevicePID","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceProductVersion","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceVID","features":[304,305]},{"name":"DEVPKEY_Bluetooth_DeviceVIDSource","features":[304,305]},{"name":"DEVPKEY_Bluetooth_LastConnectedTime","features":[304,305]},{"name":"DEVPKEY_Bluetooth_LastConnectedTime_Deprecated","features":[304,305]},{"name":"DEVPKEY_Bluetooth_LastSeenTime","features":[304,305]},{"name":"DEVPKEY_Bluetooth_ServiceGUID","features":[304,305]},{"name":"GUID_BTHDDI_PROFILE_DRIVER_INTERFACE","features":[304]},{"name":"GUID_BTHDDI_SDP_NODE_INTERFACE","features":[304]},{"name":"GUID_BTHDDI_SDP_PARSE_INTERFACE","features":[304]},{"name":"GUID_BTH_DEVICE_INTERFACE","features":[304]}],"341":[{"name":"EVT_VHF_ASYNC_OPERATION","features":[306]},{"name":"EVT_VHF_CLEANUP","features":[306]},{"name":"EVT_VHF_READY_FOR_NEXT_READ_REPORT","features":[306]},{"name":"HID_XFER_PACKET","features":[306]},{"name":"VHF_CONFIG","features":[306,305]},{"name":"VhfAsyncOperationComplete","features":[306,305]},{"name":"VhfCreate","features":[306,305]},{"name":"VhfDelete","features":[306,305]},{"name":"VhfReadReportSubmit","features":[306,305]},{"name":"VhfStart","features":[306,305]}],"342":[{"name":"ACCESS_STATE","features":[307,308,305,309]},{"name":"DEVICE_OBJECT","features":[307,310,308,305,309,311,312,313]},{"name":"DEVOBJ_EXTENSION","features":[307,310,308,305,309,311,312,313]},{"name":"DISPATCHER_HEADER","features":[307,305,312]},{"name":"DMA_COMMON_BUFFER_VECTOR","features":[307]},{"name":"DRIVER_ADD_DEVICE","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_CANCEL","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_CONTROL","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_DISPATCH","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_DISPATCH_PAGED","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_EXTENSION","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_FS_NOTIFICATION","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_INITIALIZE","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_NOTIFICATION_CALLBACK_ROUTINE","features":[307,305]},{"name":"DRIVER_OBJECT","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_REINITIALIZE","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_STARTIO","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_UNLOAD","features":[307,310,308,305,309,311,312,313]},{"name":"DontUseThisType","features":[307]},{"name":"DontUseThisTypeSession","features":[307]},{"name":"ECP_HEADER","features":[307]},{"name":"ECP_LIST","features":[307]},{"name":"ERESOURCE","features":[307,312]},{"name":"FAST_IO_ACQUIRE_FILE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_ACQUIRE_FOR_CCFLUSH","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_ACQUIRE_FOR_MOD_WRITE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_CHECK_IF_POSSIBLE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_DETACH_DEVICE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_DEVICE_CONTROL","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_DISPATCH","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_LOCK","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_MDL_READ","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_MDL_READ_COMPLETE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_MDL_READ_COMPLETE_COMPRESSED","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_MDL_WRITE_COMPLETE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_MDL_WRITE_COMPLETE_COMPRESSED","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_PREPARE_MDL_WRITE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_QUERY_BASIC_INFO","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_QUERY_NETWORK_OPEN_INFO","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_QUERY_OPEN","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_QUERY_STANDARD_INFO","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_READ","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_READ_COMPRESSED","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_RELEASE_FILE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_RELEASE_FOR_CCFLUSH","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_RELEASE_FOR_MOD_WRITE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_UNLOCK_ALL","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_UNLOCK_ALL_BY_KEY","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_UNLOCK_SINGLE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_WRITE","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_IO_WRITE_COMPRESSED","features":[307,310,308,305,309,311,312,313]},{"name":"FAST_MUTEX","features":[307,305,312]},{"name":"FILE_OBJECT","features":[307,310,308,305,309,311,312,313]},{"name":"IOMMU_DMA_DEVICE","features":[307]},{"name":"IOMMU_DMA_DOMAIN","features":[307]},{"name":"IO_COMPLETION_CONTEXT","features":[307]},{"name":"IO_PRIORITY_HINT","features":[307]},{"name":"IO_SECURITY_CONTEXT","features":[307,308,305,309]},{"name":"IO_STACK_LOCATION","features":[307,310,308,305,309,311,312,313]},{"name":"IRP","features":[307,310,308,305,309,311,312,313]},{"name":"IoPriorityCritical","features":[307]},{"name":"IoPriorityHigh","features":[307]},{"name":"IoPriorityLow","features":[307]},{"name":"IoPriorityNormal","features":[307]},{"name":"IoPriorityVeryLow","features":[307]},{"name":"KDEVICE_QUEUE","features":[307,305,312]},{"name":"KDPC","features":[307,312]},{"name":"KENLISTMENT","features":[307]},{"name":"KEVENT","features":[307,305,312]},{"name":"KGDT","features":[307]},{"name":"KIDT","features":[307]},{"name":"KMUTANT","features":[307,305,312]},{"name":"KPCR","features":[307]},{"name":"KPRCB","features":[307]},{"name":"KQUEUE","features":[307,305,312]},{"name":"KRESOURCEMANAGER","features":[307]},{"name":"KSPIN_LOCK_QUEUE_NUMBER","features":[307]},{"name":"KTM","features":[307]},{"name":"KTRANSACTION","features":[307]},{"name":"KTSS","features":[307]},{"name":"KWAIT_BLOCK","features":[307,305,312]},{"name":"LOADER_PARAMETER_BLOCK","features":[307]},{"name":"LockQueueAfdWorkQueueLock","features":[307]},{"name":"LockQueueBcbLock","features":[307]},{"name":"LockQueueIoCancelLock","features":[307]},{"name":"LockQueueIoCompletionLock","features":[307]},{"name":"LockQueueIoDatabaseLock","features":[307]},{"name":"LockQueueIoVpbLock","features":[307]},{"name":"LockQueueMasterLock","features":[307]},{"name":"LockQueueMaximumLock","features":[307]},{"name":"LockQueueNonPagedPoolLock","features":[307]},{"name":"LockQueueNtfsStructLock","features":[307]},{"name":"LockQueueUnusedSpare0","features":[307]},{"name":"LockQueueUnusedSpare1","features":[307]},{"name":"LockQueueUnusedSpare15","features":[307]},{"name":"LockQueueUnusedSpare16","features":[307]},{"name":"LockQueueUnusedSpare2","features":[307]},{"name":"LockQueueUnusedSpare3","features":[307]},{"name":"LockQueueUnusedSpare8","features":[307]},{"name":"LockQueueVacbLock","features":[307]},{"name":"MDL","features":[307]},{"name":"MaxIoPriorityTypes","features":[307]},{"name":"MaxPoolType","features":[307]},{"name":"NTSTRSAFE_MAX_CCH","features":[307]},{"name":"NTSTRSAFE_MAX_LENGTH","features":[307]},{"name":"NTSTRSAFE_UNICODE_STRING_MAX_CCH","features":[307]},{"name":"NTSTRSAFE_USE_SECURE_CRT","features":[307]},{"name":"NonPagedPool","features":[307]},{"name":"NonPagedPoolBase","features":[307]},{"name":"NonPagedPoolBaseCacheAligned","features":[307]},{"name":"NonPagedPoolBaseCacheAlignedMustS","features":[307]},{"name":"NonPagedPoolBaseMustSucceed","features":[307]},{"name":"NonPagedPoolCacheAligned","features":[307]},{"name":"NonPagedPoolCacheAlignedMustS","features":[307]},{"name":"NonPagedPoolCacheAlignedMustSSession","features":[307]},{"name":"NonPagedPoolCacheAlignedSession","features":[307]},{"name":"NonPagedPoolExecute","features":[307]},{"name":"NonPagedPoolMustSucceed","features":[307]},{"name":"NonPagedPoolMustSucceedSession","features":[307]},{"name":"NonPagedPoolNx","features":[307]},{"name":"NonPagedPoolNxCacheAligned","features":[307]},{"name":"NonPagedPoolSession","features":[307]},{"name":"NonPagedPoolSessionNx","features":[307]},{"name":"NtClose","features":[307,305]},{"name":"NtQueryObject","features":[307,305]},{"name":"OBJECT_ATTRIBUTES","features":[307,305,309]},{"name":"OBJECT_ATTRIBUTES32","features":[307,305,309]},{"name":"OBJECT_ATTRIBUTES64","features":[307,305,309]},{"name":"OBJECT_INFORMATION_CLASS","features":[307]},{"name":"OBJECT_NAME_INFORMATION","features":[307,305]},{"name":"OWNER_ENTRY","features":[307]},{"name":"ObjectBasicInformation","features":[307]},{"name":"ObjectTypeInformation","features":[307]},{"name":"PAFFINITY_TOKEN","features":[307]},{"name":"PBUS_HANDLER","features":[307]},{"name":"PCALLBACK_OBJECT","features":[307]},{"name":"PDEVICE_HANDLER_OBJECT","features":[307]},{"name":"PEJOB","features":[307]},{"name":"PEPROCESS","features":[307]},{"name":"PESILO","features":[307]},{"name":"PETHREAD","features":[307]},{"name":"PEX_RUNDOWN_REF_CACHE_AWARE","features":[307]},{"name":"PEX_TIMER","features":[307]},{"name":"PFREE_FUNCTION","features":[307]},{"name":"PIO_COMPLETION_ROUTINE","features":[307,305]},{"name":"PIO_REMOVE_LOCK_TRACKING_BLOCK","features":[307]},{"name":"PIO_TIMER","features":[307]},{"name":"PIO_WORKITEM","features":[307]},{"name":"PKDEFERRED_ROUTINE","features":[307]},{"name":"PKINTERRUPT","features":[307]},{"name":"PKPROCESS","features":[307]},{"name":"PKTHREAD","features":[307]},{"name":"PNOTIFY_SYNC","features":[307]},{"name":"POBJECT_TYPE","features":[307]},{"name":"POHANDLE","features":[307]},{"name":"POOL_TYPE","features":[307]},{"name":"PPCW_BUFFER","features":[307]},{"name":"PPCW_INSTANCE","features":[307]},{"name":"PPCW_REGISTRATION","features":[307]},{"name":"PRKPROCESS","features":[307]},{"name":"PRKTHREAD","features":[307]},{"name":"PSILO_MONITOR","features":[307]},{"name":"PWORKER_THREAD_ROUTINE","features":[307]},{"name":"PagedPool","features":[307]},{"name":"PagedPoolCacheAligned","features":[307]},{"name":"PagedPoolCacheAlignedSession","features":[307]},{"name":"PagedPoolSession","features":[307]},{"name":"RTL_SPLAY_LINKS","features":[307]},{"name":"SECTION_OBJECT_POINTERS","features":[307]},{"name":"SECURITY_SUBJECT_CONTEXT","features":[307,309]},{"name":"STRSAFE_FILL_BEHIND","features":[307]},{"name":"STRSAFE_FILL_BEHIND_NULL","features":[307]},{"name":"STRSAFE_FILL_ON_FAILURE","features":[307]},{"name":"STRSAFE_IGNORE_NULLS","features":[307]},{"name":"STRSAFE_NO_TRUNCATION","features":[307]},{"name":"STRSAFE_NULL_ON_FAILURE","features":[307]},{"name":"STRSAFE_ZERO_LENGTH_ON_FAILURE","features":[307]},{"name":"SspiAsyncContext","features":[307]},{"name":"TARGET_DEVICE_CUSTOM_NOTIFICATION","features":[307,310,308,305,309,311,312,313]},{"name":"VPB","features":[307,310,308,305,309,311,312,313]},{"name":"WORK_QUEUE_ITEM","features":[307,312]},{"name":"_DEVICE_OBJECT_POWER_EXTENSION","features":[307]},{"name":"_IORING_OBJECT","features":[307]},{"name":"_SCSI_REQUEST_BLOCK","features":[307]},{"name":"__WARNING_BANNED_API_USAGE","features":[307]},{"name":"__WARNING_CYCLOMATIC_COMPLEXITY","features":[307]},{"name":"__WARNING_DEREF_NULL_PTR","features":[307]},{"name":"__WARNING_HIGH_PRIORITY_OVERFLOW_POSTCONDITION","features":[307]},{"name":"__WARNING_INCORRECT_ANNOTATION","features":[307]},{"name":"__WARNING_INVALID_PARAM_VALUE_1","features":[307]},{"name":"__WARNING_INVALID_PARAM_VALUE_3","features":[307]},{"name":"__WARNING_MISSING_ZERO_TERMINATION2","features":[307]},{"name":"__WARNING_POSTCONDITION_NULLTERMINATION_VIOLATION","features":[307]},{"name":"__WARNING_POST_EXPECTED","features":[307]},{"name":"__WARNING_POTENTIAL_BUFFER_OVERFLOW_HIGH_PRIORITY","features":[307]},{"name":"__WARNING_POTENTIAL_RANGE_POSTCONDITION_VIOLATION","features":[307]},{"name":"__WARNING_PRECONDITION_NULLTERMINATION_VIOLATION","features":[307]},{"name":"__WARNING_RANGE_POSTCONDITION_VIOLATION","features":[307]},{"name":"__WARNING_RETURNING_BAD_RESULT","features":[307]},{"name":"__WARNING_RETURN_UNINIT_VAR","features":[307]},{"name":"__WARNING_USING_UNINIT_VAR","features":[307]}],"343":[{"name":"D3DCAPS8","features":[314,315]},{"name":"D3DCLEAR_COMPUTERECTS","features":[314]},{"name":"D3DDDIARG_CREATERESOURCE","features":[314,305]},{"name":"D3DDDIARG_CREATERESOURCE2","features":[314,305]},{"name":"D3DDDICB_DESTROYALLOCATION2FLAGS","features":[314]},{"name":"D3DDDICB_LOCK2FLAGS","features":[314]},{"name":"D3DDDICB_LOCKFLAGS","features":[314]},{"name":"D3DDDICB_SIGNALFLAGS","features":[314]},{"name":"D3DDDIFMT_A1","features":[314]},{"name":"D3DDDIFMT_A16B16G16R16","features":[314]},{"name":"D3DDDIFMT_A16B16G16R16F","features":[314]},{"name":"D3DDDIFMT_A1R5G5B5","features":[314]},{"name":"D3DDDIFMT_A2B10G10R10","features":[314]},{"name":"D3DDDIFMT_A2B10G10R10_XR_BIAS","features":[314]},{"name":"D3DDDIFMT_A2R10G10B10","features":[314]},{"name":"D3DDDIFMT_A2W10V10U10","features":[314]},{"name":"D3DDDIFMT_A32B32G32R32F","features":[314]},{"name":"D3DDDIFMT_A4L4","features":[314]},{"name":"D3DDDIFMT_A4R4G4B4","features":[314]},{"name":"D3DDDIFMT_A8","features":[314]},{"name":"D3DDDIFMT_A8B8G8R8","features":[314]},{"name":"D3DDDIFMT_A8L8","features":[314]},{"name":"D3DDDIFMT_A8P8","features":[314]},{"name":"D3DDDIFMT_A8R3G3B2","features":[314]},{"name":"D3DDDIFMT_A8R8G8B8","features":[314]},{"name":"D3DDDIFMT_BINARYBUFFER","features":[314]},{"name":"D3DDDIFMT_BITSTREAMDATA","features":[314]},{"name":"D3DDDIFMT_CxV8U8","features":[314]},{"name":"D3DDDIFMT_D15S1","features":[314]},{"name":"D3DDDIFMT_D16","features":[314]},{"name":"D3DDDIFMT_D16_LOCKABLE","features":[314]},{"name":"D3DDDIFMT_D24FS8","features":[314]},{"name":"D3DDDIFMT_D24S8","features":[314]},{"name":"D3DDDIFMT_D24X4S4","features":[314]},{"name":"D3DDDIFMT_D24X8","features":[314]},{"name":"D3DDDIFMT_D32","features":[314]},{"name":"D3DDDIFMT_D32F_LOCKABLE","features":[314]},{"name":"D3DDDIFMT_D32_LOCKABLE","features":[314]},{"name":"D3DDDIFMT_DEBLOCKINGDATA","features":[314]},{"name":"D3DDDIFMT_DXT1","features":[314]},{"name":"D3DDDIFMT_DXT2","features":[314]},{"name":"D3DDDIFMT_DXT3","features":[314]},{"name":"D3DDDIFMT_DXT4","features":[314]},{"name":"D3DDDIFMT_DXT5","features":[314]},{"name":"D3DDDIFMT_DXVACOMPBUFFER_BASE","features":[314]},{"name":"D3DDDIFMT_DXVACOMPBUFFER_MAX","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED10","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED11","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED12","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED13","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED14","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED15","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED16","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED17","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED18","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED19","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED20","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED21","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED22","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED23","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED24","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED25","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED26","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED27","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED28","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED29","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED30","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED31","features":[314]},{"name":"D3DDDIFMT_DXVA_RESERVED9","features":[314]},{"name":"D3DDDIFMT_FILMGRAINBUFFER","features":[314]},{"name":"D3DDDIFMT_G16R16","features":[314]},{"name":"D3DDDIFMT_G16R16F","features":[314]},{"name":"D3DDDIFMT_G32R32F","features":[314]},{"name":"D3DDDIFMT_G8R8","features":[314]},{"name":"D3DDDIFMT_G8R8_G8B8","features":[314]},{"name":"D3DDDIFMT_INDEX16","features":[314]},{"name":"D3DDDIFMT_INDEX32","features":[314]},{"name":"D3DDDIFMT_INVERSEQUANTIZATIONDATA","features":[314]},{"name":"D3DDDIFMT_L16","features":[314]},{"name":"D3DDDIFMT_L6V5U5","features":[314]},{"name":"D3DDDIFMT_L8","features":[314]},{"name":"D3DDDIFMT_MACROBLOCKDATA","features":[314]},{"name":"D3DDDIFMT_MOTIONVECTORBUFFER","features":[314]},{"name":"D3DDDIFMT_MULTI2_ARGB8","features":[314]},{"name":"D3DDDIFMT_P8","features":[314]},{"name":"D3DDDIFMT_PICTUREPARAMSDATA","features":[314]},{"name":"D3DDDIFMT_Q16W16V16U16","features":[314]},{"name":"D3DDDIFMT_Q8W8V8U8","features":[314]},{"name":"D3DDDIFMT_R16F","features":[314]},{"name":"D3DDDIFMT_R32F","features":[314]},{"name":"D3DDDIFMT_R3G3B2","features":[314]},{"name":"D3DDDIFMT_R5G6B5","features":[314]},{"name":"D3DDDIFMT_R8","features":[314]},{"name":"D3DDDIFMT_R8G8B8","features":[314]},{"name":"D3DDDIFMT_R8G8_B8G8","features":[314]},{"name":"D3DDDIFMT_RESIDUALDIFFERENCEDATA","features":[314]},{"name":"D3DDDIFMT_S1D15","features":[314]},{"name":"D3DDDIFMT_S8D24","features":[314]},{"name":"D3DDDIFMT_S8_LOCKABLE","features":[314]},{"name":"D3DDDIFMT_SLICECONTROLDATA","features":[314]},{"name":"D3DDDIFMT_UNKNOWN","features":[314]},{"name":"D3DDDIFMT_UYVY","features":[314]},{"name":"D3DDDIFMT_V16U16","features":[314]},{"name":"D3DDDIFMT_V8U8","features":[314]},{"name":"D3DDDIFMT_VERTEXDATA","features":[314]},{"name":"D3DDDIFMT_W11V11U10","features":[314]},{"name":"D3DDDIFMT_X1R5G5B5","features":[314]},{"name":"D3DDDIFMT_X4R4G4B4","features":[314]},{"name":"D3DDDIFMT_X4S4D24","features":[314]},{"name":"D3DDDIFMT_X8B8G8R8","features":[314]},{"name":"D3DDDIFMT_X8D24","features":[314]},{"name":"D3DDDIFMT_X8L8V8U8","features":[314]},{"name":"D3DDDIFMT_X8R8G8B8","features":[314]},{"name":"D3DDDIFMT_YUY2","features":[314]},{"name":"D3DDDIFORMAT","features":[314]},{"name":"D3DDDIGPUVIRTUALADDRESS_PROTECTION_TYPE","features":[314]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVATION_TYPE","features":[314]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_NO_ACCESS","features":[314]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_NO_COMMIT","features":[314]},{"name":"D3DDDIGPUVIRTUALADDRESS_RESERVE_ZERO","features":[314]},{"name":"D3DDDIMULTISAMPLE_10_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_11_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_12_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_13_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_14_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_15_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_16_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_2_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_3_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_4_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_5_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_6_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_7_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_8_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_9_SAMPLES","features":[314]},{"name":"D3DDDIMULTISAMPLE_NONE","features":[314]},{"name":"D3DDDIMULTISAMPLE_NONMASKABLE","features":[314]},{"name":"D3DDDIMULTISAMPLE_TYPE","features":[314]},{"name":"D3DDDIPOOL_LOCALVIDMEM","features":[314]},{"name":"D3DDDIPOOL_NONLOCALVIDMEM","features":[314]},{"name":"D3DDDIPOOL_STAGINGMEM","features":[314]},{"name":"D3DDDIPOOL_SYSTEMMEM","features":[314]},{"name":"D3DDDIPOOL_VIDEOMEMORY","features":[314]},{"name":"D3DDDIRECT","features":[314]},{"name":"D3DDDI_ALLOCATIONINFO","features":[314]},{"name":"D3DDDI_ALLOCATIONINFO2","features":[314,305]},{"name":"D3DDDI_ALLOCATIONLIST","features":[314]},{"name":"D3DDDI_ALLOCATIONPRIORITY_HIGH","features":[314]},{"name":"D3DDDI_ALLOCATIONPRIORITY_LOW","features":[314]},{"name":"D3DDDI_ALLOCATIONPRIORITY_MAXIMUM","features":[314]},{"name":"D3DDDI_ALLOCATIONPRIORITY_MINIMUM","features":[314]},{"name":"D3DDDI_ALLOCATIONPRIORITY_NORMAL","features":[314]},{"name":"D3DDDI_COLOR_SPACE_CUSTOM","features":[314]},{"name":"D3DDDI_COLOR_SPACE_RESERVED","features":[314]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G10_NONE_P709","features":[314]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_RGB_FULL_G22_NONE_P709","features":[314]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709","features":[314]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709","features":[314]},{"name":"D3DDDI_COLOR_SPACE_TYPE","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020","features":[314]},{"name":"D3DDDI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020","features":[314]},{"name":"D3DDDI_CPU_NOTIFICATION","features":[314]},{"name":"D3DDDI_CREATECONTEXTFLAGS","features":[314]},{"name":"D3DDDI_CREATEHWCONTEXTFLAGS","features":[314]},{"name":"D3DDDI_CREATEHWQUEUEFLAGS","features":[314]},{"name":"D3DDDI_CREATENATIVEFENCEINFO","features":[314]},{"name":"D3DDDI_DESTROYPAGINGQUEUE","features":[314]},{"name":"D3DDDI_DOORBELLSTATUS","features":[314]},{"name":"D3DDDI_DOORBELLSTATUS_CONNECTED","features":[314]},{"name":"D3DDDI_DOORBELLSTATUS_CONNECTED_NOTIFY_KMD","features":[314]},{"name":"D3DDDI_DOORBELLSTATUS_DISCONNECTED_ABORT","features":[314]},{"name":"D3DDDI_DOORBELLSTATUS_DISCONNECTED_RETRY","features":[314]},{"name":"D3DDDI_DOORBELL_PRIVATEDATA_MAX_BYTES_WDDM3_1","features":[314]},{"name":"D3DDDI_DRIVERESCAPETYPE","features":[314]},{"name":"D3DDDI_DRIVERESCAPETYPE_CPUEVENTUSAGE","features":[314]},{"name":"D3DDDI_DRIVERESCAPETYPE_MAX","features":[314]},{"name":"D3DDDI_DRIVERESCAPETYPE_TRANSLATEALLOCATIONHANDLE","features":[314]},{"name":"D3DDDI_DRIVERESCAPETYPE_TRANSLATERESOURCEHANDLE","features":[314]},{"name":"D3DDDI_DRIVERESCAPE_CPUEVENTUSAGE","features":[314]},{"name":"D3DDDI_DRIVERESCAPE_TRANSLATEALLOCATIONEHANDLE","features":[314]},{"name":"D3DDDI_DRIVERESCAPE_TRANSLATERESOURCEHANDLE","features":[314]},{"name":"D3DDDI_DXGI_RGB","features":[314]},{"name":"D3DDDI_ESCAPEFLAGS","features":[314]},{"name":"D3DDDI_EVICT_FLAGS","features":[314]},{"name":"D3DDDI_FENCE","features":[314]},{"name":"D3DDDI_FLIPINTERVAL_FOUR","features":[314]},{"name":"D3DDDI_FLIPINTERVAL_IMMEDIATE","features":[314]},{"name":"D3DDDI_FLIPINTERVAL_IMMEDIATE_ALLOW_TEARING","features":[314]},{"name":"D3DDDI_FLIPINTERVAL_ONE","features":[314]},{"name":"D3DDDI_FLIPINTERVAL_THREE","features":[314]},{"name":"D3DDDI_FLIPINTERVAL_TWO","features":[314]},{"name":"D3DDDI_FLIPINTERVAL_TYPE","features":[314]},{"name":"D3DDDI_GAMMARAMP_DEFAULT","features":[314]},{"name":"D3DDDI_GAMMARAMP_DXGI_1","features":[314]},{"name":"D3DDDI_GAMMARAMP_MATRIX_3x4","features":[314]},{"name":"D3DDDI_GAMMARAMP_MATRIX_V2","features":[314]},{"name":"D3DDDI_GAMMARAMP_RGB256x3x16","features":[314]},{"name":"D3DDDI_GAMMARAMP_TYPE","features":[314]},{"name":"D3DDDI_GAMMARAMP_UNINITIALIZED","features":[314]},{"name":"D3DDDI_GAMMA_RAMP_DXGI_1","features":[314]},{"name":"D3DDDI_GAMMA_RAMP_RGB256x3x16","features":[314]},{"name":"D3DDDI_GETRESOURCEPRESENTPRIVATEDRIVERDATA","features":[314]},{"name":"D3DDDI_HDR_METADATA_HDR10","features":[314]},{"name":"D3DDDI_HDR_METADATA_HDR10PLUS","features":[314]},{"name":"D3DDDI_HDR_METADATA_TYPE","features":[314]},{"name":"D3DDDI_HDR_METADATA_TYPE_HDR10","features":[314]},{"name":"D3DDDI_HDR_METADATA_TYPE_HDR10PLUS","features":[314]},{"name":"D3DDDI_HDR_METADATA_TYPE_NONE","features":[314]},{"name":"D3DDDI_KERNELOVERLAYINFO","features":[314]},{"name":"D3DDDI_MAKERESIDENT","features":[314]},{"name":"D3DDDI_MAKERESIDENT_FLAGS","features":[314]},{"name":"D3DDDI_MAPGPUVIRTUALADDRESS","features":[314]},{"name":"D3DDDI_MAX_BROADCAST_CONTEXT","features":[314]},{"name":"D3DDDI_MAX_MPO_PRESENT_DIRTY_RECTS","features":[314]},{"name":"D3DDDI_MAX_OBJECT_SIGNALED","features":[314]},{"name":"D3DDDI_MAX_OBJECT_WAITED_ON","features":[314]},{"name":"D3DDDI_MAX_WRITTEN_PRIMARIES","features":[314]},{"name":"D3DDDI_MONITORED_FENCE","features":[314]},{"name":"D3DDDI_MULTISAMPLINGMETHOD","features":[314]},{"name":"D3DDDI_NATIVEFENCEMAPPING","features":[314]},{"name":"D3DDDI_OFFER_FLAGS","features":[314]},{"name":"D3DDDI_OFFER_PRIORITY","features":[314]},{"name":"D3DDDI_OFFER_PRIORITY_AUTO","features":[314]},{"name":"D3DDDI_OFFER_PRIORITY_HIGH","features":[314]},{"name":"D3DDDI_OFFER_PRIORITY_LOW","features":[314]},{"name":"D3DDDI_OFFER_PRIORITY_NONE","features":[314]},{"name":"D3DDDI_OFFER_PRIORITY_NORMAL","features":[314]},{"name":"D3DDDI_OPENALLOCATIONINFO","features":[314]},{"name":"D3DDDI_OPENALLOCATIONINFO2","features":[314]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020","features":[314]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_DVLL","features":[314]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_HDR10PLUS","features":[314]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P2020","features":[314]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P709","features":[314]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_G22_P709_WCG","features":[314]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_RESERVED","features":[314]},{"name":"D3DDDI_OUTPUT_WIRE_COLOR_SPACE_TYPE","features":[314]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY","features":[314]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_ABOVE_NORMAL","features":[314]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_BELOW_NORMAL","features":[314]},{"name":"D3DDDI_PAGINGQUEUE_PRIORITY_NORMAL","features":[314]},{"name":"D3DDDI_PATCHLOCATIONLIST","features":[314]},{"name":"D3DDDI_PERIODIC_MONITORED_FENCE","features":[314]},{"name":"D3DDDI_POOL","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_ADAPTERKEY","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_DRIVERIMAGEPATH","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_DRIVERSTOREPATH","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_FLAGS","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_INFO","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_MAX","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_SERVICEKEY","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_STATUS","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_BUFFER_OVERFLOW","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_FAIL","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_MAX","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_STATUS_SUCCESS","features":[314]},{"name":"D3DDDI_QUERYREGISTRY_TYPE","features":[314]},{"name":"D3DDDI_RATIONAL","features":[314]},{"name":"D3DDDI_RECLAIM_RESULT","features":[314]},{"name":"D3DDDI_RECLAIM_RESULT_DISCARDED","features":[314]},{"name":"D3DDDI_RECLAIM_RESULT_NOT_COMMITTED","features":[314]},{"name":"D3DDDI_RECLAIM_RESULT_OK","features":[314]},{"name":"D3DDDI_RESERVEGPUVIRTUALADDRESS","features":[314]},{"name":"D3DDDI_RESOURCEFLAGS","features":[314]},{"name":"D3DDDI_RESOURCEFLAGS2","features":[314]},{"name":"D3DDDI_ROTATION","features":[314]},{"name":"D3DDDI_ROTATION_180","features":[314]},{"name":"D3DDDI_ROTATION_270","features":[314]},{"name":"D3DDDI_ROTATION_90","features":[314]},{"name":"D3DDDI_ROTATION_IDENTITY","features":[314]},{"name":"D3DDDI_SCANLINEORDERING","features":[314]},{"name":"D3DDDI_SCANLINEORDERING_INTERLACED","features":[314]},{"name":"D3DDDI_SCANLINEORDERING_PROGRESSIVE","features":[314]},{"name":"D3DDDI_SCANLINEORDERING_UNKNOWN","features":[314]},{"name":"D3DDDI_SEGMENTPREFERENCE","features":[314]},{"name":"D3DDDI_SEMAPHORE","features":[314]},{"name":"D3DDDI_SURFACEINFO","features":[314]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECTINFO","features":[314,305]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECTINFO2","features":[314,305]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECT_FLAGS","features":[314]},{"name":"D3DDDI_SYNCHRONIZATIONOBJECT_TYPE","features":[314]},{"name":"D3DDDI_SYNCHRONIZATION_MUTEX","features":[314]},{"name":"D3DDDI_SYNCHRONIZATION_TYPE_LIMIT","features":[314]},{"name":"D3DDDI_SYNC_OBJECT_SIGNAL","features":[314]},{"name":"D3DDDI_SYNC_OBJECT_WAIT","features":[314]},{"name":"D3DDDI_TRIMRESIDENCYSET_FLAGS","features":[314]},{"name":"D3DDDI_UPDATEALLOCPROPERTY","features":[314]},{"name":"D3DDDI_UPDATEALLOCPROPERTY_FLAGS","features":[314]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_COPY","features":[314]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_MAP","features":[314]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_MAP_PROTECT","features":[314]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_OPERATION","features":[314]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_OPERATION_TYPE","features":[314]},{"name":"D3DDDI_UPDATEGPUVIRTUALADDRESS_UNMAP","features":[314]},{"name":"D3DDDI_VIDEO_SIGNAL_SCANLINE_ORDERING","features":[314]},{"name":"D3DDDI_VSSLO_INTERLACED_LOWERFIELDFIRST","features":[314]},{"name":"D3DDDI_VSSLO_INTERLACED_UPPERFIELDFIRST","features":[314]},{"name":"D3DDDI_VSSLO_OTHER","features":[314]},{"name":"D3DDDI_VSSLO_PROGRESSIVE","features":[314]},{"name":"D3DDDI_VSSLO_UNINITIALIZED","features":[314]},{"name":"D3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPU_FLAGS","features":[314]},{"name":"D3DDEVCAPS_HWINDEXBUFFER","features":[314]},{"name":"D3DDEVCAPS_HWVERTEXBUFFER","features":[314]},{"name":"D3DDEVCAPS_SUBVOLUMELOCK","features":[314]},{"name":"D3DDEVICEDESC_V1","features":[314,305,315]},{"name":"D3DDEVICEDESC_V2","features":[314,305,315]},{"name":"D3DDEVICEDESC_V3","features":[314,305,315]},{"name":"D3DDEVINFOID_VCACHE","features":[314]},{"name":"D3DDP2OP_ADDDIRTYBOX","features":[314]},{"name":"D3DDP2OP_ADDDIRTYRECT","features":[314]},{"name":"D3DDP2OP_BLT","features":[314]},{"name":"D3DDP2OP_BUFFERBLT","features":[314]},{"name":"D3DDP2OP_CLEAR","features":[314]},{"name":"D3DDP2OP_CLIPPEDTRIANGLEFAN","features":[314]},{"name":"D3DDP2OP_COLORFILL","features":[314]},{"name":"D3DDP2OP_COMPOSERECTS","features":[314]},{"name":"D3DDP2OP_CREATELIGHT","features":[314]},{"name":"D3DDP2OP_CREATEPIXELSHADER","features":[314]},{"name":"D3DDP2OP_CREATEQUERY","features":[314]},{"name":"D3DDP2OP_CREATEVERTEXSHADER","features":[314]},{"name":"D3DDP2OP_CREATEVERTEXSHADERDECL","features":[314]},{"name":"D3DDP2OP_CREATEVERTEXSHADERFUNC","features":[314]},{"name":"D3DDP2OP_DELETEPIXELSHADER","features":[314]},{"name":"D3DDP2OP_DELETEQUERY","features":[314]},{"name":"D3DDP2OP_DELETEVERTEXSHADER","features":[314]},{"name":"D3DDP2OP_DELETEVERTEXSHADERDECL","features":[314]},{"name":"D3DDP2OP_DELETEVERTEXSHADERFUNC","features":[314]},{"name":"D3DDP2OP_DRAWINDEXEDPRIMITIVE","features":[314]},{"name":"D3DDP2OP_DRAWINDEXEDPRIMITIVE2","features":[314]},{"name":"D3DDP2OP_DRAWPRIMITIVE","features":[314]},{"name":"D3DDP2OP_DRAWPRIMITIVE2","features":[314]},{"name":"D3DDP2OP_DRAWRECTPATCH","features":[314]},{"name":"D3DDP2OP_DRAWTRIPATCH","features":[314]},{"name":"D3DDP2OP_GENERATEMIPSUBLEVELS","features":[314]},{"name":"D3DDP2OP_INDEXEDLINELIST","features":[314]},{"name":"D3DDP2OP_INDEXEDLINELIST2","features":[314]},{"name":"D3DDP2OP_INDEXEDLINESTRIP","features":[314]},{"name":"D3DDP2OP_INDEXEDTRIANGLEFAN","features":[314]},{"name":"D3DDP2OP_INDEXEDTRIANGLELIST","features":[314]},{"name":"D3DDP2OP_INDEXEDTRIANGLELIST2","features":[314]},{"name":"D3DDP2OP_INDEXEDTRIANGLESTRIP","features":[314]},{"name":"D3DDP2OP_ISSUEQUERY","features":[314]},{"name":"D3DDP2OP_LINELIST","features":[314]},{"name":"D3DDP2OP_LINELIST_IMM","features":[314]},{"name":"D3DDP2OP_LINESTRIP","features":[314]},{"name":"D3DDP2OP_MULTIPLYTRANSFORM","features":[314]},{"name":"D3DDP2OP_POINTS","features":[314]},{"name":"D3DDP2OP_RENDERSTATE","features":[314]},{"name":"D3DDP2OP_RESPONSECONTINUE","features":[314]},{"name":"D3DDP2OP_RESPONSEQUERY","features":[314]},{"name":"D3DDP2OP_SETCLIPPLANE","features":[314]},{"name":"D3DDP2OP_SETCONVOLUTIONKERNELMONO","features":[314]},{"name":"D3DDP2OP_SETDEPTHSTENCIL","features":[314]},{"name":"D3DDP2OP_SETINDICES","features":[314]},{"name":"D3DDP2OP_SETLIGHT","features":[314]},{"name":"D3DDP2OP_SETMATERIAL","features":[314]},{"name":"D3DDP2OP_SETPALETTE","features":[314]},{"name":"D3DDP2OP_SETPIXELSHADER","features":[314]},{"name":"D3DDP2OP_SETPIXELSHADERCONST","features":[314]},{"name":"D3DDP2OP_SETPIXELSHADERCONSTB","features":[314]},{"name":"D3DDP2OP_SETPIXELSHADERCONSTI","features":[314]},{"name":"D3DDP2OP_SETPRIORITY","features":[314]},{"name":"D3DDP2OP_SETRENDERTARGET","features":[314]},{"name":"D3DDP2OP_SETRENDERTARGET2","features":[314]},{"name":"D3DDP2OP_SETSCISSORRECT","features":[314]},{"name":"D3DDP2OP_SETSTREAMSOURCE","features":[314]},{"name":"D3DDP2OP_SETSTREAMSOURCE2","features":[314]},{"name":"D3DDP2OP_SETSTREAMSOURCEFREQ","features":[314]},{"name":"D3DDP2OP_SETSTREAMSOURCEUM","features":[314]},{"name":"D3DDP2OP_SETTEXLOD","features":[314]},{"name":"D3DDP2OP_SETTRANSFORM","features":[314]},{"name":"D3DDP2OP_SETVERTEXSHADER","features":[314]},{"name":"D3DDP2OP_SETVERTEXSHADERCONST","features":[314]},{"name":"D3DDP2OP_SETVERTEXSHADERCONSTB","features":[314]},{"name":"D3DDP2OP_SETVERTEXSHADERCONSTI","features":[314]},{"name":"D3DDP2OP_SETVERTEXSHADERDECL","features":[314]},{"name":"D3DDP2OP_SETVERTEXSHADERFUNC","features":[314]},{"name":"D3DDP2OP_STATESET","features":[314]},{"name":"D3DDP2OP_SURFACEBLT","features":[314]},{"name":"D3DDP2OP_TEXBLT","features":[314]},{"name":"D3DDP2OP_TEXTURESTAGESTATE","features":[314]},{"name":"D3DDP2OP_TRIANGLEFAN","features":[314]},{"name":"D3DDP2OP_TRIANGLEFAN_IMM","features":[314]},{"name":"D3DDP2OP_TRIANGLELIST","features":[314]},{"name":"D3DDP2OP_TRIANGLESTRIP","features":[314]},{"name":"D3DDP2OP_UPDATEPALETTE","features":[314]},{"name":"D3DDP2OP_VIEWPORTINFO","features":[314]},{"name":"D3DDP2OP_VOLUMEBLT","features":[314]},{"name":"D3DDP2OP_WINFO","features":[314]},{"name":"D3DDP2OP_ZRANGE","features":[314]},{"name":"D3DFVF_FOG","features":[314]},{"name":"D3DGDI2_MAGIC","features":[314]},{"name":"D3DGDI2_TYPE_DEFERRED_AGP_AWARE","features":[314]},{"name":"D3DGDI2_TYPE_DEFER_AGP_FREES","features":[314]},{"name":"D3DGDI2_TYPE_DXVERSION","features":[314]},{"name":"D3DGDI2_TYPE_FREE_DEFERRED_AGP","features":[314]},{"name":"D3DGDI2_TYPE_GETADAPTERGROUP","features":[314]},{"name":"D3DGDI2_TYPE_GETD3DCAPS8","features":[314]},{"name":"D3DGDI2_TYPE_GETD3DCAPS9","features":[314]},{"name":"D3DGDI2_TYPE_GETD3DQUERY","features":[314]},{"name":"D3DGDI2_TYPE_GETD3DQUERYCOUNT","features":[314]},{"name":"D3DGDI2_TYPE_GETDDIVERSION","features":[314]},{"name":"D3DGDI2_TYPE_GETEXTENDEDMODE","features":[314]},{"name":"D3DGDI2_TYPE_GETEXTENDEDMODECOUNT","features":[314]},{"name":"D3DGDI2_TYPE_GETFORMAT","features":[314]},{"name":"D3DGDI2_TYPE_GETFORMATCOUNT","features":[314]},{"name":"D3DGDI2_TYPE_GETMULTISAMPLEQUALITYLEVELS","features":[314]},{"name":"D3DGPU_NULL","features":[314]},{"name":"D3DGPU_PHYSICAL_ADDRESS","features":[314]},{"name":"D3DHAL2_CB32_CLEAR","features":[314]},{"name":"D3DHAL2_CB32_DRAWONEINDEXEDPRIMITIVE","features":[314]},{"name":"D3DHAL2_CB32_DRAWONEPRIMITIVE","features":[314]},{"name":"D3DHAL2_CB32_DRAWPRIMITIVES","features":[314]},{"name":"D3DHAL2_CB32_SETRENDERTARGET","features":[314]},{"name":"D3DHAL3_CB32_CLEAR2","features":[314]},{"name":"D3DHAL3_CB32_DRAWPRIMITIVES2","features":[314]},{"name":"D3DHAL3_CB32_RESERVED","features":[314]},{"name":"D3DHAL3_CB32_VALIDATETEXTURESTAGESTATE","features":[314]},{"name":"D3DHALDP2_EXECUTEBUFFER","features":[314]},{"name":"D3DHALDP2_REQCOMMANDBUFSIZE","features":[314]},{"name":"D3DHALDP2_REQVERTEXBUFSIZE","features":[314]},{"name":"D3DHALDP2_SWAPCOMMANDBUFFER","features":[314]},{"name":"D3DHALDP2_SWAPVERTEXBUFFER","features":[314]},{"name":"D3DHALDP2_USERMEMVERTICES","features":[314]},{"name":"D3DHALDP2_VIDMEMCOMMANDBUF","features":[314]},{"name":"D3DHALDP2_VIDMEMVERTEXBUF","features":[314]},{"name":"D3DHALSTATE_GET_LIGHT","features":[314]},{"name":"D3DHALSTATE_GET_RENDER","features":[314]},{"name":"D3DHALSTATE_GET_TRANSFORM","features":[314]},{"name":"D3DHAL_CALLBACKS","features":[314,305,315,316,317]},{"name":"D3DHAL_CALLBACKS2","features":[314,305,315,316,317]},{"name":"D3DHAL_CALLBACKS3","features":[314,305,315,316,317]},{"name":"D3DHAL_CLEAR2DATA","features":[314,315]},{"name":"D3DHAL_CLEARDATA","features":[314,315]},{"name":"D3DHAL_CLIPPEDTRIANGLEFAN","features":[314]},{"name":"D3DHAL_COL_WEIGHTS","features":[314]},{"name":"D3DHAL_CONTEXTCREATEDATA","features":[314,305,316,317]},{"name":"D3DHAL_CONTEXTDESTROYALLDATA","features":[314]},{"name":"D3DHAL_CONTEXTDESTROYDATA","features":[314]},{"name":"D3DHAL_CONTEXT_BAD","features":[314]},{"name":"D3DHAL_D3DDX6EXTENDEDCAPS","features":[314]},{"name":"D3DHAL_D3DEXTENDEDCAPS","features":[314]},{"name":"D3DHAL_DP2ADDDIRTYBOX","features":[314,315]},{"name":"D3DHAL_DP2ADDDIRTYRECT","features":[314,305]},{"name":"D3DHAL_DP2BLT","features":[314,305]},{"name":"D3DHAL_DP2BUFFERBLT","features":[314,315]},{"name":"D3DHAL_DP2CLEAR","features":[314,305]},{"name":"D3DHAL_DP2COLORFILL","features":[314,305]},{"name":"D3DHAL_DP2COMMAND","features":[314]},{"name":"D3DHAL_DP2COMPOSERECTS","features":[314,315]},{"name":"D3DHAL_DP2CREATELIGHT","features":[314]},{"name":"D3DHAL_DP2CREATEPIXELSHADER","features":[314]},{"name":"D3DHAL_DP2CREATEQUERY","features":[314,315]},{"name":"D3DHAL_DP2CREATEVERTEXSHADER","features":[314]},{"name":"D3DHAL_DP2CREATEVERTEXSHADERDECL","features":[314]},{"name":"D3DHAL_DP2CREATEVERTEXSHADERFUNC","features":[314]},{"name":"D3DHAL_DP2DELETEQUERY","features":[314]},{"name":"D3DHAL_DP2DRAWINDEXEDPRIMITIVE","features":[314,315]},{"name":"D3DHAL_DP2DRAWINDEXEDPRIMITIVE2","features":[314,315]},{"name":"D3DHAL_DP2DRAWPRIMITIVE","features":[314,315]},{"name":"D3DHAL_DP2DRAWPRIMITIVE2","features":[314,315]},{"name":"D3DHAL_DP2DRAWRECTPATCH","features":[314]},{"name":"D3DHAL_DP2DRAWTRIPATCH","features":[314]},{"name":"D3DHAL_DP2EXT","features":[314]},{"name":"D3DHAL_DP2GENERATEMIPSUBLEVELS","features":[314,315]},{"name":"D3DHAL_DP2INDEXEDLINELIST","features":[314]},{"name":"D3DHAL_DP2INDEXEDLINESTRIP","features":[314]},{"name":"D3DHAL_DP2INDEXEDTRIANGLEFAN","features":[314]},{"name":"D3DHAL_DP2INDEXEDTRIANGLELIST","features":[314]},{"name":"D3DHAL_DP2INDEXEDTRIANGLELIST2","features":[314]},{"name":"D3DHAL_DP2INDEXEDTRIANGLESTRIP","features":[314]},{"name":"D3DHAL_DP2ISSUEQUERY","features":[314]},{"name":"D3DHAL_DP2LINELIST","features":[314]},{"name":"D3DHAL_DP2LINESTRIP","features":[314]},{"name":"D3DHAL_DP2MULTIPLYTRANSFORM","features":[69,314,315]},{"name":"D3DHAL_DP2OPERATION","features":[314]},{"name":"D3DHAL_DP2PIXELSHADER","features":[314]},{"name":"D3DHAL_DP2POINTS","features":[314]},{"name":"D3DHAL_DP2RENDERSTATE","features":[314,315]},{"name":"D3DHAL_DP2RESPONSE","features":[314]},{"name":"D3DHAL_DP2RESPONSEQUERY","features":[314]},{"name":"D3DHAL_DP2SETCLIPPLANE","features":[314]},{"name":"D3DHAL_DP2SETCONVOLUTIONKERNELMONO","features":[314]},{"name":"D3DHAL_DP2SETDEPTHSTENCIL","features":[314]},{"name":"D3DHAL_DP2SETINDICES","features":[314]},{"name":"D3DHAL_DP2SETLIGHT","features":[314]},{"name":"D3DHAL_DP2SETPALETTE","features":[314]},{"name":"D3DHAL_DP2SETPIXELSHADERCONST","features":[314]},{"name":"D3DHAL_DP2SETPRIORITY","features":[314]},{"name":"D3DHAL_DP2SETRENDERTARGET","features":[314]},{"name":"D3DHAL_DP2SETRENDERTARGET2","features":[314]},{"name":"D3DHAL_DP2SETSTREAMSOURCE","features":[314]},{"name":"D3DHAL_DP2SETSTREAMSOURCE2","features":[314]},{"name":"D3DHAL_DP2SETSTREAMSOURCEFREQ","features":[314]},{"name":"D3DHAL_DP2SETSTREAMSOURCEUM","features":[314]},{"name":"D3DHAL_DP2SETTEXLOD","features":[314]},{"name":"D3DHAL_DP2SETTRANSFORM","features":[69,314,315]},{"name":"D3DHAL_DP2SETVERTEXSHADERCONST","features":[314]},{"name":"D3DHAL_DP2STARTVERTEX","features":[314]},{"name":"D3DHAL_DP2STATESET","features":[314,315]},{"name":"D3DHAL_DP2SURFACEBLT","features":[314,305]},{"name":"D3DHAL_DP2TEXBLT","features":[314,305]},{"name":"D3DHAL_DP2TEXTURESTAGESTATE","features":[314]},{"name":"D3DHAL_DP2TRIANGLEFAN","features":[314]},{"name":"D3DHAL_DP2TRIANGLEFAN_IMM","features":[314]},{"name":"D3DHAL_DP2TRIANGLELIST","features":[314]},{"name":"D3DHAL_DP2TRIANGLESTRIP","features":[314]},{"name":"D3DHAL_DP2UPDATEPALETTE","features":[314]},{"name":"D3DHAL_DP2VERTEXSHADER","features":[314]},{"name":"D3DHAL_DP2VIEWPORTINFO","features":[314]},{"name":"D3DHAL_DP2VOLUMEBLT","features":[314,315]},{"name":"D3DHAL_DP2WINFO","features":[314]},{"name":"D3DHAL_DP2ZRANGE","features":[314]},{"name":"D3DHAL_DRAWONEINDEXEDPRIMITIVEDATA","features":[314,315]},{"name":"D3DHAL_DRAWONEPRIMITIVEDATA","features":[314,315]},{"name":"D3DHAL_DRAWPRIMCOUNTS","features":[314]},{"name":"D3DHAL_DRAWPRIMITIVES2DATA","features":[314,305,316,317]},{"name":"D3DHAL_DRAWPRIMITIVESDATA","features":[314]},{"name":"D3DHAL_EXECUTE_ABORT","features":[314]},{"name":"D3DHAL_EXECUTE_NORMAL","features":[314]},{"name":"D3DHAL_EXECUTE_OVERRIDE","features":[314]},{"name":"D3DHAL_EXECUTE_UNHANDLED","features":[314]},{"name":"D3DHAL_GETSTATEDATA","features":[314,315]},{"name":"D3DHAL_GLOBALDRIVERDATA","features":[314,305,315,316]},{"name":"D3DHAL_MAX_RSTATES","features":[314]},{"name":"D3DHAL_MAX_RSTATES_DX6","features":[314]},{"name":"D3DHAL_MAX_RSTATES_DX7","features":[314]},{"name":"D3DHAL_MAX_RSTATES_DX8","features":[314]},{"name":"D3DHAL_MAX_RSTATES_DX9","features":[314]},{"name":"D3DHAL_MAX_TEXTURESTATES","features":[314]},{"name":"D3DHAL_NUMCLIPVERTICES","features":[314]},{"name":"D3DHAL_OUTOFCONTEXTS","features":[314]},{"name":"D3DHAL_RENDERPRIMITIVEDATA","features":[314,315,316]},{"name":"D3DHAL_RENDERSTATEDATA","features":[314,316]},{"name":"D3DHAL_ROW_WEIGHTS","features":[314]},{"name":"D3DHAL_SAMPLER_MAXSAMP","features":[314]},{"name":"D3DHAL_SAMPLER_MAXVERTEXSAMP","features":[314]},{"name":"D3DHAL_SCENECAPTUREDATA","features":[314]},{"name":"D3DHAL_SCENE_CAPTURE_END","features":[314]},{"name":"D3DHAL_SCENE_CAPTURE_START","features":[314]},{"name":"D3DHAL_SETLIGHT_DATA","features":[314]},{"name":"D3DHAL_SETLIGHT_DISABLE","features":[314]},{"name":"D3DHAL_SETLIGHT_ENABLE","features":[314]},{"name":"D3DHAL_SETRENDERTARGETDATA","features":[314,305,316,317]},{"name":"D3DHAL_STATESETBEGIN","features":[314]},{"name":"D3DHAL_STATESETCAPTURE","features":[314]},{"name":"D3DHAL_STATESETCREATE","features":[314]},{"name":"D3DHAL_STATESETDELETE","features":[314]},{"name":"D3DHAL_STATESETEND","features":[314]},{"name":"D3DHAL_STATESETEXECUTE","features":[314]},{"name":"D3DHAL_TEXTURECREATEDATA","features":[314,316]},{"name":"D3DHAL_TEXTUREDESTROYDATA","features":[314]},{"name":"D3DHAL_TEXTUREGETSURFDATA","features":[314]},{"name":"D3DHAL_TEXTURESTATEBUF_SIZE","features":[314]},{"name":"D3DHAL_TEXTURESWAPDATA","features":[314]},{"name":"D3DHAL_TSS_MAXSTAGES","features":[314]},{"name":"D3DHAL_TSS_RENDERSTATEBASE","features":[314]},{"name":"D3DHAL_TSS_STATESPERSTAGE","features":[314]},{"name":"D3DHAL_VALIDATETEXTURESTAGESTATEDATA","features":[314]},{"name":"D3DINFINITEINSTRUCTIONS","features":[314]},{"name":"D3DKMDT_2DREGION","features":[314]},{"name":"D3DKMDT_3x4_COLORSPACE_TRANSFORM","features":[314]},{"name":"D3DKMDT_BITS_PER_COMPONENT_06","features":[314]},{"name":"D3DKMDT_BITS_PER_COMPONENT_08","features":[314]},{"name":"D3DKMDT_BITS_PER_COMPONENT_10","features":[314]},{"name":"D3DKMDT_BITS_PER_COMPONENT_12","features":[314]},{"name":"D3DKMDT_BITS_PER_COMPONENT_14","features":[314]},{"name":"D3DKMDT_BITS_PER_COMPONENT_16","features":[314]},{"name":"D3DKMDT_CB_INTENSITY","features":[314]},{"name":"D3DKMDT_CB_SCRGB","features":[314]},{"name":"D3DKMDT_CB_SRGB","features":[314]},{"name":"D3DKMDT_CB_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_CB_YCBCR","features":[314]},{"name":"D3DKMDT_CB_YPBPR","features":[314]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_MATRIX_V2","features":[314]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL","features":[314]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_BYPASS","features":[314]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_ENABLE","features":[314]},{"name":"D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL_NO_CHANGE","features":[314]},{"name":"D3DKMDT_COLOR_BASIS","features":[314]},{"name":"D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES","features":[314]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_DISPATCH_BOUNDARY","features":[314]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[314]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_GRANULARITY","features":[314]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_NONE","features":[314]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_SHADER_BOUNDARY","features":[314]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_THREAD_BOUNDARY","features":[314]},{"name":"D3DKMDT_COMPUTE_PREEMPTION_THREAD_GROUP_BOUNDARY","features":[314]},{"name":"D3DKMDT_DISPLAYMODE_FLAGS","features":[314]},{"name":"D3DKMDT_ENUMCOFUNCMODALITY_PIVOT_TYPE","features":[314]},{"name":"D3DKMDT_EPT_NOPIVOT","features":[314]},{"name":"D3DKMDT_EPT_ROTATION","features":[314]},{"name":"D3DKMDT_EPT_SCALING","features":[314]},{"name":"D3DKMDT_EPT_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_EPT_VIDPNSOURCE","features":[314]},{"name":"D3DKMDT_EPT_VIDPNTARGET","features":[314]},{"name":"D3DKMDT_FREQUENCY_RANGE","features":[314]},{"name":"D3DKMDT_GAMMA_RAMP","features":[314]},{"name":"D3DKMDT_GDISURFACEDATA","features":[314]},{"name":"D3DKMDT_GDISURFACEFLAGS","features":[314]},{"name":"D3DKMDT_GDISURFACETYPE","features":[314]},{"name":"D3DKMDT_GDISURFACE_EXISTINGSYSMEM","features":[314]},{"name":"D3DKMDT_GDISURFACE_INVALID","features":[314]},{"name":"D3DKMDT_GDISURFACE_LOOKUPTABLE","features":[314]},{"name":"D3DKMDT_GDISURFACE_STAGING","features":[314]},{"name":"D3DKMDT_GDISURFACE_STAGING_CPUVISIBLE","features":[314]},{"name":"D3DKMDT_GDISURFACE_TEXTURE","features":[314]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CPUVISIBLE","features":[314]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CPUVISIBLE_CROSSADAPTER","features":[314]},{"name":"D3DKMDT_GDISURFACE_TEXTURE_CROSSADAPTER","features":[314]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[314]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_GRANULARITY","features":[314]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_NONE","features":[314]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_PIXEL_BOUNDARY","features":[314]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_PRIMITIVE_BOUNDARY","features":[314]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_SHADER_BOUNDARY","features":[314]},{"name":"D3DKMDT_GRAPHICS_PREEMPTION_TRIANGLE_BOUNDARY","features":[314]},{"name":"D3DKMDT_GRAPHICS_RENDERING_FORMAT","features":[314]},{"name":"D3DKMDT_GTFCOMPLIANCE","features":[314]},{"name":"D3DKMDT_GTF_COMPLIANT","features":[314]},{"name":"D3DKMDT_GTF_NOTCOMPLIANT","features":[314]},{"name":"D3DKMDT_GTF_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_MACROVISION_OEMCOPYPROTECTION_SIZE","features":[314]},{"name":"D3DKMDT_MAX_OVERLAYS_BITCOUNT","features":[314]},{"name":"D3DKMDT_MAX_VIDPN_SOURCES_BITCOUNT","features":[314]},{"name":"D3DKMDT_MCC_ENFORCE","features":[314]},{"name":"D3DKMDT_MCC_IGNORE","features":[314]},{"name":"D3DKMDT_MCC_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_MCO_DEFAULTMONITORPROFILE","features":[314]},{"name":"D3DKMDT_MCO_DRIVER","features":[314]},{"name":"D3DKMDT_MCO_MONITORDESCRIPTOR","features":[314]},{"name":"D3DKMDT_MCO_MONITORDESCRIPTOR_REGISTRYOVERRIDE","features":[314]},{"name":"D3DKMDT_MCO_SPECIFICCAP_REGISTRYOVERRIDE","features":[314]},{"name":"D3DKMDT_MCO_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_MDT_OTHER","features":[314]},{"name":"D3DKMDT_MDT_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_MDT_VESA_EDID_V1_BASEBLOCK","features":[314]},{"name":"D3DKMDT_MDT_VESA_EDID_V1_BLOCKMAP","features":[314]},{"name":"D3DKMDT_MFRC_ACTIVESIZE","features":[314]},{"name":"D3DKMDT_MFRC_MAXPIXELRATE","features":[314]},{"name":"D3DKMDT_MFRC_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_MOA_INTERRUPTIBLE","features":[314]},{"name":"D3DKMDT_MOA_NONE","features":[314]},{"name":"D3DKMDT_MOA_POLLED","features":[314]},{"name":"D3DKMDT_MOA_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_MODE_PREFERENCE","features":[314]},{"name":"D3DKMDT_MODE_PRUNING_REASON","features":[314]},{"name":"D3DKMDT_MONITOR_CAPABILITIES_ORIGIN","features":[314]},{"name":"D3DKMDT_MONITOR_CONNECTIVITY_CHECKS","features":[314]},{"name":"D3DKMDT_MONITOR_DESCRIPTOR","features":[314]},{"name":"D3DKMDT_MONITOR_DESCRIPTOR_TYPE","features":[314]},{"name":"D3DKMDT_MONITOR_FREQUENCY_RANGE","features":[314]},{"name":"D3DKMDT_MONITOR_FREQUENCY_RANGE_CONSTRAINT","features":[314]},{"name":"D3DKMDT_MONITOR_ORIENTATION","features":[314]},{"name":"D3DKMDT_MONITOR_ORIENTATION_AWARENESS","features":[314]},{"name":"D3DKMDT_MONITOR_SOURCE_MODE","features":[314]},{"name":"D3DKMDT_MONITOR_TIMING_TYPE","features":[314]},{"name":"D3DKMDT_MO_0DEG","features":[314]},{"name":"D3DKMDT_MO_180DEG","features":[314]},{"name":"D3DKMDT_MO_270DEG","features":[314]},{"name":"D3DKMDT_MO_90DEG","features":[314]},{"name":"D3DKMDT_MO_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_MPR_ALLCAPS","features":[314]},{"name":"D3DKMDT_MPR_CLONE_PATH_PRUNED","features":[314]},{"name":"D3DKMDT_MPR_DEFAULT_PROFILE_MONITOR_SOURCE_MODE","features":[314]},{"name":"D3DKMDT_MPR_DESCRIPTOR_MONITOR_FREQUENCY_RANGE","features":[314]},{"name":"D3DKMDT_MPR_DESCRIPTOR_MONITOR_SOURCE_MODE","features":[314]},{"name":"D3DKMDT_MPR_DESCRIPTOR_OVERRIDE_MONITOR_FREQUENCY_RANGE","features":[314]},{"name":"D3DKMDT_MPR_DESCRIPTOR_OVERRIDE_MONITOR_SOURCE_MODE","features":[314]},{"name":"D3DKMDT_MPR_DRIVER_RECOMMENDED_MONITOR_SOURCE_MODE","features":[314]},{"name":"D3DKMDT_MPR_MAXVALID","features":[314]},{"name":"D3DKMDT_MPR_MONITOR_FREQUENCY_RANGE_OVERRIDE","features":[314]},{"name":"D3DKMDT_MPR_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_MP_NOTPREFERRED","features":[314]},{"name":"D3DKMDT_MP_PREFERRED","features":[314]},{"name":"D3DKMDT_MP_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_MTT_DEFAULTMONITORPROFILE","features":[314]},{"name":"D3DKMDT_MTT_DETAILED","features":[314]},{"name":"D3DKMDT_MTT_DRIVER","features":[314]},{"name":"D3DKMDT_MTT_ESTABLISHED","features":[314]},{"name":"D3DKMDT_MTT_EXTRASTANDARD","features":[314]},{"name":"D3DKMDT_MTT_STANDARD","features":[314]},{"name":"D3DKMDT_MTT_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_PALETTEDATA","features":[314]},{"name":"D3DKMDT_PIXEL_VALUE_ACCESS_MODE","features":[314]},{"name":"D3DKMDT_PREEMPTION_CAPS","features":[314]},{"name":"D3DKMDT_PVAM_DIRECT","features":[314]},{"name":"D3DKMDT_PVAM_PRESETPALETTE","features":[314]},{"name":"D3DKMDT_PVAM_SETTABLEPALETTE","features":[314]},{"name":"D3DKMDT_PVAM_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_RMT_GRAPHICS","features":[314]},{"name":"D3DKMDT_RMT_GRAPHICS_STEREO","features":[314]},{"name":"D3DKMDT_RMT_GRAPHICS_STEREO_ADVANCED_SCAN","features":[314]},{"name":"D3DKMDT_RMT_TEXT","features":[314]},{"name":"D3DKMDT_RMT_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_SHADOWSURFACEDATA","features":[314]},{"name":"D3DKMDT_SHAREDPRIMARYSURFACEDATA","features":[314]},{"name":"D3DKMDT_STAGINGSURFACEDATA","features":[314]},{"name":"D3DKMDT_STANDARDALLOCATION_GDISURFACE","features":[314]},{"name":"D3DKMDT_STANDARDALLOCATION_SHADOWSURFACE","features":[314]},{"name":"D3DKMDT_STANDARDALLOCATION_SHAREDPRIMARYSURFACE","features":[314]},{"name":"D3DKMDT_STANDARDALLOCATION_STAGINGSURFACE","features":[314]},{"name":"D3DKMDT_STANDARDALLOCATION_TYPE","features":[314]},{"name":"D3DKMDT_STANDARDALLOCATION_VGPU","features":[314]},{"name":"D3DKMDT_TEXT_RENDERING_FORMAT","features":[314]},{"name":"D3DKMDT_TRF_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_VIDEO_OUTPUT_TECHNOLOGY","features":[314]},{"name":"D3DKMDT_VIDEO_PRESENT_SOURCE","features":[314]},{"name":"D3DKMDT_VIDEO_PRESENT_TARGET","features":[314,305]},{"name":"D3DKMDT_VIDEO_SIGNAL_INFO","features":[314]},{"name":"D3DKMDT_VIDEO_SIGNAL_STANDARD","features":[314]},{"name":"D3DKMDT_VIDPN_HW_CAPABILITY","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_CONTENT","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_IMPORTANCE","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_ROTATION","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_ROTATION_SUPPORT","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_SCALING","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT","features":[314]},{"name":"D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION","features":[314]},{"name":"D3DKMDT_VIDPN_SOURCE_MODE","features":[314]},{"name":"D3DKMDT_VIDPN_SOURCE_MODE_TYPE","features":[314]},{"name":"D3DKMDT_VIDPN_TARGET_MODE","features":[314]},{"name":"D3DKMDT_VIRTUALGPUSURFACEDATA","features":[314]},{"name":"D3DKMDT_VOT_BNC","features":[314]},{"name":"D3DKMDT_VOT_COMPONENT_VIDEO","features":[314]},{"name":"D3DKMDT_VOT_COMPOSITE_VIDEO","features":[314]},{"name":"D3DKMDT_VOT_DISPLAYPORT_EMBEDDED","features":[314]},{"name":"D3DKMDT_VOT_DISPLAYPORT_EXTERNAL","features":[314]},{"name":"D3DKMDT_VOT_DVI","features":[314]},{"name":"D3DKMDT_VOT_D_JPN","features":[314]},{"name":"D3DKMDT_VOT_HD15","features":[314]},{"name":"D3DKMDT_VOT_HDMI","features":[314]},{"name":"D3DKMDT_VOT_INDIRECT_WIRED","features":[314]},{"name":"D3DKMDT_VOT_INTERNAL","features":[314]},{"name":"D3DKMDT_VOT_LVDS","features":[314]},{"name":"D3DKMDT_VOT_MIRACAST","features":[314]},{"name":"D3DKMDT_VOT_OTHER","features":[314]},{"name":"D3DKMDT_VOT_RCA_3COMPONENT","features":[314]},{"name":"D3DKMDT_VOT_RF","features":[314]},{"name":"D3DKMDT_VOT_SDI","features":[314]},{"name":"D3DKMDT_VOT_SDTVDONGLE","features":[314]},{"name":"D3DKMDT_VOT_SVIDEO","features":[314]},{"name":"D3DKMDT_VOT_SVIDEO_4PIN","features":[314]},{"name":"D3DKMDT_VOT_SVIDEO_7PIN","features":[314]},{"name":"D3DKMDT_VOT_UDI_EMBEDDED","features":[314]},{"name":"D3DKMDT_VOT_UDI_EXTERNAL","features":[314]},{"name":"D3DKMDT_VOT_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_VPPC_GRAPHICS","features":[314]},{"name":"D3DKMDT_VPPC_NOTSPECIFIED","features":[314]},{"name":"D3DKMDT_VPPC_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_VPPC_VIDEO","features":[314]},{"name":"D3DKMDT_VPPI_DENARY","features":[314]},{"name":"D3DKMDT_VPPI_NONARY","features":[314]},{"name":"D3DKMDT_VPPI_OCTONARY","features":[314]},{"name":"D3DKMDT_VPPI_PRIMARY","features":[314]},{"name":"D3DKMDT_VPPI_QUATERNARY","features":[314]},{"name":"D3DKMDT_VPPI_QUINARY","features":[314]},{"name":"D3DKMDT_VPPI_SECONDARY","features":[314]},{"name":"D3DKMDT_VPPI_SENARY","features":[314]},{"name":"D3DKMDT_VPPI_SEPTENARY","features":[314]},{"name":"D3DKMDT_VPPI_TERTIARY","features":[314]},{"name":"D3DKMDT_VPPI_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_VPPMT_MACROVISION_APSTRIGGER","features":[314]},{"name":"D3DKMDT_VPPMT_MACROVISION_FULLSUPPORT","features":[314]},{"name":"D3DKMDT_VPPMT_NOPROTECTION","features":[314]},{"name":"D3DKMDT_VPPMT_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_VPPR_IDENTITY","features":[314]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET180","features":[314]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET270","features":[314]},{"name":"D3DKMDT_VPPR_IDENTITY_OFFSET90","features":[314]},{"name":"D3DKMDT_VPPR_NOTSPECIFIED","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE180","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET180","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET270","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE180_OFFSET90","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE270","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET180","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET270","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE270_OFFSET90","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE90","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET180","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET270","features":[314]},{"name":"D3DKMDT_VPPR_ROTATE90_OFFSET90","features":[314]},{"name":"D3DKMDT_VPPR_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_VPPR_UNPINNED","features":[314]},{"name":"D3DKMDT_VPPS_ASPECTRATIOCENTEREDMAX","features":[314]},{"name":"D3DKMDT_VPPS_CENTERED","features":[314]},{"name":"D3DKMDT_VPPS_CUSTOM","features":[314]},{"name":"D3DKMDT_VPPS_IDENTITY","features":[314]},{"name":"D3DKMDT_VPPS_NOTSPECIFIED","features":[314]},{"name":"D3DKMDT_VPPS_RESERVED1","features":[314]},{"name":"D3DKMDT_VPPS_STRETCHED","features":[314]},{"name":"D3DKMDT_VPPS_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_VPPS_UNPINNED","features":[314]},{"name":"D3DKMDT_VSS_APPLE","features":[314]},{"name":"D3DKMDT_VSS_EIA_861","features":[314]},{"name":"D3DKMDT_VSS_EIA_861A","features":[314]},{"name":"D3DKMDT_VSS_EIA_861B","features":[314]},{"name":"D3DKMDT_VSS_IBM","features":[314]},{"name":"D3DKMDT_VSS_NTSC_443","features":[314]},{"name":"D3DKMDT_VSS_NTSC_J","features":[314]},{"name":"D3DKMDT_VSS_NTSC_M","features":[314]},{"name":"D3DKMDT_VSS_OTHER","features":[314]},{"name":"D3DKMDT_VSS_PAL_B","features":[314]},{"name":"D3DKMDT_VSS_PAL_B1","features":[314]},{"name":"D3DKMDT_VSS_PAL_D","features":[314]},{"name":"D3DKMDT_VSS_PAL_G","features":[314]},{"name":"D3DKMDT_VSS_PAL_H","features":[314]},{"name":"D3DKMDT_VSS_PAL_I","features":[314]},{"name":"D3DKMDT_VSS_PAL_K","features":[314]},{"name":"D3DKMDT_VSS_PAL_K1","features":[314]},{"name":"D3DKMDT_VSS_PAL_L","features":[314]},{"name":"D3DKMDT_VSS_PAL_M","features":[314]},{"name":"D3DKMDT_VSS_PAL_N","features":[314]},{"name":"D3DKMDT_VSS_PAL_NC","features":[314]},{"name":"D3DKMDT_VSS_SECAM_B","features":[314]},{"name":"D3DKMDT_VSS_SECAM_D","features":[314]},{"name":"D3DKMDT_VSS_SECAM_G","features":[314]},{"name":"D3DKMDT_VSS_SECAM_H","features":[314]},{"name":"D3DKMDT_VSS_SECAM_K","features":[314]},{"name":"D3DKMDT_VSS_SECAM_K1","features":[314]},{"name":"D3DKMDT_VSS_SECAM_L","features":[314]},{"name":"D3DKMDT_VSS_SECAM_L1","features":[314]},{"name":"D3DKMDT_VSS_UNINITIALIZED","features":[314]},{"name":"D3DKMDT_VSS_VESA_CVT","features":[314]},{"name":"D3DKMDT_VSS_VESA_DMT","features":[314]},{"name":"D3DKMDT_VSS_VESA_GTF","features":[314]},{"name":"D3DKMDT_WIRE_FORMAT_AND_PREFERENCE","features":[314]},{"name":"D3DKMTAcquireKeyedMutex","features":[314,305]},{"name":"D3DKMTAcquireKeyedMutex2","features":[314,305]},{"name":"D3DKMTAdjustFullscreenGamma","features":[314,305]},{"name":"D3DKMTCancelPresents","features":[314,305]},{"name":"D3DKMTChangeSurfacePointer","features":[314,305,317]},{"name":"D3DKMTChangeVideoMemoryReservation","features":[314,305]},{"name":"D3DKMTCheckExclusiveOwnership","features":[314,305]},{"name":"D3DKMTCheckMonitorPowerState","features":[314,305]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport","features":[314,305]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport2","features":[314,305]},{"name":"D3DKMTCheckMultiPlaneOverlaySupport3","features":[314,305]},{"name":"D3DKMTCheckOcclusion","features":[314,305]},{"name":"D3DKMTCheckSharedResourceAccess","features":[314,305]},{"name":"D3DKMTCheckVidPnExclusiveOwnership","features":[314,305]},{"name":"D3DKMTCloseAdapter","features":[314,305]},{"name":"D3DKMTConfigureSharedResource","features":[314,305]},{"name":"D3DKMTCreateAllocation","features":[314,305]},{"name":"D3DKMTCreateAllocation2","features":[314,305]},{"name":"D3DKMTCreateContext","features":[314,305]},{"name":"D3DKMTCreateContextVirtual","features":[314,305]},{"name":"D3DKMTCreateDCFromMemory","features":[314,305,317]},{"name":"D3DKMTCreateDevice","features":[314,305]},{"name":"D3DKMTCreateHwContext","features":[314,305]},{"name":"D3DKMTCreateHwQueue","features":[314,305]},{"name":"D3DKMTCreateKeyedMutex","features":[314,305]},{"name":"D3DKMTCreateKeyedMutex2","features":[314,305]},{"name":"D3DKMTCreateOutputDupl","features":[314,305]},{"name":"D3DKMTCreateOverlay","features":[314,305]},{"name":"D3DKMTCreatePagingQueue","features":[314,305]},{"name":"D3DKMTCreateProtectedSession","features":[314,305]},{"name":"D3DKMTCreateSynchronizationObject","features":[314,305]},{"name":"D3DKMTCreateSynchronizationObject2","features":[314,305]},{"name":"D3DKMTDestroyAllocation","features":[314,305]},{"name":"D3DKMTDestroyAllocation2","features":[314,305]},{"name":"D3DKMTDestroyContext","features":[314,305]},{"name":"D3DKMTDestroyDCFromMemory","features":[314,305,317]},{"name":"D3DKMTDestroyDevice","features":[314,305]},{"name":"D3DKMTDestroyHwContext","features":[314,305]},{"name":"D3DKMTDestroyHwQueue","features":[314,305]},{"name":"D3DKMTDestroyKeyedMutex","features":[314,305]},{"name":"D3DKMTDestroyOutputDupl","features":[314,305]},{"name":"D3DKMTDestroyOverlay","features":[314,305]},{"name":"D3DKMTDestroyPagingQueue","features":[314,305]},{"name":"D3DKMTDestroyProtectedSession","features":[314,305]},{"name":"D3DKMTDestroySynchronizationObject","features":[314,305]},{"name":"D3DKMTEnumAdapters","features":[314,305]},{"name":"D3DKMTEnumAdapters2","features":[314,305]},{"name":"D3DKMTEnumAdapters3","features":[314,305]},{"name":"D3DKMTEscape","features":[314,305]},{"name":"D3DKMTEvict","features":[314,305]},{"name":"D3DKMTFlipOverlay","features":[314,305]},{"name":"D3DKMTFlushHeapTransitions","features":[314,305]},{"name":"D3DKMTFreeGpuVirtualAddress","features":[314,305]},{"name":"D3DKMTGetAllocationPriority","features":[314,305]},{"name":"D3DKMTGetContextInProcessSchedulingPriority","features":[314,305]},{"name":"D3DKMTGetContextSchedulingPriority","features":[314,305]},{"name":"D3DKMTGetDWMVerticalBlankEvent","features":[314,305]},{"name":"D3DKMTGetDeviceState","features":[314,305]},{"name":"D3DKMTGetDisplayModeList","features":[314,305]},{"name":"D3DKMTGetMultiPlaneOverlayCaps","features":[314,305]},{"name":"D3DKMTGetMultisampleMethodList","features":[314,305]},{"name":"D3DKMTGetOverlayState","features":[314,305]},{"name":"D3DKMTGetPostCompositionCaps","features":[314,305]},{"name":"D3DKMTGetPresentHistory","features":[314,305]},{"name":"D3DKMTGetPresentQueueEvent","features":[314,305]},{"name":"D3DKMTGetProcessDeviceRemovalSupport","features":[314,305]},{"name":"D3DKMTGetProcessSchedulingPriorityClass","features":[314,305]},{"name":"D3DKMTGetResourcePresentPrivateDriverData","features":[314,305]},{"name":"D3DKMTGetRuntimeData","features":[314,305]},{"name":"D3DKMTGetScanLine","features":[314,305]},{"name":"D3DKMTGetSharedPrimaryHandle","features":[314,305]},{"name":"D3DKMTGetSharedResourceAdapterLuid","features":[314,305]},{"name":"D3DKMTInvalidateActiveVidPn","features":[314,305]},{"name":"D3DKMTInvalidateCache","features":[314,305]},{"name":"D3DKMTLock","features":[314,305]},{"name":"D3DKMTLock2","features":[314,305]},{"name":"D3DKMTMakeResident","features":[314,305]},{"name":"D3DKMTMapGpuVirtualAddress","features":[314,305]},{"name":"D3DKMTMarkDeviceAsError","features":[314,305]},{"name":"D3DKMTOfferAllocations","features":[314,305]},{"name":"D3DKMTOpenAdapterFromDeviceName","features":[314,305]},{"name":"D3DKMTOpenAdapterFromGdiDisplayName","features":[314,305]},{"name":"D3DKMTOpenAdapterFromHdc","features":[314,305,317]},{"name":"D3DKMTOpenAdapterFromLuid","features":[314,305]},{"name":"D3DKMTOpenKeyedMutex","features":[314,305]},{"name":"D3DKMTOpenKeyedMutex2","features":[314,305]},{"name":"D3DKMTOpenKeyedMutexFromNtHandle","features":[314,305]},{"name":"D3DKMTOpenNtHandleFromName","features":[307,314,305,309]},{"name":"D3DKMTOpenProtectedSessionFromNtHandle","features":[314,305]},{"name":"D3DKMTOpenResource","features":[314,305]},{"name":"D3DKMTOpenResource2","features":[314,305]},{"name":"D3DKMTOpenResourceFromNtHandle","features":[314,305]},{"name":"D3DKMTOpenSyncObjectFromNtHandle","features":[314,305]},{"name":"D3DKMTOpenSyncObjectFromNtHandle2","features":[314,305]},{"name":"D3DKMTOpenSyncObjectNtHandleFromName","features":[307,314,305,309]},{"name":"D3DKMTOpenSynchronizationObject","features":[314,305]},{"name":"D3DKMTOutputDuplGetFrameInfo","features":[314,305]},{"name":"D3DKMTOutputDuplGetMetaData","features":[314,305]},{"name":"D3DKMTOutputDuplGetPointerShapeData","features":[314,305]},{"name":"D3DKMTOutputDuplPresent","features":[314,305]},{"name":"D3DKMTOutputDuplPresentToHwQueue","features":[314,305]},{"name":"D3DKMTOutputDuplReleaseFrame","features":[314,305]},{"name":"D3DKMTPollDisplayChildren","features":[314,305]},{"name":"D3DKMTPresent","features":[314,305]},{"name":"D3DKMTPresentMultiPlaneOverlay","features":[314,305]},{"name":"D3DKMTPresentMultiPlaneOverlay2","features":[314,305]},{"name":"D3DKMTPresentMultiPlaneOverlay3","features":[314,305]},{"name":"D3DKMTPresentRedirected","features":[314,305]},{"name":"D3DKMTQueryAdapterInfo","features":[314,305]},{"name":"D3DKMTQueryAllocationResidency","features":[314,305]},{"name":"D3DKMTQueryClockCalibration","features":[314,305]},{"name":"D3DKMTQueryFSEBlock","features":[314,305]},{"name":"D3DKMTQueryProcessOfferInfo","features":[314,305]},{"name":"D3DKMTQueryProtectedSessionInfoFromNtHandle","features":[314,305]},{"name":"D3DKMTQueryProtectedSessionStatus","features":[314,305]},{"name":"D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName","features":[314,305]},{"name":"D3DKMTQueryResourceInfo","features":[314,305]},{"name":"D3DKMTQueryResourceInfoFromNtHandle","features":[314,305]},{"name":"D3DKMTQueryStatistics","features":[314,305]},{"name":"D3DKMTQueryVidPnExclusiveOwnership","features":[314,305]},{"name":"D3DKMTQueryVideoMemoryInfo","features":[314,305]},{"name":"D3DKMTReclaimAllocations","features":[314,305]},{"name":"D3DKMTReclaimAllocations2","features":[314,305]},{"name":"D3DKMTRegisterTrimNotification","features":[314,305]},{"name":"D3DKMTRegisterVailProcess","features":[314,305]},{"name":"D3DKMTReleaseKeyedMutex","features":[314,305]},{"name":"D3DKMTReleaseKeyedMutex2","features":[314,305]},{"name":"D3DKMTReleaseProcessVidPnSourceOwners","features":[314,305]},{"name":"D3DKMTRender","features":[314,305]},{"name":"D3DKMTReserveGpuVirtualAddress","features":[314,305]},{"name":"D3DKMTSetAllocationPriority","features":[314,305]},{"name":"D3DKMTSetContextInProcessSchedulingPriority","features":[314,305]},{"name":"D3DKMTSetContextSchedulingPriority","features":[314,305]},{"name":"D3DKMTSetDisplayMode","features":[314,305]},{"name":"D3DKMTSetDisplayPrivateDriverFormat","features":[314,305]},{"name":"D3DKMTSetFSEBlock","features":[314,305]},{"name":"D3DKMTSetGammaRamp","features":[314,305]},{"name":"D3DKMTSetHwProtectionTeardownRecovery","features":[314,305]},{"name":"D3DKMTSetMonitorColorSpaceTransform","features":[314,305]},{"name":"D3DKMTSetProcessSchedulingPriorityClass","features":[314,305]},{"name":"D3DKMTSetQueuedLimit","features":[314,305]},{"name":"D3DKMTSetStablePowerState","features":[314,305]},{"name":"D3DKMTSetSyncRefreshCountWaitTarget","features":[314,305]},{"name":"D3DKMTSetVidPnSourceHwProtection","features":[314,305]},{"name":"D3DKMTSetVidPnSourceOwner","features":[314,305]},{"name":"D3DKMTSetVidPnSourceOwner1","features":[314,305]},{"name":"D3DKMTSetVidPnSourceOwner2","features":[314,305]},{"name":"D3DKMTShareObjects","features":[307,314,305,309]},{"name":"D3DKMTSharedPrimaryLockNotification","features":[314,305]},{"name":"D3DKMTSharedPrimaryUnLockNotification","features":[314,305]},{"name":"D3DKMTSignalSynchronizationObject","features":[314,305]},{"name":"D3DKMTSignalSynchronizationObject2","features":[314,305]},{"name":"D3DKMTSignalSynchronizationObjectFromCpu","features":[314,305]},{"name":"D3DKMTSignalSynchronizationObjectFromGpu","features":[314,305]},{"name":"D3DKMTSignalSynchronizationObjectFromGpu2","features":[314,305]},{"name":"D3DKMTSubmitCommand","features":[314,305]},{"name":"D3DKMTSubmitCommandToHwQueue","features":[314,305]},{"name":"D3DKMTSubmitPresentBltToHwQueue","features":[314,305]},{"name":"D3DKMTSubmitPresentToHwQueue","features":[314,305]},{"name":"D3DKMTSubmitSignalSyncObjectsToHwQueue","features":[314,305]},{"name":"D3DKMTSubmitWaitForSyncObjectsToHwQueue","features":[314,305]},{"name":"D3DKMTTrimProcessCommitment","features":[314,305]},{"name":"D3DKMTUnlock","features":[314,305]},{"name":"D3DKMTUnlock2","features":[314,305]},{"name":"D3DKMTUnregisterTrimNotification","features":[314,305]},{"name":"D3DKMTUpdateAllocationProperty","features":[314,305]},{"name":"D3DKMTUpdateGpuVirtualAddress","features":[314,305]},{"name":"D3DKMTUpdateOverlay","features":[314,305]},{"name":"D3DKMTWaitForIdle","features":[314,305]},{"name":"D3DKMTWaitForSynchronizationObject","features":[314,305]},{"name":"D3DKMTWaitForSynchronizationObject2","features":[314,305]},{"name":"D3DKMTWaitForSynchronizationObjectFromCpu","features":[314,305]},{"name":"D3DKMTWaitForSynchronizationObjectFromGpu","features":[314,305]},{"name":"D3DKMTWaitForVerticalBlankEvent","features":[314,305]},{"name":"D3DKMTWaitForVerticalBlankEvent2","features":[314,305]},{"name":"D3DKMT_ACQUIREKEYEDMUTEX","features":[314]},{"name":"D3DKMT_ACQUIREKEYEDMUTEX2","features":[314]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE","features":[314,305]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE","features":[314]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE_EXTRA_CCD_DATABASE_INFO","features":[314]},{"name":"D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE_MODES_PRUNED","features":[314]},{"name":"D3DKMT_ADAPTERADDRESS","features":[314]},{"name":"D3DKMT_ADAPTERINFO","features":[314,305]},{"name":"D3DKMT_ADAPTERREGISTRYINFO","features":[314]},{"name":"D3DKMT_ADAPTERTYPE","features":[314]},{"name":"D3DKMT_ADAPTER_PERFDATA","features":[314]},{"name":"D3DKMT_ADAPTER_PERFDATACAPS","features":[314]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION","features":[314]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_DATA","features":[314]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_TYPE","features":[314]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_VIDMM_FLAGS","features":[314]},{"name":"D3DKMT_ADAPTER_VERIFIER_OPTION_VIDMM_TRIM_INTERVAL","features":[314]},{"name":"D3DKMT_ADAPTER_VERIFIER_VIDMM_FLAGS","features":[314]},{"name":"D3DKMT_ADAPTER_VERIFIER_VIDMM_TRIM_INTERVAL","features":[314]},{"name":"D3DKMT_ADJUSTFULLSCREENGAMMA","features":[314]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS","features":[314]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_NOTRESIDENT","features":[314]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINGPUMEMORY","features":[314]},{"name":"D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINSHAREDMEMORY","features":[314]},{"name":"D3DKMT_AUXILIARYPRESENTINFO","features":[314]},{"name":"D3DKMT_AUXILIARYPRESENTINFO_TYPE","features":[314]},{"name":"D3DKMT_AUXILIARYPRESENTINFO_TYPE_FLIPMANAGER","features":[314]},{"name":"D3DKMT_AllocationPriorityClassHigh","features":[314]},{"name":"D3DKMT_AllocationPriorityClassLow","features":[314]},{"name":"D3DKMT_AllocationPriorityClassMaximum","features":[314]},{"name":"D3DKMT_AllocationPriorityClassMinimum","features":[314]},{"name":"D3DKMT_AllocationPriorityClassNormal","features":[314]},{"name":"D3DKMT_BDDFALLBACK_CTL","features":[314,305]},{"name":"D3DKMT_BLOCKLIST_INFO","features":[314]},{"name":"D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN","features":[314,305]},{"name":"D3DKMT_BRIGHTNESS_INFO","features":[314,305]},{"name":"D3DKMT_BRIGHTNESS_INFO_BEGIN_MANUAL_MODE","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_END_MANUAL_MODE","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_CAPS","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_NIT_RANGES","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_POSSIBLE_LEVELS","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_GET_REDUCTION","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET_OPTIMIZATION","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_SET_STATE","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_TOGGLE_LOGGING","features":[314]},{"name":"D3DKMT_BRIGHTNESS_INFO_TYPE","features":[314]},{"name":"D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS","features":[314]},{"name":"D3DKMT_BUDGETCHANGENOTIFICATION","features":[314]},{"name":"D3DKMT_CANCEL_PRESENTS","features":[314,305]},{"name":"D3DKMT_CANCEL_PRESENTS_FLAGS","features":[314]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION","features":[314]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION_CANCEL_FROM","features":[314]},{"name":"D3DKMT_CANCEL_PRESENTS_OPERATION_REPROGRAM_INTERRUPT","features":[314]},{"name":"D3DKMT_CHANGESURFACEPOINTER","features":[314,305,317]},{"name":"D3DKMT_CHANGEVIDEOMEMORYRESERVATION","features":[314,305]},{"name":"D3DKMT_CHECKMONITORPOWERSTATE","features":[314]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT","features":[314,305]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2","features":[314,305]},{"name":"D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3","features":[314,305]},{"name":"D3DKMT_CHECKOCCLUSION","features":[314,305]},{"name":"D3DKMT_CHECKSHAREDRESOURCEACCESS","features":[314]},{"name":"D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP","features":[314]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE","features":[314,305]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2","features":[314,305]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3","features":[314,305]},{"name":"D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO","features":[314]},{"name":"D3DKMT_CLIENTHINT","features":[314]},{"name":"D3DKMT_CLIENTHINT_11ON12","features":[314]},{"name":"D3DKMT_CLIENTHINT_9ON12","features":[314]},{"name":"D3DKMT_CLIENTHINT_CDD","features":[314]},{"name":"D3DKMT_CLIENTHINT_CLON12","features":[314]},{"name":"D3DKMT_CLIENTHINT_CUDA","features":[314]},{"name":"D3DKMT_CLIENTHINT_DML_PYTORCH","features":[314]},{"name":"D3DKMT_CLIENTHINT_DML_TENSORFLOW","features":[314]},{"name":"D3DKMT_CLIENTHINT_DX10","features":[314]},{"name":"D3DKMT_CLIENTHINT_DX11","features":[314]},{"name":"D3DKMT_CLIENTHINT_DX12","features":[314]},{"name":"D3DKMT_CLIENTHINT_DX7","features":[314]},{"name":"D3DKMT_CLIENTHINT_DX8","features":[314]},{"name":"D3DKMT_CLIENTHINT_DX9","features":[314]},{"name":"D3DKMT_CLIENTHINT_GLON12","features":[314]},{"name":"D3DKMT_CLIENTHINT_MAX","features":[314]},{"name":"D3DKMT_CLIENTHINT_MFT_ENCODE","features":[314]},{"name":"D3DKMT_CLIENTHINT_ONEAPI_LEVEL0","features":[314]},{"name":"D3DKMT_CLIENTHINT_OPENCL","features":[314]},{"name":"D3DKMT_CLIENTHINT_OPENGL","features":[314]},{"name":"D3DKMT_CLIENTHINT_RESERVED","features":[314]},{"name":"D3DKMT_CLIENTHINT_UNKNOWN","features":[314]},{"name":"D3DKMT_CLIENTHINT_VULKAN","features":[314]},{"name":"D3DKMT_CLOSEADAPTER","features":[314]},{"name":"D3DKMT_COMPOSITION_PRESENTHISTORYTOKEN","features":[314]},{"name":"D3DKMT_CONFIGURESHAREDRESOURCE","features":[314,305]},{"name":"D3DKMT_CONNECT_DOORBELL","features":[314]},{"name":"D3DKMT_CONNECT_DOORBELL_FLAGS","features":[314]},{"name":"D3DKMT_CPDRIVERNAME","features":[314]},{"name":"D3DKMT_CREATEALLOCATION","features":[314,305]},{"name":"D3DKMT_CREATEALLOCATIONFLAGS","features":[314]},{"name":"D3DKMT_CREATECONTEXT","features":[314]},{"name":"D3DKMT_CREATECONTEXTVIRTUAL","features":[314]},{"name":"D3DKMT_CREATEDCFROMMEMORY","features":[314,305,317]},{"name":"D3DKMT_CREATEDEVICE","features":[314]},{"name":"D3DKMT_CREATEDEVICEFLAGS","features":[314]},{"name":"D3DKMT_CREATEHWCONTEXT","features":[314]},{"name":"D3DKMT_CREATEHWQUEUE","features":[314]},{"name":"D3DKMT_CREATEKEYEDMUTEX","features":[314]},{"name":"D3DKMT_CREATEKEYEDMUTEX2","features":[314]},{"name":"D3DKMT_CREATEKEYEDMUTEX2_FLAGS","features":[314]},{"name":"D3DKMT_CREATENATIVEFENCE","features":[314]},{"name":"D3DKMT_CREATEOVERLAY","features":[314]},{"name":"D3DKMT_CREATEPAGINGQUEUE","features":[314]},{"name":"D3DKMT_CREATEPROTECTEDSESSION","features":[314]},{"name":"D3DKMT_CREATESTANDARDALLOCATION","features":[314]},{"name":"D3DKMT_CREATESTANDARDALLOCATIONFLAGS","features":[314]},{"name":"D3DKMT_CREATESYNCFILE","features":[314]},{"name":"D3DKMT_CREATESYNCHRONIZATIONOBJECT","features":[314,305]},{"name":"D3DKMT_CREATESYNCHRONIZATIONOBJECT2","features":[314,305]},{"name":"D3DKMT_CREATE_DOORBELL","features":[314]},{"name":"D3DKMT_CREATE_DOORBELL_FLAGS","features":[314]},{"name":"D3DKMT_CREATE_OUTPUTDUPL","features":[314,305]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT","features":[314]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER","features":[314]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_COPY","features":[314]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_NONE","features":[314]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_SCANOUT","features":[314]},{"name":"D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_TEXTURE","features":[314]},{"name":"D3DKMT_CROSS_ADAPTER_RESOURCE_HEIGHT_ALIGNMENT","features":[314]},{"name":"D3DKMT_CROSS_ADAPTER_RESOURCE_PITCH_ALIGNMENT","features":[314]},{"name":"D3DKMT_CURRENTDISPLAYMODE","features":[314]},{"name":"D3DKMT_ClientPagingBuffer","features":[314]},{"name":"D3DKMT_ClientRenderBuffer","features":[314]},{"name":"D3DKMT_DEBUG_SNAPSHOT_ESCAPE","features":[314]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_DOWNWARD","features":[314]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_PASS","features":[314]},{"name":"D3DKMT_DEFRAG_ESCAPE_DEFRAG_UPWARD","features":[314]},{"name":"D3DKMT_DEFRAG_ESCAPE_GET_FRAGMENTATION_STATS","features":[314]},{"name":"D3DKMT_DEFRAG_ESCAPE_OPERATION","features":[314]},{"name":"D3DKMT_DEFRAG_ESCAPE_VERIFY_TRANSFER","features":[314]},{"name":"D3DKMT_DESTROYALLOCATION","features":[314]},{"name":"D3DKMT_DESTROYALLOCATION2","features":[314]},{"name":"D3DKMT_DESTROYCONTEXT","features":[314]},{"name":"D3DKMT_DESTROYDCFROMMEMORY","features":[314,305,317]},{"name":"D3DKMT_DESTROYDEVICE","features":[314]},{"name":"D3DKMT_DESTROYHWCONTEXT","features":[314]},{"name":"D3DKMT_DESTROYHWQUEUE","features":[314]},{"name":"D3DKMT_DESTROYKEYEDMUTEX","features":[314]},{"name":"D3DKMT_DESTROYOVERLAY","features":[314]},{"name":"D3DKMT_DESTROYPROTECTEDSESSION","features":[314]},{"name":"D3DKMT_DESTROYSYNCHRONIZATIONOBJECT","features":[314]},{"name":"D3DKMT_DESTROY_DOORBELL","features":[314]},{"name":"D3DKMT_DESTROY_OUTPUTDUPL","features":[314,305]},{"name":"D3DKMT_DEVICEESCAPE_RESTOREGAMMA","features":[314]},{"name":"D3DKMT_DEVICEESCAPE_TYPE","features":[314]},{"name":"D3DKMT_DEVICEESCAPE_VIDPNFROMALLOCATION","features":[314]},{"name":"D3DKMT_DEVICEEXECUTION_ACTIVE","features":[314]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_DMAFAULT","features":[314]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_DMAPAGEFAULT","features":[314]},{"name":"D3DKMT_DEVICEEXECUTION_ERROR_OUTOFMEMORY","features":[314]},{"name":"D3DKMT_DEVICEEXECUTION_HUNG","features":[314]},{"name":"D3DKMT_DEVICEEXECUTION_RESET","features":[314]},{"name":"D3DKMT_DEVICEEXECUTION_STATE","features":[314]},{"name":"D3DKMT_DEVICEEXECUTION_STOPPED","features":[314]},{"name":"D3DKMT_DEVICEPAGEFAULT_STATE","features":[314]},{"name":"D3DKMT_DEVICEPRESENT_QUEUE_STATE","features":[314,305]},{"name":"D3DKMT_DEVICEPRESENT_STATE","features":[314]},{"name":"D3DKMT_DEVICEPRESENT_STATE_DWM","features":[314]},{"name":"D3DKMT_DEVICERESET_STATE","features":[314]},{"name":"D3DKMT_DEVICESTATE_EXECUTION","features":[314]},{"name":"D3DKMT_DEVICESTATE_PAGE_FAULT","features":[314]},{"name":"D3DKMT_DEVICESTATE_PRESENT","features":[314]},{"name":"D3DKMT_DEVICESTATE_PRESENT_DWM","features":[314]},{"name":"D3DKMT_DEVICESTATE_PRESENT_QUEUE","features":[314]},{"name":"D3DKMT_DEVICESTATE_RESET","features":[314]},{"name":"D3DKMT_DEVICESTATE_TYPE","features":[314]},{"name":"D3DKMT_DEVICE_ERROR_REASON","features":[314]},{"name":"D3DKMT_DEVICE_ERROR_REASON_DRIVER_ERROR","features":[314]},{"name":"D3DKMT_DEVICE_ERROR_REASON_GENERIC","features":[314]},{"name":"D3DKMT_DEVICE_ESCAPE","features":[314]},{"name":"D3DKMT_DEVICE_IDS","features":[314]},{"name":"D3DKMT_DIRECTFLIP_SUPPORT","features":[314,305]},{"name":"D3DKMT_DIRTYREGIONS","features":[314,305]},{"name":"D3DKMT_DISPLAYMODE","features":[314]},{"name":"D3DKMT_DISPLAYMODELIST","features":[314]},{"name":"D3DKMT_DISPLAY_CAPS","features":[314]},{"name":"D3DKMT_DISPLAY_UMD_FILENAMEINFO","features":[314]},{"name":"D3DKMT_DLIST_DRIVER_NAME","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_ACTIVEVIDPN_COFUNCPATHMODALITY_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_ACTIVEVIDPN_SOURCEMODESET_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_GET_ACTIVEVIDPN_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_GET_LASTCLIENTCOMMITTEDVIDPN_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_GET_MONITORS_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_GET_SUMMARY_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VERSION_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VIDEO_PRESENT_SOURCES_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_GET_VIDEO_PRESENT_TARGETS_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_RECENTLY_COMMITTED_VIDPNS_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_RECENTLY_RECOMMENDED_VIDPNS_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_RECENT_MODECHANGE_REQUESTS_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_RECENT_MONITOR_PRESENCE_EVENTS_INFO","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_UNINITIALIZED","features":[314]},{"name":"D3DKMT_DMMESCAPETYPE_VIDPN_MGR_DIAGNOSTICS","features":[314]},{"name":"D3DKMT_DMM_ESCAPE","features":[314]},{"name":"D3DKMT_DOD_SET_DIRTYRECT_MODE","features":[314,305]},{"name":"D3DKMT_DRIVERCAPS_EXT","features":[314]},{"name":"D3DKMT_DRIVERVERSION","features":[314]},{"name":"D3DKMT_DRIVER_DESCRIPTION","features":[314]},{"name":"D3DKMT_DeferredCommandBuffer","features":[314]},{"name":"D3DKMT_DeviceCommandBuffer","features":[314]},{"name":"D3DKMT_DmaPacketTypeMax","features":[314]},{"name":"D3DKMT_ENUMADAPTERS","features":[314,305]},{"name":"D3DKMT_ENUMADAPTERS2","features":[314,305]},{"name":"D3DKMT_ENUMADAPTERS3","features":[314,305]},{"name":"D3DKMT_ENUMADAPTERS_FILTER","features":[314]},{"name":"D3DKMT_ESCAPE","features":[314]},{"name":"D3DKMT_ESCAPETYPE","features":[314]},{"name":"D3DKMT_ESCAPE_ACTIVATE_SPECIFIC_DIAG","features":[314]},{"name":"D3DKMT_ESCAPE_ADAPTER_VERIFIER_OPTION","features":[314]},{"name":"D3DKMT_ESCAPE_BDD_FALLBACK","features":[314]},{"name":"D3DKMT_ESCAPE_BDD_PNP","features":[314]},{"name":"D3DKMT_ESCAPE_BRIGHTNESS","features":[314]},{"name":"D3DKMT_ESCAPE_CCD_DATABASE","features":[314]},{"name":"D3DKMT_ESCAPE_DEBUG_SNAPSHOT","features":[314]},{"name":"D3DKMT_ESCAPE_DEVICE","features":[314]},{"name":"D3DKMT_ESCAPE_DIAGNOSTICS","features":[314]},{"name":"D3DKMT_ESCAPE_DMM","features":[314]},{"name":"D3DKMT_ESCAPE_DOD_SET_DIRTYRECT_MODE","features":[314]},{"name":"D3DKMT_ESCAPE_DRIVERPRIVATE","features":[314]},{"name":"D3DKMT_ESCAPE_DRT_TEST","features":[314]},{"name":"D3DKMT_ESCAPE_EDID_CACHE","features":[314]},{"name":"D3DKMT_ESCAPE_FORCE_BDDFALLBACK_HEADLESS","features":[314]},{"name":"D3DKMT_ESCAPE_GET_DISPLAY_CONFIGURATIONS","features":[314]},{"name":"D3DKMT_ESCAPE_GET_EXTERNAL_DIAGNOSTICS","features":[314]},{"name":"D3DKMT_ESCAPE_HISTORY_BUFFER_STATUS","features":[314]},{"name":"D3DKMT_ESCAPE_IDD_REQUEST","features":[314]},{"name":"D3DKMT_ESCAPE_LOG_CODEPOINT_PACKET","features":[314]},{"name":"D3DKMT_ESCAPE_LOG_USERMODE_DAIG_PACKET","features":[314]},{"name":"D3DKMT_ESCAPE_MIRACAST_ADAPTER_DIAG_INFO","features":[314]},{"name":"D3DKMT_ESCAPE_MIRACAST_DISPLAY_REQUEST","features":[314]},{"name":"D3DKMT_ESCAPE_MODES_PRUNED_OUT","features":[314]},{"name":"D3DKMT_ESCAPE_OUTPUTDUPL_DIAGNOSTICS","features":[314]},{"name":"D3DKMT_ESCAPE_OUTPUTDUPL_SNAPSHOT","features":[314]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_COMMAND","features":[314]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_DEFAULT","features":[314]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_FORCE_CPU","features":[314]},{"name":"D3DKMT_ESCAPE_PFN_CONTROL_FORCE_GPU","features":[314]},{"name":"D3DKMT_ESCAPE_PROCESS_VERIFIER_OPTION","features":[314]},{"name":"D3DKMT_ESCAPE_QUERY_DMA_REMAPPING_STATUS","features":[314]},{"name":"D3DKMT_ESCAPE_QUERY_IOMMU_STATUS","features":[314]},{"name":"D3DKMT_ESCAPE_REQUEST_MACHINE_CRASH","features":[314]},{"name":"D3DKMT_ESCAPE_SOFTGPU_ENABLE_DISABLE_HMD","features":[314]},{"name":"D3DKMT_ESCAPE_TDRDBGCTRL","features":[314]},{"name":"D3DKMT_ESCAPE_VIDMM","features":[314]},{"name":"D3DKMT_ESCAPE_VIDSCH","features":[314]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE","features":[314,305]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE","features":[314]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_BASE_DESKTOP_DURATION","features":[314]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_PROCESS_BOOST_ELIGIBLE","features":[314]},{"name":"D3DKMT_ESCAPE_VIRTUAL_REFRESH_RATE_TYPE_SET_VSYNC_MULTIPLIER","features":[314]},{"name":"D3DKMT_ESCAPE_WHQL_INFO","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_BDD_FALLBACK","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_COLOR_PROFILE_INFO","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_DDA_TEST_CTL","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_DISPBROKER_TEST","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_DPI_INFO","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_HIP_DEVICE_INFO","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_PRESENTER_VIEW_INFO","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_QUERY_CD_ROTATION_BLOCK","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_SET_DIMMED_STATE","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_SPECIALIZED_DISPLAY_TEST","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_START","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_SYSTEM_DPI","features":[314]},{"name":"D3DKMT_ESCAPE_WIN32K_USER_DETECTED_BLACK_SCREEN","features":[314]},{"name":"D3DKMT_EVICT","features":[314]},{"name":"D3DKMT_EVICTION_CRITERIA","features":[314]},{"name":"D3DKMT_FENCE_PRESENTHISTORYTOKEN","features":[314]},{"name":"D3DKMT_FLIPINFOFLAGS","features":[314]},{"name":"D3DKMT_FLIPMANAGER_AUXILIARYPRESENTINFO","features":[314,305]},{"name":"D3DKMT_FLIPMANAGER_PRESENTHISTORYTOKEN","features":[314]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE","features":[314]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE_FLIP_COMPLETE","features":[314]},{"name":"D3DKMT_FLIPMODEL_INDEPENDENT_FLIP_STAGE_FLIP_SUBMITTED","features":[314]},{"name":"D3DKMT_FLIPMODEL_PRESENTHISTORYTOKEN","features":[314,305]},{"name":"D3DKMT_FLIPMODEL_PRESENTHISTORYTOKENFLAGS","features":[314]},{"name":"D3DKMT_FLIPOVERLAY","features":[314]},{"name":"D3DKMT_FLIPQUEUEINFO","features":[314]},{"name":"D3DKMT_FLUSHHEAPTRANSITIONS","features":[314]},{"name":"D3DKMT_FREEGPUVIRTUALADDRESS","features":[314]},{"name":"D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN","features":[314,305]},{"name":"D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN","features":[314]},{"name":"D3DKMT_GDI_STYLE_HANDLE_DECORATION","features":[314]},{"name":"D3DKMT_GETALLOCATIONPRIORITY","features":[314]},{"name":"D3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[314]},{"name":"D3DKMT_GETCONTEXTSCHEDULINGPRIORITY","features":[314]},{"name":"D3DKMT_GETDEVICESTATE","features":[314,305]},{"name":"D3DKMT_GETDISPLAYMODELIST","features":[314]},{"name":"D3DKMT_GETMULTISAMPLEMETHODLIST","features":[314]},{"name":"D3DKMT_GETOVERLAYSTATE","features":[314,305]},{"name":"D3DKMT_GETPRESENTHISTORY","features":[314,305]},{"name":"D3DKMT_GETPRESENTHISTORY_MAXTOKENS","features":[314]},{"name":"D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT","features":[314,305]},{"name":"D3DKMT_GETRUNTIMEDATA","features":[314]},{"name":"D3DKMT_GETSCANLINE","features":[314,305]},{"name":"D3DKMT_GETSHAREDPRIMARYHANDLE","features":[314]},{"name":"D3DKMT_GETSHAREDRESOURCEADAPTERLUID","features":[314,305]},{"name":"D3DKMT_GETVERTICALBLANKEVENT","features":[314]},{"name":"D3DKMT_GET_DEVICE_VIDPN_OWNERSHIP_INFO","features":[314,305]},{"name":"D3DKMT_GET_GPUMMU_CAPS","features":[314,305]},{"name":"D3DKMT_GET_MULTIPLANE_OVERLAY_CAPS","features":[314]},{"name":"D3DKMT_GET_POST_COMPOSITION_CAPS","features":[314]},{"name":"D3DKMT_GET_PTE","features":[314,305]},{"name":"D3DKMT_GET_PTE_MAX","features":[314]},{"name":"D3DKMT_GET_QUEUEDLIMIT_PRESENT","features":[314]},{"name":"D3DKMT_GET_SEGMENT_CAPS","features":[314,305]},{"name":"D3DKMT_GPUMMU_CAPS","features":[314]},{"name":"D3DKMT_GPUVERSION","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_QUERY_STATE","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_QUERY_TYPE","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_HIGH_PERFORMANCE","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_MINIMUM_POWER","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_NOT_FOUND","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_UNINITIALIZED","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_UNSPECIFIED","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_STATE_USER_SPECIFIED_GPU","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_DX_DATABASE","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_IHV_DLIST","features":[314]},{"name":"D3DKMT_GPU_PREFERENCE_TYPE_USER_PREFERENCE","features":[314]},{"name":"D3DKMT_HISTORY_BUFFER_STATUS","features":[314,305]},{"name":"D3DKMT_HWDRM_SUPPORT","features":[314,305]},{"name":"D3DKMT_HYBRID_DLIST_DLL_SUPPORT","features":[314,305]},{"name":"D3DKMT_HYBRID_LIST","features":[314,305]},{"name":"D3DKMT_INDEPENDENTFLIP_SECONDARY_SUPPORT","features":[314,305]},{"name":"D3DKMT_INDEPENDENTFLIP_SUPPORT","features":[314,305]},{"name":"D3DKMT_INVALIDATEACTIVEVIDPN","features":[314]},{"name":"D3DKMT_INVALIDATECACHE","features":[314]},{"name":"D3DKMT_ISBADDRIVERFORHWPROTECTIONDISABLED","features":[314,305]},{"name":"D3DKMT_KMD_DRIVER_VERSION","features":[314]},{"name":"D3DKMT_LOCK","features":[314]},{"name":"D3DKMT_LOCK2","features":[314]},{"name":"D3DKMT_MARKDEVICEASERROR","features":[314]},{"name":"D3DKMT_MAX_BUNDLE_OBJECTS_PER_HANDLE","features":[314]},{"name":"D3DKMT_MAX_DMM_ESCAPE_DATASIZE","features":[314]},{"name":"D3DKMT_MAX_MULTIPLANE_OVERLAY_ALLOCATIONS_PER_PLANE","features":[314]},{"name":"D3DKMT_MAX_MULTIPLANE_OVERLAY_PLANES","features":[314]},{"name":"D3DKMT_MAX_OBJECTS_PER_HANDLE","features":[314]},{"name":"D3DKMT_MAX_PRESENT_HISTORY_RECTS","features":[314]},{"name":"D3DKMT_MAX_PRESENT_HISTORY_SCATTERBLTS","features":[314]},{"name":"D3DKMT_MAX_SEGMENT_COUNT","features":[314]},{"name":"D3DKMT_MAX_WAITFORVERTICALBLANK_OBJECTS","features":[314]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP","features":[314]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP_LOCAL","features":[314]},{"name":"D3DKMT_MEMORY_SEGMENT_GROUP_NON_LOCAL","features":[314]},{"name":"D3DKMT_MIRACASTCOMPANIONDRIVERNAME","features":[314]},{"name":"D3DKMT_MIRACAST_CHUNK_DATA","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_CANCELLED","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_ERROR","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_NOT_FOUND","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_DEVICE_NOT_STARTED","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_GPU_RESOURCE_IN_USE","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INSUFFICIENT_BANDWIDTH","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INSUFFICIENT_MEMORY","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_INVALID_PARAMETER","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_PENDING","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_REMOTE_SESSION","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_SUCCESS","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_SUCCESS_NO_MONITOR","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_UNKOWN_ERROR","features":[314]},{"name":"D3DKMT_MIRACAST_DEVICE_STATUS_UNKOWN_PAIRING","features":[314]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_CAPS","features":[314,305]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_STATE","features":[314]},{"name":"D3DKMT_MIRACAST_DISPLAY_DEVICE_STATUS","features":[314]},{"name":"D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS","features":[314,305]},{"name":"D3DKMT_MIRACAST_DRIVER_IHV","features":[314]},{"name":"D3DKMT_MIRACAST_DRIVER_MS","features":[314]},{"name":"D3DKMT_MIRACAST_DRIVER_NOT_SUPPORTED","features":[314]},{"name":"D3DKMT_MIRACAST_DRIVER_TYPE","features":[314]},{"name":"D3DKMT_MOVE_RECT","features":[314,305]},{"name":"D3DKMT_MPO3DDI_SUPPORT","features":[314,305]},{"name":"D3DKMT_MPOKERNELCAPS_SUPPORT","features":[314,305]},{"name":"D3DKMT_MULIIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_PROGRESSIVE","features":[314]},{"name":"D3DKMT_MULTIPLANEOVERLAY_DECODE_SUPPORT","features":[314,305]},{"name":"D3DKMT_MULTIPLANEOVERLAY_HUD_SUPPORT","features":[314,305]},{"name":"D3DKMT_MULTIPLANEOVERLAY_SECONDARY_SUPPORT","features":[314,305]},{"name":"D3DKMT_MULTIPLANEOVERLAY_STRETCH_SUPPORT","features":[314,305]},{"name":"D3DKMT_MULTIPLANEOVERLAY_SUPPORT","features":[314,305]},{"name":"D3DKMT_MULTIPLANE_OVERLAY","features":[314,305]},{"name":"D3DKMT_MULTIPLANE_OVERLAY2","features":[314,305]},{"name":"D3DKMT_MULTIPLANE_OVERLAY3","features":[314,305]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES","features":[314,305]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2","features":[314,305]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3","features":[314,305]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND_ALPHABLEND","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_BLEND_OPAQUE","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_CAPS","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAGS","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_HORIZONTAL_FLIP","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_STATIC_CHECK","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_FLAG_VERTICAL_FLIP","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION","features":[314,305]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_WITH_SOURCE","features":[314,305]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_HORIZONTAL","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_VERTICAL","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAGS","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE","features":[314]},{"name":"D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC","features":[314]},{"name":"D3DKMT_MULTISAMPLEMETHOD","features":[314]},{"name":"D3DKMT_MaxAllocationPriorityClass","features":[314]},{"name":"D3DKMT_MmIoFlipCommandBuffer","features":[314]},{"name":"D3DKMT_NODEMETADATA","features":[314,305]},{"name":"D3DKMT_NODE_PERFDATA","features":[314]},{"name":"D3DKMT_NOTIFY_WORK_SUBMISSION","features":[314]},{"name":"D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS","features":[314]},{"name":"D3DKMT_OFFERALLOCATIONS","features":[314]},{"name":"D3DKMT_OFFER_FLAGS","features":[314]},{"name":"D3DKMT_OFFER_PRIORITY","features":[314]},{"name":"D3DKMT_OFFER_PRIORITY_AUTO","features":[314]},{"name":"D3DKMT_OFFER_PRIORITY_HIGH","features":[314]},{"name":"D3DKMT_OFFER_PRIORITY_LOW","features":[314]},{"name":"D3DKMT_OFFER_PRIORITY_NORMAL","features":[314]},{"name":"D3DKMT_OPENADAPTERFROMDEVICENAME","features":[314,305]},{"name":"D3DKMT_OPENADAPTERFROMGDIDISPLAYNAME","features":[314,305]},{"name":"D3DKMT_OPENADAPTERFROMHDC","features":[314,305,317]},{"name":"D3DKMT_OPENADAPTERFROMLUID","features":[314,305]},{"name":"D3DKMT_OPENGLINFO","features":[314]},{"name":"D3DKMT_OPENKEYEDMUTEX","features":[314]},{"name":"D3DKMT_OPENKEYEDMUTEX2","features":[314]},{"name":"D3DKMT_OPENKEYEDMUTEXFROMNTHANDLE","features":[314,305]},{"name":"D3DKMT_OPENNATIVEFENCEFROMNTHANDLE","features":[314,305]},{"name":"D3DKMT_OPENNTHANDLEFROMNAME","features":[307,314,305,309]},{"name":"D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE","features":[314,305]},{"name":"D3DKMT_OPENRESOURCE","features":[314]},{"name":"D3DKMT_OPENRESOURCEFROMNTHANDLE","features":[314,305]},{"name":"D3DKMT_OPENSYNCHRONIZATIONOBJECT","features":[314]},{"name":"D3DKMT_OPENSYNCOBJECTFROMNTHANDLE","features":[314,305]},{"name":"D3DKMT_OPENSYNCOBJECTFROMNTHANDLE2","features":[314,305]},{"name":"D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME","features":[307,314,305,309]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_INFO","features":[314,305]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE","features":[314]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_COLOR","features":[314]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR","features":[314]},{"name":"D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME","features":[314]},{"name":"D3DKMT_OUTPUTDUPLCONTEXTSCOUNT","features":[314]},{"name":"D3DKMT_OUTPUTDUPLCREATIONFLAGS","features":[314]},{"name":"D3DKMT_OUTPUTDUPLPRESENT","features":[314,305]},{"name":"D3DKMT_OUTPUTDUPLPRESENTFLAGS","features":[314]},{"name":"D3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE","features":[314,305]},{"name":"D3DKMT_OUTPUTDUPL_FRAMEINFO","features":[314,305]},{"name":"D3DKMT_OUTPUTDUPL_GET_FRAMEINFO","features":[314,305]},{"name":"D3DKMT_OUTPUTDUPL_GET_POINTER_SHAPE_DATA","features":[314,305]},{"name":"D3DKMT_OUTPUTDUPL_KEYEDMUTEX","features":[314,305]},{"name":"D3DKMT_OUTPUTDUPL_METADATA","features":[314]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE","features":[314]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE_DIRTY_RECTS","features":[314]},{"name":"D3DKMT_OUTPUTDUPL_METADATATYPE_MOVE_RECTS","features":[314]},{"name":"D3DKMT_OUTPUTDUPL_POINTER_POSITION","features":[314,305]},{"name":"D3DKMT_OUTPUTDUPL_RELEASE_FRAME","features":[314]},{"name":"D3DKMT_OUTPUTDUPL_SNAPSHOT","features":[314,305]},{"name":"D3DKMT_PAGE_TABLE_LEVEL_DESC","features":[314]},{"name":"D3DKMT_PANELFITTER_SUPPORT","features":[314,305]},{"name":"D3DKMT_PARAVIRTUALIZATION","features":[314,305]},{"name":"D3DKMT_PHYSICAL_ADAPTER_COUNT","features":[314]},{"name":"D3DKMT_PINDIRECTFLIPRESOURCES","features":[314]},{"name":"D3DKMT_PLANE_SPECIFIC_INPUT_FLAGS","features":[314]},{"name":"D3DKMT_PLANE_SPECIFIC_OUTPUT_FLAGS","features":[314]},{"name":"D3DKMT_PM_FLIPMANAGER","features":[314]},{"name":"D3DKMT_PM_REDIRECTED_BLT","features":[314]},{"name":"D3DKMT_PM_REDIRECTED_COMPOSITION","features":[314]},{"name":"D3DKMT_PM_REDIRECTED_FLIP","features":[314]},{"name":"D3DKMT_PM_REDIRECTED_GDI","features":[314]},{"name":"D3DKMT_PM_REDIRECTED_GDI_SYSMEM","features":[314]},{"name":"D3DKMT_PM_REDIRECTED_VISTABLT","features":[314]},{"name":"D3DKMT_PM_SCREENCAPTUREFENCE","features":[314]},{"name":"D3DKMT_PM_SURFACECOMPLETE","features":[314]},{"name":"D3DKMT_PM_UNINITIALIZED","features":[314]},{"name":"D3DKMT_PNP_KEY_HARDWARE","features":[314]},{"name":"D3DKMT_PNP_KEY_SOFTWARE","features":[314]},{"name":"D3DKMT_PNP_KEY_TYPE","features":[314]},{"name":"D3DKMT_POLLDISPLAYCHILDREN","features":[314]},{"name":"D3DKMT_PRESENT","features":[314,305]},{"name":"D3DKMT_PRESENTFLAGS","features":[314]},{"name":"D3DKMT_PRESENTHISTORYTOKEN","features":[314,305]},{"name":"D3DKMT_PRESENT_MODEL","features":[314]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY","features":[314,305]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY2","features":[314,305]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY3","features":[314,305]},{"name":"D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS","features":[314]},{"name":"D3DKMT_PRESENT_REDIRECTED","features":[314,305]},{"name":"D3DKMT_PRESENT_REDIRECTED_FLAGS","features":[314]},{"name":"D3DKMT_PRESENT_RGNS","features":[314,305]},{"name":"D3DKMT_PRESENT_STATS","features":[314]},{"name":"D3DKMT_PRESENT_STATS_DWM","features":[314]},{"name":"D3DKMT_PRESENT_STATS_DWM2","features":[314]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION","features":[314,305]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_DATA","features":[314]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_TYPE","features":[314]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_VIDMM_FLAGS","features":[314]},{"name":"D3DKMT_PROCESS_VERIFIER_OPTION_VIDMM_RESTRICT_BUDGET","features":[314]},{"name":"D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS","features":[314]},{"name":"D3DKMT_PROCESS_VERIFIER_VIDMM_RESTRICT_BUDGET","features":[314]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS","features":[314]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS_INVALID","features":[314]},{"name":"D3DKMT_PROTECTED_SESSION_STATUS_OK","features":[314]},{"name":"D3DKMT_PreemptionAttempt","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissAlreadyPreempting","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissAlreadyRunning","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissFenceCommand","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissGlobalBlock","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissLessPriority","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissNextFence","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissNoCommand","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissNotEnabled","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissNotMakingProgress","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissPagingCommand","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissRemainingPreemptionQuantum","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissRemainingQuantum","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissRenderPendingFlip","features":[314]},{"name":"D3DKMT_PreemptionAttemptMissSplittedCommand","features":[314]},{"name":"D3DKMT_PreemptionAttemptStatisticsMax","features":[314]},{"name":"D3DKMT_PreemptionAttemptSuccess","features":[314]},{"name":"D3DKMT_QUERYADAPTERINFO","features":[314]},{"name":"D3DKMT_QUERYALLOCATIONRESIDENCY","features":[314]},{"name":"D3DKMT_QUERYCLOCKCALIBRATION","features":[314]},{"name":"D3DKMT_QUERYFSEBLOCK","features":[314,305]},{"name":"D3DKMT_QUERYFSEBLOCKFLAGS","features":[314]},{"name":"D3DKMT_QUERYPROCESSOFFERINFO","features":[314,305]},{"name":"D3DKMT_QUERYPROTECTEDSESSIONINFOFROMNTHANDLE","features":[314,305]},{"name":"D3DKMT_QUERYPROTECTEDSESSIONSTATUS","features":[314]},{"name":"D3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME","features":[314]},{"name":"D3DKMT_QUERYRESOURCEINFO","features":[314]},{"name":"D3DKMT_QUERYRESOURCEINFOFROMNTHANDLE","features":[314,305]},{"name":"D3DKMT_QUERYRESULT_PREEMPTION_ATTEMPT_RESULT","features":[314]},{"name":"D3DKMT_QUERYRESULT_PREEMPTION_ATTEMPT_RESULT_MAX","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS","features":[314,305]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_ADAPTER_INFORMATION_FLAGS","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS_MAX","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_COMMITMENT_DATA","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_COUNTER","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_BUFFER","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_DMA_PACKET_TYPE_MAX","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_MEMORY","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_MEMORY_USAGE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_NODE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_NODE2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_NODE_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PACKET_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PHYSICAL_ADAPTER","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PHYSICAL_ADAPTER_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_POLICY","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PREEMPTION_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_ADAPTER_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INTERFERENCE_BUCKET_COUNT","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_INTERFERENCE_COUNTERS","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_NODE_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_POLICY","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_VIDPNSOURCE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_PROCESS_VIDPNSOURCE_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_ADAPTER2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_ADAPTER_INFORMATION2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_NODE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_NODE2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_PHYSICAL_ADAPTER","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_PROCESS_SEGMENT_GROUP2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT_GROUP_USAGE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_SEGMENT_USAGE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUERY_VIDPNSOURCE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_QUEUE_PACKET_TYPE_MAX","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_RESULT","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT2","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_GROUP_USAGE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_PREFERENCE_MAX","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_APERTURE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_MEMORY","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_TYPE_SYSMEM","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SEGMENT_USAGE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_TYPE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_VIDEO_MEMORY","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_VIDPNSOURCE","features":[314]},{"name":"D3DKMT_QUERYSTATISTICS_VIDPNSOURCE_INFORMATION","features":[314]},{"name":"D3DKMT_QUERYSTATSTICS_ALLOCATIONS","features":[314]},{"name":"D3DKMT_QUERYSTATSTICS_LOCKS","features":[314]},{"name":"D3DKMT_QUERYSTATSTICS_PAGING_FAULT","features":[314]},{"name":"D3DKMT_QUERYSTATSTICS_PAGING_TRANSFER","features":[314]},{"name":"D3DKMT_QUERYSTATSTICS_PREPRATION","features":[314]},{"name":"D3DKMT_QUERYSTATSTICS_REFERENCE_DMA_BUFFER","features":[314]},{"name":"D3DKMT_QUERYSTATSTICS_RENAMING","features":[314]},{"name":"D3DKMT_QUERYSTATSTICS_SWIZZLING_RANGE","features":[314]},{"name":"D3DKMT_QUERYSTATSTICS_TERMINATIONS","features":[314]},{"name":"D3DKMT_QUERYVIDEOMEMORYINFO","features":[314,305]},{"name":"D3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP","features":[314,305]},{"name":"D3DKMT_QUERY_ADAPTER_UNIQUE_GUID","features":[314]},{"name":"D3DKMT_QUERY_DEVICE_IDS","features":[314]},{"name":"D3DKMT_QUERY_GPUMMU_CAPS","features":[314]},{"name":"D3DKMT_QUERY_MIRACAST_DRIVER_TYPE","features":[314]},{"name":"D3DKMT_QUERY_PHYSICAL_ADAPTER_PNP_KEY","features":[314]},{"name":"D3DKMT_QUERY_SCANOUT_CAPS","features":[314]},{"name":"D3DKMT_QUEUEDLIMIT_TYPE","features":[314]},{"name":"D3DKMT_QueuePacketTypeMax","features":[314]},{"name":"D3DKMT_RECLAIMALLOCATIONS","features":[314,305]},{"name":"D3DKMT_RECLAIMALLOCATIONS2","features":[314,305]},{"name":"D3DKMT_REGISTERBUDGETCHANGENOTIFICATION","features":[314]},{"name":"D3DKMT_REGISTERTRIMNOTIFICATION","features":[314,305]},{"name":"D3DKMT_RELEASEKEYEDMUTEX","features":[314]},{"name":"D3DKMT_RELEASEKEYEDMUTEX2","features":[314]},{"name":"D3DKMT_RENDER","features":[314]},{"name":"D3DKMT_RENDERFLAGS","features":[314]},{"name":"D3DKMT_REQUEST_MACHINE_CRASH_ESCAPE","features":[314]},{"name":"D3DKMT_RenderCommandBuffer","features":[314]},{"name":"D3DKMT_SCATTERBLT","features":[314,305]},{"name":"D3DKMT_SCATTERBLTS","features":[314,305]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS","features":[314]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_ABOVE_NORMAL","features":[314]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_BELOW_NORMAL","features":[314]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_HIGH","features":[314]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_IDLE","features":[314]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_NORMAL","features":[314]},{"name":"D3DKMT_SCHEDULINGPRIORITYCLASS_REALTIME","features":[314]},{"name":"D3DKMT_SEGMENTGROUPSIZEINFO","features":[314]},{"name":"D3DKMT_SEGMENTSIZEINFO","features":[314]},{"name":"D3DKMT_SEGMENT_CAPS","features":[314,305]},{"name":"D3DKMT_SETALLOCATIONPRIORITY","features":[314]},{"name":"D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[314]},{"name":"D3DKMT_SETCONTEXTSCHEDULINGPRIORITY","features":[314]},{"name":"D3DKMT_SETCONTEXTSCHEDULINGPRIORITY_ABSOLUTE","features":[314]},{"name":"D3DKMT_SETDISPLAYMODE","features":[314]},{"name":"D3DKMT_SETDISPLAYMODE_FLAGS","features":[314]},{"name":"D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT","features":[314]},{"name":"D3DKMT_SETFSEBLOCK","features":[314,305]},{"name":"D3DKMT_SETFSEBLOCKFLAGS","features":[314]},{"name":"D3DKMT_SETGAMMARAMP","features":[314]},{"name":"D3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY","features":[314,305]},{"name":"D3DKMT_SETQUEUEDLIMIT","features":[314]},{"name":"D3DKMT_SETSTABLEPOWERSTATE","features":[314,305]},{"name":"D3DKMT_SETSYNCREFRESHCOUNTWAITTARGET","features":[314]},{"name":"D3DKMT_SETVIDPNSOURCEHWPROTECTION","features":[314,305]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER","features":[314]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER1","features":[314]},{"name":"D3DKMT_SETVIDPNSOURCEOWNER2","features":[314]},{"name":"D3DKMT_SET_COLORSPACE_TRANSFORM","features":[314,305]},{"name":"D3DKMT_SET_QUEUEDLIMIT_PRESENT","features":[314]},{"name":"D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION","features":[314,305]},{"name":"D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION","features":[314,305]},{"name":"D3DKMT_SHAREOBJECTWITHHOST","features":[314]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECT","features":[314]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECT2","features":[314,305]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU","features":[314]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU","features":[314]},{"name":"D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2","features":[314,305]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE","features":[314]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_EXISTINGHEAP","features":[314]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_INTERNALBACKINGSTORE","features":[314]},{"name":"D3DKMT_STANDARDALLOCATIONTYPE_MAX","features":[314]},{"name":"D3DKMT_STANDARDALLOCATION_EXISTINGHEAP","features":[314]},{"name":"D3DKMT_SUBKEY_DX9","features":[314]},{"name":"D3DKMT_SUBKEY_OPENGL","features":[314]},{"name":"D3DKMT_SUBMITCOMMAND","features":[314]},{"name":"D3DKMT_SUBMITCOMMANDFLAGS","features":[314]},{"name":"D3DKMT_SUBMITCOMMANDTOHWQUEUE","features":[314]},{"name":"D3DKMT_SUBMITPRESENTBLTTOHWQUEUE","features":[314,305]},{"name":"D3DKMT_SUBMITPRESENTTOHWQUEUE","features":[314,305]},{"name":"D3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE","features":[314]},{"name":"D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE","features":[314]},{"name":"D3DKMT_SURFACECOMPLETE_PRESENTHISTORYTOKEN","features":[314]},{"name":"D3DKMT_SignalCommandBuffer","features":[314]},{"name":"D3DKMT_SoftwareCommandBuffer","features":[314]},{"name":"D3DKMT_SystemCommandBuffer","features":[314]},{"name":"D3DKMT_SystemPagingBuffer","features":[314]},{"name":"D3DKMT_SystemPreemptionBuffer","features":[314]},{"name":"D3DKMT_TDRDBGCTRLTYPE","features":[314]},{"name":"D3DKMT_TDRDBGCTRLTYPE_DISABLEBREAK","features":[314]},{"name":"D3DKMT_TDRDBGCTRLTYPE_ENABLEBREAK","features":[314]},{"name":"D3DKMT_TDRDBGCTRLTYPE_ENGINETDR","features":[314]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCEDODTDR","features":[314]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCEDODVSYNCTDR","features":[314]},{"name":"D3DKMT_TDRDBGCTRLTYPE_FORCETDR","features":[314]},{"name":"D3DKMT_TDRDBGCTRLTYPE_GPUTDR","features":[314]},{"name":"D3DKMT_TDRDBGCTRLTYPE_UNCONDITIONAL","features":[314]},{"name":"D3DKMT_TDRDBGCTRLTYPE_VSYNCTDR","features":[314]},{"name":"D3DKMT_TDRDBGCTRL_ESCAPE","features":[314]},{"name":"D3DKMT_TRACKEDWORKLOAD_SUPPORT","features":[314,305]},{"name":"D3DKMT_TRIMNOTIFICATION","features":[314]},{"name":"D3DKMT_TRIMPROCESSCOMMITMENT","features":[314,305]},{"name":"D3DKMT_TRIMPROCESSCOMMITMENT_FLAGS","features":[314]},{"name":"D3DKMT_UMDFILENAMEINFO","features":[314]},{"name":"D3DKMT_UMD_DRIVER_VERSION","features":[314]},{"name":"D3DKMT_UNLOCK","features":[314]},{"name":"D3DKMT_UNLOCK2","features":[314]},{"name":"D3DKMT_UNPINDIRECTFLIPRESOURCES","features":[314]},{"name":"D3DKMT_UNREGISTERBUDGETCHANGENOTIFICATION","features":[314]},{"name":"D3DKMT_UNREGISTERTRIMNOTIFICATION","features":[314]},{"name":"D3DKMT_UPDATEGPUVIRTUALADDRESS","features":[314]},{"name":"D3DKMT_UPDATEOVERLAY","features":[314]},{"name":"D3DKMT_VAD_DESC","features":[314]},{"name":"D3DKMT_VAD_ESCAPE_COMMAND","features":[314]},{"name":"D3DKMT_VAD_ESCAPE_GETNUMVADS","features":[314]},{"name":"D3DKMT_VAD_ESCAPE_GETVAD","features":[314]},{"name":"D3DKMT_VAD_ESCAPE_GETVADRANGE","features":[314]},{"name":"D3DKMT_VAD_ESCAPE_GET_GPUMMU_CAPS","features":[314]},{"name":"D3DKMT_VAD_ESCAPE_GET_PTE","features":[314]},{"name":"D3DKMT_VAD_ESCAPE_GET_SEGMENT_CAPS","features":[314]},{"name":"D3DKMT_VA_RANGE_DESC","features":[314]},{"name":"D3DKMT_VERIFIER_OPTION_MODE","features":[314]},{"name":"D3DKMT_VERIFIER_OPTION_QUERY","features":[314]},{"name":"D3DKMT_VERIFIER_OPTION_SET","features":[314]},{"name":"D3DKMT_VGPUINTERFACEID","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_APERTURE_CORRUPTION_CHECK","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_DEFRAG","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_DELAYEXECUTION","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT_BY_CRITERIA","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_EVICT_BY_NT_HANDLE","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_GET_BUDGET","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_GET_VAD_INFO","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_RESUME_PROCESS","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_RUN_COHERENCY_TEST","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_RUN_UNMAP_TO_DUMMY_PAGE_TEST","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_SETFAULT","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_BUDGET","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_EVICTION_CONFIG","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_SET_TRIM_INTERVALS","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_SUSPEND_CPU_ACCESS_TEST","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_SUSPEND_PROCESS","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_VALIDATE_INTEGRITY","features":[314]},{"name":"D3DKMT_VIDMMESCAPETYPE_WAKE","features":[314]},{"name":"D3DKMT_VIDMM_ESCAPE","features":[314,305]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EMULATED","features":[314]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EXCLUSIVE","features":[314]},{"name":"D3DKMT_VIDPNSOURCEOWNER_EXCLUSIVEGDI","features":[314]},{"name":"D3DKMT_VIDPNSOURCEOWNER_FLAGS","features":[314]},{"name":"D3DKMT_VIDPNSOURCEOWNER_SHARED","features":[314]},{"name":"D3DKMT_VIDPNSOURCEOWNER_TYPE","features":[314]},{"name":"D3DKMT_VIDPNSOURCEOWNER_UNOWNED","features":[314]},{"name":"D3DKMT_VIDSCHESCAPETYPE","features":[314]},{"name":"D3DKMT_VIDSCHESCAPETYPE_CONFIGURE_TDR_LIMIT","features":[314]},{"name":"D3DKMT_VIDSCHESCAPETYPE_ENABLECONTEXTDELAY","features":[314]},{"name":"D3DKMT_VIDSCHESCAPETYPE_PFN_CONTROL","features":[314]},{"name":"D3DKMT_VIDSCHESCAPETYPE_PREEMPTIONCONTROL","features":[314]},{"name":"D3DKMT_VIDSCHESCAPETYPE_SUSPENDRESUME","features":[314]},{"name":"D3DKMT_VIDSCHESCAPETYPE_SUSPENDSCHEDULER","features":[314]},{"name":"D3DKMT_VIDSCHESCAPETYPE_TDRCONTROL","features":[314]},{"name":"D3DKMT_VIDSCHESCAPETYPE_VGPU_RESET","features":[314]},{"name":"D3DKMT_VIDSCHESCAPETYPE_VIRTUAL_REFRESH_RATE","features":[314]},{"name":"D3DKMT_VIDSCH_ESCAPE","features":[314,305]},{"name":"D3DKMT_VIRTUALADDRESSFLAGS","features":[314]},{"name":"D3DKMT_VIRTUALADDRESSINFO","features":[314]},{"name":"D3DKMT_WAITFORIDLE","features":[314]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECT","features":[314]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECT2","features":[314]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU","features":[314,305]},{"name":"D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU","features":[314]},{"name":"D3DKMT_WAITFORVERTICALBLANKEVENT","features":[314]},{"name":"D3DKMT_WAITFORVERTICALBLANKEVENT2","features":[314]},{"name":"D3DKMT_WDDM_1_2_CAPS","features":[314]},{"name":"D3DKMT_WDDM_1_3_CAPS","features":[314]},{"name":"D3DKMT_WDDM_2_0_CAPS","features":[314]},{"name":"D3DKMT_WDDM_2_7_CAPS","features":[314]},{"name":"D3DKMT_WDDM_2_9_CAPS","features":[314]},{"name":"D3DKMT_WDDM_3_0_CAPS","features":[314]},{"name":"D3DKMT_WDDM_3_1_CAPS","features":[314]},{"name":"D3DKMT_WORKINGSETFLAGS","features":[314]},{"name":"D3DKMT_WORKINGSETINFO","features":[314]},{"name":"D3DKMT_WSAUMDIMAGENAME","features":[314]},{"name":"D3DKMT_WaitCommandBuffer","features":[314]},{"name":"D3DKMT_XBOX","features":[314,305]},{"name":"D3DLINEPATTERN","features":[314]},{"name":"D3DNTCLEAR_COMPUTERECTS","features":[314]},{"name":"D3DNTDEVICEDESC_V3","features":[314,305,315]},{"name":"D3DNTDP2OP_ADDDIRTYBOX","features":[314]},{"name":"D3DNTDP2OP_ADDDIRTYRECT","features":[314]},{"name":"D3DNTDP2OP_BLT","features":[314]},{"name":"D3DNTDP2OP_BUFFERBLT","features":[314]},{"name":"D3DNTDP2OP_CLEAR","features":[314]},{"name":"D3DNTDP2OP_CLIPPEDTRIANGLEFAN","features":[314]},{"name":"D3DNTDP2OP_COLORFILL","features":[314]},{"name":"D3DNTDP2OP_COMPOSERECTS","features":[314]},{"name":"D3DNTDP2OP_CREATELIGHT","features":[314]},{"name":"D3DNTDP2OP_CREATEPIXELSHADER","features":[314]},{"name":"D3DNTDP2OP_CREATEQUERY","features":[314]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADER","features":[314]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADERDECL","features":[314]},{"name":"D3DNTDP2OP_CREATEVERTEXSHADERFUNC","features":[314]},{"name":"D3DNTDP2OP_DELETEPIXELSHADER","features":[314]},{"name":"D3DNTDP2OP_DELETEQUERY","features":[314]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADER","features":[314]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADERDECL","features":[314]},{"name":"D3DNTDP2OP_DELETEVERTEXSHADERFUNC","features":[314]},{"name":"D3DNTDP2OP_DRAWINDEXEDPRIMITIVE","features":[314]},{"name":"D3DNTDP2OP_DRAWINDEXEDPRIMITIVE2","features":[314]},{"name":"D3DNTDP2OP_DRAWPRIMITIVE","features":[314]},{"name":"D3DNTDP2OP_DRAWPRIMITIVE2","features":[314]},{"name":"D3DNTDP2OP_DRAWRECTPATCH","features":[314]},{"name":"D3DNTDP2OP_DRAWTRIPATCH","features":[314]},{"name":"D3DNTDP2OP_GENERATEMIPSUBLEVELS","features":[314]},{"name":"D3DNTDP2OP_INDEXEDLINELIST","features":[314]},{"name":"D3DNTDP2OP_INDEXEDLINELIST2","features":[314]},{"name":"D3DNTDP2OP_INDEXEDLINESTRIP","features":[314]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLEFAN","features":[314]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLELIST","features":[314]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLELIST2","features":[314]},{"name":"D3DNTDP2OP_INDEXEDTRIANGLESTRIP","features":[314]},{"name":"D3DNTDP2OP_ISSUEQUERY","features":[314]},{"name":"D3DNTDP2OP_LINELIST","features":[314]},{"name":"D3DNTDP2OP_LINELIST_IMM","features":[314]},{"name":"D3DNTDP2OP_LINESTRIP","features":[314]},{"name":"D3DNTDP2OP_MULTIPLYTRANSFORM","features":[314]},{"name":"D3DNTDP2OP_POINTS","features":[314]},{"name":"D3DNTDP2OP_RENDERSTATE","features":[314]},{"name":"D3DNTDP2OP_RESPONSECONTINUE","features":[314]},{"name":"D3DNTDP2OP_RESPONSEQUERY","features":[314]},{"name":"D3DNTDP2OP_SETCLIPPLANE","features":[314]},{"name":"D3DNTDP2OP_SETCONVOLUTIONKERNELMONO","features":[314]},{"name":"D3DNTDP2OP_SETDEPTHSTENCIL","features":[314]},{"name":"D3DNTDP2OP_SETINDICES","features":[314]},{"name":"D3DNTDP2OP_SETLIGHT","features":[314]},{"name":"D3DNTDP2OP_SETMATERIAL","features":[314]},{"name":"D3DNTDP2OP_SETPALETTE","features":[314]},{"name":"D3DNTDP2OP_SETPIXELSHADER","features":[314]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONST","features":[314]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONSTB","features":[314]},{"name":"D3DNTDP2OP_SETPIXELSHADERCONSTI","features":[314]},{"name":"D3DNTDP2OP_SETPRIORITY","features":[314]},{"name":"D3DNTDP2OP_SETRENDERTARGET","features":[314]},{"name":"D3DNTDP2OP_SETRENDERTARGET2","features":[314]},{"name":"D3DNTDP2OP_SETSCISSORRECT","features":[314]},{"name":"D3DNTDP2OP_SETSTREAMSOURCE","features":[314]},{"name":"D3DNTDP2OP_SETSTREAMSOURCE2","features":[314]},{"name":"D3DNTDP2OP_SETSTREAMSOURCEFREQ","features":[314]},{"name":"D3DNTDP2OP_SETSTREAMSOURCEUM","features":[314]},{"name":"D3DNTDP2OP_SETTEXLOD","features":[314]},{"name":"D3DNTDP2OP_SETTRANSFORM","features":[314]},{"name":"D3DNTDP2OP_SETVERTEXSHADER","features":[314]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONST","features":[314]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONSTB","features":[314]},{"name":"D3DNTDP2OP_SETVERTEXSHADERCONSTI","features":[314]},{"name":"D3DNTDP2OP_SETVERTEXSHADERDECL","features":[314]},{"name":"D3DNTDP2OP_SETVERTEXSHADERFUNC","features":[314]},{"name":"D3DNTDP2OP_STATESET","features":[314]},{"name":"D3DNTDP2OP_SURFACEBLT","features":[314]},{"name":"D3DNTDP2OP_TEXBLT","features":[314]},{"name":"D3DNTDP2OP_TEXTURESTAGESTATE","features":[314]},{"name":"D3DNTDP2OP_TRIANGLEFAN","features":[314]},{"name":"D3DNTDP2OP_TRIANGLEFAN_IMM","features":[314]},{"name":"D3DNTDP2OP_TRIANGLELIST","features":[314]},{"name":"D3DNTDP2OP_TRIANGLESTRIP","features":[314]},{"name":"D3DNTDP2OP_UPDATEPALETTE","features":[314]},{"name":"D3DNTDP2OP_VIEWPORTINFO","features":[314]},{"name":"D3DNTDP2OP_VOLUMEBLT","features":[314]},{"name":"D3DNTDP2OP_WINFO","features":[314]},{"name":"D3DNTDP2OP_ZRANGE","features":[314]},{"name":"D3DNTHAL2_CB32_SETRENDERTARGET","features":[314]},{"name":"D3DNTHAL3_CB32_CLEAR2","features":[314]},{"name":"D3DNTHAL3_CB32_DRAWPRIMITIVES2","features":[314]},{"name":"D3DNTHAL3_CB32_RESERVED","features":[314]},{"name":"D3DNTHAL3_CB32_VALIDATETEXTURESTAGESTATE","features":[314]},{"name":"D3DNTHALDEVICEDESC_V1","features":[314,305,315]},{"name":"D3DNTHALDEVICEDESC_V2","features":[314,305,315]},{"name":"D3DNTHALDP2_EXECUTEBUFFER","features":[314]},{"name":"D3DNTHALDP2_REQCOMMANDBUFSIZE","features":[314]},{"name":"D3DNTHALDP2_REQVERTEXBUFSIZE","features":[314]},{"name":"D3DNTHALDP2_SWAPCOMMANDBUFFER","features":[314]},{"name":"D3DNTHALDP2_SWAPVERTEXBUFFER","features":[314]},{"name":"D3DNTHALDP2_USERMEMVERTICES","features":[314]},{"name":"D3DNTHALDP2_VIDMEMCOMMANDBUF","features":[314]},{"name":"D3DNTHALDP2_VIDMEMVERTEXBUF","features":[314]},{"name":"D3DNTHAL_CALLBACKS","features":[314,305,316]},{"name":"D3DNTHAL_CALLBACKS2","features":[314,305,316]},{"name":"D3DNTHAL_CALLBACKS3","features":[314,305,315,316]},{"name":"D3DNTHAL_CLEAR2DATA","features":[314,315]},{"name":"D3DNTHAL_CLIPPEDTRIANGLEFAN","features":[314]},{"name":"D3DNTHAL_COL_WEIGHTS","features":[314]},{"name":"D3DNTHAL_CONTEXTCREATEDATA","features":[314,305,316]},{"name":"D3DNTHAL_CONTEXTDESTROYALLDATA","features":[314]},{"name":"D3DNTHAL_CONTEXTDESTROYDATA","features":[314]},{"name":"D3DNTHAL_CONTEXT_BAD","features":[314]},{"name":"D3DNTHAL_D3DDX6EXTENDEDCAPS","features":[314]},{"name":"D3DNTHAL_D3DEXTENDEDCAPS","features":[314]},{"name":"D3DNTHAL_DP2ADDDIRTYBOX","features":[314,315]},{"name":"D3DNTHAL_DP2ADDDIRTYRECT","features":[314,305]},{"name":"D3DNTHAL_DP2BLT","features":[314,305]},{"name":"D3DNTHAL_DP2BUFFERBLT","features":[314,315]},{"name":"D3DNTHAL_DP2CLEAR","features":[314,305]},{"name":"D3DNTHAL_DP2COLORFILL","features":[314,305]},{"name":"D3DNTHAL_DP2COMMAND","features":[314]},{"name":"D3DNTHAL_DP2COMPOSERECTS","features":[314,315]},{"name":"D3DNTHAL_DP2CREATELIGHT","features":[314]},{"name":"D3DNTHAL_DP2CREATEPIXELSHADER","features":[314]},{"name":"D3DNTHAL_DP2CREATEQUERY","features":[314,315]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADER","features":[314]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADERDECL","features":[314]},{"name":"D3DNTHAL_DP2CREATEVERTEXSHADERFUNC","features":[314]},{"name":"D3DNTHAL_DP2DELETEQUERY","features":[314]},{"name":"D3DNTHAL_DP2DRAWINDEXEDPRIMITIVE","features":[314,315]},{"name":"D3DNTHAL_DP2DRAWINDEXEDPRIMITIVE2","features":[314,315]},{"name":"D3DNTHAL_DP2DRAWPRIMITIVE","features":[314,315]},{"name":"D3DNTHAL_DP2DRAWPRIMITIVE2","features":[314,315]},{"name":"D3DNTHAL_DP2DRAWRECTPATCH","features":[314]},{"name":"D3DNTHAL_DP2DRAWTRIPATCH","features":[314]},{"name":"D3DNTHAL_DP2EXT","features":[314]},{"name":"D3DNTHAL_DP2GENERATEMIPSUBLEVELS","features":[314,315]},{"name":"D3DNTHAL_DP2INDEXEDLINELIST","features":[314]},{"name":"D3DNTHAL_DP2INDEXEDLINESTRIP","features":[314]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLEFAN","features":[314]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLELIST","features":[314]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLELIST2","features":[314]},{"name":"D3DNTHAL_DP2INDEXEDTRIANGLESTRIP","features":[314]},{"name":"D3DNTHAL_DP2ISSUEQUERY","features":[314]},{"name":"D3DNTHAL_DP2LINELIST","features":[314]},{"name":"D3DNTHAL_DP2LINESTRIP","features":[314]},{"name":"D3DNTHAL_DP2MULTIPLYTRANSFORM","features":[69,314,315]},{"name":"D3DNTHAL_DP2OPERATION","features":[314]},{"name":"D3DNTHAL_DP2PIXELSHADER","features":[314]},{"name":"D3DNTHAL_DP2POINTS","features":[314]},{"name":"D3DNTHAL_DP2RENDERSTATE","features":[314,315]},{"name":"D3DNTHAL_DP2RESPONSE","features":[314]},{"name":"D3DNTHAL_DP2RESPONSEQUERY","features":[314]},{"name":"D3DNTHAL_DP2SETCLIPPLANE","features":[314]},{"name":"D3DNTHAL_DP2SETCONVOLUTIONKERNELMONO","features":[314]},{"name":"D3DNTHAL_DP2SETDEPTHSTENCIL","features":[314]},{"name":"D3DNTHAL_DP2SETINDICES","features":[314]},{"name":"D3DNTHAL_DP2SETLIGHT","features":[314]},{"name":"D3DNTHAL_DP2SETPALETTE","features":[314]},{"name":"D3DNTHAL_DP2SETPIXELSHADERCONST","features":[314]},{"name":"D3DNTHAL_DP2SETPRIORITY","features":[314]},{"name":"D3DNTHAL_DP2SETRENDERTARGET","features":[314]},{"name":"D3DNTHAL_DP2SETRENDERTARGET2","features":[314]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCE","features":[314]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCE2","features":[314]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCEFREQ","features":[314]},{"name":"D3DNTHAL_DP2SETSTREAMSOURCEUM","features":[314]},{"name":"D3DNTHAL_DP2SETTEXLOD","features":[314]},{"name":"D3DNTHAL_DP2SETTRANSFORM","features":[69,314,315]},{"name":"D3DNTHAL_DP2SETVERTEXSHADERCONST","features":[314]},{"name":"D3DNTHAL_DP2STARTVERTEX","features":[314]},{"name":"D3DNTHAL_DP2STATESET","features":[314,315]},{"name":"D3DNTHAL_DP2SURFACEBLT","features":[314,305]},{"name":"D3DNTHAL_DP2TEXBLT","features":[314,305]},{"name":"D3DNTHAL_DP2TEXTURESTAGESTATE","features":[314]},{"name":"D3DNTHAL_DP2TRIANGLEFAN","features":[314]},{"name":"D3DNTHAL_DP2TRIANGLEFAN_IMM","features":[314]},{"name":"D3DNTHAL_DP2TRIANGLELIST","features":[314]},{"name":"D3DNTHAL_DP2TRIANGLESTRIP","features":[314]},{"name":"D3DNTHAL_DP2UPDATEPALETTE","features":[314]},{"name":"D3DNTHAL_DP2VERTEXSHADER","features":[314]},{"name":"D3DNTHAL_DP2VIEWPORTINFO","features":[314]},{"name":"D3DNTHAL_DP2VOLUMEBLT","features":[314,315]},{"name":"D3DNTHAL_DP2WINFO","features":[314]},{"name":"D3DNTHAL_DP2ZRANGE","features":[314]},{"name":"D3DNTHAL_DRAWPRIMITIVES2DATA","features":[314,305,316]},{"name":"D3DNTHAL_GLOBALDRIVERDATA","features":[314,305,315,316]},{"name":"D3DNTHAL_NUMCLIPVERTICES","features":[314]},{"name":"D3DNTHAL_OUTOFCONTEXTS","features":[314]},{"name":"D3DNTHAL_ROW_WEIGHTS","features":[314]},{"name":"D3DNTHAL_SCENECAPTUREDATA","features":[314]},{"name":"D3DNTHAL_SCENE_CAPTURE_END","features":[314]},{"name":"D3DNTHAL_SCENE_CAPTURE_START","features":[314]},{"name":"D3DNTHAL_SETRENDERTARGETDATA","features":[314,305,316]},{"name":"D3DNTHAL_STATESETCREATE","features":[314]},{"name":"D3DNTHAL_TEXTURECREATEDATA","features":[314,305]},{"name":"D3DNTHAL_TEXTUREDESTROYDATA","features":[314]},{"name":"D3DNTHAL_TEXTUREGETSURFDATA","features":[314,305]},{"name":"D3DNTHAL_TEXTURESWAPDATA","features":[314]},{"name":"D3DNTHAL_TSS_MAXSTAGES","features":[314]},{"name":"D3DNTHAL_TSS_RENDERSTATEBASE","features":[314]},{"name":"D3DNTHAL_TSS_STATESPERSTAGE","features":[314]},{"name":"D3DNTHAL_VALIDATETEXTURESTAGESTATEDATA","features":[314]},{"name":"D3DPMISCCAPS_FOGINFVF","features":[314]},{"name":"D3DPMISCCAPS_LINEPATTERNREP","features":[314]},{"name":"D3DPRASTERCAPS_PAT","features":[314]},{"name":"D3DPRASTERCAPS_STRETCHBLTMULTISAMPLE","features":[314]},{"name":"D3DPS_COLOROUT_MAX_V2_0","features":[314]},{"name":"D3DPS_COLOROUT_MAX_V2_1","features":[314]},{"name":"D3DPS_COLOROUT_MAX_V3_0","features":[314]},{"name":"D3DPS_CONSTBOOLREG_MAX_SW_DX9","features":[314]},{"name":"D3DPS_CONSTBOOLREG_MAX_V2_1","features":[314]},{"name":"D3DPS_CONSTBOOLREG_MAX_V3_0","features":[314]},{"name":"D3DPS_CONSTINTREG_MAX_SW_DX9","features":[314]},{"name":"D3DPS_CONSTINTREG_MAX_V2_1","features":[314]},{"name":"D3DPS_CONSTINTREG_MAX_V3_0","features":[314]},{"name":"D3DPS_CONSTREG_MAX_DX8","features":[314]},{"name":"D3DPS_CONSTREG_MAX_SW_DX9","features":[314]},{"name":"D3DPS_CONSTREG_MAX_V1_1","features":[314]},{"name":"D3DPS_CONSTREG_MAX_V1_2","features":[314]},{"name":"D3DPS_CONSTREG_MAX_V1_3","features":[314]},{"name":"D3DPS_CONSTREG_MAX_V1_4","features":[314]},{"name":"D3DPS_CONSTREG_MAX_V2_0","features":[314]},{"name":"D3DPS_CONSTREG_MAX_V2_1","features":[314]},{"name":"D3DPS_CONSTREG_MAX_V3_0","features":[314]},{"name":"D3DPS_INPUTREG_MAX_DX8","features":[314]},{"name":"D3DPS_INPUTREG_MAX_SW_DX9","features":[314]},{"name":"D3DPS_INPUTREG_MAX_V1_1","features":[314]},{"name":"D3DPS_INPUTREG_MAX_V1_2","features":[314]},{"name":"D3DPS_INPUTREG_MAX_V1_3","features":[314]},{"name":"D3DPS_INPUTREG_MAX_V1_4","features":[314]},{"name":"D3DPS_INPUTREG_MAX_V2_0","features":[314]},{"name":"D3DPS_INPUTREG_MAX_V2_1","features":[314]},{"name":"D3DPS_INPUTREG_MAX_V3_0","features":[314]},{"name":"D3DPS_MAXLOOPINITVALUE_V2_1","features":[314]},{"name":"D3DPS_MAXLOOPINITVALUE_V3_0","features":[314]},{"name":"D3DPS_MAXLOOPITERATIONCOUNT_V2_1","features":[314]},{"name":"D3DPS_MAXLOOPITERATIONCOUNT_V3_0","features":[314]},{"name":"D3DPS_MAXLOOPSTEP_V2_1","features":[314]},{"name":"D3DPS_MAXLOOPSTEP_V3_0","features":[314]},{"name":"D3DPS_PREDICATE_MAX_V2_1","features":[314]},{"name":"D3DPS_PREDICATE_MAX_V3_0","features":[314]},{"name":"D3DPS_TEMPREG_MAX_DX8","features":[314]},{"name":"D3DPS_TEMPREG_MAX_V1_1","features":[314]},{"name":"D3DPS_TEMPREG_MAX_V1_2","features":[314]},{"name":"D3DPS_TEMPREG_MAX_V1_3","features":[314]},{"name":"D3DPS_TEMPREG_MAX_V1_4","features":[314]},{"name":"D3DPS_TEMPREG_MAX_V2_0","features":[314]},{"name":"D3DPS_TEMPREG_MAX_V2_1","features":[314]},{"name":"D3DPS_TEMPREG_MAX_V3_0","features":[314]},{"name":"D3DPS_TEXTUREREG_MAX_DX8","features":[314]},{"name":"D3DPS_TEXTUREREG_MAX_V1_1","features":[314]},{"name":"D3DPS_TEXTUREREG_MAX_V1_2","features":[314]},{"name":"D3DPS_TEXTUREREG_MAX_V1_3","features":[314]},{"name":"D3DPS_TEXTUREREG_MAX_V1_4","features":[314]},{"name":"D3DPS_TEXTUREREG_MAX_V2_0","features":[314]},{"name":"D3DPS_TEXTUREREG_MAX_V2_1","features":[314]},{"name":"D3DPS_TEXTUREREG_MAX_V3_0","features":[314]},{"name":"D3DRENDERSTATE_EVICTMANAGEDTEXTURES","features":[314]},{"name":"D3DRENDERSTATE_SCENECAPTURE","features":[314]},{"name":"D3DRS_DELETERTPATCH","features":[314]},{"name":"D3DRS_MAXPIXELSHADERINST","features":[314]},{"name":"D3DRS_MAXVERTEXSHADERINST","features":[314]},{"name":"D3DTEXF_FLATCUBIC","features":[314]},{"name":"D3DTEXF_GAUSSIANCUBIC","features":[314]},{"name":"D3DTRANSFORMSTATE_WORLD1_DX7","features":[314]},{"name":"D3DTRANSFORMSTATE_WORLD2_DX7","features":[314]},{"name":"D3DTRANSFORMSTATE_WORLD3_DX7","features":[314]},{"name":"D3DTRANSFORMSTATE_WORLD_DX7","features":[314]},{"name":"D3DTSS_TEXTUREMAP","features":[314]},{"name":"D3DVSDE_BLENDINDICES","features":[314]},{"name":"D3DVSDE_BLENDWEIGHT","features":[314]},{"name":"D3DVSDE_DIFFUSE","features":[314]},{"name":"D3DVSDE_NORMAL","features":[314]},{"name":"D3DVSDE_NORMAL2","features":[314]},{"name":"D3DVSDE_POSITION","features":[314]},{"name":"D3DVSDE_POSITION2","features":[314]},{"name":"D3DVSDE_PSIZE","features":[314]},{"name":"D3DVSDE_SPECULAR","features":[314]},{"name":"D3DVSDE_TEXCOORD0","features":[314]},{"name":"D3DVSDE_TEXCOORD1","features":[314]},{"name":"D3DVSDE_TEXCOORD2","features":[314]},{"name":"D3DVSDE_TEXCOORD3","features":[314]},{"name":"D3DVSDE_TEXCOORD4","features":[314]},{"name":"D3DVSDE_TEXCOORD5","features":[314]},{"name":"D3DVSDE_TEXCOORD6","features":[314]},{"name":"D3DVSDE_TEXCOORD7","features":[314]},{"name":"D3DVSDT_D3DCOLOR","features":[314]},{"name":"D3DVSDT_FLOAT1","features":[314]},{"name":"D3DVSDT_FLOAT2","features":[314]},{"name":"D3DVSDT_FLOAT3","features":[314]},{"name":"D3DVSDT_FLOAT4","features":[314]},{"name":"D3DVSDT_SHORT2","features":[314]},{"name":"D3DVSDT_SHORT4","features":[314]},{"name":"D3DVSDT_UBYTE4","features":[314]},{"name":"D3DVSD_CONSTADDRESSSHIFT","features":[314]},{"name":"D3DVSD_CONSTCOUNTSHIFT","features":[314]},{"name":"D3DVSD_CONSTRSSHIFT","features":[314]},{"name":"D3DVSD_DATALOADTYPESHIFT","features":[314]},{"name":"D3DVSD_DATATYPESHIFT","features":[314]},{"name":"D3DVSD_EXTCOUNTSHIFT","features":[314]},{"name":"D3DVSD_EXTINFOSHIFT","features":[314]},{"name":"D3DVSD_SKIPCOUNTSHIFT","features":[314]},{"name":"D3DVSD_STREAMNUMBERSHIFT","features":[314]},{"name":"D3DVSD_STREAMTESSSHIFT","features":[314]},{"name":"D3DVSD_TOKENTYPE","features":[314]},{"name":"D3DVSD_TOKENTYPESHIFT","features":[314]},{"name":"D3DVSD_TOKEN_CONSTMEM","features":[314]},{"name":"D3DVSD_TOKEN_END","features":[314]},{"name":"D3DVSD_TOKEN_EXT","features":[314]},{"name":"D3DVSD_TOKEN_NOP","features":[314]},{"name":"D3DVSD_TOKEN_STREAM","features":[314]},{"name":"D3DVSD_TOKEN_STREAMDATA","features":[314]},{"name":"D3DVSD_TOKEN_TESSELLATOR","features":[314]},{"name":"D3DVSD_VERTEXREGINSHIFT","features":[314]},{"name":"D3DVSD_VERTEXREGSHIFT","features":[314]},{"name":"D3DVS_ADDRREG_MAX_V1_1","features":[314]},{"name":"D3DVS_ADDRREG_MAX_V2_0","features":[314]},{"name":"D3DVS_ADDRREG_MAX_V2_1","features":[314]},{"name":"D3DVS_ADDRREG_MAX_V3_0","features":[314]},{"name":"D3DVS_ATTROUTREG_MAX_V1_1","features":[314]},{"name":"D3DVS_ATTROUTREG_MAX_V2_0","features":[314]},{"name":"D3DVS_ATTROUTREG_MAX_V2_1","features":[314]},{"name":"D3DVS_CONSTBOOLREG_MAX_SW_DX9","features":[314]},{"name":"D3DVS_CONSTBOOLREG_MAX_V2_0","features":[314]},{"name":"D3DVS_CONSTBOOLREG_MAX_V2_1","features":[314]},{"name":"D3DVS_CONSTBOOLREG_MAX_V3_0","features":[314]},{"name":"D3DVS_CONSTINTREG_MAX_SW_DX9","features":[314]},{"name":"D3DVS_CONSTINTREG_MAX_V2_0","features":[314]},{"name":"D3DVS_CONSTINTREG_MAX_V2_1","features":[314]},{"name":"D3DVS_CONSTINTREG_MAX_V3_0","features":[314]},{"name":"D3DVS_CONSTREG_MAX_V1_1","features":[314]},{"name":"D3DVS_CONSTREG_MAX_V2_0","features":[314]},{"name":"D3DVS_CONSTREG_MAX_V2_1","features":[314]},{"name":"D3DVS_CONSTREG_MAX_V3_0","features":[314]},{"name":"D3DVS_INPUTREG_MAX_V1_1","features":[314]},{"name":"D3DVS_INPUTREG_MAX_V2_0","features":[314]},{"name":"D3DVS_INPUTREG_MAX_V2_1","features":[314]},{"name":"D3DVS_INPUTREG_MAX_V3_0","features":[314]},{"name":"D3DVS_LABEL_MAX_V3_0","features":[314]},{"name":"D3DVS_MAXINSTRUCTIONCOUNT_V1_1","features":[314]},{"name":"D3DVS_MAXLOOPINITVALUE_V2_0","features":[314]},{"name":"D3DVS_MAXLOOPINITVALUE_V2_1","features":[314]},{"name":"D3DVS_MAXLOOPINITVALUE_V3_0","features":[314]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V2_0","features":[314]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V2_1","features":[314]},{"name":"D3DVS_MAXLOOPITERATIONCOUNT_V3_0","features":[314]},{"name":"D3DVS_MAXLOOPSTEP_V2_0","features":[314]},{"name":"D3DVS_MAXLOOPSTEP_V2_1","features":[314]},{"name":"D3DVS_MAXLOOPSTEP_V3_0","features":[314]},{"name":"D3DVS_OUTPUTREG_MAX_SW_DX9","features":[314]},{"name":"D3DVS_OUTPUTREG_MAX_V3_0","features":[314]},{"name":"D3DVS_PREDICATE_MAX_V2_1","features":[314]},{"name":"D3DVS_PREDICATE_MAX_V3_0","features":[314]},{"name":"D3DVS_TCRDOUTREG_MAX_V1_1","features":[314]},{"name":"D3DVS_TCRDOUTREG_MAX_V2_0","features":[314]},{"name":"D3DVS_TCRDOUTREG_MAX_V2_1","features":[314]},{"name":"D3DVS_TEMPREG_MAX_V1_1","features":[314]},{"name":"D3DVS_TEMPREG_MAX_V2_0","features":[314]},{"name":"D3DVS_TEMPREG_MAX_V2_1","features":[314]},{"name":"D3DVS_TEMPREG_MAX_V3_0","features":[314]},{"name":"D3DVTXPCAPS_NO_VSDT_UBYTE4","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_VISTA","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM1_3","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M1_3","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_0_M2_2","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_2","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_3","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_1_4","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_2_2","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_3_2","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_4_2","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_2","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_5_3","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_2","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_3","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_6_4","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_7_2","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_8","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_8_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_9","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM2_9_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_0","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_0_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WDDM3_1_1","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN7","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_CP","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_M3","features":[314]},{"name":"D3D_UMD_INTERFACE_VERSION_WIN8_RC","features":[314]},{"name":"DDBLT_EXTENDED_PRESENTATION_STRETCHFACTOR","features":[314]},{"name":"DDNT_DEFERRED_AGP_AWARE_DATA","features":[314]},{"name":"DDNT_DXVERSION","features":[314]},{"name":"DDNT_FREE_DEFERRED_AGP_DATA","features":[314]},{"name":"DDNT_GETADAPTERGROUPDATA","features":[314]},{"name":"DDNT_GETD3DQUERYCOUNTDATA","features":[314]},{"name":"DDNT_GETD3DQUERYDATA","features":[314,315]},{"name":"DDNT_GETDDIVERSIONDATA","features":[314]},{"name":"DDNT_GETDRIVERINFO2DATA","features":[314]},{"name":"DDNT_GETEXTENDEDMODECOUNTDATA","features":[314]},{"name":"DDNT_GETEXTENDEDMODEDATA","features":[314,315]},{"name":"DDNT_GETFORMATCOUNTDATA","features":[314]},{"name":"DDNT_GETFORMATDATA","features":[314,316]},{"name":"DDNT_MULTISAMPLEQUALITYLEVELSDATA","features":[314,315]},{"name":"DD_DEFERRED_AGP_AWARE_DATA","features":[314]},{"name":"DD_DXVERSION","features":[314]},{"name":"DD_FREE_DEFERRED_AGP_DATA","features":[314]},{"name":"DD_GETADAPTERGROUPDATA","features":[314]},{"name":"DD_GETD3DQUERYCOUNTDATA","features":[314]},{"name":"DD_GETD3DQUERYDATA","features":[314,315]},{"name":"DD_GETDDIVERSIONDATA","features":[314]},{"name":"DD_GETDRIVERINFO2DATA","features":[314]},{"name":"DD_GETEXTENDEDMODECOUNTDATA","features":[314]},{"name":"DD_GETEXTENDEDMODEDATA","features":[314,315]},{"name":"DD_GETFORMATCOUNTDATA","features":[314]},{"name":"DD_GETFORMATDATA","features":[314,316]},{"name":"DD_MULTISAMPLEQUALITYLEVELSDATA","features":[314,315]},{"name":"DIDDT1_AspectRatio_15x9","features":[314]},{"name":"DIDDT1_AspectRatio_16x10","features":[314]},{"name":"DIDDT1_AspectRatio_16x9","features":[314]},{"name":"DIDDT1_AspectRatio_1x1","features":[314]},{"name":"DIDDT1_AspectRatio_4x3","features":[314]},{"name":"DIDDT1_AspectRatio_5x4","features":[314]},{"name":"DIDDT1_Dependent","features":[314]},{"name":"DIDDT1_Interlaced","features":[314]},{"name":"DIDDT1_Monoscopic","features":[314]},{"name":"DIDDT1_Progressive","features":[314]},{"name":"DIDDT1_Stereo","features":[314]},{"name":"DIDDT1_Sync_Negative","features":[314]},{"name":"DIDDT1_Sync_Positive","features":[314]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I","features":[314]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_ASPECT_RATIO","features":[314]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SCANNING_MODE","features":[314]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SIZE","features":[314]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_STEREO_MODE","features":[314]},{"name":"DISPLAYID_DETAILED_TIMING_TYPE_I_SYNC_POLARITY","features":[314]},{"name":"DP2BLT_LINEAR","features":[314]},{"name":"DP2BLT_POINT","features":[314]},{"name":"DX9_DDI_VERSION","features":[314]},{"name":"DXGKARG_SETPALETTE","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_VISTA","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_VISTA_SP1","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM1_3","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM1_3_PATH_INDEPENDENT_ROTATION","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_0","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1_5","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_1_6","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_2","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_3","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_4","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_5","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_6","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_7","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_8","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM2_9","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM3_0","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WDDM3_1","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WIN7","features":[314]},{"name":"DXGKDDI_INTERFACE_VERSION_WIN8","features":[314]},{"name":"DXGKDT_OPM_DVI_CHARACTERISTICS","features":[314]},{"name":"DXGKMDT_CERTIFICATE_TYPE","features":[314]},{"name":"DXGKMDT_COPP_CERTIFICATE","features":[314]},{"name":"DXGKMDT_I2C_DEVICE_TRANSMITS_DATA_LENGTH","features":[314]},{"name":"DXGKMDT_I2C_NO_FLAGS","features":[314]},{"name":"DXGKMDT_INDIRECT_DISPLAY_CERTIFICATE","features":[314]},{"name":"DXGKMDT_OPM_128_BIT_RANDOM_NUMBER_SIZE","features":[314]},{"name":"DXGKMDT_OPM_ACP_AND_CGMSA_SIGNALING","features":[314]},{"name":"DXGKMDT_OPM_ACP_LEVEL_ONE","features":[314]},{"name":"DXGKMDT_OPM_ACP_LEVEL_THREE","features":[314]},{"name":"DXGKMDT_OPM_ACP_LEVEL_TWO","features":[314]},{"name":"DXGKMDT_OPM_ACP_OFF","features":[314]},{"name":"DXGKMDT_OPM_ACP_PROTECTION_LEVEL","features":[314]},{"name":"DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT","features":[314]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_CENTER","features":[314]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_TOP","features":[314]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_CENTER","features":[314]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_TOP","features":[314]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_BOX_GT_16_BY_9_CENTER","features":[314]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_16_BY_9_ANAMORPHIC","features":[314]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3","features":[314]},{"name":"DXGKMDT_OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3_PROTECTED_CENTER","features":[314]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR","features":[314]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE","features":[314]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_INSIDE_OF_CHIPSET","features":[314]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_NON_STANDARD","features":[314]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP","features":[314]},{"name":"DXGKMDT_OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET","features":[314]},{"name":"DXGKMDT_OPM_BUS_TYPE_AGP","features":[314]},{"name":"DXGKMDT_OPM_BUS_TYPE_AND_IMPLEMENTATION","features":[314]},{"name":"DXGKMDT_OPM_BUS_TYPE_OTHER","features":[314]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCI","features":[314]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCIEXPRESS","features":[314]},{"name":"DXGKMDT_OPM_BUS_TYPE_PCIX","features":[314]},{"name":"DXGKMDT_OPM_CERTIFICATE","features":[314]},{"name":"DXGKMDT_OPM_CGMSA","features":[314]},{"name":"DXGKMDT_OPM_CGMSA_COPY_FREELY","features":[314]},{"name":"DXGKMDT_OPM_CGMSA_COPY_NEVER","features":[314]},{"name":"DXGKMDT_OPM_CGMSA_COPY_NO_MORE","features":[314]},{"name":"DXGKMDT_OPM_CGMSA_COPY_ONE_GENERATION","features":[314]},{"name":"DXGKMDT_OPM_CGMSA_OFF","features":[314]},{"name":"DXGKMDT_OPM_CONFIGURE_PARAMETERS","features":[314]},{"name":"DXGKMDT_OPM_CONFIGURE_SETTING_DATA_SIZE","features":[314]},{"name":"DXGKMDT_OPM_CONNECTED_HDCP_DEVICE_INFORMATION","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_COMPONENT_VIDEO","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_COMPOSITE_VIDEO","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DISPLAYPORT_EMBEDDED","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DISPLAYPORT_EXTERNAL","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_DVI","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_D_JPN","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_HD15","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_HDMI","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_LVDS","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_MIRACAST","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_OTHER","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_RESERVED","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_SDI","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_SVIDEO","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_A","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_B","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_UDI_EMBEDDED","features":[314]},{"name":"DXGKMDT_OPM_CONNECTOR_TYPE_UDI_EXTERNAL","features":[314]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_BUS_TYPE_INTEGRATED","features":[314]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL","features":[314]},{"name":"DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS","features":[314]},{"name":"DXGKMDT_OPM_CREATE_VIDEO_OUTPUT_FOR_TARGET_PARAMETERS","features":[314,305]},{"name":"DXGKMDT_OPM_DPCP_OFF","features":[314]},{"name":"DXGKMDT_OPM_DPCP_ON","features":[314]},{"name":"DXGKMDT_OPM_DPCP_PROTECTION_LEVEL","features":[314]},{"name":"DXGKMDT_OPM_DVI_CHARACTERISTIC_1_0","features":[314]},{"name":"DXGKMDT_OPM_DVI_CHARACTERISTIC_1_1_OR_ABOVE","features":[314]},{"name":"DXGKMDT_OPM_ENCRYPTED_PARAMETERS","features":[314]},{"name":"DXGKMDT_OPM_ENCRYPTED_PARAMETERS_SIZE","features":[314]},{"name":"DXGKMDT_OPM_GET_ACP_AND_CGMSA_SIGNALING","features":[314]},{"name":"DXGKMDT_OPM_GET_ACTUAL_OUTPUT_FORMAT","features":[314]},{"name":"DXGKMDT_OPM_GET_ACTUAL_PROTECTION_LEVEL","features":[314]},{"name":"DXGKMDT_OPM_GET_ADAPTER_BUS_TYPE","features":[314]},{"name":"DXGKMDT_OPM_GET_CODEC_INFO","features":[314]},{"name":"DXGKMDT_OPM_GET_CONNECTED_HDCP_DEVICE_INFORMATION","features":[314]},{"name":"DXGKMDT_OPM_GET_CONNECTOR_TYPE","features":[314]},{"name":"DXGKMDT_OPM_GET_CURRENT_HDCP_SRM_VERSION","features":[314]},{"name":"DXGKMDT_OPM_GET_DVI_CHARACTERISTICS","features":[314]},{"name":"DXGKMDT_OPM_GET_INFORMATION_PARAMETERS_SIZE","features":[314]},{"name":"DXGKMDT_OPM_GET_INFO_PARAMETERS","features":[314]},{"name":"DXGKMDT_OPM_GET_OUTPUT_HARDWARE_PROTECTION_SUPPORT","features":[314]},{"name":"DXGKMDT_OPM_GET_OUTPUT_ID","features":[314]},{"name":"DXGKMDT_OPM_GET_SUPPORTED_PROTECTION_TYPES","features":[314]},{"name":"DXGKMDT_OPM_GET_VIRTUAL_PROTECTION_LEVEL","features":[314]},{"name":"DXGKMDT_OPM_HDCP_FLAG","features":[314]},{"name":"DXGKMDT_OPM_HDCP_FLAG_NONE","features":[314]},{"name":"DXGKMDT_OPM_HDCP_FLAG_REPEATER","features":[314]},{"name":"DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR","features":[314]},{"name":"DXGKMDT_OPM_HDCP_KEY_SELECTION_VECTOR_SIZE","features":[314]},{"name":"DXGKMDT_OPM_HDCP_OFF","features":[314]},{"name":"DXGKMDT_OPM_HDCP_ON","features":[314]},{"name":"DXGKMDT_OPM_HDCP_PROTECTION_LEVEL","features":[314]},{"name":"DXGKMDT_OPM_IMAGE_ASPECT_RATIO_EN300294","features":[314]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT","features":[314]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_INTERLEAVED_EVEN_FIRST","features":[314]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_INTERLEAVED_ODD_FIRST","features":[314]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_OTHER","features":[314]},{"name":"DXGKMDT_OPM_INTERLEAVE_FORMAT_PROGRESSIVE","features":[314]},{"name":"DXGKMDT_OPM_OMAC","features":[314]},{"name":"DXGKMDT_OPM_OMAC_SIZE","features":[314]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION","features":[314]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION_NOT_SUPPORTED","features":[314]},{"name":"DXGKMDT_OPM_OUTPUT_HARDWARE_PROTECTION_SUPPORTED","features":[314]},{"name":"DXGKMDT_OPM_OUTPUT_ID","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_1125I","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_525I","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_525P","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_ARIBTRB15_750P","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_1125I","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_525P","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEA_750P","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_1125I","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_525P","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_CEA805A_TYPEB_750P","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_EIA608B_525","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_EN300294_625I","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC61880_2_525I","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC61880_525I","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_IEC62375_625P","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_NONE","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_STANDARD_OTHER","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_ACP","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_CGMSA","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_COPP_COMPATIBLE_HDCP","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_DPCP","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_HDCP","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_MASK","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_NONE","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_OTHER","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_SIZE","features":[314]},{"name":"DXGKMDT_OPM_PROTECTION_TYPE_TYPE_ENFORCEMENT_HDCP","features":[314]},{"name":"DXGKMDT_OPM_RANDOM_NUMBER","features":[314]},{"name":"DXGKMDT_OPM_REDISTRIBUTION_CONTROL_REQUIRED","features":[314]},{"name":"DXGKMDT_OPM_REQUESTED_INFORMATION","features":[314]},{"name":"DXGKMDT_OPM_REQUESTED_INFORMATION_SIZE","features":[314]},{"name":"DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING","features":[314]},{"name":"DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING_PARAMETERS","features":[314]},{"name":"DXGKMDT_OPM_SET_HDCP_SRM","features":[314]},{"name":"DXGKMDT_OPM_SET_HDCP_SRM_PARAMETERS","features":[314]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL","features":[314]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL_ACCORDING_TO_CSS_DVD","features":[314]},{"name":"DXGKMDT_OPM_SET_PROTECTION_LEVEL_PARAMETERS","features":[314]},{"name":"DXGKMDT_OPM_STANDARD_INFORMATION","features":[314]},{"name":"DXGKMDT_OPM_STATUS","features":[314]},{"name":"DXGKMDT_OPM_STATUS_LINK_LOST","features":[314]},{"name":"DXGKMDT_OPM_STATUS_NORMAL","features":[314]},{"name":"DXGKMDT_OPM_STATUS_RENEGOTIATION_REQUIRED","features":[314]},{"name":"DXGKMDT_OPM_STATUS_REVOKED_HDCP_DEVICE_ATTACHED","features":[314]},{"name":"DXGKMDT_OPM_STATUS_TAMPERING_DETECTED","features":[314]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_OFF","features":[314]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_NO_TYPE_RESTRICTION","features":[314]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_TYPE1_RESTRICTION","features":[314]},{"name":"DXGKMDT_OPM_TYPE_ENFORCEMENT_HDCP_PROTECTION_LEVEL","features":[314]},{"name":"DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS","features":[314]},{"name":"DXGKMDT_OPM_VOS_COPP_SEMANTICS","features":[314]},{"name":"DXGKMDT_OPM_VOS_OPM_INDIRECT_DISPLAY","features":[314]},{"name":"DXGKMDT_OPM_VOS_OPM_SEMANTICS","features":[314]},{"name":"DXGKMDT_UAB_CERTIFICATE","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME0","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME1","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_NONE","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_CHECKERBOARD","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_COLUMN_INTERLEAVED","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO_OFFSET","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_ROW_INTERLEAVED","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT_SEPARATE","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_BILINEAR","features":[314]},{"name":"DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH","features":[314]},{"name":"DXGKMT_POWER_SHARED_TYPE","features":[314]},{"name":"DXGKMT_POWER_SHARED_TYPE_AUDIO","features":[314]},{"name":"DXGKVGPU_ESCAPE_HEAD","features":[314,305]},{"name":"DXGKVGPU_ESCAPE_INITIALIZE","features":[314,305]},{"name":"DXGKVGPU_ESCAPE_PAUSE","features":[314,305]},{"name":"DXGKVGPU_ESCAPE_POWERTRANSITIONCOMPLETE","features":[314,305]},{"name":"DXGKVGPU_ESCAPE_READ_PCI_CONFIG","features":[314,305]},{"name":"DXGKVGPU_ESCAPE_READ_VGPU_TYPE","features":[314,305]},{"name":"DXGKVGPU_ESCAPE_RELEASE","features":[314,305]},{"name":"DXGKVGPU_ESCAPE_RESUME","features":[314,305]},{"name":"DXGKVGPU_ESCAPE_TYPE","features":[314]},{"name":"DXGKVGPU_ESCAPE_TYPE_GET_VGPU_TYPE","features":[314]},{"name":"DXGKVGPU_ESCAPE_TYPE_INITIALIZE","features":[314]},{"name":"DXGKVGPU_ESCAPE_TYPE_PAUSE","features":[314]},{"name":"DXGKVGPU_ESCAPE_TYPE_POWERTRANSITIONCOMPLETE","features":[314]},{"name":"DXGKVGPU_ESCAPE_TYPE_READ_PCI_CONFIG","features":[314]},{"name":"DXGKVGPU_ESCAPE_TYPE_RELEASE","features":[314]},{"name":"DXGKVGPU_ESCAPE_TYPE_RESUME","features":[314]},{"name":"DXGKVGPU_ESCAPE_TYPE_WRITE_PCI_CONFIG","features":[314]},{"name":"DXGKVGPU_ESCAPE_WRITE_PCI_CONFIG","features":[314,305]},{"name":"DXGK_ADAPTER_PERFDATA","features":[314]},{"name":"DXGK_ADAPTER_PERFDATACAPS","features":[314]},{"name":"DXGK_BACKLIGHT_INFO","features":[314]},{"name":"DXGK_BACKLIGHT_OPTIMIZATION_LEVEL","features":[314]},{"name":"DXGK_BRIGHTNESS_CAPS","features":[314]},{"name":"DXGK_BRIGHTNESS_GET_NIT_RANGES_OUT","features":[314]},{"name":"DXGK_BRIGHTNESS_GET_OUT","features":[314]},{"name":"DXGK_BRIGHTNESS_MAXIMUM_NIT_RANGE_COUNT","features":[314]},{"name":"DXGK_BRIGHTNESS_NIT_RANGE","features":[314]},{"name":"DXGK_BRIGHTNESS_SENSOR_DATA","features":[314]},{"name":"DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY","features":[314]},{"name":"DXGK_BRIGHTNESS_SET_IN","features":[314]},{"name":"DXGK_BRIGHTNESS_STATE","features":[314]},{"name":"DXGK_CHILD_DEVICE_HPD_AWARENESS","features":[314]},{"name":"DXGK_DDT_DISPLAYID","features":[314]},{"name":"DXGK_DDT_EDID","features":[314]},{"name":"DXGK_DDT_INVALID","features":[314]},{"name":"DXGK_DIAG_PROCESS_NAME_LENGTH","features":[314]},{"name":"DXGK_DISPLAY_DESCRIPTOR_TYPE","features":[314]},{"name":"DXGK_DISPLAY_INFORMATION","features":[314]},{"name":"DXGK_DISPLAY_TECHNOLOGY","features":[314]},{"name":"DXGK_DISPLAY_USAGE","features":[314]},{"name":"DXGK_DT_INVALID","features":[314]},{"name":"DXGK_DT_LCD","features":[314]},{"name":"DXGK_DT_MAX","features":[314]},{"name":"DXGK_DT_OLED","features":[314]},{"name":"DXGK_DT_OTHER","features":[314]},{"name":"DXGK_DT_PROJECTOR","features":[314]},{"name":"DXGK_DU_ACCESSORY","features":[314]},{"name":"DXGK_DU_AR","features":[314]},{"name":"DXGK_DU_GENERIC","features":[314]},{"name":"DXGK_DU_INVALID","features":[314]},{"name":"DXGK_DU_MAX","features":[314]},{"name":"DXGK_DU_MEDICAL_IMAGING","features":[314]},{"name":"DXGK_DU_VR","features":[314]},{"name":"DXGK_ENGINE_TYPE","features":[314]},{"name":"DXGK_ENGINE_TYPE_3D","features":[314]},{"name":"DXGK_ENGINE_TYPE_COPY","features":[314]},{"name":"DXGK_ENGINE_TYPE_CRYPTO","features":[314]},{"name":"DXGK_ENGINE_TYPE_MAX","features":[314]},{"name":"DXGK_ENGINE_TYPE_OTHER","features":[314]},{"name":"DXGK_ENGINE_TYPE_OVERLAY","features":[314]},{"name":"DXGK_ENGINE_TYPE_SCENE_ASSEMBLY","features":[314]},{"name":"DXGK_ENGINE_TYPE_VIDEO_DECODE","features":[314]},{"name":"DXGK_ENGINE_TYPE_VIDEO_ENCODE","features":[314]},{"name":"DXGK_ENGINE_TYPE_VIDEO_PROCESSING","features":[314]},{"name":"DXGK_ESCAPE_GPUMMUCAPS","features":[314,305]},{"name":"DXGK_FAULT_ERROR_CODE","features":[314]},{"name":"DXGK_GENERAL_ERROR_CODE","features":[314]},{"name":"DXGK_GENERAL_ERROR_INVALID_INSTRUCTION","features":[314]},{"name":"DXGK_GENERAL_ERROR_PAGE_FAULT","features":[314]},{"name":"DXGK_GPUCLOCKDATA","features":[314]},{"name":"DXGK_GPUCLOCKDATA_FLAGS","features":[314]},{"name":"DXGK_GPUVERSION","features":[314]},{"name":"DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2","features":[314,305,313]},{"name":"DXGK_GRAPHICSPOWER_REGISTER_OUTPUT","features":[314,305,313]},{"name":"DXGK_GRAPHICSPOWER_VERSION","features":[314]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_0","features":[314]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_1","features":[314]},{"name":"DXGK_GRAPHICSPOWER_VERSION_1_2","features":[314]},{"name":"DXGK_MAX_GPUVERSION_NAME_LENGTH","features":[314]},{"name":"DXGK_MAX_METADATA_NAME_LENGTH","features":[314]},{"name":"DXGK_MAX_PAGE_TABLE_LEVEL_COUNT","features":[314]},{"name":"DXGK_MIN_PAGE_TABLE_LEVEL_COUNT","features":[314]},{"name":"DXGK_MIRACAST_CHUNK_ID","features":[314]},{"name":"DXGK_MIRACAST_CHUNK_INFO","features":[314]},{"name":"DXGK_MIRACAST_CHUNK_TYPE","features":[314]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_COLOR_CONVERT_COMPLETE","features":[314]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_COMPLETE","features":[314]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_DRIVER_DEFINED_1","features":[314]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_ENCODE_DRIVER_DEFINED_2","features":[314]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_FRAME_DROPPED","features":[314]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_FRAME_START","features":[314]},{"name":"DXGK_MIRACAST_CHUNK_TYPE_UNKNOWN","features":[314]},{"name":"DXGK_MONITORLINKINFO_CAPABILITIES","features":[314]},{"name":"DXGK_MONITORLINKINFO_USAGEHINTS","features":[314]},{"name":"DXGK_NODEMETADATA","features":[314,305]},{"name":"DXGK_NODEMETADATA_FLAGS","features":[314]},{"name":"DXGK_NODE_PERFDATA","features":[314]},{"name":"DXGK_PAGE_FAULT_ADAPTER_RESET_REQUIRED","features":[314]},{"name":"DXGK_PAGE_FAULT_ENGINE_RESET_REQUIRED","features":[314]},{"name":"DXGK_PAGE_FAULT_FATAL_HARDWARE_ERROR","features":[314]},{"name":"DXGK_PAGE_FAULT_FENCE_INVALID","features":[314]},{"name":"DXGK_PAGE_FAULT_FLAGS","features":[314]},{"name":"DXGK_PAGE_FAULT_HW_CONTEXT_VALID","features":[314]},{"name":"DXGK_PAGE_FAULT_IOMMU","features":[314]},{"name":"DXGK_PAGE_FAULT_PROCESS_HANDLE_VALID","features":[314]},{"name":"DXGK_PAGE_FAULT_WRITE","features":[314]},{"name":"DXGK_PTE","features":[314]},{"name":"DXGK_PTE_PAGE_SIZE","features":[314]},{"name":"DXGK_PTE_PAGE_TABLE_PAGE_4KB","features":[314]},{"name":"DXGK_PTE_PAGE_TABLE_PAGE_64KB","features":[314]},{"name":"DXGK_RENDER_PIPELINE_STAGE","features":[314]},{"name":"DXGK_RENDER_PIPELINE_STAGE_GEOMETRY_SHADER","features":[314]},{"name":"DXGK_RENDER_PIPELINE_STAGE_INPUT_ASSEMBLER","features":[314]},{"name":"DXGK_RENDER_PIPELINE_STAGE_OUTPUT_MERGER","features":[314]},{"name":"DXGK_RENDER_PIPELINE_STAGE_PIXEL_SHADER","features":[314]},{"name":"DXGK_RENDER_PIPELINE_STAGE_RASTERIZER","features":[314]},{"name":"DXGK_RENDER_PIPELINE_STAGE_STREAM_OUTPUT","features":[314]},{"name":"DXGK_RENDER_PIPELINE_STAGE_UNKNOWN","features":[314]},{"name":"DXGK_RENDER_PIPELINE_STAGE_VERTEX_SHADER","features":[314]},{"name":"DXGK_TARGETMODE_DETAIL_TIMING","features":[314]},{"name":"DxgkBacklightOptimizationDesktop","features":[314]},{"name":"DxgkBacklightOptimizationDimmed","features":[314]},{"name":"DxgkBacklightOptimizationDisable","features":[314]},{"name":"DxgkBacklightOptimizationDynamic","features":[314]},{"name":"DxgkBacklightOptimizationEDR","features":[314]},{"name":"FLIPEX_TIMEOUT_USER","features":[314]},{"name":"GPUP_DRIVER_ESCAPE_INPUT","features":[314,305]},{"name":"GUID_DEVINTERFACE_GRAPHICSPOWER","features":[314]},{"name":"HpdAwarenessAlwaysConnected","features":[314]},{"name":"HpdAwarenessInterruptible","features":[314]},{"name":"HpdAwarenessNone","features":[314]},{"name":"HpdAwarenessPolled","features":[314]},{"name":"HpdAwarenessUninitialized","features":[314]},{"name":"IOCTL_GPUP_DRIVER_ESCAPE","features":[314]},{"name":"IOCTL_INTERNAL_GRAPHICSPOWER_REGISTER","features":[314]},{"name":"KMTQAITYPE_ADAPTERADDRESS","features":[314]},{"name":"KMTQAITYPE_ADAPTERADDRESS_RENDER","features":[314]},{"name":"KMTQAITYPE_ADAPTERGUID","features":[314]},{"name":"KMTQAITYPE_ADAPTERGUID_RENDER","features":[314]},{"name":"KMTQAITYPE_ADAPTERPERFDATA","features":[314]},{"name":"KMTQAITYPE_ADAPTERPERFDATA_CAPS","features":[314]},{"name":"KMTQAITYPE_ADAPTERREGISTRYINFO","features":[314]},{"name":"KMTQAITYPE_ADAPTERREGISTRYINFO_RENDER","features":[314]},{"name":"KMTQAITYPE_ADAPTERTYPE","features":[314]},{"name":"KMTQAITYPE_ADAPTERTYPE_RENDER","features":[314]},{"name":"KMTQAITYPE_BLOCKLIST_KERNEL","features":[314]},{"name":"KMTQAITYPE_BLOCKLIST_RUNTIME","features":[314]},{"name":"KMTQAITYPE_CHECKDRIVERUPDATESTATUS","features":[314]},{"name":"KMTQAITYPE_CHECKDRIVERUPDATESTATUS_RENDER","features":[314]},{"name":"KMTQAITYPE_CPDRIVERNAME","features":[314]},{"name":"KMTQAITYPE_CROSSADAPTERRESOURCE_SUPPORT","features":[314]},{"name":"KMTQAITYPE_CURRENTDISPLAYMODE","features":[314]},{"name":"KMTQAITYPE_DIRECTFLIP_SUPPORT","features":[314]},{"name":"KMTQAITYPE_DISPLAY_CAPS","features":[314]},{"name":"KMTQAITYPE_DISPLAY_UMDRIVERNAME","features":[314]},{"name":"KMTQAITYPE_DLIST_DRIVER_NAME","features":[314]},{"name":"KMTQAITYPE_DRIVERCAPS_EXT","features":[314]},{"name":"KMTQAITYPE_DRIVERVERSION","features":[314]},{"name":"KMTQAITYPE_DRIVERVERSION_RENDER","features":[314]},{"name":"KMTQAITYPE_DRIVER_DESCRIPTION","features":[314]},{"name":"KMTQAITYPE_DRIVER_DESCRIPTION_RENDER","features":[314]},{"name":"KMTQAITYPE_FLIPQUEUEINFO","features":[314]},{"name":"KMTQAITYPE_GETSEGMENTGROUPSIZE","features":[314]},{"name":"KMTQAITYPE_GETSEGMENTSIZE","features":[314]},{"name":"KMTQAITYPE_GET_DEVICE_VIDPN_OWNERSHIP_INFO","features":[314]},{"name":"KMTQAITYPE_HWDRM_SUPPORT","features":[314]},{"name":"KMTQAITYPE_HYBRID_DLIST_DLL_SUPPORT","features":[314]},{"name":"KMTQAITYPE_INDEPENDENTFLIP_SECONDARY_SUPPORT","features":[314]},{"name":"KMTQAITYPE_INDEPENDENTFLIP_SUPPORT","features":[314]},{"name":"KMTQAITYPE_KMD_DRIVER_VERSION","features":[314]},{"name":"KMTQAITYPE_MIRACASTCOMPANIONDRIVERNAME","features":[314]},{"name":"KMTQAITYPE_MODELIST","features":[314]},{"name":"KMTQAITYPE_MPO3DDI_SUPPORT","features":[314]},{"name":"KMTQAITYPE_MPOKERNELCAPS_SUPPORT","features":[314]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_HUD_SUPPORT","features":[314]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_SECONDARY_SUPPORT","features":[314]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_STRETCH_SUPPORT","features":[314]},{"name":"KMTQAITYPE_MULTIPLANEOVERLAY_SUPPORT","features":[314]},{"name":"KMTQAITYPE_NODEMETADATA","features":[314]},{"name":"KMTQAITYPE_NODEPERFDATA","features":[314]},{"name":"KMTQAITYPE_OUTPUTDUPLCONTEXTSCOUNT","features":[314]},{"name":"KMTQAITYPE_PANELFITTER_SUPPORT","features":[314]},{"name":"KMTQAITYPE_PARAVIRTUALIZATION_RENDER","features":[314]},{"name":"KMTQAITYPE_PHYSICALADAPTERCOUNT","features":[314]},{"name":"KMTQAITYPE_PHYSICALADAPTERDEVICEIDS","features":[314]},{"name":"KMTQAITYPE_PHYSICALADAPTERPNPKEY","features":[314]},{"name":"KMTQAITYPE_QUERYREGISTRY","features":[314]},{"name":"KMTQAITYPE_QUERY_ADAPTER_UNIQUE_GUID","features":[314]},{"name":"KMTQAITYPE_QUERY_GPUMMU_CAPS","features":[314]},{"name":"KMTQAITYPE_QUERY_HW_PROTECTION_TEARDOWN_COUNT","features":[314]},{"name":"KMTQAITYPE_QUERY_ISBADDRIVERFORHWPROTECTIONDISABLED","features":[314]},{"name":"KMTQAITYPE_QUERY_MIRACAST_DRIVER_TYPE","features":[314]},{"name":"KMTQAITYPE_QUERY_MULTIPLANEOVERLAY_DECODE_SUPPORT","features":[314]},{"name":"KMTQAITYPE_SCANOUT_CAPS","features":[314]},{"name":"KMTQAITYPE_SERVICENAME","features":[314]},{"name":"KMTQAITYPE_SETWORKINGSETINFO","features":[314]},{"name":"KMTQAITYPE_TRACKEDWORKLOAD_SUPPORT","features":[314]},{"name":"KMTQAITYPE_UMDRIVERNAME","features":[314]},{"name":"KMTQAITYPE_UMDRIVERPRIVATE","features":[314]},{"name":"KMTQAITYPE_UMD_DRIVER_VERSION","features":[314]},{"name":"KMTQAITYPE_UMOPENGLINFO","features":[314]},{"name":"KMTQAITYPE_VGPUINTERFACEID","features":[314]},{"name":"KMTQAITYPE_VIRTUALADDRESSINFO","features":[314]},{"name":"KMTQAITYPE_WDDM_1_2_CAPS","features":[314]},{"name":"KMTQAITYPE_WDDM_1_2_CAPS_RENDER","features":[314]},{"name":"KMTQAITYPE_WDDM_1_3_CAPS","features":[314]},{"name":"KMTQAITYPE_WDDM_1_3_CAPS_RENDER","features":[314]},{"name":"KMTQAITYPE_WDDM_2_0_CAPS","features":[314]},{"name":"KMTQAITYPE_WDDM_2_7_CAPS","features":[314]},{"name":"KMTQAITYPE_WDDM_2_9_CAPS","features":[314]},{"name":"KMTQAITYPE_WDDM_3_0_CAPS","features":[314]},{"name":"KMTQAITYPE_WDDM_3_1_CAPS","features":[314]},{"name":"KMTQAITYPE_WSAUMDIMAGENAME","features":[314]},{"name":"KMTQAITYPE_XBOX","features":[314]},{"name":"KMTQUERYADAPTERINFOTYPE","features":[314]},{"name":"KMTQUITYPE_GPUVERSION","features":[314]},{"name":"KMTUMDVERSION","features":[314]},{"name":"KMTUMDVERSION_DX10","features":[314]},{"name":"KMTUMDVERSION_DX11","features":[314]},{"name":"KMTUMDVERSION_DX12","features":[314]},{"name":"KMTUMDVERSION_DX12_WSA32","features":[314]},{"name":"KMTUMDVERSION_DX12_WSA64","features":[314]},{"name":"KMTUMDVERSION_DX9","features":[314]},{"name":"KMT_DISPLAY_UMDVERSION_1","features":[314]},{"name":"KMT_DISPLAY_UMD_VERSION","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_1_0","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_1_1","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_1_1_PRERELEASE","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_1_2","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_1_3","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_2_0","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_2_1","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_2_2","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_2_3","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_2_4","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_2_5","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_2_6","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_2_7","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_2_8","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_2_9","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_3_0","features":[314]},{"name":"KMT_DRIVERVERSION_WDDM_3_1","features":[314]},{"name":"LPD3DHAL_CLEAR2CB","features":[314,315]},{"name":"LPD3DHAL_CLEARCB","features":[314,315]},{"name":"LPD3DHAL_CONTEXTCREATECB","features":[314,305,316,317]},{"name":"LPD3DHAL_CONTEXTDESTROYALLCB","features":[314]},{"name":"LPD3DHAL_CONTEXTDESTROYCB","features":[314]},{"name":"LPD3DHAL_DRAWONEINDEXEDPRIMITIVECB","features":[314,315]},{"name":"LPD3DHAL_DRAWONEPRIMITIVECB","features":[314,315]},{"name":"LPD3DHAL_DRAWPRIMITIVES2CB","features":[314,305,316,317]},{"name":"LPD3DHAL_DRAWPRIMITIVESCB","features":[314]},{"name":"LPD3DHAL_GETSTATECB","features":[314,315]},{"name":"LPD3DHAL_RENDERPRIMITIVECB","features":[314,315,316]},{"name":"LPD3DHAL_RENDERSTATECB","features":[314,316]},{"name":"LPD3DHAL_SCENECAPTURECB","features":[314]},{"name":"LPD3DHAL_SETRENDERTARGETCB","features":[314,305,316,317]},{"name":"LPD3DHAL_TEXTURECREATECB","features":[314,316]},{"name":"LPD3DHAL_TEXTUREDESTROYCB","features":[314]},{"name":"LPD3DHAL_TEXTUREGETSURFCB","features":[314]},{"name":"LPD3DHAL_TEXTURESWAPCB","features":[314]},{"name":"LPD3DHAL_VALIDATETEXTURESTAGESTATECB","features":[314]},{"name":"LPD3DNTHAL_CLEAR2CB","features":[314,315]},{"name":"LPD3DNTHAL_CONTEXTCREATECB","features":[314,305,316]},{"name":"LPD3DNTHAL_CONTEXTDESTROYALLCB","features":[314]},{"name":"LPD3DNTHAL_CONTEXTDESTROYCB","features":[314]},{"name":"LPD3DNTHAL_DRAWPRIMITIVES2CB","features":[314,305,316]},{"name":"LPD3DNTHAL_SCENECAPTURECB","features":[314]},{"name":"LPD3DNTHAL_SETRENDERTARGETCB","features":[314,305,316]},{"name":"LPD3DNTHAL_TEXTURECREATECB","features":[314,305]},{"name":"LPD3DNTHAL_TEXTUREDESTROYCB","features":[314]},{"name":"LPD3DNTHAL_TEXTUREGETSURFCB","features":[314,305]},{"name":"LPD3DNTHAL_TEXTURESWAPCB","features":[314]},{"name":"LPD3DNTHAL_VALIDATETEXTURESTAGESTATECB","features":[314]},{"name":"MAX_ENUM_ADAPTERS","features":[314]},{"name":"MiracastStartPending","features":[314]},{"name":"MiracastStarted","features":[314]},{"name":"MiracastStopPending","features":[314]},{"name":"MiracastStopped","features":[314]},{"name":"NUM_KMTUMDVERSIONS","features":[314]},{"name":"NUM_KMT_DISPLAY_UMDVERSIONS","features":[314]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_INFO","features":[314,305]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS","features":[314]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_ACTIVE","features":[314]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_INACTIVE","features":[314]},{"name":"OUTPUTDUPL_CONTEXT_DEBUG_STATUS_PENDING_DESTROY","features":[314]},{"name":"OUTPUTDUPL_CREATE_MAX_KEYEDMUTXES","features":[314]},{"name":"PDXGK_FSTATE_NOTIFICATION","features":[314,305]},{"name":"PDXGK_GRAPHICSPOWER_UNREGISTER","features":[314,305]},{"name":"PDXGK_INITIAL_COMPONENT_STATE","features":[314,305]},{"name":"PDXGK_POWER_NOTIFICATION","features":[314,305,313]},{"name":"PDXGK_REMOVAL_NOTIFICATION","features":[314]},{"name":"PDXGK_SET_SHARED_POWER_COMPONENT_STATE","features":[314,305]},{"name":"PFND3DKMT_ACQUIREKEYEDMUTEX","features":[314,305]},{"name":"PFND3DKMT_ACQUIREKEYEDMUTEX2","features":[314,305]},{"name":"PFND3DKMT_ADJUSTFULLSCREENGAMMA","features":[314,305]},{"name":"PFND3DKMT_BUDGETCHANGENOTIFICATIONCALLBACK","features":[314]},{"name":"PFND3DKMT_CANCELPRESENTS","features":[314,305]},{"name":"PFND3DKMT_CHANGESURFACEPOINTER","features":[314,305,317]},{"name":"PFND3DKMT_CHANGEVIDEOMEMORYRESERVATION","features":[314,305]},{"name":"PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP","features":[314,305]},{"name":"PFND3DKMT_CHECKMONITORPOWERSTATE","features":[314,305]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT","features":[314,305]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2","features":[314,305]},{"name":"PFND3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT3","features":[314,305]},{"name":"PFND3DKMT_CHECKOCCLUSION","features":[314,305]},{"name":"PFND3DKMT_CHECKSHAREDRESOURCEACCESS","features":[314,305]},{"name":"PFND3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP","features":[314,305]},{"name":"PFND3DKMT_CLOSEADAPTER","features":[314,305]},{"name":"PFND3DKMT_CONFIGURESHAREDRESOURCE","features":[314,305]},{"name":"PFND3DKMT_CONNECTDOORBELL","features":[314,305]},{"name":"PFND3DKMT_CREATEALLOCATION","features":[314,305]},{"name":"PFND3DKMT_CREATEALLOCATION2","features":[314,305]},{"name":"PFND3DKMT_CREATECONTEXT","features":[314,305]},{"name":"PFND3DKMT_CREATECONTEXTVIRTUAL","features":[314,305]},{"name":"PFND3DKMT_CREATEDCFROMMEMORY","features":[314,305,317]},{"name":"PFND3DKMT_CREATEDEVICE","features":[314,305]},{"name":"PFND3DKMT_CREATEDOORBELL","features":[314,305]},{"name":"PFND3DKMT_CREATEHWQUEUE","features":[314,305]},{"name":"PFND3DKMT_CREATEKEYEDMUTEX","features":[314,305]},{"name":"PFND3DKMT_CREATEKEYEDMUTEX2","features":[314,305]},{"name":"PFND3DKMT_CREATENATIVEFENCE","features":[314,305]},{"name":"PFND3DKMT_CREATEOUTPUTDUPL","features":[314,305]},{"name":"PFND3DKMT_CREATEOVERLAY","features":[314,305]},{"name":"PFND3DKMT_CREATEPAGINGQUEUE","features":[314,305]},{"name":"PFND3DKMT_CREATEPROTECTEDSESSION","features":[314,305]},{"name":"PFND3DKMT_CREATESYNCHRONIZATIONOBJECT","features":[314,305]},{"name":"PFND3DKMT_CREATESYNCHRONIZATIONOBJECT2","features":[314,305]},{"name":"PFND3DKMT_DESTROYALLOCATION","features":[314,305]},{"name":"PFND3DKMT_DESTROYALLOCATION2","features":[314,305]},{"name":"PFND3DKMT_DESTROYCONTEXT","features":[314,305]},{"name":"PFND3DKMT_DESTROYDCFROMMEMORY","features":[314,305,317]},{"name":"PFND3DKMT_DESTROYDEVICE","features":[314,305]},{"name":"PFND3DKMT_DESTROYDOORBELL","features":[314,305]},{"name":"PFND3DKMT_DESTROYHWQUEUE","features":[314,305]},{"name":"PFND3DKMT_DESTROYKEYEDMUTEX","features":[314,305]},{"name":"PFND3DKMT_DESTROYOUTPUTDUPL","features":[314,305]},{"name":"PFND3DKMT_DESTROYOVERLAY","features":[314,305]},{"name":"PFND3DKMT_DESTROYPAGINGQUEUE","features":[314,305]},{"name":"PFND3DKMT_DESTROYPROTECTEDSESSION","features":[314,305]},{"name":"PFND3DKMT_DESTROYSYNCHRONIZATIONOBJECT","features":[314,305]},{"name":"PFND3DKMT_ENUMADAPTERS","features":[314,305]},{"name":"PFND3DKMT_ENUMADAPTERS2","features":[314,305]},{"name":"PFND3DKMT_ENUMADAPTERS3","features":[314,305]},{"name":"PFND3DKMT_ESCAPE","features":[314,305]},{"name":"PFND3DKMT_EVICT","features":[314,305]},{"name":"PFND3DKMT_FLIPOVERLAY","features":[314,305]},{"name":"PFND3DKMT_FLUSHHEAPTRANSITIONS","features":[314,305]},{"name":"PFND3DKMT_FREEGPUVIRTUALADDRESS","features":[314,305]},{"name":"PFND3DKMT_GETALLOCATIONPRIORITY","features":[314,305]},{"name":"PFND3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[314,305]},{"name":"PFND3DKMT_GETCONTEXTSCHEDULINGPRIORITY","features":[314,305]},{"name":"PFND3DKMT_GETDEVICESTATE","features":[314,305]},{"name":"PFND3DKMT_GETDISPLAYMODELIST","features":[314,305]},{"name":"PFND3DKMT_GETDWMVERTICALBLANKEVENT","features":[314,305]},{"name":"PFND3DKMT_GETMULTIPLANEOVERLAYCAPS","features":[314,305]},{"name":"PFND3DKMT_GETMULTISAMPLEMETHODLIST","features":[314,305]},{"name":"PFND3DKMT_GETOVERLAYSTATE","features":[314,305]},{"name":"PFND3DKMT_GETPOSTCOMPOSITIONCAPS","features":[314,305]},{"name":"PFND3DKMT_GETPRESENTHISTORY","features":[314,305]},{"name":"PFND3DKMT_GETPROCESSDEVICEREMOVALSUPPORT","features":[314,305]},{"name":"PFND3DKMT_GETPROCESSSCHEDULINGPRIORITYCLASS","features":[314,305]},{"name":"PFND3DKMT_GETRESOURCEPRESENTPRIVATEDRIVERDATA","features":[314,305]},{"name":"PFND3DKMT_GETRUNTIMEDATA","features":[314,305]},{"name":"PFND3DKMT_GETSCANLINE","features":[314,305]},{"name":"PFND3DKMT_GETSHAREDPRIMARYHANDLE","features":[314,305]},{"name":"PFND3DKMT_GETSHAREDRESOURCEADAPTERLUID","features":[314,305]},{"name":"PFND3DKMT_INVALIDATEACTIVEVIDPN","features":[314,305]},{"name":"PFND3DKMT_INVALIDATECACHE","features":[314,305]},{"name":"PFND3DKMT_LOCK","features":[314,305]},{"name":"PFND3DKMT_LOCK2","features":[314,305]},{"name":"PFND3DKMT_MAKERESIDENT","features":[314,305]},{"name":"PFND3DKMT_MAPGPUVIRTUALADDRESS","features":[314,305]},{"name":"PFND3DKMT_MARKDEVICEASERROR","features":[314,305]},{"name":"PFND3DKMT_NOTIFYWORKSUBMISSION","features":[314,305]},{"name":"PFND3DKMT_OFFERALLOCATIONS","features":[314,305]},{"name":"PFND3DKMT_OPENADAPTERFROMDEVICENAME","features":[314,305]},{"name":"PFND3DKMT_OPENADAPTERFROMGDIDISPLAYNAME","features":[314,305]},{"name":"PFND3DKMT_OPENADAPTERFROMHDC","features":[314,305,317]},{"name":"PFND3DKMT_OPENADAPTERFROMLUID","features":[314,305]},{"name":"PFND3DKMT_OPENKEYEDMUTEX","features":[314,305]},{"name":"PFND3DKMT_OPENKEYEDMUTEX2","features":[314,305]},{"name":"PFND3DKMT_OPENKEYEDMUTEXFROMNTHANDLE","features":[314,305]},{"name":"PFND3DKMT_OPENNATIVEFENCEFROMNTHANDLE","features":[314,305]},{"name":"PFND3DKMT_OPENNTHANDLEFROMNAME","features":[307,314,305,309]},{"name":"PFND3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE","features":[314,305]},{"name":"PFND3DKMT_OPENRESOURCE","features":[314,305]},{"name":"PFND3DKMT_OPENRESOURCE2","features":[314,305]},{"name":"PFND3DKMT_OPENRESOURCEFROMNTHANDLE","features":[314,305]},{"name":"PFND3DKMT_OPENSYNCHRONIZATIONOBJECT","features":[314,305]},{"name":"PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE","features":[314,305]},{"name":"PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE2","features":[314,305]},{"name":"PFND3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME","features":[307,314,305,309]},{"name":"PFND3DKMT_OUTPUTDUPLGETFRAMEINFO","features":[314,305]},{"name":"PFND3DKMT_OUTPUTDUPLGETMETADATA","features":[314,305]},{"name":"PFND3DKMT_OUTPUTDUPLGETPOINTERSHAPEDATA","features":[314,305]},{"name":"PFND3DKMT_OUTPUTDUPLPRESENT","features":[314,305]},{"name":"PFND3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE","features":[314,305]},{"name":"PFND3DKMT_OUTPUTDUPLRELEASEFRAME","features":[314,305]},{"name":"PFND3DKMT_PINDIRECTFLIPRESOURCES","features":[314,305]},{"name":"PFND3DKMT_POLLDISPLAYCHILDREN","features":[314,305]},{"name":"PFND3DKMT_PRESENT","features":[314,305]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY","features":[314,305]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY2","features":[314,305]},{"name":"PFND3DKMT_PRESENTMULTIPLANEOVERLAY3","features":[314,305]},{"name":"PFND3DKMT_QUERYADAPTERINFO","features":[314,305]},{"name":"PFND3DKMT_QUERYALLOCATIONRESIDENCY","features":[314,305]},{"name":"PFND3DKMT_QUERYCLOCKCALIBRATION","features":[314,305]},{"name":"PFND3DKMT_QUERYFSEBLOCK","features":[314,305]},{"name":"PFND3DKMT_QUERYHYBRIDLISTVALUE","features":[314,305]},{"name":"PFND3DKMT_QUERYPROCESSOFFERINFO","features":[314,305]},{"name":"PFND3DKMT_QUERYPROTECTEDSESSIONINFOFROMNTHANDLE","features":[314,305]},{"name":"PFND3DKMT_QUERYPROTECTEDSESSIONSTATUS","features":[314,305]},{"name":"PFND3DKMT_QUERYREMOTEVIDPNSOURCEFROMGDIDISPLAYNAME","features":[314,305]},{"name":"PFND3DKMT_QUERYRESOURCEINFO","features":[314,305]},{"name":"PFND3DKMT_QUERYRESOURCEINFOFROMNTHANDLE","features":[314,305]},{"name":"PFND3DKMT_QUERYSTATISTICS","features":[314,305]},{"name":"PFND3DKMT_QUERYVIDEOMEMORYINFO","features":[314,305]},{"name":"PFND3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP","features":[314,305]},{"name":"PFND3DKMT_RECLAIMALLOCATIONS","features":[314,305]},{"name":"PFND3DKMT_RECLAIMALLOCATIONS2","features":[314,305]},{"name":"PFND3DKMT_REGISTERBUDGETCHANGENOTIFICATION","features":[314,305]},{"name":"PFND3DKMT_REGISTERTRIMNOTIFICATION","features":[314,305]},{"name":"PFND3DKMT_RELEASEKEYEDMUTEX","features":[314,305]},{"name":"PFND3DKMT_RELEASEKEYEDMUTEX2","features":[314,305]},{"name":"PFND3DKMT_RELEASEPROCESSVIDPNSOURCEOWNERS","features":[314,305]},{"name":"PFND3DKMT_RENDER","features":[314,305]},{"name":"PFND3DKMT_RESERVEGPUVIRTUALADDRESS","features":[314,305]},{"name":"PFND3DKMT_SETALLOCATIONPRIORITY","features":[314,305]},{"name":"PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY","features":[314,305]},{"name":"PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY","features":[314,305]},{"name":"PFND3DKMT_SETDISPLAYMODE","features":[314,305]},{"name":"PFND3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT","features":[314,305]},{"name":"PFND3DKMT_SETFSEBLOCK","features":[314,305]},{"name":"PFND3DKMT_SETGAMMARAMP","features":[314,305]},{"name":"PFND3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY","features":[314,305]},{"name":"PFND3DKMT_SETHYBRIDLISTVVALUE","features":[314,305]},{"name":"PFND3DKMT_SETPROCESSSCHEDULINGPRIORITYCLASS","features":[314,305]},{"name":"PFND3DKMT_SETQUEUEDLIMIT","features":[314,305]},{"name":"PFND3DKMT_SETSTABLEPOWERSTATE","features":[314,305]},{"name":"PFND3DKMT_SETSTEREOENABLED","features":[314,305]},{"name":"PFND3DKMT_SETSYNCREFRESHCOUNTWAITTARGET","features":[314,305]},{"name":"PFND3DKMT_SETVIDPNSOURCEHWPROTECTION","features":[314,305]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER","features":[314,305]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER1","features":[314,305]},{"name":"PFND3DKMT_SETVIDPNSOURCEOWNER2","features":[314,305]},{"name":"PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION","features":[314,305]},{"name":"PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION","features":[314,305]},{"name":"PFND3DKMT_SHAREOBJECTS","features":[307,314,305,309]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT","features":[314,305]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2","features":[314,305]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU","features":[314,305]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU","features":[314,305]},{"name":"PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2","features":[314,305]},{"name":"PFND3DKMT_SUBMITCOMMAND","features":[314,305]},{"name":"PFND3DKMT_SUBMITCOMMANDTOHWQUEUE","features":[314,305]},{"name":"PFND3DKMT_SUBMITPRESENTBLTTOHWQUEUE","features":[314,305]},{"name":"PFND3DKMT_SUBMITPRESENTTOHWQUEUE","features":[314,305]},{"name":"PFND3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE","features":[314,305]},{"name":"PFND3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE","features":[314,305]},{"name":"PFND3DKMT_TRIMNOTIFICATIONCALLBACK","features":[314]},{"name":"PFND3DKMT_TRIMPROCESSCOMMITMENT","features":[314,305]},{"name":"PFND3DKMT_UNLOCK","features":[314,305]},{"name":"PFND3DKMT_UNLOCK2","features":[314,305]},{"name":"PFND3DKMT_UNPINDIRECTFLIPRESOURCES","features":[314,305]},{"name":"PFND3DKMT_UNREGISTERBUDGETCHANGENOTIFICATION","features":[314,305]},{"name":"PFND3DKMT_UNREGISTERTRIMNOTIFICATION","features":[314,305]},{"name":"PFND3DKMT_UPDATEALLOCATIONPROPERTY","features":[314,305]},{"name":"PFND3DKMT_UPDATEGPUVIRTUALADDRESS","features":[314,305]},{"name":"PFND3DKMT_UPDATEOVERLAY","features":[314,305]},{"name":"PFND3DKMT_WAITFORIDLE","features":[314,305]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECT","features":[314,305]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECT2","features":[314,305]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU","features":[314,305]},{"name":"PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU","features":[314,305]},{"name":"PFND3DKMT_WAITFORVERTICALBLANKEVENT","features":[314,305]},{"name":"PFND3DKMT_WAITFORVERTICALBLANKEVENT2","features":[314,305]},{"name":"PFND3DNTPARSEUNKNOWNCOMMAND","features":[314]},{"name":"PFND3DPARSEUNKNOWNCOMMAND","features":[314]},{"name":"RTPATCHFLAG_HASINFO","features":[314]},{"name":"RTPATCHFLAG_HASSEGS","features":[314]},{"name":"SHARED_ALLOCATION_WRITE","features":[314]},{"name":"_NT_D3DDEVCAPS_HWINDEXBUFFER","features":[314]},{"name":"_NT_D3DDEVCAPS_HWVERTEXBUFFER","features":[314]},{"name":"_NT_D3DDEVCAPS_SUBVOLUMELOCK","features":[314]},{"name":"_NT_D3DFVF_FOG","features":[314]},{"name":"_NT_D3DGDI2_MAGIC","features":[314]},{"name":"_NT_D3DGDI2_TYPE_DEFERRED_AGP_AWARE","features":[314]},{"name":"_NT_D3DGDI2_TYPE_DEFER_AGP_FREES","features":[314]},{"name":"_NT_D3DGDI2_TYPE_DXVERSION","features":[314]},{"name":"_NT_D3DGDI2_TYPE_FREE_DEFERRED_AGP","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETADAPTERGROUP","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETD3DCAPS8","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETD3DCAPS9","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETD3DQUERY","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETD3DQUERYCOUNT","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETDDIVERSION","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETEXTENDEDMODE","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETEXTENDEDMODECOUNT","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETFORMAT","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETFORMATCOUNT","features":[314]},{"name":"_NT_D3DGDI2_TYPE_GETMULTISAMPLEQUALITYLEVELS","features":[314]},{"name":"_NT_D3DLINEPATTERN","features":[314]},{"name":"_NT_D3DPMISCCAPS_FOGINFVF","features":[314]},{"name":"_NT_D3DPS_COLOROUT_MAX_V2_0","features":[314]},{"name":"_NT_D3DPS_COLOROUT_MAX_V2_1","features":[314]},{"name":"_NT_D3DPS_COLOROUT_MAX_V3_0","features":[314]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_SW_DX9","features":[314]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DPS_CONSTBOOLREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_SW_DX9","features":[314]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DPS_CONSTINTREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DPS_CONSTREG_MAX_DX8","features":[314]},{"name":"_NT_D3DPS_CONSTREG_MAX_SW_DX9","features":[314]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_1","features":[314]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_2","features":[314]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_3","features":[314]},{"name":"_NT_D3DPS_CONSTREG_MAX_V1_4","features":[314]},{"name":"_NT_D3DPS_CONSTREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DPS_CONSTREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DPS_CONSTREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DPS_INPUTREG_MAX_DX8","features":[314]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_1","features":[314]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_2","features":[314]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_3","features":[314]},{"name":"_NT_D3DPS_INPUTREG_MAX_V1_4","features":[314]},{"name":"_NT_D3DPS_INPUTREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DPS_INPUTREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DPS_INPUTREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DPS_MAXLOOPINITVALUE_V2_1","features":[314]},{"name":"_NT_D3DPS_MAXLOOPINITVALUE_V3_0","features":[314]},{"name":"_NT_D3DPS_MAXLOOPITERATIONCOUNT_V2_1","features":[314]},{"name":"_NT_D3DPS_MAXLOOPITERATIONCOUNT_V3_0","features":[314]},{"name":"_NT_D3DPS_MAXLOOPSTEP_V2_1","features":[314]},{"name":"_NT_D3DPS_MAXLOOPSTEP_V3_0","features":[314]},{"name":"_NT_D3DPS_PREDICATE_MAX_V2_1","features":[314]},{"name":"_NT_D3DPS_PREDICATE_MAX_V3_0","features":[314]},{"name":"_NT_D3DPS_TEMPREG_MAX_DX8","features":[314]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_1","features":[314]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_2","features":[314]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_3","features":[314]},{"name":"_NT_D3DPS_TEMPREG_MAX_V1_4","features":[314]},{"name":"_NT_D3DPS_TEMPREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DPS_TEMPREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DPS_TEMPREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_DX8","features":[314]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_1","features":[314]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_2","features":[314]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_3","features":[314]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V1_4","features":[314]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DPS_TEXTUREREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DRS_DELETERTPATCH","features":[314]},{"name":"_NT_D3DVS_ADDRREG_MAX_V1_1","features":[314]},{"name":"_NT_D3DVS_ADDRREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DVS_ADDRREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DVS_ADDRREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V1_1","features":[314]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DVS_ATTROUTREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_SW_DX9","features":[314]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DVS_CONSTBOOLREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_SW_DX9","features":[314]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DVS_CONSTINTREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DVS_CONSTREG_MAX_V1_1","features":[314]},{"name":"_NT_D3DVS_CONSTREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DVS_CONSTREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DVS_CONSTREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DVS_INPUTREG_MAX_V1_1","features":[314]},{"name":"_NT_D3DVS_INPUTREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DVS_INPUTREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DVS_INPUTREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DVS_LABEL_MAX_V3_0","features":[314]},{"name":"_NT_D3DVS_MAXINSTRUCTIONCOUNT_V1_1","features":[314]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V2_0","features":[314]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V2_1","features":[314]},{"name":"_NT_D3DVS_MAXLOOPINITVALUE_V3_0","features":[314]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V2_0","features":[314]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V2_1","features":[314]},{"name":"_NT_D3DVS_MAXLOOPITERATIONCOUNT_V3_0","features":[314]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V2_0","features":[314]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V2_1","features":[314]},{"name":"_NT_D3DVS_MAXLOOPSTEP_V3_0","features":[314]},{"name":"_NT_D3DVS_OUTPUTREG_MAX_SW_DX9","features":[314]},{"name":"_NT_D3DVS_OUTPUTREG_MAX_V3_0","features":[314]},{"name":"_NT_D3DVS_PREDICATE_MAX_V2_1","features":[314]},{"name":"_NT_D3DVS_PREDICATE_MAX_V3_0","features":[314]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V1_1","features":[314]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DVS_TCRDOUTREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DVS_TEMPREG_MAX_V1_1","features":[314]},{"name":"_NT_D3DVS_TEMPREG_MAX_V2_0","features":[314]},{"name":"_NT_D3DVS_TEMPREG_MAX_V2_1","features":[314]},{"name":"_NT_D3DVS_TEMPREG_MAX_V3_0","features":[314]},{"name":"_NT_RTPATCHFLAG_HASINFO","features":[314]},{"name":"_NT_RTPATCHFLAG_HASSEGS","features":[314]}],"344":[{"name":"AUTHENTICATE","features":[318]},{"name":"BINARY_COMPATIBLE","features":[318]},{"name":"BINARY_DATA","features":[318]},{"name":"BROADCAST_VC","features":[318]},{"name":"BSSID_INFO","features":[318]},{"name":"CALL_PARAMETERS_CHANGED","features":[318]},{"name":"CLOCK_NETWORK_DERIVED","features":[318]},{"name":"CLOCK_PRECISION","features":[318]},{"name":"CL_ADD_PARTY_COMPLETE_HANDLER","features":[318]},{"name":"CL_CALL_CONNECTED_HANDLER","features":[318]},{"name":"CL_CLOSE_AF_COMPLETE_HANDLER","features":[318]},{"name":"CL_CLOSE_CALL_COMPLETE_HANDLER","features":[318]},{"name":"CL_DEREG_SAP_COMPLETE_HANDLER","features":[318]},{"name":"CL_DROP_PARTY_COMPLETE_HANDLER","features":[318]},{"name":"CL_INCOMING_CALL_HANDLER","features":[318]},{"name":"CL_INCOMING_CALL_QOS_CHANGE_HANDLER","features":[318]},{"name":"CL_INCOMING_CLOSE_CALL_HANDLER","features":[318]},{"name":"CL_INCOMING_DROP_PARTY_HANDLER","features":[318]},{"name":"CL_MAKE_CALL_COMPLETE_HANDLER","features":[318]},{"name":"CL_MODIFY_CALL_QOS_COMPLETE_HANDLER","features":[318]},{"name":"CL_OPEN_AF_COMPLETE_HANDLER","features":[318]},{"name":"CL_REG_SAP_COMPLETE_HANDLER","features":[318]},{"name":"CM_ACTIVATE_VC_COMPLETE_HANDLER","features":[318]},{"name":"CM_ADD_PARTY_HANDLER","features":[318]},{"name":"CM_CLOSE_AF_HANDLER","features":[318]},{"name":"CM_CLOSE_CALL_HANDLER","features":[318]},{"name":"CM_DEACTIVATE_VC_COMPLETE_HANDLER","features":[318]},{"name":"CM_DEREG_SAP_HANDLER","features":[318]},{"name":"CM_DROP_PARTY_HANDLER","features":[318]},{"name":"CM_INCOMING_CALL_COMPLETE_HANDLER","features":[318]},{"name":"CM_MAKE_CALL_HANDLER","features":[318]},{"name":"CM_MODIFY_CALL_QOS_HANDLER","features":[318]},{"name":"CM_OPEN_AF_HANDLER","features":[318]},{"name":"CM_REG_SAP_HANDLER","features":[318]},{"name":"CO_ADDRESS","features":[318]},{"name":"CO_ADDRESS_FAMILY","features":[318]},{"name":"CO_ADDRESS_FAMILY_PROXY","features":[318]},{"name":"CO_ADDRESS_LIST","features":[318]},{"name":"CO_AF_REGISTER_NOTIFY_HANDLER","features":[318]},{"name":"CO_CALL_MANAGER_PARAMETERS","features":[318,319]},{"name":"CO_CALL_PARAMETERS","features":[318]},{"name":"CO_CREATE_VC_HANDLER","features":[318]},{"name":"CO_DELETE_VC_HANDLER","features":[318]},{"name":"CO_MEDIA_PARAMETERS","features":[318]},{"name":"CO_PVC","features":[318]},{"name":"CO_SAP","features":[318]},{"name":"CO_SEND_FLAG_SET_DISCARD_ELIBILITY","features":[318]},{"name":"CO_SPECIFIC_PARAMETERS","features":[318]},{"name":"CRYPTO_GENERIC_ERROR","features":[318]},{"name":"CRYPTO_INVALID_PACKET_SYNTAX","features":[318]},{"name":"CRYPTO_INVALID_PROTOCOL","features":[318]},{"name":"CRYPTO_SUCCESS","features":[318]},{"name":"CRYPTO_TRANSPORT_AH_AUTH_FAILED","features":[318]},{"name":"CRYPTO_TRANSPORT_ESP_AUTH_FAILED","features":[318]},{"name":"CRYPTO_TUNNEL_AH_AUTH_FAILED","features":[318]},{"name":"CRYPTO_TUNNEL_ESP_AUTH_FAILED","features":[318]},{"name":"CachedNetBufferList","features":[318]},{"name":"ClassificationHandlePacketInfo","features":[318]},{"name":"DD_NDIS_DEVICE_NAME","features":[318]},{"name":"DOT11_RSN_KCK_LENGTH","features":[318]},{"name":"DOT11_RSN_KEK_LENGTH","features":[318]},{"name":"DOT11_RSN_MAX_CIPHER_KEY_LENGTH","features":[318]},{"name":"EAPOL_REQUEST_ID_WOL_FLAG_MUST_ENCRYPT","features":[318]},{"name":"ENCRYPT","features":[318]},{"name":"ERRED_PACKET_INDICATION","features":[318]},{"name":"ETHERNET_LENGTH_OF_ADDRESS","features":[318]},{"name":"ETH_FILTER","features":[318]},{"name":"FILTERDBS","features":[318]},{"name":"GEN_GET_NETCARD_TIME","features":[318]},{"name":"GEN_GET_TIME_CAPS","features":[318]},{"name":"GUID_NDIS_NDK_CAPABILITIES","features":[318]},{"name":"GUID_NDIS_NDK_STATE","features":[318]},{"name":"INDICATE_END_OF_TX","features":[318]},{"name":"INDICATE_ERRED_PACKETS","features":[318]},{"name":"IOCTL_NDIS_RESERVED5","features":[318]},{"name":"IOCTL_NDIS_RESERVED6","features":[318]},{"name":"IPSEC_OFFLOAD_V2_AND_TCP_CHECKSUM_COEXISTENCE","features":[318]},{"name":"IPSEC_OFFLOAD_V2_AND_UDP_CHECKSUM_COEXISTENCE","features":[318]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_128","features":[318]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_192","features":[318]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_256","features":[318]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_MD5","features":[318]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_1","features":[318]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_256","features":[318]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_3_DES_CBC","features":[318]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_128","features":[318]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_192","features":[318]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_256","features":[318]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_128","features":[318]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_192","features":[318]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_256","features":[318]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_DES_CBC","features":[318]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_NONE","features":[318]},{"name":"IPSEC_OFFLOAD_V2_ESN_SA","features":[318]},{"name":"IPSEC_OFFLOAD_V2_INBOUND","features":[318]},{"name":"IPSEC_OFFLOAD_V2_IPv6","features":[318]},{"name":"IPSEC_OFFLOAD_V2_MAX_EXTENSION_HEADERS","features":[318]},{"name":"IPSEC_OFFLOAD_V2_TRANSPORT_OVER_UDP_ESP_ENCAPSULATION_TUNNEL","features":[318]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_NONE","features":[318]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TRANSPORT","features":[318]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TRANSPORT_OVER_TUNNEL","features":[318]},{"name":"IPSEC_OFFLOAD_V2_UDP_ESP_ENCAPSULATION_TUNNEL","features":[318]},{"name":"IPSEC_TPTOVERTUN_UDPESP_ENCAPTYPE_IKE","features":[318]},{"name":"IPSEC_TPTOVERTUN_UDPESP_ENCAPTYPE_OTHER","features":[318]},{"name":"IPSEC_TPT_UDPESP_ENCAPTYPE_IKE","features":[318]},{"name":"IPSEC_TPT_UDPESP_ENCAPTYPE_OTHER","features":[318]},{"name":"IPSEC_TPT_UDPESP_OVER_PURE_TUN_ENCAPTYPE_IKE","features":[318]},{"name":"IPSEC_TPT_UDPESP_OVER_PURE_TUN_ENCAPTYPE_OTHER","features":[318]},{"name":"IPSEC_TUN_UDPESP_ENCAPTYPE_IKE","features":[318]},{"name":"IPSEC_TUN_UDPESP_ENCAPTYPE_OTHER","features":[318]},{"name":"Ieee8021QInfo","features":[318]},{"name":"IpSecPacketInfo","features":[318]},{"name":"LOCK_STATE","features":[318]},{"name":"MAXIMUM_IP_OPER_STATUS_ADDRESS_FAMILIES_SUPPORTED","features":[318]},{"name":"MAX_HASHES","features":[318]},{"name":"MEDIA_SPECIFIC_INFORMATION","features":[318]},{"name":"MINIPORT_CO_ACTIVATE_VC","features":[318]},{"name":"MINIPORT_CO_CREATE_VC","features":[318]},{"name":"MINIPORT_CO_DEACTIVATE_VC","features":[318]},{"name":"MINIPORT_CO_DELETE_VC","features":[318]},{"name":"MULTIPOINT_VC","features":[318]},{"name":"MaxPerPacketInfo","features":[318]},{"name":"NBL_FLAGS_MINIPORT_RESERVED","features":[318]},{"name":"NBL_FLAGS_NDIS_RESERVED","features":[318]},{"name":"NBL_FLAGS_PROTOCOL_RESERVED","features":[318]},{"name":"NBL_FLAGS_SCRATCH","features":[318]},{"name":"NBL_PROT_RSVD_FLAGS","features":[318]},{"name":"NDIS630_MINIPORT","features":[318]},{"name":"NDIS685_MINIPORT","features":[318]},{"name":"NDIS_802_11_AI_REQFI","features":[318]},{"name":"NDIS_802_11_AI_REQFI_CAPABILITIES","features":[318]},{"name":"NDIS_802_11_AI_REQFI_CURRENTAPADDRESS","features":[318]},{"name":"NDIS_802_11_AI_REQFI_LISTENINTERVAL","features":[318]},{"name":"NDIS_802_11_AI_RESFI","features":[318]},{"name":"NDIS_802_11_AI_RESFI_ASSOCIATIONID","features":[318]},{"name":"NDIS_802_11_AI_RESFI_CAPABILITIES","features":[318]},{"name":"NDIS_802_11_AI_RESFI_STATUSCODE","features":[318]},{"name":"NDIS_802_11_ASSOCIATION_INFORMATION","features":[318]},{"name":"NDIS_802_11_AUTHENTICATION_ENCRYPTION","features":[318]},{"name":"NDIS_802_11_AUTHENTICATION_EVENT","features":[318]},{"name":"NDIS_802_11_AUTHENTICATION_MODE","features":[318]},{"name":"NDIS_802_11_AUTHENTICATION_REQUEST","features":[318]},{"name":"NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS","features":[318]},{"name":"NDIS_802_11_AUTH_REQUEST_GROUP_ERROR","features":[318]},{"name":"NDIS_802_11_AUTH_REQUEST_KEYUPDATE","features":[318]},{"name":"NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR","features":[318]},{"name":"NDIS_802_11_AUTH_REQUEST_REAUTH","features":[318]},{"name":"NDIS_802_11_BSSID_LIST","features":[318]},{"name":"NDIS_802_11_BSSID_LIST_EX","features":[318]},{"name":"NDIS_802_11_CAPABILITY","features":[318]},{"name":"NDIS_802_11_CONFIGURATION","features":[318]},{"name":"NDIS_802_11_CONFIGURATION_FH","features":[318]},{"name":"NDIS_802_11_FIXED_IEs","features":[318]},{"name":"NDIS_802_11_KEY","features":[318]},{"name":"NDIS_802_11_LENGTH_RATES","features":[318]},{"name":"NDIS_802_11_LENGTH_RATES_EX","features":[318]},{"name":"NDIS_802_11_LENGTH_SSID","features":[318]},{"name":"NDIS_802_11_MEDIA_STREAM_MODE","features":[318]},{"name":"NDIS_802_11_NETWORK_INFRASTRUCTURE","features":[318]},{"name":"NDIS_802_11_NETWORK_TYPE","features":[318]},{"name":"NDIS_802_11_NETWORK_TYPE_LIST","features":[318]},{"name":"NDIS_802_11_NON_BCAST_SSID_LIST","features":[318]},{"name":"NDIS_802_11_PMKID","features":[318]},{"name":"NDIS_802_11_PMKID_CANDIDATE_LIST","features":[318]},{"name":"NDIS_802_11_PMKID_CANDIDATE_PREAUTH_ENABLED","features":[318]},{"name":"NDIS_802_11_POWER_MODE","features":[318]},{"name":"NDIS_802_11_PRIVACY_FILTER","features":[318]},{"name":"NDIS_802_11_RADIO_STATUS","features":[318]},{"name":"NDIS_802_11_RELOAD_DEFAULTS","features":[318]},{"name":"NDIS_802_11_REMOVE_KEY","features":[318]},{"name":"NDIS_802_11_SSID","features":[318]},{"name":"NDIS_802_11_STATISTICS","features":[318]},{"name":"NDIS_802_11_STATUS_INDICATION","features":[318]},{"name":"NDIS_802_11_STATUS_TYPE","features":[318]},{"name":"NDIS_802_11_TEST","features":[318]},{"name":"NDIS_802_11_VARIABLE_IEs","features":[318]},{"name":"NDIS_802_11_WEP","features":[318]},{"name":"NDIS_802_11_WEP_STATUS","features":[318]},{"name":"NDIS_802_3_MAC_OPTION_PRIORITY","features":[318]},{"name":"NDIS_802_5_RING_STATE","features":[318]},{"name":"NDIS_AF_LIST","features":[318]},{"name":"NDIS_ANY_NUMBER_OF_NBLS","features":[318]},{"name":"NDIS_ATTRIBUTE_BUS_MASTER","features":[318]},{"name":"NDIS_ATTRIBUTE_DESERIALIZE","features":[318]},{"name":"NDIS_ATTRIBUTE_DO_NOT_BIND_TO_ALL_CO","features":[318]},{"name":"NDIS_ATTRIBUTE_IGNORE_PACKET_TIMEOUT","features":[318]},{"name":"NDIS_ATTRIBUTE_IGNORE_REQUEST_TIMEOUT","features":[318]},{"name":"NDIS_ATTRIBUTE_IGNORE_TOKEN_RING_ERRORS","features":[318]},{"name":"NDIS_ATTRIBUTE_INTERMEDIATE_DRIVER","features":[318]},{"name":"NDIS_ATTRIBUTE_MINIPORT_PADS_SHORT_PACKETS","features":[318]},{"name":"NDIS_ATTRIBUTE_NOT_CO_NDIS","features":[318]},{"name":"NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND","features":[318]},{"name":"NDIS_ATTRIBUTE_SURPRISE_REMOVE_OK","features":[318]},{"name":"NDIS_ATTRIBUTE_USES_SAFE_BUFFER_APIS","features":[318]},{"name":"NDIS_BIND_FAILED_NOTIFICATION_REVISION_1","features":[318]},{"name":"NDIS_BIND_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_BIND_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_BIND_PARAMETERS_REVISION_3","features":[318]},{"name":"NDIS_BIND_PARAMETERS_REVISION_4","features":[318]},{"name":"NDIS_CALL_MANAGER_CHARACTERISTICS","features":[318]},{"name":"NDIS_CLASS_ID","features":[318]},{"name":"NDIS_CLONE_FLAGS_RESERVED","features":[318]},{"name":"NDIS_CLONE_FLAGS_USE_ORIGINAL_MDLS","features":[318]},{"name":"NDIS_CONFIGURATION_OBJECT_REVISION_1","features":[318]},{"name":"NDIS_CONFIGURATION_PARAMETER","features":[318,305]},{"name":"NDIS_CONFIG_FLAG_FILTER_INSTANCE_CONFIGURATION","features":[318]},{"name":"NDIS_CO_CALL_MANAGER_OPTIONAL_HANDLERS_REVISION_1","features":[318]},{"name":"NDIS_CO_CLIENT_OPTIONAL_HANDLERS_REVISION_1","features":[318]},{"name":"NDIS_CO_DEVICE_PROFILE","features":[318]},{"name":"NDIS_CO_LINK_SPEED","features":[318]},{"name":"NDIS_CO_MAC_OPTION_DYNAMIC_LINK_SPEED","features":[318]},{"name":"NDIS_DEFAULT_RECEIVE_FILTER_ID","features":[318]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_GROUP_ID","features":[318]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_ID","features":[318]},{"name":"NDIS_DEFAULT_SWITCH_ID","features":[318]},{"name":"NDIS_DEFAULT_VPORT_ID","features":[318]},{"name":"NDIS_DEVICE_OBJECT_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_DEVICE_PNP_EVENT","features":[318]},{"name":"NDIS_DEVICE_POWER_STATE","features":[318]},{"name":"NDIS_DEVICE_TYPE_ENDPOINT","features":[318]},{"name":"NDIS_DEVICE_WAKE_ON_MAGIC_PACKET_ENABLE","features":[318]},{"name":"NDIS_DEVICE_WAKE_ON_PATTERN_MATCH_ENABLE","features":[318]},{"name":"NDIS_DEVICE_WAKE_UP_ENABLE","features":[318]},{"name":"NDIS_DMA_BLOCK","features":[307,318,305,312]},{"name":"NDIS_DMA_DESCRIPTION","features":[318,308,305]},{"name":"NDIS_DRIVER_FLAGS_RESERVED","features":[318]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV4","features":[318]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV6","features":[318]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_NOT_SUPPORTED","features":[318]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV4","features":[318]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV6","features":[318]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3","features":[318]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q","features":[318]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q_IN_OOB","features":[318]},{"name":"NDIS_ENCAPSULATION_IEEE_LLC_SNAP_ROUTED","features":[318]},{"name":"NDIS_ENCAPSULATION_NOT_SUPPORTED","features":[318]},{"name":"NDIS_ENCAPSULATION_NULL","features":[318]},{"name":"NDIS_ENCAPSULATION_TYPE_GRE_MAC","features":[318]},{"name":"NDIS_ENCAPSULATION_TYPE_VXLAN","features":[318]},{"name":"NDIS_ENUM_FILTERS_REVISION_1","features":[318]},{"name":"NDIS_ENVIRONMENT_TYPE","features":[318]},{"name":"NDIS_ETH_TYPE_802_1Q","features":[318]},{"name":"NDIS_ETH_TYPE_802_1X","features":[318]},{"name":"NDIS_ETH_TYPE_ARP","features":[318]},{"name":"NDIS_ETH_TYPE_IPV4","features":[318]},{"name":"NDIS_ETH_TYPE_IPV6","features":[318]},{"name":"NDIS_ETH_TYPE_SLOW_PROTOCOL","features":[318]},{"name":"NDIS_EVENT","features":[307,318,305,312]},{"name":"NDIS_FDDI_ATTACHMENT_TYPE","features":[318]},{"name":"NDIS_FDDI_LCONNECTION_STATE","features":[318]},{"name":"NDIS_FDDI_RING_MGT_STATE","features":[318]},{"name":"NDIS_FILTER_ATTACH_FLAGS_IGNORE_MANDATORY","features":[318]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_3","features":[318]},{"name":"NDIS_FILTER_ATTACH_PARAMETERS_REVISION_4","features":[318]},{"name":"NDIS_FILTER_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_2","features":[318]},{"name":"NDIS_FILTER_CHARACTERISTICS_REVISION_3","features":[318]},{"name":"NDIS_FILTER_DRIVER_MANDATORY","features":[318]},{"name":"NDIS_FILTER_DRIVER_SUPPORTS_CURRENT_MAC_ADDRESS_CHANGE","features":[318]},{"name":"NDIS_FILTER_DRIVER_SUPPORTS_L2_MTU_SIZE_CHANGE","features":[318]},{"name":"NDIS_FILTER_INTERFACE_IM_FILTER","features":[318]},{"name":"NDIS_FILTER_INTERFACE_LW_FILTER","features":[318]},{"name":"NDIS_FILTER_INTERFACE_RECEIVE_BYPASS","features":[318]},{"name":"NDIS_FILTER_INTERFACE_REVISION_1","features":[318]},{"name":"NDIS_FILTER_INTERFACE_REVISION_2","features":[318]},{"name":"NDIS_FILTER_INTERFACE_SEND_BYPASS","features":[318]},{"name":"NDIS_FILTER_MAJOR_VERSION","features":[318]},{"name":"NDIS_FILTER_MINIMUM_MAJOR_VERSION","features":[318]},{"name":"NDIS_FILTER_MINIMUM_MINOR_VERSION","features":[318]},{"name":"NDIS_FILTER_MINOR_VERSION","features":[318]},{"name":"NDIS_FILTER_PARTIAL_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_FILTER_PAUSE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_FILTER_RESTART_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_FLAGS_DONT_LOOPBACK","features":[318]},{"name":"NDIS_FLAGS_DOUBLE_BUFFERED","features":[318]},{"name":"NDIS_FLAGS_IS_LOOPBACK_PACKET","features":[318]},{"name":"NDIS_FLAGS_LOOPBACK_ONLY","features":[318]},{"name":"NDIS_FLAGS_MULTICAST_PACKET","features":[318]},{"name":"NDIS_FLAGS_PADDED","features":[318]},{"name":"NDIS_FLAGS_PROTOCOL_ID_MASK","features":[318]},{"name":"NDIS_FLAGS_RESERVED2","features":[318]},{"name":"NDIS_FLAGS_RESERVED3","features":[318]},{"name":"NDIS_FLAGS_RESERVED4","features":[318]},{"name":"NDIS_FLAGS_SENT_AT_DPC","features":[318]},{"name":"NDIS_FLAGS_USES_ORIGINAL_PACKET","features":[318]},{"name":"NDIS_FLAGS_USES_SG_BUFFER_LIST","features":[318]},{"name":"NDIS_FLAGS_XLATE_AT_TOP","features":[318]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_GRE","features":[318]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_IP","features":[318]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NOT_ENCAPSULATED","features":[318]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NVGRE","features":[318]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_VXLAN","features":[318]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_RDMA_FLOW","features":[318]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_REVISION_1","features":[318]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_IS_TTL_ONE","features":[318]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_IS_TTL_ONE","features":[318]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_REVISION_1","features":[318]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_REVISION_1","features":[318]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_IS_TTL_ONE","features":[318]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_IS_TTL_ONE","features":[318]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[318]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_REVISION_1","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_ESP","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_ETHERNET","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_ICMP","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV4","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV6","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_GRE_ENCAP","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_IP_ENCAP","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_NO_ENCAP","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_NVGRE_ENCAP","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_TCP","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_UDP","features":[318]},{"name":"NDIS_GFP_HEADER_PRESENT_VXLAN_ENCAP","features":[318]},{"name":"NDIS_GFP_UNDEFINED_PROFILE_ID","features":[318]},{"name":"NDIS_GFP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[318]},{"name":"NDIS_GFT_COUNTER_INFO_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_GFT_COUNTER_INFO_REVISION_1","features":[318]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_CLIENT_SPECIFIED_ADDRESS","features":[318]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_GET_VALUES","features":[318]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_UPDATE_MEMORY_MAPPED_COUNTERS","features":[318]},{"name":"NDIS_GFT_CUSTOM_ACTION_LAST_ACTION","features":[318]},{"name":"NDIS_GFT_CUSTOM_ACTION_PROFILE_REVISION_1","features":[318]},{"name":"NDIS_GFT_CUSTOM_ACTION_REVISION_1","features":[318]},{"name":"NDIS_GFT_DELETE_PROFILE_ALL_PROFILES","features":[318]},{"name":"NDIS_GFT_DELETE_PROFILE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_GFT_DELETE_TABLE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_GFT_EMFE_ADD_IN_ACTIVATED_STATE","features":[318]},{"name":"NDIS_GFT_EMFE_ALL_VPORT_FLOW_ENTRIES","features":[318]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_FIN_FLAG_SET","features":[318]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_RST_FLAG_SET","features":[318]},{"name":"NDIS_GFT_EMFE_COPY_ALL_PACKETS","features":[318]},{"name":"NDIS_GFT_EMFE_COPY_CONDITION_CHANGED","features":[318]},{"name":"NDIS_GFT_EMFE_COPY_FIRST_PACKET","features":[318]},{"name":"NDIS_GFT_EMFE_COPY_WHEN_TCP_FLAG_SET","features":[318]},{"name":"NDIS_GFT_EMFE_COUNTER_ALLOCATE","features":[318]},{"name":"NDIS_GFT_EMFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[318]},{"name":"NDIS_GFT_EMFE_COUNTER_MEMORY_MAPPED","features":[318]},{"name":"NDIS_GFT_EMFE_COUNTER_TRACK_TCP_FLOW","features":[318]},{"name":"NDIS_GFT_EMFE_CUSTOM_ACTION_PRESENT","features":[318]},{"name":"NDIS_GFT_EMFE_MATCH_AND_ACTION_MUST_BE_SUPPORTED","features":[318]},{"name":"NDIS_GFT_EMFE_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[318]},{"name":"NDIS_GFT_EMFE_RDMA_FLOW","features":[318]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[318]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[318]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[318]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[318]},{"name":"NDIS_GFT_EXACT_MATCH_FLOW_ENTRY_REVISION_1","features":[318]},{"name":"NDIS_GFT_FLOW_ENTRY_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_NIC_SWITCH_FLOW_ENTRIES","features":[318]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_TABLE_FLOW_ENTRIES","features":[318]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_VPORT_FLOW_ENTRIES","features":[318]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_COUNTER_VALUES","features":[318]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_DEFINED","features":[318]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_RANGE_DEFINED","features":[318]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ALL_FLOW_ENTRIES","features":[318]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_GFT_FREE_COUNTER_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_DECREMENT_TTL_IF_NOT_ONE","features":[318]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_DECREMENT_TTL_IF_NOT_ONE","features":[318]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_REVISION_1","features":[318]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_REVISION_1","features":[318]},{"name":"NDIS_GFT_HEADER_TRANSPOSITION_PROFILE_REVISION_1","features":[318]},{"name":"NDIS_GFT_HTP_COPY_ALL_PACKETS","features":[318]},{"name":"NDIS_GFT_HTP_COPY_FIRST_PACKET","features":[318]},{"name":"NDIS_GFT_HTP_COPY_WHEN_TCP_FLAG_SET","features":[318]},{"name":"NDIS_GFT_HTP_CUSTOM_ACTION_PRESENT","features":[318]},{"name":"NDIS_GFT_HTP_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[318]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[318]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[318]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[318]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[318]},{"name":"NDIS_GFT_MAX_COUNTER_OBJECTS_PER_FLOW_ENTRY","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_8021P_PRIORITY_MASK","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ADD_FLOW_ENTRY_DEACTIVATED_PREFERRED","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ALLOW","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_CLIENT_SPECIFIED_MEMORY_MAPPED_COUNTERS","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COMBINED_COUNTER_AND_STATE","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_ALL","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_FIRST","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_WHEN_TCP_FLAG_SET","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DESIGNATED_EXCEPTION_VPORT","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DROP","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DSCP_MASK","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_AGGREGATE_COUNTERS","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_EXACT_MATCH","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_WILDCARD_MATCH","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_EXACT_MATCH","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_WILDCARD_MATCH","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_EXACT_MATCH","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_WILDCARD_MATCH","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_IGNORE_ACTION_SUPPORTED","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_AGGREGATE_COUNTERS","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_EXACT_MATCH","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_WILDCARD_MATCH","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_COUNTERS","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_PAKCET_AND_BYTE_COUNTERS","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_AFTER_HEADER_TRANSPOSITION","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MODIFY","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_FLOW_ENTRY_COUNTERS","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_PACKET_COUNTER_UPDATE","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_VPORT_EXCEPTION_VPORT","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_POP","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PUSH","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_RATE_LIMITING_QUEUE_SUPPORTED","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_SAMPLE","features":[318]},{"name":"NDIS_GFT_OFFLOAD_CAPS_TRACK_TCP_FLOW_STATE","features":[318]},{"name":"NDIS_GFT_OFFLOAD_INFO_COPY_PACKET","features":[318]},{"name":"NDIS_GFT_OFFLOAD_INFO_DIRECTION_INGRESS","features":[318]},{"name":"NDIS_GFT_OFFLOAD_INFO_EXCEPTION_PACKET","features":[318]},{"name":"NDIS_GFT_OFFLOAD_INFO_SAMPLE_PACKET","features":[318]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_CUSTOM_PROVIDER_RESERVED","features":[318]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_ENABLE_OFFLOAD","features":[318]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_GFT_PROFILE_INFO_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_GFT_PROFILE_INFO_REVISION_1","features":[318]},{"name":"NDIS_GFT_RESERVED_CUSTOM_ACTIONS","features":[318]},{"name":"NDIS_GFT_STATISTICS_REVISION_1","features":[318]},{"name":"NDIS_GFT_TABLE_INCLUDE_EXTERNAL_VPPORT","features":[318]},{"name":"NDIS_GFT_TABLE_INFO_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_GFT_TABLE_INFO_REVISION_1","features":[318]},{"name":"NDIS_GFT_TABLE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_GFT_UNDEFINED_COUNTER_ID","features":[318]},{"name":"NDIS_GFT_UNDEFINED_CUSTOM_ACTION","features":[318]},{"name":"NDIS_GFT_UNDEFINED_FLOW_ENTRY_ID","features":[318]},{"name":"NDIS_GFT_UNDEFINED_TABLE_ID","features":[318]},{"name":"NDIS_GFT_VPORT_DSCP_FLAGS_CHANGED","features":[318]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_RX","features":[318]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_TX","features":[318]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_CHANGED","features":[318]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_RX","features":[318]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_TX","features":[318]},{"name":"NDIS_GFT_VPORT_ENABLE","features":[318]},{"name":"NDIS_GFT_VPORT_ENABLE_STATE_CHANGED","features":[318]},{"name":"NDIS_GFT_VPORT_EXCEPTION_VPORT_CHANGED","features":[318]},{"name":"NDIS_GFT_VPORT_MAX_DSCP_MASK_COUNTER_OBJECTS","features":[318]},{"name":"NDIS_GFT_VPORT_MAX_PRIORITY_MASK_COUNTER_OBJECTS","features":[318]},{"name":"NDIS_GFT_VPORT_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_GFT_VPORT_PARAMS_CHANGE_MASK","features":[318]},{"name":"NDIS_GFT_VPORT_PARAMS_CUSTOM_PROVIDER_RESERVED","features":[318]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN","features":[318]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN_NOT_IN_SRC_PORT_RANGE","features":[318]},{"name":"NDIS_GFT_VPORT_PRIORITY_MASK_CHANGED","features":[318]},{"name":"NDIS_GFT_VPORT_SAMPLING_RATE_CHANGED","features":[318]},{"name":"NDIS_GFT_VPORT_VXLAN_SETTINGS_CHANGED","features":[318]},{"name":"NDIS_GFT_WCFE_ADD_IN_ACTIVATED_STATE","features":[318]},{"name":"NDIS_GFT_WCFE_COPY_ALL_PACKETS","features":[318]},{"name":"NDIS_GFT_WCFE_COUNTER_ALLOCATE","features":[318]},{"name":"NDIS_GFT_WCFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[318]},{"name":"NDIS_GFT_WCFE_COUNTER_MEMORY_MAPPED","features":[318]},{"name":"NDIS_GFT_WCFE_CUSTOM_ACTION_PRESENT","features":[318]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[318]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[318]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[318]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[318]},{"name":"NDIS_GFT_WILDCARD_MATCH_FLOW_ENTRY_REVISION_1","features":[318]},{"name":"NDIS_GUID","features":[318]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP","features":[318]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP_REVISION_1","features":[318]},{"name":"NDIS_HARDWARE_STATUS","features":[318]},{"name":"NDIS_HASH_FUNCTION_MASK","features":[318]},{"name":"NDIS_HASH_IPV4","features":[318]},{"name":"NDIS_HASH_IPV6","features":[318]},{"name":"NDIS_HASH_IPV6_EX","features":[318]},{"name":"NDIS_HASH_TCP_IPV4","features":[318]},{"name":"NDIS_HASH_TCP_IPV6","features":[318]},{"name":"NDIS_HASH_TCP_IPV6_EX","features":[318]},{"name":"NDIS_HASH_TYPE_MASK","features":[318]},{"name":"NDIS_HASH_UDP_IPV4","features":[318]},{"name":"NDIS_HASH_UDP_IPV6","features":[318]},{"name":"NDIS_HASH_UDP_IPV6_EX","features":[318]},{"name":"NDIS_HD_SPLIT_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_HEADER_DATA_SPLIT","features":[318]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV4_OPTIONS","features":[318]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV6_EXTENSION_HEADERS","features":[318]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_TCP_OPTIONS","features":[318]},{"name":"NDIS_HD_SPLIT_COMBINE_ALL_HEADERS","features":[318]},{"name":"NDIS_HD_SPLIT_CURRENT_CONFIG_REVISION_1","features":[318]},{"name":"NDIS_HD_SPLIT_ENABLE_HEADER_DATA_SPLIT","features":[318]},{"name":"NDIS_HD_SPLIT_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_HYPERVISOR_INFO_FLAG_HYPERVISOR_PRESENT","features":[318]},{"name":"NDIS_HYPERVISOR_INFO_REVISION_1","features":[318]},{"name":"NDIS_INTERFACE_TYPE","features":[318]},{"name":"NDIS_INTERMEDIATE_DRIVER","features":[318]},{"name":"NDIS_INTERRUPT_MODERATION","features":[318]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_REINITIALIZE","features":[318]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_RESET","features":[318]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS","features":[318]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_IPSEC_OFFLOAD_V1","features":[318]},{"name":"NDIS_IPSEC_OFFLOAD_V2_ADD_SA_EX_REVISION_1","features":[318]},{"name":"NDIS_IPSEC_OFFLOAD_V2_ADD_SA_REVISION_1","features":[318]},{"name":"NDIS_IPSEC_OFFLOAD_V2_DELETE_SA_REVISION_1","features":[318]},{"name":"NDIS_IPSEC_OFFLOAD_V2_UPDATE_SA_REVISION_1","features":[318]},{"name":"NDIS_IP_OPER_STATE","features":[318,320]},{"name":"NDIS_IP_OPER_STATE_REVISION_1","features":[318]},{"name":"NDIS_IP_OPER_STATUS","features":[318,320]},{"name":"NDIS_IP_OPER_STATUS_INFO","features":[318,320]},{"name":"NDIS_IP_OPER_STATUS_INFO_REVISION_1","features":[318]},{"name":"NDIS_IRDA_PACKET_INFO","features":[318]},{"name":"NDIS_ISOLATION_NAME_MAX_STRING_SIZE","features":[318]},{"name":"NDIS_ISOLATION_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_KDNET_ADD_PF_REVISION_1","features":[318]},{"name":"NDIS_KDNET_ENUMERATE_PFS_REVISION_1","features":[318]},{"name":"NDIS_KDNET_PF_ENUM_ELEMENT_REVISION_1","features":[318]},{"name":"NDIS_KDNET_QUERY_PF_INFORMATION_REVISION_1","features":[318]},{"name":"NDIS_KDNET_REMOVE_PF_REVISION_1","features":[318]},{"name":"NDIS_LARGE_SEND_OFFLOAD_MAX_HEADER_LENGTH","features":[318]},{"name":"NDIS_LEGACY_DRIVER","features":[318]},{"name":"NDIS_LEGACY_MINIPORT","features":[318]},{"name":"NDIS_LEGACY_PROTOCOL","features":[318]},{"name":"NDIS_LINK_PARAMETERS","features":[318,320]},{"name":"NDIS_LINK_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_LINK_SPEED","features":[318]},{"name":"NDIS_LINK_STATE","features":[318,320]},{"name":"NDIS_LINK_STATE_DUPLEX_AUTO_NEGOTIATED","features":[318]},{"name":"NDIS_LINK_STATE_PAUSE_FUNCTIONS_AUTO_NEGOTIATED","features":[318]},{"name":"NDIS_LINK_STATE_RCV_LINK_SPEED_AUTO_NEGOTIATED","features":[318]},{"name":"NDIS_LINK_STATE_REVISION_1","features":[318]},{"name":"NDIS_LINK_STATE_XMIT_LINK_SPEED_AUTO_NEGOTIATED","features":[318]},{"name":"NDIS_MAC_OPTION_8021P_PRIORITY","features":[318]},{"name":"NDIS_MAC_OPTION_8021Q_VLAN","features":[318]},{"name":"NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA","features":[318]},{"name":"NDIS_MAC_OPTION_EOTX_INDICATION","features":[318]},{"name":"NDIS_MAC_OPTION_FULL_DUPLEX","features":[318]},{"name":"NDIS_MAC_OPTION_NO_LOOPBACK","features":[318]},{"name":"NDIS_MAC_OPTION_RECEIVE_AT_DPC","features":[318]},{"name":"NDIS_MAC_OPTION_RECEIVE_SERIALIZED","features":[318]},{"name":"NDIS_MAC_OPTION_RESERVED","features":[318]},{"name":"NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE","features":[318]},{"name":"NDIS_MAC_OPTION_TRANSFERS_NOT_PEND","features":[318]},{"name":"NDIS_MAXIMUM_PORTS","features":[318]},{"name":"NDIS_MAX_LOOKAHEAD_SIZE_ACCESSED_UNDEFINED","features":[318]},{"name":"NDIS_MAX_PROCESSOR_COUNT","features":[318]},{"name":"NDIS_MEDIA_CAP_RECEIVE","features":[318]},{"name":"NDIS_MEDIA_CAP_TRANSMIT","features":[318]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_EAPOL","features":[318]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_FCOE","features":[318]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_LLDP","features":[318]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_TIMESYNC","features":[318]},{"name":"NDIS_MEDIA_SPECIFIC_INFO_TUNDL","features":[318]},{"name":"NDIS_MEDIA_STATE","features":[318]},{"name":"NDIS_MEDIUM","features":[318]},{"name":"NDIS_MEMORY_CONTIGUOUS","features":[318]},{"name":"NDIS_MEMORY_NONCACHED","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_2","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_802_11_ATTRIBUTES_REVISION_3","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES_REVISION_2","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_2","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_3","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES_REVISION_4","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES_REVISION_2","features":[318]},{"name":"NDIS_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_BUS_MASTER","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_CONTROLS_DEFAULT_PORT","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_DO_NOT_BIND_TO_ALL_CO","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_HARDWARE_DEVICE","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NDIS_WDM","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NOT_CO_NDIS","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_HALT_ON_SUSPEND","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_OID_INTERCEPT_ON_NONDEFAULT_PORTS","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_NO_PAUSE_ON_SUSPEND","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_REGISTER_BUGCHECK_CALLBACK","features":[318]},{"name":"NDIS_MINIPORT_ATTRIBUTES_SURPRISE_REMOVE_OK","features":[318]},{"name":"NDIS_MINIPORT_BLOCK","features":[318]},{"name":"NDIS_MINIPORT_CO_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_DRIVER","features":[318]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_2","features":[318]},{"name":"NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_3","features":[318]},{"name":"NDIS_MINIPORT_INIT_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_INTERRUPT_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_MAJOR_VERSION","features":[318]},{"name":"NDIS_MINIPORT_MINIMUM_MAJOR_VERSION","features":[318]},{"name":"NDIS_MINIPORT_MINIMUM_MINOR_VERSION","features":[318]},{"name":"NDIS_MINIPORT_MINOR_VERSION","features":[318]},{"name":"NDIS_MINIPORT_PAUSE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_PNP_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_RESTART_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_SS_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_MINIPORT_TIMER","features":[307,318,308,305,312]},{"name":"NDIS_MIN_API","features":[318]},{"name":"NDIS_MONITOR_CONFIG_REVISION_1","features":[318]},{"name":"NDIS_MSIX_CONFIG_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_M_DRIVER_BLOCK","features":[318]},{"name":"NDIS_M_MAX_LOOKAHEAD","features":[318]},{"name":"NDIS_NBL_FLAGS_CAPTURE_TIMESTAMP_ON_TRANSMIT","features":[318]},{"name":"NDIS_NBL_FLAGS_HD_SPLIT","features":[318]},{"name":"NDIS_NBL_FLAGS_IS_IPV4","features":[318]},{"name":"NDIS_NBL_FLAGS_IS_IPV6","features":[318]},{"name":"NDIS_NBL_FLAGS_IS_LOOPBACK_PACKET","features":[318]},{"name":"NDIS_NBL_FLAGS_IS_TCP","features":[318]},{"name":"NDIS_NBL_FLAGS_IS_UDP","features":[318]},{"name":"NDIS_NBL_FLAGS_RECV_READ_ONLY","features":[318]},{"name":"NDIS_NBL_FLAGS_SEND_READ_ONLY","features":[318]},{"name":"NDIS_NBL_FLAGS_SPLIT_AT_UPPER_LAYER_PROTOCOL_HEADER","features":[318]},{"name":"NDIS_NBL_FLAGS_SPLIT_AT_UPPER_LAYER_PROTOCOL_PAYLOAD","features":[318]},{"name":"NDIS_NBL_MEDIA_SPECIFIC_INFO_REVISION_1","features":[318]},{"name":"NDIS_NDK_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_NDK_CONNECTIONS_REVISION_1","features":[318]},{"name":"NDIS_NDK_LOCAL_ENDPOINTS_REVISION_1","features":[318]},{"name":"NDIS_NDK_STATISTICS_INFO_REVISION_1","features":[318]},{"name":"NDIS_NETWORK_CHANGE_TYPE","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_2","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_3","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_ASYMMETRIC_QUEUE_PAIRS_FOR_NONDEFAULT_VPORT_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_NIC_SWITCH_WITHOUT_IOV_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_PER_VPORT_INTERRUPT_MODERATION_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_ON_PF_VPORTS_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PARAMETERS_PER_PF_VPORT_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_FUNCTION_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_KEY_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_TYPE_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SIZE_RESTRICTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_SINGLE_VPORT_POOL","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_VF_RSS_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_CAPS_VLAN_SUPPORTED","features":[318]},{"name":"NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_DELETE_VPORT_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_FREE_VF_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_INFO_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_INFO_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_CHANGE_MASK","features":[318]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_DEFAULT_NUMBER_OF_QUEUE_PAIRS_FOR_DEFAULT_VPORT","features":[318]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_SWITCH_NAME_CHANGED","features":[318]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[318]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_VF_INFO_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_VF_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_FUNCTION","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_GFT_ENABLED","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_LOOKAHEAD_SPLIT_ENABLED","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_PACKET_DIRECT_RX_ONLY","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_CHANGE_MASK","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_ENFORCE_MAX_SG_LIST","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_FLAGS_CHANGED","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_INT_MOD_CHANGED","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_LOOKAHEAD_SPLIT_ENABLED","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NAME_CHANGED","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NDK_PARAMS_CHANGED","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NUM_QUEUE_PAIRS_CHANGED","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PACKET_DIRECT_RX_ONLY","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PROCESSOR_AFFINITY_CHANGED","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_QOS_SQ_ID_CHANGED","features":[318]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_STATE_CHANGED","features":[318]},{"name":"NDIS_NT","features":[318]},{"name":"NDIS_OBJECT_HEADER","features":[318]},{"name":"NDIS_OBJECT_REVISION_1","features":[318]},{"name":"NDIS_OBJECT_TYPE_BIND_PARAMETERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_CONFIGURATION_OBJECT","features":[318]},{"name":"NDIS_OBJECT_TYPE_CO_CALL_MANAGER_OPTIONAL_HANDLERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_CO_CLIENT_OPTIONAL_HANDLERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_CO_MINIPORT_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_CO_PROTOCOL_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_DEFAULT","features":[318]},{"name":"NDIS_OBJECT_TYPE_DEVICE_OBJECT_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_OBJECT","features":[318]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_REVISION_1","features":[318]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTACH_PARAMETERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_FILTER_DRIVER_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_FILTER_PARTIAL_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_FILTER_PAUSE_PARAMETERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_FILTER_RESTART_PARAMETERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_HD_SPLIT_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NDK_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DEVICE_POWER_NOTIFICATION","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DRIVER_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INIT_PARAMETERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INTERRUPT","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_PNP_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_SS_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_NDK_PROVIDER_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_NSI_COMPARTMENT_RW_STRUCT","features":[318]},{"name":"NDIS_OBJECT_TYPE_NSI_INTERFACE_PERSIST_RW_STRUCT","features":[318]},{"name":"NDIS_OBJECT_TYPE_NSI_NETWORK_RW_STRUCT","features":[318]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD","features":[318]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD_ENCAPSULATION","features":[318]},{"name":"NDIS_OBJECT_TYPE_OID_REQUEST","features":[318]},{"name":"NDIS_OBJECT_TYPE_OPEN_PARAMETERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_1","features":[318]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_2","features":[318]},{"name":"NDIS_OBJECT_TYPE_PD_RECEIVE_QUEUE","features":[318]},{"name":"NDIS_OBJECT_TYPE_PD_TRANSMIT_QUEUE","features":[318]},{"name":"NDIS_OBJECT_TYPE_PORT_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_PORT_STATE","features":[318]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_DRIVER_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_RESTART_PARAMETERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_QOS_CAPABILITIES","features":[318]},{"name":"NDIS_OBJECT_TYPE_QOS_CLASSIFICATION_ELEMENT","features":[318]},{"name":"NDIS_OBJECT_TYPE_QOS_PARAMETERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_REQUEST_EX","features":[318]},{"name":"NDIS_OBJECT_TYPE_RESTART_GENERAL_ATTRIBUTES","features":[318]},{"name":"NDIS_OBJECT_TYPE_RSS_CAPABILITIES","features":[318]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS_V2","features":[318]},{"name":"NDIS_OBJECT_TYPE_RSS_PROCESSOR_INFO","features":[318]},{"name":"NDIS_OBJECT_TYPE_RSS_SET_INDIRECTION_ENTRIES","features":[318]},{"name":"NDIS_OBJECT_TYPE_SG_DMA_DESCRIPTION","features":[318]},{"name":"NDIS_OBJECT_TYPE_SHARED_MEMORY_PROVIDER_CHARACTERISTICS","features":[318]},{"name":"NDIS_OBJECT_TYPE_STATUS_INDICATION","features":[318]},{"name":"NDIS_OBJECT_TYPE_SWITCH_OPTIONAL_HANDLERS","features":[318]},{"name":"NDIS_OBJECT_TYPE_TIMER_CHARACTERISTICS","features":[318]},{"name":"NDIS_OFFLOAD","features":[318]},{"name":"NDIS_OFFLOAD_ENCAPSULATION_REVISION_1","features":[318]},{"name":"NDIS_OFFLOAD_FLAGS_GROUP_CHECKSUM_CAPABILITIES","features":[318]},{"name":"NDIS_OFFLOAD_NOT_SUPPORTED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_DISABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_AND_ESP_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_DISABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_ESP_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_AND_ESP_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_DISABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_ESP_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_DISABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_DISABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_NO_CHANGE","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_3","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_4","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_5","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_DISABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_RX_ENABLED_TX_DISABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_SKIP_REGISTRY_UPDATE","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_ENABLED_RX_DISABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_DISABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_DISABLED","features":[318]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_ENABLED","features":[318]},{"name":"NDIS_OFFLOAD_REVISION_1","features":[318]},{"name":"NDIS_OFFLOAD_REVISION_2","features":[318]},{"name":"NDIS_OFFLOAD_REVISION_3","features":[318]},{"name":"NDIS_OFFLOAD_REVISION_4","features":[318]},{"name":"NDIS_OFFLOAD_REVISION_5","features":[318]},{"name":"NDIS_OFFLOAD_REVISION_6","features":[318]},{"name":"NDIS_OFFLOAD_REVISION_7","features":[318]},{"name":"NDIS_OFFLOAD_SET_NO_CHANGE","features":[318]},{"name":"NDIS_OFFLOAD_SET_OFF","features":[318]},{"name":"NDIS_OFFLOAD_SET_ON","features":[318]},{"name":"NDIS_OFFLOAD_SUPPORTED","features":[318]},{"name":"NDIS_OID_REQUEST_FLAGS_VPORT_ID_VALID","features":[318]},{"name":"NDIS_OID_REQUEST_NDIS_RESERVED_SIZE","features":[318]},{"name":"NDIS_OID_REQUEST_REVISION_1","features":[318]},{"name":"NDIS_OID_REQUEST_REVISION_2","features":[318]},{"name":"NDIS_OID_REQUEST_TIMEOUT_INFINITE","features":[318]},{"name":"NDIS_OPEN_BLOCK","features":[318]},{"name":"NDIS_OPEN_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_OPEN_RECEIVE_NOT_REENTRANT","features":[318]},{"name":"NDIS_OPER_STATE","features":[318,320]},{"name":"NDIS_OPER_STATE_REVISION_1","features":[318]},{"name":"NDIS_PACKET_8021Q_INFO","features":[318]},{"name":"NDIS_PACKET_TYPE_ALL_FUNCTIONAL","features":[318]},{"name":"NDIS_PACKET_TYPE_ALL_LOCAL","features":[318]},{"name":"NDIS_PACKET_TYPE_ALL_MULTICAST","features":[318]},{"name":"NDIS_PACKET_TYPE_BROADCAST","features":[318]},{"name":"NDIS_PACKET_TYPE_DIRECTED","features":[318]},{"name":"NDIS_PACKET_TYPE_FUNCTIONAL","features":[318]},{"name":"NDIS_PACKET_TYPE_GROUP","features":[318]},{"name":"NDIS_PACKET_TYPE_MAC_FRAME","features":[318]},{"name":"NDIS_PACKET_TYPE_MULTICAST","features":[318]},{"name":"NDIS_PACKET_TYPE_NO_LOCAL","features":[318]},{"name":"NDIS_PACKET_TYPE_PROMISCUOUS","features":[318]},{"name":"NDIS_PACKET_TYPE_SMT","features":[318]},{"name":"NDIS_PACKET_TYPE_SOURCE_ROUTING","features":[318]},{"name":"NDIS_PARAMETER_TYPE","features":[318]},{"name":"NDIS_PAUSE_ATTACH_FILTER","features":[318]},{"name":"NDIS_PAUSE_BIND_PROTOCOL","features":[318]},{"name":"NDIS_PAUSE_DETACH_FILTER","features":[318]},{"name":"NDIS_PAUSE_FILTER_RESTART_STACK","features":[318]},{"name":"NDIS_PAUSE_LOW_POWER","features":[318]},{"name":"NDIS_PAUSE_MINIPORT_DEVICE_REMOVE","features":[318]},{"name":"NDIS_PAUSE_NDIS_INTERNAL","features":[318]},{"name":"NDIS_PAUSE_UNBIND_PROTOCOL","features":[318]},{"name":"NDIS_PCI_DEVICE_CUSTOM_PROPERTIES","features":[318]},{"name":"NDIS_PD_ACQUIRE_QUEUES_FLAG_DRAIN_NOTIFICATION","features":[318]},{"name":"NDIS_PD_ACQUIRE_QUEUES_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_PD_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_PD_CAPS_DRAIN_NOTIFICATIONS_SUPPORTED","features":[318]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_COUNT_SUPPORTED","features":[318]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_INTERVAL_SUPPORTED","features":[318]},{"name":"NDIS_PD_CAPS_RECEIVE_FILTER_COUNTERS_SUPPORTED","features":[318]},{"name":"NDIS_PD_CLOSE_PROVIDER_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_PD_CONFIG_REVISION_1","features":[318]},{"name":"NDIS_PD_COUNTER_HANDLE","features":[318]},{"name":"NDIS_PD_COUNTER_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_PD_FILTER_HANDLE","features":[318]},{"name":"NDIS_PD_FILTER_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_PD_OPEN_PROVIDER_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_PD_PROVIDER_DISPATCH_REVISION_1","features":[318]},{"name":"NDIS_PD_PROVIDER_HANDLE","features":[318]},{"name":"NDIS_PD_QUEUE_DISPATCH_REVISION_1","features":[318]},{"name":"NDIS_PD_QUEUE_FLAG_DRAIN_NOTIFICATION","features":[318]},{"name":"NDIS_PD_QUEUE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_PD_QUEUE_REVISION_1","features":[318]},{"name":"NDIS_PER_PACKET_INFO","features":[318]},{"name":"NDIS_PHYSICAL_ADDRESS_UNIT","features":[318]},{"name":"NDIS_PHYSICAL_MEDIUM","features":[318]},{"name":"NDIS_PM_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_PM_CAPABILITIES_REVISION_2","features":[318]},{"name":"NDIS_PM_MAX_PATTERN_ID","features":[318]},{"name":"NDIS_PM_MAX_STRING_SIZE","features":[318]},{"name":"NDIS_PM_PACKET_PATTERN","features":[318]},{"name":"NDIS_PM_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_PM_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_PM_PRIVATE_PATTERN_ID","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_ENABLED","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_SUPPORTED","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_ENABLED","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_SUPPORTED","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_ENABLED","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_SUPPORTED","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_HIGHEST","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_LOWEST","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_NORMAL","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[318]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_2","features":[318]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_ENABLED","features":[318]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_SUPPORTED","features":[318]},{"name":"NDIS_PM_WAKE_ON_LINK_CHANGE_ENABLED","features":[318]},{"name":"NDIS_PM_WAKE_ON_MEDIA_CONNECT_SUPPORTED","features":[318]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_ENABLED","features":[318]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_SUPPORTED","features":[318]},{"name":"NDIS_PM_WAKE_PACKET_INDICATION_SUPPORTED","features":[318]},{"name":"NDIS_PM_WAKE_PACKET_REVISION_1","features":[318]},{"name":"NDIS_PM_WAKE_REASON_REVISION_1","features":[318]},{"name":"NDIS_PM_WAKE_UP_CAPABILITIES","features":[318]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_ENABLED","features":[318]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_SUPPORTED","features":[318]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_ENABLED","features":[318]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_SUPPORTED","features":[318]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_ENABLED","features":[318]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_SUPPORTED","features":[318]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_ENABLED","features":[318]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_SUPPORTED","features":[318]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_ENABLED","features":[318]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_SUPPORTED","features":[318]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_ENABLED","features":[318]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_SUPPORTED","features":[318]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_ENABLED","features":[318]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_SUPPORTED","features":[318]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_1","features":[318]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_2","features":[318]},{"name":"NDIS_PM_WOL_PRIORITY_HIGHEST","features":[318]},{"name":"NDIS_PM_WOL_PRIORITY_LOWEST","features":[318]},{"name":"NDIS_PM_WOL_PRIORITY_NORMAL","features":[318]},{"name":"NDIS_PNP_CAPABILITIES","features":[318]},{"name":"NDIS_PNP_WAKE_UP_LINK_CHANGE","features":[318]},{"name":"NDIS_PNP_WAKE_UP_MAGIC_PACKET","features":[318]},{"name":"NDIS_PNP_WAKE_UP_PATTERN_MATCH","features":[318]},{"name":"NDIS_POLL_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_POLL_DATA_REVISION_1","features":[318]},{"name":"NDIS_POLL_HANDLE","features":[318]},{"name":"NDIS_POLL_NOTIFICATION_REVISION_1","features":[318]},{"name":"NDIS_PORT","features":[318,320]},{"name":"NDIS_PORT_ARRAY","features":[318,320]},{"name":"NDIS_PORT_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS","features":[318]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_PORT_AUTHORIZATION_STATE","features":[318]},{"name":"NDIS_PORT_CHARACTERISTICS","features":[318,320]},{"name":"NDIS_PORT_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_PORT_CHAR_USE_DEFAULT_AUTH_SETTINGS","features":[318]},{"name":"NDIS_PORT_CONTROL_STATE","features":[318]},{"name":"NDIS_PORT_STATE","features":[318,320]},{"name":"NDIS_PORT_STATE_REVISION_1","features":[318]},{"name":"NDIS_PORT_TYPE","features":[318]},{"name":"NDIS_POWER_PROFILE","features":[318]},{"name":"NDIS_PROC","features":[318]},{"name":"NDIS_PROCESSOR_TYPE","features":[318]},{"name":"NDIS_PROCESSOR_VENDOR","features":[318]},{"name":"NDIS_PROC_CALLBACK","features":[318]},{"name":"NDIS_PROTOCOL_BLOCK","features":[318]},{"name":"NDIS_PROTOCOL_CO_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_PROTOCOL_DRIVER_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_PROTOCOL_DRIVER_CHARACTERISTICS_REVISION_2","features":[318]},{"name":"NDIS_PROTOCOL_DRIVER_SUPPORTS_CURRENT_MAC_ADDRESS_CHANGE","features":[318]},{"name":"NDIS_PROTOCOL_DRIVER_SUPPORTS_L2_MTU_SIZE_CHANGE","features":[318]},{"name":"NDIS_PROTOCOL_ID_DEFAULT","features":[318]},{"name":"NDIS_PROTOCOL_ID_IP6","features":[318]},{"name":"NDIS_PROTOCOL_ID_IPX","features":[318]},{"name":"NDIS_PROTOCOL_ID_MASK","features":[318]},{"name":"NDIS_PROTOCOL_ID_MAX","features":[318]},{"name":"NDIS_PROTOCOL_ID_NBF","features":[318]},{"name":"NDIS_PROTOCOL_ID_TCP_IP","features":[318]},{"name":"NDIS_PROTOCOL_MAJOR_VERSION","features":[318]},{"name":"NDIS_PROTOCOL_MINIMUM_MAJOR_VERSION","features":[318]},{"name":"NDIS_PROTOCOL_MINIMUM_MINOR_VERSION","features":[318]},{"name":"NDIS_PROTOCOL_MINOR_VERSION","features":[318]},{"name":"NDIS_PROTOCOL_PAUSE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_PROTOCOL_RESTART_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_PROT_OPTION_ESTIMATED_LENGTH","features":[318]},{"name":"NDIS_PROT_OPTION_NO_LOOPBACK","features":[318]},{"name":"NDIS_PROT_OPTION_NO_RSVD_ON_RCVPKT","features":[318]},{"name":"NDIS_PROT_OPTION_SEND_RESTRICTED","features":[318]},{"name":"NDIS_QOS_ACTION_MAXIMUM","features":[318]},{"name":"NDIS_QOS_ACTION_PRIORITY","features":[318]},{"name":"NDIS_QOS_CAPABILITIES_CEE_DCBX_SUPPORTED","features":[318]},{"name":"NDIS_QOS_CAPABILITIES_IEEE_DCBX_SUPPORTED","features":[318]},{"name":"NDIS_QOS_CAPABILITIES_MACSEC_BYPASS_SUPPORTED","features":[318]},{"name":"NDIS_QOS_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_QOS_CAPABILITIES_STRICT_TSA_SUPPORTED","features":[318]},{"name":"NDIS_QOS_CLASSIFICATION_ELEMENT_REVISION_1","features":[318]},{"name":"NDIS_QOS_CLASSIFICATION_ENFORCED_BY_MINIPORT","features":[318]},{"name":"NDIS_QOS_CLASSIFICATION_SET_BY_MINIPORT_MASK","features":[318]},{"name":"NDIS_QOS_CONDITION_DEFAULT","features":[318]},{"name":"NDIS_QOS_CONDITION_ETHERTYPE","features":[318]},{"name":"NDIS_QOS_CONDITION_MAXIMUM","features":[318]},{"name":"NDIS_QOS_CONDITION_NETDIRECT_PORT","features":[318]},{"name":"NDIS_QOS_CONDITION_RESERVED","features":[318]},{"name":"NDIS_QOS_CONDITION_TCP_OR_UDP_PORT","features":[318]},{"name":"NDIS_QOS_CONDITION_TCP_PORT","features":[318]},{"name":"NDIS_QOS_CONDITION_UDP_PORT","features":[318]},{"name":"NDIS_QOS_DEFAULT_SQ_ID","features":[318]},{"name":"NDIS_QOS_MAXIMUM_PRIORITIES","features":[318]},{"name":"NDIS_QOS_MAXIMUM_TRAFFIC_CLASSES","features":[318]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_2","features":[318]},{"name":"NDIS_QOS_OFFLOAD_CAPS_GFT_SQ","features":[318]},{"name":"NDIS_QOS_OFFLOAD_CAPS_STANDARD_SQ","features":[318]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CHANGED","features":[318]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CONFIGURED","features":[318]},{"name":"NDIS_QOS_PARAMETERS_ETS_CHANGED","features":[318]},{"name":"NDIS_QOS_PARAMETERS_ETS_CONFIGURED","features":[318]},{"name":"NDIS_QOS_PARAMETERS_PFC_CHANGED","features":[318]},{"name":"NDIS_QOS_PARAMETERS_PFC_CONFIGURED","features":[318]},{"name":"NDIS_QOS_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_QOS_PARAMETERS_WILLING","features":[318]},{"name":"NDIS_QOS_SQ_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_QOS_SQ_PARAMETERS_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_QOS_SQ_RECEIVE_CAP_ENABLED","features":[318]},{"name":"NDIS_QOS_SQ_STATS_REVISION_1","features":[318]},{"name":"NDIS_QOS_SQ_TRANSMIT_CAP_ENABLED","features":[318]},{"name":"NDIS_QOS_SQ_TRANSMIT_RESERVATION_ENABLED","features":[318]},{"name":"NDIS_QOS_TSA_CBS","features":[318]},{"name":"NDIS_QOS_TSA_ETS","features":[318]},{"name":"NDIS_QOS_TSA_MAXIMUM","features":[318]},{"name":"NDIS_QOS_TSA_STRICT","features":[318]},{"name":"NDIS_RECEIVE_FILTER_ANY_VLAN_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_OPERATION_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SPA_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_TPA_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_2","features":[318]},{"name":"NDIS_RECEIVE_FILTER_CLEAR_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_FOR_DEFAULT_QUEUE_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_FIELD_MAC_HEADER_VLAN_UNTAGGED_OR_ZERO","features":[318]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_RECEIVE_FILTER_FLAGS_RESERVED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_MIN_OF_QUEUES_MODE","features":[318]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_SUM_OF_QUEUES_MODE","features":[318]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_2","features":[318]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_VPORT_ID_SPECIFIED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_INFO_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_FILTER_INTERRUPT_VECTOR_COALESCING_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_PROTOCOL_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_PROTOCOL_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_LOOKAHEAD_SPLIT_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_DEST_ADDR_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PACKET_TYPE_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PRIORITY_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PROTOCOL_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SOURCE_ADDR_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_VLAN_ID_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_MOVE_FILTER_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_FILTER_MSI_X_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_FILTERS_ENABLED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_SUPPORTED_ON_DEFAULT_QUEUE","features":[318]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION","features":[318]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION_GRE","features":[318]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_RECEIVE_FILTER_QUEUE_STATE_CHANGE_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_FILTER_RESERVED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_EQUAL_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_MASK_EQUAL_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_NOT_EQUAL_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_DEST_PORT_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_VMQ_FILTERS_ENABLED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUES_ENABLED","features":[318]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUE_SUPPORTED","features":[318]},{"name":"NDIS_RECEIVE_FLAGS_DISPATCH_LEVEL","features":[318]},{"name":"NDIS_RECEIVE_FLAGS_MORE_NBLS","features":[318]},{"name":"NDIS_RECEIVE_FLAGS_PERFECT_FILTERED","features":[318]},{"name":"NDIS_RECEIVE_FLAGS_RESOURCES","features":[318]},{"name":"NDIS_RECEIVE_FLAGS_SHARED_MEMORY_INFO_VALID","features":[318]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_ETHER_TYPE","features":[318]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_QUEUE","features":[318]},{"name":"NDIS_RECEIVE_FLAGS_SINGLE_VLAN","features":[318]},{"name":"NDIS_RECEIVE_FLAGS_SWITCH_DESTINATION_GROUP","features":[318]},{"name":"NDIS_RECEIVE_FLAGS_SWITCH_SINGLE_SOURCE","features":[318]},{"name":"NDIS_RECEIVE_HASH_FLAG_ENABLE_HASH","features":[318]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_INFO_UNCHANGED","features":[318]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_KEY_UNCHANGED","features":[318]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS","features":[318]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_FREE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_INFO_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_2","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_CHANGE_MASK","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_FLAGS_CHANGED","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_INTERRUPT_COALESCING_DOMAIN_ID_CHANGED","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_LOOKAHEAD_SPLIT_REQUIRED","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_NAME_CHANGED","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PER_QUEUE_RECEIVE_INDICATION","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PROCESSOR_AFFINITY_CHANGED","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_QOS_SQ_ID_CHANGED","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_3","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_SUGGESTED_RECV_BUFFER_NUMBERS_CHANGED","features":[318]},{"name":"NDIS_RECEIVE_QUEUE_STATE_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES","features":[318]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_2","features":[318]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_3","features":[318]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS","features":[318]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_3","features":[318]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_V2_REVISION_1","features":[318]},{"name":"NDIS_RECEIVE_SCALE_PARAM_ENABLE_RSS","features":[318]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_INFO_CHANGED","features":[318]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_KEY_CHANGED","features":[318]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_ENTRIES_CHANGED","features":[318]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_QUEUES_CHANGED","features":[318]},{"name":"NDIS_REQUEST_TYPE","features":[318]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_MAX_LOOKAHEAD_ACCESSED_DEFINED","features":[318]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_REVISION_1","features":[318]},{"name":"NDIS_RESTART_GENERAL_ATTRIBUTES_REVISION_2","features":[318]},{"name":"NDIS_RETURN_FLAGS_DISPATCH_LEVEL","features":[318]},{"name":"NDIS_RETURN_FLAGS_SINGLE_QUEUE","features":[318]},{"name":"NDIS_RETURN_FLAGS_SWITCH_SINGLE_SOURCE","features":[318]},{"name":"NDIS_RING_AUTO_REMOVAL_ERROR","features":[318]},{"name":"NDIS_RING_COUNTER_OVERFLOW","features":[318]},{"name":"NDIS_RING_HARD_ERROR","features":[318]},{"name":"NDIS_RING_LOBE_WIRE_FAULT","features":[318]},{"name":"NDIS_RING_REMOVE_RECEIVED","features":[318]},{"name":"NDIS_RING_RING_RECOVERY","features":[318]},{"name":"NDIS_RING_SIGNAL_LOSS","features":[318]},{"name":"NDIS_RING_SINGLE_STATION","features":[318]},{"name":"NDIS_RING_SOFT_ERROR","features":[318]},{"name":"NDIS_RING_TRANSMIT_BEACON","features":[318]},{"name":"NDIS_ROUTING_DOMAIN_ENTRY_REVISION_1","features":[318]},{"name":"NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_REVISION_1","features":[318]},{"name":"NDIS_RSC_STATISTICS_REVISION_1","features":[318]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_DPC","features":[318]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_ISR","features":[318]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV4","features":[318]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6","features":[318]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6_EX","features":[318]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV4","features":[318]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6","features":[318]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6_EX","features":[318]},{"name":"NDIS_RSS_CAPS_MESSAGE_SIGNALED_INTERRUPTS","features":[318]},{"name":"NDIS_RSS_CAPS_RSS_AVAILABLE_ON_PORTS","features":[318]},{"name":"NDIS_RSS_CAPS_SUPPORTS_INDEPENDENT_ENTRY_MOVE","features":[318]},{"name":"NDIS_RSS_CAPS_SUPPORTS_MSI_X","features":[318]},{"name":"NDIS_RSS_CAPS_USING_MSI_X","features":[318]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_1","features":[318]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_2","features":[318]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_3","features":[318]},{"name":"NDIS_RSS_HASH_SECRET_KEY_SIZE_REVISION_1","features":[318]},{"name":"NDIS_RSS_INDIRECTION_TABLE_MAX_SIZE_REVISION_1","features":[318]},{"name":"NDIS_RSS_INDIRECTION_TABLE_SIZE_REVISION_1","features":[318]},{"name":"NDIS_RSS_PARAM_FLAG_BASE_CPU_UNCHANGED","features":[318]},{"name":"NDIS_RSS_PARAM_FLAG_DEFAULT_PROCESSOR_UNCHANGED","features":[318]},{"name":"NDIS_RSS_PARAM_FLAG_DISABLE_RSS","features":[318]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_INFO_UNCHANGED","features":[318]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_KEY_UNCHANGED","features":[318]},{"name":"NDIS_RSS_PARAM_FLAG_ITABLE_UNCHANGED","features":[318]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_1","features":[318]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_2","features":[318]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRIES_REVISION_1","features":[318]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_DEFAULT_PROCESSOR","features":[318]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_PRIMARY_PROCESSOR","features":[318]},{"name":"NDIS_RUNTIME_VERSION_60","features":[318]},{"name":"NDIS_RWL_AT_DISPATCH_LEVEL","features":[318]},{"name":"NDIS_RW_LOCK","features":[318,305]},{"name":"NDIS_RW_LOCK_REFCOUNT","features":[318]},{"name":"NDIS_SCATTER_GATHER_LIST_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SEND_COMPLETE_FLAGS_DISPATCH_LEVEL","features":[318]},{"name":"NDIS_SEND_COMPLETE_FLAGS_SINGLE_QUEUE","features":[318]},{"name":"NDIS_SEND_COMPLETE_FLAGS_SWITCH_SINGLE_SOURCE","features":[318]},{"name":"NDIS_SEND_FLAGS_CHECK_FOR_LOOPBACK","features":[318]},{"name":"NDIS_SEND_FLAGS_DISPATCH_LEVEL","features":[318]},{"name":"NDIS_SEND_FLAGS_SINGLE_QUEUE","features":[318]},{"name":"NDIS_SEND_FLAGS_SWITCH_DESTINATION_GROUP","features":[318]},{"name":"NDIS_SEND_FLAGS_SWITCH_SINGLE_SOURCE","features":[318]},{"name":"NDIS_SG_DMA_64_BIT_ADDRESS","features":[318]},{"name":"NDIS_SG_DMA_DESCRIPTION_REVISION_1","features":[318]},{"name":"NDIS_SG_DMA_DESCRIPTION_REVISION_2","features":[318]},{"name":"NDIS_SG_DMA_HYBRID_DMA","features":[318]},{"name":"NDIS_SG_DMA_V3_HAL_API","features":[318]},{"name":"NDIS_SG_LIST_WRITE_TO_DEVICE","features":[318]},{"name":"NDIS_SHARED_MEMORY_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SHARED_MEMORY_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_SHARED_MEMORY_PROVIDER_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_SHARED_MEMORY_PROVIDER_CHAR_SUPPORTS_PF_VPORTS","features":[318]},{"name":"NDIS_SHARED_MEM_PARAMETERS_CONTIGOUS","features":[318]},{"name":"NDIS_SHARED_MEM_PARAMETERS_CONTIGUOUS","features":[318]},{"name":"NDIS_SIZEOF_NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[318]},{"name":"NDIS_SPIN_LOCK","features":[318]},{"name":"NDIS_SRIOV_BAR_RESOURCES_INFO_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_CAPS_PF_MINIPORT","features":[318]},{"name":"NDIS_SRIOV_CAPS_SRIOV_SUPPORTED","features":[318]},{"name":"NDIS_SRIOV_CAPS_VF_MINIPORT","features":[318]},{"name":"NDIS_SRIOV_CONFIG_STATE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_OVERLYING_ADAPTER_INFO_VERSION_1","features":[318]},{"name":"NDIS_SRIOV_PF_LUID_INFO_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_PROBED_BARS_INFO_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_RESET_VF_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_SET_VF_POWER_STATE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_VF_INVALIDATE_CONFIG_BLOCK_INFO_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_VF_SERIAL_NUMBER_INFO_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_VF_VENDOR_DEVICE_ID_INFO_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_STATISTICS_BROADCAST_BYTES_RCV_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_BROADCAST_BYTES_XMIT_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_BROADCAST_FRAMES_RCV_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_BROADCAST_FRAMES_XMIT_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_BYTES_RCV_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_BYTES_XMIT_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_DIRECTED_BYTES_RCV_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_DIRECTED_BYTES_XMIT_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_DIRECTED_FRAMES_RCV_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_DIRECTED_FRAMES_XMIT_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_RCV","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_XMIT","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_RCV","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_XMIT","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_RCV","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_XMIT","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_RCV","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_XMIT","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_RCV","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_XMIT","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_RCV","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_XMIT","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_RCV","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_XMIT","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_DISCARDS","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_ERROR","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_DISCARDS","features":[318]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_ERROR","features":[318]},{"name":"NDIS_STATISTICS_GEN_STATISTICS_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_INFO","features":[318]},{"name":"NDIS_STATISTICS_INFO_REVISION_1","features":[318]},{"name":"NDIS_STATISTICS_MULTICAST_BYTES_RCV_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_MULTICAST_BYTES_XMIT_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_MULTICAST_FRAMES_RCV_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_MULTICAST_FRAMES_XMIT_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_RCV_CRC_ERROR_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_RCV_DISCARDS_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_RCV_ERROR_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_RCV_NO_BUFFER_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_RCV_OK_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_TRANSMIT_QUEUE_LENGTH_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_VALUE","features":[318]},{"name":"NDIS_STATISTICS_VALUE_EX","features":[318]},{"name":"NDIS_STATISTICS_XMIT_DISCARDS_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_XMIT_ERROR_SUPPORTED","features":[318]},{"name":"NDIS_STATISTICS_XMIT_OK_SUPPORTED","features":[318]},{"name":"NDIS_STATUS_INDICATION_FLAGS_MEDIA_CONNECT_TO_CONNECT","features":[318]},{"name":"NDIS_STATUS_INDICATION_FLAGS_NDIS_RESERVED","features":[318]},{"name":"NDIS_STATUS_INDICATION_REVISION_1","features":[318]},{"name":"NDIS_SUPPORTED_PAUSE_FUNCTIONS","features":[318]},{"name":"NDIS_SUPPORT_60_COMPATIBLE_API","features":[318]},{"name":"NDIS_SUPPORT_NDIS6","features":[318]},{"name":"NDIS_SUPPORT_NDIS61","features":[318]},{"name":"NDIS_SUPPORT_NDIS620","features":[318]},{"name":"NDIS_SUPPORT_NDIS630","features":[318]},{"name":"NDIS_SUPPORT_NDIS640","features":[318]},{"name":"NDIS_SUPPORT_NDIS650","features":[318]},{"name":"NDIS_SUPPORT_NDIS651","features":[318]},{"name":"NDIS_SUPPORT_NDIS660","features":[318]},{"name":"NDIS_SUPPORT_NDIS670","features":[318]},{"name":"NDIS_SUPPORT_NDIS680","features":[318]},{"name":"NDIS_SUPPORT_NDIS681","features":[318]},{"name":"NDIS_SUPPORT_NDIS682","features":[318]},{"name":"NDIS_SUPPORT_NDIS683","features":[318]},{"name":"NDIS_SUPPORT_NDIS684","features":[318]},{"name":"NDIS_SUPPORT_NDIS685","features":[318]},{"name":"NDIS_SUPPORT_NDIS686","features":[318]},{"name":"NDIS_SUPPORT_NDIS687","features":[318]},{"name":"NDIS_SWITCH_COPY_NBL_INFO_FLAGS_PRESERVE_DESTINATIONS","features":[318]},{"name":"NDIS_SWITCH_COPY_NBL_INFO_FLAGS_PRESERVE_SWITCH_INFO_ONLY","features":[318]},{"name":"NDIS_SWITCH_DEFAULT_NIC_INDEX","features":[318]},{"name":"NDIS_SWITCH_DEFAULT_PORT_ID","features":[318]},{"name":"NDIS_SWITCH_FEATURE_STATUS_CUSTOM_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_FORWARDING_DESTINATION_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_NET_BUFFER_LIST_CONTEXT_TYPE_INFO_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_NIC_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_NIC_FLAGS_MAPPED_NIC_UPDATED","features":[318]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_INITIALIZING","features":[318]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED","features":[318]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED_LM","features":[318]},{"name":"NDIS_SWITCH_NIC_OID_REQUEST_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_2","features":[318]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_2","features":[318]},{"name":"NDIS_SWITCH_NIC_STATUS_INDICATION_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_OBJECT_SERIALIZATION_VERSION_1","features":[318]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_PD_RESERVED_SIZE","features":[318]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_OPTIONAL_HANDLERS_REVISION_2","features":[318]},{"name":"NDIS_SWITCH_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_ARRAY_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_CUSTOM_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_RESTORING_PORT","features":[318]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_UNTRUSTED_INTERNAL_PORT","features":[318]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_CUSTOM_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ISOLATION_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PROFILE_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_2","features":[318]},{"name":"NDIS_SWITCH_PORT_PROPERTY_VLAN_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PROPERTY_CUSTOM_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_INFO_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_PROPERTY_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_SWITCH_REPORT_FILTERED_NBL_FLAGS_IS_INCOMING","features":[318]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_EX_REVISION_1","features":[318]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_REVISION_1","features":[318]},{"name":"NDIS_TASK_OFFLOAD_VERSION","features":[318]},{"name":"NDIS_TASK_TCP_LARGE_SEND_V0","features":[318]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD","features":[318]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_1","features":[318]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_2","features":[318]},{"name":"NDIS_TCP_IP_CHECKSUM_OFFLOAD","features":[318]},{"name":"NDIS_TCP_IP_CHECKSUM_PACKET_INFO","features":[318]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_IPv4","features":[318]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_IPv6","features":[318]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1","features":[318]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1_TYPE","features":[318]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2","features":[318]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2_TYPE","features":[318]},{"name":"NDIS_TCP_RECV_SEG_COALESC_OFFLOAD_REVISION_1","features":[318]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[318]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_TIMER","features":[307,318,308,305,312]},{"name":"NDIS_TIMER_CHARACTERISTICS_REVISION_1","features":[318]},{"name":"NDIS_TIMER_FUNCTION","features":[318]},{"name":"NDIS_TIMESTAMP_CAPABILITIES","features":[318,305]},{"name":"NDIS_TIMESTAMP_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_TIMESTAMP_CAPABILITY_FLAGS","features":[318,305]},{"name":"NDIS_UDP_SEGMENTATION_OFFLOAD_IPV4","features":[318]},{"name":"NDIS_UDP_SEGMENTATION_OFFLOAD_IPV6","features":[318]},{"name":"NDIS_VAR_DATA_DESC","features":[318]},{"name":"NDIS_WAN_FRAGMENT","features":[318]},{"name":"NDIS_WAN_GET_STATS","features":[318]},{"name":"NDIS_WAN_HEADER_FORMAT","features":[318]},{"name":"NDIS_WAN_LINE_DOWN","features":[318]},{"name":"NDIS_WAN_LINE_UP","features":[318,305]},{"name":"NDIS_WAN_MEDIUM_SUBTYPE","features":[318]},{"name":"NDIS_WAN_PROTOCOL_CAPS","features":[318]},{"name":"NDIS_WAN_QUALITY","features":[318]},{"name":"NDIS_WDF","features":[318]},{"name":"NDIS_WDM","features":[318]},{"name":"NDIS_WDM_DRIVER","features":[318]},{"name":"NDIS_WLAN_BSSID","features":[318]},{"name":"NDIS_WLAN_BSSID_EX","features":[318]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_ENABLED","features":[318]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_SUPPORTED","features":[318]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_ENABLED","features":[318]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_SUPPORTED","features":[318]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_ENABLED","features":[318]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_SUPPORTED","features":[318]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_ENABLED","features":[318]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_SUPPORTED","features":[318]},{"name":"NDIS_WMI_DEFAULT_METHOD_ID","features":[318]},{"name":"NDIS_WMI_ENUM_ADAPTER","features":[318,320]},{"name":"NDIS_WMI_ENUM_ADAPTER_REVISION_1","features":[318]},{"name":"NDIS_WMI_EVENT_HEADER","features":[318,320]},{"name":"NDIS_WMI_EVENT_HEADER_REVISION_1","features":[318]},{"name":"NDIS_WMI_IPSEC_OFFLOAD_V1","features":[318]},{"name":"NDIS_WMI_METHOD_HEADER","features":[318,320]},{"name":"NDIS_WMI_METHOD_HEADER_REVISION_1","features":[318]},{"name":"NDIS_WMI_OBJECT_TYPE_ENUM_ADAPTER","features":[318]},{"name":"NDIS_WMI_OBJECT_TYPE_EVENT","features":[318]},{"name":"NDIS_WMI_OBJECT_TYPE_METHOD","features":[318]},{"name":"NDIS_WMI_OBJECT_TYPE_OUTPUT_INFO","features":[318]},{"name":"NDIS_WMI_OBJECT_TYPE_SET","features":[318]},{"name":"NDIS_WMI_OFFLOAD","features":[318]},{"name":"NDIS_WMI_OUTPUT_INFO","features":[318]},{"name":"NDIS_WMI_PM_ACTIVE_CAPABILITIES_REVISION_1","features":[318]},{"name":"NDIS_WMI_PM_ADMIN_CONFIG_REVISION_1","features":[318]},{"name":"NDIS_WMI_RECEIVE_QUEUE_INFO_REVISION_1","features":[318]},{"name":"NDIS_WMI_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[318]},{"name":"NDIS_WMI_SET_HEADER","features":[318,320]},{"name":"NDIS_WMI_SET_HEADER_REVISION_1","features":[318]},{"name":"NDIS_WMI_TCP_CONNECTION_OFFLOAD","features":[318]},{"name":"NDIS_WMI_TCP_IP_CHECKSUM_OFFLOAD","features":[318]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V1","features":[318]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2","features":[318]},{"name":"NDIS_WORK_ITEM","features":[318]},{"name":"NDIS_WRAPPER_HANDLE","features":[318]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_ENABLED","features":[318]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_SUPPORTED","features":[318]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_ENABLED","features":[318]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_SUPPORTED","features":[318]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_ENABLED","features":[318]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_SUPPORTED","features":[318]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_ENABLED","features":[318]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_SUPPORTED","features":[318]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_ENABLED","features":[318]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_SUPPORTED","features":[318]},{"name":"NETWORK_ADDRESS","features":[318]},{"name":"NETWORK_ADDRESS_IP","features":[318]},{"name":"NETWORK_ADDRESS_IP6","features":[318]},{"name":"NETWORK_ADDRESS_IPX","features":[318]},{"name":"NETWORK_ADDRESS_LIST","features":[318]},{"name":"NET_BUFFER_LIST_POOL_FLAG_VERIFY","features":[318]},{"name":"NET_BUFFER_LIST_POOL_PARAMETERS_REVISION_1","features":[318]},{"name":"NET_BUFFER_LIST_POOL_PARAMETERS_REVISION_2","features":[318]},{"name":"NET_BUFFER_POOL_FLAG_VERIFY","features":[318]},{"name":"NET_BUFFER_POOL_PARAMETERS_REVISION_1","features":[318]},{"name":"NET_BUFFER_POOL_PARAMETERS_REVISION_2","features":[318]},{"name":"NET_DEVICE_PNP_EVENT_REVISION_1","features":[318]},{"name":"NET_EVENT_FLAGS_VPORT_ID_VALID","features":[318]},{"name":"NET_EVENT_HALT_MINIPORT_ON_LOW_POWER","features":[318]},{"name":"NET_PNP_EVENT_NOTIFICATION_REVISION_1","features":[318]},{"name":"NET_PNP_EVENT_NOTIFICATION_REVISION_2","features":[318]},{"name":"NULL_FILTER","features":[318]},{"name":"Ndis802_11AuthModeAutoSwitch","features":[318]},{"name":"Ndis802_11AuthModeMax","features":[318]},{"name":"Ndis802_11AuthModeOpen","features":[318]},{"name":"Ndis802_11AuthModeShared","features":[318]},{"name":"Ndis802_11AuthModeWPA","features":[318]},{"name":"Ndis802_11AuthModeWPA2","features":[318]},{"name":"Ndis802_11AuthModeWPA2PSK","features":[318]},{"name":"Ndis802_11AuthModeWPA3","features":[318]},{"name":"Ndis802_11AuthModeWPA3Ent","features":[318]},{"name":"Ndis802_11AuthModeWPA3Ent192","features":[318]},{"name":"Ndis802_11AuthModeWPA3SAE","features":[318]},{"name":"Ndis802_11AuthModeWPANone","features":[318]},{"name":"Ndis802_11AuthModeWPAPSK","features":[318]},{"name":"Ndis802_11AutoUnknown","features":[318]},{"name":"Ndis802_11Automode","features":[318]},{"name":"Ndis802_11DS","features":[318]},{"name":"Ndis802_11Encryption1Enabled","features":[318]},{"name":"Ndis802_11Encryption1KeyAbsent","features":[318]},{"name":"Ndis802_11Encryption2Enabled","features":[318]},{"name":"Ndis802_11Encryption2KeyAbsent","features":[318]},{"name":"Ndis802_11Encryption3Enabled","features":[318]},{"name":"Ndis802_11Encryption3KeyAbsent","features":[318]},{"name":"Ndis802_11EncryptionDisabled","features":[318]},{"name":"Ndis802_11EncryptionNotSupported","features":[318]},{"name":"Ndis802_11FH","features":[318]},{"name":"Ndis802_11IBSS","features":[318]},{"name":"Ndis802_11Infrastructure","features":[318]},{"name":"Ndis802_11InfrastructureMax","features":[318]},{"name":"Ndis802_11MediaStreamOff","features":[318]},{"name":"Ndis802_11MediaStreamOn","features":[318]},{"name":"Ndis802_11NetworkTypeMax","features":[318]},{"name":"Ndis802_11OFDM24","features":[318]},{"name":"Ndis802_11OFDM5","features":[318]},{"name":"Ndis802_11PowerModeCAM","features":[318]},{"name":"Ndis802_11PowerModeFast_PSP","features":[318]},{"name":"Ndis802_11PowerModeMAX_PSP","features":[318]},{"name":"Ndis802_11PowerModeMax","features":[318]},{"name":"Ndis802_11PrivFilter8021xWEP","features":[318]},{"name":"Ndis802_11PrivFilterAcceptAll","features":[318]},{"name":"Ndis802_11RadioStatusHardwareOff","features":[318]},{"name":"Ndis802_11RadioStatusHardwareSoftwareOff","features":[318]},{"name":"Ndis802_11RadioStatusMax","features":[318]},{"name":"Ndis802_11RadioStatusOn","features":[318]},{"name":"Ndis802_11RadioStatusSoftwareOff","features":[318]},{"name":"Ndis802_11ReloadWEPKeys","features":[318]},{"name":"Ndis802_11StatusTypeMax","features":[318]},{"name":"Ndis802_11StatusType_Authentication","features":[318]},{"name":"Ndis802_11StatusType_MediaStreamMode","features":[318]},{"name":"Ndis802_11StatusType_PMKID_CandidateList","features":[318]},{"name":"Ndis802_11WEPDisabled","features":[318]},{"name":"Ndis802_11WEPEnabled","features":[318]},{"name":"Ndis802_11WEPKeyAbsent","features":[318]},{"name":"Ndis802_11WEPNotSupported","features":[318]},{"name":"NdisAcquireReadWriteLock","features":[318,305]},{"name":"NdisAllocateMemoryWithTag","features":[318]},{"name":"NdisCancelTimer","features":[307,318,308,305,312]},{"name":"NdisClAddParty","features":[318]},{"name":"NdisClCloseAddressFamily","features":[318]},{"name":"NdisClCloseCall","features":[318]},{"name":"NdisClDeregisterSap","features":[318]},{"name":"NdisClDropParty","features":[318]},{"name":"NdisClGetProtocolVcContextFromTapiCallId","features":[318,305]},{"name":"NdisClIncomingCallComplete","features":[318]},{"name":"NdisClMakeCall","features":[318]},{"name":"NdisClModifyCallQoS","features":[318]},{"name":"NdisClRegisterSap","features":[318]},{"name":"NdisClass802_3Priority","features":[318]},{"name":"NdisClassAtmAALInfo","features":[318]},{"name":"NdisClassIrdaPacketInfo","features":[318]},{"name":"NdisClassWirelessWanMbxMailbox","features":[318]},{"name":"NdisCloseConfiguration","features":[318]},{"name":"NdisCloseFile","features":[318]},{"name":"NdisCmActivateVc","features":[318]},{"name":"NdisCmAddPartyComplete","features":[318]},{"name":"NdisCmCloseAddressFamilyComplete","features":[318]},{"name":"NdisCmCloseCallComplete","features":[318]},{"name":"NdisCmDeactivateVc","features":[318]},{"name":"NdisCmDeregisterSapComplete","features":[318]},{"name":"NdisCmDispatchCallConnected","features":[318]},{"name":"NdisCmDispatchIncomingCall","features":[318]},{"name":"NdisCmDispatchIncomingCallQoSChange","features":[318]},{"name":"NdisCmDispatchIncomingCloseCall","features":[318]},{"name":"NdisCmDispatchIncomingDropParty","features":[318]},{"name":"NdisCmDropPartyComplete","features":[318]},{"name":"NdisCmMakeCallComplete","features":[318]},{"name":"NdisCmModifyCallQoSComplete","features":[318]},{"name":"NdisCmOpenAddressFamilyComplete","features":[318]},{"name":"NdisCmRegisterSapComplete","features":[318]},{"name":"NdisCoAssignInstanceName","features":[318,305]},{"name":"NdisCoCreateVc","features":[318]},{"name":"NdisCoDeleteVc","features":[318]},{"name":"NdisCoGetTapiCallId","features":[318]},{"name":"NdisCompleteDmaTransfer","features":[307,318,305]},{"name":"NdisCopyBuffer","features":[307,318]},{"name":"NdisDefinitelyNetworkChange","features":[318]},{"name":"NdisDeregisterTdiCallBack","features":[318]},{"name":"NdisDevicePnPEventMaximum","features":[318]},{"name":"NdisDevicePnPEventPowerProfileChanged","features":[318]},{"name":"NdisDevicePnPEventQueryRemoved","features":[318]},{"name":"NdisDevicePnPEventQueryStopped","features":[318]},{"name":"NdisDevicePnPEventRemoved","features":[318]},{"name":"NdisDevicePnPEventStopped","features":[318]},{"name":"NdisDevicePnPEventSurpriseRemoved","features":[318]},{"name":"NdisDeviceStateD0","features":[318]},{"name":"NdisDeviceStateD1","features":[318]},{"name":"NdisDeviceStateD2","features":[318]},{"name":"NdisDeviceStateD3","features":[318]},{"name":"NdisDeviceStateMaximum","features":[318]},{"name":"NdisDeviceStateUnspecified","features":[318]},{"name":"NdisEnvironmentWindows","features":[318]},{"name":"NdisEnvironmentWindowsNt","features":[318]},{"name":"NdisFddiRingDetect","features":[318]},{"name":"NdisFddiRingDirected","features":[318]},{"name":"NdisFddiRingIsolated","features":[318]},{"name":"NdisFddiRingNonOperational","features":[318]},{"name":"NdisFddiRingNonOperationalDup","features":[318]},{"name":"NdisFddiRingOperational","features":[318]},{"name":"NdisFddiRingOperationalDup","features":[318]},{"name":"NdisFddiRingTrace","features":[318]},{"name":"NdisFddiStateActive","features":[318]},{"name":"NdisFddiStateBreak","features":[318]},{"name":"NdisFddiStateConnect","features":[318]},{"name":"NdisFddiStateJoin","features":[318]},{"name":"NdisFddiStateMaintenance","features":[318]},{"name":"NdisFddiStateNext","features":[318]},{"name":"NdisFddiStateOff","features":[318]},{"name":"NdisFddiStateSignal","features":[318]},{"name":"NdisFddiStateTrace","features":[318]},{"name":"NdisFddiStateVerify","features":[318]},{"name":"NdisFddiTypeCWrapA","features":[318]},{"name":"NdisFddiTypeCWrapB","features":[318]},{"name":"NdisFddiTypeCWrapS","features":[318]},{"name":"NdisFddiTypeIsolated","features":[318]},{"name":"NdisFddiTypeLocalA","features":[318]},{"name":"NdisFddiTypeLocalAB","features":[318]},{"name":"NdisFddiTypeLocalB","features":[318]},{"name":"NdisFddiTypeLocalS","features":[318]},{"name":"NdisFddiTypeThrough","features":[318]},{"name":"NdisFddiTypeWrapA","features":[318]},{"name":"NdisFddiTypeWrapAB","features":[318]},{"name":"NdisFddiTypeWrapB","features":[318]},{"name":"NdisFddiTypeWrapS","features":[318]},{"name":"NdisFreeMemory","features":[318]},{"name":"NdisGeneratePartialCancelId","features":[318]},{"name":"NdisGetCurrentProcessorCounts","features":[318]},{"name":"NdisGetCurrentProcessorCpuUsage","features":[318]},{"name":"NdisGetRoutineAddress","features":[318,305]},{"name":"NdisGetSharedDataAlignment","features":[318]},{"name":"NdisGetVersion","features":[318]},{"name":"NdisHardwareStatusClosing","features":[318]},{"name":"NdisHardwareStatusInitializing","features":[318]},{"name":"NdisHardwareStatusNotReady","features":[318]},{"name":"NdisHardwareStatusReady","features":[318]},{"name":"NdisHardwareStatusReset","features":[318]},{"name":"NdisHashFunctionReserved1","features":[318]},{"name":"NdisHashFunctionReserved2","features":[318]},{"name":"NdisHashFunctionReserved3","features":[318]},{"name":"NdisHashFunctionToeplitz","features":[318]},{"name":"NdisIMAssociateMiniport","features":[318]},{"name":"NdisIMCancelInitializeDeviceInstance","features":[318,305]},{"name":"NdisIMDeInitializeDeviceInstance","features":[318]},{"name":"NdisIMGetBindingContext","features":[318]},{"name":"NdisIMInitializeDeviceInstanceEx","features":[318,305]},{"name":"NdisInitializeEvent","features":[307,318,305,312]},{"name":"NdisInitializeReadWriteLock","features":[318,305]},{"name":"NdisInitializeString","features":[318,305]},{"name":"NdisInitializeTimer","features":[307,318,308,305,312]},{"name":"NdisInterface1394","features":[318]},{"name":"NdisInterfaceCBus","features":[318]},{"name":"NdisInterfaceEisa","features":[318]},{"name":"NdisInterfaceInternal","features":[318]},{"name":"NdisInterfaceInternalPowerBus","features":[318]},{"name":"NdisInterfaceIrda","features":[318]},{"name":"NdisInterfaceIsa","features":[318]},{"name":"NdisInterfaceMPIBus","features":[318]},{"name":"NdisInterfaceMPSABus","features":[318]},{"name":"NdisInterfaceMca","features":[318]},{"name":"NdisInterfacePNPBus","features":[318]},{"name":"NdisInterfacePNPISABus","features":[318]},{"name":"NdisInterfacePcMcia","features":[318]},{"name":"NdisInterfacePci","features":[318]},{"name":"NdisInterfaceProcessorInternal","features":[318]},{"name":"NdisInterfaceTurboChannel","features":[318]},{"name":"NdisInterfaceUSB","features":[318]},{"name":"NdisInterruptModerationDisabled","features":[318]},{"name":"NdisInterruptModerationEnabled","features":[318]},{"name":"NdisInterruptModerationNotSupported","features":[318]},{"name":"NdisInterruptModerationUnknown","features":[318]},{"name":"NdisMAllocateSharedMemory","features":[318,305]},{"name":"NdisMAllocateSharedMemoryAsync","features":[318,305]},{"name":"NdisMCancelTimer","features":[307,318,308,305,312]},{"name":"NdisMCloseLog","features":[318]},{"name":"NdisMCmActivateVc","features":[318]},{"name":"NdisMCmCreateVc","features":[318]},{"name":"NdisMCmDeactivateVc","features":[318]},{"name":"NdisMCmDeleteVc","features":[318]},{"name":"NdisMCmRegisterAddressFamily","features":[318]},{"name":"NdisMCoActivateVcComplete","features":[318]},{"name":"NdisMCoDeactivateVcComplete","features":[318]},{"name":"NdisMCreateLog","features":[318]},{"name":"NdisMDeregisterDmaChannel","features":[318]},{"name":"NdisMDeregisterIoPortRange","features":[318]},{"name":"NdisMFlushLog","features":[318]},{"name":"NdisMFreeSharedMemory","features":[318,305]},{"name":"NdisMGetDeviceProperty","features":[307,318,310,308,305,309,311,312,313]},{"name":"NdisMGetDmaAlignment","features":[318]},{"name":"NdisMInitializeTimer","features":[307,318,308,305,312]},{"name":"NdisMMapIoSpace","features":[318]},{"name":"NdisMQueryAdapterInstanceName","features":[318,305]},{"name":"NdisMReadDmaCounter","features":[318]},{"name":"NdisMRegisterDmaChannel","features":[318,308,305]},{"name":"NdisMRegisterIoPortRange","features":[318]},{"name":"NdisMRemoveMiniport","features":[318]},{"name":"NdisMSetPeriodicTimer","features":[307,318,308,305,312]},{"name":"NdisMSleep","features":[318]},{"name":"NdisMUnmapIoSpace","features":[318]},{"name":"NdisMWriteLogData","features":[318]},{"name":"NdisMapFile","features":[318]},{"name":"NdisMaximumInterfaceType","features":[318]},{"name":"NdisMediaStateConnected","features":[318]},{"name":"NdisMediaStateDisconnected","features":[318]},{"name":"NdisMedium1394","features":[318]},{"name":"NdisMedium802_3","features":[318]},{"name":"NdisMedium802_5","features":[318]},{"name":"NdisMediumArcnet878_2","features":[318]},{"name":"NdisMediumArcnetRaw","features":[318]},{"name":"NdisMediumAtm","features":[318]},{"name":"NdisMediumBpc","features":[318]},{"name":"NdisMediumCoWan","features":[318]},{"name":"NdisMediumDix","features":[318]},{"name":"NdisMediumFddi","features":[318]},{"name":"NdisMediumIP","features":[318]},{"name":"NdisMediumInfiniBand","features":[318]},{"name":"NdisMediumIrda","features":[318]},{"name":"NdisMediumLocalTalk","features":[318]},{"name":"NdisMediumLoopback","features":[318]},{"name":"NdisMediumMax","features":[318]},{"name":"NdisMediumNative802_11","features":[318]},{"name":"NdisMediumTunnel","features":[318]},{"name":"NdisMediumWan","features":[318]},{"name":"NdisMediumWiMAX","features":[318]},{"name":"NdisMediumWirelessWan","features":[318]},{"name":"NdisNetworkChangeFromMediaConnect","features":[318]},{"name":"NdisNetworkChangeMax","features":[318]},{"name":"NdisOpenConfigurationKeyByIndex","features":[318,305]},{"name":"NdisOpenConfigurationKeyByName","features":[318,305]},{"name":"NdisOpenFile","features":[318,305]},{"name":"NdisParameterBinary","features":[318]},{"name":"NdisParameterHexInteger","features":[318]},{"name":"NdisParameterInteger","features":[318]},{"name":"NdisParameterMultiString","features":[318]},{"name":"NdisParameterString","features":[318]},{"name":"NdisPauseFunctionsReceiveOnly","features":[318]},{"name":"NdisPauseFunctionsSendAndReceive","features":[318]},{"name":"NdisPauseFunctionsSendOnly","features":[318]},{"name":"NdisPauseFunctionsUnknown","features":[318]},{"name":"NdisPauseFunctionsUnsupported","features":[318]},{"name":"NdisPhysicalMedium1394","features":[318]},{"name":"NdisPhysicalMedium802_3","features":[318]},{"name":"NdisPhysicalMedium802_5","features":[318]},{"name":"NdisPhysicalMediumBluetooth","features":[318]},{"name":"NdisPhysicalMediumCableModem","features":[318]},{"name":"NdisPhysicalMediumDSL","features":[318]},{"name":"NdisPhysicalMediumFibreChannel","features":[318]},{"name":"NdisPhysicalMediumInfiniband","features":[318]},{"name":"NdisPhysicalMediumIrda","features":[318]},{"name":"NdisPhysicalMediumMax","features":[318]},{"name":"NdisPhysicalMediumNative802_11","features":[318]},{"name":"NdisPhysicalMediumNative802_15_4","features":[318]},{"name":"NdisPhysicalMediumOther","features":[318]},{"name":"NdisPhysicalMediumPhoneLine","features":[318]},{"name":"NdisPhysicalMediumPowerLine","features":[318]},{"name":"NdisPhysicalMediumUWB","features":[318]},{"name":"NdisPhysicalMediumUnspecified","features":[318]},{"name":"NdisPhysicalMediumWiMax","features":[318]},{"name":"NdisPhysicalMediumWiredCoWan","features":[318]},{"name":"NdisPhysicalMediumWiredWAN","features":[318]},{"name":"NdisPhysicalMediumWirelessLan","features":[318]},{"name":"NdisPhysicalMediumWirelessWan","features":[318]},{"name":"NdisPortAuthorizationUnknown","features":[318]},{"name":"NdisPortAuthorized","features":[318]},{"name":"NdisPortControlStateControlled","features":[318]},{"name":"NdisPortControlStateUncontrolled","features":[318]},{"name":"NdisPortControlStateUnknown","features":[318]},{"name":"NdisPortReauthorizing","features":[318]},{"name":"NdisPortType8021xSupplicant","features":[318]},{"name":"NdisPortTypeBridge","features":[318]},{"name":"NdisPortTypeMax","features":[318]},{"name":"NdisPortTypeRasConnection","features":[318]},{"name":"NdisPortTypeUndefined","features":[318]},{"name":"NdisPortUnauthorized","features":[318]},{"name":"NdisPossibleNetworkChange","features":[318]},{"name":"NdisPowerProfileAcOnLine","features":[318]},{"name":"NdisPowerProfileBattery","features":[318]},{"name":"NdisProcessorAlpha","features":[318]},{"name":"NdisProcessorAmd64","features":[318]},{"name":"NdisProcessorArm","features":[318]},{"name":"NdisProcessorArm64","features":[318]},{"name":"NdisProcessorIA64","features":[318]},{"name":"NdisProcessorMips","features":[318]},{"name":"NdisProcessorPpc","features":[318]},{"name":"NdisProcessorVendorAuthenticAMD","features":[318]},{"name":"NdisProcessorVendorGenuinIntel","features":[318]},{"name":"NdisProcessorVendorGenuineIntel","features":[318]},{"name":"NdisProcessorVendorUnknown","features":[318]},{"name":"NdisProcessorX86","features":[318]},{"name":"NdisQueryAdapterInstanceName","features":[318,305]},{"name":"NdisQueryBindInstanceName","features":[318,305]},{"name":"NdisReEnumerateProtocolBindings","features":[318]},{"name":"NdisReadConfiguration","features":[318,305]},{"name":"NdisReadNetworkAddress","features":[318]},{"name":"NdisRegisterTdiCallBack","features":[318,305]},{"name":"NdisReleaseReadWriteLock","features":[318,305]},{"name":"NdisRequestClose","features":[318]},{"name":"NdisRequestGeneric1","features":[318]},{"name":"NdisRequestGeneric2","features":[318]},{"name":"NdisRequestGeneric3","features":[318]},{"name":"NdisRequestGeneric4","features":[318]},{"name":"NdisRequestOpen","features":[318]},{"name":"NdisRequestQueryInformation","features":[318]},{"name":"NdisRequestQueryStatistics","features":[318]},{"name":"NdisRequestReset","features":[318]},{"name":"NdisRequestSend","features":[318]},{"name":"NdisRequestSetInformation","features":[318]},{"name":"NdisRequestTransferData","features":[318]},{"name":"NdisReserved","features":[318]},{"name":"NdisResetEvent","features":[307,318,305,312]},{"name":"NdisRingStateClosed","features":[318]},{"name":"NdisRingStateClosing","features":[318]},{"name":"NdisRingStateOpenFailure","features":[318]},{"name":"NdisRingStateOpened","features":[318]},{"name":"NdisRingStateOpening","features":[318]},{"name":"NdisRingStateRingFailure","features":[318]},{"name":"NdisSetEvent","features":[307,318,305,312]},{"name":"NdisSetPeriodicTimer","features":[307,318,308,305,312]},{"name":"NdisSetTimer","features":[307,318,308,305,312]},{"name":"NdisSetTimerEx","features":[307,318,308,305,312]},{"name":"NdisSetupDmaTransfer","features":[307,318,305]},{"name":"NdisSystemProcessorCount","features":[318]},{"name":"NdisUnmapFile","features":[318]},{"name":"NdisUpdateSharedMemory","features":[318]},{"name":"NdisWaitEvent","features":[307,318,305,312]},{"name":"NdisWanErrorControl","features":[318]},{"name":"NdisWanHeaderEthernet","features":[318]},{"name":"NdisWanHeaderNative","features":[318]},{"name":"NdisWanMediumAgileVPN","features":[318]},{"name":"NdisWanMediumAtm","features":[318]},{"name":"NdisWanMediumFrameRelay","features":[318]},{"name":"NdisWanMediumGre","features":[318]},{"name":"NdisWanMediumHub","features":[318]},{"name":"NdisWanMediumIrda","features":[318]},{"name":"NdisWanMediumIsdn","features":[318]},{"name":"NdisWanMediumL2TP","features":[318]},{"name":"NdisWanMediumPPTP","features":[318]},{"name":"NdisWanMediumParallel","features":[318]},{"name":"NdisWanMediumPppoe","features":[318]},{"name":"NdisWanMediumSSTP","features":[318]},{"name":"NdisWanMediumSW56K","features":[318]},{"name":"NdisWanMediumSerial","features":[318]},{"name":"NdisWanMediumSonet","features":[318]},{"name":"NdisWanMediumSubTypeMax","features":[318]},{"name":"NdisWanMediumX_25","features":[318]},{"name":"NdisWanRaw","features":[318]},{"name":"NdisWanReliable","features":[318]},{"name":"NdisWriteConfiguration","features":[318,305]},{"name":"NdisWriteErrorLogEntry","features":[318]},{"name":"NdisWriteEventLogEntry","features":[318]},{"name":"OFFLOAD_ALGO_INFO","features":[318]},{"name":"OFFLOAD_CONF_ALGO","features":[318]},{"name":"OFFLOAD_INBOUND_SA","features":[318]},{"name":"OFFLOAD_INTEGRITY_ALGO","features":[318]},{"name":"OFFLOAD_IPSEC_ADD_SA","features":[318,305]},{"name":"OFFLOAD_IPSEC_ADD_UDPESP_SA","features":[318,305]},{"name":"OFFLOAD_IPSEC_CONF_3_DES","features":[318]},{"name":"OFFLOAD_IPSEC_CONF_DES","features":[318]},{"name":"OFFLOAD_IPSEC_CONF_MAX","features":[318]},{"name":"OFFLOAD_IPSEC_CONF_NONE","features":[318]},{"name":"OFFLOAD_IPSEC_CONF_RESERVED","features":[318]},{"name":"OFFLOAD_IPSEC_DELETE_SA","features":[318,305]},{"name":"OFFLOAD_IPSEC_DELETE_UDPESP_SA","features":[318,305]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MAX","features":[318]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MD5","features":[318]},{"name":"OFFLOAD_IPSEC_INTEGRITY_NONE","features":[318]},{"name":"OFFLOAD_IPSEC_INTEGRITY_SHA","features":[318]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_ENTRY","features":[318]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_IKE","features":[318]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_OTHER","features":[318]},{"name":"OFFLOAD_MAX_SAS","features":[318]},{"name":"OFFLOAD_OPERATION_E","features":[318]},{"name":"OFFLOAD_OUTBOUND_SA","features":[318]},{"name":"OFFLOAD_SECURITY_ASSOCIATION","features":[318]},{"name":"OID_1394_LOCAL_NODE_INFO","features":[318]},{"name":"OID_1394_VC_INFO","features":[318]},{"name":"OID_802_11_ADD_KEY","features":[318]},{"name":"OID_802_11_ADD_WEP","features":[318]},{"name":"OID_802_11_ASSOCIATION_INFORMATION","features":[318]},{"name":"OID_802_11_AUTHENTICATION_MODE","features":[318]},{"name":"OID_802_11_BSSID","features":[318]},{"name":"OID_802_11_BSSID_LIST","features":[318]},{"name":"OID_802_11_BSSID_LIST_SCAN","features":[318]},{"name":"OID_802_11_CAPABILITY","features":[318]},{"name":"OID_802_11_CONFIGURATION","features":[318]},{"name":"OID_802_11_DESIRED_RATES","features":[318]},{"name":"OID_802_11_DISASSOCIATE","features":[318]},{"name":"OID_802_11_ENCRYPTION_STATUS","features":[318]},{"name":"OID_802_11_FRAGMENTATION_THRESHOLD","features":[318]},{"name":"OID_802_11_INFRASTRUCTURE_MODE","features":[318]},{"name":"OID_802_11_MEDIA_STREAM_MODE","features":[318]},{"name":"OID_802_11_NETWORK_TYPES_SUPPORTED","features":[318]},{"name":"OID_802_11_NETWORK_TYPE_IN_USE","features":[318]},{"name":"OID_802_11_NON_BCAST_SSID_LIST","features":[318]},{"name":"OID_802_11_NUMBER_OF_ANTENNAS","features":[318]},{"name":"OID_802_11_PMKID","features":[318]},{"name":"OID_802_11_POWER_MODE","features":[318]},{"name":"OID_802_11_PRIVACY_FILTER","features":[318]},{"name":"OID_802_11_RADIO_STATUS","features":[318]},{"name":"OID_802_11_RELOAD_DEFAULTS","features":[318]},{"name":"OID_802_11_REMOVE_KEY","features":[318]},{"name":"OID_802_11_REMOVE_WEP","features":[318]},{"name":"OID_802_11_RSSI","features":[318]},{"name":"OID_802_11_RSSI_TRIGGER","features":[318]},{"name":"OID_802_11_RTS_THRESHOLD","features":[318]},{"name":"OID_802_11_RX_ANTENNA_SELECTED","features":[318]},{"name":"OID_802_11_SSID","features":[318]},{"name":"OID_802_11_STATISTICS","features":[318]},{"name":"OID_802_11_SUPPORTED_RATES","features":[318]},{"name":"OID_802_11_TEST","features":[318]},{"name":"OID_802_11_TX_ANTENNA_SELECTED","features":[318]},{"name":"OID_802_11_TX_POWER_LEVEL","features":[318]},{"name":"OID_802_11_WEP_STATUS","features":[318]},{"name":"OID_802_3_ADD_MULTICAST_ADDRESS","features":[318]},{"name":"OID_802_3_CURRENT_ADDRESS","features":[318]},{"name":"OID_802_3_DELETE_MULTICAST_ADDRESS","features":[318]},{"name":"OID_802_3_MAC_OPTIONS","features":[318]},{"name":"OID_802_3_MAXIMUM_LIST_SIZE","features":[318]},{"name":"OID_802_3_MULTICAST_LIST","features":[318]},{"name":"OID_802_3_PERMANENT_ADDRESS","features":[318]},{"name":"OID_802_3_RCV_ERROR_ALIGNMENT","features":[318]},{"name":"OID_802_3_RCV_OVERRUN","features":[318]},{"name":"OID_802_3_XMIT_DEFERRED","features":[318]},{"name":"OID_802_3_XMIT_HEARTBEAT_FAILURE","features":[318]},{"name":"OID_802_3_XMIT_LATE_COLLISIONS","features":[318]},{"name":"OID_802_3_XMIT_MAX_COLLISIONS","features":[318]},{"name":"OID_802_3_XMIT_MORE_COLLISIONS","features":[318]},{"name":"OID_802_3_XMIT_ONE_COLLISION","features":[318]},{"name":"OID_802_3_XMIT_TIMES_CRS_LOST","features":[318]},{"name":"OID_802_3_XMIT_UNDERRUN","features":[318]},{"name":"OID_802_5_ABORT_DELIMETERS","features":[318]},{"name":"OID_802_5_AC_ERRORS","features":[318]},{"name":"OID_802_5_BURST_ERRORS","features":[318]},{"name":"OID_802_5_CURRENT_ADDRESS","features":[318]},{"name":"OID_802_5_CURRENT_FUNCTIONAL","features":[318]},{"name":"OID_802_5_CURRENT_GROUP","features":[318]},{"name":"OID_802_5_CURRENT_RING_STATE","features":[318]},{"name":"OID_802_5_CURRENT_RING_STATUS","features":[318]},{"name":"OID_802_5_FRAME_COPIED_ERRORS","features":[318]},{"name":"OID_802_5_FREQUENCY_ERRORS","features":[318]},{"name":"OID_802_5_INTERNAL_ERRORS","features":[318]},{"name":"OID_802_5_LAST_OPEN_STATUS","features":[318]},{"name":"OID_802_5_LINE_ERRORS","features":[318]},{"name":"OID_802_5_LOST_FRAMES","features":[318]},{"name":"OID_802_5_PERMANENT_ADDRESS","features":[318]},{"name":"OID_802_5_TOKEN_ERRORS","features":[318]},{"name":"OID_ARCNET_CURRENT_ADDRESS","features":[318]},{"name":"OID_ARCNET_PERMANENT_ADDRESS","features":[318]},{"name":"OID_ARCNET_RECONFIGURATIONS","features":[318]},{"name":"OID_ATM_ACQUIRE_ACCESS_NET_RESOURCES","features":[318]},{"name":"OID_ATM_ALIGNMENT_REQUIRED","features":[318]},{"name":"OID_ATM_ASSIGNED_VPI","features":[318]},{"name":"OID_ATM_CALL_ALERTING","features":[318]},{"name":"OID_ATM_CALL_NOTIFY","features":[318]},{"name":"OID_ATM_CALL_PROCEEDING","features":[318]},{"name":"OID_ATM_CELLS_HEC_ERROR","features":[318]},{"name":"OID_ATM_DIGITAL_BROADCAST_VPIVCI","features":[318]},{"name":"OID_ATM_GET_NEAREST_FLOW","features":[318]},{"name":"OID_ATM_HW_CURRENT_ADDRESS","features":[318]},{"name":"OID_ATM_ILMI_VPIVCI","features":[318]},{"name":"OID_ATM_LECS_ADDRESS","features":[318]},{"name":"OID_ATM_MAX_AAL0_PACKET_SIZE","features":[318]},{"name":"OID_ATM_MAX_AAL1_PACKET_SIZE","features":[318]},{"name":"OID_ATM_MAX_AAL34_PACKET_SIZE","features":[318]},{"name":"OID_ATM_MAX_AAL5_PACKET_SIZE","features":[318]},{"name":"OID_ATM_MAX_ACTIVE_VCI_BITS","features":[318]},{"name":"OID_ATM_MAX_ACTIVE_VCS","features":[318]},{"name":"OID_ATM_MAX_ACTIVE_VPI_BITS","features":[318]},{"name":"OID_ATM_MY_IP_NM_ADDRESS","features":[318]},{"name":"OID_ATM_PARTY_ALERTING","features":[318]},{"name":"OID_ATM_RCV_CELLS_DROPPED","features":[318]},{"name":"OID_ATM_RCV_CELLS_OK","features":[318]},{"name":"OID_ATM_RCV_INVALID_VPI_VCI","features":[318]},{"name":"OID_ATM_RCV_REASSEMBLY_ERROR","features":[318]},{"name":"OID_ATM_RELEASE_ACCESS_NET_RESOURCES","features":[318]},{"name":"OID_ATM_SERVICE_ADDRESS","features":[318]},{"name":"OID_ATM_SIGNALING_VPIVCI","features":[318]},{"name":"OID_ATM_SUPPORTED_AAL_TYPES","features":[318]},{"name":"OID_ATM_SUPPORTED_SERVICE_CATEGORY","features":[318]},{"name":"OID_ATM_SUPPORTED_VC_RATES","features":[318]},{"name":"OID_ATM_XMIT_CELLS_OK","features":[318]},{"name":"OID_CO_ADDRESS_CHANGE","features":[318]},{"name":"OID_CO_ADD_ADDRESS","features":[318]},{"name":"OID_CO_ADD_PVC","features":[318]},{"name":"OID_CO_AF_CLOSE","features":[318]},{"name":"OID_CO_DELETE_ADDRESS","features":[318]},{"name":"OID_CO_DELETE_PVC","features":[318]},{"name":"OID_CO_GET_ADDRESSES","features":[318]},{"name":"OID_CO_GET_CALL_INFORMATION","features":[318]},{"name":"OID_CO_SIGNALING_DISABLED","features":[318]},{"name":"OID_CO_SIGNALING_ENABLED","features":[318]},{"name":"OID_CO_TAPI_ADDRESS_CAPS","features":[318]},{"name":"OID_CO_TAPI_CM_CAPS","features":[318]},{"name":"OID_CO_TAPI_DONT_REPORT_DIGITS","features":[318]},{"name":"OID_CO_TAPI_GET_CALL_DIAGNOSTICS","features":[318]},{"name":"OID_CO_TAPI_LINE_CAPS","features":[318]},{"name":"OID_CO_TAPI_REPORT_DIGITS","features":[318]},{"name":"OID_CO_TAPI_TRANSLATE_NDIS_CALLPARAMS","features":[318]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_CALLPARAMS","features":[318]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_SAP","features":[318]},{"name":"OID_FDDI_ATTACHMENT_TYPE","features":[318]},{"name":"OID_FDDI_DOWNSTREAM_NODE_LONG","features":[318]},{"name":"OID_FDDI_FRAMES_LOST","features":[318]},{"name":"OID_FDDI_FRAME_ERRORS","features":[318]},{"name":"OID_FDDI_IF_ADMIN_STATUS","features":[318]},{"name":"OID_FDDI_IF_DESCR","features":[318]},{"name":"OID_FDDI_IF_IN_DISCARDS","features":[318]},{"name":"OID_FDDI_IF_IN_ERRORS","features":[318]},{"name":"OID_FDDI_IF_IN_NUCAST_PKTS","features":[318]},{"name":"OID_FDDI_IF_IN_OCTETS","features":[318]},{"name":"OID_FDDI_IF_IN_UCAST_PKTS","features":[318]},{"name":"OID_FDDI_IF_IN_UNKNOWN_PROTOS","features":[318]},{"name":"OID_FDDI_IF_LAST_CHANGE","features":[318]},{"name":"OID_FDDI_IF_MTU","features":[318]},{"name":"OID_FDDI_IF_OPER_STATUS","features":[318]},{"name":"OID_FDDI_IF_OUT_DISCARDS","features":[318]},{"name":"OID_FDDI_IF_OUT_ERRORS","features":[318]},{"name":"OID_FDDI_IF_OUT_NUCAST_PKTS","features":[318]},{"name":"OID_FDDI_IF_OUT_OCTETS","features":[318]},{"name":"OID_FDDI_IF_OUT_QLEN","features":[318]},{"name":"OID_FDDI_IF_OUT_UCAST_PKTS","features":[318]},{"name":"OID_FDDI_IF_PHYS_ADDRESS","features":[318]},{"name":"OID_FDDI_IF_SPECIFIC","features":[318]},{"name":"OID_FDDI_IF_SPEED","features":[318]},{"name":"OID_FDDI_IF_TYPE","features":[318]},{"name":"OID_FDDI_LCONNECTION_STATE","features":[318]},{"name":"OID_FDDI_LCT_FAILURES","features":[318]},{"name":"OID_FDDI_LEM_REJECTS","features":[318]},{"name":"OID_FDDI_LONG_CURRENT_ADDR","features":[318]},{"name":"OID_FDDI_LONG_MAX_LIST_SIZE","features":[318]},{"name":"OID_FDDI_LONG_MULTICAST_LIST","features":[318]},{"name":"OID_FDDI_LONG_PERMANENT_ADDR","features":[318]},{"name":"OID_FDDI_MAC_AVAILABLE_PATHS","features":[318]},{"name":"OID_FDDI_MAC_BRIDGE_FUNCTIONS","features":[318]},{"name":"OID_FDDI_MAC_COPIED_CT","features":[318]},{"name":"OID_FDDI_MAC_CURRENT_PATH","features":[318]},{"name":"OID_FDDI_MAC_DA_FLAG","features":[318]},{"name":"OID_FDDI_MAC_DOWNSTREAM_NBR","features":[318]},{"name":"OID_FDDI_MAC_DOWNSTREAM_PORT_TYPE","features":[318]},{"name":"OID_FDDI_MAC_DUP_ADDRESS_TEST","features":[318]},{"name":"OID_FDDI_MAC_ERROR_CT","features":[318]},{"name":"OID_FDDI_MAC_FRAME_CT","features":[318]},{"name":"OID_FDDI_MAC_FRAME_ERROR_FLAG","features":[318]},{"name":"OID_FDDI_MAC_FRAME_ERROR_RATIO","features":[318]},{"name":"OID_FDDI_MAC_FRAME_ERROR_THRESHOLD","features":[318]},{"name":"OID_FDDI_MAC_FRAME_STATUS_FUNCTIONS","features":[318]},{"name":"OID_FDDI_MAC_HARDWARE_PRESENT","features":[318]},{"name":"OID_FDDI_MAC_INDEX","features":[318]},{"name":"OID_FDDI_MAC_LATE_CT","features":[318]},{"name":"OID_FDDI_MAC_LONG_GRP_ADDRESS","features":[318]},{"name":"OID_FDDI_MAC_LOST_CT","features":[318]},{"name":"OID_FDDI_MAC_MA_UNITDATA_AVAILABLE","features":[318]},{"name":"OID_FDDI_MAC_MA_UNITDATA_ENABLE","features":[318]},{"name":"OID_FDDI_MAC_NOT_COPIED_CT","features":[318]},{"name":"OID_FDDI_MAC_NOT_COPIED_FLAG","features":[318]},{"name":"OID_FDDI_MAC_NOT_COPIED_RATIO","features":[318]},{"name":"OID_FDDI_MAC_NOT_COPIED_THRESHOLD","features":[318]},{"name":"OID_FDDI_MAC_OLD_DOWNSTREAM_NBR","features":[318]},{"name":"OID_FDDI_MAC_OLD_UPSTREAM_NBR","features":[318]},{"name":"OID_FDDI_MAC_REQUESTED_PATHS","features":[318]},{"name":"OID_FDDI_MAC_RING_OP_CT","features":[318]},{"name":"OID_FDDI_MAC_RMT_STATE","features":[318]},{"name":"OID_FDDI_MAC_SHORT_GRP_ADDRESS","features":[318]},{"name":"OID_FDDI_MAC_SMT_ADDRESS","features":[318]},{"name":"OID_FDDI_MAC_TOKEN_CT","features":[318]},{"name":"OID_FDDI_MAC_TRANSMIT_CT","features":[318]},{"name":"OID_FDDI_MAC_TVX_CAPABILITY","features":[318]},{"name":"OID_FDDI_MAC_TVX_EXPIRED_CT","features":[318]},{"name":"OID_FDDI_MAC_TVX_VALUE","features":[318]},{"name":"OID_FDDI_MAC_T_MAX","features":[318]},{"name":"OID_FDDI_MAC_T_MAX_CAPABILITY","features":[318]},{"name":"OID_FDDI_MAC_T_NEG","features":[318]},{"name":"OID_FDDI_MAC_T_PRI0","features":[318]},{"name":"OID_FDDI_MAC_T_PRI1","features":[318]},{"name":"OID_FDDI_MAC_T_PRI2","features":[318]},{"name":"OID_FDDI_MAC_T_PRI3","features":[318]},{"name":"OID_FDDI_MAC_T_PRI4","features":[318]},{"name":"OID_FDDI_MAC_T_PRI5","features":[318]},{"name":"OID_FDDI_MAC_T_PRI6","features":[318]},{"name":"OID_FDDI_MAC_T_REQ","features":[318]},{"name":"OID_FDDI_MAC_UNDA_FLAG","features":[318]},{"name":"OID_FDDI_MAC_UPSTREAM_NBR","features":[318]},{"name":"OID_FDDI_PATH_CONFIGURATION","features":[318]},{"name":"OID_FDDI_PATH_INDEX","features":[318]},{"name":"OID_FDDI_PATH_MAX_T_REQ","features":[318]},{"name":"OID_FDDI_PATH_RING_LATENCY","features":[318]},{"name":"OID_FDDI_PATH_SBA_AVAILABLE","features":[318]},{"name":"OID_FDDI_PATH_SBA_OVERHEAD","features":[318]},{"name":"OID_FDDI_PATH_SBA_PAYLOAD","features":[318]},{"name":"OID_FDDI_PATH_TRACE_STATUS","features":[318]},{"name":"OID_FDDI_PATH_TVX_LOWER_BOUND","features":[318]},{"name":"OID_FDDI_PATH_T_MAX_LOWER_BOUND","features":[318]},{"name":"OID_FDDI_PATH_T_R_MODE","features":[318]},{"name":"OID_FDDI_PORT_ACTION","features":[318]},{"name":"OID_FDDI_PORT_AVAILABLE_PATHS","features":[318]},{"name":"OID_FDDI_PORT_BS_FLAG","features":[318]},{"name":"OID_FDDI_PORT_CONNECTION_CAPABILITIES","features":[318]},{"name":"OID_FDDI_PORT_CONNECTION_POLICIES","features":[318]},{"name":"OID_FDDI_PORT_CONNNECT_STATE","features":[318]},{"name":"OID_FDDI_PORT_CURRENT_PATH","features":[318]},{"name":"OID_FDDI_PORT_EB_ERROR_CT","features":[318]},{"name":"OID_FDDI_PORT_HARDWARE_PRESENT","features":[318]},{"name":"OID_FDDI_PORT_INDEX","features":[318]},{"name":"OID_FDDI_PORT_LCT_FAIL_CT","features":[318]},{"name":"OID_FDDI_PORT_LEM_CT","features":[318]},{"name":"OID_FDDI_PORT_LEM_REJECT_CT","features":[318]},{"name":"OID_FDDI_PORT_LER_ALARM","features":[318]},{"name":"OID_FDDI_PORT_LER_CUTOFF","features":[318]},{"name":"OID_FDDI_PORT_LER_ESTIMATE","features":[318]},{"name":"OID_FDDI_PORT_LER_FLAG","features":[318]},{"name":"OID_FDDI_PORT_MAC_INDICATED","features":[318]},{"name":"OID_FDDI_PORT_MAC_LOOP_TIME","features":[318]},{"name":"OID_FDDI_PORT_MAC_PLACEMENT","features":[318]},{"name":"OID_FDDI_PORT_MAINT_LS","features":[318]},{"name":"OID_FDDI_PORT_MY_TYPE","features":[318]},{"name":"OID_FDDI_PORT_NEIGHBOR_TYPE","features":[318]},{"name":"OID_FDDI_PORT_PCM_STATE","features":[318]},{"name":"OID_FDDI_PORT_PC_LS","features":[318]},{"name":"OID_FDDI_PORT_PC_WITHHOLD","features":[318]},{"name":"OID_FDDI_PORT_PMD_CLASS","features":[318]},{"name":"OID_FDDI_PORT_REQUESTED_PATHS","features":[318]},{"name":"OID_FDDI_RING_MGT_STATE","features":[318]},{"name":"OID_FDDI_SHORT_CURRENT_ADDR","features":[318]},{"name":"OID_FDDI_SHORT_MAX_LIST_SIZE","features":[318]},{"name":"OID_FDDI_SHORT_MULTICAST_LIST","features":[318]},{"name":"OID_FDDI_SHORT_PERMANENT_ADDR","features":[318]},{"name":"OID_FDDI_SMT_AVAILABLE_PATHS","features":[318]},{"name":"OID_FDDI_SMT_BYPASS_PRESENT","features":[318]},{"name":"OID_FDDI_SMT_CF_STATE","features":[318]},{"name":"OID_FDDI_SMT_CONFIG_CAPABILITIES","features":[318]},{"name":"OID_FDDI_SMT_CONFIG_POLICY","features":[318]},{"name":"OID_FDDI_SMT_CONNECTION_POLICY","features":[318]},{"name":"OID_FDDI_SMT_ECM_STATE","features":[318]},{"name":"OID_FDDI_SMT_HI_VERSION_ID","features":[318]},{"name":"OID_FDDI_SMT_HOLD_STATE","features":[318]},{"name":"OID_FDDI_SMT_LAST_SET_STATION_ID","features":[318]},{"name":"OID_FDDI_SMT_LO_VERSION_ID","features":[318]},{"name":"OID_FDDI_SMT_MAC_CT","features":[318]},{"name":"OID_FDDI_SMT_MAC_INDEXES","features":[318]},{"name":"OID_FDDI_SMT_MANUFACTURER_DATA","features":[318]},{"name":"OID_FDDI_SMT_MASTER_CT","features":[318]},{"name":"OID_FDDI_SMT_MIB_VERSION_ID","features":[318]},{"name":"OID_FDDI_SMT_MSG_TIME_STAMP","features":[318]},{"name":"OID_FDDI_SMT_NON_MASTER_CT","features":[318]},{"name":"OID_FDDI_SMT_OP_VERSION_ID","features":[318]},{"name":"OID_FDDI_SMT_PEER_WRAP_FLAG","features":[318]},{"name":"OID_FDDI_SMT_PORT_INDEXES","features":[318]},{"name":"OID_FDDI_SMT_REMOTE_DISCONNECT_FLAG","features":[318]},{"name":"OID_FDDI_SMT_SET_COUNT","features":[318]},{"name":"OID_FDDI_SMT_STATION_ACTION","features":[318]},{"name":"OID_FDDI_SMT_STATION_ID","features":[318]},{"name":"OID_FDDI_SMT_STATION_STATUS","features":[318]},{"name":"OID_FDDI_SMT_STAT_RPT_POLICY","features":[318]},{"name":"OID_FDDI_SMT_TRACE_MAX_EXPIRATION","features":[318]},{"name":"OID_FDDI_SMT_TRANSITION_TIME_STAMP","features":[318]},{"name":"OID_FDDI_SMT_T_NOTIFY","features":[318]},{"name":"OID_FDDI_SMT_USER_DATA","features":[318]},{"name":"OID_FDDI_UPSTREAM_NODE_LONG","features":[318]},{"name":"OID_FFP_ADAPTER_STATS","features":[318]},{"name":"OID_FFP_CONTROL","features":[318]},{"name":"OID_FFP_DATA","features":[318]},{"name":"OID_FFP_DRIVER_STATS","features":[318]},{"name":"OID_FFP_FLUSH","features":[318]},{"name":"OID_FFP_PARAMS","features":[318]},{"name":"OID_FFP_SUPPORT","features":[318]},{"name":"OID_GEN_ADMIN_STATUS","features":[318]},{"name":"OID_GEN_ALIAS","features":[318]},{"name":"OID_GEN_BROADCAST_BYTES_RCV","features":[318]},{"name":"OID_GEN_BROADCAST_BYTES_XMIT","features":[318]},{"name":"OID_GEN_BROADCAST_FRAMES_RCV","features":[318]},{"name":"OID_GEN_BROADCAST_FRAMES_XMIT","features":[318]},{"name":"OID_GEN_BYTES_RCV","features":[318]},{"name":"OID_GEN_BYTES_XMIT","features":[318]},{"name":"OID_GEN_CO_BYTES_RCV","features":[318]},{"name":"OID_GEN_CO_BYTES_XMIT","features":[318]},{"name":"OID_GEN_CO_BYTES_XMIT_OUTSTANDING","features":[318]},{"name":"OID_GEN_CO_DEVICE_PROFILE","features":[318]},{"name":"OID_GEN_CO_DRIVER_VERSION","features":[318]},{"name":"OID_GEN_CO_GET_NETCARD_TIME","features":[318]},{"name":"OID_GEN_CO_GET_TIME_CAPS","features":[318]},{"name":"OID_GEN_CO_HARDWARE_STATUS","features":[318]},{"name":"OID_GEN_CO_LINK_SPEED","features":[318]},{"name":"OID_GEN_CO_MAC_OPTIONS","features":[318]},{"name":"OID_GEN_CO_MEDIA_CONNECT_STATUS","features":[318]},{"name":"OID_GEN_CO_MEDIA_IN_USE","features":[318]},{"name":"OID_GEN_CO_MEDIA_SUPPORTED","features":[318]},{"name":"OID_GEN_CO_MINIMUM_LINK_SPEED","features":[318]},{"name":"OID_GEN_CO_NETCARD_LOAD","features":[318]},{"name":"OID_GEN_CO_PROTOCOL_OPTIONS","features":[318]},{"name":"OID_GEN_CO_RCV_CRC_ERROR","features":[318]},{"name":"OID_GEN_CO_RCV_PDUS_ERROR","features":[318]},{"name":"OID_GEN_CO_RCV_PDUS_NO_BUFFER","features":[318]},{"name":"OID_GEN_CO_RCV_PDUS_OK","features":[318]},{"name":"OID_GEN_CO_SUPPORTED_GUIDS","features":[318]},{"name":"OID_GEN_CO_SUPPORTED_LIST","features":[318]},{"name":"OID_GEN_CO_TRANSMIT_QUEUE_LENGTH","features":[318]},{"name":"OID_GEN_CO_VENDOR_DESCRIPTION","features":[318]},{"name":"OID_GEN_CO_VENDOR_DRIVER_VERSION","features":[318]},{"name":"OID_GEN_CO_VENDOR_ID","features":[318]},{"name":"OID_GEN_CO_XMIT_PDUS_ERROR","features":[318]},{"name":"OID_GEN_CO_XMIT_PDUS_OK","features":[318]},{"name":"OID_GEN_CURRENT_LOOKAHEAD","features":[318]},{"name":"OID_GEN_CURRENT_PACKET_FILTER","features":[318]},{"name":"OID_GEN_DEVICE_PROFILE","features":[318]},{"name":"OID_GEN_DIRECTED_BYTES_RCV","features":[318]},{"name":"OID_GEN_DIRECTED_BYTES_XMIT","features":[318]},{"name":"OID_GEN_DIRECTED_FRAMES_RCV","features":[318]},{"name":"OID_GEN_DIRECTED_FRAMES_XMIT","features":[318]},{"name":"OID_GEN_DISCONTINUITY_TIME","features":[318]},{"name":"OID_GEN_DRIVER_VERSION","features":[318]},{"name":"OID_GEN_ENUMERATE_PORTS","features":[318]},{"name":"OID_GEN_FRIENDLY_NAME","features":[318]},{"name":"OID_GEN_GET_NETCARD_TIME","features":[318]},{"name":"OID_GEN_GET_TIME_CAPS","features":[318]},{"name":"OID_GEN_HARDWARE_STATUS","features":[318]},{"name":"OID_GEN_HD_SPLIT_CURRENT_CONFIG","features":[318]},{"name":"OID_GEN_HD_SPLIT_PARAMETERS","features":[318]},{"name":"OID_GEN_INIT_TIME_MS","features":[318]},{"name":"OID_GEN_INTERFACE_INFO","features":[318]},{"name":"OID_GEN_INTERRUPT_MODERATION","features":[318]},{"name":"OID_GEN_IP_OPER_STATUS","features":[318]},{"name":"OID_GEN_ISOLATION_PARAMETERS","features":[318]},{"name":"OID_GEN_LAST_CHANGE","features":[318]},{"name":"OID_GEN_LINK_PARAMETERS","features":[318]},{"name":"OID_GEN_LINK_SPEED","features":[318]},{"name":"OID_GEN_LINK_SPEED_EX","features":[318]},{"name":"OID_GEN_LINK_STATE","features":[318]},{"name":"OID_GEN_MACHINE_NAME","features":[318]},{"name":"OID_GEN_MAC_ADDRESS","features":[318]},{"name":"OID_GEN_MAC_OPTIONS","features":[318]},{"name":"OID_GEN_MAXIMUM_FRAME_SIZE","features":[318]},{"name":"OID_GEN_MAXIMUM_LOOKAHEAD","features":[318]},{"name":"OID_GEN_MAXIMUM_SEND_PACKETS","features":[318]},{"name":"OID_GEN_MAXIMUM_TOTAL_SIZE","features":[318]},{"name":"OID_GEN_MAX_LINK_SPEED","features":[318]},{"name":"OID_GEN_MEDIA_CAPABILITIES","features":[318]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS","features":[318]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS_EX","features":[318]},{"name":"OID_GEN_MEDIA_DUPLEX_STATE","features":[318]},{"name":"OID_GEN_MEDIA_IN_USE","features":[318]},{"name":"OID_GEN_MEDIA_SENSE_COUNTS","features":[318]},{"name":"OID_GEN_MEDIA_SUPPORTED","features":[318]},{"name":"OID_GEN_MINIPORT_RESTART_ATTRIBUTES","features":[318]},{"name":"OID_GEN_MULTICAST_BYTES_RCV","features":[318]},{"name":"OID_GEN_MULTICAST_BYTES_XMIT","features":[318]},{"name":"OID_GEN_MULTICAST_FRAMES_RCV","features":[318]},{"name":"OID_GEN_MULTICAST_FRAMES_XMIT","features":[318]},{"name":"OID_GEN_NDIS_RESERVED_1","features":[318]},{"name":"OID_GEN_NDIS_RESERVED_2","features":[318]},{"name":"OID_GEN_NDIS_RESERVED_3","features":[318]},{"name":"OID_GEN_NDIS_RESERVED_4","features":[318]},{"name":"OID_GEN_NDIS_RESERVED_5","features":[318]},{"name":"OID_GEN_NDIS_RESERVED_6","features":[318]},{"name":"OID_GEN_NDIS_RESERVED_7","features":[318]},{"name":"OID_GEN_NETCARD_LOAD","features":[318]},{"name":"OID_GEN_NETWORK_LAYER_ADDRESSES","features":[318]},{"name":"OID_GEN_OPERATIONAL_STATUS","features":[318]},{"name":"OID_GEN_PACKET_MONITOR","features":[318]},{"name":"OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[318]},{"name":"OID_GEN_PHYSICAL_MEDIUM","features":[318]},{"name":"OID_GEN_PHYSICAL_MEDIUM_EX","features":[318]},{"name":"OID_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[318]},{"name":"OID_GEN_PORT_STATE","features":[318]},{"name":"OID_GEN_PROMISCUOUS_MODE","features":[318]},{"name":"OID_GEN_PROTOCOL_OPTIONS","features":[318]},{"name":"OID_GEN_RCV_CRC_ERROR","features":[318]},{"name":"OID_GEN_RCV_DISCARDS","features":[318]},{"name":"OID_GEN_RCV_ERROR","features":[318]},{"name":"OID_GEN_RCV_LINK_SPEED","features":[318]},{"name":"OID_GEN_RCV_NO_BUFFER","features":[318]},{"name":"OID_GEN_RCV_OK","features":[318]},{"name":"OID_GEN_RECEIVE_BLOCK_SIZE","features":[318]},{"name":"OID_GEN_RECEIVE_BUFFER_SPACE","features":[318]},{"name":"OID_GEN_RECEIVE_HASH","features":[318]},{"name":"OID_GEN_RECEIVE_SCALE_CAPABILITIES","features":[318]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS","features":[318]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS_V2","features":[318]},{"name":"OID_GEN_RESET_COUNTS","features":[318]},{"name":"OID_GEN_RNDIS_CONFIG_PARAMETER","features":[318]},{"name":"OID_GEN_RSS_SET_INDIRECTION_TABLE_ENTRIES","features":[318]},{"name":"OID_GEN_STATISTICS","features":[318]},{"name":"OID_GEN_SUPPORTED_GUIDS","features":[318]},{"name":"OID_GEN_SUPPORTED_LIST","features":[318]},{"name":"OID_GEN_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[318]},{"name":"OID_GEN_TRANSMIT_BLOCK_SIZE","features":[318]},{"name":"OID_GEN_TRANSMIT_BUFFER_SPACE","features":[318]},{"name":"OID_GEN_TRANSMIT_QUEUE_LENGTH","features":[318]},{"name":"OID_GEN_TRANSPORT_HEADER_OFFSET","features":[318]},{"name":"OID_GEN_UNKNOWN_PROTOS","features":[318]},{"name":"OID_GEN_VENDOR_DESCRIPTION","features":[318]},{"name":"OID_GEN_VENDOR_DRIVER_VERSION","features":[318]},{"name":"OID_GEN_VENDOR_ID","features":[318]},{"name":"OID_GEN_VLAN_ID","features":[318]},{"name":"OID_GEN_XMIT_DISCARDS","features":[318]},{"name":"OID_GEN_XMIT_ERROR","features":[318]},{"name":"OID_GEN_XMIT_LINK_SPEED","features":[318]},{"name":"OID_GEN_XMIT_OK","features":[318]},{"name":"OID_GFT_ACTIVATE_FLOW_ENTRIES","features":[318]},{"name":"OID_GFT_ADD_FLOW_ENTRIES","features":[318]},{"name":"OID_GFT_ALLOCATE_COUNTERS","features":[318]},{"name":"OID_GFT_COUNTER_VALUES","features":[318]},{"name":"OID_GFT_CREATE_LOGICAL_VPORT","features":[318]},{"name":"OID_GFT_CREATE_TABLE","features":[318]},{"name":"OID_GFT_CURRENT_CAPABILITIES","features":[318]},{"name":"OID_GFT_DEACTIVATE_FLOW_ENTRIES","features":[318]},{"name":"OID_GFT_DELETE_FLOW_ENTRIES","features":[318]},{"name":"OID_GFT_DELETE_LOGICAL_VPORT","features":[318]},{"name":"OID_GFT_DELETE_PROFILE","features":[318]},{"name":"OID_GFT_DELETE_TABLE","features":[318]},{"name":"OID_GFT_ENUM_COUNTERS","features":[318]},{"name":"OID_GFT_ENUM_FLOW_ENTRIES","features":[318]},{"name":"OID_GFT_ENUM_LOGICAL_VPORTS","features":[318]},{"name":"OID_GFT_ENUM_PROFILES","features":[318]},{"name":"OID_GFT_ENUM_TABLES","features":[318]},{"name":"OID_GFT_EXACT_MATCH_PROFILE","features":[318]},{"name":"OID_GFT_FLOW_ENTRY_PARAMETERS","features":[318]},{"name":"OID_GFT_FREE_COUNTERS","features":[318]},{"name":"OID_GFT_GLOBAL_PARAMETERS","features":[318]},{"name":"OID_GFT_HARDWARE_CAPABILITIES","features":[318]},{"name":"OID_GFT_HEADER_TRANSPOSITION_PROFILE","features":[318]},{"name":"OID_GFT_STATISTICS","features":[318]},{"name":"OID_GFT_VPORT_PARAMETERS","features":[318]},{"name":"OID_GFT_WILDCARD_MATCH_PROFILE","features":[318]},{"name":"OID_IP4_OFFLOAD_STATS","features":[318]},{"name":"OID_IP6_OFFLOAD_STATS","features":[318]},{"name":"OID_IRDA_EXTRA_RCV_BOFS","features":[318]},{"name":"OID_IRDA_LINK_SPEED","features":[318]},{"name":"OID_IRDA_MAX_RECEIVE_WINDOW_SIZE","features":[318]},{"name":"OID_IRDA_MAX_SEND_WINDOW_SIZE","features":[318]},{"name":"OID_IRDA_MAX_UNICAST_LIST_SIZE","features":[318]},{"name":"OID_IRDA_MEDIA_BUSY","features":[318]},{"name":"OID_IRDA_RATE_SNIFF","features":[318]},{"name":"OID_IRDA_RECEIVING","features":[318]},{"name":"OID_IRDA_RESERVED1","features":[318]},{"name":"OID_IRDA_RESERVED2","features":[318]},{"name":"OID_IRDA_SUPPORTED_SPEEDS","features":[318]},{"name":"OID_IRDA_TURNAROUND_TIME","features":[318]},{"name":"OID_IRDA_UNICAST_LIST","features":[318]},{"name":"OID_KDNET_ADD_PF","features":[318]},{"name":"OID_KDNET_ENUMERATE_PFS","features":[318]},{"name":"OID_KDNET_QUERY_PF_INFORMATION","features":[318]},{"name":"OID_KDNET_REMOVE_PF","features":[318]},{"name":"OID_LTALK_COLLISIONS","features":[318]},{"name":"OID_LTALK_CURRENT_NODE_ID","features":[318]},{"name":"OID_LTALK_DEFERS","features":[318]},{"name":"OID_LTALK_FCS_ERRORS","features":[318]},{"name":"OID_LTALK_IN_BROADCASTS","features":[318]},{"name":"OID_LTALK_IN_LENGTH_ERRORS","features":[318]},{"name":"OID_LTALK_NO_DATA_ERRORS","features":[318]},{"name":"OID_LTALK_OUT_NO_HANDLERS","features":[318]},{"name":"OID_LTALK_RANDOM_CTS_ERRORS","features":[318]},{"name":"OID_NDK_CONNECTIONS","features":[318]},{"name":"OID_NDK_LOCAL_ENDPOINTS","features":[318]},{"name":"OID_NDK_SET_STATE","features":[318]},{"name":"OID_NDK_STATISTICS","features":[318]},{"name":"OID_NIC_SWITCH_ALLOCATE_VF","features":[318]},{"name":"OID_NIC_SWITCH_CREATE_SWITCH","features":[318]},{"name":"OID_NIC_SWITCH_CREATE_VPORT","features":[318]},{"name":"OID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[318]},{"name":"OID_NIC_SWITCH_DELETE_SWITCH","features":[318]},{"name":"OID_NIC_SWITCH_DELETE_VPORT","features":[318]},{"name":"OID_NIC_SWITCH_ENUM_SWITCHES","features":[318]},{"name":"OID_NIC_SWITCH_ENUM_VFS","features":[318]},{"name":"OID_NIC_SWITCH_ENUM_VPORTS","features":[318]},{"name":"OID_NIC_SWITCH_FREE_VF","features":[318]},{"name":"OID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[318]},{"name":"OID_NIC_SWITCH_PARAMETERS","features":[318]},{"name":"OID_NIC_SWITCH_VF_PARAMETERS","features":[318]},{"name":"OID_NIC_SWITCH_VPORT_PARAMETERS","features":[318]},{"name":"OID_OFFLOAD_ENCAPSULATION","features":[318]},{"name":"OID_PACKET_COALESCING_FILTER_MATCH_COUNT","features":[318]},{"name":"OID_PD_CLOSE_PROVIDER","features":[318]},{"name":"OID_PD_OPEN_PROVIDER","features":[318]},{"name":"OID_PD_QUERY_CURRENT_CONFIG","features":[318]},{"name":"OID_PM_ADD_PROTOCOL_OFFLOAD","features":[318]},{"name":"OID_PM_ADD_WOL_PATTERN","features":[318]},{"name":"OID_PM_CURRENT_CAPABILITIES","features":[318]},{"name":"OID_PM_GET_PROTOCOL_OFFLOAD","features":[318]},{"name":"OID_PM_HARDWARE_CAPABILITIES","features":[318]},{"name":"OID_PM_PARAMETERS","features":[318]},{"name":"OID_PM_PROTOCOL_OFFLOAD_LIST","features":[318]},{"name":"OID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[318]},{"name":"OID_PM_REMOVE_WOL_PATTERN","features":[318]},{"name":"OID_PM_RESERVED_1","features":[318]},{"name":"OID_PM_WOL_PATTERN_LIST","features":[318]},{"name":"OID_PNP_ADD_WAKE_UP_PATTERN","features":[318]},{"name":"OID_PNP_CAPABILITIES","features":[318]},{"name":"OID_PNP_ENABLE_WAKE_UP","features":[318]},{"name":"OID_PNP_QUERY_POWER","features":[318]},{"name":"OID_PNP_REMOVE_WAKE_UP_PATTERN","features":[318]},{"name":"OID_PNP_SET_POWER","features":[318]},{"name":"OID_PNP_WAKE_UP_ERROR","features":[318]},{"name":"OID_PNP_WAKE_UP_OK","features":[318]},{"name":"OID_PNP_WAKE_UP_PATTERN_LIST","features":[318]},{"name":"OID_QOS_CURRENT_CAPABILITIES","features":[318]},{"name":"OID_QOS_HARDWARE_CAPABILITIES","features":[318]},{"name":"OID_QOS_OFFLOAD_CREATE_SQ","features":[318]},{"name":"OID_QOS_OFFLOAD_CURRENT_CAPABILITIES","features":[318]},{"name":"OID_QOS_OFFLOAD_DELETE_SQ","features":[318]},{"name":"OID_QOS_OFFLOAD_ENUM_SQS","features":[318]},{"name":"OID_QOS_OFFLOAD_HARDWARE_CAPABILITIES","features":[318]},{"name":"OID_QOS_OFFLOAD_SQ_STATS","features":[318]},{"name":"OID_QOS_OFFLOAD_UPDATE_SQ","features":[318]},{"name":"OID_QOS_OPERATIONAL_PARAMETERS","features":[318]},{"name":"OID_QOS_PARAMETERS","features":[318]},{"name":"OID_QOS_REMOTE_PARAMETERS","features":[318]},{"name":"OID_QOS_RESERVED1","features":[318]},{"name":"OID_QOS_RESERVED10","features":[318]},{"name":"OID_QOS_RESERVED11","features":[318]},{"name":"OID_QOS_RESERVED12","features":[318]},{"name":"OID_QOS_RESERVED13","features":[318]},{"name":"OID_QOS_RESERVED14","features":[318]},{"name":"OID_QOS_RESERVED15","features":[318]},{"name":"OID_QOS_RESERVED16","features":[318]},{"name":"OID_QOS_RESERVED17","features":[318]},{"name":"OID_QOS_RESERVED18","features":[318]},{"name":"OID_QOS_RESERVED19","features":[318]},{"name":"OID_QOS_RESERVED2","features":[318]},{"name":"OID_QOS_RESERVED20","features":[318]},{"name":"OID_QOS_RESERVED3","features":[318]},{"name":"OID_QOS_RESERVED4","features":[318]},{"name":"OID_QOS_RESERVED5","features":[318]},{"name":"OID_QOS_RESERVED6","features":[318]},{"name":"OID_QOS_RESERVED7","features":[318]},{"name":"OID_QOS_RESERVED8","features":[318]},{"name":"OID_QOS_RESERVED9","features":[318]},{"name":"OID_RECEIVE_FILTER_ALLOCATE_QUEUE","features":[318]},{"name":"OID_RECEIVE_FILTER_CLEAR_FILTER","features":[318]},{"name":"OID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[318]},{"name":"OID_RECEIVE_FILTER_ENUM_FILTERS","features":[318]},{"name":"OID_RECEIVE_FILTER_ENUM_QUEUES","features":[318]},{"name":"OID_RECEIVE_FILTER_FREE_QUEUE","features":[318]},{"name":"OID_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[318]},{"name":"OID_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[318]},{"name":"OID_RECEIVE_FILTER_MOVE_FILTER","features":[318]},{"name":"OID_RECEIVE_FILTER_PARAMETERS","features":[318]},{"name":"OID_RECEIVE_FILTER_QUEUE_ALLOCATION_COMPLETE","features":[318]},{"name":"OID_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[318]},{"name":"OID_RECEIVE_FILTER_SET_FILTER","features":[318]},{"name":"OID_SRIOV_BAR_RESOURCES","features":[318]},{"name":"OID_SRIOV_CONFIG_STATE","features":[318]},{"name":"OID_SRIOV_CURRENT_CAPABILITIES","features":[318]},{"name":"OID_SRIOV_HARDWARE_CAPABILITIES","features":[318]},{"name":"OID_SRIOV_OVERLYING_ADAPTER_INFO","features":[318]},{"name":"OID_SRIOV_PF_LUID","features":[318]},{"name":"OID_SRIOV_PROBED_BARS","features":[318]},{"name":"OID_SRIOV_READ_VF_CONFIG_BLOCK","features":[318]},{"name":"OID_SRIOV_READ_VF_CONFIG_SPACE","features":[318]},{"name":"OID_SRIOV_RESET_VF","features":[318]},{"name":"OID_SRIOV_SET_VF_POWER_STATE","features":[318]},{"name":"OID_SRIOV_VF_INVALIDATE_CONFIG_BLOCK","features":[318]},{"name":"OID_SRIOV_VF_SERIAL_NUMBER","features":[318]},{"name":"OID_SRIOV_VF_VENDOR_DEVICE_ID","features":[318]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_BLOCK","features":[318]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_SPACE","features":[318]},{"name":"OID_SWITCH_FEATURE_STATUS_QUERY","features":[318]},{"name":"OID_SWITCH_NIC_ARRAY","features":[318]},{"name":"OID_SWITCH_NIC_CONNECT","features":[318]},{"name":"OID_SWITCH_NIC_CREATE","features":[318]},{"name":"OID_SWITCH_NIC_DELETE","features":[318]},{"name":"OID_SWITCH_NIC_DIRECT_REQUEST","features":[318]},{"name":"OID_SWITCH_NIC_DISCONNECT","features":[318]},{"name":"OID_SWITCH_NIC_REQUEST","features":[318]},{"name":"OID_SWITCH_NIC_RESTORE","features":[318]},{"name":"OID_SWITCH_NIC_RESTORE_COMPLETE","features":[318]},{"name":"OID_SWITCH_NIC_RESUME","features":[318]},{"name":"OID_SWITCH_NIC_SAVE","features":[318]},{"name":"OID_SWITCH_NIC_SAVE_COMPLETE","features":[318]},{"name":"OID_SWITCH_NIC_SUSPEND","features":[318]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_FINISHED","features":[318]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_STARTED","features":[318]},{"name":"OID_SWITCH_NIC_UPDATED","features":[318]},{"name":"OID_SWITCH_PARAMETERS","features":[318]},{"name":"OID_SWITCH_PORT_ARRAY","features":[318]},{"name":"OID_SWITCH_PORT_CREATE","features":[318]},{"name":"OID_SWITCH_PORT_DELETE","features":[318]},{"name":"OID_SWITCH_PORT_FEATURE_STATUS_QUERY","features":[318]},{"name":"OID_SWITCH_PORT_PROPERTY_ADD","features":[318]},{"name":"OID_SWITCH_PORT_PROPERTY_DELETE","features":[318]},{"name":"OID_SWITCH_PORT_PROPERTY_ENUM","features":[318]},{"name":"OID_SWITCH_PORT_PROPERTY_UPDATE","features":[318]},{"name":"OID_SWITCH_PORT_TEARDOWN","features":[318]},{"name":"OID_SWITCH_PORT_UPDATED","features":[318]},{"name":"OID_SWITCH_PROPERTY_ADD","features":[318]},{"name":"OID_SWITCH_PROPERTY_DELETE","features":[318]},{"name":"OID_SWITCH_PROPERTY_ENUM","features":[318]},{"name":"OID_SWITCH_PROPERTY_UPDATE","features":[318]},{"name":"OID_TAPI_ACCEPT","features":[318]},{"name":"OID_TAPI_ANSWER","features":[318]},{"name":"OID_TAPI_CLOSE","features":[318]},{"name":"OID_TAPI_CLOSE_CALL","features":[318]},{"name":"OID_TAPI_CONDITIONAL_MEDIA_DETECTION","features":[318]},{"name":"OID_TAPI_CONFIG_DIALOG","features":[318]},{"name":"OID_TAPI_DEV_SPECIFIC","features":[318]},{"name":"OID_TAPI_DIAL","features":[318]},{"name":"OID_TAPI_DROP","features":[318]},{"name":"OID_TAPI_GATHER_DIGITS","features":[318]},{"name":"OID_TAPI_GET_ADDRESS_CAPS","features":[318]},{"name":"OID_TAPI_GET_ADDRESS_ID","features":[318]},{"name":"OID_TAPI_GET_ADDRESS_STATUS","features":[318]},{"name":"OID_TAPI_GET_CALL_ADDRESS_ID","features":[318]},{"name":"OID_TAPI_GET_CALL_INFO","features":[318]},{"name":"OID_TAPI_GET_CALL_STATUS","features":[318]},{"name":"OID_TAPI_GET_DEV_CAPS","features":[318]},{"name":"OID_TAPI_GET_DEV_CONFIG","features":[318]},{"name":"OID_TAPI_GET_EXTENSION_ID","features":[318]},{"name":"OID_TAPI_GET_ID","features":[318]},{"name":"OID_TAPI_GET_LINE_DEV_STATUS","features":[318]},{"name":"OID_TAPI_MAKE_CALL","features":[318]},{"name":"OID_TAPI_MONITOR_DIGITS","features":[318]},{"name":"OID_TAPI_NEGOTIATE_EXT_VERSION","features":[318]},{"name":"OID_TAPI_OPEN","features":[318]},{"name":"OID_TAPI_PROVIDER_INITIALIZE","features":[318]},{"name":"OID_TAPI_PROVIDER_SHUTDOWN","features":[318]},{"name":"OID_TAPI_SECURE_CALL","features":[318]},{"name":"OID_TAPI_SELECT_EXT_VERSION","features":[318]},{"name":"OID_TAPI_SEND_USER_USER_INFO","features":[318]},{"name":"OID_TAPI_SET_APP_SPECIFIC","features":[318]},{"name":"OID_TAPI_SET_CALL_PARAMS","features":[318]},{"name":"OID_TAPI_SET_DEFAULT_MEDIA_DETECTION","features":[318]},{"name":"OID_TAPI_SET_DEV_CONFIG","features":[318]},{"name":"OID_TAPI_SET_MEDIA_MODE","features":[318]},{"name":"OID_TAPI_SET_STATUS_MESSAGES","features":[318]},{"name":"OID_TCP4_OFFLOAD_STATS","features":[318]},{"name":"OID_TCP6_OFFLOAD_STATS","features":[318]},{"name":"OID_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[318]},{"name":"OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[318]},{"name":"OID_TCP_CONNECTION_OFFLOAD_PARAMETERS","features":[318]},{"name":"OID_TCP_OFFLOAD_CURRENT_CONFIG","features":[318]},{"name":"OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[318]},{"name":"OID_TCP_OFFLOAD_PARAMETERS","features":[318]},{"name":"OID_TCP_RSC_STATISTICS","features":[318]},{"name":"OID_TCP_SAN_SUPPORT","features":[318]},{"name":"OID_TCP_TASK_IPSEC_ADD_SA","features":[318]},{"name":"OID_TCP_TASK_IPSEC_ADD_UDPESP_SA","features":[318]},{"name":"OID_TCP_TASK_IPSEC_DELETE_SA","features":[318]},{"name":"OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA","features":[318]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA","features":[318]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA_EX","features":[318]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_DELETE_SA","features":[318]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_UPDATE_SA","features":[318]},{"name":"OID_TCP_TASK_OFFLOAD","features":[318]},{"name":"OID_TIMESTAMP_CAPABILITY","features":[318]},{"name":"OID_TIMESTAMP_CURRENT_CONFIG","features":[318]},{"name":"OID_TIMESTAMP_GET_CROSSTIMESTAMP","features":[318]},{"name":"OID_TUNNEL_INTERFACE_RELEASE_OID","features":[318]},{"name":"OID_TUNNEL_INTERFACE_SET_OID","features":[318]},{"name":"OID_VLAN_RESERVED1","features":[318]},{"name":"OID_VLAN_RESERVED2","features":[318]},{"name":"OID_VLAN_RESERVED3","features":[318]},{"name":"OID_VLAN_RESERVED4","features":[318]},{"name":"OID_WAN_CO_GET_COMP_INFO","features":[318]},{"name":"OID_WAN_CO_GET_INFO","features":[318]},{"name":"OID_WAN_CO_GET_LINK_INFO","features":[318]},{"name":"OID_WAN_CO_GET_STATS_INFO","features":[318]},{"name":"OID_WAN_CO_SET_COMP_INFO","features":[318]},{"name":"OID_WAN_CO_SET_LINK_INFO","features":[318]},{"name":"OID_WAN_CURRENT_ADDRESS","features":[318]},{"name":"OID_WAN_GET_BRIDGE_INFO","features":[318]},{"name":"OID_WAN_GET_COMP_INFO","features":[318]},{"name":"OID_WAN_GET_INFO","features":[318]},{"name":"OID_WAN_GET_LINK_INFO","features":[318]},{"name":"OID_WAN_GET_STATS_INFO","features":[318]},{"name":"OID_WAN_HEADER_FORMAT","features":[318]},{"name":"OID_WAN_LINE_COUNT","features":[318]},{"name":"OID_WAN_MEDIUM_SUBTYPE","features":[318]},{"name":"OID_WAN_PERMANENT_ADDRESS","features":[318]},{"name":"OID_WAN_PROTOCOL_CAPS","features":[318]},{"name":"OID_WAN_PROTOCOL_TYPE","features":[318]},{"name":"OID_WAN_QUALITY_OF_SERVICE","features":[318]},{"name":"OID_WAN_SET_BRIDGE_INFO","features":[318]},{"name":"OID_WAN_SET_COMP_INFO","features":[318]},{"name":"OID_WAN_SET_LINK_INFO","features":[318]},{"name":"OID_WWAN_AUTH_CHALLENGE","features":[318]},{"name":"OID_WWAN_BASE_STATIONS_INFO","features":[318]},{"name":"OID_WWAN_CONNECT","features":[318]},{"name":"OID_WWAN_CREATE_MAC","features":[318]},{"name":"OID_WWAN_DELETE_MAC","features":[318]},{"name":"OID_WWAN_DEVICE_BINDINGS","features":[318]},{"name":"OID_WWAN_DEVICE_CAPS","features":[318]},{"name":"OID_WWAN_DEVICE_CAPS_EX","features":[318]},{"name":"OID_WWAN_DEVICE_RESET","features":[318]},{"name":"OID_WWAN_DEVICE_SERVICE_COMMAND","features":[318]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION","features":[318]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION_WRITE","features":[318]},{"name":"OID_WWAN_DRIVER_CAPS","features":[318]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICES","features":[318]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICE_COMMANDS","features":[318]},{"name":"OID_WWAN_HOME_PROVIDER","features":[318]},{"name":"OID_WWAN_IMS_VOICE_STATE","features":[318]},{"name":"OID_WWAN_LOCATION_STATE","features":[318]},{"name":"OID_WWAN_LTE_ATTACH_CONFIG","features":[318]},{"name":"OID_WWAN_LTE_ATTACH_STATUS","features":[318]},{"name":"OID_WWAN_MBIM_VERSION","features":[318]},{"name":"OID_WWAN_MODEM_CONFIG_INFO","features":[318]},{"name":"OID_WWAN_MODEM_LOGGING_CONFIG","features":[318]},{"name":"OID_WWAN_MPDP","features":[318]},{"name":"OID_WWAN_NETWORK_BLACKLIST","features":[318]},{"name":"OID_WWAN_NETWORK_IDLE_HINT","features":[318]},{"name":"OID_WWAN_NETWORK_PARAMS","features":[318]},{"name":"OID_WWAN_NITZ","features":[318]},{"name":"OID_WWAN_PACKET_SERVICE","features":[318]},{"name":"OID_WWAN_PCO","features":[318]},{"name":"OID_WWAN_PIN","features":[318]},{"name":"OID_WWAN_PIN_EX","features":[318]},{"name":"OID_WWAN_PIN_EX2","features":[318]},{"name":"OID_WWAN_PIN_LIST","features":[318]},{"name":"OID_WWAN_PREFERRED_MULTICARRIER_PROVIDERS","features":[318]},{"name":"OID_WWAN_PREFERRED_PROVIDERS","features":[318]},{"name":"OID_WWAN_PRESHUTDOWN","features":[318]},{"name":"OID_WWAN_PROVISIONED_CONTEXTS","features":[318]},{"name":"OID_WWAN_PS_MEDIA_CONFIG","features":[318]},{"name":"OID_WWAN_RADIO_STATE","features":[318]},{"name":"OID_WWAN_READY_INFO","features":[318]},{"name":"OID_WWAN_REGISTER_PARAMS","features":[318]},{"name":"OID_WWAN_REGISTER_STATE","features":[318]},{"name":"OID_WWAN_REGISTER_STATE_EX","features":[318]},{"name":"OID_WWAN_SAR_CONFIG","features":[318]},{"name":"OID_WWAN_SAR_TRANSMISSION_STATUS","features":[318]},{"name":"OID_WWAN_SERVICE_ACTIVATION","features":[318]},{"name":"OID_WWAN_SIGNAL_STATE","features":[318]},{"name":"OID_WWAN_SIGNAL_STATE_EX","features":[318]},{"name":"OID_WWAN_SLOT_INFO_STATUS","features":[318]},{"name":"OID_WWAN_SMS_CONFIGURATION","features":[318]},{"name":"OID_WWAN_SMS_DELETE","features":[318]},{"name":"OID_WWAN_SMS_READ","features":[318]},{"name":"OID_WWAN_SMS_SEND","features":[318]},{"name":"OID_WWAN_SMS_STATUS","features":[318]},{"name":"OID_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS","features":[318]},{"name":"OID_WWAN_SYS_CAPS","features":[318]},{"name":"OID_WWAN_SYS_SLOTMAPPINGS","features":[318]},{"name":"OID_WWAN_UE_POLICY","features":[318]},{"name":"OID_WWAN_UICC_ACCESS_BINARY","features":[318]},{"name":"OID_WWAN_UICC_ACCESS_RECORD","features":[318]},{"name":"OID_WWAN_UICC_APDU","features":[318]},{"name":"OID_WWAN_UICC_APP_LIST","features":[318]},{"name":"OID_WWAN_UICC_ATR","features":[318]},{"name":"OID_WWAN_UICC_CLOSE_CHANNEL","features":[318]},{"name":"OID_WWAN_UICC_FILE_STATUS","features":[318]},{"name":"OID_WWAN_UICC_OPEN_CHANNEL","features":[318]},{"name":"OID_WWAN_UICC_RESET","features":[318]},{"name":"OID_WWAN_UICC_TERMINAL_CAPABILITY","features":[318]},{"name":"OID_WWAN_USSD","features":[318]},{"name":"OID_WWAN_VENDOR_SPECIFIC","features":[318]},{"name":"OID_WWAN_VISIBLE_PROVIDERS","features":[318]},{"name":"OID_XBOX_ACC_RESERVED0","features":[318]},{"name":"OriginalNetBufferList","features":[318]},{"name":"OriginalPacketInfo","features":[318]},{"name":"PD_BUFFER_ATTR_BUILT_IN_DATA_BUFFER","features":[318]},{"name":"PD_BUFFER_FLAG_PARTIAL_PACKET_HEAD","features":[318]},{"name":"PD_BUFFER_MIN_RX_DATA_START_ALIGNMENT","features":[318]},{"name":"PD_BUFFER_MIN_RX_DATA_START_VALUE","features":[318]},{"name":"PD_BUFFER_MIN_TX_DATA_START_ALIGNMENT","features":[318]},{"name":"PERMANENT_VC","features":[318]},{"name":"PMKID_CANDIDATE","features":[318]},{"name":"PNDIS_TIMER_FUNCTION","features":[318]},{"name":"PROTCOL_CO_AF_REGISTER_NOTIFY","features":[318]},{"name":"PROTOCOL_CL_ADD_PARTY_COMPLETE","features":[318]},{"name":"PROTOCOL_CL_CALL_CONNECTED","features":[318]},{"name":"PROTOCOL_CL_CLOSE_AF_COMPLETE","features":[318]},{"name":"PROTOCOL_CL_CLOSE_CALL_COMPLETE","features":[318]},{"name":"PROTOCOL_CL_DEREGISTER_SAP_COMPLETE","features":[318]},{"name":"PROTOCOL_CL_DROP_PARTY_COMPLETE","features":[318]},{"name":"PROTOCOL_CL_INCOMING_CALL","features":[318]},{"name":"PROTOCOL_CL_INCOMING_CALL_QOS_CHANGE","features":[318]},{"name":"PROTOCOL_CL_INCOMING_CLOSE_CALL","features":[318]},{"name":"PROTOCOL_CL_INCOMING_DROP_PARTY","features":[318]},{"name":"PROTOCOL_CL_MAKE_CALL_COMPLETE","features":[318]},{"name":"PROTOCOL_CL_MODIFY_CALL_QOS_COMPLETE","features":[318]},{"name":"PROTOCOL_CL_OPEN_AF_COMPLETE","features":[318]},{"name":"PROTOCOL_CL_REGISTER_SAP_COMPLETE","features":[318]},{"name":"PROTOCOL_CM_ACTIVATE_VC_COMPLETE","features":[318]},{"name":"PROTOCOL_CM_ADD_PARTY","features":[318]},{"name":"PROTOCOL_CM_CLOSE_AF","features":[318]},{"name":"PROTOCOL_CM_CLOSE_CALL","features":[318]},{"name":"PROTOCOL_CM_DEACTIVATE_VC_COMPLETE","features":[318]},{"name":"PROTOCOL_CM_DEREGISTER_SAP","features":[318]},{"name":"PROTOCOL_CM_DROP_PARTY","features":[318]},{"name":"PROTOCOL_CM_INCOMING_CALL_COMPLETE","features":[318]},{"name":"PROTOCOL_CM_MAKE_CALL","features":[318]},{"name":"PROTOCOL_CM_MODIFY_QOS_CALL","features":[318]},{"name":"PROTOCOL_CM_OPEN_AF","features":[318]},{"name":"PROTOCOL_CM_REG_SAP","features":[318]},{"name":"PROTOCOL_CO_AF_REGISTER_NOTIFY","features":[318]},{"name":"PROTOCOL_CO_CREATE_VC","features":[318]},{"name":"PROTOCOL_CO_DELETE_VC","features":[318]},{"name":"PacketCancelId","features":[318]},{"name":"QUERY_CALL_PARAMETERS","features":[318]},{"name":"READABLE_LOCAL_CLOCK","features":[318]},{"name":"RECEIVE_TIME_INDICATION","features":[318]},{"name":"RECEIVE_TIME_INDICATION_CAPABLE","features":[318]},{"name":"RECEIVE_VC","features":[318]},{"name":"REFERENCE","features":[318,305]},{"name":"RESERVE_RESOURCES_VC","features":[318]},{"name":"ROUND_DOWN_FLOW","features":[318]},{"name":"ROUND_UP_FLOW","features":[318]},{"name":"STRINGFORMAT_ASCII","features":[318]},{"name":"STRINGFORMAT_BINARY","features":[318]},{"name":"STRINGFORMAT_DBCS","features":[318]},{"name":"STRINGFORMAT_UNICODE","features":[318]},{"name":"ScatterGatherListPacketInfo","features":[318]},{"name":"ShortPacketPaddingInfo","features":[318]},{"name":"TDI_PNP_HANDLER","features":[318,305]},{"name":"TDI_REGISTER_CALLBACK","features":[318,305]},{"name":"TIMED_SEND_CAPABLE","features":[318]},{"name":"TIME_STAMP_CAPABLE","features":[318]},{"name":"TRANSMIT_VC","features":[318]},{"name":"TRANSPORT_HEADER_OFFSET","features":[318]},{"name":"TRUNCATED_HASH_LEN","features":[318]},{"name":"TR_FILTER","features":[318]},{"name":"TcpIpChecksumPacketInfo","features":[318]},{"name":"TcpLargeSendPacketInfo","features":[318]},{"name":"UDP_ENCAP_TYPE","features":[318]},{"name":"USE_TIME_STAMPS","features":[318]},{"name":"VAR_STRING","features":[318]},{"name":"WAN_PROTOCOL_KEEPS_STATS","features":[318]},{"name":"W_CO_ACTIVATE_VC_HANDLER","features":[318]},{"name":"W_CO_CREATE_VC_HANDLER","features":[318]},{"name":"W_CO_DEACTIVATE_VC_HANDLER","features":[318]},{"name":"W_CO_DELETE_VC_HANDLER","features":[318]},{"name":"fNDIS_GUID_ALLOW_READ","features":[318]},{"name":"fNDIS_GUID_ALLOW_WRITE","features":[318]},{"name":"fNDIS_GUID_ANSI_STRING","features":[318]},{"name":"fNDIS_GUID_ARRAY","features":[318]},{"name":"fNDIS_GUID_METHOD","features":[318]},{"name":"fNDIS_GUID_NDIS_RESERVED","features":[318]},{"name":"fNDIS_GUID_SUPPORT_COMMON_HEADER","features":[318]},{"name":"fNDIS_GUID_TO_OID","features":[318]},{"name":"fNDIS_GUID_TO_STATUS","features":[318]},{"name":"fNDIS_GUID_UNICODE_STRING","features":[318]},{"name":"fPACKET_ALLOCATED_BY_NDIS","features":[318]},{"name":"fPACKET_CONTAINS_MEDIA_SPECIFIC_INFO","features":[318]},{"name":"fPACKET_WRAPPER_RESERVED","features":[318]}],"345":[{"name":"FWPM_SERVICE_STATE_CHANGE_CALLBACK0","features":[321,322]},{"name":"FwpmBfeStateGet0","features":[321,322]},{"name":"FwpmBfeStateSubscribeChanges0","features":[321,305,322]},{"name":"FwpmBfeStateUnsubscribeChanges0","features":[321,305]},{"name":"FwpmCalloutAdd0","features":[321,305,322,309]},{"name":"FwpmCalloutCreateEnumHandle0","features":[321,305,322]},{"name":"FwpmCalloutDeleteById0","features":[321,305]},{"name":"FwpmCalloutDeleteByKey0","features":[321,305]},{"name":"FwpmCalloutDestroyEnumHandle0","features":[321,305]},{"name":"FwpmCalloutEnum0","features":[321,305,322]},{"name":"FwpmCalloutGetById0","features":[321,305,322]},{"name":"FwpmCalloutGetByKey0","features":[321,305,322]},{"name":"FwpmCalloutGetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmCalloutSetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmConnectionCreateEnumHandle0","features":[321,305,322]},{"name":"FwpmConnectionDestroyEnumHandle0","features":[321,305]},{"name":"FwpmConnectionEnum0","features":[321,305,322]},{"name":"FwpmConnectionGetById0","features":[321,305,322]},{"name":"FwpmConnectionGetSecurityInfo0","features":[321,305,309]},{"name":"FwpmConnectionSetSecurityInfo0","features":[321,305,309]},{"name":"FwpmEngineClose0","features":[321,305]},{"name":"FwpmEngineGetOption0","features":[321,305,322,309]},{"name":"FwpmEngineGetSecurityInfo0","features":[321,305,309]},{"name":"FwpmEngineOpen0","features":[321,305,322,309,323]},{"name":"FwpmEngineSetOption0","features":[321,305,322,309]},{"name":"FwpmEngineSetSecurityInfo0","features":[321,305,309]},{"name":"FwpmFilterAdd0","features":[321,305,322,309]},{"name":"FwpmFilterCreateEnumHandle0","features":[321,305,322,309]},{"name":"FwpmFilterDeleteById0","features":[321,305]},{"name":"FwpmFilterDeleteByKey0","features":[321,305]},{"name":"FwpmFilterDestroyEnumHandle0","features":[321,305]},{"name":"FwpmFilterEnum0","features":[321,305,322,309]},{"name":"FwpmFilterGetById0","features":[321,305,322,309]},{"name":"FwpmFilterGetByKey0","features":[321,305,322,309]},{"name":"FwpmFilterGetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmFilterSetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmFreeMemory0","features":[321]},{"name":"FwpmIPsecTunnelAdd0","features":[321,305,322,309]},{"name":"FwpmIPsecTunnelAdd1","features":[321,305,322,309]},{"name":"FwpmIPsecTunnelAdd2","features":[321,305,322,309]},{"name":"FwpmIPsecTunnelAdd3","features":[321,305,322,309]},{"name":"FwpmIPsecTunnelDeleteByKey0","features":[321,305]},{"name":"FwpmLayerCreateEnumHandle0","features":[321,305,322]},{"name":"FwpmLayerDestroyEnumHandle0","features":[321,305]},{"name":"FwpmLayerEnum0","features":[321,305,322]},{"name":"FwpmLayerGetById0","features":[321,305,322]},{"name":"FwpmLayerGetByKey0","features":[321,305,322]},{"name":"FwpmLayerGetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmLayerSetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmNetEventCreateEnumHandle0","features":[321,305,322,309]},{"name":"FwpmNetEventDestroyEnumHandle0","features":[321,305]},{"name":"FwpmNetEventEnum0","features":[321,305,322,309]},{"name":"FwpmNetEventEnum1","features":[321,305,322,309]},{"name":"FwpmNetEventEnum2","features":[321,305,322,309]},{"name":"FwpmNetEventEnum3","features":[321,305,322,309]},{"name":"FwpmNetEventEnum4","features":[321,305,322,309]},{"name":"FwpmNetEventEnum5","features":[321,305,322,309]},{"name":"FwpmNetEventsGetSecurityInfo0","features":[321,305,309]},{"name":"FwpmNetEventsSetSecurityInfo0","features":[321,305,309]},{"name":"FwpmProviderAdd0","features":[321,305,322,309]},{"name":"FwpmProviderContextAdd0","features":[321,305,322,309]},{"name":"FwpmProviderContextAdd1","features":[321,305,322,309]},{"name":"FwpmProviderContextAdd2","features":[321,305,322,309]},{"name":"FwpmProviderContextAdd3","features":[321,305,322,309]},{"name":"FwpmProviderContextCreateEnumHandle0","features":[321,305,322]},{"name":"FwpmProviderContextDeleteById0","features":[321,305]},{"name":"FwpmProviderContextDeleteByKey0","features":[321,305]},{"name":"FwpmProviderContextDestroyEnumHandle0","features":[321,305]},{"name":"FwpmProviderContextEnum0","features":[321,305,322,309]},{"name":"FwpmProviderContextEnum1","features":[321,305,322,309]},{"name":"FwpmProviderContextEnum2","features":[321,305,322,309]},{"name":"FwpmProviderContextEnum3","features":[321,305,322,309]},{"name":"FwpmProviderContextGetById0","features":[321,305,322,309]},{"name":"FwpmProviderContextGetById1","features":[321,305,322,309]},{"name":"FwpmProviderContextGetById2","features":[321,305,322,309]},{"name":"FwpmProviderContextGetById3","features":[321,305,322,309]},{"name":"FwpmProviderContextGetByKey0","features":[321,305,322,309]},{"name":"FwpmProviderContextGetByKey1","features":[321,305,322,309]},{"name":"FwpmProviderContextGetByKey2","features":[321,305,322,309]},{"name":"FwpmProviderContextGetByKey3","features":[321,305,322,309]},{"name":"FwpmProviderContextGetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmProviderContextSetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmProviderCreateEnumHandle0","features":[321,305,322]},{"name":"FwpmProviderDeleteByKey0","features":[321,305]},{"name":"FwpmProviderDestroyEnumHandle0","features":[321,305]},{"name":"FwpmProviderEnum0","features":[321,305,322]},{"name":"FwpmProviderGetByKey0","features":[321,305,322]},{"name":"FwpmProviderGetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmProviderSetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmSessionCreateEnumHandle0","features":[321,305,322]},{"name":"FwpmSessionDestroyEnumHandle0","features":[321,305]},{"name":"FwpmSessionEnum0","features":[321,305,322,309]},{"name":"FwpmSubLayerAdd0","features":[321,305,322,309]},{"name":"FwpmSubLayerCreateEnumHandle0","features":[321,305,322]},{"name":"FwpmSubLayerDeleteByKey0","features":[321,305]},{"name":"FwpmSubLayerDestroyEnumHandle0","features":[321,305]},{"name":"FwpmSubLayerEnum0","features":[321,305,322]},{"name":"FwpmSubLayerGetByKey0","features":[321,305,322]},{"name":"FwpmSubLayerGetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmSubLayerSetSecurityInfoByKey0","features":[321,305,309]},{"name":"FwpmTransactionAbort0","features":[321,305]},{"name":"FwpmTransactionBegin0","features":[321,305]},{"name":"FwpmTransactionCommit0","features":[321,305]},{"name":"FwpmvSwitchEventsGetSecurityInfo0","features":[321,305,309]},{"name":"FwpmvSwitchEventsSetSecurityInfo0","features":[321,305,309]},{"name":"IPsecDospGetSecurityInfo0","features":[321,305,309]},{"name":"IPsecDospGetStatistics0","features":[321,305,322]},{"name":"IPsecDospSetSecurityInfo0","features":[321,305,309]},{"name":"IPsecDospStateCreateEnumHandle0","features":[321,305,322]},{"name":"IPsecDospStateDestroyEnumHandle0","features":[321,305]},{"name":"IPsecDospStateEnum0","features":[321,305,322]},{"name":"IPsecGetStatistics0","features":[321,305,322]},{"name":"IPsecGetStatistics1","features":[321,305,322]},{"name":"IPsecSaContextAddInbound0","features":[321,305,322]},{"name":"IPsecSaContextAddInbound1","features":[321,305,322]},{"name":"IPsecSaContextAddOutbound0","features":[321,305,322]},{"name":"IPsecSaContextAddOutbound1","features":[321,305,322]},{"name":"IPsecSaContextCreate0","features":[321,305,322]},{"name":"IPsecSaContextCreate1","features":[321,305,322]},{"name":"IPsecSaContextCreateEnumHandle0","features":[321,305,322,309]},{"name":"IPsecSaContextDeleteById0","features":[321,305]},{"name":"IPsecSaContextDestroyEnumHandle0","features":[321,305]},{"name":"IPsecSaContextEnum0","features":[321,305,322,309]},{"name":"IPsecSaContextEnum1","features":[321,305,322,309]},{"name":"IPsecSaContextExpire0","features":[321,305]},{"name":"IPsecSaContextGetById0","features":[321,305,322,309]},{"name":"IPsecSaContextGetById1","features":[321,305,322,309]},{"name":"IPsecSaContextGetSpi0","features":[321,305,322]},{"name":"IPsecSaContextGetSpi1","features":[321,305,322]},{"name":"IPsecSaContextSetSpi0","features":[321,305,322]},{"name":"IPsecSaContextUpdate0","features":[321,305,322,309]},{"name":"IPsecSaCreateEnumHandle0","features":[321,305,322]},{"name":"IPsecSaDbGetSecurityInfo0","features":[321,305,309]},{"name":"IPsecSaDbSetSecurityInfo0","features":[321,305,309]},{"name":"IPsecSaDestroyEnumHandle0","features":[321,305]},{"name":"IPsecSaEnum0","features":[321,305,322,309]},{"name":"IPsecSaEnum1","features":[321,305,322,309]},{"name":"IkeextGetStatistics0","features":[321,305,322]},{"name":"IkeextGetStatistics1","features":[321,305,322]},{"name":"IkeextSaCreateEnumHandle0","features":[321,305,322,309]},{"name":"IkeextSaDbGetSecurityInfo0","features":[321,305,309]},{"name":"IkeextSaDbSetSecurityInfo0","features":[321,305,309]},{"name":"IkeextSaDeleteById0","features":[321,305]},{"name":"IkeextSaDestroyEnumHandle0","features":[321,305]},{"name":"IkeextSaEnum0","features":[321,305,322]},{"name":"IkeextSaEnum1","features":[321,305,322]},{"name":"IkeextSaEnum2","features":[321,305,322]},{"name":"IkeextSaGetById0","features":[321,305,322]},{"name":"IkeextSaGetById1","features":[321,305,322]},{"name":"IkeextSaGetById2","features":[321,305,322]}],"346":[{"name":"ACE_HEADER","features":[310]},{"name":"ALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK","features":[310,305,324]},{"name":"ATOMIC_CREATE_ECP_CONTEXT","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_BEST_EFFORT","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_EOF_SPECIFIED","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_FILE_ATTRIBUTES_SPECIFIED","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_GEN_FLAGS_SPECIFIED","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_MARK_USN_SOURCE_INFO","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_OPERATION_MASK","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_OP_FLAGS_SPECIFIED","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_REPARSE_POINT_SPECIFIED","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SPARSE_SPECIFIED","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_DIR_CHANGE_NOTIFY","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_FILE_ATTRIBUTE_INHERITANCE","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_SUPPRESS_PARENT_TIMESTAMPS_UPDATE","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_TIMESTAMPS_SPECIFIED","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_VDL_SPECIFIED","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_FLAG_WRITE_USN_CLOSE_RECORD","features":[310]},{"name":"ATOMIC_CREATE_ECP_IN_OP_FLAG_CASE_SENSITIVE_FLAGS_SPECIFIED","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_EOF_SET","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTES_RETURNED","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTES_SET","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_FILE_ATTRIBUTE_INHERITANCE_SUPPRESSED","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_OPERATION_MASK","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_OP_FLAGS_HONORED","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_REPARSE_POINT_SET","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_SPARSE_SET","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_TIMESTAMPS_RETURNED","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_TIMESTAMPS_SET","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_CLOSE_RECORD_WRITTEN","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_RETURNED","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_USN_SOURCE_INFO_MARKED","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_FLAG_VDL_SET","features":[310]},{"name":"ATOMIC_CREATE_ECP_OUT_OP_FLAG_CASE_SENSITIVE_FLAGS_SET","features":[310]},{"name":"ApplyControlToken","features":[310]},{"name":"AuditAccessCheck","features":[310]},{"name":"AuditCloseNonObject","features":[310]},{"name":"AuditCloseObject","features":[310]},{"name":"AuditDeleteObject","features":[310]},{"name":"AuditHandleCreation","features":[310]},{"name":"AuditObjectReference","features":[310]},{"name":"AuditOpenNonObject","features":[310]},{"name":"AuditOpenObject","features":[310]},{"name":"AuditOpenObjectForDelete","features":[310]},{"name":"AuditOpenObjectForDeleteWithTransaction","features":[310]},{"name":"AuditOpenObjectWithTransaction","features":[310]},{"name":"AuditPrivilegeObject","features":[310]},{"name":"AuditPrivilegeService","features":[310]},{"name":"BASE_MCB","features":[310]},{"name":"BOOT_AREA_INFO","features":[310]},{"name":"CACHE_MANAGER_CALLBACKS","features":[310,305]},{"name":"CACHE_MANAGER_CALLBACKS_EX","features":[310,305]},{"name":"CACHE_MANAGER_CALLBACKS_EX_V1","features":[310]},{"name":"CACHE_MANAGER_CALLBACK_FUNCTIONS","features":[310,305]},{"name":"CACHE_UNINITIALIZE_EVENT","features":[307,310,305,312]},{"name":"CACHE_USE_DIRECT_ACCESS_MAPPING","features":[310]},{"name":"CACHE_VALID_FLAGS","features":[310]},{"name":"CC_ACQUIRE_DONT_WAIT","features":[310]},{"name":"CC_ACQUIRE_SUPPORTS_ASYNC_LAZYWRITE","features":[310]},{"name":"CC_AGGRESSIVE_UNMAP_BEHIND","features":[310]},{"name":"CC_ASYNC_READ_CONTEXT","features":[307,310,305]},{"name":"CC_DISABLE_DIRTY_PAGE_TRACKING","features":[310]},{"name":"CC_DISABLE_READ_AHEAD","features":[310]},{"name":"CC_DISABLE_UNMAP_BEHIND","features":[310]},{"name":"CC_DISABLE_WRITE_BEHIND","features":[310]},{"name":"CC_ENABLE_CPU_CACHE","features":[310]},{"name":"CC_ENABLE_DISK_IO_ACCOUNTING","features":[310]},{"name":"CC_ERROR_CALLBACK_CONTEXT","features":[310,305]},{"name":"CC_FILE_SIZES","features":[310]},{"name":"CC_FLUSH_AND_PURGE_GATHER_DIRTY_BITS","features":[310]},{"name":"CC_FLUSH_AND_PURGE_NO_PURGE","features":[310]},{"name":"CC_FLUSH_AND_PURGE_WRITEABLE_VIEWS_NOTSEEN","features":[310]},{"name":"COMPRESSED_DATA_INFO","features":[310]},{"name":"COMPRESSION_ENGINE_MASK","features":[310]},{"name":"COMPRESSION_ENGINE_MAX","features":[310]},{"name":"COMPRESSION_FORMAT_MASK","features":[310]},{"name":"COMPRESSION_FORMAT_MAX","features":[310]},{"name":"CONTAINER_ROOT_INFO_INPUT","features":[310]},{"name":"CONTAINER_ROOT_INFO_OUTPUT","features":[310]},{"name":"CONTAINER_VOLUME_STATE","features":[310]},{"name":"COPY_INFORMATION","features":[307,310,308,305,309,311,312,313]},{"name":"CPTABLEINFO","features":[310]},{"name":"CREATE_REDIRECTION_ECP_CONTEXT","features":[310,325]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_LAYER","features":[310]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_REGISTERED_LAYER","features":[310]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_REMOTE_LAYER","features":[310]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_SCRATCH","features":[310]},{"name":"CREATE_REDIRECTION_FLAGS_SERVICED_FROM_USER_MODE","features":[310]},{"name":"CREATE_USN_JOURNAL_DATA","features":[310]},{"name":"CSV_DOWN_LEVEL_FILE_TYPE","features":[310]},{"name":"CSV_DOWN_LEVEL_OPEN_ECP_CONTEXT","features":[310,305]},{"name":"CSV_QUERY_FILE_REVISION_ECP_CONTEXT","features":[310]},{"name":"CSV_QUERY_FILE_REVISION_ECP_CONTEXT_FILE_ID_128","features":[310,325]},{"name":"CSV_SET_HANDLE_PROPERTIES_ECP_CONTEXT","features":[310]},{"name":"CSV_SET_HANDLE_PROPERTIES_ECP_CONTEXT_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[310]},{"name":"CcAsyncCopyRead","features":[307,310,308,305,309,311,312,313]},{"name":"CcCanIWrite","features":[307,310,308,305,309,311,312,313]},{"name":"CcCoherencyFlushAndPurgeCache","features":[307,310,305,311]},{"name":"CcCopyRead","features":[307,310,308,305,309,311,312,313]},{"name":"CcCopyReadEx","features":[307,310,308,305,309,311,312,313]},{"name":"CcCopyWrite","features":[307,310,308,305,309,311,312,313]},{"name":"CcCopyWriteEx","features":[307,310,308,305,309,311,312,313]},{"name":"CcCopyWriteWontFlush","features":[307,310,308,305,309,311,312,313]},{"name":"CcDeferWrite","features":[307,310,308,305,309,311,312,313]},{"name":"CcErrorCallbackRoutine","features":[310,305]},{"name":"CcFastCopyRead","features":[307,310,308,305,309,311,312,313]},{"name":"CcFastCopyWrite","features":[307,310,308,305,309,311,312,313]},{"name":"CcFlushCache","features":[307,310,305,311]},{"name":"CcGetDirtyPages","features":[307,310,308,305,309,311,312,313]},{"name":"CcGetFileObjectFromBcb","features":[307,310,308,305,309,311,312,313]},{"name":"CcGetFileObjectFromSectionPtrs","features":[307,310,308,305,309,311,312,313]},{"name":"CcGetFileObjectFromSectionPtrsRef","features":[307,310,308,305,309,311,312,313]},{"name":"CcGetFlushedValidData","features":[307,310,305]},{"name":"CcInitializeCacheMap","features":[307,310,308,305,309,311,312,313]},{"name":"CcInitializeCacheMapEx","features":[307,310,308,305,309,311,312,313]},{"name":"CcIsCacheManagerCallbackNeeded","features":[310,305]},{"name":"CcIsThereDirtyData","features":[307,310,308,305,309,311,312,313]},{"name":"CcIsThereDirtyDataEx","features":[307,310,308,305,309,311,312,313]},{"name":"CcMapData","features":[307,310,308,305,309,311,312,313]},{"name":"CcMdlRead","features":[307,310,308,305,309,311,312,313]},{"name":"CcMdlReadComplete","features":[307,310,308,305,309,311,312,313]},{"name":"CcMdlWriteAbort","features":[307,310,308,305,309,311,312,313]},{"name":"CcMdlWriteComplete","features":[307,310,308,305,309,311,312,313]},{"name":"CcPinMappedData","features":[307,310,308,305,309,311,312,313]},{"name":"CcPinRead","features":[307,310,308,305,309,311,312,313]},{"name":"CcPrepareMdlWrite","features":[307,310,308,305,309,311,312,313]},{"name":"CcPreparePinWrite","features":[307,310,308,305,309,311,312,313]},{"name":"CcPurgeCacheSection","features":[307,310,305]},{"name":"CcRemapBcb","features":[310]},{"name":"CcRepinBcb","features":[310]},{"name":"CcScheduleReadAhead","features":[307,310,308,305,309,311,312,313]},{"name":"CcScheduleReadAheadEx","features":[307,310,308,305,309,311,312,313]},{"name":"CcSetAdditionalCacheAttributes","features":[307,310,308,305,309,311,312,313]},{"name":"CcSetAdditionalCacheAttributesEx","features":[307,310,308,305,309,311,312,313]},{"name":"CcSetBcbOwnerPointer","features":[310]},{"name":"CcSetDirtyPageThreshold","features":[307,310,308,305,309,311,312,313]},{"name":"CcSetDirtyPinnedData","features":[310]},{"name":"CcSetFileSizes","features":[307,310,308,305,309,311,312,313]},{"name":"CcSetFileSizesEx","features":[307,310,308,305,309,311,312,313]},{"name":"CcSetLogHandleForFile","features":[307,310,308,305,309,311,312,313]},{"name":"CcSetParallelFlushFile","features":[307,310,308,305,309,311,312,313]},{"name":"CcSetReadAheadGranularity","features":[307,310,308,305,309,311,312,313]},{"name":"CcUninitializeCacheMap","features":[307,310,308,305,309,311,312,313]},{"name":"CcUnpinData","features":[310]},{"name":"CcUnpinDataForThread","features":[310]},{"name":"CcUnpinRepinnedBcb","features":[310,305,311]},{"name":"CcWaitForCurrentLazyWriterActivity","features":[310,305]},{"name":"CcZeroData","features":[307,310,308,305,309,311,312,313]},{"name":"ChangeDataControlArea","features":[310]},{"name":"ChangeImageControlArea","features":[310]},{"name":"ChangeSharedCacheMap","features":[310]},{"name":"CompleteAuthToken","features":[310]},{"name":"CsvCsvFsInternalFileObject","features":[310]},{"name":"CsvDownLevelFileObject","features":[310]},{"name":"DD_MUP_DEVICE_NAME","features":[310]},{"name":"DEVICE_RESET_KEEP_STACK","features":[310]},{"name":"DEVICE_RESET_RESERVED_0","features":[310]},{"name":"DEVICE_RESET_RESERVED_1","features":[310]},{"name":"DO_BOOT_CRITICAL","features":[310]},{"name":"DO_BUFFERED_IO","features":[310]},{"name":"DO_BUS_ENUMERATED_DEVICE","features":[310]},{"name":"DO_DAX_VOLUME","features":[310]},{"name":"DO_DEVICE_HAS_NAME","features":[310]},{"name":"DO_DEVICE_INITIALIZING","features":[310]},{"name":"DO_DEVICE_IRP_REQUIRES_EXTENSION","features":[310]},{"name":"DO_DEVICE_TO_BE_RESET","features":[310]},{"name":"DO_DIRECT_IO","features":[310]},{"name":"DO_DISALLOW_EXECUTE","features":[310]},{"name":"DO_EXCLUSIVE","features":[310]},{"name":"DO_FORCE_NEITHER_IO","features":[310]},{"name":"DO_LONG_TERM_REQUESTS","features":[310]},{"name":"DO_LOW_PRIORITY_FILESYSTEM","features":[310]},{"name":"DO_MAP_IO_BUFFER","features":[310]},{"name":"DO_NEVER_LAST_DEVICE","features":[310]},{"name":"DO_NOT_PURGE_DIRTY_PAGES","features":[310]},{"name":"DO_NOT_RETRY_PURGE","features":[310]},{"name":"DO_POWER_INRUSH","features":[310]},{"name":"DO_POWER_PAGABLE","features":[310]},{"name":"DO_SHUTDOWN_REGISTERED","features":[310]},{"name":"DO_SUPPORTS_PERSISTENT_ACLS","features":[310]},{"name":"DO_SUPPORTS_TRANSACTIONS","features":[310]},{"name":"DO_SYSTEM_BOOT_PARTITION","features":[310]},{"name":"DO_SYSTEM_CRITICAL_PARTITION","features":[310]},{"name":"DO_SYSTEM_SYSTEM_PARTITION","features":[310]},{"name":"DO_VERIFY_VOLUME","features":[310]},{"name":"DO_VOLUME_DEVICE_OBJECT","features":[310]},{"name":"DUAL_OPLOCK_KEY_ECP_CONTEXT","features":[310,305]},{"name":"DUPLICATE_CLUSTER_DATA","features":[310]},{"name":"DfsLinkTrackingInformation","features":[310]},{"name":"EA_NAME_NETWORK_OPEN_ECP_INTEGRITY","features":[310]},{"name":"EA_NAME_NETWORK_OPEN_ECP_INTEGRITY_U","features":[310]},{"name":"EA_NAME_NETWORK_OPEN_ECP_PRIVACY","features":[310]},{"name":"EA_NAME_NETWORK_OPEN_ECP_PRIVACY_U","features":[310]},{"name":"ECP_OPEN_PARAMETERS","features":[310]},{"name":"ECP_OPEN_PARAMETERS_FLAG_FAIL_ON_CASE_SENSITIVE_DIR","features":[310]},{"name":"ECP_OPEN_PARAMETERS_FLAG_IGNORE_DIR_CASE_SENSITIVITY","features":[310]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_DELETE","features":[310]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_READ","features":[310]},{"name":"ECP_OPEN_PARAMETERS_FLAG_OPEN_FOR_WRITE","features":[310]},{"name":"ECP_TYPE_CLFS_CREATE_CONTAINER","features":[310]},{"name":"ECP_TYPE_IO_STOP_ON_SYMLINK_FILTER_GUID","features":[310]},{"name":"ECP_TYPE_OPEN_REPARSE_GUID","features":[310]},{"name":"EOF_WAIT_BLOCK","features":[307,310,305,312]},{"name":"EVENT_INCREMENT","features":[310]},{"name":"EXTENT_READ_CACHE_INFO_BUFFER","features":[310]},{"name":"EqualTo","features":[310]},{"name":"ExDisableResourceBoostLite","features":[307,310,312]},{"name":"ExQueryPoolBlockSize","features":[310,305]},{"name":"ExportSecurityContext","features":[310]},{"name":"FAST_IO_POSSIBLE","features":[310]},{"name":"FILE_ACCESS_INFORMATION","features":[310]},{"name":"FILE_ACTION_ADDED_STREAM","features":[310]},{"name":"FILE_ACTION_ID_NOT_TUNNELLED","features":[310]},{"name":"FILE_ACTION_MODIFIED_STREAM","features":[310]},{"name":"FILE_ACTION_REMOVED_BY_DELETE","features":[310]},{"name":"FILE_ACTION_REMOVED_STREAM","features":[310]},{"name":"FILE_ACTION_TUNNELLED_ID_COLLISION","features":[310]},{"name":"FILE_ALIGNMENT_INFORMATION","features":[310]},{"name":"FILE_ALLOCATION_INFORMATION","features":[310]},{"name":"FILE_ALL_INFORMATION","features":[310,305]},{"name":"FILE_BASIC_INFORMATION","features":[310]},{"name":"FILE_BOTH_DIR_INFORMATION","features":[310]},{"name":"FILE_CASE_SENSITIVE_INFORMATION","features":[310]},{"name":"FILE_CLEANUP_FILE_DELETED","features":[310]},{"name":"FILE_CLEANUP_FILE_REMAINS","features":[310]},{"name":"FILE_CLEANUP_LINK_DELETED","features":[310]},{"name":"FILE_CLEANUP_POSIX_STYLE_DELETE","features":[310]},{"name":"FILE_CLEANUP_STREAM_DELETED","features":[310]},{"name":"FILE_CLEANUP_UNKNOWN","features":[310]},{"name":"FILE_CLEANUP_WRONG_DEVICE","features":[310]},{"name":"FILE_COMPLETE_IF_OPLOCKED","features":[310]},{"name":"FILE_COMPLETION_INFORMATION","features":[310,305]},{"name":"FILE_COMPRESSION_INFORMATION","features":[310]},{"name":"FILE_CONTAINS_EXTENDED_CREATE_INFORMATION","features":[310]},{"name":"FILE_CREATE","features":[310]},{"name":"FILE_CREATE_TREE_CONNECTION","features":[310]},{"name":"FILE_DELETE_ON_CLOSE","features":[310]},{"name":"FILE_DIRECTORY_FILE","features":[310]},{"name":"FILE_DIRECTORY_INFORMATION","features":[310]},{"name":"FILE_DISALLOW_EXCLUSIVE","features":[310]},{"name":"FILE_DISPOSITION_DELETE","features":[310]},{"name":"FILE_DISPOSITION_DO_NOT_DELETE","features":[310]},{"name":"FILE_DISPOSITION_FORCE_IMAGE_SECTION_CHECK","features":[310]},{"name":"FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE","features":[310]},{"name":"FILE_DISPOSITION_INFORMATION","features":[310,305]},{"name":"FILE_DISPOSITION_INFORMATION_EX","features":[310]},{"name":"FILE_DISPOSITION_INFORMATION_EX_FLAGS","features":[310]},{"name":"FILE_DISPOSITION_ON_CLOSE","features":[310]},{"name":"FILE_DISPOSITION_POSIX_SEMANTICS","features":[310]},{"name":"FILE_EA_INFORMATION","features":[310]},{"name":"FILE_EA_TYPE_ASCII","features":[310]},{"name":"FILE_EA_TYPE_ASN1","features":[310]},{"name":"FILE_EA_TYPE_BINARY","features":[310]},{"name":"FILE_EA_TYPE_BITMAP","features":[310]},{"name":"FILE_EA_TYPE_EA","features":[310]},{"name":"FILE_EA_TYPE_FAMILY_IDS","features":[310]},{"name":"FILE_EA_TYPE_ICON","features":[310]},{"name":"FILE_EA_TYPE_METAFILE","features":[310]},{"name":"FILE_EA_TYPE_MVMT","features":[310]},{"name":"FILE_EA_TYPE_MVST","features":[310]},{"name":"FILE_END_OF_FILE_INFORMATION_EX","features":[310]},{"name":"FILE_FS_ATTRIBUTE_INFORMATION","features":[310]},{"name":"FILE_FS_CONTROL_INFORMATION","features":[310]},{"name":"FILE_FS_DATA_COPY_INFORMATION","features":[310]},{"name":"FILE_FS_DRIVER_PATH_INFORMATION","features":[310,305]},{"name":"FILE_FS_SECTOR_SIZE_INFORMATION","features":[310]},{"name":"FILE_FS_VOLUME_FLAGS_INFORMATION","features":[310]},{"name":"FILE_FULL_DIR_INFORMATION","features":[310]},{"name":"FILE_FULL_EA_INFORMATION","features":[310]},{"name":"FILE_GET_EA_INFORMATION","features":[310]},{"name":"FILE_GET_QUOTA_INFORMATION","features":[310,309]},{"name":"FILE_ID_BOTH_DIR_INFORMATION","features":[310]},{"name":"FILE_ID_EXTD_BOTH_DIR_INFORMATION","features":[310,325]},{"name":"FILE_ID_EXTD_DIR_INFORMATION","features":[310,325]},{"name":"FILE_ID_FULL_DIR_INFORMATION","features":[310]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFORMATION","features":[310]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_VISIBLE_OUTSIDE_TX","features":[310]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_VISIBLE_TO_TX","features":[310]},{"name":"FILE_ID_GLOBAL_TX_DIR_INFO_FLAG_WRITELOCKED","features":[310]},{"name":"FILE_ID_INFORMATION","features":[310,325]},{"name":"FILE_INFORMATION_CLASS","features":[310]},{"name":"FILE_INFORMATION_DEFINITION","features":[310]},{"name":"FILE_INTERNAL_INFORMATION","features":[310]},{"name":"FILE_KNOWN_FOLDER_INFORMATION","features":[310]},{"name":"FILE_KNOWN_FOLDER_TYPE","features":[310]},{"name":"FILE_LINKS_FULL_ID_INFORMATION","features":[310,325]},{"name":"FILE_LINKS_INFORMATION","features":[310]},{"name":"FILE_LINK_ENTRY_FULL_ID_INFORMATION","features":[310,325]},{"name":"FILE_LINK_ENTRY_INFORMATION","features":[310]},{"name":"FILE_LINK_FORCE_RESIZE_SOURCE_SR","features":[310]},{"name":"FILE_LINK_FORCE_RESIZE_SR","features":[310]},{"name":"FILE_LINK_FORCE_RESIZE_TARGET_SR","features":[310]},{"name":"FILE_LINK_IGNORE_READONLY_ATTRIBUTE","features":[310]},{"name":"FILE_LINK_INFORMATION","features":[310,305]},{"name":"FILE_LINK_NO_DECREASE_AVAILABLE_SPACE","features":[310]},{"name":"FILE_LINK_NO_INCREASE_AVAILABLE_SPACE","features":[310]},{"name":"FILE_LINK_POSIX_SEMANTICS","features":[310]},{"name":"FILE_LINK_PRESERVE_AVAILABLE_SPACE","features":[310]},{"name":"FILE_LINK_REPLACE_IF_EXISTS","features":[310]},{"name":"FILE_LINK_SUPPRESS_STORAGE_RESERVE_INHERITANCE","features":[310]},{"name":"FILE_LOCK","features":[307,310,308,305,309,311,312,313]},{"name":"FILE_LOCK_INFO","features":[307,310,308,305,309,311,312,313]},{"name":"FILE_MAILSLOT_QUERY_INFORMATION","features":[310]},{"name":"FILE_MAILSLOT_SET_INFORMATION","features":[310]},{"name":"FILE_MODE_INFORMATION","features":[310]},{"name":"FILE_MOVE_CLUSTER_INFORMATION","features":[310,305]},{"name":"FILE_NAMES_INFORMATION","features":[310]},{"name":"FILE_NAME_INFORMATION","features":[310]},{"name":"FILE_NEED_EA","features":[310]},{"name":"FILE_NETWORK_OPEN_INFORMATION","features":[310]},{"name":"FILE_NETWORK_PHYSICAL_NAME_INFORMATION","features":[310]},{"name":"FILE_NON_DIRECTORY_FILE","features":[310]},{"name":"FILE_NOTIFY_CHANGE_EA","features":[310]},{"name":"FILE_NOTIFY_CHANGE_NAME","features":[310]},{"name":"FILE_NOTIFY_CHANGE_STREAM_NAME","features":[310]},{"name":"FILE_NOTIFY_CHANGE_STREAM_SIZE","features":[310]},{"name":"FILE_NOTIFY_CHANGE_STREAM_WRITE","features":[310]},{"name":"FILE_NOTIFY_VALID_MASK","features":[310]},{"name":"FILE_NO_COMPRESSION","features":[310]},{"name":"FILE_NO_EA_KNOWLEDGE","features":[310]},{"name":"FILE_NO_INTERMEDIATE_BUFFERING","features":[310]},{"name":"FILE_OBJECTID_INFORMATION","features":[310]},{"name":"FILE_OPBATCH_BREAK_UNDERWAY","features":[310]},{"name":"FILE_OPEN","features":[310]},{"name":"FILE_OPEN_BY_FILE_ID","features":[310]},{"name":"FILE_OPEN_FOR_BACKUP_INTENT","features":[310]},{"name":"FILE_OPEN_FOR_FREE_SPACE_QUERY","features":[310]},{"name":"FILE_OPEN_IF","features":[310]},{"name":"FILE_OPEN_NO_RECALL","features":[310]},{"name":"FILE_OPEN_REPARSE_POINT","features":[310]},{"name":"FILE_OPEN_REQUIRING_OPLOCK","features":[310]},{"name":"FILE_OPLOCK_BROKEN_TO_LEVEL_2","features":[310]},{"name":"FILE_OPLOCK_BROKEN_TO_NONE","features":[310]},{"name":"FILE_OVERWRITE","features":[310]},{"name":"FILE_OVERWRITE_IF","features":[310]},{"name":"FILE_PIPE_ACCEPT_REMOTE_CLIENTS","features":[310]},{"name":"FILE_PIPE_ASSIGN_EVENT_BUFFER","features":[310,305]},{"name":"FILE_PIPE_BYTE_STREAM_MODE","features":[310]},{"name":"FILE_PIPE_BYTE_STREAM_TYPE","features":[310]},{"name":"FILE_PIPE_CLIENT_END","features":[310]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER","features":[310]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER_EX","features":[310]},{"name":"FILE_PIPE_CLIENT_PROCESS_BUFFER_V2","features":[310]},{"name":"FILE_PIPE_CLOSING_STATE","features":[310]},{"name":"FILE_PIPE_COMPLETE_OPERATION","features":[310]},{"name":"FILE_PIPE_COMPUTER_NAME_LENGTH","features":[310]},{"name":"FILE_PIPE_CONNECTED_STATE","features":[310]},{"name":"FILE_PIPE_CREATE_SYMLINK_INPUT","features":[310]},{"name":"FILE_PIPE_DELETE_SYMLINK_INPUT","features":[310]},{"name":"FILE_PIPE_DISCONNECTED_STATE","features":[310]},{"name":"FILE_PIPE_EVENT_BUFFER","features":[310]},{"name":"FILE_PIPE_FULL_DUPLEX","features":[310]},{"name":"FILE_PIPE_INBOUND","features":[310]},{"name":"FILE_PIPE_INFORMATION","features":[310]},{"name":"FILE_PIPE_LISTENING_STATE","features":[310]},{"name":"FILE_PIPE_LOCAL_INFORMATION","features":[310]},{"name":"FILE_PIPE_MESSAGE_MODE","features":[310]},{"name":"FILE_PIPE_MESSAGE_TYPE","features":[310]},{"name":"FILE_PIPE_OUTBOUND","features":[310]},{"name":"FILE_PIPE_PEEK_BUFFER","features":[310]},{"name":"FILE_PIPE_QUEUE_OPERATION","features":[310]},{"name":"FILE_PIPE_READ_DATA","features":[310]},{"name":"FILE_PIPE_REJECT_REMOTE_CLIENTS","features":[310]},{"name":"FILE_PIPE_REMOTE_INFORMATION","features":[310]},{"name":"FILE_PIPE_SERVER_END","features":[310]},{"name":"FILE_PIPE_SILO_ARRIVAL_INPUT","features":[310,305]},{"name":"FILE_PIPE_SYMLINK_FLAG_GLOBAL","features":[310]},{"name":"FILE_PIPE_SYMLINK_FLAG_RELATIVE","features":[310]},{"name":"FILE_PIPE_TYPE_VALID_MASK","features":[310]},{"name":"FILE_PIPE_WAIT_FOR_BUFFER","features":[310,305]},{"name":"FILE_PIPE_WRITE_SPACE","features":[310]},{"name":"FILE_POSITION_INFORMATION","features":[310]},{"name":"FILE_QUOTA_INFORMATION","features":[310,309]},{"name":"FILE_RANDOM_ACCESS","features":[310]},{"name":"FILE_REMOTE_PROTOCOL_INFORMATION","features":[310]},{"name":"FILE_RENAME_FORCE_RESIZE_SOURCE_SR","features":[310]},{"name":"FILE_RENAME_FORCE_RESIZE_SR","features":[310]},{"name":"FILE_RENAME_FORCE_RESIZE_TARGET_SR","features":[310]},{"name":"FILE_RENAME_IGNORE_READONLY_ATTRIBUTE","features":[310]},{"name":"FILE_RENAME_INFORMATION","features":[310,305]},{"name":"FILE_RENAME_NO_DECREASE_AVAILABLE_SPACE","features":[310]},{"name":"FILE_RENAME_NO_INCREASE_AVAILABLE_SPACE","features":[310]},{"name":"FILE_RENAME_POSIX_SEMANTICS","features":[310]},{"name":"FILE_RENAME_PRESERVE_AVAILABLE_SPACE","features":[310]},{"name":"FILE_RENAME_REPLACE_IF_EXISTS","features":[310]},{"name":"FILE_RENAME_SUPPRESS_PIN_STATE_INHERITANCE","features":[310]},{"name":"FILE_RENAME_SUPPRESS_STORAGE_RESERVE_INHERITANCE","features":[310]},{"name":"FILE_REPARSE_POINT_INFORMATION","features":[310]},{"name":"FILE_RESERVE_OPFILTER","features":[310]},{"name":"FILE_SEQUENTIAL_ONLY","features":[310]},{"name":"FILE_SESSION_AWARE","features":[310]},{"name":"FILE_STANDARD_INFORMATION","features":[310,305]},{"name":"FILE_STANDARD_LINK_INFORMATION","features":[310,305]},{"name":"FILE_STAT_INFORMATION","features":[310]},{"name":"FILE_STAT_LX_INFORMATION","features":[310]},{"name":"FILE_STORAGE_RESERVE_ID_INFORMATION","features":[310,326]},{"name":"FILE_STREAM_INFORMATION","features":[310]},{"name":"FILE_SUPERSEDE","features":[310]},{"name":"FILE_SYNCHRONOUS_IO_ALERT","features":[310]},{"name":"FILE_SYNCHRONOUS_IO_NONALERT","features":[310]},{"name":"FILE_TIMESTAMPS","features":[310]},{"name":"FILE_TRACKING_INFORMATION","features":[310,305]},{"name":"FILE_VC_CONTENT_INDEX_DISABLED","features":[310]},{"name":"FILE_VC_LOG_QUOTA_LIMIT","features":[310]},{"name":"FILE_VC_LOG_QUOTA_THRESHOLD","features":[310]},{"name":"FILE_VC_LOG_VOLUME_LIMIT","features":[310]},{"name":"FILE_VC_LOG_VOLUME_THRESHOLD","features":[310]},{"name":"FILE_VC_QUOTAS_INCOMPLETE","features":[310]},{"name":"FILE_VC_QUOTAS_REBUILDING","features":[310]},{"name":"FILE_VC_QUOTA_ENFORCE","features":[310]},{"name":"FILE_VC_QUOTA_MASK","features":[310]},{"name":"FILE_VC_QUOTA_NONE","features":[310]},{"name":"FILE_VC_QUOTA_TRACK","features":[310]},{"name":"FILE_VC_VALID_MASK","features":[310]},{"name":"FILE_VOLUME_NAME_INFORMATION","features":[310]},{"name":"FILE_WRITE_THROUGH","features":[310]},{"name":"FLAGS_DELAY_REASONS_BITMAP_SCANNED","features":[310]},{"name":"FLAGS_DELAY_REASONS_LOG_FILE_FULL","features":[310]},{"name":"FLAGS_END_OF_FILE_INFO_EX_EXTEND_PAGING","features":[310]},{"name":"FLAGS_END_OF_FILE_INFO_EX_NO_EXTRA_PAGING_EXTEND","features":[310]},{"name":"FLAGS_END_OF_FILE_INFO_EX_TIME_CONSTRAINED","features":[310]},{"name":"FREE_VIRTUAL_MEMORY_EX_CALLBACK","features":[310,305]},{"name":"FSCTL_GHOST_FILE_EXTENTS_INPUT_BUFFER","features":[310]},{"name":"FSCTL_LMR_GET_LINK_TRACKING_INFORMATION","features":[310]},{"name":"FSCTL_LMR_SET_LINK_TRACKING_INFORMATION","features":[310]},{"name":"FSCTL_MAILSLOT_PEEK","features":[310]},{"name":"FSCTL_PIPE_ASSIGN_EVENT","features":[310]},{"name":"FSCTL_PIPE_CREATE_SYMLINK","features":[310]},{"name":"FSCTL_PIPE_DELETE_SYMLINK","features":[310]},{"name":"FSCTL_PIPE_DISABLE_IMPERSONATE","features":[310]},{"name":"FSCTL_PIPE_DISCONNECT","features":[310]},{"name":"FSCTL_PIPE_FLUSH","features":[310]},{"name":"FSCTL_PIPE_GET_CONNECTION_ATTRIBUTE","features":[310]},{"name":"FSCTL_PIPE_GET_HANDLE_ATTRIBUTE","features":[310]},{"name":"FSCTL_PIPE_GET_PIPE_ATTRIBUTE","features":[310]},{"name":"FSCTL_PIPE_IMPERSONATE","features":[310]},{"name":"FSCTL_PIPE_INTERNAL_READ","features":[310]},{"name":"FSCTL_PIPE_INTERNAL_READ_OVFLOW","features":[310]},{"name":"FSCTL_PIPE_INTERNAL_TRANSCEIVE","features":[310]},{"name":"FSCTL_PIPE_INTERNAL_WRITE","features":[310]},{"name":"FSCTL_PIPE_LISTEN","features":[310]},{"name":"FSCTL_PIPE_PEEK","features":[310]},{"name":"FSCTL_PIPE_QUERY_CLIENT_PROCESS","features":[310]},{"name":"FSCTL_PIPE_QUERY_CLIENT_PROCESS_V2","features":[310]},{"name":"FSCTL_PIPE_QUERY_EVENT","features":[310]},{"name":"FSCTL_PIPE_SET_CLIENT_PROCESS","features":[310]},{"name":"FSCTL_PIPE_SET_CONNECTION_ATTRIBUTE","features":[310]},{"name":"FSCTL_PIPE_SET_HANDLE_ATTRIBUTE","features":[310]},{"name":"FSCTL_PIPE_SET_PIPE_ATTRIBUTE","features":[310]},{"name":"FSCTL_PIPE_SILO_ARRIVAL","features":[310]},{"name":"FSCTL_PIPE_TRANSCEIVE","features":[310]},{"name":"FSCTL_PIPE_WAIT","features":[310]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS_INPUT_RANGE","features":[310]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS_OUTPUT","features":[310]},{"name":"FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT","features":[310]},{"name":"FSCTL_UNMAP_SPACE_INPUT_BUFFER","features":[310]},{"name":"FSCTL_UNMAP_SPACE_OUTPUT","features":[310]},{"name":"FSRTL_ADD_TC_CASE_SENSITIVE","features":[310]},{"name":"FSRTL_ADD_TC_KEY_BY_SHORT_NAME","features":[310]},{"name":"FSRTL_ADVANCED_FCB_HEADER","features":[307,310,305,312]},{"name":"FSRTL_ALLOCATE_ECPLIST_FLAG_CHARGE_QUOTA","features":[310]},{"name":"FSRTL_ALLOCATE_ECP_FLAG_CHARGE_QUOTA","features":[310]},{"name":"FSRTL_ALLOCATE_ECP_FLAG_NONPAGED_POOL","features":[310]},{"name":"FSRTL_AUXILIARY_BUFFER","features":[307,310]},{"name":"FSRTL_AUXILIARY_FLAG_DEALLOCATE","features":[310]},{"name":"FSRTL_CC_FLUSH_ERROR_FLAG_NO_HARD_ERROR","features":[310]},{"name":"FSRTL_CC_FLUSH_ERROR_FLAG_NO_LOG_ENTRY","features":[310]},{"name":"FSRTL_CHANGE_BACKING_TYPE","features":[310]},{"name":"FSRTL_COMMON_FCB_HEADER","features":[307,310,312]},{"name":"FSRTL_COMPARISON_RESULT","features":[310]},{"name":"FSRTL_DRIVER_BACKING_FLAG_USE_PAGE_FILE","features":[310]},{"name":"FSRTL_ECP_LOOKASIDE_FLAG_NONPAGED_POOL","features":[310]},{"name":"FSRTL_FAT_LEGAL","features":[310]},{"name":"FSRTL_FCB_HEADER_V0","features":[310]},{"name":"FSRTL_FCB_HEADER_V1","features":[310]},{"name":"FSRTL_FCB_HEADER_V2","features":[310]},{"name":"FSRTL_FCB_HEADER_V3","features":[310]},{"name":"FSRTL_FCB_HEADER_V4","features":[310]},{"name":"FSRTL_FIND_TC_CASE_SENSITIVE","features":[310]},{"name":"FSRTL_FLAG2_BYPASSIO_STREAM_PAUSED","features":[310]},{"name":"FSRTL_FLAG2_DO_MODIFIED_WRITE","features":[310]},{"name":"FSRTL_FLAG2_IS_PAGING_FILE","features":[310]},{"name":"FSRTL_FLAG2_PURGE_WHEN_MAPPED","features":[310]},{"name":"FSRTL_FLAG2_SUPPORTS_FILTER_CONTEXTS","features":[310]},{"name":"FSRTL_FLAG2_WRITABLE_USER_MAPPED_FILE","features":[310]},{"name":"FSRTL_FLAG_ACQUIRE_MAIN_RSRC_EX","features":[310]},{"name":"FSRTL_FLAG_ACQUIRE_MAIN_RSRC_SH","features":[310]},{"name":"FSRTL_FLAG_ADVANCED_HEADER","features":[310]},{"name":"FSRTL_FLAG_EOF_ADVANCE_ACTIVE","features":[310]},{"name":"FSRTL_FLAG_FILE_LENGTH_CHANGED","features":[310]},{"name":"FSRTL_FLAG_FILE_MODIFIED","features":[310]},{"name":"FSRTL_FLAG_LIMIT_MODIFIED_PAGES","features":[310]},{"name":"FSRTL_FLAG_USER_MAPPED_FILE","features":[310]},{"name":"FSRTL_HPFS_LEGAL","features":[310]},{"name":"FSRTL_MUP_PROVIDER_INFO_LEVEL_1","features":[310]},{"name":"FSRTL_MUP_PROVIDER_INFO_LEVEL_2","features":[310,305]},{"name":"FSRTL_NTFS_LEGAL","features":[310]},{"name":"FSRTL_OLE_LEGAL","features":[310]},{"name":"FSRTL_PER_FILEOBJECT_CONTEXT","features":[310,312]},{"name":"FSRTL_PER_FILE_CONTEXT","features":[307,310,312]},{"name":"FSRTL_PER_STREAM_CONTEXT","features":[307,310,312]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_INTEGRITY","features":[310]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_MUTUAL_AUTH","features":[310]},{"name":"FSRTL_UNC_HARDENING_CAPABILITIES_PRIVACY","features":[310]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_CONTAINER_AWARE","features":[310]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_CSC_ENABLED","features":[310]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_DOMAIN_SVC_AWARE","features":[310]},{"name":"FSRTL_UNC_PROVIDER_FLAGS_MAILSLOTS_SUPPORTED","features":[310]},{"name":"FSRTL_UNC_PROVIDER_REGISTRATION","features":[310]},{"name":"FSRTL_UNC_REGISTRATION_CURRENT_VERSION","features":[310]},{"name":"FSRTL_UNC_REGISTRATION_VERSION_0200","features":[310]},{"name":"FSRTL_UNC_REGISTRATION_VERSION_0201","features":[310]},{"name":"FSRTL_VIRTDISK_FULLY_ALLOCATED","features":[310]},{"name":"FSRTL_VIRTDISK_NO_DRIVE_LETTER","features":[310]},{"name":"FSRTL_VOLUME_BACKGROUND_FORMAT","features":[310]},{"name":"FSRTL_VOLUME_CHANGE_SIZE","features":[310]},{"name":"FSRTL_VOLUME_DISMOUNT","features":[310]},{"name":"FSRTL_VOLUME_DISMOUNT_FAILED","features":[310]},{"name":"FSRTL_VOLUME_FORCED_CLOSED","features":[310]},{"name":"FSRTL_VOLUME_INFO_MAKE_COMPAT","features":[310]},{"name":"FSRTL_VOLUME_LOCK","features":[310]},{"name":"FSRTL_VOLUME_LOCK_FAILED","features":[310]},{"name":"FSRTL_VOLUME_MOUNT","features":[310]},{"name":"FSRTL_VOLUME_NEEDS_CHKDSK","features":[310]},{"name":"FSRTL_VOLUME_PREPARING_EJECT","features":[310]},{"name":"FSRTL_VOLUME_UNLOCK","features":[310]},{"name":"FSRTL_VOLUME_WEARING_OUT","features":[310]},{"name":"FSRTL_VOLUME_WORM_NEAR_FULL","features":[310]},{"name":"FSRTL_WILD_CHARACTER","features":[310]},{"name":"FS_BPIO_INFO","features":[310]},{"name":"FS_BPIO_INPUT","features":[310,326]},{"name":"FS_FILTER_ACQUIRE_FOR_CC_FLUSH","features":[310]},{"name":"FS_FILTER_ACQUIRE_FOR_MOD_WRITE","features":[310]},{"name":"FS_FILTER_ACQUIRE_FOR_SECTION_SYNCHRONIZATION","features":[310]},{"name":"FS_FILTER_CALLBACKS","features":[307,310,308,305,309,311,312,313]},{"name":"FS_FILTER_CALLBACK_DATA","features":[307,310,308,305,309,311,312,313]},{"name":"FS_FILTER_PARAMETERS","features":[307,310,308,305,309,311,312,313]},{"name":"FS_FILTER_QUERY_OPEN","features":[310]},{"name":"FS_FILTER_RELEASE_FOR_CC_FLUSH","features":[310]},{"name":"FS_FILTER_RELEASE_FOR_MOD_WRITE","features":[310]},{"name":"FS_FILTER_RELEASE_FOR_SECTION_SYNCHRONIZATION","features":[310]},{"name":"FS_FILTER_SECTION_SYNC_IMAGE_EXTENTS_ARE_NOT_RVA","features":[310]},{"name":"FS_FILTER_SECTION_SYNC_IN_FLAG_DONT_UPDATE_LAST_ACCESS","features":[310]},{"name":"FS_FILTER_SECTION_SYNC_IN_FLAG_DONT_UPDATE_LAST_WRITE","features":[310]},{"name":"FS_FILTER_SECTION_SYNC_OUTPUT","features":[310]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_ASYNC_PARALLEL_IO","features":[310]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_DIRECT_MAP_DATA","features":[310]},{"name":"FS_FILTER_SECTION_SYNC_SUPPORTS_DIRECT_MAP_IMAGE","features":[310]},{"name":"FS_FILTER_SECTION_SYNC_TYPE","features":[310]},{"name":"FS_FILTER_STREAM_FO_NOTIFICATION_TYPE","features":[310]},{"name":"FS_INFORMATION_CLASS","features":[310]},{"name":"FastIoIsNotPossible","features":[310]},{"name":"FastIoIsPossible","features":[310]},{"name":"FastIoIsQuestionable","features":[310]},{"name":"FileAccessInformation","features":[310]},{"name":"FileAlignmentInformation","features":[310]},{"name":"FileAllInformation","features":[310]},{"name":"FileAllocationInformation","features":[310]},{"name":"FileAlternateNameInformation","features":[310]},{"name":"FileAttributeTagInformation","features":[310]},{"name":"FileBasicInformation","features":[310]},{"name":"FileBothDirectoryInformation","features":[310]},{"name":"FileCaseSensitiveInformation","features":[310]},{"name":"FileCaseSensitiveInformationForceAccessCheck","features":[310]},{"name":"FileCompletionInformation","features":[310]},{"name":"FileCompressionInformation","features":[310]},{"name":"FileDesiredStorageClassInformation","features":[310]},{"name":"FileDirectoryInformation","features":[310]},{"name":"FileDispositionInformation","features":[310]},{"name":"FileDispositionInformationEx","features":[310]},{"name":"FileEaInformation","features":[310]},{"name":"FileEndOfFileInformation","features":[310]},{"name":"FileFsAttributeInformation","features":[310]},{"name":"FileFsControlInformation","features":[310]},{"name":"FileFsDataCopyInformation","features":[310]},{"name":"FileFsDeviceInformation","features":[310]},{"name":"FileFsDriverPathInformation","features":[310]},{"name":"FileFsFullSizeInformation","features":[310]},{"name":"FileFsFullSizeInformationEx","features":[310]},{"name":"FileFsLabelInformation","features":[310]},{"name":"FileFsMaximumInformation","features":[310]},{"name":"FileFsMetadataSizeInformation","features":[310]},{"name":"FileFsObjectIdInformation","features":[310]},{"name":"FileFsSectorSizeInformation","features":[310]},{"name":"FileFsSizeInformation","features":[310]},{"name":"FileFsVolumeFlagsInformation","features":[310]},{"name":"FileFsVolumeInformation","features":[310]},{"name":"FileFullDirectoryInformation","features":[310]},{"name":"FileFullEaInformation","features":[310]},{"name":"FileHardLinkFullIdInformation","features":[310]},{"name":"FileHardLinkInformation","features":[310]},{"name":"FileIdBothDirectoryInformation","features":[310]},{"name":"FileIdExtdBothDirectoryInformation","features":[310]},{"name":"FileIdExtdDirectoryInformation","features":[310]},{"name":"FileIdFullDirectoryInformation","features":[310]},{"name":"FileIdGlobalTxDirectoryInformation","features":[310]},{"name":"FileIdInformation","features":[310]},{"name":"FileInternalInformation","features":[310]},{"name":"FileIoCompletionNotificationInformation","features":[310]},{"name":"FileIoPriorityHintInformation","features":[310]},{"name":"FileIoStatusBlockRangeInformation","features":[310]},{"name":"FileIsRemoteDeviceInformation","features":[310]},{"name":"FileKnownFolderInformation","features":[310]},{"name":"FileLinkInformation","features":[310]},{"name":"FileLinkInformationBypassAccessCheck","features":[310]},{"name":"FileLinkInformationEx","features":[310]},{"name":"FileLinkInformationExBypassAccessCheck","features":[310]},{"name":"FileMailslotQueryInformation","features":[310]},{"name":"FileMailslotSetInformation","features":[310]},{"name":"FileMaximumInformation","features":[310]},{"name":"FileMemoryPartitionInformation","features":[310]},{"name":"FileModeInformation","features":[310]},{"name":"FileMoveClusterInformation","features":[310]},{"name":"FileNameInformation","features":[310]},{"name":"FileNamesInformation","features":[310]},{"name":"FileNetworkOpenInformation","features":[310]},{"name":"FileNetworkPhysicalNameInformation","features":[310]},{"name":"FileNormalizedNameInformation","features":[310]},{"name":"FileNumaNodeInformation","features":[310]},{"name":"FileObjectIdInformation","features":[310]},{"name":"FilePipeInformation","features":[310]},{"name":"FilePipeLocalInformation","features":[310]},{"name":"FilePipeRemoteInformation","features":[310]},{"name":"FilePositionInformation","features":[310]},{"name":"FileProcessIdsUsingFileInformation","features":[310]},{"name":"FileQuotaInformation","features":[310]},{"name":"FileRemoteProtocolInformation","features":[310]},{"name":"FileRenameInformation","features":[310]},{"name":"FileRenameInformationBypassAccessCheck","features":[310]},{"name":"FileRenameInformationEx","features":[310]},{"name":"FileRenameInformationExBypassAccessCheck","features":[310]},{"name":"FileReparsePointInformation","features":[310]},{"name":"FileReplaceCompletionInformation","features":[310]},{"name":"FileSfioReserveInformation","features":[310]},{"name":"FileSfioVolumeInformation","features":[310]},{"name":"FileShortNameInformation","features":[310]},{"name":"FileStandardInformation","features":[310]},{"name":"FileStandardLinkInformation","features":[310]},{"name":"FileStatInformation","features":[310]},{"name":"FileStatLxInformation","features":[310]},{"name":"FileStorageReserveIdInformation","features":[310]},{"name":"FileStreamInformation","features":[310]},{"name":"FileTrackingInformation","features":[310]},{"name":"FileUnusedInformation","features":[310]},{"name":"FileValidDataLengthInformation","features":[310]},{"name":"FileVolumeNameInformation","features":[310]},{"name":"FsRtlAcknowledgeEcp","features":[310]},{"name":"FsRtlAcquireFileExclusive","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlAddBaseMcbEntry","features":[310,305]},{"name":"FsRtlAddBaseMcbEntryEx","features":[310,305]},{"name":"FsRtlAddLargeMcbEntry","features":[307,310,305,312]},{"name":"FsRtlAddMcbEntry","features":[307,310,305,312]},{"name":"FsRtlAddToTunnelCache","features":[307,310,305,312]},{"name":"FsRtlAddToTunnelCacheEx","features":[307,310,305,312]},{"name":"FsRtlAllocateAePushLock","features":[307,310]},{"name":"FsRtlAllocateExtraCreateParameter","features":[310,305]},{"name":"FsRtlAllocateExtraCreateParameterFromLookasideList","features":[310,305]},{"name":"FsRtlAllocateExtraCreateParameterList","features":[307,310,305]},{"name":"FsRtlAllocateFileLock","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlAllocateResource","features":[307,310,312]},{"name":"FsRtlAreNamesEqual","features":[310,305]},{"name":"FsRtlAreThereCurrentOrInProgressFileLocks","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlAreThereWaitingFileLocks","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlAreVolumeStartupApplicationsComplete","features":[310,305]},{"name":"FsRtlBalanceReads","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCancellableWaitForMultipleObjects","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCancellableWaitForSingleObject","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlChangeBackingFileObject","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCheckLockForOplockRequest","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCheckLockForReadAccess","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCheckLockForWriteAccess","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCheckOplock","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCheckOplockEx","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCheckOplockEx2","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCheckUpperOplock","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCopyRead","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCopyWrite","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCreateSectionForDataScan","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlCurrentBatchOplock","features":[310,305]},{"name":"FsRtlCurrentOplock","features":[310,305]},{"name":"FsRtlCurrentOplockH","features":[310,305]},{"name":"FsRtlDeleteExtraCreateParameterLookasideList","features":[310]},{"name":"FsRtlDeleteKeyFromTunnelCache","features":[307,310,305,312]},{"name":"FsRtlDeleteTunnelCache","features":[307,310,305,312]},{"name":"FsRtlDeregisterUncProvider","features":[310,305]},{"name":"FsRtlDismountComplete","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlDissectDbcs","features":[310,312]},{"name":"FsRtlDissectName","features":[310,305]},{"name":"FsRtlDoesDbcsContainWildCards","features":[310,305,312]},{"name":"FsRtlDoesNameContainWildCards","features":[310,305]},{"name":"FsRtlFastCheckLockForRead","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlFastCheckLockForWrite","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlFastUnlockAll","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlFastUnlockAllByKey","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlFastUnlockSingle","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlFindExtraCreateParameter","features":[307,310,305]},{"name":"FsRtlFindInTunnelCache","features":[307,310,305,312]},{"name":"FsRtlFindInTunnelCacheEx","features":[307,310,305,312]},{"name":"FsRtlFreeAePushLock","features":[310]},{"name":"FsRtlFreeExtraCreateParameter","features":[310]},{"name":"FsRtlFreeExtraCreateParameterList","features":[307,310]},{"name":"FsRtlFreeFileLock","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlGetCurrentProcessLoaderList","features":[310,312]},{"name":"FsRtlGetEcpListFromIrp","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlGetFileSize","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlGetNextBaseMcbEntry","features":[310,305]},{"name":"FsRtlGetNextExtraCreateParameter","features":[307,310,305]},{"name":"FsRtlGetNextFileLock","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlGetNextLargeMcbEntry","features":[307,310,305,312]},{"name":"FsRtlGetNextMcbEntry","features":[307,310,305,312]},{"name":"FsRtlGetSectorSizeInformation","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlGetSupportedFeatures","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlGetVirtualDiskNestingLevel","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlIncrementCcFastMdlReadWait","features":[310]},{"name":"FsRtlIncrementCcFastReadNoWait","features":[310]},{"name":"FsRtlIncrementCcFastReadNotPossible","features":[310]},{"name":"FsRtlIncrementCcFastReadResourceMiss","features":[310]},{"name":"FsRtlIncrementCcFastReadWait","features":[310]},{"name":"FsRtlInitExtraCreateParameterLookasideList","features":[310]},{"name":"FsRtlInitializeBaseMcb","features":[307,310]},{"name":"FsRtlInitializeBaseMcbEx","features":[307,310,305]},{"name":"FsRtlInitializeExtraCreateParameter","features":[307,310]},{"name":"FsRtlInitializeExtraCreateParameterList","features":[307,310,305]},{"name":"FsRtlInitializeFileLock","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlInitializeLargeMcb","features":[307,310,305,312]},{"name":"FsRtlInitializeMcb","features":[307,310,305,312]},{"name":"FsRtlInitializeOplock","features":[310]},{"name":"FsRtlInitializeTunnelCache","features":[307,310,305,312]},{"name":"FsRtlInsertExtraCreateParameter","features":[307,310,305]},{"name":"FsRtlInsertPerFileContext","features":[307,310,305,312]},{"name":"FsRtlInsertPerFileObjectContext","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlInsertPerStreamContext","features":[307,310,305,312]},{"name":"FsRtlIs32BitProcess","features":[307,310,305]},{"name":"FsRtlIsDaxVolume","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlIsDbcsInExpression","features":[310,305,312]},{"name":"FsRtlIsEcpAcknowledged","features":[310,305]},{"name":"FsRtlIsEcpFromUserMode","features":[310,305]},{"name":"FsRtlIsExtentDangling","features":[310]},{"name":"FsRtlIsFatDbcsLegal","features":[310,305,312]},{"name":"FsRtlIsHpfsDbcsLegal","features":[310,305,312]},{"name":"FsRtlIsMobileOS","features":[310,305]},{"name":"FsRtlIsNameInExpression","features":[310,305]},{"name":"FsRtlIsNameInUnUpcasedExpression","features":[310,305]},{"name":"FsRtlIsNonEmptyDirectoryReparsePointAllowed","features":[310,305]},{"name":"FsRtlIsNtstatusExpected","features":[310,305]},{"name":"FsRtlIsPagingFile","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlIsSystemPagingFile","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlIssueDeviceIoControl","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlKernelFsControlFile","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlLogCcFlushError","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlLookupBaseMcbEntry","features":[310,305]},{"name":"FsRtlLookupLargeMcbEntry","features":[307,310,305,312]},{"name":"FsRtlLookupLastBaseMcbEntry","features":[310,305]},{"name":"FsRtlLookupLastBaseMcbEntryAndIndex","features":[310,305]},{"name":"FsRtlLookupLastLargeMcbEntry","features":[307,310,305,312]},{"name":"FsRtlLookupLastLargeMcbEntryAndIndex","features":[307,310,305,312]},{"name":"FsRtlLookupLastMcbEntry","features":[307,310,305,312]},{"name":"FsRtlLookupMcbEntry","features":[307,310,305,312]},{"name":"FsRtlLookupPerFileContext","features":[307,310,312]},{"name":"FsRtlLookupPerFileObjectContext","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlLookupPerStreamContextInternal","features":[307,310,305,312]},{"name":"FsRtlMdlReadCompleteDev","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlMdlReadDev","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlMdlReadEx","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlMdlWriteCompleteDev","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlMupGetProviderIdFromName","features":[310,305]},{"name":"FsRtlMupGetProviderInfoFromFileObject","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlNormalizeNtstatus","features":[310,305]},{"name":"FsRtlNotifyCleanup","features":[307,310,312]},{"name":"FsRtlNotifyCleanupAll","features":[307,310,312]},{"name":"FsRtlNotifyFilterChangeDirectory","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlNotifyFilterReportChange","features":[307,310,312]},{"name":"FsRtlNotifyFullChangeDirectory","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlNotifyFullReportChange","features":[307,310,312]},{"name":"FsRtlNotifyInitializeSync","features":[307,310]},{"name":"FsRtlNotifyUninitializeSync","features":[307,310]},{"name":"FsRtlNotifyVolumeEvent","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlNotifyVolumeEventEx","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlNumberOfRunsInBaseMcb","features":[310]},{"name":"FsRtlNumberOfRunsInLargeMcb","features":[307,310,305,312]},{"name":"FsRtlNumberOfRunsInMcb","features":[307,310,305,312]},{"name":"FsRtlOplockBreakH","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlOplockBreakH2","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlOplockBreakToNone","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlOplockBreakToNoneEx","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlOplockFsctrl","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlOplockFsctrlEx","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlOplockGetAnyBreakOwnerProcess","features":[307,310]},{"name":"FsRtlOplockIsFastIoPossible","features":[310,305]},{"name":"FsRtlOplockIsSharedRequest","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlOplockKeysEqual","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlPostPagingFileStackOverflow","features":[307,310,305,312]},{"name":"FsRtlPostStackOverflow","features":[307,310,305,312]},{"name":"FsRtlPrepareMdlWriteDev","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlPrepareMdlWriteEx","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlPrepareToReuseEcp","features":[310]},{"name":"FsRtlPrivateLock","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlProcessFileLock","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlQueryCachedVdl","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlQueryInformationFile","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlQueryKernelEaFile","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlQueryMaximumVirtualDiskNestingLevel","features":[310]},{"name":"FsRtlRegisterFileSystemFilterCallbacks","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlRegisterUncProvider","features":[310,305]},{"name":"FsRtlRegisterUncProviderEx","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlRegisterUncProviderEx2","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlReleaseFile","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlRemoveBaseMcbEntry","features":[310,305]},{"name":"FsRtlRemoveDotsFromPath","features":[310,305]},{"name":"FsRtlRemoveExtraCreateParameter","features":[307,310,305]},{"name":"FsRtlRemoveLargeMcbEntry","features":[307,310,305,312]},{"name":"FsRtlRemoveMcbEntry","features":[307,310,305,312]},{"name":"FsRtlRemovePerFileContext","features":[307,310,312]},{"name":"FsRtlRemovePerFileObjectContext","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlRemovePerStreamContext","features":[307,310,305,312]},{"name":"FsRtlResetBaseMcb","features":[310]},{"name":"FsRtlResetLargeMcb","features":[307,310,305,312]},{"name":"FsRtlSetDriverBacking","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlSetEcpListIntoIrp","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlSetKernelEaFile","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlSplitBaseMcb","features":[310,305]},{"name":"FsRtlSplitLargeMcb","features":[307,310,305,312]},{"name":"FsRtlTeardownPerFileContexts","features":[310]},{"name":"FsRtlTeardownPerStreamContexts","features":[307,310,305,312]},{"name":"FsRtlTruncateBaseMcb","features":[310]},{"name":"FsRtlTruncateLargeMcb","features":[307,310,305,312]},{"name":"FsRtlTruncateMcb","features":[307,310,305,312]},{"name":"FsRtlUninitializeBaseMcb","features":[310]},{"name":"FsRtlUninitializeFileLock","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlUninitializeLargeMcb","features":[307,310,305,312]},{"name":"FsRtlUninitializeMcb","features":[307,310,305,312]},{"name":"FsRtlUninitializeOplock","features":[310]},{"name":"FsRtlUpdateDiskCounters","features":[310]},{"name":"FsRtlUpperOplockFsctrl","features":[307,310,308,305,309,311,312,313]},{"name":"FsRtlValidateReparsePointBuffer","features":[310,305]},{"name":"FsRtlVolumeDeviceToCorrelationId","features":[307,310,308,305,309,311,312,313]},{"name":"GCR_ALLOW_LM","features":[310]},{"name":"GCR_ALLOW_NO_TARGET","features":[310]},{"name":"GCR_ALLOW_NTLM","features":[310]},{"name":"GCR_MACHINE_CREDENTIAL","features":[310]},{"name":"GCR_NTLM3_PARMS","features":[310]},{"name":"GCR_TARGET_INFO","features":[310]},{"name":"GCR_USE_OEM_SET","features":[310]},{"name":"GCR_USE_OWF_PASSWORD","features":[310]},{"name":"GCR_VSM_PROTECTED_PASSWORD","features":[310]},{"name":"GENERATE_CLIENT_CHALLENGE","features":[310]},{"name":"GENERATE_NAME_CONTEXT","features":[310,305]},{"name":"GHOSTED_FILE_EXTENT","features":[310]},{"name":"GUID_ECP_ATOMIC_CREATE","features":[310]},{"name":"GUID_ECP_CLOUDFILES_ATTRIBUTION","features":[310]},{"name":"GUID_ECP_CREATE_REDIRECTION","features":[310]},{"name":"GUID_ECP_CSV_DOWN_LEVEL_OPEN","features":[310]},{"name":"GUID_ECP_CSV_QUERY_FILE_REVISION","features":[310]},{"name":"GUID_ECP_CSV_QUERY_FILE_REVISION_FILE_ID_128","features":[310]},{"name":"GUID_ECP_CSV_SET_HANDLE_PROPERTIES","features":[310]},{"name":"GUID_ECP_DUAL_OPLOCK_KEY","features":[310]},{"name":"GUID_ECP_IO_DEVICE_HINT","features":[310]},{"name":"GUID_ECP_NETWORK_APP_INSTANCE","features":[310]},{"name":"GUID_ECP_NETWORK_APP_INSTANCE_VERSION","features":[310]},{"name":"GUID_ECP_NETWORK_OPEN_CONTEXT","features":[310]},{"name":"GUID_ECP_NFS_OPEN","features":[310]},{"name":"GUID_ECP_OPEN_PARAMETERS","features":[310]},{"name":"GUID_ECP_OPLOCK_KEY","features":[310]},{"name":"GUID_ECP_PREFETCH_OPEN","features":[310]},{"name":"GUID_ECP_QUERY_ON_CREATE","features":[310]},{"name":"GUID_ECP_RKF_BYPASS","features":[310]},{"name":"GUID_ECP_SRV_OPEN","features":[310]},{"name":"GetSecurityUserInfo","features":[310,305,327]},{"name":"GreaterThan","features":[310]},{"name":"HEAP_CLASS_0","features":[310]},{"name":"HEAP_CLASS_1","features":[310]},{"name":"HEAP_CLASS_2","features":[310]},{"name":"HEAP_CLASS_3","features":[310]},{"name":"HEAP_CLASS_4","features":[310]},{"name":"HEAP_CLASS_5","features":[310]},{"name":"HEAP_CLASS_6","features":[310]},{"name":"HEAP_CLASS_7","features":[310]},{"name":"HEAP_CLASS_8","features":[310]},{"name":"HEAP_CLASS_MASK","features":[310]},{"name":"HEAP_CREATE_ALIGN_16","features":[310]},{"name":"HEAP_CREATE_ENABLE_EXECUTE","features":[310]},{"name":"HEAP_CREATE_ENABLE_TRACING","features":[310]},{"name":"HEAP_CREATE_HARDENED","features":[310]},{"name":"HEAP_CREATE_SEGMENT_HEAP","features":[310]},{"name":"HEAP_DISABLE_COALESCE_ON_FREE","features":[310]},{"name":"HEAP_FREE_CHECKING_ENABLED","features":[310]},{"name":"HEAP_GENERATE_EXCEPTIONS","features":[310]},{"name":"HEAP_GLOBAL_TAG","features":[310]},{"name":"HEAP_GROWABLE","features":[310]},{"name":"HEAP_MAXIMUM_TAG","features":[310]},{"name":"HEAP_MEMORY_INFO_CLASS","features":[310]},{"name":"HEAP_NO_SERIALIZE","features":[310]},{"name":"HEAP_PSEUDO_TAG_FLAG","features":[310]},{"name":"HEAP_REALLOC_IN_PLACE_ONLY","features":[310]},{"name":"HEAP_SETTABLE_USER_FLAG1","features":[310]},{"name":"HEAP_SETTABLE_USER_FLAG2","features":[310]},{"name":"HEAP_SETTABLE_USER_FLAG3","features":[310]},{"name":"HEAP_SETTABLE_USER_FLAGS","features":[310]},{"name":"HEAP_SETTABLE_USER_VALUE","features":[310]},{"name":"HEAP_TAG_SHIFT","features":[310]},{"name":"HEAP_TAIL_CHECKING_ENABLED","features":[310]},{"name":"HEAP_ZERO_MEMORY","features":[310]},{"name":"HeapMemoryBasicInformation","features":[310]},{"name":"INVALID_PROCESSOR_INDEX","features":[310]},{"name":"IOCTL_LMR_ARE_FILE_OBJECTS_ON_SAME_SERVER","features":[310]},{"name":"IOCTL_REDIR_QUERY_PATH","features":[310]},{"name":"IOCTL_REDIR_QUERY_PATH_EX","features":[310]},{"name":"IOCTL_VOLSNAP_FLUSH_AND_HOLD_WRITES","features":[310]},{"name":"IO_CD_ROM_INCREMENT","features":[310]},{"name":"IO_CREATE_STREAM_FILE_LITE","features":[310]},{"name":"IO_CREATE_STREAM_FILE_OPTIONS","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CREATE_STREAM_FILE_RAISE_ON_ERROR","features":[310]},{"name":"IO_DEVICE_HINT_ECP_CONTEXT","features":[307,310,308,305,309,311,312,313]},{"name":"IO_DISK_INCREMENT","features":[310]},{"name":"IO_FILE_OBJECT_NON_PAGED_POOL_CHARGE","features":[310]},{"name":"IO_FILE_OBJECT_PAGED_POOL_CHARGE","features":[310]},{"name":"IO_IGNORE_READONLY_ATTRIBUTE","features":[310]},{"name":"IO_MAILSLOT_INCREMENT","features":[310]},{"name":"IO_MM_PAGING_FILE","features":[310]},{"name":"IO_NAMED_PIPE_INCREMENT","features":[310]},{"name":"IO_NETWORK_INCREMENT","features":[310]},{"name":"IO_NO_INCREMENT","features":[310]},{"name":"IO_OPEN_PAGING_FILE","features":[310]},{"name":"IO_OPEN_TARGET_DIRECTORY","features":[310]},{"name":"IO_PRIORITY_INFO","features":[307,310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_0","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_1","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_2","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_3","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_4","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_5","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_6","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_7","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_8","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_9","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_A","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_B","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_C","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_D","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_E","features":[310]},{"name":"IO_REPARSE_TAG_ACRONIS_HSM_F","features":[310]},{"name":"IO_REPARSE_TAG_ACTIVISION_HSM","features":[310]},{"name":"IO_REPARSE_TAG_ADA_HSM","features":[310]},{"name":"IO_REPARSE_TAG_ADOBE_HSM","features":[310]},{"name":"IO_REPARSE_TAG_ALERTBOOT","features":[310]},{"name":"IO_REPARSE_TAG_ALTIRIS_HSM","features":[310]},{"name":"IO_REPARSE_TAG_APPXSTRM","features":[310]},{"name":"IO_REPARSE_TAG_ARCO_BACKUP","features":[310]},{"name":"IO_REPARSE_TAG_ARKIVIO","features":[310]},{"name":"IO_REPARSE_TAG_AURISTOR_FS","features":[310]},{"name":"IO_REPARSE_TAG_AUTN_HSM","features":[310]},{"name":"IO_REPARSE_TAG_BRIDGEHEAD_HSM","features":[310]},{"name":"IO_REPARSE_TAG_C2CSYSTEMS_HSM","features":[310]},{"name":"IO_REPARSE_TAG_CARINGO_HSM","features":[310]},{"name":"IO_REPARSE_TAG_CARROLL_HSM","features":[310]},{"name":"IO_REPARSE_TAG_CITRIX_PM","features":[310]},{"name":"IO_REPARSE_TAG_COMMVAULT","features":[310]},{"name":"IO_REPARSE_TAG_COMMVAULT_HSM","features":[310]},{"name":"IO_REPARSE_TAG_COMTRADE_HSM","features":[310]},{"name":"IO_REPARSE_TAG_CTERA_HSM","features":[310]},{"name":"IO_REPARSE_TAG_DATAFIRST_HSM","features":[310]},{"name":"IO_REPARSE_TAG_DATAGLOBAL_HSM","features":[310]},{"name":"IO_REPARSE_TAG_DATASTOR_SIS","features":[310]},{"name":"IO_REPARSE_TAG_DFM","features":[310]},{"name":"IO_REPARSE_TAG_DOR_HSM","features":[310]},{"name":"IO_REPARSE_TAG_DOUBLE_TAKE_HSM","features":[310]},{"name":"IO_REPARSE_TAG_DOUBLE_TAKE_SIS","features":[310]},{"name":"IO_REPARSE_TAG_DRIVE_EXTENDER","features":[310]},{"name":"IO_REPARSE_TAG_DROPBOX_HSM","features":[310]},{"name":"IO_REPARSE_TAG_EASEFILTER_HSM","features":[310]},{"name":"IO_REPARSE_TAG_EASEVAULT_HSM","features":[310]},{"name":"IO_REPARSE_TAG_EDSI_HSM","features":[310]},{"name":"IO_REPARSE_TAG_ELTAN_HSM","features":[310]},{"name":"IO_REPARSE_TAG_EMC_HSM","features":[310]},{"name":"IO_REPARSE_TAG_ENIGMA_HSM","features":[310]},{"name":"IO_REPARSE_TAG_FILTER_MANAGER","features":[310]},{"name":"IO_REPARSE_TAG_GLOBAL360_HSM","features":[310]},{"name":"IO_REPARSE_TAG_GOOGLE_HSM","features":[310]},{"name":"IO_REPARSE_TAG_GRAU_DATASTORAGE_HSM","features":[310]},{"name":"IO_REPARSE_TAG_HDS_HCP_HSM","features":[310]},{"name":"IO_REPARSE_TAG_HDS_HSM","features":[310]},{"name":"IO_REPARSE_TAG_HERMES_HSM","features":[310]},{"name":"IO_REPARSE_TAG_HP_BACKUP","features":[310]},{"name":"IO_REPARSE_TAG_HP_DATA_PROTECT","features":[310]},{"name":"IO_REPARSE_TAG_HP_HSM","features":[310]},{"name":"IO_REPARSE_TAG_HSAG_HSM","features":[310]},{"name":"IO_REPARSE_TAG_HUBSTOR_HSM","features":[310]},{"name":"IO_REPARSE_TAG_IFSTEST_CONGRUENT","features":[310]},{"name":"IO_REPARSE_TAG_IIS_CACHE","features":[310]},{"name":"IO_REPARSE_TAG_IMANAGE_HSM","features":[310]},{"name":"IO_REPARSE_TAG_INTERCOPE_HSM","features":[310]},{"name":"IO_REPARSE_TAG_ITSTATION","features":[310]},{"name":"IO_REPARSE_TAG_KOM_NETWORKS_HSM","features":[310]},{"name":"IO_REPARSE_TAG_LX_BLK","features":[310]},{"name":"IO_REPARSE_TAG_LX_CHR","features":[310]},{"name":"IO_REPARSE_TAG_LX_FIFO","features":[310]},{"name":"IO_REPARSE_TAG_LX_SYMLINK","features":[310]},{"name":"IO_REPARSE_TAG_MAGINATICS_RDR","features":[310]},{"name":"IO_REPARSE_TAG_MAXISCALE_HSM","features":[310]},{"name":"IO_REPARSE_TAG_MEMORY_TECH_HSM","features":[310]},{"name":"IO_REPARSE_TAG_MIMOSA_HSM","features":[310]},{"name":"IO_REPARSE_TAG_MOONWALK_HSM","features":[310]},{"name":"IO_REPARSE_TAG_MTALOS","features":[310]},{"name":"IO_REPARSE_TAG_NEUSHIELD","features":[310]},{"name":"IO_REPARSE_TAG_NEXSAN_HSM","features":[310]},{"name":"IO_REPARSE_TAG_NIPPON_HSM","features":[310]},{"name":"IO_REPARSE_TAG_NVIDIA_UNIONFS","features":[310]},{"name":"IO_REPARSE_TAG_OPENAFS_DFS","features":[310]},{"name":"IO_REPARSE_TAG_OSR_SAMPLE","features":[310]},{"name":"IO_REPARSE_TAG_OVERTONE","features":[310]},{"name":"IO_REPARSE_TAG_POINTSOFT_HSM","features":[310]},{"name":"IO_REPARSE_TAG_QI_TECH_HSM","features":[310]},{"name":"IO_REPARSE_TAG_QUADDRA_HSM","features":[310]},{"name":"IO_REPARSE_TAG_QUEST_HSM","features":[310]},{"name":"IO_REPARSE_TAG_REDSTOR_HSM","features":[310]},{"name":"IO_REPARSE_TAG_RIVERBED_HSM","features":[310]},{"name":"IO_REPARSE_TAG_SER_HSM","features":[310]},{"name":"IO_REPARSE_TAG_SHX_BACKUP","features":[310]},{"name":"IO_REPARSE_TAG_SOLUTIONSOFT","features":[310]},{"name":"IO_REPARSE_TAG_SONY_HSM","features":[310]},{"name":"IO_REPARSE_TAG_SPHARSOFT","features":[310]},{"name":"IO_REPARSE_TAG_SYMANTEC_HSM","features":[310]},{"name":"IO_REPARSE_TAG_SYMANTEC_HSM2","features":[310]},{"name":"IO_REPARSE_TAG_TSINGHUA_UNIVERSITY_RESEARCH","features":[310]},{"name":"IO_REPARSE_TAG_UTIXO_HSM","features":[310]},{"name":"IO_REPARSE_TAG_VALID_VALUES","features":[310]},{"name":"IO_REPARSE_TAG_VMWARE_PM","features":[310]},{"name":"IO_REPARSE_TAG_WATERFORD","features":[310]},{"name":"IO_REPARSE_TAG_WISDATA_HSM","features":[310]},{"name":"IO_REPARSE_TAG_ZLTI_HSM","features":[310]},{"name":"IO_STOP_ON_SYMLINK","features":[310]},{"name":"IO_STOP_ON_SYMLINK_FILTER_ECP_v0","features":[310]},{"name":"IoAcquireVpbSpinLock","features":[310]},{"name":"IoApplyPriorityInfoThread","features":[307,310,305]},{"name":"IoCheckDesiredAccess","features":[310,305]},{"name":"IoCheckEaBufferValidity","features":[310,305]},{"name":"IoCheckFunctionAccess","features":[310,305]},{"name":"IoCheckQuerySetFileInformation","features":[310,305]},{"name":"IoCheckQuerySetVolumeInformation","features":[310,305]},{"name":"IoCheckQuotaBufferValidity","features":[310,305,309]},{"name":"IoClearFsTrackOffsetState","features":[307,310,308,305,309,311,312,313]},{"name":"IoCreateStreamFileObject","features":[307,310,308,305,309,311,312,313]},{"name":"IoCreateStreamFileObjectEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoCreateStreamFileObjectEx2","features":[307,310,308,305,309,311,312,313]},{"name":"IoCreateStreamFileObjectLite","features":[307,310,308,305,309,311,312,313]},{"name":"IoEnumerateDeviceObjectList","features":[307,310,308,305,309,311,312,313]},{"name":"IoEnumerateRegisteredFiltersList","features":[307,310,308,305,309,311,312,313]},{"name":"IoFastQueryNetworkAttributes","features":[307,310,305,309,311]},{"name":"IoGetAttachedDevice","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetBaseFileSystemDeviceObject","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetDeviceAttachmentBaseRef","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetDeviceToVerify","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetDiskDeviceObject","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetFsTrackOffsetState","features":[307,310,308,305,309,311,326,312,313]},{"name":"IoGetLowerDeviceObject","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetOplockKeyContext","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetOplockKeyContextEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetRequestorProcess","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetRequestorProcessId","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetRequestorSessionId","features":[307,310,308,305,309,311,312,313]},{"name":"IoIrpHasFsTrackOffsetExtensionType","features":[307,310,308,305,309,311,312,313]},{"name":"IoIsOperationSynchronous","features":[307,310,308,305,309,311,312,313]},{"name":"IoIsSystemThread","features":[307,310,305]},{"name":"IoIsValidNameGraftingBuffer","features":[307,310,308,305,309,311,312,313]},{"name":"IoPageRead","features":[307,310,308,305,309,311,312,313]},{"name":"IoQueryFileDosDeviceName","features":[307,310,308,305,309,311,312,313]},{"name":"IoQueryFileInformation","features":[307,310,308,305,309,311,312,313]},{"name":"IoQueryVolumeInformation","features":[307,310,308,305,309,311,312,313]},{"name":"IoQueueThreadIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoRegisterFileSystem","features":[307,310,308,305,309,311,312,313]},{"name":"IoRegisterFsRegistrationChange","features":[307,310,308,305,309,311,312,313]},{"name":"IoRegisterFsRegistrationChangeMountAware","features":[307,310,308,305,309,311,312,313]},{"name":"IoReleaseVpbSpinLock","features":[310]},{"name":"IoReplaceFileObjectName","features":[307,310,308,305,309,311,312,313]},{"name":"IoRequestDeviceRemovalForReset","features":[307,310,308,305,309,311,312,313]},{"name":"IoRetrievePriorityInfo","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetDeviceToVerify","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetFsTrackOffsetState","features":[307,310,308,305,309,311,326,312,313]},{"name":"IoSetInformation","features":[307,310,308,305,309,311,312,313]},{"name":"IoSynchronousPageWrite","features":[307,310,308,305,309,311,312,313]},{"name":"IoThreadToProcess","features":[307,310]},{"name":"IoUnregisterFileSystem","features":[307,310,308,305,309,311,312,313]},{"name":"IoUnregisterFsRegistrationChange","features":[307,310,308,305,309,311,312,313]},{"name":"IoVerifyVolume","features":[307,310,308,305,309,311,312,313]},{"name":"KAPC_STATE","features":[310,305,312]},{"name":"KeAcquireQueuedSpinLock","features":[307,310]},{"name":"KeAcquireSpinLockRaiseToSynch","features":[310]},{"name":"KeAttachProcess","features":[307,310]},{"name":"KeDetachProcess","features":[310]},{"name":"KeInitializeMutant","features":[307,310,305,312]},{"name":"KeInitializeQueue","features":[307,310,305,312]},{"name":"KeInsertHeadQueue","features":[307,310,305,312]},{"name":"KeInsertQueue","features":[307,310,305,312]},{"name":"KeReadStateMutant","features":[307,310,305,312]},{"name":"KeReadStateQueue","features":[307,310,305,312]},{"name":"KeReleaseMutant","features":[307,310,305,312]},{"name":"KeReleaseQueuedSpinLock","features":[307,310]},{"name":"KeRemoveQueue","features":[307,310,305,312]},{"name":"KeRemoveQueueEx","features":[307,310,305,312]},{"name":"KeRundownQueue","features":[307,310,305,312]},{"name":"KeSetIdealProcessorThread","features":[307,310]},{"name":"KeSetKernelStackSwapEnable","features":[310,305]},{"name":"KeStackAttachProcess","features":[307,310,305,312]},{"name":"KeTryToAcquireQueuedSpinLock","features":[307,310]},{"name":"KeUnstackDetachProcess","features":[310,305,312]},{"name":"KnownFolderDesktop","features":[310]},{"name":"KnownFolderDocuments","features":[310]},{"name":"KnownFolderDownloads","features":[310]},{"name":"KnownFolderMax","features":[310]},{"name":"KnownFolderMusic","features":[310]},{"name":"KnownFolderNone","features":[310]},{"name":"KnownFolderOther","features":[310]},{"name":"KnownFolderPictures","features":[310]},{"name":"KnownFolderVideos","features":[310]},{"name":"LARGE_MCB","features":[307,310,305,312]},{"name":"LCN_CHECKSUM_VALID","features":[310]},{"name":"LCN_WEAK_REFERENCE_BUFFER","features":[310]},{"name":"LCN_WEAK_REFERENCE_CREATE_INPUT_BUFFER","features":[310]},{"name":"LCN_WEAK_REFERENCE_VALID","features":[310]},{"name":"LINK_TRACKING_INFORMATION","features":[310]},{"name":"LINK_TRACKING_INFORMATION_TYPE","features":[310]},{"name":"LX_FILE_CASE_SENSITIVE_DIR","features":[310]},{"name":"LX_FILE_METADATA_DEVICE_ID_EA_NAME","features":[310]},{"name":"LX_FILE_METADATA_GID_EA_NAME","features":[310]},{"name":"LX_FILE_METADATA_HAS_DEVICE_ID","features":[310]},{"name":"LX_FILE_METADATA_HAS_GID","features":[310]},{"name":"LX_FILE_METADATA_HAS_MODE","features":[310]},{"name":"LX_FILE_METADATA_HAS_UID","features":[310]},{"name":"LX_FILE_METADATA_MODE_EA_NAME","features":[310]},{"name":"LX_FILE_METADATA_UID_EA_NAME","features":[310]},{"name":"LessThan","features":[310]},{"name":"MAP_DISABLE_PAGEFAULT_CLUSTERING","features":[310]},{"name":"MAP_HIGH_PRIORITY","features":[310]},{"name":"MAP_NO_READ","features":[310]},{"name":"MAP_WAIT","features":[310]},{"name":"MAXIMUM_LEADBYTES","features":[310]},{"name":"MAX_UNICODE_STACK_BUFFER_LENGTH","features":[310]},{"name":"MCB","features":[307,310,305,312]},{"name":"MCB_FLAG_RAISE_ON_ALLOCATION_FAILURE","features":[310]},{"name":"MEMORY_INFORMATION_CLASS","features":[310]},{"name":"MEMORY_RANGE_ENTRY","features":[310]},{"name":"MFT_ENUM_DATA","features":[310]},{"name":"MMFLUSH_TYPE","features":[310]},{"name":"MM_FORCE_CLOSED_DATA","features":[310]},{"name":"MM_FORCE_CLOSED_IMAGE","features":[310]},{"name":"MM_FORCE_CLOSED_LATER_OK","features":[310]},{"name":"MM_IS_FILE_SECTION_ACTIVE_DATA","features":[310]},{"name":"MM_IS_FILE_SECTION_ACTIVE_IMAGE","features":[310]},{"name":"MM_IS_FILE_SECTION_ACTIVE_USER","features":[310]},{"name":"MM_PREFETCH_FLAGS","features":[310]},{"name":"MSV1_0_AVID","features":[310]},{"name":"MSV1_0_ENUMUSERS_REQUEST","features":[310,327]},{"name":"MSV1_0_ENUMUSERS_RESPONSE","features":[310,305,327]},{"name":"MSV1_0_GETCHALLENRESP_REQUEST","features":[310,305,327]},{"name":"MSV1_0_GETCHALLENRESP_REQUEST_V1","features":[310,305,327]},{"name":"MSV1_0_GETCHALLENRESP_RESPONSE","features":[310,305,327,312]},{"name":"MSV1_0_GETUSERINFO_REQUEST","features":[310,305,327]},{"name":"MSV1_0_GETUSERINFO_RESPONSE","features":[310,305,327]},{"name":"MSV1_0_LM20_CHALLENGE_REQUEST","features":[310,327]},{"name":"MSV1_0_LM20_CHALLENGE_RESPONSE","features":[310,327]},{"name":"MakeSignature","features":[310]},{"name":"MapSecurityError","features":[310,305]},{"name":"MemoryBasicInformation","features":[310]},{"name":"MemoryType64KPage","features":[310]},{"name":"MemoryTypeCustom","features":[310]},{"name":"MemoryTypeHugePage","features":[310]},{"name":"MemoryTypeLargePage","features":[310]},{"name":"MemoryTypeMax","features":[310]},{"name":"MemoryTypeNonPaged","features":[310]},{"name":"MemoryTypePaged","features":[310]},{"name":"MmCanFileBeTruncated","features":[307,310,305]},{"name":"MmDoesFileHaveUserWritableReferences","features":[307,310]},{"name":"MmFlushForDelete","features":[310]},{"name":"MmFlushForWrite","features":[310]},{"name":"MmFlushImageSection","features":[307,310,305]},{"name":"MmForceSectionClosed","features":[307,310,305]},{"name":"MmForceSectionClosedEx","features":[307,310,305]},{"name":"MmGetMaximumFileSectionSize","features":[310]},{"name":"MmIsFileSectionActive","features":[307,310,305]},{"name":"MmIsRecursiveIoFault","features":[310,305]},{"name":"MmMdlPagesAreZero","features":[307,310]},{"name":"MmPrefetchPages","features":[307,310,308,305,309,325,311,312,313]},{"name":"MmSetAddressRangeModified","features":[310,305]},{"name":"MsvAvChannelBindings","features":[310]},{"name":"MsvAvDnsComputerName","features":[310]},{"name":"MsvAvDnsDomainName","features":[310]},{"name":"MsvAvDnsTreeName","features":[310]},{"name":"MsvAvEOL","features":[310]},{"name":"MsvAvFlags","features":[310]},{"name":"MsvAvNbComputerName","features":[310]},{"name":"MsvAvNbDomainName","features":[310]},{"name":"MsvAvRestrictions","features":[310]},{"name":"MsvAvTargetName","features":[310]},{"name":"MsvAvTimestamp","features":[310]},{"name":"NETWORK_APP_INSTANCE_ECP_CONTEXT","features":[310]},{"name":"NETWORK_APP_INSTANCE_VERSION_ECP_CONTEXT","features":[310]},{"name":"NETWORK_OPEN_ECP_CONTEXT","features":[310]},{"name":"NETWORK_OPEN_ECP_CONTEXT_V0","features":[310]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_HANDLE_COLLAPSING","features":[310]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_HANDLE_DURABILITY","features":[310]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_DISABLE_OPLOCKS","features":[310]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_FORCE_BUFFERED_SYNCHRONOUS_IO_HACK","features":[310]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_FORCE_MAX_EOF_HACK","features":[310]},{"name":"NETWORK_OPEN_ECP_IN_FLAG_REQ_MUTUAL_AUTH","features":[310]},{"name":"NETWORK_OPEN_ECP_OUT_FLAG_RET_MUTUAL_AUTH","features":[310]},{"name":"NETWORK_OPEN_INTEGRITY_QUALIFIER","features":[310]},{"name":"NETWORK_OPEN_LOCATION_QUALIFIER","features":[310]},{"name":"NFS_OPEN_ECP_CONTEXT","features":[310,305,319]},{"name":"NLSTABLEINFO","features":[310]},{"name":"NO_8DOT3_NAME_PRESENT","features":[310]},{"name":"NTCREATEFILE_CREATE_DISPOSITION","features":[310]},{"name":"NTCREATEFILE_CREATE_OPTIONS","features":[310]},{"name":"NetworkOpenIntegrityAny","features":[310]},{"name":"NetworkOpenIntegrityEncrypted","features":[310]},{"name":"NetworkOpenIntegrityMaximum","features":[310]},{"name":"NetworkOpenIntegrityNone","features":[310]},{"name":"NetworkOpenIntegritySigned","features":[310]},{"name":"NetworkOpenLocationAny","features":[310]},{"name":"NetworkOpenLocationLoopback","features":[310]},{"name":"NetworkOpenLocationRemote","features":[310]},{"name":"NotifyTypeCreate","features":[310]},{"name":"NotifyTypeRetired","features":[310]},{"name":"NtAccessCheckAndAuditAlarm","features":[310,305,309]},{"name":"NtAccessCheckByTypeAndAuditAlarm","features":[310,305,309]},{"name":"NtAccessCheckByTypeResultListAndAuditAlarm","features":[310,305,309]},{"name":"NtAccessCheckByTypeResultListAndAuditAlarmByHandle","features":[310,305,309]},{"name":"NtAdjustGroupsToken","features":[310,305,309]},{"name":"NtAdjustPrivilegesToken","features":[310,305,309]},{"name":"NtAllocateVirtualMemory","features":[310,305]},{"name":"NtAllocateVirtualMemoryEx","features":[310,305,324]},{"name":"NtCancelIoFileEx","features":[310,305,311]},{"name":"NtCloseObjectAuditAlarm","features":[310,305]},{"name":"NtCreateDirectoryObject","features":[307,310,305,309]},{"name":"NtCreateEvent","features":[307,310,305,309,312]},{"name":"NtCreateFile","features":[307,310,305,309,325,311]},{"name":"NtCreateSection","features":[307,310,305,309]},{"name":"NtCreateSectionEx","features":[307,310,305,309,324]},{"name":"NtDeleteFile","features":[307,310,305,309]},{"name":"NtDeleteObjectAuditAlarm","features":[310,305]},{"name":"NtDuplicateObject","features":[310,305]},{"name":"NtDuplicateToken","features":[307,310,305,309]},{"name":"NtFilterToken","features":[310,305,309]},{"name":"NtFlushBuffersFile","features":[310,305,311]},{"name":"NtFlushBuffersFileEx","features":[310,305,311]},{"name":"NtFlushVirtualMemory","features":[310,305,311]},{"name":"NtFreeVirtualMemory","features":[310,305]},{"name":"NtFsControlFile","features":[310,305,311]},{"name":"NtImpersonateAnonymousToken","features":[310,305]},{"name":"NtLockFile","features":[310,305,311]},{"name":"NtNotifyChangeKey","features":[310,305,311]},{"name":"NtOpenDirectoryObject","features":[307,310,305,309]},{"name":"NtOpenFile","features":[307,310,305,309,311]},{"name":"NtOpenObjectAuditAlarm","features":[310,305,309]},{"name":"NtOpenProcessToken","features":[310,305]},{"name":"NtOpenProcessTokenEx","features":[310,305]},{"name":"NtOpenSymbolicLinkObject","features":[307,310,305,309]},{"name":"NtOpenThreadToken","features":[310,305]},{"name":"NtOpenThreadTokenEx","features":[310,305]},{"name":"NtPrivilegeCheck","features":[310,305,309]},{"name":"NtPrivilegeObjectAuditAlarm","features":[310,305,309]},{"name":"NtPrivilegedServiceAuditAlarm","features":[310,305,309]},{"name":"NtQueryDirectoryFile","features":[310,305,311]},{"name":"NtQueryDirectoryFileEx","features":[310,305,311]},{"name":"NtQueryDirectoryObject","features":[310,305]},{"name":"NtQueryEaFile","features":[310,305,311]},{"name":"NtQueryFullAttributesFile","features":[307,310,305,309]},{"name":"NtQueryInformationByName","features":[307,310,305,309,311]},{"name":"NtQueryInformationFile","features":[310,305,311]},{"name":"NtQueryInformationToken","features":[310,305,309]},{"name":"NtQueryQuotaInformationFile","features":[310,305,309,311]},{"name":"NtQuerySecurityObject","features":[310,305,309]},{"name":"NtQuerySymbolicLinkObject","features":[310,305]},{"name":"NtQueryVirtualMemory","features":[310,305]},{"name":"NtQueryVolumeInformationFile","features":[310,305,311]},{"name":"NtReadFile","features":[310,305,311]},{"name":"NtSetEaFile","features":[310,305,311]},{"name":"NtSetEvent","features":[310,305]},{"name":"NtSetInformationFile","features":[310,305,311]},{"name":"NtSetInformationToken","features":[310,305,309]},{"name":"NtSetInformationVirtualMemory","features":[310,305]},{"name":"NtSetQuotaInformationFile","features":[310,305,311]},{"name":"NtSetSecurityObject","features":[310,305,309]},{"name":"NtSetVolumeInformationFile","features":[310,305,311]},{"name":"NtUnlockFile","features":[310,305,311]},{"name":"NtWriteFile","features":[310,305,311]},{"name":"NtfsLinkTrackingInformation","features":[310]},{"name":"OPEN_REPARSE_LIST","features":[310,312]},{"name":"OPEN_REPARSE_LIST_ENTRY","features":[310,312]},{"name":"OPEN_REPARSE_POINT_OVERRIDE_CREATE_OPTION","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_ALWAYS","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_CHILD_EXISTS","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_CHILD_NOT_EXISTS","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_DIRECTORY_FINAL_COMPONENT","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_DIRECTORY_FINAL_COMPONENT_ALWAYS","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_FINAL_COMPONENT","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_FINAL_COMPONENT_ALWAYS","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_FINAL_COMPONENT","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_FINAL_COMPONENT_ALWAYS","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_NON_FINAL_COMPONENT","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_DIRECTORY_NON_FINAL_COMPONENT_ALWAYS","features":[310]},{"name":"OPEN_REPARSE_POINT_REPARSE_IF_NON_FINAL_COMPONENT","features":[310]},{"name":"OPEN_REPARSE_POINT_RETURN_REPARSE_DATA_BUFFER","features":[310]},{"name":"OPEN_REPARSE_POINT_TAG_ENCOUNTERED","features":[310]},{"name":"OPEN_REPARSE_POINT_VERSION_EX","features":[310]},{"name":"OPLOCK_FLAG_BACK_OUT_ATOMIC_OPLOCK","features":[310]},{"name":"OPLOCK_FLAG_BREAKING_FOR_SHARING_VIOLATION","features":[310]},{"name":"OPLOCK_FLAG_CLOSING_DELETE_ON_CLOSE","features":[310]},{"name":"OPLOCK_FLAG_COMPLETE_IF_OPLOCKED","features":[310]},{"name":"OPLOCK_FLAG_IGNORE_OPLOCK_KEYS","features":[310]},{"name":"OPLOCK_FLAG_OPLOCK_KEY_CHECK_ONLY","features":[310]},{"name":"OPLOCK_FLAG_PARENT_OBJECT","features":[310]},{"name":"OPLOCK_FLAG_REMOVING_FILE_OR_LINK","features":[310]},{"name":"OPLOCK_FSCTRL_FLAG_ALL_KEYS_MATCH","features":[310]},{"name":"OPLOCK_KEY_CONTEXT","features":[310]},{"name":"OPLOCK_KEY_ECP_CONTEXT","features":[310]},{"name":"OPLOCK_NOTIFY_BREAK_WAIT_INTERIM_TIMEOUT","features":[310]},{"name":"OPLOCK_NOTIFY_BREAK_WAIT_TERMINATED","features":[310]},{"name":"OPLOCK_NOTIFY_PARAMS","features":[307,310,308,305,309,311,312,313]},{"name":"OPLOCK_NOTIFY_REASON","features":[310]},{"name":"OPLOCK_UPPER_FLAG_CHECK_NO_BREAK","features":[310]},{"name":"OPLOCK_UPPER_FLAG_NOTIFY_REFRESH_READ","features":[310]},{"name":"ObInsertObject","features":[307,310,308,305,309]},{"name":"ObIsKernelHandle","features":[310,305]},{"name":"ObMakeTemporaryObject","features":[310]},{"name":"ObOpenObjectByPointer","features":[307,310,308,305,309]},{"name":"ObOpenObjectByPointerWithTag","features":[307,310,308,305,309]},{"name":"ObQueryNameString","features":[307,310,305]},{"name":"ObQueryObjectAuditingByHandle","features":[310,305]},{"name":"PACQUIRE_FOR_LAZY_WRITE","features":[310,305]},{"name":"PACQUIRE_FOR_LAZY_WRITE_EX","features":[310,305]},{"name":"PACQUIRE_FOR_READ_AHEAD","features":[310,305]},{"name":"PALLOCATE_VIRTUAL_MEMORY_EX_CALLBACK","features":[310,305]},{"name":"PASYNC_READ_COMPLETION_CALLBACK","features":[310,305]},{"name":"PCC_POST_DEFERRED_WRITE","features":[310]},{"name":"PCHECK_FOR_TRAVERSE_ACCESS","features":[307,310,305,309]},{"name":"PCOMPLETE_LOCK_IRP_ROUTINE","features":[307,310,308,305,309,311,312,313]},{"name":"PDIRTY_PAGE_ROUTINE","features":[307,310,308,305,309,311,312,313]},{"name":"PFILTER_REPORT_CHANGE","features":[310,305]},{"name":"PFLUSH_TO_LSN","features":[310]},{"name":"PFN_FSRTLTEARDOWNPERSTREAMCONTEXTS","features":[307,310,305,312]},{"name":"PFREE_VIRTUAL_MEMORY_EX_CALLBACK","features":[310,305]},{"name":"PFSRTL_EXTRA_CREATE_PARAMETER_CLEANUP_CALLBACK","features":[310]},{"name":"PFSRTL_STACK_OVERFLOW_ROUTINE","features":[307,310,305,312]},{"name":"PFS_FILTER_CALLBACK","features":[307,310,308,305,309,311,312,313]},{"name":"PFS_FILTER_COMPLETION_CALLBACK","features":[307,310,308,305,309,311,312,313]},{"name":"PHYSICAL_EXTENTS_DESCRIPTOR","features":[310]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR","features":[310]},{"name":"PHYSICAL_MEMORY_RUN","features":[310]},{"name":"PIN_CALLER_TRACKS_DIRTY_DATA","features":[310]},{"name":"PIN_EXCLUSIVE","features":[310]},{"name":"PIN_HIGH_PRIORITY","features":[310]},{"name":"PIN_IF_BCB","features":[310]},{"name":"PIN_NO_READ","features":[310]},{"name":"PIN_VERIFY_REQUIRED","features":[310]},{"name":"PIN_WAIT","features":[310]},{"name":"POLICY_AUDIT_SUBCATEGORY_COUNT","features":[310]},{"name":"POPLOCK_FS_PREPOST_IRP","features":[307,310,308,305,309,311,312,313]},{"name":"POPLOCK_NOTIFY_ROUTINE","features":[307,310,308,305,309,311,312,313]},{"name":"POPLOCK_WAIT_COMPLETE_ROUTINE","features":[307,310,308,305,309,311,312,313]},{"name":"PO_CB_AC_STATUS","features":[310]},{"name":"PO_CB_BUTTON_COLLISION","features":[310]},{"name":"PO_CB_LID_SWITCH_STATE","features":[310]},{"name":"PO_CB_PROCESSOR_POWER_POLICY","features":[310]},{"name":"PO_CB_SYSTEM_POWER_POLICY","features":[310]},{"name":"PO_CB_SYSTEM_STATE_LOCK","features":[310]},{"name":"PQUERY_LOG_USAGE","features":[310]},{"name":"PQUERY_VIRTUAL_MEMORY_CALLBACK","features":[310,305]},{"name":"PREFETCH_OPEN_ECP_CONTEXT","features":[310]},{"name":"PREFIX_TABLE","features":[307,310,312]},{"name":"PREFIX_TABLE_ENTRY","features":[307,310,312]},{"name":"PRELEASE_FROM_LAZY_WRITE","features":[310]},{"name":"PRELEASE_FROM_READ_AHEAD","features":[310]},{"name":"PRTL_ALLOCATE_STRING_ROUTINE","features":[310]},{"name":"PRTL_FREE_STRING_ROUTINE","features":[310]},{"name":"PRTL_HEAP_COMMIT_ROUTINE","features":[310,305]},{"name":"PRTL_REALLOCATE_STRING_ROUTINE","features":[310]},{"name":"PSE_LOGON_SESSION_TERMINATED_ROUTINE","features":[310,305]},{"name":"PSE_LOGON_SESSION_TERMINATED_ROUTINE_EX","features":[310,305]},{"name":"PSMP_MAXIMUM_SYSAPP_CLAIM_VALUES","features":[310]},{"name":"PSMP_MINIMUM_SYSAPP_CLAIM_VALUES","features":[310]},{"name":"PUBLIC_BCB","features":[310]},{"name":"PUNLOCK_ROUTINE","features":[307,310,308,305,309,311,312,313]},{"name":"PURGE_WITH_ACTIVE_VIEWS","features":[310]},{"name":"PfxFindPrefix","features":[307,310,312]},{"name":"PfxInitialize","features":[307,310,312]},{"name":"PfxInsertPrefix","features":[307,310,305,312]},{"name":"PfxRemovePrefix","features":[307,310,312]},{"name":"PoQueueShutdownWorkItem","features":[307,310,305,312]},{"name":"PsAssignImpersonationToken","features":[307,310,305]},{"name":"PsChargePoolQuota","features":[307,310]},{"name":"PsChargeProcessPoolQuota","features":[307,310,305]},{"name":"PsDereferenceImpersonationToken","features":[310]},{"name":"PsDereferencePrimaryToken","features":[310]},{"name":"PsDisableImpersonation","features":[307,310,305,309]},{"name":"PsGetProcessExitTime","features":[310]},{"name":"PsGetThreadProcess","features":[307,310]},{"name":"PsImpersonateClient","features":[307,310,305,309]},{"name":"PsIsDiskCountersEnabled","features":[310,305]},{"name":"PsIsSystemThread","features":[307,310,305]},{"name":"PsIsThreadTerminating","features":[307,310,305]},{"name":"PsLookupProcessByProcessId","features":[307,310,305]},{"name":"PsLookupThreadByThreadId","features":[307,310,305]},{"name":"PsReferenceImpersonationToken","features":[307,310,305,309]},{"name":"PsReferencePrimaryToken","features":[307,310]},{"name":"PsRestoreImpersonation","features":[307,310,305,309]},{"name":"PsReturnPoolQuota","features":[307,310]},{"name":"PsRevertToSelf","features":[310]},{"name":"PsUpdateDiskCounters","features":[307,310]},{"name":"QUERY_BAD_RANGES_INPUT","features":[310,326]},{"name":"QUERY_DIRECT_ACCESS_DATA_EXTENTS","features":[310]},{"name":"QUERY_DIRECT_ACCESS_EXTENTS","features":[310]},{"name":"QUERY_DIRECT_ACCESS_IMAGE_EXTENTS","features":[310]},{"name":"QUERY_ON_CREATE_EA_INFORMATION","features":[310]},{"name":"QUERY_ON_CREATE_ECP_CONTEXT","features":[310]},{"name":"QUERY_ON_CREATE_FILE_LX_INFORMATION","features":[310]},{"name":"QUERY_ON_CREATE_FILE_STAT_INFORMATION","features":[310]},{"name":"QUERY_PATH_REQUEST","features":[307,310,308,305,309]},{"name":"QUERY_PATH_REQUEST_EX","features":[307,310,308,305,309]},{"name":"QUERY_PATH_RESPONSE","features":[310]},{"name":"QUERY_VIRTUAL_MEMORY_CALLBACK","features":[310,305]},{"name":"QoCFileEaInformation","features":[310]},{"name":"QoCFileLxInformation","features":[310]},{"name":"QoCFileStatInformation","features":[310]},{"name":"QuerySecurityContextToken","features":[310]},{"name":"READ_AHEAD_PARAMETERS","features":[310]},{"name":"READ_LIST","features":[307,310,308,305,309,325,311,312,313]},{"name":"READ_USN_JOURNAL_DATA","features":[310]},{"name":"REFS_COMPRESSION_FORMATS","features":[310]},{"name":"REFS_COMPRESSION_FORMAT_LZ4","features":[310]},{"name":"REFS_COMPRESSION_FORMAT_MAX","features":[310]},{"name":"REFS_COMPRESSION_FORMAT_UNCOMPRESSED","features":[310]},{"name":"REFS_COMPRESSION_FORMAT_ZSTD","features":[310]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR","features":[310]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_CAA","features":[310]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_MAA","features":[310]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_NONE","features":[310]},{"name":"REFS_DEALLOCATE_RANGES_ALLOCATOR_SAA","features":[310]},{"name":"REFS_DEALLOCATE_RANGES_INPUT_BUFFER","features":[310]},{"name":"REFS_DEALLOCATE_RANGES_INPUT_BUFFER_EX","features":[310]},{"name":"REFS_DEALLOCATE_RANGES_RANGE","features":[310]},{"name":"REFS_QUERY_VOLUME_COMPRESSION_INFO_OUTPUT_BUFFER","features":[310]},{"name":"REFS_QUERY_VOLUME_DEDUP_INFO_OUTPUT_BUFFER","features":[310,305]},{"name":"REFS_REMOVE_HARDLINK_BACKPOINTER","features":[310]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAGS","features":[310]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAG_COMPRESS_SYNC","features":[310]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_FLAG_MAX","features":[310]},{"name":"REFS_SET_VOLUME_COMPRESSION_INFO_INPUT_BUFFER","features":[310]},{"name":"REFS_SET_VOLUME_DEDUP_INFO_INPUT_BUFFER","features":[310,305]},{"name":"REFS_STREAM_EXTENT","features":[310]},{"name":"REFS_STREAM_EXTENT_PROPERTY_CRC32","features":[310]},{"name":"REFS_STREAM_EXTENT_PROPERTY_CRC64","features":[310]},{"name":"REFS_STREAM_EXTENT_PROPERTY_GHOSTED","features":[310]},{"name":"REFS_STREAM_EXTENT_PROPERTY_READONLY","features":[310]},{"name":"REFS_STREAM_EXTENT_PROPERTY_SPARSE","features":[310]},{"name":"REFS_STREAM_EXTENT_PROPERTY_STREAM_RESERVED","features":[310]},{"name":"REFS_STREAM_EXTENT_PROPERTY_VALID","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_LIST_OUTPUT_BUFFER","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_LIST_OUTPUT_BUFFER_ENTRY","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_MANAGEMENT_INPUT_BUFFER","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_CLEAR_SHADOW_BTREE","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_CREATE","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_INVALID","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_LIST","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_MAX","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_QUERY_DELTAS","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_REVERT","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_OPERATION_SET_SHADOW_BTREE","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_QUERY_DELTAS_INPUT_BUFFER","features":[310]},{"name":"REFS_STREAM_SNAPSHOT_QUERY_DELTAS_OUTPUT_BUFFER","features":[310]},{"name":"REFS_VOLUME_COUNTER_INFO_INPUT_BUFFER","features":[310,305]},{"name":"REFS_VOLUME_DATA_BUFFER","features":[310]},{"name":"REMOTE_LINK_TRACKING_INFORMATION","features":[310]},{"name":"REMOTE_PROTOCOL_FLAG_INTEGRITY","features":[310]},{"name":"REMOTE_PROTOCOL_FLAG_LOOPBACK","features":[310]},{"name":"REMOTE_PROTOCOL_FLAG_MUTUAL_AUTH","features":[310]},{"name":"REMOTE_PROTOCOL_FLAG_OFFLINE","features":[310]},{"name":"REMOTE_PROTOCOL_FLAG_PERSISTENT_HANDLE","features":[310]},{"name":"REMOTE_PROTOCOL_FLAG_PRIVACY","features":[310]},{"name":"REMOVED_8DOT3_NAME","features":[310]},{"name":"REPARSE_DATA_BUFFER","features":[310]},{"name":"REPARSE_DATA_BUFFER_EX","features":[310,325]},{"name":"REPARSE_DATA_EX_FLAG_GIVEN_TAG_OR_NONE","features":[310]},{"name":"REPARSE_INDEX_KEY","features":[310]},{"name":"RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER","features":[310]},{"name":"RETURN_NON_NT_USER_SESSION_KEY","features":[310]},{"name":"RETURN_PRIMARY_LOGON_DOMAINNAME","features":[310]},{"name":"RETURN_PRIMARY_USERNAME","features":[310]},{"name":"RETURN_RESERVED_PARAMETER","features":[310]},{"name":"RKF_BYPASS_ECP_CONTEXT","features":[310]},{"name":"RPI_SMB2_SERVERCAP_DFS","features":[310]},{"name":"RPI_SMB2_SERVERCAP_DIRECTORY_LEASING","features":[310]},{"name":"RPI_SMB2_SERVERCAP_ENCRYPTION_AWARE","features":[310]},{"name":"RPI_SMB2_SERVERCAP_LARGEMTU","features":[310]},{"name":"RPI_SMB2_SERVERCAP_LEASING","features":[310]},{"name":"RPI_SMB2_SERVERCAP_MULTICHANNEL","features":[310]},{"name":"RPI_SMB2_SERVERCAP_PERSISTENT_HANDLES","features":[310]},{"name":"RPI_SMB2_SHARECAP_ACCESS_BASED_DIRECTORY_ENUM","features":[310]},{"name":"RPI_SMB2_SHARECAP_ASYMMETRIC_SCALEOUT","features":[310]},{"name":"RPI_SMB2_SHARECAP_CLUSTER","features":[310]},{"name":"RPI_SMB2_SHARECAP_CONTINUOUS_AVAILABILITY","features":[310]},{"name":"RPI_SMB2_SHARECAP_DFS","features":[310]},{"name":"RPI_SMB2_SHARECAP_ENCRYPTED","features":[310]},{"name":"RPI_SMB2_SHARECAP_IDENTITY_REMOTING","features":[310]},{"name":"RPI_SMB2_SHARECAP_SCALEOUT","features":[310]},{"name":"RPI_SMB2_SHARECAP_TIMEWARP","features":[310]},{"name":"RPI_SMB2_SHARETYPE_DISK","features":[310]},{"name":"RPI_SMB2_SHARETYPE_PIPE","features":[310]},{"name":"RPI_SMB2_SHARETYPE_PRINT","features":[310]},{"name":"RTL_ALLOCATE_STRING_ROUTINE","features":[310]},{"name":"RTL_DUPLICATE_UNICODE_STRING_ALLOCATE_NULL_STRING","features":[310]},{"name":"RTL_DUPLICATE_UNICODE_STRING_NULL_TERMINATE","features":[310]},{"name":"RTL_FREE_STRING_ROUTINE","features":[310]},{"name":"RTL_HEAP_COMMIT_ROUTINE","features":[310,305]},{"name":"RTL_HEAP_MEMORY_LIMIT_CURRENT_VERSION","features":[310]},{"name":"RTL_HEAP_MEMORY_LIMIT_DATA","features":[310]},{"name":"RTL_HEAP_MEMORY_LIMIT_INFO","features":[310]},{"name":"RTL_HEAP_PARAMETERS","features":[310,305]},{"name":"RTL_MEMORY_TYPE","features":[310]},{"name":"RTL_NLS_STATE","features":[310]},{"name":"RTL_REALLOCATE_STRING_ROUTINE","features":[310]},{"name":"RTL_SEGMENT_HEAP_MEMORY_SOURCE","features":[310,305]},{"name":"RTL_SEGMENT_HEAP_PARAMETERS","features":[310,305]},{"name":"RTL_SEGMENT_HEAP_VA_CALLBACKS","features":[310,305]},{"name":"RTL_SYSTEM_VOLUME_INFORMATION_FOLDER","features":[310]},{"name":"RtlAbsoluteToSelfRelativeSD","features":[310,305,309]},{"name":"RtlAddAccessAllowedAce","features":[310,305,309]},{"name":"RtlAddAccessAllowedAceEx","features":[310,305,309]},{"name":"RtlAddAce","features":[310,305,309]},{"name":"RtlAllocateAndInitializeSid","features":[310,305,309]},{"name":"RtlAllocateAndInitializeSidEx","features":[310,305,309]},{"name":"RtlAllocateHeap","features":[310]},{"name":"RtlAppendStringToString","features":[310,305,312]},{"name":"RtlCompareAltitudes","features":[310,305]},{"name":"RtlCompareMemoryUlong","features":[310]},{"name":"RtlCompressBuffer","features":[310,305]},{"name":"RtlCompressChunks","features":[310,305]},{"name":"RtlCopyLuid","features":[310,305]},{"name":"RtlCopySid","features":[310,305,309]},{"name":"RtlCreateAcl","features":[310,305,309]},{"name":"RtlCreateHeap","features":[310,305]},{"name":"RtlCreateServiceSid","features":[310,305,309]},{"name":"RtlCreateSystemVolumeInformationFolder","features":[310,305]},{"name":"RtlCreateUnicodeString","features":[310,305]},{"name":"RtlCreateVirtualAccountSid","features":[310,305,309]},{"name":"RtlCustomCPToUnicodeN","features":[310,305]},{"name":"RtlDecompressBuffer","features":[310,305]},{"name":"RtlDecompressBufferEx","features":[310,305]},{"name":"RtlDecompressBufferEx2","features":[310,305]},{"name":"RtlDecompressChunks","features":[310,305]},{"name":"RtlDecompressFragment","features":[310,305]},{"name":"RtlDecompressFragmentEx","features":[310,305]},{"name":"RtlDeleteAce","features":[310,305,309]},{"name":"RtlDescribeChunk","features":[310,305]},{"name":"RtlDestroyHeap","features":[310]},{"name":"RtlDosPathNameToNtPathName_U_WithStatus","features":[310,305]},{"name":"RtlDowncaseUnicodeString","features":[310,305]},{"name":"RtlDuplicateUnicodeString","features":[310,305]},{"name":"RtlEqualPrefixSid","features":[310,305,309]},{"name":"RtlEqualSid","features":[310,305,309]},{"name":"RtlFindUnicodePrefix","features":[307,310,305]},{"name":"RtlFreeHeap","features":[310]},{"name":"RtlFreeSid","features":[310,309]},{"name":"RtlGenerate8dot3Name","features":[310,305]},{"name":"RtlGetAce","features":[310,305,309]},{"name":"RtlGetCompressionWorkSpaceSize","features":[310,305]},{"name":"RtlGetDaclSecurityDescriptor","features":[310,305,309]},{"name":"RtlGetGroupSecurityDescriptor","features":[310,305,309]},{"name":"RtlGetOwnerSecurityDescriptor","features":[310,305,309]},{"name":"RtlGetSaclSecurityDescriptor","features":[310,305,309]},{"name":"RtlIdentifierAuthoritySid","features":[310,309]},{"name":"RtlIdnToAscii","features":[310,305]},{"name":"RtlIdnToNameprepUnicode","features":[310,305]},{"name":"RtlIdnToUnicode","features":[310,305]},{"name":"RtlInitCodePageTable","features":[310]},{"name":"RtlInitUnicodeStringEx","features":[310,305]},{"name":"RtlInitializeSid","features":[310,305,309]},{"name":"RtlInitializeSidEx","features":[310,305,309]},{"name":"RtlInitializeUnicodePrefix","features":[307,310,305]},{"name":"RtlInsertUnicodePrefix","features":[307,310,305]},{"name":"RtlIsCloudFilesPlaceholder","features":[310,305]},{"name":"RtlIsDosDeviceName_U","features":[310]},{"name":"RtlIsNonEmptyDirectoryReparsePointAllowed","features":[310,305]},{"name":"RtlIsNormalizedString","features":[310,305]},{"name":"RtlIsPartialPlaceholder","features":[310,305]},{"name":"RtlIsPartialPlaceholderFileHandle","features":[310,305]},{"name":"RtlIsPartialPlaceholderFileInfo","features":[310,305]},{"name":"RtlIsSandboxedToken","features":[307,310,305,309]},{"name":"RtlIsValidOemCharacter","features":[310,305]},{"name":"RtlLengthRequiredSid","features":[310]},{"name":"RtlLengthSid","features":[310,309]},{"name":"RtlMultiByteToUnicodeN","features":[310,305]},{"name":"RtlMultiByteToUnicodeSize","features":[310,305]},{"name":"RtlNextUnicodePrefix","features":[307,310,305]},{"name":"RtlNormalizeString","features":[310,305]},{"name":"RtlNtStatusToDosErrorNoTeb","features":[310,305]},{"name":"RtlOemStringToCountedUnicodeString","features":[310,305,312]},{"name":"RtlOemStringToUnicodeString","features":[310,305,312]},{"name":"RtlOemToUnicodeN","features":[310,305]},{"name":"RtlPrefixString","features":[310,305,312]},{"name":"RtlQueryPackageIdentity","features":[310,305]},{"name":"RtlQueryPackageIdentityEx","features":[310,305]},{"name":"RtlQueryProcessPlaceholderCompatibilityMode","features":[310]},{"name":"RtlQueryThreadPlaceholderCompatibilityMode","features":[310]},{"name":"RtlRandom","features":[310]},{"name":"RtlRandomEx","features":[310]},{"name":"RtlRemoveUnicodePrefix","features":[307,310,305]},{"name":"RtlReplaceSidInSd","features":[310,305,309]},{"name":"RtlReserveChunk","features":[310,305]},{"name":"RtlSecondsSince1970ToTime","features":[310]},{"name":"RtlSecondsSince1980ToTime","features":[310]},{"name":"RtlSelfRelativeToAbsoluteSD","features":[310,305,309]},{"name":"RtlSetGroupSecurityDescriptor","features":[310,305,309]},{"name":"RtlSetOwnerSecurityDescriptor","features":[310,305,309]},{"name":"RtlSetProcessPlaceholderCompatibilityMode","features":[310]},{"name":"RtlSetThreadPlaceholderCompatibilityMode","features":[310]},{"name":"RtlSubAuthorityCountSid","features":[310,309]},{"name":"RtlSubAuthoritySid","features":[310,309]},{"name":"RtlTimeToSecondsSince1980","features":[310,305]},{"name":"RtlUnicodeStringToCountedOemString","features":[310,305,312]},{"name":"RtlUnicodeToCustomCPN","features":[310,305]},{"name":"RtlUnicodeToMultiByteN","features":[310,305]},{"name":"RtlUnicodeToOemN","features":[310,305]},{"name":"RtlUpcaseUnicodeStringToCountedOemString","features":[310,305,312]},{"name":"RtlUpcaseUnicodeStringToOemString","features":[310,305,312]},{"name":"RtlUpcaseUnicodeToCustomCPN","features":[310,305]},{"name":"RtlUpcaseUnicodeToMultiByteN","features":[310,305]},{"name":"RtlUpcaseUnicodeToOemN","features":[310,305]},{"name":"RtlValidSid","features":[310,305,309]},{"name":"RtlValidateUnicodeString","features":[310,305]},{"name":"RtlxOemStringToUnicodeSize","features":[310,312]},{"name":"RtlxUnicodeStringToOemSize","features":[310,305]},{"name":"SECURITY_ANONYMOUS_LOGON_RID","features":[310]},{"name":"SECURITY_CLIENT_CONTEXT","features":[310,305,309]},{"name":"SEC_APPLICATION_PROTOCOLS","features":[310,327]},{"name":"SEC_DTLS_MTU","features":[310]},{"name":"SEC_FLAGS","features":[310]},{"name":"SEC_NEGOTIATION_INFO","features":[310]},{"name":"SEC_PRESHAREDKEY","features":[310]},{"name":"SEC_SRTP_MASTER_KEY_IDENTIFIER","features":[310]},{"name":"SEGMENT_HEAP_FLG_USE_PAGE_HEAP","features":[310]},{"name":"SEGMENT_HEAP_PARAMETERS_VERSION","features":[310]},{"name":"SEGMENT_HEAP_PARAMS_VALID_FLAGS","features":[310]},{"name":"SEMAPHORE_INCREMENT","features":[310]},{"name":"SET_CACHED_RUNS_STATE_INPUT_BUFFER","features":[310,305]},{"name":"SET_PURGE_FAILURE_MODE_DISABLED","features":[310]},{"name":"SE_AUDIT_INFO","features":[310,305,309]},{"name":"SE_AUDIT_OPERATION","features":[310]},{"name":"SE_BACKUP_PRIVILEGES_CHECKED","features":[310]},{"name":"SE_DACL_UNTRUSTED","features":[310]},{"name":"SE_EXPORTS","features":[310,305,309]},{"name":"SE_LOGON_SESSION_TERMINATED_ROUTINE","features":[310,305]},{"name":"SE_LOGON_SESSION_TERMINATED_ROUTINE_EX","features":[307,310,305]},{"name":"SE_SERVER_SECURITY","features":[310]},{"name":"SPECIAL_ENCRYPTED_OPEN","features":[310]},{"name":"SRV_INSTANCE_TYPE","features":[310]},{"name":"SRV_OPEN_ECP_CONTEXT","features":[310,305,319]},{"name":"SRV_OPEN_ECP_CONTEXT_VERSION_2","features":[310]},{"name":"SUPPORTED_FS_FEATURES_BYPASS_IO","features":[310]},{"name":"SUPPORTED_FS_FEATURES_OFFLOAD_READ","features":[310]},{"name":"SUPPORTED_FS_FEATURES_OFFLOAD_WRITE","features":[310]},{"name":"SUPPORTED_FS_FEATURES_QUERY_OPEN","features":[310]},{"name":"SYMLINK_DIRECTORY","features":[310]},{"name":"SYMLINK_FILE","features":[310]},{"name":"SYMLINK_FLAG_RELATIVE","features":[310]},{"name":"SYMLINK_RESERVED_MASK","features":[310]},{"name":"SYSTEM_PAGE_PRIORITY_BITS","features":[310]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE","features":[310]},{"name":"SeAccessCheckFromState","features":[310,305,309]},{"name":"SeAccessCheckFromStateEx","features":[310,305,309]},{"name":"SeAdjustAccessStateForAccessConstraints","features":[307,310,308,305,309]},{"name":"SeAdjustAccessStateForTrustLabel","features":[307,310,308,305,309]},{"name":"SeAdjustObjectSecurity","features":[307,310,305,309]},{"name":"SeAppendPrivileges","features":[307,310,308,305,309]},{"name":"SeAuditFipsCryptoSelftests","features":[310,305]},{"name":"SeAuditHardLinkCreation","features":[310,305]},{"name":"SeAuditHardLinkCreationWithTransaction","features":[310,305]},{"name":"SeAuditTransactionStateChange","features":[310]},{"name":"SeAuditingAnyFileEventsWithContext","features":[307,310,305,309]},{"name":"SeAuditingAnyFileEventsWithContextEx","features":[307,310,305,309]},{"name":"SeAuditingFileEvents","features":[310,305,309]},{"name":"SeAuditingFileEventsWithContext","features":[307,310,305,309]},{"name":"SeAuditingFileEventsWithContextEx","features":[307,310,305,309]},{"name":"SeAuditingFileOrGlobalEvents","features":[307,310,305,309]},{"name":"SeAuditingHardLinkEvents","features":[310,305,309]},{"name":"SeAuditingHardLinkEventsWithContext","features":[307,310,305,309]},{"name":"SeCaptureSubjectContextEx","features":[307,310,309]},{"name":"SeCheckForCriticalAceRemoval","features":[307,310,305,309]},{"name":"SeCreateClientSecurity","features":[307,310,305,309]},{"name":"SeCreateClientSecurityFromSubjectContext","features":[307,310,305,309]},{"name":"SeDeleteClientSecurity","features":[310,305,309]},{"name":"SeDeleteObjectAuditAlarm","features":[310,305]},{"name":"SeDeleteObjectAuditAlarmWithTransaction","features":[310,305]},{"name":"SeExamineSacl","features":[310,305,309]},{"name":"SeFilterToken","features":[310,305,309]},{"name":"SeFreePrivileges","features":[310,305,309]},{"name":"SeImpersonateClient","features":[307,310,305,309]},{"name":"SeImpersonateClientEx","features":[307,310,305,309]},{"name":"SeLocateProcessImageName","features":[307,310,305]},{"name":"SeMarkLogonSessionForTerminationNotification","features":[310,305]},{"name":"SeMarkLogonSessionForTerminationNotificationEx","features":[307,310,305]},{"name":"SeOpenObjectAuditAlarm","features":[307,310,308,305,309]},{"name":"SeOpenObjectAuditAlarmWithTransaction","features":[307,310,308,305,309]},{"name":"SeOpenObjectForDeleteAuditAlarm","features":[307,310,308,305,309]},{"name":"SeOpenObjectForDeleteAuditAlarmWithTransaction","features":[307,310,308,305,309]},{"name":"SePrivilegeCheck","features":[307,310,305,309]},{"name":"SeQueryAuthenticationIdToken","features":[310,305]},{"name":"SeQueryInformationToken","features":[310,305,309]},{"name":"SeQuerySecurityDescriptorInfo","features":[310,305,309]},{"name":"SeQueryServerSiloToken","features":[307,310,305]},{"name":"SeQuerySessionIdToken","features":[310,305]},{"name":"SeQuerySessionIdTokenEx","features":[310,305]},{"name":"SeRegisterLogonSessionTerminatedRoutine","features":[310,305]},{"name":"SeRegisterLogonSessionTerminatedRoutineEx","features":[310,305]},{"name":"SeReportSecurityEventWithSubCategory","features":[310,305,327]},{"name":"SeSetAccessStateGenericMapping","features":[307,310,308,305,309]},{"name":"SeSetSecurityDescriptorInfo","features":[307,310,305,309]},{"name":"SeSetSecurityDescriptorInfoEx","features":[307,310,305,309]},{"name":"SeShouldCheckForAccessRightsFromParent","features":[307,310,308,305,309]},{"name":"SeTokenFromAccessInformation","features":[310,305,309]},{"name":"SeTokenIsAdmin","features":[310,305]},{"name":"SeTokenIsRestricted","features":[310,305]},{"name":"SeTokenIsWriteRestricted","features":[310,305]},{"name":"SeTokenType","features":[310,309]},{"name":"SeUnregisterLogonSessionTerminatedRoutine","features":[310,305]},{"name":"SeUnregisterLogonSessionTerminatedRoutineEx","features":[310,305]},{"name":"SecBuffer","features":[310]},{"name":"SecBufferDesc","features":[310]},{"name":"SecHandle","features":[310]},{"name":"SecLookupAccountName","features":[310,305,309]},{"name":"SecLookupAccountSid","features":[310,305,309]},{"name":"SecLookupWellKnownSid","features":[310,305,309]},{"name":"SecMakeSPN","features":[310,305]},{"name":"SecMakeSPNEx","features":[310,305]},{"name":"SecMakeSPNEx2","features":[310,305]},{"name":"SetContextAttributesW","features":[310]},{"name":"SharedVirtualDiskCDPSnapshotsSupported","features":[310]},{"name":"SharedVirtualDiskHandleState","features":[310]},{"name":"SharedVirtualDiskHandleStateFileShared","features":[310]},{"name":"SharedVirtualDiskHandleStateHandleShared","features":[310]},{"name":"SharedVirtualDiskHandleStateNone","features":[310]},{"name":"SharedVirtualDiskSnapshotsSupported","features":[310]},{"name":"SharedVirtualDiskSupportType","features":[310]},{"name":"SharedVirtualDisksSupported","features":[310]},{"name":"SharedVirtualDisksUnsupported","features":[310]},{"name":"SrvInstanceTypeCsv","features":[310]},{"name":"SrvInstanceTypePrimary","features":[310]},{"name":"SrvInstanceTypeSBL","features":[310]},{"name":"SrvInstanceTypeSR","features":[310]},{"name":"SrvInstanceTypeUndefined","features":[310]},{"name":"SrvInstanceTypeVSMB","features":[310]},{"name":"SspiAcceptSecurityContextAsync","features":[307,310]},{"name":"SspiAcquireCredentialsHandleAsyncA","features":[307,310,327]},{"name":"SspiAcquireCredentialsHandleAsyncW","features":[307,310,305,327]},{"name":"SspiAsyncNotifyCallback","features":[307,310]},{"name":"SspiCreateAsyncContext","features":[307,310]},{"name":"SspiDeleteSecurityContextAsync","features":[307,310]},{"name":"SspiFreeAsyncContext","features":[307,310]},{"name":"SspiFreeCredentialsHandleAsync","features":[307,310]},{"name":"SspiGetAsyncCallStatus","features":[307,310]},{"name":"SspiInitializeSecurityContextAsyncA","features":[307,310]},{"name":"SspiInitializeSecurityContextAsyncW","features":[307,310,305]},{"name":"SspiReinitAsyncContext","features":[307,310,305]},{"name":"SspiSetAsyncNotifyCallback","features":[307,310]},{"name":"SyncTypeCreateSection","features":[310]},{"name":"SyncTypeOther","features":[310]},{"name":"TOKEN_AUDIT_NO_CHILD_PROCESS","features":[310]},{"name":"TOKEN_AUDIT_REDIRECTION_TRUST","features":[310]},{"name":"TOKEN_DO_NOT_USE_GLOBAL_ATTRIBS_FOR_QUERY","features":[310]},{"name":"TOKEN_ENFORCE_REDIRECTION_TRUST","features":[310]},{"name":"TOKEN_HAS_BACKUP_PRIVILEGE","features":[310]},{"name":"TOKEN_HAS_IMPERSONATE_PRIVILEGE","features":[310]},{"name":"TOKEN_HAS_OWN_CLAIM_ATTRIBUTES","features":[310]},{"name":"TOKEN_HAS_RESTORE_PRIVILEGE","features":[310]},{"name":"TOKEN_HAS_TRAVERSE_PRIVILEGE","features":[310]},{"name":"TOKEN_IS_FILTERED","features":[310]},{"name":"TOKEN_IS_RESTRICTED","features":[310]},{"name":"TOKEN_LEARNING_MODE_LOGGING","features":[310]},{"name":"TOKEN_LOWBOX","features":[310]},{"name":"TOKEN_NOT_LOW","features":[310]},{"name":"TOKEN_NO_CHILD_PROCESS","features":[310]},{"name":"TOKEN_NO_CHILD_PROCESS_UNLESS_SECURE","features":[310]},{"name":"TOKEN_PERMISSIVE_LEARNING_MODE","features":[310]},{"name":"TOKEN_PRIVATE_NAMESPACE","features":[310]},{"name":"TOKEN_SANDBOX_INERT","features":[310]},{"name":"TOKEN_SESSION_NOT_REFERENCED","features":[310]},{"name":"TOKEN_UIACCESS","features":[310]},{"name":"TOKEN_VIRTUALIZE_ALLOWED","features":[310]},{"name":"TOKEN_VIRTUALIZE_ENABLED","features":[310]},{"name":"TOKEN_WRITE_RESTRICTED","features":[310]},{"name":"TUNNEL","features":[307,310,305,312]},{"name":"UNICODE_PREFIX_TABLE","features":[307,310,305]},{"name":"UNICODE_PREFIX_TABLE_ENTRY","features":[307,310,305]},{"name":"UNINITIALIZE_CACHE_MAPS","features":[310]},{"name":"USE_PRIMARY_PASSWORD","features":[310]},{"name":"USN_DELETE_FLAG_DELETE","features":[310]},{"name":"USN_JOURNAL_DATA","features":[310]},{"name":"USN_RECORD","features":[310]},{"name":"VACB_MAPPING_GRANULARITY","features":[310]},{"name":"VACB_OFFSET_SHIFT","features":[310]},{"name":"VALID_INHERIT_FLAGS","features":[310]},{"name":"VCN_RANGE_INPUT_BUFFER","features":[310]},{"name":"VIRTUAL_MEMORY_INFORMATION_CLASS","features":[310]},{"name":"VOLSNAPCONTROLTYPE","features":[310]},{"name":"VOLUME_REFS_INFO_BUFFER","features":[310]},{"name":"VerifySignature","features":[310]},{"name":"VmPrefetchInformation","features":[310]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_LAYER","features":[310]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_REGISTERED_LAYER","features":[310]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_REMOTE_LAYER","features":[310]},{"name":"WCIFS_REDIRECTION_FLAGS_CREATE_SERVICED_FROM_SCRATCH","features":[310]},{"name":"ZwAccessCheckAndAuditAlarm","features":[310,305,309]},{"name":"ZwAccessCheckByTypeAndAuditAlarm","features":[310,305,309]},{"name":"ZwAccessCheckByTypeResultListAndAuditAlarm","features":[310,305,309]},{"name":"ZwAccessCheckByTypeResultListAndAuditAlarmByHandle","features":[310,305,309]},{"name":"ZwAdjustGroupsToken","features":[310,305,309]},{"name":"ZwAdjustPrivilegesToken","features":[310,305,309]},{"name":"ZwAllocateVirtualMemory","features":[310,305]},{"name":"ZwAllocateVirtualMemoryEx","features":[310,305,324]},{"name":"ZwCancelIoFileEx","features":[310,305,311]},{"name":"ZwCloseObjectAuditAlarm","features":[310,305]},{"name":"ZwCreateDirectoryObject","features":[307,310,305,309]},{"name":"ZwCreateEvent","features":[307,310,305,309,312]},{"name":"ZwCreateSectionEx","features":[307,310,305,309,324]},{"name":"ZwDeleteFile","features":[307,310,305,309]},{"name":"ZwDeleteObjectAuditAlarm","features":[310,305]},{"name":"ZwDuplicateObject","features":[310,305]},{"name":"ZwDuplicateToken","features":[307,310,305,309]},{"name":"ZwFilterToken","features":[310,305,309]},{"name":"ZwFlushBuffersFile","features":[310,305,311]},{"name":"ZwFlushBuffersFileEx","features":[310,305,311]},{"name":"ZwFlushVirtualMemory","features":[310,305,311]},{"name":"ZwFreeVirtualMemory","features":[310,305]},{"name":"ZwFsControlFile","features":[310,305,311]},{"name":"ZwImpersonateAnonymousToken","features":[310,305]},{"name":"ZwLockFile","features":[310,305,311]},{"name":"ZwNotifyChangeKey","features":[310,305,311]},{"name":"ZwOpenDirectoryObject","features":[307,310,305,309]},{"name":"ZwOpenObjectAuditAlarm","features":[310,305,309]},{"name":"ZwOpenProcessToken","features":[310,305]},{"name":"ZwOpenProcessTokenEx","features":[310,305]},{"name":"ZwOpenThreadToken","features":[310,305]},{"name":"ZwOpenThreadTokenEx","features":[310,305]},{"name":"ZwPrivilegeCheck","features":[310,305,309]},{"name":"ZwPrivilegeObjectAuditAlarm","features":[310,305,309]},{"name":"ZwPrivilegedServiceAuditAlarm","features":[310,305,309]},{"name":"ZwQueryDirectoryFile","features":[310,305,311]},{"name":"ZwQueryDirectoryFileEx","features":[310,305,311]},{"name":"ZwQueryDirectoryObject","features":[310,305]},{"name":"ZwQueryEaFile","features":[310,305,311]},{"name":"ZwQueryFullAttributesFile","features":[307,310,305,309]},{"name":"ZwQueryInformationToken","features":[310,305,309]},{"name":"ZwQueryObject","features":[307,310,305]},{"name":"ZwQueryQuotaInformationFile","features":[310,305,309,311]},{"name":"ZwQuerySecurityObject","features":[310,305,309]},{"name":"ZwQueryVirtualMemory","features":[310,305]},{"name":"ZwQueryVolumeInformationFile","features":[310,305,311]},{"name":"ZwSetEaFile","features":[310,305,311]},{"name":"ZwSetEvent","features":[310,305]},{"name":"ZwSetInformationToken","features":[310,305,309]},{"name":"ZwSetInformationVirtualMemory","features":[310,305]},{"name":"ZwSetQuotaInformationFile","features":[310,305,311]},{"name":"ZwSetSecurityObject","features":[310,305,309]},{"name":"ZwSetVolumeInformationFile","features":[310,305,311]},{"name":"ZwUnlockFile","features":[310,305,311]},{"name":"_LCN_WEAK_REFERENCE_STATE","features":[310]},{"name":"_REFS_STREAM_EXTENT_PROPERTIES","features":[310]}],"347":[{"name":"FLTFL_CALLBACK_DATA_DIRTY","features":[328]},{"name":"FLTFL_CALLBACK_DATA_DRAINING_IO","features":[328]},{"name":"FLTFL_CALLBACK_DATA_FAST_IO_OPERATION","features":[328]},{"name":"FLTFL_CALLBACK_DATA_FS_FILTER_OPERATION","features":[328]},{"name":"FLTFL_CALLBACK_DATA_GENERATED_IO","features":[328]},{"name":"FLTFL_CALLBACK_DATA_IRP_OPERATION","features":[328]},{"name":"FLTFL_CALLBACK_DATA_NEW_SYSTEM_BUFFER","features":[328]},{"name":"FLTFL_CALLBACK_DATA_POST_OPERATION","features":[328]},{"name":"FLTFL_CALLBACK_DATA_REISSUED_IO","features":[328]},{"name":"FLTFL_CALLBACK_DATA_REISSUE_MASK","features":[328]},{"name":"FLTFL_CALLBACK_DATA_SYSTEM_BUFFER","features":[328]},{"name":"FLTFL_CONTEXT_REGISTRATION_NO_EXACT_SIZE_MATCH","features":[328]},{"name":"FLTFL_FILE_NAME_PARSED_EXTENSION","features":[328]},{"name":"FLTFL_FILE_NAME_PARSED_FINAL_COMPONENT","features":[328]},{"name":"FLTFL_FILE_NAME_PARSED_PARENT_DIR","features":[328]},{"name":"FLTFL_FILE_NAME_PARSED_STREAM","features":[328]},{"name":"FLTFL_FILTER_UNLOAD_MANDATORY","features":[328]},{"name":"FLTFL_INSTANCE_SETUP_AUTOMATIC_ATTACHMENT","features":[328]},{"name":"FLTFL_INSTANCE_SETUP_DETACHED_VOLUME","features":[328]},{"name":"FLTFL_INSTANCE_SETUP_MANUAL_ATTACHMENT","features":[328]},{"name":"FLTFL_INSTANCE_SETUP_NEWLY_MOUNTED_VOLUME","features":[328]},{"name":"FLTFL_INSTANCE_TEARDOWN_FILTER_UNLOAD","features":[328]},{"name":"FLTFL_INSTANCE_TEARDOWN_INTERNAL_ERROR","features":[328]},{"name":"FLTFL_INSTANCE_TEARDOWN_MANDATORY_FILTER_UNLOAD","features":[328]},{"name":"FLTFL_INSTANCE_TEARDOWN_MANUAL","features":[328]},{"name":"FLTFL_INSTANCE_TEARDOWN_VOLUME_DISMOUNT","features":[328]},{"name":"FLTFL_IO_OPERATION_DO_NOT_UPDATE_BYTE_OFFSET","features":[328]},{"name":"FLTFL_IO_OPERATION_NON_CACHED","features":[328]},{"name":"FLTFL_IO_OPERATION_PAGING","features":[328]},{"name":"FLTFL_IO_OPERATION_SYNCHRONOUS_PAGING","features":[328]},{"name":"FLTFL_NORMALIZE_NAME_CASE_SENSITIVE","features":[328]},{"name":"FLTFL_NORMALIZE_NAME_DESTINATION_FILE_NAME","features":[328]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_CACHED_IO","features":[328]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_NON_CACHED_NON_PAGING_IO","features":[328]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_NON_DASD_IO","features":[328]},{"name":"FLTFL_OPERATION_REGISTRATION_SKIP_PAGING_IO","features":[328]},{"name":"FLTFL_POST_OPERATION_DRAINING","features":[328]},{"name":"FLTFL_REGISTRATION_DO_NOT_SUPPORT_SERVICE_STOP","features":[328]},{"name":"FLTFL_REGISTRATION_SUPPORT_DAX_VOLUME","features":[328]},{"name":"FLTFL_REGISTRATION_SUPPORT_NPFS_MSFS","features":[328]},{"name":"FLTFL_REGISTRATION_SUPPORT_WCOS","features":[328]},{"name":"FLTTCFL_AUTO_REPARSE","features":[328]},{"name":"FLT_ALLOCATE_CALLBACK_DATA_PREALLOCATE_ALL_MEMORY","features":[328]},{"name":"FLT_CALLBACK_DATA","features":[307,328,308,305,309,311,312,313]},{"name":"FLT_CALLBACK_DATA_QUEUE","features":[307,328,308,305,309,311,312,313]},{"name":"FLT_CALLBACK_DATA_QUEUE_FLAGS","features":[328]},{"name":"FLT_CONTEXT_END","features":[328]},{"name":"FLT_CONTEXT_REGISTRATION","features":[307,328]},{"name":"FLT_CREATEFILE_TARGET_ECP_CONTEXT","features":[328,305]},{"name":"FLT_FILE_CONTEXT","features":[328]},{"name":"FLT_FILE_NAME_ALLOW_QUERY_ON_REPARSE","features":[328]},{"name":"FLT_FILE_NAME_DO_NOT_CACHE","features":[328]},{"name":"FLT_FILE_NAME_INFORMATION","features":[328,305]},{"name":"FLT_FILE_NAME_NORMALIZED","features":[328]},{"name":"FLT_FILE_NAME_OPENED","features":[328]},{"name":"FLT_FILE_NAME_QUERY_ALWAYS_ALLOW_CACHE_LOOKUP","features":[328]},{"name":"FLT_FILE_NAME_QUERY_CACHE_ONLY","features":[328]},{"name":"FLT_FILE_NAME_QUERY_DEFAULT","features":[328]},{"name":"FLT_FILE_NAME_QUERY_FILESYSTEM_ONLY","features":[328]},{"name":"FLT_FILE_NAME_REQUEST_FROM_CURRENT_PROVIDER","features":[328]},{"name":"FLT_FILE_NAME_SHORT","features":[328]},{"name":"FLT_FLUSH_TYPE_DATA_SYNC_ONLY","features":[328]},{"name":"FLT_FLUSH_TYPE_FILE_DATA_ONLY","features":[328]},{"name":"FLT_FLUSH_TYPE_FLUSH_AND_PURGE","features":[328]},{"name":"FLT_FLUSH_TYPE_NO_SYNC","features":[328]},{"name":"FLT_INSTANCE_CONTEXT","features":[328]},{"name":"FLT_INTERNAL_OPERATION_COUNT","features":[328]},{"name":"FLT_IO_PARAMETER_BLOCK","features":[307,328,308,305,309,311,312,313]},{"name":"FLT_MAX_DEVICE_REPARSE_ATTEMPTS","features":[328]},{"name":"FLT_NAME_CONTROL","features":[328,305]},{"name":"FLT_OPERATION_REGISTRATION","features":[307,328,308,305,309,311,312,313]},{"name":"FLT_PARAMETERS","features":[307,328,308,305,309,311,312,313]},{"name":"FLT_PORT_CONNECT","features":[328]},{"name":"FLT_POSTOP_CALLBACK_STATUS","features":[328]},{"name":"FLT_POSTOP_DISALLOW_FSFILTER_IO","features":[328]},{"name":"FLT_POSTOP_FINISHED_PROCESSING","features":[328]},{"name":"FLT_POSTOP_MORE_PROCESSING_REQUIRED","features":[328]},{"name":"FLT_PREOP_CALLBACK_STATUS","features":[328]},{"name":"FLT_PREOP_COMPLETE","features":[328]},{"name":"FLT_PREOP_DISALLOW_FASTIO","features":[328]},{"name":"FLT_PREOP_DISALLOW_FSFILTER_IO","features":[328]},{"name":"FLT_PREOP_PENDING","features":[328]},{"name":"FLT_PREOP_SUCCESS_NO_CALLBACK","features":[328]},{"name":"FLT_PREOP_SUCCESS_WITH_CALLBACK","features":[328]},{"name":"FLT_PREOP_SYNCHRONIZE","features":[328]},{"name":"FLT_PUSH_LOCK_DISABLE_AUTO_BOOST","features":[328]},{"name":"FLT_PUSH_LOCK_ENABLE_AUTO_BOOST","features":[328]},{"name":"FLT_PUSH_LOCK_VALID_FLAGS","features":[328]},{"name":"FLT_REGISTRATION","features":[307,328,308,305,309,329,311,312,313]},{"name":"FLT_REGISTRATION_VERSION","features":[328]},{"name":"FLT_REGISTRATION_VERSION_0200","features":[328]},{"name":"FLT_REGISTRATION_VERSION_0201","features":[328]},{"name":"FLT_REGISTRATION_VERSION_0202","features":[328]},{"name":"FLT_REGISTRATION_VERSION_0203","features":[328]},{"name":"FLT_RELATED_CONTEXTS","features":[328]},{"name":"FLT_RELATED_CONTEXTS_EX","features":[328]},{"name":"FLT_RELATED_OBJECTS","features":[307,328,308,305,309,311,312,313]},{"name":"FLT_SECTION_CONTEXT","features":[328]},{"name":"FLT_SET_CONTEXT_KEEP_IF_EXISTS","features":[328]},{"name":"FLT_SET_CONTEXT_OPERATION","features":[328]},{"name":"FLT_SET_CONTEXT_REPLACE_IF_EXISTS","features":[328]},{"name":"FLT_STREAMHANDLE_CONTEXT","features":[328]},{"name":"FLT_STREAM_CONTEXT","features":[328]},{"name":"FLT_TAG_DATA_BUFFER","features":[328]},{"name":"FLT_TRANSACTION_CONTEXT","features":[328]},{"name":"FLT_VALID_FILE_NAME_FLAGS","features":[328]},{"name":"FLT_VALID_FILE_NAME_FORMATS","features":[328]},{"name":"FLT_VALID_FILE_NAME_QUERY_METHODS","features":[328]},{"name":"FLT_VOLUME_CONTEXT","features":[328]},{"name":"FLT_VOLUME_PROPERTIES","features":[328,305]},{"name":"FltAcknowledgeEcp","features":[328]},{"name":"FltAcquirePushLockExclusive","features":[328]},{"name":"FltAcquirePushLockExclusiveEx","features":[328]},{"name":"FltAcquirePushLockShared","features":[328]},{"name":"FltAcquirePushLockSharedEx","features":[328]},{"name":"FltAcquireResourceExclusive","features":[307,328,312]},{"name":"FltAcquireResourceShared","features":[307,328,312]},{"name":"FltAddOpenReparseEntry","features":[307,328,308,305,309,311,312,313]},{"name":"FltAdjustDeviceStackSizeForIoRedirection","features":[328,305]},{"name":"FltAllocateCallbackData","features":[307,328,308,305,309,311,312,313]},{"name":"FltAllocateCallbackDataEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltAllocateContext","features":[307,328,305]},{"name":"FltAllocateDeferredIoWorkItem","features":[328]},{"name":"FltAllocateExtraCreateParameter","features":[328,305]},{"name":"FltAllocateExtraCreateParameterFromLookasideList","features":[328,305]},{"name":"FltAllocateExtraCreateParameterList","features":[307,328,305]},{"name":"FltAllocateFileLock","features":[307,328,308,305,309,311,312,313]},{"name":"FltAllocateGenericWorkItem","features":[328]},{"name":"FltAllocatePoolAlignedWithTag","features":[307,328]},{"name":"FltApplyPriorityInfoThread","features":[307,328,305]},{"name":"FltAttachVolume","features":[328,305]},{"name":"FltAttachVolumeAtAltitude","features":[328,305]},{"name":"FltBuildDefaultSecurityDescriptor","features":[328,305,309]},{"name":"FltCancelFileOpen","features":[307,328,308,305,309,311,312,313]},{"name":"FltCancelIo","features":[307,328,308,305,309,311,312,313]},{"name":"FltCancellableWaitForMultipleObjects","features":[307,328,308,305,309,311,312,313]},{"name":"FltCancellableWaitForSingleObject","features":[307,328,308,305,309,311,312,313]},{"name":"FltCbdqDisable","features":[307,328,308,305,309,311,312,313]},{"name":"FltCbdqEnable","features":[307,328,308,305,309,311,312,313]},{"name":"FltCbdqInitialize","features":[307,328,308,305,309,311,312,313]},{"name":"FltCbdqInsertIo","features":[307,328,308,305,309,311,312,313]},{"name":"FltCbdqRemoveIo","features":[307,328,308,305,309,311,312,313]},{"name":"FltCbdqRemoveNextIo","features":[307,328,308,305,309,311,312,313]},{"name":"FltCheckAndGrowNameControl","features":[328,305]},{"name":"FltCheckLockForReadAccess","features":[307,328,308,305,309,311,312,313]},{"name":"FltCheckLockForWriteAccess","features":[307,328,308,305,309,311,312,313]},{"name":"FltCheckOplock","features":[307,328,308,305,309,311,312,313]},{"name":"FltCheckOplockEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltClearCallbackDataDirty","features":[307,328,308,305,309,311,312,313]},{"name":"FltClearCancelCompletion","features":[307,328,308,305,309,311,312,313]},{"name":"FltClose","features":[328,305]},{"name":"FltCloseClientPort","features":[328]},{"name":"FltCloseCommunicationPort","features":[328]},{"name":"FltCloseSectionForDataScan","features":[328,305]},{"name":"FltCommitComplete","features":[307,328,305]},{"name":"FltCommitFinalizeComplete","features":[307,328,305]},{"name":"FltCompareInstanceAltitudes","features":[328]},{"name":"FltCompletePendedPostOperation","features":[307,328,308,305,309,311,312,313]},{"name":"FltCompletePendedPreOperation","features":[307,328,308,305,309,311,312,313]},{"name":"FltCopyOpenReparseList","features":[307,328,308,305,309,311,312,313]},{"name":"FltCreateCommunicationPort","features":[307,328,305,309]},{"name":"FltCreateFile","features":[307,328,305,309,311]},{"name":"FltCreateFileEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltCreateFileEx2","features":[307,328,308,305,309,311,312,313]},{"name":"FltCreateMailslotFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltCreateNamedPipeFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltCreateSectionForDataScan","features":[307,328,308,305,309,311,312,313]},{"name":"FltCreateSystemVolumeInformationFolder","features":[328,305]},{"name":"FltCurrentBatchOplock","features":[328,305]},{"name":"FltCurrentOplock","features":[328,305]},{"name":"FltCurrentOplockH","features":[328,305]},{"name":"FltDecodeParameters","features":[307,328,308,305,309,311,312,313]},{"name":"FltDeleteContext","features":[328]},{"name":"FltDeleteExtraCreateParameterLookasideList","features":[328]},{"name":"FltDeleteFileContext","features":[307,328,308,305,309,311,312,313]},{"name":"FltDeleteInstanceContext","features":[328,305]},{"name":"FltDeletePushLock","features":[328]},{"name":"FltDeleteStreamContext","features":[307,328,308,305,309,311,312,313]},{"name":"FltDeleteStreamHandleContext","features":[307,328,308,305,309,311,312,313]},{"name":"FltDeleteTransactionContext","features":[307,328,305]},{"name":"FltDeleteVolumeContext","features":[328,305]},{"name":"FltDetachVolume","features":[328,305]},{"name":"FltDeviceIoControlFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltDoCompletionProcessingWhenSafe","features":[307,328,308,305,309,311,312,313]},{"name":"FltEnlistInTransaction","features":[307,328,305]},{"name":"FltEnumerateFilterInformation","features":[328,305,329]},{"name":"FltEnumerateFilters","features":[328,305]},{"name":"FltEnumerateInstanceInformationByDeviceObject","features":[307,328,308,305,309,329,311,312,313]},{"name":"FltEnumerateInstanceInformationByFilter","features":[328,305,329]},{"name":"FltEnumerateInstanceInformationByVolume","features":[328,305,329]},{"name":"FltEnumerateInstanceInformationByVolumeName","features":[328,305,329]},{"name":"FltEnumerateInstances","features":[328,305]},{"name":"FltEnumerateVolumeInformation","features":[328,305,329]},{"name":"FltEnumerateVolumes","features":[328,305]},{"name":"FltFastIoMdlRead","features":[307,328,308,305,309,311,312,313]},{"name":"FltFastIoMdlReadComplete","features":[307,328,308,305,309,311,312,313]},{"name":"FltFastIoMdlWriteComplete","features":[307,328,308,305,309,311,312,313]},{"name":"FltFastIoPrepareMdlWrite","features":[307,328,308,305,309,311,312,313]},{"name":"FltFindExtraCreateParameter","features":[307,328,305]},{"name":"FltFlushBuffers","features":[307,328,308,305,309,311,312,313]},{"name":"FltFlushBuffers2","features":[307,328,308,305,309,311,312,313]},{"name":"FltFreeCallbackData","features":[307,328,308,305,309,311,312,313]},{"name":"FltFreeDeferredIoWorkItem","features":[328]},{"name":"FltFreeExtraCreateParameter","features":[328]},{"name":"FltFreeExtraCreateParameterList","features":[307,328]},{"name":"FltFreeFileLock","features":[307,328,308,305,309,311,312,313]},{"name":"FltFreeGenericWorkItem","features":[328]},{"name":"FltFreeOpenReparseList","features":[307,328]},{"name":"FltFreePoolAlignedWithTag","features":[328]},{"name":"FltFreeSecurityDescriptor","features":[328,309]},{"name":"FltFsControlFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetActivityIdCallbackData","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetBottomInstance","features":[328,305]},{"name":"FltGetContexts","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetContextsEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetDestinationFileNameInformation","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetDeviceObject","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetDiskDeviceObject","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetEcpListFromCallbackData","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetFileContext","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetFileNameInformation","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetFileNameInformationUnsafe","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetFileSystemType","features":[328,305,329]},{"name":"FltGetFilterFromInstance","features":[328,305]},{"name":"FltGetFilterFromName","features":[328,305]},{"name":"FltGetFilterInformation","features":[328,305,329]},{"name":"FltGetFsZeroingOffset","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetInstanceContext","features":[328,305]},{"name":"FltGetInstanceInformation","features":[328,305,329]},{"name":"FltGetIoAttributionHandleFromCallbackData","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetIoPriorityHint","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetIoPriorityHintFromCallbackData","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetIoPriorityHintFromFileObject","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetIoPriorityHintFromThread","features":[307,328]},{"name":"FltGetIrpName","features":[328]},{"name":"FltGetLowerInstance","features":[328,305]},{"name":"FltGetNewSystemBufferAddress","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetNextExtraCreateParameter","features":[307,328,305]},{"name":"FltGetRequestorProcess","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetRequestorProcessId","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetRequestorProcessIdEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetRequestorSessionId","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetRoutineAddress","features":[328]},{"name":"FltGetSectionContext","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetStreamContext","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetStreamHandleContext","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetSwappedBufferMdlAddress","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetTopInstance","features":[328,305]},{"name":"FltGetTransactionContext","features":[307,328,305]},{"name":"FltGetTunneledName","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetUpperInstance","features":[328,305]},{"name":"FltGetVolumeContext","features":[328,305]},{"name":"FltGetVolumeFromDeviceObject","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetVolumeFromFileObject","features":[307,328,308,305,309,311,312,313]},{"name":"FltGetVolumeFromInstance","features":[328,305]},{"name":"FltGetVolumeFromName","features":[328,305]},{"name":"FltGetVolumeGuidName","features":[328,305]},{"name":"FltGetVolumeInformation","features":[328,305,329]},{"name":"FltGetVolumeInstanceFromName","features":[328,305]},{"name":"FltGetVolumeName","features":[328,305]},{"name":"FltGetVolumeProperties","features":[328,305]},{"name":"FltInitExtraCreateParameterLookasideList","features":[328]},{"name":"FltInitializeFileLock","features":[307,328,308,305,309,311,312,313]},{"name":"FltInitializeOplock","features":[328]},{"name":"FltInitializePushLock","features":[328]},{"name":"FltInsertExtraCreateParameter","features":[307,328,305]},{"name":"FltIs32bitProcess","features":[307,328,308,305,309,311,312,313]},{"name":"FltIsCallbackDataDirty","features":[307,328,308,305,309,311,312,313]},{"name":"FltIsDirectory","features":[307,328,308,305,309,311,312,313]},{"name":"FltIsEcpAcknowledged","features":[328,305]},{"name":"FltIsEcpFromUserMode","features":[328,305]},{"name":"FltIsFltMgrVolumeDeviceObject","features":[307,328,308,305,309,311,312,313]},{"name":"FltIsIoCanceled","features":[307,328,308,305,309,311,312,313]},{"name":"FltIsIoRedirectionAllowed","features":[328,305]},{"name":"FltIsIoRedirectionAllowedForOperation","features":[307,328,308,305,309,311,312,313]},{"name":"FltIsOperationSynchronous","features":[307,328,308,305,309,311,312,313]},{"name":"FltIsVolumeSnapshot","features":[328,305]},{"name":"FltIsVolumeWritable","features":[328,305]},{"name":"FltLoadFilter","features":[328,305]},{"name":"FltLockUserBuffer","features":[307,328,308,305,309,311,312,313]},{"name":"FltNotifyFilterChangeDirectory","features":[307,328,308,305,309,311,312,313]},{"name":"FltObjectDereference","features":[328]},{"name":"FltObjectReference","features":[328,305]},{"name":"FltOpenVolume","features":[307,328,308,305,309,311,312,313]},{"name":"FltOplockBreakH","features":[307,328,308,305,309,311,312,313]},{"name":"FltOplockBreakToNone","features":[307,328,308,305,309,311,312,313]},{"name":"FltOplockBreakToNoneEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltOplockFsctrl","features":[307,328,308,305,309,311,312,313]},{"name":"FltOplockFsctrlEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltOplockIsFastIoPossible","features":[328,305]},{"name":"FltOplockIsSharedRequest","features":[307,328,308,305,309,311,312,313]},{"name":"FltOplockKeysEqual","features":[307,328,308,305,309,311,312,313]},{"name":"FltParseFileName","features":[328,305]},{"name":"FltParseFileNameInformation","features":[328,305]},{"name":"FltPerformAsynchronousIo","features":[307,328,308,305,309,311,312,313]},{"name":"FltPerformSynchronousIo","features":[307,328,308,305,309,311,312,313]},{"name":"FltPrePrepareComplete","features":[307,328,305]},{"name":"FltPrepareComplete","features":[307,328,305]},{"name":"FltPrepareToReuseEcp","features":[328]},{"name":"FltProcessFileLock","features":[307,328,308,305,309,311,312,313]},{"name":"FltPropagateActivityIdToThread","features":[307,328,308,305,309,311,312,313]},{"name":"FltPropagateIrpExtension","features":[307,328,308,305,309,311,312,313]},{"name":"FltPurgeFileNameInformationCache","features":[307,328,308,305,309,311,312,313]},{"name":"FltQueryDirectoryFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltQueryDirectoryFileEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltQueryEaFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltQueryInformationByName","features":[307,328,308,305,309,311]},{"name":"FltQueryInformationFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltQueryQuotaInformationFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltQuerySecurityObject","features":[307,328,308,305,309,311,312,313]},{"name":"FltQueryVolumeInformation","features":[328,305,311]},{"name":"FltQueryVolumeInformationFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltQueueDeferredIoWorkItem","features":[307,328,308,305,309,311,312,313]},{"name":"FltQueueGenericWorkItem","features":[328,308,305]},{"name":"FltReadFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltReadFileEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltReferenceContext","features":[328]},{"name":"FltReferenceFileNameInformation","features":[328,305]},{"name":"FltRegisterFilter","features":[307,328,308,305,309,329,311,312,313]},{"name":"FltRegisterForDataScan","features":[328,305]},{"name":"FltReissueSynchronousIo","features":[307,328,308,305,309,311,312,313]},{"name":"FltReleaseContext","features":[328]},{"name":"FltReleaseContexts","features":[328]},{"name":"FltReleaseContextsEx","features":[328]},{"name":"FltReleaseFileNameInformation","features":[328,305]},{"name":"FltReleasePushLock","features":[328]},{"name":"FltReleasePushLockEx","features":[328]},{"name":"FltReleaseResource","features":[307,328,312]},{"name":"FltRemoveExtraCreateParameter","features":[307,328,305]},{"name":"FltRemoveOpenReparseEntry","features":[307,328,308,305,309,311,312,313]},{"name":"FltRequestFileInfoOnCreateCompletion","features":[307,328,308,305,309,311,312,313]},{"name":"FltRequestOperationStatusCallback","features":[307,328,308,305,309,311,312,313]},{"name":"FltRetainSwappedBufferMdlAddress","features":[307,328,308,305,309,311,312,313]},{"name":"FltRetrieveFileInfoOnCreateCompletion","features":[307,328,308,305,309,311,312,313]},{"name":"FltRetrieveFileInfoOnCreateCompletionEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltRetrieveIoPriorityInfo","features":[307,328,308,305,309,311,312,313]},{"name":"FltReuseCallbackData","features":[307,328,308,305,309,311,312,313]},{"name":"FltRollbackComplete","features":[307,328,305]},{"name":"FltRollbackEnlistment","features":[307,328,305]},{"name":"FltSendMessage","features":[328,305]},{"name":"FltSetActivityIdCallbackData","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetCallbackDataDirty","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetCancelCompletion","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetEaFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetEcpListIntoCallbackData","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetFileContext","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetFsZeroingOffset","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetFsZeroingOffsetRequired","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetInformationFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetInstanceContext","features":[328,305]},{"name":"FltSetIoPriorityHintIntoCallbackData","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetIoPriorityHintIntoFileObject","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetIoPriorityHintIntoThread","features":[307,328,305]},{"name":"FltSetQuotaInformationFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetSecurityObject","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetStreamContext","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetStreamHandleContext","features":[307,328,308,305,309,311,312,313]},{"name":"FltSetTransactionContext","features":[307,328,305]},{"name":"FltSetVolumeContext","features":[328,305]},{"name":"FltSetVolumeInformation","features":[328,305,311]},{"name":"FltStartFiltering","features":[328,305]},{"name":"FltSupportsFileContexts","features":[307,328,308,305,309,311,312,313]},{"name":"FltSupportsFileContextsEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltSupportsStreamContexts","features":[307,328,308,305,309,311,312,313]},{"name":"FltSupportsStreamHandleContexts","features":[307,328,308,305,309,311,312,313]},{"name":"FltTagFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltTagFileEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltUninitializeFileLock","features":[307,328,308,305,309,311,312,313]},{"name":"FltUninitializeOplock","features":[328]},{"name":"FltUnloadFilter","features":[328,305]},{"name":"FltUnregisterFilter","features":[328]},{"name":"FltUntagFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltVetoBypassIo","features":[307,328,308,305,309,311,312,313]},{"name":"FltWriteFile","features":[307,328,308,305,309,311,312,313]},{"name":"FltWriteFileEx","features":[307,328,308,305,309,311,312,313]},{"name":"FltpTraceRedirectedFileIo","features":[307,328,308,305,309,311,312,313]},{"name":"GUID_ECP_FLT_CREATEFILE_TARGET","features":[328]},{"name":"IRP_MJ_ACQUIRE_FOR_CC_FLUSH","features":[328]},{"name":"IRP_MJ_ACQUIRE_FOR_MOD_WRITE","features":[328]},{"name":"IRP_MJ_ACQUIRE_FOR_SECTION_SYNCHRONIZATION","features":[328]},{"name":"IRP_MJ_FAST_IO_CHECK_IF_POSSIBLE","features":[328]},{"name":"IRP_MJ_MDL_READ","features":[328]},{"name":"IRP_MJ_MDL_READ_COMPLETE","features":[328]},{"name":"IRP_MJ_MDL_WRITE_COMPLETE","features":[328]},{"name":"IRP_MJ_NETWORK_QUERY_OPEN","features":[328]},{"name":"IRP_MJ_OPERATION_END","features":[328]},{"name":"IRP_MJ_PREPARE_MDL_WRITE","features":[328]},{"name":"IRP_MJ_QUERY_OPEN","features":[328]},{"name":"IRP_MJ_RELEASE_FOR_CC_FLUSH","features":[328]},{"name":"IRP_MJ_RELEASE_FOR_MOD_WRITE","features":[328]},{"name":"IRP_MJ_RELEASE_FOR_SECTION_SYNCHRONIZATION","features":[328]},{"name":"IRP_MJ_VOLUME_DISMOUNT","features":[328]},{"name":"IRP_MJ_VOLUME_MOUNT","features":[328]},{"name":"PFLTOPLOCK_PREPOST_CALLBACKDATA_ROUTINE","features":[307,328,308,305,309,311,312,313]},{"name":"PFLTOPLOCK_WAIT_COMPLETE_ROUTINE","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_CALLBACK_DATA_QUEUE_ACQUIRE","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_CALLBACK_DATA_QUEUE_COMPLETE_CANCELED_IO","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_CALLBACK_DATA_QUEUE_INSERT_IO","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_CALLBACK_DATA_QUEUE_PEEK_NEXT_IO","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_CALLBACK_DATA_QUEUE_RELEASE","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_CALLBACK_DATA_QUEUE_REMOVE_IO","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_COMPLETED_ASYNC_IO_CALLBACK","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_COMPLETE_CANCELED_CALLBACK","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_COMPLETE_LOCK_CALLBACK_DATA_ROUTINE","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_CONNECT_NOTIFY","features":[328,305]},{"name":"PFLT_CONTEXT","features":[328]},{"name":"PFLT_CONTEXT_ALLOCATE_CALLBACK","features":[307,328]},{"name":"PFLT_CONTEXT_CLEANUP_CALLBACK","features":[328]},{"name":"PFLT_CONTEXT_FREE_CALLBACK","features":[328]},{"name":"PFLT_DEFERRED_IO_WORKITEM","features":[328]},{"name":"PFLT_DEFERRED_IO_WORKITEM_ROUTINE","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_DISCONNECT_NOTIFY","features":[328]},{"name":"PFLT_FILTER","features":[328]},{"name":"PFLT_FILTER_UNLOAD_CALLBACK","features":[328,305]},{"name":"PFLT_GENERATE_FILE_NAME","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_GENERIC_WORKITEM","features":[328]},{"name":"PFLT_GENERIC_WORKITEM_ROUTINE","features":[328]},{"name":"PFLT_GET_OPERATION_STATUS_CALLBACK","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_INSTANCE","features":[328]},{"name":"PFLT_INSTANCE_QUERY_TEARDOWN_CALLBACK","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_INSTANCE_SETUP_CALLBACK","features":[307,328,308,305,309,329,311,312,313]},{"name":"PFLT_INSTANCE_TEARDOWN_CALLBACK","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_MESSAGE_NOTIFY","features":[328,305]},{"name":"PFLT_NORMALIZE_CONTEXT_CLEANUP","features":[328]},{"name":"PFLT_NORMALIZE_NAME_COMPONENT","features":[328,305]},{"name":"PFLT_NORMALIZE_NAME_COMPONENT_EX","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_PORT","features":[328]},{"name":"PFLT_POST_OPERATION_CALLBACK","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_PRE_OPERATION_CALLBACK","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_SECTION_CONFLICT_NOTIFICATION_CALLBACK","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_TRANSACTION_NOTIFICATION_CALLBACK","features":[307,328,308,305,309,311,312,313]},{"name":"PFLT_VOLUME","features":[328]},{"name":"VOL_PROP_FL_DAX_VOLUME","features":[328]}],"348":[{"name":"NtDeviceIoControlFile","features":[330,305,311]}],"349":[{"name":"NtMapViewOfSection","features":[331,305]},{"name":"NtOpenSection","features":[307,331,305,309]},{"name":"NtUnmapViewOfSection","features":[331,305]},{"name":"SECTION_INHERIT","features":[331]},{"name":"ViewShare","features":[331]},{"name":"ViewUnmap","features":[331]},{"name":"ZwMapViewOfSection","features":[331,305]},{"name":"ZwOpenSection","features":[307,331,305,309]},{"name":"ZwUnmapViewOfSection","features":[331,305]}],"350":[{"name":"ORCloseHive","features":[332,305]},{"name":"ORCloseKey","features":[332,305]},{"name":"ORCreateHive","features":[332,305]},{"name":"ORCreateKey","features":[332,305,309]},{"name":"ORDeleteKey","features":[332,305]},{"name":"ORDeleteValue","features":[332,305]},{"name":"OREnumKey","features":[332,305]},{"name":"OREnumValue","features":[332,305]},{"name":"ORGetKeySecurity","features":[332,305,309]},{"name":"ORGetValue","features":[332,305]},{"name":"ORGetVersion","features":[332,305]},{"name":"ORGetVirtualFlags","features":[332,305]},{"name":"ORHKEY","features":[332]},{"name":"ORMergeHives","features":[332,305]},{"name":"OROpenHive","features":[332,305]},{"name":"OROpenHiveByHandle","features":[332,305]},{"name":"OROpenKey","features":[332,305]},{"name":"ORQueryInfoKey","features":[332,305]},{"name":"ORRenameKey","features":[332,305]},{"name":"ORSaveHive","features":[332,305]},{"name":"ORSetKeySecurity","features":[332,305,309]},{"name":"ORSetValue","features":[332,305]},{"name":"ORSetVirtualFlags","features":[332,305]},{"name":"ORShutdown","features":[332,305]},{"name":"ORStart","features":[332,305]}],"351":[{"name":"KEY_INFORMATION_CLASS","features":[333]},{"name":"KEY_SET_INFORMATION_CLASS","features":[333]},{"name":"KEY_VALUE_ENTRY","features":[333,305]},{"name":"KEY_VALUE_INFORMATION_CLASS","features":[333]},{"name":"KeyBasicInformation","features":[333]},{"name":"KeyCachedInformation","features":[333]},{"name":"KeyControlFlagsInformation","features":[333]},{"name":"KeyFlagsInformation","features":[333]},{"name":"KeyFullInformation","features":[333]},{"name":"KeyHandleTagsInformation","features":[333]},{"name":"KeyLayerInformation","features":[333]},{"name":"KeyNameInformation","features":[333]},{"name":"KeyNodeInformation","features":[333]},{"name":"KeySetDebugInformation","features":[333]},{"name":"KeySetHandleTagsInformation","features":[333]},{"name":"KeySetLayerInformation","features":[333]},{"name":"KeySetVirtualizationInformation","features":[333]},{"name":"KeyTrustInformation","features":[333]},{"name":"KeyValueBasicInformation","features":[333]},{"name":"KeyValueFullInformation","features":[333]},{"name":"KeyValueFullInformationAlign64","features":[333]},{"name":"KeyValueLayerInformation","features":[333]},{"name":"KeyValuePartialInformation","features":[333]},{"name":"KeyValuePartialInformationAlign64","features":[333]},{"name":"KeyVirtualizationInformation","features":[333]},{"name":"KeyWow64FlagsInformation","features":[333]},{"name":"KeyWriteTimeInformation","features":[333]},{"name":"MaxKeyInfoClass","features":[333]},{"name":"MaxKeySetInfoClass","features":[333]},{"name":"MaxKeyValueInfoClass","features":[333]},{"name":"NtCommitRegistryTransaction","features":[333,305]},{"name":"NtCreateKey","features":[307,333,305,309]},{"name":"NtCreateKeyTransacted","features":[307,333,305,309]},{"name":"NtCreateRegistryTransaction","features":[307,333,305,309]},{"name":"NtDeleteKey","features":[333,305]},{"name":"NtDeleteValueKey","features":[333,305]},{"name":"NtEnumerateKey","features":[333,305]},{"name":"NtEnumerateValueKey","features":[333,305]},{"name":"NtFlushKey","features":[333,305]},{"name":"NtNotifyChangeMultipleKeys","features":[307,333,305,309,311]},{"name":"NtOpenKey","features":[307,333,305,309]},{"name":"NtOpenKeyEx","features":[307,333,305,309]},{"name":"NtOpenKeyTransacted","features":[307,333,305,309]},{"name":"NtOpenKeyTransactedEx","features":[307,333,305,309]},{"name":"NtOpenRegistryTransaction","features":[307,333,305,309]},{"name":"NtQueryKey","features":[333,305]},{"name":"NtQueryMultipleValueKey","features":[333,305]},{"name":"NtQueryValueKey","features":[333,305]},{"name":"NtRenameKey","features":[333,305]},{"name":"NtRestoreKey","features":[333,305]},{"name":"NtRollbackRegistryTransaction","features":[333,305]},{"name":"NtSaveKey","features":[333,305]},{"name":"NtSaveKeyEx","features":[333,305]},{"name":"NtSetInformationKey","features":[333,305]},{"name":"NtSetValueKey","features":[333,305]},{"name":"REG_ENUMERATE_KEY_INFORMATION","features":[333]},{"name":"REG_ENUMERATE_VALUE_KEY_INFORMATION","features":[333]},{"name":"REG_QUERY_KEY_INFORMATION","features":[333]},{"name":"REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION","features":[333,305]},{"name":"REG_QUERY_VALUE_KEY_INFORMATION","features":[333,305]},{"name":"REG_SET_INFORMATION_KEY_INFORMATION","features":[333]},{"name":"ZwCommitRegistryTransaction","features":[333,305]},{"name":"ZwCreateKey","features":[307,333,305,309]},{"name":"ZwCreateKeyTransacted","features":[307,333,305,309]},{"name":"ZwCreateRegistryTransaction","features":[307,333,305,309]},{"name":"ZwDeleteKey","features":[333,305]},{"name":"ZwDeleteValueKey","features":[333,305]},{"name":"ZwEnumerateKey","features":[333,305]},{"name":"ZwEnumerateValueKey","features":[333,305]},{"name":"ZwFlushKey","features":[333,305]},{"name":"ZwNotifyChangeMultipleKeys","features":[307,333,305,309,311]},{"name":"ZwOpenKey","features":[307,333,305,309]},{"name":"ZwOpenKeyEx","features":[307,333,305,309]},{"name":"ZwOpenKeyTransacted","features":[307,333,305,309]},{"name":"ZwOpenKeyTransactedEx","features":[307,333,305,309]},{"name":"ZwOpenRegistryTransaction","features":[307,333,305,309]},{"name":"ZwQueryKey","features":[333,305]},{"name":"ZwQueryMultipleValueKey","features":[333,305]},{"name":"ZwQueryValueKey","features":[333,305]},{"name":"ZwRenameKey","features":[333,305]},{"name":"ZwRestoreKey","features":[333,305]},{"name":"ZwRollbackRegistryTransaction","features":[333,305]},{"name":"ZwSaveKey","features":[333,305]},{"name":"ZwSaveKeyEx","features":[333,305]},{"name":"ZwSetInformationKey","features":[333,305]},{"name":"ZwSetValueKey","features":[333,305]}],"352":[{"name":"NtQuerySystemInformation","features":[334,305]},{"name":"NtQuerySystemTime","features":[334,305]},{"name":"NtQueryTimerResolution","features":[334,305]},{"name":"SYSTEM_INFORMATION_CLASS","features":[334]},{"name":"SystemBasicInformation","features":[334]},{"name":"SystemCodeIntegrityInformation","features":[334]},{"name":"SystemExceptionInformation","features":[334]},{"name":"SystemInterruptInformation","features":[334]},{"name":"SystemLookasideInformation","features":[334]},{"name":"SystemPerformanceInformation","features":[334]},{"name":"SystemPolicyInformation","features":[334]},{"name":"SystemProcessInformation","features":[334]},{"name":"SystemProcessorPerformanceInformation","features":[334]},{"name":"SystemRegistryQuotaInformation","features":[334]},{"name":"SystemTimeOfDayInformation","features":[334]},{"name":"ZwQuerySystemInformation","features":[334,305]},{"name":"ZwQuerySystemTime","features":[334,305]},{"name":"ZwQueryTimerResolution","features":[334,305]}],"353":[{"name":"ACPIBus","features":[308]},{"name":"ACPI_DEBUGGING_DEVICE_IN_USE","features":[308]},{"name":"ACPI_INTERFACE_STANDARD","features":[307,310,308,305,309,311,312,313]},{"name":"ACPI_INTERFACE_STANDARD2","features":[308,305]},{"name":"ADAPTER_INFO_API_BYPASS","features":[308]},{"name":"ADAPTER_INFO_SYNCHRONOUS_CALLBACK","features":[308]},{"name":"AGP_TARGET_BUS_INTERFACE_STANDARD","features":[308]},{"name":"ALLOCATE_FUNCTION","features":[307,308]},{"name":"ALLOC_DATA_PRAGMA","features":[308]},{"name":"ALLOC_PRAGMA","features":[308]},{"name":"ALTERNATIVE_ARCHITECTURE_TYPE","features":[308]},{"name":"AMD_L1_CACHE_INFO","features":[308]},{"name":"AMD_L2_CACHE_INFO","features":[308]},{"name":"AMD_L3_CACHE_INFO","features":[308]},{"name":"ANY_SIZE","features":[308]},{"name":"APC_LEVEL","features":[308]},{"name":"ARBITER_ACTION","features":[308]},{"name":"ARBITER_ADD_RESERVED_PARAMETERS","features":[307,310,308,305,309,311,312,313]},{"name":"ARBITER_BOOT_ALLOCATION_PARAMETERS","features":[308,312]},{"name":"ARBITER_CONFLICT_INFO","features":[307,310,308,305,309,311,312,313]},{"name":"ARBITER_FLAG_BOOT_CONFIG","features":[308]},{"name":"ARBITER_FLAG_OTHER_ENUM","features":[308]},{"name":"ARBITER_FLAG_ROOT_ENUM","features":[308]},{"name":"ARBITER_INTERFACE","features":[307,310,308,305,309,311,312,313]},{"name":"ARBITER_LIST_ENTRY","features":[307,310,308,305,309,311,312,313]},{"name":"ARBITER_PARAMETERS","features":[307,310,308,305,309,311,312,313]},{"name":"ARBITER_PARTIAL","features":[308]},{"name":"ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS","features":[308]},{"name":"ARBITER_QUERY_ARBITRATE_PARAMETERS","features":[308,312]},{"name":"ARBITER_QUERY_CONFLICT_PARAMETERS","features":[307,310,308,305,309,311,312,313]},{"name":"ARBITER_REQUEST_SOURCE","features":[308]},{"name":"ARBITER_RESULT","features":[308]},{"name":"ARBITER_RETEST_ALLOCATION_PARAMETERS","features":[308,312]},{"name":"ARBITER_TEST_ALLOCATION_PARAMETERS","features":[308,312]},{"name":"ARM64_NT_CONTEXT","features":[308,335]},{"name":"ARM64_PCR_RESERVED_MASK","features":[308]},{"name":"ARM_PROCESSOR_ERROR_SECTION_GUID","features":[308]},{"name":"ATS_DEVICE_SVM_OPTOUT","features":[308]},{"name":"AccessFlagFault","features":[308]},{"name":"AddressSizeFault","features":[308]},{"name":"AgpControl","features":[308]},{"name":"AllLoggerHandlesClass","features":[308]},{"name":"AperturePageSize","features":[308]},{"name":"ApertureSize","features":[308]},{"name":"ApicDestinationModeLogicalClustered","features":[308]},{"name":"ApicDestinationModeLogicalFlat","features":[308]},{"name":"ApicDestinationModePhysical","features":[308]},{"name":"ApicDestinationModeUnknown","features":[308]},{"name":"ArbiterActionAddReserved","features":[308]},{"name":"ArbiterActionBootAllocation","features":[308]},{"name":"ArbiterActionCommitAllocation","features":[308]},{"name":"ArbiterActionQueryAllocatedResources","features":[308]},{"name":"ArbiterActionQueryArbitrate","features":[308]},{"name":"ArbiterActionQueryConflict","features":[308]},{"name":"ArbiterActionRetestAllocation","features":[308]},{"name":"ArbiterActionRollbackAllocation","features":[308]},{"name":"ArbiterActionTestAllocation","features":[308]},{"name":"ArbiterActionWriteReservedResources","features":[308]},{"name":"ArbiterRequestHalReported","features":[308]},{"name":"ArbiterRequestLegacyAssigned","features":[308]},{"name":"ArbiterRequestLegacyReported","features":[308]},{"name":"ArbiterRequestPnpDetected","features":[308]},{"name":"ArbiterRequestPnpEnumerated","features":[308]},{"name":"ArbiterRequestUndefined","features":[308]},{"name":"ArbiterResultExternalConflict","features":[308]},{"name":"ArbiterResultNullRequest","features":[308]},{"name":"ArbiterResultSuccess","features":[308]},{"name":"ArbiterResultUndefined","features":[308]},{"name":"ArcSystem","features":[308]},{"name":"AssignSecurityDescriptor","features":[308]},{"name":"AudioController","features":[308]},{"name":"BDCB_CALLBACK_TYPE","features":[308]},{"name":"BDCB_CLASSIFICATION","features":[308]},{"name":"BDCB_IMAGE_INFORMATION","features":[308,305]},{"name":"BDCB_STATUS_UPDATE_CONTEXT","features":[308]},{"name":"BDCB_STATUS_UPDATE_TYPE","features":[308]},{"name":"BMC_NOTIFY_TYPE_GUID","features":[308]},{"name":"BOOTDISK_INFORMATION","features":[308]},{"name":"BOOTDISK_INFORMATION_EX","features":[308,305]},{"name":"BOOTDISK_INFORMATION_LITE","features":[308]},{"name":"BOOT_DRIVER_CALLBACK_FUNCTION","features":[308,305]},{"name":"BOOT_NOTIFY_TYPE_GUID","features":[308]},{"name":"BOUND_CALLBACK","features":[308]},{"name":"BOUND_CALLBACK_STATUS","features":[308]},{"name":"BUS_DATA_TYPE","features":[308]},{"name":"BUS_INTERFACE_STANDARD","features":[307,310,308,305,309,311,312,313]},{"name":"BUS_QUERY_ID_TYPE","features":[308]},{"name":"BUS_RESOURCE_UPDATE_INTERFACE","features":[308,305]},{"name":"BUS_SPECIFIC_RESET_FLAGS","features":[308]},{"name":"BackgroundWorkQueue","features":[308]},{"name":"BdCbClassificationEnd","features":[308]},{"name":"BdCbClassificationKnownBadImage","features":[308]},{"name":"BdCbClassificationKnownBadImageBootCritical","features":[308]},{"name":"BdCbClassificationKnownGoodImage","features":[308]},{"name":"BdCbClassificationUnknownImage","features":[308]},{"name":"BdCbInitializeImage","features":[308]},{"name":"BdCbStatusPrepareForDependencyLoad","features":[308]},{"name":"BdCbStatusPrepareForDriverLoad","features":[308]},{"name":"BdCbStatusPrepareForUnload","features":[308]},{"name":"BdCbStatusUpdate","features":[308]},{"name":"BoundExceptionContinueSearch","features":[308]},{"name":"BoundExceptionError","features":[308]},{"name":"BoundExceptionHandled","features":[308]},{"name":"BoundExceptionMaximum","features":[308]},{"name":"BufferEmpty","features":[308]},{"name":"BufferFinished","features":[308]},{"name":"BufferIncomplete","features":[308]},{"name":"BufferInserted","features":[308]},{"name":"BufferStarted","features":[308]},{"name":"BusQueryCompatibleIDs","features":[308]},{"name":"BusQueryContainerID","features":[308]},{"name":"BusQueryDeviceID","features":[308]},{"name":"BusQueryDeviceSerialNumber","features":[308]},{"name":"BusQueryHardwareIDs","features":[308]},{"name":"BusQueryInstanceID","features":[308]},{"name":"BusRelations","features":[308]},{"name":"BusWidth32Bits","features":[308]},{"name":"BusWidth64Bits","features":[308]},{"name":"CBus","features":[308]},{"name":"CLFS_MAX_CONTAINER_INFO","features":[308]},{"name":"CLFS_MGMT_CLIENT_REGISTRATION","features":[307,310,308,305,309,325,311,312,313]},{"name":"CLFS_SCAN_BACKWARD","features":[308]},{"name":"CLFS_SCAN_BUFFERED","features":[308]},{"name":"CLFS_SCAN_CLOSE","features":[308]},{"name":"CLFS_SCAN_FORWARD","features":[308]},{"name":"CLFS_SCAN_INIT","features":[308]},{"name":"CLFS_SCAN_INITIALIZED","features":[308]},{"name":"CLOCK1_LEVEL","features":[308]},{"name":"CLOCK2_LEVEL","features":[308]},{"name":"CLOCK_LEVEL","features":[308]},{"name":"CMCI_LEVEL","features":[308]},{"name":"CMCI_NOTIFY_TYPE_GUID","features":[308]},{"name":"CMC_DRIVER_INFO","features":[307,308]},{"name":"CMC_NOTIFY_TYPE_GUID","features":[308]},{"name":"CM_COMPONENT_INFORMATION","features":[308]},{"name":"CM_DISK_GEOMETRY_DEVICE_DATA","features":[308]},{"name":"CM_EISA_FUNCTION_INFORMATION","features":[308]},{"name":"CM_EISA_SLOT_INFORMATION","features":[308]},{"name":"CM_FLOPPY_DEVICE_DATA","features":[308]},{"name":"CM_FULL_RESOURCE_DESCRIPTOR","features":[308]},{"name":"CM_INT13_DRIVE_PARAMETER","features":[308]},{"name":"CM_KEYBOARD_DEVICE_DATA","features":[308]},{"name":"CM_MCA_POS_DATA","features":[308]},{"name":"CM_MONITOR_DEVICE_DATA","features":[308]},{"name":"CM_PARTIAL_RESOURCE_DESCRIPTOR","features":[308]},{"name":"CM_PARTIAL_RESOURCE_LIST","features":[308]},{"name":"CM_PCCARD_DEVICE_DATA","features":[308]},{"name":"CM_PNP_BIOS_DEVICE_NODE","features":[308]},{"name":"CM_PNP_BIOS_INSTALLATION_CHECK","features":[308]},{"name":"CM_POWER_DATA","features":[308,313]},{"name":"CM_RESOURCE_CONNECTION_CLASS_FUNCTION_CONFIG","features":[308]},{"name":"CM_RESOURCE_CONNECTION_CLASS_GPIO","features":[308]},{"name":"CM_RESOURCE_CONNECTION_CLASS_SERIAL","features":[308]},{"name":"CM_RESOURCE_CONNECTION_TYPE_FUNCTION_CONFIG","features":[308]},{"name":"CM_RESOURCE_CONNECTION_TYPE_GPIO_IO","features":[308]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_I2C","features":[308]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_SPI","features":[308]},{"name":"CM_RESOURCE_CONNECTION_TYPE_SERIAL_UART","features":[308]},{"name":"CM_RESOURCE_DMA_16","features":[308]},{"name":"CM_RESOURCE_DMA_32","features":[308]},{"name":"CM_RESOURCE_DMA_8","features":[308]},{"name":"CM_RESOURCE_DMA_8_AND_16","features":[308]},{"name":"CM_RESOURCE_DMA_BUS_MASTER","features":[308]},{"name":"CM_RESOURCE_DMA_TYPE_A","features":[308]},{"name":"CM_RESOURCE_DMA_TYPE_B","features":[308]},{"name":"CM_RESOURCE_DMA_TYPE_F","features":[308]},{"name":"CM_RESOURCE_DMA_V3","features":[308]},{"name":"CM_RESOURCE_INTERRUPT_LATCHED","features":[308]},{"name":"CM_RESOURCE_INTERRUPT_LEVEL_LATCHED_BITS","features":[308]},{"name":"CM_RESOURCE_INTERRUPT_LEVEL_SENSITIVE","features":[308]},{"name":"CM_RESOURCE_INTERRUPT_MESSAGE","features":[308]},{"name":"CM_RESOURCE_INTERRUPT_POLICY_INCLUDED","features":[308]},{"name":"CM_RESOURCE_INTERRUPT_SECONDARY_INTERRUPT","features":[308]},{"name":"CM_RESOURCE_INTERRUPT_WAKE_HINT","features":[308]},{"name":"CM_RESOURCE_LIST","features":[308]},{"name":"CM_RESOURCE_MEMORY_24","features":[308]},{"name":"CM_RESOURCE_MEMORY_BAR","features":[308]},{"name":"CM_RESOURCE_MEMORY_CACHEABLE","features":[308]},{"name":"CM_RESOURCE_MEMORY_COMBINEDWRITE","features":[308]},{"name":"CM_RESOURCE_MEMORY_COMPAT_FOR_INACCESSIBLE_RANGE","features":[308]},{"name":"CM_RESOURCE_MEMORY_LARGE","features":[308]},{"name":"CM_RESOURCE_MEMORY_LARGE_40","features":[308]},{"name":"CM_RESOURCE_MEMORY_LARGE_40_MAXLEN","features":[308]},{"name":"CM_RESOURCE_MEMORY_LARGE_48","features":[308]},{"name":"CM_RESOURCE_MEMORY_LARGE_48_MAXLEN","features":[308]},{"name":"CM_RESOURCE_MEMORY_LARGE_64","features":[308]},{"name":"CM_RESOURCE_MEMORY_LARGE_64_MAXLEN","features":[308]},{"name":"CM_RESOURCE_MEMORY_PREFETCHABLE","features":[308]},{"name":"CM_RESOURCE_MEMORY_READ_ONLY","features":[308]},{"name":"CM_RESOURCE_MEMORY_READ_WRITE","features":[308]},{"name":"CM_RESOURCE_MEMORY_WINDOW_DECODE","features":[308]},{"name":"CM_RESOURCE_MEMORY_WRITEABILITY_MASK","features":[308]},{"name":"CM_RESOURCE_MEMORY_WRITE_ONLY","features":[308]},{"name":"CM_RESOURCE_PORT_10_BIT_DECODE","features":[308]},{"name":"CM_RESOURCE_PORT_12_BIT_DECODE","features":[308]},{"name":"CM_RESOURCE_PORT_16_BIT_DECODE","features":[308]},{"name":"CM_RESOURCE_PORT_BAR","features":[308]},{"name":"CM_RESOURCE_PORT_IO","features":[308]},{"name":"CM_RESOURCE_PORT_MEMORY","features":[308]},{"name":"CM_RESOURCE_PORT_PASSIVE_DECODE","features":[308]},{"name":"CM_RESOURCE_PORT_POSITIVE_DECODE","features":[308]},{"name":"CM_RESOURCE_PORT_WINDOW_DECODE","features":[308]},{"name":"CM_ROM_BLOCK","features":[308]},{"name":"CM_SCSI_DEVICE_DATA","features":[308]},{"name":"CM_SERIAL_DEVICE_DATA","features":[308]},{"name":"CM_SERVICE_MEASURED_BOOT_LOAD","features":[308]},{"name":"CM_SHARE_DISPOSITION","features":[308]},{"name":"CM_SONIC_DEVICE_DATA","features":[308]},{"name":"CM_VIDEO_DEVICE_DATA","features":[308]},{"name":"CONFIGURATION_INFORMATION","features":[308,305]},{"name":"CONFIGURATION_TYPE","features":[308]},{"name":"CONNECT_CURRENT_VERSION","features":[308]},{"name":"CONNECT_FULLY_SPECIFIED","features":[308]},{"name":"CONNECT_FULLY_SPECIFIED_GROUP","features":[308]},{"name":"CONNECT_LINE_BASED","features":[308]},{"name":"CONNECT_MESSAGE_BASED","features":[308]},{"name":"CONNECT_MESSAGE_BASED_PASSIVE","features":[308]},{"name":"CONTROLLER_OBJECT","features":[307,308,305,312]},{"name":"COUNTED_REASON_CONTEXT","features":[308,305]},{"name":"CP15_PCR_RESERVED_MASK","features":[308]},{"name":"CPER_EMPTY_GUID","features":[308]},{"name":"CPE_DRIVER_INFO","features":[307,308]},{"name":"CPE_NOTIFY_TYPE_GUID","features":[308]},{"name":"CP_GET_ERROR","features":[308]},{"name":"CP_GET_NODATA","features":[308]},{"name":"CP_GET_SUCCESS","features":[308]},{"name":"CRASHDUMP_FUNCTIONS_INTERFACE","features":[308,305]},{"name":"CREATE_FILE_TYPE","features":[308]},{"name":"CREATE_USER_PROCESS_ECP_CONTEXT","features":[308]},{"name":"CardPresent","features":[308]},{"name":"CbusConfiguration","features":[308]},{"name":"CdromController","features":[308]},{"name":"CentralProcessor","features":[308]},{"name":"ClfsAddLogContainer","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsAddLogContainerSet","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsAdvanceLogBase","features":[308,305,325]},{"name":"ClfsAlignReservedLog","features":[308,305]},{"name":"ClfsAllocReservedLog","features":[308,305]},{"name":"ClfsClientRecord","features":[308]},{"name":"ClfsCloseAndResetLogFile","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsCloseLogFileObject","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsContainerActive","features":[308]},{"name":"ClfsContainerActivePendingDelete","features":[308]},{"name":"ClfsContainerInactive","features":[308]},{"name":"ClfsContainerInitializing","features":[308]},{"name":"ClfsContainerPendingArchive","features":[308]},{"name":"ClfsContainerPendingArchiveAndDelete","features":[308]},{"name":"ClfsCreateLogFile","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsCreateMarshallingArea","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsCreateMarshallingAreaEx","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsCreateScanContext","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsDataRecord","features":[308]},{"name":"ClfsDeleteLogByPointer","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsDeleteLogFile","features":[308,305]},{"name":"ClfsDeleteMarshallingArea","features":[308,305]},{"name":"ClfsEarlierLsn","features":[308,325]},{"name":"ClfsFinalize","features":[308]},{"name":"ClfsFlushBuffers","features":[308,305]},{"name":"ClfsFlushToLsn","features":[308,305,325]},{"name":"ClfsFreeReservedLog","features":[308,305]},{"name":"ClfsGetContainerName","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsGetIoStatistics","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsGetLogFileInformation","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsInitialize","features":[308,305]},{"name":"ClfsLaterLsn","features":[308,325]},{"name":"ClfsLsnBlockOffset","features":[308,325]},{"name":"ClfsLsnContainer","features":[308,325]},{"name":"ClfsLsnCreate","features":[308,325]},{"name":"ClfsLsnDifference","features":[308,305,325]},{"name":"ClfsLsnEqual","features":[308,305,325]},{"name":"ClfsLsnGreater","features":[308,305,325]},{"name":"ClfsLsnInvalid","features":[308,305,325]},{"name":"ClfsLsnLess","features":[308,305,325]},{"name":"ClfsLsnNull","features":[308,305,325]},{"name":"ClfsLsnRecordSequence","features":[308,325]},{"name":"ClfsMgmtDeregisterManagedClient","features":[308,305]},{"name":"ClfsMgmtHandleLogFileFull","features":[308,305]},{"name":"ClfsMgmtInstallPolicy","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsMgmtQueryPolicy","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsMgmtRegisterManagedClient","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsMgmtRemovePolicy","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsMgmtSetLogFileSize","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsMgmtSetLogFileSizeAsClient","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsMgmtTailAdvanceFailure","features":[308,305]},{"name":"ClfsNullRecord","features":[308]},{"name":"ClfsQueryLogFileInformation","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsReadLogRecord","features":[308,305,325]},{"name":"ClfsReadNextLogRecord","features":[308,305,325]},{"name":"ClfsReadPreviousRestartArea","features":[308,305,325]},{"name":"ClfsReadRestartArea","features":[308,305,325]},{"name":"ClfsRemoveLogContainer","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsRemoveLogContainerSet","features":[307,310,308,305,309,311,312,313]},{"name":"ClfsReserveAndAppendLog","features":[308,305,325]},{"name":"ClfsReserveAndAppendLogAligned","features":[308,305,325]},{"name":"ClfsRestartRecord","features":[308]},{"name":"ClfsScanLogContainers","features":[308,305,325]},{"name":"ClfsSetArchiveTail","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsSetEndOfLog","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsSetLogFileInformation","features":[307,310,308,305,309,325,311,312,313]},{"name":"ClfsTerminateReadLog","features":[308,305]},{"name":"ClfsWriteRestartArea","features":[308,305,325]},{"name":"ClsContainerActive","features":[308]},{"name":"ClsContainerActivePendingDelete","features":[308]},{"name":"ClsContainerInactive","features":[308]},{"name":"ClsContainerInitializing","features":[308]},{"name":"ClsContainerPendingArchive","features":[308]},{"name":"ClsContainerPendingArchiveAndDelete","features":[308]},{"name":"CmCallbackGetKeyObjectID","features":[308,305]},{"name":"CmCallbackGetKeyObjectIDEx","features":[308,305]},{"name":"CmCallbackReleaseKeyObjectIDEx","features":[308,305]},{"name":"CmGetBoundTransaction","features":[308]},{"name":"CmGetCallbackVersion","features":[308]},{"name":"CmRegisterCallback","features":[308,305]},{"name":"CmRegisterCallbackEx","features":[308,305]},{"name":"CmResourceShareDeviceExclusive","features":[308]},{"name":"CmResourceShareDriverExclusive","features":[308]},{"name":"CmResourceShareShared","features":[308]},{"name":"CmResourceShareUndetermined","features":[308]},{"name":"CmResourceTypeBusNumber","features":[308]},{"name":"CmResourceTypeConfigData","features":[308]},{"name":"CmResourceTypeConnection","features":[308]},{"name":"CmResourceTypeDevicePrivate","features":[308]},{"name":"CmResourceTypeDeviceSpecific","features":[308]},{"name":"CmResourceTypeDma","features":[308]},{"name":"CmResourceTypeInterrupt","features":[308]},{"name":"CmResourceTypeMaximum","features":[308]},{"name":"CmResourceTypeMemory","features":[308]},{"name":"CmResourceTypeMemoryLarge","features":[308]},{"name":"CmResourceTypeMfCardConfig","features":[308]},{"name":"CmResourceTypeNonArbitrated","features":[308]},{"name":"CmResourceTypeNull","features":[308]},{"name":"CmResourceTypePcCardConfig","features":[308]},{"name":"CmResourceTypePort","features":[308]},{"name":"CmSetCallbackObjectContext","features":[308,305]},{"name":"CmUnRegisterCallback","features":[308,305]},{"name":"Cmos","features":[308]},{"name":"CommonBufferConfigTypeHardwareAccessPermissions","features":[308]},{"name":"CommonBufferConfigTypeLogicalAddressLimits","features":[308]},{"name":"CommonBufferConfigTypeMax","features":[308]},{"name":"CommonBufferConfigTypeSubSection","features":[308]},{"name":"CommonBufferHardwareAccessMax","features":[308]},{"name":"CommonBufferHardwareAccessReadOnly","features":[308]},{"name":"CommonBufferHardwareAccessReadWrite","features":[308]},{"name":"CommonBufferHardwareAccessWriteOnly","features":[308]},{"name":"Compatible","features":[308]},{"name":"ConfigurationSpaceUndefined","features":[308]},{"name":"ContinueCompletion","features":[308]},{"name":"CreateFileTypeMailslot","features":[308]},{"name":"CreateFileTypeNamedPipe","features":[308]},{"name":"CreateFileTypeNone","features":[308]},{"name":"CriticalWorkQueue","features":[308]},{"name":"CustomPriorityWorkQueue","features":[308]},{"name":"D3COLD_AUX_POWER_AND_TIMING_INTERFACE","features":[308,305]},{"name":"D3COLD_LAST_TRANSITION_STATUS","features":[308]},{"name":"D3COLD_REQUEST_AUX_POWER","features":[308,305]},{"name":"D3COLD_REQUEST_CORE_POWER_RAIL","features":[308,305]},{"name":"D3COLD_REQUEST_PERST_DELAY","features":[308,305]},{"name":"D3COLD_SUPPORT_INTERFACE","features":[308,305]},{"name":"D3COLD_SUPPORT_INTERFACE_VERSION","features":[308]},{"name":"DBG_DEVICE_FLAG_BARS_MAPPED","features":[308]},{"name":"DBG_DEVICE_FLAG_HAL_SCRATCH_ALLOCATED","features":[308]},{"name":"DBG_DEVICE_FLAG_HOST_VISIBLE_ALLOCATED","features":[308]},{"name":"DBG_DEVICE_FLAG_SCRATCH_ALLOCATED","features":[308]},{"name":"DBG_DEVICE_FLAG_SYNTHETIC","features":[308]},{"name":"DBG_DEVICE_FLAG_UNCACHED_MEMORY","features":[308]},{"name":"DBG_STATUS_BUGCHECK_FIRST","features":[308]},{"name":"DBG_STATUS_BUGCHECK_SECOND","features":[308]},{"name":"DBG_STATUS_CONTROL_C","features":[308]},{"name":"DBG_STATUS_DEBUG_CONTROL","features":[308]},{"name":"DBG_STATUS_FATAL","features":[308]},{"name":"DBG_STATUS_SYSRQ","features":[308]},{"name":"DBG_STATUS_WORKER","features":[308]},{"name":"DEBUGGING_DEVICE_IN_USE","features":[308]},{"name":"DEBUGGING_DEVICE_IN_USE_INFORMATION","features":[308]},{"name":"DEBUG_DEVICE_ADDRESS","features":[308,305]},{"name":"DEBUG_DEVICE_DESCRIPTOR","features":[308,305]},{"name":"DEBUG_EFI_IOMMU_DATA","features":[308]},{"name":"DEBUG_MEMORY_REQUIREMENTS","features":[308,305]},{"name":"DEBUG_TRANSPORT_DATA","features":[308,305]},{"name":"DEFAULT_DEVICE_DRIVER_CREATOR_GUID","features":[308]},{"name":"DEVICE_BUS_SPECIFIC_RESET_HANDLER","features":[308,305]},{"name":"DEVICE_BUS_SPECIFIC_RESET_INFO","features":[308]},{"name":"DEVICE_BUS_SPECIFIC_RESET_TYPE","features":[308]},{"name":"DEVICE_CAPABILITIES","features":[308,313]},{"name":"DEVICE_CHANGE_COMPLETE_CALLBACK","features":[308]},{"name":"DEVICE_DESCRIPTION","features":[308,305]},{"name":"DEVICE_DESCRIPTION_VERSION","features":[308]},{"name":"DEVICE_DESCRIPTION_VERSION1","features":[308]},{"name":"DEVICE_DESCRIPTION_VERSION2","features":[308]},{"name":"DEVICE_DESCRIPTION_VERSION3","features":[308]},{"name":"DEVICE_DIRECTORY_TYPE","features":[308]},{"name":"DEVICE_DRIVER_NOTIFY_TYPE_GUID","features":[308]},{"name":"DEVICE_FAULT_CONFIGURATION","features":[308]},{"name":"DEVICE_FLAGS","features":[308]},{"name":"DEVICE_INSTALL_STATE","features":[308]},{"name":"DEVICE_INTERFACE_CHANGE_NOTIFICATION","features":[308,305]},{"name":"DEVICE_INTERFACE_INCLUDE_NONACTIVE","features":[308]},{"name":"DEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER","features":[308,305]},{"name":"DEVICE_REGISTRY_PROPERTY","features":[308]},{"name":"DEVICE_RELATIONS","features":[307,310,308,305,309,311,312,313]},{"name":"DEVICE_RELATION_TYPE","features":[308]},{"name":"DEVICE_REMOVAL_POLICY","features":[308]},{"name":"DEVICE_RESET_COMPLETION","features":[308,305]},{"name":"DEVICE_RESET_HANDLER","features":[308,305]},{"name":"DEVICE_RESET_INTERFACE_STANDARD","features":[308,305]},{"name":"DEVICE_RESET_INTERFACE_VERSION","features":[308]},{"name":"DEVICE_RESET_INTERFACE_VERSION_1","features":[308]},{"name":"DEVICE_RESET_INTERFACE_VERSION_2","features":[308]},{"name":"DEVICE_RESET_INTERFACE_VERSION_3","features":[308]},{"name":"DEVICE_RESET_STATUS_FLAGS","features":[308]},{"name":"DEVICE_RESET_TYPE","features":[308]},{"name":"DEVICE_TEXT_TYPE","features":[308]},{"name":"DEVICE_USAGE_NOTIFICATION_TYPE","features":[308]},{"name":"DEVICE_WAKE_DEPTH","features":[308]},{"name":"DIRECTORY_CREATE_OBJECT","features":[308]},{"name":"DIRECTORY_CREATE_SUBDIRECTORY","features":[308]},{"name":"DIRECTORY_NOTIFY_INFORMATION_CLASS","features":[308]},{"name":"DIRECTORY_QUERY","features":[308]},{"name":"DIRECTORY_TRAVERSE","features":[308]},{"name":"DISK_SIGNATURE","features":[308]},{"name":"DISPATCH_LEVEL","features":[308]},{"name":"DMAV3_TRANFER_WIDTH_128","features":[308]},{"name":"DMAV3_TRANFER_WIDTH_16","features":[308]},{"name":"DMAV3_TRANFER_WIDTH_256","features":[308]},{"name":"DMAV3_TRANFER_WIDTH_32","features":[308]},{"name":"DMAV3_TRANFER_WIDTH_64","features":[308]},{"name":"DMAV3_TRANFER_WIDTH_8","features":[308]},{"name":"DMA_ADAPTER","features":[307,310,308,305,309,311,312,313]},{"name":"DMA_ADAPTER_INFO","features":[308,305]},{"name":"DMA_ADAPTER_INFO_CRASHDUMP","features":[308,305]},{"name":"DMA_ADAPTER_INFO_V1","features":[308]},{"name":"DMA_ADAPTER_INFO_VERSION1","features":[308]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION","features":[308]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_ACCESS_TYPE","features":[308]},{"name":"DMA_COMMON_BUFFER_EXTENDED_CONFIGURATION_TYPE","features":[308]},{"name":"DMA_COMPLETION_ROUTINE","features":[307,310,308,305,309,311,312,313]},{"name":"DMA_COMPLETION_STATUS","features":[308]},{"name":"DMA_CONFIGURATION_BYTE0","features":[308]},{"name":"DMA_CONFIGURATION_BYTE1","features":[308]},{"name":"DMA_FAIL_ON_BOUNCE","features":[308]},{"name":"DMA_IOMMU_INTERFACE","features":[308,305]},{"name":"DMA_IOMMU_INTERFACE_EX","features":[308,305]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION","features":[308]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_1","features":[308]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_2","features":[308]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_MAX","features":[308]},{"name":"DMA_IOMMU_INTERFACE_EX_VERSION_MIN","features":[308]},{"name":"DMA_IOMMU_INTERFACE_V1","features":[308,305]},{"name":"DMA_IOMMU_INTERFACE_V2","features":[308,305]},{"name":"DMA_IOMMU_INTERFACE_VERSION","features":[308]},{"name":"DMA_IOMMU_INTERFACE_VERSION_1","features":[308]},{"name":"DMA_OPERATIONS","features":[307,310,308,305,309,311,312,313]},{"name":"DMA_SPEED","features":[308]},{"name":"DMA_SYNCHRONOUS_CALLBACK","features":[308]},{"name":"DMA_TRANSFER_CONTEXT_SIZE_V1","features":[308]},{"name":"DMA_TRANSFER_CONTEXT_VERSION1","features":[308]},{"name":"DMA_TRANSFER_INFO","features":[308]},{"name":"DMA_TRANSFER_INFO_V1","features":[308]},{"name":"DMA_TRANSFER_INFO_V2","features":[308]},{"name":"DMA_TRANSFER_INFO_VERSION1","features":[308]},{"name":"DMA_TRANSFER_INFO_VERSION2","features":[308]},{"name":"DMA_WIDTH","features":[308]},{"name":"DMA_ZERO_BUFFERS","features":[308]},{"name":"DOMAIN_COMMON_BUFFER_LARGE_PAGE","features":[308]},{"name":"DOMAIN_CONFIGURATION","features":[308,305]},{"name":"DOMAIN_CONFIGURATION_ARCH","features":[308]},{"name":"DOMAIN_CONFIGURATION_ARM64","features":[308,305]},{"name":"DOMAIN_CONFIGURATION_X64","features":[308,305]},{"name":"DPC_NORMAL","features":[308]},{"name":"DPC_THREADED","features":[308]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK","features":[308]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK_REVISION_1","features":[308]},{"name":"DPC_WATCHDOG_GLOBAL_TRIAGE_BLOCK_SIGNATURE","features":[308]},{"name":"DRIVER_DIRECTORY_TYPE","features":[308]},{"name":"DRIVER_LIST_CONTROL","features":[307,310,308,305,309,311,312,313]},{"name":"DRIVER_REGKEY_TYPE","features":[308]},{"name":"DRIVER_RUNTIME_INIT_FLAGS","features":[308]},{"name":"DRIVER_VERIFIER_FORCE_IRQL_CHECKING","features":[308]},{"name":"DRIVER_VERIFIER_INJECT_ALLOCATION_FAILURES","features":[308]},{"name":"DRIVER_VERIFIER_IO_CHECKING","features":[308]},{"name":"DRIVER_VERIFIER_SPECIAL_POOLING","features":[308]},{"name":"DRIVER_VERIFIER_THUNK_PAIRS","features":[308]},{"name":"DRIVER_VERIFIER_TRACK_POOL_ALLOCATIONS","features":[308]},{"name":"DRS_LEVEL","features":[308]},{"name":"DRVO_BOOTREINIT_REGISTERED","features":[308]},{"name":"DRVO_BUILTIN_DRIVER","features":[308]},{"name":"DRVO_INITIALIZED","features":[308]},{"name":"DRVO_LEGACY_DRIVER","features":[308]},{"name":"DRVO_LEGACY_RESOURCES","features":[308]},{"name":"DRVO_REINIT_REGISTERED","features":[308]},{"name":"DRVO_UNLOAD_INVOKED","features":[308]},{"name":"DUPLICATE_SAME_ATTRIBUTES","features":[308]},{"name":"DbgBreakPointWithStatus","features":[308]},{"name":"DbgPrint","features":[308]},{"name":"DbgPrintEx","features":[308]},{"name":"DbgPrintReturnControlC","features":[308]},{"name":"DbgPrompt","features":[308]},{"name":"DbgQueryDebugFilterState","features":[308,305]},{"name":"DbgSetDebugFilterState","features":[308,305]},{"name":"DbgSetDebugPrintCallback","features":[308,305,312]},{"name":"DeallocateObject","features":[308]},{"name":"DeallocateObjectKeepRegisters","features":[308]},{"name":"DelayExecution","features":[308]},{"name":"DelayedWorkQueue","features":[308]},{"name":"DeleteSecurityDescriptor","features":[308]},{"name":"DeviceDirectoryData","features":[308]},{"name":"DevicePowerState","features":[308]},{"name":"DevicePropertyAddress","features":[308]},{"name":"DevicePropertyAllocatedResources","features":[308]},{"name":"DevicePropertyBootConfiguration","features":[308]},{"name":"DevicePropertyBootConfigurationTranslated","features":[308]},{"name":"DevicePropertyBusNumber","features":[308]},{"name":"DevicePropertyBusTypeGuid","features":[308]},{"name":"DevicePropertyClassGuid","features":[308]},{"name":"DevicePropertyClassName","features":[308]},{"name":"DevicePropertyCompatibleIDs","features":[308]},{"name":"DevicePropertyContainerID","features":[308]},{"name":"DevicePropertyDeviceDescription","features":[308]},{"name":"DevicePropertyDriverKeyName","features":[308]},{"name":"DevicePropertyEnumeratorName","features":[308]},{"name":"DevicePropertyFriendlyName","features":[308]},{"name":"DevicePropertyHardwareID","features":[308]},{"name":"DevicePropertyInstallState","features":[308]},{"name":"DevicePropertyLegacyBusType","features":[308]},{"name":"DevicePropertyLocationInformation","features":[308]},{"name":"DevicePropertyManufacturer","features":[308]},{"name":"DevicePropertyPhysicalDeviceObjectName","features":[308]},{"name":"DevicePropertyRemovalPolicy","features":[308]},{"name":"DevicePropertyResourceRequirements","features":[308]},{"name":"DevicePropertyUINumber","features":[308]},{"name":"DeviceTextDescription","features":[308]},{"name":"DeviceTextLocationInformation","features":[308]},{"name":"DeviceUsageTypeBoot","features":[308]},{"name":"DeviceUsageTypeDumpFile","features":[308]},{"name":"DeviceUsageTypeGuestAssigned","features":[308]},{"name":"DeviceUsageTypeHibernation","features":[308]},{"name":"DeviceUsageTypePaging","features":[308]},{"name":"DeviceUsageTypePostDisplay","features":[308]},{"name":"DeviceUsageTypeUndefined","features":[308]},{"name":"DeviceWakeDepthD0","features":[308]},{"name":"DeviceWakeDepthD1","features":[308]},{"name":"DeviceWakeDepthD2","features":[308]},{"name":"DeviceWakeDepthD3cold","features":[308]},{"name":"DeviceWakeDepthD3hot","features":[308]},{"name":"DeviceWakeDepthMaximum","features":[308]},{"name":"DeviceWakeDepthNotWakeable","features":[308]},{"name":"DirectoryNotifyExtendedInformation","features":[308]},{"name":"DirectoryNotifyFullInformation","features":[308]},{"name":"DirectoryNotifyInformation","features":[308]},{"name":"DirectoryNotifyMaximumInformation","features":[308]},{"name":"DisabledControl","features":[308]},{"name":"DiskController","features":[308]},{"name":"DiskIoNotifyRoutinesClass","features":[308]},{"name":"DiskPeripheral","features":[308]},{"name":"DisplayController","features":[308]},{"name":"DmaAborted","features":[308]},{"name":"DmaCancelled","features":[308]},{"name":"DmaComplete","features":[308]},{"name":"DmaError","features":[308]},{"name":"DockingInformation","features":[308]},{"name":"DomainConfigurationArm64","features":[308]},{"name":"DomainConfigurationInvalid","features":[308]},{"name":"DomainConfigurationX64","features":[308]},{"name":"DomainTypeMax","features":[308]},{"name":"DomainTypePassThrough","features":[308]},{"name":"DomainTypeTranslate","features":[308]},{"name":"DomainTypeUnmanaged","features":[308]},{"name":"DriverDirectoryData","features":[308]},{"name":"DriverDirectoryImage","features":[308]},{"name":"DriverDirectorySharedData","features":[308]},{"name":"DriverRegKeyParameters","features":[308]},{"name":"DriverRegKeyPersistentState","features":[308]},{"name":"DriverRegKeySharedPersistentState","features":[308]},{"name":"DrvRtPoolNxOptIn","features":[308]},{"name":"DtiAdapter","features":[308]},{"name":"EFI_ACPI_RAS_SIGNAL_TABLE","features":[308]},{"name":"EFLAG_SIGN","features":[308]},{"name":"EFLAG_ZERO","features":[308]},{"name":"EISA_DMA_CONFIGURATION","features":[308]},{"name":"EISA_EMPTY_SLOT","features":[308]},{"name":"EISA_FREE_FORM_DATA","features":[308]},{"name":"EISA_FUNCTION_ENABLED","features":[308]},{"name":"EISA_HAS_DMA_ENTRY","features":[308]},{"name":"EISA_HAS_IRQ_ENTRY","features":[308]},{"name":"EISA_HAS_MEMORY_ENTRY","features":[308]},{"name":"EISA_HAS_PORT_INIT_ENTRY","features":[308]},{"name":"EISA_HAS_PORT_RANGE","features":[308]},{"name":"EISA_HAS_TYPE_ENTRY","features":[308]},{"name":"EISA_INVALID_BIOS_CALL","features":[308]},{"name":"EISA_INVALID_CONFIGURATION","features":[308]},{"name":"EISA_INVALID_FUNCTION","features":[308]},{"name":"EISA_INVALID_SLOT","features":[308]},{"name":"EISA_IRQ_CONFIGURATION","features":[308]},{"name":"EISA_IRQ_DESCRIPTOR","features":[308]},{"name":"EISA_MEMORY_CONFIGURATION","features":[308]},{"name":"EISA_MEMORY_TYPE","features":[308]},{"name":"EISA_MEMORY_TYPE_RAM","features":[308]},{"name":"EISA_MORE_ENTRIES","features":[308]},{"name":"EISA_PORT_CONFIGURATION","features":[308]},{"name":"EISA_PORT_DESCRIPTOR","features":[308]},{"name":"EISA_SYSTEM_MEMORY","features":[308]},{"name":"ENABLE_VIRTUALIZATION","features":[308,305]},{"name":"ERROR_LOG_LIMIT_SIZE","features":[308]},{"name":"ERROR_MAJOR_REVISION_SAL_03_00","features":[308]},{"name":"ERROR_MEMORY_GUID","features":[308]},{"name":"ERROR_MINOR_REVISION_SAL_03_00","features":[308]},{"name":"ERROR_PCI_BUS_GUID","features":[308]},{"name":"ERROR_PCI_COMPONENT_GUID","features":[308]},{"name":"ERROR_PLATFORM_BUS_GUID","features":[308]},{"name":"ERROR_PLATFORM_HOST_CONTROLLER_GUID","features":[308]},{"name":"ERROR_PLATFORM_SPECIFIC_GUID","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_BUS_CHECK_MASK","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_BUS_CHECK_SHIFT","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_CACHE_CHECK_MASK","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_CACHE_CHECK_SHIFT","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_MICROARCH_CHECK_MASK","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_MICROARCH_CHECK_SHIFT","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_REG_CHECK_MASK","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_REG_CHECK_SHIFT","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_TLB_CHECK_MASK","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_TLB_CHECK_SHIFT","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_UNKNOWN_CHECK_MASK","features":[308]},{"name":"ERROR_PROCESSOR_STATE_PARAMETER_UNKNOWN_CHECK_SHIFT","features":[308]},{"name":"ERROR_SMBIOS_GUID","features":[308]},{"name":"ERROR_SYSTEM_EVENT_LOG_GUID","features":[308]},{"name":"ERRTYP_BUS","features":[308]},{"name":"ERRTYP_CACHE","features":[308]},{"name":"ERRTYP_FLOW","features":[308]},{"name":"ERRTYP_FUNCTION","features":[308]},{"name":"ERRTYP_IMPROPER","features":[308]},{"name":"ERRTYP_INTERNAL","features":[308]},{"name":"ERRTYP_LOSSOFLOCKSTEP","features":[308]},{"name":"ERRTYP_MAP","features":[308]},{"name":"ERRTYP_MEM","features":[308]},{"name":"ERRTYP_PARITY","features":[308]},{"name":"ERRTYP_PATHERROR","features":[308]},{"name":"ERRTYP_POISONED","features":[308]},{"name":"ERRTYP_PROTOCOL","features":[308]},{"name":"ERRTYP_RESPONSE","features":[308]},{"name":"ERRTYP_SELFTEST","features":[308]},{"name":"ERRTYP_TIMEOUT","features":[308]},{"name":"ERRTYP_TLB","features":[308]},{"name":"ERRTYP_UNIMPL","features":[308]},{"name":"ETWENABLECALLBACK","features":[308,336]},{"name":"ETW_TRACE_SESSION_SETTINGS","features":[308]},{"name":"EVENT_QUERY_STATE","features":[308]},{"name":"EXCEPTION_ALIGNMENT_CHECK","features":[308]},{"name":"EXCEPTION_BOUND_CHECK","features":[308]},{"name":"EXCEPTION_CP_FAULT","features":[308]},{"name":"EXCEPTION_DEBUG","features":[308]},{"name":"EXCEPTION_DIVIDED_BY_ZERO","features":[308]},{"name":"EXCEPTION_DOUBLE_FAULT","features":[308]},{"name":"EXCEPTION_GP_FAULT","features":[308]},{"name":"EXCEPTION_INT3","features":[308]},{"name":"EXCEPTION_INVALID_OPCODE","features":[308]},{"name":"EXCEPTION_INVALID_TSS","features":[308]},{"name":"EXCEPTION_NMI","features":[308]},{"name":"EXCEPTION_NPX_ERROR","features":[308]},{"name":"EXCEPTION_NPX_NOT_AVAILABLE","features":[308]},{"name":"EXCEPTION_NPX_OVERRUN","features":[308]},{"name":"EXCEPTION_RESERVED_TRAP","features":[308]},{"name":"EXCEPTION_SEGMENT_NOT_PRESENT","features":[308]},{"name":"EXCEPTION_SE_FAULT","features":[308]},{"name":"EXCEPTION_SOFTWARE_ORIGINATE","features":[308]},{"name":"EXCEPTION_STACK_FAULT","features":[308]},{"name":"EXCEPTION_VIRTUALIZATION_FAULT","features":[308]},{"name":"EXPAND_STACK_CALLOUT","features":[308]},{"name":"EXTENDED_AGP_REGISTER","features":[308]},{"name":"EXTENDED_CREATE_INFORMATION","features":[308]},{"name":"EXTENDED_CREATE_INFORMATION_32","features":[308]},{"name":"EXTINT_NOTIFY_TYPE_GUID","features":[308]},{"name":"EXT_CALLBACK","features":[307,308]},{"name":"EXT_DELETE_CALLBACK","features":[308]},{"name":"EXT_DELETE_PARAMETERS","features":[308]},{"name":"EX_CALLBACK_FUNCTION","features":[308,305]},{"name":"EX_CARR_ALLOCATE_NONPAGED_POOL","features":[308]},{"name":"EX_CARR_ALLOCATE_PAGED_POOL","features":[308]},{"name":"EX_CARR_DISABLE_EXPANSION","features":[308]},{"name":"EX_CREATE_FLAG_FILE_DEST_OPEN_FOR_COPY","features":[308]},{"name":"EX_CREATE_FLAG_FILE_SOURCE_OPEN_FOR_COPY","features":[308]},{"name":"EX_DEFAULT_PUSH_LOCK_FLAGS","features":[308]},{"name":"EX_LOOKASIDE_LIST_EX_FLAGS_FAIL_NO_RAISE","features":[308]},{"name":"EX_LOOKASIDE_LIST_EX_FLAGS_RAISE_ON_FAIL","features":[308]},{"name":"EX_MAXIMUM_LOOKASIDE_DEPTH_BASE","features":[308]},{"name":"EX_MAXIMUM_LOOKASIDE_DEPTH_LIMIT","features":[308]},{"name":"EX_POOL_PRIORITY","features":[308]},{"name":"EX_RUNDOWN_ACTIVE","features":[308]},{"name":"EX_RUNDOWN_COUNT_SHIFT","features":[308]},{"name":"EX_RUNDOWN_REF","features":[308]},{"name":"EX_TIMER_HIGH_RESOLUTION","features":[308]},{"name":"EX_TIMER_NO_WAKE","features":[308]},{"name":"Eisa","features":[308]},{"name":"EisaAdapter","features":[308]},{"name":"EisaConfiguration","features":[308]},{"name":"EjectionRelations","features":[308]},{"name":"EndAlternatives","features":[308]},{"name":"EtwActivityIdControl","features":[308,305]},{"name":"EtwEventEnabled","features":[308,305,336]},{"name":"EtwProviderEnabled","features":[308,305,336]},{"name":"EtwRegister","features":[308,305,336]},{"name":"EtwSetInformation","features":[308,305,336]},{"name":"EtwUnregister","features":[308,305,336]},{"name":"EtwWrite","features":[308,305,336]},{"name":"EtwWriteEx","features":[308,305,336]},{"name":"EtwWriteString","features":[308,305,336]},{"name":"EtwWriteTransfer","features":[308,305,336]},{"name":"EventCategoryDeviceInterfaceChange","features":[308]},{"name":"EventCategoryHardwareProfileChange","features":[308]},{"name":"EventCategoryKernelSoftRestart","features":[308]},{"name":"EventCategoryReserved","features":[308]},{"name":"EventCategoryTargetDeviceChange","features":[308]},{"name":"EventLoggerHandleClass","features":[308]},{"name":"ExAcquireFastMutex","features":[307,308,305,312]},{"name":"ExAcquireFastMutexUnsafe","features":[307,308,305,312]},{"name":"ExAcquirePushLockExclusiveEx","features":[308]},{"name":"ExAcquirePushLockSharedEx","features":[308]},{"name":"ExAcquireResourceExclusiveLite","features":[307,308,305,312]},{"name":"ExAcquireResourceSharedLite","features":[307,308,305,312]},{"name":"ExAcquireRundownProtection","features":[308,305]},{"name":"ExAcquireRundownProtectionCacheAware","features":[307,308,305]},{"name":"ExAcquireRundownProtectionCacheAwareEx","features":[307,308,305]},{"name":"ExAcquireRundownProtectionEx","features":[308,305]},{"name":"ExAcquireSharedStarveExclusive","features":[307,308,305,312]},{"name":"ExAcquireSharedWaitForExclusive","features":[307,308,305,312]},{"name":"ExAcquireSpinLockExclusive","features":[308]},{"name":"ExAcquireSpinLockExclusiveAtDpcLevel","features":[308]},{"name":"ExAcquireSpinLockShared","features":[308]},{"name":"ExAcquireSpinLockSharedAtDpcLevel","features":[308]},{"name":"ExAllocateCacheAwareRundownProtection","features":[307,308]},{"name":"ExAllocatePool","features":[307,308]},{"name":"ExAllocatePool2","features":[308]},{"name":"ExAllocatePool3","features":[308,305]},{"name":"ExAllocatePoolWithQuota","features":[307,308]},{"name":"ExAllocatePoolWithQuotaTag","features":[307,308]},{"name":"ExAllocatePoolWithTag","features":[307,308]},{"name":"ExAllocatePoolWithTagPriority","features":[307,308]},{"name":"ExAllocateTimer","features":[307,308]},{"name":"ExCancelTimer","features":[307,308,305]},{"name":"ExCleanupRundownProtectionCacheAware","features":[307,308]},{"name":"ExConvertExclusiveToSharedLite","features":[307,308,312]},{"name":"ExCreateCallback","features":[307,308,305,309]},{"name":"ExCreatePool","features":[308,305]},{"name":"ExDeleteResourceLite","features":[307,308,305,312]},{"name":"ExDeleteTimer","features":[307,308,305]},{"name":"ExDestroyPool","features":[308,305]},{"name":"ExEnterCriticalRegionAndAcquireResourceExclusive","features":[307,308,312]},{"name":"ExEnterCriticalRegionAndAcquireResourceShared","features":[307,308,312]},{"name":"ExEnterCriticalRegionAndAcquireSharedWaitForExclusive","features":[307,308,312]},{"name":"ExEnumerateSystemFirmwareTables","features":[308,305]},{"name":"ExExtendZone","features":[308,305,312]},{"name":"ExFreeCacheAwareRundownProtection","features":[307,308]},{"name":"ExFreePool","features":[308]},{"name":"ExFreePool2","features":[308,305]},{"name":"ExFreePoolWithTag","features":[308]},{"name":"ExGetExclusiveWaiterCount","features":[307,308,312]},{"name":"ExGetFirmwareEnvironmentVariable","features":[308,305]},{"name":"ExGetFirmwareType","features":[308,337]},{"name":"ExGetPreviousMode","features":[308]},{"name":"ExGetSharedWaiterCount","features":[307,308,312]},{"name":"ExGetSystemFirmwareTable","features":[308,305]},{"name":"ExInitializePushLock","features":[308]},{"name":"ExInitializeResourceLite","features":[307,308,305,312]},{"name":"ExInitializeRundownProtection","features":[308]},{"name":"ExInitializeRundownProtectionCacheAware","features":[307,308]},{"name":"ExInitializeRundownProtectionCacheAwareEx","features":[307,308]},{"name":"ExInitializeZone","features":[308,305,312]},{"name":"ExInterlockedAddLargeInteger","features":[308]},{"name":"ExInterlockedExtendZone","features":[308,305,312]},{"name":"ExIsManufacturingModeEnabled","features":[308,305]},{"name":"ExIsProcessorFeaturePresent","features":[308,305]},{"name":"ExIsResourceAcquiredExclusiveLite","features":[307,308,305,312]},{"name":"ExIsResourceAcquiredSharedLite","features":[307,308,312]},{"name":"ExIsSoftBoot","features":[308,305]},{"name":"ExLocalTimeToSystemTime","features":[308]},{"name":"ExNotifyCallback","features":[308]},{"name":"ExQueryTimerResolution","features":[308]},{"name":"ExQueueWorkItem","features":[307,308,312]},{"name":"ExRaiseAccessViolation","features":[308]},{"name":"ExRaiseDatatypeMisalignment","features":[308]},{"name":"ExRaiseStatus","features":[308,305]},{"name":"ExReInitializeRundownProtection","features":[308]},{"name":"ExReInitializeRundownProtectionCacheAware","features":[307,308]},{"name":"ExRegisterCallback","features":[307,308]},{"name":"ExReinitializeResourceLite","features":[307,308,305,312]},{"name":"ExReleaseFastMutex","features":[307,308,305,312]},{"name":"ExReleaseFastMutexUnsafe","features":[307,308,305,312]},{"name":"ExReleasePushLockExclusiveEx","features":[308]},{"name":"ExReleasePushLockSharedEx","features":[308]},{"name":"ExReleaseResourceAndLeaveCriticalRegion","features":[307,308,312]},{"name":"ExReleaseResourceForThreadLite","features":[307,308,312]},{"name":"ExReleaseResourceLite","features":[307,308,312]},{"name":"ExReleaseRundownProtection","features":[308]},{"name":"ExReleaseRundownProtectionCacheAware","features":[307,308]},{"name":"ExReleaseRundownProtectionCacheAwareEx","features":[307,308]},{"name":"ExReleaseRundownProtectionEx","features":[308]},{"name":"ExReleaseSpinLockExclusive","features":[308]},{"name":"ExReleaseSpinLockExclusiveFromDpcLevel","features":[308]},{"name":"ExReleaseSpinLockShared","features":[308]},{"name":"ExReleaseSpinLockSharedFromDpcLevel","features":[308]},{"name":"ExRundownCompleted","features":[308]},{"name":"ExRundownCompletedCacheAware","features":[307,308]},{"name":"ExSecurePoolUpdate","features":[308,305]},{"name":"ExSecurePoolValidate","features":[308,305]},{"name":"ExSetFirmwareEnvironmentVariable","features":[308,305]},{"name":"ExSetResourceOwnerPointer","features":[307,308,312]},{"name":"ExSetResourceOwnerPointerEx","features":[307,308,312]},{"name":"ExSetTimer","features":[307,308,305]},{"name":"ExSetTimerResolution","features":[308,305]},{"name":"ExSizeOfRundownProtectionCacheAware","features":[308]},{"name":"ExSystemTimeToLocalTime","features":[308]},{"name":"ExTryAcquireSpinLockExclusiveAtDpcLevel","features":[308]},{"name":"ExTryAcquireSpinLockSharedAtDpcLevel","features":[308]},{"name":"ExTryConvertSharedSpinLockExclusive","features":[308]},{"name":"ExTryToAcquireFastMutex","features":[307,308,305,312]},{"name":"ExUnregisterCallback","features":[308]},{"name":"ExUuidCreate","features":[308,305]},{"name":"ExVerifySuite","features":[308,305,312]},{"name":"ExWaitForRundownProtectionRelease","features":[308]},{"name":"ExWaitForRundownProtectionReleaseCacheAware","features":[307,308]},{"name":"Executive","features":[308]},{"name":"ExternalFault","features":[308]},{"name":"FAULT_INFORMATION","features":[307,310,308,305,309,311,312,313]},{"name":"FAULT_INFORMATION_ARCH","features":[308]},{"name":"FAULT_INFORMATION_ARM64","features":[307,310,308,305,309,311,312,313]},{"name":"FAULT_INFORMATION_ARM64_FLAGS","features":[308]},{"name":"FAULT_INFORMATION_ARM64_TYPE","features":[308]},{"name":"FAULT_INFORMATION_X64","features":[308]},{"name":"FAULT_INFORMATION_X64_FLAGS","features":[308]},{"name":"FILE_128_BYTE_ALIGNMENT","features":[308]},{"name":"FILE_256_BYTE_ALIGNMENT","features":[308]},{"name":"FILE_32_BYTE_ALIGNMENT","features":[308]},{"name":"FILE_512_BYTE_ALIGNMENT","features":[308]},{"name":"FILE_64_BYTE_ALIGNMENT","features":[308]},{"name":"FILE_ATTRIBUTE_TAG_INFORMATION","features":[308]},{"name":"FILE_ATTRIBUTE_VALID_FLAGS","features":[308]},{"name":"FILE_ATTRIBUTE_VALID_KERNEL_SET_FLAGS","features":[308]},{"name":"FILE_ATTRIBUTE_VALID_SET_FLAGS","features":[308]},{"name":"FILE_AUTOGENERATED_DEVICE_NAME","features":[308]},{"name":"FILE_BYTE_ALIGNMENT","features":[308]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL","features":[308]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL_DEPRECATED","features":[308]},{"name":"FILE_CHARACTERISTICS_EXPECT_ORDERLY_REMOVAL_EX","features":[308]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL","features":[308]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL_DEPRECATED","features":[308]},{"name":"FILE_CHARACTERISTICS_EXPECT_SURPRISE_REMOVAL_EX","features":[308]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK","features":[308]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK_DEPRECATED","features":[308]},{"name":"FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK_EX","features":[308]},{"name":"FILE_CHARACTERISTIC_CSV","features":[308]},{"name":"FILE_CHARACTERISTIC_PNP_DEVICE","features":[308]},{"name":"FILE_CHARACTERISTIC_TS_DEVICE","features":[308]},{"name":"FILE_CHARACTERISTIC_WEBDAV_DEVICE","features":[308]},{"name":"FILE_DEVICE_ALLOW_APPCONTAINER_TRAVERSAL","features":[308]},{"name":"FILE_DEVICE_IS_MOUNTED","features":[308]},{"name":"FILE_DEVICE_REQUIRE_SECURITY_CHECK","features":[308]},{"name":"FILE_DEVICE_SECURE_OPEN","features":[308]},{"name":"FILE_END_OF_FILE_INFORMATION","features":[308]},{"name":"FILE_FLOPPY_DISKETTE","features":[308]},{"name":"FILE_FS_DEVICE_INFORMATION","features":[308]},{"name":"FILE_FS_FULL_SIZE_INFORMATION","features":[308]},{"name":"FILE_FS_FULL_SIZE_INFORMATION_EX","features":[308]},{"name":"FILE_FS_LABEL_INFORMATION","features":[308]},{"name":"FILE_FS_METADATA_SIZE_INFORMATION","features":[308]},{"name":"FILE_FS_OBJECTID_INFORMATION","features":[308]},{"name":"FILE_FS_SIZE_INFORMATION","features":[308]},{"name":"FILE_FS_VOLUME_INFORMATION","features":[308,305]},{"name":"FILE_IOSTATUSBLOCK_RANGE_INFORMATION","features":[308]},{"name":"FILE_IO_COMPLETION_NOTIFICATION_INFORMATION","features":[308]},{"name":"FILE_IO_PRIORITY_HINT_INFORMATION","features":[307,308]},{"name":"FILE_IO_PRIORITY_HINT_INFORMATION_EX","features":[307,308,305]},{"name":"FILE_IS_REMOTE_DEVICE_INFORMATION","features":[308,305]},{"name":"FILE_LONG_ALIGNMENT","features":[308]},{"name":"FILE_MEMORY_PARTITION_INFORMATION","features":[308]},{"name":"FILE_NUMA_NODE_INFORMATION","features":[308]},{"name":"FILE_OCTA_ALIGNMENT","features":[308]},{"name":"FILE_PORTABLE_DEVICE","features":[308]},{"name":"FILE_PROCESS_IDS_USING_FILE_INFORMATION","features":[308]},{"name":"FILE_QUAD_ALIGNMENT","features":[308]},{"name":"FILE_QUERY_INDEX_SPECIFIED","features":[308]},{"name":"FILE_QUERY_NO_CURSOR_UPDATE","features":[308]},{"name":"FILE_QUERY_RESTART_SCAN","features":[308]},{"name":"FILE_QUERY_RETURN_ON_DISK_ENTRIES_ONLY","features":[308]},{"name":"FILE_QUERY_RETURN_SINGLE_ENTRY","features":[308]},{"name":"FILE_READ_ONLY_DEVICE","features":[308]},{"name":"FILE_REMOTE_DEVICE","features":[308]},{"name":"FILE_REMOTE_DEVICE_VSMB","features":[308]},{"name":"FILE_REMOVABLE_MEDIA","features":[308]},{"name":"FILE_SFIO_RESERVE_INFORMATION","features":[308,305]},{"name":"FILE_SFIO_VOLUME_INFORMATION","features":[308]},{"name":"FILE_SHARE_VALID_FLAGS","features":[308]},{"name":"FILE_SKIP_SET_USER_EVENT_ON_FAST_IO","features":[308]},{"name":"FILE_STANDARD_INFORMATION_EX","features":[308,305]},{"name":"FILE_USE_FILE_POINTER_POSITION","features":[308]},{"name":"FILE_VALID_DATA_LENGTH_INFORMATION","features":[308]},{"name":"FILE_VALID_EXTENDED_OPTION_FLAGS","features":[308]},{"name":"FILE_VIRTUAL_VOLUME","features":[308]},{"name":"FILE_WORD_ALIGNMENT","features":[308]},{"name":"FILE_WRITE_ONCE_MEDIA","features":[308]},{"name":"FILE_WRITE_TO_END_OF_FILE","features":[308]},{"name":"FIRMWARE_ERROR_RECORD_REFERENCE_GUID","features":[308]},{"name":"FLAG_OWNER_POINTER_IS_THREAD","features":[308]},{"name":"FLOATING_SAVE_AREA","features":[308]},{"name":"FLUSH_MULTIPLE_MAXIMUM","features":[308]},{"name":"FM_LOCK_BIT","features":[308]},{"name":"FM_LOCK_BIT_V","features":[308]},{"name":"FO_ALERTABLE_IO","features":[308]},{"name":"FO_BYPASS_IO_ENABLED","features":[308]},{"name":"FO_CACHE_SUPPORTED","features":[308]},{"name":"FO_CLEANUP_COMPLETE","features":[308]},{"name":"FO_DELETE_ON_CLOSE","features":[308]},{"name":"FO_DIRECT_DEVICE_OPEN","features":[308]},{"name":"FO_DISALLOW_EXCLUSIVE","features":[308]},{"name":"FO_FILE_FAST_IO_READ","features":[308]},{"name":"FO_FILE_MODIFIED","features":[308]},{"name":"FO_FILE_OPEN","features":[308]},{"name":"FO_FILE_OPEN_CANCELLED","features":[308]},{"name":"FO_FILE_SIZE_CHANGED","features":[308]},{"name":"FO_FLAGS_VALID_ONLY_DURING_CREATE","features":[308]},{"name":"FO_GENERATE_AUDIT_ON_CLOSE","features":[308]},{"name":"FO_HANDLE_CREATED","features":[308]},{"name":"FO_INDIRECT_WAIT_OBJECT","features":[308]},{"name":"FO_MAILSLOT","features":[308]},{"name":"FO_NAMED_PIPE","features":[308]},{"name":"FO_NO_INTERMEDIATE_BUFFERING","features":[308]},{"name":"FO_OPENED_CASE_SENSITIVE","features":[308]},{"name":"FO_QUEUE_IRP_TO_THREAD","features":[308]},{"name":"FO_RANDOM_ACCESS","features":[308]},{"name":"FO_REMOTE_ORIGIN","features":[308]},{"name":"FO_SECTION_MINSTORE_TREATMENT","features":[308]},{"name":"FO_SEQUENTIAL_ONLY","features":[308]},{"name":"FO_SKIP_COMPLETION_PORT","features":[308]},{"name":"FO_SKIP_SET_EVENT","features":[308]},{"name":"FO_SKIP_SET_FAST_IO","features":[308]},{"name":"FO_STREAM_FILE","features":[308]},{"name":"FO_SYNCHRONOUS_IO","features":[308]},{"name":"FO_TEMPORARY_FILE","features":[308]},{"name":"FO_VOLUME_OPEN","features":[308]},{"name":"FO_WRITE_THROUGH","features":[308]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_16GB","features":[308]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_1GB","features":[308]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_1MB","features":[308]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_256MB","features":[308]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_2GB","features":[308]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_32GB","features":[308]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_4GB","features":[308]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_512MB","features":[308]},{"name":"FPB_MEM_HIGH_VECTOR_GRANULARITY_8GB","features":[308]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_16MB","features":[308]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_1MB","features":[308]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_2MB","features":[308]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_4MB","features":[308]},{"name":"FPB_MEM_LOW_VECTOR_GRANULARITY_8MB","features":[308]},{"name":"FPB_MEM_VECTOR_GRANULARITY_1B","features":[308]},{"name":"FPB_RID_VECTOR_GRANULARITY_256RIDS","features":[308]},{"name":"FPB_RID_VECTOR_GRANULARITY_64RIDS","features":[308]},{"name":"FPB_RID_VECTOR_GRANULARITY_8RIDS","features":[308]},{"name":"FPB_VECTOR_SELECT_MEM_HIGH","features":[308]},{"name":"FPB_VECTOR_SELECT_MEM_LOW","features":[308]},{"name":"FPB_VECTOR_SELECT_RID","features":[308]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_1KBITS","features":[308]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_256BITS","features":[308]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_2KBITS","features":[308]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_4KBITS","features":[308]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_512BITS","features":[308]},{"name":"FPB_VECTOR_SIZE_SUPPORTED_8KBITS","features":[308]},{"name":"FPGA_BUS_SCAN","features":[308]},{"name":"FPGA_CONTROL_CONFIG_SPACE","features":[308,305]},{"name":"FPGA_CONTROL_ERROR_REPORTING","features":[308,305]},{"name":"FPGA_CONTROL_INTERFACE","features":[308,305]},{"name":"FPGA_CONTROL_LINK","features":[308,305]},{"name":"FREE_FUNCTION","features":[308]},{"name":"FUNCTION_LEVEL_DEVICE_RESET_PARAMETERS","features":[308]},{"name":"FWMI_NOTIFICATION_CALLBACK","features":[308]},{"name":"FailControl","features":[308]},{"name":"FaultInformationArm64","features":[308]},{"name":"FaultInformationInvalid","features":[308]},{"name":"FaultInformationX64","features":[308]},{"name":"FloatingPointProcessor","features":[308]},{"name":"FloppyDiskPeripheral","features":[308]},{"name":"FltIoNotifyRoutinesClass","features":[308]},{"name":"FreePage","features":[308]},{"name":"FsRtlIsTotalDeviceFailure","features":[308,305]},{"name":"FunctionLevelDeviceReset","features":[308]},{"name":"GENERIC_NOTIFY_TYPE_GUID","features":[308]},{"name":"GENERIC_SECTION_GUID","features":[308]},{"name":"GENPROC_FLAGS_CORRECTED","features":[308]},{"name":"GENPROC_FLAGS_OVERFLOW","features":[308]},{"name":"GENPROC_FLAGS_PRECISEIP","features":[308]},{"name":"GENPROC_FLAGS_RESTARTABLE","features":[308]},{"name":"GENPROC_OP_DATAREAD","features":[308]},{"name":"GENPROC_OP_DATAWRITE","features":[308]},{"name":"GENPROC_OP_GENERIC","features":[308]},{"name":"GENPROC_OP_INSTRUCTIONEXE","features":[308]},{"name":"GENPROC_PROCERRTYPE_BUS","features":[308]},{"name":"GENPROC_PROCERRTYPE_CACHE","features":[308]},{"name":"GENPROC_PROCERRTYPE_MAE","features":[308]},{"name":"GENPROC_PROCERRTYPE_TLB","features":[308]},{"name":"GENPROC_PROCERRTYPE_UNKNOWN","features":[308]},{"name":"GENPROC_PROCISA_ARM32","features":[308]},{"name":"GENPROC_PROCISA_ARM64","features":[308]},{"name":"GENPROC_PROCISA_IPF","features":[308]},{"name":"GENPROC_PROCISA_X64","features":[308]},{"name":"GENPROC_PROCISA_X86","features":[308]},{"name":"GENPROC_PROCTYPE_ARM","features":[308]},{"name":"GENPROC_PROCTYPE_IPF","features":[308]},{"name":"GENPROC_PROCTYPE_XPF","features":[308]},{"name":"GET_D3COLD_CAPABILITY","features":[308,305]},{"name":"GET_D3COLD_LAST_TRANSITION_STATUS","features":[308]},{"name":"GET_DEVICE_RESET_STATUS","features":[308,305]},{"name":"GET_DMA_ADAPTER","features":[307,310,308,305,309,311,312,313]},{"name":"GET_IDLE_WAKE_INFO","features":[308,305,313]},{"name":"GET_SDEV_IDENTIFIER","features":[308]},{"name":"GET_SET_DEVICE_DATA","features":[308]},{"name":"GET_UPDATED_BUS_RESOURCE","features":[308,305]},{"name":"GET_VIRTUAL_DEVICE_DATA","features":[308]},{"name":"GET_VIRTUAL_DEVICE_LOCATION","features":[308,305]},{"name":"GET_VIRTUAL_DEVICE_RESOURCES","features":[308]},{"name":"GET_VIRTUAL_FUNCTION_PROBED_BARS","features":[308,305]},{"name":"GUID_ECP_CREATE_USER_PROCESS","features":[308]},{"name":"GartHigh","features":[308]},{"name":"GartLow","features":[308]},{"name":"GenericEqual","features":[308]},{"name":"GenericGreaterThan","features":[308]},{"name":"GenericLessThan","features":[308]},{"name":"GlobalLoggerHandleClass","features":[308]},{"name":"GroupAffinityAllGroupZero","features":[308]},{"name":"GroupAffinityDontCare","features":[308]},{"name":"HAL_AMLI_BAD_IO_ADDRESS_LIST","features":[308,305]},{"name":"HAL_APIC_DESTINATION_MODE","features":[308]},{"name":"HAL_BUS_INFORMATION","features":[308]},{"name":"HAL_CALLBACKS","features":[307,308]},{"name":"HAL_DISPATCH","features":[307,310,308,305,309,311,326,312,313]},{"name":"HAL_DISPATCH_VERSION","features":[308]},{"name":"HAL_DISPLAY_BIOS_INFORMATION","features":[308]},{"name":"HAL_DMA_ADAPTER_VERSION_1","features":[308]},{"name":"HAL_DMA_CRASH_DUMP_REGISTER_TYPE","features":[308]},{"name":"HAL_ERROR_INFO","features":[308]},{"name":"HAL_MASK_UNMASK_FLAGS_NONE","features":[308]},{"name":"HAL_MASK_UNMASK_FLAGS_SERVICING_COMPLETE","features":[308]},{"name":"HAL_MASK_UNMASK_FLAGS_SERVICING_DEFERRED","features":[308]},{"name":"HAL_MCA_INTERFACE","features":[308,305]},{"name":"HAL_MCA_RECORD","features":[308]},{"name":"HAL_MCE_RECORD","features":[308]},{"name":"HAL_PLATFORM_ACPI_TABLES_CACHED","features":[308]},{"name":"HAL_PLATFORM_DISABLE_PTCG","features":[308]},{"name":"HAL_PLATFORM_DISABLE_UC_MAIN_MEMORY","features":[308]},{"name":"HAL_PLATFORM_DISABLE_WRITE_COMBINING","features":[308]},{"name":"HAL_PLATFORM_ENABLE_WRITE_COMBINING_MMIO","features":[308]},{"name":"HAL_PLATFORM_INFORMATION","features":[308]},{"name":"HAL_POWER_INFORMATION","features":[308]},{"name":"HAL_PROCESSOR_FEATURE","features":[308]},{"name":"HAL_PROCESSOR_SPEED_INFORMATION","features":[308]},{"name":"HAL_QUERY_INFORMATION_CLASS","features":[308]},{"name":"HAL_SET_INFORMATION_CLASS","features":[308]},{"name":"HARDWARE_COUNTER","features":[308]},{"name":"HARDWARE_COUNTER_TYPE","features":[308]},{"name":"HASH_STRING_ALGORITHM_DEFAULT","features":[308]},{"name":"HASH_STRING_ALGORITHM_INVALID","features":[308]},{"name":"HASH_STRING_ALGORITHM_X65599","features":[308]},{"name":"HIGH_LEVEL","features":[308]},{"name":"HIGH_PRIORITY","features":[308]},{"name":"HVL_WHEA_ERROR_NOTIFICATION","features":[308,305]},{"name":"HWPROFILE_CHANGE_NOTIFICATION","features":[308]},{"name":"HalAcpiAuditInformation","features":[308]},{"name":"HalAcquireDisplayOwnership","features":[308,305]},{"name":"HalAllocateAdapterChannel","features":[307,310,308,305,309,338,311,312,313]},{"name":"HalAllocateCommonBuffer","features":[308,305,338]},{"name":"HalAllocateCrashDumpRegisters","features":[308,338]},{"name":"HalAllocateHardwareCounters","features":[308,305,337]},{"name":"HalAssignSlotResources","features":[307,310,308,305,309,311,312,313]},{"name":"HalBugCheckSystem","features":[308,305,335]},{"name":"HalCallbackInformation","features":[308]},{"name":"HalChannelTopologyInformation","features":[308]},{"name":"HalCmcLog","features":[308]},{"name":"HalCmcLogInformation","features":[308]},{"name":"HalCmcRegisterDriver","features":[308]},{"name":"HalCpeLog","features":[308]},{"name":"HalCpeLogInformation","features":[308]},{"name":"HalCpeRegisterDriver","features":[308]},{"name":"HalDisplayBiosInformation","features":[308]},{"name":"HalDisplayEmulatedBios","features":[308]},{"name":"HalDisplayInt10Bios","features":[308]},{"name":"HalDisplayNoBios","features":[308]},{"name":"HalDmaAllocateCrashDumpRegistersEx","features":[308,305,338]},{"name":"HalDmaCrashDumpRegisterSet1","features":[308]},{"name":"HalDmaCrashDumpRegisterSet2","features":[308]},{"name":"HalDmaCrashDumpRegisterSetMax","features":[308]},{"name":"HalDmaFreeCrashDumpRegistersEx","features":[308,305,338]},{"name":"HalDmaRemappingInformation","features":[308]},{"name":"HalEnlightenment","features":[308]},{"name":"HalErrorInformation","features":[308]},{"name":"HalExamineMBR","features":[307,310,308,305,309,311,312,313]},{"name":"HalExternalCacheInformation","features":[308]},{"name":"HalFrameBufferCachingInformation","features":[308]},{"name":"HalFreeCommonBuffer","features":[308,305,338]},{"name":"HalFreeHardwareCounters","features":[308,305]},{"name":"HalFrequencyInformation","features":[308]},{"name":"HalFwBootPerformanceInformation","features":[308]},{"name":"HalFwS3PerformanceInformation","features":[308]},{"name":"HalGenerateCmcInterrupt","features":[308]},{"name":"HalGetAdapter","features":[308,305,338]},{"name":"HalGetBusData","features":[308]},{"name":"HalGetBusDataByOffset","features":[308]},{"name":"HalGetChannelPowerInformation","features":[308]},{"name":"HalGetInterruptVector","features":[308]},{"name":"HalHardwareWatchdogInformation","features":[308]},{"name":"HalHeterogeneousMemoryAttributesInterface","features":[308]},{"name":"HalHypervisorInformation","features":[308]},{"name":"HalI386ExceptionChainTerminatorInformation","features":[308]},{"name":"HalInformationClassUnused1","features":[308]},{"name":"HalInitLogInformation","features":[308]},{"name":"HalInstalledBusInformation","features":[308]},{"name":"HalInterruptControllerInformation","features":[308]},{"name":"HalIrtInformation","features":[308]},{"name":"HalKernelErrorHandler","features":[308]},{"name":"HalMakeBeep","features":[308,305]},{"name":"HalMapRegisterInformation","features":[308]},{"name":"HalMcaLog","features":[308]},{"name":"HalMcaLogInformation","features":[308]},{"name":"HalMcaRegisterDriver","features":[308]},{"name":"HalNumaRangeTableInformation","features":[308]},{"name":"HalNumaTopologyInterface","features":[308]},{"name":"HalParkingPageInformation","features":[308]},{"name":"HalPartitionIpiInterface","features":[308]},{"name":"HalPlatformInformation","features":[308]},{"name":"HalPlatformTimerInformation","features":[308]},{"name":"HalPowerInformation","features":[308]},{"name":"HalProcessorBrandString","features":[308]},{"name":"HalProcessorFeatureInformation","features":[308]},{"name":"HalProcessorSpeedInformation","features":[308]},{"name":"HalProfileDpgoSourceInterruptHandler","features":[308]},{"name":"HalProfileSourceAdd","features":[308]},{"name":"HalProfileSourceInformation","features":[308]},{"name":"HalProfileSourceInterruptHandler","features":[308]},{"name":"HalProfileSourceInterval","features":[308]},{"name":"HalProfileSourceRemove","features":[308]},{"name":"HalProfileSourceTimerHandler","features":[308]},{"name":"HalPsciInformation","features":[308]},{"name":"HalQueryAMLIIllegalIOPortAddresses","features":[308]},{"name":"HalQueryAcpiWakeAlarmSystemPowerStateInformation","features":[308]},{"name":"HalQueryArmErrataInformation","features":[308]},{"name":"HalQueryDebuggerInformation","features":[308]},{"name":"HalQueryHyperlaunchEntrypoint","features":[308]},{"name":"HalQueryIommuReservedRegionInformation","features":[308]},{"name":"HalQueryMaxHotPlugMemoryAddress","features":[308]},{"name":"HalQueryMcaInterface","features":[308]},{"name":"HalQueryPerDeviceMsiLimitInformation","features":[308]},{"name":"HalQueryProcessorEfficiencyInformation","features":[308]},{"name":"HalQueryProfileCorruptionStatus","features":[308]},{"name":"HalQueryProfileCounterOwnership","features":[308]},{"name":"HalQueryProfileNumberOfCounters","features":[308]},{"name":"HalQueryProfileSourceList","features":[308]},{"name":"HalQueryStateElementInformation","features":[308]},{"name":"HalQueryUnused0001","features":[308]},{"name":"HalReadDmaCounter","features":[308,338]},{"name":"HalRegisterSecondaryInterruptInterface","features":[308]},{"name":"HalSecondaryInterruptInformation","features":[308]},{"name":"HalSetBusData","features":[308]},{"name":"HalSetBusDataByOffset","features":[308]},{"name":"HalSetChannelPowerInformation","features":[308]},{"name":"HalSetClockTimerMinimumInterval","features":[308]},{"name":"HalSetHvciEnabled","features":[308]},{"name":"HalSetProcessorTraceInterruptHandler","features":[308]},{"name":"HalSetPsciSuspendMode","features":[308]},{"name":"HalSetResetParkDisposition","features":[308]},{"name":"HalSetSwInterruptHandler","features":[308]},{"name":"HalTranslateBusAddress","features":[308,305]},{"name":"HighImportance","features":[308]},{"name":"HighPagePriority","features":[308]},{"name":"HighPoolPriority","features":[308]},{"name":"HighPoolPrioritySpecialPoolOverrun","features":[308]},{"name":"HighPoolPrioritySpecialPoolUnderrun","features":[308]},{"name":"HotSpareControl","features":[308]},{"name":"HvlRegisterWheaErrorNotification","features":[308,305]},{"name":"HvlUnregisterWheaErrorNotification","features":[308,305]},{"name":"HyperCriticalWorkQueue","features":[308]},{"name":"IMAGE_ADDRESSING_MODE_32BIT","features":[308]},{"name":"IMAGE_INFO","features":[308]},{"name":"IMAGE_INFO_EX","features":[307,310,308,305,309,311,312,313]},{"name":"INITIAL_PRIVILEGE_COUNT","features":[308]},{"name":"INITIAL_PRIVILEGE_SET","features":[308,305,309]},{"name":"INIT_NOTIFY_TYPE_GUID","features":[308]},{"name":"INJECT_ERRTYPE_MEMORY_CORRECTABLE","features":[308]},{"name":"INJECT_ERRTYPE_MEMORY_UNCORRECTABLEFATAL","features":[308]},{"name":"INJECT_ERRTYPE_MEMORY_UNCORRECTABLENONFATAL","features":[308]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_CORRECTABLE","features":[308]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_UNCORRECTABLEFATAL","features":[308]},{"name":"INJECT_ERRTYPE_PCIEXPRESS_UNCORRECTABLENONFATAL","features":[308]},{"name":"INJECT_ERRTYPE_PLATFORM_CORRECTABLE","features":[308]},{"name":"INJECT_ERRTYPE_PLATFORM_UNCORRECTABLEFATAL","features":[308]},{"name":"INJECT_ERRTYPE_PLATFORM_UNCORRECTABLENONFATAL","features":[308]},{"name":"INJECT_ERRTYPE_PROCESSOR_CORRECTABLE","features":[308]},{"name":"INJECT_ERRTYPE_PROCESSOR_UNCORRECTABLEFATAL","features":[308]},{"name":"INJECT_ERRTYPE_PROCESSOR_UNCORRECTABLENONFATAL","features":[308]},{"name":"INPUT_MAPPING_ELEMENT","features":[308]},{"name":"INTEL_CACHE_INFO_EAX","features":[308]},{"name":"INTEL_CACHE_INFO_EBX","features":[308]},{"name":"INTEL_CACHE_TYPE","features":[308]},{"name":"INTERFACE","features":[308]},{"name":"INTERFACE_TYPE","features":[308]},{"name":"INTERLOCKED_RESULT","features":[308]},{"name":"IOCTL_CANCEL_DEVICE_WAKE","features":[308]},{"name":"IOCTL_QUERY_DEVICE_POWER_STATE","features":[308]},{"name":"IOCTL_SET_DEVICE_WAKE","features":[308]},{"name":"IOMMU_ACCESS_NONE","features":[308]},{"name":"IOMMU_ACCESS_READ","features":[308]},{"name":"IOMMU_ACCESS_WRITE","features":[308]},{"name":"IOMMU_DEVICE_CREATE","features":[307,310,308,305,309,311,312,313]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION","features":[308,312]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI","features":[308]},{"name":"IOMMU_DEVICE_CREATION_CONFIGURATION_TYPE","features":[308]},{"name":"IOMMU_DEVICE_DELETE","features":[307,308,305]},{"name":"IOMMU_DEVICE_FAULT_HANDLER","features":[307,310,308,305,309,311,312,313]},{"name":"IOMMU_DEVICE_QUERY_DOMAIN_TYPES","features":[307,308]},{"name":"IOMMU_DMA_DOMAIN_CREATION_FLAGS","features":[308]},{"name":"IOMMU_DMA_DOMAIN_TYPE","features":[308]},{"name":"IOMMU_DMA_LOGICAL_ADDRESS_TOKEN","features":[308]},{"name":"IOMMU_DMA_LOGICAL_ADDRESS_TOKEN_MAPPED_SEGMENT","features":[308]},{"name":"IOMMU_DMA_LOGICAL_ALLOCATOR_CONFIG","features":[308]},{"name":"IOMMU_DMA_LOGICAL_ALLOCATOR_TYPE","features":[308]},{"name":"IOMMU_DMA_RESERVED_REGION","features":[308,305]},{"name":"IOMMU_DOMAIN_ATTACH_DEVICE","features":[307,310,308,305,309,311,312,313]},{"name":"IOMMU_DOMAIN_ATTACH_DEVICE_EX","features":[307,308,305]},{"name":"IOMMU_DOMAIN_CONFIGURE","features":[307,308,305]},{"name":"IOMMU_DOMAIN_CREATE","features":[307,308,305]},{"name":"IOMMU_DOMAIN_CREATE_EX","features":[307,308,305]},{"name":"IOMMU_DOMAIN_DELETE","features":[307,308,305]},{"name":"IOMMU_DOMAIN_DETACH_DEVICE","features":[307,310,308,305,309,311,312,313]},{"name":"IOMMU_DOMAIN_DETACH_DEVICE_EX","features":[307,308,305]},{"name":"IOMMU_FLUSH_DOMAIN","features":[307,308,305]},{"name":"IOMMU_FLUSH_DOMAIN_VA_LIST","features":[307,308,305]},{"name":"IOMMU_FREE_RESERVED_LOGICAL_ADDRESS_RANGE","features":[308,305]},{"name":"IOMMU_INTERFACE_STATE_CHANGE","features":[308]},{"name":"IOMMU_INTERFACE_STATE_CHANGE_CALLBACK","features":[308]},{"name":"IOMMU_INTERFACE_STATE_CHANGE_FIELDS","features":[308]},{"name":"IOMMU_MAP_IDENTITY_RANGE","features":[307,308,305]},{"name":"IOMMU_MAP_IDENTITY_RANGE_EX","features":[307,308,305]},{"name":"IOMMU_MAP_LOGICAL_RANGE","features":[307,308,305]},{"name":"IOMMU_MAP_LOGICAL_RANGE_EX","features":[307,308,305]},{"name":"IOMMU_MAP_PHYSICAL_ADDRESS","features":[307,308]},{"name":"IOMMU_MAP_PHYSICAL_ADDRESS_TYPE","features":[308]},{"name":"IOMMU_MAP_RESERVED_LOGICAL_RANGE","features":[307,308,305]},{"name":"IOMMU_QUERY_INPUT_MAPPINGS","features":[307,310,308,305,309,311,312,313]},{"name":"IOMMU_REGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[307,308,305]},{"name":"IOMMU_RESERVE_LOGICAL_ADDRESS_RANGE","features":[307,308,305]},{"name":"IOMMU_SET_DEVICE_FAULT_REPORTING","features":[307,310,308,305,309,311,312,313]},{"name":"IOMMU_SET_DEVICE_FAULT_REPORTING_EX","features":[307,308,305]},{"name":"IOMMU_UNMAP_IDENTITY_RANGE","features":[307,308,305]},{"name":"IOMMU_UNMAP_IDENTITY_RANGE_EX","features":[307,308,305]},{"name":"IOMMU_UNMAP_LOGICAL_RANGE","features":[307,308,305]},{"name":"IOMMU_UNMAP_RESERVED_LOGICAL_RANGE","features":[308,305]},{"name":"IOMMU_UNREGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[307,308,305]},{"name":"IO_ACCESS_MODE","features":[308]},{"name":"IO_ACCESS_TYPE","features":[308]},{"name":"IO_ALLOCATION_ACTION","features":[308]},{"name":"IO_ATTACH_DEVICE","features":[308]},{"name":"IO_ATTRIBUTION_INFORMATION","features":[308]},{"name":"IO_ATTRIBUTION_INFO_V1","features":[308]},{"name":"IO_CHECK_CREATE_PARAMETERS","features":[308]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_DELETE","features":[308]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_READ","features":[308]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_CHECK_WRITE","features":[308]},{"name":"IO_CHECK_SHARE_ACCESS_DONT_UPDATE_FILE_OBJECT","features":[308]},{"name":"IO_CHECK_SHARE_ACCESS_FORCE_CHECK","features":[308]},{"name":"IO_CHECK_SHARE_ACCESS_FORCE_USING_SCB","features":[308]},{"name":"IO_CHECK_SHARE_ACCESS_UPDATE_SHARE_ACCESS","features":[308]},{"name":"IO_COMPLETION_ROUTINE","features":[307,310,308,305,309,311,312,313]},{"name":"IO_COMPLETION_ROUTINE_RESULT","features":[308]},{"name":"IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CONNECT_INTERRUPT_PARAMETERS","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CONTAINER_INFORMATION_CLASS","features":[308]},{"name":"IO_CONTAINER_NOTIFICATION_CLASS","features":[308]},{"name":"IO_CSQ","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CSQ_ACQUIRE_LOCK","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CSQ_COMPLETE_CANCELED_IRP","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CSQ_INSERT_IRP","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CSQ_INSERT_IRP_EX","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CSQ_IRP_CONTEXT","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CSQ_PEEK_NEXT_IRP","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CSQ_RELEASE_LOCK","features":[307,310,308,305,309,311,312,313]},{"name":"IO_CSQ_REMOVE_IRP","features":[307,310,308,305,309,311,312,313]},{"name":"IO_DISCONNECT_INTERRUPT_PARAMETERS","features":[307,308]},{"name":"IO_DPC_ROUTINE","features":[307,310,308,305,309,311,312,313]},{"name":"IO_DRIVER_CREATE_CONTEXT","features":[307,308]},{"name":"IO_ERROR_LOG_MESSAGE","features":[308,305]},{"name":"IO_ERROR_LOG_PACKET","features":[308,305]},{"name":"IO_FOEXT_SHADOW_FILE","features":[307,310,308,305,309,311,312,313]},{"name":"IO_FOEXT_SILO_PARAMETERS","features":[307,308]},{"name":"IO_FORCE_ACCESS_CHECK","features":[308]},{"name":"IO_IGNORE_SHARE_ACCESS_CHECK","features":[308]},{"name":"IO_INTERRUPT_MESSAGE_INFO","features":[307,308]},{"name":"IO_INTERRUPT_MESSAGE_INFO_ENTRY","features":[307,308]},{"name":"IO_KEYBOARD_INCREMENT","features":[308]},{"name":"IO_MOUSE_INCREMENT","features":[308]},{"name":"IO_NOTIFICATION_EVENT_CATEGORY","features":[308]},{"name":"IO_NO_PARAMETER_CHECKING","features":[308]},{"name":"IO_PAGING_PRIORITY","features":[308]},{"name":"IO_PARALLEL_INCREMENT","features":[308]},{"name":"IO_PERSISTED_MEMORY_ENUMERATION_CALLBACK","features":[307,310,308,305,309,311,312,313]},{"name":"IO_QUERY_DEVICE_DATA_FORMAT","features":[308]},{"name":"IO_REMOUNT","features":[308]},{"name":"IO_REMOVE_LOCK","features":[307,308,305,312]},{"name":"IO_REMOVE_LOCK_COMMON_BLOCK","features":[307,308,305,312]},{"name":"IO_REMOVE_LOCK_DBG_BLOCK","features":[307,308,312]},{"name":"IO_REPARSE","features":[308]},{"name":"IO_REPARSE_GLOBAL","features":[308]},{"name":"IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS","features":[307,308]},{"name":"IO_RESOURCE_ALTERNATIVE","features":[308]},{"name":"IO_RESOURCE_DEFAULT","features":[308]},{"name":"IO_RESOURCE_DESCRIPTOR","features":[308]},{"name":"IO_RESOURCE_LIST","features":[308]},{"name":"IO_RESOURCE_PREFERRED","features":[308]},{"name":"IO_RESOURCE_REQUIREMENTS_LIST","features":[308]},{"name":"IO_SERIAL_INCREMENT","features":[308]},{"name":"IO_SESSION_CONNECT_INFO","features":[308,305]},{"name":"IO_SESSION_EVENT","features":[308]},{"name":"IO_SESSION_MAX_PAYLOAD_SIZE","features":[308]},{"name":"IO_SESSION_NOTIFICATION_FUNCTION","features":[308,305]},{"name":"IO_SESSION_STATE","features":[308]},{"name":"IO_SESSION_STATE_ALL_EVENTS","features":[308]},{"name":"IO_SESSION_STATE_CONNECT_EVENT","features":[308]},{"name":"IO_SESSION_STATE_CREATION_EVENT","features":[308]},{"name":"IO_SESSION_STATE_DISCONNECT_EVENT","features":[308]},{"name":"IO_SESSION_STATE_INFORMATION","features":[308,305]},{"name":"IO_SESSION_STATE_LOGOFF_EVENT","features":[308]},{"name":"IO_SESSION_STATE_LOGON_EVENT","features":[308]},{"name":"IO_SESSION_STATE_NOTIFICATION","features":[308]},{"name":"IO_SESSION_STATE_TERMINATION_EVENT","features":[308]},{"name":"IO_SESSION_STATE_VALID_EVENT_MASK","features":[308]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FLAGS_MASK","features":[308]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FROM_PROCESS","features":[308]},{"name":"IO_SET_IRP_IO_ATTRIBUTION_FROM_THREAD","features":[308]},{"name":"IO_SHARE_ACCESS_NON_PRIMARY_STREAM","features":[308]},{"name":"IO_SHARE_ACCESS_NO_WRITE_PERMISSION","features":[308]},{"name":"IO_SOUND_INCREMENT","features":[308]},{"name":"IO_STATUS_BLOCK32","features":[308,305]},{"name":"IO_STATUS_BLOCK64","features":[308,305]},{"name":"IO_TIMER_ROUTINE","features":[307,310,308,305,309,311,312,313]},{"name":"IO_TYPE_ADAPTER","features":[308]},{"name":"IO_TYPE_CONTROLLER","features":[308]},{"name":"IO_TYPE_CSQ","features":[308]},{"name":"IO_TYPE_CSQ_EX","features":[308]},{"name":"IO_TYPE_CSQ_IRP_CONTEXT","features":[308]},{"name":"IO_TYPE_DEVICE","features":[308]},{"name":"IO_TYPE_DEVICE_OBJECT_EXTENSION","features":[308]},{"name":"IO_TYPE_DRIVER","features":[308]},{"name":"IO_TYPE_ERROR_LOG","features":[308]},{"name":"IO_TYPE_ERROR_MESSAGE","features":[308]},{"name":"IO_TYPE_FILE","features":[308]},{"name":"IO_TYPE_IORING","features":[308]},{"name":"IO_TYPE_IRP","features":[308]},{"name":"IO_TYPE_MASTER_ADAPTER","features":[308]},{"name":"IO_TYPE_OPEN_PACKET","features":[308]},{"name":"IO_TYPE_TIMER","features":[308]},{"name":"IO_TYPE_VPB","features":[308]},{"name":"IO_VIDEO_INCREMENT","features":[308]},{"name":"IO_WORKITEM_ROUTINE","features":[307,310,308,305,309,311,312,313]},{"name":"IO_WORKITEM_ROUTINE_EX","features":[307,308]},{"name":"IPF_SAL_RECORD_SECTION_GUID","features":[308]},{"name":"IPI_LEVEL","features":[308]},{"name":"IPMI_MSR_DUMP_SECTION_GUID","features":[308]},{"name":"IRP_ALLOCATED_FIXED_SIZE","features":[308]},{"name":"IRP_ALLOCATED_MUST_SUCCEED","features":[308]},{"name":"IRP_ASSOCIATED_IRP","features":[308]},{"name":"IRP_BUFFERED_IO","features":[308]},{"name":"IRP_CLOSE_OPERATION","features":[308]},{"name":"IRP_CREATE_OPERATION","features":[308]},{"name":"IRP_DEALLOCATE_BUFFER","features":[308]},{"name":"IRP_DEFER_IO_COMPLETION","features":[308]},{"name":"IRP_HOLD_DEVICE_QUEUE","features":[308]},{"name":"IRP_INPUT_OPERATION","features":[308]},{"name":"IRP_LOOKASIDE_ALLOCATION","features":[308]},{"name":"IRP_MJ_CLEANUP","features":[308]},{"name":"IRP_MJ_CLOSE","features":[308]},{"name":"IRP_MJ_CREATE","features":[308]},{"name":"IRP_MJ_CREATE_MAILSLOT","features":[308]},{"name":"IRP_MJ_CREATE_NAMED_PIPE","features":[308]},{"name":"IRP_MJ_DEVICE_CHANGE","features":[308]},{"name":"IRP_MJ_DEVICE_CONTROL","features":[308]},{"name":"IRP_MJ_DIRECTORY_CONTROL","features":[308]},{"name":"IRP_MJ_FILE_SYSTEM_CONTROL","features":[308]},{"name":"IRP_MJ_FLUSH_BUFFERS","features":[308]},{"name":"IRP_MJ_INTERNAL_DEVICE_CONTROL","features":[308]},{"name":"IRP_MJ_LOCK_CONTROL","features":[308]},{"name":"IRP_MJ_MAXIMUM_FUNCTION","features":[308]},{"name":"IRP_MJ_PNP","features":[308]},{"name":"IRP_MJ_PNP_POWER","features":[308]},{"name":"IRP_MJ_POWER","features":[308]},{"name":"IRP_MJ_QUERY_EA","features":[308]},{"name":"IRP_MJ_QUERY_INFORMATION","features":[308]},{"name":"IRP_MJ_QUERY_QUOTA","features":[308]},{"name":"IRP_MJ_QUERY_SECURITY","features":[308]},{"name":"IRP_MJ_QUERY_VOLUME_INFORMATION","features":[308]},{"name":"IRP_MJ_READ","features":[308]},{"name":"IRP_MJ_SCSI","features":[308]},{"name":"IRP_MJ_SET_EA","features":[308]},{"name":"IRP_MJ_SET_INFORMATION","features":[308]},{"name":"IRP_MJ_SET_QUOTA","features":[308]},{"name":"IRP_MJ_SET_SECURITY","features":[308]},{"name":"IRP_MJ_SET_VOLUME_INFORMATION","features":[308]},{"name":"IRP_MJ_SHUTDOWN","features":[308]},{"name":"IRP_MJ_SYSTEM_CONTROL","features":[308]},{"name":"IRP_MJ_WRITE","features":[308]},{"name":"IRP_MN_CANCEL_REMOVE_DEVICE","features":[308]},{"name":"IRP_MN_CANCEL_STOP_DEVICE","features":[308]},{"name":"IRP_MN_CHANGE_SINGLE_INSTANCE","features":[308]},{"name":"IRP_MN_CHANGE_SINGLE_ITEM","features":[308]},{"name":"IRP_MN_COMPLETE","features":[308]},{"name":"IRP_MN_COMPRESSED","features":[308]},{"name":"IRP_MN_DEVICE_ENUMERATED","features":[308]},{"name":"IRP_MN_DEVICE_USAGE_NOTIFICATION","features":[308]},{"name":"IRP_MN_DISABLE_COLLECTION","features":[308]},{"name":"IRP_MN_DISABLE_EVENTS","features":[308]},{"name":"IRP_MN_DPC","features":[308]},{"name":"IRP_MN_EJECT","features":[308]},{"name":"IRP_MN_ENABLE_COLLECTION","features":[308]},{"name":"IRP_MN_ENABLE_EVENTS","features":[308]},{"name":"IRP_MN_EXECUTE_METHOD","features":[308]},{"name":"IRP_MN_FILTER_RESOURCE_REQUIREMENTS","features":[308]},{"name":"IRP_MN_FLUSH_AND_PURGE","features":[308]},{"name":"IRP_MN_FLUSH_DATA_ONLY","features":[308]},{"name":"IRP_MN_FLUSH_DATA_SYNC_ONLY","features":[308]},{"name":"IRP_MN_FLUSH_NO_SYNC","features":[308]},{"name":"IRP_MN_KERNEL_CALL","features":[308]},{"name":"IRP_MN_LOAD_FILE_SYSTEM","features":[308]},{"name":"IRP_MN_LOCK","features":[308]},{"name":"IRP_MN_MDL","features":[308]},{"name":"IRP_MN_MOUNT_VOLUME","features":[308]},{"name":"IRP_MN_NORMAL","features":[308]},{"name":"IRP_MN_NOTIFY_CHANGE_DIRECTORY","features":[308]},{"name":"IRP_MN_NOTIFY_CHANGE_DIRECTORY_EX","features":[308]},{"name":"IRP_MN_POWER_SEQUENCE","features":[308]},{"name":"IRP_MN_QUERY_ALL_DATA","features":[308]},{"name":"IRP_MN_QUERY_BUS_INFORMATION","features":[308]},{"name":"IRP_MN_QUERY_CAPABILITIES","features":[308]},{"name":"IRP_MN_QUERY_DEVICE_RELATIONS","features":[308]},{"name":"IRP_MN_QUERY_DEVICE_TEXT","features":[308]},{"name":"IRP_MN_QUERY_DIRECTORY","features":[308]},{"name":"IRP_MN_QUERY_ID","features":[308]},{"name":"IRP_MN_QUERY_INTERFACE","features":[308]},{"name":"IRP_MN_QUERY_LEGACY_BUS_INFORMATION","features":[308]},{"name":"IRP_MN_QUERY_PNP_DEVICE_STATE","features":[308]},{"name":"IRP_MN_QUERY_POWER","features":[308]},{"name":"IRP_MN_QUERY_REMOVE_DEVICE","features":[308]},{"name":"IRP_MN_QUERY_RESOURCES","features":[308]},{"name":"IRP_MN_QUERY_RESOURCE_REQUIREMENTS","features":[308]},{"name":"IRP_MN_QUERY_SINGLE_INSTANCE","features":[308]},{"name":"IRP_MN_QUERY_STOP_DEVICE","features":[308]},{"name":"IRP_MN_READ_CONFIG","features":[308]},{"name":"IRP_MN_REGINFO","features":[308]},{"name":"IRP_MN_REGINFO_EX","features":[308]},{"name":"IRP_MN_REMOVE_DEVICE","features":[308]},{"name":"IRP_MN_SCSI_CLASS","features":[308]},{"name":"IRP_MN_SET_LOCK","features":[308]},{"name":"IRP_MN_SET_POWER","features":[308]},{"name":"IRP_MN_START_DEVICE","features":[308]},{"name":"IRP_MN_STOP_DEVICE","features":[308]},{"name":"IRP_MN_SURPRISE_REMOVAL","features":[308]},{"name":"IRP_MN_TRACK_LINK","features":[308]},{"name":"IRP_MN_UNLOCK_ALL","features":[308]},{"name":"IRP_MN_UNLOCK_ALL_BY_KEY","features":[308]},{"name":"IRP_MN_UNLOCK_SINGLE","features":[308]},{"name":"IRP_MN_USER_FS_REQUEST","features":[308]},{"name":"IRP_MN_VERIFY_VOLUME","features":[308]},{"name":"IRP_MN_WAIT_WAKE","features":[308]},{"name":"IRP_MN_WRITE_CONFIG","features":[308]},{"name":"IRP_MOUNT_COMPLETION","features":[308]},{"name":"IRP_NOCACHE","features":[308]},{"name":"IRP_OB_QUERY_NAME","features":[308]},{"name":"IRP_PAGING_IO","features":[308]},{"name":"IRP_QUOTA_CHARGED","features":[308]},{"name":"IRP_READ_OPERATION","features":[308]},{"name":"IRP_SYNCHRONOUS_API","features":[308]},{"name":"IRP_SYNCHRONOUS_PAGING_IO","features":[308]},{"name":"IRP_UM_DRIVER_INITIATED_IO","features":[308]},{"name":"IRP_WRITE_OPERATION","features":[308]},{"name":"IRQ_DEVICE_POLICY","features":[308]},{"name":"IRQ_GROUP_POLICY","features":[308]},{"name":"IRQ_PRIORITY","features":[308]},{"name":"InACriticalArrayControl","features":[308]},{"name":"InAFailedArrayControl","features":[308]},{"name":"IndicatorBlink","features":[308]},{"name":"IndicatorOff","features":[308]},{"name":"IndicatorOn","features":[308]},{"name":"InitiateReset","features":[308]},{"name":"InstallStateFailedInstall","features":[308]},{"name":"InstallStateFinishInstall","features":[308]},{"name":"InstallStateInstalled","features":[308]},{"name":"InstallStateNeedsReinstall","features":[308]},{"name":"IntelCacheData","features":[308]},{"name":"IntelCacheInstruction","features":[308]},{"name":"IntelCacheNull","features":[308]},{"name":"IntelCacheRam","features":[308]},{"name":"IntelCacheTrace","features":[308]},{"name":"IntelCacheUnified","features":[308]},{"name":"InterfaceTypeUndefined","features":[308]},{"name":"Internal","features":[308]},{"name":"InternalPowerBus","features":[308]},{"name":"InterruptActiveBoth","features":[308]},{"name":"InterruptActiveBothTriggerHigh","features":[308]},{"name":"InterruptActiveBothTriggerLow","features":[308]},{"name":"InterruptActiveHigh","features":[308]},{"name":"InterruptActiveLow","features":[308]},{"name":"InterruptFallingEdge","features":[308]},{"name":"InterruptPolarityUnknown","features":[308]},{"name":"InterruptRisingEdge","features":[308]},{"name":"InvalidDeviceTypeControl","features":[308]},{"name":"IoAcquireCancelSpinLock","features":[308]},{"name":"IoAcquireKsrPersistentMemory","features":[307,310,308,305,309,311,312,313]},{"name":"IoAcquireKsrPersistentMemoryEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoAcquireRemoveLockEx","features":[307,308,305,312]},{"name":"IoAllocateAdapterChannel","features":[307,310,308,305,309,338,311,312,313]},{"name":"IoAllocateController","features":[307,310,308,305,309,311,312,313]},{"name":"IoAllocateDriverObjectExtension","features":[307,310,308,305,309,311,312,313]},{"name":"IoAllocateErrorLogEntry","features":[308]},{"name":"IoAllocateIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoAllocateIrpEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoAllocateMdl","features":[307,310,308,305,309,311,312,313]},{"name":"IoAllocateSfioStreamIdentifier","features":[307,310,308,305,309,311,312,313]},{"name":"IoAllocateWorkItem","features":[307,310,308,305,309,311,312,313]},{"name":"IoAssignResources","features":[307,310,308,305,309,311,312,313]},{"name":"IoAttachDevice","features":[307,310,308,305,309,311,312,313]},{"name":"IoAttachDeviceByPointer","features":[307,310,308,305,309,311,312,313]},{"name":"IoAttachDeviceToDeviceStack","features":[307,310,308,305,309,311,312,313]},{"name":"IoAttachDeviceToDeviceStackSafe","features":[307,310,308,305,309,311,312,313]},{"name":"IoBuildAsynchronousFsdRequest","features":[307,310,308,305,309,311,312,313]},{"name":"IoBuildDeviceIoControlRequest","features":[307,310,308,305,309,311,312,313]},{"name":"IoBuildPartialMdl","features":[307,308]},{"name":"IoBuildSynchronousFsdRequest","features":[307,310,308,305,309,311,312,313]},{"name":"IoCancelFileOpen","features":[307,310,308,305,309,311,312,313]},{"name":"IoCancelIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoCheckLinkShareAccess","features":[307,310,308,305,309,311,312,313]},{"name":"IoCheckShareAccess","features":[307,310,308,305,309,311,312,313]},{"name":"IoCheckShareAccessEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoCleanupIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoClearActivityIdThread","features":[308]},{"name":"IoClearIrpExtraCreateParameter","features":[307,310,308,305,309,311,312,313]},{"name":"IoConnectInterrupt","features":[307,308,305]},{"name":"IoConnectInterruptEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoCreateController","features":[307,308,305,312]},{"name":"IoCreateDevice","features":[307,310,308,305,309,311,312,313]},{"name":"IoCreateDisk","features":[307,310,308,305,309,311,326,312,313]},{"name":"IoCreateFile","features":[307,308,305,309,311]},{"name":"IoCreateFileEx","features":[307,308,305,309,311]},{"name":"IoCreateFileSpecifyDeviceObjectHint","features":[307,308,305,309,311]},{"name":"IoCreateNotificationEvent","features":[307,308,305,312]},{"name":"IoCreateSymbolicLink","features":[308,305]},{"name":"IoCreateSynchronizationEvent","features":[307,308,305,312]},{"name":"IoCreateSystemThread","features":[307,308,305,309,339]},{"name":"IoCreateUnprotectedSymbolicLink","features":[308,305]},{"name":"IoCsqInitialize","features":[307,310,308,305,309,311,312,313]},{"name":"IoCsqInitializeEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoCsqInsertIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoCsqInsertIrpEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoCsqRemoveIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoCsqRemoveNextIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoDecrementKeepAliveCount","features":[307,310,308,305,309,311,312,313]},{"name":"IoDeleteController","features":[307,308,305,312]},{"name":"IoDeleteDevice","features":[307,310,308,305,309,311,312,313]},{"name":"IoDeleteSymbolicLink","features":[308,305]},{"name":"IoDetachDevice","features":[307,310,308,305,309,311,312,313]},{"name":"IoDisconnectInterrupt","features":[307,308]},{"name":"IoDisconnectInterruptEx","features":[307,308]},{"name":"IoEnumerateKsrPersistentMemoryEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoFlushAdapterBuffers","features":[307,308,305,338]},{"name":"IoForwardIrpSynchronously","features":[307,310,308,305,309,311,312,313]},{"name":"IoFreeAdapterChannel","features":[308,338]},{"name":"IoFreeController","features":[307,308,305,312]},{"name":"IoFreeErrorLogEntry","features":[308]},{"name":"IoFreeIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoFreeKsrPersistentMemory","features":[308,305]},{"name":"IoFreeMapRegisters","features":[308,338]},{"name":"IoFreeMdl","features":[307,308]},{"name":"IoFreeSfioStreamIdentifier","features":[307,310,308,305,309,311,312,313]},{"name":"IoFreeWorkItem","features":[307,308]},{"name":"IoGetActivityIdIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetActivityIdThread","features":[308]},{"name":"IoGetAffinityInterrupt","features":[307,308,305,337]},{"name":"IoGetAttachedDeviceReference","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetBootDiskInformation","features":[308,305]},{"name":"IoGetBootDiskInformationLite","features":[308,305]},{"name":"IoGetConfigurationInformation","features":[308,305]},{"name":"IoGetContainerInformation","features":[308,305]},{"name":"IoGetCurrentProcess","features":[307,308]},{"name":"IoGetDeviceDirectory","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetDeviceInterfaceAlias","features":[308,305]},{"name":"IoGetDeviceInterfacePropertyData","features":[308,340,305]},{"name":"IoGetDeviceInterfaces","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetDeviceNumaNode","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetDeviceObjectPointer","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetDeviceProperty","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetDevicePropertyData","features":[307,310,308,340,305,309,311,312,313]},{"name":"IoGetDmaAdapter","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetDriverDirectory","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetDriverObjectExtension","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetFileObjectGenericMapping","features":[308,309]},{"name":"IoGetFsZeroingOffset","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetInitialStack","features":[308]},{"name":"IoGetInitiatorProcess","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetIoAttributionHandle","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetIoPriorityHint","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetIommuInterface","features":[308,305]},{"name":"IoGetIommuInterfaceEx","features":[308,305]},{"name":"IoGetIrpExtraCreateParameter","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetPagingIoPriority","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetRelatedDeviceObject","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetSfioStreamIdentifier","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetSilo","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetSiloParameters","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetStackLimits","features":[308]},{"name":"IoGetTopLevelIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoGetTransactionParameterBlock","features":[307,310,308,305,309,311,312,313]},{"name":"IoIncrementKeepAliveCount","features":[307,310,308,305,309,311,312,313]},{"name":"IoInitializeIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoInitializeIrpEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoInitializeRemoveLockEx","features":[307,308,305,312]},{"name":"IoInitializeTimer","features":[307,310,308,305,309,311,312,313]},{"name":"IoInitializeWorkItem","features":[307,308]},{"name":"IoInvalidateDeviceRelations","features":[307,310,308,305,309,311,312,313]},{"name":"IoInvalidateDeviceState","features":[307,310,308,305,309,311,312,313]},{"name":"IoIs32bitProcess","features":[307,310,308,305,309,311,312,313]},{"name":"IoIsFileObjectIgnoringSharing","features":[307,310,308,305,309,311,312,313]},{"name":"IoIsFileOriginRemote","features":[307,310,308,305,309,311,312,313]},{"name":"IoIsInitiator32bitProcess","features":[307,310,308,305,309,311,312,313]},{"name":"IoIsValidIrpStatus","features":[308,305]},{"name":"IoIsWdmVersionAvailable","features":[308,305]},{"name":"IoMakeAssociatedIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoMakeAssociatedIrpEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoMapTransfer","features":[307,308,305,338]},{"name":"IoMaxContainerInformationClass","features":[308]},{"name":"IoMaxContainerNotificationClass","features":[308]},{"name":"IoModifyAccess","features":[308]},{"name":"IoOpenDeviceInterfaceRegistryKey","features":[308,305]},{"name":"IoOpenDeviceRegistryKey","features":[307,310,308,305,309,311,312,313]},{"name":"IoOpenDriverRegistryKey","features":[307,310,308,305,309,311,312,313]},{"name":"IoPagingPriorityHigh","features":[308]},{"name":"IoPagingPriorityInvalid","features":[308]},{"name":"IoPagingPriorityNormal","features":[308]},{"name":"IoPagingPriorityReserved1","features":[308]},{"name":"IoPagingPriorityReserved2","features":[308]},{"name":"IoPropagateActivityIdToThread","features":[307,310,308,305,309,311,312,313]},{"name":"IoQueryDeviceComponentInformation","features":[308]},{"name":"IoQueryDeviceConfigurationData","features":[308]},{"name":"IoQueryDeviceDescription","features":[308,305]},{"name":"IoQueryDeviceIdentifier","features":[308]},{"name":"IoQueryDeviceMaxData","features":[308]},{"name":"IoQueryFullDriverPath","features":[307,310,308,305,309,311,312,313]},{"name":"IoQueryInformationByName","features":[307,310,308,305,309,311]},{"name":"IoQueryKsrPersistentMemorySize","features":[307,310,308,305,309,311,312,313]},{"name":"IoQueryKsrPersistentMemorySizeEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoQueueWorkItem","features":[307,308]},{"name":"IoQueueWorkItemEx","features":[307,308]},{"name":"IoRaiseHardError","features":[307,310,308,305,309,311,312,313]},{"name":"IoRaiseInformationalHardError","features":[307,308,305]},{"name":"IoReadAccess","features":[308]},{"name":"IoReadDiskSignature","features":[307,310,308,305,309,311,312,313]},{"name":"IoReadPartitionTable","features":[307,310,308,305,309,311,326,312,313]},{"name":"IoReadPartitionTableEx","features":[307,310,308,305,309,311,326,312,313]},{"name":"IoRecordIoAttribution","features":[308,305]},{"name":"IoRegisterBootDriverCallback","features":[308]},{"name":"IoRegisterBootDriverReinitialization","features":[307,310,308,305,309,311,312,313]},{"name":"IoRegisterContainerNotification","features":[308,305]},{"name":"IoRegisterDeviceInterface","features":[307,310,308,305,309,311,312,313]},{"name":"IoRegisterDriverReinitialization","features":[307,310,308,305,309,311,312,313]},{"name":"IoRegisterLastChanceShutdownNotification","features":[307,310,308,305,309,311,312,313]},{"name":"IoRegisterPlugPlayNotification","features":[307,310,308,305,309,311,312,313]},{"name":"IoRegisterShutdownNotification","features":[307,310,308,305,309,311,312,313]},{"name":"IoReleaseCancelSpinLock","features":[308]},{"name":"IoReleaseRemoveLockAndWaitEx","features":[307,308,305,312]},{"name":"IoReleaseRemoveLockEx","features":[307,308,305,312]},{"name":"IoRemoveLinkShareAccess","features":[307,310,308,305,309,311,312,313]},{"name":"IoRemoveLinkShareAccessEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoRemoveShareAccess","features":[307,310,308,305,309,311,312,313]},{"name":"IoReplacePartitionUnit","features":[307,310,308,305,309,311,312,313]},{"name":"IoReportDetectedDevice","features":[307,310,308,305,309,311,312,313]},{"name":"IoReportInterruptActive","features":[307,308]},{"name":"IoReportInterruptInactive","features":[307,308]},{"name":"IoReportResourceForDetection","features":[307,310,308,305,309,311,312,313]},{"name":"IoReportResourceUsage","features":[307,310,308,305,309,311,312,313]},{"name":"IoReportRootDevice","features":[307,310,308,305,309,311,312,313]},{"name":"IoReportTargetDeviceChange","features":[307,310,308,305,309,311,312,313]},{"name":"IoReportTargetDeviceChangeAsynchronous","features":[307,310,308,305,309,311,312,313]},{"name":"IoRequestDeviceEject","features":[307,310,308,305,309,311,312,313]},{"name":"IoRequestDeviceEjectEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoReserveKsrPersistentMemory","features":[307,310,308,305,309,311,312,313]},{"name":"IoReserveKsrPersistentMemoryEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoReuseIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoSessionEventConnected","features":[308]},{"name":"IoSessionEventCreated","features":[308]},{"name":"IoSessionEventDisconnected","features":[308]},{"name":"IoSessionEventIgnore","features":[308]},{"name":"IoSessionEventLogoff","features":[308]},{"name":"IoSessionEventLogon","features":[308]},{"name":"IoSessionEventMax","features":[308]},{"name":"IoSessionEventTerminated","features":[308]},{"name":"IoSessionStateConnected","features":[308]},{"name":"IoSessionStateCreated","features":[308]},{"name":"IoSessionStateDisconnected","features":[308]},{"name":"IoSessionStateDisconnectedLoggedOn","features":[308]},{"name":"IoSessionStateInformation","features":[308]},{"name":"IoSessionStateInitialized","features":[308]},{"name":"IoSessionStateLoggedOff","features":[308]},{"name":"IoSessionStateLoggedOn","features":[308]},{"name":"IoSessionStateMax","features":[308]},{"name":"IoSessionStateNotification","features":[308]},{"name":"IoSessionStateTerminated","features":[308]},{"name":"IoSetActivityIdIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetActivityIdThread","features":[308]},{"name":"IoSetCompletionRoutineEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetDeviceInterfacePropertyData","features":[308,305]},{"name":"IoSetDeviceInterfaceState","features":[308,305]},{"name":"IoSetDevicePropertyData","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetFileObjectIgnoreSharing","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetFileOrigin","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetFsZeroingOffset","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetFsZeroingOffsetRequired","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetHardErrorOrVerifyDevice","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetIoAttributionIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetIoPriorityHint","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetIrpExtraCreateParameter","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetLinkShareAccess","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetMasterIrpStatus","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetPartitionInformation","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetPartitionInformationEx","features":[307,310,308,305,309,311,326,312,313]},{"name":"IoSetShareAccess","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetShareAccessEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetStartIoAttributes","features":[307,310,308,305,309,311,312,313]},{"name":"IoSetSystemPartition","features":[308,305]},{"name":"IoSetThreadHardErrorMode","features":[308,305]},{"name":"IoSetTopLevelIrp","features":[307,310,308,305,309,311,312,313]},{"name":"IoSizeOfIrpEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoSizeofWorkItem","features":[308]},{"name":"IoStartNextPacket","features":[307,310,308,305,309,311,312,313]},{"name":"IoStartNextPacketByKey","features":[307,310,308,305,309,311,312,313]},{"name":"IoStartPacket","features":[307,310,308,305,309,311,312,313]},{"name":"IoStartTimer","features":[307,310,308,305,309,311,312,313]},{"name":"IoStopTimer","features":[307,310,308,305,309,311,312,313]},{"name":"IoSynchronousCallDriver","features":[307,310,308,305,309,311,312,313]},{"name":"IoTransferActivityId","features":[308]},{"name":"IoTranslateBusAddress","features":[308,305]},{"name":"IoTryQueueWorkItem","features":[307,308,305]},{"name":"IoUninitializeWorkItem","features":[307,308]},{"name":"IoUnregisterBootDriverCallback","features":[308]},{"name":"IoUnregisterContainerNotification","features":[308]},{"name":"IoUnregisterPlugPlayNotification","features":[308,305]},{"name":"IoUnregisterPlugPlayNotificationEx","features":[308,305]},{"name":"IoUnregisterShutdownNotification","features":[307,310,308,305,309,311,312,313]},{"name":"IoUpdateLinkShareAccess","features":[307,310,308,305,309,311,312,313]},{"name":"IoUpdateLinkShareAccessEx","features":[307,310,308,305,309,311,312,313]},{"name":"IoUpdateShareAccess","features":[307,310,308,305,309,311,312,313]},{"name":"IoValidateDeviceIoControlAccess","features":[307,310,308,305,309,311,312,313]},{"name":"IoVerifyPartitionTable","features":[307,310,308,305,309,311,312,313]},{"name":"IoVolumeDeviceNameToGuid","features":[308,305]},{"name":"IoVolumeDeviceNameToGuidPath","features":[308,305]},{"name":"IoVolumeDeviceToDosName","features":[308,305]},{"name":"IoVolumeDeviceToGuid","features":[308,305]},{"name":"IoVolumeDeviceToGuidPath","features":[308,305]},{"name":"IoWMIAllocateInstanceIds","features":[308,305]},{"name":"IoWMIDeviceObjectToInstanceName","features":[307,310,308,305,309,311,312,313]},{"name":"IoWMIExecuteMethod","features":[308,305]},{"name":"IoWMIHandleToInstanceName","features":[308,305]},{"name":"IoWMIOpenBlock","features":[308,305]},{"name":"IoWMIQueryAllData","features":[308,305]},{"name":"IoWMIQueryAllDataMultiple","features":[308,305]},{"name":"IoWMIQuerySingleInstance","features":[308,305]},{"name":"IoWMIQuerySingleInstanceMultiple","features":[308,305]},{"name":"IoWMIRegistrationControl","features":[307,310,308,305,309,311,312,313]},{"name":"IoWMISetNotificationCallback","features":[308,305]},{"name":"IoWMISetSingleInstance","features":[308,305]},{"name":"IoWMISetSingleItem","features":[308,305]},{"name":"IoWMISuggestInstanceName","features":[307,310,308,305,309,311,312,313]},{"name":"IoWMIWriteEvent","features":[308,305]},{"name":"IoWithinStackLimits","features":[308]},{"name":"IoWriteAccess","features":[308]},{"name":"IoWriteErrorLogEntry","features":[308]},{"name":"IoWriteKsrPersistentMemory","features":[308,305]},{"name":"IoWritePartitionTable","features":[307,310,308,305,309,311,326,312,313]},{"name":"IoWritePartitionTableEx","features":[307,310,308,305,309,311,326,312,313]},{"name":"IofCallDriver","features":[307,310,308,305,309,311,312,313]},{"name":"IofCompleteRequest","features":[307,310,308,305,309,311,312,313]},{"name":"IommuDeviceCreationConfigTypeAcpi","features":[308]},{"name":"IommuDeviceCreationConfigTypeDeviceId","features":[308]},{"name":"IommuDeviceCreationConfigTypeMax","features":[308]},{"name":"IommuDeviceCreationConfigTypeNone","features":[308]},{"name":"IommuDmaLogicalAllocatorBuddy","features":[308]},{"name":"IommuDmaLogicalAllocatorMax","features":[308]},{"name":"IommuDmaLogicalAllocatorNone","features":[308]},{"name":"IrqPolicyAllCloseProcessors","features":[308]},{"name":"IrqPolicyAllProcessorsInMachine","features":[308]},{"name":"IrqPolicyAllProcessorsInMachineWhenSteered","features":[308]},{"name":"IrqPolicyMachineDefault","features":[308]},{"name":"IrqPolicyOneCloseProcessor","features":[308]},{"name":"IrqPolicySpecifiedProcessors","features":[308]},{"name":"IrqPolicySpreadMessagesAcrossAllProcessors","features":[308]},{"name":"IrqPriorityHigh","features":[308]},{"name":"IrqPriorityLow","features":[308]},{"name":"IrqPriorityNormal","features":[308]},{"name":"IrqPriorityUndefined","features":[308]},{"name":"Isa","features":[308]},{"name":"IsochCommand","features":[308]},{"name":"IsochStatus","features":[308]},{"name":"KADDRESS_BASE","features":[308]},{"name":"KADDRESS_RANGE","features":[308]},{"name":"KADDRESS_RANGE_DESCRIPTOR","features":[308]},{"name":"KAPC","features":[308,305,312]},{"name":"KBUGCHECK_ADD_PAGES","features":[308]},{"name":"KBUGCHECK_BUFFER_DUMP_STATE","features":[308]},{"name":"KBUGCHECK_CALLBACK_REASON","features":[308]},{"name":"KBUGCHECK_CALLBACK_RECORD","features":[308,312]},{"name":"KBUGCHECK_CALLBACK_ROUTINE","features":[308]},{"name":"KBUGCHECK_DUMP_IO","features":[308]},{"name":"KBUGCHECK_DUMP_IO_TYPE","features":[308]},{"name":"KBUGCHECK_REASON_CALLBACK_RECORD","features":[308,312]},{"name":"KBUGCHECK_REASON_CALLBACK_ROUTINE","features":[308,312]},{"name":"KBUGCHECK_REMOVE_PAGES","features":[308]},{"name":"KBUGCHECK_SECONDARY_DUMP_DATA","features":[308]},{"name":"KBUGCHECK_SECONDARY_DUMP_DATA_EX","features":[308]},{"name":"KBUGCHECK_TRIAGE_DUMP_DATA","features":[308,312]},{"name":"KB_ADD_PAGES_FLAG_ADDITIONAL_RANGES_EXIST","features":[308]},{"name":"KB_ADD_PAGES_FLAG_PHYSICAL_ADDRESS","features":[308]},{"name":"KB_ADD_PAGES_FLAG_VIRTUAL_ADDRESS","features":[308]},{"name":"KB_REMOVE_PAGES_FLAG_ADDITIONAL_RANGES_EXIST","features":[308]},{"name":"KB_REMOVE_PAGES_FLAG_PHYSICAL_ADDRESS","features":[308]},{"name":"KB_REMOVE_PAGES_FLAG_VIRTUAL_ADDRESS","features":[308]},{"name":"KB_SECONDARY_DATA_FLAG_ADDITIONAL_DATA","features":[308]},{"name":"KB_SECONDARY_DATA_FLAG_NO_DEVICE_ACCESS","features":[308]},{"name":"KB_TRIAGE_DUMP_DATA_FLAG_BUGCHECK_ACTIVE","features":[308]},{"name":"KDEFERRED_ROUTINE","features":[307,308,312]},{"name":"KDEVICE_QUEUE_ENTRY","features":[308,305,312]},{"name":"KDPC_IMPORTANCE","features":[308]},{"name":"KDPC_WATCHDOG_INFORMATION","features":[308]},{"name":"KD_CALLBACK_ACTION","features":[308]},{"name":"KD_NAMESPACE_ENUM","features":[308]},{"name":"KD_OPTION","features":[308]},{"name":"KD_OPTION_SET_BLOCK_ENABLE","features":[308]},{"name":"KENCODED_TIMER_PROCESSOR","features":[308]},{"name":"KERNEL_LARGE_STACK_COMMIT","features":[308]},{"name":"KERNEL_LARGE_STACK_SIZE","features":[308]},{"name":"KERNEL_MCA_EXCEPTION_STACK_SIZE","features":[308]},{"name":"KERNEL_SOFT_RESTART_NOTIFICATION","features":[308]},{"name":"KERNEL_SOFT_RESTART_NOTIFICATION_VERSION","features":[308]},{"name":"KERNEL_STACK_SIZE","features":[308]},{"name":"KERNEL_USER_TIMES","features":[308]},{"name":"KEY_BASIC_INFORMATION","features":[308]},{"name":"KEY_CACHED_INFORMATION","features":[308]},{"name":"KEY_CONTROL_FLAGS_INFORMATION","features":[308]},{"name":"KEY_FULL_INFORMATION","features":[308]},{"name":"KEY_LAYER_INFORMATION","features":[308]},{"name":"KEY_NAME_INFORMATION","features":[308]},{"name":"KEY_NODE_INFORMATION","features":[308]},{"name":"KEY_SET_VIRTUALIZATION_INFORMATION","features":[308]},{"name":"KEY_TRUST_INFORMATION","features":[308]},{"name":"KEY_VALUE_BASIC_INFORMATION","features":[308]},{"name":"KEY_VALUE_FULL_INFORMATION","features":[308]},{"name":"KEY_VALUE_LAYER_INFORMATION","features":[308]},{"name":"KEY_VALUE_PARTIAL_INFORMATION","features":[308]},{"name":"KEY_VALUE_PARTIAL_INFORMATION_ALIGN64","features":[308]},{"name":"KEY_VIRTUALIZATION_INFORMATION","features":[308]},{"name":"KEY_WOW64_FLAGS_INFORMATION","features":[308]},{"name":"KEY_WRITE_TIME_INFORMATION","features":[308]},{"name":"KE_MAX_TRIAGE_DUMP_DATA_MEMORY_SIZE","features":[308]},{"name":"KE_PROCESSOR_CHANGE_ADD_EXISTING","features":[308]},{"name":"KE_PROCESSOR_CHANGE_NOTIFY_CONTEXT","features":[308,305,312]},{"name":"KE_PROCESSOR_CHANGE_NOTIFY_STATE","features":[308]},{"name":"KFLOATING_SAVE","features":[308]},{"name":"KGATE","features":[307,308,305,312]},{"name":"KINTERRUPT_MODE","features":[308]},{"name":"KINTERRUPT_POLARITY","features":[308]},{"name":"KIPI_BROADCAST_WORKER","features":[308]},{"name":"KI_USER_SHARED_DATA","features":[308]},{"name":"KLOCK_QUEUE_HANDLE","features":[308]},{"name":"KMESSAGE_SERVICE_ROUTINE","features":[308,305]},{"name":"KPROFILE_SOURCE","features":[308]},{"name":"KSEMAPHORE","features":[307,308,305,312]},{"name":"KSERVICE_ROUTINE","features":[308,305]},{"name":"KSPIN_LOCK_QUEUE","features":[308]},{"name":"KSTART_ROUTINE","features":[308]},{"name":"KSYNCHRONIZE_ROUTINE","features":[308,305]},{"name":"KSYSTEM_TIME","features":[308]},{"name":"KTIMER","features":[307,308,305,312]},{"name":"KTRIAGE_DUMP_DATA_ARRAY","features":[308,312]},{"name":"KUMS_UCH_VOLATILE_BIT","features":[308]},{"name":"KUSER_SHARED_DATA","features":[308,305,335,312]},{"name":"KWAIT_CHAIN","features":[308]},{"name":"KWAIT_REASON","features":[308]},{"name":"KbCallbackAddPages","features":[308]},{"name":"KbCallbackDumpIo","features":[308]},{"name":"KbCallbackInvalid","features":[308]},{"name":"KbCallbackRemovePages","features":[308]},{"name":"KbCallbackReserved1","features":[308]},{"name":"KbCallbackReserved2","features":[308]},{"name":"KbCallbackSecondaryDumpData","features":[308]},{"name":"KbCallbackSecondaryMultiPartDumpData","features":[308]},{"name":"KbCallbackTriageDumpData","features":[308]},{"name":"KbDumpIoBody","features":[308]},{"name":"KbDumpIoComplete","features":[308]},{"name":"KbDumpIoHeader","features":[308]},{"name":"KbDumpIoInvalid","features":[308]},{"name":"KbDumpIoSecondaryData","features":[308]},{"name":"KdChangeOption","features":[308,305]},{"name":"KdConfigureDeviceAndContinue","features":[308]},{"name":"KdConfigureDeviceAndStop","features":[308]},{"name":"KdDisableDebugger","features":[308,305]},{"name":"KdEnableDebugger","features":[308,305]},{"name":"KdNameSpaceACPI","features":[308]},{"name":"KdNameSpaceAny","features":[308]},{"name":"KdNameSpaceMax","features":[308]},{"name":"KdNameSpaceNone","features":[308]},{"name":"KdNameSpacePCI","features":[308]},{"name":"KdRefreshDebuggerNotPresent","features":[308,305]},{"name":"KdSkipDeviceAndContinue","features":[308]},{"name":"KdSkipDeviceAndStop","features":[308]},{"name":"KeAcquireGuardedMutex","features":[307,308,305,312]},{"name":"KeAcquireGuardedMutexUnsafe","features":[307,308,305,312]},{"name":"KeAcquireInStackQueuedSpinLock","features":[308]},{"name":"KeAcquireInStackQueuedSpinLockAtDpcLevel","features":[308]},{"name":"KeAcquireInStackQueuedSpinLockForDpc","features":[308]},{"name":"KeAcquireInterruptSpinLock","features":[307,308]},{"name":"KeAcquireSpinLockForDpc","features":[308]},{"name":"KeAddTriageDumpDataBlock","features":[308,305,312]},{"name":"KeAreAllApcsDisabled","features":[308,305]},{"name":"KeAreApcsDisabled","features":[308,305]},{"name":"KeBugCheck","features":[308,335]},{"name":"KeBugCheckEx","features":[308,335]},{"name":"KeCancelTimer","features":[307,308,305,312]},{"name":"KeClearEvent","features":[307,308,305,312]},{"name":"KeConvertAuxiliaryCounterToPerformanceCounter","features":[308,305]},{"name":"KeConvertPerformanceCounterToAuxiliaryCounter","features":[308,305]},{"name":"KeDelayExecutionThread","features":[308,305]},{"name":"KeDeregisterBoundCallback","features":[308,305]},{"name":"KeDeregisterBugCheckCallback","features":[308,305,312]},{"name":"KeDeregisterBugCheckReasonCallback","features":[308,305,312]},{"name":"KeDeregisterNmiCallback","features":[308,305]},{"name":"KeDeregisterProcessorChangeCallback","features":[308]},{"name":"KeEnterCriticalRegion","features":[308]},{"name":"KeEnterGuardedRegion","features":[308]},{"name":"KeExpandKernelStackAndCallout","features":[308,305]},{"name":"KeExpandKernelStackAndCalloutEx","features":[308,305]},{"name":"KeFlushIoBuffers","features":[307,308,305]},{"name":"KeFlushQueuedDpcs","features":[308]},{"name":"KeFlushWriteBuffer","features":[308]},{"name":"KeGetCurrentIrql","features":[308]},{"name":"KeGetCurrentNodeNumber","features":[308]},{"name":"KeGetCurrentProcessorNumberEx","features":[308,312]},{"name":"KeGetProcessorIndexFromNumber","features":[308,312]},{"name":"KeGetProcessorNumberFromIndex","features":[308,305,312]},{"name":"KeGetRecommendedSharedDataAlignment","features":[308]},{"name":"KeInitializeCrashDumpHeader","features":[308,305]},{"name":"KeInitializeDeviceQueue","features":[307,308,305,312]},{"name":"KeInitializeDpc","features":[307,308,312]},{"name":"KeInitializeEvent","features":[307,308,305,312]},{"name":"KeInitializeGuardedMutex","features":[307,308,305,312]},{"name":"KeInitializeMutex","features":[307,308,305,312]},{"name":"KeInitializeSemaphore","features":[307,308,305,312]},{"name":"KeInitializeSpinLock","features":[308]},{"name":"KeInitializeThreadedDpc","features":[307,308,312]},{"name":"KeInitializeTimer","features":[307,308,305,312]},{"name":"KeInitializeTimerEx","features":[307,308,305,312]},{"name":"KeInitializeTriageDumpDataArray","features":[308,305,312]},{"name":"KeInsertByKeyDeviceQueue","features":[307,308,305,312]},{"name":"KeInsertDeviceQueue","features":[307,308,305,312]},{"name":"KeInsertQueueDpc","features":[307,308,305,312]},{"name":"KeInvalidateAllCaches","features":[308,305]},{"name":"KeInvalidateRangeAllCaches","features":[308]},{"name":"KeIpiGenericCall","features":[308]},{"name":"KeIsExecutingDpc","features":[308]},{"name":"KeLeaveCriticalRegion","features":[308]},{"name":"KeLeaveGuardedRegion","features":[308]},{"name":"KeProcessorAddCompleteNotify","features":[308]},{"name":"KeProcessorAddFailureNotify","features":[308]},{"name":"KeProcessorAddStartNotify","features":[308]},{"name":"KePulseEvent","features":[307,308,305,312]},{"name":"KeQueryActiveGroupCount","features":[308]},{"name":"KeQueryActiveProcessorCount","features":[308]},{"name":"KeQueryActiveProcessorCountEx","features":[308]},{"name":"KeQueryActiveProcessors","features":[308]},{"name":"KeQueryAuxiliaryCounterFrequency","features":[308,305]},{"name":"KeQueryDpcWatchdogInformation","features":[308,305]},{"name":"KeQueryGroupAffinity","features":[308]},{"name":"KeQueryHardwareCounterConfiguration","features":[308,305]},{"name":"KeQueryHighestNodeNumber","features":[308]},{"name":"KeQueryInterruptTimePrecise","features":[308]},{"name":"KeQueryLogicalProcessorRelationship","features":[308,305,312,337]},{"name":"KeQueryMaximumGroupCount","features":[308]},{"name":"KeQueryMaximumProcessorCount","features":[308]},{"name":"KeQueryMaximumProcessorCountEx","features":[308]},{"name":"KeQueryNodeActiveAffinity","features":[308,337]},{"name":"KeQueryNodeActiveAffinity2","features":[308,305,337]},{"name":"KeQueryNodeActiveProcessorCount","features":[308]},{"name":"KeQueryNodeMaximumProcessorCount","features":[308]},{"name":"KeQueryPerformanceCounter","features":[308]},{"name":"KeQueryPriorityThread","features":[307,308]},{"name":"KeQueryRuntimeThread","features":[307,308]},{"name":"KeQuerySystemTimePrecise","features":[308]},{"name":"KeQueryTimeIncrement","features":[308]},{"name":"KeQueryTotalCycleTimeThread","features":[307,308]},{"name":"KeQueryUnbiasedInterruptTime","features":[308]},{"name":"KeQueryUnbiasedInterruptTimePrecise","features":[308]},{"name":"KeReadStateEvent","features":[307,308,305,312]},{"name":"KeReadStateMutex","features":[307,308,305,312]},{"name":"KeReadStateSemaphore","features":[307,308,305,312]},{"name":"KeReadStateTimer","features":[307,308,305,312]},{"name":"KeRegisterBoundCallback","features":[308]},{"name":"KeRegisterBugCheckCallback","features":[308,305,312]},{"name":"KeRegisterBugCheckReasonCallback","features":[308,305,312]},{"name":"KeRegisterNmiCallback","features":[308,305]},{"name":"KeRegisterProcessorChangeCallback","features":[308]},{"name":"KeReleaseGuardedMutex","features":[307,308,305,312]},{"name":"KeReleaseGuardedMutexUnsafe","features":[307,308,305,312]},{"name":"KeReleaseInStackQueuedSpinLock","features":[308]},{"name":"KeReleaseInStackQueuedSpinLockForDpc","features":[308]},{"name":"KeReleaseInStackQueuedSpinLockFromDpcLevel","features":[308]},{"name":"KeReleaseInterruptSpinLock","features":[307,308]},{"name":"KeReleaseMutex","features":[307,308,305,312]},{"name":"KeReleaseSemaphore","features":[307,308,305,312]},{"name":"KeReleaseSpinLockForDpc","features":[308]},{"name":"KeRemoveByKeyDeviceQueue","features":[307,308,305,312]},{"name":"KeRemoveByKeyDeviceQueueIfBusy","features":[307,308,305,312]},{"name":"KeRemoveDeviceQueue","features":[307,308,305,312]},{"name":"KeRemoveEntryDeviceQueue","features":[307,308,305,312]},{"name":"KeRemoveQueueDpc","features":[307,308,305,312]},{"name":"KeRemoveQueueDpcEx","features":[307,308,305,312]},{"name":"KeResetEvent","features":[307,308,305,312]},{"name":"KeRestoreExtendedProcessorState","features":[308,335]},{"name":"KeRevertToUserAffinityThread","features":[308]},{"name":"KeRevertToUserAffinityThreadEx","features":[308]},{"name":"KeRevertToUserGroupAffinityThread","features":[308,337]},{"name":"KeSaveExtendedProcessorState","features":[308,305,335]},{"name":"KeSetBasePriorityThread","features":[307,308]},{"name":"KeSetCoalescableTimer","features":[307,308,305,312]},{"name":"KeSetEvent","features":[307,308,305,312]},{"name":"KeSetHardwareCounterConfiguration","features":[308,305]},{"name":"KeSetImportanceDpc","features":[307,308,312]},{"name":"KeSetPriorityThread","features":[307,308]},{"name":"KeSetSystemAffinityThread","features":[308]},{"name":"KeSetSystemAffinityThreadEx","features":[308]},{"name":"KeSetSystemGroupAffinityThread","features":[308,337]},{"name":"KeSetTargetProcessorDpc","features":[307,308,312]},{"name":"KeSetTargetProcessorDpcEx","features":[307,308,305,312]},{"name":"KeSetTimer","features":[307,308,305,312]},{"name":"KeSetTimerEx","features":[307,308,305,312]},{"name":"KeShouldYieldProcessor","features":[308]},{"name":"KeStallExecutionProcessor","features":[308]},{"name":"KeSynchronizeExecution","features":[307,308,305]},{"name":"KeTestSpinLock","features":[308,305]},{"name":"KeTryToAcquireGuardedMutex","features":[307,308,305,312]},{"name":"KeTryToAcquireSpinLockAtDpcLevel","features":[308,305]},{"name":"KeWaitForMultipleObjects","features":[307,308,305,312]},{"name":"KeWaitForSingleObject","features":[308,305]},{"name":"KeepObject","features":[308]},{"name":"KernelMode","features":[308]},{"name":"KeyboardController","features":[308]},{"name":"KeyboardPeripheral","features":[308]},{"name":"KfRaiseIrql","features":[308]},{"name":"L0sAndL1EntryDisabled","features":[308]},{"name":"L0sAndL1EntryEnabled","features":[308]},{"name":"L0sAndL1EntrySupport","features":[308]},{"name":"L0sEntryEnabled","features":[308]},{"name":"L0sEntrySupport","features":[308]},{"name":"L0s_128ns_256ns","features":[308]},{"name":"L0s_1us_2us","features":[308]},{"name":"L0s_256ns_512ns","features":[308]},{"name":"L0s_2us_4us","features":[308]},{"name":"L0s_512ns_1us","features":[308]},{"name":"L0s_64ns_128ns","features":[308]},{"name":"L0s_Above4us","features":[308]},{"name":"L0s_Below64ns","features":[308]},{"name":"L1EntryEnabled","features":[308]},{"name":"L1EntrySupport","features":[308]},{"name":"L1_16us_32us","features":[308]},{"name":"L1_1us_2us","features":[308]},{"name":"L1_2us_4us","features":[308]},{"name":"L1_32us_64us","features":[308]},{"name":"L1_4us_8us","features":[308]},{"name":"L1_8us_16us","features":[308]},{"name":"L1_Above64us","features":[308]},{"name":"L1_Below1us","features":[308]},{"name":"LEGACY_BUS_INFORMATION","features":[308]},{"name":"LINK_SHARE_ACCESS","features":[308]},{"name":"LOADER_PARTITION_INFORMATION_EX","features":[308]},{"name":"LOCK_OPERATION","features":[308]},{"name":"LOCK_QUEUE_HALTED","features":[308]},{"name":"LOCK_QUEUE_HALTED_BIT","features":[308]},{"name":"LOCK_QUEUE_OWNER","features":[308]},{"name":"LOCK_QUEUE_OWNER_BIT","features":[308]},{"name":"LOCK_QUEUE_WAIT","features":[308]},{"name":"LOCK_QUEUE_WAIT_BIT","features":[308]},{"name":"LONG_2ND_MOST_SIGNIFICANT_BIT","features":[308]},{"name":"LONG_3RD_MOST_SIGNIFICANT_BIT","features":[308]},{"name":"LONG_LEAST_SIGNIFICANT_BIT","features":[308]},{"name":"LONG_MOST_SIGNIFICANT_BIT","features":[308]},{"name":"LOWBYTE_MASK","features":[308]},{"name":"LOW_LEVEL","features":[308]},{"name":"LOW_PRIORITY","features":[308]},{"name":"LOW_REALTIME_PRIORITY","features":[308]},{"name":"LastDStateTransitionD3cold","features":[308]},{"name":"LastDStateTransitionD3hot","features":[308]},{"name":"LastDStateTransitionStatusUnknown","features":[308]},{"name":"LastDrvRtFlag","features":[308]},{"name":"Latched","features":[308]},{"name":"LevelSensitive","features":[308]},{"name":"LinePeripheral","features":[308]},{"name":"LocateControl","features":[308]},{"name":"LocationTypeFileSystem","features":[308]},{"name":"LocationTypeMaximum","features":[308]},{"name":"LocationTypeRegistry","features":[308]},{"name":"LoggerEventsLoggedClass","features":[308]},{"name":"LoggerEventsLostClass","features":[308]},{"name":"LowImportance","features":[308]},{"name":"LowPagePriority","features":[308]},{"name":"LowPoolPriority","features":[308]},{"name":"LowPoolPrioritySpecialPoolOverrun","features":[308]},{"name":"LowPoolPrioritySpecialPoolUnderrun","features":[308]},{"name":"MAILSLOT_CREATE_PARAMETERS","features":[308,305]},{"name":"MAP_REGISTER_ENTRY","features":[308,305]},{"name":"MAXIMUM_DEBUG_BARS","features":[308]},{"name":"MAXIMUM_FILENAME_LENGTH","features":[308]},{"name":"MAXIMUM_PRIORITY","features":[308]},{"name":"MAX_EVENT_COUNTERS","features":[308]},{"name":"MCA_DRIVER_INFO","features":[307,308]},{"name":"MCA_EXCEPTION","features":[308]},{"name":"MCA_EXCEPTION_TYPE","features":[308]},{"name":"MCA_EXTREG_V2MAX","features":[308]},{"name":"MCE_NOTIFY_TYPE_GUID","features":[308]},{"name":"MCG_CAP","features":[308]},{"name":"MCG_STATUS","features":[308]},{"name":"MCI_ADDR","features":[308]},{"name":"MCI_STATS","features":[308]},{"name":"MCI_STATUS","features":[308]},{"name":"MCI_STATUS_AMD_BITS","features":[308]},{"name":"MCI_STATUS_BITS_COMMON","features":[308]},{"name":"MCI_STATUS_INTEL_BITS","features":[308]},{"name":"MDL_ALLOCATED_FIXED_SIZE","features":[308]},{"name":"MDL_DESCRIBES_AWE","features":[308]},{"name":"MDL_FREE_EXTRA_PTES","features":[308]},{"name":"MDL_INTERNAL","features":[308]},{"name":"MDL_LOCKED_PAGE_TABLES","features":[308]},{"name":"MDL_PAGE_CONTENTS_INVARIANT","features":[308]},{"name":"MEMORY_CACHING_TYPE","features":[308]},{"name":"MEMORY_CACHING_TYPE_ORIG","features":[308]},{"name":"MEMORY_CORRECTABLE_ERROR_SUMMARY_SECTION_GUID","features":[308]},{"name":"MEMORY_ERROR_SECTION_GUID","features":[308]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_OPEN_INFORMATION","features":[308,305]},{"name":"MEM_COMMIT","features":[308]},{"name":"MEM_DECOMMIT","features":[308]},{"name":"MEM_DEDICATED_ATTRIBUTE_TYPE","features":[308]},{"name":"MEM_EXTENDED_PARAMETER_EC_CODE","features":[308]},{"name":"MEM_EXTENDED_PARAMETER_TYPE_BITS","features":[308]},{"name":"MEM_LARGE_PAGES","features":[308]},{"name":"MEM_MAPPED","features":[308]},{"name":"MEM_PRIVATE","features":[308]},{"name":"MEM_RELEASE","features":[308]},{"name":"MEM_RESERVE","features":[308]},{"name":"MEM_RESET","features":[308]},{"name":"MEM_RESET_UNDO","features":[308]},{"name":"MEM_SECTION_EXTENDED_PARAMETER_TYPE","features":[308]},{"name":"MEM_TOP_DOWN","features":[308]},{"name":"MM_ADD_PHYSICAL_MEMORY_ALREADY_ZEROED","features":[308]},{"name":"MM_ADD_PHYSICAL_MEMORY_HUGE_PAGES_ONLY","features":[308]},{"name":"MM_ADD_PHYSICAL_MEMORY_LARGE_PAGES_ONLY","features":[308]},{"name":"MM_ALLOCATE_AND_HOT_REMOVE","features":[308]},{"name":"MM_ALLOCATE_CONTIGUOUS_MEMORY_FAST_ONLY","features":[308]},{"name":"MM_ALLOCATE_FAST_LARGE_PAGES","features":[308]},{"name":"MM_ALLOCATE_FROM_LOCAL_NODE_ONLY","features":[308]},{"name":"MM_ALLOCATE_FULLY_REQUIRED","features":[308]},{"name":"MM_ALLOCATE_NO_WAIT","features":[308]},{"name":"MM_ALLOCATE_PREFER_CONTIGUOUS","features":[308]},{"name":"MM_ALLOCATE_REQUIRE_CONTIGUOUS_CHUNKS","features":[308]},{"name":"MM_ALLOCATE_TRIM_IF_NECESSARY","features":[308]},{"name":"MM_ANY_NODE_OK","features":[308]},{"name":"MM_COPY_ADDRESS","features":[308]},{"name":"MM_COPY_MEMORY_PHYSICAL","features":[308]},{"name":"MM_COPY_MEMORY_VIRTUAL","features":[308]},{"name":"MM_DONT_ZERO_ALLOCATION","features":[308]},{"name":"MM_DUMP_MAP_CACHED","features":[308]},{"name":"MM_DUMP_MAP_INVALIDATE","features":[308]},{"name":"MM_FREE_MDL_PAGES_ZERO","features":[308]},{"name":"MM_GET_CACHE_ATTRIBUTE_IO_SPACE","features":[308]},{"name":"MM_GET_PHYSICAL_MEMORY_RANGES_INCLUDE_ALL_PARTITIONS","features":[308]},{"name":"MM_GET_PHYSICAL_MEMORY_RANGES_INCLUDE_FILE_ONLY","features":[308]},{"name":"MM_MAPPING_ADDRESS_DIVISIBLE","features":[308]},{"name":"MM_MAXIMUM_DISK_IO_SIZE","features":[308]},{"name":"MM_MDL_PAGE_CONTENTS_STATE","features":[308]},{"name":"MM_MDL_ROUTINE","features":[308]},{"name":"MM_PAGE_PRIORITY","features":[308]},{"name":"MM_PERMANENT_ADDRESS_IS_IO_SPACE","features":[308]},{"name":"MM_PHYSICAL_ADDRESS_LIST","features":[308]},{"name":"MM_PROTECT_DRIVER_SECTION_ALLOW_UNLOAD","features":[308]},{"name":"MM_PROTECT_DRIVER_SECTION_VALID_FLAGS","features":[308]},{"name":"MM_REMOVE_PHYSICAL_MEMORY_BAD_ONLY","features":[308]},{"name":"MM_ROTATE_DIRECTION","features":[308]},{"name":"MM_SECURE_EXCLUSIVE","features":[308]},{"name":"MM_SECURE_NO_CHANGE","features":[308]},{"name":"MM_SECURE_NO_INHERIT","features":[308]},{"name":"MM_SECURE_USER_MODE_ONLY","features":[308]},{"name":"MM_SYSTEMSIZE","features":[308]},{"name":"MM_SYSTEM_SPACE_END","features":[308]},{"name":"MM_SYSTEM_VIEW_EXCEPTIONS_FOR_INPAGE_ERRORS","features":[308]},{"name":"MODE","features":[308]},{"name":"MPIBus","features":[308]},{"name":"MPIConfiguration","features":[308]},{"name":"MPSABus","features":[308]},{"name":"MPSAConfiguration","features":[308]},{"name":"MRLClosed","features":[308]},{"name":"MRLOpen","features":[308]},{"name":"MU_TELEMETRY_SECTION","features":[308]},{"name":"MU_TELEMETRY_SECTION_GUID","features":[308]},{"name":"MapPhysicalAddressTypeContiguousRange","features":[308]},{"name":"MapPhysicalAddressTypeMax","features":[308]},{"name":"MapPhysicalAddressTypeMdl","features":[308]},{"name":"MapPhysicalAddressTypePfn","features":[308]},{"name":"MaxFaultType","features":[308]},{"name":"MaxHardwareCounterType","features":[308]},{"name":"MaxPayload1024Bytes","features":[308]},{"name":"MaxPayload128Bytes","features":[308]},{"name":"MaxPayload2048Bytes","features":[308]},{"name":"MaxPayload256Bytes","features":[308]},{"name":"MaxPayload4096Bytes","features":[308]},{"name":"MaxPayload512Bytes","features":[308]},{"name":"MaxRegNtNotifyClass","features":[308]},{"name":"MaxSubsystemInformationType","features":[308]},{"name":"MaxTraceInformationClass","features":[308]},{"name":"MaximumBusDataType","features":[308]},{"name":"MaximumDmaSpeed","features":[308]},{"name":"MaximumDmaWidth","features":[308]},{"name":"MaximumInterfaceType","features":[308]},{"name":"MaximumMode","features":[308]},{"name":"MaximumType","features":[308]},{"name":"MaximumWaitReason","features":[308]},{"name":"MaximumWorkQueue","features":[308]},{"name":"MdlMappingNoExecute","features":[308]},{"name":"MdlMappingNoWrite","features":[308]},{"name":"MdlMappingWithGuardPtes","features":[308]},{"name":"MediumHighImportance","features":[308]},{"name":"MediumImportance","features":[308]},{"name":"MemDedicatedAttributeMax","features":[308]},{"name":"MemDedicatedAttributeReadBandwidth","features":[308]},{"name":"MemDedicatedAttributeReadLatency","features":[308]},{"name":"MemDedicatedAttributeWriteBandwidth","features":[308]},{"name":"MemDedicatedAttributeWriteLatency","features":[308]},{"name":"MemSectionExtendedParameterInvalidType","features":[308]},{"name":"MemSectionExtendedParameterMax","features":[308]},{"name":"MemSectionExtendedParameterNumaNode","features":[308]},{"name":"MemSectionExtendedParameterSigningLevel","features":[308]},{"name":"MemSectionExtendedParameterUserPhysicalFlags","features":[308]},{"name":"MicroChannel","features":[308]},{"name":"MmAddPhysicalMemory","features":[308,305]},{"name":"MmAddVerifierSpecialThunks","features":[308,305]},{"name":"MmAddVerifierThunks","features":[308,305]},{"name":"MmAdvanceMdl","features":[307,308,305]},{"name":"MmAllocateContiguousMemory","features":[308]},{"name":"MmAllocateContiguousMemoryEx","features":[308,305]},{"name":"MmAllocateContiguousMemorySpecifyCache","features":[308]},{"name":"MmAllocateContiguousMemorySpecifyCacheNode","features":[308]},{"name":"MmAllocateContiguousNodeMemory","features":[308]},{"name":"MmAllocateMappingAddress","features":[308]},{"name":"MmAllocateMappingAddressEx","features":[308]},{"name":"MmAllocateMdlForIoSpace","features":[307,308,305]},{"name":"MmAllocateNodePagesForMdlEx","features":[307,308]},{"name":"MmAllocateNonCachedMemory","features":[308]},{"name":"MmAllocatePagesForMdl","features":[307,308]},{"name":"MmAllocatePagesForMdlEx","features":[307,308]},{"name":"MmAllocatePartitionNodePagesForMdlEx","features":[307,308]},{"name":"MmAreMdlPagesCached","features":[307,308]},{"name":"MmBuildMdlForNonPagedPool","features":[307,308]},{"name":"MmCached","features":[308]},{"name":"MmCopyMemory","features":[308,305]},{"name":"MmCreateMdl","features":[307,308]},{"name":"MmCreateMirror","features":[308,305]},{"name":"MmFrameBufferCached","features":[308]},{"name":"MmFreeContiguousMemory","features":[308]},{"name":"MmFreeContiguousMemorySpecifyCache","features":[308]},{"name":"MmFreeMappingAddress","features":[308]},{"name":"MmFreeNonCachedMemory","features":[308]},{"name":"MmFreePagesFromMdl","features":[307,308]},{"name":"MmFreePagesFromMdlEx","features":[307,308]},{"name":"MmGetCacheAttribute","features":[308,305]},{"name":"MmGetCacheAttributeEx","features":[308,305]},{"name":"MmGetPhysicalAddress","features":[308]},{"name":"MmGetPhysicalMemoryRanges","features":[308]},{"name":"MmGetPhysicalMemoryRangesEx","features":[308]},{"name":"MmGetPhysicalMemoryRangesEx2","features":[308]},{"name":"MmGetSystemRoutineAddress","features":[308,305]},{"name":"MmGetVirtualForPhysical","features":[308]},{"name":"MmHardwareCoherentCached","features":[308]},{"name":"MmIsAddressValid","features":[308,305]},{"name":"MmIsDriverSuspectForVerifier","features":[307,310,308,305,309,311,312,313]},{"name":"MmIsDriverVerifying","features":[307,310,308,305,309,311,312,313]},{"name":"MmIsDriverVerifyingByAddress","features":[308]},{"name":"MmIsIoSpaceActive","features":[308]},{"name":"MmIsNonPagedSystemAddressValid","features":[308,305]},{"name":"MmIsThisAnNtAsSystem","features":[308,305]},{"name":"MmIsVerifierEnabled","features":[308,305]},{"name":"MmLargeSystem","features":[308]},{"name":"MmLockPagableDataSection","features":[308]},{"name":"MmLockPagableSectionByHandle","features":[308]},{"name":"MmMapIoSpace","features":[308]},{"name":"MmMapIoSpaceEx","features":[308]},{"name":"MmMapLockedPages","features":[307,308]},{"name":"MmMapLockedPagesSpecifyCache","features":[307,308]},{"name":"MmMapLockedPagesWithReservedMapping","features":[307,308]},{"name":"MmMapMdl","features":[307,308,305]},{"name":"MmMapMemoryDumpMdlEx","features":[307,308,305]},{"name":"MmMapUserAddressesToPage","features":[308,305]},{"name":"MmMapVideoDisplay","features":[308]},{"name":"MmMapViewInSessionSpace","features":[308,305]},{"name":"MmMapViewInSessionSpaceEx","features":[308,305]},{"name":"MmMapViewInSystemSpace","features":[308,305]},{"name":"MmMapViewInSystemSpaceEx","features":[308,305]},{"name":"MmMaximumCacheType","features":[308]},{"name":"MmMaximumRotateDirection","features":[308]},{"name":"MmMdlPageContentsDynamic","features":[308]},{"name":"MmMdlPageContentsInvariant","features":[308]},{"name":"MmMdlPageContentsQuery","features":[308]},{"name":"MmMdlPageContentsState","features":[307,308]},{"name":"MmMediumSystem","features":[308]},{"name":"MmNonCached","features":[308]},{"name":"MmNonCachedUnordered","features":[308]},{"name":"MmNotMapped","features":[308]},{"name":"MmPageEntireDriver","features":[308]},{"name":"MmProbeAndLockPages","features":[307,308]},{"name":"MmProbeAndLockProcessPages","features":[307,308]},{"name":"MmProbeAndLockSelectedPages","features":[307,308,325]},{"name":"MmProtectDriverSection","features":[308,305]},{"name":"MmProtectMdlSystemAddress","features":[307,308,305]},{"name":"MmQuerySystemSize","features":[308]},{"name":"MmRemovePhysicalMemory","features":[308,305]},{"name":"MmResetDriverPaging","features":[308]},{"name":"MmRotatePhysicalView","features":[307,308,305]},{"name":"MmSecureVirtualMemory","features":[308,305]},{"name":"MmSecureVirtualMemoryEx","features":[308,305]},{"name":"MmSetPermanentCacheAttribute","features":[308,305]},{"name":"MmSizeOfMdl","features":[308]},{"name":"MmSmallSystem","features":[308]},{"name":"MmToFrameBuffer","features":[308]},{"name":"MmToFrameBufferNoCopy","features":[308]},{"name":"MmToRegularMemory","features":[308]},{"name":"MmToRegularMemoryNoCopy","features":[308]},{"name":"MmUSWCCached","features":[308]},{"name":"MmUnlockPagableImageSection","features":[308]},{"name":"MmUnlockPages","features":[307,308]},{"name":"MmUnmapIoSpace","features":[308]},{"name":"MmUnmapLockedPages","features":[307,308]},{"name":"MmUnmapReservedMapping","features":[307,308]},{"name":"MmUnmapVideoDisplay","features":[308]},{"name":"MmUnmapViewInSessionSpace","features":[308,305]},{"name":"MmUnmapViewInSystemSpace","features":[308,305]},{"name":"MmUnsecureVirtualMemory","features":[308,305]},{"name":"MmWriteCombined","features":[308]},{"name":"ModemPeripheral","features":[308]},{"name":"ModifyAccess","features":[308]},{"name":"MonitorPeripheral","features":[308]},{"name":"MonitorRequestReasonAcDcDisplayBurst","features":[308]},{"name":"MonitorRequestReasonAcDcDisplayBurstSuppressed","features":[308]},{"name":"MonitorRequestReasonBatteryCountChange","features":[308]},{"name":"MonitorRequestReasonBatteryCountChangeSuppressed","features":[308]},{"name":"MonitorRequestReasonBatteryPreCritical","features":[308]},{"name":"MonitorRequestReasonBuiltinPanel","features":[308]},{"name":"MonitorRequestReasonDP","features":[308]},{"name":"MonitorRequestReasonDim","features":[308]},{"name":"MonitorRequestReasonDirectedDrips","features":[308]},{"name":"MonitorRequestReasonDisplayRequiredUnDim","features":[308]},{"name":"MonitorRequestReasonFullWake","features":[308]},{"name":"MonitorRequestReasonGracePeriod","features":[308]},{"name":"MonitorRequestReasonIdleTimeout","features":[308]},{"name":"MonitorRequestReasonLid","features":[308]},{"name":"MonitorRequestReasonMax","features":[308]},{"name":"MonitorRequestReasonNearProximity","features":[308]},{"name":"MonitorRequestReasonPdcSignal","features":[308]},{"name":"MonitorRequestReasonPdcSignalFingerprint","features":[308]},{"name":"MonitorRequestReasonPdcSignalHeyCortana","features":[308]},{"name":"MonitorRequestReasonPdcSignalHolographicShell","features":[308]},{"name":"MonitorRequestReasonPdcSignalSensorsHumanPresence","features":[308]},{"name":"MonitorRequestReasonPdcSignalWindowsMobilePwrNotif","features":[308]},{"name":"MonitorRequestReasonPdcSignalWindowsMobileShell","features":[308]},{"name":"MonitorRequestReasonPnP","features":[308]},{"name":"MonitorRequestReasonPoSetSystemState","features":[308]},{"name":"MonitorRequestReasonPolicyChange","features":[308]},{"name":"MonitorRequestReasonPowerButton","features":[308]},{"name":"MonitorRequestReasonRemoteConnection","features":[308]},{"name":"MonitorRequestReasonResumeModernStandby","features":[308]},{"name":"MonitorRequestReasonResumePdc","features":[308]},{"name":"MonitorRequestReasonResumeS4","features":[308]},{"name":"MonitorRequestReasonScMonitorpower","features":[308]},{"name":"MonitorRequestReasonScreenOffRequest","features":[308]},{"name":"MonitorRequestReasonSessionUnlock","features":[308]},{"name":"MonitorRequestReasonSetThreadExecutionState","features":[308]},{"name":"MonitorRequestReasonSleepButton","features":[308]},{"name":"MonitorRequestReasonSxTransition","features":[308]},{"name":"MonitorRequestReasonSystemIdle","features":[308]},{"name":"MonitorRequestReasonSystemStateEntered","features":[308]},{"name":"MonitorRequestReasonTerminal","features":[308]},{"name":"MonitorRequestReasonTerminalInit","features":[308]},{"name":"MonitorRequestReasonThermalStandby","features":[308]},{"name":"MonitorRequestReasonUnknown","features":[308]},{"name":"MonitorRequestReasonUserDisplayBurst","features":[308]},{"name":"MonitorRequestReasonUserInput","features":[308]},{"name":"MonitorRequestReasonUserInputAccelerometer","features":[308]},{"name":"MonitorRequestReasonUserInputHid","features":[308]},{"name":"MonitorRequestReasonUserInputInitialization","features":[308]},{"name":"MonitorRequestReasonUserInputKeyboard","features":[308]},{"name":"MonitorRequestReasonUserInputMouse","features":[308]},{"name":"MonitorRequestReasonUserInputPen","features":[308]},{"name":"MonitorRequestReasonUserInputPoUserPresent","features":[308]},{"name":"MonitorRequestReasonUserInputSessionSwitch","features":[308]},{"name":"MonitorRequestReasonUserInputTouch","features":[308]},{"name":"MonitorRequestReasonUserInputTouchpad","features":[308]},{"name":"MonitorRequestReasonWinrt","features":[308]},{"name":"MonitorRequestTypeOff","features":[308]},{"name":"MonitorRequestTypeOnAndPresent","features":[308]},{"name":"MonitorRequestTypeToggleOn","features":[308]},{"name":"MultiFunctionAdapter","features":[308]},{"name":"NAMED_PIPE_CREATE_PARAMETERS","features":[308,305]},{"name":"NEC98x86","features":[308]},{"name":"NMI_CALLBACK","features":[308,305]},{"name":"NMI_NOTIFY_TYPE_GUID","features":[308]},{"name":"NMI_SECTION_GUID","features":[308]},{"name":"NPEM_CAPABILITY_STANDARD","features":[308]},{"name":"NPEM_CONTROL_ENABLE_DISABLE","features":[308,305]},{"name":"NPEM_CONTROL_INTERFACE","features":[308,305]},{"name":"NPEM_CONTROL_INTERFACE_CURRENT_VERSION","features":[308]},{"name":"NPEM_CONTROL_INTERFACE_VERSION1","features":[308]},{"name":"NPEM_CONTROL_INTERFACE_VERSION2","features":[308]},{"name":"NPEM_CONTROL_QUERY_CONTROL","features":[308]},{"name":"NPEM_CONTROL_QUERY_STANDARD_CAPABILITIES","features":[308,305]},{"name":"NPEM_CONTROL_SET_STANDARD_CONTROL","features":[308,305]},{"name":"NPEM_CONTROL_STANDARD_CONTROL_BIT","features":[308]},{"name":"NTFS_DEREF_EXPORTED_SECURITY_DESCRIPTOR","features":[308,309]},{"name":"NT_PAGING_LEVELS","features":[308]},{"name":"NT_TIB32","features":[308]},{"name":"NX_SUPPORT_POLICY_ALWAYSOFF","features":[308]},{"name":"NX_SUPPORT_POLICY_ALWAYSON","features":[308]},{"name":"NX_SUPPORT_POLICY_OPTIN","features":[308]},{"name":"NX_SUPPORT_POLICY_OPTOUT","features":[308]},{"name":"NetworkController","features":[308]},{"name":"NetworkPeripheral","features":[308]},{"name":"NoAspmSupport","features":[308]},{"name":"NormalPagePriority","features":[308]},{"name":"NormalPoolPriority","features":[308]},{"name":"NormalPoolPrioritySpecialPoolOverrun","features":[308]},{"name":"NormalPoolPrioritySpecialPoolUnderrun","features":[308]},{"name":"NormalWorkQueue","features":[308]},{"name":"NtAllocateLocallyUniqueId","features":[308,305]},{"name":"NtCommitComplete","features":[308,305]},{"name":"NtCommitEnlistment","features":[308,305]},{"name":"NtCommitTransaction","features":[308,305]},{"name":"NtCreateEnlistment","features":[307,308,305,309]},{"name":"NtCreateResourceManager","features":[307,308,305,309]},{"name":"NtCreateTransaction","features":[307,308,305,309]},{"name":"NtCreateTransactionManager","features":[307,308,305,309]},{"name":"NtDisplayString","features":[308,305]},{"name":"NtEnumerateTransactionObject","features":[308,305,341]},{"name":"NtGetNotificationResourceManager","features":[308,305,325]},{"name":"NtLoadDriver","features":[308,305]},{"name":"NtMakeTemporaryObject","features":[308,305]},{"name":"NtManagePartition","features":[308,305]},{"name":"NtOpenEnlistment","features":[307,308,305,309]},{"name":"NtOpenResourceManager","features":[307,308,305,309]},{"name":"NtOpenTransaction","features":[307,308,305,309]},{"name":"NtOpenTransactionManager","features":[307,308,305,309]},{"name":"NtPowerInformation","features":[308,305,313]},{"name":"NtPrePrepareComplete","features":[308,305]},{"name":"NtPrePrepareEnlistment","features":[308,305]},{"name":"NtPrepareComplete","features":[308,305]},{"name":"NtPrepareEnlistment","features":[308,305]},{"name":"NtPropagationComplete","features":[308,305]},{"name":"NtPropagationFailed","features":[308,305]},{"name":"NtQueryInformationEnlistment","features":[308,305,341]},{"name":"NtQueryInformationResourceManager","features":[308,305,341]},{"name":"NtQueryInformationTransaction","features":[308,305,341]},{"name":"NtQueryInformationTransactionManager","features":[308,305,341]},{"name":"NtReadOnlyEnlistment","features":[308,305]},{"name":"NtRecoverEnlistment","features":[308,305]},{"name":"NtRecoverResourceManager","features":[308,305]},{"name":"NtRecoverTransactionManager","features":[308,305]},{"name":"NtRegisterProtocolAddressInformation","features":[308,305]},{"name":"NtRenameTransactionManager","features":[308,305]},{"name":"NtRollbackComplete","features":[308,305]},{"name":"NtRollbackEnlistment","features":[308,305]},{"name":"NtRollbackTransaction","features":[308,305]},{"name":"NtRollforwardTransactionManager","features":[308,305]},{"name":"NtSetInformationEnlistment","features":[308,305,341]},{"name":"NtSetInformationResourceManager","features":[308,305,341]},{"name":"NtSetInformationTransaction","features":[308,305,341]},{"name":"NtSetInformationTransactionManager","features":[308,305,341]},{"name":"NtSinglePhaseReject","features":[308,305]},{"name":"NtUnloadDriver","features":[308,305]},{"name":"NuBus","features":[308]},{"name":"NuBusConfiguration","features":[308]},{"name":"OBJECT_HANDLE_INFORMATION","features":[308]},{"name":"OBJECT_TYPE_CREATE","features":[308]},{"name":"OB_CALLBACK_REGISTRATION","features":[307,308,305]},{"name":"OB_FLT_REGISTRATION_VERSION","features":[308]},{"name":"OB_FLT_REGISTRATION_VERSION_0100","features":[308]},{"name":"OB_OPERATION_HANDLE_CREATE","features":[308]},{"name":"OB_OPERATION_HANDLE_DUPLICATE","features":[308]},{"name":"OB_OPERATION_REGISTRATION","features":[307,308,305]},{"name":"OB_POST_CREATE_HANDLE_INFORMATION","features":[308]},{"name":"OB_POST_DUPLICATE_HANDLE_INFORMATION","features":[308]},{"name":"OB_POST_OPERATION_INFORMATION","features":[307,308,305]},{"name":"OB_POST_OPERATION_PARAMETERS","features":[308]},{"name":"OB_PREOP_CALLBACK_STATUS","features":[308]},{"name":"OB_PREOP_SUCCESS","features":[308]},{"name":"OB_PRE_CREATE_HANDLE_INFORMATION","features":[308]},{"name":"OB_PRE_DUPLICATE_HANDLE_INFORMATION","features":[308]},{"name":"OB_PRE_OPERATION_INFORMATION","features":[307,308]},{"name":"OB_PRE_OPERATION_PARAMETERS","features":[308]},{"name":"OPLOCK_KEY_FLAG_PARENT_KEY","features":[308]},{"name":"OPLOCK_KEY_FLAG_TARGET_KEY","features":[308]},{"name":"OPLOCK_KEY_VERSION_WIN7","features":[308]},{"name":"OPLOCK_KEY_VERSION_WIN8","features":[308]},{"name":"OSC_CAPABILITIES_MASKED","features":[308]},{"name":"OSC_FIRMWARE_FAILURE","features":[308]},{"name":"OSC_UNRECOGNIZED_REVISION","features":[308]},{"name":"OSC_UNRECOGNIZED_UUID","features":[308]},{"name":"ObCloseHandle","features":[308,305]},{"name":"ObDereferenceObjectDeferDelete","features":[308]},{"name":"ObDereferenceObjectDeferDeleteWithTag","features":[308]},{"name":"ObGetFilterVersion","features":[308]},{"name":"ObGetObjectSecurity","features":[308,305,309]},{"name":"ObReferenceObjectByHandle","features":[307,308,305]},{"name":"ObReferenceObjectByHandleWithTag","features":[307,308,305]},{"name":"ObReferenceObjectByPointer","features":[307,308,305]},{"name":"ObReferenceObjectByPointerWithTag","features":[307,308,305]},{"name":"ObReferenceObjectSafe","features":[308,305]},{"name":"ObReferenceObjectSafeWithTag","features":[308,305]},{"name":"ObRegisterCallbacks","features":[307,308,305]},{"name":"ObReleaseObjectSecurity","features":[308,305,309]},{"name":"ObUnRegisterCallbacks","features":[308]},{"name":"ObfDereferenceObject","features":[308]},{"name":"ObfDereferenceObjectWithTag","features":[308]},{"name":"ObfReferenceObject","features":[308]},{"name":"ObfReferenceObjectWithTag","features":[308]},{"name":"OkControl","features":[308]},{"name":"OtherController","features":[308]},{"name":"OtherPeripheral","features":[308]},{"name":"PAGE_ENCLAVE_NO_CHANGE","features":[308]},{"name":"PAGE_ENCLAVE_THREAD_CONTROL","features":[308]},{"name":"PAGE_ENCLAVE_UNVALIDATED","features":[308]},{"name":"PAGE_EXECUTE","features":[308]},{"name":"PAGE_EXECUTE_READ","features":[308]},{"name":"PAGE_EXECUTE_READWRITE","features":[308]},{"name":"PAGE_EXECUTE_WRITECOPY","features":[308]},{"name":"PAGE_GRAPHICS_COHERENT","features":[308]},{"name":"PAGE_GRAPHICS_EXECUTE","features":[308]},{"name":"PAGE_GRAPHICS_EXECUTE_READ","features":[308]},{"name":"PAGE_GRAPHICS_EXECUTE_READWRITE","features":[308]},{"name":"PAGE_GRAPHICS_NOACCESS","features":[308]},{"name":"PAGE_GRAPHICS_NOCACHE","features":[308]},{"name":"PAGE_GRAPHICS_READONLY","features":[308]},{"name":"PAGE_GRAPHICS_READWRITE","features":[308]},{"name":"PAGE_GUARD","features":[308]},{"name":"PAGE_NOACCESS","features":[308]},{"name":"PAGE_NOCACHE","features":[308]},{"name":"PAGE_PRIORITY_INFORMATION","features":[308]},{"name":"PAGE_READONLY","features":[308]},{"name":"PAGE_READWRITE","features":[308]},{"name":"PAGE_REVERT_TO_FILE_MAP","features":[308]},{"name":"PAGE_SHIFT","features":[308]},{"name":"PAGE_SIZE","features":[308]},{"name":"PAGE_TARGETS_INVALID","features":[308]},{"name":"PAGE_TARGETS_NO_UPDATE","features":[308]},{"name":"PAGE_WRITECOMBINE","features":[308]},{"name":"PAGE_WRITECOPY","features":[308]},{"name":"PALLOCATE_ADAPTER_CHANNEL","features":[307,310,308,305,309,311,312,313]},{"name":"PALLOCATE_ADAPTER_CHANNEL_EX","features":[307,310,308,305,309,311,312,313]},{"name":"PALLOCATE_COMMON_BUFFER","features":[307,310,308,305,309,311,312,313]},{"name":"PALLOCATE_COMMON_BUFFER_EX","features":[307,310,308,305,309,311,312,313]},{"name":"PALLOCATE_COMMON_BUFFER_VECTOR","features":[307,310,308,305,309,311,312,313]},{"name":"PALLOCATE_COMMON_BUFFER_WITH_BOUNDS","features":[307,310,308,305,309,311,312,313]},{"name":"PALLOCATE_DOMAIN_COMMON_BUFFER","features":[307,310,308,305,309,311,312,313]},{"name":"PALLOCATE_FUNCTION","features":[308]},{"name":"PALLOCATE_FUNCTION_EX","features":[308]},{"name":"PARBITER_HANDLER","features":[307,310,308,305,309,311,312,313]},{"name":"PARKING_TOPOLOGY_POLICY_DISABLED","features":[308]},{"name":"PARTITION_INFORMATION_CLASS","features":[308]},{"name":"PASSIVE_LEVEL","features":[308]},{"name":"PBOOT_DRIVER_CALLBACK_FUNCTION","features":[308]},{"name":"PBOUND_CALLBACK","features":[308]},{"name":"PBUILD_MDL_FROM_SCATTER_GATHER_LIST","features":[307,310,308,305,309,311,312,313]},{"name":"PBUILD_SCATTER_GATHER_LIST","features":[307,310,308,305,309,311,312,313]},{"name":"PBUILD_SCATTER_GATHER_LIST_EX","features":[307,310,308,305,309,311,312,313]},{"name":"PCALCULATE_SCATTER_GATHER_LIST_SIZE","features":[307,310,308,305,309,311,312,313]},{"name":"PCALLBACK_FUNCTION","features":[308]},{"name":"PCANCEL_ADAPTER_CHANNEL","features":[307,310,308,305,309,311,312,313]},{"name":"PCANCEL_MAPPED_TRANSFER","features":[307,310,308,305,309,311,312,313]},{"name":"PCCARD_DEVICE_PCI","features":[308]},{"name":"PCCARD_DUP_LEGACY_BASE","features":[308]},{"name":"PCCARD_MAP_ERROR","features":[308]},{"name":"PCCARD_MAP_ZERO","features":[308]},{"name":"PCCARD_NO_CONTROLLERS","features":[308]},{"name":"PCCARD_NO_LEGACY_BASE","features":[308]},{"name":"PCCARD_NO_PIC","features":[308]},{"name":"PCCARD_NO_TIMER","features":[308]},{"name":"PCCARD_SCAN_DISABLED","features":[308]},{"name":"PCIBUSDATA","features":[308]},{"name":"PCIBus","features":[308]},{"name":"PCIConfiguration","features":[308]},{"name":"PCIEXPRESS_ERROR_SECTION_GUID","features":[308]},{"name":"PCIE_CORRECTABLE_ERROR_SUMMARY_SECTION_GUID","features":[308]},{"name":"PCIXBUS_ERROR_SECTION_GUID","features":[308]},{"name":"PCIXBUS_ERRTYPE_ADDRESSPARITY","features":[308]},{"name":"PCIXBUS_ERRTYPE_BUSTIMEOUT","features":[308]},{"name":"PCIXBUS_ERRTYPE_COMMANDPARITY","features":[308]},{"name":"PCIXBUS_ERRTYPE_DATAPARITY","features":[308]},{"name":"PCIXBUS_ERRTYPE_MASTERABORT","features":[308]},{"name":"PCIXBUS_ERRTYPE_MASTERDATAPARITY","features":[308]},{"name":"PCIXBUS_ERRTYPE_SYSTEM","features":[308]},{"name":"PCIXBUS_ERRTYPE_UNKNOWN","features":[308]},{"name":"PCIXDEVICE_ERROR_SECTION_GUID","features":[308]},{"name":"PCIX_BRIDGE_CAPABILITY","features":[308]},{"name":"PCIX_MODE1_100MHZ","features":[308]},{"name":"PCIX_MODE1_133MHZ","features":[308]},{"name":"PCIX_MODE1_66MHZ","features":[308]},{"name":"PCIX_MODE2_266_100MHZ","features":[308]},{"name":"PCIX_MODE2_266_133MHZ","features":[308]},{"name":"PCIX_MODE2_266_66MHZ","features":[308]},{"name":"PCIX_MODE2_533_100MHZ","features":[308]},{"name":"PCIX_MODE2_533_133MHZ","features":[308]},{"name":"PCIX_MODE2_533_66MHZ","features":[308]},{"name":"PCIX_MODE_CONVENTIONAL_PCI","features":[308]},{"name":"PCIX_VERSION_DUAL_MODE_ECC","features":[308]},{"name":"PCIX_VERSION_MODE1_ONLY","features":[308]},{"name":"PCIX_VERSION_MODE2_ECC","features":[308]},{"name":"PCI_ACS_ALLOWED","features":[308]},{"name":"PCI_ACS_BIT","features":[308]},{"name":"PCI_ACS_BLOCKED","features":[308]},{"name":"PCI_ACS_REDIRECTED","features":[308]},{"name":"PCI_ADDRESS_IO_ADDRESS_MASK","features":[308]},{"name":"PCI_ADDRESS_IO_SPACE","features":[308]},{"name":"PCI_ADDRESS_MEMORY_ADDRESS_MASK","features":[308]},{"name":"PCI_ADDRESS_MEMORY_PREFETCHABLE","features":[308]},{"name":"PCI_ADDRESS_MEMORY_TYPE_MASK","features":[308]},{"name":"PCI_ADDRESS_ROM_ADDRESS_MASK","features":[308]},{"name":"PCI_ADVANCED_FEATURES_CAPABILITY","features":[308]},{"name":"PCI_AGP_APERTURE_PAGE_SIZE","features":[308]},{"name":"PCI_AGP_CAPABILITY","features":[308]},{"name":"PCI_AGP_CONTROL","features":[308]},{"name":"PCI_AGP_EXTENDED_CAPABILITY","features":[308]},{"name":"PCI_AGP_ISOCH_COMMAND","features":[308]},{"name":"PCI_AGP_ISOCH_STATUS","features":[308]},{"name":"PCI_AGP_RATE_1X","features":[308]},{"name":"PCI_AGP_RATE_2X","features":[308]},{"name":"PCI_AGP_RATE_4X","features":[308]},{"name":"PCI_ATS_INTERFACE","features":[308,305]},{"name":"PCI_ATS_INTERFACE_VERSION","features":[308]},{"name":"PCI_BRIDGE_TYPE","features":[308]},{"name":"PCI_BUS_INTERFACE_STANDARD","features":[308]},{"name":"PCI_BUS_INTERFACE_STANDARD_VERSION","features":[308]},{"name":"PCI_BUS_WIDTH","features":[308]},{"name":"PCI_CAPABILITIES_HEADER","features":[308]},{"name":"PCI_CAPABILITY_ID_ADVANCED_FEATURES","features":[308]},{"name":"PCI_CAPABILITY_ID_AGP","features":[308]},{"name":"PCI_CAPABILITY_ID_AGP_TARGET","features":[308]},{"name":"PCI_CAPABILITY_ID_CPCI_HOTSWAP","features":[308]},{"name":"PCI_CAPABILITY_ID_CPCI_RES_CTRL","features":[308]},{"name":"PCI_CAPABILITY_ID_DEBUG_PORT","features":[308]},{"name":"PCI_CAPABILITY_ID_FPB","features":[308]},{"name":"PCI_CAPABILITY_ID_HYPERTRANSPORT","features":[308]},{"name":"PCI_CAPABILITY_ID_MSI","features":[308]},{"name":"PCI_CAPABILITY_ID_MSIX","features":[308]},{"name":"PCI_CAPABILITY_ID_P2P_SSID","features":[308]},{"name":"PCI_CAPABILITY_ID_PCIX","features":[308]},{"name":"PCI_CAPABILITY_ID_PCI_EXPRESS","features":[308]},{"name":"PCI_CAPABILITY_ID_POWER_MANAGEMENT","features":[308]},{"name":"PCI_CAPABILITY_ID_SATA_CONFIG","features":[308]},{"name":"PCI_CAPABILITY_ID_SECURE","features":[308]},{"name":"PCI_CAPABILITY_ID_SHPC","features":[308]},{"name":"PCI_CAPABILITY_ID_SLOT_ID","features":[308]},{"name":"PCI_CAPABILITY_ID_VENDOR_SPECIFIC","features":[308]},{"name":"PCI_CAPABILITY_ID_VPD","features":[308]},{"name":"PCI_CARDBUS_BRIDGE_TYPE","features":[308]},{"name":"PCI_CLASS_BASE_SYSTEM_DEV","features":[308]},{"name":"PCI_CLASS_BRIDGE_DEV","features":[308]},{"name":"PCI_CLASS_DATA_ACQ_SIGNAL_PROC","features":[308]},{"name":"PCI_CLASS_DISPLAY_CTLR","features":[308]},{"name":"PCI_CLASS_DOCKING_STATION","features":[308]},{"name":"PCI_CLASS_ENCRYPTION_DECRYPTION","features":[308]},{"name":"PCI_CLASS_INPUT_DEV","features":[308]},{"name":"PCI_CLASS_INTELLIGENT_IO_CTLR","features":[308]},{"name":"PCI_CLASS_MASS_STORAGE_CTLR","features":[308]},{"name":"PCI_CLASS_MEMORY_CTLR","features":[308]},{"name":"PCI_CLASS_MULTIMEDIA_DEV","features":[308]},{"name":"PCI_CLASS_NETWORK_CTLR","features":[308]},{"name":"PCI_CLASS_NOT_DEFINED","features":[308]},{"name":"PCI_CLASS_PRE_20","features":[308]},{"name":"PCI_CLASS_PROCESSOR","features":[308]},{"name":"PCI_CLASS_SATELLITE_COMMS_CTLR","features":[308]},{"name":"PCI_CLASS_SERIAL_BUS_CTLR","features":[308]},{"name":"PCI_CLASS_SIMPLE_COMMS_CTLR","features":[308]},{"name":"PCI_CLASS_WIRELESS_CTLR","features":[308]},{"name":"PCI_COMMON_CONFIG","features":[308]},{"name":"PCI_COMMON_HEADER","features":[308]},{"name":"PCI_DATA_VERSION","features":[308]},{"name":"PCI_DEBUGGING_DEVICE_IN_USE","features":[308]},{"name":"PCI_DEVICE_D3COLD_STATE_REASON","features":[308]},{"name":"PCI_DEVICE_PRESENCE_PARAMETERS","features":[308]},{"name":"PCI_DEVICE_PRESENT_INTERFACE","features":[308,305]},{"name":"PCI_DEVICE_PRESENT_INTERFACE_VERSION","features":[308]},{"name":"PCI_DEVICE_TYPE","features":[308]},{"name":"PCI_DISABLE_LEVEL_INTERRUPT","features":[308]},{"name":"PCI_ENABLE_BUS_MASTER","features":[308]},{"name":"PCI_ENABLE_FAST_BACK_TO_BACK","features":[308]},{"name":"PCI_ENABLE_IO_SPACE","features":[308]},{"name":"PCI_ENABLE_MEMORY_SPACE","features":[308]},{"name":"PCI_ENABLE_PARITY","features":[308]},{"name":"PCI_ENABLE_SERR","features":[308]},{"name":"PCI_ENABLE_SPECIAL_CYCLES","features":[308]},{"name":"PCI_ENABLE_VGA_COMPATIBLE_PALETTE","features":[308]},{"name":"PCI_ENABLE_WAIT_CYCLE","features":[308]},{"name":"PCI_ENABLE_WRITE_AND_INVALIDATE","features":[308]},{"name":"PCI_ERROR_HANDLER_CALLBACK","features":[308]},{"name":"PCI_EXPRESS_ACCESS_CONTROL_SERVICES_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_ACS_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_ACS_CAPABILITY_REGISTER","features":[308]},{"name":"PCI_EXPRESS_ACS_CONTROL","features":[308]},{"name":"PCI_EXPRESS_ADVANCED_ERROR_REPORTING_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_AER_CAPABILITIES","features":[308]},{"name":"PCI_EXPRESS_AER_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_ARI_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_ARI_CAPABILITY_REGISTER","features":[308]},{"name":"PCI_EXPRESS_ARI_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_ARI_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_ASPM_CONTROL","features":[308]},{"name":"PCI_EXPRESS_ASPM_SUPPORT","features":[308]},{"name":"PCI_EXPRESS_ATS_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_ATS_CAPABILITY_REGISTER","features":[308]},{"name":"PCI_EXPRESS_ATS_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_ATS_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_BRIDGE_AER_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_CAPABILITIES_REGISTER","features":[308]},{"name":"PCI_EXPRESS_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_CARD_PRESENCE","features":[308]},{"name":"PCI_EXPRESS_CONFIGURATION_ACCESS_CORRELATION_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_CORRECTABLE_ERROR_MASK","features":[308]},{"name":"PCI_EXPRESS_CORRECTABLE_ERROR_STATUS","features":[308]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY_REGISTER_V11","features":[308]},{"name":"PCI_EXPRESS_CXL_DVSEC_CAPABILITY_V11","features":[308]},{"name":"PCI_EXPRESS_CXL_DVSEC_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_CXL_DVSEC_LOCK_REGISTER","features":[308]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_BASE_HIGH_REGISTER","features":[308]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_BASE_LOW_REGISTER","features":[308]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_SIZE_HIGH_REGISTER","features":[308]},{"name":"PCI_EXPRESS_CXL_DVSEC_RANGE_SIZE_LOW_REGISTER_V11","features":[308]},{"name":"PCI_EXPRESS_CXL_DVSEC_STATUS_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_1","features":[308]},{"name":"PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2","features":[308]},{"name":"PCI_EXPRESS_DEVICE_CAPABILITIES_2_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DEVICE_CAPABILITIES_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DEVICE_CONTROL_2_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DEVICE_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DEVICE_SERIAL_NUMBER_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_DEVICE_STATUS_2_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DEVICE_STATUS_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DEVICE_TYPE","features":[308]},{"name":"PCI_EXPRESS_DPA_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_DPC_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_DPC_CAPS_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DPC_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_DPC_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DPC_ERROR_SOURCE_ID","features":[308]},{"name":"PCI_EXPRESS_DPC_RP_PIO_EXCEPTION_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DPC_RP_PIO_HEADERLOG_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DPC_RP_PIO_IMPSPECLOG_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DPC_RP_PIO_MASK_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DPC_RP_PIO_SEVERITY_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DPC_RP_PIO_STATUS_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DPC_RP_PIO_SYSERR_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DPC_RP_PIO_TLPPREFIXLOG_REGISTER","features":[308]},{"name":"PCI_EXPRESS_DPC_STATUS_REGISTER","features":[308]},{"name":"PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER","features":[308]},{"name":"PCI_EXPRESS_ENTER_LINK_QUIESCENT_MODE","features":[308,305]},{"name":"PCI_EXPRESS_ERROR_SOURCE_ID","features":[308]},{"name":"PCI_EXPRESS_EVENT_COLLECTOR_ENDPOINT_ASSOCIATION_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_EXIT_LINK_QUIESCENT_MODE","features":[308,305]},{"name":"PCI_EXPRESS_FRS_QUEUEING_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_INDICATOR_STATE","features":[308]},{"name":"PCI_EXPRESS_L0s_EXIT_LATENCY","features":[308]},{"name":"PCI_EXPRESS_L1_EXIT_LATENCY","features":[308]},{"name":"PCI_EXPRESS_L1_PM_SS_CAPABILITIES_REGISTER","features":[308]},{"name":"PCI_EXPRESS_L1_PM_SS_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_L1_PM_SS_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_L1_PM_SS_CONTROL_1_REGISTER","features":[308]},{"name":"PCI_EXPRESS_L1_PM_SS_CONTROL_2_REGISTER","features":[308]},{"name":"PCI_EXPRESS_LANE_ERROR_STATUS","features":[308]},{"name":"PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER","features":[308]},{"name":"PCI_EXPRESS_LINK_CAPABILITIES_REGISTER","features":[308]},{"name":"PCI_EXPRESS_LINK_CONTROL3","features":[308]},{"name":"PCI_EXPRESS_LINK_CONTROL_2_REGISTER","features":[308]},{"name":"PCI_EXPRESS_LINK_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_LINK_QUIESCENT_INTERFACE","features":[308,305]},{"name":"PCI_EXPRESS_LINK_QUIESCENT_INTERFACE_VERSION","features":[308]},{"name":"PCI_EXPRESS_LINK_STATUS_2_REGISTER","features":[308]},{"name":"PCI_EXPRESS_LINK_STATUS_REGISTER","features":[308]},{"name":"PCI_EXPRESS_LINK_SUBSTATE","features":[308]},{"name":"PCI_EXPRESS_LN_REQUESTER_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_LTR_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_LTR_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_LTR_MAX_LATENCY_REGISTER","features":[308]},{"name":"PCI_EXPRESS_MAX_PAYLOAD_SIZE","features":[308]},{"name":"PCI_EXPRESS_MFVC_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_MPCIE_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_MRL_STATE","features":[308]},{"name":"PCI_EXPRESS_MULTICAST_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_MULTI_ROOT_IO_VIRTUALIZATION_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_NPEM_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_NPEM_CAPABILITY_REGISTER","features":[308]},{"name":"PCI_EXPRESS_NPEM_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_NPEM_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_NPEM_STATUS_REGISTER","features":[308]},{"name":"PCI_EXPRESS_PAGE_REQUEST_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_PASID_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_PASID_CAPABILITY_REGISTER","features":[308]},{"name":"PCI_EXPRESS_PASID_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_PASID_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_PME_REQUESTOR_ID","features":[308]},{"name":"PCI_EXPRESS_PMUX_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_POWER_BUDGETING_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_POWER_STATE","features":[308]},{"name":"PCI_EXPRESS_PRI_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_PRI_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_PRI_STATUS_REGISTER","features":[308]},{"name":"PCI_EXPRESS_PTM_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_PTM_CAPABILITY_REGISTER","features":[308]},{"name":"PCI_EXPRESS_PTM_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_PTM_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_RCB","features":[308]},{"name":"PCI_EXPRESS_RCRB_HEADER_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_RC_EVENT_COLLECTOR_ENDPOINT_ASSOCIATION_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_RC_INTERNAL_LINK_CONTROL_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_RC_LINK_DECLARATION_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_READINESS_TIME_REPORTING_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_RESERVED_FOR_AMD_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAPABILITY_REGISTER","features":[308]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_RESIZABLE_BAR_ENTRY","features":[308]},{"name":"PCI_EXPRESS_ROOTPORT_AER_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_ROOT_CAPABILITIES_REGISTER","features":[308]},{"name":"PCI_EXPRESS_ROOT_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_ROOT_ERROR_COMMAND","features":[308]},{"name":"PCI_EXPRESS_ROOT_ERROR_STATUS","features":[308]},{"name":"PCI_EXPRESS_ROOT_PORT_INTERFACE","features":[308]},{"name":"PCI_EXPRESS_ROOT_PORT_INTERFACE_VERSION","features":[308]},{"name":"PCI_EXPRESS_ROOT_STATUS_REGISTER","features":[308]},{"name":"PCI_EXPRESS_SECONDARY_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_SECONDARY_PCI_EXPRESS_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_SEC_AER_CAPABILITIES","features":[308]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_MASK","features":[308]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY","features":[308]},{"name":"PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_STATUS","features":[308]},{"name":"PCI_EXPRESS_SERIAL_NUMBER_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_SINGLE_ROOT_IO_VIRTUALIZATION_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_SLOT_CAPABILITIES_REGISTER","features":[308]},{"name":"PCI_EXPRESS_SLOT_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_SLOT_STATUS_REGISTER","features":[308]},{"name":"PCI_EXPRESS_SRIOV_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_SRIOV_CAPS","features":[308]},{"name":"PCI_EXPRESS_SRIOV_CONTROL","features":[308]},{"name":"PCI_EXPRESS_SRIOV_MIGRATION_STATE_ARRAY","features":[308]},{"name":"PCI_EXPRESS_SRIOV_STATUS","features":[308]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAPABILITY_REGISTER","features":[308]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_TPH_REQUESTER_CONTROL_REGISTER","features":[308]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_MSIX_TABLE","features":[308]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_NONE","features":[308]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_RESERVED","features":[308]},{"name":"PCI_EXPRESS_TPH_ST_LOCATION_TPH_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_TPH_ST_TABLE_ENTRY","features":[308]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK","features":[308]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_SEVERITY","features":[308]},{"name":"PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS","features":[308]},{"name":"PCI_EXPRESS_VC_AND_MFVC_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_VENDOR_SPECIFIC_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_VENDOR_SPECIFIC_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_VIRTUAL_CHANNEL_CAPABILITY","features":[308]},{"name":"PCI_EXPRESS_VIRTUAL_CHANNEL_CAP_ID","features":[308]},{"name":"PCI_EXPRESS_WAKE_CONTROL","features":[308,305]},{"name":"PCI_EXTENDED_CONFIG_LENGTH","features":[308]},{"name":"PCI_FIRMWARE_BUS_CAPS","features":[308]},{"name":"PCI_FIRMWARE_BUS_CAPS_RETURN_BUFFER","features":[308]},{"name":"PCI_FPB_CAPABILITIES_REGISTER","features":[308]},{"name":"PCI_FPB_CAPABILITY","features":[308]},{"name":"PCI_FPB_CAPABILITY_HEADER","features":[308]},{"name":"PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER","features":[308]},{"name":"PCI_FPB_MEM_HIGH_VECTOR_CONTROL2_REGISTER","features":[308]},{"name":"PCI_FPB_MEM_LOW_VECTOR_CONTROL_REGISTER","features":[308]},{"name":"PCI_FPB_RID_VECTOR_CONTROL1_REGISTER","features":[308]},{"name":"PCI_FPB_RID_VECTOR_CONTROL2_REGISTER","features":[308]},{"name":"PCI_FPB_VECTOR_ACCESS_CONTROL_REGISTER","features":[308]},{"name":"PCI_FPB_VECTOR_ACCESS_DATA_REGISTER","features":[308]},{"name":"PCI_HARDWARE_INTERFACE","features":[308]},{"name":"PCI_INVALID_ALTERNATE_FUNCTION_NUMBER","features":[308]},{"name":"PCI_INVALID_VENDORID","features":[308]},{"name":"PCI_IS_DEVICE_PRESENT","features":[308,305]},{"name":"PCI_IS_DEVICE_PRESENT_EX","features":[308,305]},{"name":"PCI_LINE_TO_PIN","features":[308]},{"name":"PCI_MAX_BRIDGE_NUMBER","features":[308]},{"name":"PCI_MAX_DEVICES","features":[308]},{"name":"PCI_MAX_FUNCTION","features":[308]},{"name":"PCI_MAX_SEGMENT_NUMBER","features":[308]},{"name":"PCI_MSIX_GET_ENTRY","features":[308,305]},{"name":"PCI_MSIX_GET_TABLE_SIZE","features":[308,305]},{"name":"PCI_MSIX_MASKUNMASK_ENTRY","features":[308,305]},{"name":"PCI_MSIX_SET_ENTRY","features":[308,305]},{"name":"PCI_MSIX_TABLE_CONFIG_INTERFACE","features":[308,305]},{"name":"PCI_MSIX_TABLE_CONFIG_INTERFACE_VERSION","features":[308]},{"name":"PCI_MULTIFUNCTION","features":[308]},{"name":"PCI_PIN_TO_LINE","features":[308]},{"name":"PCI_PMC","features":[308]},{"name":"PCI_PMCSR","features":[308]},{"name":"PCI_PMCSR_BSE","features":[308]},{"name":"PCI_PM_CAPABILITY","features":[308]},{"name":"PCI_PREPARE_MULTISTAGE_RESUME","features":[308]},{"name":"PCI_PROGRAMMING_INTERFACE_MSC_NVM_EXPRESS","features":[308]},{"name":"PCI_PTM_TIME_SOURCE_AUX","features":[308]},{"name":"PCI_READ_WRITE_CONFIG","features":[308]},{"name":"PCI_RECOVERY_SECTION_GUID","features":[308]},{"name":"PCI_ROMADDRESS_ENABLED","features":[308]},{"name":"PCI_ROOT_BUS_CAPABILITY","features":[308,305]},{"name":"PCI_ROOT_BUS_HARDWARE_CAPABILITY","features":[308,305]},{"name":"PCI_ROOT_BUS_OSC_CONTROL_FIELD","features":[308]},{"name":"PCI_ROOT_BUS_OSC_METHOD_CAPABILITY_REVISION","features":[308]},{"name":"PCI_ROOT_BUS_OSC_SUPPORT_FIELD","features":[308]},{"name":"PCI_SECURITY_DIRECT_TRANSLATED_P2P","features":[308]},{"name":"PCI_SECURITY_ENHANCED","features":[308]},{"name":"PCI_SECURITY_FULLY_SUPPORTED","features":[308]},{"name":"PCI_SECURITY_GUEST_ASSIGNED","features":[308]},{"name":"PCI_SECURITY_INTERFACE","features":[308,305]},{"name":"PCI_SECURITY_INTERFACE2","features":[308,305]},{"name":"PCI_SECURITY_INTERFACE_VERSION","features":[308]},{"name":"PCI_SECURITY_INTERFACE_VERSION2","features":[308]},{"name":"PCI_SECURITY_SRIOV_DIRECT_TRANSLATED_P2P","features":[308]},{"name":"PCI_SEGMENT_BUS_NUMBER","features":[308]},{"name":"PCI_SET_ACS","features":[308,305]},{"name":"PCI_SET_ACS2","features":[308,305]},{"name":"PCI_SET_ATS","features":[308,305]},{"name":"PCI_SLOT_NUMBER","features":[308]},{"name":"PCI_STATUS_66MHZ_CAPABLE","features":[308]},{"name":"PCI_STATUS_CAPABILITIES_LIST","features":[308]},{"name":"PCI_STATUS_DATA_PARITY_DETECTED","features":[308]},{"name":"PCI_STATUS_DETECTED_PARITY_ERROR","features":[308]},{"name":"PCI_STATUS_DEVSEL","features":[308]},{"name":"PCI_STATUS_FAST_BACK_TO_BACK","features":[308]},{"name":"PCI_STATUS_IMMEDIATE_READINESS","features":[308]},{"name":"PCI_STATUS_INTERRUPT_PENDING","features":[308]},{"name":"PCI_STATUS_RECEIVED_MASTER_ABORT","features":[308]},{"name":"PCI_STATUS_RECEIVED_TARGET_ABORT","features":[308]},{"name":"PCI_STATUS_SIGNALED_SYSTEM_ERROR","features":[308]},{"name":"PCI_STATUS_SIGNALED_TARGET_ABORT","features":[308]},{"name":"PCI_STATUS_UDF_SUPPORTED","features":[308]},{"name":"PCI_SUBCLASS_BR_CARDBUS","features":[308]},{"name":"PCI_SUBCLASS_BR_EISA","features":[308]},{"name":"PCI_SUBCLASS_BR_HOST","features":[308]},{"name":"PCI_SUBCLASS_BR_ISA","features":[308]},{"name":"PCI_SUBCLASS_BR_MCA","features":[308]},{"name":"PCI_SUBCLASS_BR_NUBUS","features":[308]},{"name":"PCI_SUBCLASS_BR_OTHER","features":[308]},{"name":"PCI_SUBCLASS_BR_PCI_TO_PCI","features":[308]},{"name":"PCI_SUBCLASS_BR_PCMCIA","features":[308]},{"name":"PCI_SUBCLASS_BR_RACEWAY","features":[308]},{"name":"PCI_SUBCLASS_COM_MODEM","features":[308]},{"name":"PCI_SUBCLASS_COM_MULTIPORT","features":[308]},{"name":"PCI_SUBCLASS_COM_OTHER","features":[308]},{"name":"PCI_SUBCLASS_COM_PARALLEL","features":[308]},{"name":"PCI_SUBCLASS_COM_SERIAL","features":[308]},{"name":"PCI_SUBCLASS_CRYPTO_ENTERTAINMENT","features":[308]},{"name":"PCI_SUBCLASS_CRYPTO_NET_COMP","features":[308]},{"name":"PCI_SUBCLASS_CRYPTO_OTHER","features":[308]},{"name":"PCI_SUBCLASS_DASP_DPIO","features":[308]},{"name":"PCI_SUBCLASS_DASP_OTHER","features":[308]},{"name":"PCI_SUBCLASS_DOC_GENERIC","features":[308]},{"name":"PCI_SUBCLASS_DOC_OTHER","features":[308]},{"name":"PCI_SUBCLASS_INP_DIGITIZER","features":[308]},{"name":"PCI_SUBCLASS_INP_GAMEPORT","features":[308]},{"name":"PCI_SUBCLASS_INP_KEYBOARD","features":[308]},{"name":"PCI_SUBCLASS_INP_MOUSE","features":[308]},{"name":"PCI_SUBCLASS_INP_OTHER","features":[308]},{"name":"PCI_SUBCLASS_INP_SCANNER","features":[308]},{"name":"PCI_SUBCLASS_INTIO_I2O","features":[308]},{"name":"PCI_SUBCLASS_MEM_FLASH","features":[308]},{"name":"PCI_SUBCLASS_MEM_OTHER","features":[308]},{"name":"PCI_SUBCLASS_MEM_RAM","features":[308]},{"name":"PCI_SUBCLASS_MM_AUDIO_DEV","features":[308]},{"name":"PCI_SUBCLASS_MM_OTHER","features":[308]},{"name":"PCI_SUBCLASS_MM_TELEPHONY_DEV","features":[308]},{"name":"PCI_SUBCLASS_MM_VIDEO_DEV","features":[308]},{"name":"PCI_SUBCLASS_MSC_AHCI_CTLR","features":[308]},{"name":"PCI_SUBCLASS_MSC_FLOPPY_CTLR","features":[308]},{"name":"PCI_SUBCLASS_MSC_IDE_CTLR","features":[308]},{"name":"PCI_SUBCLASS_MSC_IPI_CTLR","features":[308]},{"name":"PCI_SUBCLASS_MSC_NVM_CTLR","features":[308]},{"name":"PCI_SUBCLASS_MSC_OTHER","features":[308]},{"name":"PCI_SUBCLASS_MSC_RAID_CTLR","features":[308]},{"name":"PCI_SUBCLASS_MSC_SCSI_BUS_CTLR","features":[308]},{"name":"PCI_SUBCLASS_NET_ATM_CTLR","features":[308]},{"name":"PCI_SUBCLASS_NET_ETHERNET_CTLR","features":[308]},{"name":"PCI_SUBCLASS_NET_FDDI_CTLR","features":[308]},{"name":"PCI_SUBCLASS_NET_ISDN_CTLR","features":[308]},{"name":"PCI_SUBCLASS_NET_OTHER","features":[308]},{"name":"PCI_SUBCLASS_NET_TOKEN_RING_CTLR","features":[308]},{"name":"PCI_SUBCLASS_PRE_20_NON_VGA","features":[308]},{"name":"PCI_SUBCLASS_PRE_20_VGA","features":[308]},{"name":"PCI_SUBCLASS_PROC_386","features":[308]},{"name":"PCI_SUBCLASS_PROC_486","features":[308]},{"name":"PCI_SUBCLASS_PROC_ALPHA","features":[308]},{"name":"PCI_SUBCLASS_PROC_COPROCESSOR","features":[308]},{"name":"PCI_SUBCLASS_PROC_PENTIUM","features":[308]},{"name":"PCI_SUBCLASS_PROC_POWERPC","features":[308]},{"name":"PCI_SUBCLASS_SAT_AUDIO","features":[308]},{"name":"PCI_SUBCLASS_SAT_DATA","features":[308]},{"name":"PCI_SUBCLASS_SAT_TV","features":[308]},{"name":"PCI_SUBCLASS_SAT_VOICE","features":[308]},{"name":"PCI_SUBCLASS_SB_ACCESS","features":[308]},{"name":"PCI_SUBCLASS_SB_FIBRE_CHANNEL","features":[308]},{"name":"PCI_SUBCLASS_SB_IEEE1394","features":[308]},{"name":"PCI_SUBCLASS_SB_SMBUS","features":[308]},{"name":"PCI_SUBCLASS_SB_SSA","features":[308]},{"name":"PCI_SUBCLASS_SB_THUNDERBOLT","features":[308]},{"name":"PCI_SUBCLASS_SB_USB","features":[308]},{"name":"PCI_SUBCLASS_SYS_DMA_CTLR","features":[308]},{"name":"PCI_SUBCLASS_SYS_GEN_HOTPLUG_CTLR","features":[308]},{"name":"PCI_SUBCLASS_SYS_INTERRUPT_CTLR","features":[308]},{"name":"PCI_SUBCLASS_SYS_OTHER","features":[308]},{"name":"PCI_SUBCLASS_SYS_RCEC","features":[308]},{"name":"PCI_SUBCLASS_SYS_REAL_TIME_CLOCK","features":[308]},{"name":"PCI_SUBCLASS_SYS_SDIO_CTRL","features":[308]},{"name":"PCI_SUBCLASS_SYS_SYSTEM_TIMER","features":[308]},{"name":"PCI_SUBCLASS_VID_OTHER","features":[308]},{"name":"PCI_SUBCLASS_VID_VGA_CTLR","features":[308]},{"name":"PCI_SUBCLASS_VID_XGA_CTLR","features":[308]},{"name":"PCI_SUBCLASS_WIRELESS_CON_IR","features":[308]},{"name":"PCI_SUBCLASS_WIRELESS_IRDA","features":[308]},{"name":"PCI_SUBCLASS_WIRELESS_OTHER","features":[308]},{"name":"PCI_SUBCLASS_WIRELESS_RF","features":[308]},{"name":"PCI_SUBLCASS_VID_3D_CTLR","features":[308]},{"name":"PCI_SUBSYSTEM_IDS_CAPABILITY","features":[308]},{"name":"PCI_TYPE0_ADDRESSES","features":[308]},{"name":"PCI_TYPE1_ADDRESSES","features":[308]},{"name":"PCI_TYPE2_ADDRESSES","features":[308]},{"name":"PCI_TYPE_20BIT","features":[308]},{"name":"PCI_TYPE_32BIT","features":[308]},{"name":"PCI_TYPE_64BIT","features":[308]},{"name":"PCI_USE_CLASS_SUBCLASS","features":[308]},{"name":"PCI_USE_LOCAL_BUS","features":[308]},{"name":"PCI_USE_LOCAL_DEVICE","features":[308]},{"name":"PCI_USE_PROGIF","features":[308]},{"name":"PCI_USE_REVISION","features":[308]},{"name":"PCI_USE_SUBSYSTEM_IDS","features":[308]},{"name":"PCI_USE_VENDEV_IDS","features":[308]},{"name":"PCI_VENDOR_SPECIFIC_CAPABILITY","features":[308]},{"name":"PCI_VIRTUALIZATION_INTERFACE","features":[308,305]},{"name":"PCI_WHICHSPACE_CONFIG","features":[308]},{"name":"PCI_WHICHSPACE_ROM","features":[308]},{"name":"PCI_X_CAPABILITY","features":[308]},{"name":"PCIe_NOTIFY_TYPE_GUID","features":[308]},{"name":"PCLFS_CLIENT_ADVANCE_TAIL_CALLBACK","features":[307,310,308,305,309,325,311,312,313]},{"name":"PCLFS_CLIENT_LFF_HANDLER_COMPLETE_CALLBACK","features":[307,310,308,305,309,311,312,313]},{"name":"PCLFS_CLIENT_LOG_UNPINNED_CALLBACK","features":[307,310,308,305,309,311,312,313]},{"name":"PCLFS_SET_LOG_SIZE_COMPLETE_CALLBACK","features":[307,310,308,305,309,311,312,313]},{"name":"PCMCIABus","features":[308]},{"name":"PCMCIAConfiguration","features":[308]},{"name":"PCONFIGURE_ADAPTER_CHANNEL","features":[307,310,308,305,309,311,312,313]},{"name":"PCRASHDUMP_POWER_ON","features":[308,305]},{"name":"PCREATE_COMMON_BUFFER_FROM_MDL","features":[307,310,308,305,309,311,312,313]},{"name":"PCREATE_PROCESS_NOTIFY_ROUTINE","features":[308,305]},{"name":"PCREATE_PROCESS_NOTIFY_ROUTINE_EX","features":[307,310,308,305,309,311,312,313,339]},{"name":"PCREATE_THREAD_NOTIFY_ROUTINE","features":[308,305]},{"name":"PCR_BTI_MITIGATION_CSWAP_HVC","features":[308]},{"name":"PCR_BTI_MITIGATION_CSWAP_SMC","features":[308]},{"name":"PCR_BTI_MITIGATION_NONE","features":[308]},{"name":"PCR_BTI_MITIGATION_VBAR_MASK","features":[308]},{"name":"PCR_MAJOR_VERSION","features":[308]},{"name":"PCR_MINOR_VERSION","features":[308]},{"name":"PCW_CALLBACK","features":[307,308,305,312]},{"name":"PCW_CALLBACK_INFORMATION","features":[307,308,305,312]},{"name":"PCW_CALLBACK_TYPE","features":[308]},{"name":"PCW_COUNTER_DESCRIPTOR","features":[308]},{"name":"PCW_COUNTER_INFORMATION","features":[308,305]},{"name":"PCW_CURRENT_VERSION","features":[308]},{"name":"PCW_DATA","features":[308]},{"name":"PCW_MASK_INFORMATION","features":[307,308,305,312]},{"name":"PCW_REGISTRATION_FLAGS","features":[308]},{"name":"PCW_REGISTRATION_INFORMATION","features":[308,305]},{"name":"PCW_VERSION_1","features":[308]},{"name":"PCW_VERSION_2","features":[308]},{"name":"PD3COLD_REQUEST_AUX_POWER","features":[308,305]},{"name":"PD3COLD_REQUEST_CORE_POWER_RAIL","features":[308]},{"name":"PD3COLD_REQUEST_PERST_DELAY","features":[308,305]},{"name":"PDEBUG_DEVICE_FOUND_FUNCTION","features":[308,305]},{"name":"PDEBUG_PRINT_CALLBACK","features":[308,312]},{"name":"PDEVICE_BUS_SPECIFIC_RESET_HANDLER","features":[308,305]},{"name":"PDEVICE_CHANGE_COMPLETE_CALLBACK","features":[308]},{"name":"PDEVICE_NOTIFY_CALLBACK","features":[308]},{"name":"PDEVICE_NOTIFY_CALLBACK2","features":[308]},{"name":"PDEVICE_QUERY_BUS_SPECIFIC_RESET_HANDLER","features":[308,305]},{"name":"PDEVICE_RESET_COMPLETION","features":[308]},{"name":"PDEVICE_RESET_HANDLER","features":[308,305]},{"name":"PDE_BASE","features":[308]},{"name":"PDE_PER_PAGE","features":[308]},{"name":"PDE_TOP","features":[308]},{"name":"PDI_SHIFT","features":[308]},{"name":"PDMA_COMPLETION_ROUTINE","features":[308]},{"name":"PDRIVER_CMC_EXCEPTION_CALLBACK","features":[308]},{"name":"PDRIVER_CPE_EXCEPTION_CALLBACK","features":[308]},{"name":"PDRIVER_EXCPTN_CALLBACK","features":[308]},{"name":"PDRIVER_VERIFIER_THUNK_ROUTINE","features":[308]},{"name":"PEI_NOTIFY_TYPE_GUID","features":[308]},{"name":"PENABLE_VIRTUALIZATION","features":[308,305]},{"name":"PETWENABLECALLBACK","features":[308]},{"name":"PEXPAND_STACK_CALLOUT","features":[308]},{"name":"PEXT_CALLBACK","features":[308]},{"name":"PEXT_DELETE_CALLBACK","features":[308]},{"name":"PEX_CALLBACK_FUNCTION","features":[308,305]},{"name":"PFAControl","features":[308]},{"name":"PFLUSH_ADAPTER_BUFFERS","features":[307,310,308,305,309,311,312,313]},{"name":"PFLUSH_ADAPTER_BUFFERS_EX","features":[307,310,308,305,309,311,312,313]},{"name":"PFLUSH_DMA_BUFFER","features":[307,310,308,305,309,311,312,313]},{"name":"PFNFTH","features":[308,305]},{"name":"PFN_IN_USE_PAGE_OFFLINE_NOTIFY","features":[308,305]},{"name":"PFN_NT_COMMIT_TRANSACTION","features":[308,305]},{"name":"PFN_NT_CREATE_TRANSACTION","features":[307,308,305,309]},{"name":"PFN_NT_OPEN_TRANSACTION","features":[307,308,305,309]},{"name":"PFN_NT_QUERY_INFORMATION_TRANSACTION","features":[308,305,341]},{"name":"PFN_NT_ROLLBACK_TRANSACTION","features":[308,305]},{"name":"PFN_NT_SET_INFORMATION_TRANSACTION","features":[308,305,341]},{"name":"PFN_RTL_IS_NTDDI_VERSION_AVAILABLE","features":[308,305]},{"name":"PFN_RTL_IS_SERVICE_PACK_VERSION_INSTALLED","features":[308,305]},{"name":"PFN_WHEA_HIGH_IRQL_LOG_SEL_EVENT_HANDLER","features":[308,305,335]},{"name":"PFPGA_BUS_SCAN","features":[308]},{"name":"PFPGA_CONTROL_CONFIG_SPACE","features":[308,305]},{"name":"PFPGA_CONTROL_ERROR_REPORTING","features":[308,305]},{"name":"PFPGA_CONTROL_LINK","features":[308,305]},{"name":"PFREE_ADAPTER_CHANNEL","features":[307,310,308,305,309,311,312,313]},{"name":"PFREE_ADAPTER_OBJECT","features":[307,310,308,305,309,311,312,313]},{"name":"PFREE_COMMON_BUFFER","features":[307,310,308,305,309,311,312,313]},{"name":"PFREE_COMMON_BUFFER_FROM_VECTOR","features":[307,310,308,305,309,311,312,313]},{"name":"PFREE_COMMON_BUFFER_VECTOR","features":[307,310,308,305,309,311,312,313]},{"name":"PFREE_FUNCTION_EX","features":[308]},{"name":"PFREE_MAP_REGISTERS","features":[307,310,308,305,309,311,312,313]},{"name":"PGET_COMMON_BUFFER_FROM_VECTOR_BY_INDEX","features":[307,310,308,305,309,311,312,313]},{"name":"PGET_D3COLD_CAPABILITY","features":[308,305]},{"name":"PGET_D3COLD_LAST_TRANSITION_STATUS","features":[308]},{"name":"PGET_DEVICE_RESET_STATUS","features":[308,305]},{"name":"PGET_DMA_ADAPTER","features":[307,310,308,305,309,311,312,313]},{"name":"PGET_DMA_ADAPTER_INFO","features":[307,310,308,305,309,311,312,313]},{"name":"PGET_DMA_ALIGNMENT","features":[307,310,308,305,309,311,312,313]},{"name":"PGET_DMA_DOMAIN","features":[307,310,308,305,309,311,312,313]},{"name":"PGET_DMA_TRANSFER_INFO","features":[307,310,308,305,309,311,312,313]},{"name":"PGET_IDLE_WAKE_INFO","features":[308,305]},{"name":"PGET_LOCATION_STRING","features":[308,305]},{"name":"PGET_SCATTER_GATHER_LIST","features":[307,310,308,305,309,311,312,313]},{"name":"PGET_SCATTER_GATHER_LIST_EX","features":[307,310,308,305,309,311,312,313]},{"name":"PGET_SDEV_IDENTIFIER","features":[308]},{"name":"PGET_SET_DEVICE_DATA","features":[308]},{"name":"PGET_UPDATED_BUS_RESOURCE","features":[308,305]},{"name":"PGET_VIRTUAL_DEVICE_DATA","features":[308]},{"name":"PGET_VIRTUAL_DEVICE_LOCATION","features":[308,305]},{"name":"PGET_VIRTUAL_DEVICE_RESOURCES","features":[308]},{"name":"PGET_VIRTUAL_FUNCTION_PROBED_BARS","features":[308,305]},{"name":"PGPE_CLEAR_STATUS","features":[307,310,308,305,309,311,312,313]},{"name":"PGPE_CLEAR_STATUS2","features":[308,305]},{"name":"PGPE_CONNECT_VECTOR","features":[307,310,308,305,309,311,312,313]},{"name":"PGPE_CONNECT_VECTOR2","features":[308,305]},{"name":"PGPE_DISABLE_EVENT","features":[307,310,308,305,309,311,312,313]},{"name":"PGPE_DISABLE_EVENT2","features":[308,305]},{"name":"PGPE_DISCONNECT_VECTOR","features":[308,305]},{"name":"PGPE_DISCONNECT_VECTOR2","features":[308,305]},{"name":"PGPE_ENABLE_EVENT","features":[307,310,308,305,309,311,312,313]},{"name":"PGPE_ENABLE_EVENT2","features":[308,305]},{"name":"PGPE_SERVICE_ROUTINE","features":[308,305]},{"name":"PGPE_SERVICE_ROUTINE2","features":[308,305]},{"name":"PHALIOREADWRITEHANDLER","features":[308,305]},{"name":"PHALMCAINTERFACELOCK","features":[308]},{"name":"PHALMCAINTERFACEREADREGISTER","features":[308,305]},{"name":"PHALMCAINTERFACEUNLOCK","features":[308]},{"name":"PHAL_RESET_DISPLAY_PARAMETERS","features":[308,305]},{"name":"PHVL_WHEA_ERROR_NOTIFICATION","features":[308,305]},{"name":"PHYSICAL_COUNTER_EVENT_BUFFER_CONFIGURATION","features":[308,305]},{"name":"PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR","features":[308,305]},{"name":"PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR_TYPE","features":[308]},{"name":"PHYSICAL_COUNTER_RESOURCE_LIST","features":[308,305]},{"name":"PHYSICAL_MEMORY_RANGE","features":[308]},{"name":"PINITIALIZE_DMA_TRANSFER_CONTEXT","features":[307,310,308,305,309,311,312,313]},{"name":"PINTERFACE_DEREFERENCE","features":[308]},{"name":"PINTERFACE_REFERENCE","features":[308]},{"name":"PIOMMU_DEVICE_CREATE","features":[308,305]},{"name":"PIOMMU_DEVICE_DELETE","features":[308,305]},{"name":"PIOMMU_DEVICE_FAULT_HANDLER","features":[308]},{"name":"PIOMMU_DEVICE_QUERY_DOMAIN_TYPES","features":[308]},{"name":"PIOMMU_DOMAIN_ATTACH_DEVICE","features":[308,305]},{"name":"PIOMMU_DOMAIN_ATTACH_DEVICE_EX","features":[308,305]},{"name":"PIOMMU_DOMAIN_CONFIGURE","features":[308,305]},{"name":"PIOMMU_DOMAIN_CREATE","features":[308,305]},{"name":"PIOMMU_DOMAIN_CREATE_EX","features":[308,305]},{"name":"PIOMMU_DOMAIN_DELETE","features":[308,305]},{"name":"PIOMMU_DOMAIN_DETACH_DEVICE","features":[308,305]},{"name":"PIOMMU_DOMAIN_DETACH_DEVICE_EX","features":[308,305]},{"name":"PIOMMU_FLUSH_DOMAIN","features":[308,305]},{"name":"PIOMMU_FLUSH_DOMAIN_VA_LIST","features":[308,305]},{"name":"PIOMMU_FREE_RESERVED_LOGICAL_ADDRESS_RANGE","features":[308,305]},{"name":"PIOMMU_INTERFACE_STATE_CHANGE_CALLBACK","features":[308]},{"name":"PIOMMU_MAP_IDENTITY_RANGE","features":[308,305]},{"name":"PIOMMU_MAP_IDENTITY_RANGE_EX","features":[308,305]},{"name":"PIOMMU_MAP_LOGICAL_RANGE","features":[308,305]},{"name":"PIOMMU_MAP_LOGICAL_RANGE_EX","features":[308,305]},{"name":"PIOMMU_MAP_RESERVED_LOGICAL_RANGE","features":[308,305]},{"name":"PIOMMU_QUERY_INPUT_MAPPINGS","features":[308,305]},{"name":"PIOMMU_REGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[308,305]},{"name":"PIOMMU_RESERVE_LOGICAL_ADDRESS_RANGE","features":[308,305]},{"name":"PIOMMU_SET_DEVICE_FAULT_REPORTING","features":[308,305]},{"name":"PIOMMU_SET_DEVICE_FAULT_REPORTING_EX","features":[308,305]},{"name":"PIOMMU_UNMAP_IDENTITY_RANGE","features":[308,305]},{"name":"PIOMMU_UNMAP_IDENTITY_RANGE_EX","features":[308,305]},{"name":"PIOMMU_UNMAP_LOGICAL_RANGE","features":[308,305]},{"name":"PIOMMU_UNMAP_RESERVED_LOGICAL_RANGE","features":[308,305]},{"name":"PIOMMU_UNREGISTER_INTERFACE_STATE_CHANGE_CALLBACK","features":[308,305]},{"name":"PIO_CONTAINER_NOTIFICATION_FUNCTION","features":[308,305]},{"name":"PIO_CSQ_ACQUIRE_LOCK","features":[308]},{"name":"PIO_CSQ_COMPLETE_CANCELED_IRP","features":[308]},{"name":"PIO_CSQ_INSERT_IRP","features":[308]},{"name":"PIO_CSQ_INSERT_IRP_EX","features":[308,305]},{"name":"PIO_CSQ_PEEK_NEXT_IRP","features":[307,310,308,305,309,311,312,313]},{"name":"PIO_CSQ_RELEASE_LOCK","features":[308]},{"name":"PIO_CSQ_REMOVE_IRP","features":[308]},{"name":"PIO_DEVICE_EJECT_CALLBACK","features":[308,305]},{"name":"PIO_DPC_ROUTINE","features":[308]},{"name":"PIO_PERSISTED_MEMORY_ENUMERATION_CALLBACK","features":[308,305]},{"name":"PIO_QUERY_DEVICE_ROUTINE","features":[308,305]},{"name":"PIO_SESSION_NOTIFICATION_FUNCTION","features":[308,305]},{"name":"PIO_TIMER_ROUTINE","features":[308]},{"name":"PIO_WORKITEM_ROUTINE","features":[308]},{"name":"PIO_WORKITEM_ROUTINE_EX","features":[308]},{"name":"PJOIN_DMA_DOMAIN","features":[307,310,308,305,309,311,312,313]},{"name":"PKBUGCHECK_CALLBACK_ROUTINE","features":[308]},{"name":"PKBUGCHECK_REASON_CALLBACK_ROUTINE","features":[308]},{"name":"PKIPI_BROADCAST_WORKER","features":[308]},{"name":"PKMESSAGE_SERVICE_ROUTINE","features":[308,305]},{"name":"PKSERVICE_ROUTINE","features":[308,305]},{"name":"PKSTART_ROUTINE","features":[308]},{"name":"PKSYNCHRONIZE_ROUTINE","features":[308,305]},{"name":"PLEAVE_DMA_DOMAIN","features":[307,310,308,305,309,311,312,313]},{"name":"PLOAD_IMAGE_NOTIFY_ROUTINE","features":[308,305]},{"name":"PLUGPLAY_NOTIFICATION_HEADER","features":[308]},{"name":"PLUGPLAY_PROPERTY_PERSISTENT","features":[308]},{"name":"PLUGPLAY_REGKEY_CURRENT_HWPROFILE","features":[308]},{"name":"PLUGPLAY_REGKEY_DEVICE","features":[308]},{"name":"PLUGPLAY_REGKEY_DRIVER","features":[308]},{"name":"PMAP_TRANSFER","features":[307,310,308,305,309,311,312,313]},{"name":"PMAP_TRANSFER_EX","features":[307,310,308,305,309,311,312,313]},{"name":"PMCCounter","features":[308]},{"name":"PMEM_ERROR_SECTION_GUID","features":[308]},{"name":"PMM_DLL_INITIALIZE","features":[308,305]},{"name":"PMM_DLL_UNLOAD","features":[308,305]},{"name":"PMM_GET_SYSTEM_ROUTINE_ADDRESS_EX","features":[308,305]},{"name":"PMM_MDL_ROUTINE","features":[308]},{"name":"PMM_ROTATE_COPY_CALLBACK_FUNCTION","features":[307,308,305]},{"name":"PM_DISPATCH_TABLE","features":[308]},{"name":"PNMI_CALLBACK","features":[308,305]},{"name":"PNPBus","features":[308]},{"name":"PNPEM_CONTROL_ENABLE_DISABLE","features":[308,305]},{"name":"PNPEM_CONTROL_QUERY_CONTROL","features":[308]},{"name":"PNPEM_CONTROL_QUERY_STANDARD_CAPABILITIES","features":[308,305]},{"name":"PNPEM_CONTROL_SET_STANDARD_CONTROL","features":[308,305]},{"name":"PNPISABus","features":[308]},{"name":"PNPISAConfiguration","features":[308]},{"name":"PNPNOTIFY_DEVICE_INTERFACE_INCLUDE_EXISTING_INTERFACES","features":[308]},{"name":"PNP_BUS_INFORMATION","features":[308]},{"name":"PNP_DEVICE_ASSIGNED_TO_GUEST","features":[308]},{"name":"PNP_DEVICE_DISABLED","features":[308]},{"name":"PNP_DEVICE_DISCONNECTED","features":[308]},{"name":"PNP_DEVICE_DONT_DISPLAY_IN_UI","features":[308]},{"name":"PNP_DEVICE_FAILED","features":[308]},{"name":"PNP_DEVICE_NOT_DISABLEABLE","features":[308]},{"name":"PNP_DEVICE_REMOVED","features":[308]},{"name":"PNP_DEVICE_RESOURCE_REQUIREMENTS_CHANGED","features":[308]},{"name":"PNP_DEVICE_RESOURCE_UPDATED","features":[308]},{"name":"PNP_EXTENDED_ADDRESS_INTERFACE","features":[308]},{"name":"PNP_EXTENDED_ADDRESS_INTERFACE_VERSION","features":[308]},{"name":"PNP_LOCATION_INTERFACE","features":[308,305]},{"name":"PNP_REPLACE_DRIVER_INTERFACE","features":[308,305]},{"name":"PNP_REPLACE_DRIVER_INTERFACE_VERSION","features":[308]},{"name":"PNP_REPLACE_HARDWARE_MEMORY_MIRRORING","features":[308]},{"name":"PNP_REPLACE_HARDWARE_PAGE_COPY","features":[308]},{"name":"PNP_REPLACE_HARDWARE_QUIESCE","features":[308]},{"name":"PNP_REPLACE_MEMORY_LIST","features":[308]},{"name":"PNP_REPLACE_MEMORY_SUPPORTED","features":[308]},{"name":"PNP_REPLACE_PARAMETERS","features":[308,305]},{"name":"PNP_REPLACE_PARAMETERS_VERSION","features":[308]},{"name":"PNP_REPLACE_PROCESSOR_LIST","features":[308]},{"name":"PNP_REPLACE_PROCESSOR_LIST_V1","features":[308]},{"name":"PNP_REPLACE_PROCESSOR_SUPPORTED","features":[308]},{"name":"PNTFS_DEREF_EXPORTED_SECURITY_DESCRIPTOR","features":[308]},{"name":"POB_POST_OPERATION_CALLBACK","features":[307,308,305]},{"name":"POB_PRE_OPERATION_CALLBACK","features":[307,308]},{"name":"POOLED_USAGE_AND_LIMITS","features":[308]},{"name":"POOL_COLD_ALLOCATION","features":[308]},{"name":"POOL_CREATE_EXTENDED_PARAMS","features":[308]},{"name":"POOL_CREATE_FLG_SECURE_POOL","features":[308]},{"name":"POOL_CREATE_FLG_USE_GLOBAL_POOL","features":[308]},{"name":"POOL_CREATE_PARAMS_VERSION","features":[308]},{"name":"POOL_EXTENDED_PARAMETER","features":[308,305]},{"name":"POOL_EXTENDED_PARAMETER_REQUIRED_FIELD_BITS","features":[308]},{"name":"POOL_EXTENDED_PARAMETER_TYPE","features":[308]},{"name":"POOL_EXTENDED_PARAMETER_TYPE_BITS","features":[308]},{"name":"POOL_EXTENDED_PARAMS_SECURE_POOL","features":[308,305]},{"name":"POOL_NX_ALLOCATION","features":[308]},{"name":"POOL_NX_OPTIN_AUTO","features":[308]},{"name":"POOL_QUOTA_FAIL_INSTEAD_OF_RAISE","features":[308]},{"name":"POOL_RAISE_IF_ALLOCATION_FAILURE","features":[308]},{"name":"POOL_TAGGING","features":[308]},{"name":"POOL_ZEROING_INFORMATION","features":[308]},{"name":"POOL_ZERO_ALLOCATION","features":[308]},{"name":"PORT_MAXIMUM_MESSAGE_LENGTH","features":[308]},{"name":"POWER_LEVEL","features":[308]},{"name":"POWER_MONITOR_INVOCATION","features":[308,305]},{"name":"POWER_MONITOR_REQUEST_REASON","features":[308]},{"name":"POWER_MONITOR_REQUEST_TYPE","features":[308]},{"name":"POWER_PLATFORM_INFORMATION","features":[308,305]},{"name":"POWER_PLATFORM_ROLE","features":[308]},{"name":"POWER_PLATFORM_ROLE_V1","features":[308]},{"name":"POWER_PLATFORM_ROLE_V2","features":[308]},{"name":"POWER_PLATFORM_ROLE_VERSION","features":[308]},{"name":"POWER_SEQUENCE","features":[308]},{"name":"POWER_SESSION_CONNECT","features":[308,305]},{"name":"POWER_SESSION_RIT_STATE","features":[308,305]},{"name":"POWER_SESSION_TIMEOUTS","features":[308]},{"name":"POWER_SESSION_WINLOGON","features":[308,305]},{"name":"POWER_SETTING_CALLBACK","features":[308,305]},{"name":"POWER_SETTING_VALUE_VERSION","features":[308]},{"name":"POWER_STATE","features":[308,313]},{"name":"POWER_STATE_TYPE","features":[308]},{"name":"POWER_THROTTLING_PROCESS_CURRENT_VERSION","features":[308]},{"name":"POWER_THROTTLING_PROCESS_DELAYTIMERS","features":[308]},{"name":"POWER_THROTTLING_PROCESS_EXECUTION_SPEED","features":[308]},{"name":"POWER_THROTTLING_PROCESS_IGNORE_TIMER_RESOLUTION","features":[308]},{"name":"POWER_THROTTLING_PROCESS_STATE","features":[308]},{"name":"POWER_THROTTLING_THREAD_CURRENT_VERSION","features":[308]},{"name":"POWER_THROTTLING_THREAD_EXECUTION_SPEED","features":[308]},{"name":"POWER_THROTTLING_THREAD_STATE","features":[308]},{"name":"POWER_THROTTLING_THREAD_VALID_FLAGS","features":[308]},{"name":"POWER_USER_PRESENCE_TYPE","features":[308]},{"name":"PO_FX_COMPONENT_ACTIVE_CONDITION_CALLBACK","features":[308]},{"name":"PO_FX_COMPONENT_CRITICAL_TRANSITION_CALLBACK","features":[308,305]},{"name":"PO_FX_COMPONENT_FLAG_F0_ON_DX","features":[308]},{"name":"PO_FX_COMPONENT_FLAG_NO_DEBOUNCE","features":[308]},{"name":"PO_FX_COMPONENT_IDLE_CONDITION_CALLBACK","features":[308]},{"name":"PO_FX_COMPONENT_IDLE_STATE","features":[308]},{"name":"PO_FX_COMPONENT_IDLE_STATE_CALLBACK","features":[308]},{"name":"PO_FX_COMPONENT_PERF_INFO","features":[308,305]},{"name":"PO_FX_COMPONENT_PERF_SET","features":[308,305]},{"name":"PO_FX_COMPONENT_PERF_STATE_CALLBACK","features":[308,305]},{"name":"PO_FX_COMPONENT_V1","features":[308]},{"name":"PO_FX_COMPONENT_V2","features":[308]},{"name":"PO_FX_DEVICE_POWER_NOT_REQUIRED_CALLBACK","features":[308]},{"name":"PO_FX_DEVICE_POWER_REQUIRED_CALLBACK","features":[308]},{"name":"PO_FX_DEVICE_V1","features":[308,305]},{"name":"PO_FX_DEVICE_V2","features":[308,305]},{"name":"PO_FX_DEVICE_V3","features":[308,305]},{"name":"PO_FX_DIRECTED_FX_DEFAULT_IDLE_TIMEOUT","features":[308]},{"name":"PO_FX_DIRECTED_POWER_DOWN_CALLBACK","features":[308]},{"name":"PO_FX_DIRECTED_POWER_UP_CALLBACK","features":[308]},{"name":"PO_FX_DRIPS_WATCHDOG_CALLBACK","features":[307,310,308,305,309,311,312,313]},{"name":"PO_FX_FLAG_ASYNC_ONLY","features":[308]},{"name":"PO_FX_FLAG_BLOCKING","features":[308]},{"name":"PO_FX_FLAG_PERF_PEP_OPTIONAL","features":[308]},{"name":"PO_FX_FLAG_PERF_QUERY_ON_ALL_IDLE_STATES","features":[308]},{"name":"PO_FX_FLAG_PERF_QUERY_ON_F0","features":[308]},{"name":"PO_FX_PERF_STATE","features":[308]},{"name":"PO_FX_PERF_STATE_CHANGE","features":[308]},{"name":"PO_FX_PERF_STATE_TYPE","features":[308]},{"name":"PO_FX_PERF_STATE_UNIT","features":[308]},{"name":"PO_FX_POWER_CONTROL_CALLBACK","features":[308,305]},{"name":"PO_FX_UNKNOWN_POWER","features":[308]},{"name":"PO_FX_UNKNOWN_TIME","features":[308]},{"name":"PO_FX_VERSION","features":[308]},{"name":"PO_FX_VERSION_V1","features":[308]},{"name":"PO_FX_VERSION_V2","features":[308]},{"name":"PO_FX_VERSION_V3","features":[308]},{"name":"PO_MEM_BOOT_PHASE","features":[308]},{"name":"PO_MEM_CLONE","features":[308]},{"name":"PO_MEM_CL_OR_NCHK","features":[308]},{"name":"PO_MEM_DISCARD","features":[308]},{"name":"PO_MEM_PAGE_ADDRESS","features":[308]},{"name":"PO_MEM_PRESERVE","features":[308]},{"name":"PO_THERMAL_REQUEST_TYPE","features":[308]},{"name":"PPCI_EXPRESS_ENTER_LINK_QUIESCENT_MODE","features":[308,305]},{"name":"PPCI_EXPRESS_EXIT_LINK_QUIESCENT_MODE","features":[308,305]},{"name":"PPCI_EXPRESS_ROOT_PORT_READ_CONFIG_SPACE","features":[308]},{"name":"PPCI_EXPRESS_ROOT_PORT_WRITE_CONFIG_SPACE","features":[308]},{"name":"PPCI_EXPRESS_WAKE_CONTROL","features":[308]},{"name":"PPCI_IS_DEVICE_PRESENT","features":[308,305]},{"name":"PPCI_IS_DEVICE_PRESENT_EX","features":[308,305]},{"name":"PPCI_LINE_TO_PIN","features":[308]},{"name":"PPCI_MSIX_GET_ENTRY","features":[308,305]},{"name":"PPCI_MSIX_GET_TABLE_SIZE","features":[308,305]},{"name":"PPCI_MSIX_MASKUNMASK_ENTRY","features":[308,305]},{"name":"PPCI_MSIX_SET_ENTRY","features":[308,305]},{"name":"PPCI_PIN_TO_LINE","features":[308]},{"name":"PPCI_PREPARE_MULTISTAGE_RESUME","features":[308]},{"name":"PPCI_READ_WRITE_CONFIG","features":[308]},{"name":"PPCI_ROOT_BUS_CAPABILITY","features":[308]},{"name":"PPCI_SET_ACS","features":[308,305]},{"name":"PPCI_SET_ACS2","features":[308,305]},{"name":"PPCI_SET_ATS","features":[308,305]},{"name":"PPCW_CALLBACK","features":[308,305]},{"name":"PPHYSICAL_COUNTER_EVENT_BUFFER_OVERFLOW_HANDLER","features":[308,305]},{"name":"PPHYSICAL_COUNTER_OVERFLOW_HANDLER","features":[308,305]},{"name":"PPI_SHIFT","features":[308]},{"name":"PPOWER_SETTING_CALLBACK","features":[308,305]},{"name":"PPO_FX_COMPONENT_ACTIVE_CONDITION_CALLBACK","features":[308]},{"name":"PPO_FX_COMPONENT_CRITICAL_TRANSITION_CALLBACK","features":[308]},{"name":"PPO_FX_COMPONENT_IDLE_CONDITION_CALLBACK","features":[308]},{"name":"PPO_FX_COMPONENT_IDLE_STATE_CALLBACK","features":[308]},{"name":"PPO_FX_COMPONENT_PERF_STATE_CALLBACK","features":[308]},{"name":"PPO_FX_DEVICE_POWER_NOT_REQUIRED_CALLBACK","features":[308]},{"name":"PPO_FX_DEVICE_POWER_REQUIRED_CALLBACK","features":[308]},{"name":"PPO_FX_DIRECTED_POWER_DOWN_CALLBACK","features":[308]},{"name":"PPO_FX_DIRECTED_POWER_UP_CALLBACK","features":[308]},{"name":"PPO_FX_DRIPS_WATCHDOG_CALLBACK","features":[308]},{"name":"PPO_FX_POWER_CONTROL_CALLBACK","features":[308,305]},{"name":"PPROCESSOR_CALLBACK_FUNCTION","features":[308]},{"name":"PPROCESSOR_HALT_ROUTINE","features":[308,305]},{"name":"PPTM_DEVICE_DISABLE","features":[308,305]},{"name":"PPTM_DEVICE_ENABLE","features":[308,305]},{"name":"PPTM_DEVICE_QUERY_GRANULARITY","features":[308,305]},{"name":"PPTM_DEVICE_QUERY_TIME_SOURCE","features":[308,305]},{"name":"PPUT_DMA_ADAPTER","features":[307,310,308,305,309,311,312,313]},{"name":"PPUT_SCATTER_GATHER_LIST","features":[307,310,308,305,309,311,312,313]},{"name":"PQUERYEXTENDEDADDRESS","features":[308]},{"name":"PREAD_DMA_COUNTER","features":[307,310,308,305,309,311,312,313]},{"name":"PREENUMERATE_SELF","features":[308]},{"name":"PREGISTER_FOR_DEVICE_NOTIFICATIONS","features":[307,310,308,305,309,311,312,313]},{"name":"PREGISTER_FOR_DEVICE_NOTIFICATIONS2","features":[308,305]},{"name":"PREPLACE_BEGIN","features":[308,305]},{"name":"PREPLACE_DRIVER_INIT","features":[308,305]},{"name":"PREPLACE_ENABLE_DISABLE_HARDWARE_QUIESCE","features":[308,305]},{"name":"PREPLACE_END","features":[308,305]},{"name":"PREPLACE_GET_MEMORY_DESTINATION","features":[308,305]},{"name":"PREPLACE_INITIATE_HARDWARE_MIRROR","features":[308,305]},{"name":"PREPLACE_MAP_MEMORY","features":[308,305]},{"name":"PREPLACE_MIRROR_PHYSICAL_MEMORY","features":[308,305]},{"name":"PREPLACE_MIRROR_PLATFORM_MEMORY","features":[308,305]},{"name":"PREPLACE_SET_PROCESSOR_ID","features":[308,305]},{"name":"PREPLACE_SWAP","features":[308,305]},{"name":"PREPLACE_UNLOAD","features":[308]},{"name":"PREQUEST_POWER_COMPLETE","features":[308]},{"name":"PRIVILEGE_SET_ALL_NECESSARY","features":[308]},{"name":"PROCESSOR_CALLBACK_FUNCTION","features":[308,305,312]},{"name":"PROCESSOR_FEATURE_MAX","features":[308]},{"name":"PROCESSOR_GENERIC_ERROR_SECTION_GUID","features":[308]},{"name":"PROCESSOR_HALT_ROUTINE","features":[308,305]},{"name":"PROCESS_ACCESS_TOKEN","features":[308,305]},{"name":"PROCESS_DEVICEMAP_INFORMATION","features":[308,305]},{"name":"PROCESS_DEVICEMAP_INFORMATION_EX","features":[308,305]},{"name":"PROCESS_EXCEPTION_PORT","features":[308,305]},{"name":"PROCESS_EXCEPTION_PORT_ALL_STATE_BITS","features":[308]},{"name":"PROCESS_EXTENDED_BASIC_INFORMATION","features":[308,305,312,342]},{"name":"PROCESS_HANDLE_EXCEPTIONS_ENABLED","features":[308]},{"name":"PROCESS_HANDLE_RAISE_UM_EXCEPTION_ON_INVALID_HANDLE_CLOSE_DISABLED","features":[308]},{"name":"PROCESS_HANDLE_RAISE_UM_EXCEPTION_ON_INVALID_HANDLE_CLOSE_ENABLED","features":[308]},{"name":"PROCESS_HANDLE_TRACING_ENABLE","features":[308]},{"name":"PROCESS_HANDLE_TRACING_ENABLE_EX","features":[308]},{"name":"PROCESS_HANDLE_TRACING_ENTRY","features":[308,305,339]},{"name":"PROCESS_HANDLE_TRACING_MAX_STACKS","features":[308]},{"name":"PROCESS_HANDLE_TRACING_QUERY","features":[308,305,339]},{"name":"PROCESS_KEEPALIVE_COUNT_INFORMATION","features":[308]},{"name":"PROCESS_LUID_DOSDEVICES_ONLY","features":[308]},{"name":"PROCESS_MEMBERSHIP_INFORMATION","features":[308]},{"name":"PROCESS_REVOKE_FILE_HANDLES_INFORMATION","features":[308,305]},{"name":"PROCESS_SESSION_INFORMATION","features":[308]},{"name":"PROCESS_SYSCALL_PROVIDER_INFORMATION","features":[308]},{"name":"PROCESS_WS_WATCH_INFORMATION","features":[308]},{"name":"PROFILE_LEVEL","features":[308]},{"name":"PROTECTED_POOL","features":[308]},{"name":"PRTL_AVL_ALLOCATE_ROUTINE","features":[308]},{"name":"PRTL_AVL_COMPARE_ROUTINE","features":[308]},{"name":"PRTL_AVL_FREE_ROUTINE","features":[308]},{"name":"PRTL_AVL_MATCH_FUNCTION","features":[308,305]},{"name":"PRTL_GENERIC_ALLOCATE_ROUTINE","features":[308]},{"name":"PRTL_GENERIC_COMPARE_ROUTINE","features":[308]},{"name":"PRTL_GENERIC_FREE_ROUTINE","features":[308]},{"name":"PRTL_QUERY_REGISTRY_ROUTINE","features":[308,305]},{"name":"PRTL_RUN_ONCE_INIT_FN","features":[308]},{"name":"PSCREATEPROCESSNOTIFYTYPE","features":[308]},{"name":"PSCREATETHREADNOTIFYTYPE","features":[308]},{"name":"PSECURE_DRIVER_PROCESS_DEREFERENCE","features":[308]},{"name":"PSECURE_DRIVER_PROCESS_REFERENCE","features":[307,308]},{"name":"PSET_D3COLD_SUPPORT","features":[308]},{"name":"PSET_VIRTUAL_DEVICE_DATA","features":[308]},{"name":"PSE_IMAGE_VERIFICATION_CALLBACK_FUNCTION","features":[308]},{"name":"PSHED_PI_ATTEMPT_ERROR_RECOVERY","features":[308,305]},{"name":"PSHED_PI_CLEAR_ERROR_RECORD","features":[308,305]},{"name":"PSHED_PI_CLEAR_ERROR_STATUS","features":[308,305,335]},{"name":"PSHED_PI_DISABLE_ERROR_SOURCE","features":[308,305,335]},{"name":"PSHED_PI_ENABLE_ERROR_SOURCE","features":[308,305,335]},{"name":"PSHED_PI_ERR_READING_PCIE_OVERRIDES","features":[308]},{"name":"PSHED_PI_FINALIZE_ERROR_RECORD","features":[308,305,335]},{"name":"PSHED_PI_GET_ALL_ERROR_SOURCES","features":[308,305,335]},{"name":"PSHED_PI_GET_ERROR_SOURCE_INFO","features":[308,305,335]},{"name":"PSHED_PI_GET_INJECTION_CAPABILITIES","features":[308,305]},{"name":"PSHED_PI_INJECT_ERROR","features":[308,305]},{"name":"PSHED_PI_READ_ERROR_RECORD","features":[308,305]},{"name":"PSHED_PI_RETRIEVE_ERROR_INFO","features":[308,305,335]},{"name":"PSHED_PI_SET_ERROR_SOURCE_INFO","features":[308,305,335]},{"name":"PSHED_PI_WRITE_ERROR_RECORD","features":[308,305]},{"name":"PS_CREATE_NOTIFY_INFO","features":[307,310,308,305,309,311,312,313,339]},{"name":"PS_IMAGE_NOTIFY_CONFLICTING_ARCHITECTURE","features":[308]},{"name":"PS_INVALID_SILO_CONTEXT_SLOT","features":[308]},{"name":"PTE_BASE","features":[308]},{"name":"PTE_PER_PAGE","features":[308]},{"name":"PTE_TOP","features":[308]},{"name":"PTIMER_APC_ROUTINE","features":[308]},{"name":"PTI_SHIFT","features":[308]},{"name":"PTM_CONTROL_INTERFACE","features":[308,305]},{"name":"PTM_DEVICE_DISABLE","features":[308,305]},{"name":"PTM_DEVICE_ENABLE","features":[308,305]},{"name":"PTM_DEVICE_QUERY_GRANULARITY","features":[308,305]},{"name":"PTM_DEVICE_QUERY_TIME_SOURCE","features":[308,305]},{"name":"PTM_PROPAGATE_ROUTINE","features":[308,305]},{"name":"PTM_RM_NOTIFICATION","features":[307,308,305]},{"name":"PTRANSLATE_BUS_ADDRESS","features":[308,305]},{"name":"PTRANSLATE_RESOURCE_HANDLER","features":[307,310,308,305,309,311,312,313]},{"name":"PTRANSLATE_RESOURCE_REQUIREMENTS_HANDLER","features":[307,310,308,305,309,311,312,313]},{"name":"PUNREGISTER_FOR_DEVICE_NOTIFICATIONS","features":[307,310,308,305,309,311,312,313]},{"name":"PUNREGISTER_FOR_DEVICE_NOTIFICATIONS2","features":[308]},{"name":"PageIn","features":[308]},{"name":"ParallelController","features":[308]},{"name":"PciAcsBitDisable","features":[308]},{"name":"PciAcsBitDontCare","features":[308]},{"name":"PciAcsBitEnable","features":[308]},{"name":"PciAcsReserved","features":[308]},{"name":"PciAddressParityError","features":[308]},{"name":"PciBusDataParityError","features":[308]},{"name":"PciBusMasterAbort","features":[308]},{"name":"PciBusSystemError","features":[308]},{"name":"PciBusTimeOut","features":[308]},{"name":"PciBusUnknownError","features":[308]},{"name":"PciCommandParityError","features":[308]},{"name":"PciConventional","features":[308]},{"name":"PciDeviceD3Cold_Reason_Default_State_BitIndex","features":[308]},{"name":"PciDeviceD3Cold_Reason_INF_BitIndex","features":[308]},{"name":"PciDeviceD3Cold_Reason_Interface_Api_BitIndex","features":[308]},{"name":"PciDeviceD3Cold_State_Disabled_BitIndex","features":[308]},{"name":"PciDeviceD3Cold_State_Disabled_Bridge_HackFlags_BitIndex","features":[308]},{"name":"PciDeviceD3Cold_State_Enabled_BitIndex","features":[308]},{"name":"PciDeviceD3Cold_State_ParentRootPortS0WakeSupported_BitIndex","features":[308]},{"name":"PciExpress","features":[308]},{"name":"PciExpressASPMLinkSubState_L11_BitIndex","features":[308]},{"name":"PciExpressASPMLinkSubState_L12_BitIndex","features":[308]},{"name":"PciExpressDownstreamSwitchPort","features":[308]},{"name":"PciExpressEndpoint","features":[308]},{"name":"PciExpressLegacyEndpoint","features":[308]},{"name":"PciExpressPciPmLinkSubState_L11_BitIndex","features":[308]},{"name":"PciExpressPciPmLinkSubState_L12_BitIndex","features":[308]},{"name":"PciExpressRootComplexEventCollector","features":[308]},{"name":"PciExpressRootComplexIntegratedEndpoint","features":[308]},{"name":"PciExpressRootPort","features":[308]},{"name":"PciExpressToPciXBridge","features":[308]},{"name":"PciExpressUpstreamSwitchPort","features":[308]},{"name":"PciLine2Pin","features":[308]},{"name":"PciMasterDataParityError","features":[308]},{"name":"PciPin2Line","features":[308]},{"name":"PciReadWriteConfig","features":[308]},{"name":"PciXMode1","features":[308]},{"name":"PciXMode2","features":[308]},{"name":"PciXToExpressBridge","features":[308]},{"name":"PcwAddInstance","features":[307,308,305]},{"name":"PcwCallbackAddCounter","features":[308]},{"name":"PcwCallbackCollectData","features":[308]},{"name":"PcwCallbackEnumerateInstances","features":[308]},{"name":"PcwCallbackRemoveCounter","features":[308]},{"name":"PcwCloseInstance","features":[307,308]},{"name":"PcwCreateInstance","features":[307,308,305]},{"name":"PcwRegister","features":[307,308,305]},{"name":"PcwRegistrationNone","features":[308]},{"name":"PcwRegistrationSiloNeutral","features":[308]},{"name":"PcwUnregister","features":[307,308]},{"name":"PermissionFault","features":[308]},{"name":"PlatformLevelDeviceReset","features":[308]},{"name":"PlatformRoleAppliancePC","features":[308]},{"name":"PlatformRoleDesktop","features":[308]},{"name":"PlatformRoleEnterpriseServer","features":[308]},{"name":"PlatformRoleMaximum","features":[308]},{"name":"PlatformRoleMobile","features":[308]},{"name":"PlatformRolePerformanceServer","features":[308]},{"name":"PlatformRoleSOHOServer","features":[308]},{"name":"PlatformRoleSlate","features":[308]},{"name":"PlatformRoleUnspecified","features":[308]},{"name":"PlatformRoleWorkstation","features":[308]},{"name":"PoAc","features":[308]},{"name":"PoCallDriver","features":[307,310,308,305,309,311,312,313]},{"name":"PoClearPowerRequest","features":[308,305,313]},{"name":"PoConditionMaximum","features":[308]},{"name":"PoCreatePowerRequest","features":[307,310,308,305,309,311,312,313]},{"name":"PoCreateThermalRequest","features":[307,310,308,305,309,311,312,313]},{"name":"PoDc","features":[308]},{"name":"PoDeletePowerRequest","features":[308]},{"name":"PoDeleteThermalRequest","features":[308]},{"name":"PoEndDeviceBusy","features":[308]},{"name":"PoFxActivateComponent","features":[307,308]},{"name":"PoFxCompleteDevicePowerNotRequired","features":[307,308]},{"name":"PoFxCompleteDirectedPowerDown","features":[307,308]},{"name":"PoFxCompleteIdleCondition","features":[307,308]},{"name":"PoFxCompleteIdleState","features":[307,308]},{"name":"PoFxIdleComponent","features":[307,308]},{"name":"PoFxIssueComponentPerfStateChange","features":[307,308]},{"name":"PoFxIssueComponentPerfStateChangeMultiple","features":[307,308]},{"name":"PoFxNotifySurprisePowerOn","features":[307,310,308,305,309,311,312,313]},{"name":"PoFxPerfStateTypeDiscrete","features":[308]},{"name":"PoFxPerfStateTypeMaximum","features":[308]},{"name":"PoFxPerfStateTypeRange","features":[308]},{"name":"PoFxPerfStateUnitBandwidth","features":[308]},{"name":"PoFxPerfStateUnitFrequency","features":[308]},{"name":"PoFxPerfStateUnitMaximum","features":[308]},{"name":"PoFxPerfStateUnitOther","features":[308]},{"name":"PoFxPowerControl","features":[307,308,305]},{"name":"PoFxPowerOnCrashdumpDevice","features":[307,308,305]},{"name":"PoFxQueryCurrentComponentPerfState","features":[307,308,305]},{"name":"PoFxRegisterComponentPerfStates","features":[307,308,305]},{"name":"PoFxRegisterCrashdumpDevice","features":[307,308,305]},{"name":"PoFxRegisterDevice","features":[307,310,308,305,309,311,312,313]},{"name":"PoFxRegisterDripsWatchdogCallback","features":[307,310,308,305,309,311,312,313]},{"name":"PoFxReportDevicePoweredOn","features":[307,308]},{"name":"PoFxSetComponentLatency","features":[307,308]},{"name":"PoFxSetComponentResidency","features":[307,308]},{"name":"PoFxSetComponentWake","features":[307,308,305]},{"name":"PoFxSetDeviceIdleTimeout","features":[307,308]},{"name":"PoFxSetTargetDripsDevicePowerState","features":[307,308,305,313]},{"name":"PoFxStartDevicePowerManagement","features":[307,308]},{"name":"PoFxUnregisterDevice","features":[307,308]},{"name":"PoGetSystemWake","features":[307,310,308,305,309,311,312,313]},{"name":"PoGetThermalRequestSupport","features":[308,305]},{"name":"PoHot","features":[308]},{"name":"PoQueryWatchdogTime","features":[307,310,308,305,309,311,312,313]},{"name":"PoRegisterDeviceForIdleDetection","features":[307,310,308,305,309,311,312,313]},{"name":"PoRegisterPowerSettingCallback","features":[307,310,308,305,309,311,312,313]},{"name":"PoRegisterSystemState","features":[308]},{"name":"PoRequestPowerIrp","features":[307,310,308,305,309,311,312,313]},{"name":"PoSetDeviceBusyEx","features":[308]},{"name":"PoSetHiberRange","features":[308]},{"name":"PoSetPowerRequest","features":[308,305,313]},{"name":"PoSetPowerState","features":[307,310,308,305,309,311,312,313]},{"name":"PoSetSystemState","features":[308]},{"name":"PoSetSystemWake","features":[307,310,308,305,309,311,312,313]},{"name":"PoSetSystemWakeDevice","features":[307,310,308,305,309,311,312,313]},{"name":"PoSetThermalActiveCooling","features":[308,305]},{"name":"PoSetThermalPassiveCooling","features":[308,305]},{"name":"PoStartDeviceBusy","features":[308]},{"name":"PoStartNextPowerIrp","features":[307,310,308,305,309,311,312,313]},{"name":"PoThermalRequestActive","features":[308]},{"name":"PoThermalRequestPassive","features":[308]},{"name":"PoUnregisterPowerSettingCallback","features":[308,305]},{"name":"PoUnregisterSystemState","features":[308]},{"name":"PointerController","features":[308]},{"name":"PointerPeripheral","features":[308]},{"name":"PoolAllocation","features":[308]},{"name":"PoolExtendedParameterInvalidType","features":[308]},{"name":"PoolExtendedParameterMax","features":[308]},{"name":"PoolExtendedParameterNumaNode","features":[308]},{"name":"PoolExtendedParameterPriority","features":[308]},{"name":"PoolExtendedParameterSecurePool","features":[308]},{"name":"Pos","features":[308]},{"name":"PowerOff","features":[308]},{"name":"PowerOn","features":[308]},{"name":"PowerRelations","features":[308]},{"name":"PrimaryDcache","features":[308]},{"name":"PrimaryIcache","features":[308]},{"name":"PrinterPeripheral","features":[308]},{"name":"ProbeForRead","features":[308]},{"name":"ProbeForWrite","features":[308]},{"name":"ProcessorInternal","features":[308]},{"name":"Profile2Issue","features":[308]},{"name":"Profile3Issue","features":[308]},{"name":"Profile4Issue","features":[308]},{"name":"ProfileAlignmentFixup","features":[308]},{"name":"ProfileBranchInstructions","features":[308]},{"name":"ProfileBranchMispredictions","features":[308]},{"name":"ProfileCacheMisses","features":[308]},{"name":"ProfileDcacheAccesses","features":[308]},{"name":"ProfileDcacheMisses","features":[308]},{"name":"ProfileFpInstructions","features":[308]},{"name":"ProfileIcacheIssues","features":[308]},{"name":"ProfileIcacheMisses","features":[308]},{"name":"ProfileIntegerInstructions","features":[308]},{"name":"ProfileLoadInstructions","features":[308]},{"name":"ProfileLoadLinkedIssues","features":[308]},{"name":"ProfileMaximum","features":[308]},{"name":"ProfileMemoryBarrierCycles","features":[308]},{"name":"ProfilePipelineDry","features":[308]},{"name":"ProfilePipelineFrozen","features":[308]},{"name":"ProfileSpecialInstructions","features":[308]},{"name":"ProfileStoreInstructions","features":[308]},{"name":"ProfileTime","features":[308]},{"name":"ProfileTotalCycles","features":[308]},{"name":"ProfileTotalIssues","features":[308]},{"name":"ProfileTotalNonissues","features":[308]},{"name":"PsAcquireSiloHardReference","features":[307,308,305]},{"name":"PsAllocSiloContextSlot","features":[308,305]},{"name":"PsAllocateAffinityToken","features":[307,308,305]},{"name":"PsAttachSiloToCurrentThread","features":[307,308]},{"name":"PsCreateProcessNotifySubsystems","features":[308]},{"name":"PsCreateSiloContext","features":[307,308,305]},{"name":"PsCreateSystemThread","features":[307,308,305,309,339]},{"name":"PsCreateThreadNotifyNonSystem","features":[308]},{"name":"PsCreateThreadNotifySubsystems","features":[308]},{"name":"PsDereferenceSiloContext","features":[308]},{"name":"PsDetachSiloFromCurrentThread","features":[307,308]},{"name":"PsFreeAffinityToken","features":[307,308]},{"name":"PsFreeSiloContextSlot","features":[308,305]},{"name":"PsGetCurrentProcessId","features":[308,305]},{"name":"PsGetCurrentServerSilo","features":[307,308]},{"name":"PsGetCurrentServerSiloName","features":[308,305]},{"name":"PsGetCurrentSilo","features":[307,308]},{"name":"PsGetCurrentThreadId","features":[308,305]},{"name":"PsGetCurrentThreadTeb","features":[308]},{"name":"PsGetEffectiveServerSilo","features":[307,308]},{"name":"PsGetHostSilo","features":[307,308]},{"name":"PsGetJobServerSilo","features":[307,308,305]},{"name":"PsGetJobSilo","features":[307,308,305]},{"name":"PsGetParentSilo","features":[307,308]},{"name":"PsGetPermanentSiloContext","features":[307,308,305]},{"name":"PsGetProcessCreateTimeQuadPart","features":[307,308]},{"name":"PsGetProcessExitStatus","features":[307,308,305]},{"name":"PsGetProcessId","features":[307,308,305]},{"name":"PsGetProcessStartKey","features":[307,308]},{"name":"PsGetServerSiloServiceSessionId","features":[307,308]},{"name":"PsGetSiloContainerId","features":[307,308]},{"name":"PsGetSiloContext","features":[307,308,305]},{"name":"PsGetSiloMonitorContextSlot","features":[307,308]},{"name":"PsGetThreadCreateTime","features":[307,308]},{"name":"PsGetThreadExitStatus","features":[307,308,305]},{"name":"PsGetThreadId","features":[307,308,305]},{"name":"PsGetThreadProcessId","features":[307,308,305]},{"name":"PsGetThreadProperty","features":[307,308]},{"name":"PsGetThreadServerSilo","features":[307,308]},{"name":"PsGetVersion","features":[308,305]},{"name":"PsInsertPermanentSiloContext","features":[307,308,305]},{"name":"PsInsertSiloContext","features":[307,308,305]},{"name":"PsIsCurrentThreadInServerSilo","features":[308,305]},{"name":"PsIsCurrentThreadPrefetching","features":[308,305]},{"name":"PsIsHostSilo","features":[307,308,305]},{"name":"PsMakeSiloContextPermanent","features":[307,308,305]},{"name":"PsQueryTotalCycleTimeProcess","features":[307,308]},{"name":"PsReferenceSiloContext","features":[308]},{"name":"PsRegisterSiloMonitor","features":[307,308,305]},{"name":"PsReleaseSiloHardReference","features":[307,308]},{"name":"PsRemoveCreateThreadNotifyRoutine","features":[308,305]},{"name":"PsRemoveLoadImageNotifyRoutine","features":[308,305]},{"name":"PsRemoveSiloContext","features":[307,308,305]},{"name":"PsReplaceSiloContext","features":[307,308,305]},{"name":"PsRevertToUserMultipleGroupAffinityThread","features":[307,308]},{"name":"PsSetCreateProcessNotifyRoutine","features":[308,305]},{"name":"PsSetCreateProcessNotifyRoutineEx","features":[307,310,308,305,309,311,312,313,339]},{"name":"PsSetCreateProcessNotifyRoutineEx2","features":[308,305]},{"name":"PsSetCreateThreadNotifyRoutine","features":[308,305]},{"name":"PsSetCreateThreadNotifyRoutineEx","features":[308,305]},{"name":"PsSetCurrentThreadPrefetching","features":[308,305]},{"name":"PsSetLoadImageNotifyRoutine","features":[308,305]},{"name":"PsSetLoadImageNotifyRoutineEx","features":[308,305]},{"name":"PsSetSystemMultipleGroupAffinityThread","features":[307,308,305,337]},{"name":"PsStartSiloMonitor","features":[307,308,305]},{"name":"PsTerminateServerSilo","features":[307,308,305]},{"name":"PsTerminateSystemThread","features":[308,305]},{"name":"PsUnregisterSiloMonitor","features":[307,308]},{"name":"PsWrapApcWow64Thread","features":[308,305]},{"name":"PshedAllocateMemory","features":[308]},{"name":"PshedFADiscovery","features":[308]},{"name":"PshedFAErrorInfoRetrieval","features":[308]},{"name":"PshedFAErrorInjection","features":[308]},{"name":"PshedFAErrorRecordPersistence","features":[308]},{"name":"PshedFAErrorRecovery","features":[308]},{"name":"PshedFAErrorSourceControl","features":[308]},{"name":"PshedFreeMemory","features":[308]},{"name":"PshedIsSystemWheaEnabled","features":[308,305]},{"name":"PshedPiEnableNotifyErrorCreateNotifyEvent","features":[308]},{"name":"PshedPiEnableNotifyErrorCreateSystemThread","features":[308]},{"name":"PshedPiEnableNotifyErrorMax","features":[308]},{"name":"PshedPiErrReadingPcieOverridesBadSignature","features":[308]},{"name":"PshedPiErrReadingPcieOverridesBadSize","features":[308]},{"name":"PshedPiErrReadingPcieOverridesNoCapOffset","features":[308]},{"name":"PshedPiErrReadingPcieOverridesNoErr","features":[308]},{"name":"PshedPiErrReadingPcieOverridesNoMemory","features":[308]},{"name":"PshedPiErrReadingPcieOverridesNotBinary","features":[308]},{"name":"PshedPiErrReadingPcieOverridesQueryErr","features":[308]},{"name":"PshedRegisterPlugin","features":[308,305,335]},{"name":"PshedSynchronizeExecution","features":[308,305,335]},{"name":"PshedUnregisterPlugin","features":[308]},{"name":"QuerySecurityDescriptor","features":[308]},{"name":"RCB128Bytes","features":[308]},{"name":"RCB64Bytes","features":[308]},{"name":"RECOVERY_INFO_SECTION_GUID","features":[308]},{"name":"REENUMERATE_SELF_INTERFACE_STANDARD","features":[308]},{"name":"REG_CALLBACK_CONTEXT_CLEANUP_INFORMATION","features":[308]},{"name":"REG_CREATE_KEY_INFORMATION","features":[308,305]},{"name":"REG_CREATE_KEY_INFORMATION_V1","features":[308,305]},{"name":"REG_DELETE_KEY_INFORMATION","features":[308]},{"name":"REG_DELETE_VALUE_KEY_INFORMATION","features":[308,305]},{"name":"REG_KEY_HANDLE_CLOSE_INFORMATION","features":[308]},{"name":"REG_LOAD_KEY_INFORMATION","features":[308,305]},{"name":"REG_LOAD_KEY_INFORMATION_V2","features":[308,305]},{"name":"REG_NOTIFY_CLASS","features":[308]},{"name":"REG_POST_CREATE_KEY_INFORMATION","features":[308,305]},{"name":"REG_POST_OPERATION_INFORMATION","features":[308,305]},{"name":"REG_PRE_CREATE_KEY_INFORMATION","features":[308,305]},{"name":"REG_QUERY_KEY_NAME","features":[307,308,305]},{"name":"REG_QUERY_KEY_SECURITY_INFORMATION","features":[308,309]},{"name":"REG_RENAME_KEY_INFORMATION","features":[308,305]},{"name":"REG_REPLACE_KEY_INFORMATION","features":[308,305]},{"name":"REG_RESTORE_KEY_INFORMATION","features":[308,305]},{"name":"REG_SAVE_KEY_INFORMATION","features":[308,305]},{"name":"REG_SAVE_MERGED_KEY_INFORMATION","features":[308,305]},{"name":"REG_SET_KEY_SECURITY_INFORMATION","features":[308,309]},{"name":"REG_SET_VALUE_KEY_INFORMATION","features":[308,305]},{"name":"REG_UNLOAD_KEY_INFORMATION","features":[308]},{"name":"REQUEST_POWER_COMPLETE","features":[307,310,308,305,309,311,312,313]},{"name":"RESOURCE_HASH_ENTRY","features":[308,312]},{"name":"RESOURCE_HASH_TABLE_SIZE","features":[308]},{"name":"RESOURCE_PERFORMANCE_DATA","features":[308,312]},{"name":"RESOURCE_TRANSLATION_DIRECTION","features":[308]},{"name":"RESULT_NEGATIVE","features":[308]},{"name":"RESULT_POSITIVE","features":[308]},{"name":"RESULT_ZERO","features":[308]},{"name":"ROOT_CMD_ENABLE_CORRECTABLE_ERROR_REPORTING","features":[308]},{"name":"ROOT_CMD_ENABLE_FATAL_ERROR_REPORTING","features":[308]},{"name":"ROOT_CMD_ENABLE_NONFATAL_ERROR_REPORTING","features":[308]},{"name":"RTL_AVL_ALLOCATE_ROUTINE","features":[308]},{"name":"RTL_AVL_COMPARE_ROUTINE","features":[308]},{"name":"RTL_AVL_FREE_ROUTINE","features":[308]},{"name":"RTL_AVL_MATCH_FUNCTION","features":[308,305]},{"name":"RTL_AVL_TABLE","features":[308]},{"name":"RTL_BALANCED_LINKS","features":[308]},{"name":"RTL_BITMAP","features":[308]},{"name":"RTL_BITMAP_RUN","features":[308]},{"name":"RTL_DYNAMIC_HASH_TABLE","features":[308]},{"name":"RTL_DYNAMIC_HASH_TABLE_CONTEXT","features":[308,312]},{"name":"RTL_DYNAMIC_HASH_TABLE_ENTRY","features":[308,312]},{"name":"RTL_DYNAMIC_HASH_TABLE_ENUMERATOR","features":[308,312]},{"name":"RTL_GENERIC_ALLOCATE_ROUTINE","features":[307,308,312]},{"name":"RTL_GENERIC_COMPARE_RESULTS","features":[308]},{"name":"RTL_GENERIC_COMPARE_ROUTINE","features":[307,308,312]},{"name":"RTL_GENERIC_FREE_ROUTINE","features":[307,308,312]},{"name":"RTL_GENERIC_TABLE","features":[307,308,312]},{"name":"RTL_GUID_STRING_SIZE","features":[308]},{"name":"RTL_HASH_ALLOCATED_HEADER","features":[308]},{"name":"RTL_HASH_RESERVED_SIGNATURE","features":[308]},{"name":"RTL_QUERY_REGISTRY_DELETE","features":[308]},{"name":"RTL_QUERY_REGISTRY_DIRECT","features":[308]},{"name":"RTL_QUERY_REGISTRY_NOEXPAND","features":[308]},{"name":"RTL_QUERY_REGISTRY_NOSTRING","features":[308]},{"name":"RTL_QUERY_REGISTRY_NOVALUE","features":[308]},{"name":"RTL_QUERY_REGISTRY_REQUIRED","features":[308]},{"name":"RTL_QUERY_REGISTRY_ROUTINE","features":[308,305]},{"name":"RTL_QUERY_REGISTRY_SUBKEY","features":[308]},{"name":"RTL_QUERY_REGISTRY_TABLE","features":[308,305]},{"name":"RTL_QUERY_REGISTRY_TOPKEY","features":[308]},{"name":"RTL_QUERY_REGISTRY_TYPECHECK","features":[308]},{"name":"RTL_QUERY_REGISTRY_TYPECHECK_SHIFT","features":[308]},{"name":"RTL_REGISTRY_ABSOLUTE","features":[308]},{"name":"RTL_REGISTRY_CONTROL","features":[308]},{"name":"RTL_REGISTRY_DEVICEMAP","features":[308]},{"name":"RTL_REGISTRY_HANDLE","features":[308]},{"name":"RTL_REGISTRY_MAXIMUM","features":[308]},{"name":"RTL_REGISTRY_OPTIONAL","features":[308]},{"name":"RTL_REGISTRY_SERVICES","features":[308]},{"name":"RTL_REGISTRY_USER","features":[308]},{"name":"RTL_REGISTRY_WINDOWS_NT","features":[308]},{"name":"RTL_RUN_ONCE_INIT_FN","features":[308,342]},{"name":"RTL_STACK_WALKING_MODE_FRAMES_TO_SKIP_SHIFT","features":[308]},{"name":"RandomAccess","features":[308]},{"name":"ReadAccess","features":[308]},{"name":"RealModeIrqRoutingTable","features":[308]},{"name":"RealModePCIEnumeration","features":[308]},{"name":"RealTimeWorkQueue","features":[308]},{"name":"RebuildControl","features":[308]},{"name":"RegNtCallbackObjectContextCleanup","features":[308]},{"name":"RegNtDeleteKey","features":[308]},{"name":"RegNtDeleteValueKey","features":[308]},{"name":"RegNtEnumerateKey","features":[308]},{"name":"RegNtEnumerateValueKey","features":[308]},{"name":"RegNtKeyHandleClose","features":[308]},{"name":"RegNtPostCreateKey","features":[308]},{"name":"RegNtPostCreateKeyEx","features":[308]},{"name":"RegNtPostDeleteKey","features":[308]},{"name":"RegNtPostDeleteValueKey","features":[308]},{"name":"RegNtPostEnumerateKey","features":[308]},{"name":"RegNtPostEnumerateValueKey","features":[308]},{"name":"RegNtPostFlushKey","features":[308]},{"name":"RegNtPostKeyHandleClose","features":[308]},{"name":"RegNtPostLoadKey","features":[308]},{"name":"RegNtPostOpenKey","features":[308]},{"name":"RegNtPostOpenKeyEx","features":[308]},{"name":"RegNtPostQueryKey","features":[308]},{"name":"RegNtPostQueryKeyName","features":[308]},{"name":"RegNtPostQueryKeySecurity","features":[308]},{"name":"RegNtPostQueryMultipleValueKey","features":[308]},{"name":"RegNtPostQueryValueKey","features":[308]},{"name":"RegNtPostRenameKey","features":[308]},{"name":"RegNtPostReplaceKey","features":[308]},{"name":"RegNtPostRestoreKey","features":[308]},{"name":"RegNtPostSaveKey","features":[308]},{"name":"RegNtPostSaveMergedKey","features":[308]},{"name":"RegNtPostSetInformationKey","features":[308]},{"name":"RegNtPostSetKeySecurity","features":[308]},{"name":"RegNtPostSetValueKey","features":[308]},{"name":"RegNtPostUnLoadKey","features":[308]},{"name":"RegNtPreCreateKey","features":[308]},{"name":"RegNtPreCreateKeyEx","features":[308]},{"name":"RegNtPreDeleteKey","features":[308]},{"name":"RegNtPreDeleteValueKey","features":[308]},{"name":"RegNtPreEnumerateKey","features":[308]},{"name":"RegNtPreEnumerateValueKey","features":[308]},{"name":"RegNtPreFlushKey","features":[308]},{"name":"RegNtPreKeyHandleClose","features":[308]},{"name":"RegNtPreLoadKey","features":[308]},{"name":"RegNtPreOpenKey","features":[308]},{"name":"RegNtPreOpenKeyEx","features":[308]},{"name":"RegNtPreQueryKey","features":[308]},{"name":"RegNtPreQueryKeyName","features":[308]},{"name":"RegNtPreQueryKeySecurity","features":[308]},{"name":"RegNtPreQueryMultipleValueKey","features":[308]},{"name":"RegNtPreQueryValueKey","features":[308]},{"name":"RegNtPreRenameKey","features":[308]},{"name":"RegNtPreReplaceKey","features":[308]},{"name":"RegNtPreRestoreKey","features":[308]},{"name":"RegNtPreSaveKey","features":[308]},{"name":"RegNtPreSaveMergedKey","features":[308]},{"name":"RegNtPreSetInformationKey","features":[308]},{"name":"RegNtPreSetKeySecurity","features":[308]},{"name":"RegNtPreSetValueKey","features":[308]},{"name":"RegNtPreUnLoadKey","features":[308]},{"name":"RegNtQueryKey","features":[308]},{"name":"RegNtQueryMultipleValueKey","features":[308]},{"name":"RegNtQueryValueKey","features":[308]},{"name":"RegNtRenameKey","features":[308]},{"name":"RegNtSetInformationKey","features":[308]},{"name":"RegNtSetValueKey","features":[308]},{"name":"RemovalPolicyExpectNoRemoval","features":[308]},{"name":"RemovalPolicyExpectOrderlyRemoval","features":[308]},{"name":"RemovalPolicyExpectSurpriseRemoval","features":[308]},{"name":"RemovalRelations","features":[308]},{"name":"ResourceNeverExclusive","features":[308]},{"name":"ResourceOwnedExclusive","features":[308]},{"name":"ResourceReleaseByOtherThread","features":[308]},{"name":"ResourceTypeEventBuffer","features":[308]},{"name":"ResourceTypeExtendedCounterConfiguration","features":[308]},{"name":"ResourceTypeIdenitificationTag","features":[308]},{"name":"ResourceTypeMax","features":[308]},{"name":"ResourceTypeOverflow","features":[308]},{"name":"ResourceTypeRange","features":[308]},{"name":"ResourceTypeSingle","features":[308]},{"name":"ResultNegative","features":[308]},{"name":"ResultPositive","features":[308]},{"name":"ResultZero","features":[308]},{"name":"RtlAppendUnicodeStringToString","features":[308,305]},{"name":"RtlAppendUnicodeToString","features":[308,305]},{"name":"RtlAreBitsClear","features":[308,305]},{"name":"RtlAreBitsSet","features":[308,305]},{"name":"RtlAssert","features":[308]},{"name":"RtlCheckRegistryKey","features":[308,305]},{"name":"RtlClearAllBits","features":[308]},{"name":"RtlClearBit","features":[308]},{"name":"RtlClearBits","features":[308]},{"name":"RtlCmDecodeMemIoResource","features":[308]},{"name":"RtlCmEncodeMemIoResource","features":[308,305]},{"name":"RtlCompareString","features":[308,305,312]},{"name":"RtlCompareUnicodeString","features":[308,305]},{"name":"RtlCompareUnicodeStrings","features":[308,305]},{"name":"RtlContractHashTable","features":[308,305]},{"name":"RtlCopyBitMap","features":[308]},{"name":"RtlCopyString","features":[308,312]},{"name":"RtlCopyUnicodeString","features":[308,305]},{"name":"RtlCreateHashTable","features":[308,305]},{"name":"RtlCreateHashTableEx","features":[308,305]},{"name":"RtlCreateRegistryKey","features":[308,305]},{"name":"RtlCreateSecurityDescriptor","features":[308,305,309]},{"name":"RtlDelete","features":[307,308]},{"name":"RtlDeleteElementGenericTable","features":[307,308,305,312]},{"name":"RtlDeleteElementGenericTableAvl","features":[308,305]},{"name":"RtlDeleteElementGenericTableAvlEx","features":[308]},{"name":"RtlDeleteHashTable","features":[308]},{"name":"RtlDeleteNoSplay","features":[307,308]},{"name":"RtlDeleteRegistryValue","features":[308,305]},{"name":"RtlDowncaseUnicodeChar","features":[308]},{"name":"RtlEndEnumerationHashTable","features":[308,312]},{"name":"RtlEndStrongEnumerationHashTable","features":[308,312]},{"name":"RtlEndWeakEnumerationHashTable","features":[308,312]},{"name":"RtlEnumerateEntryHashTable","features":[308,312]},{"name":"RtlEnumerateGenericTable","features":[307,308,305,312]},{"name":"RtlEnumerateGenericTableAvl","features":[308,305]},{"name":"RtlEnumerateGenericTableLikeADirectory","features":[308,305]},{"name":"RtlEnumerateGenericTableWithoutSplaying","features":[307,308,312]},{"name":"RtlEnumerateGenericTableWithoutSplayingAvl","features":[308]},{"name":"RtlEqualString","features":[308,305,312]},{"name":"RtlEqualUnicodeString","features":[308,305]},{"name":"RtlExpandHashTable","features":[308,305]},{"name":"RtlExtractBitMap","features":[308]},{"name":"RtlFindClearBits","features":[308]},{"name":"RtlFindClearBitsAndSet","features":[308]},{"name":"RtlFindClearRuns","features":[308,305]},{"name":"RtlFindClosestEncodableLength","features":[308,305]},{"name":"RtlFindFirstRunClear","features":[308]},{"name":"RtlFindLastBackwardRunClear","features":[308]},{"name":"RtlFindLeastSignificantBit","features":[308]},{"name":"RtlFindLongestRunClear","features":[308]},{"name":"RtlFindMostSignificantBit","features":[308]},{"name":"RtlFindNextForwardRunClear","features":[308]},{"name":"RtlFindSetBits","features":[308]},{"name":"RtlFindSetBitsAndClear","features":[308]},{"name":"RtlFreeUTF8String","features":[308,312]},{"name":"RtlGUIDFromString","features":[308,305]},{"name":"RtlGenerateClass5Guid","features":[308,305]},{"name":"RtlGetActiveConsoleId","features":[308]},{"name":"RtlGetCallersAddress","features":[308]},{"name":"RtlGetConsoleSessionForegroundProcessId","features":[308]},{"name":"RtlGetElementGenericTable","features":[307,308,312]},{"name":"RtlGetElementGenericTableAvl","features":[308]},{"name":"RtlGetEnabledExtendedFeatures","features":[308]},{"name":"RtlGetNextEntryHashTable","features":[308,312]},{"name":"RtlGetNtProductType","features":[308,305,312]},{"name":"RtlGetNtSystemRoot","features":[308]},{"name":"RtlGetPersistedStateLocation","features":[308,305]},{"name":"RtlGetSuiteMask","features":[308]},{"name":"RtlGetVersion","features":[308,305,337]},{"name":"RtlHashUnicodeString","features":[308,305]},{"name":"RtlInitEnumerationHashTable","features":[308,305,312]},{"name":"RtlInitStrongEnumerationHashTable","features":[308,305,312]},{"name":"RtlInitUTF8String","features":[308,312]},{"name":"RtlInitUTF8StringEx","features":[308,305,312]},{"name":"RtlInitWeakEnumerationHashTable","features":[308,305,312]},{"name":"RtlInitializeBitMap","features":[308]},{"name":"RtlInitializeGenericTable","features":[307,308,312]},{"name":"RtlInitializeGenericTableAvl","features":[308]},{"name":"RtlInsertElementGenericTable","features":[307,308,305,312]},{"name":"RtlInsertElementGenericTableAvl","features":[308,305]},{"name":"RtlInsertElementGenericTableFull","features":[307,308,305,312]},{"name":"RtlInsertElementGenericTableFullAvl","features":[308,305]},{"name":"RtlInsertEntryHashTable","features":[308,305,312]},{"name":"RtlInt64ToUnicodeString","features":[308,305]},{"name":"RtlIntegerToUnicodeString","features":[308,305]},{"name":"RtlIoDecodeMemIoResource","features":[308]},{"name":"RtlIoEncodeMemIoResource","features":[308,305]},{"name":"RtlIsApiSetImplemented","features":[308,305]},{"name":"RtlIsGenericTableEmpty","features":[307,308,305,312]},{"name":"RtlIsGenericTableEmptyAvl","features":[308,305]},{"name":"RtlIsMultiSessionSku","features":[308,305]},{"name":"RtlIsMultiUsersInSessionSku","features":[308,305]},{"name":"RtlIsNtDdiVersionAvailable","features":[308,305]},{"name":"RtlIsServicePackVersionInstalled","features":[308,305]},{"name":"RtlIsStateSeparationEnabled","features":[308,305]},{"name":"RtlIsUntrustedObject","features":[308,305]},{"name":"RtlLengthSecurityDescriptor","features":[308,309]},{"name":"RtlLookupElementGenericTable","features":[307,308,312]},{"name":"RtlLookupElementGenericTableAvl","features":[308]},{"name":"RtlLookupElementGenericTableFull","features":[307,308,312]},{"name":"RtlLookupElementGenericTableFullAvl","features":[308]},{"name":"RtlLookupEntryHashTable","features":[308,312]},{"name":"RtlLookupFirstMatchingElementGenericTableAvl","features":[308]},{"name":"RtlMapGenericMask","features":[308,309]},{"name":"RtlNormalizeSecurityDescriptor","features":[308,305,309]},{"name":"RtlNumberGenericTableElements","features":[307,308,312]},{"name":"RtlNumberGenericTableElementsAvl","features":[308]},{"name":"RtlNumberOfClearBits","features":[308]},{"name":"RtlNumberOfClearBitsInRange","features":[308]},{"name":"RtlNumberOfSetBits","features":[308]},{"name":"RtlNumberOfSetBitsInRange","features":[308]},{"name":"RtlNumberOfSetBitsUlongPtr","features":[308]},{"name":"RtlPrefetchMemoryNonTemporal","features":[308]},{"name":"RtlPrefixUnicodeString","features":[308,305]},{"name":"RtlQueryRegistryValueWithFallback","features":[308,305]},{"name":"RtlQueryRegistryValues","features":[308,305]},{"name":"RtlQueryValidationRunlevel","features":[308,305]},{"name":"RtlRealPredecessor","features":[307,308]},{"name":"RtlRealSuccessor","features":[307,308]},{"name":"RtlRemoveEntryHashTable","features":[308,305,312]},{"name":"RtlRunOnceBeginInitialize","features":[308,305,342]},{"name":"RtlRunOnceComplete","features":[308,305,342]},{"name":"RtlRunOnceExecuteOnce","features":[308,305,342]},{"name":"RtlRunOnceInitialize","features":[308,342]},{"name":"RtlSetAllBits","features":[308]},{"name":"RtlSetBit","features":[308]},{"name":"RtlSetBits","features":[308]},{"name":"RtlSetDaclSecurityDescriptor","features":[308,305,309]},{"name":"RtlSetSystemGlobalData","features":[308,305,337]},{"name":"RtlSplay","features":[307,308]},{"name":"RtlStringFromGUID","features":[308,305]},{"name":"RtlStronglyEnumerateEntryHashTable","features":[308,312]},{"name":"RtlSubtreePredecessor","features":[307,308]},{"name":"RtlSubtreeSuccessor","features":[307,308]},{"name":"RtlSuffixUnicodeString","features":[308,305]},{"name":"RtlTestBit","features":[308,305]},{"name":"RtlTimeFieldsToTime","features":[308,305]},{"name":"RtlTimeToTimeFields","features":[308]},{"name":"RtlUTF8StringToUnicodeString","features":[308,305,312]},{"name":"RtlUTF8ToUnicodeN","features":[308,305]},{"name":"RtlUnicodeStringToInt64","features":[308,305]},{"name":"RtlUnicodeStringToInteger","features":[308,305]},{"name":"RtlUnicodeStringToUTF8String","features":[308,305,312]},{"name":"RtlUnicodeToUTF8N","features":[308,305]},{"name":"RtlUpcaseUnicodeChar","features":[308]},{"name":"RtlUpcaseUnicodeString","features":[308,305]},{"name":"RtlUpperChar","features":[308]},{"name":"RtlUpperString","features":[308,312]},{"name":"RtlValidRelativeSecurityDescriptor","features":[308,305,309]},{"name":"RtlValidSecurityDescriptor","features":[308,305,309]},{"name":"RtlVerifyVersionInfo","features":[308,305,337]},{"name":"RtlVolumeDeviceToDosName","features":[308,305]},{"name":"RtlWalkFrameChain","features":[308]},{"name":"RtlWeaklyEnumerateEntryHashTable","features":[308,312]},{"name":"RtlWriteRegistryValue","features":[308,305]},{"name":"RtlxAnsiStringToUnicodeSize","features":[308,312]},{"name":"RtlxUnicodeStringToAnsiSize","features":[308,305]},{"name":"SCATTER_GATHER_ELEMENT","features":[308]},{"name":"SCATTER_GATHER_LIST","features":[308]},{"name":"SCI_NOTIFY_TYPE_GUID","features":[308]},{"name":"SDEV_IDENTIFIER_INTERFACE","features":[308]},{"name":"SDEV_IDENTIFIER_INTERFACE_VERSION","features":[308]},{"name":"SEA_NOTIFY_TYPE_GUID","features":[308]},{"name":"SEA_SECTION_GUID","features":[308]},{"name":"SECTION_MAP_EXECUTE","features":[308]},{"name":"SECTION_MAP_EXECUTE_EXPLICIT","features":[308]},{"name":"SECTION_MAP_READ","features":[308]},{"name":"SECTION_MAP_WRITE","features":[308]},{"name":"SECTION_QUERY","features":[308]},{"name":"SECURE_DRIVER_INTERFACE","features":[307,308]},{"name":"SECURE_DRIVER_INTERFACE_VERSION","features":[308]},{"name":"SECURE_DRIVER_PROCESS_DEREFERENCE","features":[307,308]},{"name":"SECURE_DRIVER_PROCESS_REFERENCE","features":[307,308]},{"name":"SECURE_POOL_FLAGS_FREEABLE","features":[308]},{"name":"SECURE_POOL_FLAGS_MODIFIABLE","features":[308]},{"name":"SECURE_POOL_FLAGS_NONE","features":[308]},{"name":"SECURE_SECTION_ALLOW_PARTIAL_MDL","features":[308]},{"name":"SECURITY_CONTEXT_TRACKING_MODE","features":[308]},{"name":"SECURITY_OPERATION_CODE","features":[308]},{"name":"SEC_LARGE_PAGES","features":[308]},{"name":"SEH_VALIDATION_POLICY_DEFER","features":[308]},{"name":"SEH_VALIDATION_POLICY_OFF","features":[308]},{"name":"SEH_VALIDATION_POLICY_ON","features":[308]},{"name":"SEH_VALIDATION_POLICY_TELEMETRY","features":[308]},{"name":"SEI_NOTIFY_TYPE_GUID","features":[308]},{"name":"SEI_SECTION_GUID","features":[308]},{"name":"SEMAPHORE_QUERY_STATE","features":[308]},{"name":"SET_D3COLD_SUPPORT","features":[308,305]},{"name":"SET_VIRTUAL_DEVICE_DATA","features":[308]},{"name":"SE_ASSIGNPRIMARYTOKEN_PRIVILEGE","features":[308]},{"name":"SE_AUDIT_PRIVILEGE","features":[308]},{"name":"SE_BACKUP_PRIVILEGE","features":[308]},{"name":"SE_CHANGE_NOTIFY_PRIVILEGE","features":[308]},{"name":"SE_CREATE_GLOBAL_PRIVILEGE","features":[308]},{"name":"SE_CREATE_PAGEFILE_PRIVILEGE","features":[308]},{"name":"SE_CREATE_PERMANENT_PRIVILEGE","features":[308]},{"name":"SE_CREATE_SYMBOLIC_LINK_PRIVILEGE","features":[308]},{"name":"SE_CREATE_TOKEN_PRIVILEGE","features":[308]},{"name":"SE_DEBUG_PRIVILEGE","features":[308]},{"name":"SE_DELEGATE_SESSION_USER_IMPERSONATE_PRIVILEGE","features":[308]},{"name":"SE_ENABLE_DELEGATION_PRIVILEGE","features":[308]},{"name":"SE_IMAGE_TYPE","features":[308]},{"name":"SE_IMAGE_VERIFICATION_CALLBACK_FUNCTION","features":[308,305]},{"name":"SE_IMAGE_VERIFICATION_CALLBACK_TYPE","features":[308]},{"name":"SE_IMPERSONATE_PRIVILEGE","features":[308]},{"name":"SE_INCREASE_QUOTA_PRIVILEGE","features":[308]},{"name":"SE_INC_BASE_PRIORITY_PRIVILEGE","features":[308]},{"name":"SE_INC_WORKING_SET_PRIVILEGE","features":[308]},{"name":"SE_LOAD_DRIVER_PRIVILEGE","features":[308]},{"name":"SE_LOCK_MEMORY_PRIVILEGE","features":[308]},{"name":"SE_MACHINE_ACCOUNT_PRIVILEGE","features":[308]},{"name":"SE_MANAGE_VOLUME_PRIVILEGE","features":[308]},{"name":"SE_MAX_WELL_KNOWN_PRIVILEGE","features":[308]},{"name":"SE_MIN_WELL_KNOWN_PRIVILEGE","features":[308]},{"name":"SE_PROF_SINGLE_PROCESS_PRIVILEGE","features":[308]},{"name":"SE_RELABEL_PRIVILEGE","features":[308]},{"name":"SE_REMOTE_SHUTDOWN_PRIVILEGE","features":[308]},{"name":"SE_RESTORE_PRIVILEGE","features":[308]},{"name":"SE_SECURITY_PRIVILEGE","features":[308]},{"name":"SE_SHUTDOWN_PRIVILEGE","features":[308]},{"name":"SE_SYNC_AGENT_PRIVILEGE","features":[308]},{"name":"SE_SYSTEMTIME_PRIVILEGE","features":[308]},{"name":"SE_SYSTEM_ENVIRONMENT_PRIVILEGE","features":[308]},{"name":"SE_SYSTEM_PROFILE_PRIVILEGE","features":[308]},{"name":"SE_TAKE_OWNERSHIP_PRIVILEGE","features":[308]},{"name":"SE_TCB_PRIVILEGE","features":[308]},{"name":"SE_TIME_ZONE_PRIVILEGE","features":[308]},{"name":"SE_TRUSTED_CREDMAN_ACCESS_PRIVILEGE","features":[308]},{"name":"SE_UNDOCK_PRIVILEGE","features":[308]},{"name":"SE_UNSOLICITED_INPUT_PRIVILEGE","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_CLEAR_GLOBAL_DATA_FLAG","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_CONSOLE_BROKER_ENABLED_V","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_DYNAMIC_PROC_ENABLED_V","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_ELEVATION_ENABLED_V","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_ERROR_PORT_V","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_INSTALLER_DETECT_ENABLED_V","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_LKG_ENABLED_V","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_MULTIUSERS_IN_SESSION_SKU_V","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_MULTI_SESSION_SKU_V","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_A73_ERRATA","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_DISABLE_32BIT","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_ENABLED","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_HV_PAGE","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_LFENCE","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_MFENCE","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_QPC_BYPASS_USE_RDTSCP","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_SECURE_BOOT_ENABLED_V","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_SET_GLOBAL_DATA_FLAG","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_STATE_SEPARATION_ENABLED_V","features":[308]},{"name":"SHARED_GLOBAL_FLAGS_VIRT_ENABLED_V","features":[308]},{"name":"SHARE_ACCESS","features":[308]},{"name":"SHORT_LEAST_SIGNIFICANT_BIT","features":[308]},{"name":"SHORT_MOST_SIGNIFICANT_BIT","features":[308]},{"name":"SIGNAL_REG_VALUE","features":[308]},{"name":"SILO_CONTEXT_CLEANUP_CALLBACK","features":[308]},{"name":"SILO_MONITOR_CREATE_CALLBACK","features":[307,308,305]},{"name":"SILO_MONITOR_REGISTRATION","features":[307,308,305]},{"name":"SILO_MONITOR_REGISTRATION_VERSION","features":[308]},{"name":"SILO_MONITOR_TERMINATE_CALLBACK","features":[307,308]},{"name":"SINGLE_GROUP_LEGACY_API","features":[308]},{"name":"SL_ALLOW_RAW_MOUNT","features":[308]},{"name":"SL_BYPASS_ACCESS_CHECK","features":[308]},{"name":"SL_BYPASS_IO","features":[308]},{"name":"SL_CASE_SENSITIVE","features":[308]},{"name":"SL_ERROR_RETURNED","features":[308]},{"name":"SL_EXCLUSIVE_LOCK","features":[308]},{"name":"SL_FAIL_IMMEDIATELY","features":[308]},{"name":"SL_FORCE_ACCESS_CHECK","features":[308]},{"name":"SL_FORCE_ASYNCHRONOUS","features":[308]},{"name":"SL_FORCE_DIRECT_WRITE","features":[308]},{"name":"SL_FT_SEQUENTIAL_WRITE","features":[308]},{"name":"SL_IGNORE_READONLY_ATTRIBUTE","features":[308]},{"name":"SL_INDEX_SPECIFIED","features":[308]},{"name":"SL_INFO_FORCE_ACCESS_CHECK","features":[308]},{"name":"SL_INFO_IGNORE_READONLY_ATTRIBUTE","features":[308]},{"name":"SL_INVOKE_ON_CANCEL","features":[308]},{"name":"SL_INVOKE_ON_ERROR","features":[308]},{"name":"SL_INVOKE_ON_SUCCESS","features":[308]},{"name":"SL_KEY_SPECIFIED","features":[308]},{"name":"SL_NO_CURSOR_UPDATE","features":[308]},{"name":"SL_OPEN_PAGING_FILE","features":[308]},{"name":"SL_OPEN_TARGET_DIRECTORY","features":[308]},{"name":"SL_OVERRIDE_VERIFY_VOLUME","features":[308]},{"name":"SL_PENDING_RETURNED","features":[308]},{"name":"SL_PERSISTENT_MEMORY_FIXED_MAPPING","features":[308]},{"name":"SL_QUERY_DIRECTORY_MASK","features":[308]},{"name":"SL_READ_ACCESS_GRANTED","features":[308]},{"name":"SL_REALTIME_STREAM","features":[308]},{"name":"SL_RESTART_SCAN","features":[308]},{"name":"SL_RETURN_ON_DISK_ENTRIES_ONLY","features":[308]},{"name":"SL_RETURN_SINGLE_ENTRY","features":[308]},{"name":"SL_STOP_ON_SYMLINK","features":[308]},{"name":"SL_WATCH_TREE","features":[308]},{"name":"SL_WRITE_ACCESS_GRANTED","features":[308]},{"name":"SL_WRITE_THROUGH","features":[308]},{"name":"SOC_SUBSYSTEM_FAILURE_DETAILS","features":[308]},{"name":"SOC_SUBSYSTEM_TYPE","features":[308]},{"name":"SOC_SUBSYS_AUDIO_DSP","features":[308]},{"name":"SOC_SUBSYS_COMPUTE_DSP","features":[308]},{"name":"SOC_SUBSYS_SECURE_PROC","features":[308]},{"name":"SOC_SUBSYS_SENSORS","features":[308]},{"name":"SOC_SUBSYS_VENDOR_DEFINED","features":[308]},{"name":"SOC_SUBSYS_WIRELESS_MODEM","features":[308]},{"name":"SOC_SUBSYS_WIRELSS_CONNECTIVITY","features":[308]},{"name":"SSINFO_FLAGS_ALIGNED_DEVICE","features":[308]},{"name":"SSINFO_FLAGS_BYTE_ADDRESSABLE","features":[308]},{"name":"SSINFO_FLAGS_NO_SEEK_PENALTY","features":[308]},{"name":"SSINFO_FLAGS_PARTITION_ALIGNED_ON_DEVICE","features":[308]},{"name":"SSINFO_FLAGS_TRIM_ENABLED","features":[308]},{"name":"SSINFO_OFFSET_UNKNOWN","features":[308]},{"name":"STATE_LOCATION_TYPE","features":[308]},{"name":"SUBSYSTEM_INFORMATION_TYPE","features":[308]},{"name":"SYMBOLIC_LINK_QUERY","features":[308]},{"name":"SYMBOLIC_LINK_SET","features":[308]},{"name":"SYSTEM_CALL_INT_2E","features":[308]},{"name":"SYSTEM_CALL_SYSCALL","features":[308]},{"name":"SYSTEM_FIRMWARE_TABLE_ACTION","features":[308]},{"name":"SYSTEM_FIRMWARE_TABLE_HANDLER","features":[308,305]},{"name":"SYSTEM_FIRMWARE_TABLE_INFORMATION","features":[308]},{"name":"SYSTEM_POWER_CONDITION","features":[308]},{"name":"SYSTEM_POWER_STATE_CONTEXT","features":[308]},{"name":"ScsiAdapter","features":[308]},{"name":"SeAccessCheck","features":[307,308,305,309]},{"name":"SeAssignSecurity","features":[307,308,305,309]},{"name":"SeAssignSecurityEx","features":[307,308,305,309]},{"name":"SeCaptureSubjectContext","features":[307,308,309]},{"name":"SeComputeAutoInheritByObjectType","features":[308,309]},{"name":"SeDeassignSecurity","features":[308,305,309]},{"name":"SeEtwWriteKMCveEvent","features":[308,305]},{"name":"SeImageTypeDriver","features":[308]},{"name":"SeImageTypeDynamicCodeFile","features":[308]},{"name":"SeImageTypeElamDriver","features":[308]},{"name":"SeImageTypeMax","features":[308]},{"name":"SeImageTypePlatformSecureFile","features":[308]},{"name":"SeImageVerificationCallbackInformational","features":[308]},{"name":"SeLockSubjectContext","features":[307,308,309]},{"name":"SeRegisterImageVerificationCallback","features":[308,305]},{"name":"SeReleaseSubjectContext","features":[307,308,309]},{"name":"SeReportSecurityEvent","features":[308,305,327]},{"name":"SeSetAuditParameter","features":[308,305,327]},{"name":"SeSinglePrivilegeCheck","features":[308,305]},{"name":"SeUnlockSubjectContext","features":[307,308,309]},{"name":"SeUnregisterImageVerificationCallback","features":[308]},{"name":"SeValidSecurityDescriptor","features":[308,305,309]},{"name":"SecondaryCache","features":[308]},{"name":"SecondaryDcache","features":[308]},{"name":"SecondaryIcache","features":[308]},{"name":"SequentialAccess","features":[308]},{"name":"SerialController","features":[308]},{"name":"SetSecurityDescriptor","features":[308]},{"name":"SgiInternalConfiguration","features":[308]},{"name":"SharedInterruptTime","features":[308]},{"name":"SharedSystemTime","features":[308]},{"name":"SharedTickCount","features":[308]},{"name":"SingleBusRelations","features":[308]},{"name":"SlotEmpty","features":[308]},{"name":"StandardDesign","features":[308]},{"name":"StopCompletion","features":[308]},{"name":"SubsystemInformationTypeWSL","features":[308]},{"name":"SubsystemInformationTypeWin32","features":[308]},{"name":"SuperCriticalWorkQueue","features":[308]},{"name":"Suspended","features":[308]},{"name":"SystemFirmwareTable_Enumerate","features":[308]},{"name":"SystemFirmwareTable_Get","features":[308]},{"name":"SystemMemory","features":[308]},{"name":"SystemMemoryPartitionDedicatedMemoryInformation","features":[308]},{"name":"SystemMemoryPartitionInformation","features":[308]},{"name":"SystemMemoryPartitionOpenDedicatedMemory","features":[308]},{"name":"SystemPowerState","features":[308]},{"name":"TABLE_SEARCH_RESULT","features":[308]},{"name":"TARGET_DEVICE_REMOVAL_NOTIFICATION","features":[307,310,308,305,309,311,312,313]},{"name":"THREAD_ALERT","features":[308]},{"name":"THREAD_CSWITCH_PMU_DISABLE","features":[308]},{"name":"THREAD_CSWITCH_PMU_ENABLE","features":[308]},{"name":"THREAD_GET_CONTEXT","features":[308]},{"name":"THREAD_WAIT_OBJECTS","features":[308]},{"name":"TIMER_EXPIRED_INDEX_BITS","features":[308]},{"name":"TIMER_PROCESSOR_INDEX_BITS","features":[308]},{"name":"TIMER_SET_COALESCABLE_TIMER_INFO","features":[308,305]},{"name":"TIMER_TOLERABLE_DELAY_BITS","features":[308]},{"name":"TIME_FIELDS","features":[308]},{"name":"TRACE_INFORMATION_CLASS","features":[308]},{"name":"TRANSLATE_BUS_ADDRESS","features":[308,305]},{"name":"TRANSLATOR_INTERFACE","features":[307,310,308,305,309,311,312,313]},{"name":"TREE_CONNECT_NO_CLIENT_BUFFERING","features":[308]},{"name":"TREE_CONNECT_WRITE_THROUGH","features":[308]},{"name":"TXF_MINIVERSION_DEFAULT_VIEW","features":[308]},{"name":"TXN_PARAMETER_BLOCK","features":[308]},{"name":"TableEmptyTree","features":[308]},{"name":"TableFoundNode","features":[308]},{"name":"TableInsertAsLeft","features":[308]},{"name":"TableInsertAsRight","features":[308]},{"name":"TapeController","features":[308]},{"name":"TapePeripheral","features":[308]},{"name":"TargetDeviceRelation","features":[308]},{"name":"TcAdapter","features":[308]},{"name":"TerminalPeripheral","features":[308]},{"name":"TlbMatchConflict","features":[308]},{"name":"TmCommitComplete","features":[307,308,305]},{"name":"TmCommitEnlistment","features":[307,308,305]},{"name":"TmCommitTransaction","features":[307,308,305]},{"name":"TmCreateEnlistment","features":[307,308,305,309]},{"name":"TmDereferenceEnlistmentKey","features":[307,308,305]},{"name":"TmEnableCallbacks","features":[307,308,305]},{"name":"TmGetTransactionId","features":[307,308]},{"name":"TmInitializeTransactionManager","features":[308,305]},{"name":"TmIsTransactionActive","features":[307,308,305]},{"name":"TmPrePrepareComplete","features":[307,308,305]},{"name":"TmPrePrepareEnlistment","features":[307,308,305]},{"name":"TmPrepareComplete","features":[307,308,305]},{"name":"TmPrepareEnlistment","features":[307,308,305]},{"name":"TmPropagationComplete","features":[307,308,305]},{"name":"TmPropagationFailed","features":[307,308,305]},{"name":"TmReadOnlyEnlistment","features":[307,308,305]},{"name":"TmRecoverEnlistment","features":[307,308,305]},{"name":"TmRecoverResourceManager","features":[307,308,305]},{"name":"TmRecoverTransactionManager","features":[307,308,305]},{"name":"TmReferenceEnlistmentKey","features":[307,308,305]},{"name":"TmRenameTransactionManager","features":[308,305]},{"name":"TmRequestOutcomeEnlistment","features":[307,308,305]},{"name":"TmRollbackComplete","features":[307,308,305]},{"name":"TmRollbackEnlistment","features":[307,308,305]},{"name":"TmRollbackTransaction","features":[307,308,305]},{"name":"TmSinglePhaseReject","features":[307,308,305]},{"name":"TraceEnableFlagsClass","features":[308]},{"name":"TraceEnableLevelClass","features":[308]},{"name":"TraceHandleByNameClass","features":[308]},{"name":"TraceHandleClass","features":[308]},{"name":"TraceIdClass","features":[308]},{"name":"TraceInformationClassReserved1","features":[308]},{"name":"TraceInformationClassReserved2","features":[308]},{"name":"TraceSessionSettingsClass","features":[308]},{"name":"TranslateChildToParent","features":[308]},{"name":"TranslateParentToChild","features":[308]},{"name":"TranslationFault","features":[308]},{"name":"TransportRelations","features":[308]},{"name":"TurboChannel","features":[308]},{"name":"TypeA","features":[308]},{"name":"TypeB","features":[308]},{"name":"TypeC","features":[308]},{"name":"TypeF","features":[308]},{"name":"UADDRESS_BASE","features":[308]},{"name":"UnsupportedUpstreamTransaction","features":[308]},{"name":"UserMode","features":[308]},{"name":"UserNotPresent","features":[308]},{"name":"UserPresent","features":[308]},{"name":"UserRequest","features":[308]},{"name":"UserUnknown","features":[308]},{"name":"VIRTUAL_CHANNEL_CAPABILITIES1","features":[308]},{"name":"VIRTUAL_CHANNEL_CAPABILITIES2","features":[308]},{"name":"VIRTUAL_CHANNEL_CONTROL","features":[308]},{"name":"VIRTUAL_CHANNEL_STATUS","features":[308]},{"name":"VIRTUAL_RESOURCE","features":[308]},{"name":"VIRTUAL_RESOURCE_CAPABILITY","features":[308]},{"name":"VIRTUAL_RESOURCE_CONTROL","features":[308]},{"name":"VIRTUAL_RESOURCE_STATUS","features":[308]},{"name":"VMEBus","features":[308]},{"name":"VMEConfiguration","features":[308]},{"name":"VM_COUNTERS","features":[308]},{"name":"VM_COUNTERS_EX","features":[308]},{"name":"VM_COUNTERS_EX2","features":[308]},{"name":"VPB_DIRECT_WRITES_ALLOWED","features":[308]},{"name":"VPB_DISMOUNTING","features":[308]},{"name":"VPB_FLAGS_BYPASSIO_BLOCKED","features":[308]},{"name":"VPB_LOCKED","features":[308]},{"name":"VPB_MOUNTED","features":[308]},{"name":"VPB_PERSISTENT","features":[308]},{"name":"VPB_RAW_MOUNT","features":[308]},{"name":"VPB_REMOVE_PENDING","features":[308]},{"name":"Vmcs","features":[308]},{"name":"VslCreateSecureSection","features":[307,308,305]},{"name":"VslDeleteSecureSection","features":[308,305]},{"name":"WAIT_CONTEXT_BLOCK","features":[307,310,308,305,309,311,312,313]},{"name":"WCS_RAS_REGISTER_NAME_MAX_LENGTH","features":[308]},{"name":"WDM_MAJORVERSION","features":[308]},{"name":"WDM_MINORVERSION","features":[308]},{"name":"WHEA128A","features":[308]},{"name":"WHEAP_ACPI_TIMEOUT_EVENT","features":[308]},{"name":"WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT","features":[308,305,335]},{"name":"WHEAP_ATTEMPT_RECOVERY_EVENT","features":[308,305]},{"name":"WHEAP_BAD_HEST_NOTIFY_DATA_EVENT","features":[308,335]},{"name":"WHEAP_CLEARED_POISON_EVENT","features":[308]},{"name":"WHEAP_CMCI_IMPLEMENTED_EVENT","features":[308,305]},{"name":"WHEAP_CMCI_INITERR_EVENT","features":[308]},{"name":"WHEAP_CMCI_RESTART_EVENT","features":[308]},{"name":"WHEAP_CREATE_GENERIC_RECORD_EVENT","features":[308,305]},{"name":"WHEAP_DEFERRED_EVENT","features":[308,312]},{"name":"WHEAP_DEVICE_DRV_EVENT","features":[308]},{"name":"WHEAP_DPC_ERROR_EVENT","features":[308]},{"name":"WHEAP_DPC_ERROR_EVENT_TYPE","features":[308]},{"name":"WHEAP_DROPPED_CORRECTED_ERROR_EVENT","features":[308,335]},{"name":"WHEAP_EDPC_ENABLED_EVENT","features":[308,305]},{"name":"WHEAP_ERROR_CLEARED_EVENT","features":[308]},{"name":"WHEAP_ERROR_RECORD_EVENT","features":[308]},{"name":"WHEAP_ERR_SRC_ARRAY_INVALID_EVENT","features":[308]},{"name":"WHEAP_ERR_SRC_INVALID_EVENT","features":[308,305,335]},{"name":"WHEAP_FOUND_ERROR_IN_BANK_EVENT","features":[308]},{"name":"WHEAP_GENERIC_ERR_MEM_MAP_EVENT","features":[308]},{"name":"WHEAP_OSC_IMPLEMENTED","features":[308,305]},{"name":"WHEAP_PCIE_CONFIG_INFO","features":[308]},{"name":"WHEAP_PCIE_OVERRIDE_INFO","features":[308]},{"name":"WHEAP_PCIE_READ_OVERRIDES_ERR","features":[308,305]},{"name":"WHEAP_PFA_MEMORY_OFFLINED","features":[308,305]},{"name":"WHEAP_PFA_MEMORY_POLICY","features":[308,305]},{"name":"WHEAP_PFA_MEMORY_REMOVE_MONITOR","features":[308]},{"name":"WHEAP_PFA_OFFLINE_DECISION_TYPE","features":[308]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_CORRUPT","features":[308]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_FULL_EVENT","features":[308]},{"name":"WHEAP_PLUGIN_DEFECT_LIST_UEFI_VAR_FAILED","features":[308]},{"name":"WHEAP_PLUGIN_PFA_EVENT","features":[308,305]},{"name":"WHEAP_PROCESS_EINJ_EVENT","features":[308,305]},{"name":"WHEAP_PROCESS_HEST_EVENT","features":[308,305]},{"name":"WHEAP_PSHED_INJECT_ERROR","features":[308,305]},{"name":"WHEAP_PSHED_PLUGIN_REGISTER","features":[308,305]},{"name":"WHEAP_ROW_FAILURE_EVENT","features":[308]},{"name":"WHEAP_SPURIOUS_AER_EVENT","features":[308]},{"name":"WHEAP_STARTED_REPORT_HW_ERROR","features":[308,335]},{"name":"WHEAP_STUCK_ERROR_EVENT","features":[308]},{"name":"WHEA_ACPI_HEADER","features":[308]},{"name":"WHEA_AMD_EXTENDED_REGISTERS","features":[308]},{"name":"WHEA_AMD_EXT_REG_NUM","features":[308]},{"name":"WHEA_ARMV8_AARCH32_GPRS","features":[308]},{"name":"WHEA_ARMV8_AARCH64_EL3_CSR","features":[308]},{"name":"WHEA_ARMV8_AARCH64_GPRS","features":[308]},{"name":"WHEA_ARM_AARCH32_EL1_CSR","features":[308]},{"name":"WHEA_ARM_AARCH32_EL2_CSR","features":[308]},{"name":"WHEA_ARM_AARCH32_SECURE_CSR","features":[308]},{"name":"WHEA_ARM_AARCH64_EL1_CSR","features":[308]},{"name":"WHEA_ARM_AARCH64_EL2_CSR","features":[308]},{"name":"WHEA_ARM_BUS_ERROR","features":[308]},{"name":"WHEA_ARM_BUS_ERROR_VALID_BITS","features":[308]},{"name":"WHEA_ARM_CACHE_ERROR","features":[308]},{"name":"WHEA_ARM_CACHE_ERROR_VALID_BITS","features":[308]},{"name":"WHEA_ARM_MISC_CSR","features":[308]},{"name":"WHEA_ARM_PROCESSOR_ERROR","features":[308]},{"name":"WHEA_ARM_PROCESSOR_ERROR_CONTEXT_INFORMATION_HEADER","features":[308]},{"name":"WHEA_ARM_PROCESSOR_ERROR_CONTEXT_INFORMATION_HEADER_FLAGS","features":[308]},{"name":"WHEA_ARM_PROCESSOR_ERROR_INFORMATION","features":[308]},{"name":"WHEA_ARM_PROCESSOR_ERROR_INFORMATION_VALID_BITS","features":[308]},{"name":"WHEA_ARM_PROCESSOR_ERROR_SECTION","features":[308]},{"name":"WHEA_ARM_PROCESSOR_ERROR_SECTION_VALID_BITS","features":[308]},{"name":"WHEA_ARM_TLB_ERROR","features":[308]},{"name":"WHEA_ARM_TLB_ERROR_VALID_BITS","features":[308]},{"name":"WHEA_AZCC_ROOT_BUS_ERR_EVENT","features":[308,305]},{"name":"WHEA_AZCC_ROOT_BUS_LIST_EVENT","features":[308]},{"name":"WHEA_AZCC_SET_POISON_EVENT","features":[308,305]},{"name":"WHEA_BUGCHECK_RECOVERY_LOG_TYPE","features":[308]},{"name":"WHEA_BUSCHECK_GUID","features":[308]},{"name":"WHEA_CACHECHECK_GUID","features":[308]},{"name":"WHEA_CPU_VENDOR","features":[308]},{"name":"WHEA_DEVICE_ERROR_SUMMARY_GUID","features":[308]},{"name":"WHEA_DPC_CAPABILITY_SECTION_GUID","features":[308]},{"name":"WHEA_ERROR_INJECTION_CAPABILITIES","features":[308]},{"name":"WHEA_ERROR_LOG_ENTRY_VERSION","features":[308]},{"name":"WHEA_ERROR_PACKET_DATA_FORMAT","features":[308]},{"name":"WHEA_ERROR_PACKET_FLAGS","features":[308]},{"name":"WHEA_ERROR_PACKET_SECTION_GUID","features":[308]},{"name":"WHEA_ERROR_PACKET_V1","features":[308,335]},{"name":"WHEA_ERROR_PACKET_V1_VERSION","features":[308]},{"name":"WHEA_ERROR_PACKET_V2","features":[308,335]},{"name":"WHEA_ERROR_PACKET_V2_VERSION","features":[308]},{"name":"WHEA_ERROR_PACKET_VERSION","features":[308]},{"name":"WHEA_ERROR_PKT_VERSION","features":[308]},{"name":"WHEA_ERROR_RECORD","features":[308]},{"name":"WHEA_ERROR_RECORD_FLAGS_DEVICE_DRIVER","features":[308]},{"name":"WHEA_ERROR_RECORD_FLAGS_PREVIOUSERROR","features":[308]},{"name":"WHEA_ERROR_RECORD_FLAGS_RECOVERED","features":[308]},{"name":"WHEA_ERROR_RECORD_FLAGS_SIMULATED","features":[308]},{"name":"WHEA_ERROR_RECORD_HEADER","features":[308]},{"name":"WHEA_ERROR_RECORD_HEADER_FLAGS","features":[308]},{"name":"WHEA_ERROR_RECORD_HEADER_VALIDBITS","features":[308]},{"name":"WHEA_ERROR_RECORD_REVISION","features":[308]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR","features":[308]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_FLAGS","features":[308]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_REVISION","features":[308]},{"name":"WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS","features":[308]},{"name":"WHEA_ERROR_RECORD_SIGNATURE_END","features":[308]},{"name":"WHEA_ERROR_RECORD_VALID_PARTITIONID","features":[308]},{"name":"WHEA_ERROR_RECORD_VALID_PLATFORMID","features":[308]},{"name":"WHEA_ERROR_RECORD_VALID_TIMESTAMP","features":[308]},{"name":"WHEA_ERROR_RECOVERY_INFO_SECTION","features":[308,305]},{"name":"WHEA_ERROR_SEVERITY","features":[308]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION","features":[308,305]},{"name":"WHEA_ERROR_SOURCE_CORRECT","features":[308,305]},{"name":"WHEA_ERROR_SOURCE_CREATE_RECORD","features":[308,305]},{"name":"WHEA_ERROR_SOURCE_INITIALIZE","features":[308,305]},{"name":"WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS","features":[308,335]},{"name":"WHEA_ERROR_SOURCE_RECOVER","features":[308,305]},{"name":"WHEA_ERROR_SOURCE_UNINITIALIZE","features":[308]},{"name":"WHEA_ERROR_STATUS","features":[308]},{"name":"WHEA_ERROR_TEXT_LEN","features":[308]},{"name":"WHEA_ERROR_TYPE","features":[308]},{"name":"WHEA_ERR_SRC_OVERRIDE_FLAG","features":[308]},{"name":"WHEA_ETW_OVERFLOW_EVENT","features":[308]},{"name":"WHEA_EVENT_LOG_ENTRY","features":[308]},{"name":"WHEA_EVENT_LOG_ENTRY_FLAGS","features":[308]},{"name":"WHEA_EVENT_LOG_ENTRY_HEADER","features":[308]},{"name":"WHEA_EVENT_LOG_ENTRY_ID","features":[308]},{"name":"WHEA_EVENT_LOG_ENTRY_TYPE","features":[308]},{"name":"WHEA_FAILED_ADD_DEFECT_LIST_EVENT","features":[308]},{"name":"WHEA_FIRMWARE_ERROR_RECORD_REFERENCE","features":[308]},{"name":"WHEA_FIRMWARE_RECORD_TYPE_IPFSAL","features":[308]},{"name":"WHEA_GENERIC_ENTRY_TEXT_LEN","features":[308]},{"name":"WHEA_GENERIC_ENTRY_V2_VERSION","features":[308]},{"name":"WHEA_GENERIC_ENTRY_VERSION","features":[308]},{"name":"WHEA_GENERIC_ERROR","features":[308]},{"name":"WHEA_GENERIC_ERROR_BLOCKSTATUS","features":[308]},{"name":"WHEA_GENERIC_ERROR_DATA_ENTRY_V1","features":[308]},{"name":"WHEA_GENERIC_ERROR_DATA_ENTRY_V2","features":[308]},{"name":"WHEA_INVALID_ERR_SRC_ID","features":[308]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAGS","features":[308]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_NOTIFYALL","features":[308]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_PAGEOFFLINED","features":[308]},{"name":"WHEA_IN_USE_PAGE_NOTIFY_FLAG_PLATFORMDIRECTED","features":[308]},{"name":"WHEA_MAX_LOG_DATA_LEN","features":[308]},{"name":"WHEA_MEMERRTYPE_INVALIDADDRESS","features":[308]},{"name":"WHEA_MEMERRTYPE_MASTERABORT","features":[308]},{"name":"WHEA_MEMERRTYPE_MEMORYSPARING","features":[308]},{"name":"WHEA_MEMERRTYPE_MIRRORBROKEN","features":[308]},{"name":"WHEA_MEMERRTYPE_MULTIBITECC","features":[308]},{"name":"WHEA_MEMERRTYPE_MULTISYMCHIPKILL","features":[308]},{"name":"WHEA_MEMERRTYPE_NOERROR","features":[308]},{"name":"WHEA_MEMERRTYPE_PARITYERROR","features":[308]},{"name":"WHEA_MEMERRTYPE_SINGLEBITECC","features":[308]},{"name":"WHEA_MEMERRTYPE_SINGLESYMCHIPKILL","features":[308]},{"name":"WHEA_MEMERRTYPE_TARGETABORT","features":[308]},{"name":"WHEA_MEMERRTYPE_UNKNOWN","features":[308]},{"name":"WHEA_MEMERRTYPE_WATCHDOGTIMEOUT","features":[308]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_DATA","features":[308]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_HEADER","features":[308]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_SECTION","features":[308]},{"name":"WHEA_MEMORY_CORRECTABLE_ERROR_SECTION_VALIDBITS","features":[308]},{"name":"WHEA_MEMORY_ERROR_SECTION","features":[308]},{"name":"WHEA_MEMORY_ERROR_SECTION_VALIDBITS","features":[308]},{"name":"WHEA_MEMORY_THROTTLE_SUMMARY_FAILED_EVENT","features":[308,305]},{"name":"WHEA_MSCHECK_GUID","features":[308]},{"name":"WHEA_MSR_DUMP_SECTION","features":[308]},{"name":"WHEA_NMI_ERROR_SECTION","features":[308]},{"name":"WHEA_NMI_ERROR_SECTION_FLAGS","features":[308]},{"name":"WHEA_OFFLINE_DONE_EVENT","features":[308]},{"name":"WHEA_PACKET_LOG_DATA","features":[308]},{"name":"WHEA_PCIEXPRESS_BRIDGE_CONTROL_STATUS","features":[308]},{"name":"WHEA_PCIEXPRESS_COMMAND_STATUS","features":[308]},{"name":"WHEA_PCIEXPRESS_DEVICE_ID","features":[308]},{"name":"WHEA_PCIEXPRESS_DEVICE_TYPE","features":[308]},{"name":"WHEA_PCIEXPRESS_ERROR_SECTION","features":[308]},{"name":"WHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS","features":[308]},{"name":"WHEA_PCIEXPRESS_VERSION","features":[308]},{"name":"WHEA_PCIE_ADDRESS","features":[308]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_DEVICES","features":[308]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS","features":[308]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION","features":[308]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION_COUNT_SIZE","features":[308]},{"name":"WHEA_PCIE_CORRECTABLE_ERROR_SECTION_HEADER","features":[308]},{"name":"WHEA_PCIXBUS_COMMAND","features":[308]},{"name":"WHEA_PCIXBUS_ERROR_SECTION","features":[308]},{"name":"WHEA_PCIXBUS_ERROR_SECTION_VALIDBITS","features":[308]},{"name":"WHEA_PCIXBUS_ID","features":[308]},{"name":"WHEA_PCIXDEVICE_ERROR_SECTION","features":[308]},{"name":"WHEA_PCIXDEVICE_ERROR_SECTION_VALIDBITS","features":[308]},{"name":"WHEA_PCIXDEVICE_ID","features":[308]},{"name":"WHEA_PCIXDEVICE_REGISTER_PAIR","features":[308]},{"name":"WHEA_PCI_RECOVERY_SECTION","features":[308,305]},{"name":"WHEA_PCI_RECOVERY_SIGNAL","features":[308]},{"name":"WHEA_PCI_RECOVERY_STATUS","features":[308]},{"name":"WHEA_PERSISTENCE_INFO","features":[308]},{"name":"WHEA_PFA_REMOVE_TRIGGER","features":[308]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_V1","features":[308]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_V2","features":[308]},{"name":"WHEA_PLUGIN_REGISTRATION_PACKET_VERSION","features":[308]},{"name":"WHEA_PMEM_ERROR_SECTION","features":[308]},{"name":"WHEA_PMEM_ERROR_SECTION_LOCATION_INFO_SIZE","features":[308]},{"name":"WHEA_PMEM_ERROR_SECTION_MAX_PAGES","features":[308]},{"name":"WHEA_PMEM_ERROR_SECTION_VALIDBITS","features":[308]},{"name":"WHEA_PMEM_PAGE_RANGE","features":[308]},{"name":"WHEA_PROCESSOR_FAMILY_INFO","features":[308]},{"name":"WHEA_PROCESSOR_GENERIC_ERROR_SECTION","features":[308]},{"name":"WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS","features":[308]},{"name":"WHEA_PSHED_PI_CPU_BUSES_INIT_FAILED_EVENT","features":[308,305]},{"name":"WHEA_PSHED_PI_TRACE_EVENT","features":[308]},{"name":"WHEA_PSHED_PLUGIN_CALLBACKS","features":[308,305,335]},{"name":"WHEA_PSHED_PLUGIN_DIMM_MISMATCH","features":[308]},{"name":"WHEA_PSHED_PLUGIN_ENABLE_NOTIFY_ERRORS","features":[308]},{"name":"WHEA_PSHED_PLUGIN_ENABLE_NOTIFY_FAILED_EVENT","features":[308]},{"name":"WHEA_PSHED_PLUGIN_HEARTBEAT","features":[308]},{"name":"WHEA_PSHED_PLUGIN_INIT_FAILED_EVENT","features":[308,305]},{"name":"WHEA_PSHED_PLUGIN_LOAD_EVENT","features":[308]},{"name":"WHEA_PSHED_PLUGIN_PLATFORM_SUPPORT_EVENT","features":[308,305]},{"name":"WHEA_PSHED_PLUGIN_REGISTRATION_PACKET_V1","features":[308,305,335]},{"name":"WHEA_PSHED_PLUGIN_REGISTRATION_PACKET_V2","features":[308,305,335]},{"name":"WHEA_PSHED_PLUGIN_UNLOAD_EVENT","features":[308]},{"name":"WHEA_RAW_DATA_FORMAT","features":[308]},{"name":"WHEA_RECORD_CREATOR_GUID","features":[308]},{"name":"WHEA_RECOVERY_ACTION","features":[308]},{"name":"WHEA_RECOVERY_CONTEXT","features":[308,305]},{"name":"WHEA_RECOVERY_CONTEXT_ERROR_TYPE","features":[308]},{"name":"WHEA_RECOVERY_FAILURE_REASON","features":[308]},{"name":"WHEA_RECOVERY_TYPE","features":[308]},{"name":"WHEA_REGISTER_KEY_NOTIFICATION_FAILED_EVENT","features":[308]},{"name":"WHEA_REPORT_HW_ERROR_DEVICE_DRIVER_FLAGS","features":[308]},{"name":"WHEA_REVISION","features":[308]},{"name":"WHEA_SEA_SECTION","features":[308,305]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_CONTAINMENTWRN","features":[308]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_FRU_TEXT_BY_PLUGIN","features":[308]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_LATENTERROR","features":[308]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_PRIMARY","features":[308]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_PROPAGATED","features":[308]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_RESET","features":[308]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_RESOURCENA","features":[308]},{"name":"WHEA_SECTION_DESCRIPTOR_FLAGS_THRESHOLDEXCEEDED","features":[308]},{"name":"WHEA_SECTION_DESCRIPTOR_REVISION","features":[308]},{"name":"WHEA_SEI_SECTION","features":[308]},{"name":"WHEA_SEL_BUGCHECK_PROGRESS","features":[308]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_MULTIPLE_BUGCHECK_EVENT","features":[308,305]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE1_EVENT","features":[308,305]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE1_VERSION","features":[308]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_PHASE2_EVENT","features":[308,305]},{"name":"WHEA_SEL_BUGCHECK_RECOVERY_STATUS_START_EVENT","features":[308]},{"name":"WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK","features":[308,305]},{"name":"WHEA_SRAR_DETAIL_EVENT","features":[308,305]},{"name":"WHEA_SRAS_TABLE_ENTRIES_EVENT","features":[308]},{"name":"WHEA_SRAS_TABLE_ERROR","features":[308]},{"name":"WHEA_SRAS_TABLE_NOT_FOUND","features":[308]},{"name":"WHEA_THROTTLE_ADD_ERR_SRC_FAILED_EVENT","features":[308]},{"name":"WHEA_THROTTLE_MEMORY_ADD_OR_REMOVE_EVENT","features":[308]},{"name":"WHEA_THROTTLE_PCIE_ADD_EVENT","features":[308,305]},{"name":"WHEA_THROTTLE_PCIE_REMOVE_EVENT","features":[308]},{"name":"WHEA_THROTTLE_REGISTRY_CORRUPT_EVENT","features":[308]},{"name":"WHEA_THROTTLE_REG_DATA_IGNORED_EVENT","features":[308]},{"name":"WHEA_THROTTLE_TYPE","features":[308]},{"name":"WHEA_TIMESTAMP","features":[308]},{"name":"WHEA_TLBCHECK_GUID","features":[308]},{"name":"WHEA_WRITE_FLAG_DUMMY","features":[308]},{"name":"WHEA_X64_REGISTER_STATE","features":[308]},{"name":"WHEA_X86_REGISTER_STATE","features":[308]},{"name":"WHEA_XPF_BUS_CHECK","features":[308]},{"name":"WHEA_XPF_CACHE_CHECK","features":[308]},{"name":"WHEA_XPF_CONTEXT_INFO","features":[308]},{"name":"WHEA_XPF_MCA_EXTREG_MAX_COUNT","features":[308]},{"name":"WHEA_XPF_MCA_SECTION","features":[308,305]},{"name":"WHEA_XPF_MCA_SECTION_VERSION","features":[308]},{"name":"WHEA_XPF_MCA_SECTION_VERSION_2","features":[308]},{"name":"WHEA_XPF_MCA_SECTION_VERSION_3","features":[308]},{"name":"WHEA_XPF_MS_CHECK","features":[308]},{"name":"WHEA_XPF_PROCESSOR_ERROR_SECTION","features":[308]},{"name":"WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS","features":[308]},{"name":"WHEA_XPF_PROCINFO","features":[308]},{"name":"WHEA_XPF_PROCINFO_VALIDBITS","features":[308]},{"name":"WHEA_XPF_TLB_CHECK","features":[308]},{"name":"WMIREGISTER","features":[308]},{"name":"WMIREG_ACTION_BLOCK_IRPS","features":[308]},{"name":"WMIREG_ACTION_DEREGISTER","features":[308]},{"name":"WMIREG_ACTION_REGISTER","features":[308]},{"name":"WMIREG_ACTION_REREGISTER","features":[308]},{"name":"WMIREG_ACTION_UPDATE_GUIDS","features":[308]},{"name":"WMIUPDATE","features":[308]},{"name":"WMI_NOTIFICATION_CALLBACK","features":[308]},{"name":"WORKER_THREAD_ROUTINE","features":[308]},{"name":"WORK_QUEUE_TYPE","features":[308]},{"name":"WdfNotifyRoutinesClass","features":[308]},{"name":"WheaAddErrorSource","features":[308,305,335]},{"name":"WheaAddErrorSourceDeviceDriver","features":[308,305,335]},{"name":"WheaAddErrorSourceDeviceDriverV1","features":[308,305,335]},{"name":"WheaAddHwErrorReportSectionDeviceDriver","features":[308,305,335]},{"name":"WheaConfigureErrorSource","features":[308,305,335]},{"name":"WheaCpuVendorAmd","features":[308]},{"name":"WheaCpuVendorIntel","features":[308]},{"name":"WheaCpuVendorOther","features":[308]},{"name":"WheaCreateHwErrorReportDeviceDriver","features":[307,310,308,305,309,311,312,313]},{"name":"WheaDataFormatGeneric","features":[308]},{"name":"WheaDataFormatIPFSalRecord","features":[308]},{"name":"WheaDataFormatMax","features":[308]},{"name":"WheaDataFormatMemory","features":[308]},{"name":"WheaDataFormatNMIPort","features":[308]},{"name":"WheaDataFormatPCIExpress","features":[308]},{"name":"WheaDataFormatPCIXBus","features":[308]},{"name":"WheaDataFormatPCIXDevice","features":[308]},{"name":"WheaDataFormatXPFMCA","features":[308]},{"name":"WheaErrSevCorrected","features":[308]},{"name":"WheaErrSevFatal","features":[308]},{"name":"WheaErrSevInformational","features":[308]},{"name":"WheaErrSevRecoverable","features":[308]},{"name":"WheaErrTypeGeneric","features":[308]},{"name":"WheaErrTypeMemory","features":[308]},{"name":"WheaErrTypeNMI","features":[308]},{"name":"WheaErrTypePCIExpress","features":[308]},{"name":"WheaErrTypePCIXBus","features":[308]},{"name":"WheaErrTypePCIXDevice","features":[308]},{"name":"WheaErrTypePmem","features":[308]},{"name":"WheaErrTypeProcessor","features":[308]},{"name":"WheaErrorSourceGetState","features":[308,335]},{"name":"WheaEventBugCheckRecoveryEntry","features":[308]},{"name":"WheaEventBugCheckRecoveryMax","features":[308]},{"name":"WheaEventBugCheckRecoveryReturn","features":[308]},{"name":"WheaEventLogAzccRootBusList","features":[308]},{"name":"WheaEventLogAzccRootBusPoisonSet","features":[308]},{"name":"WheaEventLogAzccRootBusSearchErr","features":[308]},{"name":"WheaEventLogCmciFinalRestart","features":[308]},{"name":"WheaEventLogCmciRestart","features":[308]},{"name":"WheaEventLogEntryEarlyError","features":[308]},{"name":"WheaEventLogEntryEtwOverFlow","features":[308]},{"name":"WheaEventLogEntryIdAcpiTimeOut","features":[308]},{"name":"WheaEventLogEntryIdAddRemoveErrorSource","features":[308]},{"name":"WheaEventLogEntryIdAerNotGrantedToOs","features":[308]},{"name":"WheaEventLogEntryIdAttemptErrorRecovery","features":[308]},{"name":"WheaEventLogEntryIdBadHestNotifyData","features":[308]},{"name":"WheaEventLogEntryIdBadPageLimitReached","features":[308]},{"name":"WheaEventLogEntryIdClearedPoison","features":[308]},{"name":"WheaEventLogEntryIdCmcPollingTimeout","features":[308]},{"name":"WheaEventLogEntryIdCmcSwitchToPolling","features":[308]},{"name":"WheaEventLogEntryIdCmciImplPresent","features":[308]},{"name":"WheaEventLogEntryIdCmciInitError","features":[308]},{"name":"WheaEventLogEntryIdCpuBusesInitFailed","features":[308]},{"name":"WheaEventLogEntryIdCpusFrozen","features":[308]},{"name":"WheaEventLogEntryIdCpusFrozenNoCrashDump","features":[308]},{"name":"WheaEventLogEntryIdCreateGenericRecord","features":[308]},{"name":"WheaEventLogEntryIdDefectListCorrupt","features":[308]},{"name":"WheaEventLogEntryIdDefectListFull","features":[308]},{"name":"WheaEventLogEntryIdDefectListUEFIVarFailed","features":[308]},{"name":"WheaEventLogEntryIdDeviceDriver","features":[308]},{"name":"WheaEventLogEntryIdDroppedCorrectedError","features":[308]},{"name":"WheaEventLogEntryIdDrvErrSrcInvalid","features":[308]},{"name":"WheaEventLogEntryIdDrvHandleBusy","features":[308]},{"name":"WheaEventLogEntryIdEnableKeyNotifFailed","features":[308]},{"name":"WheaEventLogEntryIdErrDimmInfoMismatch","features":[308]},{"name":"WheaEventLogEntryIdErrSrcArrayInvalid","features":[308]},{"name":"WheaEventLogEntryIdErrSrcInvalid","features":[308]},{"name":"WheaEventLogEntryIdErrorRecord","features":[308]},{"name":"WheaEventLogEntryIdErrorRecordLimit","features":[308]},{"name":"WheaEventLogEntryIdFailedAddToDefectList","features":[308]},{"name":"WheaEventLogEntryIdGenericErrMemMap","features":[308]},{"name":"WheaEventLogEntryIdKeyNotificationFailed","features":[308]},{"name":"WheaEventLogEntryIdMcaErrorCleared","features":[308]},{"name":"WheaEventLogEntryIdMcaFoundErrorInBank","features":[308]},{"name":"WheaEventLogEntryIdMcaStuckErrorCheck","features":[308]},{"name":"WheaEventLogEntryIdMemoryAddDevice","features":[308]},{"name":"WheaEventLogEntryIdMemoryRemoveDevice","features":[308]},{"name":"WheaEventLogEntryIdMemorySummaryFailed","features":[308]},{"name":"WheaEventLogEntryIdOscCapabilities","features":[308]},{"name":"WheaEventLogEntryIdPFAMemoryOfflined","features":[308]},{"name":"WheaEventLogEntryIdPFAMemoryPolicy","features":[308]},{"name":"WheaEventLogEntryIdPFAMemoryRemoveMonitor","features":[308]},{"name":"WheaEventLogEntryIdPcieAddDevice","features":[308]},{"name":"WheaEventLogEntryIdPcieConfigInfo","features":[308]},{"name":"WheaEventLogEntryIdPcieDpcError","features":[308]},{"name":"WheaEventLogEntryIdPcieOverrideInfo","features":[308]},{"name":"WheaEventLogEntryIdPcieRemoveDevice","features":[308]},{"name":"WheaEventLogEntryIdPcieSpuriousErrSource","features":[308]},{"name":"WheaEventLogEntryIdPcieSummaryFailed","features":[308]},{"name":"WheaEventLogEntryIdProcessEINJ","features":[308]},{"name":"WheaEventLogEntryIdProcessHEST","features":[308]},{"name":"WheaEventLogEntryIdPshedCallbackCollision","features":[308]},{"name":"WheaEventLogEntryIdPshedInjectError","features":[308]},{"name":"WheaEventLogEntryIdPshedPiTraceLog","features":[308]},{"name":"WheaEventLogEntryIdPshedPluginInitFailed","features":[308]},{"name":"WheaEventLogEntryIdPshedPluginLoad","features":[308]},{"name":"WheaEventLogEntryIdPshedPluginRegister","features":[308]},{"name":"WheaEventLogEntryIdPshedPluginSupported","features":[308]},{"name":"WheaEventLogEntryIdPshedPluginUnload","features":[308]},{"name":"WheaEventLogEntryIdReadPcieOverridesErr","features":[308]},{"name":"WheaEventLogEntryIdRowFailure","features":[308]},{"name":"WheaEventLogEntryIdSELBugCheckInfo","features":[308]},{"name":"WheaEventLogEntryIdSELBugCheckProgress","features":[308]},{"name":"WheaEventLogEntryIdSELBugCheckRecovery","features":[308]},{"name":"WheaEventLogEntryIdSrasTableEntries","features":[308]},{"name":"WheaEventLogEntryIdSrasTableError","features":[308]},{"name":"WheaEventLogEntryIdSrasTableNotFound","features":[308]},{"name":"WheaEventLogEntryIdStartedReportHwError","features":[308]},{"name":"WheaEventLogEntryIdThrottleAddErrSrcFailed","features":[308]},{"name":"WheaEventLogEntryIdThrottleRegCorrupt","features":[308]},{"name":"WheaEventLogEntryIdThrottleRegDataIgnored","features":[308]},{"name":"WheaEventLogEntryIdWheaHeartbeat","features":[308]},{"name":"WheaEventLogEntryIdWheaInit","features":[308]},{"name":"WheaEventLogEntryIdWorkQueueItem","features":[308]},{"name":"WheaEventLogEntryIdeDpcEnabled","features":[308]},{"name":"WheaEventLogEntryPageOfflineDone","features":[308]},{"name":"WheaEventLogEntryPageOfflinePendMax","features":[308]},{"name":"WheaEventLogEntrySrarDetail","features":[308]},{"name":"WheaEventLogEntryTypeError","features":[308]},{"name":"WheaEventLogEntryTypeInformational","features":[308]},{"name":"WheaEventLogEntryTypeWarning","features":[308]},{"name":"WheaGetNotifyAllOfflinesPolicy","features":[308,305]},{"name":"WheaHighIrqlLogSelEventHandlerRegister","features":[308,305,335]},{"name":"WheaHighIrqlLogSelEventHandlerUnregister","features":[308]},{"name":"WheaHwErrorReportAbandonDeviceDriver","features":[308,305]},{"name":"WheaHwErrorReportSetSectionNameDeviceDriver","features":[308,305,335]},{"name":"WheaHwErrorReportSetSeverityDeviceDriver","features":[308,305]},{"name":"WheaHwErrorReportSubmitDeviceDriver","features":[308,305]},{"name":"WheaInitializeRecordHeader","features":[308,305]},{"name":"WheaIsCriticalState","features":[308,305]},{"name":"WheaLogInternalEvent","features":[308]},{"name":"WheaMemoryThrottle","features":[308]},{"name":"WheaPciExpressDownstreamSwitchPort","features":[308]},{"name":"WheaPciExpressEndpoint","features":[308]},{"name":"WheaPciExpressLegacyEndpoint","features":[308]},{"name":"WheaPciExpressRootComplexEventCollector","features":[308]},{"name":"WheaPciExpressRootComplexIntegratedEndpoint","features":[308]},{"name":"WheaPciExpressRootPort","features":[308]},{"name":"WheaPciExpressToPciXBridge","features":[308]},{"name":"WheaPciExpressUpstreamSwitchPort","features":[308]},{"name":"WheaPciREcoveryStatusUnknown","features":[308]},{"name":"WheaPciRecoverySignalAer","features":[308]},{"name":"WheaPciRecoverySignalDpc","features":[308]},{"name":"WheaPciRecoverySignalUnknown","features":[308]},{"name":"WheaPciRecoveryStatusBusNotFound","features":[308]},{"name":"WheaPciRecoveryStatusComplexTree","features":[308]},{"name":"WheaPciRecoveryStatusLinkDisableTimeout","features":[308]},{"name":"WheaPciRecoveryStatusLinkEnableTimeout","features":[308]},{"name":"WheaPciRecoveryStatusNoError","features":[308]},{"name":"WheaPciRecoveryStatusRpBusyTimeout","features":[308]},{"name":"WheaPciXToExpressBridge","features":[308]},{"name":"WheaPcieThrottle","features":[308]},{"name":"WheaPfaRemoveCapacity","features":[308]},{"name":"WheaPfaRemoveErrorThreshold","features":[308]},{"name":"WheaPfaRemoveTimeout","features":[308]},{"name":"WheaRawDataFormatAMD64MCA","features":[308]},{"name":"WheaRawDataFormatGeneric","features":[308]},{"name":"WheaRawDataFormatIA32MCA","features":[308]},{"name":"WheaRawDataFormatIPFSalRecord","features":[308]},{"name":"WheaRawDataFormatIntel64MCA","features":[308]},{"name":"WheaRawDataFormatMax","features":[308]},{"name":"WheaRawDataFormatMemory","features":[308]},{"name":"WheaRawDataFormatNMIPort","features":[308]},{"name":"WheaRawDataFormatPCIExpress","features":[308]},{"name":"WheaRawDataFormatPCIXBus","features":[308]},{"name":"WheaRawDataFormatPCIXDevice","features":[308]},{"name":"WheaRecoveryContextErrorTypeMax","features":[308]},{"name":"WheaRecoveryContextErrorTypeMemory","features":[308]},{"name":"WheaRecoveryContextErrorTypePmem","features":[308]},{"name":"WheaRecoveryFailureReasonFarNotValid","features":[308]},{"name":"WheaRecoveryFailureReasonHighIrql","features":[308]},{"name":"WheaRecoveryFailureReasonInsufficientAltContextWrappers","features":[308]},{"name":"WheaRecoveryFailureReasonInterruptsDisabled","features":[308]},{"name":"WheaRecoveryFailureReasonInvalidAddressMode","features":[308]},{"name":"WheaRecoveryFailureReasonKernelCouldNotMarkMemoryBad","features":[308]},{"name":"WheaRecoveryFailureReasonKernelMarkMemoryBadTimedOut","features":[308]},{"name":"WheaRecoveryFailureReasonKernelWillPageFaultBCAtCurrentIrql","features":[308]},{"name":"WheaRecoveryFailureReasonMax","features":[308]},{"name":"WheaRecoveryFailureReasonMiscOrAddrNotValid","features":[308]},{"name":"WheaRecoveryFailureReasonNoRecoveryContext","features":[308]},{"name":"WheaRecoveryFailureReasonNotContinuable","features":[308]},{"name":"WheaRecoveryFailureReasonNotSupported","features":[308]},{"name":"WheaRecoveryFailureReasonOverflow","features":[308]},{"name":"WheaRecoveryFailureReasonPcc","features":[308]},{"name":"WheaRecoveryFailureReasonStackOverflow","features":[308]},{"name":"WheaRecoveryFailureReasonSwapBusy","features":[308]},{"name":"WheaRecoveryFailureReasonUnexpectedFailure","features":[308]},{"name":"WheaRecoveryTypeActionOptional","features":[308]},{"name":"WheaRecoveryTypeActionRequired","features":[308]},{"name":"WheaRecoveryTypeMax","features":[308]},{"name":"WheaRegisterInUsePageOfflineNotification","features":[308,305]},{"name":"WheaRemoveErrorSource","features":[308]},{"name":"WheaRemoveErrorSourceDeviceDriver","features":[308,305]},{"name":"WheaReportHwError","features":[308,305,335]},{"name":"WheaReportHwErrorDeviceDriver","features":[307,310,308,305,309,311,312,313]},{"name":"WheaUnconfigureErrorSource","features":[308,305,335]},{"name":"WheaUnregisterInUsePageOfflineNotification","features":[308,305]},{"name":"WheapDpcErrBusNotFound","features":[308]},{"name":"WheapDpcErrDeviceIdBad","features":[308]},{"name":"WheapDpcErrDpcedSubtree","features":[308]},{"name":"WheapDpcErrNoChildren","features":[308]},{"name":"WheapDpcErrNoErr","features":[308]},{"name":"WheapDpcErrResetFailed","features":[308]},{"name":"WheapPfaOfflinePredictiveFailure","features":[308]},{"name":"WheapPfaOfflineUncorrectedError","features":[308]},{"name":"Width16Bits","features":[308]},{"name":"Width32Bits","features":[308]},{"name":"Width64Bits","features":[308]},{"name":"Width8Bits","features":[308]},{"name":"WidthNoWrap","features":[308]},{"name":"WmiQueryTraceInformation","features":[308,305]},{"name":"WormController","features":[308]},{"name":"WrAlertByThreadId","features":[308]},{"name":"WrCalloutStack","features":[308]},{"name":"WrCpuRateControl","features":[308]},{"name":"WrDeferredPreempt","features":[308]},{"name":"WrDelayExecution","features":[308]},{"name":"WrDispatchInt","features":[308]},{"name":"WrExecutive","features":[308]},{"name":"WrFastMutex","features":[308]},{"name":"WrFreePage","features":[308]},{"name":"WrGuardedMutex","features":[308]},{"name":"WrIoRing","features":[308]},{"name":"WrKernel","features":[308]},{"name":"WrKeyedEvent","features":[308]},{"name":"WrLpcReceive","features":[308]},{"name":"WrLpcReply","features":[308]},{"name":"WrMdlCache","features":[308]},{"name":"WrMutex","features":[308]},{"name":"WrPageIn","features":[308]},{"name":"WrPageOut","features":[308]},{"name":"WrPhysicalFault","features":[308]},{"name":"WrPoolAllocation","features":[308]},{"name":"WrPreempted","features":[308]},{"name":"WrProcessInSwap","features":[308]},{"name":"WrPushLock","features":[308]},{"name":"WrQuantumEnd","features":[308]},{"name":"WrQueue","features":[308]},{"name":"WrRendezvous","features":[308]},{"name":"WrResource","features":[308]},{"name":"WrRundown","features":[308]},{"name":"WrSpare0","features":[308]},{"name":"WrSuspended","features":[308]},{"name":"WrTerminated","features":[308]},{"name":"WrUserRequest","features":[308]},{"name":"WrVirtualMemory","features":[308]},{"name":"WrYieldExecution","features":[308]},{"name":"WriteAccess","features":[308]},{"name":"XPF_BUS_CHECK_ADDRESS_IO","features":[308]},{"name":"XPF_BUS_CHECK_ADDRESS_MEMORY","features":[308]},{"name":"XPF_BUS_CHECK_ADDRESS_OTHER","features":[308]},{"name":"XPF_BUS_CHECK_ADDRESS_RESERVED","features":[308]},{"name":"XPF_BUS_CHECK_OPERATION_DATAREAD","features":[308]},{"name":"XPF_BUS_CHECK_OPERATION_DATAWRITE","features":[308]},{"name":"XPF_BUS_CHECK_OPERATION_GENERIC","features":[308]},{"name":"XPF_BUS_CHECK_OPERATION_GENREAD","features":[308]},{"name":"XPF_BUS_CHECK_OPERATION_GENWRITE","features":[308]},{"name":"XPF_BUS_CHECK_OPERATION_INSTRUCTIONFETCH","features":[308]},{"name":"XPF_BUS_CHECK_OPERATION_PREFETCH","features":[308]},{"name":"XPF_BUS_CHECK_PARTICIPATION_GENERIC","features":[308]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCOBSERVED","features":[308]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCORIGINATED","features":[308]},{"name":"XPF_BUS_CHECK_PARTICIPATION_PROCRESPONDED","features":[308]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[308]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_GENERIC","features":[308]},{"name":"XPF_BUS_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[308]},{"name":"XPF_CACHE_CHECK_OPERATION_DATAREAD","features":[308]},{"name":"XPF_CACHE_CHECK_OPERATION_DATAWRITE","features":[308]},{"name":"XPF_CACHE_CHECK_OPERATION_EVICTION","features":[308]},{"name":"XPF_CACHE_CHECK_OPERATION_GENERIC","features":[308]},{"name":"XPF_CACHE_CHECK_OPERATION_GENREAD","features":[308]},{"name":"XPF_CACHE_CHECK_OPERATION_GENWRITE","features":[308]},{"name":"XPF_CACHE_CHECK_OPERATION_INSTRUCTIONFETCH","features":[308]},{"name":"XPF_CACHE_CHECK_OPERATION_PREFETCH","features":[308]},{"name":"XPF_CACHE_CHECK_OPERATION_SNOOP","features":[308]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[308]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_GENERIC","features":[308]},{"name":"XPF_CACHE_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[308]},{"name":"XPF_CONTEXT_INFO_32BITCONTEXT","features":[308]},{"name":"XPF_CONTEXT_INFO_32BITDEBUGREGS","features":[308]},{"name":"XPF_CONTEXT_INFO_64BITCONTEXT","features":[308]},{"name":"XPF_CONTEXT_INFO_64BITDEBUGREGS","features":[308]},{"name":"XPF_CONTEXT_INFO_FXSAVE","features":[308]},{"name":"XPF_CONTEXT_INFO_MMREGISTERS","features":[308]},{"name":"XPF_CONTEXT_INFO_MSRREGISTERS","features":[308]},{"name":"XPF_CONTEXT_INFO_UNCLASSIFIEDDATA","features":[308]},{"name":"XPF_MCA_SECTION_GUID","features":[308]},{"name":"XPF_MS_CHECK_ERRORTYPE_EXTERNAL","features":[308]},{"name":"XPF_MS_CHECK_ERRORTYPE_FRC","features":[308]},{"name":"XPF_MS_CHECK_ERRORTYPE_INTERNALUNCLASSIFIED","features":[308]},{"name":"XPF_MS_CHECK_ERRORTYPE_MCROMPARITY","features":[308]},{"name":"XPF_MS_CHECK_ERRORTYPE_NOERROR","features":[308]},{"name":"XPF_MS_CHECK_ERRORTYPE_UNCLASSIFIED","features":[308]},{"name":"XPF_PROCESSOR_ERROR_SECTION_GUID","features":[308]},{"name":"XPF_RECOVERY_INFO","features":[308,305]},{"name":"XPF_TLB_CHECK_OPERATION_DATAREAD","features":[308]},{"name":"XPF_TLB_CHECK_OPERATION_DATAWRITE","features":[308]},{"name":"XPF_TLB_CHECK_OPERATION_GENERIC","features":[308]},{"name":"XPF_TLB_CHECK_OPERATION_GENREAD","features":[308]},{"name":"XPF_TLB_CHECK_OPERATION_GENWRITE","features":[308]},{"name":"XPF_TLB_CHECK_OPERATION_INSTRUCTIONFETCH","features":[308]},{"name":"XPF_TLB_CHECK_OPERATION_PREFETCH","features":[308]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_DATAACCESS","features":[308]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_GENERIC","features":[308]},{"name":"XPF_TLB_CHECK_TRANSACTIONTYPE_INSTRUCTION","features":[308]},{"name":"XSAVE_FORMAT","features":[308,335]},{"name":"XSTATE_CONTEXT","features":[308,335]},{"name":"XSTATE_SAVE","features":[308,335]},{"name":"ZONE_HEADER","features":[308,312]},{"name":"ZONE_SEGMENT_HEADER","features":[308,312]},{"name":"ZwAllocateLocallyUniqueId","features":[308,305]},{"name":"ZwClose","features":[308,305]},{"name":"ZwCommitComplete","features":[308,305]},{"name":"ZwCommitEnlistment","features":[308,305]},{"name":"ZwCommitTransaction","features":[308,305]},{"name":"ZwCreateEnlistment","features":[307,308,305,309]},{"name":"ZwCreateFile","features":[307,308,305,309,311]},{"name":"ZwCreateResourceManager","features":[307,308,305,309]},{"name":"ZwCreateSection","features":[307,308,305,309]},{"name":"ZwCreateTransaction","features":[307,308,305,309]},{"name":"ZwCreateTransactionManager","features":[307,308,305,309]},{"name":"ZwDeviceIoControlFile","features":[308,305,311]},{"name":"ZwDisplayString","features":[308,305]},{"name":"ZwEnumerateTransactionObject","features":[308,305,341]},{"name":"ZwGetNotificationResourceManager","features":[308,305,325]},{"name":"ZwLoadDriver","features":[308,305]},{"name":"ZwMakeTemporaryObject","features":[308,305]},{"name":"ZwManagePartition","features":[308,305]},{"name":"ZwOpenEnlistment","features":[307,308,305,309]},{"name":"ZwOpenFile","features":[307,308,305,309,311]},{"name":"ZwOpenResourceManager","features":[307,308,305,309]},{"name":"ZwOpenSymbolicLinkObject","features":[307,308,305,309]},{"name":"ZwOpenTransaction","features":[307,308,305,309]},{"name":"ZwOpenTransactionManager","features":[307,308,305,309]},{"name":"ZwPowerInformation","features":[308,305,313]},{"name":"ZwPrePrepareComplete","features":[308,305]},{"name":"ZwPrePrepareEnlistment","features":[308,305]},{"name":"ZwPrepareComplete","features":[308,305]},{"name":"ZwPrepareEnlistment","features":[308,305]},{"name":"ZwPropagationComplete","features":[308,305]},{"name":"ZwPropagationFailed","features":[308,305]},{"name":"ZwQueryInformationByName","features":[307,310,308,305,309,311]},{"name":"ZwQueryInformationEnlistment","features":[308,305,341]},{"name":"ZwQueryInformationFile","features":[310,308,305,311]},{"name":"ZwQueryInformationResourceManager","features":[308,305,341]},{"name":"ZwQueryInformationTransaction","features":[308,305,341]},{"name":"ZwQueryInformationTransactionManager","features":[308,305,341]},{"name":"ZwQuerySymbolicLinkObject","features":[308,305]},{"name":"ZwReadFile","features":[308,305,311]},{"name":"ZwReadOnlyEnlistment","features":[308,305]},{"name":"ZwRecoverEnlistment","features":[308,305]},{"name":"ZwRecoverResourceManager","features":[308,305]},{"name":"ZwRecoverTransactionManager","features":[308,305]},{"name":"ZwRegisterProtocolAddressInformation","features":[308,305]},{"name":"ZwRenameTransactionManager","features":[308,305]},{"name":"ZwRollbackComplete","features":[308,305]},{"name":"ZwRollbackEnlistment","features":[308,305]},{"name":"ZwRollbackTransaction","features":[308,305]},{"name":"ZwRollforwardTransactionManager","features":[308,305]},{"name":"ZwSetInformationEnlistment","features":[308,305,341]},{"name":"ZwSetInformationFile","features":[310,308,305,311]},{"name":"ZwSetInformationResourceManager","features":[308,305,341]},{"name":"ZwSetInformationTransaction","features":[308,305,341]},{"name":"ZwSetInformationTransactionManager","features":[308,305,341]},{"name":"ZwSinglePhaseReject","features":[308,305]},{"name":"ZwUnloadDriver","features":[308,305]},{"name":"ZwWriteFile","features":[308,305,311]},{"name":"_EXT_SET_PARAMETERS_V0","features":[308]},{"name":"_STRSAFE_USE_SECURE_CRT","features":[308]},{"name":"_WHEA_ERROR_SOURCE_CORRECT","features":[308,305,335]},{"name":"_WHEA_ERROR_SOURCE_CREATE_RECORD","features":[308,305,335]},{"name":"_WHEA_ERROR_SOURCE_INITIALIZE","features":[308,305,335]},{"name":"_WHEA_ERROR_SOURCE_RECOVER","features":[308,305]},{"name":"_WHEA_ERROR_SOURCE_UNINITIALIZE","features":[308]},{"name":"_WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK","features":[308,305]},{"name":"__guid_type","features":[308]},{"name":"__multiString_type","features":[308]},{"name":"__string_type","features":[308]},{"name":"pHalAssignSlotResources","features":[307,310,308,305,309,311,312,313]},{"name":"pHalEndMirroring","features":[308,305]},{"name":"pHalEndOfBoot","features":[308]},{"name":"pHalExamineMBR","features":[307,310,308,305,309,311,312,313]},{"name":"pHalFindBusAddressTranslation","features":[308,305]},{"name":"pHalGetAcpiTable","features":[308]},{"name":"pHalGetDmaAdapter","features":[307,310,308,305,309,311,312,313]},{"name":"pHalGetInterruptTranslator","features":[307,310,308,305,309,311,312,313]},{"name":"pHalGetPrmCache","features":[308,312]},{"name":"pHalHaltSystem","features":[308]},{"name":"pHalHandlerForBus","features":[307,308]},{"name":"pHalInitPnpDriver","features":[308,305]},{"name":"pHalInitPowerManagement","features":[308,305]},{"name":"pHalIoReadPartitionTable","features":[307,310,308,305,309,311,326,312,313]},{"name":"pHalIoSetPartitionInformation","features":[307,310,308,305,309,311,312,313]},{"name":"pHalIoWritePartitionTable","features":[307,310,308,305,309,311,326,312,313]},{"name":"pHalMirrorPhysicalMemory","features":[308,305]},{"name":"pHalMirrorVerify","features":[308,305]},{"name":"pHalQueryBusSlots","features":[307,308,305]},{"name":"pHalQuerySystemInformation","features":[308,305]},{"name":"pHalReferenceBusHandler","features":[307,308]},{"name":"pHalResetDisplay","features":[308,305]},{"name":"pHalSetPciErrorHandlerCallback","features":[308]},{"name":"pHalSetSystemInformation","features":[308,305]},{"name":"pHalStartMirroring","features":[308,305]},{"name":"pHalTranslateBusAddress","features":[308,305]},{"name":"pHalVectorToIDTEntry","features":[308]},{"name":"pKdCheckPowerButton","features":[308]},{"name":"pKdEnumerateDebuggingDevices","features":[308,305]},{"name":"pKdGetAcpiTablePhase0","features":[308]},{"name":"pKdGetPciDataByOffset","features":[308]},{"name":"pKdMapPhysicalMemory64","features":[308,305]},{"name":"pKdReleaseIntegratedDeviceForDebugging","features":[308,305]},{"name":"pKdReleasePciDeviceForDebugging","features":[308,305]},{"name":"pKdSetPciDataByOffset","features":[308]},{"name":"pKdSetupIntegratedDeviceForDebugging","features":[308,305]},{"name":"pKdSetupPciDeviceForDebugging","features":[308,305]},{"name":"pKdUnmapVirtualAddress","features":[308,305]},{"name":"vDbgPrintEx","features":[308]},{"name":"vDbgPrintExWithPrefix","features":[308]}],"354":[{"name":"MaxProcessInfoClass","features":[343]},{"name":"MaxThreadInfoClass","features":[343]},{"name":"MaxTimerInfoClass","features":[343]},{"name":"NtCancelTimer","features":[343,305]},{"name":"NtCreateTimer","features":[307,343,305,309,312]},{"name":"NtOpenEvent","features":[307,343,305,309]},{"name":"NtOpenProcess","features":[307,343,305,309,339]},{"name":"NtOpenTimer","features":[307,343,305,309]},{"name":"NtQueryInformationProcess","features":[343,305]},{"name":"NtQueryInformationThread","features":[343,305]},{"name":"NtSetInformationThread","features":[343,305]},{"name":"NtSetTimer","features":[308,343,305]},{"name":"NtSetTimerEx","features":[343,305]},{"name":"NtTerminateProcess","features":[343,305]},{"name":"NtWaitForSingleObject","features":[343,305]},{"name":"PROCESSINFOCLASS","features":[343]},{"name":"ProcessAccessToken","features":[343]},{"name":"ProcessAffinityMask","features":[343]},{"name":"ProcessAffinityUpdateMode","features":[343]},{"name":"ProcessBasePriority","features":[343]},{"name":"ProcessBasicInformation","features":[343]},{"name":"ProcessBreakOnTermination","features":[343]},{"name":"ProcessCheckStackExtentsMode","features":[343]},{"name":"ProcessCommandLineInformation","features":[343]},{"name":"ProcessCommitReleaseInformation","features":[343]},{"name":"ProcessCookie","features":[343]},{"name":"ProcessCycleTime","features":[343]},{"name":"ProcessDebugFlags","features":[343]},{"name":"ProcessDebugObjectHandle","features":[343]},{"name":"ProcessDebugPort","features":[343]},{"name":"ProcessDefaultHardErrorMode","features":[343]},{"name":"ProcessDeviceMap","features":[343]},{"name":"ProcessDynamicFunctionTableInformation","features":[343]},{"name":"ProcessEnableAlignmentFaultFixup","features":[343]},{"name":"ProcessEnergyTrackingState","features":[343]},{"name":"ProcessExceptionPort","features":[343]},{"name":"ProcessExecuteFlags","features":[343]},{"name":"ProcessFaultInformation","features":[343]},{"name":"ProcessForegroundInformation","features":[343]},{"name":"ProcessGroupInformation","features":[343]},{"name":"ProcessHandleCheckingMode","features":[343]},{"name":"ProcessHandleCount","features":[343]},{"name":"ProcessHandleInformation","features":[343]},{"name":"ProcessHandleTable","features":[343]},{"name":"ProcessHandleTracing","features":[343]},{"name":"ProcessImageFileMapping","features":[343]},{"name":"ProcessImageFileName","features":[343]},{"name":"ProcessImageFileNameWin32","features":[343]},{"name":"ProcessImageInformation","features":[343]},{"name":"ProcessInPrivate","features":[343]},{"name":"ProcessInstrumentationCallback","features":[343]},{"name":"ProcessIoCounters","features":[343]},{"name":"ProcessIoPortHandlers","features":[343]},{"name":"ProcessIoPriority","features":[343]},{"name":"ProcessKeepAliveCount","features":[343]},{"name":"ProcessLUIDDeviceMapsEnabled","features":[343]},{"name":"ProcessLdtInformation","features":[343]},{"name":"ProcessLdtSize","features":[343]},{"name":"ProcessMemoryAllocationMode","features":[343]},{"name":"ProcessMemoryExhaustion","features":[343]},{"name":"ProcessMitigationPolicy","features":[343]},{"name":"ProcessOwnerInformation","features":[343]},{"name":"ProcessPagePriority","features":[343]},{"name":"ProcessPooledUsageAndLimits","features":[343]},{"name":"ProcessPriorityBoost","features":[343]},{"name":"ProcessPriorityClass","features":[343]},{"name":"ProcessProtectionInformation","features":[343]},{"name":"ProcessQuotaLimits","features":[343]},{"name":"ProcessRaisePriority","features":[343]},{"name":"ProcessRaiseUMExceptionOnInvalidHandleClose","features":[343]},{"name":"ProcessReserved1Information","features":[343]},{"name":"ProcessReserved2Information","features":[343]},{"name":"ProcessRevokeFileHandles","features":[343]},{"name":"ProcessSessionInformation","features":[343]},{"name":"ProcessSubsystemInformation","features":[343]},{"name":"ProcessSubsystemProcess","features":[343]},{"name":"ProcessTelemetryIdInformation","features":[343]},{"name":"ProcessThreadStackAllocation","features":[343]},{"name":"ProcessTimes","features":[343]},{"name":"ProcessTlsInformation","features":[343]},{"name":"ProcessTokenVirtualizationEnabled","features":[343]},{"name":"ProcessUserModeIOPL","features":[343]},{"name":"ProcessVmCounters","features":[343]},{"name":"ProcessWin32kSyscallFilterInformation","features":[343]},{"name":"ProcessWindowInformation","features":[343]},{"name":"ProcessWorkingSetControl","features":[343]},{"name":"ProcessWorkingSetWatch","features":[343]},{"name":"ProcessWorkingSetWatchEx","features":[343]},{"name":"ProcessWow64Information","features":[343]},{"name":"ProcessWx86Information","features":[343]},{"name":"THREADINFOCLASS","features":[343]},{"name":"TIMER_SET_INFORMATION_CLASS","features":[343]},{"name":"ThreadActualBasePriority","features":[343]},{"name":"ThreadActualGroupAffinity","features":[343]},{"name":"ThreadAffinityMask","features":[343]},{"name":"ThreadAmILastThread","features":[343]},{"name":"ThreadBasePriority","features":[343]},{"name":"ThreadBasicInformation","features":[343]},{"name":"ThreadBreakOnTermination","features":[343]},{"name":"ThreadCSwitchMon","features":[343]},{"name":"ThreadCSwitchPmu","features":[343]},{"name":"ThreadCounterProfiling","features":[343]},{"name":"ThreadCpuAccountingInformation","features":[343]},{"name":"ThreadCycleTime","features":[343]},{"name":"ThreadDescriptorTableEntry","features":[343]},{"name":"ThreadDynamicCodePolicyInfo","features":[343]},{"name":"ThreadEnableAlignmentFaultFixup","features":[343]},{"name":"ThreadEventPair_Reusable","features":[343]},{"name":"ThreadGroupInformation","features":[343]},{"name":"ThreadHideFromDebugger","features":[343]},{"name":"ThreadIdealProcessor","features":[343]},{"name":"ThreadIdealProcessorEx","features":[343]},{"name":"ThreadImpersonationToken","features":[343]},{"name":"ThreadIoPriority","features":[343]},{"name":"ThreadIsIoPending","features":[343]},{"name":"ThreadIsTerminated","features":[343]},{"name":"ThreadLastSystemCall","features":[343]},{"name":"ThreadNameInformation","features":[343]},{"name":"ThreadPagePriority","features":[343]},{"name":"ThreadPerformanceCount","features":[343]},{"name":"ThreadPriority","features":[343]},{"name":"ThreadPriorityBoost","features":[343]},{"name":"ThreadQuerySetWin32StartAddress","features":[343]},{"name":"ThreadSetTlsArrayAddress","features":[343]},{"name":"ThreadSubsystemInformation","features":[343]},{"name":"ThreadSuspendCount","features":[343]},{"name":"ThreadSwitchLegacyState","features":[343]},{"name":"ThreadTebInformation","features":[343]},{"name":"ThreadTimes","features":[343]},{"name":"ThreadUmsInformation","features":[343]},{"name":"ThreadWow64Context","features":[343]},{"name":"ThreadZeroTlsCell","features":[343]},{"name":"TimerSetCoalescableTimer","features":[343]},{"name":"ZwCancelTimer","features":[343,305]},{"name":"ZwCreateTimer","features":[307,343,305,309,312]},{"name":"ZwOpenEvent","features":[307,343,305,309]},{"name":"ZwOpenProcess","features":[307,343,305,309,339]},{"name":"ZwOpenTimer","features":[307,343,305,309]},{"name":"ZwQueryInformationProcess","features":[343,305]},{"name":"ZwQueryInformationThread","features":[343,305]},{"name":"ZwSetInformationThread","features":[343,305]},{"name":"ZwSetTimer","features":[308,343,305]},{"name":"ZwSetTimerEx","features":[343,305]},{"name":"ZwTerminateProcess","features":[343,305]},{"name":"ZwWaitForSingleObject","features":[343,305]}],"355":[{"name":"IUriToStreamResolver","features":[344]},{"name":"IWebErrorStatics","features":[344]},{"name":"WebError","features":[344]},{"name":"WebErrorStatus","features":[344]}],"356":[{"name":"AtomPubClient","features":[345]},{"name":"IAtomPubClient","features":[345]},{"name":"IAtomPubClientFactory","features":[345]},{"name":"IResourceCollection","features":[345]},{"name":"IServiceDocument","features":[345]},{"name":"IWorkspace","features":[345]},{"name":"ResourceCollection","features":[345]},{"name":"ServiceDocument","features":[345]},{"name":"Workspace","features":[345]}],"357":[{"name":"HttpBufferContent","features":[346]},{"name":"HttpClient","features":[346]},{"name":"HttpCompletionOption","features":[346]},{"name":"HttpCookie","features":[346]},{"name":"HttpCookieCollection","features":[37,346]},{"name":"HttpCookieManager","features":[346]},{"name":"HttpFormUrlEncodedContent","features":[346]},{"name":"HttpGetBufferResult","features":[346]},{"name":"HttpGetInputStreamResult","features":[346]},{"name":"HttpGetStringResult","features":[346]},{"name":"HttpMethod","features":[346]},{"name":"HttpMultipartContent","features":[346]},{"name":"HttpMultipartFormDataContent","features":[346]},{"name":"HttpProgress","features":[77,346]},{"name":"HttpProgressStage","features":[346]},{"name":"HttpRequestMessage","features":[346]},{"name":"HttpRequestResult","features":[346]},{"name":"HttpResponseMessage","features":[346]},{"name":"HttpResponseMessageSource","features":[346]},{"name":"HttpStatusCode","features":[346]},{"name":"HttpStreamContent","features":[346]},{"name":"HttpStringContent","features":[346]},{"name":"HttpTransportInformation","features":[346]},{"name":"HttpVersion","features":[346]},{"name":"IHttpBufferContentFactory","features":[346]},{"name":"IHttpClient","features":[346]},{"name":"IHttpClient2","features":[346]},{"name":"IHttpClient3","features":[346]},{"name":"IHttpClientFactory","features":[346]},{"name":"IHttpContent","features":[346]},{"name":"IHttpCookie","features":[346]},{"name":"IHttpCookieFactory","features":[346]},{"name":"IHttpCookieManager","features":[346]},{"name":"IHttpFormUrlEncodedContentFactory","features":[346]},{"name":"IHttpGetBufferResult","features":[346]},{"name":"IHttpGetInputStreamResult","features":[346]},{"name":"IHttpGetStringResult","features":[346]},{"name":"IHttpMethod","features":[346]},{"name":"IHttpMethodFactory","features":[346]},{"name":"IHttpMethodStatics","features":[346]},{"name":"IHttpMultipartContent","features":[346]},{"name":"IHttpMultipartContentFactory","features":[346]},{"name":"IHttpMultipartFormDataContent","features":[346]},{"name":"IHttpMultipartFormDataContentFactory","features":[346]},{"name":"IHttpRequestMessage","features":[346]},{"name":"IHttpRequestMessage2","features":[346]},{"name":"IHttpRequestMessageFactory","features":[346]},{"name":"IHttpRequestResult","features":[346]},{"name":"IHttpResponseMessage","features":[346]},{"name":"IHttpResponseMessageFactory","features":[346]},{"name":"IHttpStreamContentFactory","features":[346]},{"name":"IHttpStringContentFactory","features":[346]},{"name":"IHttpTransportInformation","features":[346]}],"358":[{"name":"HttpDiagnosticProvider","features":[347]},{"name":"HttpDiagnosticProviderRequestResponseCompletedEventArgs","features":[347]},{"name":"HttpDiagnosticProviderRequestResponseTimestamps","features":[347]},{"name":"HttpDiagnosticProviderRequestSentEventArgs","features":[347]},{"name":"HttpDiagnosticProviderResponseReceivedEventArgs","features":[347]},{"name":"HttpDiagnosticRequestInitiator","features":[347]},{"name":"HttpDiagnosticSourceLocation","features":[347]},{"name":"HttpDiagnosticsContract","features":[347]},{"name":"IHttpDiagnosticProvider","features":[347]},{"name":"IHttpDiagnosticProviderRequestResponseCompletedEventArgs","features":[347]},{"name":"IHttpDiagnosticProviderRequestResponseTimestamps","features":[347]},{"name":"IHttpDiagnosticProviderRequestSentEventArgs","features":[347]},{"name":"IHttpDiagnosticProviderResponseReceivedEventArgs","features":[347]},{"name":"IHttpDiagnosticProviderStatics","features":[347]},{"name":"IHttpDiagnosticSourceLocation","features":[347]}],"359":[{"name":"HttpBaseProtocolFilter","features":[348]},{"name":"HttpCacheControl","features":[348]},{"name":"HttpCacheReadBehavior","features":[348]},{"name":"HttpCacheWriteBehavior","features":[348]},{"name":"HttpCookieUsageBehavior","features":[348]},{"name":"HttpServerCustomValidationRequestedEventArgs","features":[348]},{"name":"IHttpBaseProtocolFilter","features":[348]},{"name":"IHttpBaseProtocolFilter2","features":[348]},{"name":"IHttpBaseProtocolFilter3","features":[348]},{"name":"IHttpBaseProtocolFilter4","features":[348]},{"name":"IHttpBaseProtocolFilter5","features":[348]},{"name":"IHttpBaseProtocolFilterStatics","features":[348]},{"name":"IHttpCacheControl","features":[348]},{"name":"IHttpFilter","features":[348]},{"name":"IHttpServerCustomValidationRequestedEventArgs","features":[348]}],"360":[{"name":"HttpCacheDirectiveHeaderValueCollection","features":[349]},{"name":"HttpChallengeHeaderValue","features":[349]},{"name":"HttpChallengeHeaderValueCollection","features":[349]},{"name":"HttpConnectionOptionHeaderValue","features":[349]},{"name":"HttpConnectionOptionHeaderValueCollection","features":[349]},{"name":"HttpContentCodingHeaderValue","features":[349]},{"name":"HttpContentCodingHeaderValueCollection","features":[349]},{"name":"HttpContentCodingWithQualityHeaderValue","features":[349]},{"name":"HttpContentCodingWithQualityHeaderValueCollection","features":[349]},{"name":"HttpContentDispositionHeaderValue","features":[349]},{"name":"HttpContentHeaderCollection","features":[349]},{"name":"HttpContentRangeHeaderValue","features":[349]},{"name":"HttpCookiePairHeaderValue","features":[349]},{"name":"HttpCookiePairHeaderValueCollection","features":[349]},{"name":"HttpCredentialsHeaderValue","features":[349]},{"name":"HttpDateOrDeltaHeaderValue","features":[349]},{"name":"HttpExpectationHeaderValue","features":[349]},{"name":"HttpExpectationHeaderValueCollection","features":[349]},{"name":"HttpLanguageHeaderValueCollection","features":[349]},{"name":"HttpLanguageRangeWithQualityHeaderValue","features":[349]},{"name":"HttpLanguageRangeWithQualityHeaderValueCollection","features":[349]},{"name":"HttpMediaTypeHeaderValue","features":[349]},{"name":"HttpMediaTypeWithQualityHeaderValue","features":[349]},{"name":"HttpMediaTypeWithQualityHeaderValueCollection","features":[349]},{"name":"HttpMethodHeaderValueCollection","features":[349]},{"name":"HttpNameValueHeaderValue","features":[349]},{"name":"HttpProductHeaderValue","features":[349]},{"name":"HttpProductInfoHeaderValue","features":[349]},{"name":"HttpProductInfoHeaderValueCollection","features":[349]},{"name":"HttpRequestHeaderCollection","features":[349]},{"name":"HttpResponseHeaderCollection","features":[349]},{"name":"HttpTransferCodingHeaderValue","features":[349]},{"name":"HttpTransferCodingHeaderValueCollection","features":[349]},{"name":"IHttpCacheDirectiveHeaderValueCollection","features":[349]},{"name":"IHttpChallengeHeaderValue","features":[349]},{"name":"IHttpChallengeHeaderValueCollection","features":[349]},{"name":"IHttpChallengeHeaderValueFactory","features":[349]},{"name":"IHttpChallengeHeaderValueStatics","features":[349]},{"name":"IHttpConnectionOptionHeaderValue","features":[349]},{"name":"IHttpConnectionOptionHeaderValueCollection","features":[349]},{"name":"IHttpConnectionOptionHeaderValueFactory","features":[349]},{"name":"IHttpConnectionOptionHeaderValueStatics","features":[349]},{"name":"IHttpContentCodingHeaderValue","features":[349]},{"name":"IHttpContentCodingHeaderValueCollection","features":[349]},{"name":"IHttpContentCodingHeaderValueFactory","features":[349]},{"name":"IHttpContentCodingHeaderValueStatics","features":[349]},{"name":"IHttpContentCodingWithQualityHeaderValue","features":[349]},{"name":"IHttpContentCodingWithQualityHeaderValueCollection","features":[349]},{"name":"IHttpContentCodingWithQualityHeaderValueFactory","features":[349]},{"name":"IHttpContentCodingWithQualityHeaderValueStatics","features":[349]},{"name":"IHttpContentDispositionHeaderValue","features":[349]},{"name":"IHttpContentDispositionHeaderValueFactory","features":[349]},{"name":"IHttpContentDispositionHeaderValueStatics","features":[349]},{"name":"IHttpContentHeaderCollection","features":[349]},{"name":"IHttpContentRangeHeaderValue","features":[349]},{"name":"IHttpContentRangeHeaderValueFactory","features":[349]},{"name":"IHttpContentRangeHeaderValueStatics","features":[349]},{"name":"IHttpCookiePairHeaderValue","features":[349]},{"name":"IHttpCookiePairHeaderValueCollection","features":[349]},{"name":"IHttpCookiePairHeaderValueFactory","features":[349]},{"name":"IHttpCookiePairHeaderValueStatics","features":[349]},{"name":"IHttpCredentialsHeaderValue","features":[349]},{"name":"IHttpCredentialsHeaderValueFactory","features":[349]},{"name":"IHttpCredentialsHeaderValueStatics","features":[349]},{"name":"IHttpDateOrDeltaHeaderValue","features":[349]},{"name":"IHttpDateOrDeltaHeaderValueStatics","features":[349]},{"name":"IHttpExpectationHeaderValue","features":[349]},{"name":"IHttpExpectationHeaderValueCollection","features":[349]},{"name":"IHttpExpectationHeaderValueFactory","features":[349]},{"name":"IHttpExpectationHeaderValueStatics","features":[349]},{"name":"IHttpLanguageHeaderValueCollection","features":[349]},{"name":"IHttpLanguageRangeWithQualityHeaderValue","features":[349]},{"name":"IHttpLanguageRangeWithQualityHeaderValueCollection","features":[349]},{"name":"IHttpLanguageRangeWithQualityHeaderValueFactory","features":[349]},{"name":"IHttpLanguageRangeWithQualityHeaderValueStatics","features":[349]},{"name":"IHttpMediaTypeHeaderValue","features":[349]},{"name":"IHttpMediaTypeHeaderValueFactory","features":[349]},{"name":"IHttpMediaTypeHeaderValueStatics","features":[349]},{"name":"IHttpMediaTypeWithQualityHeaderValue","features":[349]},{"name":"IHttpMediaTypeWithQualityHeaderValueCollection","features":[349]},{"name":"IHttpMediaTypeWithQualityHeaderValueFactory","features":[349]},{"name":"IHttpMediaTypeWithQualityHeaderValueStatics","features":[349]},{"name":"IHttpMethodHeaderValueCollection","features":[349]},{"name":"IHttpNameValueHeaderValue","features":[349]},{"name":"IHttpNameValueHeaderValueFactory","features":[349]},{"name":"IHttpNameValueHeaderValueStatics","features":[349]},{"name":"IHttpProductHeaderValue","features":[349]},{"name":"IHttpProductHeaderValueFactory","features":[349]},{"name":"IHttpProductHeaderValueStatics","features":[349]},{"name":"IHttpProductInfoHeaderValue","features":[349]},{"name":"IHttpProductInfoHeaderValueCollection","features":[349]},{"name":"IHttpProductInfoHeaderValueFactory","features":[349]},{"name":"IHttpProductInfoHeaderValueStatics","features":[349]},{"name":"IHttpRequestHeaderCollection","features":[349]},{"name":"IHttpResponseHeaderCollection","features":[349]},{"name":"IHttpTransferCodingHeaderValue","features":[349]},{"name":"IHttpTransferCodingHeaderValueCollection","features":[349]},{"name":"IHttpTransferCodingHeaderValueFactory","features":[349]},{"name":"IHttpTransferCodingHeaderValueStatics","features":[349]}],"361":[{"name":"ISyndicationAttribute","features":[350]},{"name":"ISyndicationAttributeFactory","features":[350]},{"name":"ISyndicationCategory","features":[350]},{"name":"ISyndicationCategoryFactory","features":[350]},{"name":"ISyndicationClient","features":[350]},{"name":"ISyndicationClientFactory","features":[350]},{"name":"ISyndicationContent","features":[350]},{"name":"ISyndicationContentFactory","features":[350]},{"name":"ISyndicationErrorStatics","features":[350]},{"name":"ISyndicationFeed","features":[350]},{"name":"ISyndicationFeedFactory","features":[350]},{"name":"ISyndicationGenerator","features":[350]},{"name":"ISyndicationGeneratorFactory","features":[350]},{"name":"ISyndicationItem","features":[350]},{"name":"ISyndicationItemFactory","features":[350]},{"name":"ISyndicationLink","features":[350]},{"name":"ISyndicationLinkFactory","features":[350]},{"name":"ISyndicationNode","features":[350]},{"name":"ISyndicationNodeFactory","features":[350]},{"name":"ISyndicationPerson","features":[350]},{"name":"ISyndicationPersonFactory","features":[350]},{"name":"ISyndicationText","features":[350]},{"name":"ISyndicationTextFactory","features":[350]},{"name":"RetrievalProgress","features":[350]},{"name":"SyndicationAttribute","features":[350]},{"name":"SyndicationCategory","features":[350]},{"name":"SyndicationClient","features":[350]},{"name":"SyndicationContent","features":[350]},{"name":"SyndicationError","features":[350]},{"name":"SyndicationErrorStatus","features":[350]},{"name":"SyndicationFeed","features":[350]},{"name":"SyndicationFormat","features":[350]},{"name":"SyndicationGenerator","features":[350]},{"name":"SyndicationItem","features":[350]},{"name":"SyndicationLink","features":[350]},{"name":"SyndicationNode","features":[350]},{"name":"SyndicationPerson","features":[350]},{"name":"SyndicationText","features":[350]},{"name":"SyndicationTextType","features":[350]},{"name":"TransferProgress","features":[350]}],"362":[{"name":"IWebViewControl","features":[351]},{"name":"IWebViewControl2","features":[351]},{"name":"IWebViewControlContentLoadingEventArgs","features":[351]},{"name":"IWebViewControlDOMContentLoadedEventArgs","features":[351]},{"name":"IWebViewControlDeferredPermissionRequest","features":[351]},{"name":"IWebViewControlLongRunningScriptDetectedEventArgs","features":[351]},{"name":"IWebViewControlNavigationCompletedEventArgs","features":[351]},{"name":"IWebViewControlNavigationStartingEventArgs","features":[351]},{"name":"IWebViewControlNewWindowRequestedEventArgs","features":[351]},{"name":"IWebViewControlNewWindowRequestedEventArgs2","features":[351]},{"name":"IWebViewControlPermissionRequest","features":[351]},{"name":"IWebViewControlPermissionRequestedEventArgs","features":[351]},{"name":"IWebViewControlScriptNotifyEventArgs","features":[351]},{"name":"IWebViewControlSettings","features":[351]},{"name":"IWebViewControlUnsupportedUriSchemeIdentifiedEventArgs","features":[351]},{"name":"IWebViewControlUnviewableContentIdentifiedEventArgs","features":[351]},{"name":"IWebViewControlWebResourceRequestedEventArgs","features":[351]},{"name":"WebViewControlContentLoadingEventArgs","features":[351]},{"name":"WebViewControlDOMContentLoadedEventArgs","features":[351]},{"name":"WebViewControlDeferredPermissionRequest","features":[351]},{"name":"WebViewControlLongRunningScriptDetectedEventArgs","features":[351]},{"name":"WebViewControlNavigationCompletedEventArgs","features":[351]},{"name":"WebViewControlNavigationStartingEventArgs","features":[351]},{"name":"WebViewControlNewWindowRequestedEventArgs","features":[351]},{"name":"WebViewControlPermissionRequest","features":[351]},{"name":"WebViewControlPermissionRequestedEventArgs","features":[351]},{"name":"WebViewControlPermissionState","features":[351]},{"name":"WebViewControlPermissionType","features":[351]},{"name":"WebViewControlScriptNotifyEventArgs","features":[351]},{"name":"WebViewControlSettings","features":[351]},{"name":"WebViewControlUnsupportedUriSchemeIdentifiedEventArgs","features":[351]},{"name":"WebViewControlUnviewableContentIdentifiedEventArgs","features":[351]},{"name":"WebViewControlWebResourceRequestedEventArgs","features":[351]}],"363":[{"name":"IWebViewControlAcceleratorKeyPressedEventArgs","features":[352]},{"name":"IWebViewControlMoveFocusRequestedEventArgs","features":[352]},{"name":"IWebViewControlProcess","features":[352]},{"name":"IWebViewControlProcessFactory","features":[352]},{"name":"IWebViewControlProcessOptions","features":[352]},{"name":"IWebViewControlSite","features":[352]},{"name":"IWebViewControlSite2","features":[352]},{"name":"WebViewControl","features":[352]},{"name":"WebViewControlAcceleratorKeyPressedEventArgs","features":[352]},{"name":"WebViewControlAcceleratorKeyRoutingStage","features":[352]},{"name":"WebViewControlMoveFocusReason","features":[352]},{"name":"WebViewControlMoveFocusRequestedEventArgs","features":[352]},{"name":"WebViewControlProcess","features":[352]},{"name":"WebViewControlProcessCapabilityState","features":[352]},{"name":"WebViewControlProcessOptions","features":[352]}],"364":[{"name":"DMLCreateDevice","features":[353,354]},{"name":"DMLCreateDevice1","features":[353,354]},{"name":"DML_ACTIVATION_CELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_ELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_HARDMAX_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_HARD_SIGMOID_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_IDENTITY_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_LEAKY_RELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_LINEAR_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_LOG_SOFTMAX_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_PARAMETERIZED_RELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_PARAMETRIC_SOFTPLUS_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_RELU_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_RELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SCALED_ELU_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SCALED_TANH_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SHRINK_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SIGMOID_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SOFTMAX_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SOFTPLUS_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_SOFTSIGN_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_TANH_OPERATOR_DESC","features":[353]},{"name":"DML_ACTIVATION_THRESHOLDED_RELU_OPERATOR_DESC","features":[353]},{"name":"DML_ADAM_OPTIMIZER_OPERATOR_DESC","features":[353]},{"name":"DML_ARGMAX_OPERATOR_DESC","features":[353]},{"name":"DML_ARGMIN_OPERATOR_DESC","features":[353]},{"name":"DML_AVERAGE_POOLING_GRAD_OPERATOR_DESC","features":[353,305]},{"name":"DML_AVERAGE_POOLING_OPERATOR_DESC","features":[353,305]},{"name":"DML_AXIS_DIRECTION","features":[353]},{"name":"DML_AXIS_DIRECTION_DECREASING","features":[353]},{"name":"DML_AXIS_DIRECTION_INCREASING","features":[353]},{"name":"DML_BATCH_NORMALIZATION_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_BATCH_NORMALIZATION_OPERATOR_DESC","features":[353,305]},{"name":"DML_BINDING_DESC","features":[353]},{"name":"DML_BINDING_PROPERTIES","features":[353]},{"name":"DML_BINDING_TABLE_DESC","features":[353,354]},{"name":"DML_BINDING_TYPE","features":[353]},{"name":"DML_BINDING_TYPE_BUFFER","features":[353]},{"name":"DML_BINDING_TYPE_BUFFER_ARRAY","features":[353]},{"name":"DML_BINDING_TYPE_NONE","features":[353]},{"name":"DML_BUFFER_ARRAY_BINDING","features":[353,354]},{"name":"DML_BUFFER_BINDING","features":[353,354]},{"name":"DML_BUFFER_TENSOR_DESC","features":[353]},{"name":"DML_CAST_OPERATOR_DESC","features":[353]},{"name":"DML_CONVOLUTION_DIRECTION","features":[353]},{"name":"DML_CONVOLUTION_DIRECTION_BACKWARD","features":[353]},{"name":"DML_CONVOLUTION_DIRECTION_FORWARD","features":[353]},{"name":"DML_CONVOLUTION_INTEGER_OPERATOR_DESC","features":[353]},{"name":"DML_CONVOLUTION_MODE","features":[353]},{"name":"DML_CONVOLUTION_MODE_CONVOLUTION","features":[353]},{"name":"DML_CONVOLUTION_MODE_CROSS_CORRELATION","features":[353]},{"name":"DML_CONVOLUTION_OPERATOR_DESC","features":[353]},{"name":"DML_CREATE_DEVICE_FLAGS","features":[353]},{"name":"DML_CREATE_DEVICE_FLAG_DEBUG","features":[353]},{"name":"DML_CREATE_DEVICE_FLAG_NONE","features":[353]},{"name":"DML_CUMULATIVE_PRODUCT_OPERATOR_DESC","features":[353,305]},{"name":"DML_CUMULATIVE_SUMMATION_OPERATOR_DESC","features":[353,305]},{"name":"DML_DEPTH_SPACE_ORDER","features":[353]},{"name":"DML_DEPTH_SPACE_ORDER_COLUMN_ROW_DEPTH","features":[353]},{"name":"DML_DEPTH_SPACE_ORDER_DEPTH_COLUMN_ROW","features":[353]},{"name":"DML_DEPTH_TO_SPACE1_OPERATOR_DESC","features":[353]},{"name":"DML_DEPTH_TO_SPACE_OPERATOR_DESC","features":[353]},{"name":"DML_DIAGONAL_MATRIX_OPERATOR_DESC","features":[353]},{"name":"DML_DYNAMIC_QUANTIZE_LINEAR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ABS_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ACOSH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ACOS_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ADD1_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ADD_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ASINH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ASIN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ATANH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ATAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ATAN_YX_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_AND_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_COUNT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_NOT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_OR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_SHIFT_LEFT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_SHIFT_RIGHT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_BIT_XOR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_CEIL_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_CLIP_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_CLIP_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_CONSTANT_POW_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_COSH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_COS_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_DEQUANTIZE_LINEAR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_DIFFERENCE_SQUARE_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_DIVIDE_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ERF_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_EXP_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_FLOOR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_IDENTITY_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_IF_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_IS_INFINITY_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_IS_NAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_AND_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_EQUALS_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_GREATER_THAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_GREATER_THAN_OR_EQUAL_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_LESS_THAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_LESS_THAN_OR_EQUAL_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_NOT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_OR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOGICAL_XOR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_LOG_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MAX_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MEAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MIN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MODULUS_FLOOR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MODULUS_TRUNCATE_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_MULTIPLY_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_POW_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_QUANTIZED_LINEAR_ADD_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_QUANTIZE_LINEAR_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_RECIP_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_ROUND_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_SIGN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_SINH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_SIN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_SQRT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_SUBTRACT_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_TANH_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_TAN_OPERATOR_DESC","features":[353]},{"name":"DML_ELEMENT_WISE_THRESHOLD_OPERATOR_DESC","features":[353]},{"name":"DML_EXECUTION_FLAGS","features":[353]},{"name":"DML_EXECUTION_FLAG_ALLOW_HALF_PRECISION_COMPUTATION","features":[353]},{"name":"DML_EXECUTION_FLAG_DESCRIPTORS_VOLATILE","features":[353]},{"name":"DML_EXECUTION_FLAG_DISABLE_META_COMMANDS","features":[353]},{"name":"DML_EXECUTION_FLAG_NONE","features":[353]},{"name":"DML_FEATURE","features":[353]},{"name":"DML_FEATURE_DATA_FEATURE_LEVELS","features":[353]},{"name":"DML_FEATURE_DATA_TENSOR_DATA_TYPE_SUPPORT","features":[353,305]},{"name":"DML_FEATURE_FEATURE_LEVELS","features":[353]},{"name":"DML_FEATURE_LEVEL","features":[353]},{"name":"DML_FEATURE_LEVEL_1_0","features":[353]},{"name":"DML_FEATURE_LEVEL_2_0","features":[353]},{"name":"DML_FEATURE_LEVEL_2_1","features":[353]},{"name":"DML_FEATURE_LEVEL_3_0","features":[353]},{"name":"DML_FEATURE_LEVEL_3_1","features":[353]},{"name":"DML_FEATURE_LEVEL_4_0","features":[353]},{"name":"DML_FEATURE_LEVEL_4_1","features":[353]},{"name":"DML_FEATURE_LEVEL_5_0","features":[353]},{"name":"DML_FEATURE_QUERY_FEATURE_LEVELS","features":[353]},{"name":"DML_FEATURE_QUERY_TENSOR_DATA_TYPE_SUPPORT","features":[353]},{"name":"DML_FEATURE_TENSOR_DATA_TYPE_SUPPORT","features":[353]},{"name":"DML_FILL_VALUE_CONSTANT_OPERATOR_DESC","features":[353]},{"name":"DML_FILL_VALUE_SEQUENCE_OPERATOR_DESC","features":[353]},{"name":"DML_GATHER_ELEMENTS_OPERATOR_DESC","features":[353]},{"name":"DML_GATHER_ND1_OPERATOR_DESC","features":[353]},{"name":"DML_GATHER_ND_OPERATOR_DESC","features":[353]},{"name":"DML_GATHER_OPERATOR_DESC","features":[353]},{"name":"DML_GEMM_OPERATOR_DESC","features":[353]},{"name":"DML_GRAPH_DESC","features":[353]},{"name":"DML_GRAPH_EDGE_DESC","features":[353]},{"name":"DML_GRAPH_EDGE_TYPE","features":[353]},{"name":"DML_GRAPH_EDGE_TYPE_INPUT","features":[353]},{"name":"DML_GRAPH_EDGE_TYPE_INTERMEDIATE","features":[353]},{"name":"DML_GRAPH_EDGE_TYPE_INVALID","features":[353]},{"name":"DML_GRAPH_EDGE_TYPE_OUTPUT","features":[353]},{"name":"DML_GRAPH_NODE_DESC","features":[353]},{"name":"DML_GRAPH_NODE_TYPE","features":[353]},{"name":"DML_GRAPH_NODE_TYPE_INVALID","features":[353]},{"name":"DML_GRAPH_NODE_TYPE_OPERATOR","features":[353]},{"name":"DML_GRU_OPERATOR_DESC","features":[353,305]},{"name":"DML_INPUT_GRAPH_EDGE_DESC","features":[353]},{"name":"DML_INTERMEDIATE_GRAPH_EDGE_DESC","features":[353]},{"name":"DML_INTERPOLATION_MODE","features":[353]},{"name":"DML_INTERPOLATION_MODE_LINEAR","features":[353]},{"name":"DML_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[353]},{"name":"DML_IS_INFINITY_MODE","features":[353]},{"name":"DML_IS_INFINITY_MODE_EITHER","features":[353]},{"name":"DML_IS_INFINITY_MODE_NEGATIVE","features":[353]},{"name":"DML_IS_INFINITY_MODE_POSITIVE","features":[353]},{"name":"DML_JOIN_OPERATOR_DESC","features":[353]},{"name":"DML_LOCAL_RESPONSE_NORMALIZATION_GRAD_OPERATOR_DESC","features":[353,305]},{"name":"DML_LOCAL_RESPONSE_NORMALIZATION_OPERATOR_DESC","features":[353,305]},{"name":"DML_LP_NORMALIZATION_OPERATOR_DESC","features":[353]},{"name":"DML_LP_POOLING_OPERATOR_DESC","features":[353]},{"name":"DML_LSTM_OPERATOR_DESC","features":[353,305]},{"name":"DML_MATRIX_MULTIPLY_INTEGER_OPERATOR_DESC","features":[353]},{"name":"DML_MATRIX_TRANSFORM","features":[353]},{"name":"DML_MATRIX_TRANSFORM_NONE","features":[353]},{"name":"DML_MATRIX_TRANSFORM_TRANSPOSE","features":[353]},{"name":"DML_MAX_POOLING1_OPERATOR_DESC","features":[353]},{"name":"DML_MAX_POOLING2_OPERATOR_DESC","features":[353]},{"name":"DML_MAX_POOLING_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_MAX_POOLING_OPERATOR_DESC","features":[353]},{"name":"DML_MAX_UNPOOLING_OPERATOR_DESC","features":[353]},{"name":"DML_MEAN_VARIANCE_NORMALIZATION1_OPERATOR_DESC","features":[353,305]},{"name":"DML_MEAN_VARIANCE_NORMALIZATION_OPERATOR_DESC","features":[353,305]},{"name":"DML_MINIMUM_BUFFER_TENSOR_ALIGNMENT","features":[353]},{"name":"DML_NONZERO_COORDINATES_OPERATOR_DESC","features":[353]},{"name":"DML_ONE_HOT_OPERATOR_DESC","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_CELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_ELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_HARDMAX","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_HARD_SIGMOID","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_IDENTITY","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_LEAKY_RELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_LINEAR","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_LOG_SOFTMAX","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_PARAMETERIZED_RELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_PARAMETRIC_SOFTPLUS","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_RELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_RELU_GRAD","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SCALED_ELU","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SCALED_TANH","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SHRINK","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SIGMOID","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SOFTMAX","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SOFTPLUS","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_SOFTSIGN","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_TANH","features":[353]},{"name":"DML_OPERATOR_ACTIVATION_THRESHOLDED_RELU","features":[353]},{"name":"DML_OPERATOR_ADAM_OPTIMIZER","features":[353]},{"name":"DML_OPERATOR_ARGMAX","features":[353]},{"name":"DML_OPERATOR_ARGMIN","features":[353]},{"name":"DML_OPERATOR_AVERAGE_POOLING","features":[353]},{"name":"DML_OPERATOR_AVERAGE_POOLING_GRAD","features":[353]},{"name":"DML_OPERATOR_BATCH_NORMALIZATION","features":[353]},{"name":"DML_OPERATOR_BATCH_NORMALIZATION_GRAD","features":[353]},{"name":"DML_OPERATOR_CAST","features":[353]},{"name":"DML_OPERATOR_CONVOLUTION","features":[353]},{"name":"DML_OPERATOR_CONVOLUTION_INTEGER","features":[353]},{"name":"DML_OPERATOR_CUMULATIVE_PRODUCT","features":[353]},{"name":"DML_OPERATOR_CUMULATIVE_SUMMATION","features":[353]},{"name":"DML_OPERATOR_DEPTH_TO_SPACE","features":[353]},{"name":"DML_OPERATOR_DEPTH_TO_SPACE1","features":[353]},{"name":"DML_OPERATOR_DESC","features":[353]},{"name":"DML_OPERATOR_DIAGONAL_MATRIX","features":[353]},{"name":"DML_OPERATOR_DYNAMIC_QUANTIZE_LINEAR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ABS","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ACOS","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ACOSH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ADD","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ADD1","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ASIN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ASINH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ATAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ATANH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ATAN_YX","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_AND","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_COUNT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_NOT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_OR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_SHIFT_LEFT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_SHIFT_RIGHT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_BIT_XOR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_CEIL","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_CLIP","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_CLIP_GRAD","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_CONSTANT_POW","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_COS","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_COSH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_DEQUANTIZE_LINEAR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_DIFFERENCE_SQUARE","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_DIVIDE","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ERF","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_EXP","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_FLOOR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_IDENTITY","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_IF","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_IS_INFINITY","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_IS_NAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOG","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_AND","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_EQUALS","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_GREATER_THAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_GREATER_THAN_OR_EQUAL","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_LESS_THAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_LESS_THAN_OR_EQUAL","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_NOT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_OR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_LOGICAL_XOR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MAX","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MEAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MIN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MODULUS_FLOOR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MODULUS_TRUNCATE","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_MULTIPLY","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_POW","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_QUANTIZED_LINEAR_ADD","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_QUANTIZE_LINEAR","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_RECIP","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_ROUND","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_SIGN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_SIN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_SINH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_SQRT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_SUBTRACT","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_TAN","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_TANH","features":[353]},{"name":"DML_OPERATOR_ELEMENT_WISE_THRESHOLD","features":[353]},{"name":"DML_OPERATOR_FILL_VALUE_CONSTANT","features":[353]},{"name":"DML_OPERATOR_FILL_VALUE_SEQUENCE","features":[353]},{"name":"DML_OPERATOR_GATHER","features":[353]},{"name":"DML_OPERATOR_GATHER_ELEMENTS","features":[353]},{"name":"DML_OPERATOR_GATHER_ND","features":[353]},{"name":"DML_OPERATOR_GATHER_ND1","features":[353]},{"name":"DML_OPERATOR_GEMM","features":[353]},{"name":"DML_OPERATOR_GRAPH_NODE_DESC","features":[353]},{"name":"DML_OPERATOR_GRU","features":[353]},{"name":"DML_OPERATOR_INVALID","features":[353]},{"name":"DML_OPERATOR_JOIN","features":[353]},{"name":"DML_OPERATOR_LOCAL_RESPONSE_NORMALIZATION","features":[353]},{"name":"DML_OPERATOR_LOCAL_RESPONSE_NORMALIZATION_GRAD","features":[353]},{"name":"DML_OPERATOR_LP_NORMALIZATION","features":[353]},{"name":"DML_OPERATOR_LP_POOLING","features":[353]},{"name":"DML_OPERATOR_LSTM","features":[353]},{"name":"DML_OPERATOR_MATRIX_MULTIPLY_INTEGER","features":[353]},{"name":"DML_OPERATOR_MAX_POOLING","features":[353]},{"name":"DML_OPERATOR_MAX_POOLING1","features":[353]},{"name":"DML_OPERATOR_MAX_POOLING2","features":[353]},{"name":"DML_OPERATOR_MAX_POOLING_GRAD","features":[353]},{"name":"DML_OPERATOR_MAX_UNPOOLING","features":[353]},{"name":"DML_OPERATOR_MEAN_VARIANCE_NORMALIZATION","features":[353]},{"name":"DML_OPERATOR_MEAN_VARIANCE_NORMALIZATION1","features":[353]},{"name":"DML_OPERATOR_NONZERO_COORDINATES","features":[353]},{"name":"DML_OPERATOR_ONE_HOT","features":[353]},{"name":"DML_OPERATOR_PADDING","features":[353]},{"name":"DML_OPERATOR_QUANTIZED_LINEAR_CONVOLUTION","features":[353]},{"name":"DML_OPERATOR_QUANTIZED_LINEAR_MATRIX_MULTIPLY","features":[353]},{"name":"DML_OPERATOR_RANDOM_GENERATOR","features":[353]},{"name":"DML_OPERATOR_REDUCE","features":[353]},{"name":"DML_OPERATOR_RESAMPLE","features":[353]},{"name":"DML_OPERATOR_RESAMPLE1","features":[353]},{"name":"DML_OPERATOR_RESAMPLE_GRAD","features":[353]},{"name":"DML_OPERATOR_REVERSE_SUBSEQUENCES","features":[353]},{"name":"DML_OPERATOR_RNN","features":[353]},{"name":"DML_OPERATOR_ROI_ALIGN","features":[353]},{"name":"DML_OPERATOR_ROI_ALIGN1","features":[353]},{"name":"DML_OPERATOR_ROI_POOLING","features":[353]},{"name":"DML_OPERATOR_SCATTER","features":[353]},{"name":"DML_OPERATOR_SCATTER_ELEMENTS","features":[353]},{"name":"DML_OPERATOR_SCATTER_ND","features":[353]},{"name":"DML_OPERATOR_SLICE","features":[353]},{"name":"DML_OPERATOR_SLICE1","features":[353]},{"name":"DML_OPERATOR_SLICE_GRAD","features":[353]},{"name":"DML_OPERATOR_SPACE_TO_DEPTH","features":[353]},{"name":"DML_OPERATOR_SPACE_TO_DEPTH1","features":[353]},{"name":"DML_OPERATOR_SPLIT","features":[353]},{"name":"DML_OPERATOR_TILE","features":[353]},{"name":"DML_OPERATOR_TOP_K","features":[353]},{"name":"DML_OPERATOR_TOP_K1","features":[353]},{"name":"DML_OPERATOR_TYPE","features":[353]},{"name":"DML_OPERATOR_UPSAMPLE_2D","features":[353]},{"name":"DML_OPERATOR_VALUE_SCALE_2D","features":[353]},{"name":"DML_OUTPUT_GRAPH_EDGE_DESC","features":[353]},{"name":"DML_PADDING_MODE","features":[353]},{"name":"DML_PADDING_MODE_CONSTANT","features":[353]},{"name":"DML_PADDING_MODE_EDGE","features":[353]},{"name":"DML_PADDING_MODE_REFLECTION","features":[353]},{"name":"DML_PADDING_MODE_SYMMETRIC","features":[353]},{"name":"DML_PADDING_OPERATOR_DESC","features":[353]},{"name":"DML_PERSISTENT_BUFFER_ALIGNMENT","features":[353]},{"name":"DML_QUANTIZED_LINEAR_CONVOLUTION_OPERATOR_DESC","features":[353]},{"name":"DML_QUANTIZED_LINEAR_MATRIX_MULTIPLY_OPERATOR_DESC","features":[353]},{"name":"DML_RANDOM_GENERATOR_OPERATOR_DESC","features":[353]},{"name":"DML_RANDOM_GENERATOR_TYPE","features":[353]},{"name":"DML_RANDOM_GENERATOR_TYPE_PHILOX_4X32_10","features":[353]},{"name":"DML_RECURRENT_NETWORK_DIRECTION","features":[353]},{"name":"DML_RECURRENT_NETWORK_DIRECTION_BACKWARD","features":[353]},{"name":"DML_RECURRENT_NETWORK_DIRECTION_BIDIRECTIONAL","features":[353]},{"name":"DML_RECURRENT_NETWORK_DIRECTION_FORWARD","features":[353]},{"name":"DML_REDUCE_FUNCTION","features":[353]},{"name":"DML_REDUCE_FUNCTION_ARGMAX","features":[353]},{"name":"DML_REDUCE_FUNCTION_ARGMIN","features":[353]},{"name":"DML_REDUCE_FUNCTION_AVERAGE","features":[353]},{"name":"DML_REDUCE_FUNCTION_L1","features":[353]},{"name":"DML_REDUCE_FUNCTION_L2","features":[353]},{"name":"DML_REDUCE_FUNCTION_LOG_SUM","features":[353]},{"name":"DML_REDUCE_FUNCTION_LOG_SUM_EXP","features":[353]},{"name":"DML_REDUCE_FUNCTION_MAX","features":[353]},{"name":"DML_REDUCE_FUNCTION_MIN","features":[353]},{"name":"DML_REDUCE_FUNCTION_MULTIPLY","features":[353]},{"name":"DML_REDUCE_FUNCTION_SUM","features":[353]},{"name":"DML_REDUCE_FUNCTION_SUM_SQUARE","features":[353]},{"name":"DML_REDUCE_OPERATOR_DESC","features":[353]},{"name":"DML_RESAMPLE1_OPERATOR_DESC","features":[353]},{"name":"DML_RESAMPLE_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_RESAMPLE_OPERATOR_DESC","features":[353]},{"name":"DML_REVERSE_SUBSEQUENCES_OPERATOR_DESC","features":[353]},{"name":"DML_RNN_OPERATOR_DESC","features":[353]},{"name":"DML_ROI_ALIGN1_OPERATOR_DESC","features":[353,305]},{"name":"DML_ROI_ALIGN_OPERATOR_DESC","features":[353]},{"name":"DML_ROI_POOLING_OPERATOR_DESC","features":[353]},{"name":"DML_ROUNDING_MODE","features":[353]},{"name":"DML_ROUNDING_MODE_HALVES_TO_NEAREST_EVEN","features":[353]},{"name":"DML_ROUNDING_MODE_TOWARD_INFINITY","features":[353]},{"name":"DML_ROUNDING_MODE_TOWARD_ZERO","features":[353]},{"name":"DML_SCALAR_UNION","features":[353]},{"name":"DML_SCALE_BIAS","features":[353]},{"name":"DML_SCATTER_ND_OPERATOR_DESC","features":[353]},{"name":"DML_SCATTER_OPERATOR_DESC","features":[353]},{"name":"DML_SIZE_2D","features":[353]},{"name":"DML_SLICE1_OPERATOR_DESC","features":[353]},{"name":"DML_SLICE_GRAD_OPERATOR_DESC","features":[353]},{"name":"DML_SLICE_OPERATOR_DESC","features":[353]},{"name":"DML_SPACE_TO_DEPTH1_OPERATOR_DESC","features":[353]},{"name":"DML_SPACE_TO_DEPTH_OPERATOR_DESC","features":[353]},{"name":"DML_SPLIT_OPERATOR_DESC","features":[353]},{"name":"DML_TARGET_VERSION","features":[353]},{"name":"DML_TEMPORARY_BUFFER_ALIGNMENT","features":[353]},{"name":"DML_TENSOR_DATA_TYPE","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_FLOAT16","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_FLOAT32","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_FLOAT64","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_INT16","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_INT32","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_INT64","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_INT8","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_UINT16","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_UINT32","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_UINT64","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_UINT8","features":[353]},{"name":"DML_TENSOR_DATA_TYPE_UNKNOWN","features":[353]},{"name":"DML_TENSOR_DESC","features":[353]},{"name":"DML_TENSOR_DIMENSION_COUNT_MAX","features":[353]},{"name":"DML_TENSOR_DIMENSION_COUNT_MAX1","features":[353]},{"name":"DML_TENSOR_FLAGS","features":[353]},{"name":"DML_TENSOR_FLAG_NONE","features":[353]},{"name":"DML_TENSOR_FLAG_OWNED_BY_DML","features":[353]},{"name":"DML_TENSOR_TYPE","features":[353]},{"name":"DML_TENSOR_TYPE_BUFFER","features":[353]},{"name":"DML_TENSOR_TYPE_INVALID","features":[353]},{"name":"DML_TILE_OPERATOR_DESC","features":[353]},{"name":"DML_TOP_K1_OPERATOR_DESC","features":[353]},{"name":"DML_TOP_K_OPERATOR_DESC","features":[353]},{"name":"DML_UPSAMPLE_2D_OPERATOR_DESC","features":[353]},{"name":"DML_VALUE_SCALE_2D_OPERATOR_DESC","features":[353]},{"name":"IDMLBindingTable","features":[353]},{"name":"IDMLCommandRecorder","features":[353]},{"name":"IDMLCompiledOperator","features":[353]},{"name":"IDMLDebugDevice","features":[353]},{"name":"IDMLDevice","features":[353]},{"name":"IDMLDevice1","features":[353]},{"name":"IDMLDeviceChild","features":[353]},{"name":"IDMLDispatchable","features":[353]},{"name":"IDMLObject","features":[353]},{"name":"IDMLOperator","features":[353]},{"name":"IDMLOperatorInitializer","features":[353]},{"name":"IDMLPageable","features":[353]}],"365":[{"name":"IMLOperatorAttributes","features":[355]},{"name":"IMLOperatorKernel","features":[355]},{"name":"IMLOperatorKernelContext","features":[355]},{"name":"IMLOperatorKernelCreationContext","features":[355]},{"name":"IMLOperatorKernelFactory","features":[355]},{"name":"IMLOperatorRegistry","features":[355]},{"name":"IMLOperatorShapeInferenceContext","features":[355]},{"name":"IMLOperatorShapeInferrer","features":[355]},{"name":"IMLOperatorTensor","features":[355]},{"name":"IMLOperatorTensorShapeDescription","features":[355]},{"name":"IMLOperatorTypeInferenceContext","features":[355]},{"name":"IMLOperatorTypeInferrer","features":[355]},{"name":"IWinMLEvaluationContext","features":[355]},{"name":"IWinMLModel","features":[355]},{"name":"IWinMLRuntime","features":[355]},{"name":"IWinMLRuntimeFactory","features":[355]},{"name":"MLCreateOperatorRegistry","features":[355]},{"name":"MLOperatorAttribute","features":[355]},{"name":"MLOperatorAttributeNameValue","features":[355]},{"name":"MLOperatorAttributeType","features":[355]},{"name":"MLOperatorEdgeDescription","features":[355]},{"name":"MLOperatorEdgeType","features":[355]},{"name":"MLOperatorEdgeTypeConstraint","features":[355]},{"name":"MLOperatorExecutionType","features":[355]},{"name":"MLOperatorKernelDescription","features":[355]},{"name":"MLOperatorKernelOptions","features":[355]},{"name":"MLOperatorParameterOptions","features":[355]},{"name":"MLOperatorSchemaDescription","features":[355]},{"name":"MLOperatorSchemaEdgeDescription","features":[355]},{"name":"MLOperatorSchemaEdgeTypeFormat","features":[355]},{"name":"MLOperatorSetId","features":[355]},{"name":"MLOperatorTensorDataType","features":[355]},{"name":"WINML_BINDING_DESC","features":[355,354]},{"name":"WINML_BINDING_IMAGE","features":[355]},{"name":"WINML_BINDING_MAP","features":[355]},{"name":"WINML_BINDING_RESOURCE","features":[355]},{"name":"WINML_BINDING_SEQUENCE","features":[355]},{"name":"WINML_BINDING_TENSOR","features":[355]},{"name":"WINML_BINDING_TYPE","features":[355]},{"name":"WINML_BINDING_UNDEFINED","features":[355]},{"name":"WINML_FEATURE_IMAGE","features":[355]},{"name":"WINML_FEATURE_MAP","features":[355]},{"name":"WINML_FEATURE_SEQUENCE","features":[355]},{"name":"WINML_FEATURE_TENSOR","features":[355]},{"name":"WINML_FEATURE_TYPE","features":[355]},{"name":"WINML_FEATURE_UNDEFINED","features":[355]},{"name":"WINML_IMAGE_BINDING_DESC","features":[355]},{"name":"WINML_IMAGE_VARIABLE_DESC","features":[355]},{"name":"WINML_MAP_BINDING_DESC","features":[355]},{"name":"WINML_MAP_VARIABLE_DESC","features":[355]},{"name":"WINML_MODEL_DESC","features":[355]},{"name":"WINML_RESOURCE_BINDING_DESC","features":[355,354]},{"name":"WINML_RUNTIME_CNTK","features":[355]},{"name":"WINML_RUNTIME_TYPE","features":[355]},{"name":"WINML_SEQUENCE_BINDING_DESC","features":[355]},{"name":"WINML_SEQUENCE_VARIABLE_DESC","features":[355]},{"name":"WINML_TENSOR_BINDING_DESC","features":[355]},{"name":"WINML_TENSOR_BOOLEAN","features":[355]},{"name":"WINML_TENSOR_COMPLEX128","features":[355]},{"name":"WINML_TENSOR_COMPLEX64","features":[355]},{"name":"WINML_TENSOR_DATA_TYPE","features":[355]},{"name":"WINML_TENSOR_DIMENSION_COUNT_MAX","features":[355]},{"name":"WINML_TENSOR_DOUBLE","features":[355]},{"name":"WINML_TENSOR_FLOAT","features":[355]},{"name":"WINML_TENSOR_FLOAT16","features":[355]},{"name":"WINML_TENSOR_INT16","features":[355]},{"name":"WINML_TENSOR_INT32","features":[355]},{"name":"WINML_TENSOR_INT64","features":[355]},{"name":"WINML_TENSOR_INT8","features":[355]},{"name":"WINML_TENSOR_STRING","features":[355]},{"name":"WINML_TENSOR_UINT16","features":[355]},{"name":"WINML_TENSOR_UINT32","features":[355]},{"name":"WINML_TENSOR_UINT64","features":[355]},{"name":"WINML_TENSOR_UINT8","features":[355]},{"name":"WINML_TENSOR_UNDEFINED","features":[355]},{"name":"WINML_TENSOR_VARIABLE_DESC","features":[355]},{"name":"WINML_VARIABLE_DESC","features":[355,305]},{"name":"WinMLCreateRuntime","features":[355]}],"366":[{"name":"CLSID_IITCmdInt","features":[356]},{"name":"CLSID_IITDatabase","features":[356]},{"name":"CLSID_IITDatabaseLocal","features":[356]},{"name":"CLSID_IITGroupUpdate","features":[356]},{"name":"CLSID_IITIndexBuild","features":[356]},{"name":"CLSID_IITPropList","features":[356]},{"name":"CLSID_IITResultSet","features":[356]},{"name":"CLSID_IITSvMgr","features":[356]},{"name":"CLSID_IITWWFilterBuild","features":[356]},{"name":"CLSID_IITWordWheel","features":[356]},{"name":"CLSID_IITWordWheelLocal","features":[356]},{"name":"CLSID_IITWordWheelUpdate","features":[356]},{"name":"CLSID_ITEngStemmer","features":[356]},{"name":"CLSID_ITStdBreaker","features":[356]},{"name":"COLUMNSTATUS","features":[356]},{"name":"CProperty","features":[356,305]},{"name":"E_ALL_WILD","features":[356]},{"name":"E_ALREADYINIT","features":[356]},{"name":"E_ALREADYOPEN","features":[356]},{"name":"E_ASSERT","features":[356]},{"name":"E_BADBREAKER","features":[356]},{"name":"E_BADFILE","features":[356]},{"name":"E_BADFILTERSIZE","features":[356]},{"name":"E_BADFORMAT","features":[356]},{"name":"E_BADINDEXFLAGS","features":[356]},{"name":"E_BADPARAM","features":[356]},{"name":"E_BADRANGEOP","features":[356]},{"name":"E_BADVALUE","features":[356]},{"name":"E_BADVERSION","features":[356]},{"name":"E_CANTFINDDLL","features":[356]},{"name":"E_DISKFULL","features":[356]},{"name":"E_DUPLICATE","features":[356]},{"name":"E_EXPECTEDTERM","features":[356]},{"name":"E_FILECLOSE","features":[356]},{"name":"E_FILECREATE","features":[356]},{"name":"E_FILEDELETE","features":[356]},{"name":"E_FILEINVALID","features":[356]},{"name":"E_FILENOTFOUND","features":[356]},{"name":"E_FILEREAD","features":[356]},{"name":"E_FILESEEK","features":[356]},{"name":"E_FILEWRITE","features":[356]},{"name":"E_GETLASTERROR","features":[356]},{"name":"E_GROUPIDTOOBIG","features":[356]},{"name":"E_INTERRUPT","features":[356]},{"name":"E_INVALIDSTATE","features":[356]},{"name":"E_MISSINGPROP","features":[356]},{"name":"E_MISSLPAREN","features":[356]},{"name":"E_MISSQUOTE","features":[356]},{"name":"E_MISSRPAREN","features":[356]},{"name":"E_NAMETOOLONG","features":[356]},{"name":"E_NOHANDLE","features":[356]},{"name":"E_NOKEYPROP","features":[356]},{"name":"E_NOMERGEDDATA","features":[356]},{"name":"E_NOPERMISSION","features":[356]},{"name":"E_NOSTEMMER","features":[356]},{"name":"E_NOTEXIST","features":[356]},{"name":"E_NOTFOUND","features":[356]},{"name":"E_NOTINIT","features":[356]},{"name":"E_NOTOPEN","features":[356]},{"name":"E_NOTSUPPORTED","features":[356]},{"name":"E_NULLQUERY","features":[356]},{"name":"E_OUTOFRANGE","features":[356]},{"name":"E_PROPLISTEMPTY","features":[356]},{"name":"E_PROPLISTNOTEMPTY","features":[356]},{"name":"E_RESULTSETEMPTY","features":[356]},{"name":"E_STOPWORD","features":[356]},{"name":"E_TOODEEP","features":[356]},{"name":"E_TOOMANYCOLUMNS","features":[356]},{"name":"E_TOOMANYDUPS","features":[356]},{"name":"E_TOOMANYOBJECTS","features":[356]},{"name":"E_TOOMANYTITLES","features":[356]},{"name":"E_TOOMANYTOPICS","features":[356]},{"name":"E_TREETOOBIG","features":[356]},{"name":"E_UNKNOWN_TRANSPORT","features":[356]},{"name":"E_UNMATCHEDTYPE","features":[356]},{"name":"E_UNSUPPORTED_TRANSPORT","features":[356]},{"name":"E_WILD_IN_DTYPE","features":[356]},{"name":"E_WORDTOOLONG","features":[356]},{"name":"HHACT_BACK","features":[356]},{"name":"HHACT_CONTRACT","features":[356]},{"name":"HHACT_CUSTOMIZE","features":[356]},{"name":"HHACT_EXPAND","features":[356]},{"name":"HHACT_FORWARD","features":[356]},{"name":"HHACT_HIGHLIGHT","features":[356]},{"name":"HHACT_HOME","features":[356]},{"name":"HHACT_JUMP1","features":[356]},{"name":"HHACT_JUMP2","features":[356]},{"name":"HHACT_LAST_ENUM","features":[356]},{"name":"HHACT_NOTES","features":[356]},{"name":"HHACT_OPTIONS","features":[356]},{"name":"HHACT_PRINT","features":[356]},{"name":"HHACT_REFRESH","features":[356]},{"name":"HHACT_STOP","features":[356]},{"name":"HHACT_SYNC","features":[356]},{"name":"HHACT_TAB_CONTENTS","features":[356]},{"name":"HHACT_TAB_FAVORITES","features":[356]},{"name":"HHACT_TAB_HISTORY","features":[356]},{"name":"HHACT_TAB_INDEX","features":[356]},{"name":"HHACT_TAB_SEARCH","features":[356]},{"name":"HHACT_TOC_NEXT","features":[356]},{"name":"HHACT_TOC_PREV","features":[356]},{"name":"HHACT_ZOOM","features":[356]},{"name":"HHNTRACK","features":[356,305,357]},{"name":"HHN_FIRST","features":[356]},{"name":"HHN_LAST","features":[356]},{"name":"HHN_NAVCOMPLETE","features":[356]},{"name":"HHN_NOTIFY","features":[356,305,357]},{"name":"HHN_TRACK","features":[356]},{"name":"HHN_WINDOW_CREATE","features":[356]},{"name":"HHWIN_BUTTON_BACK","features":[356]},{"name":"HHWIN_BUTTON_BROWSE_BCK","features":[356]},{"name":"HHWIN_BUTTON_BROWSE_FWD","features":[356]},{"name":"HHWIN_BUTTON_CONTENTS","features":[356]},{"name":"HHWIN_BUTTON_EXPAND","features":[356]},{"name":"HHWIN_BUTTON_FAVORITES","features":[356]},{"name":"HHWIN_BUTTON_FORWARD","features":[356]},{"name":"HHWIN_BUTTON_HISTORY","features":[356]},{"name":"HHWIN_BUTTON_HOME","features":[356]},{"name":"HHWIN_BUTTON_INDEX","features":[356]},{"name":"HHWIN_BUTTON_JUMP1","features":[356]},{"name":"HHWIN_BUTTON_JUMP2","features":[356]},{"name":"HHWIN_BUTTON_NOTES","features":[356]},{"name":"HHWIN_BUTTON_OPTIONS","features":[356]},{"name":"HHWIN_BUTTON_PRINT","features":[356]},{"name":"HHWIN_BUTTON_REFRESH","features":[356]},{"name":"HHWIN_BUTTON_SEARCH","features":[356]},{"name":"HHWIN_BUTTON_STOP","features":[356]},{"name":"HHWIN_BUTTON_SYNC","features":[356]},{"name":"HHWIN_BUTTON_TOC_NEXT","features":[356]},{"name":"HHWIN_BUTTON_TOC_PREV","features":[356]},{"name":"HHWIN_BUTTON_ZOOM","features":[356]},{"name":"HHWIN_NAVTAB_BOTTOM","features":[356]},{"name":"HHWIN_NAVTAB_LEFT","features":[356]},{"name":"HHWIN_NAVTAB_TOP","features":[356]},{"name":"HHWIN_NAVTYPE_AUTHOR","features":[356]},{"name":"HHWIN_NAVTYPE_CUSTOM_FIRST","features":[356]},{"name":"HHWIN_NAVTYPE_FAVORITES","features":[356]},{"name":"HHWIN_NAVTYPE_HISTORY","features":[356]},{"name":"HHWIN_NAVTYPE_INDEX","features":[356]},{"name":"HHWIN_NAVTYPE_SEARCH","features":[356]},{"name":"HHWIN_NAVTYPE_TOC","features":[356]},{"name":"HHWIN_PARAM_CUR_TAB","features":[356]},{"name":"HHWIN_PARAM_EXPANSION","features":[356]},{"name":"HHWIN_PARAM_EXSTYLES","features":[356]},{"name":"HHWIN_PARAM_HISTORY_COUNT","features":[356]},{"name":"HHWIN_PARAM_INFOTYPES","features":[356]},{"name":"HHWIN_PARAM_NAV_WIDTH","features":[356]},{"name":"HHWIN_PARAM_PROPERTIES","features":[356]},{"name":"HHWIN_PARAM_RECT","features":[356]},{"name":"HHWIN_PARAM_SHOWSTATE","features":[356]},{"name":"HHWIN_PARAM_STYLES","features":[356]},{"name":"HHWIN_PARAM_TABORDER","features":[356]},{"name":"HHWIN_PARAM_TABPOS","features":[356]},{"name":"HHWIN_PARAM_TB_FLAGS","features":[356]},{"name":"HHWIN_PROP_AUTO_SYNC","features":[356]},{"name":"HHWIN_PROP_CHANGE_TITLE","features":[356]},{"name":"HHWIN_PROP_MENU","features":[356]},{"name":"HHWIN_PROP_NAV_ONLY_WIN","features":[356]},{"name":"HHWIN_PROP_NODEF_EXSTYLES","features":[356]},{"name":"HHWIN_PROP_NODEF_STYLES","features":[356]},{"name":"HHWIN_PROP_NOTB_TEXT","features":[356]},{"name":"HHWIN_PROP_NOTITLEBAR","features":[356]},{"name":"HHWIN_PROP_NO_TOOLBAR","features":[356]},{"name":"HHWIN_PROP_ONTOP","features":[356]},{"name":"HHWIN_PROP_POST_QUIT","features":[356]},{"name":"HHWIN_PROP_TAB_ADVSEARCH","features":[356]},{"name":"HHWIN_PROP_TAB_AUTOHIDESHOW","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM1","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM2","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM3","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM4","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM5","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM6","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM7","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM8","features":[356]},{"name":"HHWIN_PROP_TAB_CUSTOM9","features":[356]},{"name":"HHWIN_PROP_TAB_FAVORITES","features":[356]},{"name":"HHWIN_PROP_TAB_HISTORY","features":[356]},{"name":"HHWIN_PROP_TAB_SEARCH","features":[356]},{"name":"HHWIN_PROP_TRACKING","features":[356]},{"name":"HHWIN_PROP_TRI_PANE","features":[356]},{"name":"HHWIN_PROP_USER_POS","features":[356]},{"name":"HHWIN_TB_MARGIN","features":[356]},{"name":"HH_AKLINK","features":[356,305]},{"name":"HH_ALINK_LOOKUP","features":[356]},{"name":"HH_CLOSE_ALL","features":[356]},{"name":"HH_DISPLAY_INDEX","features":[356]},{"name":"HH_DISPLAY_SEARCH","features":[356]},{"name":"HH_DISPLAY_TEXT_POPUP","features":[356]},{"name":"HH_DISPLAY_TOC","features":[356]},{"name":"HH_DISPLAY_TOPIC","features":[356]},{"name":"HH_ENUM_CAT","features":[356]},{"name":"HH_ENUM_CATEGORY","features":[356]},{"name":"HH_ENUM_CATEGORY_IT","features":[356]},{"name":"HH_ENUM_INFO_TYPE","features":[356]},{"name":"HH_ENUM_IT","features":[356]},{"name":"HH_FTS_DEFAULT_PROXIMITY","features":[356]},{"name":"HH_FTS_QUERY","features":[356,305]},{"name":"HH_GET_LAST_ERROR","features":[356]},{"name":"HH_GET_WIN_HANDLE","features":[356]},{"name":"HH_GET_WIN_TYPE","features":[356]},{"name":"HH_GLOBAL_PROPERTY","features":[356,305,358,359,360]},{"name":"HH_GPROPID","features":[356]},{"name":"HH_GPROPID_CONTENT_LANGUAGE","features":[356]},{"name":"HH_GPROPID_CURRENT_SUBSET","features":[356]},{"name":"HH_GPROPID_SINGLETHREAD","features":[356]},{"name":"HH_GPROPID_TOOLBAR_MARGIN","features":[356]},{"name":"HH_GPROPID_UI_LANGUAGE","features":[356]},{"name":"HH_HELP_CONTEXT","features":[356]},{"name":"HH_HELP_FINDER","features":[356]},{"name":"HH_INITIALIZE","features":[356]},{"name":"HH_KEYWORD_LOOKUP","features":[356]},{"name":"HH_MAX_TABS","features":[356]},{"name":"HH_MAX_TABS_CUSTOM","features":[356]},{"name":"HH_POPUP","features":[356,305]},{"name":"HH_PRETRANSLATEMESSAGE","features":[356]},{"name":"HH_RESERVED1","features":[356]},{"name":"HH_RESERVED2","features":[356]},{"name":"HH_RESERVED3","features":[356]},{"name":"HH_RESET_IT_FILTER","features":[356]},{"name":"HH_SAFE_DISPLAY_TOPIC","features":[356]},{"name":"HH_SET_EXCLUSIVE_FILTER","features":[356]},{"name":"HH_SET_GLOBAL_PROPERTY","features":[356]},{"name":"HH_SET_INCLUSIVE_FILTER","features":[356]},{"name":"HH_SET_INFOTYPE","features":[356]},{"name":"HH_SET_INFO_TYPE","features":[356]},{"name":"HH_SET_QUERYSERVICE","features":[356]},{"name":"HH_SET_WIN_TYPE","features":[356]},{"name":"HH_SYNC","features":[356]},{"name":"HH_TAB_AUTHOR","features":[356]},{"name":"HH_TAB_CONTENTS","features":[356]},{"name":"HH_TAB_CUSTOM_FIRST","features":[356]},{"name":"HH_TAB_CUSTOM_LAST","features":[356]},{"name":"HH_TAB_FAVORITES","features":[356]},{"name":"HH_TAB_HISTORY","features":[356]},{"name":"HH_TAB_INDEX","features":[356]},{"name":"HH_TAB_SEARCH","features":[356]},{"name":"HH_TP_HELP_CONTEXTMENU","features":[356]},{"name":"HH_TP_HELP_WM_HELP","features":[356]},{"name":"HH_UNINITIALIZE","features":[356]},{"name":"HH_WINTYPE","features":[356,305]},{"name":"HTML_HELP_COMMAND","features":[356]},{"name":"HtmlHelpA","features":[356,305]},{"name":"HtmlHelpW","features":[356,305]},{"name":"IDTB_BACK","features":[356]},{"name":"IDTB_BROWSE_BACK","features":[356]},{"name":"IDTB_BROWSE_FWD","features":[356]},{"name":"IDTB_CONTENTS","features":[356]},{"name":"IDTB_CONTRACT","features":[356]},{"name":"IDTB_CUSTOMIZE","features":[356]},{"name":"IDTB_EXPAND","features":[356]},{"name":"IDTB_FAVORITES","features":[356]},{"name":"IDTB_FORWARD","features":[356]},{"name":"IDTB_HISTORY","features":[356]},{"name":"IDTB_HOME","features":[356]},{"name":"IDTB_INDEX","features":[356]},{"name":"IDTB_JUMP1","features":[356]},{"name":"IDTB_JUMP2","features":[356]},{"name":"IDTB_NOTES","features":[356]},{"name":"IDTB_OPTIONS","features":[356]},{"name":"IDTB_PRINT","features":[356]},{"name":"IDTB_REFRESH","features":[356]},{"name":"IDTB_SEARCH","features":[356]},{"name":"IDTB_STOP","features":[356]},{"name":"IDTB_SYNC","features":[356]},{"name":"IDTB_TOC_NEXT","features":[356]},{"name":"IDTB_TOC_PREV","features":[356]},{"name":"IDTB_ZOOM","features":[356]},{"name":"IITDatabase","features":[356]},{"name":"IITPropList","features":[356,358]},{"name":"IITResultSet","features":[356]},{"name":"IITWBC_BREAK_ACCEPT_WILDCARDS","features":[356]},{"name":"IITWBC_BREAK_AND_STEM","features":[356]},{"name":"IStemSink","features":[356]},{"name":"IStemmerConfig","features":[356]},{"name":"ITWW_CBKEY_MAX","features":[356]},{"name":"ITWW_OPEN_NOCONNECT","features":[356]},{"name":"IT_EXCLUSIVE","features":[356]},{"name":"IT_HIDDEN","features":[356]},{"name":"IT_INCLUSIVE","features":[356]},{"name":"IWordBreakerConfig","features":[356]},{"name":"MAX_COLUMNS","features":[356]},{"name":"PFNCOLHEAPFREE","features":[356]},{"name":"PRIORITY","features":[356]},{"name":"PRIORITY_HIGH","features":[356]},{"name":"PRIORITY_LOW","features":[356]},{"name":"PRIORITY_NORMAL","features":[356]},{"name":"PROP_ADD","features":[356]},{"name":"PROP_DELETE","features":[356]},{"name":"PROP_UPDATE","features":[356]},{"name":"ROWSTATUS","features":[356]},{"name":"STDPROP_DISPLAYKEY","features":[356]},{"name":"STDPROP_INDEX_BREAK","features":[356]},{"name":"STDPROP_INDEX_DTYPE","features":[356]},{"name":"STDPROP_INDEX_LENGTH","features":[356]},{"name":"STDPROP_INDEX_TERM","features":[356]},{"name":"STDPROP_INDEX_TERM_RAW_LENGTH","features":[356]},{"name":"STDPROP_INDEX_TEXT","features":[356]},{"name":"STDPROP_INDEX_VFLD","features":[356]},{"name":"STDPROP_KEY","features":[356]},{"name":"STDPROP_SORTKEY","features":[356]},{"name":"STDPROP_SORTORDINAL","features":[356]},{"name":"STDPROP_TITLE","features":[356]},{"name":"STDPROP_UID","features":[356]},{"name":"STDPROP_USERDATA","features":[356]},{"name":"STDPROP_USERPROP_BASE","features":[356]},{"name":"STDPROP_USERPROP_MAX","features":[356]},{"name":"SZ_WWDEST_GLOBAL","features":[356]},{"name":"SZ_WWDEST_KEY","features":[356]},{"name":"SZ_WWDEST_OCC","features":[356]},{"name":"TYPE_POINTER","features":[356]},{"name":"TYPE_STRING","features":[356]},{"name":"TYPE_VALUE","features":[356]}],"367":[{"name":"DRMACTSERVINFOVERSION","features":[361]},{"name":"DRMATTESTTYPE","features":[361]},{"name":"DRMATTESTTYPE_FULLENVIRONMENT","features":[361]},{"name":"DRMATTESTTYPE_HASHONLY","features":[361]},{"name":"DRMAcquireAdvisories","features":[361]},{"name":"DRMAcquireIssuanceLicenseTemplate","features":[361]},{"name":"DRMAcquireLicense","features":[361]},{"name":"DRMActivate","features":[361,305]},{"name":"DRMAddLicense","features":[361]},{"name":"DRMAddRightWithUser","features":[361]},{"name":"DRMAttest","features":[361]},{"name":"DRMBINDINGFLAGS_IGNORE_VALIDITY_INTERVALS","features":[361]},{"name":"DRMBOUNDLICENSEPARAMS","features":[361]},{"name":"DRMBOUNDLICENSEPARAMSVERSION","features":[361]},{"name":"DRMCALLBACK","features":[361]},{"name":"DRMCALLBACKVERSION","features":[361]},{"name":"DRMCLIENTSTRUCTVERSION","features":[361]},{"name":"DRMCheckSecurity","features":[361]},{"name":"DRMClearAllRights","features":[361]},{"name":"DRMCloseEnvironmentHandle","features":[361]},{"name":"DRMCloseHandle","features":[361]},{"name":"DRMClosePubHandle","features":[361]},{"name":"DRMCloseQueryHandle","features":[361]},{"name":"DRMCloseSession","features":[361]},{"name":"DRMConstructCertificateChain","features":[361]},{"name":"DRMCreateBoundLicense","features":[361]},{"name":"DRMCreateClientSession","features":[361]},{"name":"DRMCreateEnablingBitsDecryptor","features":[361]},{"name":"DRMCreateEnablingBitsEncryptor","features":[361]},{"name":"DRMCreateEnablingPrincipal","features":[361]},{"name":"DRMCreateIssuanceLicense","features":[361,305]},{"name":"DRMCreateLicenseStorageSession","features":[361]},{"name":"DRMCreateRight","features":[361,305]},{"name":"DRMCreateUser","features":[361]},{"name":"DRMDecode","features":[361]},{"name":"DRMDeconstructCertificateChain","features":[361]},{"name":"DRMDecrypt","features":[361]},{"name":"DRMDeleteLicense","features":[361]},{"name":"DRMDuplicateEnvironmentHandle","features":[361]},{"name":"DRMDuplicateHandle","features":[361]},{"name":"DRMDuplicatePubHandle","features":[361]},{"name":"DRMDuplicateSession","features":[361]},{"name":"DRMENCODINGTYPE","features":[361]},{"name":"DRMENCODINGTYPE_BASE64","features":[361]},{"name":"DRMENCODINGTYPE_LONG","features":[361]},{"name":"DRMENCODINGTYPE_RAW","features":[361]},{"name":"DRMENCODINGTYPE_STRING","features":[361]},{"name":"DRMENCODINGTYPE_TIME","features":[361]},{"name":"DRMENCODINGTYPE_UINT","features":[361]},{"name":"DRMENVHANDLE_INVALID","features":[361]},{"name":"DRMEncode","features":[361]},{"name":"DRMEncrypt","features":[361]},{"name":"DRMEnumerateLicense","features":[361,305]},{"name":"DRMGLOBALOPTIONS","features":[361]},{"name":"DRMGLOBALOPTIONS_USE_SERVERSECURITYPROCESSOR","features":[361]},{"name":"DRMGLOBALOPTIONS_USE_WINHTTP","features":[361]},{"name":"DRMGetApplicationSpecificData","features":[361]},{"name":"DRMGetBoundLicenseAttribute","features":[361]},{"name":"DRMGetBoundLicenseAttributeCount","features":[361]},{"name":"DRMGetBoundLicenseObject","features":[361]},{"name":"DRMGetBoundLicenseObjectCount","features":[361]},{"name":"DRMGetCertificateChainCount","features":[361]},{"name":"DRMGetClientVersion","features":[361]},{"name":"DRMGetEnvironmentInfo","features":[361]},{"name":"DRMGetInfo","features":[361]},{"name":"DRMGetIntervalTime","features":[361]},{"name":"DRMGetIssuanceLicenseInfo","features":[361,305]},{"name":"DRMGetIssuanceLicenseTemplate","features":[361]},{"name":"DRMGetMetaData","features":[361]},{"name":"DRMGetNameAndDescription","features":[361]},{"name":"DRMGetOwnerLicense","features":[361]},{"name":"DRMGetProcAddress","features":[361,305]},{"name":"DRMGetRevocationPoint","features":[361,305]},{"name":"DRMGetRightExtendedInfo","features":[361]},{"name":"DRMGetRightInfo","features":[361,305]},{"name":"DRMGetSecurityProvider","features":[361]},{"name":"DRMGetServiceLocation","features":[361]},{"name":"DRMGetSignedIssuanceLicense","features":[361]},{"name":"DRMGetSignedIssuanceLicenseEx","features":[361]},{"name":"DRMGetTime","features":[361,305]},{"name":"DRMGetUnboundLicenseAttribute","features":[361]},{"name":"DRMGetUnboundLicenseAttributeCount","features":[361]},{"name":"DRMGetUnboundLicenseObject","features":[361]},{"name":"DRMGetUnboundLicenseObjectCount","features":[361]},{"name":"DRMGetUsagePolicy","features":[361,305]},{"name":"DRMGetUserInfo","features":[361]},{"name":"DRMGetUserRights","features":[361]},{"name":"DRMGetUsers","features":[361]},{"name":"DRMHANDLE_INVALID","features":[361]},{"name":"DRMHSESSION_INVALID","features":[361]},{"name":"DRMID","features":[361]},{"name":"DRMIDVERSION","features":[361]},{"name":"DRMInitEnvironment","features":[361]},{"name":"DRMIsActivated","features":[361]},{"name":"DRMIsWindowProtected","features":[361,305]},{"name":"DRMLICENSEACQDATAVERSION","features":[361]},{"name":"DRMLoadLibrary","features":[361]},{"name":"DRMPUBHANDLE_INVALID","features":[361]},{"name":"DRMParseUnboundLicense","features":[361]},{"name":"DRMQUERYHANDLE_INVALID","features":[361]},{"name":"DRMRegisterContent","features":[361,305]},{"name":"DRMRegisterProtectedWindow","features":[361,305]},{"name":"DRMRegisterRevocationList","features":[361]},{"name":"DRMRepair","features":[361]},{"name":"DRMSECURITYPROVIDERTYPE","features":[361]},{"name":"DRMSECURITYPROVIDERTYPE_SOFTWARESECREP","features":[361]},{"name":"DRMSPECTYPE","features":[361]},{"name":"DRMSPECTYPE_FILENAME","features":[361]},{"name":"DRMSPECTYPE_UNKNOWN","features":[361]},{"name":"DRMSetApplicationSpecificData","features":[361,305]},{"name":"DRMSetGlobalOptions","features":[361]},{"name":"DRMSetIntervalTime","features":[361]},{"name":"DRMSetMetaData","features":[361]},{"name":"DRMSetNameAndDescription","features":[361,305]},{"name":"DRMSetRevocationPoint","features":[361,305]},{"name":"DRMSetUsagePolicy","features":[361,305]},{"name":"DRMTIMETYPE","features":[361]},{"name":"DRMTIMETYPE_SYSTEMLOCAL","features":[361]},{"name":"DRMTIMETYPE_SYSTEMUTC","features":[361]},{"name":"DRMVerify","features":[361]},{"name":"DRM_ACTIVATE_CANCEL","features":[361]},{"name":"DRM_ACTIVATE_DELAYED","features":[361]},{"name":"DRM_ACTIVATE_GROUPIDENTITY","features":[361]},{"name":"DRM_ACTIVATE_MACHINE","features":[361]},{"name":"DRM_ACTIVATE_SHARED_GROUPIDENTITY","features":[361]},{"name":"DRM_ACTIVATE_SILENT","features":[361]},{"name":"DRM_ACTIVATE_TEMPORARY","features":[361]},{"name":"DRM_ACTSERV_INFO","features":[361]},{"name":"DRM_ADD_LICENSE_NOPERSIST","features":[361]},{"name":"DRM_ADD_LICENSE_PERSIST","features":[361]},{"name":"DRM_AILT_CANCEL","features":[361]},{"name":"DRM_AILT_NONSILENT","features":[361]},{"name":"DRM_AILT_OBTAIN_ALL","features":[361]},{"name":"DRM_AL_CANCEL","features":[361]},{"name":"DRM_AL_FETCHNOADVISORY","features":[361]},{"name":"DRM_AL_NONSILENT","features":[361]},{"name":"DRM_AL_NOPERSIST","features":[361]},{"name":"DRM_AL_NOUI","features":[361]},{"name":"DRM_AUTO_GENERATE_KEY","features":[361]},{"name":"DRM_CLIENT_VERSION_INFO","features":[361]},{"name":"DRM_DEFAULTGROUPIDTYPE_PASSPORT","features":[361]},{"name":"DRM_DEFAULTGROUPIDTYPE_WINDOWSAUTH","features":[361]},{"name":"DRM_DISTRIBUTION_POINT_INFO","features":[361]},{"name":"DRM_DISTRIBUTION_POINT_LICENSE_ACQUISITION","features":[361]},{"name":"DRM_DISTRIBUTION_POINT_PUBLISHING","features":[361]},{"name":"DRM_DISTRIBUTION_POINT_REFERRAL_INFO","features":[361]},{"name":"DRM_EL_CLIENTLICENSOR","features":[361]},{"name":"DRM_EL_CLIENTLICENSOR_LID","features":[361]},{"name":"DRM_EL_EUL","features":[361]},{"name":"DRM_EL_EUL_LID","features":[361]},{"name":"DRM_EL_EXPIRED","features":[361]},{"name":"DRM_EL_GROUPIDENTITY","features":[361]},{"name":"DRM_EL_GROUPIDENTITY_LID","features":[361]},{"name":"DRM_EL_GROUPIDENTITY_NAME","features":[361]},{"name":"DRM_EL_ISSUANCELICENSE_TEMPLATE","features":[361]},{"name":"DRM_EL_ISSUANCELICENSE_TEMPLATE_LID","features":[361]},{"name":"DRM_EL_ISSUERNAME","features":[361]},{"name":"DRM_EL_MACHINE","features":[361]},{"name":"DRM_EL_REVOCATIONLIST","features":[361]},{"name":"DRM_EL_REVOCATIONLIST_LID","features":[361]},{"name":"DRM_EL_SPECIFIED_CLIENTLICENSOR","features":[361]},{"name":"DRM_EL_SPECIFIED_GROUPIDENTITY","features":[361]},{"name":"DRM_LICENSE_ACQ_DATA","features":[361]},{"name":"DRM_LOCKBOXTYPE_BLACKBOX","features":[361]},{"name":"DRM_LOCKBOXTYPE_DEFAULT","features":[361]},{"name":"DRM_LOCKBOXTYPE_NONE","features":[361]},{"name":"DRM_LOCKBOXTYPE_WHITEBOX","features":[361]},{"name":"DRM_MSG_ACQUIRE_ADVISORY","features":[361]},{"name":"DRM_MSG_ACQUIRE_CLIENTLICENSOR","features":[361]},{"name":"DRM_MSG_ACQUIRE_ISSUANCE_LICENSE_TEMPLATE","features":[361]},{"name":"DRM_MSG_ACQUIRE_LICENSE","features":[361]},{"name":"DRM_MSG_ACTIVATE_GROUPIDENTITY","features":[361]},{"name":"DRM_MSG_ACTIVATE_MACHINE","features":[361]},{"name":"DRM_MSG_SIGN_ISSUANCE_LICENSE","features":[361]},{"name":"DRM_OWNER_LICENSE_NOPERSIST","features":[361]},{"name":"DRM_REUSE_KEY","features":[361]},{"name":"DRM_SERVER_ISSUANCELICENSE","features":[361]},{"name":"DRM_SERVICE_LOCATION_ENTERPRISE","features":[361]},{"name":"DRM_SERVICE_LOCATION_INTERNET","features":[361]},{"name":"DRM_SERVICE_TYPE_ACTIVATION","features":[361]},{"name":"DRM_SERVICE_TYPE_CERTIFICATION","features":[361]},{"name":"DRM_SERVICE_TYPE_CLIENTLICENSOR","features":[361]},{"name":"DRM_SERVICE_TYPE_PUBLISHING","features":[361]},{"name":"DRM_SERVICE_TYPE_SILENT","features":[361]},{"name":"DRM_SIGN_CANCEL","features":[361]},{"name":"DRM_SIGN_OFFLINE","features":[361]},{"name":"DRM_SIGN_ONLINE","features":[361]},{"name":"DRM_STATUS_MSG","features":[361]},{"name":"DRM_USAGEPOLICY_TYPE","features":[361]},{"name":"DRM_USAGEPOLICY_TYPE_BYDIGEST","features":[361]},{"name":"DRM_USAGEPOLICY_TYPE_BYNAME","features":[361]},{"name":"DRM_USAGEPOLICY_TYPE_BYPUBLICKEY","features":[361]},{"name":"DRM_USAGEPOLICY_TYPE_OSEXCLUSION","features":[361]},{"name":"MSDRM_CLIENT_ZONE","features":[361]},{"name":"MSDRM_POLICY_ZONE","features":[361]}],"368":[{"name":"DISPID_DOM_ATTRIBUTE","features":[362]},{"name":"DISPID_DOM_ATTRIBUTE_GETNAME","features":[362]},{"name":"DISPID_DOM_ATTRIBUTE_SPECIFIED","features":[362]},{"name":"DISPID_DOM_ATTRIBUTE_VALUE","features":[362]},{"name":"DISPID_DOM_ATTRIBUTE__TOP","features":[362]},{"name":"DISPID_DOM_BASE","features":[362]},{"name":"DISPID_DOM_COLLECTION_BASE","features":[362]},{"name":"DISPID_DOM_COLLECTION_MAX","features":[362]},{"name":"DISPID_DOM_DATA","features":[362]},{"name":"DISPID_DOM_DATA_APPEND","features":[362]},{"name":"DISPID_DOM_DATA_DATA","features":[362]},{"name":"DISPID_DOM_DATA_DELETE","features":[362]},{"name":"DISPID_DOM_DATA_INSERT","features":[362]},{"name":"DISPID_DOM_DATA_LENGTH","features":[362]},{"name":"DISPID_DOM_DATA_REPLACE","features":[362]},{"name":"DISPID_DOM_DATA_SUBSTRING","features":[362]},{"name":"DISPID_DOM_DATA__TOP","features":[362]},{"name":"DISPID_DOM_DOCUMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENTFRAGMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENTFRAGMENT__TOP","features":[362]},{"name":"DISPID_DOM_DOCUMENTTYPE","features":[362]},{"name":"DISPID_DOM_DOCUMENTTYPE_ENTITIES","features":[362]},{"name":"DISPID_DOM_DOCUMENTTYPE_NAME","features":[362]},{"name":"DISPID_DOM_DOCUMENTTYPE_NOTATIONS","features":[362]},{"name":"DISPID_DOM_DOCUMENTTYPE__TOP","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEATTRIBUTE","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATECDATASECTION","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATECOMMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEDOCUMENTFRAGMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEELEMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEENTITY","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEENTITYREFERENCE","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATEPROCESSINGINSTRUCTION","features":[362]},{"name":"DISPID_DOM_DOCUMENT_CREATETEXTNODE","features":[362]},{"name":"DISPID_DOM_DOCUMENT_DOCTYPE","features":[362]},{"name":"DISPID_DOM_DOCUMENT_DOCUMENTELEMENT","features":[362]},{"name":"DISPID_DOM_DOCUMENT_GETELEMENTSBYTAGNAME","features":[362]},{"name":"DISPID_DOM_DOCUMENT_IMPLEMENTATION","features":[362]},{"name":"DISPID_DOM_DOCUMENT_TOP","features":[362]},{"name":"DISPID_DOM_ELEMENT","features":[362]},{"name":"DISPID_DOM_ELEMENT_GETATTRIBUTE","features":[362]},{"name":"DISPID_DOM_ELEMENT_GETATTRIBUTENODE","features":[362]},{"name":"DISPID_DOM_ELEMENT_GETATTRIBUTES","features":[362]},{"name":"DISPID_DOM_ELEMENT_GETELEMENTSBYTAGNAME","features":[362]},{"name":"DISPID_DOM_ELEMENT_GETTAGNAME","features":[362]},{"name":"DISPID_DOM_ELEMENT_NORMALIZE","features":[362]},{"name":"DISPID_DOM_ELEMENT_REMOVEATTRIBUTE","features":[362]},{"name":"DISPID_DOM_ELEMENT_REMOVEATTRIBUTENODE","features":[362]},{"name":"DISPID_DOM_ELEMENT_SETATTRIBUTE","features":[362]},{"name":"DISPID_DOM_ELEMENT_SETATTRIBUTENODE","features":[362]},{"name":"DISPID_DOM_ELEMENT__TOP","features":[362]},{"name":"DISPID_DOM_ENTITY","features":[362]},{"name":"DISPID_DOM_ENTITY_NOTATIONNAME","features":[362]},{"name":"DISPID_DOM_ENTITY_PUBLICID","features":[362]},{"name":"DISPID_DOM_ENTITY_SYSTEMID","features":[362]},{"name":"DISPID_DOM_ENTITY__TOP","features":[362]},{"name":"DISPID_DOM_ERROR","features":[362]},{"name":"DISPID_DOM_ERROR2","features":[362]},{"name":"DISPID_DOM_ERROR2_ALLERRORS","features":[362]},{"name":"DISPID_DOM_ERROR2_ERRORPARAMETERS","features":[362]},{"name":"DISPID_DOM_ERROR2_ERRORPARAMETERSCOUNT","features":[362]},{"name":"DISPID_DOM_ERROR2_ERRORXPATH","features":[362]},{"name":"DISPID_DOM_ERROR2__TOP","features":[362]},{"name":"DISPID_DOM_ERRORCOLLECTION","features":[362]},{"name":"DISPID_DOM_ERRORCOLLECTION_LENGTH","features":[362]},{"name":"DISPID_DOM_ERRORCOLLECTION_NEXT","features":[362]},{"name":"DISPID_DOM_ERRORCOLLECTION_RESET","features":[362]},{"name":"DISPID_DOM_ERRORCOLLECTION__TOP","features":[362]},{"name":"DISPID_DOM_ERROR_ERRORCODE","features":[362]},{"name":"DISPID_DOM_ERROR_FILEPOS","features":[362]},{"name":"DISPID_DOM_ERROR_LINE","features":[362]},{"name":"DISPID_DOM_ERROR_LINEPOS","features":[362]},{"name":"DISPID_DOM_ERROR_REASON","features":[362]},{"name":"DISPID_DOM_ERROR_SRCTEXT","features":[362]},{"name":"DISPID_DOM_ERROR_URL","features":[362]},{"name":"DISPID_DOM_ERROR__TOP","features":[362]},{"name":"DISPID_DOM_IMPLEMENTATION","features":[362]},{"name":"DISPID_DOM_IMPLEMENTATION_HASFEATURE","features":[362]},{"name":"DISPID_DOM_IMPLEMENTATION__TOP","features":[362]},{"name":"DISPID_DOM_NAMEDNODEMAP","features":[362]},{"name":"DISPID_DOM_NAMEDNODEMAP_GETNAMEDITEM","features":[362]},{"name":"DISPID_DOM_NAMEDNODEMAP_REMOVENAMEDITEM","features":[362]},{"name":"DISPID_DOM_NAMEDNODEMAP_SETNAMEDITEM","features":[362]},{"name":"DISPID_DOM_NODE","features":[362]},{"name":"DISPID_DOM_NODELIST","features":[362]},{"name":"DISPID_DOM_NODELIST_ITEM","features":[362]},{"name":"DISPID_DOM_NODELIST_LENGTH","features":[362]},{"name":"DISPID_DOM_NODE_APPENDCHILD","features":[362]},{"name":"DISPID_DOM_NODE_ATTRIBUTES","features":[362]},{"name":"DISPID_DOM_NODE_CHILDNODES","features":[362]},{"name":"DISPID_DOM_NODE_CLONENODE","features":[362]},{"name":"DISPID_DOM_NODE_FIRSTCHILD","features":[362]},{"name":"DISPID_DOM_NODE_HASCHILDNODES","features":[362]},{"name":"DISPID_DOM_NODE_INSERTBEFORE","features":[362]},{"name":"DISPID_DOM_NODE_LASTCHILD","features":[362]},{"name":"DISPID_DOM_NODE_NEXTSIBLING","features":[362]},{"name":"DISPID_DOM_NODE_NODENAME","features":[362]},{"name":"DISPID_DOM_NODE_NODETYPE","features":[362]},{"name":"DISPID_DOM_NODE_NODETYPEENUM","features":[362]},{"name":"DISPID_DOM_NODE_NODEVALUE","features":[362]},{"name":"DISPID_DOM_NODE_OWNERDOC","features":[362]},{"name":"DISPID_DOM_NODE_PARENTNODE","features":[362]},{"name":"DISPID_DOM_NODE_PREVIOUSSIBLING","features":[362]},{"name":"DISPID_DOM_NODE_REMOVECHILD","features":[362]},{"name":"DISPID_DOM_NODE_REPLACECHILD","features":[362]},{"name":"DISPID_DOM_NOTATION","features":[362]},{"name":"DISPID_DOM_NOTATION_PUBLICID","features":[362]},{"name":"DISPID_DOM_NOTATION_SYSTEMID","features":[362]},{"name":"DISPID_DOM_NOTATION__TOP","features":[362]},{"name":"DISPID_DOM_PI","features":[362]},{"name":"DISPID_DOM_PI_DATA","features":[362]},{"name":"DISPID_DOM_PI_TARGET","features":[362]},{"name":"DISPID_DOM_PI__TOP","features":[362]},{"name":"DISPID_DOM_TEXT","features":[362]},{"name":"DISPID_DOM_TEXT_JOINTEXT","features":[362]},{"name":"DISPID_DOM_TEXT_SPLITTEXT","features":[362]},{"name":"DISPID_DOM_TEXT__TOP","features":[362]},{"name":"DISPID_DOM_W3CWRAPPERS","features":[362]},{"name":"DISPID_DOM_W3CWRAPPERS_TOP","features":[362]},{"name":"DISPID_DOM__TOP","features":[362]},{"name":"DISPID_MXXML_FILTER","features":[362]},{"name":"DISPID_MXXML_FILTER_CONTENTHANDLER","features":[362]},{"name":"DISPID_MXXML_FILTER_DTDHANDLER","features":[362]},{"name":"DISPID_MXXML_FILTER_ENTITYRESOLVER","features":[362]},{"name":"DISPID_MXXML_FILTER_ERRORHANDLER","features":[362]},{"name":"DISPID_MXXML_FILTER_GETFEATURE","features":[362]},{"name":"DISPID_MXXML_FILTER_GETPROPERTY","features":[362]},{"name":"DISPID_MXXML_FILTER_PUTFEATURE","features":[362]},{"name":"DISPID_MXXML_FILTER_PUTPROPERTY","features":[362]},{"name":"DISPID_MXXML_FILTER__BASE","features":[362]},{"name":"DISPID_MXXML_FILTER__TOP","features":[362]},{"name":"DISPID_MX_ATTRIBUTES","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_ADDATTRIBUTE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_ADDATTRIBUTEFROMINDEX","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_CLEAR","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_REMOVEATTRIBUTE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETATTRIBUTE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETATTRIBUTES","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETLOCALNAME","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETQNAME","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETTYPE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETURI","features":[362]},{"name":"DISPID_MX_ATTRIBUTES_SETVALUE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES__BASE","features":[362]},{"name":"DISPID_MX_ATTRIBUTES__TOP","features":[362]},{"name":"DISPID_MX_NSMGR","features":[362]},{"name":"DISPID_MX_NSMGR_ALLOWOVERRIDE","features":[362]},{"name":"DISPID_MX_NSMGR_DECLAREPREFIX","features":[362]},{"name":"DISPID_MX_NSMGR_GETDECLAREDPREFIXES","features":[362]},{"name":"DISPID_MX_NSMGR_GETPREFIXES","features":[362]},{"name":"DISPID_MX_NSMGR_GETURI","features":[362]},{"name":"DISPID_MX_NSMGR_GETURIFROMNODE","features":[362]},{"name":"DISPID_MX_NSMGR_LENGTH","features":[362]},{"name":"DISPID_MX_NSMGR_POPCONTEXT","features":[362]},{"name":"DISPID_MX_NSMGR_PUSHCONTEXT","features":[362]},{"name":"DISPID_MX_NSMGR_PUSHNODECONTEXT","features":[362]},{"name":"DISPID_MX_NSMGR_RESET","features":[362]},{"name":"DISPID_MX_NSMGR__BASE","features":[362]},{"name":"DISPID_MX_NSMGR__TOP","features":[362]},{"name":"DISPID_MX_READER_CONTROL","features":[362]},{"name":"DISPID_MX_READER_CONTROL_ABORT","features":[362]},{"name":"DISPID_MX_READER_CONTROL_RESUME","features":[362]},{"name":"DISPID_MX_READER_CONTROL_SUSPEND","features":[362]},{"name":"DISPID_MX_READER_CONTROL__BASE","features":[362]},{"name":"DISPID_MX_READER_CONTROL__TOP","features":[362]},{"name":"DISPID_MX_SCHEMADECLHANDLER","features":[362]},{"name":"DISPID_MX_SCHEMADECLHANDLER_SCHEMAELEMENTDECL","features":[362]},{"name":"DISPID_MX_SCHEMADECLHANDLER__BASE","features":[362]},{"name":"DISPID_MX_SCHEMADECLHANDLER__TOP","features":[362]},{"name":"DISPID_MX_WRITER","features":[362]},{"name":"DISPID_MX_WRITER_BYTEORDERMARK","features":[362]},{"name":"DISPID_MX_WRITER_DESTINATION","features":[362]},{"name":"DISPID_MX_WRITER_DISABLEOUTPUTESCAPING","features":[362]},{"name":"DISPID_MX_WRITER_ENCODING","features":[362]},{"name":"DISPID_MX_WRITER_FLUSH","features":[362]},{"name":"DISPID_MX_WRITER_INDENT","features":[362]},{"name":"DISPID_MX_WRITER_OMITXMLDECLARATION","features":[362]},{"name":"DISPID_MX_WRITER_OUTPUT","features":[362]},{"name":"DISPID_MX_WRITER_RESET","features":[362]},{"name":"DISPID_MX_WRITER_STANDALONE","features":[362]},{"name":"DISPID_MX_WRITER_VERSION","features":[362]},{"name":"DISPID_MX_WRITER__BASE","features":[362]},{"name":"DISPID_MX_WRITER__TOP","features":[362]},{"name":"DISPID_NODE","features":[362]},{"name":"DISPID_NODELIST","features":[362]},{"name":"DISPID_NODELIST_CURRENT","features":[362]},{"name":"DISPID_NODELIST_ITEM","features":[362]},{"name":"DISPID_NODELIST_LENGTH","features":[362]},{"name":"DISPID_NODELIST_MOVE","features":[362]},{"name":"DISPID_NODELIST_MOVETONODE","features":[362]},{"name":"DISPID_NODELIST_NEWENUM","features":[362]},{"name":"DISPID_NODELIST_NEXT","features":[362]},{"name":"DISPID_NODE_ADD","features":[362]},{"name":"DISPID_NODE_ATTRIBUTES","features":[362]},{"name":"DISPID_NODE_CHILDREN","features":[362]},{"name":"DISPID_NODE_GETATTRIBUTE","features":[362]},{"name":"DISPID_NODE_NAME","features":[362]},{"name":"DISPID_NODE_PARENT","features":[362]},{"name":"DISPID_NODE_REMOVE","features":[362]},{"name":"DISPID_NODE_REMOVEATTRIBUTE","features":[362]},{"name":"DISPID_NODE_SETATTRIBUTE","features":[362]},{"name":"DISPID_NODE_TYPE","features":[362]},{"name":"DISPID_NODE_VALUE","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETINDEXFROMNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETINDEXFROMQNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETLOCALNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETQNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETTYPE","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETTYPEFROMNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETTYPEFROMQNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETURI","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETVALUE","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETVALUEFROMNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_GETVALUEFROMQNAME","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES_LENGTH","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES__BASE","features":[362]},{"name":"DISPID_SAX_ATTRIBUTES__TOP","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_CHARACTERS","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_DOCUMENTLOCATOR","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_ENDDOCUMENT","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_ENDELEMENT","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_ENDPREFIXMAPPING","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_IGNORABLEWHITESPACE","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_PROCESSINGINSTRUCTION","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_SKIPPEDENTITY","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_STARTDOCUMENT","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_STARTELEMENT","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER_STARTPREFIXMAPPING","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER__BASE","features":[362]},{"name":"DISPID_SAX_CONTENTHANDLER__TOP","features":[362]},{"name":"DISPID_SAX_DECLHANDLER","features":[362]},{"name":"DISPID_SAX_DECLHANDLER_ATTRIBUTEDECL","features":[362]},{"name":"DISPID_SAX_DECLHANDLER_ELEMENTDECL","features":[362]},{"name":"DISPID_SAX_DECLHANDLER_EXTERNALENTITYDECL","features":[362]},{"name":"DISPID_SAX_DECLHANDLER_INTERNALENTITYDECL","features":[362]},{"name":"DISPID_SAX_DECLHANDLER__BASE","features":[362]},{"name":"DISPID_SAX_DECLHANDLER__TOP","features":[362]},{"name":"DISPID_SAX_DTDHANDLER","features":[362]},{"name":"DISPID_SAX_DTDHANDLER_NOTATIONDECL","features":[362]},{"name":"DISPID_SAX_DTDHANDLER_UNPARSEDENTITYDECL","features":[362]},{"name":"DISPID_SAX_DTDHANDLER__BASE","features":[362]},{"name":"DISPID_SAX_DTDHANDLER__TOP","features":[362]},{"name":"DISPID_SAX_ENTITYRESOLVER","features":[362]},{"name":"DISPID_SAX_ENTITYRESOLVER_RESOLVEENTITY","features":[362]},{"name":"DISPID_SAX_ENTITYRESOLVER__BASE","features":[362]},{"name":"DISPID_SAX_ENTITYRESOLVER__TOP","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER_ERROR","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER_FATALERROR","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER_IGNORABLEWARNING","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER__BASE","features":[362]},{"name":"DISPID_SAX_ERRORHANDLER__TOP","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_COMMENT","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_ENDCDATA","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_ENDDTD","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_ENDENTITY","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_STARTCDATA","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_STARTDTD","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER_STARTENTITY","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER__BASE","features":[362]},{"name":"DISPID_SAX_LEXICALHANDLER__TOP","features":[362]},{"name":"DISPID_SAX_LOCATOR","features":[362]},{"name":"DISPID_SAX_LOCATOR_COLUMNNUMBER","features":[362]},{"name":"DISPID_SAX_LOCATOR_LINENUMBER","features":[362]},{"name":"DISPID_SAX_LOCATOR_PUBLICID","features":[362]},{"name":"DISPID_SAX_LOCATOR_SYSTEMID","features":[362]},{"name":"DISPID_SAX_LOCATOR__BASE","features":[362]},{"name":"DISPID_SAX_LOCATOR__TOP","features":[362]},{"name":"DISPID_SAX_XMLFILTER","features":[362]},{"name":"DISPID_SAX_XMLFILTER_BASEURL","features":[362]},{"name":"DISPID_SAX_XMLFILTER_CONTENTHANDLER","features":[362]},{"name":"DISPID_SAX_XMLFILTER_DTDHANDLER","features":[362]},{"name":"DISPID_SAX_XMLFILTER_ENTITYRESOLVER","features":[362]},{"name":"DISPID_SAX_XMLFILTER_ERRORHANDLER","features":[362]},{"name":"DISPID_SAX_XMLFILTER_GETFEATURE","features":[362]},{"name":"DISPID_SAX_XMLFILTER_GETPROPERTY","features":[362]},{"name":"DISPID_SAX_XMLFILTER_PARENT","features":[362]},{"name":"DISPID_SAX_XMLFILTER_PARSE","features":[362]},{"name":"DISPID_SAX_XMLFILTER_PARSEURL","features":[362]},{"name":"DISPID_SAX_XMLFILTER_PUTFEATURE","features":[362]},{"name":"DISPID_SAX_XMLFILTER_PUTPROPERTY","features":[362]},{"name":"DISPID_SAX_XMLFILTER_SECUREBASEURL","features":[362]},{"name":"DISPID_SAX_XMLFILTER__BASE","features":[362]},{"name":"DISPID_SAX_XMLFILTER__TOP","features":[362]},{"name":"DISPID_SAX_XMLREADER","features":[362]},{"name":"DISPID_SAX_XMLREADER_BASEURL","features":[362]},{"name":"DISPID_SAX_XMLREADER_CONTENTHANDLER","features":[362]},{"name":"DISPID_SAX_XMLREADER_DTDHANDLER","features":[362]},{"name":"DISPID_SAX_XMLREADER_ENTITYRESOLVER","features":[362]},{"name":"DISPID_SAX_XMLREADER_ERRORHANDLER","features":[362]},{"name":"DISPID_SAX_XMLREADER_GETFEATURE","features":[362]},{"name":"DISPID_SAX_XMLREADER_GETPROPERTY","features":[362]},{"name":"DISPID_SAX_XMLREADER_PARENT","features":[362]},{"name":"DISPID_SAX_XMLREADER_PARSE","features":[362]},{"name":"DISPID_SAX_XMLREADER_PARSEURL","features":[362]},{"name":"DISPID_SAX_XMLREADER_PUTFEATURE","features":[362]},{"name":"DISPID_SAX_XMLREADER_PUTPROPERTY","features":[362]},{"name":"DISPID_SAX_XMLREADER_SECUREBASEURL","features":[362]},{"name":"DISPID_SAX_XMLREADER__BASE","features":[362]},{"name":"DISPID_SAX_XMLREADER__MAX","features":[362]},{"name":"DISPID_SAX_XMLREADER__MIN","features":[362]},{"name":"DISPID_SAX_XMLREADER__TOP","features":[362]},{"name":"DISPID_SOM","features":[362]},{"name":"DISPID_SOM_ANYATTRIBUTE","features":[362]},{"name":"DISPID_SOM_ATTRIBUTEGROUPS","features":[362]},{"name":"DISPID_SOM_ATTRIBUTES","features":[362]},{"name":"DISPID_SOM_BASETYPES","features":[362]},{"name":"DISPID_SOM_CONTENTMODEL","features":[362]},{"name":"DISPID_SOM_CONTENTTYPE","features":[362]},{"name":"DISPID_SOM_DEFAULTVALUE","features":[362]},{"name":"DISPID_SOM_DERIVEDBY","features":[362]},{"name":"DISPID_SOM_DISALLOWED","features":[362]},{"name":"DISPID_SOM_ELEMENTS","features":[362]},{"name":"DISPID_SOM_ENUMERATION","features":[362]},{"name":"DISPID_SOM_EXCLUSIONS","features":[362]},{"name":"DISPID_SOM_FIELDS","features":[362]},{"name":"DISPID_SOM_FINAL","features":[362]},{"name":"DISPID_SOM_FIXEDVALUE","features":[362]},{"name":"DISPID_SOM_FRACTIONDIGITS","features":[362]},{"name":"DISPID_SOM_GETDECLARATION","features":[362]},{"name":"DISPID_SOM_GETSCHEMA","features":[362]},{"name":"DISPID_SOM_ID","features":[362]},{"name":"DISPID_SOM_IDCONSTRAINTS","features":[362]},{"name":"DISPID_SOM_ISABSTRACT","features":[362]},{"name":"DISPID_SOM_ISNILLABLE","features":[362]},{"name":"DISPID_SOM_ISREFERENCE","features":[362]},{"name":"DISPID_SOM_ISVALID","features":[362]},{"name":"DISPID_SOM_ITEMBYNAME","features":[362]},{"name":"DISPID_SOM_ITEMBYQNAME","features":[362]},{"name":"DISPID_SOM_ITEMTYPE","features":[362]},{"name":"DISPID_SOM_LENGTH","features":[362]},{"name":"DISPID_SOM_MAXEXCLUSIVE","features":[362]},{"name":"DISPID_SOM_MAXINCLUSIVE","features":[362]},{"name":"DISPID_SOM_MAXLENGTH","features":[362]},{"name":"DISPID_SOM_MAXOCCURS","features":[362]},{"name":"DISPID_SOM_MINEXCLUSIVE","features":[362]},{"name":"DISPID_SOM_MININCLUSIVE","features":[362]},{"name":"DISPID_SOM_MINLENGTH","features":[362]},{"name":"DISPID_SOM_MINOCCURS","features":[362]},{"name":"DISPID_SOM_MODELGROUPS","features":[362]},{"name":"DISPID_SOM_NAME","features":[362]},{"name":"DISPID_SOM_NAMESPACES","features":[362]},{"name":"DISPID_SOM_NAMESPACEURI","features":[362]},{"name":"DISPID_SOM_NOTATIONS","features":[362]},{"name":"DISPID_SOM_PARTICLES","features":[362]},{"name":"DISPID_SOM_PATTERNS","features":[362]},{"name":"DISPID_SOM_PROCESSCONTENTS","features":[362]},{"name":"DISPID_SOM_PROHIBITED","features":[362]},{"name":"DISPID_SOM_PUBLICIDENTIFIER","features":[362]},{"name":"DISPID_SOM_REFERENCEDKEY","features":[362]},{"name":"DISPID_SOM_SCHEMA","features":[362]},{"name":"DISPID_SOM_SCHEMALOCATIONS","features":[362]},{"name":"DISPID_SOM_SCOPE","features":[362]},{"name":"DISPID_SOM_SELECTOR","features":[362]},{"name":"DISPID_SOM_SUBSTITUTIONGROUP","features":[362]},{"name":"DISPID_SOM_SYSTEMIDENTIFIER","features":[362]},{"name":"DISPID_SOM_TARGETNAMESPACE","features":[362]},{"name":"DISPID_SOM_TOP","features":[362]},{"name":"DISPID_SOM_TOTALDIGITS","features":[362]},{"name":"DISPID_SOM_TYPE","features":[362]},{"name":"DISPID_SOM_TYPES","features":[362]},{"name":"DISPID_SOM_UNHANDLEDATTRS","features":[362]},{"name":"DISPID_SOM_USE","features":[362]},{"name":"DISPID_SOM_VALIDATE","features":[362]},{"name":"DISPID_SOM_VALIDATEONLOAD","features":[362]},{"name":"DISPID_SOM_VARIETY","features":[362]},{"name":"DISPID_SOM_VERSION","features":[362]},{"name":"DISPID_SOM_WHITESPACE","features":[362]},{"name":"DISPID_SOM_WRITEANNOTATION","features":[362]},{"name":"DISPID_XMLATTRIBUTE","features":[362]},{"name":"DISPID_XMLATTRIBUTE_NAME","features":[362]},{"name":"DISPID_XMLATTRIBUTE_VALUE","features":[362]},{"name":"DISPID_XMLDOCUMENT","features":[362]},{"name":"DISPID_XMLDOCUMENT_ASYNC","features":[362]},{"name":"DISPID_XMLDOCUMENT_BASEURL","features":[362]},{"name":"DISPID_XMLDOCUMENT_CASEINSENSITIVE","features":[362]},{"name":"DISPID_XMLDOCUMENT_CHARSET","features":[362]},{"name":"DISPID_XMLDOCUMENT_COMMIT","features":[362]},{"name":"DISPID_XMLDOCUMENT_CREATEELEMENT","features":[362]},{"name":"DISPID_XMLDOCUMENT_DOCTYPE","features":[362]},{"name":"DISPID_XMLDOCUMENT_DTDURL","features":[362]},{"name":"DISPID_XMLDOCUMENT_FILEMODIFIEDDATE","features":[362]},{"name":"DISPID_XMLDOCUMENT_FILESIZE","features":[362]},{"name":"DISPID_XMLDOCUMENT_FILEUPDATEDDATE","features":[362]},{"name":"DISPID_XMLDOCUMENT_LASTERROR","features":[362]},{"name":"DISPID_XMLDOCUMENT_MIMETYPE","features":[362]},{"name":"DISPID_XMLDOCUMENT_READYSTATE","features":[362]},{"name":"DISPID_XMLDOCUMENT_ROOT","features":[362]},{"name":"DISPID_XMLDOCUMENT_TRIMWHITESPACE","features":[362]},{"name":"DISPID_XMLDOCUMENT_URL","features":[362]},{"name":"DISPID_XMLDOCUMENT_VERSION","features":[362]},{"name":"DISPID_XMLDOCUMENT_XML","features":[362]},{"name":"DISPID_XMLDOMEVENT","features":[362]},{"name":"DISPID_XMLDOMEVENT_ONDATAAVAILABLE","features":[362]},{"name":"DISPID_XMLDOMEVENT_ONREADYSTATECHANGE","features":[362]},{"name":"DISPID_XMLDOMEVENT__TOP","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2_GETPROPERTY","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2_NAMESPACES","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2_SCHEMAS","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2_SETPROPERTY","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2_VALIDATE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT2__TOP","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT3","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT3_IMPORTNODE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT3_VALIDATENODE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT3__TOP","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_ABORT","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_ASYNC","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_CREATENODE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_CREATENODEEX","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_DOCUMENTNAMESPACES","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_DOCUMENTNODE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_LOAD","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_LOADXML","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_NODEFROMID","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_ONDATAAVAILABLE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_ONREADYSTATECHANGE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_ONTRANSFORMNODE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_PARSEERROR","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_PRESERVEWHITESPACE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_RESOLVENAMESPACE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_SAVE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_URL","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT_VALIDATE","features":[362]},{"name":"DISPID_XMLDOM_DOCUMENT__TOP","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP_GETQUALIFIEDITEM","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP_NEWENUM","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP_NEXTNODE","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP_REMOVEQUALIFIEDITEM","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP_RESET","features":[362]},{"name":"DISPID_XMLDOM_NAMEDNODEMAP__TOP","features":[362]},{"name":"DISPID_XMLDOM_NODE","features":[362]},{"name":"DISPID_XMLDOM_NODELIST","features":[362]},{"name":"DISPID_XMLDOM_NODELIST_NEWENUM","features":[362]},{"name":"DISPID_XMLDOM_NODELIST_NEXTNODE","features":[362]},{"name":"DISPID_XMLDOM_NODELIST_RESET","features":[362]},{"name":"DISPID_XMLDOM_NODELIST__TOP","features":[362]},{"name":"DISPID_XMLDOM_NODE_BASENAME","features":[362]},{"name":"DISPID_XMLDOM_NODE_DATATYPE","features":[362]},{"name":"DISPID_XMLDOM_NODE_DEFINITION","features":[362]},{"name":"DISPID_XMLDOM_NODE_NAMESPACE","features":[362]},{"name":"DISPID_XMLDOM_NODE_NODETYPEDVALUE","features":[362]},{"name":"DISPID_XMLDOM_NODE_PARSED","features":[362]},{"name":"DISPID_XMLDOM_NODE_PREFIX","features":[362]},{"name":"DISPID_XMLDOM_NODE_SELECTNODES","features":[362]},{"name":"DISPID_XMLDOM_NODE_SELECTSINGLENODE","features":[362]},{"name":"DISPID_XMLDOM_NODE_SPECIFIED","features":[362]},{"name":"DISPID_XMLDOM_NODE_STRINGTYPE","features":[362]},{"name":"DISPID_XMLDOM_NODE_TEXT","features":[362]},{"name":"DISPID_XMLDOM_NODE_TRANSFORMNODE","features":[362]},{"name":"DISPID_XMLDOM_NODE_TRANSFORMNODETOOBJECT","features":[362]},{"name":"DISPID_XMLDOM_NODE_XML","features":[362]},{"name":"DISPID_XMLDOM_NODE__TOP","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_ADDOBJECT","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_ADDPARAMETER","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_INPUT","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_OUTPUT","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_READYSTATE","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_RESET","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_SETSTARTMODE","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_STARTMODE","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_STARTMODEURI","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_STYLESHEET","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_TRANSFORM","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR_XSLTEMPLATE","features":[362]},{"name":"DISPID_XMLDOM_PROCESSOR__TOP","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_ADD","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_ADDCOLLECTION","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_GET","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_LENGTH","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_NAMESPACEURI","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION_REMOVE","features":[362]},{"name":"DISPID_XMLDOM_SCHEMACOLLECTION__TOP","features":[362]},{"name":"DISPID_XMLDOM_SELECTION","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_CLONE","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_CONTEXT","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_EXPR","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_GETPROPERTY","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_MATCHES","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_PEEKNODE","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_REMOVEALL","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_REMOVENEXT","features":[362]},{"name":"DISPID_XMLDOM_SELECTION_SETPROPERTY","features":[362]},{"name":"DISPID_XMLDOM_SELECTION__TOP","features":[362]},{"name":"DISPID_XMLDOM_TEMPLATE","features":[362]},{"name":"DISPID_XMLDOM_TEMPLATE_CREATEPROCESSOR","features":[362]},{"name":"DISPID_XMLDOM_TEMPLATE_STYLESHEET","features":[362]},{"name":"DISPID_XMLDOM_TEMPLATE__TOP","features":[362]},{"name":"DISPID_XMLDSIG","features":[362]},{"name":"DISPID_XMLDSIG_CREATEKEYFROMCSP","features":[362]},{"name":"DISPID_XMLDSIG_CREATEKEYFROMHMACSECRET","features":[362]},{"name":"DISPID_XMLDSIG_CREATEKEYFROMNODE","features":[362]},{"name":"DISPID_XMLDSIG_CREATESAXPROXY","features":[362]},{"name":"DISPID_XMLDSIG_GETVERIFYINGCERTIFICATE","features":[362]},{"name":"DISPID_XMLDSIG_SETREFERENCEDATA","features":[362]},{"name":"DISPID_XMLDSIG_SIGN","features":[362]},{"name":"DISPID_XMLDSIG_SIGNATURE","features":[362]},{"name":"DISPID_XMLDSIG_STORE","features":[362]},{"name":"DISPID_XMLDSIG_VERIFY","features":[362]},{"name":"DISPID_XMLDSO","features":[362]},{"name":"DISPID_XMLDSO_DOCUMENT","features":[362]},{"name":"DISPID_XMLDSO_JAVADSOCOMPATIBLE","features":[362]},{"name":"DISPID_XMLELEMENT","features":[362]},{"name":"DISPID_XMLELEMENTCOLLECTION","features":[362]},{"name":"DISPID_XMLELEMENTCOLLECTION_ITEM","features":[362]},{"name":"DISPID_XMLELEMENTCOLLECTION_LENGTH","features":[362]},{"name":"DISPID_XMLELEMENTCOLLECTION_NEWENUM","features":[362]},{"name":"DISPID_XMLELEMENT_ADDCHILD","features":[362]},{"name":"DISPID_XMLELEMENT_ATTRIBUTES","features":[362]},{"name":"DISPID_XMLELEMENT_CHILDREN","features":[362]},{"name":"DISPID_XMLELEMENT_GETATTRIBUTE","features":[362]},{"name":"DISPID_XMLELEMENT_PARENT","features":[362]},{"name":"DISPID_XMLELEMENT_REMOVEATTRIBUTE","features":[362]},{"name":"DISPID_XMLELEMENT_REMOVECHILD","features":[362]},{"name":"DISPID_XMLELEMENT_SETATTRIBUTE","features":[362]},{"name":"DISPID_XMLELEMENT_TAGNAME","features":[362]},{"name":"DISPID_XMLELEMENT_TEXT","features":[362]},{"name":"DISPID_XMLELEMENT_TYPE","features":[362]},{"name":"DISPID_XMLERROR","features":[362]},{"name":"DISPID_XMLERROR_LINE","features":[362]},{"name":"DISPID_XMLERROR_POS","features":[362]},{"name":"DISPID_XMLERROR_REASON","features":[362]},{"name":"DISPID_XMLNOTIFSINK","features":[362]},{"name":"DISPID_XMLNOTIFSINK_CHILDADDED","features":[362]},{"name":"DISPID_XOBJ_BASE","features":[362]},{"name":"DISPID_XOBJ_MAX","features":[362]},{"name":"DISPID_XOBJ_MIN","features":[362]},{"name":"DISPID_XTLRUNTIME","features":[362]},{"name":"DISPID_XTLRUNTIME_ABSOLUTECHILDNUMBER","features":[362]},{"name":"DISPID_XTLRUNTIME_ANCESTORCHILDNUMBER","features":[362]},{"name":"DISPID_XTLRUNTIME_CHILDNUMBER","features":[362]},{"name":"DISPID_XTLRUNTIME_DEPTH","features":[362]},{"name":"DISPID_XTLRUNTIME_FORMATDATE","features":[362]},{"name":"DISPID_XTLRUNTIME_FORMATINDEX","features":[362]},{"name":"DISPID_XTLRUNTIME_FORMATNUMBER","features":[362]},{"name":"DISPID_XTLRUNTIME_FORMATTIME","features":[362]},{"name":"DISPID_XTLRUNTIME_UNIQUEID","features":[362]},{"name":"DISPID_XTLRUNTIME__TOP","features":[362]},{"name":"DOMDocument","features":[362]},{"name":"DOMDocument60","features":[362]},{"name":"DOMFreeThreadedDocument","features":[362]},{"name":"DOMNodeType","features":[362]},{"name":"E_XML_BUFFERTOOSMALL","features":[362]},{"name":"E_XML_INVALID","features":[362]},{"name":"E_XML_NODTD","features":[362]},{"name":"E_XML_NOTWF","features":[362]},{"name":"FreeThreadedDOMDocument60","features":[362]},{"name":"FreeThreadedXMLHTTP60","features":[362]},{"name":"IMXAttributes","features":[362,358]},{"name":"IMXNamespaceManager","features":[362]},{"name":"IMXNamespacePrefixes","features":[362,358]},{"name":"IMXReaderControl","features":[362,358]},{"name":"IMXSchemaDeclHandler","features":[362,358]},{"name":"IMXWriter","features":[362,358]},{"name":"IMXXMLFilter","features":[362,358]},{"name":"ISAXAttributes","features":[362]},{"name":"ISAXContentHandler","features":[362]},{"name":"ISAXDTDHandler","features":[362]},{"name":"ISAXDeclHandler","features":[362]},{"name":"ISAXEntityResolver","features":[362]},{"name":"ISAXErrorHandler","features":[362]},{"name":"ISAXLexicalHandler","features":[362]},{"name":"ISAXLocator","features":[362]},{"name":"ISAXXMLFilter","features":[362]},{"name":"ISAXXMLReader","features":[362]},{"name":"ISchema","features":[362,358]},{"name":"ISchemaAny","features":[362,358]},{"name":"ISchemaAttribute","features":[362,358]},{"name":"ISchemaAttributeGroup","features":[362,358]},{"name":"ISchemaComplexType","features":[362,358]},{"name":"ISchemaElement","features":[362,358]},{"name":"ISchemaIdentityConstraint","features":[362,358]},{"name":"ISchemaItem","features":[362,358]},{"name":"ISchemaItemCollection","features":[362,358]},{"name":"ISchemaModelGroup","features":[362,358]},{"name":"ISchemaNotation","features":[362,358]},{"name":"ISchemaParticle","features":[362,358]},{"name":"ISchemaStringCollection","features":[362,358]},{"name":"ISchemaType","features":[362,358]},{"name":"IServerXMLHTTPRequest","features":[362,358]},{"name":"IServerXMLHTTPRequest2","features":[362,358]},{"name":"IVBMXNamespaceManager","features":[362,358]},{"name":"IVBSAXAttributes","features":[362,358]},{"name":"IVBSAXContentHandler","features":[362,358]},{"name":"IVBSAXDTDHandler","features":[362,358]},{"name":"IVBSAXDeclHandler","features":[362,358]},{"name":"IVBSAXEntityResolver","features":[362,358]},{"name":"IVBSAXErrorHandler","features":[362,358]},{"name":"IVBSAXLexicalHandler","features":[362,358]},{"name":"IVBSAXLocator","features":[362,358]},{"name":"IVBSAXXMLFilter","features":[362,358]},{"name":"IVBSAXXMLReader","features":[362,358]},{"name":"IXMLAttribute","features":[362,358]},{"name":"IXMLDOMAttribute","features":[362,358]},{"name":"IXMLDOMCDATASection","features":[362,358]},{"name":"IXMLDOMCharacterData","features":[362,358]},{"name":"IXMLDOMComment","features":[362,358]},{"name":"IXMLDOMDocument","features":[362,358]},{"name":"IXMLDOMDocument2","features":[362,358]},{"name":"IXMLDOMDocument3","features":[362,358]},{"name":"IXMLDOMDocumentFragment","features":[362,358]},{"name":"IXMLDOMDocumentType","features":[362,358]},{"name":"IXMLDOMElement","features":[362,358]},{"name":"IXMLDOMEntity","features":[362,358]},{"name":"IXMLDOMEntityReference","features":[362,358]},{"name":"IXMLDOMImplementation","features":[362,358]},{"name":"IXMLDOMNamedNodeMap","features":[362,358]},{"name":"IXMLDOMNode","features":[362,358]},{"name":"IXMLDOMNodeList","features":[362,358]},{"name":"IXMLDOMNotation","features":[362,358]},{"name":"IXMLDOMParseError","features":[362,358]},{"name":"IXMLDOMParseError2","features":[362,358]},{"name":"IXMLDOMParseErrorCollection","features":[362,358]},{"name":"IXMLDOMProcessingInstruction","features":[362,358]},{"name":"IXMLDOMSchemaCollection","features":[362,358]},{"name":"IXMLDOMSchemaCollection2","features":[362,358]},{"name":"IXMLDOMSelection","features":[362,358]},{"name":"IXMLDOMText","features":[362,358]},{"name":"IXMLDSOControl","features":[362,358]},{"name":"IXMLDocument","features":[362,358]},{"name":"IXMLDocument2","features":[362,358]},{"name":"IXMLElement","features":[362,358]},{"name":"IXMLElement2","features":[362,358]},{"name":"IXMLElementCollection","features":[362,358]},{"name":"IXMLError","features":[362]},{"name":"IXMLHTTPRequest","features":[362,358]},{"name":"IXMLHTTPRequest2","features":[362]},{"name":"IXMLHTTPRequest2Callback","features":[362]},{"name":"IXMLHTTPRequest3","features":[362]},{"name":"IXMLHTTPRequest3Callback","features":[362]},{"name":"IXSLProcessor","features":[362,358]},{"name":"IXSLTemplate","features":[362,358]},{"name":"IXTLRuntime","features":[362,358]},{"name":"MXHTMLWriter60","features":[362]},{"name":"MXNamespaceManager60","features":[362]},{"name":"MXXMLWriter60","features":[362]},{"name":"NODE_ATTRIBUTE","features":[362]},{"name":"NODE_CDATA_SECTION","features":[362]},{"name":"NODE_COMMENT","features":[362]},{"name":"NODE_DOCUMENT","features":[362]},{"name":"NODE_DOCUMENT_FRAGMENT","features":[362]},{"name":"NODE_DOCUMENT_TYPE","features":[362]},{"name":"NODE_ELEMENT","features":[362]},{"name":"NODE_ENTITY","features":[362]},{"name":"NODE_ENTITY_REFERENCE","features":[362]},{"name":"NODE_INVALID","features":[362]},{"name":"NODE_NOTATION","features":[362]},{"name":"NODE_PROCESSING_INSTRUCTION","features":[362]},{"name":"NODE_TEXT","features":[362]},{"name":"SAXAttributes60","features":[362]},{"name":"SAXXMLReader60","features":[362]},{"name":"SCHEMACONTENTTYPE","features":[362]},{"name":"SCHEMACONTENTTYPE_ELEMENTONLY","features":[362]},{"name":"SCHEMACONTENTTYPE_EMPTY","features":[362]},{"name":"SCHEMACONTENTTYPE_MIXED","features":[362]},{"name":"SCHEMACONTENTTYPE_TEXTONLY","features":[362]},{"name":"SCHEMADERIVATIONMETHOD","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_ALL","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_EMPTY","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_EXTENSION","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_LIST","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_NONE","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_RESTRICTION","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_SUBSTITUTION","features":[362]},{"name":"SCHEMADERIVATIONMETHOD_UNION","features":[362]},{"name":"SCHEMAPROCESSCONTENTS","features":[362]},{"name":"SCHEMAPROCESSCONTENTS_LAX","features":[362]},{"name":"SCHEMAPROCESSCONTENTS_NONE","features":[362]},{"name":"SCHEMAPROCESSCONTENTS_SKIP","features":[362]},{"name":"SCHEMAPROCESSCONTENTS_STRICT","features":[362]},{"name":"SCHEMATYPEVARIETY","features":[362]},{"name":"SCHEMATYPEVARIETY_ATOMIC","features":[362]},{"name":"SCHEMATYPEVARIETY_LIST","features":[362]},{"name":"SCHEMATYPEVARIETY_NONE","features":[362]},{"name":"SCHEMATYPEVARIETY_UNION","features":[362]},{"name":"SCHEMAUSE","features":[362]},{"name":"SCHEMAUSE_OPTIONAL","features":[362]},{"name":"SCHEMAUSE_PROHIBITED","features":[362]},{"name":"SCHEMAUSE_REQUIRED","features":[362]},{"name":"SCHEMAWHITESPACE","features":[362]},{"name":"SCHEMAWHITESPACE_COLLAPSE","features":[362]},{"name":"SCHEMAWHITESPACE_NONE","features":[362]},{"name":"SCHEMAWHITESPACE_PRESERVE","features":[362]},{"name":"SCHEMAWHITESPACE_REPLACE","features":[362]},{"name":"SERVERXMLHTTP_OPTION","features":[362]},{"name":"SOMITEMTYPE","features":[362]},{"name":"SOMITEM_ALL","features":[362]},{"name":"SOMITEM_ANNOTATION","features":[362]},{"name":"SOMITEM_ANY","features":[362]},{"name":"SOMITEM_ANYATTRIBUTE","features":[362]},{"name":"SOMITEM_ANYTYPE","features":[362]},{"name":"SOMITEM_ATTRIBUTE","features":[362]},{"name":"SOMITEM_ATTRIBUTEGROUP","features":[362]},{"name":"SOMITEM_CHOICE","features":[362]},{"name":"SOMITEM_COMPLEXTYPE","features":[362]},{"name":"SOMITEM_DATATYPE","features":[362]},{"name":"SOMITEM_DATATYPE_ANYSIMPLETYPE","features":[362]},{"name":"SOMITEM_DATATYPE_ANYTYPE","features":[362]},{"name":"SOMITEM_DATATYPE_ANYURI","features":[362]},{"name":"SOMITEM_DATATYPE_BASE64BINARY","features":[362]},{"name":"SOMITEM_DATATYPE_BOOLEAN","features":[362]},{"name":"SOMITEM_DATATYPE_BYTE","features":[362]},{"name":"SOMITEM_DATATYPE_DATE","features":[362]},{"name":"SOMITEM_DATATYPE_DATETIME","features":[362]},{"name":"SOMITEM_DATATYPE_DAY","features":[362]},{"name":"SOMITEM_DATATYPE_DECIMAL","features":[362]},{"name":"SOMITEM_DATATYPE_DOUBLE","features":[362]},{"name":"SOMITEM_DATATYPE_DURATION","features":[362]},{"name":"SOMITEM_DATATYPE_ENTITIES","features":[362]},{"name":"SOMITEM_DATATYPE_ENTITY","features":[362]},{"name":"SOMITEM_DATATYPE_FLOAT","features":[362]},{"name":"SOMITEM_DATATYPE_HEXBINARY","features":[362]},{"name":"SOMITEM_DATATYPE_ID","features":[362]},{"name":"SOMITEM_DATATYPE_IDREF","features":[362]},{"name":"SOMITEM_DATATYPE_IDREFS","features":[362]},{"name":"SOMITEM_DATATYPE_INT","features":[362]},{"name":"SOMITEM_DATATYPE_INTEGER","features":[362]},{"name":"SOMITEM_DATATYPE_LANGUAGE","features":[362]},{"name":"SOMITEM_DATATYPE_LONG","features":[362]},{"name":"SOMITEM_DATATYPE_MONTH","features":[362]},{"name":"SOMITEM_DATATYPE_MONTHDAY","features":[362]},{"name":"SOMITEM_DATATYPE_NAME","features":[362]},{"name":"SOMITEM_DATATYPE_NCNAME","features":[362]},{"name":"SOMITEM_DATATYPE_NEGATIVEINTEGER","features":[362]},{"name":"SOMITEM_DATATYPE_NMTOKEN","features":[362]},{"name":"SOMITEM_DATATYPE_NMTOKENS","features":[362]},{"name":"SOMITEM_DATATYPE_NONNEGATIVEINTEGER","features":[362]},{"name":"SOMITEM_DATATYPE_NONPOSITIVEINTEGER","features":[362]},{"name":"SOMITEM_DATATYPE_NORMALIZEDSTRING","features":[362]},{"name":"SOMITEM_DATATYPE_NOTATION","features":[362]},{"name":"SOMITEM_DATATYPE_POSITIVEINTEGER","features":[362]},{"name":"SOMITEM_DATATYPE_QNAME","features":[362]},{"name":"SOMITEM_DATATYPE_SHORT","features":[362]},{"name":"SOMITEM_DATATYPE_STRING","features":[362]},{"name":"SOMITEM_DATATYPE_TIME","features":[362]},{"name":"SOMITEM_DATATYPE_TOKEN","features":[362]},{"name":"SOMITEM_DATATYPE_UNSIGNEDBYTE","features":[362]},{"name":"SOMITEM_DATATYPE_UNSIGNEDINT","features":[362]},{"name":"SOMITEM_DATATYPE_UNSIGNEDLONG","features":[362]},{"name":"SOMITEM_DATATYPE_UNSIGNEDSHORT","features":[362]},{"name":"SOMITEM_DATATYPE_YEAR","features":[362]},{"name":"SOMITEM_DATATYPE_YEARMONTH","features":[362]},{"name":"SOMITEM_ELEMENT","features":[362]},{"name":"SOMITEM_EMPTYPARTICLE","features":[362]},{"name":"SOMITEM_GROUP","features":[362]},{"name":"SOMITEM_IDENTITYCONSTRAINT","features":[362]},{"name":"SOMITEM_KEY","features":[362]},{"name":"SOMITEM_KEYREF","features":[362]},{"name":"SOMITEM_NOTATION","features":[362]},{"name":"SOMITEM_NULL","features":[362]},{"name":"SOMITEM_NULL_ANY","features":[362]},{"name":"SOMITEM_NULL_ANYATTRIBUTE","features":[362]},{"name":"SOMITEM_NULL_ELEMENT","features":[362]},{"name":"SOMITEM_NULL_TYPE","features":[362]},{"name":"SOMITEM_PARTICLE","features":[362]},{"name":"SOMITEM_SCHEMA","features":[362]},{"name":"SOMITEM_SEQUENCE","features":[362]},{"name":"SOMITEM_SIMPLETYPE","features":[362]},{"name":"SOMITEM_UNIQUE","features":[362]},{"name":"SXH_OPTION_ESCAPE_PERCENT_IN_URL","features":[362]},{"name":"SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS","features":[362]},{"name":"SXH_OPTION_SELECT_CLIENT_SSL_CERT","features":[362]},{"name":"SXH_OPTION_URL","features":[362]},{"name":"SXH_OPTION_URL_CODEPAGE","features":[362]},{"name":"SXH_PROXY_SETTING","features":[362]},{"name":"SXH_PROXY_SET_DEFAULT","features":[362]},{"name":"SXH_PROXY_SET_DIRECT","features":[362]},{"name":"SXH_PROXY_SET_PRECONFIG","features":[362]},{"name":"SXH_PROXY_SET_PROXY","features":[362]},{"name":"SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS","features":[362]},{"name":"SXH_SERVER_CERT_IGNORE_CERT_CN_INVALID","features":[362]},{"name":"SXH_SERVER_CERT_IGNORE_CERT_DATE_INVALID","features":[362]},{"name":"SXH_SERVER_CERT_IGNORE_UNKNOWN_CA","features":[362]},{"name":"SXH_SERVER_CERT_IGNORE_WRONG_USAGE","features":[362]},{"name":"SXH_SERVER_CERT_OPTION","features":[362]},{"name":"ServerXMLHTTP60","features":[362]},{"name":"XHR_AUTH","features":[362]},{"name":"XHR_AUTH_ALL","features":[362]},{"name":"XHR_AUTH_NONE","features":[362]},{"name":"XHR_AUTH_PROXY","features":[362]},{"name":"XHR_CERT","features":[362]},{"name":"XHR_CERT_ERROR_ALL_SERVER_ERRORS","features":[362]},{"name":"XHR_CERT_ERROR_CERT_CN_INVALID","features":[362]},{"name":"XHR_CERT_ERROR_CERT_DATE_INVALID","features":[362]},{"name":"XHR_CERT_ERROR_FLAG","features":[362]},{"name":"XHR_CERT_ERROR_REVOCATION_FAILED","features":[362]},{"name":"XHR_CERT_ERROR_UNKNOWN_CA","features":[362]},{"name":"XHR_CERT_IGNORE_ALL_SERVER_ERRORS","features":[362]},{"name":"XHR_CERT_IGNORE_CERT_CN_INVALID","features":[362]},{"name":"XHR_CERT_IGNORE_CERT_DATE_INVALID","features":[362]},{"name":"XHR_CERT_IGNORE_FLAG","features":[362]},{"name":"XHR_CERT_IGNORE_REVOCATION_FAILED","features":[362]},{"name":"XHR_CERT_IGNORE_UNKNOWN_CA","features":[362]},{"name":"XHR_COOKIE","features":[362,305]},{"name":"XHR_COOKIE_APPLY_P3P","features":[362]},{"name":"XHR_COOKIE_EVALUATE_P3P","features":[362]},{"name":"XHR_COOKIE_FLAG","features":[362]},{"name":"XHR_COOKIE_HTTPONLY","features":[362]},{"name":"XHR_COOKIE_IE6","features":[362]},{"name":"XHR_COOKIE_IS_LEGACY","features":[362]},{"name":"XHR_COOKIE_IS_RESTRICTED","features":[362]},{"name":"XHR_COOKIE_IS_SECURE","features":[362]},{"name":"XHR_COOKIE_IS_SESSION","features":[362]},{"name":"XHR_COOKIE_NON_SCRIPT","features":[362]},{"name":"XHR_COOKIE_P3P_ENABLED","features":[362]},{"name":"XHR_COOKIE_PROMPT_REQUIRED","features":[362]},{"name":"XHR_COOKIE_STATE","features":[362]},{"name":"XHR_COOKIE_STATE_ACCEPT","features":[362]},{"name":"XHR_COOKIE_STATE_DOWNGRADE","features":[362]},{"name":"XHR_COOKIE_STATE_LEASH","features":[362]},{"name":"XHR_COOKIE_STATE_PROMPT","features":[362]},{"name":"XHR_COOKIE_STATE_REJECT","features":[362]},{"name":"XHR_COOKIE_STATE_UNKNOWN","features":[362]},{"name":"XHR_COOKIE_THIRD_PARTY","features":[362]},{"name":"XHR_CRED_PROMPT","features":[362]},{"name":"XHR_CRED_PROMPT_ALL","features":[362]},{"name":"XHR_CRED_PROMPT_NONE","features":[362]},{"name":"XHR_CRED_PROMPT_PROXY","features":[362]},{"name":"XHR_PROPERTY","features":[362]},{"name":"XHR_PROP_EXTENDED_ERROR","features":[362]},{"name":"XHR_PROP_IGNORE_CERT_ERRORS","features":[362]},{"name":"XHR_PROP_MAX_CONNECTIONS","features":[362]},{"name":"XHR_PROP_NO_AUTH","features":[362]},{"name":"XHR_PROP_NO_CACHE","features":[362]},{"name":"XHR_PROP_NO_CRED_PROMPT","features":[362]},{"name":"XHR_PROP_NO_DEFAULT_HEADERS","features":[362]},{"name":"XHR_PROP_ONDATA_ALWAYS","features":[362]},{"name":"XHR_PROP_ONDATA_NEVER","features":[362]},{"name":"XHR_PROP_ONDATA_THRESHOLD","features":[362]},{"name":"XHR_PROP_QUERY_STRING_UTF8","features":[362]},{"name":"XHR_PROP_REPORT_REDIRECT_STATUS","features":[362]},{"name":"XHR_PROP_SET_ENTERPRISEID","features":[362]},{"name":"XHR_PROP_TIMEOUT","features":[362]},{"name":"XMLDOMDocumentEvents","features":[362,358]},{"name":"XMLDSOControl","features":[362]},{"name":"XMLDocument","features":[362]},{"name":"XMLELEMTYPE_COMMENT","features":[362]},{"name":"XMLELEMTYPE_DOCUMENT","features":[362]},{"name":"XMLELEMTYPE_DTD","features":[362]},{"name":"XMLELEMTYPE_ELEMENT","features":[362]},{"name":"XMLELEMTYPE_OTHER","features":[362]},{"name":"XMLELEMTYPE_PI","features":[362]},{"name":"XMLELEMTYPE_TEXT","features":[362]},{"name":"XMLELEM_TYPE","features":[362]},{"name":"XMLHTTP60","features":[362]},{"name":"XMLHTTPRequest","features":[362]},{"name":"XMLSchemaCache60","features":[362]},{"name":"XML_ERROR","features":[362]},{"name":"XSLTemplate60","features":[362]},{"name":"__msxml6_ReferenceRemainingTypes__","features":[362]}],"369":[{"name":"CreateXmlReader","features":[363,358]},{"name":"CreateXmlReaderInputWithEncodingCodePage","features":[363,305,358]},{"name":"CreateXmlReaderInputWithEncodingName","features":[363,305,358]},{"name":"CreateXmlWriter","features":[363,358]},{"name":"CreateXmlWriterOutputWithEncodingCodePage","features":[363,358]},{"name":"CreateXmlWriterOutputWithEncodingName","features":[363,358]},{"name":"DtdProcessing","features":[363]},{"name":"DtdProcessing_Parse","features":[363]},{"name":"DtdProcessing_Prohibit","features":[363]},{"name":"IXmlReader","features":[363]},{"name":"IXmlResolver","features":[363]},{"name":"IXmlWriter","features":[363]},{"name":"IXmlWriterLite","features":[363]},{"name":"MX_E_ENCODING","features":[363]},{"name":"MX_E_ENCODINGSIGNATURE","features":[363]},{"name":"MX_E_ENCODINGSWITCH","features":[363]},{"name":"MX_E_INPUTEND","features":[363]},{"name":"MX_E_MX","features":[363]},{"name":"NC_E_DECLAREDPREFIX","features":[363]},{"name":"NC_E_EMPTYURI","features":[363]},{"name":"NC_E_NAMECOLON","features":[363]},{"name":"NC_E_NC","features":[363]},{"name":"NC_E_QNAMECHARACTER","features":[363]},{"name":"NC_E_QNAMECOLON","features":[363]},{"name":"NC_E_UNDECLAREDPREFIX","features":[363]},{"name":"NC_E_XMLNSPREFIXRESERVED","features":[363]},{"name":"NC_E_XMLNSURIRESERVED","features":[363]},{"name":"NC_E_XMLPREFIXRESERVED","features":[363]},{"name":"NC_E_XMLURIRESERVED","features":[363]},{"name":"SC_E_MAXELEMENTDEPTH","features":[363]},{"name":"SC_E_MAXENTITYEXPANSION","features":[363]},{"name":"SC_E_SC","features":[363]},{"name":"WC_E_CDSECT","features":[363]},{"name":"WC_E_CDSECTEND","features":[363]},{"name":"WC_E_COMMENT","features":[363]},{"name":"WC_E_CONDSECT","features":[363]},{"name":"WC_E_DECLATTLIST","features":[363]},{"name":"WC_E_DECLDOCTYPE","features":[363]},{"name":"WC_E_DECLELEMENT","features":[363]},{"name":"WC_E_DECLENTITY","features":[363]},{"name":"WC_E_DECLNOTATION","features":[363]},{"name":"WC_E_DIGIT","features":[363]},{"name":"WC_E_DTDPROHIBITED","features":[363]},{"name":"WC_E_ELEMENTMATCH","features":[363]},{"name":"WC_E_ENCNAME","features":[363]},{"name":"WC_E_ENTITYCONTENT","features":[363]},{"name":"WC_E_EQUAL","features":[363]},{"name":"WC_E_GREATERTHAN","features":[363]},{"name":"WC_E_HEXDIGIT","features":[363]},{"name":"WC_E_INVALIDXMLSPACE","features":[363]},{"name":"WC_E_LEADINGXML","features":[363]},{"name":"WC_E_LEFTBRACKET","features":[363]},{"name":"WC_E_LEFTPAREN","features":[363]},{"name":"WC_E_LESSTHAN","features":[363]},{"name":"WC_E_MOREDATA","features":[363]},{"name":"WC_E_NAME","features":[363]},{"name":"WC_E_NAMECHARACTER","features":[363]},{"name":"WC_E_NDATA","features":[363]},{"name":"WC_E_NOEXTERNALENTITYREF","features":[363]},{"name":"WC_E_NORECURSION","features":[363]},{"name":"WC_E_PARSEDENTITY","features":[363]},{"name":"WC_E_PESBETWEENDECLS","features":[363]},{"name":"WC_E_PESINTERNALSUBSET","features":[363]},{"name":"WC_E_PI","features":[363]},{"name":"WC_E_PUBLIC","features":[363]},{"name":"WC_E_PUBLICID","features":[363]},{"name":"WC_E_QUESTIONMARK","features":[363]},{"name":"WC_E_QUOTE","features":[363]},{"name":"WC_E_ROOTELEMENT","features":[363]},{"name":"WC_E_SEMICOLON","features":[363]},{"name":"WC_E_SYNTAX","features":[363]},{"name":"WC_E_SYSTEM","features":[363]},{"name":"WC_E_SYSTEMID","features":[363]},{"name":"WC_E_TEXTDECL","features":[363]},{"name":"WC_E_TEXTXMLDECL","features":[363]},{"name":"WC_E_UNDECLAREDENTITY","features":[363]},{"name":"WC_E_UNIQUEATTRIBUTE","features":[363]},{"name":"WC_E_WC","features":[363]},{"name":"WC_E_WHITESPACE","features":[363]},{"name":"WC_E_XMLCHARACTER","features":[363]},{"name":"WC_E_XMLDECL","features":[363]},{"name":"WR_E_DUPLICATEATTRIBUTE","features":[363]},{"name":"WR_E_INVALIDACTION","features":[363]},{"name":"WR_E_INVALIDSURROGATEPAIR","features":[363]},{"name":"WR_E_INVALIDXMLSPACE","features":[363]},{"name":"WR_E_NAMESPACEUNDECLARED","features":[363]},{"name":"WR_E_NONWHITESPACE","features":[363]},{"name":"WR_E_NSPREFIXDECLARED","features":[363]},{"name":"WR_E_NSPREFIXWITHEMPTYNSURI","features":[363]},{"name":"WR_E_WR","features":[363]},{"name":"WR_E_XMLNSPREFIXDECLARATION","features":[363]},{"name":"WR_E_XMLNSURIDECLARATION","features":[363]},{"name":"WR_E_XMLPREFIXDECLARATION","features":[363]},{"name":"WR_E_XMLURIDECLARATION","features":[363]},{"name":"XML_E_INVALIDENCODING","features":[363]},{"name":"XML_E_INVALID_DECIMAL","features":[363]},{"name":"XML_E_INVALID_HEXIDECIMAL","features":[363]},{"name":"XML_E_INVALID_UNICODE","features":[363]},{"name":"XmlConformanceLevel","features":[363]},{"name":"XmlConformanceLevel_Auto","features":[363]},{"name":"XmlConformanceLevel_Document","features":[363]},{"name":"XmlConformanceLevel_Fragment","features":[363]},{"name":"XmlError","features":[363]},{"name":"XmlNodeType","features":[363]},{"name":"XmlNodeType_Attribute","features":[363]},{"name":"XmlNodeType_CDATA","features":[363]},{"name":"XmlNodeType_Comment","features":[363]},{"name":"XmlNodeType_DocumentType","features":[363]},{"name":"XmlNodeType_Element","features":[363]},{"name":"XmlNodeType_EndElement","features":[363]},{"name":"XmlNodeType_None","features":[363]},{"name":"XmlNodeType_ProcessingInstruction","features":[363]},{"name":"XmlNodeType_Text","features":[363]},{"name":"XmlNodeType_Whitespace","features":[363]},{"name":"XmlNodeType_XmlDeclaration","features":[363]},{"name":"XmlReadState","features":[363]},{"name":"XmlReadState_Closed","features":[363]},{"name":"XmlReadState_EndOfFile","features":[363]},{"name":"XmlReadState_Error","features":[363]},{"name":"XmlReadState_Initial","features":[363]},{"name":"XmlReadState_Interactive","features":[363]},{"name":"XmlReaderProperty","features":[363]},{"name":"XmlReaderProperty_ConformanceLevel","features":[363]},{"name":"XmlReaderProperty_DtdProcessing","features":[363]},{"name":"XmlReaderProperty_MaxElementDepth","features":[363]},{"name":"XmlReaderProperty_MaxEntityExpansion","features":[363]},{"name":"XmlReaderProperty_MultiLanguage","features":[363]},{"name":"XmlReaderProperty_RandomAccess","features":[363]},{"name":"XmlReaderProperty_ReadState","features":[363]},{"name":"XmlReaderProperty_XmlResolver","features":[363]},{"name":"XmlStandalone","features":[363]},{"name":"XmlStandalone_No","features":[363]},{"name":"XmlStandalone_Omit","features":[363]},{"name":"XmlStandalone_Yes","features":[363]},{"name":"XmlWriterProperty","features":[363]},{"name":"XmlWriterProperty_ByteOrderMark","features":[363]},{"name":"XmlWriterProperty_CompactEmptyElement","features":[363]},{"name":"XmlWriterProperty_ConformanceLevel","features":[363]},{"name":"XmlWriterProperty_Indent","features":[363]},{"name":"XmlWriterProperty_MultiLanguage","features":[363]},{"name":"XmlWriterProperty_OmitXmlDeclaration","features":[363]},{"name":"_DtdProcessing_Last","features":[363]},{"name":"_XmlConformanceLevel_Last","features":[363]},{"name":"_XmlNodeType_Last","features":[363]},{"name":"_XmlReaderProperty_Last","features":[363]},{"name":"_XmlStandalone_Last","features":[363]},{"name":"_XmlWriterProperty_Last","features":[363]}],"370":[{"name":"BUS1394_LOCAL_HOST_INSTANCE_KEY","features":[364]},{"name":"BUS1394_VIRTUAL_DEVICE_LIST_KEY","features":[364]},{"name":"IEEE1394API_ACCESS_EXCLUSIVE","features":[364]},{"name":"IEEE1394API_ACCESS_SHARED_READ","features":[364]},{"name":"IEEE1394API_ACCESS_SHARED_WRITE","features":[364]},{"name":"IEEE1394API_BUS_RESET_LOCAL_NODE_INITIATED","features":[364]},{"name":"IEEE1394API_BUS_RESET_LOCAL_NODE_IS_IRM","features":[364]},{"name":"IEEE1394API_BUS_RESET_LOCAL_NODE_IS_ROOT","features":[364]},{"name":"IEEE1394API_DEVICE_OWNERSHIP_LOCAL_NODE","features":[364]},{"name":"IEEE1394API_DEVICE_OWNERSHIP_REMOTE_NODE","features":[364]},{"name":"IEEE1394API_NOTIFICATION_BUS_RESET","features":[364]},{"name":"IEEE1394API_NOTIFICATION_DEVICE_ACCESS","features":[364]},{"name":"IEEE1394API_REMOTE_ACCESS_TRANSFER_REQUEST","features":[364]},{"name":"IEEE1394API_RESOURCE_OWNERSHIP_LOCAL_NODE","features":[364]},{"name":"IEEE1394API_RESOURCE_OWNERSHIP_REMOTE_NODE","features":[364]},{"name":"IEEE1394_API_ADD_VIRTUAL_DEVICE","features":[364]},{"name":"IEEE1394_API_DEVICE_ACCESS_TRANSFER","features":[364]},{"name":"IEEE1394_API_REMOVE_VIRTUAL_DEVICE","features":[364]},{"name":"IEEE1394_API_REQUEST","features":[364]},{"name":"IEEE1394_API_SET_LOCAL_NODE_PROPERTIES","features":[364]},{"name":"IEEE1394_REQUEST_FLAG_PERSISTENT","features":[364]},{"name":"IEEE1394_REQUEST_FLAG_UNICODE","features":[364]},{"name":"IEEE1394_REQUEST_FLAG_USE_LOCAL_HOST_EUI","features":[364]},{"name":"IEEE1394_VDEV_PNP_REQUEST","features":[364]},{"name":"IOCTL_IEEE1394_API_REQUEST","features":[364]}],"371":[{"name":"AJ_IFC_SECURITY_INHERIT","features":[365]},{"name":"AJ_IFC_SECURITY_OFF","features":[365]},{"name":"AJ_IFC_SECURITY_REQUIRED","features":[365]},{"name":"ALLJOYN_ARRAY","features":[365]},{"name":"ALLJOYN_BIG_ENDIAN","features":[365]},{"name":"ALLJOYN_BOOLEAN","features":[365]},{"name":"ALLJOYN_BOOLEAN_ARRAY","features":[365]},{"name":"ALLJOYN_BYTE","features":[365]},{"name":"ALLJOYN_BYTE_ARRAY","features":[365]},{"name":"ALLJOYN_CRED_CERT_CHAIN","features":[365]},{"name":"ALLJOYN_CRED_EXPIRATION","features":[365]},{"name":"ALLJOYN_CRED_LOGON_ENTRY","features":[365]},{"name":"ALLJOYN_CRED_NEW_PASSWORD","features":[365]},{"name":"ALLJOYN_CRED_ONE_TIME_PWD","features":[365]},{"name":"ALLJOYN_CRED_PASSWORD","features":[365]},{"name":"ALLJOYN_CRED_PRIVATE_KEY","features":[365]},{"name":"ALLJOYN_CRED_USER_NAME","features":[365]},{"name":"ALLJOYN_DICT_ENTRY","features":[365]},{"name":"ALLJOYN_DICT_ENTRY_CLOSE","features":[365]},{"name":"ALLJOYN_DICT_ENTRY_OPEN","features":[365]},{"name":"ALLJOYN_DISCONNECTED","features":[365]},{"name":"ALLJOYN_DOUBLE","features":[365]},{"name":"ALLJOYN_DOUBLE_ARRAY","features":[365]},{"name":"ALLJOYN_HANDLE","features":[365]},{"name":"ALLJOYN_INT16","features":[365]},{"name":"ALLJOYN_INT16_ARRAY","features":[365]},{"name":"ALLJOYN_INT32","features":[365]},{"name":"ALLJOYN_INT32_ARRAY","features":[365]},{"name":"ALLJOYN_INT64","features":[365]},{"name":"ALLJOYN_INT64_ARRAY","features":[365]},{"name":"ALLJOYN_INVALID","features":[365]},{"name":"ALLJOYN_LITTLE_ENDIAN","features":[365]},{"name":"ALLJOYN_MEMBER_ANNOTATE_DEPRECATED","features":[365]},{"name":"ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST","features":[365]},{"name":"ALLJOYN_MEMBER_ANNOTATE_NO_REPLY","features":[365]},{"name":"ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST","features":[365]},{"name":"ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS","features":[365]},{"name":"ALLJOYN_MEMBER_ANNOTATE_UNICAST","features":[365]},{"name":"ALLJOYN_MESSAGE_DEFAULT_TIMEOUT","features":[365]},{"name":"ALLJOYN_MESSAGE_ERROR","features":[365]},{"name":"ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG","features":[365]},{"name":"ALLJOYN_MESSAGE_FLAG_AUTO_START","features":[365]},{"name":"ALLJOYN_MESSAGE_FLAG_ENCRYPTED","features":[365]},{"name":"ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST","features":[365]},{"name":"ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED","features":[365]},{"name":"ALLJOYN_MESSAGE_FLAG_SESSIONLESS","features":[365]},{"name":"ALLJOYN_MESSAGE_INVALID","features":[365]},{"name":"ALLJOYN_MESSAGE_METHOD_CALL","features":[365]},{"name":"ALLJOYN_MESSAGE_METHOD_RET","features":[365]},{"name":"ALLJOYN_MESSAGE_SIGNAL","features":[365]},{"name":"ALLJOYN_NAMED_PIPE_CONNECT_SPEC","features":[365]},{"name":"ALLJOYN_OBJECT_PATH","features":[365]},{"name":"ALLJOYN_PROP_ACCESS_READ","features":[365]},{"name":"ALLJOYN_PROP_ACCESS_RW","features":[365]},{"name":"ALLJOYN_PROP_ACCESS_WRITE","features":[365]},{"name":"ALLJOYN_PROXIMITY_ANY","features":[365]},{"name":"ALLJOYN_PROXIMITY_NETWORK","features":[365]},{"name":"ALLJOYN_PROXIMITY_PHYSICAL","features":[365]},{"name":"ALLJOYN_READ_READY","features":[365]},{"name":"ALLJOYN_SESSIONLOST_INVALID","features":[365]},{"name":"ALLJOYN_SESSIONLOST_LINK_TIMEOUT","features":[365]},{"name":"ALLJOYN_SESSIONLOST_REASON_OTHER","features":[365]},{"name":"ALLJOYN_SESSIONLOST_REMOTE_END_CLOSED_ABRUPTLY","features":[365]},{"name":"ALLJOYN_SESSIONLOST_REMOTE_END_LEFT_SESSION","features":[365]},{"name":"ALLJOYN_SESSIONLOST_REMOVED_BY_BINDER","features":[365]},{"name":"ALLJOYN_SIGNATURE","features":[365]},{"name":"ALLJOYN_STRING","features":[365]},{"name":"ALLJOYN_STRUCT","features":[365]},{"name":"ALLJOYN_STRUCT_CLOSE","features":[365]},{"name":"ALLJOYN_STRUCT_OPEN","features":[365]},{"name":"ALLJOYN_TRAFFIC_TYPE_MESSAGES","features":[365]},{"name":"ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE","features":[365]},{"name":"ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE","features":[365]},{"name":"ALLJOYN_UINT16","features":[365]},{"name":"ALLJOYN_UINT16_ARRAY","features":[365]},{"name":"ALLJOYN_UINT32","features":[365]},{"name":"ALLJOYN_UINT32_ARRAY","features":[365]},{"name":"ALLJOYN_UINT64","features":[365]},{"name":"ALLJOYN_UINT64_ARRAY","features":[365]},{"name":"ALLJOYN_VARIANT","features":[365]},{"name":"ALLJOYN_WILDCARD","features":[365]},{"name":"ALLJOYN_WRITE_READY","features":[365]},{"name":"ANNOUNCED","features":[365]},{"name":"AllJoynAcceptBusConnection","features":[365,305]},{"name":"AllJoynCloseBusHandle","features":[365,305]},{"name":"AllJoynConnectToBus","features":[365,305]},{"name":"AllJoynCreateBus","features":[365,305,309]},{"name":"AllJoynEnumEvents","features":[365,305]},{"name":"AllJoynEventSelect","features":[365,305]},{"name":"AllJoynReceiveFromBus","features":[365,305]},{"name":"AllJoynSendToBus","features":[365,305]},{"name":"CAPABLE_ECDHE_ECDSA","features":[365]},{"name":"CAPABLE_ECDHE_NULL","features":[365]},{"name":"CAPABLE_ECDHE_SPEKE","features":[365]},{"name":"CLAIMABLE","features":[365]},{"name":"CLAIMED","features":[365]},{"name":"ER_ABOUT_ABOUTDATA_MISSING_REQUIRED_FIELD","features":[365]},{"name":"ER_ABOUT_DEFAULT_LANGUAGE_NOT_SPECIFIED","features":[365]},{"name":"ER_ABOUT_FIELD_ALREADY_SPECIFIED","features":[365]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_FIELD_APPID_SIZE","features":[365]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_FIELD_VALUE","features":[365]},{"name":"ER_ABOUT_INVALID_ABOUTDATA_LISTENER","features":[365]},{"name":"ER_ABOUT_SESSIONPORT_NOT_BOUND","features":[365]},{"name":"ER_ALERTED_THREAD","features":[365]},{"name":"ER_ALLJOYN_ACCESS_PERMISSION_ERROR","features":[365]},{"name":"ER_ALLJOYN_ACCESS_PERMISSION_WARNING","features":[365]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_ALREADY_ADVERTISING","features":[365]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_ADVERTISENAME_REPLY_TRANSPORT_NOT_AVAILABLE","features":[365]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_ALREADY_EXISTS","features":[365]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_BINDSESSIONPORT_REPLY_INVALID_OPTS","features":[365]},{"name":"ER_ALLJOYN_CANCELADVERTISENAME_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_CANCELFINDADVERTISEDNAME_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_ALREADY_DISCOVERING","features":[365]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_FINDADVERTISEDNAME_REPLY_TRANSPORT_NOT_AVAILABLE","features":[365]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_ALREADY_JOINED","features":[365]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_BAD_SESSION_OPTS","features":[365]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_CONNECT_FAILED","features":[365]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_NO_SESSION","features":[365]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_REJECTED","features":[365]},{"name":"ER_ALLJOYN_JOINSESSION_REPLY_UNREACHABLE","features":[365]},{"name":"ER_ALLJOYN_LEAVESESSION_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_LEAVESESSION_REPLY_NO_SESSION","features":[365]},{"name":"ER_ALLJOYN_ONAPPRESUME_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_ONAPPRESUME_REPLY_UNSUPPORTED","features":[365]},{"name":"ER_ALLJOYN_ONAPPSUSPEND_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_ONAPPSUSPEND_REPLY_UNSUPPORTED","features":[365]},{"name":"ER_ALLJOYN_PING_FAILED","features":[365]},{"name":"ER_ALLJOYN_PING_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_PING_REPLY_INCOMPATIBLE_REMOTE_ROUTING_NODE","features":[365]},{"name":"ER_ALLJOYN_PING_REPLY_IN_PROGRESS","features":[365]},{"name":"ER_ALLJOYN_PING_REPLY_TIMEOUT","features":[365]},{"name":"ER_ALLJOYN_PING_REPLY_UNKNOWN_NAME","features":[365]},{"name":"ER_ALLJOYN_PING_REPLY_UNREACHABLE","features":[365]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_INCOMPATIBLE_REMOTE_DAEMON","features":[365]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_BINDER","features":[365]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_FOUND","features":[365]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_NOT_MULTIPOINT","features":[365]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_REMOVESESSIONMEMBER_REPLY_NO_SESSION","features":[365]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_FAILED","features":[365]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_NOT_SUPPORTED","features":[365]},{"name":"ER_ALLJOYN_SETLINKTIMEOUT_REPLY_NO_DEST_SUPPORT","features":[365]},{"name":"ER_ALLJOYN_UNBINDSESSIONPORT_REPLY_BAD_PORT","features":[365]},{"name":"ER_ALLJOYN_UNBINDSESSIONPORT_REPLY_FAILED","features":[365]},{"name":"ER_APPLICATION_STATE_LISTENER_ALREADY_EXISTS","features":[365]},{"name":"ER_APPLICATION_STATE_LISTENER_NO_SUCH_LISTENER","features":[365]},{"name":"ER_ARDP_BACKPRESSURE","features":[365]},{"name":"ER_ARDP_DISCONNECTING","features":[365]},{"name":"ER_ARDP_INVALID_CONNECTION","features":[365]},{"name":"ER_ARDP_INVALID_RESPONSE","features":[365]},{"name":"ER_ARDP_INVALID_STATE","features":[365]},{"name":"ER_ARDP_PERSIST_TIMEOUT","features":[365]},{"name":"ER_ARDP_PROBE_TIMEOUT","features":[365]},{"name":"ER_ARDP_REMOTE_CONNECTION_RESET","features":[365]},{"name":"ER_ARDP_TTL_EXPIRED","features":[365]},{"name":"ER_ARDP_VERSION_NOT_SUPPORTED","features":[365]},{"name":"ER_ARDP_WRITE_BLOCKED","features":[365]},{"name":"ER_AUTH_FAIL","features":[365]},{"name":"ER_AUTH_USER_REJECT","features":[365]},{"name":"ER_BAD_ARG_1","features":[365]},{"name":"ER_BAD_ARG_2","features":[365]},{"name":"ER_BAD_ARG_3","features":[365]},{"name":"ER_BAD_ARG_4","features":[365]},{"name":"ER_BAD_ARG_5","features":[365]},{"name":"ER_BAD_ARG_6","features":[365]},{"name":"ER_BAD_ARG_7","features":[365]},{"name":"ER_BAD_ARG_8","features":[365]},{"name":"ER_BAD_ARG_COUNT","features":[365]},{"name":"ER_BAD_HOSTNAME","features":[365]},{"name":"ER_BAD_STRING_ENCODING","features":[365]},{"name":"ER_BAD_TRANSPORT_MASK","features":[365]},{"name":"ER_BUFFER_TOO_SMALL","features":[365]},{"name":"ER_BUS_ALREADY_CONNECTED","features":[365]},{"name":"ER_BUS_ALREADY_LISTENING","features":[365]},{"name":"ER_BUS_ANNOTATION_ALREADY_EXISTS","features":[365]},{"name":"ER_BUS_AUTHENTICATION_PENDING","features":[365]},{"name":"ER_BUS_BAD_BODY_LEN","features":[365]},{"name":"ER_BUS_BAD_BUS_NAME","features":[365]},{"name":"ER_BUS_BAD_CHILD_PATH","features":[365]},{"name":"ER_BUS_BAD_ERROR_NAME","features":[365]},{"name":"ER_BUS_BAD_HDR_FLAGS","features":[365]},{"name":"ER_BUS_BAD_HEADER_FIELD","features":[365]},{"name":"ER_BUS_BAD_HEADER_LEN","features":[365]},{"name":"ER_BUS_BAD_INTERFACE_NAME","features":[365]},{"name":"ER_BUS_BAD_LENGTH","features":[365]},{"name":"ER_BUS_BAD_MEMBER_NAME","features":[365]},{"name":"ER_BUS_BAD_OBJ_PATH","features":[365]},{"name":"ER_BUS_BAD_SENDER_ID","features":[365]},{"name":"ER_BUS_BAD_SEND_PARAMETER","features":[365]},{"name":"ER_BUS_BAD_SESSION_OPTS","features":[365]},{"name":"ER_BUS_BAD_SIGNATURE","features":[365]},{"name":"ER_BUS_BAD_TRANSPORT_ARGS","features":[365]},{"name":"ER_BUS_BAD_VALUE","features":[365]},{"name":"ER_BUS_BAD_VALUE_TYPE","features":[365]},{"name":"ER_BUS_BAD_XML","features":[365]},{"name":"ER_BUS_BLOCKING_CALL_NOT_ALLOWED","features":[365]},{"name":"ER_BUS_BUS_ALREADY_STARTED","features":[365]},{"name":"ER_BUS_BUS_NOT_STARTED","features":[365]},{"name":"ER_BUS_CANNOT_ADD_HANDLER","features":[365]},{"name":"ER_BUS_CANNOT_ADD_INTERFACE","features":[365]},{"name":"ER_BUS_CANNOT_EXPAND_MESSAGE","features":[365]},{"name":"ER_BUS_CONNECTION_REJECTED","features":[365]},{"name":"ER_BUS_CONNECT_FAILED","features":[365]},{"name":"ER_BUS_CORRUPT_KEYSTORE","features":[365]},{"name":"ER_BUS_DESCRIPTION_ALREADY_EXISTS","features":[365]},{"name":"ER_BUS_DESTINATION_NOT_AUTHENTICATED","features":[365]},{"name":"ER_BUS_ELEMENT_NOT_FOUND","features":[365]},{"name":"ER_BUS_EMPTY_MESSAGE","features":[365]},{"name":"ER_BUS_ENDPOINT_CLOSING","features":[365]},{"name":"ER_BUS_ENDPOINT_REDIRECTED","features":[365]},{"name":"ER_BUS_ERRORS","features":[365]},{"name":"ER_BUS_ERROR_NAME_MISSING","features":[365]},{"name":"ER_BUS_ERROR_RESPONSE","features":[365]},{"name":"ER_BUS_ESTABLISH_FAILED","features":[365]},{"name":"ER_BUS_HANDLES_MISMATCH","features":[365]},{"name":"ER_BUS_HANDLES_NOT_ENABLED","features":[365]},{"name":"ER_BUS_HDR_EXPANSION_INVALID","features":[365]},{"name":"ER_BUS_IFACE_ALREADY_EXISTS","features":[365]},{"name":"ER_BUS_INCOMPATIBLE_DAEMON","features":[365]},{"name":"ER_BUS_INTERFACE_ACTIVATED","features":[365]},{"name":"ER_BUS_INTERFACE_MISMATCH","features":[365]},{"name":"ER_BUS_INTERFACE_MISSING","features":[365]},{"name":"ER_BUS_INTERFACE_NO_SUCH_MEMBER","features":[365]},{"name":"ER_BUS_INVALID_AUTH_MECHANISM","features":[365]},{"name":"ER_BUS_INVALID_HEADER_CHECKSUM","features":[365]},{"name":"ER_BUS_INVALID_HEADER_SERIAL","features":[365]},{"name":"ER_BUS_KEYBLOB_OP_INVALID","features":[365]},{"name":"ER_BUS_KEYSTORE_NOT_LOADED","features":[365]},{"name":"ER_BUS_KEYSTORE_VERSION_MISMATCH","features":[365]},{"name":"ER_BUS_KEY_EXPIRED","features":[365]},{"name":"ER_BUS_KEY_STORE_NOT_LOADED","features":[365]},{"name":"ER_BUS_KEY_UNAVAILABLE","features":[365]},{"name":"ER_BUS_LISTENER_ALREADY_SET","features":[365]},{"name":"ER_BUS_MATCH_RULE_NOT_FOUND","features":[365]},{"name":"ER_BUS_MEMBER_ALREADY_EXISTS","features":[365]},{"name":"ER_BUS_MEMBER_MISSING","features":[365]},{"name":"ER_BUS_MEMBER_NO_SUCH_SIGNATURE","features":[365]},{"name":"ER_BUS_MESSAGE_DECRYPTION_FAILED","features":[365]},{"name":"ER_BUS_MESSAGE_NOT_ENCRYPTED","features":[365]},{"name":"ER_BUS_METHOD_CALL_ABORTED","features":[365]},{"name":"ER_BUS_MISSING_COMPRESSION_TOKEN","features":[365]},{"name":"ER_BUS_NAME_TOO_LONG","features":[365]},{"name":"ER_BUS_NOT_ALLOWED","features":[365]},{"name":"ER_BUS_NOT_AUTHENTICATING","features":[365]},{"name":"ER_BUS_NOT_AUTHORIZED","features":[365]},{"name":"ER_BUS_NOT_A_COMPLETE_TYPE","features":[365]},{"name":"ER_BUS_NOT_A_DICTIONARY","features":[365]},{"name":"ER_BUS_NOT_COMPRESSED","features":[365]},{"name":"ER_BUS_NOT_CONNECTED","features":[365]},{"name":"ER_BUS_NOT_NUL_TERMINATED","features":[365]},{"name":"ER_BUS_NOT_OWNER","features":[365]},{"name":"ER_BUS_NO_AUTHENTICATION_MECHANISM","features":[365]},{"name":"ER_BUS_NO_CALL_FOR_REPLY","features":[365]},{"name":"ER_BUS_NO_ENDPOINT","features":[365]},{"name":"ER_BUS_NO_LISTENER","features":[365]},{"name":"ER_BUS_NO_PEER_GUID","features":[365]},{"name":"ER_BUS_NO_ROUTE","features":[365]},{"name":"ER_BUS_NO_SESSION","features":[365]},{"name":"ER_BUS_NO_SUCH_ANNOTATION","features":[365]},{"name":"ER_BUS_NO_SUCH_HANDLE","features":[365]},{"name":"ER_BUS_NO_SUCH_INTERFACE","features":[365]},{"name":"ER_BUS_NO_SUCH_MESSAGE","features":[365]},{"name":"ER_BUS_NO_SUCH_OBJECT","features":[365]},{"name":"ER_BUS_NO_SUCH_PROPERTY","features":[365]},{"name":"ER_BUS_NO_SUCH_SERVICE","features":[365]},{"name":"ER_BUS_NO_TRANSPORTS","features":[365]},{"name":"ER_BUS_OBJECT_NOT_REGISTERED","features":[365]},{"name":"ER_BUS_OBJECT_NO_SUCH_INTERFACE","features":[365]},{"name":"ER_BUS_OBJECT_NO_SUCH_MEMBER","features":[365]},{"name":"ER_BUS_OBJ_ALREADY_EXISTS","features":[365]},{"name":"ER_BUS_OBJ_NOT_FOUND","features":[365]},{"name":"ER_BUS_PATH_MISSING","features":[365]},{"name":"ER_BUS_PEER_AUTH_VERSION_MISMATCH","features":[365]},{"name":"ER_BUS_PING_GROUP_NOT_FOUND","features":[365]},{"name":"ER_BUS_POLICY_VIOLATION","features":[365]},{"name":"ER_BUS_PROPERTY_ACCESS_DENIED","features":[365]},{"name":"ER_BUS_PROPERTY_ALREADY_EXISTS","features":[365]},{"name":"ER_BUS_PROPERTY_VALUE_NOT_SET","features":[365]},{"name":"ER_BUS_READ_ERROR","features":[365]},{"name":"ER_BUS_REMOVED_BY_BINDER","features":[365]},{"name":"ER_BUS_REMOVED_BY_BINDER_SELF","features":[365]},{"name":"ER_BUS_REPLY_IS_ERROR_MESSAGE","features":[365]},{"name":"ER_BUS_REPLY_SERIAL_MISSING","features":[365]},{"name":"ER_BUS_SECURITY_FATAL","features":[365]},{"name":"ER_BUS_SECURITY_NOT_ENABLED","features":[365]},{"name":"ER_BUS_SELF_CONNECT","features":[365]},{"name":"ER_BUS_SET_PROPERTY_REJECTED","features":[365]},{"name":"ER_BUS_SET_WRONG_SIGNATURE","features":[365]},{"name":"ER_BUS_SIGNATURE_MISMATCH","features":[365]},{"name":"ER_BUS_STOPPING","features":[365]},{"name":"ER_BUS_TIME_TO_LIVE_EXPIRED","features":[365]},{"name":"ER_BUS_TRANSPORT_ACCESS_DENIED","features":[365]},{"name":"ER_BUS_TRANSPORT_NOT_AVAILABLE","features":[365]},{"name":"ER_BUS_TRANSPORT_NOT_STARTED","features":[365]},{"name":"ER_BUS_TRUNCATED","features":[365]},{"name":"ER_BUS_UNEXPECTED_DISPOSITION","features":[365]},{"name":"ER_BUS_UNEXPECTED_SIGNATURE","features":[365]},{"name":"ER_BUS_UNKNOWN_INTERFACE","features":[365]},{"name":"ER_BUS_UNKNOWN_PATH","features":[365]},{"name":"ER_BUS_UNKNOWN_SERIAL","features":[365]},{"name":"ER_BUS_UNMATCHED_REPLY_SERIAL","features":[365]},{"name":"ER_BUS_WAIT_FAILED","features":[365]},{"name":"ER_BUS_WRITE_ERROR","features":[365]},{"name":"ER_BUS_WRITE_QUEUE_FULL","features":[365]},{"name":"ER_CERTIFICATE_NOT_FOUND","features":[365]},{"name":"ER_COMMON_ERRORS","features":[365]},{"name":"ER_CONNECTION_LIMIT_EXCEEDED","features":[365]},{"name":"ER_CONN_REFUSED","features":[365]},{"name":"ER_CORRUPT_KEYBLOB","features":[365]},{"name":"ER_CRYPTO_ERROR","features":[365]},{"name":"ER_CRYPTO_HASH_UNINITIALIZED","features":[365]},{"name":"ER_CRYPTO_ILLEGAL_PARAMETERS","features":[365]},{"name":"ER_CRYPTO_INSUFFICIENT_SECURITY","features":[365]},{"name":"ER_CRYPTO_KEY_UNAVAILABLE","features":[365]},{"name":"ER_CRYPTO_KEY_UNUSABLE","features":[365]},{"name":"ER_CRYPTO_TRUNCATED","features":[365]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_NON_EXISTENT","features":[365]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_NOT_OWNER","features":[365]},{"name":"ER_DBUS_RELEASE_NAME_REPLY_RELEASED","features":[365]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER","features":[365]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_EXISTS","features":[365]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_IN_QUEUE","features":[365]},{"name":"ER_DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER","features":[365]},{"name":"ER_DBUS_START_REPLY_ALREADY_RUNNING","features":[365]},{"name":"ER_DEADLOCK","features":[365]},{"name":"ER_DEAD_THREAD","features":[365]},{"name":"ER_DIGEST_MISMATCH","features":[365]},{"name":"ER_DUPLICATE_CERTIFICATE","features":[365]},{"name":"ER_DUPLICATE_KEY","features":[365]},{"name":"ER_EMPTY_KEY_BLOB","features":[365]},{"name":"ER_END_OF_DATA","features":[365]},{"name":"ER_EOF","features":[365]},{"name":"ER_EXTERNAL_THREAD","features":[365]},{"name":"ER_FAIL","features":[365]},{"name":"ER_FEATURE_NOT_AVAILABLE","features":[365]},{"name":"ER_INIT_FAILED","features":[365]},{"name":"ER_INVALID_ADDRESS","features":[365]},{"name":"ER_INVALID_APPLICATION_STATE","features":[365]},{"name":"ER_INVALID_CERTIFICATE","features":[365]},{"name":"ER_INVALID_CERTIFICATE_USAGE","features":[365]},{"name":"ER_INVALID_CERT_CHAIN","features":[365]},{"name":"ER_INVALID_CONFIG","features":[365]},{"name":"ER_INVALID_DATA","features":[365]},{"name":"ER_INVALID_GUID","features":[365]},{"name":"ER_INVALID_HTTP_METHOD_USED_FOR_RENDEZVOUS_SERVER_INTERFACE_MESSAGE","features":[365]},{"name":"ER_INVALID_KEY_ENCODING","features":[365]},{"name":"ER_INVALID_ON_DEMAND_CONNECTION_MESSAGE_RESPONSE","features":[365]},{"name":"ER_INVALID_PERSISTENT_CONNECTION_MESSAGE_RESPONSE","features":[365]},{"name":"ER_INVALID_RENDEZVOUS_SERVER_INTERFACE_MESSAGE","features":[365]},{"name":"ER_INVALID_SIGNAL_EMISSION_TYPE","features":[365]},{"name":"ER_INVALID_STREAM","features":[365]},{"name":"ER_IODISPATCH_STOPPING","features":[365]},{"name":"ER_KEY_STORE_ALREADY_INITIALIZED","features":[365]},{"name":"ER_KEY_STORE_ID_NOT_YET_SET","features":[365]},{"name":"ER_LANGUAGE_NOT_SUPPORTED","features":[365]},{"name":"ER_MANAGEMENT_ALREADY_STARTED","features":[365]},{"name":"ER_MANAGEMENT_NOT_STARTED","features":[365]},{"name":"ER_MANIFEST_NOT_FOUND","features":[365]},{"name":"ER_MANIFEST_REJECTED","features":[365]},{"name":"ER_MISSING_DIGEST_IN_CERTIFICATE","features":[365]},{"name":"ER_NONE","features":[365]},{"name":"ER_NOT_CONN","features":[365]},{"name":"ER_NOT_CONNECTED_TO_RENDEZVOUS_SERVER","features":[365]},{"name":"ER_NOT_IMPLEMENTED","features":[365]},{"name":"ER_NO_COMMON_TRUST","features":[365]},{"name":"ER_NO_SUCH_ALARM","features":[365]},{"name":"ER_NO_SUCH_DEVICE","features":[365]},{"name":"ER_NO_TRUST_ANCHOR","features":[365]},{"name":"ER_OK","features":[365]},{"name":"ER_OPEN_FAILED","features":[365]},{"name":"ER_OS_ERROR","features":[365]},{"name":"ER_OUT_OF_MEMORY","features":[365]},{"name":"ER_P2P","features":[365]},{"name":"ER_P2P_BUSY","features":[365]},{"name":"ER_P2P_DISABLED","features":[365]},{"name":"ER_P2P_FORBIDDEN","features":[365]},{"name":"ER_P2P_NOT_CONNECTED","features":[365]},{"name":"ER_P2P_NO_GO","features":[365]},{"name":"ER_P2P_NO_STA","features":[365]},{"name":"ER_P2P_TIMEOUT","features":[365]},{"name":"ER_PACKET_BAD_CRC","features":[365]},{"name":"ER_PACKET_BAD_FORMAT","features":[365]},{"name":"ER_PACKET_BAD_PARAMETER","features":[365]},{"name":"ER_PACKET_BUS_NO_SUCH_CHANNEL","features":[365]},{"name":"ER_PACKET_CHANNEL_FAIL","features":[365]},{"name":"ER_PACKET_CONNECT_TIMEOUT","features":[365]},{"name":"ER_PACKET_TOO_LARGE","features":[365]},{"name":"ER_PARSE_ERROR","features":[365]},{"name":"ER_PERMISSION_DENIED","features":[365]},{"name":"ER_POLICY_NOT_NEWER","features":[365]},{"name":"ER_PROXIMITY_CONNECTION_ESTABLISH_FAIL","features":[365]},{"name":"ER_PROXIMITY_NO_PEERS_FOUND","features":[365]},{"name":"ER_READ_ERROR","features":[365]},{"name":"ER_RENDEZVOUS_SERVER_DEACTIVATED_USER","features":[365]},{"name":"ER_RENDEZVOUS_SERVER_ERR401_UNAUTHORIZED_REQUEST","features":[365]},{"name":"ER_RENDEZVOUS_SERVER_ERR500_INTERNAL_ERROR","features":[365]},{"name":"ER_RENDEZVOUS_SERVER_ERR503_STATUS_UNAVAILABLE","features":[365]},{"name":"ER_RENDEZVOUS_SERVER_ROOT_CERTIFICATE_UNINITIALIZED","features":[365]},{"name":"ER_RENDEZVOUS_SERVER_UNKNOWN_USER","features":[365]},{"name":"ER_RENDEZVOUS_SERVER_UNRECOVERABLE_ERROR","features":[365]},{"name":"ER_SLAP_CRC_ERROR","features":[365]},{"name":"ER_SLAP_ERROR","features":[365]},{"name":"ER_SLAP_HDR_CHECKSUM_ERROR","features":[365]},{"name":"ER_SLAP_INVALID_PACKET_LEN","features":[365]},{"name":"ER_SLAP_INVALID_PACKET_TYPE","features":[365]},{"name":"ER_SLAP_LEN_MISMATCH","features":[365]},{"name":"ER_SLAP_OTHER_END_CLOSED","features":[365]},{"name":"ER_SLAP_PACKET_TYPE_MISMATCH","features":[365]},{"name":"ER_SOCKET_BIND_ERROR","features":[365]},{"name":"ER_SOCK_CLOSING","features":[365]},{"name":"ER_SOCK_OTHER_END_CLOSED","features":[365]},{"name":"ER_SSL_CONNECT","features":[365]},{"name":"ER_SSL_ERRORS","features":[365]},{"name":"ER_SSL_INIT","features":[365]},{"name":"ER_SSL_VERIFY","features":[365]},{"name":"ER_STOPPING_THREAD","features":[365]},{"name":"ER_TCP_MAX_UNTRUSTED","features":[365]},{"name":"ER_THREADPOOL_EXHAUSTED","features":[365]},{"name":"ER_THREADPOOL_STOPPING","features":[365]},{"name":"ER_THREAD_NO_WAIT","features":[365]},{"name":"ER_THREAD_RUNNING","features":[365]},{"name":"ER_THREAD_STOPPING","features":[365]},{"name":"ER_TIMEOUT","features":[365]},{"name":"ER_TIMER_EXITING","features":[365]},{"name":"ER_TIMER_FALLBEHIND","features":[365]},{"name":"ER_TIMER_FULL","features":[365]},{"name":"ER_TIMER_NOT_ALLOWED","features":[365]},{"name":"ER_UDP_BACKPRESSURE","features":[365]},{"name":"ER_UDP_BUSHELLO","features":[365]},{"name":"ER_UDP_DEMUX_NO_ENDPOINT","features":[365]},{"name":"ER_UDP_DISCONNECT","features":[365]},{"name":"ER_UDP_EARLY_EXIT","features":[365]},{"name":"ER_UDP_ENDPOINT_NOT_STARTED","features":[365]},{"name":"ER_UDP_ENDPOINT_REMOVED","features":[365]},{"name":"ER_UDP_ENDPOINT_STALLED","features":[365]},{"name":"ER_UDP_INVALID","features":[365]},{"name":"ER_UDP_LOCAL_DISCONNECT","features":[365]},{"name":"ER_UDP_LOCAL_DISCONNECT_FAIL","features":[365]},{"name":"ER_UDP_MESSAGE","features":[365]},{"name":"ER_UDP_MSG_TOO_LONG","features":[365]},{"name":"ER_UDP_NOT_DISCONNECTED","features":[365]},{"name":"ER_UDP_NOT_IMPLEMENTED","features":[365]},{"name":"ER_UDP_NO_LISTENER","features":[365]},{"name":"ER_UDP_NO_NETWORK","features":[365]},{"name":"ER_UDP_STOPPING","features":[365]},{"name":"ER_UDP_UNEXPECTED_FLOW","features":[365]},{"name":"ER_UDP_UNEXPECTED_LENGTH","features":[365]},{"name":"ER_UDP_UNSUPPORTED","features":[365]},{"name":"ER_UNABLE_TO_CONNECT_TO_RENDEZVOUS_SERVER","features":[365]},{"name":"ER_UNABLE_TO_SEND_MESSAGE_TO_RENDEZVOUS_SERVER","features":[365]},{"name":"ER_UNKNOWN_CERTIFICATE","features":[365]},{"name":"ER_UTF_CONVERSION_FAILED","features":[365]},{"name":"ER_WARNING","features":[365]},{"name":"ER_WOULDBLOCK","features":[365]},{"name":"ER_WRITE_ERROR","features":[365]},{"name":"ER_XML_ACLS_MISSING","features":[365]},{"name":"ER_XML_ACL_ALL_TYPE_PEER_WITH_OTHERS","features":[365]},{"name":"ER_XML_ACL_PEERS_MISSING","features":[365]},{"name":"ER_XML_ACL_PEER_NOT_UNIQUE","features":[365]},{"name":"ER_XML_ACL_PEER_PUBLIC_KEY_SET","features":[365]},{"name":"ER_XML_ANNOTATION_NOT_UNIQUE","features":[365]},{"name":"ER_XML_CONVERTER_ERROR","features":[365]},{"name":"ER_XML_INTERFACE_MEMBERS_MISSING","features":[365]},{"name":"ER_XML_INTERFACE_NAME_NOT_UNIQUE","features":[365]},{"name":"ER_XML_INVALID_ACL_PEER_CHILDREN_COUNT","features":[365]},{"name":"ER_XML_INVALID_ACL_PEER_PUBLIC_KEY","features":[365]},{"name":"ER_XML_INVALID_ACL_PEER_TYPE","features":[365]},{"name":"ER_XML_INVALID_ANNOTATIONS_COUNT","features":[365]},{"name":"ER_XML_INVALID_ATTRIBUTE_VALUE","features":[365]},{"name":"ER_XML_INVALID_BASE64","features":[365]},{"name":"ER_XML_INVALID_ELEMENT_CHILDREN_COUNT","features":[365]},{"name":"ER_XML_INVALID_ELEMENT_NAME","features":[365]},{"name":"ER_XML_INVALID_INTERFACE_NAME","features":[365]},{"name":"ER_XML_INVALID_MANIFEST_VERSION","features":[365]},{"name":"ER_XML_INVALID_MEMBER_ACTION","features":[365]},{"name":"ER_XML_INVALID_MEMBER_NAME","features":[365]},{"name":"ER_XML_INVALID_MEMBER_TYPE","features":[365]},{"name":"ER_XML_INVALID_OBJECT_PATH","features":[365]},{"name":"ER_XML_INVALID_OID","features":[365]},{"name":"ER_XML_INVALID_POLICY_SERIAL_NUMBER","features":[365]},{"name":"ER_XML_INVALID_POLICY_VERSION","features":[365]},{"name":"ER_XML_INVALID_RULES_COUNT","features":[365]},{"name":"ER_XML_INVALID_SECURITY_LEVEL_ANNOTATION_VALUE","features":[365]},{"name":"ER_XML_MALFORMED","features":[365]},{"name":"ER_XML_MEMBER_DENY_ACTION_WITH_OTHER","features":[365]},{"name":"ER_XML_MEMBER_NAME_NOT_UNIQUE","features":[365]},{"name":"ER_XML_OBJECT_PATH_NOT_UNIQUE","features":[365]},{"name":"NEED_UPDATE","features":[365]},{"name":"NOT_CLAIMABLE","features":[365]},{"name":"PASSWORD_GENERATED_BY_APPLICATION","features":[365]},{"name":"PASSWORD_GENERATED_BY_SECURITY_MANAGER","features":[365]},{"name":"QCC_FALSE","features":[365]},{"name":"QCC_StatusText","features":[365]},{"name":"QCC_TRUE","features":[365]},{"name":"QStatus","features":[365]},{"name":"UNANNOUNCED","features":[365]},{"name":"alljoyn_about_announced_ptr","features":[365]},{"name":"alljoyn_about_announceflag","features":[365]},{"name":"alljoyn_aboutdata","features":[365]},{"name":"alljoyn_aboutdata_create","features":[365]},{"name":"alljoyn_aboutdata_create_empty","features":[365]},{"name":"alljoyn_aboutdata_create_full","features":[365]},{"name":"alljoyn_aboutdata_createfrommsgarg","features":[365]},{"name":"alljoyn_aboutdata_createfromxml","features":[365]},{"name":"alljoyn_aboutdata_destroy","features":[365]},{"name":"alljoyn_aboutdata_getaboutdata","features":[365]},{"name":"alljoyn_aboutdata_getajsoftwareversion","features":[365]},{"name":"alljoyn_aboutdata_getannouncedaboutdata","features":[365]},{"name":"alljoyn_aboutdata_getappid","features":[365]},{"name":"alljoyn_aboutdata_getappname","features":[365]},{"name":"alljoyn_aboutdata_getdateofmanufacture","features":[365]},{"name":"alljoyn_aboutdata_getdefaultlanguage","features":[365]},{"name":"alljoyn_aboutdata_getdescription","features":[365]},{"name":"alljoyn_aboutdata_getdeviceid","features":[365]},{"name":"alljoyn_aboutdata_getdevicename","features":[365]},{"name":"alljoyn_aboutdata_getfield","features":[365]},{"name":"alljoyn_aboutdata_getfields","features":[365]},{"name":"alljoyn_aboutdata_getfieldsignature","features":[365]},{"name":"alljoyn_aboutdata_gethardwareversion","features":[365]},{"name":"alljoyn_aboutdata_getmanufacturer","features":[365]},{"name":"alljoyn_aboutdata_getmodelnumber","features":[365]},{"name":"alljoyn_aboutdata_getsoftwareversion","features":[365]},{"name":"alljoyn_aboutdata_getsupportedlanguages","features":[365]},{"name":"alljoyn_aboutdata_getsupporturl","features":[365]},{"name":"alljoyn_aboutdata_isfieldannounced","features":[365]},{"name":"alljoyn_aboutdata_isfieldlocalized","features":[365]},{"name":"alljoyn_aboutdata_isfieldrequired","features":[365]},{"name":"alljoyn_aboutdata_isvalid","features":[365]},{"name":"alljoyn_aboutdata_setappid","features":[365]},{"name":"alljoyn_aboutdata_setappid_fromstring","features":[365]},{"name":"alljoyn_aboutdata_setappname","features":[365]},{"name":"alljoyn_aboutdata_setdateofmanufacture","features":[365]},{"name":"alljoyn_aboutdata_setdefaultlanguage","features":[365]},{"name":"alljoyn_aboutdata_setdescription","features":[365]},{"name":"alljoyn_aboutdata_setdeviceid","features":[365]},{"name":"alljoyn_aboutdata_setdevicename","features":[365]},{"name":"alljoyn_aboutdata_setfield","features":[365]},{"name":"alljoyn_aboutdata_sethardwareversion","features":[365]},{"name":"alljoyn_aboutdata_setmanufacturer","features":[365]},{"name":"alljoyn_aboutdata_setmodelnumber","features":[365]},{"name":"alljoyn_aboutdata_setsoftwareversion","features":[365]},{"name":"alljoyn_aboutdata_setsupportedlanguage","features":[365]},{"name":"alljoyn_aboutdata_setsupporturl","features":[365]},{"name":"alljoyn_aboutdatalistener","features":[365]},{"name":"alljoyn_aboutdatalistener_callbacks","features":[365]},{"name":"alljoyn_aboutdatalistener_create","features":[365]},{"name":"alljoyn_aboutdatalistener_destroy","features":[365]},{"name":"alljoyn_aboutdatalistener_getaboutdata_ptr","features":[365]},{"name":"alljoyn_aboutdatalistener_getannouncedaboutdata_ptr","features":[365]},{"name":"alljoyn_abouticon","features":[365]},{"name":"alljoyn_abouticon_clear","features":[365]},{"name":"alljoyn_abouticon_create","features":[365]},{"name":"alljoyn_abouticon_destroy","features":[365]},{"name":"alljoyn_abouticon_getcontent","features":[365]},{"name":"alljoyn_abouticon_geturl","features":[365]},{"name":"alljoyn_abouticon_setcontent","features":[365]},{"name":"alljoyn_abouticon_setcontent_frommsgarg","features":[365]},{"name":"alljoyn_abouticon_seturl","features":[365]},{"name":"alljoyn_abouticonobj","features":[365]},{"name":"alljoyn_abouticonobj_create","features":[365]},{"name":"alljoyn_abouticonobj_destroy","features":[365]},{"name":"alljoyn_abouticonproxy","features":[365]},{"name":"alljoyn_abouticonproxy_create","features":[365]},{"name":"alljoyn_abouticonproxy_destroy","features":[365]},{"name":"alljoyn_abouticonproxy_geticon","features":[365]},{"name":"alljoyn_abouticonproxy_getversion","features":[365]},{"name":"alljoyn_aboutlistener","features":[365]},{"name":"alljoyn_aboutlistener_callback","features":[365]},{"name":"alljoyn_aboutlistener_create","features":[365]},{"name":"alljoyn_aboutlistener_destroy","features":[365]},{"name":"alljoyn_aboutobj","features":[365]},{"name":"alljoyn_aboutobj_announce","features":[365]},{"name":"alljoyn_aboutobj_announce_using_datalistener","features":[365]},{"name":"alljoyn_aboutobj_create","features":[365]},{"name":"alljoyn_aboutobj_destroy","features":[365]},{"name":"alljoyn_aboutobj_unannounce","features":[365]},{"name":"alljoyn_aboutobjectdescription","features":[365]},{"name":"alljoyn_aboutobjectdescription_clear","features":[365]},{"name":"alljoyn_aboutobjectdescription_create","features":[365]},{"name":"alljoyn_aboutobjectdescription_create_full","features":[365]},{"name":"alljoyn_aboutobjectdescription_createfrommsgarg","features":[365]},{"name":"alljoyn_aboutobjectdescription_destroy","features":[365]},{"name":"alljoyn_aboutobjectdescription_getinterfacepaths","features":[365]},{"name":"alljoyn_aboutobjectdescription_getinterfaces","features":[365]},{"name":"alljoyn_aboutobjectdescription_getmsgarg","features":[365]},{"name":"alljoyn_aboutobjectdescription_getpaths","features":[365]},{"name":"alljoyn_aboutobjectdescription_hasinterface","features":[365]},{"name":"alljoyn_aboutobjectdescription_hasinterfaceatpath","features":[365]},{"name":"alljoyn_aboutobjectdescription_haspath","features":[365]},{"name":"alljoyn_aboutproxy","features":[365]},{"name":"alljoyn_aboutproxy_create","features":[365]},{"name":"alljoyn_aboutproxy_destroy","features":[365]},{"name":"alljoyn_aboutproxy_getaboutdata","features":[365]},{"name":"alljoyn_aboutproxy_getobjectdescription","features":[365]},{"name":"alljoyn_aboutproxy_getversion","features":[365]},{"name":"alljoyn_applicationstate","features":[365]},{"name":"alljoyn_applicationstatelistener","features":[365]},{"name":"alljoyn_applicationstatelistener_callbacks","features":[365]},{"name":"alljoyn_applicationstatelistener_create","features":[365]},{"name":"alljoyn_applicationstatelistener_destroy","features":[365]},{"name":"alljoyn_applicationstatelistener_state_ptr","features":[365]},{"name":"alljoyn_authlistener","features":[365]},{"name":"alljoyn_authlistener_authenticationcomplete_ptr","features":[365]},{"name":"alljoyn_authlistener_callbacks","features":[365]},{"name":"alljoyn_authlistener_create","features":[365]},{"name":"alljoyn_authlistener_destroy","features":[365]},{"name":"alljoyn_authlistener_requestcredentials_ptr","features":[365]},{"name":"alljoyn_authlistener_requestcredentialsasync_ptr","features":[365]},{"name":"alljoyn_authlistener_requestcredentialsresponse","features":[365]},{"name":"alljoyn_authlistener_securityviolation_ptr","features":[365]},{"name":"alljoyn_authlistener_setsharedsecret","features":[365]},{"name":"alljoyn_authlistener_verifycredentials_ptr","features":[365]},{"name":"alljoyn_authlistener_verifycredentialsasync_ptr","features":[365]},{"name":"alljoyn_authlistener_verifycredentialsresponse","features":[365]},{"name":"alljoyn_authlistenerasync_callbacks","features":[365]},{"name":"alljoyn_authlistenerasync_create","features":[365]},{"name":"alljoyn_authlistenerasync_destroy","features":[365]},{"name":"alljoyn_autopinger","features":[365]},{"name":"alljoyn_autopinger_adddestination","features":[365]},{"name":"alljoyn_autopinger_addpinggroup","features":[365]},{"name":"alljoyn_autopinger_create","features":[365]},{"name":"alljoyn_autopinger_destination_found_ptr","features":[365]},{"name":"alljoyn_autopinger_destination_lost_ptr","features":[365]},{"name":"alljoyn_autopinger_destroy","features":[365]},{"name":"alljoyn_autopinger_pause","features":[365]},{"name":"alljoyn_autopinger_removedestination","features":[365]},{"name":"alljoyn_autopinger_removepinggroup","features":[365]},{"name":"alljoyn_autopinger_resume","features":[365]},{"name":"alljoyn_autopinger_setpinginterval","features":[365]},{"name":"alljoyn_busattachment","features":[365]},{"name":"alljoyn_busattachment_addlogonentry","features":[365]},{"name":"alljoyn_busattachment_addmatch","features":[365]},{"name":"alljoyn_busattachment_advertisename","features":[365]},{"name":"alljoyn_busattachment_bindsessionport","features":[365]},{"name":"alljoyn_busattachment_canceladvertisename","features":[365]},{"name":"alljoyn_busattachment_cancelfindadvertisedname","features":[365]},{"name":"alljoyn_busattachment_cancelfindadvertisednamebytransport","features":[365]},{"name":"alljoyn_busattachment_cancelwhoimplements_interface","features":[365]},{"name":"alljoyn_busattachment_cancelwhoimplements_interfaces","features":[365]},{"name":"alljoyn_busattachment_clearkeys","features":[365]},{"name":"alljoyn_busattachment_clearkeystore","features":[365]},{"name":"alljoyn_busattachment_connect","features":[365]},{"name":"alljoyn_busattachment_create","features":[365]},{"name":"alljoyn_busattachment_create_concurrency","features":[365]},{"name":"alljoyn_busattachment_createinterface","features":[365]},{"name":"alljoyn_busattachment_createinterface_secure","features":[365]},{"name":"alljoyn_busattachment_createinterfacesfromxml","features":[365]},{"name":"alljoyn_busattachment_deletedefaultkeystore","features":[365]},{"name":"alljoyn_busattachment_deleteinterface","features":[365]},{"name":"alljoyn_busattachment_destroy","features":[365]},{"name":"alljoyn_busattachment_disconnect","features":[365]},{"name":"alljoyn_busattachment_enableconcurrentcallbacks","features":[365]},{"name":"alljoyn_busattachment_enablepeersecurity","features":[365]},{"name":"alljoyn_busattachment_enablepeersecuritywithpermissionconfigurationlistener","features":[365]},{"name":"alljoyn_busattachment_findadvertisedname","features":[365]},{"name":"alljoyn_busattachment_findadvertisednamebytransport","features":[365]},{"name":"alljoyn_busattachment_getalljoyndebugobj","features":[365]},{"name":"alljoyn_busattachment_getalljoynproxyobj","features":[365]},{"name":"alljoyn_busattachment_getconcurrency","features":[365]},{"name":"alljoyn_busattachment_getconnectspec","features":[365]},{"name":"alljoyn_busattachment_getdbusproxyobj","features":[365]},{"name":"alljoyn_busattachment_getglobalguidstring","features":[365]},{"name":"alljoyn_busattachment_getinterface","features":[365]},{"name":"alljoyn_busattachment_getinterfaces","features":[365]},{"name":"alljoyn_busattachment_getkeyexpiration","features":[365]},{"name":"alljoyn_busattachment_getpeerguid","features":[365]},{"name":"alljoyn_busattachment_getpermissionconfigurator","features":[365]},{"name":"alljoyn_busattachment_gettimestamp","features":[365]},{"name":"alljoyn_busattachment_getuniquename","features":[365]},{"name":"alljoyn_busattachment_isconnected","features":[365]},{"name":"alljoyn_busattachment_ispeersecurityenabled","features":[365]},{"name":"alljoyn_busattachment_isstarted","features":[365]},{"name":"alljoyn_busattachment_isstopping","features":[365]},{"name":"alljoyn_busattachment_join","features":[365]},{"name":"alljoyn_busattachment_joinsession","features":[365]},{"name":"alljoyn_busattachment_joinsessionasync","features":[365]},{"name":"alljoyn_busattachment_joinsessioncb_ptr","features":[365]},{"name":"alljoyn_busattachment_leavesession","features":[365]},{"name":"alljoyn_busattachment_namehasowner","features":[365]},{"name":"alljoyn_busattachment_ping","features":[365]},{"name":"alljoyn_busattachment_registeraboutlistener","features":[365]},{"name":"alljoyn_busattachment_registerapplicationstatelistener","features":[365]},{"name":"alljoyn_busattachment_registerbuslistener","features":[365]},{"name":"alljoyn_busattachment_registerbusobject","features":[365]},{"name":"alljoyn_busattachment_registerbusobject_secure","features":[365]},{"name":"alljoyn_busattachment_registerkeystorelistener","features":[365]},{"name":"alljoyn_busattachment_registersignalhandler","features":[365]},{"name":"alljoyn_busattachment_registersignalhandlerwithrule","features":[365]},{"name":"alljoyn_busattachment_releasename","features":[365]},{"name":"alljoyn_busattachment_reloadkeystore","features":[365]},{"name":"alljoyn_busattachment_removematch","features":[365]},{"name":"alljoyn_busattachment_removesessionmember","features":[365]},{"name":"alljoyn_busattachment_requestname","features":[365]},{"name":"alljoyn_busattachment_secureconnection","features":[365]},{"name":"alljoyn_busattachment_secureconnectionasync","features":[365]},{"name":"alljoyn_busattachment_setdaemondebug","features":[365]},{"name":"alljoyn_busattachment_setkeyexpiration","features":[365]},{"name":"alljoyn_busattachment_setlinktimeout","features":[365]},{"name":"alljoyn_busattachment_setlinktimeoutasync","features":[365]},{"name":"alljoyn_busattachment_setlinktimeoutcb_ptr","features":[365]},{"name":"alljoyn_busattachment_setsessionlistener","features":[365]},{"name":"alljoyn_busattachment_start","features":[365]},{"name":"alljoyn_busattachment_stop","features":[365]},{"name":"alljoyn_busattachment_unbindsessionport","features":[365]},{"name":"alljoyn_busattachment_unregisteraboutlistener","features":[365]},{"name":"alljoyn_busattachment_unregisterallaboutlisteners","features":[365]},{"name":"alljoyn_busattachment_unregisterallhandlers","features":[365]},{"name":"alljoyn_busattachment_unregisterapplicationstatelistener","features":[365]},{"name":"alljoyn_busattachment_unregisterbuslistener","features":[365]},{"name":"alljoyn_busattachment_unregisterbusobject","features":[365]},{"name":"alljoyn_busattachment_unregistersignalhandler","features":[365]},{"name":"alljoyn_busattachment_unregistersignalhandlerwithrule","features":[365]},{"name":"alljoyn_busattachment_whoimplements_interface","features":[365]},{"name":"alljoyn_busattachment_whoimplements_interfaces","features":[365]},{"name":"alljoyn_buslistener","features":[365]},{"name":"alljoyn_buslistener_bus_disconnected_ptr","features":[365]},{"name":"alljoyn_buslistener_bus_prop_changed_ptr","features":[365]},{"name":"alljoyn_buslistener_bus_stopping_ptr","features":[365]},{"name":"alljoyn_buslistener_callbacks","features":[365]},{"name":"alljoyn_buslistener_create","features":[365]},{"name":"alljoyn_buslistener_destroy","features":[365]},{"name":"alljoyn_buslistener_found_advertised_name_ptr","features":[365]},{"name":"alljoyn_buslistener_listener_registered_ptr","features":[365]},{"name":"alljoyn_buslistener_listener_unregistered_ptr","features":[365]},{"name":"alljoyn_buslistener_lost_advertised_name_ptr","features":[365]},{"name":"alljoyn_buslistener_name_owner_changed_ptr","features":[365]},{"name":"alljoyn_busobject","features":[365]},{"name":"alljoyn_busobject_addinterface","features":[365]},{"name":"alljoyn_busobject_addinterface_announced","features":[365]},{"name":"alljoyn_busobject_addmethodhandler","features":[365]},{"name":"alljoyn_busobject_addmethodhandlers","features":[365]},{"name":"alljoyn_busobject_callbacks","features":[365]},{"name":"alljoyn_busobject_cancelsessionlessmessage","features":[365]},{"name":"alljoyn_busobject_cancelsessionlessmessage_serial","features":[365]},{"name":"alljoyn_busobject_create","features":[365]},{"name":"alljoyn_busobject_destroy","features":[365]},{"name":"alljoyn_busobject_emitpropertieschanged","features":[365]},{"name":"alljoyn_busobject_emitpropertychanged","features":[365]},{"name":"alljoyn_busobject_getannouncedinterfacenames","features":[365]},{"name":"alljoyn_busobject_getbusattachment","features":[365]},{"name":"alljoyn_busobject_getname","features":[365]},{"name":"alljoyn_busobject_getpath","features":[365]},{"name":"alljoyn_busobject_issecure","features":[365]},{"name":"alljoyn_busobject_methodentry","features":[365]},{"name":"alljoyn_busobject_methodreply_args","features":[365]},{"name":"alljoyn_busobject_methodreply_err","features":[365]},{"name":"alljoyn_busobject_methodreply_status","features":[365]},{"name":"alljoyn_busobject_object_registration_ptr","features":[365]},{"name":"alljoyn_busobject_prop_get_ptr","features":[365]},{"name":"alljoyn_busobject_prop_set_ptr","features":[365]},{"name":"alljoyn_busobject_setannounceflag","features":[365]},{"name":"alljoyn_busobject_signal","features":[365]},{"name":"alljoyn_certificateid","features":[365]},{"name":"alljoyn_certificateidarray","features":[365]},{"name":"alljoyn_claimcapability_masks","features":[365]},{"name":"alljoyn_claimcapabilityadditionalinfo_masks","features":[365]},{"name":"alljoyn_credentials","features":[365]},{"name":"alljoyn_credentials_clear","features":[365]},{"name":"alljoyn_credentials_create","features":[365]},{"name":"alljoyn_credentials_destroy","features":[365]},{"name":"alljoyn_credentials_getcertchain","features":[365]},{"name":"alljoyn_credentials_getexpiration","features":[365]},{"name":"alljoyn_credentials_getlogonentry","features":[365]},{"name":"alljoyn_credentials_getpassword","features":[365]},{"name":"alljoyn_credentials_getprivateKey","features":[365]},{"name":"alljoyn_credentials_getusername","features":[365]},{"name":"alljoyn_credentials_isset","features":[365]},{"name":"alljoyn_credentials_setcertchain","features":[365]},{"name":"alljoyn_credentials_setexpiration","features":[365]},{"name":"alljoyn_credentials_setlogonentry","features":[365]},{"name":"alljoyn_credentials_setpassword","features":[365]},{"name":"alljoyn_credentials_setprivatekey","features":[365]},{"name":"alljoyn_credentials_setusername","features":[365]},{"name":"alljoyn_getbuildinfo","features":[365]},{"name":"alljoyn_getnumericversion","features":[365]},{"name":"alljoyn_getversion","features":[365]},{"name":"alljoyn_init","features":[365]},{"name":"alljoyn_interfacedescription","features":[365]},{"name":"alljoyn_interfacedescription_activate","features":[365]},{"name":"alljoyn_interfacedescription_addannotation","features":[365]},{"name":"alljoyn_interfacedescription_addargannotation","features":[365]},{"name":"alljoyn_interfacedescription_addmember","features":[365]},{"name":"alljoyn_interfacedescription_addmemberannotation","features":[365]},{"name":"alljoyn_interfacedescription_addmethod","features":[365]},{"name":"alljoyn_interfacedescription_addproperty","features":[365]},{"name":"alljoyn_interfacedescription_addpropertyannotation","features":[365]},{"name":"alljoyn_interfacedescription_addsignal","features":[365]},{"name":"alljoyn_interfacedescription_eql","features":[365]},{"name":"alljoyn_interfacedescription_getannotation","features":[365]},{"name":"alljoyn_interfacedescription_getannotationatindex","features":[365]},{"name":"alljoyn_interfacedescription_getannotationscount","features":[365]},{"name":"alljoyn_interfacedescription_getargdescriptionforlanguage","features":[365]},{"name":"alljoyn_interfacedescription_getdescriptionforlanguage","features":[365]},{"name":"alljoyn_interfacedescription_getdescriptionlanguages","features":[365]},{"name":"alljoyn_interfacedescription_getdescriptionlanguages2","features":[365]},{"name":"alljoyn_interfacedescription_getdescriptiontranslationcallback","features":[365]},{"name":"alljoyn_interfacedescription_getmember","features":[365]},{"name":"alljoyn_interfacedescription_getmemberannotation","features":[365]},{"name":"alljoyn_interfacedescription_getmemberargannotation","features":[365]},{"name":"alljoyn_interfacedescription_getmemberdescriptionforlanguage","features":[365]},{"name":"alljoyn_interfacedescription_getmembers","features":[365]},{"name":"alljoyn_interfacedescription_getmethod","features":[365]},{"name":"alljoyn_interfacedescription_getname","features":[365]},{"name":"alljoyn_interfacedescription_getproperties","features":[365]},{"name":"alljoyn_interfacedescription_getproperty","features":[365]},{"name":"alljoyn_interfacedescription_getpropertyannotation","features":[365]},{"name":"alljoyn_interfacedescription_getpropertydescriptionforlanguage","features":[365]},{"name":"alljoyn_interfacedescription_getsecuritypolicy","features":[365]},{"name":"alljoyn_interfacedescription_getsignal","features":[365]},{"name":"alljoyn_interfacedescription_hasdescription","features":[365]},{"name":"alljoyn_interfacedescription_hasmember","features":[365]},{"name":"alljoyn_interfacedescription_hasproperties","features":[365]},{"name":"alljoyn_interfacedescription_hasproperty","features":[365]},{"name":"alljoyn_interfacedescription_introspect","features":[365]},{"name":"alljoyn_interfacedescription_issecure","features":[365]},{"name":"alljoyn_interfacedescription_member","features":[365]},{"name":"alljoyn_interfacedescription_member_eql","features":[365]},{"name":"alljoyn_interfacedescription_member_getannotation","features":[365]},{"name":"alljoyn_interfacedescription_member_getannotationatindex","features":[365]},{"name":"alljoyn_interfacedescription_member_getannotationscount","features":[365]},{"name":"alljoyn_interfacedescription_member_getargannotation","features":[365]},{"name":"alljoyn_interfacedescription_member_getargannotationatindex","features":[365]},{"name":"alljoyn_interfacedescription_member_getargannotationscount","features":[365]},{"name":"alljoyn_interfacedescription_property","features":[365]},{"name":"alljoyn_interfacedescription_property_eql","features":[365]},{"name":"alljoyn_interfacedescription_property_getannotation","features":[365]},{"name":"alljoyn_interfacedescription_property_getannotationatindex","features":[365]},{"name":"alljoyn_interfacedescription_property_getannotationscount","features":[365]},{"name":"alljoyn_interfacedescription_securitypolicy","features":[365]},{"name":"alljoyn_interfacedescription_setargdescription","features":[365]},{"name":"alljoyn_interfacedescription_setargdescriptionforlanguage","features":[365]},{"name":"alljoyn_interfacedescription_setdescription","features":[365]},{"name":"alljoyn_interfacedescription_setdescriptionforlanguage","features":[365]},{"name":"alljoyn_interfacedescription_setdescriptionlanguage","features":[365]},{"name":"alljoyn_interfacedescription_setdescriptiontranslationcallback","features":[365]},{"name":"alljoyn_interfacedescription_setmemberdescription","features":[365]},{"name":"alljoyn_interfacedescription_setmemberdescriptionforlanguage","features":[365]},{"name":"alljoyn_interfacedescription_setpropertydescription","features":[365]},{"name":"alljoyn_interfacedescription_setpropertydescriptionforlanguage","features":[365]},{"name":"alljoyn_interfacedescription_translation_callback_ptr","features":[365]},{"name":"alljoyn_keystore","features":[365]},{"name":"alljoyn_keystorelistener","features":[365]},{"name":"alljoyn_keystorelistener_acquireexclusivelock_ptr","features":[365]},{"name":"alljoyn_keystorelistener_callbacks","features":[365]},{"name":"alljoyn_keystorelistener_create","features":[365]},{"name":"alljoyn_keystorelistener_destroy","features":[365]},{"name":"alljoyn_keystorelistener_getkeys","features":[365]},{"name":"alljoyn_keystorelistener_loadrequest_ptr","features":[365]},{"name":"alljoyn_keystorelistener_putkeys","features":[365]},{"name":"alljoyn_keystorelistener_releaseexclusivelock_ptr","features":[365]},{"name":"alljoyn_keystorelistener_storerequest_ptr","features":[365]},{"name":"alljoyn_keystorelistener_with_synchronization_callbacks","features":[365]},{"name":"alljoyn_keystorelistener_with_synchronization_create","features":[365]},{"name":"alljoyn_manifestarray","features":[365]},{"name":"alljoyn_message","features":[365]},{"name":"alljoyn_message_create","features":[365]},{"name":"alljoyn_message_description","features":[365]},{"name":"alljoyn_message_destroy","features":[365]},{"name":"alljoyn_message_eql","features":[365]},{"name":"alljoyn_message_getarg","features":[365]},{"name":"alljoyn_message_getargs","features":[365]},{"name":"alljoyn_message_getauthmechanism","features":[365]},{"name":"alljoyn_message_getcallserial","features":[365]},{"name":"alljoyn_message_getcompressiontoken","features":[365]},{"name":"alljoyn_message_getdestination","features":[365]},{"name":"alljoyn_message_geterrorname","features":[365]},{"name":"alljoyn_message_getflags","features":[365]},{"name":"alljoyn_message_getinterface","features":[365]},{"name":"alljoyn_message_getmembername","features":[365]},{"name":"alljoyn_message_getobjectpath","features":[365]},{"name":"alljoyn_message_getreceiveendpointname","features":[365]},{"name":"alljoyn_message_getreplyserial","features":[365]},{"name":"alljoyn_message_getsender","features":[365]},{"name":"alljoyn_message_getsessionid","features":[365]},{"name":"alljoyn_message_getsignature","features":[365]},{"name":"alljoyn_message_gettimestamp","features":[365]},{"name":"alljoyn_message_gettype","features":[365]},{"name":"alljoyn_message_isbroadcastsignal","features":[365]},{"name":"alljoyn_message_isencrypted","features":[365]},{"name":"alljoyn_message_isexpired","features":[365]},{"name":"alljoyn_message_isglobalbroadcast","features":[365]},{"name":"alljoyn_message_issessionless","features":[365]},{"name":"alljoyn_message_isunreliable","features":[365]},{"name":"alljoyn_message_parseargs","features":[365]},{"name":"alljoyn_message_setendianess","features":[365]},{"name":"alljoyn_message_tostring","features":[365]},{"name":"alljoyn_messagereceiver_methodhandler_ptr","features":[365]},{"name":"alljoyn_messagereceiver_replyhandler_ptr","features":[365]},{"name":"alljoyn_messagereceiver_signalhandler_ptr","features":[365]},{"name":"alljoyn_messagetype","features":[365]},{"name":"alljoyn_msgarg","features":[365]},{"name":"alljoyn_msgarg_array_create","features":[365]},{"name":"alljoyn_msgarg_array_element","features":[365]},{"name":"alljoyn_msgarg_array_get","features":[365]},{"name":"alljoyn_msgarg_array_set","features":[365]},{"name":"alljoyn_msgarg_array_set_offset","features":[365]},{"name":"alljoyn_msgarg_array_signature","features":[365]},{"name":"alljoyn_msgarg_array_tostring","features":[365]},{"name":"alljoyn_msgarg_clear","features":[365]},{"name":"alljoyn_msgarg_clone","features":[365]},{"name":"alljoyn_msgarg_copy","features":[365]},{"name":"alljoyn_msgarg_create","features":[365]},{"name":"alljoyn_msgarg_create_and_set","features":[365]},{"name":"alljoyn_msgarg_destroy","features":[365]},{"name":"alljoyn_msgarg_equal","features":[365]},{"name":"alljoyn_msgarg_get","features":[365]},{"name":"alljoyn_msgarg_get_array_element","features":[365]},{"name":"alljoyn_msgarg_get_array_elementsignature","features":[365]},{"name":"alljoyn_msgarg_get_array_numberofelements","features":[365]},{"name":"alljoyn_msgarg_get_bool","features":[365]},{"name":"alljoyn_msgarg_get_bool_array","features":[365]},{"name":"alljoyn_msgarg_get_double","features":[365]},{"name":"alljoyn_msgarg_get_double_array","features":[365]},{"name":"alljoyn_msgarg_get_int16","features":[365]},{"name":"alljoyn_msgarg_get_int16_array","features":[365]},{"name":"alljoyn_msgarg_get_int32","features":[365]},{"name":"alljoyn_msgarg_get_int32_array","features":[365]},{"name":"alljoyn_msgarg_get_int64","features":[365]},{"name":"alljoyn_msgarg_get_int64_array","features":[365]},{"name":"alljoyn_msgarg_get_objectpath","features":[365]},{"name":"alljoyn_msgarg_get_signature","features":[365]},{"name":"alljoyn_msgarg_get_string","features":[365]},{"name":"alljoyn_msgarg_get_uint16","features":[365]},{"name":"alljoyn_msgarg_get_uint16_array","features":[365]},{"name":"alljoyn_msgarg_get_uint32","features":[365]},{"name":"alljoyn_msgarg_get_uint32_array","features":[365]},{"name":"alljoyn_msgarg_get_uint64","features":[365]},{"name":"alljoyn_msgarg_get_uint64_array","features":[365]},{"name":"alljoyn_msgarg_get_uint8","features":[365]},{"name":"alljoyn_msgarg_get_uint8_array","features":[365]},{"name":"alljoyn_msgarg_get_variant","features":[365]},{"name":"alljoyn_msgarg_get_variant_array","features":[365]},{"name":"alljoyn_msgarg_getdictelement","features":[365]},{"name":"alljoyn_msgarg_getkey","features":[365]},{"name":"alljoyn_msgarg_getmember","features":[365]},{"name":"alljoyn_msgarg_getnummembers","features":[365]},{"name":"alljoyn_msgarg_gettype","features":[365]},{"name":"alljoyn_msgarg_getvalue","features":[365]},{"name":"alljoyn_msgarg_hassignature","features":[365]},{"name":"alljoyn_msgarg_set","features":[365]},{"name":"alljoyn_msgarg_set_and_stabilize","features":[365]},{"name":"alljoyn_msgarg_set_bool","features":[365]},{"name":"alljoyn_msgarg_set_bool_array","features":[365]},{"name":"alljoyn_msgarg_set_double","features":[365]},{"name":"alljoyn_msgarg_set_double_array","features":[365]},{"name":"alljoyn_msgarg_set_int16","features":[365]},{"name":"alljoyn_msgarg_set_int16_array","features":[365]},{"name":"alljoyn_msgarg_set_int32","features":[365]},{"name":"alljoyn_msgarg_set_int32_array","features":[365]},{"name":"alljoyn_msgarg_set_int64","features":[365]},{"name":"alljoyn_msgarg_set_int64_array","features":[365]},{"name":"alljoyn_msgarg_set_objectpath","features":[365]},{"name":"alljoyn_msgarg_set_objectpath_array","features":[365]},{"name":"alljoyn_msgarg_set_signature","features":[365]},{"name":"alljoyn_msgarg_set_signature_array","features":[365]},{"name":"alljoyn_msgarg_set_string","features":[365]},{"name":"alljoyn_msgarg_set_string_array","features":[365]},{"name":"alljoyn_msgarg_set_uint16","features":[365]},{"name":"alljoyn_msgarg_set_uint16_array","features":[365]},{"name":"alljoyn_msgarg_set_uint32","features":[365]},{"name":"alljoyn_msgarg_set_uint32_array","features":[365]},{"name":"alljoyn_msgarg_set_uint64","features":[365]},{"name":"alljoyn_msgarg_set_uint64_array","features":[365]},{"name":"alljoyn_msgarg_set_uint8","features":[365]},{"name":"alljoyn_msgarg_set_uint8_array","features":[365]},{"name":"alljoyn_msgarg_setdictentry","features":[365]},{"name":"alljoyn_msgarg_setstruct","features":[365]},{"name":"alljoyn_msgarg_signature","features":[365]},{"name":"alljoyn_msgarg_stabilize","features":[365]},{"name":"alljoyn_msgarg_tostring","features":[365]},{"name":"alljoyn_observer","features":[365]},{"name":"alljoyn_observer_create","features":[365]},{"name":"alljoyn_observer_destroy","features":[365]},{"name":"alljoyn_observer_get","features":[365]},{"name":"alljoyn_observer_getfirst","features":[365]},{"name":"alljoyn_observer_getnext","features":[365]},{"name":"alljoyn_observer_object_discovered_ptr","features":[365]},{"name":"alljoyn_observer_object_lost_ptr","features":[365]},{"name":"alljoyn_observer_registerlistener","features":[365]},{"name":"alljoyn_observer_unregisteralllisteners","features":[365]},{"name":"alljoyn_observer_unregisterlistener","features":[365]},{"name":"alljoyn_observerlistener","features":[365]},{"name":"alljoyn_observerlistener_callback","features":[365]},{"name":"alljoyn_observerlistener_create","features":[365]},{"name":"alljoyn_observerlistener_destroy","features":[365]},{"name":"alljoyn_passwordmanager_setcredentials","features":[365]},{"name":"alljoyn_permissionconfigurationlistener","features":[365]},{"name":"alljoyn_permissionconfigurationlistener_callbacks","features":[365]},{"name":"alljoyn_permissionconfigurationlistener_create","features":[365]},{"name":"alljoyn_permissionconfigurationlistener_destroy","features":[365]},{"name":"alljoyn_permissionconfigurationlistener_endmanagement_ptr","features":[365]},{"name":"alljoyn_permissionconfigurationlistener_factoryreset_ptr","features":[365]},{"name":"alljoyn_permissionconfigurationlistener_policychanged_ptr","features":[365]},{"name":"alljoyn_permissionconfigurationlistener_startmanagement_ptr","features":[365]},{"name":"alljoyn_permissionconfigurator","features":[365]},{"name":"alljoyn_permissionconfigurator_certificatechain_destroy","features":[365]},{"name":"alljoyn_permissionconfigurator_certificateid_cleanup","features":[365]},{"name":"alljoyn_permissionconfigurator_certificateidarray_cleanup","features":[365]},{"name":"alljoyn_permissionconfigurator_claim","features":[365]},{"name":"alljoyn_permissionconfigurator_endmanagement","features":[365]},{"name":"alljoyn_permissionconfigurator_getapplicationstate","features":[365]},{"name":"alljoyn_permissionconfigurator_getclaimcapabilities","features":[365]},{"name":"alljoyn_permissionconfigurator_getclaimcapabilitiesadditionalinfo","features":[365]},{"name":"alljoyn_permissionconfigurator_getdefaultclaimcapabilities","features":[365]},{"name":"alljoyn_permissionconfigurator_getdefaultpolicy","features":[365]},{"name":"alljoyn_permissionconfigurator_getidentity","features":[365]},{"name":"alljoyn_permissionconfigurator_getidentitycertificateid","features":[365]},{"name":"alljoyn_permissionconfigurator_getmanifests","features":[365]},{"name":"alljoyn_permissionconfigurator_getmanifesttemplate","features":[365]},{"name":"alljoyn_permissionconfigurator_getmembershipsummaries","features":[365]},{"name":"alljoyn_permissionconfigurator_getpolicy","features":[365]},{"name":"alljoyn_permissionconfigurator_getpublickey","features":[365]},{"name":"alljoyn_permissionconfigurator_installmanifests","features":[365]},{"name":"alljoyn_permissionconfigurator_installmembership","features":[365]},{"name":"alljoyn_permissionconfigurator_manifestarray_cleanup","features":[365]},{"name":"alljoyn_permissionconfigurator_manifesttemplate_destroy","features":[365]},{"name":"alljoyn_permissionconfigurator_policy_destroy","features":[365]},{"name":"alljoyn_permissionconfigurator_publickey_destroy","features":[365]},{"name":"alljoyn_permissionconfigurator_removemembership","features":[365]},{"name":"alljoyn_permissionconfigurator_reset","features":[365]},{"name":"alljoyn_permissionconfigurator_resetpolicy","features":[365]},{"name":"alljoyn_permissionconfigurator_setapplicationstate","features":[365]},{"name":"alljoyn_permissionconfigurator_setclaimcapabilities","features":[365]},{"name":"alljoyn_permissionconfigurator_setclaimcapabilitiesadditionalinfo","features":[365]},{"name":"alljoyn_permissionconfigurator_setmanifesttemplatefromxml","features":[365]},{"name":"alljoyn_permissionconfigurator_startmanagement","features":[365]},{"name":"alljoyn_permissionconfigurator_updateidentity","features":[365]},{"name":"alljoyn_permissionconfigurator_updatepolicy","features":[365]},{"name":"alljoyn_pinglistener","features":[365]},{"name":"alljoyn_pinglistener_callback","features":[365]},{"name":"alljoyn_pinglistener_create","features":[365]},{"name":"alljoyn_pinglistener_destroy","features":[365]},{"name":"alljoyn_proxybusobject","features":[365]},{"name":"alljoyn_proxybusobject_addchild","features":[365]},{"name":"alljoyn_proxybusobject_addinterface","features":[365]},{"name":"alljoyn_proxybusobject_addinterface_by_name","features":[365]},{"name":"alljoyn_proxybusobject_copy","features":[365]},{"name":"alljoyn_proxybusobject_create","features":[365]},{"name":"alljoyn_proxybusobject_create_secure","features":[365]},{"name":"alljoyn_proxybusobject_destroy","features":[365]},{"name":"alljoyn_proxybusobject_enablepropertycaching","features":[365]},{"name":"alljoyn_proxybusobject_getallproperties","features":[365]},{"name":"alljoyn_proxybusobject_getallpropertiesasync","features":[365]},{"name":"alljoyn_proxybusobject_getchild","features":[365]},{"name":"alljoyn_proxybusobject_getchildren","features":[365]},{"name":"alljoyn_proxybusobject_getinterface","features":[365]},{"name":"alljoyn_proxybusobject_getinterfaces","features":[365]},{"name":"alljoyn_proxybusobject_getpath","features":[365]},{"name":"alljoyn_proxybusobject_getproperty","features":[365]},{"name":"alljoyn_proxybusobject_getpropertyasync","features":[365]},{"name":"alljoyn_proxybusobject_getservicename","features":[365]},{"name":"alljoyn_proxybusobject_getsessionid","features":[365]},{"name":"alljoyn_proxybusobject_getuniquename","features":[365]},{"name":"alljoyn_proxybusobject_implementsinterface","features":[365]},{"name":"alljoyn_proxybusobject_introspectremoteobject","features":[365]},{"name":"alljoyn_proxybusobject_introspectremoteobjectasync","features":[365]},{"name":"alljoyn_proxybusobject_issecure","features":[365]},{"name":"alljoyn_proxybusobject_isvalid","features":[365]},{"name":"alljoyn_proxybusobject_listener_getallpropertiescb_ptr","features":[365]},{"name":"alljoyn_proxybusobject_listener_getpropertycb_ptr","features":[365]},{"name":"alljoyn_proxybusobject_listener_introspectcb_ptr","features":[365]},{"name":"alljoyn_proxybusobject_listener_propertieschanged_ptr","features":[365]},{"name":"alljoyn_proxybusobject_listener_setpropertycb_ptr","features":[365]},{"name":"alljoyn_proxybusobject_methodcall","features":[365]},{"name":"alljoyn_proxybusobject_methodcall_member","features":[365]},{"name":"alljoyn_proxybusobject_methodcall_member_noreply","features":[365]},{"name":"alljoyn_proxybusobject_methodcall_noreply","features":[365]},{"name":"alljoyn_proxybusobject_methodcallasync","features":[365]},{"name":"alljoyn_proxybusobject_methodcallasync_member","features":[365]},{"name":"alljoyn_proxybusobject_parsexml","features":[365]},{"name":"alljoyn_proxybusobject_ref","features":[365]},{"name":"alljoyn_proxybusobject_ref_create","features":[365]},{"name":"alljoyn_proxybusobject_ref_decref","features":[365]},{"name":"alljoyn_proxybusobject_ref_get","features":[365]},{"name":"alljoyn_proxybusobject_ref_incref","features":[365]},{"name":"alljoyn_proxybusobject_registerpropertieschangedlistener","features":[365]},{"name":"alljoyn_proxybusobject_removechild","features":[365]},{"name":"alljoyn_proxybusobject_secureconnection","features":[365]},{"name":"alljoyn_proxybusobject_secureconnectionasync","features":[365]},{"name":"alljoyn_proxybusobject_setproperty","features":[365]},{"name":"alljoyn_proxybusobject_setpropertyasync","features":[365]},{"name":"alljoyn_proxybusobject_unregisterpropertieschangedlistener","features":[365]},{"name":"alljoyn_routerinit","features":[365]},{"name":"alljoyn_routerinitwithconfig","features":[365]},{"name":"alljoyn_routershutdown","features":[365]},{"name":"alljoyn_securityapplicationproxy","features":[365]},{"name":"alljoyn_securityapplicationproxy_claim","features":[365]},{"name":"alljoyn_securityapplicationproxy_computemanifestdigest","features":[365]},{"name":"alljoyn_securityapplicationproxy_create","features":[365]},{"name":"alljoyn_securityapplicationproxy_destroy","features":[365]},{"name":"alljoyn_securityapplicationproxy_digest_destroy","features":[365]},{"name":"alljoyn_securityapplicationproxy_eccpublickey_destroy","features":[365]},{"name":"alljoyn_securityapplicationproxy_endmanagement","features":[365]},{"name":"alljoyn_securityapplicationproxy_getapplicationstate","features":[365]},{"name":"alljoyn_securityapplicationproxy_getclaimcapabilities","features":[365]},{"name":"alljoyn_securityapplicationproxy_getclaimcapabilitiesadditionalinfo","features":[365]},{"name":"alljoyn_securityapplicationproxy_getdefaultpolicy","features":[365]},{"name":"alljoyn_securityapplicationproxy_geteccpublickey","features":[365]},{"name":"alljoyn_securityapplicationproxy_getmanifesttemplate","features":[365]},{"name":"alljoyn_securityapplicationproxy_getpermissionmanagementsessionport","features":[365]},{"name":"alljoyn_securityapplicationproxy_getpolicy","features":[365]},{"name":"alljoyn_securityapplicationproxy_installmembership","features":[365]},{"name":"alljoyn_securityapplicationproxy_manifest_destroy","features":[365]},{"name":"alljoyn_securityapplicationproxy_manifesttemplate_destroy","features":[365]},{"name":"alljoyn_securityapplicationproxy_policy_destroy","features":[365]},{"name":"alljoyn_securityapplicationproxy_reset","features":[365]},{"name":"alljoyn_securityapplicationproxy_resetpolicy","features":[365]},{"name":"alljoyn_securityapplicationproxy_setmanifestsignature","features":[365]},{"name":"alljoyn_securityapplicationproxy_signmanifest","features":[365]},{"name":"alljoyn_securityapplicationproxy_startmanagement","features":[365]},{"name":"alljoyn_securityapplicationproxy_updateidentity","features":[365]},{"name":"alljoyn_securityapplicationproxy_updatepolicy","features":[365]},{"name":"alljoyn_sessionlistener","features":[365]},{"name":"alljoyn_sessionlistener_callbacks","features":[365]},{"name":"alljoyn_sessionlistener_create","features":[365]},{"name":"alljoyn_sessionlistener_destroy","features":[365]},{"name":"alljoyn_sessionlistener_sessionlost_ptr","features":[365]},{"name":"alljoyn_sessionlistener_sessionmemberadded_ptr","features":[365]},{"name":"alljoyn_sessionlistener_sessionmemberremoved_ptr","features":[365]},{"name":"alljoyn_sessionlostreason","features":[365]},{"name":"alljoyn_sessionopts","features":[365]},{"name":"alljoyn_sessionopts_cmp","features":[365]},{"name":"alljoyn_sessionopts_create","features":[365]},{"name":"alljoyn_sessionopts_destroy","features":[365]},{"name":"alljoyn_sessionopts_get_multipoint","features":[365]},{"name":"alljoyn_sessionopts_get_proximity","features":[365]},{"name":"alljoyn_sessionopts_get_traffic","features":[365]},{"name":"alljoyn_sessionopts_get_transports","features":[365]},{"name":"alljoyn_sessionopts_iscompatible","features":[365]},{"name":"alljoyn_sessionopts_set_multipoint","features":[365]},{"name":"alljoyn_sessionopts_set_proximity","features":[365]},{"name":"alljoyn_sessionopts_set_traffic","features":[365]},{"name":"alljoyn_sessionopts_set_transports","features":[365]},{"name":"alljoyn_sessionportlistener","features":[365]},{"name":"alljoyn_sessionportlistener_acceptsessionjoiner_ptr","features":[365]},{"name":"alljoyn_sessionportlistener_callbacks","features":[365]},{"name":"alljoyn_sessionportlistener_create","features":[365]},{"name":"alljoyn_sessionportlistener_destroy","features":[365]},{"name":"alljoyn_sessionportlistener_sessionjoined_ptr","features":[365]},{"name":"alljoyn_shutdown","features":[365]},{"name":"alljoyn_typeid","features":[365]},{"name":"alljoyn_unity_deferred_callbacks_process","features":[365]},{"name":"alljoyn_unity_set_deferred_callback_mainthread_only","features":[365]}],"372":[{"name":"BEEP_FREQUENCY_MAXIMUM","features":[366]},{"name":"BEEP_FREQUENCY_MINIMUM","features":[366]},{"name":"BEEP_SET_PARAMETERS","features":[366]},{"name":"DD_BEEP_DEVICE_NAME","features":[366]},{"name":"DD_BEEP_DEVICE_NAME_U","features":[366]},{"name":"IOCTL_BEEP_SET","features":[366]}],"373":[{"name":"FACILITY_NONE","features":[367]},{"name":"FACILITY_WINBIO","features":[367]},{"name":"GUID_DEVINTERFACE_BIOMETRIC_READER","features":[367]},{"name":"IOCTL_BIOMETRIC_VENDOR","features":[367]},{"name":"PIBIO_ENGINE_ACCEPT_PRIVATE_SENSOR_TYPE_INFO_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_ACCEPT_SAMPLE_DATA_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_ACTIVATE_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_ATTACH_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_CHECK_FOR_DUPLICATE_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_CLEAR_CONTEXT_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_COMMIT_ENROLLMENT_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_CONTROL_UNIT_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_CONTROL_UNIT_PRIVILEGED_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_CREATE_ENROLLMENT_AUTHENTICATED_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_CREATE_ENROLLMENT_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_CREATE_KEY_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_DEACTIVATE_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_DETACH_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_DISCARD_ENROLLMENT_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_EXPORT_ENGINE_DATA_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_GET_ENROLLMENT_HASH_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_GET_ENROLLMENT_STATUS_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_IDENTIFY_ALL_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_AUTHENTICATED_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_IDENTIFY_FEATURE_SET_SECURE_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_NOTIFY_POWER_CHANGE_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_PIPELINE_CLEANUP_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_PIPELINE_INIT_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_QUERY_CALIBRATION_DATA_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_QUERY_EXTENDED_ENROLLMENT_STATUS_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_QUERY_EXTENDED_INFO_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_QUERY_HASH_ALGORITHMS_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_QUERY_INDEX_VECTOR_SIZE_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_QUERY_PREFERRED_FORMAT_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_QUERY_SAMPLE_HINT_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_REFRESH_CACHE_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_RESERVED_1_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_SELECT_CALIBRATION_FORMAT_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_SET_ACCOUNT_POLICY_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_SET_ENROLLMENT_SELECTOR_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_SET_HASH_ALGORITHM_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_UPDATE_ENROLLMENT_FN","features":[367,305,311]},{"name":"PIBIO_ENGINE_VERIFY_FEATURE_SET_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_ALLOCATE_MEMORY_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_FREE_MEMORY_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_GET_PROPERTY_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_LOCK_AND_VALIDATE_SECURE_BUFFER_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_RELEASE_SECURE_BUFFER_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_SET_UNIT_STATUS_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_CLEAR_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_BEGIN_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_END_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_NEXT_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_BEGIN_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_END_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_NEXT_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_DECRYPT_SAMPLE_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_QUERY_AUTHORIZED_ENROLLMENTS_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_1_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_2_FN","features":[367,305,311]},{"name":"PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_3_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_ACCEPT_CALIBRATION_DATA_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_ACTIVATE_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_ASYNC_IMPORT_RAW_BUFFER_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_ASYNC_IMPORT_SECURE_BUFFER_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_ATTACH_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_CANCEL_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_CLEAR_CONTEXT_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_CONNECT_SECURE_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_CONTROL_UNIT_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_CONTROL_UNIT_PRIVILEGED_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_DEACTIVATE_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_DETACH_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_EXPORT_SENSOR_DATA_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_FINISH_CAPTURE_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_FINISH_NOTIFY_WAKE_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_GET_INDICATOR_STATUS_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_NOTIFY_POWER_CHANGE_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_PIPELINE_CLEANUP_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_PIPELINE_INIT_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_PUSH_DATA_TO_ENGINE_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_QUERY_CALIBRATION_FORMATS_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_QUERY_EXTENDED_INFO_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_QUERY_PRIVATE_SENSOR_TYPE_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_QUERY_STATUS_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_RESET_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_SET_CALIBRATION_FORMAT_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_SET_INDICATOR_STATUS_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_SET_MODE_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_START_CAPTURE_EX_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_START_CAPTURE_FN","features":[367,305,311]},{"name":"PIBIO_SENSOR_START_NOTIFY_WAKE_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_ACTIVATE_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_ADD_RECORD_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_ATTACH_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_CLEAR_CONTEXT_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_CLOSE_DATABASE_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_CONTROL_UNIT_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_CONTROL_UNIT_PRIVILEGED_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_CREATE_DATABASE_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_DEACTIVATE_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_DELETE_RECORD_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_DETACH_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_ERASE_DATABASE_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_FIRST_RECORD_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_GET_CURRENT_RECORD_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_GET_DATABASE_SIZE_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_GET_DATA_FORMAT_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_GET_RECORD_COUNT_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_NEXT_RECORD_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_NOTIFY_DATABASE_CHANGE_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_NOTIFY_POWER_CHANGE_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_OPEN_DATABASE_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_PIPELINE_CLEANUP_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_PIPELINE_INIT_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_QUERY_BY_CONTENT_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_QUERY_BY_SUBJECT_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_QUERY_EXTENDED_INFO_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_RESERVED_1_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_RESERVED_2_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_UPDATE_RECORD_BEGIN_FN","features":[367,305,311]},{"name":"PIBIO_STORAGE_UPDATE_RECORD_COMMIT_FN","features":[367,305,311]},{"name":"PWINBIO_ASYNC_COMPLETION_CALLBACK","features":[367,305]},{"name":"PWINBIO_CAPTURE_CALLBACK","features":[367]},{"name":"PWINBIO_ENROLL_CAPTURE_CALLBACK","features":[367]},{"name":"PWINBIO_EVENT_CALLBACK","features":[367]},{"name":"PWINBIO_IDENTIFY_CALLBACK","features":[367]},{"name":"PWINBIO_LOCATE_SENSOR_CALLBACK","features":[367]},{"name":"PWINBIO_QUERY_ENGINE_INTERFACE_FN","features":[367,305,311]},{"name":"PWINBIO_QUERY_SENSOR_INTERFACE_FN","features":[367,305,311]},{"name":"PWINBIO_QUERY_STORAGE_INTERFACE_FN","features":[367,305,311]},{"name":"PWINBIO_VERIFY_CALLBACK","features":[367,305]},{"name":"WINBIO_ACCOUNT_POLICY","features":[367]},{"name":"WINBIO_ADAPTER_INTERFACE_VERSION","features":[367]},{"name":"WINBIO_ANSI_381_IMG_BIT_PACKED","features":[367]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_JPEG","features":[367]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_JPEG2000","features":[367]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_PNG","features":[367]},{"name":"WINBIO_ANSI_381_IMG_COMPRESSED_WSQ","features":[367]},{"name":"WINBIO_ANSI_381_IMG_UNCOMPRESSED","features":[367]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LATENT","features":[367]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_CONTACTLESS","features":[367]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_PLAIN","features":[367]},{"name":"WINBIO_ANSI_381_IMP_TYPE_LIVE_SCAN_ROLLED","features":[367]},{"name":"WINBIO_ANSI_381_IMP_TYPE_NONLIVE_SCAN_PLAIN","features":[367]},{"name":"WINBIO_ANSI_381_IMP_TYPE_NONLIVE_SCAN_ROLLED","features":[367]},{"name":"WINBIO_ANSI_381_IMP_TYPE_SWIPE","features":[367]},{"name":"WINBIO_ANSI_381_PIXELS_PER_CM","features":[367]},{"name":"WINBIO_ANSI_381_PIXELS_PER_INCH","features":[367]},{"name":"WINBIO_ANTI_SPOOF_DISABLE","features":[367]},{"name":"WINBIO_ANTI_SPOOF_ENABLE","features":[367]},{"name":"WINBIO_ANTI_SPOOF_POLICY","features":[367]},{"name":"WINBIO_ANTI_SPOOF_POLICY_ACTION","features":[367]},{"name":"WINBIO_ANTI_SPOOF_REMOVE","features":[367]},{"name":"WINBIO_ASYNC_NOTIFICATION_METHOD","features":[367]},{"name":"WINBIO_ASYNC_NOTIFY_CALLBACK","features":[367]},{"name":"WINBIO_ASYNC_NOTIFY_MAXIMUM_VALUE","features":[367]},{"name":"WINBIO_ASYNC_NOTIFY_MESSAGE","features":[367]},{"name":"WINBIO_ASYNC_NOTIFY_NONE","features":[367]},{"name":"WINBIO_ASYNC_RESULT","features":[367,305]},{"name":"WINBIO_BDB_ANSI_381_HEADER","features":[367]},{"name":"WINBIO_BDB_ANSI_381_RECORD","features":[367]},{"name":"WINBIO_BIR","features":[367]},{"name":"WINBIO_BIR_ALGIN_SIZE","features":[367]},{"name":"WINBIO_BIR_ALIGN_SIZE","features":[367]},{"name":"WINBIO_BIR_DATA","features":[367]},{"name":"WINBIO_BIR_HEADER","features":[367]},{"name":"WINBIO_BLANK_PAYLOAD","features":[367]},{"name":"WINBIO_BSP_SCHEMA","features":[367]},{"name":"WINBIO_CALIBRATION_INFO","features":[367]},{"name":"WINBIO_CAPTURE_DATA","features":[367]},{"name":"WINBIO_CAPTURE_PARAMETERS","features":[367]},{"name":"WINBIO_COMPONENT","features":[367]},{"name":"WINBIO_COMPONENT_ENGINE","features":[367]},{"name":"WINBIO_COMPONENT_SENSOR","features":[367]},{"name":"WINBIO_COMPONENT_STORAGE","features":[367]},{"name":"WINBIO_CREDENTIAL_ALL","features":[367]},{"name":"WINBIO_CREDENTIAL_FORMAT","features":[367]},{"name":"WINBIO_CREDENTIAL_NOT_SET","features":[367]},{"name":"WINBIO_CREDENTIAL_PASSWORD","features":[367]},{"name":"WINBIO_CREDENTIAL_SET","features":[367]},{"name":"WINBIO_CREDENTIAL_STATE","features":[367]},{"name":"WINBIO_CREDENTIAL_TYPE","features":[367]},{"name":"WINBIO_DATA","features":[367]},{"name":"WINBIO_DATA_FLAG_INTEGRITY","features":[367]},{"name":"WINBIO_DATA_FLAG_INTERMEDIATE","features":[367]},{"name":"WINBIO_DATA_FLAG_OPTION_MASK_PRESENT","features":[367]},{"name":"WINBIO_DATA_FLAG_PRIVACY","features":[367]},{"name":"WINBIO_DATA_FLAG_PROCESSED","features":[367]},{"name":"WINBIO_DATA_FLAG_RAW","features":[367]},{"name":"WINBIO_DATA_FLAG_SIGNED","features":[367]},{"name":"WINBIO_DIAGNOSTICS","features":[367]},{"name":"WINBIO_ENCRYPTED_CAPTURE_PARAMS","features":[367]},{"name":"WINBIO_ENGINE_INTERFACE","features":[367,305,311]},{"name":"WINBIO_EVENT","features":[367]},{"name":"WINBIO_EXTENDED_ENGINE_INFO","features":[367]},{"name":"WINBIO_EXTENDED_ENROLLMENT_PARAMETERS","features":[367]},{"name":"WINBIO_EXTENDED_ENROLLMENT_STATUS","features":[367,305]},{"name":"WINBIO_EXTENDED_SENSOR_INFO","features":[367,305]},{"name":"WINBIO_EXTENDED_STORAGE_INFO","features":[367]},{"name":"WINBIO_EXTENDED_UNIT_STATUS","features":[367]},{"name":"WINBIO_E_ADAPTER_INTEGRITY_FAILURE","features":[367]},{"name":"WINBIO_E_AUTO_LOGON_DISABLED","features":[367]},{"name":"WINBIO_E_BAD_CAPTURE","features":[367]},{"name":"WINBIO_E_CALIBRATION_BUFFER_INVALID","features":[367]},{"name":"WINBIO_E_CALIBRATION_BUFFER_TOO_LARGE","features":[367]},{"name":"WINBIO_E_CALIBRATION_BUFFER_TOO_SMALL","features":[367]},{"name":"WINBIO_E_CANCELED","features":[367]},{"name":"WINBIO_E_CAPTURE_ABORTED","features":[367]},{"name":"WINBIO_E_CONFIGURATION_FAILURE","features":[367]},{"name":"WINBIO_E_CRED_PROV_DISABLED","features":[367]},{"name":"WINBIO_E_CRED_PROV_NO_CREDENTIAL","features":[367]},{"name":"WINBIO_E_CRED_PROV_SECURITY_LOCKOUT","features":[367]},{"name":"WINBIO_E_DATABASE_ALREADY_EXISTS","features":[367]},{"name":"WINBIO_E_DATABASE_BAD_INDEX_VECTOR","features":[367]},{"name":"WINBIO_E_DATABASE_CANT_CLOSE","features":[367]},{"name":"WINBIO_E_DATABASE_CANT_CREATE","features":[367]},{"name":"WINBIO_E_DATABASE_CANT_ERASE","features":[367]},{"name":"WINBIO_E_DATABASE_CANT_FIND","features":[367]},{"name":"WINBIO_E_DATABASE_CANT_OPEN","features":[367]},{"name":"WINBIO_E_DATABASE_CORRUPTED","features":[367]},{"name":"WINBIO_E_DATABASE_EOF","features":[367]},{"name":"WINBIO_E_DATABASE_FULL","features":[367]},{"name":"WINBIO_E_DATABASE_LOCKED","features":[367]},{"name":"WINBIO_E_DATABASE_NO_MORE_RECORDS","features":[367]},{"name":"WINBIO_E_DATABASE_NO_RESULTS","features":[367]},{"name":"WINBIO_E_DATABASE_NO_SUCH_RECORD","features":[367]},{"name":"WINBIO_E_DATABASE_READ_ERROR","features":[367]},{"name":"WINBIO_E_DATABASE_WRITE_ERROR","features":[367]},{"name":"WINBIO_E_DATA_COLLECTION_IN_PROGRESS","features":[367]},{"name":"WINBIO_E_DATA_PROTECTION_FAILURE","features":[367]},{"name":"WINBIO_E_DEADLOCK_DETECTED","features":[367]},{"name":"WINBIO_E_DEVICE_BUSY","features":[367]},{"name":"WINBIO_E_DEVICE_FAILURE","features":[367]},{"name":"WINBIO_E_DISABLED","features":[367]},{"name":"WINBIO_E_DUPLICATE_ENROLLMENT","features":[367]},{"name":"WINBIO_E_DUPLICATE_TEMPLATE","features":[367]},{"name":"WINBIO_E_ENROLLMENT_CANCELED_BY_SUSPEND","features":[367]},{"name":"WINBIO_E_ENROLLMENT_IN_PROGRESS","features":[367]},{"name":"WINBIO_E_EVENT_MONITOR_ACTIVE","features":[367]},{"name":"WINBIO_E_FAST_USER_SWITCH_DISABLED","features":[367]},{"name":"WINBIO_E_INCORRECT_BSP","features":[367]},{"name":"WINBIO_E_INCORRECT_SENSOR_POOL","features":[367]},{"name":"WINBIO_E_INCORRECT_SESSION_TYPE","features":[367]},{"name":"WINBIO_E_INSECURE_SENSOR","features":[367]},{"name":"WINBIO_E_INVALID_BUFFER","features":[367]},{"name":"WINBIO_E_INVALID_BUFFER_ID","features":[367]},{"name":"WINBIO_E_INVALID_CALIBRATION_FORMAT_ARRAY","features":[367]},{"name":"WINBIO_E_INVALID_CONTROL_CODE","features":[367]},{"name":"WINBIO_E_INVALID_DEVICE_STATE","features":[367]},{"name":"WINBIO_E_INVALID_KEY_IDENTIFIER","features":[367]},{"name":"WINBIO_E_INVALID_OPERATION","features":[367]},{"name":"WINBIO_E_INVALID_PROPERTY_ID","features":[367]},{"name":"WINBIO_E_INVALID_PROPERTY_TYPE","features":[367]},{"name":"WINBIO_E_INVALID_SENSOR_MODE","features":[367]},{"name":"WINBIO_E_INVALID_SUBFACTOR","features":[367]},{"name":"WINBIO_E_INVALID_TICKET","features":[367]},{"name":"WINBIO_E_INVALID_UNIT","features":[367]},{"name":"WINBIO_E_KEY_CREATION_FAILED","features":[367]},{"name":"WINBIO_E_KEY_IDENTIFIER_BUFFER_TOO_SMALL","features":[367]},{"name":"WINBIO_E_LOCK_VIOLATION","features":[367]},{"name":"WINBIO_E_MAX_ERROR_COUNT_EXCEEDED","features":[367]},{"name":"WINBIO_E_NOT_ACTIVE_CONSOLE","features":[367]},{"name":"WINBIO_E_NO_CAPTURE_DATA","features":[367]},{"name":"WINBIO_E_NO_MATCH","features":[367]},{"name":"WINBIO_E_NO_PREBOOT_IDENTITY","features":[367]},{"name":"WINBIO_E_NO_SUPPORTED_CALIBRATION_FORMAT","features":[367]},{"name":"WINBIO_E_POLICY_PROTECTION_UNAVAILABLE","features":[367]},{"name":"WINBIO_E_PRESENCE_MONITOR_ACTIVE","features":[367]},{"name":"WINBIO_E_PROPERTY_UNAVAILABLE","features":[367]},{"name":"WINBIO_E_SAS_ENABLED","features":[367]},{"name":"WINBIO_E_SELECTION_REQUIRED","features":[367]},{"name":"WINBIO_E_SENSOR_UNAVAILABLE","features":[367]},{"name":"WINBIO_E_SESSION_BUSY","features":[367]},{"name":"WINBIO_E_SESSION_HANDLE_CLOSED","features":[367]},{"name":"WINBIO_E_TICKET_QUOTA_EXCEEDED","features":[367]},{"name":"WINBIO_E_TRUSTLET_INTEGRITY_FAIL","features":[367]},{"name":"WINBIO_E_UNKNOWN_ID","features":[367]},{"name":"WINBIO_E_UNSUPPORTED_DATA_FORMAT","features":[367]},{"name":"WINBIO_E_UNSUPPORTED_DATA_TYPE","features":[367]},{"name":"WINBIO_E_UNSUPPORTED_FACTOR","features":[367]},{"name":"WINBIO_E_UNSUPPORTED_POOL_TYPE","features":[367]},{"name":"WINBIO_E_UNSUPPORTED_PROPERTY","features":[367]},{"name":"WINBIO_E_UNSUPPORTED_PURPOSE","features":[367]},{"name":"WINBIO_E_UNSUPPORTED_SENSOR_CALIBRATION_FORMAT","features":[367]},{"name":"WINBIO_FP_BU_STATE","features":[367,305]},{"name":"WINBIO_FRAMEWORK_INTERFACE","features":[367,305,311]},{"name":"WINBIO_GESTURE_METADATA","features":[367]},{"name":"WINBIO_GET_INDICATOR","features":[367]},{"name":"WINBIO_IDENTITY","features":[367]},{"name":"WINBIO_I_EXTENDED_STATUS_INFORMATION","features":[367]},{"name":"WINBIO_I_MORE_DATA","features":[367]},{"name":"WINBIO_MAX_STRING_LEN","features":[367]},{"name":"WINBIO_NOTIFY_WAKE","features":[367]},{"name":"WINBIO_PASSWORD_GENERIC","features":[367]},{"name":"WINBIO_PASSWORD_PACKED","features":[367]},{"name":"WINBIO_PASSWORD_PROTECTED","features":[367]},{"name":"WINBIO_PIPELINE","features":[367,305,311]},{"name":"WINBIO_POLICY_ADMIN","features":[367]},{"name":"WINBIO_POLICY_DEFAULT","features":[367]},{"name":"WINBIO_POLICY_LOCAL","features":[367]},{"name":"WINBIO_POLICY_SOURCE","features":[367]},{"name":"WINBIO_POLICY_UNKNOWN","features":[367]},{"name":"WINBIO_POOL","features":[367]},{"name":"WINBIO_POOL_PRIVATE","features":[367]},{"name":"WINBIO_POOL_SYSTEM","features":[367]},{"name":"WINBIO_PRESENCE","features":[367,305]},{"name":"WINBIO_PRESENCE_PROPERTIES","features":[367,305]},{"name":"WINBIO_PRIVATE_SENSOR_TYPE_INFO","features":[367]},{"name":"WINBIO_PROTECTION_POLICY","features":[367]},{"name":"WINBIO_REGISTERED_FORMAT","features":[367]},{"name":"WINBIO_SCP_CURVE_FIELD_SIZE_V1","features":[367]},{"name":"WINBIO_SCP_DIGEST_SIZE_V1","features":[367]},{"name":"WINBIO_SCP_ENCRYPTION_BLOCK_SIZE_V1","features":[367]},{"name":"WINBIO_SCP_ENCRYPTION_KEY_SIZE_V1","features":[367]},{"name":"WINBIO_SCP_PRIVATE_KEY_SIZE_V1","features":[367]},{"name":"WINBIO_SCP_PUBLIC_KEY_SIZE_V1","features":[367]},{"name":"WINBIO_SCP_RANDOM_SIZE_V1","features":[367]},{"name":"WINBIO_SCP_SIGNATURE_SIZE_V1","features":[367]},{"name":"WINBIO_SCP_VERSION_1","features":[367]},{"name":"WINBIO_SECURE_BUFFER_HEADER_V1","features":[367]},{"name":"WINBIO_SECURE_CONNECTION_DATA","features":[367]},{"name":"WINBIO_SECURE_CONNECTION_PARAMS","features":[367]},{"name":"WINBIO_SENSOR_ATTRIBUTES","features":[367]},{"name":"WINBIO_SENSOR_INTERFACE","features":[367,305,311]},{"name":"WINBIO_SETTING_SOURCE","features":[367]},{"name":"WINBIO_SETTING_SOURCE_DEFAULT","features":[367]},{"name":"WINBIO_SETTING_SOURCE_INVALID","features":[367]},{"name":"WINBIO_SETTING_SOURCE_LOCAL","features":[367]},{"name":"WINBIO_SETTING_SOURCE_POLICY","features":[367]},{"name":"WINBIO_SET_INDICATOR","features":[367]},{"name":"WINBIO_STORAGE_INTERFACE","features":[367,305,311]},{"name":"WINBIO_STORAGE_RECORD","features":[367]},{"name":"WINBIO_STORAGE_SCHEMA","features":[367]},{"name":"WINBIO_SUPPORTED_ALGORITHMS","features":[367]},{"name":"WINBIO_UNIT_SCHEMA","features":[367]},{"name":"WINBIO_UPDATE_FIRMWARE","features":[367]},{"name":"WINBIO_VERSION","features":[367]},{"name":"WINBIO_WBDI_MAJOR_VERSION","features":[367]},{"name":"WINBIO_WBDI_MINOR_VERSION","features":[367]},{"name":"WINIBIO_ENGINE_CONTEXT","features":[367]},{"name":"WINIBIO_SENSOR_CONTEXT","features":[367]},{"name":"WINIBIO_STORAGE_CONTEXT","features":[367]},{"name":"WinBioAcquireFocus","features":[367]},{"name":"WinBioAsyncEnumBiometricUnits","features":[367]},{"name":"WinBioAsyncEnumDatabases","features":[367]},{"name":"WinBioAsyncEnumServiceProviders","features":[367]},{"name":"WinBioAsyncMonitorFrameworkChanges","features":[367]},{"name":"WinBioAsyncOpenFramework","features":[367,305]},{"name":"WinBioAsyncOpenSession","features":[367,305]},{"name":"WinBioCancel","features":[367]},{"name":"WinBioCaptureSample","features":[367]},{"name":"WinBioCaptureSampleWithCallback","features":[367]},{"name":"WinBioCloseFramework","features":[367]},{"name":"WinBioCloseSession","features":[367]},{"name":"WinBioControlUnit","features":[367]},{"name":"WinBioControlUnitPrivileged","features":[367]},{"name":"WinBioDeleteTemplate","features":[367]},{"name":"WinBioEnrollBegin","features":[367]},{"name":"WinBioEnrollCapture","features":[367]},{"name":"WinBioEnrollCaptureWithCallback","features":[367]},{"name":"WinBioEnrollCommit","features":[367]},{"name":"WinBioEnrollDiscard","features":[367]},{"name":"WinBioEnrollSelect","features":[367]},{"name":"WinBioEnumBiometricUnits","features":[367]},{"name":"WinBioEnumDatabases","features":[367]},{"name":"WinBioEnumEnrollments","features":[367]},{"name":"WinBioEnumServiceProviders","features":[367]},{"name":"WinBioFree","features":[367]},{"name":"WinBioGetCredentialState","features":[367]},{"name":"WinBioGetDomainLogonSetting","features":[367]},{"name":"WinBioGetEnabledSetting","features":[367]},{"name":"WinBioGetEnrolledFactors","features":[367]},{"name":"WinBioGetLogonSetting","features":[367]},{"name":"WinBioGetProperty","features":[367]},{"name":"WinBioIdentify","features":[367]},{"name":"WinBioIdentifyWithCallback","features":[367]},{"name":"WinBioImproveBegin","features":[367]},{"name":"WinBioImproveEnd","features":[367]},{"name":"WinBioLocateSensor","features":[367]},{"name":"WinBioLocateSensorWithCallback","features":[367]},{"name":"WinBioLockUnit","features":[367]},{"name":"WinBioLogonIdentifiedUser","features":[367]},{"name":"WinBioMonitorPresence","features":[367]},{"name":"WinBioOpenSession","features":[367]},{"name":"WinBioRegisterEventMonitor","features":[367]},{"name":"WinBioReleaseFocus","features":[367]},{"name":"WinBioRemoveAllCredentials","features":[367]},{"name":"WinBioRemoveAllDomainCredentials","features":[367]},{"name":"WinBioRemoveCredential","features":[367]},{"name":"WinBioSetCredential","features":[367]},{"name":"WinBioSetProperty","features":[367]},{"name":"WinBioUnlockUnit","features":[367]},{"name":"WinBioUnregisterEventMonitor","features":[367]},{"name":"WinBioVerify","features":[367]},{"name":"WinBioVerifyWithCallback","features":[367,305]},{"name":"WinBioWait","features":[367]}],"374":[{"name":"A2DP_SINK_SUPPORTED_FEATURES_AMPLIFIER","features":[368]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_HEADPHONE","features":[368]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_RECORDER","features":[368]},{"name":"A2DP_SINK_SUPPORTED_FEATURES_SPEAKER","features":[368]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_MICROPHONE","features":[368]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_MIXER","features":[368]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_PLAYER","features":[368]},{"name":"A2DP_SOURCE_SUPPORTED_FEATURES_TUNER","features":[368]},{"name":"AF_BTH","features":[368]},{"name":"ATT_PROTOCOL_UUID16","features":[368]},{"name":"AUTHENTICATION_REQUIREMENTS","features":[368]},{"name":"AVCTP_PROTOCOL_UUID16","features":[368]},{"name":"AVDTP_PROTOCOL_UUID16","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_1","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_2","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_3","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_CATEGORY_4","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_BROWSING","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_IMAGE","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_IMAGE_PROPERTIES","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_CT_COVER_ART_LINKED_THUMBNAIL","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_BROWSING","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_COVER_ART","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_GROUP_NAVIGATION","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_MULTIPLE_PLAYER_APPLICATIONS","features":[368]},{"name":"AVRCP_SUPPORTED_FEATURES_TG_PLAYER_APPLICATION_SETTINGS","features":[368]},{"name":"AVRemoteControlControllerServiceClass_UUID16","features":[368]},{"name":"AVRemoteControlServiceClassID_UUID16","features":[368]},{"name":"AVRemoteControlTargetServiceClassID_UUID16","features":[368]},{"name":"AdvancedAudioDistributionProfileID_UUID16","features":[368]},{"name":"AdvancedAudioDistributionServiceClassID_UUID16","features":[368]},{"name":"AudioSinkServiceClassID_UUID16","features":[368]},{"name":"AudioSinkSourceServiceClassID_UUID16","features":[368]},{"name":"AudioSourceServiceClassID_UUID16","features":[368]},{"name":"AudioVideoServiceClassID_UUID16","features":[368]},{"name":"AudioVideoServiceClass_UUID16","features":[368]},{"name":"BDIF_ADDRESS","features":[368]},{"name":"BDIF_BR","features":[368]},{"name":"BDIF_BR_SECURE_CONNECTION_PAIRED","features":[368]},{"name":"BDIF_COD","features":[368]},{"name":"BDIF_CONNECTED","features":[368]},{"name":"BDIF_DEBUGKEY","features":[368]},{"name":"BDIF_EIR","features":[368]},{"name":"BDIF_LE","features":[368]},{"name":"BDIF_LE_CONNECTABLE","features":[368]},{"name":"BDIF_LE_CONNECTED","features":[368]},{"name":"BDIF_LE_DEBUGKEY","features":[368]},{"name":"BDIF_LE_DISCOVERABLE","features":[368]},{"name":"BDIF_LE_MITM_PROTECTED","features":[368]},{"name":"BDIF_LE_NAME","features":[368]},{"name":"BDIF_LE_PAIRED","features":[368]},{"name":"BDIF_LE_PERSONAL","features":[368]},{"name":"BDIF_LE_PRIVACY_ENABLED","features":[368]},{"name":"BDIF_LE_RANDOM_ADDRESS_TYPE","features":[368]},{"name":"BDIF_LE_SECURE_CONNECTION_PAIRED","features":[368]},{"name":"BDIF_LE_VISIBLE","features":[368]},{"name":"BDIF_NAME","features":[368]},{"name":"BDIF_PAIRED","features":[368]},{"name":"BDIF_PERSONAL","features":[368]},{"name":"BDIF_RSSI","features":[368]},{"name":"BDIF_SHORT_NAME","features":[368]},{"name":"BDIF_SSP_MITM_PROTECTED","features":[368]},{"name":"BDIF_SSP_PAIRED","features":[368]},{"name":"BDIF_SSP_SUPPORTED","features":[368]},{"name":"BDIF_TX_POWER","features":[368]},{"name":"BDIF_VISIBLE","features":[368]},{"name":"BLUETOOTH_ADDRESS","features":[368]},{"name":"BLUETOOTH_AUTHENTICATE_RESPONSE","features":[368]},{"name":"BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS","features":[368,305]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD","features":[368]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_LEGACY","features":[368]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON","features":[368]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_OOB","features":[368]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY","features":[368]},{"name":"BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION","features":[368]},{"name":"BLUETOOTH_AUTHENTICATION_REQUIREMENTS","features":[368]},{"name":"BLUETOOTH_COD_PAIRS","features":[368]},{"name":"BLUETOOTH_DEVICE_INFO","features":[368,305]},{"name":"BLUETOOTH_DEVICE_NAME_SIZE","features":[368]},{"name":"BLUETOOTH_DEVICE_SEARCH_PARAMS","features":[368,305]},{"name":"BLUETOOTH_FIND_RADIO_PARAMS","features":[368]},{"name":"BLUETOOTH_GATT_FLAG_CONNECTION_AUTHENTICATED","features":[368]},{"name":"BLUETOOTH_GATT_FLAG_CONNECTION_ENCRYPTED","features":[368]},{"name":"BLUETOOTH_GATT_FLAG_FORCE_READ_FROM_CACHE","features":[368]},{"name":"BLUETOOTH_GATT_FLAG_FORCE_READ_FROM_DEVICE","features":[368]},{"name":"BLUETOOTH_GATT_FLAG_NONE","features":[368]},{"name":"BLUETOOTH_GATT_FLAG_RETURN_ALL","features":[368]},{"name":"BLUETOOTH_GATT_FLAG_SIGNED_WRITE","features":[368]},{"name":"BLUETOOTH_GATT_FLAG_WRITE_WITHOUT_RESPONSE","features":[368]},{"name":"BLUETOOTH_GATT_VALUE_CHANGED_EVENT","features":[368]},{"name":"BLUETOOTH_GATT_VALUE_CHANGED_EVENT_REGISTRATION","features":[368,305]},{"name":"BLUETOOTH_IO_CAPABILITY","features":[368]},{"name":"BLUETOOTH_IO_CAPABILITY_DISPLAYONLY","features":[368]},{"name":"BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO","features":[368]},{"name":"BLUETOOTH_IO_CAPABILITY_KEYBOARDONLY","features":[368]},{"name":"BLUETOOTH_IO_CAPABILITY_NOINPUTNOOUTPUT","features":[368]},{"name":"BLUETOOTH_IO_CAPABILITY_UNDEFINED","features":[368]},{"name":"BLUETOOTH_LOCAL_SERVICE_INFO","features":[368,305]},{"name":"BLUETOOTH_MAX_NAME_SIZE","features":[368]},{"name":"BLUETOOTH_MAX_PASSKEY_BUFFER_SIZE","features":[368]},{"name":"BLUETOOTH_MAX_PASSKEY_SIZE","features":[368]},{"name":"BLUETOOTH_MAX_SERVICE_NAME_SIZE","features":[368]},{"name":"BLUETOOTH_MITM_ProtectionNotDefined","features":[368]},{"name":"BLUETOOTH_MITM_ProtectionNotRequired","features":[368]},{"name":"BLUETOOTH_MITM_ProtectionNotRequiredBonding","features":[368]},{"name":"BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding","features":[368]},{"name":"BLUETOOTH_MITM_ProtectionRequired","features":[368]},{"name":"BLUETOOTH_MITM_ProtectionRequiredBonding","features":[368]},{"name":"BLUETOOTH_MITM_ProtectionRequiredGeneralBonding","features":[368]},{"name":"BLUETOOTH_NUMERIC_COMPARISON_INFO","features":[368]},{"name":"BLUETOOTH_OOB_DATA_INFO","features":[368]},{"name":"BLUETOOTH_PASSKEY_INFO","features":[368]},{"name":"BLUETOOTH_PIN_INFO","features":[368]},{"name":"BLUETOOTH_RADIO_INFO","features":[368]},{"name":"BLUETOOTH_SELECT_DEVICE_PARAMS","features":[368,305]},{"name":"BLUETOOTH_SERVICE_DISABLE","features":[368]},{"name":"BLUETOOTH_SERVICE_ENABLE","features":[368]},{"name":"BNEP_PROTOCOL_UUID16","features":[368]},{"name":"BTHLEENUM_ATT_MTU_DEFAULT","features":[368]},{"name":"BTHLEENUM_ATT_MTU_INITIAL_NEGOTIATION","features":[368]},{"name":"BTHLEENUM_ATT_MTU_MAX","features":[368]},{"name":"BTHLEENUM_ATT_MTU_MIN","features":[368]},{"name":"BTHNS_RESULT_DEVICE_AUTHENTICATED","features":[368]},{"name":"BTHNS_RESULT_DEVICE_CONNECTED","features":[368]},{"name":"BTHNS_RESULT_DEVICE_REMEMBERED","features":[368]},{"name":"BTHPROTO_L2CAP","features":[368]},{"name":"BTHPROTO_RFCOMM","features":[368]},{"name":"BTH_ADDR_GIAC","features":[368]},{"name":"BTH_ADDR_IAC_FIRST","features":[368]},{"name":"BTH_ADDR_IAC_LAST","features":[368]},{"name":"BTH_ADDR_LIAC","features":[368]},{"name":"BTH_ADDR_STRING_SIZE","features":[368]},{"name":"BTH_DEVICE_INFO","features":[368]},{"name":"BTH_EIR_128_UUIDS_COMPLETE_ID","features":[368]},{"name":"BTH_EIR_128_UUIDS_PARTIAL_ID","features":[368]},{"name":"BTH_EIR_16_UUIDS_COMPLETE_ID","features":[368]},{"name":"BTH_EIR_16_UUIDS_PARTIAL_ID","features":[368]},{"name":"BTH_EIR_32_UUIDS_COMPLETE_ID","features":[368]},{"name":"BTH_EIR_32_UUIDS_PARTIAL_ID","features":[368]},{"name":"BTH_EIR_FLAGS_ID","features":[368]},{"name":"BTH_EIR_LOCAL_NAME_COMPLETE_ID","features":[368]},{"name":"BTH_EIR_LOCAL_NAME_PARTIAL_ID","features":[368]},{"name":"BTH_EIR_MANUFACTURER_ID","features":[368]},{"name":"BTH_EIR_OOB_BD_ADDR_ID","features":[368]},{"name":"BTH_EIR_OOB_COD_ID","features":[368]},{"name":"BTH_EIR_OOB_OPT_DATA_LEN_ID","features":[368]},{"name":"BTH_EIR_OOB_SP_HASH_ID","features":[368]},{"name":"BTH_EIR_OOB_SP_RANDOMIZER_ID","features":[368]},{"name":"BTH_EIR_SIZE","features":[368]},{"name":"BTH_EIR_TX_POWER_LEVEL_ID","features":[368]},{"name":"BTH_ERROR_ACL_CONNECTION_ALREADY_EXISTS","features":[368]},{"name":"BTH_ERROR_AUTHENTICATION_FAILURE","features":[368]},{"name":"BTH_ERROR_CHANNEL_CLASSIFICATION_NOT_SUPPORTED","features":[368]},{"name":"BTH_ERROR_COARSE_CLOCK_ADJUSTMENT_REJECTED","features":[368]},{"name":"BTH_ERROR_COMMAND_DISALLOWED","features":[368]},{"name":"BTH_ERROR_CONNECTION_FAILED_TO_BE_ESTABLISHED","features":[368]},{"name":"BTH_ERROR_CONNECTION_REJECTED_DUE_TO_NO_SUITABLE_CHANNEL_FOUND","features":[368]},{"name":"BTH_ERROR_CONNECTION_TERMINATED_DUE_TO_MIC_FAILURE","features":[368]},{"name":"BTH_ERROR_CONNECTION_TIMEOUT","features":[368]},{"name":"BTH_ERROR_CONTROLLER_BUSY","features":[368]},{"name":"BTH_ERROR_DIFFERENT_TRANSACTION_COLLISION","features":[368]},{"name":"BTH_ERROR_DIRECTED_ADVERTISING_TIMEOUT","features":[368]},{"name":"BTH_ERROR_ENCRYPTION_MODE_NOT_ACCEPTABLE","features":[368]},{"name":"BTH_ERROR_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE","features":[368]},{"name":"BTH_ERROR_HARDWARE_FAILURE","features":[368]},{"name":"BTH_ERROR_HOST_BUSY_PAIRING","features":[368]},{"name":"BTH_ERROR_HOST_REJECTED_LIMITED_RESOURCES","features":[368]},{"name":"BTH_ERROR_HOST_REJECTED_PERSONAL_DEVICE","features":[368]},{"name":"BTH_ERROR_HOST_REJECTED_SECURITY_REASONS","features":[368]},{"name":"BTH_ERROR_HOST_TIMEOUT","features":[368]},{"name":"BTH_ERROR_INSTANT_PASSED","features":[368]},{"name":"BTH_ERROR_INSUFFICIENT_SECURITY","features":[368]},{"name":"BTH_ERROR_INVALID_HCI_PARAMETER","features":[368]},{"name":"BTH_ERROR_INVALID_LMP_PARAMETERS","features":[368]},{"name":"BTH_ERROR_KEY_MISSING","features":[368]},{"name":"BTH_ERROR_LIMIT_REACHED","features":[368]},{"name":"BTH_ERROR_LMP_PDU_NOT_ALLOWED","features":[368]},{"name":"BTH_ERROR_LMP_RESPONSE_TIMEOUT","features":[368]},{"name":"BTH_ERROR_LMP_TRANSACTION_COLLISION","features":[368]},{"name":"BTH_ERROR_LOCAL_HOST_TERMINATED_CONNECTION","features":[368]},{"name":"BTH_ERROR_MAC_CONNECTION_FAILED","features":[368]},{"name":"BTH_ERROR_MAX_NUMBER_OF_CONNECTIONS","features":[368]},{"name":"BTH_ERROR_MAX_NUMBER_OF_SCO_CONNECTIONS","features":[368]},{"name":"BTH_ERROR_MEMORY_FULL","features":[368]},{"name":"BTH_ERROR_NO_CONNECTION","features":[368]},{"name":"BTH_ERROR_OPERATION_CANCELLED_BY_HOST","features":[368]},{"name":"BTH_ERROR_PACKET_TOO_LONG","features":[368]},{"name":"BTH_ERROR_PAGE_TIMEOUT","features":[368]},{"name":"BTH_ERROR_PAIRING_NOT_ALLOWED","features":[368]},{"name":"BTH_ERROR_PAIRING_WITH_UNIT_KEY_NOT_SUPPORTED","features":[368]},{"name":"BTH_ERROR_PARAMETER_OUT_OF_MANDATORY_RANGE","features":[368]},{"name":"BTH_ERROR_QOS_IS_NOT_SUPPORTED","features":[368]},{"name":"BTH_ERROR_QOS_REJECTED","features":[368]},{"name":"BTH_ERROR_QOS_UNACCEPTABLE_PARAMETER","features":[368]},{"name":"BTH_ERROR_REMOTE_LOW_RESOURCES","features":[368]},{"name":"BTH_ERROR_REMOTE_POWERING_OFF","features":[368]},{"name":"BTH_ERROR_REMOTE_USER_ENDED_CONNECTION","features":[368]},{"name":"BTH_ERROR_REPEATED_ATTEMPTS","features":[368]},{"name":"BTH_ERROR_RESERVED_SLOT_VIOLATION","features":[368]},{"name":"BTH_ERROR_ROLE_CHANGE_NOT_ALLOWED","features":[368]},{"name":"BTH_ERROR_ROLE_SWITCH_FAILED","features":[368]},{"name":"BTH_ERROR_ROLE_SWITCH_PENDING","features":[368]},{"name":"BTH_ERROR_SCO_AIRMODE_REJECTED","features":[368]},{"name":"BTH_ERROR_SCO_INTERVAL_REJECTED","features":[368]},{"name":"BTH_ERROR_SCO_OFFSET_REJECTED","features":[368]},{"name":"BTH_ERROR_SECURE_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST","features":[368]},{"name":"BTH_ERROR_SUCCESS","features":[368]},{"name":"BTH_ERROR_TYPE_0_SUBMAP_NOT_DEFINED","features":[368]},{"name":"BTH_ERROR_UKNOWN_LMP_PDU","features":[368]},{"name":"BTH_ERROR_UNACCEPTABLE_CONNECTION_INTERVAL","features":[368]},{"name":"BTH_ERROR_UNIT_KEY_NOT_USED","features":[368]},{"name":"BTH_ERROR_UNKNOWN_ADVERTISING_IDENTIFIER","features":[368]},{"name":"BTH_ERROR_UNKNOWN_HCI_COMMAND","features":[368]},{"name":"BTH_ERROR_UNSPECIFIED","features":[368]},{"name":"BTH_ERROR_UNSPECIFIED_ERROR","features":[368]},{"name":"BTH_ERROR_UNSUPPORTED_FEATURE_OR_PARAMETER","features":[368]},{"name":"BTH_ERROR_UNSUPPORTED_LMP_PARM_VALUE","features":[368]},{"name":"BTH_ERROR_UNSUPPORTED_REMOTE_FEATURE","features":[368]},{"name":"BTH_HCI_EVENT_INFO","features":[368]},{"name":"BTH_HOST_FEATURE_ENHANCED_RETRANSMISSION_MODE","features":[368]},{"name":"BTH_HOST_FEATURE_LOW_ENERGY","features":[368]},{"name":"BTH_HOST_FEATURE_SCO_HCI","features":[368]},{"name":"BTH_HOST_FEATURE_SCO_HCIBYPASS","features":[368]},{"name":"BTH_HOST_FEATURE_STREAMING_MODE","features":[368]},{"name":"BTH_INFO_REQ","features":[368]},{"name":"BTH_INFO_RSP","features":[368]},{"name":"BTH_IOCTL_BASE","features":[368]},{"name":"BTH_L2CAP_EVENT_INFO","features":[368]},{"name":"BTH_LE_ATT_BLUETOOTH_BASE_GUID","features":[368]},{"name":"BTH_LE_ATT_CID","features":[368]},{"name":"BTH_LE_ATT_MAX_VALUE_SIZE","features":[368]},{"name":"BTH_LE_ATT_TRANSACTION_TIMEOUT","features":[368]},{"name":"BTH_LE_ERROR_ATTRIBUTE_NOT_FOUND","features":[368]},{"name":"BTH_LE_ERROR_ATTRIBUTE_NOT_LONG","features":[368]},{"name":"BTH_LE_ERROR_INSUFFICIENT_AUTHENTICATION","features":[368]},{"name":"BTH_LE_ERROR_INSUFFICIENT_AUTHORIZATION","features":[368]},{"name":"BTH_LE_ERROR_INSUFFICIENT_ENCRYPTION","features":[368]},{"name":"BTH_LE_ERROR_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[368]},{"name":"BTH_LE_ERROR_INSUFFICIENT_RESOURCES","features":[368]},{"name":"BTH_LE_ERROR_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[368]},{"name":"BTH_LE_ERROR_INVALID_HANDLE","features":[368]},{"name":"BTH_LE_ERROR_INVALID_OFFSET","features":[368]},{"name":"BTH_LE_ERROR_INVALID_PDU","features":[368]},{"name":"BTH_LE_ERROR_PREPARE_QUEUE_FULL","features":[368]},{"name":"BTH_LE_ERROR_READ_NOT_PERMITTED","features":[368]},{"name":"BTH_LE_ERROR_REQUEST_NOT_SUPPORTED","features":[368]},{"name":"BTH_LE_ERROR_UNKNOWN","features":[368]},{"name":"BTH_LE_ERROR_UNLIKELY","features":[368]},{"name":"BTH_LE_ERROR_UNSUPPORTED_GROUP_TYPE","features":[368]},{"name":"BTH_LE_ERROR_WRITE_NOT_PERMITTED","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_BOOKSHELF_SPEAKER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_SOUNDBAR","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_SPEAKERPHONE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_STANDALONE_SPEAKER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SINK_SUBCATEGORY_STANDMOUNTED_SPEAKER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_ALARM","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_AUDITORIUM","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BELL","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BROADCASTING_DEVICE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_BROADCASTING_ROOM","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_HORN","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_KIOSK","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_MICROPHONE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_AUDIO_SOURCE_SUBCATEGORY_SERVICE_DESK","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_BLOOD_PRESSURE_SUBCATEGORY_ARM","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_BLOOD_PRESSURE_SUBCATEGORY_WRIST","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_ACCESS_CONTROL","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AIRCRAFT","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AIR_CONDITIONING","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AUDIO_SINK","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AUDIO_SOURCE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_AV_EQUIPMENT","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_BARCODE_SCANNER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_BLOOD_PRESSURE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CLOCK","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_COMPUTER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CONTINUOUS_GLUCOSE_MONITOR","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CONTROL_DEVICE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_CYCLING","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DISPLAY","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DISPLAY_EQUIPMENT","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_DOMESTIC_APPLIANCE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_EYE_GLASSES","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_FAN","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_GAMING","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_GLUCOSE_METER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEARING_AID","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEART_RATE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HEATING","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HID","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HUMIDIFIER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_HVAC","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_INSULIN_PUMP","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_KEYRING","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_LIGHT_FIXTURES","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_LIGHT_SOURCE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MASK","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MEDIA_PLAYER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MEDICATION_DELIVERY","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MOTORIZED_DEVICE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_MOTORIZED_VEHICLE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_NETWORK_DEVICE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_OFFSET","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_OUTDOOR_SPORTS_ACTIVITY","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PERSONAL_MOBILITY_DEVICE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PHONE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_PLUSE_OXIMETER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_POWER_DEVICE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_REMOTE_CONTROL","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_RUNNING_WALKING_SENSOR","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_SENSOR","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_SIGNAGE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_TAG","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_THERMOMETER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_UNCATEGORIZED","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WATCH","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WEARABLE_AUDIO_DEVICE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WEIGHT_SCALE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CATEGORY_WINDOW_COVERING","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_CADENCE_SENSOR","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_CYCLING_COMPUTER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_POWER_SENSOR","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_SPEED_AND_CADENCE_SENSOR","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_CYCLING_SUBCATEGORY_SPEED_SENSOR","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_BEHIND_EAR_HEARING_AID","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_COCHLEAR_IMPLANT","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HEARING_AID_SUBCATEGORY_IN_EAR_HEARING_AID","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HEART_RATE_SUBCATEGORY_HEART_RATE_BELT","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_BARCODE_SCANNER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_CARD_READER","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_DIGITAL_PEN","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_DIGITIZER_TABLET","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_GAMEPAD","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_JOYSTICK","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_KEYBOARD","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_HID_SUBCATEGORY_MOUSE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_DISPLAY_DEVICE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_NAVIGATION_DISPLAY_DEVICE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_NAVIGATION_POD","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_OUTDOOR_SPORTS_ACTIVITY_SUBCATEGORY_LOCATION_POD","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_PULSE_OXIMETER_SUBCATEGORY_FINGERTIP","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_PULSE_OXIMETER_SUBCATEGORY_WRIST_WORN","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_IN_SHOE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_ON_HIP","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_RUNNING_WALKING_SENSOR_SUBCATEGORY_ON_SHOE","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_SUBCATEGORY_GENERIC","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_SUB_CATEGORY_MASK","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_THERMOMETER_SUBCATEGORY_EAR","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_WATCH_SUBCATEGORY_SPORTS_WATCH","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_EARBUD","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_HEADPHONES","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_HEADSET","features":[368]},{"name":"BTH_LE_GAP_APPEARANCE_WEARABLE_AUDIO_DEVICE_SUBCATEGORY_NECKBAND","features":[368]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_CHARACTERISTIC","features":[368]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_INCLUDE","features":[368]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_PRIMARY_SERVICE","features":[368]},{"name":"BTH_LE_GATT_ATTRIBUTE_TYPE_SECONDARY_SERVICE","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC","features":[368,305]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_AGGREGATE_FORMAT","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_CLIENT_CONFIGURATION","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_EXTENDED_PROPERTIES","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_FORMAT","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_SERVER_CONFIGURATION","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_DESCRIPTOR_USER_DESCRIPTION","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_APPEARANCE","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_DEVICE_NAME","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_PERIPHERAL_PREFERED_CONNECTION_PARAMETER","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_PERIPHERAL_PRIVACY_FLAG","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_RECONNECTION_ADDRESS","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_TYPE_SERVICE_CHANGED","features":[368]},{"name":"BTH_LE_GATT_CHARACTERISTIC_VALUE","features":[368]},{"name":"BTH_LE_GATT_DEFAULT_MAX_INCLUDED_SERVICES_DEPTH","features":[368]},{"name":"BTH_LE_GATT_DESCRIPTOR","features":[368,305]},{"name":"BTH_LE_GATT_DESCRIPTOR_TYPE","features":[368]},{"name":"BTH_LE_GATT_DESCRIPTOR_VALUE","features":[368,305]},{"name":"BTH_LE_GATT_EVENT_TYPE","features":[368]},{"name":"BTH_LE_GATT_SERVICE","features":[368,305]},{"name":"BTH_LE_SERVICE_GAP","features":[368]},{"name":"BTH_LE_SERVICE_GATT","features":[368]},{"name":"BTH_LE_UUID","features":[368,305]},{"name":"BTH_LINK_KEY_LENGTH","features":[368]},{"name":"BTH_MAJORVERSION","features":[368]},{"name":"BTH_MAX_NAME_SIZE","features":[368]},{"name":"BTH_MAX_PIN_SIZE","features":[368]},{"name":"BTH_MAX_SERVICE_NAME_SIZE","features":[368]},{"name":"BTH_MFG_3COM","features":[368]},{"name":"BTH_MFG_ALCATEL","features":[368]},{"name":"BTH_MFG_APPLE","features":[368]},{"name":"BTH_MFG_ARUBA_NETWORKS","features":[368]},{"name":"BTH_MFG_ATMEL","features":[368]},{"name":"BTH_MFG_AVM_BERLIN","features":[368]},{"name":"BTH_MFG_BANDSPEED","features":[368]},{"name":"BTH_MFG_BROADCOM","features":[368]},{"name":"BTH_MFG_CONEXANT","features":[368]},{"name":"BTH_MFG_CSR","features":[368]},{"name":"BTH_MFG_C_TECHNOLOGIES","features":[368]},{"name":"BTH_MFG_DIGIANSWER","features":[368]},{"name":"BTH_MFG_ERICSSON","features":[368]},{"name":"BTH_MFG_HITACHI","features":[368]},{"name":"BTH_MFG_IBM","features":[368]},{"name":"BTH_MFG_INFINEON","features":[368]},{"name":"BTH_MFG_INTEL","features":[368]},{"name":"BTH_MFG_INTERNAL_USE","features":[368]},{"name":"BTH_MFG_INVENTEL","features":[368]},{"name":"BTH_MFG_KC_TECHNOLOGY","features":[368]},{"name":"BTH_MFG_LUCENT","features":[368]},{"name":"BTH_MFG_MACRONIX_INTERNATIONAL","features":[368]},{"name":"BTH_MFG_MANSELLA","features":[368]},{"name":"BTH_MFG_MARVELL","features":[368]},{"name":"BTH_MFG_MICROSOFT","features":[368]},{"name":"BTH_MFG_MITEL","features":[368]},{"name":"BTH_MFG_MITSIBUSHI","features":[368]},{"name":"BTH_MFG_MOTOROLA","features":[368]},{"name":"BTH_MFG_NEC","features":[368]},{"name":"BTH_MFG_NEWLOGIC","features":[368]},{"name":"BTH_MFG_NOKIA","features":[368]},{"name":"BTH_MFG_NORDIC_SEMICONDUCTORS_ASA","features":[368]},{"name":"BTH_MFG_OPEN_INTERFACE","features":[368]},{"name":"BTH_MFG_PARTHUS","features":[368]},{"name":"BTH_MFG_PHILIPS_SEMICONDUCTOR","features":[368]},{"name":"BTH_MFG_QUALCOMM","features":[368]},{"name":"BTH_MFG_RF_MICRO_DEVICES","features":[368]},{"name":"BTH_MFG_ROHDE_SCHWARZ","features":[368]},{"name":"BTH_MFG_RTX_TELECOM","features":[368]},{"name":"BTH_MFG_SIGNIA","features":[368]},{"name":"BTH_MFG_SILICONWAVE","features":[368]},{"name":"BTH_MFG_SYMBOL_TECHNOLOGIES","features":[368]},{"name":"BTH_MFG_TENOVIS","features":[368]},{"name":"BTH_MFG_TI","features":[368]},{"name":"BTH_MFG_TOSHIBA","features":[368]},{"name":"BTH_MFG_TRANSILICA","features":[368]},{"name":"BTH_MFG_TTPCOM","features":[368]},{"name":"BTH_MFG_WAVEPLUS_TECHNOLOGY_CO","features":[368]},{"name":"BTH_MFG_WIDCOMM","features":[368]},{"name":"BTH_MFG_ZEEVO","features":[368]},{"name":"BTH_MINORVERSION","features":[368]},{"name":"BTH_PING_REQ","features":[368]},{"name":"BTH_PING_RSP","features":[368]},{"name":"BTH_QUERY_DEVICE","features":[368]},{"name":"BTH_QUERY_SERVICE","features":[368]},{"name":"BTH_RADIO_IN_RANGE","features":[368]},{"name":"BTH_SDP_VERSION","features":[368]},{"name":"BTH_SET_SERVICE","features":[368,305]},{"name":"BTH_VID_DEFAULT_VALUE","features":[368]},{"name":"BT_PORT_DYN_FIRST","features":[368]},{"name":"BT_PORT_MAX","features":[368]},{"name":"BT_PORT_MIN","features":[368]},{"name":"BasicPrintingProfileID_UUID16","features":[368]},{"name":"BasicPrintingServiceClassID_UUID16","features":[368]},{"name":"BluetoothAuthenticateDevice","features":[368,305]},{"name":"BluetoothAuthenticateDeviceEx","features":[368,305]},{"name":"BluetoothAuthenticateMultipleDevices","features":[368,305]},{"name":"BluetoothDisplayDeviceProperties","features":[368,305]},{"name":"BluetoothEnableDiscovery","features":[368,305]},{"name":"BluetoothEnableIncomingConnections","features":[368,305]},{"name":"BluetoothEnumerateInstalledServices","features":[368,305]},{"name":"BluetoothFindDeviceClose","features":[368,305]},{"name":"BluetoothFindFirstDevice","features":[368,305]},{"name":"BluetoothFindFirstRadio","features":[368,305]},{"name":"BluetoothFindNextDevice","features":[368,305]},{"name":"BluetoothFindNextRadio","features":[368,305]},{"name":"BluetoothFindRadioClose","features":[368,305]},{"name":"BluetoothGATTAbortReliableWrite","features":[368,305]},{"name":"BluetoothGATTBeginReliableWrite","features":[368,305]},{"name":"BluetoothGATTEndReliableWrite","features":[368,305]},{"name":"BluetoothGATTGetCharacteristicValue","features":[368,305]},{"name":"BluetoothGATTGetCharacteristics","features":[368,305]},{"name":"BluetoothGATTGetDescriptorValue","features":[368,305]},{"name":"BluetoothGATTGetDescriptors","features":[368,305]},{"name":"BluetoothGATTGetIncludedServices","features":[368,305]},{"name":"BluetoothGATTGetServices","features":[368,305]},{"name":"BluetoothGATTRegisterEvent","features":[368,305]},{"name":"BluetoothGATTSetCharacteristicValue","features":[368,305]},{"name":"BluetoothGATTSetDescriptorValue","features":[368,305]},{"name":"BluetoothGATTUnregisterEvent","features":[368]},{"name":"BluetoothGetDeviceInfo","features":[368,305]},{"name":"BluetoothGetRadioInfo","features":[368,305]},{"name":"BluetoothIsConnectable","features":[368,305]},{"name":"BluetoothIsDiscoverable","features":[368,305]},{"name":"BluetoothIsVersionAvailable","features":[368,305]},{"name":"BluetoothRegisterForAuthentication","features":[368,305]},{"name":"BluetoothRegisterForAuthenticationEx","features":[368,305]},{"name":"BluetoothRemoveDevice","features":[368]},{"name":"BluetoothSdpEnumAttributes","features":[368,305]},{"name":"BluetoothSdpGetAttributeValue","features":[368]},{"name":"BluetoothSdpGetContainerElementData","features":[368]},{"name":"BluetoothSdpGetElementData","features":[368]},{"name":"BluetoothSdpGetString","features":[368]},{"name":"BluetoothSelectDevices","features":[368,305]},{"name":"BluetoothSelectDevicesFree","features":[368,305]},{"name":"BluetoothSendAuthenticationResponse","features":[368,305]},{"name":"BluetoothSendAuthenticationResponseEx","features":[368,305]},{"name":"BluetoothSetLocalServiceInfo","features":[368,305]},{"name":"BluetoothSetServiceState","features":[368,305]},{"name":"BluetoothUnregisterAuthentication","features":[368,305]},{"name":"BluetoothUpdateDeviceRecord","features":[368,305]},{"name":"Bluetooth_Base_UUID","features":[368]},{"name":"BrowseGroupDescriptorServiceClassID_UUID16","features":[368]},{"name":"CMPT_PROTOCOL_UUID16","features":[368]},{"name":"COD_AUDIO_MINOR_CAMCORDER","features":[368]},{"name":"COD_AUDIO_MINOR_CAR_AUDIO","features":[368]},{"name":"COD_AUDIO_MINOR_GAMING_TOY","features":[368]},{"name":"COD_AUDIO_MINOR_HANDS_FREE","features":[368]},{"name":"COD_AUDIO_MINOR_HEADPHONES","features":[368]},{"name":"COD_AUDIO_MINOR_HEADSET","features":[368]},{"name":"COD_AUDIO_MINOR_HEADSET_HANDS_FREE","features":[368]},{"name":"COD_AUDIO_MINOR_HIFI_AUDIO","features":[368]},{"name":"COD_AUDIO_MINOR_LOUDSPEAKER","features":[368]},{"name":"COD_AUDIO_MINOR_MICROPHONE","features":[368]},{"name":"COD_AUDIO_MINOR_PORTABLE_AUDIO","features":[368]},{"name":"COD_AUDIO_MINOR_SET_TOP_BOX","features":[368]},{"name":"COD_AUDIO_MINOR_UNCLASSIFIED","features":[368]},{"name":"COD_AUDIO_MINOR_VCR","features":[368]},{"name":"COD_AUDIO_MINOR_VIDEO_CAMERA","features":[368]},{"name":"COD_AUDIO_MINOR_VIDEO_DISPLAY_CONFERENCING","features":[368]},{"name":"COD_AUDIO_MINOR_VIDEO_DISPLAY_LOUDSPEAKER","features":[368]},{"name":"COD_AUDIO_MINOR_VIDEO_MONITOR","features":[368]},{"name":"COD_COMPUTER_MINOR_DESKTOP","features":[368]},{"name":"COD_COMPUTER_MINOR_HANDHELD","features":[368]},{"name":"COD_COMPUTER_MINOR_LAPTOP","features":[368]},{"name":"COD_COMPUTER_MINOR_PALM","features":[368]},{"name":"COD_COMPUTER_MINOR_SERVER","features":[368]},{"name":"COD_COMPUTER_MINOR_UNCLASSIFIED","features":[368]},{"name":"COD_COMPUTER_MINOR_WEARABLE","features":[368]},{"name":"COD_FORMAT_BIT_OFFSET","features":[368]},{"name":"COD_FORMAT_MASK","features":[368]},{"name":"COD_HEALTH_MINOR_BLOOD_PRESSURE_MONITOR","features":[368]},{"name":"COD_HEALTH_MINOR_GLUCOSE_METER","features":[368]},{"name":"COD_HEALTH_MINOR_HEALTH_DATA_DISPLAY","features":[368]},{"name":"COD_HEALTH_MINOR_HEART_PULSE_MONITOR","features":[368]},{"name":"COD_HEALTH_MINOR_PULSE_OXIMETER","features":[368]},{"name":"COD_HEALTH_MINOR_STEP_COUNTER","features":[368]},{"name":"COD_HEALTH_MINOR_THERMOMETER","features":[368]},{"name":"COD_HEALTH_MINOR_WEIGHING_SCALE","features":[368]},{"name":"COD_IMAGING_MINOR_CAMERA_MASK","features":[368]},{"name":"COD_IMAGING_MINOR_DISPLAY_MASK","features":[368]},{"name":"COD_IMAGING_MINOR_PRINTER_MASK","features":[368]},{"name":"COD_IMAGING_MINOR_SCANNER_MASK","features":[368]},{"name":"COD_LAN_ACCESS_0_USED","features":[368]},{"name":"COD_LAN_ACCESS_17_USED","features":[368]},{"name":"COD_LAN_ACCESS_33_USED","features":[368]},{"name":"COD_LAN_ACCESS_50_USED","features":[368]},{"name":"COD_LAN_ACCESS_67_USED","features":[368]},{"name":"COD_LAN_ACCESS_83_USED","features":[368]},{"name":"COD_LAN_ACCESS_99_USED","features":[368]},{"name":"COD_LAN_ACCESS_BIT_OFFSET","features":[368]},{"name":"COD_LAN_ACCESS_FULL","features":[368]},{"name":"COD_LAN_ACCESS_MASK","features":[368]},{"name":"COD_LAN_MINOR_MASK","features":[368]},{"name":"COD_LAN_MINOR_UNCLASSIFIED","features":[368]},{"name":"COD_MAJOR_AUDIO","features":[368]},{"name":"COD_MAJOR_COMPUTER","features":[368]},{"name":"COD_MAJOR_HEALTH","features":[368]},{"name":"COD_MAJOR_IMAGING","features":[368]},{"name":"COD_MAJOR_LAN_ACCESS","features":[368]},{"name":"COD_MAJOR_MASK","features":[368]},{"name":"COD_MAJOR_MISCELLANEOUS","features":[368]},{"name":"COD_MAJOR_PERIPHERAL","features":[368]},{"name":"COD_MAJOR_PHONE","features":[368]},{"name":"COD_MAJOR_TOY","features":[368]},{"name":"COD_MAJOR_UNCLASSIFIED","features":[368]},{"name":"COD_MAJOR_WEARABLE","features":[368]},{"name":"COD_MINOR_BIT_OFFSET","features":[368]},{"name":"COD_MINOR_MASK","features":[368]},{"name":"COD_PERIPHERAL_MINOR_GAMEPAD","features":[368]},{"name":"COD_PERIPHERAL_MINOR_JOYSTICK","features":[368]},{"name":"COD_PERIPHERAL_MINOR_KEYBOARD_MASK","features":[368]},{"name":"COD_PERIPHERAL_MINOR_NO_CATEGORY","features":[368]},{"name":"COD_PERIPHERAL_MINOR_POINTER_MASK","features":[368]},{"name":"COD_PERIPHERAL_MINOR_REMOTE_CONTROL","features":[368]},{"name":"COD_PERIPHERAL_MINOR_SENSING","features":[368]},{"name":"COD_PHONE_MINOR_CELLULAR","features":[368]},{"name":"COD_PHONE_MINOR_CORDLESS","features":[368]},{"name":"COD_PHONE_MINOR_SMART","features":[368]},{"name":"COD_PHONE_MINOR_UNCLASSIFIED","features":[368]},{"name":"COD_PHONE_MINOR_WIRED_MODEM","features":[368]},{"name":"COD_SERVICE_AUDIO","features":[368]},{"name":"COD_SERVICE_CAPTURING","features":[368]},{"name":"COD_SERVICE_INFORMATION","features":[368]},{"name":"COD_SERVICE_LE_AUDIO","features":[368]},{"name":"COD_SERVICE_LIMITED","features":[368]},{"name":"COD_SERVICE_MASK","features":[368]},{"name":"COD_SERVICE_MAX_COUNT","features":[368]},{"name":"COD_SERVICE_NETWORKING","features":[368]},{"name":"COD_SERVICE_OBJECT_XFER","features":[368]},{"name":"COD_SERVICE_POSITIONING","features":[368]},{"name":"COD_SERVICE_RENDERING","features":[368]},{"name":"COD_SERVICE_TELEPHONY","features":[368]},{"name":"COD_TOY_MINOR_CONTROLLER","features":[368]},{"name":"COD_TOY_MINOR_DOLL_ACTION_FIGURE","features":[368]},{"name":"COD_TOY_MINOR_GAME","features":[368]},{"name":"COD_TOY_MINOR_ROBOT","features":[368]},{"name":"COD_TOY_MINOR_VEHICLE","features":[368]},{"name":"COD_VERSION","features":[368]},{"name":"COD_WEARABLE_MINOR_GLASSES","features":[368]},{"name":"COD_WEARABLE_MINOR_HELMET","features":[368]},{"name":"COD_WEARABLE_MINOR_JACKET","features":[368]},{"name":"COD_WEARABLE_MINOR_PAGER","features":[368]},{"name":"COD_WEARABLE_MINOR_WRIST_WATCH","features":[368]},{"name":"CORDLESS_EXTERNAL_NETWORK_ANALOG_CELLULAR","features":[368]},{"name":"CORDLESS_EXTERNAL_NETWORK_CDMA","features":[368]},{"name":"CORDLESS_EXTERNAL_NETWORK_GSM","features":[368]},{"name":"CORDLESS_EXTERNAL_NETWORK_ISDN","features":[368]},{"name":"CORDLESS_EXTERNAL_NETWORK_OTHER","features":[368]},{"name":"CORDLESS_EXTERNAL_NETWORK_PACKET_SWITCHED","features":[368]},{"name":"CORDLESS_EXTERNAL_NETWORK_PSTN","features":[368]},{"name":"CTNAccessServiceClassID_UUID16","features":[368]},{"name":"CTNNotificationServiceClassID_UUID16","features":[368]},{"name":"CTNProfileID_UUID16","features":[368]},{"name":"CharacteristicAggregateFormat","features":[368]},{"name":"CharacteristicExtendedProperties","features":[368]},{"name":"CharacteristicFormat","features":[368]},{"name":"CharacteristicUserDescription","features":[368]},{"name":"CharacteristicValueChangedEvent","features":[368]},{"name":"ClientCharacteristicConfiguration","features":[368]},{"name":"CommonISDNAccessServiceClassID_UUID16","features":[368]},{"name":"CommonISDNAccessServiceClass_UUID16","features":[368]},{"name":"CordlessServiceClassID_UUID16","features":[368]},{"name":"CordlessTelephonyServiceClassID_UUID16","features":[368]},{"name":"CustomDescriptor","features":[368]},{"name":"DI_VENDOR_ID_SOURCE_BLUETOOTH_SIG","features":[368]},{"name":"DI_VENDOR_ID_SOURCE_USB_IF","features":[368]},{"name":"DialupNetworkingServiceClassID_UUID16","features":[368]},{"name":"DirectPrintingReferenceObjectsServiceClassID_UUID16","features":[368]},{"name":"DirectPrintingServiceClassID_UUID16","features":[368]},{"name":"ENCODING_UTF_8","features":[368]},{"name":"ESdpUpnpIpLapServiceClassID_UUID16","features":[368]},{"name":"ESdpUpnpIpPanServiceClassID_UUID16","features":[368]},{"name":"ESdpUpnpL2capServiceClassID_UUID16","features":[368]},{"name":"FTP_PROTOCOL_UUID16","features":[368]},{"name":"FaxServiceClassID_UUID16","features":[368]},{"name":"GNSSProfileID_UUID16","features":[368]},{"name":"GNSSServerServiceClassID_UUID16","features":[368]},{"name":"GNServiceClassID_UUID16","features":[368]},{"name":"GUID_BLUETOOTHLE_DEVICE_INTERFACE","features":[368]},{"name":"GUID_BLUETOOTH_AUTHENTICATION_REQUEST","features":[368]},{"name":"GUID_BLUETOOTH_GATT_SERVICE_DEVICE_INTERFACE","features":[368]},{"name":"GUID_BLUETOOTH_HCI_EVENT","features":[368]},{"name":"GUID_BLUETOOTH_HCI_VENDOR_EVENT","features":[368]},{"name":"GUID_BLUETOOTH_KEYPRESS_EVENT","features":[368]},{"name":"GUID_BLUETOOTH_L2CAP_EVENT","features":[368]},{"name":"GUID_BLUETOOTH_RADIO_IN_RANGE","features":[368]},{"name":"GUID_BLUETOOTH_RADIO_OUT_OF_RANGE","features":[368]},{"name":"GUID_BTHPORT_DEVICE_INTERFACE","features":[368]},{"name":"GUID_BTH_RFCOMM_SERVICE_DEVICE_INTERFACE","features":[368]},{"name":"GenericAudioServiceClassID_UUID16","features":[368]},{"name":"GenericFileTransferServiceClassID_UUID16","features":[368]},{"name":"GenericNetworkingServiceClassID_UUID16","features":[368]},{"name":"GenericTelephonyServiceClassID_UUID16","features":[368]},{"name":"HANDLE_SDP_TYPE","features":[368]},{"name":"HBLUETOOTH_DEVICE_FIND","features":[368]},{"name":"HBLUETOOTH_RADIO_FIND","features":[368]},{"name":"HCCC_PROTOCOL_UUID16","features":[368]},{"name":"HCDC_PROTOCOL_UUID16","features":[368]},{"name":"HCI_CONNECTION_TYPE_ACL","features":[368]},{"name":"HCI_CONNECTION_TYPE_LE","features":[368]},{"name":"HCI_CONNECTION_TYPE_SCO","features":[368]},{"name":"HCI_CONNNECTION_TYPE_ACL","features":[368]},{"name":"HCI_CONNNECTION_TYPE_SCO","features":[368]},{"name":"HCN_PROTOCOL_UUID16","features":[368]},{"name":"HCRPrintServiceClassID_UUID16","features":[368]},{"name":"HCRScanServiceClassID_UUID16","features":[368]},{"name":"HID_PROTOCOL_UUID16","features":[368]},{"name":"HTTP_PROTOCOL_UUID16","features":[368]},{"name":"HandsfreeAudioGatewayServiceClassID_UUID16","features":[368]},{"name":"HandsfreeServiceClassID_UUID16","features":[368]},{"name":"HardcopyCableReplacementProfileID_UUID16","features":[368]},{"name":"HardcopyCableReplacementServiceClassID_UUID16","features":[368]},{"name":"HeadsetAudioGatewayServiceClassID_UUID16","features":[368]},{"name":"HeadsetHSServiceClassID_UUID16","features":[368]},{"name":"HeadsetServiceClassID_UUID16","features":[368]},{"name":"HealthDeviceProfileID_UUID16","features":[368]},{"name":"HealthDeviceProfileSinkServiceClassID_UUID16","features":[368]},{"name":"HealthDeviceProfileSourceServiceClassID_UUID16","features":[368]},{"name":"HumanInterfaceDeviceServiceClassID_UUID16","features":[368]},{"name":"IO_CAPABILITY","features":[368]},{"name":"IP_PROTOCOL_UUID16","features":[368]},{"name":"ImagingAutomaticArchiveServiceClassID_UUID16","features":[368]},{"name":"ImagingReferenceObjectsServiceClassID_UUID16","features":[368]},{"name":"ImagingResponderServiceClassID_UUID16","features":[368]},{"name":"ImagingServiceClassID_UUID16","features":[368]},{"name":"ImagingServiceProfileID_UUID16","features":[368]},{"name":"IntercomServiceClassID_UUID16","features":[368]},{"name":"IoCaps_DisplayOnly","features":[368]},{"name":"IoCaps_DisplayYesNo","features":[368]},{"name":"IoCaps_KeyboardOnly","features":[368]},{"name":"IoCaps_NoInputNoOutput","features":[368]},{"name":"IoCaps_Undefined","features":[368]},{"name":"IrMCSyncServiceClassID_UUID16","features":[368]},{"name":"IrMcSyncCommandServiceClassID_UUID16","features":[368]},{"name":"L2CAP_DEFAULT_MTU","features":[368]},{"name":"L2CAP_MAX_MTU","features":[368]},{"name":"L2CAP_MIN_MTU","features":[368]},{"name":"L2CAP_PROTOCOL_UUID16","features":[368]},{"name":"LANAccessUsingPPPServiceClassID_UUID16","features":[368]},{"name":"LANGUAGE_EN_US","features":[368]},{"name":"LANG_BASE_ENCODING_INDEX","features":[368]},{"name":"LANG_BASE_LANGUAGE_INDEX","features":[368]},{"name":"LANG_BASE_OFFSET_INDEX","features":[368]},{"name":"LANG_DEFAULT_ID","features":[368]},{"name":"LAP_GIAC_VALUE","features":[368]},{"name":"LAP_LIAC_VALUE","features":[368]},{"name":"MAX_L2CAP_INFO_DATA_LENGTH","features":[368]},{"name":"MAX_L2CAP_PING_DATA_LENGTH","features":[368]},{"name":"MAX_UUIDS_IN_QUERY","features":[368]},{"name":"MITMProtectionNotDefined","features":[368]},{"name":"MITMProtectionNotRequired","features":[368]},{"name":"MITMProtectionNotRequiredBonding","features":[368]},{"name":"MITMProtectionNotRequiredGeneralBonding","features":[368]},{"name":"MITMProtectionRequired","features":[368]},{"name":"MITMProtectionRequiredBonding","features":[368]},{"name":"MITMProtectionRequiredGeneralBonding","features":[368]},{"name":"MPSProfileID_UUID16","features":[368]},{"name":"MPSServiceClassID_UUID16","features":[368]},{"name":"MessageAccessProfileID_UUID16","features":[368]},{"name":"MessageAccessServerServiceClassID_UUID16","features":[368]},{"name":"MessageNotificationServerServiceClassID_UUID16","features":[368]},{"name":"NAPServiceClassID_UUID16","features":[368]},{"name":"NS_BTH","features":[368]},{"name":"NodeContainerType","features":[368]},{"name":"NodeContainerTypeAlternative","features":[368]},{"name":"NodeContainerTypeSequence","features":[368]},{"name":"OBEXFileTransferServiceClassID_UUID16","features":[368]},{"name":"OBEXObjectPushServiceClassID_UUID16","features":[368]},{"name":"OBEX_PROTOCOL_UUID16","features":[368]},{"name":"OBJECT_PUSH_FORMAT_ANY","features":[368]},{"name":"OBJECT_PUSH_FORMAT_ICAL_2_0","features":[368]},{"name":"OBJECT_PUSH_FORMAT_VCAL_1_0","features":[368]},{"name":"OBJECT_PUSH_FORMAT_VCARD_2_1","features":[368]},{"name":"OBJECT_PUSH_FORMAT_VCARD_3_0","features":[368]},{"name":"OBJECT_PUSH_FORMAT_VMESSAGE","features":[368]},{"name":"OBJECT_PUSH_FORMAT_VNOTE","features":[368]},{"name":"PANUServiceClassID_UUID16","features":[368]},{"name":"PFNBLUETOOTH_GATT_EVENT_CALLBACK","features":[368]},{"name":"PFN_AUTHENTICATION_CALLBACK","features":[368,305]},{"name":"PFN_AUTHENTICATION_CALLBACK_EX","features":[368,305]},{"name":"PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK","features":[368,305]},{"name":"PFN_DEVICE_CALLBACK","features":[368,305]},{"name":"PF_BTH","features":[368]},{"name":"PSM_3DSP","features":[368]},{"name":"PSM_ATT","features":[368]},{"name":"PSM_AVCTP","features":[368]},{"name":"PSM_AVCTP_BROWSE","features":[368]},{"name":"PSM_AVDTP","features":[368]},{"name":"PSM_BNEP","features":[368]},{"name":"PSM_HID_CONTROL","features":[368]},{"name":"PSM_HID_INTERRUPT","features":[368]},{"name":"PSM_LE_IPSP","features":[368]},{"name":"PSM_RFCOMM","features":[368]},{"name":"PSM_SDP","features":[368]},{"name":"PSM_TCS_BIN","features":[368]},{"name":"PSM_TCS_BIN_CORDLESS","features":[368]},{"name":"PSM_UDI_C_PLANE","features":[368]},{"name":"PSM_UPNP","features":[368]},{"name":"PhonebookAccessPceServiceClassID_UUID16","features":[368]},{"name":"PhonebookAccessProfileID_UUID16","features":[368]},{"name":"PhonebookAccessPseServiceClassID_UUID16","features":[368]},{"name":"PnPInformationServiceClassID_UUID16","features":[368]},{"name":"PrintingStatusServiceClassID_UUID16","features":[368]},{"name":"PublicBrowseGroupServiceClassID_UUID16","features":[368]},{"name":"RFCOMM_CMD_MSC","features":[368]},{"name":"RFCOMM_CMD_NONE","features":[368]},{"name":"RFCOMM_CMD_RLS","features":[368]},{"name":"RFCOMM_CMD_RPN","features":[368]},{"name":"RFCOMM_CMD_RPN_REQUEST","features":[368]},{"name":"RFCOMM_CMD_RPN_RESPONSE","features":[368]},{"name":"RFCOMM_COMMAND","features":[368]},{"name":"RFCOMM_MAX_MTU","features":[368]},{"name":"RFCOMM_MIN_MTU","features":[368]},{"name":"RFCOMM_MSC_DATA","features":[368]},{"name":"RFCOMM_PROTOCOL_UUID16","features":[368]},{"name":"RFCOMM_RLS_DATA","features":[368]},{"name":"RFCOMM_RPN_DATA","features":[368]},{"name":"RLS_ERROR","features":[368]},{"name":"RLS_FRAMING","features":[368]},{"name":"RLS_OVERRUN","features":[368]},{"name":"RLS_PARITY","features":[368]},{"name":"RPN_BAUD_115200","features":[368]},{"name":"RPN_BAUD_19200","features":[368]},{"name":"RPN_BAUD_230400","features":[368]},{"name":"RPN_BAUD_2400","features":[368]},{"name":"RPN_BAUD_38400","features":[368]},{"name":"RPN_BAUD_4800","features":[368]},{"name":"RPN_BAUD_57600","features":[368]},{"name":"RPN_BAUD_7200","features":[368]},{"name":"RPN_BAUD_9600","features":[368]},{"name":"RPN_DATA_5","features":[368]},{"name":"RPN_DATA_6","features":[368]},{"name":"RPN_DATA_7","features":[368]},{"name":"RPN_DATA_8","features":[368]},{"name":"RPN_FLOW_RTC_IN","features":[368]},{"name":"RPN_FLOW_RTC_OUT","features":[368]},{"name":"RPN_FLOW_RTR_IN","features":[368]},{"name":"RPN_FLOW_RTR_OUT","features":[368]},{"name":"RPN_FLOW_X_IN","features":[368]},{"name":"RPN_FLOW_X_OUT","features":[368]},{"name":"RPN_PARAM_BAUD","features":[368]},{"name":"RPN_PARAM_DATA","features":[368]},{"name":"RPN_PARAM_PARITY","features":[368]},{"name":"RPN_PARAM_P_TYPE","features":[368]},{"name":"RPN_PARAM_RTC_IN","features":[368]},{"name":"RPN_PARAM_RTC_OUT","features":[368]},{"name":"RPN_PARAM_RTR_IN","features":[368]},{"name":"RPN_PARAM_RTR_OUT","features":[368]},{"name":"RPN_PARAM_STOP","features":[368]},{"name":"RPN_PARAM_XOFF","features":[368]},{"name":"RPN_PARAM_XON","features":[368]},{"name":"RPN_PARAM_X_IN","features":[368]},{"name":"RPN_PARAM_X_OUT","features":[368]},{"name":"RPN_PARITY_EVEN","features":[368]},{"name":"RPN_PARITY_MARK","features":[368]},{"name":"RPN_PARITY_NONE","features":[368]},{"name":"RPN_PARITY_ODD","features":[368]},{"name":"RPN_PARITY_SPACE","features":[368]},{"name":"RPN_STOP_1","features":[368]},{"name":"RPN_STOP_1_5","features":[368]},{"name":"ReferencePrintingServiceClassID_UUID16","features":[368]},{"name":"ReflectsUIServiceClassID_UUID16","features":[368]},{"name":"SAP_BIT_OFFSET","features":[368]},{"name":"SDP_ATTRIB_A2DP_SUPPORTED_FEATURES","features":[368]},{"name":"SDP_ATTRIB_ADDITIONAL_PROTOCOL_DESCRIPTOR_LIST","features":[368]},{"name":"SDP_ATTRIB_AVAILABILITY","features":[368]},{"name":"SDP_ATTRIB_AVRCP_SUPPORTED_FEATURES","features":[368]},{"name":"SDP_ATTRIB_BROWSE_GROUP_ID","features":[368]},{"name":"SDP_ATTRIB_BROWSE_GROUP_LIST","features":[368]},{"name":"SDP_ATTRIB_CLASS_ID_LIST","features":[368]},{"name":"SDP_ATTRIB_CLIENT_EXECUTABLE_URL","features":[368]},{"name":"SDP_ATTRIB_CORDLESS_EXTERNAL_NETWORK","features":[368]},{"name":"SDP_ATTRIB_DI_PRIMARY_RECORD","features":[368]},{"name":"SDP_ATTRIB_DI_PRODUCT_ID","features":[368]},{"name":"SDP_ATTRIB_DI_SPECIFICATION_ID","features":[368]},{"name":"SDP_ATTRIB_DI_VENDOR_ID","features":[368]},{"name":"SDP_ATTRIB_DI_VENDOR_ID_SOURCE","features":[368]},{"name":"SDP_ATTRIB_DI_VERSION","features":[368]},{"name":"SDP_ATTRIB_DOCUMENTATION_URL","features":[368]},{"name":"SDP_ATTRIB_FAX_AUDIO_FEEDBACK_SUPPORT","features":[368]},{"name":"SDP_ATTRIB_FAX_CLASS_1_SUPPORT","features":[368]},{"name":"SDP_ATTRIB_FAX_CLASS_2_0_SUPPORT","features":[368]},{"name":"SDP_ATTRIB_FAX_CLASS_2_SUPPORT","features":[368]},{"name":"SDP_ATTRIB_HEADSET_REMOTE_AUDIO_VOLUME_CONTROL","features":[368]},{"name":"SDP_ATTRIB_HFP_SUPPORTED_FEATURES","features":[368]},{"name":"SDP_ATTRIB_HID_BATTERY_POWER","features":[368]},{"name":"SDP_ATTRIB_HID_BOOT_DEVICE","features":[368]},{"name":"SDP_ATTRIB_HID_COUNTRY_CODE","features":[368]},{"name":"SDP_ATTRIB_HID_DESCRIPTOR_LIST","features":[368]},{"name":"SDP_ATTRIB_HID_DEVICE_RELEASE_NUMBER","features":[368]},{"name":"SDP_ATTRIB_HID_DEVICE_SUBCLASS","features":[368]},{"name":"SDP_ATTRIB_HID_LANG_ID_BASE_LIST","features":[368]},{"name":"SDP_ATTRIB_HID_NORMALLY_CONNECTABLE","features":[368]},{"name":"SDP_ATTRIB_HID_PARSER_VERSION","features":[368]},{"name":"SDP_ATTRIB_HID_PROFILE_VERSION","features":[368]},{"name":"SDP_ATTRIB_HID_RECONNECT_INITIATE","features":[368]},{"name":"SDP_ATTRIB_HID_REMOTE_WAKE","features":[368]},{"name":"SDP_ATTRIB_HID_SDP_DISABLE","features":[368]},{"name":"SDP_ATTRIB_HID_SSR_HOST_MAX_LATENCY","features":[368]},{"name":"SDP_ATTRIB_HID_SSR_HOST_MIN_TIMEOUT","features":[368]},{"name":"SDP_ATTRIB_HID_SUPERVISION_TIMEOUT","features":[368]},{"name":"SDP_ATTRIB_HID_VIRTUAL_CABLE","features":[368]},{"name":"SDP_ATTRIB_ICON_URL","features":[368]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_CAPABILITIES","features":[368]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_FEATURES","features":[368]},{"name":"SDP_ATTRIB_IMAGING_SUPPORTED_FUNCTIONS","features":[368]},{"name":"SDP_ATTRIB_IMAGING_TOTAL_DATA_CAPACITY","features":[368]},{"name":"SDP_ATTRIB_INFO_TIME_TO_LIVE","features":[368]},{"name":"SDP_ATTRIB_LANG_BASE_ATTRIB_ID_LIST","features":[368]},{"name":"SDP_ATTRIB_LAN_LPSUBNET","features":[368]},{"name":"SDP_ATTRIB_OBJECT_PUSH_SUPPORTED_FORMATS_LIST","features":[368]},{"name":"SDP_ATTRIB_PAN_HOME_PAGE_URL","features":[368]},{"name":"SDP_ATTRIB_PAN_MAX_NET_ACCESS_RATE","features":[368]},{"name":"SDP_ATTRIB_PAN_NETWORK_ADDRESS","features":[368]},{"name":"SDP_ATTRIB_PAN_NET_ACCESS_TYPE","features":[368]},{"name":"SDP_ATTRIB_PAN_SECURITY_DESCRIPTION","features":[368]},{"name":"SDP_ATTRIB_PAN_WAP_GATEWAY","features":[368]},{"name":"SDP_ATTRIB_PAN_WAP_STACK_TYPE","features":[368]},{"name":"SDP_ATTRIB_PROFILE_DESCRIPTOR_LIST","features":[368]},{"name":"SDP_ATTRIB_PROFILE_SPECIFIC","features":[368]},{"name":"SDP_ATTRIB_PROTOCOL_DESCRIPTOR_LIST","features":[368]},{"name":"SDP_ATTRIB_RECORD_HANDLE","features":[368]},{"name":"SDP_ATTRIB_RECORD_STATE","features":[368]},{"name":"SDP_ATTRIB_SDP_DATABASE_STATE","features":[368]},{"name":"SDP_ATTRIB_SDP_VERSION_NUMBER_LIST","features":[368]},{"name":"SDP_ATTRIB_SERVICE_ID","features":[368]},{"name":"SDP_ATTRIB_SERVICE_VERSION","features":[368]},{"name":"SDP_ATTRIB_SYNCH_SUPPORTED_DATA_STORES_LIST","features":[368]},{"name":"SDP_CONNECT_ALLOW_PIN","features":[368]},{"name":"SDP_CONNECT_CACHE","features":[368]},{"name":"SDP_DEFAULT_INQUIRY_MAX_RESPONSES","features":[368]},{"name":"SDP_DEFAULT_INQUIRY_SECONDS","features":[368]},{"name":"SDP_ELEMENT_DATA","features":[368]},{"name":"SDP_ERROR_INSUFFICIENT_RESOURCES","features":[368]},{"name":"SDP_ERROR_INVALID_CONTINUATION_STATE","features":[368]},{"name":"SDP_ERROR_INVALID_PDU_SIZE","features":[368]},{"name":"SDP_ERROR_INVALID_RECORD_HANDLE","features":[368]},{"name":"SDP_ERROR_INVALID_REQUEST_SYNTAX","features":[368]},{"name":"SDP_ERROR_INVALID_SDP_VERSION","features":[368]},{"name":"SDP_LARGE_INTEGER_16","features":[368]},{"name":"SDP_MAX_INQUIRY_SECONDS","features":[368]},{"name":"SDP_PROTOCOL_UUID16","features":[368]},{"name":"SDP_REQUEST_TO_DEFAULT","features":[368]},{"name":"SDP_REQUEST_TO_MAX","features":[368]},{"name":"SDP_REQUEST_TO_MIN","features":[368]},{"name":"SDP_SEARCH_NO_FORMAT_CHECK","features":[368]},{"name":"SDP_SEARCH_NO_PARSE_CHECK","features":[368]},{"name":"SDP_SERVICE_ATTRIBUTE_REQUEST","features":[368]},{"name":"SDP_SERVICE_SEARCH_ATTRIBUTE_REQUEST","features":[368]},{"name":"SDP_SERVICE_SEARCH_REQUEST","features":[368]},{"name":"SDP_SPECIFICTYPE","features":[368]},{"name":"SDP_STRING_TYPE_DATA","features":[368]},{"name":"SDP_ST_INT128","features":[368]},{"name":"SDP_ST_INT16","features":[368]},{"name":"SDP_ST_INT32","features":[368]},{"name":"SDP_ST_INT64","features":[368]},{"name":"SDP_ST_INT8","features":[368]},{"name":"SDP_ST_NONE","features":[368]},{"name":"SDP_ST_UINT128","features":[368]},{"name":"SDP_ST_UINT16","features":[368]},{"name":"SDP_ST_UINT32","features":[368]},{"name":"SDP_ST_UINT64","features":[368]},{"name":"SDP_ST_UINT8","features":[368]},{"name":"SDP_ST_UUID128","features":[368]},{"name":"SDP_ST_UUID16","features":[368]},{"name":"SDP_ST_UUID32","features":[368]},{"name":"SDP_TYPE","features":[368]},{"name":"SDP_TYPE_ALTERNATIVE","features":[368]},{"name":"SDP_TYPE_BOOLEAN","features":[368]},{"name":"SDP_TYPE_CONTAINER","features":[368]},{"name":"SDP_TYPE_INT","features":[368]},{"name":"SDP_TYPE_NIL","features":[368]},{"name":"SDP_TYPE_SEQUENCE","features":[368]},{"name":"SDP_TYPE_STRING","features":[368]},{"name":"SDP_TYPE_UINT","features":[368]},{"name":"SDP_TYPE_URL","features":[368]},{"name":"SDP_TYPE_UUID","features":[368]},{"name":"SDP_ULARGE_INTEGER_16","features":[368]},{"name":"SERVICE_OPTION_DO_NOT_PUBLISH","features":[368]},{"name":"SERVICE_OPTION_DO_NOT_PUBLISH_EIR","features":[368]},{"name":"SERVICE_OPTION_NO_PUBLIC_BROWSE","features":[368]},{"name":"SERVICE_SECURITY_AUTHENTICATE","features":[368]},{"name":"SERVICE_SECURITY_AUTHORIZE","features":[368]},{"name":"SERVICE_SECURITY_DISABLED","features":[368]},{"name":"SERVICE_SECURITY_ENCRYPT_OPTIONAL","features":[368]},{"name":"SERVICE_SECURITY_ENCRYPT_REQUIRED","features":[368]},{"name":"SERVICE_SECURITY_NONE","features":[368]},{"name":"SERVICE_SECURITY_NO_ASK","features":[368]},{"name":"SERVICE_SECURITY_USE_DEFAULTS","features":[368]},{"name":"SOCKADDR_BTH","features":[368]},{"name":"SOL_L2CAP","features":[368]},{"name":"SOL_RFCOMM","features":[368]},{"name":"SOL_SDP","features":[368]},{"name":"SO_BTH_AUTHENTICATE","features":[368]},{"name":"SO_BTH_ENCRYPT","features":[368]},{"name":"SO_BTH_MTU","features":[368]},{"name":"SO_BTH_MTU_MAX","features":[368]},{"name":"SO_BTH_MTU_MIN","features":[368]},{"name":"STRING_DESCRIPTION_OFFSET","features":[368]},{"name":"STRING_NAME_OFFSET","features":[368]},{"name":"STRING_PROVIDER_NAME_OFFSET","features":[368]},{"name":"STR_ADDR_FMT","features":[368]},{"name":"STR_ADDR_FMTA","features":[368]},{"name":"STR_ADDR_FMTW","features":[368]},{"name":"STR_ADDR_SHORT_FMT","features":[368]},{"name":"STR_ADDR_SHORT_FMTA","features":[368]},{"name":"STR_ADDR_SHORT_FMTW","features":[368]},{"name":"STR_USBHCI_CLASS_HARDWAREID","features":[368]},{"name":"STR_USBHCI_CLASS_HARDWAREIDA","features":[368]},{"name":"STR_USBHCI_CLASS_HARDWAREIDW","features":[368]},{"name":"SVCID_BTH_PROVIDER","features":[368]},{"name":"SYNCH_DATA_STORE_CALENDAR","features":[368]},{"name":"SYNCH_DATA_STORE_MESSAGES","features":[368]},{"name":"SYNCH_DATA_STORE_NOTES","features":[368]},{"name":"SYNCH_DATA_STORE_PHONEBOOK","features":[368]},{"name":"SdpAttributeRange","features":[368]},{"name":"SdpQueryUuid","features":[368]},{"name":"SdpQueryUuidUnion","features":[368]},{"name":"SerialPortServiceClassID_UUID16","features":[368]},{"name":"ServerCharacteristicConfiguration","features":[368]},{"name":"ServiceDiscoveryServerServiceClassID_UUID16","features":[368]},{"name":"SimAccessServiceClassID_UUID16","features":[368]},{"name":"TCP_PROTOCOL_UUID16","features":[368]},{"name":"TCSAT_PROTOCOL_UUID16","features":[368]},{"name":"TCSBIN_PROTOCOL_UUID16","features":[368]},{"name":"ThreeDimensionalDisplayServiceClassID_UUID16","features":[368]},{"name":"ThreeDimensionalGlassesServiceClassID_UUID16","features":[368]},{"name":"ThreeDimensionalSynchronizationProfileID_UUID16","features":[368]},{"name":"UDIMTServiceClassID_UUID16","features":[368]},{"name":"UDIMTServiceClass_UUID16","features":[368]},{"name":"UDITAServiceClassID_UUID16","features":[368]},{"name":"UDITAServiceClass_UUID16","features":[368]},{"name":"UDI_C_PLANE_PROTOCOL_UUID16","features":[368]},{"name":"UDP_PROTOCOL_UUID16","features":[368]},{"name":"UPNP_PROTOCOL_UUID16","features":[368]},{"name":"UPnpIpServiceClassID_UUID16","features":[368]},{"name":"UPnpServiceClassID_UUID16","features":[368]},{"name":"VideoConferencingGWServiceClassID_UUID16","features":[368]},{"name":"VideoConferencingGWServiceClass_UUID16","features":[368]},{"name":"VideoConferencingServiceClassID_UUID16","features":[368]},{"name":"VideoDistributionProfileID_UUID16","features":[368]},{"name":"VideoSinkServiceClassID_UUID16","features":[368]},{"name":"VideoSourceServiceClassID_UUID16","features":[368]},{"name":"WAPClientServiceClassID_UUID16","features":[368]},{"name":"WAPServiceClassID_UUID16","features":[368]},{"name":"WSP_PROTOCOL_UUID16","features":[368]}],"375":[{"name":"ADR_ENCODES_CURRENT_POSITION","features":[369]},{"name":"ADR_ENCODES_ISRC","features":[369]},{"name":"ADR_ENCODES_MEDIA_CATALOG","features":[369]},{"name":"ADR_NO_MODE_INFORMATION","features":[369]},{"name":"AUDIO_DATA_TRACK","features":[369]},{"name":"AUDIO_STATUS_IN_PROGRESS","features":[369]},{"name":"AUDIO_STATUS_NOT_SUPPORTED","features":[369]},{"name":"AUDIO_STATUS_NO_STATUS","features":[369]},{"name":"AUDIO_STATUS_PAUSED","features":[369]},{"name":"AUDIO_STATUS_PLAY_COMPLETE","features":[369]},{"name":"AUDIO_STATUS_PLAY_ERROR","features":[369]},{"name":"AUDIO_WITH_PREEMPHASIS","features":[369]},{"name":"CDDA","features":[369]},{"name":"CDROM_CD_TEXT_PACK_ALBUM_NAME","features":[369]},{"name":"CDROM_CD_TEXT_PACK_ARRANGER","features":[369]},{"name":"CDROM_CD_TEXT_PACK_COMPOSER","features":[369]},{"name":"CDROM_CD_TEXT_PACK_DISC_ID","features":[369]},{"name":"CDROM_CD_TEXT_PACK_GENRE","features":[369]},{"name":"CDROM_CD_TEXT_PACK_MESSAGES","features":[369]},{"name":"CDROM_CD_TEXT_PACK_PERFORMER","features":[369]},{"name":"CDROM_CD_TEXT_PACK_SIZE_INFO","features":[369]},{"name":"CDROM_CD_TEXT_PACK_SONGWRITER","features":[369]},{"name":"CDROM_CD_TEXT_PACK_TOC_INFO","features":[369]},{"name":"CDROM_CD_TEXT_PACK_TOC_INFO2","features":[369]},{"name":"CDROM_CD_TEXT_PACK_UPC_EAN","features":[369]},{"name":"CDROM_DISK_AUDIO_TRACK","features":[369]},{"name":"CDROM_DISK_DATA","features":[369]},{"name":"CDROM_DISK_DATA_TRACK","features":[369]},{"name":"CDROM_EXCEPTION_PERFORMANCE_DESCRIPTOR","features":[369]},{"name":"CDROM_EXCLUSIVE_ACCESS","features":[369]},{"name":"CDROM_EXCLUSIVE_CALLER_LENGTH","features":[369]},{"name":"CDROM_EXCLUSIVE_LOCK","features":[369]},{"name":"CDROM_EXCLUSIVE_LOCK_STATE","features":[369,305]},{"name":"CDROM_IN_EXCLUSIVE_MODE","features":[369]},{"name":"CDROM_LOCK_IGNORE_VOLUME","features":[369]},{"name":"CDROM_NOMINAL_PERFORMANCE_DESCRIPTOR","features":[369]},{"name":"CDROM_NOT_IN_EXCLUSIVE_MODE","features":[369]},{"name":"CDROM_NO_MEDIA_NOTIFICATIONS","features":[369]},{"name":"CDROM_OPC_INFO_TYPE","features":[369]},{"name":"CDROM_PERFORMANCE_EXCEPTION_TYPE","features":[369]},{"name":"CDROM_PERFORMANCE_HEADER","features":[369]},{"name":"CDROM_PERFORMANCE_REQUEST","features":[369]},{"name":"CDROM_PERFORMANCE_REQUEST_TYPE","features":[369]},{"name":"CDROM_PERFORMANCE_TOLERANCE_TYPE","features":[369]},{"name":"CDROM_PERFORMANCE_TYPE","features":[369]},{"name":"CDROM_PLAY_AUDIO_MSF","features":[369]},{"name":"CDROM_READ_TOC_EX","features":[369]},{"name":"CDROM_READ_TOC_EX_FORMAT_ATIP","features":[369]},{"name":"CDROM_READ_TOC_EX_FORMAT_CDTEXT","features":[369]},{"name":"CDROM_READ_TOC_EX_FORMAT_FULL_TOC","features":[369]},{"name":"CDROM_READ_TOC_EX_FORMAT_PMA","features":[369]},{"name":"CDROM_READ_TOC_EX_FORMAT_SESSION","features":[369]},{"name":"CDROM_READ_TOC_EX_FORMAT_TOC","features":[369]},{"name":"CDROM_SEEK_AUDIO_MSF","features":[369]},{"name":"CDROM_SET_SPEED","features":[369]},{"name":"CDROM_SET_STREAMING","features":[369,305]},{"name":"CDROM_SIMPLE_OPC_INFO","features":[369,305]},{"name":"CDROM_SPEED_REQUEST","features":[369]},{"name":"CDROM_STREAMING_CONTROL","features":[369]},{"name":"CDROM_SUB_Q_DATA_FORMAT","features":[369]},{"name":"CDROM_TOC","features":[369]},{"name":"CDROM_TOC_ATIP_DATA","features":[369]},{"name":"CDROM_TOC_ATIP_DATA_BLOCK","features":[369]},{"name":"CDROM_TOC_CD_TEXT_DATA","features":[369]},{"name":"CDROM_TOC_CD_TEXT_DATA_BLOCK","features":[369]},{"name":"CDROM_TOC_FULL_TOC_DATA","features":[369]},{"name":"CDROM_TOC_FULL_TOC_DATA_BLOCK","features":[369]},{"name":"CDROM_TOC_PMA_DATA","features":[369]},{"name":"CDROM_TOC_SESSION_DATA","features":[369]},{"name":"CDROM_WRITE_SPEED_DESCRIPTOR","features":[369]},{"name":"CDROM_WRITE_SPEED_REQUEST","features":[369]},{"name":"CD_RAW_READ_C2_SIZE","features":[369]},{"name":"CD_RAW_READ_SUBCODE_SIZE","features":[369]},{"name":"CD_RAW_SECTOR_WITH_C2_SIZE","features":[369]},{"name":"CD_RAW_SECTOR_WITH_SUBCODE_SIZE","features":[369]},{"name":"Cdrom10Nominal20Exceptions","features":[369]},{"name":"CdromCAVRotation","features":[369]},{"name":"CdromDefaultRotation","features":[369]},{"name":"CdromEntirePerformanceList","features":[369]},{"name":"CdromNominalPerformance","features":[369]},{"name":"CdromPerformanceExceptionsOnly","features":[369]},{"name":"CdromPerformanceRequest","features":[369]},{"name":"CdromReadPerformance","features":[369]},{"name":"CdromSetSpeed","features":[369]},{"name":"CdromSetStreaming","features":[369]},{"name":"CdromStreamingDisable","features":[369]},{"name":"CdromStreamingEnableForReadOnly","features":[369]},{"name":"CdromStreamingEnableForReadWrite","features":[369]},{"name":"CdromStreamingEnableForWriteOnly","features":[369]},{"name":"CdromWritePerformance","features":[369]},{"name":"CdromWriteSpeedRequest","features":[369]},{"name":"DIGITAL_COPY_PERMITTED","features":[369]},{"name":"EXCLUSIVE_ACCESS_REQUEST_TYPE","features":[369]},{"name":"ExclusiveAccessLockDevice","features":[369]},{"name":"ExclusiveAccessQueryState","features":[369]},{"name":"ExclusiveAccessUnlockDevice","features":[369]},{"name":"IOCTL_CDROM_BASE","features":[369]},{"name":"IOCTL_CDROM_CHECK_VERIFY","features":[369]},{"name":"IOCTL_CDROM_CURRENT_POSITION","features":[369]},{"name":"IOCTL_CDROM_DISK_TYPE","features":[369]},{"name":"IOCTL_CDROM_EJECT_MEDIA","features":[369]},{"name":"IOCTL_CDROM_ENABLE_STREAMING","features":[369]},{"name":"IOCTL_CDROM_EXCLUSIVE_ACCESS","features":[369]},{"name":"IOCTL_CDROM_FIND_NEW_DEVICES","features":[369]},{"name":"IOCTL_CDROM_GET_CONFIGURATION","features":[369]},{"name":"IOCTL_CDROM_GET_CONTROL","features":[369]},{"name":"IOCTL_CDROM_GET_DRIVE_GEOMETRY","features":[369]},{"name":"IOCTL_CDROM_GET_DRIVE_GEOMETRY_EX","features":[369]},{"name":"IOCTL_CDROM_GET_INQUIRY_DATA","features":[369]},{"name":"IOCTL_CDROM_GET_LAST_SESSION","features":[369]},{"name":"IOCTL_CDROM_GET_PERFORMANCE","features":[369]},{"name":"IOCTL_CDROM_GET_VOLUME","features":[369]},{"name":"IOCTL_CDROM_LOAD_MEDIA","features":[369]},{"name":"IOCTL_CDROM_MEDIA_CATALOG","features":[369]},{"name":"IOCTL_CDROM_MEDIA_REMOVAL","features":[369]},{"name":"IOCTL_CDROM_PAUSE_AUDIO","features":[369]},{"name":"IOCTL_CDROM_PLAY_AUDIO_MSF","features":[369]},{"name":"IOCTL_CDROM_RAW_READ","features":[369]},{"name":"IOCTL_CDROM_READ_Q_CHANNEL","features":[369]},{"name":"IOCTL_CDROM_READ_TOC","features":[369]},{"name":"IOCTL_CDROM_READ_TOC_EX","features":[369]},{"name":"IOCTL_CDROM_RELEASE","features":[369]},{"name":"IOCTL_CDROM_RESERVE","features":[369]},{"name":"IOCTL_CDROM_RESUME_AUDIO","features":[369]},{"name":"IOCTL_CDROM_SEEK_AUDIO_MSF","features":[369]},{"name":"IOCTL_CDROM_SEND_OPC_INFORMATION","features":[369]},{"name":"IOCTL_CDROM_SET_SPEED","features":[369]},{"name":"IOCTL_CDROM_SET_VOLUME","features":[369]},{"name":"IOCTL_CDROM_SIMBAD","features":[369]},{"name":"IOCTL_CDROM_STOP_AUDIO","features":[369]},{"name":"IOCTL_CDROM_SUB_Q_CHANNEL","features":[369]},{"name":"IOCTL_CDROM_TRACK_ISRC","features":[369]},{"name":"IOCTL_CDROM_UNLOAD_DRIVER","features":[369]},{"name":"MAXIMUM_CDROM_INQUIRY_SIZE","features":[369]},{"name":"MAXIMUM_CDROM_SIZE","features":[369]},{"name":"MAXIMUM_NUMBER_TRACKS","features":[369]},{"name":"MEDIA_BLANK_TYPE","features":[369]},{"name":"MINIMUM_CDROM_INQUIRY_SIZE","features":[369]},{"name":"MINIMUM_CDROM_READ_TOC_EX_SIZE","features":[369]},{"name":"MediaBlankTypeEraseLastSession","features":[369]},{"name":"MediaBlankTypeFull","features":[369]},{"name":"MediaBlankTypeIncompleteTrack","features":[369]},{"name":"MediaBlankTypeMinimal","features":[369]},{"name":"MediaBlankTypeTrackTail","features":[369]},{"name":"MediaBlankTypeUncloseLastSession","features":[369]},{"name":"MediaBlankTypeUnreserveLastTrack","features":[369]},{"name":"OBSOLETE_IOCTL_CDROM_GET_CONTROL","features":[369]},{"name":"RAW_READ_INFO","features":[369]},{"name":"RawWithC2","features":[369]},{"name":"RawWithC2AndSubCode","features":[369]},{"name":"RawWithSubCode","features":[369]},{"name":"STREAMING_CONTROL_REQUEST_TYPE","features":[369]},{"name":"SUB_Q_CHANNEL_DATA","features":[369]},{"name":"SUB_Q_CURRENT_POSITION","features":[369]},{"name":"SUB_Q_HEADER","features":[369]},{"name":"SUB_Q_MEDIA_CATALOG_NUMBER","features":[369]},{"name":"SUB_Q_TRACK_ISRC","features":[369]},{"name":"SimpleOpcInfo","features":[369]},{"name":"TRACK_DATA","features":[369]},{"name":"TRACK_MODE_TYPE","features":[369]},{"name":"TWO_FOUR_CHANNEL_AUDIO","features":[369]},{"name":"VOLUME_CONTROL","features":[369]},{"name":"WRITE_ROTATION","features":[369]},{"name":"XAForm2","features":[369]},{"name":"YellowMode2","features":[369]}],"376":[{"name":"BuildCommDCBA","features":[370,305]},{"name":"BuildCommDCBAndTimeoutsA","features":[370,305]},{"name":"BuildCommDCBAndTimeoutsW","features":[370,305]},{"name":"BuildCommDCBW","features":[370,305]},{"name":"CE_BREAK","features":[370]},{"name":"CE_FRAME","features":[370]},{"name":"CE_OVERRUN","features":[370]},{"name":"CE_RXOVER","features":[370]},{"name":"CE_RXPARITY","features":[370]},{"name":"CLEAR_COMM_ERROR_FLAGS","features":[370]},{"name":"CLRBREAK","features":[370]},{"name":"CLRDTR","features":[370]},{"name":"CLRRTS","features":[370]},{"name":"COMMCONFIG","features":[370]},{"name":"COMMPROP","features":[370]},{"name":"COMMPROP_STOP_PARITY","features":[370]},{"name":"COMMTIMEOUTS","features":[370]},{"name":"COMM_EVENT_MASK","features":[370]},{"name":"COMSTAT","features":[370]},{"name":"ClearCommBreak","features":[370,305]},{"name":"ClearCommError","features":[370,305]},{"name":"CommConfigDialogA","features":[370,305]},{"name":"CommConfigDialogW","features":[370,305]},{"name":"DCB","features":[370]},{"name":"DCB_PARITY","features":[370]},{"name":"DCB_STOP_BITS","features":[370]},{"name":"DIALOPTION_BILLING","features":[370]},{"name":"DIALOPTION_DIALTONE","features":[370]},{"name":"DIALOPTION_QUIET","features":[370]},{"name":"ESCAPE_COMM_FUNCTION","features":[370]},{"name":"EVENPARITY","features":[370]},{"name":"EV_BREAK","features":[370]},{"name":"EV_CTS","features":[370]},{"name":"EV_DSR","features":[370]},{"name":"EV_ERR","features":[370]},{"name":"EV_EVENT1","features":[370]},{"name":"EV_EVENT2","features":[370]},{"name":"EV_PERR","features":[370]},{"name":"EV_RING","features":[370]},{"name":"EV_RLSD","features":[370]},{"name":"EV_RX80FULL","features":[370]},{"name":"EV_RXCHAR","features":[370]},{"name":"EV_RXFLAG","features":[370]},{"name":"EV_TXEMPTY","features":[370]},{"name":"EscapeCommFunction","features":[370,305]},{"name":"GetCommConfig","features":[370,305]},{"name":"GetCommMask","features":[370,305]},{"name":"GetCommModemStatus","features":[370,305]},{"name":"GetCommPorts","features":[370]},{"name":"GetCommProperties","features":[370,305]},{"name":"GetCommState","features":[370,305]},{"name":"GetCommTimeouts","features":[370,305]},{"name":"GetDefaultCommConfigA","features":[370,305]},{"name":"GetDefaultCommConfigW","features":[370,305]},{"name":"MARKPARITY","features":[370]},{"name":"MAXLENGTH_NAI","features":[370]},{"name":"MAXLENGTH_UICCDATASTORE","features":[370]},{"name":"MDMSPKRFLAG_CALLSETUP","features":[370]},{"name":"MDMSPKRFLAG_DIAL","features":[370]},{"name":"MDMSPKRFLAG_OFF","features":[370]},{"name":"MDMSPKRFLAG_ON","features":[370]},{"name":"MDMSPKR_CALLSETUP","features":[370]},{"name":"MDMSPKR_DIAL","features":[370]},{"name":"MDMSPKR_OFF","features":[370]},{"name":"MDMSPKR_ON","features":[370]},{"name":"MDMVOLFLAG_HIGH","features":[370]},{"name":"MDMVOLFLAG_LOW","features":[370]},{"name":"MDMVOLFLAG_MEDIUM","features":[370]},{"name":"MDMVOL_HIGH","features":[370]},{"name":"MDMVOL_LOW","features":[370]},{"name":"MDMVOL_MEDIUM","features":[370]},{"name":"MDM_ANALOG_RLP_OFF","features":[370]},{"name":"MDM_ANALOG_RLP_ON","features":[370]},{"name":"MDM_ANALOG_V34","features":[370]},{"name":"MDM_AUTO_ML_2","features":[370]},{"name":"MDM_AUTO_ML_DEFAULT","features":[370]},{"name":"MDM_AUTO_ML_NONE","features":[370]},{"name":"MDM_AUTO_SPEED_DEFAULT","features":[370]},{"name":"MDM_BEARERMODE_ANALOG","features":[370]},{"name":"MDM_BEARERMODE_GSM","features":[370]},{"name":"MDM_BEARERMODE_ISDN","features":[370]},{"name":"MDM_BLIND_DIAL","features":[370]},{"name":"MDM_CCITT_OVERRIDE","features":[370]},{"name":"MDM_CELLULAR","features":[370]},{"name":"MDM_COMPRESSION","features":[370]},{"name":"MDM_DIAGNOSTICS","features":[370]},{"name":"MDM_ERROR_CONTROL","features":[370]},{"name":"MDM_FLOWCONTROL_HARD","features":[370]},{"name":"MDM_FLOWCONTROL_SOFT","features":[370]},{"name":"MDM_FORCED_EC","features":[370]},{"name":"MDM_HDLCPPP_AUTH_CHAP","features":[370]},{"name":"MDM_HDLCPPP_AUTH_DEFAULT","features":[370]},{"name":"MDM_HDLCPPP_AUTH_MSCHAP","features":[370]},{"name":"MDM_HDLCPPP_AUTH_NONE","features":[370]},{"name":"MDM_HDLCPPP_AUTH_PAP","features":[370]},{"name":"MDM_HDLCPPP_ML_2","features":[370]},{"name":"MDM_HDLCPPP_ML_DEFAULT","features":[370]},{"name":"MDM_HDLCPPP_ML_NONE","features":[370]},{"name":"MDM_HDLCPPP_SPEED_56K","features":[370]},{"name":"MDM_HDLCPPP_SPEED_64K","features":[370]},{"name":"MDM_HDLCPPP_SPEED_DEFAULT","features":[370]},{"name":"MDM_MASK_AUTO_SPEED","features":[370]},{"name":"MDM_MASK_BEARERMODE","features":[370]},{"name":"MDM_MASK_HDLCPPP_SPEED","features":[370]},{"name":"MDM_MASK_PROTOCOLDATA","features":[370]},{"name":"MDM_MASK_PROTOCOLID","features":[370]},{"name":"MDM_MASK_V110_SPEED","features":[370]},{"name":"MDM_MASK_V120_SPEED","features":[370]},{"name":"MDM_MASK_X75_DATA","features":[370]},{"name":"MDM_PIAFS_INCOMING","features":[370]},{"name":"MDM_PIAFS_OUTGOING","features":[370]},{"name":"MDM_PROTOCOLID_ANALOG","features":[370]},{"name":"MDM_PROTOCOLID_AUTO","features":[370]},{"name":"MDM_PROTOCOLID_DEFAULT","features":[370]},{"name":"MDM_PROTOCOLID_GPRS","features":[370]},{"name":"MDM_PROTOCOLID_HDLCPPP","features":[370]},{"name":"MDM_PROTOCOLID_PIAFS","features":[370]},{"name":"MDM_PROTOCOLID_V110","features":[370]},{"name":"MDM_PROTOCOLID_V120","features":[370]},{"name":"MDM_PROTOCOLID_V128","features":[370]},{"name":"MDM_PROTOCOLID_X75","features":[370]},{"name":"MDM_SHIFT_AUTO_ML","features":[370]},{"name":"MDM_SHIFT_AUTO_SPEED","features":[370]},{"name":"MDM_SHIFT_BEARERMODE","features":[370]},{"name":"MDM_SHIFT_EXTENDEDINFO","features":[370]},{"name":"MDM_SHIFT_HDLCPPP_AUTH","features":[370]},{"name":"MDM_SHIFT_HDLCPPP_ML","features":[370]},{"name":"MDM_SHIFT_HDLCPPP_SPEED","features":[370]},{"name":"MDM_SHIFT_PROTOCOLDATA","features":[370]},{"name":"MDM_SHIFT_PROTOCOLID","features":[370]},{"name":"MDM_SHIFT_PROTOCOLINFO","features":[370]},{"name":"MDM_SHIFT_V110_SPEED","features":[370]},{"name":"MDM_SHIFT_V120_ML","features":[370]},{"name":"MDM_SHIFT_V120_SPEED","features":[370]},{"name":"MDM_SHIFT_X75_DATA","features":[370]},{"name":"MDM_SPEED_ADJUST","features":[370]},{"name":"MDM_TONE_DIAL","features":[370]},{"name":"MDM_V110_SPEED_12DOT0K","features":[370]},{"name":"MDM_V110_SPEED_14DOT4K","features":[370]},{"name":"MDM_V110_SPEED_19DOT2K","features":[370]},{"name":"MDM_V110_SPEED_1DOT2K","features":[370]},{"name":"MDM_V110_SPEED_28DOT8K","features":[370]},{"name":"MDM_V110_SPEED_2DOT4K","features":[370]},{"name":"MDM_V110_SPEED_38DOT4K","features":[370]},{"name":"MDM_V110_SPEED_4DOT8K","features":[370]},{"name":"MDM_V110_SPEED_57DOT6K","features":[370]},{"name":"MDM_V110_SPEED_9DOT6K","features":[370]},{"name":"MDM_V110_SPEED_DEFAULT","features":[370]},{"name":"MDM_V120_ML_2","features":[370]},{"name":"MDM_V120_ML_DEFAULT","features":[370]},{"name":"MDM_V120_ML_NONE","features":[370]},{"name":"MDM_V120_SPEED_56K","features":[370]},{"name":"MDM_V120_SPEED_64K","features":[370]},{"name":"MDM_V120_SPEED_DEFAULT","features":[370]},{"name":"MDM_V23_OVERRIDE","features":[370]},{"name":"MDM_X75_DATA_128K","features":[370]},{"name":"MDM_X75_DATA_64K","features":[370]},{"name":"MDM_X75_DATA_BTX","features":[370]},{"name":"MDM_X75_DATA_DEFAULT","features":[370]},{"name":"MDM_X75_DATA_T_70","features":[370]},{"name":"MODEMDEVCAPS","features":[370]},{"name":"MODEMDEVCAPS_DIAL_OPTIONS","features":[370]},{"name":"MODEMDEVCAPS_SPEAKER_MODE","features":[370]},{"name":"MODEMDEVCAPS_SPEAKER_VOLUME","features":[370]},{"name":"MODEMSETTINGS","features":[370]},{"name":"MODEMSETTINGS_SPEAKER_MODE","features":[370]},{"name":"MODEM_SPEAKER_VOLUME","features":[370]},{"name":"MODEM_STATUS_FLAGS","features":[370]},{"name":"MS_CTS_ON","features":[370]},{"name":"MS_DSR_ON","features":[370]},{"name":"MS_RING_ON","features":[370]},{"name":"MS_RLSD_ON","features":[370]},{"name":"NOPARITY","features":[370]},{"name":"ODDPARITY","features":[370]},{"name":"ONE5STOPBITS","features":[370]},{"name":"ONESTOPBIT","features":[370]},{"name":"OpenCommPort","features":[370,305]},{"name":"PARITY_EVEN","features":[370]},{"name":"PARITY_MARK","features":[370]},{"name":"PARITY_NONE","features":[370]},{"name":"PARITY_ODD","features":[370]},{"name":"PARITY_SPACE","features":[370]},{"name":"PURGE_COMM_FLAGS","features":[370]},{"name":"PURGE_RXABORT","features":[370]},{"name":"PURGE_RXCLEAR","features":[370]},{"name":"PURGE_TXABORT","features":[370]},{"name":"PURGE_TXCLEAR","features":[370]},{"name":"PurgeComm","features":[370,305]},{"name":"SETBREAK","features":[370]},{"name":"SETDTR","features":[370]},{"name":"SETRTS","features":[370]},{"name":"SETXOFF","features":[370]},{"name":"SETXON","features":[370]},{"name":"SID_3GPP_SUPSVCMODEL","features":[370]},{"name":"SPACEPARITY","features":[370]},{"name":"STOPBITS_10","features":[370]},{"name":"STOPBITS_15","features":[370]},{"name":"STOPBITS_20","features":[370]},{"name":"SetCommBreak","features":[370,305]},{"name":"SetCommConfig","features":[370,305]},{"name":"SetCommMask","features":[370,305]},{"name":"SetCommState","features":[370,305]},{"name":"SetCommTimeouts","features":[370,305]},{"name":"SetDefaultCommConfigA","features":[370,305]},{"name":"SetDefaultCommConfigW","features":[370,305]},{"name":"SetupComm","features":[370,305]},{"name":"TWOSTOPBITS","features":[370]},{"name":"TransmitCommChar","features":[370,305]},{"name":"WaitCommEvent","features":[370,305,311]}],"377":[{"name":"CLSID_DeviceIoControl","features":[371]},{"name":"CreateDeviceAccessInstance","features":[371]},{"name":"DEV_PORT_1394","features":[371]},{"name":"DEV_PORT_ARTI","features":[371]},{"name":"DEV_PORT_COM1","features":[371]},{"name":"DEV_PORT_COM2","features":[371]},{"name":"DEV_PORT_COM3","features":[371]},{"name":"DEV_PORT_COM4","features":[371]},{"name":"DEV_PORT_DIAQ","features":[371]},{"name":"DEV_PORT_MAX","features":[371]},{"name":"DEV_PORT_MIN","features":[371]},{"name":"DEV_PORT_SIM","features":[371]},{"name":"DEV_PORT_USB","features":[371]},{"name":"ED_AUDIO_1","features":[371]},{"name":"ED_AUDIO_10","features":[371]},{"name":"ED_AUDIO_11","features":[371]},{"name":"ED_AUDIO_12","features":[371]},{"name":"ED_AUDIO_13","features":[371]},{"name":"ED_AUDIO_14","features":[371]},{"name":"ED_AUDIO_15","features":[371]},{"name":"ED_AUDIO_16","features":[371]},{"name":"ED_AUDIO_17","features":[371]},{"name":"ED_AUDIO_18","features":[371]},{"name":"ED_AUDIO_19","features":[371]},{"name":"ED_AUDIO_2","features":[371]},{"name":"ED_AUDIO_20","features":[371]},{"name":"ED_AUDIO_21","features":[371]},{"name":"ED_AUDIO_22","features":[371]},{"name":"ED_AUDIO_23","features":[371]},{"name":"ED_AUDIO_24","features":[371]},{"name":"ED_AUDIO_3","features":[371]},{"name":"ED_AUDIO_4","features":[371]},{"name":"ED_AUDIO_5","features":[371]},{"name":"ED_AUDIO_6","features":[371]},{"name":"ED_AUDIO_7","features":[371]},{"name":"ED_AUDIO_8","features":[371]},{"name":"ED_AUDIO_9","features":[371]},{"name":"ED_AUDIO_ALL","features":[371]},{"name":"ED_BASE","features":[371]},{"name":"ED_BOTTOM","features":[371]},{"name":"ED_CENTER","features":[371]},{"name":"ED_LEFT","features":[371]},{"name":"ED_MIDDLE","features":[371]},{"name":"ED_RIGHT","features":[371]},{"name":"ED_TOP","features":[371]},{"name":"ED_VIDEO","features":[371]},{"name":"ICreateDeviceAccessAsync","features":[371]},{"name":"IDeviceIoControl","features":[371]},{"name":"IDeviceRequestCompletionCallback","features":[371]}],"378":[{"name":"ALLOC_LOG_CONF","features":[372]},{"name":"BASIC_LOG_CONF","features":[372]},{"name":"BOOT_LOG_CONF","features":[372]},{"name":"BUSNUMBER_DES","features":[372]},{"name":"BUSNUMBER_RANGE","features":[372]},{"name":"BUSNUMBER_RESOURCE","features":[372]},{"name":"CABINET_INFO_A","features":[372]},{"name":"CABINET_INFO_A","features":[372]},{"name":"CABINET_INFO_W","features":[372]},{"name":"CABINET_INFO_W","features":[372]},{"name":"CMP_WaitNoPendingInstallEvents","features":[372]},{"name":"CM_ADD_ID_BITS","features":[372]},{"name":"CM_ADD_ID_COMPATIBLE","features":[372]},{"name":"CM_ADD_ID_HARDWARE","features":[372]},{"name":"CM_ADD_RANGE_ADDIFCONFLICT","features":[372]},{"name":"CM_ADD_RANGE_BITS","features":[372]},{"name":"CM_ADD_RANGE_DONOTADDIFCONFLICT","features":[372]},{"name":"CM_Add_Empty_Log_Conf","features":[356,372]},{"name":"CM_Add_Empty_Log_Conf_Ex","features":[356,372]},{"name":"CM_Add_IDA","features":[372]},{"name":"CM_Add_IDW","features":[372]},{"name":"CM_Add_ID_ExA","features":[372]},{"name":"CM_Add_ID_ExW","features":[372]},{"name":"CM_Add_Range","features":[372]},{"name":"CM_Add_Res_Des","features":[372]},{"name":"CM_Add_Res_Des_Ex","features":[372]},{"name":"CM_CDFLAGS","features":[372]},{"name":"CM_CDFLAGS_DRIVER","features":[372]},{"name":"CM_CDFLAGS_RESERVED","features":[372]},{"name":"CM_CDFLAGS_ROOT_OWNED","features":[372]},{"name":"CM_CDMASK","features":[372]},{"name":"CM_CDMASK_DESCRIPTION","features":[372]},{"name":"CM_CDMASK_DEVINST","features":[372]},{"name":"CM_CDMASK_FLAGS","features":[372]},{"name":"CM_CDMASK_RESDES","features":[372]},{"name":"CM_CDMASK_VALID","features":[372]},{"name":"CM_CLASS_PROPERTY_BITS","features":[372]},{"name":"CM_CLASS_PROPERTY_INSTALLER","features":[372]},{"name":"CM_CLASS_PROPERTY_INTERFACE","features":[372]},{"name":"CM_CREATE_DEVINST_BITS","features":[372]},{"name":"CM_CREATE_DEVINST_DO_NOT_INSTALL","features":[372]},{"name":"CM_CREATE_DEVINST_GENERATE_ID","features":[372]},{"name":"CM_CREATE_DEVINST_NORMAL","features":[372]},{"name":"CM_CREATE_DEVINST_NO_WAIT_INSTALL","features":[372]},{"name":"CM_CREATE_DEVINST_PHANTOM","features":[372]},{"name":"CM_CREATE_DEVNODE_BITS","features":[372]},{"name":"CM_CREATE_DEVNODE_DO_NOT_INSTALL","features":[372]},{"name":"CM_CREATE_DEVNODE_GENERATE_ID","features":[372]},{"name":"CM_CREATE_DEVNODE_NORMAL","features":[372]},{"name":"CM_CREATE_DEVNODE_NO_WAIT_INSTALL","features":[372]},{"name":"CM_CREATE_DEVNODE_PHANTOM","features":[372]},{"name":"CM_CRP_CHARACTERISTICS","features":[372]},{"name":"CM_CRP_DEVTYPE","features":[372]},{"name":"CM_CRP_EXCLUSIVE","features":[372]},{"name":"CM_CRP_LOWERFILTERS","features":[372]},{"name":"CM_CRP_MAX","features":[372]},{"name":"CM_CRP_MIN","features":[372]},{"name":"CM_CRP_SECURITY","features":[372]},{"name":"CM_CRP_SECURITY_SDS","features":[372]},{"name":"CM_CRP_UPPERFILTERS","features":[372]},{"name":"CM_CUSTOMDEVPROP_BITS","features":[372]},{"name":"CM_CUSTOMDEVPROP_MERGE_MULTISZ","features":[372]},{"name":"CM_Connect_MachineA","features":[372]},{"name":"CM_Connect_MachineW","features":[372]},{"name":"CM_Create_DevNodeA","features":[372]},{"name":"CM_Create_DevNodeW","features":[372]},{"name":"CM_Create_DevNode_ExA","features":[372]},{"name":"CM_Create_DevNode_ExW","features":[372]},{"name":"CM_Create_Range_List","features":[372]},{"name":"CM_DELETE_CLASS_BITS","features":[372]},{"name":"CM_DELETE_CLASS_INTERFACE","features":[372]},{"name":"CM_DELETE_CLASS_ONLY","features":[372]},{"name":"CM_DELETE_CLASS_SUBKEYS","features":[372]},{"name":"CM_DETECT_BITS","features":[372]},{"name":"CM_DETECT_CRASHED","features":[372]},{"name":"CM_DETECT_HWPROF_FIRST_BOOT","features":[372]},{"name":"CM_DETECT_NEW_PROFILE","features":[372]},{"name":"CM_DETECT_RUN","features":[372]},{"name":"CM_DEVCAP","features":[372]},{"name":"CM_DEVCAP_DOCKDEVICE","features":[372]},{"name":"CM_DEVCAP_EJECTSUPPORTED","features":[372]},{"name":"CM_DEVCAP_HARDWAREDISABLED","features":[372]},{"name":"CM_DEVCAP_LOCKSUPPORTED","features":[372]},{"name":"CM_DEVCAP_NONDYNAMIC","features":[372]},{"name":"CM_DEVCAP_RAWDEVICEOK","features":[372]},{"name":"CM_DEVCAP_REMOVABLE","features":[372]},{"name":"CM_DEVCAP_SECUREDEVICE","features":[372]},{"name":"CM_DEVCAP_SILENTINSTALL","features":[372]},{"name":"CM_DEVCAP_SURPRISEREMOVALOK","features":[372]},{"name":"CM_DEVCAP_UNIQUEID","features":[372]},{"name":"CM_DEVICE_PANEL_EDGE_BOTTOM","features":[372]},{"name":"CM_DEVICE_PANEL_EDGE_LEFT","features":[372]},{"name":"CM_DEVICE_PANEL_EDGE_RIGHT","features":[372]},{"name":"CM_DEVICE_PANEL_EDGE_TOP","features":[372]},{"name":"CM_DEVICE_PANEL_EDGE_UNKNOWN","features":[372]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_HINGE","features":[372]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_PIVOT","features":[372]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_PLANAR","features":[372]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_SWIVEL","features":[372]},{"name":"CM_DEVICE_PANEL_JOINT_TYPE_UNKNOWN","features":[372]},{"name":"CM_DEVICE_PANEL_ORIENTATION_HORIZONTAL","features":[372]},{"name":"CM_DEVICE_PANEL_ORIENTATION_VERTICAL","features":[372]},{"name":"CM_DEVICE_PANEL_SHAPE_OVAL","features":[372]},{"name":"CM_DEVICE_PANEL_SHAPE_RECTANGLE","features":[372]},{"name":"CM_DEVICE_PANEL_SHAPE_UNKNOWN","features":[372]},{"name":"CM_DEVICE_PANEL_SIDE_BACK","features":[372]},{"name":"CM_DEVICE_PANEL_SIDE_BOTTOM","features":[372]},{"name":"CM_DEVICE_PANEL_SIDE_FRONT","features":[372]},{"name":"CM_DEVICE_PANEL_SIDE_LEFT","features":[372]},{"name":"CM_DEVICE_PANEL_SIDE_RIGHT","features":[372]},{"name":"CM_DEVICE_PANEL_SIDE_TOP","features":[372]},{"name":"CM_DEVICE_PANEL_SIDE_UNKNOWN","features":[372]},{"name":"CM_DEVNODE_STATUS_FLAGS","features":[372]},{"name":"CM_DISABLE_ABSOLUTE","features":[372]},{"name":"CM_DISABLE_BITS","features":[372]},{"name":"CM_DISABLE_HARDWARE","features":[372]},{"name":"CM_DISABLE_PERSIST","features":[372]},{"name":"CM_DISABLE_POLITE","features":[372]},{"name":"CM_DISABLE_UI_NOT_OK","features":[372]},{"name":"CM_DRP_ADDRESS","features":[372]},{"name":"CM_DRP_BASE_CONTAINERID","features":[372]},{"name":"CM_DRP_BUSNUMBER","features":[372]},{"name":"CM_DRP_BUSTYPEGUID","features":[372]},{"name":"CM_DRP_CAPABILITIES","features":[372]},{"name":"CM_DRP_CHARACTERISTICS","features":[372]},{"name":"CM_DRP_CLASS","features":[372]},{"name":"CM_DRP_CLASSGUID","features":[372]},{"name":"CM_DRP_COMPATIBLEIDS","features":[372]},{"name":"CM_DRP_CONFIGFLAGS","features":[372]},{"name":"CM_DRP_DEVICEDESC","features":[372]},{"name":"CM_DRP_DEVICE_POWER_DATA","features":[372]},{"name":"CM_DRP_DEVTYPE","features":[372]},{"name":"CM_DRP_DRIVER","features":[372]},{"name":"CM_DRP_ENUMERATOR_NAME","features":[372]},{"name":"CM_DRP_EXCLUSIVE","features":[372]},{"name":"CM_DRP_FRIENDLYNAME","features":[372]},{"name":"CM_DRP_HARDWAREID","features":[372]},{"name":"CM_DRP_INSTALL_STATE","features":[372]},{"name":"CM_DRP_LEGACYBUSTYPE","features":[372]},{"name":"CM_DRP_LOCATION_INFORMATION","features":[372]},{"name":"CM_DRP_LOCATION_PATHS","features":[372]},{"name":"CM_DRP_LOWERFILTERS","features":[372]},{"name":"CM_DRP_MAX","features":[372]},{"name":"CM_DRP_MFG","features":[372]},{"name":"CM_DRP_MIN","features":[372]},{"name":"CM_DRP_PHYSICAL_DEVICE_OBJECT_NAME","features":[372]},{"name":"CM_DRP_REMOVAL_POLICY","features":[372]},{"name":"CM_DRP_REMOVAL_POLICY_HW_DEFAULT","features":[372]},{"name":"CM_DRP_REMOVAL_POLICY_OVERRIDE","features":[372]},{"name":"CM_DRP_SECURITY","features":[372]},{"name":"CM_DRP_SECURITY_SDS","features":[372]},{"name":"CM_DRP_SERVICE","features":[372]},{"name":"CM_DRP_UI_NUMBER","features":[372]},{"name":"CM_DRP_UI_NUMBER_DESC_FORMAT","features":[372]},{"name":"CM_DRP_UNUSED0","features":[372]},{"name":"CM_DRP_UNUSED1","features":[372]},{"name":"CM_DRP_UNUSED2","features":[372]},{"name":"CM_DRP_UPPERFILTERS","features":[372]},{"name":"CM_Delete_Class_Key","features":[372]},{"name":"CM_Delete_Class_Key_Ex","features":[372]},{"name":"CM_Delete_DevNode_Key","features":[372]},{"name":"CM_Delete_DevNode_Key_Ex","features":[372]},{"name":"CM_Delete_Device_Interface_KeyA","features":[372]},{"name":"CM_Delete_Device_Interface_KeyW","features":[372]},{"name":"CM_Delete_Device_Interface_Key_ExA","features":[372]},{"name":"CM_Delete_Device_Interface_Key_ExW","features":[372]},{"name":"CM_Delete_Range","features":[372]},{"name":"CM_Detect_Resource_Conflict","features":[372,305]},{"name":"CM_Detect_Resource_Conflict_Ex","features":[372,305]},{"name":"CM_Disable_DevNode","features":[372]},{"name":"CM_Disable_DevNode_Ex","features":[372]},{"name":"CM_Disconnect_Machine","features":[372]},{"name":"CM_Dup_Range_List","features":[372]},{"name":"CM_ENUMERATE_CLASSES_BITS","features":[372]},{"name":"CM_ENUMERATE_CLASSES_INSTALLER","features":[372]},{"name":"CM_ENUMERATE_CLASSES_INTERFACE","features":[372]},{"name":"CM_ENUMERATE_FLAGS","features":[372]},{"name":"CM_Enable_DevNode","features":[372]},{"name":"CM_Enable_DevNode_Ex","features":[372]},{"name":"CM_Enumerate_Classes","features":[372]},{"name":"CM_Enumerate_Classes_Ex","features":[372]},{"name":"CM_Enumerate_EnumeratorsA","features":[372]},{"name":"CM_Enumerate_EnumeratorsW","features":[372]},{"name":"CM_Enumerate_Enumerators_ExA","features":[372]},{"name":"CM_Enumerate_Enumerators_ExW","features":[372]},{"name":"CM_Find_Range","features":[372]},{"name":"CM_First_Range","features":[372]},{"name":"CM_Free_Log_Conf","features":[372]},{"name":"CM_Free_Log_Conf_Ex","features":[372]},{"name":"CM_Free_Log_Conf_Handle","features":[372]},{"name":"CM_Free_Range_List","features":[372]},{"name":"CM_Free_Res_Des","features":[372]},{"name":"CM_Free_Res_Des_Ex","features":[372]},{"name":"CM_Free_Res_Des_Handle","features":[372]},{"name":"CM_Free_Resource_Conflict_Handle","features":[372]},{"name":"CM_GETIDLIST_DONOTGENERATE","features":[372]},{"name":"CM_GETIDLIST_FILTER_BITS","features":[372]},{"name":"CM_GETIDLIST_FILTER_BUSRELATIONS","features":[372]},{"name":"CM_GETIDLIST_FILTER_CLASS","features":[372]},{"name":"CM_GETIDLIST_FILTER_EJECTRELATIONS","features":[372]},{"name":"CM_GETIDLIST_FILTER_ENUMERATOR","features":[372]},{"name":"CM_GETIDLIST_FILTER_NONE","features":[372]},{"name":"CM_GETIDLIST_FILTER_POWERRELATIONS","features":[372]},{"name":"CM_GETIDLIST_FILTER_PRESENT","features":[372]},{"name":"CM_GETIDLIST_FILTER_REMOVALRELATIONS","features":[372]},{"name":"CM_GETIDLIST_FILTER_SERVICE","features":[372]},{"name":"CM_GETIDLIST_FILTER_TRANSPORTRELATIONS","features":[372]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_ALL_DEVICES","features":[372]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_BITS","features":[372]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_FLAGS","features":[372]},{"name":"CM_GET_DEVICE_INTERFACE_LIST_PRESENT","features":[372]},{"name":"CM_GLOBAL_STATE_CAN_DO_UI","features":[372]},{"name":"CM_GLOBAL_STATE_DETECTION_PENDING","features":[372]},{"name":"CM_GLOBAL_STATE_ON_BIG_STACK","features":[372]},{"name":"CM_GLOBAL_STATE_REBOOT_REQUIRED","features":[372]},{"name":"CM_GLOBAL_STATE_SERVICES_AVAILABLE","features":[372]},{"name":"CM_GLOBAL_STATE_SHUTTING_DOWN","features":[372]},{"name":"CM_Get_Child","features":[372]},{"name":"CM_Get_Child_Ex","features":[372]},{"name":"CM_Get_Class_Key_NameA","features":[372]},{"name":"CM_Get_Class_Key_NameW","features":[372]},{"name":"CM_Get_Class_Key_Name_ExA","features":[372]},{"name":"CM_Get_Class_Key_Name_ExW","features":[372]},{"name":"CM_Get_Class_NameA","features":[372]},{"name":"CM_Get_Class_NameW","features":[372]},{"name":"CM_Get_Class_Name_ExA","features":[372]},{"name":"CM_Get_Class_Name_ExW","features":[372]},{"name":"CM_Get_Class_PropertyW","features":[372,340,305]},{"name":"CM_Get_Class_Property_ExW","features":[372,340,305]},{"name":"CM_Get_Class_Property_Keys","features":[372,305]},{"name":"CM_Get_Class_Property_Keys_Ex","features":[372,305]},{"name":"CM_Get_Class_Registry_PropertyA","features":[372]},{"name":"CM_Get_Class_Registry_PropertyW","features":[372]},{"name":"CM_Get_Depth","features":[372]},{"name":"CM_Get_Depth_Ex","features":[372]},{"name":"CM_Get_DevNode_Custom_PropertyA","features":[372]},{"name":"CM_Get_DevNode_Custom_PropertyW","features":[372]},{"name":"CM_Get_DevNode_Custom_Property_ExA","features":[372]},{"name":"CM_Get_DevNode_Custom_Property_ExW","features":[372]},{"name":"CM_Get_DevNode_PropertyW","features":[372,340,305]},{"name":"CM_Get_DevNode_Property_ExW","features":[372,340,305]},{"name":"CM_Get_DevNode_Property_Keys","features":[372,305]},{"name":"CM_Get_DevNode_Property_Keys_Ex","features":[372,305]},{"name":"CM_Get_DevNode_Registry_PropertyA","features":[372]},{"name":"CM_Get_DevNode_Registry_PropertyW","features":[372]},{"name":"CM_Get_DevNode_Registry_Property_ExA","features":[372]},{"name":"CM_Get_DevNode_Registry_Property_ExW","features":[372]},{"name":"CM_Get_DevNode_Status","features":[372]},{"name":"CM_Get_DevNode_Status_Ex","features":[372]},{"name":"CM_Get_Device_IDA","features":[372]},{"name":"CM_Get_Device_IDW","features":[372]},{"name":"CM_Get_Device_ID_ExA","features":[372]},{"name":"CM_Get_Device_ID_ExW","features":[372]},{"name":"CM_Get_Device_ID_ListA","features":[372]},{"name":"CM_Get_Device_ID_ListW","features":[372]},{"name":"CM_Get_Device_ID_List_ExA","features":[372]},{"name":"CM_Get_Device_ID_List_ExW","features":[372]},{"name":"CM_Get_Device_ID_List_SizeA","features":[372]},{"name":"CM_Get_Device_ID_List_SizeW","features":[372]},{"name":"CM_Get_Device_ID_List_Size_ExA","features":[372]},{"name":"CM_Get_Device_ID_List_Size_ExW","features":[372]},{"name":"CM_Get_Device_ID_Size","features":[372]},{"name":"CM_Get_Device_ID_Size_Ex","features":[372]},{"name":"CM_Get_Device_Interface_AliasA","features":[372]},{"name":"CM_Get_Device_Interface_AliasW","features":[372]},{"name":"CM_Get_Device_Interface_Alias_ExA","features":[372]},{"name":"CM_Get_Device_Interface_Alias_ExW","features":[372]},{"name":"CM_Get_Device_Interface_ListA","features":[372]},{"name":"CM_Get_Device_Interface_ListW","features":[372]},{"name":"CM_Get_Device_Interface_List_ExA","features":[372]},{"name":"CM_Get_Device_Interface_List_ExW","features":[372]},{"name":"CM_Get_Device_Interface_List_SizeA","features":[372]},{"name":"CM_Get_Device_Interface_List_SizeW","features":[372]},{"name":"CM_Get_Device_Interface_List_Size_ExA","features":[372]},{"name":"CM_Get_Device_Interface_List_Size_ExW","features":[372]},{"name":"CM_Get_Device_Interface_PropertyW","features":[372,340,305]},{"name":"CM_Get_Device_Interface_Property_ExW","features":[372,340,305]},{"name":"CM_Get_Device_Interface_Property_KeysW","features":[372,305]},{"name":"CM_Get_Device_Interface_Property_Keys_ExW","features":[372,305]},{"name":"CM_Get_First_Log_Conf","features":[372]},{"name":"CM_Get_First_Log_Conf_Ex","features":[372]},{"name":"CM_Get_Global_State","features":[372]},{"name":"CM_Get_Global_State_Ex","features":[372]},{"name":"CM_Get_HW_Prof_FlagsA","features":[372]},{"name":"CM_Get_HW_Prof_FlagsW","features":[372]},{"name":"CM_Get_HW_Prof_Flags_ExA","features":[372]},{"name":"CM_Get_HW_Prof_Flags_ExW","features":[372]},{"name":"CM_Get_Hardware_Profile_InfoA","features":[372]},{"name":"CM_Get_Hardware_Profile_InfoW","features":[372]},{"name":"CM_Get_Hardware_Profile_Info_ExA","features":[372]},{"name":"CM_Get_Hardware_Profile_Info_ExW","features":[372]},{"name":"CM_Get_Log_Conf_Priority","features":[372]},{"name":"CM_Get_Log_Conf_Priority_Ex","features":[372]},{"name":"CM_Get_Next_Log_Conf","features":[372]},{"name":"CM_Get_Next_Log_Conf_Ex","features":[372]},{"name":"CM_Get_Next_Res_Des","features":[372]},{"name":"CM_Get_Next_Res_Des_Ex","features":[372]},{"name":"CM_Get_Parent","features":[372]},{"name":"CM_Get_Parent_Ex","features":[372]},{"name":"CM_Get_Res_Des_Data","features":[372]},{"name":"CM_Get_Res_Des_Data_Ex","features":[372]},{"name":"CM_Get_Res_Des_Data_Size","features":[372]},{"name":"CM_Get_Res_Des_Data_Size_Ex","features":[372]},{"name":"CM_Get_Resource_Conflict_Count","features":[372]},{"name":"CM_Get_Resource_Conflict_DetailsA","features":[372]},{"name":"CM_Get_Resource_Conflict_DetailsW","features":[372]},{"name":"CM_Get_Sibling","features":[372]},{"name":"CM_Get_Sibling_Ex","features":[372]},{"name":"CM_Get_Version","features":[372]},{"name":"CM_Get_Version_Ex","features":[372]},{"name":"CM_HWPI_DOCKED","features":[372]},{"name":"CM_HWPI_NOT_DOCKABLE","features":[372]},{"name":"CM_HWPI_UNDOCKED","features":[372]},{"name":"CM_INSTALL_STATE","features":[372]},{"name":"CM_INSTALL_STATE_FAILED_INSTALL","features":[372]},{"name":"CM_INSTALL_STATE_FINISH_INSTALL","features":[372]},{"name":"CM_INSTALL_STATE_INSTALLED","features":[372]},{"name":"CM_INSTALL_STATE_NEEDS_REINSTALL","features":[372]},{"name":"CM_Intersect_Range_List","features":[372]},{"name":"CM_Invert_Range_List","features":[372]},{"name":"CM_Is_Dock_Station_Present","features":[372,305]},{"name":"CM_Is_Dock_Station_Present_Ex","features":[372,305]},{"name":"CM_Is_Version_Available","features":[372,305]},{"name":"CM_Is_Version_Available_Ex","features":[372,305]},{"name":"CM_LOCATE_DEVNODE_BITS","features":[372]},{"name":"CM_LOCATE_DEVNODE_CANCELREMOVE","features":[372]},{"name":"CM_LOCATE_DEVNODE_FLAGS","features":[372]},{"name":"CM_LOCATE_DEVNODE_NORMAL","features":[372]},{"name":"CM_LOCATE_DEVNODE_NOVALIDATION","features":[372]},{"name":"CM_LOCATE_DEVNODE_PHANTOM","features":[372]},{"name":"CM_LOG_CONF","features":[372]},{"name":"CM_Locate_DevNodeA","features":[372]},{"name":"CM_Locate_DevNodeW","features":[372]},{"name":"CM_Locate_DevNode_ExA","features":[372]},{"name":"CM_Locate_DevNode_ExW","features":[372]},{"name":"CM_MapCrToWin32Err","features":[372]},{"name":"CM_Merge_Range_List","features":[372]},{"name":"CM_Modify_Res_Des","features":[372]},{"name":"CM_Modify_Res_Des_Ex","features":[372]},{"name":"CM_Move_DevNode","features":[372]},{"name":"CM_Move_DevNode_Ex","features":[372]},{"name":"CM_NAME_ATTRIBUTE_NAME_RETRIEVED_FROM_DEVICE","features":[372]},{"name":"CM_NAME_ATTRIBUTE_USER_ASSIGNED_NAME","features":[372]},{"name":"CM_NOTIFY_ACTION","features":[372]},{"name":"CM_NOTIFY_ACTION_DEVICECUSTOMEVENT","features":[372]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCEENUMERATED","features":[372]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCEREMOVED","features":[372]},{"name":"CM_NOTIFY_ACTION_DEVICEINSTANCESTARTED","features":[372]},{"name":"CM_NOTIFY_ACTION_DEVICEINTERFACEARRIVAL","features":[372]},{"name":"CM_NOTIFY_ACTION_DEVICEINTERFACEREMOVAL","features":[372]},{"name":"CM_NOTIFY_ACTION_DEVICEQUERYREMOVE","features":[372]},{"name":"CM_NOTIFY_ACTION_DEVICEQUERYREMOVEFAILED","features":[372]},{"name":"CM_NOTIFY_ACTION_DEVICEREMOVECOMPLETE","features":[372]},{"name":"CM_NOTIFY_ACTION_DEVICEREMOVEPENDING","features":[372]},{"name":"CM_NOTIFY_ACTION_MAX","features":[372]},{"name":"CM_NOTIFY_EVENT_DATA","features":[372]},{"name":"CM_NOTIFY_FILTER","features":[372,305]},{"name":"CM_NOTIFY_FILTER_FLAG_ALL_DEVICE_INSTANCES","features":[372]},{"name":"CM_NOTIFY_FILTER_FLAG_ALL_INTERFACE_CLASSES","features":[372]},{"name":"CM_NOTIFY_FILTER_TYPE","features":[372]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEHANDLE","features":[372]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEINSTANCE","features":[372]},{"name":"CM_NOTIFY_FILTER_TYPE_DEVICEINTERFACE","features":[372]},{"name":"CM_NOTIFY_FILTER_TYPE_MAX","features":[372]},{"name":"CM_Next_Range","features":[372]},{"name":"CM_OPEN_CLASS_KEY_BITS","features":[372]},{"name":"CM_OPEN_CLASS_KEY_INSTALLER","features":[372]},{"name":"CM_OPEN_CLASS_KEY_INTERFACE","features":[372]},{"name":"CM_Open_Class_KeyA","features":[372,373]},{"name":"CM_Open_Class_KeyW","features":[372,373]},{"name":"CM_Open_Class_Key_ExA","features":[372,373]},{"name":"CM_Open_Class_Key_ExW","features":[372,373]},{"name":"CM_Open_DevNode_Key","features":[372,373]},{"name":"CM_Open_DevNode_Key_Ex","features":[372,373]},{"name":"CM_Open_Device_Interface_KeyA","features":[372,373]},{"name":"CM_Open_Device_Interface_KeyW","features":[372,373]},{"name":"CM_Open_Device_Interface_Key_ExA","features":[372,373]},{"name":"CM_Open_Device_Interface_Key_ExW","features":[372,373]},{"name":"CM_PROB","features":[372]},{"name":"CM_PROB_BIOS_TABLE","features":[372]},{"name":"CM_PROB_BOOT_CONFIG_CONFLICT","features":[372]},{"name":"CM_PROB_CANT_SHARE_IRQ","features":[372]},{"name":"CM_PROB_CONSOLE_LOCKED","features":[372]},{"name":"CM_PROB_DEVICE_NOT_THERE","features":[372]},{"name":"CM_PROB_DEVICE_RESET","features":[372]},{"name":"CM_PROB_DEVLOADER_FAILED","features":[372]},{"name":"CM_PROB_DEVLOADER_NOT_FOUND","features":[372]},{"name":"CM_PROB_DEVLOADER_NOT_READY","features":[372]},{"name":"CM_PROB_DISABLED","features":[372]},{"name":"CM_PROB_DISABLED_SERVICE","features":[372]},{"name":"CM_PROB_DRIVER_BLOCKED","features":[372]},{"name":"CM_PROB_DRIVER_FAILED_LOAD","features":[372]},{"name":"CM_PROB_DRIVER_FAILED_PRIOR_UNLOAD","features":[372]},{"name":"CM_PROB_DRIVER_SERVICE_KEY_INVALID","features":[372]},{"name":"CM_PROB_DUPLICATE_DEVICE","features":[372]},{"name":"CM_PROB_ENTRY_IS_WRONG_TYPE","features":[372]},{"name":"CM_PROB_FAILED_ADD","features":[372]},{"name":"CM_PROB_FAILED_DRIVER_ENTRY","features":[372]},{"name":"CM_PROB_FAILED_FILTER","features":[372]},{"name":"CM_PROB_FAILED_INSTALL","features":[372]},{"name":"CM_PROB_FAILED_POST_START","features":[372]},{"name":"CM_PROB_FAILED_START","features":[372]},{"name":"CM_PROB_GUEST_ASSIGNMENT_FAILED","features":[372]},{"name":"CM_PROB_HALTED","features":[372]},{"name":"CM_PROB_HARDWARE_DISABLED","features":[372]},{"name":"CM_PROB_HELD_FOR_EJECT","features":[372]},{"name":"CM_PROB_INVALID_DATA","features":[372]},{"name":"CM_PROB_IRQ_TRANSLATION_FAILED","features":[372]},{"name":"CM_PROB_LACKED_ARBITRATOR","features":[372]},{"name":"CM_PROB_LEGACY_SERVICE_NO_DEVICES","features":[372]},{"name":"CM_PROB_LIAR","features":[372]},{"name":"CM_PROB_MOVED","features":[372]},{"name":"CM_PROB_NEED_CLASS_CONFIG","features":[372]},{"name":"CM_PROB_NEED_RESTART","features":[372]},{"name":"CM_PROB_NORMAL_CONFLICT","features":[372]},{"name":"CM_PROB_NOT_CONFIGURED","features":[372]},{"name":"CM_PROB_NOT_VERIFIED","features":[372]},{"name":"CM_PROB_NO_SOFTCONFIG","features":[372]},{"name":"CM_PROB_NO_VALID_LOG_CONF","features":[372]},{"name":"CM_PROB_OUT_OF_MEMORY","features":[372]},{"name":"CM_PROB_PARTIAL_LOG_CONF","features":[372]},{"name":"CM_PROB_PHANTOM","features":[372]},{"name":"CM_PROB_REENUMERATION","features":[372]},{"name":"CM_PROB_REGISTRY","features":[372]},{"name":"CM_PROB_REGISTRY_TOO_LARGE","features":[372]},{"name":"CM_PROB_REINSTALL","features":[372]},{"name":"CM_PROB_SETPROPERTIES_FAILED","features":[372]},{"name":"CM_PROB_SYSTEM_SHUTDOWN","features":[372]},{"name":"CM_PROB_TOO_EARLY","features":[372]},{"name":"CM_PROB_TRANSLATION_FAILED","features":[372]},{"name":"CM_PROB_UNKNOWN_RESOURCE","features":[372]},{"name":"CM_PROB_UNSIGNED_DRIVER","features":[372]},{"name":"CM_PROB_USED_BY_DEBUGGER","features":[372]},{"name":"CM_PROB_VXDLDR","features":[372]},{"name":"CM_PROB_WAITING_ON_DEPENDENCY","features":[372]},{"name":"CM_PROB_WILL_BE_REMOVED","features":[372]},{"name":"CM_QUERY_ARBITRATOR_BITS","features":[372]},{"name":"CM_QUERY_ARBITRATOR_RAW","features":[372]},{"name":"CM_QUERY_ARBITRATOR_TRANSLATED","features":[372]},{"name":"CM_QUERY_REMOVE_UI_NOT_OK","features":[372]},{"name":"CM_QUERY_REMOVE_UI_OK","features":[372]},{"name":"CM_Query_And_Remove_SubTreeA","features":[372]},{"name":"CM_Query_And_Remove_SubTreeW","features":[372]},{"name":"CM_Query_And_Remove_SubTree_ExA","features":[372]},{"name":"CM_Query_And_Remove_SubTree_ExW","features":[372]},{"name":"CM_Query_Arbitrator_Free_Data","features":[372]},{"name":"CM_Query_Arbitrator_Free_Data_Ex","features":[372]},{"name":"CM_Query_Arbitrator_Free_Size","features":[372]},{"name":"CM_Query_Arbitrator_Free_Size_Ex","features":[372]},{"name":"CM_Query_Remove_SubTree","features":[372]},{"name":"CM_Query_Remove_SubTree_Ex","features":[372]},{"name":"CM_Query_Resource_Conflict_List","features":[372]},{"name":"CM_REENUMERATE_ASYNCHRONOUS","features":[372]},{"name":"CM_REENUMERATE_BITS","features":[372]},{"name":"CM_REENUMERATE_FLAGS","features":[372]},{"name":"CM_REENUMERATE_NORMAL","features":[372]},{"name":"CM_REENUMERATE_RETRY_INSTALLATION","features":[372]},{"name":"CM_REENUMERATE_SYNCHRONOUS","features":[372]},{"name":"CM_REGISTER_DEVICE_DRIVER_BITS","features":[372]},{"name":"CM_REGISTER_DEVICE_DRIVER_DISABLEABLE","features":[372]},{"name":"CM_REGISTER_DEVICE_DRIVER_REMOVABLE","features":[372]},{"name":"CM_REGISTER_DEVICE_DRIVER_STATIC","features":[372]},{"name":"CM_REGISTRY_BITS","features":[372]},{"name":"CM_REGISTRY_CONFIG","features":[372]},{"name":"CM_REGISTRY_HARDWARE","features":[372]},{"name":"CM_REGISTRY_SOFTWARE","features":[372]},{"name":"CM_REGISTRY_USER","features":[372]},{"name":"CM_REMOVAL_POLICY","features":[372]},{"name":"CM_REMOVAL_POLICY_EXPECT_NO_REMOVAL","features":[372]},{"name":"CM_REMOVAL_POLICY_EXPECT_ORDERLY_REMOVAL","features":[372]},{"name":"CM_REMOVAL_POLICY_EXPECT_SURPRISE_REMOVAL","features":[372]},{"name":"CM_REMOVE_BITS","features":[372]},{"name":"CM_REMOVE_DISABLE","features":[372]},{"name":"CM_REMOVE_NO_RESTART","features":[372]},{"name":"CM_REMOVE_UI_NOT_OK","features":[372]},{"name":"CM_REMOVE_UI_OK","features":[372]},{"name":"CM_RESDES_WIDTH_32","features":[372]},{"name":"CM_RESDES_WIDTH_64","features":[372]},{"name":"CM_RESDES_WIDTH_BITS","features":[372]},{"name":"CM_RESDES_WIDTH_DEFAULT","features":[372]},{"name":"CM_RESTYPE","features":[372]},{"name":"CM_Reenumerate_DevNode","features":[372]},{"name":"CM_Reenumerate_DevNode_Ex","features":[372]},{"name":"CM_Register_Device_Driver","features":[372]},{"name":"CM_Register_Device_Driver_Ex","features":[372]},{"name":"CM_Register_Device_InterfaceA","features":[372]},{"name":"CM_Register_Device_InterfaceW","features":[372]},{"name":"CM_Register_Device_Interface_ExA","features":[372]},{"name":"CM_Register_Device_Interface_ExW","features":[372]},{"name":"CM_Register_Notification","features":[372,305]},{"name":"CM_Remove_SubTree","features":[372]},{"name":"CM_Remove_SubTree_Ex","features":[372]},{"name":"CM_Request_Device_EjectA","features":[372]},{"name":"CM_Request_Device_EjectW","features":[372]},{"name":"CM_Request_Device_Eject_ExA","features":[372]},{"name":"CM_Request_Device_Eject_ExW","features":[372]},{"name":"CM_Request_Eject_PC","features":[372]},{"name":"CM_Request_Eject_PC_Ex","features":[372]},{"name":"CM_Run_Detection","features":[372]},{"name":"CM_Run_Detection_Ex","features":[372]},{"name":"CM_SETUP_BITS","features":[372]},{"name":"CM_SETUP_DEVINST_CONFIG","features":[372]},{"name":"CM_SETUP_DEVINST_CONFIG_CLASS","features":[372]},{"name":"CM_SETUP_DEVINST_CONFIG_EXTENSIONS","features":[372]},{"name":"CM_SETUP_DEVINST_CONFIG_RESET","features":[372]},{"name":"CM_SETUP_DEVINST_READY","features":[372]},{"name":"CM_SETUP_DEVINST_RESET","features":[372]},{"name":"CM_SETUP_DEVNODE_CONFIG","features":[372]},{"name":"CM_SETUP_DEVNODE_CONFIG_CLASS","features":[372]},{"name":"CM_SETUP_DEVNODE_CONFIG_EXTENSIONS","features":[372]},{"name":"CM_SETUP_DEVNODE_CONFIG_RESET","features":[372]},{"name":"CM_SETUP_DEVNODE_READY","features":[372]},{"name":"CM_SETUP_DEVNODE_RESET","features":[372]},{"name":"CM_SETUP_DOWNLOAD","features":[372]},{"name":"CM_SETUP_PROP_CHANGE","features":[372]},{"name":"CM_SETUP_WRITE_LOG_CONFS","features":[372]},{"name":"CM_SET_DEVINST_PROBLEM_BITS","features":[372]},{"name":"CM_SET_DEVINST_PROBLEM_NORMAL","features":[372]},{"name":"CM_SET_DEVINST_PROBLEM_OVERRIDE","features":[372]},{"name":"CM_SET_DEVNODE_PROBLEM_BITS","features":[372]},{"name":"CM_SET_DEVNODE_PROBLEM_NORMAL","features":[372]},{"name":"CM_SET_DEVNODE_PROBLEM_OVERRIDE","features":[372]},{"name":"CM_SET_HW_PROF_FLAGS_BITS","features":[372]},{"name":"CM_SET_HW_PROF_FLAGS_UI_NOT_OK","features":[372]},{"name":"CM_Set_Class_PropertyW","features":[372,340,305]},{"name":"CM_Set_Class_Property_ExW","features":[372,340,305]},{"name":"CM_Set_Class_Registry_PropertyA","features":[372]},{"name":"CM_Set_Class_Registry_PropertyW","features":[372]},{"name":"CM_Set_DevNode_Problem","features":[372]},{"name":"CM_Set_DevNode_Problem_Ex","features":[372]},{"name":"CM_Set_DevNode_PropertyW","features":[372,340,305]},{"name":"CM_Set_DevNode_Property_ExW","features":[372,340,305]},{"name":"CM_Set_DevNode_Registry_PropertyA","features":[372]},{"name":"CM_Set_DevNode_Registry_PropertyW","features":[372]},{"name":"CM_Set_DevNode_Registry_Property_ExA","features":[372]},{"name":"CM_Set_DevNode_Registry_Property_ExW","features":[372]},{"name":"CM_Set_Device_Interface_PropertyW","features":[372,340,305]},{"name":"CM_Set_Device_Interface_Property_ExW","features":[372,340,305]},{"name":"CM_Set_HW_Prof","features":[372]},{"name":"CM_Set_HW_Prof_Ex","features":[372]},{"name":"CM_Set_HW_Prof_FlagsA","features":[372]},{"name":"CM_Set_HW_Prof_FlagsW","features":[372]},{"name":"CM_Set_HW_Prof_Flags_ExA","features":[372]},{"name":"CM_Set_HW_Prof_Flags_ExW","features":[372]},{"name":"CM_Setup_DevNode","features":[372]},{"name":"CM_Setup_DevNode_Ex","features":[372]},{"name":"CM_Test_Range_Available","features":[372]},{"name":"CM_Uninstall_DevNode","features":[372]},{"name":"CM_Uninstall_DevNode_Ex","features":[372]},{"name":"CM_Unregister_Device_InterfaceA","features":[372]},{"name":"CM_Unregister_Device_InterfaceW","features":[372]},{"name":"CM_Unregister_Device_Interface_ExA","features":[372]},{"name":"CM_Unregister_Device_Interface_ExW","features":[372]},{"name":"CM_Unregister_Notification","features":[372]},{"name":"COINSTALLER_CONTEXT_DATA","features":[372,305]},{"name":"COINSTALLER_CONTEXT_DATA","features":[372,305]},{"name":"CONFIGFLAG_BOOT_DEVICE","features":[372]},{"name":"CONFIGFLAG_CANTSTOPACHILD","features":[372]},{"name":"CONFIGFLAG_DISABLED","features":[372]},{"name":"CONFIGFLAG_FAILEDINSTALL","features":[372]},{"name":"CONFIGFLAG_FINISHINSTALL_ACTION","features":[372]},{"name":"CONFIGFLAG_FINISHINSTALL_UI","features":[372]},{"name":"CONFIGFLAG_FINISH_INSTALL","features":[372]},{"name":"CONFIGFLAG_IGNORE_BOOT_LC","features":[372]},{"name":"CONFIGFLAG_MANUAL_INSTALL","features":[372]},{"name":"CONFIGFLAG_NEEDS_CLASS_CONFIG","features":[372]},{"name":"CONFIGFLAG_NEEDS_FORCED_CONFIG","features":[372]},{"name":"CONFIGFLAG_NETBOOT_CARD","features":[372]},{"name":"CONFIGFLAG_NET_BOOT","features":[372]},{"name":"CONFIGFLAG_NOREMOVEEXIT","features":[372]},{"name":"CONFIGFLAG_OKREMOVEROM","features":[372]},{"name":"CONFIGFLAG_PARTIAL_LOG_CONF","features":[372]},{"name":"CONFIGFLAG_REINSTALL","features":[372]},{"name":"CONFIGFLAG_REMOVED","features":[372]},{"name":"CONFIGFLAG_SUPPRESS_SURPRISE","features":[372]},{"name":"CONFIGFLAG_VERIFY_HARDWARE","features":[372]},{"name":"CONFIGMG_VERSION","features":[372]},{"name":"CONFIGRET","features":[372]},{"name":"CONFLICT_DETAILS_A","features":[372]},{"name":"CONFLICT_DETAILS_W","features":[372]},{"name":"CONNECTION_DES","features":[372]},{"name":"CONNECTION_RESOURCE","features":[372]},{"name":"COPYFLG_FORCE_FILE_IN_USE","features":[372]},{"name":"COPYFLG_IN_USE_TRY_RENAME","features":[372]},{"name":"COPYFLG_NODECOMP","features":[372]},{"name":"COPYFLG_NOPRUNE","features":[372]},{"name":"COPYFLG_NOSKIP","features":[372]},{"name":"COPYFLG_NOVERSIONCHECK","features":[372]},{"name":"COPYFLG_NO_OVERWRITE","features":[372]},{"name":"COPYFLG_NO_VERSION_DIALOG","features":[372]},{"name":"COPYFLG_OVERWRITE_OLDER_ONLY","features":[372]},{"name":"COPYFLG_PROTECTED_WINDOWS_DRIVER_FILE","features":[372]},{"name":"COPYFLG_REPLACEONLY","features":[372]},{"name":"COPYFLG_REPLACE_BOOT_FILE","features":[372]},{"name":"COPYFLG_WARN_IF_SKIP","features":[372]},{"name":"CR_ACCESS_DENIED","features":[372]},{"name":"CR_ALREADY_SUCH_DEVINST","features":[372]},{"name":"CR_ALREADY_SUCH_DEVNODE","features":[372]},{"name":"CR_APM_VETOED","features":[372]},{"name":"CR_BUFFER_SMALL","features":[372]},{"name":"CR_CALL_NOT_IMPLEMENTED","features":[372]},{"name":"CR_CANT_SHARE_IRQ","features":[372]},{"name":"CR_CREATE_BLOCKED","features":[372]},{"name":"CR_DEFAULT","features":[372]},{"name":"CR_DEVICE_INTERFACE_ACTIVE","features":[372]},{"name":"CR_DEVICE_NOT_THERE","features":[372]},{"name":"CR_DEVINST_HAS_REQS","features":[372]},{"name":"CR_DEVLOADER_NOT_READY","features":[372]},{"name":"CR_DEVNODE_HAS_REQS","features":[372]},{"name":"CR_DLVXD_NOT_FOUND","features":[372]},{"name":"CR_FAILURE","features":[372]},{"name":"CR_FREE_RESOURCES","features":[372]},{"name":"CR_INVALID_API","features":[372]},{"name":"CR_INVALID_ARBITRATOR","features":[372]},{"name":"CR_INVALID_CONFLICT_LIST","features":[372]},{"name":"CR_INVALID_DATA","features":[372]},{"name":"CR_INVALID_DEVICE_ID","features":[372]},{"name":"CR_INVALID_DEVINST","features":[372]},{"name":"CR_INVALID_DEVNODE","features":[372]},{"name":"CR_INVALID_FLAG","features":[372]},{"name":"CR_INVALID_INDEX","features":[372]},{"name":"CR_INVALID_LOAD_TYPE","features":[372]},{"name":"CR_INVALID_LOG_CONF","features":[372]},{"name":"CR_INVALID_MACHINENAME","features":[372]},{"name":"CR_INVALID_NODELIST","features":[372]},{"name":"CR_INVALID_POINTER","features":[372]},{"name":"CR_INVALID_PRIORITY","features":[372]},{"name":"CR_INVALID_PROPERTY","features":[372]},{"name":"CR_INVALID_RANGE","features":[372]},{"name":"CR_INVALID_RANGE_LIST","features":[372]},{"name":"CR_INVALID_REFERENCE_STRING","features":[372]},{"name":"CR_INVALID_RESOURCEID","features":[372]},{"name":"CR_INVALID_RES_DES","features":[372]},{"name":"CR_INVALID_STRUCTURE_SIZE","features":[372]},{"name":"CR_MACHINE_UNAVAILABLE","features":[372]},{"name":"CR_NEED_RESTART","features":[372]},{"name":"CR_NOT_DISABLEABLE","features":[372]},{"name":"CR_NOT_SYSTEM_VM","features":[372]},{"name":"CR_NO_ARBITRATOR","features":[372]},{"name":"CR_NO_CM_SERVICES","features":[372]},{"name":"CR_NO_DEPENDENT","features":[372]},{"name":"CR_NO_MORE_HW_PROFILES","features":[372]},{"name":"CR_NO_MORE_LOG_CONF","features":[372]},{"name":"CR_NO_MORE_RES_DES","features":[372]},{"name":"CR_NO_REGISTRY_HANDLE","features":[372]},{"name":"CR_NO_SUCH_DEVICE_INTERFACE","features":[372]},{"name":"CR_NO_SUCH_DEVINST","features":[372]},{"name":"CR_NO_SUCH_DEVNODE","features":[372]},{"name":"CR_NO_SUCH_LOGICAL_DEV","features":[372]},{"name":"CR_NO_SUCH_REGISTRY_KEY","features":[372]},{"name":"CR_NO_SUCH_VALUE","features":[372]},{"name":"CR_OUT_OF_MEMORY","features":[372]},{"name":"CR_QUERY_VETOED","features":[372]},{"name":"CR_REGISTRY_ERROR","features":[372]},{"name":"CR_REMOTE_COMM_FAILURE","features":[372]},{"name":"CR_REMOVE_VETOED","features":[372]},{"name":"CR_SAME_RESOURCES","features":[372]},{"name":"CR_SUCCESS","features":[372]},{"name":"CR_WRONG_TYPE","features":[372]},{"name":"CS_DES","features":[372]},{"name":"CS_RESOURCE","features":[372]},{"name":"DD_FLAGS","features":[372]},{"name":"DELFLG_IN_USE","features":[372]},{"name":"DELFLG_IN_USE1","features":[372]},{"name":"DEVPRIVATE_DES","features":[372]},{"name":"DEVPRIVATE_RANGE","features":[372]},{"name":"DEVPRIVATE_RESOURCE","features":[372]},{"name":"DIBCI_NODISPLAYCLASS","features":[372]},{"name":"DIBCI_NOINSTALLCLASS","features":[372]},{"name":"DICD_GENERATE_ID","features":[372]},{"name":"DICD_INHERIT_CLASSDRVS","features":[372]},{"name":"DICLASSPROP_INSTALLER","features":[372]},{"name":"DICLASSPROP_INTERFACE","features":[372]},{"name":"DICS_DISABLE","features":[372]},{"name":"DICS_ENABLE","features":[372]},{"name":"DICS_FLAG_CONFIGGENERAL","features":[372]},{"name":"DICS_FLAG_CONFIGSPECIFIC","features":[372]},{"name":"DICS_FLAG_GLOBAL","features":[372]},{"name":"DICS_PROPCHANGE","features":[372]},{"name":"DICS_START","features":[372]},{"name":"DICS_STOP","features":[372]},{"name":"DICUSTOMDEVPROP_MERGE_MULTISZ","features":[372]},{"name":"DIF_ADDPROPERTYPAGE_ADVANCED","features":[372]},{"name":"DIF_ADDPROPERTYPAGE_BASIC","features":[372]},{"name":"DIF_ADDREMOTEPROPERTYPAGE_ADVANCED","features":[372]},{"name":"DIF_ALLOW_INSTALL","features":[372]},{"name":"DIF_ASSIGNRESOURCES","features":[372]},{"name":"DIF_CALCDISKSPACE","features":[372]},{"name":"DIF_DESTROYPRIVATEDATA","features":[372]},{"name":"DIF_DESTROYWIZARDDATA","features":[372]},{"name":"DIF_DETECT","features":[372]},{"name":"DIF_DETECTCANCEL","features":[372]},{"name":"DIF_DETECTVERIFY","features":[372]},{"name":"DIF_ENABLECLASS","features":[372]},{"name":"DIF_FINISHINSTALL_ACTION","features":[372]},{"name":"DIF_FIRSTTIMESETUP","features":[372]},{"name":"DIF_FOUNDDEVICE","features":[372]},{"name":"DIF_INSTALLCLASSDRIVERS","features":[372]},{"name":"DIF_INSTALLDEVICE","features":[372]},{"name":"DIF_INSTALLDEVICEFILES","features":[372]},{"name":"DIF_INSTALLINTERFACES","features":[372]},{"name":"DIF_INSTALLWIZARD","features":[372]},{"name":"DIF_MOVEDEVICE","features":[372]},{"name":"DIF_NEWDEVICEWIZARD_FINISHINSTALL","features":[372]},{"name":"DIF_NEWDEVICEWIZARD_POSTANALYZE","features":[372]},{"name":"DIF_NEWDEVICEWIZARD_PREANALYZE","features":[372]},{"name":"DIF_NEWDEVICEWIZARD_PRESELECT","features":[372]},{"name":"DIF_NEWDEVICEWIZARD_SELECT","features":[372]},{"name":"DIF_POWERMESSAGEWAKE","features":[372]},{"name":"DIF_PROPERTIES","features":[372]},{"name":"DIF_PROPERTYCHANGE","features":[372]},{"name":"DIF_REGISTERDEVICE","features":[372]},{"name":"DIF_REGISTER_COINSTALLERS","features":[372]},{"name":"DIF_REMOVE","features":[372]},{"name":"DIF_RESERVED1","features":[372]},{"name":"DIF_RESERVED2","features":[372]},{"name":"DIF_SELECTBESTCOMPATDRV","features":[372]},{"name":"DIF_SELECTCLASSDRIVERS","features":[372]},{"name":"DIF_SELECTDEVICE","features":[372]},{"name":"DIF_TROUBLESHOOTER","features":[372]},{"name":"DIF_UNREMOVE","features":[372]},{"name":"DIF_UNUSED1","features":[372]},{"name":"DIF_UPDATEDRIVER_UI","features":[372]},{"name":"DIF_VALIDATECLASSDRIVERS","features":[372]},{"name":"DIF_VALIDATEDRIVER","features":[372]},{"name":"DIGCDP_FLAG_ADVANCED","features":[372]},{"name":"DIGCDP_FLAG_BASIC","features":[372]},{"name":"DIGCDP_FLAG_REMOTE_ADVANCED","features":[372]},{"name":"DIGCDP_FLAG_REMOTE_BASIC","features":[372]},{"name":"DIGCF_ALLCLASSES","features":[372]},{"name":"DIGCF_DEFAULT","features":[372]},{"name":"DIGCF_DEVICEINTERFACE","features":[372]},{"name":"DIGCF_INTERFACEDEVICE","features":[372]},{"name":"DIGCF_PRESENT","features":[372]},{"name":"DIGCF_PROFILE","features":[372]},{"name":"DIIDFLAG_BITS","features":[372]},{"name":"DIIDFLAG_INSTALLCOPYINFDRIVERS","features":[372]},{"name":"DIIDFLAG_INSTALLNULLDRIVER","features":[372]},{"name":"DIIDFLAG_NOFINISHINSTALLUI","features":[372]},{"name":"DIIDFLAG_SHOWSEARCHUI","features":[372]},{"name":"DIINSTALLDEVICE_FLAGS","features":[372]},{"name":"DIINSTALLDRIVER_FLAGS","features":[372]},{"name":"DIIRFLAG_BITS","features":[372]},{"name":"DIIRFLAG_FORCE_INF","features":[372]},{"name":"DIIRFLAG_HOTPATCH","features":[372]},{"name":"DIIRFLAG_HW_USING_THE_INF","features":[372]},{"name":"DIIRFLAG_INF_ALREADY_COPIED","features":[372]},{"name":"DIIRFLAG_INSTALL_AS_SET","features":[372]},{"name":"DIIRFLAG_NOBACKUP","features":[372]},{"name":"DIIRFLAG_PRE_CONFIGURE_INF","features":[372]},{"name":"DIIRFLAG_SYSTEM_BITS","features":[372]},{"name":"DIOCR_INSTALLER","features":[372]},{"name":"DIOCR_INTERFACE","features":[372]},{"name":"DIODI_NO_ADD","features":[372]},{"name":"DIOD_CANCEL_REMOVE","features":[372]},{"name":"DIOD_INHERIT_CLASSDRVS","features":[372]},{"name":"DIREG_BOTH","features":[372]},{"name":"DIREG_DEV","features":[372]},{"name":"DIREG_DRV","features":[372]},{"name":"DIRID_ABSOLUTE","features":[372]},{"name":"DIRID_ABSOLUTE_16BIT","features":[372]},{"name":"DIRID_APPS","features":[372]},{"name":"DIRID_BOOT","features":[372]},{"name":"DIRID_COLOR","features":[372]},{"name":"DIRID_COMMON_APPDATA","features":[372]},{"name":"DIRID_COMMON_DESKTOPDIRECTORY","features":[372]},{"name":"DIRID_COMMON_DOCUMENTS","features":[372]},{"name":"DIRID_COMMON_FAVORITES","features":[372]},{"name":"DIRID_COMMON_PROGRAMS","features":[372]},{"name":"DIRID_COMMON_STARTMENU","features":[372]},{"name":"DIRID_COMMON_STARTUP","features":[372]},{"name":"DIRID_COMMON_TEMPLATES","features":[372]},{"name":"DIRID_DEFAULT","features":[372]},{"name":"DIRID_DRIVERS","features":[372]},{"name":"DIRID_DRIVER_STORE","features":[372]},{"name":"DIRID_FONTS","features":[372]},{"name":"DIRID_HELP","features":[372]},{"name":"DIRID_INF","features":[372]},{"name":"DIRID_IOSUBSYS","features":[372]},{"name":"DIRID_LOADER","features":[372]},{"name":"DIRID_NULL","features":[372]},{"name":"DIRID_PRINTPROCESSOR","features":[372]},{"name":"DIRID_PROGRAM_FILES","features":[372]},{"name":"DIRID_PROGRAM_FILES_COMMON","features":[372]},{"name":"DIRID_PROGRAM_FILES_COMMONX86","features":[372]},{"name":"DIRID_PROGRAM_FILES_X86","features":[372]},{"name":"DIRID_SHARED","features":[372]},{"name":"DIRID_SPOOL","features":[372]},{"name":"DIRID_SPOOLDRIVERS","features":[372]},{"name":"DIRID_SRCPATH","features":[372]},{"name":"DIRID_SYSTEM","features":[372]},{"name":"DIRID_SYSTEM16","features":[372]},{"name":"DIRID_SYSTEM_X86","features":[372]},{"name":"DIRID_USER","features":[372]},{"name":"DIRID_USERPROFILE","features":[372]},{"name":"DIRID_VIEWERS","features":[372]},{"name":"DIRID_WINDOWS","features":[372]},{"name":"DIROLLBACKDRIVER_FLAGS","features":[372]},{"name":"DIUNINSTALLDRIVER_FLAGS","features":[372]},{"name":"DIURFLAG_NO_REMOVE_INF","features":[372]},{"name":"DIURFLAG_RESERVED","features":[372]},{"name":"DIURFLAG_VALID","features":[372]},{"name":"DI_AUTOASSIGNRES","features":[372]},{"name":"DI_CLASSINSTALLPARAMS","features":[372]},{"name":"DI_COMPAT_FROM_CLASS","features":[372]},{"name":"DI_DIDCLASS","features":[372]},{"name":"DI_DIDCOMPAT","features":[372]},{"name":"DI_DISABLED","features":[372]},{"name":"DI_DONOTCALLCONFIGMG","features":[372]},{"name":"DI_DRIVERPAGE_ADDED","features":[372]},{"name":"DI_ENUMSINGLEINF","features":[372]},{"name":"DI_FLAGSEX_ALLOWEXCLUDEDDRVS","features":[372]},{"name":"DI_FLAGSEX_ALTPLATFORM_DRVSEARCH","features":[372]},{"name":"DI_FLAGSEX_ALWAYSWRITEIDS","features":[372]},{"name":"DI_FLAGSEX_APPENDDRIVERLIST","features":[372]},{"name":"DI_FLAGSEX_BACKUPONREPLACE","features":[372]},{"name":"DI_FLAGSEX_CI_FAILED","features":[372]},{"name":"DI_FLAGSEX_DEVICECHANGE","features":[372]},{"name":"DI_FLAGSEX_DIDCOMPATINFO","features":[372]},{"name":"DI_FLAGSEX_DIDINFOLIST","features":[372]},{"name":"DI_FLAGSEX_DRIVERLIST_FROM_URL","features":[372]},{"name":"DI_FLAGSEX_EXCLUDE_OLD_INET_DRIVERS","features":[372]},{"name":"DI_FLAGSEX_FILTERCLASSES","features":[372]},{"name":"DI_FLAGSEX_FILTERSIMILARDRIVERS","features":[372]},{"name":"DI_FLAGSEX_FINISHINSTALL_ACTION","features":[372]},{"name":"DI_FLAGSEX_INET_DRIVER","features":[372]},{"name":"DI_FLAGSEX_INSTALLEDDRIVER","features":[372]},{"name":"DI_FLAGSEX_IN_SYSTEM_SETUP","features":[372]},{"name":"DI_FLAGSEX_NOUIONQUERYREMOVE","features":[372]},{"name":"DI_FLAGSEX_NO_CLASSLIST_NODE_MERGE","features":[372]},{"name":"DI_FLAGSEX_NO_DRVREG_MODIFY","features":[372]},{"name":"DI_FLAGSEX_POWERPAGE_ADDED","features":[372]},{"name":"DI_FLAGSEX_PREINSTALLBACKUP","features":[372]},{"name":"DI_FLAGSEX_PROPCHANGE_PENDING","features":[372]},{"name":"DI_FLAGSEX_RECURSIVESEARCH","features":[372]},{"name":"DI_FLAGSEX_RESERVED1","features":[372]},{"name":"DI_FLAGSEX_RESERVED2","features":[372]},{"name":"DI_FLAGSEX_RESERVED3","features":[372]},{"name":"DI_FLAGSEX_RESERVED4","features":[372]},{"name":"DI_FLAGSEX_RESTART_DEVICE_ONLY","features":[372]},{"name":"DI_FLAGSEX_SEARCH_PUBLISHED_INFS","features":[372]},{"name":"DI_FLAGSEX_SETFAILEDINSTALL","features":[372]},{"name":"DI_FLAGSEX_USECLASSFORCOMPAT","features":[372]},{"name":"DI_FORCECOPY","features":[372]},{"name":"DI_FUNCTION","features":[372]},{"name":"DI_GENERALPAGE_ADDED","features":[372]},{"name":"DI_INF_IS_SORTED","features":[372]},{"name":"DI_INSTALLDISABLED","features":[372]},{"name":"DI_MULTMFGS","features":[372]},{"name":"DI_NEEDREBOOT","features":[372]},{"name":"DI_NEEDRESTART","features":[372]},{"name":"DI_NOBROWSE","features":[372]},{"name":"DI_NODI_DEFAULTACTION","features":[372]},{"name":"DI_NOFILECOPY","features":[372]},{"name":"DI_NOSELECTICONS","features":[372]},{"name":"DI_NOVCP","features":[372]},{"name":"DI_NOWRITE_IDS","features":[372]},{"name":"DI_OVERRIDE_INFFLAGS","features":[372]},{"name":"DI_PROPERTIES_CHANGE","features":[372]},{"name":"DI_PROPS_NOCHANGEUSAGE","features":[372]},{"name":"DI_QUIETINSTALL","features":[372]},{"name":"DI_REMOVEDEVICE_CONFIGSPECIFIC","features":[372]},{"name":"DI_REMOVEDEVICE_GLOBAL","features":[372]},{"name":"DI_RESOURCEPAGE_ADDED","features":[372]},{"name":"DI_SHOWALL","features":[372]},{"name":"DI_SHOWCLASS","features":[372]},{"name":"DI_SHOWCOMPAT","features":[372]},{"name":"DI_SHOWOEM","features":[372]},{"name":"DI_UNREMOVEDEVICE_CONFIGSPECIFIC","features":[372]},{"name":"DI_USECI_SELECTSTRINGS","features":[372]},{"name":"DMA_DES","features":[372]},{"name":"DMA_RANGE","features":[372]},{"name":"DMA_RESOURCE","features":[372]},{"name":"DMI_BKCOLOR","features":[372]},{"name":"DMI_MASK","features":[372]},{"name":"DMI_USERECT","features":[372]},{"name":"DNF_ALWAYSEXCLUDEFROMLIST","features":[372]},{"name":"DNF_AUTHENTICODE_SIGNED","features":[372]},{"name":"DNF_BAD_DRIVER","features":[372]},{"name":"DNF_BASIC_DRIVER","features":[372]},{"name":"DNF_CLASS_DRIVER","features":[372]},{"name":"DNF_COMPATIBLE_DRIVER","features":[372]},{"name":"DNF_DUPDESC","features":[372]},{"name":"DNF_DUPDRIVERVER","features":[372]},{"name":"DNF_DUPPROVIDER","features":[372]},{"name":"DNF_EXCLUDEFROMLIST","features":[372]},{"name":"DNF_INBOX_DRIVER","features":[372]},{"name":"DNF_INET_DRIVER","features":[372]},{"name":"DNF_INF_IS_SIGNED","features":[372]},{"name":"DNF_INSTALLEDDRIVER","features":[372]},{"name":"DNF_LEGACYINF","features":[372]},{"name":"DNF_NODRIVER","features":[372]},{"name":"DNF_OEM_F6_INF","features":[372]},{"name":"DNF_OLDDRIVER","features":[372]},{"name":"DNF_OLD_INET_DRIVER","features":[372]},{"name":"DNF_REQUESTADDITIONALSOFTWARE","features":[372]},{"name":"DNF_UNUSED1","features":[372]},{"name":"DNF_UNUSED2","features":[372]},{"name":"DNF_UNUSED_22","features":[372]},{"name":"DNF_UNUSED_23","features":[372]},{"name":"DNF_UNUSED_24","features":[372]},{"name":"DNF_UNUSED_25","features":[372]},{"name":"DNF_UNUSED_26","features":[372]},{"name":"DNF_UNUSED_27","features":[372]},{"name":"DNF_UNUSED_28","features":[372]},{"name":"DNF_UNUSED_29","features":[372]},{"name":"DNF_UNUSED_30","features":[372]},{"name":"DNF_UNUSED_31","features":[372]},{"name":"DN_APM_DRIVER","features":[372]},{"name":"DN_APM_ENUMERATOR","features":[372]},{"name":"DN_ARM_WAKEUP","features":[372]},{"name":"DN_BAD_PARTIAL","features":[372]},{"name":"DN_BOOT_LOG_PROB","features":[372]},{"name":"DN_CHANGEABLE_FLAGS","features":[372]},{"name":"DN_CHILD_WITH_INVALID_ID","features":[372]},{"name":"DN_DEVICE_DISCONNECTED","features":[372]},{"name":"DN_DISABLEABLE","features":[372]},{"name":"DN_DRIVER_BLOCKED","features":[372]},{"name":"DN_DRIVER_LOADED","features":[372]},{"name":"DN_ENUM_LOADED","features":[372]},{"name":"DN_FILTERED","features":[372]},{"name":"DN_HARDWARE_ENUM","features":[372]},{"name":"DN_HAS_MARK","features":[372]},{"name":"DN_HAS_PROBLEM","features":[372]},{"name":"DN_LEGACY_DRIVER","features":[372]},{"name":"DN_LIAR","features":[372]},{"name":"DN_MANUAL","features":[372]},{"name":"DN_MF_CHILD","features":[372]},{"name":"DN_MF_PARENT","features":[372]},{"name":"DN_MOVED","features":[372]},{"name":"DN_NEEDS_LOCKING","features":[372]},{"name":"DN_NEED_RESTART","features":[372]},{"name":"DN_NEED_TO_ENUM","features":[372]},{"name":"DN_NOT_FIRST_TIME","features":[372]},{"name":"DN_NOT_FIRST_TIMEE","features":[372]},{"name":"DN_NO_SHOW_IN_DM","features":[372]},{"name":"DN_NT_DRIVER","features":[372]},{"name":"DN_NT_ENUMERATOR","features":[372]},{"name":"DN_PRIVATE_PROBLEM","features":[372]},{"name":"DN_QUERY_REMOVE_ACTIVE","features":[372]},{"name":"DN_QUERY_REMOVE_PENDING","features":[372]},{"name":"DN_REBAL_CANDIDATE","features":[372]},{"name":"DN_REMOVABLE","features":[372]},{"name":"DN_ROOT_ENUMERATED","features":[372]},{"name":"DN_SILENT_INSTALL","features":[372]},{"name":"DN_STARTED","features":[372]},{"name":"DN_STOP_FREE_RES","features":[372]},{"name":"DN_WILL_BE_REMOVED","features":[372]},{"name":"DPROMPT_BUFFERTOOSMALL","features":[372]},{"name":"DPROMPT_CANCEL","features":[372]},{"name":"DPROMPT_OUTOFMEMORY","features":[372]},{"name":"DPROMPT_SKIPFILE","features":[372]},{"name":"DPROMPT_SUCCESS","features":[372]},{"name":"DRIVER_COMPATID_RANK","features":[372]},{"name":"DRIVER_HARDWAREID_MASK","features":[372]},{"name":"DRIVER_HARDWAREID_RANK","features":[372]},{"name":"DRIVER_UNTRUSTED_COMPATID_RANK","features":[372]},{"name":"DRIVER_UNTRUSTED_HARDWAREID_RANK","features":[372]},{"name":"DRIVER_UNTRUSTED_RANK","features":[372]},{"name":"DRIVER_W9X_SUSPECT_COMPATID_RANK","features":[372]},{"name":"DRIVER_W9X_SUSPECT_HARDWAREID_RANK","features":[372]},{"name":"DRIVER_W9X_SUSPECT_RANK","features":[372]},{"name":"DWORD_MAX","features":[372]},{"name":"DYNAWIZ_FLAG_ANALYZE_HANDLECONFLICT","features":[372]},{"name":"DYNAWIZ_FLAG_INSTALLDET_NEXT","features":[372]},{"name":"DYNAWIZ_FLAG_INSTALLDET_PREV","features":[372]},{"name":"DYNAWIZ_FLAG_PAGESADDED","features":[372]},{"name":"DiInstallDevice","features":[372,305]},{"name":"DiInstallDriverA","features":[372,305]},{"name":"DiInstallDriverW","features":[372,305]},{"name":"DiRollbackDriver","features":[372,305]},{"name":"DiShowUpdateDevice","features":[372,305]},{"name":"DiShowUpdateDriver","features":[372,305]},{"name":"DiUninstallDevice","features":[372,305]},{"name":"DiUninstallDriverA","features":[372,305]},{"name":"DiUninstallDriverW","features":[372,305]},{"name":"ENABLECLASS_FAILURE","features":[372]},{"name":"ENABLECLASS_QUERY","features":[372]},{"name":"ENABLECLASS_SUCCESS","features":[372]},{"name":"FILEOP_ABORT","features":[372]},{"name":"FILEOP_BACKUP","features":[372]},{"name":"FILEOP_COPY","features":[372]},{"name":"FILEOP_DELETE","features":[372]},{"name":"FILEOP_DOIT","features":[372]},{"name":"FILEOP_NEWPATH","features":[372]},{"name":"FILEOP_RENAME","features":[372]},{"name":"FILEOP_RETRY","features":[372]},{"name":"FILEOP_SKIP","features":[372]},{"name":"FILEPATHS_A","features":[372]},{"name":"FILEPATHS_A","features":[372]},{"name":"FILEPATHS_SIGNERINFO_A","features":[372]},{"name":"FILEPATHS_SIGNERINFO_A","features":[372]},{"name":"FILEPATHS_SIGNERINFO_W","features":[372]},{"name":"FILEPATHS_SIGNERINFO_W","features":[372]},{"name":"FILEPATHS_W","features":[372]},{"name":"FILEPATHS_W","features":[372]},{"name":"FILE_COMPRESSION_MSZIP","features":[372]},{"name":"FILE_COMPRESSION_NONE","features":[372]},{"name":"FILE_COMPRESSION_NTCAB","features":[372]},{"name":"FILE_COMPRESSION_TYPE","features":[372]},{"name":"FILE_COMPRESSION_WINLZA","features":[372]},{"name":"FILE_IN_CABINET_INFO_A","features":[372]},{"name":"FILE_IN_CABINET_INFO_A","features":[372]},{"name":"FILE_IN_CABINET_INFO_W","features":[372]},{"name":"FILE_IN_CABINET_INFO_W","features":[372]},{"name":"FILTERED_LOG_CONF","features":[372]},{"name":"FLG_ADDPROPERTY_AND","features":[372]},{"name":"FLG_ADDPROPERTY_APPEND","features":[372]},{"name":"FLG_ADDPROPERTY_NOCLOBBER","features":[372]},{"name":"FLG_ADDPROPERTY_OR","features":[372]},{"name":"FLG_ADDPROPERTY_OVERWRITEONLY","features":[372]},{"name":"FLG_ADDREG_32BITKEY","features":[372]},{"name":"FLG_ADDREG_64BITKEY","features":[372]},{"name":"FLG_ADDREG_APPEND","features":[372]},{"name":"FLG_ADDREG_BINVALUETYPE","features":[372]},{"name":"FLG_ADDREG_DELREG_BIT","features":[372]},{"name":"FLG_ADDREG_DELVAL","features":[372]},{"name":"FLG_ADDREG_KEYONLY","features":[372]},{"name":"FLG_ADDREG_KEYONLY_COMMON","features":[372]},{"name":"FLG_ADDREG_NOCLOBBER","features":[372]},{"name":"FLG_ADDREG_OVERWRITEONLY","features":[372]},{"name":"FLG_ADDREG_TYPE_EXPAND_SZ","features":[372]},{"name":"FLG_ADDREG_TYPE_MULTI_SZ","features":[372]},{"name":"FLG_ADDREG_TYPE_SZ","features":[372]},{"name":"FLG_BITREG_32BITKEY","features":[372]},{"name":"FLG_BITREG_64BITKEY","features":[372]},{"name":"FLG_BITREG_CLEARBITS","features":[372]},{"name":"FLG_BITREG_SETBITS","features":[372]},{"name":"FLG_DELPROPERTY_MULTI_SZ_DELSTRING","features":[372]},{"name":"FLG_DELREG_32BITKEY","features":[372]},{"name":"FLG_DELREG_64BITKEY","features":[372]},{"name":"FLG_DELREG_KEYONLY_COMMON","features":[372]},{"name":"FLG_DELREG_OPERATION_MASK","features":[372]},{"name":"FLG_DELREG_TYPE_EXPAND_SZ","features":[372]},{"name":"FLG_DELREG_TYPE_MULTI_SZ","features":[372]},{"name":"FLG_DELREG_TYPE_SZ","features":[372]},{"name":"FLG_DELREG_VALUE","features":[372]},{"name":"FLG_INI2REG_32BITKEY","features":[372]},{"name":"FLG_INI2REG_64BITKEY","features":[372]},{"name":"FLG_PROFITEM_CSIDL","features":[372]},{"name":"FLG_PROFITEM_CURRENTUSER","features":[372]},{"name":"FLG_PROFITEM_DELETE","features":[372]},{"name":"FLG_PROFITEM_GROUP","features":[372]},{"name":"FLG_REGSVR_DLLINSTALL","features":[372]},{"name":"FLG_REGSVR_DLLREGISTER","features":[372]},{"name":"FORCED_LOG_CONF","features":[372]},{"name":"GUID_ACPI_CMOS_INTERFACE_STANDARD","features":[372]},{"name":"GUID_ACPI_INTERFACE_STANDARD","features":[372]},{"name":"GUID_ACPI_INTERFACE_STANDARD2","features":[372]},{"name":"GUID_ACPI_PORT_RANGES_INTERFACE_STANDARD","features":[372]},{"name":"GUID_ACPI_REGS_INTERFACE_STANDARD","features":[372]},{"name":"GUID_AGP_TARGET_BUS_INTERFACE_STANDARD","features":[372]},{"name":"GUID_ARBITER_INTERFACE_STANDARD","features":[372]},{"name":"GUID_BUS_INTERFACE_STANDARD","features":[372]},{"name":"GUID_BUS_RESOURCE_UPDATE_INTERFACE","features":[372]},{"name":"GUID_BUS_TYPE_1394","features":[372]},{"name":"GUID_BUS_TYPE_ACPI","features":[372]},{"name":"GUID_BUS_TYPE_AVC","features":[372]},{"name":"GUID_BUS_TYPE_DOT4PRT","features":[372]},{"name":"GUID_BUS_TYPE_EISA","features":[372]},{"name":"GUID_BUS_TYPE_HID","features":[372]},{"name":"GUID_BUS_TYPE_INTERNAL","features":[372]},{"name":"GUID_BUS_TYPE_IRDA","features":[372]},{"name":"GUID_BUS_TYPE_ISAPNP","features":[372]},{"name":"GUID_BUS_TYPE_LPTENUM","features":[372]},{"name":"GUID_BUS_TYPE_MCA","features":[372]},{"name":"GUID_BUS_TYPE_PCI","features":[372]},{"name":"GUID_BUS_TYPE_PCMCIA","features":[372]},{"name":"GUID_BUS_TYPE_SCM","features":[372]},{"name":"GUID_BUS_TYPE_SD","features":[372]},{"name":"GUID_BUS_TYPE_SERENUM","features":[372]},{"name":"GUID_BUS_TYPE_SW_DEVICE","features":[372]},{"name":"GUID_BUS_TYPE_USB","features":[372]},{"name":"GUID_BUS_TYPE_USBPRINT","features":[372]},{"name":"GUID_D3COLD_AUX_POWER_AND_TIMING_INTERFACE","features":[372]},{"name":"GUID_D3COLD_SUPPORT_INTERFACE","features":[372]},{"name":"GUID_DEVCLASS_1394","features":[372]},{"name":"GUID_DEVCLASS_1394DEBUG","features":[372]},{"name":"GUID_DEVCLASS_61883","features":[372]},{"name":"GUID_DEVCLASS_ADAPTER","features":[372]},{"name":"GUID_DEVCLASS_APMSUPPORT","features":[372]},{"name":"GUID_DEVCLASS_AVC","features":[372]},{"name":"GUID_DEVCLASS_BATTERY","features":[372]},{"name":"GUID_DEVCLASS_BIOMETRIC","features":[372]},{"name":"GUID_DEVCLASS_BLUETOOTH","features":[372]},{"name":"GUID_DEVCLASS_CAMERA","features":[372]},{"name":"GUID_DEVCLASS_CDROM","features":[372]},{"name":"GUID_DEVCLASS_COMPUTEACCELERATOR","features":[372]},{"name":"GUID_DEVCLASS_COMPUTER","features":[372]},{"name":"GUID_DEVCLASS_DECODER","features":[372]},{"name":"GUID_DEVCLASS_DISKDRIVE","features":[372]},{"name":"GUID_DEVCLASS_DISPLAY","features":[372]},{"name":"GUID_DEVCLASS_DOT4","features":[372]},{"name":"GUID_DEVCLASS_DOT4PRINT","features":[372]},{"name":"GUID_DEVCLASS_EHSTORAGESILO","features":[372]},{"name":"GUID_DEVCLASS_ENUM1394","features":[372]},{"name":"GUID_DEVCLASS_EXTENSION","features":[372]},{"name":"GUID_DEVCLASS_FDC","features":[372]},{"name":"GUID_DEVCLASS_FIRMWARE","features":[372]},{"name":"GUID_DEVCLASS_FLOPPYDISK","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_ACTIVITYMONITOR","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_ANTIVIRUS","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_BOTTOM","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_CFSMETADATASERVER","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_COMPRESSION","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_CONTENTSCREENER","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_CONTINUOUSBACKUP","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_COPYPROTECTION","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_ENCRYPTION","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_HSM","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_INFRASTRUCTURE","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_OPENFILEBACKUP","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_PHYSICALQUOTAMANAGEMENT","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_QUOTAMANAGEMENT","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_REPLICATION","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_SECURITYENHANCER","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_SYSTEM","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_SYSTEMRECOVERY","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_TOP","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_UNDELETE","features":[372]},{"name":"GUID_DEVCLASS_FSFILTER_VIRTUALIZATION","features":[372]},{"name":"GUID_DEVCLASS_GENERIC","features":[372]},{"name":"GUID_DEVCLASS_GPS","features":[372]},{"name":"GUID_DEVCLASS_HDC","features":[372]},{"name":"GUID_DEVCLASS_HIDCLASS","features":[372]},{"name":"GUID_DEVCLASS_HOLOGRAPHIC","features":[372]},{"name":"GUID_DEVCLASS_IMAGE","features":[372]},{"name":"GUID_DEVCLASS_INFINIBAND","features":[372]},{"name":"GUID_DEVCLASS_INFRARED","features":[372]},{"name":"GUID_DEVCLASS_KEYBOARD","features":[372]},{"name":"GUID_DEVCLASS_LEGACYDRIVER","features":[372]},{"name":"GUID_DEVCLASS_MEDIA","features":[372]},{"name":"GUID_DEVCLASS_MEDIUM_CHANGER","features":[372]},{"name":"GUID_DEVCLASS_MEMORY","features":[372]},{"name":"GUID_DEVCLASS_MODEM","features":[372]},{"name":"GUID_DEVCLASS_MONITOR","features":[372]},{"name":"GUID_DEVCLASS_MOUSE","features":[372]},{"name":"GUID_DEVCLASS_MTD","features":[372]},{"name":"GUID_DEVCLASS_MULTIFUNCTION","features":[372]},{"name":"GUID_DEVCLASS_MULTIPORTSERIAL","features":[372]},{"name":"GUID_DEVCLASS_NET","features":[372]},{"name":"GUID_DEVCLASS_NETCLIENT","features":[372]},{"name":"GUID_DEVCLASS_NETDRIVER","features":[372]},{"name":"GUID_DEVCLASS_NETSERVICE","features":[372]},{"name":"GUID_DEVCLASS_NETTRANS","features":[372]},{"name":"GUID_DEVCLASS_NETUIO","features":[372]},{"name":"GUID_DEVCLASS_NODRIVER","features":[372]},{"name":"GUID_DEVCLASS_PCMCIA","features":[372]},{"name":"GUID_DEVCLASS_PNPPRINTERS","features":[372]},{"name":"GUID_DEVCLASS_PORTS","features":[372]},{"name":"GUID_DEVCLASS_PRIMITIVE","features":[372]},{"name":"GUID_DEVCLASS_PRINTER","features":[372]},{"name":"GUID_DEVCLASS_PRINTERUPGRADE","features":[372]},{"name":"GUID_DEVCLASS_PRINTQUEUE","features":[372]},{"name":"GUID_DEVCLASS_PROCESSOR","features":[372]},{"name":"GUID_DEVCLASS_SBP2","features":[372]},{"name":"GUID_DEVCLASS_SCMDISK","features":[372]},{"name":"GUID_DEVCLASS_SCMVOLUME","features":[372]},{"name":"GUID_DEVCLASS_SCSIADAPTER","features":[372]},{"name":"GUID_DEVCLASS_SECURITYACCELERATOR","features":[372]},{"name":"GUID_DEVCLASS_SENSOR","features":[372]},{"name":"GUID_DEVCLASS_SIDESHOW","features":[372]},{"name":"GUID_DEVCLASS_SMARTCARDREADER","features":[372]},{"name":"GUID_DEVCLASS_SMRDISK","features":[372]},{"name":"GUID_DEVCLASS_SMRVOLUME","features":[372]},{"name":"GUID_DEVCLASS_SOFTWARECOMPONENT","features":[372]},{"name":"GUID_DEVCLASS_SOUND","features":[372]},{"name":"GUID_DEVCLASS_SYSTEM","features":[372]},{"name":"GUID_DEVCLASS_TAPEDRIVE","features":[372]},{"name":"GUID_DEVCLASS_UCM","features":[372]},{"name":"GUID_DEVCLASS_UNKNOWN","features":[372]},{"name":"GUID_DEVCLASS_USB","features":[372]},{"name":"GUID_DEVCLASS_VOLUME","features":[372]},{"name":"GUID_DEVCLASS_VOLUMESNAPSHOT","features":[372]},{"name":"GUID_DEVCLASS_WCEUSBS","features":[372]},{"name":"GUID_DEVCLASS_WPD","features":[372]},{"name":"GUID_DEVICE_INTERFACE_ARRIVAL","features":[372]},{"name":"GUID_DEVICE_INTERFACE_REMOVAL","features":[372]},{"name":"GUID_DEVICE_RESET_INTERFACE_STANDARD","features":[372]},{"name":"GUID_DMA_CACHE_COHERENCY_INTERFACE","features":[372]},{"name":"GUID_HWPROFILE_CHANGE_CANCELLED","features":[372]},{"name":"GUID_HWPROFILE_CHANGE_COMPLETE","features":[372]},{"name":"GUID_HWPROFILE_QUERY_CHANGE","features":[372]},{"name":"GUID_INT_ROUTE_INTERFACE_STANDARD","features":[372]},{"name":"GUID_IOMMU_BUS_INTERFACE","features":[372]},{"name":"GUID_KERNEL_SOFT_RESTART_CANCEL","features":[372]},{"name":"GUID_KERNEL_SOFT_RESTART_FINALIZE","features":[372]},{"name":"GUID_KERNEL_SOFT_RESTART_PREPARE","features":[372]},{"name":"GUID_LEGACY_DEVICE_DETECTION_STANDARD","features":[372]},{"name":"GUID_MF_ENUMERATION_INTERFACE","features":[372]},{"name":"GUID_MSIX_TABLE_CONFIG_INTERFACE","features":[372]},{"name":"GUID_NPEM_CONTROL_INTERFACE","features":[372]},{"name":"GUID_PARTITION_UNIT_INTERFACE_STANDARD","features":[372]},{"name":"GUID_PCC_INTERFACE_INTERNAL","features":[372]},{"name":"GUID_PCC_INTERFACE_STANDARD","features":[372]},{"name":"GUID_PCI_ATS_INTERFACE","features":[372]},{"name":"GUID_PCI_BUS_INTERFACE_STANDARD","features":[372]},{"name":"GUID_PCI_BUS_INTERFACE_STANDARD2","features":[372]},{"name":"GUID_PCI_DEVICE_PRESENT_INTERFACE","features":[372]},{"name":"GUID_PCI_EXPRESS_LINK_QUIESCENT_INTERFACE","features":[372]},{"name":"GUID_PCI_EXPRESS_ROOT_PORT_INTERFACE","features":[372]},{"name":"GUID_PCI_FPGA_CONTROL_INTERFACE","features":[372]},{"name":"GUID_PCI_PTM_CONTROL_INTERFACE","features":[372]},{"name":"GUID_PCI_SECURITY_INTERFACE","features":[372]},{"name":"GUID_PCI_VIRTUALIZATION_INTERFACE","features":[372]},{"name":"GUID_PCMCIA_BUS_INTERFACE_STANDARD","features":[372]},{"name":"GUID_PNP_CUSTOM_NOTIFICATION","features":[372]},{"name":"GUID_PNP_EXTENDED_ADDRESS_INTERFACE","features":[372]},{"name":"GUID_PNP_LOCATION_INTERFACE","features":[372]},{"name":"GUID_PNP_POWER_NOTIFICATION","features":[372]},{"name":"GUID_PNP_POWER_SETTING_CHANGE","features":[372]},{"name":"GUID_POWER_DEVICE_ENABLE","features":[372]},{"name":"GUID_POWER_DEVICE_TIMEOUTS","features":[372]},{"name":"GUID_POWER_DEVICE_WAKE_ENABLE","features":[372]},{"name":"GUID_PROCESSOR_PCC_INTERFACE_STANDARD","features":[372]},{"name":"GUID_QUERY_CRASHDUMP_FUNCTIONS","features":[372]},{"name":"GUID_RECOVERY_NVMED_PREPARE_SHUTDOWN","features":[372]},{"name":"GUID_RECOVERY_PCI_PREPARE_SHUTDOWN","features":[372]},{"name":"GUID_REENUMERATE_SELF_INTERFACE_STANDARD","features":[372]},{"name":"GUID_SCM_BUS_INTERFACE","features":[372]},{"name":"GUID_SCM_BUS_LD_INTERFACE","features":[372]},{"name":"GUID_SCM_BUS_NVD_INTERFACE","features":[372]},{"name":"GUID_SCM_PHYSICAL_NVDIMM_INTERFACE","features":[372]},{"name":"GUID_SDEV_IDENTIFIER_INTERFACE","features":[372]},{"name":"GUID_SECURE_DRIVER_INTERFACE","features":[372]},{"name":"GUID_TARGET_DEVICE_QUERY_REMOVE","features":[372]},{"name":"GUID_TARGET_DEVICE_REMOVE_CANCELLED","features":[372]},{"name":"GUID_TARGET_DEVICE_REMOVE_COMPLETE","features":[372]},{"name":"GUID_TARGET_DEVICE_TRANSPORT_RELATIONS_CHANGED","features":[372]},{"name":"GUID_THERMAL_COOLING_INTERFACE","features":[372]},{"name":"GUID_TRANSLATOR_INTERFACE_STANDARD","features":[372]},{"name":"GUID_WUDF_DEVICE_HOST_PROBLEM","features":[372]},{"name":"HCMNOTIFICATION","features":[372]},{"name":"HDEVINFO","features":[372]},{"name":"HWPROFILEINFO_A","features":[372]},{"name":"HWPROFILEINFO_W","features":[372]},{"name":"IDD_DYNAWIZ_ANALYZEDEV_PAGE","features":[372]},{"name":"IDD_DYNAWIZ_ANALYZE_NEXTPAGE","features":[372]},{"name":"IDD_DYNAWIZ_ANALYZE_PREVPAGE","features":[372]},{"name":"IDD_DYNAWIZ_FIRSTPAGE","features":[372]},{"name":"IDD_DYNAWIZ_INSTALLDETECTEDDEVS_PAGE","features":[372]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_NEXTPAGE","features":[372]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_NODEVS","features":[372]},{"name":"IDD_DYNAWIZ_INSTALLDETECTED_PREVPAGE","features":[372]},{"name":"IDD_DYNAWIZ_SELECTCLASS_PAGE","features":[372]},{"name":"IDD_DYNAWIZ_SELECTDEV_PAGE","features":[372]},{"name":"IDD_DYNAWIZ_SELECT_NEXTPAGE","features":[372]},{"name":"IDD_DYNAWIZ_SELECT_PREVPAGE","features":[372]},{"name":"IDF_CHECKFIRST","features":[372]},{"name":"IDF_NOBEEP","features":[372]},{"name":"IDF_NOBROWSE","features":[372]},{"name":"IDF_NOCOMPRESSED","features":[372]},{"name":"IDF_NODETAILS","features":[372]},{"name":"IDF_NOFOREGROUND","features":[372]},{"name":"IDF_NOREMOVABLEMEDIAPROMPT","features":[372]},{"name":"IDF_NOSKIP","features":[372]},{"name":"IDF_OEMDISK","features":[372]},{"name":"IDF_USEDISKNAMEASPROMPT","features":[372]},{"name":"IDF_WARNIFSKIP","features":[372]},{"name":"IDI_CLASSICON_OVERLAYFIRST","features":[372]},{"name":"IDI_CLASSICON_OVERLAYLAST","features":[372]},{"name":"IDI_CONFLICT","features":[372]},{"name":"IDI_DISABLED_OVL","features":[372]},{"name":"IDI_FORCED_OVL","features":[372]},{"name":"IDI_PROBLEM_OVL","features":[372]},{"name":"IDI_RESOURCE","features":[372]},{"name":"IDI_RESOURCEFIRST","features":[372]},{"name":"IDI_RESOURCELAST","features":[372]},{"name":"IDI_RESOURCEOVERLAYFIRST","features":[372]},{"name":"IDI_RESOURCEOVERLAYLAST","features":[372]},{"name":"INFCONTEXT","features":[372]},{"name":"INFCONTEXT","features":[372]},{"name":"INFINFO_DEFAULT_SEARCH","features":[372]},{"name":"INFINFO_INF_NAME_IS_ABSOLUTE","features":[372]},{"name":"INFINFO_INF_PATH_LIST_SEARCH","features":[372]},{"name":"INFINFO_INF_SPEC_IS_HINF","features":[372]},{"name":"INFINFO_REVERSE_DEFAULT_SEARCH","features":[372]},{"name":"INFSTR_BUS_ALL","features":[372]},{"name":"INFSTR_BUS_EISA","features":[372]},{"name":"INFSTR_BUS_ISA","features":[372]},{"name":"INFSTR_BUS_MCA","features":[372]},{"name":"INFSTR_CFGPRI_DESIRED","features":[372]},{"name":"INFSTR_CFGPRI_DISABLED","features":[372]},{"name":"INFSTR_CFGPRI_FORCECONFIG","features":[372]},{"name":"INFSTR_CFGPRI_HARDRECONFIG","features":[372]},{"name":"INFSTR_CFGPRI_HARDWIRED","features":[372]},{"name":"INFSTR_CFGPRI_NORMAL","features":[372]},{"name":"INFSTR_CFGPRI_POWEROFF","features":[372]},{"name":"INFSTR_CFGPRI_REBOOT","features":[372]},{"name":"INFSTR_CFGPRI_RESTART","features":[372]},{"name":"INFSTR_CFGPRI_SUBOPTIMAL","features":[372]},{"name":"INFSTR_CFGTYPE_BASIC","features":[372]},{"name":"INFSTR_CFGTYPE_FORCED","features":[372]},{"name":"INFSTR_CFGTYPE_OVERRIDE","features":[372]},{"name":"INFSTR_CLASS_SAFEEXCL","features":[372]},{"name":"INFSTR_CONTROLFLAGS_SECTION","features":[372]},{"name":"INFSTR_DRIVERSELECT_FUNCTIONS","features":[372]},{"name":"INFSTR_DRIVERSELECT_SECTION","features":[372]},{"name":"INFSTR_DRIVERVERSION_SECTION","features":[372]},{"name":"INFSTR_KEY_ACTION","features":[372]},{"name":"INFSTR_KEY_ALWAYSEXCLUDEFROMSELECT","features":[372]},{"name":"INFSTR_KEY_BUFFER_SIZE","features":[372]},{"name":"INFSTR_KEY_CATALOGFILE","features":[372]},{"name":"INFSTR_KEY_CHANNEL_ACCESS","features":[372]},{"name":"INFSTR_KEY_CHANNEL_ENABLED","features":[372]},{"name":"INFSTR_KEY_CHANNEL_ISOLATION","features":[372]},{"name":"INFSTR_KEY_CHANNEL_VALUE","features":[372]},{"name":"INFSTR_KEY_CLASS","features":[372]},{"name":"INFSTR_KEY_CLASSGUID","features":[372]},{"name":"INFSTR_KEY_CLOCK_TYPE","features":[372]},{"name":"INFSTR_KEY_CONFIGPRIORITY","features":[372]},{"name":"INFSTR_KEY_COPYFILESONLY","features":[372]},{"name":"INFSTR_KEY_DATA_ITEM","features":[372]},{"name":"INFSTR_KEY_DELAYEDAUTOSTART","features":[372]},{"name":"INFSTR_KEY_DEPENDENCIES","features":[372]},{"name":"INFSTR_KEY_DESCRIPTION","features":[372]},{"name":"INFSTR_KEY_DETECTLIST","features":[372]},{"name":"INFSTR_KEY_DETPARAMS","features":[372]},{"name":"INFSTR_KEY_DISABLE_REALTIME_PERSISTENCE","features":[372]},{"name":"INFSTR_KEY_DISPLAYNAME","features":[372]},{"name":"INFSTR_KEY_DMA","features":[372]},{"name":"INFSTR_KEY_DMACONFIG","features":[372]},{"name":"INFSTR_KEY_DRIVERSET","features":[372]},{"name":"INFSTR_KEY_ENABLED","features":[372]},{"name":"INFSTR_KEY_ENABLE_FLAGS","features":[372]},{"name":"INFSTR_KEY_ENABLE_LEVEL","features":[372]},{"name":"INFSTR_KEY_ENABLE_PROPERTY","features":[372]},{"name":"INFSTR_KEY_ERRORCONTROL","features":[372]},{"name":"INFSTR_KEY_EXCLUDEFROMSELECT","features":[372]},{"name":"INFSTR_KEY_EXCLUDERES","features":[372]},{"name":"INFSTR_KEY_EXTENSIONID","features":[372]},{"name":"INFSTR_KEY_FAILURE_ACTION","features":[372]},{"name":"INFSTR_KEY_FILE_MAX","features":[372]},{"name":"INFSTR_KEY_FILE_NAME","features":[372]},{"name":"INFSTR_KEY_FLUSH_TIMER","features":[372]},{"name":"INFSTR_KEY_FROMINET","features":[372]},{"name":"INFSTR_KEY_HARDWARE_CLASS","features":[372]},{"name":"INFSTR_KEY_HARDWARE_CLASSGUID","features":[372]},{"name":"INFSTR_KEY_INTERACTIVEINSTALL","features":[372]},{"name":"INFSTR_KEY_IO","features":[372]},{"name":"INFSTR_KEY_IOCONFIG","features":[372]},{"name":"INFSTR_KEY_IRQ","features":[372]},{"name":"INFSTR_KEY_IRQCONFIG","features":[372]},{"name":"INFSTR_KEY_LOADORDERGROUP","features":[372]},{"name":"INFSTR_KEY_LOGGING_AUTOBACKUP","features":[372]},{"name":"INFSTR_KEY_LOGGING_MAXSIZE","features":[372]},{"name":"INFSTR_KEY_LOGGING_RETENTION","features":[372]},{"name":"INFSTR_KEY_LOG_FILE_MODE","features":[372]},{"name":"INFSTR_KEY_MATCH_ALL_KEYWORD","features":[372]},{"name":"INFSTR_KEY_MATCH_ANY_KEYWORD","features":[372]},{"name":"INFSTR_KEY_MAXIMUM_BUFFERS","features":[372]},{"name":"INFSTR_KEY_MAX_FILE_SIZE","features":[372]},{"name":"INFSTR_KEY_MEM","features":[372]},{"name":"INFSTR_KEY_MEMCONFIG","features":[372]},{"name":"INFSTR_KEY_MEMLARGECONFIG","features":[372]},{"name":"INFSTR_KEY_MESSAGE_FILE","features":[372]},{"name":"INFSTR_KEY_MFCARDCONFIG","features":[372]},{"name":"INFSTR_KEY_MINIMUM_BUFFERS","features":[372]},{"name":"INFSTR_KEY_NAME","features":[372]},{"name":"INFSTR_KEY_NON_CRASH_FAILURES","features":[372]},{"name":"INFSTR_KEY_NOSETUPINF","features":[372]},{"name":"INFSTR_KEY_PARAMETER_FILE","features":[372]},{"name":"INFSTR_KEY_PATH","features":[372]},{"name":"INFSTR_KEY_PCCARDCONFIG","features":[372]},{"name":"INFSTR_KEY_PNPLOCKDOWN","features":[372]},{"name":"INFSTR_KEY_PROVIDER","features":[372]},{"name":"INFSTR_KEY_PROVIDER_NAME","features":[372]},{"name":"INFSTR_KEY_REQUESTADDITIONALSOFTWARE","features":[372]},{"name":"INFSTR_KEY_REQUIREDPRIVILEGES","features":[372]},{"name":"INFSTR_KEY_RESET_PERIOD","features":[372]},{"name":"INFSTR_KEY_RESOURCE_FILE","features":[372]},{"name":"INFSTR_KEY_SECURITY","features":[372]},{"name":"INFSTR_KEY_SERVICEBINARY","features":[372]},{"name":"INFSTR_KEY_SERVICESIDTYPE","features":[372]},{"name":"INFSTR_KEY_SERVICETYPE","features":[372]},{"name":"INFSTR_KEY_SIGNATURE","features":[372]},{"name":"INFSTR_KEY_SKIPLIST","features":[372]},{"name":"INFSTR_KEY_START","features":[372]},{"name":"INFSTR_KEY_STARTNAME","features":[372]},{"name":"INFSTR_KEY_STARTTYPE","features":[372]},{"name":"INFSTR_KEY_SUB_TYPE","features":[372]},{"name":"INFSTR_KEY_TRIGGER_TYPE","features":[372]},{"name":"INFSTR_PLATFORM_NT","features":[372]},{"name":"INFSTR_PLATFORM_NTALPHA","features":[372]},{"name":"INFSTR_PLATFORM_NTAMD64","features":[372]},{"name":"INFSTR_PLATFORM_NTARM","features":[372]},{"name":"INFSTR_PLATFORM_NTARM64","features":[372]},{"name":"INFSTR_PLATFORM_NTAXP64","features":[372]},{"name":"INFSTR_PLATFORM_NTIA64","features":[372]},{"name":"INFSTR_PLATFORM_NTMIPS","features":[372]},{"name":"INFSTR_PLATFORM_NTPPC","features":[372]},{"name":"INFSTR_PLATFORM_NTX86","features":[372]},{"name":"INFSTR_PLATFORM_WIN","features":[372]},{"name":"INFSTR_REBOOT","features":[372]},{"name":"INFSTR_RESTART","features":[372]},{"name":"INFSTR_RISK_BIOSROMRD","features":[372]},{"name":"INFSTR_RISK_DELICATE","features":[372]},{"name":"INFSTR_RISK_IORD","features":[372]},{"name":"INFSTR_RISK_IOWR","features":[372]},{"name":"INFSTR_RISK_LOW","features":[372]},{"name":"INFSTR_RISK_MEMRD","features":[372]},{"name":"INFSTR_RISK_MEMWR","features":[372]},{"name":"INFSTR_RISK_NONE","features":[372]},{"name":"INFSTR_RISK_QUERYDRV","features":[372]},{"name":"INFSTR_RISK_SWINT","features":[372]},{"name":"INFSTR_RISK_UNRELIABLE","features":[372]},{"name":"INFSTR_RISK_VERYHIGH","features":[372]},{"name":"INFSTR_RISK_VERYLOW","features":[372]},{"name":"INFSTR_SECT_AUTOEXECBAT","features":[372]},{"name":"INFSTR_SECT_AVOIDCFGSYSDEV","features":[372]},{"name":"INFSTR_SECT_AVOIDENVDEV","features":[372]},{"name":"INFSTR_SECT_AVOIDINIDEV","features":[372]},{"name":"INFSTR_SECT_BADACPIBIOS","features":[372]},{"name":"INFSTR_SECT_BADDISKBIOS","features":[372]},{"name":"INFSTR_SECT_BADDSBIOS","features":[372]},{"name":"INFSTR_SECT_BADPMCALLBIOS","features":[372]},{"name":"INFSTR_SECT_BADPNPBIOS","features":[372]},{"name":"INFSTR_SECT_BADRMCALLBIOS","features":[372]},{"name":"INFSTR_SECT_BADROUTINGTABLEBIOS","features":[372]},{"name":"INFSTR_SECT_CFGSYS","features":[372]},{"name":"INFSTR_SECT_CLASS_INSTALL","features":[372]},{"name":"INFSTR_SECT_CLASS_INSTALL_32","features":[372]},{"name":"INFSTR_SECT_DEFAULT_INSTALL","features":[372]},{"name":"INFSTR_SECT_DEFAULT_UNINSTALL","features":[372]},{"name":"INFSTR_SECT_DETCLASSINFO","features":[372]},{"name":"INFSTR_SECT_DETMODULES","features":[372]},{"name":"INFSTR_SECT_DETOPTIONS","features":[372]},{"name":"INFSTR_SECT_DEVINFS","features":[372]},{"name":"INFSTR_SECT_DISPLAY_CLEANUP","features":[372]},{"name":"INFSTR_SECT_EXTENSIONCONTRACTS","features":[372]},{"name":"INFSTR_SECT_FORCEHWVERIFY","features":[372]},{"name":"INFSTR_SECT_GOODACPIBIOS","features":[372]},{"name":"INFSTR_SECT_HPOMNIBOOK","features":[372]},{"name":"INFSTR_SECT_INTERFACE_INSTALL_32","features":[372]},{"name":"INFSTR_SECT_MACHINEIDBIOS","features":[372]},{"name":"INFSTR_SECT_MANUALDEV","features":[372]},{"name":"INFSTR_SECT_MFG","features":[372]},{"name":"INFSTR_SECT_REGCFGSYSDEV","features":[372]},{"name":"INFSTR_SECT_REGENVDEV","features":[372]},{"name":"INFSTR_SECT_REGINIDEV","features":[372]},{"name":"INFSTR_SECT_SYSINI","features":[372]},{"name":"INFSTR_SECT_SYSINIDRV","features":[372]},{"name":"INFSTR_SECT_TARGETCOMPUTERS","features":[372]},{"name":"INFSTR_SECT_VERSION","features":[372]},{"name":"INFSTR_SECT_WININIRUN","features":[372]},{"name":"INFSTR_SOFTWAREVERSION_SECTION","features":[372]},{"name":"INFSTR_STRKEY_DRVDESC","features":[372]},{"name":"INFSTR_SUBKEY_COINSTALLERS","features":[372]},{"name":"INFSTR_SUBKEY_CTL","features":[372]},{"name":"INFSTR_SUBKEY_DET","features":[372]},{"name":"INFSTR_SUBKEY_EVENTS","features":[372]},{"name":"INFSTR_SUBKEY_FACTDEF","features":[372]},{"name":"INFSTR_SUBKEY_FILTERS","features":[372]},{"name":"INFSTR_SUBKEY_HW","features":[372]},{"name":"INFSTR_SUBKEY_INTERFACES","features":[372]},{"name":"INFSTR_SUBKEY_LOGCONFIG","features":[372]},{"name":"INFSTR_SUBKEY_LOGCONFIGOVERRIDE","features":[372]},{"name":"INFSTR_SUBKEY_NORESOURCEDUPS","features":[372]},{"name":"INFSTR_SUBKEY_POSSIBLEDUPS","features":[372]},{"name":"INFSTR_SUBKEY_SERVICES","features":[372]},{"name":"INFSTR_SUBKEY_SOFTWARE","features":[372]},{"name":"INFSTR_SUBKEY_WMI","features":[372]},{"name":"INF_STYLE","features":[372]},{"name":"INF_STYLE_CACHE_DISABLE","features":[372]},{"name":"INF_STYLE_CACHE_ENABLE","features":[372]},{"name":"INF_STYLE_CACHE_IGNORE","features":[372]},{"name":"INF_STYLE_NONE","features":[372]},{"name":"INF_STYLE_OLDNT","features":[372]},{"name":"INF_STYLE_WIN4","features":[372]},{"name":"INSTALLFLAG_BITS","features":[372]},{"name":"INSTALLFLAG_FORCE","features":[372]},{"name":"INSTALLFLAG_NONINTERACTIVE","features":[372]},{"name":"INSTALLFLAG_READONLY","features":[372]},{"name":"IOA_Local","features":[372]},{"name":"IOD_DESFLAGS","features":[372]},{"name":"IO_ALIAS_10_BIT_DECODE","features":[372]},{"name":"IO_ALIAS_12_BIT_DECODE","features":[372]},{"name":"IO_ALIAS_16_BIT_DECODE","features":[372]},{"name":"IO_ALIAS_POSITIVE_DECODE","features":[372]},{"name":"IO_DES","features":[372]},{"name":"IO_RANGE","features":[372]},{"name":"IO_RESOURCE","features":[372]},{"name":"IRQD_FLAGS","features":[372]},{"name":"IRQ_DES_32","features":[372]},{"name":"IRQ_DES_64","features":[372]},{"name":"IRQ_RANGE","features":[372]},{"name":"IRQ_RESOURCE_32","features":[372]},{"name":"IRQ_RESOURCE_64","features":[372]},{"name":"InstallHinfSectionA","features":[372,305]},{"name":"InstallHinfSectionW","features":[372,305]},{"name":"LCPRI_BOOTCONFIG","features":[372]},{"name":"LCPRI_DESIRED","features":[372]},{"name":"LCPRI_DISABLED","features":[372]},{"name":"LCPRI_FORCECONFIG","features":[372]},{"name":"LCPRI_HARDRECONFIG","features":[372]},{"name":"LCPRI_HARDWIRED","features":[372]},{"name":"LCPRI_IMPOSSIBLE","features":[372]},{"name":"LCPRI_LASTBESTCONFIG","features":[372]},{"name":"LCPRI_LASTSOFTCONFIG","features":[372]},{"name":"LCPRI_NORMAL","features":[372]},{"name":"LCPRI_POWEROFF","features":[372]},{"name":"LCPRI_REBOOT","features":[372]},{"name":"LCPRI_RESTART","features":[372]},{"name":"LCPRI_SUBOPTIMAL","features":[372]},{"name":"LINE_LEN","features":[372]},{"name":"LOG_CONF_BITS","features":[372]},{"name":"LogSevError","features":[372]},{"name":"LogSevFatalError","features":[372]},{"name":"LogSevInformation","features":[372]},{"name":"LogSevMaximum","features":[372]},{"name":"LogSevWarning","features":[372]},{"name":"MAX_CLASS_NAME_LEN","features":[372]},{"name":"MAX_CONFIG_VALUE","features":[372]},{"name":"MAX_DEVICE_ID_LEN","features":[372]},{"name":"MAX_DEVNODE_ID_LEN","features":[372]},{"name":"MAX_DMA_CHANNELS","features":[372]},{"name":"MAX_GUID_STRING_LEN","features":[372]},{"name":"MAX_IDD_DYNAWIZ_RESOURCE_ID","features":[372]},{"name":"MAX_INFSTR_STRKEY_LEN","features":[372]},{"name":"MAX_INF_FLAG","features":[372]},{"name":"MAX_INF_SECTION_NAME_LENGTH","features":[372]},{"name":"MAX_INF_STRING_LENGTH","features":[372]},{"name":"MAX_INSTALLWIZARD_DYNAPAGES","features":[372]},{"name":"MAX_INSTANCE_VALUE","features":[372]},{"name":"MAX_INSTRUCTION_LEN","features":[372]},{"name":"MAX_IO_PORTS","features":[372]},{"name":"MAX_IRQS","features":[372]},{"name":"MAX_KEY_LEN","features":[372]},{"name":"MAX_LABEL_LEN","features":[372]},{"name":"MAX_LCPRI","features":[372]},{"name":"MAX_MEM_REGISTERS","features":[372]},{"name":"MAX_PRIORITYSTR_LEN","features":[372]},{"name":"MAX_PROFILE_LEN","features":[372]},{"name":"MAX_SERVICE_NAME_LEN","features":[372]},{"name":"MAX_SUBTITLE_LEN","features":[372]},{"name":"MAX_TITLE_LEN","features":[372]},{"name":"MD_FLAGS","features":[372]},{"name":"MEM_DES","features":[372]},{"name":"MEM_LARGE_DES","features":[372]},{"name":"MEM_LARGE_RANGE","features":[372]},{"name":"MEM_LARGE_RESOURCE","features":[372]},{"name":"MEM_RANGE","features":[372]},{"name":"MEM_RESOURCE","features":[372]},{"name":"MFCARD_DES","features":[372]},{"name":"MFCARD_RESOURCE","features":[372]},{"name":"MIN_IDD_DYNAWIZ_RESOURCE_ID","features":[372]},{"name":"NDW_INSTALLFLAG_CI_PICKED_OEM","features":[372]},{"name":"NDW_INSTALLFLAG_DIDFACTDEFS","features":[372]},{"name":"NDW_INSTALLFLAG_EXPRESSINTRO","features":[372]},{"name":"NDW_INSTALLFLAG_HARDWAREALLREADYIN","features":[372]},{"name":"NDW_INSTALLFLAG_INSTALLSPECIFIC","features":[372]},{"name":"NDW_INSTALLFLAG_KNOWNCLASS","features":[372]},{"name":"NDW_INSTALLFLAG_NEEDSHUTDOWN","features":[372]},{"name":"NDW_INSTALLFLAG_NODETECTEDDEVS","features":[372]},{"name":"NDW_INSTALLFLAG_PCMCIADEVICE","features":[372]},{"name":"NDW_INSTALLFLAG_PCMCIAMODE","features":[372]},{"name":"NDW_INSTALLFLAG_SKIPCLASSLIST","features":[372]},{"name":"NDW_INSTALLFLAG_SKIPISDEVINSTALLED","features":[372]},{"name":"NDW_INSTALLFLAG_USERCANCEL","features":[372]},{"name":"NUM_CM_PROB","features":[372]},{"name":"NUM_CM_PROB_V1","features":[372]},{"name":"NUM_CM_PROB_V2","features":[372]},{"name":"NUM_CM_PROB_V3","features":[372]},{"name":"NUM_CM_PROB_V4","features":[372]},{"name":"NUM_CM_PROB_V5","features":[372]},{"name":"NUM_CM_PROB_V6","features":[372]},{"name":"NUM_CM_PROB_V7","features":[372]},{"name":"NUM_CM_PROB_V8","features":[372]},{"name":"NUM_CM_PROB_V9","features":[372]},{"name":"NUM_CR_RESULTS","features":[372]},{"name":"NUM_LOG_CONF","features":[372]},{"name":"OEM_SOURCE_MEDIA_TYPE","features":[372]},{"name":"OVERRIDE_LOG_CONF","features":[372]},{"name":"PCCARD_DES","features":[372]},{"name":"PCCARD_RESOURCE","features":[372]},{"name":"PCD_FLAGS","features":[372]},{"name":"PCD_MAX_IO","features":[372]},{"name":"PCD_MAX_MEMORY","features":[372]},{"name":"PCM_NOTIFY_CALLBACK","features":[372]},{"name":"PDETECT_PROGRESS_NOTIFY","features":[372,305]},{"name":"PMF_FLAGS","features":[372]},{"name":"PNP_VETO_TYPE","features":[372]},{"name":"PNP_VetoAlreadyRemoved","features":[372]},{"name":"PNP_VetoDevice","features":[372]},{"name":"PNP_VetoDriver","features":[372]},{"name":"PNP_VetoIllegalDeviceRequest","features":[372]},{"name":"PNP_VetoInsufficientPower","features":[372]},{"name":"PNP_VetoInsufficientRights","features":[372]},{"name":"PNP_VetoLegacyDevice","features":[372]},{"name":"PNP_VetoLegacyDriver","features":[372]},{"name":"PNP_VetoNonDisableable","features":[372]},{"name":"PNP_VetoOutstandingOpen","features":[372]},{"name":"PNP_VetoPendingClose","features":[372]},{"name":"PNP_VetoTypeUnknown","features":[372]},{"name":"PNP_VetoWindowsApp","features":[372]},{"name":"PNP_VetoWindowsService","features":[372]},{"name":"PRIORITY_BIT","features":[372]},{"name":"PRIORITY_EQUAL_FIRST","features":[372]},{"name":"PRIORITY_EQUAL_LAST","features":[372]},{"name":"PSP_DETSIG_CMPPROC","features":[372]},{"name":"PSP_FILE_CALLBACK_A","features":[372]},{"name":"PSP_FILE_CALLBACK_W","features":[372]},{"name":"ROLLBACK_BITS","features":[372]},{"name":"ROLLBACK_FLAG_NO_UI","features":[372]},{"name":"RegDisposition_Bits","features":[372]},{"name":"RegDisposition_OpenAlways","features":[372]},{"name":"RegDisposition_OpenExisting","features":[372]},{"name":"ResType_All","features":[372]},{"name":"ResType_BusNumber","features":[372]},{"name":"ResType_ClassSpecific","features":[372]},{"name":"ResType_Connection","features":[372]},{"name":"ResType_DMA","features":[372]},{"name":"ResType_DevicePrivate","features":[372]},{"name":"ResType_DoNotUse","features":[372]},{"name":"ResType_IO","features":[372]},{"name":"ResType_IRQ","features":[372]},{"name":"ResType_Ignored_Bit","features":[372]},{"name":"ResType_MAX","features":[372]},{"name":"ResType_Mem","features":[372]},{"name":"ResType_MemLarge","features":[372]},{"name":"ResType_MfCardConfig","features":[372]},{"name":"ResType_None","features":[372]},{"name":"ResType_PcCardConfig","features":[372]},{"name":"ResType_Reserved","features":[372]},{"name":"SCWMI_CLOBBER_SECURITY","features":[372]},{"name":"SETDIRID_NOT_FULL_PATH","features":[372]},{"name":"SETUPSCANFILEQUEUE_FLAGS","features":[372]},{"name":"SETUP_DI_DEVICE_CONFIGURATION_FLAGS","features":[372]},{"name":"SETUP_DI_DEVICE_CREATION_FLAGS","features":[372]},{"name":"SETUP_DI_DEVICE_INSTALL_FLAGS","features":[372]},{"name":"SETUP_DI_DEVICE_INSTALL_FLAGS_EX","features":[372]},{"name":"SETUP_DI_DRIVER_INSTALL_FLAGS","features":[372]},{"name":"SETUP_DI_DRIVER_TYPE","features":[372]},{"name":"SETUP_DI_GET_CLASS_DEVS_FLAGS","features":[372]},{"name":"SETUP_DI_PROPERTY_CHANGE_SCOPE","features":[372]},{"name":"SETUP_DI_REGISTRY_PROPERTY","features":[372]},{"name":"SETUP_DI_REMOVE_DEVICE_SCOPE","features":[372]},{"name":"SETUP_DI_STATE_CHANGE","features":[372]},{"name":"SETUP_FILE_OPERATION","features":[372]},{"name":"SIGNERSCORE_AUTHENTICODE","features":[372]},{"name":"SIGNERSCORE_INBOX","features":[372]},{"name":"SIGNERSCORE_LOGO_PREMIUM","features":[372]},{"name":"SIGNERSCORE_LOGO_STANDARD","features":[372]},{"name":"SIGNERSCORE_MASK","features":[372]},{"name":"SIGNERSCORE_SIGNED_MASK","features":[372]},{"name":"SIGNERSCORE_UNCLASSIFIED","features":[372]},{"name":"SIGNERSCORE_UNKNOWN","features":[372]},{"name":"SIGNERSCORE_UNSIGNED","features":[372]},{"name":"SIGNERSCORE_W9X_SUSPECT","features":[372]},{"name":"SIGNERSCORE_WHQL","features":[372]},{"name":"SOURCE_MEDIA_A","features":[372]},{"name":"SOURCE_MEDIA_A","features":[372]},{"name":"SOURCE_MEDIA_W","features":[372]},{"name":"SOURCE_MEDIA_W","features":[372]},{"name":"SPCRP_CHARACTERISTICS","features":[372]},{"name":"SPCRP_DEVTYPE","features":[372]},{"name":"SPCRP_EXCLUSIVE","features":[372]},{"name":"SPCRP_LOWERFILTERS","features":[372]},{"name":"SPCRP_MAXIMUM_PROPERTY","features":[372]},{"name":"SPCRP_SECURITY","features":[372]},{"name":"SPCRP_SECURITY_SDS","features":[372]},{"name":"SPCRP_UPPERFILTERS","features":[372]},{"name":"SPDIT_CLASSDRIVER","features":[372]},{"name":"SPDIT_COMPATDRIVER","features":[372]},{"name":"SPDIT_NODRIVER","features":[372]},{"name":"SPDRP_ADDRESS","features":[372]},{"name":"SPDRP_BASE_CONTAINERID","features":[372]},{"name":"SPDRP_BUSNUMBER","features":[372]},{"name":"SPDRP_BUSTYPEGUID","features":[372]},{"name":"SPDRP_CAPABILITIES","features":[372]},{"name":"SPDRP_CHARACTERISTICS","features":[372]},{"name":"SPDRP_CLASS","features":[372]},{"name":"SPDRP_CLASSGUID","features":[372]},{"name":"SPDRP_COMPATIBLEIDS","features":[372]},{"name":"SPDRP_CONFIGFLAGS","features":[372]},{"name":"SPDRP_DEVICEDESC","features":[372]},{"name":"SPDRP_DEVICE_POWER_DATA","features":[372]},{"name":"SPDRP_DEVTYPE","features":[372]},{"name":"SPDRP_DRIVER","features":[372]},{"name":"SPDRP_ENUMERATOR_NAME","features":[372]},{"name":"SPDRP_EXCLUSIVE","features":[372]},{"name":"SPDRP_FRIENDLYNAME","features":[372]},{"name":"SPDRP_HARDWAREID","features":[372]},{"name":"SPDRP_INSTALL_STATE","features":[372]},{"name":"SPDRP_LEGACYBUSTYPE","features":[372]},{"name":"SPDRP_LOCATION_INFORMATION","features":[372]},{"name":"SPDRP_LOCATION_PATHS","features":[372]},{"name":"SPDRP_LOWERFILTERS","features":[372]},{"name":"SPDRP_MAXIMUM_PROPERTY","features":[372]},{"name":"SPDRP_MFG","features":[372]},{"name":"SPDRP_PHYSICAL_DEVICE_OBJECT_NAME","features":[372]},{"name":"SPDRP_REMOVAL_POLICY","features":[372]},{"name":"SPDRP_REMOVAL_POLICY_HW_DEFAULT","features":[372]},{"name":"SPDRP_REMOVAL_POLICY_OVERRIDE","features":[372]},{"name":"SPDRP_SECURITY","features":[372]},{"name":"SPDRP_SECURITY_SDS","features":[372]},{"name":"SPDRP_SERVICE","features":[372]},{"name":"SPDRP_UI_NUMBER","features":[372]},{"name":"SPDRP_UI_NUMBER_DESC_FORMAT","features":[372]},{"name":"SPDRP_UNUSED0","features":[372]},{"name":"SPDRP_UNUSED1","features":[372]},{"name":"SPDRP_UNUSED2","features":[372]},{"name":"SPDRP_UPPERFILTERS","features":[372]},{"name":"SPDSL_DISALLOW_NEGATIVE_ADJUST","features":[372]},{"name":"SPDSL_IGNORE_DISK","features":[372]},{"name":"SPFILELOG_FORCENEW","features":[372]},{"name":"SPFILELOG_OEMFILE","features":[372]},{"name":"SPFILELOG_QUERYONLY","features":[372]},{"name":"SPFILELOG_SYSTEMLOG","features":[372]},{"name":"SPFILENOTIFY_BACKUPERROR","features":[372]},{"name":"SPFILENOTIFY_CABINETINFO","features":[372]},{"name":"SPFILENOTIFY_COPYERROR","features":[372]},{"name":"SPFILENOTIFY_DELETEERROR","features":[372]},{"name":"SPFILENOTIFY_ENDBACKUP","features":[372]},{"name":"SPFILENOTIFY_ENDCOPY","features":[372]},{"name":"SPFILENOTIFY_ENDDELETE","features":[372]},{"name":"SPFILENOTIFY_ENDQUEUE","features":[372]},{"name":"SPFILENOTIFY_ENDREGISTRATION","features":[372]},{"name":"SPFILENOTIFY_ENDRENAME","features":[372]},{"name":"SPFILENOTIFY_ENDSUBQUEUE","features":[372]},{"name":"SPFILENOTIFY_FILEEXTRACTED","features":[372]},{"name":"SPFILENOTIFY_FILEINCABINET","features":[372]},{"name":"SPFILENOTIFY_FILEOPDELAYED","features":[372]},{"name":"SPFILENOTIFY_LANGMISMATCH","features":[372]},{"name":"SPFILENOTIFY_NEEDMEDIA","features":[372]},{"name":"SPFILENOTIFY_NEEDNEWCABINET","features":[372]},{"name":"SPFILENOTIFY_QUEUESCAN","features":[372]},{"name":"SPFILENOTIFY_QUEUESCAN_EX","features":[372]},{"name":"SPFILENOTIFY_QUEUESCAN_SIGNERINFO","features":[372]},{"name":"SPFILENOTIFY_RENAMEERROR","features":[372]},{"name":"SPFILENOTIFY_STARTBACKUP","features":[372]},{"name":"SPFILENOTIFY_STARTCOPY","features":[372]},{"name":"SPFILENOTIFY_STARTDELETE","features":[372]},{"name":"SPFILENOTIFY_STARTQUEUE","features":[372]},{"name":"SPFILENOTIFY_STARTREGISTRATION","features":[372]},{"name":"SPFILENOTIFY_STARTRENAME","features":[372]},{"name":"SPFILENOTIFY_STARTSUBQUEUE","features":[372]},{"name":"SPFILENOTIFY_TARGETEXISTS","features":[372]},{"name":"SPFILENOTIFY_TARGETNEWER","features":[372]},{"name":"SPFILEQ_FILE_IN_USE","features":[372]},{"name":"SPFILEQ_REBOOT_IN_PROGRESS","features":[372]},{"name":"SPFILEQ_REBOOT_RECOMMENDED","features":[372]},{"name":"SPID_ACTIVE","features":[372]},{"name":"SPID_DEFAULT","features":[372]},{"name":"SPID_REMOVED","features":[372]},{"name":"SPINST_ALL","features":[372]},{"name":"SPINST_BITREG","features":[372]},{"name":"SPINST_COPYINF","features":[372]},{"name":"SPINST_DEVICEINSTALL","features":[372]},{"name":"SPINST_FILES","features":[372]},{"name":"SPINST_INI2REG","features":[372]},{"name":"SPINST_INIFILES","features":[372]},{"name":"SPINST_LOGCONFIG","features":[372]},{"name":"SPINST_LOGCONFIGS_ARE_OVERRIDES","features":[372]},{"name":"SPINST_LOGCONFIG_IS_FORCED","features":[372]},{"name":"SPINST_PROFILEITEMS","features":[372]},{"name":"SPINST_PROPERTIES","features":[372]},{"name":"SPINST_REGISTERCALLBACKAWARE","features":[372]},{"name":"SPINST_REGISTRY","features":[372]},{"name":"SPINST_REGSVR","features":[372]},{"name":"SPINST_SINGLESECTION","features":[372]},{"name":"SPINST_UNREGSVR","features":[372]},{"name":"SPINT_ACTIVE","features":[372]},{"name":"SPINT_DEFAULT","features":[372]},{"name":"SPINT_REMOVED","features":[372]},{"name":"SPOST_MAX","features":[372]},{"name":"SPOST_NONE","features":[372]},{"name":"SPOST_PATH","features":[372]},{"name":"SPOST_URL","features":[372]},{"name":"SPPSR_ENUM_ADV_DEVICE_PROPERTIES","features":[372]},{"name":"SPPSR_ENUM_BASIC_DEVICE_PROPERTIES","features":[372]},{"name":"SPPSR_SELECT_DEVICE_RESOURCES","features":[372]},{"name":"SPQ_DELAYED_COPY","features":[372]},{"name":"SPQ_FLAG_ABORT_IF_UNSIGNED","features":[372]},{"name":"SPQ_FLAG_BACKUP_AWARE","features":[372]},{"name":"SPQ_FLAG_DO_SHUFFLEMOVE","features":[372]},{"name":"SPQ_FLAG_FILES_MODIFIED","features":[372]},{"name":"SPQ_FLAG_VALID","features":[372]},{"name":"SPQ_SCAN_ACTIVATE_DRP","features":[372]},{"name":"SPQ_SCAN_FILE_COMPARISON","features":[372]},{"name":"SPQ_SCAN_FILE_PRESENCE","features":[372]},{"name":"SPQ_SCAN_FILE_PRESENCE_WITHOUT_SOURCE","features":[372]},{"name":"SPQ_SCAN_FILE_VALIDITY","features":[372]},{"name":"SPQ_SCAN_INFORM_USER","features":[372]},{"name":"SPQ_SCAN_PRUNE_COPY_QUEUE","features":[372]},{"name":"SPQ_SCAN_PRUNE_DELREN","features":[372]},{"name":"SPQ_SCAN_USE_CALLBACK","features":[372]},{"name":"SPQ_SCAN_USE_CALLBACKEX","features":[372]},{"name":"SPQ_SCAN_USE_CALLBACK_SIGNERINFO","features":[372]},{"name":"SPRDI_FIND_DUPS","features":[372]},{"name":"SPREG_DLLINSTALL","features":[372]},{"name":"SPREG_GETPROCADDR","features":[372]},{"name":"SPREG_LOADLIBRARY","features":[372]},{"name":"SPREG_REGSVR","features":[372]},{"name":"SPREG_SUCCESS","features":[372]},{"name":"SPREG_TIMEOUT","features":[372]},{"name":"SPREG_UNKNOWN","features":[372]},{"name":"SPSVCINST_ASSOCSERVICE","features":[372]},{"name":"SPSVCINST_CLOBBER_SECURITY","features":[372]},{"name":"SPSVCINST_DELETEEVENTLOGENTRY","features":[372]},{"name":"SPSVCINST_FLAGS","features":[372]},{"name":"SPSVCINST_NOCLOBBER_DELAYEDAUTOSTART","features":[372]},{"name":"SPSVCINST_NOCLOBBER_DEPENDENCIES","features":[372]},{"name":"SPSVCINST_NOCLOBBER_DESCRIPTION","features":[372]},{"name":"SPSVCINST_NOCLOBBER_DISPLAYNAME","features":[372]},{"name":"SPSVCINST_NOCLOBBER_ERRORCONTROL","features":[372]},{"name":"SPSVCINST_NOCLOBBER_FAILUREACTIONS","features":[372]},{"name":"SPSVCINST_NOCLOBBER_LOADORDERGROUP","features":[372]},{"name":"SPSVCINST_NOCLOBBER_REQUIREDPRIVILEGES","features":[372]},{"name":"SPSVCINST_NOCLOBBER_SERVICESIDTYPE","features":[372]},{"name":"SPSVCINST_NOCLOBBER_STARTTYPE","features":[372]},{"name":"SPSVCINST_NOCLOBBER_TRIGGERS","features":[372]},{"name":"SPSVCINST_STARTSERVICE","features":[372]},{"name":"SPSVCINST_STOPSERVICE","features":[372]},{"name":"SPSVCINST_TAGTOFRONT","features":[372]},{"name":"SPSVCINST_UNIQUE_NAME","features":[372]},{"name":"SPWPT_SELECTDEVICE","features":[372]},{"name":"SPWP_USE_DEVINFO_DATA","features":[372]},{"name":"SP_ALTPLATFORM_FLAGS_SUITE_MASK","features":[372]},{"name":"SP_ALTPLATFORM_FLAGS_VERSION_RANGE","features":[372]},{"name":"SP_ALTPLATFORM_INFO_V1","features":[372,335]},{"name":"SP_ALTPLATFORM_INFO_V1","features":[372,335]},{"name":"SP_ALTPLATFORM_INFO_V2","features":[372,335,337]},{"name":"SP_ALTPLATFORM_INFO_V2","features":[372,335,337]},{"name":"SP_ALTPLATFORM_INFO_V3","features":[372]},{"name":"SP_ALTPLATFORM_INFO_V3","features":[372]},{"name":"SP_BACKUP_BACKUPPASS","features":[372]},{"name":"SP_BACKUP_BOOTFILE","features":[372]},{"name":"SP_BACKUP_DEMANDPASS","features":[372]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_A","features":[372]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_A","features":[372]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_W","features":[372]},{"name":"SP_BACKUP_QUEUE_PARAMS_V1_W","features":[372]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_A","features":[372]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_A","features":[372]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_W","features":[372]},{"name":"SP_BACKUP_QUEUE_PARAMS_V2_W","features":[372]},{"name":"SP_BACKUP_SPECIAL","features":[372]},{"name":"SP_CLASSIMAGELIST_DATA","features":[372,357]},{"name":"SP_CLASSIMAGELIST_DATA","features":[372,357]},{"name":"SP_CLASSINSTALL_HEADER","features":[372]},{"name":"SP_CLASSINSTALL_HEADER","features":[372]},{"name":"SP_COPY_ALREADYDECOMP","features":[372]},{"name":"SP_COPY_DELETESOURCE","features":[372]},{"name":"SP_COPY_FORCE_IN_USE","features":[372]},{"name":"SP_COPY_FORCE_NEWER","features":[372]},{"name":"SP_COPY_FORCE_NOOVERWRITE","features":[372]},{"name":"SP_COPY_HARDLINK","features":[372]},{"name":"SP_COPY_INBOX_INF","features":[372]},{"name":"SP_COPY_IN_USE_NEEDS_REBOOT","features":[372]},{"name":"SP_COPY_IN_USE_TRY_RENAME","features":[372]},{"name":"SP_COPY_LANGUAGEAWARE","features":[372]},{"name":"SP_COPY_NEWER","features":[372]},{"name":"SP_COPY_NEWER_ONLY","features":[372]},{"name":"SP_COPY_NEWER_OR_SAME","features":[372]},{"name":"SP_COPY_NOBROWSE","features":[372]},{"name":"SP_COPY_NODECOMP","features":[372]},{"name":"SP_COPY_NOOVERWRITE","features":[372]},{"name":"SP_COPY_NOPRUNE","features":[372]},{"name":"SP_COPY_NOSKIP","features":[372]},{"name":"SP_COPY_OEMINF_CATALOG_ONLY","features":[372]},{"name":"SP_COPY_OEM_F6_INF","features":[372]},{"name":"SP_COPY_PNPLOCKED","features":[372]},{"name":"SP_COPY_REPLACEONLY","features":[372]},{"name":"SP_COPY_REPLACE_BOOT_FILE","features":[372]},{"name":"SP_COPY_RESERVED","features":[372]},{"name":"SP_COPY_SOURCEPATH_ABSOLUTE","features":[372]},{"name":"SP_COPY_SOURCE_ABSOLUTE","features":[372]},{"name":"SP_COPY_STYLE","features":[372]},{"name":"SP_COPY_WARNIFSKIP","features":[372]},{"name":"SP_COPY_WINDOWS_SIGNED","features":[372]},{"name":"SP_DETECTDEVICE_PARAMS","features":[372,305]},{"name":"SP_DETECTDEVICE_PARAMS","features":[372,305]},{"name":"SP_DEVICE_INTERFACE_DATA","features":[372]},{"name":"SP_DEVICE_INTERFACE_DATA","features":[372]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_A","features":[372]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_A","features":[372]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_W","features":[372]},{"name":"SP_DEVICE_INTERFACE_DETAIL_DATA_W","features":[372]},{"name":"SP_DEVINFO_DATA","features":[372]},{"name":"SP_DEVINFO_DATA","features":[372]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_A","features":[372,305]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_A","features":[372,305]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_W","features":[372,305]},{"name":"SP_DEVINFO_LIST_DETAIL_DATA_W","features":[372,305]},{"name":"SP_DEVINSTALL_PARAMS_A","features":[372,305]},{"name":"SP_DEVINSTALL_PARAMS_A","features":[372,305]},{"name":"SP_DEVINSTALL_PARAMS_W","features":[372,305]},{"name":"SP_DEVINSTALL_PARAMS_W","features":[372,305]},{"name":"SP_DRVINFO_DATA_V1_A","features":[372]},{"name":"SP_DRVINFO_DATA_V1_A","features":[372]},{"name":"SP_DRVINFO_DATA_V1_W","features":[372]},{"name":"SP_DRVINFO_DATA_V1_W","features":[372]},{"name":"SP_DRVINFO_DATA_V2_A","features":[372,305]},{"name":"SP_DRVINFO_DATA_V2_A","features":[372,305]},{"name":"SP_DRVINFO_DATA_V2_W","features":[372,305]},{"name":"SP_DRVINFO_DATA_V2_W","features":[372,305]},{"name":"SP_DRVINFO_DETAIL_DATA_A","features":[372,305]},{"name":"SP_DRVINFO_DETAIL_DATA_A","features":[372,305]},{"name":"SP_DRVINFO_DETAIL_DATA_W","features":[372,305]},{"name":"SP_DRVINFO_DETAIL_DATA_W","features":[372,305]},{"name":"SP_DRVINSTALL_PARAMS","features":[372]},{"name":"SP_DRVINSTALL_PARAMS","features":[372]},{"name":"SP_ENABLECLASS_PARAMS","features":[372]},{"name":"SP_ENABLECLASS_PARAMS","features":[372]},{"name":"SP_FILE_COPY_PARAMS_A","features":[372]},{"name":"SP_FILE_COPY_PARAMS_A","features":[372]},{"name":"SP_FILE_COPY_PARAMS_W","features":[372]},{"name":"SP_FILE_COPY_PARAMS_W","features":[372]},{"name":"SP_FLAG_CABINETCONTINUATION","features":[372]},{"name":"SP_INF_INFORMATION","features":[372]},{"name":"SP_INF_INFORMATION","features":[372]},{"name":"SP_INF_SIGNER_INFO_V1_A","features":[372]},{"name":"SP_INF_SIGNER_INFO_V1_A","features":[372]},{"name":"SP_INF_SIGNER_INFO_V1_W","features":[372]},{"name":"SP_INF_SIGNER_INFO_V1_W","features":[372]},{"name":"SP_INF_SIGNER_INFO_V2_A","features":[372]},{"name":"SP_INF_SIGNER_INFO_V2_A","features":[372]},{"name":"SP_INF_SIGNER_INFO_V2_W","features":[372]},{"name":"SP_INF_SIGNER_INFO_V2_W","features":[372]},{"name":"SP_INSTALLWIZARD_DATA","features":[372,305,357]},{"name":"SP_INSTALLWIZARD_DATA","features":[372,305,357]},{"name":"SP_MAX_MACHINENAME_LENGTH","features":[372]},{"name":"SP_NEWDEVICEWIZARD_DATA","features":[372,305,357]},{"name":"SP_NEWDEVICEWIZARD_DATA","features":[372,305,357]},{"name":"SP_ORIGINAL_FILE_INFO_A","features":[372]},{"name":"SP_ORIGINAL_FILE_INFO_A","features":[372]},{"name":"SP_ORIGINAL_FILE_INFO_W","features":[372]},{"name":"SP_ORIGINAL_FILE_INFO_W","features":[372]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_A","features":[372]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_W","features":[372]},{"name":"SP_POWERMESSAGEWAKE_PARAMS_W","features":[372]},{"name":"SP_PROPCHANGE_PARAMS","features":[372]},{"name":"SP_PROPCHANGE_PARAMS","features":[372]},{"name":"SP_PROPSHEETPAGE_REQUEST","features":[372]},{"name":"SP_PROPSHEETPAGE_REQUEST","features":[372]},{"name":"SP_REGISTER_CONTROL_STATUSA","features":[372]},{"name":"SP_REGISTER_CONTROL_STATUSA","features":[372]},{"name":"SP_REGISTER_CONTROL_STATUSW","features":[372]},{"name":"SP_REGISTER_CONTROL_STATUSW","features":[372]},{"name":"SP_REMOVEDEVICE_PARAMS","features":[372]},{"name":"SP_REMOVEDEVICE_PARAMS","features":[372]},{"name":"SP_SELECTDEVICE_PARAMS_A","features":[372]},{"name":"SP_SELECTDEVICE_PARAMS_W","features":[372]},{"name":"SP_SELECTDEVICE_PARAMS_W","features":[372]},{"name":"SP_TROUBLESHOOTER_PARAMS_A","features":[372]},{"name":"SP_TROUBLESHOOTER_PARAMS_W","features":[372]},{"name":"SP_TROUBLESHOOTER_PARAMS_W","features":[372]},{"name":"SP_UNREMOVEDEVICE_PARAMS","features":[372]},{"name":"SP_UNREMOVEDEVICE_PARAMS","features":[372]},{"name":"SRCINFO_DESCRIPTION","features":[372]},{"name":"SRCINFO_FLAGS","features":[372]},{"name":"SRCINFO_PATH","features":[372]},{"name":"SRCINFO_TAGFILE","features":[372]},{"name":"SRCINFO_TAGFILE2","features":[372]},{"name":"SRCLIST_APPEND","features":[372]},{"name":"SRCLIST_NOBROWSE","features":[372]},{"name":"SRCLIST_NOSTRIPPLATFORM","features":[372]},{"name":"SRCLIST_SUBDIRS","features":[372]},{"name":"SRCLIST_SYSIFADMIN","features":[372]},{"name":"SRCLIST_SYSTEM","features":[372]},{"name":"SRCLIST_TEMPORARY","features":[372]},{"name":"SRCLIST_USER","features":[372]},{"name":"SRC_FLAGS_CABFILE","features":[372]},{"name":"SUOI_FORCEDELETE","features":[372]},{"name":"SUOI_INTERNAL1","features":[372]},{"name":"SZ_KEY_ADDAUTOLOGGER","features":[372]},{"name":"SZ_KEY_ADDAUTOLOGGERPROVIDER","features":[372]},{"name":"SZ_KEY_ADDCHANNEL","features":[372]},{"name":"SZ_KEY_ADDEVENTPROVIDER","features":[372]},{"name":"SZ_KEY_ADDFILTER","features":[372]},{"name":"SZ_KEY_ADDIME","features":[372]},{"name":"SZ_KEY_ADDINTERFACE","features":[372]},{"name":"SZ_KEY_ADDPOWERSETTING","features":[372]},{"name":"SZ_KEY_ADDPROP","features":[372]},{"name":"SZ_KEY_ADDREG","features":[372]},{"name":"SZ_KEY_ADDREGNOCLOBBER","features":[372]},{"name":"SZ_KEY_ADDSERVICE","features":[372]},{"name":"SZ_KEY_ADDTRIGGER","features":[372]},{"name":"SZ_KEY_BITREG","features":[372]},{"name":"SZ_KEY_CLEANONLY","features":[372]},{"name":"SZ_KEY_COPYFILES","features":[372]},{"name":"SZ_KEY_COPYINF","features":[372]},{"name":"SZ_KEY_DEFAULTOPTION","features":[372]},{"name":"SZ_KEY_DEFDESTDIR","features":[372]},{"name":"SZ_KEY_DELFILES","features":[372]},{"name":"SZ_KEY_DELIME","features":[372]},{"name":"SZ_KEY_DELPROP","features":[372]},{"name":"SZ_KEY_DELREG","features":[372]},{"name":"SZ_KEY_DELSERVICE","features":[372]},{"name":"SZ_KEY_DESTDIRS","features":[372]},{"name":"SZ_KEY_EXCLUDEID","features":[372]},{"name":"SZ_KEY_FAILUREACTIONS","features":[372]},{"name":"SZ_KEY_FEATURESCORE","features":[372]},{"name":"SZ_KEY_FILTERLEVEL","features":[372]},{"name":"SZ_KEY_FILTERPOSITION","features":[372]},{"name":"SZ_KEY_HARDWARE","features":[372]},{"name":"SZ_KEY_IMPORTCHANNEL","features":[372]},{"name":"SZ_KEY_INI2REG","features":[372]},{"name":"SZ_KEY_LAYOUT_FILE","features":[372]},{"name":"SZ_KEY_LDIDOEM","features":[372]},{"name":"SZ_KEY_LFN_SECTION","features":[372]},{"name":"SZ_KEY_LISTOPTIONS","features":[372]},{"name":"SZ_KEY_LOGCONFIG","features":[372]},{"name":"SZ_KEY_MODULES","features":[372]},{"name":"SZ_KEY_OPTIONDESC","features":[372]},{"name":"SZ_KEY_PHASE1","features":[372]},{"name":"SZ_KEY_PROFILEITEMS","features":[372]},{"name":"SZ_KEY_REGSVR","features":[372]},{"name":"SZ_KEY_RENFILES","features":[372]},{"name":"SZ_KEY_SFN_SECTION","features":[372]},{"name":"SZ_KEY_SRCDISKFILES","features":[372]},{"name":"SZ_KEY_SRCDISKNAMES","features":[372]},{"name":"SZ_KEY_STRINGS","features":[372]},{"name":"SZ_KEY_UNREGSVR","features":[372]},{"name":"SZ_KEY_UPDATEAUTOLOGGER","features":[372]},{"name":"SZ_KEY_UPDATEINIFIELDS","features":[372]},{"name":"SZ_KEY_UPDATEINIS","features":[372]},{"name":"SZ_KEY_UPGRADEONLY","features":[372]},{"name":"SetupAddInstallSectionToDiskSpaceListA","features":[372,305]},{"name":"SetupAddInstallSectionToDiskSpaceListW","features":[372,305]},{"name":"SetupAddSectionToDiskSpaceListA","features":[372,305]},{"name":"SetupAddSectionToDiskSpaceListW","features":[372,305]},{"name":"SetupAddToDiskSpaceListA","features":[372,305]},{"name":"SetupAddToDiskSpaceListW","features":[372,305]},{"name":"SetupAddToSourceListA","features":[372,305]},{"name":"SetupAddToSourceListW","features":[372,305]},{"name":"SetupAdjustDiskSpaceListA","features":[372,305]},{"name":"SetupAdjustDiskSpaceListW","features":[372,305]},{"name":"SetupBackupErrorA","features":[372,305]},{"name":"SetupBackupErrorW","features":[372,305]},{"name":"SetupCancelTemporarySourceList","features":[372,305]},{"name":"SetupCloseFileQueue","features":[372,305]},{"name":"SetupCloseInfFile","features":[372]},{"name":"SetupCloseLog","features":[372]},{"name":"SetupCommitFileQueueA","features":[372,305]},{"name":"SetupCommitFileQueueW","features":[372,305]},{"name":"SetupConfigureWmiFromInfSectionA","features":[372,305]},{"name":"SetupConfigureWmiFromInfSectionW","features":[372,305]},{"name":"SetupCopyErrorA","features":[372,305]},{"name":"SetupCopyErrorW","features":[372,305]},{"name":"SetupCopyOEMInfA","features":[372,305]},{"name":"SetupCopyOEMInfW","features":[372,305]},{"name":"SetupCreateDiskSpaceListA","features":[372]},{"name":"SetupCreateDiskSpaceListW","features":[372]},{"name":"SetupDecompressOrCopyFileA","features":[372]},{"name":"SetupDecompressOrCopyFileW","features":[372]},{"name":"SetupDefaultQueueCallbackA","features":[372]},{"name":"SetupDefaultQueueCallbackW","features":[372]},{"name":"SetupDeleteErrorA","features":[372,305]},{"name":"SetupDeleteErrorW","features":[372,305]},{"name":"SetupDestroyDiskSpaceList","features":[372,305]},{"name":"SetupDiAskForOEMDisk","features":[372,305]},{"name":"SetupDiBuildClassInfoList","features":[372,305]},{"name":"SetupDiBuildClassInfoListExA","features":[372,305]},{"name":"SetupDiBuildClassInfoListExW","features":[372,305]},{"name":"SetupDiBuildDriverInfoList","features":[372,305]},{"name":"SetupDiCallClassInstaller","features":[372,305]},{"name":"SetupDiCancelDriverInfoSearch","features":[372,305]},{"name":"SetupDiChangeState","features":[372,305]},{"name":"SetupDiClassGuidsFromNameA","features":[372,305]},{"name":"SetupDiClassGuidsFromNameExA","features":[372,305]},{"name":"SetupDiClassGuidsFromNameExW","features":[372,305]},{"name":"SetupDiClassGuidsFromNameW","features":[372,305]},{"name":"SetupDiClassNameFromGuidA","features":[372,305]},{"name":"SetupDiClassNameFromGuidExA","features":[372,305]},{"name":"SetupDiClassNameFromGuidExW","features":[372,305]},{"name":"SetupDiClassNameFromGuidW","features":[372,305]},{"name":"SetupDiCreateDevRegKeyA","features":[372,373]},{"name":"SetupDiCreateDevRegKeyW","features":[372,373]},{"name":"SetupDiCreateDeviceInfoA","features":[372,305]},{"name":"SetupDiCreateDeviceInfoList","features":[372,305]},{"name":"SetupDiCreateDeviceInfoListExA","features":[372,305]},{"name":"SetupDiCreateDeviceInfoListExW","features":[372,305]},{"name":"SetupDiCreateDeviceInfoW","features":[372,305]},{"name":"SetupDiCreateDeviceInterfaceA","features":[372,305]},{"name":"SetupDiCreateDeviceInterfaceRegKeyA","features":[372,373]},{"name":"SetupDiCreateDeviceInterfaceRegKeyW","features":[372,373]},{"name":"SetupDiCreateDeviceInterfaceW","features":[372,305]},{"name":"SetupDiDeleteDevRegKey","features":[372,305]},{"name":"SetupDiDeleteDeviceInfo","features":[372,305]},{"name":"SetupDiDeleteDeviceInterfaceData","features":[372,305]},{"name":"SetupDiDeleteDeviceInterfaceRegKey","features":[372,305]},{"name":"SetupDiDestroyClassImageList","features":[372,305,357]},{"name":"SetupDiDestroyDeviceInfoList","features":[372,305]},{"name":"SetupDiDestroyDriverInfoList","features":[372,305]},{"name":"SetupDiDrawMiniIcon","features":[372,305,317]},{"name":"SetupDiEnumDeviceInfo","features":[372,305]},{"name":"SetupDiEnumDeviceInterfaces","features":[372,305]},{"name":"SetupDiEnumDriverInfoA","features":[372,305]},{"name":"SetupDiEnumDriverInfoW","features":[372,305]},{"name":"SetupDiGetActualModelsSectionA","features":[372,305,335,337]},{"name":"SetupDiGetActualModelsSectionW","features":[372,305,335,337]},{"name":"SetupDiGetActualSectionToInstallA","features":[372,305]},{"name":"SetupDiGetActualSectionToInstallExA","features":[372,305,335,337]},{"name":"SetupDiGetActualSectionToInstallExW","features":[372,305,335,337]},{"name":"SetupDiGetActualSectionToInstallW","features":[372,305]},{"name":"SetupDiGetClassBitmapIndex","features":[372,305]},{"name":"SetupDiGetClassDescriptionA","features":[372,305]},{"name":"SetupDiGetClassDescriptionExA","features":[372,305]},{"name":"SetupDiGetClassDescriptionExW","features":[372,305]},{"name":"SetupDiGetClassDescriptionW","features":[372,305]},{"name":"SetupDiGetClassDevPropertySheetsA","features":[372,305,317,357,374]},{"name":"SetupDiGetClassDevPropertySheetsW","features":[372,305,317,357,374]},{"name":"SetupDiGetClassDevsA","features":[372,305]},{"name":"SetupDiGetClassDevsExA","features":[372,305]},{"name":"SetupDiGetClassDevsExW","features":[372,305]},{"name":"SetupDiGetClassDevsW","features":[372,305]},{"name":"SetupDiGetClassImageIndex","features":[372,305,357]},{"name":"SetupDiGetClassImageList","features":[372,305,357]},{"name":"SetupDiGetClassImageListExA","features":[372,305,357]},{"name":"SetupDiGetClassImageListExW","features":[372,305,357]},{"name":"SetupDiGetClassInstallParamsA","features":[372,305]},{"name":"SetupDiGetClassInstallParamsW","features":[372,305]},{"name":"SetupDiGetClassPropertyExW","features":[372,340,305]},{"name":"SetupDiGetClassPropertyKeys","features":[372,305]},{"name":"SetupDiGetClassPropertyKeysExW","features":[372,305]},{"name":"SetupDiGetClassPropertyW","features":[372,340,305]},{"name":"SetupDiGetClassRegistryPropertyA","features":[372,305]},{"name":"SetupDiGetClassRegistryPropertyW","features":[372,305]},{"name":"SetupDiGetCustomDevicePropertyA","features":[372,305]},{"name":"SetupDiGetCustomDevicePropertyW","features":[372,305]},{"name":"SetupDiGetDeviceInfoListClass","features":[372,305]},{"name":"SetupDiGetDeviceInfoListDetailA","features":[372,305]},{"name":"SetupDiGetDeviceInfoListDetailW","features":[372,305]},{"name":"SetupDiGetDeviceInstallParamsA","features":[372,305]},{"name":"SetupDiGetDeviceInstallParamsW","features":[372,305]},{"name":"SetupDiGetDeviceInstanceIdA","features":[372,305]},{"name":"SetupDiGetDeviceInstanceIdW","features":[372,305]},{"name":"SetupDiGetDeviceInterfaceAlias","features":[372,305]},{"name":"SetupDiGetDeviceInterfaceDetailA","features":[372,305]},{"name":"SetupDiGetDeviceInterfaceDetailW","features":[372,305]},{"name":"SetupDiGetDeviceInterfacePropertyKeys","features":[372,305]},{"name":"SetupDiGetDeviceInterfacePropertyW","features":[372,340,305]},{"name":"SetupDiGetDevicePropertyKeys","features":[372,305]},{"name":"SetupDiGetDevicePropertyW","features":[372,340,305]},{"name":"SetupDiGetDeviceRegistryPropertyA","features":[372,305]},{"name":"SetupDiGetDeviceRegistryPropertyW","features":[372,305]},{"name":"SetupDiGetDriverInfoDetailA","features":[372,305]},{"name":"SetupDiGetDriverInfoDetailW","features":[372,305]},{"name":"SetupDiGetDriverInstallParamsA","features":[372,305]},{"name":"SetupDiGetDriverInstallParamsW","features":[372,305]},{"name":"SetupDiGetHwProfileFriendlyNameA","features":[372,305]},{"name":"SetupDiGetHwProfileFriendlyNameExA","features":[372,305]},{"name":"SetupDiGetHwProfileFriendlyNameExW","features":[372,305]},{"name":"SetupDiGetHwProfileFriendlyNameW","features":[372,305]},{"name":"SetupDiGetHwProfileList","features":[372,305]},{"name":"SetupDiGetHwProfileListExA","features":[372,305]},{"name":"SetupDiGetHwProfileListExW","features":[372,305]},{"name":"SetupDiGetINFClassA","features":[372,305]},{"name":"SetupDiGetINFClassW","features":[372,305]},{"name":"SetupDiGetSelectedDevice","features":[372,305]},{"name":"SetupDiGetSelectedDriverA","features":[372,305]},{"name":"SetupDiGetSelectedDriverW","features":[372,305]},{"name":"SetupDiGetWizardPage","features":[372,305,357]},{"name":"SetupDiInstallClassA","features":[372,305]},{"name":"SetupDiInstallClassExA","features":[372,305]},{"name":"SetupDiInstallClassExW","features":[372,305]},{"name":"SetupDiInstallClassW","features":[372,305]},{"name":"SetupDiInstallDevice","features":[372,305]},{"name":"SetupDiInstallDeviceInterfaces","features":[372,305]},{"name":"SetupDiInstallDriverFiles","features":[372,305]},{"name":"SetupDiLoadClassIcon","features":[372,305,374]},{"name":"SetupDiLoadDeviceIcon","features":[372,305,374]},{"name":"SetupDiOpenClassRegKey","features":[372,373]},{"name":"SetupDiOpenClassRegKeyExA","features":[372,373]},{"name":"SetupDiOpenClassRegKeyExW","features":[372,373]},{"name":"SetupDiOpenDevRegKey","features":[372,373]},{"name":"SetupDiOpenDeviceInfoA","features":[372,305]},{"name":"SetupDiOpenDeviceInfoW","features":[372,305]},{"name":"SetupDiOpenDeviceInterfaceA","features":[372,305]},{"name":"SetupDiOpenDeviceInterfaceRegKey","features":[372,373]},{"name":"SetupDiOpenDeviceInterfaceW","features":[372,305]},{"name":"SetupDiRegisterCoDeviceInstallers","features":[372,305]},{"name":"SetupDiRegisterDeviceInfo","features":[372,305]},{"name":"SetupDiRemoveDevice","features":[372,305]},{"name":"SetupDiRemoveDeviceInterface","features":[372,305]},{"name":"SetupDiRestartDevices","features":[372,305]},{"name":"SetupDiSelectBestCompatDrv","features":[372,305]},{"name":"SetupDiSelectDevice","features":[372,305]},{"name":"SetupDiSelectOEMDrv","features":[372,305]},{"name":"SetupDiSetClassInstallParamsA","features":[372,305]},{"name":"SetupDiSetClassInstallParamsW","features":[372,305]},{"name":"SetupDiSetClassPropertyExW","features":[372,340,305]},{"name":"SetupDiSetClassPropertyW","features":[372,340,305]},{"name":"SetupDiSetClassRegistryPropertyA","features":[372,305]},{"name":"SetupDiSetClassRegistryPropertyW","features":[372,305]},{"name":"SetupDiSetDeviceInstallParamsA","features":[372,305]},{"name":"SetupDiSetDeviceInstallParamsW","features":[372,305]},{"name":"SetupDiSetDeviceInterfaceDefault","features":[372,305]},{"name":"SetupDiSetDeviceInterfacePropertyW","features":[372,340,305]},{"name":"SetupDiSetDevicePropertyW","features":[372,340,305]},{"name":"SetupDiSetDeviceRegistryPropertyA","features":[372,305]},{"name":"SetupDiSetDeviceRegistryPropertyW","features":[372,305]},{"name":"SetupDiSetDriverInstallParamsA","features":[372,305]},{"name":"SetupDiSetDriverInstallParamsW","features":[372,305]},{"name":"SetupDiSetSelectedDevice","features":[372,305]},{"name":"SetupDiSetSelectedDriverA","features":[372,305]},{"name":"SetupDiSetSelectedDriverW","features":[372,305]},{"name":"SetupDiUnremoveDevice","features":[372,305]},{"name":"SetupDuplicateDiskSpaceListA","features":[372]},{"name":"SetupDuplicateDiskSpaceListW","features":[372]},{"name":"SetupEnumInfSectionsA","features":[372,305]},{"name":"SetupEnumInfSectionsW","features":[372,305]},{"name":"SetupFileLogChecksum","features":[372]},{"name":"SetupFileLogDiskDescription","features":[372]},{"name":"SetupFileLogDiskTagfile","features":[372]},{"name":"SetupFileLogInfo","features":[372]},{"name":"SetupFileLogMax","features":[372]},{"name":"SetupFileLogOtherInfo","features":[372]},{"name":"SetupFileLogSourceFilename","features":[372]},{"name":"SetupFindFirstLineA","features":[372,305]},{"name":"SetupFindFirstLineW","features":[372,305]},{"name":"SetupFindNextLine","features":[372,305]},{"name":"SetupFindNextMatchLineA","features":[372,305]},{"name":"SetupFindNextMatchLineW","features":[372,305]},{"name":"SetupFreeSourceListA","features":[372,305]},{"name":"SetupFreeSourceListW","features":[372,305]},{"name":"SetupGetBackupInformationA","features":[372,305]},{"name":"SetupGetBackupInformationW","features":[372,305]},{"name":"SetupGetBinaryField","features":[372,305]},{"name":"SetupGetFieldCount","features":[372]},{"name":"SetupGetFileCompressionInfoA","features":[372]},{"name":"SetupGetFileCompressionInfoExA","features":[372,305]},{"name":"SetupGetFileCompressionInfoExW","features":[372,305]},{"name":"SetupGetFileCompressionInfoW","features":[372]},{"name":"SetupGetFileQueueCount","features":[372,305]},{"name":"SetupGetFileQueueFlags","features":[372,305]},{"name":"SetupGetInfDriverStoreLocationA","features":[372,305,335,337]},{"name":"SetupGetInfDriverStoreLocationW","features":[372,305,335,337]},{"name":"SetupGetInfFileListA","features":[372,305]},{"name":"SetupGetInfFileListW","features":[372,305]},{"name":"SetupGetInfInformationA","features":[372,305]},{"name":"SetupGetInfInformationW","features":[372,305]},{"name":"SetupGetInfPublishedNameA","features":[372,305]},{"name":"SetupGetInfPublishedNameW","features":[372,305]},{"name":"SetupGetIntField","features":[372,305]},{"name":"SetupGetLineByIndexA","features":[372,305]},{"name":"SetupGetLineByIndexW","features":[372,305]},{"name":"SetupGetLineCountA","features":[372]},{"name":"SetupGetLineCountW","features":[372]},{"name":"SetupGetLineTextA","features":[372,305]},{"name":"SetupGetLineTextW","features":[372,305]},{"name":"SetupGetMultiSzFieldA","features":[372,305]},{"name":"SetupGetMultiSzFieldW","features":[372,305]},{"name":"SetupGetNonInteractiveMode","features":[372,305]},{"name":"SetupGetSourceFileLocationA","features":[372,305]},{"name":"SetupGetSourceFileLocationW","features":[372,305]},{"name":"SetupGetSourceFileSizeA","features":[372,305]},{"name":"SetupGetSourceFileSizeW","features":[372,305]},{"name":"SetupGetSourceInfoA","features":[372,305]},{"name":"SetupGetSourceInfoW","features":[372,305]},{"name":"SetupGetStringFieldA","features":[372,305]},{"name":"SetupGetStringFieldW","features":[372,305]},{"name":"SetupGetTargetPathA","features":[372,305]},{"name":"SetupGetTargetPathW","features":[372,305]},{"name":"SetupGetThreadLogToken","features":[372]},{"name":"SetupInitDefaultQueueCallback","features":[372,305]},{"name":"SetupInitDefaultQueueCallbackEx","features":[372,305]},{"name":"SetupInitializeFileLogA","features":[372]},{"name":"SetupInitializeFileLogW","features":[372]},{"name":"SetupInstallFileA","features":[372,305]},{"name":"SetupInstallFileExA","features":[372,305]},{"name":"SetupInstallFileExW","features":[372,305]},{"name":"SetupInstallFileW","features":[372,305]},{"name":"SetupInstallFilesFromInfSectionA","features":[372,305]},{"name":"SetupInstallFilesFromInfSectionW","features":[372,305]},{"name":"SetupInstallFromInfSectionA","features":[372,305,373]},{"name":"SetupInstallFromInfSectionW","features":[372,305,373]},{"name":"SetupInstallServicesFromInfSectionA","features":[372,305]},{"name":"SetupInstallServicesFromInfSectionExA","features":[372,305]},{"name":"SetupInstallServicesFromInfSectionExW","features":[372,305]},{"name":"SetupInstallServicesFromInfSectionW","features":[372,305]},{"name":"SetupIterateCabinetA","features":[372,305]},{"name":"SetupIterateCabinetW","features":[372,305]},{"name":"SetupLogErrorA","features":[372,305]},{"name":"SetupLogErrorW","features":[372,305]},{"name":"SetupLogFileA","features":[372,305]},{"name":"SetupLogFileW","features":[372,305]},{"name":"SetupOpenAppendInfFileA","features":[372,305]},{"name":"SetupOpenAppendInfFileW","features":[372,305]},{"name":"SetupOpenFileQueue","features":[372]},{"name":"SetupOpenInfFileA","features":[372]},{"name":"SetupOpenInfFileW","features":[372]},{"name":"SetupOpenLog","features":[372,305]},{"name":"SetupOpenMasterInf","features":[372]},{"name":"SetupPrepareQueueForRestoreA","features":[372,305]},{"name":"SetupPrepareQueueForRestoreW","features":[372,305]},{"name":"SetupPromptForDiskA","features":[372,305]},{"name":"SetupPromptForDiskW","features":[372,305]},{"name":"SetupPromptReboot","features":[372,305]},{"name":"SetupQueryDrivesInDiskSpaceListA","features":[372,305]},{"name":"SetupQueryDrivesInDiskSpaceListW","features":[372,305]},{"name":"SetupQueryFileLogA","features":[372,305]},{"name":"SetupQueryFileLogW","features":[372,305]},{"name":"SetupQueryInfFileInformationA","features":[372,305]},{"name":"SetupQueryInfFileInformationW","features":[372,305]},{"name":"SetupQueryInfOriginalFileInformationA","features":[372,305,335,337]},{"name":"SetupQueryInfOriginalFileInformationW","features":[372,305,335,337]},{"name":"SetupQueryInfVersionInformationA","features":[372,305]},{"name":"SetupQueryInfVersionInformationW","features":[372,305]},{"name":"SetupQuerySourceListA","features":[372,305]},{"name":"SetupQuerySourceListW","features":[372,305]},{"name":"SetupQuerySpaceRequiredOnDriveA","features":[372,305]},{"name":"SetupQuerySpaceRequiredOnDriveW","features":[372,305]},{"name":"SetupQueueCopyA","features":[372,305]},{"name":"SetupQueueCopyIndirectA","features":[372,305]},{"name":"SetupQueueCopyIndirectW","features":[372,305]},{"name":"SetupQueueCopySectionA","features":[372,305]},{"name":"SetupQueueCopySectionW","features":[372,305]},{"name":"SetupQueueCopyW","features":[372,305]},{"name":"SetupQueueDefaultCopyA","features":[372,305]},{"name":"SetupQueueDefaultCopyW","features":[372,305]},{"name":"SetupQueueDeleteA","features":[372,305]},{"name":"SetupQueueDeleteSectionA","features":[372,305]},{"name":"SetupQueueDeleteSectionW","features":[372,305]},{"name":"SetupQueueDeleteW","features":[372,305]},{"name":"SetupQueueRenameA","features":[372,305]},{"name":"SetupQueueRenameSectionA","features":[372,305]},{"name":"SetupQueueRenameSectionW","features":[372,305]},{"name":"SetupQueueRenameW","features":[372,305]},{"name":"SetupRemoveFileLogEntryA","features":[372,305]},{"name":"SetupRemoveFileLogEntryW","features":[372,305]},{"name":"SetupRemoveFromDiskSpaceListA","features":[372,305]},{"name":"SetupRemoveFromDiskSpaceListW","features":[372,305]},{"name":"SetupRemoveFromSourceListA","features":[372,305]},{"name":"SetupRemoveFromSourceListW","features":[372,305]},{"name":"SetupRemoveInstallSectionFromDiskSpaceListA","features":[372,305]},{"name":"SetupRemoveInstallSectionFromDiskSpaceListW","features":[372,305]},{"name":"SetupRemoveSectionFromDiskSpaceListA","features":[372,305]},{"name":"SetupRemoveSectionFromDiskSpaceListW","features":[372,305]},{"name":"SetupRenameErrorA","features":[372,305]},{"name":"SetupRenameErrorW","features":[372,305]},{"name":"SetupScanFileQueueA","features":[372,305]},{"name":"SetupScanFileQueueW","features":[372,305]},{"name":"SetupSetDirectoryIdA","features":[372,305]},{"name":"SetupSetDirectoryIdExA","features":[372,305]},{"name":"SetupSetDirectoryIdExW","features":[372,305]},{"name":"SetupSetDirectoryIdW","features":[372,305]},{"name":"SetupSetFileQueueAlternatePlatformA","features":[372,305,335,337]},{"name":"SetupSetFileQueueAlternatePlatformW","features":[372,305,335,337]},{"name":"SetupSetFileQueueFlags","features":[372,305]},{"name":"SetupSetNonInteractiveMode","features":[372,305]},{"name":"SetupSetPlatformPathOverrideA","features":[372,305]},{"name":"SetupSetPlatformPathOverrideW","features":[372,305]},{"name":"SetupSetSourceListA","features":[372,305]},{"name":"SetupSetSourceListW","features":[372,305]},{"name":"SetupSetThreadLogToken","features":[372]},{"name":"SetupTermDefaultQueueCallback","features":[372]},{"name":"SetupTerminateFileLog","features":[372,305]},{"name":"SetupUninstallNewlyCopiedInfs","features":[372,305]},{"name":"SetupUninstallOEMInfA","features":[372,305]},{"name":"SetupUninstallOEMInfW","features":[372,305]},{"name":"SetupVerifyInfFileA","features":[372,305,335,337]},{"name":"SetupVerifyInfFileW","features":[372,305,335,337]},{"name":"SetupWriteTextLog","features":[372]},{"name":"SetupWriteTextLogError","features":[372]},{"name":"SetupWriteTextLogInfLine","features":[372]},{"name":"UPDATEDRIVERFORPLUGANDPLAYDEVICES_FLAGS","features":[372]},{"name":"UpdateDriverForPlugAndPlayDevicesA","features":[372,305]},{"name":"UpdateDriverForPlugAndPlayDevicesW","features":[372,305]},{"name":"fDD_BYTE","features":[372]},{"name":"fDD_BYTE_AND_WORD","features":[372]},{"name":"fDD_BusMaster","features":[372]},{"name":"fDD_DWORD","features":[372]},{"name":"fDD_NoBusMaster","features":[372]},{"name":"fDD_TypeA","features":[372]},{"name":"fDD_TypeB","features":[372]},{"name":"fDD_TypeF","features":[372]},{"name":"fDD_TypeStandard","features":[372]},{"name":"fDD_WORD","features":[372]},{"name":"fIOD_10_BIT_DECODE","features":[372]},{"name":"fIOD_12_BIT_DECODE","features":[372]},{"name":"fIOD_16_BIT_DECODE","features":[372]},{"name":"fIOD_DECODE","features":[372]},{"name":"fIOD_IO","features":[372]},{"name":"fIOD_Memory","features":[372]},{"name":"fIOD_PASSIVE_DECODE","features":[372]},{"name":"fIOD_PORT_BAR","features":[372]},{"name":"fIOD_POSITIVE_DECODE","features":[372]},{"name":"fIOD_PortType","features":[372]},{"name":"fIOD_WINDOW_DECODE","features":[372]},{"name":"fIRQD_Edge","features":[372]},{"name":"fIRQD_Exclusive","features":[372]},{"name":"fIRQD_Level","features":[372]},{"name":"fIRQD_Level_Bit","features":[372]},{"name":"fIRQD_Share","features":[372]},{"name":"fIRQD_Share_Bit","features":[372]},{"name":"fMD_24","features":[372]},{"name":"fMD_32","features":[372]},{"name":"fMD_32_24","features":[372]},{"name":"fMD_Cacheable","features":[372]},{"name":"fMD_CombinedWrite","features":[372]},{"name":"fMD_CombinedWriteAllowed","features":[372]},{"name":"fMD_CombinedWriteDisallowed","features":[372]},{"name":"fMD_MEMORY_BAR","features":[372]},{"name":"fMD_MemoryType","features":[372]},{"name":"fMD_NonCacheable","features":[372]},{"name":"fMD_Pref","features":[372]},{"name":"fMD_PrefetchAllowed","features":[372]},{"name":"fMD_PrefetchDisallowed","features":[372]},{"name":"fMD_Prefetchable","features":[372]},{"name":"fMD_RAM","features":[372]},{"name":"fMD_ROM","features":[372]},{"name":"fMD_ReadAllowed","features":[372]},{"name":"fMD_ReadDisallowed","features":[372]},{"name":"fMD_Readable","features":[372]},{"name":"fMD_WINDOW_DECODE","features":[372]},{"name":"fPCD_ATTRIBUTES_PER_WINDOW","features":[372]},{"name":"fPCD_IO1_16","features":[372]},{"name":"fPCD_IO1_SRC_16","features":[372]},{"name":"fPCD_IO1_WS_16","features":[372]},{"name":"fPCD_IO1_ZW_8","features":[372]},{"name":"fPCD_IO2_16","features":[372]},{"name":"fPCD_IO2_SRC_16","features":[372]},{"name":"fPCD_IO2_WS_16","features":[372]},{"name":"fPCD_IO2_ZW_8","features":[372]},{"name":"fPCD_IO_16","features":[372]},{"name":"fPCD_IO_8","features":[372]},{"name":"fPCD_IO_SRC_16","features":[372]},{"name":"fPCD_IO_WS_16","features":[372]},{"name":"fPCD_IO_ZW_8","features":[372]},{"name":"fPCD_MEM1_16","features":[372]},{"name":"fPCD_MEM1_A","features":[372]},{"name":"fPCD_MEM1_WS_ONE","features":[372]},{"name":"fPCD_MEM1_WS_THREE","features":[372]},{"name":"fPCD_MEM1_WS_TWO","features":[372]},{"name":"fPCD_MEM2_16","features":[372]},{"name":"fPCD_MEM2_A","features":[372]},{"name":"fPCD_MEM2_WS_ONE","features":[372]},{"name":"fPCD_MEM2_WS_THREE","features":[372]},{"name":"fPCD_MEM2_WS_TWO","features":[372]},{"name":"fPCD_MEM_16","features":[372]},{"name":"fPCD_MEM_8","features":[372]},{"name":"fPCD_MEM_A","features":[372]},{"name":"fPCD_MEM_WS_ONE","features":[372]},{"name":"fPCD_MEM_WS_THREE","features":[372]},{"name":"fPCD_MEM_WS_TWO","features":[372]},{"name":"fPMF_AUDIO_ENABLE","features":[372]},{"name":"mDD_BusMaster","features":[372]},{"name":"mDD_Type","features":[372]},{"name":"mDD_Width","features":[372]},{"name":"mIRQD_Edge_Level","features":[372]},{"name":"mIRQD_Share","features":[372]},{"name":"mMD_32_24","features":[372]},{"name":"mMD_Cacheable","features":[372]},{"name":"mMD_CombinedWrite","features":[372]},{"name":"mMD_MemoryType","features":[372]},{"name":"mMD_Prefetchable","features":[372]},{"name":"mMD_Readable","features":[372]},{"name":"mPCD_IO_8_16","features":[372]},{"name":"mPCD_MEM1_WS","features":[372]},{"name":"mPCD_MEM2_WS","features":[372]},{"name":"mPCD_MEM_8_16","features":[372]},{"name":"mPCD_MEM_A_C","features":[372]},{"name":"mPCD_MEM_WS","features":[372]},{"name":"mPMF_AUDIO_ENABLE","features":[372]}],"379":[{"name":"DEVPROP_FILTER_EXPRESSION","features":[375,340,305]},{"name":"DEVPROP_OPERATOR","features":[375]},{"name":"DEVPROP_OPERATOR_AND_CLOSE","features":[375]},{"name":"DEVPROP_OPERATOR_AND_OPEN","features":[375]},{"name":"DEVPROP_OPERATOR_ARRAY_CONTAINS","features":[375]},{"name":"DEVPROP_OPERATOR_BEGINS_WITH","features":[375]},{"name":"DEVPROP_OPERATOR_BEGINS_WITH_IGNORE_CASE","features":[375]},{"name":"DEVPROP_OPERATOR_BITWISE_AND","features":[375]},{"name":"DEVPROP_OPERATOR_BITWISE_OR","features":[375]},{"name":"DEVPROP_OPERATOR_CONTAINS","features":[375]},{"name":"DEVPROP_OPERATOR_CONTAINS_IGNORE_CASE","features":[375]},{"name":"DEVPROP_OPERATOR_ENDS_WITH","features":[375]},{"name":"DEVPROP_OPERATOR_ENDS_WITH_IGNORE_CASE","features":[375]},{"name":"DEVPROP_OPERATOR_EQUALS","features":[375]},{"name":"DEVPROP_OPERATOR_EQUALS_IGNORE_CASE","features":[375]},{"name":"DEVPROP_OPERATOR_EXISTS","features":[375]},{"name":"DEVPROP_OPERATOR_GREATER_THAN","features":[375]},{"name":"DEVPROP_OPERATOR_GREATER_THAN_EQUALS","features":[375]},{"name":"DEVPROP_OPERATOR_LESS_THAN","features":[375]},{"name":"DEVPROP_OPERATOR_LESS_THAN_EQUALS","features":[375]},{"name":"DEVPROP_OPERATOR_LIST_CONTAINS","features":[375]},{"name":"DEVPROP_OPERATOR_LIST_CONTAINS_IGNORE_CASE","features":[375]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_BEGINS_WITH","features":[375]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_BEGINS_WITH_IGNORE_CASE","features":[375]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_CONTAINS","features":[375]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_CONTAINS_IGNORE_CASE","features":[375]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_ENDS_WITH","features":[375]},{"name":"DEVPROP_OPERATOR_LIST_ELEMENT_ENDS_WITH_IGNORE_CASE","features":[375]},{"name":"DEVPROP_OPERATOR_MASK_ARRAY","features":[375]},{"name":"DEVPROP_OPERATOR_MASK_EVAL","features":[375]},{"name":"DEVPROP_OPERATOR_MASK_LIST","features":[375]},{"name":"DEVPROP_OPERATOR_MASK_LOGICAL","features":[375]},{"name":"DEVPROP_OPERATOR_MASK_MODIFIER","features":[375]},{"name":"DEVPROP_OPERATOR_MASK_NOT_LOGICAL","features":[375]},{"name":"DEVPROP_OPERATOR_MODIFIER_IGNORE_CASE","features":[375]},{"name":"DEVPROP_OPERATOR_MODIFIER_NOT","features":[375]},{"name":"DEVPROP_OPERATOR_NONE","features":[375]},{"name":"DEVPROP_OPERATOR_NOT_CLOSE","features":[375]},{"name":"DEVPROP_OPERATOR_NOT_EQUALS","features":[375]},{"name":"DEVPROP_OPERATOR_NOT_EQUALS_IGNORE_CASE","features":[375]},{"name":"DEVPROP_OPERATOR_NOT_EXISTS","features":[375]},{"name":"DEVPROP_OPERATOR_NOT_OPEN","features":[375]},{"name":"DEVPROP_OPERATOR_OR_CLOSE","features":[375]},{"name":"DEVPROP_OPERATOR_OR_OPEN","features":[375]},{"name":"DEV_OBJECT","features":[375,340,305]},{"name":"DEV_OBJECT_TYPE","features":[375]},{"name":"DEV_QUERY_FLAGS","features":[375]},{"name":"DEV_QUERY_PARAMETER","features":[375,340,305]},{"name":"DEV_QUERY_RESULT_ACTION","features":[375]},{"name":"DEV_QUERY_RESULT_ACTION_DATA","features":[375,340,305]},{"name":"DEV_QUERY_STATE","features":[375]},{"name":"DevCloseObjectQuery","features":[375]},{"name":"DevCreateObjectQuery","features":[375,340,305]},{"name":"DevCreateObjectQueryEx","features":[375,340,305]},{"name":"DevCreateObjectQueryFromId","features":[375,340,305]},{"name":"DevCreateObjectQueryFromIdEx","features":[375,340,305]},{"name":"DevCreateObjectQueryFromIds","features":[375,340,305]},{"name":"DevCreateObjectQueryFromIdsEx","features":[375,340,305]},{"name":"DevFindProperty","features":[375,340,305]},{"name":"DevFreeObjectProperties","features":[375,340,305]},{"name":"DevFreeObjects","features":[375,340,305]},{"name":"DevGetObjectProperties","features":[375,340,305]},{"name":"DevGetObjectPropertiesEx","features":[375,340,305]},{"name":"DevGetObjects","features":[375,340,305]},{"name":"DevGetObjectsEx","features":[375,340,305]},{"name":"DevObjectTypeAEP","features":[375]},{"name":"DevObjectTypeAEPContainer","features":[375]},{"name":"DevObjectTypeAEPService","features":[375]},{"name":"DevObjectTypeDevice","features":[375]},{"name":"DevObjectTypeDeviceContainer","features":[375]},{"name":"DevObjectTypeDeviceContainerDisplay","features":[375]},{"name":"DevObjectTypeDeviceInstallerClass","features":[375]},{"name":"DevObjectTypeDeviceInterface","features":[375]},{"name":"DevObjectTypeDeviceInterfaceClass","features":[375]},{"name":"DevObjectTypeDeviceInterfaceDisplay","features":[375]},{"name":"DevObjectTypeDevicePanel","features":[375]},{"name":"DevObjectTypeUnknown","features":[375]},{"name":"DevQueryFlagAllProperties","features":[375]},{"name":"DevQueryFlagAsyncClose","features":[375]},{"name":"DevQueryFlagLocalize","features":[375]},{"name":"DevQueryFlagNone","features":[375]},{"name":"DevQueryFlagUpdateResults","features":[375]},{"name":"DevQueryResultAdd","features":[375]},{"name":"DevQueryResultRemove","features":[375]},{"name":"DevQueryResultStateChange","features":[375]},{"name":"DevQueryResultUpdate","features":[375]},{"name":"DevQueryStateAborted","features":[375]},{"name":"DevQueryStateClosed","features":[375]},{"name":"DevQueryStateEnumCompleted","features":[375]},{"name":"DevQueryStateInitialized","features":[375]},{"name":"HDEVQUERY","features":[375]},{"name":"PDEV_QUERY_RESULT_CALLBACK","features":[375,340,305]}],"380":[{"name":"AR_DISABLED","features":[376]},{"name":"AR_DOCKED","features":[376]},{"name":"AR_ENABLED","features":[376]},{"name":"AR_LAPTOP","features":[376]},{"name":"AR_MULTIMON","features":[376]},{"name":"AR_NOSENSOR","features":[376]},{"name":"AR_NOT_SUPPORTED","features":[376]},{"name":"AR_REMOTESESSION","features":[376]},{"name":"AR_STATE","features":[376]},{"name":"AR_SUPPRESSED","features":[376]},{"name":"Adapter","features":[376]},{"name":"Adapters","features":[376]},{"name":"BACKLIGHT_OPTIMIZATION_LEVEL","features":[376]},{"name":"BACKLIGHT_REDUCTION_GAMMA_RAMP","features":[376]},{"name":"BANK_POSITION","features":[376]},{"name":"BITMAP_ARRAY_BYTE","features":[376]},{"name":"BITMAP_BITS_BYTE_ALIGN","features":[376]},{"name":"BITMAP_BITS_PIXEL","features":[376]},{"name":"BITMAP_BITS_WORD_ALIGN","features":[376]},{"name":"BITMAP_PLANES","features":[376]},{"name":"BLENDOBJ","features":[376,317]},{"name":"BMF_16BPP","features":[376]},{"name":"BMF_1BPP","features":[376]},{"name":"BMF_24BPP","features":[376]},{"name":"BMF_32BPP","features":[376]},{"name":"BMF_4BPP","features":[376]},{"name":"BMF_4RLE","features":[376]},{"name":"BMF_8BPP","features":[376]},{"name":"BMF_8RLE","features":[376]},{"name":"BMF_ACC_NOTIFY","features":[376]},{"name":"BMF_DONTCACHE","features":[376]},{"name":"BMF_JPEG","features":[376]},{"name":"BMF_KMSECTION","features":[376]},{"name":"BMF_NOTSYSMEM","features":[376]},{"name":"BMF_NOZEROINIT","features":[376]},{"name":"BMF_PNG","features":[376]},{"name":"BMF_RESERVED","features":[376]},{"name":"BMF_RMT_ENTER","features":[376]},{"name":"BMF_TEMP_ALPHA","features":[376]},{"name":"BMF_TOPDOWN","features":[376]},{"name":"BMF_UMPDMEM","features":[376]},{"name":"BMF_USERMEM","features":[376]},{"name":"BMF_WINDOW_BLT","features":[376]},{"name":"BRIGHTNESS_INTERFACE_VERSION","features":[376]},{"name":"BRIGHTNESS_INTERFACE_VERSION_1","features":[376]},{"name":"BRIGHTNESS_INTERFACE_VERSION_2","features":[376]},{"name":"BRIGHTNESS_INTERFACE_VERSION_3","features":[376]},{"name":"BRIGHTNESS_LEVEL","features":[376]},{"name":"BRIGHTNESS_MAX_LEVEL_COUNT","features":[376]},{"name":"BRIGHTNESS_MAX_NIT_RANGE_COUNT","features":[376]},{"name":"BRIGHTNESS_NIT_RANGE","features":[376]},{"name":"BRIGHTNESS_NIT_RANGES","features":[376]},{"name":"BRUSHOBJ","features":[376]},{"name":"BRUSHOBJ_hGetColorTransform","features":[376,305]},{"name":"BRUSHOBJ_pvAllocRbrush","features":[376]},{"name":"BRUSHOBJ_pvGetRbrush","features":[376]},{"name":"BRUSHOBJ_ulGetBrushColor","features":[376]},{"name":"BR_CMYKCOLOR","features":[376]},{"name":"BR_DEVICE_ICM","features":[376]},{"name":"BR_HOST_ICM","features":[376]},{"name":"BR_ORIGCOLOR","features":[376]},{"name":"BacklightOptimizationDesktop","features":[376]},{"name":"BacklightOptimizationDimmed","features":[376]},{"name":"BacklightOptimizationDisable","features":[376]},{"name":"BacklightOptimizationDynamic","features":[376]},{"name":"BacklightOptimizationEDR","features":[376]},{"name":"BlackScreenDiagnosticsCalloutParam","features":[376]},{"name":"BlackScreenDiagnosticsData","features":[376]},{"name":"BlackScreenDisplayRecovery","features":[376]},{"name":"CDBEX_CROSSADAPTER","features":[376]},{"name":"CDBEX_DXINTEROP","features":[376]},{"name":"CDBEX_NTSHAREDSURFACEHANDLE","features":[376]},{"name":"CDBEX_REDIRECTION","features":[376]},{"name":"CDBEX_REUSE","features":[376]},{"name":"CDDDXGK_REDIRBITMAPPRESENTINFO","features":[376,305]},{"name":"CD_ANY","features":[376]},{"name":"CD_LEFTDOWN","features":[376]},{"name":"CD_LEFTUP","features":[376]},{"name":"CD_LEFTWARDS","features":[376]},{"name":"CD_RIGHTDOWN","features":[376]},{"name":"CD_RIGHTUP","features":[376]},{"name":"CD_UPWARDS","features":[376]},{"name":"CHAR_IMAGE_INFO","features":[376,377]},{"name":"CHAR_TYPE_LEADING","features":[376]},{"name":"CHAR_TYPE_SBCS","features":[376]},{"name":"CHAR_TYPE_TRAILING","features":[376]},{"name":"CHROMATICITY_COORDINATE","features":[376]},{"name":"CIECHROMA","features":[376]},{"name":"CLIPLINE","features":[376]},{"name":"CLIPOBJ","features":[376,305]},{"name":"CLIPOBJ_bEnum","features":[376,305]},{"name":"CLIPOBJ_cEnumStart","features":[376,305]},{"name":"CLIPOBJ_ppoGetPath","features":[376,305]},{"name":"COLORINFO","features":[376]},{"name":"COLORSPACE_TRANSFORM","features":[376]},{"name":"COLORSPACE_TRANSFORM_1DLUT_CAP","features":[376]},{"name":"COLORSPACE_TRANSFORM_3x4","features":[376]},{"name":"COLORSPACE_TRANSFORM_DATA_CAP","features":[376]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE","features":[376]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE_FIXED_POINT","features":[376]},{"name":"COLORSPACE_TRANSFORM_DATA_TYPE_FLOAT","features":[376]},{"name":"COLORSPACE_TRANSFORM_MATRIX_CAP","features":[376]},{"name":"COLORSPACE_TRANSFORM_MATRIX_V2","features":[376]},{"name":"COLORSPACE_TRANSFORM_SET_INPUT","features":[376]},{"name":"COLORSPACE_TRANSFORM_STAGE_CONTROL","features":[376]},{"name":"COLORSPACE_TRANSFORM_TARGET_CAPS","features":[376]},{"name":"COLORSPACE_TRANSFORM_TARGET_CAPS_VERSION","features":[376]},{"name":"COLORSPACE_TRANSFORM_TYPE","features":[376]},{"name":"COLORSPACE_TRANSFORM_TYPE_DEFAULT","features":[376]},{"name":"COLORSPACE_TRANSFORM_TYPE_DXGI_1","features":[376]},{"name":"COLORSPACE_TRANSFORM_TYPE_MATRIX_3x4","features":[376]},{"name":"COLORSPACE_TRANSFORM_TYPE_MATRIX_V2","features":[376]},{"name":"COLORSPACE_TRANSFORM_TYPE_RGB256x3x16","features":[376]},{"name":"COLORSPACE_TRANSFORM_TYPE_UNINITIALIZED","features":[376]},{"name":"COLORSPACE_TRANSFORM_VERSION_1","features":[376]},{"name":"COLORSPACE_TRANSFORM_VERSION_DEFAULT","features":[376]},{"name":"COLORSPACE_TRANSFORM_VERSION_NOT_SUPPORTED","features":[376]},{"name":"CT_RECTANGLES","features":[376]},{"name":"CapabilitiesRequestAndCapabilitiesReply","features":[376,305]},{"name":"ColorSpaceTransformStageControl_Bypass","features":[376]},{"name":"ColorSpaceTransformStageControl_Enable","features":[376]},{"name":"ColorSpaceTransformStageControl_No_Change","features":[376]},{"name":"DCR_DRIVER","features":[376]},{"name":"DCR_HALFTONE","features":[376]},{"name":"DCR_SOLID","features":[376]},{"name":"DCT_DEFAULT","features":[376]},{"name":"DCT_FORCE_HIGH_PERFORMANCE","features":[376]},{"name":"DCT_FORCE_LOW_POWER","features":[376]},{"name":"DC_COMPLEX","features":[376]},{"name":"DC_RECT","features":[376]},{"name":"DC_TRIVIAL","features":[376]},{"name":"DDI_DRIVER_VERSION_NT4","features":[376]},{"name":"DDI_DRIVER_VERSION_NT5","features":[376]},{"name":"DDI_DRIVER_VERSION_NT5_01","features":[376]},{"name":"DDI_DRIVER_VERSION_NT5_01_SP1","features":[376]},{"name":"DDI_DRIVER_VERSION_SP3","features":[376]},{"name":"DDI_ERROR","features":[376]},{"name":"DD_FULLSCREEN_VIDEO_DEVICE_NAME","features":[376]},{"name":"DEVHTADJDATA","features":[376]},{"name":"DEVHTADJF_ADDITIVE_DEVICE","features":[376]},{"name":"DEVHTADJF_COLOR_DEVICE","features":[376]},{"name":"DEVHTINFO","features":[376]},{"name":"DEVINFO","features":[376,317]},{"name":"DEVPKEY_Device_ActivityId","features":[376,305]},{"name":"DEVPKEY_Device_AdapterLuid","features":[376,305]},{"name":"DEVPKEY_Device_TerminalLuid","features":[376,305]},{"name":"DEVPKEY_IndirectDisplay","features":[376,305]},{"name":"DHPDEV","features":[376]},{"name":"DHSURF","features":[376]},{"name":"DISPLAYCONFIG_2DREGION","features":[376]},{"name":"DISPLAYCONFIG_ADAPTER_NAME","features":[376,305]},{"name":"DISPLAYCONFIG_DESKTOP_IMAGE_INFO","features":[376,305]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_ADAPTER_NAME","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_MONITOR_SPECIALIZATION","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SDR_WHITE_LEVEL","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SOURCE_NAME","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_SUPPORT_VIRTUAL_RESOLUTION","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_BASE_TYPE","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_PREFERRED_MODE","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_HEADER","features":[376,305]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_ADVANCED_COLOR_STATE","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_MONITOR_SPECIALIZATION","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_SUPPORT_VIRTUAL_RESOLUTION","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_SET_TARGET_PERSISTENCE","features":[376]},{"name":"DISPLAYCONFIG_DEVICE_INFO_TYPE","features":[376]},{"name":"DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO","features":[376,305,317]},{"name":"DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION","features":[376,305]},{"name":"DISPLAYCONFIG_MODE_INFO","features":[376,305]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE","features":[376]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_DESKTOP_IMAGE","features":[376]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_SOURCE","features":[376]},{"name":"DISPLAYCONFIG_MODE_INFO_TYPE_TARGET","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPONENT_VIDEO","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPOSITE_VIDEO","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EMBEDDED","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EXTERNAL","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_USB_TUNNEL","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DVI","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_D_JPN","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HD15","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HDMI","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_VIRTUAL","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_WIRED","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INTERNAL","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_LVDS","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_MIRACAST","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_OTHER","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDI","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDTVDONGLE","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SVIDEO","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EMBEDDED","features":[376]},{"name":"DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EXTERNAL","features":[376]},{"name":"DISPLAYCONFIG_PATH_INFO","features":[376,305]},{"name":"DISPLAYCONFIG_PATH_SOURCE_INFO","features":[376,305]},{"name":"DISPLAYCONFIG_PATH_TARGET_INFO","features":[376,305]},{"name":"DISPLAYCONFIG_PIXELFORMAT","features":[376]},{"name":"DISPLAYCONFIG_PIXELFORMAT_16BPP","features":[376]},{"name":"DISPLAYCONFIG_PIXELFORMAT_24BPP","features":[376]},{"name":"DISPLAYCONFIG_PIXELFORMAT_32BPP","features":[376]},{"name":"DISPLAYCONFIG_PIXELFORMAT_8BPP","features":[376]},{"name":"DISPLAYCONFIG_PIXELFORMAT_NONGDI","features":[376]},{"name":"DISPLAYCONFIG_RATIONAL","features":[376]},{"name":"DISPLAYCONFIG_ROTATION","features":[376]},{"name":"DISPLAYCONFIG_ROTATION_IDENTITY","features":[376]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE180","features":[376]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE270","features":[376]},{"name":"DISPLAYCONFIG_ROTATION_ROTATE90","features":[376]},{"name":"DISPLAYCONFIG_SCALING","features":[376]},{"name":"DISPLAYCONFIG_SCALING_ASPECTRATIOCENTEREDMAX","features":[376]},{"name":"DISPLAYCONFIG_SCALING_CENTERED","features":[376]},{"name":"DISPLAYCONFIG_SCALING_CUSTOM","features":[376]},{"name":"DISPLAYCONFIG_SCALING_IDENTITY","features":[376]},{"name":"DISPLAYCONFIG_SCALING_PREFERRED","features":[376]},{"name":"DISPLAYCONFIG_SCALING_STRETCHED","features":[376]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING","features":[376]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED","features":[376]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_LOWERFIELDFIRST","features":[376]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_UPPERFIELDFIRST","features":[376]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_PROGRESSIVE","features":[376]},{"name":"DISPLAYCONFIG_SCANLINE_ORDERING_UNSPECIFIED","features":[376]},{"name":"DISPLAYCONFIG_SDR_WHITE_LEVEL","features":[376,305]},{"name":"DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE","features":[376,305]},{"name":"DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION","features":[376,305]},{"name":"DISPLAYCONFIG_SET_TARGET_PERSISTENCE","features":[376,305]},{"name":"DISPLAYCONFIG_SOURCE_DEVICE_NAME","features":[376,305]},{"name":"DISPLAYCONFIG_SOURCE_MODE","features":[376,305]},{"name":"DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION","features":[376,305]},{"name":"DISPLAYCONFIG_TARGET_BASE_TYPE","features":[376,305]},{"name":"DISPLAYCONFIG_TARGET_DEVICE_NAME","features":[376,305]},{"name":"DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS","features":[376]},{"name":"DISPLAYCONFIG_TARGET_MODE","features":[376]},{"name":"DISPLAYCONFIG_TARGET_PREFERRED_MODE","features":[376,305]},{"name":"DISPLAYCONFIG_TOPOLOGY_CLONE","features":[376]},{"name":"DISPLAYCONFIG_TOPOLOGY_EXTEND","features":[376]},{"name":"DISPLAYCONFIG_TOPOLOGY_EXTERNAL","features":[376]},{"name":"DISPLAYCONFIG_TOPOLOGY_ID","features":[376]},{"name":"DISPLAYCONFIG_TOPOLOGY_INTERNAL","features":[376]},{"name":"DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY","features":[376]},{"name":"DISPLAYCONFIG_VIDEO_SIGNAL_INFO","features":[376]},{"name":"DISPLAYPOLICY_AC","features":[376]},{"name":"DISPLAYPOLICY_DC","features":[376]},{"name":"DISPLAY_BRIGHTNESS","features":[376]},{"name":"DM_DEFAULT","features":[376]},{"name":"DM_MONOCHROME","features":[376]},{"name":"DN_ACCELERATION_LEVEL","features":[376]},{"name":"DN_ASSOCIATE_WINDOW","features":[376]},{"name":"DN_COMPOSITION_CHANGED","features":[376]},{"name":"DN_DEVICE_ORIGIN","features":[376]},{"name":"DN_DRAWING_BEGIN","features":[376]},{"name":"DN_DRAWING_BEGIN_APIBITMAP","features":[376]},{"name":"DN_SLEEP_MODE","features":[376]},{"name":"DN_SURFOBJ_DESTRUCTION","features":[376]},{"name":"DRD_ERROR","features":[376]},{"name":"DRD_SUCCESS","features":[376]},{"name":"DRH_APIBITMAP","features":[376]},{"name":"DRH_APIBITMAPDATA","features":[376,305]},{"name":"DRIVEROBJ","features":[376,305]},{"name":"DRVENABLEDATA","features":[376]},{"name":"DRVFN","features":[376]},{"name":"DRVQUERY_USERMODE","features":[376]},{"name":"DSI_CHECKSUM_ERROR_CORRECTED","features":[376]},{"name":"DSI_CHECKSUM_ERROR_NOT_CORRECTED","features":[376]},{"name":"DSI_CONTENTION_DETECTED","features":[376]},{"name":"DSI_CONTROL_TRANSMISSION_MODE","features":[376]},{"name":"DSI_DSI_DATA_TYPE_NOT_RECOGNIZED","features":[376]},{"name":"DSI_DSI_PROTOCOL_VIOLATION","features":[376]},{"name":"DSI_DSI_VC_ID_INVALID","features":[376]},{"name":"DSI_EOT_SYNC_ERROR","features":[376]},{"name":"DSI_ESCAPE_MODE_ENTRY_COMMAND_ERROR","features":[376]},{"name":"DSI_FALSE_CONTROL_ERROR","features":[376]},{"name":"DSI_INVALID_PACKET_INDEX","features":[376]},{"name":"DSI_INVALID_TRANSMISSION_LENGTH","features":[376]},{"name":"DSI_LONG_PACKET_PAYLOAD_CHECKSUM_ERROR","features":[376]},{"name":"DSI_LOW_POWER_TRANSMIT_SYNC_ERROR","features":[376]},{"name":"DSI_PACKET_EMBEDDED_PAYLOAD_SIZE","features":[376]},{"name":"DSI_PERIPHERAL_TIMEOUT_ERROR","features":[376]},{"name":"DSI_SOT_ERROR","features":[376]},{"name":"DSI_SOT_SYNC_ERROR","features":[376]},{"name":"DSS_FLUSH_EVENT","features":[376]},{"name":"DSS_RESERVED","features":[376]},{"name":"DSS_RESERVED1","features":[376]},{"name":"DSS_RESERVED2","features":[376]},{"name":"DSS_TIMER_EVENT","features":[376]},{"name":"DXGK_WIN32K_PARAM_DATA","features":[376]},{"name":"DXGK_WIN32K_PARAM_FLAG_DISABLEVIEW","features":[376]},{"name":"DXGK_WIN32K_PARAM_FLAG_MODESWITCH","features":[376]},{"name":"DXGK_WIN32K_PARAM_FLAG_UPDATEREGISTRY","features":[376]},{"name":"DegaussMonitor","features":[376,305]},{"name":"DestroyPhysicalMonitor","features":[376,305]},{"name":"DestroyPhysicalMonitors","features":[376,305]},{"name":"DisplayConfigGetDeviceInfo","features":[376,305]},{"name":"DisplayConfigSetDeviceInfo","features":[376,305]},{"name":"DisplayMode","features":[376,305,317]},{"name":"DisplayModes","features":[376,305,317]},{"name":"ECS_REDRAW","features":[376]},{"name":"ECS_TEARDOWN","features":[376]},{"name":"ED_ABORTDOC","features":[376]},{"name":"EHN_ERROR","features":[376]},{"name":"EHN_RESTORED","features":[376]},{"name":"EMFINFO","features":[376,317]},{"name":"ENDCAP_BUTT","features":[376]},{"name":"ENDCAP_ROUND","features":[376]},{"name":"ENDCAP_SQUARE","features":[376]},{"name":"ENGSAFESEMAPHORE","features":[376]},{"name":"ENG_DEVICE_ATTRIBUTE","features":[376]},{"name":"ENG_EVENT","features":[376]},{"name":"ENG_FNT_CACHE_READ_FAULT","features":[376]},{"name":"ENG_FNT_CACHE_WRITE_FAULT","features":[376]},{"name":"ENG_SYSTEM_ATTRIBUTE","features":[376]},{"name":"ENG_TIME_FIELDS","features":[376]},{"name":"ENUMRECTS","features":[376,305]},{"name":"EngAcquireSemaphore","features":[376]},{"name":"EngAlphaBlend","features":[376,305,317]},{"name":"EngAssociateSurface","features":[376,305]},{"name":"EngBitBlt","features":[376,305]},{"name":"EngCheckAbort","features":[376,305]},{"name":"EngComputeGlyphSet","features":[376]},{"name":"EngCopyBits","features":[376,305]},{"name":"EngCreateBitmap","features":[376,305,317]},{"name":"EngCreateClip","features":[376,305]},{"name":"EngCreateDeviceBitmap","features":[376,305,317]},{"name":"EngCreateDeviceSurface","features":[376,305]},{"name":"EngCreatePalette","features":[376,317]},{"name":"EngCreateSemaphore","features":[376]},{"name":"EngDeleteClip","features":[376,305]},{"name":"EngDeletePalette","features":[376,305,317]},{"name":"EngDeletePath","features":[376]},{"name":"EngDeleteSemaphore","features":[376]},{"name":"EngDeleteSurface","features":[376,305]},{"name":"EngEraseSurface","features":[376,305]},{"name":"EngFillPath","features":[376,305]},{"name":"EngFindResource","features":[376,305]},{"name":"EngFreeModule","features":[376,305]},{"name":"EngGetCurrentCodePage","features":[376]},{"name":"EngGetDriverName","features":[376]},{"name":"EngGetPrinterDataFileName","features":[376]},{"name":"EngGradientFill","features":[376,305,317]},{"name":"EngLineTo","features":[376,305]},{"name":"EngLoadModule","features":[376,305]},{"name":"EngLockSurface","features":[376,305]},{"name":"EngMarkBandingSurface","features":[376,305]},{"name":"EngMultiByteToUnicodeN","features":[376]},{"name":"EngMultiByteToWideChar","features":[376]},{"name":"EngNumberOfProcessors","features":[376]},{"name":"EngOptimumAvailableSystemMemory","features":[376]},{"name":"EngOptimumAvailableUserMemory","features":[376]},{"name":"EngPaint","features":[376,305]},{"name":"EngPlgBlt","features":[376,305,317]},{"name":"EngProcessorFeature","features":[376]},{"name":"EngQueryEMFInfo","features":[376,305,317]},{"name":"EngQueryLocalTime","features":[376]},{"name":"EngReleaseSemaphore","features":[376]},{"name":"EngStretchBlt","features":[376,305,317]},{"name":"EngStretchBltROP","features":[376,305,317]},{"name":"EngStrokeAndFillPath","features":[376,305]},{"name":"EngStrokePath","features":[376,305]},{"name":"EngTextOut","features":[376,305]},{"name":"EngTransparentBlt","features":[376,305]},{"name":"EngUnicodeToMultiByteN","features":[376]},{"name":"EngUnlockSurface","features":[376,305]},{"name":"EngWideCharToMultiByte","features":[376]},{"name":"FC_COMPLEX","features":[376]},{"name":"FC_RECT","features":[376]},{"name":"FC_RECT4","features":[376]},{"name":"FDM_TYPE_BM_SIDE_CONST","features":[376]},{"name":"FDM_TYPE_CHAR_INC_EQUAL_BM_BASE","features":[376]},{"name":"FDM_TYPE_CONST_BEARINGS","features":[376]},{"name":"FDM_TYPE_MAXEXT_EQUAL_BM_SIDE","features":[376]},{"name":"FDM_TYPE_ZERO_BEARINGS","features":[376]},{"name":"FD_DEVICEMETRICS","features":[376,305]},{"name":"FD_ERROR","features":[376]},{"name":"FD_GLYPHATTR","features":[376]},{"name":"FD_GLYPHSET","features":[376]},{"name":"FD_KERNINGPAIR","features":[376]},{"name":"FD_LIGATURE","features":[376]},{"name":"FD_NEGATIVE_FONT","features":[376]},{"name":"FD_XFORM","features":[376]},{"name":"FD_XFORM","features":[376]},{"name":"FF_IGNORED_SIGNATURE","features":[376]},{"name":"FF_SIGNATURE_VERIFIED","features":[376]},{"name":"FLOATOBJ","features":[376]},{"name":"FLOATOBJ_XFORM","features":[376]},{"name":"FLOATOBJ_XFORM","features":[376]},{"name":"FLOAT_LONG","features":[376]},{"name":"FLOAT_LONG","features":[376]},{"name":"FL_NONPAGED_MEMORY","features":[376]},{"name":"FL_NON_SESSION","features":[376]},{"name":"FL_ZERO_MEMORY","features":[376]},{"name":"FM_EDITABLE_EMBED","features":[376]},{"name":"FM_INFO_16BPP","features":[376]},{"name":"FM_INFO_1BPP","features":[376]},{"name":"FM_INFO_24BPP","features":[376]},{"name":"FM_INFO_32BPP","features":[376]},{"name":"FM_INFO_4BPP","features":[376]},{"name":"FM_INFO_8BPP","features":[376]},{"name":"FM_INFO_90DEGREE_ROTATIONS","features":[376]},{"name":"FM_INFO_ANISOTROPIC_SCALING_ONLY","features":[376]},{"name":"FM_INFO_ARB_XFORMS","features":[376]},{"name":"FM_INFO_CONSTANT_WIDTH","features":[376]},{"name":"FM_INFO_DBCS_FIXED_PITCH","features":[376]},{"name":"FM_INFO_DO_NOT_ENUMERATE","features":[376]},{"name":"FM_INFO_DSIG","features":[376]},{"name":"FM_INFO_FAMILY_EQUIV","features":[376]},{"name":"FM_INFO_IGNORE_TC_RA_ABLE","features":[376]},{"name":"FM_INFO_INTEGER_WIDTH","features":[376]},{"name":"FM_INFO_INTEGRAL_SCALING","features":[376]},{"name":"FM_INFO_ISOTROPIC_SCALING_ONLY","features":[376]},{"name":"FM_INFO_NONNEGATIVE_AC","features":[376]},{"name":"FM_INFO_NOT_CONTIGUOUS","features":[376]},{"name":"FM_INFO_OPTICALLY_FIXED_PITCH","features":[376]},{"name":"FM_INFO_RETURNS_BITMAPS","features":[376]},{"name":"FM_INFO_RETURNS_OUTLINES","features":[376]},{"name":"FM_INFO_RETURNS_STROKES","features":[376]},{"name":"FM_INFO_RIGHT_HANDED","features":[376]},{"name":"FM_INFO_TECH_BITMAP","features":[376]},{"name":"FM_INFO_TECH_CFF","features":[376]},{"name":"FM_INFO_TECH_MM","features":[376]},{"name":"FM_INFO_TECH_OUTLINE_NOT_TRUETYPE","features":[376]},{"name":"FM_INFO_TECH_STROKE","features":[376]},{"name":"FM_INFO_TECH_TRUETYPE","features":[376]},{"name":"FM_INFO_TECH_TYPE1","features":[376]},{"name":"FM_NO_EMBEDDING","features":[376]},{"name":"FM_PANOSE_CULTURE_LATIN","features":[376]},{"name":"FM_READONLY_EMBED","features":[376]},{"name":"FM_SEL_BOLD","features":[376]},{"name":"FM_SEL_ITALIC","features":[376]},{"name":"FM_SEL_NEGATIVE","features":[376]},{"name":"FM_SEL_OUTLINED","features":[376]},{"name":"FM_SEL_REGULAR","features":[376]},{"name":"FM_SEL_STRIKEOUT","features":[376]},{"name":"FM_SEL_UNDERSCORE","features":[376]},{"name":"FM_TYPE_LICENSED","features":[376]},{"name":"FM_VERSION_NUMBER","features":[376]},{"name":"FONTDIFF","features":[376,305]},{"name":"FONTINFO","features":[376]},{"name":"FONTOBJ","features":[376,305]},{"name":"FONTOBJ_cGetAllGlyphHandles","features":[376,305]},{"name":"FONTOBJ_cGetGlyphs","features":[376,305]},{"name":"FONTOBJ_pQueryGlyphAttrs","features":[376,305]},{"name":"FONTOBJ_pfdg","features":[376,305]},{"name":"FONTOBJ_pifi","features":[376,305,317]},{"name":"FONTOBJ_pvTrueTypeFontFile","features":[376,305]},{"name":"FONTOBJ_pxoGetXform","features":[376,305]},{"name":"FONTOBJ_vGetInfo","features":[376,305]},{"name":"FONTSIM","features":[376]},{"name":"FONT_IMAGE_INFO","features":[376,377]},{"name":"FO_ATTR_MODE_ROTATE","features":[376]},{"name":"FO_CFF","features":[376]},{"name":"FO_CLEARTYPENATURAL_X","features":[376]},{"name":"FO_CLEARTYPE_X","features":[376]},{"name":"FO_CLEARTYPE_Y","features":[376]},{"name":"FO_DBCS_FONT","features":[376]},{"name":"FO_DEVICE_FONT","features":[376]},{"name":"FO_EM_HEIGHT","features":[376]},{"name":"FO_GLYPHBITS","features":[376]},{"name":"FO_GRAY16","features":[376]},{"name":"FO_HGLYPHS","features":[376]},{"name":"FO_MULTIPLEMASTER","features":[376]},{"name":"FO_NOCLEARTYPE","features":[376]},{"name":"FO_NOGRAY16","features":[376]},{"name":"FO_NOHINTS","features":[376]},{"name":"FO_NO_CHOICE","features":[376]},{"name":"FO_OUTLINE_CAPABLE","features":[376]},{"name":"FO_PATHOBJ","features":[376]},{"name":"FO_POSTSCRIPT","features":[376]},{"name":"FO_SIM_BOLD","features":[376]},{"name":"FO_SIM_ITALIC","features":[376]},{"name":"FO_VERT_FACE","features":[376]},{"name":"FP_ALTERNATEMODE","features":[376]},{"name":"FP_WINDINGMODE","features":[376]},{"name":"FREEOBJPROC","features":[376,305]},{"name":"FSCNTL_SCREEN_INFO","features":[376,377]},{"name":"FSVIDEO_COPY_FRAME_BUFFER","features":[376,377]},{"name":"FSVIDEO_CURSOR_POSITION","features":[376]},{"name":"FSVIDEO_MODE_INFORMATION","features":[376]},{"name":"FSVIDEO_REVERSE_MOUSE_POINTER","features":[376,377]},{"name":"FSVIDEO_SCREEN_INFORMATION","features":[376,377]},{"name":"FSVIDEO_WRITE_TO_FRAME_BUFFER","features":[376,377]},{"name":"GAMMARAMP","features":[376]},{"name":"GAMMA_RAMP_DXGI_1","features":[376]},{"name":"GAMMA_RAMP_RGB","features":[376]},{"name":"GAMMA_RAMP_RGB256x3x16","features":[376]},{"name":"GCAPS2_ACC_DRIVER","features":[376]},{"name":"GCAPS2_ALPHACURSOR","features":[376]},{"name":"GCAPS2_BITMAPEXREUSE","features":[376]},{"name":"GCAPS2_CHANGEGAMMARAMP","features":[376]},{"name":"GCAPS2_CLEARTYPE","features":[376]},{"name":"GCAPS2_EXCLUDELAYERED","features":[376]},{"name":"GCAPS2_ICD_MULTIMON","features":[376]},{"name":"GCAPS2_INCLUDEAPIBITMAPS","features":[376]},{"name":"GCAPS2_JPEGSRC","features":[376]},{"name":"GCAPS2_MOUSETRAILS","features":[376]},{"name":"GCAPS2_PNGSRC","features":[376]},{"name":"GCAPS2_REMOTEDRIVER","features":[376]},{"name":"GCAPS2_RESERVED1","features":[376]},{"name":"GCAPS2_SHOWHIDDENPOINTER","features":[376]},{"name":"GCAPS2_SYNCFLUSH","features":[376]},{"name":"GCAPS2_SYNCTIMER","features":[376]},{"name":"GCAPS2_xxxx","features":[376]},{"name":"GCAPS_ALTERNATEFILL","features":[376]},{"name":"GCAPS_ARBRUSHOPAQUE","features":[376]},{"name":"GCAPS_ARBRUSHTEXT","features":[376]},{"name":"GCAPS_ASYNCCHANGE","features":[376]},{"name":"GCAPS_ASYNCMOVE","features":[376]},{"name":"GCAPS_BEZIERS","features":[376]},{"name":"GCAPS_CMYKCOLOR","features":[376]},{"name":"GCAPS_COLOR_DITHER","features":[376]},{"name":"GCAPS_DIRECTDRAW","features":[376]},{"name":"GCAPS_DITHERONREALIZE","features":[376]},{"name":"GCAPS_DONTJOURNAL","features":[376]},{"name":"GCAPS_FONT_RASTERIZER","features":[376]},{"name":"GCAPS_FORCEDITHER","features":[376]},{"name":"GCAPS_GEOMETRICWIDE","features":[376]},{"name":"GCAPS_GRAY16","features":[376]},{"name":"GCAPS_HALFTONE","features":[376]},{"name":"GCAPS_HIGHRESTEXT","features":[376]},{"name":"GCAPS_HORIZSTRIKE","features":[376]},{"name":"GCAPS_ICM","features":[376]},{"name":"GCAPS_LAYERED","features":[376]},{"name":"GCAPS_MONO_DITHER","features":[376]},{"name":"GCAPS_NO64BITMEMACCESS","features":[376]},{"name":"GCAPS_NUP","features":[376]},{"name":"GCAPS_OPAQUERECT","features":[376]},{"name":"GCAPS_PALMANAGED","features":[376]},{"name":"GCAPS_PANNING","features":[376]},{"name":"GCAPS_SCREENPRECISION","features":[376]},{"name":"GCAPS_VECTORFONT","features":[376]},{"name":"GCAPS_VERTSTRIKE","features":[376]},{"name":"GCAPS_WINDINGFILL","features":[376]},{"name":"GDIINFO","features":[376,305]},{"name":"GDI_DRIVER_VERSION","features":[376]},{"name":"GETCONNECTEDIDS_SOURCE","features":[376]},{"name":"GETCONNECTEDIDS_TARGET","features":[376]},{"name":"GLYPHBITS","features":[376,305]},{"name":"GLYPHDATA","features":[376,305]},{"name":"GLYPHDEF","features":[376,305]},{"name":"GLYPHPOS","features":[376,305]},{"name":"GS_16BIT_HANDLES","features":[376]},{"name":"GS_8BIT_HANDLES","features":[376]},{"name":"GS_UNICODE_HANDLES","features":[376]},{"name":"GUID_DEVINTERFACE_DISPLAY_ADAPTER","features":[376]},{"name":"GUID_DEVINTERFACE_MONITOR","features":[376]},{"name":"GUID_DEVINTERFACE_VIDEO_OUTPUT_ARRIVAL","features":[376]},{"name":"GUID_DISPLAY_DEVICE_ARRIVAL","features":[376]},{"name":"GUID_MONITOR_OVERRIDE_PSEUDO_SPECIALIZED","features":[376]},{"name":"GX_GENERAL","features":[376]},{"name":"GX_IDENTITY","features":[376]},{"name":"GX_OFFSET","features":[376]},{"name":"GX_SCALE","features":[376]},{"name":"GetAutoRotationState","features":[376,305]},{"name":"GetCapabilitiesStringLength","features":[376,305]},{"name":"GetDisplayAutoRotationPreferences","features":[376,305]},{"name":"GetDisplayConfigBufferSizes","features":[376,305]},{"name":"GetMonitorBrightness","features":[376,305]},{"name":"GetMonitorCapabilities","features":[376,305]},{"name":"GetMonitorColorTemperature","features":[376,305]},{"name":"GetMonitorContrast","features":[376,305]},{"name":"GetMonitorDisplayAreaPosition","features":[376,305]},{"name":"GetMonitorDisplayAreaSize","features":[376,305]},{"name":"GetMonitorRedGreenOrBlueDrive","features":[376,305]},{"name":"GetMonitorRedGreenOrBlueGain","features":[376,305]},{"name":"GetMonitorTechnologyType","features":[376,305]},{"name":"GetNumberOfPhysicalMonitorsFromHMONITOR","features":[376,305,317]},{"name":"GetNumberOfPhysicalMonitorsFromIDirect3DDevice9","features":[376,315]},{"name":"GetPhysicalMonitorsFromHMONITOR","features":[376,305,317]},{"name":"GetPhysicalMonitorsFromIDirect3DDevice9","features":[376,305,315]},{"name":"GetTimingReport","features":[376,305]},{"name":"GetVCPFeatureAndVCPFeatureReply","features":[376,305]},{"name":"HBM","features":[376]},{"name":"HDEV","features":[376]},{"name":"HDRVOBJ","features":[376]},{"name":"HFASTMUTEX","features":[376]},{"name":"HOOK_ALPHABLEND","features":[376]},{"name":"HOOK_BITBLT","features":[376]},{"name":"HOOK_COPYBITS","features":[376]},{"name":"HOOK_FILLPATH","features":[376]},{"name":"HOOK_FLAGS","features":[376]},{"name":"HOOK_GRADIENTFILL","features":[376]},{"name":"HOOK_LINETO","features":[376]},{"name":"HOOK_MOVEPANNING","features":[376]},{"name":"HOOK_PAINT","features":[376]},{"name":"HOOK_PLGBLT","features":[376]},{"name":"HOOK_STRETCHBLT","features":[376]},{"name":"HOOK_STRETCHBLTROP","features":[376]},{"name":"HOOK_STROKEANDFILLPATH","features":[376]},{"name":"HOOK_STROKEPATH","features":[376]},{"name":"HOOK_SYNCHRONIZE","features":[376]},{"name":"HOOK_SYNCHRONIZEACCESS","features":[376]},{"name":"HOOK_TEXTOUT","features":[376]},{"name":"HOOK_TRANSPARENTBLT","features":[376]},{"name":"HOST_DSI_BAD_TRANSMISSION_MODE","features":[376]},{"name":"HOST_DSI_DEVICE_NOT_READY","features":[376]},{"name":"HOST_DSI_DEVICE_RESET","features":[376]},{"name":"HOST_DSI_DRIVER_REJECTED_PACKET","features":[376]},{"name":"HOST_DSI_INTERFACE_RESET","features":[376]},{"name":"HOST_DSI_INVALID_TRANSMISSION","features":[376]},{"name":"HOST_DSI_OS_REJECTED_PACKET","features":[376]},{"name":"HOST_DSI_TRANSMISSION_CANCELLED","features":[376]},{"name":"HOST_DSI_TRANSMISSION_DROPPED","features":[376]},{"name":"HOST_DSI_TRANSMISSION_TIMEOUT","features":[376]},{"name":"HSEMAPHORE","features":[376]},{"name":"HSURF","features":[376]},{"name":"HS_DDI_MAX","features":[376]},{"name":"HT_FLAG_8BPP_CMY332_MASK","features":[376]},{"name":"HT_FLAG_ADDITIVE_PRIMS","features":[376]},{"name":"HT_FLAG_DO_DEVCLR_XFORM","features":[376]},{"name":"HT_FLAG_HAS_BLACK_DYE","features":[376]},{"name":"HT_FLAG_INK_ABSORPTION_IDX0","features":[376]},{"name":"HT_FLAG_INK_ABSORPTION_IDX1","features":[376]},{"name":"HT_FLAG_INK_ABSORPTION_IDX2","features":[376]},{"name":"HT_FLAG_INK_ABSORPTION_IDX3","features":[376]},{"name":"HT_FLAG_INK_ABSORPTION_INDICES","features":[376]},{"name":"HT_FLAG_INK_HIGH_ABSORPTION","features":[376]},{"name":"HT_FLAG_INVERT_8BPP_BITMASK_IDX","features":[376]},{"name":"HT_FLAG_LOWER_INK_ABSORPTION","features":[376]},{"name":"HT_FLAG_LOWEST_INK_ABSORPTION","features":[376]},{"name":"HT_FLAG_LOW_INK_ABSORPTION","features":[376]},{"name":"HT_FLAG_NORMAL_INK_ABSORPTION","features":[376]},{"name":"HT_FLAG_OUTPUT_CMY","features":[376]},{"name":"HT_FLAG_PRINT_DRAFT_MODE","features":[376]},{"name":"HT_FLAG_SQUARE_DEVICE_PEL","features":[376]},{"name":"HT_FLAG_USE_8BPP_BITMASK","features":[376]},{"name":"HT_FORMAT_16BPP","features":[376]},{"name":"HT_FORMAT_1BPP","features":[376]},{"name":"HT_FORMAT_24BPP","features":[376]},{"name":"HT_FORMAT_32BPP","features":[376]},{"name":"HT_FORMAT_4BPP","features":[376]},{"name":"HT_FORMAT_4BPP_IRGB","features":[376]},{"name":"HT_FORMAT_8BPP","features":[376]},{"name":"HT_Get8BPPFormatPalette","features":[376,317]},{"name":"HT_Get8BPPMaskPalette","features":[376,305,317]},{"name":"HT_PATSIZE_10x10","features":[376]},{"name":"HT_PATSIZE_10x10_M","features":[376]},{"name":"HT_PATSIZE_12x12","features":[376]},{"name":"HT_PATSIZE_12x12_M","features":[376]},{"name":"HT_PATSIZE_14x14","features":[376]},{"name":"HT_PATSIZE_14x14_M","features":[376]},{"name":"HT_PATSIZE_16x16","features":[376]},{"name":"HT_PATSIZE_16x16_M","features":[376]},{"name":"HT_PATSIZE_2x2","features":[376]},{"name":"HT_PATSIZE_2x2_M","features":[376]},{"name":"HT_PATSIZE_4x4","features":[376]},{"name":"HT_PATSIZE_4x4_M","features":[376]},{"name":"HT_PATSIZE_6x6","features":[376]},{"name":"HT_PATSIZE_6x6_M","features":[376]},{"name":"HT_PATSIZE_8x8","features":[376]},{"name":"HT_PATSIZE_8x8_M","features":[376]},{"name":"HT_PATSIZE_DEFAULT","features":[376]},{"name":"HT_PATSIZE_MAX_INDEX","features":[376]},{"name":"HT_PATSIZE_SUPERCELL","features":[376]},{"name":"HT_PATSIZE_SUPERCELL_M","features":[376]},{"name":"HT_PATSIZE_USER","features":[376]},{"name":"HT_USERPAT_CX_MAX","features":[376]},{"name":"HT_USERPAT_CX_MIN","features":[376]},{"name":"HT_USERPAT_CY_MAX","features":[376]},{"name":"HT_USERPAT_CY_MIN","features":[376]},{"name":"ICloneViewHelper","features":[376]},{"name":"IFIEXTRA","features":[376]},{"name":"IFIMETRICS","features":[376,305,317]},{"name":"IFIMETRICS","features":[376,305,317]},{"name":"IGRF_RGB_256BYTES","features":[376]},{"name":"IGRF_RGB_256WORDS","features":[376]},{"name":"INDEX_DrvAccumulateD3DDirtyRect","features":[376]},{"name":"INDEX_DrvAlphaBlend","features":[376]},{"name":"INDEX_DrvAssertMode","features":[376]},{"name":"INDEX_DrvAssociateSharedSurface","features":[376]},{"name":"INDEX_DrvBitBlt","features":[376]},{"name":"INDEX_DrvCompletePDEV","features":[376]},{"name":"INDEX_DrvCopyBits","features":[376]},{"name":"INDEX_DrvCreateDeviceBitmap","features":[376]},{"name":"INDEX_DrvCreateDeviceBitmapEx","features":[376]},{"name":"INDEX_DrvDeleteDeviceBitmap","features":[376]},{"name":"INDEX_DrvDeleteDeviceBitmapEx","features":[376]},{"name":"INDEX_DrvDeriveSurface","features":[376]},{"name":"INDEX_DrvDescribePixelFormat","features":[376]},{"name":"INDEX_DrvDestroyFont","features":[376]},{"name":"INDEX_DrvDisableDirectDraw","features":[376]},{"name":"INDEX_DrvDisableDriver","features":[376]},{"name":"INDEX_DrvDisablePDEV","features":[376]},{"name":"INDEX_DrvDisableSurface","features":[376]},{"name":"INDEX_DrvDitherColor","features":[376]},{"name":"INDEX_DrvDrawEscape","features":[376]},{"name":"INDEX_DrvEnableDirectDraw","features":[376]},{"name":"INDEX_DrvEnablePDEV","features":[376]},{"name":"INDEX_DrvEnableSurface","features":[376]},{"name":"INDEX_DrvEndDoc","features":[376]},{"name":"INDEX_DrvEndDxInterop","features":[376]},{"name":"INDEX_DrvEscape","features":[376]},{"name":"INDEX_DrvFillPath","features":[376]},{"name":"INDEX_DrvFontManagement","features":[376]},{"name":"INDEX_DrvFree","features":[376]},{"name":"INDEX_DrvGetDirectDrawInfo","features":[376]},{"name":"INDEX_DrvGetGlyphMode","features":[376]},{"name":"INDEX_DrvGetModes","features":[376]},{"name":"INDEX_DrvGetSynthesizedFontFiles","features":[376]},{"name":"INDEX_DrvGetTrueTypeFile","features":[376]},{"name":"INDEX_DrvGradientFill","features":[376]},{"name":"INDEX_DrvIcmCheckBitmapBits","features":[376]},{"name":"INDEX_DrvIcmCreateColorTransform","features":[376]},{"name":"INDEX_DrvIcmDeleteColorTransform","features":[376]},{"name":"INDEX_DrvIcmSetDeviceGammaRamp","features":[376]},{"name":"INDEX_DrvLineTo","features":[376]},{"name":"INDEX_DrvLoadFontFile","features":[376]},{"name":"INDEX_DrvLockDisplayArea","features":[376]},{"name":"INDEX_DrvMovePanning","features":[376]},{"name":"INDEX_DrvMovePointer","features":[376]},{"name":"INDEX_DrvNextBand","features":[376]},{"name":"INDEX_DrvNotify","features":[376]},{"name":"INDEX_DrvOffset","features":[376]},{"name":"INDEX_DrvPaint","features":[376]},{"name":"INDEX_DrvPlgBlt","features":[376]},{"name":"INDEX_DrvQueryAdvanceWidths","features":[376]},{"name":"INDEX_DrvQueryDeviceSupport","features":[376]},{"name":"INDEX_DrvQueryFont","features":[376]},{"name":"INDEX_DrvQueryFontCaps","features":[376]},{"name":"INDEX_DrvQueryFontData","features":[376]},{"name":"INDEX_DrvQueryFontFile","features":[376]},{"name":"INDEX_DrvQueryFontTree","features":[376]},{"name":"INDEX_DrvQueryGlyphAttrs","features":[376]},{"name":"INDEX_DrvQueryPerBandInfo","features":[376]},{"name":"INDEX_DrvQuerySpoolType","features":[376]},{"name":"INDEX_DrvQueryTrueTypeOutline","features":[376]},{"name":"INDEX_DrvQueryTrueTypeTable","features":[376]},{"name":"INDEX_DrvRealizeBrush","features":[376]},{"name":"INDEX_DrvRenderHint","features":[376]},{"name":"INDEX_DrvReserved1","features":[376]},{"name":"INDEX_DrvReserved10","features":[376]},{"name":"INDEX_DrvReserved11","features":[376]},{"name":"INDEX_DrvReserved2","features":[376]},{"name":"INDEX_DrvReserved3","features":[376]},{"name":"INDEX_DrvReserved4","features":[376]},{"name":"INDEX_DrvReserved5","features":[376]},{"name":"INDEX_DrvReserved6","features":[376]},{"name":"INDEX_DrvReserved7","features":[376]},{"name":"INDEX_DrvReserved8","features":[376]},{"name":"INDEX_DrvReserved9","features":[376]},{"name":"INDEX_DrvResetDevice","features":[376]},{"name":"INDEX_DrvResetPDEV","features":[376]},{"name":"INDEX_DrvSaveScreenBits","features":[376]},{"name":"INDEX_DrvSendPage","features":[376]},{"name":"INDEX_DrvSetPalette","features":[376]},{"name":"INDEX_DrvSetPixelFormat","features":[376]},{"name":"INDEX_DrvSetPointerShape","features":[376]},{"name":"INDEX_DrvStartBanding","features":[376]},{"name":"INDEX_DrvStartDoc","features":[376]},{"name":"INDEX_DrvStartDxInterop","features":[376]},{"name":"INDEX_DrvStartPage","features":[376]},{"name":"INDEX_DrvStretchBlt","features":[376]},{"name":"INDEX_DrvStretchBltROP","features":[376]},{"name":"INDEX_DrvStrokeAndFillPath","features":[376]},{"name":"INDEX_DrvStrokePath","features":[376]},{"name":"INDEX_DrvSurfaceComplete","features":[376]},{"name":"INDEX_DrvSwapBuffers","features":[376]},{"name":"INDEX_DrvSynchronize","features":[376]},{"name":"INDEX_DrvSynchronizeRedirectionBitmaps","features":[376]},{"name":"INDEX_DrvSynchronizeSurface","features":[376]},{"name":"INDEX_DrvSynthesizeFont","features":[376]},{"name":"INDEX_DrvTextOut","features":[376]},{"name":"INDEX_DrvTransparentBlt","features":[376]},{"name":"INDEX_DrvUnloadFontFile","features":[376]},{"name":"INDEX_DrvUnlockDisplayArea","features":[376]},{"name":"INDEX_LAST","features":[376]},{"name":"INDIRECT_DISPLAY_INFO","features":[376,305]},{"name":"INDIRECT_DISPLAY_INFO_FLAGS_CREATED_IDDCX_ADAPTER","features":[376]},{"name":"IOCTL_COLORSPACE_TRANSFORM_QUERY_TARGET_CAPS","features":[376]},{"name":"IOCTL_COLORSPACE_TRANSFORM_SET","features":[376]},{"name":"IOCTL_FSVIDEO_COPY_FRAME_BUFFER","features":[376]},{"name":"IOCTL_FSVIDEO_REVERSE_MOUSE_POINTER","features":[376]},{"name":"IOCTL_FSVIDEO_SET_CURRENT_MODE","features":[376]},{"name":"IOCTL_FSVIDEO_SET_CURSOR_POSITION","features":[376]},{"name":"IOCTL_FSVIDEO_SET_SCREEN_INFORMATION","features":[376]},{"name":"IOCTL_FSVIDEO_WRITE_TO_FRAME_BUFFER","features":[376]},{"name":"IOCTL_MIPI_DSI_QUERY_CAPS","features":[376]},{"name":"IOCTL_MIPI_DSI_RESET","features":[376]},{"name":"IOCTL_MIPI_DSI_TRANSMISSION","features":[376]},{"name":"IOCTL_PANEL_GET_BACKLIGHT_REDUCTION","features":[376]},{"name":"IOCTL_PANEL_GET_BRIGHTNESS","features":[376]},{"name":"IOCTL_PANEL_GET_MANUFACTURING_MODE","features":[376]},{"name":"IOCTL_PANEL_QUERY_BRIGHTNESS_CAPS","features":[376]},{"name":"IOCTL_PANEL_QUERY_BRIGHTNESS_RANGES","features":[376]},{"name":"IOCTL_PANEL_SET_BACKLIGHT_OPTIMIZATION","features":[376]},{"name":"IOCTL_PANEL_SET_BRIGHTNESS","features":[376]},{"name":"IOCTL_PANEL_SET_BRIGHTNESS_STATE","features":[376]},{"name":"IOCTL_SET_ACTIVE_COLOR_PROFILE_NAME","features":[376]},{"name":"IOCTL_VIDEO_DISABLE_CURSOR","features":[376]},{"name":"IOCTL_VIDEO_DISABLE_POINTER","features":[376]},{"name":"IOCTL_VIDEO_DISABLE_VDM","features":[376]},{"name":"IOCTL_VIDEO_ENABLE_CURSOR","features":[376]},{"name":"IOCTL_VIDEO_ENABLE_POINTER","features":[376]},{"name":"IOCTL_VIDEO_ENABLE_VDM","features":[376]},{"name":"IOCTL_VIDEO_ENUM_MONITOR_PDO","features":[376]},{"name":"IOCTL_VIDEO_FREE_PUBLIC_ACCESS_RANGES","features":[376]},{"name":"IOCTL_VIDEO_GET_BANK_SELECT_CODE","features":[376]},{"name":"IOCTL_VIDEO_GET_CHILD_STATE","features":[376]},{"name":"IOCTL_VIDEO_GET_OUTPUT_DEVICE_POWER_STATE","features":[376]},{"name":"IOCTL_VIDEO_GET_POWER_MANAGEMENT","features":[376]},{"name":"IOCTL_VIDEO_HANDLE_VIDEOPARAMETERS","features":[376]},{"name":"IOCTL_VIDEO_INIT_WIN32K_CALLBACKS","features":[376]},{"name":"IOCTL_VIDEO_IS_VGA_DEVICE","features":[376]},{"name":"IOCTL_VIDEO_LOAD_AND_SET_FONT","features":[376]},{"name":"IOCTL_VIDEO_MAP_VIDEO_MEMORY","features":[376]},{"name":"IOCTL_VIDEO_MONITOR_DEVICE","features":[376]},{"name":"IOCTL_VIDEO_PREPARE_FOR_EARECOVERY","features":[376]},{"name":"IOCTL_VIDEO_QUERY_AVAIL_MODES","features":[376]},{"name":"IOCTL_VIDEO_QUERY_COLOR_CAPABILITIES","features":[376]},{"name":"IOCTL_VIDEO_QUERY_CURRENT_MODE","features":[376]},{"name":"IOCTL_VIDEO_QUERY_CURSOR_ATTR","features":[376]},{"name":"IOCTL_VIDEO_QUERY_CURSOR_POSITION","features":[376]},{"name":"IOCTL_VIDEO_QUERY_DISPLAY_BRIGHTNESS","features":[376]},{"name":"IOCTL_VIDEO_QUERY_NUM_AVAIL_MODES","features":[376]},{"name":"IOCTL_VIDEO_QUERY_POINTER_ATTR","features":[376]},{"name":"IOCTL_VIDEO_QUERY_POINTER_CAPABILITIES","features":[376]},{"name":"IOCTL_VIDEO_QUERY_POINTER_POSITION","features":[376]},{"name":"IOCTL_VIDEO_QUERY_PUBLIC_ACCESS_RANGES","features":[376]},{"name":"IOCTL_VIDEO_QUERY_SUPPORTED_BRIGHTNESS","features":[376]},{"name":"IOCTL_VIDEO_REGISTER_VDM","features":[376]},{"name":"IOCTL_VIDEO_RESET_DEVICE","features":[376]},{"name":"IOCTL_VIDEO_RESTORE_HARDWARE_STATE","features":[376]},{"name":"IOCTL_VIDEO_SAVE_HARDWARE_STATE","features":[376]},{"name":"IOCTL_VIDEO_SET_BANK_POSITION","features":[376]},{"name":"IOCTL_VIDEO_SET_CHILD_STATE_CONFIGURATION","features":[376]},{"name":"IOCTL_VIDEO_SET_COLOR_LUT_DATA","features":[376]},{"name":"IOCTL_VIDEO_SET_COLOR_REGISTERS","features":[376]},{"name":"IOCTL_VIDEO_SET_CURRENT_MODE","features":[376]},{"name":"IOCTL_VIDEO_SET_CURSOR_ATTR","features":[376]},{"name":"IOCTL_VIDEO_SET_CURSOR_POSITION","features":[376]},{"name":"IOCTL_VIDEO_SET_DISPLAY_BRIGHTNESS","features":[376]},{"name":"IOCTL_VIDEO_SET_OUTPUT_DEVICE_POWER_STATE","features":[376]},{"name":"IOCTL_VIDEO_SET_PALETTE_REGISTERS","features":[376]},{"name":"IOCTL_VIDEO_SET_POINTER_ATTR","features":[376]},{"name":"IOCTL_VIDEO_SET_POINTER_POSITION","features":[376]},{"name":"IOCTL_VIDEO_SET_POWER_MANAGEMENT","features":[376]},{"name":"IOCTL_VIDEO_SHARE_VIDEO_MEMORY","features":[376]},{"name":"IOCTL_VIDEO_SWITCH_DUALVIEW","features":[376]},{"name":"IOCTL_VIDEO_UNMAP_VIDEO_MEMORY","features":[376]},{"name":"IOCTL_VIDEO_UNSHARE_VIDEO_MEMORY","features":[376]},{"name":"IOCTL_VIDEO_USE_DEVICE_IN_SESSION","features":[376]},{"name":"IOCTL_VIDEO_VALIDATE_CHILD_STATE_CONFIGURATION","features":[376]},{"name":"IViewHelper","features":[376]},{"name":"JOIN_BEVEL","features":[376]},{"name":"JOIN_MITER","features":[376]},{"name":"JOIN_ROUND","features":[376]},{"name":"LA_ALTERNATE","features":[376]},{"name":"LA_GEOMETRIC","features":[376]},{"name":"LA_STARTGAP","features":[376]},{"name":"LA_STYLED","features":[376]},{"name":"LIGATURE","features":[376]},{"name":"LINEATTRS","features":[376]},{"name":"LINEATTRS","features":[376]},{"name":"MAXCHARSETS","features":[376]},{"name":"MAX_PACKET_COUNT","features":[376]},{"name":"MC_APERTURE_GRILL_CATHODE_RAY_TUBE","features":[376]},{"name":"MC_BLUE_DRIVE","features":[376]},{"name":"MC_BLUE_GAIN","features":[376]},{"name":"MC_CAPS_BRIGHTNESS","features":[376]},{"name":"MC_CAPS_COLOR_TEMPERATURE","features":[376]},{"name":"MC_CAPS_CONTRAST","features":[376]},{"name":"MC_CAPS_DEGAUSS","features":[376]},{"name":"MC_CAPS_DISPLAY_AREA_POSITION","features":[376]},{"name":"MC_CAPS_DISPLAY_AREA_SIZE","features":[376]},{"name":"MC_CAPS_MONITOR_TECHNOLOGY_TYPE","features":[376]},{"name":"MC_CAPS_NONE","features":[376]},{"name":"MC_CAPS_RED_GREEN_BLUE_DRIVE","features":[376]},{"name":"MC_CAPS_RED_GREEN_BLUE_GAIN","features":[376]},{"name":"MC_CAPS_RESTORE_FACTORY_COLOR_DEFAULTS","features":[376]},{"name":"MC_CAPS_RESTORE_FACTORY_DEFAULTS","features":[376]},{"name":"MC_COLOR_TEMPERATURE","features":[376]},{"name":"MC_COLOR_TEMPERATURE_10000K","features":[376]},{"name":"MC_COLOR_TEMPERATURE_11500K","features":[376]},{"name":"MC_COLOR_TEMPERATURE_4000K","features":[376]},{"name":"MC_COLOR_TEMPERATURE_5000K","features":[376]},{"name":"MC_COLOR_TEMPERATURE_6500K","features":[376]},{"name":"MC_COLOR_TEMPERATURE_7500K","features":[376]},{"name":"MC_COLOR_TEMPERATURE_8200K","features":[376]},{"name":"MC_COLOR_TEMPERATURE_9300K","features":[376]},{"name":"MC_COLOR_TEMPERATURE_UNKNOWN","features":[376]},{"name":"MC_DISPLAY_TECHNOLOGY_TYPE","features":[376]},{"name":"MC_DRIVE_TYPE","features":[376]},{"name":"MC_ELECTROLUMINESCENT","features":[376]},{"name":"MC_FIELD_EMISSION_DEVICE","features":[376]},{"name":"MC_GAIN_TYPE","features":[376]},{"name":"MC_GREEN_DRIVE","features":[376]},{"name":"MC_GREEN_GAIN","features":[376]},{"name":"MC_HEIGHT","features":[376]},{"name":"MC_HORIZONTAL_POSITION","features":[376]},{"name":"MC_LIQUID_CRYSTAL_ON_SILICON","features":[376]},{"name":"MC_MICROELECTROMECHANICAL","features":[376]},{"name":"MC_MOMENTARY","features":[376]},{"name":"MC_ORGANIC_LIGHT_EMITTING_DIODE","features":[376]},{"name":"MC_PLASMA","features":[376]},{"name":"MC_POSITION_TYPE","features":[376]},{"name":"MC_RED_DRIVE","features":[376]},{"name":"MC_RED_GAIN","features":[376]},{"name":"MC_RESTORE_FACTORY_DEFAULTS_ENABLES_MONITOR_SETTINGS","features":[376]},{"name":"MC_SET_PARAMETER","features":[376]},{"name":"MC_SHADOW_MASK_CATHODE_RAY_TUBE","features":[376]},{"name":"MC_SIZE_TYPE","features":[376]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_10000K","features":[376]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_11500K","features":[376]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_4000K","features":[376]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_5000K","features":[376]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_6500K","features":[376]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_7500K","features":[376]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_8200K","features":[376]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_9300K","features":[376]},{"name":"MC_SUPPORTED_COLOR_TEMPERATURE_NONE","features":[376]},{"name":"MC_THIN_FILM_TRANSISTOR","features":[376]},{"name":"MC_TIMING_REPORT","features":[376]},{"name":"MC_VCP_CODE_TYPE","features":[376]},{"name":"MC_VERTICAL_POSITION","features":[376]},{"name":"MC_WIDTH","features":[376]},{"name":"MIPI_DSI_CAPS","features":[376]},{"name":"MIPI_DSI_PACKET","features":[376]},{"name":"MIPI_DSI_RESET","features":[376]},{"name":"MIPI_DSI_TRANSMISSION","features":[376]},{"name":"MS_CDDDEVICEBITMAP","features":[376]},{"name":"MS_NOTSYSTEMMEMORY","features":[376]},{"name":"MS_REUSEDDEVICEBITMAP","features":[376]},{"name":"MS_SHAREDACCESS","features":[376]},{"name":"NumVideoBankTypes","features":[376]},{"name":"OC_BANK_CLIP","features":[376]},{"name":"OPENGL_CMD","features":[376]},{"name":"OPENGL_GETINFO","features":[376]},{"name":"ORIENTATION_PREFERENCE","features":[376]},{"name":"ORIENTATION_PREFERENCE_LANDSCAPE","features":[376]},{"name":"ORIENTATION_PREFERENCE_LANDSCAPE_FLIPPED","features":[376]},{"name":"ORIENTATION_PREFERENCE_NONE","features":[376]},{"name":"ORIENTATION_PREFERENCE_PORTRAIT","features":[376]},{"name":"ORIENTATION_PREFERENCE_PORTRAIT_FLIPPED","features":[376]},{"name":"OUTPUT_COLOR_ENCODING","features":[376]},{"name":"OUTPUT_COLOR_ENCODING_INTENSITY","features":[376]},{"name":"OUTPUT_COLOR_ENCODING_RGB","features":[376]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR420","features":[376]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR422","features":[376]},{"name":"OUTPUT_COLOR_ENCODING_YCBCR444","features":[376]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020","features":[376]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_DVLL","features":[376]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G2084_P2020_HDR10PLUS","features":[376]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P2020","features":[376]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P709","features":[376]},{"name":"OUTPUT_WIRE_COLOR_SPACE_G22_P709_WCG","features":[376]},{"name":"OUTPUT_WIRE_COLOR_SPACE_RESERVED","features":[376]},{"name":"OUTPUT_WIRE_COLOR_SPACE_TYPE","features":[376]},{"name":"OUTPUT_WIRE_FORMAT","features":[376]},{"name":"PALOBJ","features":[376]},{"name":"PAL_BGR","features":[376]},{"name":"PAL_BITFIELDS","features":[376]},{"name":"PAL_CMYK","features":[376]},{"name":"PAL_INDEXED","features":[376]},{"name":"PAL_RGB","features":[376]},{"name":"PANEL_BRIGHTNESS_SENSOR_DATA","features":[376]},{"name":"PANEL_GET_BACKLIGHT_REDUCTION","features":[376]},{"name":"PANEL_GET_BRIGHTNESS","features":[376]},{"name":"PANEL_QUERY_BRIGHTNESS_CAPS","features":[376]},{"name":"PANEL_QUERY_BRIGHTNESS_RANGES","features":[376]},{"name":"PANEL_SET_BACKLIGHT_OPTIMIZATION","features":[376]},{"name":"PANEL_SET_BRIGHTNESS","features":[376]},{"name":"PANEL_SET_BRIGHTNESS_STATE","features":[376]},{"name":"PATHDATA","features":[376]},{"name":"PATHOBJ","features":[376]},{"name":"PATHOBJ_bEnum","features":[376,305]},{"name":"PATHOBJ_bEnumClipLines","features":[376,305]},{"name":"PATHOBJ_vEnumStart","features":[376]},{"name":"PATHOBJ_vEnumStartClipLines","features":[376,305]},{"name":"PATHOBJ_vGetBounds","features":[376]},{"name":"PD_BEGINSUBPATH","features":[376]},{"name":"PD_BEZIERS","features":[376]},{"name":"PD_CLOSEFIGURE","features":[376]},{"name":"PD_ENDSUBPATH","features":[376]},{"name":"PD_RESETSTYLE","features":[376]},{"name":"PERBANDINFO","features":[376,305]},{"name":"PFN","features":[376]},{"name":"PFN_DrvAccumulateD3DDirtyRect","features":[376,305]},{"name":"PFN_DrvAlphaBlend","features":[376,305,317]},{"name":"PFN_DrvAssertMode","features":[376,305]},{"name":"PFN_DrvAssociateSharedSurface","features":[376,305]},{"name":"PFN_DrvBitBlt","features":[376,305]},{"name":"PFN_DrvCompletePDEV","features":[376]},{"name":"PFN_DrvCopyBits","features":[376,305]},{"name":"PFN_DrvCreateDeviceBitmap","features":[376,305,317]},{"name":"PFN_DrvCreateDeviceBitmapEx","features":[376,305,317]},{"name":"PFN_DrvDeleteDeviceBitmap","features":[376]},{"name":"PFN_DrvDeleteDeviceBitmapEx","features":[376]},{"name":"PFN_DrvDeriveSurface","features":[376,305,316,317]},{"name":"PFN_DrvDescribePixelFormat","features":[376,378]},{"name":"PFN_DrvDestroyFont","features":[376,305]},{"name":"PFN_DrvDisableDirectDraw","features":[376]},{"name":"PFN_DrvDisableDriver","features":[376]},{"name":"PFN_DrvDisablePDEV","features":[376]},{"name":"PFN_DrvDisableSurface","features":[376]},{"name":"PFN_DrvDitherColor","features":[376]},{"name":"PFN_DrvDrawEscape","features":[376,305]},{"name":"PFN_DrvEnableDirectDraw","features":[376,305,316,317]},{"name":"PFN_DrvEnableDriver","features":[376,305]},{"name":"PFN_DrvEnablePDEV","features":[376,305,317]},{"name":"PFN_DrvEnableSurface","features":[376]},{"name":"PFN_DrvEndDoc","features":[376,305]},{"name":"PFN_DrvEndDxInterop","features":[376,305]},{"name":"PFN_DrvEscape","features":[376,305]},{"name":"PFN_DrvFillPath","features":[376,305]},{"name":"PFN_DrvFontManagement","features":[376,305]},{"name":"PFN_DrvFree","features":[376]},{"name":"PFN_DrvGetDirectDrawInfo","features":[376,305,316]},{"name":"PFN_DrvGetGlyphMode","features":[376,305]},{"name":"PFN_DrvGetModes","features":[376,305,317]},{"name":"PFN_DrvGetTrueTypeFile","features":[376]},{"name":"PFN_DrvGradientFill","features":[376,305,317]},{"name":"PFN_DrvIcmCheckBitmapBits","features":[376,305]},{"name":"PFN_DrvIcmCreateColorTransform","features":[376,305,317,379]},{"name":"PFN_DrvIcmDeleteColorTransform","features":[376,305]},{"name":"PFN_DrvIcmSetDeviceGammaRamp","features":[376,305]},{"name":"PFN_DrvLineTo","features":[376,305]},{"name":"PFN_DrvLoadFontFile","features":[376,317]},{"name":"PFN_DrvLockDisplayArea","features":[376,305]},{"name":"PFN_DrvMovePointer","features":[376,305]},{"name":"PFN_DrvNextBand","features":[376,305]},{"name":"PFN_DrvNotify","features":[376,305]},{"name":"PFN_DrvPaint","features":[376,305]},{"name":"PFN_DrvPlgBlt","features":[376,305,317]},{"name":"PFN_DrvQueryAdvanceWidths","features":[376,305]},{"name":"PFN_DrvQueryDeviceSupport","features":[376,305]},{"name":"PFN_DrvQueryFont","features":[376,305,317]},{"name":"PFN_DrvQueryFontCaps","features":[376]},{"name":"PFN_DrvQueryFontData","features":[376,305]},{"name":"PFN_DrvQueryFontFile","features":[376]},{"name":"PFN_DrvQueryFontTree","features":[376]},{"name":"PFN_DrvQueryGlyphAttrs","features":[376,305]},{"name":"PFN_DrvQueryPerBandInfo","features":[376,305]},{"name":"PFN_DrvQuerySpoolType","features":[376,305]},{"name":"PFN_DrvQueryTrueTypeOutline","features":[376,305,317]},{"name":"PFN_DrvQueryTrueTypeSection","features":[376,305]},{"name":"PFN_DrvQueryTrueTypeTable","features":[376]},{"name":"PFN_DrvRealizeBrush","features":[376,305]},{"name":"PFN_DrvRenderHint","features":[376]},{"name":"PFN_DrvResetDevice","features":[376]},{"name":"PFN_DrvResetPDEV","features":[376,305]},{"name":"PFN_DrvSaveScreenBits","features":[376,305]},{"name":"PFN_DrvSendPage","features":[376,305]},{"name":"PFN_DrvSetPalette","features":[376,305]},{"name":"PFN_DrvSetPixelFormat","features":[376,305]},{"name":"PFN_DrvSetPointerShape","features":[376,305]},{"name":"PFN_DrvStartBanding","features":[376,305]},{"name":"PFN_DrvStartDoc","features":[376,305]},{"name":"PFN_DrvStartDxInterop","features":[376,305]},{"name":"PFN_DrvStartPage","features":[376,305]},{"name":"PFN_DrvStretchBlt","features":[376,305,317]},{"name":"PFN_DrvStretchBltROP","features":[376,305,317]},{"name":"PFN_DrvStrokeAndFillPath","features":[376,305]},{"name":"PFN_DrvStrokePath","features":[376,305]},{"name":"PFN_DrvSurfaceComplete","features":[376,305]},{"name":"PFN_DrvSwapBuffers","features":[376,305]},{"name":"PFN_DrvSynchronize","features":[376,305]},{"name":"PFN_DrvSynchronizeRedirectionBitmaps","features":[376,305]},{"name":"PFN_DrvSynchronizeSurface","features":[376,305]},{"name":"PFN_DrvTextOut","features":[376,305]},{"name":"PFN_DrvTransparentBlt","features":[376,305]},{"name":"PFN_DrvUnloadFontFile","features":[376,305]},{"name":"PFN_DrvUnlockDisplayArea","features":[376,305]},{"name":"PFN_EngCombineRgn","features":[376,305]},{"name":"PFN_EngCopyRgn","features":[376,305]},{"name":"PFN_EngCreateRectRgn","features":[376,305]},{"name":"PFN_EngDeleteRgn","features":[376,305]},{"name":"PFN_EngIntersectRgn","features":[376,305]},{"name":"PFN_EngSubtractRgn","features":[376,305]},{"name":"PFN_EngUnionRgn","features":[376,305]},{"name":"PFN_EngXorRgn","features":[376,305]},{"name":"PHYSICAL_MONITOR","features":[376,305]},{"name":"PHYSICAL_MONITOR_DESCRIPTION_SIZE","features":[376]},{"name":"PLANAR_HC","features":[376]},{"name":"POINTE","features":[376]},{"name":"POINTE","features":[376]},{"name":"POINTFIX","features":[376]},{"name":"POINTQF","features":[376]},{"name":"PO_ALL_INTEGERS","features":[376]},{"name":"PO_BEZIERS","features":[376]},{"name":"PO_ELLIPSE","features":[376]},{"name":"PO_ENUM_AS_INTEGERS","features":[376]},{"name":"PO_WIDENED","features":[376]},{"name":"PPC_BGR_ORDER_HORIZONTAL_STRIPES","features":[376]},{"name":"PPC_BGR_ORDER_VERTICAL_STRIPES","features":[376]},{"name":"PPC_DEFAULT","features":[376]},{"name":"PPC_RGB_ORDER_HORIZONTAL_STRIPES","features":[376]},{"name":"PPC_RGB_ORDER_VERTICAL_STRIPES","features":[376]},{"name":"PPC_UNDEFINED","features":[376]},{"name":"PPG_DEFAULT","features":[376]},{"name":"PPG_SRGB","features":[376]},{"name":"PRIMARY_ORDER_ABC","features":[376]},{"name":"PRIMARY_ORDER_ACB","features":[376]},{"name":"PRIMARY_ORDER_BAC","features":[376]},{"name":"PRIMARY_ORDER_BCA","features":[376]},{"name":"PRIMARY_ORDER_CAB","features":[376]},{"name":"PRIMARY_ORDER_CBA","features":[376]},{"name":"PVIDEO_WIN32K_CALLOUT","features":[376]},{"name":"QAW_GETEASYWIDTHS","features":[376]},{"name":"QAW_GETWIDTHS","features":[376]},{"name":"QC_1BIT","features":[376]},{"name":"QC_4BIT","features":[376]},{"name":"QC_OUTLINES","features":[376]},{"name":"QDA_ACCELERATION_LEVEL","features":[376]},{"name":"QDA_RESERVED","features":[376]},{"name":"QDC_ALL_PATHS","features":[376]},{"name":"QDC_DATABASE_CURRENT","features":[376]},{"name":"QDC_INCLUDE_HMD","features":[376]},{"name":"QDC_ONLY_ACTIVE_PATHS","features":[376]},{"name":"QDC_VIRTUAL_MODE_AWARE","features":[376]},{"name":"QDC_VIRTUAL_REFRESH_RATE_AWARE","features":[376]},{"name":"QDS_CHECKJPEGFORMAT","features":[376]},{"name":"QDS_CHECKPNGFORMAT","features":[376]},{"name":"QFD_GLYPHANDBITMAP","features":[376]},{"name":"QFD_GLYPHANDOUTLINE","features":[376]},{"name":"QFD_MAXEXTENTS","features":[376]},{"name":"QFD_TT_GLYPHANDBITMAP","features":[376]},{"name":"QFD_TT_GRAY1_BITMAP","features":[376]},{"name":"QFD_TT_GRAY2_BITMAP","features":[376]},{"name":"QFD_TT_GRAY4_BITMAP","features":[376]},{"name":"QFD_TT_GRAY8_BITMAP","features":[376]},{"name":"QFD_TT_MONO_BITMAP","features":[376]},{"name":"QFF_DESCRIPTION","features":[376]},{"name":"QFF_NUMFACES","features":[376]},{"name":"QFT_GLYPHSET","features":[376]},{"name":"QFT_KERNPAIRS","features":[376]},{"name":"QFT_LIGATURES","features":[376]},{"name":"QSA_3DNOW","features":[376]},{"name":"QSA_MMX","features":[376]},{"name":"QSA_SSE","features":[376]},{"name":"QSA_SSE1","features":[376]},{"name":"QSA_SSE2","features":[376]},{"name":"QSA_SSE3","features":[376]},{"name":"QUERY_DISPLAY_CONFIG_FLAGS","features":[376]},{"name":"QueryDisplayConfig","features":[376,305]},{"name":"RB_DITHERCOLOR","features":[376]},{"name":"RECTFX","features":[376]},{"name":"RUN","features":[376]},{"name":"RestoreMonitorFactoryColorDefaults","features":[376,305]},{"name":"RestoreMonitorFactoryDefaults","features":[376,305]},{"name":"SDC_ALLOW_CHANGES","features":[376]},{"name":"SDC_ALLOW_PATH_ORDER_CHANGES","features":[376]},{"name":"SDC_APPLY","features":[376]},{"name":"SDC_FORCE_MODE_ENUMERATION","features":[376]},{"name":"SDC_NO_OPTIMIZATION","features":[376]},{"name":"SDC_PATH_PERSIST_IF_REQUIRED","features":[376]},{"name":"SDC_SAVE_TO_DATABASE","features":[376]},{"name":"SDC_TOPOLOGY_CLONE","features":[376]},{"name":"SDC_TOPOLOGY_EXTEND","features":[376]},{"name":"SDC_TOPOLOGY_EXTERNAL","features":[376]},{"name":"SDC_TOPOLOGY_INTERNAL","features":[376]},{"name":"SDC_TOPOLOGY_SUPPLIED","features":[376]},{"name":"SDC_USE_DATABASE_CURRENT","features":[376]},{"name":"SDC_USE_SUPPLIED_DISPLAY_CONFIG","features":[376]},{"name":"SDC_VALIDATE","features":[376]},{"name":"SDC_VIRTUAL_MODE_AWARE","features":[376]},{"name":"SDC_VIRTUAL_REFRESH_RATE_AWARE","features":[376]},{"name":"SETCONFIGURATION_STATUS_ADDITIONAL","features":[376]},{"name":"SETCONFIGURATION_STATUS_APPLIED","features":[376]},{"name":"SETCONFIGURATION_STATUS_OVERRIDDEN","features":[376]},{"name":"SET_ACTIVE_COLOR_PROFILE_NAME","features":[376]},{"name":"SET_DISPLAY_CONFIG_FLAGS","features":[376]},{"name":"SGI_EXTRASPACE","features":[376]},{"name":"SORTCOMP","features":[376]},{"name":"SO_BREAK_EXTRA","features":[376]},{"name":"SO_CHARACTER_EXTRA","features":[376]},{"name":"SO_CHAR_INC_EQUAL_BM_BASE","features":[376]},{"name":"SO_DO_NOT_SUBSTITUTE_DEVICE_FONT","features":[376]},{"name":"SO_DXDY","features":[376]},{"name":"SO_ESC_NOT_ORIENT","features":[376]},{"name":"SO_FLAG_DEFAULT_PLACEMENT","features":[376]},{"name":"SO_GLYPHINDEX_TEXTOUT","features":[376]},{"name":"SO_HORIZONTAL","features":[376]},{"name":"SO_MAXEXT_EQUAL_BM_SIDE","features":[376]},{"name":"SO_REVERSED","features":[376]},{"name":"SO_VERTICAL","features":[376]},{"name":"SO_ZERO_BEARINGS","features":[376]},{"name":"SPS_ACCEPT_EXCLUDE","features":[376]},{"name":"SPS_ACCEPT_NOEXCLUDE","features":[376]},{"name":"SPS_ACCEPT_SYNCHRONOUS","features":[376]},{"name":"SPS_ALPHA","features":[376]},{"name":"SPS_ANIMATESTART","features":[376]},{"name":"SPS_ANIMATEUPDATE","features":[376]},{"name":"SPS_ASYNCCHANGE","features":[376]},{"name":"SPS_CHANGE","features":[376]},{"name":"SPS_DECLINE","features":[376]},{"name":"SPS_ERROR","features":[376]},{"name":"SPS_FLAGSMASK","features":[376]},{"name":"SPS_FREQMASK","features":[376]},{"name":"SPS_LENGTHMASK","features":[376]},{"name":"SPS_RESERVED","features":[376]},{"name":"SPS_RESERVED1","features":[376]},{"name":"SS_FREE","features":[376]},{"name":"SS_RESTORE","features":[376]},{"name":"SS_SAVE","features":[376]},{"name":"STROBJ","features":[376,305]},{"name":"STROBJ_bEnum","features":[376,305]},{"name":"STROBJ_bEnumPositionsOnly","features":[376,305]},{"name":"STROBJ_bGetAdvanceWidths","features":[376,305]},{"name":"STROBJ_dwGetCodePage","features":[376,305]},{"name":"STROBJ_vEnumStart","features":[376,305]},{"name":"STYPE_BITMAP","features":[376]},{"name":"STYPE_DEVBITMAP","features":[376]},{"name":"SURFOBJ","features":[376,305]},{"name":"S_INIT","features":[376]},{"name":"SaveCurrentMonitorSettings","features":[376,305]},{"name":"SaveCurrentSettings","features":[376,305]},{"name":"SetDisplayAutoRotationPreferences","features":[376,305]},{"name":"SetDisplayConfig","features":[376,305]},{"name":"SetMonitorBrightness","features":[376,305]},{"name":"SetMonitorColorTemperature","features":[376,305]},{"name":"SetMonitorContrast","features":[376,305]},{"name":"SetMonitorDisplayAreaPosition","features":[376,305]},{"name":"SetMonitorDisplayAreaSize","features":[376,305]},{"name":"SetMonitorRedGreenOrBlueDrive","features":[376,305]},{"name":"SetMonitorRedGreenOrBlueGain","features":[376,305]},{"name":"SetVCPFeature","features":[376,305]},{"name":"Sources","features":[376]},{"name":"TC_PATHOBJ","features":[376]},{"name":"TC_RECTANGLES","features":[376]},{"name":"TTO_METRICS_ONLY","features":[376]},{"name":"TTO_QUBICS","features":[376]},{"name":"TTO_UNHINTED","features":[376]},{"name":"TYPE1_FONT","features":[376,305]},{"name":"VGA_CHAR","features":[376]},{"name":"VIDEOPARAMETERS","features":[376]},{"name":"VIDEO_BANK_SELECT","features":[376]},{"name":"VIDEO_BANK_TYPE","features":[376]},{"name":"VIDEO_BRIGHTNESS_POLICY","features":[376,305]},{"name":"VIDEO_CLUT","features":[376]},{"name":"VIDEO_CLUTDATA","features":[376]},{"name":"VIDEO_COLOR_CAPABILITIES","features":[376]},{"name":"VIDEO_COLOR_LUT_DATA","features":[376]},{"name":"VIDEO_COLOR_LUT_DATA_FORMAT_PRIVATEFORMAT","features":[376]},{"name":"VIDEO_COLOR_LUT_DATA_FORMAT_RGB256WORDS","features":[376]},{"name":"VIDEO_CURSOR_ATTRIBUTES","features":[376]},{"name":"VIDEO_CURSOR_POSITION","features":[376]},{"name":"VIDEO_DEVICE_COLOR","features":[376]},{"name":"VIDEO_DEVICE_NAME","features":[376]},{"name":"VIDEO_DEVICE_SESSION_STATUS","features":[376]},{"name":"VIDEO_DUALVIEW_PRIMARY","features":[376]},{"name":"VIDEO_DUALVIEW_REMOVABLE","features":[376]},{"name":"VIDEO_DUALVIEW_SECONDARY","features":[376]},{"name":"VIDEO_DUALVIEW_WDDM_VGA","features":[376]},{"name":"VIDEO_HARDWARE_STATE","features":[376]},{"name":"VIDEO_HARDWARE_STATE_HEADER","features":[376]},{"name":"VIDEO_LOAD_FONT_INFORMATION","features":[376]},{"name":"VIDEO_LUT_RGB256WORDS","features":[376]},{"name":"VIDEO_MAX_REASON","features":[376]},{"name":"VIDEO_MEMORY","features":[376]},{"name":"VIDEO_MEMORY_INFORMATION","features":[376]},{"name":"VIDEO_MODE","features":[376]},{"name":"VIDEO_MODE_ANIMATE_START","features":[376]},{"name":"VIDEO_MODE_ANIMATE_UPDATE","features":[376]},{"name":"VIDEO_MODE_ASYNC_POINTER","features":[376]},{"name":"VIDEO_MODE_BANKED","features":[376]},{"name":"VIDEO_MODE_COLOR","features":[376]},{"name":"VIDEO_MODE_COLOR_POINTER","features":[376]},{"name":"VIDEO_MODE_GRAPHICS","features":[376]},{"name":"VIDEO_MODE_INFORMATION","features":[376]},{"name":"VIDEO_MODE_INTERLACED","features":[376]},{"name":"VIDEO_MODE_LINEAR","features":[376]},{"name":"VIDEO_MODE_MANAGED_PALETTE","features":[376]},{"name":"VIDEO_MODE_MAP_MEM_LINEAR","features":[376]},{"name":"VIDEO_MODE_MONO_POINTER","features":[376]},{"name":"VIDEO_MODE_NO_64_BIT_ACCESS","features":[376]},{"name":"VIDEO_MODE_NO_OFF_SCREEN","features":[376]},{"name":"VIDEO_MODE_NO_ZERO_MEMORY","features":[376]},{"name":"VIDEO_MODE_PALETTE_DRIVEN","features":[376]},{"name":"VIDEO_MONITOR_DESCRIPTOR","features":[376]},{"name":"VIDEO_NUM_MODES","features":[376]},{"name":"VIDEO_OPTIONAL_GAMMET_TABLE","features":[376]},{"name":"VIDEO_PALETTE_DATA","features":[376]},{"name":"VIDEO_PERFORMANCE_COUNTER","features":[376]},{"name":"VIDEO_POINTER_ATTRIBUTES","features":[376]},{"name":"VIDEO_POINTER_CAPABILITIES","features":[376]},{"name":"VIDEO_POINTER_POSITION","features":[376]},{"name":"VIDEO_POWER_MANAGEMENT","features":[376]},{"name":"VIDEO_POWER_STATE","features":[376]},{"name":"VIDEO_PUBLIC_ACCESS_RANGES","features":[376]},{"name":"VIDEO_QUERY_PERFORMANCE_COUNTER","features":[376]},{"name":"VIDEO_REASON_ALLOCATION","features":[376]},{"name":"VIDEO_REASON_CONFIGURATION","features":[376]},{"name":"VIDEO_REASON_FAILED_ROTATION","features":[376]},{"name":"VIDEO_REASON_LOCK","features":[376]},{"name":"VIDEO_REASON_NONE","features":[376]},{"name":"VIDEO_REASON_POLICY1","features":[376]},{"name":"VIDEO_REASON_POLICY2","features":[376]},{"name":"VIDEO_REASON_POLICY3","features":[376]},{"name":"VIDEO_REASON_POLICY4","features":[376]},{"name":"VIDEO_REASON_SCRATCH","features":[376]},{"name":"VIDEO_REGISTER_VDM","features":[376]},{"name":"VIDEO_SHARE_MEMORY","features":[376,305]},{"name":"VIDEO_SHARE_MEMORY_INFORMATION","features":[376]},{"name":"VIDEO_STATE_NON_STANDARD_VGA","features":[376]},{"name":"VIDEO_STATE_PACKED_CHAIN4_MODE","features":[376]},{"name":"VIDEO_STATE_UNEMULATED_VGA_STATE","features":[376]},{"name":"VIDEO_VDM","features":[376,305]},{"name":"VIDEO_WIN32K_CALLBACKS","features":[376,305]},{"name":"VIDEO_WIN32K_CALLBACKS_PARAMS","features":[376,305]},{"name":"VIDEO_WIN32K_CALLBACKS_PARAMS_TYPE","features":[376]},{"name":"VideoBanked1R1W","features":[376]},{"name":"VideoBanked1RW","features":[376]},{"name":"VideoBanked2RW","features":[376]},{"name":"VideoBlackScreenDiagnostics","features":[376]},{"name":"VideoDesktopDuplicationChange","features":[376]},{"name":"VideoDisableMultiPlaneOverlay","features":[376]},{"name":"VideoDxgkDisplaySwitchCallout","features":[376]},{"name":"VideoDxgkFindAdapterTdrCallout","features":[376]},{"name":"VideoDxgkHardwareProtectionTeardown","features":[376]},{"name":"VideoEnumChildPdoNotifyCallout","features":[376]},{"name":"VideoFindAdapterCallout","features":[376]},{"name":"VideoNotBanked","features":[376]},{"name":"VideoPnpNotifyCallout","features":[376]},{"name":"VideoPowerHibernate","features":[376]},{"name":"VideoPowerMaximum","features":[376]},{"name":"VideoPowerNotifyCallout","features":[376]},{"name":"VideoPowerOff","features":[376]},{"name":"VideoPowerOn","features":[376]},{"name":"VideoPowerShutdown","features":[376]},{"name":"VideoPowerStandBy","features":[376]},{"name":"VideoPowerSuspend","features":[376]},{"name":"VideoPowerUnspecified","features":[376]},{"name":"VideoRepaintDesktop","features":[376]},{"name":"VideoUpdateCursor","features":[376]},{"name":"WCRUN","features":[376]},{"name":"WINDDI_MAXSETPALETTECOLORINDEX","features":[376]},{"name":"WINDDI_MAXSETPALETTECOLORS","features":[376]},{"name":"WINDDI_MAX_BROADCAST_CONTEXT","features":[376]},{"name":"WNDOBJ","features":[376,305]},{"name":"WNDOBJCHANGEPROC","features":[376,305]},{"name":"WNDOBJ_SETUP","features":[376]},{"name":"WOC_CHANGED","features":[376]},{"name":"WOC_DELETE","features":[376]},{"name":"WOC_DRAWN","features":[376]},{"name":"WOC_RGN_CLIENT","features":[376]},{"name":"WOC_RGN_CLIENT_DELTA","features":[376]},{"name":"WOC_RGN_SPRITE","features":[376]},{"name":"WOC_RGN_SURFACE","features":[376]},{"name":"WOC_RGN_SURFACE_DELTA","features":[376]},{"name":"WOC_SPRITE_NO_OVERLAP","features":[376]},{"name":"WOC_SPRITE_OVERLAP","features":[376]},{"name":"WO_DRAW_NOTIFY","features":[376]},{"name":"WO_RGN_CLIENT","features":[376]},{"name":"WO_RGN_CLIENT_DELTA","features":[376]},{"name":"WO_RGN_DESKTOP_COORD","features":[376]},{"name":"WO_RGN_SPRITE","features":[376]},{"name":"WO_RGN_SURFACE","features":[376]},{"name":"WO_RGN_SURFACE_DELTA","features":[376]},{"name":"WO_RGN_UPDATE_ALL","features":[376]},{"name":"WO_RGN_WINDOW","features":[376]},{"name":"WO_SPRITE_NOTIFY","features":[376]},{"name":"WVIDEO_DEVICE_NAME","features":[376]},{"name":"XFORML","features":[376]},{"name":"XFORML","features":[376]},{"name":"XFORMOBJ","features":[376]},{"name":"XFORMOBJ_bApplyXform","features":[376,305]},{"name":"XFORMOBJ_iGetXform","features":[376]},{"name":"XF_INV_FXTOL","features":[376]},{"name":"XF_INV_LTOL","features":[376]},{"name":"XF_LTOFX","features":[376]},{"name":"XF_LTOL","features":[376]},{"name":"XLATEOBJ","features":[376]},{"name":"XLATEOBJ_cGetPalette","features":[376]},{"name":"XLATEOBJ_hGetColorTransform","features":[376,305]},{"name":"XLATEOBJ_iXlate","features":[376]},{"name":"XLATEOBJ_piVector","features":[376]},{"name":"XO_DESTBITFIELDS","features":[376]},{"name":"XO_DESTDCPALETTE","features":[376]},{"name":"XO_DESTPALETTE","features":[376]},{"name":"XO_DEVICE_ICM","features":[376]},{"name":"XO_FROM_CMYK","features":[376]},{"name":"XO_HOST_ICM","features":[376]},{"name":"XO_SRCBITFIELDS","features":[376]},{"name":"XO_SRCPALETTE","features":[376]},{"name":"XO_TABLE","features":[376]},{"name":"XO_TO_MONO","features":[376]},{"name":"XO_TRIVIAL","features":[376]}],"381":[{"name":"AACS_BINDING_NONCE","features":[380]},{"name":"AACS_CERTIFICATE","features":[380]},{"name":"AACS_CHALLENGE_KEY","features":[380]},{"name":"AACS_MEDIA_ID","features":[380]},{"name":"AACS_READ_BINDING_NONCE","features":[380,305]},{"name":"AACS_SEND_CERTIFICATE","features":[380]},{"name":"AACS_SEND_CHALLENGE_KEY","features":[380]},{"name":"AACS_SERIAL_NUMBER","features":[380]},{"name":"AACS_VOLUME_ID","features":[380]},{"name":"BD_DISC_WRITE_PROTECT_PAC","features":[380]},{"name":"BD_PAC_HEADER","features":[380]},{"name":"DISC_CONTROL_BLOCK_TYPE","features":[380]},{"name":"DVD_ASF","features":[380]},{"name":"DVD_BCA_DESCRIPTOR","features":[380]},{"name":"DVD_BD_SPARE_AREA_INFORMATION","features":[380]},{"name":"DVD_CGMS_COPY_ONCE","features":[380]},{"name":"DVD_CGMS_COPY_PERMITTED","features":[380]},{"name":"DVD_CGMS_COPY_PROTECT_MASK","features":[380]},{"name":"DVD_CGMS_NO_COPY","features":[380]},{"name":"DVD_CGMS_RESERVED_MASK","features":[380]},{"name":"DVD_COPYRIGHTED","features":[380]},{"name":"DVD_COPYRIGHT_DESCRIPTOR","features":[380]},{"name":"DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR","features":[380]},{"name":"DVD_COPYRIGHT_MASK","features":[380]},{"name":"DVD_COPY_PROTECT_KEY","features":[380,305]},{"name":"DVD_DESCRIPTOR_HEADER","features":[380]},{"name":"DVD_DISC_CONTROL_BLOCK_HEADER","features":[380]},{"name":"DVD_DISC_CONTROL_BLOCK_LIST","features":[380]},{"name":"DVD_DISC_CONTROL_BLOCK_LIST_DCB","features":[380]},{"name":"DVD_DISC_CONTROL_BLOCK_SESSION","features":[380]},{"name":"DVD_DISC_CONTROL_BLOCK_SESSION_ITEM","features":[380]},{"name":"DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT","features":[380]},{"name":"DVD_DISK_KEY_DESCRIPTOR","features":[380]},{"name":"DVD_DUAL_LAYER_JUMP_INTERVAL_SIZE","features":[380]},{"name":"DVD_DUAL_LAYER_MANUAL_LAYER_JUMP","features":[380]},{"name":"DVD_DUAL_LAYER_MIDDLE_ZONE_START_ADDRESS","features":[380]},{"name":"DVD_DUAL_LAYER_RECORDING_INFORMATION","features":[380]},{"name":"DVD_DUAL_LAYER_REMAPPING_INFORMATION","features":[380]},{"name":"DVD_FULL_LAYER_DESCRIPTOR","features":[380]},{"name":"DVD_KEY_TYPE","features":[380]},{"name":"DVD_LAYER_DESCRIPTOR","features":[380]},{"name":"DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS","features":[380]},{"name":"DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS_TYPE_CODE","features":[380]},{"name":"DVD_MANUFACTURER_DESCRIPTOR","features":[380]},{"name":"DVD_NOT_COPYRIGHTED","features":[380]},{"name":"DVD_PRERECORDED_INFORMATION","features":[380]},{"name":"DVD_RAM_MEDIUM_STATUS","features":[380]},{"name":"DVD_RAM_RECORDING_TYPE","features":[380]},{"name":"DVD_RAM_SPARE_AREA_INFORMATION","features":[380]},{"name":"DVD_READ_STRUCTURE","features":[380]},{"name":"DVD_RECORDING_MANAGEMENT_AREA_DATA","features":[380]},{"name":"DVD_REGION","features":[380]},{"name":"DVD_RPC_KEY","features":[380]},{"name":"DVD_SECTOR_NOT_PROTECTED","features":[380]},{"name":"DVD_SECTOR_PROTECTED","features":[380]},{"name":"DVD_SECTOR_PROTECT_MASK","features":[380]},{"name":"DVD_SET_RPC_KEY","features":[380]},{"name":"DVD_STRUCTURE_FORMAT","features":[380]},{"name":"DVD_STRUCTURE_LIST_ENTRY","features":[380]},{"name":"DVD_UNIQUE_DISC_IDENTIFIER","features":[380]},{"name":"DVD_WRITE_PROTECTION_STATUS","features":[380]},{"name":"DiscControlBlockList","features":[380]},{"name":"DvdAsf","features":[380]},{"name":"DvdBCADescriptor","features":[380]},{"name":"DvdBusKey1","features":[380]},{"name":"DvdBusKey2","features":[380]},{"name":"DvdChallengeKey","features":[380]},{"name":"DvdCopyrightDescriptor","features":[380]},{"name":"DvdDiskKey","features":[380]},{"name":"DvdDiskKeyDescriptor","features":[380]},{"name":"DvdGetRpcKey","features":[380]},{"name":"DvdInvalidateAGID","features":[380]},{"name":"DvdManufacturerDescriptor","features":[380]},{"name":"DvdMaxDescriptor","features":[380]},{"name":"DvdPhysicalDescriptor","features":[380]},{"name":"DvdSetRpcKey","features":[380]},{"name":"DvdTitleKey","features":[380]},{"name":"FormattingDiscControlBlock","features":[380]},{"name":"HD_DVD_R_MEDIUM_STATUS","features":[380]},{"name":"IOCTL_AACS_END_SESSION","features":[380]},{"name":"IOCTL_AACS_GENERATE_BINDING_NONCE","features":[380]},{"name":"IOCTL_AACS_GET_CERTIFICATE","features":[380]},{"name":"IOCTL_AACS_GET_CHALLENGE_KEY","features":[380]},{"name":"IOCTL_AACS_READ_BINDING_NONCE","features":[380]},{"name":"IOCTL_AACS_READ_MEDIA_ID","features":[380]},{"name":"IOCTL_AACS_READ_MEDIA_KEY_BLOCK","features":[380]},{"name":"IOCTL_AACS_READ_MEDIA_KEY_BLOCK_SIZE","features":[380]},{"name":"IOCTL_AACS_READ_SERIAL_NUMBER","features":[380]},{"name":"IOCTL_AACS_READ_VOLUME_ID","features":[380]},{"name":"IOCTL_AACS_SEND_CERTIFICATE","features":[380]},{"name":"IOCTL_AACS_SEND_CHALLENGE_KEY","features":[380]},{"name":"IOCTL_AACS_START_SESSION","features":[380]},{"name":"IOCTL_DVD_BASE","features":[380]},{"name":"IOCTL_DVD_END_SESSION","features":[380]},{"name":"IOCTL_DVD_GET_REGION","features":[380]},{"name":"IOCTL_DVD_READ_KEY","features":[380]},{"name":"IOCTL_DVD_READ_STRUCTURE","features":[380]},{"name":"IOCTL_DVD_SEND_KEY","features":[380]},{"name":"IOCTL_DVD_SEND_KEY2","features":[380]},{"name":"IOCTL_DVD_SET_READ_AHEAD","features":[380]},{"name":"IOCTL_DVD_START_SESSION","features":[380]},{"name":"IOCTL_STORAGE_SET_READ_AHEAD","features":[380]},{"name":"STORAGE_SET_READ_AHEAD","features":[380]},{"name":"SessionInfoDiscControlBlock","features":[380]},{"name":"WriteInhibitDiscControlBlock","features":[380]}],"382":[{"name":"ADDRESS_FAMILY_VALUE_NAME","features":[381]},{"name":"FAULT_ACTION_SPECIFIC_BASE","features":[381]},{"name":"FAULT_ACTION_SPECIFIC_MAX","features":[381]},{"name":"FAULT_DEVICE_INTERNAL_ERROR","features":[381]},{"name":"FAULT_INVALID_ACTION","features":[381]},{"name":"FAULT_INVALID_ARG","features":[381]},{"name":"FAULT_INVALID_SEQUENCE_NUMBER","features":[381]},{"name":"FAULT_INVALID_VARIABLE","features":[381]},{"name":"HSWDEVICE","features":[381]},{"name":"IUPnPAddressFamilyControl","features":[381]},{"name":"IUPnPAsyncResult","features":[381]},{"name":"IUPnPDescriptionDocument","features":[381,358]},{"name":"IUPnPDescriptionDocumentCallback","features":[381]},{"name":"IUPnPDevice","features":[381,358]},{"name":"IUPnPDeviceControl","features":[381]},{"name":"IUPnPDeviceControlHttpHeaders","features":[381]},{"name":"IUPnPDeviceDocumentAccess","features":[381]},{"name":"IUPnPDeviceDocumentAccessEx","features":[381]},{"name":"IUPnPDeviceFinder","features":[381,358]},{"name":"IUPnPDeviceFinderAddCallbackWithInterface","features":[381]},{"name":"IUPnPDeviceFinderCallback","features":[381]},{"name":"IUPnPDeviceProvider","features":[381]},{"name":"IUPnPDevices","features":[381,358]},{"name":"IUPnPEventSink","features":[381]},{"name":"IUPnPEventSource","features":[381]},{"name":"IUPnPHttpHeaderControl","features":[381]},{"name":"IUPnPRegistrar","features":[381]},{"name":"IUPnPRemoteEndpointInfo","features":[381]},{"name":"IUPnPReregistrar","features":[381]},{"name":"IUPnPService","features":[381,358]},{"name":"IUPnPServiceAsync","features":[381]},{"name":"IUPnPServiceCallback","features":[381]},{"name":"IUPnPServiceDocumentAccess","features":[381]},{"name":"IUPnPServiceEnumProperty","features":[381]},{"name":"IUPnPServices","features":[381,358]},{"name":"REMOTE_ADDRESS_VALUE_NAME","features":[381]},{"name":"SWDeviceCapabilitiesDriverRequired","features":[381]},{"name":"SWDeviceCapabilitiesNoDisplayInUI","features":[381]},{"name":"SWDeviceCapabilitiesNone","features":[381]},{"name":"SWDeviceCapabilitiesRemovable","features":[381]},{"name":"SWDeviceCapabilitiesSilentInstall","features":[381]},{"name":"SWDeviceLifetimeHandle","features":[381]},{"name":"SWDeviceLifetimeMax","features":[381]},{"name":"SWDeviceLifetimeParentPresent","features":[381]},{"name":"SW_DEVICE_CAPABILITIES","features":[381]},{"name":"SW_DEVICE_CREATE_CALLBACK","features":[381]},{"name":"SW_DEVICE_CREATE_INFO","features":[381,309]},{"name":"SW_DEVICE_LIFETIME","features":[381]},{"name":"SwDeviceClose","features":[381]},{"name":"SwDeviceCreate","features":[381,340,305,309]},{"name":"SwDeviceGetLifetime","features":[381]},{"name":"SwDeviceInterfacePropertySet","features":[381,340,305]},{"name":"SwDeviceInterfaceRegister","features":[381,340,305]},{"name":"SwDeviceInterfaceSetState","features":[381,305]},{"name":"SwDevicePropertySet","features":[381,340,305]},{"name":"SwDeviceSetLifetime","features":[381]},{"name":"SwMemFree","features":[381]},{"name":"UPNP_ADDRESSFAMILY_BOTH","features":[381]},{"name":"UPNP_ADDRESSFAMILY_IPv4","features":[381]},{"name":"UPNP_ADDRESSFAMILY_IPv6","features":[381]},{"name":"UPNP_E_ACTION_REQUEST_FAILED","features":[381]},{"name":"UPNP_E_ACTION_SPECIFIC_BASE","features":[381]},{"name":"UPNP_E_DEVICE_ELEMENT_EXPECTED","features":[381]},{"name":"UPNP_E_DEVICE_ERROR","features":[381]},{"name":"UPNP_E_DEVICE_NODE_INCOMPLETE","features":[381]},{"name":"UPNP_E_DEVICE_NOTREGISTERED","features":[381]},{"name":"UPNP_E_DEVICE_RUNNING","features":[381]},{"name":"UPNP_E_DEVICE_TIMEOUT","features":[381]},{"name":"UPNP_E_DUPLICATE_NOT_ALLOWED","features":[381]},{"name":"UPNP_E_DUPLICATE_SERVICE_ID","features":[381]},{"name":"UPNP_E_ERROR_PROCESSING_RESPONSE","features":[381]},{"name":"UPNP_E_EVENT_SUBSCRIPTION_FAILED","features":[381]},{"name":"UPNP_E_ICON_ELEMENT_EXPECTED","features":[381]},{"name":"UPNP_E_ICON_NODE_INCOMPLETE","features":[381]},{"name":"UPNP_E_INVALID_ACTION","features":[381]},{"name":"UPNP_E_INVALID_ARGUMENTS","features":[381]},{"name":"UPNP_E_INVALID_DESCRIPTION","features":[381]},{"name":"UPNP_E_INVALID_DOCUMENT","features":[381]},{"name":"UPNP_E_INVALID_ICON","features":[381]},{"name":"UPNP_E_INVALID_ROOT_NAMESPACE","features":[381]},{"name":"UPNP_E_INVALID_SERVICE","features":[381]},{"name":"UPNP_E_INVALID_VARIABLE","features":[381]},{"name":"UPNP_E_INVALID_XML","features":[381]},{"name":"UPNP_E_OUT_OF_SYNC","features":[381]},{"name":"UPNP_E_PROTOCOL_ERROR","features":[381]},{"name":"UPNP_E_REQUIRED_ELEMENT_ERROR","features":[381]},{"name":"UPNP_E_ROOT_ELEMENT_EXPECTED","features":[381]},{"name":"UPNP_E_SERVICE_ELEMENT_EXPECTED","features":[381]},{"name":"UPNP_E_SERVICE_NODE_INCOMPLETE","features":[381]},{"name":"UPNP_E_SUFFIX_TOO_LONG","features":[381]},{"name":"UPNP_E_TRANSPORT_ERROR","features":[381]},{"name":"UPNP_E_URLBASE_PRESENT","features":[381]},{"name":"UPNP_E_VALUE_TOO_LONG","features":[381]},{"name":"UPNP_E_VARIABLE_VALUE_UNKNOWN","features":[381]},{"name":"UPNP_SERVICE_DELAY_SCPD_AND_SUBSCRIPTION","features":[381]},{"name":"UPnPDescriptionDocument","features":[381]},{"name":"UPnPDescriptionDocumentEx","features":[381]},{"name":"UPnPDevice","features":[381]},{"name":"UPnPDeviceFinder","features":[381]},{"name":"UPnPDeviceFinderEx","features":[381]},{"name":"UPnPDevices","features":[381]},{"name":"UPnPRegistrar","features":[381]},{"name":"UPnPRemoteEndpointInfo","features":[381]},{"name":"UPnPService","features":[381]},{"name":"UPnPServices","features":[381]}],"383":[{"name":"CF_MSFAXSRV_DEVICE_ID","features":[382]},{"name":"CF_MSFAXSRV_FSP_GUID","features":[382]},{"name":"CF_MSFAXSRV_ROUTEEXT_NAME","features":[382]},{"name":"CF_MSFAXSRV_ROUTING_METHOD_GUID","features":[382]},{"name":"CF_MSFAXSRV_SERVER_NAME","features":[382]},{"name":"CLSID_Sti","features":[382]},{"name":"CanSendToFaxRecipient","features":[382,305]},{"name":"DEVPKEY_WIA_DeviceType","features":[382,305]},{"name":"DEVPKEY_WIA_USDClassId","features":[382,305]},{"name":"DEV_ID_SRC_FAX","features":[382]},{"name":"DEV_ID_SRC_TAPI","features":[382]},{"name":"DRT_EMAIL","features":[382]},{"name":"DRT_INBOX","features":[382]},{"name":"DRT_NONE","features":[382]},{"name":"FAXDEVRECEIVE_SIZE","features":[382]},{"name":"FAXDEVREPORTSTATUS_SIZE","features":[382]},{"name":"FAXLOG_CATEGORY_INBOUND","features":[382]},{"name":"FAXLOG_CATEGORY_INIT","features":[382]},{"name":"FAXLOG_CATEGORY_OUTBOUND","features":[382]},{"name":"FAXLOG_CATEGORY_UNKNOWN","features":[382]},{"name":"FAXLOG_LEVEL_MAX","features":[382]},{"name":"FAXLOG_LEVEL_MED","features":[382]},{"name":"FAXLOG_LEVEL_MIN","features":[382]},{"name":"FAXLOG_LEVEL_NONE","features":[382]},{"name":"FAXROUTE_ENABLE","features":[382]},{"name":"FAXSRV_DEVICE_NODETYPE_GUID","features":[382]},{"name":"FAXSRV_DEVICE_PROVIDER_NODETYPE_GUID","features":[382]},{"name":"FAXSRV_ROUTING_METHOD_NODETYPE_GUID","features":[382]},{"name":"FAX_ACCESS_RIGHTS_ENUM","features":[382]},{"name":"FAX_ACCESS_RIGHTS_ENUM_2","features":[382]},{"name":"FAX_ACCOUNT_EVENTS_TYPE_ENUM","features":[382]},{"name":"FAX_CONFIGURATIONA","features":[382,305]},{"name":"FAX_CONFIGURATIONW","features":[382,305]},{"name":"FAX_CONFIG_QUERY","features":[382]},{"name":"FAX_CONFIG_SET","features":[382]},{"name":"FAX_CONTEXT_INFOA","features":[382,317]},{"name":"FAX_CONTEXT_INFOW","features":[382,317]},{"name":"FAX_COVERPAGE_INFOA","features":[382,305]},{"name":"FAX_COVERPAGE_INFOW","features":[382,305]},{"name":"FAX_COVERPAGE_TYPE_ENUM","features":[382]},{"name":"FAX_DEVICE_RECEIVE_MODE_ENUM","features":[382]},{"name":"FAX_DEVICE_STATUSA","features":[382,305]},{"name":"FAX_DEVICE_STATUSW","features":[382,305]},{"name":"FAX_DEV_STATUS","features":[382]},{"name":"FAX_ENUM_DELIVERY_REPORT_TYPES","features":[382]},{"name":"FAX_ENUM_DEVICE_ID_SOURCE","features":[382]},{"name":"FAX_ENUM_JOB_COMMANDS","features":[382]},{"name":"FAX_ENUM_JOB_SEND_ATTRIBUTES","features":[382]},{"name":"FAX_ENUM_LOG_CATEGORIES","features":[382]},{"name":"FAX_ENUM_LOG_LEVELS","features":[382]},{"name":"FAX_ENUM_PORT_OPEN_TYPE","features":[382]},{"name":"FAX_ERR_BAD_GROUP_CONFIGURATION","features":[382]},{"name":"FAX_ERR_DEVICE_NUM_LIMIT_EXCEEDED","features":[382]},{"name":"FAX_ERR_DIRECTORY_IN_USE","features":[382]},{"name":"FAX_ERR_END","features":[382]},{"name":"FAX_ERR_FILE_ACCESS_DENIED","features":[382]},{"name":"FAX_ERR_GROUP_IN_USE","features":[382]},{"name":"FAX_ERR_GROUP_NOT_FOUND","features":[382]},{"name":"FAX_ERR_MESSAGE_NOT_FOUND","features":[382]},{"name":"FAX_ERR_NOT_NTFS","features":[382]},{"name":"FAX_ERR_NOT_SUPPORTED_ON_THIS_SKU","features":[382]},{"name":"FAX_ERR_RECIPIENTS_LIMIT","features":[382]},{"name":"FAX_ERR_RULE_NOT_FOUND","features":[382]},{"name":"FAX_ERR_SRV_OUTOFMEMORY","features":[382]},{"name":"FAX_ERR_START","features":[382]},{"name":"FAX_ERR_VERSION_MISMATCH","features":[382]},{"name":"FAX_EVENTA","features":[382,305]},{"name":"FAX_EVENTW","features":[382,305]},{"name":"FAX_E_BAD_GROUP_CONFIGURATION","features":[382]},{"name":"FAX_E_DEVICE_NUM_LIMIT_EXCEEDED","features":[382]},{"name":"FAX_E_DIRECTORY_IN_USE","features":[382]},{"name":"FAX_E_FILE_ACCESS_DENIED","features":[382]},{"name":"FAX_E_GROUP_IN_USE","features":[382]},{"name":"FAX_E_GROUP_NOT_FOUND","features":[382]},{"name":"FAX_E_MESSAGE_NOT_FOUND","features":[382]},{"name":"FAX_E_NOT_NTFS","features":[382]},{"name":"FAX_E_NOT_SUPPORTED_ON_THIS_SKU","features":[382]},{"name":"FAX_E_RECIPIENTS_LIMIT","features":[382]},{"name":"FAX_E_RULE_NOT_FOUND","features":[382]},{"name":"FAX_E_SRV_OUTOFMEMORY","features":[382]},{"name":"FAX_E_VERSION_MISMATCH","features":[382]},{"name":"FAX_GLOBAL_ROUTING_INFOA","features":[382]},{"name":"FAX_GLOBAL_ROUTING_INFOW","features":[382]},{"name":"FAX_GROUP_STATUS_ENUM","features":[382]},{"name":"FAX_JOB_ENTRYA","features":[382,305]},{"name":"FAX_JOB_ENTRYW","features":[382,305]},{"name":"FAX_JOB_EXTENDED_STATUS_ENUM","features":[382]},{"name":"FAX_JOB_MANAGE","features":[382]},{"name":"FAX_JOB_OPERATIONS_ENUM","features":[382]},{"name":"FAX_JOB_PARAMA","features":[382,305]},{"name":"FAX_JOB_PARAMW","features":[382,305]},{"name":"FAX_JOB_QUERY","features":[382]},{"name":"FAX_JOB_STATUS_ENUM","features":[382]},{"name":"FAX_JOB_SUBMIT","features":[382]},{"name":"FAX_JOB_TYPE_ENUM","features":[382]},{"name":"FAX_LOG_CATEGORYA","features":[382]},{"name":"FAX_LOG_CATEGORYW","features":[382]},{"name":"FAX_LOG_LEVEL_ENUM","features":[382]},{"name":"FAX_PORT_INFOA","features":[382]},{"name":"FAX_PORT_INFOW","features":[382]},{"name":"FAX_PORT_QUERY","features":[382]},{"name":"FAX_PORT_SET","features":[382]},{"name":"FAX_PRINT_INFOA","features":[382]},{"name":"FAX_PRINT_INFOW","features":[382]},{"name":"FAX_PRIORITY_TYPE_ENUM","features":[382]},{"name":"FAX_PROVIDER_STATUS_ENUM","features":[382]},{"name":"FAX_RECEIPT_TYPE_ENUM","features":[382]},{"name":"FAX_RECEIVE","features":[382]},{"name":"FAX_ROUTE","features":[382]},{"name":"FAX_ROUTE_CALLBACKROUTINES","features":[382,305]},{"name":"FAX_ROUTING_METHODA","features":[382,305]},{"name":"FAX_ROUTING_METHODW","features":[382,305]},{"name":"FAX_ROUTING_RULE_CODE_ENUM","features":[382]},{"name":"FAX_RULE_STATUS_ENUM","features":[382]},{"name":"FAX_SCHEDULE_TYPE_ENUM","features":[382]},{"name":"FAX_SEND","features":[382,305]},{"name":"FAX_SERVER_APIVERSION_ENUM","features":[382]},{"name":"FAX_SERVER_EVENTS_TYPE_ENUM","features":[382]},{"name":"FAX_SMTP_AUTHENTICATION_TYPE_ENUM","features":[382]},{"name":"FAX_TIME","features":[382]},{"name":"FEI_ABORTING","features":[382]},{"name":"FEI_ANSWERED","features":[382]},{"name":"FEI_BAD_ADDRESS","features":[382]},{"name":"FEI_BUSY","features":[382]},{"name":"FEI_CALL_BLACKLISTED","features":[382]},{"name":"FEI_CALL_DELAYED","features":[382]},{"name":"FEI_COMPLETED","features":[382]},{"name":"FEI_DELETED","features":[382]},{"name":"FEI_DIALING","features":[382]},{"name":"FEI_DISCONNECTED","features":[382]},{"name":"FEI_FATAL_ERROR","features":[382]},{"name":"FEI_FAXSVC_ENDED","features":[382]},{"name":"FEI_FAXSVC_STARTED","features":[382]},{"name":"FEI_HANDLED","features":[382]},{"name":"FEI_IDLE","features":[382]},{"name":"FEI_INITIALIZING","features":[382]},{"name":"FEI_JOB_QUEUED","features":[382]},{"name":"FEI_LINE_UNAVAILABLE","features":[382]},{"name":"FEI_MODEM_POWERED_OFF","features":[382]},{"name":"FEI_MODEM_POWERED_ON","features":[382]},{"name":"FEI_NEVENTS","features":[382]},{"name":"FEI_NOT_FAX_CALL","features":[382]},{"name":"FEI_NO_ANSWER","features":[382]},{"name":"FEI_NO_DIAL_TONE","features":[382]},{"name":"FEI_RECEIVING","features":[382]},{"name":"FEI_RINGING","features":[382]},{"name":"FEI_ROUTING","features":[382]},{"name":"FEI_SENDING","features":[382]},{"name":"FPF_RECEIVE","features":[382]},{"name":"FPF_SEND","features":[382]},{"name":"FPF_VIRTUAL","features":[382]},{"name":"FPS_ABORTING","features":[382]},{"name":"FPS_ANSWERED","features":[382]},{"name":"FPS_AVAILABLE","features":[382]},{"name":"FPS_BAD_ADDRESS","features":[382]},{"name":"FPS_BUSY","features":[382]},{"name":"FPS_CALL_BLACKLISTED","features":[382]},{"name":"FPS_CALL_DELAYED","features":[382]},{"name":"FPS_COMPLETED","features":[382]},{"name":"FPS_DIALING","features":[382]},{"name":"FPS_DISCONNECTED","features":[382]},{"name":"FPS_FATAL_ERROR","features":[382]},{"name":"FPS_HANDLED","features":[382]},{"name":"FPS_INITIALIZING","features":[382]},{"name":"FPS_NOT_FAX_CALL","features":[382]},{"name":"FPS_NO_ANSWER","features":[382]},{"name":"FPS_NO_DIAL_TONE","features":[382]},{"name":"FPS_OFFLINE","features":[382]},{"name":"FPS_RECEIVING","features":[382]},{"name":"FPS_RINGING","features":[382]},{"name":"FPS_ROUTING","features":[382]},{"name":"FPS_SENDING","features":[382]},{"name":"FPS_UNAVAILABLE","features":[382]},{"name":"FS_ANSWERED","features":[382]},{"name":"FS_BAD_ADDRESS","features":[382]},{"name":"FS_BUSY","features":[382]},{"name":"FS_CALL_BLACKLISTED","features":[382]},{"name":"FS_CALL_DELAYED","features":[382]},{"name":"FS_COMPLETED","features":[382]},{"name":"FS_DIALING","features":[382]},{"name":"FS_DISCONNECTED","features":[382]},{"name":"FS_FATAL_ERROR","features":[382]},{"name":"FS_HANDLED","features":[382]},{"name":"FS_INITIALIZING","features":[382]},{"name":"FS_LINE_UNAVAILABLE","features":[382]},{"name":"FS_NOT_FAX_CALL","features":[382]},{"name":"FS_NO_ANSWER","features":[382]},{"name":"FS_NO_DIAL_TONE","features":[382]},{"name":"FS_RECEIVING","features":[382]},{"name":"FS_TRANSMITTING","features":[382]},{"name":"FS_USER_ABORT","features":[382]},{"name":"FaxAbort","features":[382,305]},{"name":"FaxAccessCheck","features":[382,305]},{"name":"FaxAccount","features":[382]},{"name":"FaxAccountFolders","features":[382]},{"name":"FaxAccountIncomingArchive","features":[382]},{"name":"FaxAccountIncomingQueue","features":[382]},{"name":"FaxAccountOutgoingArchive","features":[382]},{"name":"FaxAccountOutgoingQueue","features":[382]},{"name":"FaxAccountSet","features":[382]},{"name":"FaxAccounts","features":[382]},{"name":"FaxActivity","features":[382]},{"name":"FaxActivityLogging","features":[382]},{"name":"FaxClose","features":[382,305]},{"name":"FaxCompleteJobParamsA","features":[382,305]},{"name":"FaxCompleteJobParamsW","features":[382,305]},{"name":"FaxConfiguration","features":[382]},{"name":"FaxConnectFaxServerA","features":[382,305]},{"name":"FaxConnectFaxServerW","features":[382,305]},{"name":"FaxDevice","features":[382]},{"name":"FaxDeviceIds","features":[382]},{"name":"FaxDeviceProvider","features":[382]},{"name":"FaxDeviceProviders","features":[382]},{"name":"FaxDevices","features":[382]},{"name":"FaxDocument","features":[382]},{"name":"FaxEnableRoutingMethodA","features":[382,305]},{"name":"FaxEnableRoutingMethodW","features":[382,305]},{"name":"FaxEnumGlobalRoutingInfoA","features":[382,305]},{"name":"FaxEnumGlobalRoutingInfoW","features":[382,305]},{"name":"FaxEnumJobsA","features":[382,305]},{"name":"FaxEnumJobsW","features":[382,305]},{"name":"FaxEnumPortsA","features":[382,305]},{"name":"FaxEnumPortsW","features":[382,305]},{"name":"FaxEnumRoutingMethodsA","features":[382,305]},{"name":"FaxEnumRoutingMethodsW","features":[382,305]},{"name":"FaxEventLogging","features":[382]},{"name":"FaxFolders","features":[382]},{"name":"FaxFreeBuffer","features":[382]},{"name":"FaxGetConfigurationA","features":[382,305]},{"name":"FaxGetConfigurationW","features":[382,305]},{"name":"FaxGetDeviceStatusA","features":[382,305]},{"name":"FaxGetDeviceStatusW","features":[382,305]},{"name":"FaxGetJobA","features":[382,305]},{"name":"FaxGetJobW","features":[382,305]},{"name":"FaxGetLoggingCategoriesA","features":[382,305]},{"name":"FaxGetLoggingCategoriesW","features":[382,305]},{"name":"FaxGetPageData","features":[382,305]},{"name":"FaxGetPortA","features":[382,305]},{"name":"FaxGetPortW","features":[382,305]},{"name":"FaxGetRoutingInfoA","features":[382,305]},{"name":"FaxGetRoutingInfoW","features":[382,305]},{"name":"FaxInboundRouting","features":[382]},{"name":"FaxInboundRoutingExtension","features":[382]},{"name":"FaxInboundRoutingExtensions","features":[382]},{"name":"FaxInboundRoutingMethod","features":[382]},{"name":"FaxInboundRoutingMethods","features":[382]},{"name":"FaxIncomingArchive","features":[382]},{"name":"FaxIncomingJob","features":[382]},{"name":"FaxIncomingJobs","features":[382]},{"name":"FaxIncomingMessage","features":[382]},{"name":"FaxIncomingMessageIterator","features":[382]},{"name":"FaxIncomingQueue","features":[382]},{"name":"FaxInitializeEventQueue","features":[382,305]},{"name":"FaxJobStatus","features":[382]},{"name":"FaxLoggingOptions","features":[382]},{"name":"FaxOpenPort","features":[382,305]},{"name":"FaxOutboundRouting","features":[382]},{"name":"FaxOutboundRoutingGroup","features":[382]},{"name":"FaxOutboundRoutingGroups","features":[382]},{"name":"FaxOutboundRoutingRule","features":[382]},{"name":"FaxOutboundRoutingRules","features":[382]},{"name":"FaxOutgoingArchive","features":[382]},{"name":"FaxOutgoingJob","features":[382]},{"name":"FaxOutgoingJobs","features":[382]},{"name":"FaxOutgoingMessage","features":[382]},{"name":"FaxOutgoingMessageIterator","features":[382]},{"name":"FaxOutgoingQueue","features":[382]},{"name":"FaxPrintCoverPageA","features":[382,305,317]},{"name":"FaxPrintCoverPageW","features":[382,305,317]},{"name":"FaxReceiptOptions","features":[382]},{"name":"FaxRecipient","features":[382]},{"name":"FaxRecipients","features":[382]},{"name":"FaxRegisterRoutingExtensionW","features":[382,305]},{"name":"FaxRegisterServiceProviderW","features":[382,305]},{"name":"FaxSecurity","features":[382]},{"name":"FaxSecurity2","features":[382]},{"name":"FaxSendDocumentA","features":[382,305]},{"name":"FaxSendDocumentForBroadcastA","features":[382,305]},{"name":"FaxSendDocumentForBroadcastW","features":[382,305]},{"name":"FaxSendDocumentW","features":[382,305]},{"name":"FaxSender","features":[382]},{"name":"FaxServer","features":[382]},{"name":"FaxSetConfigurationA","features":[382,305]},{"name":"FaxSetConfigurationW","features":[382,305]},{"name":"FaxSetGlobalRoutingInfoA","features":[382,305]},{"name":"FaxSetGlobalRoutingInfoW","features":[382,305]},{"name":"FaxSetJobA","features":[382,305]},{"name":"FaxSetJobW","features":[382,305]},{"name":"FaxSetLoggingCategoriesA","features":[382,305]},{"name":"FaxSetLoggingCategoriesW","features":[382,305]},{"name":"FaxSetPortA","features":[382,305]},{"name":"FaxSetPortW","features":[382,305]},{"name":"FaxSetRoutingInfoA","features":[382,305]},{"name":"FaxSetRoutingInfoW","features":[382,305]},{"name":"FaxStartPrintJobA","features":[382,305,317]},{"name":"FaxStartPrintJobW","features":[382,305,317]},{"name":"FaxUnregisterServiceProviderW","features":[382,305]},{"name":"GUID_DeviceArrivedLaunch","features":[382]},{"name":"GUID_STIUserDefined1","features":[382]},{"name":"GUID_STIUserDefined2","features":[382]},{"name":"GUID_STIUserDefined3","features":[382]},{"name":"GUID_ScanFaxImage","features":[382]},{"name":"GUID_ScanImage","features":[382]},{"name":"GUID_ScanPrintImage","features":[382]},{"name":"IFaxAccount","features":[382,358]},{"name":"IFaxAccountFolders","features":[382,358]},{"name":"IFaxAccountIncomingArchive","features":[382,358]},{"name":"IFaxAccountIncomingQueue","features":[382,358]},{"name":"IFaxAccountNotify","features":[382,358]},{"name":"IFaxAccountOutgoingArchive","features":[382,358]},{"name":"IFaxAccountOutgoingQueue","features":[382,358]},{"name":"IFaxAccountSet","features":[382,358]},{"name":"IFaxAccounts","features":[382,358]},{"name":"IFaxActivity","features":[382,358]},{"name":"IFaxActivityLogging","features":[382,358]},{"name":"IFaxConfiguration","features":[382,358]},{"name":"IFaxDevice","features":[382,358]},{"name":"IFaxDeviceIds","features":[382,358]},{"name":"IFaxDeviceProvider","features":[382,358]},{"name":"IFaxDeviceProviders","features":[382,358]},{"name":"IFaxDevices","features":[382,358]},{"name":"IFaxDocument","features":[382,358]},{"name":"IFaxDocument2","features":[382,358]},{"name":"IFaxEventLogging","features":[382,358]},{"name":"IFaxFolders","features":[382,358]},{"name":"IFaxInboundRouting","features":[382,358]},{"name":"IFaxInboundRoutingExtension","features":[382,358]},{"name":"IFaxInboundRoutingExtensions","features":[382,358]},{"name":"IFaxInboundRoutingMethod","features":[382,358]},{"name":"IFaxInboundRoutingMethods","features":[382,358]},{"name":"IFaxIncomingArchive","features":[382,358]},{"name":"IFaxIncomingJob","features":[382,358]},{"name":"IFaxIncomingJobs","features":[382,358]},{"name":"IFaxIncomingMessage","features":[382,358]},{"name":"IFaxIncomingMessage2","features":[382,358]},{"name":"IFaxIncomingMessageIterator","features":[382,358]},{"name":"IFaxIncomingQueue","features":[382,358]},{"name":"IFaxJobStatus","features":[382,358]},{"name":"IFaxLoggingOptions","features":[382,358]},{"name":"IFaxOutboundRouting","features":[382,358]},{"name":"IFaxOutboundRoutingGroup","features":[382,358]},{"name":"IFaxOutboundRoutingGroups","features":[382,358]},{"name":"IFaxOutboundRoutingRule","features":[382,358]},{"name":"IFaxOutboundRoutingRules","features":[382,358]},{"name":"IFaxOutgoingArchive","features":[382,358]},{"name":"IFaxOutgoingJob","features":[382,358]},{"name":"IFaxOutgoingJob2","features":[382,358]},{"name":"IFaxOutgoingJobs","features":[382,358]},{"name":"IFaxOutgoingMessage","features":[382,358]},{"name":"IFaxOutgoingMessage2","features":[382,358]},{"name":"IFaxOutgoingMessageIterator","features":[382,358]},{"name":"IFaxOutgoingQueue","features":[382,358]},{"name":"IFaxReceiptOptions","features":[382,358]},{"name":"IFaxRecipient","features":[382,358]},{"name":"IFaxRecipients","features":[382,358]},{"name":"IFaxSecurity","features":[382,358]},{"name":"IFaxSecurity2","features":[382,358]},{"name":"IFaxSender","features":[382,358]},{"name":"IFaxServer","features":[382,358]},{"name":"IFaxServer2","features":[382,358]},{"name":"IFaxServerNotify","features":[382,358]},{"name":"IFaxServerNotify2","features":[382,358]},{"name":"IS_DIGITAL_CAMERA_STR","features":[382]},{"name":"IS_DIGITAL_CAMERA_VAL","features":[382]},{"name":"IStiDevice","features":[382]},{"name":"IStiDeviceControl","features":[382]},{"name":"IStiUSD","features":[382]},{"name":"IStillImageW","features":[382]},{"name":"JC_DELETE","features":[382]},{"name":"JC_PAUSE","features":[382]},{"name":"JC_RESUME","features":[382]},{"name":"JC_UNKNOWN","features":[382]},{"name":"JSA_DISCOUNT_PERIOD","features":[382]},{"name":"JSA_NOW","features":[382]},{"name":"JSA_SPECIFIC_TIME","features":[382]},{"name":"JS_DELETING","features":[382]},{"name":"JS_FAILED","features":[382]},{"name":"JS_INPROGRESS","features":[382]},{"name":"JS_NOLINE","features":[382]},{"name":"JS_PAUSED","features":[382]},{"name":"JS_PENDING","features":[382]},{"name":"JS_RETRIES_EXCEEDED","features":[382]},{"name":"JS_RETRYING","features":[382]},{"name":"JT_FAIL_RECEIVE","features":[382]},{"name":"JT_RECEIVE","features":[382]},{"name":"JT_ROUTING","features":[382]},{"name":"JT_SEND","features":[382]},{"name":"JT_UNKNOWN","features":[382]},{"name":"MAX_NOTIFICATION_DATA","features":[382]},{"name":"MS_FAXROUTE_EMAIL_GUID","features":[382]},{"name":"MS_FAXROUTE_FOLDER_GUID","features":[382]},{"name":"MS_FAXROUTE_PRINTING_GUID","features":[382]},{"name":"PFAXABORT","features":[382,305]},{"name":"PFAXACCESSCHECK","features":[382,305]},{"name":"PFAXCLOSE","features":[382,305]},{"name":"PFAXCOMPLETEJOBPARAMSA","features":[382,305]},{"name":"PFAXCOMPLETEJOBPARAMSW","features":[382,305]},{"name":"PFAXCONNECTFAXSERVERA","features":[382,305]},{"name":"PFAXCONNECTFAXSERVERW","features":[382,305]},{"name":"PFAXDEVABORTOPERATION","features":[382,305]},{"name":"PFAXDEVCONFIGURE","features":[382,305,357]},{"name":"PFAXDEVENDJOB","features":[382,305]},{"name":"PFAXDEVINITIALIZE","features":[382,305]},{"name":"PFAXDEVRECEIVE","features":[382,305]},{"name":"PFAXDEVREPORTSTATUS","features":[382,305]},{"name":"PFAXDEVSEND","features":[382,305]},{"name":"PFAXDEVSHUTDOWN","features":[382]},{"name":"PFAXDEVSTARTJOB","features":[382,305]},{"name":"PFAXDEVVIRTUALDEVICECREATION","features":[382,305]},{"name":"PFAXENABLEROUTINGMETHODA","features":[382,305]},{"name":"PFAXENABLEROUTINGMETHODW","features":[382,305]},{"name":"PFAXENUMGLOBALROUTINGINFOA","features":[382,305]},{"name":"PFAXENUMGLOBALROUTINGINFOW","features":[382,305]},{"name":"PFAXENUMJOBSA","features":[382,305]},{"name":"PFAXENUMJOBSW","features":[382,305]},{"name":"PFAXENUMPORTSA","features":[382,305]},{"name":"PFAXENUMPORTSW","features":[382,305]},{"name":"PFAXENUMROUTINGMETHODSA","features":[382,305]},{"name":"PFAXENUMROUTINGMETHODSW","features":[382,305]},{"name":"PFAXFREEBUFFER","features":[382]},{"name":"PFAXGETCONFIGURATIONA","features":[382,305]},{"name":"PFAXGETCONFIGURATIONW","features":[382,305]},{"name":"PFAXGETDEVICESTATUSA","features":[382,305]},{"name":"PFAXGETDEVICESTATUSW","features":[382,305]},{"name":"PFAXGETJOBA","features":[382,305]},{"name":"PFAXGETJOBW","features":[382,305]},{"name":"PFAXGETLOGGINGCATEGORIESA","features":[382,305]},{"name":"PFAXGETLOGGINGCATEGORIESW","features":[382,305]},{"name":"PFAXGETPAGEDATA","features":[382,305]},{"name":"PFAXGETPORTA","features":[382,305]},{"name":"PFAXGETPORTW","features":[382,305]},{"name":"PFAXGETROUTINGINFOA","features":[382,305]},{"name":"PFAXGETROUTINGINFOW","features":[382,305]},{"name":"PFAXINITIALIZEEVENTQUEUE","features":[382,305]},{"name":"PFAXOPENPORT","features":[382,305]},{"name":"PFAXPRINTCOVERPAGEA","features":[382,305,317]},{"name":"PFAXPRINTCOVERPAGEW","features":[382,305,317]},{"name":"PFAXREGISTERROUTINGEXTENSIONW","features":[382,305]},{"name":"PFAXREGISTERSERVICEPROVIDERW","features":[382,305]},{"name":"PFAXROUTEADDFILE","features":[382]},{"name":"PFAXROUTEDELETEFILE","features":[382]},{"name":"PFAXROUTEDEVICECHANGENOTIFICATION","features":[382,305]},{"name":"PFAXROUTEDEVICEENABLE","features":[382,305]},{"name":"PFAXROUTEENUMFILE","features":[382,305]},{"name":"PFAXROUTEENUMFILES","features":[382,305]},{"name":"PFAXROUTEGETFILE","features":[382,305]},{"name":"PFAXROUTEGETROUTINGINFO","features":[382,305]},{"name":"PFAXROUTEINITIALIZE","features":[382,305]},{"name":"PFAXROUTEMETHOD","features":[382,305]},{"name":"PFAXROUTEMODIFYROUTINGDATA","features":[382,305]},{"name":"PFAXROUTESETROUTINGINFO","features":[382,305]},{"name":"PFAXSENDDOCUMENTA","features":[382,305]},{"name":"PFAXSENDDOCUMENTFORBROADCASTA","features":[382,305]},{"name":"PFAXSENDDOCUMENTFORBROADCASTW","features":[382,305]},{"name":"PFAXSENDDOCUMENTW","features":[382,305]},{"name":"PFAXSETCONFIGURATIONA","features":[382,305]},{"name":"PFAXSETCONFIGURATIONW","features":[382,305]},{"name":"PFAXSETGLOBALROUTINGINFOA","features":[382,305]},{"name":"PFAXSETGLOBALROUTINGINFOW","features":[382,305]},{"name":"PFAXSETJOBA","features":[382,305]},{"name":"PFAXSETJOBW","features":[382,305]},{"name":"PFAXSETLOGGINGCATEGORIESA","features":[382,305]},{"name":"PFAXSETLOGGINGCATEGORIESW","features":[382,305]},{"name":"PFAXSETPORTA","features":[382,305]},{"name":"PFAXSETPORTW","features":[382,305]},{"name":"PFAXSETROUTINGINFOA","features":[382,305]},{"name":"PFAXSETROUTINGINFOW","features":[382,305]},{"name":"PFAXSTARTPRINTJOBA","features":[382,305,317]},{"name":"PFAXSTARTPRINTJOBW","features":[382,305,317]},{"name":"PFAXUNREGISTERSERVICEPROVIDERW","features":[382,305]},{"name":"PFAX_EXT_CONFIG_CHANGE","features":[382]},{"name":"PFAX_EXT_FREE_BUFFER","features":[382]},{"name":"PFAX_EXT_GET_DATA","features":[382]},{"name":"PFAX_EXT_INITIALIZE_CONFIG","features":[382,305]},{"name":"PFAX_EXT_REGISTER_FOR_EVENTS","features":[382,305]},{"name":"PFAX_EXT_SET_DATA","features":[382,305]},{"name":"PFAX_EXT_UNREGISTER_FOR_EVENTS","features":[382,305]},{"name":"PFAX_LINECALLBACK","features":[382,305]},{"name":"PFAX_RECIPIENT_CALLBACKA","features":[382,305]},{"name":"PFAX_RECIPIENT_CALLBACKW","features":[382,305]},{"name":"PFAX_ROUTING_INSTALLATION_CALLBACKW","features":[382,305]},{"name":"PFAX_SEND_CALLBACK","features":[382,305]},{"name":"PFAX_SERVICE_CALLBACK","features":[382,305]},{"name":"PORT_OPEN_MODIFY","features":[382]},{"name":"PORT_OPEN_QUERY","features":[382]},{"name":"QUERY_STATUS","features":[382]},{"name":"REGSTR_VAL_BAUDRATE","features":[382]},{"name":"REGSTR_VAL_BAUDRATE_A","features":[382]},{"name":"REGSTR_VAL_DATA_W","features":[382]},{"name":"REGSTR_VAL_DEVICESUBTYPE_W","features":[382]},{"name":"REGSTR_VAL_DEVICETYPE_W","features":[382]},{"name":"REGSTR_VAL_DEVICE_NAME_W","features":[382]},{"name":"REGSTR_VAL_DEV_NAME_W","features":[382]},{"name":"REGSTR_VAL_DRIVER_DESC_W","features":[382]},{"name":"REGSTR_VAL_FRIENDLY_NAME_W","features":[382]},{"name":"REGSTR_VAL_GENERIC_CAPS_W","features":[382]},{"name":"REGSTR_VAL_GUID","features":[382]},{"name":"REGSTR_VAL_GUID_W","features":[382]},{"name":"REGSTR_VAL_HARDWARE","features":[382]},{"name":"REGSTR_VAL_HARDWARE_W","features":[382]},{"name":"REGSTR_VAL_LAUNCHABLE","features":[382]},{"name":"REGSTR_VAL_LAUNCHABLE_W","features":[382]},{"name":"REGSTR_VAL_LAUNCH_APPS","features":[382]},{"name":"REGSTR_VAL_LAUNCH_APPS_W","features":[382]},{"name":"REGSTR_VAL_SHUTDOWNDELAY","features":[382]},{"name":"REGSTR_VAL_SHUTDOWNDELAY_W","features":[382]},{"name":"REGSTR_VAL_TYPE_W","features":[382]},{"name":"REGSTR_VAL_VENDOR_NAME_W","features":[382]},{"name":"SEND_TO_FAX_RECIPIENT_ATTACHMENT","features":[382]},{"name":"STATUS_DISABLE","features":[382]},{"name":"STATUS_ENABLE","features":[382]},{"name":"STIEDFL_ALLDEVICES","features":[382]},{"name":"STIEDFL_ATTACHEDONLY","features":[382]},{"name":"STIERR_ALREADY_INITIALIZED","features":[382]},{"name":"STIERR_BADDRIVER","features":[382]},{"name":"STIERR_BETA_VERSION","features":[382]},{"name":"STIERR_DEVICENOTREG","features":[382]},{"name":"STIERR_DEVICE_LOCKED","features":[382]},{"name":"STIERR_DEVICE_NOTREADY","features":[382]},{"name":"STIERR_GENERIC","features":[382]},{"name":"STIERR_HANDLEEXISTS","features":[382]},{"name":"STIERR_INVALID_DEVICE_NAME","features":[382]},{"name":"STIERR_INVALID_HW_TYPE","features":[382]},{"name":"STIERR_INVALID_PARAM","features":[382]},{"name":"STIERR_NEEDS_LOCK","features":[382]},{"name":"STIERR_NOEVENTS","features":[382]},{"name":"STIERR_NOINTERFACE","features":[382]},{"name":"STIERR_NOTINITIALIZED","features":[382]},{"name":"STIERR_NOT_INITIALIZED","features":[382]},{"name":"STIERR_OBJECTNOTFOUND","features":[382]},{"name":"STIERR_OLD_VERSION","features":[382]},{"name":"STIERR_OUTOFMEMORY","features":[382]},{"name":"STIERR_READONLY","features":[382]},{"name":"STIERR_SHARING_VIOLATION","features":[382]},{"name":"STIERR_UNSUPPORTED","features":[382]},{"name":"STINOTIFY","features":[382]},{"name":"STISUBSCRIBE","features":[382,305]},{"name":"STI_ADD_DEVICE_BROADCAST_ACTION","features":[382]},{"name":"STI_ADD_DEVICE_BROADCAST_STRING","features":[382]},{"name":"STI_CHANGENOEFFECT","features":[382]},{"name":"STI_DEVICE_CREATE_BOTH","features":[382]},{"name":"STI_DEVICE_CREATE_DATA","features":[382]},{"name":"STI_DEVICE_CREATE_FOR_MONITOR","features":[382]},{"name":"STI_DEVICE_CREATE_MASK","features":[382]},{"name":"STI_DEVICE_CREATE_STATUS","features":[382]},{"name":"STI_DEVICE_INFORMATIONW","features":[382]},{"name":"STI_DEVICE_MJ_TYPE","features":[382]},{"name":"STI_DEVICE_STATUS","features":[382]},{"name":"STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP","features":[382]},{"name":"STI_DEVICE_VALUE_DEFAULT_LAUNCHAPP_A","features":[382]},{"name":"STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS","features":[382]},{"name":"STI_DEVICE_VALUE_DISABLE_NOTIFICATIONS_A","features":[382]},{"name":"STI_DEVICE_VALUE_ICM_PROFILE","features":[382]},{"name":"STI_DEVICE_VALUE_ICM_PROFILE_A","features":[382]},{"name":"STI_DEVICE_VALUE_ISIS_NAME","features":[382]},{"name":"STI_DEVICE_VALUE_ISIS_NAME_A","features":[382]},{"name":"STI_DEVICE_VALUE_TIMEOUT","features":[382]},{"name":"STI_DEVICE_VALUE_TIMEOUT_A","features":[382]},{"name":"STI_DEVICE_VALUE_TWAIN_NAME","features":[382]},{"name":"STI_DEVICE_VALUE_TWAIN_NAME_A","features":[382]},{"name":"STI_DEVSTATUS_EVENTS_STATE","features":[382]},{"name":"STI_DEVSTATUS_ONLINE_STATE","features":[382]},{"name":"STI_DEV_CAPS","features":[382]},{"name":"STI_DIAG","features":[382]},{"name":"STI_DIAGCODE_HWPRESENCE","features":[382]},{"name":"STI_ERROR_NO_ERROR","features":[382]},{"name":"STI_EVENTHANDLING_ENABLED","features":[382]},{"name":"STI_EVENTHANDLING_PENDING","features":[382]},{"name":"STI_EVENTHANDLING_POLLING","features":[382]},{"name":"STI_GENCAP_AUTO_PORTSELECT","features":[382]},{"name":"STI_GENCAP_COMMON_MASK","features":[382]},{"name":"STI_GENCAP_GENERATE_ARRIVALEVENT","features":[382]},{"name":"STI_GENCAP_NOTIFICATIONS","features":[382]},{"name":"STI_GENCAP_POLLING_NEEDED","features":[382]},{"name":"STI_GENCAP_SUBSET","features":[382]},{"name":"STI_GENCAP_WIA","features":[382]},{"name":"STI_HW_CONFIG_PARALLEL","features":[382]},{"name":"STI_HW_CONFIG_SCSI","features":[382]},{"name":"STI_HW_CONFIG_SERIAL","features":[382]},{"name":"STI_HW_CONFIG_UNKNOWN","features":[382]},{"name":"STI_HW_CONFIG_USB","features":[382]},{"name":"STI_MAX_INTERNAL_NAME_LENGTH","features":[382]},{"name":"STI_NOTCONNECTED","features":[382]},{"name":"STI_OK","features":[382]},{"name":"STI_ONLINESTATE_BUSY","features":[382]},{"name":"STI_ONLINESTATE_ERROR","features":[382]},{"name":"STI_ONLINESTATE_INITIALIZING","features":[382]},{"name":"STI_ONLINESTATE_IO_ACTIVE","features":[382]},{"name":"STI_ONLINESTATE_OFFLINE","features":[382]},{"name":"STI_ONLINESTATE_OPERATIONAL","features":[382]},{"name":"STI_ONLINESTATE_PAPER_JAM","features":[382]},{"name":"STI_ONLINESTATE_PAPER_PROBLEM","features":[382]},{"name":"STI_ONLINESTATE_PAUSED","features":[382]},{"name":"STI_ONLINESTATE_PENDING","features":[382]},{"name":"STI_ONLINESTATE_POWER_SAVE","features":[382]},{"name":"STI_ONLINESTATE_TRANSFERRING","features":[382]},{"name":"STI_ONLINESTATE_USER_INTERVENTION","features":[382]},{"name":"STI_ONLINESTATE_WARMING_UP","features":[382]},{"name":"STI_RAW_RESERVED","features":[382]},{"name":"STI_REMOVE_DEVICE_BROADCAST_ACTION","features":[382]},{"name":"STI_REMOVE_DEVICE_BROADCAST_STRING","features":[382]},{"name":"STI_SUBSCRIBE_FLAG_EVENT","features":[382]},{"name":"STI_SUBSCRIBE_FLAG_WINDOW","features":[382]},{"name":"STI_TRACE_ERROR","features":[382]},{"name":"STI_TRACE_INFORMATION","features":[382]},{"name":"STI_TRACE_WARNING","features":[382]},{"name":"STI_UNICODE","features":[382]},{"name":"STI_USD_CAPS","features":[382]},{"name":"STI_USD_GENCAP_NATIVE_PUSHSUPPORT","features":[382]},{"name":"STI_VERSION","features":[382]},{"name":"STI_VERSION_FLAG_MASK","features":[382]},{"name":"STI_VERSION_FLAG_UNICODE","features":[382]},{"name":"STI_VERSION_MIN_ALLOWED","features":[382]},{"name":"STI_VERSION_REAL","features":[382]},{"name":"STI_WIA_DEVICE_INFORMATIONW","features":[382]},{"name":"SUPPORTS_MSCPLUS_STR","features":[382]},{"name":"SUPPORTS_MSCPLUS_VAL","features":[382]},{"name":"SendToFaxRecipient","features":[382]},{"name":"SendToMode","features":[382]},{"name":"StiCreateInstanceW","features":[382,305]},{"name":"StiDeviceTypeDefault","features":[382]},{"name":"StiDeviceTypeDigitalCamera","features":[382]},{"name":"StiDeviceTypeScanner","features":[382]},{"name":"StiDeviceTypeStreamingVideo","features":[382]},{"name":"WIA_INCOMPAT_XP","features":[382]},{"name":"_ERROR_INFOW","features":[382]},{"name":"faetFXSSVC_ENDED","features":[382]},{"name":"faetIN_ARCHIVE","features":[382]},{"name":"faetIN_QUEUE","features":[382]},{"name":"faetNONE","features":[382]},{"name":"faetOUT_ARCHIVE","features":[382]},{"name":"faetOUT_QUEUE","features":[382]},{"name":"far2MANAGE_ARCHIVES","features":[382]},{"name":"far2MANAGE_CONFIG","features":[382]},{"name":"far2MANAGE_OUT_JOBS","features":[382]},{"name":"far2MANAGE_RECEIVE_FOLDER","features":[382]},{"name":"far2QUERY_ARCHIVES","features":[382]},{"name":"far2QUERY_CONFIG","features":[382]},{"name":"far2QUERY_OUT_JOBS","features":[382]},{"name":"far2SUBMIT_HIGH","features":[382]},{"name":"far2SUBMIT_LOW","features":[382]},{"name":"far2SUBMIT_NORMAL","features":[382]},{"name":"farMANAGE_CONFIG","features":[382]},{"name":"farMANAGE_IN_ARCHIVE","features":[382]},{"name":"farMANAGE_JOBS","features":[382]},{"name":"farMANAGE_OUT_ARCHIVE","features":[382]},{"name":"farQUERY_CONFIG","features":[382]},{"name":"farQUERY_IN_ARCHIVE","features":[382]},{"name":"farQUERY_JOBS","features":[382]},{"name":"farQUERY_OUT_ARCHIVE","features":[382]},{"name":"farSUBMIT_HIGH","features":[382]},{"name":"farSUBMIT_LOW","features":[382]},{"name":"farSUBMIT_NORMAL","features":[382]},{"name":"fcptLOCAL","features":[382]},{"name":"fcptNONE","features":[382]},{"name":"fcptSERVER","features":[382]},{"name":"fdrmAUTO_ANSWER","features":[382]},{"name":"fdrmMANUAL_ANSWER","features":[382]},{"name":"fdrmNO_ANSWER","features":[382]},{"name":"fgsALL_DEV_NOT_VALID","features":[382]},{"name":"fgsALL_DEV_VALID","features":[382]},{"name":"fgsEMPTY","features":[382]},{"name":"fgsSOME_DEV_NOT_VALID","features":[382]},{"name":"fjesANSWERED","features":[382]},{"name":"fjesBAD_ADDRESS","features":[382]},{"name":"fjesBUSY","features":[382]},{"name":"fjesCALL_ABORTED","features":[382]},{"name":"fjesCALL_BLACKLISTED","features":[382]},{"name":"fjesCALL_COMPLETED","features":[382]},{"name":"fjesCALL_DELAYED","features":[382]},{"name":"fjesDIALING","features":[382]},{"name":"fjesDISCONNECTED","features":[382]},{"name":"fjesFATAL_ERROR","features":[382]},{"name":"fjesHANDLED","features":[382]},{"name":"fjesINITIALIZING","features":[382]},{"name":"fjesLINE_UNAVAILABLE","features":[382]},{"name":"fjesNONE","features":[382]},{"name":"fjesNOT_FAX_CALL","features":[382]},{"name":"fjesNO_ANSWER","features":[382]},{"name":"fjesNO_DIAL_TONE","features":[382]},{"name":"fjesPARTIALLY_RECEIVED","features":[382]},{"name":"fjesPROPRIETARY","features":[382]},{"name":"fjesRECEIVING","features":[382]},{"name":"fjesTRANSMITTING","features":[382]},{"name":"fjoDELETE","features":[382]},{"name":"fjoPAUSE","features":[382]},{"name":"fjoRECIPIENT_INFO","features":[382]},{"name":"fjoRESTART","features":[382]},{"name":"fjoRESUME","features":[382]},{"name":"fjoSENDER_INFO","features":[382]},{"name":"fjoVIEW","features":[382]},{"name":"fjsCANCELED","features":[382]},{"name":"fjsCANCELING","features":[382]},{"name":"fjsCOMPLETED","features":[382]},{"name":"fjsFAILED","features":[382]},{"name":"fjsINPROGRESS","features":[382]},{"name":"fjsNOLINE","features":[382]},{"name":"fjsPAUSED","features":[382]},{"name":"fjsPENDING","features":[382]},{"name":"fjsRETRIES_EXCEEDED","features":[382]},{"name":"fjsRETRYING","features":[382]},{"name":"fjsROUTING","features":[382]},{"name":"fjtRECEIVE","features":[382]},{"name":"fjtROUTING","features":[382]},{"name":"fjtSEND","features":[382]},{"name":"fllMAX","features":[382]},{"name":"fllMED","features":[382]},{"name":"fllMIN","features":[382]},{"name":"fllNONE","features":[382]},{"name":"fpsBAD_GUID","features":[382]},{"name":"fpsBAD_VERSION","features":[382]},{"name":"fpsCANT_INIT","features":[382]},{"name":"fpsCANT_LINK","features":[382]},{"name":"fpsCANT_LOAD","features":[382]},{"name":"fpsSERVER_ERROR","features":[382]},{"name":"fpsSUCCESS","features":[382]},{"name":"fptHIGH","features":[382]},{"name":"fptLOW","features":[382]},{"name":"fptNORMAL","features":[382]},{"name":"frrcANY_CODE","features":[382]},{"name":"frsALL_GROUP_DEV_NOT_VALID","features":[382]},{"name":"frsBAD_DEVICE","features":[382]},{"name":"frsEMPTY_GROUP","features":[382]},{"name":"frsSOME_GROUP_DEV_NOT_VALID","features":[382]},{"name":"frsVALID","features":[382]},{"name":"frtMAIL","features":[382]},{"name":"frtMSGBOX","features":[382]},{"name":"frtNONE","features":[382]},{"name":"fsAPI_VERSION_0","features":[382]},{"name":"fsAPI_VERSION_1","features":[382]},{"name":"fsAPI_VERSION_2","features":[382]},{"name":"fsAPI_VERSION_3","features":[382]},{"name":"fsatANONYMOUS","features":[382]},{"name":"fsatBASIC","features":[382]},{"name":"fsatNTLM","features":[382]},{"name":"fsetACTIVITY","features":[382]},{"name":"fsetCONFIG","features":[382]},{"name":"fsetDEVICE_STATUS","features":[382]},{"name":"fsetFXSSVC_ENDED","features":[382]},{"name":"fsetINCOMING_CALL","features":[382]},{"name":"fsetIN_ARCHIVE","features":[382]},{"name":"fsetIN_QUEUE","features":[382]},{"name":"fsetNONE","features":[382]},{"name":"fsetOUT_ARCHIVE","features":[382]},{"name":"fsetOUT_QUEUE","features":[382]},{"name":"fsetQUEUE_STATE","features":[382]},{"name":"fstDISCOUNT_PERIOD","features":[382]},{"name":"fstNOW","features":[382]},{"name":"fstSPECIFIC_TIME","features":[382]},{"name":"lDEFAULT_PREFETCH_SIZE","features":[382]},{"name":"prv_DEFAULT_PREFETCH_SIZE","features":[382]},{"name":"wcharREASSIGN_RECIPIENTS_DELIMITER","features":[382]}],"384":[{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_AD_PRINTER","features":[383]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_ASP_INFRA","features":[383]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_BLUETOOTH","features":[383]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_BLUETOOTH_LE","features":[383]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_NETBIOS","features":[383]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_PNP","features":[383]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_UPNP","features":[383]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_WFD","features":[383]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_WSD","features":[383]},{"name":"DEVICEDISPLAY_DISCOVERYMETHOD_WUSB","features":[383]},{"name":"E_FDPAIRING_AUTHFAILURE","features":[383]},{"name":"E_FDPAIRING_AUTHNOTALLOWED","features":[383]},{"name":"E_FDPAIRING_CONNECTTIMEOUT","features":[383]},{"name":"E_FDPAIRING_HWFAILURE","features":[383]},{"name":"E_FDPAIRING_IPBUSDISABLED","features":[383]},{"name":"E_FDPAIRING_NOCONNECTION","features":[383]},{"name":"E_FDPAIRING_NOPROFILES","features":[383]},{"name":"E_FDPAIRING_TOOMANYCONNECTIONS","features":[383]},{"name":"FCTN_CATEGORY_BT","features":[383]},{"name":"FCTN_CATEGORY_DEVICEDISPLAYOBJECTS","features":[383]},{"name":"FCTN_CATEGORY_DEVICEFUNCTIONENUMERATORS","features":[383]},{"name":"FCTN_CATEGORY_DEVICEPAIRING","features":[383]},{"name":"FCTN_CATEGORY_DEVICES","features":[383]},{"name":"FCTN_CATEGORY_DEVQUERYOBJECTS","features":[383]},{"name":"FCTN_CATEGORY_NETBIOS","features":[383]},{"name":"FCTN_CATEGORY_NETWORKDEVICES","features":[383]},{"name":"FCTN_CATEGORY_PNP","features":[383]},{"name":"FCTN_CATEGORY_PNPXASSOCIATION","features":[383]},{"name":"FCTN_CATEGORY_PUBLICATION","features":[383]},{"name":"FCTN_CATEGORY_REGISTRY","features":[383]},{"name":"FCTN_CATEGORY_SSDP","features":[383]},{"name":"FCTN_CATEGORY_WCN","features":[383]},{"name":"FCTN_CATEGORY_WSDISCOVERY","features":[383]},{"name":"FCTN_CATEGORY_WUSB","features":[383]},{"name":"FCTN_SUBCAT_DEVICES_WSDPRINTERS","features":[383]},{"name":"FCTN_SUBCAT_NETWORKDEVICES_SSDP","features":[383]},{"name":"FCTN_SUBCAT_NETWORKDEVICES_WSD","features":[383]},{"name":"FCTN_SUBCAT_REG_DIRECTED","features":[383]},{"name":"FCTN_SUBCAT_REG_PUBLICATION","features":[383]},{"name":"FD_CONSTRAINTVALUE_ALL","features":[383]},{"name":"FD_CONSTRAINTVALUE_COMCLSCONTEXT_INPROC_SERVER","features":[383]},{"name":"FD_CONSTRAINTVALUE_COMCLSCONTEXT_LOCAL_SERVER","features":[383]},{"name":"FD_CONSTRAINTVALUE_FALSE","features":[383]},{"name":"FD_CONSTRAINTVALUE_PAIRED","features":[383]},{"name":"FD_CONSTRAINTVALUE_RECURSESUBCATEGORY_TRUE","features":[383]},{"name":"FD_CONSTRAINTVALUE_ROUTINGSCOPE_ALL","features":[383]},{"name":"FD_CONSTRAINTVALUE_ROUTINGSCOPE_DIRECT","features":[383]},{"name":"FD_CONSTRAINTVALUE_TRUE","features":[383]},{"name":"FD_CONSTRAINTVALUE_UNPAIRED","features":[383]},{"name":"FD_CONSTRAINTVALUE_VISIBILITY_ALL","features":[383]},{"name":"FD_CONSTRAINTVALUE_VISIBILITY_DEFAULT","features":[383]},{"name":"FD_EVENTID","features":[383]},{"name":"FD_EVENTID_ASYNCTHREADEXIT","features":[383]},{"name":"FD_EVENTID_IPADDRESSCHANGE","features":[383]},{"name":"FD_EVENTID_PRIVATE","features":[383]},{"name":"FD_EVENTID_QUERYREFRESH","features":[383]},{"name":"FD_EVENTID_SEARCHCOMPLETE","features":[383]},{"name":"FD_EVENTID_SEARCHSTART","features":[383]},{"name":"FD_LONGHORN","features":[383]},{"name":"FD_QUERYCONSTRAINT_COMCLSCONTEXT","features":[383]},{"name":"FD_QUERYCONSTRAINT_INQUIRY_TIMEOUT","features":[383]},{"name":"FD_QUERYCONSTRAINT_PAIRING_STATE","features":[383]},{"name":"FD_QUERYCONSTRAINT_PROVIDERINSTANCEID","features":[383]},{"name":"FD_QUERYCONSTRAINT_RECURSESUBCATEGORY","features":[383]},{"name":"FD_QUERYCONSTRAINT_ROUTINGSCOPE","features":[383]},{"name":"FD_QUERYCONSTRAINT_SUBCATEGORY","features":[383]},{"name":"FD_QUERYCONSTRAINT_VISIBILITY","features":[383]},{"name":"FD_SUBKEY","features":[383]},{"name":"FD_Visibility_Default","features":[383]},{"name":"FD_Visibility_Hidden","features":[383]},{"name":"FMTID_Device","features":[383]},{"name":"FMTID_DeviceInterface","features":[383]},{"name":"FMTID_FD","features":[383]},{"name":"FMTID_PNPX","features":[383]},{"name":"FMTID_PNPXDynamicProperty","features":[383]},{"name":"FMTID_Pairing","features":[383]},{"name":"FMTID_WSD","features":[383]},{"name":"FunctionDiscovery","features":[383]},{"name":"FunctionInstanceCollection","features":[383]},{"name":"IFunctionDiscovery","features":[383]},{"name":"IFunctionDiscoveryNotification","features":[383]},{"name":"IFunctionDiscoveryProvider","features":[383]},{"name":"IFunctionDiscoveryProviderFactory","features":[383]},{"name":"IFunctionDiscoveryProviderQuery","features":[383]},{"name":"IFunctionDiscoveryServiceProvider","features":[383]},{"name":"IFunctionInstance","features":[383,358]},{"name":"IFunctionInstanceCollection","features":[383]},{"name":"IFunctionInstanceCollectionQuery","features":[383]},{"name":"IFunctionInstanceQuery","features":[383]},{"name":"IPNPXAssociation","features":[383]},{"name":"IPNPXDeviceAssociation","features":[383]},{"name":"IPropertyStoreCollection","features":[383]},{"name":"IProviderProperties","features":[383]},{"name":"IProviderPropertyConstraintCollection","features":[383]},{"name":"IProviderPublishing","features":[383]},{"name":"IProviderQueryConstraintCollection","features":[383]},{"name":"MAX_FDCONSTRAINTNAME_LENGTH","features":[383]},{"name":"MAX_FDCONSTRAINTVALUE_LENGTH","features":[383]},{"name":"ONLINE_PROVIDER_DEVICES_QUERYCONSTRAINT_OWNERNAME","features":[383]},{"name":"PKEY_DeviceClass_Characteristics","features":[383,305]},{"name":"PKEY_DeviceClass_ClassCoInstallers","features":[383,305]},{"name":"PKEY_DeviceClass_ClassInstaller","features":[383,305]},{"name":"PKEY_DeviceClass_ClassName","features":[383,305]},{"name":"PKEY_DeviceClass_DefaultService","features":[383,305]},{"name":"PKEY_DeviceClass_DevType","features":[383,305]},{"name":"PKEY_DeviceClass_Exclusive","features":[383,305]},{"name":"PKEY_DeviceClass_Icon","features":[383,305]},{"name":"PKEY_DeviceClass_IconPath","features":[383,305]},{"name":"PKEY_DeviceClass_LowerFilters","features":[383,305]},{"name":"PKEY_DeviceClass_Name","features":[383,305]},{"name":"PKEY_DeviceClass_NoDisplayClass","features":[383,305]},{"name":"PKEY_DeviceClass_NoInstallClass","features":[383,305]},{"name":"PKEY_DeviceClass_NoUseClass","features":[383,305]},{"name":"PKEY_DeviceClass_PropPageProvider","features":[383,305]},{"name":"PKEY_DeviceClass_Security","features":[383,305]},{"name":"PKEY_DeviceClass_SecuritySDS","features":[383,305]},{"name":"PKEY_DeviceClass_SilentInstall","features":[383,305]},{"name":"PKEY_DeviceClass_UpperFilters","features":[383,305]},{"name":"PKEY_DeviceDisplay_Address","features":[383,305]},{"name":"PKEY_DeviceDisplay_AlwaysShowDeviceAsConnected","features":[383,305]},{"name":"PKEY_DeviceDisplay_AssociationArray","features":[383,305]},{"name":"PKEY_DeviceDisplay_BaselineExperienceId","features":[383,305]},{"name":"PKEY_DeviceDisplay_Category","features":[383,305]},{"name":"PKEY_DeviceDisplay_CategoryGroup_Desc","features":[383,305]},{"name":"PKEY_DeviceDisplay_CategoryGroup_Icon","features":[383,305]},{"name":"PKEY_DeviceDisplay_Category_Desc_Plural","features":[383,305]},{"name":"PKEY_DeviceDisplay_Category_Desc_Singular","features":[383,305]},{"name":"PKEY_DeviceDisplay_Category_Icon","features":[383,305]},{"name":"PKEY_DeviceDisplay_DeviceDescription1","features":[383,305]},{"name":"PKEY_DeviceDisplay_DeviceDescription2","features":[383,305]},{"name":"PKEY_DeviceDisplay_DeviceFunctionSubRank","features":[383,305]},{"name":"PKEY_DeviceDisplay_DiscoveryMethod","features":[383,305]},{"name":"PKEY_DeviceDisplay_ExperienceId","features":[383,305]},{"name":"PKEY_DeviceDisplay_FriendlyName","features":[383,305]},{"name":"PKEY_DeviceDisplay_Icon","features":[383,305]},{"name":"PKEY_DeviceDisplay_InstallInProgress","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsAuthenticated","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsConnected","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsDefaultDevice","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsDeviceUniquelyIdentifiable","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsEncrypted","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsLocalMachine","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsMetadataSearchInProgress","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsNetworkDevice","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsNotInterestingForDisplay","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsNotWorkingProperly","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsPaired","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsSharedDevice","features":[383,305]},{"name":"PKEY_DeviceDisplay_IsShowInDisconnectedState","features":[383,305]},{"name":"PKEY_DeviceDisplay_Last_Connected","features":[383,305]},{"name":"PKEY_DeviceDisplay_Last_Seen","features":[383,305]},{"name":"PKEY_DeviceDisplay_LaunchDeviceStageFromExplorer","features":[383,305]},{"name":"PKEY_DeviceDisplay_LaunchDeviceStageOnDeviceConnect","features":[383,305]},{"name":"PKEY_DeviceDisplay_Manufacturer","features":[383,305]},{"name":"PKEY_DeviceDisplay_MetadataCabinet","features":[383,305]},{"name":"PKEY_DeviceDisplay_MetadataChecksum","features":[383,305]},{"name":"PKEY_DeviceDisplay_MetadataPath","features":[383,305]},{"name":"PKEY_DeviceDisplay_ModelName","features":[383,305]},{"name":"PKEY_DeviceDisplay_ModelNumber","features":[383,305]},{"name":"PKEY_DeviceDisplay_PrimaryCategory","features":[383,305]},{"name":"PKEY_DeviceDisplay_RequiresPairingElevation","features":[383,305]},{"name":"PKEY_DeviceDisplay_RequiresUninstallElevation","features":[383,305]},{"name":"PKEY_DeviceDisplay_UnpairUninstall","features":[383,305]},{"name":"PKEY_DeviceDisplay_Version","features":[383,305]},{"name":"PKEY_DeviceInterfaceClass_DefaultInterface","features":[383,305]},{"name":"PKEY_DeviceInterface_ClassGuid","features":[383,305]},{"name":"PKEY_DeviceInterface_Enabled","features":[383,305]},{"name":"PKEY_DeviceInterface_FriendlyName","features":[383,305]},{"name":"PKEY_Device_AdditionalSoftwareRequested","features":[383,305]},{"name":"PKEY_Device_Address","features":[383,305]},{"name":"PKEY_Device_BIOSVersion","features":[383,305]},{"name":"PKEY_Device_BaseContainerId","features":[383,305]},{"name":"PKEY_Device_BusNumber","features":[383,305]},{"name":"PKEY_Device_BusRelations","features":[383,305]},{"name":"PKEY_Device_BusReportedDeviceDesc","features":[383,305]},{"name":"PKEY_Device_BusTypeGuid","features":[383,305]},{"name":"PKEY_Device_Capabilities","features":[383,305]},{"name":"PKEY_Device_Characteristics","features":[383,305]},{"name":"PKEY_Device_Children","features":[383,305]},{"name":"PKEY_Device_Class","features":[383,305]},{"name":"PKEY_Device_ClassGuid","features":[383,305]},{"name":"PKEY_Device_CompatibleIds","features":[383,305]},{"name":"PKEY_Device_ConfigFlags","features":[383,305]},{"name":"PKEY_Device_ContainerId","features":[383,305]},{"name":"PKEY_Device_DHP_Rebalance_Policy","features":[383,305]},{"name":"PKEY_Device_DevNodeStatus","features":[383,305]},{"name":"PKEY_Device_DevType","features":[383,305]},{"name":"PKEY_Device_DeviceDesc","features":[383,305]},{"name":"PKEY_Device_Driver","features":[383,305]},{"name":"PKEY_Device_DriverCoInstallers","features":[383,305]},{"name":"PKEY_Device_DriverDate","features":[383,305]},{"name":"PKEY_Device_DriverDesc","features":[383,305]},{"name":"PKEY_Device_DriverInfPath","features":[383,305]},{"name":"PKEY_Device_DriverInfSection","features":[383,305]},{"name":"PKEY_Device_DriverInfSectionExt","features":[383,305]},{"name":"PKEY_Device_DriverLogoLevel","features":[383,305]},{"name":"PKEY_Device_DriverPropPageProvider","features":[383,305]},{"name":"PKEY_Device_DriverProvider","features":[383,305]},{"name":"PKEY_Device_DriverRank","features":[383,305]},{"name":"PKEY_Device_DriverVersion","features":[383,305]},{"name":"PKEY_Device_EjectionRelations","features":[383,305]},{"name":"PKEY_Device_EnumeratorName","features":[383,305]},{"name":"PKEY_Device_Exclusive","features":[383,305]},{"name":"PKEY_Device_FriendlyName","features":[383,305]},{"name":"PKEY_Device_FriendlyNameAttributes","features":[383,305]},{"name":"PKEY_Device_GenericDriverInstalled","features":[383,305]},{"name":"PKEY_Device_HardwareIds","features":[383,305]},{"name":"PKEY_Device_InstallInProgress","features":[383,305]},{"name":"PKEY_Device_InstallState","features":[383,305]},{"name":"PKEY_Device_InstanceId","features":[383,305]},{"name":"PKEY_Device_IsAssociateableByUserAction","features":[383,305]},{"name":"PKEY_Device_Legacy","features":[383,305]},{"name":"PKEY_Device_LegacyBusType","features":[383,305]},{"name":"PKEY_Device_LocationInfo","features":[383,305]},{"name":"PKEY_Device_LocationPaths","features":[383,305]},{"name":"PKEY_Device_LowerFilters","features":[383,305]},{"name":"PKEY_Device_Manufacturer","features":[383,305]},{"name":"PKEY_Device_ManufacturerAttributes","features":[383,305]},{"name":"PKEY_Device_MatchingDeviceId","features":[383,305]},{"name":"PKEY_Device_ModelId","features":[383,305]},{"name":"PKEY_Device_NoConnectSound","features":[383,305]},{"name":"PKEY_Device_Numa_Node","features":[383,305]},{"name":"PKEY_Device_PDOName","features":[383,305]},{"name":"PKEY_Device_Parent","features":[383,305]},{"name":"PKEY_Device_PowerData","features":[383,305]},{"name":"PKEY_Device_PowerRelations","features":[383,305]},{"name":"PKEY_Device_PresenceNotForDevice","features":[383,305]},{"name":"PKEY_Device_ProblemCode","features":[383,305]},{"name":"PKEY_Device_RemovalPolicy","features":[383,305]},{"name":"PKEY_Device_RemovalPolicyDefault","features":[383,305]},{"name":"PKEY_Device_RemovalPolicyOverride","features":[383,305]},{"name":"PKEY_Device_RemovalRelations","features":[383,305]},{"name":"PKEY_Device_Reported","features":[383,305]},{"name":"PKEY_Device_ResourcePickerExceptions","features":[383,305]},{"name":"PKEY_Device_ResourcePickerTags","features":[383,305]},{"name":"PKEY_Device_SafeRemovalRequired","features":[383,305]},{"name":"PKEY_Device_SafeRemovalRequiredOverride","features":[383,305]},{"name":"PKEY_Device_Security","features":[383,305]},{"name":"PKEY_Device_SecuritySDS","features":[383,305]},{"name":"PKEY_Device_Service","features":[383,305]},{"name":"PKEY_Device_Siblings","features":[383,305]},{"name":"PKEY_Device_SignalStrength","features":[383,305]},{"name":"PKEY_Device_TransportRelations","features":[383,305]},{"name":"PKEY_Device_UINumber","features":[383,305]},{"name":"PKEY_Device_UINumberDescFormat","features":[383,305]},{"name":"PKEY_Device_UpperFilters","features":[383,305]},{"name":"PKEY_DrvPkg_BrandingIcon","features":[383,305]},{"name":"PKEY_DrvPkg_DetailedDescription","features":[383,305]},{"name":"PKEY_DrvPkg_DocumentationLink","features":[383,305]},{"name":"PKEY_DrvPkg_Icon","features":[383,305]},{"name":"PKEY_DrvPkg_Model","features":[383,305]},{"name":"PKEY_DrvPkg_VendorWebSite","features":[383,305]},{"name":"PKEY_FunctionInstance","features":[383,305]},{"name":"PKEY_Hardware_Devinst","features":[383,305]},{"name":"PKEY_Hardware_DisplayAttribute","features":[383,305]},{"name":"PKEY_Hardware_DriverDate","features":[383,305]},{"name":"PKEY_Hardware_DriverProvider","features":[383,305]},{"name":"PKEY_Hardware_DriverVersion","features":[383,305]},{"name":"PKEY_Hardware_Function","features":[383,305]},{"name":"PKEY_Hardware_Icon","features":[383,305]},{"name":"PKEY_Hardware_Image","features":[383,305]},{"name":"PKEY_Hardware_Manufacturer","features":[383,305]},{"name":"PKEY_Hardware_Model","features":[383,305]},{"name":"PKEY_Hardware_Name","features":[383,305]},{"name":"PKEY_Hardware_SerialNumber","features":[383,305]},{"name":"PKEY_Hardware_ShellAttributes","features":[383,305]},{"name":"PKEY_Hardware_Status","features":[383,305]},{"name":"PKEY_NAME","features":[383,305]},{"name":"PKEY_Numa_Proximity_Domain","features":[383,305]},{"name":"PKEY_PNPX_Associated","features":[383,305]},{"name":"PKEY_PNPX_Category_Desc_NonPlural","features":[383,305]},{"name":"PKEY_PNPX_CompactSignature","features":[383,305]},{"name":"PKEY_PNPX_CompatibleTypes","features":[383,305]},{"name":"PKEY_PNPX_DeviceCategory","features":[383,305]},{"name":"PKEY_PNPX_DeviceCategory_Desc","features":[383,305]},{"name":"PKEY_PNPX_DeviceCertHash","features":[383,305]},{"name":"PKEY_PNPX_DomainName","features":[383,305]},{"name":"PKEY_PNPX_FirmwareVersion","features":[383,305]},{"name":"PKEY_PNPX_GlobalIdentity","features":[383,305]},{"name":"PKEY_PNPX_ID","features":[383,305]},{"name":"PKEY_PNPX_IPBusEnumerated","features":[383,305]},{"name":"PKEY_PNPX_InstallState","features":[383,305]},{"name":"PKEY_PNPX_Installable","features":[383,305]},{"name":"PKEY_PNPX_IpAddress","features":[383,305]},{"name":"PKEY_PNPX_ManufacturerUrl","features":[383,305]},{"name":"PKEY_PNPX_MetadataVersion","features":[383,305]},{"name":"PKEY_PNPX_ModelUrl","features":[383,305]},{"name":"PKEY_PNPX_NetworkInterfaceGuid","features":[383,305]},{"name":"PKEY_PNPX_NetworkInterfaceLuid","features":[383,305]},{"name":"PKEY_PNPX_PhysicalAddress","features":[383,305]},{"name":"PKEY_PNPX_PresentationUrl","features":[383,305]},{"name":"PKEY_PNPX_RemoteAddress","features":[383,305]},{"name":"PKEY_PNPX_Removable","features":[383,305]},{"name":"PKEY_PNPX_RootProxy","features":[383,305]},{"name":"PKEY_PNPX_Scopes","features":[383,305]},{"name":"PKEY_PNPX_SecureChannel","features":[383,305]},{"name":"PKEY_PNPX_SerialNumber","features":[383,305]},{"name":"PKEY_PNPX_ServiceAddress","features":[383,305]},{"name":"PKEY_PNPX_ServiceControlUrl","features":[383,305]},{"name":"PKEY_PNPX_ServiceDescUrl","features":[383,305]},{"name":"PKEY_PNPX_ServiceEventSubUrl","features":[383,305]},{"name":"PKEY_PNPX_ServiceId","features":[383,305]},{"name":"PKEY_PNPX_ServiceTypes","features":[383,305]},{"name":"PKEY_PNPX_ShareName","features":[383,305]},{"name":"PKEY_PNPX_Types","features":[383,305]},{"name":"PKEY_PNPX_Upc","features":[383,305]},{"name":"PKEY_PNPX_XAddrs","features":[383,305]},{"name":"PKEY_Pairing_IsWifiOnlyDevice","features":[383,305]},{"name":"PKEY_Pairing_ListItemDefault","features":[383,305]},{"name":"PKEY_Pairing_ListItemDescription","features":[383,305]},{"name":"PKEY_Pairing_ListItemIcon","features":[383,305]},{"name":"PKEY_Pairing_ListItemText","features":[383,305]},{"name":"PKEY_SSDP_AltLocationInfo","features":[383,305]},{"name":"PKEY_SSDP_DevLifeTime","features":[383,305]},{"name":"PKEY_SSDP_NetworkInterface","features":[383,305]},{"name":"PKEY_WCN_AssocState","features":[383,305]},{"name":"PKEY_WCN_AuthType","features":[383,305]},{"name":"PKEY_WCN_ConfigError","features":[383,305]},{"name":"PKEY_WCN_ConfigMethods","features":[383,305]},{"name":"PKEY_WCN_ConfigState","features":[383,305]},{"name":"PKEY_WCN_ConnType","features":[383,305]},{"name":"PKEY_WCN_DevicePasswordId","features":[383,305]},{"name":"PKEY_WCN_EncryptType","features":[383,305]},{"name":"PKEY_WCN_OSVersion","features":[383,305]},{"name":"PKEY_WCN_RegistrarType","features":[383,305]},{"name":"PKEY_WCN_RequestType","features":[383,305]},{"name":"PKEY_WCN_RfBand","features":[383,305]},{"name":"PKEY_WCN_VendorExtension","features":[383,305]},{"name":"PKEY_WCN_Version","features":[383,305]},{"name":"PKEY_WNET_Comment","features":[383,305]},{"name":"PKEY_WNET_DisplayType","features":[383,305]},{"name":"PKEY_WNET_LocalName","features":[383,305]},{"name":"PKEY_WNET_Provider","features":[383,305]},{"name":"PKEY_WNET_RemoteName","features":[383,305]},{"name":"PKEY_WNET_Scope","features":[383,305]},{"name":"PKEY_WNET_Type","features":[383,305]},{"name":"PKEY_WNET_Usage","features":[383,305]},{"name":"PNPXAssociation","features":[383]},{"name":"PNPXPairingHandler","features":[383]},{"name":"PNPX_DEVICECATEGORY_CAMERA","features":[383]},{"name":"PNPX_DEVICECATEGORY_COMPUTER","features":[383]},{"name":"PNPX_DEVICECATEGORY_DISPLAYS","features":[383]},{"name":"PNPX_DEVICECATEGORY_FAX","features":[383]},{"name":"PNPX_DEVICECATEGORY_GAMING_DEVICE","features":[383]},{"name":"PNPX_DEVICECATEGORY_HOME_AUTOMATION_SYSTEM","features":[383]},{"name":"PNPX_DEVICECATEGORY_HOME_SECURITY_SYSTEM","features":[383]},{"name":"PNPX_DEVICECATEGORY_INPUTDEVICE","features":[383]},{"name":"PNPX_DEVICECATEGORY_MFP","features":[383]},{"name":"PNPX_DEVICECATEGORY_MULTIMEDIA_DEVICE","features":[383]},{"name":"PNPX_DEVICECATEGORY_NETWORK_INFRASTRUCTURE","features":[383]},{"name":"PNPX_DEVICECATEGORY_OTHER","features":[383]},{"name":"PNPX_DEVICECATEGORY_PRINTER","features":[383]},{"name":"PNPX_DEVICECATEGORY_SCANNER","features":[383]},{"name":"PNPX_DEVICECATEGORY_STORAGE","features":[383]},{"name":"PNPX_DEVICECATEGORY_TELEPHONE","features":[383]},{"name":"PNPX_INSTALLSTATE_FAILED","features":[383]},{"name":"PNPX_INSTALLSTATE_INSTALLED","features":[383]},{"name":"PNPX_INSTALLSTATE_INSTALLING","features":[383]},{"name":"PNPX_INSTALLSTATE_NOTINSTALLED","features":[383]},{"name":"PNP_CONSTRAINTVALUE_NOTIFICATIONSONLY","features":[383]},{"name":"PNP_CONSTRAINTVALUE_NOTPRESENT","features":[383]},{"name":"PROVIDERDDO_QUERYCONSTRAINT_DEVICEFUNCTIONDISPLAYOBJECTS","features":[383]},{"name":"PROVIDERDDO_QUERYCONSTRAINT_DEVICEINTERFACES","features":[383]},{"name":"PROVIDERDDO_QUERYCONSTRAINT_ONLYCONNECTEDDEVICES","features":[383]},{"name":"PROVIDERPNP_QUERYCONSTRAINT_INTERFACECLASS","features":[383]},{"name":"PROVIDERPNP_QUERYCONSTRAINT_NOTIFICATIONSONLY","features":[383]},{"name":"PROVIDERPNP_QUERYCONSTRAINT_NOTPRESENT","features":[383]},{"name":"PROVIDERSSDP_QUERYCONSTRAINT_CUSTOMXMLPROPERTY","features":[383]},{"name":"PROVIDERSSDP_QUERYCONSTRAINT_TYPE","features":[383]},{"name":"PROVIDERWNET_QUERYCONSTRAINT_PROPERTIES","features":[383]},{"name":"PROVIDERWNET_QUERYCONSTRAINT_RESOURCETYPE","features":[383]},{"name":"PROVIDERWNET_QUERYCONSTRAINT_TYPE","features":[383]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_DIRECTEDADDRESS","features":[383]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_SCOPE","features":[383]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_SECURITY_REQUIREMENTS","features":[383]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_SSL_CERTHASH_FOR_SERVER_AUTH","features":[383]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_SSL_CERT_FOR_CLIENT_AUTH","features":[383]},{"name":"PROVIDERWSD_QUERYCONSTRAINT_TYPE","features":[383]},{"name":"PropertyConstraint","features":[383]},{"name":"PropertyStore","features":[383]},{"name":"PropertyStoreCollection","features":[383]},{"name":"QCT_LAYERED","features":[383]},{"name":"QCT_PROVIDER","features":[383]},{"name":"QC_CONTAINS","features":[383]},{"name":"QC_DOESNOTEXIST","features":[383]},{"name":"QC_EQUALS","features":[383]},{"name":"QC_EXISTS","features":[383]},{"name":"QC_GREATERTHAN","features":[383]},{"name":"QC_GREATERTHANOREQUAL","features":[383]},{"name":"QC_LESSTHAN","features":[383]},{"name":"QC_LESSTHANOREQUAL","features":[383]},{"name":"QC_NOTEQUAL","features":[383]},{"name":"QC_STARTSWITH","features":[383]},{"name":"QUA_ADD","features":[383]},{"name":"QUA_CHANGE","features":[383]},{"name":"QUA_REMOVE","features":[383]},{"name":"QueryCategoryType","features":[383]},{"name":"QueryUpdateAction","features":[383]},{"name":"SID_DeviceDisplayStatusManager","features":[383]},{"name":"SID_EnumDeviceFunction","features":[383]},{"name":"SID_EnumInterface","features":[383]},{"name":"SID_FDPairingHandler","features":[383]},{"name":"SID_FunctionDiscoveryProviderRefresh","features":[383]},{"name":"SID_PNPXAssociation","features":[383]},{"name":"SID_PNPXPropertyStore","features":[383]},{"name":"SID_PNPXServiceCollection","features":[383]},{"name":"SID_PnpProvider","features":[383]},{"name":"SID_UPnPActivator","features":[383]},{"name":"SID_UninstallDeviceFunction","features":[383]},{"name":"SID_UnpairProvider","features":[383]},{"name":"SSDP_CONSTRAINTVALUE_TYPE_ALL","features":[383]},{"name":"SSDP_CONSTRAINTVALUE_TYPE_DEVICE_PREFIX","features":[383]},{"name":"SSDP_CONSTRAINTVALUE_TYPE_ROOT","features":[383]},{"name":"SSDP_CONSTRAINTVALUE_TYPE_SVC_PREFIX","features":[383]},{"name":"SVF_SYSTEM","features":[383]},{"name":"SVF_USER","features":[383]},{"name":"SystemVisibilityFlags","features":[383]},{"name":"WNET_CONSTRAINTVALUE_PROPERTIES_ALL","features":[383]},{"name":"WNET_CONSTRAINTVALUE_PROPERTIES_LIMITED","features":[383]},{"name":"WNET_CONSTRAINTVALUE_RESOURCETYPE_DISK","features":[383]},{"name":"WNET_CONSTRAINTVALUE_RESOURCETYPE_DISKORPRINTER","features":[383]},{"name":"WNET_CONSTRAINTVALUE_RESOURCETYPE_PRINTER","features":[383]},{"name":"WNET_CONSTRAINTVALUE_TYPE_ALL","features":[383]},{"name":"WNET_CONSTRAINTVALUE_TYPE_DOMAIN","features":[383]},{"name":"WNET_CONSTRAINTVALUE_TYPE_SERVER","features":[383]},{"name":"WSD_CONSTRAINTVALUE_NO_TRUST_VERIFICATION","features":[383]},{"name":"WSD_CONSTRAINTVALUE_REQUIRE_SECURECHANNEL","features":[383]},{"name":"WSD_CONSTRAINTVALUE_REQUIRE_SECURECHANNEL_AND_COMPACTSIGNATURE","features":[383]}],"385":[{"name":"BREADCRUMBING_UNSUPPORTED","features":[384]},{"name":"BREADCRUMBING_VERSION_1","features":[384]},{"name":"CivicAddressReport","features":[384]},{"name":"CivicAddressReportFactory","features":[384]},{"name":"DefaultLocation","features":[384]},{"name":"DispCivicAddressReport","features":[384]},{"name":"DispLatLongReport","features":[384]},{"name":"GNSS_AGNSSFORMAT_LTO","features":[384]},{"name":"GNSS_AGNSSFORMAT_XTRA1","features":[384]},{"name":"GNSS_AGNSSFORMAT_XTRA2","features":[384]},{"name":"GNSS_AGNSSFORMAT_XTRA3","features":[384]},{"name":"GNSS_AGNSSFORMAT_XTRA3_1","features":[384]},{"name":"GNSS_AGNSSFORMAT_XTRA3_2","features":[384]},{"name":"GNSS_AGNSSFORMAT_XTRA_INT","features":[384]},{"name":"GNSS_AGNSS_BlobInjection","features":[384]},{"name":"GNSS_AGNSS_INJECT","features":[384,305]},{"name":"GNSS_AGNSS_INJECTBLOB","features":[384]},{"name":"GNSS_AGNSS_INJECTPOSITION","features":[384]},{"name":"GNSS_AGNSS_INJECTTIME","features":[384,305]},{"name":"GNSS_AGNSS_PositionInjection","features":[384]},{"name":"GNSS_AGNSS_REQUEST_PARAM","features":[384]},{"name":"GNSS_AGNSS_REQUEST_TYPE","features":[384]},{"name":"GNSS_AGNSS_TimeInjection","features":[384]},{"name":"GNSS_BREADCRUMBING_ALERT_DATA","features":[384]},{"name":"GNSS_BREADCRUMBING_PARAM","features":[384]},{"name":"GNSS_BREADCRUMB_LIST","features":[384,305]},{"name":"GNSS_BREADCRUMB_V1","features":[384,305]},{"name":"GNSS_CHIPSETINFO","features":[384]},{"name":"GNSS_CONTINUOUSTRACKING_PARAM","features":[384]},{"name":"GNSS_CP_NI_INFO","features":[384]},{"name":"GNSS_CWTESTDATA","features":[384,305]},{"name":"GNSS_ClearAgnssData","features":[384]},{"name":"GNSS_CustomCommand","features":[384]},{"name":"GNSS_DEVICE_CAPABILITY","features":[384,305]},{"name":"GNSS_DISTANCETRACKING_PARAM","features":[384]},{"name":"GNSS_DRIVERCOMMAND_PARAM","features":[384]},{"name":"GNSS_DRIVERCOMMAND_TYPE","features":[384]},{"name":"GNSS_DRIVER_REQUEST","features":[384]},{"name":"GNSS_DRIVER_REQUEST_DATA","features":[384]},{"name":"GNSS_DRIVER_VERSION_1","features":[384]},{"name":"GNSS_DRIVER_VERSION_2","features":[384]},{"name":"GNSS_DRIVER_VERSION_3","features":[384]},{"name":"GNSS_DRIVER_VERSION_4","features":[384]},{"name":"GNSS_DRIVER_VERSION_5","features":[384]},{"name":"GNSS_DRIVER_VERSION_6","features":[384]},{"name":"GNSS_ERRORINFO","features":[384,305]},{"name":"GNSS_EVENT","features":[384,305]},{"name":"GNSS_EVENT_2","features":[384,305]},{"name":"GNSS_EVENT_TYPE","features":[384]},{"name":"GNSS_Event_BreadcrumbAlertEvent","features":[384]},{"name":"GNSS_Event_Custom","features":[384]},{"name":"GNSS_Event_DriverRequest","features":[384]},{"name":"GNSS_Event_Error","features":[384]},{"name":"GNSS_Event_FixAvailable","features":[384]},{"name":"GNSS_Event_FixAvailable_2","features":[384]},{"name":"GNSS_Event_GeofenceAlertData","features":[384]},{"name":"GNSS_Event_GeofencesTrackingStatus","features":[384]},{"name":"GNSS_Event_NiRequest","features":[384]},{"name":"GNSS_Event_NmeaData","features":[384]},{"name":"GNSS_Event_RequireAgnss","features":[384]},{"name":"GNSS_FIXDATA","features":[384,305]},{"name":"GNSS_FIXDATA_2","features":[384,305]},{"name":"GNSS_FIXDATA_ACCURACY","features":[384]},{"name":"GNSS_FIXDATA_ACCURACY_2","features":[384]},{"name":"GNSS_FIXDATA_BASIC","features":[384]},{"name":"GNSS_FIXDATA_BASIC_2","features":[384]},{"name":"GNSS_FIXDATA_SATELLITE","features":[384,305]},{"name":"GNSS_FIXDETAIL_ACCURACY","features":[384]},{"name":"GNSS_FIXDETAIL_BASIC","features":[384]},{"name":"GNSS_FIXDETAIL_SATELLITE","features":[384]},{"name":"GNSS_FIXSESSIONTYPE","features":[384]},{"name":"GNSS_FIXSESSION_PARAM","features":[384]},{"name":"GNSS_FixSession_ContinuousTracking","features":[384]},{"name":"GNSS_FixSession_DistanceTracking","features":[384]},{"name":"GNSS_FixSession_LKG","features":[384]},{"name":"GNSS_FixSession_SingleShot","features":[384]},{"name":"GNSS_ForceOperationMode","features":[384]},{"name":"GNSS_ForceSatelliteSystem","features":[384]},{"name":"GNSS_GEOFENCESUPPORT_CIRCLE","features":[384]},{"name":"GNSS_GEOFENCESUPPORT_SUPPORTED","features":[384]},{"name":"GNSS_GEOFENCES_TRACKINGSTATUS_DATA","features":[384,305]},{"name":"GNSS_GEOFENCE_ALERT_DATA","features":[384]},{"name":"GNSS_GEOFENCE_CREATE_PARAM","features":[384]},{"name":"GNSS_GEOFENCE_CREATE_RESPONSE","features":[384,305]},{"name":"GNSS_GEOFENCE_DELETE_PARAM","features":[384]},{"name":"GNSS_GEOFENCE_STATE","features":[384]},{"name":"GNSS_GEOREGION","features":[384]},{"name":"GNSS_GEOREGIONTYPE","features":[384]},{"name":"GNSS_GEOREGION_CIRCLE","features":[384]},{"name":"GNSS_GeoRegion_Circle","features":[384]},{"name":"GNSS_GeofenceState_Entered","features":[384]},{"name":"GNSS_GeofenceState_Exited","features":[384]},{"name":"GNSS_GeofenceState_Unknown","features":[384]},{"name":"GNSS_LKGFIX_PARAM","features":[384]},{"name":"GNSS_MAXSATELLITE","features":[384]},{"name":"GNSS_NI_CP","features":[384]},{"name":"GNSS_NI_NOTIFICATION_TYPE","features":[384]},{"name":"GNSS_NI_NoNotifyNoVerify","features":[384]},{"name":"GNSS_NI_NotifyOnly","features":[384]},{"name":"GNSS_NI_NotifyVerifyDefaultAllow","features":[384]},{"name":"GNSS_NI_NotifyVerifyDefaultNotAllow","features":[384]},{"name":"GNSS_NI_PLANE_TYPE","features":[384]},{"name":"GNSS_NI_PrivacyOverride","features":[384]},{"name":"GNSS_NI_REQUEST_PARAM","features":[384,305]},{"name":"GNSS_NI_REQUEST_TYPE","features":[384]},{"name":"GNSS_NI_RESPONSE","features":[384]},{"name":"GNSS_NI_Request_AreaTrigger","features":[384]},{"name":"GNSS_NI_Request_SingleShot","features":[384]},{"name":"GNSS_NI_SUPL","features":[384]},{"name":"GNSS_NI_USER_RESPONSE","features":[384]},{"name":"GNSS_NI_V2UPL","features":[384]},{"name":"GNSS_NMEALOGGING_ALL","features":[384]},{"name":"GNSS_NMEALOGGING_NONE","features":[384]},{"name":"GNSS_NMEA_DATA","features":[384]},{"name":"GNSS_Ni_UserResponseAccept","features":[384]},{"name":"GNSS_Ni_UserResponseDeny","features":[384]},{"name":"GNSS_Ni_UserResponseTimeout","features":[384]},{"name":"GNSS_OPERMODE_AFLT","features":[384]},{"name":"GNSS_OPERMODE_ANY","features":[384]},{"name":"GNSS_OPERMODE_CELLID","features":[384]},{"name":"GNSS_OPERMODE_MSA","features":[384]},{"name":"GNSS_OPERMODE_MSB","features":[384]},{"name":"GNSS_OPERMODE_MSS","features":[384]},{"name":"GNSS_OPERMODE_OTDOA","features":[384]},{"name":"GNSS_PLATFORM_CAPABILITY","features":[384,305]},{"name":"GNSS_ResetEngine","features":[384]},{"name":"GNSS_ResetGeofencesTracking","features":[384]},{"name":"GNSS_SATELLITEINFO","features":[384,305]},{"name":"GNSS_SATELLITE_ANY","features":[384]},{"name":"GNSS_SATELLITE_BEIDOU","features":[384]},{"name":"GNSS_SATELLITE_GALILEO","features":[384]},{"name":"GNSS_SATELLITE_GLONASS","features":[384]},{"name":"GNSS_SATELLITE_GPS","features":[384]},{"name":"GNSS_SELFTESTCONFIG","features":[384]},{"name":"GNSS_SELFTESTRESULT","features":[384,305]},{"name":"GNSS_SINGLESHOT_PARAM","features":[384]},{"name":"GNSS_STOPFIXSESSION_PARAM","features":[384]},{"name":"GNSS_SUPL_CERT_ACTION","features":[384]},{"name":"GNSS_SUPL_CERT_CONFIG","features":[384]},{"name":"GNSS_SUPL_HSLP_CONFIG","features":[384]},{"name":"GNSS_SUPL_NI_INFO","features":[384]},{"name":"GNSS_SUPL_VERSION","features":[384]},{"name":"GNSS_SUPL_VERSION_2","features":[384]},{"name":"GNSS_SetLocationNIRequestAllowed","features":[384]},{"name":"GNSS_SetLocationServiceEnabled","features":[384]},{"name":"GNSS_SetNMEALogging","features":[384]},{"name":"GNSS_SetNiTimeoutInterval","features":[384]},{"name":"GNSS_SetSuplVersion","features":[384]},{"name":"GNSS_SetSuplVersion2","features":[384]},{"name":"GNSS_SetUplServerAccessInterval","features":[384]},{"name":"GNSS_Supl_Cert_Delete","features":[384]},{"name":"GNSS_Supl_Cert_Inject","features":[384]},{"name":"GNSS_Supl_Cert_Purge","features":[384]},{"name":"GNSS_V2UPL_CONFIG","features":[384]},{"name":"GNSS_V2UPL_NI_INFO","features":[384]},{"name":"GUID_DEVINTERFACE_GNSS","features":[384]},{"name":"ICivicAddressReport","features":[384]},{"name":"ICivicAddressReportFactory","features":[384,358]},{"name":"IDefaultLocation","features":[384]},{"name":"IDispCivicAddressReport","features":[384,358]},{"name":"IDispLatLongReport","features":[384,358]},{"name":"ILatLongReport","features":[384]},{"name":"ILatLongReportFactory","features":[384,358]},{"name":"ILocation","features":[384]},{"name":"ILocationEvents","features":[384]},{"name":"ILocationPower","features":[384]},{"name":"ILocationReport","features":[384]},{"name":"ILocationReportFactory","features":[384,358]},{"name":"IOCTL_GNSS_CONFIG_SUPL_CERT","features":[384]},{"name":"IOCTL_GNSS_CREATE_GEOFENCE","features":[384]},{"name":"IOCTL_GNSS_DELETE_GEOFENCE","features":[384]},{"name":"IOCTL_GNSS_EXECUTE_CWTEST","features":[384]},{"name":"IOCTL_GNSS_EXECUTE_SELFTEST","features":[384]},{"name":"IOCTL_GNSS_GET_CHIPSETINFO","features":[384]},{"name":"IOCTL_GNSS_GET_DEVICE_CAPABILITY","features":[384]},{"name":"IOCTL_GNSS_GET_FIXDATA","features":[384]},{"name":"IOCTL_GNSS_INJECT_AGNSS","features":[384]},{"name":"IOCTL_GNSS_LISTEN_AGNSS","features":[384]},{"name":"IOCTL_GNSS_LISTEN_BREADCRUMBING_ALERT","features":[384]},{"name":"IOCTL_GNSS_LISTEN_DRIVER_REQUEST","features":[384]},{"name":"IOCTL_GNSS_LISTEN_ERROR","features":[384]},{"name":"IOCTL_GNSS_LISTEN_GEOFENCES_TRACKINGSTATUS","features":[384]},{"name":"IOCTL_GNSS_LISTEN_GEOFENCE_ALERT","features":[384]},{"name":"IOCTL_GNSS_LISTEN_NI","features":[384]},{"name":"IOCTL_GNSS_LISTEN_NMEA","features":[384]},{"name":"IOCTL_GNSS_MODIFY_FIXSESSION","features":[384]},{"name":"IOCTL_GNSS_POP_BREADCRUMBS","features":[384]},{"name":"IOCTL_GNSS_RESPOND_NI","features":[384]},{"name":"IOCTL_GNSS_SEND_DRIVERCOMMAND","features":[384]},{"name":"IOCTL_GNSS_SEND_PLATFORM_CAPABILITY","features":[384]},{"name":"IOCTL_GNSS_SET_SUPL_HSLP","features":[384]},{"name":"IOCTL_GNSS_SET_V2UPL_CONFIG","features":[384]},{"name":"IOCTL_GNSS_START_BREADCRUMBING","features":[384]},{"name":"IOCTL_GNSS_START_FIXSESSION","features":[384]},{"name":"IOCTL_GNSS_STOP_BREADCRUMBING","features":[384]},{"name":"IOCTL_GNSS_STOP_FIXSESSION","features":[384]},{"name":"LOCATION_API_VERSION","features":[384]},{"name":"LOCATION_REPORT_STATUS","features":[384]},{"name":"LatLongReport","features":[384]},{"name":"LatLongReportFactory","features":[384]},{"name":"Location","features":[384]},{"name":"MAX_SERVER_URL_NAME","features":[384]},{"name":"MIN_BREADCRUMBS_SUPPORTED","features":[384]},{"name":"MIN_GEOFENCES_REQUIRED","features":[384]},{"name":"REPORT_ACCESS_DENIED","features":[384]},{"name":"REPORT_ERROR","features":[384]},{"name":"REPORT_INITIALIZING","features":[384]},{"name":"REPORT_NOT_SUPPORTED","features":[384]},{"name":"REPORT_RUNNING","features":[384]},{"name":"SUPL_CONFIG_DATA","features":[384]},{"name":"_ICivicAddressReportFactoryEvents","features":[384,358]},{"name":"_ILatLongReportFactoryEvents","features":[384,358]}],"386":[{"name":"BALLPOINT_I8042_HARDWARE","features":[385]},{"name":"BALLPOINT_SERIAL_HARDWARE","features":[385]},{"name":"BUTTON_BIT_ALLBUTTONSMASK","features":[385]},{"name":"BUTTON_BIT_BACK","features":[385]},{"name":"BUTTON_BIT_CAMERAFOCUS","features":[385]},{"name":"BUTTON_BIT_CAMERALENS","features":[385]},{"name":"BUTTON_BIT_CAMERASHUTTER","features":[385]},{"name":"BUTTON_BIT_HEADSET","features":[385]},{"name":"BUTTON_BIT_HWKBDEPLOY","features":[385]},{"name":"BUTTON_BIT_OEMCUSTOM","features":[385]},{"name":"BUTTON_BIT_OEMCUSTOM2","features":[385]},{"name":"BUTTON_BIT_OEMCUSTOM3","features":[385]},{"name":"BUTTON_BIT_POWER","features":[385]},{"name":"BUTTON_BIT_RINGERTOGGLE","features":[385]},{"name":"BUTTON_BIT_ROTATION_LOCK","features":[385]},{"name":"BUTTON_BIT_SEARCH","features":[385]},{"name":"BUTTON_BIT_VOLUMEDOWN","features":[385]},{"name":"BUTTON_BIT_VOLUMEUP","features":[385]},{"name":"BUTTON_BIT_WINDOWS","features":[385]},{"name":"CLSID_DirectInput","features":[385]},{"name":"CLSID_DirectInput8","features":[385]},{"name":"CLSID_DirectInputDevice","features":[385]},{"name":"CLSID_DirectInputDevice8","features":[385]},{"name":"CPOINT","features":[385]},{"name":"DD_KEYBOARD_DEVICE_NAME","features":[385]},{"name":"DD_KEYBOARD_DEVICE_NAME_U","features":[385]},{"name":"DD_MOUSE_DEVICE_NAME","features":[385]},{"name":"DD_MOUSE_DEVICE_NAME_U","features":[385]},{"name":"DEVPKEY_DeviceInterface_HID_BackgroundAccess","features":[385,305]},{"name":"DEVPKEY_DeviceInterface_HID_IsReadOnly","features":[385,305]},{"name":"DEVPKEY_DeviceInterface_HID_ProductId","features":[385,305]},{"name":"DEVPKEY_DeviceInterface_HID_UsageId","features":[385,305]},{"name":"DEVPKEY_DeviceInterface_HID_UsagePage","features":[385,305]},{"name":"DEVPKEY_DeviceInterface_HID_VendorId","features":[385,305]},{"name":"DEVPKEY_DeviceInterface_HID_VersionNumber","features":[385,305]},{"name":"DEVPKEY_DeviceInterface_HID_WakeScreenOnInputCapable","features":[385,305]},{"name":"DI8DEVCLASS_ALL","features":[385]},{"name":"DI8DEVCLASS_DEVICE","features":[385]},{"name":"DI8DEVCLASS_GAMECTRL","features":[385]},{"name":"DI8DEVCLASS_KEYBOARD","features":[385]},{"name":"DI8DEVCLASS_POINTER","features":[385]},{"name":"DI8DEVTYPE1STPERSON_LIMITED","features":[385]},{"name":"DI8DEVTYPE1STPERSON_SHOOTER","features":[385]},{"name":"DI8DEVTYPE1STPERSON_SIXDOF","features":[385]},{"name":"DI8DEVTYPE1STPERSON_UNKNOWN","features":[385]},{"name":"DI8DEVTYPEDEVICECTRL_COMMSSELECTION","features":[385]},{"name":"DI8DEVTYPEDEVICECTRL_COMMSSELECTION_HARDWIRED","features":[385]},{"name":"DI8DEVTYPEDEVICECTRL_UNKNOWN","features":[385]},{"name":"DI8DEVTYPEDRIVING_COMBINEDPEDALS","features":[385]},{"name":"DI8DEVTYPEDRIVING_DUALPEDALS","features":[385]},{"name":"DI8DEVTYPEDRIVING_HANDHELD","features":[385]},{"name":"DI8DEVTYPEDRIVING_LIMITED","features":[385]},{"name":"DI8DEVTYPEDRIVING_THREEPEDALS","features":[385]},{"name":"DI8DEVTYPEFLIGHT_LIMITED","features":[385]},{"name":"DI8DEVTYPEFLIGHT_RC","features":[385]},{"name":"DI8DEVTYPEFLIGHT_STICK","features":[385]},{"name":"DI8DEVTYPEFLIGHT_YOKE","features":[385]},{"name":"DI8DEVTYPEGAMEPAD_LIMITED","features":[385]},{"name":"DI8DEVTYPEGAMEPAD_STANDARD","features":[385]},{"name":"DI8DEVTYPEGAMEPAD_TILT","features":[385]},{"name":"DI8DEVTYPEJOYSTICK_LIMITED","features":[385]},{"name":"DI8DEVTYPEJOYSTICK_STANDARD","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_J3100","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_JAPAN106","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_JAPANAX","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_NEC98","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_NEC98106","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_NEC98LAPTOP","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_NOKIA1050","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_NOKIA9140","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_OLIVETTI","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_PCAT","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_PCENH","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_PCXT","features":[385]},{"name":"DI8DEVTYPEKEYBOARD_UNKNOWN","features":[385]},{"name":"DI8DEVTYPEMOUSE_ABSOLUTE","features":[385]},{"name":"DI8DEVTYPEMOUSE_FINGERSTICK","features":[385]},{"name":"DI8DEVTYPEMOUSE_TOUCHPAD","features":[385]},{"name":"DI8DEVTYPEMOUSE_TRACKBALL","features":[385]},{"name":"DI8DEVTYPEMOUSE_TRADITIONAL","features":[385]},{"name":"DI8DEVTYPEMOUSE_UNKNOWN","features":[385]},{"name":"DI8DEVTYPEREMOTE_UNKNOWN","features":[385]},{"name":"DI8DEVTYPESCREENPTR_LIGHTGUN","features":[385]},{"name":"DI8DEVTYPESCREENPTR_LIGHTPEN","features":[385]},{"name":"DI8DEVTYPESCREENPTR_TOUCH","features":[385]},{"name":"DI8DEVTYPESCREENPTR_UNKNOWN","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_2NDHANDCONTROLLER","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_COMBINEDPEDALS","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_DUALPEDALS","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_HANDTRACKER","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_HEADTRACKER","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_RUDDERPEDALS","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_SHIFTER","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_SHIFTSTICKGATE","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_SPLITTHROTTLE","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_THREEPEDALS","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_THROTTLE","features":[385]},{"name":"DI8DEVTYPESUPPLEMENTAL_UNKNOWN","features":[385]},{"name":"DI8DEVTYPE_1STPERSON","features":[385]},{"name":"DI8DEVTYPE_DEVICE","features":[385]},{"name":"DI8DEVTYPE_DEVICECTRL","features":[385]},{"name":"DI8DEVTYPE_DRIVING","features":[385]},{"name":"DI8DEVTYPE_FLIGHT","features":[385]},{"name":"DI8DEVTYPE_GAMEPAD","features":[385]},{"name":"DI8DEVTYPE_JOYSTICK","features":[385]},{"name":"DI8DEVTYPE_KEYBOARD","features":[385]},{"name":"DI8DEVTYPE_LIMITEDGAMESUBTYPE","features":[385]},{"name":"DI8DEVTYPE_MOUSE","features":[385]},{"name":"DI8DEVTYPE_REMOTE","features":[385]},{"name":"DI8DEVTYPE_SCREENPOINTER","features":[385]},{"name":"DI8DEVTYPE_SUPPLEMENTAL","features":[385]},{"name":"DIACTIONA","features":[385]},{"name":"DIACTIONFORMATA","features":[385,305]},{"name":"DIACTIONFORMATW","features":[385,305]},{"name":"DIACTIONW","features":[385]},{"name":"DIAFTS_NEWDEVICEHIGH","features":[385]},{"name":"DIAFTS_NEWDEVICELOW","features":[385]},{"name":"DIAFTS_UNUSEDDEVICEHIGH","features":[385]},{"name":"DIAFTS_UNUSEDDEVICELOW","features":[385]},{"name":"DIAH_APPREQUESTED","features":[385]},{"name":"DIAH_DEFAULT","features":[385]},{"name":"DIAH_ERROR","features":[385]},{"name":"DIAH_HWAPP","features":[385]},{"name":"DIAH_HWDEFAULT","features":[385]},{"name":"DIAH_UNMAPPED","features":[385]},{"name":"DIAH_USERCONFIG","features":[385]},{"name":"DIAPPIDFLAG_NOSIZE","features":[385]},{"name":"DIAPPIDFLAG_NOTIME","features":[385]},{"name":"DIAXIS_2DCONTROL_INOUT","features":[385]},{"name":"DIAXIS_2DCONTROL_LATERAL","features":[385]},{"name":"DIAXIS_2DCONTROL_MOVE","features":[385]},{"name":"DIAXIS_2DCONTROL_ROTATEZ","features":[385]},{"name":"DIAXIS_3DCONTROL_INOUT","features":[385]},{"name":"DIAXIS_3DCONTROL_LATERAL","features":[385]},{"name":"DIAXIS_3DCONTROL_MOVE","features":[385]},{"name":"DIAXIS_3DCONTROL_ROTATEX","features":[385]},{"name":"DIAXIS_3DCONTROL_ROTATEY","features":[385]},{"name":"DIAXIS_3DCONTROL_ROTATEZ","features":[385]},{"name":"DIAXIS_ANY_1","features":[385]},{"name":"DIAXIS_ANY_2","features":[385]},{"name":"DIAXIS_ANY_3","features":[385]},{"name":"DIAXIS_ANY_4","features":[385]},{"name":"DIAXIS_ANY_A_1","features":[385]},{"name":"DIAXIS_ANY_A_2","features":[385]},{"name":"DIAXIS_ANY_B_1","features":[385]},{"name":"DIAXIS_ANY_B_2","features":[385]},{"name":"DIAXIS_ANY_C_1","features":[385]},{"name":"DIAXIS_ANY_C_2","features":[385]},{"name":"DIAXIS_ANY_R_1","features":[385]},{"name":"DIAXIS_ANY_R_2","features":[385]},{"name":"DIAXIS_ANY_S_1","features":[385]},{"name":"DIAXIS_ANY_S_2","features":[385]},{"name":"DIAXIS_ANY_U_1","features":[385]},{"name":"DIAXIS_ANY_U_2","features":[385]},{"name":"DIAXIS_ANY_V_1","features":[385]},{"name":"DIAXIS_ANY_V_2","features":[385]},{"name":"DIAXIS_ANY_X_1","features":[385]},{"name":"DIAXIS_ANY_X_2","features":[385]},{"name":"DIAXIS_ANY_Y_1","features":[385]},{"name":"DIAXIS_ANY_Y_2","features":[385]},{"name":"DIAXIS_ANY_Z_1","features":[385]},{"name":"DIAXIS_ANY_Z_2","features":[385]},{"name":"DIAXIS_ARCADEP_LATERAL","features":[385]},{"name":"DIAXIS_ARCADEP_MOVE","features":[385]},{"name":"DIAXIS_ARCADES_LATERAL","features":[385]},{"name":"DIAXIS_ARCADES_MOVE","features":[385]},{"name":"DIAXIS_BASEBALLB_LATERAL","features":[385]},{"name":"DIAXIS_BASEBALLB_MOVE","features":[385]},{"name":"DIAXIS_BASEBALLF_LATERAL","features":[385]},{"name":"DIAXIS_BASEBALLF_MOVE","features":[385]},{"name":"DIAXIS_BASEBALLP_LATERAL","features":[385]},{"name":"DIAXIS_BASEBALLP_MOVE","features":[385]},{"name":"DIAXIS_BBALLD_LATERAL","features":[385]},{"name":"DIAXIS_BBALLD_MOVE","features":[385]},{"name":"DIAXIS_BBALLO_LATERAL","features":[385]},{"name":"DIAXIS_BBALLO_MOVE","features":[385]},{"name":"DIAXIS_BIKINGM_BRAKE","features":[385]},{"name":"DIAXIS_BIKINGM_PEDAL","features":[385]},{"name":"DIAXIS_BIKINGM_TURN","features":[385]},{"name":"DIAXIS_BROWSER_LATERAL","features":[385]},{"name":"DIAXIS_BROWSER_MOVE","features":[385]},{"name":"DIAXIS_BROWSER_VIEW","features":[385]},{"name":"DIAXIS_CADF_INOUT","features":[385]},{"name":"DIAXIS_CADF_LATERAL","features":[385]},{"name":"DIAXIS_CADF_MOVE","features":[385]},{"name":"DIAXIS_CADF_ROTATEX","features":[385]},{"name":"DIAXIS_CADF_ROTATEY","features":[385]},{"name":"DIAXIS_CADF_ROTATEZ","features":[385]},{"name":"DIAXIS_CADM_INOUT","features":[385]},{"name":"DIAXIS_CADM_LATERAL","features":[385]},{"name":"DIAXIS_CADM_MOVE","features":[385]},{"name":"DIAXIS_CADM_ROTATEX","features":[385]},{"name":"DIAXIS_CADM_ROTATEY","features":[385]},{"name":"DIAXIS_CADM_ROTATEZ","features":[385]},{"name":"DIAXIS_DRIVINGC_ACCELERATE","features":[385]},{"name":"DIAXIS_DRIVINGC_ACCEL_AND_BRAKE","features":[385]},{"name":"DIAXIS_DRIVINGC_BRAKE","features":[385]},{"name":"DIAXIS_DRIVINGC_STEER","features":[385]},{"name":"DIAXIS_DRIVINGR_ACCELERATE","features":[385]},{"name":"DIAXIS_DRIVINGR_ACCEL_AND_BRAKE","features":[385]},{"name":"DIAXIS_DRIVINGR_BRAKE","features":[385]},{"name":"DIAXIS_DRIVINGR_STEER","features":[385]},{"name":"DIAXIS_DRIVINGT_ACCELERATE","features":[385]},{"name":"DIAXIS_DRIVINGT_ACCEL_AND_BRAKE","features":[385]},{"name":"DIAXIS_DRIVINGT_BARREL","features":[385]},{"name":"DIAXIS_DRIVINGT_BRAKE","features":[385]},{"name":"DIAXIS_DRIVINGT_ROTATE","features":[385]},{"name":"DIAXIS_DRIVINGT_STEER","features":[385]},{"name":"DIAXIS_FIGHTINGH_LATERAL","features":[385]},{"name":"DIAXIS_FIGHTINGH_MOVE","features":[385]},{"name":"DIAXIS_FIGHTINGH_ROTATE","features":[385]},{"name":"DIAXIS_FISHING_LATERAL","features":[385]},{"name":"DIAXIS_FISHING_MOVE","features":[385]},{"name":"DIAXIS_FISHING_ROTATE","features":[385]},{"name":"DIAXIS_FLYINGC_BANK","features":[385]},{"name":"DIAXIS_FLYINGC_BRAKE","features":[385]},{"name":"DIAXIS_FLYINGC_FLAPS","features":[385]},{"name":"DIAXIS_FLYINGC_PITCH","features":[385]},{"name":"DIAXIS_FLYINGC_RUDDER","features":[385]},{"name":"DIAXIS_FLYINGC_THROTTLE","features":[385]},{"name":"DIAXIS_FLYINGH_BANK","features":[385]},{"name":"DIAXIS_FLYINGH_COLLECTIVE","features":[385]},{"name":"DIAXIS_FLYINGH_PITCH","features":[385]},{"name":"DIAXIS_FLYINGH_THROTTLE","features":[385]},{"name":"DIAXIS_FLYINGH_TORQUE","features":[385]},{"name":"DIAXIS_FLYINGM_BANK","features":[385]},{"name":"DIAXIS_FLYINGM_BRAKE","features":[385]},{"name":"DIAXIS_FLYINGM_FLAPS","features":[385]},{"name":"DIAXIS_FLYINGM_PITCH","features":[385]},{"name":"DIAXIS_FLYINGM_RUDDER","features":[385]},{"name":"DIAXIS_FLYINGM_THROTTLE","features":[385]},{"name":"DIAXIS_FOOTBALLD_LATERAL","features":[385]},{"name":"DIAXIS_FOOTBALLD_MOVE","features":[385]},{"name":"DIAXIS_FOOTBALLO_LATERAL","features":[385]},{"name":"DIAXIS_FOOTBALLO_MOVE","features":[385]},{"name":"DIAXIS_FOOTBALLQ_LATERAL","features":[385]},{"name":"DIAXIS_FOOTBALLQ_MOVE","features":[385]},{"name":"DIAXIS_FPS_LOOKUPDOWN","features":[385]},{"name":"DIAXIS_FPS_MOVE","features":[385]},{"name":"DIAXIS_FPS_ROTATE","features":[385]},{"name":"DIAXIS_FPS_SIDESTEP","features":[385]},{"name":"DIAXIS_GOLF_LATERAL","features":[385]},{"name":"DIAXIS_GOLF_MOVE","features":[385]},{"name":"DIAXIS_HOCKEYD_LATERAL","features":[385]},{"name":"DIAXIS_HOCKEYD_MOVE","features":[385]},{"name":"DIAXIS_HOCKEYG_LATERAL","features":[385]},{"name":"DIAXIS_HOCKEYG_MOVE","features":[385]},{"name":"DIAXIS_HOCKEYO_LATERAL","features":[385]},{"name":"DIAXIS_HOCKEYO_MOVE","features":[385]},{"name":"DIAXIS_HUNTING_LATERAL","features":[385]},{"name":"DIAXIS_HUNTING_MOVE","features":[385]},{"name":"DIAXIS_HUNTING_ROTATE","features":[385]},{"name":"DIAXIS_MECHA_ROTATE","features":[385]},{"name":"DIAXIS_MECHA_STEER","features":[385]},{"name":"DIAXIS_MECHA_THROTTLE","features":[385]},{"name":"DIAXIS_MECHA_TORSO","features":[385]},{"name":"DIAXIS_RACQUET_LATERAL","features":[385]},{"name":"DIAXIS_RACQUET_MOVE","features":[385]},{"name":"DIAXIS_REMOTE_SLIDER","features":[385]},{"name":"DIAXIS_REMOTE_SLIDER2","features":[385]},{"name":"DIAXIS_SKIING_SPEED","features":[385]},{"name":"DIAXIS_SKIING_TURN","features":[385]},{"name":"DIAXIS_SOCCERD_LATERAL","features":[385]},{"name":"DIAXIS_SOCCERD_MOVE","features":[385]},{"name":"DIAXIS_SOCCERO_BEND","features":[385]},{"name":"DIAXIS_SOCCERO_LATERAL","features":[385]},{"name":"DIAXIS_SOCCERO_MOVE","features":[385]},{"name":"DIAXIS_SPACESIM_CLIMB","features":[385]},{"name":"DIAXIS_SPACESIM_LATERAL","features":[385]},{"name":"DIAXIS_SPACESIM_MOVE","features":[385]},{"name":"DIAXIS_SPACESIM_ROTATE","features":[385]},{"name":"DIAXIS_SPACESIM_THROTTLE","features":[385]},{"name":"DIAXIS_STRATEGYR_LATERAL","features":[385]},{"name":"DIAXIS_STRATEGYR_MOVE","features":[385]},{"name":"DIAXIS_STRATEGYR_ROTATE","features":[385]},{"name":"DIAXIS_STRATEGYT_LATERAL","features":[385]},{"name":"DIAXIS_STRATEGYT_MOVE","features":[385]},{"name":"DIAXIS_TPS_MOVE","features":[385]},{"name":"DIAXIS_TPS_STEP","features":[385]},{"name":"DIAXIS_TPS_TURN","features":[385]},{"name":"DIA_APPFIXED","features":[385]},{"name":"DIA_APPMAPPED","features":[385]},{"name":"DIA_APPNOMAP","features":[385]},{"name":"DIA_FORCEFEEDBACK","features":[385]},{"name":"DIA_NORANGE","features":[385]},{"name":"DIBUTTON_2DCONTROL_DEVICE","features":[385]},{"name":"DIBUTTON_2DCONTROL_DISPLAY","features":[385]},{"name":"DIBUTTON_2DCONTROL_MENU","features":[385]},{"name":"DIBUTTON_2DCONTROL_PAUSE","features":[385]},{"name":"DIBUTTON_2DCONTROL_SELECT","features":[385]},{"name":"DIBUTTON_2DCONTROL_SPECIAL","features":[385]},{"name":"DIBUTTON_2DCONTROL_SPECIAL1","features":[385]},{"name":"DIBUTTON_2DCONTROL_SPECIAL2","features":[385]},{"name":"DIBUTTON_3DCONTROL_DEVICE","features":[385]},{"name":"DIBUTTON_3DCONTROL_DISPLAY","features":[385]},{"name":"DIBUTTON_3DCONTROL_MENU","features":[385]},{"name":"DIBUTTON_3DCONTROL_PAUSE","features":[385]},{"name":"DIBUTTON_3DCONTROL_SELECT","features":[385]},{"name":"DIBUTTON_3DCONTROL_SPECIAL","features":[385]},{"name":"DIBUTTON_3DCONTROL_SPECIAL1","features":[385]},{"name":"DIBUTTON_3DCONTROL_SPECIAL2","features":[385]},{"name":"DIBUTTON_ARCADEP_BACK_LINK","features":[385]},{"name":"DIBUTTON_ARCADEP_CROUCH","features":[385]},{"name":"DIBUTTON_ARCADEP_DEVICE","features":[385]},{"name":"DIBUTTON_ARCADEP_FIRE","features":[385]},{"name":"DIBUTTON_ARCADEP_FIRESECONDARY","features":[385]},{"name":"DIBUTTON_ARCADEP_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_ARCADEP_JUMP","features":[385]},{"name":"DIBUTTON_ARCADEP_LEFT_LINK","features":[385]},{"name":"DIBUTTON_ARCADEP_MENU","features":[385]},{"name":"DIBUTTON_ARCADEP_PAUSE","features":[385]},{"name":"DIBUTTON_ARCADEP_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_ARCADEP_SELECT","features":[385]},{"name":"DIBUTTON_ARCADEP_SPECIAL","features":[385]},{"name":"DIBUTTON_ARCADEP_VIEW_DOWN_LINK","features":[385]},{"name":"DIBUTTON_ARCADEP_VIEW_LEFT_LINK","features":[385]},{"name":"DIBUTTON_ARCADEP_VIEW_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_ARCADEP_VIEW_UP_LINK","features":[385]},{"name":"DIBUTTON_ARCADES_ATTACK","features":[385]},{"name":"DIBUTTON_ARCADES_BACK_LINK","features":[385]},{"name":"DIBUTTON_ARCADES_CARRY","features":[385]},{"name":"DIBUTTON_ARCADES_DEVICE","features":[385]},{"name":"DIBUTTON_ARCADES_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_ARCADES_LEFT_LINK","features":[385]},{"name":"DIBUTTON_ARCADES_MENU","features":[385]},{"name":"DIBUTTON_ARCADES_PAUSE","features":[385]},{"name":"DIBUTTON_ARCADES_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_ARCADES_SELECT","features":[385]},{"name":"DIBUTTON_ARCADES_SPECIAL","features":[385]},{"name":"DIBUTTON_ARCADES_THROW","features":[385]},{"name":"DIBUTTON_ARCADES_VIEW_DOWN_LINK","features":[385]},{"name":"DIBUTTON_ARCADES_VIEW_LEFT_LINK","features":[385]},{"name":"DIBUTTON_ARCADES_VIEW_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_ARCADES_VIEW_UP_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLB_BACK_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLB_BOX","features":[385]},{"name":"DIBUTTON_BASEBALLB_BUNT","features":[385]},{"name":"DIBUTTON_BASEBALLB_BURST","features":[385]},{"name":"DIBUTTON_BASEBALLB_CONTACT","features":[385]},{"name":"DIBUTTON_BASEBALLB_DEVICE","features":[385]},{"name":"DIBUTTON_BASEBALLB_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLB_LEFT_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLB_MENU","features":[385]},{"name":"DIBUTTON_BASEBALLB_NORMAL","features":[385]},{"name":"DIBUTTON_BASEBALLB_NOSTEAL","features":[385]},{"name":"DIBUTTON_BASEBALLB_PAUSE","features":[385]},{"name":"DIBUTTON_BASEBALLB_POWER","features":[385]},{"name":"DIBUTTON_BASEBALLB_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLB_SELECT","features":[385]},{"name":"DIBUTTON_BASEBALLB_SLIDE","features":[385]},{"name":"DIBUTTON_BASEBALLB_STEAL","features":[385]},{"name":"DIBUTTON_BASEBALLF_AIM_LEFT_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLF_AIM_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLF_BACK_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLF_BURST","features":[385]},{"name":"DIBUTTON_BASEBALLF_DEVICE","features":[385]},{"name":"DIBUTTON_BASEBALLF_DIVE","features":[385]},{"name":"DIBUTTON_BASEBALLF_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLF_JUMP","features":[385]},{"name":"DIBUTTON_BASEBALLF_MENU","features":[385]},{"name":"DIBUTTON_BASEBALLF_NEAREST","features":[385]},{"name":"DIBUTTON_BASEBALLF_PAUSE","features":[385]},{"name":"DIBUTTON_BASEBALLF_SHIFTIN","features":[385]},{"name":"DIBUTTON_BASEBALLF_SHIFTOUT","features":[385]},{"name":"DIBUTTON_BASEBALLF_THROW1","features":[385]},{"name":"DIBUTTON_BASEBALLF_THROW2","features":[385]},{"name":"DIBUTTON_BASEBALLP_BACK_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLP_BASE","features":[385]},{"name":"DIBUTTON_BASEBALLP_DEVICE","features":[385]},{"name":"DIBUTTON_BASEBALLP_FAKE","features":[385]},{"name":"DIBUTTON_BASEBALLP_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLP_LEFT_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLP_LOOK","features":[385]},{"name":"DIBUTTON_BASEBALLP_MENU","features":[385]},{"name":"DIBUTTON_BASEBALLP_PAUSE","features":[385]},{"name":"DIBUTTON_BASEBALLP_PITCH","features":[385]},{"name":"DIBUTTON_BASEBALLP_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_BASEBALLP_SELECT","features":[385]},{"name":"DIBUTTON_BASEBALLP_THROW","features":[385]},{"name":"DIBUTTON_BASEBALLP_WALK","features":[385]},{"name":"DIBUTTON_BBALLD_BACK_LINK","features":[385]},{"name":"DIBUTTON_BBALLD_BURST","features":[385]},{"name":"DIBUTTON_BBALLD_DEVICE","features":[385]},{"name":"DIBUTTON_BBALLD_FAKE","features":[385]},{"name":"DIBUTTON_BBALLD_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_BBALLD_JUMP","features":[385]},{"name":"DIBUTTON_BBALLD_LEFT_LINK","features":[385]},{"name":"DIBUTTON_BBALLD_MENU","features":[385]},{"name":"DIBUTTON_BBALLD_PAUSE","features":[385]},{"name":"DIBUTTON_BBALLD_PLAY","features":[385]},{"name":"DIBUTTON_BBALLD_PLAYER","features":[385]},{"name":"DIBUTTON_BBALLD_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_BBALLD_SPECIAL","features":[385]},{"name":"DIBUTTON_BBALLD_STEAL","features":[385]},{"name":"DIBUTTON_BBALLD_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_BBALLD_TIMEOUT","features":[385]},{"name":"DIBUTTON_BBALLO_BACK_LINK","features":[385]},{"name":"DIBUTTON_BBALLO_BURST","features":[385]},{"name":"DIBUTTON_BBALLO_CALL","features":[385]},{"name":"DIBUTTON_BBALLO_DEVICE","features":[385]},{"name":"DIBUTTON_BBALLO_DUNK","features":[385]},{"name":"DIBUTTON_BBALLO_FAKE","features":[385]},{"name":"DIBUTTON_BBALLO_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_BBALLO_JAB","features":[385]},{"name":"DIBUTTON_BBALLO_LEFT_LINK","features":[385]},{"name":"DIBUTTON_BBALLO_MENU","features":[385]},{"name":"DIBUTTON_BBALLO_PASS","features":[385]},{"name":"DIBUTTON_BBALLO_PAUSE","features":[385]},{"name":"DIBUTTON_BBALLO_PLAY","features":[385]},{"name":"DIBUTTON_BBALLO_PLAYER","features":[385]},{"name":"DIBUTTON_BBALLO_POST","features":[385]},{"name":"DIBUTTON_BBALLO_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_BBALLO_SCREEN","features":[385]},{"name":"DIBUTTON_BBALLO_SHOOT","features":[385]},{"name":"DIBUTTON_BBALLO_SPECIAL","features":[385]},{"name":"DIBUTTON_BBALLO_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_BBALLO_TIMEOUT","features":[385]},{"name":"DIBUTTON_BIKINGM_BRAKE_BUTTON_LINK","features":[385]},{"name":"DIBUTTON_BIKINGM_CAMERA","features":[385]},{"name":"DIBUTTON_BIKINGM_DEVICE","features":[385]},{"name":"DIBUTTON_BIKINGM_FASTER_LINK","features":[385]},{"name":"DIBUTTON_BIKINGM_JUMP","features":[385]},{"name":"DIBUTTON_BIKINGM_LEFT_LINK","features":[385]},{"name":"DIBUTTON_BIKINGM_MENU","features":[385]},{"name":"DIBUTTON_BIKINGM_PAUSE","features":[385]},{"name":"DIBUTTON_BIKINGM_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_BIKINGM_SELECT","features":[385]},{"name":"DIBUTTON_BIKINGM_SLOWER_LINK","features":[385]},{"name":"DIBUTTON_BIKINGM_SPECIAL1","features":[385]},{"name":"DIBUTTON_BIKINGM_SPECIAL2","features":[385]},{"name":"DIBUTTON_BIKINGM_ZOOM","features":[385]},{"name":"DIBUTTON_BROWSER_DEVICE","features":[385]},{"name":"DIBUTTON_BROWSER_FAVORITES","features":[385]},{"name":"DIBUTTON_BROWSER_HISTORY","features":[385]},{"name":"DIBUTTON_BROWSER_HOME","features":[385]},{"name":"DIBUTTON_BROWSER_MENU","features":[385]},{"name":"DIBUTTON_BROWSER_NEXT","features":[385]},{"name":"DIBUTTON_BROWSER_PAUSE","features":[385]},{"name":"DIBUTTON_BROWSER_PREVIOUS","features":[385]},{"name":"DIBUTTON_BROWSER_PRINT","features":[385]},{"name":"DIBUTTON_BROWSER_REFRESH","features":[385]},{"name":"DIBUTTON_BROWSER_SEARCH","features":[385]},{"name":"DIBUTTON_BROWSER_SELECT","features":[385]},{"name":"DIBUTTON_BROWSER_STOP","features":[385]},{"name":"DIBUTTON_CADF_DEVICE","features":[385]},{"name":"DIBUTTON_CADF_DISPLAY","features":[385]},{"name":"DIBUTTON_CADF_MENU","features":[385]},{"name":"DIBUTTON_CADF_PAUSE","features":[385]},{"name":"DIBUTTON_CADF_SELECT","features":[385]},{"name":"DIBUTTON_CADF_SPECIAL","features":[385]},{"name":"DIBUTTON_CADF_SPECIAL1","features":[385]},{"name":"DIBUTTON_CADF_SPECIAL2","features":[385]},{"name":"DIBUTTON_CADM_DEVICE","features":[385]},{"name":"DIBUTTON_CADM_DISPLAY","features":[385]},{"name":"DIBUTTON_CADM_MENU","features":[385]},{"name":"DIBUTTON_CADM_PAUSE","features":[385]},{"name":"DIBUTTON_CADM_SELECT","features":[385]},{"name":"DIBUTTON_CADM_SPECIAL","features":[385]},{"name":"DIBUTTON_CADM_SPECIAL1","features":[385]},{"name":"DIBUTTON_CADM_SPECIAL2","features":[385]},{"name":"DIBUTTON_DRIVINGC_ACCELERATE_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGC_AIDS","features":[385]},{"name":"DIBUTTON_DRIVINGC_BRAKE","features":[385]},{"name":"DIBUTTON_DRIVINGC_DASHBOARD","features":[385]},{"name":"DIBUTTON_DRIVINGC_DEVICE","features":[385]},{"name":"DIBUTTON_DRIVINGC_FIRE","features":[385]},{"name":"DIBUTTON_DRIVINGC_FIRESECONDARY","features":[385]},{"name":"DIBUTTON_DRIVINGC_GLANCE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGC_GLANCE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGC_MENU","features":[385]},{"name":"DIBUTTON_DRIVINGC_PAUSE","features":[385]},{"name":"DIBUTTON_DRIVINGC_SHIFTDOWN","features":[385]},{"name":"DIBUTTON_DRIVINGC_SHIFTUP","features":[385]},{"name":"DIBUTTON_DRIVINGC_STEER_LEFT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGC_STEER_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGC_TARGET","features":[385]},{"name":"DIBUTTON_DRIVINGC_WEAPONS","features":[385]},{"name":"DIBUTTON_DRIVINGR_ACCELERATE_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGR_AIDS","features":[385]},{"name":"DIBUTTON_DRIVINGR_BOOST","features":[385]},{"name":"DIBUTTON_DRIVINGR_BRAKE","features":[385]},{"name":"DIBUTTON_DRIVINGR_DASHBOARD","features":[385]},{"name":"DIBUTTON_DRIVINGR_DEVICE","features":[385]},{"name":"DIBUTTON_DRIVINGR_GLANCE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGR_GLANCE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGR_MAP","features":[385]},{"name":"DIBUTTON_DRIVINGR_MENU","features":[385]},{"name":"DIBUTTON_DRIVINGR_PAUSE","features":[385]},{"name":"DIBUTTON_DRIVINGR_PIT","features":[385]},{"name":"DIBUTTON_DRIVINGR_SHIFTDOWN","features":[385]},{"name":"DIBUTTON_DRIVINGR_SHIFTUP","features":[385]},{"name":"DIBUTTON_DRIVINGR_STEER_LEFT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGR_STEER_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGR_VIEW","features":[385]},{"name":"DIBUTTON_DRIVINGT_ACCELERATE_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGT_BARREL_DOWN_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGT_BARREL_UP_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGT_BRAKE","features":[385]},{"name":"DIBUTTON_DRIVINGT_DASHBOARD","features":[385]},{"name":"DIBUTTON_DRIVINGT_DEVICE","features":[385]},{"name":"DIBUTTON_DRIVINGT_FIRE","features":[385]},{"name":"DIBUTTON_DRIVINGT_FIRESECONDARY","features":[385]},{"name":"DIBUTTON_DRIVINGT_GLANCE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGT_GLANCE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGT_MENU","features":[385]},{"name":"DIBUTTON_DRIVINGT_PAUSE","features":[385]},{"name":"DIBUTTON_DRIVINGT_ROTATE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGT_ROTATE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGT_STEER_LEFT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGT_STEER_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_DRIVINGT_TARGET","features":[385]},{"name":"DIBUTTON_DRIVINGT_VIEW","features":[385]},{"name":"DIBUTTON_DRIVINGT_WEAPONS","features":[385]},{"name":"DIBUTTON_FIGHTINGH_BACKWARD_LINK","features":[385]},{"name":"DIBUTTON_FIGHTINGH_BLOCK","features":[385]},{"name":"DIBUTTON_FIGHTINGH_CROUCH","features":[385]},{"name":"DIBUTTON_FIGHTINGH_DEVICE","features":[385]},{"name":"DIBUTTON_FIGHTINGH_DISPLAY","features":[385]},{"name":"DIBUTTON_FIGHTINGH_DODGE","features":[385]},{"name":"DIBUTTON_FIGHTINGH_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_FIGHTINGH_JUMP","features":[385]},{"name":"DIBUTTON_FIGHTINGH_KICK","features":[385]},{"name":"DIBUTTON_FIGHTINGH_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FIGHTINGH_MENU","features":[385]},{"name":"DIBUTTON_FIGHTINGH_PAUSE","features":[385]},{"name":"DIBUTTON_FIGHTINGH_PUNCH","features":[385]},{"name":"DIBUTTON_FIGHTINGH_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FIGHTINGH_SELECT","features":[385]},{"name":"DIBUTTON_FIGHTINGH_SPECIAL1","features":[385]},{"name":"DIBUTTON_FIGHTINGH_SPECIAL2","features":[385]},{"name":"DIBUTTON_FISHING_BACK_LINK","features":[385]},{"name":"DIBUTTON_FISHING_BAIT","features":[385]},{"name":"DIBUTTON_FISHING_BINOCULAR","features":[385]},{"name":"DIBUTTON_FISHING_CAST","features":[385]},{"name":"DIBUTTON_FISHING_CROUCH","features":[385]},{"name":"DIBUTTON_FISHING_DEVICE","features":[385]},{"name":"DIBUTTON_FISHING_DISPLAY","features":[385]},{"name":"DIBUTTON_FISHING_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_FISHING_JUMP","features":[385]},{"name":"DIBUTTON_FISHING_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FISHING_MAP","features":[385]},{"name":"DIBUTTON_FISHING_MENU","features":[385]},{"name":"DIBUTTON_FISHING_PAUSE","features":[385]},{"name":"DIBUTTON_FISHING_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FISHING_ROTATE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FISHING_ROTATE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FISHING_TYPE","features":[385]},{"name":"DIBUTTON_FLYINGC_BRAKE_LINK","features":[385]},{"name":"DIBUTTON_FLYINGC_DEVICE","features":[385]},{"name":"DIBUTTON_FLYINGC_DISPLAY","features":[385]},{"name":"DIBUTTON_FLYINGC_FASTER_LINK","features":[385]},{"name":"DIBUTTON_FLYINGC_FLAPSDOWN","features":[385]},{"name":"DIBUTTON_FLYINGC_FLAPSUP","features":[385]},{"name":"DIBUTTON_FLYINGC_GEAR","features":[385]},{"name":"DIBUTTON_FLYINGC_GLANCE_DOWN_LINK","features":[385]},{"name":"DIBUTTON_FLYINGC_GLANCE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FLYINGC_GLANCE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FLYINGC_GLANCE_UP_LINK","features":[385]},{"name":"DIBUTTON_FLYINGC_MENU","features":[385]},{"name":"DIBUTTON_FLYINGC_PAUSE","features":[385]},{"name":"DIBUTTON_FLYINGC_SLOWER_LINK","features":[385]},{"name":"DIBUTTON_FLYINGC_VIEW","features":[385]},{"name":"DIBUTTON_FLYINGH_COUNTER","features":[385]},{"name":"DIBUTTON_FLYINGH_DEVICE","features":[385]},{"name":"DIBUTTON_FLYINGH_FASTER_LINK","features":[385]},{"name":"DIBUTTON_FLYINGH_FIRE","features":[385]},{"name":"DIBUTTON_FLYINGH_FIRESECONDARY","features":[385]},{"name":"DIBUTTON_FLYINGH_GEAR","features":[385]},{"name":"DIBUTTON_FLYINGH_GLANCE_DOWN_LINK","features":[385]},{"name":"DIBUTTON_FLYINGH_GLANCE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FLYINGH_GLANCE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FLYINGH_GLANCE_UP_LINK","features":[385]},{"name":"DIBUTTON_FLYINGH_MENU","features":[385]},{"name":"DIBUTTON_FLYINGH_PAUSE","features":[385]},{"name":"DIBUTTON_FLYINGH_SLOWER_LINK","features":[385]},{"name":"DIBUTTON_FLYINGH_TARGET","features":[385]},{"name":"DIBUTTON_FLYINGH_VIEW","features":[385]},{"name":"DIBUTTON_FLYINGH_WEAPONS","features":[385]},{"name":"DIBUTTON_FLYINGM_BRAKE_LINK","features":[385]},{"name":"DIBUTTON_FLYINGM_COUNTER","features":[385]},{"name":"DIBUTTON_FLYINGM_DEVICE","features":[385]},{"name":"DIBUTTON_FLYINGM_DISPLAY","features":[385]},{"name":"DIBUTTON_FLYINGM_FASTER_LINK","features":[385]},{"name":"DIBUTTON_FLYINGM_FIRE","features":[385]},{"name":"DIBUTTON_FLYINGM_FIRESECONDARY","features":[385]},{"name":"DIBUTTON_FLYINGM_FLAPSDOWN","features":[385]},{"name":"DIBUTTON_FLYINGM_FLAPSUP","features":[385]},{"name":"DIBUTTON_FLYINGM_GEAR","features":[385]},{"name":"DIBUTTON_FLYINGM_GLANCE_DOWN_LINK","features":[385]},{"name":"DIBUTTON_FLYINGM_GLANCE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FLYINGM_GLANCE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FLYINGM_GLANCE_UP_LINK","features":[385]},{"name":"DIBUTTON_FLYINGM_MENU","features":[385]},{"name":"DIBUTTON_FLYINGM_PAUSE","features":[385]},{"name":"DIBUTTON_FLYINGM_SLOWER_LINK","features":[385]},{"name":"DIBUTTON_FLYINGM_TARGET","features":[385]},{"name":"DIBUTTON_FLYINGM_VIEW","features":[385]},{"name":"DIBUTTON_FLYINGM_WEAPONS","features":[385]},{"name":"DIBUTTON_FOOTBALLD_AUDIBLE","features":[385]},{"name":"DIBUTTON_FOOTBALLD_BACK_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLD_BULLRUSH","features":[385]},{"name":"DIBUTTON_FOOTBALLD_DEVICE","features":[385]},{"name":"DIBUTTON_FOOTBALLD_FAKE","features":[385]},{"name":"DIBUTTON_FOOTBALLD_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLD_JUMP","features":[385]},{"name":"DIBUTTON_FOOTBALLD_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLD_MENU","features":[385]},{"name":"DIBUTTON_FOOTBALLD_PAUSE","features":[385]},{"name":"DIBUTTON_FOOTBALLD_PLAY","features":[385]},{"name":"DIBUTTON_FOOTBALLD_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLD_RIP","features":[385]},{"name":"DIBUTTON_FOOTBALLD_SELECT","features":[385]},{"name":"DIBUTTON_FOOTBALLD_SPIN","features":[385]},{"name":"DIBUTTON_FOOTBALLD_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_FOOTBALLD_SUPERTACKLE","features":[385]},{"name":"DIBUTTON_FOOTBALLD_SWIM","features":[385]},{"name":"DIBUTTON_FOOTBALLD_TACKLE","features":[385]},{"name":"DIBUTTON_FOOTBALLD_ZOOM","features":[385]},{"name":"DIBUTTON_FOOTBALLO_BACK_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLO_DEVICE","features":[385]},{"name":"DIBUTTON_FOOTBALLO_DIVE","features":[385]},{"name":"DIBUTTON_FOOTBALLO_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLO_JUKE","features":[385]},{"name":"DIBUTTON_FOOTBALLO_JUMP","features":[385]},{"name":"DIBUTTON_FOOTBALLO_LEFTARM","features":[385]},{"name":"DIBUTTON_FOOTBALLO_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLO_MENU","features":[385]},{"name":"DIBUTTON_FOOTBALLO_PAUSE","features":[385]},{"name":"DIBUTTON_FOOTBALLO_RIGHTARM","features":[385]},{"name":"DIBUTTON_FOOTBALLO_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLO_SHOULDER","features":[385]},{"name":"DIBUTTON_FOOTBALLO_SPIN","features":[385]},{"name":"DIBUTTON_FOOTBALLO_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_FOOTBALLO_THROW","features":[385]},{"name":"DIBUTTON_FOOTBALLO_TURBO","features":[385]},{"name":"DIBUTTON_FOOTBALLO_ZOOM","features":[385]},{"name":"DIBUTTON_FOOTBALLP_DEVICE","features":[385]},{"name":"DIBUTTON_FOOTBALLP_HELP","features":[385]},{"name":"DIBUTTON_FOOTBALLP_MENU","features":[385]},{"name":"DIBUTTON_FOOTBALLP_PAUSE","features":[385]},{"name":"DIBUTTON_FOOTBALLP_PLAY","features":[385]},{"name":"DIBUTTON_FOOTBALLP_SELECT","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_AUDIBLE","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_BACK_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_DEVICE","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_FAKE","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_FAKESNAP","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_JUMP","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_MENU","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_MOTION","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_PASS","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_PAUSE","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_SELECT","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_SLIDE","features":[385]},{"name":"DIBUTTON_FOOTBALLQ_SNAP","features":[385]},{"name":"DIBUTTON_FPS_APPLY","features":[385]},{"name":"DIBUTTON_FPS_BACKWARD_LINK","features":[385]},{"name":"DIBUTTON_FPS_CROUCH","features":[385]},{"name":"DIBUTTON_FPS_DEVICE","features":[385]},{"name":"DIBUTTON_FPS_DISPLAY","features":[385]},{"name":"DIBUTTON_FPS_DODGE","features":[385]},{"name":"DIBUTTON_FPS_FIRE","features":[385]},{"name":"DIBUTTON_FPS_FIRESECONDARY","features":[385]},{"name":"DIBUTTON_FPS_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_FPS_GLANCEL","features":[385]},{"name":"DIBUTTON_FPS_GLANCER","features":[385]},{"name":"DIBUTTON_FPS_GLANCE_DOWN_LINK","features":[385]},{"name":"DIBUTTON_FPS_GLANCE_UP_LINK","features":[385]},{"name":"DIBUTTON_FPS_JUMP","features":[385]},{"name":"DIBUTTON_FPS_MENU","features":[385]},{"name":"DIBUTTON_FPS_PAUSE","features":[385]},{"name":"DIBUTTON_FPS_ROTATE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FPS_ROTATE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FPS_SELECT","features":[385]},{"name":"DIBUTTON_FPS_STEP_LEFT_LINK","features":[385]},{"name":"DIBUTTON_FPS_STEP_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_FPS_STRAFE","features":[385]},{"name":"DIBUTTON_FPS_WEAPONS","features":[385]},{"name":"DIBUTTON_GOLF_BACK_LINK","features":[385]},{"name":"DIBUTTON_GOLF_DEVICE","features":[385]},{"name":"DIBUTTON_GOLF_DOWN","features":[385]},{"name":"DIBUTTON_GOLF_FLYBY","features":[385]},{"name":"DIBUTTON_GOLF_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_GOLF_LEFT_LINK","features":[385]},{"name":"DIBUTTON_GOLF_MENU","features":[385]},{"name":"DIBUTTON_GOLF_PAUSE","features":[385]},{"name":"DIBUTTON_GOLF_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_GOLF_SELECT","features":[385]},{"name":"DIBUTTON_GOLF_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_GOLF_SWING","features":[385]},{"name":"DIBUTTON_GOLF_TERRAIN","features":[385]},{"name":"DIBUTTON_GOLF_TIMEOUT","features":[385]},{"name":"DIBUTTON_GOLF_UP","features":[385]},{"name":"DIBUTTON_GOLF_ZOOM","features":[385]},{"name":"DIBUTTON_HOCKEYD_BACK_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYD_BLOCK","features":[385]},{"name":"DIBUTTON_HOCKEYD_BURST","features":[385]},{"name":"DIBUTTON_HOCKEYD_DEVICE","features":[385]},{"name":"DIBUTTON_HOCKEYD_FAKE","features":[385]},{"name":"DIBUTTON_HOCKEYD_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYD_LEFT_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYD_MENU","features":[385]},{"name":"DIBUTTON_HOCKEYD_PAUSE","features":[385]},{"name":"DIBUTTON_HOCKEYD_PLAYER","features":[385]},{"name":"DIBUTTON_HOCKEYD_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYD_STEAL","features":[385]},{"name":"DIBUTTON_HOCKEYD_STRATEGY","features":[385]},{"name":"DIBUTTON_HOCKEYD_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_HOCKEYD_TIMEOUT","features":[385]},{"name":"DIBUTTON_HOCKEYD_ZOOM","features":[385]},{"name":"DIBUTTON_HOCKEYG_BACK_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYG_BLOCK","features":[385]},{"name":"DIBUTTON_HOCKEYG_DEVICE","features":[385]},{"name":"DIBUTTON_HOCKEYG_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYG_LEFT_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYG_MENU","features":[385]},{"name":"DIBUTTON_HOCKEYG_PASS","features":[385]},{"name":"DIBUTTON_HOCKEYG_PAUSE","features":[385]},{"name":"DIBUTTON_HOCKEYG_POKE","features":[385]},{"name":"DIBUTTON_HOCKEYG_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYG_STEAL","features":[385]},{"name":"DIBUTTON_HOCKEYG_STRATEGY","features":[385]},{"name":"DIBUTTON_HOCKEYG_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_HOCKEYG_TIMEOUT","features":[385]},{"name":"DIBUTTON_HOCKEYG_ZOOM","features":[385]},{"name":"DIBUTTON_HOCKEYO_BACK_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYO_BURST","features":[385]},{"name":"DIBUTTON_HOCKEYO_DEVICE","features":[385]},{"name":"DIBUTTON_HOCKEYO_FAKE","features":[385]},{"name":"DIBUTTON_HOCKEYO_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYO_LEFT_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYO_MENU","features":[385]},{"name":"DIBUTTON_HOCKEYO_PASS","features":[385]},{"name":"DIBUTTON_HOCKEYO_PAUSE","features":[385]},{"name":"DIBUTTON_HOCKEYO_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_HOCKEYO_SHOOT","features":[385]},{"name":"DIBUTTON_HOCKEYO_SPECIAL","features":[385]},{"name":"DIBUTTON_HOCKEYO_STRATEGY","features":[385]},{"name":"DIBUTTON_HOCKEYO_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_HOCKEYO_TIMEOUT","features":[385]},{"name":"DIBUTTON_HOCKEYO_ZOOM","features":[385]},{"name":"DIBUTTON_HUNTING_AIM","features":[385]},{"name":"DIBUTTON_HUNTING_BACK_LINK","features":[385]},{"name":"DIBUTTON_HUNTING_BINOCULAR","features":[385]},{"name":"DIBUTTON_HUNTING_CALL","features":[385]},{"name":"DIBUTTON_HUNTING_CROUCH","features":[385]},{"name":"DIBUTTON_HUNTING_DEVICE","features":[385]},{"name":"DIBUTTON_HUNTING_DISPLAY","features":[385]},{"name":"DIBUTTON_HUNTING_FIRE","features":[385]},{"name":"DIBUTTON_HUNTING_FIRESECONDARY","features":[385]},{"name":"DIBUTTON_HUNTING_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_HUNTING_JUMP","features":[385]},{"name":"DIBUTTON_HUNTING_LEFT_LINK","features":[385]},{"name":"DIBUTTON_HUNTING_MAP","features":[385]},{"name":"DIBUTTON_HUNTING_MENU","features":[385]},{"name":"DIBUTTON_HUNTING_PAUSE","features":[385]},{"name":"DIBUTTON_HUNTING_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_HUNTING_ROTATE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_HUNTING_ROTATE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_HUNTING_SPECIAL","features":[385]},{"name":"DIBUTTON_HUNTING_WEAPON","features":[385]},{"name":"DIBUTTON_MECHA_BACK_LINK","features":[385]},{"name":"DIBUTTON_MECHA_CENTER","features":[385]},{"name":"DIBUTTON_MECHA_DEVICE","features":[385]},{"name":"DIBUTTON_MECHA_FASTER_LINK","features":[385]},{"name":"DIBUTTON_MECHA_FIRE","features":[385]},{"name":"DIBUTTON_MECHA_FIRESECONDARY","features":[385]},{"name":"DIBUTTON_MECHA_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_MECHA_JUMP","features":[385]},{"name":"DIBUTTON_MECHA_LEFT_LINK","features":[385]},{"name":"DIBUTTON_MECHA_MENU","features":[385]},{"name":"DIBUTTON_MECHA_PAUSE","features":[385]},{"name":"DIBUTTON_MECHA_REVERSE","features":[385]},{"name":"DIBUTTON_MECHA_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_MECHA_ROTATE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_MECHA_ROTATE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_MECHA_SLOWER_LINK","features":[385]},{"name":"DIBUTTON_MECHA_TARGET","features":[385]},{"name":"DIBUTTON_MECHA_VIEW","features":[385]},{"name":"DIBUTTON_MECHA_WEAPONS","features":[385]},{"name":"DIBUTTON_MECHA_ZOOM","features":[385]},{"name":"DIBUTTON_RACQUET_BACKSWING","features":[385]},{"name":"DIBUTTON_RACQUET_BACK_LINK","features":[385]},{"name":"DIBUTTON_RACQUET_DEVICE","features":[385]},{"name":"DIBUTTON_RACQUET_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_RACQUET_LEFT_LINK","features":[385]},{"name":"DIBUTTON_RACQUET_MENU","features":[385]},{"name":"DIBUTTON_RACQUET_PAUSE","features":[385]},{"name":"DIBUTTON_RACQUET_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_RACQUET_SELECT","features":[385]},{"name":"DIBUTTON_RACQUET_SMASH","features":[385]},{"name":"DIBUTTON_RACQUET_SPECIAL","features":[385]},{"name":"DIBUTTON_RACQUET_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_RACQUET_SWING","features":[385]},{"name":"DIBUTTON_RACQUET_TIMEOUT","features":[385]},{"name":"DIBUTTON_REMOTE_ADJUST","features":[385]},{"name":"DIBUTTON_REMOTE_CABLE","features":[385]},{"name":"DIBUTTON_REMOTE_CD","features":[385]},{"name":"DIBUTTON_REMOTE_CHANGE","features":[385]},{"name":"DIBUTTON_REMOTE_CUE","features":[385]},{"name":"DIBUTTON_REMOTE_DEVICE","features":[385]},{"name":"DIBUTTON_REMOTE_DIGIT0","features":[385]},{"name":"DIBUTTON_REMOTE_DIGIT1","features":[385]},{"name":"DIBUTTON_REMOTE_DIGIT2","features":[385]},{"name":"DIBUTTON_REMOTE_DIGIT3","features":[385]},{"name":"DIBUTTON_REMOTE_DIGIT4","features":[385]},{"name":"DIBUTTON_REMOTE_DIGIT5","features":[385]},{"name":"DIBUTTON_REMOTE_DIGIT6","features":[385]},{"name":"DIBUTTON_REMOTE_DIGIT7","features":[385]},{"name":"DIBUTTON_REMOTE_DIGIT8","features":[385]},{"name":"DIBUTTON_REMOTE_DIGIT9","features":[385]},{"name":"DIBUTTON_REMOTE_DVD","features":[385]},{"name":"DIBUTTON_REMOTE_MENU","features":[385]},{"name":"DIBUTTON_REMOTE_MUTE","features":[385]},{"name":"DIBUTTON_REMOTE_PAUSE","features":[385]},{"name":"DIBUTTON_REMOTE_PLAY","features":[385]},{"name":"DIBUTTON_REMOTE_RECORD","features":[385]},{"name":"DIBUTTON_REMOTE_REVIEW","features":[385]},{"name":"DIBUTTON_REMOTE_SELECT","features":[385]},{"name":"DIBUTTON_REMOTE_TUNER","features":[385]},{"name":"DIBUTTON_REMOTE_TV","features":[385]},{"name":"DIBUTTON_REMOTE_VCR","features":[385]},{"name":"DIBUTTON_SKIING_CAMERA","features":[385]},{"name":"DIBUTTON_SKIING_CROUCH","features":[385]},{"name":"DIBUTTON_SKIING_DEVICE","features":[385]},{"name":"DIBUTTON_SKIING_FASTER_LINK","features":[385]},{"name":"DIBUTTON_SKIING_JUMP","features":[385]},{"name":"DIBUTTON_SKIING_LEFT_LINK","features":[385]},{"name":"DIBUTTON_SKIING_MENU","features":[385]},{"name":"DIBUTTON_SKIING_PAUSE","features":[385]},{"name":"DIBUTTON_SKIING_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_SKIING_SELECT","features":[385]},{"name":"DIBUTTON_SKIING_SLOWER_LINK","features":[385]},{"name":"DIBUTTON_SKIING_SPECIAL1","features":[385]},{"name":"DIBUTTON_SKIING_SPECIAL2","features":[385]},{"name":"DIBUTTON_SKIING_ZOOM","features":[385]},{"name":"DIBUTTON_SOCCERD_BACK_LINK","features":[385]},{"name":"DIBUTTON_SOCCERD_BLOCK","features":[385]},{"name":"DIBUTTON_SOCCERD_CLEAR","features":[385]},{"name":"DIBUTTON_SOCCERD_DEVICE","features":[385]},{"name":"DIBUTTON_SOCCERD_FAKE","features":[385]},{"name":"DIBUTTON_SOCCERD_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_SOCCERD_FOUL","features":[385]},{"name":"DIBUTTON_SOCCERD_GOALIECHARGE","features":[385]},{"name":"DIBUTTON_SOCCERD_HEAD","features":[385]},{"name":"DIBUTTON_SOCCERD_LEFT_LINK","features":[385]},{"name":"DIBUTTON_SOCCERD_MENU","features":[385]},{"name":"DIBUTTON_SOCCERD_PAUSE","features":[385]},{"name":"DIBUTTON_SOCCERD_PLAYER","features":[385]},{"name":"DIBUTTON_SOCCERD_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_SOCCERD_SELECT","features":[385]},{"name":"DIBUTTON_SOCCERD_SLIDE","features":[385]},{"name":"DIBUTTON_SOCCERD_SPECIAL","features":[385]},{"name":"DIBUTTON_SOCCERD_STEAL","features":[385]},{"name":"DIBUTTON_SOCCERD_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_SOCCERO_BACK_LINK","features":[385]},{"name":"DIBUTTON_SOCCERO_CONTROL","features":[385]},{"name":"DIBUTTON_SOCCERO_DEVICE","features":[385]},{"name":"DIBUTTON_SOCCERO_FAKE","features":[385]},{"name":"DIBUTTON_SOCCERO_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_SOCCERO_HEAD","features":[385]},{"name":"DIBUTTON_SOCCERO_LEFT_LINK","features":[385]},{"name":"DIBUTTON_SOCCERO_MENU","features":[385]},{"name":"DIBUTTON_SOCCERO_PASS","features":[385]},{"name":"DIBUTTON_SOCCERO_PASSTHRU","features":[385]},{"name":"DIBUTTON_SOCCERO_PAUSE","features":[385]},{"name":"DIBUTTON_SOCCERO_PLAYER","features":[385]},{"name":"DIBUTTON_SOCCERO_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_SOCCERO_SELECT","features":[385]},{"name":"DIBUTTON_SOCCERO_SHOOT","features":[385]},{"name":"DIBUTTON_SOCCERO_SHOOTHIGH","features":[385]},{"name":"DIBUTTON_SOCCERO_SHOOTLOW","features":[385]},{"name":"DIBUTTON_SOCCERO_SPECIAL1","features":[385]},{"name":"DIBUTTON_SOCCERO_SPRINT","features":[385]},{"name":"DIBUTTON_SOCCERO_SUBSTITUTE","features":[385]},{"name":"DIBUTTON_SPACESIM_BACKWARD_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_DEVICE","features":[385]},{"name":"DIBUTTON_SPACESIM_DISPLAY","features":[385]},{"name":"DIBUTTON_SPACESIM_FASTER_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_FIRE","features":[385]},{"name":"DIBUTTON_SPACESIM_FIRESECONDARY","features":[385]},{"name":"DIBUTTON_SPACESIM_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_GEAR","features":[385]},{"name":"DIBUTTON_SPACESIM_GLANCE_DOWN_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_GLANCE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_GLANCE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_GLANCE_UP_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_LEFT_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_LOWER","features":[385]},{"name":"DIBUTTON_SPACESIM_MENU","features":[385]},{"name":"DIBUTTON_SPACESIM_PAUSE","features":[385]},{"name":"DIBUTTON_SPACESIM_RAISE","features":[385]},{"name":"DIBUTTON_SPACESIM_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_SLOWER_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_TARGET","features":[385]},{"name":"DIBUTTON_SPACESIM_TURN_LEFT_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_TURN_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_SPACESIM_VIEW","features":[385]},{"name":"DIBUTTON_SPACESIM_WEAPONS","features":[385]},{"name":"DIBUTTON_STRATEGYR_APPLY","features":[385]},{"name":"DIBUTTON_STRATEGYR_ATTACK","features":[385]},{"name":"DIBUTTON_STRATEGYR_BACK_LINK","features":[385]},{"name":"DIBUTTON_STRATEGYR_CAST","features":[385]},{"name":"DIBUTTON_STRATEGYR_CROUCH","features":[385]},{"name":"DIBUTTON_STRATEGYR_DEVICE","features":[385]},{"name":"DIBUTTON_STRATEGYR_DISPLAY","features":[385]},{"name":"DIBUTTON_STRATEGYR_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_STRATEGYR_GET","features":[385]},{"name":"DIBUTTON_STRATEGYR_JUMP","features":[385]},{"name":"DIBUTTON_STRATEGYR_LEFT_LINK","features":[385]},{"name":"DIBUTTON_STRATEGYR_MAP","features":[385]},{"name":"DIBUTTON_STRATEGYR_MENU","features":[385]},{"name":"DIBUTTON_STRATEGYR_PAUSE","features":[385]},{"name":"DIBUTTON_STRATEGYR_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_STRATEGYR_ROTATE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_STRATEGYR_ROTATE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_STRATEGYR_SELECT","features":[385]},{"name":"DIBUTTON_STRATEGYT_APPLY","features":[385]},{"name":"DIBUTTON_STRATEGYT_BACK_LINK","features":[385]},{"name":"DIBUTTON_STRATEGYT_DEVICE","features":[385]},{"name":"DIBUTTON_STRATEGYT_DISPLAY","features":[385]},{"name":"DIBUTTON_STRATEGYT_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_STRATEGYT_INSTRUCT","features":[385]},{"name":"DIBUTTON_STRATEGYT_LEFT_LINK","features":[385]},{"name":"DIBUTTON_STRATEGYT_MAP","features":[385]},{"name":"DIBUTTON_STRATEGYT_MENU","features":[385]},{"name":"DIBUTTON_STRATEGYT_PAUSE","features":[385]},{"name":"DIBUTTON_STRATEGYT_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_STRATEGYT_SELECT","features":[385]},{"name":"DIBUTTON_STRATEGYT_TEAM","features":[385]},{"name":"DIBUTTON_STRATEGYT_TURN","features":[385]},{"name":"DIBUTTON_STRATEGYT_ZOOM","features":[385]},{"name":"DIBUTTON_TPS_ACTION","features":[385]},{"name":"DIBUTTON_TPS_BACKWARD_LINK","features":[385]},{"name":"DIBUTTON_TPS_DEVICE","features":[385]},{"name":"DIBUTTON_TPS_DODGE","features":[385]},{"name":"DIBUTTON_TPS_FORWARD_LINK","features":[385]},{"name":"DIBUTTON_TPS_GLANCE_DOWN_LINK","features":[385]},{"name":"DIBUTTON_TPS_GLANCE_LEFT_LINK","features":[385]},{"name":"DIBUTTON_TPS_GLANCE_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_TPS_GLANCE_UP_LINK","features":[385]},{"name":"DIBUTTON_TPS_INVENTORY","features":[385]},{"name":"DIBUTTON_TPS_JUMP","features":[385]},{"name":"DIBUTTON_TPS_MENU","features":[385]},{"name":"DIBUTTON_TPS_PAUSE","features":[385]},{"name":"DIBUTTON_TPS_RUN","features":[385]},{"name":"DIBUTTON_TPS_SELECT","features":[385]},{"name":"DIBUTTON_TPS_STEPLEFT","features":[385]},{"name":"DIBUTTON_TPS_STEPRIGHT","features":[385]},{"name":"DIBUTTON_TPS_TURN_LEFT_LINK","features":[385]},{"name":"DIBUTTON_TPS_TURN_RIGHT_LINK","features":[385]},{"name":"DIBUTTON_TPS_USE","features":[385]},{"name":"DIBUTTON_TPS_VIEW","features":[385]},{"name":"DICD_DEFAULT","features":[385]},{"name":"DICD_EDIT","features":[385]},{"name":"DICOLORSET","features":[385]},{"name":"DICONDITION","features":[385]},{"name":"DICONFIGUREDEVICESPARAMSA","features":[385,305]},{"name":"DICONFIGUREDEVICESPARAMSW","features":[385,305]},{"name":"DICONSTANTFORCE","features":[385]},{"name":"DICUSTOMFORCE","features":[385]},{"name":"DIDAL_BOTTOMALIGNED","features":[385]},{"name":"DIDAL_CENTERED","features":[385]},{"name":"DIDAL_LEFTALIGNED","features":[385]},{"name":"DIDAL_MIDDLE","features":[385]},{"name":"DIDAL_RIGHTALIGNED","features":[385]},{"name":"DIDAL_TOPALIGNED","features":[385]},{"name":"DIDATAFORMAT","features":[385]},{"name":"DIDBAM_DEFAULT","features":[385]},{"name":"DIDBAM_HWDEFAULTS","features":[385]},{"name":"DIDBAM_INITIALIZE","features":[385]},{"name":"DIDBAM_PRESERVE","features":[385]},{"name":"DIDC_ALIAS","features":[385]},{"name":"DIDC_ATTACHED","features":[385]},{"name":"DIDC_DEADBAND","features":[385]},{"name":"DIDC_EMULATED","features":[385]},{"name":"DIDC_FFATTACK","features":[385]},{"name":"DIDC_FFFADE","features":[385]},{"name":"DIDC_FORCEFEEDBACK","features":[385]},{"name":"DIDC_HIDDEN","features":[385]},{"name":"DIDC_PHANTOM","features":[385]},{"name":"DIDC_POLLEDDATAFORMAT","features":[385]},{"name":"DIDC_POLLEDDEVICE","features":[385]},{"name":"DIDC_POSNEGCOEFFICIENTS","features":[385]},{"name":"DIDC_POSNEGSATURATION","features":[385]},{"name":"DIDC_SATURATION","features":[385]},{"name":"DIDC_STARTDELAY","features":[385]},{"name":"DIDEVCAPS","features":[385]},{"name":"DIDEVCAPS_DX3","features":[385]},{"name":"DIDEVICEIMAGEINFOA","features":[385,305]},{"name":"DIDEVICEIMAGEINFOHEADERA","features":[385,305]},{"name":"DIDEVICEIMAGEINFOHEADERW","features":[385,305]},{"name":"DIDEVICEIMAGEINFOW","features":[385,305]},{"name":"DIDEVICEINSTANCEA","features":[385]},{"name":"DIDEVICEINSTANCEW","features":[385]},{"name":"DIDEVICEINSTANCE_DX3A","features":[385]},{"name":"DIDEVICEINSTANCE_DX3W","features":[385]},{"name":"DIDEVICEOBJECTDATA","features":[385]},{"name":"DIDEVICEOBJECTDATA_DX3","features":[385]},{"name":"DIDEVICEOBJECTINSTANCEA","features":[385]},{"name":"DIDEVICEOBJECTINSTANCEW","features":[385]},{"name":"DIDEVICEOBJECTINSTANCE_DX3A","features":[385]},{"name":"DIDEVICEOBJECTINSTANCE_DX3W","features":[385]},{"name":"DIDEVICESTATE","features":[385]},{"name":"DIDEVTYPEJOYSTICK_FLIGHTSTICK","features":[385]},{"name":"DIDEVTYPEJOYSTICK_GAMEPAD","features":[385]},{"name":"DIDEVTYPEJOYSTICK_HEADTRACKER","features":[385]},{"name":"DIDEVTYPEJOYSTICK_RUDDER","features":[385]},{"name":"DIDEVTYPEJOYSTICK_TRADITIONAL","features":[385]},{"name":"DIDEVTYPEJOYSTICK_UNKNOWN","features":[385]},{"name":"DIDEVTYPEJOYSTICK_WHEEL","features":[385]},{"name":"DIDEVTYPEKEYBOARD_J3100","features":[385]},{"name":"DIDEVTYPEKEYBOARD_JAPAN106","features":[385]},{"name":"DIDEVTYPEKEYBOARD_JAPANAX","features":[385]},{"name":"DIDEVTYPEKEYBOARD_NEC98","features":[385]},{"name":"DIDEVTYPEKEYBOARD_NEC98106","features":[385]},{"name":"DIDEVTYPEKEYBOARD_NEC98LAPTOP","features":[385]},{"name":"DIDEVTYPEKEYBOARD_NOKIA1050","features":[385]},{"name":"DIDEVTYPEKEYBOARD_NOKIA9140","features":[385]},{"name":"DIDEVTYPEKEYBOARD_OLIVETTI","features":[385]},{"name":"DIDEVTYPEKEYBOARD_PCAT","features":[385]},{"name":"DIDEVTYPEKEYBOARD_PCENH","features":[385]},{"name":"DIDEVTYPEKEYBOARD_PCXT","features":[385]},{"name":"DIDEVTYPEKEYBOARD_UNKNOWN","features":[385]},{"name":"DIDEVTYPEMOUSE_FINGERSTICK","features":[385]},{"name":"DIDEVTYPEMOUSE_TOUCHPAD","features":[385]},{"name":"DIDEVTYPEMOUSE_TRACKBALL","features":[385]},{"name":"DIDEVTYPEMOUSE_TRADITIONAL","features":[385]},{"name":"DIDEVTYPEMOUSE_UNKNOWN","features":[385]},{"name":"DIDEVTYPE_DEVICE","features":[385]},{"name":"DIDEVTYPE_HID","features":[385]},{"name":"DIDEVTYPE_JOYSTICK","features":[385]},{"name":"DIDEVTYPE_KEYBOARD","features":[385]},{"name":"DIDEVTYPE_MOUSE","features":[385]},{"name":"DIDFT_ABSAXIS","features":[385]},{"name":"DIDFT_ALIAS","features":[385]},{"name":"DIDFT_ALL","features":[385]},{"name":"DIDFT_ANYINSTANCE","features":[385]},{"name":"DIDFT_AXIS","features":[385]},{"name":"DIDFT_BUTTON","features":[385]},{"name":"DIDFT_COLLECTION","features":[385]},{"name":"DIDFT_FFACTUATOR","features":[385]},{"name":"DIDFT_FFEFFECTTRIGGER","features":[385]},{"name":"DIDFT_INSTANCEMASK","features":[385]},{"name":"DIDFT_NOCOLLECTION","features":[385]},{"name":"DIDFT_NODATA","features":[385]},{"name":"DIDFT_OUTPUT","features":[385]},{"name":"DIDFT_POV","features":[385]},{"name":"DIDFT_PSHBUTTON","features":[385]},{"name":"DIDFT_RELAXIS","features":[385]},{"name":"DIDFT_TGLBUTTON","features":[385]},{"name":"DIDFT_VENDORDEFINED","features":[385]},{"name":"DIDF_ABSAXIS","features":[385]},{"name":"DIDF_RELAXIS","features":[385]},{"name":"DIDIFT_CONFIGURATION","features":[385]},{"name":"DIDIFT_DELETE","features":[385]},{"name":"DIDIFT_OVERLAY","features":[385]},{"name":"DIDOI_ASPECTACCEL","features":[385]},{"name":"DIDOI_ASPECTFORCE","features":[385]},{"name":"DIDOI_ASPECTMASK","features":[385]},{"name":"DIDOI_ASPECTPOSITION","features":[385]},{"name":"DIDOI_ASPECTVELOCITY","features":[385]},{"name":"DIDOI_FFACTUATOR","features":[385]},{"name":"DIDOI_FFEFFECTTRIGGER","features":[385]},{"name":"DIDOI_GUIDISUSAGE","features":[385]},{"name":"DIDOI_POLLED","features":[385]},{"name":"DIDRIVERVERSIONS","features":[385]},{"name":"DIDSAM_DEFAULT","features":[385]},{"name":"DIDSAM_FORCESAVE","features":[385]},{"name":"DIDSAM_NOUSER","features":[385]},{"name":"DIEB_NOTRIGGER","features":[385]},{"name":"DIEDBSFL_ATTACHEDONLY","features":[385]},{"name":"DIEDBSFL_AVAILABLEDEVICES","features":[385]},{"name":"DIEDBSFL_FORCEFEEDBACK","features":[385]},{"name":"DIEDBSFL_MULTIMICEKEYBOARDS","features":[385]},{"name":"DIEDBSFL_NONGAMINGDEVICES","features":[385]},{"name":"DIEDBSFL_THISUSER","features":[385]},{"name":"DIEDBSFL_VALID","features":[385]},{"name":"DIEDBS_MAPPEDPRI1","features":[385]},{"name":"DIEDBS_MAPPEDPRI2","features":[385]},{"name":"DIEDBS_NEWDEVICE","features":[385]},{"name":"DIEDBS_RECENTDEVICE","features":[385]},{"name":"DIEDFL_ALLDEVICES","features":[385]},{"name":"DIEDFL_ATTACHEDONLY","features":[385]},{"name":"DIEDFL_FORCEFEEDBACK","features":[385]},{"name":"DIEDFL_INCLUDEALIASES","features":[385]},{"name":"DIEDFL_INCLUDEHIDDEN","features":[385]},{"name":"DIEDFL_INCLUDEPHANTOMS","features":[385]},{"name":"DIEFFECT","features":[385]},{"name":"DIEFFECTATTRIBUTES","features":[385]},{"name":"DIEFFECTINFOA","features":[385]},{"name":"DIEFFECTINFOW","features":[385]},{"name":"DIEFFECT_DX5","features":[385]},{"name":"DIEFFESCAPE","features":[385]},{"name":"DIEFF_CARTESIAN","features":[385]},{"name":"DIEFF_OBJECTIDS","features":[385]},{"name":"DIEFF_OBJECTOFFSETS","features":[385]},{"name":"DIEFF_POLAR","features":[385]},{"name":"DIEFF_SPHERICAL","features":[385]},{"name":"DIEFT_ALL","features":[385]},{"name":"DIEFT_CONDITION","features":[385]},{"name":"DIEFT_CONSTANTFORCE","features":[385]},{"name":"DIEFT_CUSTOMFORCE","features":[385]},{"name":"DIEFT_DEADBAND","features":[385]},{"name":"DIEFT_FFATTACK","features":[385]},{"name":"DIEFT_FFFADE","features":[385]},{"name":"DIEFT_HARDWARE","features":[385]},{"name":"DIEFT_PERIODIC","features":[385]},{"name":"DIEFT_POSNEGCOEFFICIENTS","features":[385]},{"name":"DIEFT_POSNEGSATURATION","features":[385]},{"name":"DIEFT_RAMPFORCE","features":[385]},{"name":"DIEFT_SATURATION","features":[385]},{"name":"DIEFT_STARTDELAY","features":[385]},{"name":"DIEGES_EMULATED","features":[385]},{"name":"DIEGES_PLAYING","features":[385]},{"name":"DIENUM_CONTINUE","features":[385]},{"name":"DIENUM_STOP","features":[385]},{"name":"DIENVELOPE","features":[385]},{"name":"DIEP_ALLPARAMS","features":[385]},{"name":"DIEP_ALLPARAMS_DX5","features":[385]},{"name":"DIEP_AXES","features":[385]},{"name":"DIEP_DIRECTION","features":[385]},{"name":"DIEP_DURATION","features":[385]},{"name":"DIEP_ENVELOPE","features":[385]},{"name":"DIEP_GAIN","features":[385]},{"name":"DIEP_NODOWNLOAD","features":[385]},{"name":"DIEP_NORESTART","features":[385]},{"name":"DIEP_SAMPLEPERIOD","features":[385]},{"name":"DIEP_START","features":[385]},{"name":"DIEP_STARTDELAY","features":[385]},{"name":"DIEP_TRIGGERBUTTON","features":[385]},{"name":"DIEP_TRIGGERREPEATINTERVAL","features":[385]},{"name":"DIEP_TYPESPECIFICPARAMS","features":[385]},{"name":"DIERR_ACQUIRED","features":[385]},{"name":"DIERR_ALREADYINITIALIZED","features":[385]},{"name":"DIERR_BADDRIVERVER","features":[385]},{"name":"DIERR_BADINF","features":[385]},{"name":"DIERR_BETADIRECTINPUTVERSION","features":[385]},{"name":"DIERR_CANCELLED","features":[385]},{"name":"DIERR_DEVICEFULL","features":[385]},{"name":"DIERR_DEVICENOTREG","features":[385]},{"name":"DIERR_DRIVERFIRST","features":[385]},{"name":"DIERR_DRIVERLAST","features":[385]},{"name":"DIERR_EFFECTPLAYING","features":[385]},{"name":"DIERR_GENERIC","features":[385]},{"name":"DIERR_HANDLEEXISTS","features":[385]},{"name":"DIERR_HASEFFECTS","features":[385]},{"name":"DIERR_INCOMPLETEEFFECT","features":[385]},{"name":"DIERR_INPUTLOST","features":[385]},{"name":"DIERR_INSUFFICIENTPRIVS","features":[385]},{"name":"DIERR_INVALIDCLASSINSTALLER","features":[385]},{"name":"DIERR_INVALIDPARAM","features":[385]},{"name":"DIERR_MAPFILEFAIL","features":[385]},{"name":"DIERR_MOREDATA","features":[385]},{"name":"DIERR_NOAGGREGATION","features":[385]},{"name":"DIERR_NOINTERFACE","features":[385]},{"name":"DIERR_NOMOREITEMS","features":[385]},{"name":"DIERR_NOTACQUIRED","features":[385]},{"name":"DIERR_NOTBUFFERED","features":[385]},{"name":"DIERR_NOTDOWNLOADED","features":[385]},{"name":"DIERR_NOTEXCLUSIVEACQUIRED","features":[385]},{"name":"DIERR_NOTFOUND","features":[385]},{"name":"DIERR_NOTINITIALIZED","features":[385]},{"name":"DIERR_OBJECTNOTFOUND","features":[385]},{"name":"DIERR_OLDDIRECTINPUTVERSION","features":[385]},{"name":"DIERR_OTHERAPPHASPRIO","features":[385]},{"name":"DIERR_OUTOFMEMORY","features":[385]},{"name":"DIERR_READONLY","features":[385]},{"name":"DIERR_REPORTFULL","features":[385]},{"name":"DIERR_UNPLUGGED","features":[385]},{"name":"DIERR_UNSUPPORTED","features":[385]},{"name":"DIES_NODOWNLOAD","features":[385]},{"name":"DIES_SOLO","features":[385]},{"name":"DIFEF_DEFAULT","features":[385]},{"name":"DIFEF_INCLUDENONSTANDARD","features":[385]},{"name":"DIFEF_MODIFYIFNEEDED","features":[385]},{"name":"DIFFDEVICEATTRIBUTES","features":[385]},{"name":"DIFFOBJECTATTRIBUTES","features":[385]},{"name":"DIFILEEFFECT","features":[385]},{"name":"DIGDD_PEEK","features":[385]},{"name":"DIGFFS_ACTUATORSOFF","features":[385]},{"name":"DIGFFS_ACTUATORSON","features":[385]},{"name":"DIGFFS_DEVICELOST","features":[385]},{"name":"DIGFFS_EMPTY","features":[385]},{"name":"DIGFFS_PAUSED","features":[385]},{"name":"DIGFFS_POWEROFF","features":[385]},{"name":"DIGFFS_POWERON","features":[385]},{"name":"DIGFFS_SAFETYSWITCHOFF","features":[385]},{"name":"DIGFFS_SAFETYSWITCHON","features":[385]},{"name":"DIGFFS_STOPPED","features":[385]},{"name":"DIGFFS_USERFFSWITCHOFF","features":[385]},{"name":"DIGFFS_USERFFSWITCHON","features":[385]},{"name":"DIHATSWITCH_2DCONTROL_HATSWITCH","features":[385]},{"name":"DIHATSWITCH_3DCONTROL_HATSWITCH","features":[385]},{"name":"DIHATSWITCH_ARCADEP_VIEW","features":[385]},{"name":"DIHATSWITCH_ARCADES_VIEW","features":[385]},{"name":"DIHATSWITCH_BBALLD_GLANCE","features":[385]},{"name":"DIHATSWITCH_BBALLO_GLANCE","features":[385]},{"name":"DIHATSWITCH_BIKINGM_SCROLL","features":[385]},{"name":"DIHATSWITCH_CADF_HATSWITCH","features":[385]},{"name":"DIHATSWITCH_CADM_HATSWITCH","features":[385]},{"name":"DIHATSWITCH_DRIVINGC_GLANCE","features":[385]},{"name":"DIHATSWITCH_DRIVINGR_GLANCE","features":[385]},{"name":"DIHATSWITCH_DRIVINGT_GLANCE","features":[385]},{"name":"DIHATSWITCH_FIGHTINGH_SLIDE","features":[385]},{"name":"DIHATSWITCH_FISHING_GLANCE","features":[385]},{"name":"DIHATSWITCH_FLYINGC_GLANCE","features":[385]},{"name":"DIHATSWITCH_FLYINGH_GLANCE","features":[385]},{"name":"DIHATSWITCH_FLYINGM_GLANCE","features":[385]},{"name":"DIHATSWITCH_FPS_GLANCE","features":[385]},{"name":"DIHATSWITCH_GOLF_SCROLL","features":[385]},{"name":"DIHATSWITCH_HOCKEYD_SCROLL","features":[385]},{"name":"DIHATSWITCH_HOCKEYG_SCROLL","features":[385]},{"name":"DIHATSWITCH_HOCKEYO_SCROLL","features":[385]},{"name":"DIHATSWITCH_HUNTING_GLANCE","features":[385]},{"name":"DIHATSWITCH_MECHA_GLANCE","features":[385]},{"name":"DIHATSWITCH_RACQUET_GLANCE","features":[385]},{"name":"DIHATSWITCH_SKIING_GLANCE","features":[385]},{"name":"DIHATSWITCH_SOCCERD_GLANCE","features":[385]},{"name":"DIHATSWITCH_SOCCERO_GLANCE","features":[385]},{"name":"DIHATSWITCH_SPACESIM_GLANCE","features":[385]},{"name":"DIHATSWITCH_STRATEGYR_GLANCE","features":[385]},{"name":"DIHATSWITCH_TPS_GLANCE","features":[385]},{"name":"DIHIDFFINITINFO","features":[385]},{"name":"DIJC_CALLOUT","features":[385]},{"name":"DIJC_GAIN","features":[385]},{"name":"DIJC_GUIDINSTANCE","features":[385]},{"name":"DIJC_REGHWCONFIGTYPE","features":[385]},{"name":"DIJC_WDMGAMEPORT","features":[385]},{"name":"DIJOYCONFIG","features":[385]},{"name":"DIJOYCONFIG_DX5","features":[385]},{"name":"DIJOYSTATE","features":[385]},{"name":"DIJOYSTATE2","features":[385]},{"name":"DIJOYTYPEINFO","features":[385]},{"name":"DIJOYTYPEINFO_DX5","features":[385]},{"name":"DIJOYTYPEINFO_DX6","features":[385]},{"name":"DIJOYUSERVALUES","features":[385]},{"name":"DIJU_GAMEPORTEMULATOR","features":[385]},{"name":"DIJU_GLOBALDRIVER","features":[385]},{"name":"DIJU_USERVALUES","features":[385]},{"name":"DIKEYBOARD_0","features":[385]},{"name":"DIKEYBOARD_1","features":[385]},{"name":"DIKEYBOARD_2","features":[385]},{"name":"DIKEYBOARD_3","features":[385]},{"name":"DIKEYBOARD_4","features":[385]},{"name":"DIKEYBOARD_5","features":[385]},{"name":"DIKEYBOARD_6","features":[385]},{"name":"DIKEYBOARD_7","features":[385]},{"name":"DIKEYBOARD_8","features":[385]},{"name":"DIKEYBOARD_9","features":[385]},{"name":"DIKEYBOARD_A","features":[385]},{"name":"DIKEYBOARD_ABNT_C1","features":[385]},{"name":"DIKEYBOARD_ABNT_C2","features":[385]},{"name":"DIKEYBOARD_ADD","features":[385]},{"name":"DIKEYBOARD_APOSTROPHE","features":[385]},{"name":"DIKEYBOARD_APPS","features":[385]},{"name":"DIKEYBOARD_AT","features":[385]},{"name":"DIKEYBOARD_AX","features":[385]},{"name":"DIKEYBOARD_B","features":[385]},{"name":"DIKEYBOARD_BACK","features":[385]},{"name":"DIKEYBOARD_BACKSLASH","features":[385]},{"name":"DIKEYBOARD_C","features":[385]},{"name":"DIKEYBOARD_CALCULATOR","features":[385]},{"name":"DIKEYBOARD_CAPITAL","features":[385]},{"name":"DIKEYBOARD_COLON","features":[385]},{"name":"DIKEYBOARD_COMMA","features":[385]},{"name":"DIKEYBOARD_CONVERT","features":[385]},{"name":"DIKEYBOARD_D","features":[385]},{"name":"DIKEYBOARD_DECIMAL","features":[385]},{"name":"DIKEYBOARD_DELETE","features":[385]},{"name":"DIKEYBOARD_DIVIDE","features":[385]},{"name":"DIKEYBOARD_DOWN","features":[385]},{"name":"DIKEYBOARD_E","features":[385]},{"name":"DIKEYBOARD_END","features":[385]},{"name":"DIKEYBOARD_EQUALS","features":[385]},{"name":"DIKEYBOARD_ESCAPE","features":[385]},{"name":"DIKEYBOARD_F","features":[385]},{"name":"DIKEYBOARD_F1","features":[385]},{"name":"DIKEYBOARD_F10","features":[385]},{"name":"DIKEYBOARD_F11","features":[385]},{"name":"DIKEYBOARD_F12","features":[385]},{"name":"DIKEYBOARD_F13","features":[385]},{"name":"DIKEYBOARD_F14","features":[385]},{"name":"DIKEYBOARD_F15","features":[385]},{"name":"DIKEYBOARD_F2","features":[385]},{"name":"DIKEYBOARD_F3","features":[385]},{"name":"DIKEYBOARD_F4","features":[385]},{"name":"DIKEYBOARD_F5","features":[385]},{"name":"DIKEYBOARD_F6","features":[385]},{"name":"DIKEYBOARD_F7","features":[385]},{"name":"DIKEYBOARD_F8","features":[385]},{"name":"DIKEYBOARD_F9","features":[385]},{"name":"DIKEYBOARD_G","features":[385]},{"name":"DIKEYBOARD_GRAVE","features":[385]},{"name":"DIKEYBOARD_H","features":[385]},{"name":"DIKEYBOARD_HOME","features":[385]},{"name":"DIKEYBOARD_I","features":[385]},{"name":"DIKEYBOARD_INSERT","features":[385]},{"name":"DIKEYBOARD_J","features":[385]},{"name":"DIKEYBOARD_K","features":[385]},{"name":"DIKEYBOARD_KANA","features":[385]},{"name":"DIKEYBOARD_KANJI","features":[385]},{"name":"DIKEYBOARD_L","features":[385]},{"name":"DIKEYBOARD_LBRACKET","features":[385]},{"name":"DIKEYBOARD_LCONTROL","features":[385]},{"name":"DIKEYBOARD_LEFT","features":[385]},{"name":"DIKEYBOARD_LMENU","features":[385]},{"name":"DIKEYBOARD_LSHIFT","features":[385]},{"name":"DIKEYBOARD_LWIN","features":[385]},{"name":"DIKEYBOARD_M","features":[385]},{"name":"DIKEYBOARD_MAIL","features":[385]},{"name":"DIKEYBOARD_MEDIASELECT","features":[385]},{"name":"DIKEYBOARD_MEDIASTOP","features":[385]},{"name":"DIKEYBOARD_MINUS","features":[385]},{"name":"DIKEYBOARD_MULTIPLY","features":[385]},{"name":"DIKEYBOARD_MUTE","features":[385]},{"name":"DIKEYBOARD_MYCOMPUTER","features":[385]},{"name":"DIKEYBOARD_N","features":[385]},{"name":"DIKEYBOARD_NEXT","features":[385]},{"name":"DIKEYBOARD_NEXTTRACK","features":[385]},{"name":"DIKEYBOARD_NOCONVERT","features":[385]},{"name":"DIKEYBOARD_NUMLOCK","features":[385]},{"name":"DIKEYBOARD_NUMPAD0","features":[385]},{"name":"DIKEYBOARD_NUMPAD1","features":[385]},{"name":"DIKEYBOARD_NUMPAD2","features":[385]},{"name":"DIKEYBOARD_NUMPAD3","features":[385]},{"name":"DIKEYBOARD_NUMPAD4","features":[385]},{"name":"DIKEYBOARD_NUMPAD5","features":[385]},{"name":"DIKEYBOARD_NUMPAD6","features":[385]},{"name":"DIKEYBOARD_NUMPAD7","features":[385]},{"name":"DIKEYBOARD_NUMPAD8","features":[385]},{"name":"DIKEYBOARD_NUMPAD9","features":[385]},{"name":"DIKEYBOARD_NUMPADCOMMA","features":[385]},{"name":"DIKEYBOARD_NUMPADENTER","features":[385]},{"name":"DIKEYBOARD_NUMPADEQUALS","features":[385]},{"name":"DIKEYBOARD_O","features":[385]},{"name":"DIKEYBOARD_OEM_102","features":[385]},{"name":"DIKEYBOARD_P","features":[385]},{"name":"DIKEYBOARD_PAUSE","features":[385]},{"name":"DIKEYBOARD_PERIOD","features":[385]},{"name":"DIKEYBOARD_PLAYPAUSE","features":[385]},{"name":"DIKEYBOARD_POWER","features":[385]},{"name":"DIKEYBOARD_PREVTRACK","features":[385]},{"name":"DIKEYBOARD_PRIOR","features":[385]},{"name":"DIKEYBOARD_Q","features":[385]},{"name":"DIKEYBOARD_R","features":[385]},{"name":"DIKEYBOARD_RBRACKET","features":[385]},{"name":"DIKEYBOARD_RCONTROL","features":[385]},{"name":"DIKEYBOARD_RETURN","features":[385]},{"name":"DIKEYBOARD_RIGHT","features":[385]},{"name":"DIKEYBOARD_RMENU","features":[385]},{"name":"DIKEYBOARD_RSHIFT","features":[385]},{"name":"DIKEYBOARD_RWIN","features":[385]},{"name":"DIKEYBOARD_S","features":[385]},{"name":"DIKEYBOARD_SCROLL","features":[385]},{"name":"DIKEYBOARD_SEMICOLON","features":[385]},{"name":"DIKEYBOARD_SLASH","features":[385]},{"name":"DIKEYBOARD_SLEEP","features":[385]},{"name":"DIKEYBOARD_SPACE","features":[385]},{"name":"DIKEYBOARD_STOP","features":[385]},{"name":"DIKEYBOARD_SUBTRACT","features":[385]},{"name":"DIKEYBOARD_SYSRQ","features":[385]},{"name":"DIKEYBOARD_T","features":[385]},{"name":"DIKEYBOARD_TAB","features":[385]},{"name":"DIKEYBOARD_U","features":[385]},{"name":"DIKEYBOARD_UNDERLINE","features":[385]},{"name":"DIKEYBOARD_UNLABELED","features":[385]},{"name":"DIKEYBOARD_UP","features":[385]},{"name":"DIKEYBOARD_V","features":[385]},{"name":"DIKEYBOARD_VOLUMEDOWN","features":[385]},{"name":"DIKEYBOARD_VOLUMEUP","features":[385]},{"name":"DIKEYBOARD_W","features":[385]},{"name":"DIKEYBOARD_WAKE","features":[385]},{"name":"DIKEYBOARD_WEBBACK","features":[385]},{"name":"DIKEYBOARD_WEBFAVORITES","features":[385]},{"name":"DIKEYBOARD_WEBFORWARD","features":[385]},{"name":"DIKEYBOARD_WEBHOME","features":[385]},{"name":"DIKEYBOARD_WEBREFRESH","features":[385]},{"name":"DIKEYBOARD_WEBSEARCH","features":[385]},{"name":"DIKEYBOARD_WEBSTOP","features":[385]},{"name":"DIKEYBOARD_X","features":[385]},{"name":"DIKEYBOARD_Y","features":[385]},{"name":"DIKEYBOARD_YEN","features":[385]},{"name":"DIKEYBOARD_Z","features":[385]},{"name":"DIK_0","features":[385]},{"name":"DIK_1","features":[385]},{"name":"DIK_2","features":[385]},{"name":"DIK_3","features":[385]},{"name":"DIK_4","features":[385]},{"name":"DIK_5","features":[385]},{"name":"DIK_6","features":[385]},{"name":"DIK_7","features":[385]},{"name":"DIK_8","features":[385]},{"name":"DIK_9","features":[385]},{"name":"DIK_A","features":[385]},{"name":"DIK_ABNT_C1","features":[385]},{"name":"DIK_ABNT_C2","features":[385]},{"name":"DIK_ADD","features":[385]},{"name":"DIK_APOSTROPHE","features":[385]},{"name":"DIK_APPS","features":[385]},{"name":"DIK_AT","features":[385]},{"name":"DIK_AX","features":[385]},{"name":"DIK_B","features":[385]},{"name":"DIK_BACK","features":[385]},{"name":"DIK_BACKSLASH","features":[385]},{"name":"DIK_BACKSPACE","features":[385]},{"name":"DIK_C","features":[385]},{"name":"DIK_CALCULATOR","features":[385]},{"name":"DIK_CAPITAL","features":[385]},{"name":"DIK_CAPSLOCK","features":[385]},{"name":"DIK_CIRCUMFLEX","features":[385]},{"name":"DIK_COLON","features":[385]},{"name":"DIK_COMMA","features":[385]},{"name":"DIK_CONVERT","features":[385]},{"name":"DIK_D","features":[385]},{"name":"DIK_DECIMAL","features":[385]},{"name":"DIK_DELETE","features":[385]},{"name":"DIK_DIVIDE","features":[385]},{"name":"DIK_DOWN","features":[385]},{"name":"DIK_DOWNARROW","features":[385]},{"name":"DIK_E","features":[385]},{"name":"DIK_END","features":[385]},{"name":"DIK_EQUALS","features":[385]},{"name":"DIK_ESCAPE","features":[385]},{"name":"DIK_F","features":[385]},{"name":"DIK_F1","features":[385]},{"name":"DIK_F10","features":[385]},{"name":"DIK_F11","features":[385]},{"name":"DIK_F12","features":[385]},{"name":"DIK_F13","features":[385]},{"name":"DIK_F14","features":[385]},{"name":"DIK_F15","features":[385]},{"name":"DIK_F2","features":[385]},{"name":"DIK_F3","features":[385]},{"name":"DIK_F4","features":[385]},{"name":"DIK_F5","features":[385]},{"name":"DIK_F6","features":[385]},{"name":"DIK_F7","features":[385]},{"name":"DIK_F8","features":[385]},{"name":"DIK_F9","features":[385]},{"name":"DIK_G","features":[385]},{"name":"DIK_GRAVE","features":[385]},{"name":"DIK_H","features":[385]},{"name":"DIK_HOME","features":[385]},{"name":"DIK_I","features":[385]},{"name":"DIK_INSERT","features":[385]},{"name":"DIK_J","features":[385]},{"name":"DIK_K","features":[385]},{"name":"DIK_KANA","features":[385]},{"name":"DIK_KANJI","features":[385]},{"name":"DIK_L","features":[385]},{"name":"DIK_LALT","features":[385]},{"name":"DIK_LBRACKET","features":[385]},{"name":"DIK_LCONTROL","features":[385]},{"name":"DIK_LEFT","features":[385]},{"name":"DIK_LEFTARROW","features":[385]},{"name":"DIK_LMENU","features":[385]},{"name":"DIK_LSHIFT","features":[385]},{"name":"DIK_LWIN","features":[385]},{"name":"DIK_M","features":[385]},{"name":"DIK_MAIL","features":[385]},{"name":"DIK_MEDIASELECT","features":[385]},{"name":"DIK_MEDIASTOP","features":[385]},{"name":"DIK_MINUS","features":[385]},{"name":"DIK_MULTIPLY","features":[385]},{"name":"DIK_MUTE","features":[385]},{"name":"DIK_MYCOMPUTER","features":[385]},{"name":"DIK_N","features":[385]},{"name":"DIK_NEXT","features":[385]},{"name":"DIK_NEXTTRACK","features":[385]},{"name":"DIK_NOCONVERT","features":[385]},{"name":"DIK_NUMLOCK","features":[385]},{"name":"DIK_NUMPAD0","features":[385]},{"name":"DIK_NUMPAD1","features":[385]},{"name":"DIK_NUMPAD2","features":[385]},{"name":"DIK_NUMPAD3","features":[385]},{"name":"DIK_NUMPAD4","features":[385]},{"name":"DIK_NUMPAD5","features":[385]},{"name":"DIK_NUMPAD6","features":[385]},{"name":"DIK_NUMPAD7","features":[385]},{"name":"DIK_NUMPAD8","features":[385]},{"name":"DIK_NUMPAD9","features":[385]},{"name":"DIK_NUMPADCOMMA","features":[385]},{"name":"DIK_NUMPADENTER","features":[385]},{"name":"DIK_NUMPADEQUALS","features":[385]},{"name":"DIK_NUMPADMINUS","features":[385]},{"name":"DIK_NUMPADPERIOD","features":[385]},{"name":"DIK_NUMPADPLUS","features":[385]},{"name":"DIK_NUMPADSLASH","features":[385]},{"name":"DIK_NUMPADSTAR","features":[385]},{"name":"DIK_O","features":[385]},{"name":"DIK_OEM_102","features":[385]},{"name":"DIK_P","features":[385]},{"name":"DIK_PAUSE","features":[385]},{"name":"DIK_PERIOD","features":[385]},{"name":"DIK_PGDN","features":[385]},{"name":"DIK_PGUP","features":[385]},{"name":"DIK_PLAYPAUSE","features":[385]},{"name":"DIK_POWER","features":[385]},{"name":"DIK_PREVTRACK","features":[385]},{"name":"DIK_PRIOR","features":[385]},{"name":"DIK_Q","features":[385]},{"name":"DIK_R","features":[385]},{"name":"DIK_RALT","features":[385]},{"name":"DIK_RBRACKET","features":[385]},{"name":"DIK_RCONTROL","features":[385]},{"name":"DIK_RETURN","features":[385]},{"name":"DIK_RIGHT","features":[385]},{"name":"DIK_RIGHTARROW","features":[385]},{"name":"DIK_RMENU","features":[385]},{"name":"DIK_RSHIFT","features":[385]},{"name":"DIK_RWIN","features":[385]},{"name":"DIK_S","features":[385]},{"name":"DIK_SCROLL","features":[385]},{"name":"DIK_SEMICOLON","features":[385]},{"name":"DIK_SLASH","features":[385]},{"name":"DIK_SLEEP","features":[385]},{"name":"DIK_SPACE","features":[385]},{"name":"DIK_STOP","features":[385]},{"name":"DIK_SUBTRACT","features":[385]},{"name":"DIK_SYSRQ","features":[385]},{"name":"DIK_T","features":[385]},{"name":"DIK_TAB","features":[385]},{"name":"DIK_U","features":[385]},{"name":"DIK_UNDERLINE","features":[385]},{"name":"DIK_UNLABELED","features":[385]},{"name":"DIK_UP","features":[385]},{"name":"DIK_UPARROW","features":[385]},{"name":"DIK_V","features":[385]},{"name":"DIK_VOLUMEDOWN","features":[385]},{"name":"DIK_VOLUMEUP","features":[385]},{"name":"DIK_W","features":[385]},{"name":"DIK_WAKE","features":[385]},{"name":"DIK_WEBBACK","features":[385]},{"name":"DIK_WEBFAVORITES","features":[385]},{"name":"DIK_WEBFORWARD","features":[385]},{"name":"DIK_WEBHOME","features":[385]},{"name":"DIK_WEBREFRESH","features":[385]},{"name":"DIK_WEBSEARCH","features":[385]},{"name":"DIK_WEBSTOP","features":[385]},{"name":"DIK_X","features":[385]},{"name":"DIK_Y","features":[385]},{"name":"DIK_YEN","features":[385]},{"name":"DIK_Z","features":[385]},{"name":"DIMOUSESTATE","features":[385]},{"name":"DIMOUSESTATE2","features":[385]},{"name":"DIMSGWP_DX8APPSTART","features":[385]},{"name":"DIMSGWP_DX8MAPPERAPPSTART","features":[385]},{"name":"DIMSGWP_NEWAPPSTART","features":[385]},{"name":"DIOBJECTATTRIBUTES","features":[385]},{"name":"DIOBJECTCALIBRATION","features":[385]},{"name":"DIOBJECTDATAFORMAT","features":[385]},{"name":"DIPERIODIC","features":[385]},{"name":"DIPH_BYID","features":[385]},{"name":"DIPH_BYOFFSET","features":[385]},{"name":"DIPH_BYUSAGE","features":[385]},{"name":"DIPH_DEVICE","features":[385]},{"name":"DIPOVCALIBRATION","features":[385]},{"name":"DIPOV_ANY_1","features":[385]},{"name":"DIPOV_ANY_2","features":[385]},{"name":"DIPOV_ANY_3","features":[385]},{"name":"DIPOV_ANY_4","features":[385]},{"name":"DIPROPAUTOCENTER_OFF","features":[385]},{"name":"DIPROPAUTOCENTER_ON","features":[385]},{"name":"DIPROPAXISMODE_ABS","features":[385]},{"name":"DIPROPAXISMODE_REL","features":[385]},{"name":"DIPROPCAL","features":[385]},{"name":"DIPROPCALIBRATIONMODE_COOKED","features":[385]},{"name":"DIPROPCALIBRATIONMODE_RAW","features":[385]},{"name":"DIPROPCALPOV","features":[385]},{"name":"DIPROPCPOINTS","features":[385]},{"name":"DIPROPDWORD","features":[385]},{"name":"DIPROPGUIDANDPATH","features":[385]},{"name":"DIPROPHEADER","features":[385]},{"name":"DIPROPPOINTER","features":[385]},{"name":"DIPROPRANGE","features":[385]},{"name":"DIPROPSTRING","features":[385]},{"name":"DIPROP_APPDATA","features":[385]},{"name":"DIPROP_AUTOCENTER","features":[385]},{"name":"DIPROP_AXISMODE","features":[385]},{"name":"DIPROP_BUFFERSIZE","features":[385]},{"name":"DIPROP_CALIBRATION","features":[385]},{"name":"DIPROP_CALIBRATIONMODE","features":[385]},{"name":"DIPROP_CPOINTS","features":[385]},{"name":"DIPROP_DEADZONE","features":[385]},{"name":"DIPROP_FFGAIN","features":[385]},{"name":"DIPROP_FFLOAD","features":[385]},{"name":"DIPROP_GETPORTDISPLAYNAME","features":[385]},{"name":"DIPROP_GRANULARITY","features":[385]},{"name":"DIPROP_GUIDANDPATH","features":[385]},{"name":"DIPROP_INSTANCENAME","features":[385]},{"name":"DIPROP_JOYSTICKID","features":[385]},{"name":"DIPROP_KEYNAME","features":[385]},{"name":"DIPROP_LOGICALRANGE","features":[385]},{"name":"DIPROP_PHYSICALRANGE","features":[385]},{"name":"DIPROP_PRODUCTNAME","features":[385]},{"name":"DIPROP_RANGE","features":[385]},{"name":"DIPROP_SATURATION","features":[385]},{"name":"DIPROP_SCANCODE","features":[385]},{"name":"DIPROP_TYPENAME","features":[385]},{"name":"DIPROP_USERNAME","features":[385]},{"name":"DIPROP_VIDPID","features":[385]},{"name":"DIRAMPFORCE","features":[385]},{"name":"DIRECTINPUT_HEADER_VERSION","features":[385]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRING","features":[385]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRINGA","features":[385]},{"name":"DIRECTINPUT_NOTIFICATION_MSGSTRINGW","features":[385]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPP","features":[385]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPPA","features":[385]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTAPPW","features":[385]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPP","features":[385]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPPA","features":[385]},{"name":"DIRECTINPUT_REGSTR_KEY_LASTMAPAPPW","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAG","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAGA","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_APPIDFLAGW","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_ID","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_IDA","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_IDW","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTART","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTARTA","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_LASTSTARTW","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPER","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPERA","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_MAPPERW","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_NAME","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_NAMEA","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_NAMEW","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSION","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSIONA","features":[385]},{"name":"DIRECTINPUT_REGSTR_VAL_VERSIONW","features":[385]},{"name":"DIRECTINPUT_VERSION","features":[385]},{"name":"DISCL_BACKGROUND","features":[385]},{"name":"DISCL_EXCLUSIVE","features":[385]},{"name":"DISCL_FOREGROUND","features":[385]},{"name":"DISCL_NONEXCLUSIVE","features":[385]},{"name":"DISCL_NOWINKEY","features":[385]},{"name":"DISDD_CONTINUE","features":[385]},{"name":"DISFFC_CONTINUE","features":[385]},{"name":"DISFFC_PAUSE","features":[385]},{"name":"DISFFC_RESET","features":[385]},{"name":"DISFFC_SETACTUATORSOFF","features":[385]},{"name":"DISFFC_SETACTUATORSON","features":[385]},{"name":"DISFFC_STOPALL","features":[385]},{"name":"DITC_CALLOUT","features":[385]},{"name":"DITC_CLSIDCONFIG","features":[385]},{"name":"DITC_DISPLAYNAME","features":[385]},{"name":"DITC_FLAGS1","features":[385]},{"name":"DITC_FLAGS2","features":[385]},{"name":"DITC_HARDWAREID","features":[385]},{"name":"DITC_MAPFILE","features":[385]},{"name":"DITC_REGHWSETTINGS","features":[385]},{"name":"DIVIRTUAL_ARCADE_PLATFORM","features":[385]},{"name":"DIVIRTUAL_ARCADE_SIDE2SIDE","features":[385]},{"name":"DIVIRTUAL_BROWSER_CONTROL","features":[385]},{"name":"DIVIRTUAL_CAD_2DCONTROL","features":[385]},{"name":"DIVIRTUAL_CAD_3DCONTROL","features":[385]},{"name":"DIVIRTUAL_CAD_FLYBY","features":[385]},{"name":"DIVIRTUAL_CAD_MODEL","features":[385]},{"name":"DIVIRTUAL_DRIVING_COMBAT","features":[385]},{"name":"DIVIRTUAL_DRIVING_MECHA","features":[385]},{"name":"DIVIRTUAL_DRIVING_RACE","features":[385]},{"name":"DIVIRTUAL_DRIVING_TANK","features":[385]},{"name":"DIVIRTUAL_FIGHTING_FPS","features":[385]},{"name":"DIVIRTUAL_FIGHTING_HAND2HAND","features":[385]},{"name":"DIVIRTUAL_FIGHTING_THIRDPERSON","features":[385]},{"name":"DIVIRTUAL_FLYING_CIVILIAN","features":[385]},{"name":"DIVIRTUAL_FLYING_HELICOPTER","features":[385]},{"name":"DIVIRTUAL_FLYING_MILITARY","features":[385]},{"name":"DIVIRTUAL_REMOTE_CONTROL","features":[385]},{"name":"DIVIRTUAL_SPACESIM","features":[385]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_BAT","features":[385]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_FIELD","features":[385]},{"name":"DIVIRTUAL_SPORTS_BASEBALL_PITCH","features":[385]},{"name":"DIVIRTUAL_SPORTS_BASKETBALL_DEFENSE","features":[385]},{"name":"DIVIRTUAL_SPORTS_BASKETBALL_OFFENSE","features":[385]},{"name":"DIVIRTUAL_SPORTS_BIKING_MOUNTAIN","features":[385]},{"name":"DIVIRTUAL_SPORTS_FISHING","features":[385]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_DEFENSE","features":[385]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_FIELD","features":[385]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_OFFENSE","features":[385]},{"name":"DIVIRTUAL_SPORTS_FOOTBALL_QBCK","features":[385]},{"name":"DIVIRTUAL_SPORTS_GOLF","features":[385]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_DEFENSE","features":[385]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_GOALIE","features":[385]},{"name":"DIVIRTUAL_SPORTS_HOCKEY_OFFENSE","features":[385]},{"name":"DIVIRTUAL_SPORTS_HUNTING","features":[385]},{"name":"DIVIRTUAL_SPORTS_RACQUET","features":[385]},{"name":"DIVIRTUAL_SPORTS_SKIING","features":[385]},{"name":"DIVIRTUAL_SPORTS_SOCCER_DEFENSE","features":[385]},{"name":"DIVIRTUAL_SPORTS_SOCCER_OFFENSE","features":[385]},{"name":"DIVIRTUAL_STRATEGY_ROLEPLAYING","features":[385]},{"name":"DIVIRTUAL_STRATEGY_TURN","features":[385]},{"name":"DIVOICE_ALL","features":[385]},{"name":"DIVOICE_CHANNEL1","features":[385]},{"name":"DIVOICE_CHANNEL2","features":[385]},{"name":"DIVOICE_CHANNEL3","features":[385]},{"name":"DIVOICE_CHANNEL4","features":[385]},{"name":"DIVOICE_CHANNEL5","features":[385]},{"name":"DIVOICE_CHANNEL6","features":[385]},{"name":"DIVOICE_CHANNEL7","features":[385]},{"name":"DIVOICE_CHANNEL8","features":[385]},{"name":"DIVOICE_PLAYBACKMUTE","features":[385]},{"name":"DIVOICE_RECORDMUTE","features":[385]},{"name":"DIVOICE_TEAM","features":[385]},{"name":"DIVOICE_TRANSMIT","features":[385]},{"name":"DIVOICE_VOICECOMMAND","features":[385]},{"name":"DI_BUFFEROVERFLOW","features":[385]},{"name":"DI_DEGREES","features":[385]},{"name":"DI_DOWNLOADSKIPPED","features":[385]},{"name":"DI_EFFECTRESTARTED","features":[385]},{"name":"DI_FFNOMINALMAX","features":[385]},{"name":"DI_NOEFFECT","features":[385]},{"name":"DI_NOTATTACHED","features":[385]},{"name":"DI_OK","features":[385]},{"name":"DI_POLLEDDEVICE","features":[385]},{"name":"DI_PROPNOEFFECT","features":[385]},{"name":"DI_SECONDS","features":[385]},{"name":"DI_SETTINGSNOTSAVED","features":[385]},{"name":"DI_TRUNCATED","features":[385]},{"name":"DI_TRUNCATEDANDRESTARTED","features":[385]},{"name":"DI_WRITEPROTECT","features":[385]},{"name":"DirectInput8Create","features":[385,305]},{"name":"GPIOBUTTONS_BUTTON_TYPE","features":[385]},{"name":"GPIO_BUTTON_BACK","features":[385]},{"name":"GPIO_BUTTON_CAMERA_FOCUS","features":[385]},{"name":"GPIO_BUTTON_CAMERA_LENS","features":[385]},{"name":"GPIO_BUTTON_CAMERA_SHUTTER","features":[385]},{"name":"GPIO_BUTTON_COUNT","features":[385]},{"name":"GPIO_BUTTON_COUNT_MIN","features":[385]},{"name":"GPIO_BUTTON_HEADSET","features":[385]},{"name":"GPIO_BUTTON_HWKB_DEPLOY","features":[385]},{"name":"GPIO_BUTTON_OEM_CUSTOM","features":[385]},{"name":"GPIO_BUTTON_OEM_CUSTOM2","features":[385]},{"name":"GPIO_BUTTON_OEM_CUSTOM3","features":[385]},{"name":"GPIO_BUTTON_POWER","features":[385]},{"name":"GPIO_BUTTON_RINGER_TOGGLE","features":[385]},{"name":"GPIO_BUTTON_ROTATION_LOCK","features":[385]},{"name":"GPIO_BUTTON_SEARCH","features":[385]},{"name":"GPIO_BUTTON_VOLUME_DOWN","features":[385]},{"name":"GPIO_BUTTON_VOLUME_UP","features":[385]},{"name":"GPIO_BUTTON_WINDOWS","features":[385]},{"name":"GUID_Button","features":[385]},{"name":"GUID_ConstantForce","features":[385]},{"name":"GUID_CustomForce","features":[385]},{"name":"GUID_DEVINTERFACE_HID","features":[385]},{"name":"GUID_DEVINTERFACE_KEYBOARD","features":[385]},{"name":"GUID_DEVINTERFACE_MOUSE","features":[385]},{"name":"GUID_Damper","features":[385]},{"name":"GUID_Friction","features":[385]},{"name":"GUID_HIDClass","features":[385]},{"name":"GUID_HID_INTERFACE_HIDPARSE","features":[385]},{"name":"GUID_HID_INTERFACE_NOTIFY","features":[385]},{"name":"GUID_Inertia","features":[385]},{"name":"GUID_Joystick","features":[385]},{"name":"GUID_Key","features":[385]},{"name":"GUID_KeyboardClass","features":[385]},{"name":"GUID_MediaClass","features":[385]},{"name":"GUID_MouseClass","features":[385]},{"name":"GUID_POV","features":[385]},{"name":"GUID_RampForce","features":[385]},{"name":"GUID_RxAxis","features":[385]},{"name":"GUID_RyAxis","features":[385]},{"name":"GUID_RzAxis","features":[385]},{"name":"GUID_SawtoothDown","features":[385]},{"name":"GUID_SawtoothUp","features":[385]},{"name":"GUID_Sine","features":[385]},{"name":"GUID_Slider","features":[385]},{"name":"GUID_Spring","features":[385]},{"name":"GUID_Square","features":[385]},{"name":"GUID_SysKeyboard","features":[385]},{"name":"GUID_SysKeyboardEm","features":[385]},{"name":"GUID_SysKeyboardEm2","features":[385]},{"name":"GUID_SysMouse","features":[385]},{"name":"GUID_SysMouseEm","features":[385]},{"name":"GUID_SysMouseEm2","features":[385]},{"name":"GUID_Triangle","features":[385]},{"name":"GUID_Unknown","features":[385]},{"name":"GUID_XAxis","features":[385]},{"name":"GUID_YAxis","features":[385]},{"name":"GUID_ZAxis","features":[385]},{"name":"HIDD_ATTRIBUTES","features":[385]},{"name":"HIDD_CONFIGURATION","features":[385]},{"name":"HIDP_BUTTON_ARRAY_DATA","features":[385,305]},{"name":"HIDP_BUTTON_CAPS","features":[385,305]},{"name":"HIDP_CAPS","features":[385]},{"name":"HIDP_DATA","features":[385,305]},{"name":"HIDP_EXTENDED_ATTRIBUTES","features":[385]},{"name":"HIDP_KEYBOARD_DIRECTION","features":[385]},{"name":"HIDP_KEYBOARD_MODIFIER_STATE","features":[385]},{"name":"HIDP_LINK_COLLECTION_NODE","features":[385]},{"name":"HIDP_REPORT_TYPE","features":[385]},{"name":"HIDP_STATUS_BAD_LOG_PHY_VALUES","features":[385,305]},{"name":"HIDP_STATUS_BUFFER_TOO_SMALL","features":[385,305]},{"name":"HIDP_STATUS_BUTTON_NOT_PRESSED","features":[385,305]},{"name":"HIDP_STATUS_DATA_INDEX_NOT_FOUND","features":[385,305]},{"name":"HIDP_STATUS_DATA_INDEX_OUT_OF_RANGE","features":[385,305]},{"name":"HIDP_STATUS_I8042_TRANS_UNKNOWN","features":[385,305]},{"name":"HIDP_STATUS_I8242_TRANS_UNKNOWN","features":[385,305]},{"name":"HIDP_STATUS_INCOMPATIBLE_REPORT_ID","features":[385,305]},{"name":"HIDP_STATUS_INTERNAL_ERROR","features":[385,305]},{"name":"HIDP_STATUS_INVALID_PREPARSED_DATA","features":[385,305]},{"name":"HIDP_STATUS_INVALID_REPORT_LENGTH","features":[385,305]},{"name":"HIDP_STATUS_INVALID_REPORT_TYPE","features":[385,305]},{"name":"HIDP_STATUS_IS_VALUE_ARRAY","features":[385,305]},{"name":"HIDP_STATUS_NOT_BUTTON_ARRAY","features":[385,305]},{"name":"HIDP_STATUS_NOT_IMPLEMENTED","features":[385,305]},{"name":"HIDP_STATUS_NOT_VALUE_ARRAY","features":[385,305]},{"name":"HIDP_STATUS_NULL","features":[385,305]},{"name":"HIDP_STATUS_REPORT_DOES_NOT_EXIST","features":[385,305]},{"name":"HIDP_STATUS_SUCCESS","features":[385,305]},{"name":"HIDP_STATUS_USAGE_NOT_FOUND","features":[385,305]},{"name":"HIDP_STATUS_VALUE_OUT_OF_RANGE","features":[385,305]},{"name":"HIDP_UNKNOWN_TOKEN","features":[385]},{"name":"HIDP_VALUE_CAPS","features":[385,305]},{"name":"HID_COLLECTION_INFORMATION","features":[385,305]},{"name":"HID_DRIVER_CONFIG","features":[385]},{"name":"HID_REVISION","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_14_SEGMENT_DIRECT_MAP","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_7_SEGMENT_DIRECT_MAP","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_ALPHANUMERIC_DISPLAY","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_ASCII_CHARACTER_SET","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_ATTRIBUTE_DATA","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_ATTRIBUTE_READBACK","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAPPED_DISPLAY","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAP_SIZE_X","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_BITMAP_SIZE_Y","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_BIT_DEPTH_FORMAT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_DATA","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_X1","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_X2","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_Y1","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_RECTANGLE_Y2","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_BLIT_REPORT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CHARACTER_ATTRIBUTE","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CHARACTER_REPORT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_BLINK","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_ENHANCE","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_ATTR_UNDERLINE","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_HEIGHT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_SPACING_HORIZONTAL","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_SPACING_VERTICAL","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CHAR_WIDTH","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CLEAR_DISPLAY","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_COLUMN","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_COLUMNS","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_BLINK","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_ENABLE","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_MODE","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_PIXEL_POSITIONING","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_CURSOR_POSITION_REPORT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_DATA_READ_BACK","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ATTRIBUTES_REPORT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_BRIGHTNESS","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_CONTRAST","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_CONTROL_REPORT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_DATA","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ENABLE","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_ORIENTATION","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_DISPLAY_STATUS","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_ERR_FONT_DATA_CANNOT_BE_READ","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_ERR_NOT_A_LOADABLE_CHARACTER","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_14_SEGMENT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_7_SEGMENT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_DATA","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_READ_BACK","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_FONT_REPORT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_HORIZONTAL_SCROLL","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA_OFFSET","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_DATA_SIZE","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_PALETTE_REPORT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_ROW","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_ROWS","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_SCREEN_SAVER_DELAY","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_SCREEN_SAVER_ENABLE","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_ID","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_OFFSET1","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_OFFSET2","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_REPORT","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_SOFT_BUTTON_SIDE","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_STATUS_NOT_READY","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_STATUS_READY","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_UNICODE_CHAR_SET","features":[385]},{"name":"HID_USAGE_ALPHANUMERIC_VERTICAL_SCROLL","features":[385]},{"name":"HID_USAGE_CAMERA_AUTO_FOCUS","features":[385]},{"name":"HID_USAGE_CAMERA_SHUTTER","features":[385]},{"name":"HID_USAGE_CONSUMERCTRL","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_BACK","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_BOOKMARKS","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_FORWARD","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_GOTO","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_HOME","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_NEXT","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_PAN","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_PREVIOUS","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_REFRESH","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_SEARCH","features":[385]},{"name":"HID_USAGE_CONSUMER_AC_STOP","features":[385]},{"name":"HID_USAGE_CONSUMER_AL_BROWSER","features":[385]},{"name":"HID_USAGE_CONSUMER_AL_CALCULATOR","features":[385]},{"name":"HID_USAGE_CONSUMER_AL_CONFIGURATION","features":[385]},{"name":"HID_USAGE_CONSUMER_AL_EMAIL","features":[385]},{"name":"HID_USAGE_CONSUMER_AL_SEARCH","features":[385]},{"name":"HID_USAGE_CONSUMER_BALANCE","features":[385]},{"name":"HID_USAGE_CONSUMER_BASS","features":[385]},{"name":"HID_USAGE_CONSUMER_BASS_BOOST","features":[385]},{"name":"HID_USAGE_CONSUMER_BASS_DECREMENT","features":[385]},{"name":"HID_USAGE_CONSUMER_BASS_INCREMENT","features":[385]},{"name":"HID_USAGE_CONSUMER_CHANNEL_DECREMENT","features":[385]},{"name":"HID_USAGE_CONSUMER_CHANNEL_INCREMENT","features":[385]},{"name":"HID_USAGE_CONSUMER_EXTENDED_KEYBOARD_ATTRIBUTES_COLLECTION","features":[385]},{"name":"HID_USAGE_CONSUMER_FAST_FORWARD","features":[385]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_OPEN_GAMEBAR","features":[385]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_RECORD_CLIP","features":[385]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_SCREENSHOT","features":[385]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_BROADCAST","features":[385]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_CAMERA","features":[385]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_INDICATOR","features":[385]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_MICROPHONE","features":[385]},{"name":"HID_USAGE_CONSUMER_GAMEDVR_TOGGLE_RECORD","features":[385]},{"name":"HID_USAGE_CONSUMER_IMPLEMENTED_KEYBOARD_INPUT_ASSIST_CONTROLS","features":[385]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_FORM_FACTOR","features":[385]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_IETF_LANGUAGE_TAG_INDEX","features":[385]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_KEY_TYPE","features":[385]},{"name":"HID_USAGE_CONSUMER_KEYBOARD_PHYSICAL_LAYOUT","features":[385]},{"name":"HID_USAGE_CONSUMER_LOUDNESS","features":[385]},{"name":"HID_USAGE_CONSUMER_MPX","features":[385]},{"name":"HID_USAGE_CONSUMER_MUTE","features":[385]},{"name":"HID_USAGE_CONSUMER_PAUSE","features":[385]},{"name":"HID_USAGE_CONSUMER_PLAY","features":[385]},{"name":"HID_USAGE_CONSUMER_PLAY_PAUSE","features":[385]},{"name":"HID_USAGE_CONSUMER_RECORD","features":[385]},{"name":"HID_USAGE_CONSUMER_REWIND","features":[385]},{"name":"HID_USAGE_CONSUMER_SCAN_NEXT_TRACK","features":[385]},{"name":"HID_USAGE_CONSUMER_SCAN_PREV_TRACK","features":[385]},{"name":"HID_USAGE_CONSUMER_STOP","features":[385]},{"name":"HID_USAGE_CONSUMER_SURROUND_MODE","features":[385]},{"name":"HID_USAGE_CONSUMER_TREBLE","features":[385]},{"name":"HID_USAGE_CONSUMER_TREBLE_DECREMENT","features":[385]},{"name":"HID_USAGE_CONSUMER_TREBLE_INCREMENT","features":[385]},{"name":"HID_USAGE_CONSUMER_VENDOR_SPECIFIC_KEYBOARD_PHYSICAL_LAYOUT","features":[385]},{"name":"HID_USAGE_CONSUMER_VOLUME","features":[385]},{"name":"HID_USAGE_CONSUMER_VOLUME_DECREMENT","features":[385]},{"name":"HID_USAGE_CONSUMER_VOLUME_INCREMENT","features":[385]},{"name":"HID_USAGE_DIGITIZER_3D_DIGITIZER","features":[385]},{"name":"HID_USAGE_DIGITIZER_ALTITUDE","features":[385]},{"name":"HID_USAGE_DIGITIZER_ARMATURE","features":[385]},{"name":"HID_USAGE_DIGITIZER_ARTICULATED_ARM","features":[385]},{"name":"HID_USAGE_DIGITIZER_AZIMUTH","features":[385]},{"name":"HID_USAGE_DIGITIZER_BARREL_PRESSURE","features":[385]},{"name":"HID_USAGE_DIGITIZER_BARREL_SWITCH","features":[385]},{"name":"HID_USAGE_DIGITIZER_BATTERY_STRENGTH","features":[385]},{"name":"HID_USAGE_DIGITIZER_COORD_MEASURING","features":[385]},{"name":"HID_USAGE_DIGITIZER_DATA_VALID","features":[385]},{"name":"HID_USAGE_DIGITIZER_DIGITIZER","features":[385]},{"name":"HID_USAGE_DIGITIZER_ERASER","features":[385]},{"name":"HID_USAGE_DIGITIZER_FINGER","features":[385]},{"name":"HID_USAGE_DIGITIZER_FREE_SPACE_WAND","features":[385]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP","features":[385]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_FRAME_DATA","features":[385]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_PROTOCOL_VENDOR_ID","features":[385]},{"name":"HID_USAGE_DIGITIZER_HEAT_MAP_PROTOCOL_VERSION","features":[385]},{"name":"HID_USAGE_DIGITIZER_INVERT","features":[385]},{"name":"HID_USAGE_DIGITIZER_IN_RANGE","features":[385]},{"name":"HID_USAGE_DIGITIZER_LIGHT_PEN","features":[385]},{"name":"HID_USAGE_DIGITIZER_MULTI_POINT","features":[385]},{"name":"HID_USAGE_DIGITIZER_PEN","features":[385]},{"name":"HID_USAGE_DIGITIZER_PROG_CHANGE_KEYS","features":[385]},{"name":"HID_USAGE_DIGITIZER_PUCK","features":[385]},{"name":"HID_USAGE_DIGITIZER_QUALITY","features":[385]},{"name":"HID_USAGE_DIGITIZER_SECONDARY_TIP_SWITCH","features":[385]},{"name":"HID_USAGE_DIGITIZER_STEREO_PLOTTER","features":[385]},{"name":"HID_USAGE_DIGITIZER_STYLUS","features":[385]},{"name":"HID_USAGE_DIGITIZER_TABLET_FUNC_KEYS","features":[385]},{"name":"HID_USAGE_DIGITIZER_TABLET_PICK","features":[385]},{"name":"HID_USAGE_DIGITIZER_TAP","features":[385]},{"name":"HID_USAGE_DIGITIZER_TIP_PRESSURE","features":[385]},{"name":"HID_USAGE_DIGITIZER_TIP_SWITCH","features":[385]},{"name":"HID_USAGE_DIGITIZER_TOUCH","features":[385]},{"name":"HID_USAGE_DIGITIZER_TOUCH_PAD","features":[385]},{"name":"HID_USAGE_DIGITIZER_TOUCH_SCREEN","features":[385]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_CONNECTED","features":[385]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_INDEX","features":[385]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_PRODUCT","features":[385]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_SERIAL","features":[385]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_SERIAL_PART2","features":[385]},{"name":"HID_USAGE_DIGITIZER_TRANSDUCER_VENDOR","features":[385]},{"name":"HID_USAGE_DIGITIZER_TWIST","features":[385]},{"name":"HID_USAGE_DIGITIZER_UNTOUCH","features":[385]},{"name":"HID_USAGE_DIGITIZER_WHITE_BOARD","features":[385]},{"name":"HID_USAGE_DIGITIZER_X_TILT","features":[385]},{"name":"HID_USAGE_DIGITIZER_Y_TILT","features":[385]},{"name":"HID_USAGE_GAME_3D_GAME_CONTROLLER","features":[385]},{"name":"HID_USAGE_GAME_BUMP","features":[385]},{"name":"HID_USAGE_GAME_FLIPPER","features":[385]},{"name":"HID_USAGE_GAME_GAMEPAD_FIRE_JUMP","features":[385]},{"name":"HID_USAGE_GAME_GAMEPAD_TRIGGER","features":[385]},{"name":"HID_USAGE_GAME_GUN_AUTOMATIC","features":[385]},{"name":"HID_USAGE_GAME_GUN_BOLT","features":[385]},{"name":"HID_USAGE_GAME_GUN_BURST","features":[385]},{"name":"HID_USAGE_GAME_GUN_CLIP","features":[385]},{"name":"HID_USAGE_GAME_GUN_DEVICE","features":[385]},{"name":"HID_USAGE_GAME_GUN_SAFETY","features":[385]},{"name":"HID_USAGE_GAME_GUN_SELECTOR","features":[385]},{"name":"HID_USAGE_GAME_GUN_SINGLE_SHOT","features":[385]},{"name":"HID_USAGE_GAME_LEAN_FORWARD_BACK","features":[385]},{"name":"HID_USAGE_GAME_LEAN_RIGHT_LEFT","features":[385]},{"name":"HID_USAGE_GAME_MOVE_FORWARD_BACK","features":[385]},{"name":"HID_USAGE_GAME_MOVE_RIGHT_LEFT","features":[385]},{"name":"HID_USAGE_GAME_MOVE_UP_DOWN","features":[385]},{"name":"HID_USAGE_GAME_NEW_GAME","features":[385]},{"name":"HID_USAGE_GAME_PINBALL_DEVICE","features":[385]},{"name":"HID_USAGE_GAME_PITCH_FORWARD_BACK","features":[385]},{"name":"HID_USAGE_GAME_PLAYER","features":[385]},{"name":"HID_USAGE_GAME_POINT_OF_VIEW","features":[385]},{"name":"HID_USAGE_GAME_POV_HEIGHT","features":[385]},{"name":"HID_USAGE_GAME_ROLL_RIGHT_LEFT","features":[385]},{"name":"HID_USAGE_GAME_SECONDARY_FLIPPER","features":[385]},{"name":"HID_USAGE_GAME_SHOOT_BALL","features":[385]},{"name":"HID_USAGE_GAME_TURN_RIGHT_LEFT","features":[385]},{"name":"HID_USAGE_GENERIC_BYTE_COUNT","features":[385]},{"name":"HID_USAGE_GENERIC_CONTROL_ENABLE","features":[385]},{"name":"HID_USAGE_GENERIC_COUNTED_BUFFER","features":[385]},{"name":"HID_USAGE_GENERIC_DEVICE_BATTERY_STRENGTH","features":[385]},{"name":"HID_USAGE_GENERIC_DEVICE_DISCOVER_WIRELESS_CONTROL","features":[385]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CHAR_ENTERED","features":[385]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CHAR_ERASED","features":[385]},{"name":"HID_USAGE_GENERIC_DEVICE_SECURITY_CODE_CLEARED","features":[385]},{"name":"HID_USAGE_GENERIC_DEVICE_WIRELESS_CHANNEL","features":[385]},{"name":"HID_USAGE_GENERIC_DEVICE_WIRELESS_ID","features":[385]},{"name":"HID_USAGE_GENERIC_DIAL","features":[385]},{"name":"HID_USAGE_GENERIC_DPAD_DOWN","features":[385]},{"name":"HID_USAGE_GENERIC_DPAD_LEFT","features":[385]},{"name":"HID_USAGE_GENERIC_DPAD_RIGHT","features":[385]},{"name":"HID_USAGE_GENERIC_DPAD_UP","features":[385]},{"name":"HID_USAGE_GENERIC_FEATURE_NOTIFICATION","features":[385]},{"name":"HID_USAGE_GENERIC_GAMEPAD","features":[385]},{"name":"HID_USAGE_GENERIC_HATSWITCH","features":[385]},{"name":"HID_USAGE_GENERIC_INTERACTIVE_CONTROL","features":[385]},{"name":"HID_USAGE_GENERIC_JOYSTICK","features":[385]},{"name":"HID_USAGE_GENERIC_KEYBOARD","features":[385]},{"name":"HID_USAGE_GENERIC_KEYPAD","features":[385]},{"name":"HID_USAGE_GENERIC_MOTION_WAKEUP","features":[385]},{"name":"HID_USAGE_GENERIC_MOUSE","features":[385]},{"name":"HID_USAGE_GENERIC_MULTI_AXIS_CONTROLLER","features":[385]},{"name":"HID_USAGE_GENERIC_POINTER","features":[385]},{"name":"HID_USAGE_GENERIC_PORTABLE_DEVICE_CONTROL","features":[385]},{"name":"HID_USAGE_GENERIC_RESOLUTION_MULTIPLIER","features":[385]},{"name":"HID_USAGE_GENERIC_RX","features":[385]},{"name":"HID_USAGE_GENERIC_RY","features":[385]},{"name":"HID_USAGE_GENERIC_RZ","features":[385]},{"name":"HID_USAGE_GENERIC_SELECT","features":[385]},{"name":"HID_USAGE_GENERIC_SLIDER","features":[385]},{"name":"HID_USAGE_GENERIC_START","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_BREAK","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_DBG_BREAK","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_APP_MENU","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_COLD_RESTART","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_CONTEXT_MENU","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISMISS_NOTIFICATION","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_AUTOSCALE","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_BOTH","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_DUAL","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_EXTERNAL","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_INTERNAL","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_INVERT","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_SWAP","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_DISP_TOGGLE","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_DOCK","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN_LOCK","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_FN_LOCK_INDICATOR","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_HELP_MENU","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_HIBERNATE","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_MAIN_MENU","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_DOWN","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_EXIT","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_LEFT","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_RIGHT","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_SELECT","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_MENU_UP","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_MUTE","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_POWER","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_SETUP","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_SLEEP","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_SYS_BREAK","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_SYS_DBG_BREAK","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_UNDOCK","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_WAKE","features":[385]},{"name":"HID_USAGE_GENERIC_SYSCTL_WARM_RESTART","features":[385]},{"name":"HID_USAGE_GENERIC_SYSTEM_CTL","features":[385]},{"name":"HID_USAGE_GENERIC_SYSTEM_DISPLAY_ROTATION_LOCK_BUTTON","features":[385]},{"name":"HID_USAGE_GENERIC_SYSTEM_DISPLAY_ROTATION_LOCK_SLIDER_SWITCH","features":[385]},{"name":"HID_USAGE_GENERIC_TABLET_PC_SYSTEM_CTL","features":[385]},{"name":"HID_USAGE_GENERIC_VBRX","features":[385]},{"name":"HID_USAGE_GENERIC_VBRY","features":[385]},{"name":"HID_USAGE_GENERIC_VBRZ","features":[385]},{"name":"HID_USAGE_GENERIC_VNO","features":[385]},{"name":"HID_USAGE_GENERIC_VX","features":[385]},{"name":"HID_USAGE_GENERIC_VY","features":[385]},{"name":"HID_USAGE_GENERIC_VZ","features":[385]},{"name":"HID_USAGE_GENERIC_WHEEL","features":[385]},{"name":"HID_USAGE_GENERIC_X","features":[385]},{"name":"HID_USAGE_GENERIC_Y","features":[385]},{"name":"HID_USAGE_GENERIC_Z","features":[385]},{"name":"HID_USAGE_HAPTICS_AUTO_ASSOCIATED_CONTROL","features":[385]},{"name":"HID_USAGE_HAPTICS_AUTO_TRIGGER","features":[385]},{"name":"HID_USAGE_HAPTICS_DURATION_LIST","features":[385]},{"name":"HID_USAGE_HAPTICS_INTENSITY","features":[385]},{"name":"HID_USAGE_HAPTICS_MANUAL_TRIGGER","features":[385]},{"name":"HID_USAGE_HAPTICS_REPEAT_COUNT","features":[385]},{"name":"HID_USAGE_HAPTICS_RETRIGGER_PERIOD","features":[385]},{"name":"HID_USAGE_HAPTICS_SIMPLE_CONTROLLER","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_BEGIN","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_BUZZ","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_CLICK","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_CUTOFF_TIME","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_END","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_LIST","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_NULL","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_PRESS","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_RELEASE","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_RUMBLE","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_STOP","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_BEGIN","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_END","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_ID","features":[385]},{"name":"HID_USAGE_HAPTICS_WAVEFORM_VENDOR_PAGE","features":[385]},{"name":"HID_USAGE_KEYBOARD_CAPS_LOCK","features":[385]},{"name":"HID_USAGE_KEYBOARD_DELETE","features":[385]},{"name":"HID_USAGE_KEYBOARD_DELETE_FORWARD","features":[385]},{"name":"HID_USAGE_KEYBOARD_ESCAPE","features":[385]},{"name":"HID_USAGE_KEYBOARD_F1","features":[385]},{"name":"HID_USAGE_KEYBOARD_F10","features":[385]},{"name":"HID_USAGE_KEYBOARD_F11","features":[385]},{"name":"HID_USAGE_KEYBOARD_F12","features":[385]},{"name":"HID_USAGE_KEYBOARD_F13","features":[385]},{"name":"HID_USAGE_KEYBOARD_F14","features":[385]},{"name":"HID_USAGE_KEYBOARD_F15","features":[385]},{"name":"HID_USAGE_KEYBOARD_F16","features":[385]},{"name":"HID_USAGE_KEYBOARD_F17","features":[385]},{"name":"HID_USAGE_KEYBOARD_F18","features":[385]},{"name":"HID_USAGE_KEYBOARD_F19","features":[385]},{"name":"HID_USAGE_KEYBOARD_F2","features":[385]},{"name":"HID_USAGE_KEYBOARD_F20","features":[385]},{"name":"HID_USAGE_KEYBOARD_F21","features":[385]},{"name":"HID_USAGE_KEYBOARD_F22","features":[385]},{"name":"HID_USAGE_KEYBOARD_F23","features":[385]},{"name":"HID_USAGE_KEYBOARD_F24","features":[385]},{"name":"HID_USAGE_KEYBOARD_F3","features":[385]},{"name":"HID_USAGE_KEYBOARD_F4","features":[385]},{"name":"HID_USAGE_KEYBOARD_F5","features":[385]},{"name":"HID_USAGE_KEYBOARD_F6","features":[385]},{"name":"HID_USAGE_KEYBOARD_F7","features":[385]},{"name":"HID_USAGE_KEYBOARD_F8","features":[385]},{"name":"HID_USAGE_KEYBOARD_F9","features":[385]},{"name":"HID_USAGE_KEYBOARD_KEYPAD_0_AND_INSERT","features":[385]},{"name":"HID_USAGE_KEYBOARD_KEYPAD_1_AND_END","features":[385]},{"name":"HID_USAGE_KEYBOARD_LALT","features":[385]},{"name":"HID_USAGE_KEYBOARD_LCTRL","features":[385]},{"name":"HID_USAGE_KEYBOARD_LGUI","features":[385]},{"name":"HID_USAGE_KEYBOARD_LSHFT","features":[385]},{"name":"HID_USAGE_KEYBOARD_NOEVENT","features":[385]},{"name":"HID_USAGE_KEYBOARD_NUM_LOCK","features":[385]},{"name":"HID_USAGE_KEYBOARD_ONE","features":[385]},{"name":"HID_USAGE_KEYBOARD_POSTFAIL","features":[385]},{"name":"HID_USAGE_KEYBOARD_PRINT_SCREEN","features":[385]},{"name":"HID_USAGE_KEYBOARD_RALT","features":[385]},{"name":"HID_USAGE_KEYBOARD_RCTRL","features":[385]},{"name":"HID_USAGE_KEYBOARD_RETURN","features":[385]},{"name":"HID_USAGE_KEYBOARD_RGUI","features":[385]},{"name":"HID_USAGE_KEYBOARD_ROLLOVER","features":[385]},{"name":"HID_USAGE_KEYBOARD_RSHFT","features":[385]},{"name":"HID_USAGE_KEYBOARD_SCROLL_LOCK","features":[385]},{"name":"HID_USAGE_KEYBOARD_UNDEFINED","features":[385]},{"name":"HID_USAGE_KEYBOARD_ZERO","features":[385]},{"name":"HID_USAGE_KEYBOARD_aA","features":[385]},{"name":"HID_USAGE_KEYBOARD_zZ","features":[385]},{"name":"HID_USAGE_LAMPARRAY","features":[385]},{"name":"HID_USAGE_LAMPARRAY_ATTRBIUTES_REPORT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_AUTONOMOUS_MODE","features":[385]},{"name":"HID_USAGE_LAMPARRAY_BLUE_LEVEL_COUNT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_DEPTH_IN_MICROMETERS","features":[385]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_HEIGHT_IN_MICROMETERS","features":[385]},{"name":"HID_USAGE_LAMPARRAY_BOUNDING_BOX_WIDTH_IN_MICROMETERS","features":[385]},{"name":"HID_USAGE_LAMPARRAY_CONTROL_REPORT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_GREEN_LEVEL_COUNT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_INPUT_BINDING","features":[385]},{"name":"HID_USAGE_LAMPARRAY_INTENSITY_LEVEL_COUNT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_IS_PROGRAMMABLE","features":[385]},{"name":"HID_USAGE_LAMPARRAY_KIND","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ATTRIBUTES_REQUEST_REPORT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ATTRIBUTES_RESPONSE_REPORT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_BLUE_UPDATE_CHANNEL","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_COUNT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_GREEN_UPDATE_CHANNEL","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID_END","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_ID_START","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_INTENSITY_UPDATE_CHANNEL","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_MULTI_UPDATE_REPORT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_PURPOSES","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_RANGE_UPDATE_REPORT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_RED_UPDATE_CHANNEL","features":[385]},{"name":"HID_USAGE_LAMPARRAY_LAMP_UPDATE_FLAGS","features":[385]},{"name":"HID_USAGE_LAMPARRAY_MIN_UPDATE_INTERVAL_IN_MICROSECONDS","features":[385]},{"name":"HID_USAGE_LAMPARRAY_POSITION_X_IN_MICROMETERS","features":[385]},{"name":"HID_USAGE_LAMPARRAY_POSITION_Y_IN_MICROMETERS","features":[385]},{"name":"HID_USAGE_LAMPARRAY_POSITION_Z_IN_MICROMETERS","features":[385]},{"name":"HID_USAGE_LAMPARRAY_RED_LEVEL_COUNT","features":[385]},{"name":"HID_USAGE_LAMPARRAY_UPDATE_LATENCY_IN_MICROSECONDS","features":[385]},{"name":"HID_USAGE_LED_AMBER","features":[385]},{"name":"HID_USAGE_LED_BATTERY_LOW","features":[385]},{"name":"HID_USAGE_LED_BATTERY_OK","features":[385]},{"name":"HID_USAGE_LED_BATTERY_OPERATION","features":[385]},{"name":"HID_USAGE_LED_BUSY","features":[385]},{"name":"HID_USAGE_LED_CALL_PICKUP","features":[385]},{"name":"HID_USAGE_LED_CAMERA_OFF","features":[385]},{"name":"HID_USAGE_LED_CAMERA_ON","features":[385]},{"name":"HID_USAGE_LED_CAPS_LOCK","features":[385]},{"name":"HID_USAGE_LED_CAV","features":[385]},{"name":"HID_USAGE_LED_CLV","features":[385]},{"name":"HID_USAGE_LED_COMPOSE","features":[385]},{"name":"HID_USAGE_LED_CONFERENCE","features":[385]},{"name":"HID_USAGE_LED_COVERAGE","features":[385]},{"name":"HID_USAGE_LED_DATA_MODE","features":[385]},{"name":"HID_USAGE_LED_DO_NOT_DISTURB","features":[385]},{"name":"HID_USAGE_LED_EQUALIZER_ENABLE","features":[385]},{"name":"HID_USAGE_LED_ERROR","features":[385]},{"name":"HID_USAGE_LED_EXTERNAL_POWER","features":[385]},{"name":"HID_USAGE_LED_FAST_BLINK_OFF_TIME","features":[385]},{"name":"HID_USAGE_LED_FAST_BLINK_ON_TIME","features":[385]},{"name":"HID_USAGE_LED_FAST_FORWARD","features":[385]},{"name":"HID_USAGE_LED_FLASH_ON_TIME","features":[385]},{"name":"HID_USAGE_LED_FORWARD","features":[385]},{"name":"HID_USAGE_LED_GENERIC_INDICATOR","features":[385]},{"name":"HID_USAGE_LED_GREEN","features":[385]},{"name":"HID_USAGE_LED_HEAD_SET","features":[385]},{"name":"HID_USAGE_LED_HIGH_CUT_FILTER","features":[385]},{"name":"HID_USAGE_LED_HOLD","features":[385]},{"name":"HID_USAGE_LED_INDICATOR_COLOR","features":[385]},{"name":"HID_USAGE_LED_INDICATOR_FAST_BLINK","features":[385]},{"name":"HID_USAGE_LED_INDICATOR_FLASH","features":[385]},{"name":"HID_USAGE_LED_INDICATOR_OFF","features":[385]},{"name":"HID_USAGE_LED_INDICATOR_ON","features":[385]},{"name":"HID_USAGE_LED_INDICATOR_SLOW_BLINK","features":[385]},{"name":"HID_USAGE_LED_IN_USE_INDICATOR","features":[385]},{"name":"HID_USAGE_LED_KANA","features":[385]},{"name":"HID_USAGE_LED_LOW_CUT_FILTER","features":[385]},{"name":"HID_USAGE_LED_MESSAGE_WAITING","features":[385]},{"name":"HID_USAGE_LED_MICROPHONE","features":[385]},{"name":"HID_USAGE_LED_MULTI_MODE_INDICATOR","features":[385]},{"name":"HID_USAGE_LED_MUTE","features":[385]},{"name":"HID_USAGE_LED_NIGHT_MODE","features":[385]},{"name":"HID_USAGE_LED_NUM_LOCK","features":[385]},{"name":"HID_USAGE_LED_OFF_HOOK","features":[385]},{"name":"HID_USAGE_LED_OFF_LINE","features":[385]},{"name":"HID_USAGE_LED_ON_LINE","features":[385]},{"name":"HID_USAGE_LED_PAPER_JAM","features":[385]},{"name":"HID_USAGE_LED_PAPER_OUT","features":[385]},{"name":"HID_USAGE_LED_PAUSE","features":[385]},{"name":"HID_USAGE_LED_PLAY","features":[385]},{"name":"HID_USAGE_LED_POWER","features":[385]},{"name":"HID_USAGE_LED_READY","features":[385]},{"name":"HID_USAGE_LED_RECORD","features":[385]},{"name":"HID_USAGE_LED_RECORDING_FORMAT_DET","features":[385]},{"name":"HID_USAGE_LED_RED","features":[385]},{"name":"HID_USAGE_LED_REMOTE","features":[385]},{"name":"HID_USAGE_LED_REPEAT","features":[385]},{"name":"HID_USAGE_LED_REVERSE","features":[385]},{"name":"HID_USAGE_LED_REWIND","features":[385]},{"name":"HID_USAGE_LED_RING","features":[385]},{"name":"HID_USAGE_LED_SAMPLING_RATE_DETECT","features":[385]},{"name":"HID_USAGE_LED_SCROLL_LOCK","features":[385]},{"name":"HID_USAGE_LED_SELECTED_INDICATOR","features":[385]},{"name":"HID_USAGE_LED_SEND_CALLS","features":[385]},{"name":"HID_USAGE_LED_SHIFT","features":[385]},{"name":"HID_USAGE_LED_SLOW_BLINK_OFF_TIME","features":[385]},{"name":"HID_USAGE_LED_SLOW_BLINK_ON_TIME","features":[385]},{"name":"HID_USAGE_LED_SOUND_FIELD_ON","features":[385]},{"name":"HID_USAGE_LED_SPEAKER","features":[385]},{"name":"HID_USAGE_LED_SPINNING","features":[385]},{"name":"HID_USAGE_LED_STAND_BY","features":[385]},{"name":"HID_USAGE_LED_STEREO","features":[385]},{"name":"HID_USAGE_LED_STOP","features":[385]},{"name":"HID_USAGE_LED_SURROUND_FIELD_ON","features":[385]},{"name":"HID_USAGE_LED_SYSTEM_SUSPEND","features":[385]},{"name":"HID_USAGE_LED_TONE_ENABLE","features":[385]},{"name":"HID_USAGE_MS_BTH_HF_DIALMEMORY","features":[385]},{"name":"HID_USAGE_MS_BTH_HF_DIALNUMBER","features":[385]},{"name":"HID_USAGE_PAGE_ALPHANUMERIC","features":[385]},{"name":"HID_USAGE_PAGE_ARCADE","features":[385]},{"name":"HID_USAGE_PAGE_BARCODE_SCANNER","features":[385]},{"name":"HID_USAGE_PAGE_BUTTON","features":[385]},{"name":"HID_USAGE_PAGE_CAMERA_CONTROL","features":[385]},{"name":"HID_USAGE_PAGE_CONSUMER","features":[385]},{"name":"HID_USAGE_PAGE_DIGITIZER","features":[385]},{"name":"HID_USAGE_PAGE_GAME","features":[385]},{"name":"HID_USAGE_PAGE_GENERIC","features":[385]},{"name":"HID_USAGE_PAGE_GENERIC_DEVICE","features":[385]},{"name":"HID_USAGE_PAGE_HAPTICS","features":[385]},{"name":"HID_USAGE_PAGE_KEYBOARD","features":[385]},{"name":"HID_USAGE_PAGE_LED","features":[385]},{"name":"HID_USAGE_PAGE_LIGHTING_ILLUMINATION","features":[385]},{"name":"HID_USAGE_PAGE_MAGNETIC_STRIPE_READER","features":[385]},{"name":"HID_USAGE_PAGE_MICROSOFT_BLUETOOTH_HANDSFREE","features":[385]},{"name":"HID_USAGE_PAGE_ORDINAL","features":[385]},{"name":"HID_USAGE_PAGE_PID","features":[385]},{"name":"HID_USAGE_PAGE_SENSOR","features":[385]},{"name":"HID_USAGE_PAGE_SIMULATION","features":[385]},{"name":"HID_USAGE_PAGE_SPORT","features":[385]},{"name":"HID_USAGE_PAGE_TELEPHONY","features":[385]},{"name":"HID_USAGE_PAGE_UNDEFINED","features":[385]},{"name":"HID_USAGE_PAGE_UNICODE","features":[385]},{"name":"HID_USAGE_PAGE_VENDOR_DEFINED_BEGIN","features":[385]},{"name":"HID_USAGE_PAGE_VENDOR_DEFINED_END","features":[385]},{"name":"HID_USAGE_PAGE_VR","features":[385]},{"name":"HID_USAGE_PAGE_WEIGHING_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_ACCELLERATOR","features":[385]},{"name":"HID_USAGE_SIMULATION_AILERON","features":[385]},{"name":"HID_USAGE_SIMULATION_AILERON_TRIM","features":[385]},{"name":"HID_USAGE_SIMULATION_AIRPLANE_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_ANTI_TORQUE_CONTROL","features":[385]},{"name":"HID_USAGE_SIMULATION_AUTOMOBILE_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_AUTOPIOLOT_ENABLE","features":[385]},{"name":"HID_USAGE_SIMULATION_BALLAST","features":[385]},{"name":"HID_USAGE_SIMULATION_BARREL_ELEVATION","features":[385]},{"name":"HID_USAGE_SIMULATION_BICYCLE_CRANK","features":[385]},{"name":"HID_USAGE_SIMULATION_BICYCLE_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_BRAKE","features":[385]},{"name":"HID_USAGE_SIMULATION_CHAFF_RELEASE","features":[385]},{"name":"HID_USAGE_SIMULATION_CLUTCH","features":[385]},{"name":"HID_USAGE_SIMULATION_COLLECTIVE_CONTROL","features":[385]},{"name":"HID_USAGE_SIMULATION_CYCLIC_CONTROL","features":[385]},{"name":"HID_USAGE_SIMULATION_CYCLIC_TRIM","features":[385]},{"name":"HID_USAGE_SIMULATION_DIVE_BRAKE","features":[385]},{"name":"HID_USAGE_SIMULATION_DIVE_PLANE","features":[385]},{"name":"HID_USAGE_SIMULATION_ELECTRONIC_COUNTERMEASURES","features":[385]},{"name":"HID_USAGE_SIMULATION_ELEVATOR","features":[385]},{"name":"HID_USAGE_SIMULATION_ELEVATOR_TRIM","features":[385]},{"name":"HID_USAGE_SIMULATION_FLARE_RELEASE","features":[385]},{"name":"HID_USAGE_SIMULATION_FLIGHT_COMMUNICATIONS","features":[385]},{"name":"HID_USAGE_SIMULATION_FLIGHT_CONTROL_STICK","features":[385]},{"name":"HID_USAGE_SIMULATION_FLIGHT_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_FLIGHT_STICK","features":[385]},{"name":"HID_USAGE_SIMULATION_FLIGHT_YOKE","features":[385]},{"name":"HID_USAGE_SIMULATION_FRONT_BRAKE","features":[385]},{"name":"HID_USAGE_SIMULATION_HANDLE_BARS","features":[385]},{"name":"HID_USAGE_SIMULATION_HELICOPTER_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_LANDING_GEAR","features":[385]},{"name":"HID_USAGE_SIMULATION_MAGIC_CARPET_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_MOTORCYCLE_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_REAR_BRAKE","features":[385]},{"name":"HID_USAGE_SIMULATION_RUDDER","features":[385]},{"name":"HID_USAGE_SIMULATION_SAILING_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_SHIFTER","features":[385]},{"name":"HID_USAGE_SIMULATION_SPACESHIP_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_SPORTS_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_STEERING","features":[385]},{"name":"HID_USAGE_SIMULATION_SUBMARINE_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_TANK_SIMULATION_DEVICE","features":[385]},{"name":"HID_USAGE_SIMULATION_THROTTLE","features":[385]},{"name":"HID_USAGE_SIMULATION_TOE_BRAKE","features":[385]},{"name":"HID_USAGE_SIMULATION_TRACK_CONTROL","features":[385]},{"name":"HID_USAGE_SIMULATION_TRIGGER","features":[385]},{"name":"HID_USAGE_SIMULATION_TURRET_DIRECTION","features":[385]},{"name":"HID_USAGE_SIMULATION_WEAPONS_ARM","features":[385]},{"name":"HID_USAGE_SIMULATION_WEAPONS_SELECT","features":[385]},{"name":"HID_USAGE_SIMULATION_WING_FLAPS","features":[385]},{"name":"HID_USAGE_SPORT_10_IRON","features":[385]},{"name":"HID_USAGE_SPORT_11_IRON","features":[385]},{"name":"HID_USAGE_SPORT_1_IRON","features":[385]},{"name":"HID_USAGE_SPORT_1_WOOD","features":[385]},{"name":"HID_USAGE_SPORT_2_IRON","features":[385]},{"name":"HID_USAGE_SPORT_3_IRON","features":[385]},{"name":"HID_USAGE_SPORT_3_WOOD","features":[385]},{"name":"HID_USAGE_SPORT_4_IRON","features":[385]},{"name":"HID_USAGE_SPORT_5_IRON","features":[385]},{"name":"HID_USAGE_SPORT_5_WOOD","features":[385]},{"name":"HID_USAGE_SPORT_6_IRON","features":[385]},{"name":"HID_USAGE_SPORT_7_IRON","features":[385]},{"name":"HID_USAGE_SPORT_7_WOOD","features":[385]},{"name":"HID_USAGE_SPORT_8_IRON","features":[385]},{"name":"HID_USAGE_SPORT_9_IRON","features":[385]},{"name":"HID_USAGE_SPORT_9_WOOD","features":[385]},{"name":"HID_USAGE_SPORT_BASEBALL_BAT","features":[385]},{"name":"HID_USAGE_SPORT_FOLLOW_THROUGH","features":[385]},{"name":"HID_USAGE_SPORT_GOLF_CLUB","features":[385]},{"name":"HID_USAGE_SPORT_HEEL_TOE","features":[385]},{"name":"HID_USAGE_SPORT_HEIGHT","features":[385]},{"name":"HID_USAGE_SPORT_LOFT_WEDGE","features":[385]},{"name":"HID_USAGE_SPORT_OAR","features":[385]},{"name":"HID_USAGE_SPORT_POWER_WEDGE","features":[385]},{"name":"HID_USAGE_SPORT_PUTTER","features":[385]},{"name":"HID_USAGE_SPORT_RATE","features":[385]},{"name":"HID_USAGE_SPORT_ROWING_MACHINE","features":[385]},{"name":"HID_USAGE_SPORT_SAND_WEDGE","features":[385]},{"name":"HID_USAGE_SPORT_SLOPE","features":[385]},{"name":"HID_USAGE_SPORT_STICK_FACE_ANGLE","features":[385]},{"name":"HID_USAGE_SPORT_STICK_SPEED","features":[385]},{"name":"HID_USAGE_SPORT_STICK_TYPE","features":[385]},{"name":"HID_USAGE_SPORT_TEMPO","features":[385]},{"name":"HID_USAGE_SPORT_TREADMILL","features":[385]},{"name":"HID_USAGE_TELEPHONY_ANSWERING_MACHINE","features":[385]},{"name":"HID_USAGE_TELEPHONY_DROP","features":[385]},{"name":"HID_USAGE_TELEPHONY_HANDSET","features":[385]},{"name":"HID_USAGE_TELEPHONY_HEADSET","features":[385]},{"name":"HID_USAGE_TELEPHONY_HOST_AVAILABLE","features":[385]},{"name":"HID_USAGE_TELEPHONY_KEYPAD","features":[385]},{"name":"HID_USAGE_TELEPHONY_KEYPAD_0","features":[385]},{"name":"HID_USAGE_TELEPHONY_KEYPAD_D","features":[385]},{"name":"HID_USAGE_TELEPHONY_LINE","features":[385]},{"name":"HID_USAGE_TELEPHONY_MESSAGE_CONTROLS","features":[385]},{"name":"HID_USAGE_TELEPHONY_PHONE","features":[385]},{"name":"HID_USAGE_TELEPHONY_PROGRAMMABLE_BUTTON","features":[385]},{"name":"HID_USAGE_TELEPHONY_REDIAL","features":[385]},{"name":"HID_USAGE_TELEPHONY_RING_ENABLE","features":[385]},{"name":"HID_USAGE_TELEPHONY_SEND","features":[385]},{"name":"HID_USAGE_TELEPHONY_TRANSFER","features":[385]},{"name":"HID_USAGE_VR_ANIMATRONIC_DEVICE","features":[385]},{"name":"HID_USAGE_VR_BELT","features":[385]},{"name":"HID_USAGE_VR_BODY_SUIT","features":[385]},{"name":"HID_USAGE_VR_DISPLAY_ENABLE","features":[385]},{"name":"HID_USAGE_VR_FLEXOR","features":[385]},{"name":"HID_USAGE_VR_GLOVE","features":[385]},{"name":"HID_USAGE_VR_HAND_TRACKER","features":[385]},{"name":"HID_USAGE_VR_HEAD_MOUNTED_DISPLAY","features":[385]},{"name":"HID_USAGE_VR_HEAD_TRACKER","features":[385]},{"name":"HID_USAGE_VR_OCULOMETER","features":[385]},{"name":"HID_USAGE_VR_STEREO_ENABLE","features":[385]},{"name":"HID_USAGE_VR_VEST","features":[385]},{"name":"HID_XFER_PACKET","features":[385]},{"name":"HORIZONTAL_WHEEL_PRESENT","features":[385]},{"name":"HidD_FlushQueue","features":[385,305]},{"name":"HidD_FreePreparsedData","features":[385,305]},{"name":"HidD_GetAttributes","features":[385,305]},{"name":"HidD_GetConfiguration","features":[385,305]},{"name":"HidD_GetFeature","features":[385,305]},{"name":"HidD_GetHidGuid","features":[385]},{"name":"HidD_GetIndexedString","features":[385,305]},{"name":"HidD_GetInputReport","features":[385,305]},{"name":"HidD_GetManufacturerString","features":[385,305]},{"name":"HidD_GetMsGenreDescriptor","features":[385,305]},{"name":"HidD_GetNumInputBuffers","features":[385,305]},{"name":"HidD_GetPhysicalDescriptor","features":[385,305]},{"name":"HidD_GetPreparsedData","features":[385,305]},{"name":"HidD_GetProductString","features":[385,305]},{"name":"HidD_GetSerialNumberString","features":[385,305]},{"name":"HidD_SetConfiguration","features":[385,305]},{"name":"HidD_SetFeature","features":[385,305]},{"name":"HidD_SetNumInputBuffers","features":[385,305]},{"name":"HidD_SetOutputReport","features":[385,305]},{"name":"HidP_Feature","features":[385]},{"name":"HidP_GetButtonArray","features":[385,305]},{"name":"HidP_GetButtonCaps","features":[385,305]},{"name":"HidP_GetCaps","features":[385,305]},{"name":"HidP_GetData","features":[385,305]},{"name":"HidP_GetExtendedAttributes","features":[385,305]},{"name":"HidP_GetLinkCollectionNodes","features":[385,305]},{"name":"HidP_GetScaledUsageValue","features":[385,305]},{"name":"HidP_GetSpecificButtonCaps","features":[385,305]},{"name":"HidP_GetSpecificValueCaps","features":[385,305]},{"name":"HidP_GetUsageValue","features":[385,305]},{"name":"HidP_GetUsageValueArray","features":[385,305]},{"name":"HidP_GetUsages","features":[385,305]},{"name":"HidP_GetUsagesEx","features":[385,305]},{"name":"HidP_GetValueCaps","features":[385,305]},{"name":"HidP_InitializeReportForID","features":[385,305]},{"name":"HidP_Input","features":[385]},{"name":"HidP_Keyboard_Break","features":[385]},{"name":"HidP_Keyboard_Make","features":[385]},{"name":"HidP_MaxDataListLength","features":[385]},{"name":"HidP_MaxUsageListLength","features":[385]},{"name":"HidP_Output","features":[385]},{"name":"HidP_SetButtonArray","features":[385,305]},{"name":"HidP_SetData","features":[385,305]},{"name":"HidP_SetScaledUsageValue","features":[385,305]},{"name":"HidP_SetUsageValue","features":[385,305]},{"name":"HidP_SetUsageValueArray","features":[385,305]},{"name":"HidP_SetUsages","features":[385,305]},{"name":"HidP_TranslateUsagesToI8042ScanCodes","features":[385,305]},{"name":"HidP_UnsetUsages","features":[385,305]},{"name":"HidP_UsageListDifference","features":[385,305]},{"name":"IDirectInput2A","features":[385]},{"name":"IDirectInput2W","features":[385]},{"name":"IDirectInput7A","features":[385]},{"name":"IDirectInput7W","features":[385]},{"name":"IDirectInput8A","features":[385]},{"name":"IDirectInput8W","features":[385]},{"name":"IDirectInputA","features":[385]},{"name":"IDirectInputDevice2A","features":[385]},{"name":"IDirectInputDevice2W","features":[385]},{"name":"IDirectInputDevice7A","features":[385]},{"name":"IDirectInputDevice7W","features":[385]},{"name":"IDirectInputDevice8A","features":[385]},{"name":"IDirectInputDevice8W","features":[385]},{"name":"IDirectInputDeviceA","features":[385]},{"name":"IDirectInputDeviceW","features":[385]},{"name":"IDirectInputEffect","features":[385]},{"name":"IDirectInputEffectDriver","features":[385]},{"name":"IDirectInputJoyConfig","features":[385]},{"name":"IDirectInputJoyConfig8","features":[385]},{"name":"IDirectInputW","features":[385]},{"name":"INDICATOR_LIST","features":[385]},{"name":"INPUT_BUTTON_ENABLE_INFO","features":[385,305]},{"name":"IOCTL_BUTTON_GET_ENABLED_ON_IDLE","features":[385]},{"name":"IOCTL_BUTTON_SET_ENABLED_ON_IDLE","features":[385]},{"name":"IOCTL_KEYBOARD_INSERT_DATA","features":[385]},{"name":"IOCTL_KEYBOARD_QUERY_ATTRIBUTES","features":[385]},{"name":"IOCTL_KEYBOARD_QUERY_EXTENDED_ATTRIBUTES","features":[385]},{"name":"IOCTL_KEYBOARD_QUERY_IME_STATUS","features":[385]},{"name":"IOCTL_KEYBOARD_QUERY_INDICATORS","features":[385]},{"name":"IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION","features":[385]},{"name":"IOCTL_KEYBOARD_QUERY_TYPEMATIC","features":[385]},{"name":"IOCTL_KEYBOARD_SET_IME_STATUS","features":[385]},{"name":"IOCTL_KEYBOARD_SET_INDICATORS","features":[385]},{"name":"IOCTL_KEYBOARD_SET_TYPEMATIC","features":[385]},{"name":"IOCTL_MOUSE_INSERT_DATA","features":[385]},{"name":"IOCTL_MOUSE_QUERY_ATTRIBUTES","features":[385]},{"name":"JOYCALIBRATE","features":[385]},{"name":"JOYPOS","features":[385]},{"name":"JOYRANGE","features":[385]},{"name":"JOYREGHWCONFIG","features":[385]},{"name":"JOYREGHWSETTINGS","features":[385]},{"name":"JOYREGHWVALUES","features":[385]},{"name":"JOYREGUSERVALUES","features":[385]},{"name":"JOYTYPE_ANALOGCOMPAT","features":[385]},{"name":"JOYTYPE_DEFAULTPROPSHEET","features":[385]},{"name":"JOYTYPE_DEVICEHIDE","features":[385]},{"name":"JOYTYPE_ENABLEINPUTREPORT","features":[385]},{"name":"JOYTYPE_GAMEHIDE","features":[385]},{"name":"JOYTYPE_HIDEACTIVE","features":[385]},{"name":"JOYTYPE_INFODEFAULT","features":[385]},{"name":"JOYTYPE_INFOMASK","features":[385]},{"name":"JOYTYPE_INFOYRPEDALS","features":[385]},{"name":"JOYTYPE_INFOYYPEDALS","features":[385]},{"name":"JOYTYPE_INFOZISSLIDER","features":[385]},{"name":"JOYTYPE_INFOZISZ","features":[385]},{"name":"JOYTYPE_INFOZRPEDALS","features":[385]},{"name":"JOYTYPE_INFOZYPEDALS","features":[385]},{"name":"JOYTYPE_KEYBHIDE","features":[385]},{"name":"JOYTYPE_MOUSEHIDE","features":[385]},{"name":"JOYTYPE_NOAUTODETECTGAMEPORT","features":[385]},{"name":"JOYTYPE_NOHIDDIRECT","features":[385]},{"name":"JOYTYPE_ZEROGAMEENUMOEMDATA","features":[385]},{"name":"JOY_HWS_AUTOLOAD","features":[385]},{"name":"JOY_HWS_GAMEPORTBUSBUSY","features":[385]},{"name":"JOY_HWS_HASPOV","features":[385]},{"name":"JOY_HWS_HASR","features":[385]},{"name":"JOY_HWS_HASU","features":[385]},{"name":"JOY_HWS_HASV","features":[385]},{"name":"JOY_HWS_HASZ","features":[385]},{"name":"JOY_HWS_ISANALOGPORTDRIVER","features":[385]},{"name":"JOY_HWS_ISCARCTRL","features":[385]},{"name":"JOY_HWS_ISGAMEPAD","features":[385]},{"name":"JOY_HWS_ISGAMEPORTBUS","features":[385]},{"name":"JOY_HWS_ISGAMEPORTDRIVER","features":[385]},{"name":"JOY_HWS_ISHEADTRACKER","features":[385]},{"name":"JOY_HWS_ISYOKE","features":[385]},{"name":"JOY_HWS_NODEVNODE","features":[385]},{"name":"JOY_HWS_POVISBUTTONCOMBOS","features":[385]},{"name":"JOY_HWS_POVISJ1X","features":[385]},{"name":"JOY_HWS_POVISJ1Y","features":[385]},{"name":"JOY_HWS_POVISJ2X","features":[385]},{"name":"JOY_HWS_POVISPOLL","features":[385]},{"name":"JOY_HWS_RISJ1X","features":[385]},{"name":"JOY_HWS_RISJ1Y","features":[385]},{"name":"JOY_HWS_RISJ2Y","features":[385]},{"name":"JOY_HWS_XISJ1Y","features":[385]},{"name":"JOY_HWS_XISJ2X","features":[385]},{"name":"JOY_HWS_XISJ2Y","features":[385]},{"name":"JOY_HWS_YISJ1X","features":[385]},{"name":"JOY_HWS_YISJ2X","features":[385]},{"name":"JOY_HWS_YISJ2Y","features":[385]},{"name":"JOY_HWS_ZISJ1X","features":[385]},{"name":"JOY_HWS_ZISJ1Y","features":[385]},{"name":"JOY_HWS_ZISJ2X","features":[385]},{"name":"JOY_HW_2A_2B_GENERIC","features":[385]},{"name":"JOY_HW_2A_4B_GENERIC","features":[385]},{"name":"JOY_HW_2B_FLIGHTYOKE","features":[385]},{"name":"JOY_HW_2B_FLIGHTYOKETHROTTLE","features":[385]},{"name":"JOY_HW_2B_GAMEPAD","features":[385]},{"name":"JOY_HW_3A_2B_GENERIC","features":[385]},{"name":"JOY_HW_3A_4B_GENERIC","features":[385]},{"name":"JOY_HW_4B_FLIGHTYOKE","features":[385]},{"name":"JOY_HW_4B_FLIGHTYOKETHROTTLE","features":[385]},{"name":"JOY_HW_4B_GAMEPAD","features":[385]},{"name":"JOY_HW_CUSTOM","features":[385]},{"name":"JOY_HW_LASTENTRY","features":[385]},{"name":"JOY_HW_NONE","features":[385]},{"name":"JOY_HW_TWO_2A_2B_WITH_Y","features":[385]},{"name":"JOY_ISCAL_POV","features":[385]},{"name":"JOY_ISCAL_R","features":[385]},{"name":"JOY_ISCAL_U","features":[385]},{"name":"JOY_ISCAL_V","features":[385]},{"name":"JOY_ISCAL_XY","features":[385]},{"name":"JOY_ISCAL_Z","features":[385]},{"name":"JOY_OEMPOLL_PASSDRIVERDATA","features":[385]},{"name":"JOY_PASSDRIVERDATA","features":[385]},{"name":"JOY_POVVAL_BACKWARD","features":[385]},{"name":"JOY_POVVAL_FORWARD","features":[385]},{"name":"JOY_POVVAL_LEFT","features":[385]},{"name":"JOY_POVVAL_RIGHT","features":[385]},{"name":"JOY_POV_NUMDIRS","features":[385]},{"name":"JOY_US_HASRUDDER","features":[385]},{"name":"JOY_US_ISOEM","features":[385]},{"name":"JOY_US_PRESENT","features":[385]},{"name":"JOY_US_RESERVED","features":[385]},{"name":"JOY_US_VOLATILE","features":[385]},{"name":"KEYBOARD_ATTRIBUTES","features":[385]},{"name":"KEYBOARD_CAPS_LOCK_ON","features":[385]},{"name":"KEYBOARD_ERROR_VALUE_BASE","features":[385]},{"name":"KEYBOARD_EXTENDED_ATTRIBUTES","features":[385]},{"name":"KEYBOARD_EXTENDED_ATTRIBUTES_STRUCT_VERSION_1","features":[385]},{"name":"KEYBOARD_ID","features":[385]},{"name":"KEYBOARD_IME_STATUS","features":[385]},{"name":"KEYBOARD_INDICATOR_PARAMETERS","features":[385]},{"name":"KEYBOARD_INDICATOR_TRANSLATION","features":[385]},{"name":"KEYBOARD_INPUT_DATA","features":[385]},{"name":"KEYBOARD_KANA_LOCK_ON","features":[385]},{"name":"KEYBOARD_LED_INJECTED","features":[385]},{"name":"KEYBOARD_NUM_LOCK_ON","features":[385]},{"name":"KEYBOARD_OVERRUN_MAKE_CODE","features":[385]},{"name":"KEYBOARD_SCROLL_LOCK_ON","features":[385]},{"name":"KEYBOARD_SHADOW","features":[385]},{"name":"KEYBOARD_TYPEMATIC_PARAMETERS","features":[385]},{"name":"KEYBOARD_UNIT_ID_PARAMETER","features":[385]},{"name":"KEY_BREAK","features":[385]},{"name":"KEY_E0","features":[385]},{"name":"KEY_E1","features":[385]},{"name":"KEY_FROM_KEYBOARD_OVERRIDER","features":[385]},{"name":"KEY_MAKE","features":[385]},{"name":"KEY_RIM_VKEY","features":[385]},{"name":"KEY_TERMSRV_SET_LED","features":[385]},{"name":"KEY_TERMSRV_SHADOW","features":[385]},{"name":"KEY_TERMSRV_VKPACKET","features":[385]},{"name":"KEY_UNICODE_SEQUENCE_END","features":[385]},{"name":"KEY_UNICODE_SEQUENCE_ITEM","features":[385]},{"name":"LPDICONFIGUREDEVICESCALLBACK","features":[385,305]},{"name":"LPDIENUMCREATEDEFFECTOBJECTSCALLBACK","features":[385,305]},{"name":"LPDIENUMDEVICEOBJECTSCALLBACKA","features":[385,305]},{"name":"LPDIENUMDEVICEOBJECTSCALLBACKW","features":[385,305]},{"name":"LPDIENUMDEVICESBYSEMANTICSCBA","features":[385,305]},{"name":"LPDIENUMDEVICESBYSEMANTICSCBW","features":[385,305]},{"name":"LPDIENUMDEVICESCALLBACKA","features":[385,305]},{"name":"LPDIENUMDEVICESCALLBACKW","features":[385,305]},{"name":"LPDIENUMEFFECTSCALLBACKA","features":[385,305]},{"name":"LPDIENUMEFFECTSCALLBACKW","features":[385,305]},{"name":"LPDIENUMEFFECTSINFILECALLBACK","features":[385,305]},{"name":"LPDIJOYTYPECALLBACK","features":[385,305]},{"name":"LPFNSHOWJOYCPL","features":[385,305]},{"name":"MAXCPOINTSNUM","features":[385]},{"name":"MAX_JOYSTICKOEMVXDNAME","features":[385]},{"name":"MAX_JOYSTRING","features":[385]},{"name":"MOUSE_ATTRIBUTES","features":[385]},{"name":"MOUSE_BUTTON_1_DOWN","features":[385]},{"name":"MOUSE_BUTTON_1_UP","features":[385]},{"name":"MOUSE_BUTTON_2_DOWN","features":[385]},{"name":"MOUSE_BUTTON_2_UP","features":[385]},{"name":"MOUSE_BUTTON_3_DOWN","features":[385]},{"name":"MOUSE_BUTTON_3_UP","features":[385]},{"name":"MOUSE_BUTTON_4_DOWN","features":[385]},{"name":"MOUSE_BUTTON_4_UP","features":[385]},{"name":"MOUSE_BUTTON_5_DOWN","features":[385]},{"name":"MOUSE_BUTTON_5_UP","features":[385]},{"name":"MOUSE_ERROR_VALUE_BASE","features":[385]},{"name":"MOUSE_HID_HARDWARE","features":[385]},{"name":"MOUSE_HWHEEL","features":[385]},{"name":"MOUSE_I8042_HARDWARE","features":[385]},{"name":"MOUSE_INPORT_HARDWARE","features":[385]},{"name":"MOUSE_INPUT_DATA","features":[385]},{"name":"MOUSE_LEFT_BUTTON_DOWN","features":[385]},{"name":"MOUSE_LEFT_BUTTON_UP","features":[385]},{"name":"MOUSE_MIDDLE_BUTTON_DOWN","features":[385]},{"name":"MOUSE_MIDDLE_BUTTON_UP","features":[385]},{"name":"MOUSE_RIGHT_BUTTON_DOWN","features":[385]},{"name":"MOUSE_RIGHT_BUTTON_UP","features":[385]},{"name":"MOUSE_SERIAL_HARDWARE","features":[385]},{"name":"MOUSE_TERMSRV_SRC_SHADOW","features":[385]},{"name":"MOUSE_UNIT_ID_PARAMETER","features":[385]},{"name":"MOUSE_WHEEL","features":[385]},{"name":"PFN_HidP_GetVersionInternal","features":[385,305]},{"name":"PHIDP_INSERT_SCANCODES","features":[385,305]},{"name":"PHIDP_PREPARSED_DATA","features":[385]},{"name":"USAGE_AND_PAGE","features":[385]},{"name":"WHEELMOUSE_HID_HARDWARE","features":[385]},{"name":"WHEELMOUSE_I8042_HARDWARE","features":[385]},{"name":"WHEELMOUSE_SERIAL_HARDWARE","features":[385]},{"name":"joyConfigChanged","features":[385]}],"387":[{"name":"ADVANCED_DUP","features":[386]},{"name":"ADVANCED_DUPLEX","features":[386]},{"name":"ALL_PAGES","features":[386]},{"name":"AUTO_ADVANCE","features":[386]},{"name":"AUTO_SOURCE","features":[386]},{"name":"BACK_FIRST","features":[386]},{"name":"BACK_ONLY","features":[386]},{"name":"BARCODE_READER","features":[386]},{"name":"BARCODE_READER_READY","features":[386]},{"name":"BASE_VAL_WIA_ERROR","features":[386]},{"name":"BASE_VAL_WIA_SUCCESS","features":[386]},{"name":"BOTTOM_JUSTIFIED","features":[386]},{"name":"BUS_TYPE_FIREWIRE","features":[386]},{"name":"BUS_TYPE_PARALLEL","features":[386]},{"name":"BUS_TYPE_SCSI","features":[386]},{"name":"BUS_TYPE_USB","features":[386]},{"name":"CAPTUREMODE_BURST","features":[386]},{"name":"CAPTUREMODE_NORMAL","features":[386]},{"name":"CAPTUREMODE_TIMELAPSE","features":[386]},{"name":"CENTERED","features":[386]},{"name":"CFSTR_WIAITEMNAMES","features":[386]},{"name":"CFSTR_WIAITEMPTR","features":[386]},{"name":"CLSID_WiaDefaultSegFilter","features":[386]},{"name":"CMD_GETADFAVAILABLE","features":[386]},{"name":"CMD_GETADFHASPAPER","features":[386]},{"name":"CMD_GETADFOPEN","features":[386]},{"name":"CMD_GETADFREADY","features":[386]},{"name":"CMD_GETADFSTATUS","features":[386]},{"name":"CMD_GETADFUNLOADREADY","features":[386]},{"name":"CMD_GETCAPABILITIES","features":[386]},{"name":"CMD_GETSUPPORTEDFILEFORMATS","features":[386]},{"name":"CMD_GETSUPPORTEDMEMORYFORMATS","features":[386]},{"name":"CMD_GETTPAAVAILABLE","features":[386]},{"name":"CMD_GETTPAOPENED","features":[386]},{"name":"CMD_GET_INTERRUPT_EVENT","features":[386]},{"name":"CMD_INITIALIZE","features":[386]},{"name":"CMD_LOAD_ADF","features":[386]},{"name":"CMD_RESETSCANNER","features":[386]},{"name":"CMD_SENDSCSICOMMAND","features":[386]},{"name":"CMD_SETCOLORDITHER","features":[386]},{"name":"CMD_SETCONTRAST","features":[386]},{"name":"CMD_SETDATATYPE","features":[386]},{"name":"CMD_SETDITHER","features":[386]},{"name":"CMD_SETFILTER","features":[386]},{"name":"CMD_SETFORMAT","features":[386]},{"name":"CMD_SETGSDNAME","features":[386]},{"name":"CMD_SETINTENSITY","features":[386]},{"name":"CMD_SETLAMP","features":[386]},{"name":"CMD_SETMATRIX","features":[386]},{"name":"CMD_SETMIRROR","features":[386]},{"name":"CMD_SETNEGATIVE","features":[386]},{"name":"CMD_SETSCANMODE","features":[386]},{"name":"CMD_SETSPEED","features":[386]},{"name":"CMD_SETSTIDEVICEHKEY","features":[386]},{"name":"CMD_SETTONEMAP","features":[386]},{"name":"CMD_SETXRESOLUTION","features":[386]},{"name":"CMD_SETYRESOLUTION","features":[386]},{"name":"CMD_STI_DEVICERESET","features":[386]},{"name":"CMD_STI_DIAGNOSTIC","features":[386]},{"name":"CMD_STI_GETSTATUS","features":[386]},{"name":"CMD_TPAREADY","features":[386]},{"name":"CMD_UNINITIALIZE","features":[386]},{"name":"CMD_UNLOAD_ADF","features":[386]},{"name":"COPY_PARENT_PROPERTY_VALUES","features":[386]},{"name":"DETECT_DUP","features":[386]},{"name":"DETECT_DUP_AVAIL","features":[386]},{"name":"DETECT_FEED","features":[386]},{"name":"DETECT_FEED_AVAIL","features":[386]},{"name":"DETECT_FILM_TPA","features":[386]},{"name":"DETECT_FLAT","features":[386]},{"name":"DETECT_SCAN","features":[386]},{"name":"DETECT_STOR","features":[386]},{"name":"DEVICEDIALOGDATA","features":[386,305]},{"name":"DEVICEDIALOGDATA2","features":[386,305]},{"name":"DEVICE_ATTENTION","features":[386]},{"name":"DUP","features":[386]},{"name":"DUPLEX","features":[386]},{"name":"DUP_READY","features":[386]},{"name":"DeviceDialogFunction","features":[386,305]},{"name":"EFFECTMODE_BW","features":[386]},{"name":"EFFECTMODE_SEPIA","features":[386]},{"name":"EFFECTMODE_STANDARD","features":[386]},{"name":"ENDORSER","features":[386]},{"name":"ENDORSER_READY","features":[386]},{"name":"ESC_TWAIN_CAPABILITY","features":[386]},{"name":"ESC_TWAIN_PRIVATE_SUPPORTED_CAPS","features":[386]},{"name":"EXPOSUREMETERING_AVERAGE","features":[386]},{"name":"EXPOSUREMETERING_CENTERSPOT","features":[386]},{"name":"EXPOSUREMETERING_CENTERWEIGHT","features":[386]},{"name":"EXPOSUREMETERING_MULTISPOT","features":[386]},{"name":"EXPOSUREMODE_APERTURE_PRIORITY","features":[386]},{"name":"EXPOSUREMODE_AUTO","features":[386]},{"name":"EXPOSUREMODE_MANUAL","features":[386]},{"name":"EXPOSUREMODE_PORTRAIT","features":[386]},{"name":"EXPOSUREMODE_PROGRAM_ACTION","features":[386]},{"name":"EXPOSUREMODE_PROGRAM_CREATIVE","features":[386]},{"name":"EXPOSUREMODE_SHUTTER_PRIORITY","features":[386]},{"name":"FEED","features":[386]},{"name":"FEEDER","features":[386]},{"name":"FEED_READY","features":[386]},{"name":"FILM_TPA","features":[386]},{"name":"FILM_TPA_READY","features":[386]},{"name":"FLASHMODE_AUTO","features":[386]},{"name":"FLASHMODE_EXTERNALSYNC","features":[386]},{"name":"FLASHMODE_FILL","features":[386]},{"name":"FLASHMODE_OFF","features":[386]},{"name":"FLASHMODE_REDEYE_AUTO","features":[386]},{"name":"FLASHMODE_REDEYE_FILL","features":[386]},{"name":"FLAT","features":[386]},{"name":"FLATBED","features":[386]},{"name":"FLAT_COVER_UP","features":[386]},{"name":"FLAT_READY","features":[386]},{"name":"FOCUSMETERING_CENTERSPOT","features":[386]},{"name":"FOCUSMETERING_MULTISPOT","features":[386]},{"name":"FOCUSMODE_AUTO","features":[386]},{"name":"FOCUSMODE_MACROAUTO","features":[386]},{"name":"FOCUSMODE_MANUAL","features":[386]},{"name":"FRONT_FIRST","features":[386]},{"name":"FRONT_ONLY","features":[386]},{"name":"GUID_DEVINTERFACE_IMAGE","features":[386]},{"name":"IEnumWIA_DEV_CAPS","features":[386]},{"name":"IEnumWIA_DEV_INFO","features":[386]},{"name":"IEnumWIA_FORMAT_INFO","features":[386]},{"name":"IEnumWiaItem","features":[386]},{"name":"IEnumWiaItem2","features":[386]},{"name":"IMPRINTER","features":[386]},{"name":"IMPRINTER_READY","features":[386]},{"name":"IT_MSG_DATA","features":[386]},{"name":"IT_MSG_DATA_HEADER","features":[386]},{"name":"IT_MSG_FILE_PREVIEW_DATA","features":[386]},{"name":"IT_MSG_FILE_PREVIEW_DATA_HEADER","features":[386]},{"name":"IT_MSG_NEW_PAGE","features":[386]},{"name":"IT_MSG_STATUS","features":[386]},{"name":"IT_MSG_TERMINATION","features":[386]},{"name":"IT_STATUS_MASK","features":[386]},{"name":"IT_STATUS_PROCESSING_DATA","features":[386]},{"name":"IT_STATUS_TRANSFER_FROM_DEVICE","features":[386]},{"name":"IT_STATUS_TRANSFER_TO_CLIENT","features":[386]},{"name":"IWiaAppErrorHandler","features":[386]},{"name":"IWiaDataCallback","features":[386]},{"name":"IWiaDataTransfer","features":[386]},{"name":"IWiaDevMgr","features":[386]},{"name":"IWiaDevMgr2","features":[386]},{"name":"IWiaDrvItem","features":[386]},{"name":"IWiaErrorHandler","features":[386]},{"name":"IWiaEventCallback","features":[386]},{"name":"IWiaImageFilter","features":[386]},{"name":"IWiaItem","features":[386]},{"name":"IWiaItem2","features":[386]},{"name":"IWiaItemExtras","features":[386]},{"name":"IWiaLog","features":[386]},{"name":"IWiaLogEx","features":[386]},{"name":"IWiaMiniDrv","features":[386]},{"name":"IWiaMiniDrvCallBack","features":[386]},{"name":"IWiaMiniDrvTransferCallback","features":[386]},{"name":"IWiaNotifyDevMgr","features":[386]},{"name":"IWiaPreview","features":[386]},{"name":"IWiaPropertyStorage","features":[386]},{"name":"IWiaSegmentationFilter","features":[386]},{"name":"IWiaTransfer","features":[386]},{"name":"IWiaTransferCallback","features":[386]},{"name":"IWiaUIExtension","features":[386]},{"name":"IWiaUIExtension2","features":[386]},{"name":"IWiaVideo","features":[386]},{"name":"LAMP_ERR","features":[386]},{"name":"LANDSCAPE","features":[386]},{"name":"LANSCAPE","features":[386]},{"name":"LEFT_JUSTIFIED","features":[386]},{"name":"LIGHT_SOURCE_DETECT_READY","features":[386]},{"name":"LIGHT_SOURCE_NEGATIVE","features":[386]},{"name":"LIGHT_SOURCE_POSITIVE","features":[386]},{"name":"LIGHT_SOURCE_PRESENT","features":[386]},{"name":"LIGHT_SOURCE_PRESENT_DETECT","features":[386]},{"name":"LIGHT_SOURCE_READY","features":[386]},{"name":"LIGHT_SOURCE_SELECT","features":[386]},{"name":"MAX_ANSI_CHAR","features":[386]},{"name":"MAX_IO_HANDLES","features":[386]},{"name":"MAX_RESERVED","features":[386]},{"name":"MCRO_ERROR_GENERAL_ERROR","features":[386]},{"name":"MCRO_ERROR_OFFLINE","features":[386]},{"name":"MCRO_ERROR_PAPER_EMPTY","features":[386]},{"name":"MCRO_ERROR_PAPER_JAM","features":[386]},{"name":"MCRO_ERROR_PAPER_PROBLEM","features":[386]},{"name":"MCRO_ERROR_USER_INTERVENTION","features":[386]},{"name":"MCRO_STATUS_OK","features":[386]},{"name":"MICR_READER","features":[386]},{"name":"MICR_READER_READY","features":[386]},{"name":"MINIDRV_TRANSFER_CONTEXT","features":[386,305]},{"name":"MIRRORED","features":[386]},{"name":"MULTIPLE_FEED","features":[386]},{"name":"NEXT_PAGE","features":[386]},{"name":"PAPER_JAM","features":[386]},{"name":"PATCH_CODE_READER","features":[386]},{"name":"PATCH_CODE_READER_READY","features":[386]},{"name":"PATH_COVER_UP","features":[386]},{"name":"PORTRAIT","features":[386]},{"name":"POWERMODE_BATTERY","features":[386]},{"name":"POWERMODE_LINE","features":[386]},{"name":"PREFEED","features":[386]},{"name":"RANGEVALUE","features":[386]},{"name":"RIGHT_JUSTIFIED","features":[386]},{"name":"ROT180","features":[386]},{"name":"ROT270","features":[386]},{"name":"SCANINFO","features":[386,305]},{"name":"SCANMODE_FINALSCAN","features":[386]},{"name":"SCANMODE_PREVIEWSCAN","features":[386]},{"name":"SCANWINDOW","features":[386]},{"name":"SCAN_FINISHED","features":[386]},{"name":"SCAN_FIRST","features":[386]},{"name":"SCAN_NEXT","features":[386]},{"name":"SHELLEX_WIAUIEXTENSION_NAME","features":[386]},{"name":"STOR","features":[386]},{"name":"STORAGE_FULL","features":[386]},{"name":"STORAGE_READY","features":[386]},{"name":"SUPPORT_BW","features":[386]},{"name":"SUPPORT_COLOR","features":[386]},{"name":"SUPPORT_GRAYSCALE","features":[386]},{"name":"TOP_JUSTIFIED","features":[386]},{"name":"TRANSPARENCY_DYNAMIC_FRAME_SUPPORT","features":[386]},{"name":"TRANSPARENCY_STATIC_FRAME_SUPPORT","features":[386]},{"name":"TWAIN_CAPABILITY","features":[386]},{"name":"TYMED_CALLBACK","features":[386]},{"name":"TYMED_MULTIPAGE_CALLBACK","features":[386]},{"name":"TYMED_MULTIPAGE_FILE","features":[386]},{"name":"VAL","features":[386,305]},{"name":"WHITEBALANCE_AUTO","features":[386]},{"name":"WHITEBALANCE_DAYLIGHT","features":[386]},{"name":"WHITEBALANCE_FLASH","features":[386]},{"name":"WHITEBALANCE_FLORESCENT","features":[386]},{"name":"WHITEBALANCE_MANUAL","features":[386]},{"name":"WHITEBALANCE_ONEPUSH_AUTO","features":[386]},{"name":"WHITEBALANCE_TUNGSTEN","features":[386]},{"name":"WIAS_CHANGED_VALUE_INFO","features":[386,305]},{"name":"WIAS_DOWN_SAMPLE_INFO","features":[386]},{"name":"WIAS_ENDORSER_INFO","features":[386]},{"name":"WIAS_ENDORSER_VALUE","features":[386]},{"name":"WIAU_DEBUG_TSTR","features":[386]},{"name":"WIAVIDEO_CREATING_VIDEO","features":[386]},{"name":"WIAVIDEO_DESTROYING_VIDEO","features":[386]},{"name":"WIAVIDEO_NO_VIDEO","features":[386]},{"name":"WIAVIDEO_STATE","features":[386]},{"name":"WIAVIDEO_VIDEO_CREATED","features":[386]},{"name":"WIAVIDEO_VIDEO_PAUSED","features":[386]},{"name":"WIAVIDEO_VIDEO_PLAYING","features":[386]},{"name":"WIA_ACTION_EVENT","features":[386]},{"name":"WIA_ADVANCED_PREVIEW","features":[386]},{"name":"WIA_ALARM_BEEP1","features":[386]},{"name":"WIA_ALARM_BEEP10","features":[386]},{"name":"WIA_ALARM_BEEP2","features":[386]},{"name":"WIA_ALARM_BEEP3","features":[386]},{"name":"WIA_ALARM_BEEP4","features":[386]},{"name":"WIA_ALARM_BEEP5","features":[386]},{"name":"WIA_ALARM_BEEP6","features":[386]},{"name":"WIA_ALARM_BEEP7","features":[386]},{"name":"WIA_ALARM_BEEP8","features":[386]},{"name":"WIA_ALARM_BEEP9","features":[386]},{"name":"WIA_ALARM_NONE","features":[386]},{"name":"WIA_AUTO_CROP_DISABLED","features":[386]},{"name":"WIA_AUTO_CROP_MULTI","features":[386]},{"name":"WIA_AUTO_CROP_SINGLE","features":[386]},{"name":"WIA_AUTO_DESKEW_OFF","features":[386]},{"name":"WIA_AUTO_DESKEW_ON","features":[386]},{"name":"WIA_BARCODES","features":[386]},{"name":"WIA_BARCODE_AUTO_SEARCH","features":[386]},{"name":"WIA_BARCODE_AZTEC","features":[386]},{"name":"WIA_BARCODE_CODABAR","features":[386]},{"name":"WIA_BARCODE_CODE128","features":[386]},{"name":"WIA_BARCODE_CODE128A","features":[386]},{"name":"WIA_BARCODE_CODE128B","features":[386]},{"name":"WIA_BARCODE_CODE128C","features":[386]},{"name":"WIA_BARCODE_CODE39","features":[386]},{"name":"WIA_BARCODE_CODE39_FULLASCII","features":[386]},{"name":"WIA_BARCODE_CODE39_MOD43","features":[386]},{"name":"WIA_BARCODE_CODE93","features":[386]},{"name":"WIA_BARCODE_CPCBINARY","features":[386]},{"name":"WIA_BARCODE_CUSTOMBASE","features":[386]},{"name":"WIA_BARCODE_DATAMATRIX","features":[386]},{"name":"WIA_BARCODE_DATASTRIP","features":[386]},{"name":"WIA_BARCODE_EAN13","features":[386]},{"name":"WIA_BARCODE_EAN8","features":[386]},{"name":"WIA_BARCODE_EZCODE","features":[386]},{"name":"WIA_BARCODE_FIM","features":[386]},{"name":"WIA_BARCODE_GS1128","features":[386]},{"name":"WIA_BARCODE_GS1DATABAR","features":[386]},{"name":"WIA_BARCODE_HIGH_CAPACITY_COLOR","features":[386]},{"name":"WIA_BARCODE_HORIZONTAL_SEARCH","features":[386]},{"name":"WIA_BARCODE_HORIZONTAL_VERTICAL_SEARCH","features":[386]},{"name":"WIA_BARCODE_INFO","features":[386]},{"name":"WIA_BARCODE_INTELLIGENT_MAIL","features":[386]},{"name":"WIA_BARCODE_INTERLEAVED_2OF5","features":[386]},{"name":"WIA_BARCODE_ITF14","features":[386]},{"name":"WIA_BARCODE_JAN","features":[386]},{"name":"WIA_BARCODE_MAXICODE","features":[386]},{"name":"WIA_BARCODE_MSI","features":[386]},{"name":"WIA_BARCODE_NONINTERLEAVED_2OF5","features":[386]},{"name":"WIA_BARCODE_PDF417","features":[386]},{"name":"WIA_BARCODE_PHARMACODE","features":[386]},{"name":"WIA_BARCODE_PLANET","features":[386]},{"name":"WIA_BARCODE_PLESSEY","features":[386]},{"name":"WIA_BARCODE_POSTBAR","features":[386]},{"name":"WIA_BARCODE_POSTNETA","features":[386]},{"name":"WIA_BARCODE_POSTNETB","features":[386]},{"name":"WIA_BARCODE_POSTNETC","features":[386]},{"name":"WIA_BARCODE_POSTNET_DPBC","features":[386]},{"name":"WIA_BARCODE_QRCODE","features":[386]},{"name":"WIA_BARCODE_READER_AUTO","features":[386]},{"name":"WIA_BARCODE_READER_DISABLED","features":[386]},{"name":"WIA_BARCODE_READER_FEEDER_BACK","features":[386]},{"name":"WIA_BARCODE_READER_FEEDER_DUPLEX","features":[386]},{"name":"WIA_BARCODE_READER_FEEDER_FRONT","features":[386]},{"name":"WIA_BARCODE_READER_FLATBED","features":[386]},{"name":"WIA_BARCODE_RM4SCC","features":[386]},{"name":"WIA_BARCODE_SHOTCODE","features":[386]},{"name":"WIA_BARCODE_SMALLAZTEC","features":[386]},{"name":"WIA_BARCODE_SPARQCODE","features":[386]},{"name":"WIA_BARCODE_TELEPEN","features":[386]},{"name":"WIA_BARCODE_UPCA","features":[386]},{"name":"WIA_BARCODE_UPCE","features":[386]},{"name":"WIA_BARCODE_VERTICAL_HORIZONTAL_SEARCH","features":[386]},{"name":"WIA_BARCODE_VERTICAL_SEARCH","features":[386]},{"name":"WIA_BASIC_PREVIEW","features":[386]},{"name":"WIA_BLANK_PAGE_DETECTION_DISABLED","features":[386]},{"name":"WIA_BLANK_PAGE_DISCARD","features":[386]},{"name":"WIA_BLANK_PAGE_JOB_SEPARATOR","features":[386]},{"name":"WIA_CATEGORY_AUTO","features":[386]},{"name":"WIA_CATEGORY_BARCODE_READER","features":[386]},{"name":"WIA_CATEGORY_ENDORSER","features":[386]},{"name":"WIA_CATEGORY_FEEDER","features":[386]},{"name":"WIA_CATEGORY_FEEDER_BACK","features":[386]},{"name":"WIA_CATEGORY_FEEDER_FRONT","features":[386]},{"name":"WIA_CATEGORY_FILM","features":[386]},{"name":"WIA_CATEGORY_FINISHED_FILE","features":[386]},{"name":"WIA_CATEGORY_FLATBED","features":[386]},{"name":"WIA_CATEGORY_FOLDER","features":[386]},{"name":"WIA_CATEGORY_IMPRINTER","features":[386]},{"name":"WIA_CATEGORY_MICR_READER","features":[386]},{"name":"WIA_CATEGORY_PATCH_CODE_READER","features":[386]},{"name":"WIA_CATEGORY_ROOT","features":[386]},{"name":"WIA_CMD_BUILD_DEVICE_TREE","features":[386]},{"name":"WIA_CMD_CHANGE_DOCUMENT","features":[386]},{"name":"WIA_CMD_DELETE_ALL_ITEMS","features":[386]},{"name":"WIA_CMD_DELETE_DEVICE_TREE","features":[386]},{"name":"WIA_CMD_DIAGNOSTIC","features":[386]},{"name":"WIA_CMD_FORMAT","features":[386]},{"name":"WIA_CMD_PAUSE_FEEDER","features":[386]},{"name":"WIA_CMD_START_FEEDER","features":[386]},{"name":"WIA_CMD_STOP_FEEDER","features":[386]},{"name":"WIA_CMD_SYNCHRONIZE","features":[386]},{"name":"WIA_CMD_TAKE_PICTURE","features":[386]},{"name":"WIA_CMD_UNLOAD_DOCUMENT","features":[386]},{"name":"WIA_COLOR_DROP_BLUE","features":[386]},{"name":"WIA_COLOR_DROP_DISABLED","features":[386]},{"name":"WIA_COLOR_DROP_GREEN","features":[386]},{"name":"WIA_COLOR_DROP_RED","features":[386]},{"name":"WIA_COLOR_DROP_RGB","features":[386]},{"name":"WIA_COMPRESSION_AUTO","features":[386]},{"name":"WIA_COMPRESSION_BI_RLE4","features":[386]},{"name":"WIA_COMPRESSION_BI_RLE8","features":[386]},{"name":"WIA_COMPRESSION_G3","features":[386]},{"name":"WIA_COMPRESSION_G4","features":[386]},{"name":"WIA_COMPRESSION_JBIG","features":[386]},{"name":"WIA_COMPRESSION_JPEG","features":[386]},{"name":"WIA_COMPRESSION_JPEG2K","features":[386]},{"name":"WIA_COMPRESSION_NONE","features":[386]},{"name":"WIA_COMPRESSION_PNG","features":[386]},{"name":"WIA_DATA_AUTO","features":[386]},{"name":"WIA_DATA_CALLBACK_HEADER","features":[386]},{"name":"WIA_DATA_COLOR","features":[386]},{"name":"WIA_DATA_COLOR_DITHER","features":[386]},{"name":"WIA_DATA_COLOR_THRESHOLD","features":[386]},{"name":"WIA_DATA_DITHER","features":[386]},{"name":"WIA_DATA_GRAYSCALE","features":[386]},{"name":"WIA_DATA_RAW_BGR","features":[386]},{"name":"WIA_DATA_RAW_CMY","features":[386]},{"name":"WIA_DATA_RAW_CMYK","features":[386]},{"name":"WIA_DATA_RAW_RGB","features":[386]},{"name":"WIA_DATA_RAW_YUV","features":[386]},{"name":"WIA_DATA_RAW_YUVK","features":[386]},{"name":"WIA_DATA_THRESHOLD","features":[386]},{"name":"WIA_DATA_TRANSFER_INFO","features":[386,305]},{"name":"WIA_DEPTH_AUTO","features":[386]},{"name":"WIA_DEVICE_COMMANDS","features":[386]},{"name":"WIA_DEVICE_CONNECTED","features":[386]},{"name":"WIA_DEVICE_DIALOG_SINGLE_IMAGE","features":[386]},{"name":"WIA_DEVICE_DIALOG_USE_COMMON_UI","features":[386]},{"name":"WIA_DEVICE_EVENTS","features":[386]},{"name":"WIA_DEVICE_NOT_CONNECTED","features":[386]},{"name":"WIA_DEVINFO_ENUM_ALL","features":[386]},{"name":"WIA_DEVINFO_ENUM_LOCAL","features":[386]},{"name":"WIA_DEV_CAP","features":[386]},{"name":"WIA_DEV_CAP_DRV","features":[386]},{"name":"WIA_DIP_BAUDRATE","features":[386]},{"name":"WIA_DIP_BAUDRATE_STR","features":[386]},{"name":"WIA_DIP_DEV_DESC","features":[386]},{"name":"WIA_DIP_DEV_DESC_STR","features":[386]},{"name":"WIA_DIP_DEV_ID","features":[386]},{"name":"WIA_DIP_DEV_ID_STR","features":[386]},{"name":"WIA_DIP_DEV_NAME","features":[386]},{"name":"WIA_DIP_DEV_NAME_STR","features":[386]},{"name":"WIA_DIP_DEV_TYPE","features":[386]},{"name":"WIA_DIP_DEV_TYPE_STR","features":[386]},{"name":"WIA_DIP_DRIVER_VERSION","features":[386]},{"name":"WIA_DIP_DRIVER_VERSION_STR","features":[386]},{"name":"WIA_DIP_FIRST","features":[386]},{"name":"WIA_DIP_HW_CONFIG","features":[386]},{"name":"WIA_DIP_HW_CONFIG_STR","features":[386]},{"name":"WIA_DIP_PNP_ID","features":[386]},{"name":"WIA_DIP_PNP_ID_STR","features":[386]},{"name":"WIA_DIP_PORT_NAME","features":[386]},{"name":"WIA_DIP_PORT_NAME_STR","features":[386]},{"name":"WIA_DIP_REMOTE_DEV_ID","features":[386]},{"name":"WIA_DIP_REMOTE_DEV_ID_STR","features":[386]},{"name":"WIA_DIP_SERVER_NAME","features":[386]},{"name":"WIA_DIP_SERVER_NAME_STR","features":[386]},{"name":"WIA_DIP_STI_DRIVER_VERSION","features":[386]},{"name":"WIA_DIP_STI_DRIVER_VERSION_STR","features":[386]},{"name":"WIA_DIP_STI_GEN_CAPABILITIES","features":[386]},{"name":"WIA_DIP_STI_GEN_CAPABILITIES_STR","features":[386]},{"name":"WIA_DIP_UI_CLSID","features":[386]},{"name":"WIA_DIP_UI_CLSID_STR","features":[386]},{"name":"WIA_DIP_VEND_DESC","features":[386]},{"name":"WIA_DIP_VEND_DESC_STR","features":[386]},{"name":"WIA_DIP_WIA_VERSION","features":[386]},{"name":"WIA_DIP_WIA_VERSION_STR","features":[386]},{"name":"WIA_DITHER_PATTERN_DATA","features":[386]},{"name":"WIA_DONT_SHOW_PREVIEW_CONTROL","features":[386]},{"name":"WIA_DONT_USE_SEGMENTATION_FILTER","features":[386]},{"name":"WIA_DPA_CONNECT_STATUS","features":[386]},{"name":"WIA_DPA_CONNECT_STATUS_STR","features":[386]},{"name":"WIA_DPA_DEVICE_TIME","features":[386]},{"name":"WIA_DPA_DEVICE_TIME_STR","features":[386]},{"name":"WIA_DPA_FIRMWARE_VERSION","features":[386]},{"name":"WIA_DPA_FIRMWARE_VERSION_STR","features":[386]},{"name":"WIA_DPC_ARTIST","features":[386]},{"name":"WIA_DPC_ARTIST_STR","features":[386]},{"name":"WIA_DPC_BATTERY_STATUS","features":[386]},{"name":"WIA_DPC_BATTERY_STATUS_STR","features":[386]},{"name":"WIA_DPC_BURST_INTERVAL","features":[386]},{"name":"WIA_DPC_BURST_INTERVAL_STR","features":[386]},{"name":"WIA_DPC_BURST_NUMBER","features":[386]},{"name":"WIA_DPC_BURST_NUMBER_STR","features":[386]},{"name":"WIA_DPC_CAPTURE_DELAY","features":[386]},{"name":"WIA_DPC_CAPTURE_DELAY_STR","features":[386]},{"name":"WIA_DPC_CAPTURE_MODE","features":[386]},{"name":"WIA_DPC_CAPTURE_MODE_STR","features":[386]},{"name":"WIA_DPC_COMPRESSION_SETTING","features":[386]},{"name":"WIA_DPC_COMPRESSION_SETTING_STR","features":[386]},{"name":"WIA_DPC_CONTRAST","features":[386]},{"name":"WIA_DPC_CONTRAST_STR","features":[386]},{"name":"WIA_DPC_COPYRIGHT_INFO","features":[386]},{"name":"WIA_DPC_COPYRIGHT_INFO_STR","features":[386]},{"name":"WIA_DPC_DIGITAL_ZOOM","features":[386]},{"name":"WIA_DPC_DIGITAL_ZOOM_STR","features":[386]},{"name":"WIA_DPC_DIMENSION","features":[386]},{"name":"WIA_DPC_DIMENSION_STR","features":[386]},{"name":"WIA_DPC_EFFECT_MODE","features":[386]},{"name":"WIA_DPC_EFFECT_MODE_STR","features":[386]},{"name":"WIA_DPC_EXPOSURE_COMP","features":[386]},{"name":"WIA_DPC_EXPOSURE_COMP_STR","features":[386]},{"name":"WIA_DPC_EXPOSURE_INDEX","features":[386]},{"name":"WIA_DPC_EXPOSURE_INDEX_STR","features":[386]},{"name":"WIA_DPC_EXPOSURE_METERING_MODE","features":[386]},{"name":"WIA_DPC_EXPOSURE_METERING_MODE_STR","features":[386]},{"name":"WIA_DPC_EXPOSURE_MODE","features":[386]},{"name":"WIA_DPC_EXPOSURE_MODE_STR","features":[386]},{"name":"WIA_DPC_EXPOSURE_TIME","features":[386]},{"name":"WIA_DPC_EXPOSURE_TIME_STR","features":[386]},{"name":"WIA_DPC_FLASH_MODE","features":[386]},{"name":"WIA_DPC_FLASH_MODE_STR","features":[386]},{"name":"WIA_DPC_FNUMBER","features":[386]},{"name":"WIA_DPC_FNUMBER_STR","features":[386]},{"name":"WIA_DPC_FOCAL_LENGTH","features":[386]},{"name":"WIA_DPC_FOCAL_LENGTH_STR","features":[386]},{"name":"WIA_DPC_FOCUS_DISTANCE","features":[386]},{"name":"WIA_DPC_FOCUS_DISTANCE_STR","features":[386]},{"name":"WIA_DPC_FOCUS_MANUAL_DIST","features":[386]},{"name":"WIA_DPC_FOCUS_MANUAL_DIST_STR","features":[386]},{"name":"WIA_DPC_FOCUS_METERING","features":[386]},{"name":"WIA_DPC_FOCUS_METERING_MODE","features":[386]},{"name":"WIA_DPC_FOCUS_METERING_MODE_STR","features":[386]},{"name":"WIA_DPC_FOCUS_METERING_STR","features":[386]},{"name":"WIA_DPC_FOCUS_MODE","features":[386]},{"name":"WIA_DPC_FOCUS_MODE_STR","features":[386]},{"name":"WIA_DPC_PAN_POSITION","features":[386]},{"name":"WIA_DPC_PAN_POSITION_STR","features":[386]},{"name":"WIA_DPC_PICTURES_REMAINING","features":[386]},{"name":"WIA_DPC_PICTURES_REMAINING_STR","features":[386]},{"name":"WIA_DPC_PICTURES_TAKEN","features":[386]},{"name":"WIA_DPC_PICTURES_TAKEN_STR","features":[386]},{"name":"WIA_DPC_PICT_HEIGHT","features":[386]},{"name":"WIA_DPC_PICT_HEIGHT_STR","features":[386]},{"name":"WIA_DPC_PICT_WIDTH","features":[386]},{"name":"WIA_DPC_PICT_WIDTH_STR","features":[386]},{"name":"WIA_DPC_POWER_MODE","features":[386]},{"name":"WIA_DPC_POWER_MODE_STR","features":[386]},{"name":"WIA_DPC_RGB_GAIN","features":[386]},{"name":"WIA_DPC_RGB_GAIN_STR","features":[386]},{"name":"WIA_DPC_SHARPNESS","features":[386]},{"name":"WIA_DPC_SHARPNESS_STR","features":[386]},{"name":"WIA_DPC_THUMB_HEIGHT","features":[386]},{"name":"WIA_DPC_THUMB_HEIGHT_STR","features":[386]},{"name":"WIA_DPC_THUMB_WIDTH","features":[386]},{"name":"WIA_DPC_THUMB_WIDTH_STR","features":[386]},{"name":"WIA_DPC_TILT_POSITION","features":[386]},{"name":"WIA_DPC_TILT_POSITION_STR","features":[386]},{"name":"WIA_DPC_TIMELAPSE_INTERVAL","features":[386]},{"name":"WIA_DPC_TIMELAPSE_INTERVAL_STR","features":[386]},{"name":"WIA_DPC_TIMELAPSE_NUMBER","features":[386]},{"name":"WIA_DPC_TIMELAPSE_NUMBER_STR","features":[386]},{"name":"WIA_DPC_TIMER_MODE","features":[386]},{"name":"WIA_DPC_TIMER_MODE_STR","features":[386]},{"name":"WIA_DPC_TIMER_VALUE","features":[386]},{"name":"WIA_DPC_TIMER_VALUE_STR","features":[386]},{"name":"WIA_DPC_UPLOAD_URL","features":[386]},{"name":"WIA_DPC_UPLOAD_URL_STR","features":[386]},{"name":"WIA_DPC_WHITE_BALANCE","features":[386]},{"name":"WIA_DPC_WHITE_BALANCE_STR","features":[386]},{"name":"WIA_DPC_ZOOM_POSITION","features":[386]},{"name":"WIA_DPC_ZOOM_POSITION_STR","features":[386]},{"name":"WIA_DPF_FIRST","features":[386]},{"name":"WIA_DPF_MOUNT_POINT","features":[386]},{"name":"WIA_DPF_MOUNT_POINT_STR","features":[386]},{"name":"WIA_DPS_DEVICE_ID","features":[386]},{"name":"WIA_DPS_DEVICE_ID_STR","features":[386]},{"name":"WIA_DPS_DITHER_PATTERN_DATA","features":[386]},{"name":"WIA_DPS_DITHER_PATTERN_DATA_STR","features":[386]},{"name":"WIA_DPS_DITHER_SELECT","features":[386]},{"name":"WIA_DPS_DITHER_SELECT_STR","features":[386]},{"name":"WIA_DPS_DOCUMENT_HANDLING_CAPABILITIES","features":[386]},{"name":"WIA_DPS_DOCUMENT_HANDLING_CAPABILITIES_STR","features":[386]},{"name":"WIA_DPS_DOCUMENT_HANDLING_CAPACITY","features":[386]},{"name":"WIA_DPS_DOCUMENT_HANDLING_CAPACITY_STR","features":[386]},{"name":"WIA_DPS_DOCUMENT_HANDLING_SELECT","features":[386]},{"name":"WIA_DPS_DOCUMENT_HANDLING_SELECT_STR","features":[386]},{"name":"WIA_DPS_DOCUMENT_HANDLING_STATUS","features":[386]},{"name":"WIA_DPS_DOCUMENT_HANDLING_STATUS_STR","features":[386]},{"name":"WIA_DPS_ENDORSER_CHARACTERS","features":[386]},{"name":"WIA_DPS_ENDORSER_CHARACTERS_STR","features":[386]},{"name":"WIA_DPS_ENDORSER_STRING","features":[386]},{"name":"WIA_DPS_ENDORSER_STRING_STR","features":[386]},{"name":"WIA_DPS_FILTER_SELECT","features":[386]},{"name":"WIA_DPS_FILTER_SELECT_STR","features":[386]},{"name":"WIA_DPS_FIRST","features":[386]},{"name":"WIA_DPS_GLOBAL_IDENTITY","features":[386]},{"name":"WIA_DPS_GLOBAL_IDENTITY_STR","features":[386]},{"name":"WIA_DPS_HORIZONTAL_BED_REGISTRATION","features":[386]},{"name":"WIA_DPS_HORIZONTAL_BED_REGISTRATION_STR","features":[386]},{"name":"WIA_DPS_HORIZONTAL_BED_SIZE","features":[386]},{"name":"WIA_DPS_HORIZONTAL_BED_SIZE_STR","features":[386]},{"name":"WIA_DPS_HORIZONTAL_SHEET_FEED_SIZE","features":[386]},{"name":"WIA_DPS_HORIZONTAL_SHEET_FEED_SIZE_STR","features":[386]},{"name":"WIA_DPS_MAX_SCAN_TIME","features":[386]},{"name":"WIA_DPS_MAX_SCAN_TIME_STR","features":[386]},{"name":"WIA_DPS_MIN_HORIZONTAL_SHEET_FEED_SIZE","features":[386]},{"name":"WIA_DPS_MIN_HORIZONTAL_SHEET_FEED_SIZE_STR","features":[386]},{"name":"WIA_DPS_MIN_VERTICAL_SHEET_FEED_SIZE","features":[386]},{"name":"WIA_DPS_MIN_VERTICAL_SHEET_FEED_SIZE_STR","features":[386]},{"name":"WIA_DPS_OPTICAL_XRES","features":[386]},{"name":"WIA_DPS_OPTICAL_XRES_STR","features":[386]},{"name":"WIA_DPS_OPTICAL_YRES","features":[386]},{"name":"WIA_DPS_OPTICAL_YRES_STR","features":[386]},{"name":"WIA_DPS_PAD_COLOR","features":[386]},{"name":"WIA_DPS_PAD_COLOR_STR","features":[386]},{"name":"WIA_DPS_PAGES","features":[386]},{"name":"WIA_DPS_PAGES_STR","features":[386]},{"name":"WIA_DPS_PAGE_HEIGHT","features":[386]},{"name":"WIA_DPS_PAGE_HEIGHT_STR","features":[386]},{"name":"WIA_DPS_PAGE_SIZE","features":[386]},{"name":"WIA_DPS_PAGE_SIZE_STR","features":[386]},{"name":"WIA_DPS_PAGE_WIDTH","features":[386]},{"name":"WIA_DPS_PAGE_WIDTH_STR","features":[386]},{"name":"WIA_DPS_PLATEN_COLOR","features":[386]},{"name":"WIA_DPS_PLATEN_COLOR_STR","features":[386]},{"name":"WIA_DPS_PREVIEW","features":[386]},{"name":"WIA_DPS_PREVIEW_STR","features":[386]},{"name":"WIA_DPS_SCAN_AHEAD_PAGES","features":[386]},{"name":"WIA_DPS_SCAN_AHEAD_PAGES_STR","features":[386]},{"name":"WIA_DPS_SCAN_AVAILABLE_ITEM","features":[386]},{"name":"WIA_DPS_SCAN_AVAILABLE_ITEM_STR","features":[386]},{"name":"WIA_DPS_SERVICE_ID","features":[386]},{"name":"WIA_DPS_SERVICE_ID_STR","features":[386]},{"name":"WIA_DPS_SHEET_FEEDER_REGISTRATION","features":[386]},{"name":"WIA_DPS_SHEET_FEEDER_REGISTRATION_STR","features":[386]},{"name":"WIA_DPS_SHOW_PREVIEW_CONTROL","features":[386]},{"name":"WIA_DPS_SHOW_PREVIEW_CONTROL_STR","features":[386]},{"name":"WIA_DPS_TRANSPARENCY","features":[386]},{"name":"WIA_DPS_TRANSPARENCY_CAPABILITIES","features":[386]},{"name":"WIA_DPS_TRANSPARENCY_CAPABILITIES_STR","features":[386]},{"name":"WIA_DPS_TRANSPARENCY_SELECT","features":[386]},{"name":"WIA_DPS_TRANSPARENCY_SELECT_STR","features":[386]},{"name":"WIA_DPS_TRANSPARENCY_STATUS","features":[386]},{"name":"WIA_DPS_TRANSPARENCY_STATUS_STR","features":[386]},{"name":"WIA_DPS_TRANSPARENCY_STR","features":[386]},{"name":"WIA_DPS_USER_NAME","features":[386]},{"name":"WIA_DPS_USER_NAME_STR","features":[386]},{"name":"WIA_DPS_VERTICAL_BED_REGISTRATION","features":[386]},{"name":"WIA_DPS_VERTICAL_BED_REGISTRATION_STR","features":[386]},{"name":"WIA_DPS_VERTICAL_BED_SIZE","features":[386]},{"name":"WIA_DPS_VERTICAL_BED_SIZE_STR","features":[386]},{"name":"WIA_DPS_VERTICAL_SHEET_FEED_SIZE","features":[386]},{"name":"WIA_DPS_VERTICAL_SHEET_FEED_SIZE_STR","features":[386]},{"name":"WIA_DPV_DSHOW_DEVICE_PATH","features":[386]},{"name":"WIA_DPV_DSHOW_DEVICE_PATH_STR","features":[386]},{"name":"WIA_DPV_IMAGES_DIRECTORY","features":[386]},{"name":"WIA_DPV_IMAGES_DIRECTORY_STR","features":[386]},{"name":"WIA_DPV_LAST_PICTURE_TAKEN","features":[386]},{"name":"WIA_DPV_LAST_PICTURE_TAKEN_STR","features":[386]},{"name":"WIA_ENDORSER_TOK_DATE","features":[386]},{"name":"WIA_ENDORSER_TOK_DAY","features":[386]},{"name":"WIA_ENDORSER_TOK_MONTH","features":[386]},{"name":"WIA_ENDORSER_TOK_PAGE_COUNT","features":[386]},{"name":"WIA_ENDORSER_TOK_TIME","features":[386]},{"name":"WIA_ENDORSER_TOK_YEAR","features":[386]},{"name":"WIA_ERROR_BUSY","features":[386]},{"name":"WIA_ERROR_COVER_OPEN","features":[386]},{"name":"WIA_ERROR_DESTINATION","features":[386]},{"name":"WIA_ERROR_DEVICE_COMMUNICATION","features":[386]},{"name":"WIA_ERROR_DEVICE_LOCKED","features":[386]},{"name":"WIA_ERROR_EXCEPTION_IN_DRIVER","features":[386]},{"name":"WIA_ERROR_GENERAL_ERROR","features":[386]},{"name":"WIA_ERROR_INCORRECT_HARDWARE_SETTING","features":[386]},{"name":"WIA_ERROR_INVALID_COMMAND","features":[386]},{"name":"WIA_ERROR_INVALID_DRIVER_RESPONSE","features":[386]},{"name":"WIA_ERROR_ITEM_DELETED","features":[386]},{"name":"WIA_ERROR_LAMP_OFF","features":[386]},{"name":"WIA_ERROR_MAXIMUM_PRINTER_ENDORSER_COUNTER","features":[386]},{"name":"WIA_ERROR_MULTI_FEED","features":[386]},{"name":"WIA_ERROR_NETWORK_RESERVATION_FAILED","features":[386]},{"name":"WIA_ERROR_OFFLINE","features":[386]},{"name":"WIA_ERROR_PAPER_EMPTY","features":[386]},{"name":"WIA_ERROR_PAPER_JAM","features":[386]},{"name":"WIA_ERROR_PAPER_PROBLEM","features":[386]},{"name":"WIA_ERROR_USER_INTERVENTION","features":[386]},{"name":"WIA_ERROR_WARMING_UP","features":[386]},{"name":"WIA_EVENT_CANCEL_IO","features":[386]},{"name":"WIA_EVENT_COVER_CLOSED","features":[386]},{"name":"WIA_EVENT_COVER_OPEN","features":[386]},{"name":"WIA_EVENT_DEVICE_CONNECTED","features":[386]},{"name":"WIA_EVENT_DEVICE_CONNECTED_STR","features":[386]},{"name":"WIA_EVENT_DEVICE_DISCONNECTED","features":[386]},{"name":"WIA_EVENT_DEVICE_DISCONNECTED_STR","features":[386]},{"name":"WIA_EVENT_DEVICE_NOT_READY","features":[386]},{"name":"WIA_EVENT_DEVICE_READY","features":[386]},{"name":"WIA_EVENT_FEEDER_EMPTIED","features":[386]},{"name":"WIA_EVENT_FEEDER_LOADED","features":[386]},{"name":"WIA_EVENT_FLATBED_LID_CLOSED","features":[386]},{"name":"WIA_EVENT_FLATBED_LID_OPEN","features":[386]},{"name":"WIA_EVENT_HANDLER_NO_ACTION","features":[386]},{"name":"WIA_EVENT_HANDLER_PROMPT","features":[386]},{"name":"WIA_EVENT_ITEM_CREATED","features":[386]},{"name":"WIA_EVENT_ITEM_DELETED","features":[386]},{"name":"WIA_EVENT_POWER_RESUME","features":[386]},{"name":"WIA_EVENT_POWER_SUSPEND","features":[386]},{"name":"WIA_EVENT_SCAN_EMAIL_IMAGE","features":[386]},{"name":"WIA_EVENT_SCAN_FAX_IMAGE","features":[386]},{"name":"WIA_EVENT_SCAN_FILM_IMAGE","features":[386]},{"name":"WIA_EVENT_SCAN_IMAGE","features":[386]},{"name":"WIA_EVENT_SCAN_IMAGE2","features":[386]},{"name":"WIA_EVENT_SCAN_IMAGE3","features":[386]},{"name":"WIA_EVENT_SCAN_IMAGE4","features":[386]},{"name":"WIA_EVENT_SCAN_OCR_IMAGE","features":[386]},{"name":"WIA_EVENT_SCAN_PRINT_IMAGE","features":[386]},{"name":"WIA_EVENT_STI_PROXY","features":[386]},{"name":"WIA_EVENT_STORAGE_CREATED","features":[386]},{"name":"WIA_EVENT_STORAGE_DELETED","features":[386]},{"name":"WIA_EVENT_TREE_UPDATED","features":[386]},{"name":"WIA_EVENT_VOLUME_INSERT","features":[386]},{"name":"WIA_EXTENDED_TRANSFER_INFO","features":[386]},{"name":"WIA_FEEDER_CONTROL_AUTO","features":[386]},{"name":"WIA_FEEDER_CONTROL_MANUAL","features":[386]},{"name":"WIA_FILM_BW_NEGATIVE","features":[386]},{"name":"WIA_FILM_COLOR_NEGATIVE","features":[386]},{"name":"WIA_FILM_COLOR_SLIDE","features":[386]},{"name":"WIA_FINAL_SCAN","features":[386]},{"name":"WIA_FLAG_NOM","features":[386]},{"name":"WIA_FLAG_NUM_ELEMS","features":[386]},{"name":"WIA_FLAG_VALUES","features":[386]},{"name":"WIA_FORMAT_INFO","features":[386]},{"name":"WIA_IMAGEPROC_FILTER_STR","features":[386]},{"name":"WIA_INTENT_BEST_PREVIEW","features":[386]},{"name":"WIA_INTENT_IMAGE_TYPE_COLOR","features":[386]},{"name":"WIA_INTENT_IMAGE_TYPE_GRAYSCALE","features":[386]},{"name":"WIA_INTENT_IMAGE_TYPE_MASK","features":[386]},{"name":"WIA_INTENT_IMAGE_TYPE_TEXT","features":[386]},{"name":"WIA_INTENT_MAXIMIZE_QUALITY","features":[386]},{"name":"WIA_INTENT_MINIMIZE_SIZE","features":[386]},{"name":"WIA_INTENT_NONE","features":[386]},{"name":"WIA_INTENT_SIZE_MASK","features":[386]},{"name":"WIA_IPA_ACCESS_RIGHTS","features":[386]},{"name":"WIA_IPA_ACCESS_RIGHTS_STR","features":[386]},{"name":"WIA_IPA_APP_COLOR_MAPPING","features":[386]},{"name":"WIA_IPA_APP_COLOR_MAPPING_STR","features":[386]},{"name":"WIA_IPA_BITS_PER_CHANNEL","features":[386]},{"name":"WIA_IPA_BITS_PER_CHANNEL_STR","features":[386]},{"name":"WIA_IPA_BUFFER_SIZE","features":[386]},{"name":"WIA_IPA_BUFFER_SIZE_STR","features":[386]},{"name":"WIA_IPA_BYTES_PER_LINE","features":[386]},{"name":"WIA_IPA_BYTES_PER_LINE_STR","features":[386]},{"name":"WIA_IPA_CHANNELS_PER_PIXEL","features":[386]},{"name":"WIA_IPA_CHANNELS_PER_PIXEL_STR","features":[386]},{"name":"WIA_IPA_COLOR_PROFILE","features":[386]},{"name":"WIA_IPA_COLOR_PROFILE_STR","features":[386]},{"name":"WIA_IPA_COMPRESSION","features":[386]},{"name":"WIA_IPA_COMPRESSION_STR","features":[386]},{"name":"WIA_IPA_DATATYPE","features":[386]},{"name":"WIA_IPA_DATATYPE_STR","features":[386]},{"name":"WIA_IPA_DEPTH","features":[386]},{"name":"WIA_IPA_DEPTH_STR","features":[386]},{"name":"WIA_IPA_FILENAME_EXTENSION","features":[386]},{"name":"WIA_IPA_FILENAME_EXTENSION_STR","features":[386]},{"name":"WIA_IPA_FIRST","features":[386]},{"name":"WIA_IPA_FORMAT","features":[386]},{"name":"WIA_IPA_FORMAT_STR","features":[386]},{"name":"WIA_IPA_FULL_ITEM_NAME","features":[386]},{"name":"WIA_IPA_FULL_ITEM_NAME_STR","features":[386]},{"name":"WIA_IPA_GAMMA_CURVES","features":[386]},{"name":"WIA_IPA_GAMMA_CURVES_STR","features":[386]},{"name":"WIA_IPA_ICM_PROFILE_NAME","features":[386]},{"name":"WIA_IPA_ICM_PROFILE_NAME_STR","features":[386]},{"name":"WIA_IPA_ITEMS_STORED","features":[386]},{"name":"WIA_IPA_ITEMS_STORED_STR","features":[386]},{"name":"WIA_IPA_ITEM_CATEGORY","features":[386]},{"name":"WIA_IPA_ITEM_CATEGORY_STR","features":[386]},{"name":"WIA_IPA_ITEM_FLAGS","features":[386]},{"name":"WIA_IPA_ITEM_FLAGS_STR","features":[386]},{"name":"WIA_IPA_ITEM_NAME","features":[386]},{"name":"WIA_IPA_ITEM_NAME_STR","features":[386]},{"name":"WIA_IPA_ITEM_SIZE","features":[386]},{"name":"WIA_IPA_ITEM_SIZE_STR","features":[386]},{"name":"WIA_IPA_ITEM_TIME","features":[386]},{"name":"WIA_IPA_ITEM_TIME_STR","features":[386]},{"name":"WIA_IPA_MIN_BUFFER_SIZE","features":[386]},{"name":"WIA_IPA_MIN_BUFFER_SIZE_STR","features":[386]},{"name":"WIA_IPA_NUMBER_OF_LINES","features":[386]},{"name":"WIA_IPA_NUMBER_OF_LINES_STR","features":[386]},{"name":"WIA_IPA_PIXELS_PER_LINE","features":[386]},{"name":"WIA_IPA_PIXELS_PER_LINE_STR","features":[386]},{"name":"WIA_IPA_PLANAR","features":[386]},{"name":"WIA_IPA_PLANAR_STR","features":[386]},{"name":"WIA_IPA_PREFERRED_FORMAT","features":[386]},{"name":"WIA_IPA_PREFERRED_FORMAT_STR","features":[386]},{"name":"WIA_IPA_PROP_STREAM_COMPAT_ID","features":[386]},{"name":"WIA_IPA_PROP_STREAM_COMPAT_ID_STR","features":[386]},{"name":"WIA_IPA_RAW_BITS_PER_CHANNEL","features":[386]},{"name":"WIA_IPA_RAW_BITS_PER_CHANNEL_STR","features":[386]},{"name":"WIA_IPA_REGION_TYPE","features":[386]},{"name":"WIA_IPA_REGION_TYPE_STR","features":[386]},{"name":"WIA_IPA_SUPPRESS_PROPERTY_PAGE","features":[386]},{"name":"WIA_IPA_SUPPRESS_PROPERTY_PAGE_STR","features":[386]},{"name":"WIA_IPA_TYMED","features":[386]},{"name":"WIA_IPA_TYMED_STR","features":[386]},{"name":"WIA_IPA_UPLOAD_ITEM_SIZE","features":[386]},{"name":"WIA_IPA_UPLOAD_ITEM_SIZE_STR","features":[386]},{"name":"WIA_IPC_AUDIO_AVAILABLE","features":[386]},{"name":"WIA_IPC_AUDIO_AVAILABLE_STR","features":[386]},{"name":"WIA_IPC_AUDIO_DATA","features":[386]},{"name":"WIA_IPC_AUDIO_DATA_FORMAT","features":[386]},{"name":"WIA_IPC_AUDIO_DATA_FORMAT_STR","features":[386]},{"name":"WIA_IPC_AUDIO_DATA_STR","features":[386]},{"name":"WIA_IPC_FIRST","features":[386]},{"name":"WIA_IPC_NUM_PICT_PER_ROW","features":[386]},{"name":"WIA_IPC_NUM_PICT_PER_ROW_STR","features":[386]},{"name":"WIA_IPC_SEQUENCE","features":[386]},{"name":"WIA_IPC_SEQUENCE_STR","features":[386]},{"name":"WIA_IPC_THUMBNAIL","features":[386]},{"name":"WIA_IPC_THUMBNAIL_STR","features":[386]},{"name":"WIA_IPC_THUMB_HEIGHT","features":[386]},{"name":"WIA_IPC_THUMB_HEIGHT_STR","features":[386]},{"name":"WIA_IPC_THUMB_WIDTH","features":[386]},{"name":"WIA_IPC_THUMB_WIDTH_STR","features":[386]},{"name":"WIA_IPC_TIMEDELAY","features":[386]},{"name":"WIA_IPC_TIMEDELAY_STR","features":[386]},{"name":"WIA_IPS_ALARM","features":[386]},{"name":"WIA_IPS_ALARM_STR","features":[386]},{"name":"WIA_IPS_AUTO_CROP","features":[386]},{"name":"WIA_IPS_AUTO_CROP_STR","features":[386]},{"name":"WIA_IPS_AUTO_DESKEW","features":[386]},{"name":"WIA_IPS_AUTO_DESKEW_STR","features":[386]},{"name":"WIA_IPS_BARCODE_READER","features":[386]},{"name":"WIA_IPS_BARCODE_READER_STR","features":[386]},{"name":"WIA_IPS_BARCODE_SEARCH_DIRECTION","features":[386]},{"name":"WIA_IPS_BARCODE_SEARCH_DIRECTION_STR","features":[386]},{"name":"WIA_IPS_BARCODE_SEARCH_TIMEOUT","features":[386]},{"name":"WIA_IPS_BARCODE_SEARCH_TIMEOUT_STR","features":[386]},{"name":"WIA_IPS_BLANK_PAGES","features":[386]},{"name":"WIA_IPS_BLANK_PAGES_SENSITIVITY","features":[386]},{"name":"WIA_IPS_BLANK_PAGES_SENSITIVITY_STR","features":[386]},{"name":"WIA_IPS_BLANK_PAGES_STR","features":[386]},{"name":"WIA_IPS_BRIGHTNESS","features":[386]},{"name":"WIA_IPS_BRIGHTNESS_STR","features":[386]},{"name":"WIA_IPS_COLOR_DROP","features":[386]},{"name":"WIA_IPS_COLOR_DROP_BLUE","features":[386]},{"name":"WIA_IPS_COLOR_DROP_BLUE_STR","features":[386]},{"name":"WIA_IPS_COLOR_DROP_GREEN","features":[386]},{"name":"WIA_IPS_COLOR_DROP_GREEN_STR","features":[386]},{"name":"WIA_IPS_COLOR_DROP_MULTI","features":[386]},{"name":"WIA_IPS_COLOR_DROP_MULTI_STR","features":[386]},{"name":"WIA_IPS_COLOR_DROP_RED","features":[386]},{"name":"WIA_IPS_COLOR_DROP_RED_STR","features":[386]},{"name":"WIA_IPS_COLOR_DROP_STR","features":[386]},{"name":"WIA_IPS_CONTRAST","features":[386]},{"name":"WIA_IPS_CONTRAST_STR","features":[386]},{"name":"WIA_IPS_CUR_INTENT","features":[386]},{"name":"WIA_IPS_CUR_INTENT_STR","features":[386]},{"name":"WIA_IPS_DESKEW_X","features":[386]},{"name":"WIA_IPS_DESKEW_X_STR","features":[386]},{"name":"WIA_IPS_DESKEW_Y","features":[386]},{"name":"WIA_IPS_DESKEW_Y_STR","features":[386]},{"name":"WIA_IPS_DOCUMENT_HANDLING_SELECT","features":[386]},{"name":"WIA_IPS_DOCUMENT_HANDLING_SELECT_STR","features":[386]},{"name":"WIA_IPS_ENABLED_BARCODE_TYPES","features":[386]},{"name":"WIA_IPS_ENABLED_BARCODE_TYPES_STR","features":[386]},{"name":"WIA_IPS_ENABLED_PATCH_CODE_TYPES","features":[386]},{"name":"WIA_IPS_ENABLED_PATCH_CODE_TYPES_STR","features":[386]},{"name":"WIA_IPS_FEEDER_CONTROL","features":[386]},{"name":"WIA_IPS_FEEDER_CONTROL_STR","features":[386]},{"name":"WIA_IPS_FILM_NODE_NAME","features":[386]},{"name":"WIA_IPS_FILM_NODE_NAME_STR","features":[386]},{"name":"WIA_IPS_FILM_SCAN_MODE","features":[386]},{"name":"WIA_IPS_FILM_SCAN_MODE_STR","features":[386]},{"name":"WIA_IPS_FIRST","features":[386]},{"name":"WIA_IPS_INVERT","features":[386]},{"name":"WIA_IPS_INVERT_STR","features":[386]},{"name":"WIA_IPS_JOB_SEPARATORS","features":[386]},{"name":"WIA_IPS_JOB_SEPARATORS_STR","features":[386]},{"name":"WIA_IPS_LAMP","features":[386]},{"name":"WIA_IPS_LAMP_AUTO_OFF","features":[386]},{"name":"WIA_IPS_LAMP_AUTO_OFF_STR","features":[386]},{"name":"WIA_IPS_LAMP_STR","features":[386]},{"name":"WIA_IPS_LONG_DOCUMENT","features":[386]},{"name":"WIA_IPS_LONG_DOCUMENT_STR","features":[386]},{"name":"WIA_IPS_MAXIMUM_BARCODES_PER_PAGE","features":[386]},{"name":"WIA_IPS_MAXIMUM_BARCODES_PER_PAGE_STR","features":[386]},{"name":"WIA_IPS_MAXIMUM_BARCODE_SEARCH_RETRIES","features":[386]},{"name":"WIA_IPS_MAXIMUM_BARCODE_SEARCH_RETRIES_STR","features":[386]},{"name":"WIA_IPS_MAX_HORIZONTAL_SIZE","features":[386]},{"name":"WIA_IPS_MAX_HORIZONTAL_SIZE_STR","features":[386]},{"name":"WIA_IPS_MAX_VERTICAL_SIZE","features":[386]},{"name":"WIA_IPS_MAX_VERTICAL_SIZE_STR","features":[386]},{"name":"WIA_IPS_MICR_READER","features":[386]},{"name":"WIA_IPS_MICR_READER_STR","features":[386]},{"name":"WIA_IPS_MIN_HORIZONTAL_SIZE","features":[386]},{"name":"WIA_IPS_MIN_HORIZONTAL_SIZE_STR","features":[386]},{"name":"WIA_IPS_MIN_VERTICAL_SIZE","features":[386]},{"name":"WIA_IPS_MIN_VERTICAL_SIZE_STR","features":[386]},{"name":"WIA_IPS_MIRROR","features":[386]},{"name":"WIA_IPS_MIRROR_STR","features":[386]},{"name":"WIA_IPS_MULTI_FEED","features":[386]},{"name":"WIA_IPS_MULTI_FEED_DETECT_METHOD","features":[386]},{"name":"WIA_IPS_MULTI_FEED_DETECT_METHOD_STR","features":[386]},{"name":"WIA_IPS_MULTI_FEED_SENSITIVITY","features":[386]},{"name":"WIA_IPS_MULTI_FEED_SENSITIVITY_STR","features":[386]},{"name":"WIA_IPS_MULTI_FEED_STR","features":[386]},{"name":"WIA_IPS_OPTICAL_XRES","features":[386]},{"name":"WIA_IPS_OPTICAL_XRES_STR","features":[386]},{"name":"WIA_IPS_OPTICAL_YRES","features":[386]},{"name":"WIA_IPS_OPTICAL_YRES_STR","features":[386]},{"name":"WIA_IPS_ORIENTATION","features":[386]},{"name":"WIA_IPS_ORIENTATION_STR","features":[386]},{"name":"WIA_IPS_OVER_SCAN","features":[386]},{"name":"WIA_IPS_OVER_SCAN_BOTTOM","features":[386]},{"name":"WIA_IPS_OVER_SCAN_BOTTOM_STR","features":[386]},{"name":"WIA_IPS_OVER_SCAN_LEFT","features":[386]},{"name":"WIA_IPS_OVER_SCAN_LEFT_STR","features":[386]},{"name":"WIA_IPS_OVER_SCAN_RIGHT","features":[386]},{"name":"WIA_IPS_OVER_SCAN_RIGHT_STR","features":[386]},{"name":"WIA_IPS_OVER_SCAN_STR","features":[386]},{"name":"WIA_IPS_OVER_SCAN_TOP","features":[386]},{"name":"WIA_IPS_OVER_SCAN_TOP_STR","features":[386]},{"name":"WIA_IPS_PAGES","features":[386]},{"name":"WIA_IPS_PAGES_STR","features":[386]},{"name":"WIA_IPS_PAGE_HEIGHT","features":[386]},{"name":"WIA_IPS_PAGE_HEIGHT_STR","features":[386]},{"name":"WIA_IPS_PAGE_SIZE","features":[386]},{"name":"WIA_IPS_PAGE_SIZE_STR","features":[386]},{"name":"WIA_IPS_PAGE_WIDTH","features":[386]},{"name":"WIA_IPS_PAGE_WIDTH_STR","features":[386]},{"name":"WIA_IPS_PATCH_CODE_READER","features":[386]},{"name":"WIA_IPS_PATCH_CODE_READER_STR","features":[386]},{"name":"WIA_IPS_PHOTOMETRIC_INTERP","features":[386]},{"name":"WIA_IPS_PHOTOMETRIC_INTERP_STR","features":[386]},{"name":"WIA_IPS_PREVIEW","features":[386]},{"name":"WIA_IPS_PREVIEW_STR","features":[386]},{"name":"WIA_IPS_PREVIEW_TYPE","features":[386]},{"name":"WIA_IPS_PREVIEW_TYPE_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_CHARACTER_ROTATION","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_CHARACTER_ROTATION_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_COUNTER","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_COUNTER_DIGITS","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_COUNTER_DIGITS_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_COUNTER_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_FONT_TYPE","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_FONT_TYPE_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_DOWNLOAD","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_DOWNLOAD_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MAX_HEIGHT","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MAX_HEIGHT_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MAX_WIDTH","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MAX_WIDTH_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MIN_HEIGHT","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MIN_HEIGHT_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MIN_WIDTH","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_MIN_WIDTH_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_POSITION","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_POSITION_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_UPLOAD","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_GRAPHICS_UPLOAD_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_INK","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_INK_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_MAX_CHARACTERS","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_MAX_CHARACTERS_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_MAX_GRAPHICS","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_MAX_GRAPHICS_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_NUM_LINES","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_NUM_LINES_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_ORDER","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_ORDER_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_PADDING","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_PADDING_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_STEP","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_STEP_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_STRING","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_STRING_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_TEXT_DOWNLOAD","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_TEXT_DOWNLOAD_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_TEXT_UPLOAD","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_TEXT_UPLOAD_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_VALID_CHARACTERS","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_VALID_CHARACTERS_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_VALID_FORMAT_SPECIFIERS","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_VALID_FORMAT_SPECIFIERS_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_XOFFSET","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_XOFFSET_STR","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_YOFFSET","features":[386]},{"name":"WIA_IPS_PRINTER_ENDORSER_YOFFSET_STR","features":[386]},{"name":"WIA_IPS_ROTATION","features":[386]},{"name":"WIA_IPS_ROTATION_STR","features":[386]},{"name":"WIA_IPS_SCAN_AHEAD","features":[386]},{"name":"WIA_IPS_SCAN_AHEAD_CAPACITY","features":[386]},{"name":"WIA_IPS_SCAN_AHEAD_CAPACITY_STR","features":[386]},{"name":"WIA_IPS_SCAN_AHEAD_STR","features":[386]},{"name":"WIA_IPS_SEGMENTATION","features":[386]},{"name":"WIA_IPS_SEGMENTATION_STR","features":[386]},{"name":"WIA_IPS_SHEET_FEEDER_REGISTRATION","features":[386]},{"name":"WIA_IPS_SHEET_FEEDER_REGISTRATION_STR","features":[386]},{"name":"WIA_IPS_SHOW_PREVIEW_CONTROL","features":[386]},{"name":"WIA_IPS_SHOW_PREVIEW_CONTROL_STR","features":[386]},{"name":"WIA_IPS_SUPPORTED_BARCODE_TYPES","features":[386]},{"name":"WIA_IPS_SUPPORTED_BARCODE_TYPES_STR","features":[386]},{"name":"WIA_IPS_SUPPORTED_PATCH_CODE_TYPES","features":[386]},{"name":"WIA_IPS_SUPPORTED_PATCH_CODE_TYPES_STR","features":[386]},{"name":"WIA_IPS_SUPPORTS_CHILD_ITEM_CREATION","features":[386]},{"name":"WIA_IPS_SUPPORTS_CHILD_ITEM_CREATION_STR","features":[386]},{"name":"WIA_IPS_THRESHOLD","features":[386]},{"name":"WIA_IPS_THRESHOLD_STR","features":[386]},{"name":"WIA_IPS_TRANSFER_CAPABILITIES","features":[386]},{"name":"WIA_IPS_TRANSFER_CAPABILITIES_STR","features":[386]},{"name":"WIA_IPS_WARM_UP_TIME","features":[386]},{"name":"WIA_IPS_WARM_UP_TIME_STR","features":[386]},{"name":"WIA_IPS_XEXTENT","features":[386]},{"name":"WIA_IPS_XEXTENT_STR","features":[386]},{"name":"WIA_IPS_XPOS","features":[386]},{"name":"WIA_IPS_XPOS_STR","features":[386]},{"name":"WIA_IPS_XRES","features":[386]},{"name":"WIA_IPS_XRES_STR","features":[386]},{"name":"WIA_IPS_XSCALING","features":[386]},{"name":"WIA_IPS_XSCALING_STR","features":[386]},{"name":"WIA_IPS_YEXTENT","features":[386]},{"name":"WIA_IPS_YEXTENT_STR","features":[386]},{"name":"WIA_IPS_YPOS","features":[386]},{"name":"WIA_IPS_YPOS_STR","features":[386]},{"name":"WIA_IPS_YRES","features":[386]},{"name":"WIA_IPS_YRES_STR","features":[386]},{"name":"WIA_IPS_YSCALING","features":[386]},{"name":"WIA_IPS_YSCALING_STR","features":[386]},{"name":"WIA_IS_DEFAULT_HANDLER","features":[386]},{"name":"WIA_ITEM_CAN_BE_DELETED","features":[386]},{"name":"WIA_ITEM_READ","features":[386]},{"name":"WIA_ITEM_WRITE","features":[386]},{"name":"WIA_LAMP_OFF","features":[386]},{"name":"WIA_LAMP_ON","features":[386]},{"name":"WIA_LINE_ORDER_BOTTOM_TO_TOP","features":[386]},{"name":"WIA_LINE_ORDER_TOP_TO_BOTTOM","features":[386]},{"name":"WIA_LIST_COUNT","features":[386]},{"name":"WIA_LIST_NOM","features":[386]},{"name":"WIA_LIST_NUM_ELEMS","features":[386]},{"name":"WIA_LIST_VALUES","features":[386]},{"name":"WIA_LONG_DOCUMENT_DISABLED","features":[386]},{"name":"WIA_LONG_DOCUMENT_ENABLED","features":[386]},{"name":"WIA_LONG_DOCUMENT_SPLIT","features":[386]},{"name":"WIA_MAJOR_EVENT_DEVICE_CONNECT","features":[386]},{"name":"WIA_MAJOR_EVENT_DEVICE_DISCONNECT","features":[386]},{"name":"WIA_MAJOR_EVENT_PICTURE_DELETED","features":[386]},{"name":"WIA_MAJOR_EVENT_PICTURE_TAKEN","features":[386]},{"name":"WIA_MAX_CTX_SIZE","features":[386]},{"name":"WIA_MICR","features":[386]},{"name":"WIA_MICR_INFO","features":[386]},{"name":"WIA_MICR_READER_AUTO","features":[386]},{"name":"WIA_MICR_READER_DISABLED","features":[386]},{"name":"WIA_MICR_READER_FEEDER_BACK","features":[386]},{"name":"WIA_MICR_READER_FEEDER_DUPLEX","features":[386]},{"name":"WIA_MICR_READER_FEEDER_FRONT","features":[386]},{"name":"WIA_MICR_READER_FLATBED","features":[386]},{"name":"WIA_MULTI_FEED_DETECT_CONTINUE","features":[386]},{"name":"WIA_MULTI_FEED_DETECT_DISABLED","features":[386]},{"name":"WIA_MULTI_FEED_DETECT_METHOD_LENGTH","features":[386]},{"name":"WIA_MULTI_FEED_DETECT_METHOD_OVERLAP","features":[386]},{"name":"WIA_MULTI_FEED_DETECT_STOP_ERROR","features":[386]},{"name":"WIA_MULTI_FEED_DETECT_STOP_SUCCESS","features":[386]},{"name":"WIA_NOTIFICATION_EVENT","features":[386]},{"name":"WIA_NUM_DIP","features":[386]},{"name":"WIA_NUM_IPC","features":[386]},{"name":"WIA_ORDER_BGR","features":[386]},{"name":"WIA_ORDER_RGB","features":[386]},{"name":"WIA_OVER_SCAN_ALL","features":[386]},{"name":"WIA_OVER_SCAN_DISABLED","features":[386]},{"name":"WIA_OVER_SCAN_LEFT_RIGHT","features":[386]},{"name":"WIA_OVER_SCAN_TOP_BOTTOM","features":[386]},{"name":"WIA_PACKED_PIXEL","features":[386]},{"name":"WIA_PAGE_A4","features":[386]},{"name":"WIA_PAGE_AUTO","features":[386]},{"name":"WIA_PAGE_BUSINESSCARD","features":[386]},{"name":"WIA_PAGE_CUSTOM","features":[386]},{"name":"WIA_PAGE_CUSTOM_BASE","features":[386]},{"name":"WIA_PAGE_DIN_2B","features":[386]},{"name":"WIA_PAGE_DIN_4B","features":[386]},{"name":"WIA_PAGE_ISO_A0","features":[386]},{"name":"WIA_PAGE_ISO_A1","features":[386]},{"name":"WIA_PAGE_ISO_A10","features":[386]},{"name":"WIA_PAGE_ISO_A2","features":[386]},{"name":"WIA_PAGE_ISO_A3","features":[386]},{"name":"WIA_PAGE_ISO_A4","features":[386]},{"name":"WIA_PAGE_ISO_A5","features":[386]},{"name":"WIA_PAGE_ISO_A6","features":[386]},{"name":"WIA_PAGE_ISO_A7","features":[386]},{"name":"WIA_PAGE_ISO_A8","features":[386]},{"name":"WIA_PAGE_ISO_A9","features":[386]},{"name":"WIA_PAGE_ISO_B0","features":[386]},{"name":"WIA_PAGE_ISO_B1","features":[386]},{"name":"WIA_PAGE_ISO_B10","features":[386]},{"name":"WIA_PAGE_ISO_B2","features":[386]},{"name":"WIA_PAGE_ISO_B3","features":[386]},{"name":"WIA_PAGE_ISO_B4","features":[386]},{"name":"WIA_PAGE_ISO_B5","features":[386]},{"name":"WIA_PAGE_ISO_B6","features":[386]},{"name":"WIA_PAGE_ISO_B7","features":[386]},{"name":"WIA_PAGE_ISO_B8","features":[386]},{"name":"WIA_PAGE_ISO_B9","features":[386]},{"name":"WIA_PAGE_ISO_C0","features":[386]},{"name":"WIA_PAGE_ISO_C1","features":[386]},{"name":"WIA_PAGE_ISO_C10","features":[386]},{"name":"WIA_PAGE_ISO_C2","features":[386]},{"name":"WIA_PAGE_ISO_C3","features":[386]},{"name":"WIA_PAGE_ISO_C4","features":[386]},{"name":"WIA_PAGE_ISO_C5","features":[386]},{"name":"WIA_PAGE_ISO_C6","features":[386]},{"name":"WIA_PAGE_ISO_C7","features":[386]},{"name":"WIA_PAGE_ISO_C8","features":[386]},{"name":"WIA_PAGE_ISO_C9","features":[386]},{"name":"WIA_PAGE_JIS_2A","features":[386]},{"name":"WIA_PAGE_JIS_4A","features":[386]},{"name":"WIA_PAGE_JIS_B0","features":[386]},{"name":"WIA_PAGE_JIS_B1","features":[386]},{"name":"WIA_PAGE_JIS_B10","features":[386]},{"name":"WIA_PAGE_JIS_B2","features":[386]},{"name":"WIA_PAGE_JIS_B3","features":[386]},{"name":"WIA_PAGE_JIS_B4","features":[386]},{"name":"WIA_PAGE_JIS_B5","features":[386]},{"name":"WIA_PAGE_JIS_B6","features":[386]},{"name":"WIA_PAGE_JIS_B7","features":[386]},{"name":"WIA_PAGE_JIS_B8","features":[386]},{"name":"WIA_PAGE_JIS_B9","features":[386]},{"name":"WIA_PAGE_LETTER","features":[386]},{"name":"WIA_PAGE_USLEDGER","features":[386]},{"name":"WIA_PAGE_USLEGAL","features":[386]},{"name":"WIA_PAGE_USLETTER","features":[386]},{"name":"WIA_PAGE_USSTATEMENT","features":[386]},{"name":"WIA_PATCH_CODES","features":[386]},{"name":"WIA_PATCH_CODE_1","features":[386]},{"name":"WIA_PATCH_CODE_10","features":[386]},{"name":"WIA_PATCH_CODE_11","features":[386]},{"name":"WIA_PATCH_CODE_12","features":[386]},{"name":"WIA_PATCH_CODE_13","features":[386]},{"name":"WIA_PATCH_CODE_14","features":[386]},{"name":"WIA_PATCH_CODE_2","features":[386]},{"name":"WIA_PATCH_CODE_3","features":[386]},{"name":"WIA_PATCH_CODE_4","features":[386]},{"name":"WIA_PATCH_CODE_6","features":[386]},{"name":"WIA_PATCH_CODE_7","features":[386]},{"name":"WIA_PATCH_CODE_8","features":[386]},{"name":"WIA_PATCH_CODE_9","features":[386]},{"name":"WIA_PATCH_CODE_CUSTOM_BASE","features":[386]},{"name":"WIA_PATCH_CODE_INFO","features":[386]},{"name":"WIA_PATCH_CODE_READER_AUTO","features":[386]},{"name":"WIA_PATCH_CODE_READER_DISABLED","features":[386]},{"name":"WIA_PATCH_CODE_READER_FEEDER_BACK","features":[386]},{"name":"WIA_PATCH_CODE_READER_FEEDER_DUPLEX","features":[386]},{"name":"WIA_PATCH_CODE_READER_FEEDER_FRONT","features":[386]},{"name":"WIA_PATCH_CODE_READER_FLATBED","features":[386]},{"name":"WIA_PATCH_CODE_T","features":[386]},{"name":"WIA_PATCH_CODE_UNKNOWN","features":[386]},{"name":"WIA_PHOTO_WHITE_0","features":[386]},{"name":"WIA_PHOTO_WHITE_1","features":[386]},{"name":"WIA_PLANAR","features":[386]},{"name":"WIA_PREVIEW_SCAN","features":[386]},{"name":"WIA_PRINTER_ENDORSER_AFTER_SCAN","features":[386]},{"name":"WIA_PRINTER_ENDORSER_AUTO","features":[386]},{"name":"WIA_PRINTER_ENDORSER_BEFORE_SCAN","features":[386]},{"name":"WIA_PRINTER_ENDORSER_DIGITAL","features":[386]},{"name":"WIA_PRINTER_ENDORSER_DISABLED","features":[386]},{"name":"WIA_PRINTER_ENDORSER_FEEDER_BACK","features":[386]},{"name":"WIA_PRINTER_ENDORSER_FEEDER_DUPLEX","features":[386]},{"name":"WIA_PRINTER_ENDORSER_FEEDER_FRONT","features":[386]},{"name":"WIA_PRINTER_ENDORSER_FLATBED","features":[386]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_BACKGROUND","features":[386]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_BOTTOM","features":[386]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_BOTTOM_LEFT","features":[386]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_BOTTOM_RIGHT","features":[386]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_DEVICE_DEFAULT","features":[386]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_LEFT","features":[386]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_RIGHT","features":[386]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_TOP","features":[386]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_TOP_LEFT","features":[386]},{"name":"WIA_PRINTER_ENDORSER_GRAPHICS_TOP_RIGHT","features":[386]},{"name":"WIA_PRINT_AM_PM","features":[386]},{"name":"WIA_PRINT_DATE","features":[386]},{"name":"WIA_PRINT_DAY","features":[386]},{"name":"WIA_PRINT_FONT_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_EXTRA_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_ITALIC","features":[386]},{"name":"WIA_PRINT_FONT_ITALIC_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_ITALIC_EXTRA_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_LARGE","features":[386]},{"name":"WIA_PRINT_FONT_LARGE_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_LARGE_EXTRA_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_LARGE_ITALIC","features":[386]},{"name":"WIA_PRINT_FONT_LARGE_ITALIC_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_LARGE_ITALIC_EXTRA_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_NORMAL","features":[386]},{"name":"WIA_PRINT_FONT_SMALL","features":[386]},{"name":"WIA_PRINT_FONT_SMALL_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_SMALL_EXTRA_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_SMALL_ITALIC","features":[386]},{"name":"WIA_PRINT_FONT_SMALL_ITALIC_BOLD","features":[386]},{"name":"WIA_PRINT_FONT_SMALL_ITALIC_EXTRA_BOLD","features":[386]},{"name":"WIA_PRINT_HOUR_12H","features":[386]},{"name":"WIA_PRINT_HOUR_24H","features":[386]},{"name":"WIA_PRINT_IMAGE","features":[386]},{"name":"WIA_PRINT_MILLISECOND","features":[386]},{"name":"WIA_PRINT_MINUTE","features":[386]},{"name":"WIA_PRINT_MONTH","features":[386]},{"name":"WIA_PRINT_MONTH_NAME","features":[386]},{"name":"WIA_PRINT_MONTH_SHORT","features":[386]},{"name":"WIA_PRINT_PADDING_BLANK","features":[386]},{"name":"WIA_PRINT_PADDING_NONE","features":[386]},{"name":"WIA_PRINT_PADDING_ZERO","features":[386]},{"name":"WIA_PRINT_PAGE_COUNT","features":[386]},{"name":"WIA_PRINT_SECOND","features":[386]},{"name":"WIA_PRINT_TIME_12H","features":[386]},{"name":"WIA_PRINT_TIME_24H","features":[386]},{"name":"WIA_PRINT_WEEK_DAY","features":[386]},{"name":"WIA_PRINT_WEEK_DAY_SHORT","features":[386]},{"name":"WIA_PRINT_YEAR","features":[386]},{"name":"WIA_PRIVATE_DEVPROP","features":[386]},{"name":"WIA_PRIVATE_ITEMPROP","features":[386]},{"name":"WIA_PROPERTY_CONTEXT","features":[386,305]},{"name":"WIA_PROPERTY_INFO","features":[386,360]},{"name":"WIA_PROPID_TO_NAME","features":[386]},{"name":"WIA_PROPPAGE_CAMERA_ITEM_GENERAL","features":[386]},{"name":"WIA_PROPPAGE_DEVICE_GENERAL","features":[386]},{"name":"WIA_PROPPAGE_SCANNER_ITEM_GENERAL","features":[386]},{"name":"WIA_PROP_CACHEABLE","features":[386]},{"name":"WIA_PROP_FLAG","features":[386]},{"name":"WIA_PROP_LIST","features":[386]},{"name":"WIA_PROP_NONE","features":[386]},{"name":"WIA_PROP_RANGE","features":[386]},{"name":"WIA_PROP_READ","features":[386]},{"name":"WIA_PROP_SYNC_REQUIRED","features":[386]},{"name":"WIA_PROP_WRITE","features":[386]},{"name":"WIA_RANGE_MAX","features":[386]},{"name":"WIA_RANGE_MIN","features":[386]},{"name":"WIA_RANGE_NOM","features":[386]},{"name":"WIA_RANGE_NUM_ELEMS","features":[386]},{"name":"WIA_RANGE_STEP","features":[386]},{"name":"WIA_RAW_HEADER","features":[386]},{"name":"WIA_REGISTER_EVENT_CALLBACK","features":[386]},{"name":"WIA_RESERVED_FOR_NEW_PROPS","features":[386]},{"name":"WIA_SCAN_AHEAD_ALL","features":[386]},{"name":"WIA_SCAN_AHEAD_DISABLED","features":[386]},{"name":"WIA_SCAN_AHEAD_ENABLED","features":[386]},{"name":"WIA_SEGMENTATION_FILTER_STR","features":[386]},{"name":"WIA_SELECT_DEVICE_NODEFAULT","features":[386]},{"name":"WIA_SEPARATOR_DETECT_NOSCAN_CONTINUE","features":[386]},{"name":"WIA_SEPARATOR_DETECT_NOSCAN_STOP","features":[386]},{"name":"WIA_SEPARATOR_DETECT_SCAN_CONTINUE","features":[386]},{"name":"WIA_SEPARATOR_DETECT_SCAN_STOP","features":[386]},{"name":"WIA_SEPARATOR_DISABLED","features":[386]},{"name":"WIA_SET_DEFAULT_HANDLER","features":[386]},{"name":"WIA_SHOW_PREVIEW_CONTROL","features":[386]},{"name":"WIA_STATUS_CALIBRATING","features":[386]},{"name":"WIA_STATUS_CLEAR","features":[386]},{"name":"WIA_STATUS_END_OF_MEDIA","features":[386]},{"name":"WIA_STATUS_NETWORK_DEVICE_RESERVED","features":[386]},{"name":"WIA_STATUS_NOT_HANDLED","features":[386]},{"name":"WIA_STATUS_RESERVING_NETWORK_DEVICE","features":[386]},{"name":"WIA_STATUS_SKIP_ITEM","features":[386]},{"name":"WIA_STATUS_WARMING_UP","features":[386]},{"name":"WIA_S_CHANGE_DEVICE","features":[386]},{"name":"WIA_S_NO_DEVICE_AVAILABLE","features":[386]},{"name":"WIA_TRANSFER_ACQUIRE_CHILDREN","features":[386]},{"name":"WIA_TRANSFER_CHILDREN_SINGLE_SCAN","features":[386]},{"name":"WIA_TRANSFER_MSG_DEVICE_STATUS","features":[386]},{"name":"WIA_TRANSFER_MSG_END_OF_STREAM","features":[386]},{"name":"WIA_TRANSFER_MSG_END_OF_TRANSFER","features":[386]},{"name":"WIA_TRANSFER_MSG_NEW_PAGE","features":[386]},{"name":"WIA_TRANSFER_MSG_STATUS","features":[386]},{"name":"WIA_UNREGISTER_EVENT_CALLBACK","features":[386]},{"name":"WIA_USE_SEGMENTATION_FILTER","features":[386]},{"name":"WIA_WSD_FRIENDLY_NAME","features":[386]},{"name":"WIA_WSD_FRIENDLY_NAME_STR","features":[386]},{"name":"WIA_WSD_MANUFACTURER","features":[386]},{"name":"WIA_WSD_MANUFACTURER_STR","features":[386]},{"name":"WIA_WSD_MANUFACTURER_URL","features":[386]},{"name":"WIA_WSD_MANUFACTURER_URL_STR","features":[386]},{"name":"WIA_WSD_MODEL_NAME","features":[386]},{"name":"WIA_WSD_MODEL_NAME_STR","features":[386]},{"name":"WIA_WSD_MODEL_NUMBER","features":[386]},{"name":"WIA_WSD_MODEL_NUMBER_STR","features":[386]},{"name":"WIA_WSD_MODEL_URL","features":[386]},{"name":"WIA_WSD_MODEL_URL_STR","features":[386]},{"name":"WIA_WSD_PRESENTATION_URL","features":[386]},{"name":"WIA_WSD_PRESENTATION_URL_STR","features":[386]},{"name":"WIA_WSD_SCAN_AVAILABLE_ITEM","features":[386]},{"name":"WIA_WSD_SCAN_AVAILABLE_ITEM_STR","features":[386]},{"name":"WIA_WSD_SERIAL_NUMBER","features":[386]},{"name":"WIA_WSD_SERIAL_NUMBER_STR","features":[386]},{"name":"WiaAudFmt_AIFF","features":[386]},{"name":"WiaAudFmt_MP3","features":[386]},{"name":"WiaAudFmt_WAV","features":[386]},{"name":"WiaAudFmt_WMA","features":[386]},{"name":"WiaDevMgr","features":[386]},{"name":"WiaDevMgr2","features":[386]},{"name":"WiaImgFmt_ASF","features":[386]},{"name":"WiaImgFmt_AVI","features":[386]},{"name":"WiaImgFmt_BMP","features":[386]},{"name":"WiaImgFmt_CIFF","features":[386]},{"name":"WiaImgFmt_CSV","features":[386]},{"name":"WiaImgFmt_DPOF","features":[386]},{"name":"WiaImgFmt_EMF","features":[386]},{"name":"WiaImgFmt_EXEC","features":[386]},{"name":"WiaImgFmt_EXIF","features":[386]},{"name":"WiaImgFmt_FLASHPIX","features":[386]},{"name":"WiaImgFmt_GIF","features":[386]},{"name":"WiaImgFmt_HTML","features":[386]},{"name":"WiaImgFmt_ICO","features":[386]},{"name":"WiaImgFmt_JBIG","features":[386]},{"name":"WiaImgFmt_JBIG2","features":[386]},{"name":"WiaImgFmt_JPEG","features":[386]},{"name":"WiaImgFmt_JPEG2K","features":[386]},{"name":"WiaImgFmt_JPEG2KX","features":[386]},{"name":"WiaImgFmt_MEMORYBMP","features":[386]},{"name":"WiaImgFmt_MPG","features":[386]},{"name":"WiaImgFmt_OXPS","features":[386]},{"name":"WiaImgFmt_PDFA","features":[386]},{"name":"WiaImgFmt_PHOTOCD","features":[386]},{"name":"WiaImgFmt_PICT","features":[386]},{"name":"WiaImgFmt_PNG","features":[386]},{"name":"WiaImgFmt_RAW","features":[386]},{"name":"WiaImgFmt_RAWBAR","features":[386]},{"name":"WiaImgFmt_RAWMIC","features":[386]},{"name":"WiaImgFmt_RAWPAT","features":[386]},{"name":"WiaImgFmt_RAWRGB","features":[386]},{"name":"WiaImgFmt_RTF","features":[386]},{"name":"WiaImgFmt_SCRIPT","features":[386]},{"name":"WiaImgFmt_TIFF","features":[386]},{"name":"WiaImgFmt_TXT","features":[386]},{"name":"WiaImgFmt_UNDEFINED","features":[386]},{"name":"WiaImgFmt_UNICODE16","features":[386]},{"name":"WiaImgFmt_WMF","features":[386]},{"name":"WiaImgFmt_XML","features":[386]},{"name":"WiaImgFmt_XMLBAR","features":[386]},{"name":"WiaImgFmt_XMLMIC","features":[386]},{"name":"WiaImgFmt_XMLPAT","features":[386]},{"name":"WiaImgFmt_XPS","features":[386]},{"name":"WiaItemTypeAnalyze","features":[386]},{"name":"WiaItemTypeAudio","features":[386]},{"name":"WiaItemTypeBurst","features":[386]},{"name":"WiaItemTypeDeleted","features":[386]},{"name":"WiaItemTypeDevice","features":[386]},{"name":"WiaItemTypeDisconnected","features":[386]},{"name":"WiaItemTypeDocument","features":[386]},{"name":"WiaItemTypeFile","features":[386]},{"name":"WiaItemTypeFolder","features":[386]},{"name":"WiaItemTypeFree","features":[386]},{"name":"WiaItemTypeGenerated","features":[386]},{"name":"WiaItemTypeHPanorama","features":[386]},{"name":"WiaItemTypeHasAttachments","features":[386]},{"name":"WiaItemTypeImage","features":[386]},{"name":"WiaItemTypeMask","features":[386]},{"name":"WiaItemTypeProgrammableDataSource","features":[386]},{"name":"WiaItemTypeRemoved","features":[386]},{"name":"WiaItemTypeRoot","features":[386]},{"name":"WiaItemTypeStorage","features":[386]},{"name":"WiaItemTypeTransfer","features":[386]},{"name":"WiaItemTypeTwainCapabilityPassThrough","features":[386]},{"name":"WiaItemTypeVPanorama","features":[386]},{"name":"WiaItemTypeVideo","features":[386]},{"name":"WiaLog","features":[386]},{"name":"WiaTransferParams","features":[386]},{"name":"WiaVideo","features":[386]},{"name":"g_dwDebugFlags","features":[386]}],"388":[{"name":"ApplicationSelected","features":[387]},{"name":"ConnectionOriented","features":[387]},{"name":"Connectionless","features":[387]},{"name":"DefaultSnepServer","features":[387]},{"name":"DeviceHost","features":[387]},{"name":"Discovery","features":[387]},{"name":"EVT_TRANSACTION_PARAMETER_MAX_LEN","features":[387]},{"name":"EVT_TRANSACTION_TAG_AID","features":[387]},{"name":"EVT_TRANSACTION_TAG_PARAMETERS","features":[387]},{"name":"EmulationDisabled","features":[387]},{"name":"EmulationEnabled","features":[387]},{"name":"EmulationOff","features":[387]},{"name":"EmulationOnPowerDependent","features":[387]},{"name":"EmulationOnPowerIndependent","features":[387]},{"name":"EmulationStealthListen","features":[387]},{"name":"ExtendedSnepServer","features":[387]},{"name":"External","features":[387]},{"name":"ExternalFieldEnter","features":[387]},{"name":"ExternalFieldExit","features":[387]},{"name":"ExternalReaderArrival","features":[387]},{"name":"ExternalReaderDeparture","features":[387]},{"name":"GUID_DEVINTERFACE_NFCDTA","features":[387]},{"name":"GUID_DEVINTERFACE_NFCSE","features":[387]},{"name":"GUID_NFCSE_RADIO_MEDIA_DEVICE_INTERFACE","features":[387]},{"name":"GUID_NFC_RADIO_MEDIA_DEVICE_INTERFACE","features":[387]},{"name":"HceActivated","features":[387]},{"name":"HceDeactivated","features":[387]},{"name":"IOCTL_NFCDTA_CONFIG_P2P_PARAM","features":[387]},{"name":"IOCTL_NFCDTA_CONFIG_RF_DISCOVERY","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_ACTIVATE","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_CONFIG","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_DEACTIVATE","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_DISCOVER_SERVICES","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_GET_NEXT_LINK_STATUS","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_LINK_STATUS_CHECK","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_ACCEPT","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_BIND","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_CLOSE","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_CONNECT","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_CREATE","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_DISCONNECT","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_GET_NEXT_ERROR","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_LISTEN","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_RECV","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_RECV_FROM","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_SEND","features":[387]},{"name":"IOCTL_NFCDTA_LLCP_SOCKET_SNED_TO","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_CHECK_PRESENCE","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_CONNECT","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_DISCONNECT","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_GET_NEXT","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_NDEF_CHECK","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_NDEF_CONVERT_READ_ONLY","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_NDEF_READ","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_NDEF_WRITE","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_RECV","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_SEND","features":[387]},{"name":"IOCTL_NFCDTA_REMOTE_DEV_TRANSCEIVE","features":[387]},{"name":"IOCTL_NFCDTA_SET_RF_CONFIG","features":[387]},{"name":"IOCTL_NFCDTA_SE_ENUMERATE","features":[387]},{"name":"IOCTL_NFCDTA_SE_GET_NEXT_EVENT","features":[387]},{"name":"IOCTL_NFCDTA_SE_SET_EMULATION_MODE","features":[387]},{"name":"IOCTL_NFCDTA_SE_SET_ROUTING_TABLE","features":[387]},{"name":"IOCTL_NFCDTA_SNEP_CLIENT_GET","features":[387]},{"name":"IOCTL_NFCDTA_SNEP_CLIENT_PUT","features":[387]},{"name":"IOCTL_NFCDTA_SNEP_DEINIT_CLIENT","features":[387]},{"name":"IOCTL_NFCDTA_SNEP_DEINIT_SERVER","features":[387]},{"name":"IOCTL_NFCDTA_SNEP_INIT_CLIENT","features":[387]},{"name":"IOCTL_NFCDTA_SNEP_INIT_SERVER","features":[387]},{"name":"IOCTL_NFCDTA_SNEP_SERVER_ACCEPT","features":[387]},{"name":"IOCTL_NFCDTA_SNEP_SERVER_GET_NEXT_CONNECTION","features":[387]},{"name":"IOCTL_NFCDTA_SNEP_SERVER_GET_NEXT_REQUEST","features":[387]},{"name":"IOCTL_NFCDTA_SNEP_SERVER_SEND_RESPONSE","features":[387]},{"name":"IOCTL_NFCRM_QUERY_RADIO_STATE","features":[387]},{"name":"IOCTL_NFCRM_SET_RADIO_STATE","features":[387]},{"name":"IOCTL_NFCSERM_QUERY_RADIO_STATE","features":[387]},{"name":"IOCTL_NFCSERM_SET_RADIO_STATE","features":[387]},{"name":"IOCTL_NFCSE_ENUM_ENDPOINTS","features":[387]},{"name":"IOCTL_NFCSE_GET_NEXT_EVENT","features":[387]},{"name":"IOCTL_NFCSE_GET_NFCC_CAPABILITIES","features":[387]},{"name":"IOCTL_NFCSE_GET_ROUTING_TABLE","features":[387]},{"name":"IOCTL_NFCSE_HCE_REMOTE_RECV","features":[387]},{"name":"IOCTL_NFCSE_HCE_REMOTE_SEND","features":[387]},{"name":"IOCTL_NFCSE_SET_CARD_EMULATION_MODE","features":[387]},{"name":"IOCTL_NFCSE_SET_POWER_MODE","features":[387]},{"name":"IOCTL_NFCSE_SET_ROUTING_TABLE","features":[387]},{"name":"IOCTL_NFCSE_SUBSCRIBE_FOR_EVENT","features":[387]},{"name":"ISO_7816_MAXIMUM_AID_LENGTH","features":[387]},{"name":"ISO_7816_MINIMUM_AID_LENGTH","features":[387]},{"name":"IdleMode","features":[387]},{"name":"Integrated","features":[387]},{"name":"LinkActivated","features":[387]},{"name":"LinkDeactivated","features":[387]},{"name":"MAX_ATR_LENGTH","features":[387]},{"name":"MAX_LLCP_SERVICE_NAME_SIZE","features":[387]},{"name":"MAX_SNEP_SERVER_NAME_SIZE","features":[387]},{"name":"MAX_UID_SIZE","features":[387]},{"name":"NFCRMDDI_IOCTL_BASE","features":[387]},{"name":"NFCRM_RADIO_STATE","features":[387,305]},{"name":"NFCRM_SET_RADIO_STATE","features":[387,305]},{"name":"NFC_DATA_BUFFER","features":[387]},{"name":"NFC_DEVICE_TYPE","features":[387]},{"name":"NFC_LLCP_CONFIG","features":[387,305]},{"name":"NFC_LLCP_LINK_STATUS","features":[387]},{"name":"NFC_LLCP_SERVICE_DISCOVER_REQUEST","features":[387]},{"name":"NFC_LLCP_SERVICE_DISCOVER_SAP","features":[387]},{"name":"NFC_LLCP_SERVICE_NAME_ENTRY","features":[387]},{"name":"NFC_LLCP_SOCKET_ACCEPT_INFO","features":[387]},{"name":"NFC_LLCP_SOCKET_CL_PAYLOAD","features":[387]},{"name":"NFC_LLCP_SOCKET_CONNECT_INFO","features":[387]},{"name":"NFC_LLCP_SOCKET_CONNECT_TYPE","features":[387]},{"name":"NFC_LLCP_SOCKET_ERROR","features":[387]},{"name":"NFC_LLCP_SOCKET_ERROR_INFO","features":[387]},{"name":"NFC_LLCP_SOCKET_INFO","features":[387]},{"name":"NFC_LLCP_SOCKET_OPTION","features":[387]},{"name":"NFC_LLCP_SOCKET_PAYLOAD","features":[387]},{"name":"NFC_LLCP_SOCKET_SERVICE_INFO","features":[387]},{"name":"NFC_LLCP_SOCKET_TYPE","features":[387]},{"name":"NFC_NDEF_INFO","features":[387,305]},{"name":"NFC_P2P_MODE","features":[387]},{"name":"NFC_P2P_PARAM_CONFIG","features":[387]},{"name":"NFC_RELEASE_TYPE","features":[387]},{"name":"NFC_REMOTE_DEVICE_DISCONNET","features":[387]},{"name":"NFC_REMOTE_DEV_INFO","features":[387]},{"name":"NFC_REMOTE_DEV_RECV_INFO","features":[387]},{"name":"NFC_REMOTE_DEV_SEND_INFO","features":[387]},{"name":"NFC_RF_DISCOVERY_CONFIG","features":[387,305]},{"name":"NFC_RF_DISCOVERY_MODE","features":[387]},{"name":"NFC_SE_AID_ROUTING_INFO","features":[387]},{"name":"NFC_SE_EMULATION_MODE","features":[387]},{"name":"NFC_SE_EMULATION_MODE_INFO","features":[387]},{"name":"NFC_SE_EVENT_INFO","features":[387]},{"name":"NFC_SE_INFO","features":[387]},{"name":"NFC_SE_LIST","features":[387]},{"name":"NFC_SE_PROTO_ROUTING_INFO","features":[387]},{"name":"NFC_SE_ROUTING_TABLE","features":[387]},{"name":"NFC_SE_ROUTING_TABLE_ENTRY","features":[387]},{"name":"NFC_SE_TECH_ROUTING_INFO","features":[387]},{"name":"NFC_SNEP_CLIENT_GET_INFO","features":[387]},{"name":"NFC_SNEP_CLIENT_INFO","features":[387]},{"name":"NFC_SNEP_CLIENT_PUT_INFO","features":[387]},{"name":"NFC_SNEP_REQUEST_TYPE","features":[387]},{"name":"NFC_SNEP_SERVER_ACCEPT_INFO","features":[387]},{"name":"NFC_SNEP_SERVER_INFO","features":[387]},{"name":"NFC_SNEP_SERVER_REQUEST","features":[387]},{"name":"NFC_SNEP_SERVER_RESPONSE_INFO","features":[387]},{"name":"NFC_SNEP_SERVER_TYPE","features":[387]},{"name":"NfcConnectBySap","features":[387]},{"name":"NfcConnectByUri","features":[387]},{"name":"NfcDepDefault","features":[387]},{"name":"NfcDepListen","features":[387]},{"name":"NfcDepPoll","features":[387]},{"name":"NfcIP1Initiator","features":[387]},{"name":"NfcIP1Target","features":[387]},{"name":"NfcLlcpErrorBusyCondition","features":[387]},{"name":"NfcLlcpErrorDisconnected","features":[387]},{"name":"NfcLlcpErrorFrameRejected","features":[387]},{"name":"NfcLlcpErrorNotBusyCondition","features":[387]},{"name":"NfcReader","features":[387]},{"name":"NfcType1Tag","features":[387]},{"name":"NfcType2Tag","features":[387]},{"name":"NfcType3Tag","features":[387]},{"name":"NfcType4Tag","features":[387]},{"name":"RFDiscoveryResume","features":[387]},{"name":"RfDiscoveryConfig","features":[387]},{"name":"RfDiscoveryStart","features":[387]},{"name":"RoutingTypeAid","features":[387]},{"name":"RoutingTypeProtocol","features":[387]},{"name":"RoutingTypeTech","features":[387]},{"name":"SECURE_ELEMENT_AID_ROUTING_INFO","features":[387]},{"name":"SECURE_ELEMENT_CARD_EMULATION_MODE","features":[387]},{"name":"SECURE_ELEMENT_ENDPOINT_INFO","features":[387]},{"name":"SECURE_ELEMENT_ENDPOINT_LIST","features":[387]},{"name":"SECURE_ELEMENT_EVENT_INFO","features":[387]},{"name":"SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO","features":[387]},{"name":"SECURE_ELEMENT_EVENT_TYPE","features":[387]},{"name":"SECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD","features":[387]},{"name":"SECURE_ELEMENT_HCE_DATA_PACKET","features":[387]},{"name":"SECURE_ELEMENT_NFCC_CAPABILITIES","features":[387,305]},{"name":"SECURE_ELEMENT_POWER_MODE","features":[387]},{"name":"SECURE_ELEMENT_PROTO_ROUTING_INFO","features":[387]},{"name":"SECURE_ELEMENT_ROUTING_TABLE","features":[387]},{"name":"SECURE_ELEMENT_ROUTING_TABLE_ENTRY","features":[387]},{"name":"SECURE_ELEMENT_ROUTING_TYPE","features":[387]},{"name":"SECURE_ELEMENT_SET_CARD_EMULATION_MODE_INFO","features":[387]},{"name":"SECURE_ELEMENT_SET_POWER_MODE_INFO","features":[387]},{"name":"SECURE_ELEMENT_TECH_ROUTING_INFO","features":[387]},{"name":"SECURE_ELEMENT_TYPE","features":[387]},{"name":"SEPowerMode_AllowOff","features":[387]},{"name":"SEPowerMode_ForceOn","features":[387]},{"name":"SleepMode","features":[387]},{"name":"SnepRequestGet","features":[387]},{"name":"SnepRequestPut","features":[387]},{"name":"Transaction","features":[387]}],"389":[{"name":"DEVPKEY_NFP_Capabilities","features":[388,305]},{"name":"GUID_DEVINTERFACE_NFP","features":[388]},{"name":"IOCTL_NFP_DISABLE","features":[388]},{"name":"IOCTL_NFP_ENABLE","features":[388]},{"name":"IOCTL_NFP_GET_KILO_BYTES_PER_SECOND","features":[388]},{"name":"IOCTL_NFP_GET_MAX_MESSAGE_BYTES","features":[388]},{"name":"IOCTL_NFP_GET_NEXT_SUBSCRIBED_MESSAGE","features":[388]},{"name":"IOCTL_NFP_GET_NEXT_TRANSMITTED_MESSAGE","features":[388]},{"name":"IOCTL_NFP_SET_PAYLOAD","features":[388]},{"name":"SUBSCRIBED_MESSAGE","features":[388]}],"390":[{"name":"CLSID_WPD_NAMESPACE_EXTENSION","features":[389]},{"name":"DELETE_OBJECT_OPTIONS","features":[389]},{"name":"DEVICE_RADIO_STATE","features":[389]},{"name":"DEVPKEY_MTPBTH_IsConnected","features":[389,305]},{"name":"DEVSVCTYPE_ABSTRACT","features":[389]},{"name":"DEVSVCTYPE_DEFAULT","features":[389]},{"name":"DEVSVC_SERVICEINFO_VERSION","features":[389]},{"name":"DMProcessConfigXMLFiltered","features":[389]},{"name":"DRS_HW_RADIO_OFF","features":[389]},{"name":"DRS_HW_RADIO_OFF_UNCONTROLLABLE","features":[389]},{"name":"DRS_HW_RADIO_ON_UNCONTROLLABLE","features":[389]},{"name":"DRS_RADIO_INVALID","features":[389]},{"name":"DRS_RADIO_MAX","features":[389]},{"name":"DRS_RADIO_ON","features":[389]},{"name":"DRS_SW_HW_RADIO_OFF","features":[389]},{"name":"DRS_SW_RADIO_OFF","features":[389]},{"name":"ENUM_AnchorResults_AnchorStateInvalid","features":[389]},{"name":"ENUM_AnchorResults_AnchorStateNormal","features":[389]},{"name":"ENUM_AnchorResults_AnchorStateOld","features":[389]},{"name":"ENUM_AnchorResults_ItemStateChanged","features":[389]},{"name":"ENUM_AnchorResults_ItemStateCreated","features":[389]},{"name":"ENUM_AnchorResults_ItemStateDeleted","features":[389]},{"name":"ENUM_AnchorResults_ItemStateInvalid","features":[389]},{"name":"ENUM_AnchorResults_ItemStateUpdated","features":[389]},{"name":"ENUM_CalendarObj_BusyStatusBusy","features":[389]},{"name":"ENUM_CalendarObj_BusyStatusFree","features":[389]},{"name":"ENUM_CalendarObj_BusyStatusOutOfOffice","features":[389]},{"name":"ENUM_CalendarObj_BusyStatusTentative","features":[389]},{"name":"ENUM_DeviceMetadataObj_DefaultCABFalse","features":[389]},{"name":"ENUM_DeviceMetadataObj_DefaultCABTrue","features":[389]},{"name":"ENUM_MessageObj_PatternInstanceFirst","features":[389]},{"name":"ENUM_MessageObj_PatternInstanceFourth","features":[389]},{"name":"ENUM_MessageObj_PatternInstanceLast","features":[389]},{"name":"ENUM_MessageObj_PatternInstanceNone","features":[389]},{"name":"ENUM_MessageObj_PatternInstanceSecond","features":[389]},{"name":"ENUM_MessageObj_PatternInstanceThird","features":[389]},{"name":"ENUM_MessageObj_PatternTypeDaily","features":[389]},{"name":"ENUM_MessageObj_PatternTypeMonthly","features":[389]},{"name":"ENUM_MessageObj_PatternTypeWeekly","features":[389]},{"name":"ENUM_MessageObj_PatternTypeYearly","features":[389]},{"name":"ENUM_MessageObj_PriorityHighest","features":[389]},{"name":"ENUM_MessageObj_PriorityLowest","features":[389]},{"name":"ENUM_MessageObj_PriorityNormal","features":[389]},{"name":"ENUM_MessageObj_ReadFalse","features":[389]},{"name":"ENUM_MessageObj_ReadTrue","features":[389]},{"name":"ENUM_StatusSvc_ChargingActive","features":[389]},{"name":"ENUM_StatusSvc_ChargingInactive","features":[389]},{"name":"ENUM_StatusSvc_ChargingUnknown","features":[389]},{"name":"ENUM_StatusSvc_RoamingActive","features":[389]},{"name":"ENUM_StatusSvc_RoamingInactive","features":[389]},{"name":"ENUM_StatusSvc_RoamingUnknown","features":[389]},{"name":"ENUM_SyncSvc_SyncObjectReferencesDisabled","features":[389]},{"name":"ENUM_SyncSvc_SyncObjectReferencesEnabled","features":[389]},{"name":"ENUM_TaskObj_CompleteFalse","features":[389]},{"name":"ENUM_TaskObj_CompleteTrue","features":[389]},{"name":"E_WPD_DEVICE_ALREADY_OPENED","features":[389]},{"name":"E_WPD_DEVICE_IS_HUNG","features":[389]},{"name":"E_WPD_DEVICE_NOT_OPEN","features":[389]},{"name":"E_WPD_OBJECT_ALREADY_ATTACHED_TO_DEVICE","features":[389]},{"name":"E_WPD_OBJECT_ALREADY_ATTACHED_TO_SERVICE","features":[389]},{"name":"E_WPD_OBJECT_NOT_ATTACHED_TO_DEVICE","features":[389]},{"name":"E_WPD_OBJECT_NOT_ATTACHED_TO_SERVICE","features":[389]},{"name":"E_WPD_OBJECT_NOT_COMMITED","features":[389]},{"name":"E_WPD_SERVICE_ALREADY_OPENED","features":[389]},{"name":"E_WPD_SERVICE_BAD_PARAMETER_ORDER","features":[389]},{"name":"E_WPD_SERVICE_NOT_OPEN","features":[389]},{"name":"E_WPD_SMS_INVALID_MESSAGE_BODY","features":[389]},{"name":"E_WPD_SMS_INVALID_RECIPIENT","features":[389]},{"name":"E_WPD_SMS_SERVICE_UNAVAILABLE","features":[389]},{"name":"EnumBthMtpConnectors","features":[389]},{"name":"FACILITY_WPD","features":[389]},{"name":"FLAG_MessageObj_DayOfWeekFriday","features":[389]},{"name":"FLAG_MessageObj_DayOfWeekMonday","features":[389]},{"name":"FLAG_MessageObj_DayOfWeekNone","features":[389]},{"name":"FLAG_MessageObj_DayOfWeekSaturday","features":[389]},{"name":"FLAG_MessageObj_DayOfWeekSunday","features":[389]},{"name":"FLAG_MessageObj_DayOfWeekThursday","features":[389]},{"name":"FLAG_MessageObj_DayOfWeekTuesday","features":[389]},{"name":"FLAG_MessageObj_DayOfWeekWednesday","features":[389]},{"name":"GUID_DEVINTERFACE_WPD","features":[389]},{"name":"GUID_DEVINTERFACE_WPD_PRIVATE","features":[389]},{"name":"GUID_DEVINTERFACE_WPD_SERVICE","features":[389]},{"name":"IConnectionRequestCallback","features":[389]},{"name":"IEnumPortableDeviceConnectors","features":[389]},{"name":"IEnumPortableDeviceObjectIDs","features":[389]},{"name":"IMediaRadioManager","features":[389]},{"name":"IMediaRadioManagerNotifySink","features":[389]},{"name":"IOCTL_WPD_MESSAGE_READWRITE_ACCESS","features":[389]},{"name":"IOCTL_WPD_MESSAGE_READ_ACCESS","features":[389]},{"name":"IPortableDevice","features":[389]},{"name":"IPortableDeviceCapabilities","features":[389]},{"name":"IPortableDeviceConnector","features":[389]},{"name":"IPortableDeviceContent","features":[389]},{"name":"IPortableDeviceContent2","features":[389]},{"name":"IPortableDeviceDataStream","features":[389,358]},{"name":"IPortableDeviceDispatchFactory","features":[389]},{"name":"IPortableDeviceEventCallback","features":[389]},{"name":"IPortableDeviceKeyCollection","features":[389]},{"name":"IPortableDeviceManager","features":[389]},{"name":"IPortableDevicePropVariantCollection","features":[389]},{"name":"IPortableDeviceProperties","features":[389]},{"name":"IPortableDevicePropertiesBulk","features":[389]},{"name":"IPortableDevicePropertiesBulkCallback","features":[389]},{"name":"IPortableDeviceResources","features":[389]},{"name":"IPortableDeviceService","features":[389]},{"name":"IPortableDeviceServiceActivation","features":[389]},{"name":"IPortableDeviceServiceCapabilities","features":[389]},{"name":"IPortableDeviceServiceManager","features":[389]},{"name":"IPortableDeviceServiceMethodCallback","features":[389]},{"name":"IPortableDeviceServiceMethods","features":[389]},{"name":"IPortableDeviceServiceOpenCallback","features":[389]},{"name":"IPortableDeviceUnitsStream","features":[389]},{"name":"IPortableDeviceValues","features":[389]},{"name":"IPortableDeviceValuesCollection","features":[389]},{"name":"IPortableDeviceWebControl","features":[389,358]},{"name":"IRadioInstance","features":[389]},{"name":"IRadioInstanceCollection","features":[389]},{"name":"IWpdSerializer","features":[389]},{"name":"NAME_3GPP2File","features":[389]},{"name":"NAME_3GPPFile","features":[389]},{"name":"NAME_AACFile","features":[389]},{"name":"NAME_AIFFFile","features":[389]},{"name":"NAME_AMRFile","features":[389]},{"name":"NAME_ASFFile","features":[389]},{"name":"NAME_ASXPlaylist","features":[389]},{"name":"NAME_ATSCTSFile","features":[389]},{"name":"NAME_AVCHDFile","features":[389]},{"name":"NAME_AVIFile","features":[389]},{"name":"NAME_AbstractActivity","features":[389]},{"name":"NAME_AbstractActivityOccurrence","features":[389]},{"name":"NAME_AbstractAudioAlbum","features":[389]},{"name":"NAME_AbstractAudioPlaylist","features":[389]},{"name":"NAME_AbstractAudioVideoAlbum","features":[389]},{"name":"NAME_AbstractChapteredProduction","features":[389]},{"name":"NAME_AbstractContact","features":[389]},{"name":"NAME_AbstractContactGroup","features":[389]},{"name":"NAME_AbstractDocument","features":[389]},{"name":"NAME_AbstractImageAlbum","features":[389]},{"name":"NAME_AbstractMediacast","features":[389]},{"name":"NAME_AbstractMessage","features":[389]},{"name":"NAME_AbstractMessageFolder","features":[389]},{"name":"NAME_AbstractMultimediaAlbum","features":[389]},{"name":"NAME_AbstractNote","features":[389]},{"name":"NAME_AbstractTask","features":[389]},{"name":"NAME_AbstractVideoAlbum","features":[389]},{"name":"NAME_AbstractVideoPlaylist","features":[389]},{"name":"NAME_AnchorResults","features":[389]},{"name":"NAME_AnchorResults_Anchor","features":[389]},{"name":"NAME_AnchorResults_AnchorState","features":[389]},{"name":"NAME_AnchorResults_ResultObjectID","features":[389]},{"name":"NAME_AnchorSyncKnowledge","features":[389]},{"name":"NAME_AnchorSyncSvc","features":[389]},{"name":"NAME_AnchorSyncSvc_BeginSync","features":[389]},{"name":"NAME_AnchorSyncSvc_CurrentAnchor","features":[389]},{"name":"NAME_AnchorSyncSvc_EndSync","features":[389]},{"name":"NAME_AnchorSyncSvc_FilterType","features":[389]},{"name":"NAME_AnchorSyncSvc_GetChangesSinceAnchor","features":[389]},{"name":"NAME_AnchorSyncSvc_KnowledgeObjectID","features":[389]},{"name":"NAME_AnchorSyncSvc_LastSyncProxyID","features":[389]},{"name":"NAME_AnchorSyncSvc_LocalOnlyDelete","features":[389]},{"name":"NAME_AnchorSyncSvc_ProviderVersion","features":[389]},{"name":"NAME_AnchorSyncSvc_ReplicaID","features":[389]},{"name":"NAME_AnchorSyncSvc_SyncFormat","features":[389]},{"name":"NAME_AnchorSyncSvc_VersionProps","features":[389]},{"name":"NAME_Association","features":[389]},{"name":"NAME_AudibleFile","features":[389]},{"name":"NAME_AudioObj_AudioBitDepth","features":[389]},{"name":"NAME_AudioObj_AudioBitRate","features":[389]},{"name":"NAME_AudioObj_AudioBlockAlignment","features":[389]},{"name":"NAME_AudioObj_AudioFormatCode","features":[389]},{"name":"NAME_AudioObj_Channels","features":[389]},{"name":"NAME_AudioObj_Lyrics","features":[389]},{"name":"NAME_BMPImage","features":[389]},{"name":"NAME_CIFFImage","features":[389]},{"name":"NAME_CalendarObj_Accepted","features":[389]},{"name":"NAME_CalendarObj_BeginDateTime","features":[389]},{"name":"NAME_CalendarObj_BusyStatus","features":[389]},{"name":"NAME_CalendarObj_Declined","features":[389]},{"name":"NAME_CalendarObj_EndDateTime","features":[389]},{"name":"NAME_CalendarObj_Location","features":[389]},{"name":"NAME_CalendarObj_PatternDuration","features":[389]},{"name":"NAME_CalendarObj_PatternStartTime","features":[389]},{"name":"NAME_CalendarObj_ReminderOffset","features":[389]},{"name":"NAME_CalendarObj_Tentative","features":[389]},{"name":"NAME_CalendarObj_TimeZone","features":[389]},{"name":"NAME_CalendarSvc","features":[389]},{"name":"NAME_CalendarSvc_SyncWindowEnd","features":[389]},{"name":"NAME_CalendarSvc_SyncWindowStart","features":[389]},{"name":"NAME_ContactObj_AnniversaryDate","features":[389]},{"name":"NAME_ContactObj_Assistant","features":[389]},{"name":"NAME_ContactObj_Birthdate","features":[389]},{"name":"NAME_ContactObj_BusinessAddressCity","features":[389]},{"name":"NAME_ContactObj_BusinessAddressCountry","features":[389]},{"name":"NAME_ContactObj_BusinessAddressFull","features":[389]},{"name":"NAME_ContactObj_BusinessAddressLine2","features":[389]},{"name":"NAME_ContactObj_BusinessAddressPostalCode","features":[389]},{"name":"NAME_ContactObj_BusinessAddressRegion","features":[389]},{"name":"NAME_ContactObj_BusinessAddressStreet","features":[389]},{"name":"NAME_ContactObj_BusinessEmail","features":[389]},{"name":"NAME_ContactObj_BusinessEmail2","features":[389]},{"name":"NAME_ContactObj_BusinessFax","features":[389]},{"name":"NAME_ContactObj_BusinessPhone","features":[389]},{"name":"NAME_ContactObj_BusinessPhone2","features":[389]},{"name":"NAME_ContactObj_BusinessWebAddress","features":[389]},{"name":"NAME_ContactObj_Children","features":[389]},{"name":"NAME_ContactObj_Email","features":[389]},{"name":"NAME_ContactObj_FamilyName","features":[389]},{"name":"NAME_ContactObj_Fax","features":[389]},{"name":"NAME_ContactObj_GivenName","features":[389]},{"name":"NAME_ContactObj_IMAddress","features":[389]},{"name":"NAME_ContactObj_IMAddress2","features":[389]},{"name":"NAME_ContactObj_IMAddress3","features":[389]},{"name":"NAME_ContactObj_MiddleNames","features":[389]},{"name":"NAME_ContactObj_MobilePhone","features":[389]},{"name":"NAME_ContactObj_MobilePhone2","features":[389]},{"name":"NAME_ContactObj_Organization","features":[389]},{"name":"NAME_ContactObj_OtherAddressCity","features":[389]},{"name":"NAME_ContactObj_OtherAddressCountry","features":[389]},{"name":"NAME_ContactObj_OtherAddressFull","features":[389]},{"name":"NAME_ContactObj_OtherAddressLine2","features":[389]},{"name":"NAME_ContactObj_OtherAddressPostalCode","features":[389]},{"name":"NAME_ContactObj_OtherAddressRegion","features":[389]},{"name":"NAME_ContactObj_OtherAddressStreet","features":[389]},{"name":"NAME_ContactObj_OtherEmail","features":[389]},{"name":"NAME_ContactObj_OtherPhone","features":[389]},{"name":"NAME_ContactObj_Pager","features":[389]},{"name":"NAME_ContactObj_PersonalAddressCity","features":[389]},{"name":"NAME_ContactObj_PersonalAddressCountry","features":[389]},{"name":"NAME_ContactObj_PersonalAddressFull","features":[389]},{"name":"NAME_ContactObj_PersonalAddressLine2","features":[389]},{"name":"NAME_ContactObj_PersonalAddressPostalCode","features":[389]},{"name":"NAME_ContactObj_PersonalAddressRegion","features":[389]},{"name":"NAME_ContactObj_PersonalAddressStreet","features":[389]},{"name":"NAME_ContactObj_PersonalEmail","features":[389]},{"name":"NAME_ContactObj_PersonalEmail2","features":[389]},{"name":"NAME_ContactObj_PersonalFax","features":[389]},{"name":"NAME_ContactObj_PersonalPhone","features":[389]},{"name":"NAME_ContactObj_PersonalPhone2","features":[389]},{"name":"NAME_ContactObj_PersonalWebAddress","features":[389]},{"name":"NAME_ContactObj_Phone","features":[389]},{"name":"NAME_ContactObj_PhoneticFamilyName","features":[389]},{"name":"NAME_ContactObj_PhoneticGivenName","features":[389]},{"name":"NAME_ContactObj_PhoneticOrganization","features":[389]},{"name":"NAME_ContactObj_Ringtone","features":[389]},{"name":"NAME_ContactObj_Role","features":[389]},{"name":"NAME_ContactObj_Spouse","features":[389]},{"name":"NAME_ContactObj_Suffix","features":[389]},{"name":"NAME_ContactObj_Title","features":[389]},{"name":"NAME_ContactObj_WebAddress","features":[389]},{"name":"NAME_ContactSvc_SyncWithPhoneOnly","features":[389]},{"name":"NAME_ContactsSvc","features":[389]},{"name":"NAME_DPOFDocument","features":[389]},{"name":"NAME_DVBTSFile","features":[389]},{"name":"NAME_DeviceExecutable","features":[389]},{"name":"NAME_DeviceMetadataCAB","features":[389]},{"name":"NAME_DeviceMetadataObj_ContentID","features":[389]},{"name":"NAME_DeviceMetadataObj_DefaultCAB","features":[389]},{"name":"NAME_DeviceMetadataSvc","features":[389]},{"name":"NAME_DeviceScript","features":[389]},{"name":"NAME_EXIFImage","features":[389]},{"name":"NAME_ExcelDocument","features":[389]},{"name":"NAME_FLACFile","features":[389]},{"name":"NAME_FirmwareFile","features":[389]},{"name":"NAME_FlashPixImage","features":[389]},{"name":"NAME_FullEnumSyncKnowledge","features":[389]},{"name":"NAME_FullEnumSyncSvc","features":[389]},{"name":"NAME_FullEnumSyncSvc_BeginSync","features":[389]},{"name":"NAME_FullEnumSyncSvc_EndSync","features":[389]},{"name":"NAME_FullEnumSyncSvc_FilterType","features":[389]},{"name":"NAME_FullEnumSyncSvc_KnowledgeObjectID","features":[389]},{"name":"NAME_FullEnumSyncSvc_LastSyncProxyID","features":[389]},{"name":"NAME_FullEnumSyncSvc_LocalOnlyDelete","features":[389]},{"name":"NAME_FullEnumSyncSvc_ProviderVersion","features":[389]},{"name":"NAME_FullEnumSyncSvc_ReplicaID","features":[389]},{"name":"NAME_FullEnumSyncSvc_SyncFormat","features":[389]},{"name":"NAME_FullEnumSyncSvc_VersionProps","features":[389]},{"name":"NAME_GIFImage","features":[389]},{"name":"NAME_GenericObj_AllowedFolderContents","features":[389]},{"name":"NAME_GenericObj_AssociationDesc","features":[389]},{"name":"NAME_GenericObj_AssociationType","features":[389]},{"name":"NAME_GenericObj_Copyright","features":[389]},{"name":"NAME_GenericObj_Corrupt","features":[389]},{"name":"NAME_GenericObj_DRMStatus","features":[389]},{"name":"NAME_GenericObj_DateAccessed","features":[389]},{"name":"NAME_GenericObj_DateAdded","features":[389]},{"name":"NAME_GenericObj_DateAuthored","features":[389]},{"name":"NAME_GenericObj_DateCreated","features":[389]},{"name":"NAME_GenericObj_DateModified","features":[389]},{"name":"NAME_GenericObj_DateRevised","features":[389]},{"name":"NAME_GenericObj_Description","features":[389]},{"name":"NAME_GenericObj_Hidden","features":[389]},{"name":"NAME_GenericObj_Keywords","features":[389]},{"name":"NAME_GenericObj_LanguageLocale","features":[389]},{"name":"NAME_GenericObj_Name","features":[389]},{"name":"NAME_GenericObj_NonConsumable","features":[389]},{"name":"NAME_GenericObj_ObjectFileName","features":[389]},{"name":"NAME_GenericObj_ObjectFormat","features":[389]},{"name":"NAME_GenericObj_ObjectID","features":[389]},{"name":"NAME_GenericObj_ObjectSize","features":[389]},{"name":"NAME_GenericObj_ParentID","features":[389]},{"name":"NAME_GenericObj_PersistentUID","features":[389]},{"name":"NAME_GenericObj_PropertyBag","features":[389]},{"name":"NAME_GenericObj_ProtectionStatus","features":[389]},{"name":"NAME_GenericObj_ReferenceParentID","features":[389]},{"name":"NAME_GenericObj_StorageID","features":[389]},{"name":"NAME_GenericObj_SubDescription","features":[389]},{"name":"NAME_GenericObj_SyncID","features":[389]},{"name":"NAME_GenericObj_SystemObject","features":[389]},{"name":"NAME_GenericObj_TimeToLive","features":[389]},{"name":"NAME_HDPhotoImage","features":[389]},{"name":"NAME_HTMLDocument","features":[389]},{"name":"NAME_HintsSvc","features":[389]},{"name":"NAME_ICalendarActivity","features":[389]},{"name":"NAME_ImageObj_Aperature","features":[389]},{"name":"NAME_ImageObj_Exposure","features":[389]},{"name":"NAME_ImageObj_ISOSpeed","features":[389]},{"name":"NAME_ImageObj_ImageBitDepth","features":[389]},{"name":"NAME_ImageObj_IsColorCorrected","features":[389]},{"name":"NAME_ImageObj_IsCropped","features":[389]},{"name":"NAME_JFIFImage","features":[389]},{"name":"NAME_JP2Image","features":[389]},{"name":"NAME_JPEGXRImage","features":[389]},{"name":"NAME_JPXImage","features":[389]},{"name":"NAME_M3UPlaylist","features":[389]},{"name":"NAME_MHTDocument","features":[389]},{"name":"NAME_MP3File","features":[389]},{"name":"NAME_MPEG2File","features":[389]},{"name":"NAME_MPEG4File","features":[389]},{"name":"NAME_MPEGFile","features":[389]},{"name":"NAME_MPLPlaylist","features":[389]},{"name":"NAME_MediaObj_AlbumArtist","features":[389]},{"name":"NAME_MediaObj_AlbumName","features":[389]},{"name":"NAME_MediaObj_Artist","features":[389]},{"name":"NAME_MediaObj_AudioEncodingProfile","features":[389]},{"name":"NAME_MediaObj_BitRateType","features":[389]},{"name":"NAME_MediaObj_BookmarkByte","features":[389]},{"name":"NAME_MediaObj_BookmarkObject","features":[389]},{"name":"NAME_MediaObj_BookmarkTime","features":[389]},{"name":"NAME_MediaObj_BufferSize","features":[389]},{"name":"NAME_MediaObj_Composer","features":[389]},{"name":"NAME_MediaObj_Credits","features":[389]},{"name":"NAME_MediaObj_DateOriginalRelease","features":[389]},{"name":"NAME_MediaObj_Duration","features":[389]},{"name":"NAME_MediaObj_Editor","features":[389]},{"name":"NAME_MediaObj_EffectiveRating","features":[389]},{"name":"NAME_MediaObj_EncodingProfile","features":[389]},{"name":"NAME_MediaObj_EncodingQuality","features":[389]},{"name":"NAME_MediaObj_Genre","features":[389]},{"name":"NAME_MediaObj_GeographicOrigin","features":[389]},{"name":"NAME_MediaObj_Height","features":[389]},{"name":"NAME_MediaObj_MediaType","features":[389]},{"name":"NAME_MediaObj_MediaUID","features":[389]},{"name":"NAME_MediaObj_Mood","features":[389]},{"name":"NAME_MediaObj_Owner","features":[389]},{"name":"NAME_MediaObj_ParentalRating","features":[389]},{"name":"NAME_MediaObj_Producer","features":[389]},{"name":"NAME_MediaObj_SampleRate","features":[389]},{"name":"NAME_MediaObj_SkipCount","features":[389]},{"name":"NAME_MediaObj_SubscriptionContentID","features":[389]},{"name":"NAME_MediaObj_Subtitle","features":[389]},{"name":"NAME_MediaObj_TotalBitRate","features":[389]},{"name":"NAME_MediaObj_Track","features":[389]},{"name":"NAME_MediaObj_URLLink","features":[389]},{"name":"NAME_MediaObj_URLSource","features":[389]},{"name":"NAME_MediaObj_UseCount","features":[389]},{"name":"NAME_MediaObj_UserRating","features":[389]},{"name":"NAME_MediaObj_WebMaster","features":[389]},{"name":"NAME_MediaObj_Width","features":[389]},{"name":"NAME_MessageObj_BCC","features":[389]},{"name":"NAME_MessageObj_Body","features":[389]},{"name":"NAME_MessageObj_CC","features":[389]},{"name":"NAME_MessageObj_Category","features":[389]},{"name":"NAME_MessageObj_PatternDayOfMonth","features":[389]},{"name":"NAME_MessageObj_PatternDayOfWeek","features":[389]},{"name":"NAME_MessageObj_PatternDeleteDates","features":[389]},{"name":"NAME_MessageObj_PatternInstance","features":[389]},{"name":"NAME_MessageObj_PatternMonthOfYear","features":[389]},{"name":"NAME_MessageObj_PatternOriginalDateTime","features":[389]},{"name":"NAME_MessageObj_PatternPeriod","features":[389]},{"name":"NAME_MessageObj_PatternType","features":[389]},{"name":"NAME_MessageObj_PatternValidEndDate","features":[389]},{"name":"NAME_MessageObj_PatternValidStartDate","features":[389]},{"name":"NAME_MessageObj_Priority","features":[389]},{"name":"NAME_MessageObj_Read","features":[389]},{"name":"NAME_MessageObj_ReceivedTime","features":[389]},{"name":"NAME_MessageObj_Sender","features":[389]},{"name":"NAME_MessageObj_Subject","features":[389]},{"name":"NAME_MessageObj_To","features":[389]},{"name":"NAME_MessageSvc","features":[389]},{"name":"NAME_NotesSvc","features":[389]},{"name":"NAME_OGGFile","features":[389]},{"name":"NAME_PCDImage","features":[389]},{"name":"NAME_PICTImage","features":[389]},{"name":"NAME_PNGImage","features":[389]},{"name":"NAME_PSLPlaylist","features":[389]},{"name":"NAME_PowerPointDocument","features":[389]},{"name":"NAME_QCELPFile","features":[389]},{"name":"NAME_RingtonesSvc","features":[389]},{"name":"NAME_RingtonesSvc_DefaultRingtone","features":[389]},{"name":"NAME_Services_ServiceDisplayName","features":[389]},{"name":"NAME_Services_ServiceIcon","features":[389]},{"name":"NAME_Services_ServiceLocale","features":[389]},{"name":"NAME_StatusSvc","features":[389]},{"name":"NAME_StatusSvc_BatteryLife","features":[389]},{"name":"NAME_StatusSvc_ChargingState","features":[389]},{"name":"NAME_StatusSvc_MissedCalls","features":[389]},{"name":"NAME_StatusSvc_NetworkName","features":[389]},{"name":"NAME_StatusSvc_NetworkType","features":[389]},{"name":"NAME_StatusSvc_NewPictures","features":[389]},{"name":"NAME_StatusSvc_Roaming","features":[389]},{"name":"NAME_StatusSvc_SignalStrength","features":[389]},{"name":"NAME_StatusSvc_StorageCapacity","features":[389]},{"name":"NAME_StatusSvc_StorageFreeSpace","features":[389]},{"name":"NAME_StatusSvc_TextMessages","features":[389]},{"name":"NAME_StatusSvc_VoiceMail","features":[389]},{"name":"NAME_SyncObj_LastAuthorProxyID","features":[389]},{"name":"NAME_SyncSvc_BeginSync","features":[389]},{"name":"NAME_SyncSvc_EndSync","features":[389]},{"name":"NAME_SyncSvc_FilterType","features":[389]},{"name":"NAME_SyncSvc_LocalOnlyDelete","features":[389]},{"name":"NAME_SyncSvc_SyncFormat","features":[389]},{"name":"NAME_SyncSvc_SyncObjectReferences","features":[389]},{"name":"NAME_TIFFEPImage","features":[389]},{"name":"NAME_TIFFITImage","features":[389]},{"name":"NAME_TIFFImage","features":[389]},{"name":"NAME_TaskObj_BeginDate","features":[389]},{"name":"NAME_TaskObj_Complete","features":[389]},{"name":"NAME_TaskObj_EndDate","features":[389]},{"name":"NAME_TaskObj_ReminderDateTime","features":[389]},{"name":"NAME_TasksSvc","features":[389]},{"name":"NAME_TasksSvc_SyncActiveOnly","features":[389]},{"name":"NAME_TextDocument","features":[389]},{"name":"NAME_Undefined","features":[389]},{"name":"NAME_UndefinedAudio","features":[389]},{"name":"NAME_UndefinedCollection","features":[389]},{"name":"NAME_UndefinedDocument","features":[389]},{"name":"NAME_UndefinedVideo","features":[389]},{"name":"NAME_UnknownImage","features":[389]},{"name":"NAME_VCalendar1Activity","features":[389]},{"name":"NAME_VCard2Contact","features":[389]},{"name":"NAME_VCard3Contact","features":[389]},{"name":"NAME_VideoObj_KeyFrameDistance","features":[389]},{"name":"NAME_VideoObj_ScanType","features":[389]},{"name":"NAME_VideoObj_Source","features":[389]},{"name":"NAME_VideoObj_VideoBitRate","features":[389]},{"name":"NAME_VideoObj_VideoFormatCode","features":[389]},{"name":"NAME_VideoObj_VideoFrameRate","features":[389]},{"name":"NAME_WAVFile","features":[389]},{"name":"NAME_WBMPImage","features":[389]},{"name":"NAME_WMAFile","features":[389]},{"name":"NAME_WMVFile","features":[389]},{"name":"NAME_WPLPlaylist","features":[389]},{"name":"NAME_WordDocument","features":[389]},{"name":"NAME_XMLDocument","features":[389]},{"name":"PORTABLE_DEVICE_DELETE_NO_RECURSION","features":[389]},{"name":"PORTABLE_DEVICE_DELETE_WITH_RECURSION","features":[389]},{"name":"PORTABLE_DEVICE_DRM_SCHEME_PDDRM","features":[389]},{"name":"PORTABLE_DEVICE_DRM_SCHEME_WMDRM10_PD","features":[389]},{"name":"PORTABLE_DEVICE_ICON","features":[389]},{"name":"PORTABLE_DEVICE_IS_MASS_STORAGE","features":[389]},{"name":"PORTABLE_DEVICE_NAMESPACE_EXCLUDE_FROM_SHELL","features":[389]},{"name":"PORTABLE_DEVICE_NAMESPACE_THUMBNAIL_CONTENT_TYPES","features":[389]},{"name":"PORTABLE_DEVICE_NAMESPACE_TIMEOUT","features":[389]},{"name":"PORTABLE_DEVICE_TYPE","features":[389]},{"name":"PortableDevice","features":[389]},{"name":"PortableDeviceDispatchFactory","features":[389]},{"name":"PortableDeviceFTM","features":[389]},{"name":"PortableDeviceKeyCollection","features":[389]},{"name":"PortableDeviceManager","features":[389]},{"name":"PortableDevicePropVariantCollection","features":[389]},{"name":"PortableDeviceService","features":[389]},{"name":"PortableDeviceServiceFTM","features":[389]},{"name":"PortableDeviceValues","features":[389]},{"name":"PortableDeviceValuesCollection","features":[389]},{"name":"PortableDeviceWebControl","features":[389]},{"name":"RANGEMAX_MessageObj_PatternDayOfMonth","features":[389]},{"name":"RANGEMAX_MessageObj_PatternMonthOfYear","features":[389]},{"name":"RANGEMAX_StatusSvc_BatteryLife","features":[389]},{"name":"RANGEMAX_StatusSvc_MissedCalls","features":[389]},{"name":"RANGEMAX_StatusSvc_NewPictures","features":[389]},{"name":"RANGEMAX_StatusSvc_SignalStrength","features":[389]},{"name":"RANGEMAX_StatusSvc_TextMessages","features":[389]},{"name":"RANGEMAX_StatusSvc_VoiceMail","features":[389]},{"name":"RANGEMIN_MessageObj_PatternDayOfMonth","features":[389]},{"name":"RANGEMIN_MessageObj_PatternMonthOfYear","features":[389]},{"name":"RANGEMIN_StatusSvc_BatteryLife","features":[389]},{"name":"RANGEMIN_StatusSvc_SignalStrength","features":[389]},{"name":"RANGESTEP_MessageObj_PatternDayOfMonth","features":[389]},{"name":"RANGESTEP_MessageObj_PatternMonthOfYear","features":[389]},{"name":"RANGESTEP_StatusSvc_BatteryLife","features":[389]},{"name":"RANGESTEP_StatusSvc_SignalStrength","features":[389]},{"name":"SMS_BINARY_MESSAGE","features":[389]},{"name":"SMS_ENCODING_7_BIT","features":[389]},{"name":"SMS_ENCODING_8_BIT","features":[389]},{"name":"SMS_ENCODING_UTF_16","features":[389]},{"name":"SMS_MESSAGE_TYPES","features":[389]},{"name":"SMS_TEXT_MESSAGE","features":[389]},{"name":"SRS_RADIO_DISABLED","features":[389]},{"name":"SRS_RADIO_ENABLED","features":[389]},{"name":"STR_WPDNSE_FAST_ENUM","features":[389]},{"name":"STR_WPDNSE_SIMPLE_ITEM","features":[389]},{"name":"SYNCSVC_FILTER_CALENDAR_WINDOW_WITH_RECURRENCE","features":[389]},{"name":"SYNCSVC_FILTER_CONTACTS_WITH_PHONE","features":[389]},{"name":"SYNCSVC_FILTER_NONE","features":[389]},{"name":"SYNCSVC_FILTER_TASK_ACTIVE","features":[389]},{"name":"SYSTEM_RADIO_STATE","features":[389]},{"name":"TYPE_AnchorSyncSvc","features":[389]},{"name":"TYPE_CalendarSvc","features":[389]},{"name":"TYPE_ContactsSvc","features":[389]},{"name":"TYPE_DeviceMetadataSvc","features":[389]},{"name":"TYPE_FullEnumSyncSvc","features":[389]},{"name":"TYPE_HintsSvc","features":[389]},{"name":"TYPE_MessageSvc","features":[389]},{"name":"TYPE_NotesSvc","features":[389]},{"name":"TYPE_RingtonesSvc","features":[389]},{"name":"TYPE_StatusSvc","features":[389]},{"name":"TYPE_TasksSvc","features":[389]},{"name":"WPDNSE_OBJECT_HAS_ALBUM_ART","features":[389,305]},{"name":"WPDNSE_OBJECT_HAS_AUDIO_CLIP","features":[389,305]},{"name":"WPDNSE_OBJECT_HAS_CONTACT_PHOTO","features":[389,305]},{"name":"WPDNSE_OBJECT_HAS_ICON","features":[389,305]},{"name":"WPDNSE_OBJECT_HAS_THUMBNAIL","features":[389,305]},{"name":"WPDNSE_OBJECT_OPTIMAL_READ_BLOCK_SIZE","features":[389,305]},{"name":"WPDNSE_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPDNSE_PROPSHEET_CONTENT_DETAILS","features":[389]},{"name":"WPDNSE_PROPSHEET_CONTENT_GENERAL","features":[389]},{"name":"WPDNSE_PROPSHEET_CONTENT_REFERENCES","features":[389]},{"name":"WPDNSE_PROPSHEET_CONTENT_RESOURCES","features":[389]},{"name":"WPDNSE_PROPSHEET_DEVICE_GENERAL","features":[389]},{"name":"WPDNSE_PROPSHEET_STORAGE_GENERAL","features":[389]},{"name":"WPD_API_OPTIONS_V1","features":[389]},{"name":"WPD_API_OPTION_IOCTL_ACCESS","features":[389,305]},{"name":"WPD_API_OPTION_USE_CLEAR_DATA_STREAM","features":[389,305]},{"name":"WPD_APPOINTMENT_ACCEPTED_ATTENDEES","features":[389,305]},{"name":"WPD_APPOINTMENT_DECLINED_ATTENDEES","features":[389,305]},{"name":"WPD_APPOINTMENT_LOCATION","features":[389,305]},{"name":"WPD_APPOINTMENT_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_APPOINTMENT_OPTIONAL_ATTENDEES","features":[389,305]},{"name":"WPD_APPOINTMENT_REQUIRED_ATTENDEES","features":[389,305]},{"name":"WPD_APPOINTMENT_RESOURCES","features":[389,305]},{"name":"WPD_APPOINTMENT_TENTATIVE_ATTENDEES","features":[389,305]},{"name":"WPD_APPOINTMENT_TYPE","features":[389,305]},{"name":"WPD_AUDIO_BITRATE","features":[389,305]},{"name":"WPD_AUDIO_BIT_DEPTH","features":[389,305]},{"name":"WPD_AUDIO_BLOCK_ALIGNMENT","features":[389,305]},{"name":"WPD_AUDIO_CHANNEL_COUNT","features":[389,305]},{"name":"WPD_AUDIO_FORMAT_CODE","features":[389,305]},{"name":"WPD_BITRATE_TYPES","features":[389]},{"name":"WPD_BITRATE_TYPE_DISCRETE","features":[389]},{"name":"WPD_BITRATE_TYPE_FREE","features":[389]},{"name":"WPD_BITRATE_TYPE_UNUSED","features":[389]},{"name":"WPD_BITRATE_TYPE_VARIABLE","features":[389]},{"name":"WPD_CAPTURE_MODES","features":[389]},{"name":"WPD_CAPTURE_MODE_BURST","features":[389]},{"name":"WPD_CAPTURE_MODE_NORMAL","features":[389]},{"name":"WPD_CAPTURE_MODE_TIMELAPSE","features":[389]},{"name":"WPD_CAPTURE_MODE_UNDEFINED","features":[389]},{"name":"WPD_CATEGORY_CAPABILITIES","features":[389]},{"name":"WPD_CATEGORY_COMMON","features":[389]},{"name":"WPD_CATEGORY_DEVICE_HINTS","features":[389]},{"name":"WPD_CATEGORY_MEDIA_CAPTURE","features":[389]},{"name":"WPD_CATEGORY_MTP_EXT_VENDOR_OPERATIONS","features":[389]},{"name":"WPD_CATEGORY_NETWORK_CONFIGURATION","features":[389]},{"name":"WPD_CATEGORY_NULL","features":[389]},{"name":"WPD_CATEGORY_OBJECT_ENUMERATION","features":[389]},{"name":"WPD_CATEGORY_OBJECT_MANAGEMENT","features":[389]},{"name":"WPD_CATEGORY_OBJECT_PROPERTIES","features":[389]},{"name":"WPD_CATEGORY_OBJECT_PROPERTIES_BULK","features":[389]},{"name":"WPD_CATEGORY_OBJECT_RESOURCES","features":[389]},{"name":"WPD_CATEGORY_SERVICE_CAPABILITIES","features":[389]},{"name":"WPD_CATEGORY_SERVICE_COMMON","features":[389]},{"name":"WPD_CATEGORY_SERVICE_METHODS","features":[389]},{"name":"WPD_CATEGORY_SMS","features":[389]},{"name":"WPD_CATEGORY_STILL_IMAGE_CAPTURE","features":[389]},{"name":"WPD_CATEGORY_STORAGE","features":[389]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_DEVICE_IDENTIFICATION_VALUES","features":[389,305]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_DONT_REGISTER_WPD_DEVICE_INTERFACE","features":[389,305]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_MULTITRANSPORT_MODE","features":[389,305]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_REGISTER_WPD_PRIVATE_DEVICE_INTERFACE","features":[389,305]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_SILENCE_AUTOPLAY","features":[389,305]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_SUPPORTED_CONTENT_TYPES","features":[389,305]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_TRANSPORT_BANDWIDTH","features":[389,305]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V1","features":[389]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V2","features":[389]},{"name":"WPD_CLASS_EXTENSION_OPTIONS_V3","features":[389]},{"name":"WPD_CLASS_EXTENSION_V1","features":[389]},{"name":"WPD_CLASS_EXTENSION_V2","features":[389]},{"name":"WPD_CLIENT_DESIRED_ACCESS","features":[389,305]},{"name":"WPD_CLIENT_EVENT_COOKIE","features":[389,305]},{"name":"WPD_CLIENT_INFORMATION_PROPERTIES_V1","features":[389]},{"name":"WPD_CLIENT_MAJOR_VERSION","features":[389,305]},{"name":"WPD_CLIENT_MANUAL_CLOSE_ON_DISCONNECT","features":[389,305]},{"name":"WPD_CLIENT_MINIMUM_RESULTS_BUFFER_SIZE","features":[389,305]},{"name":"WPD_CLIENT_MINOR_VERSION","features":[389,305]},{"name":"WPD_CLIENT_NAME","features":[389,305]},{"name":"WPD_CLIENT_REVISION","features":[389,305]},{"name":"WPD_CLIENT_SECURITY_QUALITY_OF_SERVICE","features":[389,305]},{"name":"WPD_CLIENT_SHARE_MODE","features":[389,305]},{"name":"WPD_CLIENT_WMDRM_APPLICATION_CERTIFICATE","features":[389,305]},{"name":"WPD_CLIENT_WMDRM_APPLICATION_PRIVATE_KEY","features":[389,305]},{"name":"WPD_COLOR_CORRECTED_STATUS_CORRECTED","features":[389]},{"name":"WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED","features":[389]},{"name":"WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED","features":[389]},{"name":"WPD_COLOR_CORRECTED_STATUS_VALUES","features":[389]},{"name":"WPD_COMMAND_ACCESS_FROM_ATTRIBUTE_WITH_METHOD_ACCESS","features":[389]},{"name":"WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_FILE_ACCESS","features":[389]},{"name":"WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_STGM_ACCESS","features":[389]},{"name":"WPD_COMMAND_ACCESS_LOOKUP_ENTRY","features":[389,305]},{"name":"WPD_COMMAND_ACCESS_READ","features":[389]},{"name":"WPD_COMMAND_ACCESS_READWRITE","features":[389]},{"name":"WPD_COMMAND_ACCESS_TYPES","features":[389]},{"name":"WPD_COMMAND_CAPABILITIES_GET_COMMAND_OPTIONS","features":[389,305]},{"name":"WPD_COMMAND_CAPABILITIES_GET_EVENT_OPTIONS","features":[389,305]},{"name":"WPD_COMMAND_CAPABILITIES_GET_FIXED_PROPERTY_ATTRIBUTES","features":[389,305]},{"name":"WPD_COMMAND_CAPABILITIES_GET_FUNCTIONAL_OBJECTS","features":[389,305]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_COMMANDS","features":[389,305]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_CONTENT_TYPES","features":[389,305]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_EVENTS","features":[389,305]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMATS","features":[389,305]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES","features":[389,305]},{"name":"WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FUNCTIONAL_CATEGORIES","features":[389,305]},{"name":"WPD_COMMAND_CLASS_EXTENSION_REGISTER_SERVICE_INTERFACES","features":[389,305]},{"name":"WPD_COMMAND_CLASS_EXTENSION_UNREGISTER_SERVICE_INTERFACES","features":[389,305]},{"name":"WPD_COMMAND_CLASS_EXTENSION_WRITE_DEVICE_INFORMATION","features":[389,305]},{"name":"WPD_COMMAND_COMMIT_KEYPAIR","features":[389,305]},{"name":"WPD_COMMAND_COMMON_GET_OBJECT_IDS_FROM_PERSISTENT_UNIQUE_IDS","features":[389,305]},{"name":"WPD_COMMAND_COMMON_RESET_DEVICE","features":[389,305]},{"name":"WPD_COMMAND_COMMON_SAVE_CLIENT_INFORMATION","features":[389,305]},{"name":"WPD_COMMAND_DEVICE_HINTS_GET_CONTENT_LOCATION","features":[389,305]},{"name":"WPD_COMMAND_GENERATE_KEYPAIR","features":[389,305]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_PAUSE","features":[389,305]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_START","features":[389,305]},{"name":"WPD_COMMAND_MEDIA_CAPTURE_STOP","features":[389,305]},{"name":"WPD_COMMAND_MTP_EXT_END_DATA_TRANSFER","features":[389,305]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITHOUT_DATA_PHASE","features":[389,305]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_READ","features":[389,305]},{"name":"WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_WRITE","features":[389,305]},{"name":"WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES","features":[389,305]},{"name":"WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION","features":[389,305]},{"name":"WPD_COMMAND_MTP_EXT_READ_DATA","features":[389,305]},{"name":"WPD_COMMAND_MTP_EXT_WRITE_DATA","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_END_FIND","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_FIND_NEXT","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_ENUMERATION_START_FIND","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_COMMIT_OBJECT","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_COPY_OBJECTS","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_AND_DATA","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_ONLY","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_DELETE_OBJECTS","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_MOVE_OBJECTS","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_REVERT_OBJECT","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_UPDATE_OBJECT_WITH_PROPERTIES_AND_DATA","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_MANAGEMENT_WRITE_OBJECT_DATA","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_END","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_NEXT","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_START","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_END","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_NEXT","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_START","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_END","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_NEXT","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_START","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_DELETE","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_ALL","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_ATTRIBUTES","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_GET_SUPPORTED","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_PROPERTIES_SET","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_CLOSE","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_COMMIT","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_CREATE_RESOURCE","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_DELETE","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_GET_ATTRIBUTES","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_GET_SUPPORTED","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_OPEN","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_READ","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_REVERT","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_SEEK","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_SEEK_IN_UNITS","features":[389,305]},{"name":"WPD_COMMAND_OBJECT_RESOURCES_WRITE","features":[389,305]},{"name":"WPD_COMMAND_PROCESS_WIRELESS_PROFILE","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_COMMAND_OPTIONS","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_ATTRIBUTES","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_PARAMETER_ATTRIBUTES","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_ATTRIBUTES","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_PROPERTY_ATTRIBUTES","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_RENDERING_PROFILES","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_INHERITED_SERVICES","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_ATTRIBUTES","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_PARAMETER_ATTRIBUTES","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_COMMANDS","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_EVENTS","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMATS","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS_BY_FORMAT","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_COMMON_GET_SERVICE_OBJECT_ID","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_METHODS_CANCEL_INVOKE","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_METHODS_END_INVOKE","features":[389,305]},{"name":"WPD_COMMAND_SERVICE_METHODS_START_INVOKE","features":[389,305]},{"name":"WPD_COMMAND_SMS_SEND","features":[389,305]},{"name":"WPD_COMMAND_STILL_IMAGE_CAPTURE_INITIATE","features":[389,305]},{"name":"WPD_COMMAND_STORAGE_EJECT","features":[389,305]},{"name":"WPD_COMMAND_STORAGE_FORMAT","features":[389,305]},{"name":"WPD_COMMON_INFORMATION_BODY_TEXT","features":[389,305]},{"name":"WPD_COMMON_INFORMATION_END_DATETIME","features":[389,305]},{"name":"WPD_COMMON_INFORMATION_NOTES","features":[389,305]},{"name":"WPD_COMMON_INFORMATION_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_COMMON_INFORMATION_PRIORITY","features":[389,305]},{"name":"WPD_COMMON_INFORMATION_START_DATETIME","features":[389,305]},{"name":"WPD_COMMON_INFORMATION_SUBJECT","features":[389,305]},{"name":"WPD_CONTACT_ANNIVERSARY_DATE","features":[389,305]},{"name":"WPD_CONTACT_ASSISTANT","features":[389,305]},{"name":"WPD_CONTACT_BIRTHDATE","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_EMAIL","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_EMAIL2","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_FAX","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_FULL_POSTAL_ADDRESS","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_PHONE","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_PHONE2","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_CITY","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_COUNTRY","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE1","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE2","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_POSTAL_CODE","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_REGION","features":[389,305]},{"name":"WPD_CONTACT_BUSINESS_WEB_ADDRESS","features":[389,305]},{"name":"WPD_CONTACT_CHILDREN","features":[389,305]},{"name":"WPD_CONTACT_COMPANY_NAME","features":[389,305]},{"name":"WPD_CONTACT_DISPLAY_NAME","features":[389,305]},{"name":"WPD_CONTACT_FIRST_NAME","features":[389,305]},{"name":"WPD_CONTACT_INSTANT_MESSENGER","features":[389,305]},{"name":"WPD_CONTACT_INSTANT_MESSENGER2","features":[389,305]},{"name":"WPD_CONTACT_INSTANT_MESSENGER3","features":[389,305]},{"name":"WPD_CONTACT_LAST_NAME","features":[389,305]},{"name":"WPD_CONTACT_MIDDLE_NAMES","features":[389,305]},{"name":"WPD_CONTACT_MOBILE_PHONE","features":[389,305]},{"name":"WPD_CONTACT_MOBILE_PHONE2","features":[389,305]},{"name":"WPD_CONTACT_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_CONTACT_OTHER_EMAILS","features":[389,305]},{"name":"WPD_CONTACT_OTHER_FULL_POSTAL_ADDRESS","features":[389,305]},{"name":"WPD_CONTACT_OTHER_PHONES","features":[389,305]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_CITY","features":[389,305]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE1","features":[389,305]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE2","features":[389,305]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_CODE","features":[389,305]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_COUNTRY","features":[389,305]},{"name":"WPD_CONTACT_OTHER_POSTAL_ADDRESS_REGION","features":[389,305]},{"name":"WPD_CONTACT_PAGER","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_EMAIL","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_EMAIL2","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_FAX","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_FULL_POSTAL_ADDRESS","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_PHONE","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_PHONE2","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_CITY","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_COUNTRY","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE1","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE2","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_POSTAL_CODE","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_REGION","features":[389,305]},{"name":"WPD_CONTACT_PERSONAL_WEB_ADDRESS","features":[389,305]},{"name":"WPD_CONTACT_PHONETIC_COMPANY_NAME","features":[389,305]},{"name":"WPD_CONTACT_PHONETIC_FIRST_NAME","features":[389,305]},{"name":"WPD_CONTACT_PHONETIC_LAST_NAME","features":[389,305]},{"name":"WPD_CONTACT_PREFIX","features":[389,305]},{"name":"WPD_CONTACT_PRIMARY_EMAIL_ADDRESS","features":[389,305]},{"name":"WPD_CONTACT_PRIMARY_FAX","features":[389,305]},{"name":"WPD_CONTACT_PRIMARY_PHONE","features":[389,305]},{"name":"WPD_CONTACT_PRIMARY_WEB_ADDRESS","features":[389,305]},{"name":"WPD_CONTACT_RINGTONE","features":[389,305]},{"name":"WPD_CONTACT_ROLE","features":[389,305]},{"name":"WPD_CONTACT_SPOUSE","features":[389,305]},{"name":"WPD_CONTACT_SUFFIX","features":[389,305]},{"name":"WPD_CONTENT_TYPE_ALL","features":[389]},{"name":"WPD_CONTENT_TYPE_APPOINTMENT","features":[389]},{"name":"WPD_CONTENT_TYPE_AUDIO","features":[389]},{"name":"WPD_CONTENT_TYPE_AUDIO_ALBUM","features":[389]},{"name":"WPD_CONTENT_TYPE_CALENDAR","features":[389]},{"name":"WPD_CONTENT_TYPE_CERTIFICATE","features":[389]},{"name":"WPD_CONTENT_TYPE_CONTACT","features":[389]},{"name":"WPD_CONTENT_TYPE_CONTACT_GROUP","features":[389]},{"name":"WPD_CONTENT_TYPE_DOCUMENT","features":[389]},{"name":"WPD_CONTENT_TYPE_EMAIL","features":[389]},{"name":"WPD_CONTENT_TYPE_FOLDER","features":[389]},{"name":"WPD_CONTENT_TYPE_FUNCTIONAL_OBJECT","features":[389]},{"name":"WPD_CONTENT_TYPE_GENERIC_FILE","features":[389]},{"name":"WPD_CONTENT_TYPE_GENERIC_MESSAGE","features":[389]},{"name":"WPD_CONTENT_TYPE_IMAGE","features":[389]},{"name":"WPD_CONTENT_TYPE_IMAGE_ALBUM","features":[389]},{"name":"WPD_CONTENT_TYPE_MEDIA_CAST","features":[389]},{"name":"WPD_CONTENT_TYPE_MEMO","features":[389]},{"name":"WPD_CONTENT_TYPE_MIXED_CONTENT_ALBUM","features":[389]},{"name":"WPD_CONTENT_TYPE_NETWORK_ASSOCIATION","features":[389]},{"name":"WPD_CONTENT_TYPE_PLAYLIST","features":[389]},{"name":"WPD_CONTENT_TYPE_PROGRAM","features":[389]},{"name":"WPD_CONTENT_TYPE_SECTION","features":[389]},{"name":"WPD_CONTENT_TYPE_TASK","features":[389]},{"name":"WPD_CONTENT_TYPE_TELEVISION","features":[389]},{"name":"WPD_CONTENT_TYPE_UNSPECIFIED","features":[389]},{"name":"WPD_CONTENT_TYPE_VIDEO","features":[389]},{"name":"WPD_CONTENT_TYPE_VIDEO_ALBUM","features":[389]},{"name":"WPD_CONTENT_TYPE_WIRELESS_PROFILE","features":[389]},{"name":"WPD_CONTROL_FUNCTION_GENERIC_MESSAGE","features":[389]},{"name":"WPD_CROPPED_STATUS_CROPPED","features":[389]},{"name":"WPD_CROPPED_STATUS_NOT_CROPPED","features":[389]},{"name":"WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED","features":[389]},{"name":"WPD_CROPPED_STATUS_VALUES","features":[389]},{"name":"WPD_DEVICE_DATETIME","features":[389,305]},{"name":"WPD_DEVICE_EDP_IDENTITY","features":[389,305]},{"name":"WPD_DEVICE_FIRMWARE_VERSION","features":[389,305]},{"name":"WPD_DEVICE_FRIENDLY_NAME","features":[389,305]},{"name":"WPD_DEVICE_FUNCTIONAL_UNIQUE_ID","features":[389,305]},{"name":"WPD_DEVICE_MANUFACTURER","features":[389,305]},{"name":"WPD_DEVICE_MODEL","features":[389,305]},{"name":"WPD_DEVICE_MODEL_UNIQUE_ID","features":[389,305]},{"name":"WPD_DEVICE_NETWORK_IDENTIFIER","features":[389,305]},{"name":"WPD_DEVICE_OBJECT_ID","features":[389]},{"name":"WPD_DEVICE_POWER_LEVEL","features":[389,305]},{"name":"WPD_DEVICE_POWER_SOURCE","features":[389,305]},{"name":"WPD_DEVICE_PROPERTIES_V1","features":[389]},{"name":"WPD_DEVICE_PROPERTIES_V2","features":[389]},{"name":"WPD_DEVICE_PROPERTIES_V3","features":[389]},{"name":"WPD_DEVICE_PROTOCOL","features":[389,305]},{"name":"WPD_DEVICE_SERIAL_NUMBER","features":[389,305]},{"name":"WPD_DEVICE_SUPPORTED_DRM_SCHEMES","features":[389,305]},{"name":"WPD_DEVICE_SUPPORTED_FORMATS_ARE_ORDERED","features":[389,305]},{"name":"WPD_DEVICE_SUPPORTS_NON_CONSUMABLE","features":[389,305]},{"name":"WPD_DEVICE_SYNC_PARTNER","features":[389,305]},{"name":"WPD_DEVICE_TRANSPORT","features":[389,305]},{"name":"WPD_DEVICE_TRANSPORTS","features":[389]},{"name":"WPD_DEVICE_TRANSPORT_BLUETOOTH","features":[389]},{"name":"WPD_DEVICE_TRANSPORT_IP","features":[389]},{"name":"WPD_DEVICE_TRANSPORT_UNSPECIFIED","features":[389]},{"name":"WPD_DEVICE_TRANSPORT_USB","features":[389]},{"name":"WPD_DEVICE_TYPE","features":[389,305]},{"name":"WPD_DEVICE_TYPES","features":[389]},{"name":"WPD_DEVICE_TYPE_AUDIO_RECORDER","features":[389]},{"name":"WPD_DEVICE_TYPE_CAMERA","features":[389]},{"name":"WPD_DEVICE_TYPE_GENERIC","features":[389]},{"name":"WPD_DEVICE_TYPE_MEDIA_PLAYER","features":[389]},{"name":"WPD_DEVICE_TYPE_PERSONAL_INFORMATION_MANAGER","features":[389]},{"name":"WPD_DEVICE_TYPE_PHONE","features":[389]},{"name":"WPD_DEVICE_TYPE_VIDEO","features":[389]},{"name":"WPD_DEVICE_USE_DEVICE_STAGE","features":[389,305]},{"name":"WPD_DOCUMENT_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_EFFECT_MODES","features":[389]},{"name":"WPD_EFFECT_MODE_BLACK_AND_WHITE","features":[389]},{"name":"WPD_EFFECT_MODE_COLOR","features":[389]},{"name":"WPD_EFFECT_MODE_SEPIA","features":[389]},{"name":"WPD_EFFECT_MODE_UNDEFINED","features":[389]},{"name":"WPD_EMAIL_BCC_LINE","features":[389,305]},{"name":"WPD_EMAIL_CC_LINE","features":[389,305]},{"name":"WPD_EMAIL_HAS_ATTACHMENTS","features":[389,305]},{"name":"WPD_EMAIL_HAS_BEEN_READ","features":[389,305]},{"name":"WPD_EMAIL_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_EMAIL_RECEIVED_TIME","features":[389,305]},{"name":"WPD_EMAIL_SENDER_ADDRESS","features":[389,305]},{"name":"WPD_EMAIL_TO_LINE","features":[389,305]},{"name":"WPD_EVENT_ATTRIBUTES_V1","features":[389]},{"name":"WPD_EVENT_ATTRIBUTE_NAME","features":[389,305]},{"name":"WPD_EVENT_ATTRIBUTE_OPTIONS","features":[389,305]},{"name":"WPD_EVENT_ATTRIBUTE_PARAMETERS","features":[389,305]},{"name":"WPD_EVENT_DEVICE_CAPABILITIES_UPDATED","features":[389]},{"name":"WPD_EVENT_DEVICE_REMOVED","features":[389]},{"name":"WPD_EVENT_DEVICE_RESET","features":[389]},{"name":"WPD_EVENT_MTP_VENDOR_EXTENDED_EVENTS","features":[389]},{"name":"WPD_EVENT_NOTIFICATION","features":[389]},{"name":"WPD_EVENT_OBJECT_ADDED","features":[389]},{"name":"WPD_EVENT_OBJECT_REMOVED","features":[389]},{"name":"WPD_EVENT_OBJECT_TRANSFER_REQUESTED","features":[389]},{"name":"WPD_EVENT_OBJECT_UPDATED","features":[389]},{"name":"WPD_EVENT_OPTIONS_V1","features":[389]},{"name":"WPD_EVENT_OPTION_IS_AUTOPLAY_EVENT","features":[389,305]},{"name":"WPD_EVENT_OPTION_IS_BROADCAST_EVENT","features":[389,305]},{"name":"WPD_EVENT_PARAMETER_CHILD_HIERARCHY_CHANGED","features":[389,305]},{"name":"WPD_EVENT_PARAMETER_EVENT_ID","features":[389,305]},{"name":"WPD_EVENT_PARAMETER_OBJECT_CREATION_COOKIE","features":[389,305]},{"name":"WPD_EVENT_PARAMETER_OBJECT_PARENT_PERSISTENT_UNIQUE_ID","features":[389,305]},{"name":"WPD_EVENT_PARAMETER_OPERATION_PROGRESS","features":[389,305]},{"name":"WPD_EVENT_PARAMETER_OPERATION_STATE","features":[389,305]},{"name":"WPD_EVENT_PARAMETER_PNP_DEVICE_ID","features":[389,305]},{"name":"WPD_EVENT_PARAMETER_SERVICE_METHOD_CONTEXT","features":[389,305]},{"name":"WPD_EVENT_PROPERTIES_V1","features":[389]},{"name":"WPD_EVENT_PROPERTIES_V2","features":[389]},{"name":"WPD_EVENT_SERVICE_METHOD_COMPLETE","features":[389]},{"name":"WPD_EVENT_STORAGE_FORMAT","features":[389]},{"name":"WPD_EXPOSURE_METERING_MODES","features":[389]},{"name":"WPD_EXPOSURE_METERING_MODE_AVERAGE","features":[389]},{"name":"WPD_EXPOSURE_METERING_MODE_CENTER_SPOT","features":[389]},{"name":"WPD_EXPOSURE_METERING_MODE_CENTER_WEIGHTED_AVERAGE","features":[389]},{"name":"WPD_EXPOSURE_METERING_MODE_MULTI_SPOT","features":[389]},{"name":"WPD_EXPOSURE_METERING_MODE_UNDEFINED","features":[389]},{"name":"WPD_EXPOSURE_PROGRAM_MODES","features":[389]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_ACTION","features":[389]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_APERTURE_PRIORITY","features":[389]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_AUTO","features":[389]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_CREATIVE","features":[389]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_MANUAL","features":[389]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_PORTRAIT","features":[389]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_SHUTTER_PRIORITY","features":[389]},{"name":"WPD_EXPOSURE_PROGRAM_MODE_UNDEFINED","features":[389]},{"name":"WPD_FLASH_MODES","features":[389]},{"name":"WPD_FLASH_MODE_AUTO","features":[389]},{"name":"WPD_FLASH_MODE_EXTERNAL_SYNC","features":[389]},{"name":"WPD_FLASH_MODE_FILL","features":[389]},{"name":"WPD_FLASH_MODE_OFF","features":[389]},{"name":"WPD_FLASH_MODE_RED_EYE_AUTO","features":[389]},{"name":"WPD_FLASH_MODE_RED_EYE_FILL","features":[389]},{"name":"WPD_FLASH_MODE_UNDEFINED","features":[389]},{"name":"WPD_FOCUS_AUTOMATIC","features":[389]},{"name":"WPD_FOCUS_AUTOMATIC_MACRO","features":[389]},{"name":"WPD_FOCUS_MANUAL","features":[389]},{"name":"WPD_FOCUS_METERING_MODES","features":[389]},{"name":"WPD_FOCUS_METERING_MODE_CENTER_SPOT","features":[389]},{"name":"WPD_FOCUS_METERING_MODE_MULTI_SPOT","features":[389]},{"name":"WPD_FOCUS_METERING_MODE_UNDEFINED","features":[389]},{"name":"WPD_FOCUS_MODES","features":[389]},{"name":"WPD_FOCUS_UNDEFINED","features":[389]},{"name":"WPD_FOLDER_CONTENT_TYPES_ALLOWED","features":[389,305]},{"name":"WPD_FOLDER_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_FORMAT_ATTRIBUTES_V1","features":[389]},{"name":"WPD_FORMAT_ATTRIBUTE_MIMETYPE","features":[389,305]},{"name":"WPD_FORMAT_ATTRIBUTE_NAME","features":[389,305]},{"name":"WPD_FUNCTIONAL_CATEGORY_ALL","features":[389]},{"name":"WPD_FUNCTIONAL_CATEGORY_AUDIO_CAPTURE","features":[389]},{"name":"WPD_FUNCTIONAL_CATEGORY_DEVICE","features":[389]},{"name":"WPD_FUNCTIONAL_CATEGORY_NETWORK_CONFIGURATION","features":[389]},{"name":"WPD_FUNCTIONAL_CATEGORY_RENDERING_INFORMATION","features":[389]},{"name":"WPD_FUNCTIONAL_CATEGORY_SMS","features":[389]},{"name":"WPD_FUNCTIONAL_CATEGORY_STILL_IMAGE_CAPTURE","features":[389]},{"name":"WPD_FUNCTIONAL_CATEGORY_STORAGE","features":[389]},{"name":"WPD_FUNCTIONAL_CATEGORY_VIDEO_CAPTURE","features":[389]},{"name":"WPD_FUNCTIONAL_OBJECT_CATEGORY","features":[389,305]},{"name":"WPD_FUNCTIONAL_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_IMAGE_BITDEPTH","features":[389,305]},{"name":"WPD_IMAGE_COLOR_CORRECTED_STATUS","features":[389,305]},{"name":"WPD_IMAGE_CROPPED_STATUS","features":[389,305]},{"name":"WPD_IMAGE_EXPOSURE_INDEX","features":[389,305]},{"name":"WPD_IMAGE_EXPOSURE_TIME","features":[389,305]},{"name":"WPD_IMAGE_FNUMBER","features":[389,305]},{"name":"WPD_IMAGE_HORIZONTAL_RESOLUTION","features":[389,305]},{"name":"WPD_IMAGE_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_IMAGE_VERTICAL_RESOLUTION","features":[389,305]},{"name":"WPD_MEDIA_ALBUM_ARTIST","features":[389,305]},{"name":"WPD_MEDIA_ARTIST","features":[389,305]},{"name":"WPD_MEDIA_AUDIO_ENCODING_PROFILE","features":[389,305]},{"name":"WPD_MEDIA_BITRATE_TYPE","features":[389,305]},{"name":"WPD_MEDIA_BUY_NOW","features":[389,305]},{"name":"WPD_MEDIA_BYTE_BOOKMARK","features":[389,305]},{"name":"WPD_MEDIA_COMPOSER","features":[389,305]},{"name":"WPD_MEDIA_COPYRIGHT","features":[389,305]},{"name":"WPD_MEDIA_DESCRIPTION","features":[389,305]},{"name":"WPD_MEDIA_DESTINATION_URL","features":[389,305]},{"name":"WPD_MEDIA_DURATION","features":[389,305]},{"name":"WPD_MEDIA_EFFECTIVE_RATING","features":[389,305]},{"name":"WPD_MEDIA_ENCODING_PROFILE","features":[389,305]},{"name":"WPD_MEDIA_GENRE","features":[389,305]},{"name":"WPD_MEDIA_GUID","features":[389,305]},{"name":"WPD_MEDIA_HEIGHT","features":[389,305]},{"name":"WPD_MEDIA_LAST_ACCESSED_TIME","features":[389,305]},{"name":"WPD_MEDIA_LAST_BUILD_DATE","features":[389,305]},{"name":"WPD_MEDIA_MANAGING_EDITOR","features":[389,305]},{"name":"WPD_MEDIA_META_GENRE","features":[389,305]},{"name":"WPD_MEDIA_OBJECT_BOOKMARK","features":[389,305]},{"name":"WPD_MEDIA_OWNER","features":[389,305]},{"name":"WPD_MEDIA_PARENTAL_RATING","features":[389,305]},{"name":"WPD_MEDIA_PROPERTIES_V1","features":[389]},{"name":"WPD_MEDIA_RELEASE_DATE","features":[389,305]},{"name":"WPD_MEDIA_SAMPLE_RATE","features":[389,305]},{"name":"WPD_MEDIA_SKIP_COUNT","features":[389,305]},{"name":"WPD_MEDIA_SOURCE_URL","features":[389,305]},{"name":"WPD_MEDIA_STAR_RATING","features":[389,305]},{"name":"WPD_MEDIA_SUBSCRIPTION_CONTENT_ID","features":[389,305]},{"name":"WPD_MEDIA_SUB_DESCRIPTION","features":[389,305]},{"name":"WPD_MEDIA_SUB_TITLE","features":[389,305]},{"name":"WPD_MEDIA_TIME_BOOKMARK","features":[389,305]},{"name":"WPD_MEDIA_TIME_TO_LIVE","features":[389,305]},{"name":"WPD_MEDIA_TITLE","features":[389,305]},{"name":"WPD_MEDIA_TOTAL_BITRATE","features":[389,305]},{"name":"WPD_MEDIA_USER_EFFECTIVE_RATING","features":[389,305]},{"name":"WPD_MEDIA_USE_COUNT","features":[389,305]},{"name":"WPD_MEDIA_WEBMASTER","features":[389,305]},{"name":"WPD_MEDIA_WIDTH","features":[389,305]},{"name":"WPD_MEMO_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_META_GENRES","features":[389]},{"name":"WPD_META_GENRE_AUDIO_PODCAST","features":[389]},{"name":"WPD_META_GENRE_FEATURE_FILM_VIDEO_FILE","features":[389]},{"name":"WPD_META_GENRE_GENERIC_MUSIC_AUDIO_FILE","features":[389]},{"name":"WPD_META_GENRE_GENERIC_NON_AUDIO_NON_VIDEO","features":[389]},{"name":"WPD_META_GENRE_GENERIC_NON_MUSIC_AUDIO_FILE","features":[389]},{"name":"WPD_META_GENRE_GENERIC_VIDEO_FILE","features":[389]},{"name":"WPD_META_GENRE_HOME_VIDEO_FILE","features":[389]},{"name":"WPD_META_GENRE_MIXED_PODCAST","features":[389]},{"name":"WPD_META_GENRE_MUSIC_VIDEO_FILE","features":[389]},{"name":"WPD_META_GENRE_NEWS_VIDEO_FILE","features":[389]},{"name":"WPD_META_GENRE_PHOTO_MONTAGE_VIDEO_FILE","features":[389]},{"name":"WPD_META_GENRE_SPOKEN_WORD_AUDIO_BOOK_FILES","features":[389]},{"name":"WPD_META_GENRE_SPOKEN_WORD_FILES_NON_AUDIO_BOOK","features":[389]},{"name":"WPD_META_GENRE_SPOKEN_WORD_NEWS","features":[389]},{"name":"WPD_META_GENRE_SPOKEN_WORD_TALK_SHOWS","features":[389]},{"name":"WPD_META_GENRE_TELEVISION_VIDEO_FILE","features":[389]},{"name":"WPD_META_GENRE_TRAINING_EDUCATIONAL_VIDEO_FILE","features":[389]},{"name":"WPD_META_GENRE_UNUSED","features":[389]},{"name":"WPD_META_GENRE_VIDEO_PODCAST","features":[389]},{"name":"WPD_METHOD_ATTRIBUTES_V1","features":[389]},{"name":"WPD_METHOD_ATTRIBUTE_ACCESS","features":[389,305]},{"name":"WPD_METHOD_ATTRIBUTE_ASSOCIATED_FORMAT","features":[389,305]},{"name":"WPD_METHOD_ATTRIBUTE_NAME","features":[389,305]},{"name":"WPD_METHOD_ATTRIBUTE_PARAMETERS","features":[389,305]},{"name":"WPD_MUSIC_ALBUM","features":[389,305]},{"name":"WPD_MUSIC_LYRICS","features":[389,305]},{"name":"WPD_MUSIC_MOOD","features":[389,305]},{"name":"WPD_MUSIC_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_MUSIC_TRACK","features":[389,305]},{"name":"WPD_NETWORK_ASSOCIATION_HOST_NETWORK_IDENTIFIERS","features":[389,305]},{"name":"WPD_NETWORK_ASSOCIATION_PROPERTIES_V1","features":[389]},{"name":"WPD_NETWORK_ASSOCIATION_X509V3SEQUENCE","features":[389,305]},{"name":"WPD_OBJECT_BACK_REFERENCES","features":[389,305]},{"name":"WPD_OBJECT_CAN_DELETE","features":[389,305]},{"name":"WPD_OBJECT_CONTAINER_FUNCTIONAL_OBJECT_ID","features":[389,305]},{"name":"WPD_OBJECT_CONTENT_TYPE","features":[389,305]},{"name":"WPD_OBJECT_DATE_AUTHORED","features":[389,305]},{"name":"WPD_OBJECT_DATE_CREATED","features":[389,305]},{"name":"WPD_OBJECT_DATE_MODIFIED","features":[389,305]},{"name":"WPD_OBJECT_FORMAT","features":[389,305]},{"name":"WPD_OBJECT_FORMAT_3G2","features":[389]},{"name":"WPD_OBJECT_FORMAT_3G2A","features":[389]},{"name":"WPD_OBJECT_FORMAT_3GP","features":[389]},{"name":"WPD_OBJECT_FORMAT_3GPA","features":[389]},{"name":"WPD_OBJECT_FORMAT_AAC","features":[389]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_CONTACT","features":[389]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_CONTACT_GROUP","features":[389]},{"name":"WPD_OBJECT_FORMAT_ABSTRACT_MEDIA_CAST","features":[389]},{"name":"WPD_OBJECT_FORMAT_AIFF","features":[389]},{"name":"WPD_OBJECT_FORMAT_ALL","features":[389]},{"name":"WPD_OBJECT_FORMAT_AMR","features":[389]},{"name":"WPD_OBJECT_FORMAT_ASF","features":[389]},{"name":"WPD_OBJECT_FORMAT_ASXPLAYLIST","features":[389]},{"name":"WPD_OBJECT_FORMAT_ATSCTS","features":[389]},{"name":"WPD_OBJECT_FORMAT_AUDIBLE","features":[389]},{"name":"WPD_OBJECT_FORMAT_AVCHD","features":[389]},{"name":"WPD_OBJECT_FORMAT_AVI","features":[389]},{"name":"WPD_OBJECT_FORMAT_BMP","features":[389]},{"name":"WPD_OBJECT_FORMAT_CIFF","features":[389]},{"name":"WPD_OBJECT_FORMAT_DPOF","features":[389]},{"name":"WPD_OBJECT_FORMAT_DVBTS","features":[389]},{"name":"WPD_OBJECT_FORMAT_EXECUTABLE","features":[389]},{"name":"WPD_OBJECT_FORMAT_EXIF","features":[389]},{"name":"WPD_OBJECT_FORMAT_FLAC","features":[389]},{"name":"WPD_OBJECT_FORMAT_FLASHPIX","features":[389]},{"name":"WPD_OBJECT_FORMAT_GIF","features":[389]},{"name":"WPD_OBJECT_FORMAT_HTML","features":[389]},{"name":"WPD_OBJECT_FORMAT_ICALENDAR","features":[389]},{"name":"WPD_OBJECT_FORMAT_ICON","features":[389]},{"name":"WPD_OBJECT_FORMAT_JFIF","features":[389]},{"name":"WPD_OBJECT_FORMAT_JP2","features":[389]},{"name":"WPD_OBJECT_FORMAT_JPEGXR","features":[389]},{"name":"WPD_OBJECT_FORMAT_JPX","features":[389]},{"name":"WPD_OBJECT_FORMAT_M3UPLAYLIST","features":[389]},{"name":"WPD_OBJECT_FORMAT_M4A","features":[389]},{"name":"WPD_OBJECT_FORMAT_MHT_COMPILED_HTML","features":[389]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_EXCEL","features":[389]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_POWERPOINT","features":[389]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_WFC","features":[389]},{"name":"WPD_OBJECT_FORMAT_MICROSOFT_WORD","features":[389]},{"name":"WPD_OBJECT_FORMAT_MKV","features":[389]},{"name":"WPD_OBJECT_FORMAT_MP2","features":[389]},{"name":"WPD_OBJECT_FORMAT_MP3","features":[389]},{"name":"WPD_OBJECT_FORMAT_MP4","features":[389]},{"name":"WPD_OBJECT_FORMAT_MPEG","features":[389]},{"name":"WPD_OBJECT_FORMAT_MPLPLAYLIST","features":[389]},{"name":"WPD_OBJECT_FORMAT_NETWORK_ASSOCIATION","features":[389]},{"name":"WPD_OBJECT_FORMAT_OGG","features":[389]},{"name":"WPD_OBJECT_FORMAT_PCD","features":[389]},{"name":"WPD_OBJECT_FORMAT_PICT","features":[389]},{"name":"WPD_OBJECT_FORMAT_PLSPLAYLIST","features":[389]},{"name":"WPD_OBJECT_FORMAT_PNG","features":[389]},{"name":"WPD_OBJECT_FORMAT_PROPERTIES_ONLY","features":[389]},{"name":"WPD_OBJECT_FORMAT_QCELP","features":[389]},{"name":"WPD_OBJECT_FORMAT_SCRIPT","features":[389]},{"name":"WPD_OBJECT_FORMAT_TEXT","features":[389]},{"name":"WPD_OBJECT_FORMAT_TIFF","features":[389]},{"name":"WPD_OBJECT_FORMAT_TIFFEP","features":[389]},{"name":"WPD_OBJECT_FORMAT_TIFFIT","features":[389]},{"name":"WPD_OBJECT_FORMAT_UNSPECIFIED","features":[389]},{"name":"WPD_OBJECT_FORMAT_VCALENDAR1","features":[389]},{"name":"WPD_OBJECT_FORMAT_VCARD2","features":[389]},{"name":"WPD_OBJECT_FORMAT_VCARD3","features":[389]},{"name":"WPD_OBJECT_FORMAT_WAVE","features":[389]},{"name":"WPD_OBJECT_FORMAT_WBMP","features":[389]},{"name":"WPD_OBJECT_FORMAT_WINDOWSIMAGEFORMAT","features":[389]},{"name":"WPD_OBJECT_FORMAT_WMA","features":[389]},{"name":"WPD_OBJECT_FORMAT_WMV","features":[389]},{"name":"WPD_OBJECT_FORMAT_WPLPLAYLIST","features":[389]},{"name":"WPD_OBJECT_FORMAT_X509V3CERTIFICATE","features":[389]},{"name":"WPD_OBJECT_FORMAT_XML","features":[389]},{"name":"WPD_OBJECT_GENERATE_THUMBNAIL_FROM_RESOURCE","features":[389,305]},{"name":"WPD_OBJECT_HINT_LOCATION_DISPLAY_NAME","features":[389,305]},{"name":"WPD_OBJECT_ID","features":[389,305]},{"name":"WPD_OBJECT_ISHIDDEN","features":[389,305]},{"name":"WPD_OBJECT_ISSYSTEM","features":[389,305]},{"name":"WPD_OBJECT_IS_DRM_PROTECTED","features":[389,305]},{"name":"WPD_OBJECT_KEYWORDS","features":[389,305]},{"name":"WPD_OBJECT_LANGUAGE_LOCALE","features":[389,305]},{"name":"WPD_OBJECT_NAME","features":[389,305]},{"name":"WPD_OBJECT_NON_CONSUMABLE","features":[389,305]},{"name":"WPD_OBJECT_ORIGINAL_FILE_NAME","features":[389,305]},{"name":"WPD_OBJECT_PARENT_ID","features":[389,305]},{"name":"WPD_OBJECT_PERSISTENT_UNIQUE_ID","features":[389,305]},{"name":"WPD_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_OBJECT_PROPERTIES_V2","features":[389]},{"name":"WPD_OBJECT_REFERENCES","features":[389,305]},{"name":"WPD_OBJECT_SIZE","features":[389,305]},{"name":"WPD_OBJECT_SUPPORTED_UNITS","features":[389,305]},{"name":"WPD_OBJECT_SYNC_ID","features":[389,305]},{"name":"WPD_OPERATION_STATES","features":[389]},{"name":"WPD_OPERATION_STATE_ABORTED","features":[389]},{"name":"WPD_OPERATION_STATE_CANCELLED","features":[389]},{"name":"WPD_OPERATION_STATE_FINISHED","features":[389]},{"name":"WPD_OPERATION_STATE_PAUSED","features":[389]},{"name":"WPD_OPERATION_STATE_RUNNING","features":[389]},{"name":"WPD_OPERATION_STATE_STARTED","features":[389]},{"name":"WPD_OPERATION_STATE_UNSPECIFIED","features":[389]},{"name":"WPD_OPTION_OBJECT_MANAGEMENT_RECURSIVE_DELETE_SUPPORTED","features":[389,305]},{"name":"WPD_OPTION_OBJECT_RESOURCES_NO_INPUT_BUFFER_ON_READ","features":[389,305]},{"name":"WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_READ_SUPPORTED","features":[389,305]},{"name":"WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_WRITE_SUPPORTED","features":[389,305]},{"name":"WPD_OPTION_SMS_BINARY_MESSAGE_SUPPORTED","features":[389,305]},{"name":"WPD_OPTION_VALID_OBJECT_IDS","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTES_V1","features":[389]},{"name":"WPD_PARAMETER_ATTRIBUTE_DEFAULT_VALUE","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_ENUMERATION_ELEMENTS","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_ENUMERATION","features":[389]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_OBJECT_IDENTIFIER","features":[389]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_RANGE","features":[389]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_REGULAR_EXPRESSION","features":[389]},{"name":"WPD_PARAMETER_ATTRIBUTE_FORM_UNSPECIFIED","features":[389]},{"name":"WPD_PARAMETER_ATTRIBUTE_MAX_SIZE","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_NAME","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_ORDER","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_MAX","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_MIN","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_RANGE_STEP","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_REGULAR_EXPRESSION","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_USAGE","features":[389,305]},{"name":"WPD_PARAMETER_ATTRIBUTE_VARTYPE","features":[389,305]},{"name":"WPD_PARAMETER_USAGE_IN","features":[389]},{"name":"WPD_PARAMETER_USAGE_INOUT","features":[389]},{"name":"WPD_PARAMETER_USAGE_OUT","features":[389]},{"name":"WPD_PARAMETER_USAGE_RETURN","features":[389]},{"name":"WPD_PARAMETER_USAGE_TYPES","features":[389]},{"name":"WPD_POWER_SOURCES","features":[389]},{"name":"WPD_POWER_SOURCE_BATTERY","features":[389]},{"name":"WPD_POWER_SOURCE_EXTERNAL","features":[389]},{"name":"WPD_PROPERTIES_MTP_VENDOR_EXTENDED_DEVICE_PROPS","features":[389]},{"name":"WPD_PROPERTIES_MTP_VENDOR_EXTENDED_OBJECT_PROPS","features":[389]},{"name":"WPD_PROPERTY_ATTRIBUTES_V1","features":[389]},{"name":"WPD_PROPERTY_ATTRIBUTES_V2","features":[389]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_DELETE","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_READ","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_CAN_WRITE","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_DEFAULT_VALUE","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_ENUMERATION_ELEMENTS","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_FAST_PROPERTY","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_ENUMERATION","features":[389]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_OBJECT_IDENTIFIER","features":[389]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_RANGE","features":[389]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_REGULAR_EXPRESSION","features":[389]},{"name":"WPD_PROPERTY_ATTRIBUTE_FORM_UNSPECIFIED","features":[389]},{"name":"WPD_PROPERTY_ATTRIBUTE_MAX_SIZE","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_NAME","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_MAX","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_MIN","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_RANGE_STEP","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_REGULAR_EXPRESSION","features":[389,305]},{"name":"WPD_PROPERTY_ATTRIBUTE_VARTYPE","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_COMMAND","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_COMMAND_OPTIONS","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_CONTENT_TYPE","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_CONTENT_TYPES","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_EVENT","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_EVENT_OPTIONS","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_FORMAT","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_FORMATS","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORIES","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORY","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_OBJECTS","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_PROPERTY_ATTRIBUTES","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_PROPERTY_KEYS","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_SUPPORTED_COMMANDS","features":[389,305]},{"name":"WPD_PROPERTY_CAPABILITIES_SUPPORTED_EVENTS","features":[389,305]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_VALUES","features":[389,305]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_WRITE_RESULTS","features":[389,305]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_INTERFACES","features":[389,305]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_OBJECT_ID","features":[389,305]},{"name":"WPD_PROPERTY_CLASS_EXTENSION_SERVICE_REGISTRATION_RESULTS","features":[389,305]},{"name":"WPD_PROPERTY_COMMON_ACTIVITY_ID","features":[389,305]},{"name":"WPD_PROPERTY_COMMON_CLIENT_INFORMATION","features":[389,305]},{"name":"WPD_PROPERTY_COMMON_CLIENT_INFORMATION_CONTEXT","features":[389,305]},{"name":"WPD_PROPERTY_COMMON_COMMAND_CATEGORY","features":[389,305]},{"name":"WPD_PROPERTY_COMMON_COMMAND_ID","features":[389,305]},{"name":"WPD_PROPERTY_COMMON_COMMAND_TARGET","features":[389,305]},{"name":"WPD_PROPERTY_COMMON_DRIVER_ERROR_CODE","features":[389,305]},{"name":"WPD_PROPERTY_COMMON_HRESULT","features":[389,305]},{"name":"WPD_PROPERTY_COMMON_OBJECT_IDS","features":[389,305]},{"name":"WPD_PROPERTY_COMMON_PERSISTENT_UNIQUE_IDS","features":[389,305]},{"name":"WPD_PROPERTY_DEVICE_HINTS_CONTENT_LOCATIONS","features":[389,305]},{"name":"WPD_PROPERTY_DEVICE_HINTS_CONTENT_TYPE","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_EVENT_PARAMS","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_OPERATION_CODE","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_OPERATION_PARAMS","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_RESPONSE_CODE","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_RESPONSE_PARAMS","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_CONTEXT","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_DATA","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_READ","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_READ","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_WRITE","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_WRITTEN","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_TRANSFER_TOTAL_DATA_SIZE","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_VENDOR_EXTENSION_DESCRIPTION","features":[389,305]},{"name":"WPD_PROPERTY_MTP_EXT_VENDOR_OPERATION_CODES","features":[389,305]},{"name":"WPD_PROPERTY_NULL","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_CONTEXT","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_FILTER","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_NUM_OBJECTS_REQUESTED","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_OBJECT_IDS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_ENUMERATION_PARENT_ID","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_CONTEXT","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_COPY_RESULTS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_CREATION_PROPERTIES","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DATA","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_OPTIONS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_RESULTS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_DESTINATION_FOLDER_OBJECT_ID","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_MOVE_RESULTS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_TO_WRITE","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_WRITTEN","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_FORMAT","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_ID","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_IDS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_PROPERTY_KEYS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_MANAGEMENT_UPDATE_PROPERTIES","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_CONTEXT","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_DEPTH","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_FORMAT","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_IDS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PARENT_OBJECT_ID","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PROPERTY_KEYS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_VALUES","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_BULK_WRITE_RESULTS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_OBJECT_ID","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_ATTRIBUTES","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_DELETE_RESULTS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_KEYS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_VALUES","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_WRITE_RESULTS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_ACCESS_MODE","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_CONTEXT","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_DATA","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_READ","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_READ","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_WRITE","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_WRITTEN","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_OBJECT_ID","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_OPTIMAL_TRANSFER_BUFFER_SIZE","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_POSITION_FROM_START","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_ATTRIBUTES","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_KEYS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SEEK_OFFSET","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SEEK_ORIGIN_FLAG","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_STREAM_UNITS","features":[389,305]},{"name":"WPD_PROPERTY_OBJECT_RESOURCES_SUPPORTS_UNITS","features":[389,305]},{"name":"WPD_PROPERTY_PUBLIC_KEY","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND_OPTIONS","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT_ATTRIBUTES","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMATS","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT_ATTRIBUTES","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITANCE_TYPE","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITED_SERVICES","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD_ATTRIBUTES","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER_ATTRIBUTES","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_ATTRIBUTES","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_KEYS","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_RENDERING_PROFILES","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_COMMANDS","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_EVENTS","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_METHODS","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_METHOD","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_METHOD_CONTEXT","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_METHOD_HRESULT","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_METHOD_PARAMETER_VALUES","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_METHOD_RESULT_VALUES","features":[389,305]},{"name":"WPD_PROPERTY_SERVICE_OBJECT_ID","features":[389,305]},{"name":"WPD_PROPERTY_SMS_BINARY_MESSAGE","features":[389,305]},{"name":"WPD_PROPERTY_SMS_MESSAGE_TYPE","features":[389,305]},{"name":"WPD_PROPERTY_SMS_RECIPIENT","features":[389,305]},{"name":"WPD_PROPERTY_SMS_TEXT_MESSAGE","features":[389,305]},{"name":"WPD_PROPERTY_STORAGE_DESTINATION_OBJECT_ID","features":[389,305]},{"name":"WPD_PROPERTY_STORAGE_OBJECT_ID","features":[389,305]},{"name":"WPD_RENDERING_INFORMATION_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_RENDERING_INFORMATION_PROFILES","features":[389,305]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_CREATABLE_RESOURCES","features":[389,305]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE","features":[389,305]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES","features":[389]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECT","features":[389]},{"name":"WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCE","features":[389]},{"name":"WPD_RESOURCE_ALBUM_ART","features":[389,305]},{"name":"WPD_RESOURCE_ATTRIBUTES_V1","features":[389]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_DELETE","features":[389,305]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_READ","features":[389,305]},{"name":"WPD_RESOURCE_ATTRIBUTE_CAN_WRITE","features":[389,305]},{"name":"WPD_RESOURCE_ATTRIBUTE_FORMAT","features":[389,305]},{"name":"WPD_RESOURCE_ATTRIBUTE_OPTIMAL_READ_BUFFER_SIZE","features":[389,305]},{"name":"WPD_RESOURCE_ATTRIBUTE_OPTIMAL_WRITE_BUFFER_SIZE","features":[389,305]},{"name":"WPD_RESOURCE_ATTRIBUTE_RESOURCE_KEY","features":[389,305]},{"name":"WPD_RESOURCE_ATTRIBUTE_TOTAL_SIZE","features":[389,305]},{"name":"WPD_RESOURCE_AUDIO_CLIP","features":[389,305]},{"name":"WPD_RESOURCE_BRANDING_ART","features":[389,305]},{"name":"WPD_RESOURCE_CONTACT_PHOTO","features":[389,305]},{"name":"WPD_RESOURCE_DEFAULT","features":[389,305]},{"name":"WPD_RESOURCE_GENERIC","features":[389,305]},{"name":"WPD_RESOURCE_ICON","features":[389,305]},{"name":"WPD_RESOURCE_THUMBNAIL","features":[389,305]},{"name":"WPD_RESOURCE_VIDEO_CLIP","features":[389,305]},{"name":"WPD_SECTION_DATA_LENGTH","features":[389,305]},{"name":"WPD_SECTION_DATA_OFFSET","features":[389,305]},{"name":"WPD_SECTION_DATA_REFERENCED_OBJECT_RESOURCE","features":[389,305]},{"name":"WPD_SECTION_DATA_UNITS","features":[389,305]},{"name":"WPD_SECTION_DATA_UNITS_BYTES","features":[389]},{"name":"WPD_SECTION_DATA_UNITS_MILLISECONDS","features":[389]},{"name":"WPD_SECTION_DATA_UNITS_VALUES","features":[389]},{"name":"WPD_SECTION_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_SERVICE_INHERITANCE_IMPLEMENTATION","features":[389]},{"name":"WPD_SERVICE_INHERITANCE_TYPES","features":[389]},{"name":"WPD_SERVICE_PROPERTIES_V1","features":[389]},{"name":"WPD_SERVICE_VERSION","features":[389,305]},{"name":"WPD_SMS_ENCODING","features":[389,305]},{"name":"WPD_SMS_ENCODING_TYPES","features":[389]},{"name":"WPD_SMS_MAX_PAYLOAD","features":[389,305]},{"name":"WPD_SMS_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_SMS_PROVIDER","features":[389,305]},{"name":"WPD_SMS_TIMEOUT","features":[389,305]},{"name":"WPD_STILL_IMAGE_ARTIST","features":[389,305]},{"name":"WPD_STILL_IMAGE_BURST_INTERVAL","features":[389,305]},{"name":"WPD_STILL_IMAGE_BURST_NUMBER","features":[389,305]},{"name":"WPD_STILL_IMAGE_CAMERA_MANUFACTURER","features":[389,305]},{"name":"WPD_STILL_IMAGE_CAMERA_MODEL","features":[389,305]},{"name":"WPD_STILL_IMAGE_CAPTURE_DELAY","features":[389,305]},{"name":"WPD_STILL_IMAGE_CAPTURE_FORMAT","features":[389,305]},{"name":"WPD_STILL_IMAGE_CAPTURE_MODE","features":[389,305]},{"name":"WPD_STILL_IMAGE_CAPTURE_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_STILL_IMAGE_CAPTURE_RESOLUTION","features":[389,305]},{"name":"WPD_STILL_IMAGE_COMPRESSION_SETTING","features":[389,305]},{"name":"WPD_STILL_IMAGE_CONTRAST","features":[389,305]},{"name":"WPD_STILL_IMAGE_DIGITAL_ZOOM","features":[389,305]},{"name":"WPD_STILL_IMAGE_EFFECT_MODE","features":[389,305]},{"name":"WPD_STILL_IMAGE_EXPOSURE_BIAS_COMPENSATION","features":[389,305]},{"name":"WPD_STILL_IMAGE_EXPOSURE_INDEX","features":[389,305]},{"name":"WPD_STILL_IMAGE_EXPOSURE_METERING_MODE","features":[389,305]},{"name":"WPD_STILL_IMAGE_EXPOSURE_PROGRAM_MODE","features":[389,305]},{"name":"WPD_STILL_IMAGE_EXPOSURE_TIME","features":[389,305]},{"name":"WPD_STILL_IMAGE_FLASH_MODE","features":[389,305]},{"name":"WPD_STILL_IMAGE_FNUMBER","features":[389,305]},{"name":"WPD_STILL_IMAGE_FOCAL_LENGTH","features":[389,305]},{"name":"WPD_STILL_IMAGE_FOCUS_DISTANCE","features":[389,305]},{"name":"WPD_STILL_IMAGE_FOCUS_METERING_MODE","features":[389,305]},{"name":"WPD_STILL_IMAGE_FOCUS_MODE","features":[389,305]},{"name":"WPD_STILL_IMAGE_RGB_GAIN","features":[389,305]},{"name":"WPD_STILL_IMAGE_SHARPNESS","features":[389,305]},{"name":"WPD_STILL_IMAGE_TIMELAPSE_INTERVAL","features":[389,305]},{"name":"WPD_STILL_IMAGE_TIMELAPSE_NUMBER","features":[389,305]},{"name":"WPD_STILL_IMAGE_UPLOAD_URL","features":[389,305]},{"name":"WPD_STILL_IMAGE_WHITE_BALANCE","features":[389,305]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY","features":[389,305]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READWRITE","features":[389]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITHOUT_OBJECT_DELETION","features":[389]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITH_OBJECT_DELETION","features":[389]},{"name":"WPD_STORAGE_ACCESS_CAPABILITY_VALUES","features":[389]},{"name":"WPD_STORAGE_CAPACITY","features":[389,305]},{"name":"WPD_STORAGE_CAPACITY_IN_OBJECTS","features":[389,305]},{"name":"WPD_STORAGE_DESCRIPTION","features":[389,305]},{"name":"WPD_STORAGE_FILE_SYSTEM_TYPE","features":[389,305]},{"name":"WPD_STORAGE_FREE_SPACE_IN_BYTES","features":[389,305]},{"name":"WPD_STORAGE_FREE_SPACE_IN_OBJECTS","features":[389,305]},{"name":"WPD_STORAGE_MAX_OBJECT_SIZE","features":[389,305]},{"name":"WPD_STORAGE_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_STORAGE_SERIAL_NUMBER","features":[389,305]},{"name":"WPD_STORAGE_TYPE","features":[389,305]},{"name":"WPD_STORAGE_TYPE_FIXED_RAM","features":[389]},{"name":"WPD_STORAGE_TYPE_FIXED_ROM","features":[389]},{"name":"WPD_STORAGE_TYPE_REMOVABLE_RAM","features":[389]},{"name":"WPD_STORAGE_TYPE_REMOVABLE_ROM","features":[389]},{"name":"WPD_STORAGE_TYPE_UNDEFINED","features":[389]},{"name":"WPD_STORAGE_TYPE_VALUES","features":[389]},{"name":"WPD_STREAM_UNITS","features":[389]},{"name":"WPD_STREAM_UNITS_BYTES","features":[389]},{"name":"WPD_STREAM_UNITS_FRAMES","features":[389]},{"name":"WPD_STREAM_UNITS_MICROSECONDS","features":[389]},{"name":"WPD_STREAM_UNITS_MILLISECONDS","features":[389]},{"name":"WPD_STREAM_UNITS_ROWS","features":[389]},{"name":"WPD_TASK_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_TASK_OWNER","features":[389,305]},{"name":"WPD_TASK_PERCENT_COMPLETE","features":[389,305]},{"name":"WPD_TASK_REMINDER_DATE","features":[389,305]},{"name":"WPD_TASK_STATUS","features":[389,305]},{"name":"WPD_VIDEO_AUTHOR","features":[389,305]},{"name":"WPD_VIDEO_BITRATE","features":[389,305]},{"name":"WPD_VIDEO_BUFFER_SIZE","features":[389,305]},{"name":"WPD_VIDEO_CREDITS","features":[389,305]},{"name":"WPD_VIDEO_FOURCC_CODE","features":[389,305]},{"name":"WPD_VIDEO_FRAMERATE","features":[389,305]},{"name":"WPD_VIDEO_KEY_FRAME_DISTANCE","features":[389,305]},{"name":"WPD_VIDEO_OBJECT_PROPERTIES_V1","features":[389]},{"name":"WPD_VIDEO_QUALITY_SETTING","features":[389,305]},{"name":"WPD_VIDEO_RECORDEDTV_CHANNEL_NUMBER","features":[389,305]},{"name":"WPD_VIDEO_RECORDEDTV_REPEAT","features":[389,305]},{"name":"WPD_VIDEO_RECORDEDTV_STATION_NAME","features":[389,305]},{"name":"WPD_VIDEO_SCAN_TYPE","features":[389,305]},{"name":"WPD_VIDEO_SCAN_TYPES","features":[389]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_LOWER_FIRST","features":[389]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_UPPER_FIRST","features":[389]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_LOWER_FIRST","features":[389]},{"name":"WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_UPPER_FIRST","features":[389]},{"name":"WPD_VIDEO_SCAN_TYPE_MIXED_INTERLACE","features":[389]},{"name":"WPD_VIDEO_SCAN_TYPE_MIXED_INTERLACE_AND_PROGRESSIVE","features":[389]},{"name":"WPD_VIDEO_SCAN_TYPE_PROGRESSIVE","features":[389]},{"name":"WPD_VIDEO_SCAN_TYPE_UNUSED","features":[389]},{"name":"WPD_WHITE_BALANCE_AUTOMATIC","features":[389]},{"name":"WPD_WHITE_BALANCE_DAYLIGHT","features":[389]},{"name":"WPD_WHITE_BALANCE_FLASH","features":[389]},{"name":"WPD_WHITE_BALANCE_FLORESCENT","features":[389]},{"name":"WPD_WHITE_BALANCE_MANUAL","features":[389]},{"name":"WPD_WHITE_BALANCE_ONE_PUSH_AUTOMATIC","features":[389]},{"name":"WPD_WHITE_BALANCE_SETTINGS","features":[389]},{"name":"WPD_WHITE_BALANCE_TUNGSTEN","features":[389]},{"name":"WPD_WHITE_BALANCE_UNDEFINED","features":[389]},{"name":"WpdAttributeForm","features":[389]},{"name":"WpdParameterAttributeForm","features":[389]},{"name":"WpdSerializer","features":[389]}],"391":[{"name":"DEVPKEY_DevQuery_ObjectType","features":[340,305]},{"name":"DEVPKEY_DeviceClass_Characteristics","features":[340,305]},{"name":"DEVPKEY_DeviceClass_ClassCoInstallers","features":[340,305]},{"name":"DEVPKEY_DeviceClass_ClassInstaller","features":[340,305]},{"name":"DEVPKEY_DeviceClass_ClassName","features":[340,305]},{"name":"DEVPKEY_DeviceClass_DHPRebalanceOptOut","features":[340,305]},{"name":"DEVPKEY_DeviceClass_DefaultService","features":[340,305]},{"name":"DEVPKEY_DeviceClass_DevType","features":[340,305]},{"name":"DEVPKEY_DeviceClass_Exclusive","features":[340,305]},{"name":"DEVPKEY_DeviceClass_Icon","features":[340,305]},{"name":"DEVPKEY_DeviceClass_IconPath","features":[340,305]},{"name":"DEVPKEY_DeviceClass_LowerFilters","features":[340,305]},{"name":"DEVPKEY_DeviceClass_Name","features":[340,305]},{"name":"DEVPKEY_DeviceClass_NoDisplayClass","features":[340,305]},{"name":"DEVPKEY_DeviceClass_NoInstallClass","features":[340,305]},{"name":"DEVPKEY_DeviceClass_NoUseClass","features":[340,305]},{"name":"DEVPKEY_DeviceClass_PropPageProvider","features":[340,305]},{"name":"DEVPKEY_DeviceClass_Security","features":[340,305]},{"name":"DEVPKEY_DeviceClass_SecuritySDS","features":[340,305]},{"name":"DEVPKEY_DeviceClass_SilentInstall","features":[340,305]},{"name":"DEVPKEY_DeviceClass_UpperFilters","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_Address","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_AlwaysShowDeviceAsConnected","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_AssociationArray","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_BaselineExperienceId","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_Category","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_CategoryGroup_Desc","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_CategoryGroup_Icon","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_Category_Desc_Plural","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_Category_Desc_Singular","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_Category_Icon","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_ConfigFlags","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_CustomPrivilegedPackageFamilyNames","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_DeviceDescription1","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_DeviceDescription2","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_DeviceFunctionSubRank","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_DiscoveryMethod","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_ExperienceId","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_FriendlyName","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_HasProblem","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_Icon","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_InstallInProgress","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsAuthenticated","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsConnected","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsDefaultDevice","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsDeviceUniquelyIdentifiable","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsEncrypted","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsLocalMachine","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsMetadataSearchInProgress","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsNetworkDevice","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsNotInterestingForDisplay","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsPaired","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsRebootRequired","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsSharedDevice","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_IsShowInDisconnectedState","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_Last_Connected","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_Last_Seen","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_LaunchDeviceStageFromExplorer","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_LaunchDeviceStageOnDeviceConnect","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_Manufacturer","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_MetadataCabinet","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_MetadataChecksum","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_MetadataPath","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_ModelName","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_ModelNumber","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_PrimaryCategory","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_PrivilegedPackageFamilyNames","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_RequiresPairingElevation","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_RequiresUninstallElevation","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_UnpairUninstall","features":[340,305]},{"name":"DEVPKEY_DeviceContainer_Version","features":[340,305]},{"name":"DEVPKEY_DeviceInterfaceClass_DefaultInterface","features":[340,305]},{"name":"DEVPKEY_DeviceInterfaceClass_Name","features":[340,305]},{"name":"DEVPKEY_DeviceInterface_Autoplay_Silent","features":[340,305]},{"name":"DEVPKEY_DeviceInterface_ClassGuid","features":[340,305]},{"name":"DEVPKEY_DeviceInterface_Enabled","features":[340,305]},{"name":"DEVPKEY_DeviceInterface_FriendlyName","features":[340,305]},{"name":"DEVPKEY_DeviceInterface_ReferenceString","features":[340,305]},{"name":"DEVPKEY_DeviceInterface_Restricted","features":[340,305]},{"name":"DEVPKEY_DeviceInterface_SchematicName","features":[340,305]},{"name":"DEVPKEY_DeviceInterface_UnrestrictedAppCapabilities","features":[340,305]},{"name":"DEVPKEY_Device_AdditionalSoftwareRequested","features":[340,305]},{"name":"DEVPKEY_Device_Address","features":[340,305]},{"name":"DEVPKEY_Device_AssignedToGuest","features":[340,305]},{"name":"DEVPKEY_Device_BaseContainerId","features":[340,305]},{"name":"DEVPKEY_Device_BiosDeviceName","features":[340,305]},{"name":"DEVPKEY_Device_BusNumber","features":[340,305]},{"name":"DEVPKEY_Device_BusRelations","features":[340,305]},{"name":"DEVPKEY_Device_BusReportedDeviceDesc","features":[340,305]},{"name":"DEVPKEY_Device_BusTypeGuid","features":[340,305]},{"name":"DEVPKEY_Device_Capabilities","features":[340,305]},{"name":"DEVPKEY_Device_Characteristics","features":[340,305]},{"name":"DEVPKEY_Device_Children","features":[340,305]},{"name":"DEVPKEY_Device_Class","features":[340,305]},{"name":"DEVPKEY_Device_ClassGuid","features":[340,305]},{"name":"DEVPKEY_Device_CompanionApps","features":[340,305]},{"name":"DEVPKEY_Device_CompatibleIds","features":[340,305]},{"name":"DEVPKEY_Device_ConfigFlags","features":[340,305]},{"name":"DEVPKEY_Device_ConfigurationId","features":[340,305]},{"name":"DEVPKEY_Device_ContainerId","features":[340,305]},{"name":"DEVPKEY_Device_CreatorProcessId","features":[340,305]},{"name":"DEVPKEY_Device_DHP_Rebalance_Policy","features":[340,305]},{"name":"DEVPKEY_Device_DebuggerSafe","features":[340,305]},{"name":"DEVPKEY_Device_DependencyDependents","features":[340,305]},{"name":"DEVPKEY_Device_DependencyProviders","features":[340,305]},{"name":"DEVPKEY_Device_DevNodeStatus","features":[340,305]},{"name":"DEVPKEY_Device_DevType","features":[340,305]},{"name":"DEVPKEY_Device_DeviceDesc","features":[340,305]},{"name":"DEVPKEY_Device_Driver","features":[340,305]},{"name":"DEVPKEY_Device_DriverCoInstallers","features":[340,305]},{"name":"DEVPKEY_Device_DriverDate","features":[340,305]},{"name":"DEVPKEY_Device_DriverDesc","features":[340,305]},{"name":"DEVPKEY_Device_DriverInfPath","features":[340,305]},{"name":"DEVPKEY_Device_DriverInfSection","features":[340,305]},{"name":"DEVPKEY_Device_DriverInfSectionExt","features":[340,305]},{"name":"DEVPKEY_Device_DriverLogoLevel","features":[340,305]},{"name":"DEVPKEY_Device_DriverProblemDesc","features":[340,305]},{"name":"DEVPKEY_Device_DriverPropPageProvider","features":[340,305]},{"name":"DEVPKEY_Device_DriverProvider","features":[340,305]},{"name":"DEVPKEY_Device_DriverRank","features":[340,305]},{"name":"DEVPKEY_Device_DriverVersion","features":[340,305]},{"name":"DEVPKEY_Device_EjectionRelations","features":[340,305]},{"name":"DEVPKEY_Device_EnumeratorName","features":[340,305]},{"name":"DEVPKEY_Device_Exclusive","features":[340,305]},{"name":"DEVPKEY_Device_ExtendedAddress","features":[340,305]},{"name":"DEVPKEY_Device_ExtendedConfigurationIds","features":[340,305]},{"name":"DEVPKEY_Device_FirmwareDate","features":[340,305]},{"name":"DEVPKEY_Device_FirmwareRevision","features":[340,305]},{"name":"DEVPKEY_Device_FirmwareVendor","features":[340,305]},{"name":"DEVPKEY_Device_FirmwareVersion","features":[340,305]},{"name":"DEVPKEY_Device_FirstInstallDate","features":[340,305]},{"name":"DEVPKEY_Device_FriendlyName","features":[340,305]},{"name":"DEVPKEY_Device_FriendlyNameAttributes","features":[340,305]},{"name":"DEVPKEY_Device_GenericDriverInstalled","features":[340,305]},{"name":"DEVPKEY_Device_HardwareIds","features":[340,305]},{"name":"DEVPKEY_Device_HasProblem","features":[340,305]},{"name":"DEVPKEY_Device_InLocalMachineContainer","features":[340,305]},{"name":"DEVPKEY_Device_InstallDate","features":[340,305]},{"name":"DEVPKEY_Device_InstallState","features":[340,305]},{"name":"DEVPKEY_Device_InstanceId","features":[340,305]},{"name":"DEVPKEY_Device_IsAssociateableByUserAction","features":[340,305]},{"name":"DEVPKEY_Device_IsPresent","features":[340,305]},{"name":"DEVPKEY_Device_IsRebootRequired","features":[340,305]},{"name":"DEVPKEY_Device_LastArrivalDate","features":[340,305]},{"name":"DEVPKEY_Device_LastRemovalDate","features":[340,305]},{"name":"DEVPKEY_Device_Legacy","features":[340,305]},{"name":"DEVPKEY_Device_LegacyBusType","features":[340,305]},{"name":"DEVPKEY_Device_LocationInfo","features":[340,305]},{"name":"DEVPKEY_Device_LocationPaths","features":[340,305]},{"name":"DEVPKEY_Device_LowerFilters","features":[340,305]},{"name":"DEVPKEY_Device_Manufacturer","features":[340,305]},{"name":"DEVPKEY_Device_ManufacturerAttributes","features":[340,305]},{"name":"DEVPKEY_Device_MatchingDeviceId","features":[340,305]},{"name":"DEVPKEY_Device_Model","features":[340,305]},{"name":"DEVPKEY_Device_ModelId","features":[340,305]},{"name":"DEVPKEY_Device_NoConnectSound","features":[340,305]},{"name":"DEVPKEY_Device_Numa_Node","features":[340,305]},{"name":"DEVPKEY_Device_Numa_Proximity_Domain","features":[340,305]},{"name":"DEVPKEY_Device_PDOName","features":[340,305]},{"name":"DEVPKEY_Device_Parent","features":[340,305]},{"name":"DEVPKEY_Device_PhysicalDeviceLocation","features":[340,305]},{"name":"DEVPKEY_Device_PostInstallInProgress","features":[340,305]},{"name":"DEVPKEY_Device_PowerData","features":[340,305]},{"name":"DEVPKEY_Device_PowerRelations","features":[340,305]},{"name":"DEVPKEY_Device_PresenceNotForDevice","features":[340,305]},{"name":"DEVPKEY_Device_PrimaryCompanionApp","features":[340,305]},{"name":"DEVPKEY_Device_ProblemCode","features":[340,305]},{"name":"DEVPKEY_Device_ProblemStatus","features":[340,305]},{"name":"DEVPKEY_Device_RemovalPolicy","features":[340,305]},{"name":"DEVPKEY_Device_RemovalPolicyDefault","features":[340,305]},{"name":"DEVPKEY_Device_RemovalPolicyOverride","features":[340,305]},{"name":"DEVPKEY_Device_RemovalRelations","features":[340,305]},{"name":"DEVPKEY_Device_Reported","features":[340,305]},{"name":"DEVPKEY_Device_ReportedDeviceIdsHash","features":[340,305]},{"name":"DEVPKEY_Device_ResourcePickerExceptions","features":[340,305]},{"name":"DEVPKEY_Device_ResourcePickerTags","features":[340,305]},{"name":"DEVPKEY_Device_SafeRemovalRequired","features":[340,305]},{"name":"DEVPKEY_Device_SafeRemovalRequiredOverride","features":[340,305]},{"name":"DEVPKEY_Device_Security","features":[340,305]},{"name":"DEVPKEY_Device_SecuritySDS","features":[340,305]},{"name":"DEVPKEY_Device_Service","features":[340,305]},{"name":"DEVPKEY_Device_SessionId","features":[340,305]},{"name":"DEVPKEY_Device_ShowInUninstallUI","features":[340,305]},{"name":"DEVPKEY_Device_Siblings","features":[340,305]},{"name":"DEVPKEY_Device_SignalStrength","features":[340,305]},{"name":"DEVPKEY_Device_SoftRestartSupported","features":[340,305]},{"name":"DEVPKEY_Device_Stack","features":[340,305]},{"name":"DEVPKEY_Device_TransportRelations","features":[340,305]},{"name":"DEVPKEY_Device_UINumber","features":[340,305]},{"name":"DEVPKEY_Device_UINumberDescFormat","features":[340,305]},{"name":"DEVPKEY_Device_UpperFilters","features":[340,305]},{"name":"DEVPKEY_DrvPkg_BrandingIcon","features":[340,305]},{"name":"DEVPKEY_DrvPkg_DetailedDescription","features":[340,305]},{"name":"DEVPKEY_DrvPkg_DocumentationLink","features":[340,305]},{"name":"DEVPKEY_DrvPkg_Icon","features":[340,305]},{"name":"DEVPKEY_DrvPkg_Model","features":[340,305]},{"name":"DEVPKEY_DrvPkg_VendorWebSite","features":[340,305]},{"name":"DEVPKEY_NAME","features":[340,305]},{"name":"DEVPROPCOMPKEY","features":[340,305]},{"name":"DEVPROPERTY","features":[340,305]},{"name":"DEVPROPID_FIRST_USABLE","features":[340]},{"name":"DEVPROPSTORE","features":[340]},{"name":"DEVPROPTYPE","features":[340]},{"name":"DEVPROP_BOOLEAN","features":[340]},{"name":"DEVPROP_FALSE","features":[340]},{"name":"DEVPROP_MASK_TYPE","features":[340]},{"name":"DEVPROP_MASK_TYPEMOD","features":[340]},{"name":"DEVPROP_STORE_SYSTEM","features":[340]},{"name":"DEVPROP_STORE_USER","features":[340]},{"name":"DEVPROP_TRUE","features":[340]},{"name":"DEVPROP_TYPEMOD_ARRAY","features":[340]},{"name":"DEVPROP_TYPEMOD_LIST","features":[340]},{"name":"DEVPROP_TYPE_BINARY","features":[340]},{"name":"DEVPROP_TYPE_BOOLEAN","features":[340]},{"name":"DEVPROP_TYPE_BYTE","features":[340]},{"name":"DEVPROP_TYPE_CURRENCY","features":[340]},{"name":"DEVPROP_TYPE_DATE","features":[340]},{"name":"DEVPROP_TYPE_DECIMAL","features":[340]},{"name":"DEVPROP_TYPE_DEVPROPKEY","features":[340]},{"name":"DEVPROP_TYPE_DEVPROPTYPE","features":[340]},{"name":"DEVPROP_TYPE_DOUBLE","features":[340]},{"name":"DEVPROP_TYPE_EMPTY","features":[340]},{"name":"DEVPROP_TYPE_ERROR","features":[340]},{"name":"DEVPROP_TYPE_FILETIME","features":[340]},{"name":"DEVPROP_TYPE_FLOAT","features":[340]},{"name":"DEVPROP_TYPE_GUID","features":[340]},{"name":"DEVPROP_TYPE_INT16","features":[340]},{"name":"DEVPROP_TYPE_INT32","features":[340]},{"name":"DEVPROP_TYPE_INT64","features":[340]},{"name":"DEVPROP_TYPE_NTSTATUS","features":[340]},{"name":"DEVPROP_TYPE_NULL","features":[340]},{"name":"DEVPROP_TYPE_SBYTE","features":[340]},{"name":"DEVPROP_TYPE_SECURITY_DESCRIPTOR","features":[340]},{"name":"DEVPROP_TYPE_SECURITY_DESCRIPTOR_STRING","features":[340]},{"name":"DEVPROP_TYPE_STRING","features":[340]},{"name":"DEVPROP_TYPE_STRING_INDIRECT","features":[340]},{"name":"DEVPROP_TYPE_STRING_LIST","features":[340]},{"name":"DEVPROP_TYPE_UINT16","features":[340]},{"name":"DEVPROP_TYPE_UINT32","features":[340]},{"name":"DEVPROP_TYPE_UINT64","features":[340]},{"name":"MAX_DEVPROP_TYPE","features":[340]},{"name":"MAX_DEVPROP_TYPEMOD","features":[340]}],"392":[{"name":"GUID_DEVINTERFACE_PWM_CONTROLLER","features":[390]},{"name":"GUID_DEVINTERFACE_PWM_CONTROLLER_WSZ","features":[390]},{"name":"IOCTL_PWM_CONTROLLER_GET_ACTUAL_PERIOD","features":[390]},{"name":"IOCTL_PWM_CONTROLLER_GET_INFO","features":[390]},{"name":"IOCTL_PWM_CONTROLLER_SET_DESIRED_PERIOD","features":[390]},{"name":"IOCTL_PWM_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[390]},{"name":"IOCTL_PWM_PIN_GET_POLARITY","features":[390]},{"name":"IOCTL_PWM_PIN_IS_STARTED","features":[390]},{"name":"IOCTL_PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[390]},{"name":"IOCTL_PWM_PIN_SET_POLARITY","features":[390]},{"name":"IOCTL_PWM_PIN_START","features":[390]},{"name":"IOCTL_PWM_PIN_STOP","features":[390]},{"name":"PWM_ACTIVE_HIGH","features":[390]},{"name":"PWM_ACTIVE_LOW","features":[390]},{"name":"PWM_CONTROLLER_GET_ACTUAL_PERIOD_OUTPUT","features":[390]},{"name":"PWM_CONTROLLER_INFO","features":[390]},{"name":"PWM_CONTROLLER_SET_DESIRED_PERIOD_INPUT","features":[390]},{"name":"PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT","features":[390]},{"name":"PWM_IOCTL_ID_CONTROLLER_GET_ACTUAL_PERIOD","features":[390]},{"name":"PWM_IOCTL_ID_CONTROLLER_GET_INFO","features":[390]},{"name":"PWM_IOCTL_ID_CONTROLLER_SET_DESIRED_PERIOD","features":[390]},{"name":"PWM_IOCTL_ID_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[390]},{"name":"PWM_IOCTL_ID_PIN_GET_POLARITY","features":[390]},{"name":"PWM_IOCTL_ID_PIN_IS_STARTED","features":[390]},{"name":"PWM_IOCTL_ID_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE","features":[390]},{"name":"PWM_IOCTL_ID_PIN_SET_POLARITY","features":[390]},{"name":"PWM_IOCTL_ID_PIN_START","features":[390]},{"name":"PWM_IOCTL_ID_PIN_STOP","features":[390]},{"name":"PWM_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE_OUTPUT","features":[390]},{"name":"PWM_PIN_GET_POLARITY_OUTPUT","features":[390]},{"name":"PWM_PIN_IS_STARTED_OUTPUT","features":[390,305]},{"name":"PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE_INPUT","features":[390]},{"name":"PWM_PIN_SET_POLARITY_INPUT","features":[390]},{"name":"PWM_POLARITY","features":[390]}],"393":[{"name":"ACTIVITY_STATE","features":[391]},{"name":"ACTIVITY_STATE_COUNT","features":[391]},{"name":"AXIS","features":[391]},{"name":"AXIS_MAX","features":[391]},{"name":"AXIS_X","features":[391]},{"name":"AXIS_Y","features":[391]},{"name":"AXIS_Z","features":[391]},{"name":"ActivityStateCount","features":[391]},{"name":"ActivityState_Biking","features":[391]},{"name":"ActivityState_Fidgeting","features":[391]},{"name":"ActivityState_Force_Dword","features":[391]},{"name":"ActivityState_Idle","features":[391]},{"name":"ActivityState_InVehicle","features":[391]},{"name":"ActivityState_Max","features":[391]},{"name":"ActivityState_Running","features":[391]},{"name":"ActivityState_Stationary","features":[391]},{"name":"ActivityState_Unknown","features":[391]},{"name":"ActivityState_Walking","features":[391]},{"name":"CollectionsListAllocateBufferAndSerialize","features":[391,305,392,360]},{"name":"CollectionsListCopyAndMarshall","features":[391,305,392,360]},{"name":"CollectionsListDeserializeFromBuffer","features":[391,305,392,360]},{"name":"CollectionsListGetFillableCount","features":[391]},{"name":"CollectionsListGetMarshalledSize","features":[391,305,392,360]},{"name":"CollectionsListGetMarshalledSizeWithoutSerialization","features":[391,305,392,360]},{"name":"CollectionsListGetSerializedSize","features":[391,305,392,360]},{"name":"CollectionsListMarshall","features":[391,305,392,360]},{"name":"CollectionsListSerializeToBuffer","features":[391,305,392,360]},{"name":"CollectionsListSortSubscribedActivitiesByConfidence","features":[391,305,392,360]},{"name":"CollectionsListUpdateMarshalledPointer","features":[391,305,392,360]},{"name":"ELEVATION_CHANGE_MODE","features":[391]},{"name":"ElevationChangeMode_Elevator","features":[391]},{"name":"ElevationChangeMode_Force_Dword","features":[391]},{"name":"ElevationChangeMode_Max","features":[391]},{"name":"ElevationChangeMode_Stepping","features":[391]},{"name":"ElevationChangeMode_Unknown","features":[391]},{"name":"EvaluateActivityThresholds","features":[391,305,392,360]},{"name":"GNSS_CLEAR_ALL_ASSISTANCE_DATA","features":[391]},{"name":"GUID_DEVINTERFACE_SENSOR","features":[391]},{"name":"GUID_SensorCategory_All","features":[391]},{"name":"GUID_SensorCategory_Biometric","features":[391]},{"name":"GUID_SensorCategory_Electrical","features":[391]},{"name":"GUID_SensorCategory_Environmental","features":[391]},{"name":"GUID_SensorCategory_Light","features":[391]},{"name":"GUID_SensorCategory_Location","features":[391]},{"name":"GUID_SensorCategory_Mechanical","features":[391]},{"name":"GUID_SensorCategory_Motion","features":[391]},{"name":"GUID_SensorCategory_Orientation","features":[391]},{"name":"GUID_SensorCategory_Other","features":[391]},{"name":"GUID_SensorCategory_PersonalActivity","features":[391]},{"name":"GUID_SensorCategory_Scanner","features":[391]},{"name":"GUID_SensorCategory_Unsupported","features":[391]},{"name":"GUID_SensorType_Accelerometer3D","features":[391]},{"name":"GUID_SensorType_ActivityDetection","features":[391]},{"name":"GUID_SensorType_AmbientLight","features":[391]},{"name":"GUID_SensorType_Barometer","features":[391]},{"name":"GUID_SensorType_Custom","features":[391]},{"name":"GUID_SensorType_FloorElevation","features":[391]},{"name":"GUID_SensorType_GeomagneticOrientation","features":[391]},{"name":"GUID_SensorType_GravityVector","features":[391]},{"name":"GUID_SensorType_Gyrometer3D","features":[391]},{"name":"GUID_SensorType_HingeAngle","features":[391]},{"name":"GUID_SensorType_Humidity","features":[391]},{"name":"GUID_SensorType_LinearAccelerometer","features":[391]},{"name":"GUID_SensorType_Magnetometer3D","features":[391]},{"name":"GUID_SensorType_Orientation","features":[391]},{"name":"GUID_SensorType_Pedometer","features":[391]},{"name":"GUID_SensorType_Proximity","features":[391]},{"name":"GUID_SensorType_RelativeOrientation","features":[391]},{"name":"GUID_SensorType_SimpleDeviceOrientation","features":[391]},{"name":"GUID_SensorType_Temperature","features":[391]},{"name":"GetPerformanceTime","features":[391,305]},{"name":"HUMAN_PRESENCE_DETECTION_TYPE","features":[391]},{"name":"HUMAN_PRESENCE_DETECTION_TYPE_COUNT","features":[391]},{"name":"HumanPresenceDetectionTypeCount","features":[391]},{"name":"HumanPresenceDetectionType_AudioBiometric","features":[391]},{"name":"HumanPresenceDetectionType_FacialBiometric","features":[391]},{"name":"HumanPresenceDetectionType_Force_Dword","features":[391]},{"name":"HumanPresenceDetectionType_Undefined","features":[391]},{"name":"HumanPresenceDetectionType_VendorDefinedBiometric","features":[391]},{"name":"HumanPresenceDetectionType_VendorDefinedNonBiometric","features":[391]},{"name":"ILocationPermissions","features":[391]},{"name":"ISensor","features":[391]},{"name":"ISensorCollection","features":[391]},{"name":"ISensorDataReport","features":[391]},{"name":"ISensorEvents","features":[391]},{"name":"ISensorManager","features":[391]},{"name":"ISensorManagerEvents","features":[391]},{"name":"InitPropVariantFromCLSIDArray","features":[391,305,392,360]},{"name":"InitPropVariantFromFloat","features":[391,305,392,360]},{"name":"IsCollectionListSame","features":[391,305,392,360]},{"name":"IsGUIDPresentInList","features":[391,305]},{"name":"IsKeyPresentInCollectionList","features":[391,305,392,360]},{"name":"IsKeyPresentInPropertyList","features":[391,305]},{"name":"IsSensorSubscribed","features":[391,305,392,360]},{"name":"LOCATION_DESIRED_ACCURACY","features":[391]},{"name":"LOCATION_DESIRED_ACCURACY_DEFAULT","features":[391]},{"name":"LOCATION_DESIRED_ACCURACY_HIGH","features":[391]},{"name":"LOCATION_POSITION_SOURCE","features":[391]},{"name":"LOCATION_POSITION_SOURCE_CELLULAR","features":[391]},{"name":"LOCATION_POSITION_SOURCE_IPADDRESS","features":[391]},{"name":"LOCATION_POSITION_SOURCE_SATELLITE","features":[391]},{"name":"LOCATION_POSITION_SOURCE_UNKNOWN","features":[391]},{"name":"LOCATION_POSITION_SOURCE_WIFI","features":[391]},{"name":"MAGNETOMETER_ACCURACY","features":[391]},{"name":"MAGNETOMETER_ACCURACY_APPROXIMATE","features":[391]},{"name":"MAGNETOMETER_ACCURACY_HIGH","features":[391]},{"name":"MAGNETOMETER_ACCURACY_UNKNOWN","features":[391]},{"name":"MAGNETOMETER_ACCURACY_UNRELIABLE","features":[391]},{"name":"MATRIX3X3","features":[391]},{"name":"MagnetometerAccuracy","features":[391]},{"name":"MagnetometerAccuracy_Approximate","features":[391]},{"name":"MagnetometerAccuracy_High","features":[391]},{"name":"MagnetometerAccuracy_Unknown","features":[391]},{"name":"MagnetometerAccuracy_Unreliable","features":[391]},{"name":"PEDOMETER_STEP_TYPE","features":[391]},{"name":"PEDOMETER_STEP_TYPE_COUNT","features":[391]},{"name":"PROXIMITY_SENSOR_CAPABILITIES","features":[391]},{"name":"PROXIMITY_TYPE","features":[391]},{"name":"PedometerStepTypeCount","features":[391]},{"name":"PedometerStepType_Force_Dword","features":[391]},{"name":"PedometerStepType_Max","features":[391]},{"name":"PedometerStepType_Running","features":[391]},{"name":"PedometerStepType_Unknown","features":[391]},{"name":"PedometerStepType_Walking","features":[391]},{"name":"PropKeyFindKeyGetBool","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetDouble","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetFileTime","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetFloat","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetGuid","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetInt32","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetInt64","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetNthInt64","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetNthUlong","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetNthUshort","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetPropVariant","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetUlong","features":[391,305,392,360]},{"name":"PropKeyFindKeyGetUshort","features":[391,305,392,360]},{"name":"PropKeyFindKeySetPropVariant","features":[391,305,392,360]},{"name":"PropVariantGetInformation","features":[340,391,305,392,360]},{"name":"PropertiesListCopy","features":[391,305]},{"name":"PropertiesListGetFillableCount","features":[391]},{"name":"ProximityType_Force_Dword","features":[391]},{"name":"ProximityType_HumanProximity","features":[391]},{"name":"ProximityType_ObjectProximity","features":[391]},{"name":"Proximity_Sensor_Human_Engagement_Capable","features":[391]},{"name":"Proximity_Sensor_Human_Presence_Capable","features":[391]},{"name":"Proximity_Sensor_Supported_Capabilities","features":[391]},{"name":"QUATERNION","features":[391]},{"name":"SENSOR_CATEGORY_ALL","features":[391]},{"name":"SENSOR_CATEGORY_BIOMETRIC","features":[391]},{"name":"SENSOR_CATEGORY_ELECTRICAL","features":[391]},{"name":"SENSOR_CATEGORY_ENVIRONMENTAL","features":[391]},{"name":"SENSOR_CATEGORY_LIGHT","features":[391]},{"name":"SENSOR_CATEGORY_LOCATION","features":[391]},{"name":"SENSOR_CATEGORY_MECHANICAL","features":[391]},{"name":"SENSOR_CATEGORY_MOTION","features":[391]},{"name":"SENSOR_CATEGORY_ORIENTATION","features":[391]},{"name":"SENSOR_CATEGORY_OTHER","features":[391]},{"name":"SENSOR_CATEGORY_SCANNER","features":[391]},{"name":"SENSOR_CATEGORY_UNSUPPORTED","features":[391]},{"name":"SENSOR_COLLECTION_LIST","features":[391,305,392,360]},{"name":"SENSOR_CONNECTION_TYPES","features":[391]},{"name":"SENSOR_CONNECTION_TYPE_PC_ATTACHED","features":[391]},{"name":"SENSOR_CONNECTION_TYPE_PC_EXTERNAL","features":[391]},{"name":"SENSOR_CONNECTION_TYPE_PC_INTEGRATED","features":[391]},{"name":"SENSOR_DATA_TYPE_ABSOLUTE_PRESSURE_PASCAL","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_X_G","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_Y_G","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ACCELERATION_Z_G","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ADDRESS1","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ADDRESS2","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ANTENNA_SEALEVEL_METERS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_ERROR_METERS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_METERS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_ERROR_METERS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_METERS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_X_DEGREES_PER_SECOND_SQUARED","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Y_DEGREES_PER_SECOND_SQUARED","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Z_DEGREES_PER_SECOND_SQUARED","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_X_DEGREES_PER_SECOND","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Y_DEGREES_PER_SECOND","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Z_DEGREES_PER_SECOND","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ATMOSPHERIC_PRESSURE_BAR","features":[391,305]},{"name":"SENSOR_DATA_TYPE_BIOMETRIC_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_BOOLEAN_SWITCH_ARRAY_STATES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_BOOLEAN_SWITCH_STATE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CAPACITANCE_FARAD","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CITY","features":[391,305]},{"name":"SENSOR_DATA_TYPE_COMMON_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_COUNTRY_REGION","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CURRENT_AMPS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_BOOLEAN_ARRAY","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_CUSTOM_USAGE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE1","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE10","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE11","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE12","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE13","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE14","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE15","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE16","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE17","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE18","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE19","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE2","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE20","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE21","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE22","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE23","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE24","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE25","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE26","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE27","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE28","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE3","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE4","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE5","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE6","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE7","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE8","features":[391,305]},{"name":"SENSOR_DATA_TYPE_CUSTOM_VALUE9","features":[391,305]},{"name":"SENSOR_DATA_TYPE_DGPS_DATA_AGE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_DIFFERENTIAL_REFERENCE_STATION_ID","features":[391,305]},{"name":"SENSOR_DATA_TYPE_DISTANCE_X_METERS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_DISTANCE_Y_METERS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_DISTANCE_Z_METERS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_FREQUENCY_HERTZ","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_PERCENT_OF_RANGE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ELECTRICAL_POWER_WATTS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ENVIRONMENTAL_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_ERROR_RADIUS_METERS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_FIX_QUALITY","features":[391,305]},{"name":"SENSOR_DATA_TYPE_FIX_TYPE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_FORCE_NEWTONS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_GAUGE_PRESSURE_PASCAL","features":[391,305]},{"name":"SENSOR_DATA_TYPE_GEOIDAL_SEPARATION","features":[391,305]},{"name":"SENSOR_DATA_TYPE_GPS_OPERATION_MODE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_GPS_SELECTION_MODE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_GPS_STATUS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_GUID_MECHANICAL_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_HORIZONAL_DILUTION_OF_PRECISION","features":[391,305]},{"name":"SENSOR_DATA_TYPE_HUMAN_PRESENCE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_HUMAN_PROXIMITY_METERS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_INDUCTANCE_HENRY","features":[391,305]},{"name":"SENSOR_DATA_TYPE_LATITUDE_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_LIGHT_CHROMACITY","features":[391,305]},{"name":"SENSOR_DATA_TYPE_LIGHT_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_LIGHT_LEVEL_LUX","features":[391,305]},{"name":"SENSOR_DATA_TYPE_LIGHT_TEMPERATURE_KELVIN","features":[391,305]},{"name":"SENSOR_DATA_TYPE_LOCATION_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_LOCATION_SOURCE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_LONGITUDE_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_X_MILLIGAUSS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Y_MILLIGAUSS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Z_MILLIGAUSS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_MAGNETIC_NORTH_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_TRUE_NORTH_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_MAGNETIC_NORTH_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_TRUE_NORTH_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_X_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_Y_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_HEADING_Z_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETIC_VARIATION","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MAGNETOMETER_ACCURACY","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MOTION_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_MOTION_STATE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_MULTIVALUE_SWITCH_STATE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_NMEA_SENTENCE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ORIENTATION_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_POSITION_DILUTION_OF_PRECISION","features":[391,305]},{"name":"SENSOR_DATA_TYPE_POSTALCODE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_QUADRANT_ANGLE_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_QUATERNION","features":[391,305]},{"name":"SENSOR_DATA_TYPE_RELATIVE_HUMIDITY_PERCENT","features":[391,305]},{"name":"SENSOR_DATA_TYPE_RESISTANCE_OHMS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_RFID_TAG_40_BIT","features":[391,305]},{"name":"SENSOR_DATA_TYPE_ROTATION_MATRIX","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_AZIMUTH","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ELEVATION","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ID","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_PRNS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_STN_RATIO","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_COUNT","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_PRNS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SATELLITES_USED_PRNS_AND_CONSTELLATIONS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SCANNER_GUID","features":[391]},{"name":"SENSOR_DATA_TYPE_SIMPLE_DEVICE_ORIENTATION","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SPEED_KNOTS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_SPEED_METERS_PER_SECOND","features":[391,305]},{"name":"SENSOR_DATA_TYPE_STATE_PROVINCE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_STRAIN","features":[391,305]},{"name":"SENSOR_DATA_TYPE_TEMPERATURE_CELSIUS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_TILT_X_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_TILT_Y_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_TILT_Z_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_TIMESTAMP","features":[391,305]},{"name":"SENSOR_DATA_TYPE_TOUCH_STATE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_TRUE_HEADING_DEGREES","features":[391,305]},{"name":"SENSOR_DATA_TYPE_VERTICAL_DILUTION_OF_PRECISION","features":[391,305]},{"name":"SENSOR_DATA_TYPE_VOLTAGE_VOLTS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_WEIGHT_KILOGRAMS","features":[391,305]},{"name":"SENSOR_DATA_TYPE_WIND_DIRECTION_DEGREES_ANTICLOCKWISE","features":[391,305]},{"name":"SENSOR_DATA_TYPE_WIND_SPEED_METERS_PER_SECOND","features":[391,305]},{"name":"SENSOR_ERROR_PARAMETER_COMMON_GUID","features":[391]},{"name":"SENSOR_EVENT_ACCELEROMETER_SHAKE","features":[391]},{"name":"SENSOR_EVENT_DATA_UPDATED","features":[391]},{"name":"SENSOR_EVENT_PARAMETER_COMMON_GUID","features":[391]},{"name":"SENSOR_EVENT_PARAMETER_EVENT_ID","features":[391,305]},{"name":"SENSOR_EVENT_PARAMETER_STATE","features":[391,305]},{"name":"SENSOR_EVENT_PROPERTY_CHANGED","features":[391]},{"name":"SENSOR_EVENT_STATE_CHANGED","features":[391]},{"name":"SENSOR_PROPERTY_ACCURACY","features":[391,305]},{"name":"SENSOR_PROPERTY_CHANGE_SENSITIVITY","features":[391,305]},{"name":"SENSOR_PROPERTY_CLEAR_ASSISTANCE_DATA","features":[391,305]},{"name":"SENSOR_PROPERTY_COMMON_GUID","features":[391]},{"name":"SENSOR_PROPERTY_CONNECTION_TYPE","features":[391,305]},{"name":"SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL","features":[391,305]},{"name":"SENSOR_PROPERTY_DESCRIPTION","features":[391,305]},{"name":"SENSOR_PROPERTY_DEVICE_PATH","features":[391,305]},{"name":"SENSOR_PROPERTY_FRIENDLY_NAME","features":[391,305]},{"name":"SENSOR_PROPERTY_HID_USAGE","features":[391,305]},{"name":"SENSOR_PROPERTY_LIGHT_RESPONSE_CURVE","features":[391,305]},{"name":"SENSOR_PROPERTY_LIST","features":[391,305]},{"name":"SENSOR_PROPERTY_LIST_HEADER_SIZE","features":[391]},{"name":"SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY","features":[391,305]},{"name":"SENSOR_PROPERTY_MANUFACTURER","features":[391,305]},{"name":"SENSOR_PROPERTY_MIN_REPORT_INTERVAL","features":[391,305]},{"name":"SENSOR_PROPERTY_MODEL","features":[391,305]},{"name":"SENSOR_PROPERTY_PERSISTENT_UNIQUE_ID","features":[391,305]},{"name":"SENSOR_PROPERTY_RADIO_STATE","features":[391,305]},{"name":"SENSOR_PROPERTY_RADIO_STATE_PREVIOUS","features":[391,305]},{"name":"SENSOR_PROPERTY_RANGE_MAXIMUM","features":[391,305]},{"name":"SENSOR_PROPERTY_RANGE_MINIMUM","features":[391,305]},{"name":"SENSOR_PROPERTY_RESOLUTION","features":[391,305]},{"name":"SENSOR_PROPERTY_SERIAL_NUMBER","features":[391,305]},{"name":"SENSOR_PROPERTY_STATE","features":[391,305]},{"name":"SENSOR_PROPERTY_TEST_GUID","features":[391]},{"name":"SENSOR_PROPERTY_TURN_ON_OFF_NMEA","features":[391,305]},{"name":"SENSOR_PROPERTY_TYPE","features":[391,305]},{"name":"SENSOR_STATE","features":[391]},{"name":"SENSOR_STATE_ACCESS_DENIED","features":[391]},{"name":"SENSOR_STATE_ERROR","features":[391]},{"name":"SENSOR_STATE_INITIALIZING","features":[391]},{"name":"SENSOR_STATE_MAX","features":[391]},{"name":"SENSOR_STATE_MIN","features":[391]},{"name":"SENSOR_STATE_NOT_AVAILABLE","features":[391]},{"name":"SENSOR_STATE_NO_DATA","features":[391]},{"name":"SENSOR_STATE_READY","features":[391]},{"name":"SENSOR_TYPE_ACCELEROMETER_1D","features":[391]},{"name":"SENSOR_TYPE_ACCELEROMETER_2D","features":[391]},{"name":"SENSOR_TYPE_ACCELEROMETER_3D","features":[391]},{"name":"SENSOR_TYPE_AGGREGATED_DEVICE_ORIENTATION","features":[391]},{"name":"SENSOR_TYPE_AGGREGATED_QUADRANT_ORIENTATION","features":[391]},{"name":"SENSOR_TYPE_AGGREGATED_SIMPLE_DEVICE_ORIENTATION","features":[391]},{"name":"SENSOR_TYPE_AMBIENT_LIGHT","features":[391]},{"name":"SENSOR_TYPE_BARCODE_SCANNER","features":[391]},{"name":"SENSOR_TYPE_BOOLEAN_SWITCH","features":[391]},{"name":"SENSOR_TYPE_BOOLEAN_SWITCH_ARRAY","features":[391]},{"name":"SENSOR_TYPE_CAPACITANCE","features":[391]},{"name":"SENSOR_TYPE_COMPASS_1D","features":[391]},{"name":"SENSOR_TYPE_COMPASS_2D","features":[391]},{"name":"SENSOR_TYPE_COMPASS_3D","features":[391]},{"name":"SENSOR_TYPE_CURRENT","features":[391]},{"name":"SENSOR_TYPE_CUSTOM","features":[391]},{"name":"SENSOR_TYPE_DISTANCE_1D","features":[391]},{"name":"SENSOR_TYPE_DISTANCE_2D","features":[391]},{"name":"SENSOR_TYPE_DISTANCE_3D","features":[391]},{"name":"SENSOR_TYPE_ELECTRICAL_POWER","features":[391]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_ATMOSPHERIC_PRESSURE","features":[391]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_HUMIDITY","features":[391]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_TEMPERATURE","features":[391]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_WIND_DIRECTION","features":[391]},{"name":"SENSOR_TYPE_ENVIRONMENTAL_WIND_SPEED","features":[391]},{"name":"SENSOR_TYPE_FORCE","features":[391]},{"name":"SENSOR_TYPE_FREQUENCY","features":[391]},{"name":"SENSOR_TYPE_GYROMETER_1D","features":[391]},{"name":"SENSOR_TYPE_GYROMETER_2D","features":[391]},{"name":"SENSOR_TYPE_GYROMETER_3D","features":[391]},{"name":"SENSOR_TYPE_HUMAN_PRESENCE","features":[391]},{"name":"SENSOR_TYPE_HUMAN_PROXIMITY","features":[391]},{"name":"SENSOR_TYPE_INCLINOMETER_1D","features":[391]},{"name":"SENSOR_TYPE_INCLINOMETER_2D","features":[391]},{"name":"SENSOR_TYPE_INCLINOMETER_3D","features":[391]},{"name":"SENSOR_TYPE_INDUCTANCE","features":[391]},{"name":"SENSOR_TYPE_LOCATION_BROADCAST","features":[391]},{"name":"SENSOR_TYPE_LOCATION_DEAD_RECKONING","features":[391]},{"name":"SENSOR_TYPE_LOCATION_GPS","features":[391]},{"name":"SENSOR_TYPE_LOCATION_LOOKUP","features":[391]},{"name":"SENSOR_TYPE_LOCATION_OTHER","features":[391]},{"name":"SENSOR_TYPE_LOCATION_STATIC","features":[391]},{"name":"SENSOR_TYPE_LOCATION_TRIANGULATION","features":[391]},{"name":"SENSOR_TYPE_MOTION_DETECTOR","features":[391]},{"name":"SENSOR_TYPE_MULTIVALUE_SWITCH","features":[391]},{"name":"SENSOR_TYPE_POTENTIOMETER","features":[391]},{"name":"SENSOR_TYPE_PRESSURE","features":[391]},{"name":"SENSOR_TYPE_RESISTANCE","features":[391]},{"name":"SENSOR_TYPE_RFID_SCANNER","features":[391]},{"name":"SENSOR_TYPE_SCALE","features":[391]},{"name":"SENSOR_TYPE_SPEEDOMETER","features":[391]},{"name":"SENSOR_TYPE_STRAIN","features":[391]},{"name":"SENSOR_TYPE_TOUCH","features":[391]},{"name":"SENSOR_TYPE_UNKNOWN","features":[391]},{"name":"SENSOR_TYPE_VOLTAGE","features":[391]},{"name":"SENSOR_VALUE_PAIR","features":[391,305,392,360]},{"name":"SIMPLE_DEVICE_ORIENTATION","features":[391]},{"name":"SIMPLE_DEVICE_ORIENTATION_NOT_ROTATED","features":[391]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_180","features":[391]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_270","features":[391]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_90","features":[391]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_FACE_DOWN","features":[391]},{"name":"SIMPLE_DEVICE_ORIENTATION_ROTATED_FACE_UP","features":[391]},{"name":"Sensor","features":[391]},{"name":"SensorCollection","features":[391]},{"name":"SensorCollectionGetAt","features":[391,305,392,360]},{"name":"SensorConnectionType","features":[391]},{"name":"SensorConnectionType_Attached","features":[391]},{"name":"SensorConnectionType_External","features":[391]},{"name":"SensorConnectionType_Integrated","features":[391]},{"name":"SensorDataReport","features":[391]},{"name":"SensorManager","features":[391]},{"name":"SensorState","features":[391]},{"name":"SensorState_Active","features":[391]},{"name":"SensorState_Error","features":[391]},{"name":"SensorState_Idle","features":[391]},{"name":"SensorState_Initializing","features":[391]},{"name":"SerializationBufferAllocate","features":[391,305]},{"name":"SerializationBufferFree","features":[391]},{"name":"SimpleDeviceOrientation","features":[391]},{"name":"SimpleDeviceOrientation_Facedown","features":[391]},{"name":"SimpleDeviceOrientation_Faceup","features":[391]},{"name":"SimpleDeviceOrientation_NotRotated","features":[391]},{"name":"SimpleDeviceOrientation_Rotated180DegreesCounterclockwise","features":[391]},{"name":"SimpleDeviceOrientation_Rotated270DegreesCounterclockwise","features":[391]},{"name":"SimpleDeviceOrientation_Rotated90DegreesCounterclockwise","features":[391]},{"name":"VEC3D","features":[391]}],"394":[{"name":"CDB_REPORT_BITS","features":[393]},{"name":"CDB_REPORT_BYTES","features":[393]},{"name":"COMDB_MAX_PORTS_ARBITRATED","features":[393]},{"name":"COMDB_MIN_PORTS_ARBITRATED","features":[393]},{"name":"ComDBClaimNextFreePort","features":[393]},{"name":"ComDBClaimPort","features":[393,305]},{"name":"ComDBClose","features":[393]},{"name":"ComDBGetCurrentPortUsage","features":[393]},{"name":"ComDBOpen","features":[393]},{"name":"ComDBReleasePort","features":[393]},{"name":"ComDBResizeDatabase","features":[393]},{"name":"DEVPKEY_DeviceInterface_Serial_PortName","features":[393,305]},{"name":"DEVPKEY_DeviceInterface_Serial_UsbProductId","features":[393,305]},{"name":"DEVPKEY_DeviceInterface_Serial_UsbVendorId","features":[393,305]},{"name":"EVEN_PARITY","features":[393]},{"name":"HCOMDB","features":[393]},{"name":"IOCTL_INTERNAL_SERENUM_REMOVE_SELF","features":[393]},{"name":"IOCTL_SERIAL_APPLY_DEFAULT_CONFIGURATION","features":[393]},{"name":"IOCTL_SERIAL_CLEAR_STATS","features":[393]},{"name":"IOCTL_SERIAL_CLR_DTR","features":[393]},{"name":"IOCTL_SERIAL_CLR_RTS","features":[393]},{"name":"IOCTL_SERIAL_CONFIG_SIZE","features":[393]},{"name":"IOCTL_SERIAL_GET_BAUD_RATE","features":[393]},{"name":"IOCTL_SERIAL_GET_CHARS","features":[393]},{"name":"IOCTL_SERIAL_GET_COMMCONFIG","features":[393]},{"name":"IOCTL_SERIAL_GET_COMMSTATUS","features":[393]},{"name":"IOCTL_SERIAL_GET_DTRRTS","features":[393]},{"name":"IOCTL_SERIAL_GET_HANDFLOW","features":[393]},{"name":"IOCTL_SERIAL_GET_LINE_CONTROL","features":[393]},{"name":"IOCTL_SERIAL_GET_MODEMSTATUS","features":[393]},{"name":"IOCTL_SERIAL_GET_MODEM_CONTROL","features":[393]},{"name":"IOCTL_SERIAL_GET_PROPERTIES","features":[393]},{"name":"IOCTL_SERIAL_GET_STATS","features":[393]},{"name":"IOCTL_SERIAL_GET_TIMEOUTS","features":[393]},{"name":"IOCTL_SERIAL_GET_WAIT_MASK","features":[393]},{"name":"IOCTL_SERIAL_IMMEDIATE_CHAR","features":[393]},{"name":"IOCTL_SERIAL_INTERNAL_BASIC_SETTINGS","features":[393]},{"name":"IOCTL_SERIAL_INTERNAL_CANCEL_WAIT_WAKE","features":[393]},{"name":"IOCTL_SERIAL_INTERNAL_DO_WAIT_WAKE","features":[393]},{"name":"IOCTL_SERIAL_INTERNAL_RESTORE_SETTINGS","features":[393]},{"name":"IOCTL_SERIAL_PURGE","features":[393]},{"name":"IOCTL_SERIAL_RESET_DEVICE","features":[393]},{"name":"IOCTL_SERIAL_SET_BAUD_RATE","features":[393]},{"name":"IOCTL_SERIAL_SET_BREAK_OFF","features":[393]},{"name":"IOCTL_SERIAL_SET_BREAK_ON","features":[393]},{"name":"IOCTL_SERIAL_SET_CHARS","features":[393]},{"name":"IOCTL_SERIAL_SET_COMMCONFIG","features":[393]},{"name":"IOCTL_SERIAL_SET_DTR","features":[393]},{"name":"IOCTL_SERIAL_SET_FIFO_CONTROL","features":[393]},{"name":"IOCTL_SERIAL_SET_HANDFLOW","features":[393]},{"name":"IOCTL_SERIAL_SET_INTERVAL_TIMER_RESOLUTION","features":[393]},{"name":"IOCTL_SERIAL_SET_LINE_CONTROL","features":[393]},{"name":"IOCTL_SERIAL_SET_MODEM_CONTROL","features":[393]},{"name":"IOCTL_SERIAL_SET_QUEUE_SIZE","features":[393]},{"name":"IOCTL_SERIAL_SET_RTS","features":[393]},{"name":"IOCTL_SERIAL_SET_TIMEOUTS","features":[393]},{"name":"IOCTL_SERIAL_SET_WAIT_MASK","features":[393]},{"name":"IOCTL_SERIAL_SET_XOFF","features":[393]},{"name":"IOCTL_SERIAL_SET_XON","features":[393]},{"name":"IOCTL_SERIAL_WAIT_ON_MASK","features":[393]},{"name":"IOCTL_SERIAL_XOFF_COUNTER","features":[393]},{"name":"MARK_PARITY","features":[393]},{"name":"NO_PARITY","features":[393]},{"name":"ODD_PARITY","features":[393]},{"name":"PSERENUM_READPORT","features":[393]},{"name":"PSERENUM_WRITEPORT","features":[393]},{"name":"SERENUM_PORTION","features":[393]},{"name":"SERENUM_PORT_DESC","features":[393]},{"name":"SERENUM_PORT_PARAMETERS","features":[393]},{"name":"SERIALCONFIG","features":[393]},{"name":"SERIALPERF_STATS","features":[393]},{"name":"SERIAL_BASIC_SETTINGS","features":[393]},{"name":"SERIAL_BAUD_RATE","features":[393]},{"name":"SERIAL_CHARS","features":[393]},{"name":"SERIAL_COMMPROP","features":[393]},{"name":"SERIAL_EV_BREAK","features":[393]},{"name":"SERIAL_EV_CTS","features":[393]},{"name":"SERIAL_EV_DSR","features":[393]},{"name":"SERIAL_EV_ERR","features":[393]},{"name":"SERIAL_EV_EVENT1","features":[393]},{"name":"SERIAL_EV_EVENT2","features":[393]},{"name":"SERIAL_EV_PERR","features":[393]},{"name":"SERIAL_EV_RING","features":[393]},{"name":"SERIAL_EV_RLSD","features":[393]},{"name":"SERIAL_EV_RX80FULL","features":[393]},{"name":"SERIAL_EV_RXCHAR","features":[393]},{"name":"SERIAL_EV_RXFLAG","features":[393]},{"name":"SERIAL_EV_TXEMPTY","features":[393]},{"name":"SERIAL_HANDFLOW","features":[393]},{"name":"SERIAL_LINE_CONTROL","features":[393]},{"name":"SERIAL_LSRMST_ESCAPE","features":[393]},{"name":"SERIAL_LSRMST_LSR_DATA","features":[393]},{"name":"SERIAL_LSRMST_LSR_NODATA","features":[393]},{"name":"SERIAL_LSRMST_MST","features":[393]},{"name":"SERIAL_PURGE_RXABORT","features":[393]},{"name":"SERIAL_PURGE_RXCLEAR","features":[393]},{"name":"SERIAL_PURGE_TXABORT","features":[393]},{"name":"SERIAL_PURGE_TXCLEAR","features":[393]},{"name":"SERIAL_QUEUE_SIZE","features":[393]},{"name":"SERIAL_STATUS","features":[393,305]},{"name":"SERIAL_TIMEOUTS","features":[393]},{"name":"SERIAL_XOFF_COUNTER","features":[393]},{"name":"SPACE_PARITY","features":[393]},{"name":"STOP_BITS_1_5","features":[393]},{"name":"STOP_BITS_2","features":[393]},{"name":"STOP_BIT_1","features":[393]},{"name":"SerenumFirstHalf","features":[393]},{"name":"SerenumSecondHalf","features":[393]},{"name":"SerenumWhole","features":[393]}],"395":[{"name":"ACDGE_GROUP_REMOVED","features":[394]},{"name":"ACDGE_NEW_GROUP","features":[394]},{"name":"ACDGROUP_EVENT","features":[394]},{"name":"ACDQE_NEW_QUEUE","features":[394]},{"name":"ACDQE_QUEUE_REMOVED","features":[394]},{"name":"ACDQUEUE_EVENT","features":[394]},{"name":"ACS_ADDRESSDEVICESPECIFIC","features":[394]},{"name":"ACS_LINEDEVICESPECIFIC","features":[394]},{"name":"ACS_PERMANENTDEVICEGUID","features":[394]},{"name":"ACS_PROTOCOL","features":[394]},{"name":"ACS_PROVIDERSPECIFIC","features":[394]},{"name":"ACS_SWITCHSPECIFIC","features":[394]},{"name":"AC_ADDRESSCAPFLAGS","features":[394]},{"name":"AC_ADDRESSFEATURES","features":[394]},{"name":"AC_ADDRESSID","features":[394]},{"name":"AC_ADDRESSTYPES","features":[394]},{"name":"AC_ANSWERMODES","features":[394]},{"name":"AC_BEARERMODES","features":[394]},{"name":"AC_CALLCOMPLETIONCONDITIONS","features":[394]},{"name":"AC_CALLCOMPLETIONMODES","features":[394]},{"name":"AC_CALLEDIDSUPPORT","features":[394]},{"name":"AC_CALLERIDSUPPORT","features":[394]},{"name":"AC_CALLFEATURES1","features":[394]},{"name":"AC_CALLFEATURES2","features":[394]},{"name":"AC_CONNECTEDIDSUPPORT","features":[394]},{"name":"AC_DEVCAPFLAGS","features":[394]},{"name":"AC_FORWARDMODES","features":[394]},{"name":"AC_GATHERDIGITSMAXTIMEOUT","features":[394]},{"name":"AC_GATHERDIGITSMINTIMEOUT","features":[394]},{"name":"AC_GENERATEDIGITDEFAULTDURATION","features":[394]},{"name":"AC_GENERATEDIGITMAXDURATION","features":[394]},{"name":"AC_GENERATEDIGITMINDURATION","features":[394]},{"name":"AC_GENERATEDIGITSUPPORT","features":[394]},{"name":"AC_GENERATETONEMAXNUMFREQ","features":[394]},{"name":"AC_GENERATETONEMODES","features":[394]},{"name":"AC_LINEFEATURES","features":[394]},{"name":"AC_LINEID","features":[394]},{"name":"AC_MAXACTIVECALLS","features":[394]},{"name":"AC_MAXCALLCOMPLETIONS","features":[394]},{"name":"AC_MAXCALLDATASIZE","features":[394]},{"name":"AC_MAXFORWARDENTRIES","features":[394]},{"name":"AC_MAXFWDNUMRINGS","features":[394]},{"name":"AC_MAXNUMCONFERENCE","features":[394]},{"name":"AC_MAXNUMTRANSCONF","features":[394]},{"name":"AC_MAXONHOLDCALLS","features":[394]},{"name":"AC_MAXONHOLDPENDINGCALLS","features":[394]},{"name":"AC_MAXSPECIFICENTRIES","features":[394]},{"name":"AC_MINFWDNUMRINGS","features":[394]},{"name":"AC_MONITORDIGITSUPPORT","features":[394]},{"name":"AC_MONITORTONEMAXNUMENTRIES","features":[394]},{"name":"AC_MONITORTONEMAXNUMFREQ","features":[394]},{"name":"AC_PARKSUPPORT","features":[394]},{"name":"AC_PERMANENTDEVICEID","features":[394]},{"name":"AC_PREDICTIVEAUTOTRANSFERSTATES","features":[394]},{"name":"AC_REDIRECTINGIDSUPPORT","features":[394]},{"name":"AC_REDIRECTIONIDSUPPORT","features":[394]},{"name":"AC_REMOVEFROMCONFCAPS","features":[394]},{"name":"AC_REMOVEFROMCONFSTATE","features":[394]},{"name":"AC_SETTABLEDEVSTATUS","features":[394]},{"name":"AC_TRANSFERMODES","features":[394]},{"name":"ADDRALIAS","features":[394]},{"name":"ADDRESS_CAPABILITY","features":[394]},{"name":"ADDRESS_CAPABILITY_STRING","features":[394]},{"name":"ADDRESS_EVENT","features":[394]},{"name":"ADDRESS_STATE","features":[394]},{"name":"ADDRESS_TERMINAL_AVAILABLE","features":[394]},{"name":"ADDRESS_TERMINAL_UNAVAILABLE","features":[394]},{"name":"AE_BUSY_ACD","features":[394]},{"name":"AE_BUSY_INCOMING","features":[394]},{"name":"AE_BUSY_OUTGOING","features":[394]},{"name":"AE_CAPSCHANGE","features":[394]},{"name":"AE_CONFIGCHANGE","features":[394]},{"name":"AE_FORWARD","features":[394]},{"name":"AE_LASTITEM","features":[394]},{"name":"AE_MSGWAITOFF","features":[394]},{"name":"AE_MSGWAITON","features":[394]},{"name":"AE_NEWTERMINAL","features":[394]},{"name":"AE_NOT_READY","features":[394]},{"name":"AE_READY","features":[394]},{"name":"AE_REMOVETERMINAL","features":[394]},{"name":"AE_RINGING","features":[394]},{"name":"AE_STATE","features":[394]},{"name":"AE_UNKNOWN","features":[394]},{"name":"AGENTHANDLER_EVENT","features":[394]},{"name":"AGENT_EVENT","features":[394]},{"name":"AGENT_SESSION_EVENT","features":[394]},{"name":"AGENT_SESSION_STATE","features":[394]},{"name":"AGENT_STATE","features":[394]},{"name":"AHE_AGENTHANDLER_REMOVED","features":[394]},{"name":"AHE_NEW_AGENTHANDLER","features":[394]},{"name":"ASE_BUSY","features":[394]},{"name":"ASE_END","features":[394]},{"name":"ASE_NEW_SESSION","features":[394]},{"name":"ASE_NOT_READY","features":[394]},{"name":"ASE_READY","features":[394]},{"name":"ASE_WRAPUP","features":[394]},{"name":"ASST_BUSY_ON_CALL","features":[394]},{"name":"ASST_BUSY_WRAPUP","features":[394]},{"name":"ASST_NOT_READY","features":[394]},{"name":"ASST_READY","features":[394]},{"name":"ASST_SESSION_ENDED","features":[394]},{"name":"ASYNC_COMPLETION","features":[394]},{"name":"AS_BUSY_ACD","features":[394]},{"name":"AS_BUSY_INCOMING","features":[394]},{"name":"AS_BUSY_OUTGOING","features":[394]},{"name":"AS_INSERVICE","features":[394]},{"name":"AS_NOT_READY","features":[394]},{"name":"AS_OUTOFSERVICE","features":[394]},{"name":"AS_READY","features":[394]},{"name":"AS_UNKNOWN","features":[394]},{"name":"CALLHUB_EVENT","features":[394]},{"name":"CALLHUB_STATE","features":[394]},{"name":"CALLINFOCHANGE_CAUSE","features":[394]},{"name":"CALLINFO_BUFFER","features":[394]},{"name":"CALLINFO_LONG","features":[394]},{"name":"CALLINFO_STRING","features":[394]},{"name":"CALL_CAUSE_BAD_DEVICE","features":[394]},{"name":"CALL_CAUSE_CONNECT_FAIL","features":[394]},{"name":"CALL_CAUSE_LOCAL_REQUEST","features":[394]},{"name":"CALL_CAUSE_MEDIA_RECOVERED","features":[394]},{"name":"CALL_CAUSE_MEDIA_TIMEOUT","features":[394]},{"name":"CALL_CAUSE_QUALITY_OF_SERVICE","features":[394]},{"name":"CALL_CAUSE_REMOTE_REQUEST","features":[394]},{"name":"CALL_CAUSE_UNKNOWN","features":[394]},{"name":"CALL_MEDIA_EVENT","features":[394]},{"name":"CALL_MEDIA_EVENT_CAUSE","features":[394]},{"name":"CALL_NEW_STREAM","features":[394]},{"name":"CALL_NOTIFICATION_EVENT","features":[394]},{"name":"CALL_PRIVILEGE","features":[394]},{"name":"CALL_STATE","features":[394]},{"name":"CALL_STATE_EVENT_CAUSE","features":[394]},{"name":"CALL_STREAM_ACTIVE","features":[394]},{"name":"CALL_STREAM_FAIL","features":[394]},{"name":"CALL_STREAM_INACTIVE","features":[394]},{"name":"CALL_STREAM_NOT_USED","features":[394]},{"name":"CALL_TERMINAL_FAIL","features":[394]},{"name":"CEC_DISCONNECT_BADADDRESS","features":[394]},{"name":"CEC_DISCONNECT_BLOCKED","features":[394]},{"name":"CEC_DISCONNECT_BUSY","features":[394]},{"name":"CEC_DISCONNECT_CANCELLED","features":[394]},{"name":"CEC_DISCONNECT_FAILED","features":[394]},{"name":"CEC_DISCONNECT_NOANSWER","features":[394]},{"name":"CEC_DISCONNECT_NORMAL","features":[394]},{"name":"CEC_DISCONNECT_REJECTED","features":[394]},{"name":"CEC_NONE","features":[394]},{"name":"CHE_CALLHUBIDLE","features":[394]},{"name":"CHE_CALLHUBNEW","features":[394]},{"name":"CHE_CALLJOIN","features":[394]},{"name":"CHE_CALLLEAVE","features":[394]},{"name":"CHE_LASTITEM","features":[394]},{"name":"CHS_ACTIVE","features":[394]},{"name":"CHS_IDLE","features":[394]},{"name":"CIB_CALLDATABUFFER","features":[394]},{"name":"CIB_CHARGINGINFOBUFFER","features":[394]},{"name":"CIB_DEVSPECIFICBUFFER","features":[394]},{"name":"CIB_HIGHLEVELCOMPATIBILITYBUFFER","features":[394]},{"name":"CIB_LOWLEVELCOMPATIBILITYBUFFER","features":[394]},{"name":"CIB_USERUSERINFO","features":[394]},{"name":"CIC_APPSPECIFIC","features":[394]},{"name":"CIC_BEARERMODE","features":[394]},{"name":"CIC_CALLDATA","features":[394]},{"name":"CIC_CALLEDID","features":[394]},{"name":"CIC_CALLERID","features":[394]},{"name":"CIC_CALLID","features":[394]},{"name":"CIC_CHARGINGINFO","features":[394]},{"name":"CIC_COMPLETIONID","features":[394]},{"name":"CIC_CONNECTEDID","features":[394]},{"name":"CIC_DEVSPECIFIC","features":[394]},{"name":"CIC_HIGHLEVELCOMP","features":[394]},{"name":"CIC_LASTITEM","features":[394]},{"name":"CIC_LOWLEVELCOMP","features":[394]},{"name":"CIC_MEDIATYPE","features":[394]},{"name":"CIC_NUMMONITORS","features":[394]},{"name":"CIC_NUMOWNERDECR","features":[394]},{"name":"CIC_NUMOWNERINCR","features":[394]},{"name":"CIC_ORIGIN","features":[394]},{"name":"CIC_OTHER","features":[394]},{"name":"CIC_PRIVILEGE","features":[394]},{"name":"CIC_RATE","features":[394]},{"name":"CIC_REASON","features":[394]},{"name":"CIC_REDIRECTINGID","features":[394]},{"name":"CIC_REDIRECTIONID","features":[394]},{"name":"CIC_RELATEDCALLID","features":[394]},{"name":"CIC_TREATMENT","features":[394]},{"name":"CIC_TRUNK","features":[394]},{"name":"CIC_USERUSERINFO","features":[394]},{"name":"CIL_APPSPECIFIC","features":[394]},{"name":"CIL_BEARERMODE","features":[394]},{"name":"CIL_CALLEDIDADDRESSTYPE","features":[394]},{"name":"CIL_CALLERIDADDRESSTYPE","features":[394]},{"name":"CIL_CALLID","features":[394]},{"name":"CIL_CALLPARAMSFLAGS","features":[394]},{"name":"CIL_CALLTREATMENT","features":[394]},{"name":"CIL_COMPLETIONID","features":[394]},{"name":"CIL_CONNECTEDIDADDRESSTYPE","features":[394]},{"name":"CIL_COUNTRYCODE","features":[394]},{"name":"CIL_GENERATEDIGITDURATION","features":[394]},{"name":"CIL_MAXRATE","features":[394]},{"name":"CIL_MEDIATYPESAVAILABLE","features":[394]},{"name":"CIL_MINRATE","features":[394]},{"name":"CIL_MONITORDIGITMODES","features":[394]},{"name":"CIL_MONITORMEDIAMODES","features":[394]},{"name":"CIL_NUMBEROFMONITORS","features":[394]},{"name":"CIL_NUMBEROFOWNERS","features":[394]},{"name":"CIL_ORIGIN","features":[394]},{"name":"CIL_RATE","features":[394]},{"name":"CIL_REASON","features":[394]},{"name":"CIL_REDIRECTINGIDADDRESSTYPE","features":[394]},{"name":"CIL_REDIRECTIONIDADDRESSTYPE","features":[394]},{"name":"CIL_RELATEDCALLID","features":[394]},{"name":"CIL_TRUNK","features":[394]},{"name":"CIS_CALLEDIDNAME","features":[394]},{"name":"CIS_CALLEDIDNUMBER","features":[394]},{"name":"CIS_CALLEDPARTYFRIENDLYNAME","features":[394]},{"name":"CIS_CALLERIDNAME","features":[394]},{"name":"CIS_CALLERIDNUMBER","features":[394]},{"name":"CIS_CALLINGPARTYID","features":[394]},{"name":"CIS_COMMENT","features":[394]},{"name":"CIS_CONNECTEDIDNAME","features":[394]},{"name":"CIS_CONNECTEDIDNUMBER","features":[394]},{"name":"CIS_DISPLAYABLEADDRESS","features":[394]},{"name":"CIS_REDIRECTINGIDNAME","features":[394]},{"name":"CIS_REDIRECTINGIDNUMBER","features":[394]},{"name":"CIS_REDIRECTIONIDNAME","features":[394]},{"name":"CIS_REDIRECTIONIDNUMBER","features":[394]},{"name":"CMC_BAD_DEVICE","features":[394]},{"name":"CMC_CONNECT_FAIL","features":[394]},{"name":"CMC_LOCAL_REQUEST","features":[394]},{"name":"CMC_MEDIA_RECOVERED","features":[394]},{"name":"CMC_MEDIA_TIMEOUT","features":[394]},{"name":"CMC_QUALITY_OF_SERVICE","features":[394]},{"name":"CMC_REMOTE_REQUEST","features":[394]},{"name":"CMC_UNKNOWN","features":[394]},{"name":"CME_LASTITEM","features":[394]},{"name":"CME_NEW_STREAM","features":[394]},{"name":"CME_STREAM_ACTIVE","features":[394]},{"name":"CME_STREAM_FAIL","features":[394]},{"name":"CME_STREAM_INACTIVE","features":[394]},{"name":"CME_STREAM_NOT_USED","features":[394]},{"name":"CME_TERMINAL_FAIL","features":[394]},{"name":"CNE_LASTITEM","features":[394]},{"name":"CNE_MONITOR","features":[394]},{"name":"CNE_OWNER","features":[394]},{"name":"CP_MONITOR","features":[394]},{"name":"CP_OWNER","features":[394]},{"name":"CS_CONNECTED","features":[394]},{"name":"CS_DISCONNECTED","features":[394]},{"name":"CS_HOLD","features":[394]},{"name":"CS_IDLE","features":[394]},{"name":"CS_INPROGRESS","features":[394]},{"name":"CS_LASTITEM","features":[394]},{"name":"CS_OFFERING","features":[394]},{"name":"CS_QUEUED","features":[394]},{"name":"DC_NOANSWER","features":[394]},{"name":"DC_NORMAL","features":[394]},{"name":"DC_REJECTED","features":[394]},{"name":"DIRECTORY_OBJECT_TYPE","features":[394]},{"name":"DIRECTORY_TYPE","features":[394]},{"name":"DISCONNECT_CODE","features":[394]},{"name":"DISPIDMASK","features":[394]},{"name":"DTR","features":[394]},{"name":"DT_ILS","features":[394]},{"name":"DT_NTDS","features":[394]},{"name":"DispatchMapper","features":[394]},{"name":"FDS_NOTSUPPORTED","features":[394]},{"name":"FDS_SUPPORTED","features":[394]},{"name":"FDS_UNKNOWN","features":[394]},{"name":"FINISH_MODE","features":[394]},{"name":"FM_ASCONFERENCE","features":[394]},{"name":"FM_ASTRANSFER","features":[394]},{"name":"FTEC_END_OF_FILE","features":[394]},{"name":"FTEC_NORMAL","features":[394]},{"name":"FTEC_READ_ERROR","features":[394]},{"name":"FTEC_WRITE_ERROR","features":[394]},{"name":"FT_STATE_EVENT_CAUSE","features":[394]},{"name":"FULLDUPLEX_SUPPORT","features":[394]},{"name":"GETTNEFSTREAMCODEPAGE","features":[394]},{"name":"GetTnefStreamCodepage","features":[394,358]},{"name":"HDRVCALL","features":[394]},{"name":"HDRVDIALOGINSTANCE","features":[394]},{"name":"HDRVLINE","features":[394]},{"name":"HDRVMSPLINE","features":[394]},{"name":"HDRVPHONE","features":[394]},{"name":"HPROVIDER","features":[394]},{"name":"HTAPICALL","features":[394]},{"name":"HTAPILINE","features":[394]},{"name":"HTAPIPHONE","features":[394]},{"name":"IDISPADDRESS","features":[394]},{"name":"IDISPADDRESSCAPABILITIES","features":[394]},{"name":"IDISPADDRESSTRANSLATION","features":[394]},{"name":"IDISPAGGREGATEDMSPADDRESSOBJ","features":[394]},{"name":"IDISPAGGREGATEDMSPCALLOBJ","features":[394]},{"name":"IDISPAPC","features":[394]},{"name":"IDISPBASICCALLCONTROL","features":[394]},{"name":"IDISPCALLINFO","features":[394]},{"name":"IDISPDIRECTORY","features":[394]},{"name":"IDISPDIROBJCONFERENCE","features":[394]},{"name":"IDISPDIROBJECT","features":[394]},{"name":"IDISPDIROBJUSER","features":[394]},{"name":"IDISPFILETRACK","features":[394]},{"name":"IDISPILSCONFIG","features":[394]},{"name":"IDISPLEGACYADDRESSMEDIACONTROL","features":[394]},{"name":"IDISPLEGACYCALLMEDIACONTROL","features":[394]},{"name":"IDISPMEDIACONTROL","features":[394]},{"name":"IDISPMEDIAPLAYBACK","features":[394]},{"name":"IDISPMEDIARECORD","features":[394]},{"name":"IDISPMEDIASUPPORT","features":[394]},{"name":"IDISPMULTITRACK","features":[394]},{"name":"IDISPPHONE","features":[394]},{"name":"IDISPTAPI","features":[394]},{"name":"IDISPTAPICALLCENTER","features":[394]},{"name":"IEnumACDGroup","features":[394]},{"name":"IEnumAddress","features":[394]},{"name":"IEnumAgent","features":[394]},{"name":"IEnumAgentHandler","features":[394]},{"name":"IEnumAgentSession","features":[394]},{"name":"IEnumBstr","features":[394]},{"name":"IEnumCall","features":[394]},{"name":"IEnumCallHub","features":[394]},{"name":"IEnumCallingCard","features":[394]},{"name":"IEnumDialableAddrs","features":[394]},{"name":"IEnumDirectory","features":[394]},{"name":"IEnumDirectoryObject","features":[394]},{"name":"IEnumLocation","features":[394]},{"name":"IEnumMcastScope","features":[394]},{"name":"IEnumPhone","features":[394]},{"name":"IEnumPluggableSuperclassInfo","features":[394]},{"name":"IEnumPluggableTerminalClassInfo","features":[394]},{"name":"IEnumQueue","features":[394]},{"name":"IEnumStream","features":[394]},{"name":"IEnumSubStream","features":[394]},{"name":"IEnumTerminal","features":[394]},{"name":"IEnumTerminalClass","features":[394]},{"name":"IMcastAddressAllocation","features":[394,358]},{"name":"IMcastLeaseInfo","features":[394,358]},{"name":"IMcastScope","features":[394,358]},{"name":"INITIALIZE_NEGOTIATION","features":[394]},{"name":"INTERFACEMASK","features":[394]},{"name":"ITACDGroup","features":[394,358]},{"name":"ITACDGroupEvent","features":[394,358]},{"name":"ITAMMediaFormat","features":[394]},{"name":"ITASRTerminalEvent","features":[394,358]},{"name":"ITAddress","features":[394,358]},{"name":"ITAddress2","features":[394,358]},{"name":"ITAddressCapabilities","features":[394,358]},{"name":"ITAddressDeviceSpecificEvent","features":[394,358]},{"name":"ITAddressEvent","features":[394,358]},{"name":"ITAddressTranslation","features":[394,358]},{"name":"ITAddressTranslationInfo","features":[394,358]},{"name":"ITAgent","features":[394,358]},{"name":"ITAgentEvent","features":[394,358]},{"name":"ITAgentHandler","features":[394,358]},{"name":"ITAgentHandlerEvent","features":[394,358]},{"name":"ITAgentSession","features":[394,358]},{"name":"ITAgentSessionEvent","features":[394,358]},{"name":"ITAllocatorProperties","features":[394]},{"name":"ITAutomatedPhoneControl","features":[394,358]},{"name":"ITBasicAudioTerminal","features":[394,358]},{"name":"ITBasicCallControl","features":[394,358]},{"name":"ITBasicCallControl2","features":[394,358]},{"name":"ITCallHub","features":[394,358]},{"name":"ITCallHubEvent","features":[394,358]},{"name":"ITCallInfo","features":[394,358]},{"name":"ITCallInfo2","features":[394,358]},{"name":"ITCallInfoChangeEvent","features":[394,358]},{"name":"ITCallMediaEvent","features":[394,358]},{"name":"ITCallNotificationEvent","features":[394,358]},{"name":"ITCallStateEvent","features":[394,358]},{"name":"ITCallingCard","features":[394,358]},{"name":"ITCollection","features":[394,358]},{"name":"ITCollection2","features":[394,358]},{"name":"ITCustomTone","features":[394,358]},{"name":"ITDetectTone","features":[394,358]},{"name":"ITDigitDetectionEvent","features":[394,358]},{"name":"ITDigitGenerationEvent","features":[394,358]},{"name":"ITDigitsGatheredEvent","features":[394,358]},{"name":"ITDirectory","features":[394,358]},{"name":"ITDirectoryObject","features":[394,358]},{"name":"ITDirectoryObjectConference","features":[394,358]},{"name":"ITDirectoryObjectUser","features":[394,358]},{"name":"ITDispatchMapper","features":[394,358]},{"name":"ITFileTerminalEvent","features":[394,358]},{"name":"ITFileTrack","features":[394,358]},{"name":"ITForwardInformation","features":[394,358]},{"name":"ITForwardInformation2","features":[394,358]},{"name":"ITILSConfig","features":[394,358]},{"name":"ITLegacyAddressMediaControl","features":[394]},{"name":"ITLegacyAddressMediaControl2","features":[394]},{"name":"ITLegacyCallMediaControl","features":[394,358]},{"name":"ITLegacyCallMediaControl2","features":[394,358]},{"name":"ITLegacyWaveSupport","features":[394,358]},{"name":"ITLocationInfo","features":[394,358]},{"name":"ITMSPAddress","features":[394]},{"name":"ITMediaControl","features":[394,358]},{"name":"ITMediaPlayback","features":[394,358]},{"name":"ITMediaRecord","features":[394,358]},{"name":"ITMediaSupport","features":[394,358]},{"name":"ITMultiTrackTerminal","features":[394,358]},{"name":"ITPhone","features":[394,358]},{"name":"ITPhoneDeviceSpecificEvent","features":[394,358]},{"name":"ITPhoneEvent","features":[394,358]},{"name":"ITPluggableTerminalClassInfo","features":[394,358]},{"name":"ITPluggableTerminalEventSink","features":[394]},{"name":"ITPluggableTerminalEventSinkRegistration","features":[394]},{"name":"ITPluggableTerminalSuperclassInfo","features":[394,358]},{"name":"ITPrivateEvent","features":[394,358]},{"name":"ITQOSEvent","features":[394,358]},{"name":"ITQueue","features":[394,358]},{"name":"ITQueueEvent","features":[394,358]},{"name":"ITRendezvous","features":[394,358]},{"name":"ITRequest","features":[394,358]},{"name":"ITRequestEvent","features":[394,358]},{"name":"ITScriptableAudioFormat","features":[394,358]},{"name":"ITStaticAudioTerminal","features":[394,358]},{"name":"ITStream","features":[394,358]},{"name":"ITStreamControl","features":[394,358]},{"name":"ITSubStream","features":[394,358]},{"name":"ITSubStreamControl","features":[394,358]},{"name":"ITTAPI","features":[394,358]},{"name":"ITTAPI2","features":[394,358]},{"name":"ITTAPICallCenter","features":[394,358]},{"name":"ITTAPIDispatchEventNotification","features":[394,358]},{"name":"ITTAPIEventNotification","features":[394]},{"name":"ITTAPIObjectEvent","features":[394,358]},{"name":"ITTAPIObjectEvent2","features":[394,358]},{"name":"ITTTSTerminalEvent","features":[394,358]},{"name":"ITTerminal","features":[394,358]},{"name":"ITTerminalSupport","features":[394,358]},{"name":"ITTerminalSupport2","features":[394,358]},{"name":"ITToneDetectionEvent","features":[394,358]},{"name":"ITToneTerminalEvent","features":[394,358]},{"name":"ITnef","features":[394]},{"name":"LAST_LINEMEDIAMODE","features":[394]},{"name":"LAST_LINEREQUESTMODE","features":[394]},{"name":"LINEADDRCAPFLAGS_ACCEPTTOALERT","features":[394]},{"name":"LINEADDRCAPFLAGS_ACDGROUP","features":[394]},{"name":"LINEADDRCAPFLAGS_AUTORECONNECT","features":[394]},{"name":"LINEADDRCAPFLAGS_BLOCKIDDEFAULT","features":[394]},{"name":"LINEADDRCAPFLAGS_BLOCKIDOVERRIDE","features":[394]},{"name":"LINEADDRCAPFLAGS_COMPLETIONID","features":[394]},{"name":"LINEADDRCAPFLAGS_CONFDROP","features":[394]},{"name":"LINEADDRCAPFLAGS_CONFERENCEHELD","features":[394]},{"name":"LINEADDRCAPFLAGS_CONFERENCEMAKE","features":[394]},{"name":"LINEADDRCAPFLAGS_DESTOFFHOOK","features":[394]},{"name":"LINEADDRCAPFLAGS_DIALED","features":[394]},{"name":"LINEADDRCAPFLAGS_FWDBUSYNAADDR","features":[394]},{"name":"LINEADDRCAPFLAGS_FWDCONSULT","features":[394]},{"name":"LINEADDRCAPFLAGS_FWDINTEXTADDR","features":[394]},{"name":"LINEADDRCAPFLAGS_FWDNUMRINGS","features":[394]},{"name":"LINEADDRCAPFLAGS_FWDSTATUSVALID","features":[394]},{"name":"LINEADDRCAPFLAGS_HOLDMAKESNEW","features":[394]},{"name":"LINEADDRCAPFLAGS_NOEXTERNALCALLS","features":[394]},{"name":"LINEADDRCAPFLAGS_NOINTERNALCALLS","features":[394]},{"name":"LINEADDRCAPFLAGS_NOPSTNADDRESSTRANSLATION","features":[394]},{"name":"LINEADDRCAPFLAGS_ORIGOFFHOOK","features":[394]},{"name":"LINEADDRCAPFLAGS_PARTIALDIAL","features":[394]},{"name":"LINEADDRCAPFLAGS_PICKUPCALLWAIT","features":[394]},{"name":"LINEADDRCAPFLAGS_PICKUPGROUPID","features":[394]},{"name":"LINEADDRCAPFLAGS_PREDICTIVEDIALER","features":[394]},{"name":"LINEADDRCAPFLAGS_QUEUE","features":[394]},{"name":"LINEADDRCAPFLAGS_ROUTEPOINT","features":[394]},{"name":"LINEADDRCAPFLAGS_SECURE","features":[394]},{"name":"LINEADDRCAPFLAGS_SETCALLINGID","features":[394]},{"name":"LINEADDRCAPFLAGS_SETUPCONFNULL","features":[394]},{"name":"LINEADDRCAPFLAGS_TRANSFERHELD","features":[394]},{"name":"LINEADDRCAPFLAGS_TRANSFERMAKE","features":[394]},{"name":"LINEADDRESSCAPS","features":[394]},{"name":"LINEADDRESSMODE_ADDRESSID","features":[394]},{"name":"LINEADDRESSMODE_DIALABLEADDR","features":[394]},{"name":"LINEADDRESSSHARING_BRIDGEDEXCL","features":[394]},{"name":"LINEADDRESSSHARING_BRIDGEDNEW","features":[394]},{"name":"LINEADDRESSSHARING_BRIDGEDSHARED","features":[394]},{"name":"LINEADDRESSSHARING_MONITORED","features":[394]},{"name":"LINEADDRESSSHARING_PRIVATE","features":[394]},{"name":"LINEADDRESSSTATE_CAPSCHANGE","features":[394]},{"name":"LINEADDRESSSTATE_DEVSPECIFIC","features":[394]},{"name":"LINEADDRESSSTATE_FORWARD","features":[394]},{"name":"LINEADDRESSSTATE_INUSEMANY","features":[394]},{"name":"LINEADDRESSSTATE_INUSEONE","features":[394]},{"name":"LINEADDRESSSTATE_INUSEZERO","features":[394]},{"name":"LINEADDRESSSTATE_NUMCALLS","features":[394]},{"name":"LINEADDRESSSTATE_OTHER","features":[394]},{"name":"LINEADDRESSSTATE_TERMINALS","features":[394]},{"name":"LINEADDRESSSTATUS","features":[394]},{"name":"LINEADDRESSTYPE_DOMAINNAME","features":[394]},{"name":"LINEADDRESSTYPE_EMAILNAME","features":[394]},{"name":"LINEADDRESSTYPE_IPADDRESS","features":[394]},{"name":"LINEADDRESSTYPE_PHONENUMBER","features":[394]},{"name":"LINEADDRESSTYPE_SDP","features":[394]},{"name":"LINEADDRFEATURE_FORWARD","features":[394]},{"name":"LINEADDRFEATURE_FORWARDDND","features":[394]},{"name":"LINEADDRFEATURE_FORWARDFWD","features":[394]},{"name":"LINEADDRFEATURE_MAKECALL","features":[394]},{"name":"LINEADDRFEATURE_PICKUP","features":[394]},{"name":"LINEADDRFEATURE_PICKUPDIRECT","features":[394]},{"name":"LINEADDRFEATURE_PICKUPGROUP","features":[394]},{"name":"LINEADDRFEATURE_PICKUPHELD","features":[394]},{"name":"LINEADDRFEATURE_PICKUPWAITING","features":[394]},{"name":"LINEADDRFEATURE_SETMEDIACONTROL","features":[394]},{"name":"LINEADDRFEATURE_SETTERMINAL","features":[394]},{"name":"LINEADDRFEATURE_SETUPCONF","features":[394]},{"name":"LINEADDRFEATURE_UNCOMPLETECALL","features":[394]},{"name":"LINEADDRFEATURE_UNPARK","features":[394]},{"name":"LINEAGENTACTIVITYENTRY","features":[394]},{"name":"LINEAGENTACTIVITYLIST","features":[394]},{"name":"LINEAGENTCAPS","features":[394]},{"name":"LINEAGENTENTRY","features":[394]},{"name":"LINEAGENTFEATURE_AGENTSPECIFIC","features":[394]},{"name":"LINEAGENTFEATURE_GETAGENTACTIVITYLIST","features":[394]},{"name":"LINEAGENTFEATURE_GETAGENTGROUP","features":[394]},{"name":"LINEAGENTFEATURE_SETAGENTACTIVITY","features":[394]},{"name":"LINEAGENTFEATURE_SETAGENTGROUP","features":[394]},{"name":"LINEAGENTFEATURE_SETAGENTSTATE","features":[394]},{"name":"LINEAGENTGROUPENTRY","features":[394]},{"name":"LINEAGENTGROUPLIST","features":[394]},{"name":"LINEAGENTINFO","features":[394,358]},{"name":"LINEAGENTLIST","features":[394]},{"name":"LINEAGENTSESSIONENTRY","features":[394]},{"name":"LINEAGENTSESSIONINFO","features":[394,358]},{"name":"LINEAGENTSESSIONLIST","features":[394]},{"name":"LINEAGENTSESSIONSTATE_BUSYONCALL","features":[394]},{"name":"LINEAGENTSESSIONSTATE_BUSYWRAPUP","features":[394]},{"name":"LINEAGENTSESSIONSTATE_ENDED","features":[394]},{"name":"LINEAGENTSESSIONSTATE_NOTREADY","features":[394]},{"name":"LINEAGENTSESSIONSTATE_READY","features":[394]},{"name":"LINEAGENTSESSIONSTATE_RELEASED","features":[394]},{"name":"LINEAGENTSESSIONSTATUS_NEWSESSION","features":[394]},{"name":"LINEAGENTSESSIONSTATUS_STATE","features":[394]},{"name":"LINEAGENTSESSIONSTATUS_UPDATEINFO","features":[394]},{"name":"LINEAGENTSTATEEX_BUSYACD","features":[394]},{"name":"LINEAGENTSTATEEX_BUSYINCOMING","features":[394]},{"name":"LINEAGENTSTATEEX_BUSYOUTGOING","features":[394]},{"name":"LINEAGENTSTATEEX_NOTREADY","features":[394]},{"name":"LINEAGENTSTATEEX_READY","features":[394]},{"name":"LINEAGENTSTATEEX_RELEASED","features":[394]},{"name":"LINEAGENTSTATEEX_UNKNOWN","features":[394]},{"name":"LINEAGENTSTATE_BUSYACD","features":[394]},{"name":"LINEAGENTSTATE_BUSYINCOMING","features":[394]},{"name":"LINEAGENTSTATE_BUSYOTHER","features":[394]},{"name":"LINEAGENTSTATE_BUSYOUTBOUND","features":[394]},{"name":"LINEAGENTSTATE_LOGGEDOFF","features":[394]},{"name":"LINEAGENTSTATE_NOTREADY","features":[394]},{"name":"LINEAGENTSTATE_READY","features":[394]},{"name":"LINEAGENTSTATE_UNAVAIL","features":[394]},{"name":"LINEAGENTSTATE_UNKNOWN","features":[394]},{"name":"LINEAGENTSTATE_WORKINGAFTERCALL","features":[394]},{"name":"LINEAGENTSTATUS","features":[394]},{"name":"LINEAGENTSTATUSEX_NEWAGENT","features":[394]},{"name":"LINEAGENTSTATUSEX_STATE","features":[394]},{"name":"LINEAGENTSTATUSEX_UPDATEINFO","features":[394]},{"name":"LINEAGENTSTATUS_ACTIVITY","features":[394]},{"name":"LINEAGENTSTATUS_ACTIVITYLIST","features":[394]},{"name":"LINEAGENTSTATUS_CAPSCHANGE","features":[394]},{"name":"LINEAGENTSTATUS_GROUP","features":[394]},{"name":"LINEAGENTSTATUS_GROUPLIST","features":[394]},{"name":"LINEAGENTSTATUS_NEXTSTATE","features":[394]},{"name":"LINEAGENTSTATUS_STATE","features":[394]},{"name":"LINEAGENTSTATUS_VALIDNEXTSTATES","features":[394]},{"name":"LINEAGENTSTATUS_VALIDSTATES","features":[394]},{"name":"LINEANSWERMODE_DROP","features":[394]},{"name":"LINEANSWERMODE_HOLD","features":[394]},{"name":"LINEANSWERMODE_NONE","features":[394]},{"name":"LINEAPPINFO","features":[394]},{"name":"LINEBEARERMODE_ALTSPEECHDATA","features":[394]},{"name":"LINEBEARERMODE_DATA","features":[394]},{"name":"LINEBEARERMODE_MULTIUSE","features":[394]},{"name":"LINEBEARERMODE_NONCALLSIGNALING","features":[394]},{"name":"LINEBEARERMODE_PASSTHROUGH","features":[394]},{"name":"LINEBEARERMODE_RESTRICTEDDATA","features":[394]},{"name":"LINEBEARERMODE_SPEECH","features":[394]},{"name":"LINEBEARERMODE_VOICE","features":[394]},{"name":"LINEBUSYMODE_STATION","features":[394]},{"name":"LINEBUSYMODE_TRUNK","features":[394]},{"name":"LINEBUSYMODE_UNAVAIL","features":[394]},{"name":"LINEBUSYMODE_UNKNOWN","features":[394]},{"name":"LINECALLBACK","features":[394]},{"name":"LINECALLCOMPLCOND_BUSY","features":[394]},{"name":"LINECALLCOMPLCOND_NOANSWER","features":[394]},{"name":"LINECALLCOMPLMODE_CALLBACK","features":[394]},{"name":"LINECALLCOMPLMODE_CAMPON","features":[394]},{"name":"LINECALLCOMPLMODE_INTRUDE","features":[394]},{"name":"LINECALLCOMPLMODE_MESSAGE","features":[394]},{"name":"LINECALLFEATURE2_COMPLCALLBACK","features":[394]},{"name":"LINECALLFEATURE2_COMPLCAMPON","features":[394]},{"name":"LINECALLFEATURE2_COMPLINTRUDE","features":[394]},{"name":"LINECALLFEATURE2_COMPLMESSAGE","features":[394]},{"name":"LINECALLFEATURE2_NOHOLDCONFERENCE","features":[394]},{"name":"LINECALLFEATURE2_ONESTEPTRANSFER","features":[394]},{"name":"LINECALLFEATURE2_PARKDIRECT","features":[394]},{"name":"LINECALLFEATURE2_PARKNONDIRECT","features":[394]},{"name":"LINECALLFEATURE2_TRANSFERCONF","features":[394]},{"name":"LINECALLFEATURE2_TRANSFERNORM","features":[394]},{"name":"LINECALLFEATURE_ACCEPT","features":[394]},{"name":"LINECALLFEATURE_ADDTOCONF","features":[394]},{"name":"LINECALLFEATURE_ANSWER","features":[394]},{"name":"LINECALLFEATURE_BLINDTRANSFER","features":[394]},{"name":"LINECALLFEATURE_COMPLETECALL","features":[394]},{"name":"LINECALLFEATURE_COMPLETETRANSF","features":[394]},{"name":"LINECALLFEATURE_DIAL","features":[394]},{"name":"LINECALLFEATURE_DROP","features":[394]},{"name":"LINECALLFEATURE_GATHERDIGITS","features":[394]},{"name":"LINECALLFEATURE_GENERATEDIGITS","features":[394]},{"name":"LINECALLFEATURE_GENERATETONE","features":[394]},{"name":"LINECALLFEATURE_HOLD","features":[394]},{"name":"LINECALLFEATURE_MONITORDIGITS","features":[394]},{"name":"LINECALLFEATURE_MONITORMEDIA","features":[394]},{"name":"LINECALLFEATURE_MONITORTONES","features":[394]},{"name":"LINECALLFEATURE_PARK","features":[394]},{"name":"LINECALLFEATURE_PREPAREADDCONF","features":[394]},{"name":"LINECALLFEATURE_REDIRECT","features":[394]},{"name":"LINECALLFEATURE_RELEASEUSERUSERINFO","features":[394]},{"name":"LINECALLFEATURE_REMOVEFROMCONF","features":[394]},{"name":"LINECALLFEATURE_SECURECALL","features":[394]},{"name":"LINECALLFEATURE_SENDUSERUSER","features":[394]},{"name":"LINECALLFEATURE_SETCALLDATA","features":[394]},{"name":"LINECALLFEATURE_SETCALLPARAMS","features":[394]},{"name":"LINECALLFEATURE_SETMEDIACONTROL","features":[394]},{"name":"LINECALLFEATURE_SETQOS","features":[394]},{"name":"LINECALLFEATURE_SETTERMINAL","features":[394]},{"name":"LINECALLFEATURE_SETTREATMENT","features":[394]},{"name":"LINECALLFEATURE_SETUPCONF","features":[394]},{"name":"LINECALLFEATURE_SETUPTRANSFER","features":[394]},{"name":"LINECALLFEATURE_SWAPHOLD","features":[394]},{"name":"LINECALLFEATURE_UNHOLD","features":[394]},{"name":"LINECALLHUBTRACKING_ALLCALLS","features":[394]},{"name":"LINECALLHUBTRACKING_NONE","features":[394]},{"name":"LINECALLHUBTRACKING_PROVIDERLEVEL","features":[394]},{"name":"LINECALLINFO","features":[394]},{"name":"LINECALLINFOSTATE_APPSPECIFIC","features":[394]},{"name":"LINECALLINFOSTATE_BEARERMODE","features":[394]},{"name":"LINECALLINFOSTATE_CALLDATA","features":[394]},{"name":"LINECALLINFOSTATE_CALLEDID","features":[394]},{"name":"LINECALLINFOSTATE_CALLERID","features":[394]},{"name":"LINECALLINFOSTATE_CALLID","features":[394]},{"name":"LINECALLINFOSTATE_CHARGINGINFO","features":[394]},{"name":"LINECALLINFOSTATE_COMPLETIONID","features":[394]},{"name":"LINECALLINFOSTATE_CONNECTEDID","features":[394]},{"name":"LINECALLINFOSTATE_DEVSPECIFIC","features":[394]},{"name":"LINECALLINFOSTATE_DIALPARAMS","features":[394]},{"name":"LINECALLINFOSTATE_DISPLAY","features":[394]},{"name":"LINECALLINFOSTATE_HIGHLEVELCOMP","features":[394]},{"name":"LINECALLINFOSTATE_LOWLEVELCOMP","features":[394]},{"name":"LINECALLINFOSTATE_MEDIAMODE","features":[394]},{"name":"LINECALLINFOSTATE_MONITORMODES","features":[394]},{"name":"LINECALLINFOSTATE_NUMMONITORS","features":[394]},{"name":"LINECALLINFOSTATE_NUMOWNERDECR","features":[394]},{"name":"LINECALLINFOSTATE_NUMOWNERINCR","features":[394]},{"name":"LINECALLINFOSTATE_ORIGIN","features":[394]},{"name":"LINECALLINFOSTATE_OTHER","features":[394]},{"name":"LINECALLINFOSTATE_QOS","features":[394]},{"name":"LINECALLINFOSTATE_RATE","features":[394]},{"name":"LINECALLINFOSTATE_REASON","features":[394]},{"name":"LINECALLINFOSTATE_REDIRECTINGID","features":[394]},{"name":"LINECALLINFOSTATE_REDIRECTIONID","features":[394]},{"name":"LINECALLINFOSTATE_RELATEDCALLID","features":[394]},{"name":"LINECALLINFOSTATE_TERMINAL","features":[394]},{"name":"LINECALLINFOSTATE_TREATMENT","features":[394]},{"name":"LINECALLINFOSTATE_TRUNK","features":[394]},{"name":"LINECALLINFOSTATE_USERUSERINFO","features":[394]},{"name":"LINECALLLIST","features":[394]},{"name":"LINECALLORIGIN_CONFERENCE","features":[394]},{"name":"LINECALLORIGIN_EXTERNAL","features":[394]},{"name":"LINECALLORIGIN_INBOUND","features":[394]},{"name":"LINECALLORIGIN_INTERNAL","features":[394]},{"name":"LINECALLORIGIN_OUTBOUND","features":[394]},{"name":"LINECALLORIGIN_UNAVAIL","features":[394]},{"name":"LINECALLORIGIN_UNKNOWN","features":[394]},{"name":"LINECALLPARAMFLAGS_BLOCKID","features":[394]},{"name":"LINECALLPARAMFLAGS_DESTOFFHOOK","features":[394]},{"name":"LINECALLPARAMFLAGS_IDLE","features":[394]},{"name":"LINECALLPARAMFLAGS_NOHOLDCONFERENCE","features":[394]},{"name":"LINECALLPARAMFLAGS_ONESTEPTRANSFER","features":[394]},{"name":"LINECALLPARAMFLAGS_ORIGOFFHOOK","features":[394]},{"name":"LINECALLPARAMFLAGS_PREDICTIVEDIAL","features":[394]},{"name":"LINECALLPARAMFLAGS_SECURE","features":[394]},{"name":"LINECALLPARAMS","features":[394]},{"name":"LINECALLPARTYID_ADDRESS","features":[394]},{"name":"LINECALLPARTYID_BLOCKED","features":[394]},{"name":"LINECALLPARTYID_NAME","features":[394]},{"name":"LINECALLPARTYID_OUTOFAREA","features":[394]},{"name":"LINECALLPARTYID_PARTIAL","features":[394]},{"name":"LINECALLPARTYID_UNAVAIL","features":[394]},{"name":"LINECALLPARTYID_UNKNOWN","features":[394]},{"name":"LINECALLPRIVILEGE_MONITOR","features":[394]},{"name":"LINECALLPRIVILEGE_NONE","features":[394]},{"name":"LINECALLPRIVILEGE_OWNER","features":[394]},{"name":"LINECALLREASON_CALLCOMPLETION","features":[394]},{"name":"LINECALLREASON_CAMPEDON","features":[394]},{"name":"LINECALLREASON_DIRECT","features":[394]},{"name":"LINECALLREASON_FWDBUSY","features":[394]},{"name":"LINECALLREASON_FWDNOANSWER","features":[394]},{"name":"LINECALLREASON_FWDUNCOND","features":[394]},{"name":"LINECALLREASON_INTRUDE","features":[394]},{"name":"LINECALLREASON_PARKED","features":[394]},{"name":"LINECALLREASON_PICKUP","features":[394]},{"name":"LINECALLREASON_REDIRECT","features":[394]},{"name":"LINECALLREASON_REMINDER","features":[394]},{"name":"LINECALLREASON_ROUTEREQUEST","features":[394]},{"name":"LINECALLREASON_TRANSFER","features":[394]},{"name":"LINECALLREASON_UNAVAIL","features":[394]},{"name":"LINECALLREASON_UNKNOWN","features":[394]},{"name":"LINECALLREASON_UNPARK","features":[394]},{"name":"LINECALLSELECT_ADDRESS","features":[394]},{"name":"LINECALLSELECT_CALL","features":[394]},{"name":"LINECALLSELECT_CALLID","features":[394]},{"name":"LINECALLSELECT_DEVICEID","features":[394]},{"name":"LINECALLSELECT_LINE","features":[394]},{"name":"LINECALLSTATE_ACCEPTED","features":[394]},{"name":"LINECALLSTATE_BUSY","features":[394]},{"name":"LINECALLSTATE_CONFERENCED","features":[394]},{"name":"LINECALLSTATE_CONNECTED","features":[394]},{"name":"LINECALLSTATE_DIALING","features":[394]},{"name":"LINECALLSTATE_DIALTONE","features":[394]},{"name":"LINECALLSTATE_DISCONNECTED","features":[394]},{"name":"LINECALLSTATE_IDLE","features":[394]},{"name":"LINECALLSTATE_OFFERING","features":[394]},{"name":"LINECALLSTATE_ONHOLD","features":[394]},{"name":"LINECALLSTATE_ONHOLDPENDCONF","features":[394]},{"name":"LINECALLSTATE_ONHOLDPENDTRANSFER","features":[394]},{"name":"LINECALLSTATE_PROCEEDING","features":[394]},{"name":"LINECALLSTATE_RINGBACK","features":[394]},{"name":"LINECALLSTATE_SPECIALINFO","features":[394]},{"name":"LINECALLSTATE_UNKNOWN","features":[394]},{"name":"LINECALLSTATUS","features":[394,305]},{"name":"LINECALLTREATMENTENTRY","features":[394]},{"name":"LINECALLTREATMENT_BUSY","features":[394]},{"name":"LINECALLTREATMENT_MUSIC","features":[394]},{"name":"LINECALLTREATMENT_RINGBACK","features":[394]},{"name":"LINECALLTREATMENT_SILENCE","features":[394]},{"name":"LINECARDENTRY","features":[394]},{"name":"LINECARDOPTION_HIDDEN","features":[394]},{"name":"LINECARDOPTION_PREDEFINED","features":[394]},{"name":"LINECONNECTEDMODE_ACTIVE","features":[394]},{"name":"LINECONNECTEDMODE_ACTIVEHELD","features":[394]},{"name":"LINECONNECTEDMODE_CONFIRMED","features":[394]},{"name":"LINECONNECTEDMODE_INACTIVE","features":[394]},{"name":"LINECONNECTEDMODE_INACTIVEHELD","features":[394]},{"name":"LINECOUNTRYENTRY","features":[394]},{"name":"LINECOUNTRYLIST","features":[394]},{"name":"LINEDEVCAPFLAGS_CALLHUB","features":[394]},{"name":"LINEDEVCAPFLAGS_CALLHUBTRACKING","features":[394]},{"name":"LINEDEVCAPFLAGS_CLOSEDROP","features":[394]},{"name":"LINEDEVCAPFLAGS_CROSSADDRCONF","features":[394]},{"name":"LINEDEVCAPFLAGS_DIALBILLING","features":[394]},{"name":"LINEDEVCAPFLAGS_DIALDIALTONE","features":[394]},{"name":"LINEDEVCAPFLAGS_DIALQUIET","features":[394]},{"name":"LINEDEVCAPFLAGS_HIGHLEVCOMP","features":[394]},{"name":"LINEDEVCAPFLAGS_LOCAL","features":[394]},{"name":"LINEDEVCAPFLAGS_LOWLEVCOMP","features":[394]},{"name":"LINEDEVCAPFLAGS_MEDIACONTROL","features":[394]},{"name":"LINEDEVCAPFLAGS_MSP","features":[394]},{"name":"LINEDEVCAPFLAGS_MULTIPLEADDR","features":[394]},{"name":"LINEDEVCAPFLAGS_PRIVATEOBJECTS","features":[394]},{"name":"LINEDEVCAPS","features":[394]},{"name":"LINEDEVSTATE_BATTERY","features":[394]},{"name":"LINEDEVSTATE_CAPSCHANGE","features":[394]},{"name":"LINEDEVSTATE_CLOSE","features":[394]},{"name":"LINEDEVSTATE_COMPLCANCEL","features":[394]},{"name":"LINEDEVSTATE_CONFIGCHANGE","features":[394]},{"name":"LINEDEVSTATE_CONNECTED","features":[394]},{"name":"LINEDEVSTATE_DEVSPECIFIC","features":[394]},{"name":"LINEDEVSTATE_DISCONNECTED","features":[394]},{"name":"LINEDEVSTATE_INSERVICE","features":[394]},{"name":"LINEDEVSTATE_LOCK","features":[394]},{"name":"LINEDEVSTATE_MAINTENANCE","features":[394]},{"name":"LINEDEVSTATE_MSGWAITOFF","features":[394]},{"name":"LINEDEVSTATE_MSGWAITON","features":[394]},{"name":"LINEDEVSTATE_NUMCALLS","features":[394]},{"name":"LINEDEVSTATE_NUMCOMPLETIONS","features":[394]},{"name":"LINEDEVSTATE_OPEN","features":[394]},{"name":"LINEDEVSTATE_OTHER","features":[394]},{"name":"LINEDEVSTATE_OUTOFSERVICE","features":[394]},{"name":"LINEDEVSTATE_REINIT","features":[394]},{"name":"LINEDEVSTATE_REMOVED","features":[394]},{"name":"LINEDEVSTATE_RINGING","features":[394]},{"name":"LINEDEVSTATE_ROAMMODE","features":[394]},{"name":"LINEDEVSTATE_SIGNAL","features":[394]},{"name":"LINEDEVSTATE_TERMINALS","features":[394]},{"name":"LINEDEVSTATE_TRANSLATECHANGE","features":[394]},{"name":"LINEDEVSTATUS","features":[394]},{"name":"LINEDEVSTATUSFLAGS_CONNECTED","features":[394]},{"name":"LINEDEVSTATUSFLAGS_INSERVICE","features":[394]},{"name":"LINEDEVSTATUSFLAGS_LOCKED","features":[394]},{"name":"LINEDEVSTATUSFLAGS_MSGWAIT","features":[394]},{"name":"LINEDIALPARAMS","features":[394]},{"name":"LINEDIALTONEMODE_EXTERNAL","features":[394]},{"name":"LINEDIALTONEMODE_INTERNAL","features":[394]},{"name":"LINEDIALTONEMODE_NORMAL","features":[394]},{"name":"LINEDIALTONEMODE_SPECIAL","features":[394]},{"name":"LINEDIALTONEMODE_UNAVAIL","features":[394]},{"name":"LINEDIALTONEMODE_UNKNOWN","features":[394]},{"name":"LINEDIGITMODE_DTMF","features":[394]},{"name":"LINEDIGITMODE_DTMFEND","features":[394]},{"name":"LINEDIGITMODE_PULSE","features":[394]},{"name":"LINEDISCONNECTMODE_BADADDRESS","features":[394]},{"name":"LINEDISCONNECTMODE_BLOCKED","features":[394]},{"name":"LINEDISCONNECTMODE_BUSY","features":[394]},{"name":"LINEDISCONNECTMODE_CANCELLED","features":[394]},{"name":"LINEDISCONNECTMODE_CONGESTION","features":[394]},{"name":"LINEDISCONNECTMODE_DESTINATIONBARRED","features":[394]},{"name":"LINEDISCONNECTMODE_DONOTDISTURB","features":[394]},{"name":"LINEDISCONNECTMODE_FDNRESTRICT","features":[394]},{"name":"LINEDISCONNECTMODE_FORWARDED","features":[394]},{"name":"LINEDISCONNECTMODE_INCOMPATIBLE","features":[394]},{"name":"LINEDISCONNECTMODE_NOANSWER","features":[394]},{"name":"LINEDISCONNECTMODE_NODIALTONE","features":[394]},{"name":"LINEDISCONNECTMODE_NORMAL","features":[394]},{"name":"LINEDISCONNECTMODE_NUMBERCHANGED","features":[394]},{"name":"LINEDISCONNECTMODE_OUTOFORDER","features":[394]},{"name":"LINEDISCONNECTMODE_PICKUP","features":[394]},{"name":"LINEDISCONNECTMODE_QOSUNAVAIL","features":[394]},{"name":"LINEDISCONNECTMODE_REJECT","features":[394]},{"name":"LINEDISCONNECTMODE_TEMPFAILURE","features":[394]},{"name":"LINEDISCONNECTMODE_UNAVAIL","features":[394]},{"name":"LINEDISCONNECTMODE_UNKNOWN","features":[394]},{"name":"LINEDISCONNECTMODE_UNREACHABLE","features":[394]},{"name":"LINEEQOSINFO_ADMISSIONFAILURE","features":[394]},{"name":"LINEEQOSINFO_GENERICERROR","features":[394]},{"name":"LINEEQOSINFO_NOQOS","features":[394]},{"name":"LINEEQOSINFO_POLICYFAILURE","features":[394]},{"name":"LINEERR_ADDRESSBLOCKED","features":[394]},{"name":"LINEERR_ALLOCATED","features":[394]},{"name":"LINEERR_BADDEVICEID","features":[394]},{"name":"LINEERR_BEARERMODEUNAVAIL","features":[394]},{"name":"LINEERR_BILLINGREJECTED","features":[394]},{"name":"LINEERR_CALLUNAVAIL","features":[394]},{"name":"LINEERR_COMPLETIONOVERRUN","features":[394]},{"name":"LINEERR_CONFERENCEFULL","features":[394]},{"name":"LINEERR_DIALBILLING","features":[394]},{"name":"LINEERR_DIALDIALTONE","features":[394]},{"name":"LINEERR_DIALPROMPT","features":[394]},{"name":"LINEERR_DIALQUIET","features":[394]},{"name":"LINEERR_DIALVOICEDETECT","features":[394]},{"name":"LINEERR_DISCONNECTED","features":[394]},{"name":"LINEERR_INCOMPATIBLEAPIVERSION","features":[394]},{"name":"LINEERR_INCOMPATIBLEEXTVERSION","features":[394]},{"name":"LINEERR_INIFILECORRUPT","features":[394]},{"name":"LINEERR_INUSE","features":[394]},{"name":"LINEERR_INVALADDRESS","features":[394]},{"name":"LINEERR_INVALADDRESSID","features":[394]},{"name":"LINEERR_INVALADDRESSMODE","features":[394]},{"name":"LINEERR_INVALADDRESSSTATE","features":[394]},{"name":"LINEERR_INVALADDRESSTYPE","features":[394]},{"name":"LINEERR_INVALAGENTACTIVITY","features":[394]},{"name":"LINEERR_INVALAGENTGROUP","features":[394]},{"name":"LINEERR_INVALAGENTID","features":[394]},{"name":"LINEERR_INVALAGENTSESSIONSTATE","features":[394]},{"name":"LINEERR_INVALAGENTSTATE","features":[394]},{"name":"LINEERR_INVALAPPHANDLE","features":[394]},{"name":"LINEERR_INVALAPPNAME","features":[394]},{"name":"LINEERR_INVALBEARERMODE","features":[394]},{"name":"LINEERR_INVALCALLCOMPLMODE","features":[394]},{"name":"LINEERR_INVALCALLHANDLE","features":[394]},{"name":"LINEERR_INVALCALLPARAMS","features":[394]},{"name":"LINEERR_INVALCALLPRIVILEGE","features":[394]},{"name":"LINEERR_INVALCALLSELECT","features":[394]},{"name":"LINEERR_INVALCALLSTATE","features":[394]},{"name":"LINEERR_INVALCALLSTATELIST","features":[394]},{"name":"LINEERR_INVALCARD","features":[394]},{"name":"LINEERR_INVALCOMPLETIONID","features":[394]},{"name":"LINEERR_INVALCONFCALLHANDLE","features":[394]},{"name":"LINEERR_INVALCONSULTCALLHANDLE","features":[394]},{"name":"LINEERR_INVALCOUNTRYCODE","features":[394]},{"name":"LINEERR_INVALDEVICECLASS","features":[394]},{"name":"LINEERR_INVALDEVICEHANDLE","features":[394]},{"name":"LINEERR_INVALDIALPARAMS","features":[394]},{"name":"LINEERR_INVALDIGITLIST","features":[394]},{"name":"LINEERR_INVALDIGITMODE","features":[394]},{"name":"LINEERR_INVALDIGITS","features":[394]},{"name":"LINEERR_INVALEXTVERSION","features":[394]},{"name":"LINEERR_INVALFEATURE","features":[394]},{"name":"LINEERR_INVALGROUPID","features":[394]},{"name":"LINEERR_INVALLINEHANDLE","features":[394]},{"name":"LINEERR_INVALLINESTATE","features":[394]},{"name":"LINEERR_INVALLOCATION","features":[394]},{"name":"LINEERR_INVALMEDIALIST","features":[394]},{"name":"LINEERR_INVALMEDIAMODE","features":[394]},{"name":"LINEERR_INVALMESSAGEID","features":[394]},{"name":"LINEERR_INVALPARAM","features":[394]},{"name":"LINEERR_INVALPARKID","features":[394]},{"name":"LINEERR_INVALPARKMODE","features":[394]},{"name":"LINEERR_INVALPASSWORD","features":[394]},{"name":"LINEERR_INVALPOINTER","features":[394]},{"name":"LINEERR_INVALPRIVSELECT","features":[394]},{"name":"LINEERR_INVALRATE","features":[394]},{"name":"LINEERR_INVALREQUESTMODE","features":[394]},{"name":"LINEERR_INVALTERMINALID","features":[394]},{"name":"LINEERR_INVALTERMINALMODE","features":[394]},{"name":"LINEERR_INVALTIMEOUT","features":[394]},{"name":"LINEERR_INVALTONE","features":[394]},{"name":"LINEERR_INVALTONELIST","features":[394]},{"name":"LINEERR_INVALTONEMODE","features":[394]},{"name":"LINEERR_INVALTRANSFERMODE","features":[394]},{"name":"LINEERR_LINEMAPPERFAILED","features":[394]},{"name":"LINEERR_NOCONFERENCE","features":[394]},{"name":"LINEERR_NODEVICE","features":[394]},{"name":"LINEERR_NODRIVER","features":[394]},{"name":"LINEERR_NOMEM","features":[394]},{"name":"LINEERR_NOMULTIPLEINSTANCE","features":[394]},{"name":"LINEERR_NOREQUEST","features":[394]},{"name":"LINEERR_NOTOWNER","features":[394]},{"name":"LINEERR_NOTREGISTERED","features":[394]},{"name":"LINEERR_OPERATIONFAILED","features":[394]},{"name":"LINEERR_OPERATIONUNAVAIL","features":[394]},{"name":"LINEERR_RATEUNAVAIL","features":[394]},{"name":"LINEERR_REINIT","features":[394]},{"name":"LINEERR_REQUESTOVERRUN","features":[394]},{"name":"LINEERR_RESOURCEUNAVAIL","features":[394]},{"name":"LINEERR_SERVICE_NOT_RUNNING","features":[394]},{"name":"LINEERR_STRUCTURETOOSMALL","features":[394]},{"name":"LINEERR_TARGETNOTFOUND","features":[394]},{"name":"LINEERR_TARGETSELF","features":[394]},{"name":"LINEERR_UNINITIALIZED","features":[394]},{"name":"LINEERR_USERCANCELLED","features":[394]},{"name":"LINEERR_USERUSERINFOTOOBIG","features":[394]},{"name":"LINEEVENT","features":[394]},{"name":"LINEEXTENSIONID","features":[394]},{"name":"LINEFEATURE_DEVSPECIFIC","features":[394]},{"name":"LINEFEATURE_DEVSPECIFICFEAT","features":[394]},{"name":"LINEFEATURE_FORWARD","features":[394]},{"name":"LINEFEATURE_FORWARDDND","features":[394]},{"name":"LINEFEATURE_FORWARDFWD","features":[394]},{"name":"LINEFEATURE_MAKECALL","features":[394]},{"name":"LINEFEATURE_SETDEVSTATUS","features":[394]},{"name":"LINEFEATURE_SETMEDIACONTROL","features":[394]},{"name":"LINEFEATURE_SETTERMINAL","features":[394]},{"name":"LINEFORWARD","features":[394]},{"name":"LINEFORWARDLIST","features":[394]},{"name":"LINEFORWARDMODE_BUSY","features":[394]},{"name":"LINEFORWARDMODE_BUSYEXTERNAL","features":[394]},{"name":"LINEFORWARDMODE_BUSYINTERNAL","features":[394]},{"name":"LINEFORWARDMODE_BUSYNA","features":[394]},{"name":"LINEFORWARDMODE_BUSYNAEXTERNAL","features":[394]},{"name":"LINEFORWARDMODE_BUSYNAINTERNAL","features":[394]},{"name":"LINEFORWARDMODE_BUSYNASPECIFIC","features":[394]},{"name":"LINEFORWARDMODE_BUSYSPECIFIC","features":[394]},{"name":"LINEFORWARDMODE_NOANSW","features":[394]},{"name":"LINEFORWARDMODE_NOANSWEXTERNAL","features":[394]},{"name":"LINEFORWARDMODE_NOANSWINTERNAL","features":[394]},{"name":"LINEFORWARDMODE_NOANSWSPECIFIC","features":[394]},{"name":"LINEFORWARDMODE_UNAVAIL","features":[394]},{"name":"LINEFORWARDMODE_UNCOND","features":[394]},{"name":"LINEFORWARDMODE_UNCONDEXTERNAL","features":[394]},{"name":"LINEFORWARDMODE_UNCONDINTERNAL","features":[394]},{"name":"LINEFORWARDMODE_UNCONDSPECIFIC","features":[394]},{"name":"LINEFORWARDMODE_UNKNOWN","features":[394]},{"name":"LINEGATHERTERM_BUFFERFULL","features":[394]},{"name":"LINEGATHERTERM_CANCEL","features":[394]},{"name":"LINEGATHERTERM_FIRSTTIMEOUT","features":[394]},{"name":"LINEGATHERTERM_INTERTIMEOUT","features":[394]},{"name":"LINEGATHERTERM_TERMDIGIT","features":[394]},{"name":"LINEGENERATETERM_CANCEL","features":[394]},{"name":"LINEGENERATETERM_DONE","features":[394]},{"name":"LINEGENERATETONE","features":[394]},{"name":"LINEGROUPSTATUS_GROUPREMOVED","features":[394]},{"name":"LINEGROUPSTATUS_NEWGROUP","features":[394]},{"name":"LINEINITIALIZEEXOPTION_CALLHUBTRACKING","features":[394]},{"name":"LINEINITIALIZEEXOPTION_USECOMPLETIONPORT","features":[394]},{"name":"LINEINITIALIZEEXOPTION_USEEVENT","features":[394]},{"name":"LINEINITIALIZEEXOPTION_USEHIDDENWINDOW","features":[394]},{"name":"LINEINITIALIZEEXPARAMS","features":[394,305]},{"name":"LINELOCATIONENTRY","features":[394]},{"name":"LINELOCATIONOPTION_PULSEDIAL","features":[394]},{"name":"LINEMAPPER","features":[394]},{"name":"LINEMEDIACONTROLCALLSTATE","features":[394]},{"name":"LINEMEDIACONTROLDIGIT","features":[394]},{"name":"LINEMEDIACONTROLMEDIA","features":[394]},{"name":"LINEMEDIACONTROLTONE","features":[394]},{"name":"LINEMEDIACONTROL_NONE","features":[394]},{"name":"LINEMEDIACONTROL_PAUSE","features":[394]},{"name":"LINEMEDIACONTROL_RATEDOWN","features":[394]},{"name":"LINEMEDIACONTROL_RATENORMAL","features":[394]},{"name":"LINEMEDIACONTROL_RATEUP","features":[394]},{"name":"LINEMEDIACONTROL_RESET","features":[394]},{"name":"LINEMEDIACONTROL_RESUME","features":[394]},{"name":"LINEMEDIACONTROL_START","features":[394]},{"name":"LINEMEDIACONTROL_VOLUMEDOWN","features":[394]},{"name":"LINEMEDIACONTROL_VOLUMENORMAL","features":[394]},{"name":"LINEMEDIACONTROL_VOLUMEUP","features":[394]},{"name":"LINEMEDIAMODE_ADSI","features":[394]},{"name":"LINEMEDIAMODE_AUTOMATEDVOICE","features":[394]},{"name":"LINEMEDIAMODE_DATAMODEM","features":[394]},{"name":"LINEMEDIAMODE_DIGITALDATA","features":[394]},{"name":"LINEMEDIAMODE_G3FAX","features":[394]},{"name":"LINEMEDIAMODE_G4FAX","features":[394]},{"name":"LINEMEDIAMODE_INTERACTIVEVOICE","features":[394]},{"name":"LINEMEDIAMODE_MIXED","features":[394]},{"name":"LINEMEDIAMODE_TDD","features":[394]},{"name":"LINEMEDIAMODE_TELETEX","features":[394]},{"name":"LINEMEDIAMODE_TELEX","features":[394]},{"name":"LINEMEDIAMODE_UNKNOWN","features":[394]},{"name":"LINEMEDIAMODE_VIDEO","features":[394]},{"name":"LINEMEDIAMODE_VIDEOTEX","features":[394]},{"name":"LINEMEDIAMODE_VOICEVIEW","features":[394]},{"name":"LINEMESSAGE","features":[394]},{"name":"LINEMONITORTONE","features":[394]},{"name":"LINEOFFERINGMODE_ACTIVE","features":[394]},{"name":"LINEOFFERINGMODE_INACTIVE","features":[394]},{"name":"LINEOPENOPTION_PROXY","features":[394]},{"name":"LINEOPENOPTION_SINGLEADDRESS","features":[394]},{"name":"LINEPARKMODE_DIRECTED","features":[394]},{"name":"LINEPARKMODE_NONDIRECTED","features":[394]},{"name":"LINEPROVIDERENTRY","features":[394]},{"name":"LINEPROVIDERLIST","features":[394]},{"name":"LINEPROXYREQUEST","features":[394,358]},{"name":"LINEPROXYREQUESTLIST","features":[394]},{"name":"LINEPROXYREQUEST_AGENTSPECIFIC","features":[394]},{"name":"LINEPROXYREQUEST_CREATEAGENT","features":[394]},{"name":"LINEPROXYREQUEST_CREATEAGENTSESSION","features":[394]},{"name":"LINEPROXYREQUEST_GETAGENTACTIVITYLIST","features":[394]},{"name":"LINEPROXYREQUEST_GETAGENTCAPS","features":[394]},{"name":"LINEPROXYREQUEST_GETAGENTGROUPLIST","features":[394]},{"name":"LINEPROXYREQUEST_GETAGENTINFO","features":[394]},{"name":"LINEPROXYREQUEST_GETAGENTSESSIONINFO","features":[394]},{"name":"LINEPROXYREQUEST_GETAGENTSESSIONLIST","features":[394]},{"name":"LINEPROXYREQUEST_GETAGENTSTATUS","features":[394]},{"name":"LINEPROXYREQUEST_GETGROUPLIST","features":[394]},{"name":"LINEPROXYREQUEST_GETQUEUEINFO","features":[394]},{"name":"LINEPROXYREQUEST_GETQUEUELIST","features":[394]},{"name":"LINEPROXYREQUEST_SETAGENTACTIVITY","features":[394]},{"name":"LINEPROXYREQUEST_SETAGENTGROUP","features":[394]},{"name":"LINEPROXYREQUEST_SETAGENTMEASUREMENTPERIOD","features":[394]},{"name":"LINEPROXYREQUEST_SETAGENTSESSIONSTATE","features":[394]},{"name":"LINEPROXYREQUEST_SETAGENTSTATE","features":[394]},{"name":"LINEPROXYREQUEST_SETAGENTSTATEEX","features":[394]},{"name":"LINEPROXYREQUEST_SETQUEUEMEASUREMENTPERIOD","features":[394]},{"name":"LINEPROXYSTATUS_ALLOPENFORACD","features":[394]},{"name":"LINEPROXYSTATUS_CLOSE","features":[394]},{"name":"LINEPROXYSTATUS_OPEN","features":[394]},{"name":"LINEQOSREQUESTTYPE_SERVICELEVEL","features":[394]},{"name":"LINEQOSSERVICELEVEL_BESTEFFORT","features":[394]},{"name":"LINEQOSSERVICELEVEL_IFAVAILABLE","features":[394]},{"name":"LINEQOSSERVICELEVEL_NEEDED","features":[394]},{"name":"LINEQUEUEENTRY","features":[394]},{"name":"LINEQUEUEINFO","features":[394]},{"name":"LINEQUEUELIST","features":[394]},{"name":"LINEQUEUESTATUS_NEWQUEUE","features":[394]},{"name":"LINEQUEUESTATUS_QUEUEREMOVED","features":[394]},{"name":"LINEQUEUESTATUS_UPDATEINFO","features":[394]},{"name":"LINEREMOVEFROMCONF_ANY","features":[394]},{"name":"LINEREMOVEFROMCONF_LAST","features":[394]},{"name":"LINEREMOVEFROMCONF_NONE","features":[394]},{"name":"LINEREQMAKECALL","features":[394]},{"name":"LINEREQMAKECALLW","features":[394]},{"name":"LINEREQMEDIACALL","features":[394,305]},{"name":"LINEREQMEDIACALLW","features":[394,305]},{"name":"LINEREQUESTMODE_DROP","features":[394]},{"name":"LINEREQUESTMODE_MAKECALL","features":[394]},{"name":"LINEREQUESTMODE_MEDIACALL","features":[394]},{"name":"LINEROAMMODE_HOME","features":[394]},{"name":"LINEROAMMODE_ROAMA","features":[394]},{"name":"LINEROAMMODE_ROAMB","features":[394]},{"name":"LINEROAMMODE_UNAVAIL","features":[394]},{"name":"LINEROAMMODE_UNKNOWN","features":[394]},{"name":"LINESPECIALINFO_CUSTIRREG","features":[394]},{"name":"LINESPECIALINFO_NOCIRCUIT","features":[394]},{"name":"LINESPECIALINFO_REORDER","features":[394]},{"name":"LINESPECIALINFO_UNAVAIL","features":[394]},{"name":"LINESPECIALINFO_UNKNOWN","features":[394]},{"name":"LINETERMCAPS","features":[394]},{"name":"LINETERMDEV_HEADSET","features":[394]},{"name":"LINETERMDEV_PHONE","features":[394]},{"name":"LINETERMDEV_SPEAKER","features":[394]},{"name":"LINETERMMODE_BUTTONS","features":[394]},{"name":"LINETERMMODE_DISPLAY","features":[394]},{"name":"LINETERMMODE_HOOKSWITCH","features":[394]},{"name":"LINETERMMODE_LAMPS","features":[394]},{"name":"LINETERMMODE_MEDIABIDIRECT","features":[394]},{"name":"LINETERMMODE_MEDIAFROMLINE","features":[394]},{"name":"LINETERMMODE_MEDIATOLINE","features":[394]},{"name":"LINETERMMODE_RINGER","features":[394]},{"name":"LINETERMSHARING_PRIVATE","features":[394]},{"name":"LINETERMSHARING_SHAREDCONF","features":[394]},{"name":"LINETERMSHARING_SHAREDEXCL","features":[394]},{"name":"LINETOLLLISTOPTION_ADD","features":[394]},{"name":"LINETOLLLISTOPTION_REMOVE","features":[394]},{"name":"LINETONEMODE_BEEP","features":[394]},{"name":"LINETONEMODE_BILLING","features":[394]},{"name":"LINETONEMODE_BUSY","features":[394]},{"name":"LINETONEMODE_CUSTOM","features":[394]},{"name":"LINETONEMODE_RINGBACK","features":[394]},{"name":"LINETRANSFERMODE_CONFERENCE","features":[394]},{"name":"LINETRANSFERMODE_TRANSFER","features":[394]},{"name":"LINETRANSLATECAPS","features":[394]},{"name":"LINETRANSLATEOPTION_CANCELCALLWAITING","features":[394]},{"name":"LINETRANSLATEOPTION_CARDOVERRIDE","features":[394]},{"name":"LINETRANSLATEOPTION_FORCELD","features":[394]},{"name":"LINETRANSLATEOPTION_FORCELOCAL","features":[394]},{"name":"LINETRANSLATEOUTPUT","features":[394]},{"name":"LINETRANSLATERESULT_CANONICAL","features":[394]},{"name":"LINETRANSLATERESULT_DIALBILLING","features":[394]},{"name":"LINETRANSLATERESULT_DIALDIALTONE","features":[394]},{"name":"LINETRANSLATERESULT_DIALPROMPT","features":[394]},{"name":"LINETRANSLATERESULT_DIALQUIET","features":[394]},{"name":"LINETRANSLATERESULT_INTERNATIONAL","features":[394]},{"name":"LINETRANSLATERESULT_INTOLLLIST","features":[394]},{"name":"LINETRANSLATERESULT_LOCAL","features":[394]},{"name":"LINETRANSLATERESULT_LONGDISTANCE","features":[394]},{"name":"LINETRANSLATERESULT_NOTINTOLLLIST","features":[394]},{"name":"LINETRANSLATERESULT_NOTRANSLATION","features":[394]},{"name":"LINETRANSLATERESULT_VOICEDETECT","features":[394]},{"name":"LINETSPIOPTION_NONREENTRANT","features":[394]},{"name":"LINE_ADDRESSSTATE","features":[394]},{"name":"LINE_AGENTSESSIONSTATUS","features":[394]},{"name":"LINE_AGENTSPECIFIC","features":[394]},{"name":"LINE_AGENTSTATUS","features":[394]},{"name":"LINE_AGENTSTATUSEX","features":[394]},{"name":"LINE_APPNEWCALL","features":[394]},{"name":"LINE_APPNEWCALLHUB","features":[394]},{"name":"LINE_CALLHUBCLOSE","features":[394]},{"name":"LINE_CALLINFO","features":[394]},{"name":"LINE_CALLSTATE","features":[394]},{"name":"LINE_CLOSE","features":[394]},{"name":"LINE_CREATE","features":[394]},{"name":"LINE_DEVSPECIFIC","features":[394]},{"name":"LINE_DEVSPECIFICEX","features":[394]},{"name":"LINE_DEVSPECIFICFEATURE","features":[394]},{"name":"LINE_GATHERDIGITS","features":[394]},{"name":"LINE_GENERATE","features":[394]},{"name":"LINE_GROUPSTATUS","features":[394]},{"name":"LINE_LINEDEVSTATE","features":[394]},{"name":"LINE_MONITORDIGITS","features":[394]},{"name":"LINE_MONITORMEDIA","features":[394]},{"name":"LINE_MONITORTONE","features":[394]},{"name":"LINE_PROXYREQUEST","features":[394]},{"name":"LINE_PROXYSTATUS","features":[394]},{"name":"LINE_QUEUESTATUS","features":[394]},{"name":"LINE_REMOVE","features":[394]},{"name":"LINE_REPLY","features":[394]},{"name":"LINE_REQUEST","features":[394]},{"name":"LM_BROKENFLUTTER","features":[394]},{"name":"LM_DUMMY","features":[394]},{"name":"LM_FLASH","features":[394]},{"name":"LM_FLUTTER","features":[394]},{"name":"LM_OFF","features":[394]},{"name":"LM_STEADY","features":[394]},{"name":"LM_UNKNOWN","features":[394]},{"name":"LM_WINK","features":[394]},{"name":"LPGETTNEFSTREAMCODEPAGE","features":[394,358]},{"name":"LPOPENTNEFSTREAM","features":[394,395,358]},{"name":"LPOPENTNEFSTREAMEX","features":[394,395,358]},{"name":"ME_ADDRESS_EVENT","features":[394]},{"name":"ME_ASR_TERMINAL_EVENT","features":[394]},{"name":"ME_CALL_EVENT","features":[394]},{"name":"ME_FILE_TERMINAL_EVENT","features":[394]},{"name":"ME_PRIVATE_EVENT","features":[394]},{"name":"ME_TONE_TERMINAL_EVENT","features":[394]},{"name":"ME_TSP_DATA","features":[394]},{"name":"ME_TTS_TERMINAL_EVENT","features":[394]},{"name":"MSP_ADDRESS_EVENT","features":[394]},{"name":"MSP_CALL_EVENT","features":[394]},{"name":"MSP_CALL_EVENT_CAUSE","features":[394]},{"name":"MSP_EVENT","features":[394]},{"name":"MSP_EVENT_INFO","features":[394,358]},{"name":"McastAddressAllocation","features":[394]},{"name":"NSID","features":[394]},{"name":"OPENTNEFSTREAM","features":[394]},{"name":"OPENTNEFSTREAMEX","features":[394]},{"name":"OT_CONFERENCE","features":[394]},{"name":"OT_USER","features":[394]},{"name":"OpenTnefStream","features":[394,395,358]},{"name":"OpenTnefStreamEx","features":[394,395,358]},{"name":"PBF_ABBREVDIAL","features":[394]},{"name":"PBF_BRIDGEDAPP","features":[394]},{"name":"PBF_BUSY","features":[394]},{"name":"PBF_CALLAPP","features":[394]},{"name":"PBF_CALLID","features":[394]},{"name":"PBF_CAMPON","features":[394]},{"name":"PBF_CONFERENCE","features":[394]},{"name":"PBF_CONNECT","features":[394]},{"name":"PBF_COVER","features":[394]},{"name":"PBF_DATAOFF","features":[394]},{"name":"PBF_DATAON","features":[394]},{"name":"PBF_DATETIME","features":[394]},{"name":"PBF_DIRECTORY","features":[394]},{"name":"PBF_DISCONNECT","features":[394]},{"name":"PBF_DONOTDISTURB","features":[394]},{"name":"PBF_DROP","features":[394]},{"name":"PBF_FLASH","features":[394]},{"name":"PBF_FORWARD","features":[394]},{"name":"PBF_HOLD","features":[394]},{"name":"PBF_INTERCOM","features":[394]},{"name":"PBF_LASTNUM","features":[394]},{"name":"PBF_MSGINDICATOR","features":[394]},{"name":"PBF_MSGWAITOFF","features":[394]},{"name":"PBF_MSGWAITON","features":[394]},{"name":"PBF_MUTE","features":[394]},{"name":"PBF_NIGHTSRV","features":[394]},{"name":"PBF_NONE","features":[394]},{"name":"PBF_PARK","features":[394]},{"name":"PBF_PICKUP","features":[394]},{"name":"PBF_QUEUECALL","features":[394]},{"name":"PBF_RECALL","features":[394]},{"name":"PBF_REDIRECT","features":[394]},{"name":"PBF_REJECT","features":[394]},{"name":"PBF_REPDIAL","features":[394]},{"name":"PBF_RINGAGAIN","features":[394]},{"name":"PBF_SAVEREPEAT","features":[394]},{"name":"PBF_SELECTRING","features":[394]},{"name":"PBF_SEND","features":[394]},{"name":"PBF_SENDCALLS","features":[394]},{"name":"PBF_SETREPDIAL","features":[394]},{"name":"PBF_SPEAKEROFF","features":[394]},{"name":"PBF_SPEAKERON","features":[394]},{"name":"PBF_STATIONSPEED","features":[394]},{"name":"PBF_SYSTEMSPEED","features":[394]},{"name":"PBF_TRANSFER","features":[394]},{"name":"PBF_UNKNOWN","features":[394]},{"name":"PBF_VOLUMEDOWN","features":[394]},{"name":"PBF_VOLUMEUP","features":[394]},{"name":"PBM_CALL","features":[394]},{"name":"PBM_DISPLAY","features":[394]},{"name":"PBM_DUMMY","features":[394]},{"name":"PBM_FEATURE","features":[394]},{"name":"PBM_KEYPAD","features":[394]},{"name":"PBM_LOCAL","features":[394]},{"name":"PBS_DOWN","features":[394]},{"name":"PBS_UNAVAIL","features":[394]},{"name":"PBS_UNKNOWN","features":[394]},{"name":"PBS_UP","features":[394]},{"name":"PCB_DEVSPECIFICBUFFER","features":[394]},{"name":"PCL_DISPLAYNUMCOLUMNS","features":[394]},{"name":"PCL_DISPLAYNUMROWS","features":[394]},{"name":"PCL_GENERICPHONE","features":[394]},{"name":"PCL_HANDSETHOOKSWITCHMODES","features":[394]},{"name":"PCL_HEADSETHOOKSWITCHMODES","features":[394]},{"name":"PCL_HOOKSWITCHES","features":[394]},{"name":"PCL_NUMBUTTONLAMPS","features":[394]},{"name":"PCL_NUMRINGMODES","features":[394]},{"name":"PCL_SPEAKERPHONEHOOKSWITCHMODES","features":[394]},{"name":"PCS_PHONEINFO","features":[394]},{"name":"PCS_PHONENAME","features":[394]},{"name":"PCS_PROVIDERINFO","features":[394]},{"name":"PE_ANSWER","features":[394]},{"name":"PE_BUTTON","features":[394]},{"name":"PE_CAPSCHANGE","features":[394]},{"name":"PE_CLOSE","features":[394]},{"name":"PE_DIALING","features":[394]},{"name":"PE_DISCONNECT","features":[394]},{"name":"PE_DISPLAY","features":[394]},{"name":"PE_HOOKSWITCH","features":[394]},{"name":"PE_LAMPMODE","features":[394]},{"name":"PE_LASTITEM","features":[394]},{"name":"PE_NUMBERGATHERED","features":[394]},{"name":"PE_RINGMODE","features":[394]},{"name":"PE_RINGVOLUME","features":[394]},{"name":"PHONEBUTTONFUNCTION_ABBREVDIAL","features":[394]},{"name":"PHONEBUTTONFUNCTION_BRIDGEDAPP","features":[394]},{"name":"PHONEBUTTONFUNCTION_BUSY","features":[394]},{"name":"PHONEBUTTONFUNCTION_CALLAPP","features":[394]},{"name":"PHONEBUTTONFUNCTION_CALLID","features":[394]},{"name":"PHONEBUTTONFUNCTION_CAMPON","features":[394]},{"name":"PHONEBUTTONFUNCTION_CONFERENCE","features":[394]},{"name":"PHONEBUTTONFUNCTION_CONNECT","features":[394]},{"name":"PHONEBUTTONFUNCTION_COVER","features":[394]},{"name":"PHONEBUTTONFUNCTION_DATAOFF","features":[394]},{"name":"PHONEBUTTONFUNCTION_DATAON","features":[394]},{"name":"PHONEBUTTONFUNCTION_DATETIME","features":[394]},{"name":"PHONEBUTTONFUNCTION_DIRECTORY","features":[394]},{"name":"PHONEBUTTONFUNCTION_DISCONNECT","features":[394]},{"name":"PHONEBUTTONFUNCTION_DONOTDISTURB","features":[394]},{"name":"PHONEBUTTONFUNCTION_DROP","features":[394]},{"name":"PHONEBUTTONFUNCTION_FLASH","features":[394]},{"name":"PHONEBUTTONFUNCTION_FORWARD","features":[394]},{"name":"PHONEBUTTONFUNCTION_HOLD","features":[394]},{"name":"PHONEBUTTONFUNCTION_INTERCOM","features":[394]},{"name":"PHONEBUTTONFUNCTION_LASTNUM","features":[394]},{"name":"PHONEBUTTONFUNCTION_MSGINDICATOR","features":[394]},{"name":"PHONEBUTTONFUNCTION_MSGWAITOFF","features":[394]},{"name":"PHONEBUTTONFUNCTION_MSGWAITON","features":[394]},{"name":"PHONEBUTTONFUNCTION_MUTE","features":[394]},{"name":"PHONEBUTTONFUNCTION_NIGHTSRV","features":[394]},{"name":"PHONEBUTTONFUNCTION_NONE","features":[394]},{"name":"PHONEBUTTONFUNCTION_PARK","features":[394]},{"name":"PHONEBUTTONFUNCTION_PICKUP","features":[394]},{"name":"PHONEBUTTONFUNCTION_QUEUECALL","features":[394]},{"name":"PHONEBUTTONFUNCTION_RECALL","features":[394]},{"name":"PHONEBUTTONFUNCTION_REDIRECT","features":[394]},{"name":"PHONEBUTTONFUNCTION_REJECT","features":[394]},{"name":"PHONEBUTTONFUNCTION_REPDIAL","features":[394]},{"name":"PHONEBUTTONFUNCTION_RINGAGAIN","features":[394]},{"name":"PHONEBUTTONFUNCTION_SAVEREPEAT","features":[394]},{"name":"PHONEBUTTONFUNCTION_SELECTRING","features":[394]},{"name":"PHONEBUTTONFUNCTION_SEND","features":[394]},{"name":"PHONEBUTTONFUNCTION_SENDCALLS","features":[394]},{"name":"PHONEBUTTONFUNCTION_SETREPDIAL","features":[394]},{"name":"PHONEBUTTONFUNCTION_SPEAKEROFF","features":[394]},{"name":"PHONEBUTTONFUNCTION_SPEAKERON","features":[394]},{"name":"PHONEBUTTONFUNCTION_STATIONSPEED","features":[394]},{"name":"PHONEBUTTONFUNCTION_SYSTEMSPEED","features":[394]},{"name":"PHONEBUTTONFUNCTION_TRANSFER","features":[394]},{"name":"PHONEBUTTONFUNCTION_UNKNOWN","features":[394]},{"name":"PHONEBUTTONFUNCTION_VOLUMEDOWN","features":[394]},{"name":"PHONEBUTTONFUNCTION_VOLUMEUP","features":[394]},{"name":"PHONEBUTTONINFO","features":[394]},{"name":"PHONEBUTTONMODE_CALL","features":[394]},{"name":"PHONEBUTTONMODE_DISPLAY","features":[394]},{"name":"PHONEBUTTONMODE_DUMMY","features":[394]},{"name":"PHONEBUTTONMODE_FEATURE","features":[394]},{"name":"PHONEBUTTONMODE_KEYPAD","features":[394]},{"name":"PHONEBUTTONMODE_LOCAL","features":[394]},{"name":"PHONEBUTTONSTATE_DOWN","features":[394]},{"name":"PHONEBUTTONSTATE_UNAVAIL","features":[394]},{"name":"PHONEBUTTONSTATE_UNKNOWN","features":[394]},{"name":"PHONEBUTTONSTATE_UP","features":[394]},{"name":"PHONECALLBACK","features":[394]},{"name":"PHONECAPS","features":[394]},{"name":"PHONECAPS_BUFFER","features":[394]},{"name":"PHONECAPS_LONG","features":[394]},{"name":"PHONECAPS_STRING","features":[394]},{"name":"PHONEERR_ALLOCATED","features":[394]},{"name":"PHONEERR_BADDEVICEID","features":[394]},{"name":"PHONEERR_DISCONNECTED","features":[394]},{"name":"PHONEERR_INCOMPATIBLEAPIVERSION","features":[394]},{"name":"PHONEERR_INCOMPATIBLEEXTVERSION","features":[394]},{"name":"PHONEERR_INIFILECORRUPT","features":[394]},{"name":"PHONEERR_INUSE","features":[394]},{"name":"PHONEERR_INVALAPPHANDLE","features":[394]},{"name":"PHONEERR_INVALAPPNAME","features":[394]},{"name":"PHONEERR_INVALBUTTONLAMPID","features":[394]},{"name":"PHONEERR_INVALBUTTONMODE","features":[394]},{"name":"PHONEERR_INVALBUTTONSTATE","features":[394]},{"name":"PHONEERR_INVALDATAID","features":[394]},{"name":"PHONEERR_INVALDEVICECLASS","features":[394]},{"name":"PHONEERR_INVALEXTVERSION","features":[394]},{"name":"PHONEERR_INVALHOOKSWITCHDEV","features":[394]},{"name":"PHONEERR_INVALHOOKSWITCHMODE","features":[394]},{"name":"PHONEERR_INVALLAMPMODE","features":[394]},{"name":"PHONEERR_INVALPARAM","features":[394]},{"name":"PHONEERR_INVALPHONEHANDLE","features":[394]},{"name":"PHONEERR_INVALPHONESTATE","features":[394]},{"name":"PHONEERR_INVALPOINTER","features":[394]},{"name":"PHONEERR_INVALPRIVILEGE","features":[394]},{"name":"PHONEERR_INVALRINGMODE","features":[394]},{"name":"PHONEERR_NODEVICE","features":[394]},{"name":"PHONEERR_NODRIVER","features":[394]},{"name":"PHONEERR_NOMEM","features":[394]},{"name":"PHONEERR_NOTOWNER","features":[394]},{"name":"PHONEERR_OPERATIONFAILED","features":[394]},{"name":"PHONEERR_OPERATIONUNAVAIL","features":[394]},{"name":"PHONEERR_REINIT","features":[394]},{"name":"PHONEERR_REQUESTOVERRUN","features":[394]},{"name":"PHONEERR_RESOURCEUNAVAIL","features":[394]},{"name":"PHONEERR_SERVICE_NOT_RUNNING","features":[394]},{"name":"PHONEERR_STRUCTURETOOSMALL","features":[394]},{"name":"PHONEERR_UNINITIALIZED","features":[394]},{"name":"PHONEEVENT","features":[394]},{"name":"PHONEEXTENSIONID","features":[394]},{"name":"PHONEFEATURE_GENERICPHONE","features":[394]},{"name":"PHONEFEATURE_GETBUTTONINFO","features":[394]},{"name":"PHONEFEATURE_GETDATA","features":[394]},{"name":"PHONEFEATURE_GETDISPLAY","features":[394]},{"name":"PHONEFEATURE_GETGAINHANDSET","features":[394]},{"name":"PHONEFEATURE_GETGAINHEADSET","features":[394]},{"name":"PHONEFEATURE_GETGAINSPEAKER","features":[394]},{"name":"PHONEFEATURE_GETHOOKSWITCHHANDSET","features":[394]},{"name":"PHONEFEATURE_GETHOOKSWITCHHEADSET","features":[394]},{"name":"PHONEFEATURE_GETHOOKSWITCHSPEAKER","features":[394]},{"name":"PHONEFEATURE_GETLAMP","features":[394]},{"name":"PHONEFEATURE_GETRING","features":[394]},{"name":"PHONEFEATURE_GETVOLUMEHANDSET","features":[394]},{"name":"PHONEFEATURE_GETVOLUMEHEADSET","features":[394]},{"name":"PHONEFEATURE_GETVOLUMESPEAKER","features":[394]},{"name":"PHONEFEATURE_SETBUTTONINFO","features":[394]},{"name":"PHONEFEATURE_SETDATA","features":[394]},{"name":"PHONEFEATURE_SETDISPLAY","features":[394]},{"name":"PHONEFEATURE_SETGAINHANDSET","features":[394]},{"name":"PHONEFEATURE_SETGAINHEADSET","features":[394]},{"name":"PHONEFEATURE_SETGAINSPEAKER","features":[394]},{"name":"PHONEFEATURE_SETHOOKSWITCHHANDSET","features":[394]},{"name":"PHONEFEATURE_SETHOOKSWITCHHEADSET","features":[394]},{"name":"PHONEFEATURE_SETHOOKSWITCHSPEAKER","features":[394]},{"name":"PHONEFEATURE_SETLAMP","features":[394]},{"name":"PHONEFEATURE_SETRING","features":[394]},{"name":"PHONEFEATURE_SETVOLUMEHANDSET","features":[394]},{"name":"PHONEFEATURE_SETVOLUMEHEADSET","features":[394]},{"name":"PHONEFEATURE_SETVOLUMESPEAKER","features":[394]},{"name":"PHONEHOOKSWITCHDEV_HANDSET","features":[394]},{"name":"PHONEHOOKSWITCHDEV_HEADSET","features":[394]},{"name":"PHONEHOOKSWITCHDEV_SPEAKER","features":[394]},{"name":"PHONEHOOKSWITCHMODE_MIC","features":[394]},{"name":"PHONEHOOKSWITCHMODE_MICSPEAKER","features":[394]},{"name":"PHONEHOOKSWITCHMODE_ONHOOK","features":[394]},{"name":"PHONEHOOKSWITCHMODE_SPEAKER","features":[394]},{"name":"PHONEHOOKSWITCHMODE_UNKNOWN","features":[394]},{"name":"PHONEINITIALIZEEXOPTION_USECOMPLETIONPORT","features":[394]},{"name":"PHONEINITIALIZEEXOPTION_USEEVENT","features":[394]},{"name":"PHONEINITIALIZEEXOPTION_USEHIDDENWINDOW","features":[394]},{"name":"PHONEINITIALIZEEXPARAMS","features":[394,305]},{"name":"PHONELAMPMODE_BROKENFLUTTER","features":[394]},{"name":"PHONELAMPMODE_DUMMY","features":[394]},{"name":"PHONELAMPMODE_FLASH","features":[394]},{"name":"PHONELAMPMODE_FLUTTER","features":[394]},{"name":"PHONELAMPMODE_OFF","features":[394]},{"name":"PHONELAMPMODE_STEADY","features":[394]},{"name":"PHONELAMPMODE_UNKNOWN","features":[394]},{"name":"PHONELAMPMODE_WINK","features":[394]},{"name":"PHONEMESSAGE","features":[394]},{"name":"PHONEPRIVILEGE_MONITOR","features":[394]},{"name":"PHONEPRIVILEGE_OWNER","features":[394]},{"name":"PHONESTATE_CAPSCHANGE","features":[394]},{"name":"PHONESTATE_CONNECTED","features":[394]},{"name":"PHONESTATE_DEVSPECIFIC","features":[394]},{"name":"PHONESTATE_DISCONNECTED","features":[394]},{"name":"PHONESTATE_DISPLAY","features":[394]},{"name":"PHONESTATE_HANDSETGAIN","features":[394]},{"name":"PHONESTATE_HANDSETHOOKSWITCH","features":[394]},{"name":"PHONESTATE_HANDSETVOLUME","features":[394]},{"name":"PHONESTATE_HEADSETGAIN","features":[394]},{"name":"PHONESTATE_HEADSETHOOKSWITCH","features":[394]},{"name":"PHONESTATE_HEADSETVOLUME","features":[394]},{"name":"PHONESTATE_LAMP","features":[394]},{"name":"PHONESTATE_MONITORS","features":[394]},{"name":"PHONESTATE_OTHER","features":[394]},{"name":"PHONESTATE_OWNER","features":[394]},{"name":"PHONESTATE_REINIT","features":[394]},{"name":"PHONESTATE_REMOVED","features":[394]},{"name":"PHONESTATE_RESUME","features":[394]},{"name":"PHONESTATE_RINGMODE","features":[394]},{"name":"PHONESTATE_RINGVOLUME","features":[394]},{"name":"PHONESTATE_SPEAKERGAIN","features":[394]},{"name":"PHONESTATE_SPEAKERHOOKSWITCH","features":[394]},{"name":"PHONESTATE_SPEAKERVOLUME","features":[394]},{"name":"PHONESTATE_SUSPEND","features":[394]},{"name":"PHONESTATUS","features":[394]},{"name":"PHONESTATUSFLAGS_CONNECTED","features":[394]},{"name":"PHONESTATUSFLAGS_SUSPENDED","features":[394]},{"name":"PHONE_BUTTON","features":[394]},{"name":"PHONE_BUTTON_FUNCTION","features":[394]},{"name":"PHONE_BUTTON_MODE","features":[394]},{"name":"PHONE_BUTTON_STATE","features":[394]},{"name":"PHONE_CLOSE","features":[394]},{"name":"PHONE_CREATE","features":[394]},{"name":"PHONE_DEVSPECIFIC","features":[394]},{"name":"PHONE_EVENT","features":[394]},{"name":"PHONE_HOOK_SWITCH_DEVICE","features":[394]},{"name":"PHONE_HOOK_SWITCH_STATE","features":[394]},{"name":"PHONE_LAMP_MODE","features":[394]},{"name":"PHONE_PRIVILEGE","features":[394]},{"name":"PHONE_REMOVE","features":[394]},{"name":"PHONE_REPLY","features":[394]},{"name":"PHONE_STATE","features":[394]},{"name":"PHONE_TONE","features":[394]},{"name":"PHSD_HANDSET","features":[394]},{"name":"PHSD_HEADSET","features":[394]},{"name":"PHSD_SPEAKERPHONE","features":[394]},{"name":"PHSS_OFFHOOK","features":[394]},{"name":"PHSS_OFFHOOK_MIC_ONLY","features":[394]},{"name":"PHSS_OFFHOOK_SPEAKER_ONLY","features":[394]},{"name":"PHSS_ONHOOK","features":[394]},{"name":"PP_MONITOR","features":[394]},{"name":"PP_OWNER","features":[394]},{"name":"PRIVATEOBJECT_ADDRESS","features":[394]},{"name":"PRIVATEOBJECT_CALL","features":[394]},{"name":"PRIVATEOBJECT_CALLID","features":[394]},{"name":"PRIVATEOBJECT_LINE","features":[394]},{"name":"PRIVATEOBJECT_NONE","features":[394]},{"name":"PRIVATEOBJECT_PHONE","features":[394]},{"name":"PT_BUSY","features":[394]},{"name":"PT_ERRORTONE","features":[394]},{"name":"PT_EXTERNALDIALTONE","features":[394]},{"name":"PT_KEYPADA","features":[394]},{"name":"PT_KEYPADB","features":[394]},{"name":"PT_KEYPADC","features":[394]},{"name":"PT_KEYPADD","features":[394]},{"name":"PT_KEYPADEIGHT","features":[394]},{"name":"PT_KEYPADFIVE","features":[394]},{"name":"PT_KEYPADFOUR","features":[394]},{"name":"PT_KEYPADNINE","features":[394]},{"name":"PT_KEYPADONE","features":[394]},{"name":"PT_KEYPADPOUND","features":[394]},{"name":"PT_KEYPADSEVEN","features":[394]},{"name":"PT_KEYPADSIX","features":[394]},{"name":"PT_KEYPADSTAR","features":[394]},{"name":"PT_KEYPADTHREE","features":[394]},{"name":"PT_KEYPADTWO","features":[394]},{"name":"PT_KEYPADZERO","features":[394]},{"name":"PT_NORMALDIALTONE","features":[394]},{"name":"PT_RINGBACK","features":[394]},{"name":"PT_SILENCE","features":[394]},{"name":"QE_ADMISSIONFAILURE","features":[394]},{"name":"QE_GENERICERROR","features":[394]},{"name":"QE_LASTITEM","features":[394]},{"name":"QE_NOQOS","features":[394]},{"name":"QE_POLICYFAILURE","features":[394]},{"name":"QOS_EVENT","features":[394]},{"name":"QOS_SERVICE_LEVEL","features":[394]},{"name":"QSL_BEST_EFFORT","features":[394]},{"name":"QSL_IF_AVAILABLE","features":[394]},{"name":"QSL_NEEDED","features":[394]},{"name":"RAS_LOCAL","features":[394]},{"name":"RAS_REGION","features":[394]},{"name":"RAS_SITE","features":[394]},{"name":"RAS_WORLD","features":[394]},{"name":"RENDBIND_AUTHENTICATE","features":[394]},{"name":"RENDBIND_DEFAULTCREDENTIALS","features":[394]},{"name":"RENDBIND_DEFAULTDOMAINNAME","features":[394]},{"name":"RENDBIND_DEFAULTPASSWORD","features":[394]},{"name":"RENDBIND_DEFAULTUSERNAME","features":[394]},{"name":"RENDDATA","features":[394]},{"name":"RND_ADVERTISING_SCOPE","features":[394]},{"name":"Rendezvous","features":[394]},{"name":"RequestMakeCall","features":[394]},{"name":"STRINGFORMAT_ASCII","features":[394]},{"name":"STRINGFORMAT_BINARY","features":[394]},{"name":"STRINGFORMAT_DBCS","features":[394]},{"name":"STRINGFORMAT_UNICODE","features":[394]},{"name":"STRM_CONFIGURED","features":[394]},{"name":"STRM_INITIAL","features":[394]},{"name":"STRM_PAUSED","features":[394]},{"name":"STRM_RUNNING","features":[394]},{"name":"STRM_STOPPED","features":[394]},{"name":"STRM_TERMINALSELECTED","features":[394]},{"name":"STnefProblem","features":[394]},{"name":"STnefProblemArray","features":[394]},{"name":"TAPI","features":[394]},{"name":"TAPIERR_CONNECTED","features":[394]},{"name":"TAPIERR_DESTBUSY","features":[394]},{"name":"TAPIERR_DESTNOANSWER","features":[394]},{"name":"TAPIERR_DESTUNAVAIL","features":[394]},{"name":"TAPIERR_DEVICECLASSUNAVAIL","features":[394]},{"name":"TAPIERR_DEVICEIDUNAVAIL","features":[394]},{"name":"TAPIERR_DEVICEINUSE","features":[394]},{"name":"TAPIERR_DROPPED","features":[394]},{"name":"TAPIERR_INVALDESTADDRESS","features":[394]},{"name":"TAPIERR_INVALDEVICECLASS","features":[394]},{"name":"TAPIERR_INVALDEVICEID","features":[394]},{"name":"TAPIERR_INVALPOINTER","features":[394]},{"name":"TAPIERR_INVALWINDOWHANDLE","features":[394]},{"name":"TAPIERR_MMCWRITELOCKED","features":[394]},{"name":"TAPIERR_NOREQUESTRECIPIENT","features":[394]},{"name":"TAPIERR_NOTADMIN","features":[394]},{"name":"TAPIERR_PROVIDERALREADYINSTALLED","features":[394]},{"name":"TAPIERR_REQUESTCANCELLED","features":[394]},{"name":"TAPIERR_REQUESTFAILED","features":[394]},{"name":"TAPIERR_REQUESTQUEUEFULL","features":[394]},{"name":"TAPIERR_SCP_ALREADY_EXISTS","features":[394]},{"name":"TAPIERR_SCP_DOES_NOT_EXIST","features":[394]},{"name":"TAPIERR_UNKNOWNREQUESTID","features":[394]},{"name":"TAPIERR_UNKNOWNWINHANDLE","features":[394]},{"name":"TAPIMAXAPPNAMESIZE","features":[394]},{"name":"TAPIMAXCALLEDPARTYSIZE","features":[394]},{"name":"TAPIMAXCOMMENTSIZE","features":[394]},{"name":"TAPIMAXDESTADDRESSSIZE","features":[394]},{"name":"TAPIMAXDEVICECLASSSIZE","features":[394]},{"name":"TAPIMAXDEVICEIDSIZE","features":[394]},{"name":"TAPIMEDIATYPE_AUDIO","features":[394]},{"name":"TAPIMEDIATYPE_DATAMODEM","features":[394]},{"name":"TAPIMEDIATYPE_G3FAX","features":[394]},{"name":"TAPIMEDIATYPE_MULTITRACK","features":[394]},{"name":"TAPIMEDIATYPE_VIDEO","features":[394]},{"name":"TAPIOBJECT_EVENT","features":[394]},{"name":"TAPI_CURRENT_VERSION","features":[394]},{"name":"TAPI_CUSTOMTONE","features":[394]},{"name":"TAPI_DETECTTONE","features":[394]},{"name":"TAPI_EVENT","features":[394]},{"name":"TAPI_E_ADDRESSBLOCKED","features":[394]},{"name":"TAPI_E_ALLOCATED","features":[394]},{"name":"TAPI_E_BILLINGREJECTED","features":[394]},{"name":"TAPI_E_CALLCENTER_GROUP_REMOVED","features":[394]},{"name":"TAPI_E_CALLCENTER_INVALAGENTACTIVITY","features":[394]},{"name":"TAPI_E_CALLCENTER_INVALAGENTGROUP","features":[394]},{"name":"TAPI_E_CALLCENTER_INVALAGENTID","features":[394]},{"name":"TAPI_E_CALLCENTER_INVALAGENTSTATE","features":[394]},{"name":"TAPI_E_CALLCENTER_INVALPASSWORD","features":[394]},{"name":"TAPI_E_CALLCENTER_NO_AGENT_ID","features":[394]},{"name":"TAPI_E_CALLCENTER_QUEUE_REMOVED","features":[394]},{"name":"TAPI_E_CALLNOTSELECTED","features":[394]},{"name":"TAPI_E_CALLUNAVAIL","features":[394]},{"name":"TAPI_E_COMPLETIONOVERRUN","features":[394]},{"name":"TAPI_E_CONFERENCEFULL","features":[394]},{"name":"TAPI_E_DESTBUSY","features":[394]},{"name":"TAPI_E_DESTNOANSWER","features":[394]},{"name":"TAPI_E_DESTUNAVAIL","features":[394]},{"name":"TAPI_E_DIALMODIFIERNOTSUPPORTED","features":[394]},{"name":"TAPI_E_DROPPED","features":[394]},{"name":"TAPI_E_INUSE","features":[394]},{"name":"TAPI_E_INVALADDRESS","features":[394]},{"name":"TAPI_E_INVALADDRESSSTATE","features":[394]},{"name":"TAPI_E_INVALADDRESSTYPE","features":[394]},{"name":"TAPI_E_INVALBUTTONLAMPID","features":[394]},{"name":"TAPI_E_INVALBUTTONSTATE","features":[394]},{"name":"TAPI_E_INVALCALLPARAMS","features":[394]},{"name":"TAPI_E_INVALCALLPRIVILEGE","features":[394]},{"name":"TAPI_E_INVALCALLSTATE","features":[394]},{"name":"TAPI_E_INVALCARD","features":[394]},{"name":"TAPI_E_INVALCOMPLETIONID","features":[394]},{"name":"TAPI_E_INVALCOUNTRYCODE","features":[394]},{"name":"TAPI_E_INVALDATAID","features":[394]},{"name":"TAPI_E_INVALDEVICECLASS","features":[394]},{"name":"TAPI_E_INVALDIALPARAMS","features":[394]},{"name":"TAPI_E_INVALDIGITS","features":[394]},{"name":"TAPI_E_INVALFEATURE","features":[394]},{"name":"TAPI_E_INVALGROUPID","features":[394]},{"name":"TAPI_E_INVALHOOKSWITCHDEV","features":[394]},{"name":"TAPI_E_INVALIDDIRECTION","features":[394]},{"name":"TAPI_E_INVALIDMEDIATYPE","features":[394]},{"name":"TAPI_E_INVALIDSTREAM","features":[394]},{"name":"TAPI_E_INVALIDSTREAMSTATE","features":[394]},{"name":"TAPI_E_INVALIDTERMINAL","features":[394]},{"name":"TAPI_E_INVALIDTERMINALCLASS","features":[394]},{"name":"TAPI_E_INVALLIST","features":[394]},{"name":"TAPI_E_INVALLOCATION","features":[394]},{"name":"TAPI_E_INVALMESSAGEID","features":[394]},{"name":"TAPI_E_INVALMODE","features":[394]},{"name":"TAPI_E_INVALPARKID","features":[394]},{"name":"TAPI_E_INVALPRIVILEGE","features":[394]},{"name":"TAPI_E_INVALRATE","features":[394]},{"name":"TAPI_E_INVALTIMEOUT","features":[394]},{"name":"TAPI_E_INVALTONE","features":[394]},{"name":"TAPI_E_MAXSTREAMS","features":[394]},{"name":"TAPI_E_MAXTERMINALS","features":[394]},{"name":"TAPI_E_NOCONFERENCE","features":[394]},{"name":"TAPI_E_NODEVICE","features":[394]},{"name":"TAPI_E_NODRIVER","features":[394]},{"name":"TAPI_E_NOEVENT","features":[394]},{"name":"TAPI_E_NOFORMAT","features":[394]},{"name":"TAPI_E_NOITEMS","features":[394]},{"name":"TAPI_E_NOREQUEST","features":[394]},{"name":"TAPI_E_NOREQUESTRECIPIENT","features":[394]},{"name":"TAPI_E_NOTENOUGHMEMORY","features":[394]},{"name":"TAPI_E_NOTERMINALSELECTED","features":[394]},{"name":"TAPI_E_NOTOWNER","features":[394]},{"name":"TAPI_E_NOTREGISTERED","features":[394]},{"name":"TAPI_E_NOTSTOPPED","features":[394]},{"name":"TAPI_E_NOTSUPPORTED","features":[394]},{"name":"TAPI_E_NOT_INITIALIZED","features":[394]},{"name":"TAPI_E_OPERATIONFAILED","features":[394]},{"name":"TAPI_E_PEER_NOT_SET","features":[394]},{"name":"TAPI_E_PHONENOTOPEN","features":[394]},{"name":"TAPI_E_REGISTRY_SETTING_CORRUPT","features":[394]},{"name":"TAPI_E_REINIT","features":[394]},{"name":"TAPI_E_REQUESTCANCELLED","features":[394]},{"name":"TAPI_E_REQUESTFAILED","features":[394]},{"name":"TAPI_E_REQUESTOVERRUN","features":[394]},{"name":"TAPI_E_REQUESTQUEUEFULL","features":[394]},{"name":"TAPI_E_RESOURCEUNAVAIL","features":[394]},{"name":"TAPI_E_SERVICE_NOT_RUNNING","features":[394]},{"name":"TAPI_E_TARGETNOTFOUND","features":[394]},{"name":"TAPI_E_TARGETSELF","features":[394]},{"name":"TAPI_E_TERMINALINUSE","features":[394]},{"name":"TAPI_E_TERMINAL_PEER","features":[394]},{"name":"TAPI_E_TIMEOUT","features":[394]},{"name":"TAPI_E_USERUSERINFOTOOBIG","features":[394]},{"name":"TAPI_E_WRONGEVENT","features":[394]},{"name":"TAPI_E_WRONG_STATE","features":[394]},{"name":"TAPI_GATHERTERM","features":[394]},{"name":"TAPI_OBJECT_TYPE","features":[394]},{"name":"TAPI_REPLY","features":[394]},{"name":"TAPI_TONEMODE","features":[394]},{"name":"TD_BIDIRECTIONAL","features":[394]},{"name":"TD_CAPTURE","features":[394]},{"name":"TD_MULTITRACK_MIXED","features":[394]},{"name":"TD_NONE","features":[394]},{"name":"TD_RENDER","features":[394]},{"name":"TERMINAL_DIRECTION","features":[394]},{"name":"TERMINAL_MEDIA_STATE","features":[394]},{"name":"TERMINAL_STATE","features":[394]},{"name":"TERMINAL_TYPE","features":[394]},{"name":"TE_ACDGROUP","features":[394]},{"name":"TE_ADDRESS","features":[394]},{"name":"TE_ADDRESSCLOSE","features":[394]},{"name":"TE_ADDRESSCREATE","features":[394]},{"name":"TE_ADDRESSDEVSPECIFIC","features":[394]},{"name":"TE_ADDRESSREMOVE","features":[394]},{"name":"TE_AGENT","features":[394]},{"name":"TE_AGENTHANDLER","features":[394]},{"name":"TE_AGENTSESSION","features":[394]},{"name":"TE_ASRTERMINAL","features":[394]},{"name":"TE_CALLHUB","features":[394]},{"name":"TE_CALLINFOCHANGE","features":[394]},{"name":"TE_CALLMEDIA","features":[394]},{"name":"TE_CALLNOTIFICATION","features":[394]},{"name":"TE_CALLSTATE","features":[394]},{"name":"TE_DIGITEVENT","features":[394]},{"name":"TE_FILETERMINAL","features":[394]},{"name":"TE_GATHERDIGITS","features":[394]},{"name":"TE_GENERATEEVENT","features":[394]},{"name":"TE_PHONECREATE","features":[394]},{"name":"TE_PHONEDEVSPECIFIC","features":[394]},{"name":"TE_PHONEEVENT","features":[394]},{"name":"TE_PHONEREMOVE","features":[394]},{"name":"TE_PRIVATE","features":[394]},{"name":"TE_QOSEVENT","features":[394]},{"name":"TE_QUEUE","features":[394]},{"name":"TE_REINIT","features":[394]},{"name":"TE_REQUEST","features":[394]},{"name":"TE_TAPIOBJECT","features":[394]},{"name":"TE_TONEEVENT","features":[394]},{"name":"TE_TONETERMINAL","features":[394]},{"name":"TE_TRANSLATECHANGE","features":[394]},{"name":"TE_TTSTERMINAL","features":[394]},{"name":"TGT_BUFFERFULL","features":[394]},{"name":"TGT_CANCEL","features":[394]},{"name":"TGT_FIRSTTIMEOUT","features":[394]},{"name":"TGT_INTERTIMEOUT","features":[394]},{"name":"TGT_TERMDIGIT","features":[394]},{"name":"TMS_ACTIVE","features":[394]},{"name":"TMS_IDLE","features":[394]},{"name":"TMS_LASTITEM","features":[394]},{"name":"TMS_PAUSED","features":[394]},{"name":"TOT_ADDRESS","features":[394]},{"name":"TOT_CALL","features":[394]},{"name":"TOT_CALLHUB","features":[394]},{"name":"TOT_NONE","features":[394]},{"name":"TOT_PHONE","features":[394]},{"name":"TOT_TAPI","features":[394]},{"name":"TOT_TERMINAL","features":[394]},{"name":"TRP","features":[394]},{"name":"TSPI_LINEACCEPT","features":[394]},{"name":"TSPI_LINEADDTOCONFERENCE","features":[394]},{"name":"TSPI_LINEANSWER","features":[394]},{"name":"TSPI_LINEBLINDTRANSFER","features":[394]},{"name":"TSPI_LINECLOSE","features":[394]},{"name":"TSPI_LINECLOSECALL","features":[394]},{"name":"TSPI_LINECLOSEMSPINSTANCE","features":[394]},{"name":"TSPI_LINECOMPLETECALL","features":[394]},{"name":"TSPI_LINECOMPLETETRANSFER","features":[394]},{"name":"TSPI_LINECONDITIONALMEDIADETECTION","features":[394]},{"name":"TSPI_LINECONFIGDIALOG","features":[394]},{"name":"TSPI_LINECONFIGDIALOGEDIT","features":[394]},{"name":"TSPI_LINECREATEMSPINSTANCE","features":[394]},{"name":"TSPI_LINEDEVSPECIFIC","features":[394]},{"name":"TSPI_LINEDEVSPECIFICFEATURE","features":[394]},{"name":"TSPI_LINEDIAL","features":[394]},{"name":"TSPI_LINEDROP","features":[394]},{"name":"TSPI_LINEDROPNOOWNER","features":[394]},{"name":"TSPI_LINEDROPONCLOSE","features":[394]},{"name":"TSPI_LINEFORWARD","features":[394]},{"name":"TSPI_LINEGATHERDIGITS","features":[394]},{"name":"TSPI_LINEGENERATEDIGITS","features":[394]},{"name":"TSPI_LINEGENERATETONE","features":[394]},{"name":"TSPI_LINEGETADDRESSCAPS","features":[394]},{"name":"TSPI_LINEGETADDRESSID","features":[394]},{"name":"TSPI_LINEGETADDRESSSTATUS","features":[394]},{"name":"TSPI_LINEGETCALLADDRESSID","features":[394]},{"name":"TSPI_LINEGETCALLHUBTRACKING","features":[394]},{"name":"TSPI_LINEGETCALLID","features":[394]},{"name":"TSPI_LINEGETCALLINFO","features":[394]},{"name":"TSPI_LINEGETCALLSTATUS","features":[394]},{"name":"TSPI_LINEGETDEVCAPS","features":[394]},{"name":"TSPI_LINEGETDEVCONFIG","features":[394]},{"name":"TSPI_LINEGETEXTENSIONID","features":[394]},{"name":"TSPI_LINEGETICON","features":[394]},{"name":"TSPI_LINEGETID","features":[394]},{"name":"TSPI_LINEGETLINEDEVSTATUS","features":[394]},{"name":"TSPI_LINEGETNUMADDRESSIDS","features":[394]},{"name":"TSPI_LINEHOLD","features":[394]},{"name":"TSPI_LINEMAKECALL","features":[394]},{"name":"TSPI_LINEMONITORDIGITS","features":[394]},{"name":"TSPI_LINEMONITORMEDIA","features":[394]},{"name":"TSPI_LINEMONITORTONES","features":[394]},{"name":"TSPI_LINEMSPIDENTIFY","features":[394]},{"name":"TSPI_LINENEGOTIATEEXTVERSION","features":[394]},{"name":"TSPI_LINENEGOTIATETSPIVERSION","features":[394]},{"name":"TSPI_LINEOPEN","features":[394]},{"name":"TSPI_LINEPARK","features":[394]},{"name":"TSPI_LINEPICKUP","features":[394]},{"name":"TSPI_LINEPREPAREADDTOCONFERENCE","features":[394]},{"name":"TSPI_LINERECEIVEMSPDATA","features":[394]},{"name":"TSPI_LINEREDIRECT","features":[394]},{"name":"TSPI_LINERELEASEUSERUSERINFO","features":[394]},{"name":"TSPI_LINEREMOVEFROMCONFERENCE","features":[394]},{"name":"TSPI_LINESECURECALL","features":[394]},{"name":"TSPI_LINESELECTEXTVERSION","features":[394]},{"name":"TSPI_LINESENDUSERUSERINFO","features":[394]},{"name":"TSPI_LINESETAPPSPECIFIC","features":[394]},{"name":"TSPI_LINESETCALLHUBTRACKING","features":[394]},{"name":"TSPI_LINESETCALLPARAMS","features":[394]},{"name":"TSPI_LINESETCURRENTLOCATION","features":[394]},{"name":"TSPI_LINESETDEFAULTMEDIADETECTION","features":[394]},{"name":"TSPI_LINESETDEVCONFIG","features":[394]},{"name":"TSPI_LINESETMEDIACONTROL","features":[394]},{"name":"TSPI_LINESETMEDIAMODE","features":[394]},{"name":"TSPI_LINESETSTATUSMESSAGES","features":[394]},{"name":"TSPI_LINESETTERMINAL","features":[394]},{"name":"TSPI_LINESETUPCONFERENCE","features":[394]},{"name":"TSPI_LINESETUPTRANSFER","features":[394]},{"name":"TSPI_LINESWAPHOLD","features":[394]},{"name":"TSPI_LINEUNCOMPLETECALL","features":[394]},{"name":"TSPI_LINEUNHOLD","features":[394]},{"name":"TSPI_LINEUNPARK","features":[394]},{"name":"TSPI_MESSAGE_BASE","features":[394]},{"name":"TSPI_PHONECLOSE","features":[394]},{"name":"TSPI_PHONECONFIGDIALOG","features":[394]},{"name":"TSPI_PHONEDEVSPECIFIC","features":[394]},{"name":"TSPI_PHONEGETBUTTONINFO","features":[394]},{"name":"TSPI_PHONEGETDATA","features":[394]},{"name":"TSPI_PHONEGETDEVCAPS","features":[394]},{"name":"TSPI_PHONEGETDISPLAY","features":[394]},{"name":"TSPI_PHONEGETEXTENSIONID","features":[394]},{"name":"TSPI_PHONEGETGAIN","features":[394]},{"name":"TSPI_PHONEGETHOOKSWITCH","features":[394]},{"name":"TSPI_PHONEGETICON","features":[394]},{"name":"TSPI_PHONEGETID","features":[394]},{"name":"TSPI_PHONEGETLAMP","features":[394]},{"name":"TSPI_PHONEGETRING","features":[394]},{"name":"TSPI_PHONEGETSTATUS","features":[394]},{"name":"TSPI_PHONEGETVOLUME","features":[394]},{"name":"TSPI_PHONENEGOTIATEEXTVERSION","features":[394]},{"name":"TSPI_PHONENEGOTIATETSPIVERSION","features":[394]},{"name":"TSPI_PHONEOPEN","features":[394]},{"name":"TSPI_PHONESELECTEXTVERSION","features":[394]},{"name":"TSPI_PHONESETBUTTONINFO","features":[394]},{"name":"TSPI_PHONESETDATA","features":[394]},{"name":"TSPI_PHONESETDISPLAY","features":[394]},{"name":"TSPI_PHONESETGAIN","features":[394]},{"name":"TSPI_PHONESETHOOKSWITCH","features":[394]},{"name":"TSPI_PHONESETLAMP","features":[394]},{"name":"TSPI_PHONESETRING","features":[394]},{"name":"TSPI_PHONESETSTATUSMESSAGES","features":[394]},{"name":"TSPI_PHONESETVOLUME","features":[394]},{"name":"TSPI_PROC_BASE","features":[394]},{"name":"TSPI_PROVIDERCONFIG","features":[394]},{"name":"TSPI_PROVIDERCREATELINEDEVICE","features":[394]},{"name":"TSPI_PROVIDERCREATEPHONEDEVICE","features":[394]},{"name":"TSPI_PROVIDERENUMDEVICES","features":[394]},{"name":"TSPI_PROVIDERINIT","features":[394]},{"name":"TSPI_PROVIDERINSTALL","features":[394]},{"name":"TSPI_PROVIDERREMOVE","features":[394]},{"name":"TSPI_PROVIDERSHUTDOWN","features":[394]},{"name":"TS_INUSE","features":[394]},{"name":"TS_NOTINUSE","features":[394]},{"name":"TTM_BEEP","features":[394]},{"name":"TTM_BILLING","features":[394]},{"name":"TTM_BUSY","features":[394]},{"name":"TTM_RINGBACK","features":[394]},{"name":"TT_DYNAMIC","features":[394]},{"name":"TT_STATIC","features":[394]},{"name":"TUISPICREATEDIALOGINSTANCEPARAMS","features":[394]},{"name":"TUISPIDLLCALLBACK","features":[394]},{"name":"TUISPIDLL_OBJECT_DIALOGINSTANCE","features":[394]},{"name":"TUISPIDLL_OBJECT_LINEID","features":[394]},{"name":"TUISPIDLL_OBJECT_PHONEID","features":[394]},{"name":"TUISPIDLL_OBJECT_PROVIDERID","features":[394]},{"name":"VARSTRING","features":[394]},{"name":"atypFile","features":[394]},{"name":"atypMax","features":[394]},{"name":"atypNull","features":[394]},{"name":"atypOle","features":[394]},{"name":"atypPicture","features":[394]},{"name":"cbDisplayName","features":[394]},{"name":"cbEmailName","features":[394]},{"name":"cbMaxIdData","features":[394]},{"name":"cbSeverName","features":[394]},{"name":"cbTYPE","features":[394]},{"name":"lineAccept","features":[394]},{"name":"lineAddProvider","features":[394,305]},{"name":"lineAddProviderA","features":[394,305]},{"name":"lineAddProviderW","features":[394,305]},{"name":"lineAddToConference","features":[394]},{"name":"lineAgentSpecific","features":[394]},{"name":"lineAnswer","features":[394]},{"name":"lineBlindTransfer","features":[394]},{"name":"lineBlindTransferA","features":[394]},{"name":"lineBlindTransferW","features":[394]},{"name":"lineClose","features":[394]},{"name":"lineCompleteCall","features":[394]},{"name":"lineCompleteTransfer","features":[394]},{"name":"lineConfigDialog","features":[394,305]},{"name":"lineConfigDialogA","features":[394,305]},{"name":"lineConfigDialogEdit","features":[394,305]},{"name":"lineConfigDialogEditA","features":[394,305]},{"name":"lineConfigDialogEditW","features":[394,305]},{"name":"lineConfigDialogW","features":[394,305]},{"name":"lineConfigProvider","features":[394,305]},{"name":"lineCreateAgentA","features":[394]},{"name":"lineCreateAgentSessionA","features":[394]},{"name":"lineCreateAgentSessionW","features":[394]},{"name":"lineCreateAgentW","features":[394]},{"name":"lineDeallocateCall","features":[394]},{"name":"lineDevSpecific","features":[394]},{"name":"lineDevSpecificFeature","features":[394]},{"name":"lineDial","features":[394]},{"name":"lineDialA","features":[394]},{"name":"lineDialW","features":[394]},{"name":"lineDrop","features":[394]},{"name":"lineForward","features":[394]},{"name":"lineForwardA","features":[394]},{"name":"lineForwardW","features":[394]},{"name":"lineGatherDigits","features":[394]},{"name":"lineGatherDigitsA","features":[394]},{"name":"lineGatherDigitsW","features":[394]},{"name":"lineGenerateDigits","features":[394]},{"name":"lineGenerateDigitsA","features":[394]},{"name":"lineGenerateDigitsW","features":[394]},{"name":"lineGenerateTone","features":[394]},{"name":"lineGetAddressCaps","features":[394]},{"name":"lineGetAddressCapsA","features":[394]},{"name":"lineGetAddressCapsW","features":[394]},{"name":"lineGetAddressID","features":[394]},{"name":"lineGetAddressIDA","features":[394]},{"name":"lineGetAddressIDW","features":[394]},{"name":"lineGetAddressStatus","features":[394]},{"name":"lineGetAddressStatusA","features":[394]},{"name":"lineGetAddressStatusW","features":[394]},{"name":"lineGetAgentActivityListA","features":[394]},{"name":"lineGetAgentActivityListW","features":[394]},{"name":"lineGetAgentCapsA","features":[394]},{"name":"lineGetAgentCapsW","features":[394]},{"name":"lineGetAgentGroupListA","features":[394]},{"name":"lineGetAgentGroupListW","features":[394]},{"name":"lineGetAgentInfo","features":[394,358]},{"name":"lineGetAgentSessionInfo","features":[394,358]},{"name":"lineGetAgentSessionList","features":[394]},{"name":"lineGetAgentStatusA","features":[394]},{"name":"lineGetAgentStatusW","features":[394]},{"name":"lineGetAppPriority","features":[394]},{"name":"lineGetAppPriorityA","features":[394]},{"name":"lineGetAppPriorityW","features":[394]},{"name":"lineGetCallInfo","features":[394]},{"name":"lineGetCallInfoA","features":[394]},{"name":"lineGetCallInfoW","features":[394]},{"name":"lineGetCallStatus","features":[394,305]},{"name":"lineGetConfRelatedCalls","features":[394]},{"name":"lineGetCountry","features":[394]},{"name":"lineGetCountryA","features":[394]},{"name":"lineGetCountryW","features":[394]},{"name":"lineGetDevCaps","features":[394]},{"name":"lineGetDevCapsA","features":[394]},{"name":"lineGetDevCapsW","features":[394]},{"name":"lineGetDevConfig","features":[394]},{"name":"lineGetDevConfigA","features":[394]},{"name":"lineGetDevConfigW","features":[394]},{"name":"lineGetGroupListA","features":[394]},{"name":"lineGetGroupListW","features":[394]},{"name":"lineGetID","features":[394]},{"name":"lineGetIDA","features":[394]},{"name":"lineGetIDW","features":[394]},{"name":"lineGetIcon","features":[394,374]},{"name":"lineGetIconA","features":[394,374]},{"name":"lineGetIconW","features":[394,374]},{"name":"lineGetLineDevStatus","features":[394]},{"name":"lineGetLineDevStatusA","features":[394]},{"name":"lineGetLineDevStatusW","features":[394]},{"name":"lineGetMessage","features":[394]},{"name":"lineGetNewCalls","features":[394]},{"name":"lineGetNumRings","features":[394]},{"name":"lineGetProviderList","features":[394]},{"name":"lineGetProviderListA","features":[394]},{"name":"lineGetProviderListW","features":[394]},{"name":"lineGetProxyStatus","features":[394]},{"name":"lineGetQueueInfo","features":[394]},{"name":"lineGetQueueListA","features":[394]},{"name":"lineGetQueueListW","features":[394]},{"name":"lineGetRequest","features":[394]},{"name":"lineGetRequestA","features":[394]},{"name":"lineGetRequestW","features":[394]},{"name":"lineGetStatusMessages","features":[394]},{"name":"lineGetTranslateCaps","features":[394]},{"name":"lineGetTranslateCapsA","features":[394]},{"name":"lineGetTranslateCapsW","features":[394]},{"name":"lineHandoff","features":[394]},{"name":"lineHandoffA","features":[394]},{"name":"lineHandoffW","features":[394]},{"name":"lineHold","features":[394]},{"name":"lineInitialize","features":[394,305]},{"name":"lineInitializeExA","features":[394,305]},{"name":"lineInitializeExW","features":[394,305]},{"name":"lineMakeCall","features":[394]},{"name":"lineMakeCallA","features":[394]},{"name":"lineMakeCallW","features":[394]},{"name":"lineMonitorDigits","features":[394]},{"name":"lineMonitorMedia","features":[394]},{"name":"lineMonitorTones","features":[394]},{"name":"lineNegotiateAPIVersion","features":[394]},{"name":"lineNegotiateExtVersion","features":[394]},{"name":"lineOpen","features":[394]},{"name":"lineOpenA","features":[394]},{"name":"lineOpenW","features":[394]},{"name":"linePark","features":[394]},{"name":"lineParkA","features":[394]},{"name":"lineParkW","features":[394]},{"name":"linePickup","features":[394]},{"name":"linePickupA","features":[394]},{"name":"linePickupW","features":[394]},{"name":"linePrepareAddToConference","features":[394]},{"name":"linePrepareAddToConferenceA","features":[394]},{"name":"linePrepareAddToConferenceW","features":[394]},{"name":"lineProxyMessage","features":[394]},{"name":"lineProxyResponse","features":[394,358]},{"name":"lineRedirect","features":[394]},{"name":"lineRedirectA","features":[394]},{"name":"lineRedirectW","features":[394]},{"name":"lineRegisterRequestRecipient","features":[394]},{"name":"lineReleaseUserUserInfo","features":[394]},{"name":"lineRemoveFromConference","features":[394]},{"name":"lineRemoveProvider","features":[394,305]},{"name":"lineSecureCall","features":[394]},{"name":"lineSendUserUserInfo","features":[394]},{"name":"lineSetAgentActivity","features":[394]},{"name":"lineSetAgentGroup","features":[394]},{"name":"lineSetAgentMeasurementPeriod","features":[394]},{"name":"lineSetAgentSessionState","features":[394]},{"name":"lineSetAgentState","features":[394]},{"name":"lineSetAgentStateEx","features":[394]},{"name":"lineSetAppPriority","features":[394]},{"name":"lineSetAppPriorityA","features":[394]},{"name":"lineSetAppPriorityW","features":[394]},{"name":"lineSetAppSpecific","features":[394]},{"name":"lineSetCallData","features":[394]},{"name":"lineSetCallParams","features":[394]},{"name":"lineSetCallPrivilege","features":[394]},{"name":"lineSetCallQualityOfService","features":[394]},{"name":"lineSetCallTreatment","features":[394]},{"name":"lineSetCurrentLocation","features":[394]},{"name":"lineSetDevConfig","features":[394]},{"name":"lineSetDevConfigA","features":[394]},{"name":"lineSetDevConfigW","features":[394]},{"name":"lineSetLineDevStatus","features":[394]},{"name":"lineSetMediaControl","features":[394]},{"name":"lineSetMediaMode","features":[394]},{"name":"lineSetNumRings","features":[394]},{"name":"lineSetQueueMeasurementPeriod","features":[394]},{"name":"lineSetStatusMessages","features":[394]},{"name":"lineSetTerminal","features":[394]},{"name":"lineSetTollList","features":[394]},{"name":"lineSetTollListA","features":[394]},{"name":"lineSetTollListW","features":[394]},{"name":"lineSetupConference","features":[394]},{"name":"lineSetupConferenceA","features":[394]},{"name":"lineSetupConferenceW","features":[394]},{"name":"lineSetupTransfer","features":[394]},{"name":"lineSetupTransferA","features":[394]},{"name":"lineSetupTransferW","features":[394]},{"name":"lineShutdown","features":[394]},{"name":"lineSwapHold","features":[394]},{"name":"lineTranslateAddress","features":[394]},{"name":"lineTranslateAddressA","features":[394]},{"name":"lineTranslateAddressW","features":[394]},{"name":"lineTranslateDialog","features":[394,305]},{"name":"lineTranslateDialogA","features":[394,305]},{"name":"lineTranslateDialogW","features":[394,305]},{"name":"lineUncompleteCall","features":[394]},{"name":"lineUnhold","features":[394]},{"name":"lineUnpark","features":[394]},{"name":"lineUnparkA","features":[394]},{"name":"lineUnparkW","features":[394]},{"name":"phoneClose","features":[394]},{"name":"phoneConfigDialog","features":[394,305]},{"name":"phoneConfigDialogA","features":[394,305]},{"name":"phoneConfigDialogW","features":[394,305]},{"name":"phoneDevSpecific","features":[394]},{"name":"phoneGetButtonInfo","features":[394]},{"name":"phoneGetButtonInfoA","features":[394]},{"name":"phoneGetButtonInfoW","features":[394]},{"name":"phoneGetData","features":[394]},{"name":"phoneGetDevCaps","features":[394]},{"name":"phoneGetDevCapsA","features":[394]},{"name":"phoneGetDevCapsW","features":[394]},{"name":"phoneGetDisplay","features":[394]},{"name":"phoneGetGain","features":[394]},{"name":"phoneGetHookSwitch","features":[394]},{"name":"phoneGetID","features":[394]},{"name":"phoneGetIDA","features":[394]},{"name":"phoneGetIDW","features":[394]},{"name":"phoneGetIcon","features":[394,374]},{"name":"phoneGetIconA","features":[394,374]},{"name":"phoneGetIconW","features":[394,374]},{"name":"phoneGetLamp","features":[394]},{"name":"phoneGetMessage","features":[394]},{"name":"phoneGetRing","features":[394]},{"name":"phoneGetStatus","features":[394]},{"name":"phoneGetStatusA","features":[394]},{"name":"phoneGetStatusMessages","features":[394]},{"name":"phoneGetStatusW","features":[394]},{"name":"phoneGetVolume","features":[394]},{"name":"phoneInitialize","features":[394,305]},{"name":"phoneInitializeExA","features":[394,305]},{"name":"phoneInitializeExW","features":[394,305]},{"name":"phoneNegotiateAPIVersion","features":[394]},{"name":"phoneNegotiateExtVersion","features":[394]},{"name":"phoneOpen","features":[394]},{"name":"phoneSetButtonInfo","features":[394]},{"name":"phoneSetButtonInfoA","features":[394]},{"name":"phoneSetButtonInfoW","features":[394]},{"name":"phoneSetData","features":[394]},{"name":"phoneSetDisplay","features":[394]},{"name":"phoneSetGain","features":[394]},{"name":"phoneSetHookSwitch","features":[394]},{"name":"phoneSetLamp","features":[394]},{"name":"phoneSetRing","features":[394]},{"name":"phoneSetStatusMessages","features":[394]},{"name":"phoneSetVolume","features":[394]},{"name":"phoneShutdown","features":[394]},{"name":"prioHigh","features":[394]},{"name":"prioLow","features":[394]},{"name":"prioNorm","features":[394]},{"name":"tapiGetLocationInfo","features":[394]},{"name":"tapiGetLocationInfoA","features":[394]},{"name":"tapiGetLocationInfoW","features":[394]},{"name":"tapiRequestDrop","features":[394,305]},{"name":"tapiRequestMakeCall","features":[394]},{"name":"tapiRequestMakeCallA","features":[394]},{"name":"tapiRequestMakeCallW","features":[394]},{"name":"tapiRequestMediaCall","features":[394,305]},{"name":"tapiRequestMediaCallA","features":[394,305]},{"name":"tapiRequestMediaCallW","features":[394,305]}],"396":[{"name":"ALLOW_PARTIAL_READS","features":[396]},{"name":"ALL_PIPE","features":[396]},{"name":"ALTERNATE_INTERFACE","features":[396]},{"name":"AUTO_CLEAR_STALL","features":[396]},{"name":"AUTO_FLUSH","features":[396]},{"name":"AUTO_SUSPEND","features":[396]},{"name":"AcquireBusInfo","features":[396]},{"name":"AcquireControllerName","features":[396]},{"name":"AcquireHubName","features":[396]},{"name":"BMREQUEST_CLASS","features":[396]},{"name":"BMREQUEST_DEVICE_TO_HOST","features":[396]},{"name":"BMREQUEST_HOST_TO_DEVICE","features":[396]},{"name":"BMREQUEST_STANDARD","features":[396]},{"name":"BMREQUEST_TO_DEVICE","features":[396]},{"name":"BMREQUEST_TO_ENDPOINT","features":[396]},{"name":"BMREQUEST_TO_INTERFACE","features":[396]},{"name":"BMREQUEST_TO_OTHER","features":[396]},{"name":"BMREQUEST_VENDOR","features":[396]},{"name":"BM_REQUEST_TYPE","features":[396]},{"name":"BULKIN_FLAG","features":[396]},{"name":"CHANNEL_INFO","features":[396]},{"name":"CompositeDevice","features":[396]},{"name":"DEVICE_DESCRIPTOR","features":[396]},{"name":"DEVICE_SPEED","features":[396]},{"name":"DRV_VERSION","features":[396]},{"name":"DeviceCausedOvercurrent","features":[396]},{"name":"DeviceConnected","features":[396]},{"name":"DeviceEnumerating","features":[396]},{"name":"DeviceFailedEnumeration","features":[396]},{"name":"DeviceGeneralFailure","features":[396]},{"name":"DeviceHubNestedTooDeeply","features":[396]},{"name":"DeviceInLegacyHub","features":[396]},{"name":"DeviceNotEnoughBandwidth","features":[396]},{"name":"DeviceNotEnoughPower","features":[396]},{"name":"DeviceReset","features":[396]},{"name":"EHCI_Generic","features":[396]},{"name":"EHCI_Intel_Medfield","features":[396]},{"name":"EHCI_Lucent","features":[396]},{"name":"EHCI_NEC","features":[396]},{"name":"EHCI_NVIDIA_Tegra2","features":[396]},{"name":"EHCI_NVIDIA_Tegra3","features":[396]},{"name":"EVENT_PIPE","features":[396]},{"name":"EnumerationFailure","features":[396]},{"name":"FILE_DEVICE_USB","features":[396]},{"name":"FILE_DEVICE_USB_SCAN","features":[396]},{"name":"FullSpeed","features":[396]},{"name":"GUID_DEVINTERFACE_USB_BILLBOARD","features":[396]},{"name":"GUID_DEVINTERFACE_USB_DEVICE","features":[396]},{"name":"GUID_DEVINTERFACE_USB_HOST_CONTROLLER","features":[396]},{"name":"GUID_DEVINTERFACE_USB_HUB","features":[396]},{"name":"GUID_USB_MSOS20_PLATFORM_CAPABILITY_ID","features":[396]},{"name":"GUID_USB_PERFORMANCE_TRACING","features":[396]},{"name":"GUID_USB_TRANSFER_TRACING","features":[396]},{"name":"GUID_USB_WMI_DEVICE_PERF_INFO","features":[396]},{"name":"GUID_USB_WMI_NODE_INFO","features":[396]},{"name":"GUID_USB_WMI_STD_DATA","features":[396]},{"name":"GUID_USB_WMI_STD_NOTIFICATION","features":[396]},{"name":"GUID_USB_WMI_SURPRISE_REMOVAL_NOTIFICATION","features":[396]},{"name":"GUID_USB_WMI_TRACING","features":[396]},{"name":"HCD_DIAGNOSTIC_MODE_OFF","features":[396]},{"name":"HCD_DIAGNOSTIC_MODE_ON","features":[396]},{"name":"HCD_DISABLE_PORT","features":[396]},{"name":"HCD_ENABLE_PORT","features":[396]},{"name":"HCD_GET_DRIVERKEY_NAME","features":[396]},{"name":"HCD_GET_ROOT_HUB_NAME","features":[396]},{"name":"HCD_GET_STATS_1","features":[396]},{"name":"HCD_GET_STATS_2","features":[396]},{"name":"HCD_ISO_STAT_COUNTERS","features":[396]},{"name":"HCD_STAT_COUNTERS","features":[396]},{"name":"HCD_STAT_INFORMATION_1","features":[396]},{"name":"HCD_STAT_INFORMATION_2","features":[396]},{"name":"HCD_TRACE_READ_REQUEST","features":[396]},{"name":"HCD_USER_REQUEST","features":[396]},{"name":"HUB_DEVICE_CONFIG_INFO","features":[396]},{"name":"HighSpeed","features":[396]},{"name":"HubDevice","features":[396]},{"name":"HubNestedTooDeeply","features":[396]},{"name":"HubOvercurrent","features":[396]},{"name":"HubPowerChange","features":[396]},{"name":"IGNORE_SHORT_PACKETS","features":[396]},{"name":"IOCTL_ABORT_PIPE","features":[396]},{"name":"IOCTL_CANCEL_IO","features":[396]},{"name":"IOCTL_GENERICUSBFN_ACTIVATE_USB_BUS","features":[396]},{"name":"IOCTL_GENERICUSBFN_BUS_EVENT_NOTIFICATION","features":[396]},{"name":"IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_IN","features":[396]},{"name":"IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT","features":[396]},{"name":"IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS","features":[396]},{"name":"IOCTL_GENERICUSBFN_GET_CLASS_INFO","features":[396]},{"name":"IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX","features":[396]},{"name":"IOCTL_GENERICUSBFN_GET_INTERFACE_DESCRIPTOR_SET","features":[396]},{"name":"IOCTL_GENERICUSBFN_GET_PIPE_STATE","features":[396]},{"name":"IOCTL_GENERICUSBFN_REGISTER_USB_STRING","features":[396]},{"name":"IOCTL_GENERICUSBFN_SET_PIPE_STATE","features":[396]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_IN","features":[396]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_IN_APPEND_ZERO_PKT","features":[396]},{"name":"IOCTL_GENERICUSBFN_TRANSFER_OUT","features":[396]},{"name":"IOCTL_GET_CHANNEL_ALIGN_RQST","features":[396]},{"name":"IOCTL_GET_DEVICE_DESCRIPTOR","features":[396]},{"name":"IOCTL_GET_HCD_DRIVERKEY_NAME","features":[396]},{"name":"IOCTL_GET_PIPE_CONFIGURATION","features":[396]},{"name":"IOCTL_GET_USB_DESCRIPTOR","features":[396]},{"name":"IOCTL_GET_VERSION","features":[396]},{"name":"IOCTL_INDEX","features":[396]},{"name":"IOCTL_INTERNAL_USB_CYCLE_PORT","features":[396]},{"name":"IOCTL_INTERNAL_USB_ENABLE_PORT","features":[396]},{"name":"IOCTL_INTERNAL_USB_FAIL_GET_STATUS_FROM_DEVICE","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_BUSGUID_INFO","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_BUS_INFO","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_CONTROLLER_NAME","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_CONFIG_INFO","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE_EX","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_HUB_COUNT","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_HUB_NAME","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_PARENT_HUB_INFO","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_PORT_STATUS","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_ROOTHUB_PDO","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_TOPOLOGY_ADDRESS","features":[396]},{"name":"IOCTL_INTERNAL_USB_GET_TT_DEVICE_HANDLE","features":[396]},{"name":"IOCTL_INTERNAL_USB_NOTIFY_IDLE_READY","features":[396]},{"name":"IOCTL_INTERNAL_USB_RECORD_FAILURE","features":[396]},{"name":"IOCTL_INTERNAL_USB_REGISTER_COMPOSITE_DEVICE","features":[396]},{"name":"IOCTL_INTERNAL_USB_REQUEST_REMOTE_WAKE_NOTIFICATION","features":[396]},{"name":"IOCTL_INTERNAL_USB_REQ_GLOBAL_RESUME","features":[396]},{"name":"IOCTL_INTERNAL_USB_REQ_GLOBAL_SUSPEND","features":[396]},{"name":"IOCTL_INTERNAL_USB_RESET_PORT","features":[396]},{"name":"IOCTL_INTERNAL_USB_SUBMIT_IDLE_NOTIFICATION","features":[396]},{"name":"IOCTL_INTERNAL_USB_SUBMIT_URB","features":[396]},{"name":"IOCTL_INTERNAL_USB_UNREGISTER_COMPOSITE_DEVICE","features":[396]},{"name":"IOCTL_READ_REGISTERS","features":[396]},{"name":"IOCTL_RESET_PIPE","features":[396]},{"name":"IOCTL_SEND_USB_REQUEST","features":[396]},{"name":"IOCTL_SET_TIMEOUT","features":[396]},{"name":"IOCTL_USB_DIAGNOSTIC_MODE_OFF","features":[396]},{"name":"IOCTL_USB_DIAGNOSTIC_MODE_ON","features":[396]},{"name":"IOCTL_USB_DIAG_IGNORE_HUBS_OFF","features":[396]},{"name":"IOCTL_USB_DIAG_IGNORE_HUBS_ON","features":[396]},{"name":"IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION","features":[396]},{"name":"IOCTL_USB_GET_DEVICE_CHARACTERISTICS","features":[396]},{"name":"IOCTL_USB_GET_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC","features":[396]},{"name":"IOCTL_USB_GET_HUB_CAPABILITIES","features":[396]},{"name":"IOCTL_USB_GET_HUB_CAPABILITIES_EX","features":[396]},{"name":"IOCTL_USB_GET_HUB_INFORMATION_EX","features":[396]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_ATTRIBUTES","features":[396]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY_NAME","features":[396]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION","features":[396]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX","features":[396]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX_V2","features":[396]},{"name":"IOCTL_USB_GET_NODE_CONNECTION_NAME","features":[396]},{"name":"IOCTL_USB_GET_NODE_INFORMATION","features":[396]},{"name":"IOCTL_USB_GET_PORT_CONNECTOR_PROPERTIES","features":[396]},{"name":"IOCTL_USB_GET_ROOT_HUB_NAME","features":[396]},{"name":"IOCTL_USB_GET_TRANSPORT_CHARACTERISTICS","features":[396]},{"name":"IOCTL_USB_HCD_DISABLE_PORT","features":[396]},{"name":"IOCTL_USB_HCD_ENABLE_PORT","features":[396]},{"name":"IOCTL_USB_HCD_GET_STATS_1","features":[396]},{"name":"IOCTL_USB_HCD_GET_STATS_2","features":[396]},{"name":"IOCTL_USB_HUB_CYCLE_PORT","features":[396]},{"name":"IOCTL_USB_NOTIFY_ON_TRANSPORT_CHARACTERISTICS_CHANGE","features":[396]},{"name":"IOCTL_USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[396]},{"name":"IOCTL_USB_RESET_HUB","features":[396]},{"name":"IOCTL_USB_START_TRACKING_FOR_TIME_SYNC","features":[396]},{"name":"IOCTL_USB_STOP_TRACKING_FOR_TIME_SYNC","features":[396]},{"name":"IOCTL_USB_UNREGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[396]},{"name":"IOCTL_WAIT_ON_DEVICE_EVENT","features":[396]},{"name":"IOCTL_WRITE_REGISTERS","features":[396]},{"name":"IO_BLOCK","features":[396]},{"name":"IO_BLOCK_EX","features":[396]},{"name":"InsufficentBandwidth","features":[396]},{"name":"InsufficentPower","features":[396]},{"name":"KREGMANUSBFNENUMPATH","features":[396]},{"name":"KREGUSBFNENUMPATH","features":[396]},{"name":"LowSpeed","features":[396]},{"name":"MAXIMUM_TRANSFER_SIZE","features":[396]},{"name":"MAXIMUM_USB_STRING_LENGTH","features":[396]},{"name":"MAX_ALTERNATE_NAME_LENGTH","features":[396]},{"name":"MAX_ASSOCIATION_NAME_LENGTH","features":[396]},{"name":"MAX_CONFIGURATION_NAME_LENGTH","features":[396]},{"name":"MAX_INTERFACE_NAME_LENGTH","features":[396]},{"name":"MAX_NUM_PIPES","features":[396]},{"name":"MAX_NUM_USBFN_ENDPOINTS","features":[396]},{"name":"MAX_SUPPORTED_CONFIGURATIONS","features":[396]},{"name":"MAX_USB_STRING_LENGTH","features":[396]},{"name":"MS_GENRE_DESCRIPTOR_INDEX","features":[396]},{"name":"MS_OS_FLAGS_CONTAINERID","features":[396]},{"name":"MS_OS_STRING_SIGNATURE","features":[396]},{"name":"MS_POWER_DESCRIPTOR_INDEX","features":[396]},{"name":"ModernDeviceInLegacyHub","features":[396]},{"name":"NoDeviceConnected","features":[396]},{"name":"OHCI_Generic","features":[396]},{"name":"OHCI_Hydra","features":[396]},{"name":"OHCI_NEC","features":[396]},{"name":"OS_STRING","features":[396]},{"name":"OS_STRING_DESCRIPTOR_INDEX","features":[396]},{"name":"OverCurrent","features":[396]},{"name":"PACKET_PARAMETERS","features":[396]},{"name":"PIPE_TRANSFER_TIMEOUT","features":[396]},{"name":"PIPE_TYPE","features":[396]},{"name":"PORT_LINK_STATE_COMPLIANCE_MODE","features":[396]},{"name":"PORT_LINK_STATE_DISABLED","features":[396]},{"name":"PORT_LINK_STATE_HOT_RESET","features":[396]},{"name":"PORT_LINK_STATE_INACTIVE","features":[396]},{"name":"PORT_LINK_STATE_LOOPBACK","features":[396]},{"name":"PORT_LINK_STATE_POLLING","features":[396]},{"name":"PORT_LINK_STATE_RECOVERY","features":[396]},{"name":"PORT_LINK_STATE_RX_DETECT","features":[396]},{"name":"PORT_LINK_STATE_TEST_MODE","features":[396]},{"name":"PORT_LINK_STATE_U0","features":[396]},{"name":"PORT_LINK_STATE_U1","features":[396]},{"name":"PORT_LINK_STATE_U2","features":[396]},{"name":"PORT_LINK_STATE_U3","features":[396]},{"name":"RAW_IO","features":[396]},{"name":"RAW_PIPE_TYPE","features":[396]},{"name":"RAW_RESET_PORT_PARAMETERS","features":[396]},{"name":"RAW_ROOTPORT_FEATURE","features":[396]},{"name":"RAW_ROOTPORT_PARAMETERS","features":[396]},{"name":"READ_DATA_PIPE","features":[396]},{"name":"RESET_PIPE_ON_RESUME","features":[396]},{"name":"ResetOvercurrent","features":[396]},{"name":"SHORT_PACKET_TERMINATE","features":[396]},{"name":"SUSPEND_DELAY","features":[396]},{"name":"UHCI_Generic","features":[396]},{"name":"UHCI_Ich1","features":[396]},{"name":"UHCI_Ich2","features":[396]},{"name":"UHCI_Ich3m","features":[396]},{"name":"UHCI_Ich4","features":[396]},{"name":"UHCI_Ich5","features":[396]},{"name":"UHCI_Ich6","features":[396]},{"name":"UHCI_Intel","features":[396]},{"name":"UHCI_Piix3","features":[396]},{"name":"UHCI_Piix4","features":[396]},{"name":"UHCI_Reserved204","features":[396]},{"name":"UHCI_VIA","features":[396]},{"name":"UHCI_VIA_x01","features":[396]},{"name":"UHCI_VIA_x02","features":[396]},{"name":"UHCI_VIA_x03","features":[396]},{"name":"UHCI_VIA_x04","features":[396]},{"name":"UHCI_VIA_x0E_FIFO","features":[396]},{"name":"URB","features":[396]},{"name":"URB_FUNCTION_ABORT_PIPE","features":[396]},{"name":"URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER","features":[396]},{"name":"URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER_USING_CHAINED_MDL","features":[396]},{"name":"URB_FUNCTION_CLASS_DEVICE","features":[396]},{"name":"URB_FUNCTION_CLASS_ENDPOINT","features":[396]},{"name":"URB_FUNCTION_CLASS_INTERFACE","features":[396]},{"name":"URB_FUNCTION_CLASS_OTHER","features":[396]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_DEVICE","features":[396]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_ENDPOINT","features":[396]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_INTERFACE","features":[396]},{"name":"URB_FUNCTION_CLEAR_FEATURE_TO_OTHER","features":[396]},{"name":"URB_FUNCTION_CLOSE_STATIC_STREAMS","features":[396]},{"name":"URB_FUNCTION_CONTROL_TRANSFER","features":[396]},{"name":"URB_FUNCTION_CONTROL_TRANSFER_EX","features":[396]},{"name":"URB_FUNCTION_GET_CONFIGURATION","features":[396]},{"name":"URB_FUNCTION_GET_CURRENT_FRAME_NUMBER","features":[396]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_DEVICE","features":[396]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_ENDPOINT","features":[396]},{"name":"URB_FUNCTION_GET_DESCRIPTOR_FROM_INTERFACE","features":[396]},{"name":"URB_FUNCTION_GET_FRAME_LENGTH","features":[396]},{"name":"URB_FUNCTION_GET_INTERFACE","features":[396]},{"name":"URB_FUNCTION_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS","features":[396]},{"name":"URB_FUNCTION_GET_MS_FEATURE_DESCRIPTOR","features":[396]},{"name":"URB_FUNCTION_GET_STATUS_FROM_DEVICE","features":[396]},{"name":"URB_FUNCTION_GET_STATUS_FROM_ENDPOINT","features":[396]},{"name":"URB_FUNCTION_GET_STATUS_FROM_INTERFACE","features":[396]},{"name":"URB_FUNCTION_GET_STATUS_FROM_OTHER","features":[396]},{"name":"URB_FUNCTION_ISOCH_TRANSFER","features":[396]},{"name":"URB_FUNCTION_ISOCH_TRANSFER_USING_CHAINED_MDL","features":[396]},{"name":"URB_FUNCTION_OPEN_STATIC_STREAMS","features":[396]},{"name":"URB_FUNCTION_RELEASE_FRAME_LENGTH_CONTROL","features":[396]},{"name":"URB_FUNCTION_RESERVED_0X0016","features":[396]},{"name":"URB_FUNCTION_RESERVE_0X001D","features":[396]},{"name":"URB_FUNCTION_RESERVE_0X002B","features":[396]},{"name":"URB_FUNCTION_RESERVE_0X002C","features":[396]},{"name":"URB_FUNCTION_RESERVE_0X002D","features":[396]},{"name":"URB_FUNCTION_RESERVE_0X002E","features":[396]},{"name":"URB_FUNCTION_RESERVE_0X002F","features":[396]},{"name":"URB_FUNCTION_RESERVE_0X0033","features":[396]},{"name":"URB_FUNCTION_RESERVE_0X0034","features":[396]},{"name":"URB_FUNCTION_RESET_PIPE","features":[396]},{"name":"URB_FUNCTION_SELECT_CONFIGURATION","features":[396]},{"name":"URB_FUNCTION_SELECT_INTERFACE","features":[396]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_DEVICE","features":[396]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_ENDPOINT","features":[396]},{"name":"URB_FUNCTION_SET_DESCRIPTOR_TO_INTERFACE","features":[396]},{"name":"URB_FUNCTION_SET_FEATURE_TO_DEVICE","features":[396]},{"name":"URB_FUNCTION_SET_FEATURE_TO_ENDPOINT","features":[396]},{"name":"URB_FUNCTION_SET_FEATURE_TO_INTERFACE","features":[396]},{"name":"URB_FUNCTION_SET_FEATURE_TO_OTHER","features":[396]},{"name":"URB_FUNCTION_SET_FRAME_LENGTH","features":[396]},{"name":"URB_FUNCTION_SYNC_CLEAR_STALL","features":[396]},{"name":"URB_FUNCTION_SYNC_RESET_PIPE","features":[396]},{"name":"URB_FUNCTION_SYNC_RESET_PIPE_AND_CLEAR_STALL","features":[396]},{"name":"URB_FUNCTION_TAKE_FRAME_LENGTH_CONTROL","features":[396]},{"name":"URB_FUNCTION_VENDOR_DEVICE","features":[396]},{"name":"URB_FUNCTION_VENDOR_ENDPOINT","features":[396]},{"name":"URB_FUNCTION_VENDOR_INTERFACE","features":[396]},{"name":"URB_FUNCTION_VENDOR_OTHER","features":[396]},{"name":"URB_OPEN_STATIC_STREAMS_VERSION_100","features":[396]},{"name":"UREGMANUSBFNENUMPATH","features":[396]},{"name":"UREGUSBFNENUMPATH","features":[396]},{"name":"USBDI_VERSION","features":[396]},{"name":"USBD_DEFAULT_MAXIMUM_TRANSFER_SIZE","features":[396]},{"name":"USBD_DEFAULT_PIPE_TRANSFER","features":[396]},{"name":"USBD_DEVICE_INFORMATION","features":[396]},{"name":"USBD_ENDPOINT_OFFLOAD_INFORMATION","features":[396]},{"name":"USBD_ENDPOINT_OFFLOAD_MODE","features":[396]},{"name":"USBD_INTERFACE_INFORMATION","features":[396]},{"name":"USBD_ISO_PACKET_DESCRIPTOR","features":[396]},{"name":"USBD_ISO_START_FRAME_RANGE","features":[396]},{"name":"USBD_PF_CHANGE_MAX_PACKET","features":[396]},{"name":"USBD_PF_ENABLE_RT_THREAD_ACCESS","features":[396]},{"name":"USBD_PF_HANDLES_SSP_HIGH_BANDWIDTH_ISOCH","features":[396]},{"name":"USBD_PF_INTERACTIVE_PRIORITY","features":[396]},{"name":"USBD_PF_MAP_ADD_TRANSFERS","features":[396]},{"name":"USBD_PF_PRIORITY_MASK","features":[396]},{"name":"USBD_PF_SHORT_PACKET_OPT","features":[396]},{"name":"USBD_PF_SSP_HIGH_BANDWIDTH_ISOCH","features":[396]},{"name":"USBD_PF_VIDEO_PRIORITY","features":[396]},{"name":"USBD_PF_VOICE_PRIORITY","features":[396]},{"name":"USBD_PIPE_INFORMATION","features":[396]},{"name":"USBD_PIPE_TYPE","features":[396]},{"name":"USBD_PORT_CONNECTED","features":[396]},{"name":"USBD_PORT_ENABLED","features":[396]},{"name":"USBD_SHORT_TRANSFER_OK","features":[396]},{"name":"USBD_START_ISO_TRANSFER_ASAP","features":[396]},{"name":"USBD_STREAM_INFORMATION","features":[396]},{"name":"USBD_TRANSFER_DIRECTION","features":[396]},{"name":"USBD_TRANSFER_DIRECTION_IN","features":[396]},{"name":"USBD_TRANSFER_DIRECTION_OUT","features":[396]},{"name":"USBD_VERSION_INFORMATION","features":[396]},{"name":"USBFN_BUS_CONFIGURATION_INFO","features":[396,305]},{"name":"USBFN_BUS_SPEED","features":[396]},{"name":"USBFN_CLASS_INFORMATION_PACKET","features":[396,305]},{"name":"USBFN_CLASS_INFORMATION_PACKET_EX","features":[396,305]},{"name":"USBFN_CLASS_INTERFACE","features":[396]},{"name":"USBFN_CLASS_INTERFACE_EX","features":[396]},{"name":"USBFN_DEVICE_STATE","features":[396]},{"name":"USBFN_DIRECTION","features":[396]},{"name":"USBFN_EVENT","features":[396]},{"name":"USBFN_INTERFACE_INFO","features":[396]},{"name":"USBFN_INTERRUPT_ENDPOINT_SIZE_NOT_UPDATEABLE_MASK","features":[396]},{"name":"USBFN_NOTIFICATION","features":[396]},{"name":"USBFN_PIPE_INFORMATION","features":[396]},{"name":"USBFN_PORT_TYPE","features":[396]},{"name":"USBFN_USB_STRING","features":[396]},{"name":"USBSCAN_GET_DESCRIPTOR","features":[396]},{"name":"USBSCAN_PIPE_BULK","features":[396]},{"name":"USBSCAN_PIPE_CONFIGURATION","features":[396]},{"name":"USBSCAN_PIPE_CONTROL","features":[396]},{"name":"USBSCAN_PIPE_INFORMATION","features":[396]},{"name":"USBSCAN_PIPE_INTERRUPT","features":[396]},{"name":"USBSCAN_PIPE_ISOCHRONOUS","features":[396]},{"name":"USBSCAN_TIMEOUT","features":[396]},{"name":"USBUSER_BANDWIDTH_INFO_REQUEST","features":[396]},{"name":"USBUSER_BUS_STATISTICS_0_REQUEST","features":[396,305]},{"name":"USBUSER_CLEAR_ROOTPORT_FEATURE","features":[396]},{"name":"USBUSER_CLOSE_RAW_DEVICE","features":[396]},{"name":"USBUSER_CONTROLLER_INFO_0","features":[396]},{"name":"USBUSER_CONTROLLER_UNICODE_NAME","features":[396]},{"name":"USBUSER_GET_BANDWIDTH_INFORMATION","features":[396]},{"name":"USBUSER_GET_BUS_STATISTICS_0","features":[396]},{"name":"USBUSER_GET_CONTROLLER_DRIVER_KEY","features":[396]},{"name":"USBUSER_GET_CONTROLLER_INFO_0","features":[396]},{"name":"USBUSER_GET_DRIVER_VERSION","features":[396,305]},{"name":"USBUSER_GET_POWER_STATE_MAP","features":[396]},{"name":"USBUSER_GET_ROOTHUB_SYMBOLIC_NAME","features":[396]},{"name":"USBUSER_GET_ROOTPORT_STATUS","features":[396]},{"name":"USBUSER_GET_USB2HW_VERSION","features":[396]},{"name":"USBUSER_GET_USB2_HW_VERSION","features":[396]},{"name":"USBUSER_GET_USB_DRIVER_VERSION","features":[396]},{"name":"USBUSER_INVALID_REQUEST","features":[396]},{"name":"USBUSER_OPEN_RAW_DEVICE","features":[396]},{"name":"USBUSER_OP_CLOSE_RAW_DEVICE","features":[396]},{"name":"USBUSER_OP_MASK_DEVONLY_API","features":[396]},{"name":"USBUSER_OP_MASK_HCTEST_API","features":[396]},{"name":"USBUSER_OP_OPEN_RAW_DEVICE","features":[396]},{"name":"USBUSER_OP_RAW_RESET_PORT","features":[396]},{"name":"USBUSER_OP_SEND_ONE_PACKET","features":[396]},{"name":"USBUSER_OP_SEND_RAW_COMMAND","features":[396]},{"name":"USBUSER_PASS_THRU","features":[396]},{"name":"USBUSER_PASS_THRU_REQUEST","features":[396]},{"name":"USBUSER_POWER_INFO_REQUEST","features":[396,305]},{"name":"USBUSER_RAW_RESET_ROOT_PORT","features":[396]},{"name":"USBUSER_REFRESH_HCT_REG","features":[396]},{"name":"USBUSER_REQUEST_HEADER","features":[396]},{"name":"USBUSER_ROOTPORT_FEATURE_REQUEST","features":[396]},{"name":"USBUSER_ROOTPORT_PARAMETERS","features":[396]},{"name":"USBUSER_SEND_ONE_PACKET","features":[396]},{"name":"USBUSER_SEND_RAW_COMMAND","features":[396]},{"name":"USBUSER_SET_ROOTPORT_FEATURE","features":[396]},{"name":"USBUSER_USB_REFRESH_HCT_REG","features":[396]},{"name":"USBUSER_VERSION","features":[396]},{"name":"USB_20_ENDPOINT_TYPE_INTERRUPT_RESERVED_MASK","features":[396]},{"name":"USB_20_HUB_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_20_PORT_CHANGE","features":[396]},{"name":"USB_20_PORT_STATUS","features":[396]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_RESERVED_MASK","features":[396]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_MASK","features":[396]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_NOTIFICATION","features":[396]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_PERIODIC","features":[396]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_RESERVED10","features":[396]},{"name":"USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE_RESERVED11","features":[396]},{"name":"USB_30_HUB_DESCRIPTOR","features":[396]},{"name":"USB_30_HUB_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_30_PORT_CHANGE","features":[396]},{"name":"USB_30_PORT_STATUS","features":[396]},{"name":"USB_ACQUIRE_INFO","features":[396]},{"name":"USB_ALLOW_FIRMWARE_UPDATE","features":[396]},{"name":"USB_BANDWIDTH_INFO","features":[396]},{"name":"USB_BOS_DESCRIPTOR","features":[396]},{"name":"USB_BOS_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_BUS_NOTIFICATION","features":[396]},{"name":"USB_BUS_STATISTICS_0","features":[396,305]},{"name":"USB_CHANGE_REGISTRATION_HANDLE","features":[396]},{"name":"USB_CHARGING_POLICY_DEFAULT","features":[396]},{"name":"USB_CHARGING_POLICY_ICCHPF","features":[396]},{"name":"USB_CHARGING_POLICY_ICCLPF","features":[396]},{"name":"USB_CHARGING_POLICY_NO_POWER","features":[396]},{"name":"USB_CLOSE_RAW_DEVICE_PARAMETERS","features":[396]},{"name":"USB_COMMON_DESCRIPTOR","features":[396]},{"name":"USB_COMPOSITE_DEVICE_INFO","features":[396,305]},{"name":"USB_COMPOSITE_FUNCTION_INFO","features":[396,305]},{"name":"USB_CONFIGURATION_DESCRIPTOR","features":[396]},{"name":"USB_CONFIGURATION_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_CONFIGURATION_POWER_DESCRIPTOR","features":[396]},{"name":"USB_CONFIG_BUS_POWERED","features":[396]},{"name":"USB_CONFIG_POWERED_MASK","features":[396]},{"name":"USB_CONFIG_POWER_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_CONFIG_REMOTE_WAKEUP","features":[396]},{"name":"USB_CONFIG_RESERVED","features":[396]},{"name":"USB_CONFIG_SELF_POWERED","features":[396]},{"name":"USB_CONNECTION_NOTIFICATION","features":[396]},{"name":"USB_CONNECTION_STATUS","features":[396]},{"name":"USB_CONTROLLER_DEVICE_INFO","features":[396]},{"name":"USB_CONTROLLER_FLAVOR","features":[396]},{"name":"USB_CONTROLLER_INFO_0","features":[396]},{"name":"USB_CYCLE_PORT","features":[396]},{"name":"USB_CYCLE_PORT_PARAMS","features":[396]},{"name":"USB_DEBUG_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_DEFAULT_DEVICE_ADDRESS","features":[396]},{"name":"USB_DEFAULT_ENDPOINT_ADDRESS","features":[396]},{"name":"USB_DEFAULT_MAX_PACKET","features":[396]},{"name":"USB_DEFAULT_PIPE_SETUP_PACKET","features":[396]},{"name":"USB_DESCRIPTOR_REQUEST","features":[396]},{"name":"USB_DEVICE_CAPABILITY_BATTERY_INFO","features":[396]},{"name":"USB_DEVICE_CAPABILITY_BILLBOARD","features":[396]},{"name":"USB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_CAPABILITY_CONTAINER_ID","features":[396]},{"name":"USB_DEVICE_CAPABILITY_CONTAINER_ID_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_CAPABILITY_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_CAPABILITY_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_DEVICE_CAPABILITY_FIRMWARE_STATUS","features":[396]},{"name":"USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_CAPABILITY_MAX_U1_LATENCY","features":[396]},{"name":"USB_DEVICE_CAPABILITY_MAX_U2_LATENCY","features":[396]},{"name":"USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT","features":[396]},{"name":"USB_DEVICE_CAPABILITY_PD_CONSUMER_PORT_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_CAPABILITY_PD_PROVIDER_PORT","features":[396]},{"name":"USB_DEVICE_CAPABILITY_PLATFORM","features":[396]},{"name":"USB_DEVICE_CAPABILITY_PLATFORM_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_CAPABILITY_POWER_DELIVERY","features":[396]},{"name":"USB_DEVICE_CAPABILITY_POWER_DELIVERY_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_CAPABILITY_PRECISION_TIME_MEASUREMENT","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_RX","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_DIR_TX","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_BPS","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_GBPS","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_KBPS","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_LSE_MBPS","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_ASYMMETRIC","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_MODE_SYMMETRIC","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SS","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED_PROTOCOL_SSP","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_LTM_CAPABLE","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_BMATTRIBUTES_RESERVED_MASK","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_FULL","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_HIGH","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_LOW","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_RESERVED_MASK","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_SPEEDS_SUPPORTED_SUPER","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_U1_DEVICE_EXIT_MAX_VALUE","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_U2_DEVICE_EXIT_MAX_VALUE","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_USB","features":[396]},{"name":"USB_DEVICE_CAPABILITY_SUPERSPEED_USB_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION","features":[396]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION_BMATTRIBUTES_RESERVED_MASK","features":[396]},{"name":"USB_DEVICE_CAPABILITY_USB20_EXTENSION_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_CAPABILITY_WIRELESS_USB","features":[396]},{"name":"USB_DEVICE_CHARACTERISTICS","features":[396]},{"name":"USB_DEVICE_CHARACTERISTICS_MAXIMUM_PATH_DELAYS_AVAILABLE","features":[396]},{"name":"USB_DEVICE_CHARACTERISTICS_VERSION_1","features":[396]},{"name":"USB_DEVICE_CLASS_APPLICATION_SPECIFIC","features":[396]},{"name":"USB_DEVICE_CLASS_AUDIO","features":[396]},{"name":"USB_DEVICE_CLASS_AUDIO_VIDEO","features":[396]},{"name":"USB_DEVICE_CLASS_BILLBOARD","features":[396]},{"name":"USB_DEVICE_CLASS_CDC_DATA","features":[396]},{"name":"USB_DEVICE_CLASS_COMMUNICATIONS","features":[396]},{"name":"USB_DEVICE_CLASS_CONTENT_SECURITY","features":[396]},{"name":"USB_DEVICE_CLASS_DIAGNOSTIC_DEVICE","features":[396]},{"name":"USB_DEVICE_CLASS_HUB","features":[396]},{"name":"USB_DEVICE_CLASS_HUMAN_INTERFACE","features":[396]},{"name":"USB_DEVICE_CLASS_IMAGE","features":[396]},{"name":"USB_DEVICE_CLASS_MISCELLANEOUS","features":[396]},{"name":"USB_DEVICE_CLASS_MONITOR","features":[396]},{"name":"USB_DEVICE_CLASS_PERSONAL_HEALTHCARE","features":[396]},{"name":"USB_DEVICE_CLASS_PHYSICAL_INTERFACE","features":[396]},{"name":"USB_DEVICE_CLASS_POWER","features":[396]},{"name":"USB_DEVICE_CLASS_PRINTER","features":[396]},{"name":"USB_DEVICE_CLASS_RESERVED","features":[396]},{"name":"USB_DEVICE_CLASS_SMART_CARD","features":[396]},{"name":"USB_DEVICE_CLASS_STORAGE","features":[396]},{"name":"USB_DEVICE_CLASS_VENDOR_SPECIFIC","features":[396]},{"name":"USB_DEVICE_CLASS_VIDEO","features":[396]},{"name":"USB_DEVICE_CLASS_WIRELESS_CONTROLLER","features":[396]},{"name":"USB_DEVICE_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_DEVICE_FIRMWARE_HASH_LENGTH","features":[396]},{"name":"USB_DEVICE_INFO","features":[396]},{"name":"USB_DEVICE_NODE_INFO","features":[396,305]},{"name":"USB_DEVICE_PERFORMANCE_INFO","features":[396]},{"name":"USB_DEVICE_QUALIFIER_DESCRIPTOR","features":[396]},{"name":"USB_DEVICE_QUALIFIER_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_DEVICE_SPEED","features":[396]},{"name":"USB_DEVICE_STATE","features":[396]},{"name":"USB_DEVICE_STATUS","features":[396]},{"name":"USB_DEVICE_TYPE","features":[396]},{"name":"USB_DIAG_IGNORE_HUBS_OFF","features":[396]},{"name":"USB_DIAG_IGNORE_HUBS_ON","features":[396]},{"name":"USB_DISALLOW_FIRMWARE_UPDATE","features":[396]},{"name":"USB_DRIVER_VERSION_PARAMETERS","features":[396,305]},{"name":"USB_ENABLE_PORT","features":[396]},{"name":"USB_ENDPOINT_ADDRESS_MASK","features":[396]},{"name":"USB_ENDPOINT_DESCRIPTOR","features":[396]},{"name":"USB_ENDPOINT_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_ENDPOINT_DIRECTION_MASK","features":[396]},{"name":"USB_ENDPOINT_STATUS","features":[396]},{"name":"USB_ENDPOINT_SUPERSPEED_BULK_MAX_PACKET_SIZE","features":[396]},{"name":"USB_ENDPOINT_SUPERSPEED_CONTROL_MAX_PACKET_SIZE","features":[396]},{"name":"USB_ENDPOINT_SUPERSPEED_INTERRUPT_MAX_PACKET_SIZE","features":[396]},{"name":"USB_ENDPOINT_SUPERSPEED_ISO_MAX_PACKET_SIZE","features":[396]},{"name":"USB_ENDPOINT_TYPE_BULK","features":[396]},{"name":"USB_ENDPOINT_TYPE_BULK_RESERVED_MASK","features":[396]},{"name":"USB_ENDPOINT_TYPE_CONTROL","features":[396]},{"name":"USB_ENDPOINT_TYPE_CONTROL_RESERVED_MASK","features":[396]},{"name":"USB_ENDPOINT_TYPE_INTERRUPT","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_RESERVED_MASK","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_ADAPTIVE","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_ASYNCHRONOUS","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_MASK","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_NO_SYNCHRONIZATION","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION_SYNCHRONOUS","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_DATA_ENDOINT","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_FEEDBACK_ENDPOINT","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_IMPLICIT_FEEDBACK_DATA_ENDPOINT","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_MASK","features":[396]},{"name":"USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE_RESERVED","features":[396]},{"name":"USB_ENDPOINT_TYPE_MASK","features":[396]},{"name":"USB_FAIL_GET_STATUS","features":[396]},{"name":"USB_FEATURE_BATTERY_WAKE_MASK","features":[396]},{"name":"USB_FEATURE_CHARGING_POLICY","features":[396]},{"name":"USB_FEATURE_ENDPOINT_STALL","features":[396]},{"name":"USB_FEATURE_FUNCTION_SUSPEND","features":[396]},{"name":"USB_FEATURE_INTERFACE_POWER_D0","features":[396]},{"name":"USB_FEATURE_INTERFACE_POWER_D1","features":[396]},{"name":"USB_FEATURE_INTERFACE_POWER_D2","features":[396]},{"name":"USB_FEATURE_INTERFACE_POWER_D3","features":[396]},{"name":"USB_FEATURE_LDM_ENABLE","features":[396]},{"name":"USB_FEATURE_LTM_ENABLE","features":[396]},{"name":"USB_FEATURE_OS_IS_PD_AWARE","features":[396]},{"name":"USB_FEATURE_POLICY_MODE","features":[396]},{"name":"USB_FEATURE_REMOTE_WAKEUP","features":[396]},{"name":"USB_FEATURE_TEST_MODE","features":[396]},{"name":"USB_FEATURE_U1_ENABLE","features":[396]},{"name":"USB_FEATURE_U2_ENABLE","features":[396]},{"name":"USB_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC_INFORMATION","features":[396,305]},{"name":"USB_FUNCTION_SUSPEND_OPTIONS","features":[396]},{"name":"USB_GETSTATUS_LTM_ENABLE","features":[396]},{"name":"USB_GETSTATUS_REMOTE_WAKEUP_ENABLED","features":[396]},{"name":"USB_GETSTATUS_SELF_POWERED","features":[396]},{"name":"USB_GETSTATUS_U1_ENABLE","features":[396]},{"name":"USB_GETSTATUS_U2_ENABLE","features":[396]},{"name":"USB_GET_BUSGUID_INFO","features":[396]},{"name":"USB_GET_BUS_INFO","features":[396]},{"name":"USB_GET_CONTROLLER_NAME","features":[396]},{"name":"USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION","features":[396]},{"name":"USB_GET_DEVICE_CHARACTERISTICS","features":[396]},{"name":"USB_GET_DEVICE_HANDLE","features":[396]},{"name":"USB_GET_DEVICE_HANDLE_EX","features":[396]},{"name":"USB_GET_FIRMWARE_ALLOWED_OR_DISALLOWED_STATE","features":[396]},{"name":"USB_GET_FIRMWARE_HASH","features":[396]},{"name":"USB_GET_FRAME_NUMBER_AND_QPC_FOR_TIME_SYNC","features":[396]},{"name":"USB_GET_HUB_CAPABILITIES","features":[396]},{"name":"USB_GET_HUB_CAPABILITIES_EX","features":[396]},{"name":"USB_GET_HUB_CONFIG_INFO","features":[396]},{"name":"USB_GET_HUB_COUNT","features":[396]},{"name":"USB_GET_HUB_INFORMATION_EX","features":[396]},{"name":"USB_GET_HUB_NAME","features":[396]},{"name":"USB_GET_NODE_CONNECTION_ATTRIBUTES","features":[396]},{"name":"USB_GET_NODE_CONNECTION_DRIVERKEY_NAME","features":[396]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION","features":[396]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION_EX","features":[396]},{"name":"USB_GET_NODE_CONNECTION_INFORMATION_EX_V2","features":[396]},{"name":"USB_GET_NODE_CONNECTION_NAME","features":[396]},{"name":"USB_GET_NODE_INFORMATION","features":[396]},{"name":"USB_GET_PARENT_HUB_INFO","features":[396]},{"name":"USB_GET_PORT_CONNECTOR_PROPERTIES","features":[396]},{"name":"USB_GET_PORT_STATUS","features":[396]},{"name":"USB_GET_ROOTHUB_PDO","features":[396]},{"name":"USB_GET_TOPOLOGY_ADDRESS","features":[396]},{"name":"USB_GET_TRANSPORT_CHARACTERISTICS","features":[396]},{"name":"USB_GET_TT_DEVICE_HANDLE","features":[396]},{"name":"USB_HCD_DRIVERKEY_NAME","features":[396]},{"name":"USB_HC_FEATURE_FLAG_PORT_POWER_SWITCHING","features":[396]},{"name":"USB_HC_FEATURE_FLAG_SEL_SUSPEND","features":[396]},{"name":"USB_HC_FEATURE_LEGACY_BIOS","features":[396]},{"name":"USB_HC_FEATURE_TIME_SYNC_API","features":[396]},{"name":"USB_HIGH_SPEED_MAXPACKET","features":[396]},{"name":"USB_HUB_30_PORT_REMOTE_WAKE_MASK","features":[396]},{"name":"USB_HUB_CAPABILITIES","features":[396]},{"name":"USB_HUB_CAPABILITIES_EX","features":[396]},{"name":"USB_HUB_CAP_FLAGS","features":[396]},{"name":"USB_HUB_CHANGE","features":[396]},{"name":"USB_HUB_CYCLE_PORT","features":[396]},{"name":"USB_HUB_DESCRIPTOR","features":[396]},{"name":"USB_HUB_DEVICE_INFO","features":[396,305]},{"name":"USB_HUB_DEVICE_UXD_SETTINGS","features":[396]},{"name":"USB_HUB_INFORMATION","features":[396,305]},{"name":"USB_HUB_INFORMATION_EX","features":[396]},{"name":"USB_HUB_NAME","features":[396]},{"name":"USB_HUB_NODE","features":[396]},{"name":"USB_HUB_PORT_INFORMATION","features":[396]},{"name":"USB_HUB_STATUS","features":[396]},{"name":"USB_HUB_STATUS_AND_CHANGE","features":[396]},{"name":"USB_HUB_TYPE","features":[396]},{"name":"USB_HcGeneric","features":[396]},{"name":"USB_IDLE_CALLBACK","features":[396]},{"name":"USB_IDLE_CALLBACK_INFO","features":[396]},{"name":"USB_IDLE_NOTIFICATION","features":[396]},{"name":"USB_IDLE_NOTIFICATION_EX","features":[396]},{"name":"USB_ID_STRING","features":[396]},{"name":"USB_INTERFACE_ASSOCIATION_DESCRIPTOR","features":[396]},{"name":"USB_INTERFACE_ASSOCIATION_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_INTERFACE_DESCRIPTOR","features":[396]},{"name":"USB_INTERFACE_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_INTERFACE_POWER_DESCRIPTOR","features":[396]},{"name":"USB_INTERFACE_POWER_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_INTERFACE_STATUS","features":[396]},{"name":"USB_MI_PARENT_INFORMATION","features":[396]},{"name":"USB_NODE_CONNECTION_ATTRIBUTES","features":[396]},{"name":"USB_NODE_CONNECTION_DRIVERKEY_NAME","features":[396]},{"name":"USB_NODE_CONNECTION_INFORMATION","features":[396,305]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX","features":[396,305]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX_V2","features":[396]},{"name":"USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS","features":[396]},{"name":"USB_NODE_CONNECTION_NAME","features":[396]},{"name":"USB_NODE_INFORMATION","features":[396,305]},{"name":"USB_NOTIFICATION","features":[396]},{"name":"USB_NOTIFICATION_TYPE","features":[396]},{"name":"USB_NOTIFY_ON_TRANSPORT_CHARACTERISTICS_CHANGE","features":[396]},{"name":"USB_OPEN_RAW_DEVICE_PARAMETERS","features":[396]},{"name":"USB_OTG_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_OTHER_SPEED_CONFIGURATION_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_PACKETFLAG_ASYNC_IN","features":[396]},{"name":"USB_PACKETFLAG_ASYNC_OUT","features":[396]},{"name":"USB_PACKETFLAG_FULL_SPEED","features":[396]},{"name":"USB_PACKETFLAG_HIGH_SPEED","features":[396]},{"name":"USB_PACKETFLAG_ISO_IN","features":[396]},{"name":"USB_PACKETFLAG_ISO_OUT","features":[396]},{"name":"USB_PACKETFLAG_LOW_SPEED","features":[396]},{"name":"USB_PACKETFLAG_SETUP","features":[396]},{"name":"USB_PACKETFLAG_TOGGLE0","features":[396]},{"name":"USB_PACKETFLAG_TOGGLE1","features":[396]},{"name":"USB_PASS_THRU_PARAMETERS","features":[396]},{"name":"USB_PIPE_INFO","features":[396]},{"name":"USB_PORTATTR_MINI_CONNECTOR","features":[396]},{"name":"USB_PORTATTR_NO_CONNECTOR","features":[396]},{"name":"USB_PORTATTR_NO_OVERCURRENT_UI","features":[396]},{"name":"USB_PORTATTR_OEM_CONNECTOR","features":[396]},{"name":"USB_PORTATTR_OWNED_BY_CC","features":[396]},{"name":"USB_PORTATTR_SHARED_USB2","features":[396]},{"name":"USB_PORT_CHANGE","features":[396]},{"name":"USB_PORT_CONNECTOR_PROPERTIES","features":[396]},{"name":"USB_PORT_EXT_STATUS","features":[396]},{"name":"USB_PORT_EXT_STATUS_AND_CHANGE","features":[396]},{"name":"USB_PORT_PROPERTIES","features":[396]},{"name":"USB_PORT_STATUS","features":[396]},{"name":"USB_PORT_STATUS_AND_CHANGE","features":[396]},{"name":"USB_PORT_STATUS_CONNECT","features":[396]},{"name":"USB_PORT_STATUS_ENABLE","features":[396]},{"name":"USB_PORT_STATUS_HIGH_SPEED","features":[396]},{"name":"USB_PORT_STATUS_LOW_SPEED","features":[396]},{"name":"USB_PORT_STATUS_OVER_CURRENT","features":[396]},{"name":"USB_PORT_STATUS_POWER","features":[396]},{"name":"USB_PORT_STATUS_RESET","features":[396]},{"name":"USB_PORT_STATUS_SUSPEND","features":[396]},{"name":"USB_POWER_INFO","features":[396,305]},{"name":"USB_PROTOCOLS","features":[396]},{"name":"USB_RECORD_FAILURE","features":[396]},{"name":"USB_REGISTER_COMPOSITE_DEVICE","features":[396]},{"name":"USB_REGISTER_FOR_TRANSPORT_BANDWIDTH_CHANGE","features":[396]},{"name":"USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[396]},{"name":"USB_REGISTER_FOR_TRANSPORT_LATENCY_CHANGE","features":[396]},{"name":"USB_REQUEST_CLEAR_FEATURE","features":[396]},{"name":"USB_REQUEST_CLEAR_TT_BUFFER","features":[396]},{"name":"USB_REQUEST_GET_CONFIGURATION","features":[396]},{"name":"USB_REQUEST_GET_DESCRIPTOR","features":[396]},{"name":"USB_REQUEST_GET_FIRMWARE_STATUS","features":[396]},{"name":"USB_REQUEST_GET_INTERFACE","features":[396]},{"name":"USB_REQUEST_GET_PORT_ERR_COUNT","features":[396]},{"name":"USB_REQUEST_GET_STATE","features":[396]},{"name":"USB_REQUEST_GET_STATUS","features":[396]},{"name":"USB_REQUEST_GET_TT_STATE","features":[396]},{"name":"USB_REQUEST_ISOCH_DELAY","features":[396]},{"name":"USB_REQUEST_REMOTE_WAKE_NOTIFICATION","features":[396]},{"name":"USB_REQUEST_RESET_TT","features":[396]},{"name":"USB_REQUEST_SET_ADDRESS","features":[396]},{"name":"USB_REQUEST_SET_CONFIGURATION","features":[396]},{"name":"USB_REQUEST_SET_DESCRIPTOR","features":[396]},{"name":"USB_REQUEST_SET_FEATURE","features":[396]},{"name":"USB_REQUEST_SET_FIRMWARE_STATUS","features":[396]},{"name":"USB_REQUEST_SET_HUB_DEPTH","features":[396]},{"name":"USB_REQUEST_SET_INTERFACE","features":[396]},{"name":"USB_REQUEST_SET_SEL","features":[396]},{"name":"USB_REQUEST_STOP_TT","features":[396]},{"name":"USB_REQUEST_SYNC_FRAME","features":[396]},{"name":"USB_REQ_GLOBAL_RESUME","features":[396]},{"name":"USB_REQ_GLOBAL_SUSPEND","features":[396]},{"name":"USB_RESERVED_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_RESERVED_USER_BASE","features":[396]},{"name":"USB_RESET_HUB","features":[396]},{"name":"USB_RESET_PORT","features":[396]},{"name":"USB_ROOT_HUB_NAME","features":[396]},{"name":"USB_SEND_RAW_COMMAND_PARAMETERS","features":[396]},{"name":"USB_START_TRACKING_FOR_TIME_SYNC","features":[396]},{"name":"USB_START_TRACKING_FOR_TIME_SYNC_INFORMATION","features":[396,305]},{"name":"USB_STATUS_EXT_PORT_STATUS","features":[396]},{"name":"USB_STATUS_PD_STATUS","features":[396]},{"name":"USB_STATUS_PORT_STATUS","features":[396]},{"name":"USB_STOP_TRACKING_FOR_TIME_SYNC","features":[396]},{"name":"USB_STOP_TRACKING_FOR_TIME_SYNC_INFORMATION","features":[396,305]},{"name":"USB_STRING_DESCRIPTOR","features":[396]},{"name":"USB_STRING_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_SUBMIT_URB","features":[396]},{"name":"USB_SUPERSPEEDPLUS_ISOCHRONOUS_MAX_BYTESPERINTERVAL","features":[396]},{"name":"USB_SUPERSPEEDPLUS_ISOCHRONOUS_MIN_BYTESPERINTERVAL","features":[396]},{"name":"USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR","features":[396]},{"name":"USB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR","features":[396]},{"name":"USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR_TYPE","features":[396]},{"name":"USB_SUPERSPEED_ISOCHRONOUS_MAX_MULTIPLIER","features":[396]},{"name":"USB_SUPPORT_D0_COMMAND","features":[396]},{"name":"USB_SUPPORT_D1_COMMAND","features":[396]},{"name":"USB_SUPPORT_D1_WAKEUP","features":[396]},{"name":"USB_SUPPORT_D2_COMMAND","features":[396]},{"name":"USB_SUPPORT_D2_WAKEUP","features":[396]},{"name":"USB_SUPPORT_D3_COMMAND","features":[396]},{"name":"USB_TEST_MODE_TEST_FORCE_ENABLE","features":[396]},{"name":"USB_TEST_MODE_TEST_J","features":[396]},{"name":"USB_TEST_MODE_TEST_K","features":[396]},{"name":"USB_TEST_MODE_TEST_PACKET","features":[396]},{"name":"USB_TEST_MODE_TEST_SE0_NAK","features":[396]},{"name":"USB_TOPOLOGY_ADDRESS","features":[396]},{"name":"USB_TRANSPORT_CHARACTERISTICS","features":[396]},{"name":"USB_TRANSPORT_CHARACTERISTICS_BANDWIDTH_AVAILABLE","features":[396]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_NOTIFICATION","features":[396]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_REGISTRATION","features":[396]},{"name":"USB_TRANSPORT_CHARACTERISTICS_CHANGE_UNREGISTRATION","features":[396]},{"name":"USB_TRANSPORT_CHARACTERISTICS_LATENCY_AVAILABLE","features":[396]},{"name":"USB_TRANSPORT_CHARACTERISTICS_VERSION_1","features":[396]},{"name":"USB_UNICODE_NAME","features":[396]},{"name":"USB_UNREGISTER_COMPOSITE_DEVICE","features":[396]},{"name":"USB_UNREGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE","features":[396]},{"name":"USB_USB2HW_VERSION_PARAMETERS","features":[396]},{"name":"USB_USER_ERROR_CODE","features":[396]},{"name":"USB_WMI_DEVICE_NODE_TYPE","features":[396]},{"name":"Usb11Device","features":[396]},{"name":"Usb20Device","features":[396]},{"name":"Usb20Hub","features":[396]},{"name":"Usb30Hub","features":[396]},{"name":"UsbController","features":[396]},{"name":"UsbDevice","features":[396]},{"name":"UsbFullSpeed","features":[396]},{"name":"UsbHighSpeed","features":[396]},{"name":"UsbHub","features":[396]},{"name":"UsbLowSpeed","features":[396]},{"name":"UsbMIParent","features":[396]},{"name":"UsbRootHub","features":[396]},{"name":"UsbSuperSpeed","features":[396]},{"name":"UsbUserBufferTooSmall","features":[396]},{"name":"UsbUserDeviceNotStarted","features":[396]},{"name":"UsbUserErrorNotMapped","features":[396]},{"name":"UsbUserFeatureDisabled","features":[396]},{"name":"UsbUserInvalidHeaderParameter","features":[396]},{"name":"UsbUserInvalidParameter","features":[396]},{"name":"UsbUserInvalidRequestCode","features":[396]},{"name":"UsbUserMiniportError","features":[396]},{"name":"UsbUserNoDeviceConnected","features":[396]},{"name":"UsbUserNotSupported","features":[396]},{"name":"UsbUserSuccess","features":[396]},{"name":"UsbdEndpointOffloadHardwareAssisted","features":[396]},{"name":"UsbdEndpointOffloadModeNotSupported","features":[396]},{"name":"UsbdEndpointOffloadSoftwareAssisted","features":[396]},{"name":"UsbdPipeTypeBulk","features":[396]},{"name":"UsbdPipeTypeControl","features":[396]},{"name":"UsbdPipeTypeInterrupt","features":[396]},{"name":"UsbdPipeTypeIsochronous","features":[396]},{"name":"UsbfnBusSpeedFull","features":[396]},{"name":"UsbfnBusSpeedHigh","features":[396]},{"name":"UsbfnBusSpeedLow","features":[396]},{"name":"UsbfnBusSpeedMaximum","features":[396]},{"name":"UsbfnBusSpeedSuper","features":[396]},{"name":"UsbfnChargingDownstreamPort","features":[396]},{"name":"UsbfnDedicatedChargingPort","features":[396]},{"name":"UsbfnDeviceStateAddressed","features":[396]},{"name":"UsbfnDeviceStateAttached","features":[396]},{"name":"UsbfnDeviceStateConfigured","features":[396]},{"name":"UsbfnDeviceStateDefault","features":[396]},{"name":"UsbfnDeviceStateDetached","features":[396]},{"name":"UsbfnDeviceStateMinimum","features":[396]},{"name":"UsbfnDeviceStateStateMaximum","features":[396]},{"name":"UsbfnDeviceStateSuspended","features":[396]},{"name":"UsbfnDirectionIn","features":[396]},{"name":"UsbfnDirectionMaximum","features":[396]},{"name":"UsbfnDirectionMinimum","features":[396]},{"name":"UsbfnDirectionOut","features":[396]},{"name":"UsbfnDirectionRx","features":[396]},{"name":"UsbfnDirectionTx","features":[396]},{"name":"UsbfnEventAttach","features":[396]},{"name":"UsbfnEventBusTearDown","features":[396]},{"name":"UsbfnEventConfigured","features":[396]},{"name":"UsbfnEventDetach","features":[396]},{"name":"UsbfnEventMaximum","features":[396]},{"name":"UsbfnEventMinimum","features":[396]},{"name":"UsbfnEventPortType","features":[396]},{"name":"UsbfnEventReset","features":[396]},{"name":"UsbfnEventResume","features":[396]},{"name":"UsbfnEventSetInterface","features":[396]},{"name":"UsbfnEventSetupPacket","features":[396]},{"name":"UsbfnEventSuspend","features":[396]},{"name":"UsbfnEventUnConfigured","features":[396]},{"name":"UsbfnInvalidDedicatedChargingPort","features":[396]},{"name":"UsbfnPortTypeMaximum","features":[396]},{"name":"UsbfnProprietaryDedicatedChargingPort","features":[396]},{"name":"UsbfnStandardDownstreamPort","features":[396]},{"name":"UsbfnUnknownPort","features":[396]},{"name":"WDMUSB_POWER_STATE","features":[396]},{"name":"WINUSB_INTERFACE_HANDLE","features":[396]},{"name":"WINUSB_PIPE_INFORMATION","features":[396]},{"name":"WINUSB_PIPE_INFORMATION_EX","features":[396]},{"name":"WINUSB_PIPE_POLICY","features":[396]},{"name":"WINUSB_POWER_POLICY","features":[396]},{"name":"WINUSB_SETUP_PACKET","features":[396]},{"name":"WMI_USB_DEVICE_NODE_INFORMATION","features":[396]},{"name":"WMI_USB_DRIVER_INFORMATION","features":[396]},{"name":"WMI_USB_DRIVER_NOTIFICATION","features":[396]},{"name":"WMI_USB_HUB_NODE_INFORMATION","features":[396]},{"name":"WMI_USB_PERFORMANCE_INFORMATION","features":[396]},{"name":"WMI_USB_POWER_DEVICE_ENABLE","features":[396]},{"name":"WRITE_DATA_PIPE","features":[396]},{"name":"WdmUsbPowerDeviceD0","features":[396]},{"name":"WdmUsbPowerDeviceD1","features":[396]},{"name":"WdmUsbPowerDeviceD2","features":[396]},{"name":"WdmUsbPowerDeviceD3","features":[396]},{"name":"WdmUsbPowerDeviceUnspecified","features":[396]},{"name":"WdmUsbPowerNotMapped","features":[396]},{"name":"WdmUsbPowerSystemHibernate","features":[396]},{"name":"WdmUsbPowerSystemShutdown","features":[396]},{"name":"WdmUsbPowerSystemSleeping1","features":[396]},{"name":"WdmUsbPowerSystemSleeping2","features":[396]},{"name":"WdmUsbPowerSystemSleeping3","features":[396]},{"name":"WdmUsbPowerSystemUnspecified","features":[396]},{"name":"WdmUsbPowerSystemWorking","features":[396]},{"name":"WinUSB_TestGuid","features":[396]},{"name":"WinUsb_AbortPipe","features":[396,305]},{"name":"WinUsb_ControlTransfer","features":[396,305,311]},{"name":"WinUsb_FlushPipe","features":[396,305]},{"name":"WinUsb_Free","features":[396,305]},{"name":"WinUsb_GetAdjustedFrameNumber","features":[396,305]},{"name":"WinUsb_GetAssociatedInterface","features":[396,305]},{"name":"WinUsb_GetCurrentAlternateSetting","features":[396,305]},{"name":"WinUsb_GetCurrentFrameNumber","features":[396,305]},{"name":"WinUsb_GetCurrentFrameNumberAndQpc","features":[396,305]},{"name":"WinUsb_GetDescriptor","features":[396,305]},{"name":"WinUsb_GetOverlappedResult","features":[396,305,311]},{"name":"WinUsb_GetPipePolicy","features":[396,305]},{"name":"WinUsb_GetPowerPolicy","features":[396,305]},{"name":"WinUsb_Initialize","features":[396,305]},{"name":"WinUsb_ParseConfigurationDescriptor","features":[396]},{"name":"WinUsb_ParseDescriptors","features":[396]},{"name":"WinUsb_QueryDeviceInformation","features":[396,305]},{"name":"WinUsb_QueryInterfaceSettings","features":[396,305]},{"name":"WinUsb_QueryPipe","features":[396,305]},{"name":"WinUsb_QueryPipeEx","features":[396,305]},{"name":"WinUsb_ReadIsochPipe","features":[396,305,311]},{"name":"WinUsb_ReadIsochPipeAsap","features":[396,305,311]},{"name":"WinUsb_ReadPipe","features":[396,305,311]},{"name":"WinUsb_RegisterIsochBuffer","features":[396,305]},{"name":"WinUsb_ResetPipe","features":[396,305]},{"name":"WinUsb_SetCurrentAlternateSetting","features":[396,305]},{"name":"WinUsb_SetPipePolicy","features":[396,305]},{"name":"WinUsb_SetPowerPolicy","features":[396,305]},{"name":"WinUsb_StartTrackingForTimeSync","features":[396,305]},{"name":"WinUsb_StopTrackingForTimeSync","features":[396,305]},{"name":"WinUsb_UnregisterIsochBuffer","features":[396,305]},{"name":"WinUsb_WriteIsochPipe","features":[396,305,311]},{"name":"WinUsb_WriteIsochPipeAsap","features":[396,305,311]},{"name":"WinUsb_WritePipe","features":[396,305,311]},{"name":"_URB_BULK_OR_INTERRUPT_TRANSFER","features":[396]},{"name":"_URB_CONTROL_DESCRIPTOR_REQUEST","features":[396]},{"name":"_URB_CONTROL_FEATURE_REQUEST","features":[396]},{"name":"_URB_CONTROL_GET_CONFIGURATION_REQUEST","features":[396]},{"name":"_URB_CONTROL_GET_INTERFACE_REQUEST","features":[396]},{"name":"_URB_CONTROL_GET_STATUS_REQUEST","features":[396]},{"name":"_URB_CONTROL_TRANSFER","features":[396]},{"name":"_URB_CONTROL_TRANSFER_EX","features":[396]},{"name":"_URB_CONTROL_VENDOR_OR_CLASS_REQUEST","features":[396]},{"name":"_URB_FRAME_LENGTH_CONTROL","features":[396]},{"name":"_URB_GET_CURRENT_FRAME_NUMBER","features":[396]},{"name":"_URB_GET_FRAME_LENGTH","features":[396]},{"name":"_URB_GET_ISOCH_PIPE_TRANSFER_PATH_DELAYS","features":[396]},{"name":"_URB_HCD_AREA","features":[396]},{"name":"_URB_HEADER","features":[396]},{"name":"_URB_ISOCH_TRANSFER","features":[396]},{"name":"_URB_OPEN_STATIC_STREAMS","features":[396]},{"name":"_URB_OS_FEATURE_DESCRIPTOR_REQUEST","features":[396]},{"name":"_URB_PIPE_REQUEST","features":[396]},{"name":"_URB_SELECT_CONFIGURATION","features":[396]},{"name":"_URB_SELECT_INTERFACE","features":[396]},{"name":"_URB_SET_FRAME_LENGTH","features":[396]}],"397":[{"name":"DeviceDiscoveryMechanism","features":[397]},{"name":"DirectedDiscovery","features":[397]},{"name":"IWSDAddress","features":[397]},{"name":"IWSDAsyncCallback","features":[397]},{"name":"IWSDAsyncResult","features":[397]},{"name":"IWSDAttachment","features":[397]},{"name":"IWSDDeviceHost","features":[397]},{"name":"IWSDDeviceHostNotify","features":[397]},{"name":"IWSDDeviceProxy","features":[397]},{"name":"IWSDEndpointProxy","features":[397]},{"name":"IWSDEventingStatus","features":[397]},{"name":"IWSDHttpAddress","features":[397]},{"name":"IWSDHttpAuthParameters","features":[397]},{"name":"IWSDHttpMessageParameters","features":[397]},{"name":"IWSDInboundAttachment","features":[397]},{"name":"IWSDMessageParameters","features":[397]},{"name":"IWSDMetadataExchange","features":[397]},{"name":"IWSDOutboundAttachment","features":[397]},{"name":"IWSDSSLClientCertificate","features":[397]},{"name":"IWSDScopeMatchingRule","features":[397]},{"name":"IWSDServiceMessaging","features":[397]},{"name":"IWSDServiceProxy","features":[397]},{"name":"IWSDServiceProxyEventing","features":[397]},{"name":"IWSDSignatureProperty","features":[397]},{"name":"IWSDTransportAddress","features":[397]},{"name":"IWSDUdpAddress","features":[397]},{"name":"IWSDUdpMessageParameters","features":[397]},{"name":"IWSDXMLContext","features":[397]},{"name":"IWSDiscoveredService","features":[397]},{"name":"IWSDiscoveryProvider","features":[397]},{"name":"IWSDiscoveryProviderNotify","features":[397]},{"name":"IWSDiscoveryPublisher","features":[397]},{"name":"IWSDiscoveryPublisherNotify","features":[397]},{"name":"MulticastDiscovery","features":[397]},{"name":"ONE_WAY","features":[397]},{"name":"OpAnyElement","features":[397]},{"name":"OpAnyElements","features":[397]},{"name":"OpAnyNumber","features":[397]},{"name":"OpAnyText","features":[397]},{"name":"OpAnything","features":[397]},{"name":"OpAttribute_","features":[397]},{"name":"OpBeginAll","features":[397]},{"name":"OpBeginAnyElement","features":[397]},{"name":"OpBeginChoice","features":[397]},{"name":"OpBeginElement_","features":[397]},{"name":"OpBeginSequence","features":[397]},{"name":"OpElement_","features":[397]},{"name":"OpEndAll","features":[397]},{"name":"OpEndChoice","features":[397]},{"name":"OpEndElement","features":[397]},{"name":"OpEndOfTable","features":[397]},{"name":"OpEndSequence","features":[397]},{"name":"OpFormatBool_","features":[397]},{"name":"OpFormatDateTime_","features":[397]},{"name":"OpFormatDom_","features":[397]},{"name":"OpFormatDouble_","features":[397]},{"name":"OpFormatDuration_","features":[397]},{"name":"OpFormatDynamicType_","features":[397]},{"name":"OpFormatFloat_","features":[397]},{"name":"OpFormatInt16_","features":[397]},{"name":"OpFormatInt32_","features":[397]},{"name":"OpFormatInt64_","features":[397]},{"name":"OpFormatInt8_","features":[397]},{"name":"OpFormatListInsertTail_","features":[397]},{"name":"OpFormatLookupType_","features":[397]},{"name":"OpFormatMax","features":[397]},{"name":"OpFormatName_","features":[397]},{"name":"OpFormatStruct_","features":[397]},{"name":"OpFormatType_","features":[397]},{"name":"OpFormatUInt16_","features":[397]},{"name":"OpFormatUInt32_","features":[397]},{"name":"OpFormatUInt64_","features":[397]},{"name":"OpFormatUInt8_","features":[397]},{"name":"OpFormatUnicodeString_","features":[397]},{"name":"OpFormatUri_","features":[397]},{"name":"OpFormatUuidUri_","features":[397]},{"name":"OpFormatXMLDeclaration_","features":[397]},{"name":"OpNone","features":[397]},{"name":"OpOneOrMore","features":[397]},{"name":"OpOptional","features":[397]},{"name":"OpProcess_","features":[397]},{"name":"OpQualifiedAttribute_","features":[397]},{"name":"PWSD_SOAP_MESSAGE_HANDLER","features":[397]},{"name":"REQUESTBODY_GetStatus","features":[397]},{"name":"REQUESTBODY_Renew","features":[397,305]},{"name":"REQUESTBODY_Subscribe","features":[397,305]},{"name":"REQUESTBODY_Unsubscribe","features":[397]},{"name":"RESPONSEBODY_GetMetadata","features":[397]},{"name":"RESPONSEBODY_GetStatus","features":[397,305]},{"name":"RESPONSEBODY_Renew","features":[397,305]},{"name":"RESPONSEBODY_Subscribe","features":[397,305]},{"name":"RESPONSEBODY_SubscriptionEnd","features":[397]},{"name":"SecureDirectedDiscovery","features":[397]},{"name":"TWO_WAY","features":[397]},{"name":"WSDAPI_ADDRESSFAMILY_IPV4","features":[397]},{"name":"WSDAPI_ADDRESSFAMILY_IPV6","features":[397]},{"name":"WSDAPI_COMPACTSIG_ACCEPT_ALL_MESSAGES","features":[397]},{"name":"WSDAPI_OPTION_MAX_INBOUND_MESSAGE_SIZE","features":[397]},{"name":"WSDAPI_OPTION_TRACE_XML_TO_DEBUGGER","features":[397]},{"name":"WSDAPI_OPTION_TRACE_XML_TO_FILE","features":[397]},{"name":"WSDAPI_SSL_CERT_APPLY_DEFAULT_CHECKS","features":[397]},{"name":"WSDAPI_SSL_CERT_IGNORE_EXPIRY","features":[397]},{"name":"WSDAPI_SSL_CERT_IGNORE_INVALID_CN","features":[397]},{"name":"WSDAPI_SSL_CERT_IGNORE_REVOCATION","features":[397]},{"name":"WSDAPI_SSL_CERT_IGNORE_UNKNOWN_CA","features":[397]},{"name":"WSDAPI_SSL_CERT_IGNORE_WRONG_USAGE","features":[397]},{"name":"WSDAllocateLinkedMemory","features":[397]},{"name":"WSDAttachLinkedMemory","features":[397]},{"name":"WSDCreateDeviceHost","features":[397]},{"name":"WSDCreateDeviceHost2","features":[397]},{"name":"WSDCreateDeviceHostAdvanced","features":[397]},{"name":"WSDCreateDeviceProxy","features":[397]},{"name":"WSDCreateDeviceProxy2","features":[397]},{"name":"WSDCreateDeviceProxyAdvanced","features":[397]},{"name":"WSDCreateDiscoveryProvider","features":[397]},{"name":"WSDCreateDiscoveryProvider2","features":[397]},{"name":"WSDCreateDiscoveryPublisher","features":[397]},{"name":"WSDCreateDiscoveryPublisher2","features":[397]},{"name":"WSDCreateHttpAddress","features":[397]},{"name":"WSDCreateHttpMessageParameters","features":[397]},{"name":"WSDCreateOutboundAttachment","features":[397]},{"name":"WSDCreateUdpAddress","features":[397]},{"name":"WSDCreateUdpMessageParameters","features":[397]},{"name":"WSDDetachLinkedMemory","features":[397]},{"name":"WSDET_INCOMING_FAULT","features":[397]},{"name":"WSDET_INCOMING_MESSAGE","features":[397]},{"name":"WSDET_NONE","features":[397]},{"name":"WSDET_RESPONSE_TIMEOUT","features":[397]},{"name":"WSDET_TRANSMISSION_FAILURE","features":[397]},{"name":"WSDEventType","features":[397]},{"name":"WSDFreeLinkedMemory","features":[397]},{"name":"WSDGenerateFault","features":[397]},{"name":"WSDGenerateFaultEx","features":[397]},{"name":"WSDGetConfigurationOption","features":[397]},{"name":"WSDSetConfigurationOption","features":[397]},{"name":"WSDUdpMessageType","features":[397]},{"name":"WSDUdpRetransmitParams","features":[397]},{"name":"WSDUriDecode","features":[397]},{"name":"WSDUriEncode","features":[397]},{"name":"WSDXMLAddChild","features":[397]},{"name":"WSDXMLAddSibling","features":[397]},{"name":"WSDXMLBuildAnyForSingleElement","features":[397]},{"name":"WSDXMLCleanupElement","features":[397]},{"name":"WSDXMLCreateContext","features":[397]},{"name":"WSDXMLGetNameFromBuiltinNamespace","features":[397]},{"name":"WSDXMLGetValueFromAny","features":[397]},{"name":"WSDXML_ATTRIBUTE","features":[397]},{"name":"WSDXML_ELEMENT","features":[397]},{"name":"WSDXML_ELEMENT_LIST","features":[397]},{"name":"WSDXML_NAME","features":[397]},{"name":"WSDXML_NAMESPACE","features":[397]},{"name":"WSDXML_NODE","features":[397]},{"name":"WSDXML_OP","features":[397]},{"name":"WSDXML_PREFIX_MAPPING","features":[397]},{"name":"WSDXML_TEXT","features":[397]},{"name":"WSDXML_TYPE","features":[397]},{"name":"WSD_APP_SEQUENCE","features":[397]},{"name":"WSD_BYE","features":[397]},{"name":"WSD_CONFIG_ADDRESSES","features":[397]},{"name":"WSD_CONFIG_DEVICE_ADDRESSES","features":[397]},{"name":"WSD_CONFIG_HOSTING_ADDRESSES","features":[397]},{"name":"WSD_CONFIG_MAX_INBOUND_MESSAGE_SIZE","features":[397]},{"name":"WSD_CONFIG_MAX_OUTBOUND_MESSAGE_SIZE","features":[397]},{"name":"WSD_CONFIG_PARAM","features":[397]},{"name":"WSD_CONFIG_PARAM_TYPE","features":[397]},{"name":"WSD_DATETIME","features":[397,305]},{"name":"WSD_DEFAULT_EVENTING_ADDRESS","features":[397]},{"name":"WSD_DEFAULT_HOSTING_ADDRESS","features":[397]},{"name":"WSD_DEFAULT_SECURE_HOSTING_ADDRESS","features":[397]},{"name":"WSD_DURATION","features":[397,305]},{"name":"WSD_ENDPOINT_REFERENCE","features":[397]},{"name":"WSD_ENDPOINT_REFERENCE_LIST","features":[397]},{"name":"WSD_EVENT","features":[397]},{"name":"WSD_EVENTING_DELIVERY_MODE","features":[397]},{"name":"WSD_EVENTING_DELIVERY_MODE_PUSH","features":[397]},{"name":"WSD_EVENTING_EXPIRES","features":[397,305]},{"name":"WSD_EVENTING_FILTER","features":[397]},{"name":"WSD_EVENTING_FILTER_ACTION","features":[397]},{"name":"WSD_HANDLER_CONTEXT","features":[397]},{"name":"WSD_HEADER_RELATESTO","features":[397]},{"name":"WSD_HELLO","features":[397]},{"name":"WSD_HOST_METADATA","features":[397]},{"name":"WSD_LOCALIZED_STRING","features":[397]},{"name":"WSD_LOCALIZED_STRING_LIST","features":[397]},{"name":"WSD_METADATA_SECTION","features":[397]},{"name":"WSD_METADATA_SECTION_LIST","features":[397]},{"name":"WSD_NAME_LIST","features":[397]},{"name":"WSD_OPERATION","features":[397]},{"name":"WSD_PORT_TYPE","features":[397]},{"name":"WSD_PROBE","features":[397]},{"name":"WSD_PROBE_MATCH","features":[397]},{"name":"WSD_PROBE_MATCHES","features":[397]},{"name":"WSD_PROBE_MATCH_LIST","features":[397]},{"name":"WSD_PROTOCOL_TYPE","features":[397]},{"name":"WSD_PT_ALL","features":[397]},{"name":"WSD_PT_HTTP","features":[397]},{"name":"WSD_PT_HTTPS","features":[397]},{"name":"WSD_PT_NONE","features":[397]},{"name":"WSD_PT_UDP","features":[397]},{"name":"WSD_REFERENCE_PARAMETERS","features":[397]},{"name":"WSD_REFERENCE_PROPERTIES","features":[397]},{"name":"WSD_RELATIONSHIP_METADATA","features":[397]},{"name":"WSD_RESOLVE","features":[397]},{"name":"WSD_RESOLVE_MATCH","features":[397]},{"name":"WSD_RESOLVE_MATCHES","features":[397]},{"name":"WSD_SCOPES","features":[397]},{"name":"WSD_SECURITY_CERT_VALIDATION","features":[397,305,398]},{"name":"WSD_SECURITY_CERT_VALIDATION_V1","features":[397,305,398]},{"name":"WSD_SECURITY_COMPACTSIG_SIGNING_CERT","features":[397]},{"name":"WSD_SECURITY_COMPACTSIG_VALIDATION","features":[397]},{"name":"WSD_SECURITY_HTTP_AUTH_SCHEME_NEGOTIATE","features":[397]},{"name":"WSD_SECURITY_HTTP_AUTH_SCHEME_NTLM","features":[397]},{"name":"WSD_SECURITY_REQUIRE_CLIENT_CERT_OR_HTTP_CLIENT_AUTH","features":[397]},{"name":"WSD_SECURITY_REQUIRE_HTTP_CLIENT_AUTH","features":[397]},{"name":"WSD_SECURITY_SIGNATURE_VALIDATION","features":[397,305,398]},{"name":"WSD_SECURITY_SSL_CERT_FOR_CLIENT_AUTH","features":[397]},{"name":"WSD_SECURITY_SSL_CLIENT_CERT_VALIDATION","features":[397]},{"name":"WSD_SECURITY_SSL_NEGOTIATE_CLIENT_CERT","features":[397]},{"name":"WSD_SECURITY_SSL_SERVER_CERT_VALIDATION","features":[397]},{"name":"WSD_SECURITY_USE_HTTP_CLIENT_AUTH","features":[397]},{"name":"WSD_SERVICE_METADATA","features":[397]},{"name":"WSD_SERVICE_METADATA_LIST","features":[397]},{"name":"WSD_SOAP_FAULT","features":[397]},{"name":"WSD_SOAP_FAULT_CODE","features":[397]},{"name":"WSD_SOAP_FAULT_REASON","features":[397]},{"name":"WSD_SOAP_FAULT_SUBCODE","features":[397]},{"name":"WSD_SOAP_HEADER","features":[397]},{"name":"WSD_SOAP_MESSAGE","features":[397]},{"name":"WSD_STUB_FUNCTION","features":[397]},{"name":"WSD_SYNCHRONOUS_RESPONSE_CONTEXT","features":[397,305]},{"name":"WSD_THIS_DEVICE_METADATA","features":[397]},{"name":"WSD_THIS_MODEL_METADATA","features":[397]},{"name":"WSD_UNKNOWN_LOOKUP","features":[397]},{"name":"WSD_URI_LIST","features":[397]}],"398":[{"name":"APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID","features":[305]},{"name":"APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED","features":[305]},{"name":"APPMODEL_ERROR_NO_APPLICATION","features":[305]},{"name":"APPMODEL_ERROR_NO_MUTABLE_DIRECTORY","features":[305]},{"name":"APPMODEL_ERROR_NO_PACKAGE","features":[305]},{"name":"APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT","features":[305]},{"name":"APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE","features":[305]},{"name":"APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT","features":[305]},{"name":"APPX_E_BLOCK_HASH_INVALID","features":[305]},{"name":"APPX_E_CORRUPT_CONTENT","features":[305]},{"name":"APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED","features":[305]},{"name":"APPX_E_DELTA_BASELINE_VERSION_MISMATCH","features":[305]},{"name":"APPX_E_DELTA_PACKAGE_MISSING_FILE","features":[305]},{"name":"APPX_E_DIGEST_MISMATCH","features":[305]},{"name":"APPX_E_FILE_COMPRESSION_MISMATCH","features":[305]},{"name":"APPX_E_INTERLEAVING_NOT_ALLOWED","features":[305]},{"name":"APPX_E_INVALID_APPINSTALLER","features":[305]},{"name":"APPX_E_INVALID_BLOCKMAP","features":[305]},{"name":"APPX_E_INVALID_CONTENTGROUPMAP","features":[305]},{"name":"APPX_E_INVALID_DELTA_PACKAGE","features":[305]},{"name":"APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST","features":[305]},{"name":"APPX_E_INVALID_KEY_INFO","features":[305]},{"name":"APPX_E_INVALID_MANIFEST","features":[305]},{"name":"APPX_E_INVALID_PACKAGESIGNCONFIG","features":[305]},{"name":"APPX_E_INVALID_PACKAGE_FOLDER_ACLS","features":[305]},{"name":"APPX_E_INVALID_PACKAGING_LAYOUT","features":[305]},{"name":"APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION","features":[305]},{"name":"APPX_E_INVALID_PUBLISHER_BRIDGING","features":[305]},{"name":"APPX_E_INVALID_SIP_CLIENT_DATA","features":[305]},{"name":"APPX_E_MISSING_REQUIRED_FILE","features":[305]},{"name":"APPX_E_PACKAGING_INTERNAL","features":[305]},{"name":"APPX_E_RELATIONSHIPS_NOT_ALLOWED","features":[305]},{"name":"APPX_E_REQUESTED_RANGE_TOO_LARGE","features":[305]},{"name":"APPX_E_RESOURCESPRI_NOT_ALLOWED","features":[305]},{"name":"APP_LOCAL_DEVICE_ID","features":[305]},{"name":"APP_LOCAL_DEVICE_ID_SIZE","features":[305]},{"name":"BOOL","features":[305]},{"name":"BOOLEAN","features":[305]},{"name":"BSTR","features":[305]},{"name":"BT_E_SPURIOUS_ACTIVATION","features":[305]},{"name":"CACHE_E_FIRST","features":[305]},{"name":"CACHE_E_LAST","features":[305]},{"name":"CACHE_E_NOCACHE_UPDATED","features":[305]},{"name":"CACHE_S_FIRST","features":[305]},{"name":"CACHE_S_FORMATETC_NOTSUPPORTED","features":[305]},{"name":"CACHE_S_LAST","features":[305]},{"name":"CACHE_S_SAMECACHE","features":[305]},{"name":"CACHE_S_SOMECACHES_NOTUPDATED","features":[305]},{"name":"CAT_E_CATIDNOEXIST","features":[305]},{"name":"CAT_E_FIRST","features":[305]},{"name":"CAT_E_LAST","features":[305]},{"name":"CAT_E_NODESCRIPTION","features":[305]},{"name":"CERTSRV_E_ADMIN_DENIED_REQUEST","features":[305]},{"name":"CERTSRV_E_ALIGNMENT_FAULT","features":[305]},{"name":"CERTSRV_E_ARCHIVED_KEY_REQUIRED","features":[305]},{"name":"CERTSRV_E_ARCHIVED_KEY_UNEXPECTED","features":[305]},{"name":"CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE","features":[305]},{"name":"CERTSRV_E_BAD_RENEWAL_SUBJECT","features":[305]},{"name":"CERTSRV_E_BAD_REQUESTSTATUS","features":[305]},{"name":"CERTSRV_E_BAD_REQUESTSUBJECT","features":[305]},{"name":"CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL","features":[305]},{"name":"CERTSRV_E_BAD_TEMPLATE_VERSION","features":[305]},{"name":"CERTSRV_E_CERT_TYPE_OVERLAP","features":[305]},{"name":"CERTSRV_E_CORRUPT_KEY_ATTESTATION","features":[305]},{"name":"CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE","features":[305]},{"name":"CERTSRV_E_ENCODING_LENGTH","features":[305]},{"name":"CERTSRV_E_ENCRYPTION_CERT_REQUIRED","features":[305]},{"name":"CERTSRV_E_ENROLL_DENIED","features":[305]},{"name":"CERTSRV_E_EXPIRED_CHALLENGE","features":[305]},{"name":"CERTSRV_E_INVALID_ATTESTATION","features":[305]},{"name":"CERTSRV_E_INVALID_CA_CERTIFICATE","features":[305]},{"name":"CERTSRV_E_INVALID_EK","features":[305]},{"name":"CERTSRV_E_INVALID_IDBINDING","features":[305]},{"name":"CERTSRV_E_INVALID_REQUESTID","features":[305]},{"name":"CERTSRV_E_INVALID_RESPONSE","features":[305]},{"name":"CERTSRV_E_ISSUANCE_POLICY_REQUIRED","features":[305]},{"name":"CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED","features":[305]},{"name":"CERTSRV_E_KEY_ATTESTATION","features":[305]},{"name":"CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED","features":[305]},{"name":"CERTSRV_E_KEY_LENGTH","features":[305]},{"name":"CERTSRV_E_NO_CAADMIN_DEFINED","features":[305]},{"name":"CERTSRV_E_NO_CERT_TYPE","features":[305]},{"name":"CERTSRV_E_NO_DB_SESSIONS","features":[305]},{"name":"CERTSRV_E_NO_POLICY_SERVER","features":[305]},{"name":"CERTSRV_E_NO_REQUEST","features":[305]},{"name":"CERTSRV_E_NO_VALID_KRA","features":[305]},{"name":"CERTSRV_E_PENDING_CLIENT_RESPONSE","features":[305]},{"name":"CERTSRV_E_PROPERTY_EMPTY","features":[305]},{"name":"CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY","features":[305]},{"name":"CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH","features":[305]},{"name":"CERTSRV_E_RESTRICTEDOFFICER","features":[305]},{"name":"CERTSRV_E_ROLECONFLICT","features":[305]},{"name":"CERTSRV_E_SEC_EXT_DIRECTORY_SID_REQUIRED","features":[305]},{"name":"CERTSRV_E_SERVER_SUSPENDED","features":[305]},{"name":"CERTSRV_E_SIGNATURE_COUNT","features":[305]},{"name":"CERTSRV_E_SIGNATURE_POLICY_REQUIRED","features":[305]},{"name":"CERTSRV_E_SIGNATURE_REJECTED","features":[305]},{"name":"CERTSRV_E_SMIME_REQUIRED","features":[305]},{"name":"CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED","features":[305]},{"name":"CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED","features":[305]},{"name":"CERTSRV_E_SUBJECT_DNS_REQUIRED","features":[305]},{"name":"CERTSRV_E_SUBJECT_EMAIL_REQUIRED","features":[305]},{"name":"CERTSRV_E_SUBJECT_UPN_REQUIRED","features":[305]},{"name":"CERTSRV_E_TEMPLATE_CONFLICT","features":[305]},{"name":"CERTSRV_E_TEMPLATE_DENIED","features":[305]},{"name":"CERTSRV_E_TEMPLATE_POLICY_REQUIRED","features":[305]},{"name":"CERTSRV_E_TOO_MANY_SIGNATURES","features":[305]},{"name":"CERTSRV_E_UNKNOWN_CERT_TYPE","features":[305]},{"name":"CERTSRV_E_UNSUPPORTED_CERT_TYPE","features":[305]},{"name":"CERTSRV_E_WEAK_SIGNATURE_OR_KEY","features":[305]},{"name":"CERT_E_CHAINING","features":[305]},{"name":"CERT_E_CN_NO_MATCH","features":[305]},{"name":"CERT_E_CRITICAL","features":[305]},{"name":"CERT_E_EXPIRED","features":[305]},{"name":"CERT_E_INVALID_NAME","features":[305]},{"name":"CERT_E_INVALID_POLICY","features":[305]},{"name":"CERT_E_ISSUERCHAINING","features":[305]},{"name":"CERT_E_MALFORMED","features":[305]},{"name":"CERT_E_PATHLENCONST","features":[305]},{"name":"CERT_E_PURPOSE","features":[305]},{"name":"CERT_E_REVOCATION_FAILURE","features":[305]},{"name":"CERT_E_REVOKED","features":[305]},{"name":"CERT_E_ROLE","features":[305]},{"name":"CERT_E_UNTRUSTEDCA","features":[305]},{"name":"CERT_E_UNTRUSTEDROOT","features":[305]},{"name":"CERT_E_UNTRUSTEDTESTROOT","features":[305]},{"name":"CERT_E_VALIDITYPERIODNESTING","features":[305]},{"name":"CERT_E_WRONG_USAGE","features":[305]},{"name":"CHAR","features":[305]},{"name":"CI_CORRUPT_CATALOG","features":[305]},{"name":"CI_CORRUPT_DATABASE","features":[305]},{"name":"CI_CORRUPT_FILTER_BUFFER","features":[305]},{"name":"CI_E_ALREADY_INITIALIZED","features":[305]},{"name":"CI_E_BUFFERTOOSMALL","features":[305]},{"name":"CI_E_CARDINALITY_MISMATCH","features":[305]},{"name":"CI_E_CLIENT_FILTER_ABORT","features":[305]},{"name":"CI_E_CONFIG_DISK_FULL","features":[305]},{"name":"CI_E_DISK_FULL","features":[305]},{"name":"CI_E_DISTRIBUTED_GROUPBY_UNSUPPORTED","features":[305]},{"name":"CI_E_DUPLICATE_NOTIFICATION","features":[305]},{"name":"CI_E_ENUMERATION_STARTED","features":[305]},{"name":"CI_E_FILTERING_DISABLED","features":[305]},{"name":"CI_E_INVALID_FLAGS_COMBINATION","features":[305]},{"name":"CI_E_INVALID_STATE","features":[305]},{"name":"CI_E_LOGON_FAILURE","features":[305]},{"name":"CI_E_NOT_FOUND","features":[305]},{"name":"CI_E_NOT_INITIALIZED","features":[305]},{"name":"CI_E_NOT_RUNNING","features":[305]},{"name":"CI_E_NO_CATALOG","features":[305]},{"name":"CI_E_OUTOFSEQ_INCREMENT_DATA","features":[305]},{"name":"CI_E_PROPERTY_NOT_CACHED","features":[305]},{"name":"CI_E_PROPERTY_TOOLARGE","features":[305]},{"name":"CI_E_SHARING_VIOLATION","features":[305]},{"name":"CI_E_SHUTDOWN","features":[305]},{"name":"CI_E_STRANGE_PAGEORSECTOR_SIZE","features":[305]},{"name":"CI_E_TIMEOUT","features":[305]},{"name":"CI_E_UPDATES_DISABLED","features":[305]},{"name":"CI_E_USE_DEFAULT_PID","features":[305]},{"name":"CI_E_WORKID_NOTVALID","features":[305]},{"name":"CI_INCORRECT_VERSION","features":[305]},{"name":"CI_INVALID_INDEX","features":[305]},{"name":"CI_INVALID_PARTITION","features":[305]},{"name":"CI_INVALID_PRIORITY","features":[305]},{"name":"CI_NO_CATALOG","features":[305]},{"name":"CI_NO_STARTING_KEY","features":[305]},{"name":"CI_OUT_OF_INDEX_IDS","features":[305]},{"name":"CI_PROPSTORE_INCONSISTENCY","features":[305]},{"name":"CI_S_CAT_STOPPED","features":[305]},{"name":"CI_S_END_OF_ENUMERATION","features":[305]},{"name":"CI_S_NO_DOCSTORE","features":[305]},{"name":"CI_S_WORKID_DELETED","features":[305]},{"name":"CLASSFACTORY_E_FIRST","features":[305]},{"name":"CLASSFACTORY_E_LAST","features":[305]},{"name":"CLASSFACTORY_S_FIRST","features":[305]},{"name":"CLASSFACTORY_S_LAST","features":[305]},{"name":"CLASS_E_CLASSNOTAVAILABLE","features":[305]},{"name":"CLASS_E_NOAGGREGATION","features":[305]},{"name":"CLASS_E_NOTLICENSED","features":[305]},{"name":"CLIENTSITE_E_FIRST","features":[305]},{"name":"CLIENTSITE_E_LAST","features":[305]},{"name":"CLIENTSITE_S_FIRST","features":[305]},{"name":"CLIENTSITE_S_LAST","features":[305]},{"name":"CLIPBRD_E_BAD_DATA","features":[305]},{"name":"CLIPBRD_E_CANT_CLOSE","features":[305]},{"name":"CLIPBRD_E_CANT_EMPTY","features":[305]},{"name":"CLIPBRD_E_CANT_OPEN","features":[305]},{"name":"CLIPBRD_E_CANT_SET","features":[305]},{"name":"CLIPBRD_E_FIRST","features":[305]},{"name":"CLIPBRD_E_LAST","features":[305]},{"name":"CLIPBRD_S_FIRST","features":[305]},{"name":"CLIPBRD_S_LAST","features":[305]},{"name":"COLORREF","features":[305]},{"name":"COMADMIN_E_ALREADYINSTALLED","features":[305]},{"name":"COMADMIN_E_AMBIGUOUS_APPLICATION_NAME","features":[305]},{"name":"COMADMIN_E_AMBIGUOUS_PARTITION_NAME","features":[305]},{"name":"COMADMIN_E_APPDIRNOTFOUND","features":[305]},{"name":"COMADMIN_E_APPLICATIONEXISTS","features":[305]},{"name":"COMADMIN_E_APPLID_MATCHES_CLSID","features":[305]},{"name":"COMADMIN_E_APP_FILE_READFAIL","features":[305]},{"name":"COMADMIN_E_APP_FILE_VERSION","features":[305]},{"name":"COMADMIN_E_APP_FILE_WRITEFAIL","features":[305]},{"name":"COMADMIN_E_APP_NOT_RUNNING","features":[305]},{"name":"COMADMIN_E_AUTHENTICATIONLEVEL","features":[305]},{"name":"COMADMIN_E_BADPATH","features":[305]},{"name":"COMADMIN_E_BADREGISTRYLIBID","features":[305]},{"name":"COMADMIN_E_BADREGISTRYPROGID","features":[305]},{"name":"COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET","features":[305]},{"name":"COMADMIN_E_BASE_PARTITION_ONLY","features":[305]},{"name":"COMADMIN_E_CANNOT_ALIAS_EVENTCLASS","features":[305]},{"name":"COMADMIN_E_CANTCOPYFILE","features":[305]},{"name":"COMADMIN_E_CANTMAKEINPROCSERVICE","features":[305]},{"name":"COMADMIN_E_CANTRECYCLELIBRARYAPPS","features":[305]},{"name":"COMADMIN_E_CANTRECYCLESERVICEAPPS","features":[305]},{"name":"COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT","features":[305]},{"name":"COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY","features":[305]},{"name":"COMADMIN_E_CAN_NOT_EXPORT_SYS_APP","features":[305]},{"name":"COMADMIN_E_CAN_NOT_START_APP","features":[305]},{"name":"COMADMIN_E_CAT_BITNESSMISMATCH","features":[305]},{"name":"COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME","features":[305]},{"name":"COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED","features":[305]},{"name":"COMADMIN_E_CAT_INVALID_PARTITION_NAME","features":[305]},{"name":"COMADMIN_E_CAT_PARTITION_IN_USE","features":[305]},{"name":"COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED","features":[305]},{"name":"COMADMIN_E_CAT_SERVERFAULT","features":[305]},{"name":"COMADMIN_E_CAT_UNACCEPTABLEBITNESS","features":[305]},{"name":"COMADMIN_E_CAT_WRONGAPPBITNESS","features":[305]},{"name":"COMADMIN_E_CLSIDORIIDMISMATCH","features":[305]},{"name":"COMADMIN_E_COMPFILE_BADTLB","features":[305]},{"name":"COMADMIN_E_COMPFILE_CLASSNOTAVAIL","features":[305]},{"name":"COMADMIN_E_COMPFILE_DOESNOTEXIST","features":[305]},{"name":"COMADMIN_E_COMPFILE_GETCLASSOBJ","features":[305]},{"name":"COMADMIN_E_COMPFILE_LOADDLLFAIL","features":[305]},{"name":"COMADMIN_E_COMPFILE_NOREGISTRAR","features":[305]},{"name":"COMADMIN_E_COMPFILE_NOTINSTALLABLE","features":[305]},{"name":"COMADMIN_E_COMPONENTEXISTS","features":[305]},{"name":"COMADMIN_E_COMP_MOVE_BAD_DEST","features":[305]},{"name":"COMADMIN_E_COMP_MOVE_DEST","features":[305]},{"name":"COMADMIN_E_COMP_MOVE_LOCKED","features":[305]},{"name":"COMADMIN_E_COMP_MOVE_PRIVATE","features":[305]},{"name":"COMADMIN_E_COMP_MOVE_SOURCE","features":[305]},{"name":"COMADMIN_E_COREQCOMPINSTALLED","features":[305]},{"name":"COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET","features":[305]},{"name":"COMADMIN_E_DLLLOADFAILED","features":[305]},{"name":"COMADMIN_E_DLLREGISTERSERVER","features":[305]},{"name":"COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER","features":[305]},{"name":"COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES","features":[305]},{"name":"COMADMIN_E_INVALIDUSERIDS","features":[305]},{"name":"COMADMIN_E_INVALID_PARTITION","features":[305]},{"name":"COMADMIN_E_KEYMISSING","features":[305]},{"name":"COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT","features":[305]},{"name":"COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS","features":[305]},{"name":"COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE","features":[305]},{"name":"COMADMIN_E_MIG_SCHEMANOTFOUND","features":[305]},{"name":"COMADMIN_E_MIG_VERSIONNOTSUPPORTED","features":[305]},{"name":"COMADMIN_E_NOREGISTRYCLSID","features":[305]},{"name":"COMADMIN_E_NOSERVERSHARE","features":[305]},{"name":"COMADMIN_E_NOTCHANGEABLE","features":[305]},{"name":"COMADMIN_E_NOTDELETEABLE","features":[305]},{"name":"COMADMIN_E_NOTINREGISTRY","features":[305]},{"name":"COMADMIN_E_NOUSER","features":[305]},{"name":"COMADMIN_E_OBJECTERRORS","features":[305]},{"name":"COMADMIN_E_OBJECTEXISTS","features":[305]},{"name":"COMADMIN_E_OBJECTINVALID","features":[305]},{"name":"COMADMIN_E_OBJECTNOTPOOLABLE","features":[305]},{"name":"COMADMIN_E_OBJECT_DOES_NOT_EXIST","features":[305]},{"name":"COMADMIN_E_OBJECT_PARENT_MISSING","features":[305]},{"name":"COMADMIN_E_PARTITIONS_DISABLED","features":[305]},{"name":"COMADMIN_E_PARTITION_ACCESSDENIED","features":[305]},{"name":"COMADMIN_E_PARTITION_MSI_ONLY","features":[305]},{"name":"COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED","features":[305]},{"name":"COMADMIN_E_PRIVATE_ACCESSDENIED","features":[305]},{"name":"COMADMIN_E_PROCESSALREADYRECYCLED","features":[305]},{"name":"COMADMIN_E_PROGIDINUSEBYCLSID","features":[305]},{"name":"COMADMIN_E_PROPERTYSAVEFAILED","features":[305]},{"name":"COMADMIN_E_PROPERTY_OVERFLOW","features":[305]},{"name":"COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED","features":[305]},{"name":"COMADMIN_E_REGDB_ALREADYRUNNING","features":[305]},{"name":"COMADMIN_E_REGDB_NOTINITIALIZED","features":[305]},{"name":"COMADMIN_E_REGDB_NOTOPEN","features":[305]},{"name":"COMADMIN_E_REGDB_SYSTEMERR","features":[305]},{"name":"COMADMIN_E_REGFILE_CORRUPT","features":[305]},{"name":"COMADMIN_E_REGISTERTLB","features":[305]},{"name":"COMADMIN_E_REGISTRARFAILED","features":[305]},{"name":"COMADMIN_E_REGISTRY_ACCESSDENIED","features":[305]},{"name":"COMADMIN_E_REMOTEINTERFACE","features":[305]},{"name":"COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM","features":[305]},{"name":"COMADMIN_E_ROLEEXISTS","features":[305]},{"name":"COMADMIN_E_ROLE_DOES_NOT_EXIST","features":[305]},{"name":"COMADMIN_E_SAFERINVALID","features":[305]},{"name":"COMADMIN_E_SERVICENOTINSTALLED","features":[305]},{"name":"COMADMIN_E_SESSION","features":[305]},{"name":"COMADMIN_E_START_APP_DISABLED","features":[305]},{"name":"COMADMIN_E_START_APP_NEEDS_COMPONENTS","features":[305]},{"name":"COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE","features":[305]},{"name":"COMADMIN_E_SYSTEMAPP","features":[305]},{"name":"COMADMIN_E_USERPASSWDNOTVALID","features":[305]},{"name":"COMADMIN_E_USER_IN_SET","features":[305]},{"name":"COMQC_E_APPLICATION_NOT_QUEUED","features":[305]},{"name":"COMQC_E_BAD_MESSAGE","features":[305]},{"name":"COMQC_E_NO_IPERSISTSTREAM","features":[305]},{"name":"COMQC_E_NO_QUEUEABLE_INTERFACES","features":[305]},{"name":"COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE","features":[305]},{"name":"COMQC_E_UNAUTHENTICATED","features":[305]},{"name":"COMQC_E_UNTRUSTED_ENQUEUER","features":[305]},{"name":"CONTEXT_E_ABORTED","features":[305]},{"name":"CONTEXT_E_ABORTING","features":[305]},{"name":"CONTEXT_E_FIRST","features":[305]},{"name":"CONTEXT_E_LAST","features":[305]},{"name":"CONTEXT_E_NOCONTEXT","features":[305]},{"name":"CONTEXT_E_NOJIT","features":[305]},{"name":"CONTEXT_E_NOTRANSACTION","features":[305]},{"name":"CONTEXT_E_OLDREF","features":[305]},{"name":"CONTEXT_E_ROLENOTFOUND","features":[305]},{"name":"CONTEXT_E_SYNCH_TIMEOUT","features":[305]},{"name":"CONTEXT_E_TMNOTAVAILABLE","features":[305]},{"name":"CONTEXT_E_WOULD_DEADLOCK","features":[305]},{"name":"CONTEXT_S_FIRST","features":[305]},{"name":"CONTEXT_S_LAST","features":[305]},{"name":"CONTROL_C_EXIT","features":[305]},{"name":"CONVERT10_E_FIRST","features":[305]},{"name":"CONVERT10_E_LAST","features":[305]},{"name":"CONVERT10_E_OLELINK_DISABLED","features":[305]},{"name":"CONVERT10_E_OLESTREAM_BITMAP_TO_DIB","features":[305]},{"name":"CONVERT10_E_OLESTREAM_FMT","features":[305]},{"name":"CONVERT10_E_OLESTREAM_GET","features":[305]},{"name":"CONVERT10_E_OLESTREAM_PUT","features":[305]},{"name":"CONVERT10_E_STG_DIB_TO_BITMAP","features":[305]},{"name":"CONVERT10_E_STG_FMT","features":[305]},{"name":"CONVERT10_E_STG_NO_STD_STREAM","features":[305]},{"name":"CONVERT10_S_FIRST","features":[305]},{"name":"CONVERT10_S_LAST","features":[305]},{"name":"CONVERT10_S_NO_PRESENTATION","features":[305]},{"name":"CO_E_ACCESSCHECKFAILED","features":[305]},{"name":"CO_E_ACESINWRONGORDER","features":[305]},{"name":"CO_E_ACNOTINITIALIZED","features":[305]},{"name":"CO_E_ACTIVATIONFAILED","features":[305]},{"name":"CO_E_ACTIVATIONFAILED_CATALOGERROR","features":[305]},{"name":"CO_E_ACTIVATIONFAILED_EVENTLOGGED","features":[305]},{"name":"CO_E_ACTIVATIONFAILED_TIMEOUT","features":[305]},{"name":"CO_E_ALREADYINITIALIZED","features":[305]},{"name":"CO_E_APPDIDNTREG","features":[305]},{"name":"CO_E_APPNOTFOUND","features":[305]},{"name":"CO_E_APPSINGLEUSE","features":[305]},{"name":"CO_E_ASYNC_WORK_REJECTED","features":[305]},{"name":"CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT","features":[305]},{"name":"CO_E_BAD_PATH","features":[305]},{"name":"CO_E_BAD_SERVER_NAME","features":[305]},{"name":"CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED","features":[305]},{"name":"CO_E_CANCEL_DISABLED","features":[305]},{"name":"CO_E_CANTDETERMINECLASS","features":[305]},{"name":"CO_E_CANT_REMOTE","features":[305]},{"name":"CO_E_CLASSSTRING","features":[305]},{"name":"CO_E_CLASS_CREATE_FAILED","features":[305]},{"name":"CO_E_CLASS_DISABLED","features":[305]},{"name":"CO_E_CLRNOTAVAILABLE","features":[305]},{"name":"CO_E_CLSREG_INCONSISTENT","features":[305]},{"name":"CO_E_CONVERSIONFAILED","features":[305]},{"name":"CO_E_CREATEPROCESS_FAILURE","features":[305]},{"name":"CO_E_DBERROR","features":[305]},{"name":"CO_E_DECODEFAILED","features":[305]},{"name":"CO_E_DLLNOTFOUND","features":[305]},{"name":"CO_E_ELEVATION_DISABLED","features":[305]},{"name":"CO_E_ERRORINAPP","features":[305]},{"name":"CO_E_ERRORINDLL","features":[305]},{"name":"CO_E_EXCEEDSYSACLLIMIT","features":[305]},{"name":"CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED","features":[305]},{"name":"CO_E_FAILEDTOCLOSEHANDLE","features":[305]},{"name":"CO_E_FAILEDTOCREATEFILE","features":[305]},{"name":"CO_E_FAILEDTOGENUUID","features":[305]},{"name":"CO_E_FAILEDTOGETSECCTX","features":[305]},{"name":"CO_E_FAILEDTOGETTOKENINFO","features":[305]},{"name":"CO_E_FAILEDTOGETWINDIR","features":[305]},{"name":"CO_E_FAILEDTOIMPERSONATE","features":[305]},{"name":"CO_E_FAILEDTOOPENPROCESSTOKEN","features":[305]},{"name":"CO_E_FAILEDTOOPENTHREADTOKEN","features":[305]},{"name":"CO_E_FAILEDTOQUERYCLIENTBLANKET","features":[305]},{"name":"CO_E_FAILEDTOSETDACL","features":[305]},{"name":"CO_E_FIRST","features":[305]},{"name":"CO_E_IIDREG_INCONSISTENT","features":[305]},{"name":"CO_E_IIDSTRING","features":[305]},{"name":"CO_E_INCOMPATIBLESTREAMVERSION","features":[305]},{"name":"CO_E_INITIALIZATIONFAILED","features":[305]},{"name":"CO_E_INIT_CLASS_CACHE","features":[305]},{"name":"CO_E_INIT_MEMORY_ALLOCATOR","features":[305]},{"name":"CO_E_INIT_ONLY_SINGLE_THREADED","features":[305]},{"name":"CO_E_INIT_RPC_CHANNEL","features":[305]},{"name":"CO_E_INIT_SCM_EXEC_FAILURE","features":[305]},{"name":"CO_E_INIT_SCM_FILE_MAPPING_EXISTS","features":[305]},{"name":"CO_E_INIT_SCM_MAP_VIEW_OF_FILE","features":[305]},{"name":"CO_E_INIT_SCM_MUTEX_EXISTS","features":[305]},{"name":"CO_E_INIT_SHARED_ALLOCATOR","features":[305]},{"name":"CO_E_INIT_TLS","features":[305]},{"name":"CO_E_INIT_TLS_CHANNEL_CONTROL","features":[305]},{"name":"CO_E_INIT_TLS_SET_CHANNEL_CONTROL","features":[305]},{"name":"CO_E_INIT_UNACCEPTED_USER_ALLOCATOR","features":[305]},{"name":"CO_E_INVALIDSID","features":[305]},{"name":"CO_E_ISOLEVELMISMATCH","features":[305]},{"name":"CO_E_LAST","features":[305]},{"name":"CO_E_LAUNCH_PERMSSION_DENIED","features":[305]},{"name":"CO_E_LOOKUPACCNAMEFAILED","features":[305]},{"name":"CO_E_LOOKUPACCSIDFAILED","features":[305]},{"name":"CO_E_MALFORMED_SPN","features":[305]},{"name":"CO_E_MISSING_DISPLAYNAME","features":[305]},{"name":"CO_E_MSI_ERROR","features":[305]},{"name":"CO_E_NETACCESSAPIFAILED","features":[305]},{"name":"CO_E_NOCOOKIES","features":[305]},{"name":"CO_E_NOIISINTRINSICS","features":[305]},{"name":"CO_E_NOMATCHINGNAMEFOUND","features":[305]},{"name":"CO_E_NOMATCHINGSIDFOUND","features":[305]},{"name":"CO_E_NOSYNCHRONIZATION","features":[305]},{"name":"CO_E_NOTCONSTRUCTED","features":[305]},{"name":"CO_E_NOTINITIALIZED","features":[305]},{"name":"CO_E_NOTPOOLED","features":[305]},{"name":"CO_E_NOT_SUPPORTED","features":[305]},{"name":"CO_E_NO_SECCTX_IN_ACTIVATE","features":[305]},{"name":"CO_E_OBJISREG","features":[305]},{"name":"CO_E_OBJNOTCONNECTED","features":[305]},{"name":"CO_E_OBJNOTREG","features":[305]},{"name":"CO_E_OBJSRV_RPC_FAILURE","features":[305]},{"name":"CO_E_OLE1DDE_DISABLED","features":[305]},{"name":"CO_E_PATHTOOLONG","features":[305]},{"name":"CO_E_PREMATURE_STUB_RUNDOWN","features":[305]},{"name":"CO_E_RELEASED","features":[305]},{"name":"CO_E_RELOAD_DLL","features":[305]},{"name":"CO_E_REMOTE_COMMUNICATION_FAILURE","features":[305]},{"name":"CO_E_RUNAS_CREATEPROCESS_FAILURE","features":[305]},{"name":"CO_E_RUNAS_LOGON_FAILURE","features":[305]},{"name":"CO_E_RUNAS_SYNTAX","features":[305]},{"name":"CO_E_RUNAS_VALUE_MUST_BE_AAA","features":[305]},{"name":"CO_E_SCM_ERROR","features":[305]},{"name":"CO_E_SCM_RPC_FAILURE","features":[305]},{"name":"CO_E_SERVER_EXEC_FAILURE","features":[305]},{"name":"CO_E_SERVER_INIT_TIMEOUT","features":[305]},{"name":"CO_E_SERVER_NOT_PAUSED","features":[305]},{"name":"CO_E_SERVER_PAUSED","features":[305]},{"name":"CO_E_SERVER_START_TIMEOUT","features":[305]},{"name":"CO_E_SERVER_STOPPING","features":[305]},{"name":"CO_E_SETSERLHNDLFAILED","features":[305]},{"name":"CO_E_START_SERVICE_FAILURE","features":[305]},{"name":"CO_E_SXS_CONFIG","features":[305]},{"name":"CO_E_THREADINGMODEL_CHANGED","features":[305]},{"name":"CO_E_THREADPOOL_CONFIG","features":[305]},{"name":"CO_E_TRACKER_CONFIG","features":[305]},{"name":"CO_E_TRUSTEEDOESNTMATCHCLIENT","features":[305]},{"name":"CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN","features":[305]},{"name":"CO_E_WRONGOSFORAPP","features":[305]},{"name":"CO_E_WRONGTRUSTEENAMESYNTAX","features":[305]},{"name":"CO_E_WRONG_SERVER_IDENTITY","features":[305]},{"name":"CO_S_FIRST","features":[305]},{"name":"CO_S_LAST","features":[305]},{"name":"CO_S_MACHINENAMENOTFOUND","features":[305]},{"name":"CO_S_NOTALLINTERFACES","features":[305]},{"name":"CRYPT_E_ALREADY_DECRYPTED","features":[305]},{"name":"CRYPT_E_ASN1_BADARGS","features":[305]},{"name":"CRYPT_E_ASN1_BADPDU","features":[305]},{"name":"CRYPT_E_ASN1_BADREAL","features":[305]},{"name":"CRYPT_E_ASN1_BADTAG","features":[305]},{"name":"CRYPT_E_ASN1_CHOICE","features":[305]},{"name":"CRYPT_E_ASN1_CONSTRAINT","features":[305]},{"name":"CRYPT_E_ASN1_CORRUPT","features":[305]},{"name":"CRYPT_E_ASN1_EOD","features":[305]},{"name":"CRYPT_E_ASN1_ERROR","features":[305]},{"name":"CRYPT_E_ASN1_EXTENDED","features":[305]},{"name":"CRYPT_E_ASN1_INTERNAL","features":[305]},{"name":"CRYPT_E_ASN1_LARGE","features":[305]},{"name":"CRYPT_E_ASN1_MEMORY","features":[305]},{"name":"CRYPT_E_ASN1_NOEOD","features":[305]},{"name":"CRYPT_E_ASN1_NYI","features":[305]},{"name":"CRYPT_E_ASN1_OVERFLOW","features":[305]},{"name":"CRYPT_E_ASN1_PDU_TYPE","features":[305]},{"name":"CRYPT_E_ASN1_RULE","features":[305]},{"name":"CRYPT_E_ASN1_UTF8","features":[305]},{"name":"CRYPT_E_ATTRIBUTES_MISSING","features":[305]},{"name":"CRYPT_E_AUTH_ATTR_MISSING","features":[305]},{"name":"CRYPT_E_BAD_ENCODE","features":[305]},{"name":"CRYPT_E_BAD_LEN","features":[305]},{"name":"CRYPT_E_BAD_MSG","features":[305]},{"name":"CRYPT_E_CONTROL_TYPE","features":[305]},{"name":"CRYPT_E_DELETED_PREV","features":[305]},{"name":"CRYPT_E_EXISTS","features":[305]},{"name":"CRYPT_E_FILERESIZED","features":[305]},{"name":"CRYPT_E_FILE_ERROR","features":[305]},{"name":"CRYPT_E_HASH_VALUE","features":[305]},{"name":"CRYPT_E_INVALID_IA5_STRING","features":[305]},{"name":"CRYPT_E_INVALID_INDEX","features":[305]},{"name":"CRYPT_E_INVALID_MSG_TYPE","features":[305]},{"name":"CRYPT_E_INVALID_NUMERIC_STRING","features":[305]},{"name":"CRYPT_E_INVALID_PRINTABLE_STRING","features":[305]},{"name":"CRYPT_E_INVALID_X500_STRING","features":[305]},{"name":"CRYPT_E_ISSUER_SERIALNUMBER","features":[305]},{"name":"CRYPT_E_MISSING_PUBKEY_PARA","features":[305]},{"name":"CRYPT_E_MSG_ERROR","features":[305]},{"name":"CRYPT_E_NOT_CHAR_STRING","features":[305]},{"name":"CRYPT_E_NOT_DECRYPTED","features":[305]},{"name":"CRYPT_E_NOT_FOUND","features":[305]},{"name":"CRYPT_E_NOT_IN_CTL","features":[305]},{"name":"CRYPT_E_NOT_IN_REVOCATION_DATABASE","features":[305]},{"name":"CRYPT_E_NO_DECRYPT_CERT","features":[305]},{"name":"CRYPT_E_NO_KEY_PROPERTY","features":[305]},{"name":"CRYPT_E_NO_MATCH","features":[305]},{"name":"CRYPT_E_NO_PROVIDER","features":[305]},{"name":"CRYPT_E_NO_REVOCATION_CHECK","features":[305]},{"name":"CRYPT_E_NO_REVOCATION_DLL","features":[305]},{"name":"CRYPT_E_NO_SIGNER","features":[305]},{"name":"CRYPT_E_NO_TRUSTED_SIGNER","features":[305]},{"name":"CRYPT_E_NO_VERIFY_USAGE_CHECK","features":[305]},{"name":"CRYPT_E_NO_VERIFY_USAGE_DLL","features":[305]},{"name":"CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND","features":[305]},{"name":"CRYPT_E_OID_FORMAT","features":[305]},{"name":"CRYPT_E_OSS_ERROR","features":[305]},{"name":"CRYPT_E_PENDING_CLOSE","features":[305]},{"name":"CRYPT_E_RECIPIENT_NOT_FOUND","features":[305]},{"name":"CRYPT_E_REVOCATION_OFFLINE","features":[305]},{"name":"CRYPT_E_REVOKED","features":[305]},{"name":"CRYPT_E_SECURITY_SETTINGS","features":[305]},{"name":"CRYPT_E_SELF_SIGNED","features":[305]},{"name":"CRYPT_E_SIGNER_NOT_FOUND","features":[305]},{"name":"CRYPT_E_STREAM_INSUFFICIENT_DATA","features":[305]},{"name":"CRYPT_E_STREAM_MSG_NOT_READY","features":[305]},{"name":"CRYPT_E_UNEXPECTED_ENCODING","features":[305]},{"name":"CRYPT_E_UNEXPECTED_MSG_TYPE","features":[305]},{"name":"CRYPT_E_UNKNOWN_ALGO","features":[305]},{"name":"CRYPT_E_VERIFY_USAGE_OFFLINE","features":[305]},{"name":"CRYPT_I_NEW_PROTECTION_REQUIRED","features":[305]},{"name":"CS_E_ADMIN_LIMIT_EXCEEDED","features":[305]},{"name":"CS_E_CLASS_NOTFOUND","features":[305]},{"name":"CS_E_FIRST","features":[305]},{"name":"CS_E_INTERNAL_ERROR","features":[305]},{"name":"CS_E_INVALID_PATH","features":[305]},{"name":"CS_E_INVALID_VERSION","features":[305]},{"name":"CS_E_LAST","features":[305]},{"name":"CS_E_NETWORK_ERROR","features":[305]},{"name":"CS_E_NOT_DELETABLE","features":[305]},{"name":"CS_E_NO_CLASSSTORE","features":[305]},{"name":"CS_E_OBJECT_ALREADY_EXISTS","features":[305]},{"name":"CS_E_OBJECT_NOTFOUND","features":[305]},{"name":"CS_E_PACKAGE_NOTFOUND","features":[305]},{"name":"CS_E_SCHEMA_MISMATCH","features":[305]},{"name":"CloseHandle","features":[305]},{"name":"CompareObjectHandles","features":[305]},{"name":"D2DERR_BAD_NUMBER","features":[305]},{"name":"D2DERR_BITMAP_BOUND_AS_TARGET","features":[305]},{"name":"D2DERR_BITMAP_CANNOT_DRAW","features":[305]},{"name":"D2DERR_CYCLIC_GRAPH","features":[305]},{"name":"D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED","features":[305]},{"name":"D2DERR_DISPLAY_STATE_INVALID","features":[305]},{"name":"D2DERR_EFFECT_IS_NOT_REGISTERED","features":[305]},{"name":"D2DERR_EXCEEDS_MAX_BITMAP_SIZE","features":[305]},{"name":"D2DERR_INCOMPATIBLE_BRUSH_TYPES","features":[305]},{"name":"D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES","features":[305]},{"name":"D2DERR_INTERMEDIATE_TOO_LARGE","features":[305]},{"name":"D2DERR_INTERNAL_ERROR","features":[305]},{"name":"D2DERR_INVALID_CALL","features":[305]},{"name":"D2DERR_INVALID_GLYPH_IMAGE","features":[305]},{"name":"D2DERR_INVALID_GRAPH_CONFIGURATION","features":[305]},{"name":"D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION","features":[305]},{"name":"D2DERR_INVALID_PROPERTY","features":[305]},{"name":"D2DERR_INVALID_TARGET","features":[305]},{"name":"D2DERR_LAYER_ALREADY_IN_USE","features":[305]},{"name":"D2DERR_MAX_TEXTURE_SIZE_EXCEEDED","features":[305]},{"name":"D2DERR_NOT_INITIALIZED","features":[305]},{"name":"D2DERR_NO_HARDWARE_DEVICE","features":[305]},{"name":"D2DERR_NO_SUBPROPERTIES","features":[305]},{"name":"D2DERR_ORIGINAL_TARGET_NOT_BOUND","features":[305]},{"name":"D2DERR_OUTSTANDING_BITMAP_REFERENCES","features":[305]},{"name":"D2DERR_POP_CALL_DID_NOT_MATCH_PUSH","features":[305]},{"name":"D2DERR_PRINT_FORMAT_NOT_SUPPORTED","features":[305]},{"name":"D2DERR_PRINT_JOB_CLOSED","features":[305]},{"name":"D2DERR_PUSH_POP_UNBALANCED","features":[305]},{"name":"D2DERR_RECREATE_TARGET","features":[305]},{"name":"D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT","features":[305]},{"name":"D2DERR_SCANNER_FAILED","features":[305]},{"name":"D2DERR_SCREEN_ACCESS_DENIED","features":[305]},{"name":"D2DERR_SHADER_COMPILE_FAILED","features":[305]},{"name":"D2DERR_TARGET_NOT_GDI_COMPATIBLE","features":[305]},{"name":"D2DERR_TEXT_EFFECT_IS_WRONG_TYPE","features":[305]},{"name":"D2DERR_TEXT_RENDERER_NOT_RELEASED","features":[305]},{"name":"D2DERR_TOO_MANY_SHADER_ELEMENTS","features":[305]},{"name":"D2DERR_TOO_MANY_TRANSFORM_INPUTS","features":[305]},{"name":"D2DERR_UNSUPPORTED_OPERATION","features":[305]},{"name":"D2DERR_UNSUPPORTED_VERSION","features":[305]},{"name":"D2DERR_WIN32_ERROR","features":[305]},{"name":"D2DERR_WRONG_FACTORY","features":[305]},{"name":"D2DERR_WRONG_RESOURCE_DOMAIN","features":[305]},{"name":"D2DERR_WRONG_STATE","features":[305]},{"name":"D2DERR_ZERO_VECTOR","features":[305]},{"name":"D3D10_ERROR_FILE_NOT_FOUND","features":[305]},{"name":"D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS","features":[305]},{"name":"D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD","features":[305]},{"name":"D3D11_ERROR_FILE_NOT_FOUND","features":[305]},{"name":"D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS","features":[305]},{"name":"D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS","features":[305]},{"name":"D3D12_ERROR_ADAPTER_NOT_FOUND","features":[305]},{"name":"D3D12_ERROR_DRIVER_VERSION_MISMATCH","features":[305]},{"name":"D3D12_ERROR_INVALID_REDIST","features":[305]},{"name":"DATA_E_FIRST","features":[305]},{"name":"DATA_E_LAST","features":[305]},{"name":"DATA_S_FIRST","features":[305]},{"name":"DATA_S_LAST","features":[305]},{"name":"DATA_S_SAMEFORMATETC","features":[305]},{"name":"DBG_APP_NOT_IDLE","features":[305]},{"name":"DBG_COMMAND_EXCEPTION","features":[305]},{"name":"DBG_CONTINUE","features":[305]},{"name":"DBG_CONTROL_BREAK","features":[305]},{"name":"DBG_CONTROL_C","features":[305]},{"name":"DBG_EXCEPTION_HANDLED","features":[305]},{"name":"DBG_EXCEPTION_NOT_HANDLED","features":[305]},{"name":"DBG_NO_STATE_CHANGE","features":[305]},{"name":"DBG_PRINTEXCEPTION_C","features":[305]},{"name":"DBG_PRINTEXCEPTION_WIDE_C","features":[305]},{"name":"DBG_REPLY_LATER","features":[305]},{"name":"DBG_RIPEXCEPTION","features":[305]},{"name":"DBG_TERMINATE_PROCESS","features":[305]},{"name":"DBG_TERMINATE_THREAD","features":[305]},{"name":"DBG_UNABLE_TO_PROVIDE_HANDLE","features":[305]},{"name":"DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED","features":[305]},{"name":"DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED","features":[305]},{"name":"DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED","features":[305]},{"name":"DECIMAL","features":[305]},{"name":"DEVPROPKEY","features":[305]},{"name":"DIGSIG_E_CRYPTO","features":[305]},{"name":"DIGSIG_E_DECODE","features":[305]},{"name":"DIGSIG_E_ENCODE","features":[305]},{"name":"DIGSIG_E_EXTENSIBILITY","features":[305]},{"name":"DISP_E_ARRAYISLOCKED","features":[305]},{"name":"DISP_E_BADCALLEE","features":[305]},{"name":"DISP_E_BADINDEX","features":[305]},{"name":"DISP_E_BADPARAMCOUNT","features":[305]},{"name":"DISP_E_BADVARTYPE","features":[305]},{"name":"DISP_E_BUFFERTOOSMALL","features":[305]},{"name":"DISP_E_DIVBYZERO","features":[305]},{"name":"DISP_E_EXCEPTION","features":[305]},{"name":"DISP_E_MEMBERNOTFOUND","features":[305]},{"name":"DISP_E_NONAMEDARGS","features":[305]},{"name":"DISP_E_NOTACOLLECTION","features":[305]},{"name":"DISP_E_OVERFLOW","features":[305]},{"name":"DISP_E_PARAMNOTFOUND","features":[305]},{"name":"DISP_E_PARAMNOTOPTIONAL","features":[305]},{"name":"DISP_E_TYPEMISMATCH","features":[305]},{"name":"DISP_E_UNKNOWNINTERFACE","features":[305]},{"name":"DISP_E_UNKNOWNLCID","features":[305]},{"name":"DISP_E_UNKNOWNNAME","features":[305]},{"name":"DNS_ERROR_ADDRESS_REQUIRED","features":[305]},{"name":"DNS_ERROR_ALIAS_LOOP","features":[305]},{"name":"DNS_ERROR_AUTOZONE_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_AXFR","features":[305]},{"name":"DNS_ERROR_BACKGROUND_LOADING","features":[305]},{"name":"DNS_ERROR_BAD_KEYMASTER","features":[305]},{"name":"DNS_ERROR_BAD_PACKET","features":[305]},{"name":"DNS_ERROR_CANNOT_FIND_ROOT_HINTS","features":[305]},{"name":"DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST","features":[305]},{"name":"DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED","features":[305]},{"name":"DNS_ERROR_CNAME_COLLISION","features":[305]},{"name":"DNS_ERROR_CNAME_LOOP","features":[305]},{"name":"DNS_ERROR_DATABASE_BASE","features":[305]},{"name":"DNS_ERROR_DATAFILE_BASE","features":[305]},{"name":"DNS_ERROR_DATAFILE_OPEN_FAILURE","features":[305]},{"name":"DNS_ERROR_DATAFILE_PARSING","features":[305]},{"name":"DNS_ERROR_DEFAULT_SCOPE","features":[305]},{"name":"DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE","features":[305]},{"name":"DNS_ERROR_DEFAULT_ZONESCOPE","features":[305]},{"name":"DNS_ERROR_DELEGATION_REQUIRED","features":[305]},{"name":"DNS_ERROR_DNAME_COLLISION","features":[305]},{"name":"DNS_ERROR_DNSSEC_BASE","features":[305]},{"name":"DNS_ERROR_DNSSEC_IS_DISABLED","features":[305]},{"name":"DNS_ERROR_DP_ALREADY_ENLISTED","features":[305]},{"name":"DNS_ERROR_DP_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_DP_BASE","features":[305]},{"name":"DNS_ERROR_DP_DOES_NOT_EXIST","features":[305]},{"name":"DNS_ERROR_DP_FSMO_ERROR","features":[305]},{"name":"DNS_ERROR_DP_NOT_AVAILABLE","features":[305]},{"name":"DNS_ERROR_DP_NOT_ENLISTED","features":[305]},{"name":"DNS_ERROR_DS_UNAVAILABLE","features":[305]},{"name":"DNS_ERROR_DS_ZONE_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_DWORD_VALUE_TOO_LARGE","features":[305]},{"name":"DNS_ERROR_DWORD_VALUE_TOO_SMALL","features":[305]},{"name":"DNS_ERROR_FILE_WRITEBACK_FAILED","features":[305]},{"name":"DNS_ERROR_FORWARDER_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_GENERAL_API_BASE","features":[305]},{"name":"DNS_ERROR_INCONSISTENT_ROOT_HINTS","features":[305]},{"name":"DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME","features":[305]},{"name":"DNS_ERROR_INVALID_CLIENT_SUBNET_NAME","features":[305]},{"name":"DNS_ERROR_INVALID_DATA","features":[305]},{"name":"DNS_ERROR_INVALID_DATAFILE_NAME","features":[305]},{"name":"DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET","features":[305]},{"name":"DNS_ERROR_INVALID_IP_ADDRESS","features":[305]},{"name":"DNS_ERROR_INVALID_KEY_SIZE","features":[305]},{"name":"DNS_ERROR_INVALID_NAME","features":[305]},{"name":"DNS_ERROR_INVALID_NAME_CHAR","features":[305]},{"name":"DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT","features":[305]},{"name":"DNS_ERROR_INVALID_POLICY_TABLE","features":[305]},{"name":"DNS_ERROR_INVALID_PROPERTY","features":[305]},{"name":"DNS_ERROR_INVALID_ROLLOVER_PERIOD","features":[305]},{"name":"DNS_ERROR_INVALID_SCOPE_NAME","features":[305]},{"name":"DNS_ERROR_INVALID_SCOPE_OPERATION","features":[305]},{"name":"DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD","features":[305]},{"name":"DNS_ERROR_INVALID_TYPE","features":[305]},{"name":"DNS_ERROR_INVALID_XML","features":[305]},{"name":"DNS_ERROR_INVALID_ZONESCOPE_NAME","features":[305]},{"name":"DNS_ERROR_INVALID_ZONE_OPERATION","features":[305]},{"name":"DNS_ERROR_INVALID_ZONE_TYPE","features":[305]},{"name":"DNS_ERROR_KEYMASTER_REQUIRED","features":[305]},{"name":"DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION","features":[305]},{"name":"DNS_ERROR_KSP_NOT_ACCESSIBLE","features":[305]},{"name":"DNS_ERROR_LOAD_ZONESCOPE_FAILED","features":[305]},{"name":"DNS_ERROR_MASK","features":[305]},{"name":"DNS_ERROR_NAME_DOES_NOT_EXIST","features":[305]},{"name":"DNS_ERROR_NAME_NOT_IN_ZONE","features":[305]},{"name":"DNS_ERROR_NBSTAT_INIT_FAILED","features":[305]},{"name":"DNS_ERROR_NEED_SECONDARY_ADDRESSES","features":[305]},{"name":"DNS_ERROR_NEED_WINS_SERVERS","features":[305]},{"name":"DNS_ERROR_NODE_CREATION_FAILED","features":[305]},{"name":"DNS_ERROR_NODE_IS_CNAME","features":[305]},{"name":"DNS_ERROR_NODE_IS_DNAME","features":[305]},{"name":"DNS_ERROR_NON_RFC_NAME","features":[305]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD","features":[305]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_RODC","features":[305]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER","features":[305]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE","features":[305]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE","features":[305]},{"name":"DNS_ERROR_NOT_ALLOWED_ON_ZSK","features":[305]},{"name":"DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION","features":[305]},{"name":"DNS_ERROR_NOT_ALLOWED_UNDER_DNAME","features":[305]},{"name":"DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES","features":[305]},{"name":"DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS","features":[305]},{"name":"DNS_ERROR_NOT_UNIQUE","features":[305]},{"name":"DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE","features":[305]},{"name":"DNS_ERROR_NO_CREATE_CACHE_DATA","features":[305]},{"name":"DNS_ERROR_NO_DNS_SERVERS","features":[305]},{"name":"DNS_ERROR_NO_MEMORY","features":[305]},{"name":"DNS_ERROR_NO_PACKET","features":[305]},{"name":"DNS_ERROR_NO_TCPIP","features":[305]},{"name":"DNS_ERROR_NO_VALID_TRUST_ANCHORS","features":[305]},{"name":"DNS_ERROR_NO_ZONE_INFO","features":[305]},{"name":"DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1","features":[305]},{"name":"DNS_ERROR_NSEC3_NAME_COLLISION","features":[305]},{"name":"DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1","features":[305]},{"name":"DNS_ERROR_NUMERIC_NAME","features":[305]},{"name":"DNS_ERROR_OPERATION_BASE","features":[305]},{"name":"DNS_ERROR_PACKET_FMT_BASE","features":[305]},{"name":"DNS_ERROR_POLICY_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_POLICY_DOES_NOT_EXIST","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_NAME","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_SETTINGS","features":[305]},{"name":"DNS_ERROR_POLICY_INVALID_WEIGHT","features":[305]},{"name":"DNS_ERROR_POLICY_LOCKED","features":[305]},{"name":"DNS_ERROR_POLICY_MISSING_CRITERIA","features":[305]},{"name":"DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID","features":[305]},{"name":"DNS_ERROR_POLICY_SCOPE_MISSING","features":[305]},{"name":"DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED","features":[305]},{"name":"DNS_ERROR_PRIMARY_REQUIRES_DATAFILE","features":[305]},{"name":"DNS_ERROR_RCODE","features":[305]},{"name":"DNS_ERROR_RCODE_BADKEY","features":[305]},{"name":"DNS_ERROR_RCODE_BADSIG","features":[305]},{"name":"DNS_ERROR_RCODE_BADTIME","features":[305]},{"name":"DNS_ERROR_RCODE_FORMAT_ERROR","features":[305]},{"name":"DNS_ERROR_RCODE_LAST","features":[305]},{"name":"DNS_ERROR_RCODE_NAME_ERROR","features":[305]},{"name":"DNS_ERROR_RCODE_NOTAUTH","features":[305]},{"name":"DNS_ERROR_RCODE_NOTZONE","features":[305]},{"name":"DNS_ERROR_RCODE_NOT_IMPLEMENTED","features":[305]},{"name":"DNS_ERROR_RCODE_NO_ERROR","features":[305]},{"name":"DNS_ERROR_RCODE_NXRRSET","features":[305]},{"name":"DNS_ERROR_RCODE_REFUSED","features":[305]},{"name":"DNS_ERROR_RCODE_SERVER_FAILURE","features":[305]},{"name":"DNS_ERROR_RCODE_YXDOMAIN","features":[305]},{"name":"DNS_ERROR_RCODE_YXRRSET","features":[305]},{"name":"DNS_ERROR_RECORD_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_RECORD_DOES_NOT_EXIST","features":[305]},{"name":"DNS_ERROR_RECORD_FORMAT","features":[305]},{"name":"DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT","features":[305]},{"name":"DNS_ERROR_RECORD_TIMED_OUT","features":[305]},{"name":"DNS_ERROR_RESPONSE_CODES_BASE","features":[305]},{"name":"DNS_ERROR_ROLLOVER_ALREADY_QUEUED","features":[305]},{"name":"DNS_ERROR_ROLLOVER_IN_PROGRESS","features":[305]},{"name":"DNS_ERROR_ROLLOVER_NOT_POKEABLE","features":[305]},{"name":"DNS_ERROR_RRL_INVALID_IPV4_PREFIX","features":[305]},{"name":"DNS_ERROR_RRL_INVALID_IPV6_PREFIX","features":[305]},{"name":"DNS_ERROR_RRL_INVALID_LEAK_RATE","features":[305]},{"name":"DNS_ERROR_RRL_INVALID_TC_RATE","features":[305]},{"name":"DNS_ERROR_RRL_INVALID_WINDOW_SIZE","features":[305]},{"name":"DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE","features":[305]},{"name":"DNS_ERROR_RRL_NOT_ENABLED","features":[305]},{"name":"DNS_ERROR_SCOPE_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_SCOPE_DOES_NOT_EXIST","features":[305]},{"name":"DNS_ERROR_SCOPE_LOCKED","features":[305]},{"name":"DNS_ERROR_SECONDARY_DATA","features":[305]},{"name":"DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP","features":[305]},{"name":"DNS_ERROR_SECURE_BASE","features":[305]},{"name":"DNS_ERROR_SERVERSCOPE_IS_REFERENCED","features":[305]},{"name":"DNS_ERROR_SETUP_BASE","features":[305]},{"name":"DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE","features":[305]},{"name":"DNS_ERROR_SOA_DELETE_INVALID","features":[305]},{"name":"DNS_ERROR_STANDBY_KEY_NOT_PRESENT","features":[305]},{"name":"DNS_ERROR_SUBNET_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_SUBNET_DOES_NOT_EXIST","features":[305]},{"name":"DNS_ERROR_TOO_MANY_SKDS","features":[305]},{"name":"DNS_ERROR_TRY_AGAIN_LATER","features":[305]},{"name":"DNS_ERROR_UNEXPECTED_CNG_ERROR","features":[305]},{"name":"DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR","features":[305]},{"name":"DNS_ERROR_UNKNOWN_RECORD_TYPE","features":[305]},{"name":"DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION","features":[305]},{"name":"DNS_ERROR_UNSECURE_PACKET","features":[305]},{"name":"DNS_ERROR_UNSUPPORTED_ALGORITHM","features":[305]},{"name":"DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST","features":[305]},{"name":"DNS_ERROR_VIRTUALIZATION_TREE_LOCKED","features":[305]},{"name":"DNS_ERROR_WINS_INIT_FAILED","features":[305]},{"name":"DNS_ERROR_ZONESCOPE_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST","features":[305]},{"name":"DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED","features":[305]},{"name":"DNS_ERROR_ZONESCOPE_IS_REFERENCED","features":[305]},{"name":"DNS_ERROR_ZONE_ALREADY_EXISTS","features":[305]},{"name":"DNS_ERROR_ZONE_BASE","features":[305]},{"name":"DNS_ERROR_ZONE_CONFIGURATION_ERROR","features":[305]},{"name":"DNS_ERROR_ZONE_CREATION_FAILED","features":[305]},{"name":"DNS_ERROR_ZONE_DOES_NOT_EXIST","features":[305]},{"name":"DNS_ERROR_ZONE_HAS_NO_NS_RECORDS","features":[305]},{"name":"DNS_ERROR_ZONE_HAS_NO_SOA_RECORD","features":[305]},{"name":"DNS_ERROR_ZONE_IS_SHUTDOWN","features":[305]},{"name":"DNS_ERROR_ZONE_LOCKED","features":[305]},{"name":"DNS_ERROR_ZONE_LOCKED_FOR_SIGNING","features":[305]},{"name":"DNS_ERROR_ZONE_NOT_SECONDARY","features":[305]},{"name":"DNS_ERROR_ZONE_REQUIRES_MASTER_IP","features":[305]},{"name":"DNS_INFO_ADDED_LOCAL_WINS","features":[305]},{"name":"DNS_INFO_AXFR_COMPLETE","features":[305]},{"name":"DNS_INFO_NO_RECORDS","features":[305]},{"name":"DNS_REQUEST_PENDING","features":[305]},{"name":"DNS_STATUS_CONTINUE_NEEDED","features":[305]},{"name":"DNS_STATUS_DOTTED_NAME","features":[305]},{"name":"DNS_STATUS_FQDN","features":[305]},{"name":"DNS_STATUS_SINGLE_PART_NAME","features":[305]},{"name":"DNS_WARNING_DOMAIN_UNDELETED","features":[305]},{"name":"DNS_WARNING_PTR_CREATE_FAILED","features":[305]},{"name":"DRAGDROP_E_ALREADYREGISTERED","features":[305]},{"name":"DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED","features":[305]},{"name":"DRAGDROP_E_FIRST","features":[305]},{"name":"DRAGDROP_E_INVALIDHWND","features":[305]},{"name":"DRAGDROP_E_LAST","features":[305]},{"name":"DRAGDROP_E_NOTREGISTERED","features":[305]},{"name":"DRAGDROP_S_CANCEL","features":[305]},{"name":"DRAGDROP_S_DROP","features":[305]},{"name":"DRAGDROP_S_FIRST","features":[305]},{"name":"DRAGDROP_S_LAST","features":[305]},{"name":"DRAGDROP_S_USEDEFAULTCURSORS","features":[305]},{"name":"DUPLICATE_CLOSE_SOURCE","features":[305]},{"name":"DUPLICATE_HANDLE_OPTIONS","features":[305]},{"name":"DUPLICATE_SAME_ACCESS","features":[305]},{"name":"DV_E_CLIPFORMAT","features":[305]},{"name":"DV_E_DVASPECT","features":[305]},{"name":"DV_E_DVTARGETDEVICE","features":[305]},{"name":"DV_E_DVTARGETDEVICE_SIZE","features":[305]},{"name":"DV_E_FORMATETC","features":[305]},{"name":"DV_E_LINDEX","features":[305]},{"name":"DV_E_NOIVIEWOBJECT","features":[305]},{"name":"DV_E_STATDATA","features":[305]},{"name":"DV_E_STGMEDIUM","features":[305]},{"name":"DV_E_TYMED","features":[305]},{"name":"DWMERR_CATASTROPHIC_FAILURE","features":[305]},{"name":"DWMERR_STATE_TRANSITION_FAILED","features":[305]},{"name":"DWMERR_THEME_FAILED","features":[305]},{"name":"DWM_E_ADAPTER_NOT_FOUND","features":[305]},{"name":"DWM_E_COMPOSITIONDISABLED","features":[305]},{"name":"DWM_E_NOT_QUEUING_PRESENTS","features":[305]},{"name":"DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE","features":[305]},{"name":"DWM_E_REMOTING_NOT_SUPPORTED","features":[305]},{"name":"DWM_E_TEXTURE_TOO_LARGE","features":[305]},{"name":"DWM_S_GDI_REDIRECTION_SURFACE","features":[305]},{"name":"DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI","features":[305]},{"name":"DWRITE_E_ALREADYREGISTERED","features":[305]},{"name":"DWRITE_E_CACHEFORMAT","features":[305]},{"name":"DWRITE_E_CACHEVERSION","features":[305]},{"name":"DWRITE_E_FILEACCESS","features":[305]},{"name":"DWRITE_E_FILEFORMAT","features":[305]},{"name":"DWRITE_E_FILENOTFOUND","features":[305]},{"name":"DWRITE_E_FLOWDIRECTIONCONFLICTS","features":[305]},{"name":"DWRITE_E_FONTCOLLECTIONOBSOLETE","features":[305]},{"name":"DWRITE_E_NOCOLOR","features":[305]},{"name":"DWRITE_E_NOFONT","features":[305]},{"name":"DWRITE_E_TEXTRENDERERINCOMPATIBLE","features":[305]},{"name":"DWRITE_E_UNEXPECTED","features":[305]},{"name":"DWRITE_E_UNSUPPORTEDOPERATION","features":[305]},{"name":"DXCORE_ERROR_EVENT_NOT_UNREGISTERED","features":[305]},{"name":"DXGI_DDI_ERR_NONEXCLUSIVE","features":[305]},{"name":"DXGI_DDI_ERR_UNSUPPORTED","features":[305]},{"name":"DXGI_DDI_ERR_WASSTILLDRAWING","features":[305]},{"name":"DXGI_STATUS_CLIPPED","features":[305]},{"name":"DXGI_STATUS_DDA_WAS_STILL_DRAWING","features":[305]},{"name":"DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[305]},{"name":"DXGI_STATUS_MODE_CHANGED","features":[305]},{"name":"DXGI_STATUS_MODE_CHANGE_IN_PROGRESS","features":[305]},{"name":"DXGI_STATUS_NO_DESKTOP_ACCESS","features":[305]},{"name":"DXGI_STATUS_NO_REDIRECTION","features":[305]},{"name":"DXGI_STATUS_OCCLUDED","features":[305]},{"name":"DXGI_STATUS_PRESENT_REQUIRED","features":[305]},{"name":"DXGI_STATUS_UNOCCLUDED","features":[305]},{"name":"DuplicateHandle","features":[305]},{"name":"EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD","features":[305]},{"name":"EAS_E_ADMINS_HAVE_BLANK_PASSWORD","features":[305]},{"name":"EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD","features":[305]},{"name":"EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD","features":[305]},{"name":"EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD","features":[305]},{"name":"EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD","features":[305]},{"name":"EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS","features":[305]},{"name":"EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER","features":[305]},{"name":"EAS_E_POLICY_COMPLIANT_WITH_ACTIONS","features":[305]},{"name":"EAS_E_POLICY_NOT_MANAGED_BY_OS","features":[305]},{"name":"EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE","features":[305]},{"name":"EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE","features":[305]},{"name":"EAS_E_USER_CANNOT_CHANGE_PASSWORD","features":[305]},{"name":"ENUM_E_FIRST","features":[305]},{"name":"ENUM_E_LAST","features":[305]},{"name":"ENUM_S_FIRST","features":[305]},{"name":"ENUM_S_LAST","features":[305]},{"name":"EPT_NT_CANT_CREATE","features":[305]},{"name":"EPT_NT_CANT_PERFORM_OP","features":[305]},{"name":"EPT_NT_INVALID_ENTRY","features":[305]},{"name":"EPT_NT_NOT_REGISTERED","features":[305]},{"name":"ERROR_ABANDONED_WAIT_0","features":[305]},{"name":"ERROR_ABANDONED_WAIT_63","features":[305]},{"name":"ERROR_ABANDON_HIBERFILE","features":[305]},{"name":"ERROR_ABIOS_ERROR","features":[305]},{"name":"ERROR_ACCESS_AUDIT_BY_POLICY","features":[305]},{"name":"ERROR_ACCESS_DENIED","features":[305]},{"name":"ERROR_ACCESS_DENIED_APPDATA","features":[305]},{"name":"ERROR_ACCESS_DISABLED_BY_POLICY","features":[305]},{"name":"ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY","features":[305]},{"name":"ERROR_ACCESS_DISABLED_WEBBLADE","features":[305]},{"name":"ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER","features":[305]},{"name":"ERROR_ACCOUNT_DISABLED","features":[305]},{"name":"ERROR_ACCOUNT_EXPIRED","features":[305]},{"name":"ERROR_ACCOUNT_LOCKED_OUT","features":[305]},{"name":"ERROR_ACCOUNT_RESTRICTION","features":[305]},{"name":"ERROR_ACPI_ERROR","features":[305]},{"name":"ERROR_ACTIVATION_COUNT_EXCEEDED","features":[305]},{"name":"ERROR_ACTIVE_CONNECTIONS","features":[305]},{"name":"ERROR_ADAP_HDW_ERR","features":[305]},{"name":"ERROR_ADDRESS_ALREADY_ASSOCIATED","features":[305]},{"name":"ERROR_ADDRESS_NOT_ASSOCIATED","features":[305]},{"name":"ERROR_ADVANCED_INSTALLER_FAILED","features":[305]},{"name":"ERROR_ALERTED","features":[305]},{"name":"ERROR_ALIAS_EXISTS","features":[305]},{"name":"ERROR_ALLOCATE_BUCKET","features":[305]},{"name":"ERROR_ALLOTTED_SPACE_EXCEEDED","features":[305]},{"name":"ERROR_ALLOWED_PORT_TYPE_RESTRICTION","features":[305]},{"name":"ERROR_ALL_NODES_NOT_AVAILABLE","features":[305]},{"name":"ERROR_ALL_SIDS_FILTERED","features":[305]},{"name":"ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED","features":[305]},{"name":"ERROR_ALREADY_ASSIGNED","features":[305]},{"name":"ERROR_ALREADY_CONNECTED","features":[305]},{"name":"ERROR_ALREADY_CONNECTING","features":[305]},{"name":"ERROR_ALREADY_EXISTS","features":[305]},{"name":"ERROR_ALREADY_FIBER","features":[305]},{"name":"ERROR_ALREADY_HAS_STREAM_ID","features":[305]},{"name":"ERROR_ALREADY_INITIALIZED","features":[305]},{"name":"ERROR_ALREADY_REGISTERED","features":[305]},{"name":"ERROR_ALREADY_RUNNING_LKG","features":[305]},{"name":"ERROR_ALREADY_THREAD","features":[305]},{"name":"ERROR_ALREADY_WAITING","features":[305]},{"name":"ERROR_ALREADY_WIN32","features":[305]},{"name":"ERROR_AMBIGUOUS_SYSTEM_DEVICE","features":[305]},{"name":"ERROR_API_UNAVAILABLE","features":[305]},{"name":"ERROR_APPCONTAINER_REQUIRED","features":[305]},{"name":"ERROR_APPEXEC_APP_COMPAT_BLOCK","features":[305]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT","features":[305]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING","features":[305]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES","features":[305]},{"name":"ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION","features":[305]},{"name":"ERROR_APPEXEC_CONDITION_NOT_SATISFIED","features":[305]},{"name":"ERROR_APPEXEC_HANDLE_INVALIDATED","features":[305]},{"name":"ERROR_APPEXEC_HOST_ID_MISMATCH","features":[305]},{"name":"ERROR_APPEXEC_INVALID_HOST_GENERATION","features":[305]},{"name":"ERROR_APPEXEC_INVALID_HOST_STATE","features":[305]},{"name":"ERROR_APPEXEC_NO_DONOR","features":[305]},{"name":"ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION","features":[305]},{"name":"ERROR_APPEXEC_UNKNOWN_USER","features":[305]},{"name":"ERROR_APPHELP_BLOCK","features":[305]},{"name":"ERROR_APPINSTALLER_ACTIVATION_BLOCKED","features":[305]},{"name":"ERROR_APPINSTALLER_IS_MANAGED_BY_SYSTEM","features":[305]},{"name":"ERROR_APPINSTALLER_URI_IN_USE","features":[305]},{"name":"ERROR_APPX_FILE_NOT_ENCRYPTED","features":[305]},{"name":"ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN","features":[305]},{"name":"ERROR_APPX_RAW_DATA_WRITE_FAILED","features":[305]},{"name":"ERROR_APP_DATA_CORRUPT","features":[305]},{"name":"ERROR_APP_DATA_EXPIRED","features":[305]},{"name":"ERROR_APP_DATA_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_APP_DATA_NOT_FOUND","features":[305]},{"name":"ERROR_APP_DATA_REBOOT_REQUIRED","features":[305]},{"name":"ERROR_APP_HANG","features":[305]},{"name":"ERROR_APP_INIT_FAILURE","features":[305]},{"name":"ERROR_APP_WRONG_OS","features":[305]},{"name":"ERROR_ARBITRATION_UNHANDLED","features":[305]},{"name":"ERROR_ARENA_TRASHED","features":[305]},{"name":"ERROR_ARITHMETIC_OVERFLOW","features":[305]},{"name":"ERROR_ASSERTION_FAILURE","features":[305]},{"name":"ERROR_ATOMIC_LOCKS_NOT_SUPPORTED","features":[305]},{"name":"ERROR_ATTRIBUTE_NOT_PRESENT","features":[305]},{"name":"ERROR_AUDITING_DISABLED","features":[305]},{"name":"ERROR_AUDIT_FAILED","features":[305]},{"name":"ERROR_AUTHENTICATION_FIREWALL_FAILED","features":[305]},{"name":"ERROR_AUTHENTICATOR_MISMATCH","features":[305]},{"name":"ERROR_AUTHENTICODE_DISALLOWED","features":[305]},{"name":"ERROR_AUTHENTICODE_PUBLISHER_NOT_TRUSTED","features":[305]},{"name":"ERROR_AUTHENTICODE_TRUSTED_PUBLISHER","features":[305]},{"name":"ERROR_AUTHENTICODE_TRUST_NOT_ESTABLISHED","features":[305]},{"name":"ERROR_AUTHIP_FAILURE","features":[305]},{"name":"ERROR_AUTH_PROTOCOL_REJECTED","features":[305]},{"name":"ERROR_AUTH_PROTOCOL_RESTRICTION","features":[305]},{"name":"ERROR_AUTH_SERVER_TIMEOUT","features":[305]},{"name":"ERROR_AUTODATASEG_EXCEEDS_64k","features":[305]},{"name":"ERROR_BACKUP_CONTROLLER","features":[305]},{"name":"ERROR_BADDB","features":[305]},{"name":"ERROR_BADKEY","features":[305]},{"name":"ERROR_BADSTARTPOSITION","features":[305]},{"name":"ERROR_BAD_ACCESSOR_FLAGS","features":[305]},{"name":"ERROR_BAD_ARGUMENTS","features":[305]},{"name":"ERROR_BAD_CLUSTERS","features":[305]},{"name":"ERROR_BAD_COMMAND","features":[305]},{"name":"ERROR_BAD_COMPRESSION_BUFFER","features":[305]},{"name":"ERROR_BAD_CONFIGURATION","features":[305]},{"name":"ERROR_BAD_CURRENT_DIRECTORY","features":[305]},{"name":"ERROR_BAD_DESCRIPTOR_FORMAT","features":[305]},{"name":"ERROR_BAD_DEVICE","features":[305]},{"name":"ERROR_BAD_DEVICE_PATH","features":[305]},{"name":"ERROR_BAD_DEV_TYPE","features":[305]},{"name":"ERROR_BAD_DLL_ENTRYPOINT","features":[305]},{"name":"ERROR_BAD_DRIVER","features":[305]},{"name":"ERROR_BAD_DRIVER_LEVEL","features":[305]},{"name":"ERROR_BAD_ENVIRONMENT","features":[305]},{"name":"ERROR_BAD_EXE_FORMAT","features":[305]},{"name":"ERROR_BAD_FILE_TYPE","features":[305]},{"name":"ERROR_BAD_FORMAT","features":[305]},{"name":"ERROR_BAD_FUNCTION_TABLE","features":[305]},{"name":"ERROR_BAD_IMPERSONATION_LEVEL","features":[305]},{"name":"ERROR_BAD_INHERITANCE_ACL","features":[305]},{"name":"ERROR_BAD_INTERFACE_INSTALLSECT","features":[305]},{"name":"ERROR_BAD_LENGTH","features":[305]},{"name":"ERROR_BAD_LOGON_SESSION_STATE","features":[305]},{"name":"ERROR_BAD_MCFG_TABLE","features":[305]},{"name":"ERROR_BAD_NETPATH","features":[305]},{"name":"ERROR_BAD_NET_NAME","features":[305]},{"name":"ERROR_BAD_NET_RESP","features":[305]},{"name":"ERROR_BAD_PATHNAME","features":[305]},{"name":"ERROR_BAD_PIPE","features":[305]},{"name":"ERROR_BAD_PROFILE","features":[305]},{"name":"ERROR_BAD_PROVIDER","features":[305]},{"name":"ERROR_BAD_QUERY_SYNTAX","features":[305]},{"name":"ERROR_BAD_RECOVERY_POLICY","features":[305]},{"name":"ERROR_BAD_REM_ADAP","features":[305]},{"name":"ERROR_BAD_SECTION_NAME_LINE","features":[305]},{"name":"ERROR_BAD_SERVICE_ENTRYPOINT","features":[305]},{"name":"ERROR_BAD_SERVICE_INSTALLSECT","features":[305]},{"name":"ERROR_BAD_STACK","features":[305]},{"name":"ERROR_BAD_THREADID_ADDR","features":[305]},{"name":"ERROR_BAD_TOKEN_TYPE","features":[305]},{"name":"ERROR_BAD_UNIT","features":[305]},{"name":"ERROR_BAD_USERNAME","features":[305]},{"name":"ERROR_BAD_USER_PROFILE","features":[305]},{"name":"ERROR_BAD_VALIDATION_CLASS","features":[305]},{"name":"ERROR_BAP_DISCONNECTED","features":[305]},{"name":"ERROR_BAP_REQUIRED","features":[305]},{"name":"ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED","features":[305]},{"name":"ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED","features":[305]},{"name":"ERROR_BCD_TOO_MANY_ELEMENTS","features":[305]},{"name":"ERROR_BEGINNING_OF_MEDIA","features":[305]},{"name":"ERROR_BEYOND_VDL","features":[305]},{"name":"ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT","features":[305]},{"name":"ERROR_BIZRULES_NOT_ENABLED","features":[305]},{"name":"ERROR_BLOCKED_BY_PARENTAL_CONTROLS","features":[305]},{"name":"ERROR_BLOCK_SHARED","features":[305]},{"name":"ERROR_BLOCK_SOURCE_WEAK_REFERENCE_INVALID","features":[305]},{"name":"ERROR_BLOCK_TARGET_WEAK_REFERENCE_INVALID","features":[305]},{"name":"ERROR_BLOCK_TOO_MANY_REFERENCES","features":[305]},{"name":"ERROR_BLOCK_WEAK_REFERENCE_INVALID","features":[305]},{"name":"ERROR_BOOT_ALREADY_ACCEPTED","features":[305]},{"name":"ERROR_BROKEN_PIPE","features":[305]},{"name":"ERROR_BUFFER_ALL_ZEROS","features":[305]},{"name":"ERROR_BUFFER_OVERFLOW","features":[305]},{"name":"ERROR_BUSY","features":[305]},{"name":"ERROR_BUSY_DRIVE","features":[305]},{"name":"ERROR_BUS_RESET","features":[305]},{"name":"ERROR_BYPASSIO_FLT_NOT_SUPPORTED","features":[305]},{"name":"ERROR_CACHE_PAGE_LOCKED","features":[305]},{"name":"ERROR_CALLBACK_INVOKE_INLINE","features":[305]},{"name":"ERROR_CALLBACK_POP_STACK","features":[305]},{"name":"ERROR_CALLBACK_SUPPLIED_INVALID_DATA","features":[305]},{"name":"ERROR_CALL_NOT_IMPLEMENTED","features":[305]},{"name":"ERROR_CANCELLED","features":[305]},{"name":"ERROR_CANCEL_VIOLATION","features":[305]},{"name":"ERROR_CANNOT_ABORT_TRANSACTIONS","features":[305]},{"name":"ERROR_CANNOT_ACCEPT_TRANSACTED_WORK","features":[305]},{"name":"ERROR_CANNOT_BREAK_OPLOCK","features":[305]},{"name":"ERROR_CANNOT_COPY","features":[305]},{"name":"ERROR_CANNOT_DETECT_DRIVER_FAILURE","features":[305]},{"name":"ERROR_CANNOT_DETECT_PROCESS_ABORT","features":[305]},{"name":"ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION","features":[305]},{"name":"ERROR_CANNOT_FIND_WND_CLASS","features":[305]},{"name":"ERROR_CANNOT_GRANT_REQUESTED_OPLOCK","features":[305]},{"name":"ERROR_CANNOT_IMPERSONATE","features":[305]},{"name":"ERROR_CANNOT_LOAD_REGISTRY_FILE","features":[305]},{"name":"ERROR_CANNOT_MAKE","features":[305]},{"name":"ERROR_CANNOT_OPEN_PROFILE","features":[305]},{"name":"ERROR_CANNOT_SWITCH_RUNLEVEL","features":[305]},{"name":"ERROR_CANTFETCHBACKWARDS","features":[305]},{"name":"ERROR_CANTOPEN","features":[305]},{"name":"ERROR_CANTREAD","features":[305]},{"name":"ERROR_CANTSCROLLBACKWARDS","features":[305]},{"name":"ERROR_CANTWRITE","features":[305]},{"name":"ERROR_CANT_ACCESS_DOMAIN_INFO","features":[305]},{"name":"ERROR_CANT_ACCESS_FILE","features":[305]},{"name":"ERROR_CANT_ATTACH_TO_DEV_VOLUME","features":[305]},{"name":"ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY","features":[305]},{"name":"ERROR_CANT_CLEAR_ENCRYPTION_FLAG","features":[305]},{"name":"ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS","features":[305]},{"name":"ERROR_CANT_CROSS_RM_BOUNDARY","features":[305]},{"name":"ERROR_CANT_DELETE_LAST_ITEM","features":[305]},{"name":"ERROR_CANT_DISABLE_MANDATORY","features":[305]},{"name":"ERROR_CANT_ENABLE_DENY_ONLY","features":[305]},{"name":"ERROR_CANT_EVICT_ACTIVE_NODE","features":[305]},{"name":"ERROR_CANT_LOAD_CLASS_ICON","features":[305]},{"name":"ERROR_CANT_OPEN_ANONYMOUS","features":[305]},{"name":"ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT","features":[305]},{"name":"ERROR_CANT_RECOVER_WITH_HANDLE_OPEN","features":[305]},{"name":"ERROR_CANT_REMOVE_DEVINST","features":[305]},{"name":"ERROR_CANT_RESOLVE_FILENAME","features":[305]},{"name":"ERROR_CANT_TERMINATE_SELF","features":[305]},{"name":"ERROR_CANT_WAIT","features":[305]},{"name":"ERROR_CAN_NOT_COMPLETE","features":[305]},{"name":"ERROR_CAN_NOT_DEL_LOCAL_WINS","features":[305]},{"name":"ERROR_CAPAUTHZ_CHANGE_TYPE","features":[305]},{"name":"ERROR_CAPAUTHZ_DB_CORRUPTED","features":[305]},{"name":"ERROR_CAPAUTHZ_NOT_AUTHORIZED","features":[305]},{"name":"ERROR_CAPAUTHZ_NOT_DEVUNLOCKED","features":[305]},{"name":"ERROR_CAPAUTHZ_NOT_PROVISIONED","features":[305]},{"name":"ERROR_CAPAUTHZ_NO_POLICY","features":[305]},{"name":"ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED","features":[305]},{"name":"ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG","features":[305]},{"name":"ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY","features":[305]},{"name":"ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH","features":[305]},{"name":"ERROR_CAPAUTHZ_SCCD_PARSE_ERROR","features":[305]},{"name":"ERROR_CARDBUS_NOT_SUPPORTED","features":[305]},{"name":"ERROR_CASE_DIFFERING_NAMES_IN_DIR","features":[305]},{"name":"ERROR_CASE_SENSITIVE_PATH","features":[305]},{"name":"ERROR_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT","features":[305]},{"name":"ERROR_CHECKING_FILE_SYSTEM","features":[305]},{"name":"ERROR_CHECKOUT_REQUIRED","features":[305]},{"name":"ERROR_CHILD_MUST_BE_VOLATILE","features":[305]},{"name":"ERROR_CHILD_NOT_COMPLETE","features":[305]},{"name":"ERROR_CHILD_PROCESS_BLOCKED","features":[305]},{"name":"ERROR_CHILD_WINDOW_MENU","features":[305]},{"name":"ERROR_CIMFS_IMAGE_CORRUPT","features":[305]},{"name":"ERROR_CIMFS_IMAGE_VERSION_NOT_SUPPORTED","features":[305]},{"name":"ERROR_CIRCULAR_DEPENDENCY","features":[305]},{"name":"ERROR_CLASSIC_COMPAT_MODE_NOT_ALLOWED","features":[305]},{"name":"ERROR_CLASS_ALREADY_EXISTS","features":[305]},{"name":"ERROR_CLASS_DOES_NOT_EXIST","features":[305]},{"name":"ERROR_CLASS_HAS_WINDOWS","features":[305]},{"name":"ERROR_CLASS_MISMATCH","features":[305]},{"name":"ERROR_CLEANER_CARTRIDGE_INSTALLED","features":[305]},{"name":"ERROR_CLEANER_CARTRIDGE_SPENT","features":[305]},{"name":"ERROR_CLEANER_SLOT_NOT_SET","features":[305]},{"name":"ERROR_CLEANER_SLOT_SET","features":[305]},{"name":"ERROR_CLIENT_INTERFACE_ALREADY_EXISTS","features":[305]},{"name":"ERROR_CLIENT_SERVER_PARAMETERS_INVALID","features":[305]},{"name":"ERROR_CLIPBOARD_NOT_OPEN","features":[305]},{"name":"ERROR_CLIPPING_NOT_SUPPORTED","features":[305]},{"name":"ERROR_CLIP_DEVICE_LICENSE_MISSING","features":[305]},{"name":"ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID","features":[305]},{"name":"ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH","features":[305]},{"name":"ERROR_CLIP_LICENSE_EXPIRED","features":[305]},{"name":"ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE","features":[305]},{"name":"ERROR_CLIP_LICENSE_INVALID_SIGNATURE","features":[305]},{"name":"ERROR_CLIP_LICENSE_NOT_FOUND","features":[305]},{"name":"ERROR_CLIP_LICENSE_NOT_SIGNED","features":[305]},{"name":"ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE","features":[305]},{"name":"ERROR_CLOUD_FILE_ACCESS_DENIED","features":[305]},{"name":"ERROR_CLOUD_FILE_ALREADY_CONNECTED","features":[305]},{"name":"ERROR_CLOUD_FILE_AUTHENTICATION_FAILED","features":[305]},{"name":"ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY","features":[305]},{"name":"ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED","features":[305]},{"name":"ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS","features":[305]},{"name":"ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES","features":[305]},{"name":"ERROR_CLOUD_FILE_INVALID_REQUEST","features":[305]},{"name":"ERROR_CLOUD_FILE_IN_USE","features":[305]},{"name":"ERROR_CLOUD_FILE_METADATA_CORRUPT","features":[305]},{"name":"ERROR_CLOUD_FILE_METADATA_TOO_LARGE","features":[305]},{"name":"ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE","features":[305]},{"name":"ERROR_CLOUD_FILE_NOT_IN_SYNC","features":[305]},{"name":"ERROR_CLOUD_FILE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT","features":[305]},{"name":"ERROR_CLOUD_FILE_PINNED","features":[305]},{"name":"ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH","features":[305]},{"name":"ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE","features":[305]},{"name":"ERROR_CLOUD_FILE_PROPERTY_CORRUPT","features":[305]},{"name":"ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT","features":[305]},{"name":"ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED","features":[305]},{"name":"ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING","features":[305]},{"name":"ERROR_CLOUD_FILE_PROVIDER_TERMINATED","features":[305]},{"name":"ERROR_CLOUD_FILE_READ_ONLY_VOLUME","features":[305]},{"name":"ERROR_CLOUD_FILE_REQUEST_ABORTED","features":[305]},{"name":"ERROR_CLOUD_FILE_REQUEST_CANCELED","features":[305]},{"name":"ERROR_CLOUD_FILE_REQUEST_TIMEOUT","features":[305]},{"name":"ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT","features":[305]},{"name":"ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS","features":[305]},{"name":"ERROR_CLOUD_FILE_UNSUCCESSFUL","features":[305]},{"name":"ERROR_CLOUD_FILE_US_MESSAGE_TIMEOUT","features":[305]},{"name":"ERROR_CLOUD_FILE_VALIDATION_FAILED","features":[305]},{"name":"ERROR_CLUSCFG_ALREADY_COMMITTED","features":[305]},{"name":"ERROR_CLUSCFG_ROLLBACK_FAILED","features":[305]},{"name":"ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT","features":[305]},{"name":"ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND","features":[305]},{"name":"ERROR_CLUSTERLOG_CORRUPT","features":[305]},{"name":"ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE","features":[305]},{"name":"ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE","features":[305]},{"name":"ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE","features":[305]},{"name":"ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE","features":[305]},{"name":"ERROR_CLUSTER_AFFINITY_CONFLICT","features":[305]},{"name":"ERROR_CLUSTER_BACKUP_IN_PROGRESS","features":[305]},{"name":"ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES","features":[305]},{"name":"ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME","features":[305]},{"name":"ERROR_CLUSTER_CANT_DESERIALIZE_DATA","features":[305]},{"name":"ERROR_CLUSTER_CSV_INVALID_HANDLE","features":[305]},{"name":"ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT","features":[305]},{"name":"ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR","features":[305]},{"name":"ERROR_CLUSTER_DATABASE_SEQMISMATCH","features":[305]},{"name":"ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS","features":[305]},{"name":"ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS","features":[305]},{"name":"ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED","features":[305]},{"name":"ERROR_CLUSTER_DISK_NOT_CONNECTED","features":[305]},{"name":"ERROR_CLUSTER_EVICT_INVALID_REQUEST","features":[305]},{"name":"ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP","features":[305]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION","features":[305]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY","features":[305]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND","features":[305]},{"name":"ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS","features":[305]},{"name":"ERROR_CLUSTER_GROUP_BUSY","features":[305]},{"name":"ERROR_CLUSTER_GROUP_MOVING","features":[305]},{"name":"ERROR_CLUSTER_GROUP_QUEUED","features":[305]},{"name":"ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE","features":[305]},{"name":"ERROR_CLUSTER_GUM_NOT_LOCKER","features":[305]},{"name":"ERROR_CLUSTER_INCOMPATIBLE_VERSIONS","features":[305]},{"name":"ERROR_CLUSTER_INSTANCE_ID_MISMATCH","features":[305]},{"name":"ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION","features":[305]},{"name":"ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME","features":[305]},{"name":"ERROR_CLUSTER_INVALID_IPV6_NETWORK","features":[305]},{"name":"ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK","features":[305]},{"name":"ERROR_CLUSTER_INVALID_NETWORK","features":[305]},{"name":"ERROR_CLUSTER_INVALID_NETWORK_PROVIDER","features":[305]},{"name":"ERROR_CLUSTER_INVALID_NODE","features":[305]},{"name":"ERROR_CLUSTER_INVALID_NODE_WEIGHT","features":[305]},{"name":"ERROR_CLUSTER_INVALID_REQUEST","features":[305]},{"name":"ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR","features":[305]},{"name":"ERROR_CLUSTER_INVALID_STRING_FORMAT","features":[305]},{"name":"ERROR_CLUSTER_INVALID_STRING_TERMINATION","features":[305]},{"name":"ERROR_CLUSTER_IPADDR_IN_USE","features":[305]},{"name":"ERROR_CLUSTER_JOIN_ABORTED","features":[305]},{"name":"ERROR_CLUSTER_JOIN_IN_PROGRESS","features":[305]},{"name":"ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS","features":[305]},{"name":"ERROR_CLUSTER_LAST_INTERNAL_NETWORK","features":[305]},{"name":"ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND","features":[305]},{"name":"ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED","features":[305]},{"name":"ERROR_CLUSTER_MAX_NODES_IN_CLUSTER","features":[305]},{"name":"ERROR_CLUSTER_MEMBERSHIP_HALT","features":[305]},{"name":"ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE","features":[305]},{"name":"ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME","features":[305]},{"name":"ERROR_CLUSTER_NETINTERFACE_EXISTS","features":[305]},{"name":"ERROR_CLUSTER_NETINTERFACE_NOT_FOUND","features":[305]},{"name":"ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE","features":[305]},{"name":"ERROR_CLUSTER_NETWORK_ALREADY_ONLINE","features":[305]},{"name":"ERROR_CLUSTER_NETWORK_EXISTS","features":[305]},{"name":"ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS","features":[305]},{"name":"ERROR_CLUSTER_NETWORK_NOT_FOUND","features":[305]},{"name":"ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP","features":[305]},{"name":"ERROR_CLUSTER_NETWORK_NOT_INTERNAL","features":[305]},{"name":"ERROR_CLUSTER_NODE_ALREADY_DOWN","features":[305]},{"name":"ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT","features":[305]},{"name":"ERROR_CLUSTER_NODE_ALREADY_MEMBER","features":[305]},{"name":"ERROR_CLUSTER_NODE_ALREADY_UP","features":[305]},{"name":"ERROR_CLUSTER_NODE_DOWN","features":[305]},{"name":"ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS","features":[305]},{"name":"ERROR_CLUSTER_NODE_EXISTS","features":[305]},{"name":"ERROR_CLUSTER_NODE_IN_GRACE_PERIOD","features":[305]},{"name":"ERROR_CLUSTER_NODE_ISOLATED","features":[305]},{"name":"ERROR_CLUSTER_NODE_NOT_FOUND","features":[305]},{"name":"ERROR_CLUSTER_NODE_NOT_MEMBER","features":[305]},{"name":"ERROR_CLUSTER_NODE_NOT_PAUSED","features":[305]},{"name":"ERROR_CLUSTER_NODE_NOT_READY","features":[305]},{"name":"ERROR_CLUSTER_NODE_PAUSED","features":[305]},{"name":"ERROR_CLUSTER_NODE_QUARANTINED","features":[305]},{"name":"ERROR_CLUSTER_NODE_SHUTTING_DOWN","features":[305]},{"name":"ERROR_CLUSTER_NODE_UNREACHABLE","features":[305]},{"name":"ERROR_CLUSTER_NODE_UP","features":[305]},{"name":"ERROR_CLUSTER_NOT_INSTALLED","features":[305]},{"name":"ERROR_CLUSTER_NOT_SHARED_VOLUME","features":[305]},{"name":"ERROR_CLUSTER_NO_NET_ADAPTERS","features":[305]},{"name":"ERROR_CLUSTER_NO_QUORUM","features":[305]},{"name":"ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED","features":[305]},{"name":"ERROR_CLUSTER_NO_SECURITY_CONTEXT","features":[305]},{"name":"ERROR_CLUSTER_NULL_DATA","features":[305]},{"name":"ERROR_CLUSTER_OBJECT_ALREADY_USED","features":[305]},{"name":"ERROR_CLUSTER_OBJECT_IS_CLUSTER_SET_VM","features":[305]},{"name":"ERROR_CLUSTER_OLD_VERSION","features":[305]},{"name":"ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST","features":[305]},{"name":"ERROR_CLUSTER_PARAMETER_MISMATCH","features":[305]},{"name":"ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS","features":[305]},{"name":"ERROR_CLUSTER_PARTIAL_READ","features":[305]},{"name":"ERROR_CLUSTER_PARTIAL_SEND","features":[305]},{"name":"ERROR_CLUSTER_PARTIAL_WRITE","features":[305]},{"name":"ERROR_CLUSTER_POISONED","features":[305]},{"name":"ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH","features":[305]},{"name":"ERROR_CLUSTER_QUORUMLOG_NOT_FOUND","features":[305]},{"name":"ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION","features":[305]},{"name":"ERROR_CLUSTER_RESNAME_NOT_FOUND","features":[305]},{"name":"ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_IS_REPLICATED","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_LOCKED_STATUS","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_NOT_MONITORED","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_TYPE_BUSY","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_CALL","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION","features":[305]},{"name":"ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE","features":[305]},{"name":"ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_CLUSTER_RHS_FAILED_INITIALIZATION","features":[305]},{"name":"ERROR_CLUSTER_SHARED_VOLUMES_IN_USE","features":[305]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED","features":[305]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED","features":[305]},{"name":"ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED","features":[305]},{"name":"ERROR_CLUSTER_SHUTTING_DOWN","features":[305]},{"name":"ERROR_CLUSTER_SINGLETON_RESOURCE","features":[305]},{"name":"ERROR_CLUSTER_SPACE_DEGRADED","features":[305]},{"name":"ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED","features":[305]},{"name":"ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED","features":[305]},{"name":"ERROR_CLUSTER_TOO_MANY_NODES","features":[305]},{"name":"ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED","features":[305]},{"name":"ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS","features":[305]},{"name":"ERROR_CLUSTER_UPGRADE_INCOMPLETE","features":[305]},{"name":"ERROR_CLUSTER_UPGRADE_IN_PROGRESS","features":[305]},{"name":"ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED","features":[305]},{"name":"ERROR_CLUSTER_USE_SHARED_VOLUMES_API","features":[305]},{"name":"ERROR_CLUSTER_WATCHDOG_TERMINATING","features":[305]},{"name":"ERROR_CLUSTER_WRONG_OS_VERSION","features":[305]},{"name":"ERROR_COLORSPACE_MISMATCH","features":[305]},{"name":"ERROR_COMMITMENT_LIMIT","features":[305]},{"name":"ERROR_COMMITMENT_MINIMUM","features":[305]},{"name":"ERROR_COMPRESSED_FILE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_COMPRESSION_DISABLED","features":[305]},{"name":"ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","features":[305]},{"name":"ERROR_COMPRESSION_NOT_BENEFICIAL","features":[305]},{"name":"ERROR_COM_TASK_STOP_PENDING","features":[305]},{"name":"ERROR_CONNECTED_OTHER_PASSWORD","features":[305]},{"name":"ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT","features":[305]},{"name":"ERROR_CONNECTION_ABORTED","features":[305]},{"name":"ERROR_CONNECTION_ACTIVE","features":[305]},{"name":"ERROR_CONNECTION_COUNT_LIMIT","features":[305]},{"name":"ERROR_CONNECTION_INVALID","features":[305]},{"name":"ERROR_CONNECTION_REFUSED","features":[305]},{"name":"ERROR_CONNECTION_UNAVAIL","features":[305]},{"name":"ERROR_CONTAINER_ASSIGNED","features":[305]},{"name":"ERROR_CONTENT_BLOCKED","features":[305]},{"name":"ERROR_CONTEXT_EXPIRED","features":[305]},{"name":"ERROR_CONTINUE","features":[305]},{"name":"ERROR_CONTROLLING_IEPORT","features":[305]},{"name":"ERROR_CONTROL_C_EXIT","features":[305]},{"name":"ERROR_CONTROL_ID_NOT_FOUND","features":[305]},{"name":"ERROR_CONVERT_TO_LARGE","features":[305]},{"name":"ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND","features":[305]},{"name":"ERROR_CORE_RESOURCE","features":[305]},{"name":"ERROR_CORRUPT_LOG_CLEARED","features":[305]},{"name":"ERROR_CORRUPT_LOG_CORRUPTED","features":[305]},{"name":"ERROR_CORRUPT_LOG_DELETED_FULL","features":[305]},{"name":"ERROR_CORRUPT_LOG_OVERFULL","features":[305]},{"name":"ERROR_CORRUPT_LOG_UNAVAILABLE","features":[305]},{"name":"ERROR_CORRUPT_SYSTEM_FILE","features":[305]},{"name":"ERROR_COULD_NOT_INTERPRET","features":[305]},{"name":"ERROR_COULD_NOT_RESIZE_LOG","features":[305]},{"name":"ERROR_COUNTER_TIMEOUT","features":[305]},{"name":"ERROR_CPU_SET_INVALID","features":[305]},{"name":"ERROR_CRASH_DUMP","features":[305]},{"name":"ERROR_CRC","features":[305]},{"name":"ERROR_CREATE_FAILED","features":[305]},{"name":"ERROR_CRED_REQUIRES_CONFIRMATION","features":[305]},{"name":"ERROR_CRM_PROTOCOL_ALREADY_EXISTS","features":[305]},{"name":"ERROR_CRM_PROTOCOL_NOT_FOUND","features":[305]},{"name":"ERROR_CROSS_PARTITION_VIOLATION","features":[305]},{"name":"ERROR_CSCSHARE_OFFLINE","features":[305]},{"name":"ERROR_CSV_VOLUME_NOT_LOCAL","features":[305]},{"name":"ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE","features":[305]},{"name":"ERROR_CS_ENCRYPTION_FILE_NOT_CSE","features":[305]},{"name":"ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE","features":[305]},{"name":"ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE","features":[305]},{"name":"ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER","features":[305]},{"name":"ERROR_CTLOG_INCONSISTENT_TRACKING_FILE","features":[305]},{"name":"ERROR_CTLOG_INVALID_TRACKING_STATE","features":[305]},{"name":"ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE","features":[305]},{"name":"ERROR_CTLOG_TRACKING_NOT_INITIALIZED","features":[305]},{"name":"ERROR_CTLOG_VHD_CHANGED_OFFLINE","features":[305]},{"name":"ERROR_CTX_ACCOUNT_RESTRICTION","features":[305]},{"name":"ERROR_CTX_BAD_VIDEO_MODE","features":[305]},{"name":"ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY","features":[305]},{"name":"ERROR_CTX_CDM_CONNECT","features":[305]},{"name":"ERROR_CTX_CDM_DISCONNECT","features":[305]},{"name":"ERROR_CTX_CLIENT_LICENSE_IN_USE","features":[305]},{"name":"ERROR_CTX_CLIENT_LICENSE_NOT_SET","features":[305]},{"name":"ERROR_CTX_CLIENT_QUERY_TIMEOUT","features":[305]},{"name":"ERROR_CTX_CLOSE_PENDING","features":[305]},{"name":"ERROR_CTX_CONSOLE_CONNECT","features":[305]},{"name":"ERROR_CTX_CONSOLE_DISCONNECT","features":[305]},{"name":"ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED","features":[305]},{"name":"ERROR_CTX_GRAPHICS_INVALID","features":[305]},{"name":"ERROR_CTX_INVALID_MODEMNAME","features":[305]},{"name":"ERROR_CTX_INVALID_PD","features":[305]},{"name":"ERROR_CTX_INVALID_WD","features":[305]},{"name":"ERROR_CTX_LICENSE_CLIENT_INVALID","features":[305]},{"name":"ERROR_CTX_LICENSE_EXPIRED","features":[305]},{"name":"ERROR_CTX_LICENSE_NOT_AVAILABLE","features":[305]},{"name":"ERROR_CTX_LOGON_DISABLED","features":[305]},{"name":"ERROR_CTX_MODEM_INF_NOT_FOUND","features":[305]},{"name":"ERROR_CTX_MODEM_RESPONSE_BUSY","features":[305]},{"name":"ERROR_CTX_MODEM_RESPONSE_ERROR","features":[305]},{"name":"ERROR_CTX_MODEM_RESPONSE_NO_CARRIER","features":[305]},{"name":"ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE","features":[305]},{"name":"ERROR_CTX_MODEM_RESPONSE_TIMEOUT","features":[305]},{"name":"ERROR_CTX_MODEM_RESPONSE_VOICE","features":[305]},{"name":"ERROR_CTX_NOT_CONSOLE","features":[305]},{"name":"ERROR_CTX_NO_FORCE_LOGOFF","features":[305]},{"name":"ERROR_CTX_NO_OUTBUF","features":[305]},{"name":"ERROR_CTX_PD_NOT_FOUND","features":[305]},{"name":"ERROR_CTX_SECURITY_LAYER_ERROR","features":[305]},{"name":"ERROR_CTX_SERVICE_NAME_COLLISION","features":[305]},{"name":"ERROR_CTX_SESSION_IN_USE","features":[305]},{"name":"ERROR_CTX_SHADOW_DENIED","features":[305]},{"name":"ERROR_CTX_SHADOW_DISABLED","features":[305]},{"name":"ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE","features":[305]},{"name":"ERROR_CTX_SHADOW_INVALID","features":[305]},{"name":"ERROR_CTX_SHADOW_NOT_RUNNING","features":[305]},{"name":"ERROR_CTX_TD_ERROR","features":[305]},{"name":"ERROR_CTX_WD_NOT_FOUND","features":[305]},{"name":"ERROR_CTX_WINSTATIONS_DISABLED","features":[305]},{"name":"ERROR_CTX_WINSTATION_ACCESS_DENIED","features":[305]},{"name":"ERROR_CTX_WINSTATION_ALREADY_EXISTS","features":[305]},{"name":"ERROR_CTX_WINSTATION_BUSY","features":[305]},{"name":"ERROR_CTX_WINSTATION_NAME_INVALID","features":[305]},{"name":"ERROR_CTX_WINSTATION_NOT_FOUND","features":[305]},{"name":"ERROR_CURRENT_DIRECTORY","features":[305]},{"name":"ERROR_CURRENT_DOMAIN_NOT_ALLOWED","features":[305]},{"name":"ERROR_CURRENT_TRANSACTION_NOT_VALID","features":[305]},{"name":"ERROR_DATABASE_BACKUP_CORRUPT","features":[305]},{"name":"ERROR_DATABASE_DOES_NOT_EXIST","features":[305]},{"name":"ERROR_DATABASE_FAILURE","features":[305]},{"name":"ERROR_DATABASE_FULL","features":[305]},{"name":"ERROR_DATATYPE_MISMATCH","features":[305]},{"name":"ERROR_DATA_CHECKSUM_ERROR","features":[305]},{"name":"ERROR_DATA_LOST_REPAIR","features":[305]},{"name":"ERROR_DATA_NOT_ACCEPTED","features":[305]},{"name":"ERROR_DAX_MAPPING_EXISTS","features":[305]},{"name":"ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN","features":[305]},{"name":"ERROR_DBG_COMMAND_EXCEPTION","features":[305]},{"name":"ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN","features":[305]},{"name":"ERROR_DBG_CONTINUE","features":[305]},{"name":"ERROR_DBG_CONTROL_BREAK","features":[305]},{"name":"ERROR_DBG_CONTROL_C","features":[305]},{"name":"ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN","features":[305]},{"name":"ERROR_DBG_EXCEPTION_HANDLED","features":[305]},{"name":"ERROR_DBG_EXCEPTION_NOT_HANDLED","features":[305]},{"name":"ERROR_DBG_PRINTEXCEPTION_C","features":[305]},{"name":"ERROR_DBG_REPLY_LATER","features":[305]},{"name":"ERROR_DBG_RIPEXCEPTION","features":[305]},{"name":"ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN","features":[305]},{"name":"ERROR_DBG_TERMINATE_PROCESS","features":[305]},{"name":"ERROR_DBG_TERMINATE_THREAD","features":[305]},{"name":"ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE","features":[305]},{"name":"ERROR_DC_NOT_FOUND","features":[305]},{"name":"ERROR_DDE_FAIL","features":[305]},{"name":"ERROR_DDM_NOT_RUNNING","features":[305]},{"name":"ERROR_DEBUGGER_INACTIVE","features":[305]},{"name":"ERROR_DEBUG_ATTACH_FAILED","features":[305]},{"name":"ERROR_DECRYPTION_FAILED","features":[305]},{"name":"ERROR_DELAY_LOAD_FAILED","features":[305]},{"name":"ERROR_DELETE_PENDING","features":[305]},{"name":"ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED","features":[305]},{"name":"ERROR_DELETING_ICM_XFORM","features":[305]},{"name":"ERROR_DEPENDENCY_ALREADY_EXISTS","features":[305]},{"name":"ERROR_DEPENDENCY_NOT_ALLOWED","features":[305]},{"name":"ERROR_DEPENDENCY_NOT_FOUND","features":[305]},{"name":"ERROR_DEPENDENCY_TREE_TOO_COMPLEX","features":[305]},{"name":"ERROR_DEPENDENT_RESOURCE_EXISTS","features":[305]},{"name":"ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT","features":[305]},{"name":"ERROR_DEPENDENT_SERVICES_RUNNING","features":[305]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_POLICY","features":[305]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY","features":[305]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF","features":[305]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE","features":[305]},{"name":"ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE","features":[305]},{"name":"ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY","features":[305]},{"name":"ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED","features":[305]},{"name":"ERROR_DESTINATION_ELEMENT_FULL","features":[305]},{"name":"ERROR_DESTROY_OBJECT_OF_OTHER_THREAD","features":[305]},{"name":"ERROR_DEVICE_ALREADY_ATTACHED","features":[305]},{"name":"ERROR_DEVICE_ALREADY_REMEMBERED","features":[305]},{"name":"ERROR_DEVICE_DOOR_OPEN","features":[305]},{"name":"ERROR_DEVICE_ENUMERATION_ERROR","features":[305]},{"name":"ERROR_DEVICE_FEATURE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_DEVICE_HARDWARE_ERROR","features":[305]},{"name":"ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL","features":[305]},{"name":"ERROR_DEVICE_INSTALLER_NOT_READY","features":[305]},{"name":"ERROR_DEVICE_INSTALL_BLOCKED","features":[305]},{"name":"ERROR_DEVICE_INTERFACE_ACTIVE","features":[305]},{"name":"ERROR_DEVICE_INTERFACE_REMOVED","features":[305]},{"name":"ERROR_DEVICE_IN_MAINTENANCE","features":[305]},{"name":"ERROR_DEVICE_IN_USE","features":[305]},{"name":"ERROR_DEVICE_NOT_AVAILABLE","features":[305]},{"name":"ERROR_DEVICE_NOT_CONNECTED","features":[305]},{"name":"ERROR_DEVICE_NOT_PARTITIONED","features":[305]},{"name":"ERROR_DEVICE_NO_RESOURCES","features":[305]},{"name":"ERROR_DEVICE_REINITIALIZATION_NEEDED","features":[305]},{"name":"ERROR_DEVICE_REMOVED","features":[305]},{"name":"ERROR_DEVICE_REQUIRES_CLEANING","features":[305]},{"name":"ERROR_DEVICE_RESET_REQUIRED","features":[305]},{"name":"ERROR_DEVICE_SUPPORT_IN_PROGRESS","features":[305]},{"name":"ERROR_DEVICE_UNREACHABLE","features":[305]},{"name":"ERROR_DEVINFO_DATA_LOCKED","features":[305]},{"name":"ERROR_DEVINFO_LIST_LOCKED","features":[305]},{"name":"ERROR_DEVINFO_NOT_REGISTERED","features":[305]},{"name":"ERROR_DEVINSTALL_QUEUE_NONNATIVE","features":[305]},{"name":"ERROR_DEVINST_ALREADY_EXISTS","features":[305]},{"name":"ERROR_DEV_NOT_EXIST","features":[305]},{"name":"ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_DHCP_ADDRESS_CONFLICT","features":[305]},{"name":"ERROR_DIALIN_HOURS_RESTRICTION","features":[305]},{"name":"ERROR_DIALOUT_HOURS_RESTRICTION","features":[305]},{"name":"ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST","features":[305]},{"name":"ERROR_DIFFERENT_SERVICE_ACCOUNT","features":[305]},{"name":"ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED","features":[305]},{"name":"ERROR_DIF_BINDING_API_NOT_FOUND","features":[305]},{"name":"ERROR_DIF_IOCALLBACK_NOT_REPLACED","features":[305]},{"name":"ERROR_DIF_LIVEDUMP_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_DIF_VOLATILE_DRIVER_HOTPATCHED","features":[305]},{"name":"ERROR_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING","features":[305]},{"name":"ERROR_DIF_VOLATILE_INVALID_INFO","features":[305]},{"name":"ERROR_DIF_VOLATILE_NOT_ALLOWED","features":[305]},{"name":"ERROR_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED","features":[305]},{"name":"ERROR_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING","features":[305]},{"name":"ERROR_DIF_VOLATILE_SECTION_NOT_LOCKED","features":[305]},{"name":"ERROR_DIRECTORY","features":[305]},{"name":"ERROR_DIRECTORY_NOT_RM","features":[305]},{"name":"ERROR_DIRECTORY_NOT_SUPPORTED","features":[305]},{"name":"ERROR_DIRECT_ACCESS_HANDLE","features":[305]},{"name":"ERROR_DIR_EFS_DISALLOWED","features":[305]},{"name":"ERROR_DIR_NOT_EMPTY","features":[305]},{"name":"ERROR_DIR_NOT_ROOT","features":[305]},{"name":"ERROR_DISCARDED","features":[305]},{"name":"ERROR_DISK_CHANGE","features":[305]},{"name":"ERROR_DISK_CORRUPT","features":[305]},{"name":"ERROR_DISK_FULL","features":[305]},{"name":"ERROR_DISK_NOT_CSV_CAPABLE","features":[305]},{"name":"ERROR_DISK_OPERATION_FAILED","features":[305]},{"name":"ERROR_DISK_QUOTA_EXCEEDED","features":[305]},{"name":"ERROR_DISK_RECALIBRATE_FAILED","features":[305]},{"name":"ERROR_DISK_REPAIR_DISABLED","features":[305]},{"name":"ERROR_DISK_REPAIR_REDIRECTED","features":[305]},{"name":"ERROR_DISK_REPAIR_UNSUCCESSFUL","features":[305]},{"name":"ERROR_DISK_RESET_FAILED","features":[305]},{"name":"ERROR_DISK_RESOURCES_EXHAUSTED","features":[305]},{"name":"ERROR_DISK_TOO_FRAGMENTED","features":[305]},{"name":"ERROR_DI_BAD_PATH","features":[305]},{"name":"ERROR_DI_DONT_INSTALL","features":[305]},{"name":"ERROR_DI_DO_DEFAULT","features":[305]},{"name":"ERROR_DI_FUNCTION_OBSOLETE","features":[305]},{"name":"ERROR_DI_NOFILECOPY","features":[305]},{"name":"ERROR_DI_POSTPROCESSING_REQUIRED","features":[305]},{"name":"ERROR_DLL_INIT_FAILED","features":[305]},{"name":"ERROR_DLL_INIT_FAILED_LOGOFF","features":[305]},{"name":"ERROR_DLL_MIGHT_BE_INCOMPATIBLE","features":[305]},{"name":"ERROR_DLL_MIGHT_BE_INSECURE","features":[305]},{"name":"ERROR_DLL_NOT_FOUND","features":[305]},{"name":"ERROR_DLP_POLICY_DENIES_OPERATION","features":[305]},{"name":"ERROR_DLP_POLICY_SILENTLY_FAIL","features":[305]},{"name":"ERROR_DLP_POLICY_WARNS_AGAINST_OPERATION","features":[305]},{"name":"ERROR_DM_OPERATION_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_DOMAIN_CONTROLLER_EXISTS","features":[305]},{"name":"ERROR_DOMAIN_CONTROLLER_NOT_FOUND","features":[305]},{"name":"ERROR_DOMAIN_CTRLR_CONFIG_ERROR","features":[305]},{"name":"ERROR_DOMAIN_EXISTS","features":[305]},{"name":"ERROR_DOMAIN_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION","features":[305]},{"name":"ERROR_DOMAIN_TRUST_INCONSISTENT","features":[305]},{"name":"ERROR_DOWNGRADE_DETECTED","features":[305]},{"name":"ERROR_DPL_NOT_SUPPORTED_FOR_USER","features":[305]},{"name":"ERROR_DRIVERS_LEAKING_LOCKED_PAGES","features":[305]},{"name":"ERROR_DRIVER_BLOCKED","features":[305]},{"name":"ERROR_DRIVER_CANCEL_TIMEOUT","features":[305]},{"name":"ERROR_DRIVER_DATABASE_ERROR","features":[305]},{"name":"ERROR_DRIVER_FAILED_PRIOR_UNLOAD","features":[305]},{"name":"ERROR_DRIVER_FAILED_SLEEP","features":[305]},{"name":"ERROR_DRIVER_INSTALL_BLOCKED","features":[305]},{"name":"ERROR_DRIVER_NONNATIVE","features":[305]},{"name":"ERROR_DRIVER_PROCESS_TERMINATED","features":[305]},{"name":"ERROR_DRIVER_STORE_ADD_FAILED","features":[305]},{"name":"ERROR_DRIVER_STORE_DELETE_FAILED","features":[305]},{"name":"ERROR_DRIVE_LOCKED","features":[305]},{"name":"ERROR_DRIVE_MEDIA_MISMATCH","features":[305]},{"name":"ERROR_DS_ADD_REPLICA_INHIBITED","features":[305]},{"name":"ERROR_DS_ADMIN_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_DS_AFFECTS_MULTIPLE_DSAS","features":[305]},{"name":"ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER","features":[305]},{"name":"ERROR_DS_ALIASED_OBJ_MISSING","features":[305]},{"name":"ERROR_DS_ALIAS_DEREF_PROBLEM","features":[305]},{"name":"ERROR_DS_ALIAS_POINTS_TO_ALIAS","features":[305]},{"name":"ERROR_DS_ALIAS_PROBLEM","features":[305]},{"name":"ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS","features":[305]},{"name":"ERROR_DS_ATTRIBUTE_OWNED_BY_SAM","features":[305]},{"name":"ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED","features":[305]},{"name":"ERROR_DS_ATT_ALREADY_EXISTS","features":[305]},{"name":"ERROR_DS_ATT_IS_NOT_ON_OBJ","features":[305]},{"name":"ERROR_DS_ATT_NOT_DEF_FOR_CLASS","features":[305]},{"name":"ERROR_DS_ATT_NOT_DEF_IN_SCHEMA","features":[305]},{"name":"ERROR_DS_ATT_SCHEMA_REQ_ID","features":[305]},{"name":"ERROR_DS_ATT_SCHEMA_REQ_SYNTAX","features":[305]},{"name":"ERROR_DS_ATT_VAL_ALREADY_EXISTS","features":[305]},{"name":"ERROR_DS_AUDIT_FAILURE","features":[305]},{"name":"ERROR_DS_AUTHORIZATION_FAILED","features":[305]},{"name":"ERROR_DS_AUTH_METHOD_NOT_SUPPORTED","features":[305]},{"name":"ERROR_DS_AUTH_UNKNOWN","features":[305]},{"name":"ERROR_DS_AUX_CLS_TEST_FAIL","features":[305]},{"name":"ERROR_DS_BACKLINK_WITHOUT_LINK","features":[305]},{"name":"ERROR_DS_BAD_ATT_SCHEMA_SYNTAX","features":[305]},{"name":"ERROR_DS_BAD_HIERARCHY_FILE","features":[305]},{"name":"ERROR_DS_BAD_INSTANCE_TYPE","features":[305]},{"name":"ERROR_DS_BAD_NAME_SYNTAX","features":[305]},{"name":"ERROR_DS_BAD_RDN_ATT_ID_SYNTAX","features":[305]},{"name":"ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED","features":[305]},{"name":"ERROR_DS_BUSY","features":[305]},{"name":"ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD","features":[305]},{"name":"ERROR_DS_CANT_ADD_ATT_VALUES","features":[305]},{"name":"ERROR_DS_CANT_ADD_SYSTEM_ONLY","features":[305]},{"name":"ERROR_DS_CANT_ADD_TO_GC","features":[305]},{"name":"ERROR_DS_CANT_CACHE_ATT","features":[305]},{"name":"ERROR_DS_CANT_CACHE_CLASS","features":[305]},{"name":"ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC","features":[305]},{"name":"ERROR_DS_CANT_CREATE_UNDER_SCHEMA","features":[305]},{"name":"ERROR_DS_CANT_DELETE","features":[305]},{"name":"ERROR_DS_CANT_DELETE_DSA_OBJ","features":[305]},{"name":"ERROR_DS_CANT_DEL_MASTER_CROSSREF","features":[305]},{"name":"ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC","features":[305]},{"name":"ERROR_DS_CANT_DEREF_ALIAS","features":[305]},{"name":"ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN","features":[305]},{"name":"ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF","features":[305]},{"name":"ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN","features":[305]},{"name":"ERROR_DS_CANT_FIND_DSA_OBJ","features":[305]},{"name":"ERROR_DS_CANT_FIND_EXPECTED_NC","features":[305]},{"name":"ERROR_DS_CANT_FIND_NC_IN_CACHE","features":[305]},{"name":"ERROR_DS_CANT_MIX_MASTER_AND_REPS","features":[305]},{"name":"ERROR_DS_CANT_MOD_OBJ_CLASS","features":[305]},{"name":"ERROR_DS_CANT_MOD_PRIMARYGROUPID","features":[305]},{"name":"ERROR_DS_CANT_MOD_SYSTEM_ONLY","features":[305]},{"name":"ERROR_DS_CANT_MOVE_ACCOUNT_GROUP","features":[305]},{"name":"ERROR_DS_CANT_MOVE_APP_BASIC_GROUP","features":[305]},{"name":"ERROR_DS_CANT_MOVE_APP_QUERY_GROUP","features":[305]},{"name":"ERROR_DS_CANT_MOVE_DELETED_OBJECT","features":[305]},{"name":"ERROR_DS_CANT_MOVE_RESOURCE_GROUP","features":[305]},{"name":"ERROR_DS_CANT_ON_NON_LEAF","features":[305]},{"name":"ERROR_DS_CANT_ON_RDN","features":[305]},{"name":"ERROR_DS_CANT_REMOVE_ATT_CACHE","features":[305]},{"name":"ERROR_DS_CANT_REMOVE_CLASS_CACHE","features":[305]},{"name":"ERROR_DS_CANT_REM_MISSING_ATT","features":[305]},{"name":"ERROR_DS_CANT_REM_MISSING_ATT_VAL","features":[305]},{"name":"ERROR_DS_CANT_REPLACE_HIDDEN_REC","features":[305]},{"name":"ERROR_DS_CANT_RETRIEVE_ATTS","features":[305]},{"name":"ERROR_DS_CANT_RETRIEVE_CHILD","features":[305]},{"name":"ERROR_DS_CANT_RETRIEVE_DN","features":[305]},{"name":"ERROR_DS_CANT_RETRIEVE_INSTANCE","features":[305]},{"name":"ERROR_DS_CANT_RETRIEVE_SD","features":[305]},{"name":"ERROR_DS_CANT_START","features":[305]},{"name":"ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ","features":[305]},{"name":"ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS","features":[305]},{"name":"ERROR_DS_CHILDREN_EXIST","features":[305]},{"name":"ERROR_DS_CLASS_MUST_BE_CONCRETE","features":[305]},{"name":"ERROR_DS_CLASS_NOT_DSA","features":[305]},{"name":"ERROR_DS_CLIENT_LOOP","features":[305]},{"name":"ERROR_DS_CODE_INCONSISTENCY","features":[305]},{"name":"ERROR_DS_COMPARE_FALSE","features":[305]},{"name":"ERROR_DS_COMPARE_TRUE","features":[305]},{"name":"ERROR_DS_CONFIDENTIALITY_REQUIRED","features":[305]},{"name":"ERROR_DS_CONFIG_PARAM_MISSING","features":[305]},{"name":"ERROR_DS_CONSTRAINT_VIOLATION","features":[305]},{"name":"ERROR_DS_CONSTRUCTED_ATT_MOD","features":[305]},{"name":"ERROR_DS_CONTROL_NOT_FOUND","features":[305]},{"name":"ERROR_DS_COULDNT_CONTACT_FSMO","features":[305]},{"name":"ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE","features":[305]},{"name":"ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE","features":[305]},{"name":"ERROR_DS_COULDNT_UPDATE_SPNS","features":[305]},{"name":"ERROR_DS_COUNTING_AB_INDICES_FAILED","features":[305]},{"name":"ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD","features":[305]},{"name":"ERROR_DS_CROSS_DOM_MOVE_ERROR","features":[305]},{"name":"ERROR_DS_CROSS_NC_DN_RENAME","features":[305]},{"name":"ERROR_DS_CROSS_REF_BUSY","features":[305]},{"name":"ERROR_DS_CROSS_REF_EXISTS","features":[305]},{"name":"ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE","features":[305]},{"name":"ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2","features":[305]},{"name":"ERROR_DS_DATABASE_ERROR","features":[305]},{"name":"ERROR_DS_DECODING_ERROR","features":[305]},{"name":"ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED","features":[305]},{"name":"ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST","features":[305]},{"name":"ERROR_DS_DIFFERENT_REPL_EPOCHS","features":[305]},{"name":"ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER","features":[305]},{"name":"ERROR_DS_DISALLOWED_NC_REDIRECT","features":[305]},{"name":"ERROR_DS_DNS_LOOKUP_FAILURE","features":[305]},{"name":"ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST","features":[305]},{"name":"ERROR_DS_DOMAIN_RENAME_IN_PROGRESS","features":[305]},{"name":"ERROR_DS_DOMAIN_VERSION_TOO_HIGH","features":[305]},{"name":"ERROR_DS_DOMAIN_VERSION_TOO_LOW","features":[305]},{"name":"ERROR_DS_DRA_ABANDON_SYNC","features":[305]},{"name":"ERROR_DS_DRA_ACCESS_DENIED","features":[305]},{"name":"ERROR_DS_DRA_BAD_DN","features":[305]},{"name":"ERROR_DS_DRA_BAD_INSTANCE_TYPE","features":[305]},{"name":"ERROR_DS_DRA_BAD_NC","features":[305]},{"name":"ERROR_DS_DRA_BUSY","features":[305]},{"name":"ERROR_DS_DRA_CONNECTION_FAILED","features":[305]},{"name":"ERROR_DS_DRA_CORRUPT_UTD_VECTOR","features":[305]},{"name":"ERROR_DS_DRA_DB_ERROR","features":[305]},{"name":"ERROR_DS_DRA_DN_EXISTS","features":[305]},{"name":"ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT","features":[305]},{"name":"ERROR_DS_DRA_EXTN_CONNECTION_FAILED","features":[305]},{"name":"ERROR_DS_DRA_GENERIC","features":[305]},{"name":"ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET","features":[305]},{"name":"ERROR_DS_DRA_INCONSISTENT_DIT","features":[305]},{"name":"ERROR_DS_DRA_INTERNAL_ERROR","features":[305]},{"name":"ERROR_DS_DRA_INVALID_PARAMETER","features":[305]},{"name":"ERROR_DS_DRA_MAIL_PROBLEM","features":[305]},{"name":"ERROR_DS_DRA_MISSING_KRBTGT_SECRET","features":[305]},{"name":"ERROR_DS_DRA_MISSING_PARENT","features":[305]},{"name":"ERROR_DS_DRA_NAME_COLLISION","features":[305]},{"name":"ERROR_DS_DRA_NOT_SUPPORTED","features":[305]},{"name":"ERROR_DS_DRA_NO_REPLICA","features":[305]},{"name":"ERROR_DS_DRA_OBJ_IS_REP_SOURCE","features":[305]},{"name":"ERROR_DS_DRA_OBJ_NC_MISMATCH","features":[305]},{"name":"ERROR_DS_DRA_OUT_OF_MEM","features":[305]},{"name":"ERROR_DS_DRA_OUT_SCHEDULE_WINDOW","features":[305]},{"name":"ERROR_DS_DRA_PREEMPTED","features":[305]},{"name":"ERROR_DS_DRA_RECYCLED_TARGET","features":[305]},{"name":"ERROR_DS_DRA_REF_ALREADY_EXISTS","features":[305]},{"name":"ERROR_DS_DRA_REF_NOT_FOUND","features":[305]},{"name":"ERROR_DS_DRA_REPL_PENDING","features":[305]},{"name":"ERROR_DS_DRA_RPC_CANCELLED","features":[305]},{"name":"ERROR_DS_DRA_SCHEMA_CONFLICT","features":[305]},{"name":"ERROR_DS_DRA_SCHEMA_INFO_SHIP","features":[305]},{"name":"ERROR_DS_DRA_SCHEMA_MISMATCH","features":[305]},{"name":"ERROR_DS_DRA_SECRETS_DENIED","features":[305]},{"name":"ERROR_DS_DRA_SHUTDOWN","features":[305]},{"name":"ERROR_DS_DRA_SINK_DISABLED","features":[305]},{"name":"ERROR_DS_DRA_SOURCE_DISABLED","features":[305]},{"name":"ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA","features":[305]},{"name":"ERROR_DS_DRA_SOURCE_REINSTALLED","features":[305]},{"name":"ERROR_DS_DRS_EXTENSIONS_CHANGED","features":[305]},{"name":"ERROR_DS_DSA_MUST_BE_INT_MASTER","features":[305]},{"name":"ERROR_DS_DST_DOMAIN_NOT_NATIVE","features":[305]},{"name":"ERROR_DS_DST_NC_MISMATCH","features":[305]},{"name":"ERROR_DS_DS_REQUIRED","features":[305]},{"name":"ERROR_DS_DUPLICATE_ID_FOUND","features":[305]},{"name":"ERROR_DS_DUP_LDAP_DISPLAY_NAME","features":[305]},{"name":"ERROR_DS_DUP_LINK_ID","features":[305]},{"name":"ERROR_DS_DUP_MAPI_ID","features":[305]},{"name":"ERROR_DS_DUP_MSDS_INTID","features":[305]},{"name":"ERROR_DS_DUP_OID","features":[305]},{"name":"ERROR_DS_DUP_RDN","features":[305]},{"name":"ERROR_DS_DUP_SCHEMA_ID_GUID","features":[305]},{"name":"ERROR_DS_ENCODING_ERROR","features":[305]},{"name":"ERROR_DS_EPOCH_MISMATCH","features":[305]},{"name":"ERROR_DS_EXISTING_AD_CHILD_NC","features":[305]},{"name":"ERROR_DS_EXISTS_IN_AUX_CLS","features":[305]},{"name":"ERROR_DS_EXISTS_IN_MAY_HAVE","features":[305]},{"name":"ERROR_DS_EXISTS_IN_MUST_HAVE","features":[305]},{"name":"ERROR_DS_EXISTS_IN_POSS_SUP","features":[305]},{"name":"ERROR_DS_EXISTS_IN_RDNATTID","features":[305]},{"name":"ERROR_DS_EXISTS_IN_SUB_CLS","features":[305]},{"name":"ERROR_DS_FILTER_UNKNOWN","features":[305]},{"name":"ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS","features":[305]},{"name":"ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST","features":[305]},{"name":"ERROR_DS_FOREST_VERSION_TOO_HIGH","features":[305]},{"name":"ERROR_DS_FOREST_VERSION_TOO_LOW","features":[305]},{"name":"ERROR_DS_GCVERIFY_ERROR","features":[305]},{"name":"ERROR_DS_GC_NOT_AVAILABLE","features":[305]},{"name":"ERROR_DS_GC_REQUIRED","features":[305]},{"name":"ERROR_DS_GENERIC_ERROR","features":[305]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER","features":[305]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER","features":[305]},{"name":"ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER","features":[305]},{"name":"ERROR_DS_GOVERNSID_MISSING","features":[305]},{"name":"ERROR_DS_GROUP_CONVERSION_ERROR","features":[305]},{"name":"ERROR_DS_HAVE_PRIMARY_MEMBERS","features":[305]},{"name":"ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED","features":[305]},{"name":"ERROR_DS_HIERARCHY_TABLE_TOO_DEEP","features":[305]},{"name":"ERROR_DS_HIGH_ADLDS_FFL","features":[305]},{"name":"ERROR_DS_HIGH_DSA_VERSION","features":[305]},{"name":"ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD","features":[305]},{"name":"ERROR_DS_ILLEGAL_MOD_OPERATION","features":[305]},{"name":"ERROR_DS_ILLEGAL_SUPERIOR","features":[305]},{"name":"ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION","features":[305]},{"name":"ERROR_DS_INAPPROPRIATE_AUTH","features":[305]},{"name":"ERROR_DS_INAPPROPRIATE_MATCHING","features":[305]},{"name":"ERROR_DS_INCOMPATIBLE_CONTROLS_USED","features":[305]},{"name":"ERROR_DS_INCOMPATIBLE_VERSION","features":[305]},{"name":"ERROR_DS_INCORRECT_ROLE_OWNER","features":[305]},{"name":"ERROR_DS_INIT_FAILURE","features":[305]},{"name":"ERROR_DS_INIT_FAILURE_CONSOLE","features":[305]},{"name":"ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE","features":[305]},{"name":"ERROR_DS_INSTALL_NO_SRC_SCH_VERSION","features":[305]},{"name":"ERROR_DS_INSTALL_SCHEMA_MISMATCH","features":[305]},{"name":"ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT","features":[305]},{"name":"ERROR_DS_INSUFF_ACCESS_RIGHTS","features":[305]},{"name":"ERROR_DS_INTERNAL_FAILURE","features":[305]},{"name":"ERROR_DS_INVALID_ATTRIBUTE_SYNTAX","features":[305]},{"name":"ERROR_DS_INVALID_DMD","features":[305]},{"name":"ERROR_DS_INVALID_DN_SYNTAX","features":[305]},{"name":"ERROR_DS_INVALID_GROUP_TYPE","features":[305]},{"name":"ERROR_DS_INVALID_LDAP_DISPLAY_NAME","features":[305]},{"name":"ERROR_DS_INVALID_NAME_FOR_SPN","features":[305]},{"name":"ERROR_DS_INVALID_ROLE_OWNER","features":[305]},{"name":"ERROR_DS_INVALID_SCRIPT","features":[305]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG","features":[305]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE","features":[305]},{"name":"ERROR_DS_INVALID_SEARCH_FLAG_TUPLE","features":[305]},{"name":"ERROR_DS_IS_LEAF","features":[305]},{"name":"ERROR_DS_KEY_NOT_UNIQUE","features":[305]},{"name":"ERROR_DS_LDAP_SEND_QUEUE_FULL","features":[305]},{"name":"ERROR_DS_LINK_ID_NOT_AVAILABLE","features":[305]},{"name":"ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER","features":[305]},{"name":"ERROR_DS_LOCAL_ERROR","features":[305]},{"name":"ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY","features":[305]},{"name":"ERROR_DS_LOOP_DETECT","features":[305]},{"name":"ERROR_DS_LOW_ADLDS_FFL","features":[305]},{"name":"ERROR_DS_LOW_DSA_VERSION","features":[305]},{"name":"ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4","features":[305]},{"name":"ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED","features":[305]},{"name":"ERROR_DS_MAPI_ID_NOT_AVAILABLE","features":[305]},{"name":"ERROR_DS_MASTERDSA_REQUIRED","features":[305]},{"name":"ERROR_DS_MAX_OBJ_SIZE_EXCEEDED","features":[305]},{"name":"ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY","features":[305]},{"name":"ERROR_DS_MISSING_EXPECTED_ATT","features":[305]},{"name":"ERROR_DS_MISSING_FOREST_TRUST","features":[305]},{"name":"ERROR_DS_MISSING_FSMO_SETTINGS","features":[305]},{"name":"ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER","features":[305]},{"name":"ERROR_DS_MISSING_REQUIRED_ATT","features":[305]},{"name":"ERROR_DS_MISSING_SUPREF","features":[305]},{"name":"ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG","features":[305]},{"name":"ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE","features":[305]},{"name":"ERROR_DS_MODIFYDN_WRONG_GRANDPARENT","features":[305]},{"name":"ERROR_DS_MUST_BE_RUN_ON_DST_DC","features":[305]},{"name":"ERROR_DS_NAME_ERROR_DOMAIN_ONLY","features":[305]},{"name":"ERROR_DS_NAME_ERROR_NOT_FOUND","features":[305]},{"name":"ERROR_DS_NAME_ERROR_NOT_UNIQUE","features":[305]},{"name":"ERROR_DS_NAME_ERROR_NO_MAPPING","features":[305]},{"name":"ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING","features":[305]},{"name":"ERROR_DS_NAME_ERROR_RESOLVING","features":[305]},{"name":"ERROR_DS_NAME_ERROR_TRUST_REFERRAL","features":[305]},{"name":"ERROR_DS_NAME_NOT_UNIQUE","features":[305]},{"name":"ERROR_DS_NAME_REFERENCE_INVALID","features":[305]},{"name":"ERROR_DS_NAME_TOO_LONG","features":[305]},{"name":"ERROR_DS_NAME_TOO_MANY_PARTS","features":[305]},{"name":"ERROR_DS_NAME_TYPE_UNKNOWN","features":[305]},{"name":"ERROR_DS_NAME_UNPARSEABLE","features":[305]},{"name":"ERROR_DS_NAME_VALUE_TOO_LONG","features":[305]},{"name":"ERROR_DS_NAMING_MASTER_GC","features":[305]},{"name":"ERROR_DS_NAMING_VIOLATION","features":[305]},{"name":"ERROR_DS_NCNAME_MISSING_CR_REF","features":[305]},{"name":"ERROR_DS_NCNAME_MUST_BE_NC","features":[305]},{"name":"ERROR_DS_NC_MUST_HAVE_NC_PARENT","features":[305]},{"name":"ERROR_DS_NC_STILL_HAS_DSAS","features":[305]},{"name":"ERROR_DS_NONEXISTENT_MAY_HAVE","features":[305]},{"name":"ERROR_DS_NONEXISTENT_MUST_HAVE","features":[305]},{"name":"ERROR_DS_NONEXISTENT_POSS_SUP","features":[305]},{"name":"ERROR_DS_NONSAFE_SCHEMA_CHANGE","features":[305]},{"name":"ERROR_DS_NON_ASQ_SEARCH","features":[305]},{"name":"ERROR_DS_NON_BASE_SEARCH","features":[305]},{"name":"ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX","features":[305]},{"name":"ERROR_DS_NOT_AN_OBJECT","features":[305]},{"name":"ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC","features":[305]},{"name":"ERROR_DS_NOT_CLOSEST","features":[305]},{"name":"ERROR_DS_NOT_INSTALLED","features":[305]},{"name":"ERROR_DS_NOT_ON_BACKLINK","features":[305]},{"name":"ERROR_DS_NOT_SUPPORTED","features":[305]},{"name":"ERROR_DS_NOT_SUPPORTED_SORT_ORDER","features":[305]},{"name":"ERROR_DS_NO_ATTRIBUTE_OR_VALUE","features":[305]},{"name":"ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN","features":[305]},{"name":"ERROR_DS_NO_CHAINED_EVAL","features":[305]},{"name":"ERROR_DS_NO_CHAINING","features":[305]},{"name":"ERROR_DS_NO_CHECKPOINT_WITH_PDC","features":[305]},{"name":"ERROR_DS_NO_CROSSREF_FOR_NC","features":[305]},{"name":"ERROR_DS_NO_DELETED_NAME","features":[305]},{"name":"ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS","features":[305]},{"name":"ERROR_DS_NO_MORE_RIDS","features":[305]},{"name":"ERROR_DS_NO_MSDS_INTID","features":[305]},{"name":"ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN","features":[305]},{"name":"ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN","features":[305]},{"name":"ERROR_DS_NO_NTDSA_OBJECT","features":[305]},{"name":"ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC","features":[305]},{"name":"ERROR_DS_NO_PARENT_OBJECT","features":[305]},{"name":"ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION","features":[305]},{"name":"ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA","features":[305]},{"name":"ERROR_DS_NO_REF_DOMAIN","features":[305]},{"name":"ERROR_DS_NO_REQUESTED_ATTS_FOUND","features":[305]},{"name":"ERROR_DS_NO_RESULTS_RETURNED","features":[305]},{"name":"ERROR_DS_NO_RIDS_ALLOCATED","features":[305]},{"name":"ERROR_DS_NO_SERVER_OBJECT","features":[305]},{"name":"ERROR_DS_NO_SUCH_OBJECT","features":[305]},{"name":"ERROR_DS_NO_TREE_DELETE_ABOVE_NC","features":[305]},{"name":"ERROR_DS_NTDSCRIPT_PROCESS_ERROR","features":[305]},{"name":"ERROR_DS_NTDSCRIPT_SYNTAX_ERROR","features":[305]},{"name":"ERROR_DS_OBJECT_BEING_REMOVED","features":[305]},{"name":"ERROR_DS_OBJECT_CLASS_REQUIRED","features":[305]},{"name":"ERROR_DS_OBJECT_RESULTS_TOO_LARGE","features":[305]},{"name":"ERROR_DS_OBJ_CLASS_NOT_DEFINED","features":[305]},{"name":"ERROR_DS_OBJ_CLASS_NOT_SUBCLASS","features":[305]},{"name":"ERROR_DS_OBJ_CLASS_VIOLATION","features":[305]},{"name":"ERROR_DS_OBJ_GUID_EXISTS","features":[305]},{"name":"ERROR_DS_OBJ_NOT_FOUND","features":[305]},{"name":"ERROR_DS_OBJ_STRING_NAME_EXISTS","features":[305]},{"name":"ERROR_DS_OBJ_TOO_LARGE","features":[305]},{"name":"ERROR_DS_OFFSET_RANGE_ERROR","features":[305]},{"name":"ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS","features":[305]},{"name":"ERROR_DS_OID_NOT_FOUND","features":[305]},{"name":"ERROR_DS_OPERATIONS_ERROR","features":[305]},{"name":"ERROR_DS_OUT_OF_SCOPE","features":[305]},{"name":"ERROR_DS_OUT_OF_VERSION_STORE","features":[305]},{"name":"ERROR_DS_PARAM_ERROR","features":[305]},{"name":"ERROR_DS_PARENT_IS_AN_ALIAS","features":[305]},{"name":"ERROR_DS_PDC_OPERATION_IN_PROGRESS","features":[305]},{"name":"ERROR_DS_PER_ATTRIBUTE_AUTHZ_FAILED_DURING_ADD","features":[305]},{"name":"ERROR_DS_POLICY_NOT_KNOWN","features":[305]},{"name":"ERROR_DS_PROTOCOL_ERROR","features":[305]},{"name":"ERROR_DS_RANGE_CONSTRAINT","features":[305]},{"name":"ERROR_DS_RDN_DOESNT_MATCH_SCHEMA","features":[305]},{"name":"ERROR_DS_RECALCSCHEMA_FAILED","features":[305]},{"name":"ERROR_DS_REFERRAL","features":[305]},{"name":"ERROR_DS_REFERRAL_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_DS_REFUSING_FSMO_ROLES","features":[305]},{"name":"ERROR_DS_REMOTE_CROSSREF_OP_FAILED","features":[305]},{"name":"ERROR_DS_REPLICATOR_ONLY","features":[305]},{"name":"ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR","features":[305]},{"name":"ERROR_DS_REPL_LIFETIME_EXCEEDED","features":[305]},{"name":"ERROR_DS_RESERVED_LINK_ID","features":[305]},{"name":"ERROR_DS_RESERVED_MAPI_ID","features":[305]},{"name":"ERROR_DS_RIDMGR_DISABLED","features":[305]},{"name":"ERROR_DS_RIDMGR_INIT_ERROR","features":[305]},{"name":"ERROR_DS_ROLE_NOT_VERIFIED","features":[305]},{"name":"ERROR_DS_ROOT_CANT_BE_SUBREF","features":[305]},{"name":"ERROR_DS_ROOT_MUST_BE_NC","features":[305]},{"name":"ERROR_DS_ROOT_REQUIRES_CLASS_TOP","features":[305]},{"name":"ERROR_DS_SAM_INIT_FAILURE","features":[305]},{"name":"ERROR_DS_SAM_INIT_FAILURE_CONSOLE","features":[305]},{"name":"ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY","features":[305]},{"name":"ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD","features":[305]},{"name":"ERROR_DS_SCHEMA_ALLOC_FAILED","features":[305]},{"name":"ERROR_DS_SCHEMA_NOT_LOADED","features":[305]},{"name":"ERROR_DS_SCHEMA_UPDATE_DISALLOWED","features":[305]},{"name":"ERROR_DS_SECURITY_CHECKING_ERROR","features":[305]},{"name":"ERROR_DS_SECURITY_ILLEGAL_MODIFY","features":[305]},{"name":"ERROR_DS_SEC_DESC_INVALID","features":[305]},{"name":"ERROR_DS_SEC_DESC_TOO_SHORT","features":[305]},{"name":"ERROR_DS_SEMANTIC_ATT_TEST","features":[305]},{"name":"ERROR_DS_SENSITIVE_GROUP_VIOLATION","features":[305]},{"name":"ERROR_DS_SERVER_DOWN","features":[305]},{"name":"ERROR_DS_SHUTTING_DOWN","features":[305]},{"name":"ERROR_DS_SINGLE_USER_MODE_FAILED","features":[305]},{"name":"ERROR_DS_SINGLE_VALUE_CONSTRAINT","features":[305]},{"name":"ERROR_DS_SIZELIMIT_EXCEEDED","features":[305]},{"name":"ERROR_DS_SORT_CONTROL_MISSING","features":[305]},{"name":"ERROR_DS_SOURCE_AUDITING_NOT_ENABLED","features":[305]},{"name":"ERROR_DS_SOURCE_DOMAIN_IN_FOREST","features":[305]},{"name":"ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST","features":[305]},{"name":"ERROR_DS_SRC_AND_DST_NC_IDENTICAL","features":[305]},{"name":"ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH","features":[305]},{"name":"ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER","features":[305]},{"name":"ERROR_DS_SRC_GUID_MISMATCH","features":[305]},{"name":"ERROR_DS_SRC_NAME_MISMATCH","features":[305]},{"name":"ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER","features":[305]},{"name":"ERROR_DS_SRC_SID_EXISTS_IN_FOREST","features":[305]},{"name":"ERROR_DS_STRING_SD_CONVERSION_FAILED","features":[305]},{"name":"ERROR_DS_STRONG_AUTH_REQUIRED","features":[305]},{"name":"ERROR_DS_SUBREF_MUST_HAVE_PARENT","features":[305]},{"name":"ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD","features":[305]},{"name":"ERROR_DS_SUB_CLS_TEST_FAIL","features":[305]},{"name":"ERROR_DS_SYNTAX_MISMATCH","features":[305]},{"name":"ERROR_DS_THREAD_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_DS_TIMELIMIT_EXCEEDED","features":[305]},{"name":"ERROR_DS_TREE_DELETE_NOT_FINISHED","features":[305]},{"name":"ERROR_DS_UNABLE_TO_SURRENDER_ROLES","features":[305]},{"name":"ERROR_DS_UNAVAILABLE","features":[305]},{"name":"ERROR_DS_UNAVAILABLE_CRIT_EXTENSION","features":[305]},{"name":"ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED","features":[305]},{"name":"ERROR_DS_UNICODEPWD_NOT_IN_QUOTES","features":[305]},{"name":"ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER","features":[305]},{"name":"ERROR_DS_UNKNOWN_ERROR","features":[305]},{"name":"ERROR_DS_UNKNOWN_OPERATION","features":[305]},{"name":"ERROR_DS_UNWILLING_TO_PERFORM","features":[305]},{"name":"ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST","features":[305]},{"name":"ERROR_DS_USER_BUFFER_TO_SMALL","features":[305]},{"name":"ERROR_DS_VALUE_KEY_NOT_UNIQUE","features":[305]},{"name":"ERROR_DS_VERSION_CHECK_FAILURE","features":[305]},{"name":"ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL","features":[305]},{"name":"ERROR_DS_WRONG_LINKED_ATT_SYNTAX","features":[305]},{"name":"ERROR_DS_WRONG_OM_OBJ_CLASS","features":[305]},{"name":"ERROR_DUPLICATE_FOUND","features":[305]},{"name":"ERROR_DUPLICATE_PRIVILEGES","features":[305]},{"name":"ERROR_DUPLICATE_SERVICE_NAME","features":[305]},{"name":"ERROR_DUPLICATE_TAG","features":[305]},{"name":"ERROR_DUP_DOMAINNAME","features":[305]},{"name":"ERROR_DUP_NAME","features":[305]},{"name":"ERROR_DYNAMIC_CODE_BLOCKED","features":[305]},{"name":"ERROR_DYNLINK_FROM_INVALID_RING","features":[305]},{"name":"ERROR_EAS_DIDNT_FIT","features":[305]},{"name":"ERROR_EAS_NOT_SUPPORTED","features":[305]},{"name":"ERROR_EA_ACCESS_DENIED","features":[305]},{"name":"ERROR_EA_FILE_CORRUPT","features":[305]},{"name":"ERROR_EA_LIST_INCONSISTENT","features":[305]},{"name":"ERROR_EA_TABLE_FULL","features":[305]},{"name":"ERROR_EC_CIRCULAR_FORWARDING","features":[305]},{"name":"ERROR_EC_CREDSTORE_FULL","features":[305]},{"name":"ERROR_EC_CRED_NOT_FOUND","features":[305]},{"name":"ERROR_EC_LOG_DISABLED","features":[305]},{"name":"ERROR_EC_NO_ACTIVE_CHANNEL","features":[305]},{"name":"ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE","features":[305]},{"name":"ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED","features":[305]},{"name":"ERROR_EDP_POLICY_DENIES_OPERATION","features":[305]},{"name":"ERROR_EFS_ALG_BLOB_TOO_BIG","features":[305]},{"name":"ERROR_EFS_DISABLED","features":[305]},{"name":"ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION","features":[305]},{"name":"ERROR_EFS_SERVER_NOT_TRUSTED","features":[305]},{"name":"ERROR_EFS_VERSION_NOT_SUPPORT","features":[305]},{"name":"ERROR_ELEVATION_REQUIRED","features":[305]},{"name":"ERROR_EMPTY","features":[305]},{"name":"ERROR_ENCLAVE_FAILURE","features":[305]},{"name":"ERROR_ENCLAVE_NOT_TERMINATED","features":[305]},{"name":"ERROR_ENCLAVE_VIOLATION","features":[305]},{"name":"ERROR_ENCRYPTED_FILE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_ENCRYPTED_IO_NOT_POSSIBLE","features":[305]},{"name":"ERROR_ENCRYPTING_METADATA_DISALLOWED","features":[305]},{"name":"ERROR_ENCRYPTION_DISABLED","features":[305]},{"name":"ERROR_ENCRYPTION_FAILED","features":[305]},{"name":"ERROR_ENCRYPTION_POLICY_DENIES_OPERATION","features":[305]},{"name":"ERROR_END_OF_MEDIA","features":[305]},{"name":"ERROR_ENLISTMENT_NOT_FOUND","features":[305]},{"name":"ERROR_ENLISTMENT_NOT_SUPERIOR","features":[305]},{"name":"ERROR_ENVVAR_NOT_FOUND","features":[305]},{"name":"ERROR_EOM_OVERFLOW","features":[305]},{"name":"ERROR_ERRORS_ENCOUNTERED","features":[305]},{"name":"ERROR_EVALUATION_EXPIRATION","features":[305]},{"name":"ERROR_EVENTLOG_CANT_START","features":[305]},{"name":"ERROR_EVENTLOG_FILE_CHANGED","features":[305]},{"name":"ERROR_EVENTLOG_FILE_CORRUPT","features":[305]},{"name":"ERROR_EVENT_DONE","features":[305]},{"name":"ERROR_EVENT_PENDING","features":[305]},{"name":"ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY","features":[305]},{"name":"ERROR_EVT_CHANNEL_CANNOT_ACTIVATE","features":[305]},{"name":"ERROR_EVT_CHANNEL_NOT_FOUND","features":[305]},{"name":"ERROR_EVT_CONFIGURATION_ERROR","features":[305]},{"name":"ERROR_EVT_EVENT_DEFINITION_NOT_FOUND","features":[305]},{"name":"ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND","features":[305]},{"name":"ERROR_EVT_FILTER_ALREADYSCOPED","features":[305]},{"name":"ERROR_EVT_FILTER_INVARG","features":[305]},{"name":"ERROR_EVT_FILTER_INVTEST","features":[305]},{"name":"ERROR_EVT_FILTER_INVTYPE","features":[305]},{"name":"ERROR_EVT_FILTER_NOTELTSET","features":[305]},{"name":"ERROR_EVT_FILTER_OUT_OF_RANGE","features":[305]},{"name":"ERROR_EVT_FILTER_PARSEERR","features":[305]},{"name":"ERROR_EVT_FILTER_TOO_COMPLEX","features":[305]},{"name":"ERROR_EVT_FILTER_UNEXPECTEDTOKEN","features":[305]},{"name":"ERROR_EVT_FILTER_UNSUPPORTEDOP","features":[305]},{"name":"ERROR_EVT_INVALID_CHANNEL_PATH","features":[305]},{"name":"ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE","features":[305]},{"name":"ERROR_EVT_INVALID_EVENT_DATA","features":[305]},{"name":"ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL","features":[305]},{"name":"ERROR_EVT_INVALID_PUBLISHER_NAME","features":[305]},{"name":"ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE","features":[305]},{"name":"ERROR_EVT_INVALID_QUERY","features":[305]},{"name":"ERROR_EVT_MALFORMED_XML_TEXT","features":[305]},{"name":"ERROR_EVT_MAX_INSERTS_REACHED","features":[305]},{"name":"ERROR_EVT_MESSAGE_ID_NOT_FOUND","features":[305]},{"name":"ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND","features":[305]},{"name":"ERROR_EVT_MESSAGE_NOT_FOUND","features":[305]},{"name":"ERROR_EVT_NON_VALIDATING_MSXML","features":[305]},{"name":"ERROR_EVT_PUBLISHER_DISABLED","features":[305]},{"name":"ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND","features":[305]},{"name":"ERROR_EVT_QUERY_RESULT_INVALID_POSITION","features":[305]},{"name":"ERROR_EVT_QUERY_RESULT_STALE","features":[305]},{"name":"ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL","features":[305]},{"name":"ERROR_EVT_UNRESOLVED_PARAMETER_INSERT","features":[305]},{"name":"ERROR_EVT_UNRESOLVED_VALUE_INSERT","features":[305]},{"name":"ERROR_EVT_VERSION_TOO_NEW","features":[305]},{"name":"ERROR_EVT_VERSION_TOO_OLD","features":[305]},{"name":"ERROR_EXCEPTION_IN_RESOURCE_CALL","features":[305]},{"name":"ERROR_EXCEPTION_IN_SERVICE","features":[305]},{"name":"ERROR_EXCL_SEM_ALREADY_OWNED","features":[305]},{"name":"ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY","features":[305]},{"name":"ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY","features":[305]},{"name":"ERROR_EXE_MACHINE_TYPE_MISMATCH","features":[305]},{"name":"ERROR_EXE_MARKED_INVALID","features":[305]},{"name":"ERROR_EXPECTED_SECTION_NAME","features":[305]},{"name":"ERROR_EXPIRED_HANDLE","features":[305]},{"name":"ERROR_EXTENDED_ERROR","features":[305]},{"name":"ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN","features":[305]},{"name":"ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED","features":[305]},{"name":"ERROR_EXTRANEOUS_INFORMATION","features":[305]},{"name":"ERROR_FAILED_DRIVER_ENTRY","features":[305]},{"name":"ERROR_FAILED_SERVICE_CONTROLLER_CONNECT","features":[305]},{"name":"ERROR_FAIL_FAST_EXCEPTION","features":[305]},{"name":"ERROR_FAIL_I24","features":[305]},{"name":"ERROR_FAIL_NOACTION_REBOOT","features":[305]},{"name":"ERROR_FAIL_REBOOT_INITIATED","features":[305]},{"name":"ERROR_FAIL_REBOOT_REQUIRED","features":[305]},{"name":"ERROR_FAIL_RESTART","features":[305]},{"name":"ERROR_FAIL_SHUTDOWN","features":[305]},{"name":"ERROR_FATAL_APP_EXIT","features":[305]},{"name":"ERROR_FILEMARK_DETECTED","features":[305]},{"name":"ERROR_FILENAME_EXCED_RANGE","features":[305]},{"name":"ERROR_FILEQUEUE_LOCKED","features":[305]},{"name":"ERROR_FILE_CHECKED_OUT","features":[305]},{"name":"ERROR_FILE_CORRUPT","features":[305]},{"name":"ERROR_FILE_ENCRYPTED","features":[305]},{"name":"ERROR_FILE_EXISTS","features":[305]},{"name":"ERROR_FILE_HANDLE_REVOKED","features":[305]},{"name":"ERROR_FILE_HASH_NOT_IN_CATALOG","features":[305]},{"name":"ERROR_FILE_IDENTITY_NOT_PERSISTENT","features":[305]},{"name":"ERROR_FILE_INVALID","features":[305]},{"name":"ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED","features":[305]},{"name":"ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS","features":[305]},{"name":"ERROR_FILE_NOT_ENCRYPTED","features":[305]},{"name":"ERROR_FILE_NOT_FOUND","features":[305]},{"name":"ERROR_FILE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_FILE_OFFLINE","features":[305]},{"name":"ERROR_FILE_PROTECTED_UNDER_DPL","features":[305]},{"name":"ERROR_FILE_READ_ONLY","features":[305]},{"name":"ERROR_FILE_SHARE_RESOURCE_CONFLICT","features":[305]},{"name":"ERROR_FILE_SNAP_INVALID_PARAMETER","features":[305]},{"name":"ERROR_FILE_SNAP_IN_PROGRESS","features":[305]},{"name":"ERROR_FILE_SNAP_IO_NOT_COORDINATED","features":[305]},{"name":"ERROR_FILE_SNAP_MODIFY_NOT_SUPPORTED","features":[305]},{"name":"ERROR_FILE_SNAP_UNEXPECTED_ERROR","features":[305]},{"name":"ERROR_FILE_SNAP_USER_SECTION_NOT_SUPPORTED","features":[305]},{"name":"ERROR_FILE_SYSTEM_LIMITATION","features":[305]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY","features":[305]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION","features":[305]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT","features":[305]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN","features":[305]},{"name":"ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE","features":[305]},{"name":"ERROR_FILE_TOO_LARGE","features":[305]},{"name":"ERROR_FIRMWARE_UPDATED","features":[305]},{"name":"ERROR_FLOATED_SECTION","features":[305]},{"name":"ERROR_FLOAT_MULTIPLE_FAULTS","features":[305]},{"name":"ERROR_FLOAT_MULTIPLE_TRAPS","features":[305]},{"name":"ERROR_FLOPPY_BAD_REGISTERS","features":[305]},{"name":"ERROR_FLOPPY_ID_MARK_NOT_FOUND","features":[305]},{"name":"ERROR_FLOPPY_UNKNOWN_ERROR","features":[305]},{"name":"ERROR_FLOPPY_VOLUME","features":[305]},{"name":"ERROR_FLOPPY_WRONG_CYLINDER","features":[305]},{"name":"ERROR_FLT_ALREADY_ENLISTED","features":[305]},{"name":"ERROR_FLT_CBDQ_DISABLED","features":[305]},{"name":"ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND","features":[305]},{"name":"ERROR_FLT_CONTEXT_ALREADY_DEFINED","features":[305]},{"name":"ERROR_FLT_CONTEXT_ALREADY_LINKED","features":[305]},{"name":"ERROR_FLT_DELETING_OBJECT","features":[305]},{"name":"ERROR_FLT_DISALLOW_FAST_IO","features":[305]},{"name":"ERROR_FLT_DO_NOT_ATTACH","features":[305]},{"name":"ERROR_FLT_DO_NOT_DETACH","features":[305]},{"name":"ERROR_FLT_DUPLICATE_ENTRY","features":[305]},{"name":"ERROR_FLT_FILTER_NOT_FOUND","features":[305]},{"name":"ERROR_FLT_FILTER_NOT_READY","features":[305]},{"name":"ERROR_FLT_INSTANCE_ALTITUDE_COLLISION","features":[305]},{"name":"ERROR_FLT_INSTANCE_NAME_COLLISION","features":[305]},{"name":"ERROR_FLT_INSTANCE_NOT_FOUND","features":[305]},{"name":"ERROR_FLT_INTERNAL_ERROR","features":[305]},{"name":"ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST","features":[305]},{"name":"ERROR_FLT_INVALID_CONTEXT_REGISTRATION","features":[305]},{"name":"ERROR_FLT_INVALID_NAME_REQUEST","features":[305]},{"name":"ERROR_FLT_IO_COMPLETE","features":[305]},{"name":"ERROR_FLT_MUST_BE_NONPAGED_POOL","features":[305]},{"name":"ERROR_FLT_NAME_CACHE_MISS","features":[305]},{"name":"ERROR_FLT_NOT_INITIALIZED","features":[305]},{"name":"ERROR_FLT_NOT_SAFE_TO_POST_OPERATION","features":[305]},{"name":"ERROR_FLT_NO_DEVICE_OBJECT","features":[305]},{"name":"ERROR_FLT_NO_HANDLER_DEFINED","features":[305]},{"name":"ERROR_FLT_NO_WAITER_FOR_REPLY","features":[305]},{"name":"ERROR_FLT_POST_OPERATION_CLEANUP","features":[305]},{"name":"ERROR_FLT_REGISTRATION_BUSY","features":[305]},{"name":"ERROR_FLT_VOLUME_ALREADY_MOUNTED","features":[305]},{"name":"ERROR_FLT_VOLUME_NOT_FOUND","features":[305]},{"name":"ERROR_FLT_WCOS_NOT_SUPPORTED","features":[305]},{"name":"ERROR_FORMS_AUTH_REQUIRED","features":[305]},{"name":"ERROR_FOUND_OUT_OF_SCOPE","features":[305]},{"name":"ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY","features":[305]},{"name":"ERROR_FS_DRIVER_REQUIRED","features":[305]},{"name":"ERROR_FS_GUID_MISMATCH","features":[305]},{"name":"ERROR_FS_METADATA_INCONSISTENT","features":[305]},{"name":"ERROR_FT_DI_SCAN_REQUIRED","features":[305]},{"name":"ERROR_FT_READ_FAILURE","features":[305]},{"name":"ERROR_FT_READ_FROM_COPY_FAILURE","features":[305]},{"name":"ERROR_FT_READ_RECOVERY_FROM_BACKUP","features":[305]},{"name":"ERROR_FT_WRITE_FAILURE","features":[305]},{"name":"ERROR_FT_WRITE_RECOVERY","features":[305]},{"name":"ERROR_FULLSCREEN_MODE","features":[305]},{"name":"ERROR_FULL_BACKUP","features":[305]},{"name":"ERROR_FUNCTION_FAILED","features":[305]},{"name":"ERROR_FUNCTION_NOT_CALLED","features":[305]},{"name":"ERROR_GDI_HANDLE_LEAK","features":[305]},{"name":"ERROR_GENERAL_SYNTAX","features":[305]},{"name":"ERROR_GENERIC_COMMAND_FAILED","features":[305]},{"name":"ERROR_GENERIC_NOT_MAPPED","features":[305]},{"name":"ERROR_GEN_FAILURE","features":[305]},{"name":"ERROR_GLOBAL_ONLY_HOOK","features":[305]},{"name":"ERROR_GPIO_CLIENT_INFORMATION_INVALID","features":[305]},{"name":"ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE","features":[305]},{"name":"ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED","features":[305]},{"name":"ERROR_GPIO_INVALID_REGISTRATION_PACKET","features":[305]},{"name":"ERROR_GPIO_OPERATION_DENIED","features":[305]},{"name":"ERROR_GPIO_VERSION_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRACEFUL_DISCONNECT","features":[305]},{"name":"ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED","features":[305]},{"name":"ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY","features":[305]},{"name":"ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE","features":[305]},{"name":"ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET","features":[305]},{"name":"ERROR_GRAPHICS_ADAPTER_WAS_RESET","features":[305]},{"name":"ERROR_GRAPHICS_ALLOCATION_BUSY","features":[305]},{"name":"ERROR_GRAPHICS_ALLOCATION_CLOSED","features":[305]},{"name":"ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST","features":[305]},{"name":"ERROR_GRAPHICS_ALLOCATION_INVALID","features":[305]},{"name":"ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION","features":[305]},{"name":"ERROR_GRAPHICS_CANNOTCOLORCONVERT","features":[305]},{"name":"ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN","features":[305]},{"name":"ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION","features":[305]},{"name":"ERROR_GRAPHICS_CANT_LOCK_MEMORY","features":[305]},{"name":"ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION","features":[305]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED","features":[305]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON","features":[305]},{"name":"ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED","features":[305]},{"name":"ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET","features":[305]},{"name":"ERROR_GRAPHICS_COPP_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_DATASET_IS_EMPTY","features":[305]},{"name":"ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE","features":[305]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_DATA","features":[305]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM","features":[305]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND","features":[305]},{"name":"ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH","features":[305]},{"name":"ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE","features":[305]},{"name":"ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS","features":[305]},{"name":"ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP","features":[305]},{"name":"ERROR_GRAPHICS_DRIVER_MISMATCH","features":[305]},{"name":"ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION","features":[305]},{"name":"ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET","features":[305]},{"name":"ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET","features":[305]},{"name":"ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE","features":[305]},{"name":"ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST","features":[305]},{"name":"ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA","features":[305]},{"name":"ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA","features":[305]},{"name":"ERROR_GRAPHICS_I2C_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT","features":[305]},{"name":"ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE","features":[305]},{"name":"ERROR_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN","features":[305]},{"name":"ERROR_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED","features":[305]},{"name":"ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER","features":[305]},{"name":"ERROR_GRAPHICS_INTERNAL_ERROR","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_ACTIVE_REGION","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_CLIENT_TYPE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_COLORBASIS","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_DRIVER_MODEL","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_FREQUENCY","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_GAMMA_RAMP","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_PIXELFORMAT","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_POINTER","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_STRIDE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_TOTAL_REGION","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON","features":[305]},{"name":"ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE","features":[305]},{"name":"ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED","features":[305]},{"name":"ERROR_GRAPHICS_LEADLINK_START_DEFERRED","features":[305]},{"name":"ERROR_GRAPHICS_LINK_CONFIGURATION_IN_PROGRESS","features":[305]},{"name":"ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED","features":[305]},{"name":"ERROR_GRAPHICS_MCA_INTERNAL_ERROR","features":[305]},{"name":"ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING","features":[305]},{"name":"ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED","features":[305]},{"name":"ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION","features":[305]},{"name":"ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH","features":[305]},{"name":"ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION","features":[305]},{"name":"ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE","features":[305]},{"name":"ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION","features":[305]},{"name":"ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET","features":[305]},{"name":"ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE","features":[305]},{"name":"ERROR_GRAPHICS_MODE_NOT_IN_MODESET","features":[305]},{"name":"ERROR_GRAPHICS_MODE_NOT_PINNED","features":[305]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET","features":[305]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE","features":[305]},{"name":"ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET","features":[305]},{"name":"ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER","features":[305]},{"name":"ERROR_GRAPHICS_MONITOR_NOT_CONNECTED","features":[305]},{"name":"ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS","features":[305]},{"name":"ERROR_GRAPHICS_MPO_ALLOCATION_UNPINNED","features":[305]},{"name":"ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER","features":[305]},{"name":"ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER","features":[305]},{"name":"ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER","features":[305]},{"name":"ERROR_GRAPHICS_NO_ACTIVE_VIDPN","features":[305]},{"name":"ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS","features":[305]},{"name":"ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET","features":[305]},{"name":"ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME","features":[305]},{"name":"ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT","features":[305]},{"name":"ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE","features":[305]},{"name":"ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET","features":[305]},{"name":"ERROR_GRAPHICS_NO_PREFERRED_MODE","features":[305]},{"name":"ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN","features":[305]},{"name":"ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY","features":[305]},{"name":"ERROR_GRAPHICS_NO_VIDEO_MEMORY","features":[305]},{"name":"ERROR_GRAPHICS_NO_VIDPNMGR","features":[305]},{"name":"ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE","features":[305]},{"name":"ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR","features":[305]},{"name":"ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET","features":[305]},{"name":"ERROR_GRAPHICS_OPM_INTERNAL_ERROR","features":[305]},{"name":"ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST","features":[305]},{"name":"ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS","features":[305]},{"name":"ERROR_GRAPHICS_OPM_INVALID_HANDLE","features":[305]},{"name":"ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST","features":[305]},{"name":"ERROR_GRAPHICS_OPM_INVALID_SRM","features":[305]},{"name":"ERROR_GRAPHICS_OPM_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST","features":[305]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP","features":[305]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA","features":[305]},{"name":"ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP","features":[305]},{"name":"ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH","features":[305]},{"name":"ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[305]},{"name":"ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED","features":[305]},{"name":"ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED","features":[305]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS","features":[305]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS","features":[305]},{"name":"ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS","features":[305]},{"name":"ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL","features":[305]},{"name":"ERROR_GRAPHICS_PARTIAL_DATA_POPULATED","features":[305]},{"name":"ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY","features":[305]},{"name":"ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED","features":[305]},{"name":"ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY","features":[305]},{"name":"ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET","features":[305]},{"name":"ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY","features":[305]},{"name":"ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND","features":[305]},{"name":"ERROR_GRAPHICS_PRESENT_DENIED","features":[305]},{"name":"ERROR_GRAPHICS_PRESENT_INVALID_WINDOW","features":[305]},{"name":"ERROR_GRAPHICS_PRESENT_MODE_CHANGED","features":[305]},{"name":"ERROR_GRAPHICS_PRESENT_OCCLUDED","features":[305]},{"name":"ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED","features":[305]},{"name":"ERROR_GRAPHICS_PRESENT_UNOCCLUDED","features":[305]},{"name":"ERROR_GRAPHICS_PVP_HFS_FAILED","features":[305]},{"name":"ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH","features":[305]},{"name":"ERROR_GRAPHICS_RESOURCES_NOT_RELATED","features":[305]},{"name":"ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[305]},{"name":"ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION","features":[305]},{"name":"ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET","features":[305]},{"name":"ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE","features":[305]},{"name":"ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY","features":[305]},{"name":"ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED","features":[305]},{"name":"ERROR_GRAPHICS_STALE_MODESET","features":[305]},{"name":"ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY","features":[305]},{"name":"ERROR_GRAPHICS_START_DEFERRED","features":[305]},{"name":"ERROR_GRAPHICS_TARGET_ALREADY_IN_SET","features":[305]},{"name":"ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE","features":[305]},{"name":"ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY","features":[305]},{"name":"ERROR_GRAPHICS_TOO_MANY_REFERENCES","features":[305]},{"name":"ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED","features":[305]},{"name":"ERROR_GRAPHICS_TRY_AGAIN_LATER","features":[305]},{"name":"ERROR_GRAPHICS_TRY_AGAIN_NOW","features":[305]},{"name":"ERROR_GRAPHICS_UAB_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS","features":[305]},{"name":"ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS","features":[305]},{"name":"ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE","features":[305]},{"name":"ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_COMPOSITION_WINDOW_DPI_MESSAGE","features":[305]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_CREATE_SUPERWETINK_MESSAGE","features":[305]},{"name":"ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_DESTROY_SUPERWETINK_MESSAGE","features":[305]},{"name":"ERROR_GRAPHICS_VAIL_STATE_CHANGED","features":[305]},{"name":"ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES","features":[305]},{"name":"ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[305]},{"name":"ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED","features":[305]},{"name":"ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE","features":[305]},{"name":"ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED","features":[305]},{"name":"ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE","features":[305]},{"name":"ERROR_GROUPSET_CANT_PROVIDE","features":[305]},{"name":"ERROR_GROUPSET_NOT_AVAILABLE","features":[305]},{"name":"ERROR_GROUPSET_NOT_FOUND","features":[305]},{"name":"ERROR_GROUP_EXISTS","features":[305]},{"name":"ERROR_GROUP_NOT_AVAILABLE","features":[305]},{"name":"ERROR_GROUP_NOT_FOUND","features":[305]},{"name":"ERROR_GROUP_NOT_ONLINE","features":[305]},{"name":"ERROR_GUID_SUBSTITUTION_MADE","features":[305]},{"name":"ERROR_HANDLES_CLOSED","features":[305]},{"name":"ERROR_HANDLE_DISK_FULL","features":[305]},{"name":"ERROR_HANDLE_EOF","features":[305]},{"name":"ERROR_HANDLE_NO_LONGER_VALID","features":[305]},{"name":"ERROR_HANDLE_REVOKED","features":[305]},{"name":"ERROR_HASH_NOT_PRESENT","features":[305]},{"name":"ERROR_HASH_NOT_SUPPORTED","features":[305]},{"name":"ERROR_HAS_SYSTEM_CRITICAL_FILES","features":[305]},{"name":"ERROR_HEURISTIC_DAMAGE_POSSIBLE","features":[305]},{"name":"ERROR_HIBERNATED","features":[305]},{"name":"ERROR_HIBERNATION_FAILURE","features":[305]},{"name":"ERROR_HOOK_NEEDS_HMOD","features":[305]},{"name":"ERROR_HOOK_NOT_INSTALLED","features":[305]},{"name":"ERROR_HOOK_TYPE_NOT_ALLOWED","features":[305]},{"name":"ERROR_HOST_DOWN","features":[305]},{"name":"ERROR_HOST_NODE_NOT_AVAILABLE","features":[305]},{"name":"ERROR_HOST_NODE_NOT_GROUP_OWNER","features":[305]},{"name":"ERROR_HOST_NODE_NOT_RESOURCE_OWNER","features":[305]},{"name":"ERROR_HOST_UNREACHABLE","features":[305]},{"name":"ERROR_HOTKEY_ALREADY_REGISTERED","features":[305]},{"name":"ERROR_HOTKEY_NOT_REGISTERED","features":[305]},{"name":"ERROR_HUNG_DISPLAY_DRIVER_THREAD","features":[305]},{"name":"ERROR_HV_ACCESS_DENIED","features":[305]},{"name":"ERROR_HV_ACKNOWLEDGED","features":[305]},{"name":"ERROR_HV_CPUID_FEATURE_VALIDATION","features":[305]},{"name":"ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION","features":[305]},{"name":"ERROR_HV_DEVICE_NOT_IN_DOMAIN","features":[305]},{"name":"ERROR_HV_EVENT_BUFFER_ALREADY_FREED","features":[305]},{"name":"ERROR_HV_FEATURE_UNAVAILABLE","features":[305]},{"name":"ERROR_HV_INACTIVE","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_BUFFER","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_BUFFERS","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_MEMORY","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_MEMORY_MIRRORING","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_ROOT_MEMORY","features":[305]},{"name":"ERROR_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING","features":[305]},{"name":"ERROR_HV_INVALID_ALIGNMENT","features":[305]},{"name":"ERROR_HV_INVALID_CONNECTION_ID","features":[305]},{"name":"ERROR_HV_INVALID_CPU_GROUP_ID","features":[305]},{"name":"ERROR_HV_INVALID_CPU_GROUP_STATE","features":[305]},{"name":"ERROR_HV_INVALID_DEVICE_ID","features":[305]},{"name":"ERROR_HV_INVALID_DEVICE_STATE","features":[305]},{"name":"ERROR_HV_INVALID_HYPERCALL_CODE","features":[305]},{"name":"ERROR_HV_INVALID_HYPERCALL_INPUT","features":[305]},{"name":"ERROR_HV_INVALID_LP_INDEX","features":[305]},{"name":"ERROR_HV_INVALID_PARAMETER","features":[305]},{"name":"ERROR_HV_INVALID_PARTITION_ID","features":[305]},{"name":"ERROR_HV_INVALID_PARTITION_STATE","features":[305]},{"name":"ERROR_HV_INVALID_PORT_ID","features":[305]},{"name":"ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO","features":[305]},{"name":"ERROR_HV_INVALID_REGISTER_VALUE","features":[305]},{"name":"ERROR_HV_INVALID_SAVE_RESTORE_STATE","features":[305]},{"name":"ERROR_HV_INVALID_SYNIC_STATE","features":[305]},{"name":"ERROR_HV_INVALID_VP_INDEX","features":[305]},{"name":"ERROR_HV_INVALID_VP_STATE","features":[305]},{"name":"ERROR_HV_INVALID_VTL_STATE","features":[305]},{"name":"ERROR_HV_MSR_ACCESS_FAILED","features":[305]},{"name":"ERROR_HV_NESTED_VM_EXIT","features":[305]},{"name":"ERROR_HV_NOT_ACKNOWLEDGED","features":[305]},{"name":"ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE","features":[305]},{"name":"ERROR_HV_NOT_PRESENT","features":[305]},{"name":"ERROR_HV_NO_DATA","features":[305]},{"name":"ERROR_HV_NO_RESOURCES","features":[305]},{"name":"ERROR_HV_NX_NOT_DETECTED","features":[305]},{"name":"ERROR_HV_OBJECT_IN_USE","features":[305]},{"name":"ERROR_HV_OPERATION_DENIED","features":[305]},{"name":"ERROR_HV_OPERATION_FAILED","features":[305]},{"name":"ERROR_HV_PAGE_REQUEST_INVALID","features":[305]},{"name":"ERROR_HV_PARTITION_TOO_DEEP","features":[305]},{"name":"ERROR_HV_PENDING_PAGE_REQUESTS","features":[305]},{"name":"ERROR_HV_PROCESSOR_STARTUP_TIMEOUT","features":[305]},{"name":"ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE","features":[305]},{"name":"ERROR_HV_SMX_ENABLED","features":[305]},{"name":"ERROR_HV_UNKNOWN_PROPERTY","features":[305]},{"name":"ERROR_HWNDS_HAVE_DIFF_PARENT","features":[305]},{"name":"ERROR_ICM_NOT_ENABLED","features":[305]},{"name":"ERROR_IDLE_DISCONNECTED","features":[305]},{"name":"ERROR_IEPORT_FULL","features":[305]},{"name":"ERROR_ILLEGAL_CHARACTER","features":[305]},{"name":"ERROR_ILLEGAL_DLL_RELOCATION","features":[305]},{"name":"ERROR_ILLEGAL_ELEMENT_ADDRESS","features":[305]},{"name":"ERROR_ILLEGAL_FLOAT_CONTEXT","features":[305]},{"name":"ERROR_ILL_FORMED_PASSWORD","features":[305]},{"name":"ERROR_IMAGE_AT_DIFFERENT_BASE","features":[305]},{"name":"ERROR_IMAGE_MACHINE_TYPE_MISMATCH","features":[305]},{"name":"ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE","features":[305]},{"name":"ERROR_IMAGE_NOT_AT_BASE","features":[305]},{"name":"ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT","features":[305]},{"name":"ERROR_IMPLEMENTATION_LIMIT","features":[305]},{"name":"ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED","features":[305]},{"name":"ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE","features":[305]},{"name":"ERROR_INCOMPATIBLE_SERVICE_SID_TYPE","features":[305]},{"name":"ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING","features":[305]},{"name":"ERROR_INCORRECT_ACCOUNT_TYPE","features":[305]},{"name":"ERROR_INCORRECT_ADDRESS","features":[305]},{"name":"ERROR_INCORRECT_SIZE","features":[305]},{"name":"ERROR_INC_BACKUP","features":[305]},{"name":"ERROR_INDEX_ABSENT","features":[305]},{"name":"ERROR_INDEX_OUT_OF_BOUNDS","features":[305]},{"name":"ERROR_INDIGENOUS_TYPE","features":[305]},{"name":"ERROR_INDOUBT_TRANSACTIONS_EXIST","features":[305]},{"name":"ERROR_INFLOOP_IN_RELOC_CHAIN","features":[305]},{"name":"ERROR_INF_IN_USE_BY_DEVICES","features":[305]},{"name":"ERROR_INSTALL_ALREADY_RUNNING","features":[305]},{"name":"ERROR_INSTALL_CANCEL","features":[305]},{"name":"ERROR_INSTALL_DEREGISTRATION_FAILURE","features":[305]},{"name":"ERROR_INSTALL_FAILED","features":[305]},{"name":"ERROR_INSTALL_FAILURE","features":[305]},{"name":"ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING","features":[305]},{"name":"ERROR_INSTALL_FULLTRUST_HOSTRUNTIME_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY","features":[305]},{"name":"ERROR_INSTALL_INVALID_PACKAGE","features":[305]},{"name":"ERROR_INSTALL_INVALID_RELATED_SET_UPDATE","features":[305]},{"name":"ERROR_INSTALL_LANGUAGE_UNSUPPORTED","features":[305]},{"name":"ERROR_INSTALL_LOG_FAILURE","features":[305]},{"name":"ERROR_INSTALL_NETWORK_FAILURE","features":[305]},{"name":"ERROR_INSTALL_NOTUSED","features":[305]},{"name":"ERROR_INSTALL_OPEN_PACKAGE_FAILED","features":[305]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE","features":[305]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE","features":[305]},{"name":"ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY","features":[305]},{"name":"ERROR_INSTALL_OUT_OF_DISK_SPACE","features":[305]},{"name":"ERROR_INSTALL_PACKAGE_DOWNGRADE","features":[305]},{"name":"ERROR_INSTALL_PACKAGE_INVALID","features":[305]},{"name":"ERROR_INSTALL_PACKAGE_NOT_FOUND","features":[305]},{"name":"ERROR_INSTALL_PACKAGE_OPEN_FAILED","features":[305]},{"name":"ERROR_INSTALL_PACKAGE_REJECTED","features":[305]},{"name":"ERROR_INSTALL_PACKAGE_VERSION","features":[305]},{"name":"ERROR_INSTALL_PLATFORM_UNSUPPORTED","features":[305]},{"name":"ERROR_INSTALL_POLICY_FAILURE","features":[305]},{"name":"ERROR_INSTALL_PREREQUISITE_FAILED","features":[305]},{"name":"ERROR_INSTALL_REGISTRATION_FAILURE","features":[305]},{"name":"ERROR_INSTALL_REJECTED","features":[305]},{"name":"ERROR_INSTALL_REMOTE_DISALLOWED","features":[305]},{"name":"ERROR_INSTALL_REMOTE_PROHIBITED","features":[305]},{"name":"ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED","features":[305]},{"name":"ERROR_INSTALL_RESOLVE_HOSTRUNTIME_DEPENDENCY_FAILED","features":[305]},{"name":"ERROR_INSTALL_SERVICE_FAILURE","features":[305]},{"name":"ERROR_INSTALL_SERVICE_SAFEBOOT","features":[305]},{"name":"ERROR_INSTALL_SOURCE_ABSENT","features":[305]},{"name":"ERROR_INSTALL_SUSPEND","features":[305]},{"name":"ERROR_INSTALL_TEMP_UNWRITABLE","features":[305]},{"name":"ERROR_INSTALL_TRANSFORM_FAILURE","features":[305]},{"name":"ERROR_INSTALL_TRANSFORM_REJECTED","features":[305]},{"name":"ERROR_INSTALL_UI_FAILURE","features":[305]},{"name":"ERROR_INSTALL_USEREXIT","features":[305]},{"name":"ERROR_INSTALL_VOLUME_CORRUPT","features":[305]},{"name":"ERROR_INSTALL_VOLUME_NOT_EMPTY","features":[305]},{"name":"ERROR_INSTALL_VOLUME_OFFLINE","features":[305]},{"name":"ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE","features":[305]},{"name":"ERROR_INSTRUCTION_MISALIGNMENT","features":[305]},{"name":"ERROR_INSUFFICIENT_BUFFER","features":[305]},{"name":"ERROR_INSUFFICIENT_LOGON_INFO","features":[305]},{"name":"ERROR_INSUFFICIENT_POWER","features":[305]},{"name":"ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE","features":[305]},{"name":"ERROR_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES","features":[305]},{"name":"ERROR_INTERFACE_ALREADY_EXISTS","features":[305]},{"name":"ERROR_INTERFACE_CONFIGURATION","features":[305]},{"name":"ERROR_INTERFACE_CONNECTED","features":[305]},{"name":"ERROR_INTERFACE_DEVICE_ACTIVE","features":[305]},{"name":"ERROR_INTERFACE_DEVICE_REMOVED","features":[305]},{"name":"ERROR_INTERFACE_DISABLED","features":[305]},{"name":"ERROR_INTERFACE_DISCONNECTED","features":[305]},{"name":"ERROR_INTERFACE_HAS_NO_DEVICES","features":[305]},{"name":"ERROR_INTERFACE_NOT_CONNECTED","features":[305]},{"name":"ERROR_INTERFACE_UNREACHABLE","features":[305]},{"name":"ERROR_INTERMIXED_KERNEL_EA_OPERATION","features":[305]},{"name":"ERROR_INTERNAL_DB_CORRUPTION","features":[305]},{"name":"ERROR_INTERNAL_DB_ERROR","features":[305]},{"name":"ERROR_INTERNAL_ERROR","features":[305]},{"name":"ERROR_INTERRUPT_STILL_CONNECTED","features":[305]},{"name":"ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED","features":[305]},{"name":"ERROR_INVALID_ACCEL_HANDLE","features":[305]},{"name":"ERROR_INVALID_ACCESS","features":[305]},{"name":"ERROR_INVALID_ACCOUNT_NAME","features":[305]},{"name":"ERROR_INVALID_ACE_CONDITION","features":[305]},{"name":"ERROR_INVALID_ACL","features":[305]},{"name":"ERROR_INVALID_ADDRESS","features":[305]},{"name":"ERROR_INVALID_ATTRIBUTE_LENGTH","features":[305]},{"name":"ERROR_INVALID_AT_INTERRUPT_TIME","features":[305]},{"name":"ERROR_INVALID_BLOCK","features":[305]},{"name":"ERROR_INVALID_BLOCK_LENGTH","features":[305]},{"name":"ERROR_INVALID_CAP","features":[305]},{"name":"ERROR_INVALID_CATEGORY","features":[305]},{"name":"ERROR_INVALID_CLASS","features":[305]},{"name":"ERROR_INVALID_CLASS_INSTALLER","features":[305]},{"name":"ERROR_INVALID_CLEANER","features":[305]},{"name":"ERROR_INVALID_CLUSTER_IPV6_ADDRESS","features":[305]},{"name":"ERROR_INVALID_CMM","features":[305]},{"name":"ERROR_INVALID_COINSTALLER","features":[305]},{"name":"ERROR_INVALID_COLORINDEX","features":[305]},{"name":"ERROR_INVALID_COLORSPACE","features":[305]},{"name":"ERROR_INVALID_COMBOBOX_MESSAGE","features":[305]},{"name":"ERROR_INVALID_COMMAND_LINE","features":[305]},{"name":"ERROR_INVALID_COMPUTERNAME","features":[305]},{"name":"ERROR_INVALID_CONFIG_VALUE","features":[305]},{"name":"ERROR_INVALID_CRUNTIME_PARAMETER","features":[305]},{"name":"ERROR_INVALID_CURSOR_HANDLE","features":[305]},{"name":"ERROR_INVALID_DATA","features":[305]},{"name":"ERROR_INVALID_DATATYPE","features":[305]},{"name":"ERROR_INVALID_DEVICE_OBJECT_PARAMETER","features":[305]},{"name":"ERROR_INVALID_DEVINST_NAME","features":[305]},{"name":"ERROR_INVALID_DLL","features":[305]},{"name":"ERROR_INVALID_DOMAINNAME","features":[305]},{"name":"ERROR_INVALID_DOMAIN_ROLE","features":[305]},{"name":"ERROR_INVALID_DOMAIN_STATE","features":[305]},{"name":"ERROR_INVALID_DRIVE","features":[305]},{"name":"ERROR_INVALID_DRIVE_OBJECT","features":[305]},{"name":"ERROR_INVALID_DWP_HANDLE","features":[305]},{"name":"ERROR_INVALID_EA_HANDLE","features":[305]},{"name":"ERROR_INVALID_EA_NAME","features":[305]},{"name":"ERROR_INVALID_EDIT_HEIGHT","features":[305]},{"name":"ERROR_INVALID_ENVIRONMENT","features":[305]},{"name":"ERROR_INVALID_EVENTNAME","features":[305]},{"name":"ERROR_INVALID_EVENT_COUNT","features":[305]},{"name":"ERROR_INVALID_EXCEPTION_HANDLER","features":[305]},{"name":"ERROR_INVALID_EXE_SIGNATURE","features":[305]},{"name":"ERROR_INVALID_FIELD","features":[305]},{"name":"ERROR_INVALID_FIELD_IN_PARAMETER_LIST","features":[305]},{"name":"ERROR_INVALID_FILTER_DRIVER","features":[305]},{"name":"ERROR_INVALID_FILTER_PROC","features":[305]},{"name":"ERROR_INVALID_FLAGS","features":[305]},{"name":"ERROR_INVALID_FLAG_NUMBER","features":[305]},{"name":"ERROR_INVALID_FORM_NAME","features":[305]},{"name":"ERROR_INVALID_FORM_SIZE","features":[305]},{"name":"ERROR_INVALID_FUNCTION","features":[305]},{"name":"ERROR_INVALID_GROUPNAME","features":[305]},{"name":"ERROR_INVALID_GROUP_ATTRIBUTES","features":[305]},{"name":"ERROR_INVALID_GW_COMMAND","features":[305]},{"name":"ERROR_INVALID_HANDLE","features":[305]},{"name":"ERROR_INVALID_HANDLE_STATE","features":[305]},{"name":"ERROR_INVALID_HOOK_FILTER","features":[305]},{"name":"ERROR_INVALID_HOOK_HANDLE","features":[305]},{"name":"ERROR_INVALID_HWPROFILE","features":[305]},{"name":"ERROR_INVALID_HW_PROFILE","features":[305]},{"name":"ERROR_INVALID_ICON_HANDLE","features":[305]},{"name":"ERROR_INVALID_ID_AUTHORITY","features":[305]},{"name":"ERROR_INVALID_IMAGE_HASH","features":[305]},{"name":"ERROR_INVALID_IMPORT_OF_NON_DLL","features":[305]},{"name":"ERROR_INVALID_INDEX","features":[305]},{"name":"ERROR_INVALID_INF_LOGCONFIG","features":[305]},{"name":"ERROR_INVALID_KERNEL_INFO_VERSION","features":[305]},{"name":"ERROR_INVALID_KEYBOARD_HANDLE","features":[305]},{"name":"ERROR_INVALID_LABEL","features":[305]},{"name":"ERROR_INVALID_LB_MESSAGE","features":[305]},{"name":"ERROR_INVALID_LDT_DESCRIPTOR","features":[305]},{"name":"ERROR_INVALID_LDT_OFFSET","features":[305]},{"name":"ERROR_INVALID_LDT_SIZE","features":[305]},{"name":"ERROR_INVALID_LEVEL","features":[305]},{"name":"ERROR_INVALID_LIBRARY","features":[305]},{"name":"ERROR_INVALID_LIST_FORMAT","features":[305]},{"name":"ERROR_INVALID_LOCK_RANGE","features":[305]},{"name":"ERROR_INVALID_LOGON_HOURS","features":[305]},{"name":"ERROR_INVALID_LOGON_TYPE","features":[305]},{"name":"ERROR_INVALID_MACHINENAME","features":[305]},{"name":"ERROR_INVALID_MEDIA","features":[305]},{"name":"ERROR_INVALID_MEDIA_POOL","features":[305]},{"name":"ERROR_INVALID_MEMBER","features":[305]},{"name":"ERROR_INVALID_MENU_HANDLE","features":[305]},{"name":"ERROR_INVALID_MESSAGE","features":[305]},{"name":"ERROR_INVALID_MESSAGEDEST","features":[305]},{"name":"ERROR_INVALID_MESSAGENAME","features":[305]},{"name":"ERROR_INVALID_MINALLOCSIZE","features":[305]},{"name":"ERROR_INVALID_MODULETYPE","features":[305]},{"name":"ERROR_INVALID_MONITOR_HANDLE","features":[305]},{"name":"ERROR_INVALID_MSGBOX_STYLE","features":[305]},{"name":"ERROR_INVALID_NAME","features":[305]},{"name":"ERROR_INVALID_NETNAME","features":[305]},{"name":"ERROR_INVALID_OPERATION","features":[305]},{"name":"ERROR_INVALID_OPERATION_ON_QUORUM","features":[305]},{"name":"ERROR_INVALID_OPLOCK_PROTOCOL","features":[305]},{"name":"ERROR_INVALID_ORDINAL","features":[305]},{"name":"ERROR_INVALID_OWNER","features":[305]},{"name":"ERROR_INVALID_PACKAGE_SID_LENGTH","features":[305]},{"name":"ERROR_INVALID_PACKET","features":[305]},{"name":"ERROR_INVALID_PACKET_LENGTH_OR_ID","features":[305]},{"name":"ERROR_INVALID_PARAMETER","features":[305]},{"name":"ERROR_INVALID_PASSWORD","features":[305]},{"name":"ERROR_INVALID_PASSWORDNAME","features":[305]},{"name":"ERROR_INVALID_PATCH_XML","features":[305]},{"name":"ERROR_INVALID_PEP_INFO_VERSION","features":[305]},{"name":"ERROR_INVALID_PIXEL_FORMAT","features":[305]},{"name":"ERROR_INVALID_PLUGPLAY_DEVICE_PATH","features":[305]},{"name":"ERROR_INVALID_PORT_ATTRIBUTES","features":[305]},{"name":"ERROR_INVALID_PRIMARY_GROUP","features":[305]},{"name":"ERROR_INVALID_PRINTER_COMMAND","features":[305]},{"name":"ERROR_INVALID_PRINTER_DRIVER_MANIFEST","features":[305]},{"name":"ERROR_INVALID_PRINTER_NAME","features":[305]},{"name":"ERROR_INVALID_PRINTER_STATE","features":[305]},{"name":"ERROR_INVALID_PRINT_MONITOR","features":[305]},{"name":"ERROR_INVALID_PRIORITY","features":[305]},{"name":"ERROR_INVALID_PROFILE","features":[305]},{"name":"ERROR_INVALID_PROPPAGE_PROVIDER","features":[305]},{"name":"ERROR_INVALID_QUOTA_LOWER","features":[305]},{"name":"ERROR_INVALID_RADIUS_RESPONSE","features":[305]},{"name":"ERROR_INVALID_REFERENCE_STRING","features":[305]},{"name":"ERROR_INVALID_REG_PROPERTY","features":[305]},{"name":"ERROR_INVALID_REPARSE_DATA","features":[305]},{"name":"ERROR_INVALID_RUNLEVEL_SETTING","features":[305]},{"name":"ERROR_INVALID_SCROLLBAR_RANGE","features":[305]},{"name":"ERROR_INVALID_SECURITY_DESCR","features":[305]},{"name":"ERROR_INVALID_SEGDPL","features":[305]},{"name":"ERROR_INVALID_SEGMENT_NUMBER","features":[305]},{"name":"ERROR_INVALID_SEPARATOR_FILE","features":[305]},{"name":"ERROR_INVALID_SERVER_STATE","features":[305]},{"name":"ERROR_INVALID_SERVICENAME","features":[305]},{"name":"ERROR_INVALID_SERVICE_ACCOUNT","features":[305]},{"name":"ERROR_INVALID_SERVICE_CONTROL","features":[305]},{"name":"ERROR_INVALID_SERVICE_LOCK","features":[305]},{"name":"ERROR_INVALID_SHARENAME","features":[305]},{"name":"ERROR_INVALID_SHOWWIN_COMMAND","features":[305]},{"name":"ERROR_INVALID_SID","features":[305]},{"name":"ERROR_INVALID_SIGNAL_NUMBER","features":[305]},{"name":"ERROR_INVALID_SIGNATURE","features":[305]},{"name":"ERROR_INVALID_SIGNATURE_LENGTH","features":[305]},{"name":"ERROR_INVALID_SPI_VALUE","features":[305]},{"name":"ERROR_INVALID_STACKSEG","features":[305]},{"name":"ERROR_INVALID_STAGED_SIGNATURE","features":[305]},{"name":"ERROR_INVALID_STARTING_CODESEG","features":[305]},{"name":"ERROR_INVALID_STATE","features":[305]},{"name":"ERROR_INVALID_SUB_AUTHORITY","features":[305]},{"name":"ERROR_INVALID_TABLE","features":[305]},{"name":"ERROR_INVALID_TARGET","features":[305]},{"name":"ERROR_INVALID_TARGET_HANDLE","features":[305]},{"name":"ERROR_INVALID_TASK_INDEX","features":[305]},{"name":"ERROR_INVALID_TASK_NAME","features":[305]},{"name":"ERROR_INVALID_THREAD_ID","features":[305]},{"name":"ERROR_INVALID_TIME","features":[305]},{"name":"ERROR_INVALID_TOKEN","features":[305]},{"name":"ERROR_INVALID_TRANSACTION","features":[305]},{"name":"ERROR_INVALID_TRANSFORM","features":[305]},{"name":"ERROR_INVALID_UNWIND_TARGET","features":[305]},{"name":"ERROR_INVALID_USER_BUFFER","features":[305]},{"name":"ERROR_INVALID_USER_PRINCIPAL_NAME","features":[305]},{"name":"ERROR_INVALID_VARIANT","features":[305]},{"name":"ERROR_INVALID_VERIFY_SWITCH","features":[305]},{"name":"ERROR_INVALID_WINDOW_HANDLE","features":[305]},{"name":"ERROR_INVALID_WINDOW_STYLE","features":[305]},{"name":"ERROR_INVALID_WORKSTATION","features":[305]},{"name":"ERROR_IN_WOW64","features":[305]},{"name":"ERROR_IOPL_NOT_ENABLED","features":[305]},{"name":"ERROR_IO_DEVICE","features":[305]},{"name":"ERROR_IO_INCOMPLETE","features":[305]},{"name":"ERROR_IO_PENDING","features":[305]},{"name":"ERROR_IO_PREEMPTED","features":[305]},{"name":"ERROR_IO_PRIVILEGE_FAILED","features":[305]},{"name":"ERROR_IO_REISSUE_AS_CACHED","features":[305]},{"name":"ERROR_IPSEC_AUTH_FIREWALL_DROP","features":[305]},{"name":"ERROR_IPSEC_BAD_SPI","features":[305]},{"name":"ERROR_IPSEC_CLEAR_TEXT_DROP","features":[305]},{"name":"ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND","features":[305]},{"name":"ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND","features":[305]},{"name":"ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND","features":[305]},{"name":"ERROR_IPSEC_DOSP_BLOCK","features":[305]},{"name":"ERROR_IPSEC_DOSP_INVALID_PACKET","features":[305]},{"name":"ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED","features":[305]},{"name":"ERROR_IPSEC_DOSP_MAX_ENTRIES","features":[305]},{"name":"ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES","features":[305]},{"name":"ERROR_IPSEC_DOSP_NOT_INSTALLED","features":[305]},{"name":"ERROR_IPSEC_DOSP_RECEIVED_MULTICAST","features":[305]},{"name":"ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED","features":[305]},{"name":"ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED","features":[305]},{"name":"ERROR_IPSEC_IKE_ATTRIB_FAIL","features":[305]},{"name":"ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE","features":[305]},{"name":"ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY","features":[305]},{"name":"ERROR_IPSEC_IKE_AUTH_FAIL","features":[305]},{"name":"ERROR_IPSEC_IKE_BENIGN_REINIT","features":[305]},{"name":"ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH","features":[305]},{"name":"ERROR_IPSEC_IKE_CGA_AUTH_FAILED","features":[305]},{"name":"ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS","features":[305]},{"name":"ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED","features":[305]},{"name":"ERROR_IPSEC_IKE_CRL_FAILED","features":[305]},{"name":"ERROR_IPSEC_IKE_DECRYPT","features":[305]},{"name":"ERROR_IPSEC_IKE_DH_FAIL","features":[305]},{"name":"ERROR_IPSEC_IKE_DH_FAILURE","features":[305]},{"name":"ERROR_IPSEC_IKE_DOS_COOKIE_SENT","features":[305]},{"name":"ERROR_IPSEC_IKE_DROP_NO_RESPONSE","features":[305]},{"name":"ERROR_IPSEC_IKE_ENCRYPT","features":[305]},{"name":"ERROR_IPSEC_IKE_ERROR","features":[305]},{"name":"ERROR_IPSEC_IKE_FAILQUERYSSP","features":[305]},{"name":"ERROR_IPSEC_IKE_FAILSSPINIT","features":[305]},{"name":"ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR","features":[305]},{"name":"ERROR_IPSEC_IKE_GETSPIFAIL","features":[305]},{"name":"ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_AUTH_ALG","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_CERT_TYPE","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_COOKIE","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_FILTER","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_GROUP","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH_ALG","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_HASH_SIZE","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_HEADER","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_KEY_USAGE","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_MM_FOR_QM","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_PAYLOAD","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_POLICY","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_SIG","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_SIGNATURE","features":[305]},{"name":"ERROR_IPSEC_IKE_INVALID_SITUATION","features":[305]},{"name":"ERROR_IPSEC_IKE_KERBEROS_ERROR","features":[305]},{"name":"ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL","features":[305]},{"name":"ERROR_IPSEC_IKE_LOAD_FAILED","features":[305]},{"name":"ERROR_IPSEC_IKE_LOAD_SOFT_SA","features":[305]},{"name":"ERROR_IPSEC_IKE_MM_ACQUIRE_DROP","features":[305]},{"name":"ERROR_IPSEC_IKE_MM_DELAY_DROP","features":[305]},{"name":"ERROR_IPSEC_IKE_MM_EXPIRED","features":[305]},{"name":"ERROR_IPSEC_IKE_MM_LIMIT","features":[305]},{"name":"ERROR_IPSEC_IKE_NEGOTIATION_DISABLED","features":[305]},{"name":"ERROR_IPSEC_IKE_NEGOTIATION_PENDING","features":[305]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_BEGIN","features":[305]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_END","features":[305]},{"name":"ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END","features":[305]},{"name":"ERROR_IPSEC_IKE_NOTCBPRIV","features":[305]},{"name":"ERROR_IPSEC_IKE_NO_CERT","features":[305]},{"name":"ERROR_IPSEC_IKE_NO_MM_POLICY","features":[305]},{"name":"ERROR_IPSEC_IKE_NO_PEER_CERT","features":[305]},{"name":"ERROR_IPSEC_IKE_NO_POLICY","features":[305]},{"name":"ERROR_IPSEC_IKE_NO_PRIVATE_KEY","features":[305]},{"name":"ERROR_IPSEC_IKE_NO_PUBLIC_KEY","features":[305]},{"name":"ERROR_IPSEC_IKE_OUT_OF_MEMORY","features":[305]},{"name":"ERROR_IPSEC_IKE_PEER_CRL_FAILED","features":[305]},{"name":"ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE","features":[305]},{"name":"ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID","features":[305]},{"name":"ERROR_IPSEC_IKE_POLICY_CHANGE","features":[305]},{"name":"ERROR_IPSEC_IKE_POLICY_MATCH","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_CERT","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_DELETE","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_HASH","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_ID","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_KE","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NATOA","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NONCE","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_PROP","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_SA","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_SIG","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_TRANS","features":[305]},{"name":"ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR","features":[305]},{"name":"ERROR_IPSEC_IKE_QM_ACQUIRE_DROP","features":[305]},{"name":"ERROR_IPSEC_IKE_QM_DELAY_DROP","features":[305]},{"name":"ERROR_IPSEC_IKE_QM_EXPIRED","features":[305]},{"name":"ERROR_IPSEC_IKE_QM_LIMIT","features":[305]},{"name":"ERROR_IPSEC_IKE_QUEUE_DROP_MM","features":[305]},{"name":"ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM","features":[305]},{"name":"ERROR_IPSEC_IKE_RATELIMIT_DROP","features":[305]},{"name":"ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING","features":[305]},{"name":"ERROR_IPSEC_IKE_RPC_DELETE","features":[305]},{"name":"ERROR_IPSEC_IKE_SA_DELETED","features":[305]},{"name":"ERROR_IPSEC_IKE_SA_REAPED","features":[305]},{"name":"ERROR_IPSEC_IKE_SECLOADFAIL","features":[305]},{"name":"ERROR_IPSEC_IKE_SHUTTING_DOWN","features":[305]},{"name":"ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY","features":[305]},{"name":"ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN","features":[305]},{"name":"ERROR_IPSEC_IKE_SRVACQFAIL","features":[305]},{"name":"ERROR_IPSEC_IKE_SRVQUERYCRED","features":[305]},{"name":"ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE","features":[305]},{"name":"ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE","features":[305]},{"name":"ERROR_IPSEC_IKE_TIMED_OUT","features":[305]},{"name":"ERROR_IPSEC_IKE_TOO_MANY_FILTERS","features":[305]},{"name":"ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID","features":[305]},{"name":"ERROR_IPSEC_IKE_UNKNOWN_DOI","features":[305]},{"name":"ERROR_IPSEC_IKE_UNSUPPORTED_ID","features":[305]},{"name":"ERROR_IPSEC_INTEGRITY_CHECK_FAILED","features":[305]},{"name":"ERROR_IPSEC_INVALID_PACKET","features":[305]},{"name":"ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING","features":[305]},{"name":"ERROR_IPSEC_MM_AUTH_EXISTS","features":[305]},{"name":"ERROR_IPSEC_MM_AUTH_IN_USE","features":[305]},{"name":"ERROR_IPSEC_MM_AUTH_NOT_FOUND","features":[305]},{"name":"ERROR_IPSEC_MM_AUTH_PENDING_DELETION","features":[305]},{"name":"ERROR_IPSEC_MM_FILTER_EXISTS","features":[305]},{"name":"ERROR_IPSEC_MM_FILTER_NOT_FOUND","features":[305]},{"name":"ERROR_IPSEC_MM_FILTER_PENDING_DELETION","features":[305]},{"name":"ERROR_IPSEC_MM_POLICY_EXISTS","features":[305]},{"name":"ERROR_IPSEC_MM_POLICY_IN_USE","features":[305]},{"name":"ERROR_IPSEC_MM_POLICY_NOT_FOUND","features":[305]},{"name":"ERROR_IPSEC_MM_POLICY_PENDING_DELETION","features":[305]},{"name":"ERROR_IPSEC_QM_POLICY_EXISTS","features":[305]},{"name":"ERROR_IPSEC_QM_POLICY_IN_USE","features":[305]},{"name":"ERROR_IPSEC_QM_POLICY_NOT_FOUND","features":[305]},{"name":"ERROR_IPSEC_QM_POLICY_PENDING_DELETION","features":[305]},{"name":"ERROR_IPSEC_REPLAY_CHECK_FAILED","features":[305]},{"name":"ERROR_IPSEC_SA_LIFETIME_EXPIRED","features":[305]},{"name":"ERROR_IPSEC_THROTTLE_DROP","features":[305]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_EXISTS","features":[305]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND","features":[305]},{"name":"ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION","features":[305]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_EXISTS","features":[305]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND","features":[305]},{"name":"ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION","features":[305]},{"name":"ERROR_IPSEC_WRONG_SA","features":[305]},{"name":"ERROR_IP_ADDRESS_CONFLICT1","features":[305]},{"name":"ERROR_IP_ADDRESS_CONFLICT2","features":[305]},{"name":"ERROR_IRQ_BUSY","features":[305]},{"name":"ERROR_IS_JOINED","features":[305]},{"name":"ERROR_IS_JOIN_PATH","features":[305]},{"name":"ERROR_IS_JOIN_TARGET","features":[305]},{"name":"ERROR_IS_SUBSTED","features":[305]},{"name":"ERROR_IS_SUBST_PATH","features":[305]},{"name":"ERROR_IS_SUBST_TARGET","features":[305]},{"name":"ERROR_ITERATED_DATA_EXCEEDS_64k","features":[305]},{"name":"ERROR_JOB_NO_CONTAINER","features":[305]},{"name":"ERROR_JOIN_TO_JOIN","features":[305]},{"name":"ERROR_JOIN_TO_SUBST","features":[305]},{"name":"ERROR_JOURNAL_DELETE_IN_PROGRESS","features":[305]},{"name":"ERROR_JOURNAL_ENTRY_DELETED","features":[305]},{"name":"ERROR_JOURNAL_HOOK_SET","features":[305]},{"name":"ERROR_JOURNAL_NOT_ACTIVE","features":[305]},{"name":"ERROR_KERNEL_APC","features":[305]},{"name":"ERROR_KEY_DELETED","features":[305]},{"name":"ERROR_KEY_DOES_NOT_EXIST","features":[305]},{"name":"ERROR_KEY_HAS_CHILDREN","features":[305]},{"name":"ERROR_KM_DRIVER_BLOCKED","features":[305]},{"name":"ERROR_LABEL_TOO_LONG","features":[305]},{"name":"ERROR_LAPS_ENCRYPTION_REQUIRES_2016_DFL","features":[305]},{"name":"ERROR_LAPS_LEGACY_SCHEMA_MISSING","features":[305]},{"name":"ERROR_LAPS_SCHEMA_MISSING","features":[305]},{"name":"ERROR_LAST_ADMIN","features":[305]},{"name":"ERROR_LB_WITHOUT_TABSTOPS","features":[305]},{"name":"ERROR_LIBRARY_FULL","features":[305]},{"name":"ERROR_LIBRARY_OFFLINE","features":[305]},{"name":"ERROR_LICENSE_QUOTA_EXCEEDED","features":[305]},{"name":"ERROR_LINE_NOT_FOUND","features":[305]},{"name":"ERROR_LINUX_SUBSYSTEM_NOT_PRESENT","features":[305]},{"name":"ERROR_LINUX_SUBSYSTEM_UPDATE_REQUIRED","features":[305]},{"name":"ERROR_LISTBOX_ID_NOT_FOUND","features":[305]},{"name":"ERROR_LM_CROSS_ENCRYPTION_REQUIRED","features":[305]},{"name":"ERROR_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED","features":[305]},{"name":"ERROR_LOCAL_USER_SESSION_KEY","features":[305]},{"name":"ERROR_LOCKED","features":[305]},{"name":"ERROR_LOCK_FAILED","features":[305]},{"name":"ERROR_LOCK_VIOLATION","features":[305]},{"name":"ERROR_LOGIN_TIME_RESTRICTION","features":[305]},{"name":"ERROR_LOGIN_WKSTA_RESTRICTION","features":[305]},{"name":"ERROR_LOGON_FAILURE","features":[305]},{"name":"ERROR_LOGON_NOT_GRANTED","features":[305]},{"name":"ERROR_LOGON_SERVER_CONFLICT","features":[305]},{"name":"ERROR_LOGON_SESSION_COLLISION","features":[305]},{"name":"ERROR_LOGON_SESSION_EXISTS","features":[305]},{"name":"ERROR_LOGON_TYPE_NOT_GRANTED","features":[305]},{"name":"ERROR_LOG_APPENDED_FLUSH_FAILED","features":[305]},{"name":"ERROR_LOG_ARCHIVE_IN_PROGRESS","features":[305]},{"name":"ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS","features":[305]},{"name":"ERROR_LOG_BLOCKS_EXHAUSTED","features":[305]},{"name":"ERROR_LOG_BLOCK_INCOMPLETE","features":[305]},{"name":"ERROR_LOG_BLOCK_INVALID","features":[305]},{"name":"ERROR_LOG_BLOCK_VERSION","features":[305]},{"name":"ERROR_LOG_CANT_DELETE","features":[305]},{"name":"ERROR_LOG_CLIENT_ALREADY_REGISTERED","features":[305]},{"name":"ERROR_LOG_CLIENT_NOT_REGISTERED","features":[305]},{"name":"ERROR_LOG_CONTAINER_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_LOG_CONTAINER_OPEN_FAILED","features":[305]},{"name":"ERROR_LOG_CONTAINER_READ_FAILED","features":[305]},{"name":"ERROR_LOG_CONTAINER_STATE_INVALID","features":[305]},{"name":"ERROR_LOG_CONTAINER_WRITE_FAILED","features":[305]},{"name":"ERROR_LOG_CORRUPTION_DETECTED","features":[305]},{"name":"ERROR_LOG_DEDICATED","features":[305]},{"name":"ERROR_LOG_EPHEMERAL","features":[305]},{"name":"ERROR_LOG_FILE_FULL","features":[305]},{"name":"ERROR_LOG_FULL","features":[305]},{"name":"ERROR_LOG_FULL_HANDLER_IN_PROGRESS","features":[305]},{"name":"ERROR_LOG_GROWTH_FAILED","features":[305]},{"name":"ERROR_LOG_HARD_ERROR","features":[305]},{"name":"ERROR_LOG_INCONSISTENT_SECURITY","features":[305]},{"name":"ERROR_LOG_INVALID_RANGE","features":[305]},{"name":"ERROR_LOG_METADATA_CORRUPT","features":[305]},{"name":"ERROR_LOG_METADATA_FLUSH_FAILED","features":[305]},{"name":"ERROR_LOG_METADATA_INCONSISTENT","features":[305]},{"name":"ERROR_LOG_METADATA_INVALID","features":[305]},{"name":"ERROR_LOG_MULTIPLEXED","features":[305]},{"name":"ERROR_LOG_NOT_ENOUGH_CONTAINERS","features":[305]},{"name":"ERROR_LOG_NO_RESTART","features":[305]},{"name":"ERROR_LOG_PINNED","features":[305]},{"name":"ERROR_LOG_PINNED_ARCHIVE_TAIL","features":[305]},{"name":"ERROR_LOG_PINNED_RESERVATION","features":[305]},{"name":"ERROR_LOG_POLICY_ALREADY_INSTALLED","features":[305]},{"name":"ERROR_LOG_POLICY_CONFLICT","features":[305]},{"name":"ERROR_LOG_POLICY_INVALID","features":[305]},{"name":"ERROR_LOG_POLICY_NOT_INSTALLED","features":[305]},{"name":"ERROR_LOG_READ_CONTEXT_INVALID","features":[305]},{"name":"ERROR_LOG_READ_MODE_INVALID","features":[305]},{"name":"ERROR_LOG_RECORDS_RESERVED_INVALID","features":[305]},{"name":"ERROR_LOG_RECORD_NONEXISTENT","features":[305]},{"name":"ERROR_LOG_RESERVATION_INVALID","features":[305]},{"name":"ERROR_LOG_RESIZE_INVALID_SIZE","features":[305]},{"name":"ERROR_LOG_RESTART_INVALID","features":[305]},{"name":"ERROR_LOG_SECTOR_INVALID","features":[305]},{"name":"ERROR_LOG_SECTOR_PARITY_INVALID","features":[305]},{"name":"ERROR_LOG_SECTOR_REMAPPED","features":[305]},{"name":"ERROR_LOG_SPACE_RESERVED_INVALID","features":[305]},{"name":"ERROR_LOG_START_OF_LOG","features":[305]},{"name":"ERROR_LOG_STATE_INVALID","features":[305]},{"name":"ERROR_LOG_TAIL_INVALID","features":[305]},{"name":"ERROR_LONGJUMP","features":[305]},{"name":"ERROR_LOST_MODE_LOGON_RESTRICTION","features":[305]},{"name":"ERROR_LOST_WRITEBEHIND_DATA","features":[305]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR","features":[305]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED","features":[305]},{"name":"ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR","features":[305]},{"name":"ERROR_LUIDS_EXHAUSTED","features":[305]},{"name":"ERROR_MACHINE_LOCKED","features":[305]},{"name":"ERROR_MACHINE_SCOPE_NOT_ALLOWED","features":[305]},{"name":"ERROR_MACHINE_UNAVAILABLE","features":[305]},{"name":"ERROR_MAGAZINE_NOT_PRESENT","features":[305]},{"name":"ERROR_MALFORMED_SUBSTITUTION_STRING","features":[305]},{"name":"ERROR_MAPPED_ALIGNMENT","features":[305]},{"name":"ERROR_MARKED_TO_DISALLOW_WRITES","features":[305]},{"name":"ERROR_MARSHALL_OVERFLOW","features":[305]},{"name":"ERROR_MAX_CLIENT_INTERFACE_LIMIT","features":[305]},{"name":"ERROR_MAX_LAN_INTERFACE_LIMIT","features":[305]},{"name":"ERROR_MAX_SESSIONS_REACHED","features":[305]},{"name":"ERROR_MAX_THRDS_REACHED","features":[305]},{"name":"ERROR_MAX_WAN_INTERFACE_LIMIT","features":[305]},{"name":"ERROR_MCA_EXCEPTION","features":[305]},{"name":"ERROR_MCA_INTERNAL_ERROR","features":[305]},{"name":"ERROR_MCA_INVALID_CAPABILITIES_STRING","features":[305]},{"name":"ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED","features":[305]},{"name":"ERROR_MCA_INVALID_VCP_VERSION","features":[305]},{"name":"ERROR_MCA_MCCS_VERSION_MISMATCH","features":[305]},{"name":"ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION","features":[305]},{"name":"ERROR_MCA_OCCURED","features":[305]},{"name":"ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE","features":[305]},{"name":"ERROR_MCA_UNSUPPORTED_MCCS_VERSION","features":[305]},{"name":"ERROR_MEDIA_CHANGED","features":[305]},{"name":"ERROR_MEDIA_CHECK","features":[305]},{"name":"ERROR_MEDIA_INCOMPATIBLE","features":[305]},{"name":"ERROR_MEDIA_NOT_AVAILABLE","features":[305]},{"name":"ERROR_MEDIA_OFFLINE","features":[305]},{"name":"ERROR_MEDIA_UNAVAILABLE","features":[305]},{"name":"ERROR_MEDIUM_NOT_ACCESSIBLE","features":[305]},{"name":"ERROR_MEMBERS_PRIMARY_GROUP","features":[305]},{"name":"ERROR_MEMBER_IN_ALIAS","features":[305]},{"name":"ERROR_MEMBER_IN_GROUP","features":[305]},{"name":"ERROR_MEMBER_NOT_IN_ALIAS","features":[305]},{"name":"ERROR_MEMBER_NOT_IN_GROUP","features":[305]},{"name":"ERROR_MEMORY_HARDWARE","features":[305]},{"name":"ERROR_MENU_ITEM_NOT_FOUND","features":[305]},{"name":"ERROR_MESSAGE_EXCEEDS_MAX_SIZE","features":[305]},{"name":"ERROR_MESSAGE_SYNC_ONLY","features":[305]},{"name":"ERROR_METAFILE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_META_EXPANSION_TOO_LONG","features":[305]},{"name":"ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION","features":[305]},{"name":"ERROR_MISSING_SYSTEMFILE","features":[305]},{"name":"ERROR_MOD_NOT_FOUND","features":[305]},{"name":"ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM","features":[305]},{"name":"ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK","features":[305]},{"name":"ERROR_MONITOR_INVALID_MANUFACTURE_DATE","features":[305]},{"name":"ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK","features":[305]},{"name":"ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK","features":[305]},{"name":"ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK","features":[305]},{"name":"ERROR_MONITOR_NO_DESCRIPTOR","features":[305]},{"name":"ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA","features":[305]},{"name":"ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT","features":[305]},{"name":"ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED","features":[305]},{"name":"ERROR_MORE_DATA","features":[305]},{"name":"ERROR_MORE_WRITES","features":[305]},{"name":"ERROR_MOUNT_POINT_NOT_RESOLVED","features":[305]},{"name":"ERROR_MP_PROCESSOR_MISMATCH","features":[305]},{"name":"ERROR_MRM_AUTOMERGE_ENABLED","features":[305]},{"name":"ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE","features":[305]},{"name":"ERROR_MRM_DUPLICATE_ENTRY","features":[305]},{"name":"ERROR_MRM_DUPLICATE_MAP_NAME","features":[305]},{"name":"ERROR_MRM_FILEPATH_TOO_LONG","features":[305]},{"name":"ERROR_MRM_GENERATION_COUNT_MISMATCH","features":[305]},{"name":"ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE","features":[305]},{"name":"ERROR_MRM_INVALID_FILE_TYPE","features":[305]},{"name":"ERROR_MRM_INVALID_PRICONFIG","features":[305]},{"name":"ERROR_MRM_INVALID_PRI_FILE","features":[305]},{"name":"ERROR_MRM_INVALID_QUALIFIER_OPERATOR","features":[305]},{"name":"ERROR_MRM_INVALID_QUALIFIER_VALUE","features":[305]},{"name":"ERROR_MRM_INVALID_RESOURCE_IDENTIFIER","features":[305]},{"name":"ERROR_MRM_MAP_NOT_FOUND","features":[305]},{"name":"ERROR_MRM_MISSING_DEFAULT_LANGUAGE","features":[305]},{"name":"ERROR_MRM_NAMED_RESOURCE_NOT_FOUND","features":[305]},{"name":"ERROR_MRM_NO_CANDIDATE","features":[305]},{"name":"ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD","features":[305]},{"name":"ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE","features":[305]},{"name":"ERROR_MRM_PACKAGE_NOT_FOUND","features":[305]},{"name":"ERROR_MRM_RESOURCE_TYPE_MISMATCH","features":[305]},{"name":"ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE","features":[305]},{"name":"ERROR_MRM_SCOPE_ITEM_CONFLICT","features":[305]},{"name":"ERROR_MRM_TOO_MANY_RESOURCES","features":[305]},{"name":"ERROR_MRM_UNKNOWN_QUALIFIER","features":[305]},{"name":"ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE","features":[305]},{"name":"ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE","features":[305]},{"name":"ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE","features":[305]},{"name":"ERROR_MRM_UNSUPPORTED_PROFILE_TYPE","features":[305]},{"name":"ERROR_MR_MID_NOT_FOUND","features":[305]},{"name":"ERROR_MUI_FILE_NOT_FOUND","features":[305]},{"name":"ERROR_MUI_FILE_NOT_LOADED","features":[305]},{"name":"ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME","features":[305]},{"name":"ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED","features":[305]},{"name":"ERROR_MUI_INVALID_FILE","features":[305]},{"name":"ERROR_MUI_INVALID_LOCALE_NAME","features":[305]},{"name":"ERROR_MUI_INVALID_RC_CONFIG","features":[305]},{"name":"ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME","features":[305]},{"name":"ERROR_MULTIPLE_FAULT_VIOLATION","features":[305]},{"name":"ERROR_MUTANT_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_MUTUAL_AUTH_FAILED","features":[305]},{"name":"ERROR_NDIS_ADAPTER_NOT_FOUND","features":[305]},{"name":"ERROR_NDIS_ADAPTER_NOT_READY","features":[305]},{"name":"ERROR_NDIS_ADAPTER_REMOVED","features":[305]},{"name":"ERROR_NDIS_ALREADY_MAPPED","features":[305]},{"name":"ERROR_NDIS_BAD_CHARACTERISTICS","features":[305]},{"name":"ERROR_NDIS_BAD_VERSION","features":[305]},{"name":"ERROR_NDIS_BUFFER_TOO_SHORT","features":[305]},{"name":"ERROR_NDIS_DEVICE_FAILED","features":[305]},{"name":"ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE","features":[305]},{"name":"ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED","features":[305]},{"name":"ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE","features":[305]},{"name":"ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED","features":[305]},{"name":"ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED","features":[305]},{"name":"ERROR_NDIS_DOT11_MEDIA_IN_USE","features":[305]},{"name":"ERROR_NDIS_DOT11_POWER_STATE_INVALID","features":[305]},{"name":"ERROR_NDIS_ERROR_READING_FILE","features":[305]},{"name":"ERROR_NDIS_FILE_NOT_FOUND","features":[305]},{"name":"ERROR_NDIS_GROUP_ADDRESS_IN_USE","features":[305]},{"name":"ERROR_NDIS_INDICATION_REQUIRED","features":[305]},{"name":"ERROR_NDIS_INTERFACE_CLOSING","features":[305]},{"name":"ERROR_NDIS_INTERFACE_NOT_FOUND","features":[305]},{"name":"ERROR_NDIS_INVALID_ADDRESS","features":[305]},{"name":"ERROR_NDIS_INVALID_DATA","features":[305]},{"name":"ERROR_NDIS_INVALID_DEVICE_REQUEST","features":[305]},{"name":"ERROR_NDIS_INVALID_LENGTH","features":[305]},{"name":"ERROR_NDIS_INVALID_OID","features":[305]},{"name":"ERROR_NDIS_INVALID_PACKET","features":[305]},{"name":"ERROR_NDIS_INVALID_PORT","features":[305]},{"name":"ERROR_NDIS_INVALID_PORT_STATE","features":[305]},{"name":"ERROR_NDIS_LOW_POWER_STATE","features":[305]},{"name":"ERROR_NDIS_MEDIA_DISCONNECTED","features":[305]},{"name":"ERROR_NDIS_MULTICAST_EXISTS","features":[305]},{"name":"ERROR_NDIS_MULTICAST_FULL","features":[305]},{"name":"ERROR_NDIS_MULTICAST_NOT_FOUND","features":[305]},{"name":"ERROR_NDIS_NOT_SUPPORTED","features":[305]},{"name":"ERROR_NDIS_NO_QUEUES","features":[305]},{"name":"ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED","features":[305]},{"name":"ERROR_NDIS_OFFLOAD_PATH_REJECTED","features":[305]},{"name":"ERROR_NDIS_OFFLOAD_POLICY","features":[305]},{"name":"ERROR_NDIS_OPEN_FAILED","features":[305]},{"name":"ERROR_NDIS_PAUSED","features":[305]},{"name":"ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL","features":[305]},{"name":"ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL","features":[305]},{"name":"ERROR_NDIS_REINIT_REQUIRED","features":[305]},{"name":"ERROR_NDIS_REQUEST_ABORTED","features":[305]},{"name":"ERROR_NDIS_RESET_IN_PROGRESS","features":[305]},{"name":"ERROR_NDIS_RESOURCE_CONFLICT","features":[305]},{"name":"ERROR_NDIS_UNSUPPORTED_MEDIA","features":[305]},{"name":"ERROR_NDIS_UNSUPPORTED_REVISION","features":[305]},{"name":"ERROR_NEEDS_REGISTRATION","features":[305]},{"name":"ERROR_NEEDS_REMEDIATION","features":[305]},{"name":"ERROR_NEGATIVE_SEEK","features":[305]},{"name":"ERROR_NESTING_NOT_ALLOWED","features":[305]},{"name":"ERROR_NETLOGON_NOT_STARTED","features":[305]},{"name":"ERROR_NETNAME_DELETED","features":[305]},{"name":"ERROR_NETWORK_ACCESS_DENIED","features":[305]},{"name":"ERROR_NETWORK_ACCESS_DENIED_EDP","features":[305]},{"name":"ERROR_NETWORK_AUTHENTICATION_PROMPT_CANCELED","features":[305]},{"name":"ERROR_NETWORK_BUSY","features":[305]},{"name":"ERROR_NETWORK_NOT_AVAILABLE","features":[305]},{"name":"ERROR_NETWORK_UNREACHABLE","features":[305]},{"name":"ERROR_NET_OPEN_FAILED","features":[305]},{"name":"ERROR_NET_WRITE_FAULT","features":[305]},{"name":"ERROR_NOACCESS","features":[305]},{"name":"ERROR_NODE_CANNOT_BE_CLUSTERED","features":[305]},{"name":"ERROR_NODE_CANT_HOST_RESOURCE","features":[305]},{"name":"ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER","features":[305]},{"name":"ERROR_NODE_NOT_AVAILABLE","features":[305]},{"name":"ERROR_NOINTERFACE","features":[305]},{"name":"ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT","features":[305]},{"name":"ERROR_NOLOGON_SERVER_TRUST_ACCOUNT","features":[305]},{"name":"ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT","features":[305]},{"name":"ERROR_NONCORE_GROUPS_FOUND","features":[305]},{"name":"ERROR_NONE_MAPPED","features":[305]},{"name":"ERROR_NONPAGED_SYSTEM_RESOURCES","features":[305]},{"name":"ERROR_NON_ACCOUNT_SID","features":[305]},{"name":"ERROR_NON_CSV_PATH","features":[305]},{"name":"ERROR_NON_DOMAIN_SID","features":[305]},{"name":"ERROR_NON_MDICHILD_WINDOW","features":[305]},{"name":"ERROR_NON_WINDOWS_DRIVER","features":[305]},{"name":"ERROR_NON_WINDOWS_NT_DRIVER","features":[305]},{"name":"ERROR_NOTHING_TO_TERMINATE","features":[305]},{"name":"ERROR_NOTIFICATION_GUID_ALREADY_DEFINED","features":[305]},{"name":"ERROR_NOTIFY_CLEANUP","features":[305]},{"name":"ERROR_NOTIFY_ENUM_DIR","features":[305]},{"name":"ERROR_NOT_ALLOWED_ON_SYSTEM_FILE","features":[305]},{"name":"ERROR_NOT_ALL_ASSIGNED","features":[305]},{"name":"ERROR_NOT_AN_INSTALLED_OEM_INF","features":[305]},{"name":"ERROR_NOT_APPCONTAINER","features":[305]},{"name":"ERROR_NOT_AUTHENTICATED","features":[305]},{"name":"ERROR_NOT_A_CLOUD_FILE","features":[305]},{"name":"ERROR_NOT_A_CLOUD_SYNC_ROOT","features":[305]},{"name":"ERROR_NOT_A_DAX_VOLUME","features":[305]},{"name":"ERROR_NOT_A_DEV_VOLUME","features":[305]},{"name":"ERROR_NOT_A_REPARSE_POINT","features":[305]},{"name":"ERROR_NOT_A_TIERED_VOLUME","features":[305]},{"name":"ERROR_NOT_CAPABLE","features":[305]},{"name":"ERROR_NOT_CHILD_WINDOW","features":[305]},{"name":"ERROR_NOT_CLIENT_PORT","features":[305]},{"name":"ERROR_NOT_CONNECTED","features":[305]},{"name":"ERROR_NOT_CONTAINER","features":[305]},{"name":"ERROR_NOT_DAX_MAPPABLE","features":[305]},{"name":"ERROR_NOT_DISABLEABLE","features":[305]},{"name":"ERROR_NOT_DOS_DISK","features":[305]},{"name":"ERROR_NOT_EMPTY","features":[305]},{"name":"ERROR_NOT_ENOUGH_MEMORY","features":[305]},{"name":"ERROR_NOT_ENOUGH_QUOTA","features":[305]},{"name":"ERROR_NOT_ENOUGH_SERVER_MEMORY","features":[305]},{"name":"ERROR_NOT_EXPORT_FORMAT","features":[305]},{"name":"ERROR_NOT_FOUND","features":[305]},{"name":"ERROR_NOT_GUI_PROCESS","features":[305]},{"name":"ERROR_NOT_INSTALLED","features":[305]},{"name":"ERROR_NOT_JOINED","features":[305]},{"name":"ERROR_NOT_LOCKED","features":[305]},{"name":"ERROR_NOT_LOGGED_ON","features":[305]},{"name":"ERROR_NOT_LOGON_PROCESS","features":[305]},{"name":"ERROR_NOT_OWNER","features":[305]},{"name":"ERROR_NOT_QUORUM_CAPABLE","features":[305]},{"name":"ERROR_NOT_QUORUM_CLASS","features":[305]},{"name":"ERROR_NOT_READY","features":[305]},{"name":"ERROR_NOT_READ_FROM_COPY","features":[305]},{"name":"ERROR_NOT_REDUNDANT_STORAGE","features":[305]},{"name":"ERROR_NOT_REGISTRY_FILE","features":[305]},{"name":"ERROR_NOT_ROUTER_PORT","features":[305]},{"name":"ERROR_NOT_SAFEBOOT_SERVICE","features":[305]},{"name":"ERROR_NOT_SAFE_MODE_DRIVER","features":[305]},{"name":"ERROR_NOT_SAME_DEVICE","features":[305]},{"name":"ERROR_NOT_SAME_OBJECT","features":[305]},{"name":"ERROR_NOT_SNAPSHOT_VOLUME","features":[305]},{"name":"ERROR_NOT_SUBSTED","features":[305]},{"name":"ERROR_NOT_SUPPORTED","features":[305]},{"name":"ERROR_NOT_SUPPORTED_IN_APPCONTAINER","features":[305]},{"name":"ERROR_NOT_SUPPORTED_ON_DAX","features":[305]},{"name":"ERROR_NOT_SUPPORTED_ON_SBS","features":[305]},{"name":"ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_AUDITING","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_BTT","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_BYPASSIO","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_CACHED_HANDLE","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_COMPRESSION","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_DEDUPLICATION","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_ENCRYPTION","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_MONITORING","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_REPLICATION","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_SNAPSHOT","features":[305]},{"name":"ERROR_NOT_SUPPORTED_WITH_VIRTUALIZATION","features":[305]},{"name":"ERROR_NOT_TINY_STREAM","features":[305]},{"name":"ERROR_NO_ACE_CONDITION","features":[305]},{"name":"ERROR_NO_ADMIN_ACCESS_POINT","features":[305]},{"name":"ERROR_NO_APPLICABLE_APP_LICENSES_FOUND","features":[305]},{"name":"ERROR_NO_ASSOCIATED_CLASS","features":[305]},{"name":"ERROR_NO_ASSOCIATED_SERVICE","features":[305]},{"name":"ERROR_NO_ASSOCIATION","features":[305]},{"name":"ERROR_NO_AUTHENTICODE_CATALOG","features":[305]},{"name":"ERROR_NO_AUTH_PROTOCOL_AVAILABLE","features":[305]},{"name":"ERROR_NO_BACKUP","features":[305]},{"name":"ERROR_NO_BROWSER_SERVERS_FOUND","features":[305]},{"name":"ERROR_NO_BYPASSIO_DRIVER_SUPPORT","features":[305]},{"name":"ERROR_NO_CALLBACK_ACTIVE","features":[305]},{"name":"ERROR_NO_CATALOG_FOR_OEM_INF","features":[305]},{"name":"ERROR_NO_CLASSINSTALL_PARAMS","features":[305]},{"name":"ERROR_NO_CLASS_DRIVER_LIST","features":[305]},{"name":"ERROR_NO_COMPAT_DRIVERS","features":[305]},{"name":"ERROR_NO_CONFIGMGR_SERVICES","features":[305]},{"name":"ERROR_NO_DATA","features":[305]},{"name":"ERROR_NO_DATA_DETECTED","features":[305]},{"name":"ERROR_NO_DEFAULT_DEVICE_INTERFACE","features":[305]},{"name":"ERROR_NO_DEFAULT_INTERFACE_DEVICE","features":[305]},{"name":"ERROR_NO_DEVICE_ICON","features":[305]},{"name":"ERROR_NO_DEVICE_SELECTED","features":[305]},{"name":"ERROR_NO_DRIVER_SELECTED","features":[305]},{"name":"ERROR_NO_EFS","features":[305]},{"name":"ERROR_NO_EVENT_PAIR","features":[305]},{"name":"ERROR_NO_GUID_TRANSLATION","features":[305]},{"name":"ERROR_NO_IMPERSONATION_TOKEN","features":[305]},{"name":"ERROR_NO_INF","features":[305]},{"name":"ERROR_NO_INHERITANCE","features":[305]},{"name":"ERROR_NO_INTERFACE_CREDENTIALS_SET","features":[305]},{"name":"ERROR_NO_LINK_TRACKING_IN_TRANSACTION","features":[305]},{"name":"ERROR_NO_LOGON_SERVERS","features":[305]},{"name":"ERROR_NO_LOG_SPACE","features":[305]},{"name":"ERROR_NO_MATCH","features":[305]},{"name":"ERROR_NO_MEDIA_IN_DRIVE","features":[305]},{"name":"ERROR_NO_MORE_DEVICES","features":[305]},{"name":"ERROR_NO_MORE_FILES","features":[305]},{"name":"ERROR_NO_MORE_ITEMS","features":[305]},{"name":"ERROR_NO_MORE_MATCHES","features":[305]},{"name":"ERROR_NO_MORE_SEARCH_HANDLES","features":[305]},{"name":"ERROR_NO_MORE_USER_HANDLES","features":[305]},{"name":"ERROR_NO_NETWORK","features":[305]},{"name":"ERROR_NO_NET_OR_BAD_PATH","features":[305]},{"name":"ERROR_NO_NVRAM_RESOURCES","features":[305]},{"name":"ERROR_NO_PAGEFILE","features":[305]},{"name":"ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND","features":[305]},{"name":"ERROR_NO_PROC_SLOTS","features":[305]},{"name":"ERROR_NO_PROMOTION_ACTIVE","features":[305]},{"name":"ERROR_NO_QUOTAS_FOR_ACCOUNT","features":[305]},{"name":"ERROR_NO_RADIUS_SERVERS","features":[305]},{"name":"ERROR_NO_RANGES_PROCESSED","features":[305]},{"name":"ERROR_NO_RECOVERY_POLICY","features":[305]},{"name":"ERROR_NO_RECOVERY_PROGRAM","features":[305]},{"name":"ERROR_NO_SAVEPOINT_WITH_OPEN_FILES","features":[305]},{"name":"ERROR_NO_SCROLLBARS","features":[305]},{"name":"ERROR_NO_SECRETS","features":[305]},{"name":"ERROR_NO_SECURITY_ON_OBJECT","features":[305]},{"name":"ERROR_NO_SHUTDOWN_IN_PROGRESS","features":[305]},{"name":"ERROR_NO_SIGNAL_SENT","features":[305]},{"name":"ERROR_NO_SIGNATURE","features":[305]},{"name":"ERROR_NO_SITENAME","features":[305]},{"name":"ERROR_NO_SITE_SETTINGS_OBJECT","features":[305]},{"name":"ERROR_NO_SPOOL_SPACE","features":[305]},{"name":"ERROR_NO_SUCH_ALIAS","features":[305]},{"name":"ERROR_NO_SUCH_DEVICE","features":[305]},{"name":"ERROR_NO_SUCH_DEVICE_INTERFACE","features":[305]},{"name":"ERROR_NO_SUCH_DEVINST","features":[305]},{"name":"ERROR_NO_SUCH_DOMAIN","features":[305]},{"name":"ERROR_NO_SUCH_GROUP","features":[305]},{"name":"ERROR_NO_SUCH_INTERFACE","features":[305]},{"name":"ERROR_NO_SUCH_INTERFACE_CLASS","features":[305]},{"name":"ERROR_NO_SUCH_INTERFACE_DEVICE","features":[305]},{"name":"ERROR_NO_SUCH_LOGON_SESSION","features":[305]},{"name":"ERROR_NO_SUCH_MEMBER","features":[305]},{"name":"ERROR_NO_SUCH_PACKAGE","features":[305]},{"name":"ERROR_NO_SUCH_PRIVILEGE","features":[305]},{"name":"ERROR_NO_SUCH_SITE","features":[305]},{"name":"ERROR_NO_SUCH_USER","features":[305]},{"name":"ERROR_NO_SUPPORTING_DRIVES","features":[305]},{"name":"ERROR_NO_SYSTEM_MENU","features":[305]},{"name":"ERROR_NO_SYSTEM_RESOURCES","features":[305]},{"name":"ERROR_NO_TASK_QUEUE","features":[305]},{"name":"ERROR_NO_TOKEN","features":[305]},{"name":"ERROR_NO_TRACKING_SERVICE","features":[305]},{"name":"ERROR_NO_TRUST_LSA_SECRET","features":[305]},{"name":"ERROR_NO_TRUST_SAM_ACCOUNT","features":[305]},{"name":"ERROR_NO_TXF_METADATA","features":[305]},{"name":"ERROR_NO_UNICODE_TRANSLATION","features":[305]},{"name":"ERROR_NO_USER_KEYS","features":[305]},{"name":"ERROR_NO_USER_SESSION_KEY","features":[305]},{"name":"ERROR_NO_VOLUME_ID","features":[305]},{"name":"ERROR_NO_VOLUME_LABEL","features":[305]},{"name":"ERROR_NO_WILDCARD_CHARACTERS","features":[305]},{"name":"ERROR_NO_WORK_DONE","features":[305]},{"name":"ERROR_NO_WRITABLE_DC_FOUND","features":[305]},{"name":"ERROR_NO_YIELD_PERFORMED","features":[305]},{"name":"ERROR_NTLM_BLOCKED","features":[305]},{"name":"ERROR_NT_CROSS_ENCRYPTION_REQUIRED","features":[305]},{"name":"ERROR_NULL_LM_PASSWORD","features":[305]},{"name":"ERROR_OBJECT_ALREADY_EXISTS","features":[305]},{"name":"ERROR_OBJECT_IN_LIST","features":[305]},{"name":"ERROR_OBJECT_IS_IMMUTABLE","features":[305]},{"name":"ERROR_OBJECT_NAME_EXISTS","features":[305]},{"name":"ERROR_OBJECT_NOT_EXTERNALLY_BACKED","features":[305]},{"name":"ERROR_OBJECT_NOT_FOUND","features":[305]},{"name":"ERROR_OBJECT_NO_LONGER_EXISTS","features":[305]},{"name":"ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED","features":[305]},{"name":"ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED","features":[305]},{"name":"ERROR_OFFSET_ALIGNMENT_VIOLATION","features":[305]},{"name":"ERROR_OLD_WIN_VERSION","features":[305]},{"name":"ERROR_ONLY_IF_CONNECTED","features":[305]},{"name":"ERROR_ONLY_VALIDATE_VIA_AUTHENTICODE","features":[305]},{"name":"ERROR_OPEN_FAILED","features":[305]},{"name":"ERROR_OPEN_FILES","features":[305]},{"name":"ERROR_OPERATION_ABORTED","features":[305]},{"name":"ERROR_OPERATION_IN_PROGRESS","features":[305]},{"name":"ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT","features":[305]},{"name":"ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION","features":[305]},{"name":"ERROR_OPLOCK_BREAK_IN_PROGRESS","features":[305]},{"name":"ERROR_OPLOCK_HANDLE_CLOSED","features":[305]},{"name":"ERROR_OPLOCK_NOT_GRANTED","features":[305]},{"name":"ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE","features":[305]},{"name":"ERROR_ORPHAN_NAME_EXHAUSTED","features":[305]},{"name":"ERROR_OUTOFMEMORY","features":[305]},{"name":"ERROR_OUT_OF_PAPER","features":[305]},{"name":"ERROR_OUT_OF_STRUCTURES","features":[305]},{"name":"ERROR_OVERRIDE_NOCHANGES","features":[305]},{"name":"ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES","features":[305]},{"name":"ERROR_PACKAGES_IN_USE","features":[305]},{"name":"ERROR_PACKAGES_REPUTATION_CHECK_FAILED","features":[305]},{"name":"ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT","features":[305]},{"name":"ERROR_PACKAGE_ALREADY_EXISTS","features":[305]},{"name":"ERROR_PACKAGE_EXTERNAL_LOCATION_NOT_ALLOWED","features":[305]},{"name":"ERROR_PACKAGE_LACKS_CAPABILITY_FOR_MANDATORY_STARTUPTASKS","features":[305]},{"name":"ERROR_PACKAGE_LACKS_CAPABILITY_TO_DEPLOY_ON_HOST","features":[305]},{"name":"ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING","features":[305]},{"name":"ERROR_PACKAGE_MOVE_FAILED","features":[305]},{"name":"ERROR_PACKAGE_NAME_MISMATCH","features":[305]},{"name":"ERROR_PACKAGE_NOT_REGISTERED_FOR_USER","features":[305]},{"name":"ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM","features":[305]},{"name":"ERROR_PACKAGE_REPOSITORY_CORRUPTED","features":[305]},{"name":"ERROR_PACKAGE_STAGING_ONHOLD","features":[305]},{"name":"ERROR_PACKAGE_UPDATING","features":[305]},{"name":"ERROR_PAGED_SYSTEM_RESOURCES","features":[305]},{"name":"ERROR_PAGEFILE_CREATE_FAILED","features":[305]},{"name":"ERROR_PAGEFILE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_PAGEFILE_QUOTA","features":[305]},{"name":"ERROR_PAGEFILE_QUOTA_EXCEEDED","features":[305]},{"name":"ERROR_PAGE_FAULT_COPY_ON_WRITE","features":[305]},{"name":"ERROR_PAGE_FAULT_DEMAND_ZERO","features":[305]},{"name":"ERROR_PAGE_FAULT_GUARD_PAGE","features":[305]},{"name":"ERROR_PAGE_FAULT_PAGING_FILE","features":[305]},{"name":"ERROR_PAGE_FAULT_TRANSITION","features":[305]},{"name":"ERROR_PARAMETER_QUOTA_EXCEEDED","features":[305]},{"name":"ERROR_PARTIAL_COPY","features":[305]},{"name":"ERROR_PARTITION_FAILURE","features":[305]},{"name":"ERROR_PARTITION_TERMINATING","features":[305]},{"name":"ERROR_PASSWORD_CHANGE_REQUIRED","features":[305]},{"name":"ERROR_PASSWORD_EXPIRED","features":[305]},{"name":"ERROR_PASSWORD_MUST_CHANGE","features":[305]},{"name":"ERROR_PASSWORD_RESTRICTION","features":[305]},{"name":"ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT","features":[305]},{"name":"ERROR_PATCH_NO_SEQUENCE","features":[305]},{"name":"ERROR_PATCH_PACKAGE_INVALID","features":[305]},{"name":"ERROR_PATCH_PACKAGE_OPEN_FAILED","features":[305]},{"name":"ERROR_PATCH_PACKAGE_REJECTED","features":[305]},{"name":"ERROR_PATCH_PACKAGE_UNSUPPORTED","features":[305]},{"name":"ERROR_PATCH_REMOVAL_DISALLOWED","features":[305]},{"name":"ERROR_PATCH_REMOVAL_UNSUPPORTED","features":[305]},{"name":"ERROR_PATCH_TARGET_NOT_FOUND","features":[305]},{"name":"ERROR_PATH_BUSY","features":[305]},{"name":"ERROR_PATH_NOT_FOUND","features":[305]},{"name":"ERROR_PEER_REFUSED_AUTH","features":[305]},{"name":"ERROR_PER_USER_TRUST_QUOTA_EXCEEDED","features":[305]},{"name":"ERROR_PIPE_BUSY","features":[305]},{"name":"ERROR_PIPE_CONNECTED","features":[305]},{"name":"ERROR_PIPE_LISTENING","features":[305]},{"name":"ERROR_PIPE_LOCAL","features":[305]},{"name":"ERROR_PIPE_NOT_CONNECTED","features":[305]},{"name":"ERROR_PKINIT_FAILURE","features":[305]},{"name":"ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND","features":[305]},{"name":"ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED","features":[305]},{"name":"ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED","features":[305]},{"name":"ERROR_PLATFORM_MANIFEST_INVALID","features":[305]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_ACTIVE","features":[305]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED","features":[305]},{"name":"ERROR_PLATFORM_MANIFEST_NOT_SIGNED","features":[305]},{"name":"ERROR_PLUGPLAY_QUERY_VETOED","features":[305]},{"name":"ERROR_PNP_BAD_MPS_TABLE","features":[305]},{"name":"ERROR_PNP_INVALID_ID","features":[305]},{"name":"ERROR_PNP_IRQ_TRANSLATION_FAILED","features":[305]},{"name":"ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT","features":[305]},{"name":"ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT","features":[305]},{"name":"ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT","features":[305]},{"name":"ERROR_PNP_REBOOT_REQUIRED","features":[305]},{"name":"ERROR_PNP_REGISTRY_ERROR","features":[305]},{"name":"ERROR_PNP_RESTART_ENUMERATION","features":[305]},{"name":"ERROR_PNP_TRANSLATION_FAILED","features":[305]},{"name":"ERROR_POINT_NOT_FOUND","features":[305]},{"name":"ERROR_POLICY_CONTROLLED_ACCOUNT","features":[305]},{"name":"ERROR_POLICY_OBJECT_NOT_FOUND","features":[305]},{"name":"ERROR_POLICY_ONLY_IN_DS","features":[305]},{"name":"ERROR_POPUP_ALREADY_ACTIVE","features":[305]},{"name":"ERROR_PORT_LIMIT_REACHED","features":[305]},{"name":"ERROR_PORT_MESSAGE_TOO_LONG","features":[305]},{"name":"ERROR_PORT_NOT_SET","features":[305]},{"name":"ERROR_PORT_UNREACHABLE","features":[305]},{"name":"ERROR_POSSIBLE_DEADLOCK","features":[305]},{"name":"ERROR_POTENTIAL_FILE_FOUND","features":[305]},{"name":"ERROR_PPP_SESSION_TIMEOUT","features":[305]},{"name":"ERROR_PREDEFINED_HANDLE","features":[305]},{"name":"ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[305]},{"name":"ERROR_PRINTER_ALREADY_EXISTS","features":[305]},{"name":"ERROR_PRINTER_DELETED","features":[305]},{"name":"ERROR_PRINTER_DRIVER_ALREADY_INSTALLED","features":[305]},{"name":"ERROR_PRINTER_DRIVER_BLOCKED","features":[305]},{"name":"ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED","features":[305]},{"name":"ERROR_PRINTER_DRIVER_IN_USE","features":[305]},{"name":"ERROR_PRINTER_DRIVER_PACKAGE_IN_USE","features":[305]},{"name":"ERROR_PRINTER_DRIVER_WARNED","features":[305]},{"name":"ERROR_PRINTER_HAS_JOBS_QUEUED","features":[305]},{"name":"ERROR_PRINTER_NOT_FOUND","features":[305]},{"name":"ERROR_PRINTER_NOT_SHAREABLE","features":[305]},{"name":"ERROR_PRINTQ_FULL","features":[305]},{"name":"ERROR_PRINT_CANCELLED","features":[305]},{"name":"ERROR_PRINT_JOB_RESTART_REQUIRED","features":[305]},{"name":"ERROR_PRINT_MONITOR_ALREADY_INSTALLED","features":[305]},{"name":"ERROR_PRINT_MONITOR_IN_USE","features":[305]},{"name":"ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED","features":[305]},{"name":"ERROR_PRIVATE_DIALOG_INDEX","features":[305]},{"name":"ERROR_PRIVILEGE_NOT_HELD","features":[305]},{"name":"ERROR_PRI_MERGE_ADD_FILE_FAILED","features":[305]},{"name":"ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED","features":[305]},{"name":"ERROR_PRI_MERGE_INVALID_FILE_NAME","features":[305]},{"name":"ERROR_PRI_MERGE_LOAD_FILE_FAILED","features":[305]},{"name":"ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED","features":[305]},{"name":"ERROR_PRI_MERGE_MISSING_SCHEMA","features":[305]},{"name":"ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED","features":[305]},{"name":"ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED","features":[305]},{"name":"ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED","features":[305]},{"name":"ERROR_PRI_MERGE_VERSION_MISMATCH","features":[305]},{"name":"ERROR_PRI_MERGE_WRITE_FILE_FAILED","features":[305]},{"name":"ERROR_PROCESS_ABORTED","features":[305]},{"name":"ERROR_PROCESS_IN_JOB","features":[305]},{"name":"ERROR_PROCESS_IS_PROTECTED","features":[305]},{"name":"ERROR_PROCESS_MODE_ALREADY_BACKGROUND","features":[305]},{"name":"ERROR_PROCESS_MODE_NOT_BACKGROUND","features":[305]},{"name":"ERROR_PROCESS_NOT_IN_JOB","features":[305]},{"name":"ERROR_PROC_NOT_FOUND","features":[305]},{"name":"ERROR_PRODUCT_UNINSTALLED","features":[305]},{"name":"ERROR_PRODUCT_VERSION","features":[305]},{"name":"ERROR_PROFILE_DOES_NOT_MATCH_DEVICE","features":[305]},{"name":"ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE","features":[305]},{"name":"ERROR_PROFILE_NOT_FOUND","features":[305]},{"name":"ERROR_PROFILING_AT_LIMIT","features":[305]},{"name":"ERROR_PROFILING_NOT_STARTED","features":[305]},{"name":"ERROR_PROFILING_NOT_STOPPED","features":[305]},{"name":"ERROR_PROMOTION_ACTIVE","features":[305]},{"name":"ERROR_PROTOCOL_ALREADY_INSTALLED","features":[305]},{"name":"ERROR_PROTOCOL_STOP_PENDING","features":[305]},{"name":"ERROR_PROTOCOL_UNREACHABLE","features":[305]},{"name":"ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED","features":[305]},{"name":"ERROR_PWD_HISTORY_CONFLICT","features":[305]},{"name":"ERROR_PWD_TOO_LONG","features":[305]},{"name":"ERROR_PWD_TOO_RECENT","features":[305]},{"name":"ERROR_PWD_TOO_SHORT","features":[305]},{"name":"ERROR_QUERY_STORAGE_ERROR","features":[305]},{"name":"ERROR_QUIC_ALPN_NEG_FAILURE","features":[305]},{"name":"ERROR_QUIC_CONNECTION_IDLE","features":[305]},{"name":"ERROR_QUIC_CONNECTION_TIMEOUT","features":[305]},{"name":"ERROR_QUIC_HANDSHAKE_FAILURE","features":[305]},{"name":"ERROR_QUIC_INTERNAL_ERROR","features":[305]},{"name":"ERROR_QUIC_PROTOCOL_VIOLATION","features":[305]},{"name":"ERROR_QUIC_USER_CANCELED","features":[305]},{"name":"ERROR_QUIC_VER_NEG_FAILURE","features":[305]},{"name":"ERROR_QUORUMLOG_OPEN_FAILED","features":[305]},{"name":"ERROR_QUORUM_DISK_NOT_FOUND","features":[305]},{"name":"ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP","features":[305]},{"name":"ERROR_QUORUM_OWNER_ALIVE","features":[305]},{"name":"ERROR_QUORUM_RESOURCE","features":[305]},{"name":"ERROR_QUORUM_RESOURCE_ONLINE_FAILED","features":[305]},{"name":"ERROR_QUOTA_ACTIVITY","features":[305]},{"name":"ERROR_QUOTA_LIST_INCONSISTENT","features":[305]},{"name":"ERROR_RANGE_LIST_CONFLICT","features":[305]},{"name":"ERROR_RANGE_NOT_FOUND","features":[305]},{"name":"ERROR_RDP_PROTOCOL_ERROR","features":[305]},{"name":"ERROR_READ_FAULT","features":[305]},{"name":"ERROR_RECEIVE_EXPEDITED","features":[305]},{"name":"ERROR_RECEIVE_PARTIAL","features":[305]},{"name":"ERROR_RECEIVE_PARTIAL_EXPEDITED","features":[305]},{"name":"ERROR_RECOVERY_FAILURE","features":[305]},{"name":"ERROR_RECOVERY_FILE_CORRUPT","features":[305]},{"name":"ERROR_RECOVERY_NOT_NEEDED","features":[305]},{"name":"ERROR_REC_NON_EXISTENT","features":[305]},{"name":"ERROR_REDIRECTION_TO_DEFAULT_ACCOUNT_NOT_ALLOWED","features":[305]},{"name":"ERROR_REDIRECTOR_HAS_OPEN_HANDLES","features":[305]},{"name":"ERROR_REDIR_PAUSED","features":[305]},{"name":"ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_REGISTRY_CORRUPT","features":[305]},{"name":"ERROR_REGISTRY_HIVE_RECOVERED","features":[305]},{"name":"ERROR_REGISTRY_IO_FAILED","features":[305]},{"name":"ERROR_REGISTRY_QUOTA_LIMIT","features":[305]},{"name":"ERROR_REGISTRY_RECOVERED","features":[305]},{"name":"ERROR_REG_NAT_CONSUMPTION","features":[305]},{"name":"ERROR_RELOC_CHAIN_XEEDS_SEGLIM","features":[305]},{"name":"ERROR_REMOTEACCESS_NOT_CONFIGURED","features":[305]},{"name":"ERROR_REMOTE_ACCT_DISABLED","features":[305]},{"name":"ERROR_REMOTE_AUTHENTICATION_FAILURE","features":[305]},{"name":"ERROR_REMOTE_COMM_FAILURE","features":[305]},{"name":"ERROR_REMOTE_FILE_VERSION_MISMATCH","features":[305]},{"name":"ERROR_REMOTE_NO_DIALIN_PERMISSION","features":[305]},{"name":"ERROR_REMOTE_PASSWD_EXPIRED","features":[305]},{"name":"ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED","features":[305]},{"name":"ERROR_REMOTE_REQUEST_UNSUPPORTED","features":[305]},{"name":"ERROR_REMOTE_RESTRICTED_LOGON_HOURS","features":[305]},{"name":"ERROR_REMOTE_SESSION_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_REMOTE_STORAGE_MEDIA_ERROR","features":[305]},{"name":"ERROR_REMOTE_STORAGE_NOT_ACTIVE","features":[305]},{"name":"ERROR_REMOVE_FAILED","features":[305]},{"name":"ERROR_REM_NOT_LIST","features":[305]},{"name":"ERROR_REPARSE","features":[305]},{"name":"ERROR_REPARSE_ATTRIBUTE_CONFLICT","features":[305]},{"name":"ERROR_REPARSE_OBJECT","features":[305]},{"name":"ERROR_REPARSE_POINT_ENCOUNTERED","features":[305]},{"name":"ERROR_REPARSE_TAG_INVALID","features":[305]},{"name":"ERROR_REPARSE_TAG_MISMATCH","features":[305]},{"name":"ERROR_REPLY_MESSAGE_MISMATCH","features":[305]},{"name":"ERROR_REQUEST_ABORTED","features":[305]},{"name":"ERROR_REQUEST_OUT_OF_SEQUENCE","features":[305]},{"name":"ERROR_REQUEST_PAUSED","features":[305]},{"name":"ERROR_REQUEST_REFUSED","features":[305]},{"name":"ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION","features":[305]},{"name":"ERROR_REQ_NOT_ACCEP","features":[305]},{"name":"ERROR_RESIDENT_FILE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_RESILIENCY_FILE_CORRUPT","features":[305]},{"name":"ERROR_RESMON_CREATE_FAILED","features":[305]},{"name":"ERROR_RESMON_INVALID_STATE","features":[305]},{"name":"ERROR_RESMON_ONLINE_FAILED","features":[305]},{"name":"ERROR_RESMON_SYSTEM_RESOURCES_LACKING","features":[305]},{"name":"ERROR_RESOURCEMANAGER_NOT_FOUND","features":[305]},{"name":"ERROR_RESOURCEMANAGER_READ_ONLY","features":[305]},{"name":"ERROR_RESOURCE_CALL_TIMED_OUT","features":[305]},{"name":"ERROR_RESOURCE_DATA_NOT_FOUND","features":[305]},{"name":"ERROR_RESOURCE_DISABLED","features":[305]},{"name":"ERROR_RESOURCE_ENUM_USER_STOP","features":[305]},{"name":"ERROR_RESOURCE_FAILED","features":[305]},{"name":"ERROR_RESOURCE_LANG_NOT_FOUND","features":[305]},{"name":"ERROR_RESOURCE_NAME_NOT_FOUND","features":[305]},{"name":"ERROR_RESOURCE_NOT_AVAILABLE","features":[305]},{"name":"ERROR_RESOURCE_NOT_FOUND","features":[305]},{"name":"ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE","features":[305]},{"name":"ERROR_RESOURCE_NOT_ONLINE","features":[305]},{"name":"ERROR_RESOURCE_NOT_PRESENT","features":[305]},{"name":"ERROR_RESOURCE_ONLINE","features":[305]},{"name":"ERROR_RESOURCE_PROPERTIES_STORED","features":[305]},{"name":"ERROR_RESOURCE_PROPERTY_UNCHANGEABLE","features":[305]},{"name":"ERROR_RESOURCE_REQUIREMENTS_CHANGED","features":[305]},{"name":"ERROR_RESOURCE_TYPE_NOT_FOUND","features":[305]},{"name":"ERROR_RESTART_APPLICATION","features":[305]},{"name":"ERROR_RESUME_HIBERNATION","features":[305]},{"name":"ERROR_RETRY","features":[305]},{"name":"ERROR_RETURN_ADDRESS_HIJACK_ATTEMPT","features":[305]},{"name":"ERROR_REVISION_MISMATCH","features":[305]},{"name":"ERROR_RING2SEG_MUST_BE_MOVABLE","features":[305]},{"name":"ERROR_RING2_STACK_IN_USE","features":[305]},{"name":"ERROR_RMODE_APP","features":[305]},{"name":"ERROR_RM_ALREADY_STARTED","features":[305]},{"name":"ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT","features":[305]},{"name":"ERROR_RM_DISCONNECTED","features":[305]},{"name":"ERROR_RM_METADATA_CORRUPT","features":[305]},{"name":"ERROR_RM_NOT_ACTIVE","features":[305]},{"name":"ERROR_ROLLBACK_TIMER_EXPIRED","features":[305]},{"name":"ERROR_ROUTER_CONFIG_INCOMPATIBLE","features":[305]},{"name":"ERROR_ROUTER_STOPPED","features":[305]},{"name":"ERROR_ROWSNOTRELEASED","features":[305]},{"name":"ERROR_RPL_NOT_ALLOWED","features":[305]},{"name":"ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT","features":[305]},{"name":"ERROR_RUNLEVEL_SWITCH_IN_PROGRESS","features":[305]},{"name":"ERROR_RUNLEVEL_SWITCH_TIMEOUT","features":[305]},{"name":"ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED","features":[305]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET","features":[305]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE","features":[305]},{"name":"ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER","features":[305]},{"name":"ERROR_RXACT_COMMITTED","features":[305]},{"name":"ERROR_RXACT_COMMIT_FAILURE","features":[305]},{"name":"ERROR_RXACT_COMMIT_NECESSARY","features":[305]},{"name":"ERROR_RXACT_INVALID_STATE","features":[305]},{"name":"ERROR_RXACT_STATE_CREATED","features":[305]},{"name":"ERROR_SAME_DRIVE","features":[305]},{"name":"ERROR_SAM_INIT_FAILURE","features":[305]},{"name":"ERROR_SCE_DISABLED","features":[305]},{"name":"ERROR_SCOPE_NOT_FOUND","features":[305]},{"name":"ERROR_SCREEN_ALREADY_LOCKED","features":[305]},{"name":"ERROR_SCRUB_DATA_DISABLED","features":[305]},{"name":"ERROR_SECCORE_INVALID_COMMAND","features":[305]},{"name":"ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED","features":[305]},{"name":"ERROR_SECRET_TOO_LONG","features":[305]},{"name":"ERROR_SECTION_DIRECT_MAP_ONLY","features":[305]},{"name":"ERROR_SECTION_NAME_TOO_LONG","features":[305]},{"name":"ERROR_SECTION_NOT_FOUND","features":[305]},{"name":"ERROR_SECTOR_NOT_FOUND","features":[305]},{"name":"ERROR_SECUREBOOT_FILE_REPLACED","features":[305]},{"name":"ERROR_SECUREBOOT_INVALID_POLICY","features":[305]},{"name":"ERROR_SECUREBOOT_NOT_BASE_POLICY","features":[305]},{"name":"ERROR_SECUREBOOT_NOT_ENABLED","features":[305]},{"name":"ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY","features":[305]},{"name":"ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH","features":[305]},{"name":"ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION","features":[305]},{"name":"ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED","features":[305]},{"name":"ERROR_SECUREBOOT_POLICY_NOT_SIGNED","features":[305]},{"name":"ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND","features":[305]},{"name":"ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED","features":[305]},{"name":"ERROR_SECUREBOOT_POLICY_UNKNOWN","features":[305]},{"name":"ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH","features":[305]},{"name":"ERROR_SECUREBOOT_POLICY_VIOLATION","features":[305]},{"name":"ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING","features":[305]},{"name":"ERROR_SECUREBOOT_ROLLBACK_DETECTED","features":[305]},{"name":"ERROR_SECURITY_DENIES_OPERATION","features":[305]},{"name":"ERROR_SECURITY_STREAM_IS_INCONSISTENT","features":[305]},{"name":"ERROR_SEEK","features":[305]},{"name":"ERROR_SEEK_ON_DEVICE","features":[305]},{"name":"ERROR_SEGMENT_NOTIFICATION","features":[305]},{"name":"ERROR_SEM_IS_SET","features":[305]},{"name":"ERROR_SEM_NOT_FOUND","features":[305]},{"name":"ERROR_SEM_OWNER_DIED","features":[305]},{"name":"ERROR_SEM_TIMEOUT","features":[305]},{"name":"ERROR_SEM_USER_LIMIT","features":[305]},{"name":"ERROR_SERIAL_NO_DEVICE","features":[305]},{"name":"ERROR_SERVER_DISABLED","features":[305]},{"name":"ERROR_SERVER_HAS_OPEN_HANDLES","features":[305]},{"name":"ERROR_SERVER_NOT_DISABLED","features":[305]},{"name":"ERROR_SERVER_SERVICE_CALL_REQUIRES_SMB1","features":[305]},{"name":"ERROR_SERVER_SHUTDOWN_IN_PROGRESS","features":[305]},{"name":"ERROR_SERVER_SID_MISMATCH","features":[305]},{"name":"ERROR_SERVER_TRANSPORT_CONFLICT","features":[305]},{"name":"ERROR_SERVICES_FAILED_AUTOSTART","features":[305]},{"name":"ERROR_SERVICE_ALREADY_RUNNING","features":[305]},{"name":"ERROR_SERVICE_CANNOT_ACCEPT_CTRL","features":[305]},{"name":"ERROR_SERVICE_DATABASE_LOCKED","features":[305]},{"name":"ERROR_SERVICE_DEPENDENCY_DELETED","features":[305]},{"name":"ERROR_SERVICE_DEPENDENCY_FAIL","features":[305]},{"name":"ERROR_SERVICE_DISABLED","features":[305]},{"name":"ERROR_SERVICE_DOES_NOT_EXIST","features":[305]},{"name":"ERROR_SERVICE_EXISTS","features":[305]},{"name":"ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE","features":[305]},{"name":"ERROR_SERVICE_IS_PAUSED","features":[305]},{"name":"ERROR_SERVICE_LOGON_FAILED","features":[305]},{"name":"ERROR_SERVICE_MARKED_FOR_DELETE","features":[305]},{"name":"ERROR_SERVICE_NEVER_STARTED","features":[305]},{"name":"ERROR_SERVICE_NOTIFICATION","features":[305]},{"name":"ERROR_SERVICE_NOTIFY_CLIENT_LAGGING","features":[305]},{"name":"ERROR_SERVICE_NOT_ACTIVE","features":[305]},{"name":"ERROR_SERVICE_NOT_FOUND","features":[305]},{"name":"ERROR_SERVICE_NOT_IN_EXE","features":[305]},{"name":"ERROR_SERVICE_NO_THREAD","features":[305]},{"name":"ERROR_SERVICE_REQUEST_TIMEOUT","features":[305]},{"name":"ERROR_SERVICE_SPECIFIC_ERROR","features":[305]},{"name":"ERROR_SERVICE_START_HANG","features":[305]},{"name":"ERROR_SESSION_CREDENTIAL_CONFLICT","features":[305]},{"name":"ERROR_SESSION_KEY_TOO_SHORT","features":[305]},{"name":"ERROR_SETCOUNT_ON_BAD_LB","features":[305]},{"name":"ERROR_SETMARK_DETECTED","features":[305]},{"name":"ERROR_SET_CONTEXT_DENIED","features":[305]},{"name":"ERROR_SET_NOT_FOUND","features":[305]},{"name":"ERROR_SET_POWER_STATE_FAILED","features":[305]},{"name":"ERROR_SET_POWER_STATE_VETOED","features":[305]},{"name":"ERROR_SET_SYSTEM_RESTORE_POINT","features":[305]},{"name":"ERROR_SHARED_POLICY","features":[305]},{"name":"ERROR_SHARING_BUFFER_EXCEEDED","features":[305]},{"name":"ERROR_SHARING_PAUSED","features":[305]},{"name":"ERROR_SHARING_VIOLATION","features":[305]},{"name":"ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME","features":[305]},{"name":"ERROR_SHUTDOWN_CLUSTER","features":[305]},{"name":"ERROR_SHUTDOWN_DISKS_NOT_IN_MAINTENANCE_MODE","features":[305]},{"name":"ERROR_SHUTDOWN_IN_PROGRESS","features":[305]},{"name":"ERROR_SHUTDOWN_IS_SCHEDULED","features":[305]},{"name":"ERROR_SHUTDOWN_USERS_LOGGED_ON","features":[305]},{"name":"ERROR_SIGNAL_PENDING","features":[305]},{"name":"ERROR_SIGNAL_REFUSED","features":[305]},{"name":"ERROR_SIGNATURE_OSATTRIBUTE_MISMATCH","features":[305]},{"name":"ERROR_SIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE","features":[305]},{"name":"ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER","features":[305]},{"name":"ERROR_SINGLE_INSTANCE_APP","features":[305]},{"name":"ERROR_SMARTCARD_SUBSYSTEM_FAILURE","features":[305]},{"name":"ERROR_SMB1_NOT_AVAILABLE","features":[305]},{"name":"ERROR_SMB_BAD_CLUSTER_DIALECT","features":[305]},{"name":"ERROR_SMB_GUEST_LOGON_BLOCKED","features":[305]},{"name":"ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP","features":[305]},{"name":"ERROR_SMB_NO_SIGNING_ALGORITHM_OVERLAP","features":[305]},{"name":"ERROR_SMI_PRIMITIVE_INSTALLER_FAILED","features":[305]},{"name":"ERROR_SMR_GARBAGE_COLLECTION_REQUIRED","features":[305]},{"name":"ERROR_SOME_NOT_MAPPED","features":[305]},{"name":"ERROR_SOURCE_ELEMENT_EMPTY","features":[305]},{"name":"ERROR_SPACES_ALLOCATION_SIZE_INVALID","features":[305]},{"name":"ERROR_SPACES_CACHE_FULL","features":[305]},{"name":"ERROR_SPACES_CORRUPT_METADATA","features":[305]},{"name":"ERROR_SPACES_DRIVE_LOST_DATA","features":[305]},{"name":"ERROR_SPACES_DRIVE_NOT_READY","features":[305]},{"name":"ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID","features":[305]},{"name":"ERROR_SPACES_DRIVE_REDUNDANCY_INVALID","features":[305]},{"name":"ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID","features":[305]},{"name":"ERROR_SPACES_DRIVE_SPLIT","features":[305]},{"name":"ERROR_SPACES_DRT_FULL","features":[305]},{"name":"ERROR_SPACES_ENCLOSURE_AWARE_INVALID","features":[305]},{"name":"ERROR_SPACES_ENTRY_INCOMPLETE","features":[305]},{"name":"ERROR_SPACES_ENTRY_INVALID","features":[305]},{"name":"ERROR_SPACES_EXTENDED_ERROR","features":[305]},{"name":"ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID","features":[305]},{"name":"ERROR_SPACES_FLUSH_METADATA","features":[305]},{"name":"ERROR_SPACES_INCONSISTENCY","features":[305]},{"name":"ERROR_SPACES_INTERLEAVE_LENGTH_INVALID","features":[305]},{"name":"ERROR_SPACES_INTERNAL_ERROR","features":[305]},{"name":"ERROR_SPACES_LOG_NOT_READY","features":[305]},{"name":"ERROR_SPACES_MAP_REQUIRED","features":[305]},{"name":"ERROR_SPACES_MARK_DIRTY","features":[305]},{"name":"ERROR_SPACES_NOT_ENOUGH_DRIVES","features":[305]},{"name":"ERROR_SPACES_NO_REDUNDANCY","features":[305]},{"name":"ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID","features":[305]},{"name":"ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID","features":[305]},{"name":"ERROR_SPACES_NUMBER_OF_GROUPS_INVALID","features":[305]},{"name":"ERROR_SPACES_PARITY_LAYOUT_INVALID","features":[305]},{"name":"ERROR_SPACES_POOL_WAS_DELETED","features":[305]},{"name":"ERROR_SPACES_PROVISIONING_TYPE_INVALID","features":[305]},{"name":"ERROR_SPACES_REPAIR_IN_PROGRESS","features":[305]},{"name":"ERROR_SPACES_RESILIENCY_TYPE_INVALID","features":[305]},{"name":"ERROR_SPACES_UNSUPPORTED_VERSION","features":[305]},{"name":"ERROR_SPACES_UPDATE_COLUMN_STATE","features":[305]},{"name":"ERROR_SPACES_WRITE_CACHE_SIZE_INVALID","features":[305]},{"name":"ERROR_SPARSE_FILE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION","features":[305]},{"name":"ERROR_SPECIAL_ACCOUNT","features":[305]},{"name":"ERROR_SPECIAL_GROUP","features":[305]},{"name":"ERROR_SPECIAL_USER","features":[305]},{"name":"ERROR_SPL_NO_ADDJOB","features":[305]},{"name":"ERROR_SPL_NO_STARTDOC","features":[305]},{"name":"ERROR_SPOOL_FILE_NOT_FOUND","features":[305]},{"name":"ERROR_SRC_SRV_DLL_LOAD_FAILED","features":[305]},{"name":"ERROR_STACK_BUFFER_OVERRUN","features":[305]},{"name":"ERROR_STACK_OVERFLOW","features":[305]},{"name":"ERROR_STACK_OVERFLOW_READ","features":[305]},{"name":"ERROR_STAGEFROMUPDATEAGENT_PACKAGE_NOT_APPLICABLE","features":[305]},{"name":"ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_STATE_CREATE_CONTAINER_FAILED","features":[305]},{"name":"ERROR_STATE_DELETE_CONTAINER_FAILED","features":[305]},{"name":"ERROR_STATE_DELETE_SETTING_FAILED","features":[305]},{"name":"ERROR_STATE_ENUMERATE_CONTAINER_FAILED","features":[305]},{"name":"ERROR_STATE_ENUMERATE_SETTINGS_FAILED","features":[305]},{"name":"ERROR_STATE_GET_VERSION_FAILED","features":[305]},{"name":"ERROR_STATE_LOAD_STORE_FAILED","features":[305]},{"name":"ERROR_STATE_OPEN_CONTAINER_FAILED","features":[305]},{"name":"ERROR_STATE_QUERY_SETTING_FAILED","features":[305]},{"name":"ERROR_STATE_READ_COMPOSITE_SETTING_FAILED","features":[305]},{"name":"ERROR_STATE_READ_SETTING_FAILED","features":[305]},{"name":"ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_STATE_SET_VERSION_FAILED","features":[305]},{"name":"ERROR_STATE_STRUCTURED_RESET_FAILED","features":[305]},{"name":"ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED","features":[305]},{"name":"ERROR_STATE_WRITE_SETTING_FAILED","features":[305]},{"name":"ERROR_STATIC_INIT","features":[305]},{"name":"ERROR_STOPPED_ON_SYMLINK","features":[305]},{"name":"ERROR_STORAGE_LOST_DATA_PERSISTENCE","features":[305]},{"name":"ERROR_STORAGE_RESERVE_ALREADY_EXISTS","features":[305]},{"name":"ERROR_STORAGE_RESERVE_DOES_NOT_EXIST","features":[305]},{"name":"ERROR_STORAGE_RESERVE_ID_INVALID","features":[305]},{"name":"ERROR_STORAGE_RESERVE_NOT_EMPTY","features":[305]},{"name":"ERROR_STORAGE_STACK_ACCESS_DENIED","features":[305]},{"name":"ERROR_STORAGE_TOPOLOGY_ID_MISMATCH","features":[305]},{"name":"ERROR_STREAM_MINIVERSION_NOT_FOUND","features":[305]},{"name":"ERROR_STREAM_MINIVERSION_NOT_VALID","features":[305]},{"name":"ERROR_STRICT_CFG_VIOLATION","features":[305]},{"name":"ERROR_SUBST_TO_JOIN","features":[305]},{"name":"ERROR_SUBST_TO_SUBST","features":[305]},{"name":"ERROR_SUCCESS","features":[305]},{"name":"ERROR_SUCCESS_REBOOT_INITIATED","features":[305]},{"name":"ERROR_SUCCESS_REBOOT_REQUIRED","features":[305]},{"name":"ERROR_SUCCESS_RESTART_REQUIRED","features":[305]},{"name":"ERROR_SVHDX_ERROR_NOT_AVAILABLE","features":[305]},{"name":"ERROR_SVHDX_ERROR_STORED","features":[305]},{"name":"ERROR_SVHDX_NO_INITIATOR","features":[305]},{"name":"ERROR_SVHDX_RESERVATION_CONFLICT","features":[305]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE","features":[305]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED","features":[305]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED","features":[305]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED","features":[305]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED","features":[305]},{"name":"ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED","features":[305]},{"name":"ERROR_SVHDX_VERSION_MISMATCH","features":[305]},{"name":"ERROR_SVHDX_WRONG_FILE_TYPE","features":[305]},{"name":"ERROR_SWAPERROR","features":[305]},{"name":"ERROR_SXS_ACTIVATION_CONTEXT_DISABLED","features":[305]},{"name":"ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT","features":[305]},{"name":"ERROR_SXS_ASSEMBLY_MISSING","features":[305]},{"name":"ERROR_SXS_ASSEMBLY_NOT_FOUND","features":[305]},{"name":"ERROR_SXS_ASSEMBLY_NOT_LOCKED","features":[305]},{"name":"ERROR_SXS_CANT_GEN_ACTCTX","features":[305]},{"name":"ERROR_SXS_COMPONENT_STORE_CORRUPT","features":[305]},{"name":"ERROR_SXS_CORRUPTION","features":[305]},{"name":"ERROR_SXS_CORRUPT_ACTIVATION_STACK","features":[305]},{"name":"ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS","features":[305]},{"name":"ERROR_SXS_DUPLICATE_ASSEMBLY_NAME","features":[305]},{"name":"ERROR_SXS_DUPLICATE_CLSID","features":[305]},{"name":"ERROR_SXS_DUPLICATE_DLL_NAME","features":[305]},{"name":"ERROR_SXS_DUPLICATE_IID","features":[305]},{"name":"ERROR_SXS_DUPLICATE_PROGID","features":[305]},{"name":"ERROR_SXS_DUPLICATE_TLBID","features":[305]},{"name":"ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME","features":[305]},{"name":"ERROR_SXS_EARLY_DEACTIVATION","features":[305]},{"name":"ERROR_SXS_FILE_HASH_MISMATCH","features":[305]},{"name":"ERROR_SXS_FILE_HASH_MISSING","features":[305]},{"name":"ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY","features":[305]},{"name":"ERROR_SXS_IDENTITIES_DIFFERENT","features":[305]},{"name":"ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE","features":[305]},{"name":"ERROR_SXS_IDENTITY_PARSE_ERROR","features":[305]},{"name":"ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN","features":[305]},{"name":"ERROR_SXS_INVALID_ACTCTXDATA_FORMAT","features":[305]},{"name":"ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE","features":[305]},{"name":"ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME","features":[305]},{"name":"ERROR_SXS_INVALID_DEACTIVATION","features":[305]},{"name":"ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME","features":[305]},{"name":"ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE","features":[305]},{"name":"ERROR_SXS_INVALID_XML_NAMESPACE_URI","features":[305]},{"name":"ERROR_SXS_KEY_NOT_FOUND","features":[305]},{"name":"ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED","features":[305]},{"name":"ERROR_SXS_MANIFEST_FORMAT_ERROR","features":[305]},{"name":"ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT","features":[305]},{"name":"ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE","features":[305]},{"name":"ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE","features":[305]},{"name":"ERROR_SXS_MANIFEST_PARSE_ERROR","features":[305]},{"name":"ERROR_SXS_MANIFEST_TOO_BIG","features":[305]},{"name":"ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE","features":[305]},{"name":"ERROR_SXS_MULTIPLE_DEACTIVATION","features":[305]},{"name":"ERROR_SXS_POLICY_PARSE_ERROR","features":[305]},{"name":"ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT","features":[305]},{"name":"ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET","features":[305]},{"name":"ERROR_SXS_PROCESS_TERMINATION_REQUESTED","features":[305]},{"name":"ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING","features":[305]},{"name":"ERROR_SXS_PROTECTION_CATALOG_NOT_VALID","features":[305]},{"name":"ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT","features":[305]},{"name":"ERROR_SXS_PROTECTION_RECOVERY_FAILED","features":[305]},{"name":"ERROR_SXS_RELEASE_ACTIVATION_CONTEXT","features":[305]},{"name":"ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED","features":[305]},{"name":"ERROR_SXS_SECTION_NOT_FOUND","features":[305]},{"name":"ERROR_SXS_SETTING_NOT_REGISTERED","features":[305]},{"name":"ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY","features":[305]},{"name":"ERROR_SXS_THREAD_QUERIES_DISABLED","features":[305]},{"name":"ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE","features":[305]},{"name":"ERROR_SXS_UNKNOWN_ENCODING","features":[305]},{"name":"ERROR_SXS_UNKNOWN_ENCODING_GROUP","features":[305]},{"name":"ERROR_SXS_UNTRANSLATABLE_HRESULT","features":[305]},{"name":"ERROR_SXS_VERSION_CONFLICT","features":[305]},{"name":"ERROR_SXS_WRONG_SECTION_TYPE","features":[305]},{"name":"ERROR_SXS_XML_E_BADCHARDATA","features":[305]},{"name":"ERROR_SXS_XML_E_BADCHARINSTRING","features":[305]},{"name":"ERROR_SXS_XML_E_BADNAMECHAR","features":[305]},{"name":"ERROR_SXS_XML_E_BADPEREFINSUBSET","features":[305]},{"name":"ERROR_SXS_XML_E_BADSTARTNAMECHAR","features":[305]},{"name":"ERROR_SXS_XML_E_BADXMLCASE","features":[305]},{"name":"ERROR_SXS_XML_E_BADXMLDECL","features":[305]},{"name":"ERROR_SXS_XML_E_COMMENTSYNTAX","features":[305]},{"name":"ERROR_SXS_XML_E_DUPLICATEATTRIBUTE","features":[305]},{"name":"ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE","features":[305]},{"name":"ERROR_SXS_XML_E_EXPECTINGTAGEND","features":[305]},{"name":"ERROR_SXS_XML_E_INCOMPLETE_ENCODING","features":[305]},{"name":"ERROR_SXS_XML_E_INTERNALERROR","features":[305]},{"name":"ERROR_SXS_XML_E_INVALIDATROOTLEVEL","features":[305]},{"name":"ERROR_SXS_XML_E_INVALIDENCODING","features":[305]},{"name":"ERROR_SXS_XML_E_INVALIDSWITCH","features":[305]},{"name":"ERROR_SXS_XML_E_INVALID_DECIMAL","features":[305]},{"name":"ERROR_SXS_XML_E_INVALID_HEXIDECIMAL","features":[305]},{"name":"ERROR_SXS_XML_E_INVALID_STANDALONE","features":[305]},{"name":"ERROR_SXS_XML_E_INVALID_UNICODE","features":[305]},{"name":"ERROR_SXS_XML_E_INVALID_VERSION","features":[305]},{"name":"ERROR_SXS_XML_E_MISSINGEQUALS","features":[305]},{"name":"ERROR_SXS_XML_E_MISSINGQUOTE","features":[305]},{"name":"ERROR_SXS_XML_E_MISSINGROOT","features":[305]},{"name":"ERROR_SXS_XML_E_MISSINGSEMICOLON","features":[305]},{"name":"ERROR_SXS_XML_E_MISSINGWHITESPACE","features":[305]},{"name":"ERROR_SXS_XML_E_MISSING_PAREN","features":[305]},{"name":"ERROR_SXS_XML_E_MULTIPLEROOTS","features":[305]},{"name":"ERROR_SXS_XML_E_MULTIPLE_COLONS","features":[305]},{"name":"ERROR_SXS_XML_E_RESERVEDNAMESPACE","features":[305]},{"name":"ERROR_SXS_XML_E_UNBALANCEDPAREN","features":[305]},{"name":"ERROR_SXS_XML_E_UNCLOSEDCDATA","features":[305]},{"name":"ERROR_SXS_XML_E_UNCLOSEDCOMMENT","features":[305]},{"name":"ERROR_SXS_XML_E_UNCLOSEDDECL","features":[305]},{"name":"ERROR_SXS_XML_E_UNCLOSEDENDTAG","features":[305]},{"name":"ERROR_SXS_XML_E_UNCLOSEDSTARTTAG","features":[305]},{"name":"ERROR_SXS_XML_E_UNCLOSEDSTRING","features":[305]},{"name":"ERROR_SXS_XML_E_UNCLOSEDTAG","features":[305]},{"name":"ERROR_SXS_XML_E_UNEXPECTEDENDTAG","features":[305]},{"name":"ERROR_SXS_XML_E_UNEXPECTEDEOF","features":[305]},{"name":"ERROR_SXS_XML_E_UNEXPECTED_STANDALONE","features":[305]},{"name":"ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE","features":[305]},{"name":"ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK","features":[305]},{"name":"ERROR_SXS_XML_E_XMLDECLSYNTAX","features":[305]},{"name":"ERROR_SYMLINK_CLASS_DISABLED","features":[305]},{"name":"ERROR_SYMLINK_NOT_SUPPORTED","features":[305]},{"name":"ERROR_SYNCHRONIZATION_REQUIRED","features":[305]},{"name":"ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED","features":[305]},{"name":"ERROR_SYSTEM_DEVICE_NOT_FOUND","features":[305]},{"name":"ERROR_SYSTEM_HIVE_TOO_LARGE","features":[305]},{"name":"ERROR_SYSTEM_IMAGE_BAD_SIGNATURE","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_INVALID_POLICY","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_OFFLINE","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_PUA","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED","features":[305]},{"name":"ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES","features":[305]},{"name":"ERROR_SYSTEM_NEEDS_REMEDIATION","features":[305]},{"name":"ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION","features":[305]},{"name":"ERROR_SYSTEM_POWERSTATE_TRANSITION","features":[305]},{"name":"ERROR_SYSTEM_PROCESS_TERMINATED","features":[305]},{"name":"ERROR_SYSTEM_SHUTDOWN","features":[305]},{"name":"ERROR_SYSTEM_TRACE","features":[305]},{"name":"ERROR_TAG_NOT_FOUND","features":[305]},{"name":"ERROR_TAG_NOT_PRESENT","features":[305]},{"name":"ERROR_THREAD_1_INACTIVE","features":[305]},{"name":"ERROR_THREAD_ALREADY_IN_TASK","features":[305]},{"name":"ERROR_THREAD_MODE_ALREADY_BACKGROUND","features":[305]},{"name":"ERROR_THREAD_MODE_NOT_BACKGROUND","features":[305]},{"name":"ERROR_THREAD_NOT_IN_PROCESS","features":[305]},{"name":"ERROR_THREAD_WAS_SUSPENDED","features":[305]},{"name":"ERROR_TIERING_ALREADY_PROCESSING","features":[305]},{"name":"ERROR_TIERING_CANNOT_PIN_OBJECT","features":[305]},{"name":"ERROR_TIERING_FILE_IS_NOT_PINNED","features":[305]},{"name":"ERROR_TIERING_INVALID_FILE_ID","features":[305]},{"name":"ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME","features":[305]},{"name":"ERROR_TIERING_STORAGE_TIER_NOT_FOUND","features":[305]},{"name":"ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS","features":[305]},{"name":"ERROR_TIERING_WRONG_CLUSTER_NODE","features":[305]},{"name":"ERROR_TIMEOUT","features":[305]},{"name":"ERROR_TIMER_NOT_CANCELED","features":[305]},{"name":"ERROR_TIMER_RESOLUTION_NOT_SET","features":[305]},{"name":"ERROR_TIMER_RESUME_IGNORED","features":[305]},{"name":"ERROR_TIME_SENSITIVE_THREAD","features":[305]},{"name":"ERROR_TIME_SKEW","features":[305]},{"name":"ERROR_TLW_WITH_WSCHILD","features":[305]},{"name":"ERROR_TM_IDENTITY_MISMATCH","features":[305]},{"name":"ERROR_TM_INITIALIZATION_FAILED","features":[305]},{"name":"ERROR_TM_VOLATILE","features":[305]},{"name":"ERROR_TOKEN_ALREADY_IN_USE","features":[305]},{"name":"ERROR_TOO_MANY_CMDS","features":[305]},{"name":"ERROR_TOO_MANY_CONTEXT_IDS","features":[305]},{"name":"ERROR_TOO_MANY_DESCRIPTORS","features":[305]},{"name":"ERROR_TOO_MANY_LINKS","features":[305]},{"name":"ERROR_TOO_MANY_LUIDS_REQUESTED","features":[305]},{"name":"ERROR_TOO_MANY_MODULES","features":[305]},{"name":"ERROR_TOO_MANY_MUXWAITERS","features":[305]},{"name":"ERROR_TOO_MANY_NAMES","features":[305]},{"name":"ERROR_TOO_MANY_OPEN_FILES","features":[305]},{"name":"ERROR_TOO_MANY_POSTS","features":[305]},{"name":"ERROR_TOO_MANY_SECRETS","features":[305]},{"name":"ERROR_TOO_MANY_SEMAPHORES","features":[305]},{"name":"ERROR_TOO_MANY_SEM_REQUESTS","features":[305]},{"name":"ERROR_TOO_MANY_SESS","features":[305]},{"name":"ERROR_TOO_MANY_SIDS","features":[305]},{"name":"ERROR_TOO_MANY_TCBS","features":[305]},{"name":"ERROR_TOO_MANY_THREADS","features":[305]},{"name":"ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE","features":[305]},{"name":"ERROR_TRANSACTIONAL_CONFLICT","features":[305]},{"name":"ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED","features":[305]},{"name":"ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH","features":[305]},{"name":"ERROR_TRANSACTIONMANAGER_NOT_FOUND","features":[305]},{"name":"ERROR_TRANSACTIONMANAGER_NOT_ONLINE","features":[305]},{"name":"ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION","features":[305]},{"name":"ERROR_TRANSACTIONS_NOT_FROZEN","features":[305]},{"name":"ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE","features":[305]},{"name":"ERROR_TRANSACTION_ALREADY_ABORTED","features":[305]},{"name":"ERROR_TRANSACTION_ALREADY_COMMITTED","features":[305]},{"name":"ERROR_TRANSACTION_FREEZE_IN_PROGRESS","features":[305]},{"name":"ERROR_TRANSACTION_INTEGRITY_VIOLATED","features":[305]},{"name":"ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER","features":[305]},{"name":"ERROR_TRANSACTION_MUST_WRITETHROUGH","features":[305]},{"name":"ERROR_TRANSACTION_NOT_ACTIVE","features":[305]},{"name":"ERROR_TRANSACTION_NOT_ENLISTED","features":[305]},{"name":"ERROR_TRANSACTION_NOT_FOUND","features":[305]},{"name":"ERROR_TRANSACTION_NOT_JOINED","features":[305]},{"name":"ERROR_TRANSACTION_NOT_REQUESTED","features":[305]},{"name":"ERROR_TRANSACTION_NOT_ROOT","features":[305]},{"name":"ERROR_TRANSACTION_NO_SUPERIOR","features":[305]},{"name":"ERROR_TRANSACTION_OBJECT_EXPIRED","features":[305]},{"name":"ERROR_TRANSACTION_PROPAGATION_FAILED","features":[305]},{"name":"ERROR_TRANSACTION_RECORD_TOO_LONG","features":[305]},{"name":"ERROR_TRANSACTION_REQUEST_NOT_VALID","features":[305]},{"name":"ERROR_TRANSACTION_REQUIRED_PROMOTION","features":[305]},{"name":"ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED","features":[305]},{"name":"ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET","features":[305]},{"name":"ERROR_TRANSACTION_SUPERIOR_EXISTS","features":[305]},{"name":"ERROR_TRANSFORM_NOT_SUPPORTED","features":[305]},{"name":"ERROR_TRANSLATION_COMPLETE","features":[305]},{"name":"ERROR_TRANSPORT_FULL","features":[305]},{"name":"ERROR_TRUSTED_DOMAIN_FAILURE","features":[305]},{"name":"ERROR_TRUSTED_RELATIONSHIP_FAILURE","features":[305]},{"name":"ERROR_TRUST_FAILURE","features":[305]},{"name":"ERROR_TS_INCOMPATIBLE_SESSIONS","features":[305]},{"name":"ERROR_TS_VIDEO_SUBSYSTEM_ERROR","features":[305]},{"name":"ERROR_TXF_ATTRIBUTE_CORRUPT","features":[305]},{"name":"ERROR_TXF_DIR_NOT_EMPTY","features":[305]},{"name":"ERROR_TXF_METADATA_ALREADY_PRESENT","features":[305]},{"name":"ERROR_UNABLE_TO_CLEAN","features":[305]},{"name":"ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA","features":[305]},{"name":"ERROR_UNABLE_TO_INVENTORY_DRIVE","features":[305]},{"name":"ERROR_UNABLE_TO_INVENTORY_SLOT","features":[305]},{"name":"ERROR_UNABLE_TO_INVENTORY_TRANSPORT","features":[305]},{"name":"ERROR_UNABLE_TO_LOAD_MEDIUM","features":[305]},{"name":"ERROR_UNABLE_TO_LOCK_MEDIA","features":[305]},{"name":"ERROR_UNABLE_TO_MOVE_REPLACEMENT","features":[305]},{"name":"ERROR_UNABLE_TO_MOVE_REPLACEMENT_2","features":[305]},{"name":"ERROR_UNABLE_TO_REMOVE_REPLACED","features":[305]},{"name":"ERROR_UNABLE_TO_UNLOAD_MEDIA","features":[305]},{"name":"ERROR_UNDEFINED_CHARACTER","features":[305]},{"name":"ERROR_UNDEFINED_SCOPE","features":[305]},{"name":"ERROR_UNEXPECTED_MM_CREATE_ERR","features":[305]},{"name":"ERROR_UNEXPECTED_MM_EXTEND_ERR","features":[305]},{"name":"ERROR_UNEXPECTED_MM_MAP_ERROR","features":[305]},{"name":"ERROR_UNEXPECTED_NTCACHEMANAGER_ERROR","features":[305]},{"name":"ERROR_UNEXPECTED_OMID","features":[305]},{"name":"ERROR_UNEXP_NET_ERR","features":[305]},{"name":"ERROR_UNHANDLED_EXCEPTION","features":[305]},{"name":"ERROR_UNIDENTIFIED_ERROR","features":[305]},{"name":"ERROR_UNKNOWN_COMPONENT","features":[305]},{"name":"ERROR_UNKNOWN_EXCEPTION","features":[305]},{"name":"ERROR_UNKNOWN_FEATURE","features":[305]},{"name":"ERROR_UNKNOWN_PATCH","features":[305]},{"name":"ERROR_UNKNOWN_PORT","features":[305]},{"name":"ERROR_UNKNOWN_PRINTER_DRIVER","features":[305]},{"name":"ERROR_UNKNOWN_PRINTPROCESSOR","features":[305]},{"name":"ERROR_UNKNOWN_PRINT_MONITOR","features":[305]},{"name":"ERROR_UNKNOWN_PRODUCT","features":[305]},{"name":"ERROR_UNKNOWN_PROPERTY","features":[305]},{"name":"ERROR_UNKNOWN_PROTOCOL_ID","features":[305]},{"name":"ERROR_UNKNOWN_REVISION","features":[305]},{"name":"ERROR_UNMAPPED_SUBSTITUTION_STRING","features":[305]},{"name":"ERROR_UNRECOGNIZED_MEDIA","features":[305]},{"name":"ERROR_UNRECOGNIZED_VOLUME","features":[305]},{"name":"ERROR_UNRECOVERABLE_STACK_OVERFLOW","features":[305]},{"name":"ERROR_UNSATISFIED_DEPENDENCIES","features":[305]},{"name":"ERROR_UNSIGNED_PACKAGE_INVALID_CONTENT","features":[305]},{"name":"ERROR_UNSIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE","features":[305]},{"name":"ERROR_UNSUPPORTED_COMPRESSION","features":[305]},{"name":"ERROR_UNSUPPORTED_TYPE","features":[305]},{"name":"ERROR_UNTRUSTED_MOUNT_POINT","features":[305]},{"name":"ERROR_UNWIND","features":[305]},{"name":"ERROR_UNWIND_CONSOLIDATE","features":[305]},{"name":"ERROR_UPDATE_IN_PROGRESS","features":[305]},{"name":"ERROR_USER_APC","features":[305]},{"name":"ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED","features":[305]},{"name":"ERROR_USER_EXISTS","features":[305]},{"name":"ERROR_USER_LIMIT","features":[305]},{"name":"ERROR_USER_MAPPED_FILE","features":[305]},{"name":"ERROR_USER_PROFILE_LOAD","features":[305]},{"name":"ERROR_VALIDATE_CONTINUE","features":[305]},{"name":"ERROR_VC_DISCONNECTED","features":[305]},{"name":"ERROR_VDM_DISALLOWED","features":[305]},{"name":"ERROR_VDM_HARD_ERROR","features":[305]},{"name":"ERROR_VERIFIER_STOP","features":[305]},{"name":"ERROR_VERSION_PARSE_ERROR","features":[305]},{"name":"ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND","features":[305]},{"name":"ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE","features":[305]},{"name":"ERROR_VHD_BITMAP_MISMATCH","features":[305]},{"name":"ERROR_VHD_BLOCK_ALLOCATION_FAILURE","features":[305]},{"name":"ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT","features":[305]},{"name":"ERROR_VHD_CHANGE_TRACKING_DISABLED","features":[305]},{"name":"ERROR_VHD_CHILD_PARENT_ID_MISMATCH","features":[305]},{"name":"ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH","features":[305]},{"name":"ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH","features":[305]},{"name":"ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE","features":[305]},{"name":"ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED","features":[305]},{"name":"ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT","features":[305]},{"name":"ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH","features":[305]},{"name":"ERROR_VHD_DRIVE_FOOTER_CORRUPT","features":[305]},{"name":"ERROR_VHD_DRIVE_FOOTER_MISSING","features":[305]},{"name":"ERROR_VHD_FORMAT_UNKNOWN","features":[305]},{"name":"ERROR_VHD_FORMAT_UNSUPPORTED_VERSION","features":[305]},{"name":"ERROR_VHD_INVALID_BLOCK_SIZE","features":[305]},{"name":"ERROR_VHD_INVALID_CHANGE_TRACKING_ID","features":[305]},{"name":"ERROR_VHD_INVALID_FILE_SIZE","features":[305]},{"name":"ERROR_VHD_INVALID_SIZE","features":[305]},{"name":"ERROR_VHD_INVALID_STATE","features":[305]},{"name":"ERROR_VHD_INVALID_TYPE","features":[305]},{"name":"ERROR_VHD_METADATA_FULL","features":[305]},{"name":"ERROR_VHD_METADATA_READ_FAILURE","features":[305]},{"name":"ERROR_VHD_METADATA_WRITE_FAILURE","features":[305]},{"name":"ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION","features":[305]},{"name":"ERROR_VHD_PARENT_VHD_ACCESS_DENIED","features":[305]},{"name":"ERROR_VHD_PARENT_VHD_NOT_FOUND","features":[305]},{"name":"ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA","features":[305]},{"name":"ERROR_VHD_SHARED","features":[305]},{"name":"ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH","features":[305]},{"name":"ERROR_VHD_SPARSE_HEADER_CORRUPT","features":[305]},{"name":"ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION","features":[305]},{"name":"ERROR_VHD_UNEXPECTED_ID","features":[305]},{"name":"ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED","features":[305]},{"name":"ERROR_VID_DUPLICATE_HANDLER","features":[305]},{"name":"ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT","features":[305]},{"name":"ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT","features":[305]},{"name":"ERROR_VID_HANDLER_NOT_PRESENT","features":[305]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT","features":[305]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER","features":[305]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_RESERVE","features":[305]},{"name":"ERROR_VID_INSUFFICIENT_RESOURCES_WITHDRAW","features":[305]},{"name":"ERROR_VID_INVALID_CHILD_GPA_PAGE_SET","features":[305]},{"name":"ERROR_VID_INVALID_GPA_RANGE_HANDLE","features":[305]},{"name":"ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE","features":[305]},{"name":"ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE","features":[305]},{"name":"ERROR_VID_INVALID_NUMA_NODE_INDEX","features":[305]},{"name":"ERROR_VID_INVALID_NUMA_SETTINGS","features":[305]},{"name":"ERROR_VID_INVALID_OBJECT_NAME","features":[305]},{"name":"ERROR_VID_INVALID_PPM_HANDLE","features":[305]},{"name":"ERROR_VID_INVALID_PROCESSOR_STATE","features":[305]},{"name":"ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED","features":[305]},{"name":"ERROR_VID_MBPS_ARE_LOCKED","features":[305]},{"name":"ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE","features":[305]},{"name":"ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT","features":[305]},{"name":"ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET","features":[305]},{"name":"ERROR_VID_MB_STILL_REFERENCED","features":[305]},{"name":"ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED","features":[305]},{"name":"ERROR_VID_MEMORY_TYPE_NOT_SUPPORTED","features":[305]},{"name":"ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS","features":[305]},{"name":"ERROR_VID_MESSAGE_QUEUE_CLOSED","features":[305]},{"name":"ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG","features":[305]},{"name":"ERROR_VID_MMIO_RANGE_DESTROYED","features":[305]},{"name":"ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED","features":[305]},{"name":"ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE","features":[305]},{"name":"ERROR_VID_PAGE_RANGE_OVERFLOW","features":[305]},{"name":"ERROR_VID_PARTITION_ALREADY_EXISTS","features":[305]},{"name":"ERROR_VID_PARTITION_DOES_NOT_EXIST","features":[305]},{"name":"ERROR_VID_PARTITION_NAME_NOT_FOUND","features":[305]},{"name":"ERROR_VID_PARTITION_NAME_TOO_LONG","features":[305]},{"name":"ERROR_VID_PROCESS_ALREADY_SET","features":[305]},{"name":"ERROR_VID_QUEUE_FULL","features":[305]},{"name":"ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED","features":[305]},{"name":"ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED","features":[305]},{"name":"ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL","features":[305]},{"name":"ERROR_VID_SAVED_STATE_CORRUPT","features":[305]},{"name":"ERROR_VID_SAVED_STATE_INCOMPATIBLE","features":[305]},{"name":"ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM","features":[305]},{"name":"ERROR_VID_STOP_PENDING","features":[305]},{"name":"ERROR_VID_TOO_MANY_HANDLERS","features":[305]},{"name":"ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED","features":[305]},{"name":"ERROR_VID_VTL_ACCESS_DENIED","features":[305]},{"name":"ERROR_VIRTDISK_DISK_ALREADY_OWNED","features":[305]},{"name":"ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE","features":[305]},{"name":"ERROR_VIRTDISK_NOT_VIRTUAL_DISK","features":[305]},{"name":"ERROR_VIRTDISK_PROVIDER_NOT_FOUND","features":[305]},{"name":"ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE","features":[305]},{"name":"ERROR_VIRTUAL_DISK_LIMITATION","features":[305]},{"name":"ERROR_VIRUS_DELETED","features":[305]},{"name":"ERROR_VIRUS_INFECTED","features":[305]},{"name":"ERROR_VMCOMPUTE_CONNECTION_CLOSED","features":[305]},{"name":"ERROR_VMCOMPUTE_CONNECT_FAILED","features":[305]},{"name":"ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED","features":[305]},{"name":"ERROR_VMCOMPUTE_IMAGE_MISMATCH","features":[305]},{"name":"ERROR_VMCOMPUTE_INVALID_JSON","features":[305]},{"name":"ERROR_VMCOMPUTE_INVALID_LAYER","features":[305]},{"name":"ERROR_VMCOMPUTE_INVALID_STATE","features":[305]},{"name":"ERROR_VMCOMPUTE_OPERATION_PENDING","features":[305]},{"name":"ERROR_VMCOMPUTE_PROTOCOL_ERROR","features":[305]},{"name":"ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS","features":[305]},{"name":"ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED","features":[305]},{"name":"ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND","features":[305]},{"name":"ERROR_VMCOMPUTE_TERMINATED","features":[305]},{"name":"ERROR_VMCOMPUTE_TERMINATED_DURING_START","features":[305]},{"name":"ERROR_VMCOMPUTE_TIMEOUT","features":[305]},{"name":"ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS","features":[305]},{"name":"ERROR_VMCOMPUTE_UNEXPECTED_EXIT","features":[305]},{"name":"ERROR_VMCOMPUTE_UNKNOWN_MESSAGE","features":[305]},{"name":"ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION","features":[305]},{"name":"ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED","features":[305]},{"name":"ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND","features":[305]},{"name":"ERROR_VOLMGR_ALL_DISKS_FAILED","features":[305]},{"name":"ERROR_VOLMGR_BAD_BOOT_DISK","features":[305]},{"name":"ERROR_VOLMGR_DATABASE_FULL","features":[305]},{"name":"ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE","features":[305]},{"name":"ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED","features":[305]},{"name":"ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC","features":[305]},{"name":"ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME","features":[305]},{"name":"ERROR_VOLMGR_DISK_DUPLICATE","features":[305]},{"name":"ERROR_VOLMGR_DISK_DYNAMIC","features":[305]},{"name":"ERROR_VOLMGR_DISK_ID_INVALID","features":[305]},{"name":"ERROR_VOLMGR_DISK_INVALID","features":[305]},{"name":"ERROR_VOLMGR_DISK_LAST_VOTER","features":[305]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_INVALID","features":[305]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS","features":[305]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED","features":[305]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL","features":[305]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS","features":[305]},{"name":"ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS","features":[305]},{"name":"ERROR_VOLMGR_DISK_MISSING","features":[305]},{"name":"ERROR_VOLMGR_DISK_NOT_EMPTY","features":[305]},{"name":"ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE","features":[305]},{"name":"ERROR_VOLMGR_DISK_REVECTORING_FAILED","features":[305]},{"name":"ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID","features":[305]},{"name":"ERROR_VOLMGR_DISK_SET_NOT_CONTAINED","features":[305]},{"name":"ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS","features":[305]},{"name":"ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES","features":[305]},{"name":"ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED","features":[305]},{"name":"ERROR_VOLMGR_EXTENT_ALREADY_USED","features":[305]},{"name":"ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS","features":[305]},{"name":"ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION","features":[305]},{"name":"ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED","features":[305]},{"name":"ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION","features":[305]},{"name":"ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH","features":[305]},{"name":"ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED","features":[305]},{"name":"ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION","features":[305]},{"name":"ERROR_VOLMGR_INCOMPLETE_REGENERATION","features":[305]},{"name":"ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID","features":[305]},{"name":"ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS","features":[305]},{"name":"ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE","features":[305]},{"name":"ERROR_VOLMGR_MEMBER_INDEX_INVALID","features":[305]},{"name":"ERROR_VOLMGR_MEMBER_IN_SYNC","features":[305]},{"name":"ERROR_VOLMGR_MEMBER_MISSING","features":[305]},{"name":"ERROR_VOLMGR_MEMBER_NOT_DETACHED","features":[305]},{"name":"ERROR_VOLMGR_MEMBER_REGENERATING","features":[305]},{"name":"ERROR_VOLMGR_MIRROR_NOT_SUPPORTED","features":[305]},{"name":"ERROR_VOLMGR_NOTIFICATION_RESET","features":[305]},{"name":"ERROR_VOLMGR_NOT_PRIMARY_PACK","features":[305]},{"name":"ERROR_VOLMGR_NO_REGISTERED_USERS","features":[305]},{"name":"ERROR_VOLMGR_NO_SUCH_USER","features":[305]},{"name":"ERROR_VOLMGR_NO_VALID_LOG_COPIES","features":[305]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID","features":[305]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID","features":[305]},{"name":"ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID","features":[305]},{"name":"ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID","features":[305]},{"name":"ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID","features":[305]},{"name":"ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID","features":[305]},{"name":"ERROR_VOLMGR_PACK_CONFIG_OFFLINE","features":[305]},{"name":"ERROR_VOLMGR_PACK_CONFIG_ONLINE","features":[305]},{"name":"ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED","features":[305]},{"name":"ERROR_VOLMGR_PACK_DUPLICATE","features":[305]},{"name":"ERROR_VOLMGR_PACK_HAS_QUORUM","features":[305]},{"name":"ERROR_VOLMGR_PACK_ID_INVALID","features":[305]},{"name":"ERROR_VOLMGR_PACK_INVALID","features":[305]},{"name":"ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED","features":[305]},{"name":"ERROR_VOLMGR_PACK_NAME_INVALID","features":[305]},{"name":"ERROR_VOLMGR_PACK_OFFLINE","features":[305]},{"name":"ERROR_VOLMGR_PACK_WITHOUT_QUORUM","features":[305]},{"name":"ERROR_VOLMGR_PARTITION_STYLE_INVALID","features":[305]},{"name":"ERROR_VOLMGR_PARTITION_UPDATE_FAILED","features":[305]},{"name":"ERROR_VOLMGR_PLEX_INDEX_DUPLICATE","features":[305]},{"name":"ERROR_VOLMGR_PLEX_INDEX_INVALID","features":[305]},{"name":"ERROR_VOLMGR_PLEX_IN_SYNC","features":[305]},{"name":"ERROR_VOLMGR_PLEX_LAST_ACTIVE","features":[305]},{"name":"ERROR_VOLMGR_PLEX_MISSING","features":[305]},{"name":"ERROR_VOLMGR_PLEX_NOT_RAID5","features":[305]},{"name":"ERROR_VOLMGR_PLEX_NOT_SIMPLE","features":[305]},{"name":"ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED","features":[305]},{"name":"ERROR_VOLMGR_PLEX_REGENERATING","features":[305]},{"name":"ERROR_VOLMGR_PLEX_TYPE_INVALID","features":[305]},{"name":"ERROR_VOLMGR_PRIMARY_PACK_PRESENT","features":[305]},{"name":"ERROR_VOLMGR_RAID5_NOT_SUPPORTED","features":[305]},{"name":"ERROR_VOLMGR_STRUCTURE_SIZE_INVALID","features":[305]},{"name":"ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS","features":[305]},{"name":"ERROR_VOLMGR_TRANSACTION_IN_PROGRESS","features":[305]},{"name":"ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE","features":[305]},{"name":"ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK","features":[305]},{"name":"ERROR_VOLMGR_VOLUME_ID_INVALID","features":[305]},{"name":"ERROR_VOLMGR_VOLUME_LENGTH_INVALID","features":[305]},{"name":"ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE","features":[305]},{"name":"ERROR_VOLMGR_VOLUME_MIRRORED","features":[305]},{"name":"ERROR_VOLMGR_VOLUME_NOT_MIRRORED","features":[305]},{"name":"ERROR_VOLMGR_VOLUME_NOT_RETAINED","features":[305]},{"name":"ERROR_VOLMGR_VOLUME_OFFLINE","features":[305]},{"name":"ERROR_VOLMGR_VOLUME_RETAINED","features":[305]},{"name":"ERROR_VOLSNAP_ACTIVATION_TIMEOUT","features":[305]},{"name":"ERROR_VOLSNAP_BOOTFILE_NOT_VALID","features":[305]},{"name":"ERROR_VOLSNAP_HIBERNATE_READY","features":[305]},{"name":"ERROR_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT","features":[305]},{"name":"ERROR_VOLSNAP_PREPARE_HIBERNATE","features":[305]},{"name":"ERROR_VOLUME_CONTAINS_SYS_FILES","features":[305]},{"name":"ERROR_VOLUME_DIRTY","features":[305]},{"name":"ERROR_VOLUME_MOUNTED","features":[305]},{"name":"ERROR_VOLUME_NOT_CLUSTER_ALIGNED","features":[305]},{"name":"ERROR_VOLUME_NOT_SIS_ENABLED","features":[305]},{"name":"ERROR_VOLUME_NOT_SUPPORTED","features":[305]},{"name":"ERROR_VOLUME_NOT_SUPPORT_EFS","features":[305]},{"name":"ERROR_VOLUME_UPGRADE_DISABLED","features":[305]},{"name":"ERROR_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED","features":[305]},{"name":"ERROR_VOLUME_UPGRADE_NOT_NEEDED","features":[305]},{"name":"ERROR_VOLUME_UPGRADE_PENDING","features":[305]},{"name":"ERROR_VOLUME_WRITE_ACCESS_DENIED","features":[305]},{"name":"ERROR_VRF_VOLATILE_CFG_AND_IO_ENABLED","features":[305]},{"name":"ERROR_VRF_VOLATILE_NMI_REGISTERED","features":[305]},{"name":"ERROR_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM","features":[305]},{"name":"ERROR_VRF_VOLATILE_NOT_STOPPABLE","features":[305]},{"name":"ERROR_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS","features":[305]},{"name":"ERROR_VRF_VOLATILE_PROTECTED_DRIVER","features":[305]},{"name":"ERROR_VRF_VOLATILE_SAFE_MODE","features":[305]},{"name":"ERROR_VRF_VOLATILE_SETTINGS_CONFLICT","features":[305]},{"name":"ERROR_VSMB_SAVED_STATE_CORRUPT","features":[305]},{"name":"ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND","features":[305]},{"name":"ERROR_VSM_DMA_PROTECTION_NOT_IN_USE","features":[305]},{"name":"ERROR_VSM_NOT_INITIALIZED","features":[305]},{"name":"ERROR_WAIT_1","features":[305]},{"name":"ERROR_WAIT_2","features":[305]},{"name":"ERROR_WAIT_3","features":[305]},{"name":"ERROR_WAIT_63","features":[305]},{"name":"ERROR_WAIT_FOR_OPLOCK","features":[305]},{"name":"ERROR_WAIT_NO_CHILDREN","features":[305]},{"name":"ERROR_WAKE_SYSTEM","features":[305]},{"name":"ERROR_WAKE_SYSTEM_DEBUGGER","features":[305]},{"name":"ERROR_WAS_LOCKED","features":[305]},{"name":"ERROR_WAS_UNLOCKED","features":[305]},{"name":"ERROR_WEAK_WHFBKEY_BLOCKED","features":[305]},{"name":"ERROR_WINDOW_NOT_COMBOBOX","features":[305]},{"name":"ERROR_WINDOW_NOT_DIALOG","features":[305]},{"name":"ERROR_WINDOW_OF_OTHER_THREAD","features":[305]},{"name":"ERROR_WINS_INTERNAL","features":[305]},{"name":"ERROR_WIP_ENCRYPTION_FAILED","features":[305]},{"name":"ERROR_WMI_ALREADY_DISABLED","features":[305]},{"name":"ERROR_WMI_ALREADY_ENABLED","features":[305]},{"name":"ERROR_WMI_DP_FAILED","features":[305]},{"name":"ERROR_WMI_DP_NOT_FOUND","features":[305]},{"name":"ERROR_WMI_GUID_DISCONNECTED","features":[305]},{"name":"ERROR_WMI_GUID_NOT_FOUND","features":[305]},{"name":"ERROR_WMI_INSTANCE_NOT_FOUND","features":[305]},{"name":"ERROR_WMI_INVALID_MOF","features":[305]},{"name":"ERROR_WMI_INVALID_REGINFO","features":[305]},{"name":"ERROR_WMI_ITEMID_NOT_FOUND","features":[305]},{"name":"ERROR_WMI_READ_ONLY","features":[305]},{"name":"ERROR_WMI_SERVER_UNAVAILABLE","features":[305]},{"name":"ERROR_WMI_SET_FAILURE","features":[305]},{"name":"ERROR_WMI_TRY_AGAIN","features":[305]},{"name":"ERROR_WMI_UNRESOLVED_INSTANCE_REF","features":[305]},{"name":"ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT","features":[305]},{"name":"ERROR_WOF_WIM_HEADER_CORRUPT","features":[305]},{"name":"ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT","features":[305]},{"name":"ERROR_WORKING_SET_QUOTA","features":[305]},{"name":"ERROR_WOW_ASSERTION","features":[305]},{"name":"ERROR_WRITE_FAULT","features":[305]},{"name":"ERROR_WRITE_PROTECT","features":[305]},{"name":"ERROR_WRONG_COMPARTMENT","features":[305]},{"name":"ERROR_WRONG_DISK","features":[305]},{"name":"ERROR_WRONG_EFS","features":[305]},{"name":"ERROR_WRONG_INF_STYLE","features":[305]},{"name":"ERROR_WRONG_INF_TYPE","features":[305]},{"name":"ERROR_WRONG_PASSWORD","features":[305]},{"name":"ERROR_WRONG_TARGET_NAME","features":[305]},{"name":"ERROR_WX86_ERROR","features":[305]},{"name":"ERROR_WX86_WARNING","features":[305]},{"name":"ERROR_XMLDSIG_ERROR","features":[305]},{"name":"ERROR_XML_ENCODING_MISMATCH","features":[305]},{"name":"ERROR_XML_PARSE_ERROR","features":[305]},{"name":"EVENT_E_ALL_SUBSCRIBERS_FAILED","features":[305]},{"name":"EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT","features":[305]},{"name":"EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT","features":[305]},{"name":"EVENT_E_COMPLUS_NOT_INSTALLED","features":[305]},{"name":"EVENT_E_FIRST","features":[305]},{"name":"EVENT_E_INTERNALERROR","features":[305]},{"name":"EVENT_E_INTERNALEXCEPTION","features":[305]},{"name":"EVENT_E_INVALID_EVENT_CLASS_PARTITION","features":[305]},{"name":"EVENT_E_INVALID_PER_USER_SID","features":[305]},{"name":"EVENT_E_LAST","features":[305]},{"name":"EVENT_E_MISSING_EVENTCLASS","features":[305]},{"name":"EVENT_E_NOT_ALL_REMOVED","features":[305]},{"name":"EVENT_E_PER_USER_SID_NOT_LOGGED_ON","features":[305]},{"name":"EVENT_E_QUERYFIELD","features":[305]},{"name":"EVENT_E_QUERYSYNTAX","features":[305]},{"name":"EVENT_E_TOO_MANY_METHODS","features":[305]},{"name":"EVENT_E_USER_EXCEPTION","features":[305]},{"name":"EVENT_S_FIRST","features":[305]},{"name":"EVENT_S_LAST","features":[305]},{"name":"EVENT_S_NOSUBSCRIBERS","features":[305]},{"name":"EVENT_S_SOME_SUBSCRIBERS_FAILED","features":[305]},{"name":"EXCEPTION_ACCESS_VIOLATION","features":[305]},{"name":"EXCEPTION_ARRAY_BOUNDS_EXCEEDED","features":[305]},{"name":"EXCEPTION_BREAKPOINT","features":[305]},{"name":"EXCEPTION_DATATYPE_MISALIGNMENT","features":[305]},{"name":"EXCEPTION_FLT_DENORMAL_OPERAND","features":[305]},{"name":"EXCEPTION_FLT_DIVIDE_BY_ZERO","features":[305]},{"name":"EXCEPTION_FLT_INEXACT_RESULT","features":[305]},{"name":"EXCEPTION_FLT_INVALID_OPERATION","features":[305]},{"name":"EXCEPTION_FLT_OVERFLOW","features":[305]},{"name":"EXCEPTION_FLT_STACK_CHECK","features":[305]},{"name":"EXCEPTION_FLT_UNDERFLOW","features":[305]},{"name":"EXCEPTION_GUARD_PAGE","features":[305]},{"name":"EXCEPTION_ILLEGAL_INSTRUCTION","features":[305]},{"name":"EXCEPTION_INT_DIVIDE_BY_ZERO","features":[305]},{"name":"EXCEPTION_INT_OVERFLOW","features":[305]},{"name":"EXCEPTION_INVALID_DISPOSITION","features":[305]},{"name":"EXCEPTION_INVALID_HANDLE","features":[305]},{"name":"EXCEPTION_IN_PAGE_ERROR","features":[305]},{"name":"EXCEPTION_NONCONTINUABLE_EXCEPTION","features":[305]},{"name":"EXCEPTION_POSSIBLE_DEADLOCK","features":[305]},{"name":"EXCEPTION_PRIV_INSTRUCTION","features":[305]},{"name":"EXCEPTION_SINGLE_STEP","features":[305]},{"name":"EXCEPTION_SPAPI_UNRECOVERABLE_STACK_OVERFLOW","features":[305]},{"name":"EXCEPTION_STACK_OVERFLOW","features":[305]},{"name":"E_ABORT","features":[305]},{"name":"E_ACCESSDENIED","features":[305]},{"name":"E_APPLICATION_ACTIVATION_EXEC_FAILURE","features":[305]},{"name":"E_APPLICATION_ACTIVATION_TIMED_OUT","features":[305]},{"name":"E_APPLICATION_EXITING","features":[305]},{"name":"E_APPLICATION_MANAGER_NOT_RUNNING","features":[305]},{"name":"E_APPLICATION_NOT_REGISTERED","features":[305]},{"name":"E_APPLICATION_TEMPORARY_LICENSE_ERROR","features":[305]},{"name":"E_APPLICATION_TRIAL_LICENSE_EXPIRED","features":[305]},{"name":"E_APPLICATION_VIEW_EXITING","features":[305]},{"name":"E_ASYNC_OPERATION_NOT_STARTED","features":[305]},{"name":"E_AUDIO_ENGINE_NODE_NOT_FOUND","features":[305]},{"name":"E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND","features":[305]},{"name":"E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG","features":[305]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION","features":[305]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION","features":[305]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION","features":[305]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[305]},{"name":"E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES","features":[305]},{"name":"E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[305]},{"name":"E_BLUETOOTH_ATT_INVALID_HANDLE","features":[305]},{"name":"E_BLUETOOTH_ATT_INVALID_OFFSET","features":[305]},{"name":"E_BLUETOOTH_ATT_INVALID_PDU","features":[305]},{"name":"E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL","features":[305]},{"name":"E_BLUETOOTH_ATT_READ_NOT_PERMITTED","features":[305]},{"name":"E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED","features":[305]},{"name":"E_BLUETOOTH_ATT_UNKNOWN_ERROR","features":[305]},{"name":"E_BLUETOOTH_ATT_UNLIKELY","features":[305]},{"name":"E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE","features":[305]},{"name":"E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED","features":[305]},{"name":"E_BOUNDS","features":[305]},{"name":"E_CHANGED_STATE","features":[305]},{"name":"E_ELEVATED_ACTIVATION_NOT_SUPPORTED","features":[305]},{"name":"E_FAIL","features":[305]},{"name":"E_FULL_ADMIN_NOT_SUPPORTED","features":[305]},{"name":"E_HANDLE","features":[305]},{"name":"E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED","features":[305]},{"name":"E_HDAUDIO_EMPTY_CONNECTION_LIST","features":[305]},{"name":"E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED","features":[305]},{"name":"E_HDAUDIO_NULL_LINKED_LIST_ENTRY","features":[305]},{"name":"E_ILLEGAL_DELEGATE_ASSIGNMENT","features":[305]},{"name":"E_ILLEGAL_METHOD_CALL","features":[305]},{"name":"E_ILLEGAL_STATE_CHANGE","features":[305]},{"name":"E_INVALIDARG","features":[305]},{"name":"E_INVALID_PROTOCOL_FORMAT","features":[305]},{"name":"E_INVALID_PROTOCOL_OPERATION","features":[305]},{"name":"E_MBN_BAD_SIM","features":[305]},{"name":"E_MBN_CONTEXT_NOT_ACTIVATED","features":[305]},{"name":"E_MBN_DATA_CLASS_NOT_AVAILABLE","features":[305]},{"name":"E_MBN_DEFAULT_PROFILE_EXIST","features":[305]},{"name":"E_MBN_FAILURE","features":[305]},{"name":"E_MBN_INVALID_ACCESS_STRING","features":[305]},{"name":"E_MBN_INVALID_CACHE","features":[305]},{"name":"E_MBN_INVALID_PROFILE","features":[305]},{"name":"E_MBN_MAX_ACTIVATED_CONTEXTS","features":[305]},{"name":"E_MBN_NOT_REGISTERED","features":[305]},{"name":"E_MBN_PACKET_SVC_DETACHED","features":[305]},{"name":"E_MBN_PIN_DISABLED","features":[305]},{"name":"E_MBN_PIN_NOT_SUPPORTED","features":[305]},{"name":"E_MBN_PIN_REQUIRED","features":[305]},{"name":"E_MBN_PROVIDERS_NOT_FOUND","features":[305]},{"name":"E_MBN_PROVIDER_NOT_VISIBLE","features":[305]},{"name":"E_MBN_RADIO_POWER_OFF","features":[305]},{"name":"E_MBN_SERVICE_NOT_ACTIVATED","features":[305]},{"name":"E_MBN_SIM_NOT_INSERTED","features":[305]},{"name":"E_MBN_SMS_ENCODING_NOT_SUPPORTED","features":[305]},{"name":"E_MBN_SMS_FILTER_NOT_SUPPORTED","features":[305]},{"name":"E_MBN_SMS_FORMAT_NOT_SUPPORTED","features":[305]},{"name":"E_MBN_SMS_INVALID_MEMORY_INDEX","features":[305]},{"name":"E_MBN_SMS_LANG_NOT_SUPPORTED","features":[305]},{"name":"E_MBN_SMS_MEMORY_FAILURE","features":[305]},{"name":"E_MBN_SMS_MEMORY_FULL","features":[305]},{"name":"E_MBN_SMS_NETWORK_TIMEOUT","features":[305]},{"name":"E_MBN_SMS_OPERATION_NOT_ALLOWED","features":[305]},{"name":"E_MBN_SMS_UNKNOWN_SMSC_ADDRESS","features":[305]},{"name":"E_MBN_VOICE_CALL_IN_PROGRESS","features":[305]},{"name":"E_MONITOR_RESOLUTION_TOO_LOW","features":[305]},{"name":"E_MULTIPLE_EXTENSIONS_FOR_APPLICATION","features":[305]},{"name":"E_MULTIPLE_PACKAGES_FOR_FAMILY","features":[305]},{"name":"E_NOINTERFACE","features":[305]},{"name":"E_NOTIMPL","features":[305]},{"name":"E_OUTOFMEMORY","features":[305]},{"name":"E_POINTER","features":[305]},{"name":"E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED","features":[305]},{"name":"E_PROTOCOL_VERSION_NOT_SUPPORTED","features":[305]},{"name":"E_SKYDRIVE_FILE_NOT_UPLOADED","features":[305]},{"name":"E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX","features":[305]},{"name":"E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED","features":[305]},{"name":"E_SKYDRIVE_ROOT_TARGET_OVERLAP","features":[305]},{"name":"E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED","features":[305]},{"name":"E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL","features":[305]},{"name":"E_STRING_NOT_NULL_TERMINATED","features":[305]},{"name":"E_SUBPROTOCOL_NOT_SUPPORTED","features":[305]},{"name":"E_SYNCENGINE_CLIENT_UPDATE_NEEDED","features":[305]},{"name":"E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN","features":[305]},{"name":"E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA","features":[305]},{"name":"E_SYNCENGINE_FILE_SIZE_OVER_LIMIT","features":[305]},{"name":"E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR","features":[305]},{"name":"E_SYNCENGINE_FOLDER_INACCESSIBLE","features":[305]},{"name":"E_SYNCENGINE_FOLDER_IN_REDIRECTION","features":[305]},{"name":"E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED","features":[305]},{"name":"E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED","features":[305]},{"name":"E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED","features":[305]},{"name":"E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED","features":[305]},{"name":"E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE","features":[305]},{"name":"E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR","features":[305]},{"name":"E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED","features":[305]},{"name":"E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE","features":[305]},{"name":"E_SYNCENGINE_STORAGE_SERVICE_BLOCKED","features":[305]},{"name":"E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED","features":[305]},{"name":"E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE","features":[305]},{"name":"E_SYNCENGINE_UNKNOWN_SERVICE_ERROR","features":[305]},{"name":"E_SYNCENGINE_UNSUPPORTED_FILE_NAME","features":[305]},{"name":"E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME","features":[305]},{"name":"E_SYNCENGINE_UNSUPPORTED_MARKET","features":[305]},{"name":"E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT","features":[305]},{"name":"E_UAC_DISABLED","features":[305]},{"name":"E_UNEXPECTED","features":[305]},{"name":"FACILITY_ACPI_ERROR_CODE","features":[305]},{"name":"FACILITY_APP_EXEC","features":[305]},{"name":"FACILITY_AUDIO_KERNEL","features":[305]},{"name":"FACILITY_BCD_ERROR_CODE","features":[305]},{"name":"FACILITY_BTH_ATT","features":[305]},{"name":"FACILITY_CLUSTER_ERROR_CODE","features":[305]},{"name":"FACILITY_CODCLASS_ERROR_CODE","features":[305]},{"name":"FACILITY_COMMONLOG","features":[305]},{"name":"FACILITY_DEBUGGER","features":[305]},{"name":"FACILITY_DRIVER_FRAMEWORK","features":[305]},{"name":"FACILITY_FILTER_MANAGER","features":[305]},{"name":"FACILITY_FIREWIRE_ERROR_CODE","features":[305]},{"name":"FACILITY_FVE_ERROR_CODE","features":[305]},{"name":"FACILITY_FWP_ERROR_CODE","features":[305]},{"name":"FACILITY_GRAPHICS_KERNEL","features":[305]},{"name":"FACILITY_HID_ERROR_CODE","features":[305]},{"name":"FACILITY_HYPERVISOR","features":[305]},{"name":"FACILITY_INTERIX","features":[305]},{"name":"FACILITY_IO_ERROR_CODE","features":[305]},{"name":"FACILITY_IPSEC","features":[305]},{"name":"FACILITY_LICENSING","features":[305]},{"name":"FACILITY_MAXIMUM_VALUE","features":[305]},{"name":"FACILITY_MCA_ERROR_CODE","features":[305]},{"name":"FACILITY_MONITOR","features":[305]},{"name":"FACILITY_NDIS_ERROR_CODE","features":[305]},{"name":"FACILITY_NTCERT","features":[305]},{"name":"FACILITY_NTSSPI","features":[305]},{"name":"FACILITY_NTWIN32","features":[305]},{"name":"FACILITY_NT_IORING","features":[305]},{"name":"FACILITY_PLATFORM_MANIFEST","features":[305]},{"name":"FACILITY_QUIC_ERROR_CODE","features":[305]},{"name":"FACILITY_RDBSS","features":[305]},{"name":"FACILITY_RESUME_KEY_FILTER","features":[305]},{"name":"FACILITY_RPC_RUNTIME","features":[305]},{"name":"FACILITY_RPC_STUBS","features":[305]},{"name":"FACILITY_RTPM","features":[305]},{"name":"FACILITY_SDBUS","features":[305]},{"name":"FACILITY_SECUREBOOT","features":[305]},{"name":"FACILITY_SECURITY_CORE","features":[305]},{"name":"FACILITY_SHARED_VHDX","features":[305]},{"name":"FACILITY_SMB","features":[305]},{"name":"FACILITY_SPACES","features":[305]},{"name":"FACILITY_SXS_ERROR_CODE","features":[305]},{"name":"FACILITY_SYSTEM_INTEGRITY","features":[305]},{"name":"FACILITY_TERMINAL_SERVER","features":[305]},{"name":"FACILITY_TPM","features":[305]},{"name":"FACILITY_TRANSACTION","features":[305]},{"name":"FACILITY_USB_ERROR_CODE","features":[305]},{"name":"FACILITY_VIDEO","features":[305]},{"name":"FACILITY_VIRTUALIZATION","features":[305]},{"name":"FACILITY_VOLMGR","features":[305]},{"name":"FACILITY_VOLSNAP","features":[305]},{"name":"FACILITY_VSM","features":[305]},{"name":"FACILITY_WIN32K_NTGDI","features":[305]},{"name":"FACILITY_WIN32K_NTUSER","features":[305]},{"name":"FACILITY_XVS","features":[305]},{"name":"FACILTIY_MUI_ERROR_CODE","features":[305]},{"name":"FALSE","features":[305]},{"name":"FARPROC","features":[305]},{"name":"FA_E_HOMEGROUP_NOT_AVAILABLE","features":[305]},{"name":"FA_E_MAX_PERSISTED_ITEMS_REACHED","features":[305]},{"name":"FDAEMON_E_CHANGEUPDATEFAILED","features":[305]},{"name":"FDAEMON_E_FATALERROR","features":[305]},{"name":"FDAEMON_E_LOWRESOURCE","features":[305]},{"name":"FDAEMON_E_NOWORDLIST","features":[305]},{"name":"FDAEMON_E_PARTITIONDELETED","features":[305]},{"name":"FDAEMON_E_TOOMANYFILTEREDBLOCKS","features":[305]},{"name":"FDAEMON_E_WORDLISTCOMMITFAILED","features":[305]},{"name":"FDAEMON_W_EMPTYWORDLIST","features":[305]},{"name":"FDAEMON_W_WORDLISTFULL","features":[305]},{"name":"FILETIME","features":[305]},{"name":"FILTER_E_ALREADY_OPEN","features":[305]},{"name":"FILTER_E_CONTENTINDEXCORRUPT","features":[305]},{"name":"FILTER_E_IN_USE","features":[305]},{"name":"FILTER_E_NOT_OPEN","features":[305]},{"name":"FILTER_E_NO_SUCH_PROPERTY","features":[305]},{"name":"FILTER_E_OFFLINE","features":[305]},{"name":"FILTER_E_PARTIALLY_FILTERED","features":[305]},{"name":"FILTER_E_TOO_BIG","features":[305]},{"name":"FILTER_E_UNREACHABLE","features":[305]},{"name":"FILTER_S_CONTENTSCAN_DELAYED","features":[305]},{"name":"FILTER_S_DISK_FULL","features":[305]},{"name":"FILTER_S_FULL_CONTENTSCAN_IMMEDIATE","features":[305]},{"name":"FILTER_S_NO_PROPSETS","features":[305]},{"name":"FILTER_S_NO_SECURITY_DESCRIPTOR","features":[305]},{"name":"FILTER_S_PARTIAL_CONTENTSCAN_IMMEDIATE","features":[305]},{"name":"FLOAT128","features":[305]},{"name":"FRS_ERR_AUTHENTICATION","features":[305]},{"name":"FRS_ERR_CHILD_TO_PARENT_COMM","features":[305]},{"name":"FRS_ERR_INSUFFICIENT_PRIV","features":[305]},{"name":"FRS_ERR_INTERNAL","features":[305]},{"name":"FRS_ERR_INTERNAL_API","features":[305]},{"name":"FRS_ERR_INVALID_API_SEQUENCE","features":[305]},{"name":"FRS_ERR_INVALID_SERVICE_PARAMETER","features":[305]},{"name":"FRS_ERR_PARENT_AUTHENTICATION","features":[305]},{"name":"FRS_ERR_PARENT_INSUFFICIENT_PRIV","features":[305]},{"name":"FRS_ERR_PARENT_TO_CHILD_COMM","features":[305]},{"name":"FRS_ERR_SERVICE_COMM","features":[305]},{"name":"FRS_ERR_STARTING_SERVICE","features":[305]},{"name":"FRS_ERR_STOPPING_SERVICE","features":[305]},{"name":"FRS_ERR_SYSVOL_DEMOTE","features":[305]},{"name":"FRS_ERR_SYSVOL_IS_BUSY","features":[305]},{"name":"FRS_ERR_SYSVOL_POPULATE","features":[305]},{"name":"FRS_ERR_SYSVOL_POPULATE_TIMEOUT","features":[305]},{"name":"FVE_E_AAD_ENDPOINT_BUSY","features":[305]},{"name":"FVE_E_AAD_SERVER_FAIL_BACKOFF","features":[305]},{"name":"FVE_E_AAD_SERVER_FAIL_RETRY_AFTER","features":[305]},{"name":"FVE_E_ACTION_NOT_ALLOWED","features":[305]},{"name":"FVE_E_ADBACKUP_NOT_ENABLED","features":[305]},{"name":"FVE_E_AD_ATTR_NOT_SET","features":[305]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE","features":[305]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE","features":[305]},{"name":"FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE","features":[305]},{"name":"FVE_E_AD_GUID_NOT_FOUND","features":[305]},{"name":"FVE_E_AD_INSUFFICIENT_BUFFER","features":[305]},{"name":"FVE_E_AD_INVALID_DATASIZE","features":[305]},{"name":"FVE_E_AD_INVALID_DATATYPE","features":[305]},{"name":"FVE_E_AD_NO_VALUES","features":[305]},{"name":"FVE_E_AD_SCHEMA_NOT_INSTALLED","features":[305]},{"name":"FVE_E_AUTH_INVALID_APPLICATION","features":[305]},{"name":"FVE_E_AUTH_INVALID_CONFIG","features":[305]},{"name":"FVE_E_AUTOUNLOCK_ENABLED","features":[305]},{"name":"FVE_E_BAD_DATA","features":[305]},{"name":"FVE_E_BAD_INFORMATION","features":[305]},{"name":"FVE_E_BAD_PARTITION_SIZE","features":[305]},{"name":"FVE_E_BCD_APPLICATIONS_PATH_INCORRECT","features":[305]},{"name":"FVE_E_BOOTABLE_CDDVD","features":[305]},{"name":"FVE_E_BUFFER_TOO_LARGE","features":[305]},{"name":"FVE_E_CANNOT_ENCRYPT_NO_KEY","features":[305]},{"name":"FVE_E_CANNOT_SET_FVEK_ENCRYPTED","features":[305]},{"name":"FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME","features":[305]},{"name":"FVE_E_CLUSTERING_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_CONV_READ","features":[305]},{"name":"FVE_E_CONV_RECOVERY_FAILED","features":[305]},{"name":"FVE_E_CONV_WRITE","features":[305]},{"name":"FVE_E_DATASET_FULL","features":[305]},{"name":"FVE_E_DEBUGGER_ENABLED","features":[305]},{"name":"FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH","features":[305]},{"name":"FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE","features":[305]},{"name":"FVE_E_DEVICE_NOT_JOINED","features":[305]},{"name":"FVE_E_DE_DEVICE_LOCKEDOUT","features":[305]},{"name":"FVE_E_DE_FIXED_DATA_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_DE_HARDWARE_NOT_COMPLIANT","features":[305]},{"name":"FVE_E_DE_OS_VOLUME_NOT_PROTECTED","features":[305]},{"name":"FVE_E_DE_PREVENTED_FOR_OS","features":[305]},{"name":"FVE_E_DE_PROTECTION_NOT_YET_ENABLED","features":[305]},{"name":"FVE_E_DE_PROTECTION_SUSPENDED","features":[305]},{"name":"FVE_E_DE_VOLUME_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_DE_VOLUME_OPTED_OUT","features":[305]},{"name":"FVE_E_DE_WINRE_NOT_CONFIGURED","features":[305]},{"name":"FVE_E_DRY_RUN_FAILED","features":[305]},{"name":"FVE_E_DV_NOT_ALLOWED_BY_GP","features":[305]},{"name":"FVE_E_DV_NOT_SUPPORTED_ON_FS","features":[305]},{"name":"FVE_E_EDRIVE_BAND_ENUMERATION_FAILED","features":[305]},{"name":"FVE_E_EDRIVE_BAND_IN_USE","features":[305]},{"name":"FVE_E_EDRIVE_DISALLOWED_BY_GP","features":[305]},{"name":"FVE_E_EDRIVE_DRY_RUN_FAILED","features":[305]},{"name":"FVE_E_EDRIVE_DV_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE","features":[305]},{"name":"FVE_E_EDRIVE_INCOMPATIBLE_VOLUME","features":[305]},{"name":"FVE_E_EDRIVE_NO_FAILOVER_TO_SW","features":[305]},{"name":"FVE_E_EFI_ONLY","features":[305]},{"name":"FVE_E_ENH_PIN_INVALID","features":[305]},{"name":"FVE_E_EOW_NOT_SUPPORTED_IN_VERSION","features":[305]},{"name":"FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON","features":[305]},{"name":"FVE_E_FAILED_AUTHENTICATION","features":[305]},{"name":"FVE_E_FAILED_SECTOR_SIZE","features":[305]},{"name":"FVE_E_FAILED_WRONG_FS","features":[305]},{"name":"FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED","features":[305]},{"name":"FVE_E_FIPS_HASH_KDF_NOT_ALLOWED","features":[305]},{"name":"FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT","features":[305]},{"name":"FVE_E_FIPS_PREVENTS_PASSPHRASE","features":[305]},{"name":"FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD","features":[305]},{"name":"FVE_E_FIPS_RNG_CHECK_FAILED","features":[305]},{"name":"FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_FOREIGN_VOLUME","features":[305]},{"name":"FVE_E_FS_MOUNTED","features":[305]},{"name":"FVE_E_FS_NOT_EXTENDED","features":[305]},{"name":"FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE","features":[305]},{"name":"FVE_E_HIDDEN_VOLUME","features":[305]},{"name":"FVE_E_INVALID_BITLOCKER_OID","features":[305]},{"name":"FVE_E_INVALID_DATUM_TYPE","features":[305]},{"name":"FVE_E_INVALID_KEY_FORMAT","features":[305]},{"name":"FVE_E_INVALID_NBP_CERT","features":[305]},{"name":"FVE_E_INVALID_NKP_CERT","features":[305]},{"name":"FVE_E_INVALID_PASSWORD_FORMAT","features":[305]},{"name":"FVE_E_INVALID_PIN_CHARS","features":[305]},{"name":"FVE_E_INVALID_PIN_CHARS_DETAILED","features":[305]},{"name":"FVE_E_INVALID_PROTECTOR_TYPE","features":[305]},{"name":"FVE_E_INVALID_STARTUP_OPTIONS","features":[305]},{"name":"FVE_E_KEYFILE_INVALID","features":[305]},{"name":"FVE_E_KEYFILE_NOT_FOUND","features":[305]},{"name":"FVE_E_KEYFILE_NO_VMK","features":[305]},{"name":"FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE","features":[305]},{"name":"FVE_E_KEY_PROTECTOR_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_KEY_REQUIRED","features":[305]},{"name":"FVE_E_KEY_ROTATION_NOT_ENABLED","features":[305]},{"name":"FVE_E_KEY_ROTATION_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_LIVEID_ACCOUNT_BLOCKED","features":[305]},{"name":"FVE_E_LIVEID_ACCOUNT_SUSPENDED","features":[305]},{"name":"FVE_E_LOCKED_VOLUME","features":[305]},{"name":"FVE_E_METADATA_FULL","features":[305]},{"name":"FVE_E_MOR_FAILED","features":[305]},{"name":"FVE_E_MULTIPLE_NKP_CERTS","features":[305]},{"name":"FVE_E_NON_BITLOCKER_KU","features":[305]},{"name":"FVE_E_NON_BITLOCKER_OID","features":[305]},{"name":"FVE_E_NOT_ACTIVATED","features":[305]},{"name":"FVE_E_NOT_ALLOWED_IN_SAFE_MODE","features":[305]},{"name":"FVE_E_NOT_ALLOWED_IN_VERSION","features":[305]},{"name":"FVE_E_NOT_ALLOWED_ON_CLUSTER","features":[305]},{"name":"FVE_E_NOT_ALLOWED_ON_CSV_STACK","features":[305]},{"name":"FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING","features":[305]},{"name":"FVE_E_NOT_DATA_VOLUME","features":[305]},{"name":"FVE_E_NOT_DECRYPTED","features":[305]},{"name":"FVE_E_NOT_DE_VOLUME","features":[305]},{"name":"FVE_E_NOT_ENCRYPTED","features":[305]},{"name":"FVE_E_NOT_ON_STACK","features":[305]},{"name":"FVE_E_NOT_OS_VOLUME","features":[305]},{"name":"FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES","features":[305]},{"name":"FVE_E_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_NO_AUTOUNLOCK_MASTER_KEY","features":[305]},{"name":"FVE_E_NO_BOOTMGR_METRIC","features":[305]},{"name":"FVE_E_NO_BOOTSECTOR_METRIC","features":[305]},{"name":"FVE_E_NO_EXISTING_PASSPHRASE","features":[305]},{"name":"FVE_E_NO_EXISTING_PIN","features":[305]},{"name":"FVE_E_NO_FEATURE_LICENSE","features":[305]},{"name":"FVE_E_NO_LICENSE","features":[305]},{"name":"FVE_E_NO_MBR_METRIC","features":[305]},{"name":"FVE_E_NO_PASSPHRASE_WITH_TPM","features":[305]},{"name":"FVE_E_NO_PREBOOT_KEYBOARD_DETECTED","features":[305]},{"name":"FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED","features":[305]},{"name":"FVE_E_NO_PROTECTORS_TO_TEST","features":[305]},{"name":"FVE_E_NO_SUCH_CAPABILITY_ON_TARGET","features":[305]},{"name":"FVE_E_NO_TPM_BIOS","features":[305]},{"name":"FVE_E_NO_TPM_WITH_PASSPHRASE","features":[305]},{"name":"FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME","features":[305]},{"name":"FVE_E_OSV_KSR_NOT_ALLOWED","features":[305]},{"name":"FVE_E_OS_NOT_PROTECTED","features":[305]},{"name":"FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED","features":[305]},{"name":"FVE_E_OVERLAPPED_UPDATE","features":[305]},{"name":"FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED","features":[305]},{"name":"FVE_E_PASSPHRASE_TOO_LONG","features":[305]},{"name":"FVE_E_PIN_INVALID","features":[305]},{"name":"FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED","features":[305]},{"name":"FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON","features":[305]},{"name":"FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON","features":[305]},{"name":"FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON","features":[305]},{"name":"FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON","features":[305]},{"name":"FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON","features":[305]},{"name":"FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED","features":[305]},{"name":"FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS","features":[305]},{"name":"FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH","features":[305]},{"name":"FVE_E_POLICY_INVALID_PIN_LENGTH","features":[305]},{"name":"FVE_E_POLICY_ON_RDV_EXCLUSION_LIST","features":[305]},{"name":"FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_PASSPHRASE_REQUIRED","features":[305]},{"name":"FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII","features":[305]},{"name":"FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE","features":[305]},{"name":"FVE_E_POLICY_PASSWORD_REQUIRED","features":[305]},{"name":"FVE_E_POLICY_PROHIBITS_SELFSIGNED","features":[305]},{"name":"FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_RECOVERY_KEY_REQUIRED","features":[305]},{"name":"FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED","features":[305]},{"name":"FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE","features":[305]},{"name":"FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE","features":[305]},{"name":"FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_STARTUP_KEY_REQUIRED","features":[305]},{"name":"FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED","features":[305]},{"name":"FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_STARTUP_PIN_REQUIRED","features":[305]},{"name":"FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_STARTUP_TPM_REQUIRED","features":[305]},{"name":"FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_USER_CERTIFICATE_REQUIRED","features":[305]},{"name":"FVE_E_POLICY_USER_CERT_MUST_BE_HW","features":[305]},{"name":"FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED","features":[305]},{"name":"FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED","features":[305]},{"name":"FVE_E_PREDICTED_TPM_PROTECTOR_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_PRIVATEKEY_AUTH_FAILED","features":[305]},{"name":"FVE_E_PROTECTION_CANNOT_BE_DISABLED","features":[305]},{"name":"FVE_E_PROTECTION_DISABLED","features":[305]},{"name":"FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED","features":[305]},{"name":"FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED","features":[305]},{"name":"FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH","features":[305]},{"name":"FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH","features":[305]},{"name":"FVE_E_PROTECTOR_EXISTS","features":[305]},{"name":"FVE_E_PROTECTOR_NOT_FOUND","features":[305]},{"name":"FVE_E_PUBKEY_NOT_ALLOWED","features":[305]},{"name":"FVE_E_RAW_ACCESS","features":[305]},{"name":"FVE_E_RAW_BLOCKED","features":[305]},{"name":"FVE_E_REBOOT_REQUIRED","features":[305]},{"name":"FVE_E_RECOVERY_KEY_REQUIRED","features":[305]},{"name":"FVE_E_RECOVERY_PARTITION","features":[305]},{"name":"FVE_E_RELATIVE_PATH","features":[305]},{"name":"FVE_E_REMOVAL_OF_DRA_FAILED","features":[305]},{"name":"FVE_E_REMOVAL_OF_NKP_FAILED","features":[305]},{"name":"FVE_E_SECUREBOOT_CONFIGURATION_INVALID","features":[305]},{"name":"FVE_E_SECUREBOOT_DISABLED","features":[305]},{"name":"FVE_E_SECURE_KEY_REQUIRED","features":[305]},{"name":"FVE_E_SETUP_TPM_CALLBACK_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_SHADOW_COPY_PRESENT","features":[305]},{"name":"FVE_E_SYSTEM_VOLUME","features":[305]},{"name":"FVE_E_TOKEN_NOT_IMPERSONATED","features":[305]},{"name":"FVE_E_TOO_SMALL","features":[305]},{"name":"FVE_E_TPM_CONTEXT_SETUP_NOT_SUPPORTED","features":[305]},{"name":"FVE_E_TPM_DISABLED","features":[305]},{"name":"FVE_E_TPM_INVALID_PCR","features":[305]},{"name":"FVE_E_TPM_NOT_OWNED","features":[305]},{"name":"FVE_E_TPM_NO_VMK","features":[305]},{"name":"FVE_E_TPM_SRK_AUTH_NOT_ZERO","features":[305]},{"name":"FVE_E_TRANSIENT_STATE","features":[305]},{"name":"FVE_E_UPDATE_INVALID_CONFIG","features":[305]},{"name":"FVE_E_VIRTUALIZED_SPACE_TOO_BIG","features":[305]},{"name":"FVE_E_VOLUME_BOUND_ALREADY","features":[305]},{"name":"FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT","features":[305]},{"name":"FVE_E_VOLUME_HANDLE_OPEN","features":[305]},{"name":"FVE_E_VOLUME_NOT_BOUND","features":[305]},{"name":"FVE_E_VOLUME_TOO_SMALL","features":[305]},{"name":"FVE_E_WIPE_CANCEL_NOT_APPLICABLE","features":[305]},{"name":"FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE","features":[305]},{"name":"FVE_E_WRONG_BOOTMGR","features":[305]},{"name":"FVE_E_WRONG_BOOTSECTOR","features":[305]},{"name":"FVE_E_WRONG_SYSTEM_FS","features":[305]},{"name":"FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER","features":[305]},{"name":"FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER","features":[305]},{"name":"FWP_E_ALREADY_EXISTS","features":[305]},{"name":"FWP_E_BUILTIN_OBJECT","features":[305]},{"name":"FWP_E_CALLOUT_NOTIFICATION_FAILED","features":[305]},{"name":"FWP_E_CALLOUT_NOT_FOUND","features":[305]},{"name":"FWP_E_CONDITION_NOT_FOUND","features":[305]},{"name":"FWP_E_CONNECTIONS_DISABLED","features":[305]},{"name":"FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT","features":[305]},{"name":"FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER","features":[305]},{"name":"FWP_E_DROP_NOICMP","features":[305]},{"name":"FWP_E_DUPLICATE_AUTH_METHOD","features":[305]},{"name":"FWP_E_DUPLICATE_CONDITION","features":[305]},{"name":"FWP_E_DUPLICATE_KEYMOD","features":[305]},{"name":"FWP_E_DYNAMIC_SESSION_IN_PROGRESS","features":[305]},{"name":"FWP_E_EM_NOT_SUPPORTED","features":[305]},{"name":"FWP_E_FILTER_NOT_FOUND","features":[305]},{"name":"FWP_E_IKEEXT_NOT_RUNNING","features":[305]},{"name":"FWP_E_INCOMPATIBLE_AUTH_METHOD","features":[305]},{"name":"FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM","features":[305]},{"name":"FWP_E_INCOMPATIBLE_DH_GROUP","features":[305]},{"name":"FWP_E_INCOMPATIBLE_LAYER","features":[305]},{"name":"FWP_E_INCOMPATIBLE_SA_STATE","features":[305]},{"name":"FWP_E_INCOMPATIBLE_TXN","features":[305]},{"name":"FWP_E_INVALID_ACTION_TYPE","features":[305]},{"name":"FWP_E_INVALID_AUTH_TRANSFORM","features":[305]},{"name":"FWP_E_INVALID_CIPHER_TRANSFORM","features":[305]},{"name":"FWP_E_INVALID_DNS_NAME","features":[305]},{"name":"FWP_E_INVALID_ENUMERATOR","features":[305]},{"name":"FWP_E_INVALID_FLAGS","features":[305]},{"name":"FWP_E_INVALID_INTERVAL","features":[305]},{"name":"FWP_E_INVALID_NET_MASK","features":[305]},{"name":"FWP_E_INVALID_PARAMETER","features":[305]},{"name":"FWP_E_INVALID_RANGE","features":[305]},{"name":"FWP_E_INVALID_TRANSFORM_COMBINATION","features":[305]},{"name":"FWP_E_INVALID_TUNNEL_ENDPOINT","features":[305]},{"name":"FWP_E_INVALID_WEIGHT","features":[305]},{"name":"FWP_E_IN_USE","features":[305]},{"name":"FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL","features":[305]},{"name":"FWP_E_KEY_DICTATOR_ALREADY_REGISTERED","features":[305]},{"name":"FWP_E_KM_CLIENTS_ONLY","features":[305]},{"name":"FWP_E_L2_DRIVER_NOT_READY","features":[305]},{"name":"FWP_E_LAYER_NOT_FOUND","features":[305]},{"name":"FWP_E_LIFETIME_MISMATCH","features":[305]},{"name":"FWP_E_MATCH_TYPE_MISMATCH","features":[305]},{"name":"FWP_E_NET_EVENTS_DISABLED","features":[305]},{"name":"FWP_E_NEVER_MATCH","features":[305]},{"name":"FWP_E_NOTIFICATION_DROPPED","features":[305]},{"name":"FWP_E_NOT_FOUND","features":[305]},{"name":"FWP_E_NO_TXN_IN_PROGRESS","features":[305]},{"name":"FWP_E_NULL_DISPLAY_NAME","features":[305]},{"name":"FWP_E_NULL_POINTER","features":[305]},{"name":"FWP_E_OUT_OF_BOUNDS","features":[305]},{"name":"FWP_E_PROVIDER_CONTEXT_MISMATCH","features":[305]},{"name":"FWP_E_PROVIDER_CONTEXT_NOT_FOUND","features":[305]},{"name":"FWP_E_PROVIDER_NOT_FOUND","features":[305]},{"name":"FWP_E_RESERVED","features":[305]},{"name":"FWP_E_SESSION_ABORTED","features":[305]},{"name":"FWP_E_STILL_ON","features":[305]},{"name":"FWP_E_SUBLAYER_NOT_FOUND","features":[305]},{"name":"FWP_E_TIMEOUT","features":[305]},{"name":"FWP_E_TOO_MANY_CALLOUTS","features":[305]},{"name":"FWP_E_TOO_MANY_SUBLAYERS","features":[305]},{"name":"FWP_E_TRAFFIC_MISMATCH","features":[305]},{"name":"FWP_E_TXN_ABORTED","features":[305]},{"name":"FWP_E_TXN_IN_PROGRESS","features":[305]},{"name":"FWP_E_TYPE_MISMATCH","features":[305]},{"name":"FWP_E_WRONG_SESSION","features":[305]},{"name":"FWP_E_ZERO_LENGTH_ARRAY","features":[305]},{"name":"FreeLibrary","features":[305]},{"name":"GCN_E_DEFAULTNAMESPACE_EXISTS","features":[305]},{"name":"GCN_E_MODULE_NOT_FOUND","features":[305]},{"name":"GCN_E_NETADAPTER_NOT_FOUND","features":[305]},{"name":"GCN_E_NETADAPTER_TIMEOUT","features":[305]},{"name":"GCN_E_NETCOMPARTMENT_NOT_FOUND","features":[305]},{"name":"GCN_E_NETINTERFACE_NOT_FOUND","features":[305]},{"name":"GCN_E_NO_REQUEST_HANDLERS","features":[305]},{"name":"GCN_E_REQUEST_UNSUPPORTED","features":[305]},{"name":"GCN_E_RUNTIMEKEYS_FAILED","features":[305]},{"name":"GENERIC_ACCESS_RIGHTS","features":[305]},{"name":"GENERIC_ALL","features":[305]},{"name":"GENERIC_EXECUTE","features":[305]},{"name":"GENERIC_READ","features":[305]},{"name":"GENERIC_WRITE","features":[305]},{"name":"GetHandleInformation","features":[305]},{"name":"GetLastError","features":[305]},{"name":"GlobalFree","features":[305]},{"name":"HANDLE","features":[305]},{"name":"HANDLE_FLAGS","features":[305]},{"name":"HANDLE_FLAG_INHERIT","features":[305]},{"name":"HANDLE_FLAG_PROTECT_FROM_CLOSE","features":[305]},{"name":"HANDLE_PTR","features":[305]},{"name":"HCN_E_ADAPTER_NOT_FOUND","features":[305]},{"name":"HCN_E_ADDR_INVALID_OR_RESERVED","features":[305]},{"name":"HCN_E_DEGRADED_OPERATION","features":[305]},{"name":"HCN_E_ENDPOINT_ALREADY_ATTACHED","features":[305]},{"name":"HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS","features":[305]},{"name":"HCN_E_ENDPOINT_NOT_ATTACHED","features":[305]},{"name":"HCN_E_ENDPOINT_NOT_FOUND","features":[305]},{"name":"HCN_E_ENDPOINT_NOT_LOCAL","features":[305]},{"name":"HCN_E_ENDPOINT_SHARING_DISABLED","features":[305]},{"name":"HCN_E_ENTITY_HAS_REFERENCES","features":[305]},{"name":"HCN_E_GUID_CONVERSION_FAILURE","features":[305]},{"name":"HCN_E_ICS_DISABLED","features":[305]},{"name":"HCN_E_INVALID_ENDPOINT","features":[305]},{"name":"HCN_E_INVALID_INTERNAL_PORT","features":[305]},{"name":"HCN_E_INVALID_IP","features":[305]},{"name":"HCN_E_INVALID_IP_SUBNET","features":[305]},{"name":"HCN_E_INVALID_JSON","features":[305]},{"name":"HCN_E_INVALID_JSON_REFERENCE","features":[305]},{"name":"HCN_E_INVALID_NETWORK","features":[305]},{"name":"HCN_E_INVALID_NETWORK_TYPE","features":[305]},{"name":"HCN_E_INVALID_POLICY","features":[305]},{"name":"HCN_E_INVALID_POLICY_TYPE","features":[305]},{"name":"HCN_E_INVALID_PREFIX","features":[305]},{"name":"HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION","features":[305]},{"name":"HCN_E_INVALID_SUBNET","features":[305]},{"name":"HCN_E_LAYER_ALREADY_EXISTS","features":[305]},{"name":"HCN_E_LAYER_NOT_FOUND","features":[305]},{"name":"HCN_E_MANAGER_STOPPED","features":[305]},{"name":"HCN_E_MAPPING_NOT_SUPPORTED","features":[305]},{"name":"HCN_E_NAMESPACE_ATTACH_FAILED","features":[305]},{"name":"HCN_E_NETWORK_ALREADY_EXISTS","features":[305]},{"name":"HCN_E_NETWORK_NOT_FOUND","features":[305]},{"name":"HCN_E_OBJECT_USED_AFTER_UNLOAD","features":[305]},{"name":"HCN_E_POLICY_ALREADY_EXISTS","features":[305]},{"name":"HCN_E_POLICY_NOT_FOUND","features":[305]},{"name":"HCN_E_PORT_ALREADY_EXISTS","features":[305]},{"name":"HCN_E_PORT_NOT_FOUND","features":[305]},{"name":"HCN_E_REGKEY_FAILURE","features":[305]},{"name":"HCN_E_REQUEST_UNSUPPORTED","features":[305]},{"name":"HCN_E_SHARED_SWITCH_MODIFICATION","features":[305]},{"name":"HCN_E_SUBNET_NOT_FOUND","features":[305]},{"name":"HCN_E_SWITCH_EXTENSION_NOT_FOUND","features":[305]},{"name":"HCN_E_SWITCH_NOT_FOUND","features":[305]},{"name":"HCN_E_VFP_NOT_ALLOWED","features":[305]},{"name":"HCN_E_VFP_PORTSETTING_NOT_FOUND","features":[305]},{"name":"HCN_INTERFACEPARAMETERS_ALREADY_APPLIED","features":[305]},{"name":"HCS_E_ACCESS_DENIED","features":[305]},{"name":"HCS_E_CONNECTION_CLOSED","features":[305]},{"name":"HCS_E_CONNECTION_TIMEOUT","features":[305]},{"name":"HCS_E_CONNECT_FAILED","features":[305]},{"name":"HCS_E_GUEST_CRITICAL_ERROR","features":[305]},{"name":"HCS_E_HYPERV_NOT_INSTALLED","features":[305]},{"name":"HCS_E_IMAGE_MISMATCH","features":[305]},{"name":"HCS_E_INVALID_JSON","features":[305]},{"name":"HCS_E_INVALID_LAYER","features":[305]},{"name":"HCS_E_INVALID_STATE","features":[305]},{"name":"HCS_E_OPERATION_ALREADY_CANCELLED","features":[305]},{"name":"HCS_E_OPERATION_ALREADY_STARTED","features":[305]},{"name":"HCS_E_OPERATION_NOT_STARTED","features":[305]},{"name":"HCS_E_OPERATION_PENDING","features":[305]},{"name":"HCS_E_OPERATION_RESULT_ALLOCATION_FAILED","features":[305]},{"name":"HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET","features":[305]},{"name":"HCS_E_OPERATION_TIMEOUT","features":[305]},{"name":"HCS_E_PROCESS_ALREADY_STOPPED","features":[305]},{"name":"HCS_E_PROCESS_INFO_NOT_AVAILABLE","features":[305]},{"name":"HCS_E_PROTOCOL_ERROR","features":[305]},{"name":"HCS_E_SERVICE_DISCONNECT","features":[305]},{"name":"HCS_E_SERVICE_NOT_AVAILABLE","features":[305]},{"name":"HCS_E_SYSTEM_ALREADY_EXISTS","features":[305]},{"name":"HCS_E_SYSTEM_ALREADY_STOPPED","features":[305]},{"name":"HCS_E_SYSTEM_NOT_CONFIGURED_FOR_OPERATION","features":[305]},{"name":"HCS_E_SYSTEM_NOT_FOUND","features":[305]},{"name":"HCS_E_TERMINATED","features":[305]},{"name":"HCS_E_TERMINATED_DURING_START","features":[305]},{"name":"HCS_E_UNEXPECTED_EXIT","features":[305]},{"name":"HCS_E_UNKNOWN_MESSAGE","features":[305]},{"name":"HCS_E_UNSUPPORTED_PROTOCOL_VERSION","features":[305]},{"name":"HCS_E_WINDOWS_INSIDER_REQUIRED","features":[305]},{"name":"HGLOBAL","features":[305]},{"name":"HINSTANCE","features":[305]},{"name":"HLOCAL","features":[305]},{"name":"HLSURF","features":[305]},{"name":"HMODULE","features":[305]},{"name":"HRESULT","features":[305]},{"name":"HRSRC","features":[305]},{"name":"HSPRITE","features":[305]},{"name":"HSP_BASE_ERROR_MASK","features":[305]},{"name":"HSP_BASE_INTERNAL_ERROR","features":[305]},{"name":"HSP_BS_ERROR_MASK","features":[305]},{"name":"HSP_BS_INTERNAL_ERROR","features":[305]},{"name":"HSP_DRV_ERROR_MASK","features":[305]},{"name":"HSP_DRV_INTERNAL_ERROR","features":[305]},{"name":"HSP_E_ERROR_MASK","features":[305]},{"name":"HSP_E_INTERNAL_ERROR","features":[305]},{"name":"HSP_KSP_ALGORITHM_NOT_SUPPORTED","features":[305]},{"name":"HSP_KSP_BUFFER_TOO_SMALL","features":[305]},{"name":"HSP_KSP_DEVICE_NOT_READY","features":[305]},{"name":"HSP_KSP_ERROR_MASK","features":[305]},{"name":"HSP_KSP_INTERNAL_ERROR","features":[305]},{"name":"HSP_KSP_INVALID_DATA","features":[305]},{"name":"HSP_KSP_INVALID_FLAGS","features":[305]},{"name":"HSP_KSP_INVALID_KEY_HANDLE","features":[305]},{"name":"HSP_KSP_INVALID_KEY_TYPE","features":[305]},{"name":"HSP_KSP_INVALID_PARAMETER","features":[305]},{"name":"HSP_KSP_INVALID_PROVIDER_HANDLE","features":[305]},{"name":"HSP_KSP_KEY_ALREADY_FINALIZED","features":[305]},{"name":"HSP_KSP_KEY_EXISTS","features":[305]},{"name":"HSP_KSP_KEY_LOAD_FAIL","features":[305]},{"name":"HSP_KSP_KEY_MISSING","features":[305]},{"name":"HSP_KSP_KEY_NOT_FINALIZED","features":[305]},{"name":"HSP_KSP_NOT_SUPPORTED","features":[305]},{"name":"HSP_KSP_NO_MEMORY","features":[305]},{"name":"HSP_KSP_NO_MORE_ITEMS","features":[305]},{"name":"HSP_KSP_PARAMETER_NOT_SET","features":[305]},{"name":"HSTR","features":[305]},{"name":"HTTP_E_STATUS_AMBIGUOUS","features":[305]},{"name":"HTTP_E_STATUS_BAD_GATEWAY","features":[305]},{"name":"HTTP_E_STATUS_BAD_METHOD","features":[305]},{"name":"HTTP_E_STATUS_BAD_REQUEST","features":[305]},{"name":"HTTP_E_STATUS_CONFLICT","features":[305]},{"name":"HTTP_E_STATUS_DENIED","features":[305]},{"name":"HTTP_E_STATUS_EXPECTATION_FAILED","features":[305]},{"name":"HTTP_E_STATUS_FORBIDDEN","features":[305]},{"name":"HTTP_E_STATUS_GATEWAY_TIMEOUT","features":[305]},{"name":"HTTP_E_STATUS_GONE","features":[305]},{"name":"HTTP_E_STATUS_LENGTH_REQUIRED","features":[305]},{"name":"HTTP_E_STATUS_MOVED","features":[305]},{"name":"HTTP_E_STATUS_NONE_ACCEPTABLE","features":[305]},{"name":"HTTP_E_STATUS_NOT_FOUND","features":[305]},{"name":"HTTP_E_STATUS_NOT_MODIFIED","features":[305]},{"name":"HTTP_E_STATUS_NOT_SUPPORTED","features":[305]},{"name":"HTTP_E_STATUS_PAYMENT_REQ","features":[305]},{"name":"HTTP_E_STATUS_PRECOND_FAILED","features":[305]},{"name":"HTTP_E_STATUS_PROXY_AUTH_REQ","features":[305]},{"name":"HTTP_E_STATUS_RANGE_NOT_SATISFIABLE","features":[305]},{"name":"HTTP_E_STATUS_REDIRECT","features":[305]},{"name":"HTTP_E_STATUS_REDIRECT_KEEP_VERB","features":[305]},{"name":"HTTP_E_STATUS_REDIRECT_METHOD","features":[305]},{"name":"HTTP_E_STATUS_REQUEST_TIMEOUT","features":[305]},{"name":"HTTP_E_STATUS_REQUEST_TOO_LARGE","features":[305]},{"name":"HTTP_E_STATUS_SERVER_ERROR","features":[305]},{"name":"HTTP_E_STATUS_SERVICE_UNAVAIL","features":[305]},{"name":"HTTP_E_STATUS_UNEXPECTED","features":[305]},{"name":"HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR","features":[305]},{"name":"HTTP_E_STATUS_UNEXPECTED_REDIRECTION","features":[305]},{"name":"HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR","features":[305]},{"name":"HTTP_E_STATUS_UNSUPPORTED_MEDIA","features":[305]},{"name":"HTTP_E_STATUS_URI_TOO_LONG","features":[305]},{"name":"HTTP_E_STATUS_USE_PROXY","features":[305]},{"name":"HTTP_E_STATUS_VERSION_NOT_SUP","features":[305]},{"name":"HUMPD","features":[305]},{"name":"HWND","features":[305]},{"name":"INPLACE_E_FIRST","features":[305]},{"name":"INPLACE_E_LAST","features":[305]},{"name":"INPLACE_E_NOTOOLSPACE","features":[305]},{"name":"INPLACE_E_NOTUNDOABLE","features":[305]},{"name":"INPLACE_S_FIRST","features":[305]},{"name":"INPLACE_S_LAST","features":[305]},{"name":"INPLACE_S_TRUNCATED","features":[305]},{"name":"INPUT_E_DEVICE_INFO","features":[305]},{"name":"INPUT_E_DEVICE_PROPERTY","features":[305]},{"name":"INPUT_E_FRAME","features":[305]},{"name":"INPUT_E_HISTORY","features":[305]},{"name":"INPUT_E_MULTIMODAL","features":[305]},{"name":"INPUT_E_OUT_OF_ORDER","features":[305]},{"name":"INPUT_E_PACKET","features":[305]},{"name":"INPUT_E_REENTRANCY","features":[305]},{"name":"INPUT_E_TRANSFORM","features":[305]},{"name":"INVALID_HANDLE_VALUE","features":[305]},{"name":"IORING_E_COMPLETION_QUEUE_TOO_BIG","features":[305]},{"name":"IORING_E_COMPLETION_QUEUE_TOO_FULL","features":[305]},{"name":"IORING_E_CORRUPT","features":[305]},{"name":"IORING_E_REQUIRED_FLAG_NOT_SUPPORTED","features":[305]},{"name":"IORING_E_SUBMISSION_QUEUE_FULL","features":[305]},{"name":"IORING_E_SUBMISSION_QUEUE_TOO_BIG","features":[305]},{"name":"IORING_E_SUBMIT_IN_PROGRESS","features":[305]},{"name":"IORING_E_VERSION_NOT_SUPPORTED","features":[305]},{"name":"IO_BAD_BLOCK_WITH_NAME","features":[305]},{"name":"IO_CDROM_EXCLUSIVE_LOCK","features":[305]},{"name":"IO_DRIVER_CANCEL_TIMEOUT","features":[305]},{"name":"IO_DUMP_CALLBACK_EXCEPTION","features":[305]},{"name":"IO_DUMP_CREATION_SUCCESS","features":[305]},{"name":"IO_DUMP_DIRECT_CONFIG_FAILED","features":[305]},{"name":"IO_DUMP_DRIVER_LOAD_FAILURE","features":[305]},{"name":"IO_DUMP_DUMPFILE_CONFLICT","features":[305]},{"name":"IO_DUMP_INITIALIZATION_FAILURE","features":[305]},{"name":"IO_DUMP_INIT_DEDICATED_DUMP_FAILURE","features":[305]},{"name":"IO_DUMP_PAGE_CONFIG_FAILED","features":[305]},{"name":"IO_DUMP_POINTER_FAILURE","features":[305]},{"name":"IO_ERROR_DISK_RESOURCES_EXHAUSTED","features":[305]},{"name":"IO_ERROR_DUMP_CREATION_ERROR","features":[305]},{"name":"IO_ERROR_IO_HARDWARE_ERROR","features":[305]},{"name":"IO_ERR_BAD_BLOCK","features":[305]},{"name":"IO_ERR_BAD_FIRMWARE","features":[305]},{"name":"IO_ERR_CONFIGURATION_ERROR","features":[305]},{"name":"IO_ERR_CONTROLLER_ERROR","features":[305]},{"name":"IO_ERR_DMA_CONFLICT_DETECTED","features":[305]},{"name":"IO_ERR_DMA_RESOURCE_CONFLICT","features":[305]},{"name":"IO_ERR_DRIVER_ERROR","features":[305]},{"name":"IO_ERR_INCORRECT_IRQL","features":[305]},{"name":"IO_ERR_INSUFFICIENT_RESOURCES","features":[305]},{"name":"IO_ERR_INTERNAL_ERROR","features":[305]},{"name":"IO_ERR_INTERRUPT_RESOURCE_CONFLICT","features":[305]},{"name":"IO_ERR_INVALID_IOBASE","features":[305]},{"name":"IO_ERR_INVALID_REQUEST","features":[305]},{"name":"IO_ERR_IRQ_CONFLICT_DETECTED","features":[305]},{"name":"IO_ERR_LAYERED_FAILURE","features":[305]},{"name":"IO_ERR_MEMORY_CONFLICT_DETECTED","features":[305]},{"name":"IO_ERR_MEMORY_RESOURCE_CONFLICT","features":[305]},{"name":"IO_ERR_NOT_READY","features":[305]},{"name":"IO_ERR_OVERRUN_ERROR","features":[305]},{"name":"IO_ERR_PARITY","features":[305]},{"name":"IO_ERR_PORT_CONFLICT_DETECTED","features":[305]},{"name":"IO_ERR_PORT_RESOURCE_CONFLICT","features":[305]},{"name":"IO_ERR_PORT_TIMEOUT","features":[305]},{"name":"IO_ERR_PROTOCOL","features":[305]},{"name":"IO_ERR_RESET","features":[305]},{"name":"IO_ERR_RETRY_SUCCEEDED","features":[305]},{"name":"IO_ERR_SEEK_ERROR","features":[305]},{"name":"IO_ERR_SEQUENCE","features":[305]},{"name":"IO_ERR_THREAD_STUCK_IN_DEVICE_DRIVER","features":[305]},{"name":"IO_ERR_TIMEOUT","features":[305]},{"name":"IO_ERR_VERSION","features":[305]},{"name":"IO_FILE_QUOTA_CORRUPT","features":[305]},{"name":"IO_FILE_QUOTA_FAILED","features":[305]},{"name":"IO_FILE_QUOTA_LIMIT","features":[305]},{"name":"IO_FILE_QUOTA_STARTED","features":[305]},{"name":"IO_FILE_QUOTA_SUCCEEDED","features":[305]},{"name":"IO_FILE_QUOTA_THRESHOLD","features":[305]},{"name":"IO_FILE_SYSTEM_CORRUPT","features":[305]},{"name":"IO_FILE_SYSTEM_CORRUPT_WITH_NAME","features":[305]},{"name":"IO_INFO_THROTTLE_COMPLETE","features":[305]},{"name":"IO_LOST_DELAYED_WRITE","features":[305]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_DISCONNECTED","features":[305]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_LOCAL_DISK_ERROR","features":[305]},{"name":"IO_LOST_DELAYED_WRITE_NETWORK_SERVER_ERROR","features":[305]},{"name":"IO_RECOVERED_VIA_ECC","features":[305]},{"name":"IO_SYSTEM_SLEEP_FAILED","features":[305]},{"name":"IO_WARNING_ADAPTER_FIRMWARE_UPDATED","features":[305]},{"name":"IO_WARNING_ALLOCATION_FAILED","features":[305]},{"name":"IO_WARNING_BUS_RESET","features":[305]},{"name":"IO_WARNING_COMPLETION_TIME","features":[305]},{"name":"IO_WARNING_DEVICE_HAS_INTERNAL_DUMP","features":[305]},{"name":"IO_WARNING_DISK_CAPACITY_CHANGED","features":[305]},{"name":"IO_WARNING_DISK_FIRMWARE_UPDATED","features":[305]},{"name":"IO_WARNING_DISK_PROVISIONING_TYPE_CHANGED","features":[305]},{"name":"IO_WARNING_DISK_SURPRISE_REMOVED","features":[305]},{"name":"IO_WARNING_DUMP_DISABLED_DEVICE_GONE","features":[305]},{"name":"IO_WARNING_DUPLICATE_PATH","features":[305]},{"name":"IO_WARNING_DUPLICATE_SIGNATURE","features":[305]},{"name":"IO_WARNING_INTERRUPT_STILL_PENDING","features":[305]},{"name":"IO_WARNING_IO_OPERATION_RETRIED","features":[305]},{"name":"IO_WARNING_LOG_FLUSH_FAILED","features":[305]},{"name":"IO_WARNING_PAGING_FAILURE","features":[305]},{"name":"IO_WARNING_REPEATED_DISK_GUID","features":[305]},{"name":"IO_WARNING_RESET","features":[305]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED","features":[305]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX","features":[305]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_LUN_LUN","features":[305]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_LUN_POOL","features":[305]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_POOL_LUN","features":[305]},{"name":"IO_WARNING_SOFT_THRESHOLD_REACHED_EX_POOL_POOL","features":[305]},{"name":"IO_WARNING_VOLUME_LOST_DISK_EXTENT","features":[305]},{"name":"IO_WARNING_WRITE_FUA_PROBLEM","features":[305]},{"name":"IO_WRITE_CACHE_DISABLED","features":[305]},{"name":"IO_WRITE_CACHE_ENABLED","features":[305]},{"name":"IO_WRN_BAD_FIRMWARE","features":[305]},{"name":"IO_WRN_FAILURE_PREDICTED","features":[305]},{"name":"JSCRIPT_E_CANTEXECUTE","features":[305]},{"name":"LANGUAGE_E_DATABASE_NOT_FOUND","features":[305]},{"name":"LANGUAGE_S_LARGE_WORD","features":[305]},{"name":"LPARAM","features":[305]},{"name":"LRESULT","features":[305]},{"name":"LUID","features":[305]},{"name":"LocalFree","features":[305]},{"name":"MARSHAL_E_FIRST","features":[305]},{"name":"MARSHAL_E_LAST","features":[305]},{"name":"MARSHAL_S_FIRST","features":[305]},{"name":"MARSHAL_S_LAST","features":[305]},{"name":"MAX_PATH","features":[305]},{"name":"MCA_BUS_ERROR","features":[305]},{"name":"MCA_BUS_TIMEOUT_ERROR","features":[305]},{"name":"MCA_ERROR_CACHE","features":[305]},{"name":"MCA_ERROR_CPU","features":[305]},{"name":"MCA_ERROR_CPU_BUS","features":[305]},{"name":"MCA_ERROR_MAS","features":[305]},{"name":"MCA_ERROR_MEM_1_2","features":[305]},{"name":"MCA_ERROR_MEM_1_2_5","features":[305]},{"name":"MCA_ERROR_MEM_1_2_5_4","features":[305]},{"name":"MCA_ERROR_MEM_UNKNOWN","features":[305]},{"name":"MCA_ERROR_PCI_BUS_MASTER_ABORT","features":[305]},{"name":"MCA_ERROR_PCI_BUS_MASTER_ABORT_NO_INFO","features":[305]},{"name":"MCA_ERROR_PCI_BUS_PARITY","features":[305]},{"name":"MCA_ERROR_PCI_BUS_PARITY_NO_INFO","features":[305]},{"name":"MCA_ERROR_PCI_BUS_SERR","features":[305]},{"name":"MCA_ERROR_PCI_BUS_SERR_NO_INFO","features":[305]},{"name":"MCA_ERROR_PCI_BUS_TIMEOUT","features":[305]},{"name":"MCA_ERROR_PCI_BUS_TIMEOUT_NO_INFO","features":[305]},{"name":"MCA_ERROR_PCI_BUS_UNKNOWN","features":[305]},{"name":"MCA_ERROR_PCI_DEVICE","features":[305]},{"name":"MCA_ERROR_PLATFORM_SPECIFIC","features":[305]},{"name":"MCA_ERROR_REGISTER_FILE","features":[305]},{"name":"MCA_ERROR_SMBIOS","features":[305]},{"name":"MCA_ERROR_SYSTEM_EVENT","features":[305]},{"name":"MCA_ERROR_TLB","features":[305]},{"name":"MCA_ERROR_UNKNOWN","features":[305]},{"name":"MCA_ERROR_UNKNOWN_NO_CPU","features":[305]},{"name":"MCA_EXTERNAL_ERROR","features":[305]},{"name":"MCA_FRC_ERROR","features":[305]},{"name":"MCA_INFO_CPU_THERMAL_THROTTLING_REMOVED","features":[305]},{"name":"MCA_INFO_MEMORY_PAGE_MARKED_BAD","features":[305]},{"name":"MCA_INFO_NO_MORE_CORRECTED_ERROR_LOGS","features":[305]},{"name":"MCA_INTERNALTIMER_ERROR","features":[305]},{"name":"MCA_MEMORYHIERARCHY_ERROR","features":[305]},{"name":"MCA_MICROCODE_ROM_PARITY_ERROR","features":[305]},{"name":"MCA_TLB_ERROR","features":[305]},{"name":"MCA_WARNING_CACHE","features":[305]},{"name":"MCA_WARNING_CMC_THRESHOLD_EXCEEDED","features":[305]},{"name":"MCA_WARNING_CPE_THRESHOLD_EXCEEDED","features":[305]},{"name":"MCA_WARNING_CPU","features":[305]},{"name":"MCA_WARNING_CPU_BUS","features":[305]},{"name":"MCA_WARNING_CPU_THERMAL_THROTTLED","features":[305]},{"name":"MCA_WARNING_MAS","features":[305]},{"name":"MCA_WARNING_MEM_1_2","features":[305]},{"name":"MCA_WARNING_MEM_1_2_5","features":[305]},{"name":"MCA_WARNING_MEM_1_2_5_4","features":[305]},{"name":"MCA_WARNING_MEM_UNKNOWN","features":[305]},{"name":"MCA_WARNING_PCI_BUS_MASTER_ABORT","features":[305]},{"name":"MCA_WARNING_PCI_BUS_MASTER_ABORT_NO_INFO","features":[305]},{"name":"MCA_WARNING_PCI_BUS_PARITY","features":[305]},{"name":"MCA_WARNING_PCI_BUS_PARITY_NO_INFO","features":[305]},{"name":"MCA_WARNING_PCI_BUS_SERR","features":[305]},{"name":"MCA_WARNING_PCI_BUS_SERR_NO_INFO","features":[305]},{"name":"MCA_WARNING_PCI_BUS_TIMEOUT","features":[305]},{"name":"MCA_WARNING_PCI_BUS_TIMEOUT_NO_INFO","features":[305]},{"name":"MCA_WARNING_PCI_BUS_UNKNOWN","features":[305]},{"name":"MCA_WARNING_PCI_DEVICE","features":[305]},{"name":"MCA_WARNING_PLATFORM_SPECIFIC","features":[305]},{"name":"MCA_WARNING_REGISTER_FILE","features":[305]},{"name":"MCA_WARNING_SMBIOS","features":[305]},{"name":"MCA_WARNING_SYSTEM_EVENT","features":[305]},{"name":"MCA_WARNING_TLB","features":[305]},{"name":"MCA_WARNING_UNKNOWN","features":[305]},{"name":"MCA_WARNING_UNKNOWN_NO_CPU","features":[305]},{"name":"MEM_E_INVALID_LINK","features":[305]},{"name":"MEM_E_INVALID_ROOT","features":[305]},{"name":"MEM_E_INVALID_SIZE","features":[305]},{"name":"MENROLL_S_ENROLLMENT_SUSPENDED","features":[305]},{"name":"MILAVERR_INSUFFICIENTVIDEORESOURCES","features":[305]},{"name":"MILAVERR_INVALIDWMPVERSION","features":[305]},{"name":"MILAVERR_MEDIAPLAYERCLOSED","features":[305]},{"name":"MILAVERR_MODULENOTLOADED","features":[305]},{"name":"MILAVERR_NOCLOCK","features":[305]},{"name":"MILAVERR_NOMEDIATYPE","features":[305]},{"name":"MILAVERR_NOREADYFRAMES","features":[305]},{"name":"MILAVERR_NOVIDEOMIXER","features":[305]},{"name":"MILAVERR_NOVIDEOPRESENTER","features":[305]},{"name":"MILAVERR_REQUESTEDTEXTURETOOBIG","features":[305]},{"name":"MILAVERR_SEEKFAILED","features":[305]},{"name":"MILAVERR_UNEXPECTEDWMPFAILURE","features":[305]},{"name":"MILAVERR_UNKNOWNHARDWAREERROR","features":[305]},{"name":"MILAVERR_VIDEOACCELERATIONNOTAVAILABLE","features":[305]},{"name":"MILAVERR_WMPFACTORYNOTREGISTERED","features":[305]},{"name":"MILEFFECTSERR_ALREADYATTACHEDTOLISTENER","features":[305]},{"name":"MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT","features":[305]},{"name":"MILEFFECTSERR_CONNECTORNOTCONNECTED","features":[305]},{"name":"MILEFFECTSERR_CYCLEDETECTED","features":[305]},{"name":"MILEFFECTSERR_EFFECTALREADYINAGRAPH","features":[305]},{"name":"MILEFFECTSERR_EFFECTHASNOCHILDREN","features":[305]},{"name":"MILEFFECTSERR_EFFECTINMORETHANONEGRAPH","features":[305]},{"name":"MILEFFECTSERR_EFFECTNOTPARTOFGROUP","features":[305]},{"name":"MILEFFECTSERR_EMPTYBOUNDS","features":[305]},{"name":"MILEFFECTSERR_NOINPUTSOURCEATTACHED","features":[305]},{"name":"MILEFFECTSERR_NOTAFFINETRANSFORM","features":[305]},{"name":"MILEFFECTSERR_OUTPUTSIZETOOLARGE","features":[305]},{"name":"MILEFFECTSERR_RESERVED","features":[305]},{"name":"MILEFFECTSERR_UNKNOWNPROPERTY","features":[305]},{"name":"MILERR_ADAPTER_NOT_FOUND","features":[305]},{"name":"MILERR_ALREADYLOCKED","features":[305]},{"name":"MILERR_ALREADY_INITIALIZED","features":[305]},{"name":"MILERR_BADNUMBER","features":[305]},{"name":"MILERR_COLORSPACE_NOT_SUPPORTED","features":[305]},{"name":"MILERR_DEVICECANNOTRENDERTEXT","features":[305]},{"name":"MILERR_DISPLAYFORMATNOTSUPPORTED","features":[305]},{"name":"MILERR_DISPLAYID_ACCESS_DENIED","features":[305]},{"name":"MILERR_DISPLAYSTATEINVALID","features":[305]},{"name":"MILERR_DXGI_ENUMERATION_OUT_OF_SYNC","features":[305]},{"name":"MILERR_GENERIC_IGNORE","features":[305]},{"name":"MILERR_GLYPHBITMAPMISSED","features":[305]},{"name":"MILERR_INSUFFICIENTBUFFER","features":[305]},{"name":"MILERR_INTERNALERROR","features":[305]},{"name":"MILERR_INVALIDCALL","features":[305]},{"name":"MILERR_MALFORMEDGLYPHCACHE","features":[305]},{"name":"MILERR_MALFORMED_GUIDELINE_DATA","features":[305]},{"name":"MILERR_MAX_TEXTURE_SIZE_EXCEEDED","features":[305]},{"name":"MILERR_MISMATCHED_SIZE","features":[305]},{"name":"MILERR_MROW_READLOCK_FAILED","features":[305]},{"name":"MILERR_MROW_UPDATE_FAILED","features":[305]},{"name":"MILERR_NEED_RECREATE_AND_PRESENT","features":[305]},{"name":"MILERR_NONINVERTIBLEMATRIX","features":[305]},{"name":"MILERR_NOTLOCKED","features":[305]},{"name":"MILERR_NOT_QUEUING_PRESENTS","features":[305]},{"name":"MILERR_NO_HARDWARE_DEVICE","features":[305]},{"name":"MILERR_NO_REDIRECTION_SURFACE_AVAILABLE","features":[305]},{"name":"MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER","features":[305]},{"name":"MILERR_OBJECTBUSY","features":[305]},{"name":"MILERR_PREFILTER_NOT_SUPPORTED","features":[305]},{"name":"MILERR_QPC_TIME_WENT_BACKWARD","features":[305]},{"name":"MILERR_QUEUED_PRESENT_NOT_SUPPORTED","features":[305]},{"name":"MILERR_REMOTING_NOT_SUPPORTED","features":[305]},{"name":"MILERR_SCANNER_FAILED","features":[305]},{"name":"MILERR_SCREENACCESSDENIED","features":[305]},{"name":"MILERR_SHADER_COMPILE_FAILED","features":[305]},{"name":"MILERR_TERMINATED","features":[305]},{"name":"MILERR_TOOMANYSHADERELEMNTS","features":[305]},{"name":"MILERR_WIN32ERROR","features":[305]},{"name":"MILERR_ZEROVECTOR","features":[305]},{"name":"MK_E_CANTOPENFILE","features":[305]},{"name":"MK_E_CONNECTMANUALLY","features":[305]},{"name":"MK_E_ENUMERATION_FAILED","features":[305]},{"name":"MK_E_EXCEEDEDDEADLINE","features":[305]},{"name":"MK_E_FIRST","features":[305]},{"name":"MK_E_INTERMEDIATEINTERFACENOTSUPPORTED","features":[305]},{"name":"MK_E_INVALIDEXTENSION","features":[305]},{"name":"MK_E_LAST","features":[305]},{"name":"MK_E_MUSTBOTHERUSER","features":[305]},{"name":"MK_E_NEEDGENERIC","features":[305]},{"name":"MK_E_NOINVERSE","features":[305]},{"name":"MK_E_NOOBJECT","features":[305]},{"name":"MK_E_NOPREFIX","features":[305]},{"name":"MK_E_NOSTORAGE","features":[305]},{"name":"MK_E_NOTBINDABLE","features":[305]},{"name":"MK_E_NOTBOUND","features":[305]},{"name":"MK_E_NO_NORMALIZED","features":[305]},{"name":"MK_E_SYNTAX","features":[305]},{"name":"MK_E_UNAVAILABLE","features":[305]},{"name":"MK_S_FIRST","features":[305]},{"name":"MK_S_HIM","features":[305]},{"name":"MK_S_LAST","features":[305]},{"name":"MK_S_ME","features":[305]},{"name":"MK_S_MONIKERALREADYREGISTERED","features":[305]},{"name":"MK_S_REDUCED_TO_SELF","features":[305]},{"name":"MK_S_US","features":[305]},{"name":"MSDTC_E_DUPLICATE_RESOURCE","features":[305]},{"name":"MSSIPOTF_E_BADVERSION","features":[305]},{"name":"MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT","features":[305]},{"name":"MSSIPOTF_E_BAD_MAGICNUMBER","features":[305]},{"name":"MSSIPOTF_E_BAD_OFFSET_TABLE","features":[305]},{"name":"MSSIPOTF_E_CANTGETOBJECT","features":[305]},{"name":"MSSIPOTF_E_CRYPT","features":[305]},{"name":"MSSIPOTF_E_DSIG_STRUCTURE","features":[305]},{"name":"MSSIPOTF_E_FAILED_HINTS_CHECK","features":[305]},{"name":"MSSIPOTF_E_FAILED_POLICY","features":[305]},{"name":"MSSIPOTF_E_FILE","features":[305]},{"name":"MSSIPOTF_E_FILETOOSMALL","features":[305]},{"name":"MSSIPOTF_E_FILE_CHECKSUM","features":[305]},{"name":"MSSIPOTF_E_NOHEADTABLE","features":[305]},{"name":"MSSIPOTF_E_NOT_OPENTYPE","features":[305]},{"name":"MSSIPOTF_E_OUTOFMEMRANGE","features":[305]},{"name":"MSSIPOTF_E_PCONST_CHECK","features":[305]},{"name":"MSSIPOTF_E_STRUCTURE","features":[305]},{"name":"MSSIPOTF_E_TABLES_OVERLAP","features":[305]},{"name":"MSSIPOTF_E_TABLE_CHECKSUM","features":[305]},{"name":"MSSIPOTF_E_TABLE_LONGWORD","features":[305]},{"name":"MSSIPOTF_E_TABLE_PADBYTES","features":[305]},{"name":"MSSIPOTF_E_TABLE_TAGORDER","features":[305]},{"name":"NAP_E_CONFLICTING_ID","features":[305]},{"name":"NAP_E_ENTITY_DISABLED","features":[305]},{"name":"NAP_E_ID_NOT_FOUND","features":[305]},{"name":"NAP_E_INVALID_PACKET","features":[305]},{"name":"NAP_E_MAXSIZE_TOO_SMALL","features":[305]},{"name":"NAP_E_MISMATCHED_ID","features":[305]},{"name":"NAP_E_MISSING_SOH","features":[305]},{"name":"NAP_E_NETSH_GROUPPOLICY_ERROR","features":[305]},{"name":"NAP_E_NOT_INITIALIZED","features":[305]},{"name":"NAP_E_NOT_PENDING","features":[305]},{"name":"NAP_E_NOT_REGISTERED","features":[305]},{"name":"NAP_E_NO_CACHED_SOH","features":[305]},{"name":"NAP_E_SERVICE_NOT_RUNNING","features":[305]},{"name":"NAP_E_SHV_CONFIG_EXISTED","features":[305]},{"name":"NAP_E_SHV_CONFIG_NOT_FOUND","features":[305]},{"name":"NAP_E_SHV_TIMEOUT","features":[305]},{"name":"NAP_E_STILL_BOUND","features":[305]},{"name":"NAP_E_TOO_MANY_CALLS","features":[305]},{"name":"NAP_S_CERT_ALREADY_PRESENT","features":[305]},{"name":"NEARPROC","features":[305]},{"name":"NOERROR","features":[305]},{"name":"NOT_AN_ERROR1","features":[305]},{"name":"NO_ERROR","features":[305]},{"name":"NTDDI_MAXVER","features":[305]},{"name":"NTE_AUTHENTICATION_IGNORED","features":[305]},{"name":"NTE_BAD_ALGID","features":[305]},{"name":"NTE_BAD_DATA","features":[305]},{"name":"NTE_BAD_FLAGS","features":[305]},{"name":"NTE_BAD_HASH","features":[305]},{"name":"NTE_BAD_HASH_STATE","features":[305]},{"name":"NTE_BAD_KEY","features":[305]},{"name":"NTE_BAD_KEYSET","features":[305]},{"name":"NTE_BAD_KEYSET_PARAM","features":[305]},{"name":"NTE_BAD_KEY_STATE","features":[305]},{"name":"NTE_BAD_LEN","features":[305]},{"name":"NTE_BAD_PROVIDER","features":[305]},{"name":"NTE_BAD_PROV_TYPE","features":[305]},{"name":"NTE_BAD_PUBLIC_KEY","features":[305]},{"name":"NTE_BAD_SIGNATURE","features":[305]},{"name":"NTE_BAD_TYPE","features":[305]},{"name":"NTE_BAD_UID","features":[305]},{"name":"NTE_BAD_VER","features":[305]},{"name":"NTE_BUFFERS_OVERLAP","features":[305]},{"name":"NTE_BUFFER_TOO_SMALL","features":[305]},{"name":"NTE_DECRYPTION_FAILURE","features":[305]},{"name":"NTE_DEVICE_NOT_FOUND","features":[305]},{"name":"NTE_DEVICE_NOT_READY","features":[305]},{"name":"NTE_DOUBLE_ENCRYPT","features":[305]},{"name":"NTE_ENCRYPTION_FAILURE","features":[305]},{"name":"NTE_EXISTS","features":[305]},{"name":"NTE_FAIL","features":[305]},{"name":"NTE_FIXEDPARAMETER","features":[305]},{"name":"NTE_HMAC_NOT_SUPPORTED","features":[305]},{"name":"NTE_INCORRECT_PASSWORD","features":[305]},{"name":"NTE_INTERNAL_ERROR","features":[305]},{"name":"NTE_INVALID_HANDLE","features":[305]},{"name":"NTE_INVALID_PARAMETER","features":[305]},{"name":"NTE_KEYSET_ENTRY_BAD","features":[305]},{"name":"NTE_KEYSET_NOT_DEF","features":[305]},{"name":"NTE_NOT_ACTIVE_CONSOLE","features":[305]},{"name":"NTE_NOT_FOUND","features":[305]},{"name":"NTE_NOT_SUPPORTED","features":[305]},{"name":"NTE_NO_KEY","features":[305]},{"name":"NTE_NO_MEMORY","features":[305]},{"name":"NTE_NO_MORE_ITEMS","features":[305]},{"name":"NTE_OP_OK","features":[305]},{"name":"NTE_PASSWORD_CHANGE_REQUIRED","features":[305]},{"name":"NTE_PERM","features":[305]},{"name":"NTE_PROVIDER_DLL_FAIL","features":[305]},{"name":"NTE_PROV_DLL_NOT_FOUND","features":[305]},{"name":"NTE_PROV_TYPE_ENTRY_BAD","features":[305]},{"name":"NTE_PROV_TYPE_NOT_DEF","features":[305]},{"name":"NTE_PROV_TYPE_NO_MATCH","features":[305]},{"name":"NTE_SIGNATURE_FILE_BAD","features":[305]},{"name":"NTE_SILENT_CONTEXT","features":[305]},{"name":"NTE_SYS_ERR","features":[305]},{"name":"NTE_TEMPORARY_PROFILE","features":[305]},{"name":"NTE_TOKEN_KEYSET_STORAGE_FULL","features":[305]},{"name":"NTE_UI_REQUIRED","features":[305]},{"name":"NTE_USER_CANCELLED","features":[305]},{"name":"NTE_VALIDATION_FAILED","features":[305]},{"name":"NTSTATUS","features":[305]},{"name":"NTSTATUS_FACILITY_CODE","features":[305]},{"name":"NTSTATUS_SEVERITY_CODE","features":[305]},{"name":"OBJECT_ATTRIBUTE_FLAGS","features":[305]},{"name":"OBJ_CASE_INSENSITIVE","features":[305]},{"name":"OBJ_DONT_REPARSE","features":[305]},{"name":"OBJ_EXCLUSIVE","features":[305]},{"name":"OBJ_FORCE_ACCESS_CHECK","features":[305]},{"name":"OBJ_IGNORE_IMPERSONATED_DEVICEMAP","features":[305]},{"name":"OBJ_INHERIT","features":[305]},{"name":"OBJ_KERNEL_HANDLE","features":[305]},{"name":"OBJ_OPENIF","features":[305]},{"name":"OBJ_OPENLINK","features":[305]},{"name":"OBJ_PERMANENT","features":[305]},{"name":"OBJ_VALID_ATTRIBUTES","features":[305]},{"name":"OLEOBJ_E_FIRST","features":[305]},{"name":"OLEOBJ_E_INVALIDVERB","features":[305]},{"name":"OLEOBJ_E_LAST","features":[305]},{"name":"OLEOBJ_E_NOVERBS","features":[305]},{"name":"OLEOBJ_S_CANNOT_DOVERB_NOW","features":[305]},{"name":"OLEOBJ_S_FIRST","features":[305]},{"name":"OLEOBJ_S_INVALIDHWND","features":[305]},{"name":"OLEOBJ_S_INVALIDVERB","features":[305]},{"name":"OLEOBJ_S_LAST","features":[305]},{"name":"OLE_E_ADVF","features":[305]},{"name":"OLE_E_ADVISENOTSUPPORTED","features":[305]},{"name":"OLE_E_BLANK","features":[305]},{"name":"OLE_E_CANTCONVERT","features":[305]},{"name":"OLE_E_CANT_BINDTOSOURCE","features":[305]},{"name":"OLE_E_CANT_GETMONIKER","features":[305]},{"name":"OLE_E_CLASSDIFF","features":[305]},{"name":"OLE_E_ENUM_NOMORE","features":[305]},{"name":"OLE_E_FIRST","features":[305]},{"name":"OLE_E_INVALIDHWND","features":[305]},{"name":"OLE_E_INVALIDRECT","features":[305]},{"name":"OLE_E_LAST","features":[305]},{"name":"OLE_E_NOCACHE","features":[305]},{"name":"OLE_E_NOCONNECTION","features":[305]},{"name":"OLE_E_NOSTORAGE","features":[305]},{"name":"OLE_E_NOTRUNNING","features":[305]},{"name":"OLE_E_NOT_INPLACEACTIVE","features":[305]},{"name":"OLE_E_OLEVERB","features":[305]},{"name":"OLE_E_PROMPTSAVECANCELLED","features":[305]},{"name":"OLE_E_STATIC","features":[305]},{"name":"OLE_E_WRONGCOMPOBJ","features":[305]},{"name":"OLE_S_FIRST","features":[305]},{"name":"OLE_S_LAST","features":[305]},{"name":"OLE_S_MAC_CLIPFORMAT","features":[305]},{"name":"OLE_S_STATIC","features":[305]},{"name":"OLE_S_USEREG","features":[305]},{"name":"ONL_CONNECTION_COUNT_LIMIT","features":[305]},{"name":"ONL_E_ACCESS_DENIED_BY_TOU","features":[305]},{"name":"ONL_E_ACCOUNT_LOCKED","features":[305]},{"name":"ONL_E_ACCOUNT_SUSPENDED_ABUSE","features":[305]},{"name":"ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE","features":[305]},{"name":"ONL_E_ACCOUNT_UPDATE_REQUIRED","features":[305]},{"name":"ONL_E_ACTION_REQUIRED","features":[305]},{"name":"ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT","features":[305]},{"name":"ONL_E_EMAIL_VERIFICATION_REQUIRED","features":[305]},{"name":"ONL_E_FORCESIGNIN","features":[305]},{"name":"ONL_E_INVALID_APPLICATION","features":[305]},{"name":"ONL_E_INVALID_AUTHENTICATION_TARGET","features":[305]},{"name":"ONL_E_PARENTAL_CONSENT_REQUIRED","features":[305]},{"name":"ONL_E_PASSWORD_UPDATE_REQUIRED","features":[305]},{"name":"ONL_E_REQUEST_THROTTLED","features":[305]},{"name":"ONL_E_USER_AUTHENTICATION_REQUIRED","features":[305]},{"name":"OR_INVALID_OID","features":[305]},{"name":"OR_INVALID_OXID","features":[305]},{"name":"OR_INVALID_SET","features":[305]},{"name":"OSS_ACCESS_SERIALIZATION_ERROR","features":[305]},{"name":"OSS_API_DLL_NOT_LINKED","features":[305]},{"name":"OSS_BAD_ARG","features":[305]},{"name":"OSS_BAD_ENCRULES","features":[305]},{"name":"OSS_BAD_PTR","features":[305]},{"name":"OSS_BAD_TABLE","features":[305]},{"name":"OSS_BAD_TIME","features":[305]},{"name":"OSS_BAD_VERSION","features":[305]},{"name":"OSS_BERDER_DLL_NOT_LINKED","features":[305]},{"name":"OSS_CANT_CLOSE_TRACE_FILE","features":[305]},{"name":"OSS_CANT_OPEN_TRACE_FILE","features":[305]},{"name":"OSS_CANT_OPEN_TRACE_WINDOW","features":[305]},{"name":"OSS_COMPARATOR_CODE_NOT_LINKED","features":[305]},{"name":"OSS_COMPARATOR_DLL_NOT_LINKED","features":[305]},{"name":"OSS_CONSTRAINT_DLL_NOT_LINKED","features":[305]},{"name":"OSS_CONSTRAINT_VIOLATED","features":[305]},{"name":"OSS_COPIER_DLL_NOT_LINKED","features":[305]},{"name":"OSS_DATA_ERROR","features":[305]},{"name":"OSS_FATAL_ERROR","features":[305]},{"name":"OSS_INDEFINITE_NOT_SUPPORTED","features":[305]},{"name":"OSS_LIMITED","features":[305]},{"name":"OSS_MEM_ERROR","features":[305]},{"name":"OSS_MEM_MGR_DLL_NOT_LINKED","features":[305]},{"name":"OSS_MORE_BUF","features":[305]},{"name":"OSS_MORE_INPUT","features":[305]},{"name":"OSS_MUTEX_NOT_CREATED","features":[305]},{"name":"OSS_NEGATIVE_UINTEGER","features":[305]},{"name":"OSS_NULL_FCN","features":[305]},{"name":"OSS_NULL_TBL","features":[305]},{"name":"OSS_OID_DLL_NOT_LINKED","features":[305]},{"name":"OSS_OPEN_TYPE_ERROR","features":[305]},{"name":"OSS_OUT_MEMORY","features":[305]},{"name":"OSS_OUT_OF_RANGE","features":[305]},{"name":"OSS_PDU_MISMATCH","features":[305]},{"name":"OSS_PDU_RANGE","features":[305]},{"name":"OSS_PDV_CODE_NOT_LINKED","features":[305]},{"name":"OSS_PDV_DLL_NOT_LINKED","features":[305]},{"name":"OSS_PER_DLL_NOT_LINKED","features":[305]},{"name":"OSS_REAL_CODE_NOT_LINKED","features":[305]},{"name":"OSS_REAL_DLL_NOT_LINKED","features":[305]},{"name":"OSS_TABLE_MISMATCH","features":[305]},{"name":"OSS_TOO_LONG","features":[305]},{"name":"OSS_TRACE_FILE_ALREADY_OPEN","features":[305]},{"name":"OSS_TYPE_NOT_SUPPORTED","features":[305]},{"name":"OSS_UNAVAIL_ENCRULES","features":[305]},{"name":"OSS_UNIMPLEMENTED","features":[305]},{"name":"PAPCFUNC","features":[305]},{"name":"PEERDIST_ERROR_ALREADY_COMPLETED","features":[305]},{"name":"PEERDIST_ERROR_ALREADY_EXISTS","features":[305]},{"name":"PEERDIST_ERROR_ALREADY_INITIALIZED","features":[305]},{"name":"PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO","features":[305]},{"name":"PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED","features":[305]},{"name":"PEERDIST_ERROR_INVALIDATED","features":[305]},{"name":"PEERDIST_ERROR_INVALID_CONFIGURATION","features":[305]},{"name":"PEERDIST_ERROR_MISSING_DATA","features":[305]},{"name":"PEERDIST_ERROR_NOT_INITIALIZED","features":[305]},{"name":"PEERDIST_ERROR_NOT_LICENSED","features":[305]},{"name":"PEERDIST_ERROR_NO_MORE","features":[305]},{"name":"PEERDIST_ERROR_OPERATION_NOTFOUND","features":[305]},{"name":"PEERDIST_ERROR_OUT_OF_BOUNDS","features":[305]},{"name":"PEERDIST_ERROR_SERVICE_UNAVAILABLE","features":[305]},{"name":"PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS","features":[305]},{"name":"PEERDIST_ERROR_TRUST_FAILURE","features":[305]},{"name":"PEERDIST_ERROR_VERSION_UNSUPPORTED","features":[305]},{"name":"PEER_E_ALREADY_LISTENING","features":[305]},{"name":"PEER_E_CANNOT_CONVERT_PEER_NAME","features":[305]},{"name":"PEER_E_CANNOT_START_SERVICE","features":[305]},{"name":"PEER_E_CERT_STORE_CORRUPTED","features":[305]},{"name":"PEER_E_CHAIN_TOO_LONG","features":[305]},{"name":"PEER_E_CIRCULAR_CHAIN_DETECTED","features":[305]},{"name":"PEER_E_CLASSIFIER_TOO_LONG","features":[305]},{"name":"PEER_E_CLOUD_NAME_AMBIGUOUS","features":[305]},{"name":"PEER_E_CONNECTION_FAILED","features":[305]},{"name":"PEER_E_CONNECTION_NOT_AUTHENTICATED","features":[305]},{"name":"PEER_E_CONNECTION_NOT_FOUND","features":[305]},{"name":"PEER_E_CONNECTION_REFUSED","features":[305]},{"name":"PEER_E_CONNECT_SELF","features":[305]},{"name":"PEER_E_CONTACT_NOT_FOUND","features":[305]},{"name":"PEER_E_DATABASE_ACCESSDENIED","features":[305]},{"name":"PEER_E_DATABASE_ALREADY_PRESENT","features":[305]},{"name":"PEER_E_DATABASE_NOT_PRESENT","features":[305]},{"name":"PEER_E_DBINITIALIZATION_FAILED","features":[305]},{"name":"PEER_E_DBNAME_CHANGED","features":[305]},{"name":"PEER_E_DEFERRED_VALIDATION","features":[305]},{"name":"PEER_E_DUPLICATE_GRAPH","features":[305]},{"name":"PEER_E_EVENT_HANDLE_NOT_FOUND","features":[305]},{"name":"PEER_E_FW_BLOCKED_BY_POLICY","features":[305]},{"name":"PEER_E_FW_BLOCKED_BY_SHIELDS_UP","features":[305]},{"name":"PEER_E_FW_DECLINED","features":[305]},{"name":"PEER_E_FW_EXCEPTION_DISABLED","features":[305]},{"name":"PEER_E_GRAPH_IN_USE","features":[305]},{"name":"PEER_E_GRAPH_NOT_READY","features":[305]},{"name":"PEER_E_GRAPH_SHUTTING_DOWN","features":[305]},{"name":"PEER_E_GROUPS_EXIST","features":[305]},{"name":"PEER_E_GROUP_IN_USE","features":[305]},{"name":"PEER_E_GROUP_NOT_READY","features":[305]},{"name":"PEER_E_IDENTITY_DELETED","features":[305]},{"name":"PEER_E_IDENTITY_NOT_FOUND","features":[305]},{"name":"PEER_E_INVALID_ADDRESS","features":[305]},{"name":"PEER_E_INVALID_ATTRIBUTES","features":[305]},{"name":"PEER_E_INVALID_CLASSIFIER","features":[305]},{"name":"PEER_E_INVALID_CLASSIFIER_PROPERTY","features":[305]},{"name":"PEER_E_INVALID_CREDENTIAL","features":[305]},{"name":"PEER_E_INVALID_CREDENTIAL_INFO","features":[305]},{"name":"PEER_E_INVALID_DATABASE","features":[305]},{"name":"PEER_E_INVALID_FRIENDLY_NAME","features":[305]},{"name":"PEER_E_INVALID_GRAPH","features":[305]},{"name":"PEER_E_INVALID_GROUP","features":[305]},{"name":"PEER_E_INVALID_GROUP_PROPERTIES","features":[305]},{"name":"PEER_E_INVALID_PEER_HOST_NAME","features":[305]},{"name":"PEER_E_INVALID_PEER_NAME","features":[305]},{"name":"PEER_E_INVALID_RECORD","features":[305]},{"name":"PEER_E_INVALID_RECORD_EXPIRATION","features":[305]},{"name":"PEER_E_INVALID_RECORD_SIZE","features":[305]},{"name":"PEER_E_INVALID_ROLE_PROPERTY","features":[305]},{"name":"PEER_E_INVALID_SEARCH","features":[305]},{"name":"PEER_E_INVALID_TIME_PERIOD","features":[305]},{"name":"PEER_E_INVITATION_NOT_TRUSTED","features":[305]},{"name":"PEER_E_INVITE_CANCELLED","features":[305]},{"name":"PEER_E_INVITE_RESPONSE_NOT_AVAILABLE","features":[305]},{"name":"PEER_E_IPV6_NOT_INSTALLED","features":[305]},{"name":"PEER_E_MAX_RECORD_SIZE_EXCEEDED","features":[305]},{"name":"PEER_E_NODE_NOT_FOUND","features":[305]},{"name":"PEER_E_NOT_AUTHORIZED","features":[305]},{"name":"PEER_E_NOT_INITIALIZED","features":[305]},{"name":"PEER_E_NOT_LICENSED","features":[305]},{"name":"PEER_E_NOT_SIGNED_IN","features":[305]},{"name":"PEER_E_NO_CLOUD","features":[305]},{"name":"PEER_E_NO_KEY_ACCESS","features":[305]},{"name":"PEER_E_NO_MEMBERS_FOUND","features":[305]},{"name":"PEER_E_NO_MEMBER_CONNECTIONS","features":[305]},{"name":"PEER_E_NO_MORE","features":[305]},{"name":"PEER_E_PASSWORD_DOES_NOT_MEET_POLICY","features":[305]},{"name":"PEER_E_PNRP_DUPLICATE_PEER_NAME","features":[305]},{"name":"PEER_E_PRIVACY_DECLINED","features":[305]},{"name":"PEER_E_RECORD_NOT_FOUND","features":[305]},{"name":"PEER_E_SERVICE_NOT_AVAILABLE","features":[305]},{"name":"PEER_E_TIMEOUT","features":[305]},{"name":"PEER_E_TOO_MANY_ATTRIBUTES","features":[305]},{"name":"PEER_E_TOO_MANY_IDENTITIES","features":[305]},{"name":"PEER_E_UNABLE_TO_LISTEN","features":[305]},{"name":"PEER_E_UNSUPPORTED_VERSION","features":[305]},{"name":"PEER_S_ALREADY_A_MEMBER","features":[305]},{"name":"PEER_S_ALREADY_CONNECTED","features":[305]},{"name":"PEER_S_GRAPH_DATA_CREATED","features":[305]},{"name":"PEER_S_NO_CONNECTIVITY","features":[305]},{"name":"PEER_S_NO_EVENT_DATA","features":[305]},{"name":"PEER_S_SUBSCRIPTION_EXISTS","features":[305]},{"name":"PERSIST_E_NOTSELFSIZING","features":[305]},{"name":"PERSIST_E_SIZEDEFINITE","features":[305]},{"name":"PERSIST_E_SIZEINDEFINITE","features":[305]},{"name":"PLA_E_CABAPI_FAILURE","features":[305]},{"name":"PLA_E_CONFLICT_INCL_EXCL_API","features":[305]},{"name":"PLA_E_CREDENTIALS_REQUIRED","features":[305]},{"name":"PLA_E_DCS_ALREADY_EXISTS","features":[305]},{"name":"PLA_E_DCS_IN_USE","features":[305]},{"name":"PLA_E_DCS_NOT_FOUND","features":[305]},{"name":"PLA_E_DCS_NOT_RUNNING","features":[305]},{"name":"PLA_E_DCS_SINGLETON_REQUIRED","features":[305]},{"name":"PLA_E_DCS_START_WAIT_TIMEOUT","features":[305]},{"name":"PLA_E_DC_ALREADY_EXISTS","features":[305]},{"name":"PLA_E_DC_START_WAIT_TIMEOUT","features":[305]},{"name":"PLA_E_EXE_ALREADY_CONFIGURED","features":[305]},{"name":"PLA_E_EXE_FULL_PATH_REQUIRED","features":[305]},{"name":"PLA_E_EXE_PATH_NOT_VALID","features":[305]},{"name":"PLA_E_INVALID_SESSION_NAME","features":[305]},{"name":"PLA_E_NETWORK_EXE_NOT_VALID","features":[305]},{"name":"PLA_E_NO_DUPLICATES","features":[305]},{"name":"PLA_E_NO_MIN_DISK","features":[305]},{"name":"PLA_E_PLA_CHANNEL_NOT_ENABLED","features":[305]},{"name":"PLA_E_PROPERTY_CONFLICT","features":[305]},{"name":"PLA_E_REPORT_WAIT_TIMEOUT","features":[305]},{"name":"PLA_E_RULES_MANAGER_FAILED","features":[305]},{"name":"PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED","features":[305]},{"name":"PLA_E_TOO_MANY_FOLDERS","features":[305]},{"name":"PLA_S_PROPERTY_IGNORED","features":[305]},{"name":"POINT","features":[305]},{"name":"POINTL","features":[305]},{"name":"POINTS","features":[305]},{"name":"PRESENTATION_ERROR_LOST","features":[305]},{"name":"PROC","features":[305]},{"name":"PROPERTYKEY","features":[305]},{"name":"PSINK_E_INDEX_ONLY","features":[305]},{"name":"PSINK_E_LARGE_ATTACHMENT","features":[305]},{"name":"PSINK_E_QUERY_ONLY","features":[305]},{"name":"PSINK_S_LARGE_WORD","features":[305]},{"name":"PSTR","features":[305]},{"name":"PWSTR","features":[305]},{"name":"QPARSE_E_EXPECTING_BRACE","features":[305]},{"name":"QPARSE_E_EXPECTING_COMMA","features":[305]},{"name":"QPARSE_E_EXPECTING_CURRENCY","features":[305]},{"name":"QPARSE_E_EXPECTING_DATE","features":[305]},{"name":"QPARSE_E_EXPECTING_EOS","features":[305]},{"name":"QPARSE_E_EXPECTING_GUID","features":[305]},{"name":"QPARSE_E_EXPECTING_INTEGER","features":[305]},{"name":"QPARSE_E_EXPECTING_PAREN","features":[305]},{"name":"QPARSE_E_EXPECTING_PHRASE","features":[305]},{"name":"QPARSE_E_EXPECTING_PROPERTY","features":[305]},{"name":"QPARSE_E_EXPECTING_REAL","features":[305]},{"name":"QPARSE_E_EXPECTING_REGEX","features":[305]},{"name":"QPARSE_E_EXPECTING_REGEX_PROPERTY","features":[305]},{"name":"QPARSE_E_INVALID_GROUPING","features":[305]},{"name":"QPARSE_E_INVALID_LITERAL","features":[305]},{"name":"QPARSE_E_INVALID_QUERY","features":[305]},{"name":"QPARSE_E_INVALID_RANKMETHOD","features":[305]},{"name":"QPARSE_E_INVALID_SORT_ORDER","features":[305]},{"name":"QPARSE_E_NOT_YET_IMPLEMENTED","features":[305]},{"name":"QPARSE_E_NO_SUCH_PROPERTY","features":[305]},{"name":"QPARSE_E_NO_SUCH_SORT_PROPERTY","features":[305]},{"name":"QPARSE_E_UNEXPECTED_EOS","features":[305]},{"name":"QPARSE_E_UNEXPECTED_NOT","features":[305]},{"name":"QPARSE_E_UNSUPPORTED_PROPERTY_TYPE","features":[305]},{"name":"QPARSE_E_WEIGHT_OUT_OF_RANGE","features":[305]},{"name":"QPLIST_E_BAD_GUID","features":[305]},{"name":"QPLIST_E_BYREF_USED_WITHOUT_PTRTYPE","features":[305]},{"name":"QPLIST_E_CANT_OPEN_FILE","features":[305]},{"name":"QPLIST_E_CANT_SET_PROPERTY","features":[305]},{"name":"QPLIST_E_DUPLICATE","features":[305]},{"name":"QPLIST_E_EXPECTING_CLOSE_PAREN","features":[305]},{"name":"QPLIST_E_EXPECTING_GUID","features":[305]},{"name":"QPLIST_E_EXPECTING_INTEGER","features":[305]},{"name":"QPLIST_E_EXPECTING_NAME","features":[305]},{"name":"QPLIST_E_EXPECTING_PROP_SPEC","features":[305]},{"name":"QPLIST_E_EXPECTING_TYPE","features":[305]},{"name":"QPLIST_E_READ_ERROR","features":[305]},{"name":"QPLIST_E_UNRECOGNIZED_TYPE","features":[305]},{"name":"QPLIST_E_VECTORBYREF_USED_ALONE","features":[305]},{"name":"QPLIST_S_DUPLICATE","features":[305]},{"name":"QUERY_E_ALLNOISE","features":[305]},{"name":"QUERY_E_DIR_ON_REMOVABLE_DRIVE","features":[305]},{"name":"QUERY_E_DUPLICATE_OUTPUT_COLUMN","features":[305]},{"name":"QUERY_E_FAILED","features":[305]},{"name":"QUERY_E_INVALIDCATEGORIZE","features":[305]},{"name":"QUERY_E_INVALIDQUERY","features":[305]},{"name":"QUERY_E_INVALIDRESTRICTION","features":[305]},{"name":"QUERY_E_INVALIDSORT","features":[305]},{"name":"QUERY_E_INVALID_DIRECTORY","features":[305]},{"name":"QUERY_E_INVALID_OUTPUT_COLUMN","features":[305]},{"name":"QUERY_E_TIMEDOUT","features":[305]},{"name":"QUERY_E_TOOCOMPLEX","features":[305]},{"name":"QUERY_S_NO_QUERY","features":[305]},{"name":"QUTIL_E_CANT_CONVERT_VROOT","features":[305]},{"name":"QUTIL_E_INVALID_CODEPAGE","features":[305]},{"name":"RECT","features":[305]},{"name":"RECTL","features":[305]},{"name":"REGDB_E_BADTHREADINGMODEL","features":[305]},{"name":"REGDB_E_CLASSNOTREG","features":[305]},{"name":"REGDB_E_FIRST","features":[305]},{"name":"REGDB_E_IIDNOTREG","features":[305]},{"name":"REGDB_E_INVALIDVALUE","features":[305]},{"name":"REGDB_E_KEYMISSING","features":[305]},{"name":"REGDB_E_LAST","features":[305]},{"name":"REGDB_E_PACKAGEPOLICYVIOLATION","features":[305]},{"name":"REGDB_E_READREGDB","features":[305]},{"name":"REGDB_E_WRITEREGDB","features":[305]},{"name":"REGDB_S_FIRST","features":[305]},{"name":"REGDB_S_LAST","features":[305]},{"name":"ROUTEBASE","features":[305]},{"name":"ROUTEBASEEND","features":[305]},{"name":"RO_E_BLOCKED_CROSS_ASTA_CALL","features":[305]},{"name":"RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER","features":[305]},{"name":"RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER","features":[305]},{"name":"RO_E_CHANGE_NOTIFICATION_IN_PROGRESS","features":[305]},{"name":"RO_E_CLOSED","features":[305]},{"name":"RO_E_COMMITTED","features":[305]},{"name":"RO_E_ERROR_STRING_NOT_FOUND","features":[305]},{"name":"RO_E_EXCLUSIVE_WRITE","features":[305]},{"name":"RO_E_INVALID_METADATA_FILE","features":[305]},{"name":"RO_E_METADATA_INVALID_TYPE_FORMAT","features":[305]},{"name":"RO_E_METADATA_NAME_IS_NAMESPACE","features":[305]},{"name":"RO_E_METADATA_NAME_NOT_FOUND","features":[305]},{"name":"RO_E_MUST_BE_AGILE","features":[305]},{"name":"RO_E_UNSUPPORTED_FROM_MTA","features":[305]},{"name":"RPC_E_ACCESS_DENIED","features":[305]},{"name":"RPC_E_ATTEMPTED_MULTITHREAD","features":[305]},{"name":"RPC_E_CALL_CANCELED","features":[305]},{"name":"RPC_E_CALL_COMPLETE","features":[305]},{"name":"RPC_E_CALL_REJECTED","features":[305]},{"name":"RPC_E_CANTCALLOUT_AGAIN","features":[305]},{"name":"RPC_E_CANTCALLOUT_INASYNCCALL","features":[305]},{"name":"RPC_E_CANTCALLOUT_INEXTERNALCALL","features":[305]},{"name":"RPC_E_CANTCALLOUT_ININPUTSYNCCALL","features":[305]},{"name":"RPC_E_CANTPOST_INSENDCALL","features":[305]},{"name":"RPC_E_CANTTRANSMIT_CALL","features":[305]},{"name":"RPC_E_CHANGED_MODE","features":[305]},{"name":"RPC_E_CLIENT_CANTMARSHAL_DATA","features":[305]},{"name":"RPC_E_CLIENT_CANTUNMARSHAL_DATA","features":[305]},{"name":"RPC_E_CLIENT_DIED","features":[305]},{"name":"RPC_E_CONNECTION_TERMINATED","features":[305]},{"name":"RPC_E_DISCONNECTED","features":[305]},{"name":"RPC_E_FAULT","features":[305]},{"name":"RPC_E_FULLSIC_REQUIRED","features":[305]},{"name":"RPC_E_INVALIDMETHOD","features":[305]},{"name":"RPC_E_INVALID_CALLDATA","features":[305]},{"name":"RPC_E_INVALID_DATA","features":[305]},{"name":"RPC_E_INVALID_DATAPACKET","features":[305]},{"name":"RPC_E_INVALID_EXTENSION","features":[305]},{"name":"RPC_E_INVALID_HEADER","features":[305]},{"name":"RPC_E_INVALID_IPID","features":[305]},{"name":"RPC_E_INVALID_OBJECT","features":[305]},{"name":"RPC_E_INVALID_OBJREF","features":[305]},{"name":"RPC_E_INVALID_PARAMETER","features":[305]},{"name":"RPC_E_INVALID_STD_NAME","features":[305]},{"name":"RPC_E_NOT_REGISTERED","features":[305]},{"name":"RPC_E_NO_CONTEXT","features":[305]},{"name":"RPC_E_NO_GOOD_SECURITY_PACKAGES","features":[305]},{"name":"RPC_E_NO_SYNC","features":[305]},{"name":"RPC_E_OUT_OF_RESOURCES","features":[305]},{"name":"RPC_E_REMOTE_DISABLED","features":[305]},{"name":"RPC_E_RETRY","features":[305]},{"name":"RPC_E_SERVERCALL_REJECTED","features":[305]},{"name":"RPC_E_SERVERCALL_RETRYLATER","features":[305]},{"name":"RPC_E_SERVERFAULT","features":[305]},{"name":"RPC_E_SERVER_CANTMARSHAL_DATA","features":[305]},{"name":"RPC_E_SERVER_CANTUNMARSHAL_DATA","features":[305]},{"name":"RPC_E_SERVER_DIED","features":[305]},{"name":"RPC_E_SERVER_DIED_DNE","features":[305]},{"name":"RPC_E_SYS_CALL_FAILED","features":[305]},{"name":"RPC_E_THREAD_NOT_INIT","features":[305]},{"name":"RPC_E_TIMEOUT","features":[305]},{"name":"RPC_E_TOO_LATE","features":[305]},{"name":"RPC_E_UNEXPECTED","features":[305]},{"name":"RPC_E_UNSECURE_CALL","features":[305]},{"name":"RPC_E_VERSION_MISMATCH","features":[305]},{"name":"RPC_E_WRONG_THREAD","features":[305]},{"name":"RPC_NT_ADDRESS_ERROR","features":[305]},{"name":"RPC_NT_ALREADY_LISTENING","features":[305]},{"name":"RPC_NT_ALREADY_REGISTERED","features":[305]},{"name":"RPC_NT_BAD_STUB_DATA","features":[305]},{"name":"RPC_NT_BINDING_HAS_NO_AUTH","features":[305]},{"name":"RPC_NT_BINDING_INCOMPLETE","features":[305]},{"name":"RPC_NT_BYTE_COUNT_TOO_SMALL","features":[305]},{"name":"RPC_NT_CALL_CANCELLED","features":[305]},{"name":"RPC_NT_CALL_FAILED","features":[305]},{"name":"RPC_NT_CALL_FAILED_DNE","features":[305]},{"name":"RPC_NT_CALL_IN_PROGRESS","features":[305]},{"name":"RPC_NT_CANNOT_SUPPORT","features":[305]},{"name":"RPC_NT_CANT_CREATE_ENDPOINT","features":[305]},{"name":"RPC_NT_COMM_FAILURE","features":[305]},{"name":"RPC_NT_COOKIE_AUTH_FAILED","features":[305]},{"name":"RPC_NT_DUPLICATE_ENDPOINT","features":[305]},{"name":"RPC_NT_ENTRY_ALREADY_EXISTS","features":[305]},{"name":"RPC_NT_ENTRY_NOT_FOUND","features":[305]},{"name":"RPC_NT_ENUM_VALUE_OUT_OF_RANGE","features":[305]},{"name":"RPC_NT_FP_DIV_ZERO","features":[305]},{"name":"RPC_NT_FP_OVERFLOW","features":[305]},{"name":"RPC_NT_FP_UNDERFLOW","features":[305]},{"name":"RPC_NT_GROUP_MEMBER_NOT_FOUND","features":[305]},{"name":"RPC_NT_INCOMPLETE_NAME","features":[305]},{"name":"RPC_NT_INTERFACE_NOT_FOUND","features":[305]},{"name":"RPC_NT_INTERNAL_ERROR","features":[305]},{"name":"RPC_NT_INVALID_ASYNC_CALL","features":[305]},{"name":"RPC_NT_INVALID_ASYNC_HANDLE","features":[305]},{"name":"RPC_NT_INVALID_AUTH_IDENTITY","features":[305]},{"name":"RPC_NT_INVALID_BINDING","features":[305]},{"name":"RPC_NT_INVALID_BOUND","features":[305]},{"name":"RPC_NT_INVALID_ENDPOINT_FORMAT","features":[305]},{"name":"RPC_NT_INVALID_ES_ACTION","features":[305]},{"name":"RPC_NT_INVALID_NAF_ID","features":[305]},{"name":"RPC_NT_INVALID_NAME_SYNTAX","features":[305]},{"name":"RPC_NT_INVALID_NETWORK_OPTIONS","features":[305]},{"name":"RPC_NT_INVALID_NET_ADDR","features":[305]},{"name":"RPC_NT_INVALID_OBJECT","features":[305]},{"name":"RPC_NT_INVALID_PIPE_OBJECT","features":[305]},{"name":"RPC_NT_INVALID_PIPE_OPERATION","features":[305]},{"name":"RPC_NT_INVALID_RPC_PROTSEQ","features":[305]},{"name":"RPC_NT_INVALID_STRING_BINDING","features":[305]},{"name":"RPC_NT_INVALID_STRING_UUID","features":[305]},{"name":"RPC_NT_INVALID_TAG","features":[305]},{"name":"RPC_NT_INVALID_TIMEOUT","features":[305]},{"name":"RPC_NT_INVALID_VERS_OPTION","features":[305]},{"name":"RPC_NT_MAX_CALLS_TOO_SMALL","features":[305]},{"name":"RPC_NT_NAME_SERVICE_UNAVAILABLE","features":[305]},{"name":"RPC_NT_NOTHING_TO_EXPORT","features":[305]},{"name":"RPC_NT_NOT_ALL_OBJS_UNEXPORTED","features":[305]},{"name":"RPC_NT_NOT_CANCELLED","features":[305]},{"name":"RPC_NT_NOT_LISTENING","features":[305]},{"name":"RPC_NT_NOT_RPC_ERROR","features":[305]},{"name":"RPC_NT_NO_BINDINGS","features":[305]},{"name":"RPC_NT_NO_CALL_ACTIVE","features":[305]},{"name":"RPC_NT_NO_CONTEXT_AVAILABLE","features":[305]},{"name":"RPC_NT_NO_ENDPOINT_FOUND","features":[305]},{"name":"RPC_NT_NO_ENTRY_NAME","features":[305]},{"name":"RPC_NT_NO_INTERFACES","features":[305]},{"name":"RPC_NT_NO_MORE_BINDINGS","features":[305]},{"name":"RPC_NT_NO_MORE_ENTRIES","features":[305]},{"name":"RPC_NT_NO_MORE_MEMBERS","features":[305]},{"name":"RPC_NT_NO_PRINC_NAME","features":[305]},{"name":"RPC_NT_NO_PROTSEQS","features":[305]},{"name":"RPC_NT_NO_PROTSEQS_REGISTERED","features":[305]},{"name":"RPC_NT_NULL_REF_POINTER","features":[305]},{"name":"RPC_NT_OBJECT_NOT_FOUND","features":[305]},{"name":"RPC_NT_OUT_OF_RESOURCES","features":[305]},{"name":"RPC_NT_PIPE_CLOSED","features":[305]},{"name":"RPC_NT_PIPE_DISCIPLINE_ERROR","features":[305]},{"name":"RPC_NT_PIPE_EMPTY","features":[305]},{"name":"RPC_NT_PROCNUM_OUT_OF_RANGE","features":[305]},{"name":"RPC_NT_PROTOCOL_ERROR","features":[305]},{"name":"RPC_NT_PROTSEQ_NOT_FOUND","features":[305]},{"name":"RPC_NT_PROTSEQ_NOT_SUPPORTED","features":[305]},{"name":"RPC_NT_PROXY_ACCESS_DENIED","features":[305]},{"name":"RPC_NT_SEC_PKG_ERROR","features":[305]},{"name":"RPC_NT_SEND_INCOMPLETE","features":[305]},{"name":"RPC_NT_SERVER_TOO_BUSY","features":[305]},{"name":"RPC_NT_SERVER_UNAVAILABLE","features":[305]},{"name":"RPC_NT_SS_CANNOT_GET_CALL_HANDLE","features":[305]},{"name":"RPC_NT_SS_CHAR_TRANS_OPEN_FAIL","features":[305]},{"name":"RPC_NT_SS_CHAR_TRANS_SHORT_FILE","features":[305]},{"name":"RPC_NT_SS_CONTEXT_DAMAGED","features":[305]},{"name":"RPC_NT_SS_CONTEXT_MISMATCH","features":[305]},{"name":"RPC_NT_SS_HANDLES_MISMATCH","features":[305]},{"name":"RPC_NT_SS_IN_NULL_CONTEXT","features":[305]},{"name":"RPC_NT_STRING_TOO_LONG","features":[305]},{"name":"RPC_NT_TYPE_ALREADY_REGISTERED","features":[305]},{"name":"RPC_NT_UNKNOWN_AUTHN_LEVEL","features":[305]},{"name":"RPC_NT_UNKNOWN_AUTHN_SERVICE","features":[305]},{"name":"RPC_NT_UNKNOWN_AUTHN_TYPE","features":[305]},{"name":"RPC_NT_UNKNOWN_AUTHZ_SERVICE","features":[305]},{"name":"RPC_NT_UNKNOWN_IF","features":[305]},{"name":"RPC_NT_UNKNOWN_MGR_TYPE","features":[305]},{"name":"RPC_NT_UNSUPPORTED_AUTHN_LEVEL","features":[305]},{"name":"RPC_NT_UNSUPPORTED_NAME_SYNTAX","features":[305]},{"name":"RPC_NT_UNSUPPORTED_TRANS_SYN","features":[305]},{"name":"RPC_NT_UNSUPPORTED_TYPE","features":[305]},{"name":"RPC_NT_UUID_LOCAL_ONLY","features":[305]},{"name":"RPC_NT_UUID_NO_ADDRESS","features":[305]},{"name":"RPC_NT_WRONG_ES_VERSION","features":[305]},{"name":"RPC_NT_WRONG_KIND_OF_BINDING","features":[305]},{"name":"RPC_NT_WRONG_PIPE_VERSION","features":[305]},{"name":"RPC_NT_WRONG_STUB_VERSION","features":[305]},{"name":"RPC_NT_ZERO_DIVIDE","features":[305]},{"name":"RPC_S_CALLPENDING","features":[305]},{"name":"RPC_S_WAITONTIMER","features":[305]},{"name":"RPC_X_BAD_STUB_DATA","features":[305]},{"name":"RPC_X_BYTE_COUNT_TOO_SMALL","features":[305]},{"name":"RPC_X_ENUM_VALUE_OUT_OF_RANGE","features":[305]},{"name":"RPC_X_ENUM_VALUE_TOO_LARGE","features":[305]},{"name":"RPC_X_INVALID_BOUND","features":[305]},{"name":"RPC_X_INVALID_BUFFER","features":[305]},{"name":"RPC_X_INVALID_ES_ACTION","features":[305]},{"name":"RPC_X_INVALID_PIPE_OBJECT","features":[305]},{"name":"RPC_X_INVALID_PIPE_OPERATION","features":[305]},{"name":"RPC_X_INVALID_TAG","features":[305]},{"name":"RPC_X_NO_MEMORY","features":[305]},{"name":"RPC_X_NO_MORE_ENTRIES","features":[305]},{"name":"RPC_X_NULL_REF_POINTER","features":[305]},{"name":"RPC_X_PIPE_APP_MEMORY","features":[305]},{"name":"RPC_X_PIPE_CLOSED","features":[305]},{"name":"RPC_X_PIPE_DISCIPLINE_ERROR","features":[305]},{"name":"RPC_X_PIPE_EMPTY","features":[305]},{"name":"RPC_X_SS_CANNOT_GET_CALL_HANDLE","features":[305]},{"name":"RPC_X_SS_CHAR_TRANS_OPEN_FAIL","features":[305]},{"name":"RPC_X_SS_CHAR_TRANS_SHORT_FILE","features":[305]},{"name":"RPC_X_SS_CONTEXT_DAMAGED","features":[305]},{"name":"RPC_X_SS_CONTEXT_MISMATCH","features":[305]},{"name":"RPC_X_SS_HANDLES_MISMATCH","features":[305]},{"name":"RPC_X_SS_IN_NULL_CONTEXT","features":[305]},{"name":"RPC_X_WRONG_ES_VERSION","features":[305]},{"name":"RPC_X_WRONG_PIPE_ORDER","features":[305]},{"name":"RPC_X_WRONG_PIPE_VERSION","features":[305]},{"name":"RPC_X_WRONG_STUB_VERSION","features":[305]},{"name":"RtlNtStatusToDosError","features":[305]},{"name":"SCARD_E_BAD_SEEK","features":[305]},{"name":"SCARD_E_CANCELLED","features":[305]},{"name":"SCARD_E_CANT_DISPOSE","features":[305]},{"name":"SCARD_E_CARD_UNSUPPORTED","features":[305]},{"name":"SCARD_E_CERTIFICATE_UNAVAILABLE","features":[305]},{"name":"SCARD_E_COMM_DATA_LOST","features":[305]},{"name":"SCARD_E_DIR_NOT_FOUND","features":[305]},{"name":"SCARD_E_DUPLICATE_READER","features":[305]},{"name":"SCARD_E_FILE_NOT_FOUND","features":[305]},{"name":"SCARD_E_ICC_CREATEORDER","features":[305]},{"name":"SCARD_E_ICC_INSTALLATION","features":[305]},{"name":"SCARD_E_INSUFFICIENT_BUFFER","features":[305]},{"name":"SCARD_E_INVALID_ATR","features":[305]},{"name":"SCARD_E_INVALID_CHV","features":[305]},{"name":"SCARD_E_INVALID_HANDLE","features":[305]},{"name":"SCARD_E_INVALID_PARAMETER","features":[305]},{"name":"SCARD_E_INVALID_TARGET","features":[305]},{"name":"SCARD_E_INVALID_VALUE","features":[305]},{"name":"SCARD_E_NOT_READY","features":[305]},{"name":"SCARD_E_NOT_TRANSACTED","features":[305]},{"name":"SCARD_E_NO_ACCESS","features":[305]},{"name":"SCARD_E_NO_DIR","features":[305]},{"name":"SCARD_E_NO_FILE","features":[305]},{"name":"SCARD_E_NO_KEY_CONTAINER","features":[305]},{"name":"SCARD_E_NO_MEMORY","features":[305]},{"name":"SCARD_E_NO_PIN_CACHE","features":[305]},{"name":"SCARD_E_NO_READERS_AVAILABLE","features":[305]},{"name":"SCARD_E_NO_SERVICE","features":[305]},{"name":"SCARD_E_NO_SMARTCARD","features":[305]},{"name":"SCARD_E_NO_SUCH_CERTIFICATE","features":[305]},{"name":"SCARD_E_PCI_TOO_SMALL","features":[305]},{"name":"SCARD_E_PIN_CACHE_EXPIRED","features":[305]},{"name":"SCARD_E_PROTO_MISMATCH","features":[305]},{"name":"SCARD_E_READER_UNAVAILABLE","features":[305]},{"name":"SCARD_E_READER_UNSUPPORTED","features":[305]},{"name":"SCARD_E_READ_ONLY_CARD","features":[305]},{"name":"SCARD_E_SERVER_TOO_BUSY","features":[305]},{"name":"SCARD_E_SERVICE_STOPPED","features":[305]},{"name":"SCARD_E_SHARING_VIOLATION","features":[305]},{"name":"SCARD_E_SYSTEM_CANCELLED","features":[305]},{"name":"SCARD_E_TIMEOUT","features":[305]},{"name":"SCARD_E_UNEXPECTED","features":[305]},{"name":"SCARD_E_UNKNOWN_CARD","features":[305]},{"name":"SCARD_E_UNKNOWN_READER","features":[305]},{"name":"SCARD_E_UNKNOWN_RES_MNG","features":[305]},{"name":"SCARD_E_UNSUPPORTED_FEATURE","features":[305]},{"name":"SCARD_E_WRITE_TOO_MANY","features":[305]},{"name":"SCARD_F_COMM_ERROR","features":[305]},{"name":"SCARD_F_INTERNAL_ERROR","features":[305]},{"name":"SCARD_F_UNKNOWN_ERROR","features":[305]},{"name":"SCARD_F_WAITED_TOO_LONG","features":[305]},{"name":"SCARD_P_SHUTDOWN","features":[305]},{"name":"SCARD_W_CACHE_ITEM_NOT_FOUND","features":[305]},{"name":"SCARD_W_CACHE_ITEM_STALE","features":[305]},{"name":"SCARD_W_CACHE_ITEM_TOO_BIG","features":[305]},{"name":"SCARD_W_CANCELLED_BY_USER","features":[305]},{"name":"SCARD_W_CARD_NOT_AUTHENTICATED","features":[305]},{"name":"SCARD_W_CHV_BLOCKED","features":[305]},{"name":"SCARD_W_EOF","features":[305]},{"name":"SCARD_W_REMOVED_CARD","features":[305]},{"name":"SCARD_W_RESET_CARD","features":[305]},{"name":"SCARD_W_SECURITY_VIOLATION","features":[305]},{"name":"SCARD_W_UNPOWERED_CARD","features":[305]},{"name":"SCARD_W_UNRESPONSIVE_CARD","features":[305]},{"name":"SCARD_W_UNSUPPORTED_CARD","features":[305]},{"name":"SCARD_W_WRONG_CHV","features":[305]},{"name":"SCHED_E_ACCOUNT_DBASE_CORRUPT","features":[305]},{"name":"SCHED_E_ACCOUNT_INFORMATION_NOT_SET","features":[305]},{"name":"SCHED_E_ACCOUNT_NAME_NOT_FOUND","features":[305]},{"name":"SCHED_E_ALREADY_RUNNING","features":[305]},{"name":"SCHED_E_CANNOT_OPEN_TASK","features":[305]},{"name":"SCHED_E_DEPRECATED_FEATURE_USED","features":[305]},{"name":"SCHED_E_INVALIDVALUE","features":[305]},{"name":"SCHED_E_INVALID_TASK","features":[305]},{"name":"SCHED_E_INVALID_TASK_HASH","features":[305]},{"name":"SCHED_E_MALFORMEDXML","features":[305]},{"name":"SCHED_E_MISSINGNODE","features":[305]},{"name":"SCHED_E_NAMESPACE","features":[305]},{"name":"SCHED_E_NO_SECURITY_SERVICES","features":[305]},{"name":"SCHED_E_PAST_END_BOUNDARY","features":[305]},{"name":"SCHED_E_SERVICE_NOT_AVAILABLE","features":[305]},{"name":"SCHED_E_SERVICE_NOT_INSTALLED","features":[305]},{"name":"SCHED_E_SERVICE_NOT_LOCALSYSTEM","features":[305]},{"name":"SCHED_E_SERVICE_NOT_RUNNING","features":[305]},{"name":"SCHED_E_SERVICE_TOO_BUSY","features":[305]},{"name":"SCHED_E_START_ON_DEMAND","features":[305]},{"name":"SCHED_E_TASK_ATTEMPTED","features":[305]},{"name":"SCHED_E_TASK_DISABLED","features":[305]},{"name":"SCHED_E_TASK_NOT_READY","features":[305]},{"name":"SCHED_E_TASK_NOT_RUNNING","features":[305]},{"name":"SCHED_E_TASK_NOT_UBPM_COMPAT","features":[305]},{"name":"SCHED_E_TASK_NOT_V1_COMPAT","features":[305]},{"name":"SCHED_E_TOO_MANY_NODES","features":[305]},{"name":"SCHED_E_TRIGGER_NOT_FOUND","features":[305]},{"name":"SCHED_E_UNEXPECTEDNODE","features":[305]},{"name":"SCHED_E_UNKNOWN_OBJECT_VERSION","features":[305]},{"name":"SCHED_E_UNSUPPORTED_ACCOUNT_OPTION","features":[305]},{"name":"SCHED_E_USER_NOT_LOGGED_ON","features":[305]},{"name":"SCHED_S_BATCH_LOGON_PROBLEM","features":[305]},{"name":"SCHED_S_EVENT_TRIGGER","features":[305]},{"name":"SCHED_S_SOME_TRIGGERS_FAILED","features":[305]},{"name":"SCHED_S_TASK_DISABLED","features":[305]},{"name":"SCHED_S_TASK_HAS_NOT_RUN","features":[305]},{"name":"SCHED_S_TASK_NOT_SCHEDULED","features":[305]},{"name":"SCHED_S_TASK_NO_MORE_RUNS","features":[305]},{"name":"SCHED_S_TASK_NO_VALID_TRIGGERS","features":[305]},{"name":"SCHED_S_TASK_QUEUED","features":[305]},{"name":"SCHED_S_TASK_READY","features":[305]},{"name":"SCHED_S_TASK_RUNNING","features":[305]},{"name":"SCHED_S_TASK_TERMINATED","features":[305]},{"name":"SDIAG_E_CANCELLED","features":[305]},{"name":"SDIAG_E_CANNOTRUN","features":[305]},{"name":"SDIAG_E_DISABLED","features":[305]},{"name":"SDIAG_E_MANAGEDHOST","features":[305]},{"name":"SDIAG_E_NOVERIFIER","features":[305]},{"name":"SDIAG_E_POWERSHELL","features":[305]},{"name":"SDIAG_E_RESOURCE","features":[305]},{"name":"SDIAG_E_ROOTCAUSE","features":[305]},{"name":"SDIAG_E_SCRIPT","features":[305]},{"name":"SDIAG_E_TRUST","features":[305]},{"name":"SDIAG_E_VERSION","features":[305]},{"name":"SDIAG_S_CANNOTRUN","features":[305]},{"name":"SEARCH_E_NOMONIKER","features":[305]},{"name":"SEARCH_E_NOREGION","features":[305]},{"name":"SEARCH_S_NOMOREHITS","features":[305]},{"name":"SEC_E_ALGORITHM_MISMATCH","features":[305]},{"name":"SEC_E_APPLICATION_PROTOCOL_MISMATCH","features":[305]},{"name":"SEC_E_BAD_BINDINGS","features":[305]},{"name":"SEC_E_BAD_PKGID","features":[305]},{"name":"SEC_E_BUFFER_TOO_SMALL","features":[305]},{"name":"SEC_E_CANNOT_INSTALL","features":[305]},{"name":"SEC_E_CANNOT_PACK","features":[305]},{"name":"SEC_E_CERT_EXPIRED","features":[305]},{"name":"SEC_E_CERT_UNKNOWN","features":[305]},{"name":"SEC_E_CERT_WRONG_USAGE","features":[305]},{"name":"SEC_E_CONTEXT_EXPIRED","features":[305]},{"name":"SEC_E_CROSSREALM_DELEGATION_FAILURE","features":[305]},{"name":"SEC_E_CRYPTO_SYSTEM_INVALID","features":[305]},{"name":"SEC_E_DECRYPT_FAILURE","features":[305]},{"name":"SEC_E_DELEGATION_POLICY","features":[305]},{"name":"SEC_E_DELEGATION_REQUIRED","features":[305]},{"name":"SEC_E_DOWNGRADE_DETECTED","features":[305]},{"name":"SEC_E_ENCRYPT_FAILURE","features":[305]},{"name":"SEC_E_EXT_BUFFER_TOO_SMALL","features":[305]},{"name":"SEC_E_ILLEGAL_MESSAGE","features":[305]},{"name":"SEC_E_INCOMPLETE_CREDENTIALS","features":[305]},{"name":"SEC_E_INCOMPLETE_MESSAGE","features":[305]},{"name":"SEC_E_INSUFFICIENT_BUFFERS","features":[305]},{"name":"SEC_E_INSUFFICIENT_MEMORY","features":[305]},{"name":"SEC_E_INTERNAL_ERROR","features":[305]},{"name":"SEC_E_INVALID_HANDLE","features":[305]},{"name":"SEC_E_INVALID_PARAMETER","features":[305]},{"name":"SEC_E_INVALID_TOKEN","features":[305]},{"name":"SEC_E_INVALID_UPN_NAME","features":[305]},{"name":"SEC_E_ISSUING_CA_UNTRUSTED","features":[305]},{"name":"SEC_E_ISSUING_CA_UNTRUSTED_KDC","features":[305]},{"name":"SEC_E_KDC_CERT_EXPIRED","features":[305]},{"name":"SEC_E_KDC_CERT_REVOKED","features":[305]},{"name":"SEC_E_KDC_INVALID_REQUEST","features":[305]},{"name":"SEC_E_KDC_UNABLE_TO_REFER","features":[305]},{"name":"SEC_E_KDC_UNKNOWN_ETYPE","features":[305]},{"name":"SEC_E_LOGON_DENIED","features":[305]},{"name":"SEC_E_MAX_REFERRALS_EXCEEDED","features":[305]},{"name":"SEC_E_MESSAGE_ALTERED","features":[305]},{"name":"SEC_E_MULTIPLE_ACCOUNTS","features":[305]},{"name":"SEC_E_MUST_BE_KDC","features":[305]},{"name":"SEC_E_MUTUAL_AUTH_FAILED","features":[305]},{"name":"SEC_E_NOT_OWNER","features":[305]},{"name":"SEC_E_NOT_SUPPORTED","features":[305]},{"name":"SEC_E_NO_AUTHENTICATING_AUTHORITY","features":[305]},{"name":"SEC_E_NO_CONTEXT","features":[305]},{"name":"SEC_E_NO_CREDENTIALS","features":[305]},{"name":"SEC_E_NO_IMPERSONATION","features":[305]},{"name":"SEC_E_NO_IP_ADDRESSES","features":[305]},{"name":"SEC_E_NO_KERB_KEY","features":[305]},{"name":"SEC_E_NO_PA_DATA","features":[305]},{"name":"SEC_E_NO_S4U_PROT_SUPPORT","features":[305]},{"name":"SEC_E_NO_SPM","features":[305]},{"name":"SEC_E_NO_TGT_REPLY","features":[305]},{"name":"SEC_E_OK","features":[305]},{"name":"SEC_E_ONLY_HTTPS_ALLOWED","features":[305]},{"name":"SEC_E_OUT_OF_SEQUENCE","features":[305]},{"name":"SEC_E_PKINIT_CLIENT_FAILURE","features":[305]},{"name":"SEC_E_PKINIT_NAME_MISMATCH","features":[305]},{"name":"SEC_E_PKU2U_CERT_FAILURE","features":[305]},{"name":"SEC_E_POLICY_NLTM_ONLY","features":[305]},{"name":"SEC_E_QOP_NOT_SUPPORTED","features":[305]},{"name":"SEC_E_REVOCATION_OFFLINE_C","features":[305]},{"name":"SEC_E_REVOCATION_OFFLINE_KDC","features":[305]},{"name":"SEC_E_SECPKG_NOT_FOUND","features":[305]},{"name":"SEC_E_SECURITY_QOS_FAILED","features":[305]},{"name":"SEC_E_SHUTDOWN_IN_PROGRESS","features":[305]},{"name":"SEC_E_SMARTCARD_CERT_EXPIRED","features":[305]},{"name":"SEC_E_SMARTCARD_CERT_REVOKED","features":[305]},{"name":"SEC_E_SMARTCARD_LOGON_REQUIRED","features":[305]},{"name":"SEC_E_STRONG_CRYPTO_NOT_SUPPORTED","features":[305]},{"name":"SEC_E_TARGET_UNKNOWN","features":[305]},{"name":"SEC_E_TIME_SKEW","features":[305]},{"name":"SEC_E_TOO_MANY_PRINCIPALS","features":[305]},{"name":"SEC_E_UNFINISHED_CONTEXT_DELETED","features":[305]},{"name":"SEC_E_UNKNOWN_CREDENTIALS","features":[305]},{"name":"SEC_E_UNSUPPORTED_FUNCTION","features":[305]},{"name":"SEC_E_UNSUPPORTED_PREAUTH","features":[305]},{"name":"SEC_E_UNTRUSTED_ROOT","features":[305]},{"name":"SEC_E_WRONG_CREDENTIAL_HANDLE","features":[305]},{"name":"SEC_E_WRONG_PRINCIPAL","features":[305]},{"name":"SEC_I_ASYNC_CALL_PENDING","features":[305]},{"name":"SEC_I_COMPLETE_AND_CONTINUE","features":[305]},{"name":"SEC_I_COMPLETE_NEEDED","features":[305]},{"name":"SEC_I_CONTEXT_EXPIRED","features":[305]},{"name":"SEC_I_CONTINUE_NEEDED","features":[305]},{"name":"SEC_I_CONTINUE_NEEDED_MESSAGE_OK","features":[305]},{"name":"SEC_I_GENERIC_EXTENSION_RECEIVED","features":[305]},{"name":"SEC_I_INCOMPLETE_CREDENTIALS","features":[305]},{"name":"SEC_I_LOCAL_LOGON","features":[305]},{"name":"SEC_I_MESSAGE_FRAGMENT","features":[305]},{"name":"SEC_I_NO_LSA_CONTEXT","features":[305]},{"name":"SEC_I_NO_RENEGOTIATION","features":[305]},{"name":"SEC_I_RENEGOTIATE","features":[305]},{"name":"SEC_I_SIGNATURE_NEEDED","features":[305]},{"name":"SEVERITY_ERROR","features":[305]},{"name":"SEVERITY_SUCCESS","features":[305]},{"name":"SHANDLE_PTR","features":[305]},{"name":"SIZE","features":[305]},{"name":"SPAPI_E_AUTHENTICODE_DISALLOWED","features":[305]},{"name":"SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED","features":[305]},{"name":"SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER","features":[305]},{"name":"SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED","features":[305]},{"name":"SPAPI_E_BAD_INTERFACE_INSTALLSECT","features":[305]},{"name":"SPAPI_E_BAD_SECTION_NAME_LINE","features":[305]},{"name":"SPAPI_E_BAD_SERVICE_INSTALLSECT","features":[305]},{"name":"SPAPI_E_CANT_LOAD_CLASS_ICON","features":[305]},{"name":"SPAPI_E_CANT_REMOVE_DEVINST","features":[305]},{"name":"SPAPI_E_CLASS_MISMATCH","features":[305]},{"name":"SPAPI_E_DEVICE_INSTALLER_NOT_READY","features":[305]},{"name":"SPAPI_E_DEVICE_INSTALL_BLOCKED","features":[305]},{"name":"SPAPI_E_DEVICE_INTERFACE_ACTIVE","features":[305]},{"name":"SPAPI_E_DEVICE_INTERFACE_REMOVED","features":[305]},{"name":"SPAPI_E_DEVINFO_DATA_LOCKED","features":[305]},{"name":"SPAPI_E_DEVINFO_LIST_LOCKED","features":[305]},{"name":"SPAPI_E_DEVINFO_NOT_REGISTERED","features":[305]},{"name":"SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE","features":[305]},{"name":"SPAPI_E_DEVINST_ALREADY_EXISTS","features":[305]},{"name":"SPAPI_E_DI_BAD_PATH","features":[305]},{"name":"SPAPI_E_DI_DONT_INSTALL","features":[305]},{"name":"SPAPI_E_DI_DO_DEFAULT","features":[305]},{"name":"SPAPI_E_DI_FUNCTION_OBSOLETE","features":[305]},{"name":"SPAPI_E_DI_NOFILECOPY","features":[305]},{"name":"SPAPI_E_DI_POSTPROCESSING_REQUIRED","features":[305]},{"name":"SPAPI_E_DRIVER_INSTALL_BLOCKED","features":[305]},{"name":"SPAPI_E_DRIVER_NONNATIVE","features":[305]},{"name":"SPAPI_E_DRIVER_STORE_ADD_FAILED","features":[305]},{"name":"SPAPI_E_DRIVER_STORE_DELETE_FAILED","features":[305]},{"name":"SPAPI_E_DUPLICATE_FOUND","features":[305]},{"name":"SPAPI_E_ERROR_NOT_INSTALLED","features":[305]},{"name":"SPAPI_E_EXPECTED_SECTION_NAME","features":[305]},{"name":"SPAPI_E_FILEQUEUE_LOCKED","features":[305]},{"name":"SPAPI_E_FILE_HASH_NOT_IN_CATALOG","features":[305]},{"name":"SPAPI_E_GENERAL_SYNTAX","features":[305]},{"name":"SPAPI_E_INCORRECTLY_COPIED_INF","features":[305]},{"name":"SPAPI_E_INF_IN_USE_BY_DEVICES","features":[305]},{"name":"SPAPI_E_INVALID_CLASS","features":[305]},{"name":"SPAPI_E_INVALID_CLASS_INSTALLER","features":[305]},{"name":"SPAPI_E_INVALID_COINSTALLER","features":[305]},{"name":"SPAPI_E_INVALID_DEVINST_NAME","features":[305]},{"name":"SPAPI_E_INVALID_FILTER_DRIVER","features":[305]},{"name":"SPAPI_E_INVALID_HWPROFILE","features":[305]},{"name":"SPAPI_E_INVALID_INF_LOGCONFIG","features":[305]},{"name":"SPAPI_E_INVALID_MACHINENAME","features":[305]},{"name":"SPAPI_E_INVALID_PROPPAGE_PROVIDER","features":[305]},{"name":"SPAPI_E_INVALID_REFERENCE_STRING","features":[305]},{"name":"SPAPI_E_INVALID_REG_PROPERTY","features":[305]},{"name":"SPAPI_E_INVALID_TARGET","features":[305]},{"name":"SPAPI_E_IN_WOW64","features":[305]},{"name":"SPAPI_E_KEY_DOES_NOT_EXIST","features":[305]},{"name":"SPAPI_E_LINE_NOT_FOUND","features":[305]},{"name":"SPAPI_E_MACHINE_UNAVAILABLE","features":[305]},{"name":"SPAPI_E_NON_WINDOWS_DRIVER","features":[305]},{"name":"SPAPI_E_NON_WINDOWS_NT_DRIVER","features":[305]},{"name":"SPAPI_E_NOT_AN_INSTALLED_OEM_INF","features":[305]},{"name":"SPAPI_E_NOT_DISABLEABLE","features":[305]},{"name":"SPAPI_E_NO_ASSOCIATED_CLASS","features":[305]},{"name":"SPAPI_E_NO_ASSOCIATED_SERVICE","features":[305]},{"name":"SPAPI_E_NO_AUTHENTICODE_CATALOG","features":[305]},{"name":"SPAPI_E_NO_BACKUP","features":[305]},{"name":"SPAPI_E_NO_CATALOG_FOR_OEM_INF","features":[305]},{"name":"SPAPI_E_NO_CLASSINSTALL_PARAMS","features":[305]},{"name":"SPAPI_E_NO_CLASS_DRIVER_LIST","features":[305]},{"name":"SPAPI_E_NO_COMPAT_DRIVERS","features":[305]},{"name":"SPAPI_E_NO_CONFIGMGR_SERVICES","features":[305]},{"name":"SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE","features":[305]},{"name":"SPAPI_E_NO_DEVICE_ICON","features":[305]},{"name":"SPAPI_E_NO_DEVICE_SELECTED","features":[305]},{"name":"SPAPI_E_NO_DRIVER_SELECTED","features":[305]},{"name":"SPAPI_E_NO_INF","features":[305]},{"name":"SPAPI_E_NO_SUCH_DEVICE_INTERFACE","features":[305]},{"name":"SPAPI_E_NO_SUCH_DEVINST","features":[305]},{"name":"SPAPI_E_NO_SUCH_INTERFACE_CLASS","features":[305]},{"name":"SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE","features":[305]},{"name":"SPAPI_E_PNP_REGISTRY_ERROR","features":[305]},{"name":"SPAPI_E_REMOTE_COMM_FAILURE","features":[305]},{"name":"SPAPI_E_REMOTE_REQUEST_UNSUPPORTED","features":[305]},{"name":"SPAPI_E_SCE_DISABLED","features":[305]},{"name":"SPAPI_E_SECTION_NAME_TOO_LONG","features":[305]},{"name":"SPAPI_E_SECTION_NOT_FOUND","features":[305]},{"name":"SPAPI_E_SET_SYSTEM_RESTORE_POINT","features":[305]},{"name":"SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH","features":[305]},{"name":"SPAPI_E_UNKNOWN_EXCEPTION","features":[305]},{"name":"SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW","features":[305]},{"name":"SPAPI_E_WRONG_INF_STYLE","features":[305]},{"name":"SPAPI_E_WRONG_INF_TYPE","features":[305]},{"name":"SQLITE_E_ABORT","features":[305]},{"name":"SQLITE_E_ABORT_ROLLBACK","features":[305]},{"name":"SQLITE_E_AUTH","features":[305]},{"name":"SQLITE_E_BUSY","features":[305]},{"name":"SQLITE_E_BUSY_RECOVERY","features":[305]},{"name":"SQLITE_E_BUSY_SNAPSHOT","features":[305]},{"name":"SQLITE_E_CANTOPEN","features":[305]},{"name":"SQLITE_E_CANTOPEN_CONVPATH","features":[305]},{"name":"SQLITE_E_CANTOPEN_FULLPATH","features":[305]},{"name":"SQLITE_E_CANTOPEN_ISDIR","features":[305]},{"name":"SQLITE_E_CANTOPEN_NOTEMPDIR","features":[305]},{"name":"SQLITE_E_CONSTRAINT","features":[305]},{"name":"SQLITE_E_CONSTRAINT_CHECK","features":[305]},{"name":"SQLITE_E_CONSTRAINT_COMMITHOOK","features":[305]},{"name":"SQLITE_E_CONSTRAINT_FOREIGNKEY","features":[305]},{"name":"SQLITE_E_CONSTRAINT_FUNCTION","features":[305]},{"name":"SQLITE_E_CONSTRAINT_NOTNULL","features":[305]},{"name":"SQLITE_E_CONSTRAINT_PRIMARYKEY","features":[305]},{"name":"SQLITE_E_CONSTRAINT_ROWID","features":[305]},{"name":"SQLITE_E_CONSTRAINT_TRIGGER","features":[305]},{"name":"SQLITE_E_CONSTRAINT_UNIQUE","features":[305]},{"name":"SQLITE_E_CONSTRAINT_VTAB","features":[305]},{"name":"SQLITE_E_CORRUPT","features":[305]},{"name":"SQLITE_E_CORRUPT_VTAB","features":[305]},{"name":"SQLITE_E_DONE","features":[305]},{"name":"SQLITE_E_EMPTY","features":[305]},{"name":"SQLITE_E_ERROR","features":[305]},{"name":"SQLITE_E_FORMAT","features":[305]},{"name":"SQLITE_E_FULL","features":[305]},{"name":"SQLITE_E_INTERNAL","features":[305]},{"name":"SQLITE_E_INTERRUPT","features":[305]},{"name":"SQLITE_E_IOERR","features":[305]},{"name":"SQLITE_E_IOERR_ACCESS","features":[305]},{"name":"SQLITE_E_IOERR_AUTH","features":[305]},{"name":"SQLITE_E_IOERR_BLOCKED","features":[305]},{"name":"SQLITE_E_IOERR_CHECKRESERVEDLOCK","features":[305]},{"name":"SQLITE_E_IOERR_CLOSE","features":[305]},{"name":"SQLITE_E_IOERR_CONVPATH","features":[305]},{"name":"SQLITE_E_IOERR_DELETE","features":[305]},{"name":"SQLITE_E_IOERR_DELETE_NOENT","features":[305]},{"name":"SQLITE_E_IOERR_DIR_CLOSE","features":[305]},{"name":"SQLITE_E_IOERR_DIR_FSYNC","features":[305]},{"name":"SQLITE_E_IOERR_FSTAT","features":[305]},{"name":"SQLITE_E_IOERR_FSYNC","features":[305]},{"name":"SQLITE_E_IOERR_GETTEMPPATH","features":[305]},{"name":"SQLITE_E_IOERR_LOCK","features":[305]},{"name":"SQLITE_E_IOERR_MMAP","features":[305]},{"name":"SQLITE_E_IOERR_NOMEM","features":[305]},{"name":"SQLITE_E_IOERR_RDLOCK","features":[305]},{"name":"SQLITE_E_IOERR_READ","features":[305]},{"name":"SQLITE_E_IOERR_SEEK","features":[305]},{"name":"SQLITE_E_IOERR_SHMLOCK","features":[305]},{"name":"SQLITE_E_IOERR_SHMMAP","features":[305]},{"name":"SQLITE_E_IOERR_SHMOPEN","features":[305]},{"name":"SQLITE_E_IOERR_SHMSIZE","features":[305]},{"name":"SQLITE_E_IOERR_SHORT_READ","features":[305]},{"name":"SQLITE_E_IOERR_TRUNCATE","features":[305]},{"name":"SQLITE_E_IOERR_UNLOCK","features":[305]},{"name":"SQLITE_E_IOERR_VNODE","features":[305]},{"name":"SQLITE_E_IOERR_WRITE","features":[305]},{"name":"SQLITE_E_LOCKED","features":[305]},{"name":"SQLITE_E_LOCKED_SHAREDCACHE","features":[305]},{"name":"SQLITE_E_MISMATCH","features":[305]},{"name":"SQLITE_E_MISUSE","features":[305]},{"name":"SQLITE_E_NOLFS","features":[305]},{"name":"SQLITE_E_NOMEM","features":[305]},{"name":"SQLITE_E_NOTADB","features":[305]},{"name":"SQLITE_E_NOTFOUND","features":[305]},{"name":"SQLITE_E_NOTICE","features":[305]},{"name":"SQLITE_E_NOTICE_RECOVER_ROLLBACK","features":[305]},{"name":"SQLITE_E_NOTICE_RECOVER_WAL","features":[305]},{"name":"SQLITE_E_PERM","features":[305]},{"name":"SQLITE_E_PROTOCOL","features":[305]},{"name":"SQLITE_E_RANGE","features":[305]},{"name":"SQLITE_E_READONLY","features":[305]},{"name":"SQLITE_E_READONLY_CANTLOCK","features":[305]},{"name":"SQLITE_E_READONLY_DBMOVED","features":[305]},{"name":"SQLITE_E_READONLY_RECOVERY","features":[305]},{"name":"SQLITE_E_READONLY_ROLLBACK","features":[305]},{"name":"SQLITE_E_ROW","features":[305]},{"name":"SQLITE_E_SCHEMA","features":[305]},{"name":"SQLITE_E_TOOBIG","features":[305]},{"name":"SQLITE_E_WARNING","features":[305]},{"name":"SQLITE_E_WARNING_AUTOINDEX","features":[305]},{"name":"STATEREPOSITORY_ERROR_CACHE_CORRUPTED","features":[305]},{"name":"STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED","features":[305]},{"name":"STATEREPOSITORY_E_BLOCKED","features":[305]},{"name":"STATEREPOSITORY_E_BUSY_RECOVERY_RETRY","features":[305]},{"name":"STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED","features":[305]},{"name":"STATEREPOSITORY_E_BUSY_RETRY","features":[305]},{"name":"STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED","features":[305]},{"name":"STATEREPOSITORY_E_CACHE_NOT_INIITALIZED","features":[305]},{"name":"STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE","features":[305]},{"name":"STATEREPOSITORY_E_CONFIGURATION_INVALID","features":[305]},{"name":"STATEREPOSITORY_E_DEPENDENCY_NOT_RESOLVED","features":[305]},{"name":"STATEREPOSITORY_E_LOCKED_RETRY","features":[305]},{"name":"STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY","features":[305]},{"name":"STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED","features":[305]},{"name":"STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED","features":[305]},{"name":"STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS","features":[305]},{"name":"STATEREPOSITORY_E_STATEMENT_INPROGRESS","features":[305]},{"name":"STATEREPOSITORY_E_TRANSACTION_REQUIRED","features":[305]},{"name":"STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION","features":[305]},{"name":"STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED","features":[305]},{"name":"STATEREPOSITORY_TRANSACTION_IN_PROGRESS","features":[305]},{"name":"STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED","features":[305]},{"name":"STATUS_ABANDONED","features":[305]},{"name":"STATUS_ABANDONED_WAIT_0","features":[305]},{"name":"STATUS_ABANDONED_WAIT_63","features":[305]},{"name":"STATUS_ABANDON_HIBERFILE","features":[305]},{"name":"STATUS_ABIOS_INVALID_COMMAND","features":[305]},{"name":"STATUS_ABIOS_INVALID_LID","features":[305]},{"name":"STATUS_ABIOS_INVALID_SELECTOR","features":[305]},{"name":"STATUS_ABIOS_LID_ALREADY_OWNED","features":[305]},{"name":"STATUS_ABIOS_LID_NOT_EXIST","features":[305]},{"name":"STATUS_ABIOS_NOT_LID_OWNER","features":[305]},{"name":"STATUS_ABIOS_NOT_PRESENT","features":[305]},{"name":"STATUS_ABIOS_SELECTOR_NOT_AVAILABLE","features":[305]},{"name":"STATUS_ACCESS_AUDIT_BY_POLICY","features":[305]},{"name":"STATUS_ACCESS_DENIED","features":[305]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT","features":[305]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_OTHER","features":[305]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_PATH","features":[305]},{"name":"STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER","features":[305]},{"name":"STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY","features":[305]},{"name":"STATUS_ACCESS_VIOLATION","features":[305]},{"name":"STATUS_ACPI_ACQUIRE_GLOBAL_LOCK","features":[305]},{"name":"STATUS_ACPI_ADDRESS_NOT_MAPPED","features":[305]},{"name":"STATUS_ACPI_ALREADY_INITIALIZED","features":[305]},{"name":"STATUS_ACPI_ASSERT_FAILED","features":[305]},{"name":"STATUS_ACPI_FATAL","features":[305]},{"name":"STATUS_ACPI_HANDLER_COLLISION","features":[305]},{"name":"STATUS_ACPI_INCORRECT_ARGUMENT_COUNT","features":[305]},{"name":"STATUS_ACPI_INVALID_ACCESS_SIZE","features":[305]},{"name":"STATUS_ACPI_INVALID_ARGTYPE","features":[305]},{"name":"STATUS_ACPI_INVALID_ARGUMENT","features":[305]},{"name":"STATUS_ACPI_INVALID_DATA","features":[305]},{"name":"STATUS_ACPI_INVALID_EVENTTYPE","features":[305]},{"name":"STATUS_ACPI_INVALID_INDEX","features":[305]},{"name":"STATUS_ACPI_INVALID_MUTEX_LEVEL","features":[305]},{"name":"STATUS_ACPI_INVALID_OBJTYPE","features":[305]},{"name":"STATUS_ACPI_INVALID_OPCODE","features":[305]},{"name":"STATUS_ACPI_INVALID_REGION","features":[305]},{"name":"STATUS_ACPI_INVALID_SUPERNAME","features":[305]},{"name":"STATUS_ACPI_INVALID_TABLE","features":[305]},{"name":"STATUS_ACPI_INVALID_TARGETTYPE","features":[305]},{"name":"STATUS_ACPI_MUTEX_NOT_OWNED","features":[305]},{"name":"STATUS_ACPI_MUTEX_NOT_OWNER","features":[305]},{"name":"STATUS_ACPI_NOT_INITIALIZED","features":[305]},{"name":"STATUS_ACPI_POWER_REQUEST_FAILED","features":[305]},{"name":"STATUS_ACPI_REG_HANDLER_FAILED","features":[305]},{"name":"STATUS_ACPI_RS_ACCESS","features":[305]},{"name":"STATUS_ACPI_STACK_OVERFLOW","features":[305]},{"name":"STATUS_ADAPTER_HARDWARE_ERROR","features":[305]},{"name":"STATUS_ADDRESS_ALREADY_ASSOCIATED","features":[305]},{"name":"STATUS_ADDRESS_ALREADY_EXISTS","features":[305]},{"name":"STATUS_ADDRESS_CLOSED","features":[305]},{"name":"STATUS_ADDRESS_NOT_ASSOCIATED","features":[305]},{"name":"STATUS_ADMINLESS_ACCESS_DENIED","features":[305]},{"name":"STATUS_ADVANCED_INSTALLER_FAILED","features":[305]},{"name":"STATUS_AGENTS_EXHAUSTED","features":[305]},{"name":"STATUS_ALERTED","features":[305]},{"name":"STATUS_ALIAS_EXISTS","features":[305]},{"name":"STATUS_ALLOCATE_BUCKET","features":[305]},{"name":"STATUS_ALLOTTED_SPACE_EXCEEDED","features":[305]},{"name":"STATUS_ALL_SIDS_FILTERED","features":[305]},{"name":"STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED","features":[305]},{"name":"STATUS_ALPC_CHECK_COMPLETION_LIST","features":[305]},{"name":"STATUS_ALREADY_COMMITTED","features":[305]},{"name":"STATUS_ALREADY_COMPLETE","features":[305]},{"name":"STATUS_ALREADY_DISCONNECTED","features":[305]},{"name":"STATUS_ALREADY_HAS_STREAM_ID","features":[305]},{"name":"STATUS_ALREADY_INITIALIZED","features":[305]},{"name":"STATUS_ALREADY_REGISTERED","features":[305]},{"name":"STATUS_ALREADY_WIN32","features":[305]},{"name":"STATUS_AMBIGUOUS_SYSTEM_DEVICE","features":[305]},{"name":"STATUS_APC_RETURNED_WHILE_IMPERSONATING","features":[305]},{"name":"STATUS_APISET_NOT_HOSTED","features":[305]},{"name":"STATUS_APISET_NOT_PRESENT","features":[305]},{"name":"STATUS_APPEXEC_APP_COMPAT_BLOCK","features":[305]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT","features":[305]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING","features":[305]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES","features":[305]},{"name":"STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION","features":[305]},{"name":"STATUS_APPEXEC_CONDITION_NOT_SATISFIED","features":[305]},{"name":"STATUS_APPEXEC_HANDLE_INVALIDATED","features":[305]},{"name":"STATUS_APPEXEC_HOST_ID_MISMATCH","features":[305]},{"name":"STATUS_APPEXEC_INVALID_HOST_GENERATION","features":[305]},{"name":"STATUS_APPEXEC_INVALID_HOST_STATE","features":[305]},{"name":"STATUS_APPEXEC_NO_DONOR","features":[305]},{"name":"STATUS_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION","features":[305]},{"name":"STATUS_APPEXEC_UNKNOWN_USER","features":[305]},{"name":"STATUS_APPHELP_BLOCK","features":[305]},{"name":"STATUS_APPX_FILE_NOT_ENCRYPTED","features":[305]},{"name":"STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN","features":[305]},{"name":"STATUS_APP_DATA_CORRUPT","features":[305]},{"name":"STATUS_APP_DATA_EXPIRED","features":[305]},{"name":"STATUS_APP_DATA_LIMIT_EXCEEDED","features":[305]},{"name":"STATUS_APP_DATA_NOT_FOUND","features":[305]},{"name":"STATUS_APP_DATA_REBOOT_REQUIRED","features":[305]},{"name":"STATUS_APP_INIT_FAILURE","features":[305]},{"name":"STATUS_ARBITRATION_UNHANDLED","features":[305]},{"name":"STATUS_ARRAY_BOUNDS_EXCEEDED","features":[305]},{"name":"STATUS_ASSERTION_FAILURE","features":[305]},{"name":"STATUS_ATTACHED_EXECUTABLE_MEMORY_WRITE","features":[305]},{"name":"STATUS_ATTRIBUTE_NOT_PRESENT","features":[305]},{"name":"STATUS_AUDIO_ENGINE_NODE_NOT_FOUND","features":[305]},{"name":"STATUS_AUDITING_DISABLED","features":[305]},{"name":"STATUS_AUDIT_FAILED","features":[305]},{"name":"STATUS_AUTHIP_FAILURE","features":[305]},{"name":"STATUS_AUTH_TAG_MISMATCH","features":[305]},{"name":"STATUS_BACKUP_CONTROLLER","features":[305]},{"name":"STATUS_BAD_BINDINGS","features":[305]},{"name":"STATUS_BAD_CLUSTERS","features":[305]},{"name":"STATUS_BAD_COMPRESSION_BUFFER","features":[305]},{"name":"STATUS_BAD_CURRENT_DIRECTORY","features":[305]},{"name":"STATUS_BAD_DATA","features":[305]},{"name":"STATUS_BAD_DESCRIPTOR_FORMAT","features":[305]},{"name":"STATUS_BAD_DEVICE_TYPE","features":[305]},{"name":"STATUS_BAD_DLL_ENTRYPOINT","features":[305]},{"name":"STATUS_BAD_FILE_TYPE","features":[305]},{"name":"STATUS_BAD_FUNCTION_TABLE","features":[305]},{"name":"STATUS_BAD_IMPERSONATION_LEVEL","features":[305]},{"name":"STATUS_BAD_INHERITANCE_ACL","features":[305]},{"name":"STATUS_BAD_INITIAL_PC","features":[305]},{"name":"STATUS_BAD_INITIAL_STACK","features":[305]},{"name":"STATUS_BAD_KEY","features":[305]},{"name":"STATUS_BAD_LOGON_SESSION_STATE","features":[305]},{"name":"STATUS_BAD_MASTER_BOOT_RECORD","features":[305]},{"name":"STATUS_BAD_MCFG_TABLE","features":[305]},{"name":"STATUS_BAD_NETWORK_NAME","features":[305]},{"name":"STATUS_BAD_NETWORK_PATH","features":[305]},{"name":"STATUS_BAD_REMOTE_ADAPTER","features":[305]},{"name":"STATUS_BAD_SERVICE_ENTRYPOINT","features":[305]},{"name":"STATUS_BAD_STACK","features":[305]},{"name":"STATUS_BAD_TOKEN_TYPE","features":[305]},{"name":"STATUS_BAD_VALIDATION_CLASS","features":[305]},{"name":"STATUS_BAD_WORKING_SET_LIMIT","features":[305]},{"name":"STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED","features":[305]},{"name":"STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED","features":[305]},{"name":"STATUS_BCD_TOO_MANY_ELEMENTS","features":[305]},{"name":"STATUS_BEGINNING_OF_MEDIA","features":[305]},{"name":"STATUS_BEYOND_VDL","features":[305]},{"name":"STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT","features":[305]},{"name":"STATUS_BIZRULES_NOT_ENABLED","features":[305]},{"name":"STATUS_BLOCKED_BY_PARENTAL_CONTROLS","features":[305]},{"name":"STATUS_BLOCK_SHARED","features":[305]},{"name":"STATUS_BLOCK_SOURCE_WEAK_REFERENCE_INVALID","features":[305]},{"name":"STATUS_BLOCK_TARGET_WEAK_REFERENCE_INVALID","features":[305]},{"name":"STATUS_BLOCK_TOO_MANY_REFERENCES","features":[305]},{"name":"STATUS_BLOCK_WEAK_REFERENCE_INVALID","features":[305]},{"name":"STATUS_BREAKPOINT","features":[305]},{"name":"STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND","features":[305]},{"name":"STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG","features":[305]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION","features":[305]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION","features":[305]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION","features":[305]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE","features":[305]},{"name":"STATUS_BTH_ATT_INSUFFICIENT_RESOURCES","features":[305]},{"name":"STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH","features":[305]},{"name":"STATUS_BTH_ATT_INVALID_HANDLE","features":[305]},{"name":"STATUS_BTH_ATT_INVALID_OFFSET","features":[305]},{"name":"STATUS_BTH_ATT_INVALID_PDU","features":[305]},{"name":"STATUS_BTH_ATT_PREPARE_QUEUE_FULL","features":[305]},{"name":"STATUS_BTH_ATT_READ_NOT_PERMITTED","features":[305]},{"name":"STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED","features":[305]},{"name":"STATUS_BTH_ATT_UNKNOWN_ERROR","features":[305]},{"name":"STATUS_BTH_ATT_UNLIKELY","features":[305]},{"name":"STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE","features":[305]},{"name":"STATUS_BTH_ATT_WRITE_NOT_PERMITTED","features":[305]},{"name":"STATUS_BUFFER_ALL_ZEROS","features":[305]},{"name":"STATUS_BUFFER_OVERFLOW","features":[305]},{"name":"STATUS_BUFFER_TOO_SMALL","features":[305]},{"name":"STATUS_BUS_RESET","features":[305]},{"name":"STATUS_BYPASSIO_FLT_NOT_SUPPORTED","features":[305]},{"name":"STATUS_CACHE_PAGE_LOCKED","features":[305]},{"name":"STATUS_CALLBACK_BYPASS","features":[305]},{"name":"STATUS_CALLBACK_INVOKE_INLINE","features":[305]},{"name":"STATUS_CALLBACK_POP_STACK","features":[305]},{"name":"STATUS_CALLBACK_RETURNED_LANG","features":[305]},{"name":"STATUS_CALLBACK_RETURNED_LDR_LOCK","features":[305]},{"name":"STATUS_CALLBACK_RETURNED_PRI_BACK","features":[305]},{"name":"STATUS_CALLBACK_RETURNED_THREAD_AFFINITY","features":[305]},{"name":"STATUS_CALLBACK_RETURNED_THREAD_PRIORITY","features":[305]},{"name":"STATUS_CALLBACK_RETURNED_TRANSACTION","features":[305]},{"name":"STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING","features":[305]},{"name":"STATUS_CANCELLED","features":[305]},{"name":"STATUS_CANNOT_ABORT_TRANSACTIONS","features":[305]},{"name":"STATUS_CANNOT_ACCEPT_TRANSACTED_WORK","features":[305]},{"name":"STATUS_CANNOT_BREAK_OPLOCK","features":[305]},{"name":"STATUS_CANNOT_DELETE","features":[305]},{"name":"STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION","features":[305]},{"name":"STATUS_CANNOT_GRANT_REQUESTED_OPLOCK","features":[305]},{"name":"STATUS_CANNOT_IMPERSONATE","features":[305]},{"name":"STATUS_CANNOT_LOAD_REGISTRY_FILE","features":[305]},{"name":"STATUS_CANNOT_MAKE","features":[305]},{"name":"STATUS_CANNOT_SWITCH_RUNLEVEL","features":[305]},{"name":"STATUS_CANT_ACCESS_DOMAIN_INFO","features":[305]},{"name":"STATUS_CANT_ATTACH_TO_DEV_VOLUME","features":[305]},{"name":"STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY","features":[305]},{"name":"STATUS_CANT_CLEAR_ENCRYPTION_FLAG","features":[305]},{"name":"STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS","features":[305]},{"name":"STATUS_CANT_CROSS_RM_BOUNDARY","features":[305]},{"name":"STATUS_CANT_DISABLE_MANDATORY","features":[305]},{"name":"STATUS_CANT_ENABLE_DENY_ONLY","features":[305]},{"name":"STATUS_CANT_OPEN_ANONYMOUS","features":[305]},{"name":"STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT","features":[305]},{"name":"STATUS_CANT_RECOVER_WITH_HANDLE_OPEN","features":[305]},{"name":"STATUS_CANT_TERMINATE_SELF","features":[305]},{"name":"STATUS_CANT_WAIT","features":[305]},{"name":"STATUS_CARDBUS_NOT_SUPPORTED","features":[305]},{"name":"STATUS_CASE_DIFFERING_NAMES_IN_DIR","features":[305]},{"name":"STATUS_CASE_SENSITIVE_PATH","features":[305]},{"name":"STATUS_CC_NEEDS_CALLBACK_SECTION_DRAIN","features":[305]},{"name":"STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE","features":[305]},{"name":"STATUS_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT","features":[305]},{"name":"STATUS_CHECKING_FILE_SYSTEM","features":[305]},{"name":"STATUS_CHECKOUT_REQUIRED","features":[305]},{"name":"STATUS_CHILD_MUST_BE_VOLATILE","features":[305]},{"name":"STATUS_CHILD_PROCESS_BLOCKED","features":[305]},{"name":"STATUS_CIMFS_IMAGE_CORRUPT","features":[305]},{"name":"STATUS_CIMFS_IMAGE_VERSION_NOT_SUPPORTED","features":[305]},{"name":"STATUS_CLEANER_CARTRIDGE_INSTALLED","features":[305]},{"name":"STATUS_CLIENT_SERVER_PARAMETERS_INVALID","features":[305]},{"name":"STATUS_CLIP_DEVICE_LICENSE_MISSING","features":[305]},{"name":"STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID","features":[305]},{"name":"STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH","features":[305]},{"name":"STATUS_CLIP_LICENSE_EXPIRED","features":[305]},{"name":"STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE","features":[305]},{"name":"STATUS_CLIP_LICENSE_INVALID_SIGNATURE","features":[305]},{"name":"STATUS_CLIP_LICENSE_NOT_FOUND","features":[305]},{"name":"STATUS_CLIP_LICENSE_NOT_SIGNED","features":[305]},{"name":"STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE","features":[305]},{"name":"STATUS_CLOUD_FILE_ACCESS_DENIED","features":[305]},{"name":"STATUS_CLOUD_FILE_ALREADY_CONNECTED","features":[305]},{"name":"STATUS_CLOUD_FILE_AUTHENTICATION_FAILED","features":[305]},{"name":"STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY","features":[305]},{"name":"STATUS_CLOUD_FILE_DEHYDRATION_DISALLOWED","features":[305]},{"name":"STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS","features":[305]},{"name":"STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES","features":[305]},{"name":"STATUS_CLOUD_FILE_INVALID_REQUEST","features":[305]},{"name":"STATUS_CLOUD_FILE_IN_USE","features":[305]},{"name":"STATUS_CLOUD_FILE_METADATA_CORRUPT","features":[305]},{"name":"STATUS_CLOUD_FILE_METADATA_TOO_LARGE","features":[305]},{"name":"STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE","features":[305]},{"name":"STATUS_CLOUD_FILE_NOT_IN_SYNC","features":[305]},{"name":"STATUS_CLOUD_FILE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT","features":[305]},{"name":"STATUS_CLOUD_FILE_PINNED","features":[305]},{"name":"STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH","features":[305]},{"name":"STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE","features":[305]},{"name":"STATUS_CLOUD_FILE_PROPERTY_CORRUPT","features":[305]},{"name":"STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT","features":[305]},{"name":"STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED","features":[305]},{"name":"STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING","features":[305]},{"name":"STATUS_CLOUD_FILE_PROVIDER_TERMINATED","features":[305]},{"name":"STATUS_CLOUD_FILE_READ_ONLY_VOLUME","features":[305]},{"name":"STATUS_CLOUD_FILE_REQUEST_ABORTED","features":[305]},{"name":"STATUS_CLOUD_FILE_REQUEST_CANCELED","features":[305]},{"name":"STATUS_CLOUD_FILE_REQUEST_TIMEOUT","features":[305]},{"name":"STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT","features":[305]},{"name":"STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS","features":[305]},{"name":"STATUS_CLOUD_FILE_UNSUCCESSFUL","features":[305]},{"name":"STATUS_CLOUD_FILE_US_MESSAGE_TIMEOUT","features":[305]},{"name":"STATUS_CLOUD_FILE_VALIDATION_FAILED","features":[305]},{"name":"STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED","features":[305]},{"name":"STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR","features":[305]},{"name":"STATUS_CLUSTER_CSV_INVALID_HANDLE","features":[305]},{"name":"STATUS_CLUSTER_CSV_NOT_REDIRECTED","features":[305]},{"name":"STATUS_CLUSTER_CSV_NO_SNAPSHOTS","features":[305]},{"name":"STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS","features":[305]},{"name":"STATUS_CLUSTER_CSV_REDIRECTED","features":[305]},{"name":"STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS","features":[305]},{"name":"STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR","features":[305]},{"name":"STATUS_CLUSTER_CSV_VOLUME_DRAINING","features":[305]},{"name":"STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL","features":[305]},{"name":"STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL","features":[305]},{"name":"STATUS_CLUSTER_INVALID_NETWORK","features":[305]},{"name":"STATUS_CLUSTER_INVALID_NETWORK_PROVIDER","features":[305]},{"name":"STATUS_CLUSTER_INVALID_NODE","features":[305]},{"name":"STATUS_CLUSTER_INVALID_REQUEST","features":[305]},{"name":"STATUS_CLUSTER_JOIN_IN_PROGRESS","features":[305]},{"name":"STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS","features":[305]},{"name":"STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND","features":[305]},{"name":"STATUS_CLUSTER_NETINTERFACE_EXISTS","features":[305]},{"name":"STATUS_CLUSTER_NETINTERFACE_NOT_FOUND","features":[305]},{"name":"STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE","features":[305]},{"name":"STATUS_CLUSTER_NETWORK_ALREADY_ONLINE","features":[305]},{"name":"STATUS_CLUSTER_NETWORK_EXISTS","features":[305]},{"name":"STATUS_CLUSTER_NETWORK_NOT_FOUND","features":[305]},{"name":"STATUS_CLUSTER_NETWORK_NOT_INTERNAL","features":[305]},{"name":"STATUS_CLUSTER_NODE_ALREADY_DOWN","features":[305]},{"name":"STATUS_CLUSTER_NODE_ALREADY_MEMBER","features":[305]},{"name":"STATUS_CLUSTER_NODE_ALREADY_UP","features":[305]},{"name":"STATUS_CLUSTER_NODE_DOWN","features":[305]},{"name":"STATUS_CLUSTER_NODE_EXISTS","features":[305]},{"name":"STATUS_CLUSTER_NODE_NOT_FOUND","features":[305]},{"name":"STATUS_CLUSTER_NODE_NOT_MEMBER","features":[305]},{"name":"STATUS_CLUSTER_NODE_NOT_PAUSED","features":[305]},{"name":"STATUS_CLUSTER_NODE_PAUSED","features":[305]},{"name":"STATUS_CLUSTER_NODE_UNREACHABLE","features":[305]},{"name":"STATUS_CLUSTER_NODE_UP","features":[305]},{"name":"STATUS_CLUSTER_NON_CSV_PATH","features":[305]},{"name":"STATUS_CLUSTER_NO_NET_ADAPTERS","features":[305]},{"name":"STATUS_CLUSTER_NO_SECURITY_CONTEXT","features":[305]},{"name":"STATUS_CLUSTER_POISONED","features":[305]},{"name":"STATUS_COMMITMENT_LIMIT","features":[305]},{"name":"STATUS_COMMITMENT_MINIMUM","features":[305]},{"name":"STATUS_COMPRESSED_FILE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_COMPRESSION_DISABLED","features":[305]},{"name":"STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","features":[305]},{"name":"STATUS_COMPRESSION_NOT_BENEFICIAL","features":[305]},{"name":"STATUS_CONFLICTING_ADDRESSES","features":[305]},{"name":"STATUS_CONNECTION_ABORTED","features":[305]},{"name":"STATUS_CONNECTION_ACTIVE","features":[305]},{"name":"STATUS_CONNECTION_COUNT_LIMIT","features":[305]},{"name":"STATUS_CONNECTION_DISCONNECTED","features":[305]},{"name":"STATUS_CONNECTION_INVALID","features":[305]},{"name":"STATUS_CONNECTION_IN_USE","features":[305]},{"name":"STATUS_CONNECTION_REFUSED","features":[305]},{"name":"STATUS_CONNECTION_RESET","features":[305]},{"name":"STATUS_CONTAINER_ASSIGNED","features":[305]},{"name":"STATUS_CONTENT_BLOCKED","features":[305]},{"name":"STATUS_CONTEXT_MISMATCH","features":[305]},{"name":"STATUS_CONTEXT_STOWED_EXCEPTION","features":[305]},{"name":"STATUS_CONTROL_C_EXIT","features":[305]},{"name":"STATUS_CONTROL_STACK_VIOLATION","features":[305]},{"name":"STATUS_CONVERT_TO_LARGE","features":[305]},{"name":"STATUS_COPY_PROTECTION_FAILURE","features":[305]},{"name":"STATUS_CORRUPT_LOG_CLEARED","features":[305]},{"name":"STATUS_CORRUPT_LOG_CORRUPTED","features":[305]},{"name":"STATUS_CORRUPT_LOG_DELETED_FULL","features":[305]},{"name":"STATUS_CORRUPT_LOG_OVERFULL","features":[305]},{"name":"STATUS_CORRUPT_LOG_UNAVAILABLE","features":[305]},{"name":"STATUS_CORRUPT_LOG_UPLEVEL_RECORDS","features":[305]},{"name":"STATUS_CORRUPT_SYSTEM_FILE","features":[305]},{"name":"STATUS_COULD_NOT_INTERPRET","features":[305]},{"name":"STATUS_COULD_NOT_RESIZE_LOG","features":[305]},{"name":"STATUS_CPU_SET_INVALID","features":[305]},{"name":"STATUS_CRASH_DUMP","features":[305]},{"name":"STATUS_CRC_ERROR","features":[305]},{"name":"STATUS_CRED_REQUIRES_CONFIRMATION","features":[305]},{"name":"STATUS_CRM_PROTOCOL_ALREADY_EXISTS","features":[305]},{"name":"STATUS_CRM_PROTOCOL_NOT_FOUND","features":[305]},{"name":"STATUS_CROSSREALM_DELEGATION_FAILURE","features":[305]},{"name":"STATUS_CROSS_PARTITION_VIOLATION","features":[305]},{"name":"STATUS_CRYPTO_SYSTEM_INVALID","features":[305]},{"name":"STATUS_CSS_AUTHENTICATION_FAILURE","features":[305]},{"name":"STATUS_CSS_KEY_NOT_ESTABLISHED","features":[305]},{"name":"STATUS_CSS_KEY_NOT_PRESENT","features":[305]},{"name":"STATUS_CSS_REGION_MISMATCH","features":[305]},{"name":"STATUS_CSS_RESETS_EXHAUSTED","features":[305]},{"name":"STATUS_CSS_SCRAMBLED_SECTOR","features":[305]},{"name":"STATUS_CSV_IO_PAUSE_TIMEOUT","features":[305]},{"name":"STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE","features":[305]},{"name":"STATUS_CS_ENCRYPTION_FILE_NOT_CSE","features":[305]},{"name":"STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE","features":[305]},{"name":"STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE","features":[305]},{"name":"STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER","features":[305]},{"name":"STATUS_CTLOG_INCONSISTENT_TRACKING_FILE","features":[305]},{"name":"STATUS_CTLOG_INVALID_TRACKING_STATE","features":[305]},{"name":"STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE","features":[305]},{"name":"STATUS_CTLOG_TRACKING_NOT_INITIALIZED","features":[305]},{"name":"STATUS_CTLOG_VHD_CHANGED_OFFLINE","features":[305]},{"name":"STATUS_CTL_FILE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_CTX_BAD_VIDEO_MODE","features":[305]},{"name":"STATUS_CTX_CDM_CONNECT","features":[305]},{"name":"STATUS_CTX_CDM_DISCONNECT","features":[305]},{"name":"STATUS_CTX_CLIENT_LICENSE_IN_USE","features":[305]},{"name":"STATUS_CTX_CLIENT_LICENSE_NOT_SET","features":[305]},{"name":"STATUS_CTX_CLIENT_QUERY_TIMEOUT","features":[305]},{"name":"STATUS_CTX_CLOSE_PENDING","features":[305]},{"name":"STATUS_CTX_CONSOLE_CONNECT","features":[305]},{"name":"STATUS_CTX_CONSOLE_DISCONNECT","features":[305]},{"name":"STATUS_CTX_GRAPHICS_INVALID","features":[305]},{"name":"STATUS_CTX_INVALID_MODEMNAME","features":[305]},{"name":"STATUS_CTX_INVALID_PD","features":[305]},{"name":"STATUS_CTX_INVALID_WD","features":[305]},{"name":"STATUS_CTX_LICENSE_CLIENT_INVALID","features":[305]},{"name":"STATUS_CTX_LICENSE_EXPIRED","features":[305]},{"name":"STATUS_CTX_LICENSE_NOT_AVAILABLE","features":[305]},{"name":"STATUS_CTX_LOGON_DISABLED","features":[305]},{"name":"STATUS_CTX_MODEM_INF_NOT_FOUND","features":[305]},{"name":"STATUS_CTX_MODEM_RESPONSE_BUSY","features":[305]},{"name":"STATUS_CTX_MODEM_RESPONSE_NO_CARRIER","features":[305]},{"name":"STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE","features":[305]},{"name":"STATUS_CTX_MODEM_RESPONSE_TIMEOUT","features":[305]},{"name":"STATUS_CTX_MODEM_RESPONSE_VOICE","features":[305]},{"name":"STATUS_CTX_NOT_CONSOLE","features":[305]},{"name":"STATUS_CTX_NO_OUTBUF","features":[305]},{"name":"STATUS_CTX_PD_NOT_FOUND","features":[305]},{"name":"STATUS_CTX_RESPONSE_ERROR","features":[305]},{"name":"STATUS_CTX_SECURITY_LAYER_ERROR","features":[305]},{"name":"STATUS_CTX_SHADOW_DENIED","features":[305]},{"name":"STATUS_CTX_SHADOW_DISABLED","features":[305]},{"name":"STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE","features":[305]},{"name":"STATUS_CTX_SHADOW_INVALID","features":[305]},{"name":"STATUS_CTX_SHADOW_NOT_RUNNING","features":[305]},{"name":"STATUS_CTX_TD_ERROR","features":[305]},{"name":"STATUS_CTX_WD_NOT_FOUND","features":[305]},{"name":"STATUS_CTX_WINSTATION_ACCESS_DENIED","features":[305]},{"name":"STATUS_CTX_WINSTATION_BUSY","features":[305]},{"name":"STATUS_CTX_WINSTATION_NAME_COLLISION","features":[305]},{"name":"STATUS_CTX_WINSTATION_NAME_INVALID","features":[305]},{"name":"STATUS_CTX_WINSTATION_NOT_FOUND","features":[305]},{"name":"STATUS_CURRENT_DOMAIN_NOT_ALLOWED","features":[305]},{"name":"STATUS_CURRENT_TRANSACTION_NOT_VALID","features":[305]},{"name":"STATUS_DATATYPE_MISALIGNMENT","features":[305]},{"name":"STATUS_DATATYPE_MISALIGNMENT_ERROR","features":[305]},{"name":"STATUS_DATA_CHECKSUM_ERROR","features":[305]},{"name":"STATUS_DATA_ERROR","features":[305]},{"name":"STATUS_DATA_LATE_ERROR","features":[305]},{"name":"STATUS_DATA_LOST_REPAIR","features":[305]},{"name":"STATUS_DATA_NOT_ACCEPTED","features":[305]},{"name":"STATUS_DATA_OVERRUN","features":[305]},{"name":"STATUS_DATA_OVERWRITTEN","features":[305]},{"name":"STATUS_DAX_MAPPING_EXISTS","features":[305]},{"name":"STATUS_DEBUGGER_INACTIVE","features":[305]},{"name":"STATUS_DEBUG_ATTACH_FAILED","features":[305]},{"name":"STATUS_DECRYPTION_FAILED","features":[305]},{"name":"STATUS_DELAY_LOAD_FAILED","features":[305]},{"name":"STATUS_DELETE_PENDING","features":[305]},{"name":"STATUS_DESTINATION_ELEMENT_FULL","features":[305]},{"name":"STATUS_DEVICE_ALREADY_ATTACHED","features":[305]},{"name":"STATUS_DEVICE_BUSY","features":[305]},{"name":"STATUS_DEVICE_CONFIGURATION_ERROR","features":[305]},{"name":"STATUS_DEVICE_DATA_ERROR","features":[305]},{"name":"STATUS_DEVICE_DOES_NOT_EXIST","features":[305]},{"name":"STATUS_DEVICE_DOOR_OPEN","features":[305]},{"name":"STATUS_DEVICE_ENUMERATION_ERROR","features":[305]},{"name":"STATUS_DEVICE_FEATURE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_DEVICE_HARDWARE_ERROR","features":[305]},{"name":"STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL","features":[305]},{"name":"STATUS_DEVICE_HUNG","features":[305]},{"name":"STATUS_DEVICE_INSUFFICIENT_RESOURCES","features":[305]},{"name":"STATUS_DEVICE_IN_MAINTENANCE","features":[305]},{"name":"STATUS_DEVICE_NOT_CONNECTED","features":[305]},{"name":"STATUS_DEVICE_NOT_PARTITIONED","features":[305]},{"name":"STATUS_DEVICE_NOT_READY","features":[305]},{"name":"STATUS_DEVICE_OFF_LINE","features":[305]},{"name":"STATUS_DEVICE_PAPER_EMPTY","features":[305]},{"name":"STATUS_DEVICE_POWERED_OFF","features":[305]},{"name":"STATUS_DEVICE_POWER_CYCLE_REQUIRED","features":[305]},{"name":"STATUS_DEVICE_POWER_FAILURE","features":[305]},{"name":"STATUS_DEVICE_PROTOCOL_ERROR","features":[305]},{"name":"STATUS_DEVICE_REMOVED","features":[305]},{"name":"STATUS_DEVICE_REQUIRES_CLEANING","features":[305]},{"name":"STATUS_DEVICE_RESET_REQUIRED","features":[305]},{"name":"STATUS_DEVICE_SUPPORT_IN_PROGRESS","features":[305]},{"name":"STATUS_DEVICE_UNREACHABLE","features":[305]},{"name":"STATUS_DEVICE_UNRESPONSIVE","features":[305]},{"name":"STATUS_DFS_EXIT_PATH_FOUND","features":[305]},{"name":"STATUS_DFS_UNAVAILABLE","features":[305]},{"name":"STATUS_DIF_BINDING_API_NOT_FOUND","features":[305]},{"name":"STATUS_DIF_IOCALLBACK_NOT_REPLACED","features":[305]},{"name":"STATUS_DIF_LIVEDUMP_LIMIT_EXCEEDED","features":[305]},{"name":"STATUS_DIF_VOLATILE_DRIVER_HOTPATCHED","features":[305]},{"name":"STATUS_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING","features":[305]},{"name":"STATUS_DIF_VOLATILE_INVALID_INFO","features":[305]},{"name":"STATUS_DIF_VOLATILE_NOT_ALLOWED","features":[305]},{"name":"STATUS_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED","features":[305]},{"name":"STATUS_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING","features":[305]},{"name":"STATUS_DIF_VOLATILE_SECTION_NOT_LOCKED","features":[305]},{"name":"STATUS_DIRECTORY_IS_A_REPARSE_POINT","features":[305]},{"name":"STATUS_DIRECTORY_NOT_EMPTY","features":[305]},{"name":"STATUS_DIRECTORY_NOT_RM","features":[305]},{"name":"STATUS_DIRECTORY_NOT_SUPPORTED","features":[305]},{"name":"STATUS_DIRECTORY_SERVICE_REQUIRED","features":[305]},{"name":"STATUS_DISK_CORRUPT_ERROR","features":[305]},{"name":"STATUS_DISK_FULL","features":[305]},{"name":"STATUS_DISK_OPERATION_FAILED","features":[305]},{"name":"STATUS_DISK_QUOTA_EXCEEDED","features":[305]},{"name":"STATUS_DISK_RECALIBRATE_FAILED","features":[305]},{"name":"STATUS_DISK_REPAIR_DISABLED","features":[305]},{"name":"STATUS_DISK_REPAIR_REDIRECTED","features":[305]},{"name":"STATUS_DISK_REPAIR_UNSUCCESSFUL","features":[305]},{"name":"STATUS_DISK_RESET_FAILED","features":[305]},{"name":"STATUS_DISK_RESOURCES_EXHAUSTED","features":[305]},{"name":"STATUS_DLL_INIT_FAILED","features":[305]},{"name":"STATUS_DLL_INIT_FAILED_LOGOFF","features":[305]},{"name":"STATUS_DLL_MIGHT_BE_INCOMPATIBLE","features":[305]},{"name":"STATUS_DLL_MIGHT_BE_INSECURE","features":[305]},{"name":"STATUS_DLL_NOT_FOUND","features":[305]},{"name":"STATUS_DM_OPERATION_LIMIT_EXCEEDED","features":[305]},{"name":"STATUS_DOMAIN_CONTROLLER_NOT_FOUND","features":[305]},{"name":"STATUS_DOMAIN_CTRLR_CONFIG_ERROR","features":[305]},{"name":"STATUS_DOMAIN_EXISTS","features":[305]},{"name":"STATUS_DOMAIN_LIMIT_EXCEEDED","features":[305]},{"name":"STATUS_DOMAIN_TRUST_INCONSISTENT","features":[305]},{"name":"STATUS_DRIVERS_LEAKING_LOCKED_PAGES","features":[305]},{"name":"STATUS_DRIVER_BLOCKED","features":[305]},{"name":"STATUS_DRIVER_BLOCKED_CRITICAL","features":[305]},{"name":"STATUS_DRIVER_CANCEL_TIMEOUT","features":[305]},{"name":"STATUS_DRIVER_DATABASE_ERROR","features":[305]},{"name":"STATUS_DRIVER_ENTRYPOINT_NOT_FOUND","features":[305]},{"name":"STATUS_DRIVER_FAILED_PRIOR_UNLOAD","features":[305]},{"name":"STATUS_DRIVER_FAILED_SLEEP","features":[305]},{"name":"STATUS_DRIVER_INTERNAL_ERROR","features":[305]},{"name":"STATUS_DRIVER_ORDINAL_NOT_FOUND","features":[305]},{"name":"STATUS_DRIVER_PROCESS_TERMINATED","features":[305]},{"name":"STATUS_DRIVER_UNABLE_TO_LOAD","features":[305]},{"name":"STATUS_DS_ADMIN_LIMIT_EXCEEDED","features":[305]},{"name":"STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER","features":[305]},{"name":"STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS","features":[305]},{"name":"STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED","features":[305]},{"name":"STATUS_DS_BUSY","features":[305]},{"name":"STATUS_DS_CANT_MOD_OBJ_CLASS","features":[305]},{"name":"STATUS_DS_CANT_MOD_PRIMARYGROUPID","features":[305]},{"name":"STATUS_DS_CANT_ON_NON_LEAF","features":[305]},{"name":"STATUS_DS_CANT_ON_RDN","features":[305]},{"name":"STATUS_DS_CANT_START","features":[305]},{"name":"STATUS_DS_CROSS_DOM_MOVE_FAILED","features":[305]},{"name":"STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST","features":[305]},{"name":"STATUS_DS_DOMAIN_RENAME_IN_PROGRESS","features":[305]},{"name":"STATUS_DS_DUPLICATE_ID_FOUND","features":[305]},{"name":"STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST","features":[305]},{"name":"STATUS_DS_GC_NOT_AVAILABLE","features":[305]},{"name":"STATUS_DS_GC_REQUIRED","features":[305]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER","features":[305]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER","features":[305]},{"name":"STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER","features":[305]},{"name":"STATUS_DS_GROUP_CONVERSION_ERROR","features":[305]},{"name":"STATUS_DS_HAVE_PRIMARY_MEMBERS","features":[305]},{"name":"STATUS_DS_INCORRECT_ROLE_OWNER","features":[305]},{"name":"STATUS_DS_INIT_FAILURE","features":[305]},{"name":"STATUS_DS_INIT_FAILURE_CONSOLE","features":[305]},{"name":"STATUS_DS_INVALID_ATTRIBUTE_SYNTAX","features":[305]},{"name":"STATUS_DS_INVALID_GROUP_TYPE","features":[305]},{"name":"STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER","features":[305]},{"name":"STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY","features":[305]},{"name":"STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED","features":[305]},{"name":"STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY","features":[305]},{"name":"STATUS_DS_NAME_NOT_UNIQUE","features":[305]},{"name":"STATUS_DS_NO_ATTRIBUTE_OR_VALUE","features":[305]},{"name":"STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS","features":[305]},{"name":"STATUS_DS_NO_MORE_RIDS","features":[305]},{"name":"STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN","features":[305]},{"name":"STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN","features":[305]},{"name":"STATUS_DS_NO_RIDS_ALLOCATED","features":[305]},{"name":"STATUS_DS_OBJ_CLASS_VIOLATION","features":[305]},{"name":"STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS","features":[305]},{"name":"STATUS_DS_OID_NOT_FOUND","features":[305]},{"name":"STATUS_DS_RIDMGR_DISABLED","features":[305]},{"name":"STATUS_DS_RIDMGR_INIT_ERROR","features":[305]},{"name":"STATUS_DS_SAM_INIT_FAILURE","features":[305]},{"name":"STATUS_DS_SAM_INIT_FAILURE_CONSOLE","features":[305]},{"name":"STATUS_DS_SENSITIVE_GROUP_VIOLATION","features":[305]},{"name":"STATUS_DS_SHUTTING_DOWN","features":[305]},{"name":"STATUS_DS_SRC_SID_EXISTS_IN_FOREST","features":[305]},{"name":"STATUS_DS_UNAVAILABLE","features":[305]},{"name":"STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER","features":[305]},{"name":"STATUS_DS_VERSION_CHECK_FAILURE","features":[305]},{"name":"STATUS_DUPLICATE_NAME","features":[305]},{"name":"STATUS_DUPLICATE_OBJECTID","features":[305]},{"name":"STATUS_DUPLICATE_PRIVILEGES","features":[305]},{"name":"STATUS_DYNAMIC_CODE_BLOCKED","features":[305]},{"name":"STATUS_EAS_NOT_SUPPORTED","features":[305]},{"name":"STATUS_EA_CORRUPT_ERROR","features":[305]},{"name":"STATUS_EA_LIST_INCONSISTENT","features":[305]},{"name":"STATUS_EA_TOO_LARGE","features":[305]},{"name":"STATUS_EFS_ALG_BLOB_TOO_BIG","features":[305]},{"name":"STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION","features":[305]},{"name":"STATUS_ELEVATION_REQUIRED","features":[305]},{"name":"STATUS_EMULATION_BREAKPOINT","features":[305]},{"name":"STATUS_EMULATION_SYSCALL","features":[305]},{"name":"STATUS_ENCLAVE_FAILURE","features":[305]},{"name":"STATUS_ENCLAVE_IS_TERMINATING","features":[305]},{"name":"STATUS_ENCLAVE_NOT_TERMINATED","features":[305]},{"name":"STATUS_ENCLAVE_VIOLATION","features":[305]},{"name":"STATUS_ENCOUNTERED_WRITE_IN_PROGRESS","features":[305]},{"name":"STATUS_ENCRYPTED_FILE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_ENCRYPTED_IO_NOT_POSSIBLE","features":[305]},{"name":"STATUS_ENCRYPTING_METADATA_DISALLOWED","features":[305]},{"name":"STATUS_ENCRYPTION_DISABLED","features":[305]},{"name":"STATUS_ENCRYPTION_FAILED","features":[305]},{"name":"STATUS_END_OF_FILE","features":[305]},{"name":"STATUS_END_OF_MEDIA","features":[305]},{"name":"STATUS_ENLISTMENT_NOT_FOUND","features":[305]},{"name":"STATUS_ENLISTMENT_NOT_SUPERIOR","features":[305]},{"name":"STATUS_ENTRYPOINT_NOT_FOUND","features":[305]},{"name":"STATUS_EOF_ON_GHOSTED_RANGE","features":[305]},{"name":"STATUS_EOM_OVERFLOW","features":[305]},{"name":"STATUS_ERROR_PROCESS_NOT_IN_JOB","features":[305]},{"name":"STATUS_EVALUATION_EXPIRATION","features":[305]},{"name":"STATUS_EVENTLOG_CANT_START","features":[305]},{"name":"STATUS_EVENTLOG_FILE_CHANGED","features":[305]},{"name":"STATUS_EVENTLOG_FILE_CORRUPT","features":[305]},{"name":"STATUS_EVENT_DONE","features":[305]},{"name":"STATUS_EVENT_PENDING","features":[305]},{"name":"STATUS_EXECUTABLE_MEMORY_WRITE","features":[305]},{"name":"STATUS_EXPIRED_HANDLE","features":[305]},{"name":"STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN","features":[305]},{"name":"STATUS_EXTERNAL_SYSKEY_NOT_SUPPORTED","features":[305]},{"name":"STATUS_EXTRANEOUS_INFORMATION","features":[305]},{"name":"STATUS_FAILED_DRIVER_ENTRY","features":[305]},{"name":"STATUS_FAILED_STACK_SWITCH","features":[305]},{"name":"STATUS_FAIL_CHECK","features":[305]},{"name":"STATUS_FAIL_FAST_EXCEPTION","features":[305]},{"name":"STATUS_FASTPATH_REJECTED","features":[305]},{"name":"STATUS_FATAL_APP_EXIT","features":[305]},{"name":"STATUS_FATAL_MEMORY_EXHAUSTION","features":[305]},{"name":"STATUS_FATAL_USER_CALLBACK_EXCEPTION","features":[305]},{"name":"STATUS_FILEMARK_DETECTED","features":[305]},{"name":"STATUS_FILES_OPEN","features":[305]},{"name":"STATUS_FILE_CHECKED_OUT","features":[305]},{"name":"STATUS_FILE_CLOSED","features":[305]},{"name":"STATUS_FILE_CORRUPT_ERROR","features":[305]},{"name":"STATUS_FILE_DELETED","features":[305]},{"name":"STATUS_FILE_ENCRYPTED","features":[305]},{"name":"STATUS_FILE_FORCED_CLOSED","features":[305]},{"name":"STATUS_FILE_HANDLE_REVOKED","features":[305]},{"name":"STATUS_FILE_IDENTITY_NOT_PERSISTENT","features":[305]},{"name":"STATUS_FILE_INVALID","features":[305]},{"name":"STATUS_FILE_IS_A_DIRECTORY","features":[305]},{"name":"STATUS_FILE_IS_OFFLINE","features":[305]},{"name":"STATUS_FILE_LOCKED_WITH_ONLY_READERS","features":[305]},{"name":"STATUS_FILE_LOCKED_WITH_WRITERS","features":[305]},{"name":"STATUS_FILE_LOCK_CONFLICT","features":[305]},{"name":"STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS","features":[305]},{"name":"STATUS_FILE_NOT_AVAILABLE","features":[305]},{"name":"STATUS_FILE_NOT_ENCRYPTED","features":[305]},{"name":"STATUS_FILE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_FILE_PROTECTED_UNDER_DPL","features":[305]},{"name":"STATUS_FILE_RENAMED","features":[305]},{"name":"STATUS_FILE_SNAP_INVALID_PARAMETER","features":[305]},{"name":"STATUS_FILE_SNAP_IN_PROGRESS","features":[305]},{"name":"STATUS_FILE_SNAP_IO_NOT_COORDINATED","features":[305]},{"name":"STATUS_FILE_SNAP_MODIFY_NOT_SUPPORTED","features":[305]},{"name":"STATUS_FILE_SNAP_UNEXPECTED_ERROR","features":[305]},{"name":"STATUS_FILE_SNAP_USER_SECTION_NOT_SUPPORTED","features":[305]},{"name":"STATUS_FILE_SYSTEM_LIMITATION","features":[305]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_BUSY","features":[305]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION","features":[305]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT","features":[305]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN","features":[305]},{"name":"STATUS_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE","features":[305]},{"name":"STATUS_FILE_TOO_LARGE","features":[305]},{"name":"STATUS_FIRMWARE_IMAGE_INVALID","features":[305]},{"name":"STATUS_FIRMWARE_SLOT_INVALID","features":[305]},{"name":"STATUS_FIRMWARE_UPDATED","features":[305]},{"name":"STATUS_FLOATED_SECTION","features":[305]},{"name":"STATUS_FLOAT_DENORMAL_OPERAND","features":[305]},{"name":"STATUS_FLOAT_DIVIDE_BY_ZERO","features":[305]},{"name":"STATUS_FLOAT_INEXACT_RESULT","features":[305]},{"name":"STATUS_FLOAT_INVALID_OPERATION","features":[305]},{"name":"STATUS_FLOAT_MULTIPLE_FAULTS","features":[305]},{"name":"STATUS_FLOAT_MULTIPLE_TRAPS","features":[305]},{"name":"STATUS_FLOAT_OVERFLOW","features":[305]},{"name":"STATUS_FLOAT_STACK_CHECK","features":[305]},{"name":"STATUS_FLOAT_UNDERFLOW","features":[305]},{"name":"STATUS_FLOPPY_BAD_REGISTERS","features":[305]},{"name":"STATUS_FLOPPY_ID_MARK_NOT_FOUND","features":[305]},{"name":"STATUS_FLOPPY_UNKNOWN_ERROR","features":[305]},{"name":"STATUS_FLOPPY_VOLUME","features":[305]},{"name":"STATUS_FLOPPY_WRONG_CYLINDER","features":[305]},{"name":"STATUS_FLT_ALREADY_ENLISTED","features":[305]},{"name":"STATUS_FLT_BUFFER_TOO_SMALL","features":[305]},{"name":"STATUS_FLT_CBDQ_DISABLED","features":[305]},{"name":"STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND","features":[305]},{"name":"STATUS_FLT_CONTEXT_ALREADY_DEFINED","features":[305]},{"name":"STATUS_FLT_CONTEXT_ALREADY_LINKED","features":[305]},{"name":"STATUS_FLT_DELETING_OBJECT","features":[305]},{"name":"STATUS_FLT_DISALLOW_FAST_IO","features":[305]},{"name":"STATUS_FLT_DISALLOW_FSFILTER_IO","features":[305]},{"name":"STATUS_FLT_DO_NOT_ATTACH","features":[305]},{"name":"STATUS_FLT_DO_NOT_DETACH","features":[305]},{"name":"STATUS_FLT_DUPLICATE_ENTRY","features":[305]},{"name":"STATUS_FLT_FILTER_NOT_FOUND","features":[305]},{"name":"STATUS_FLT_FILTER_NOT_READY","features":[305]},{"name":"STATUS_FLT_INSTANCE_ALTITUDE_COLLISION","features":[305]},{"name":"STATUS_FLT_INSTANCE_NAME_COLLISION","features":[305]},{"name":"STATUS_FLT_INSTANCE_NOT_FOUND","features":[305]},{"name":"STATUS_FLT_INTERNAL_ERROR","features":[305]},{"name":"STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST","features":[305]},{"name":"STATUS_FLT_INVALID_CONTEXT_REGISTRATION","features":[305]},{"name":"STATUS_FLT_INVALID_NAME_REQUEST","features":[305]},{"name":"STATUS_FLT_IO_COMPLETE","features":[305]},{"name":"STATUS_FLT_MUST_BE_NONPAGED_POOL","features":[305]},{"name":"STATUS_FLT_NAME_CACHE_MISS","features":[305]},{"name":"STATUS_FLT_NOT_INITIALIZED","features":[305]},{"name":"STATUS_FLT_NOT_SAFE_TO_POST_OPERATION","features":[305]},{"name":"STATUS_FLT_NO_DEVICE_OBJECT","features":[305]},{"name":"STATUS_FLT_NO_HANDLER_DEFINED","features":[305]},{"name":"STATUS_FLT_NO_WAITER_FOR_REPLY","features":[305]},{"name":"STATUS_FLT_POST_OPERATION_CLEANUP","features":[305]},{"name":"STATUS_FLT_REGISTRATION_BUSY","features":[305]},{"name":"STATUS_FLT_VOLUME_ALREADY_MOUNTED","features":[305]},{"name":"STATUS_FLT_VOLUME_NOT_FOUND","features":[305]},{"name":"STATUS_FLT_WCOS_NOT_SUPPORTED","features":[305]},{"name":"STATUS_FORMS_AUTH_REQUIRED","features":[305]},{"name":"STATUS_FOUND_OUT_OF_SCOPE","features":[305]},{"name":"STATUS_FREE_SPACE_TOO_FRAGMENTED","features":[305]},{"name":"STATUS_FREE_VM_NOT_AT_BASE","features":[305]},{"name":"STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY","features":[305]},{"name":"STATUS_FS_DRIVER_REQUIRED","features":[305]},{"name":"STATUS_FS_GUID_MISMATCH","features":[305]},{"name":"STATUS_FS_METADATA_INCONSISTENT","features":[305]},{"name":"STATUS_FT_DI_SCAN_REQUIRED","features":[305]},{"name":"STATUS_FT_MISSING_MEMBER","features":[305]},{"name":"STATUS_FT_ORPHANING","features":[305]},{"name":"STATUS_FT_READ_FAILURE","features":[305]},{"name":"STATUS_FT_READ_FROM_COPY","features":[305]},{"name":"STATUS_FT_READ_FROM_COPY_FAILURE","features":[305]},{"name":"STATUS_FT_READ_RECOVERY_FROM_BACKUP","features":[305]},{"name":"STATUS_FT_WRITE_FAILURE","features":[305]},{"name":"STATUS_FT_WRITE_RECOVERY","features":[305]},{"name":"STATUS_FULLSCREEN_MODE","features":[305]},{"name":"STATUS_FVE_ACTION_NOT_ALLOWED","features":[305]},{"name":"STATUS_FVE_AUTH_INVALID_APPLICATION","features":[305]},{"name":"STATUS_FVE_AUTH_INVALID_CONFIG","features":[305]},{"name":"STATUS_FVE_BAD_DATA","features":[305]},{"name":"STATUS_FVE_BAD_INFORMATION","features":[305]},{"name":"STATUS_FVE_BAD_METADATA_POINTER","features":[305]},{"name":"STATUS_FVE_BAD_PARTITION_SIZE","features":[305]},{"name":"STATUS_FVE_CONV_READ_ERROR","features":[305]},{"name":"STATUS_FVE_CONV_RECOVERY_FAILED","features":[305]},{"name":"STATUS_FVE_CONV_WRITE_ERROR","features":[305]},{"name":"STATUS_FVE_DATASET_FULL","features":[305]},{"name":"STATUS_FVE_DEBUGGER_ENABLED","features":[305]},{"name":"STATUS_FVE_DEVICE_LOCKEDOUT","features":[305]},{"name":"STATUS_FVE_DRY_RUN_FAILED","features":[305]},{"name":"STATUS_FVE_EDRIVE_BAND_ENUMERATION_FAILED","features":[305]},{"name":"STATUS_FVE_EDRIVE_DRY_RUN_FAILED","features":[305]},{"name":"STATUS_FVE_ENH_PIN_INVALID","features":[305]},{"name":"STATUS_FVE_FAILED_AUTHENTICATION","features":[305]},{"name":"STATUS_FVE_FAILED_SECTOR_SIZE","features":[305]},{"name":"STATUS_FVE_FAILED_WRONG_FS","features":[305]},{"name":"STATUS_FVE_FS_MOUNTED","features":[305]},{"name":"STATUS_FVE_FS_NOT_EXTENDED","features":[305]},{"name":"STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE","features":[305]},{"name":"STATUS_FVE_INVALID_DATUM_TYPE","features":[305]},{"name":"STATUS_FVE_KEYFILE_INVALID","features":[305]},{"name":"STATUS_FVE_KEYFILE_NOT_FOUND","features":[305]},{"name":"STATUS_FVE_KEYFILE_NO_VMK","features":[305]},{"name":"STATUS_FVE_LOCKED_VOLUME","features":[305]},{"name":"STATUS_FVE_METADATA_FULL","features":[305]},{"name":"STATUS_FVE_MOR_FAILED","features":[305]},{"name":"STATUS_FVE_NOT_ALLOWED_ON_CLUSTER","features":[305]},{"name":"STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK","features":[305]},{"name":"STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING","features":[305]},{"name":"STATUS_FVE_NOT_DATA_VOLUME","features":[305]},{"name":"STATUS_FVE_NOT_DE_VOLUME","features":[305]},{"name":"STATUS_FVE_NOT_ENCRYPTED","features":[305]},{"name":"STATUS_FVE_NOT_OS_VOLUME","features":[305]},{"name":"STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY","features":[305]},{"name":"STATUS_FVE_NO_FEATURE_LICENSE","features":[305]},{"name":"STATUS_FVE_NO_LICENSE","features":[305]},{"name":"STATUS_FVE_OLD_METADATA_COPY","features":[305]},{"name":"STATUS_FVE_OSV_KSR_NOT_ALLOWED","features":[305]},{"name":"STATUS_FVE_OVERLAPPED_UPDATE","features":[305]},{"name":"STATUS_FVE_PARTIAL_METADATA","features":[305]},{"name":"STATUS_FVE_PIN_INVALID","features":[305]},{"name":"STATUS_FVE_POLICY_ON_RDV_EXCLUSION_LIST","features":[305]},{"name":"STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED","features":[305]},{"name":"STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED","features":[305]},{"name":"STATUS_FVE_PROTECTION_DISABLED","features":[305]},{"name":"STATUS_FVE_RAW_ACCESS","features":[305]},{"name":"STATUS_FVE_RAW_BLOCKED","features":[305]},{"name":"STATUS_FVE_REBOOT_REQUIRED","features":[305]},{"name":"STATUS_FVE_SECUREBOOT_CONFIG_CHANGE","features":[305]},{"name":"STATUS_FVE_SECUREBOOT_DISABLED","features":[305]},{"name":"STATUS_FVE_TOO_SMALL","features":[305]},{"name":"STATUS_FVE_TPM_DISABLED","features":[305]},{"name":"STATUS_FVE_TPM_INVALID_PCR","features":[305]},{"name":"STATUS_FVE_TPM_NO_VMK","features":[305]},{"name":"STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO","features":[305]},{"name":"STATUS_FVE_TRANSIENT_STATE","features":[305]},{"name":"STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG","features":[305]},{"name":"STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT","features":[305]},{"name":"STATUS_FVE_VOLUME_NOT_BOUND","features":[305]},{"name":"STATUS_FVE_VOLUME_TOO_SMALL","features":[305]},{"name":"STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE","features":[305]},{"name":"STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE","features":[305]},{"name":"STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER","features":[305]},{"name":"STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER","features":[305]},{"name":"STATUS_FWP_ALREADY_EXISTS","features":[305]},{"name":"STATUS_FWP_BUILTIN_OBJECT","features":[305]},{"name":"STATUS_FWP_CALLOUT_NOTIFICATION_FAILED","features":[305]},{"name":"STATUS_FWP_CALLOUT_NOT_FOUND","features":[305]},{"name":"STATUS_FWP_CANNOT_PEND","features":[305]},{"name":"STATUS_FWP_CONDITION_NOT_FOUND","features":[305]},{"name":"STATUS_FWP_CONNECTIONS_DISABLED","features":[305]},{"name":"STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT","features":[305]},{"name":"STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER","features":[305]},{"name":"STATUS_FWP_DROP_NOICMP","features":[305]},{"name":"STATUS_FWP_DUPLICATE_AUTH_METHOD","features":[305]},{"name":"STATUS_FWP_DUPLICATE_CONDITION","features":[305]},{"name":"STATUS_FWP_DUPLICATE_KEYMOD","features":[305]},{"name":"STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS","features":[305]},{"name":"STATUS_FWP_EM_NOT_SUPPORTED","features":[305]},{"name":"STATUS_FWP_FILTER_NOT_FOUND","features":[305]},{"name":"STATUS_FWP_IKEEXT_NOT_RUNNING","features":[305]},{"name":"STATUS_FWP_INCOMPATIBLE_AUTH_METHOD","features":[305]},{"name":"STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM","features":[305]},{"name":"STATUS_FWP_INCOMPATIBLE_DH_GROUP","features":[305]},{"name":"STATUS_FWP_INCOMPATIBLE_LAYER","features":[305]},{"name":"STATUS_FWP_INCOMPATIBLE_SA_STATE","features":[305]},{"name":"STATUS_FWP_INCOMPATIBLE_TXN","features":[305]},{"name":"STATUS_FWP_INJECT_HANDLE_CLOSING","features":[305]},{"name":"STATUS_FWP_INJECT_HANDLE_STALE","features":[305]},{"name":"STATUS_FWP_INVALID_ACTION_TYPE","features":[305]},{"name":"STATUS_FWP_INVALID_AUTH_TRANSFORM","features":[305]},{"name":"STATUS_FWP_INVALID_CIPHER_TRANSFORM","features":[305]},{"name":"STATUS_FWP_INVALID_DNS_NAME","features":[305]},{"name":"STATUS_FWP_INVALID_ENUMERATOR","features":[305]},{"name":"STATUS_FWP_INVALID_FLAGS","features":[305]},{"name":"STATUS_FWP_INVALID_INTERVAL","features":[305]},{"name":"STATUS_FWP_INVALID_NET_MASK","features":[305]},{"name":"STATUS_FWP_INVALID_PARAMETER","features":[305]},{"name":"STATUS_FWP_INVALID_RANGE","features":[305]},{"name":"STATUS_FWP_INVALID_TRANSFORM_COMBINATION","features":[305]},{"name":"STATUS_FWP_INVALID_TUNNEL_ENDPOINT","features":[305]},{"name":"STATUS_FWP_INVALID_WEIGHT","features":[305]},{"name":"STATUS_FWP_IN_USE","features":[305]},{"name":"STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL","features":[305]},{"name":"STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED","features":[305]},{"name":"STATUS_FWP_KM_CLIENTS_ONLY","features":[305]},{"name":"STATUS_FWP_L2_DRIVER_NOT_READY","features":[305]},{"name":"STATUS_FWP_LAYER_NOT_FOUND","features":[305]},{"name":"STATUS_FWP_LIFETIME_MISMATCH","features":[305]},{"name":"STATUS_FWP_MATCH_TYPE_MISMATCH","features":[305]},{"name":"STATUS_FWP_NET_EVENTS_DISABLED","features":[305]},{"name":"STATUS_FWP_NEVER_MATCH","features":[305]},{"name":"STATUS_FWP_NOTIFICATION_DROPPED","features":[305]},{"name":"STATUS_FWP_NOT_FOUND","features":[305]},{"name":"STATUS_FWP_NO_TXN_IN_PROGRESS","features":[305]},{"name":"STATUS_FWP_NULL_DISPLAY_NAME","features":[305]},{"name":"STATUS_FWP_NULL_POINTER","features":[305]},{"name":"STATUS_FWP_OUT_OF_BOUNDS","features":[305]},{"name":"STATUS_FWP_PROVIDER_CONTEXT_MISMATCH","features":[305]},{"name":"STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND","features":[305]},{"name":"STATUS_FWP_PROVIDER_NOT_FOUND","features":[305]},{"name":"STATUS_FWP_RESERVED","features":[305]},{"name":"STATUS_FWP_SESSION_ABORTED","features":[305]},{"name":"STATUS_FWP_STILL_ON","features":[305]},{"name":"STATUS_FWP_SUBLAYER_NOT_FOUND","features":[305]},{"name":"STATUS_FWP_TCPIP_NOT_READY","features":[305]},{"name":"STATUS_FWP_TIMEOUT","features":[305]},{"name":"STATUS_FWP_TOO_MANY_CALLOUTS","features":[305]},{"name":"STATUS_FWP_TOO_MANY_SUBLAYERS","features":[305]},{"name":"STATUS_FWP_TRAFFIC_MISMATCH","features":[305]},{"name":"STATUS_FWP_TXN_ABORTED","features":[305]},{"name":"STATUS_FWP_TXN_IN_PROGRESS","features":[305]},{"name":"STATUS_FWP_TYPE_MISMATCH","features":[305]},{"name":"STATUS_FWP_WRONG_SESSION","features":[305]},{"name":"STATUS_FWP_ZERO_LENGTH_ARRAY","features":[305]},{"name":"STATUS_GDI_HANDLE_LEAK","features":[305]},{"name":"STATUS_GENERIC_COMMAND_FAILED","features":[305]},{"name":"STATUS_GENERIC_NOT_MAPPED","features":[305]},{"name":"STATUS_GHOSTED","features":[305]},{"name":"STATUS_GPIO_CLIENT_INFORMATION_INVALID","features":[305]},{"name":"STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE","features":[305]},{"name":"STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED","features":[305]},{"name":"STATUS_GPIO_INVALID_REGISTRATION_PACKET","features":[305]},{"name":"STATUS_GPIO_OPERATION_DENIED","features":[305]},{"name":"STATUS_GPIO_VERSION_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRACEFUL_DISCONNECT","features":[305]},{"name":"STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED","features":[305]},{"name":"STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY","features":[305]},{"name":"STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE","features":[305]},{"name":"STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET","features":[305]},{"name":"STATUS_GRAPHICS_ADAPTER_WAS_RESET","features":[305]},{"name":"STATUS_GRAPHICS_ALLOCATION_BUSY","features":[305]},{"name":"STATUS_GRAPHICS_ALLOCATION_CLOSED","features":[305]},{"name":"STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST","features":[305]},{"name":"STATUS_GRAPHICS_ALLOCATION_INVALID","features":[305]},{"name":"STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION","features":[305]},{"name":"STATUS_GRAPHICS_CANNOTCOLORCONVERT","features":[305]},{"name":"STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN","features":[305]},{"name":"STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION","features":[305]},{"name":"STATUS_GRAPHICS_CANT_LOCK_MEMORY","features":[305]},{"name":"STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION","features":[305]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED","features":[305]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON","features":[305]},{"name":"STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED","features":[305]},{"name":"STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET","features":[305]},{"name":"STATUS_GRAPHICS_COPP_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_DATASET_IS_EMPTY","features":[305]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING","features":[305]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_DATA","features":[305]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM","features":[305]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND","features":[305]},{"name":"STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH","features":[305]},{"name":"STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE","features":[305]},{"name":"STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS","features":[305]},{"name":"STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP","features":[305]},{"name":"STATUS_GRAPHICS_DRIVER_MISMATCH","features":[305]},{"name":"STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION","features":[305]},{"name":"STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET","features":[305]},{"name":"STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET","features":[305]},{"name":"STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE","features":[305]},{"name":"STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST","features":[305]},{"name":"STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA","features":[305]},{"name":"STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA","features":[305]},{"name":"STATUS_GRAPHICS_I2C_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT","features":[305]},{"name":"STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE","features":[305]},{"name":"STATUS_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN","features":[305]},{"name":"STATUS_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED","features":[305]},{"name":"STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER","features":[305]},{"name":"STATUS_GRAPHICS_INTERNAL_ERROR","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_ACTIVE_REGION","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_CLIENT_TYPE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_COLORBASIS","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_DRIVER_MODEL","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_FREQUENCY","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_GAMMA_RAMP","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_PIXELFORMAT","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_POINTER","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_STRIDE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_TOTAL_REGION","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON","features":[305]},{"name":"STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE","features":[305]},{"name":"STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED","features":[305]},{"name":"STATUS_GRAPHICS_LEADLINK_START_DEFERRED","features":[305]},{"name":"STATUS_GRAPHICS_LINK_CONFIGURATION_IN_PROGRESS","features":[305]},{"name":"STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED","features":[305]},{"name":"STATUS_GRAPHICS_MCA_INTERNAL_ERROR","features":[305]},{"name":"STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET","features":[305]},{"name":"STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE","features":[305]},{"name":"STATUS_GRAPHICS_MODE_NOT_IN_MODESET","features":[305]},{"name":"STATUS_GRAPHICS_MODE_NOT_PINNED","features":[305]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET","features":[305]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE","features":[305]},{"name":"STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET","features":[305]},{"name":"STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER","features":[305]},{"name":"STATUS_GRAPHICS_MONITOR_NOT_CONNECTED","features":[305]},{"name":"STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS","features":[305]},{"name":"STATUS_GRAPHICS_MPO_ALLOCATION_UNPINNED","features":[305]},{"name":"STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER","features":[305]},{"name":"STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER","features":[305]},{"name":"STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER","features":[305]},{"name":"STATUS_GRAPHICS_NO_ACTIVE_VIDPN","features":[305]},{"name":"STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS","features":[305]},{"name":"STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET","features":[305]},{"name":"STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME","features":[305]},{"name":"STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT","features":[305]},{"name":"STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE","features":[305]},{"name":"STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET","features":[305]},{"name":"STATUS_GRAPHICS_NO_PREFERRED_MODE","features":[305]},{"name":"STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN","features":[305]},{"name":"STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY","features":[305]},{"name":"STATUS_GRAPHICS_NO_VIDEO_MEMORY","features":[305]},{"name":"STATUS_GRAPHICS_NO_VIDPNMGR","features":[305]},{"name":"STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE","features":[305]},{"name":"STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR","features":[305]},{"name":"STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET","features":[305]},{"name":"STATUS_GRAPHICS_OPM_INTERNAL_ERROR","features":[305]},{"name":"STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST","features":[305]},{"name":"STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS","features":[305]},{"name":"STATUS_GRAPHICS_OPM_INVALID_HANDLE","features":[305]},{"name":"STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST","features":[305]},{"name":"STATUS_GRAPHICS_OPM_INVALID_SRM","features":[305]},{"name":"STATUS_GRAPHICS_OPM_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST","features":[305]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP","features":[305]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA","features":[305]},{"name":"STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP","features":[305]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS","features":[305]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS","features":[305]},{"name":"STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS","features":[305]},{"name":"STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH","features":[305]},{"name":"STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED","features":[305]},{"name":"STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED","features":[305]},{"name":"STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL","features":[305]},{"name":"STATUS_GRAPHICS_PARTIAL_DATA_POPULATED","features":[305]},{"name":"STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY","features":[305]},{"name":"STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED","features":[305]},{"name":"STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY","features":[305]},{"name":"STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET","features":[305]},{"name":"STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY","features":[305]},{"name":"STATUS_GRAPHICS_PRESENT_BUFFER_NOT_BOUND","features":[305]},{"name":"STATUS_GRAPHICS_PRESENT_DENIED","features":[305]},{"name":"STATUS_GRAPHICS_PRESENT_INVALID_WINDOW","features":[305]},{"name":"STATUS_GRAPHICS_PRESENT_MODE_CHANGED","features":[305]},{"name":"STATUS_GRAPHICS_PRESENT_OCCLUDED","features":[305]},{"name":"STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED","features":[305]},{"name":"STATUS_GRAPHICS_PRESENT_UNOCCLUDED","features":[305]},{"name":"STATUS_GRAPHICS_PVP_HFS_FAILED","features":[305]},{"name":"STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH","features":[305]},{"name":"STATUS_GRAPHICS_RESOURCES_NOT_RELATED","features":[305]},{"name":"STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS","features":[305]},{"name":"STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION","features":[305]},{"name":"STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET","features":[305]},{"name":"STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE","features":[305]},{"name":"STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY","features":[305]},{"name":"STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED","features":[305]},{"name":"STATUS_GRAPHICS_STALE_MODESET","features":[305]},{"name":"STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY","features":[305]},{"name":"STATUS_GRAPHICS_START_DEFERRED","features":[305]},{"name":"STATUS_GRAPHICS_TARGET_ALREADY_IN_SET","features":[305]},{"name":"STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE","features":[305]},{"name":"STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY","features":[305]},{"name":"STATUS_GRAPHICS_TOO_MANY_REFERENCES","features":[305]},{"name":"STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED","features":[305]},{"name":"STATUS_GRAPHICS_TRY_AGAIN_LATER","features":[305]},{"name":"STATUS_GRAPHICS_TRY_AGAIN_NOW","features":[305]},{"name":"STATUS_GRAPHICS_UAB_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS","features":[305]},{"name":"STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS","features":[305]},{"name":"STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE","features":[305]},{"name":"STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_VAIL_STATE_CHANGED","features":[305]},{"name":"STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES","features":[305]},{"name":"STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[305]},{"name":"STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED","features":[305]},{"name":"STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE","features":[305]},{"name":"STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED","features":[305]},{"name":"STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE","features":[305]},{"name":"STATUS_GROUP_EXISTS","features":[305]},{"name":"STATUS_GUARD_PAGE_VIOLATION","features":[305]},{"name":"STATUS_GUIDS_EXHAUSTED","features":[305]},{"name":"STATUS_GUID_SUBSTITUTION_MADE","features":[305]},{"name":"STATUS_HANDLES_CLOSED","features":[305]},{"name":"STATUS_HANDLE_NOT_CLOSABLE","features":[305]},{"name":"STATUS_HANDLE_NO_LONGER_VALID","features":[305]},{"name":"STATUS_HANDLE_REVOKED","features":[305]},{"name":"STATUS_HARDWARE_MEMORY_ERROR","features":[305]},{"name":"STATUS_HASH_NOT_PRESENT","features":[305]},{"name":"STATUS_HASH_NOT_SUPPORTED","features":[305]},{"name":"STATUS_HAS_SYSTEM_CRITICAL_FILES","features":[305]},{"name":"STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED","features":[305]},{"name":"STATUS_HDAUDIO_EMPTY_CONNECTION_LIST","features":[305]},{"name":"STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED","features":[305]},{"name":"STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY","features":[305]},{"name":"STATUS_HEAP_CORRUPTION","features":[305]},{"name":"STATUS_HEURISTIC_DAMAGE_POSSIBLE","features":[305]},{"name":"STATUS_HIBERNATED","features":[305]},{"name":"STATUS_HIBERNATION_FAILURE","features":[305]},{"name":"STATUS_HIVE_UNLOADED","features":[305]},{"name":"STATUS_HMAC_NOT_SUPPORTED","features":[305]},{"name":"STATUS_HOPLIMIT_EXCEEDED","features":[305]},{"name":"STATUS_HOST_DOWN","features":[305]},{"name":"STATUS_HOST_UNREACHABLE","features":[305]},{"name":"STATUS_HUNG_DISPLAY_DRIVER_THREAD","features":[305]},{"name":"STATUS_HV_ACCESS_DENIED","features":[305]},{"name":"STATUS_HV_ACKNOWLEDGED","features":[305]},{"name":"STATUS_HV_CALL_PENDING","features":[305]},{"name":"STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR","features":[305]},{"name":"STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR","features":[305]},{"name":"STATUS_HV_DEVICE_NOT_IN_DOMAIN","features":[305]},{"name":"STATUS_HV_EVENT_BUFFER_ALREADY_FREED","features":[305]},{"name":"STATUS_HV_FEATURE_UNAVAILABLE","features":[305]},{"name":"STATUS_HV_INACTIVE","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_BUFFER","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_BUFFERS","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_MEMORY","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_MEMORY_MIRRORING","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_ROOT_MEMORY","features":[305]},{"name":"STATUS_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING","features":[305]},{"name":"STATUS_HV_INVALID_ALIGNMENT","features":[305]},{"name":"STATUS_HV_INVALID_CONNECTION_ID","features":[305]},{"name":"STATUS_HV_INVALID_CPU_GROUP_ID","features":[305]},{"name":"STATUS_HV_INVALID_CPU_GROUP_STATE","features":[305]},{"name":"STATUS_HV_INVALID_DEVICE_ID","features":[305]},{"name":"STATUS_HV_INVALID_DEVICE_STATE","features":[305]},{"name":"STATUS_HV_INVALID_HYPERCALL_CODE","features":[305]},{"name":"STATUS_HV_INVALID_HYPERCALL_INPUT","features":[305]},{"name":"STATUS_HV_INVALID_LP_INDEX","features":[305]},{"name":"STATUS_HV_INVALID_PARAMETER","features":[305]},{"name":"STATUS_HV_INVALID_PARTITION_ID","features":[305]},{"name":"STATUS_HV_INVALID_PARTITION_STATE","features":[305]},{"name":"STATUS_HV_INVALID_PORT_ID","features":[305]},{"name":"STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO","features":[305]},{"name":"STATUS_HV_INVALID_REGISTER_VALUE","features":[305]},{"name":"STATUS_HV_INVALID_SAVE_RESTORE_STATE","features":[305]},{"name":"STATUS_HV_INVALID_SYNIC_STATE","features":[305]},{"name":"STATUS_HV_INVALID_VP_INDEX","features":[305]},{"name":"STATUS_HV_INVALID_VP_STATE","features":[305]},{"name":"STATUS_HV_INVALID_VTL_STATE","features":[305]},{"name":"STATUS_HV_MSR_ACCESS_FAILED","features":[305]},{"name":"STATUS_HV_NESTED_VM_EXIT","features":[305]},{"name":"STATUS_HV_NOT_ACKNOWLEDGED","features":[305]},{"name":"STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE","features":[305]},{"name":"STATUS_HV_NOT_PRESENT","features":[305]},{"name":"STATUS_HV_NO_DATA","features":[305]},{"name":"STATUS_HV_NO_RESOURCES","features":[305]},{"name":"STATUS_HV_NX_NOT_DETECTED","features":[305]},{"name":"STATUS_HV_OBJECT_IN_USE","features":[305]},{"name":"STATUS_HV_OPERATION_DENIED","features":[305]},{"name":"STATUS_HV_OPERATION_FAILED","features":[305]},{"name":"STATUS_HV_PAGE_REQUEST_INVALID","features":[305]},{"name":"STATUS_HV_PARTITION_TOO_DEEP","features":[305]},{"name":"STATUS_HV_PENDING_PAGE_REQUESTS","features":[305]},{"name":"STATUS_HV_PROCESSOR_STARTUP_TIMEOUT","features":[305]},{"name":"STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE","features":[305]},{"name":"STATUS_HV_SMX_ENABLED","features":[305]},{"name":"STATUS_HV_UNKNOWN_PROPERTY","features":[305]},{"name":"STATUS_ILLEGAL_CHARACTER","features":[305]},{"name":"STATUS_ILLEGAL_DLL_RELOCATION","features":[305]},{"name":"STATUS_ILLEGAL_ELEMENT_ADDRESS","features":[305]},{"name":"STATUS_ILLEGAL_FLOAT_CONTEXT","features":[305]},{"name":"STATUS_ILLEGAL_FUNCTION","features":[305]},{"name":"STATUS_ILLEGAL_INSTRUCTION","features":[305]},{"name":"STATUS_ILL_FORMED_PASSWORD","features":[305]},{"name":"STATUS_ILL_FORMED_SERVICE_ENTRY","features":[305]},{"name":"STATUS_IMAGE_ALREADY_LOADED","features":[305]},{"name":"STATUS_IMAGE_ALREADY_LOADED_AS_DLL","features":[305]},{"name":"STATUS_IMAGE_AT_DIFFERENT_BASE","features":[305]},{"name":"STATUS_IMAGE_CERT_EXPIRED","features":[305]},{"name":"STATUS_IMAGE_CERT_REVOKED","features":[305]},{"name":"STATUS_IMAGE_CHECKSUM_MISMATCH","features":[305]},{"name":"STATUS_IMAGE_LOADED_AS_PATCH_IMAGE","features":[305]},{"name":"STATUS_IMAGE_MACHINE_TYPE_MISMATCH","features":[305]},{"name":"STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE","features":[305]},{"name":"STATUS_IMAGE_MP_UP_MISMATCH","features":[305]},{"name":"STATUS_IMAGE_NOT_AT_BASE","features":[305]},{"name":"STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT","features":[305]},{"name":"STATUS_IMPLEMENTATION_LIMIT","features":[305]},{"name":"STATUS_INCOMPATIBLE_DRIVER_BLOCKED","features":[305]},{"name":"STATUS_INCOMPATIBLE_FILE_MAP","features":[305]},{"name":"STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING","features":[305]},{"name":"STATUS_INCORRECT_ACCOUNT_TYPE","features":[305]},{"name":"STATUS_INDEX_OUT_OF_BOUNDS","features":[305]},{"name":"STATUS_INDOUBT_TRANSACTIONS_EXIST","features":[305]},{"name":"STATUS_INFO_LENGTH_MISMATCH","features":[305]},{"name":"STATUS_INSTANCE_NOT_AVAILABLE","features":[305]},{"name":"STATUS_INSTRUCTION_MISALIGNMENT","features":[305]},{"name":"STATUS_INSUFFICIENT_LOGON_INFO","features":[305]},{"name":"STATUS_INSUFFICIENT_NVRAM_RESOURCES","features":[305]},{"name":"STATUS_INSUFFICIENT_POWER","features":[305]},{"name":"STATUS_INSUFFICIENT_RESOURCES","features":[305]},{"name":"STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE","features":[305]},{"name":"STATUS_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES","features":[305]},{"name":"STATUS_INSUFF_SERVER_RESOURCES","features":[305]},{"name":"STATUS_INTEGER_DIVIDE_BY_ZERO","features":[305]},{"name":"STATUS_INTEGER_OVERFLOW","features":[305]},{"name":"STATUS_INTERMIXED_KERNEL_EA_OPERATION","features":[305]},{"name":"STATUS_INTERNAL_DB_CORRUPTION","features":[305]},{"name":"STATUS_INTERNAL_DB_ERROR","features":[305]},{"name":"STATUS_INTERNAL_ERROR","features":[305]},{"name":"STATUS_INTERRUPTED","features":[305]},{"name":"STATUS_INTERRUPT_STILL_CONNECTED","features":[305]},{"name":"STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED","features":[305]},{"name":"STATUS_INVALID_ACCOUNT_NAME","features":[305]},{"name":"STATUS_INVALID_ACE_CONDITION","features":[305]},{"name":"STATUS_INVALID_ACL","features":[305]},{"name":"STATUS_INVALID_ADDRESS","features":[305]},{"name":"STATUS_INVALID_ADDRESS_COMPONENT","features":[305]},{"name":"STATUS_INVALID_ADDRESS_WILDCARD","features":[305]},{"name":"STATUS_INVALID_BLOCK_LENGTH","features":[305]},{"name":"STATUS_INVALID_BUFFER_SIZE","features":[305]},{"name":"STATUS_INVALID_CAP","features":[305]},{"name":"STATUS_INVALID_CID","features":[305]},{"name":"STATUS_INVALID_COMPUTER_NAME","features":[305]},{"name":"STATUS_INVALID_CONFIG_VALUE","features":[305]},{"name":"STATUS_INVALID_CONNECTION","features":[305]},{"name":"STATUS_INVALID_CRUNTIME_PARAMETER","features":[305]},{"name":"STATUS_INVALID_DEVICE_OBJECT_PARAMETER","features":[305]},{"name":"STATUS_INVALID_DEVICE_REQUEST","features":[305]},{"name":"STATUS_INVALID_DEVICE_STATE","features":[305]},{"name":"STATUS_INVALID_DISPOSITION","features":[305]},{"name":"STATUS_INVALID_DOMAIN_ROLE","features":[305]},{"name":"STATUS_INVALID_DOMAIN_STATE","features":[305]},{"name":"STATUS_INVALID_EA_FLAG","features":[305]},{"name":"STATUS_INVALID_EA_NAME","features":[305]},{"name":"STATUS_INVALID_EXCEPTION_HANDLER","features":[305]},{"name":"STATUS_INVALID_FIELD_IN_PARAMETER_LIST","features":[305]},{"name":"STATUS_INVALID_FILE_FOR_SECTION","features":[305]},{"name":"STATUS_INVALID_GROUP_ATTRIBUTES","features":[305]},{"name":"STATUS_INVALID_HANDLE","features":[305]},{"name":"STATUS_INVALID_HW_PROFILE","features":[305]},{"name":"STATUS_INVALID_IDN_NORMALIZATION","features":[305]},{"name":"STATUS_INVALID_ID_AUTHORITY","features":[305]},{"name":"STATUS_INVALID_IMAGE_FORMAT","features":[305]},{"name":"STATUS_INVALID_IMAGE_HASH","features":[305]},{"name":"STATUS_INVALID_IMAGE_LE_FORMAT","features":[305]},{"name":"STATUS_INVALID_IMAGE_NE_FORMAT","features":[305]},{"name":"STATUS_INVALID_IMAGE_NOT_MZ","features":[305]},{"name":"STATUS_INVALID_IMAGE_PROTECT","features":[305]},{"name":"STATUS_INVALID_IMAGE_WIN_16","features":[305]},{"name":"STATUS_INVALID_IMAGE_WIN_32","features":[305]},{"name":"STATUS_INVALID_IMAGE_WIN_64","features":[305]},{"name":"STATUS_INVALID_IMPORT_OF_NON_DLL","features":[305]},{"name":"STATUS_INVALID_INFO_CLASS","features":[305]},{"name":"STATUS_INVALID_INITIATOR_TARGET_PATH","features":[305]},{"name":"STATUS_INVALID_KERNEL_INFO_VERSION","features":[305]},{"name":"STATUS_INVALID_LABEL","features":[305]},{"name":"STATUS_INVALID_LDT_DESCRIPTOR","features":[305]},{"name":"STATUS_INVALID_LDT_OFFSET","features":[305]},{"name":"STATUS_INVALID_LDT_SIZE","features":[305]},{"name":"STATUS_INVALID_LEVEL","features":[305]},{"name":"STATUS_INVALID_LOCK_RANGE","features":[305]},{"name":"STATUS_INVALID_LOCK_SEQUENCE","features":[305]},{"name":"STATUS_INVALID_LOGON_HOURS","features":[305]},{"name":"STATUS_INVALID_LOGON_TYPE","features":[305]},{"name":"STATUS_INVALID_MEMBER","features":[305]},{"name":"STATUS_INVALID_MESSAGE","features":[305]},{"name":"STATUS_INVALID_NETWORK_RESPONSE","features":[305]},{"name":"STATUS_INVALID_OFFSET_ALIGNMENT","features":[305]},{"name":"STATUS_INVALID_OPLOCK_PROTOCOL","features":[305]},{"name":"STATUS_INVALID_OWNER","features":[305]},{"name":"STATUS_INVALID_PACKAGE_SID_LENGTH","features":[305]},{"name":"STATUS_INVALID_PAGE_PROTECTION","features":[305]},{"name":"STATUS_INVALID_PARAMETER","features":[305]},{"name":"STATUS_INVALID_PARAMETER_1","features":[305]},{"name":"STATUS_INVALID_PARAMETER_10","features":[305]},{"name":"STATUS_INVALID_PARAMETER_11","features":[305]},{"name":"STATUS_INVALID_PARAMETER_12","features":[305]},{"name":"STATUS_INVALID_PARAMETER_2","features":[305]},{"name":"STATUS_INVALID_PARAMETER_3","features":[305]},{"name":"STATUS_INVALID_PARAMETER_4","features":[305]},{"name":"STATUS_INVALID_PARAMETER_5","features":[305]},{"name":"STATUS_INVALID_PARAMETER_6","features":[305]},{"name":"STATUS_INVALID_PARAMETER_7","features":[305]},{"name":"STATUS_INVALID_PARAMETER_8","features":[305]},{"name":"STATUS_INVALID_PARAMETER_9","features":[305]},{"name":"STATUS_INVALID_PARAMETER_MIX","features":[305]},{"name":"STATUS_INVALID_PEP_INFO_VERSION","features":[305]},{"name":"STATUS_INVALID_PIPE_STATE","features":[305]},{"name":"STATUS_INVALID_PLUGPLAY_DEVICE_PATH","features":[305]},{"name":"STATUS_INVALID_PORT_ATTRIBUTES","features":[305]},{"name":"STATUS_INVALID_PORT_HANDLE","features":[305]},{"name":"STATUS_INVALID_PRIMARY_GROUP","features":[305]},{"name":"STATUS_INVALID_QUOTA_LOWER","features":[305]},{"name":"STATUS_INVALID_READ_MODE","features":[305]},{"name":"STATUS_INVALID_RUNLEVEL_SETTING","features":[305]},{"name":"STATUS_INVALID_SECURITY_DESCR","features":[305]},{"name":"STATUS_INVALID_SERVER_STATE","features":[305]},{"name":"STATUS_INVALID_SESSION","features":[305]},{"name":"STATUS_INVALID_SID","features":[305]},{"name":"STATUS_INVALID_SIGNATURE","features":[305]},{"name":"STATUS_INVALID_STATE_TRANSITION","features":[305]},{"name":"STATUS_INVALID_SUB_AUTHORITY","features":[305]},{"name":"STATUS_INVALID_SYSTEM_SERVICE","features":[305]},{"name":"STATUS_INVALID_TASK_INDEX","features":[305]},{"name":"STATUS_INVALID_TASK_NAME","features":[305]},{"name":"STATUS_INVALID_THREAD","features":[305]},{"name":"STATUS_INVALID_TOKEN","features":[305]},{"name":"STATUS_INVALID_TRANSACTION","features":[305]},{"name":"STATUS_INVALID_UNWIND_TARGET","features":[305]},{"name":"STATUS_INVALID_USER_BUFFER","features":[305]},{"name":"STATUS_INVALID_USER_PRINCIPAL_NAME","features":[305]},{"name":"STATUS_INVALID_VARIANT","features":[305]},{"name":"STATUS_INVALID_VIEW_SIZE","features":[305]},{"name":"STATUS_INVALID_VOLUME_LABEL","features":[305]},{"name":"STATUS_INVALID_WEIGHT","features":[305]},{"name":"STATUS_INVALID_WORKSTATION","features":[305]},{"name":"STATUS_IN_PAGE_ERROR","features":[305]},{"name":"STATUS_IORING_COMPLETION_QUEUE_TOO_BIG","features":[305]},{"name":"STATUS_IORING_COMPLETION_QUEUE_TOO_FULL","features":[305]},{"name":"STATUS_IORING_CORRUPT","features":[305]},{"name":"STATUS_IORING_REQUIRED_FLAG_NOT_SUPPORTED","features":[305]},{"name":"STATUS_IORING_SUBMISSION_QUEUE_FULL","features":[305]},{"name":"STATUS_IORING_SUBMISSION_QUEUE_TOO_BIG","features":[305]},{"name":"STATUS_IORING_SUBMIT_IN_PROGRESS","features":[305]},{"name":"STATUS_IORING_VERSION_NOT_SUPPORTED","features":[305]},{"name":"STATUS_IO_DEVICE_ERROR","features":[305]},{"name":"STATUS_IO_DEVICE_INVALID_DATA","features":[305]},{"name":"STATUS_IO_OPERATION_TIMEOUT","features":[305]},{"name":"STATUS_IO_PREEMPTED","features":[305]},{"name":"STATUS_IO_PRIVILEGE_FAILED","features":[305]},{"name":"STATUS_IO_REISSUE_AS_CACHED","features":[305]},{"name":"STATUS_IO_REPARSE_DATA_INVALID","features":[305]},{"name":"STATUS_IO_REPARSE_TAG_INVALID","features":[305]},{"name":"STATUS_IO_REPARSE_TAG_MISMATCH","features":[305]},{"name":"STATUS_IO_REPARSE_TAG_NOT_HANDLED","features":[305]},{"name":"STATUS_IO_TIMEOUT","features":[305]},{"name":"STATUS_IO_UNALIGNED_WRITE","features":[305]},{"name":"STATUS_IPSEC_AUTH_FIREWALL_DROP","features":[305]},{"name":"STATUS_IPSEC_BAD_SPI","features":[305]},{"name":"STATUS_IPSEC_CLEAR_TEXT_DROP","features":[305]},{"name":"STATUS_IPSEC_DOSP_BLOCK","features":[305]},{"name":"STATUS_IPSEC_DOSP_INVALID_PACKET","features":[305]},{"name":"STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED","features":[305]},{"name":"STATUS_IPSEC_DOSP_MAX_ENTRIES","features":[305]},{"name":"STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES","features":[305]},{"name":"STATUS_IPSEC_DOSP_RECEIVED_MULTICAST","features":[305]},{"name":"STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED","features":[305]},{"name":"STATUS_IPSEC_INTEGRITY_CHECK_FAILED","features":[305]},{"name":"STATUS_IPSEC_INVALID_PACKET","features":[305]},{"name":"STATUS_IPSEC_QUEUE_OVERFLOW","features":[305]},{"name":"STATUS_IPSEC_REPLAY_CHECK_FAILED","features":[305]},{"name":"STATUS_IPSEC_SA_LIFETIME_EXPIRED","features":[305]},{"name":"STATUS_IPSEC_THROTTLE_DROP","features":[305]},{"name":"STATUS_IPSEC_WRONG_SA","features":[305]},{"name":"STATUS_IP_ADDRESS_CONFLICT1","features":[305]},{"name":"STATUS_IP_ADDRESS_CONFLICT2","features":[305]},{"name":"STATUS_ISSUING_CA_UNTRUSTED","features":[305]},{"name":"STATUS_ISSUING_CA_UNTRUSTED_KDC","features":[305]},{"name":"STATUS_JOB_NOT_EMPTY","features":[305]},{"name":"STATUS_JOB_NO_CONTAINER","features":[305]},{"name":"STATUS_JOURNAL_DELETE_IN_PROGRESS","features":[305]},{"name":"STATUS_JOURNAL_ENTRY_DELETED","features":[305]},{"name":"STATUS_JOURNAL_NOT_ACTIVE","features":[305]},{"name":"STATUS_KDC_CERT_EXPIRED","features":[305]},{"name":"STATUS_KDC_CERT_REVOKED","features":[305]},{"name":"STATUS_KDC_INVALID_REQUEST","features":[305]},{"name":"STATUS_KDC_UNABLE_TO_REFER","features":[305]},{"name":"STATUS_KDC_UNKNOWN_ETYPE","features":[305]},{"name":"STATUS_KERNEL_APC","features":[305]},{"name":"STATUS_KERNEL_EXECUTABLE_MEMORY_WRITE","features":[305]},{"name":"STATUS_KEY_DELETED","features":[305]},{"name":"STATUS_KEY_HAS_CHILDREN","features":[305]},{"name":"STATUS_LAPS_ENCRYPTION_REQUIRES_2016_DFL","features":[305]},{"name":"STATUS_LAPS_LEGACY_SCHEMA_MISSING","features":[305]},{"name":"STATUS_LAPS_SCHEMA_MISSING","features":[305]},{"name":"STATUS_LAST_ADMIN","features":[305]},{"name":"STATUS_LICENSE_QUOTA_EXCEEDED","features":[305]},{"name":"STATUS_LICENSE_VIOLATION","features":[305]},{"name":"STATUS_LINK_FAILED","features":[305]},{"name":"STATUS_LINK_TIMEOUT","features":[305]},{"name":"STATUS_LM_CROSS_ENCRYPTION_REQUIRED","features":[305]},{"name":"STATUS_LOCAL_DISCONNECT","features":[305]},{"name":"STATUS_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED","features":[305]},{"name":"STATUS_LOCAL_USER_SESSION_KEY","features":[305]},{"name":"STATUS_LOCK_NOT_GRANTED","features":[305]},{"name":"STATUS_LOGIN_TIME_RESTRICTION","features":[305]},{"name":"STATUS_LOGIN_WKSTA_RESTRICTION","features":[305]},{"name":"STATUS_LOGON_NOT_GRANTED","features":[305]},{"name":"STATUS_LOGON_SERVER_CONFLICT","features":[305]},{"name":"STATUS_LOGON_SESSION_COLLISION","features":[305]},{"name":"STATUS_LOGON_SESSION_EXISTS","features":[305]},{"name":"STATUS_LOG_APPENDED_FLUSH_FAILED","features":[305]},{"name":"STATUS_LOG_ARCHIVE_IN_PROGRESS","features":[305]},{"name":"STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS","features":[305]},{"name":"STATUS_LOG_BLOCKS_EXHAUSTED","features":[305]},{"name":"STATUS_LOG_BLOCK_INCOMPLETE","features":[305]},{"name":"STATUS_LOG_BLOCK_INVALID","features":[305]},{"name":"STATUS_LOG_BLOCK_VERSION","features":[305]},{"name":"STATUS_LOG_CANT_DELETE","features":[305]},{"name":"STATUS_LOG_CLIENT_ALREADY_REGISTERED","features":[305]},{"name":"STATUS_LOG_CLIENT_NOT_REGISTERED","features":[305]},{"name":"STATUS_LOG_CONTAINER_LIMIT_EXCEEDED","features":[305]},{"name":"STATUS_LOG_CONTAINER_OPEN_FAILED","features":[305]},{"name":"STATUS_LOG_CONTAINER_READ_FAILED","features":[305]},{"name":"STATUS_LOG_CONTAINER_STATE_INVALID","features":[305]},{"name":"STATUS_LOG_CONTAINER_WRITE_FAILED","features":[305]},{"name":"STATUS_LOG_CORRUPTION_DETECTED","features":[305]},{"name":"STATUS_LOG_DEDICATED","features":[305]},{"name":"STATUS_LOG_EPHEMERAL","features":[305]},{"name":"STATUS_LOG_FILE_FULL","features":[305]},{"name":"STATUS_LOG_FULL","features":[305]},{"name":"STATUS_LOG_FULL_HANDLER_IN_PROGRESS","features":[305]},{"name":"STATUS_LOG_GROWTH_FAILED","features":[305]},{"name":"STATUS_LOG_HARD_ERROR","features":[305]},{"name":"STATUS_LOG_INCONSISTENT_SECURITY","features":[305]},{"name":"STATUS_LOG_INVALID_RANGE","features":[305]},{"name":"STATUS_LOG_METADATA_CORRUPT","features":[305]},{"name":"STATUS_LOG_METADATA_FLUSH_FAILED","features":[305]},{"name":"STATUS_LOG_METADATA_INCONSISTENT","features":[305]},{"name":"STATUS_LOG_METADATA_INVALID","features":[305]},{"name":"STATUS_LOG_MULTIPLEXED","features":[305]},{"name":"STATUS_LOG_NOT_ENOUGH_CONTAINERS","features":[305]},{"name":"STATUS_LOG_NO_RESTART","features":[305]},{"name":"STATUS_LOG_PINNED","features":[305]},{"name":"STATUS_LOG_PINNED_ARCHIVE_TAIL","features":[305]},{"name":"STATUS_LOG_PINNED_RESERVATION","features":[305]},{"name":"STATUS_LOG_POLICY_ALREADY_INSTALLED","features":[305]},{"name":"STATUS_LOG_POLICY_CONFLICT","features":[305]},{"name":"STATUS_LOG_POLICY_INVALID","features":[305]},{"name":"STATUS_LOG_POLICY_NOT_INSTALLED","features":[305]},{"name":"STATUS_LOG_READ_CONTEXT_INVALID","features":[305]},{"name":"STATUS_LOG_READ_MODE_INVALID","features":[305]},{"name":"STATUS_LOG_RECORDS_RESERVED_INVALID","features":[305]},{"name":"STATUS_LOG_RECORD_NONEXISTENT","features":[305]},{"name":"STATUS_LOG_RESERVATION_INVALID","features":[305]},{"name":"STATUS_LOG_RESIZE_INVALID_SIZE","features":[305]},{"name":"STATUS_LOG_RESTART_INVALID","features":[305]},{"name":"STATUS_LOG_SECTOR_INVALID","features":[305]},{"name":"STATUS_LOG_SECTOR_PARITY_INVALID","features":[305]},{"name":"STATUS_LOG_SECTOR_REMAPPED","features":[305]},{"name":"STATUS_LOG_SPACE_RESERVED_INVALID","features":[305]},{"name":"STATUS_LOG_START_OF_LOG","features":[305]},{"name":"STATUS_LOG_STATE_INVALID","features":[305]},{"name":"STATUS_LOG_TAIL_INVALID","features":[305]},{"name":"STATUS_LONGJUMP","features":[305]},{"name":"STATUS_LOST_MODE_LOGON_RESTRICTION","features":[305]},{"name":"STATUS_LOST_WRITEBEHIND_DATA","features":[305]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR","features":[305]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED","features":[305]},{"name":"STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR","features":[305]},{"name":"STATUS_LPAC_ACCESS_DENIED","features":[305]},{"name":"STATUS_LPC_HANDLE_COUNT_EXCEEDED","features":[305]},{"name":"STATUS_LPC_INVALID_CONNECTION_USAGE","features":[305]},{"name":"STATUS_LPC_RECEIVE_BUFFER_EXPECTED","features":[305]},{"name":"STATUS_LPC_REPLY_LOST","features":[305]},{"name":"STATUS_LPC_REQUESTS_NOT_ALLOWED","features":[305]},{"name":"STATUS_LUIDS_EXHAUSTED","features":[305]},{"name":"STATUS_MAGAZINE_NOT_PRESENT","features":[305]},{"name":"STATUS_MAPPED_ALIGNMENT","features":[305]},{"name":"STATUS_MAPPED_FILE_SIZE_ZERO","features":[305]},{"name":"STATUS_MARKED_TO_DISALLOW_WRITES","features":[305]},{"name":"STATUS_MARSHALL_OVERFLOW","features":[305]},{"name":"STATUS_MAX_REFERRALS_EXCEEDED","features":[305]},{"name":"STATUS_MCA_EXCEPTION","features":[305]},{"name":"STATUS_MCA_OCCURED","features":[305]},{"name":"STATUS_MEDIA_CHANGED","features":[305]},{"name":"STATUS_MEDIA_CHECK","features":[305]},{"name":"STATUS_MEDIA_WRITE_PROTECTED","features":[305]},{"name":"STATUS_MEMBERS_PRIMARY_GROUP","features":[305]},{"name":"STATUS_MEMBER_IN_ALIAS","features":[305]},{"name":"STATUS_MEMBER_IN_GROUP","features":[305]},{"name":"STATUS_MEMBER_NOT_IN_ALIAS","features":[305]},{"name":"STATUS_MEMBER_NOT_IN_GROUP","features":[305]},{"name":"STATUS_MEMORY_NOT_ALLOCATED","features":[305]},{"name":"STATUS_MESSAGE_LOST","features":[305]},{"name":"STATUS_MESSAGE_NOT_FOUND","features":[305]},{"name":"STATUS_MESSAGE_RETRIEVED","features":[305]},{"name":"STATUS_MFT_TOO_FRAGMENTED","features":[305]},{"name":"STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION","features":[305]},{"name":"STATUS_MISSING_SYSTEMFILE","features":[305]},{"name":"STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM","features":[305]},{"name":"STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK","features":[305]},{"name":"STATUS_MONITOR_INVALID_MANUFACTURE_DATE","features":[305]},{"name":"STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK","features":[305]},{"name":"STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK","features":[305]},{"name":"STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK","features":[305]},{"name":"STATUS_MONITOR_NO_DESCRIPTOR","features":[305]},{"name":"STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA","features":[305]},{"name":"STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT","features":[305]},{"name":"STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED","features":[305]},{"name":"STATUS_MORE_ENTRIES","features":[305]},{"name":"STATUS_MORE_PROCESSING_REQUIRED","features":[305]},{"name":"STATUS_MOUNT_POINT_NOT_RESOLVED","features":[305]},{"name":"STATUS_MP_PROCESSOR_MISMATCH","features":[305]},{"name":"STATUS_MUI_FILE_NOT_FOUND","features":[305]},{"name":"STATUS_MUI_FILE_NOT_LOADED","features":[305]},{"name":"STATUS_MUI_INVALID_FILE","features":[305]},{"name":"STATUS_MUI_INVALID_LOCALE_NAME","features":[305]},{"name":"STATUS_MUI_INVALID_RC_CONFIG","features":[305]},{"name":"STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME","features":[305]},{"name":"STATUS_MULTIPLE_FAULT_VIOLATION","features":[305]},{"name":"STATUS_MUST_BE_KDC","features":[305]},{"name":"STATUS_MUTANT_LIMIT_EXCEEDED","features":[305]},{"name":"STATUS_MUTANT_NOT_OWNED","features":[305]},{"name":"STATUS_MUTUAL_AUTHENTICATION_FAILED","features":[305]},{"name":"STATUS_NAME_TOO_LONG","features":[305]},{"name":"STATUS_NDIS_ADAPTER_NOT_FOUND","features":[305]},{"name":"STATUS_NDIS_ADAPTER_NOT_READY","features":[305]},{"name":"STATUS_NDIS_ADAPTER_REMOVED","features":[305]},{"name":"STATUS_NDIS_ALREADY_MAPPED","features":[305]},{"name":"STATUS_NDIS_BAD_CHARACTERISTICS","features":[305]},{"name":"STATUS_NDIS_BAD_VERSION","features":[305]},{"name":"STATUS_NDIS_BUFFER_TOO_SHORT","features":[305]},{"name":"STATUS_NDIS_CLOSING","features":[305]},{"name":"STATUS_NDIS_DEVICE_FAILED","features":[305]},{"name":"STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE","features":[305]},{"name":"STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED","features":[305]},{"name":"STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE","features":[305]},{"name":"STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED","features":[305]},{"name":"STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED","features":[305]},{"name":"STATUS_NDIS_DOT11_MEDIA_IN_USE","features":[305]},{"name":"STATUS_NDIS_DOT11_POWER_STATE_INVALID","features":[305]},{"name":"STATUS_NDIS_ERROR_READING_FILE","features":[305]},{"name":"STATUS_NDIS_FILE_NOT_FOUND","features":[305]},{"name":"STATUS_NDIS_GROUP_ADDRESS_IN_USE","features":[305]},{"name":"STATUS_NDIS_INDICATION_REQUIRED","features":[305]},{"name":"STATUS_NDIS_INTERFACE_NOT_FOUND","features":[305]},{"name":"STATUS_NDIS_INVALID_ADDRESS","features":[305]},{"name":"STATUS_NDIS_INVALID_DATA","features":[305]},{"name":"STATUS_NDIS_INVALID_DEVICE_REQUEST","features":[305]},{"name":"STATUS_NDIS_INVALID_LENGTH","features":[305]},{"name":"STATUS_NDIS_INVALID_OID","features":[305]},{"name":"STATUS_NDIS_INVALID_PACKET","features":[305]},{"name":"STATUS_NDIS_INVALID_PORT","features":[305]},{"name":"STATUS_NDIS_INVALID_PORT_STATE","features":[305]},{"name":"STATUS_NDIS_LOW_POWER_STATE","features":[305]},{"name":"STATUS_NDIS_MEDIA_DISCONNECTED","features":[305]},{"name":"STATUS_NDIS_MULTICAST_EXISTS","features":[305]},{"name":"STATUS_NDIS_MULTICAST_FULL","features":[305]},{"name":"STATUS_NDIS_MULTICAST_NOT_FOUND","features":[305]},{"name":"STATUS_NDIS_NOT_SUPPORTED","features":[305]},{"name":"STATUS_NDIS_NO_QUEUES","features":[305]},{"name":"STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED","features":[305]},{"name":"STATUS_NDIS_OFFLOAD_PATH_REJECTED","features":[305]},{"name":"STATUS_NDIS_OFFLOAD_POLICY","features":[305]},{"name":"STATUS_NDIS_OPEN_FAILED","features":[305]},{"name":"STATUS_NDIS_PAUSED","features":[305]},{"name":"STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL","features":[305]},{"name":"STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL","features":[305]},{"name":"STATUS_NDIS_REINIT_REQUIRED","features":[305]},{"name":"STATUS_NDIS_REQUEST_ABORTED","features":[305]},{"name":"STATUS_NDIS_RESET_IN_PROGRESS","features":[305]},{"name":"STATUS_NDIS_RESOURCE_CONFLICT","features":[305]},{"name":"STATUS_NDIS_UNSUPPORTED_MEDIA","features":[305]},{"name":"STATUS_NDIS_UNSUPPORTED_REVISION","features":[305]},{"name":"STATUS_ND_QUEUE_OVERFLOW","features":[305]},{"name":"STATUS_NEEDS_REGISTRATION","features":[305]},{"name":"STATUS_NEEDS_REMEDIATION","features":[305]},{"name":"STATUS_NETLOGON_NOT_STARTED","features":[305]},{"name":"STATUS_NETWORK_ACCESS_DENIED","features":[305]},{"name":"STATUS_NETWORK_ACCESS_DENIED_EDP","features":[305]},{"name":"STATUS_NETWORK_AUTHENTICATION_PROMPT_CANCELED","features":[305]},{"name":"STATUS_NETWORK_BUSY","features":[305]},{"name":"STATUS_NETWORK_CREDENTIAL_CONFLICT","features":[305]},{"name":"STATUS_NETWORK_NAME_DELETED","features":[305]},{"name":"STATUS_NETWORK_OPEN_RESTRICTION","features":[305]},{"name":"STATUS_NETWORK_SESSION_EXPIRED","features":[305]},{"name":"STATUS_NETWORK_UNREACHABLE","features":[305]},{"name":"STATUS_NET_WRITE_FAULT","features":[305]},{"name":"STATUS_NOINTERFACE","features":[305]},{"name":"STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT","features":[305]},{"name":"STATUS_NOLOGON_SERVER_TRUST_ACCOUNT","features":[305]},{"name":"STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT","features":[305]},{"name":"STATUS_NONCONTINUABLE_EXCEPTION","features":[305]},{"name":"STATUS_NONEXISTENT_EA_ENTRY","features":[305]},{"name":"STATUS_NONEXISTENT_SECTOR","features":[305]},{"name":"STATUS_NONE_MAPPED","features":[305]},{"name":"STATUS_NOTHING_TO_TERMINATE","features":[305]},{"name":"STATUS_NOTIFICATION_GUID_ALREADY_DEFINED","features":[305]},{"name":"STATUS_NOTIFY_CLEANUP","features":[305]},{"name":"STATUS_NOTIFY_ENUM_DIR","features":[305]},{"name":"STATUS_NOT_ALLOWED_ON_SYSTEM_FILE","features":[305]},{"name":"STATUS_NOT_ALL_ASSIGNED","features":[305]},{"name":"STATUS_NOT_APPCONTAINER","features":[305]},{"name":"STATUS_NOT_A_CLOUD_FILE","features":[305]},{"name":"STATUS_NOT_A_CLOUD_SYNC_ROOT","features":[305]},{"name":"STATUS_NOT_A_DAX_VOLUME","features":[305]},{"name":"STATUS_NOT_A_DEV_VOLUME","features":[305]},{"name":"STATUS_NOT_A_DIRECTORY","features":[305]},{"name":"STATUS_NOT_A_REPARSE_POINT","features":[305]},{"name":"STATUS_NOT_A_TIERED_VOLUME","features":[305]},{"name":"STATUS_NOT_CAPABLE","features":[305]},{"name":"STATUS_NOT_CLIENT_SESSION","features":[305]},{"name":"STATUS_NOT_COMMITTED","features":[305]},{"name":"STATUS_NOT_DAX_MAPPABLE","features":[305]},{"name":"STATUS_NOT_EXPORT_FORMAT","features":[305]},{"name":"STATUS_NOT_FOUND","features":[305]},{"name":"STATUS_NOT_GUI_PROCESS","features":[305]},{"name":"STATUS_NOT_IMPLEMENTED","features":[305]},{"name":"STATUS_NOT_LOCKED","features":[305]},{"name":"STATUS_NOT_LOGON_PROCESS","features":[305]},{"name":"STATUS_NOT_MAPPED_DATA","features":[305]},{"name":"STATUS_NOT_MAPPED_VIEW","features":[305]},{"name":"STATUS_NOT_READ_FROM_COPY","features":[305]},{"name":"STATUS_NOT_REDUNDANT_STORAGE","features":[305]},{"name":"STATUS_NOT_REGISTRY_FILE","features":[305]},{"name":"STATUS_NOT_SAFE_MODE_DRIVER","features":[305]},{"name":"STATUS_NOT_SAME_DEVICE","features":[305]},{"name":"STATUS_NOT_SAME_OBJECT","features":[305]},{"name":"STATUS_NOT_SERVER_SESSION","features":[305]},{"name":"STATUS_NOT_SNAPSHOT_VOLUME","features":[305]},{"name":"STATUS_NOT_SUPPORTED","features":[305]},{"name":"STATUS_NOT_SUPPORTED_IN_APPCONTAINER","features":[305]},{"name":"STATUS_NOT_SUPPORTED_ON_DAX","features":[305]},{"name":"STATUS_NOT_SUPPORTED_ON_SBS","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_AUDITING","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_BTT","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_BYPASSIO","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_CACHED_HANDLE","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_COMPRESSION","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_DEDUPLICATION","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_ENCRYPTION","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_MONITORING","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_REPLICATION","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_SNAPSHOT","features":[305]},{"name":"STATUS_NOT_SUPPORTED_WITH_VIRTUALIZATION","features":[305]},{"name":"STATUS_NOT_TINY_STREAM","features":[305]},{"name":"STATUS_NO_ACE_CONDITION","features":[305]},{"name":"STATUS_NO_APPLICABLE_APP_LICENSES_FOUND","features":[305]},{"name":"STATUS_NO_APPLICATION_PACKAGE","features":[305]},{"name":"STATUS_NO_BROWSER_SERVERS_FOUND","features":[305]},{"name":"STATUS_NO_BYPASSIO_DRIVER_SUPPORT","features":[305]},{"name":"STATUS_NO_CALLBACK_ACTIVE","features":[305]},{"name":"STATUS_NO_DATA_DETECTED","features":[305]},{"name":"STATUS_NO_EAS_ON_FILE","features":[305]},{"name":"STATUS_NO_EFS","features":[305]},{"name":"STATUS_NO_EVENT_PAIR","features":[305]},{"name":"STATUS_NO_GUID_TRANSLATION","features":[305]},{"name":"STATUS_NO_IMPERSONATION_TOKEN","features":[305]},{"name":"STATUS_NO_INHERITANCE","features":[305]},{"name":"STATUS_NO_IP_ADDRESSES","features":[305]},{"name":"STATUS_NO_KERB_KEY","features":[305]},{"name":"STATUS_NO_KEY","features":[305]},{"name":"STATUS_NO_LDT","features":[305]},{"name":"STATUS_NO_LINK_TRACKING_IN_TRANSACTION","features":[305]},{"name":"STATUS_NO_LOGON_SERVERS","features":[305]},{"name":"STATUS_NO_LOG_SPACE","features":[305]},{"name":"STATUS_NO_MATCH","features":[305]},{"name":"STATUS_NO_MEDIA","features":[305]},{"name":"STATUS_NO_MEDIA_IN_DEVICE","features":[305]},{"name":"STATUS_NO_MEMORY","features":[305]},{"name":"STATUS_NO_MORE_EAS","features":[305]},{"name":"STATUS_NO_MORE_ENTRIES","features":[305]},{"name":"STATUS_NO_MORE_FILES","features":[305]},{"name":"STATUS_NO_MORE_MATCHES","features":[305]},{"name":"STATUS_NO_PAGEFILE","features":[305]},{"name":"STATUS_NO_PA_DATA","features":[305]},{"name":"STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND","features":[305]},{"name":"STATUS_NO_QUOTAS_FOR_ACCOUNT","features":[305]},{"name":"STATUS_NO_RANGES_PROCESSED","features":[305]},{"name":"STATUS_NO_RECOVERY_POLICY","features":[305]},{"name":"STATUS_NO_S4U_PROT_SUPPORT","features":[305]},{"name":"STATUS_NO_SAVEPOINT_WITH_OPEN_FILES","features":[305]},{"name":"STATUS_NO_SECRETS","features":[305]},{"name":"STATUS_NO_SECURITY_CONTEXT","features":[305]},{"name":"STATUS_NO_SECURITY_ON_OBJECT","features":[305]},{"name":"STATUS_NO_SPOOL_SPACE","features":[305]},{"name":"STATUS_NO_SUCH_ALIAS","features":[305]},{"name":"STATUS_NO_SUCH_DEVICE","features":[305]},{"name":"STATUS_NO_SUCH_DOMAIN","features":[305]},{"name":"STATUS_NO_SUCH_FILE","features":[305]},{"name":"STATUS_NO_SUCH_GROUP","features":[305]},{"name":"STATUS_NO_SUCH_MEMBER","features":[305]},{"name":"STATUS_NO_SUCH_PACKAGE","features":[305]},{"name":"STATUS_NO_SUCH_PRIVILEGE","features":[305]},{"name":"STATUS_NO_TGT_REPLY","features":[305]},{"name":"STATUS_NO_TOKEN","features":[305]},{"name":"STATUS_NO_TRACKING_SERVICE","features":[305]},{"name":"STATUS_NO_TRUST_LSA_SECRET","features":[305]},{"name":"STATUS_NO_TRUST_SAM_ACCOUNT","features":[305]},{"name":"STATUS_NO_TXF_METADATA","features":[305]},{"name":"STATUS_NO_UNICODE_TRANSLATION","features":[305]},{"name":"STATUS_NO_USER_KEYS","features":[305]},{"name":"STATUS_NO_USER_SESSION_KEY","features":[305]},{"name":"STATUS_NO_WORK_DONE","features":[305]},{"name":"STATUS_NO_YIELD_PERFORMED","features":[305]},{"name":"STATUS_NTLM_BLOCKED","features":[305]},{"name":"STATUS_NT_CROSS_ENCRYPTION_REQUIRED","features":[305]},{"name":"STATUS_NULL_LM_PASSWORD","features":[305]},{"name":"STATUS_OBJECTID_EXISTS","features":[305]},{"name":"STATUS_OBJECTID_NOT_FOUND","features":[305]},{"name":"STATUS_OBJECT_IS_IMMUTABLE","features":[305]},{"name":"STATUS_OBJECT_NAME_COLLISION","features":[305]},{"name":"STATUS_OBJECT_NAME_EXISTS","features":[305]},{"name":"STATUS_OBJECT_NAME_INVALID","features":[305]},{"name":"STATUS_OBJECT_NAME_NOT_FOUND","features":[305]},{"name":"STATUS_OBJECT_NOT_EXTERNALLY_BACKED","features":[305]},{"name":"STATUS_OBJECT_NO_LONGER_EXISTS","features":[305]},{"name":"STATUS_OBJECT_PATH_INVALID","features":[305]},{"name":"STATUS_OBJECT_PATH_NOT_FOUND","features":[305]},{"name":"STATUS_OBJECT_PATH_SYNTAX_BAD","features":[305]},{"name":"STATUS_OBJECT_TYPE_MISMATCH","features":[305]},{"name":"STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED","features":[305]},{"name":"STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED","features":[305]},{"name":"STATUS_ONLY_IF_CONNECTED","features":[305]},{"name":"STATUS_OPEN_FAILED","features":[305]},{"name":"STATUS_OPERATION_IN_PROGRESS","features":[305]},{"name":"STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION","features":[305]},{"name":"STATUS_OPLOCK_BREAK_IN_PROGRESS","features":[305]},{"name":"STATUS_OPLOCK_HANDLE_CLOSED","features":[305]},{"name":"STATUS_OPLOCK_NOT_GRANTED","features":[305]},{"name":"STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE","features":[305]},{"name":"STATUS_ORDINAL_NOT_FOUND","features":[305]},{"name":"STATUS_ORPHAN_NAME_EXHAUSTED","features":[305]},{"name":"STATUS_PACKAGE_NOT_AVAILABLE","features":[305]},{"name":"STATUS_PACKAGE_UPDATING","features":[305]},{"name":"STATUS_PAGEFILE_CREATE_FAILED","features":[305]},{"name":"STATUS_PAGEFILE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_PAGEFILE_QUOTA","features":[305]},{"name":"STATUS_PAGEFILE_QUOTA_EXCEEDED","features":[305]},{"name":"STATUS_PAGE_FAULT_COPY_ON_WRITE","features":[305]},{"name":"STATUS_PAGE_FAULT_DEMAND_ZERO","features":[305]},{"name":"STATUS_PAGE_FAULT_GUARD_PAGE","features":[305]},{"name":"STATUS_PAGE_FAULT_PAGING_FILE","features":[305]},{"name":"STATUS_PAGE_FAULT_RETRY","features":[305]},{"name":"STATUS_PAGE_FAULT_TRANSITION","features":[305]},{"name":"STATUS_PARAMETER_QUOTA_EXCEEDED","features":[305]},{"name":"STATUS_PARITY_ERROR","features":[305]},{"name":"STATUS_PARTIAL_COPY","features":[305]},{"name":"STATUS_PARTITION_FAILURE","features":[305]},{"name":"STATUS_PARTITION_TERMINATING","features":[305]},{"name":"STATUS_PASSWORD_CHANGE_REQUIRED","features":[305]},{"name":"STATUS_PASSWORD_RESTRICTION","features":[305]},{"name":"STATUS_PATCH_CONFLICT","features":[305]},{"name":"STATUS_PATCH_DEFERRED","features":[305]},{"name":"STATUS_PATCH_NOT_REGISTERED","features":[305]},{"name":"STATUS_PATH_NOT_COVERED","features":[305]},{"name":"STATUS_PCP_ATTESTATION_CHALLENGE_NOT_SET","features":[305]},{"name":"STATUS_PCP_AUTHENTICATION_FAILED","features":[305]},{"name":"STATUS_PCP_AUTHENTICATION_IGNORED","features":[305]},{"name":"STATUS_PCP_BUFFER_LENGTH_MISMATCH","features":[305]},{"name":"STATUS_PCP_BUFFER_TOO_SMALL","features":[305]},{"name":"STATUS_PCP_CLAIM_TYPE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_PCP_DEVICE_NOT_FOUND","features":[305]},{"name":"STATUS_PCP_DEVICE_NOT_READY","features":[305]},{"name":"STATUS_PCP_ERROR_MASK","features":[305]},{"name":"STATUS_PCP_FLAG_NOT_SUPPORTED","features":[305]},{"name":"STATUS_PCP_IFX_RSA_KEY_CREATION_BLOCKED","features":[305]},{"name":"STATUS_PCP_INTERNAL_ERROR","features":[305]},{"name":"STATUS_PCP_INVALID_HANDLE","features":[305]},{"name":"STATUS_PCP_INVALID_PARAMETER","features":[305]},{"name":"STATUS_PCP_KEY_ALREADY_FINALIZED","features":[305]},{"name":"STATUS_PCP_KEY_HANDLE_INVALIDATED","features":[305]},{"name":"STATUS_PCP_KEY_NOT_AIK","features":[305]},{"name":"STATUS_PCP_KEY_NOT_AUTHENTICATED","features":[305]},{"name":"STATUS_PCP_KEY_NOT_FINALIZED","features":[305]},{"name":"STATUS_PCP_KEY_NOT_LOADED","features":[305]},{"name":"STATUS_PCP_KEY_NOT_SIGNING_KEY","features":[305]},{"name":"STATUS_PCP_KEY_USAGE_POLICY_INVALID","features":[305]},{"name":"STATUS_PCP_KEY_USAGE_POLICY_NOT_SUPPORTED","features":[305]},{"name":"STATUS_PCP_LOCKED_OUT","features":[305]},{"name":"STATUS_PCP_NOT_PCR_BOUND","features":[305]},{"name":"STATUS_PCP_NOT_SUPPORTED","features":[305]},{"name":"STATUS_PCP_NO_KEY_CERTIFICATION","features":[305]},{"name":"STATUS_PCP_POLICY_NOT_FOUND","features":[305]},{"name":"STATUS_PCP_PROFILE_NOT_FOUND","features":[305]},{"name":"STATUS_PCP_RAW_POLICY_NOT_SUPPORTED","features":[305]},{"name":"STATUS_PCP_SOFT_KEY_ERROR","features":[305]},{"name":"STATUS_PCP_TICKET_MISSING","features":[305]},{"name":"STATUS_PCP_TPM_VERSION_NOT_SUPPORTED","features":[305]},{"name":"STATUS_PCP_UNSUPPORTED_PSS_SALT","features":[305]},{"name":"STATUS_PCP_VALIDATION_FAILED","features":[305]},{"name":"STATUS_PCP_WRONG_PARENT","features":[305]},{"name":"STATUS_PENDING","features":[305]},{"name":"STATUS_PER_USER_TRUST_QUOTA_EXCEEDED","features":[305]},{"name":"STATUS_PIPE_BROKEN","features":[305]},{"name":"STATUS_PIPE_BUSY","features":[305]},{"name":"STATUS_PIPE_CLOSING","features":[305]},{"name":"STATUS_PIPE_CONNECTED","features":[305]},{"name":"STATUS_PIPE_DISCONNECTED","features":[305]},{"name":"STATUS_PIPE_EMPTY","features":[305]},{"name":"STATUS_PIPE_LISTENING","features":[305]},{"name":"STATUS_PIPE_NOT_AVAILABLE","features":[305]},{"name":"STATUS_PKINIT_CLIENT_FAILURE","features":[305]},{"name":"STATUS_PKINIT_FAILURE","features":[305]},{"name":"STATUS_PKINIT_NAME_MISMATCH","features":[305]},{"name":"STATUS_PKU2U_CERT_FAILURE","features":[305]},{"name":"STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND","features":[305]},{"name":"STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED","features":[305]},{"name":"STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED","features":[305]},{"name":"STATUS_PLATFORM_MANIFEST_INVALID","features":[305]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_ACTIVE","features":[305]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED","features":[305]},{"name":"STATUS_PLATFORM_MANIFEST_NOT_SIGNED","features":[305]},{"name":"STATUS_PLUGPLAY_NO_DEVICE","features":[305]},{"name":"STATUS_PLUGPLAY_QUERY_VETOED","features":[305]},{"name":"STATUS_PNP_BAD_MPS_TABLE","features":[305]},{"name":"STATUS_PNP_DEVICE_CONFIGURATION_PENDING","features":[305]},{"name":"STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE","features":[305]},{"name":"STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND","features":[305]},{"name":"STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND","features":[305]},{"name":"STATUS_PNP_FUNCTION_DRIVER_REQUIRED","features":[305]},{"name":"STATUS_PNP_INVALID_ID","features":[305]},{"name":"STATUS_PNP_IRQ_TRANSLATION_FAILED","features":[305]},{"name":"STATUS_PNP_NO_COMPAT_DRIVERS","features":[305]},{"name":"STATUS_PNP_REBOOT_REQUIRED","features":[305]},{"name":"STATUS_PNP_RESTART_ENUMERATION","features":[305]},{"name":"STATUS_PNP_TRANSLATION_FAILED","features":[305]},{"name":"STATUS_POLICY_CONTROLLED_ACCOUNT","features":[305]},{"name":"STATUS_POLICY_OBJECT_NOT_FOUND","features":[305]},{"name":"STATUS_POLICY_ONLY_IN_DS","features":[305]},{"name":"STATUS_PORT_ALREADY_HAS_COMPLETION_LIST","features":[305]},{"name":"STATUS_PORT_ALREADY_SET","features":[305]},{"name":"STATUS_PORT_CLOSED","features":[305]},{"name":"STATUS_PORT_CONNECTION_REFUSED","features":[305]},{"name":"STATUS_PORT_DISCONNECTED","features":[305]},{"name":"STATUS_PORT_DO_NOT_DISTURB","features":[305]},{"name":"STATUS_PORT_MESSAGE_TOO_LONG","features":[305]},{"name":"STATUS_PORT_NOT_SET","features":[305]},{"name":"STATUS_PORT_UNREACHABLE","features":[305]},{"name":"STATUS_POSSIBLE_DEADLOCK","features":[305]},{"name":"STATUS_POWER_STATE_INVALID","features":[305]},{"name":"STATUS_PREDEFINED_HANDLE","features":[305]},{"name":"STATUS_PRENT4_MACHINE_ACCOUNT","features":[305]},{"name":"STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[305]},{"name":"STATUS_PRINT_CANCELLED","features":[305]},{"name":"STATUS_PRINT_QUEUE_FULL","features":[305]},{"name":"STATUS_PRIVILEGED_INSTRUCTION","features":[305]},{"name":"STATUS_PRIVILEGE_NOT_HELD","features":[305]},{"name":"STATUS_PROACTIVE_SCAN_IN_PROGRESS","features":[305]},{"name":"STATUS_PROCEDURE_NOT_FOUND","features":[305]},{"name":"STATUS_PROCESS_CLONED","features":[305]},{"name":"STATUS_PROCESS_IN_JOB","features":[305]},{"name":"STATUS_PROCESS_IS_PROTECTED","features":[305]},{"name":"STATUS_PROCESS_IS_TERMINATING","features":[305]},{"name":"STATUS_PROCESS_NOT_IN_JOB","features":[305]},{"name":"STATUS_PROFILING_AT_LIMIT","features":[305]},{"name":"STATUS_PROFILING_NOT_STARTED","features":[305]},{"name":"STATUS_PROFILING_NOT_STOPPED","features":[305]},{"name":"STATUS_PROPSET_NOT_FOUND","features":[305]},{"name":"STATUS_PROTOCOL_NOT_SUPPORTED","features":[305]},{"name":"STATUS_PROTOCOL_UNREACHABLE","features":[305]},{"name":"STATUS_PTE_CHANGED","features":[305]},{"name":"STATUS_PURGE_FAILED","features":[305]},{"name":"STATUS_PWD_HISTORY_CONFLICT","features":[305]},{"name":"STATUS_PWD_TOO_LONG","features":[305]},{"name":"STATUS_PWD_TOO_RECENT","features":[305]},{"name":"STATUS_PWD_TOO_SHORT","features":[305]},{"name":"STATUS_QUERY_STORAGE_ERROR","features":[305]},{"name":"STATUS_QUIC_ALPN_NEG_FAILURE","features":[305]},{"name":"STATUS_QUIC_CONNECTION_IDLE","features":[305]},{"name":"STATUS_QUIC_CONNECTION_TIMEOUT","features":[305]},{"name":"STATUS_QUIC_HANDSHAKE_FAILURE","features":[305]},{"name":"STATUS_QUIC_INTERNAL_ERROR","features":[305]},{"name":"STATUS_QUIC_PROTOCOL_VIOLATION","features":[305]},{"name":"STATUS_QUIC_USER_CANCELED","features":[305]},{"name":"STATUS_QUIC_VER_NEG_FAILURE","features":[305]},{"name":"STATUS_QUOTA_ACTIVITY","features":[305]},{"name":"STATUS_QUOTA_EXCEEDED","features":[305]},{"name":"STATUS_QUOTA_LIST_INCONSISTENT","features":[305]},{"name":"STATUS_QUOTA_NOT_ENABLED","features":[305]},{"name":"STATUS_RANGE_LIST_CONFLICT","features":[305]},{"name":"STATUS_RANGE_NOT_FOUND","features":[305]},{"name":"STATUS_RANGE_NOT_LOCKED","features":[305]},{"name":"STATUS_RDBSS_CONTINUE_OPERATION","features":[305]},{"name":"STATUS_RDBSS_POST_OPERATION","features":[305]},{"name":"STATUS_RDBSS_RESTART_OPERATION","features":[305]},{"name":"STATUS_RDBSS_RETRY_LOOKUP","features":[305]},{"name":"STATUS_RDP_PROTOCOL_ERROR","features":[305]},{"name":"STATUS_RECEIVE_EXPEDITED","features":[305]},{"name":"STATUS_RECEIVE_PARTIAL","features":[305]},{"name":"STATUS_RECEIVE_PARTIAL_EXPEDITED","features":[305]},{"name":"STATUS_RECOVERABLE_BUGCHECK","features":[305]},{"name":"STATUS_RECOVERY_FAILURE","features":[305]},{"name":"STATUS_RECOVERY_NOT_NEEDED","features":[305]},{"name":"STATUS_RECURSIVE_DISPATCH","features":[305]},{"name":"STATUS_REDIRECTOR_HAS_OPEN_HANDLES","features":[305]},{"name":"STATUS_REDIRECTOR_NOT_STARTED","features":[305]},{"name":"STATUS_REDIRECTOR_PAUSED","features":[305]},{"name":"STATUS_REDIRECTOR_STARTED","features":[305]},{"name":"STATUS_REGISTRY_CORRUPT","features":[305]},{"name":"STATUS_REGISTRY_HIVE_RECOVERED","features":[305]},{"name":"STATUS_REGISTRY_IO_FAILED","features":[305]},{"name":"STATUS_REGISTRY_QUOTA_LIMIT","features":[305]},{"name":"STATUS_REGISTRY_RECOVERED","features":[305]},{"name":"STATUS_REG_NAT_CONSUMPTION","features":[305]},{"name":"STATUS_REINITIALIZATION_NEEDED","features":[305]},{"name":"STATUS_REMOTE_DISCONNECT","features":[305]},{"name":"STATUS_REMOTE_FILE_VERSION_MISMATCH","features":[305]},{"name":"STATUS_REMOTE_NOT_LISTENING","features":[305]},{"name":"STATUS_REMOTE_RESOURCES","features":[305]},{"name":"STATUS_REMOTE_SESSION_LIMIT","features":[305]},{"name":"STATUS_REMOTE_STORAGE_MEDIA_ERROR","features":[305]},{"name":"STATUS_REMOTE_STORAGE_NOT_ACTIVE","features":[305]},{"name":"STATUS_REPAIR_NEEDED","features":[305]},{"name":"STATUS_REPARSE","features":[305]},{"name":"STATUS_REPARSE_ATTRIBUTE_CONFLICT","features":[305]},{"name":"STATUS_REPARSE_GLOBAL","features":[305]},{"name":"STATUS_REPARSE_OBJECT","features":[305]},{"name":"STATUS_REPARSE_POINT_ENCOUNTERED","features":[305]},{"name":"STATUS_REPARSE_POINT_NOT_RESOLVED","features":[305]},{"name":"STATUS_REPLY_MESSAGE_MISMATCH","features":[305]},{"name":"STATUS_REQUEST_ABORTED","features":[305]},{"name":"STATUS_REQUEST_CANCELED","features":[305]},{"name":"STATUS_REQUEST_NOT_ACCEPTED","features":[305]},{"name":"STATUS_REQUEST_OUT_OF_SEQUENCE","features":[305]},{"name":"STATUS_REQUEST_PAUSED","features":[305]},{"name":"STATUS_RESIDENT_FILE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_RESOURCEMANAGER_NOT_FOUND","features":[305]},{"name":"STATUS_RESOURCEMANAGER_READ_ONLY","features":[305]},{"name":"STATUS_RESOURCE_DATA_NOT_FOUND","features":[305]},{"name":"STATUS_RESOURCE_ENUM_USER_STOP","features":[305]},{"name":"STATUS_RESOURCE_IN_USE","features":[305]},{"name":"STATUS_RESOURCE_LANG_NOT_FOUND","features":[305]},{"name":"STATUS_RESOURCE_NAME_NOT_FOUND","features":[305]},{"name":"STATUS_RESOURCE_NOT_OWNED","features":[305]},{"name":"STATUS_RESOURCE_REQUIREMENTS_CHANGED","features":[305]},{"name":"STATUS_RESOURCE_TYPE_NOT_FOUND","features":[305]},{"name":"STATUS_RESTART_BOOT_APPLICATION","features":[305]},{"name":"STATUS_RESUME_HIBERNATION","features":[305]},{"name":"STATUS_RETRY","features":[305]},{"name":"STATUS_RETURN_ADDRESS_HIJACK_ATTEMPT","features":[305]},{"name":"STATUS_REVISION_MISMATCH","features":[305]},{"name":"STATUS_REVOCATION_OFFLINE_C","features":[305]},{"name":"STATUS_REVOCATION_OFFLINE_KDC","features":[305]},{"name":"STATUS_RING_NEWLY_EMPTY","features":[305]},{"name":"STATUS_RING_PREVIOUSLY_ABOVE_QUOTA","features":[305]},{"name":"STATUS_RING_PREVIOUSLY_EMPTY","features":[305]},{"name":"STATUS_RING_PREVIOUSLY_FULL","features":[305]},{"name":"STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT","features":[305]},{"name":"STATUS_RKF_ACTIVE_KEY","features":[305]},{"name":"STATUS_RKF_BLOB_FULL","features":[305]},{"name":"STATUS_RKF_DUPLICATE_KEY","features":[305]},{"name":"STATUS_RKF_FILE_BLOCKED","features":[305]},{"name":"STATUS_RKF_KEY_NOT_FOUND","features":[305]},{"name":"STATUS_RKF_STORE_FULL","features":[305]},{"name":"STATUS_RM_ALREADY_STARTED","features":[305]},{"name":"STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT","features":[305]},{"name":"STATUS_RM_DISCONNECTED","features":[305]},{"name":"STATUS_RM_METADATA_CORRUPT","features":[305]},{"name":"STATUS_RM_NOT_ACTIVE","features":[305]},{"name":"STATUS_ROLLBACK_TIMER_EXPIRED","features":[305]},{"name":"STATUS_RTPM_CONTEXT_COMPLETE","features":[305]},{"name":"STATUS_RTPM_CONTEXT_CONTINUE","features":[305]},{"name":"STATUS_RTPM_INVALID_CONTEXT","features":[305]},{"name":"STATUS_RTPM_NO_RESULT","features":[305]},{"name":"STATUS_RTPM_PCR_READ_INCOMPLETE","features":[305]},{"name":"STATUS_RTPM_UNSUPPORTED_CMD","features":[305]},{"name":"STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT","features":[305]},{"name":"STATUS_RUNLEVEL_SWITCH_IN_PROGRESS","features":[305]},{"name":"STATUS_RUNLEVEL_SWITCH_TIMEOUT","features":[305]},{"name":"STATUS_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED","features":[305]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET","features":[305]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE","features":[305]},{"name":"STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER","features":[305]},{"name":"STATUS_RXACT_COMMITTED","features":[305]},{"name":"STATUS_RXACT_COMMIT_FAILURE","features":[305]},{"name":"STATUS_RXACT_COMMIT_NECESSARY","features":[305]},{"name":"STATUS_RXACT_INVALID_STATE","features":[305]},{"name":"STATUS_RXACT_STATE_CREATED","features":[305]},{"name":"STATUS_SAM_INIT_FAILURE","features":[305]},{"name":"STATUS_SAM_NEED_BOOTKEY_FLOPPY","features":[305]},{"name":"STATUS_SAM_NEED_BOOTKEY_PASSWORD","features":[305]},{"name":"STATUS_SCRUB_DATA_DISABLED","features":[305]},{"name":"STATUS_SECCORE_INVALID_COMMAND","features":[305]},{"name":"STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED","features":[305]},{"name":"STATUS_SECRET_TOO_LONG","features":[305]},{"name":"STATUS_SECTION_DIRECT_MAP_ONLY","features":[305]},{"name":"STATUS_SECTION_NOT_EXTENDED","features":[305]},{"name":"STATUS_SECTION_NOT_IMAGE","features":[305]},{"name":"STATUS_SECTION_PROTECTION","features":[305]},{"name":"STATUS_SECTION_TOO_BIG","features":[305]},{"name":"STATUS_SECUREBOOT_FILE_REPLACED","features":[305]},{"name":"STATUS_SECUREBOOT_INVALID_POLICY","features":[305]},{"name":"STATUS_SECUREBOOT_NOT_BASE_POLICY","features":[305]},{"name":"STATUS_SECUREBOOT_NOT_ENABLED","features":[305]},{"name":"STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY","features":[305]},{"name":"STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH","features":[305]},{"name":"STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION","features":[305]},{"name":"STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED","features":[305]},{"name":"STATUS_SECUREBOOT_POLICY_NOT_SIGNED","features":[305]},{"name":"STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND","features":[305]},{"name":"STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED","features":[305]},{"name":"STATUS_SECUREBOOT_POLICY_UNKNOWN","features":[305]},{"name":"STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH","features":[305]},{"name":"STATUS_SECUREBOOT_POLICY_VIOLATION","features":[305]},{"name":"STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING","features":[305]},{"name":"STATUS_SECUREBOOT_ROLLBACK_DETECTED","features":[305]},{"name":"STATUS_SECURITY_STREAM_IS_INCONSISTENT","features":[305]},{"name":"STATUS_SEGMENT_NOTIFICATION","features":[305]},{"name":"STATUS_SEMAPHORE_LIMIT_EXCEEDED","features":[305]},{"name":"STATUS_SERIAL_COUNTER_TIMEOUT","features":[305]},{"name":"STATUS_SERIAL_MORE_WRITES","features":[305]},{"name":"STATUS_SERIAL_NO_DEVICE_INITED","features":[305]},{"name":"STATUS_SERVER_DISABLED","features":[305]},{"name":"STATUS_SERVER_HAS_OPEN_HANDLES","features":[305]},{"name":"STATUS_SERVER_NOT_DISABLED","features":[305]},{"name":"STATUS_SERVER_SHUTDOWN_IN_PROGRESS","features":[305]},{"name":"STATUS_SERVER_SID_MISMATCH","features":[305]},{"name":"STATUS_SERVER_TRANSPORT_CONFLICT","features":[305]},{"name":"STATUS_SERVER_UNAVAILABLE","features":[305]},{"name":"STATUS_SERVICES_FAILED_AUTOSTART","features":[305]},{"name":"STATUS_SERVICE_NOTIFICATION","features":[305]},{"name":"STATUS_SESSION_KEY_TOO_SHORT","features":[305]},{"name":"STATUS_SETMARK_DETECTED","features":[305]},{"name":"STATUS_SET_CONTEXT_DENIED","features":[305]},{"name":"STATUS_SEVERITY_COERROR","features":[305]},{"name":"STATUS_SEVERITY_COFAIL","features":[305]},{"name":"STATUS_SEVERITY_ERROR","features":[305]},{"name":"STATUS_SEVERITY_INFORMATIONAL","features":[305]},{"name":"STATUS_SEVERITY_SUCCESS","features":[305]},{"name":"STATUS_SEVERITY_WARNING","features":[305]},{"name":"STATUS_SHARED_IRQ_BUSY","features":[305]},{"name":"STATUS_SHARED_POLICY","features":[305]},{"name":"STATUS_SHARE_UNAVAILABLE","features":[305]},{"name":"STATUS_SHARING_PAUSED","features":[305]},{"name":"STATUS_SHARING_VIOLATION","features":[305]},{"name":"STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME","features":[305]},{"name":"STATUS_SHUTDOWN_IN_PROGRESS","features":[305]},{"name":"STATUS_SINGLE_STEP","features":[305]},{"name":"STATUS_SMARTCARD_CARD_BLOCKED","features":[305]},{"name":"STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED","features":[305]},{"name":"STATUS_SMARTCARD_CERT_EXPIRED","features":[305]},{"name":"STATUS_SMARTCARD_CERT_REVOKED","features":[305]},{"name":"STATUS_SMARTCARD_IO_ERROR","features":[305]},{"name":"STATUS_SMARTCARD_LOGON_REQUIRED","features":[305]},{"name":"STATUS_SMARTCARD_NO_CARD","features":[305]},{"name":"STATUS_SMARTCARD_NO_CERTIFICATE","features":[305]},{"name":"STATUS_SMARTCARD_NO_KEYSET","features":[305]},{"name":"STATUS_SMARTCARD_NO_KEY_CONTAINER","features":[305]},{"name":"STATUS_SMARTCARD_SILENT_CONTEXT","features":[305]},{"name":"STATUS_SMARTCARD_SUBSYSTEM_FAILURE","features":[305]},{"name":"STATUS_SMARTCARD_WRONG_PIN","features":[305]},{"name":"STATUS_SMB1_NOT_AVAILABLE","features":[305]},{"name":"STATUS_SMB_BAD_CLUSTER_DIALECT","features":[305]},{"name":"STATUS_SMB_GUEST_LOGON_BLOCKED","features":[305]},{"name":"STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP","features":[305]},{"name":"STATUS_SMB_NO_SIGNING_ALGORITHM_OVERLAP","features":[305]},{"name":"STATUS_SMI_PRIMITIVE_INSTALLER_FAILED","features":[305]},{"name":"STATUS_SMR_GARBAGE_COLLECTION_REQUIRED","features":[305]},{"name":"STATUS_SOME_NOT_MAPPED","features":[305]},{"name":"STATUS_SOURCE_ELEMENT_EMPTY","features":[305]},{"name":"STATUS_SPACES_ALLOCATION_SIZE_INVALID","features":[305]},{"name":"STATUS_SPACES_CACHE_FULL","features":[305]},{"name":"STATUS_SPACES_COMPLETE","features":[305]},{"name":"STATUS_SPACES_CORRUPT_METADATA","features":[305]},{"name":"STATUS_SPACES_DRIVE_LOST_DATA","features":[305]},{"name":"STATUS_SPACES_DRIVE_NOT_READY","features":[305]},{"name":"STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID","features":[305]},{"name":"STATUS_SPACES_DRIVE_REDUNDANCY_INVALID","features":[305]},{"name":"STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID","features":[305]},{"name":"STATUS_SPACES_DRIVE_SPLIT","features":[305]},{"name":"STATUS_SPACES_DRT_FULL","features":[305]},{"name":"STATUS_SPACES_ENCLOSURE_AWARE_INVALID","features":[305]},{"name":"STATUS_SPACES_ENTRY_INCOMPLETE","features":[305]},{"name":"STATUS_SPACES_ENTRY_INVALID","features":[305]},{"name":"STATUS_SPACES_EXTENDED_ERROR","features":[305]},{"name":"STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID","features":[305]},{"name":"STATUS_SPACES_FLUSH_METADATA","features":[305]},{"name":"STATUS_SPACES_INCONSISTENCY","features":[305]},{"name":"STATUS_SPACES_INTERLEAVE_LENGTH_INVALID","features":[305]},{"name":"STATUS_SPACES_LOG_NOT_READY","features":[305]},{"name":"STATUS_SPACES_MAP_REQUIRED","features":[305]},{"name":"STATUS_SPACES_MARK_DIRTY","features":[305]},{"name":"STATUS_SPACES_NOT_ENOUGH_DRIVES","features":[305]},{"name":"STATUS_SPACES_NO_REDUNDANCY","features":[305]},{"name":"STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID","features":[305]},{"name":"STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID","features":[305]},{"name":"STATUS_SPACES_NUMBER_OF_GROUPS_INVALID","features":[305]},{"name":"STATUS_SPACES_PAUSE","features":[305]},{"name":"STATUS_SPACES_PD_INVALID_DATA","features":[305]},{"name":"STATUS_SPACES_PD_LENGTH_MISMATCH","features":[305]},{"name":"STATUS_SPACES_PD_NOT_FOUND","features":[305]},{"name":"STATUS_SPACES_PD_UNSUPPORTED_VERSION","features":[305]},{"name":"STATUS_SPACES_PROVISIONING_TYPE_INVALID","features":[305]},{"name":"STATUS_SPACES_REDIRECT","features":[305]},{"name":"STATUS_SPACES_REPAIRED","features":[305]},{"name":"STATUS_SPACES_REPAIR_IN_PROGRESS","features":[305]},{"name":"STATUS_SPACES_RESILIENCY_TYPE_INVALID","features":[305]},{"name":"STATUS_SPACES_UNSUPPORTED_VERSION","features":[305]},{"name":"STATUS_SPACES_UPDATE_COLUMN_STATE","features":[305]},{"name":"STATUS_SPACES_WRITE_CACHE_SIZE_INVALID","features":[305]},{"name":"STATUS_SPARSE_FILE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION","features":[305]},{"name":"STATUS_SPECIAL_ACCOUNT","features":[305]},{"name":"STATUS_SPECIAL_GROUP","features":[305]},{"name":"STATUS_SPECIAL_USER","features":[305]},{"name":"STATUS_STACK_BUFFER_OVERRUN","features":[305]},{"name":"STATUS_STACK_OVERFLOW","features":[305]},{"name":"STATUS_STACK_OVERFLOW_READ","features":[305]},{"name":"STATUS_STOPPED_ON_SYMLINK","features":[305]},{"name":"STATUS_STORAGE_LOST_DATA_PERSISTENCE","features":[305]},{"name":"STATUS_STORAGE_RESERVE_ALREADY_EXISTS","features":[305]},{"name":"STATUS_STORAGE_RESERVE_DOES_NOT_EXIST","features":[305]},{"name":"STATUS_STORAGE_RESERVE_ID_INVALID","features":[305]},{"name":"STATUS_STORAGE_RESERVE_NOT_EMPTY","features":[305]},{"name":"STATUS_STORAGE_STACK_ACCESS_DENIED","features":[305]},{"name":"STATUS_STORAGE_TOPOLOGY_ID_MISMATCH","features":[305]},{"name":"STATUS_STOWED_EXCEPTION","features":[305]},{"name":"STATUS_STREAM_MINIVERSION_NOT_FOUND","features":[305]},{"name":"STATUS_STREAM_MINIVERSION_NOT_VALID","features":[305]},{"name":"STATUS_STRICT_CFG_VIOLATION","features":[305]},{"name":"STATUS_STRONG_CRYPTO_NOT_SUPPORTED","features":[305]},{"name":"STATUS_SUCCESS","features":[305]},{"name":"STATUS_SUSPEND_COUNT_EXCEEDED","features":[305]},{"name":"STATUS_SVHDX_ERROR_NOT_AVAILABLE","features":[305]},{"name":"STATUS_SVHDX_ERROR_STORED","features":[305]},{"name":"STATUS_SVHDX_NO_INITIATOR","features":[305]},{"name":"STATUS_SVHDX_RESERVATION_CONFLICT","features":[305]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE","features":[305]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED","features":[305]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED","features":[305]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED","features":[305]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED","features":[305]},{"name":"STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED","features":[305]},{"name":"STATUS_SVHDX_VERSION_MISMATCH","features":[305]},{"name":"STATUS_SVHDX_WRONG_FILE_TYPE","features":[305]},{"name":"STATUS_SXS_ACTIVATION_CONTEXT_DISABLED","features":[305]},{"name":"STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT","features":[305]},{"name":"STATUS_SXS_ASSEMBLY_MISSING","features":[305]},{"name":"STATUS_SXS_ASSEMBLY_NOT_FOUND","features":[305]},{"name":"STATUS_SXS_CANT_GEN_ACTCTX","features":[305]},{"name":"STATUS_SXS_COMPONENT_STORE_CORRUPT","features":[305]},{"name":"STATUS_SXS_CORRUPTION","features":[305]},{"name":"STATUS_SXS_CORRUPT_ACTIVATION_STACK","features":[305]},{"name":"STATUS_SXS_EARLY_DEACTIVATION","features":[305]},{"name":"STATUS_SXS_FILE_HASH_MISMATCH","features":[305]},{"name":"STATUS_SXS_FILE_HASH_MISSING","features":[305]},{"name":"STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY","features":[305]},{"name":"STATUS_SXS_IDENTITIES_DIFFERENT","features":[305]},{"name":"STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE","features":[305]},{"name":"STATUS_SXS_IDENTITY_PARSE_ERROR","features":[305]},{"name":"STATUS_SXS_INVALID_ACTCTXDATA_FORMAT","features":[305]},{"name":"STATUS_SXS_INVALID_DEACTIVATION","features":[305]},{"name":"STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME","features":[305]},{"name":"STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE","features":[305]},{"name":"STATUS_SXS_KEY_NOT_FOUND","features":[305]},{"name":"STATUS_SXS_MANIFEST_FORMAT_ERROR","features":[305]},{"name":"STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT","features":[305]},{"name":"STATUS_SXS_MANIFEST_PARSE_ERROR","features":[305]},{"name":"STATUS_SXS_MANIFEST_TOO_BIG","features":[305]},{"name":"STATUS_SXS_MULTIPLE_DEACTIVATION","features":[305]},{"name":"STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET","features":[305]},{"name":"STATUS_SXS_PROCESS_TERMINATION_REQUESTED","features":[305]},{"name":"STATUS_SXS_RELEASE_ACTIVATION_CONTEXT","features":[305]},{"name":"STATUS_SXS_SECTION_NOT_FOUND","features":[305]},{"name":"STATUS_SXS_SETTING_NOT_REGISTERED","features":[305]},{"name":"STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY","features":[305]},{"name":"STATUS_SXS_THREAD_QUERIES_DISABLED","features":[305]},{"name":"STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE","features":[305]},{"name":"STATUS_SXS_VERSION_CONFLICT","features":[305]},{"name":"STATUS_SXS_WRONG_SECTION_TYPE","features":[305]},{"name":"STATUS_SYMLINK_CLASS_DISABLED","features":[305]},{"name":"STATUS_SYNCHRONIZATION_REQUIRED","features":[305]},{"name":"STATUS_SYSTEM_DEVICE_NOT_FOUND","features":[305]},{"name":"STATUS_SYSTEM_HIVE_TOO_LARGE","features":[305]},{"name":"STATUS_SYSTEM_IMAGE_BAD_SIGNATURE","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_INVALID_POLICY","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_OFFLINE","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_PUA","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED","features":[305]},{"name":"STATUS_SYSTEM_INTEGRITY_TOO_MANY_POLICIES","features":[305]},{"name":"STATUS_SYSTEM_NEEDS_REMEDIATION","features":[305]},{"name":"STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION","features":[305]},{"name":"STATUS_SYSTEM_POWERSTATE_TRANSITION","features":[305]},{"name":"STATUS_SYSTEM_PROCESS_TERMINATED","features":[305]},{"name":"STATUS_SYSTEM_SHUTDOWN","features":[305]},{"name":"STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED","features":[305]},{"name":"STATUS_THREADPOOL_HANDLE_EXCEPTION","features":[305]},{"name":"STATUS_THREADPOOL_RELEASED_DURING_OPERATION","features":[305]},{"name":"STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED","features":[305]},{"name":"STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED","features":[305]},{"name":"STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED","features":[305]},{"name":"STATUS_THREAD_ALREADY_IN_SESSION","features":[305]},{"name":"STATUS_THREAD_ALREADY_IN_TASK","features":[305]},{"name":"STATUS_THREAD_IS_TERMINATING","features":[305]},{"name":"STATUS_THREAD_NOT_IN_PROCESS","features":[305]},{"name":"STATUS_THREAD_NOT_IN_SESSION","features":[305]},{"name":"STATUS_THREAD_NOT_RUNNING","features":[305]},{"name":"STATUS_THREAD_WAS_SUSPENDED","features":[305]},{"name":"STATUS_TIMEOUT","features":[305]},{"name":"STATUS_TIMER_NOT_CANCELED","features":[305]},{"name":"STATUS_TIMER_RESOLUTION_NOT_SET","features":[305]},{"name":"STATUS_TIMER_RESUME_IGNORED","features":[305]},{"name":"STATUS_TIME_DIFFERENCE_AT_DC","features":[305]},{"name":"STATUS_TM_IDENTITY_MISMATCH","features":[305]},{"name":"STATUS_TM_INITIALIZATION_FAILED","features":[305]},{"name":"STATUS_TM_VOLATILE","features":[305]},{"name":"STATUS_TOKEN_ALREADY_IN_USE","features":[305]},{"name":"STATUS_TOO_LATE","features":[305]},{"name":"STATUS_TOO_MANY_ADDRESSES","features":[305]},{"name":"STATUS_TOO_MANY_COMMANDS","features":[305]},{"name":"STATUS_TOO_MANY_CONTEXT_IDS","features":[305]},{"name":"STATUS_TOO_MANY_GUIDS_REQUESTED","features":[305]},{"name":"STATUS_TOO_MANY_LINKS","features":[305]},{"name":"STATUS_TOO_MANY_LUIDS_REQUESTED","features":[305]},{"name":"STATUS_TOO_MANY_NAMES","features":[305]},{"name":"STATUS_TOO_MANY_NODES","features":[305]},{"name":"STATUS_TOO_MANY_OPENED_FILES","features":[305]},{"name":"STATUS_TOO_MANY_PAGING_FILES","features":[305]},{"name":"STATUS_TOO_MANY_PRINCIPALS","features":[305]},{"name":"STATUS_TOO_MANY_SECRETS","features":[305]},{"name":"STATUS_TOO_MANY_SEGMENT_DESCRIPTORS","features":[305]},{"name":"STATUS_TOO_MANY_SESSIONS","features":[305]},{"name":"STATUS_TOO_MANY_SIDS","features":[305]},{"name":"STATUS_TOO_MANY_THREADS","features":[305]},{"name":"STATUS_TPM_20_E_ASYMMETRIC","features":[305]},{"name":"STATUS_TPM_20_E_ATTRIBUTES","features":[305]},{"name":"STATUS_TPM_20_E_AUTHSIZE","features":[305]},{"name":"STATUS_TPM_20_E_AUTH_CONTEXT","features":[305]},{"name":"STATUS_TPM_20_E_AUTH_FAIL","features":[305]},{"name":"STATUS_TPM_20_E_AUTH_MISSING","features":[305]},{"name":"STATUS_TPM_20_E_AUTH_TYPE","features":[305]},{"name":"STATUS_TPM_20_E_AUTH_UNAVAILABLE","features":[305]},{"name":"STATUS_TPM_20_E_BAD_AUTH","features":[305]},{"name":"STATUS_TPM_20_E_BAD_CONTEXT","features":[305]},{"name":"STATUS_TPM_20_E_BINDING","features":[305]},{"name":"STATUS_TPM_20_E_COMMAND_CODE","features":[305]},{"name":"STATUS_TPM_20_E_COMMAND_SIZE","features":[305]},{"name":"STATUS_TPM_20_E_CPHASH","features":[305]},{"name":"STATUS_TPM_20_E_CURVE","features":[305]},{"name":"STATUS_TPM_20_E_DISABLED","features":[305]},{"name":"STATUS_TPM_20_E_ECC_CURVE","features":[305]},{"name":"STATUS_TPM_20_E_ECC_POINT","features":[305]},{"name":"STATUS_TPM_20_E_EXCLUSIVE","features":[305]},{"name":"STATUS_TPM_20_E_EXPIRED","features":[305]},{"name":"STATUS_TPM_20_E_FAILURE","features":[305]},{"name":"STATUS_TPM_20_E_HANDLE","features":[305]},{"name":"STATUS_TPM_20_E_HASH","features":[305]},{"name":"STATUS_TPM_20_E_HIERARCHY","features":[305]},{"name":"STATUS_TPM_20_E_HMAC","features":[305]},{"name":"STATUS_TPM_20_E_INITIALIZE","features":[305]},{"name":"STATUS_TPM_20_E_INSUFFICIENT","features":[305]},{"name":"STATUS_TPM_20_E_INTEGRITY","features":[305]},{"name":"STATUS_TPM_20_E_KDF","features":[305]},{"name":"STATUS_TPM_20_E_KEY","features":[305]},{"name":"STATUS_TPM_20_E_KEY_SIZE","features":[305]},{"name":"STATUS_TPM_20_E_MGF","features":[305]},{"name":"STATUS_TPM_20_E_MODE","features":[305]},{"name":"STATUS_TPM_20_E_NEEDS_TEST","features":[305]},{"name":"STATUS_TPM_20_E_NONCE","features":[305]},{"name":"STATUS_TPM_20_E_NO_RESULT","features":[305]},{"name":"STATUS_TPM_20_E_NV_AUTHORIZATION","features":[305]},{"name":"STATUS_TPM_20_E_NV_DEFINED","features":[305]},{"name":"STATUS_TPM_20_E_NV_LOCKED","features":[305]},{"name":"STATUS_TPM_20_E_NV_RANGE","features":[305]},{"name":"STATUS_TPM_20_E_NV_SIZE","features":[305]},{"name":"STATUS_TPM_20_E_NV_SPACE","features":[305]},{"name":"STATUS_TPM_20_E_NV_UNINITIALIZED","features":[305]},{"name":"STATUS_TPM_20_E_PARENT","features":[305]},{"name":"STATUS_TPM_20_E_PCR","features":[305]},{"name":"STATUS_TPM_20_E_PCR_CHANGED","features":[305]},{"name":"STATUS_TPM_20_E_POLICY","features":[305]},{"name":"STATUS_TPM_20_E_POLICY_CC","features":[305]},{"name":"STATUS_TPM_20_E_POLICY_FAIL","features":[305]},{"name":"STATUS_TPM_20_E_PP","features":[305]},{"name":"STATUS_TPM_20_E_PRIVATE","features":[305]},{"name":"STATUS_TPM_20_E_RANGE","features":[305]},{"name":"STATUS_TPM_20_E_REBOOT","features":[305]},{"name":"STATUS_TPM_20_E_RESERVED_BITS","features":[305]},{"name":"STATUS_TPM_20_E_SCHEME","features":[305]},{"name":"STATUS_TPM_20_E_SELECTOR","features":[305]},{"name":"STATUS_TPM_20_E_SENSITIVE","features":[305]},{"name":"STATUS_TPM_20_E_SEQUENCE","features":[305]},{"name":"STATUS_TPM_20_E_SIGNATURE","features":[305]},{"name":"STATUS_TPM_20_E_SIZE","features":[305]},{"name":"STATUS_TPM_20_E_SYMMETRIC","features":[305]},{"name":"STATUS_TPM_20_E_TAG","features":[305]},{"name":"STATUS_TPM_20_E_TICKET","features":[305]},{"name":"STATUS_TPM_20_E_TOO_MANY_CONTEXTS","features":[305]},{"name":"STATUS_TPM_20_E_TYPE","features":[305]},{"name":"STATUS_TPM_20_E_UNBALANCED","features":[305]},{"name":"STATUS_TPM_20_E_UPGRADE","features":[305]},{"name":"STATUS_TPM_20_E_VALUE","features":[305]},{"name":"STATUS_TPM_ACCESS_DENIED","features":[305]},{"name":"STATUS_TPM_AREA_LOCKED","features":[305]},{"name":"STATUS_TPM_AUDITFAILURE","features":[305]},{"name":"STATUS_TPM_AUDITFAIL_SUCCESSFUL","features":[305]},{"name":"STATUS_TPM_AUDITFAIL_UNSUCCESSFUL","features":[305]},{"name":"STATUS_TPM_AUTH2FAIL","features":[305]},{"name":"STATUS_TPM_AUTHFAIL","features":[305]},{"name":"STATUS_TPM_AUTH_CONFLICT","features":[305]},{"name":"STATUS_TPM_BADCONTEXT","features":[305]},{"name":"STATUS_TPM_BADINDEX","features":[305]},{"name":"STATUS_TPM_BADTAG","features":[305]},{"name":"STATUS_TPM_BAD_ATTRIBUTES","features":[305]},{"name":"STATUS_TPM_BAD_COUNTER","features":[305]},{"name":"STATUS_TPM_BAD_DATASIZE","features":[305]},{"name":"STATUS_TPM_BAD_DELEGATE","features":[305]},{"name":"STATUS_TPM_BAD_HANDLE","features":[305]},{"name":"STATUS_TPM_BAD_KEY_PROPERTY","features":[305]},{"name":"STATUS_TPM_BAD_LOCALITY","features":[305]},{"name":"STATUS_TPM_BAD_MIGRATION","features":[305]},{"name":"STATUS_TPM_BAD_MODE","features":[305]},{"name":"STATUS_TPM_BAD_ORDINAL","features":[305]},{"name":"STATUS_TPM_BAD_PARAMETER","features":[305]},{"name":"STATUS_TPM_BAD_PARAM_SIZE","features":[305]},{"name":"STATUS_TPM_BAD_PRESENCE","features":[305]},{"name":"STATUS_TPM_BAD_SCHEME","features":[305]},{"name":"STATUS_TPM_BAD_SIGNATURE","features":[305]},{"name":"STATUS_TPM_BAD_TYPE","features":[305]},{"name":"STATUS_TPM_BAD_VERSION","features":[305]},{"name":"STATUS_TPM_CLEAR_DISABLED","features":[305]},{"name":"STATUS_TPM_COMMAND_BLOCKED","features":[305]},{"name":"STATUS_TPM_COMMAND_CANCELED","features":[305]},{"name":"STATUS_TPM_CONTEXT_GAP","features":[305]},{"name":"STATUS_TPM_DAA_INPUT_DATA0","features":[305]},{"name":"STATUS_TPM_DAA_INPUT_DATA1","features":[305]},{"name":"STATUS_TPM_DAA_ISSUER_SETTINGS","features":[305]},{"name":"STATUS_TPM_DAA_ISSUER_VALIDITY","features":[305]},{"name":"STATUS_TPM_DAA_RESOURCES","features":[305]},{"name":"STATUS_TPM_DAA_STAGE","features":[305]},{"name":"STATUS_TPM_DAA_TPM_SETTINGS","features":[305]},{"name":"STATUS_TPM_DAA_WRONG_W","features":[305]},{"name":"STATUS_TPM_DEACTIVATED","features":[305]},{"name":"STATUS_TPM_DECRYPT_ERROR","features":[305]},{"name":"STATUS_TPM_DEFEND_LOCK_RUNNING","features":[305]},{"name":"STATUS_TPM_DELEGATE_ADMIN","features":[305]},{"name":"STATUS_TPM_DELEGATE_FAMILY","features":[305]},{"name":"STATUS_TPM_DELEGATE_LOCK","features":[305]},{"name":"STATUS_TPM_DISABLED","features":[305]},{"name":"STATUS_TPM_DISABLED_CMD","features":[305]},{"name":"STATUS_TPM_DOING_SELFTEST","features":[305]},{"name":"STATUS_TPM_DUPLICATE_VHANDLE","features":[305]},{"name":"STATUS_TPM_EMBEDDED_COMMAND_BLOCKED","features":[305]},{"name":"STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED","features":[305]},{"name":"STATUS_TPM_ENCRYPT_ERROR","features":[305]},{"name":"STATUS_TPM_ERROR_MASK","features":[305]},{"name":"STATUS_TPM_FAIL","features":[305]},{"name":"STATUS_TPM_FAILEDSELFTEST","features":[305]},{"name":"STATUS_TPM_FAMILYCOUNT","features":[305]},{"name":"STATUS_TPM_INAPPROPRIATE_ENC","features":[305]},{"name":"STATUS_TPM_INAPPROPRIATE_SIG","features":[305]},{"name":"STATUS_TPM_INSTALL_DISABLED","features":[305]},{"name":"STATUS_TPM_INSUFFICIENT_BUFFER","features":[305]},{"name":"STATUS_TPM_INVALID_AUTHHANDLE","features":[305]},{"name":"STATUS_TPM_INVALID_FAMILY","features":[305]},{"name":"STATUS_TPM_INVALID_HANDLE","features":[305]},{"name":"STATUS_TPM_INVALID_KEYHANDLE","features":[305]},{"name":"STATUS_TPM_INVALID_KEYUSAGE","features":[305]},{"name":"STATUS_TPM_INVALID_PCR_INFO","features":[305]},{"name":"STATUS_TPM_INVALID_POSTINIT","features":[305]},{"name":"STATUS_TPM_INVALID_RESOURCE","features":[305]},{"name":"STATUS_TPM_INVALID_STRUCTURE","features":[305]},{"name":"STATUS_TPM_IOERROR","features":[305]},{"name":"STATUS_TPM_KEYNOTFOUND","features":[305]},{"name":"STATUS_TPM_KEY_NOTSUPPORTED","features":[305]},{"name":"STATUS_TPM_KEY_OWNER_CONTROL","features":[305]},{"name":"STATUS_TPM_MAXNVWRITES","features":[305]},{"name":"STATUS_TPM_MA_AUTHORITY","features":[305]},{"name":"STATUS_TPM_MA_DESTINATION","features":[305]},{"name":"STATUS_TPM_MA_SOURCE","features":[305]},{"name":"STATUS_TPM_MA_TICKET_SIGNATURE","features":[305]},{"name":"STATUS_TPM_MIGRATEFAIL","features":[305]},{"name":"STATUS_TPM_NEEDS_SELFTEST","features":[305]},{"name":"STATUS_TPM_NOCONTEXTSPACE","features":[305]},{"name":"STATUS_TPM_NOOPERATOR","features":[305]},{"name":"STATUS_TPM_NOSPACE","features":[305]},{"name":"STATUS_TPM_NOSRK","features":[305]},{"name":"STATUS_TPM_NOTFIPS","features":[305]},{"name":"STATUS_TPM_NOTLOCAL","features":[305]},{"name":"STATUS_TPM_NOTRESETABLE","features":[305]},{"name":"STATUS_TPM_NOTSEALED_BLOB","features":[305]},{"name":"STATUS_TPM_NOT_FOUND","features":[305]},{"name":"STATUS_TPM_NOT_FULLWRITE","features":[305]},{"name":"STATUS_TPM_NO_ENDORSEMENT","features":[305]},{"name":"STATUS_TPM_NO_NV_PERMISSION","features":[305]},{"name":"STATUS_TPM_NO_WRAP_TRANSPORT","features":[305]},{"name":"STATUS_TPM_OWNER_CONTROL","features":[305]},{"name":"STATUS_TPM_OWNER_SET","features":[305]},{"name":"STATUS_TPM_PERMANENTEK","features":[305]},{"name":"STATUS_TPM_PER_NOWRITE","features":[305]},{"name":"STATUS_TPM_PPI_FUNCTION_UNSUPPORTED","features":[305]},{"name":"STATUS_TPM_READ_ONLY","features":[305]},{"name":"STATUS_TPM_REQUIRES_SIGN","features":[305]},{"name":"STATUS_TPM_RESOURCEMISSING","features":[305]},{"name":"STATUS_TPM_RESOURCES","features":[305]},{"name":"STATUS_TPM_RETRY","features":[305]},{"name":"STATUS_TPM_SHA_ERROR","features":[305]},{"name":"STATUS_TPM_SHA_THREAD","features":[305]},{"name":"STATUS_TPM_SHORTRANDOM","features":[305]},{"name":"STATUS_TPM_SIZE","features":[305]},{"name":"STATUS_TPM_TOOMANYCONTEXTS","features":[305]},{"name":"STATUS_TPM_TOO_MANY_CONTEXTS","features":[305]},{"name":"STATUS_TPM_TRANSPORT_NOTEXCLUSIVE","features":[305]},{"name":"STATUS_TPM_WRITE_LOCKED","features":[305]},{"name":"STATUS_TPM_WRONGPCRVAL","features":[305]},{"name":"STATUS_TPM_WRONG_ENTITYTYPE","features":[305]},{"name":"STATUS_TPM_ZERO_EXHAUST_ENABLED","features":[305]},{"name":"STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE","features":[305]},{"name":"STATUS_TRANSACTIONAL_CONFLICT","features":[305]},{"name":"STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED","features":[305]},{"name":"STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH","features":[305]},{"name":"STATUS_TRANSACTIONMANAGER_NOT_FOUND","features":[305]},{"name":"STATUS_TRANSACTIONMANAGER_NOT_ONLINE","features":[305]},{"name":"STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION","features":[305]},{"name":"STATUS_TRANSACTIONS_NOT_FROZEN","features":[305]},{"name":"STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE","features":[305]},{"name":"STATUS_TRANSACTION_ABORTED","features":[305]},{"name":"STATUS_TRANSACTION_ALREADY_ABORTED","features":[305]},{"name":"STATUS_TRANSACTION_ALREADY_COMMITTED","features":[305]},{"name":"STATUS_TRANSACTION_FREEZE_IN_PROGRESS","features":[305]},{"name":"STATUS_TRANSACTION_INTEGRITY_VIOLATED","features":[305]},{"name":"STATUS_TRANSACTION_INVALID_ID","features":[305]},{"name":"STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER","features":[305]},{"name":"STATUS_TRANSACTION_INVALID_TYPE","features":[305]},{"name":"STATUS_TRANSACTION_MUST_WRITETHROUGH","features":[305]},{"name":"STATUS_TRANSACTION_NOT_ACTIVE","features":[305]},{"name":"STATUS_TRANSACTION_NOT_ENLISTED","features":[305]},{"name":"STATUS_TRANSACTION_NOT_FOUND","features":[305]},{"name":"STATUS_TRANSACTION_NOT_JOINED","features":[305]},{"name":"STATUS_TRANSACTION_NOT_REQUESTED","features":[305]},{"name":"STATUS_TRANSACTION_NOT_ROOT","features":[305]},{"name":"STATUS_TRANSACTION_NO_MATCH","features":[305]},{"name":"STATUS_TRANSACTION_NO_RELEASE","features":[305]},{"name":"STATUS_TRANSACTION_NO_SUPERIOR","features":[305]},{"name":"STATUS_TRANSACTION_OBJECT_EXPIRED","features":[305]},{"name":"STATUS_TRANSACTION_PROPAGATION_FAILED","features":[305]},{"name":"STATUS_TRANSACTION_RECORD_TOO_LONG","features":[305]},{"name":"STATUS_TRANSACTION_REQUEST_NOT_VALID","features":[305]},{"name":"STATUS_TRANSACTION_REQUIRED_PROMOTION","features":[305]},{"name":"STATUS_TRANSACTION_RESPONDED","features":[305]},{"name":"STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED","features":[305]},{"name":"STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET","features":[305]},{"name":"STATUS_TRANSACTION_SUPERIOR_EXISTS","features":[305]},{"name":"STATUS_TRANSACTION_TIMED_OUT","features":[305]},{"name":"STATUS_TRANSLATION_COMPLETE","features":[305]},{"name":"STATUS_TRANSPORT_FULL","features":[305]},{"name":"STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE","features":[305]},{"name":"STATUS_TRIM_READ_ZERO_NOT_SUPPORTED","features":[305]},{"name":"STATUS_TRUSTED_DOMAIN_FAILURE","features":[305]},{"name":"STATUS_TRUSTED_RELATIONSHIP_FAILURE","features":[305]},{"name":"STATUS_TRUST_FAILURE","features":[305]},{"name":"STATUS_TS_INCOMPATIBLE_SESSIONS","features":[305]},{"name":"STATUS_TS_VIDEO_SUBSYSTEM_ERROR","features":[305]},{"name":"STATUS_TXF_ATTRIBUTE_CORRUPT","features":[305]},{"name":"STATUS_TXF_DIR_NOT_EMPTY","features":[305]},{"name":"STATUS_TXF_METADATA_ALREADY_PRESENT","features":[305]},{"name":"STATUS_UNABLE_TO_DECOMMIT_VM","features":[305]},{"name":"STATUS_UNABLE_TO_DELETE_SECTION","features":[305]},{"name":"STATUS_UNABLE_TO_FREE_VM","features":[305]},{"name":"STATUS_UNABLE_TO_LOCK_MEDIA","features":[305]},{"name":"STATUS_UNABLE_TO_UNLOAD_MEDIA","features":[305]},{"name":"STATUS_UNDEFINED_CHARACTER","features":[305]},{"name":"STATUS_UNDEFINED_SCOPE","features":[305]},{"name":"STATUS_UNEXPECTED_IO_ERROR","features":[305]},{"name":"STATUS_UNEXPECTED_MM_CREATE_ERR","features":[305]},{"name":"STATUS_UNEXPECTED_MM_EXTEND_ERR","features":[305]},{"name":"STATUS_UNEXPECTED_MM_MAP_ERROR","features":[305]},{"name":"STATUS_UNEXPECTED_NETWORK_ERROR","features":[305]},{"name":"STATUS_UNFINISHED_CONTEXT_DELETED","features":[305]},{"name":"STATUS_UNHANDLED_EXCEPTION","features":[305]},{"name":"STATUS_UNKNOWN_REVISION","features":[305]},{"name":"STATUS_UNMAPPABLE_CHARACTER","features":[305]},{"name":"STATUS_UNRECOGNIZED_MEDIA","features":[305]},{"name":"STATUS_UNRECOGNIZED_VOLUME","features":[305]},{"name":"STATUS_UNSATISFIED_DEPENDENCIES","features":[305]},{"name":"STATUS_UNSUCCESSFUL","features":[305]},{"name":"STATUS_UNSUPPORTED_COMPRESSION","features":[305]},{"name":"STATUS_UNSUPPORTED_PAGING_MODE","features":[305]},{"name":"STATUS_UNSUPPORTED_PREAUTH","features":[305]},{"name":"STATUS_UNTRUSTED_MOUNT_POINT","features":[305]},{"name":"STATUS_UNWIND","features":[305]},{"name":"STATUS_UNWIND_CONSOLIDATE","features":[305]},{"name":"STATUS_USER2USER_REQUIRED","features":[305]},{"name":"STATUS_USER_APC","features":[305]},{"name":"STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED","features":[305]},{"name":"STATUS_USER_EXISTS","features":[305]},{"name":"STATUS_USER_MAPPED_FILE","features":[305]},{"name":"STATUS_USER_SESSION_DELETED","features":[305]},{"name":"STATUS_VALIDATE_CONTINUE","features":[305]},{"name":"STATUS_VALID_CATALOG_HASH","features":[305]},{"name":"STATUS_VALID_IMAGE_HASH","features":[305]},{"name":"STATUS_VALID_STRONG_CODE_HASH","features":[305]},{"name":"STATUS_VARIABLE_NOT_FOUND","features":[305]},{"name":"STATUS_VDM_DISALLOWED","features":[305]},{"name":"STATUS_VDM_HARD_ERROR","features":[305]},{"name":"STATUS_VERIFIER_STOP","features":[305]},{"name":"STATUS_VERIFY_REQUIRED","features":[305]},{"name":"STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND","features":[305]},{"name":"STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE","features":[305]},{"name":"STATUS_VHD_BITMAP_MISMATCH","features":[305]},{"name":"STATUS_VHD_BLOCK_ALLOCATION_FAILURE","features":[305]},{"name":"STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT","features":[305]},{"name":"STATUS_VHD_CHANGE_TRACKING_DISABLED","features":[305]},{"name":"STATUS_VHD_CHILD_PARENT_ID_MISMATCH","features":[305]},{"name":"STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH","features":[305]},{"name":"STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH","features":[305]},{"name":"STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE","features":[305]},{"name":"STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED","features":[305]},{"name":"STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT","features":[305]},{"name":"STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH","features":[305]},{"name":"STATUS_VHD_DRIVE_FOOTER_CORRUPT","features":[305]},{"name":"STATUS_VHD_DRIVE_FOOTER_MISSING","features":[305]},{"name":"STATUS_VHD_FORMAT_UNKNOWN","features":[305]},{"name":"STATUS_VHD_FORMAT_UNSUPPORTED_VERSION","features":[305]},{"name":"STATUS_VHD_INVALID_BLOCK_SIZE","features":[305]},{"name":"STATUS_VHD_INVALID_CHANGE_TRACKING_ID","features":[305]},{"name":"STATUS_VHD_INVALID_FILE_SIZE","features":[305]},{"name":"STATUS_VHD_INVALID_SIZE","features":[305]},{"name":"STATUS_VHD_INVALID_STATE","features":[305]},{"name":"STATUS_VHD_INVALID_TYPE","features":[305]},{"name":"STATUS_VHD_METADATA_FULL","features":[305]},{"name":"STATUS_VHD_METADATA_READ_FAILURE","features":[305]},{"name":"STATUS_VHD_METADATA_WRITE_FAILURE","features":[305]},{"name":"STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION","features":[305]},{"name":"STATUS_VHD_PARENT_VHD_ACCESS_DENIED","features":[305]},{"name":"STATUS_VHD_PARENT_VHD_NOT_FOUND","features":[305]},{"name":"STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA","features":[305]},{"name":"STATUS_VHD_SHARED","features":[305]},{"name":"STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH","features":[305]},{"name":"STATUS_VHD_SPARSE_HEADER_CORRUPT","features":[305]},{"name":"STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION","features":[305]},{"name":"STATUS_VHD_UNEXPECTED_ID","features":[305]},{"name":"STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST","features":[305]},{"name":"STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD","features":[305]},{"name":"STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED","features":[305]},{"name":"STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED","features":[305]},{"name":"STATUS_VID_DUPLICATE_HANDLER","features":[305]},{"name":"STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT","features":[305]},{"name":"STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT","features":[305]},{"name":"STATUS_VID_HANDLER_NOT_PRESENT","features":[305]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT","features":[305]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER","features":[305]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_RESERVE","features":[305]},{"name":"STATUS_VID_INSUFFICIENT_RESOURCES_WITHDRAW","features":[305]},{"name":"STATUS_VID_INVALID_CHILD_GPA_PAGE_SET","features":[305]},{"name":"STATUS_VID_INVALID_GPA_RANGE_HANDLE","features":[305]},{"name":"STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE","features":[305]},{"name":"STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE","features":[305]},{"name":"STATUS_VID_INVALID_NUMA_NODE_INDEX","features":[305]},{"name":"STATUS_VID_INVALID_NUMA_SETTINGS","features":[305]},{"name":"STATUS_VID_INVALID_OBJECT_NAME","features":[305]},{"name":"STATUS_VID_INVALID_PPM_HANDLE","features":[305]},{"name":"STATUS_VID_INVALID_PROCESSOR_STATE","features":[305]},{"name":"STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED","features":[305]},{"name":"STATUS_VID_MBPS_ARE_LOCKED","features":[305]},{"name":"STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE","features":[305]},{"name":"STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT","features":[305]},{"name":"STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET","features":[305]},{"name":"STATUS_VID_MB_STILL_REFERENCED","features":[305]},{"name":"STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED","features":[305]},{"name":"STATUS_VID_MEMORY_TYPE_NOT_SUPPORTED","features":[305]},{"name":"STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS","features":[305]},{"name":"STATUS_VID_MESSAGE_QUEUE_CLOSED","features":[305]},{"name":"STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG","features":[305]},{"name":"STATUS_VID_MMIO_RANGE_DESTROYED","features":[305]},{"name":"STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED","features":[305]},{"name":"STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE","features":[305]},{"name":"STATUS_VID_PAGE_RANGE_OVERFLOW","features":[305]},{"name":"STATUS_VID_PARTITION_ALREADY_EXISTS","features":[305]},{"name":"STATUS_VID_PARTITION_DOES_NOT_EXIST","features":[305]},{"name":"STATUS_VID_PARTITION_NAME_NOT_FOUND","features":[305]},{"name":"STATUS_VID_PARTITION_NAME_TOO_LONG","features":[305]},{"name":"STATUS_VID_PROCESS_ALREADY_SET","features":[305]},{"name":"STATUS_VID_QUEUE_FULL","features":[305]},{"name":"STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED","features":[305]},{"name":"STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED","features":[305]},{"name":"STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL","features":[305]},{"name":"STATUS_VID_SAVED_STATE_CORRUPT","features":[305]},{"name":"STATUS_VID_SAVED_STATE_INCOMPATIBLE","features":[305]},{"name":"STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM","features":[305]},{"name":"STATUS_VID_STOP_PENDING","features":[305]},{"name":"STATUS_VID_TOO_MANY_HANDLERS","features":[305]},{"name":"STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED","features":[305]},{"name":"STATUS_VID_VTL_ACCESS_DENIED","features":[305]},{"name":"STATUS_VIRTDISK_DISK_ALREADY_OWNED","features":[305]},{"name":"STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE","features":[305]},{"name":"STATUS_VIRTDISK_NOT_VIRTUAL_DISK","features":[305]},{"name":"STATUS_VIRTDISK_PROVIDER_NOT_FOUND","features":[305]},{"name":"STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE","features":[305]},{"name":"STATUS_VIRTUAL_CIRCUIT_CLOSED","features":[305]},{"name":"STATUS_VIRTUAL_DISK_LIMITATION","features":[305]},{"name":"STATUS_VIRUS_DELETED","features":[305]},{"name":"STATUS_VIRUS_INFECTED","features":[305]},{"name":"STATUS_VOLMGR_ALL_DISKS_FAILED","features":[305]},{"name":"STATUS_VOLMGR_BAD_BOOT_DISK","features":[305]},{"name":"STATUS_VOLMGR_DATABASE_FULL","features":[305]},{"name":"STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE","features":[305]},{"name":"STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED","features":[305]},{"name":"STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC","features":[305]},{"name":"STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME","features":[305]},{"name":"STATUS_VOLMGR_DISK_DUPLICATE","features":[305]},{"name":"STATUS_VOLMGR_DISK_DYNAMIC","features":[305]},{"name":"STATUS_VOLMGR_DISK_ID_INVALID","features":[305]},{"name":"STATUS_VOLMGR_DISK_INVALID","features":[305]},{"name":"STATUS_VOLMGR_DISK_LAST_VOTER","features":[305]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_INVALID","features":[305]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS","features":[305]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED","features":[305]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL","features":[305]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS","features":[305]},{"name":"STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS","features":[305]},{"name":"STATUS_VOLMGR_DISK_MISSING","features":[305]},{"name":"STATUS_VOLMGR_DISK_NOT_EMPTY","features":[305]},{"name":"STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE","features":[305]},{"name":"STATUS_VOLMGR_DISK_REVECTORING_FAILED","features":[305]},{"name":"STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID","features":[305]},{"name":"STATUS_VOLMGR_DISK_SET_NOT_CONTAINED","features":[305]},{"name":"STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS","features":[305]},{"name":"STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES","features":[305]},{"name":"STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED","features":[305]},{"name":"STATUS_VOLMGR_EXTENT_ALREADY_USED","features":[305]},{"name":"STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS","features":[305]},{"name":"STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION","features":[305]},{"name":"STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED","features":[305]},{"name":"STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION","features":[305]},{"name":"STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH","features":[305]},{"name":"STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED","features":[305]},{"name":"STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION","features":[305]},{"name":"STATUS_VOLMGR_INCOMPLETE_REGENERATION","features":[305]},{"name":"STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID","features":[305]},{"name":"STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS","features":[305]},{"name":"STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE","features":[305]},{"name":"STATUS_VOLMGR_MEMBER_INDEX_INVALID","features":[305]},{"name":"STATUS_VOLMGR_MEMBER_IN_SYNC","features":[305]},{"name":"STATUS_VOLMGR_MEMBER_MISSING","features":[305]},{"name":"STATUS_VOLMGR_MEMBER_NOT_DETACHED","features":[305]},{"name":"STATUS_VOLMGR_MEMBER_REGENERATING","features":[305]},{"name":"STATUS_VOLMGR_MIRROR_NOT_SUPPORTED","features":[305]},{"name":"STATUS_VOLMGR_NOTIFICATION_RESET","features":[305]},{"name":"STATUS_VOLMGR_NOT_PRIMARY_PACK","features":[305]},{"name":"STATUS_VOLMGR_NO_REGISTERED_USERS","features":[305]},{"name":"STATUS_VOLMGR_NO_SUCH_USER","features":[305]},{"name":"STATUS_VOLMGR_NO_VALID_LOG_COPIES","features":[305]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID","features":[305]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID","features":[305]},{"name":"STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID","features":[305]},{"name":"STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID","features":[305]},{"name":"STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID","features":[305]},{"name":"STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID","features":[305]},{"name":"STATUS_VOLMGR_PACK_CONFIG_OFFLINE","features":[305]},{"name":"STATUS_VOLMGR_PACK_CONFIG_ONLINE","features":[305]},{"name":"STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED","features":[305]},{"name":"STATUS_VOLMGR_PACK_DUPLICATE","features":[305]},{"name":"STATUS_VOLMGR_PACK_HAS_QUORUM","features":[305]},{"name":"STATUS_VOLMGR_PACK_ID_INVALID","features":[305]},{"name":"STATUS_VOLMGR_PACK_INVALID","features":[305]},{"name":"STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED","features":[305]},{"name":"STATUS_VOLMGR_PACK_NAME_INVALID","features":[305]},{"name":"STATUS_VOLMGR_PACK_OFFLINE","features":[305]},{"name":"STATUS_VOLMGR_PACK_WITHOUT_QUORUM","features":[305]},{"name":"STATUS_VOLMGR_PARTITION_STYLE_INVALID","features":[305]},{"name":"STATUS_VOLMGR_PARTITION_UPDATE_FAILED","features":[305]},{"name":"STATUS_VOLMGR_PLEX_INDEX_DUPLICATE","features":[305]},{"name":"STATUS_VOLMGR_PLEX_INDEX_INVALID","features":[305]},{"name":"STATUS_VOLMGR_PLEX_IN_SYNC","features":[305]},{"name":"STATUS_VOLMGR_PLEX_LAST_ACTIVE","features":[305]},{"name":"STATUS_VOLMGR_PLEX_MISSING","features":[305]},{"name":"STATUS_VOLMGR_PLEX_NOT_RAID5","features":[305]},{"name":"STATUS_VOLMGR_PLEX_NOT_SIMPLE","features":[305]},{"name":"STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED","features":[305]},{"name":"STATUS_VOLMGR_PLEX_REGENERATING","features":[305]},{"name":"STATUS_VOLMGR_PLEX_TYPE_INVALID","features":[305]},{"name":"STATUS_VOLMGR_PRIMARY_PACK_PRESENT","features":[305]},{"name":"STATUS_VOLMGR_RAID5_NOT_SUPPORTED","features":[305]},{"name":"STATUS_VOLMGR_STRUCTURE_SIZE_INVALID","features":[305]},{"name":"STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS","features":[305]},{"name":"STATUS_VOLMGR_TRANSACTION_IN_PROGRESS","features":[305]},{"name":"STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE","features":[305]},{"name":"STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK","features":[305]},{"name":"STATUS_VOLMGR_VOLUME_ID_INVALID","features":[305]},{"name":"STATUS_VOLMGR_VOLUME_LENGTH_INVALID","features":[305]},{"name":"STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE","features":[305]},{"name":"STATUS_VOLMGR_VOLUME_MIRRORED","features":[305]},{"name":"STATUS_VOLMGR_VOLUME_NOT_MIRRORED","features":[305]},{"name":"STATUS_VOLMGR_VOLUME_NOT_RETAINED","features":[305]},{"name":"STATUS_VOLMGR_VOLUME_OFFLINE","features":[305]},{"name":"STATUS_VOLMGR_VOLUME_RETAINED","features":[305]},{"name":"STATUS_VOLSNAP_ACTIVATION_TIMEOUT","features":[305]},{"name":"STATUS_VOLSNAP_BOOTFILE_NOT_VALID","features":[305]},{"name":"STATUS_VOLSNAP_HIBERNATE_READY","features":[305]},{"name":"STATUS_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT","features":[305]},{"name":"STATUS_VOLSNAP_PREPARE_HIBERNATE","features":[305]},{"name":"STATUS_VOLUME_DIRTY","features":[305]},{"name":"STATUS_VOLUME_DISMOUNTED","features":[305]},{"name":"STATUS_VOLUME_MOUNTED","features":[305]},{"name":"STATUS_VOLUME_NOT_CLUSTER_ALIGNED","features":[305]},{"name":"STATUS_VOLUME_NOT_SUPPORTED","features":[305]},{"name":"STATUS_VOLUME_NOT_UPGRADED","features":[305]},{"name":"STATUS_VOLUME_UPGRADE_DISABLED","features":[305]},{"name":"STATUS_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED","features":[305]},{"name":"STATUS_VOLUME_UPGRADE_NOT_NEEDED","features":[305]},{"name":"STATUS_VOLUME_UPGRADE_PENDING","features":[305]},{"name":"STATUS_VOLUME_WRITE_ACCESS_DENIED","features":[305]},{"name":"STATUS_VRF_VOLATILE_CFG_AND_IO_ENABLED","features":[305]},{"name":"STATUS_VRF_VOLATILE_NMI_REGISTERED","features":[305]},{"name":"STATUS_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM","features":[305]},{"name":"STATUS_VRF_VOLATILE_NOT_STOPPABLE","features":[305]},{"name":"STATUS_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS","features":[305]},{"name":"STATUS_VRF_VOLATILE_PROTECTED_DRIVER","features":[305]},{"name":"STATUS_VRF_VOLATILE_SAFE_MODE","features":[305]},{"name":"STATUS_VRF_VOLATILE_SETTINGS_CONFLICT","features":[305]},{"name":"STATUS_VSM_DMA_PROTECTION_NOT_IN_USE","features":[305]},{"name":"STATUS_VSM_NOT_INITIALIZED","features":[305]},{"name":"STATUS_WAIT_0","features":[305]},{"name":"STATUS_WAIT_1","features":[305]},{"name":"STATUS_WAIT_2","features":[305]},{"name":"STATUS_WAIT_3","features":[305]},{"name":"STATUS_WAIT_63","features":[305]},{"name":"STATUS_WAIT_FOR_OPLOCK","features":[305]},{"name":"STATUS_WAKE_SYSTEM","features":[305]},{"name":"STATUS_WAKE_SYSTEM_DEBUGGER","features":[305]},{"name":"STATUS_WAS_LOCKED","features":[305]},{"name":"STATUS_WAS_UNLOCKED","features":[305]},{"name":"STATUS_WEAK_WHFBKEY_BLOCKED","features":[305]},{"name":"STATUS_WIM_NOT_BOOTABLE","features":[305]},{"name":"STATUS_WMI_ALREADY_DISABLED","features":[305]},{"name":"STATUS_WMI_ALREADY_ENABLED","features":[305]},{"name":"STATUS_WMI_GUID_DISCONNECTED","features":[305]},{"name":"STATUS_WMI_GUID_NOT_FOUND","features":[305]},{"name":"STATUS_WMI_INSTANCE_NOT_FOUND","features":[305]},{"name":"STATUS_WMI_ITEMID_NOT_FOUND","features":[305]},{"name":"STATUS_WMI_NOT_SUPPORTED","features":[305]},{"name":"STATUS_WMI_READ_ONLY","features":[305]},{"name":"STATUS_WMI_SET_FAILURE","features":[305]},{"name":"STATUS_WMI_TRY_AGAIN","features":[305]},{"name":"STATUS_WOF_FILE_RESOURCE_TABLE_CORRUPT","features":[305]},{"name":"STATUS_WOF_WIM_HEADER_CORRUPT","features":[305]},{"name":"STATUS_WOF_WIM_RESOURCE_TABLE_CORRUPT","features":[305]},{"name":"STATUS_WORKING_SET_LIMIT_RANGE","features":[305]},{"name":"STATUS_WORKING_SET_QUOTA","features":[305]},{"name":"STATUS_WOW_ASSERTION","features":[305]},{"name":"STATUS_WRONG_COMPARTMENT","features":[305]},{"name":"STATUS_WRONG_CREDENTIAL_HANDLE","features":[305]},{"name":"STATUS_WRONG_EFS","features":[305]},{"name":"STATUS_WRONG_PASSWORD_CORE","features":[305]},{"name":"STATUS_WRONG_VOLUME","features":[305]},{"name":"STATUS_WX86_BREAKPOINT","features":[305]},{"name":"STATUS_WX86_CONTINUE","features":[305]},{"name":"STATUS_WX86_CREATEWX86TIB","features":[305]},{"name":"STATUS_WX86_EXCEPTION_CHAIN","features":[305]},{"name":"STATUS_WX86_EXCEPTION_CONTINUE","features":[305]},{"name":"STATUS_WX86_EXCEPTION_LASTCHANCE","features":[305]},{"name":"STATUS_WX86_FLOAT_STACK_CHECK","features":[305]},{"name":"STATUS_WX86_INTERNAL_ERROR","features":[305]},{"name":"STATUS_WX86_SINGLE_STEP","features":[305]},{"name":"STATUS_WX86_UNSIMULATE","features":[305]},{"name":"STATUS_XMLDSIG_ERROR","features":[305]},{"name":"STATUS_XML_ENCODING_MISMATCH","features":[305]},{"name":"STATUS_XML_PARSE_ERROR","features":[305]},{"name":"STG_E_ABNORMALAPIEXIT","features":[305]},{"name":"STG_E_ACCESSDENIED","features":[305]},{"name":"STG_E_BADBASEADDRESS","features":[305]},{"name":"STG_E_CANTSAVE","features":[305]},{"name":"STG_E_CSS_AUTHENTICATION_FAILURE","features":[305]},{"name":"STG_E_CSS_KEY_NOT_ESTABLISHED","features":[305]},{"name":"STG_E_CSS_KEY_NOT_PRESENT","features":[305]},{"name":"STG_E_CSS_REGION_MISMATCH","features":[305]},{"name":"STG_E_CSS_SCRAMBLED_SECTOR","features":[305]},{"name":"STG_E_DEVICE_UNRESPONSIVE","features":[305]},{"name":"STG_E_DISKISWRITEPROTECTED","features":[305]},{"name":"STG_E_DOCFILECORRUPT","features":[305]},{"name":"STG_E_DOCFILETOOLARGE","features":[305]},{"name":"STG_E_EXTANTMARSHALLINGS","features":[305]},{"name":"STG_E_FILEALREADYEXISTS","features":[305]},{"name":"STG_E_FILENOTFOUND","features":[305]},{"name":"STG_E_FIRMWARE_IMAGE_INVALID","features":[305]},{"name":"STG_E_FIRMWARE_SLOT_INVALID","features":[305]},{"name":"STG_E_INCOMPLETE","features":[305]},{"name":"STG_E_INSUFFICIENTMEMORY","features":[305]},{"name":"STG_E_INUSE","features":[305]},{"name":"STG_E_INVALIDFLAG","features":[305]},{"name":"STG_E_INVALIDFUNCTION","features":[305]},{"name":"STG_E_INVALIDHANDLE","features":[305]},{"name":"STG_E_INVALIDHEADER","features":[305]},{"name":"STG_E_INVALIDNAME","features":[305]},{"name":"STG_E_INVALIDPARAMETER","features":[305]},{"name":"STG_E_INVALIDPOINTER","features":[305]},{"name":"STG_E_LOCKVIOLATION","features":[305]},{"name":"STG_E_MEDIUMFULL","features":[305]},{"name":"STG_E_NOMOREFILES","features":[305]},{"name":"STG_E_NOTCURRENT","features":[305]},{"name":"STG_E_NOTFILEBASEDSTORAGE","features":[305]},{"name":"STG_E_NOTSIMPLEFORMAT","features":[305]},{"name":"STG_E_OLDDLL","features":[305]},{"name":"STG_E_OLDFORMAT","features":[305]},{"name":"STG_E_PATHNOTFOUND","features":[305]},{"name":"STG_E_PROPSETMISMATCHED","features":[305]},{"name":"STG_E_READFAULT","features":[305]},{"name":"STG_E_RESETS_EXHAUSTED","features":[305]},{"name":"STG_E_REVERTED","features":[305]},{"name":"STG_E_SEEKERROR","features":[305]},{"name":"STG_E_SHAREREQUIRED","features":[305]},{"name":"STG_E_SHAREVIOLATION","features":[305]},{"name":"STG_E_STATUS_COPY_PROTECTION_FAILURE","features":[305]},{"name":"STG_E_TERMINATED","features":[305]},{"name":"STG_E_TOOMANYOPENFILES","features":[305]},{"name":"STG_E_UNIMPLEMENTEDFUNCTION","features":[305]},{"name":"STG_E_UNKNOWN","features":[305]},{"name":"STG_E_WRITEFAULT","features":[305]},{"name":"STG_S_BLOCK","features":[305]},{"name":"STG_S_CANNOTCONSOLIDATE","features":[305]},{"name":"STG_S_CONSOLIDATIONFAILED","features":[305]},{"name":"STG_S_CONVERTED","features":[305]},{"name":"STG_S_MONITORING","features":[305]},{"name":"STG_S_MULTIPLEOPENS","features":[305]},{"name":"STG_S_POWER_CYCLE_REQUIRED","features":[305]},{"name":"STG_S_RETRYNOW","features":[305]},{"name":"STILL_ACTIVE","features":[305]},{"name":"STORE_ERROR_LICENSE_REVOKED","features":[305]},{"name":"STORE_ERROR_PENDING_COM_TRANSACTION","features":[305]},{"name":"STORE_ERROR_UNLICENSED","features":[305]},{"name":"STORE_ERROR_UNLICENSED_USER","features":[305]},{"name":"STRICT","features":[305]},{"name":"SUCCESS","features":[305]},{"name":"SYSTEMTIME","features":[305]},{"name":"S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG","features":[305]},{"name":"S_FALSE","features":[305]},{"name":"S_OK","features":[305]},{"name":"S_STORE_LAUNCHED_FOR_REMEDIATION","features":[305]},{"name":"SetHandleInformation","features":[305]},{"name":"SetLastError","features":[305]},{"name":"SetLastErrorEx","features":[305]},{"name":"SysAddRefString","features":[305]},{"name":"SysAllocString","features":[305]},{"name":"SysAllocStringByteLen","features":[305]},{"name":"SysAllocStringLen","features":[305]},{"name":"SysFreeString","features":[305]},{"name":"SysReAllocString","features":[305]},{"name":"SysReAllocStringLen","features":[305]},{"name":"SysReleaseString","features":[305]},{"name":"SysStringByteLen","features":[305]},{"name":"SysStringLen","features":[305]},{"name":"TBSIMP_E_BUFFER_TOO_SMALL","features":[305]},{"name":"TBSIMP_E_CLEANUP_FAILED","features":[305]},{"name":"TBSIMP_E_COMMAND_CANCELED","features":[305]},{"name":"TBSIMP_E_COMMAND_FAILED","features":[305]},{"name":"TBSIMP_E_DUPLICATE_VHANDLE","features":[305]},{"name":"TBSIMP_E_HASH_BAD_KEY","features":[305]},{"name":"TBSIMP_E_HASH_TABLE_FULL","features":[305]},{"name":"TBSIMP_E_INVALID_CONTEXT_HANDLE","features":[305]},{"name":"TBSIMP_E_INVALID_CONTEXT_PARAM","features":[305]},{"name":"TBSIMP_E_INVALID_OUTPUT_POINTER","features":[305]},{"name":"TBSIMP_E_INVALID_PARAMETER","features":[305]},{"name":"TBSIMP_E_INVALID_RESOURCE","features":[305]},{"name":"TBSIMP_E_LIST_NOT_FOUND","features":[305]},{"name":"TBSIMP_E_LIST_NO_MORE_ITEMS","features":[305]},{"name":"TBSIMP_E_NOTHING_TO_UNLOAD","features":[305]},{"name":"TBSIMP_E_NOT_ENOUGH_SPACE","features":[305]},{"name":"TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS","features":[305]},{"name":"TBSIMP_E_NO_EVENT_LOG","features":[305]},{"name":"TBSIMP_E_OUT_OF_MEMORY","features":[305]},{"name":"TBSIMP_E_PPI_NOT_SUPPORTED","features":[305]},{"name":"TBSIMP_E_RESOURCE_EXPIRED","features":[305]},{"name":"TBSIMP_E_RPC_INIT_FAILED","features":[305]},{"name":"TBSIMP_E_SCHEDULER_NOT_RUNNING","features":[305]},{"name":"TBSIMP_E_TOO_MANY_RESOURCES","features":[305]},{"name":"TBSIMP_E_TOO_MANY_TBS_CONTEXTS","features":[305]},{"name":"TBSIMP_E_TPM_ERROR","features":[305]},{"name":"TBSIMP_E_TPM_INCOMPATIBLE","features":[305]},{"name":"TBSIMP_E_UNKNOWN_ORDINAL","features":[305]},{"name":"TBS_E_ACCESS_DENIED","features":[305]},{"name":"TBS_E_BAD_PARAMETER","features":[305]},{"name":"TBS_E_BUFFER_TOO_LARGE","features":[305]},{"name":"TBS_E_COMMAND_CANCELED","features":[305]},{"name":"TBS_E_INSUFFICIENT_BUFFER","features":[305]},{"name":"TBS_E_INTERNAL_ERROR","features":[305]},{"name":"TBS_E_INVALID_CONTEXT","features":[305]},{"name":"TBS_E_INVALID_CONTEXT_PARAM","features":[305]},{"name":"TBS_E_INVALID_OUTPUT_POINTER","features":[305]},{"name":"TBS_E_IOERROR","features":[305]},{"name":"TBS_E_NO_EVENT_LOG","features":[305]},{"name":"TBS_E_OWNERAUTH_NOT_FOUND","features":[305]},{"name":"TBS_E_PPI_FUNCTION_UNSUPPORTED","features":[305]},{"name":"TBS_E_PPI_NOT_SUPPORTED","features":[305]},{"name":"TBS_E_PROVISIONING_INCOMPLETE","features":[305]},{"name":"TBS_E_PROVISIONING_NOT_ALLOWED","features":[305]},{"name":"TBS_E_SERVICE_DISABLED","features":[305]},{"name":"TBS_E_SERVICE_NOT_RUNNING","features":[305]},{"name":"TBS_E_SERVICE_START_PENDING","features":[305]},{"name":"TBS_E_TOO_MANY_RESOURCES","features":[305]},{"name":"TBS_E_TOO_MANY_TBS_CONTEXTS","features":[305]},{"name":"TBS_E_TPM_NOT_FOUND","features":[305]},{"name":"TPC_E_INITIALIZE_FAIL","features":[305]},{"name":"TPC_E_INVALID_CONFIGURATION","features":[305]},{"name":"TPC_E_INVALID_DATA_FROM_RECOGNIZER","features":[305]},{"name":"TPC_E_INVALID_INPUT_RECT","features":[305]},{"name":"TPC_E_INVALID_PACKET_DESCRIPTION","features":[305]},{"name":"TPC_E_INVALID_PROPERTY","features":[305]},{"name":"TPC_E_INVALID_RIGHTS","features":[305]},{"name":"TPC_E_INVALID_STROKE","features":[305]},{"name":"TPC_E_NOT_RELEVANT","features":[305]},{"name":"TPC_E_NO_DEFAULT_TABLET","features":[305]},{"name":"TPC_E_OUT_OF_ORDER_CALL","features":[305]},{"name":"TPC_E_QUEUE_FULL","features":[305]},{"name":"TPC_E_RECOGNIZER_NOT_REGISTERED","features":[305]},{"name":"TPC_E_UNKNOWN_PROPERTY","features":[305]},{"name":"TPC_S_INTERRUPTED","features":[305]},{"name":"TPC_S_NO_DATA_TO_PROCESS","features":[305]},{"name":"TPC_S_TRUNCATED","features":[305]},{"name":"TPMAPI_E_ACCESS_DENIED","features":[305]},{"name":"TPMAPI_E_AUTHORIZATION_FAILED","features":[305]},{"name":"TPMAPI_E_AUTHORIZATION_REVOKED","features":[305]},{"name":"TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED","features":[305]},{"name":"TPMAPI_E_BUFFER_TOO_SMALL","features":[305]},{"name":"TPMAPI_E_EMPTY_TCG_LOG","features":[305]},{"name":"TPMAPI_E_ENCRYPTION_FAILED","features":[305]},{"name":"TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL","features":[305]},{"name":"TPMAPI_E_FIPS_RNG_CHECK_FAILED","features":[305]},{"name":"TPMAPI_E_INTERNAL_ERROR","features":[305]},{"name":"TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE","features":[305]},{"name":"TPMAPI_E_INVALID_CONTEXT_HANDLE","features":[305]},{"name":"TPMAPI_E_INVALID_CONTEXT_PARAMS","features":[305]},{"name":"TPMAPI_E_INVALID_DELEGATE_BLOB","features":[305]},{"name":"TPMAPI_E_INVALID_ENCODING","features":[305]},{"name":"TPMAPI_E_INVALID_KEY_BLOB","features":[305]},{"name":"TPMAPI_E_INVALID_KEY_PARAMS","features":[305]},{"name":"TPMAPI_E_INVALID_KEY_SIZE","features":[305]},{"name":"TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB","features":[305]},{"name":"TPMAPI_E_INVALID_OUTPUT_POINTER","features":[305]},{"name":"TPMAPI_E_INVALID_OWNER_AUTH","features":[305]},{"name":"TPMAPI_E_INVALID_PARAMETER","features":[305]},{"name":"TPMAPI_E_INVALID_PCR_DATA","features":[305]},{"name":"TPMAPI_E_INVALID_PCR_INDEX","features":[305]},{"name":"TPMAPI_E_INVALID_POLICYAUTH_BLOB_TYPE","features":[305]},{"name":"TPMAPI_E_INVALID_STATE","features":[305]},{"name":"TPMAPI_E_INVALID_TCG_LOG_ENTRY","features":[305]},{"name":"TPMAPI_E_INVALID_TPM_VERSION","features":[305]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_KEY","features":[305]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER","features":[305]},{"name":"TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY","features":[305]},{"name":"TPMAPI_E_MESSAGE_TOO_LARGE","features":[305]},{"name":"TPMAPI_E_NOT_ENOUGH_DATA","features":[305]},{"name":"TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND","features":[305]},{"name":"TPMAPI_E_NV_BITS_NOT_DEFINED","features":[305]},{"name":"TPMAPI_E_NV_BITS_NOT_READY","features":[305]},{"name":"TPMAPI_E_OUT_OF_MEMORY","features":[305]},{"name":"TPMAPI_E_OWNER_AUTH_NOT_NULL","features":[305]},{"name":"TPMAPI_E_POLICY_DENIES_OPERATION","features":[305]},{"name":"TPMAPI_E_SEALING_KEY_CHANGED","features":[305]},{"name":"TPMAPI_E_SEALING_KEY_NOT_AVAILABLE","features":[305]},{"name":"TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE","features":[305]},{"name":"TPMAPI_E_TBS_COMMUNICATION_ERROR","features":[305]},{"name":"TPMAPI_E_TCG_INVALID_DIGEST_ENTRY","features":[305]},{"name":"TPMAPI_E_TCG_SEPARATOR_ABSENT","features":[305]},{"name":"TPMAPI_E_TOO_MUCH_DATA","features":[305]},{"name":"TPMAPI_E_TPM_COMMAND_ERROR","features":[305]},{"name":"TPM_20_E_ASYMMETRIC","features":[305]},{"name":"TPM_20_E_ATTRIBUTES","features":[305]},{"name":"TPM_20_E_AUTHSIZE","features":[305]},{"name":"TPM_20_E_AUTH_CONTEXT","features":[305]},{"name":"TPM_20_E_AUTH_FAIL","features":[305]},{"name":"TPM_20_E_AUTH_MISSING","features":[305]},{"name":"TPM_20_E_AUTH_TYPE","features":[305]},{"name":"TPM_20_E_AUTH_UNAVAILABLE","features":[305]},{"name":"TPM_20_E_BAD_AUTH","features":[305]},{"name":"TPM_20_E_BAD_CONTEXT","features":[305]},{"name":"TPM_20_E_BINDING","features":[305]},{"name":"TPM_20_E_CANCELED","features":[305]},{"name":"TPM_20_E_COMMAND_CODE","features":[305]},{"name":"TPM_20_E_COMMAND_SIZE","features":[305]},{"name":"TPM_20_E_CONTEXT_GAP","features":[305]},{"name":"TPM_20_E_CPHASH","features":[305]},{"name":"TPM_20_E_CURVE","features":[305]},{"name":"TPM_20_E_DISABLED","features":[305]},{"name":"TPM_20_E_ECC_CURVE","features":[305]},{"name":"TPM_20_E_ECC_POINT","features":[305]},{"name":"TPM_20_E_EXCLUSIVE","features":[305]},{"name":"TPM_20_E_EXPIRED","features":[305]},{"name":"TPM_20_E_FAILURE","features":[305]},{"name":"TPM_20_E_HANDLE","features":[305]},{"name":"TPM_20_E_HASH","features":[305]},{"name":"TPM_20_E_HIERARCHY","features":[305]},{"name":"TPM_20_E_HMAC","features":[305]},{"name":"TPM_20_E_INITIALIZE","features":[305]},{"name":"TPM_20_E_INSUFFICIENT","features":[305]},{"name":"TPM_20_E_INTEGRITY","features":[305]},{"name":"TPM_20_E_KDF","features":[305]},{"name":"TPM_20_E_KEY","features":[305]},{"name":"TPM_20_E_KEY_SIZE","features":[305]},{"name":"TPM_20_E_LOCALITY","features":[305]},{"name":"TPM_20_E_LOCKOUT","features":[305]},{"name":"TPM_20_E_MEMORY","features":[305]},{"name":"TPM_20_E_MGF","features":[305]},{"name":"TPM_20_E_MODE","features":[305]},{"name":"TPM_20_E_NEEDS_TEST","features":[305]},{"name":"TPM_20_E_NONCE","features":[305]},{"name":"TPM_20_E_NO_RESULT","features":[305]},{"name":"TPM_20_E_NV_AUTHORIZATION","features":[305]},{"name":"TPM_20_E_NV_DEFINED","features":[305]},{"name":"TPM_20_E_NV_LOCKED","features":[305]},{"name":"TPM_20_E_NV_RANGE","features":[305]},{"name":"TPM_20_E_NV_RATE","features":[305]},{"name":"TPM_20_E_NV_SIZE","features":[305]},{"name":"TPM_20_E_NV_SPACE","features":[305]},{"name":"TPM_20_E_NV_UNAVAILABLE","features":[305]},{"name":"TPM_20_E_NV_UNINITIALIZED","features":[305]},{"name":"TPM_20_E_OBJECT_HANDLES","features":[305]},{"name":"TPM_20_E_OBJECT_MEMORY","features":[305]},{"name":"TPM_20_E_PARENT","features":[305]},{"name":"TPM_20_E_PCR","features":[305]},{"name":"TPM_20_E_PCR_CHANGED","features":[305]},{"name":"TPM_20_E_POLICY","features":[305]},{"name":"TPM_20_E_POLICY_CC","features":[305]},{"name":"TPM_20_E_POLICY_FAIL","features":[305]},{"name":"TPM_20_E_PP","features":[305]},{"name":"TPM_20_E_PRIVATE","features":[305]},{"name":"TPM_20_E_RANGE","features":[305]},{"name":"TPM_20_E_REBOOT","features":[305]},{"name":"TPM_20_E_RESERVED_BITS","features":[305]},{"name":"TPM_20_E_RETRY","features":[305]},{"name":"TPM_20_E_SCHEME","features":[305]},{"name":"TPM_20_E_SELECTOR","features":[305]},{"name":"TPM_20_E_SENSITIVE","features":[305]},{"name":"TPM_20_E_SEQUENCE","features":[305]},{"name":"TPM_20_E_SESSION_HANDLES","features":[305]},{"name":"TPM_20_E_SESSION_MEMORY","features":[305]},{"name":"TPM_20_E_SIGNATURE","features":[305]},{"name":"TPM_20_E_SIZE","features":[305]},{"name":"TPM_20_E_SYMMETRIC","features":[305]},{"name":"TPM_20_E_TAG","features":[305]},{"name":"TPM_20_E_TESTING","features":[305]},{"name":"TPM_20_E_TICKET","features":[305]},{"name":"TPM_20_E_TOO_MANY_CONTEXTS","features":[305]},{"name":"TPM_20_E_TYPE","features":[305]},{"name":"TPM_20_E_UNBALANCED","features":[305]},{"name":"TPM_20_E_UPGRADE","features":[305]},{"name":"TPM_20_E_VALUE","features":[305]},{"name":"TPM_20_E_YIELDED","features":[305]},{"name":"TPM_E_AREA_LOCKED","features":[305]},{"name":"TPM_E_ATTESTATION_CHALLENGE_NOT_SET","features":[305]},{"name":"TPM_E_AUDITFAILURE","features":[305]},{"name":"TPM_E_AUDITFAIL_SUCCESSFUL","features":[305]},{"name":"TPM_E_AUDITFAIL_UNSUCCESSFUL","features":[305]},{"name":"TPM_E_AUTH2FAIL","features":[305]},{"name":"TPM_E_AUTHFAIL","features":[305]},{"name":"TPM_E_AUTH_CONFLICT","features":[305]},{"name":"TPM_E_BADCONTEXT","features":[305]},{"name":"TPM_E_BADINDEX","features":[305]},{"name":"TPM_E_BADTAG","features":[305]},{"name":"TPM_E_BAD_ATTRIBUTES","features":[305]},{"name":"TPM_E_BAD_COUNTER","features":[305]},{"name":"TPM_E_BAD_DATASIZE","features":[305]},{"name":"TPM_E_BAD_DELEGATE","features":[305]},{"name":"TPM_E_BAD_HANDLE","features":[305]},{"name":"TPM_E_BAD_KEY_PROPERTY","features":[305]},{"name":"TPM_E_BAD_LOCALITY","features":[305]},{"name":"TPM_E_BAD_MIGRATION","features":[305]},{"name":"TPM_E_BAD_MODE","features":[305]},{"name":"TPM_E_BAD_ORDINAL","features":[305]},{"name":"TPM_E_BAD_PARAMETER","features":[305]},{"name":"TPM_E_BAD_PARAM_SIZE","features":[305]},{"name":"TPM_E_BAD_PRESENCE","features":[305]},{"name":"TPM_E_BAD_SCHEME","features":[305]},{"name":"TPM_E_BAD_SIGNATURE","features":[305]},{"name":"TPM_E_BAD_TYPE","features":[305]},{"name":"TPM_E_BAD_VERSION","features":[305]},{"name":"TPM_E_BUFFER_LENGTH_MISMATCH","features":[305]},{"name":"TPM_E_CLAIM_TYPE_NOT_SUPPORTED","features":[305]},{"name":"TPM_E_CLEAR_DISABLED","features":[305]},{"name":"TPM_E_COMMAND_BLOCKED","features":[305]},{"name":"TPM_E_CONTEXT_GAP","features":[305]},{"name":"TPM_E_DAA_INPUT_DATA0","features":[305]},{"name":"TPM_E_DAA_INPUT_DATA1","features":[305]},{"name":"TPM_E_DAA_ISSUER_SETTINGS","features":[305]},{"name":"TPM_E_DAA_ISSUER_VALIDITY","features":[305]},{"name":"TPM_E_DAA_RESOURCES","features":[305]},{"name":"TPM_E_DAA_STAGE","features":[305]},{"name":"TPM_E_DAA_TPM_SETTINGS","features":[305]},{"name":"TPM_E_DAA_WRONG_W","features":[305]},{"name":"TPM_E_DEACTIVATED","features":[305]},{"name":"TPM_E_DECRYPT_ERROR","features":[305]},{"name":"TPM_E_DEFEND_LOCK_RUNNING","features":[305]},{"name":"TPM_E_DELEGATE_ADMIN","features":[305]},{"name":"TPM_E_DELEGATE_FAMILY","features":[305]},{"name":"TPM_E_DELEGATE_LOCK","features":[305]},{"name":"TPM_E_DISABLED","features":[305]},{"name":"TPM_E_DISABLED_CMD","features":[305]},{"name":"TPM_E_DOING_SELFTEST","features":[305]},{"name":"TPM_E_DUPLICATE_VHANDLE","features":[305]},{"name":"TPM_E_EMBEDDED_COMMAND_BLOCKED","features":[305]},{"name":"TPM_E_EMBEDDED_COMMAND_UNSUPPORTED","features":[305]},{"name":"TPM_E_ENCRYPT_ERROR","features":[305]},{"name":"TPM_E_ERROR_MASK","features":[305]},{"name":"TPM_E_FAIL","features":[305]},{"name":"TPM_E_FAILEDSELFTEST","features":[305]},{"name":"TPM_E_FAMILYCOUNT","features":[305]},{"name":"TPM_E_INAPPROPRIATE_ENC","features":[305]},{"name":"TPM_E_INAPPROPRIATE_SIG","features":[305]},{"name":"TPM_E_INSTALL_DISABLED","features":[305]},{"name":"TPM_E_INVALID_AUTHHANDLE","features":[305]},{"name":"TPM_E_INVALID_FAMILY","features":[305]},{"name":"TPM_E_INVALID_HANDLE","features":[305]},{"name":"TPM_E_INVALID_KEYHANDLE","features":[305]},{"name":"TPM_E_INVALID_KEYUSAGE","features":[305]},{"name":"TPM_E_INVALID_OWNER_AUTH","features":[305]},{"name":"TPM_E_INVALID_PCR_INFO","features":[305]},{"name":"TPM_E_INVALID_POSTINIT","features":[305]},{"name":"TPM_E_INVALID_RESOURCE","features":[305]},{"name":"TPM_E_INVALID_STRUCTURE","features":[305]},{"name":"TPM_E_IOERROR","features":[305]},{"name":"TPM_E_KEYNOTFOUND","features":[305]},{"name":"TPM_E_KEY_ALREADY_FINALIZED","features":[305]},{"name":"TPM_E_KEY_NOTSUPPORTED","features":[305]},{"name":"TPM_E_KEY_NOT_AUTHENTICATED","features":[305]},{"name":"TPM_E_KEY_NOT_FINALIZED","features":[305]},{"name":"TPM_E_KEY_NOT_LOADED","features":[305]},{"name":"TPM_E_KEY_NOT_SIGNING_KEY","features":[305]},{"name":"TPM_E_KEY_OWNER_CONTROL","features":[305]},{"name":"TPM_E_KEY_USAGE_POLICY_INVALID","features":[305]},{"name":"TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED","features":[305]},{"name":"TPM_E_LOCKED_OUT","features":[305]},{"name":"TPM_E_MAXNVWRITES","features":[305]},{"name":"TPM_E_MA_AUTHORITY","features":[305]},{"name":"TPM_E_MA_DESTINATION","features":[305]},{"name":"TPM_E_MA_SOURCE","features":[305]},{"name":"TPM_E_MA_TICKET_SIGNATURE","features":[305]},{"name":"TPM_E_MIGRATEFAIL","features":[305]},{"name":"TPM_E_NEEDS_SELFTEST","features":[305]},{"name":"TPM_E_NOCONTEXTSPACE","features":[305]},{"name":"TPM_E_NOOPERATOR","features":[305]},{"name":"TPM_E_NOSPACE","features":[305]},{"name":"TPM_E_NOSRK","features":[305]},{"name":"TPM_E_NOTFIPS","features":[305]},{"name":"TPM_E_NOTLOCAL","features":[305]},{"name":"TPM_E_NOTRESETABLE","features":[305]},{"name":"TPM_E_NOTSEALED_BLOB","features":[305]},{"name":"TPM_E_NOT_FULLWRITE","features":[305]},{"name":"TPM_E_NOT_PCR_BOUND","features":[305]},{"name":"TPM_E_NO_ENDORSEMENT","features":[305]},{"name":"TPM_E_NO_KEY_CERTIFICATION","features":[305]},{"name":"TPM_E_NO_NV_PERMISSION","features":[305]},{"name":"TPM_E_NO_WRAP_TRANSPORT","features":[305]},{"name":"TPM_E_OWNER_CONTROL","features":[305]},{"name":"TPM_E_OWNER_SET","features":[305]},{"name":"TPM_E_PCP_AUTHENTICATION_FAILED","features":[305]},{"name":"TPM_E_PCP_AUTHENTICATION_IGNORED","features":[305]},{"name":"TPM_E_PCP_BUFFER_TOO_SMALL","features":[305]},{"name":"TPM_E_PCP_DEVICE_NOT_READY","features":[305]},{"name":"TPM_E_PCP_ERROR_MASK","features":[305]},{"name":"TPM_E_PCP_FLAG_NOT_SUPPORTED","features":[305]},{"name":"TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED","features":[305]},{"name":"TPM_E_PCP_INTERNAL_ERROR","features":[305]},{"name":"TPM_E_PCP_INVALID_HANDLE","features":[305]},{"name":"TPM_E_PCP_INVALID_PARAMETER","features":[305]},{"name":"TPM_E_PCP_KEY_HANDLE_INVALIDATED","features":[305]},{"name":"TPM_E_PCP_KEY_NOT_AIK","features":[305]},{"name":"TPM_E_PCP_NOT_SUPPORTED","features":[305]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_MAY_BE_OUTDATED","features":[305]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_OUTDATED","features":[305]},{"name":"TPM_E_PCP_PLATFORM_CLAIM_REBOOT","features":[305]},{"name":"TPM_E_PCP_POLICY_NOT_FOUND","features":[305]},{"name":"TPM_E_PCP_PROFILE_NOT_FOUND","features":[305]},{"name":"TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED","features":[305]},{"name":"TPM_E_PCP_TICKET_MISSING","features":[305]},{"name":"TPM_E_PCP_UNSUPPORTED_PSS_SALT","features":[305]},{"name":"TPM_E_PCP_VALIDATION_FAILED","features":[305]},{"name":"TPM_E_PCP_WRONG_PARENT","features":[305]},{"name":"TPM_E_PERMANENTEK","features":[305]},{"name":"TPM_E_PER_NOWRITE","features":[305]},{"name":"TPM_E_PPI_ACPI_FAILURE","features":[305]},{"name":"TPM_E_PPI_BIOS_FAILURE","features":[305]},{"name":"TPM_E_PPI_BLOCKED_IN_BIOS","features":[305]},{"name":"TPM_E_PPI_NOT_SUPPORTED","features":[305]},{"name":"TPM_E_PPI_USER_ABORT","features":[305]},{"name":"TPM_E_PROVISIONING_INCOMPLETE","features":[305]},{"name":"TPM_E_READ_ONLY","features":[305]},{"name":"TPM_E_REQUIRES_SIGN","features":[305]},{"name":"TPM_E_RESOURCEMISSING","features":[305]},{"name":"TPM_E_RESOURCES","features":[305]},{"name":"TPM_E_RETRY","features":[305]},{"name":"TPM_E_SHA_ERROR","features":[305]},{"name":"TPM_E_SHA_THREAD","features":[305]},{"name":"TPM_E_SHORTRANDOM","features":[305]},{"name":"TPM_E_SIZE","features":[305]},{"name":"TPM_E_SOFT_KEY_ERROR","features":[305]},{"name":"TPM_E_TOOMANYCONTEXTS","features":[305]},{"name":"TPM_E_TOO_MUCH_DATA","features":[305]},{"name":"TPM_E_TPM_GENERATED_EPS","features":[305]},{"name":"TPM_E_TRANSPORT_NOTEXCLUSIVE","features":[305]},{"name":"TPM_E_VERSION_NOT_SUPPORTED","features":[305]},{"name":"TPM_E_WRITE_LOCKED","features":[305]},{"name":"TPM_E_WRONGPCRVAL","features":[305]},{"name":"TPM_E_WRONG_ENTITYTYPE","features":[305]},{"name":"TPM_E_ZERO_EXHAUST_ENABLED","features":[305]},{"name":"TRUE","features":[305]},{"name":"TRUST_E_ACTION_UNKNOWN","features":[305]},{"name":"TRUST_E_BAD_DIGEST","features":[305]},{"name":"TRUST_E_BASIC_CONSTRAINTS","features":[305]},{"name":"TRUST_E_CERT_SIGNATURE","features":[305]},{"name":"TRUST_E_COUNTER_SIGNER","features":[305]},{"name":"TRUST_E_EXPLICIT_DISTRUST","features":[305]},{"name":"TRUST_E_FAIL","features":[305]},{"name":"TRUST_E_FINANCIAL_CRITERIA","features":[305]},{"name":"TRUST_E_MALFORMED_SIGNATURE","features":[305]},{"name":"TRUST_E_NOSIGNATURE","features":[305]},{"name":"TRUST_E_NO_SIGNER_CERT","features":[305]},{"name":"TRUST_E_PROVIDER_UNKNOWN","features":[305]},{"name":"TRUST_E_SUBJECT_FORM_UNKNOWN","features":[305]},{"name":"TRUST_E_SUBJECT_NOT_TRUSTED","features":[305]},{"name":"TRUST_E_SYSTEM_ERROR","features":[305]},{"name":"TRUST_E_TIME_STAMP","features":[305]},{"name":"TYPE_E_AMBIGUOUSNAME","features":[305]},{"name":"TYPE_E_BADMODULEKIND","features":[305]},{"name":"TYPE_E_BUFFERTOOSMALL","features":[305]},{"name":"TYPE_E_CANTCREATETMPFILE","features":[305]},{"name":"TYPE_E_CANTLOADLIBRARY","features":[305]},{"name":"TYPE_E_CIRCULARTYPE","features":[305]},{"name":"TYPE_E_DLLFUNCTIONNOTFOUND","features":[305]},{"name":"TYPE_E_DUPLICATEID","features":[305]},{"name":"TYPE_E_ELEMENTNOTFOUND","features":[305]},{"name":"TYPE_E_FIELDNOTFOUND","features":[305]},{"name":"TYPE_E_INCONSISTENTPROPFUNCS","features":[305]},{"name":"TYPE_E_INVALIDID","features":[305]},{"name":"TYPE_E_INVALIDSTATE","features":[305]},{"name":"TYPE_E_INVDATAREAD","features":[305]},{"name":"TYPE_E_IOERROR","features":[305]},{"name":"TYPE_E_LIBNOTREGISTERED","features":[305]},{"name":"TYPE_E_NAMECONFLICT","features":[305]},{"name":"TYPE_E_OUTOFBOUNDS","features":[305]},{"name":"TYPE_E_QUALIFIEDNAMEDISALLOWED","features":[305]},{"name":"TYPE_E_REGISTRYACCESS","features":[305]},{"name":"TYPE_E_SIZETOOBIG","features":[305]},{"name":"TYPE_E_TYPEMISMATCH","features":[305]},{"name":"TYPE_E_UNDEFINEDTYPE","features":[305]},{"name":"TYPE_E_UNKNOWNLCID","features":[305]},{"name":"TYPE_E_UNSUPFORMAT","features":[305]},{"name":"TYPE_E_WRONGTYPEKIND","features":[305]},{"name":"UCEERR_BLOCKSFULL","features":[305]},{"name":"UCEERR_CHANNELSYNCABANDONED","features":[305]},{"name":"UCEERR_CHANNELSYNCTIMEDOUT","features":[305]},{"name":"UCEERR_COMMANDTRANSPORTDENIED","features":[305]},{"name":"UCEERR_CONNECTIONIDLOOKUPFAILED","features":[305]},{"name":"UCEERR_CTXSTACKFRSTTARGETNULL","features":[305]},{"name":"UCEERR_FEEDBACK_UNSUPPORTED","features":[305]},{"name":"UCEERR_GRAPHICSSTREAMALREADYOPEN","features":[305]},{"name":"UCEERR_GRAPHICSSTREAMUNAVAILABLE","features":[305]},{"name":"UCEERR_HANDLELOOKUPFAILED","features":[305]},{"name":"UCEERR_ILLEGALHANDLE","features":[305]},{"name":"UCEERR_ILLEGALPACKET","features":[305]},{"name":"UCEERR_ILLEGALRECORDTYPE","features":[305]},{"name":"UCEERR_INVALIDPACKETHEADER","features":[305]},{"name":"UCEERR_MALFORMEDPACKET","features":[305]},{"name":"UCEERR_MEMORYFAILURE","features":[305]},{"name":"UCEERR_MISSINGBEGINCOMMAND","features":[305]},{"name":"UCEERR_MISSINGENDCOMMAND","features":[305]},{"name":"UCEERR_NO_MULTIPLE_WORKER_THREADS","features":[305]},{"name":"UCEERR_OUTOFHANDLES","features":[305]},{"name":"UCEERR_PACKETRECORDOUTOFRANGE","features":[305]},{"name":"UCEERR_PARTITION_ZOMBIED","features":[305]},{"name":"UCEERR_REMOTINGNOTSUPPORTED","features":[305]},{"name":"UCEERR_RENDERTHREADFAILURE","features":[305]},{"name":"UCEERR_TRANSPORTDISCONNECTED","features":[305]},{"name":"UCEERR_TRANSPORTOVERLOADED","features":[305]},{"name":"UCEERR_TRANSPORTUNAVAILABLE","features":[305]},{"name":"UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED","features":[305]},{"name":"UCEERR_UNKNOWNPACKET","features":[305]},{"name":"UCEERR_UNSUPPORTEDTRANSPORTVERSION","features":[305]},{"name":"UI_E_AMBIGUOUS_MATCH","features":[305]},{"name":"UI_E_BOOLEAN_EXPECTED","features":[305]},{"name":"UI_E_CREATE_FAILED","features":[305]},{"name":"UI_E_DIFFERENT_OWNER","features":[305]},{"name":"UI_E_END_KEYFRAME_NOT_DETERMINED","features":[305]},{"name":"UI_E_FP_OVERFLOW","features":[305]},{"name":"UI_E_ILLEGAL_REENTRANCY","features":[305]},{"name":"UI_E_INVALID_DIMENSION","features":[305]},{"name":"UI_E_INVALID_OUTPUT","features":[305]},{"name":"UI_E_LOOPS_OVERLAP","features":[305]},{"name":"UI_E_OBJECT_SEALED","features":[305]},{"name":"UI_E_PRIMITIVE_OUT_OF_BOUNDS","features":[305]},{"name":"UI_E_SHUTDOWN_CALLED","features":[305]},{"name":"UI_E_START_KEYFRAME_AFTER_END","features":[305]},{"name":"UI_E_STORYBOARD_ACTIVE","features":[305]},{"name":"UI_E_STORYBOARD_NOT_PLAYING","features":[305]},{"name":"UI_E_TIMER_CLIENT_ALREADY_CONNECTED","features":[305]},{"name":"UI_E_TIME_BEFORE_LAST_UPDATE","features":[305]},{"name":"UI_E_TRANSITION_ALREADY_USED","features":[305]},{"name":"UI_E_TRANSITION_ECLIPSED","features":[305]},{"name":"UI_E_TRANSITION_NOT_IN_STORYBOARD","features":[305]},{"name":"UI_E_VALUE_NOT_DETERMINED","features":[305]},{"name":"UI_E_VALUE_NOT_SET","features":[305]},{"name":"UI_E_WINDOW_CLOSED","features":[305]},{"name":"UI_E_WRONG_THREAD","features":[305]},{"name":"UNICODE_STRING","features":[305]},{"name":"UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION","features":[305]},{"name":"UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE","features":[305]},{"name":"UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT","features":[305]},{"name":"UTC_E_AOT_NOT_RUNNING","features":[305]},{"name":"UTC_E_API_BUSY","features":[305]},{"name":"UTC_E_API_NOT_SUPPORTED","features":[305]},{"name":"UTC_E_API_RESULT_UNAVAILABLE","features":[305]},{"name":"UTC_E_BINARY_MISSING","features":[305]},{"name":"UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML","features":[305]},{"name":"UTC_E_CERT_REV_FAILED","features":[305]},{"name":"UTC_E_CHILD_PROCESS_FAILED","features":[305]},{"name":"UTC_E_COMMAND_LINE_NOT_AUTHORIZED","features":[305]},{"name":"UTC_E_DELAY_TERMINATED","features":[305]},{"name":"UTC_E_DEVICE_TICKET_ERROR","features":[305]},{"name":"UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH","features":[305]},{"name":"UTC_E_ESCALATION_ALREADY_RUNNING","features":[305]},{"name":"UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN","features":[305]},{"name":"UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS","features":[305]},{"name":"UTC_E_ESCALATION_NOT_AUTHORIZED","features":[305]},{"name":"UTC_E_ESCALATION_TIMED_OUT","features":[305]},{"name":"UTC_E_EVENTLOG_ENTRY_MALFORMED","features":[305]},{"name":"UTC_E_EXCLUSIVITY_NOT_AVAILABLE","features":[305]},{"name":"UTC_E_EXE_TERMINATED","features":[305]},{"name":"UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS","features":[305]},{"name":"UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID","features":[305]},{"name":"UTC_E_FAILED_TO_START_NDISCAP","features":[305]},{"name":"UTC_E_FILTER_FUNCTION_RESTRICTED","features":[305]},{"name":"UTC_E_FILTER_ILLEGAL_EVAL","features":[305]},{"name":"UTC_E_FILTER_INVALID_COMMAND","features":[305]},{"name":"UTC_E_FILTER_INVALID_FUNCTION","features":[305]},{"name":"UTC_E_FILTER_INVALID_FUNCTION_PARAMS","features":[305]},{"name":"UTC_E_FILTER_INVALID_TYPE","features":[305]},{"name":"UTC_E_FILTER_MISSING_ATTRIBUTE","features":[305]},{"name":"UTC_E_FILTER_VARIABLE_NOT_FOUND","features":[305]},{"name":"UTC_E_FILTER_VERSION_MISMATCH","features":[305]},{"name":"UTC_E_FORWARDER_ALREADY_DISABLED","features":[305]},{"name":"UTC_E_FORWARDER_ALREADY_ENABLED","features":[305]},{"name":"UTC_E_FORWARDER_PRODUCER_MISMATCH","features":[305]},{"name":"UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED","features":[305]},{"name":"UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED","features":[305]},{"name":"UTC_E_GETFILE_FILE_PATH_NOT_APPROVED","features":[305]},{"name":"UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE","features":[305]},{"name":"UTC_E_INTENTIONAL_SCRIPT_FAILURE","features":[305]},{"name":"UTC_E_INVALID_AGGREGATION_STRUCT","features":[305]},{"name":"UTC_E_INVALID_CUSTOM_FILTER","features":[305]},{"name":"UTC_E_INVALID_FILTER","features":[305]},{"name":"UTC_E_KERNELDUMP_LIMIT_REACHED","features":[305]},{"name":"UTC_E_MISSING_AGGREGATE_EVENT_TAG","features":[305]},{"name":"UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE","features":[305]},{"name":"UTC_E_NO_WER_LOGGER_SUPPORTED","features":[305]},{"name":"UTC_E_PERFTRACK_ALREADY_TRACING","features":[305]},{"name":"UTC_E_REACHED_MAX_ESCALATIONS","features":[305]},{"name":"UTC_E_REESCALATED_TOO_QUICKLY","features":[305]},{"name":"UTC_E_RPC_TIMEOUT","features":[305]},{"name":"UTC_E_RPC_WAIT_FAILED","features":[305]},{"name":"UTC_E_SCENARIODEF_NOT_FOUND","features":[305]},{"name":"UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH","features":[305]},{"name":"UTC_E_SCENARIO_HAS_NO_ACTIONS","features":[305]},{"name":"UTC_E_SCENARIO_THROTTLED","features":[305]},{"name":"UTC_E_SCRIPT_MISSING","features":[305]},{"name":"UTC_E_SCRIPT_TERMINATED","features":[305]},{"name":"UTC_E_SCRIPT_TYPE_INVALID","features":[305]},{"name":"UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED","features":[305]},{"name":"UTC_E_SETUP_NOT_AUTHORIZED","features":[305]},{"name":"UTC_E_SETUP_TIMED_OUT","features":[305]},{"name":"UTC_E_SIF_NOT_SUPPORTED","features":[305]},{"name":"UTC_E_SQM_INIT_FAILED","features":[305]},{"name":"UTC_E_THROTTLED","features":[305]},{"name":"UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE","features":[305]},{"name":"UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION","features":[305]},{"name":"UTC_E_TIME_TRIGGER_ON_START_INVALID","features":[305]},{"name":"UTC_E_TOGGLE_TRACE_STARTED","features":[305]},{"name":"UTC_E_TRACEPROFILE_NOT_FOUND","features":[305]},{"name":"UTC_E_TRACERS_DONT_EXIST","features":[305]},{"name":"UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED","features":[305]},{"name":"UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET","features":[305]},{"name":"UTC_E_TRACE_NOT_RUNNING","features":[305]},{"name":"UTC_E_TRACE_THROTTLED","features":[305]},{"name":"UTC_E_TRIGGER_MISMATCH","features":[305]},{"name":"UTC_E_TRIGGER_NOT_FOUND","features":[305]},{"name":"UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED","features":[305]},{"name":"UTC_E_TTTRACER_RETURNED_ERROR","features":[305]},{"name":"UTC_E_TTTRACER_STORAGE_FULL","features":[305]},{"name":"UTC_E_UNABLE_TO_RESOLVE_SESSION","features":[305]},{"name":"UTC_E_UNAPPROVED_SCRIPT","features":[305]},{"name":"UTC_E_WINRT_INIT_FAILED","features":[305]},{"name":"VARIANT_BOOL","features":[305]},{"name":"VARIANT_FALSE","features":[305]},{"name":"VARIANT_TRUE","features":[305]},{"name":"VIEW_E_DRAW","features":[305]},{"name":"VIEW_E_FIRST","features":[305]},{"name":"VIEW_E_LAST","features":[305]},{"name":"VIEW_S_ALREADY_FROZEN","features":[305]},{"name":"VIEW_S_FIRST","features":[305]},{"name":"VIEW_S_LAST","features":[305]},{"name":"VM_SAVED_STATE_DUMP_E_GUEST_MEMORY_NOT_FOUND","features":[305]},{"name":"VM_SAVED_STATE_DUMP_E_INVALID_VP_STATE","features":[305]},{"name":"VM_SAVED_STATE_DUMP_E_NESTED_VIRTUALIZATION_NOT_SUPPORTED","features":[305]},{"name":"VM_SAVED_STATE_DUMP_E_NO_VP_FOUND_IN_PARTITION_STATE","features":[305]},{"name":"VM_SAVED_STATE_DUMP_E_PARTITION_STATE_NOT_FOUND","features":[305]},{"name":"VM_SAVED_STATE_DUMP_E_VA_NOT_MAPPED","features":[305]},{"name":"VM_SAVED_STATE_DUMP_E_VP_VTL_NOT_ENABLED","features":[305]},{"name":"VM_SAVED_STATE_DUMP_E_WINDOWS_KERNEL_IMAGE_NOT_FOUND","features":[305]},{"name":"VOLMGR_KSR_BYPASS","features":[305]},{"name":"VOLMGR_KSR_ERROR","features":[305]},{"name":"VOLMGR_KSR_READ_ERROR","features":[305]},{"name":"WAIT_ABANDONED","features":[305]},{"name":"WAIT_ABANDONED_0","features":[305]},{"name":"WAIT_EVENT","features":[305]},{"name":"WAIT_FAILED","features":[305]},{"name":"WAIT_IO_COMPLETION","features":[305]},{"name":"WAIT_OBJECT_0","features":[305]},{"name":"WAIT_TIMEOUT","features":[305]},{"name":"WARNING_IPSEC_MM_POLICY_PRUNED","features":[305]},{"name":"WARNING_IPSEC_QM_POLICY_PRUNED","features":[305]},{"name":"WARNING_NO_MD5_MIGRATION","features":[305]},{"name":"WBREAK_E_BUFFER_TOO_SMALL","features":[305]},{"name":"WBREAK_E_END_OF_TEXT","features":[305]},{"name":"WBREAK_E_INIT_FAILED","features":[305]},{"name":"WBREAK_E_QUERY_ONLY","features":[305]},{"name":"WEB_E_INVALID_JSON_NUMBER","features":[305]},{"name":"WEB_E_INVALID_JSON_STRING","features":[305]},{"name":"WEB_E_INVALID_XML","features":[305]},{"name":"WEB_E_JSON_VALUE_NOT_FOUND","features":[305]},{"name":"WEB_E_MISSING_REQUIRED_ATTRIBUTE","features":[305]},{"name":"WEB_E_MISSING_REQUIRED_ELEMENT","features":[305]},{"name":"WEB_E_RESOURCE_TOO_LARGE","features":[305]},{"name":"WEB_E_UNEXPECTED_CONTENT","features":[305]},{"name":"WEB_E_UNSUPPORTED_FORMAT","features":[305]},{"name":"WEP_E_BUFFER_TOO_LARGE","features":[305]},{"name":"WEP_E_FIXED_DATA_NOT_SUPPORTED","features":[305]},{"name":"WEP_E_HARDWARE_NOT_COMPLIANT","features":[305]},{"name":"WEP_E_LOCK_NOT_CONFIGURED","features":[305]},{"name":"WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES","features":[305]},{"name":"WEP_E_NO_LICENSE","features":[305]},{"name":"WEP_E_OS_NOT_PROTECTED","features":[305]},{"name":"WEP_E_PROTECTION_SUSPENDED","features":[305]},{"name":"WEP_E_UNEXPECTED_FAIL","features":[305]},{"name":"WER_E_ALREADY_REPORTING","features":[305]},{"name":"WER_E_CANCELED","features":[305]},{"name":"WER_E_CRASH_FAILURE","features":[305]},{"name":"WER_E_DUMP_THROTTLED","features":[305]},{"name":"WER_E_INSUFFICIENT_CONSENT","features":[305]},{"name":"WER_E_NETWORK_FAILURE","features":[305]},{"name":"WER_E_NOT_INITIALIZED","features":[305]},{"name":"WER_E_TOO_HEAVY","features":[305]},{"name":"WER_S_ASSERT_CONTINUE","features":[305]},{"name":"WER_S_DISABLED","features":[305]},{"name":"WER_S_DISABLED_ARCHIVE","features":[305]},{"name":"WER_S_DISABLED_QUEUE","features":[305]},{"name":"WER_S_IGNORE_ALL_ASSERTS","features":[305]},{"name":"WER_S_IGNORE_ASSERT_INSTANCE","features":[305]},{"name":"WER_S_REPORT_ASYNC","features":[305]},{"name":"WER_S_REPORT_DEBUG","features":[305]},{"name":"WER_S_REPORT_QUEUED","features":[305]},{"name":"WER_S_REPORT_UPLOADED","features":[305]},{"name":"WER_S_REPORT_UPLOADED_CAB","features":[305]},{"name":"WER_S_SUSPENDED_UPLOAD","features":[305]},{"name":"WER_S_THROTTLED","features":[305]},{"name":"WHV_E_GPA_RANGE_NOT_FOUND","features":[305]},{"name":"WHV_E_INSUFFICIENT_BUFFER","features":[305]},{"name":"WHV_E_INVALID_PARTITION_CONFIG","features":[305]},{"name":"WHV_E_INVALID_VP_REGISTER_NAME","features":[305]},{"name":"WHV_E_INVALID_VP_STATE","features":[305]},{"name":"WHV_E_UNKNOWN_CAPABILITY","features":[305]},{"name":"WHV_E_UNKNOWN_PROPERTY","features":[305]},{"name":"WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG","features":[305]},{"name":"WHV_E_UNSUPPORTED_PROCESSOR_CONFIG","features":[305]},{"name":"WHV_E_VP_ALREADY_EXISTS","features":[305]},{"name":"WHV_E_VP_DOES_NOT_EXIST","features":[305]},{"name":"WIN32_ERROR","features":[305]},{"name":"WINCODEC_ERR_ALREADYLOCKED","features":[305]},{"name":"WINCODEC_ERR_BADHEADER","features":[305]},{"name":"WINCODEC_ERR_BADIMAGE","features":[305]},{"name":"WINCODEC_ERR_BADMETADATAHEADER","features":[305]},{"name":"WINCODEC_ERR_BADSTREAMDATA","features":[305]},{"name":"WINCODEC_ERR_CODECNOTHUMBNAIL","features":[305]},{"name":"WINCODEC_ERR_CODECPRESENT","features":[305]},{"name":"WINCODEC_ERR_CODECTOOMANYSCANLINES","features":[305]},{"name":"WINCODEC_ERR_COMPONENTINITIALIZEFAILURE","features":[305]},{"name":"WINCODEC_ERR_COMPONENTNOTFOUND","features":[305]},{"name":"WINCODEC_ERR_DUPLICATEMETADATAPRESENT","features":[305]},{"name":"WINCODEC_ERR_FRAMEMISSING","features":[305]},{"name":"WINCODEC_ERR_IMAGESIZEOUTOFRANGE","features":[305]},{"name":"WINCODEC_ERR_INSUFFICIENTBUFFER","features":[305]},{"name":"WINCODEC_ERR_INTERNALERROR","features":[305]},{"name":"WINCODEC_ERR_INVALIDJPEGSCANINDEX","features":[305]},{"name":"WINCODEC_ERR_INVALIDPROGRESSIVELEVEL","features":[305]},{"name":"WINCODEC_ERR_INVALIDQUERYCHARACTER","features":[305]},{"name":"WINCODEC_ERR_INVALIDQUERYREQUEST","features":[305]},{"name":"WINCODEC_ERR_INVALIDREGISTRATION","features":[305]},{"name":"WINCODEC_ERR_NOTINITIALIZED","features":[305]},{"name":"WINCODEC_ERR_PALETTEUNAVAILABLE","features":[305]},{"name":"WINCODEC_ERR_PROPERTYNOTFOUND","features":[305]},{"name":"WINCODEC_ERR_PROPERTYNOTSUPPORTED","features":[305]},{"name":"WINCODEC_ERR_PROPERTYSIZE","features":[305]},{"name":"WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE","features":[305]},{"name":"WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT","features":[305]},{"name":"WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS","features":[305]},{"name":"WINCODEC_ERR_STREAMNOTAVAILABLE","features":[305]},{"name":"WINCODEC_ERR_STREAMREAD","features":[305]},{"name":"WINCODEC_ERR_STREAMWRITE","features":[305]},{"name":"WINCODEC_ERR_TOOMUCHMETADATA","features":[305]},{"name":"WINCODEC_ERR_UNEXPECTEDMETADATATYPE","features":[305]},{"name":"WINCODEC_ERR_UNEXPECTEDSIZE","features":[305]},{"name":"WINCODEC_ERR_UNKNOWNIMAGEFORMAT","features":[305]},{"name":"WINCODEC_ERR_UNSUPPORTEDOPERATION","features":[305]},{"name":"WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT","features":[305]},{"name":"WINCODEC_ERR_UNSUPPORTEDVERSION","features":[305]},{"name":"WINCODEC_ERR_VALUEOUTOFRANGE","features":[305]},{"name":"WINCODEC_ERR_WIN32ERROR","features":[305]},{"name":"WINCODEC_ERR_WRONGSTATE","features":[305]},{"name":"WININET_E_ASYNC_THREAD_FAILED","features":[305]},{"name":"WININET_E_BAD_AUTO_PROXY_SCRIPT","features":[305]},{"name":"WININET_E_BAD_OPTION_LENGTH","features":[305]},{"name":"WININET_E_BAD_REGISTRY_PARAMETER","features":[305]},{"name":"WININET_E_CANNOT_CONNECT","features":[305]},{"name":"WININET_E_CHG_POST_IS_NON_SECURE","features":[305]},{"name":"WININET_E_CLIENT_AUTH_CERT_NEEDED","features":[305]},{"name":"WININET_E_CLIENT_AUTH_NOT_SETUP","features":[305]},{"name":"WININET_E_CONNECTION_ABORTED","features":[305]},{"name":"WININET_E_CONNECTION_RESET","features":[305]},{"name":"WININET_E_COOKIE_DECLINED","features":[305]},{"name":"WININET_E_COOKIE_NEEDS_CONFIRMATION","features":[305]},{"name":"WININET_E_DECODING_FAILED","features":[305]},{"name":"WININET_E_DIALOG_PENDING","features":[305]},{"name":"WININET_E_DISCONNECTED","features":[305]},{"name":"WININET_E_DOWNLEVEL_SERVER","features":[305]},{"name":"WININET_E_EXTENDED_ERROR","features":[305]},{"name":"WININET_E_FAILED_DUETOSECURITYCHECK","features":[305]},{"name":"WININET_E_FORCE_RETRY","features":[305]},{"name":"WININET_E_HANDLE_EXISTS","features":[305]},{"name":"WININET_E_HEADER_ALREADY_EXISTS","features":[305]},{"name":"WININET_E_HEADER_NOT_FOUND","features":[305]},{"name":"WININET_E_HTTPS_HTTP_SUBMIT_REDIR","features":[305]},{"name":"WININET_E_HTTPS_TO_HTTP_ON_REDIR","features":[305]},{"name":"WININET_E_HTTP_TO_HTTPS_ON_REDIR","features":[305]},{"name":"WININET_E_INCORRECT_FORMAT","features":[305]},{"name":"WININET_E_INCORRECT_HANDLE_STATE","features":[305]},{"name":"WININET_E_INCORRECT_HANDLE_TYPE","features":[305]},{"name":"WININET_E_INCORRECT_PASSWORD","features":[305]},{"name":"WININET_E_INCORRECT_USER_NAME","features":[305]},{"name":"WININET_E_INTERNAL_ERROR","features":[305]},{"name":"WININET_E_INVALID_CA","features":[305]},{"name":"WININET_E_INVALID_HEADER","features":[305]},{"name":"WININET_E_INVALID_OPERATION","features":[305]},{"name":"WININET_E_INVALID_OPTION","features":[305]},{"name":"WININET_E_INVALID_PROXY_REQUEST","features":[305]},{"name":"WININET_E_INVALID_QUERY_REQUEST","features":[305]},{"name":"WININET_E_INVALID_SERVER_RESPONSE","features":[305]},{"name":"WININET_E_INVALID_URL","features":[305]},{"name":"WININET_E_ITEM_NOT_FOUND","features":[305]},{"name":"WININET_E_LOGIN_FAILURE","features":[305]},{"name":"WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[305]},{"name":"WININET_E_MIXED_SECURITY","features":[305]},{"name":"WININET_E_NAME_NOT_RESOLVED","features":[305]},{"name":"WININET_E_NEED_UI","features":[305]},{"name":"WININET_E_NOT_INITIALIZED","features":[305]},{"name":"WININET_E_NOT_PROXY_REQUEST","features":[305]},{"name":"WININET_E_NOT_REDIRECTED","features":[305]},{"name":"WININET_E_NO_CALLBACK","features":[305]},{"name":"WININET_E_NO_CONTEXT","features":[305]},{"name":"WININET_E_NO_DIRECT_ACCESS","features":[305]},{"name":"WININET_E_NO_NEW_CONTAINERS","features":[305]},{"name":"WININET_E_OPERATION_CANCELLED","features":[305]},{"name":"WININET_E_OPTION_NOT_SETTABLE","features":[305]},{"name":"WININET_E_OUT_OF_HANDLES","features":[305]},{"name":"WININET_E_POST_IS_NON_SECURE","features":[305]},{"name":"WININET_E_PROTOCOL_NOT_FOUND","features":[305]},{"name":"WININET_E_PROXY_SERVER_UNREACHABLE","features":[305]},{"name":"WININET_E_REDIRECT_FAILED","features":[305]},{"name":"WININET_E_REDIRECT_NEEDS_CONFIRMATION","features":[305]},{"name":"WININET_E_REDIRECT_SCHEME_CHANGE","features":[305]},{"name":"WININET_E_REGISTRY_VALUE_NOT_FOUND","features":[305]},{"name":"WININET_E_REQUEST_PENDING","features":[305]},{"name":"WININET_E_RETRY_DIALOG","features":[305]},{"name":"WININET_E_SECURITY_CHANNEL_ERROR","features":[305]},{"name":"WININET_E_SEC_CERT_CN_INVALID","features":[305]},{"name":"WININET_E_SEC_CERT_DATE_INVALID","features":[305]},{"name":"WININET_E_SEC_CERT_ERRORS","features":[305]},{"name":"WININET_E_SEC_CERT_REVOKED","features":[305]},{"name":"WININET_E_SEC_CERT_REV_FAILED","features":[305]},{"name":"WININET_E_SEC_INVALID_CERT","features":[305]},{"name":"WININET_E_SERVER_UNREACHABLE","features":[305]},{"name":"WININET_E_SHUTDOWN","features":[305]},{"name":"WININET_E_TCPIP_NOT_INSTALLED","features":[305]},{"name":"WININET_E_TIMEOUT","features":[305]},{"name":"WININET_E_UNABLE_TO_CACHE_FILE","features":[305]},{"name":"WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT","features":[305]},{"name":"WININET_E_UNRECOGNIZED_SCHEME","features":[305]},{"name":"WINML_ERR_INVALID_BINDING","features":[305]},{"name":"WINML_ERR_INVALID_DEVICE","features":[305]},{"name":"WINML_ERR_SIZE_MISMATCH","features":[305]},{"name":"WINML_ERR_VALUE_NOTFOUND","features":[305]},{"name":"WINVER","features":[305]},{"name":"WINVER_MAXVER","features":[305]},{"name":"WPARAM","features":[305]},{"name":"WPN_E_ACCESS_DENIED","features":[305]},{"name":"WPN_E_ALL_URL_NOT_COMPLETED","features":[305]},{"name":"WPN_E_CALLBACK_ALREADY_REGISTERED","features":[305]},{"name":"WPN_E_CHANNEL_CLOSED","features":[305]},{"name":"WPN_E_CHANNEL_REQUEST_NOT_COMPLETE","features":[305]},{"name":"WPN_E_CLOUD_AUTH_UNAVAILABLE","features":[305]},{"name":"WPN_E_CLOUD_DISABLED","features":[305]},{"name":"WPN_E_CLOUD_DISABLED_FOR_APP","features":[305]},{"name":"WPN_E_CLOUD_INCAPABLE","features":[305]},{"name":"WPN_E_CLOUD_SERVICE_UNAVAILABLE","features":[305]},{"name":"WPN_E_DEV_ID_SIZE","features":[305]},{"name":"WPN_E_DUPLICATE_CHANNEL","features":[305]},{"name":"WPN_E_DUPLICATE_REGISTRATION","features":[305]},{"name":"WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION","features":[305]},{"name":"WPN_E_GROUP_ALPHANUMERIC","features":[305]},{"name":"WPN_E_GROUP_SIZE","features":[305]},{"name":"WPN_E_IMAGE_NOT_FOUND_IN_CACHE","features":[305]},{"name":"WPN_E_INTERNET_INCAPABLE","features":[305]},{"name":"WPN_E_INVALID_APP","features":[305]},{"name":"WPN_E_INVALID_CLOUD_IMAGE","features":[305]},{"name":"WPN_E_INVALID_HTTP_STATUS_CODE","features":[305]},{"name":"WPN_E_NOTIFICATION_DISABLED","features":[305]},{"name":"WPN_E_NOTIFICATION_HIDDEN","features":[305]},{"name":"WPN_E_NOTIFICATION_ID_MATCHED","features":[305]},{"name":"WPN_E_NOTIFICATION_INCAPABLE","features":[305]},{"name":"WPN_E_NOTIFICATION_NOT_POSTED","features":[305]},{"name":"WPN_E_NOTIFICATION_POSTED","features":[305]},{"name":"WPN_E_NOTIFICATION_SIZE","features":[305]},{"name":"WPN_E_NOTIFICATION_TYPE_DISABLED","features":[305]},{"name":"WPN_E_OUTSTANDING_CHANNEL_REQUEST","features":[305]},{"name":"WPN_E_OUT_OF_SESSION","features":[305]},{"name":"WPN_E_PLATFORM_UNAVAILABLE","features":[305]},{"name":"WPN_E_POWER_SAVE","features":[305]},{"name":"WPN_E_PUSH_NOTIFICATION_INCAPABLE","features":[305]},{"name":"WPN_E_STORAGE_LOCKED","features":[305]},{"name":"WPN_E_TAG_ALPHANUMERIC","features":[305]},{"name":"WPN_E_TAG_SIZE","features":[305]},{"name":"WPN_E_TOAST_NOTIFICATION_DROPPED","features":[305]},{"name":"WS_E_ADDRESS_IN_USE","features":[305]},{"name":"WS_E_ADDRESS_NOT_AVAILABLE","features":[305]},{"name":"WS_E_ENDPOINT_ACCESS_DENIED","features":[305]},{"name":"WS_E_ENDPOINT_ACTION_NOT_SUPPORTED","features":[305]},{"name":"WS_E_ENDPOINT_DISCONNECTED","features":[305]},{"name":"WS_E_ENDPOINT_FAILURE","features":[305]},{"name":"WS_E_ENDPOINT_FAULT_RECEIVED","features":[305]},{"name":"WS_E_ENDPOINT_NOT_AVAILABLE","features":[305]},{"name":"WS_E_ENDPOINT_NOT_FOUND","features":[305]},{"name":"WS_E_ENDPOINT_TOO_BUSY","features":[305]},{"name":"WS_E_ENDPOINT_UNREACHABLE","features":[305]},{"name":"WS_E_INVALID_ENDPOINT_URL","features":[305]},{"name":"WS_E_INVALID_FORMAT","features":[305]},{"name":"WS_E_INVALID_OPERATION","features":[305]},{"name":"WS_E_NOT_SUPPORTED","features":[305]},{"name":"WS_E_NO_TRANSLATION_AVAILABLE","features":[305]},{"name":"WS_E_NUMERIC_OVERFLOW","features":[305]},{"name":"WS_E_OBJECT_FAULTED","features":[305]},{"name":"WS_E_OPERATION_ABANDONED","features":[305]},{"name":"WS_E_OPERATION_ABORTED","features":[305]},{"name":"WS_E_OPERATION_TIMED_OUT","features":[305]},{"name":"WS_E_OTHER","features":[305]},{"name":"WS_E_PROXY_ACCESS_DENIED","features":[305]},{"name":"WS_E_PROXY_FAILURE","features":[305]},{"name":"WS_E_PROXY_REQUIRES_BASIC_AUTH","features":[305]},{"name":"WS_E_PROXY_REQUIRES_DIGEST_AUTH","features":[305]},{"name":"WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH","features":[305]},{"name":"WS_E_PROXY_REQUIRES_NTLM_AUTH","features":[305]},{"name":"WS_E_QUOTA_EXCEEDED","features":[305]},{"name":"WS_E_SECURITY_SYSTEM_FAILURE","features":[305]},{"name":"WS_E_SECURITY_TOKEN_EXPIRED","features":[305]},{"name":"WS_E_SECURITY_VERIFICATION_FAILURE","features":[305]},{"name":"WS_E_SERVER_REQUIRES_BASIC_AUTH","features":[305]},{"name":"WS_E_SERVER_REQUIRES_DIGEST_AUTH","features":[305]},{"name":"WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH","features":[305]},{"name":"WS_E_SERVER_REQUIRES_NTLM_AUTH","features":[305]},{"name":"WS_S_ASYNC","features":[305]},{"name":"WS_S_END","features":[305]},{"name":"XACT_E_ABORTED","features":[305]},{"name":"XACT_E_ABORTING","features":[305]},{"name":"XACT_E_ALREADYINPROGRESS","features":[305]},{"name":"XACT_E_ALREADYOTHERSINGLEPHASE","features":[305]},{"name":"XACT_E_CANTRETAIN","features":[305]},{"name":"XACT_E_CLERKEXISTS","features":[305]},{"name":"XACT_E_CLERKNOTFOUND","features":[305]},{"name":"XACT_E_COMMITFAILED","features":[305]},{"name":"XACT_E_COMMITPREVENTED","features":[305]},{"name":"XACT_E_CONNECTION_DENIED","features":[305]},{"name":"XACT_E_CONNECTION_DOWN","features":[305]},{"name":"XACT_E_DEST_TMNOTAVAILABLE","features":[305]},{"name":"XACT_E_FIRST","features":[305]},{"name":"XACT_E_HEURISTICABORT","features":[305]},{"name":"XACT_E_HEURISTICCOMMIT","features":[305]},{"name":"XACT_E_HEURISTICDAMAGE","features":[305]},{"name":"XACT_E_HEURISTICDANGER","features":[305]},{"name":"XACT_E_INDOUBT","features":[305]},{"name":"XACT_E_INVALIDCOOKIE","features":[305]},{"name":"XACT_E_INVALIDLSN","features":[305]},{"name":"XACT_E_ISOLATIONLEVEL","features":[305]},{"name":"XACT_E_LAST","features":[305]},{"name":"XACT_E_LOGFULL","features":[305]},{"name":"XACT_E_LU_TX_DISABLED","features":[305]},{"name":"XACT_E_NETWORK_TX_DISABLED","features":[305]},{"name":"XACT_E_NOASYNC","features":[305]},{"name":"XACT_E_NOENLIST","features":[305]},{"name":"XACT_E_NOIMPORTOBJECT","features":[305]},{"name":"XACT_E_NOISORETAIN","features":[305]},{"name":"XACT_E_NORESOURCE","features":[305]},{"name":"XACT_E_NOTCURRENT","features":[305]},{"name":"XACT_E_NOTIMEOUT","features":[305]},{"name":"XACT_E_NOTRANSACTION","features":[305]},{"name":"XACT_E_NOTSUPPORTED","features":[305]},{"name":"XACT_E_PARTNER_NETWORK_TX_DISABLED","features":[305]},{"name":"XACT_E_PULL_COMM_FAILURE","features":[305]},{"name":"XACT_E_PUSH_COMM_FAILURE","features":[305]},{"name":"XACT_E_RECOVERYINPROGRESS","features":[305]},{"name":"XACT_E_REENLISTTIMEOUT","features":[305]},{"name":"XACT_E_REPLAYREQUEST","features":[305]},{"name":"XACT_E_TIP_CONNECT_FAILED","features":[305]},{"name":"XACT_E_TIP_DISABLED","features":[305]},{"name":"XACT_E_TIP_PROTOCOL_ERROR","features":[305]},{"name":"XACT_E_TIP_PULL_FAILED","features":[305]},{"name":"XACT_E_TMNOTAVAILABLE","features":[305]},{"name":"XACT_E_TRANSACTIONCLOSED","features":[305]},{"name":"XACT_E_UNABLE_TO_LOAD_DTC_PROXY","features":[305]},{"name":"XACT_E_UNABLE_TO_READ_DTC_CONFIG","features":[305]},{"name":"XACT_E_UNKNOWNRMGRID","features":[305]},{"name":"XACT_E_WRONGSTATE","features":[305]},{"name":"XACT_E_WRONGUOW","features":[305]},{"name":"XACT_E_XA_TX_DISABLED","features":[305]},{"name":"XACT_E_XTIONEXISTS","features":[305]},{"name":"XACT_S_ABORTING","features":[305]},{"name":"XACT_S_ALLNORETAIN","features":[305]},{"name":"XACT_S_ASYNC","features":[305]},{"name":"XACT_S_DEFECT","features":[305]},{"name":"XACT_S_FIRST","features":[305]},{"name":"XACT_S_LAST","features":[305]},{"name":"XACT_S_LASTRESOURCEMANAGER","features":[305]},{"name":"XACT_S_LOCALLY_OK","features":[305]},{"name":"XACT_S_MADECHANGESCONTENT","features":[305]},{"name":"XACT_S_MADECHANGESINFORM","features":[305]},{"name":"XACT_S_OKINFORM","features":[305]},{"name":"XACT_S_READONLY","features":[305]},{"name":"XACT_S_SINGLEPHASE","features":[305]},{"name":"XACT_S_SOMENORETAIN","features":[305]},{"name":"XENROLL_E_CANNOT_ADD_ROOT_CERT","features":[305]},{"name":"XENROLL_E_KEYSPEC_SMIME_MISMATCH","features":[305]},{"name":"XENROLL_E_KEY_NOT_EXPORTABLE","features":[305]},{"name":"XENROLL_E_RESPONSE_KA_HASH_MISMATCH","features":[305]},{"name":"XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND","features":[305]},{"name":"XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH","features":[305]},{"name":"_WIN32_IE_MAXVER","features":[305]},{"name":"_WIN32_MAXVER","features":[305]},{"name":"_WIN32_WINDOWS_MAXVER","features":[305]},{"name":"_WIN32_WINNT_MAXVER","features":[305]}],"400":[{"name":"CheckGamingPrivilegeSilently","features":[305,399]},{"name":"CheckGamingPrivilegeSilentlyForUser","features":[305,399]},{"name":"CheckGamingPrivilegeWithUI","features":[399]},{"name":"CheckGamingPrivilegeWithUIForUser","features":[399]},{"name":"GAMESTATS_OPEN_CREATED","features":[399]},{"name":"GAMESTATS_OPEN_OPENED","features":[399]},{"name":"GAMESTATS_OPEN_OPENONLY","features":[399]},{"name":"GAMESTATS_OPEN_OPENORCREATE","features":[399]},{"name":"GAMESTATS_OPEN_RESULT","features":[399]},{"name":"GAMESTATS_OPEN_TYPE","features":[399]},{"name":"GAME_INSTALL_SCOPE","features":[399]},{"name":"GAMING_DEVICE_DEVICE_ID","features":[399]},{"name":"GAMING_DEVICE_DEVICE_ID_NONE","features":[399]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE","features":[399]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_S","features":[399]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_X","features":[399]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_ONE_X_DEVKIT","features":[399]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_S","features":[399]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_X","features":[399]},{"name":"GAMING_DEVICE_DEVICE_ID_XBOX_SERIES_X_DEVKIT","features":[399]},{"name":"GAMING_DEVICE_MODEL_INFORMATION","features":[399]},{"name":"GAMING_DEVICE_VENDOR_ID","features":[399]},{"name":"GAMING_DEVICE_VENDOR_ID_MICROSOFT","features":[399]},{"name":"GAMING_DEVICE_VENDOR_ID_NONE","features":[399]},{"name":"GIS_ALL_USERS","features":[399]},{"name":"GIS_CURRENT_USER","features":[399]},{"name":"GIS_NOT_INSTALLED","features":[399]},{"name":"GameExplorer","features":[399]},{"name":"GameStatistics","features":[399]},{"name":"GameUICompletionRoutine","features":[399]},{"name":"GetExpandedResourceExclusiveCpuCount","features":[399]},{"name":"GetGamingDeviceModelInformation","features":[399]},{"name":"HasExpandedResources","features":[305,399]},{"name":"ID_GDF_THUMBNAIL_STR","features":[399]},{"name":"ID_GDF_XML_STR","features":[399]},{"name":"IGameExplorer","features":[399]},{"name":"IGameExplorer2","features":[399]},{"name":"IGameStatistics","features":[399]},{"name":"IGameStatisticsMgr","features":[399]},{"name":"IXblIdpAuthManager","features":[399]},{"name":"IXblIdpAuthManager2","features":[399]},{"name":"IXblIdpAuthTokenResult","features":[399]},{"name":"IXblIdpAuthTokenResult2","features":[399]},{"name":"KnownGamingPrivileges","features":[399]},{"name":"PlayerPickerUICompletionRoutine","features":[399]},{"name":"ProcessPendingGameUI","features":[305,399]},{"name":"ReleaseExclusiveCpuSets","features":[399]},{"name":"ShowChangeFriendRelationshipUI","features":[399]},{"name":"ShowChangeFriendRelationshipUIForUser","features":[399]},{"name":"ShowCustomizeUserProfileUI","features":[399]},{"name":"ShowCustomizeUserProfileUIForUser","features":[399]},{"name":"ShowFindFriendsUI","features":[399]},{"name":"ShowFindFriendsUIForUser","features":[399]},{"name":"ShowGameInfoUI","features":[399]},{"name":"ShowGameInfoUIForUser","features":[399]},{"name":"ShowGameInviteUI","features":[399]},{"name":"ShowGameInviteUIForUser","features":[399]},{"name":"ShowGameInviteUIWithContext","features":[399]},{"name":"ShowGameInviteUIWithContextForUser","features":[399]},{"name":"ShowPlayerPickerUI","features":[399]},{"name":"ShowPlayerPickerUIForUser","features":[399]},{"name":"ShowProfileCardUI","features":[399]},{"name":"ShowProfileCardUIForUser","features":[399]},{"name":"ShowTitleAchievementsUI","features":[399]},{"name":"ShowTitleAchievementsUIForUser","features":[399]},{"name":"ShowUserSettingsUI","features":[399]},{"name":"ShowUserSettingsUIForUser","features":[399]},{"name":"TryCancelPendingGameUI","features":[305,399]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS","features":[399]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_LOAD_MSA_ACCOUNT_FAILED","features":[399]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_MSA_INTERRUPT","features":[399]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_NO_ACCOUNT_SET","features":[399]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_OFFLINE_NO_CONSENT","features":[399]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_OFFLINE_SUCCESS","features":[399]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_SUCCESS","features":[399]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_UNKNOWN","features":[399]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_VIEW_NOT_SET","features":[399]},{"name":"XBL_IDP_AUTH_TOKEN_STATUS_XBOX_VETO","features":[399]},{"name":"XPRIVILEGE_ADD_FRIEND","features":[399]},{"name":"XPRIVILEGE_BROADCAST","features":[399]},{"name":"XPRIVILEGE_CLOUD_GAMING_JOIN_SESSION","features":[399]},{"name":"XPRIVILEGE_CLOUD_GAMING_MANAGE_SESSION","features":[399]},{"name":"XPRIVILEGE_CLOUD_SAVED_GAMES","features":[399]},{"name":"XPRIVILEGE_COMMUNICATIONS","features":[399]},{"name":"XPRIVILEGE_COMMUNICATION_VOICE_INGAME","features":[399]},{"name":"XPRIVILEGE_COMMUNICATION_VOICE_SKYPE","features":[399]},{"name":"XPRIVILEGE_GAME_DVR","features":[399]},{"name":"XPRIVILEGE_MULTIPLAYER_PARTIES","features":[399]},{"name":"XPRIVILEGE_MULTIPLAYER_SESSIONS","features":[399]},{"name":"XPRIVILEGE_PREMIUM_CONTENT","features":[399]},{"name":"XPRIVILEGE_PREMIUM_VIDEO","features":[399]},{"name":"XPRIVILEGE_PROFILE_VIEWING","features":[399]},{"name":"XPRIVILEGE_PURCHASE_CONTENT","features":[399]},{"name":"XPRIVILEGE_SHARE_CONTENT","features":[399]},{"name":"XPRIVILEGE_SHARE_KINECT_CONTENT","features":[399]},{"name":"XPRIVILEGE_SOCIAL_NETWORK_SHARING","features":[399]},{"name":"XPRIVILEGE_SUBSCRIPTION_CONTENT","features":[399]},{"name":"XPRIVILEGE_USER_CREATED_CONTENT","features":[399]},{"name":"XPRIVILEGE_VIDEO_COMMUNICATIONS","features":[399]},{"name":"XPRIVILEGE_VIEW_FRIENDS_LIST","features":[399]},{"name":"XblIdpAuthManager","features":[399]},{"name":"XblIdpAuthTokenResult","features":[399]}],"401":[{"name":"ALL_SERVICES","features":[400]},{"name":"ALL_SERVICE_TYPES","features":[400]},{"name":"AdjustCalendarDate","features":[305,400]},{"name":"C1_ALPHA","features":[400]},{"name":"C1_BLANK","features":[400]},{"name":"C1_CNTRL","features":[400]},{"name":"C1_DEFINED","features":[400]},{"name":"C1_DIGIT","features":[400]},{"name":"C1_LOWER","features":[400]},{"name":"C1_PUNCT","features":[400]},{"name":"C1_SPACE","features":[400]},{"name":"C1_UPPER","features":[400]},{"name":"C1_XDIGIT","features":[400]},{"name":"C2_ARABICNUMBER","features":[400]},{"name":"C2_BLOCKSEPARATOR","features":[400]},{"name":"C2_COMMONSEPARATOR","features":[400]},{"name":"C2_EUROPENUMBER","features":[400]},{"name":"C2_EUROPESEPARATOR","features":[400]},{"name":"C2_EUROPETERMINATOR","features":[400]},{"name":"C2_LEFTTORIGHT","features":[400]},{"name":"C2_NOTAPPLICABLE","features":[400]},{"name":"C2_OTHERNEUTRAL","features":[400]},{"name":"C2_RIGHTTOLEFT","features":[400]},{"name":"C2_SEGMENTSEPARATOR","features":[400]},{"name":"C2_WHITESPACE","features":[400]},{"name":"C3_ALPHA","features":[400]},{"name":"C3_DIACRITIC","features":[400]},{"name":"C3_FULLWIDTH","features":[400]},{"name":"C3_HALFWIDTH","features":[400]},{"name":"C3_HIGHSURROGATE","features":[400]},{"name":"C3_HIRAGANA","features":[400]},{"name":"C3_IDEOGRAPH","features":[400]},{"name":"C3_KASHIDA","features":[400]},{"name":"C3_KATAKANA","features":[400]},{"name":"C3_LEXICAL","features":[400]},{"name":"C3_LOWSURROGATE","features":[400]},{"name":"C3_NONSPACING","features":[400]},{"name":"C3_NOTAPPLICABLE","features":[400]},{"name":"C3_SYMBOL","features":[400]},{"name":"C3_VOWELMARK","features":[400]},{"name":"CALDATETIME","features":[400]},{"name":"CALDATETIME_DATEUNIT","features":[400]},{"name":"CALINFO_ENUMPROCA","features":[305,400]},{"name":"CALINFO_ENUMPROCEXA","features":[305,400]},{"name":"CALINFO_ENUMPROCEXEX","features":[305,400]},{"name":"CALINFO_ENUMPROCEXW","features":[305,400]},{"name":"CALINFO_ENUMPROCW","features":[305,400]},{"name":"CAL_GREGORIAN","features":[400]},{"name":"CAL_GREGORIAN_ARABIC","features":[400]},{"name":"CAL_GREGORIAN_ME_FRENCH","features":[400]},{"name":"CAL_GREGORIAN_US","features":[400]},{"name":"CAL_GREGORIAN_XLIT_ENGLISH","features":[400]},{"name":"CAL_GREGORIAN_XLIT_FRENCH","features":[400]},{"name":"CAL_HEBREW","features":[400]},{"name":"CAL_HIJRI","features":[400]},{"name":"CAL_ICALINTVALUE","features":[400]},{"name":"CAL_ITWODIGITYEARMAX","features":[400]},{"name":"CAL_IYEAROFFSETRANGE","features":[400]},{"name":"CAL_JAPAN","features":[400]},{"name":"CAL_KOREA","features":[400]},{"name":"CAL_NOUSEROVERRIDE","features":[400]},{"name":"CAL_PERSIAN","features":[400]},{"name":"CAL_RETURN_GENITIVE_NAMES","features":[400]},{"name":"CAL_RETURN_NUMBER","features":[400]},{"name":"CAL_SABBREVDAYNAME1","features":[400]},{"name":"CAL_SABBREVDAYNAME2","features":[400]},{"name":"CAL_SABBREVDAYNAME3","features":[400]},{"name":"CAL_SABBREVDAYNAME4","features":[400]},{"name":"CAL_SABBREVDAYNAME5","features":[400]},{"name":"CAL_SABBREVDAYNAME6","features":[400]},{"name":"CAL_SABBREVDAYNAME7","features":[400]},{"name":"CAL_SABBREVERASTRING","features":[400]},{"name":"CAL_SABBREVMONTHNAME1","features":[400]},{"name":"CAL_SABBREVMONTHNAME10","features":[400]},{"name":"CAL_SABBREVMONTHNAME11","features":[400]},{"name":"CAL_SABBREVMONTHNAME12","features":[400]},{"name":"CAL_SABBREVMONTHNAME13","features":[400]},{"name":"CAL_SABBREVMONTHNAME2","features":[400]},{"name":"CAL_SABBREVMONTHNAME3","features":[400]},{"name":"CAL_SABBREVMONTHNAME4","features":[400]},{"name":"CAL_SABBREVMONTHNAME5","features":[400]},{"name":"CAL_SABBREVMONTHNAME6","features":[400]},{"name":"CAL_SABBREVMONTHNAME7","features":[400]},{"name":"CAL_SABBREVMONTHNAME8","features":[400]},{"name":"CAL_SABBREVMONTHNAME9","features":[400]},{"name":"CAL_SCALNAME","features":[400]},{"name":"CAL_SDAYNAME1","features":[400]},{"name":"CAL_SDAYNAME2","features":[400]},{"name":"CAL_SDAYNAME3","features":[400]},{"name":"CAL_SDAYNAME4","features":[400]},{"name":"CAL_SDAYNAME5","features":[400]},{"name":"CAL_SDAYNAME6","features":[400]},{"name":"CAL_SDAYNAME7","features":[400]},{"name":"CAL_SENGLISHABBREVERANAME","features":[400]},{"name":"CAL_SENGLISHERANAME","features":[400]},{"name":"CAL_SERASTRING","features":[400]},{"name":"CAL_SJAPANESEERAFIRSTYEAR","features":[400]},{"name":"CAL_SLONGDATE","features":[400]},{"name":"CAL_SMONTHDAY","features":[400]},{"name":"CAL_SMONTHNAME1","features":[400]},{"name":"CAL_SMONTHNAME10","features":[400]},{"name":"CAL_SMONTHNAME11","features":[400]},{"name":"CAL_SMONTHNAME12","features":[400]},{"name":"CAL_SMONTHNAME13","features":[400]},{"name":"CAL_SMONTHNAME2","features":[400]},{"name":"CAL_SMONTHNAME3","features":[400]},{"name":"CAL_SMONTHNAME4","features":[400]},{"name":"CAL_SMONTHNAME5","features":[400]},{"name":"CAL_SMONTHNAME6","features":[400]},{"name":"CAL_SMONTHNAME7","features":[400]},{"name":"CAL_SMONTHNAME8","features":[400]},{"name":"CAL_SMONTHNAME9","features":[400]},{"name":"CAL_SRELATIVELONGDATE","features":[400]},{"name":"CAL_SSHORTDATE","features":[400]},{"name":"CAL_SSHORTESTDAYNAME1","features":[400]},{"name":"CAL_SSHORTESTDAYNAME2","features":[400]},{"name":"CAL_SSHORTESTDAYNAME3","features":[400]},{"name":"CAL_SSHORTESTDAYNAME4","features":[400]},{"name":"CAL_SSHORTESTDAYNAME5","features":[400]},{"name":"CAL_SSHORTESTDAYNAME6","features":[400]},{"name":"CAL_SSHORTESTDAYNAME7","features":[400]},{"name":"CAL_SYEARMONTH","features":[400]},{"name":"CAL_TAIWAN","features":[400]},{"name":"CAL_THAI","features":[400]},{"name":"CAL_UMALQURA","features":[400]},{"name":"CAL_USE_CP_ACP","features":[400]},{"name":"CANITER_SKIP_ZEROES","features":[400]},{"name":"CHARSETINFO","features":[400]},{"name":"CMLangConvertCharset","features":[400]},{"name":"CMLangString","features":[400]},{"name":"CMultiLanguage","features":[400]},{"name":"CODEPAGE_ENUMPROCA","features":[305,400]},{"name":"CODEPAGE_ENUMPROCW","features":[305,400]},{"name":"COMPARESTRING_RESULT","features":[400]},{"name":"COMPARE_STRING","features":[400]},{"name":"COMPARE_STRING_FLAGS","features":[400]},{"name":"CORRECTIVE_ACTION","features":[400]},{"name":"CORRECTIVE_ACTION_DELETE","features":[400]},{"name":"CORRECTIVE_ACTION_GET_SUGGESTIONS","features":[400]},{"name":"CORRECTIVE_ACTION_NONE","features":[400]},{"name":"CORRECTIVE_ACTION_REPLACE","features":[400]},{"name":"CPINFO","features":[400]},{"name":"CPINFOEXA","features":[400]},{"name":"CPINFOEXW","features":[400]},{"name":"CPIOD_FORCE_PROMPT","features":[400]},{"name":"CPIOD_PEEK","features":[400]},{"name":"CP_ACP","features":[400]},{"name":"CP_INSTALLED","features":[400]},{"name":"CP_MACCP","features":[400]},{"name":"CP_OEMCP","features":[400]},{"name":"CP_SUPPORTED","features":[400]},{"name":"CP_SYMBOL","features":[400]},{"name":"CP_THREAD_ACP","features":[400]},{"name":"CP_UTF7","features":[400]},{"name":"CP_UTF8","features":[400]},{"name":"CSTR_EQUAL","features":[400]},{"name":"CSTR_GREATER_THAN","features":[400]},{"name":"CSTR_LESS_THAN","features":[400]},{"name":"CTRY_ALBANIA","features":[400]},{"name":"CTRY_ALGERIA","features":[400]},{"name":"CTRY_ARGENTINA","features":[400]},{"name":"CTRY_ARMENIA","features":[400]},{"name":"CTRY_AUSTRALIA","features":[400]},{"name":"CTRY_AUSTRIA","features":[400]},{"name":"CTRY_AZERBAIJAN","features":[400]},{"name":"CTRY_BAHRAIN","features":[400]},{"name":"CTRY_BELARUS","features":[400]},{"name":"CTRY_BELGIUM","features":[400]},{"name":"CTRY_BELIZE","features":[400]},{"name":"CTRY_BOLIVIA","features":[400]},{"name":"CTRY_BRAZIL","features":[400]},{"name":"CTRY_BRUNEI_DARUSSALAM","features":[400]},{"name":"CTRY_BULGARIA","features":[400]},{"name":"CTRY_CANADA","features":[400]},{"name":"CTRY_CARIBBEAN","features":[400]},{"name":"CTRY_CHILE","features":[400]},{"name":"CTRY_COLOMBIA","features":[400]},{"name":"CTRY_COSTA_RICA","features":[400]},{"name":"CTRY_CROATIA","features":[400]},{"name":"CTRY_CZECH","features":[400]},{"name":"CTRY_DEFAULT","features":[400]},{"name":"CTRY_DENMARK","features":[400]},{"name":"CTRY_DOMINICAN_REPUBLIC","features":[400]},{"name":"CTRY_ECUADOR","features":[400]},{"name":"CTRY_EGYPT","features":[400]},{"name":"CTRY_EL_SALVADOR","features":[400]},{"name":"CTRY_ESTONIA","features":[400]},{"name":"CTRY_FAEROE_ISLANDS","features":[400]},{"name":"CTRY_FINLAND","features":[400]},{"name":"CTRY_FRANCE","features":[400]},{"name":"CTRY_GEORGIA","features":[400]},{"name":"CTRY_GERMANY","features":[400]},{"name":"CTRY_GREECE","features":[400]},{"name":"CTRY_GUATEMALA","features":[400]},{"name":"CTRY_HONDURAS","features":[400]},{"name":"CTRY_HONG_KONG","features":[400]},{"name":"CTRY_HUNGARY","features":[400]},{"name":"CTRY_ICELAND","features":[400]},{"name":"CTRY_INDIA","features":[400]},{"name":"CTRY_INDONESIA","features":[400]},{"name":"CTRY_IRAN","features":[400]},{"name":"CTRY_IRAQ","features":[400]},{"name":"CTRY_IRELAND","features":[400]},{"name":"CTRY_ISRAEL","features":[400]},{"name":"CTRY_ITALY","features":[400]},{"name":"CTRY_JAMAICA","features":[400]},{"name":"CTRY_JAPAN","features":[400]},{"name":"CTRY_JORDAN","features":[400]},{"name":"CTRY_KAZAKSTAN","features":[400]},{"name":"CTRY_KENYA","features":[400]},{"name":"CTRY_KUWAIT","features":[400]},{"name":"CTRY_KYRGYZSTAN","features":[400]},{"name":"CTRY_LATVIA","features":[400]},{"name":"CTRY_LEBANON","features":[400]},{"name":"CTRY_LIBYA","features":[400]},{"name":"CTRY_LIECHTENSTEIN","features":[400]},{"name":"CTRY_LITHUANIA","features":[400]},{"name":"CTRY_LUXEMBOURG","features":[400]},{"name":"CTRY_MACAU","features":[400]},{"name":"CTRY_MACEDONIA","features":[400]},{"name":"CTRY_MALAYSIA","features":[400]},{"name":"CTRY_MALDIVES","features":[400]},{"name":"CTRY_MEXICO","features":[400]},{"name":"CTRY_MONACO","features":[400]},{"name":"CTRY_MONGOLIA","features":[400]},{"name":"CTRY_MOROCCO","features":[400]},{"name":"CTRY_NETHERLANDS","features":[400]},{"name":"CTRY_NEW_ZEALAND","features":[400]},{"name":"CTRY_NICARAGUA","features":[400]},{"name":"CTRY_NORWAY","features":[400]},{"name":"CTRY_OMAN","features":[400]},{"name":"CTRY_PAKISTAN","features":[400]},{"name":"CTRY_PANAMA","features":[400]},{"name":"CTRY_PARAGUAY","features":[400]},{"name":"CTRY_PERU","features":[400]},{"name":"CTRY_PHILIPPINES","features":[400]},{"name":"CTRY_POLAND","features":[400]},{"name":"CTRY_PORTUGAL","features":[400]},{"name":"CTRY_PRCHINA","features":[400]},{"name":"CTRY_PUERTO_RICO","features":[400]},{"name":"CTRY_QATAR","features":[400]},{"name":"CTRY_ROMANIA","features":[400]},{"name":"CTRY_RUSSIA","features":[400]},{"name":"CTRY_SAUDI_ARABIA","features":[400]},{"name":"CTRY_SERBIA","features":[400]},{"name":"CTRY_SINGAPORE","features":[400]},{"name":"CTRY_SLOVAK","features":[400]},{"name":"CTRY_SLOVENIA","features":[400]},{"name":"CTRY_SOUTH_AFRICA","features":[400]},{"name":"CTRY_SOUTH_KOREA","features":[400]},{"name":"CTRY_SPAIN","features":[400]},{"name":"CTRY_SWEDEN","features":[400]},{"name":"CTRY_SWITZERLAND","features":[400]},{"name":"CTRY_SYRIA","features":[400]},{"name":"CTRY_TAIWAN","features":[400]},{"name":"CTRY_TATARSTAN","features":[400]},{"name":"CTRY_THAILAND","features":[400]},{"name":"CTRY_TRINIDAD_Y_TOBAGO","features":[400]},{"name":"CTRY_TUNISIA","features":[400]},{"name":"CTRY_TURKEY","features":[400]},{"name":"CTRY_UAE","features":[400]},{"name":"CTRY_UKRAINE","features":[400]},{"name":"CTRY_UNITED_KINGDOM","features":[400]},{"name":"CTRY_UNITED_STATES","features":[400]},{"name":"CTRY_URUGUAY","features":[400]},{"name":"CTRY_UZBEKISTAN","features":[400]},{"name":"CTRY_VENEZUELA","features":[400]},{"name":"CTRY_VIET_NAM","features":[400]},{"name":"CTRY_YEMEN","features":[400]},{"name":"CTRY_ZIMBABWE","features":[400]},{"name":"CT_CTYPE1","features":[400]},{"name":"CT_CTYPE2","features":[400]},{"name":"CT_CTYPE3","features":[400]},{"name":"CURRENCYFMTA","features":[400]},{"name":"CURRENCYFMTW","features":[400]},{"name":"CompareStringA","features":[400]},{"name":"CompareStringEx","features":[305,400]},{"name":"CompareStringOrdinal","features":[305,400]},{"name":"CompareStringW","features":[400]},{"name":"ConvertCalDateTimeToSystemTime","features":[305,400]},{"name":"ConvertDefaultLocale","features":[400]},{"name":"ConvertSystemTimeToCalDateTime","features":[305,400]},{"name":"DATEFMT_ENUMPROCA","features":[305,400]},{"name":"DATEFMT_ENUMPROCEXA","features":[305,400]},{"name":"DATEFMT_ENUMPROCEXEX","features":[305,400]},{"name":"DATEFMT_ENUMPROCEXW","features":[305,400]},{"name":"DATEFMT_ENUMPROCW","features":[305,400]},{"name":"DATE_AUTOLAYOUT","features":[400]},{"name":"DATE_LONGDATE","features":[400]},{"name":"DATE_LTRREADING","features":[400]},{"name":"DATE_MONTHDAY","features":[400]},{"name":"DATE_RTLREADING","features":[400]},{"name":"DATE_SHORTDATE","features":[400]},{"name":"DATE_USE_ALT_CALENDAR","features":[400]},{"name":"DATE_YEARMONTH","features":[400]},{"name":"DayUnit","features":[400]},{"name":"DetectEncodingInfo","features":[400]},{"name":"ELS_GUID_LANGUAGE_DETECTION","features":[400]},{"name":"ELS_GUID_SCRIPT_DETECTION","features":[400]},{"name":"ELS_GUID_TRANSLITERATION_BENGALI_TO_LATIN","features":[400]},{"name":"ELS_GUID_TRANSLITERATION_CYRILLIC_TO_LATIN","features":[400]},{"name":"ELS_GUID_TRANSLITERATION_DEVANAGARI_TO_LATIN","features":[400]},{"name":"ELS_GUID_TRANSLITERATION_HANGUL_DECOMPOSITION","features":[400]},{"name":"ELS_GUID_TRANSLITERATION_HANS_TO_HANT","features":[400]},{"name":"ELS_GUID_TRANSLITERATION_HANT_TO_HANS","features":[400]},{"name":"ELS_GUID_TRANSLITERATION_MALAYALAM_TO_LATIN","features":[400]},{"name":"ENUMTEXTMETRICA","features":[400,317]},{"name":"ENUMTEXTMETRICW","features":[400,317]},{"name":"ENUM_ALL_CALENDARS","features":[400]},{"name":"ENUM_DATE_FORMATS_FLAGS","features":[400]},{"name":"ENUM_SYSTEM_CODE_PAGES_FLAGS","features":[400]},{"name":"ENUM_SYSTEM_LANGUAGE_GROUPS_FLAGS","features":[400]},{"name":"EnumCalendarInfoA","features":[305,400]},{"name":"EnumCalendarInfoExA","features":[305,400]},{"name":"EnumCalendarInfoExEx","features":[305,400]},{"name":"EnumCalendarInfoExW","features":[305,400]},{"name":"EnumCalendarInfoW","features":[305,400]},{"name":"EnumDateFormatsA","features":[305,400]},{"name":"EnumDateFormatsExA","features":[305,400]},{"name":"EnumDateFormatsExEx","features":[305,400]},{"name":"EnumDateFormatsExW","features":[305,400]},{"name":"EnumDateFormatsW","features":[305,400]},{"name":"EnumLanguageGroupLocalesA","features":[305,400]},{"name":"EnumLanguageGroupLocalesW","features":[305,400]},{"name":"EnumSystemCodePagesA","features":[305,400]},{"name":"EnumSystemCodePagesW","features":[305,400]},{"name":"EnumSystemGeoID","features":[305,400]},{"name":"EnumSystemGeoNames","features":[305,400]},{"name":"EnumSystemLanguageGroupsA","features":[305,400]},{"name":"EnumSystemLanguageGroupsW","features":[305,400]},{"name":"EnumSystemLocalesA","features":[305,400]},{"name":"EnumSystemLocalesEx","features":[305,400]},{"name":"EnumSystemLocalesW","features":[305,400]},{"name":"EnumTimeFormatsA","features":[305,400]},{"name":"EnumTimeFormatsEx","features":[305,400]},{"name":"EnumTimeFormatsW","features":[305,400]},{"name":"EnumUILanguagesA","features":[305,400]},{"name":"EnumUILanguagesW","features":[305,400]},{"name":"EraUnit","features":[400]},{"name":"FILEMUIINFO","features":[400]},{"name":"FIND_ENDSWITH","features":[400]},{"name":"FIND_FROMEND","features":[400]},{"name":"FIND_FROMSTART","features":[400]},{"name":"FIND_STARTSWITH","features":[400]},{"name":"FOLD_STRING_MAP_FLAGS","features":[400]},{"name":"FONTSIGNATURE","features":[400]},{"name":"FindNLSString","features":[400]},{"name":"FindNLSStringEx","features":[305,400]},{"name":"FindStringOrdinal","features":[305,400]},{"name":"FoldStringA","features":[400]},{"name":"FoldStringW","features":[400]},{"name":"GEOCLASS_ALL","features":[400]},{"name":"GEOCLASS_NATION","features":[400]},{"name":"GEOCLASS_REGION","features":[400]},{"name":"GEOID_NOT_AVAILABLE","features":[400]},{"name":"GEO_CURRENCYCODE","features":[400]},{"name":"GEO_CURRENCYSYMBOL","features":[400]},{"name":"GEO_DIALINGCODE","features":[400]},{"name":"GEO_ENUMNAMEPROC","features":[305,400]},{"name":"GEO_ENUMPROC","features":[305,400]},{"name":"GEO_FRIENDLYNAME","features":[400]},{"name":"GEO_ID","features":[400]},{"name":"GEO_ISO2","features":[400]},{"name":"GEO_ISO3","features":[400]},{"name":"GEO_ISO_UN_NUMBER","features":[400]},{"name":"GEO_LATITUDE","features":[400]},{"name":"GEO_LCID","features":[400]},{"name":"GEO_LONGITUDE","features":[400]},{"name":"GEO_NAME","features":[400]},{"name":"GEO_NATION","features":[400]},{"name":"GEO_OFFICIALLANGUAGES","features":[400]},{"name":"GEO_OFFICIALNAME","features":[400]},{"name":"GEO_PARENT","features":[400]},{"name":"GEO_RFC1766","features":[400]},{"name":"GEO_TIMEZONES","features":[400]},{"name":"GOFFSET","features":[400]},{"name":"GSS_ALLOW_INHERITED_COMMON","features":[400]},{"name":"GetACP","features":[400]},{"name":"GetCPInfo","features":[305,400]},{"name":"GetCPInfoExA","features":[305,400]},{"name":"GetCPInfoExW","features":[305,400]},{"name":"GetCalendarDateFormatEx","features":[305,400]},{"name":"GetCalendarInfoA","features":[400]},{"name":"GetCalendarInfoEx","features":[400]},{"name":"GetCalendarInfoW","features":[400]},{"name":"GetCalendarSupportedDateRange","features":[305,400]},{"name":"GetCurrencyFormatA","features":[400]},{"name":"GetCurrencyFormatEx","features":[400]},{"name":"GetCurrencyFormatW","features":[400]},{"name":"GetDateFormatA","features":[305,400]},{"name":"GetDateFormatEx","features":[305,400]},{"name":"GetDateFormatW","features":[305,400]},{"name":"GetDistanceOfClosestLanguageInList","features":[400]},{"name":"GetDurationFormat","features":[305,400]},{"name":"GetDurationFormatEx","features":[305,400]},{"name":"GetFileMUIInfo","features":[305,400]},{"name":"GetFileMUIPath","features":[305,400]},{"name":"GetGeoInfoA","features":[400]},{"name":"GetGeoInfoEx","features":[400]},{"name":"GetGeoInfoW","features":[400]},{"name":"GetLocaleInfoA","features":[400]},{"name":"GetLocaleInfoEx","features":[400]},{"name":"GetLocaleInfoW","features":[400]},{"name":"GetNLSVersion","features":[305,400]},{"name":"GetNLSVersionEx","features":[305,400]},{"name":"GetNumberFormatA","features":[400]},{"name":"GetNumberFormatEx","features":[400]},{"name":"GetNumberFormatW","features":[400]},{"name":"GetOEMCP","features":[400]},{"name":"GetProcessPreferredUILanguages","features":[305,400]},{"name":"GetStringScripts","features":[400]},{"name":"GetStringTypeA","features":[305,400]},{"name":"GetStringTypeExA","features":[305,400]},{"name":"GetStringTypeExW","features":[305,400]},{"name":"GetStringTypeW","features":[305,400]},{"name":"GetSystemDefaultLCID","features":[400]},{"name":"GetSystemDefaultLangID","features":[400]},{"name":"GetSystemDefaultLocaleName","features":[400]},{"name":"GetSystemDefaultUILanguage","features":[400]},{"name":"GetSystemPreferredUILanguages","features":[305,400]},{"name":"GetTextCharset","features":[400,317]},{"name":"GetTextCharsetInfo","features":[400,317]},{"name":"GetThreadLocale","features":[400]},{"name":"GetThreadPreferredUILanguages","features":[305,400]},{"name":"GetThreadUILanguage","features":[400]},{"name":"GetTimeFormatA","features":[305,400]},{"name":"GetTimeFormatEx","features":[305,400]},{"name":"GetTimeFormatW","features":[305,400]},{"name":"GetUILanguageInfo","features":[305,400]},{"name":"GetUserDefaultGeoName","features":[400]},{"name":"GetUserDefaultLCID","features":[400]},{"name":"GetUserDefaultLangID","features":[400]},{"name":"GetUserDefaultLocaleName","features":[400]},{"name":"GetUserDefaultUILanguage","features":[400]},{"name":"GetUserGeoID","features":[400]},{"name":"GetUserPreferredUILanguages","features":[305,400]},{"name":"HIGHLEVEL_SERVICE_TYPES","features":[400]},{"name":"HIGH_SURROGATE_END","features":[400]},{"name":"HIGH_SURROGATE_START","features":[400]},{"name":"HSAVEDUILANGUAGES","features":[400]},{"name":"HourUnit","features":[400]},{"name":"IComprehensiveSpellCheckProvider","features":[400]},{"name":"IDN_ALLOW_UNASSIGNED","features":[400]},{"name":"IDN_EMAIL_ADDRESS","features":[400]},{"name":"IDN_RAW_PUNYCODE","features":[400]},{"name":"IDN_USE_STD3_ASCII_RULES","features":[400]},{"name":"IEnumCodePage","features":[400]},{"name":"IEnumRfc1766","features":[400]},{"name":"IEnumScript","features":[400]},{"name":"IEnumSpellingError","features":[400]},{"name":"IMLangCodePages","features":[400]},{"name":"IMLangConvertCharset","features":[400]},{"name":"IMLangFontLink","features":[400]},{"name":"IMLangFontLink2","features":[400]},{"name":"IMLangLineBreakConsole","features":[400]},{"name":"IMLangString","features":[400]},{"name":"IMLangStringAStr","features":[400]},{"name":"IMLangStringBufA","features":[400]},{"name":"IMLangStringBufW","features":[400]},{"name":"IMLangStringWStr","features":[400]},{"name":"IMultiLanguage","features":[400]},{"name":"IMultiLanguage2","features":[400]},{"name":"IMultiLanguage3","features":[400]},{"name":"IOptionDescription","features":[400]},{"name":"IS_TEXT_UNICODE_ASCII16","features":[400]},{"name":"IS_TEXT_UNICODE_CONTROLS","features":[400]},{"name":"IS_TEXT_UNICODE_ILLEGAL_CHARS","features":[400]},{"name":"IS_TEXT_UNICODE_NOT_ASCII_MASK","features":[400]},{"name":"IS_TEXT_UNICODE_NOT_UNICODE_MASK","features":[400]},{"name":"IS_TEXT_UNICODE_NULL_BYTES","features":[400]},{"name":"IS_TEXT_UNICODE_ODD_LENGTH","features":[400]},{"name":"IS_TEXT_UNICODE_RESULT","features":[400]},{"name":"IS_TEXT_UNICODE_REVERSE_ASCII16","features":[400]},{"name":"IS_TEXT_UNICODE_REVERSE_CONTROLS","features":[400]},{"name":"IS_TEXT_UNICODE_REVERSE_MASK","features":[400]},{"name":"IS_TEXT_UNICODE_REVERSE_SIGNATURE","features":[400]},{"name":"IS_TEXT_UNICODE_REVERSE_STATISTICS","features":[400]},{"name":"IS_TEXT_UNICODE_SIGNATURE","features":[400]},{"name":"IS_TEXT_UNICODE_STATISTICS","features":[400]},{"name":"IS_TEXT_UNICODE_UNICODE_MASK","features":[400]},{"name":"IS_VALID_LOCALE_FLAGS","features":[400]},{"name":"ISpellCheckProvider","features":[400]},{"name":"ISpellCheckProviderFactory","features":[400]},{"name":"ISpellChecker","features":[400]},{"name":"ISpellChecker2","features":[400]},{"name":"ISpellCheckerChangedEventHandler","features":[400]},{"name":"ISpellCheckerFactory","features":[400]},{"name":"ISpellingError","features":[400]},{"name":"IUserDictionariesRegistrar","features":[400]},{"name":"IdnToAscii","features":[400]},{"name":"IdnToNameprepUnicode","features":[400]},{"name":"IdnToUnicode","features":[400]},{"name":"IsCalendarLeapYear","features":[305,400]},{"name":"IsDBCSLeadByte","features":[305,400]},{"name":"IsDBCSLeadByteEx","features":[305,400]},{"name":"IsNLSDefinedString","features":[305,400]},{"name":"IsNormalizedString","features":[305,400]},{"name":"IsTextUnicode","features":[305,400]},{"name":"IsValidCodePage","features":[305,400]},{"name":"IsValidLanguageGroup","features":[305,400]},{"name":"IsValidLocale","features":[305,400]},{"name":"IsValidLocaleName","features":[305,400]},{"name":"IsValidNLSVersion","features":[400]},{"name":"IsWellFormedTag","features":[400]},{"name":"LANGGROUPLOCALE_ENUMPROCA","features":[305,400]},{"name":"LANGGROUPLOCALE_ENUMPROCW","features":[305,400]},{"name":"LANGUAGEGROUP_ENUMPROCA","features":[305,400]},{"name":"LANGUAGEGROUP_ENUMPROCW","features":[305,400]},{"name":"LANG_SYSTEM_DEFAULT","features":[400]},{"name":"LANG_USER_DEFAULT","features":[400]},{"name":"LCIDToLocaleName","features":[400]},{"name":"LCID_ALTERNATE_SORTS","features":[400]},{"name":"LCID_INSTALLED","features":[400]},{"name":"LCID_SUPPORTED","features":[400]},{"name":"LCMAP_BYTEREV","features":[400]},{"name":"LCMAP_FULLWIDTH","features":[400]},{"name":"LCMAP_HALFWIDTH","features":[400]},{"name":"LCMAP_HASH","features":[400]},{"name":"LCMAP_HIRAGANA","features":[400]},{"name":"LCMAP_KATAKANA","features":[400]},{"name":"LCMAP_LINGUISTIC_CASING","features":[400]},{"name":"LCMAP_LOWERCASE","features":[400]},{"name":"LCMAP_SIMPLIFIED_CHINESE","features":[400]},{"name":"LCMAP_SORTHANDLE","features":[400]},{"name":"LCMAP_SORTKEY","features":[400]},{"name":"LCMAP_TITLECASE","features":[400]},{"name":"LCMAP_TRADITIONAL_CHINESE","features":[400]},{"name":"LCMAP_UPPERCASE","features":[400]},{"name":"LCMapStringA","features":[400]},{"name":"LCMapStringEx","features":[305,400]},{"name":"LCMapStringW","features":[400]},{"name":"LGRPID_ARABIC","features":[400]},{"name":"LGRPID_ARMENIAN","features":[400]},{"name":"LGRPID_BALTIC","features":[400]},{"name":"LGRPID_CENTRAL_EUROPE","features":[400]},{"name":"LGRPID_CYRILLIC","features":[400]},{"name":"LGRPID_GEORGIAN","features":[400]},{"name":"LGRPID_GREEK","features":[400]},{"name":"LGRPID_HEBREW","features":[400]},{"name":"LGRPID_INDIC","features":[400]},{"name":"LGRPID_INSTALLED","features":[400]},{"name":"LGRPID_JAPANESE","features":[400]},{"name":"LGRPID_KOREAN","features":[400]},{"name":"LGRPID_SIMPLIFIED_CHINESE","features":[400]},{"name":"LGRPID_SUPPORTED","features":[400]},{"name":"LGRPID_THAI","features":[400]},{"name":"LGRPID_TRADITIONAL_CHINESE","features":[400]},{"name":"LGRPID_TURKIC","features":[400]},{"name":"LGRPID_TURKISH","features":[400]},{"name":"LGRPID_VIETNAMESE","features":[400]},{"name":"LGRPID_WESTERN_EUROPE","features":[400]},{"name":"LINGUISTIC_IGNORECASE","features":[400]},{"name":"LINGUISTIC_IGNOREDIACRITIC","features":[400]},{"name":"LOCALESIGNATURE","features":[400]},{"name":"LOCALE_ALL","features":[400]},{"name":"LOCALE_ALLOW_NEUTRAL_NAMES","features":[400]},{"name":"LOCALE_ALTERNATE_SORTS","features":[400]},{"name":"LOCALE_ENUMPROCA","features":[305,400]},{"name":"LOCALE_ENUMPROCEX","features":[305,400]},{"name":"LOCALE_ENUMPROCW","features":[305,400]},{"name":"LOCALE_FONTSIGNATURE","features":[400]},{"name":"LOCALE_ICALENDARTYPE","features":[400]},{"name":"LOCALE_ICENTURY","features":[400]},{"name":"LOCALE_ICONSTRUCTEDLOCALE","features":[400]},{"name":"LOCALE_ICOUNTRY","features":[400]},{"name":"LOCALE_ICURRDIGITS","features":[400]},{"name":"LOCALE_ICURRENCY","features":[400]},{"name":"LOCALE_IDATE","features":[400]},{"name":"LOCALE_IDAYLZERO","features":[400]},{"name":"LOCALE_IDEFAULTANSICODEPAGE","features":[400]},{"name":"LOCALE_IDEFAULTCODEPAGE","features":[400]},{"name":"LOCALE_IDEFAULTCOUNTRY","features":[400]},{"name":"LOCALE_IDEFAULTEBCDICCODEPAGE","features":[400]},{"name":"LOCALE_IDEFAULTLANGUAGE","features":[400]},{"name":"LOCALE_IDEFAULTMACCODEPAGE","features":[400]},{"name":"LOCALE_IDIALINGCODE","features":[400]},{"name":"LOCALE_IDIGITS","features":[400]},{"name":"LOCALE_IDIGITSUBSTITUTION","features":[400]},{"name":"LOCALE_IFIRSTDAYOFWEEK","features":[400]},{"name":"LOCALE_IFIRSTWEEKOFYEAR","features":[400]},{"name":"LOCALE_IGEOID","features":[400]},{"name":"LOCALE_IINTLCURRDIGITS","features":[400]},{"name":"LOCALE_ILANGUAGE","features":[400]},{"name":"LOCALE_ILDATE","features":[400]},{"name":"LOCALE_ILZERO","features":[400]},{"name":"LOCALE_IMEASURE","features":[400]},{"name":"LOCALE_IMONLZERO","features":[400]},{"name":"LOCALE_INEGATIVEPERCENT","features":[400]},{"name":"LOCALE_INEGCURR","features":[400]},{"name":"LOCALE_INEGNUMBER","features":[400]},{"name":"LOCALE_INEGSEPBYSPACE","features":[400]},{"name":"LOCALE_INEGSIGNPOSN","features":[400]},{"name":"LOCALE_INEGSYMPRECEDES","features":[400]},{"name":"LOCALE_INEUTRAL","features":[400]},{"name":"LOCALE_IOPTIONALCALENDAR","features":[400]},{"name":"LOCALE_IPAPERSIZE","features":[400]},{"name":"LOCALE_IPOSITIVEPERCENT","features":[400]},{"name":"LOCALE_IPOSSEPBYSPACE","features":[400]},{"name":"LOCALE_IPOSSIGNPOSN","features":[400]},{"name":"LOCALE_IPOSSYMPRECEDES","features":[400]},{"name":"LOCALE_IREADINGLAYOUT","features":[400]},{"name":"LOCALE_ITIME","features":[400]},{"name":"LOCALE_ITIMEMARKPOSN","features":[400]},{"name":"LOCALE_ITLZERO","features":[400]},{"name":"LOCALE_IUSEUTF8LEGACYACP","features":[400]},{"name":"LOCALE_IUSEUTF8LEGACYOEMCP","features":[400]},{"name":"LOCALE_NAME_INVARIANT","features":[400]},{"name":"LOCALE_NAME_SYSTEM_DEFAULT","features":[400]},{"name":"LOCALE_NEUTRALDATA","features":[400]},{"name":"LOCALE_NOUSEROVERRIDE","features":[400]},{"name":"LOCALE_REPLACEMENT","features":[400]},{"name":"LOCALE_RETURN_GENITIVE_NAMES","features":[400]},{"name":"LOCALE_RETURN_NUMBER","features":[400]},{"name":"LOCALE_S1159","features":[400]},{"name":"LOCALE_S2359","features":[400]},{"name":"LOCALE_SABBREVCTRYNAME","features":[400]},{"name":"LOCALE_SABBREVDAYNAME1","features":[400]},{"name":"LOCALE_SABBREVDAYNAME2","features":[400]},{"name":"LOCALE_SABBREVDAYNAME3","features":[400]},{"name":"LOCALE_SABBREVDAYNAME4","features":[400]},{"name":"LOCALE_SABBREVDAYNAME5","features":[400]},{"name":"LOCALE_SABBREVDAYNAME6","features":[400]},{"name":"LOCALE_SABBREVDAYNAME7","features":[400]},{"name":"LOCALE_SABBREVLANGNAME","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME1","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME10","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME11","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME12","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME13","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME2","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME3","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME4","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME5","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME6","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME7","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME8","features":[400]},{"name":"LOCALE_SABBREVMONTHNAME9","features":[400]},{"name":"LOCALE_SAM","features":[400]},{"name":"LOCALE_SCONSOLEFALLBACKNAME","features":[400]},{"name":"LOCALE_SCOUNTRY","features":[400]},{"name":"LOCALE_SCURRENCY","features":[400]},{"name":"LOCALE_SDATE","features":[400]},{"name":"LOCALE_SDAYNAME1","features":[400]},{"name":"LOCALE_SDAYNAME2","features":[400]},{"name":"LOCALE_SDAYNAME3","features":[400]},{"name":"LOCALE_SDAYNAME4","features":[400]},{"name":"LOCALE_SDAYNAME5","features":[400]},{"name":"LOCALE_SDAYNAME6","features":[400]},{"name":"LOCALE_SDAYNAME7","features":[400]},{"name":"LOCALE_SDECIMAL","features":[400]},{"name":"LOCALE_SDURATION","features":[400]},{"name":"LOCALE_SENGCOUNTRY","features":[400]},{"name":"LOCALE_SENGCURRNAME","features":[400]},{"name":"LOCALE_SENGLANGUAGE","features":[400]},{"name":"LOCALE_SENGLISHCOUNTRYNAME","features":[400]},{"name":"LOCALE_SENGLISHDISPLAYNAME","features":[400]},{"name":"LOCALE_SENGLISHLANGUAGENAME","features":[400]},{"name":"LOCALE_SGROUPING","features":[400]},{"name":"LOCALE_SINTLSYMBOL","features":[400]},{"name":"LOCALE_SISO3166CTRYNAME","features":[400]},{"name":"LOCALE_SISO3166CTRYNAME2","features":[400]},{"name":"LOCALE_SISO639LANGNAME","features":[400]},{"name":"LOCALE_SISO639LANGNAME2","features":[400]},{"name":"LOCALE_SKEYBOARDSTOINSTALL","features":[400]},{"name":"LOCALE_SLANGDISPLAYNAME","features":[400]},{"name":"LOCALE_SLANGUAGE","features":[400]},{"name":"LOCALE_SLIST","features":[400]},{"name":"LOCALE_SLOCALIZEDCOUNTRYNAME","features":[400]},{"name":"LOCALE_SLOCALIZEDDISPLAYNAME","features":[400]},{"name":"LOCALE_SLOCALIZEDLANGUAGENAME","features":[400]},{"name":"LOCALE_SLONGDATE","features":[400]},{"name":"LOCALE_SMONDECIMALSEP","features":[400]},{"name":"LOCALE_SMONGROUPING","features":[400]},{"name":"LOCALE_SMONTHDAY","features":[400]},{"name":"LOCALE_SMONTHNAME1","features":[400]},{"name":"LOCALE_SMONTHNAME10","features":[400]},{"name":"LOCALE_SMONTHNAME11","features":[400]},{"name":"LOCALE_SMONTHNAME12","features":[400]},{"name":"LOCALE_SMONTHNAME13","features":[400]},{"name":"LOCALE_SMONTHNAME2","features":[400]},{"name":"LOCALE_SMONTHNAME3","features":[400]},{"name":"LOCALE_SMONTHNAME4","features":[400]},{"name":"LOCALE_SMONTHNAME5","features":[400]},{"name":"LOCALE_SMONTHNAME6","features":[400]},{"name":"LOCALE_SMONTHNAME7","features":[400]},{"name":"LOCALE_SMONTHNAME8","features":[400]},{"name":"LOCALE_SMONTHNAME9","features":[400]},{"name":"LOCALE_SMONTHOUSANDSEP","features":[400]},{"name":"LOCALE_SNAME","features":[400]},{"name":"LOCALE_SNAN","features":[400]},{"name":"LOCALE_SNATIVECOUNTRYNAME","features":[400]},{"name":"LOCALE_SNATIVECTRYNAME","features":[400]},{"name":"LOCALE_SNATIVECURRNAME","features":[400]},{"name":"LOCALE_SNATIVEDIGITS","features":[400]},{"name":"LOCALE_SNATIVEDISPLAYNAME","features":[400]},{"name":"LOCALE_SNATIVELANGNAME","features":[400]},{"name":"LOCALE_SNATIVELANGUAGENAME","features":[400]},{"name":"LOCALE_SNEGATIVESIGN","features":[400]},{"name":"LOCALE_SNEGINFINITY","features":[400]},{"name":"LOCALE_SOPENTYPELANGUAGETAG","features":[400]},{"name":"LOCALE_SPARENT","features":[400]},{"name":"LOCALE_SPECIFICDATA","features":[400]},{"name":"LOCALE_SPERCENT","features":[400]},{"name":"LOCALE_SPERMILLE","features":[400]},{"name":"LOCALE_SPM","features":[400]},{"name":"LOCALE_SPOSINFINITY","features":[400]},{"name":"LOCALE_SPOSITIVESIGN","features":[400]},{"name":"LOCALE_SRELATIVELONGDATE","features":[400]},{"name":"LOCALE_SSCRIPTS","features":[400]},{"name":"LOCALE_SSHORTDATE","features":[400]},{"name":"LOCALE_SSHORTESTAM","features":[400]},{"name":"LOCALE_SSHORTESTDAYNAME1","features":[400]},{"name":"LOCALE_SSHORTESTDAYNAME2","features":[400]},{"name":"LOCALE_SSHORTESTDAYNAME3","features":[400]},{"name":"LOCALE_SSHORTESTDAYNAME4","features":[400]},{"name":"LOCALE_SSHORTESTDAYNAME5","features":[400]},{"name":"LOCALE_SSHORTESTDAYNAME6","features":[400]},{"name":"LOCALE_SSHORTESTDAYNAME7","features":[400]},{"name":"LOCALE_SSHORTESTPM","features":[400]},{"name":"LOCALE_SSHORTTIME","features":[400]},{"name":"LOCALE_SSORTLOCALE","features":[400]},{"name":"LOCALE_SSORTNAME","features":[400]},{"name":"LOCALE_STHOUSAND","features":[400]},{"name":"LOCALE_STIME","features":[400]},{"name":"LOCALE_STIMEFORMAT","features":[400]},{"name":"LOCALE_SUPPLEMENTAL","features":[400]},{"name":"LOCALE_SYEARMONTH","features":[400]},{"name":"LOCALE_SYSTEM_DEFAULT","features":[400]},{"name":"LOCALE_USER_DEFAULT","features":[400]},{"name":"LOCALE_USE_CP_ACP","features":[400]},{"name":"LOCALE_WINDOWS","features":[400]},{"name":"LOWLEVEL_SERVICE_TYPES","features":[400]},{"name":"LOW_SURROGATE_END","features":[400]},{"name":"LOW_SURROGATE_START","features":[400]},{"name":"LocaleNameToLCID","features":[400]},{"name":"MAPPING_DATA_RANGE","features":[400]},{"name":"MAPPING_ENUM_OPTIONS","features":[400]},{"name":"MAPPING_OPTIONS","features":[400]},{"name":"MAPPING_PROPERTY_BAG","features":[400]},{"name":"MAPPING_SERVICE_INFO","features":[400]},{"name":"MAP_COMPOSITE","features":[400]},{"name":"MAP_EXPAND_LIGATURES","features":[400]},{"name":"MAP_FOLDCZONE","features":[400]},{"name":"MAP_FOLDDIGITS","features":[400]},{"name":"MAP_PRECOMPOSED","features":[400]},{"name":"MAX_DEFAULTCHAR","features":[400]},{"name":"MAX_LEADBYTES","features":[400]},{"name":"MAX_LOCALE_NAME","features":[400]},{"name":"MAX_MIMECP_NAME","features":[400]},{"name":"MAX_MIMECSET_NAME","features":[400]},{"name":"MAX_MIMEFACE_NAME","features":[400]},{"name":"MAX_RFC1766_NAME","features":[400]},{"name":"MAX_SCRIPT_NAME","features":[400]},{"name":"MB_COMPOSITE","features":[400]},{"name":"MB_ERR_INVALID_CHARS","features":[400]},{"name":"MB_PRECOMPOSED","features":[400]},{"name":"MB_USEGLYPHCHARS","features":[400]},{"name":"MIMECONTF","features":[400]},{"name":"MIMECONTF_BROWSER","features":[400]},{"name":"MIMECONTF_EXPORT","features":[400]},{"name":"MIMECONTF_IMPORT","features":[400]},{"name":"MIMECONTF_MAILNEWS","features":[400]},{"name":"MIMECONTF_MIME_IE4","features":[400]},{"name":"MIMECONTF_MIME_LATEST","features":[400]},{"name":"MIMECONTF_MIME_REGISTRY","features":[400]},{"name":"MIMECONTF_MINIMAL","features":[400]},{"name":"MIMECONTF_PRIVCONVERTER","features":[400]},{"name":"MIMECONTF_SAVABLE_BROWSER","features":[400]},{"name":"MIMECONTF_SAVABLE_MAILNEWS","features":[400]},{"name":"MIMECONTF_VALID","features":[400]},{"name":"MIMECONTF_VALID_NLS","features":[400]},{"name":"MIMECPINFO","features":[400]},{"name":"MIMECSETINFO","features":[400]},{"name":"MIN_SPELLING_NTDDI","features":[400]},{"name":"MLCONVCHAR","features":[400]},{"name":"MLCONVCHARF_AUTODETECT","features":[400]},{"name":"MLCONVCHARF_DETECTJPN","features":[400]},{"name":"MLCONVCHARF_ENTITIZE","features":[400]},{"name":"MLCONVCHARF_NAME_ENTITIZE","features":[400]},{"name":"MLCONVCHARF_NCR_ENTITIZE","features":[400]},{"name":"MLCONVCHARF_NOBESTFITCHARS","features":[400]},{"name":"MLCONVCHARF_USEDEFCHAR","features":[400]},{"name":"MLCP","features":[400]},{"name":"MLDETECTCP","features":[400]},{"name":"MLDETECTCP_7BIT","features":[400]},{"name":"MLDETECTCP_8BIT","features":[400]},{"name":"MLDETECTCP_DBCS","features":[400]},{"name":"MLDETECTCP_HTML","features":[400]},{"name":"MLDETECTCP_NONE","features":[400]},{"name":"MLDETECTCP_NUMBER","features":[400]},{"name":"MLDETECTF_BROWSER","features":[400]},{"name":"MLDETECTF_EURO_UTF8","features":[400]},{"name":"MLDETECTF_FILTER_SPECIALCHAR","features":[400]},{"name":"MLDETECTF_MAILNEWS","features":[400]},{"name":"MLDETECTF_PREFERRED_ONLY","features":[400]},{"name":"MLDETECTF_PRESERVE_ORDER","features":[400]},{"name":"MLDETECTF_VALID","features":[400]},{"name":"MLDETECTF_VALID_NLS","features":[400]},{"name":"MLSTR_FLAGS","features":[400]},{"name":"MLSTR_READ","features":[400]},{"name":"MLSTR_WRITE","features":[400]},{"name":"MUI_COMPLEX_SCRIPT_FILTER","features":[400]},{"name":"MUI_CONSOLE_FILTER","features":[400]},{"name":"MUI_FILEINFO_VERSION","features":[400]},{"name":"MUI_FILETYPE_LANGUAGE_NEUTRAL_MAIN","features":[400]},{"name":"MUI_FILETYPE_LANGUAGE_NEUTRAL_MUI","features":[400]},{"name":"MUI_FILETYPE_NOT_LANGUAGE_NEUTRAL","features":[400]},{"name":"MUI_FORMAT_INF_COMPAT","features":[400]},{"name":"MUI_FORMAT_REG_COMPAT","features":[400]},{"name":"MUI_FULL_LANGUAGE","features":[400]},{"name":"MUI_IMMUTABLE_LOOKUP","features":[400]},{"name":"MUI_LANGUAGE_EXACT","features":[400]},{"name":"MUI_LANGUAGE_ID","features":[400]},{"name":"MUI_LANGUAGE_INSTALLED","features":[400]},{"name":"MUI_LANGUAGE_LICENSED","features":[400]},{"name":"MUI_LANGUAGE_NAME","features":[400]},{"name":"MUI_LANG_NEUTRAL_PE_FILE","features":[400]},{"name":"MUI_LIP_LANGUAGE","features":[400]},{"name":"MUI_MACHINE_LANGUAGE_SETTINGS","features":[400]},{"name":"MUI_MERGE_SYSTEM_FALLBACK","features":[400]},{"name":"MUI_MERGE_USER_FALLBACK","features":[400]},{"name":"MUI_NON_LANG_NEUTRAL_FILE","features":[400]},{"name":"MUI_PARTIAL_LANGUAGE","features":[400]},{"name":"MUI_QUERY_CHECKSUM","features":[400]},{"name":"MUI_QUERY_LANGUAGE_NAME","features":[400]},{"name":"MUI_QUERY_RESOURCE_TYPES","features":[400]},{"name":"MUI_QUERY_TYPE","features":[400]},{"name":"MUI_RESET_FILTERS","features":[400]},{"name":"MUI_SKIP_STRING_CACHE","features":[400]},{"name":"MUI_THREAD_LANGUAGES","features":[400]},{"name":"MUI_USER_PREFERRED_UI_LANGUAGES","features":[400]},{"name":"MUI_USE_INSTALLED_LANGUAGES","features":[400]},{"name":"MUI_USE_SEARCH_ALL_LANGUAGES","features":[400]},{"name":"MUI_VERIFY_FILE_EXISTS","features":[400]},{"name":"MULTI_BYTE_TO_WIDE_CHAR_FLAGS","features":[400]},{"name":"MappingDoAction","features":[400]},{"name":"MappingFreePropertyBag","features":[400]},{"name":"MappingFreeServices","features":[400]},{"name":"MappingGetServices","features":[400]},{"name":"MappingRecognizeText","features":[400]},{"name":"MinuteUnit","features":[400]},{"name":"MonthUnit","features":[400]},{"name":"MultiByteToWideChar","features":[400]},{"name":"NEWTEXTMETRICEXA","features":[400,317]},{"name":"NEWTEXTMETRICEXW","features":[400,317]},{"name":"NLSVERSIONINFO","features":[400]},{"name":"NLSVERSIONINFOEX","features":[400]},{"name":"NLS_CP_CPINFO","features":[400]},{"name":"NLS_CP_MBTOWC","features":[400]},{"name":"NLS_CP_WCTOMB","features":[400]},{"name":"NORM_FORM","features":[400]},{"name":"NORM_IGNORECASE","features":[400]},{"name":"NORM_IGNOREKANATYPE","features":[400]},{"name":"NORM_IGNORENONSPACE","features":[400]},{"name":"NORM_IGNORESYMBOLS","features":[400]},{"name":"NORM_IGNOREWIDTH","features":[400]},{"name":"NORM_LINGUISTIC_CASING","features":[400]},{"name":"NUMBERFMTA","features":[400]},{"name":"NUMBERFMTW","features":[400]},{"name":"NUMSYS_NAME_CAPACITY","features":[400]},{"name":"NormalizationC","features":[400]},{"name":"NormalizationD","features":[400]},{"name":"NormalizationKC","features":[400]},{"name":"NormalizationKD","features":[400]},{"name":"NormalizationOther","features":[400]},{"name":"NormalizeString","features":[400]},{"name":"NotifyUILanguageChange","features":[305,400]},{"name":"OFFLINE_SERVICES","features":[400]},{"name":"ONLINE_SERVICES","features":[400]},{"name":"OPENTYPE_FEATURE_RECORD","features":[400]},{"name":"PFN_MAPPINGCALLBACKPROC","features":[400]},{"name":"RFC1766INFO","features":[400]},{"name":"ResolveLocaleName","features":[400]},{"name":"RestoreThreadPreferredUILanguages","features":[400]},{"name":"SCRIPTCONTF","features":[400]},{"name":"SCRIPTCONTF_FIXED_FONT","features":[400]},{"name":"SCRIPTCONTF_PROPORTIONAL_FONT","features":[400]},{"name":"SCRIPTCONTF_SCRIPT_HIDE","features":[400]},{"name":"SCRIPTCONTF_SCRIPT_SYSTEM","features":[400]},{"name":"SCRIPTCONTF_SCRIPT_USER","features":[400]},{"name":"SCRIPTFONTCONTF","features":[400]},{"name":"SCRIPTFONTINFO","features":[400]},{"name":"SCRIPTINFO","features":[400]},{"name":"SCRIPT_ANALYSIS","features":[400]},{"name":"SCRIPT_CHARPROP","features":[400]},{"name":"SCRIPT_CONTROL","features":[400]},{"name":"SCRIPT_DIGITSUBSTITUTE","features":[400]},{"name":"SCRIPT_DIGITSUBSTITUTE_CONTEXT","features":[400]},{"name":"SCRIPT_DIGITSUBSTITUTE_NATIONAL","features":[400]},{"name":"SCRIPT_DIGITSUBSTITUTE_NONE","features":[400]},{"name":"SCRIPT_DIGITSUBSTITUTE_TRADITIONAL","features":[400]},{"name":"SCRIPT_FONTPROPERTIES","features":[400]},{"name":"SCRIPT_GLYPHPROP","features":[400]},{"name":"SCRIPT_IS_COMPLEX_FLAGS","features":[400]},{"name":"SCRIPT_ITEM","features":[400]},{"name":"SCRIPT_JUSTIFY","features":[400]},{"name":"SCRIPT_JUSTIFY_ARABIC_ALEF","features":[400]},{"name":"SCRIPT_JUSTIFY_ARABIC_BA","features":[400]},{"name":"SCRIPT_JUSTIFY_ARABIC_BARA","features":[400]},{"name":"SCRIPT_JUSTIFY_ARABIC_BLANK","features":[400]},{"name":"SCRIPT_JUSTIFY_ARABIC_HA","features":[400]},{"name":"SCRIPT_JUSTIFY_ARABIC_KASHIDA","features":[400]},{"name":"SCRIPT_JUSTIFY_ARABIC_NORMAL","features":[400]},{"name":"SCRIPT_JUSTIFY_ARABIC_RA","features":[400]},{"name":"SCRIPT_JUSTIFY_ARABIC_SEEN","features":[400]},{"name":"SCRIPT_JUSTIFY_ARABIC_SEEN_M","features":[400]},{"name":"SCRIPT_JUSTIFY_BLANK","features":[400]},{"name":"SCRIPT_JUSTIFY_CHARACTER","features":[400]},{"name":"SCRIPT_JUSTIFY_NONE","features":[400]},{"name":"SCRIPT_JUSTIFY_RESERVED1","features":[400]},{"name":"SCRIPT_JUSTIFY_RESERVED2","features":[400]},{"name":"SCRIPT_JUSTIFY_RESERVED3","features":[400]},{"name":"SCRIPT_LOGATTR","features":[400]},{"name":"SCRIPT_PROPERTIES","features":[400]},{"name":"SCRIPT_STATE","features":[400]},{"name":"SCRIPT_TABDEF","features":[400]},{"name":"SCRIPT_TAG_UNKNOWN","features":[400]},{"name":"SCRIPT_UNDEFINED","features":[400]},{"name":"SCRIPT_VISATTR","features":[400]},{"name":"SGCM_RTL","features":[400]},{"name":"SIC_ASCIIDIGIT","features":[400]},{"name":"SIC_COMPLEX","features":[400]},{"name":"SIC_NEUTRAL","features":[400]},{"name":"SORTING_PARADIGM_ICU","features":[400]},{"name":"SORTING_PARADIGM_NLS","features":[400]},{"name":"SORT_DIGITSASNUMBERS","features":[400]},{"name":"SORT_STRINGSORT","features":[400]},{"name":"SSA_BREAK","features":[400]},{"name":"SSA_CLIP","features":[400]},{"name":"SSA_DONTGLYPH","features":[400]},{"name":"SSA_DZWG","features":[400]},{"name":"SSA_FALLBACK","features":[400]},{"name":"SSA_FIT","features":[400]},{"name":"SSA_FULLMEASURE","features":[400]},{"name":"SSA_GCP","features":[400]},{"name":"SSA_GLYPHS","features":[400]},{"name":"SSA_HIDEHOTKEY","features":[400]},{"name":"SSA_HOTKEY","features":[400]},{"name":"SSA_HOTKEYONLY","features":[400]},{"name":"SSA_LAYOUTRTL","features":[400]},{"name":"SSA_LINK","features":[400]},{"name":"SSA_LPKANSIFALLBACK","features":[400]},{"name":"SSA_METAFILE","features":[400]},{"name":"SSA_NOKASHIDA","features":[400]},{"name":"SSA_PASSWORD","features":[400]},{"name":"SSA_PIDX","features":[400]},{"name":"SSA_RTL","features":[400]},{"name":"SSA_TAB","features":[400]},{"name":"SYSGEOCLASS","features":[400]},{"name":"SYSGEOTYPE","features":[400]},{"name":"SYSNLS_FUNCTION","features":[400]},{"name":"ScriptApplyDigitSubstitution","features":[400]},{"name":"ScriptApplyLogicalWidth","features":[400,317]},{"name":"ScriptBreak","features":[400]},{"name":"ScriptCPtoX","features":[305,400]},{"name":"ScriptCacheGetHeight","features":[400,317]},{"name":"ScriptFreeCache","features":[400]},{"name":"ScriptGetCMap","features":[400,317]},{"name":"ScriptGetFontAlternateGlyphs","features":[400,317]},{"name":"ScriptGetFontFeatureTags","features":[400,317]},{"name":"ScriptGetFontLanguageTags","features":[400,317]},{"name":"ScriptGetFontProperties","features":[400,317]},{"name":"ScriptGetFontScriptTags","features":[400,317]},{"name":"ScriptGetGlyphABCWidth","features":[400,317]},{"name":"ScriptGetLogicalWidths","features":[400]},{"name":"ScriptGetProperties","features":[400]},{"name":"ScriptIsComplex","features":[400]},{"name":"ScriptItemize","features":[400]},{"name":"ScriptItemizeOpenType","features":[400]},{"name":"ScriptJustify","features":[400]},{"name":"ScriptLayout","features":[400]},{"name":"ScriptPlace","features":[400,317]},{"name":"ScriptPlaceOpenType","features":[400,317]},{"name":"ScriptPositionSingleGlyph","features":[400,317]},{"name":"ScriptRecordDigitSubstitution","features":[400]},{"name":"ScriptShape","features":[400,317]},{"name":"ScriptShapeOpenType","features":[400,317]},{"name":"ScriptStringAnalyse","features":[400,317]},{"name":"ScriptStringCPtoX","features":[305,400]},{"name":"ScriptStringFree","features":[400]},{"name":"ScriptStringGetLogicalWidths","features":[400]},{"name":"ScriptStringGetOrder","features":[400]},{"name":"ScriptStringOut","features":[305,400,317]},{"name":"ScriptStringValidate","features":[400]},{"name":"ScriptStringXtoCP","features":[400]},{"name":"ScriptString_pLogAttr","features":[400]},{"name":"ScriptString_pSize","features":[305,400]},{"name":"ScriptString_pcOutChars","features":[400]},{"name":"ScriptSubstituteSingleGlyph","features":[400,317]},{"name":"ScriptTextOut","features":[305,400,317]},{"name":"ScriptXtoCP","features":[400]},{"name":"SecondUnit","features":[400]},{"name":"SetCalendarInfoA","features":[305,400]},{"name":"SetCalendarInfoW","features":[305,400]},{"name":"SetLocaleInfoA","features":[305,400]},{"name":"SetLocaleInfoW","features":[305,400]},{"name":"SetProcessPreferredUILanguages","features":[305,400]},{"name":"SetThreadLocale","features":[305,400]},{"name":"SetThreadPreferredUILanguages","features":[305,400]},{"name":"SetThreadPreferredUILanguages2","features":[305,400]},{"name":"SetThreadUILanguage","features":[400]},{"name":"SetUserGeoID","features":[305,400]},{"name":"SetUserGeoName","features":[305,400]},{"name":"SpellCheckerFactory","features":[400]},{"name":"TCI_SRCCHARSET","features":[400]},{"name":"TCI_SRCCODEPAGE","features":[400]},{"name":"TCI_SRCFONTSIG","features":[400]},{"name":"TCI_SRCLOCALE","features":[400]},{"name":"TEXTRANGE_PROPERTIES","features":[400]},{"name":"TIMEFMT_ENUMPROCA","features":[305,400]},{"name":"TIMEFMT_ENUMPROCEX","features":[305,400]},{"name":"TIMEFMT_ENUMPROCW","features":[305,400]},{"name":"TIME_FORCE24HOURFORMAT","features":[400]},{"name":"TIME_FORMAT_FLAGS","features":[400]},{"name":"TIME_NOMINUTESORSECONDS","features":[400]},{"name":"TIME_NOSECONDS","features":[400]},{"name":"TIME_NOTIMEMARKER","features":[400]},{"name":"TRANSLATE_CHARSET_INFO_FLAGS","features":[400]},{"name":"TickUnit","features":[400]},{"name":"TranslateCharsetInfo","features":[305,400]},{"name":"U16_MAX_LENGTH","features":[400]},{"name":"U8_LEAD3_T1_BITS","features":[400]},{"name":"U8_LEAD4_T1_BITS","features":[400]},{"name":"U8_MAX_LENGTH","features":[400]},{"name":"UAcceptResult","features":[400]},{"name":"UAlphabeticIndexLabelType","features":[400]},{"name":"UBIDI_DEFAULT_LTR","features":[400]},{"name":"UBIDI_DEFAULT_RTL","features":[400]},{"name":"UBIDI_DO_MIRRORING","features":[400]},{"name":"UBIDI_INSERT_LRM_FOR_NUMERIC","features":[400]},{"name":"UBIDI_KEEP_BASE_COMBINING","features":[400]},{"name":"UBIDI_LEVEL_OVERRIDE","features":[400]},{"name":"UBIDI_LOGICAL","features":[400]},{"name":"UBIDI_LTR","features":[400]},{"name":"UBIDI_MAP_NOWHERE","features":[400]},{"name":"UBIDI_MAX_EXPLICIT_LEVEL","features":[400]},{"name":"UBIDI_MIRRORING_OFF","features":[400]},{"name":"UBIDI_MIRRORING_ON","features":[400]},{"name":"UBIDI_MIXED","features":[400]},{"name":"UBIDI_NEUTRAL","features":[400]},{"name":"UBIDI_OPTION_DEFAULT","features":[400]},{"name":"UBIDI_OPTION_INSERT_MARKS","features":[400]},{"name":"UBIDI_OPTION_REMOVE_CONTROLS","features":[400]},{"name":"UBIDI_OPTION_STREAMING","features":[400]},{"name":"UBIDI_OUTPUT_REVERSE","features":[400]},{"name":"UBIDI_REMOVE_BIDI_CONTROLS","features":[400]},{"name":"UBIDI_REORDER_DEFAULT","features":[400]},{"name":"UBIDI_REORDER_GROUP_NUMBERS_WITH_R","features":[400]},{"name":"UBIDI_REORDER_INVERSE_FOR_NUMBERS_SPECIAL","features":[400]},{"name":"UBIDI_REORDER_INVERSE_LIKE_DIRECT","features":[400]},{"name":"UBIDI_REORDER_INVERSE_NUMBERS_AS_L","features":[400]},{"name":"UBIDI_REORDER_NUMBERS_SPECIAL","features":[400]},{"name":"UBIDI_REORDER_RUNS_ONLY","features":[400]},{"name":"UBIDI_RTL","features":[400]},{"name":"UBIDI_VISUAL","features":[400]},{"name":"UBLOCK_ADLAM","features":[400]},{"name":"UBLOCK_AEGEAN_NUMBERS","features":[400]},{"name":"UBLOCK_AHOM","features":[400]},{"name":"UBLOCK_ALCHEMICAL_SYMBOLS","features":[400]},{"name":"UBLOCK_ALPHABETIC_PRESENTATION_FORMS","features":[400]},{"name":"UBLOCK_ANATOLIAN_HIEROGLYPHS","features":[400]},{"name":"UBLOCK_ANCIENT_GREEK_MUSICAL_NOTATION","features":[400]},{"name":"UBLOCK_ANCIENT_GREEK_NUMBERS","features":[400]},{"name":"UBLOCK_ANCIENT_SYMBOLS","features":[400]},{"name":"UBLOCK_ARABIC","features":[400]},{"name":"UBLOCK_ARABIC_EXTENDED_A","features":[400]},{"name":"UBLOCK_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS","features":[400]},{"name":"UBLOCK_ARABIC_PRESENTATION_FORMS_A","features":[400]},{"name":"UBLOCK_ARABIC_PRESENTATION_FORMS_B","features":[400]},{"name":"UBLOCK_ARABIC_SUPPLEMENT","features":[400]},{"name":"UBLOCK_ARMENIAN","features":[400]},{"name":"UBLOCK_ARROWS","features":[400]},{"name":"UBLOCK_AVESTAN","features":[400]},{"name":"UBLOCK_BALINESE","features":[400]},{"name":"UBLOCK_BAMUM","features":[400]},{"name":"UBLOCK_BAMUM_SUPPLEMENT","features":[400]},{"name":"UBLOCK_BASIC_LATIN","features":[400]},{"name":"UBLOCK_BASSA_VAH","features":[400]},{"name":"UBLOCK_BATAK","features":[400]},{"name":"UBLOCK_BENGALI","features":[400]},{"name":"UBLOCK_BHAIKSUKI","features":[400]},{"name":"UBLOCK_BLOCK_ELEMENTS","features":[400]},{"name":"UBLOCK_BOPOMOFO","features":[400]},{"name":"UBLOCK_BOPOMOFO_EXTENDED","features":[400]},{"name":"UBLOCK_BOX_DRAWING","features":[400]},{"name":"UBLOCK_BRAHMI","features":[400]},{"name":"UBLOCK_BRAILLE_PATTERNS","features":[400]},{"name":"UBLOCK_BUGINESE","features":[400]},{"name":"UBLOCK_BUHID","features":[400]},{"name":"UBLOCK_BYZANTINE_MUSICAL_SYMBOLS","features":[400]},{"name":"UBLOCK_CARIAN","features":[400]},{"name":"UBLOCK_CAUCASIAN_ALBANIAN","features":[400]},{"name":"UBLOCK_CHAKMA","features":[400]},{"name":"UBLOCK_CHAM","features":[400]},{"name":"UBLOCK_CHEROKEE","features":[400]},{"name":"UBLOCK_CHEROKEE_SUPPLEMENT","features":[400]},{"name":"UBLOCK_CHESS_SYMBOLS","features":[400]},{"name":"UBLOCK_CHORASMIAN","features":[400]},{"name":"UBLOCK_CJK_COMPATIBILITY","features":[400]},{"name":"UBLOCK_CJK_COMPATIBILITY_FORMS","features":[400]},{"name":"UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS","features":[400]},{"name":"UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT","features":[400]},{"name":"UBLOCK_CJK_RADICALS_SUPPLEMENT","features":[400]},{"name":"UBLOCK_CJK_STROKES","features":[400]},{"name":"UBLOCK_CJK_SYMBOLS_AND_PUNCTUATION","features":[400]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS","features":[400]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A","features":[400]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B","features":[400]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C","features":[400]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D","features":[400]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E","features":[400]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F","features":[400]},{"name":"UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G","features":[400]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS","features":[400]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS_EXTENDED","features":[400]},{"name":"UBLOCK_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT","features":[400]},{"name":"UBLOCK_COMBINING_HALF_MARKS","features":[400]},{"name":"UBLOCK_COMBINING_MARKS_FOR_SYMBOLS","features":[400]},{"name":"UBLOCK_COMMON_INDIC_NUMBER_FORMS","features":[400]},{"name":"UBLOCK_CONTROL_PICTURES","features":[400]},{"name":"UBLOCK_COPTIC","features":[400]},{"name":"UBLOCK_COPTIC_EPACT_NUMBERS","features":[400]},{"name":"UBLOCK_COUNTING_ROD_NUMERALS","features":[400]},{"name":"UBLOCK_CUNEIFORM","features":[400]},{"name":"UBLOCK_CUNEIFORM_NUMBERS_AND_PUNCTUATION","features":[400]},{"name":"UBLOCK_CURRENCY_SYMBOLS","features":[400]},{"name":"UBLOCK_CYPRIOT_SYLLABARY","features":[400]},{"name":"UBLOCK_CYRILLIC","features":[400]},{"name":"UBLOCK_CYRILLIC_EXTENDED_A","features":[400]},{"name":"UBLOCK_CYRILLIC_EXTENDED_B","features":[400]},{"name":"UBLOCK_CYRILLIC_EXTENDED_C","features":[400]},{"name":"UBLOCK_CYRILLIC_SUPPLEMENT","features":[400]},{"name":"UBLOCK_CYRILLIC_SUPPLEMENTARY","features":[400]},{"name":"UBLOCK_DESERET","features":[400]},{"name":"UBLOCK_DEVANAGARI","features":[400]},{"name":"UBLOCK_DEVANAGARI_EXTENDED","features":[400]},{"name":"UBLOCK_DINGBATS","features":[400]},{"name":"UBLOCK_DIVES_AKURU","features":[400]},{"name":"UBLOCK_DOGRA","features":[400]},{"name":"UBLOCK_DOMINO_TILES","features":[400]},{"name":"UBLOCK_DUPLOYAN","features":[400]},{"name":"UBLOCK_EARLY_DYNASTIC_CUNEIFORM","features":[400]},{"name":"UBLOCK_EGYPTIAN_HIEROGLYPHS","features":[400]},{"name":"UBLOCK_EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS","features":[400]},{"name":"UBLOCK_ELBASAN","features":[400]},{"name":"UBLOCK_ELYMAIC","features":[400]},{"name":"UBLOCK_EMOTICONS","features":[400]},{"name":"UBLOCK_ENCLOSED_ALPHANUMERICS","features":[400]},{"name":"UBLOCK_ENCLOSED_ALPHANUMERIC_SUPPLEMENT","features":[400]},{"name":"UBLOCK_ENCLOSED_CJK_LETTERS_AND_MONTHS","features":[400]},{"name":"UBLOCK_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT","features":[400]},{"name":"UBLOCK_ETHIOPIC","features":[400]},{"name":"UBLOCK_ETHIOPIC_EXTENDED","features":[400]},{"name":"UBLOCK_ETHIOPIC_EXTENDED_A","features":[400]},{"name":"UBLOCK_ETHIOPIC_SUPPLEMENT","features":[400]},{"name":"UBLOCK_GENERAL_PUNCTUATION","features":[400]},{"name":"UBLOCK_GEOMETRIC_SHAPES","features":[400]},{"name":"UBLOCK_GEOMETRIC_SHAPES_EXTENDED","features":[400]},{"name":"UBLOCK_GEORGIAN","features":[400]},{"name":"UBLOCK_GEORGIAN_EXTENDED","features":[400]},{"name":"UBLOCK_GEORGIAN_SUPPLEMENT","features":[400]},{"name":"UBLOCK_GLAGOLITIC","features":[400]},{"name":"UBLOCK_GLAGOLITIC_SUPPLEMENT","features":[400]},{"name":"UBLOCK_GOTHIC","features":[400]},{"name":"UBLOCK_GRANTHA","features":[400]},{"name":"UBLOCK_GREEK","features":[400]},{"name":"UBLOCK_GREEK_EXTENDED","features":[400]},{"name":"UBLOCK_GUJARATI","features":[400]},{"name":"UBLOCK_GUNJALA_GONDI","features":[400]},{"name":"UBLOCK_GURMUKHI","features":[400]},{"name":"UBLOCK_HALFWIDTH_AND_FULLWIDTH_FORMS","features":[400]},{"name":"UBLOCK_HANGUL_COMPATIBILITY_JAMO","features":[400]},{"name":"UBLOCK_HANGUL_JAMO","features":[400]},{"name":"UBLOCK_HANGUL_JAMO_EXTENDED_A","features":[400]},{"name":"UBLOCK_HANGUL_JAMO_EXTENDED_B","features":[400]},{"name":"UBLOCK_HANGUL_SYLLABLES","features":[400]},{"name":"UBLOCK_HANIFI_ROHINGYA","features":[400]},{"name":"UBLOCK_HANUNOO","features":[400]},{"name":"UBLOCK_HATRAN","features":[400]},{"name":"UBLOCK_HEBREW","features":[400]},{"name":"UBLOCK_HIGH_PRIVATE_USE_SURROGATES","features":[400]},{"name":"UBLOCK_HIGH_SURROGATES","features":[400]},{"name":"UBLOCK_HIRAGANA","features":[400]},{"name":"UBLOCK_IDEOGRAPHIC_DESCRIPTION_CHARACTERS","features":[400]},{"name":"UBLOCK_IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION","features":[400]},{"name":"UBLOCK_IMPERIAL_ARAMAIC","features":[400]},{"name":"UBLOCK_INDIC_SIYAQ_NUMBERS","features":[400]},{"name":"UBLOCK_INSCRIPTIONAL_PAHLAVI","features":[400]},{"name":"UBLOCK_INSCRIPTIONAL_PARTHIAN","features":[400]},{"name":"UBLOCK_INVALID_CODE","features":[400]},{"name":"UBLOCK_IPA_EXTENSIONS","features":[400]},{"name":"UBLOCK_JAVANESE","features":[400]},{"name":"UBLOCK_KAITHI","features":[400]},{"name":"UBLOCK_KANA_EXTENDED_A","features":[400]},{"name":"UBLOCK_KANA_SUPPLEMENT","features":[400]},{"name":"UBLOCK_KANBUN","features":[400]},{"name":"UBLOCK_KANGXI_RADICALS","features":[400]},{"name":"UBLOCK_KANNADA","features":[400]},{"name":"UBLOCK_KATAKANA","features":[400]},{"name":"UBLOCK_KATAKANA_PHONETIC_EXTENSIONS","features":[400]},{"name":"UBLOCK_KAYAH_LI","features":[400]},{"name":"UBLOCK_KHAROSHTHI","features":[400]},{"name":"UBLOCK_KHITAN_SMALL_SCRIPT","features":[400]},{"name":"UBLOCK_KHMER","features":[400]},{"name":"UBLOCK_KHMER_SYMBOLS","features":[400]},{"name":"UBLOCK_KHOJKI","features":[400]},{"name":"UBLOCK_KHUDAWADI","features":[400]},{"name":"UBLOCK_LAO","features":[400]},{"name":"UBLOCK_LATIN_1_SUPPLEMENT","features":[400]},{"name":"UBLOCK_LATIN_EXTENDED_A","features":[400]},{"name":"UBLOCK_LATIN_EXTENDED_ADDITIONAL","features":[400]},{"name":"UBLOCK_LATIN_EXTENDED_B","features":[400]},{"name":"UBLOCK_LATIN_EXTENDED_C","features":[400]},{"name":"UBLOCK_LATIN_EXTENDED_D","features":[400]},{"name":"UBLOCK_LATIN_EXTENDED_E","features":[400]},{"name":"UBLOCK_LEPCHA","features":[400]},{"name":"UBLOCK_LETTERLIKE_SYMBOLS","features":[400]},{"name":"UBLOCK_LIMBU","features":[400]},{"name":"UBLOCK_LINEAR_A","features":[400]},{"name":"UBLOCK_LINEAR_B_IDEOGRAMS","features":[400]},{"name":"UBLOCK_LINEAR_B_SYLLABARY","features":[400]},{"name":"UBLOCK_LISU","features":[400]},{"name":"UBLOCK_LISU_SUPPLEMENT","features":[400]},{"name":"UBLOCK_LOW_SURROGATES","features":[400]},{"name":"UBLOCK_LYCIAN","features":[400]},{"name":"UBLOCK_LYDIAN","features":[400]},{"name":"UBLOCK_MAHAJANI","features":[400]},{"name":"UBLOCK_MAHJONG_TILES","features":[400]},{"name":"UBLOCK_MAKASAR","features":[400]},{"name":"UBLOCK_MALAYALAM","features":[400]},{"name":"UBLOCK_MANDAIC","features":[400]},{"name":"UBLOCK_MANICHAEAN","features":[400]},{"name":"UBLOCK_MARCHEN","features":[400]},{"name":"UBLOCK_MASARAM_GONDI","features":[400]},{"name":"UBLOCK_MATHEMATICAL_ALPHANUMERIC_SYMBOLS","features":[400]},{"name":"UBLOCK_MATHEMATICAL_OPERATORS","features":[400]},{"name":"UBLOCK_MAYAN_NUMERALS","features":[400]},{"name":"UBLOCK_MEDEFAIDRIN","features":[400]},{"name":"UBLOCK_MEETEI_MAYEK","features":[400]},{"name":"UBLOCK_MEETEI_MAYEK_EXTENSIONS","features":[400]},{"name":"UBLOCK_MENDE_KIKAKUI","features":[400]},{"name":"UBLOCK_MEROITIC_CURSIVE","features":[400]},{"name":"UBLOCK_MEROITIC_HIEROGLYPHS","features":[400]},{"name":"UBLOCK_MIAO","features":[400]},{"name":"UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A","features":[400]},{"name":"UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B","features":[400]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS","features":[400]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS_AND_ARROWS","features":[400]},{"name":"UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS","features":[400]},{"name":"UBLOCK_MISCELLANEOUS_TECHNICAL","features":[400]},{"name":"UBLOCK_MODI","features":[400]},{"name":"UBLOCK_MODIFIER_TONE_LETTERS","features":[400]},{"name":"UBLOCK_MONGOLIAN","features":[400]},{"name":"UBLOCK_MONGOLIAN_SUPPLEMENT","features":[400]},{"name":"UBLOCK_MRO","features":[400]},{"name":"UBLOCK_MULTANI","features":[400]},{"name":"UBLOCK_MUSICAL_SYMBOLS","features":[400]},{"name":"UBLOCK_MYANMAR","features":[400]},{"name":"UBLOCK_MYANMAR_EXTENDED_A","features":[400]},{"name":"UBLOCK_MYANMAR_EXTENDED_B","features":[400]},{"name":"UBLOCK_NABATAEAN","features":[400]},{"name":"UBLOCK_NANDINAGARI","features":[400]},{"name":"UBLOCK_NEWA","features":[400]},{"name":"UBLOCK_NEW_TAI_LUE","features":[400]},{"name":"UBLOCK_NKO","features":[400]},{"name":"UBLOCK_NO_BLOCK","features":[400]},{"name":"UBLOCK_NUMBER_FORMS","features":[400]},{"name":"UBLOCK_NUSHU","features":[400]},{"name":"UBLOCK_NYIAKENG_PUACHUE_HMONG","features":[400]},{"name":"UBLOCK_OGHAM","features":[400]},{"name":"UBLOCK_OLD_HUNGARIAN","features":[400]},{"name":"UBLOCK_OLD_ITALIC","features":[400]},{"name":"UBLOCK_OLD_NORTH_ARABIAN","features":[400]},{"name":"UBLOCK_OLD_PERMIC","features":[400]},{"name":"UBLOCK_OLD_PERSIAN","features":[400]},{"name":"UBLOCK_OLD_SOGDIAN","features":[400]},{"name":"UBLOCK_OLD_SOUTH_ARABIAN","features":[400]},{"name":"UBLOCK_OLD_TURKIC","features":[400]},{"name":"UBLOCK_OL_CHIKI","features":[400]},{"name":"UBLOCK_OPTICAL_CHARACTER_RECOGNITION","features":[400]},{"name":"UBLOCK_ORIYA","features":[400]},{"name":"UBLOCK_ORNAMENTAL_DINGBATS","features":[400]},{"name":"UBLOCK_OSAGE","features":[400]},{"name":"UBLOCK_OSMANYA","features":[400]},{"name":"UBLOCK_OTTOMAN_SIYAQ_NUMBERS","features":[400]},{"name":"UBLOCK_PAHAWH_HMONG","features":[400]},{"name":"UBLOCK_PALMYRENE","features":[400]},{"name":"UBLOCK_PAU_CIN_HAU","features":[400]},{"name":"UBLOCK_PHAGS_PA","features":[400]},{"name":"UBLOCK_PHAISTOS_DISC","features":[400]},{"name":"UBLOCK_PHOENICIAN","features":[400]},{"name":"UBLOCK_PHONETIC_EXTENSIONS","features":[400]},{"name":"UBLOCK_PHONETIC_EXTENSIONS_SUPPLEMENT","features":[400]},{"name":"UBLOCK_PLAYING_CARDS","features":[400]},{"name":"UBLOCK_PRIVATE_USE","features":[400]},{"name":"UBLOCK_PRIVATE_USE_AREA","features":[400]},{"name":"UBLOCK_PSALTER_PAHLAVI","features":[400]},{"name":"UBLOCK_REJANG","features":[400]},{"name":"UBLOCK_RUMI_NUMERAL_SYMBOLS","features":[400]},{"name":"UBLOCK_RUNIC","features":[400]},{"name":"UBLOCK_SAMARITAN","features":[400]},{"name":"UBLOCK_SAURASHTRA","features":[400]},{"name":"UBLOCK_SHARADA","features":[400]},{"name":"UBLOCK_SHAVIAN","features":[400]},{"name":"UBLOCK_SHORTHAND_FORMAT_CONTROLS","features":[400]},{"name":"UBLOCK_SIDDHAM","features":[400]},{"name":"UBLOCK_SINHALA","features":[400]},{"name":"UBLOCK_SINHALA_ARCHAIC_NUMBERS","features":[400]},{"name":"UBLOCK_SMALL_FORM_VARIANTS","features":[400]},{"name":"UBLOCK_SMALL_KANA_EXTENSION","features":[400]},{"name":"UBLOCK_SOGDIAN","features":[400]},{"name":"UBLOCK_SORA_SOMPENG","features":[400]},{"name":"UBLOCK_SOYOMBO","features":[400]},{"name":"UBLOCK_SPACING_MODIFIER_LETTERS","features":[400]},{"name":"UBLOCK_SPECIALS","features":[400]},{"name":"UBLOCK_SUNDANESE","features":[400]},{"name":"UBLOCK_SUNDANESE_SUPPLEMENT","features":[400]},{"name":"UBLOCK_SUPERSCRIPTS_AND_SUBSCRIPTS","features":[400]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_A","features":[400]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_B","features":[400]},{"name":"UBLOCK_SUPPLEMENTAL_ARROWS_C","features":[400]},{"name":"UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS","features":[400]},{"name":"UBLOCK_SUPPLEMENTAL_PUNCTUATION","features":[400]},{"name":"UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS","features":[400]},{"name":"UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_A","features":[400]},{"name":"UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_B","features":[400]},{"name":"UBLOCK_SUTTON_SIGNWRITING","features":[400]},{"name":"UBLOCK_SYLOTI_NAGRI","features":[400]},{"name":"UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A","features":[400]},{"name":"UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING","features":[400]},{"name":"UBLOCK_SYRIAC","features":[400]},{"name":"UBLOCK_SYRIAC_SUPPLEMENT","features":[400]},{"name":"UBLOCK_TAGALOG","features":[400]},{"name":"UBLOCK_TAGBANWA","features":[400]},{"name":"UBLOCK_TAGS","features":[400]},{"name":"UBLOCK_TAI_LE","features":[400]},{"name":"UBLOCK_TAI_THAM","features":[400]},{"name":"UBLOCK_TAI_VIET","features":[400]},{"name":"UBLOCK_TAI_XUAN_JING_SYMBOLS","features":[400]},{"name":"UBLOCK_TAKRI","features":[400]},{"name":"UBLOCK_TAMIL","features":[400]},{"name":"UBLOCK_TAMIL_SUPPLEMENT","features":[400]},{"name":"UBLOCK_TANGUT","features":[400]},{"name":"UBLOCK_TANGUT_COMPONENTS","features":[400]},{"name":"UBLOCK_TANGUT_SUPPLEMENT","features":[400]},{"name":"UBLOCK_TELUGU","features":[400]},{"name":"UBLOCK_THAANA","features":[400]},{"name":"UBLOCK_THAI","features":[400]},{"name":"UBLOCK_TIBETAN","features":[400]},{"name":"UBLOCK_TIFINAGH","features":[400]},{"name":"UBLOCK_TIRHUTA","features":[400]},{"name":"UBLOCK_TRANSPORT_AND_MAP_SYMBOLS","features":[400]},{"name":"UBLOCK_UGARITIC","features":[400]},{"name":"UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS","features":[400]},{"name":"UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED","features":[400]},{"name":"UBLOCK_VAI","features":[400]},{"name":"UBLOCK_VARIATION_SELECTORS","features":[400]},{"name":"UBLOCK_VARIATION_SELECTORS_SUPPLEMENT","features":[400]},{"name":"UBLOCK_VEDIC_EXTENSIONS","features":[400]},{"name":"UBLOCK_VERTICAL_FORMS","features":[400]},{"name":"UBLOCK_WANCHO","features":[400]},{"name":"UBLOCK_WARANG_CITI","features":[400]},{"name":"UBLOCK_YEZIDI","features":[400]},{"name":"UBLOCK_YIJING_HEXAGRAM_SYMBOLS","features":[400]},{"name":"UBLOCK_YI_RADICALS","features":[400]},{"name":"UBLOCK_YI_SYLLABLES","features":[400]},{"name":"UBLOCK_ZANABAZAR_SQUARE","features":[400]},{"name":"UBRK_CHARACTER","features":[400]},{"name":"UBRK_LINE","features":[400]},{"name":"UBRK_LINE_HARD","features":[400]},{"name":"UBRK_LINE_HARD_LIMIT","features":[400]},{"name":"UBRK_LINE_SOFT","features":[400]},{"name":"UBRK_LINE_SOFT_LIMIT","features":[400]},{"name":"UBRK_SENTENCE","features":[400]},{"name":"UBRK_SENTENCE_SEP","features":[400]},{"name":"UBRK_SENTENCE_SEP_LIMIT","features":[400]},{"name":"UBRK_SENTENCE_TERM","features":[400]},{"name":"UBRK_SENTENCE_TERM_LIMIT","features":[400]},{"name":"UBRK_WORD","features":[400]},{"name":"UBRK_WORD_IDEO","features":[400]},{"name":"UBRK_WORD_IDEO_LIMIT","features":[400]},{"name":"UBRK_WORD_KANA","features":[400]},{"name":"UBRK_WORD_KANA_LIMIT","features":[400]},{"name":"UBRK_WORD_LETTER","features":[400]},{"name":"UBRK_WORD_LETTER_LIMIT","features":[400]},{"name":"UBRK_WORD_NONE","features":[400]},{"name":"UBRK_WORD_NONE_LIMIT","features":[400]},{"name":"UBRK_WORD_NUMBER","features":[400]},{"name":"UBRK_WORD_NUMBER_LIMIT","features":[400]},{"name":"UBiDi","features":[400]},{"name":"UBiDiClassCallback","features":[400]},{"name":"UBiDiDirection","features":[400]},{"name":"UBiDiMirroring","features":[400]},{"name":"UBiDiOrder","features":[400]},{"name":"UBiDiReorderingMode","features":[400]},{"name":"UBiDiReorderingOption","features":[400]},{"name":"UBiDiTransform","features":[400]},{"name":"UBidiPairedBracketType","features":[400]},{"name":"UBlockCode","features":[400]},{"name":"UBreakIterator","features":[400]},{"name":"UBreakIteratorType","features":[400]},{"name":"UCAL_ACTUAL_MAXIMUM","features":[400]},{"name":"UCAL_ACTUAL_MINIMUM","features":[400]},{"name":"UCAL_AM","features":[400]},{"name":"UCAL_AM_PM","features":[400]},{"name":"UCAL_APRIL","features":[400]},{"name":"UCAL_AUGUST","features":[400]},{"name":"UCAL_DATE","features":[400]},{"name":"UCAL_DAY_OF_MONTH","features":[400]},{"name":"UCAL_DAY_OF_WEEK","features":[400]},{"name":"UCAL_DAY_OF_WEEK_IN_MONTH","features":[400]},{"name":"UCAL_DAY_OF_YEAR","features":[400]},{"name":"UCAL_DECEMBER","features":[400]},{"name":"UCAL_DEFAULT","features":[400]},{"name":"UCAL_DOW_LOCAL","features":[400]},{"name":"UCAL_DST","features":[400]},{"name":"UCAL_DST_OFFSET","features":[400]},{"name":"UCAL_ERA","features":[400]},{"name":"UCAL_EXTENDED_YEAR","features":[400]},{"name":"UCAL_FEBRUARY","features":[400]},{"name":"UCAL_FIELD_COUNT","features":[400]},{"name":"UCAL_FIRST_DAY_OF_WEEK","features":[400]},{"name":"UCAL_FRIDAY","features":[400]},{"name":"UCAL_GREATEST_MINIMUM","features":[400]},{"name":"UCAL_GREGORIAN","features":[400]},{"name":"UCAL_HOUR","features":[400]},{"name":"UCAL_HOUR_OF_DAY","features":[400]},{"name":"UCAL_IS_LEAP_MONTH","features":[400]},{"name":"UCAL_JANUARY","features":[400]},{"name":"UCAL_JULIAN_DAY","features":[400]},{"name":"UCAL_JULY","features":[400]},{"name":"UCAL_JUNE","features":[400]},{"name":"UCAL_LEAST_MAXIMUM","features":[400]},{"name":"UCAL_LENIENT","features":[400]},{"name":"UCAL_MARCH","features":[400]},{"name":"UCAL_MAXIMUM","features":[400]},{"name":"UCAL_MAY","features":[400]},{"name":"UCAL_MILLISECOND","features":[400]},{"name":"UCAL_MILLISECONDS_IN_DAY","features":[400]},{"name":"UCAL_MINIMAL_DAYS_IN_FIRST_WEEK","features":[400]},{"name":"UCAL_MINIMUM","features":[400]},{"name":"UCAL_MINUTE","features":[400]},{"name":"UCAL_MONDAY","features":[400]},{"name":"UCAL_MONTH","features":[400]},{"name":"UCAL_NOVEMBER","features":[400]},{"name":"UCAL_OCTOBER","features":[400]},{"name":"UCAL_PM","features":[400]},{"name":"UCAL_REPEATED_WALL_TIME","features":[400]},{"name":"UCAL_SATURDAY","features":[400]},{"name":"UCAL_SECOND","features":[400]},{"name":"UCAL_SEPTEMBER","features":[400]},{"name":"UCAL_SHORT_DST","features":[400]},{"name":"UCAL_SHORT_STANDARD","features":[400]},{"name":"UCAL_SKIPPED_WALL_TIME","features":[400]},{"name":"UCAL_STANDARD","features":[400]},{"name":"UCAL_SUNDAY","features":[400]},{"name":"UCAL_THURSDAY","features":[400]},{"name":"UCAL_TRADITIONAL","features":[400]},{"name":"UCAL_TUESDAY","features":[400]},{"name":"UCAL_TZ_TRANSITION_NEXT","features":[400]},{"name":"UCAL_TZ_TRANSITION_NEXT_INCLUSIVE","features":[400]},{"name":"UCAL_TZ_TRANSITION_PREVIOUS","features":[400]},{"name":"UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE","features":[400]},{"name":"UCAL_UNDECIMBER","features":[400]},{"name":"UCAL_UNKNOWN_ZONE_ID","features":[400]},{"name":"UCAL_WALLTIME_FIRST","features":[400]},{"name":"UCAL_WALLTIME_LAST","features":[400]},{"name":"UCAL_WALLTIME_NEXT_VALID","features":[400]},{"name":"UCAL_WEDNESDAY","features":[400]},{"name":"UCAL_WEEKDAY","features":[400]},{"name":"UCAL_WEEKEND","features":[400]},{"name":"UCAL_WEEKEND_CEASE","features":[400]},{"name":"UCAL_WEEKEND_ONSET","features":[400]},{"name":"UCAL_WEEK_OF_MONTH","features":[400]},{"name":"UCAL_WEEK_OF_YEAR","features":[400]},{"name":"UCAL_YEAR","features":[400]},{"name":"UCAL_YEAR_WOY","features":[400]},{"name":"UCAL_ZONE_OFFSET","features":[400]},{"name":"UCAL_ZONE_TYPE_ANY","features":[400]},{"name":"UCAL_ZONE_TYPE_CANONICAL","features":[400]},{"name":"UCAL_ZONE_TYPE_CANONICAL_LOCATION","features":[400]},{"name":"UCHAR_AGE","features":[400]},{"name":"UCHAR_ALPHABETIC","features":[400]},{"name":"UCHAR_ASCII_HEX_DIGIT","features":[400]},{"name":"UCHAR_BIDI_CLASS","features":[400]},{"name":"UCHAR_BIDI_CONTROL","features":[400]},{"name":"UCHAR_BIDI_MIRRORED","features":[400]},{"name":"UCHAR_BIDI_MIRRORING_GLYPH","features":[400]},{"name":"UCHAR_BIDI_PAIRED_BRACKET","features":[400]},{"name":"UCHAR_BIDI_PAIRED_BRACKET_TYPE","features":[400]},{"name":"UCHAR_BINARY_START","features":[400]},{"name":"UCHAR_BLOCK","features":[400]},{"name":"UCHAR_CANONICAL_COMBINING_CLASS","features":[400]},{"name":"UCHAR_CASED","features":[400]},{"name":"UCHAR_CASE_FOLDING","features":[400]},{"name":"UCHAR_CASE_IGNORABLE","features":[400]},{"name":"UCHAR_CASE_SENSITIVE","features":[400]},{"name":"UCHAR_CHANGES_WHEN_CASEFOLDED","features":[400]},{"name":"UCHAR_CHANGES_WHEN_CASEMAPPED","features":[400]},{"name":"UCHAR_CHANGES_WHEN_LOWERCASED","features":[400]},{"name":"UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED","features":[400]},{"name":"UCHAR_CHANGES_WHEN_TITLECASED","features":[400]},{"name":"UCHAR_CHANGES_WHEN_UPPERCASED","features":[400]},{"name":"UCHAR_DASH","features":[400]},{"name":"UCHAR_DECOMPOSITION_TYPE","features":[400]},{"name":"UCHAR_DEFAULT_IGNORABLE_CODE_POINT","features":[400]},{"name":"UCHAR_DEPRECATED","features":[400]},{"name":"UCHAR_DIACRITIC","features":[400]},{"name":"UCHAR_DOUBLE_START","features":[400]},{"name":"UCHAR_EAST_ASIAN_WIDTH","features":[400]},{"name":"UCHAR_EMOJI","features":[400]},{"name":"UCHAR_EMOJI_COMPONENT","features":[400]},{"name":"UCHAR_EMOJI_MODIFIER","features":[400]},{"name":"UCHAR_EMOJI_MODIFIER_BASE","features":[400]},{"name":"UCHAR_EMOJI_PRESENTATION","features":[400]},{"name":"UCHAR_EXTENDED_PICTOGRAPHIC","features":[400]},{"name":"UCHAR_EXTENDER","features":[400]},{"name":"UCHAR_FULL_COMPOSITION_EXCLUSION","features":[400]},{"name":"UCHAR_GENERAL_CATEGORY","features":[400]},{"name":"UCHAR_GENERAL_CATEGORY_MASK","features":[400]},{"name":"UCHAR_GRAPHEME_BASE","features":[400]},{"name":"UCHAR_GRAPHEME_CLUSTER_BREAK","features":[400]},{"name":"UCHAR_GRAPHEME_EXTEND","features":[400]},{"name":"UCHAR_GRAPHEME_LINK","features":[400]},{"name":"UCHAR_HANGUL_SYLLABLE_TYPE","features":[400]},{"name":"UCHAR_HEX_DIGIT","features":[400]},{"name":"UCHAR_HYPHEN","features":[400]},{"name":"UCHAR_IDEOGRAPHIC","features":[400]},{"name":"UCHAR_IDS_BINARY_OPERATOR","features":[400]},{"name":"UCHAR_IDS_TRINARY_OPERATOR","features":[400]},{"name":"UCHAR_ID_CONTINUE","features":[400]},{"name":"UCHAR_ID_START","features":[400]},{"name":"UCHAR_INDIC_POSITIONAL_CATEGORY","features":[400]},{"name":"UCHAR_INDIC_SYLLABIC_CATEGORY","features":[400]},{"name":"UCHAR_INT_START","features":[400]},{"name":"UCHAR_INVALID_CODE","features":[400]},{"name":"UCHAR_JOINING_GROUP","features":[400]},{"name":"UCHAR_JOINING_TYPE","features":[400]},{"name":"UCHAR_JOIN_CONTROL","features":[400]},{"name":"UCHAR_LEAD_CANONICAL_COMBINING_CLASS","features":[400]},{"name":"UCHAR_LINE_BREAK","features":[400]},{"name":"UCHAR_LOGICAL_ORDER_EXCEPTION","features":[400]},{"name":"UCHAR_LOWERCASE","features":[400]},{"name":"UCHAR_LOWERCASE_MAPPING","features":[400]},{"name":"UCHAR_MASK_START","features":[400]},{"name":"UCHAR_MATH","features":[400]},{"name":"UCHAR_MAX_VALUE","features":[400]},{"name":"UCHAR_MIN_VALUE","features":[400]},{"name":"UCHAR_NAME","features":[400]},{"name":"UCHAR_NFC_INERT","features":[400]},{"name":"UCHAR_NFC_QUICK_CHECK","features":[400]},{"name":"UCHAR_NFD_INERT","features":[400]},{"name":"UCHAR_NFD_QUICK_CHECK","features":[400]},{"name":"UCHAR_NFKC_INERT","features":[400]},{"name":"UCHAR_NFKC_QUICK_CHECK","features":[400]},{"name":"UCHAR_NFKD_INERT","features":[400]},{"name":"UCHAR_NFKD_QUICK_CHECK","features":[400]},{"name":"UCHAR_NONCHARACTER_CODE_POINT","features":[400]},{"name":"UCHAR_NUMERIC_TYPE","features":[400]},{"name":"UCHAR_NUMERIC_VALUE","features":[400]},{"name":"UCHAR_OTHER_PROPERTY_START","features":[400]},{"name":"UCHAR_PATTERN_SYNTAX","features":[400]},{"name":"UCHAR_PATTERN_WHITE_SPACE","features":[400]},{"name":"UCHAR_POSIX_ALNUM","features":[400]},{"name":"UCHAR_POSIX_BLANK","features":[400]},{"name":"UCHAR_POSIX_GRAPH","features":[400]},{"name":"UCHAR_POSIX_PRINT","features":[400]},{"name":"UCHAR_POSIX_XDIGIT","features":[400]},{"name":"UCHAR_PREPENDED_CONCATENATION_MARK","features":[400]},{"name":"UCHAR_QUOTATION_MARK","features":[400]},{"name":"UCHAR_RADICAL","features":[400]},{"name":"UCHAR_REGIONAL_INDICATOR","features":[400]},{"name":"UCHAR_SCRIPT","features":[400]},{"name":"UCHAR_SCRIPT_EXTENSIONS","features":[400]},{"name":"UCHAR_SEGMENT_STARTER","features":[400]},{"name":"UCHAR_SENTENCE_BREAK","features":[400]},{"name":"UCHAR_SIMPLE_CASE_FOLDING","features":[400]},{"name":"UCHAR_SIMPLE_LOWERCASE_MAPPING","features":[400]},{"name":"UCHAR_SIMPLE_TITLECASE_MAPPING","features":[400]},{"name":"UCHAR_SIMPLE_UPPERCASE_MAPPING","features":[400]},{"name":"UCHAR_SOFT_DOTTED","features":[400]},{"name":"UCHAR_STRING_START","features":[400]},{"name":"UCHAR_S_TERM","features":[400]},{"name":"UCHAR_TERMINAL_PUNCTUATION","features":[400]},{"name":"UCHAR_TITLECASE_MAPPING","features":[400]},{"name":"UCHAR_TRAIL_CANONICAL_COMBINING_CLASS","features":[400]},{"name":"UCHAR_UNIFIED_IDEOGRAPH","features":[400]},{"name":"UCHAR_UPPERCASE","features":[400]},{"name":"UCHAR_UPPERCASE_MAPPING","features":[400]},{"name":"UCHAR_VARIATION_SELECTOR","features":[400]},{"name":"UCHAR_VERTICAL_ORIENTATION","features":[400]},{"name":"UCHAR_WHITE_SPACE","features":[400]},{"name":"UCHAR_WORD_BREAK","features":[400]},{"name":"UCHAR_XID_CONTINUE","features":[400]},{"name":"UCHAR_XID_START","features":[400]},{"name":"UCLN_NO_AUTO_CLEANUP","features":[400]},{"name":"UCNV_BOCU1","features":[400]},{"name":"UCNV_CESU8","features":[400]},{"name":"UCNV_CLONE","features":[400]},{"name":"UCNV_CLOSE","features":[400]},{"name":"UCNV_COMPOUND_TEXT","features":[400]},{"name":"UCNV_DBCS","features":[400]},{"name":"UCNV_EBCDIC_STATEFUL","features":[400]},{"name":"UCNV_ESCAPE_C","features":[400]},{"name":"UCNV_ESCAPE_CSS2","features":[400]},{"name":"UCNV_ESCAPE_JAVA","features":[400]},{"name":"UCNV_ESCAPE_UNICODE","features":[400]},{"name":"UCNV_ESCAPE_XML_DEC","features":[400]},{"name":"UCNV_ESCAPE_XML_HEX","features":[400]},{"name":"UCNV_FROM_U_CALLBACK_ESCAPE","features":[400]},{"name":"UCNV_FROM_U_CALLBACK_SKIP","features":[400]},{"name":"UCNV_FROM_U_CALLBACK_STOP","features":[400]},{"name":"UCNV_FROM_U_CALLBACK_SUBSTITUTE","features":[400]},{"name":"UCNV_HZ","features":[400]},{"name":"UCNV_IBM","features":[400]},{"name":"UCNV_ILLEGAL","features":[400]},{"name":"UCNV_IMAP_MAILBOX","features":[400]},{"name":"UCNV_IRREGULAR","features":[400]},{"name":"UCNV_ISCII","features":[400]},{"name":"UCNV_ISO_2022","features":[400]},{"name":"UCNV_LATIN_1","features":[400]},{"name":"UCNV_LMBCS_1","features":[400]},{"name":"UCNV_LMBCS_11","features":[400]},{"name":"UCNV_LMBCS_16","features":[400]},{"name":"UCNV_LMBCS_17","features":[400]},{"name":"UCNV_LMBCS_18","features":[400]},{"name":"UCNV_LMBCS_19","features":[400]},{"name":"UCNV_LMBCS_2","features":[400]},{"name":"UCNV_LMBCS_3","features":[400]},{"name":"UCNV_LMBCS_4","features":[400]},{"name":"UCNV_LMBCS_5","features":[400]},{"name":"UCNV_LMBCS_6","features":[400]},{"name":"UCNV_LMBCS_8","features":[400]},{"name":"UCNV_LMBCS_LAST","features":[400]},{"name":"UCNV_LOCALE_OPTION_STRING","features":[400]},{"name":"UCNV_MAX_CONVERTER_NAME_LENGTH","features":[400]},{"name":"UCNV_MBCS","features":[400]},{"name":"UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES","features":[400]},{"name":"UCNV_OPTION_SEP_STRING","features":[400]},{"name":"UCNV_RESET","features":[400]},{"name":"UCNV_ROUNDTRIP_AND_FALLBACK_SET","features":[400]},{"name":"UCNV_ROUNDTRIP_SET","features":[400]},{"name":"UCNV_SBCS","features":[400]},{"name":"UCNV_SCSU","features":[400]},{"name":"UCNV_SI","features":[400]},{"name":"UCNV_SKIP_STOP_ON_ILLEGAL","features":[400]},{"name":"UCNV_SO","features":[400]},{"name":"UCNV_SUB_STOP_ON_ILLEGAL","features":[400]},{"name":"UCNV_SWAP_LFNL_OPTION_STRING","features":[400]},{"name":"UCNV_TO_U_CALLBACK_ESCAPE","features":[400]},{"name":"UCNV_TO_U_CALLBACK_SKIP","features":[400]},{"name":"UCNV_TO_U_CALLBACK_STOP","features":[400]},{"name":"UCNV_TO_U_CALLBACK_SUBSTITUTE","features":[400]},{"name":"UCNV_UNASSIGNED","features":[400]},{"name":"UCNV_UNKNOWN","features":[400]},{"name":"UCNV_UNSUPPORTED_CONVERTER","features":[400]},{"name":"UCNV_US_ASCII","features":[400]},{"name":"UCNV_UTF16","features":[400]},{"name":"UCNV_UTF16_BigEndian","features":[400]},{"name":"UCNV_UTF16_LittleEndian","features":[400]},{"name":"UCNV_UTF32","features":[400]},{"name":"UCNV_UTF32_BigEndian","features":[400]},{"name":"UCNV_UTF32_LittleEndian","features":[400]},{"name":"UCNV_UTF7","features":[400]},{"name":"UCNV_UTF8","features":[400]},{"name":"UCNV_VALUE_SEP_STRING","features":[400]},{"name":"UCNV_VERSION_OPTION_STRING","features":[400]},{"name":"UCOL_ALTERNATE_HANDLING","features":[400]},{"name":"UCOL_ATTRIBUTE_COUNT","features":[400]},{"name":"UCOL_BOUND_LOWER","features":[400]},{"name":"UCOL_BOUND_UPPER","features":[400]},{"name":"UCOL_BOUND_UPPER_LONG","features":[400]},{"name":"UCOL_CASE_FIRST","features":[400]},{"name":"UCOL_CASE_LEVEL","features":[400]},{"name":"UCOL_CE_STRENGTH_LIMIT","features":[400]},{"name":"UCOL_DECOMPOSITION_MODE","features":[400]},{"name":"UCOL_DEFAULT","features":[400]},{"name":"UCOL_DEFAULT_STRENGTH","features":[400]},{"name":"UCOL_EQUAL","features":[400]},{"name":"UCOL_FRENCH_COLLATION","features":[400]},{"name":"UCOL_FULL_RULES","features":[400]},{"name":"UCOL_GREATER","features":[400]},{"name":"UCOL_IDENTICAL","features":[400]},{"name":"UCOL_LESS","features":[400]},{"name":"UCOL_LOWER_FIRST","features":[400]},{"name":"UCOL_NON_IGNORABLE","features":[400]},{"name":"UCOL_NORMALIZATION_MODE","features":[400]},{"name":"UCOL_NUMERIC_COLLATION","features":[400]},{"name":"UCOL_OFF","features":[400]},{"name":"UCOL_ON","features":[400]},{"name":"UCOL_PRIMARY","features":[400]},{"name":"UCOL_QUATERNARY","features":[400]},{"name":"UCOL_REORDER_CODE_CURRENCY","features":[400]},{"name":"UCOL_REORDER_CODE_DEFAULT","features":[400]},{"name":"UCOL_REORDER_CODE_DIGIT","features":[400]},{"name":"UCOL_REORDER_CODE_FIRST","features":[400]},{"name":"UCOL_REORDER_CODE_NONE","features":[400]},{"name":"UCOL_REORDER_CODE_OTHERS","features":[400]},{"name":"UCOL_REORDER_CODE_PUNCTUATION","features":[400]},{"name":"UCOL_REORDER_CODE_SPACE","features":[400]},{"name":"UCOL_REORDER_CODE_SYMBOL","features":[400]},{"name":"UCOL_SECONDARY","features":[400]},{"name":"UCOL_SHIFTED","features":[400]},{"name":"UCOL_STRENGTH","features":[400]},{"name":"UCOL_STRENGTH_LIMIT","features":[400]},{"name":"UCOL_TAILORING_ONLY","features":[400]},{"name":"UCOL_TERTIARY","features":[400]},{"name":"UCOL_UPPER_FIRST","features":[400]},{"name":"UCONFIG_ENABLE_PLUGINS","features":[400]},{"name":"UCONFIG_FORMAT_FASTPATHS_49","features":[400]},{"name":"UCONFIG_HAVE_PARSEALLINPUT","features":[400]},{"name":"UCONFIG_NO_BREAK_ITERATION","features":[400]},{"name":"UCONFIG_NO_COLLATION","features":[400]},{"name":"UCONFIG_NO_CONVERSION","features":[400]},{"name":"UCONFIG_NO_FILE_IO","features":[400]},{"name":"UCONFIG_NO_FILTERED_BREAK_ITERATION","features":[400]},{"name":"UCONFIG_NO_FORMATTING","features":[400]},{"name":"UCONFIG_NO_IDNA","features":[400]},{"name":"UCONFIG_NO_LEGACY_CONVERSION","features":[400]},{"name":"UCONFIG_NO_NORMALIZATION","features":[400]},{"name":"UCONFIG_NO_REGULAR_EXPRESSIONS","features":[400]},{"name":"UCONFIG_NO_SERVICE","features":[400]},{"name":"UCONFIG_NO_TRANSLITERATION","features":[400]},{"name":"UCONFIG_ONLY_COLLATION","features":[400]},{"name":"UCONFIG_ONLY_HTML_CONVERSION","features":[400]},{"name":"UCPMAP_RANGE_FIXED_ALL_SURROGATES","features":[400]},{"name":"UCPMAP_RANGE_FIXED_LEAD_SURROGATES","features":[400]},{"name":"UCPMAP_RANGE_NORMAL","features":[400]},{"name":"UCPMap","features":[400]},{"name":"UCPMapRangeOption","features":[400]},{"name":"UCPMapValueFilter","features":[400]},{"name":"UCPTRIE_ERROR_VALUE_NEG_DATA_OFFSET","features":[400]},{"name":"UCPTRIE_FAST_DATA_BLOCK_LENGTH","features":[400]},{"name":"UCPTRIE_FAST_DATA_MASK","features":[400]},{"name":"UCPTRIE_FAST_SHIFT","features":[400]},{"name":"UCPTRIE_HIGH_VALUE_NEG_DATA_OFFSET","features":[400]},{"name":"UCPTRIE_SMALL_MAX","features":[400]},{"name":"UCPTRIE_TYPE_ANY","features":[400]},{"name":"UCPTRIE_TYPE_FAST","features":[400]},{"name":"UCPTRIE_TYPE_SMALL","features":[400]},{"name":"UCPTRIE_VALUE_BITS_16","features":[400]},{"name":"UCPTRIE_VALUE_BITS_32","features":[400]},{"name":"UCPTRIE_VALUE_BITS_8","features":[400]},{"name":"UCPTRIE_VALUE_BITS_ANY","features":[400]},{"name":"UCPTrie","features":[400]},{"name":"UCPTrieData","features":[400]},{"name":"UCPTrieType","features":[400]},{"name":"UCPTrieValueWidth","features":[400]},{"name":"UCURR_ALL","features":[400]},{"name":"UCURR_COMMON","features":[400]},{"name":"UCURR_DEPRECATED","features":[400]},{"name":"UCURR_LONG_NAME","features":[400]},{"name":"UCURR_NARROW_SYMBOL_NAME","features":[400]},{"name":"UCURR_NON_DEPRECATED","features":[400]},{"name":"UCURR_SYMBOL_NAME","features":[400]},{"name":"UCURR_UNCOMMON","features":[400]},{"name":"UCURR_USAGE_CASH","features":[400]},{"name":"UCURR_USAGE_STANDARD","features":[400]},{"name":"UCalendarAMPMs","features":[400]},{"name":"UCalendarAttribute","features":[400]},{"name":"UCalendarDateFields","features":[400]},{"name":"UCalendarDaysOfWeek","features":[400]},{"name":"UCalendarDisplayNameType","features":[400]},{"name":"UCalendarLimitType","features":[400]},{"name":"UCalendarMonths","features":[400]},{"name":"UCalendarType","features":[400]},{"name":"UCalendarWallTimeOption","features":[400]},{"name":"UCalendarWeekdayType","features":[400]},{"name":"UCaseMap","features":[400]},{"name":"UCharCategory","features":[400]},{"name":"UCharDirection","features":[400]},{"name":"UCharEnumTypeRange","features":[400]},{"name":"UCharIterator","features":[400]},{"name":"UCharIteratorCurrent","features":[400]},{"name":"UCharIteratorGetIndex","features":[400]},{"name":"UCharIteratorGetState","features":[400]},{"name":"UCharIteratorHasNext","features":[400]},{"name":"UCharIteratorHasPrevious","features":[400]},{"name":"UCharIteratorMove","features":[400]},{"name":"UCharIteratorNext","features":[400]},{"name":"UCharIteratorOrigin","features":[400]},{"name":"UCharIteratorPrevious","features":[400]},{"name":"UCharIteratorReserved","features":[400]},{"name":"UCharIteratorSetState","features":[400]},{"name":"UCharNameChoice","features":[400]},{"name":"UCharsetDetector","features":[400]},{"name":"UCharsetMatch","features":[400]},{"name":"UColAttribute","features":[400]},{"name":"UColAttributeValue","features":[400]},{"name":"UColBoundMode","features":[400]},{"name":"UColReorderCode","features":[400]},{"name":"UColRuleOption","features":[400]},{"name":"UCollationElements","features":[400]},{"name":"UCollationResult","features":[400]},{"name":"UCollator","features":[400]},{"name":"UConstrainedFieldPosition","features":[400]},{"name":"UConverter","features":[400]},{"name":"UConverterCallbackReason","features":[400]},{"name":"UConverterFromUCallback","features":[400]},{"name":"UConverterFromUnicodeArgs","features":[400]},{"name":"UConverterPlatform","features":[400]},{"name":"UConverterSelector","features":[400]},{"name":"UConverterToUCallback","features":[400]},{"name":"UConverterToUnicodeArgs","features":[400]},{"name":"UConverterType","features":[400]},{"name":"UConverterUnicodeSet","features":[400]},{"name":"UCurrCurrencyType","features":[400]},{"name":"UCurrNameStyle","features":[400]},{"name":"UCurrencySpacing","features":[400]},{"name":"UCurrencyUsage","features":[400]},{"name":"UDATPG_ABBREVIATED","features":[400]},{"name":"UDATPG_BASE_CONFLICT","features":[400]},{"name":"UDATPG_CONFLICT","features":[400]},{"name":"UDATPG_DAYPERIOD_FIELD","features":[400]},{"name":"UDATPG_DAY_FIELD","features":[400]},{"name":"UDATPG_DAY_OF_WEEK_IN_MONTH_FIELD","features":[400]},{"name":"UDATPG_DAY_OF_YEAR_FIELD","features":[400]},{"name":"UDATPG_ERA_FIELD","features":[400]},{"name":"UDATPG_FIELD_COUNT","features":[400]},{"name":"UDATPG_FRACTIONAL_SECOND_FIELD","features":[400]},{"name":"UDATPG_HOUR_FIELD","features":[400]},{"name":"UDATPG_MATCH_ALL_FIELDS_LENGTH","features":[400]},{"name":"UDATPG_MATCH_HOUR_FIELD_LENGTH","features":[400]},{"name":"UDATPG_MATCH_NO_OPTIONS","features":[400]},{"name":"UDATPG_MINUTE_FIELD","features":[400]},{"name":"UDATPG_MONTH_FIELD","features":[400]},{"name":"UDATPG_NARROW","features":[400]},{"name":"UDATPG_NO_CONFLICT","features":[400]},{"name":"UDATPG_QUARTER_FIELD","features":[400]},{"name":"UDATPG_SECOND_FIELD","features":[400]},{"name":"UDATPG_WEEKDAY_FIELD","features":[400]},{"name":"UDATPG_WEEK_OF_MONTH_FIELD","features":[400]},{"name":"UDATPG_WEEK_OF_YEAR_FIELD","features":[400]},{"name":"UDATPG_WIDE","features":[400]},{"name":"UDATPG_YEAR_FIELD","features":[400]},{"name":"UDATPG_ZONE_FIELD","features":[400]},{"name":"UDAT_ABBR_GENERIC_TZ","features":[400]},{"name":"UDAT_ABBR_MONTH","features":[400]},{"name":"UDAT_ABBR_MONTH_DAY","features":[400]},{"name":"UDAT_ABBR_MONTH_WEEKDAY_DAY","features":[400]},{"name":"UDAT_ABBR_QUARTER","features":[400]},{"name":"UDAT_ABBR_SPECIFIC_TZ","features":[400]},{"name":"UDAT_ABBR_UTC_TZ","features":[400]},{"name":"UDAT_ABBR_WEEKDAY","features":[400]},{"name":"UDAT_ABSOLUTE_DAY","features":[400]},{"name":"UDAT_ABSOLUTE_FRIDAY","features":[400]},{"name":"UDAT_ABSOLUTE_MONDAY","features":[400]},{"name":"UDAT_ABSOLUTE_MONTH","features":[400]},{"name":"UDAT_ABSOLUTE_NOW","features":[400]},{"name":"UDAT_ABSOLUTE_SATURDAY","features":[400]},{"name":"UDAT_ABSOLUTE_SUNDAY","features":[400]},{"name":"UDAT_ABSOLUTE_THURSDAY","features":[400]},{"name":"UDAT_ABSOLUTE_TUESDAY","features":[400]},{"name":"UDAT_ABSOLUTE_UNIT_COUNT","features":[400]},{"name":"UDAT_ABSOLUTE_WEDNESDAY","features":[400]},{"name":"UDAT_ABSOLUTE_WEEK","features":[400]},{"name":"UDAT_ABSOLUTE_YEAR","features":[400]},{"name":"UDAT_AM_PMS","features":[400]},{"name":"UDAT_AM_PM_FIELD","features":[400]},{"name":"UDAT_AM_PM_MIDNIGHT_NOON_FIELD","features":[400]},{"name":"UDAT_BOOLEAN_ATTRIBUTE_COUNT","features":[400]},{"name":"UDAT_CYCLIC_YEARS_ABBREVIATED","features":[400]},{"name":"UDAT_CYCLIC_YEARS_NARROW","features":[400]},{"name":"UDAT_CYCLIC_YEARS_WIDE","features":[400]},{"name":"UDAT_DATE_FIELD","features":[400]},{"name":"UDAT_DAY","features":[400]},{"name":"UDAT_DAY_OF_WEEK_FIELD","features":[400]},{"name":"UDAT_DAY_OF_WEEK_IN_MONTH_FIELD","features":[400]},{"name":"UDAT_DAY_OF_YEAR_FIELD","features":[400]},{"name":"UDAT_DEFAULT","features":[400]},{"name":"UDAT_DIRECTION_COUNT","features":[400]},{"name":"UDAT_DIRECTION_LAST","features":[400]},{"name":"UDAT_DIRECTION_LAST_2","features":[400]},{"name":"UDAT_DIRECTION_NEXT","features":[400]},{"name":"UDAT_DIRECTION_NEXT_2","features":[400]},{"name":"UDAT_DIRECTION_PLAIN","features":[400]},{"name":"UDAT_DIRECTION_THIS","features":[400]},{"name":"UDAT_DOW_LOCAL_FIELD","features":[400]},{"name":"UDAT_ERAS","features":[400]},{"name":"UDAT_ERA_FIELD","features":[400]},{"name":"UDAT_ERA_NAMES","features":[400]},{"name":"UDAT_EXTENDED_YEAR_FIELD","features":[400]},{"name":"UDAT_FLEXIBLE_DAY_PERIOD_FIELD","features":[400]},{"name":"UDAT_FRACTIONAL_SECOND_FIELD","features":[400]},{"name":"UDAT_FULL","features":[400]},{"name":"UDAT_FULL_RELATIVE","features":[400]},{"name":"UDAT_GENERIC_TZ","features":[400]},{"name":"UDAT_HOUR","features":[400]},{"name":"UDAT_HOUR0_FIELD","features":[400]},{"name":"UDAT_HOUR1_FIELD","features":[400]},{"name":"UDAT_HOUR24","features":[400]},{"name":"UDAT_HOUR24_MINUTE","features":[400]},{"name":"UDAT_HOUR24_MINUTE_SECOND","features":[400]},{"name":"UDAT_HOUR_MINUTE","features":[400]},{"name":"UDAT_HOUR_MINUTE_SECOND","features":[400]},{"name":"UDAT_HOUR_OF_DAY0_FIELD","features":[400]},{"name":"UDAT_HOUR_OF_DAY1_FIELD","features":[400]},{"name":"UDAT_JULIAN_DAY_FIELD","features":[400]},{"name":"UDAT_LOCALIZED_CHARS","features":[400]},{"name":"UDAT_LOCATION_TZ","features":[400]},{"name":"UDAT_LONG","features":[400]},{"name":"UDAT_LONG_RELATIVE","features":[400]},{"name":"UDAT_MEDIUM","features":[400]},{"name":"UDAT_MEDIUM_RELATIVE","features":[400]},{"name":"UDAT_MILLISECONDS_IN_DAY_FIELD","features":[400]},{"name":"UDAT_MINUTE","features":[400]},{"name":"UDAT_MINUTE_FIELD","features":[400]},{"name":"UDAT_MINUTE_SECOND","features":[400]},{"name":"UDAT_MONTH","features":[400]},{"name":"UDAT_MONTHS","features":[400]},{"name":"UDAT_MONTH_DAY","features":[400]},{"name":"UDAT_MONTH_FIELD","features":[400]},{"name":"UDAT_MONTH_WEEKDAY_DAY","features":[400]},{"name":"UDAT_NARROW_MONTHS","features":[400]},{"name":"UDAT_NARROW_WEEKDAYS","features":[400]},{"name":"UDAT_NONE","features":[400]},{"name":"UDAT_NUM_MONTH","features":[400]},{"name":"UDAT_NUM_MONTH_DAY","features":[400]},{"name":"UDAT_NUM_MONTH_WEEKDAY_DAY","features":[400]},{"name":"UDAT_PARSE_ALLOW_NUMERIC","features":[400]},{"name":"UDAT_PARSE_ALLOW_WHITESPACE","features":[400]},{"name":"UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH","features":[400]},{"name":"UDAT_PARSE_PARTIAL_LITERAL_MATCH","features":[400]},{"name":"UDAT_PATTERN","features":[400]},{"name":"UDAT_QUARTER","features":[400]},{"name":"UDAT_QUARTERS","features":[400]},{"name":"UDAT_QUARTER_FIELD","features":[400]},{"name":"UDAT_RELATIVE","features":[400]},{"name":"UDAT_RELATIVE_DAYS","features":[400]},{"name":"UDAT_RELATIVE_HOURS","features":[400]},{"name":"UDAT_RELATIVE_MINUTES","features":[400]},{"name":"UDAT_RELATIVE_MONTHS","features":[400]},{"name":"UDAT_RELATIVE_SECONDS","features":[400]},{"name":"UDAT_RELATIVE_UNIT_COUNT","features":[400]},{"name":"UDAT_RELATIVE_WEEKS","features":[400]},{"name":"UDAT_RELATIVE_YEARS","features":[400]},{"name":"UDAT_REL_LITERAL_FIELD","features":[400]},{"name":"UDAT_REL_NUMERIC_FIELD","features":[400]},{"name":"UDAT_REL_UNIT_DAY","features":[400]},{"name":"UDAT_REL_UNIT_FRIDAY","features":[400]},{"name":"UDAT_REL_UNIT_HOUR","features":[400]},{"name":"UDAT_REL_UNIT_MINUTE","features":[400]},{"name":"UDAT_REL_UNIT_MONDAY","features":[400]},{"name":"UDAT_REL_UNIT_MONTH","features":[400]},{"name":"UDAT_REL_UNIT_QUARTER","features":[400]},{"name":"UDAT_REL_UNIT_SATURDAY","features":[400]},{"name":"UDAT_REL_UNIT_SECOND","features":[400]},{"name":"UDAT_REL_UNIT_SUNDAY","features":[400]},{"name":"UDAT_REL_UNIT_THURSDAY","features":[400]},{"name":"UDAT_REL_UNIT_TUESDAY","features":[400]},{"name":"UDAT_REL_UNIT_WEDNESDAY","features":[400]},{"name":"UDAT_REL_UNIT_WEEK","features":[400]},{"name":"UDAT_REL_UNIT_YEAR","features":[400]},{"name":"UDAT_SECOND","features":[400]},{"name":"UDAT_SECOND_FIELD","features":[400]},{"name":"UDAT_SHORT","features":[400]},{"name":"UDAT_SHORTER_WEEKDAYS","features":[400]},{"name":"UDAT_SHORT_MONTHS","features":[400]},{"name":"UDAT_SHORT_QUARTERS","features":[400]},{"name":"UDAT_SHORT_RELATIVE","features":[400]},{"name":"UDAT_SHORT_WEEKDAYS","features":[400]},{"name":"UDAT_SPECIFIC_TZ","features":[400]},{"name":"UDAT_STANDALONE_DAY_FIELD","features":[400]},{"name":"UDAT_STANDALONE_MONTHS","features":[400]},{"name":"UDAT_STANDALONE_MONTH_FIELD","features":[400]},{"name":"UDAT_STANDALONE_NARROW_MONTHS","features":[400]},{"name":"UDAT_STANDALONE_NARROW_WEEKDAYS","features":[400]},{"name":"UDAT_STANDALONE_QUARTERS","features":[400]},{"name":"UDAT_STANDALONE_QUARTER_FIELD","features":[400]},{"name":"UDAT_STANDALONE_SHORTER_WEEKDAYS","features":[400]},{"name":"UDAT_STANDALONE_SHORT_MONTHS","features":[400]},{"name":"UDAT_STANDALONE_SHORT_QUARTERS","features":[400]},{"name":"UDAT_STANDALONE_SHORT_WEEKDAYS","features":[400]},{"name":"UDAT_STANDALONE_WEEKDAYS","features":[400]},{"name":"UDAT_STYLE_LONG","features":[400]},{"name":"UDAT_STYLE_NARROW","features":[400]},{"name":"UDAT_STYLE_SHORT","features":[400]},{"name":"UDAT_TIMEZONE_FIELD","features":[400]},{"name":"UDAT_TIMEZONE_GENERIC_FIELD","features":[400]},{"name":"UDAT_TIMEZONE_ISO_FIELD","features":[400]},{"name":"UDAT_TIMEZONE_ISO_LOCAL_FIELD","features":[400]},{"name":"UDAT_TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD","features":[400]},{"name":"UDAT_TIMEZONE_RFC_FIELD","features":[400]},{"name":"UDAT_TIMEZONE_SPECIAL_FIELD","features":[400]},{"name":"UDAT_WEEKDAY","features":[400]},{"name":"UDAT_WEEKDAYS","features":[400]},{"name":"UDAT_WEEK_OF_MONTH_FIELD","features":[400]},{"name":"UDAT_WEEK_OF_YEAR_FIELD","features":[400]},{"name":"UDAT_YEAR","features":[400]},{"name":"UDAT_YEAR_ABBR_MONTH","features":[400]},{"name":"UDAT_YEAR_ABBR_MONTH_DAY","features":[400]},{"name":"UDAT_YEAR_ABBR_MONTH_WEEKDAY_DAY","features":[400]},{"name":"UDAT_YEAR_ABBR_QUARTER","features":[400]},{"name":"UDAT_YEAR_FIELD","features":[400]},{"name":"UDAT_YEAR_MONTH","features":[400]},{"name":"UDAT_YEAR_MONTH_DAY","features":[400]},{"name":"UDAT_YEAR_MONTH_WEEKDAY_DAY","features":[400]},{"name":"UDAT_YEAR_NAME_FIELD","features":[400]},{"name":"UDAT_YEAR_NUM_MONTH","features":[400]},{"name":"UDAT_YEAR_NUM_MONTH_DAY","features":[400]},{"name":"UDAT_YEAR_NUM_MONTH_WEEKDAY_DAY","features":[400]},{"name":"UDAT_YEAR_QUARTER","features":[400]},{"name":"UDAT_YEAR_WOY_FIELD","features":[400]},{"name":"UDAT_ZODIAC_NAMES_ABBREVIATED","features":[400]},{"name":"UDAT_ZODIAC_NAMES_NARROW","features":[400]},{"name":"UDAT_ZODIAC_NAMES_WIDE","features":[400]},{"name":"UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE","features":[400]},{"name":"UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE","features":[400]},{"name":"UDISPCTX_CAPITALIZATION_FOR_STANDALONE","features":[400]},{"name":"UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU","features":[400]},{"name":"UDISPCTX_CAPITALIZATION_NONE","features":[400]},{"name":"UDISPCTX_DIALECT_NAMES","features":[400]},{"name":"UDISPCTX_LENGTH_FULL","features":[400]},{"name":"UDISPCTX_LENGTH_SHORT","features":[400]},{"name":"UDISPCTX_NO_SUBSTITUTE","features":[400]},{"name":"UDISPCTX_STANDARD_NAMES","features":[400]},{"name":"UDISPCTX_SUBSTITUTE","features":[400]},{"name":"UDISPCTX_TYPE_CAPITALIZATION","features":[400]},{"name":"UDISPCTX_TYPE_DIALECT_HANDLING","features":[400]},{"name":"UDISPCTX_TYPE_DISPLAY_LENGTH","features":[400]},{"name":"UDISPCTX_TYPE_SUBSTITUTE_HANDLING","features":[400]},{"name":"UDTS_DB2_TIME","features":[400]},{"name":"UDTS_DOTNET_DATE_TIME","features":[400]},{"name":"UDTS_EXCEL_TIME","features":[400]},{"name":"UDTS_ICU4C_TIME","features":[400]},{"name":"UDTS_JAVA_TIME","features":[400]},{"name":"UDTS_MAC_OLD_TIME","features":[400]},{"name":"UDTS_MAC_TIME","features":[400]},{"name":"UDTS_UNIX_MICROSECONDS_TIME","features":[400]},{"name":"UDTS_UNIX_TIME","features":[400]},{"name":"UDTS_WINDOWS_FILE_TIME","features":[400]},{"name":"UDateAbsoluteUnit","features":[400]},{"name":"UDateDirection","features":[400]},{"name":"UDateFormatBooleanAttribute","features":[400]},{"name":"UDateFormatField","features":[400]},{"name":"UDateFormatStyle","features":[400]},{"name":"UDateFormatSymbolType","features":[400]},{"name":"UDateFormatSymbols","features":[400]},{"name":"UDateIntervalFormat","features":[400]},{"name":"UDateRelativeDateTimeFormatterStyle","features":[400]},{"name":"UDateRelativeUnit","features":[400]},{"name":"UDateTimePGDisplayWidth","features":[400]},{"name":"UDateTimePatternConflict","features":[400]},{"name":"UDateTimePatternField","features":[400]},{"name":"UDateTimePatternMatchOptions","features":[400]},{"name":"UDateTimeScale","features":[400]},{"name":"UDecompositionType","features":[400]},{"name":"UDialectHandling","features":[400]},{"name":"UDisplayContext","features":[400]},{"name":"UDisplayContextType","features":[400]},{"name":"UEastAsianWidth","features":[400]},{"name":"UEnumCharNamesFn","features":[400]},{"name":"UEnumeration","features":[400]},{"name":"UErrorCode","features":[400]},{"name":"UFIELD_CATEGORY_DATE","features":[400]},{"name":"UFIELD_CATEGORY_DATE_INTERVAL","features":[400]},{"name":"UFIELD_CATEGORY_DATE_INTERVAL_SPAN","features":[400]},{"name":"UFIELD_CATEGORY_LIST","features":[400]},{"name":"UFIELD_CATEGORY_LIST_SPAN","features":[400]},{"name":"UFIELD_CATEGORY_NUMBER","features":[400]},{"name":"UFIELD_CATEGORY_RELATIVE_DATETIME","features":[400]},{"name":"UFIELD_CATEGORY_UNDEFINED","features":[400]},{"name":"UFMT_ARRAY","features":[400]},{"name":"UFMT_DATE","features":[400]},{"name":"UFMT_DOUBLE","features":[400]},{"name":"UFMT_INT64","features":[400]},{"name":"UFMT_LONG","features":[400]},{"name":"UFMT_OBJECT","features":[400]},{"name":"UFMT_STRING","features":[400]},{"name":"UFieldCategory","features":[400]},{"name":"UFieldPosition","features":[400]},{"name":"UFieldPositionIterator","features":[400]},{"name":"UFormattableType","features":[400]},{"name":"UFormattedDateInterval","features":[400]},{"name":"UFormattedList","features":[400]},{"name":"UFormattedNumber","features":[400]},{"name":"UFormattedNumberRange","features":[400]},{"name":"UFormattedRelativeDateTime","features":[400]},{"name":"UFormattedValue","features":[400]},{"name":"UGENDER_FEMALE","features":[400]},{"name":"UGENDER_MALE","features":[400]},{"name":"UGENDER_OTHER","features":[400]},{"name":"UGender","features":[400]},{"name":"UGenderInfo","features":[400]},{"name":"UGraphemeClusterBreak","features":[400]},{"name":"UHangulSyllableType","features":[400]},{"name":"UHashtable","features":[400]},{"name":"UIDNA","features":[400]},{"name":"UIDNAInfo","features":[400]},{"name":"UIDNA_CHECK_BIDI","features":[400]},{"name":"UIDNA_CHECK_CONTEXTJ","features":[400]},{"name":"UIDNA_CHECK_CONTEXTO","features":[400]},{"name":"UIDNA_DEFAULT","features":[400]},{"name":"UIDNA_ERROR_BIDI","features":[400]},{"name":"UIDNA_ERROR_CONTEXTJ","features":[400]},{"name":"UIDNA_ERROR_CONTEXTO_DIGITS","features":[400]},{"name":"UIDNA_ERROR_CONTEXTO_PUNCTUATION","features":[400]},{"name":"UIDNA_ERROR_DISALLOWED","features":[400]},{"name":"UIDNA_ERROR_DOMAIN_NAME_TOO_LONG","features":[400]},{"name":"UIDNA_ERROR_EMPTY_LABEL","features":[400]},{"name":"UIDNA_ERROR_HYPHEN_3_4","features":[400]},{"name":"UIDNA_ERROR_INVALID_ACE_LABEL","features":[400]},{"name":"UIDNA_ERROR_LABEL_HAS_DOT","features":[400]},{"name":"UIDNA_ERROR_LABEL_TOO_LONG","features":[400]},{"name":"UIDNA_ERROR_LEADING_COMBINING_MARK","features":[400]},{"name":"UIDNA_ERROR_LEADING_HYPHEN","features":[400]},{"name":"UIDNA_ERROR_PUNYCODE","features":[400]},{"name":"UIDNA_ERROR_TRAILING_HYPHEN","features":[400]},{"name":"UIDNA_NONTRANSITIONAL_TO_ASCII","features":[400]},{"name":"UIDNA_NONTRANSITIONAL_TO_UNICODE","features":[400]},{"name":"UIDNA_USE_STD3_RULES","features":[400]},{"name":"UILANGUAGE_ENUMPROCA","features":[305,400]},{"name":"UILANGUAGE_ENUMPROCW","features":[305,400]},{"name":"UITER_CURRENT","features":[400]},{"name":"UITER_LENGTH","features":[400]},{"name":"UITER_LIMIT","features":[400]},{"name":"UITER_START","features":[400]},{"name":"UITER_UNKNOWN_INDEX","features":[400]},{"name":"UITER_ZERO","features":[400]},{"name":"UIndicPositionalCategory","features":[400]},{"name":"UIndicSyllabicCategory","features":[400]},{"name":"UJoiningGroup","features":[400]},{"name":"UJoiningType","features":[400]},{"name":"ULDN_DIALECT_NAMES","features":[400]},{"name":"ULDN_STANDARD_NAMES","features":[400]},{"name":"ULISTFMT_ELEMENT_FIELD","features":[400]},{"name":"ULISTFMT_LITERAL_FIELD","features":[400]},{"name":"ULISTFMT_TYPE_AND","features":[400]},{"name":"ULISTFMT_TYPE_OR","features":[400]},{"name":"ULISTFMT_TYPE_UNITS","features":[400]},{"name":"ULISTFMT_WIDTH_NARROW","features":[400]},{"name":"ULISTFMT_WIDTH_SHORT","features":[400]},{"name":"ULISTFMT_WIDTH_WIDE","features":[400]},{"name":"ULOCDATA_ALT_QUOTATION_END","features":[400]},{"name":"ULOCDATA_ALT_QUOTATION_START","features":[400]},{"name":"ULOCDATA_ES_AUXILIARY","features":[400]},{"name":"ULOCDATA_ES_INDEX","features":[400]},{"name":"ULOCDATA_ES_PUNCTUATION","features":[400]},{"name":"ULOCDATA_ES_STANDARD","features":[400]},{"name":"ULOCDATA_QUOTATION_END","features":[400]},{"name":"ULOCDATA_QUOTATION_START","features":[400]},{"name":"ULOC_ACCEPT_FAILED","features":[400]},{"name":"ULOC_ACCEPT_FALLBACK","features":[400]},{"name":"ULOC_ACCEPT_VALID","features":[400]},{"name":"ULOC_ACTUAL_LOCALE","features":[400]},{"name":"ULOC_AVAILABLE_DEFAULT","features":[400]},{"name":"ULOC_AVAILABLE_ONLY_LEGACY_ALIASES","features":[400]},{"name":"ULOC_AVAILABLE_WITH_LEGACY_ALIASES","features":[400]},{"name":"ULOC_CANADA","features":[400]},{"name":"ULOC_CANADA_FRENCH","features":[400]},{"name":"ULOC_CHINA","features":[400]},{"name":"ULOC_CHINESE","features":[400]},{"name":"ULOC_COUNTRY_CAPACITY","features":[400]},{"name":"ULOC_ENGLISH","features":[400]},{"name":"ULOC_FRANCE","features":[400]},{"name":"ULOC_FRENCH","features":[400]},{"name":"ULOC_FULLNAME_CAPACITY","features":[400]},{"name":"ULOC_GERMAN","features":[400]},{"name":"ULOC_GERMANY","features":[400]},{"name":"ULOC_ITALIAN","features":[400]},{"name":"ULOC_ITALY","features":[400]},{"name":"ULOC_JAPAN","features":[400]},{"name":"ULOC_JAPANESE","features":[400]},{"name":"ULOC_KEYWORDS_CAPACITY","features":[400]},{"name":"ULOC_KEYWORD_AND_VALUES_CAPACITY","features":[400]},{"name":"ULOC_KEYWORD_ASSIGN_UNICODE","features":[400]},{"name":"ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE","features":[400]},{"name":"ULOC_KEYWORD_SEPARATOR_UNICODE","features":[400]},{"name":"ULOC_KOREA","features":[400]},{"name":"ULOC_KOREAN","features":[400]},{"name":"ULOC_LANG_CAPACITY","features":[400]},{"name":"ULOC_LAYOUT_BTT","features":[400]},{"name":"ULOC_LAYOUT_LTR","features":[400]},{"name":"ULOC_LAYOUT_RTL","features":[400]},{"name":"ULOC_LAYOUT_TTB","features":[400]},{"name":"ULOC_LAYOUT_UNKNOWN","features":[400]},{"name":"ULOC_PRC","features":[400]},{"name":"ULOC_SCRIPT_CAPACITY","features":[400]},{"name":"ULOC_SIMPLIFIED_CHINESE","features":[400]},{"name":"ULOC_TAIWAN","features":[400]},{"name":"ULOC_TRADITIONAL_CHINESE","features":[400]},{"name":"ULOC_UK","features":[400]},{"name":"ULOC_US","features":[400]},{"name":"ULOC_VALID_LOCALE","features":[400]},{"name":"ULayoutType","features":[400]},{"name":"ULineBreak","features":[400]},{"name":"ULineBreakTag","features":[400]},{"name":"UListFormatter","features":[400]},{"name":"UListFormatterField","features":[400]},{"name":"UListFormatterType","features":[400]},{"name":"UListFormatterWidth","features":[400]},{"name":"ULocAvailableType","features":[400]},{"name":"ULocDataLocaleType","features":[400]},{"name":"ULocaleData","features":[400]},{"name":"ULocaleDataDelimiterType","features":[400]},{"name":"ULocaleDataExemplarSetType","features":[400]},{"name":"ULocaleDisplayNames","features":[400]},{"name":"UMEASFMT_WIDTH_COUNT","features":[400]},{"name":"UMEASFMT_WIDTH_NARROW","features":[400]},{"name":"UMEASFMT_WIDTH_NUMERIC","features":[400]},{"name":"UMEASFMT_WIDTH_SHORT","features":[400]},{"name":"UMEASFMT_WIDTH_WIDE","features":[400]},{"name":"UMSGPAT_APOS_DOUBLE_OPTIONAL","features":[400]},{"name":"UMSGPAT_APOS_DOUBLE_REQUIRED","features":[400]},{"name":"UMSGPAT_ARG_NAME_NOT_NUMBER","features":[400]},{"name":"UMSGPAT_ARG_NAME_NOT_VALID","features":[400]},{"name":"UMSGPAT_ARG_TYPE_CHOICE","features":[400]},{"name":"UMSGPAT_ARG_TYPE_NONE","features":[400]},{"name":"UMSGPAT_ARG_TYPE_PLURAL","features":[400]},{"name":"UMSGPAT_ARG_TYPE_SELECT","features":[400]},{"name":"UMSGPAT_ARG_TYPE_SELECTORDINAL","features":[400]},{"name":"UMSGPAT_ARG_TYPE_SIMPLE","features":[400]},{"name":"UMSGPAT_PART_TYPE_ARG_DOUBLE","features":[400]},{"name":"UMSGPAT_PART_TYPE_ARG_INT","features":[400]},{"name":"UMSGPAT_PART_TYPE_ARG_LIMIT","features":[400]},{"name":"UMSGPAT_PART_TYPE_ARG_NAME","features":[400]},{"name":"UMSGPAT_PART_TYPE_ARG_NUMBER","features":[400]},{"name":"UMSGPAT_PART_TYPE_ARG_SELECTOR","features":[400]},{"name":"UMSGPAT_PART_TYPE_ARG_START","features":[400]},{"name":"UMSGPAT_PART_TYPE_ARG_STYLE","features":[400]},{"name":"UMSGPAT_PART_TYPE_ARG_TYPE","features":[400]},{"name":"UMSGPAT_PART_TYPE_INSERT_CHAR","features":[400]},{"name":"UMSGPAT_PART_TYPE_MSG_LIMIT","features":[400]},{"name":"UMSGPAT_PART_TYPE_MSG_START","features":[400]},{"name":"UMSGPAT_PART_TYPE_REPLACE_NUMBER","features":[400]},{"name":"UMSGPAT_PART_TYPE_SKIP_SYNTAX","features":[400]},{"name":"UMS_SI","features":[400]},{"name":"UMS_UK","features":[400]},{"name":"UMS_US","features":[400]},{"name":"UMeasureFormatWidth","features":[400]},{"name":"UMeasurementSystem","features":[400]},{"name":"UMemAllocFn","features":[400]},{"name":"UMemFreeFn","features":[400]},{"name":"UMemReallocFn","features":[400]},{"name":"UMessagePatternApostropheMode","features":[400]},{"name":"UMessagePatternArgType","features":[400]},{"name":"UMessagePatternPartType","features":[400]},{"name":"UMutableCPTrie","features":[400]},{"name":"UNESCAPE_CHAR_AT","features":[400]},{"name":"UNICODERANGE","features":[400]},{"name":"UNISCRIBE_OPENTYPE","features":[400]},{"name":"UNORM2_COMPOSE","features":[400]},{"name":"UNORM2_COMPOSE_CONTIGUOUS","features":[400]},{"name":"UNORM2_DECOMPOSE","features":[400]},{"name":"UNORM2_FCD","features":[400]},{"name":"UNORM_DEFAULT","features":[400]},{"name":"UNORM_FCD","features":[400]},{"name":"UNORM_INPUT_IS_FCD","features":[400]},{"name":"UNORM_MAYBE","features":[400]},{"name":"UNORM_MODE_COUNT","features":[400]},{"name":"UNORM_NFC","features":[400]},{"name":"UNORM_NFD","features":[400]},{"name":"UNORM_NFKC","features":[400]},{"name":"UNORM_NFKD","features":[400]},{"name":"UNORM_NO","features":[400]},{"name":"UNORM_NONE","features":[400]},{"name":"UNORM_YES","features":[400]},{"name":"UNUM_CASH_CURRENCY","features":[400]},{"name":"UNUM_COMPACT_FIELD","features":[400]},{"name":"UNUM_CURRENCY","features":[400]},{"name":"UNUM_CURRENCY_ACCOUNTING","features":[400]},{"name":"UNUM_CURRENCY_CODE","features":[400]},{"name":"UNUM_CURRENCY_FIELD","features":[400]},{"name":"UNUM_CURRENCY_INSERT","features":[400]},{"name":"UNUM_CURRENCY_ISO","features":[400]},{"name":"UNUM_CURRENCY_MATCH","features":[400]},{"name":"UNUM_CURRENCY_PLURAL","features":[400]},{"name":"UNUM_CURRENCY_SPACING_COUNT","features":[400]},{"name":"UNUM_CURRENCY_STANDARD","features":[400]},{"name":"UNUM_CURRENCY_SURROUNDING_MATCH","features":[400]},{"name":"UNUM_CURRENCY_SYMBOL","features":[400]},{"name":"UNUM_CURRENCY_USAGE","features":[400]},{"name":"UNUM_DECIMAL","features":[400]},{"name":"UNUM_DECIMAL_ALWAYS_SHOWN","features":[400]},{"name":"UNUM_DECIMAL_COMPACT_LONG","features":[400]},{"name":"UNUM_DECIMAL_COMPACT_SHORT","features":[400]},{"name":"UNUM_DECIMAL_SEPARATOR_ALWAYS","features":[400]},{"name":"UNUM_DECIMAL_SEPARATOR_AUTO","features":[400]},{"name":"UNUM_DECIMAL_SEPARATOR_COUNT","features":[400]},{"name":"UNUM_DECIMAL_SEPARATOR_FIELD","features":[400]},{"name":"UNUM_DECIMAL_SEPARATOR_SYMBOL","features":[400]},{"name":"UNUM_DEFAULT","features":[400]},{"name":"UNUM_DEFAULT_RULESET","features":[400]},{"name":"UNUM_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_DURATION","features":[400]},{"name":"UNUM_EIGHT_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_EXPONENTIAL_SYMBOL","features":[400]},{"name":"UNUM_EXPONENT_FIELD","features":[400]},{"name":"UNUM_EXPONENT_MULTIPLICATION_SYMBOL","features":[400]},{"name":"UNUM_EXPONENT_SIGN_FIELD","features":[400]},{"name":"UNUM_EXPONENT_SYMBOL_FIELD","features":[400]},{"name":"UNUM_FIVE_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_FORMAT_ATTRIBUTE_VALUE_HIDDEN","features":[400]},{"name":"UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS","features":[400]},{"name":"UNUM_FORMAT_WIDTH","features":[400]},{"name":"UNUM_FOUR_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_FRACTION_DIGITS","features":[400]},{"name":"UNUM_FRACTION_FIELD","features":[400]},{"name":"UNUM_GROUPING_AUTO","features":[400]},{"name":"UNUM_GROUPING_MIN2","features":[400]},{"name":"UNUM_GROUPING_OFF","features":[400]},{"name":"UNUM_GROUPING_ON_ALIGNED","features":[400]},{"name":"UNUM_GROUPING_SEPARATOR_FIELD","features":[400]},{"name":"UNUM_GROUPING_SEPARATOR_SYMBOL","features":[400]},{"name":"UNUM_GROUPING_SIZE","features":[400]},{"name":"UNUM_GROUPING_THOUSANDS","features":[400]},{"name":"UNUM_GROUPING_USED","features":[400]},{"name":"UNUM_IDENTITY_FALLBACK_APPROXIMATELY","features":[400]},{"name":"UNUM_IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE","features":[400]},{"name":"UNUM_IDENTITY_FALLBACK_RANGE","features":[400]},{"name":"UNUM_IDENTITY_FALLBACK_SINGLE_VALUE","features":[400]},{"name":"UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING","features":[400]},{"name":"UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING","features":[400]},{"name":"UNUM_IDENTITY_RESULT_NOT_EQUAL","features":[400]},{"name":"UNUM_IGNORE","features":[400]},{"name":"UNUM_INFINITY_SYMBOL","features":[400]},{"name":"UNUM_INTEGER_DIGITS","features":[400]},{"name":"UNUM_INTEGER_FIELD","features":[400]},{"name":"UNUM_INTL_CURRENCY_SYMBOL","features":[400]},{"name":"UNUM_LENIENT_PARSE","features":[400]},{"name":"UNUM_LONG","features":[400]},{"name":"UNUM_MAX_FRACTION_DIGITS","features":[400]},{"name":"UNUM_MAX_INTEGER_DIGITS","features":[400]},{"name":"UNUM_MAX_SIGNIFICANT_DIGITS","features":[400]},{"name":"UNUM_MEASURE_UNIT_FIELD","features":[400]},{"name":"UNUM_MINIMUM_GROUPING_DIGITS","features":[400]},{"name":"UNUM_MINUS_SIGN_SYMBOL","features":[400]},{"name":"UNUM_MIN_FRACTION_DIGITS","features":[400]},{"name":"UNUM_MIN_INTEGER_DIGITS","features":[400]},{"name":"UNUM_MIN_SIGNIFICANT_DIGITS","features":[400]},{"name":"UNUM_MONETARY_GROUPING_SEPARATOR_SYMBOL","features":[400]},{"name":"UNUM_MONETARY_SEPARATOR_SYMBOL","features":[400]},{"name":"UNUM_MULTIPLIER","features":[400]},{"name":"UNUM_NAN_SYMBOL","features":[400]},{"name":"UNUM_NEGATIVE_PREFIX","features":[400]},{"name":"UNUM_NEGATIVE_SUFFIX","features":[400]},{"name":"UNUM_NINE_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_NUMBERING_SYSTEM","features":[400]},{"name":"UNUM_ONE_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_ORDINAL","features":[400]},{"name":"UNUM_PADDING_CHARACTER","features":[400]},{"name":"UNUM_PADDING_POSITION","features":[400]},{"name":"UNUM_PAD_AFTER_PREFIX","features":[400]},{"name":"UNUM_PAD_AFTER_SUFFIX","features":[400]},{"name":"UNUM_PAD_BEFORE_PREFIX","features":[400]},{"name":"UNUM_PAD_BEFORE_SUFFIX","features":[400]},{"name":"UNUM_PAD_ESCAPE_SYMBOL","features":[400]},{"name":"UNUM_PARSE_ALL_INPUT","features":[400]},{"name":"UNUM_PARSE_CASE_SENSITIVE","features":[400]},{"name":"UNUM_PARSE_DECIMAL_MARK_REQUIRED","features":[400]},{"name":"UNUM_PARSE_INT_ONLY","features":[400]},{"name":"UNUM_PARSE_NO_EXPONENT","features":[400]},{"name":"UNUM_PATTERN_DECIMAL","features":[400]},{"name":"UNUM_PATTERN_RULEBASED","features":[400]},{"name":"UNUM_PATTERN_SEPARATOR_SYMBOL","features":[400]},{"name":"UNUM_PERCENT","features":[400]},{"name":"UNUM_PERCENT_FIELD","features":[400]},{"name":"UNUM_PERCENT_SYMBOL","features":[400]},{"name":"UNUM_PERMILL_FIELD","features":[400]},{"name":"UNUM_PERMILL_SYMBOL","features":[400]},{"name":"UNUM_PLUS_SIGN_SYMBOL","features":[400]},{"name":"UNUM_POSITIVE_PREFIX","features":[400]},{"name":"UNUM_POSITIVE_SUFFIX","features":[400]},{"name":"UNUM_PUBLIC_RULESETS","features":[400]},{"name":"UNUM_RANGE_COLLAPSE_ALL","features":[400]},{"name":"UNUM_RANGE_COLLAPSE_AUTO","features":[400]},{"name":"UNUM_RANGE_COLLAPSE_NONE","features":[400]},{"name":"UNUM_RANGE_COLLAPSE_UNIT","features":[400]},{"name":"UNUM_ROUNDING_INCREMENT","features":[400]},{"name":"UNUM_ROUNDING_MODE","features":[400]},{"name":"UNUM_ROUND_CEILING","features":[400]},{"name":"UNUM_ROUND_DOWN","features":[400]},{"name":"UNUM_ROUND_FLOOR","features":[400]},{"name":"UNUM_ROUND_HALFDOWN","features":[400]},{"name":"UNUM_ROUND_HALFEVEN","features":[400]},{"name":"UNUM_ROUND_HALFUP","features":[400]},{"name":"UNUM_ROUND_UNNECESSARY","features":[400]},{"name":"UNUM_ROUND_UP","features":[400]},{"name":"UNUM_SCALE","features":[400]},{"name":"UNUM_SCIENTIFIC","features":[400]},{"name":"UNUM_SECONDARY_GROUPING_SIZE","features":[400]},{"name":"UNUM_SEVEN_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_SHORT","features":[400]},{"name":"UNUM_SIGNIFICANT_DIGITS_USED","features":[400]},{"name":"UNUM_SIGNIFICANT_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_SIGN_ACCOUNTING","features":[400]},{"name":"UNUM_SIGN_ACCOUNTING_ALWAYS","features":[400]},{"name":"UNUM_SIGN_ACCOUNTING_EXCEPT_ZERO","features":[400]},{"name":"UNUM_SIGN_ALWAYS","features":[400]},{"name":"UNUM_SIGN_ALWAYS_SHOWN","features":[400]},{"name":"UNUM_SIGN_AUTO","features":[400]},{"name":"UNUM_SIGN_COUNT","features":[400]},{"name":"UNUM_SIGN_EXCEPT_ZERO","features":[400]},{"name":"UNUM_SIGN_FIELD","features":[400]},{"name":"UNUM_SIGN_NEVER","features":[400]},{"name":"UNUM_SIX_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_SPELLOUT","features":[400]},{"name":"UNUM_THREE_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_TWO_DIGIT_SYMBOL","features":[400]},{"name":"UNUM_UNIT_WIDTH_COUNT","features":[400]},{"name":"UNUM_UNIT_WIDTH_FULL_NAME","features":[400]},{"name":"UNUM_UNIT_WIDTH_HIDDEN","features":[400]},{"name":"UNUM_UNIT_WIDTH_ISO_CODE","features":[400]},{"name":"UNUM_UNIT_WIDTH_NARROW","features":[400]},{"name":"UNUM_UNIT_WIDTH_SHORT","features":[400]},{"name":"UNUM_ZERO_DIGIT_SYMBOL","features":[400]},{"name":"UNormalization2Mode","features":[400]},{"name":"UNormalizationCheckResult","features":[400]},{"name":"UNormalizationMode","features":[400]},{"name":"UNormalizer2","features":[400]},{"name":"UNumberCompactStyle","features":[400]},{"name":"UNumberDecimalSeparatorDisplay","features":[400]},{"name":"UNumberFormatAttribute","features":[400]},{"name":"UNumberFormatAttributeValue","features":[400]},{"name":"UNumberFormatFields","features":[400]},{"name":"UNumberFormatPadPosition","features":[400]},{"name":"UNumberFormatRoundingMode","features":[400]},{"name":"UNumberFormatStyle","features":[400]},{"name":"UNumberFormatSymbol","features":[400]},{"name":"UNumberFormatTextAttribute","features":[400]},{"name":"UNumberFormatter","features":[400]},{"name":"UNumberGroupingStrategy","features":[400]},{"name":"UNumberRangeCollapse","features":[400]},{"name":"UNumberRangeIdentityFallback","features":[400]},{"name":"UNumberRangeIdentityResult","features":[400]},{"name":"UNumberSignDisplay","features":[400]},{"name":"UNumberUnitWidth","features":[400]},{"name":"UNumberingSystem","features":[400]},{"name":"UNumericType","features":[400]},{"name":"UPLURAL_TYPE_CARDINAL","features":[400]},{"name":"UPLURAL_TYPE_ORDINAL","features":[400]},{"name":"UParseError","features":[400]},{"name":"UPluralRules","features":[400]},{"name":"UPluralType","features":[400]},{"name":"UProperty","features":[400]},{"name":"UPropertyNameChoice","features":[400]},{"name":"UREGEX_CASE_INSENSITIVE","features":[400]},{"name":"UREGEX_COMMENTS","features":[400]},{"name":"UREGEX_DOTALL","features":[400]},{"name":"UREGEX_ERROR_ON_UNKNOWN_ESCAPES","features":[400]},{"name":"UREGEX_LITERAL","features":[400]},{"name":"UREGEX_MULTILINE","features":[400]},{"name":"UREGEX_UNIX_LINES","features":[400]},{"name":"UREGEX_UWORD","features":[400]},{"name":"URES_ALIAS","features":[400]},{"name":"URES_ARRAY","features":[400]},{"name":"URES_BINARY","features":[400]},{"name":"URES_INT","features":[400]},{"name":"URES_INT_VECTOR","features":[400]},{"name":"URES_NONE","features":[400]},{"name":"URES_STRING","features":[400]},{"name":"URES_TABLE","features":[400]},{"name":"URGN_CONTINENT","features":[400]},{"name":"URGN_DEPRECATED","features":[400]},{"name":"URGN_GROUPING","features":[400]},{"name":"URGN_SUBCONTINENT","features":[400]},{"name":"URGN_TERRITORY","features":[400]},{"name":"URGN_UNKNOWN","features":[400]},{"name":"URGN_WORLD","features":[400]},{"name":"URegexFindProgressCallback","features":[400]},{"name":"URegexMatchCallback","features":[400]},{"name":"URegexpFlag","features":[400]},{"name":"URegion","features":[400]},{"name":"URegionType","features":[400]},{"name":"URegularExpression","features":[400]},{"name":"URelativeDateTimeFormatter","features":[400]},{"name":"URelativeDateTimeFormatterField","features":[400]},{"name":"URelativeDateTimeUnit","features":[400]},{"name":"UReplaceableCallbacks","features":[400]},{"name":"UResType","features":[400]},{"name":"UResourceBundle","features":[400]},{"name":"URestrictionLevel","features":[400]},{"name":"USCRIPT_ADLAM","features":[400]},{"name":"USCRIPT_AFAKA","features":[400]},{"name":"USCRIPT_AHOM","features":[400]},{"name":"USCRIPT_ANATOLIAN_HIEROGLYPHS","features":[400]},{"name":"USCRIPT_ARABIC","features":[400]},{"name":"USCRIPT_ARMENIAN","features":[400]},{"name":"USCRIPT_AVESTAN","features":[400]},{"name":"USCRIPT_BALINESE","features":[400]},{"name":"USCRIPT_BAMUM","features":[400]},{"name":"USCRIPT_BASSA_VAH","features":[400]},{"name":"USCRIPT_BATAK","features":[400]},{"name":"USCRIPT_BENGALI","features":[400]},{"name":"USCRIPT_BHAIKSUKI","features":[400]},{"name":"USCRIPT_BLISSYMBOLS","features":[400]},{"name":"USCRIPT_BOOK_PAHLAVI","features":[400]},{"name":"USCRIPT_BOPOMOFO","features":[400]},{"name":"USCRIPT_BRAHMI","features":[400]},{"name":"USCRIPT_BRAILLE","features":[400]},{"name":"USCRIPT_BUGINESE","features":[400]},{"name":"USCRIPT_BUHID","features":[400]},{"name":"USCRIPT_CANADIAN_ABORIGINAL","features":[400]},{"name":"USCRIPT_CARIAN","features":[400]},{"name":"USCRIPT_CAUCASIAN_ALBANIAN","features":[400]},{"name":"USCRIPT_CHAKMA","features":[400]},{"name":"USCRIPT_CHAM","features":[400]},{"name":"USCRIPT_CHEROKEE","features":[400]},{"name":"USCRIPT_CHORASMIAN","features":[400]},{"name":"USCRIPT_CIRTH","features":[400]},{"name":"USCRIPT_COMMON","features":[400]},{"name":"USCRIPT_COPTIC","features":[400]},{"name":"USCRIPT_CUNEIFORM","features":[400]},{"name":"USCRIPT_CYPRIOT","features":[400]},{"name":"USCRIPT_CYRILLIC","features":[400]},{"name":"USCRIPT_DEMOTIC_EGYPTIAN","features":[400]},{"name":"USCRIPT_DESERET","features":[400]},{"name":"USCRIPT_DEVANAGARI","features":[400]},{"name":"USCRIPT_DIVES_AKURU","features":[400]},{"name":"USCRIPT_DOGRA","features":[400]},{"name":"USCRIPT_DUPLOYAN","features":[400]},{"name":"USCRIPT_EASTERN_SYRIAC","features":[400]},{"name":"USCRIPT_EGYPTIAN_HIEROGLYPHS","features":[400]},{"name":"USCRIPT_ELBASAN","features":[400]},{"name":"USCRIPT_ELYMAIC","features":[400]},{"name":"USCRIPT_ESTRANGELO_SYRIAC","features":[400]},{"name":"USCRIPT_ETHIOPIC","features":[400]},{"name":"USCRIPT_GEORGIAN","features":[400]},{"name":"USCRIPT_GLAGOLITIC","features":[400]},{"name":"USCRIPT_GOTHIC","features":[400]},{"name":"USCRIPT_GRANTHA","features":[400]},{"name":"USCRIPT_GREEK","features":[400]},{"name":"USCRIPT_GUJARATI","features":[400]},{"name":"USCRIPT_GUNJALA_GONDI","features":[400]},{"name":"USCRIPT_GURMUKHI","features":[400]},{"name":"USCRIPT_HAN","features":[400]},{"name":"USCRIPT_HANGUL","features":[400]},{"name":"USCRIPT_HANIFI_ROHINGYA","features":[400]},{"name":"USCRIPT_HANUNOO","features":[400]},{"name":"USCRIPT_HAN_WITH_BOPOMOFO","features":[400]},{"name":"USCRIPT_HARAPPAN_INDUS","features":[400]},{"name":"USCRIPT_HATRAN","features":[400]},{"name":"USCRIPT_HEBREW","features":[400]},{"name":"USCRIPT_HIERATIC_EGYPTIAN","features":[400]},{"name":"USCRIPT_HIRAGANA","features":[400]},{"name":"USCRIPT_IMPERIAL_ARAMAIC","features":[400]},{"name":"USCRIPT_INHERITED","features":[400]},{"name":"USCRIPT_INSCRIPTIONAL_PAHLAVI","features":[400]},{"name":"USCRIPT_INSCRIPTIONAL_PARTHIAN","features":[400]},{"name":"USCRIPT_INVALID_CODE","features":[400]},{"name":"USCRIPT_JAMO","features":[400]},{"name":"USCRIPT_JAPANESE","features":[400]},{"name":"USCRIPT_JAVANESE","features":[400]},{"name":"USCRIPT_JURCHEN","features":[400]},{"name":"USCRIPT_KAITHI","features":[400]},{"name":"USCRIPT_KANNADA","features":[400]},{"name":"USCRIPT_KATAKANA","features":[400]},{"name":"USCRIPT_KATAKANA_OR_HIRAGANA","features":[400]},{"name":"USCRIPT_KAYAH_LI","features":[400]},{"name":"USCRIPT_KHAROSHTHI","features":[400]},{"name":"USCRIPT_KHITAN_SMALL_SCRIPT","features":[400]},{"name":"USCRIPT_KHMER","features":[400]},{"name":"USCRIPT_KHOJKI","features":[400]},{"name":"USCRIPT_KHUDAWADI","features":[400]},{"name":"USCRIPT_KHUTSURI","features":[400]},{"name":"USCRIPT_KOREAN","features":[400]},{"name":"USCRIPT_KPELLE","features":[400]},{"name":"USCRIPT_LANNA","features":[400]},{"name":"USCRIPT_LAO","features":[400]},{"name":"USCRIPT_LATIN","features":[400]},{"name":"USCRIPT_LATIN_FRAKTUR","features":[400]},{"name":"USCRIPT_LATIN_GAELIC","features":[400]},{"name":"USCRIPT_LEPCHA","features":[400]},{"name":"USCRIPT_LIMBU","features":[400]},{"name":"USCRIPT_LINEAR_A","features":[400]},{"name":"USCRIPT_LINEAR_B","features":[400]},{"name":"USCRIPT_LISU","features":[400]},{"name":"USCRIPT_LOMA","features":[400]},{"name":"USCRIPT_LYCIAN","features":[400]},{"name":"USCRIPT_LYDIAN","features":[400]},{"name":"USCRIPT_MAHAJANI","features":[400]},{"name":"USCRIPT_MAKASAR","features":[400]},{"name":"USCRIPT_MALAYALAM","features":[400]},{"name":"USCRIPT_MANDAEAN","features":[400]},{"name":"USCRIPT_MANDAIC","features":[400]},{"name":"USCRIPT_MANICHAEAN","features":[400]},{"name":"USCRIPT_MARCHEN","features":[400]},{"name":"USCRIPT_MASARAM_GONDI","features":[400]},{"name":"USCRIPT_MATHEMATICAL_NOTATION","features":[400]},{"name":"USCRIPT_MAYAN_HIEROGLYPHS","features":[400]},{"name":"USCRIPT_MEDEFAIDRIN","features":[400]},{"name":"USCRIPT_MEITEI_MAYEK","features":[400]},{"name":"USCRIPT_MENDE","features":[400]},{"name":"USCRIPT_MEROITIC","features":[400]},{"name":"USCRIPT_MEROITIC_CURSIVE","features":[400]},{"name":"USCRIPT_MEROITIC_HIEROGLYPHS","features":[400]},{"name":"USCRIPT_MIAO","features":[400]},{"name":"USCRIPT_MODI","features":[400]},{"name":"USCRIPT_MONGOLIAN","features":[400]},{"name":"USCRIPT_MOON","features":[400]},{"name":"USCRIPT_MRO","features":[400]},{"name":"USCRIPT_MULTANI","features":[400]},{"name":"USCRIPT_MYANMAR","features":[400]},{"name":"USCRIPT_NABATAEAN","features":[400]},{"name":"USCRIPT_NAKHI_GEBA","features":[400]},{"name":"USCRIPT_NANDINAGARI","features":[400]},{"name":"USCRIPT_NEWA","features":[400]},{"name":"USCRIPT_NEW_TAI_LUE","features":[400]},{"name":"USCRIPT_NKO","features":[400]},{"name":"USCRIPT_NUSHU","features":[400]},{"name":"USCRIPT_NYIAKENG_PUACHUE_HMONG","features":[400]},{"name":"USCRIPT_OGHAM","features":[400]},{"name":"USCRIPT_OLD_CHURCH_SLAVONIC_CYRILLIC","features":[400]},{"name":"USCRIPT_OLD_HUNGARIAN","features":[400]},{"name":"USCRIPT_OLD_ITALIC","features":[400]},{"name":"USCRIPT_OLD_NORTH_ARABIAN","features":[400]},{"name":"USCRIPT_OLD_PERMIC","features":[400]},{"name":"USCRIPT_OLD_PERSIAN","features":[400]},{"name":"USCRIPT_OLD_SOGDIAN","features":[400]},{"name":"USCRIPT_OLD_SOUTH_ARABIAN","features":[400]},{"name":"USCRIPT_OL_CHIKI","features":[400]},{"name":"USCRIPT_ORIYA","features":[400]},{"name":"USCRIPT_ORKHON","features":[400]},{"name":"USCRIPT_OSAGE","features":[400]},{"name":"USCRIPT_OSMANYA","features":[400]},{"name":"USCRIPT_PAHAWH_HMONG","features":[400]},{"name":"USCRIPT_PALMYRENE","features":[400]},{"name":"USCRIPT_PAU_CIN_HAU","features":[400]},{"name":"USCRIPT_PHAGS_PA","features":[400]},{"name":"USCRIPT_PHOENICIAN","features":[400]},{"name":"USCRIPT_PHONETIC_POLLARD","features":[400]},{"name":"USCRIPT_PSALTER_PAHLAVI","features":[400]},{"name":"USCRIPT_REJANG","features":[400]},{"name":"USCRIPT_RONGORONGO","features":[400]},{"name":"USCRIPT_RUNIC","features":[400]},{"name":"USCRIPT_SAMARITAN","features":[400]},{"name":"USCRIPT_SARATI","features":[400]},{"name":"USCRIPT_SAURASHTRA","features":[400]},{"name":"USCRIPT_SHARADA","features":[400]},{"name":"USCRIPT_SHAVIAN","features":[400]},{"name":"USCRIPT_SIDDHAM","features":[400]},{"name":"USCRIPT_SIGN_WRITING","features":[400]},{"name":"USCRIPT_SIMPLIFIED_HAN","features":[400]},{"name":"USCRIPT_SINDHI","features":[400]},{"name":"USCRIPT_SINHALA","features":[400]},{"name":"USCRIPT_SOGDIAN","features":[400]},{"name":"USCRIPT_SORA_SOMPENG","features":[400]},{"name":"USCRIPT_SOYOMBO","features":[400]},{"name":"USCRIPT_SUNDANESE","features":[400]},{"name":"USCRIPT_SYLOTI_NAGRI","features":[400]},{"name":"USCRIPT_SYMBOLS","features":[400]},{"name":"USCRIPT_SYMBOLS_EMOJI","features":[400]},{"name":"USCRIPT_SYRIAC","features":[400]},{"name":"USCRIPT_TAGALOG","features":[400]},{"name":"USCRIPT_TAGBANWA","features":[400]},{"name":"USCRIPT_TAI_LE","features":[400]},{"name":"USCRIPT_TAI_VIET","features":[400]},{"name":"USCRIPT_TAKRI","features":[400]},{"name":"USCRIPT_TAMIL","features":[400]},{"name":"USCRIPT_TANGUT","features":[400]},{"name":"USCRIPT_TELUGU","features":[400]},{"name":"USCRIPT_TENGWAR","features":[400]},{"name":"USCRIPT_THAANA","features":[400]},{"name":"USCRIPT_THAI","features":[400]},{"name":"USCRIPT_TIBETAN","features":[400]},{"name":"USCRIPT_TIFINAGH","features":[400]},{"name":"USCRIPT_TIRHUTA","features":[400]},{"name":"USCRIPT_TRADITIONAL_HAN","features":[400]},{"name":"USCRIPT_UCAS","features":[400]},{"name":"USCRIPT_UGARITIC","features":[400]},{"name":"USCRIPT_UNKNOWN","features":[400]},{"name":"USCRIPT_UNWRITTEN_LANGUAGES","features":[400]},{"name":"USCRIPT_USAGE_ASPIRATIONAL","features":[400]},{"name":"USCRIPT_USAGE_EXCLUDED","features":[400]},{"name":"USCRIPT_USAGE_LIMITED_USE","features":[400]},{"name":"USCRIPT_USAGE_NOT_ENCODED","features":[400]},{"name":"USCRIPT_USAGE_RECOMMENDED","features":[400]},{"name":"USCRIPT_USAGE_UNKNOWN","features":[400]},{"name":"USCRIPT_VAI","features":[400]},{"name":"USCRIPT_VISIBLE_SPEECH","features":[400]},{"name":"USCRIPT_WANCHO","features":[400]},{"name":"USCRIPT_WARANG_CITI","features":[400]},{"name":"USCRIPT_WESTERN_SYRIAC","features":[400]},{"name":"USCRIPT_WOLEAI","features":[400]},{"name":"USCRIPT_YEZIDI","features":[400]},{"name":"USCRIPT_YI","features":[400]},{"name":"USCRIPT_ZANABAZAR_SQUARE","features":[400]},{"name":"USEARCH_ANY_BASE_WEIGHT_IS_WILDCARD","features":[400]},{"name":"USEARCH_DEFAULT","features":[400]},{"name":"USEARCH_DONE","features":[400]},{"name":"USEARCH_ELEMENT_COMPARISON","features":[400]},{"name":"USEARCH_OFF","features":[400]},{"name":"USEARCH_ON","features":[400]},{"name":"USEARCH_OVERLAP","features":[400]},{"name":"USEARCH_PATTERN_BASE_WEIGHT_IS_WILDCARD","features":[400]},{"name":"USEARCH_STANDARD_ELEMENT_COMPARISON","features":[400]},{"name":"USET_ADD_CASE_MAPPINGS","features":[400]},{"name":"USET_CASE_INSENSITIVE","features":[400]},{"name":"USET_IGNORE_SPACE","features":[400]},{"name":"USET_SERIALIZED_STATIC_ARRAY_CAPACITY","features":[400]},{"name":"USET_SPAN_CONTAINED","features":[400]},{"name":"USET_SPAN_NOT_CONTAINED","features":[400]},{"name":"USET_SPAN_SIMPLE","features":[400]},{"name":"USPOOF_ALL_CHECKS","features":[400]},{"name":"USPOOF_ASCII","features":[400]},{"name":"USPOOF_AUX_INFO","features":[400]},{"name":"USPOOF_CHAR_LIMIT","features":[400]},{"name":"USPOOF_CONFUSABLE","features":[400]},{"name":"USPOOF_HIDDEN_OVERLAY","features":[400]},{"name":"USPOOF_HIGHLY_RESTRICTIVE","features":[400]},{"name":"USPOOF_INVISIBLE","features":[400]},{"name":"USPOOF_MINIMALLY_RESTRICTIVE","features":[400]},{"name":"USPOOF_MIXED_NUMBERS","features":[400]},{"name":"USPOOF_MIXED_SCRIPT_CONFUSABLE","features":[400]},{"name":"USPOOF_MODERATELY_RESTRICTIVE","features":[400]},{"name":"USPOOF_RESTRICTION_LEVEL","features":[400]},{"name":"USPOOF_RESTRICTION_LEVEL_MASK","features":[400]},{"name":"USPOOF_SINGLE_SCRIPT_CONFUSABLE","features":[400]},{"name":"USPOOF_SINGLE_SCRIPT_RESTRICTIVE","features":[400]},{"name":"USPOOF_UNRESTRICTIVE","features":[400]},{"name":"USPOOF_WHOLE_SCRIPT_CONFUSABLE","features":[400]},{"name":"USPREP_ALLOW_UNASSIGNED","features":[400]},{"name":"USPREP_DEFAULT","features":[400]},{"name":"USPREP_RFC3491_NAMEPREP","features":[400]},{"name":"USPREP_RFC3530_NFS4_CIS_PREP","features":[400]},{"name":"USPREP_RFC3530_NFS4_CS_PREP","features":[400]},{"name":"USPREP_RFC3530_NFS4_CS_PREP_CI","features":[400]},{"name":"USPREP_RFC3530_NFS4_MIXED_PREP_PREFIX","features":[400]},{"name":"USPREP_RFC3530_NFS4_MIXED_PREP_SUFFIX","features":[400]},{"name":"USPREP_RFC3722_ISCSI","features":[400]},{"name":"USPREP_RFC3920_NODEPREP","features":[400]},{"name":"USPREP_RFC3920_RESOURCEPREP","features":[400]},{"name":"USPREP_RFC4011_MIB","features":[400]},{"name":"USPREP_RFC4013_SASLPREP","features":[400]},{"name":"USPREP_RFC4505_TRACE","features":[400]},{"name":"USPREP_RFC4518_LDAP","features":[400]},{"name":"USPREP_RFC4518_LDAP_CI","features":[400]},{"name":"USP_E_SCRIPT_NOT_IN_FONT","features":[400]},{"name":"USTRINGTRIE_BUILD_FAST","features":[400]},{"name":"USTRINGTRIE_BUILD_SMALL","features":[400]},{"name":"USTRINGTRIE_FINAL_VALUE","features":[400]},{"name":"USTRINGTRIE_INTERMEDIATE_VALUE","features":[400]},{"name":"USTRINGTRIE_NO_MATCH","features":[400]},{"name":"USTRINGTRIE_NO_VALUE","features":[400]},{"name":"UScriptCode","features":[400]},{"name":"UScriptUsage","features":[400]},{"name":"USearch","features":[400]},{"name":"USearchAttribute","features":[400]},{"name":"USearchAttributeValue","features":[400]},{"name":"USentenceBreak","features":[400]},{"name":"USentenceBreakTag","features":[400]},{"name":"USerializedSet","features":[400]},{"name":"USet","features":[400]},{"name":"USetSpanCondition","features":[400]},{"name":"USpoofCheckResult","features":[400]},{"name":"USpoofChecker","features":[400]},{"name":"USpoofChecks","features":[400]},{"name":"UStringCaseMapper","features":[400]},{"name":"UStringPrepProfile","features":[400]},{"name":"UStringPrepProfileType","features":[400]},{"name":"UStringSearch","features":[400]},{"name":"UStringTrieBuildOption","features":[400]},{"name":"UStringTrieResult","features":[400]},{"name":"USystemTimeZoneType","features":[400]},{"name":"UTEXT_MAGIC","features":[400]},{"name":"UTEXT_PROVIDER_HAS_META_DATA","features":[400]},{"name":"UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE","features":[400]},{"name":"UTEXT_PROVIDER_OWNS_TEXT","features":[400]},{"name":"UTEXT_PROVIDER_STABLE_CHUNKS","features":[400]},{"name":"UTEXT_PROVIDER_WRITABLE","features":[400]},{"name":"UTF16_MAX_CHAR_LENGTH","features":[400]},{"name":"UTF32_MAX_CHAR_LENGTH","features":[400]},{"name":"UTF8_ERROR_VALUE_1","features":[400]},{"name":"UTF8_ERROR_VALUE_2","features":[400]},{"name":"UTF8_MAX_CHAR_LENGTH","features":[400]},{"name":"UTF_ERROR_VALUE","features":[400]},{"name":"UTF_MAX_CHAR_LENGTH","features":[400]},{"name":"UTF_SIZE","features":[400]},{"name":"UTRACE_COLLATION_START","features":[400]},{"name":"UTRACE_CONVERSION_START","features":[400]},{"name":"UTRACE_ERROR","features":[400]},{"name":"UTRACE_FUNCTION_START","features":[400]},{"name":"UTRACE_INFO","features":[400]},{"name":"UTRACE_OFF","features":[400]},{"name":"UTRACE_OPEN_CLOSE","features":[400]},{"name":"UTRACE_UCNV_CLONE","features":[400]},{"name":"UTRACE_UCNV_CLOSE","features":[400]},{"name":"UTRACE_UCNV_FLUSH_CACHE","features":[400]},{"name":"UTRACE_UCNV_LOAD","features":[400]},{"name":"UTRACE_UCNV_OPEN","features":[400]},{"name":"UTRACE_UCNV_OPEN_ALGORITHMIC","features":[400]},{"name":"UTRACE_UCNV_OPEN_PACKAGE","features":[400]},{"name":"UTRACE_UCNV_UNLOAD","features":[400]},{"name":"UTRACE_UCOL_CLOSE","features":[400]},{"name":"UTRACE_UCOL_GETLOCALE","features":[400]},{"name":"UTRACE_UCOL_GET_SORTKEY","features":[400]},{"name":"UTRACE_UCOL_NEXTSORTKEYPART","features":[400]},{"name":"UTRACE_UCOL_OPEN","features":[400]},{"name":"UTRACE_UCOL_OPEN_FROM_SHORT_STRING","features":[400]},{"name":"UTRACE_UCOL_STRCOLL","features":[400]},{"name":"UTRACE_UCOL_STRCOLLITER","features":[400]},{"name":"UTRACE_UCOL_STRCOLLUTF8","features":[400]},{"name":"UTRACE_UDATA_BUNDLE","features":[400]},{"name":"UTRACE_UDATA_DATA_FILE","features":[400]},{"name":"UTRACE_UDATA_RESOURCE","features":[400]},{"name":"UTRACE_UDATA_RES_FILE","features":[400]},{"name":"UTRACE_UDATA_START","features":[400]},{"name":"UTRACE_U_CLEANUP","features":[400]},{"name":"UTRACE_U_INIT","features":[400]},{"name":"UTRACE_VERBOSE","features":[400]},{"name":"UTRACE_WARNING","features":[400]},{"name":"UTRANS_FORWARD","features":[400]},{"name":"UTRANS_REVERSE","features":[400]},{"name":"UTSV_EPOCH_OFFSET_VALUE","features":[400]},{"name":"UTSV_FROM_MAX_VALUE","features":[400]},{"name":"UTSV_FROM_MIN_VALUE","features":[400]},{"name":"UTSV_TO_MAX_VALUE","features":[400]},{"name":"UTSV_TO_MIN_VALUE","features":[400]},{"name":"UTSV_UNITS_VALUE","features":[400]},{"name":"UTZFMT_PARSE_OPTION_ALL_STYLES","features":[400]},{"name":"UTZFMT_PARSE_OPTION_NONE","features":[400]},{"name":"UTZFMT_PARSE_OPTION_TZ_DATABASE_ABBREVIATIONS","features":[400]},{"name":"UTZFMT_PAT_COUNT","features":[400]},{"name":"UTZFMT_PAT_NEGATIVE_H","features":[400]},{"name":"UTZFMT_PAT_NEGATIVE_HM","features":[400]},{"name":"UTZFMT_PAT_NEGATIVE_HMS","features":[400]},{"name":"UTZFMT_PAT_POSITIVE_H","features":[400]},{"name":"UTZFMT_PAT_POSITIVE_HM","features":[400]},{"name":"UTZFMT_PAT_POSITIVE_HMS","features":[400]},{"name":"UTZFMT_STYLE_EXEMPLAR_LOCATION","features":[400]},{"name":"UTZFMT_STYLE_GENERIC_LOCATION","features":[400]},{"name":"UTZFMT_STYLE_GENERIC_LONG","features":[400]},{"name":"UTZFMT_STYLE_GENERIC_SHORT","features":[400]},{"name":"UTZFMT_STYLE_ISO_BASIC_FIXED","features":[400]},{"name":"UTZFMT_STYLE_ISO_BASIC_FULL","features":[400]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED","features":[400]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL","features":[400]},{"name":"UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT","features":[400]},{"name":"UTZFMT_STYLE_ISO_BASIC_SHORT","features":[400]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_FIXED","features":[400]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_FULL","features":[400]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED","features":[400]},{"name":"UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL","features":[400]},{"name":"UTZFMT_STYLE_LOCALIZED_GMT","features":[400]},{"name":"UTZFMT_STYLE_LOCALIZED_GMT_SHORT","features":[400]},{"name":"UTZFMT_STYLE_SPECIFIC_LONG","features":[400]},{"name":"UTZFMT_STYLE_SPECIFIC_SHORT","features":[400]},{"name":"UTZFMT_STYLE_ZONE_ID","features":[400]},{"name":"UTZFMT_STYLE_ZONE_ID_SHORT","features":[400]},{"name":"UTZFMT_TIME_TYPE_DAYLIGHT","features":[400]},{"name":"UTZFMT_TIME_TYPE_STANDARD","features":[400]},{"name":"UTZFMT_TIME_TYPE_UNKNOWN","features":[400]},{"name":"UTZNM_EXEMPLAR_LOCATION","features":[400]},{"name":"UTZNM_LONG_DAYLIGHT","features":[400]},{"name":"UTZNM_LONG_GENERIC","features":[400]},{"name":"UTZNM_LONG_STANDARD","features":[400]},{"name":"UTZNM_SHORT_DAYLIGHT","features":[400]},{"name":"UTZNM_SHORT_GENERIC","features":[400]},{"name":"UTZNM_SHORT_STANDARD","features":[400]},{"name":"UTZNM_UNKNOWN","features":[400]},{"name":"UText","features":[400]},{"name":"UTextAccess","features":[400]},{"name":"UTextClone","features":[400]},{"name":"UTextClose","features":[400]},{"name":"UTextCopy","features":[400]},{"name":"UTextExtract","features":[400]},{"name":"UTextFuncs","features":[400]},{"name":"UTextMapNativeIndexToUTF16","features":[400]},{"name":"UTextMapOffsetToNative","features":[400]},{"name":"UTextNativeLength","features":[400]},{"name":"UTextReplace","features":[400]},{"name":"UTimeScaleValue","features":[400]},{"name":"UTimeZoneFormatGMTOffsetPatternType","features":[400]},{"name":"UTimeZoneFormatParseOption","features":[400]},{"name":"UTimeZoneFormatStyle","features":[400]},{"name":"UTimeZoneFormatTimeType","features":[400]},{"name":"UTimeZoneNameType","features":[400]},{"name":"UTimeZoneTransitionType","features":[400]},{"name":"UTraceData","features":[400]},{"name":"UTraceEntry","features":[400]},{"name":"UTraceExit","features":[400]},{"name":"UTraceFunctionNumber","features":[400]},{"name":"UTraceLevel","features":[400]},{"name":"UTransDirection","features":[400]},{"name":"UTransPosition","features":[400]},{"name":"UVerticalOrientation","features":[400]},{"name":"UWordBreak","features":[400]},{"name":"UWordBreakValues","features":[400]},{"name":"U_ALPHAINDEX_INFLOW","features":[400]},{"name":"U_ALPHAINDEX_NORMAL","features":[400]},{"name":"U_ALPHAINDEX_OVERFLOW","features":[400]},{"name":"U_ALPHAINDEX_UNDERFLOW","features":[400]},{"name":"U_AMBIGUOUS_ALIAS_WARNING","features":[400]},{"name":"U_ARABIC_NUMBER","features":[400]},{"name":"U_ARGUMENT_TYPE_MISMATCH","features":[400]},{"name":"U_ASCII_FAMILY","features":[400]},{"name":"U_BAD_VARIABLE_DEFINITION","features":[400]},{"name":"U_BLOCK_SEPARATOR","features":[400]},{"name":"U_BOUNDARY_NEUTRAL","features":[400]},{"name":"U_BPT_CLOSE","features":[400]},{"name":"U_BPT_NONE","features":[400]},{"name":"U_BPT_OPEN","features":[400]},{"name":"U_BRK_ASSIGN_ERROR","features":[400]},{"name":"U_BRK_ERROR_START","features":[400]},{"name":"U_BRK_HEX_DIGITS_EXPECTED","features":[400]},{"name":"U_BRK_INIT_ERROR","features":[400]},{"name":"U_BRK_INTERNAL_ERROR","features":[400]},{"name":"U_BRK_MALFORMED_RULE_TAG","features":[400]},{"name":"U_BRK_MISMATCHED_PAREN","features":[400]},{"name":"U_BRK_NEW_LINE_IN_QUOTED_STRING","features":[400]},{"name":"U_BRK_RULE_EMPTY_SET","features":[400]},{"name":"U_BRK_RULE_SYNTAX","features":[400]},{"name":"U_BRK_SEMICOLON_EXPECTED","features":[400]},{"name":"U_BRK_UNCLOSED_SET","features":[400]},{"name":"U_BRK_UNDEFINED_VARIABLE","features":[400]},{"name":"U_BRK_UNRECOGNIZED_OPTION","features":[400]},{"name":"U_BRK_VARIABLE_REDFINITION","features":[400]},{"name":"U_BUFFER_OVERFLOW_ERROR","features":[400]},{"name":"U_CE_NOT_FOUND_ERROR","features":[400]},{"name":"U_CHAR16_IS_TYPEDEF","features":[400]},{"name":"U_CHARSET_FAMILY","features":[400]},{"name":"U_CHARSET_IS_UTF8","features":[400]},{"name":"U_CHAR_CATEGORY_COUNT","features":[400]},{"name":"U_CHAR_NAME_ALIAS","features":[400]},{"name":"U_CHECK_DYLOAD","features":[400]},{"name":"U_COLLATOR_VERSION_MISMATCH","features":[400]},{"name":"U_COMBINED_IMPLEMENTATION","features":[400]},{"name":"U_COMBINING_SPACING_MARK","features":[400]},{"name":"U_COMMON_NUMBER_SEPARATOR","features":[400]},{"name":"U_COMPARE_CODE_POINT_ORDER","features":[400]},{"name":"U_COMPARE_IGNORE_CASE","features":[400]},{"name":"U_CONNECTOR_PUNCTUATION","features":[400]},{"name":"U_CONTROL_CHAR","features":[400]},{"name":"U_COPYRIGHT_STRING_LENGTH","features":[400]},{"name":"U_CPLUSPLUS_VERSION","features":[400]},{"name":"U_CURRENCY_SYMBOL","features":[400]},{"name":"U_DASH_PUNCTUATION","features":[400]},{"name":"U_DEBUG","features":[400]},{"name":"U_DECIMAL_DIGIT_NUMBER","features":[400]},{"name":"U_DECIMAL_NUMBER_SYNTAX_ERROR","features":[400]},{"name":"U_DEFAULT_KEYWORD_MISSING","features":[400]},{"name":"U_DEFAULT_SHOW_DRAFT","features":[400]},{"name":"U_DEFINE_FALSE_AND_TRUE","features":[400]},{"name":"U_DIFFERENT_UCA_VERSION","features":[400]},{"name":"U_DIR_NON_SPACING_MARK","features":[400]},{"name":"U_DISABLE_RENAMING","features":[400]},{"name":"U_DT_CANONICAL","features":[400]},{"name":"U_DT_CIRCLE","features":[400]},{"name":"U_DT_COMPAT","features":[400]},{"name":"U_DT_FINAL","features":[400]},{"name":"U_DT_FONT","features":[400]},{"name":"U_DT_FRACTION","features":[400]},{"name":"U_DT_INITIAL","features":[400]},{"name":"U_DT_ISOLATED","features":[400]},{"name":"U_DT_MEDIAL","features":[400]},{"name":"U_DT_NARROW","features":[400]},{"name":"U_DT_NOBREAK","features":[400]},{"name":"U_DT_NONE","features":[400]},{"name":"U_DT_SMALL","features":[400]},{"name":"U_DT_SQUARE","features":[400]},{"name":"U_DT_SUB","features":[400]},{"name":"U_DT_SUPER","features":[400]},{"name":"U_DT_VERTICAL","features":[400]},{"name":"U_DT_WIDE","features":[400]},{"name":"U_DUPLICATE_KEYWORD","features":[400]},{"name":"U_EA_AMBIGUOUS","features":[400]},{"name":"U_EA_FULLWIDTH","features":[400]},{"name":"U_EA_HALFWIDTH","features":[400]},{"name":"U_EA_NARROW","features":[400]},{"name":"U_EA_NEUTRAL","features":[400]},{"name":"U_EA_WIDE","features":[400]},{"name":"U_EBCDIC_FAMILY","features":[400]},{"name":"U_EDITS_NO_RESET","features":[400]},{"name":"U_ENABLE_DYLOAD","features":[400]},{"name":"U_ENABLE_TRACING","features":[400]},{"name":"U_ENCLOSING_MARK","features":[400]},{"name":"U_END_PUNCTUATION","features":[400]},{"name":"U_ENUM_OUT_OF_SYNC_ERROR","features":[400]},{"name":"U_ERROR_WARNING_START","features":[400]},{"name":"U_EUROPEAN_NUMBER","features":[400]},{"name":"U_EUROPEAN_NUMBER_SEPARATOR","features":[400]},{"name":"U_EUROPEAN_NUMBER_TERMINATOR","features":[400]},{"name":"U_EXTENDED_CHAR_NAME","features":[400]},{"name":"U_FILE_ACCESS_ERROR","features":[400]},{"name":"U_FINAL_PUNCTUATION","features":[400]},{"name":"U_FIRST_STRONG_ISOLATE","features":[400]},{"name":"U_FMT_PARSE_ERROR_START","features":[400]},{"name":"U_FOLD_CASE_DEFAULT","features":[400]},{"name":"U_FOLD_CASE_EXCLUDE_SPECIAL_I","features":[400]},{"name":"U_FORMAT_CHAR","features":[400]},{"name":"U_FORMAT_INEXACT_ERROR","features":[400]},{"name":"U_GCB_CONTROL","features":[400]},{"name":"U_GCB_CR","features":[400]},{"name":"U_GCB_EXTEND","features":[400]},{"name":"U_GCB_E_BASE","features":[400]},{"name":"U_GCB_E_BASE_GAZ","features":[400]},{"name":"U_GCB_E_MODIFIER","features":[400]},{"name":"U_GCB_GLUE_AFTER_ZWJ","features":[400]},{"name":"U_GCB_L","features":[400]},{"name":"U_GCB_LF","features":[400]},{"name":"U_GCB_LV","features":[400]},{"name":"U_GCB_LVT","features":[400]},{"name":"U_GCB_OTHER","features":[400]},{"name":"U_GCB_PREPEND","features":[400]},{"name":"U_GCB_REGIONAL_INDICATOR","features":[400]},{"name":"U_GCB_SPACING_MARK","features":[400]},{"name":"U_GCB_T","features":[400]},{"name":"U_GCB_V","features":[400]},{"name":"U_GCB_ZWJ","features":[400]},{"name":"U_GCC_MAJOR_MINOR","features":[400]},{"name":"U_GENERAL_OTHER_TYPES","features":[400]},{"name":"U_HAVE_CHAR16_T","features":[400]},{"name":"U_HAVE_DEBUG_LOCATION_NEW","features":[400]},{"name":"U_HAVE_INTTYPES_H","features":[400]},{"name":"U_HAVE_LIB_SUFFIX","features":[400]},{"name":"U_HAVE_PLACEMENT_NEW","features":[400]},{"name":"U_HAVE_RBNF","features":[400]},{"name":"U_HAVE_RVALUE_REFERENCES","features":[400]},{"name":"U_HAVE_STDINT_H","features":[400]},{"name":"U_HAVE_STD_STRING","features":[400]},{"name":"U_HAVE_WCHAR_H","features":[400]},{"name":"U_HAVE_WCSCPY","features":[400]},{"name":"U_HIDE_DEPRECATED_API","features":[400]},{"name":"U_HIDE_DRAFT_API","features":[400]},{"name":"U_HIDE_INTERNAL_API","features":[400]},{"name":"U_HIDE_OBSOLETE_API","features":[400]},{"name":"U_HIDE_OBSOLETE_UTF_OLD_H","features":[400]},{"name":"U_HST_LEADING_JAMO","features":[400]},{"name":"U_HST_LVT_SYLLABLE","features":[400]},{"name":"U_HST_LV_SYLLABLE","features":[400]},{"name":"U_HST_NOT_APPLICABLE","features":[400]},{"name":"U_HST_TRAILING_JAMO","features":[400]},{"name":"U_HST_VOWEL_JAMO","features":[400]},{"name":"U_ICUDATA_TYPE_LETTER","features":[400]},{"name":"U_ICU_DATA_KEY","features":[400]},{"name":"U_ICU_VERSION_BUNDLE","features":[400]},{"name":"U_IDNA_ACE_PREFIX_ERROR","features":[400]},{"name":"U_IDNA_CHECK_BIDI_ERROR","features":[400]},{"name":"U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR","features":[400]},{"name":"U_IDNA_ERROR_START","features":[400]},{"name":"U_IDNA_LABEL_TOO_LONG_ERROR","features":[400]},{"name":"U_IDNA_PROHIBITED_ERROR","features":[400]},{"name":"U_IDNA_STD3_ASCII_RULES_ERROR","features":[400]},{"name":"U_IDNA_UNASSIGNED_ERROR","features":[400]},{"name":"U_IDNA_VERIFICATION_ERROR","features":[400]},{"name":"U_IDNA_ZERO_LENGTH_LABEL_ERROR","features":[400]},{"name":"U_ILLEGAL_ARGUMENT_ERROR","features":[400]},{"name":"U_ILLEGAL_CHARACTER","features":[400]},{"name":"U_ILLEGAL_CHAR_FOUND","features":[400]},{"name":"U_ILLEGAL_CHAR_IN_SEGMENT","features":[400]},{"name":"U_ILLEGAL_ESCAPE_SEQUENCE","features":[400]},{"name":"U_ILLEGAL_PAD_POSITION","features":[400]},{"name":"U_INDEX_OUTOFBOUNDS_ERROR","features":[400]},{"name":"U_INITIAL_PUNCTUATION","features":[400]},{"name":"U_INPC_BOTTOM","features":[400]},{"name":"U_INPC_BOTTOM_AND_LEFT","features":[400]},{"name":"U_INPC_BOTTOM_AND_RIGHT","features":[400]},{"name":"U_INPC_LEFT","features":[400]},{"name":"U_INPC_LEFT_AND_RIGHT","features":[400]},{"name":"U_INPC_NA","features":[400]},{"name":"U_INPC_OVERSTRUCK","features":[400]},{"name":"U_INPC_RIGHT","features":[400]},{"name":"U_INPC_TOP","features":[400]},{"name":"U_INPC_TOP_AND_BOTTOM","features":[400]},{"name":"U_INPC_TOP_AND_BOTTOM_AND_LEFT","features":[400]},{"name":"U_INPC_TOP_AND_BOTTOM_AND_RIGHT","features":[400]},{"name":"U_INPC_TOP_AND_LEFT","features":[400]},{"name":"U_INPC_TOP_AND_LEFT_AND_RIGHT","features":[400]},{"name":"U_INPC_TOP_AND_RIGHT","features":[400]},{"name":"U_INPC_VISUAL_ORDER_LEFT","features":[400]},{"name":"U_INSC_AVAGRAHA","features":[400]},{"name":"U_INSC_BINDU","features":[400]},{"name":"U_INSC_BRAHMI_JOINING_NUMBER","features":[400]},{"name":"U_INSC_CANTILLATION_MARK","features":[400]},{"name":"U_INSC_CONSONANT","features":[400]},{"name":"U_INSC_CONSONANT_DEAD","features":[400]},{"name":"U_INSC_CONSONANT_FINAL","features":[400]},{"name":"U_INSC_CONSONANT_HEAD_LETTER","features":[400]},{"name":"U_INSC_CONSONANT_INITIAL_POSTFIXED","features":[400]},{"name":"U_INSC_CONSONANT_KILLER","features":[400]},{"name":"U_INSC_CONSONANT_MEDIAL","features":[400]},{"name":"U_INSC_CONSONANT_PLACEHOLDER","features":[400]},{"name":"U_INSC_CONSONANT_PRECEDING_REPHA","features":[400]},{"name":"U_INSC_CONSONANT_PREFIXED","features":[400]},{"name":"U_INSC_CONSONANT_SUBJOINED","features":[400]},{"name":"U_INSC_CONSONANT_SUCCEEDING_REPHA","features":[400]},{"name":"U_INSC_CONSONANT_WITH_STACKER","features":[400]},{"name":"U_INSC_GEMINATION_MARK","features":[400]},{"name":"U_INSC_INVISIBLE_STACKER","features":[400]},{"name":"U_INSC_JOINER","features":[400]},{"name":"U_INSC_MODIFYING_LETTER","features":[400]},{"name":"U_INSC_NON_JOINER","features":[400]},{"name":"U_INSC_NUKTA","features":[400]},{"name":"U_INSC_NUMBER","features":[400]},{"name":"U_INSC_NUMBER_JOINER","features":[400]},{"name":"U_INSC_OTHER","features":[400]},{"name":"U_INSC_PURE_KILLER","features":[400]},{"name":"U_INSC_REGISTER_SHIFTER","features":[400]},{"name":"U_INSC_SYLLABLE_MODIFIER","features":[400]},{"name":"U_INSC_TONE_LETTER","features":[400]},{"name":"U_INSC_TONE_MARK","features":[400]},{"name":"U_INSC_VIRAMA","features":[400]},{"name":"U_INSC_VISARGA","features":[400]},{"name":"U_INSC_VOWEL","features":[400]},{"name":"U_INSC_VOWEL_DEPENDENT","features":[400]},{"name":"U_INSC_VOWEL_INDEPENDENT","features":[400]},{"name":"U_INTERNAL_PROGRAM_ERROR","features":[400]},{"name":"U_INTERNAL_TRANSLITERATOR_ERROR","features":[400]},{"name":"U_INVALID_CHAR_FOUND","features":[400]},{"name":"U_INVALID_FORMAT_ERROR","features":[400]},{"name":"U_INVALID_FUNCTION","features":[400]},{"name":"U_INVALID_ID","features":[400]},{"name":"U_INVALID_PROPERTY_PATTERN","features":[400]},{"name":"U_INVALID_RBT_SYNTAX","features":[400]},{"name":"U_INVALID_STATE_ERROR","features":[400]},{"name":"U_INVALID_TABLE_FILE","features":[400]},{"name":"U_INVALID_TABLE_FORMAT","features":[400]},{"name":"U_INVARIANT_CONVERSION_ERROR","features":[400]},{"name":"U_IOSTREAM_SOURCE","features":[400]},{"name":"U_IS_BIG_ENDIAN","features":[400]},{"name":"U_JG_AFRICAN_FEH","features":[400]},{"name":"U_JG_AFRICAN_NOON","features":[400]},{"name":"U_JG_AFRICAN_QAF","features":[400]},{"name":"U_JG_AIN","features":[400]},{"name":"U_JG_ALAPH","features":[400]},{"name":"U_JG_ALEF","features":[400]},{"name":"U_JG_BEH","features":[400]},{"name":"U_JG_BETH","features":[400]},{"name":"U_JG_BURUSHASKI_YEH_BARREE","features":[400]},{"name":"U_JG_DAL","features":[400]},{"name":"U_JG_DALATH_RISH","features":[400]},{"name":"U_JG_E","features":[400]},{"name":"U_JG_FARSI_YEH","features":[400]},{"name":"U_JG_FE","features":[400]},{"name":"U_JG_FEH","features":[400]},{"name":"U_JG_FINAL_SEMKATH","features":[400]},{"name":"U_JG_GAF","features":[400]},{"name":"U_JG_GAMAL","features":[400]},{"name":"U_JG_HAH","features":[400]},{"name":"U_JG_HAMZA_ON_HEH_GOAL","features":[400]},{"name":"U_JG_HANIFI_ROHINGYA_KINNA_YA","features":[400]},{"name":"U_JG_HANIFI_ROHINGYA_PA","features":[400]},{"name":"U_JG_HE","features":[400]},{"name":"U_JG_HEH","features":[400]},{"name":"U_JG_HEH_GOAL","features":[400]},{"name":"U_JG_HETH","features":[400]},{"name":"U_JG_KAF","features":[400]},{"name":"U_JG_KAPH","features":[400]},{"name":"U_JG_KHAPH","features":[400]},{"name":"U_JG_KNOTTED_HEH","features":[400]},{"name":"U_JG_LAM","features":[400]},{"name":"U_JG_LAMADH","features":[400]},{"name":"U_JG_MALAYALAM_BHA","features":[400]},{"name":"U_JG_MALAYALAM_JA","features":[400]},{"name":"U_JG_MALAYALAM_LLA","features":[400]},{"name":"U_JG_MALAYALAM_LLLA","features":[400]},{"name":"U_JG_MALAYALAM_NGA","features":[400]},{"name":"U_JG_MALAYALAM_NNA","features":[400]},{"name":"U_JG_MALAYALAM_NNNA","features":[400]},{"name":"U_JG_MALAYALAM_NYA","features":[400]},{"name":"U_JG_MALAYALAM_RA","features":[400]},{"name":"U_JG_MALAYALAM_SSA","features":[400]},{"name":"U_JG_MALAYALAM_TTA","features":[400]},{"name":"U_JG_MANICHAEAN_ALEPH","features":[400]},{"name":"U_JG_MANICHAEAN_AYIN","features":[400]},{"name":"U_JG_MANICHAEAN_BETH","features":[400]},{"name":"U_JG_MANICHAEAN_DALETH","features":[400]},{"name":"U_JG_MANICHAEAN_DHAMEDH","features":[400]},{"name":"U_JG_MANICHAEAN_FIVE","features":[400]},{"name":"U_JG_MANICHAEAN_GIMEL","features":[400]},{"name":"U_JG_MANICHAEAN_HETH","features":[400]},{"name":"U_JG_MANICHAEAN_HUNDRED","features":[400]},{"name":"U_JG_MANICHAEAN_KAPH","features":[400]},{"name":"U_JG_MANICHAEAN_LAMEDH","features":[400]},{"name":"U_JG_MANICHAEAN_MEM","features":[400]},{"name":"U_JG_MANICHAEAN_NUN","features":[400]},{"name":"U_JG_MANICHAEAN_ONE","features":[400]},{"name":"U_JG_MANICHAEAN_PE","features":[400]},{"name":"U_JG_MANICHAEAN_QOPH","features":[400]},{"name":"U_JG_MANICHAEAN_RESH","features":[400]},{"name":"U_JG_MANICHAEAN_SADHE","features":[400]},{"name":"U_JG_MANICHAEAN_SAMEKH","features":[400]},{"name":"U_JG_MANICHAEAN_TAW","features":[400]},{"name":"U_JG_MANICHAEAN_TEN","features":[400]},{"name":"U_JG_MANICHAEAN_TETH","features":[400]},{"name":"U_JG_MANICHAEAN_THAMEDH","features":[400]},{"name":"U_JG_MANICHAEAN_TWENTY","features":[400]},{"name":"U_JG_MANICHAEAN_WAW","features":[400]},{"name":"U_JG_MANICHAEAN_YODH","features":[400]},{"name":"U_JG_MANICHAEAN_ZAYIN","features":[400]},{"name":"U_JG_MEEM","features":[400]},{"name":"U_JG_MIM","features":[400]},{"name":"U_JG_NOON","features":[400]},{"name":"U_JG_NO_JOINING_GROUP","features":[400]},{"name":"U_JG_NUN","features":[400]},{"name":"U_JG_NYA","features":[400]},{"name":"U_JG_PE","features":[400]},{"name":"U_JG_QAF","features":[400]},{"name":"U_JG_QAPH","features":[400]},{"name":"U_JG_REH","features":[400]},{"name":"U_JG_REVERSED_PE","features":[400]},{"name":"U_JG_ROHINGYA_YEH","features":[400]},{"name":"U_JG_SAD","features":[400]},{"name":"U_JG_SADHE","features":[400]},{"name":"U_JG_SEEN","features":[400]},{"name":"U_JG_SEMKATH","features":[400]},{"name":"U_JG_SHIN","features":[400]},{"name":"U_JG_STRAIGHT_WAW","features":[400]},{"name":"U_JG_SWASH_KAF","features":[400]},{"name":"U_JG_SYRIAC_WAW","features":[400]},{"name":"U_JG_TAH","features":[400]},{"name":"U_JG_TAW","features":[400]},{"name":"U_JG_TEH_MARBUTA","features":[400]},{"name":"U_JG_TEH_MARBUTA_GOAL","features":[400]},{"name":"U_JG_TETH","features":[400]},{"name":"U_JG_WAW","features":[400]},{"name":"U_JG_YEH","features":[400]},{"name":"U_JG_YEH_BARREE","features":[400]},{"name":"U_JG_YEH_WITH_TAIL","features":[400]},{"name":"U_JG_YUDH","features":[400]},{"name":"U_JG_YUDH_HE","features":[400]},{"name":"U_JG_ZAIN","features":[400]},{"name":"U_JG_ZHAIN","features":[400]},{"name":"U_JT_DUAL_JOINING","features":[400]},{"name":"U_JT_JOIN_CAUSING","features":[400]},{"name":"U_JT_LEFT_JOINING","features":[400]},{"name":"U_JT_NON_JOINING","features":[400]},{"name":"U_JT_RIGHT_JOINING","features":[400]},{"name":"U_JT_TRANSPARENT","features":[400]},{"name":"U_LB_ALPHABETIC","features":[400]},{"name":"U_LB_AMBIGUOUS","features":[400]},{"name":"U_LB_BREAK_AFTER","features":[400]},{"name":"U_LB_BREAK_BEFORE","features":[400]},{"name":"U_LB_BREAK_BOTH","features":[400]},{"name":"U_LB_BREAK_SYMBOLS","features":[400]},{"name":"U_LB_CARRIAGE_RETURN","features":[400]},{"name":"U_LB_CLOSE_PARENTHESIS","features":[400]},{"name":"U_LB_CLOSE_PUNCTUATION","features":[400]},{"name":"U_LB_COMBINING_MARK","features":[400]},{"name":"U_LB_COMPLEX_CONTEXT","features":[400]},{"name":"U_LB_CONDITIONAL_JAPANESE_STARTER","features":[400]},{"name":"U_LB_CONTINGENT_BREAK","features":[400]},{"name":"U_LB_EXCLAMATION","features":[400]},{"name":"U_LB_E_BASE","features":[400]},{"name":"U_LB_E_MODIFIER","features":[400]},{"name":"U_LB_GLUE","features":[400]},{"name":"U_LB_H2","features":[400]},{"name":"U_LB_H3","features":[400]},{"name":"U_LB_HEBREW_LETTER","features":[400]},{"name":"U_LB_HYPHEN","features":[400]},{"name":"U_LB_IDEOGRAPHIC","features":[400]},{"name":"U_LB_INFIX_NUMERIC","features":[400]},{"name":"U_LB_INSEPARABLE","features":[400]},{"name":"U_LB_INSEPERABLE","features":[400]},{"name":"U_LB_JL","features":[400]},{"name":"U_LB_JT","features":[400]},{"name":"U_LB_JV","features":[400]},{"name":"U_LB_LINE_FEED","features":[400]},{"name":"U_LB_MANDATORY_BREAK","features":[400]},{"name":"U_LB_NEXT_LINE","features":[400]},{"name":"U_LB_NONSTARTER","features":[400]},{"name":"U_LB_NUMERIC","features":[400]},{"name":"U_LB_OPEN_PUNCTUATION","features":[400]},{"name":"U_LB_POSTFIX_NUMERIC","features":[400]},{"name":"U_LB_PREFIX_NUMERIC","features":[400]},{"name":"U_LB_QUOTATION","features":[400]},{"name":"U_LB_REGIONAL_INDICATOR","features":[400]},{"name":"U_LB_SPACE","features":[400]},{"name":"U_LB_SURROGATE","features":[400]},{"name":"U_LB_UNKNOWN","features":[400]},{"name":"U_LB_WORD_JOINER","features":[400]},{"name":"U_LB_ZWJ","features":[400]},{"name":"U_LB_ZWSPACE","features":[400]},{"name":"U_LEFT_TO_RIGHT","features":[400]},{"name":"U_LEFT_TO_RIGHT_EMBEDDING","features":[400]},{"name":"U_LEFT_TO_RIGHT_ISOLATE","features":[400]},{"name":"U_LEFT_TO_RIGHT_OVERRIDE","features":[400]},{"name":"U_LETTER_NUMBER","features":[400]},{"name":"U_LIB_SUFFIX_C_NAME_STRING","features":[400]},{"name":"U_LINE_SEPARATOR","features":[400]},{"name":"U_LONG_PROPERTY_NAME","features":[400]},{"name":"U_LOWERCASE_LETTER","features":[400]},{"name":"U_MALFORMED_EXPONENTIAL_PATTERN","features":[400]},{"name":"U_MALFORMED_PRAGMA","features":[400]},{"name":"U_MALFORMED_RULE","features":[400]},{"name":"U_MALFORMED_SET","features":[400]},{"name":"U_MALFORMED_SYMBOL_REFERENCE","features":[400]},{"name":"U_MALFORMED_UNICODE_ESCAPE","features":[400]},{"name":"U_MALFORMED_VARIABLE_DEFINITION","features":[400]},{"name":"U_MALFORMED_VARIABLE_REFERENCE","features":[400]},{"name":"U_MATH_SYMBOL","features":[400]},{"name":"U_MAX_VERSION_LENGTH","features":[400]},{"name":"U_MAX_VERSION_STRING_LENGTH","features":[400]},{"name":"U_MEMORY_ALLOCATION_ERROR","features":[400]},{"name":"U_MESSAGE_PARSE_ERROR","features":[400]},{"name":"U_MILLIS_PER_DAY","features":[400]},{"name":"U_MILLIS_PER_HOUR","features":[400]},{"name":"U_MILLIS_PER_MINUTE","features":[400]},{"name":"U_MILLIS_PER_SECOND","features":[400]},{"name":"U_MISMATCHED_SEGMENT_DELIMITERS","features":[400]},{"name":"U_MISPLACED_ANCHOR_START","features":[400]},{"name":"U_MISPLACED_COMPOUND_FILTER","features":[400]},{"name":"U_MISPLACED_CURSOR_OFFSET","features":[400]},{"name":"U_MISPLACED_QUANTIFIER","features":[400]},{"name":"U_MISSING_OPERATOR","features":[400]},{"name":"U_MISSING_RESOURCE_ERROR","features":[400]},{"name":"U_MISSING_SEGMENT_CLOSE","features":[400]},{"name":"U_MODIFIER_LETTER","features":[400]},{"name":"U_MODIFIER_SYMBOL","features":[400]},{"name":"U_MULTIPLE_ANTE_CONTEXTS","features":[400]},{"name":"U_MULTIPLE_COMPOUND_FILTERS","features":[400]},{"name":"U_MULTIPLE_CURSORS","features":[400]},{"name":"U_MULTIPLE_DECIMAL_SEPARATORS","features":[400]},{"name":"U_MULTIPLE_DECIMAL_SEPERATORS","features":[400]},{"name":"U_MULTIPLE_EXPONENTIAL_SYMBOLS","features":[400]},{"name":"U_MULTIPLE_PAD_SPECIFIERS","features":[400]},{"name":"U_MULTIPLE_PERCENT_SYMBOLS","features":[400]},{"name":"U_MULTIPLE_PERMILL_SYMBOLS","features":[400]},{"name":"U_MULTIPLE_POST_CONTEXTS","features":[400]},{"name":"U_NON_SPACING_MARK","features":[400]},{"name":"U_NO_DEFAULT_INCLUDE_UTF_HEADERS","features":[400]},{"name":"U_NO_SPACE_AVAILABLE","features":[400]},{"name":"U_NO_WRITE_PERMISSION","features":[400]},{"name":"U_NT_DECIMAL","features":[400]},{"name":"U_NT_DIGIT","features":[400]},{"name":"U_NT_NONE","features":[400]},{"name":"U_NT_NUMERIC","features":[400]},{"name":"U_NUMBER_ARG_OUTOFBOUNDS_ERROR","features":[400]},{"name":"U_NUMBER_SKELETON_SYNTAX_ERROR","features":[400]},{"name":"U_OMIT_UNCHANGED_TEXT","features":[400]},{"name":"U_OTHER_LETTER","features":[400]},{"name":"U_OTHER_NEUTRAL","features":[400]},{"name":"U_OTHER_NUMBER","features":[400]},{"name":"U_OTHER_PUNCTUATION","features":[400]},{"name":"U_OTHER_SYMBOL","features":[400]},{"name":"U_OVERRIDE_CXX_ALLOCATION","features":[400]},{"name":"U_PARAGRAPH_SEPARATOR","features":[400]},{"name":"U_PARSE_CONTEXT_LEN","features":[400]},{"name":"U_PARSE_ERROR","features":[400]},{"name":"U_PARSE_ERROR_START","features":[400]},{"name":"U_PATTERN_SYNTAX_ERROR","features":[400]},{"name":"U_PF_AIX","features":[400]},{"name":"U_PF_ANDROID","features":[400]},{"name":"U_PF_BROWSER_NATIVE_CLIENT","features":[400]},{"name":"U_PF_BSD","features":[400]},{"name":"U_PF_CYGWIN","features":[400]},{"name":"U_PF_DARWIN","features":[400]},{"name":"U_PF_EMSCRIPTEN","features":[400]},{"name":"U_PF_FUCHSIA","features":[400]},{"name":"U_PF_HPUX","features":[400]},{"name":"U_PF_IPHONE","features":[400]},{"name":"U_PF_IRIX","features":[400]},{"name":"U_PF_LINUX","features":[400]},{"name":"U_PF_MINGW","features":[400]},{"name":"U_PF_OS390","features":[400]},{"name":"U_PF_OS400","features":[400]},{"name":"U_PF_QNX","features":[400]},{"name":"U_PF_SOLARIS","features":[400]},{"name":"U_PF_UNKNOWN","features":[400]},{"name":"U_PF_WINDOWS","features":[400]},{"name":"U_PLATFORM","features":[400]},{"name":"U_PLATFORM_HAS_WIN32_API","features":[400]},{"name":"U_PLATFORM_HAS_WINUWP_API","features":[400]},{"name":"U_PLATFORM_IMPLEMENTS_POSIX","features":[400]},{"name":"U_PLATFORM_IS_DARWIN_BASED","features":[400]},{"name":"U_PLATFORM_IS_LINUX_BASED","features":[400]},{"name":"U_PLATFORM_USES_ONLY_WIN32_API","features":[400]},{"name":"U_PLUGIN_CHANGED_LEVEL_WARNING","features":[400]},{"name":"U_PLUGIN_DIDNT_SET_LEVEL","features":[400]},{"name":"U_PLUGIN_ERROR_START","features":[400]},{"name":"U_PLUGIN_TOO_HIGH","features":[400]},{"name":"U_POP_DIRECTIONAL_FORMAT","features":[400]},{"name":"U_POP_DIRECTIONAL_ISOLATE","features":[400]},{"name":"U_PRIMARY_TOO_LONG_ERROR","features":[400]},{"name":"U_PRIVATE_USE_CHAR","features":[400]},{"name":"U_REGEX_BAD_ESCAPE_SEQUENCE","features":[400]},{"name":"U_REGEX_BAD_INTERVAL","features":[400]},{"name":"U_REGEX_ERROR_START","features":[400]},{"name":"U_REGEX_INTERNAL_ERROR","features":[400]},{"name":"U_REGEX_INVALID_BACK_REF","features":[400]},{"name":"U_REGEX_INVALID_CAPTURE_GROUP_NAME","features":[400]},{"name":"U_REGEX_INVALID_FLAG","features":[400]},{"name":"U_REGEX_INVALID_RANGE","features":[400]},{"name":"U_REGEX_INVALID_STATE","features":[400]},{"name":"U_REGEX_LOOK_BEHIND_LIMIT","features":[400]},{"name":"U_REGEX_MAX_LT_MIN","features":[400]},{"name":"U_REGEX_MISMATCHED_PAREN","features":[400]},{"name":"U_REGEX_MISSING_CLOSE_BRACKET","features":[400]},{"name":"U_REGEX_NUMBER_TOO_BIG","features":[400]},{"name":"U_REGEX_PATTERN_TOO_BIG","features":[400]},{"name":"U_REGEX_PROPERTY_SYNTAX","features":[400]},{"name":"U_REGEX_RULE_SYNTAX","features":[400]},{"name":"U_REGEX_SET_CONTAINS_STRING","features":[400]},{"name":"U_REGEX_STACK_OVERFLOW","features":[400]},{"name":"U_REGEX_STOPPED_BY_CALLER","features":[400]},{"name":"U_REGEX_TIME_OUT","features":[400]},{"name":"U_REGEX_UNIMPLEMENTED","features":[400]},{"name":"U_RESOURCE_TYPE_MISMATCH","features":[400]},{"name":"U_RIGHT_TO_LEFT","features":[400]},{"name":"U_RIGHT_TO_LEFT_ARABIC","features":[400]},{"name":"U_RIGHT_TO_LEFT_EMBEDDING","features":[400]},{"name":"U_RIGHT_TO_LEFT_ISOLATE","features":[400]},{"name":"U_RIGHT_TO_LEFT_OVERRIDE","features":[400]},{"name":"U_RULE_MASK_ERROR","features":[400]},{"name":"U_SAFECLONE_ALLOCATED_WARNING","features":[400]},{"name":"U_SB_ATERM","features":[400]},{"name":"U_SB_CLOSE","features":[400]},{"name":"U_SB_CR","features":[400]},{"name":"U_SB_EXTEND","features":[400]},{"name":"U_SB_FORMAT","features":[400]},{"name":"U_SB_LF","features":[400]},{"name":"U_SB_LOWER","features":[400]},{"name":"U_SB_NUMERIC","features":[400]},{"name":"U_SB_OLETTER","features":[400]},{"name":"U_SB_OTHER","features":[400]},{"name":"U_SB_SCONTINUE","features":[400]},{"name":"U_SB_SEP","features":[400]},{"name":"U_SB_SP","features":[400]},{"name":"U_SB_STERM","features":[400]},{"name":"U_SB_UPPER","features":[400]},{"name":"U_SEGMENT_SEPARATOR","features":[400]},{"name":"U_SENTINEL","features":[400]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL","features":[400]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL_MASK","features":[400]},{"name":"U_SHAPE_AGGREGATE_TASHKEEL_NOOP","features":[400]},{"name":"U_SHAPE_DIGITS_ALEN2AN_INIT_AL","features":[400]},{"name":"U_SHAPE_DIGITS_ALEN2AN_INIT_LR","features":[400]},{"name":"U_SHAPE_DIGITS_AN2EN","features":[400]},{"name":"U_SHAPE_DIGITS_EN2AN","features":[400]},{"name":"U_SHAPE_DIGITS_MASK","features":[400]},{"name":"U_SHAPE_DIGITS_NOOP","features":[400]},{"name":"U_SHAPE_DIGITS_RESERVED","features":[400]},{"name":"U_SHAPE_DIGIT_TYPE_AN","features":[400]},{"name":"U_SHAPE_DIGIT_TYPE_AN_EXTENDED","features":[400]},{"name":"U_SHAPE_DIGIT_TYPE_MASK","features":[400]},{"name":"U_SHAPE_DIGIT_TYPE_RESERVED","features":[400]},{"name":"U_SHAPE_LAMALEF_AUTO","features":[400]},{"name":"U_SHAPE_LAMALEF_BEGIN","features":[400]},{"name":"U_SHAPE_LAMALEF_END","features":[400]},{"name":"U_SHAPE_LAMALEF_MASK","features":[400]},{"name":"U_SHAPE_LAMALEF_NEAR","features":[400]},{"name":"U_SHAPE_LAMALEF_RESIZE","features":[400]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_AT_BEGINNING","features":[400]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_AT_END","features":[400]},{"name":"U_SHAPE_LENGTH_FIXED_SPACES_NEAR","features":[400]},{"name":"U_SHAPE_LENGTH_GROW_SHRINK","features":[400]},{"name":"U_SHAPE_LENGTH_MASK","features":[400]},{"name":"U_SHAPE_LETTERS_MASK","features":[400]},{"name":"U_SHAPE_LETTERS_NOOP","features":[400]},{"name":"U_SHAPE_LETTERS_SHAPE","features":[400]},{"name":"U_SHAPE_LETTERS_SHAPE_TASHKEEL_ISOLATED","features":[400]},{"name":"U_SHAPE_LETTERS_UNSHAPE","features":[400]},{"name":"U_SHAPE_PRESERVE_PRESENTATION","features":[400]},{"name":"U_SHAPE_PRESERVE_PRESENTATION_MASK","features":[400]},{"name":"U_SHAPE_PRESERVE_PRESENTATION_NOOP","features":[400]},{"name":"U_SHAPE_SEEN_MASK","features":[400]},{"name":"U_SHAPE_SEEN_TWOCELL_NEAR","features":[400]},{"name":"U_SHAPE_SPACES_RELATIVE_TO_TEXT_BEGIN_END","features":[400]},{"name":"U_SHAPE_SPACES_RELATIVE_TO_TEXT_MASK","features":[400]},{"name":"U_SHAPE_TAIL_NEW_UNICODE","features":[400]},{"name":"U_SHAPE_TAIL_TYPE_MASK","features":[400]},{"name":"U_SHAPE_TASHKEEL_BEGIN","features":[400]},{"name":"U_SHAPE_TASHKEEL_END","features":[400]},{"name":"U_SHAPE_TASHKEEL_MASK","features":[400]},{"name":"U_SHAPE_TASHKEEL_REPLACE_BY_TATWEEL","features":[400]},{"name":"U_SHAPE_TASHKEEL_RESIZE","features":[400]},{"name":"U_SHAPE_TEXT_DIRECTION_LOGICAL","features":[400]},{"name":"U_SHAPE_TEXT_DIRECTION_MASK","features":[400]},{"name":"U_SHAPE_TEXT_DIRECTION_VISUAL_LTR","features":[400]},{"name":"U_SHAPE_TEXT_DIRECTION_VISUAL_RTL","features":[400]},{"name":"U_SHAPE_YEHHAMZA_MASK","features":[400]},{"name":"U_SHAPE_YEHHAMZA_TWOCELL_NEAR","features":[400]},{"name":"U_SHORT_PROPERTY_NAME","features":[400]},{"name":"U_SHOW_CPLUSPLUS_API","features":[400]},{"name":"U_SIZEOF_UCHAR","features":[400]},{"name":"U_SIZEOF_WCHAR_T","features":[400]},{"name":"U_SORT_KEY_TOO_SHORT_WARNING","features":[400]},{"name":"U_SPACE_SEPARATOR","features":[400]},{"name":"U_START_PUNCTUATION","features":[400]},{"name":"U_STATE_OLD_WARNING","features":[400]},{"name":"U_STATE_TOO_OLD_ERROR","features":[400]},{"name":"U_STRINGPREP_CHECK_BIDI_ERROR","features":[400]},{"name":"U_STRINGPREP_PROHIBITED_ERROR","features":[400]},{"name":"U_STRINGPREP_UNASSIGNED_ERROR","features":[400]},{"name":"U_STRING_NOT_TERMINATED_WARNING","features":[400]},{"name":"U_SURROGATE","features":[400]},{"name":"U_TITLECASE_ADJUST_TO_CASED","features":[400]},{"name":"U_TITLECASE_LETTER","features":[400]},{"name":"U_TITLECASE_NO_BREAK_ADJUSTMENT","features":[400]},{"name":"U_TITLECASE_NO_LOWERCASE","features":[400]},{"name":"U_TITLECASE_SENTENCES","features":[400]},{"name":"U_TITLECASE_WHOLE_STRING","features":[400]},{"name":"U_TOO_MANY_ALIASES_ERROR","features":[400]},{"name":"U_TRAILING_BACKSLASH","features":[400]},{"name":"U_TRUNCATED_CHAR_FOUND","features":[400]},{"name":"U_UNASSIGNED","features":[400]},{"name":"U_UNCLOSED_SEGMENT","features":[400]},{"name":"U_UNDEFINED_KEYWORD","features":[400]},{"name":"U_UNDEFINED_SEGMENT_REFERENCE","features":[400]},{"name":"U_UNDEFINED_VARIABLE","features":[400]},{"name":"U_UNEXPECTED_TOKEN","features":[400]},{"name":"U_UNICODE_CHAR_NAME","features":[400]},{"name":"U_UNICODE_VERSION","features":[400]},{"name":"U_UNMATCHED_BRACES","features":[400]},{"name":"U_UNQUOTED_SPECIAL","features":[400]},{"name":"U_UNSUPPORTED_ATTRIBUTE","features":[400]},{"name":"U_UNSUPPORTED_ERROR","features":[400]},{"name":"U_UNSUPPORTED_ESCAPE_SEQUENCE","features":[400]},{"name":"U_UNSUPPORTED_PROPERTY","features":[400]},{"name":"U_UNTERMINATED_QUOTE","features":[400]},{"name":"U_UPPERCASE_LETTER","features":[400]},{"name":"U_USELESS_COLLATOR_ERROR","features":[400]},{"name":"U_USING_DEFAULT_WARNING","features":[400]},{"name":"U_USING_FALLBACK_WARNING","features":[400]},{"name":"U_USING_ICU_NAMESPACE","features":[400]},{"name":"U_VARIABLE_RANGE_EXHAUSTED","features":[400]},{"name":"U_VARIABLE_RANGE_OVERLAP","features":[400]},{"name":"U_VO_ROTATED","features":[400]},{"name":"U_VO_TRANSFORMED_ROTATED","features":[400]},{"name":"U_VO_TRANSFORMED_UPRIGHT","features":[400]},{"name":"U_VO_UPRIGHT","features":[400]},{"name":"U_WB_ALETTER","features":[400]},{"name":"U_WB_CR","features":[400]},{"name":"U_WB_DOUBLE_QUOTE","features":[400]},{"name":"U_WB_EXTEND","features":[400]},{"name":"U_WB_EXTENDNUMLET","features":[400]},{"name":"U_WB_E_BASE","features":[400]},{"name":"U_WB_E_BASE_GAZ","features":[400]},{"name":"U_WB_E_MODIFIER","features":[400]},{"name":"U_WB_FORMAT","features":[400]},{"name":"U_WB_GLUE_AFTER_ZWJ","features":[400]},{"name":"U_WB_HEBREW_LETTER","features":[400]},{"name":"U_WB_KATAKANA","features":[400]},{"name":"U_WB_LF","features":[400]},{"name":"U_WB_MIDLETTER","features":[400]},{"name":"U_WB_MIDNUM","features":[400]},{"name":"U_WB_MIDNUMLET","features":[400]},{"name":"U_WB_NEWLINE","features":[400]},{"name":"U_WB_NUMERIC","features":[400]},{"name":"U_WB_OTHER","features":[400]},{"name":"U_WB_REGIONAL_INDICATOR","features":[400]},{"name":"U_WB_SINGLE_QUOTE","features":[400]},{"name":"U_WB_WSEGSPACE","features":[400]},{"name":"U_WB_ZWJ","features":[400]},{"name":"U_WHITE_SPACE_NEUTRAL","features":[400]},{"name":"U_ZERO_ERROR","features":[400]},{"name":"UpdateCalendarDayOfWeek","features":[305,400]},{"name":"VS_ALLOW_LATIN","features":[400]},{"name":"VerifyScripts","features":[305,400]},{"name":"WC_COMPOSITECHECK","features":[400]},{"name":"WC_DEFAULTCHAR","features":[400]},{"name":"WC_DISCARDNS","features":[400]},{"name":"WC_ERR_INVALID_CHARS","features":[400]},{"name":"WC_NO_BEST_FIT_CHARS","features":[400]},{"name":"WC_SEPCHARS","features":[400]},{"name":"WORDLIST_TYPE","features":[400]},{"name":"WORDLIST_TYPE_ADD","features":[400]},{"name":"WORDLIST_TYPE_AUTOCORRECT","features":[400]},{"name":"WORDLIST_TYPE_EXCLUDE","features":[400]},{"name":"WORDLIST_TYPE_IGNORE","features":[400]},{"name":"WeekUnit","features":[400]},{"name":"WideCharToMultiByte","features":[305,400]},{"name":"YearUnit","features":[400]},{"name":"lstrcatA","features":[400]},{"name":"lstrcatW","features":[400]},{"name":"lstrcmpA","features":[400]},{"name":"lstrcmpW","features":[400]},{"name":"lstrcmpiA","features":[400]},{"name":"lstrcmpiW","features":[400]},{"name":"lstrcpyA","features":[400]},{"name":"lstrcpyW","features":[400]},{"name":"lstrcpynA","features":[400]},{"name":"lstrcpynW","features":[400]},{"name":"lstrlenA","features":[400]},{"name":"lstrlenW","features":[400]},{"name":"sidArabic","features":[400]},{"name":"sidArmenian","features":[400]},{"name":"sidAsciiLatin","features":[400]},{"name":"sidAsciiSym","features":[400]},{"name":"sidBengali","features":[400]},{"name":"sidBopomofo","features":[400]},{"name":"sidBraille","features":[400]},{"name":"sidBurmese","features":[400]},{"name":"sidCanSyllabic","features":[400]},{"name":"sidCherokee","features":[400]},{"name":"sidCyrillic","features":[400]},{"name":"sidDefault","features":[400]},{"name":"sidDevanagari","features":[400]},{"name":"sidEthiopic","features":[400]},{"name":"sidFEFirst","features":[400]},{"name":"sidFELast","features":[400]},{"name":"sidGeorgian","features":[400]},{"name":"sidGreek","features":[400]},{"name":"sidGujarati","features":[400]},{"name":"sidGurmukhi","features":[400]},{"name":"sidHan","features":[400]},{"name":"sidHangul","features":[400]},{"name":"sidHebrew","features":[400]},{"name":"sidKana","features":[400]},{"name":"sidKannada","features":[400]},{"name":"sidKhmer","features":[400]},{"name":"sidLao","features":[400]},{"name":"sidLatin","features":[400]},{"name":"sidLim","features":[400]},{"name":"sidMalayalam","features":[400]},{"name":"sidMerge","features":[400]},{"name":"sidMongolian","features":[400]},{"name":"sidOgham","features":[400]},{"name":"sidOriya","features":[400]},{"name":"sidRunic","features":[400]},{"name":"sidSinhala","features":[400]},{"name":"sidSyriac","features":[400]},{"name":"sidTamil","features":[400]},{"name":"sidTelugu","features":[400]},{"name":"sidThaana","features":[400]},{"name":"sidThai","features":[400]},{"name":"sidTibetan","features":[400]},{"name":"sidUserDefined","features":[400]},{"name":"sidYi","features":[400]},{"name":"u_UCharsToChars","features":[400]},{"name":"u_austrcpy","features":[400]},{"name":"u_austrncpy","features":[400]},{"name":"u_catclose","features":[400]},{"name":"u_catgets","features":[400]},{"name":"u_catopen","features":[400]},{"name":"u_charAge","features":[400]},{"name":"u_charDigitValue","features":[400]},{"name":"u_charDirection","features":[400]},{"name":"u_charFromName","features":[400]},{"name":"u_charMirror","features":[400]},{"name":"u_charName","features":[400]},{"name":"u_charType","features":[400]},{"name":"u_charsToUChars","features":[400]},{"name":"u_cleanup","features":[400]},{"name":"u_countChar32","features":[400]},{"name":"u_digit","features":[400]},{"name":"u_enumCharNames","features":[400]},{"name":"u_enumCharTypes","features":[400]},{"name":"u_errorName","features":[400]},{"name":"u_foldCase","features":[400]},{"name":"u_forDigit","features":[400]},{"name":"u_formatMessage","features":[400]},{"name":"u_formatMessageWithError","features":[400]},{"name":"u_getBidiPairedBracket","features":[400]},{"name":"u_getBinaryPropertySet","features":[400]},{"name":"u_getCombiningClass","features":[400]},{"name":"u_getDataVersion","features":[400]},{"name":"u_getFC_NFKC_Closure","features":[400]},{"name":"u_getIntPropertyMap","features":[400]},{"name":"u_getIntPropertyMaxValue","features":[400]},{"name":"u_getIntPropertyMinValue","features":[400]},{"name":"u_getIntPropertyValue","features":[400]},{"name":"u_getNumericValue","features":[400]},{"name":"u_getPropertyEnum","features":[400]},{"name":"u_getPropertyName","features":[400]},{"name":"u_getPropertyValueEnum","features":[400]},{"name":"u_getPropertyValueName","features":[400]},{"name":"u_getUnicodeVersion","features":[400]},{"name":"u_getVersion","features":[400]},{"name":"u_hasBinaryProperty","features":[400]},{"name":"u_init","features":[400]},{"name":"u_isIDIgnorable","features":[400]},{"name":"u_isIDPart","features":[400]},{"name":"u_isIDStart","features":[400]},{"name":"u_isISOControl","features":[400]},{"name":"u_isJavaIDPart","features":[400]},{"name":"u_isJavaIDStart","features":[400]},{"name":"u_isJavaSpaceChar","features":[400]},{"name":"u_isMirrored","features":[400]},{"name":"u_isUAlphabetic","features":[400]},{"name":"u_isULowercase","features":[400]},{"name":"u_isUUppercase","features":[400]},{"name":"u_isUWhiteSpace","features":[400]},{"name":"u_isWhitespace","features":[400]},{"name":"u_isalnum","features":[400]},{"name":"u_isalpha","features":[400]},{"name":"u_isbase","features":[400]},{"name":"u_isblank","features":[400]},{"name":"u_iscntrl","features":[400]},{"name":"u_isdefined","features":[400]},{"name":"u_isdigit","features":[400]},{"name":"u_isgraph","features":[400]},{"name":"u_islower","features":[400]},{"name":"u_isprint","features":[400]},{"name":"u_ispunct","features":[400]},{"name":"u_isspace","features":[400]},{"name":"u_istitle","features":[400]},{"name":"u_isupper","features":[400]},{"name":"u_isxdigit","features":[400]},{"name":"u_memcasecmp","features":[400]},{"name":"u_memchr","features":[400]},{"name":"u_memchr32","features":[400]},{"name":"u_memcmp","features":[400]},{"name":"u_memcmpCodePointOrder","features":[400]},{"name":"u_memcpy","features":[400]},{"name":"u_memmove","features":[400]},{"name":"u_memrchr","features":[400]},{"name":"u_memrchr32","features":[400]},{"name":"u_memset","features":[400]},{"name":"u_parseMessage","features":[400]},{"name":"u_parseMessageWithError","features":[400]},{"name":"u_setMemoryFunctions","features":[400]},{"name":"u_shapeArabic","features":[400]},{"name":"u_strCaseCompare","features":[400]},{"name":"u_strCompare","features":[400]},{"name":"u_strCompareIter","features":[400]},{"name":"u_strFindFirst","features":[400]},{"name":"u_strFindLast","features":[400]},{"name":"u_strFoldCase","features":[400]},{"name":"u_strFromJavaModifiedUTF8WithSub","features":[400]},{"name":"u_strFromUTF32","features":[400]},{"name":"u_strFromUTF32WithSub","features":[400]},{"name":"u_strFromUTF8","features":[400]},{"name":"u_strFromUTF8Lenient","features":[400]},{"name":"u_strFromUTF8WithSub","features":[400]},{"name":"u_strFromWCS","features":[400]},{"name":"u_strHasMoreChar32Than","features":[400]},{"name":"u_strToJavaModifiedUTF8","features":[400]},{"name":"u_strToLower","features":[400]},{"name":"u_strToTitle","features":[400]},{"name":"u_strToUTF32","features":[400]},{"name":"u_strToUTF32WithSub","features":[400]},{"name":"u_strToUTF8","features":[400]},{"name":"u_strToUTF8WithSub","features":[400]},{"name":"u_strToUpper","features":[400]},{"name":"u_strToWCS","features":[400]},{"name":"u_strcasecmp","features":[400]},{"name":"u_strcat","features":[400]},{"name":"u_strchr","features":[400]},{"name":"u_strchr32","features":[400]},{"name":"u_strcmp","features":[400]},{"name":"u_strcmpCodePointOrder","features":[400]},{"name":"u_strcpy","features":[400]},{"name":"u_strcspn","features":[400]},{"name":"u_strlen","features":[400]},{"name":"u_strncasecmp","features":[400]},{"name":"u_strncat","features":[400]},{"name":"u_strncmp","features":[400]},{"name":"u_strncmpCodePointOrder","features":[400]},{"name":"u_strncpy","features":[400]},{"name":"u_strpbrk","features":[400]},{"name":"u_strrchr","features":[400]},{"name":"u_strrchr32","features":[400]},{"name":"u_strrstr","features":[400]},{"name":"u_strspn","features":[400]},{"name":"u_strstr","features":[400]},{"name":"u_strtok_r","features":[400]},{"name":"u_tolower","features":[400]},{"name":"u_totitle","features":[400]},{"name":"u_toupper","features":[400]},{"name":"u_uastrcpy","features":[400]},{"name":"u_uastrncpy","features":[400]},{"name":"u_unescape","features":[400]},{"name":"u_unescapeAt","features":[400]},{"name":"u_versionFromString","features":[400]},{"name":"u_versionFromUString","features":[400]},{"name":"u_versionToString","features":[400]},{"name":"u_vformatMessage","features":[400]},{"name":"u_vformatMessageWithError","features":[400]},{"name":"u_vparseMessage","features":[400]},{"name":"u_vparseMessageWithError","features":[400]},{"name":"ubidi_close","features":[400]},{"name":"ubidi_countParagraphs","features":[400]},{"name":"ubidi_countRuns","features":[400]},{"name":"ubidi_getBaseDirection","features":[400]},{"name":"ubidi_getClassCallback","features":[400]},{"name":"ubidi_getCustomizedClass","features":[400]},{"name":"ubidi_getDirection","features":[400]},{"name":"ubidi_getLength","features":[400]},{"name":"ubidi_getLevelAt","features":[400]},{"name":"ubidi_getLevels","features":[400]},{"name":"ubidi_getLogicalIndex","features":[400]},{"name":"ubidi_getLogicalMap","features":[400]},{"name":"ubidi_getLogicalRun","features":[400]},{"name":"ubidi_getParaLevel","features":[400]},{"name":"ubidi_getParagraph","features":[400]},{"name":"ubidi_getParagraphByIndex","features":[400]},{"name":"ubidi_getProcessedLength","features":[400]},{"name":"ubidi_getReorderingMode","features":[400]},{"name":"ubidi_getReorderingOptions","features":[400]},{"name":"ubidi_getResultLength","features":[400]},{"name":"ubidi_getText","features":[400]},{"name":"ubidi_getVisualIndex","features":[400]},{"name":"ubidi_getVisualMap","features":[400]},{"name":"ubidi_getVisualRun","features":[400]},{"name":"ubidi_invertMap","features":[400]},{"name":"ubidi_isInverse","features":[400]},{"name":"ubidi_isOrderParagraphsLTR","features":[400]},{"name":"ubidi_open","features":[400]},{"name":"ubidi_openSized","features":[400]},{"name":"ubidi_orderParagraphsLTR","features":[400]},{"name":"ubidi_reorderLogical","features":[400]},{"name":"ubidi_reorderVisual","features":[400]},{"name":"ubidi_setClassCallback","features":[400]},{"name":"ubidi_setContext","features":[400]},{"name":"ubidi_setInverse","features":[400]},{"name":"ubidi_setLine","features":[400]},{"name":"ubidi_setPara","features":[400]},{"name":"ubidi_setReorderingMode","features":[400]},{"name":"ubidi_setReorderingOptions","features":[400]},{"name":"ubidi_writeReordered","features":[400]},{"name":"ubidi_writeReverse","features":[400]},{"name":"ubiditransform_close","features":[400]},{"name":"ubiditransform_open","features":[400]},{"name":"ubiditransform_transform","features":[400]},{"name":"ublock_getCode","features":[400]},{"name":"ubrk_close","features":[400]},{"name":"ubrk_countAvailable","features":[400]},{"name":"ubrk_current","features":[400]},{"name":"ubrk_first","features":[400]},{"name":"ubrk_following","features":[400]},{"name":"ubrk_getAvailable","features":[400]},{"name":"ubrk_getBinaryRules","features":[400]},{"name":"ubrk_getLocaleByType","features":[400]},{"name":"ubrk_getRuleStatus","features":[400]},{"name":"ubrk_getRuleStatusVec","features":[400]},{"name":"ubrk_isBoundary","features":[400]},{"name":"ubrk_last","features":[400]},{"name":"ubrk_next","features":[400]},{"name":"ubrk_open","features":[400]},{"name":"ubrk_openBinaryRules","features":[400]},{"name":"ubrk_openRules","features":[400]},{"name":"ubrk_preceding","features":[400]},{"name":"ubrk_previous","features":[400]},{"name":"ubrk_refreshUText","features":[400]},{"name":"ubrk_safeClone","features":[400]},{"name":"ubrk_setText","features":[400]},{"name":"ubrk_setUText","features":[400]},{"name":"ucal_add","features":[400]},{"name":"ucal_clear","features":[400]},{"name":"ucal_clearField","features":[400]},{"name":"ucal_clone","features":[400]},{"name":"ucal_close","features":[400]},{"name":"ucal_countAvailable","features":[400]},{"name":"ucal_equivalentTo","features":[400]},{"name":"ucal_get","features":[400]},{"name":"ucal_getAttribute","features":[400]},{"name":"ucal_getAvailable","features":[400]},{"name":"ucal_getCanonicalTimeZoneID","features":[400]},{"name":"ucal_getDSTSavings","features":[400]},{"name":"ucal_getDayOfWeekType","features":[400]},{"name":"ucal_getDefaultTimeZone","features":[400]},{"name":"ucal_getFieldDifference","features":[400]},{"name":"ucal_getGregorianChange","features":[400]},{"name":"ucal_getHostTimeZone","features":[400]},{"name":"ucal_getKeywordValuesForLocale","features":[400]},{"name":"ucal_getLimit","features":[400]},{"name":"ucal_getLocaleByType","features":[400]},{"name":"ucal_getMillis","features":[400]},{"name":"ucal_getNow","features":[400]},{"name":"ucal_getTZDataVersion","features":[400]},{"name":"ucal_getTimeZoneDisplayName","features":[400]},{"name":"ucal_getTimeZoneID","features":[400]},{"name":"ucal_getTimeZoneIDForWindowsID","features":[400]},{"name":"ucal_getTimeZoneTransitionDate","features":[400]},{"name":"ucal_getType","features":[400]},{"name":"ucal_getWeekendTransition","features":[400]},{"name":"ucal_getWindowsTimeZoneID","features":[400]},{"name":"ucal_inDaylightTime","features":[400]},{"name":"ucal_isSet","features":[400]},{"name":"ucal_isWeekend","features":[400]},{"name":"ucal_open","features":[400]},{"name":"ucal_openCountryTimeZones","features":[400]},{"name":"ucal_openTimeZoneIDEnumeration","features":[400]},{"name":"ucal_openTimeZones","features":[400]},{"name":"ucal_roll","features":[400]},{"name":"ucal_set","features":[400]},{"name":"ucal_setAttribute","features":[400]},{"name":"ucal_setDate","features":[400]},{"name":"ucal_setDateTime","features":[400]},{"name":"ucal_setDefaultTimeZone","features":[400]},{"name":"ucal_setGregorianChange","features":[400]},{"name":"ucal_setMillis","features":[400]},{"name":"ucal_setTimeZone","features":[400]},{"name":"ucasemap_close","features":[400]},{"name":"ucasemap_getBreakIterator","features":[400]},{"name":"ucasemap_getLocale","features":[400]},{"name":"ucasemap_getOptions","features":[400]},{"name":"ucasemap_open","features":[400]},{"name":"ucasemap_setBreakIterator","features":[400]},{"name":"ucasemap_setLocale","features":[400]},{"name":"ucasemap_setOptions","features":[400]},{"name":"ucasemap_toTitle","features":[400]},{"name":"ucasemap_utf8FoldCase","features":[400]},{"name":"ucasemap_utf8ToLower","features":[400]},{"name":"ucasemap_utf8ToTitle","features":[400]},{"name":"ucasemap_utf8ToUpper","features":[400]},{"name":"ucfpos_close","features":[400]},{"name":"ucfpos_constrainCategory","features":[400]},{"name":"ucfpos_constrainField","features":[400]},{"name":"ucfpos_getCategory","features":[400]},{"name":"ucfpos_getField","features":[400]},{"name":"ucfpos_getIndexes","features":[400]},{"name":"ucfpos_getInt64IterationContext","features":[400]},{"name":"ucfpos_matchesField","features":[400]},{"name":"ucfpos_open","features":[400]},{"name":"ucfpos_reset","features":[400]},{"name":"ucfpos_setInt64IterationContext","features":[400]},{"name":"ucfpos_setState","features":[400]},{"name":"ucnv_cbFromUWriteBytes","features":[400]},{"name":"ucnv_cbFromUWriteSub","features":[400]},{"name":"ucnv_cbFromUWriteUChars","features":[400]},{"name":"ucnv_cbToUWriteSub","features":[400]},{"name":"ucnv_cbToUWriteUChars","features":[400]},{"name":"ucnv_close","features":[400]},{"name":"ucnv_compareNames","features":[400]},{"name":"ucnv_convert","features":[400]},{"name":"ucnv_convertEx","features":[400]},{"name":"ucnv_countAliases","features":[400]},{"name":"ucnv_countAvailable","features":[400]},{"name":"ucnv_countStandards","features":[400]},{"name":"ucnv_detectUnicodeSignature","features":[400]},{"name":"ucnv_fixFileSeparator","features":[400]},{"name":"ucnv_flushCache","features":[400]},{"name":"ucnv_fromAlgorithmic","features":[400]},{"name":"ucnv_fromUChars","features":[400]},{"name":"ucnv_fromUCountPending","features":[400]},{"name":"ucnv_fromUnicode","features":[400]},{"name":"ucnv_getAlias","features":[400]},{"name":"ucnv_getAliases","features":[400]},{"name":"ucnv_getAvailableName","features":[400]},{"name":"ucnv_getCCSID","features":[400]},{"name":"ucnv_getCanonicalName","features":[400]},{"name":"ucnv_getDefaultName","features":[400]},{"name":"ucnv_getDisplayName","features":[400]},{"name":"ucnv_getFromUCallBack","features":[400]},{"name":"ucnv_getInvalidChars","features":[400]},{"name":"ucnv_getInvalidUChars","features":[400]},{"name":"ucnv_getMaxCharSize","features":[400]},{"name":"ucnv_getMinCharSize","features":[400]},{"name":"ucnv_getName","features":[400]},{"name":"ucnv_getNextUChar","features":[400]},{"name":"ucnv_getPlatform","features":[400]},{"name":"ucnv_getStandard","features":[400]},{"name":"ucnv_getStandardName","features":[400]},{"name":"ucnv_getStarters","features":[400]},{"name":"ucnv_getSubstChars","features":[400]},{"name":"ucnv_getToUCallBack","features":[400]},{"name":"ucnv_getType","features":[400]},{"name":"ucnv_getUnicodeSet","features":[400]},{"name":"ucnv_isAmbiguous","features":[400]},{"name":"ucnv_isFixedWidth","features":[400]},{"name":"ucnv_open","features":[400]},{"name":"ucnv_openAllNames","features":[400]},{"name":"ucnv_openCCSID","features":[400]},{"name":"ucnv_openPackage","features":[400]},{"name":"ucnv_openStandardNames","features":[400]},{"name":"ucnv_openU","features":[400]},{"name":"ucnv_reset","features":[400]},{"name":"ucnv_resetFromUnicode","features":[400]},{"name":"ucnv_resetToUnicode","features":[400]},{"name":"ucnv_safeClone","features":[400]},{"name":"ucnv_setDefaultName","features":[400]},{"name":"ucnv_setFallback","features":[400]},{"name":"ucnv_setFromUCallBack","features":[400]},{"name":"ucnv_setSubstChars","features":[400]},{"name":"ucnv_setSubstString","features":[400]},{"name":"ucnv_setToUCallBack","features":[400]},{"name":"ucnv_toAlgorithmic","features":[400]},{"name":"ucnv_toUChars","features":[400]},{"name":"ucnv_toUCountPending","features":[400]},{"name":"ucnv_toUnicode","features":[400]},{"name":"ucnv_usesFallback","features":[400]},{"name":"ucnvsel_close","features":[400]},{"name":"ucnvsel_open","features":[400]},{"name":"ucnvsel_openFromSerialized","features":[400]},{"name":"ucnvsel_selectForString","features":[400]},{"name":"ucnvsel_selectForUTF8","features":[400]},{"name":"ucnvsel_serialize","features":[400]},{"name":"ucol_cloneBinary","features":[400]},{"name":"ucol_close","features":[400]},{"name":"ucol_closeElements","features":[400]},{"name":"ucol_countAvailable","features":[400]},{"name":"ucol_equal","features":[400]},{"name":"ucol_getAttribute","features":[400]},{"name":"ucol_getAvailable","features":[400]},{"name":"ucol_getBound","features":[400]},{"name":"ucol_getContractionsAndExpansions","features":[400]},{"name":"ucol_getDisplayName","features":[400]},{"name":"ucol_getEquivalentReorderCodes","features":[400]},{"name":"ucol_getFunctionalEquivalent","features":[400]},{"name":"ucol_getKeywordValues","features":[400]},{"name":"ucol_getKeywordValuesForLocale","features":[400]},{"name":"ucol_getKeywords","features":[400]},{"name":"ucol_getLocaleByType","features":[400]},{"name":"ucol_getMaxExpansion","features":[400]},{"name":"ucol_getMaxVariable","features":[400]},{"name":"ucol_getOffset","features":[400]},{"name":"ucol_getReorderCodes","features":[400]},{"name":"ucol_getRules","features":[400]},{"name":"ucol_getRulesEx","features":[400]},{"name":"ucol_getSortKey","features":[400]},{"name":"ucol_getStrength","features":[400]},{"name":"ucol_getTailoredSet","features":[400]},{"name":"ucol_getUCAVersion","features":[400]},{"name":"ucol_getVariableTop","features":[400]},{"name":"ucol_getVersion","features":[400]},{"name":"ucol_greater","features":[400]},{"name":"ucol_greaterOrEqual","features":[400]},{"name":"ucol_keyHashCode","features":[400]},{"name":"ucol_mergeSortkeys","features":[400]},{"name":"ucol_next","features":[400]},{"name":"ucol_nextSortKeyPart","features":[400]},{"name":"ucol_open","features":[400]},{"name":"ucol_openAvailableLocales","features":[400]},{"name":"ucol_openBinary","features":[400]},{"name":"ucol_openElements","features":[400]},{"name":"ucol_openRules","features":[400]},{"name":"ucol_previous","features":[400]},{"name":"ucol_primaryOrder","features":[400]},{"name":"ucol_reset","features":[400]},{"name":"ucol_safeClone","features":[400]},{"name":"ucol_secondaryOrder","features":[400]},{"name":"ucol_setAttribute","features":[400]},{"name":"ucol_setMaxVariable","features":[400]},{"name":"ucol_setOffset","features":[400]},{"name":"ucol_setReorderCodes","features":[400]},{"name":"ucol_setStrength","features":[400]},{"name":"ucol_setText","features":[400]},{"name":"ucol_strcoll","features":[400]},{"name":"ucol_strcollIter","features":[400]},{"name":"ucol_strcollUTF8","features":[400]},{"name":"ucol_tertiaryOrder","features":[400]},{"name":"ucpmap_get","features":[400]},{"name":"ucpmap_getRange","features":[400]},{"name":"ucptrie_close","features":[400]},{"name":"ucptrie_get","features":[400]},{"name":"ucptrie_getRange","features":[400]},{"name":"ucptrie_getType","features":[400]},{"name":"ucptrie_getValueWidth","features":[400]},{"name":"ucptrie_internalSmallIndex","features":[400]},{"name":"ucptrie_internalSmallU8Index","features":[400]},{"name":"ucptrie_internalU8PrevIndex","features":[400]},{"name":"ucptrie_openFromBinary","features":[400]},{"name":"ucptrie_toBinary","features":[400]},{"name":"ucsdet_close","features":[400]},{"name":"ucsdet_detect","features":[400]},{"name":"ucsdet_detectAll","features":[400]},{"name":"ucsdet_enableInputFilter","features":[400]},{"name":"ucsdet_getAllDetectableCharsets","features":[400]},{"name":"ucsdet_getConfidence","features":[400]},{"name":"ucsdet_getLanguage","features":[400]},{"name":"ucsdet_getName","features":[400]},{"name":"ucsdet_getUChars","features":[400]},{"name":"ucsdet_isInputFilterEnabled","features":[400]},{"name":"ucsdet_open","features":[400]},{"name":"ucsdet_setDeclaredEncoding","features":[400]},{"name":"ucsdet_setText","features":[400]},{"name":"ucurr_countCurrencies","features":[400]},{"name":"ucurr_forLocale","features":[400]},{"name":"ucurr_forLocaleAndDate","features":[400]},{"name":"ucurr_getDefaultFractionDigits","features":[400]},{"name":"ucurr_getDefaultFractionDigitsForUsage","features":[400]},{"name":"ucurr_getKeywordValuesForLocale","features":[400]},{"name":"ucurr_getName","features":[400]},{"name":"ucurr_getNumericCode","features":[400]},{"name":"ucurr_getPluralName","features":[400]},{"name":"ucurr_getRoundingIncrement","features":[400]},{"name":"ucurr_getRoundingIncrementForUsage","features":[400]},{"name":"ucurr_isAvailable","features":[400]},{"name":"ucurr_openISOCurrencies","features":[400]},{"name":"ucurr_register","features":[400]},{"name":"ucurr_unregister","features":[400]},{"name":"udat_adoptNumberFormat","features":[400]},{"name":"udat_adoptNumberFormatForFields","features":[400]},{"name":"udat_applyPattern","features":[400]},{"name":"udat_clone","features":[400]},{"name":"udat_close","features":[400]},{"name":"udat_countAvailable","features":[400]},{"name":"udat_countSymbols","features":[400]},{"name":"udat_format","features":[400]},{"name":"udat_formatCalendar","features":[400]},{"name":"udat_formatCalendarForFields","features":[400]},{"name":"udat_formatForFields","features":[400]},{"name":"udat_get2DigitYearStart","features":[400]},{"name":"udat_getAvailable","features":[400]},{"name":"udat_getBooleanAttribute","features":[400]},{"name":"udat_getCalendar","features":[400]},{"name":"udat_getContext","features":[400]},{"name":"udat_getLocaleByType","features":[400]},{"name":"udat_getNumberFormat","features":[400]},{"name":"udat_getNumberFormatForField","features":[400]},{"name":"udat_getSymbols","features":[400]},{"name":"udat_isLenient","features":[400]},{"name":"udat_open","features":[400]},{"name":"udat_parse","features":[400]},{"name":"udat_parseCalendar","features":[400]},{"name":"udat_set2DigitYearStart","features":[400]},{"name":"udat_setBooleanAttribute","features":[400]},{"name":"udat_setCalendar","features":[400]},{"name":"udat_setContext","features":[400]},{"name":"udat_setLenient","features":[400]},{"name":"udat_setNumberFormat","features":[400]},{"name":"udat_setSymbols","features":[400]},{"name":"udat_toCalendarDateField","features":[400]},{"name":"udat_toPattern","features":[400]},{"name":"udatpg_addPattern","features":[400]},{"name":"udatpg_clone","features":[400]},{"name":"udatpg_close","features":[400]},{"name":"udatpg_getAppendItemFormat","features":[400]},{"name":"udatpg_getAppendItemName","features":[400]},{"name":"udatpg_getBaseSkeleton","features":[400]},{"name":"udatpg_getBestPattern","features":[400]},{"name":"udatpg_getBestPatternWithOptions","features":[400]},{"name":"udatpg_getDateTimeFormat","features":[400]},{"name":"udatpg_getDecimal","features":[400]},{"name":"udatpg_getFieldDisplayName","features":[400]},{"name":"udatpg_getPatternForSkeleton","features":[400]},{"name":"udatpg_getSkeleton","features":[400]},{"name":"udatpg_open","features":[400]},{"name":"udatpg_openBaseSkeletons","features":[400]},{"name":"udatpg_openEmpty","features":[400]},{"name":"udatpg_openSkeletons","features":[400]},{"name":"udatpg_replaceFieldTypes","features":[400]},{"name":"udatpg_replaceFieldTypesWithOptions","features":[400]},{"name":"udatpg_setAppendItemFormat","features":[400]},{"name":"udatpg_setAppendItemName","features":[400]},{"name":"udatpg_setDateTimeFormat","features":[400]},{"name":"udatpg_setDecimal","features":[400]},{"name":"udtitvfmt_close","features":[400]},{"name":"udtitvfmt_closeResult","features":[400]},{"name":"udtitvfmt_format","features":[400]},{"name":"udtitvfmt_open","features":[400]},{"name":"udtitvfmt_openResult","features":[400]},{"name":"udtitvfmt_resultAsValue","features":[400]},{"name":"uenum_close","features":[400]},{"name":"uenum_count","features":[400]},{"name":"uenum_next","features":[400]},{"name":"uenum_openCharStringsEnumeration","features":[400]},{"name":"uenum_openUCharStringsEnumeration","features":[400]},{"name":"uenum_reset","features":[400]},{"name":"uenum_unext","features":[400]},{"name":"ufieldpositer_close","features":[400]},{"name":"ufieldpositer_next","features":[400]},{"name":"ufieldpositer_open","features":[400]},{"name":"ufmt_close","features":[400]},{"name":"ufmt_getArrayItemByIndex","features":[400]},{"name":"ufmt_getArrayLength","features":[400]},{"name":"ufmt_getDate","features":[400]},{"name":"ufmt_getDecNumChars","features":[400]},{"name":"ufmt_getDouble","features":[400]},{"name":"ufmt_getInt64","features":[400]},{"name":"ufmt_getLong","features":[400]},{"name":"ufmt_getObject","features":[400]},{"name":"ufmt_getType","features":[400]},{"name":"ufmt_getUChars","features":[400]},{"name":"ufmt_isNumeric","features":[400]},{"name":"ufmt_open","features":[400]},{"name":"ufmtval_getString","features":[400]},{"name":"ufmtval_nextPosition","features":[400]},{"name":"ugender_getInstance","features":[400]},{"name":"ugender_getListGender","features":[400]},{"name":"uidna_close","features":[400]},{"name":"uidna_labelToASCII","features":[400]},{"name":"uidna_labelToASCII_UTF8","features":[400]},{"name":"uidna_labelToUnicode","features":[400]},{"name":"uidna_labelToUnicodeUTF8","features":[400]},{"name":"uidna_nameToASCII","features":[400]},{"name":"uidna_nameToASCII_UTF8","features":[400]},{"name":"uidna_nameToUnicode","features":[400]},{"name":"uidna_nameToUnicodeUTF8","features":[400]},{"name":"uidna_openUTS46","features":[400]},{"name":"uiter_current32","features":[400]},{"name":"uiter_getState","features":[400]},{"name":"uiter_next32","features":[400]},{"name":"uiter_previous32","features":[400]},{"name":"uiter_setState","features":[400]},{"name":"uiter_setString","features":[400]},{"name":"uiter_setUTF16BE","features":[400]},{"name":"uiter_setUTF8","features":[400]},{"name":"uldn_close","features":[400]},{"name":"uldn_getContext","features":[400]},{"name":"uldn_getDialectHandling","features":[400]},{"name":"uldn_getLocale","features":[400]},{"name":"uldn_keyDisplayName","features":[400]},{"name":"uldn_keyValueDisplayName","features":[400]},{"name":"uldn_languageDisplayName","features":[400]},{"name":"uldn_localeDisplayName","features":[400]},{"name":"uldn_open","features":[400]},{"name":"uldn_openForContext","features":[400]},{"name":"uldn_regionDisplayName","features":[400]},{"name":"uldn_scriptCodeDisplayName","features":[400]},{"name":"uldn_scriptDisplayName","features":[400]},{"name":"uldn_variantDisplayName","features":[400]},{"name":"ulistfmt_close","features":[400]},{"name":"ulistfmt_closeResult","features":[400]},{"name":"ulistfmt_format","features":[400]},{"name":"ulistfmt_formatStringsToResult","features":[400]},{"name":"ulistfmt_open","features":[400]},{"name":"ulistfmt_openForType","features":[400]},{"name":"ulistfmt_openResult","features":[400]},{"name":"ulistfmt_resultAsValue","features":[400]},{"name":"uloc_acceptLanguage","features":[400]},{"name":"uloc_acceptLanguageFromHTTP","features":[400]},{"name":"uloc_addLikelySubtags","features":[400]},{"name":"uloc_canonicalize","features":[400]},{"name":"uloc_countAvailable","features":[400]},{"name":"uloc_forLanguageTag","features":[400]},{"name":"uloc_getAvailable","features":[400]},{"name":"uloc_getBaseName","features":[400]},{"name":"uloc_getCharacterOrientation","features":[400]},{"name":"uloc_getCountry","features":[400]},{"name":"uloc_getDefault","features":[400]},{"name":"uloc_getDisplayCountry","features":[400]},{"name":"uloc_getDisplayKeyword","features":[400]},{"name":"uloc_getDisplayKeywordValue","features":[400]},{"name":"uloc_getDisplayLanguage","features":[400]},{"name":"uloc_getDisplayName","features":[400]},{"name":"uloc_getDisplayScript","features":[400]},{"name":"uloc_getDisplayVariant","features":[400]},{"name":"uloc_getISO3Country","features":[400]},{"name":"uloc_getISO3Language","features":[400]},{"name":"uloc_getISOCountries","features":[400]},{"name":"uloc_getISOLanguages","features":[400]},{"name":"uloc_getKeywordValue","features":[400]},{"name":"uloc_getLCID","features":[400]},{"name":"uloc_getLanguage","features":[400]},{"name":"uloc_getLineOrientation","features":[400]},{"name":"uloc_getLocaleForLCID","features":[400]},{"name":"uloc_getName","features":[400]},{"name":"uloc_getParent","features":[400]},{"name":"uloc_getScript","features":[400]},{"name":"uloc_getVariant","features":[400]},{"name":"uloc_isRightToLeft","features":[400]},{"name":"uloc_minimizeSubtags","features":[400]},{"name":"uloc_openAvailableByType","features":[400]},{"name":"uloc_openKeywords","features":[400]},{"name":"uloc_setDefault","features":[400]},{"name":"uloc_setKeywordValue","features":[400]},{"name":"uloc_toLanguageTag","features":[400]},{"name":"uloc_toLegacyKey","features":[400]},{"name":"uloc_toLegacyType","features":[400]},{"name":"uloc_toUnicodeLocaleKey","features":[400]},{"name":"uloc_toUnicodeLocaleType","features":[400]},{"name":"ulocdata_close","features":[400]},{"name":"ulocdata_getCLDRVersion","features":[400]},{"name":"ulocdata_getDelimiter","features":[400]},{"name":"ulocdata_getExemplarSet","features":[400]},{"name":"ulocdata_getLocaleDisplayPattern","features":[400]},{"name":"ulocdata_getLocaleSeparator","features":[400]},{"name":"ulocdata_getMeasurementSystem","features":[400]},{"name":"ulocdata_getNoSubstitute","features":[400]},{"name":"ulocdata_getPaperSize","features":[400]},{"name":"ulocdata_open","features":[400]},{"name":"ulocdata_setNoSubstitute","features":[400]},{"name":"umsg_applyPattern","features":[400]},{"name":"umsg_autoQuoteApostrophe","features":[400]},{"name":"umsg_clone","features":[400]},{"name":"umsg_close","features":[400]},{"name":"umsg_format","features":[400]},{"name":"umsg_getLocale","features":[400]},{"name":"umsg_open","features":[400]},{"name":"umsg_parse","features":[400]},{"name":"umsg_setLocale","features":[400]},{"name":"umsg_toPattern","features":[400]},{"name":"umsg_vformat","features":[400]},{"name":"umsg_vparse","features":[400]},{"name":"umutablecptrie_buildImmutable","features":[400]},{"name":"umutablecptrie_clone","features":[400]},{"name":"umutablecptrie_close","features":[400]},{"name":"umutablecptrie_fromUCPMap","features":[400]},{"name":"umutablecptrie_fromUCPTrie","features":[400]},{"name":"umutablecptrie_get","features":[400]},{"name":"umutablecptrie_getRange","features":[400]},{"name":"umutablecptrie_open","features":[400]},{"name":"umutablecptrie_set","features":[400]},{"name":"umutablecptrie_setRange","features":[400]},{"name":"unorm2_append","features":[400]},{"name":"unorm2_close","features":[400]},{"name":"unorm2_composePair","features":[400]},{"name":"unorm2_getCombiningClass","features":[400]},{"name":"unorm2_getDecomposition","features":[400]},{"name":"unorm2_getInstance","features":[400]},{"name":"unorm2_getNFCInstance","features":[400]},{"name":"unorm2_getNFDInstance","features":[400]},{"name":"unorm2_getNFKCCasefoldInstance","features":[400]},{"name":"unorm2_getNFKCInstance","features":[400]},{"name":"unorm2_getNFKDInstance","features":[400]},{"name":"unorm2_getRawDecomposition","features":[400]},{"name":"unorm2_hasBoundaryAfter","features":[400]},{"name":"unorm2_hasBoundaryBefore","features":[400]},{"name":"unorm2_isInert","features":[400]},{"name":"unorm2_isNormalized","features":[400]},{"name":"unorm2_normalize","features":[400]},{"name":"unorm2_normalizeSecondAndAppend","features":[400]},{"name":"unorm2_openFiltered","features":[400]},{"name":"unorm2_quickCheck","features":[400]},{"name":"unorm2_spanQuickCheckYes","features":[400]},{"name":"unorm_compare","features":[400]},{"name":"unum_applyPattern","features":[400]},{"name":"unum_clone","features":[400]},{"name":"unum_close","features":[400]},{"name":"unum_countAvailable","features":[400]},{"name":"unum_format","features":[400]},{"name":"unum_formatDecimal","features":[400]},{"name":"unum_formatDouble","features":[400]},{"name":"unum_formatDoubleCurrency","features":[400]},{"name":"unum_formatDoubleForFields","features":[400]},{"name":"unum_formatInt64","features":[400]},{"name":"unum_formatUFormattable","features":[400]},{"name":"unum_getAttribute","features":[400]},{"name":"unum_getAvailable","features":[400]},{"name":"unum_getContext","features":[400]},{"name":"unum_getDoubleAttribute","features":[400]},{"name":"unum_getLocaleByType","features":[400]},{"name":"unum_getSymbol","features":[400]},{"name":"unum_getTextAttribute","features":[400]},{"name":"unum_open","features":[400]},{"name":"unum_parse","features":[400]},{"name":"unum_parseDecimal","features":[400]},{"name":"unum_parseDouble","features":[400]},{"name":"unum_parseDoubleCurrency","features":[400]},{"name":"unum_parseInt64","features":[400]},{"name":"unum_parseToUFormattable","features":[400]},{"name":"unum_setAttribute","features":[400]},{"name":"unum_setContext","features":[400]},{"name":"unum_setDoubleAttribute","features":[400]},{"name":"unum_setSymbol","features":[400]},{"name":"unum_setTextAttribute","features":[400]},{"name":"unum_toPattern","features":[400]},{"name":"unumf_close","features":[400]},{"name":"unumf_closeResult","features":[400]},{"name":"unumf_formatDecimal","features":[400]},{"name":"unumf_formatDouble","features":[400]},{"name":"unumf_formatInt","features":[400]},{"name":"unumf_openForSkeletonAndLocale","features":[400]},{"name":"unumf_openForSkeletonAndLocaleWithError","features":[400]},{"name":"unumf_openResult","features":[400]},{"name":"unumf_resultAsValue","features":[400]},{"name":"unumf_resultGetAllFieldPositions","features":[400]},{"name":"unumf_resultNextFieldPosition","features":[400]},{"name":"unumf_resultToString","features":[400]},{"name":"unumsys_close","features":[400]},{"name":"unumsys_getDescription","features":[400]},{"name":"unumsys_getName","features":[400]},{"name":"unumsys_getRadix","features":[400]},{"name":"unumsys_isAlgorithmic","features":[400]},{"name":"unumsys_open","features":[400]},{"name":"unumsys_openAvailableNames","features":[400]},{"name":"unumsys_openByName","features":[400]},{"name":"uplrules_close","features":[400]},{"name":"uplrules_getKeywords","features":[400]},{"name":"uplrules_open","features":[400]},{"name":"uplrules_openForType","features":[400]},{"name":"uplrules_select","features":[400]},{"name":"uplrules_selectFormatted","features":[400]},{"name":"uregex_appendReplacement","features":[400]},{"name":"uregex_appendReplacementUText","features":[400]},{"name":"uregex_appendTail","features":[400]},{"name":"uregex_appendTailUText","features":[400]},{"name":"uregex_clone","features":[400]},{"name":"uregex_close","features":[400]},{"name":"uregex_end","features":[400]},{"name":"uregex_end64","features":[400]},{"name":"uregex_find","features":[400]},{"name":"uregex_find64","features":[400]},{"name":"uregex_findNext","features":[400]},{"name":"uregex_flags","features":[400]},{"name":"uregex_getFindProgressCallback","features":[400]},{"name":"uregex_getMatchCallback","features":[400]},{"name":"uregex_getStackLimit","features":[400]},{"name":"uregex_getText","features":[400]},{"name":"uregex_getTimeLimit","features":[400]},{"name":"uregex_getUText","features":[400]},{"name":"uregex_group","features":[400]},{"name":"uregex_groupCount","features":[400]},{"name":"uregex_groupNumberFromCName","features":[400]},{"name":"uregex_groupNumberFromName","features":[400]},{"name":"uregex_groupUText","features":[400]},{"name":"uregex_hasAnchoringBounds","features":[400]},{"name":"uregex_hasTransparentBounds","features":[400]},{"name":"uregex_hitEnd","features":[400]},{"name":"uregex_lookingAt","features":[400]},{"name":"uregex_lookingAt64","features":[400]},{"name":"uregex_matches","features":[400]},{"name":"uregex_matches64","features":[400]},{"name":"uregex_open","features":[400]},{"name":"uregex_openC","features":[400]},{"name":"uregex_openUText","features":[400]},{"name":"uregex_pattern","features":[400]},{"name":"uregex_patternUText","features":[400]},{"name":"uregex_refreshUText","features":[400]},{"name":"uregex_regionEnd","features":[400]},{"name":"uregex_regionEnd64","features":[400]},{"name":"uregex_regionStart","features":[400]},{"name":"uregex_regionStart64","features":[400]},{"name":"uregex_replaceAll","features":[400]},{"name":"uregex_replaceAllUText","features":[400]},{"name":"uregex_replaceFirst","features":[400]},{"name":"uregex_replaceFirstUText","features":[400]},{"name":"uregex_requireEnd","features":[400]},{"name":"uregex_reset","features":[400]},{"name":"uregex_reset64","features":[400]},{"name":"uregex_setFindProgressCallback","features":[400]},{"name":"uregex_setMatchCallback","features":[400]},{"name":"uregex_setRegion","features":[400]},{"name":"uregex_setRegion64","features":[400]},{"name":"uregex_setRegionAndStart","features":[400]},{"name":"uregex_setStackLimit","features":[400]},{"name":"uregex_setText","features":[400]},{"name":"uregex_setTimeLimit","features":[400]},{"name":"uregex_setUText","features":[400]},{"name":"uregex_split","features":[400]},{"name":"uregex_splitUText","features":[400]},{"name":"uregex_start","features":[400]},{"name":"uregex_start64","features":[400]},{"name":"uregex_useAnchoringBounds","features":[400]},{"name":"uregex_useTransparentBounds","features":[400]},{"name":"uregion_areEqual","features":[400]},{"name":"uregion_contains","features":[400]},{"name":"uregion_getAvailable","features":[400]},{"name":"uregion_getContainedRegions","features":[400]},{"name":"uregion_getContainedRegionsOfType","features":[400]},{"name":"uregion_getContainingRegion","features":[400]},{"name":"uregion_getContainingRegionOfType","features":[400]},{"name":"uregion_getNumericCode","features":[400]},{"name":"uregion_getPreferredValues","features":[400]},{"name":"uregion_getRegionCode","features":[400]},{"name":"uregion_getRegionFromCode","features":[400]},{"name":"uregion_getRegionFromNumericCode","features":[400]},{"name":"uregion_getType","features":[400]},{"name":"ureldatefmt_close","features":[400]},{"name":"ureldatefmt_closeResult","features":[400]},{"name":"ureldatefmt_combineDateAndTime","features":[400]},{"name":"ureldatefmt_format","features":[400]},{"name":"ureldatefmt_formatNumeric","features":[400]},{"name":"ureldatefmt_formatNumericToResult","features":[400]},{"name":"ureldatefmt_formatToResult","features":[400]},{"name":"ureldatefmt_open","features":[400]},{"name":"ureldatefmt_openResult","features":[400]},{"name":"ureldatefmt_resultAsValue","features":[400]},{"name":"ures_close","features":[400]},{"name":"ures_getBinary","features":[400]},{"name":"ures_getByIndex","features":[400]},{"name":"ures_getByKey","features":[400]},{"name":"ures_getInt","features":[400]},{"name":"ures_getIntVector","features":[400]},{"name":"ures_getKey","features":[400]},{"name":"ures_getLocaleByType","features":[400]},{"name":"ures_getNextResource","features":[400]},{"name":"ures_getNextString","features":[400]},{"name":"ures_getSize","features":[400]},{"name":"ures_getString","features":[400]},{"name":"ures_getStringByIndex","features":[400]},{"name":"ures_getStringByKey","features":[400]},{"name":"ures_getType","features":[400]},{"name":"ures_getUInt","features":[400]},{"name":"ures_getUTF8String","features":[400]},{"name":"ures_getUTF8StringByIndex","features":[400]},{"name":"ures_getUTF8StringByKey","features":[400]},{"name":"ures_getVersion","features":[400]},{"name":"ures_hasNext","features":[400]},{"name":"ures_open","features":[400]},{"name":"ures_openAvailableLocales","features":[400]},{"name":"ures_openDirect","features":[400]},{"name":"ures_openU","features":[400]},{"name":"ures_resetIterator","features":[400]},{"name":"uscript_breaksBetweenLetters","features":[400]},{"name":"uscript_getCode","features":[400]},{"name":"uscript_getName","features":[400]},{"name":"uscript_getSampleString","features":[400]},{"name":"uscript_getScript","features":[400]},{"name":"uscript_getScriptExtensions","features":[400]},{"name":"uscript_getShortName","features":[400]},{"name":"uscript_getUsage","features":[400]},{"name":"uscript_hasScript","features":[400]},{"name":"uscript_isCased","features":[400]},{"name":"uscript_isRightToLeft","features":[400]},{"name":"usearch_close","features":[400]},{"name":"usearch_first","features":[400]},{"name":"usearch_following","features":[400]},{"name":"usearch_getAttribute","features":[400]},{"name":"usearch_getBreakIterator","features":[400]},{"name":"usearch_getCollator","features":[400]},{"name":"usearch_getMatchedLength","features":[400]},{"name":"usearch_getMatchedStart","features":[400]},{"name":"usearch_getMatchedText","features":[400]},{"name":"usearch_getOffset","features":[400]},{"name":"usearch_getPattern","features":[400]},{"name":"usearch_getText","features":[400]},{"name":"usearch_last","features":[400]},{"name":"usearch_next","features":[400]},{"name":"usearch_open","features":[400]},{"name":"usearch_openFromCollator","features":[400]},{"name":"usearch_preceding","features":[400]},{"name":"usearch_previous","features":[400]},{"name":"usearch_reset","features":[400]},{"name":"usearch_setAttribute","features":[400]},{"name":"usearch_setBreakIterator","features":[400]},{"name":"usearch_setCollator","features":[400]},{"name":"usearch_setOffset","features":[400]},{"name":"usearch_setPattern","features":[400]},{"name":"usearch_setText","features":[400]},{"name":"uset_add","features":[400]},{"name":"uset_addAll","features":[400]},{"name":"uset_addAllCodePoints","features":[400]},{"name":"uset_addRange","features":[400]},{"name":"uset_addString","features":[400]},{"name":"uset_applyIntPropertyValue","features":[400]},{"name":"uset_applyPattern","features":[400]},{"name":"uset_applyPropertyAlias","features":[400]},{"name":"uset_charAt","features":[400]},{"name":"uset_clear","features":[400]},{"name":"uset_clone","features":[400]},{"name":"uset_cloneAsThawed","features":[400]},{"name":"uset_close","features":[400]},{"name":"uset_closeOver","features":[400]},{"name":"uset_compact","features":[400]},{"name":"uset_complement","features":[400]},{"name":"uset_complementAll","features":[400]},{"name":"uset_contains","features":[400]},{"name":"uset_containsAll","features":[400]},{"name":"uset_containsAllCodePoints","features":[400]},{"name":"uset_containsNone","features":[400]},{"name":"uset_containsRange","features":[400]},{"name":"uset_containsSome","features":[400]},{"name":"uset_containsString","features":[400]},{"name":"uset_equals","features":[400]},{"name":"uset_freeze","features":[400]},{"name":"uset_getItem","features":[400]},{"name":"uset_getItemCount","features":[400]},{"name":"uset_getSerializedRange","features":[400]},{"name":"uset_getSerializedRangeCount","features":[400]},{"name":"uset_getSerializedSet","features":[400]},{"name":"uset_indexOf","features":[400]},{"name":"uset_isEmpty","features":[400]},{"name":"uset_isFrozen","features":[400]},{"name":"uset_open","features":[400]},{"name":"uset_openEmpty","features":[400]},{"name":"uset_openPattern","features":[400]},{"name":"uset_openPatternOptions","features":[400]},{"name":"uset_remove","features":[400]},{"name":"uset_removeAll","features":[400]},{"name":"uset_removeAllStrings","features":[400]},{"name":"uset_removeRange","features":[400]},{"name":"uset_removeString","features":[400]},{"name":"uset_resemblesPattern","features":[400]},{"name":"uset_retain","features":[400]},{"name":"uset_retainAll","features":[400]},{"name":"uset_serialize","features":[400]},{"name":"uset_serializedContains","features":[400]},{"name":"uset_set","features":[400]},{"name":"uset_setSerializedToOne","features":[400]},{"name":"uset_size","features":[400]},{"name":"uset_span","features":[400]},{"name":"uset_spanBack","features":[400]},{"name":"uset_spanBackUTF8","features":[400]},{"name":"uset_spanUTF8","features":[400]},{"name":"uset_toPattern","features":[400]},{"name":"uspoof_areConfusable","features":[400]},{"name":"uspoof_areConfusableUTF8","features":[400]},{"name":"uspoof_check","features":[400]},{"name":"uspoof_check2","features":[400]},{"name":"uspoof_check2UTF8","features":[400]},{"name":"uspoof_checkUTF8","features":[400]},{"name":"uspoof_clone","features":[400]},{"name":"uspoof_close","features":[400]},{"name":"uspoof_closeCheckResult","features":[400]},{"name":"uspoof_getAllowedChars","features":[400]},{"name":"uspoof_getAllowedLocales","features":[400]},{"name":"uspoof_getCheckResultChecks","features":[400]},{"name":"uspoof_getCheckResultNumerics","features":[400]},{"name":"uspoof_getCheckResultRestrictionLevel","features":[400]},{"name":"uspoof_getChecks","features":[400]},{"name":"uspoof_getInclusionSet","features":[400]},{"name":"uspoof_getRecommendedSet","features":[400]},{"name":"uspoof_getRestrictionLevel","features":[400]},{"name":"uspoof_getSkeleton","features":[400]},{"name":"uspoof_getSkeletonUTF8","features":[400]},{"name":"uspoof_open","features":[400]},{"name":"uspoof_openCheckResult","features":[400]},{"name":"uspoof_openFromSerialized","features":[400]},{"name":"uspoof_openFromSource","features":[400]},{"name":"uspoof_serialize","features":[400]},{"name":"uspoof_setAllowedChars","features":[400]},{"name":"uspoof_setAllowedLocales","features":[400]},{"name":"uspoof_setChecks","features":[400]},{"name":"uspoof_setRestrictionLevel","features":[400]},{"name":"usprep_close","features":[400]},{"name":"usprep_open","features":[400]},{"name":"usprep_openByType","features":[400]},{"name":"usprep_prepare","features":[400]},{"name":"utext_char32At","features":[400]},{"name":"utext_clone","features":[400]},{"name":"utext_close","features":[400]},{"name":"utext_copy","features":[400]},{"name":"utext_current32","features":[400]},{"name":"utext_equals","features":[400]},{"name":"utext_extract","features":[400]},{"name":"utext_freeze","features":[400]},{"name":"utext_getNativeIndex","features":[400]},{"name":"utext_getPreviousNativeIndex","features":[400]},{"name":"utext_hasMetaData","features":[400]},{"name":"utext_isLengthExpensive","features":[400]},{"name":"utext_isWritable","features":[400]},{"name":"utext_moveIndex32","features":[400]},{"name":"utext_nativeLength","features":[400]},{"name":"utext_next32","features":[400]},{"name":"utext_next32From","features":[400]},{"name":"utext_openUChars","features":[400]},{"name":"utext_openUTF8","features":[400]},{"name":"utext_previous32","features":[400]},{"name":"utext_previous32From","features":[400]},{"name":"utext_replace","features":[400]},{"name":"utext_setNativeIndex","features":[400]},{"name":"utext_setup","features":[400]},{"name":"utf8_appendCharSafeBody","features":[400]},{"name":"utf8_back1SafeBody","features":[400]},{"name":"utf8_nextCharSafeBody","features":[400]},{"name":"utf8_prevCharSafeBody","features":[400]},{"name":"utmscale_fromInt64","features":[400]},{"name":"utmscale_getTimeScaleValue","features":[400]},{"name":"utmscale_toInt64","features":[400]},{"name":"utrace_format","features":[400]},{"name":"utrace_functionName","features":[400]},{"name":"utrace_getFunctions","features":[400]},{"name":"utrace_getLevel","features":[400]},{"name":"utrace_setFunctions","features":[400]},{"name":"utrace_setLevel","features":[400]},{"name":"utrace_vformat","features":[400]},{"name":"utrans_clone","features":[400]},{"name":"utrans_close","features":[400]},{"name":"utrans_countAvailableIDs","features":[400]},{"name":"utrans_getSourceSet","features":[400]},{"name":"utrans_getUnicodeID","features":[400]},{"name":"utrans_openIDs","features":[400]},{"name":"utrans_openInverse","features":[400]},{"name":"utrans_openU","features":[400]},{"name":"utrans_register","features":[400]},{"name":"utrans_setFilter","features":[400]},{"name":"utrans_toRules","features":[400]},{"name":"utrans_trans","features":[400]},{"name":"utrans_transIncremental","features":[400]},{"name":"utrans_transIncrementalUChars","features":[400]},{"name":"utrans_transUChars","features":[400]},{"name":"utrans_unregisterID","features":[400]}],"402":[{"name":"CompositionFrameDisplayInstance","features":[305,401,402]},{"name":"CompositionFrameInstanceKind","features":[401]},{"name":"CompositionFrameInstanceKind_ComposedOnScreen","features":[401]},{"name":"CompositionFrameInstanceKind_ComposedToIntermediate","features":[401]},{"name":"CompositionFrameInstanceKind_ScanoutOnScreen","features":[401]},{"name":"CreatePresentationFactory","features":[401]},{"name":"ICompositionFramePresentStatistics","features":[401]},{"name":"IIndependentFlipFramePresentStatistics","features":[401]},{"name":"IPresentStatistics","features":[401]},{"name":"IPresentStatusPresentStatistics","features":[401]},{"name":"IPresentationBuffer","features":[401]},{"name":"IPresentationContent","features":[401]},{"name":"IPresentationFactory","features":[401]},{"name":"IPresentationManager","features":[401]},{"name":"IPresentationSurface","features":[401]},{"name":"PresentStatisticsKind","features":[401]},{"name":"PresentStatisticsKind_CompositionFrame","features":[401]},{"name":"PresentStatisticsKind_IndependentFlipFrame","features":[401]},{"name":"PresentStatisticsKind_PresentStatus","features":[401]},{"name":"PresentStatus","features":[401]},{"name":"PresentStatus_Canceled","features":[401]},{"name":"PresentStatus_Queued","features":[401]},{"name":"PresentStatus_Skipped","features":[401]},{"name":"PresentationTransform","features":[401]},{"name":"SystemInterruptTime","features":[401]}],"403":[{"name":"AcgCompatible","features":[403]},{"name":"AdapterBudgetChange","features":[403]},{"name":"AdapterHardwareContentProtectionTeardown","features":[403]},{"name":"AdapterListStale","features":[403]},{"name":"AdapterMemoryBudget","features":[403]},{"name":"AdapterNoLongerValid","features":[403]},{"name":"ComputePreemptionGranularity","features":[403]},{"name":"DXCORE_ADAPTER_ATTRIBUTE_D3D11_GRAPHICS","features":[403]},{"name":"DXCORE_ADAPTER_ATTRIBUTE_D3D12_CORE_COMPUTE","features":[403]},{"name":"DXCORE_ADAPTER_ATTRIBUTE_D3D12_GRAPHICS","features":[403]},{"name":"DXCoreAdapterMemoryBudget","features":[403]},{"name":"DXCoreAdapterMemoryBudgetNodeSegmentGroup","features":[403]},{"name":"DXCoreAdapterPreference","features":[403]},{"name":"DXCoreAdapterProperty","features":[403]},{"name":"DXCoreAdapterState","features":[403]},{"name":"DXCoreCreateAdapterFactory","features":[403]},{"name":"DXCoreHardwareID","features":[403]},{"name":"DXCoreHardwareIDParts","features":[403]},{"name":"DXCoreNotificationType","features":[403]},{"name":"DXCoreSegmentGroup","features":[403]},{"name":"DedicatedAdapterMemory","features":[403]},{"name":"DedicatedSystemMemory","features":[403]},{"name":"DriverDescription","features":[403]},{"name":"DriverVersion","features":[403]},{"name":"GraphicsPreemptionGranularity","features":[403]},{"name":"Hardware","features":[403]},{"name":"HardwareID","features":[403]},{"name":"HardwareIDParts","features":[403]},{"name":"HighPerformance","features":[403]},{"name":"IDXCoreAdapter","features":[403]},{"name":"IDXCoreAdapterFactory","features":[403]},{"name":"IDXCoreAdapterList","features":[403]},{"name":"InstanceLuid","features":[403]},{"name":"IsDetachable","features":[403]},{"name":"IsDriverUpdateInProgress","features":[403]},{"name":"IsHardware","features":[403]},{"name":"IsIntegrated","features":[403]},{"name":"KmdModelVersion","features":[403]},{"name":"Local","features":[403]},{"name":"MinimumPower","features":[403]},{"name":"NonLocal","features":[403]},{"name":"PFN_DXCORE_NOTIFICATION_CALLBACK","features":[403]},{"name":"SharedSystemMemory","features":[403]},{"name":"_FACDXCORE","features":[403]}],"404":[{"name":"CLSID_D2D12DAffineTransform","features":[404]},{"name":"CLSID_D2D13DPerspectiveTransform","features":[404]},{"name":"CLSID_D2D13DTransform","features":[404]},{"name":"CLSID_D2D1AlphaMask","features":[404]},{"name":"CLSID_D2D1ArithmeticComposite","features":[404]},{"name":"CLSID_D2D1Atlas","features":[404]},{"name":"CLSID_D2D1BitmapSource","features":[404]},{"name":"CLSID_D2D1Blend","features":[404]},{"name":"CLSID_D2D1Border","features":[404]},{"name":"CLSID_D2D1Brightness","features":[404]},{"name":"CLSID_D2D1ChromaKey","features":[404]},{"name":"CLSID_D2D1ColorManagement","features":[404]},{"name":"CLSID_D2D1ColorMatrix","features":[404]},{"name":"CLSID_D2D1Composite","features":[404]},{"name":"CLSID_D2D1Contrast","features":[404]},{"name":"CLSID_D2D1ConvolveMatrix","features":[404]},{"name":"CLSID_D2D1Crop","features":[404]},{"name":"CLSID_D2D1CrossFade","features":[404]},{"name":"CLSID_D2D1DirectionalBlur","features":[404]},{"name":"CLSID_D2D1DiscreteTransfer","features":[404]},{"name":"CLSID_D2D1DisplacementMap","features":[404]},{"name":"CLSID_D2D1DistantDiffuse","features":[404]},{"name":"CLSID_D2D1DistantSpecular","features":[404]},{"name":"CLSID_D2D1DpiCompensation","features":[404]},{"name":"CLSID_D2D1EdgeDetection","features":[404]},{"name":"CLSID_D2D1Emboss","features":[404]},{"name":"CLSID_D2D1Exposure","features":[404]},{"name":"CLSID_D2D1Flood","features":[404]},{"name":"CLSID_D2D1GammaTransfer","features":[404]},{"name":"CLSID_D2D1GaussianBlur","features":[404]},{"name":"CLSID_D2D1Grayscale","features":[404]},{"name":"CLSID_D2D1HdrToneMap","features":[404]},{"name":"CLSID_D2D1HighlightsShadows","features":[404]},{"name":"CLSID_D2D1Histogram","features":[404]},{"name":"CLSID_D2D1HueRotation","features":[404]},{"name":"CLSID_D2D1HueToRgb","features":[404]},{"name":"CLSID_D2D1Invert","features":[404]},{"name":"CLSID_D2D1LinearTransfer","features":[404]},{"name":"CLSID_D2D1LookupTable3D","features":[404]},{"name":"CLSID_D2D1LuminanceToAlpha","features":[404]},{"name":"CLSID_D2D1Morphology","features":[404]},{"name":"CLSID_D2D1Opacity","features":[404]},{"name":"CLSID_D2D1OpacityMetadata","features":[404]},{"name":"CLSID_D2D1PointDiffuse","features":[404]},{"name":"CLSID_D2D1PointSpecular","features":[404]},{"name":"CLSID_D2D1Posterize","features":[404]},{"name":"CLSID_D2D1Premultiply","features":[404]},{"name":"CLSID_D2D1RgbToHue","features":[404]},{"name":"CLSID_D2D1Saturation","features":[404]},{"name":"CLSID_D2D1Scale","features":[404]},{"name":"CLSID_D2D1Sepia","features":[404]},{"name":"CLSID_D2D1Shadow","features":[404]},{"name":"CLSID_D2D1Sharpen","features":[404]},{"name":"CLSID_D2D1SpotDiffuse","features":[404]},{"name":"CLSID_D2D1SpotSpecular","features":[404]},{"name":"CLSID_D2D1Straighten","features":[404]},{"name":"CLSID_D2D1TableTransfer","features":[404]},{"name":"CLSID_D2D1TemperatureTint","features":[404]},{"name":"CLSID_D2D1Tile","features":[404]},{"name":"CLSID_D2D1Tint","features":[404]},{"name":"CLSID_D2D1Turbulence","features":[404]},{"name":"CLSID_D2D1UnPremultiply","features":[404]},{"name":"CLSID_D2D1Vignette","features":[404]},{"name":"CLSID_D2D1WhiteLevelAdjustment","features":[404]},{"name":"CLSID_D2D1YCbCr","features":[404]},{"name":"D2D1ComputeMaximumScaleFactor","features":[69,404]},{"name":"D2D1ConvertColorSpace","features":[405]},{"name":"D2D1CreateDevice","features":[404,406]},{"name":"D2D1CreateDeviceContext","features":[404,406]},{"name":"D2D1CreateFactory","features":[404]},{"name":"D2D1GetGradientMeshInteriorPointsFromCoonsPatch","features":[405]},{"name":"D2D1InvertMatrix","features":[69,305,404]},{"name":"D2D1IsMatrixInvertible","features":[69,305,404]},{"name":"D2D1MakeRotateMatrix","features":[69,405]},{"name":"D2D1MakeSkewMatrix","features":[69,405]},{"name":"D2D1SinCos","features":[404]},{"name":"D2D1Tan","features":[404]},{"name":"D2D1Vec3Length","features":[404]},{"name":"D2D1_2DAFFINETRANSFORM_PROP","features":[404]},{"name":"D2D1_2DAFFINETRANSFORM_PROP_BORDER_MODE","features":[404]},{"name":"D2D1_2DAFFINETRANSFORM_PROP_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_2DAFFINETRANSFORM_PROP_SHARPNESS","features":[404]},{"name":"D2D1_2DAFFINETRANSFORM_PROP_TRANSFORM_MATRIX","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_CUBIC","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_LINEAR","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_BORDER_MODE","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_DEPTH","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_GLOBAL_OFFSET","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_LOCAL_OFFSET","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_PERSPECTIVE_ORIGIN","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_ROTATION","features":[404]},{"name":"D2D1_3DPERSPECTIVETRANSFORM_PROP_ROTATION_ORIGIN","features":[404]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE_CUBIC","features":[404]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE_LINEAR","features":[404]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_3DTRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_3DTRANSFORM_PROP","features":[404]},{"name":"D2D1_3DTRANSFORM_PROP_BORDER_MODE","features":[404]},{"name":"D2D1_3DTRANSFORM_PROP_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_3DTRANSFORM_PROP_TRANSFORM_MATRIX","features":[404]},{"name":"D2D1_ANTIALIAS_MODE","features":[404]},{"name":"D2D1_ANTIALIAS_MODE_ALIASED","features":[404]},{"name":"D2D1_ANTIALIAS_MODE_PER_PRIMITIVE","features":[404]},{"name":"D2D1_APPEND_ALIGNED_ELEMENT","features":[404]},{"name":"D2D1_ARC_SEGMENT","features":[405]},{"name":"D2D1_ARC_SIZE","features":[404]},{"name":"D2D1_ARC_SIZE_LARGE","features":[404]},{"name":"D2D1_ARC_SIZE_SMALL","features":[404]},{"name":"D2D1_ARITHMETICCOMPOSITE_PROP","features":[404]},{"name":"D2D1_ARITHMETICCOMPOSITE_PROP_CLAMP_OUTPUT","features":[404]},{"name":"D2D1_ARITHMETICCOMPOSITE_PROP_COEFFICIENTS","features":[404]},{"name":"D2D1_ATLAS_PROP","features":[404]},{"name":"D2D1_ATLAS_PROP_INPUT_PADDING_RECT","features":[404]},{"name":"D2D1_ATLAS_PROP_INPUT_RECT","features":[404]},{"name":"D2D1_BITMAPSOURCE_ALPHA_MODE","features":[404]},{"name":"D2D1_BITMAPSOURCE_ALPHA_MODE_PREMULTIPLIED","features":[404]},{"name":"D2D1_BITMAPSOURCE_ALPHA_MODE_STRAIGHT","features":[404]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE_CUBIC","features":[404]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE_FANT","features":[404]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE_LINEAR","features":[404]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE_MIPMAP_LINEAR","features":[404]},{"name":"D2D1_BITMAPSOURCE_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION","features":[404]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_DEFAULT","features":[404]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_FLIP_HORIZONTAL","features":[404]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE180","features":[404]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE180_FLIP_HORIZONTAL","features":[404]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE270","features":[404]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE270_FLIP_HORIZONTAL","features":[404]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE90","features":[404]},{"name":"D2D1_BITMAPSOURCE_ORIENTATION_ROTATE_CLOCKWISE90_FLIP_HORIZONTAL","features":[404]},{"name":"D2D1_BITMAPSOURCE_PROP","features":[404]},{"name":"D2D1_BITMAPSOURCE_PROP_ALPHA_MODE","features":[404]},{"name":"D2D1_BITMAPSOURCE_PROP_ENABLE_DPI_CORRECTION","features":[404]},{"name":"D2D1_BITMAPSOURCE_PROP_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_BITMAPSOURCE_PROP_ORIENTATION","features":[404]},{"name":"D2D1_BITMAPSOURCE_PROP_SCALE","features":[404]},{"name":"D2D1_BITMAPSOURCE_PROP_WIC_BITMAP_SOURCE","features":[404]},{"name":"D2D1_BITMAP_BRUSH_PROPERTIES","features":[404]},{"name":"D2D1_BITMAP_BRUSH_PROPERTIES1","features":[404]},{"name":"D2D1_BITMAP_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_BITMAP_INTERPOLATION_MODE_LINEAR","features":[404]},{"name":"D2D1_BITMAP_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_BITMAP_OPTIONS","features":[404]},{"name":"D2D1_BITMAP_OPTIONS_CANNOT_DRAW","features":[404]},{"name":"D2D1_BITMAP_OPTIONS_CPU_READ","features":[404]},{"name":"D2D1_BITMAP_OPTIONS_GDI_COMPATIBLE","features":[404]},{"name":"D2D1_BITMAP_OPTIONS_NONE","features":[404]},{"name":"D2D1_BITMAP_OPTIONS_TARGET","features":[404]},{"name":"D2D1_BITMAP_PROPERTIES","features":[405,402]},{"name":"D2D1_BITMAP_PROPERTIES1","features":[405,402]},{"name":"D2D1_BLEND","features":[404]},{"name":"D2D1_BLEND_BLEND_FACTOR","features":[404]},{"name":"D2D1_BLEND_DESCRIPTION","features":[404]},{"name":"D2D1_BLEND_DEST_ALPHA","features":[404]},{"name":"D2D1_BLEND_DEST_COLOR","features":[404]},{"name":"D2D1_BLEND_INV_BLEND_FACTOR","features":[404]},{"name":"D2D1_BLEND_INV_DEST_ALPHA","features":[404]},{"name":"D2D1_BLEND_INV_DEST_COLOR","features":[404]},{"name":"D2D1_BLEND_INV_SRC_ALPHA","features":[404]},{"name":"D2D1_BLEND_INV_SRC_COLOR","features":[404]},{"name":"D2D1_BLEND_ONE","features":[404]},{"name":"D2D1_BLEND_OPERATION","features":[404]},{"name":"D2D1_BLEND_OPERATION_ADD","features":[404]},{"name":"D2D1_BLEND_OPERATION_MAX","features":[404]},{"name":"D2D1_BLEND_OPERATION_MIN","features":[404]},{"name":"D2D1_BLEND_OPERATION_REV_SUBTRACT","features":[404]},{"name":"D2D1_BLEND_OPERATION_SUBTRACT","features":[404]},{"name":"D2D1_BLEND_PROP","features":[404]},{"name":"D2D1_BLEND_PROP_MODE","features":[404]},{"name":"D2D1_BLEND_SRC_ALPHA","features":[404]},{"name":"D2D1_BLEND_SRC_ALPHA_SAT","features":[404]},{"name":"D2D1_BLEND_SRC_COLOR","features":[404]},{"name":"D2D1_BLEND_ZERO","features":[404]},{"name":"D2D1_BORDER_EDGE_MODE","features":[404]},{"name":"D2D1_BORDER_EDGE_MODE_CLAMP","features":[404]},{"name":"D2D1_BORDER_EDGE_MODE_MIRROR","features":[404]},{"name":"D2D1_BORDER_EDGE_MODE_WRAP","features":[404]},{"name":"D2D1_BORDER_PROP","features":[404]},{"name":"D2D1_BORDER_PROP_EDGE_MODE_X","features":[404]},{"name":"D2D1_BORDER_PROP_EDGE_MODE_Y","features":[404]},{"name":"D2D1_BRIGHTNESS_PROP","features":[404]},{"name":"D2D1_BRIGHTNESS_PROP_BLACK_POINT","features":[404]},{"name":"D2D1_BRIGHTNESS_PROP_WHITE_POINT","features":[404]},{"name":"D2D1_BRUSH_PROPERTIES","features":[69,404]},{"name":"D2D1_BUFFER_PRECISION","features":[404]},{"name":"D2D1_BUFFER_PRECISION_16BPC_FLOAT","features":[404]},{"name":"D2D1_BUFFER_PRECISION_16BPC_UNORM","features":[404]},{"name":"D2D1_BUFFER_PRECISION_32BPC_FLOAT","features":[404]},{"name":"D2D1_BUFFER_PRECISION_8BPC_UNORM","features":[404]},{"name":"D2D1_BUFFER_PRECISION_8BPC_UNORM_SRGB","features":[404]},{"name":"D2D1_BUFFER_PRECISION_UNKNOWN","features":[404]},{"name":"D2D1_CAP_STYLE","features":[404]},{"name":"D2D1_CAP_STYLE_FLAT","features":[404]},{"name":"D2D1_CAP_STYLE_ROUND","features":[404]},{"name":"D2D1_CAP_STYLE_SQUARE","features":[404]},{"name":"D2D1_CAP_STYLE_TRIANGLE","features":[404]},{"name":"D2D1_CHANGE_TYPE","features":[404]},{"name":"D2D1_CHANGE_TYPE_CONTEXT","features":[404]},{"name":"D2D1_CHANGE_TYPE_GRAPH","features":[404]},{"name":"D2D1_CHANGE_TYPE_NONE","features":[404]},{"name":"D2D1_CHANGE_TYPE_PROPERTIES","features":[404]},{"name":"D2D1_CHANNEL_DEPTH","features":[404]},{"name":"D2D1_CHANNEL_DEPTH_1","features":[404]},{"name":"D2D1_CHANNEL_DEPTH_4","features":[404]},{"name":"D2D1_CHANNEL_DEPTH_DEFAULT","features":[404]},{"name":"D2D1_CHANNEL_SELECTOR","features":[404]},{"name":"D2D1_CHANNEL_SELECTOR_A","features":[404]},{"name":"D2D1_CHANNEL_SELECTOR_B","features":[404]},{"name":"D2D1_CHANNEL_SELECTOR_G","features":[404]},{"name":"D2D1_CHANNEL_SELECTOR_R","features":[404]},{"name":"D2D1_CHROMAKEY_PROP","features":[404]},{"name":"D2D1_CHROMAKEY_PROP_COLOR","features":[404]},{"name":"D2D1_CHROMAKEY_PROP_FEATHER","features":[404]},{"name":"D2D1_CHROMAKEY_PROP_INVERT_ALPHA","features":[404]},{"name":"D2D1_CHROMAKEY_PROP_TOLERANCE","features":[404]},{"name":"D2D1_COLORMANAGEMENT_ALPHA_MODE","features":[404]},{"name":"D2D1_COLORMANAGEMENT_ALPHA_MODE_PREMULTIPLIED","features":[404]},{"name":"D2D1_COLORMANAGEMENT_ALPHA_MODE_STRAIGHT","features":[404]},{"name":"D2D1_COLORMANAGEMENT_PROP","features":[404]},{"name":"D2D1_COLORMANAGEMENT_PROP_ALPHA_MODE","features":[404]},{"name":"D2D1_COLORMANAGEMENT_PROP_DESTINATION_COLOR_CONTEXT","features":[404]},{"name":"D2D1_COLORMANAGEMENT_PROP_DESTINATION_RENDERING_INTENT","features":[404]},{"name":"D2D1_COLORMANAGEMENT_PROP_QUALITY","features":[404]},{"name":"D2D1_COLORMANAGEMENT_PROP_SOURCE_COLOR_CONTEXT","features":[404]},{"name":"D2D1_COLORMANAGEMENT_PROP_SOURCE_RENDERING_INTENT","features":[404]},{"name":"D2D1_COLORMANAGEMENT_QUALITY","features":[404]},{"name":"D2D1_COLORMANAGEMENT_QUALITY_BEST","features":[404]},{"name":"D2D1_COLORMANAGEMENT_QUALITY_NORMAL","features":[404]},{"name":"D2D1_COLORMANAGEMENT_QUALITY_PROOF","features":[404]},{"name":"D2D1_COLORMANAGEMENT_RENDERING_INTENT","features":[404]},{"name":"D2D1_COLORMANAGEMENT_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC","features":[404]},{"name":"D2D1_COLORMANAGEMENT_RENDERING_INTENT_PERCEPTUAL","features":[404]},{"name":"D2D1_COLORMANAGEMENT_RENDERING_INTENT_RELATIVE_COLORIMETRIC","features":[404]},{"name":"D2D1_COLORMANAGEMENT_RENDERING_INTENT_SATURATION","features":[404]},{"name":"D2D1_COLORMATRIX_PROP","features":[404]},{"name":"D2D1_COLORMATRIX_PROP_ALPHA_MODE","features":[404]},{"name":"D2D1_COLORMATRIX_PROP_CLAMP_OUTPUT","features":[404]},{"name":"D2D1_COLORMATRIX_PROP_COLOR_MATRIX","features":[404]},{"name":"D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION","features":[404]},{"name":"D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION_DEFAULT","features":[404]},{"name":"D2D1_COLOR_BITMAP_GLYPH_SNAP_OPTION_DISABLE","features":[404]},{"name":"D2D1_COLOR_CONTEXT_TYPE","features":[404]},{"name":"D2D1_COLOR_CONTEXT_TYPE_DXGI","features":[404]},{"name":"D2D1_COLOR_CONTEXT_TYPE_ICC","features":[404]},{"name":"D2D1_COLOR_CONTEXT_TYPE_SIMPLE","features":[404]},{"name":"D2D1_COLOR_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_COLOR_INTERPOLATION_MODE_PREMULTIPLIED","features":[404]},{"name":"D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT","features":[404]},{"name":"D2D1_COLOR_SPACE","features":[404]},{"name":"D2D1_COLOR_SPACE_CUSTOM","features":[404]},{"name":"D2D1_COLOR_SPACE_SCRGB","features":[404]},{"name":"D2D1_COLOR_SPACE_SRGB","features":[404]},{"name":"D2D1_COMBINE_MODE","features":[404]},{"name":"D2D1_COMBINE_MODE_EXCLUDE","features":[404]},{"name":"D2D1_COMBINE_MODE_INTERSECT","features":[404]},{"name":"D2D1_COMBINE_MODE_UNION","features":[404]},{"name":"D2D1_COMBINE_MODE_XOR","features":[404]},{"name":"D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS","features":[404]},{"name":"D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS_GDI_COMPATIBLE","features":[404]},{"name":"D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS_NONE","features":[404]},{"name":"D2D1_COMPOSITE_PROP","features":[404]},{"name":"D2D1_COMPOSITE_PROP_MODE","features":[404]},{"name":"D2D1_CONTRAST_PROP","features":[404]},{"name":"D2D1_CONTRAST_PROP_CLAMP_INPUT","features":[404]},{"name":"D2D1_CONTRAST_PROP_CONTRAST","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_BIAS","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_BORDER_MODE","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_CLAMP_OUTPUT","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_DIVISOR","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_KERNEL_MATRIX","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_KERNEL_OFFSET","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_KERNEL_SIZE_X","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_KERNEL_SIZE_Y","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_KERNEL_UNIT_LENGTH","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_PRESERVE_ALPHA","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_PROP_SCALE_MODE","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_CUBIC","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_LINEAR","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_CONVOLVEMATRIX_SCALE_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_CREATION_PROPERTIES","features":[404]},{"name":"D2D1_CROP_PROP","features":[404]},{"name":"D2D1_CROP_PROP_BORDER_MODE","features":[404]},{"name":"D2D1_CROP_PROP_RECT","features":[404]},{"name":"D2D1_CROSSFADE_PROP","features":[404]},{"name":"D2D1_CROSSFADE_PROP_WEIGHT","features":[404]},{"name":"D2D1_CUSTOM_VERTEX_BUFFER_PROPERTIES","features":[404,402]},{"name":"D2D1_DASH_STYLE","features":[404]},{"name":"D2D1_DASH_STYLE_CUSTOM","features":[404]},{"name":"D2D1_DASH_STYLE_DASH","features":[404]},{"name":"D2D1_DASH_STYLE_DASH_DOT","features":[404]},{"name":"D2D1_DASH_STYLE_DASH_DOT_DOT","features":[404]},{"name":"D2D1_DASH_STYLE_DOT","features":[404]},{"name":"D2D1_DASH_STYLE_SOLID","features":[404]},{"name":"D2D1_DC_INITIALIZE_MODE","features":[404]},{"name":"D2D1_DC_INITIALIZE_MODE_CLEAR","features":[404]},{"name":"D2D1_DC_INITIALIZE_MODE_COPY","features":[404]},{"name":"D2D1_DEBUG_LEVEL","features":[404]},{"name":"D2D1_DEBUG_LEVEL_ERROR","features":[404]},{"name":"D2D1_DEBUG_LEVEL_INFORMATION","features":[404]},{"name":"D2D1_DEBUG_LEVEL_NONE","features":[404]},{"name":"D2D1_DEBUG_LEVEL_WARNING","features":[404]},{"name":"D2D1_DEFAULT_FLATTENING_TOLERANCE","features":[404]},{"name":"D2D1_DEVICE_CONTEXT_OPTIONS","features":[404]},{"name":"D2D1_DEVICE_CONTEXT_OPTIONS_ENABLE_MULTITHREADED_OPTIMIZATIONS","features":[404]},{"name":"D2D1_DEVICE_CONTEXT_OPTIONS_NONE","features":[404]},{"name":"D2D1_DIRECTIONALBLUR_OPTIMIZATION","features":[404]},{"name":"D2D1_DIRECTIONALBLUR_OPTIMIZATION_BALANCED","features":[404]},{"name":"D2D1_DIRECTIONALBLUR_OPTIMIZATION_QUALITY","features":[404]},{"name":"D2D1_DIRECTIONALBLUR_OPTIMIZATION_SPEED","features":[404]},{"name":"D2D1_DIRECTIONALBLUR_PROP","features":[404]},{"name":"D2D1_DIRECTIONALBLUR_PROP_ANGLE","features":[404]},{"name":"D2D1_DIRECTIONALBLUR_PROP_BORDER_MODE","features":[404]},{"name":"D2D1_DIRECTIONALBLUR_PROP_OPTIMIZATION","features":[404]},{"name":"D2D1_DIRECTIONALBLUR_PROP_STANDARD_DEVIATION","features":[404]},{"name":"D2D1_DISCRETETRANSFER_PROP","features":[404]},{"name":"D2D1_DISCRETETRANSFER_PROP_ALPHA_DISABLE","features":[404]},{"name":"D2D1_DISCRETETRANSFER_PROP_ALPHA_TABLE","features":[404]},{"name":"D2D1_DISCRETETRANSFER_PROP_BLUE_DISABLE","features":[404]},{"name":"D2D1_DISCRETETRANSFER_PROP_BLUE_TABLE","features":[404]},{"name":"D2D1_DISCRETETRANSFER_PROP_CLAMP_OUTPUT","features":[404]},{"name":"D2D1_DISCRETETRANSFER_PROP_GREEN_DISABLE","features":[404]},{"name":"D2D1_DISCRETETRANSFER_PROP_GREEN_TABLE","features":[404]},{"name":"D2D1_DISCRETETRANSFER_PROP_RED_DISABLE","features":[404]},{"name":"D2D1_DISCRETETRANSFER_PROP_RED_TABLE","features":[404]},{"name":"D2D1_DISPLACEMENTMAP_PROP","features":[404]},{"name":"D2D1_DISPLACEMENTMAP_PROP_SCALE","features":[404]},{"name":"D2D1_DISPLACEMENTMAP_PROP_X_CHANNEL_SELECT","features":[404]},{"name":"D2D1_DISPLACEMENTMAP_PROP_Y_CHANNEL_SELECT","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_PROP","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_PROP_AZIMUTH","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_PROP_COLOR","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_PROP_DIFFUSE_CONSTANT","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_PROP_ELEVATION","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_PROP_KERNEL_UNIT_LENGTH","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_PROP_SCALE_MODE","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_PROP_SURFACE_SCALE","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_CUBIC","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_LINEAR","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_DISTANTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_DISTANTSPECULAR_PROP","features":[404]},{"name":"D2D1_DISTANTSPECULAR_PROP_AZIMUTH","features":[404]},{"name":"D2D1_DISTANTSPECULAR_PROP_COLOR","features":[404]},{"name":"D2D1_DISTANTSPECULAR_PROP_ELEVATION","features":[404]},{"name":"D2D1_DISTANTSPECULAR_PROP_KERNEL_UNIT_LENGTH","features":[404]},{"name":"D2D1_DISTANTSPECULAR_PROP_SCALE_MODE","features":[404]},{"name":"D2D1_DISTANTSPECULAR_PROP_SPECULAR_CONSTANT","features":[404]},{"name":"D2D1_DISTANTSPECULAR_PROP_SPECULAR_EXPONENT","features":[404]},{"name":"D2D1_DISTANTSPECULAR_PROP_SURFACE_SCALE","features":[404]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE","features":[404]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_CUBIC","features":[404]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_LINEAR","features":[404]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_DISTANTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_CUBIC","features":[404]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_LINEAR","features":[404]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_DPICOMPENSATION_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_DPICOMPENSATION_PROP","features":[404]},{"name":"D2D1_DPICOMPENSATION_PROP_BORDER_MODE","features":[404]},{"name":"D2D1_DPICOMPENSATION_PROP_INPUT_DPI","features":[404]},{"name":"D2D1_DPICOMPENSATION_PROP_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_DRAWING_STATE_DESCRIPTION","features":[69,404]},{"name":"D2D1_DRAWING_STATE_DESCRIPTION1","features":[69,404]},{"name":"D2D1_DRAW_TEXT_OPTIONS","features":[404]},{"name":"D2D1_DRAW_TEXT_OPTIONS_CLIP","features":[404]},{"name":"D2D1_DRAW_TEXT_OPTIONS_DISABLE_COLOR_BITMAP_SNAPPING","features":[404]},{"name":"D2D1_DRAW_TEXT_OPTIONS_ENABLE_COLOR_FONT","features":[404]},{"name":"D2D1_DRAW_TEXT_OPTIONS_NONE","features":[404]},{"name":"D2D1_DRAW_TEXT_OPTIONS_NO_SNAP","features":[404]},{"name":"D2D1_EDGEDETECTION_MODE","features":[404]},{"name":"D2D1_EDGEDETECTION_MODE_PREWITT","features":[404]},{"name":"D2D1_EDGEDETECTION_MODE_SOBEL","features":[404]},{"name":"D2D1_EDGEDETECTION_PROP","features":[404]},{"name":"D2D1_EDGEDETECTION_PROP_ALPHA_MODE","features":[404]},{"name":"D2D1_EDGEDETECTION_PROP_BLUR_RADIUS","features":[404]},{"name":"D2D1_EDGEDETECTION_PROP_MODE","features":[404]},{"name":"D2D1_EDGEDETECTION_PROP_OVERLAY_EDGES","features":[404]},{"name":"D2D1_EDGEDETECTION_PROP_STRENGTH","features":[404]},{"name":"D2D1_EFFECT_INPUT_DESCRIPTION","features":[405]},{"name":"D2D1_ELLIPSE","features":[405]},{"name":"D2D1_EMBOSS_PROP","features":[404]},{"name":"D2D1_EMBOSS_PROP_DIRECTION","features":[404]},{"name":"D2D1_EMBOSS_PROP_HEIGHT","features":[404]},{"name":"D2D1_EXPOSURE_PROP","features":[404]},{"name":"D2D1_EXPOSURE_PROP_EXPOSURE_VALUE","features":[404]},{"name":"D2D1_EXTEND_MODE","features":[404]},{"name":"D2D1_EXTEND_MODE_CLAMP","features":[404]},{"name":"D2D1_EXTEND_MODE_MIRROR","features":[404]},{"name":"D2D1_EXTEND_MODE_WRAP","features":[404]},{"name":"D2D1_FACTORY_OPTIONS","features":[404]},{"name":"D2D1_FACTORY_TYPE","features":[404]},{"name":"D2D1_FACTORY_TYPE_MULTI_THREADED","features":[404]},{"name":"D2D1_FACTORY_TYPE_SINGLE_THREADED","features":[404]},{"name":"D2D1_FEATURE","features":[404]},{"name":"D2D1_FEATURE_D3D10_X_HARDWARE_OPTIONS","features":[404]},{"name":"D2D1_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS","features":[305,404]},{"name":"D2D1_FEATURE_DATA_DOUBLES","features":[305,404]},{"name":"D2D1_FEATURE_DOUBLES","features":[404]},{"name":"D2D1_FEATURE_LEVEL","features":[404]},{"name":"D2D1_FEATURE_LEVEL_10","features":[404]},{"name":"D2D1_FEATURE_LEVEL_9","features":[404]},{"name":"D2D1_FEATURE_LEVEL_DEFAULT","features":[404]},{"name":"D2D1_FILTER","features":[404]},{"name":"D2D1_FILTER_ANISOTROPIC","features":[404]},{"name":"D2D1_FILTER_MIN_LINEAR_MAG_MIP_POINT","features":[404]},{"name":"D2D1_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[404]},{"name":"D2D1_FILTER_MIN_MAG_LINEAR_MIP_POINT","features":[404]},{"name":"D2D1_FILTER_MIN_MAG_MIP_LINEAR","features":[404]},{"name":"D2D1_FILTER_MIN_MAG_MIP_POINT","features":[404]},{"name":"D2D1_FILTER_MIN_MAG_POINT_MIP_LINEAR","features":[404]},{"name":"D2D1_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[404]},{"name":"D2D1_FILTER_MIN_POINT_MAG_MIP_LINEAR","features":[404]},{"name":"D2D1_FLOOD_PROP","features":[404]},{"name":"D2D1_FLOOD_PROP_COLOR","features":[404]},{"name":"D2D1_GAMMA","features":[404]},{"name":"D2D1_GAMMA1","features":[404]},{"name":"D2D1_GAMMA1_G10","features":[404]},{"name":"D2D1_GAMMA1_G2084","features":[404]},{"name":"D2D1_GAMMA1_G22","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_ALPHA_AMPLITUDE","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_ALPHA_DISABLE","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_ALPHA_EXPONENT","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_ALPHA_OFFSET","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_BLUE_AMPLITUDE","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_BLUE_DISABLE","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_BLUE_EXPONENT","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_BLUE_OFFSET","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_CLAMP_OUTPUT","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_GREEN_AMPLITUDE","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_GREEN_DISABLE","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_GREEN_EXPONENT","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_GREEN_OFFSET","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_RED_AMPLITUDE","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_RED_DISABLE","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_RED_EXPONENT","features":[404]},{"name":"D2D1_GAMMATRANSFER_PROP_RED_OFFSET","features":[404]},{"name":"D2D1_GAMMA_1_0","features":[404]},{"name":"D2D1_GAMMA_2_2","features":[404]},{"name":"D2D1_GAUSSIANBLUR_OPTIMIZATION","features":[404]},{"name":"D2D1_GAUSSIANBLUR_OPTIMIZATION_BALANCED","features":[404]},{"name":"D2D1_GAUSSIANBLUR_OPTIMIZATION_QUALITY","features":[404]},{"name":"D2D1_GAUSSIANBLUR_OPTIMIZATION_SPEED","features":[404]},{"name":"D2D1_GAUSSIANBLUR_PROP","features":[404]},{"name":"D2D1_GAUSSIANBLUR_PROP_BORDER_MODE","features":[404]},{"name":"D2D1_GAUSSIANBLUR_PROP_OPTIMIZATION","features":[404]},{"name":"D2D1_GAUSSIANBLUR_PROP_STANDARD_DEVIATION","features":[404]},{"name":"D2D1_GEOMETRY_RELATION","features":[404]},{"name":"D2D1_GEOMETRY_RELATION_CONTAINS","features":[404]},{"name":"D2D1_GEOMETRY_RELATION_DISJOINT","features":[404]},{"name":"D2D1_GEOMETRY_RELATION_IS_CONTAINED","features":[404]},{"name":"D2D1_GEOMETRY_RELATION_OVERLAP","features":[404]},{"name":"D2D1_GEOMETRY_RELATION_UNKNOWN","features":[404]},{"name":"D2D1_GEOMETRY_SIMPLIFICATION_OPTION","features":[404]},{"name":"D2D1_GEOMETRY_SIMPLIFICATION_OPTION_CUBICS_AND_LINES","features":[404]},{"name":"D2D1_GEOMETRY_SIMPLIFICATION_OPTION_LINES","features":[404]},{"name":"D2D1_GRADIENT_MESH_PATCH","features":[405]},{"name":"D2D1_HDRTONEMAP_DISPLAY_MODE","features":[404]},{"name":"D2D1_HDRTONEMAP_DISPLAY_MODE_HDR","features":[404]},{"name":"D2D1_HDRTONEMAP_DISPLAY_MODE_SDR","features":[404]},{"name":"D2D1_HDRTONEMAP_PROP","features":[404]},{"name":"D2D1_HDRTONEMAP_PROP_DISPLAY_MODE","features":[404]},{"name":"D2D1_HDRTONEMAP_PROP_INPUT_MAX_LUMINANCE","features":[404]},{"name":"D2D1_HDRTONEMAP_PROP_OUTPUT_MAX_LUMINANCE","features":[404]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA","features":[404]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA_LINEAR","features":[404]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_INPUT_GAMMA_SRGB","features":[404]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP","features":[404]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP_CLARITY","features":[404]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP_HIGHLIGHTS","features":[404]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP_INPUT_GAMMA","features":[404]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP_MASK_BLUR_RADIUS","features":[404]},{"name":"D2D1_HIGHLIGHTSANDSHADOWS_PROP_SHADOWS","features":[404]},{"name":"D2D1_HISTOGRAM_PROP","features":[404]},{"name":"D2D1_HISTOGRAM_PROP_CHANNEL_SELECT","features":[404]},{"name":"D2D1_HISTOGRAM_PROP_HISTOGRAM_OUTPUT","features":[404]},{"name":"D2D1_HISTOGRAM_PROP_NUM_BINS","features":[404]},{"name":"D2D1_HUEROTATION_PROP","features":[404]},{"name":"D2D1_HUEROTATION_PROP_ANGLE","features":[404]},{"name":"D2D1_HUETORGB_INPUT_COLOR_SPACE","features":[404]},{"name":"D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS","features":[404]},{"name":"D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_VALUE","features":[404]},{"name":"D2D1_HUETORGB_PROP","features":[404]},{"name":"D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE","features":[404]},{"name":"D2D1_HWND_RENDER_TARGET_PROPERTIES","features":[305,405]},{"name":"D2D1_IMAGE_BRUSH_PROPERTIES","features":[405]},{"name":"D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS","features":[404]},{"name":"D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS_LOW_QUALITY_PRIMARY_CONVERSION","features":[404]},{"name":"D2D1_IMAGE_SOURCE_FROM_DXGI_OPTIONS_NONE","features":[404]},{"name":"D2D1_IMAGE_SOURCE_LOADING_OPTIONS","features":[404]},{"name":"D2D1_IMAGE_SOURCE_LOADING_OPTIONS_CACHE_ON_DEMAND","features":[404]},{"name":"D2D1_IMAGE_SOURCE_LOADING_OPTIONS_NONE","features":[404]},{"name":"D2D1_IMAGE_SOURCE_LOADING_OPTIONS_RELEASE_SOURCE","features":[404]},{"name":"D2D1_INK_BEZIER_SEGMENT","features":[404]},{"name":"D2D1_INK_NIB_SHAPE","features":[404]},{"name":"D2D1_INK_NIB_SHAPE_ROUND","features":[404]},{"name":"D2D1_INK_NIB_SHAPE_SQUARE","features":[404]},{"name":"D2D1_INK_POINT","features":[404]},{"name":"D2D1_INK_STYLE_PROPERTIES","features":[69,404]},{"name":"D2D1_INPUT_DESCRIPTION","features":[404]},{"name":"D2D1_INPUT_ELEMENT_DESC","features":[404,402]},{"name":"D2D1_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_CUBIC","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_ANISOTROPIC","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_CUBIC","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_FANT","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_LINEAR","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_MIPMAP_LINEAR","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_DEFINITION_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_LINEAR","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_LAYER_OPTIONS","features":[404]},{"name":"D2D1_LAYER_OPTIONS1","features":[404]},{"name":"D2D1_LAYER_OPTIONS1_IGNORE_ALPHA","features":[404]},{"name":"D2D1_LAYER_OPTIONS1_INITIALIZE_FROM_BACKGROUND","features":[404]},{"name":"D2D1_LAYER_OPTIONS1_NONE","features":[404]},{"name":"D2D1_LAYER_OPTIONS_INITIALIZE_FOR_CLEARTYPE","features":[404]},{"name":"D2D1_LAYER_OPTIONS_NONE","features":[404]},{"name":"D2D1_LAYER_PARAMETERS","features":[69,405]},{"name":"D2D1_LAYER_PARAMETERS1","features":[69,405]},{"name":"D2D1_LINEARTRANSFER_PROP","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_ALPHA_DISABLE","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_ALPHA_SLOPE","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_ALPHA_Y_INTERCEPT","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_BLUE_DISABLE","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_BLUE_SLOPE","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_BLUE_Y_INTERCEPT","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_CLAMP_OUTPUT","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_GREEN_DISABLE","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_GREEN_SLOPE","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_GREEN_Y_INTERCEPT","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_RED_DISABLE","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_RED_SLOPE","features":[404]},{"name":"D2D1_LINEARTRANSFER_PROP_RED_Y_INTERCEPT","features":[404]},{"name":"D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES","features":[405]},{"name":"D2D1_LINE_JOIN","features":[404]},{"name":"D2D1_LINE_JOIN_BEVEL","features":[404]},{"name":"D2D1_LINE_JOIN_MITER","features":[404]},{"name":"D2D1_LINE_JOIN_MITER_OR_BEVEL","features":[404]},{"name":"D2D1_LINE_JOIN_ROUND","features":[404]},{"name":"D2D1_LOOKUPTABLE3D_PROP","features":[404]},{"name":"D2D1_LOOKUPTABLE3D_PROP_ALPHA_MODE","features":[404]},{"name":"D2D1_LOOKUPTABLE3D_PROP_LUT","features":[404]},{"name":"D2D1_MAPPED_RECT","features":[404]},{"name":"D2D1_MAP_OPTIONS","features":[404]},{"name":"D2D1_MAP_OPTIONS_DISCARD","features":[404]},{"name":"D2D1_MAP_OPTIONS_NONE","features":[404]},{"name":"D2D1_MAP_OPTIONS_READ","features":[404]},{"name":"D2D1_MAP_OPTIONS_WRITE","features":[404]},{"name":"D2D1_MORPHOLOGY_MODE","features":[404]},{"name":"D2D1_MORPHOLOGY_MODE_DILATE","features":[404]},{"name":"D2D1_MORPHOLOGY_MODE_ERODE","features":[404]},{"name":"D2D1_MORPHOLOGY_PROP","features":[404]},{"name":"D2D1_MORPHOLOGY_PROP_HEIGHT","features":[404]},{"name":"D2D1_MORPHOLOGY_PROP_MODE","features":[404]},{"name":"D2D1_MORPHOLOGY_PROP_WIDTH","features":[404]},{"name":"D2D1_OPACITYMETADATA_PROP","features":[404]},{"name":"D2D1_OPACITYMETADATA_PROP_INPUT_OPAQUE_RECT","features":[404]},{"name":"D2D1_OPACITY_MASK_CONTENT","features":[404]},{"name":"D2D1_OPACITY_MASK_CONTENT_GRAPHICS","features":[404]},{"name":"D2D1_OPACITY_MASK_CONTENT_TEXT_GDI_COMPATIBLE","features":[404]},{"name":"D2D1_OPACITY_MASK_CONTENT_TEXT_NATURAL","features":[404]},{"name":"D2D1_OPACITY_PROP","features":[404]},{"name":"D2D1_OPACITY_PROP_OPACITY","features":[404]},{"name":"D2D1_ORIENTATION","features":[404]},{"name":"D2D1_ORIENTATION_DEFAULT","features":[404]},{"name":"D2D1_ORIENTATION_FLIP_HORIZONTAL","features":[404]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE180","features":[404]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE180_FLIP_HORIZONTAL","features":[404]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE270","features":[404]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE270_FLIP_HORIZONTAL","features":[404]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE90","features":[404]},{"name":"D2D1_ORIENTATION_ROTATE_CLOCKWISE90_FLIP_HORIZONTAL","features":[404]},{"name":"D2D1_PATCH_EDGE_MODE","features":[404]},{"name":"D2D1_PATCH_EDGE_MODE_ALIASED","features":[404]},{"name":"D2D1_PATCH_EDGE_MODE_ALIASED_INFLATED","features":[404]},{"name":"D2D1_PATCH_EDGE_MODE_ANTIALIASED","features":[404]},{"name":"D2D1_PIXEL_OPTIONS","features":[404]},{"name":"D2D1_PIXEL_OPTIONS_NONE","features":[404]},{"name":"D2D1_PIXEL_OPTIONS_TRIVIAL_SAMPLING","features":[404]},{"name":"D2D1_POINTDIFFUSE_PROP","features":[404]},{"name":"D2D1_POINTDIFFUSE_PROP_COLOR","features":[404]},{"name":"D2D1_POINTDIFFUSE_PROP_DIFFUSE_CONSTANT","features":[404]},{"name":"D2D1_POINTDIFFUSE_PROP_KERNEL_UNIT_LENGTH","features":[404]},{"name":"D2D1_POINTDIFFUSE_PROP_LIGHT_POSITION","features":[404]},{"name":"D2D1_POINTDIFFUSE_PROP_SCALE_MODE","features":[404]},{"name":"D2D1_POINTDIFFUSE_PROP_SURFACE_SCALE","features":[404]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE","features":[404]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_CUBIC","features":[404]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_LINEAR","features":[404]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_POINTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_POINTSPECULAR_PROP","features":[404]},{"name":"D2D1_POINTSPECULAR_PROP_COLOR","features":[404]},{"name":"D2D1_POINTSPECULAR_PROP_KERNEL_UNIT_LENGTH","features":[404]},{"name":"D2D1_POINTSPECULAR_PROP_LIGHT_POSITION","features":[404]},{"name":"D2D1_POINTSPECULAR_PROP_SCALE_MODE","features":[404]},{"name":"D2D1_POINTSPECULAR_PROP_SPECULAR_CONSTANT","features":[404]},{"name":"D2D1_POINTSPECULAR_PROP_SPECULAR_EXPONENT","features":[404]},{"name":"D2D1_POINTSPECULAR_PROP_SURFACE_SCALE","features":[404]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE","features":[404]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_CUBIC","features":[404]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_LINEAR","features":[404]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_POINTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_POINT_DESCRIPTION","features":[405]},{"name":"D2D1_POSTERIZE_PROP","features":[404]},{"name":"D2D1_POSTERIZE_PROP_BLUE_VALUE_COUNT","features":[404]},{"name":"D2D1_POSTERIZE_PROP_GREEN_VALUE_COUNT","features":[404]},{"name":"D2D1_POSTERIZE_PROP_RED_VALUE_COUNT","features":[404]},{"name":"D2D1_PRESENT_OPTIONS","features":[404]},{"name":"D2D1_PRESENT_OPTIONS_IMMEDIATELY","features":[404]},{"name":"D2D1_PRESENT_OPTIONS_NONE","features":[404]},{"name":"D2D1_PRESENT_OPTIONS_RETAIN_CONTENTS","features":[404]},{"name":"D2D1_PRIMITIVE_BLEND","features":[404]},{"name":"D2D1_PRIMITIVE_BLEND_ADD","features":[404]},{"name":"D2D1_PRIMITIVE_BLEND_COPY","features":[404]},{"name":"D2D1_PRIMITIVE_BLEND_MAX","features":[404]},{"name":"D2D1_PRIMITIVE_BLEND_MIN","features":[404]},{"name":"D2D1_PRIMITIVE_BLEND_SOURCE_OVER","features":[404]},{"name":"D2D1_PRINT_CONTROL_PROPERTIES","features":[404]},{"name":"D2D1_PRINT_FONT_SUBSET_MODE","features":[404]},{"name":"D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT","features":[404]},{"name":"D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE","features":[404]},{"name":"D2D1_PRINT_FONT_SUBSET_MODE_NONE","features":[404]},{"name":"D2D1_PROPERTY","features":[404]},{"name":"D2D1_PROPERTY_AUTHOR","features":[404]},{"name":"D2D1_PROPERTY_BINDING","features":[404]},{"name":"D2D1_PROPERTY_CACHED","features":[404]},{"name":"D2D1_PROPERTY_CATEGORY","features":[404]},{"name":"D2D1_PROPERTY_CLSID","features":[404]},{"name":"D2D1_PROPERTY_DESCRIPTION","features":[404]},{"name":"D2D1_PROPERTY_DISPLAYNAME","features":[404]},{"name":"D2D1_PROPERTY_INPUTS","features":[404]},{"name":"D2D1_PROPERTY_MAX_INPUTS","features":[404]},{"name":"D2D1_PROPERTY_MIN_INPUTS","features":[404]},{"name":"D2D1_PROPERTY_PRECISION","features":[404]},{"name":"D2D1_PROPERTY_TYPE","features":[404]},{"name":"D2D1_PROPERTY_TYPE_ARRAY","features":[404]},{"name":"D2D1_PROPERTY_TYPE_BLOB","features":[404]},{"name":"D2D1_PROPERTY_TYPE_BOOL","features":[404]},{"name":"D2D1_PROPERTY_TYPE_CLSID","features":[404]},{"name":"D2D1_PROPERTY_TYPE_COLOR_CONTEXT","features":[404]},{"name":"D2D1_PROPERTY_TYPE_ENUM","features":[404]},{"name":"D2D1_PROPERTY_TYPE_FLOAT","features":[404]},{"name":"D2D1_PROPERTY_TYPE_INT32","features":[404]},{"name":"D2D1_PROPERTY_TYPE_IUNKNOWN","features":[404]},{"name":"D2D1_PROPERTY_TYPE_MATRIX_3X2","features":[404]},{"name":"D2D1_PROPERTY_TYPE_MATRIX_4X3","features":[404]},{"name":"D2D1_PROPERTY_TYPE_MATRIX_4X4","features":[404]},{"name":"D2D1_PROPERTY_TYPE_MATRIX_5X4","features":[404]},{"name":"D2D1_PROPERTY_TYPE_STRING","features":[404]},{"name":"D2D1_PROPERTY_TYPE_UINT32","features":[404]},{"name":"D2D1_PROPERTY_TYPE_UNKNOWN","features":[404]},{"name":"D2D1_PROPERTY_TYPE_VECTOR2","features":[404]},{"name":"D2D1_PROPERTY_TYPE_VECTOR3","features":[404]},{"name":"D2D1_PROPERTY_TYPE_VECTOR4","features":[404]},{"name":"D2D1_QUADRATIC_BEZIER_SEGMENT","features":[405]},{"name":"D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES","features":[405]},{"name":"D2D1_RENDERING_CONTROLS","features":[405]},{"name":"D2D1_RENDERING_PRIORITY","features":[404]},{"name":"D2D1_RENDERING_PRIORITY_LOW","features":[404]},{"name":"D2D1_RENDERING_PRIORITY_NORMAL","features":[404]},{"name":"D2D1_RENDER_TARGET_PROPERTIES","features":[405,402]},{"name":"D2D1_RENDER_TARGET_TYPE","features":[404]},{"name":"D2D1_RENDER_TARGET_TYPE_DEFAULT","features":[404]},{"name":"D2D1_RENDER_TARGET_TYPE_HARDWARE","features":[404]},{"name":"D2D1_RENDER_TARGET_TYPE_SOFTWARE","features":[404]},{"name":"D2D1_RENDER_TARGET_USAGE","features":[404]},{"name":"D2D1_RENDER_TARGET_USAGE_FORCE_BITMAP_REMOTING","features":[404]},{"name":"D2D1_RENDER_TARGET_USAGE_GDI_COMPATIBLE","features":[404]},{"name":"D2D1_RENDER_TARGET_USAGE_NONE","features":[404]},{"name":"D2D1_RESOURCE_TEXTURE_PROPERTIES","features":[404]},{"name":"D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE","features":[404]},{"name":"D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_LIGHTNESS","features":[404]},{"name":"D2D1_RGBTOHUE_OUTPUT_COLOR_SPACE_HUE_SATURATION_VALUE","features":[404]},{"name":"D2D1_RGBTOHUE_PROP","features":[404]},{"name":"D2D1_RGBTOHUE_PROP_OUTPUT_COLOR_SPACE","features":[404]},{"name":"D2D1_ROUNDED_RECT","features":[405]},{"name":"D2D1_SATURATION_PROP","features":[404]},{"name":"D2D1_SATURATION_PROP_SATURATION","features":[404]},{"name":"D2D1_SCALE_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_CUBIC","features":[404]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_LINEAR","features":[404]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_SCALE_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_SCALE_PROP","features":[404]},{"name":"D2D1_SCALE_PROP_BORDER_MODE","features":[404]},{"name":"D2D1_SCALE_PROP_CENTER_POINT","features":[404]},{"name":"D2D1_SCALE_PROP_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_SCALE_PROP_SCALE","features":[404]},{"name":"D2D1_SCALE_PROP_SHARPNESS","features":[404]},{"name":"D2D1_SCENE_REFERRED_SDR_WHITE_LEVEL","features":[404]},{"name":"D2D1_SEPIA_PROP","features":[404]},{"name":"D2D1_SEPIA_PROP_ALPHA_MODE","features":[404]},{"name":"D2D1_SEPIA_PROP_INTENSITY","features":[404]},{"name":"D2D1_SHADOW_OPTIMIZATION","features":[404]},{"name":"D2D1_SHADOW_OPTIMIZATION_BALANCED","features":[404]},{"name":"D2D1_SHADOW_OPTIMIZATION_QUALITY","features":[404]},{"name":"D2D1_SHADOW_OPTIMIZATION_SPEED","features":[404]},{"name":"D2D1_SHADOW_PROP","features":[404]},{"name":"D2D1_SHADOW_PROP_BLUR_STANDARD_DEVIATION","features":[404]},{"name":"D2D1_SHADOW_PROP_COLOR","features":[404]},{"name":"D2D1_SHADOW_PROP_OPTIMIZATION","features":[404]},{"name":"D2D1_SHARPEN_PROP","features":[404]},{"name":"D2D1_SHARPEN_PROP_SHARPNESS","features":[404]},{"name":"D2D1_SHARPEN_PROP_THRESHOLD","features":[404]},{"name":"D2D1_SIMPLE_COLOR_PROFILE","features":[405]},{"name":"D2D1_SPOTDIFFUSE_PROP","features":[404]},{"name":"D2D1_SPOTDIFFUSE_PROP_COLOR","features":[404]},{"name":"D2D1_SPOTDIFFUSE_PROP_DIFFUSE_CONSTANT","features":[404]},{"name":"D2D1_SPOTDIFFUSE_PROP_FOCUS","features":[404]},{"name":"D2D1_SPOTDIFFUSE_PROP_KERNEL_UNIT_LENGTH","features":[404]},{"name":"D2D1_SPOTDIFFUSE_PROP_LIGHT_POSITION","features":[404]},{"name":"D2D1_SPOTDIFFUSE_PROP_LIMITING_CONE_ANGLE","features":[404]},{"name":"D2D1_SPOTDIFFUSE_PROP_POINTS_AT","features":[404]},{"name":"D2D1_SPOTDIFFUSE_PROP_SCALE_MODE","features":[404]},{"name":"D2D1_SPOTDIFFUSE_PROP_SURFACE_SCALE","features":[404]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE","features":[404]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_CUBIC","features":[404]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_LINEAR","features":[404]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_SPOTDIFFUSE_SCALE_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP_COLOR","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP_FOCUS","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP_POINTS_AT","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP_SCALE_MODE","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT","features":[404]},{"name":"D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE","features":[404]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE","features":[404]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_CUBIC","features":[404]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_LINEAR","features":[404]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_SPOTSPECULAR_SCALE_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_SPRITE_OPTIONS","features":[404]},{"name":"D2D1_SPRITE_OPTIONS_CLAMP_TO_SOURCE_RECTANGLE","features":[404]},{"name":"D2D1_SPRITE_OPTIONS_NONE","features":[404]},{"name":"D2D1_STRAIGHTEN_PROP","features":[404]},{"name":"D2D1_STRAIGHTEN_PROP_ANGLE","features":[404]},{"name":"D2D1_STRAIGHTEN_PROP_MAINTAIN_SIZE","features":[404]},{"name":"D2D1_STRAIGHTEN_PROP_SCALE_MODE","features":[404]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE","features":[404]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE_CUBIC","features":[404]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE_LINEAR","features":[404]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_STRAIGHTEN_SCALE_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_STROKE_STYLE_PROPERTIES","features":[404]},{"name":"D2D1_STROKE_STYLE_PROPERTIES1","features":[404]},{"name":"D2D1_STROKE_TRANSFORM_TYPE","features":[404]},{"name":"D2D1_STROKE_TRANSFORM_TYPE_FIXED","features":[404]},{"name":"D2D1_STROKE_TRANSFORM_TYPE_HAIRLINE","features":[404]},{"name":"D2D1_STROKE_TRANSFORM_TYPE_NORMAL","features":[404]},{"name":"D2D1_SUBPROPERTY","features":[404]},{"name":"D2D1_SUBPROPERTY_DEFAULT","features":[404]},{"name":"D2D1_SUBPROPERTY_DISPLAYNAME","features":[404]},{"name":"D2D1_SUBPROPERTY_FIELDS","features":[404]},{"name":"D2D1_SUBPROPERTY_INDEX","features":[404]},{"name":"D2D1_SUBPROPERTY_ISREADONLY","features":[404]},{"name":"D2D1_SUBPROPERTY_MAX","features":[404]},{"name":"D2D1_SUBPROPERTY_MIN","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN_NONE","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MAX","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MID","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MAX_Y_MIN","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MAX","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MID","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MID_Y_MIN","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MAX","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MID","features":[404]},{"name":"D2D1_SVG_ASPECT_ALIGN_X_MIN_Y_MIN","features":[404]},{"name":"D2D1_SVG_ASPECT_SCALING","features":[404]},{"name":"D2D1_SVG_ASPECT_SCALING_MEET","features":[404]},{"name":"D2D1_SVG_ASPECT_SCALING_SLICE","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_COLOR","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_DISPLAY","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_EXTEND_MODE","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_FILL_MODE","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_FLOAT","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_LENGTH","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_LINE_CAP","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_LINE_JOIN","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_MATRIX","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_OVERFLOW","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_PRESERVE_ASPECT_RATIO","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_UNIT_TYPE","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_VIEWBOX","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_POD_TYPE_VISIBILITY","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_STRING_TYPE","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_STRING_TYPE_ID","features":[404]},{"name":"D2D1_SVG_ATTRIBUTE_STRING_TYPE_SVG","features":[404]},{"name":"D2D1_SVG_DISPLAY","features":[404]},{"name":"D2D1_SVG_DISPLAY_INLINE","features":[404]},{"name":"D2D1_SVG_DISPLAY_NONE","features":[404]},{"name":"D2D1_SVG_LENGTH","features":[404]},{"name":"D2D1_SVG_LENGTH_UNITS","features":[404]},{"name":"D2D1_SVG_LENGTH_UNITS_NUMBER","features":[404]},{"name":"D2D1_SVG_LENGTH_UNITS_PERCENTAGE","features":[404]},{"name":"D2D1_SVG_LINE_CAP","features":[404]},{"name":"D2D1_SVG_LINE_CAP_BUTT","features":[404]},{"name":"D2D1_SVG_LINE_CAP_ROUND","features":[404]},{"name":"D2D1_SVG_LINE_CAP_SQUARE","features":[404]},{"name":"D2D1_SVG_LINE_JOIN","features":[404]},{"name":"D2D1_SVG_LINE_JOIN_BEVEL","features":[404]},{"name":"D2D1_SVG_LINE_JOIN_MITER","features":[404]},{"name":"D2D1_SVG_LINE_JOIN_ROUND","features":[404]},{"name":"D2D1_SVG_OVERFLOW","features":[404]},{"name":"D2D1_SVG_OVERFLOW_HIDDEN","features":[404]},{"name":"D2D1_SVG_OVERFLOW_VISIBLE","features":[404]},{"name":"D2D1_SVG_PAINT_TYPE","features":[404]},{"name":"D2D1_SVG_PAINT_TYPE_COLOR","features":[404]},{"name":"D2D1_SVG_PAINT_TYPE_CURRENT_COLOR","features":[404]},{"name":"D2D1_SVG_PAINT_TYPE_NONE","features":[404]},{"name":"D2D1_SVG_PAINT_TYPE_URI","features":[404]},{"name":"D2D1_SVG_PAINT_TYPE_URI_COLOR","features":[404]},{"name":"D2D1_SVG_PAINT_TYPE_URI_CURRENT_COLOR","features":[404]},{"name":"D2D1_SVG_PAINT_TYPE_URI_NONE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_ARC_ABSOLUTE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_ARC_RELATIVE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_CLOSE_PATH","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_CUBIC_ABSOLUTE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_CUBIC_RELATIVE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_CUBIC_SMOOTH_ABSOLUTE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_CUBIC_SMOOTH_RELATIVE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_HORIZONTAL_ABSOLUTE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_HORIZONTAL_RELATIVE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_LINE_ABSOLUTE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_LINE_RELATIVE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_MOVE_ABSOLUTE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_MOVE_RELATIVE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_QUADRADIC_ABSOLUTE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_QUADRADIC_RELATIVE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_QUADRADIC_SMOOTH_ABSOLUTE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_QUADRADIC_SMOOTH_RELATIVE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_VERTICAL_ABSOLUTE","features":[404]},{"name":"D2D1_SVG_PATH_COMMAND_VERTICAL_RELATIVE","features":[404]},{"name":"D2D1_SVG_PRESERVE_ASPECT_RATIO","features":[305,404]},{"name":"D2D1_SVG_UNIT_TYPE","features":[404]},{"name":"D2D1_SVG_UNIT_TYPE_OBJECT_BOUNDING_BOX","features":[404]},{"name":"D2D1_SVG_UNIT_TYPE_USER_SPACE_ON_USE","features":[404]},{"name":"D2D1_SVG_VIEWBOX","features":[404]},{"name":"D2D1_SVG_VISIBILITY","features":[404]},{"name":"D2D1_SVG_VISIBILITY_HIDDEN","features":[404]},{"name":"D2D1_SVG_VISIBILITY_VISIBLE","features":[404]},{"name":"D2D1_SWEEP_DIRECTION","features":[404]},{"name":"D2D1_SWEEP_DIRECTION_CLOCKWISE","features":[404]},{"name":"D2D1_SWEEP_DIRECTION_COUNTER_CLOCKWISE","features":[404]},{"name":"D2D1_TABLETRANSFER_PROP","features":[404]},{"name":"D2D1_TABLETRANSFER_PROP_ALPHA_DISABLE","features":[404]},{"name":"D2D1_TABLETRANSFER_PROP_ALPHA_TABLE","features":[404]},{"name":"D2D1_TABLETRANSFER_PROP_BLUE_DISABLE","features":[404]},{"name":"D2D1_TABLETRANSFER_PROP_BLUE_TABLE","features":[404]},{"name":"D2D1_TABLETRANSFER_PROP_CLAMP_OUTPUT","features":[404]},{"name":"D2D1_TABLETRANSFER_PROP_GREEN_DISABLE","features":[404]},{"name":"D2D1_TABLETRANSFER_PROP_GREEN_TABLE","features":[404]},{"name":"D2D1_TABLETRANSFER_PROP_RED_DISABLE","features":[404]},{"name":"D2D1_TABLETRANSFER_PROP_RED_TABLE","features":[404]},{"name":"D2D1_TEMPERATUREANDTINT_PROP","features":[404]},{"name":"D2D1_TEMPERATUREANDTINT_PROP_TEMPERATURE","features":[404]},{"name":"D2D1_TEMPERATUREANDTINT_PROP_TINT","features":[404]},{"name":"D2D1_TEXT_ANTIALIAS_MODE","features":[404]},{"name":"D2D1_TEXT_ANTIALIAS_MODE_ALIASED","features":[404]},{"name":"D2D1_TEXT_ANTIALIAS_MODE_CLEARTYPE","features":[404]},{"name":"D2D1_TEXT_ANTIALIAS_MODE_DEFAULT","features":[404]},{"name":"D2D1_TEXT_ANTIALIAS_MODE_GRAYSCALE","features":[404]},{"name":"D2D1_THREADING_MODE","features":[404]},{"name":"D2D1_THREADING_MODE_MULTI_THREADED","features":[404]},{"name":"D2D1_THREADING_MODE_SINGLE_THREADED","features":[404]},{"name":"D2D1_TILE_PROP","features":[404]},{"name":"D2D1_TILE_PROP_RECT","features":[404]},{"name":"D2D1_TINT_PROP","features":[404]},{"name":"D2D1_TINT_PROP_CLAMP_OUTPUT","features":[404]},{"name":"D2D1_TINT_PROP_COLOR","features":[404]},{"name":"D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS","features":[404]},{"name":"D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_DISABLE_DPI_SCALE","features":[404]},{"name":"D2D1_TRANSFORMED_IMAGE_SOURCE_OPTIONS_NONE","features":[404]},{"name":"D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES","features":[404]},{"name":"D2D1_TRIANGLE","features":[405]},{"name":"D2D1_TURBULENCE_PROP","features":[404]},{"name":"D2D1_TURBULENCE_PROP_BASE_FREQUENCY","features":[404]},{"name":"D2D1_TURBULENCE_PROP_NOISE","features":[404]},{"name":"D2D1_TURBULENCE_PROP_NUM_OCTAVES","features":[404]},{"name":"D2D1_TURBULENCE_PROP_OFFSET","features":[404]},{"name":"D2D1_TURBULENCE_PROP_SEED","features":[404]},{"name":"D2D1_TURBULENCE_PROP_SIZE","features":[404]},{"name":"D2D1_TURBULENCE_PROP_STITCHABLE","features":[404]},{"name":"D2D1_UNIT_MODE","features":[404]},{"name":"D2D1_UNIT_MODE_DIPS","features":[404]},{"name":"D2D1_UNIT_MODE_PIXELS","features":[404]},{"name":"D2D1_VERTEX_BUFFER_PROPERTIES","features":[404]},{"name":"D2D1_VERTEX_OPTIONS","features":[404]},{"name":"D2D1_VERTEX_OPTIONS_ASSUME_NO_OVERLAP","features":[404]},{"name":"D2D1_VERTEX_OPTIONS_DO_NOT_CLEAR","features":[404]},{"name":"D2D1_VERTEX_OPTIONS_NONE","features":[404]},{"name":"D2D1_VERTEX_OPTIONS_USE_DEPTH_BUFFER","features":[404]},{"name":"D2D1_VERTEX_RANGE","features":[404]},{"name":"D2D1_VERTEX_USAGE","features":[404]},{"name":"D2D1_VERTEX_USAGE_DYNAMIC","features":[404]},{"name":"D2D1_VERTEX_USAGE_STATIC","features":[404]},{"name":"D2D1_VIGNETTE_PROP","features":[404]},{"name":"D2D1_VIGNETTE_PROP_COLOR","features":[404]},{"name":"D2D1_VIGNETTE_PROP_STRENGTH","features":[404]},{"name":"D2D1_VIGNETTE_PROP_TRANSITION_SIZE","features":[404]},{"name":"D2D1_WHITELEVELADJUSTMENT_PROP","features":[404]},{"name":"D2D1_WHITELEVELADJUSTMENT_PROP_INPUT_WHITE_LEVEL","features":[404]},{"name":"D2D1_WHITELEVELADJUSTMENT_PROP_OUTPUT_WHITE_LEVEL","features":[404]},{"name":"D2D1_WINDOW_STATE","features":[404]},{"name":"D2D1_WINDOW_STATE_NONE","features":[404]},{"name":"D2D1_WINDOW_STATE_OCCLUDED","features":[404]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING","features":[404]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING_420","features":[404]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING_422","features":[404]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING_440","features":[404]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING_444","features":[404]},{"name":"D2D1_YCBCR_CHROMA_SUBSAMPLING_AUTO","features":[404]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_ANISOTROPIC","features":[404]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_CUBIC","features":[404]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC","features":[404]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_LINEAR","features":[404]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[404]},{"name":"D2D1_YCBCR_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[404]},{"name":"D2D1_YCBCR_PROP","features":[404]},{"name":"D2D1_YCBCR_PROP_CHROMA_SUBSAMPLING","features":[404]},{"name":"D2D1_YCBCR_PROP_INTERPOLATION_MODE","features":[404]},{"name":"D2D1_YCBCR_PROP_TRANSFORM_MATRIX","features":[404]},{"name":"FACILITY_D2D","features":[404]},{"name":"ID2D1AnalysisTransform","features":[404]},{"name":"ID2D1Bitmap","features":[404]},{"name":"ID2D1Bitmap1","features":[404]},{"name":"ID2D1BitmapBrush","features":[404]},{"name":"ID2D1BitmapBrush1","features":[404]},{"name":"ID2D1BitmapRenderTarget","features":[404]},{"name":"ID2D1BlendTransform","features":[404]},{"name":"ID2D1BorderTransform","features":[404]},{"name":"ID2D1BoundsAdjustmentTransform","features":[404]},{"name":"ID2D1Brush","features":[404]},{"name":"ID2D1ColorContext","features":[404]},{"name":"ID2D1ColorContext1","features":[404]},{"name":"ID2D1CommandList","features":[404]},{"name":"ID2D1CommandSink","features":[404]},{"name":"ID2D1CommandSink1","features":[404]},{"name":"ID2D1CommandSink2","features":[404]},{"name":"ID2D1CommandSink3","features":[404]},{"name":"ID2D1CommandSink4","features":[404]},{"name":"ID2D1CommandSink5","features":[404]},{"name":"ID2D1ComputeInfo","features":[404]},{"name":"ID2D1ComputeTransform","features":[404]},{"name":"ID2D1ConcreteTransform","features":[404]},{"name":"ID2D1DCRenderTarget","features":[404]},{"name":"ID2D1Device","features":[404]},{"name":"ID2D1Device1","features":[404]},{"name":"ID2D1Device2","features":[404]},{"name":"ID2D1Device3","features":[404]},{"name":"ID2D1Device4","features":[404]},{"name":"ID2D1Device5","features":[404]},{"name":"ID2D1Device6","features":[404]},{"name":"ID2D1Device7","features":[404]},{"name":"ID2D1DeviceContext","features":[404]},{"name":"ID2D1DeviceContext1","features":[404]},{"name":"ID2D1DeviceContext2","features":[404]},{"name":"ID2D1DeviceContext3","features":[404]},{"name":"ID2D1DeviceContext4","features":[404]},{"name":"ID2D1DeviceContext5","features":[404]},{"name":"ID2D1DeviceContext6","features":[404]},{"name":"ID2D1DeviceContext7","features":[404]},{"name":"ID2D1DrawInfo","features":[404]},{"name":"ID2D1DrawTransform","features":[404]},{"name":"ID2D1DrawingStateBlock","features":[404]},{"name":"ID2D1DrawingStateBlock1","features":[404]},{"name":"ID2D1Effect","features":[404]},{"name":"ID2D1EffectContext","features":[404]},{"name":"ID2D1EffectContext1","features":[404]},{"name":"ID2D1EffectContext2","features":[404]},{"name":"ID2D1EffectImpl","features":[404]},{"name":"ID2D1EllipseGeometry","features":[404]},{"name":"ID2D1Factory","features":[404]},{"name":"ID2D1Factory1","features":[404]},{"name":"ID2D1Factory2","features":[404]},{"name":"ID2D1Factory3","features":[404]},{"name":"ID2D1Factory4","features":[404]},{"name":"ID2D1Factory5","features":[404]},{"name":"ID2D1Factory6","features":[404]},{"name":"ID2D1Factory7","features":[404]},{"name":"ID2D1Factory8","features":[404]},{"name":"ID2D1GdiInteropRenderTarget","features":[404]},{"name":"ID2D1GdiMetafile","features":[404]},{"name":"ID2D1GdiMetafile1","features":[404]},{"name":"ID2D1GdiMetafileSink","features":[404]},{"name":"ID2D1GdiMetafileSink1","features":[404]},{"name":"ID2D1Geometry","features":[404]},{"name":"ID2D1GeometryGroup","features":[404]},{"name":"ID2D1GeometryRealization","features":[404]},{"name":"ID2D1GeometrySink","features":[405]},{"name":"ID2D1GradientMesh","features":[404]},{"name":"ID2D1GradientStopCollection","features":[404]},{"name":"ID2D1GradientStopCollection1","features":[404]},{"name":"ID2D1HwndRenderTarget","features":[404]},{"name":"ID2D1Image","features":[404]},{"name":"ID2D1ImageBrush","features":[404]},{"name":"ID2D1ImageSource","features":[404]},{"name":"ID2D1ImageSourceFromWic","features":[404]},{"name":"ID2D1Ink","features":[404]},{"name":"ID2D1InkStyle","features":[404]},{"name":"ID2D1Layer","features":[404]},{"name":"ID2D1LinearGradientBrush","features":[404]},{"name":"ID2D1LookupTable3D","features":[404]},{"name":"ID2D1Mesh","features":[404]},{"name":"ID2D1Multithread","features":[404]},{"name":"ID2D1OffsetTransform","features":[404]},{"name":"ID2D1PathGeometry","features":[404]},{"name":"ID2D1PathGeometry1","features":[404]},{"name":"ID2D1PrintControl","features":[404]},{"name":"ID2D1Properties","features":[404]},{"name":"ID2D1RadialGradientBrush","features":[404]},{"name":"ID2D1RectangleGeometry","features":[404]},{"name":"ID2D1RenderInfo","features":[404]},{"name":"ID2D1RenderTarget","features":[404]},{"name":"ID2D1Resource","features":[404]},{"name":"ID2D1ResourceTexture","features":[404]},{"name":"ID2D1RoundedRectangleGeometry","features":[404]},{"name":"ID2D1SolidColorBrush","features":[404]},{"name":"ID2D1SourceTransform","features":[404]},{"name":"ID2D1SpriteBatch","features":[404]},{"name":"ID2D1StrokeStyle","features":[404]},{"name":"ID2D1StrokeStyle1","features":[404]},{"name":"ID2D1SvgAttribute","features":[404]},{"name":"ID2D1SvgDocument","features":[404]},{"name":"ID2D1SvgElement","features":[404]},{"name":"ID2D1SvgGlyphStyle","features":[404]},{"name":"ID2D1SvgPaint","features":[404]},{"name":"ID2D1SvgPathData","features":[404]},{"name":"ID2D1SvgPointCollection","features":[404]},{"name":"ID2D1SvgStrokeDashArray","features":[404]},{"name":"ID2D1TessellationSink","features":[404]},{"name":"ID2D1Transform","features":[404]},{"name":"ID2D1TransformGraph","features":[404]},{"name":"ID2D1TransformNode","features":[404]},{"name":"ID2D1TransformedGeometry","features":[404]},{"name":"ID2D1TransformedImageSource","features":[404]},{"name":"ID2D1VertexBuffer","features":[404]},{"name":"PD2D1_EFFECT_FACTORY","features":[404]},{"name":"PD2D1_PROPERTY_GET_FUNCTION","features":[404]},{"name":"PD2D1_PROPERTY_SET_FUNCTION","features":[404]}],"405":[{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE","features":[405]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_ANISOTROPIC","features":[405]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_CUBIC","features":[405]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC","features":[405]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_LINEAR","features":[405]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR","features":[405]},{"name":"D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[405]},{"name":"D2D1_ALPHA_MODE","features":[405]},{"name":"D2D1_ALPHA_MODE_IGNORE","features":[405]},{"name":"D2D1_ALPHA_MODE_PREMULTIPLIED","features":[405]},{"name":"D2D1_ALPHA_MODE_STRAIGHT","features":[405]},{"name":"D2D1_ALPHA_MODE_UNKNOWN","features":[405]},{"name":"D2D1_BEZIER_SEGMENT","features":[405]},{"name":"D2D1_BLEND_MODE","features":[405]},{"name":"D2D1_BLEND_MODE_COLOR","features":[405]},{"name":"D2D1_BLEND_MODE_COLOR_BURN","features":[405]},{"name":"D2D1_BLEND_MODE_COLOR_DODGE","features":[405]},{"name":"D2D1_BLEND_MODE_DARKEN","features":[405]},{"name":"D2D1_BLEND_MODE_DARKER_COLOR","features":[405]},{"name":"D2D1_BLEND_MODE_DIFFERENCE","features":[405]},{"name":"D2D1_BLEND_MODE_DISSOLVE","features":[405]},{"name":"D2D1_BLEND_MODE_DIVISION","features":[405]},{"name":"D2D1_BLEND_MODE_EXCLUSION","features":[405]},{"name":"D2D1_BLEND_MODE_HARD_LIGHT","features":[405]},{"name":"D2D1_BLEND_MODE_HARD_MIX","features":[405]},{"name":"D2D1_BLEND_MODE_HUE","features":[405]},{"name":"D2D1_BLEND_MODE_LIGHTEN","features":[405]},{"name":"D2D1_BLEND_MODE_LIGHTER_COLOR","features":[405]},{"name":"D2D1_BLEND_MODE_LINEAR_BURN","features":[405]},{"name":"D2D1_BLEND_MODE_LINEAR_DODGE","features":[405]},{"name":"D2D1_BLEND_MODE_LINEAR_LIGHT","features":[405]},{"name":"D2D1_BLEND_MODE_LUMINOSITY","features":[405]},{"name":"D2D1_BLEND_MODE_MULTIPLY","features":[405]},{"name":"D2D1_BLEND_MODE_OVERLAY","features":[405]},{"name":"D2D1_BLEND_MODE_PIN_LIGHT","features":[405]},{"name":"D2D1_BLEND_MODE_SATURATION","features":[405]},{"name":"D2D1_BLEND_MODE_SCREEN","features":[405]},{"name":"D2D1_BLEND_MODE_SOFT_LIGHT","features":[405]},{"name":"D2D1_BLEND_MODE_SUBTRACT","features":[405]},{"name":"D2D1_BLEND_MODE_VIVID_LIGHT","features":[405]},{"name":"D2D1_BORDER_MODE","features":[405]},{"name":"D2D1_BORDER_MODE_HARD","features":[405]},{"name":"D2D1_BORDER_MODE_SOFT","features":[405]},{"name":"D2D1_COLORMATRIX_ALPHA_MODE","features":[405]},{"name":"D2D1_COLORMATRIX_ALPHA_MODE_PREMULTIPLIED","features":[405]},{"name":"D2D1_COLORMATRIX_ALPHA_MODE_STRAIGHT","features":[405]},{"name":"D2D1_COLOR_F","features":[405]},{"name":"D2D1_COMPOSITE_MODE","features":[405]},{"name":"D2D1_COMPOSITE_MODE_BOUNDED_SOURCE_COPY","features":[405]},{"name":"D2D1_COMPOSITE_MODE_DESTINATION_ATOP","features":[405]},{"name":"D2D1_COMPOSITE_MODE_DESTINATION_IN","features":[405]},{"name":"D2D1_COMPOSITE_MODE_DESTINATION_OUT","features":[405]},{"name":"D2D1_COMPOSITE_MODE_DESTINATION_OVER","features":[405]},{"name":"D2D1_COMPOSITE_MODE_MASK_INVERT","features":[405]},{"name":"D2D1_COMPOSITE_MODE_PLUS","features":[405]},{"name":"D2D1_COMPOSITE_MODE_SOURCE_ATOP","features":[405]},{"name":"D2D1_COMPOSITE_MODE_SOURCE_COPY","features":[405]},{"name":"D2D1_COMPOSITE_MODE_SOURCE_IN","features":[405]},{"name":"D2D1_COMPOSITE_MODE_SOURCE_OUT","features":[405]},{"name":"D2D1_COMPOSITE_MODE_SOURCE_OVER","features":[405]},{"name":"D2D1_COMPOSITE_MODE_XOR","features":[405]},{"name":"D2D1_FIGURE_BEGIN","features":[405]},{"name":"D2D1_FIGURE_BEGIN_FILLED","features":[405]},{"name":"D2D1_FIGURE_BEGIN_HOLLOW","features":[405]},{"name":"D2D1_FIGURE_END","features":[405]},{"name":"D2D1_FIGURE_END_CLOSED","features":[405]},{"name":"D2D1_FIGURE_END_OPEN","features":[405]},{"name":"D2D1_FILL_MODE","features":[405]},{"name":"D2D1_FILL_MODE_ALTERNATE","features":[405]},{"name":"D2D1_FILL_MODE_WINDING","features":[405]},{"name":"D2D1_GRADIENT_STOP","features":[405]},{"name":"D2D1_PATH_SEGMENT","features":[405]},{"name":"D2D1_PATH_SEGMENT_FORCE_ROUND_LINE_JOIN","features":[405]},{"name":"D2D1_PATH_SEGMENT_FORCE_UNSTROKED","features":[405]},{"name":"D2D1_PATH_SEGMENT_NONE","features":[405]},{"name":"D2D1_PIXEL_FORMAT","features":[405,402]},{"name":"D2D1_TURBULENCE_NOISE","features":[405]},{"name":"D2D1_TURBULENCE_NOISE_FRACTAL_SUM","features":[405]},{"name":"D2D1_TURBULENCE_NOISE_TURBULENCE","features":[405]},{"name":"D2D_COLOR_F","features":[405]},{"name":"D2D_MATRIX_3X2_F","features":[405]},{"name":"D2D_MATRIX_4X3_F","features":[405]},{"name":"D2D_MATRIX_4X4_F","features":[405]},{"name":"D2D_MATRIX_5X4_F","features":[405]},{"name":"D2D_POINT_2F","features":[405]},{"name":"D2D_POINT_2U","features":[405]},{"name":"D2D_RECT_F","features":[405]},{"name":"D2D_RECT_U","features":[405]},{"name":"D2D_SIZE_F","features":[405]},{"name":"D2D_SIZE_U","features":[405]},{"name":"D2D_VECTOR_2F","features":[405]},{"name":"D2D_VECTOR_3F","features":[405]},{"name":"D2D_VECTOR_4F","features":[405]},{"name":"ID2D1SimplifiedGeometrySink","features":[405]}],"406":[{"name":"D3D10_1_SRV_DIMENSION_BUFFER","features":[407]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE1D","features":[407]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE1DARRAY","features":[407]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE2D","features":[407]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE2DARRAY","features":[407]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE2DMS","features":[407]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE2DMSARRAY","features":[407]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURE3D","features":[407]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURECUBE","features":[407]},{"name":"D3D10_1_SRV_DIMENSION_TEXTURECUBEARRAY","features":[407]},{"name":"D3D10_1_SRV_DIMENSION_UNKNOWN","features":[407]},{"name":"D3D10_CBF_USERPACKED","features":[407]},{"name":"D3D10_CT_CBUFFER","features":[407]},{"name":"D3D10_CT_TBUFFER","features":[407]},{"name":"D3D10_INCLUDE_LOCAL","features":[407]},{"name":"D3D10_INCLUDE_SYSTEM","features":[407]},{"name":"D3D10_NAME_CLIP_DISTANCE","features":[407]},{"name":"D3D10_NAME_COVERAGE","features":[407]},{"name":"D3D10_NAME_CULL_DISTANCE","features":[407]},{"name":"D3D10_NAME_DEPTH","features":[407]},{"name":"D3D10_NAME_INSTANCE_ID","features":[407]},{"name":"D3D10_NAME_IS_FRONT_FACE","features":[407]},{"name":"D3D10_NAME_POSITION","features":[407]},{"name":"D3D10_NAME_PRIMITIVE_ID","features":[407]},{"name":"D3D10_NAME_RENDER_TARGET_ARRAY_INDEX","features":[407]},{"name":"D3D10_NAME_SAMPLE_INDEX","features":[407]},{"name":"D3D10_NAME_TARGET","features":[407]},{"name":"D3D10_NAME_UNDEFINED","features":[407]},{"name":"D3D10_NAME_VERTEX_ID","features":[407]},{"name":"D3D10_NAME_VIEWPORT_ARRAY_INDEX","features":[407]},{"name":"D3D10_PRIMITIVE_LINE","features":[407]},{"name":"D3D10_PRIMITIVE_LINE_ADJ","features":[407]},{"name":"D3D10_PRIMITIVE_POINT","features":[407]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_LINELIST","features":[407]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_LINELIST_ADJ","features":[407]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_LINESTRIP","features":[407]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ","features":[407]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_POINTLIST","features":[407]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_TRIANGLELIST","features":[407]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ","features":[407]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP","features":[407]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ","features":[407]},{"name":"D3D10_PRIMITIVE_TOPOLOGY_UNDEFINED","features":[407]},{"name":"D3D10_PRIMITIVE_TRIANGLE","features":[407]},{"name":"D3D10_PRIMITIVE_TRIANGLE_ADJ","features":[407]},{"name":"D3D10_PRIMITIVE_UNDEFINED","features":[407]},{"name":"D3D10_REGISTER_COMPONENT_FLOAT16","features":[407]},{"name":"D3D10_REGISTER_COMPONENT_FLOAT32","features":[407]},{"name":"D3D10_REGISTER_COMPONENT_FLOAT64","features":[407]},{"name":"D3D10_REGISTER_COMPONENT_SINT16","features":[407]},{"name":"D3D10_REGISTER_COMPONENT_SINT32","features":[407]},{"name":"D3D10_REGISTER_COMPONENT_SINT64","features":[407]},{"name":"D3D10_REGISTER_COMPONENT_UINT16","features":[407]},{"name":"D3D10_REGISTER_COMPONENT_UINT32","features":[407]},{"name":"D3D10_REGISTER_COMPONENT_UINT64","features":[407]},{"name":"D3D10_REGISTER_COMPONENT_UNKNOWN","features":[407]},{"name":"D3D10_RETURN_TYPE_FLOAT","features":[407]},{"name":"D3D10_RETURN_TYPE_MIXED","features":[407]},{"name":"D3D10_RETURN_TYPE_SINT","features":[407]},{"name":"D3D10_RETURN_TYPE_SNORM","features":[407]},{"name":"D3D10_RETURN_TYPE_UINT","features":[407]},{"name":"D3D10_RETURN_TYPE_UNORM","features":[407]},{"name":"D3D10_SIF_COMPARISON_SAMPLER","features":[407]},{"name":"D3D10_SIF_TEXTURE_COMPONENTS","features":[407]},{"name":"D3D10_SIF_TEXTURE_COMPONENT_0","features":[407]},{"name":"D3D10_SIF_TEXTURE_COMPONENT_1","features":[407]},{"name":"D3D10_SIF_USERPACKED","features":[407]},{"name":"D3D10_SIT_CBUFFER","features":[407]},{"name":"D3D10_SIT_SAMPLER","features":[407]},{"name":"D3D10_SIT_TBUFFER","features":[407]},{"name":"D3D10_SIT_TEXTURE","features":[407]},{"name":"D3D10_SRV_DIMENSION_BUFFER","features":[407]},{"name":"D3D10_SRV_DIMENSION_TEXTURE1D","features":[407]},{"name":"D3D10_SRV_DIMENSION_TEXTURE1DARRAY","features":[407]},{"name":"D3D10_SRV_DIMENSION_TEXTURE2D","features":[407]},{"name":"D3D10_SRV_DIMENSION_TEXTURE2DARRAY","features":[407]},{"name":"D3D10_SRV_DIMENSION_TEXTURE2DMS","features":[407]},{"name":"D3D10_SRV_DIMENSION_TEXTURE2DMSARRAY","features":[407]},{"name":"D3D10_SRV_DIMENSION_TEXTURE3D","features":[407]},{"name":"D3D10_SRV_DIMENSION_TEXTURECUBE","features":[407]},{"name":"D3D10_SRV_DIMENSION_UNKNOWN","features":[407]},{"name":"D3D10_SVC_MATRIX_COLUMNS","features":[407]},{"name":"D3D10_SVC_MATRIX_ROWS","features":[407]},{"name":"D3D10_SVC_OBJECT","features":[407]},{"name":"D3D10_SVC_SCALAR","features":[407]},{"name":"D3D10_SVC_STRUCT","features":[407]},{"name":"D3D10_SVC_VECTOR","features":[407]},{"name":"D3D10_SVF_USED","features":[407]},{"name":"D3D10_SVF_USERPACKED","features":[407]},{"name":"D3D10_SVT_BLEND","features":[407]},{"name":"D3D10_SVT_BOOL","features":[407]},{"name":"D3D10_SVT_BUFFER","features":[407]},{"name":"D3D10_SVT_CBUFFER","features":[407]},{"name":"D3D10_SVT_DEPTHSTENCIL","features":[407]},{"name":"D3D10_SVT_DEPTHSTENCILVIEW","features":[407]},{"name":"D3D10_SVT_FLOAT","features":[407]},{"name":"D3D10_SVT_GEOMETRYSHADER","features":[407]},{"name":"D3D10_SVT_INT","features":[407]},{"name":"D3D10_SVT_PIXELFRAGMENT","features":[407]},{"name":"D3D10_SVT_PIXELSHADER","features":[407]},{"name":"D3D10_SVT_RASTERIZER","features":[407]},{"name":"D3D10_SVT_RENDERTARGETVIEW","features":[407]},{"name":"D3D10_SVT_SAMPLER","features":[407]},{"name":"D3D10_SVT_SAMPLER1D","features":[407]},{"name":"D3D10_SVT_SAMPLER2D","features":[407]},{"name":"D3D10_SVT_SAMPLER3D","features":[407]},{"name":"D3D10_SVT_SAMPLERCUBE","features":[407]},{"name":"D3D10_SVT_STRING","features":[407]},{"name":"D3D10_SVT_TBUFFER","features":[407]},{"name":"D3D10_SVT_TEXTURE","features":[407]},{"name":"D3D10_SVT_TEXTURE1D","features":[407]},{"name":"D3D10_SVT_TEXTURE1DARRAY","features":[407]},{"name":"D3D10_SVT_TEXTURE2D","features":[407]},{"name":"D3D10_SVT_TEXTURE2DARRAY","features":[407]},{"name":"D3D10_SVT_TEXTURE2DMS","features":[407]},{"name":"D3D10_SVT_TEXTURE2DMSARRAY","features":[407]},{"name":"D3D10_SVT_TEXTURE3D","features":[407]},{"name":"D3D10_SVT_TEXTURECUBE","features":[407]},{"name":"D3D10_SVT_TEXTURECUBEARRAY","features":[407]},{"name":"D3D10_SVT_UINT","features":[407]},{"name":"D3D10_SVT_UINT8","features":[407]},{"name":"D3D10_SVT_VERTEXFRAGMENT","features":[407]},{"name":"D3D10_SVT_VERTEXSHADER","features":[407]},{"name":"D3D10_SVT_VOID","features":[407]},{"name":"D3D11_CT_CBUFFER","features":[407]},{"name":"D3D11_CT_INTERFACE_POINTERS","features":[407]},{"name":"D3D11_CT_RESOURCE_BIND_INFO","features":[407]},{"name":"D3D11_CT_TBUFFER","features":[407]},{"name":"D3D11_NAME_DEPTH_GREATER_EQUAL","features":[407]},{"name":"D3D11_NAME_DEPTH_LESS_EQUAL","features":[407]},{"name":"D3D11_NAME_FINAL_LINE_DENSITY_TESSFACTOR","features":[407]},{"name":"D3D11_NAME_FINAL_LINE_DETAIL_TESSFACTOR","features":[407]},{"name":"D3D11_NAME_FINAL_QUAD_EDGE_TESSFACTOR","features":[407]},{"name":"D3D11_NAME_FINAL_QUAD_INSIDE_TESSFACTOR","features":[407]},{"name":"D3D11_NAME_FINAL_TRI_EDGE_TESSFACTOR","features":[407]},{"name":"D3D11_NAME_FINAL_TRI_INSIDE_TESSFACTOR","features":[407]},{"name":"D3D11_NAME_INNER_COVERAGE","features":[407]},{"name":"D3D11_NAME_STENCIL_REF","features":[407]},{"name":"D3D11_PRIMITIVE_10_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_11_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_12_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_13_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_14_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_15_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_16_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_17_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_18_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_19_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_1_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_20_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_21_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_22_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_23_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_24_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_25_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_26_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_27_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_28_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_29_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_2_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_30_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_31_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_32_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_3_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_4_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_5_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_6_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_7_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_8_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_9_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D11_PRIMITIVE_LINE","features":[407]},{"name":"D3D11_PRIMITIVE_LINE_ADJ","features":[407]},{"name":"D3D11_PRIMITIVE_POINT","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_LINELIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_LINELIST_ADJ","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_LINESTRIP","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_POINTLIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_TRIANGLELIST","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ","features":[407]},{"name":"D3D11_PRIMITIVE_TOPOLOGY_UNDEFINED","features":[407]},{"name":"D3D11_PRIMITIVE_TRIANGLE","features":[407]},{"name":"D3D11_PRIMITIVE_TRIANGLE_ADJ","features":[407]},{"name":"D3D11_PRIMITIVE_UNDEFINED","features":[407]},{"name":"D3D11_RETURN_TYPE_CONTINUED","features":[407]},{"name":"D3D11_RETURN_TYPE_DOUBLE","features":[407]},{"name":"D3D11_RETURN_TYPE_FLOAT","features":[407]},{"name":"D3D11_RETURN_TYPE_MIXED","features":[407]},{"name":"D3D11_RETURN_TYPE_SINT","features":[407]},{"name":"D3D11_RETURN_TYPE_SNORM","features":[407]},{"name":"D3D11_RETURN_TYPE_UINT","features":[407]},{"name":"D3D11_RETURN_TYPE_UNORM","features":[407]},{"name":"D3D11_SIT_BYTEADDRESS","features":[407]},{"name":"D3D11_SIT_STRUCTURED","features":[407]},{"name":"D3D11_SIT_UAV_APPEND_STRUCTURED","features":[407]},{"name":"D3D11_SIT_UAV_CONSUME_STRUCTURED","features":[407]},{"name":"D3D11_SIT_UAV_RWBYTEADDRESS","features":[407]},{"name":"D3D11_SIT_UAV_RWSTRUCTURED","features":[407]},{"name":"D3D11_SIT_UAV_RWSTRUCTURED_WITH_COUNTER","features":[407]},{"name":"D3D11_SIT_UAV_RWTYPED","features":[407]},{"name":"D3D11_SRV_DIMENSION_BUFFER","features":[407]},{"name":"D3D11_SRV_DIMENSION_BUFFEREX","features":[407]},{"name":"D3D11_SRV_DIMENSION_TEXTURE1D","features":[407]},{"name":"D3D11_SRV_DIMENSION_TEXTURE1DARRAY","features":[407]},{"name":"D3D11_SRV_DIMENSION_TEXTURE2D","features":[407]},{"name":"D3D11_SRV_DIMENSION_TEXTURE2DARRAY","features":[407]},{"name":"D3D11_SRV_DIMENSION_TEXTURE2DMS","features":[407]},{"name":"D3D11_SRV_DIMENSION_TEXTURE2DMSARRAY","features":[407]},{"name":"D3D11_SRV_DIMENSION_TEXTURE3D","features":[407]},{"name":"D3D11_SRV_DIMENSION_TEXTURECUBE","features":[407]},{"name":"D3D11_SRV_DIMENSION_TEXTURECUBEARRAY","features":[407]},{"name":"D3D11_SRV_DIMENSION_UNKNOWN","features":[407]},{"name":"D3D11_SVC_INTERFACE_CLASS","features":[407]},{"name":"D3D11_SVC_INTERFACE_POINTER","features":[407]},{"name":"D3D11_SVF_INTERFACE_PARAMETER","features":[407]},{"name":"D3D11_SVF_INTERFACE_POINTER","features":[407]},{"name":"D3D11_SVT_APPEND_STRUCTURED_BUFFER","features":[407]},{"name":"D3D11_SVT_BYTEADDRESS_BUFFER","features":[407]},{"name":"D3D11_SVT_COMPUTESHADER","features":[407]},{"name":"D3D11_SVT_CONSUME_STRUCTURED_BUFFER","features":[407]},{"name":"D3D11_SVT_DOMAINSHADER","features":[407]},{"name":"D3D11_SVT_DOUBLE","features":[407]},{"name":"D3D11_SVT_HULLSHADER","features":[407]},{"name":"D3D11_SVT_INTERFACE_POINTER","features":[407]},{"name":"D3D11_SVT_RWBUFFER","features":[407]},{"name":"D3D11_SVT_RWBYTEADDRESS_BUFFER","features":[407]},{"name":"D3D11_SVT_RWSTRUCTURED_BUFFER","features":[407]},{"name":"D3D11_SVT_RWTEXTURE1D","features":[407]},{"name":"D3D11_SVT_RWTEXTURE1DARRAY","features":[407]},{"name":"D3D11_SVT_RWTEXTURE2D","features":[407]},{"name":"D3D11_SVT_RWTEXTURE2DARRAY","features":[407]},{"name":"D3D11_SVT_RWTEXTURE3D","features":[407]},{"name":"D3D11_SVT_STRUCTURED_BUFFER","features":[407]},{"name":"D3D11_TESSELLATOR_DOMAIN_ISOLINE","features":[407]},{"name":"D3D11_TESSELLATOR_DOMAIN_QUAD","features":[407]},{"name":"D3D11_TESSELLATOR_DOMAIN_TRI","features":[407]},{"name":"D3D11_TESSELLATOR_DOMAIN_UNDEFINED","features":[407]},{"name":"D3D11_TESSELLATOR_OUTPUT_LINE","features":[407]},{"name":"D3D11_TESSELLATOR_OUTPUT_POINT","features":[407]},{"name":"D3D11_TESSELLATOR_OUTPUT_TRIANGLE_CCW","features":[407]},{"name":"D3D11_TESSELLATOR_OUTPUT_TRIANGLE_CW","features":[407]},{"name":"D3D11_TESSELLATOR_OUTPUT_UNDEFINED","features":[407]},{"name":"D3D11_TESSELLATOR_PARTITIONING_FRACTIONAL_EVEN","features":[407]},{"name":"D3D11_TESSELLATOR_PARTITIONING_FRACTIONAL_ODD","features":[407]},{"name":"D3D11_TESSELLATOR_PARTITIONING_INTEGER","features":[407]},{"name":"D3D11_TESSELLATOR_PARTITIONING_POW2","features":[407]},{"name":"D3D11_TESSELLATOR_PARTITIONING_UNDEFINED","features":[407]},{"name":"D3D12_NAME_BARYCENTRICS","features":[407]},{"name":"D3D12_NAME_CULLPRIMITIVE","features":[407]},{"name":"D3D12_NAME_SHADINGRATE","features":[407]},{"name":"D3DFCI_BIASED_FIXED_2_8","features":[407]},{"name":"D3DFCI_FLOAT","features":[407]},{"name":"D3DFCI_SINT","features":[407]},{"name":"D3DFCI_SNORM","features":[407]},{"name":"D3DFCI_TYPELESS","features":[407]},{"name":"D3DFCI_UINT","features":[407]},{"name":"D3DFCI_UNORM","features":[407]},{"name":"D3DFCI_UNORM_SRGB","features":[407]},{"name":"D3DFCN_A","features":[407]},{"name":"D3DFCN_B","features":[407]},{"name":"D3DFCN_D","features":[407]},{"name":"D3DFCN_G","features":[407]},{"name":"D3DFCN_R","features":[407]},{"name":"D3DFCN_S","features":[407]},{"name":"D3DFCN_X","features":[407]},{"name":"D3DFL_CUSTOM","features":[407]},{"name":"D3DFL_STANDARD","features":[407]},{"name":"D3DFTL_FULL_TYPE","features":[407]},{"name":"D3DFTL_NO_TYPE","features":[407]},{"name":"D3DFTL_PARTIAL_TYPE","features":[407]},{"name":"D3DMATRIX","features":[407]},{"name":"D3DVECTOR","features":[407]},{"name":"D3D_CBF_USERPACKED","features":[407]},{"name":"D3D_CBUFFER_TYPE","features":[407]},{"name":"D3D_COMPONENT_MASK_W","features":[407]},{"name":"D3D_COMPONENT_MASK_X","features":[407]},{"name":"D3D_COMPONENT_MASK_Y","features":[407]},{"name":"D3D_COMPONENT_MASK_Z","features":[407]},{"name":"D3D_CT_CBUFFER","features":[407]},{"name":"D3D_CT_INTERFACE_POINTERS","features":[407]},{"name":"D3D_CT_RESOURCE_BIND_INFO","features":[407]},{"name":"D3D_CT_TBUFFER","features":[407]},{"name":"D3D_DRIVER_TYPE","features":[407]},{"name":"D3D_DRIVER_TYPE_HARDWARE","features":[407]},{"name":"D3D_DRIVER_TYPE_NULL","features":[407]},{"name":"D3D_DRIVER_TYPE_REFERENCE","features":[407]},{"name":"D3D_DRIVER_TYPE_SOFTWARE","features":[407]},{"name":"D3D_DRIVER_TYPE_UNKNOWN","features":[407]},{"name":"D3D_DRIVER_TYPE_WARP","features":[407]},{"name":"D3D_FEATURE_LEVEL","features":[407]},{"name":"D3D_FEATURE_LEVEL_10_0","features":[407]},{"name":"D3D_FEATURE_LEVEL_10_1","features":[407]},{"name":"D3D_FEATURE_LEVEL_11_0","features":[407]},{"name":"D3D_FEATURE_LEVEL_11_1","features":[407]},{"name":"D3D_FEATURE_LEVEL_12_0","features":[407]},{"name":"D3D_FEATURE_LEVEL_12_1","features":[407]},{"name":"D3D_FEATURE_LEVEL_12_2","features":[407]},{"name":"D3D_FEATURE_LEVEL_1_0_CORE","features":[407]},{"name":"D3D_FEATURE_LEVEL_1_0_GENERIC","features":[407]},{"name":"D3D_FEATURE_LEVEL_9_1","features":[407]},{"name":"D3D_FEATURE_LEVEL_9_2","features":[407]},{"name":"D3D_FEATURE_LEVEL_9_3","features":[407]},{"name":"D3D_FL9_1_DEFAULT_MAX_ANISOTROPY","features":[407]},{"name":"D3D_FL9_1_IA_PRIMITIVE_MAX_COUNT","features":[407]},{"name":"D3D_FL9_1_MAX_TEXTURE_REPEAT","features":[407]},{"name":"D3D_FL9_1_REQ_TEXTURE1D_U_DIMENSION","features":[407]},{"name":"D3D_FL9_1_REQ_TEXTURE2D_U_OR_V_DIMENSION","features":[407]},{"name":"D3D_FL9_1_REQ_TEXTURE3D_U_V_OR_W_DIMENSION","features":[407]},{"name":"D3D_FL9_1_REQ_TEXTURECUBE_DIMENSION","features":[407]},{"name":"D3D_FL9_1_SIMULTANEOUS_RENDER_TARGET_COUNT","features":[407]},{"name":"D3D_FL9_2_IA_PRIMITIVE_MAX_COUNT","features":[407]},{"name":"D3D_FL9_2_MAX_TEXTURE_REPEAT","features":[407]},{"name":"D3D_FL9_3_MAX_TEXTURE_REPEAT","features":[407]},{"name":"D3D_FL9_3_REQ_TEXTURE1D_U_DIMENSION","features":[407]},{"name":"D3D_FL9_3_REQ_TEXTURE2D_U_OR_V_DIMENSION","features":[407]},{"name":"D3D_FL9_3_REQ_TEXTURECUBE_DIMENSION","features":[407]},{"name":"D3D_FL9_3_SIMULTANEOUS_RENDER_TARGET_COUNT","features":[407]},{"name":"D3D_FORMAT_COMPONENT_INTERPRETATION","features":[407]},{"name":"D3D_FORMAT_COMPONENT_NAME","features":[407]},{"name":"D3D_FORMAT_LAYOUT","features":[407]},{"name":"D3D_FORMAT_TYPE_LEVEL","features":[407]},{"name":"D3D_INCLUDE_LOCAL","features":[407]},{"name":"D3D_INCLUDE_SYSTEM","features":[407]},{"name":"D3D_INCLUDE_TYPE","features":[407]},{"name":"D3D_INTERPOLATION_CONSTANT","features":[407]},{"name":"D3D_INTERPOLATION_LINEAR","features":[407]},{"name":"D3D_INTERPOLATION_LINEAR_CENTROID","features":[407]},{"name":"D3D_INTERPOLATION_LINEAR_NOPERSPECTIVE","features":[407]},{"name":"D3D_INTERPOLATION_LINEAR_NOPERSPECTIVE_CENTROID","features":[407]},{"name":"D3D_INTERPOLATION_LINEAR_NOPERSPECTIVE_SAMPLE","features":[407]},{"name":"D3D_INTERPOLATION_LINEAR_SAMPLE","features":[407]},{"name":"D3D_INTERPOLATION_MODE","features":[407]},{"name":"D3D_INTERPOLATION_UNDEFINED","features":[407]},{"name":"D3D_MIN_PRECISION","features":[407]},{"name":"D3D_MIN_PRECISION_ANY_10","features":[407]},{"name":"D3D_MIN_PRECISION_ANY_16","features":[407]},{"name":"D3D_MIN_PRECISION_DEFAULT","features":[407]},{"name":"D3D_MIN_PRECISION_FLOAT_16","features":[407]},{"name":"D3D_MIN_PRECISION_FLOAT_2_8","features":[407]},{"name":"D3D_MIN_PRECISION_RESERVED","features":[407]},{"name":"D3D_MIN_PRECISION_SINT_16","features":[407]},{"name":"D3D_MIN_PRECISION_UINT_16","features":[407]},{"name":"D3D_NAME","features":[407]},{"name":"D3D_NAME_BARYCENTRICS","features":[407]},{"name":"D3D_NAME_CLIP_DISTANCE","features":[407]},{"name":"D3D_NAME_COVERAGE","features":[407]},{"name":"D3D_NAME_CULLPRIMITIVE","features":[407]},{"name":"D3D_NAME_CULL_DISTANCE","features":[407]},{"name":"D3D_NAME_DEPTH","features":[407]},{"name":"D3D_NAME_DEPTH_GREATER_EQUAL","features":[407]},{"name":"D3D_NAME_DEPTH_LESS_EQUAL","features":[407]},{"name":"D3D_NAME_FINAL_LINE_DENSITY_TESSFACTOR","features":[407]},{"name":"D3D_NAME_FINAL_LINE_DETAIL_TESSFACTOR","features":[407]},{"name":"D3D_NAME_FINAL_QUAD_EDGE_TESSFACTOR","features":[407]},{"name":"D3D_NAME_FINAL_QUAD_INSIDE_TESSFACTOR","features":[407]},{"name":"D3D_NAME_FINAL_TRI_EDGE_TESSFACTOR","features":[407]},{"name":"D3D_NAME_FINAL_TRI_INSIDE_TESSFACTOR","features":[407]},{"name":"D3D_NAME_INNER_COVERAGE","features":[407]},{"name":"D3D_NAME_INSTANCE_ID","features":[407]},{"name":"D3D_NAME_IS_FRONT_FACE","features":[407]},{"name":"D3D_NAME_POSITION","features":[407]},{"name":"D3D_NAME_PRIMITIVE_ID","features":[407]},{"name":"D3D_NAME_RENDER_TARGET_ARRAY_INDEX","features":[407]},{"name":"D3D_NAME_SAMPLE_INDEX","features":[407]},{"name":"D3D_NAME_SHADINGRATE","features":[407]},{"name":"D3D_NAME_STENCIL_REF","features":[407]},{"name":"D3D_NAME_TARGET","features":[407]},{"name":"D3D_NAME_UNDEFINED","features":[407]},{"name":"D3D_NAME_VERTEX_ID","features":[407]},{"name":"D3D_NAME_VIEWPORT_ARRAY_INDEX","features":[407]},{"name":"D3D_PARAMETER_FLAGS","features":[407]},{"name":"D3D_PF_IN","features":[407]},{"name":"D3D_PF_NONE","features":[407]},{"name":"D3D_PF_OUT","features":[407]},{"name":"D3D_PRIMITIVE","features":[407]},{"name":"D3D_PRIMITIVE_10_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_11_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_12_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_13_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_14_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_15_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_16_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_17_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_18_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_19_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_1_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_20_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_21_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_22_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_23_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_24_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_25_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_26_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_27_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_28_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_29_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_2_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_30_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_31_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_32_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_3_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_4_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_5_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_6_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_7_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_8_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_9_CONTROL_POINT_PATCH","features":[407]},{"name":"D3D_PRIMITIVE_LINE","features":[407]},{"name":"D3D_PRIMITIVE_LINE_ADJ","features":[407]},{"name":"D3D_PRIMITIVE_POINT","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_LINELIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_LINELIST_ADJ","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_LINESTRIP","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_POINTLIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_TRIANGLEFAN","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ","features":[407]},{"name":"D3D_PRIMITIVE_TOPOLOGY_UNDEFINED","features":[407]},{"name":"D3D_PRIMITIVE_TRIANGLE","features":[407]},{"name":"D3D_PRIMITIVE_TRIANGLE_ADJ","features":[407]},{"name":"D3D_PRIMITIVE_UNDEFINED","features":[407]},{"name":"D3D_REGISTER_COMPONENT_FLOAT16","features":[407]},{"name":"D3D_REGISTER_COMPONENT_FLOAT32","features":[407]},{"name":"D3D_REGISTER_COMPONENT_FLOAT64","features":[407]},{"name":"D3D_REGISTER_COMPONENT_SINT16","features":[407]},{"name":"D3D_REGISTER_COMPONENT_SINT32","features":[407]},{"name":"D3D_REGISTER_COMPONENT_SINT64","features":[407]},{"name":"D3D_REGISTER_COMPONENT_TYPE","features":[407]},{"name":"D3D_REGISTER_COMPONENT_UINT16","features":[407]},{"name":"D3D_REGISTER_COMPONENT_UINT32","features":[407]},{"name":"D3D_REGISTER_COMPONENT_UINT64","features":[407]},{"name":"D3D_REGISTER_COMPONENT_UNKNOWN","features":[407]},{"name":"D3D_RESOURCE_RETURN_TYPE","features":[407]},{"name":"D3D_RETURN_TYPE_CONTINUED","features":[407]},{"name":"D3D_RETURN_TYPE_DOUBLE","features":[407]},{"name":"D3D_RETURN_TYPE_FLOAT","features":[407]},{"name":"D3D_RETURN_TYPE_MIXED","features":[407]},{"name":"D3D_RETURN_TYPE_SINT","features":[407]},{"name":"D3D_RETURN_TYPE_SNORM","features":[407]},{"name":"D3D_RETURN_TYPE_UINT","features":[407]},{"name":"D3D_RETURN_TYPE_UNORM","features":[407]},{"name":"D3D_SHADER_CBUFFER_FLAGS","features":[407]},{"name":"D3D_SHADER_FEATURE_11_1_DOUBLE_EXTENSIONS","features":[407]},{"name":"D3D_SHADER_FEATURE_11_1_SHADER_EXTENSIONS","features":[407]},{"name":"D3D_SHADER_FEATURE_64_UAVS","features":[407]},{"name":"D3D_SHADER_FEATURE_ADVANCED_TEXTURE_OPS","features":[407]},{"name":"D3D_SHADER_FEATURE_ATOMIC_INT64_ON_DESCRIPTOR_HEAP_RESOURCE","features":[407]},{"name":"D3D_SHADER_FEATURE_ATOMIC_INT64_ON_GROUP_SHARED","features":[407]},{"name":"D3D_SHADER_FEATURE_ATOMIC_INT64_ON_TYPED_RESOURCE","features":[407]},{"name":"D3D_SHADER_FEATURE_BARYCENTRICS","features":[407]},{"name":"D3D_SHADER_FEATURE_COMPUTE_SHADERS_PLUS_RAW_AND_STRUCTURED_BUFFERS_VIA_SHADER_4_X","features":[407]},{"name":"D3D_SHADER_FEATURE_DERIVATIVES_IN_MESH_AND_AMPLIFICATION_SHADERS","features":[407]},{"name":"D3D_SHADER_FEATURE_DOUBLES","features":[407]},{"name":"D3D_SHADER_FEATURE_INNER_COVERAGE","features":[407]},{"name":"D3D_SHADER_FEATURE_INT64_OPS","features":[407]},{"name":"D3D_SHADER_FEATURE_LEVEL_9_COMPARISON_FILTERING","features":[407]},{"name":"D3D_SHADER_FEATURE_MINIMUM_PRECISION","features":[407]},{"name":"D3D_SHADER_FEATURE_NATIVE_16BIT_OPS","features":[407]},{"name":"D3D_SHADER_FEATURE_RAYTRACING_TIER_1_1","features":[407]},{"name":"D3D_SHADER_FEATURE_RESOURCE_DESCRIPTOR_HEAP_INDEXING","features":[407]},{"name":"D3D_SHADER_FEATURE_ROVS","features":[407]},{"name":"D3D_SHADER_FEATURE_SAMPLER_DESCRIPTOR_HEAP_INDEXING","features":[407]},{"name":"D3D_SHADER_FEATURE_SAMPLER_FEEDBACK","features":[407]},{"name":"D3D_SHADER_FEATURE_SAMPLE_CMP_GRADIENT_OR_BIAS","features":[407]},{"name":"D3D_SHADER_FEATURE_SHADING_RATE","features":[407]},{"name":"D3D_SHADER_FEATURE_STENCIL_REF","features":[407]},{"name":"D3D_SHADER_FEATURE_TILED_RESOURCES","features":[407]},{"name":"D3D_SHADER_FEATURE_TYPED_UAV_LOAD_ADDITIONAL_FORMATS","features":[407]},{"name":"D3D_SHADER_FEATURE_UAVS_AT_EVERY_STAGE","features":[407]},{"name":"D3D_SHADER_FEATURE_VIEWPORT_AND_RT_ARRAY_INDEX_FROM_ANY_SHADER_FEEDING_RASTERIZER","features":[407]},{"name":"D3D_SHADER_FEATURE_VIEW_ID","features":[407]},{"name":"D3D_SHADER_FEATURE_WAVE_MMA","features":[407]},{"name":"D3D_SHADER_FEATURE_WAVE_OPS","features":[407]},{"name":"D3D_SHADER_FEATURE_WRITEABLE_MSAA_TEXTURES","features":[407]},{"name":"D3D_SHADER_INPUT_FLAGS","features":[407]},{"name":"D3D_SHADER_INPUT_TYPE","features":[407]},{"name":"D3D_SHADER_MACRO","features":[407]},{"name":"D3D_SHADER_VARIABLE_CLASS","features":[407]},{"name":"D3D_SHADER_VARIABLE_FLAGS","features":[407]},{"name":"D3D_SHADER_VARIABLE_TYPE","features":[407]},{"name":"D3D_SIF_COMPARISON_SAMPLER","features":[407]},{"name":"D3D_SIF_TEXTURE_COMPONENTS","features":[407]},{"name":"D3D_SIF_TEXTURE_COMPONENT_0","features":[407]},{"name":"D3D_SIF_TEXTURE_COMPONENT_1","features":[407]},{"name":"D3D_SIF_UNUSED","features":[407]},{"name":"D3D_SIF_USERPACKED","features":[407]},{"name":"D3D_SIT_BYTEADDRESS","features":[407]},{"name":"D3D_SIT_CBUFFER","features":[407]},{"name":"D3D_SIT_RTACCELERATIONSTRUCTURE","features":[407]},{"name":"D3D_SIT_SAMPLER","features":[407]},{"name":"D3D_SIT_STRUCTURED","features":[407]},{"name":"D3D_SIT_TBUFFER","features":[407]},{"name":"D3D_SIT_TEXTURE","features":[407]},{"name":"D3D_SIT_UAV_APPEND_STRUCTURED","features":[407]},{"name":"D3D_SIT_UAV_CONSUME_STRUCTURED","features":[407]},{"name":"D3D_SIT_UAV_FEEDBACKTEXTURE","features":[407]},{"name":"D3D_SIT_UAV_RWBYTEADDRESS","features":[407]},{"name":"D3D_SIT_UAV_RWSTRUCTURED","features":[407]},{"name":"D3D_SIT_UAV_RWSTRUCTURED_WITH_COUNTER","features":[407]},{"name":"D3D_SIT_UAV_RWTYPED","features":[407]},{"name":"D3D_SRV_DIMENSION","features":[407]},{"name":"D3D_SRV_DIMENSION_BUFFER","features":[407]},{"name":"D3D_SRV_DIMENSION_BUFFEREX","features":[407]},{"name":"D3D_SRV_DIMENSION_TEXTURE1D","features":[407]},{"name":"D3D_SRV_DIMENSION_TEXTURE1DARRAY","features":[407]},{"name":"D3D_SRV_DIMENSION_TEXTURE2D","features":[407]},{"name":"D3D_SRV_DIMENSION_TEXTURE2DARRAY","features":[407]},{"name":"D3D_SRV_DIMENSION_TEXTURE2DMS","features":[407]},{"name":"D3D_SRV_DIMENSION_TEXTURE2DMSARRAY","features":[407]},{"name":"D3D_SRV_DIMENSION_TEXTURE3D","features":[407]},{"name":"D3D_SRV_DIMENSION_TEXTURECUBE","features":[407]},{"name":"D3D_SRV_DIMENSION_TEXTURECUBEARRAY","features":[407]},{"name":"D3D_SRV_DIMENSION_UNKNOWN","features":[407]},{"name":"D3D_SVC_INTERFACE_CLASS","features":[407]},{"name":"D3D_SVC_INTERFACE_POINTER","features":[407]},{"name":"D3D_SVC_MATRIX_COLUMNS","features":[407]},{"name":"D3D_SVC_MATRIX_ROWS","features":[407]},{"name":"D3D_SVC_OBJECT","features":[407]},{"name":"D3D_SVC_SCALAR","features":[407]},{"name":"D3D_SVC_STRUCT","features":[407]},{"name":"D3D_SVC_VECTOR","features":[407]},{"name":"D3D_SVF_INTERFACE_PARAMETER","features":[407]},{"name":"D3D_SVF_INTERFACE_POINTER","features":[407]},{"name":"D3D_SVF_USED","features":[407]},{"name":"D3D_SVF_USERPACKED","features":[407]},{"name":"D3D_SVT_APPEND_STRUCTURED_BUFFER","features":[407]},{"name":"D3D_SVT_BLEND","features":[407]},{"name":"D3D_SVT_BOOL","features":[407]},{"name":"D3D_SVT_BUFFER","features":[407]},{"name":"D3D_SVT_BYTEADDRESS_BUFFER","features":[407]},{"name":"D3D_SVT_CBUFFER","features":[407]},{"name":"D3D_SVT_COMPUTESHADER","features":[407]},{"name":"D3D_SVT_CONSUME_STRUCTURED_BUFFER","features":[407]},{"name":"D3D_SVT_DEPTHSTENCIL","features":[407]},{"name":"D3D_SVT_DEPTHSTENCILVIEW","features":[407]},{"name":"D3D_SVT_DOMAINSHADER","features":[407]},{"name":"D3D_SVT_DOUBLE","features":[407]},{"name":"D3D_SVT_FLOAT","features":[407]},{"name":"D3D_SVT_FLOAT16","features":[407]},{"name":"D3D_SVT_GEOMETRYSHADER","features":[407]},{"name":"D3D_SVT_HULLSHADER","features":[407]},{"name":"D3D_SVT_INT","features":[407]},{"name":"D3D_SVT_INT16","features":[407]},{"name":"D3D_SVT_INT64","features":[407]},{"name":"D3D_SVT_INTERFACE_POINTER","features":[407]},{"name":"D3D_SVT_MIN10FLOAT","features":[407]},{"name":"D3D_SVT_MIN12INT","features":[407]},{"name":"D3D_SVT_MIN16FLOAT","features":[407]},{"name":"D3D_SVT_MIN16INT","features":[407]},{"name":"D3D_SVT_MIN16UINT","features":[407]},{"name":"D3D_SVT_MIN8FLOAT","features":[407]},{"name":"D3D_SVT_PIXELFRAGMENT","features":[407]},{"name":"D3D_SVT_PIXELSHADER","features":[407]},{"name":"D3D_SVT_RASTERIZER","features":[407]},{"name":"D3D_SVT_RENDERTARGETVIEW","features":[407]},{"name":"D3D_SVT_RWBUFFER","features":[407]},{"name":"D3D_SVT_RWBYTEADDRESS_BUFFER","features":[407]},{"name":"D3D_SVT_RWSTRUCTURED_BUFFER","features":[407]},{"name":"D3D_SVT_RWTEXTURE1D","features":[407]},{"name":"D3D_SVT_RWTEXTURE1DARRAY","features":[407]},{"name":"D3D_SVT_RWTEXTURE2D","features":[407]},{"name":"D3D_SVT_RWTEXTURE2DARRAY","features":[407]},{"name":"D3D_SVT_RWTEXTURE3D","features":[407]},{"name":"D3D_SVT_SAMPLER","features":[407]},{"name":"D3D_SVT_SAMPLER1D","features":[407]},{"name":"D3D_SVT_SAMPLER2D","features":[407]},{"name":"D3D_SVT_SAMPLER3D","features":[407]},{"name":"D3D_SVT_SAMPLERCUBE","features":[407]},{"name":"D3D_SVT_STRING","features":[407]},{"name":"D3D_SVT_STRUCTURED_BUFFER","features":[407]},{"name":"D3D_SVT_TBUFFER","features":[407]},{"name":"D3D_SVT_TEXTURE","features":[407]},{"name":"D3D_SVT_TEXTURE1D","features":[407]},{"name":"D3D_SVT_TEXTURE1DARRAY","features":[407]},{"name":"D3D_SVT_TEXTURE2D","features":[407]},{"name":"D3D_SVT_TEXTURE2DARRAY","features":[407]},{"name":"D3D_SVT_TEXTURE2DMS","features":[407]},{"name":"D3D_SVT_TEXTURE2DMSARRAY","features":[407]},{"name":"D3D_SVT_TEXTURE3D","features":[407]},{"name":"D3D_SVT_TEXTURECUBE","features":[407]},{"name":"D3D_SVT_TEXTURECUBEARRAY","features":[407]},{"name":"D3D_SVT_UINT","features":[407]},{"name":"D3D_SVT_UINT16","features":[407]},{"name":"D3D_SVT_UINT64","features":[407]},{"name":"D3D_SVT_UINT8","features":[407]},{"name":"D3D_SVT_VERTEXFRAGMENT","features":[407]},{"name":"D3D_SVT_VERTEXSHADER","features":[407]},{"name":"D3D_SVT_VOID","features":[407]},{"name":"D3D_TESSELLATOR_DOMAIN","features":[407]},{"name":"D3D_TESSELLATOR_DOMAIN_ISOLINE","features":[407]},{"name":"D3D_TESSELLATOR_DOMAIN_QUAD","features":[407]},{"name":"D3D_TESSELLATOR_DOMAIN_TRI","features":[407]},{"name":"D3D_TESSELLATOR_DOMAIN_UNDEFINED","features":[407]},{"name":"D3D_TESSELLATOR_OUTPUT_LINE","features":[407]},{"name":"D3D_TESSELLATOR_OUTPUT_POINT","features":[407]},{"name":"D3D_TESSELLATOR_OUTPUT_PRIMITIVE","features":[407]},{"name":"D3D_TESSELLATOR_OUTPUT_TRIANGLE_CCW","features":[407]},{"name":"D3D_TESSELLATOR_OUTPUT_TRIANGLE_CW","features":[407]},{"name":"D3D_TESSELLATOR_OUTPUT_UNDEFINED","features":[407]},{"name":"D3D_TESSELLATOR_PARTITIONING","features":[407]},{"name":"D3D_TESSELLATOR_PARTITIONING_FRACTIONAL_EVEN","features":[407]},{"name":"D3D_TESSELLATOR_PARTITIONING_FRACTIONAL_ODD","features":[407]},{"name":"D3D_TESSELLATOR_PARTITIONING_INTEGER","features":[407]},{"name":"D3D_TESSELLATOR_PARTITIONING_POW2","features":[407]},{"name":"D3D_TESSELLATOR_PARTITIONING_UNDEFINED","features":[407]},{"name":"D3D_TEXTURE_LAYOUT_64KB_STANDARD_SWIZZLE","features":[407]},{"name":"D3D_TEXTURE_LAYOUT_ROW_MAJOR","features":[407]},{"name":"ID3DBlob","features":[407]},{"name":"ID3DDestructionNotifier","features":[407]},{"name":"ID3DInclude","features":[407]},{"name":"PFN_DESTRUCTION_CALLBACK","features":[407]},{"name":"WKPDID_CommentStringW","features":[407]},{"name":"WKPDID_D3D12UniqueObjectId","features":[407]},{"name":"WKPDID_D3DDebugObjectName","features":[407]},{"name":"WKPDID_D3DDebugObjectNameW","features":[407]}],"407":[{"name":"CLSID_DxcAssembler","features":[408]},{"name":"CLSID_DxcCompiler","features":[408]},{"name":"CLSID_DxcCompilerArgs","features":[408]},{"name":"CLSID_DxcContainerBuilder","features":[408]},{"name":"CLSID_DxcContainerReflection","features":[408]},{"name":"CLSID_DxcDiaDataSource","features":[408]},{"name":"CLSID_DxcLibrary","features":[408]},{"name":"CLSID_DxcLinker","features":[408]},{"name":"CLSID_DxcOptimizer","features":[408]},{"name":"CLSID_DxcPdbUtils","features":[408]},{"name":"CLSID_DxcUtils","features":[408]},{"name":"CLSID_DxcValidator","features":[408]},{"name":"DXC_ARG_ALL_RESOURCES_BOUND","features":[408]},{"name":"DXC_ARG_AVOID_FLOW_CONTROL","features":[408]},{"name":"DXC_ARG_DEBUG","features":[408]},{"name":"DXC_ARG_DEBUG_NAME_FOR_BINARY","features":[408]},{"name":"DXC_ARG_DEBUG_NAME_FOR_SOURCE","features":[408]},{"name":"DXC_ARG_ENABLE_BACKWARDS_COMPATIBILITY","features":[408]},{"name":"DXC_ARG_ENABLE_STRICTNESS","features":[408]},{"name":"DXC_ARG_IEEE_STRICTNESS","features":[408]},{"name":"DXC_ARG_OPTIMIZATION_LEVEL0","features":[408]},{"name":"DXC_ARG_OPTIMIZATION_LEVEL1","features":[408]},{"name":"DXC_ARG_OPTIMIZATION_LEVEL2","features":[408]},{"name":"DXC_ARG_OPTIMIZATION_LEVEL3","features":[408]},{"name":"DXC_ARG_PACK_MATRIX_COLUMN_MAJOR","features":[408]},{"name":"DXC_ARG_PACK_MATRIX_ROW_MAJOR","features":[408]},{"name":"DXC_ARG_PREFER_FLOW_CONTROL","features":[408]},{"name":"DXC_ARG_RESOURCES_MAY_ALIAS","features":[408]},{"name":"DXC_ARG_SKIP_OPTIMIZATIONS","features":[408]},{"name":"DXC_ARG_SKIP_VALIDATION","features":[408]},{"name":"DXC_ARG_WARNINGS_ARE_ERRORS","features":[408]},{"name":"DXC_CP","features":[408]},{"name":"DXC_CP_ACP","features":[408]},{"name":"DXC_CP_UTF16","features":[408]},{"name":"DXC_CP_UTF8","features":[408]},{"name":"DXC_EXTRA_OUTPUT_NAME_STDERR","features":[408]},{"name":"DXC_EXTRA_OUTPUT_NAME_STDOUT","features":[408]},{"name":"DXC_HASHFLAG_INCLUDES_SOURCE","features":[408]},{"name":"DXC_OUT_DISASSEMBLY","features":[408]},{"name":"DXC_OUT_ERRORS","features":[408]},{"name":"DXC_OUT_EXTRA_OUTPUTS","features":[408]},{"name":"DXC_OUT_HLSL","features":[408]},{"name":"DXC_OUT_KIND","features":[408]},{"name":"DXC_OUT_NONE","features":[408]},{"name":"DXC_OUT_OBJECT","features":[408]},{"name":"DXC_OUT_PDB","features":[408]},{"name":"DXC_OUT_REFLECTION","features":[408]},{"name":"DXC_OUT_ROOT_SIGNATURE","features":[408]},{"name":"DXC_OUT_SHADER_HASH","features":[408]},{"name":"DXC_OUT_TEXT","features":[408]},{"name":"DxcArgPair","features":[408]},{"name":"DxcBuffer","features":[408]},{"name":"DxcCreateInstance","features":[408]},{"name":"DxcCreateInstance2","features":[408,358]},{"name":"DxcCreateInstance2Proc","features":[408,358]},{"name":"DxcCreateInstanceProc","features":[408]},{"name":"DxcDefine","features":[408]},{"name":"DxcShaderHash","features":[408]},{"name":"DxcValidatorFlags_Default","features":[408]},{"name":"DxcValidatorFlags_InPlaceEdit","features":[408]},{"name":"DxcValidatorFlags_ModuleOnly","features":[408]},{"name":"DxcValidatorFlags_RootSignatureOnly","features":[408]},{"name":"DxcValidatorFlags_ValidMask","features":[408]},{"name":"DxcVersionInfoFlags_Debug","features":[408]},{"name":"DxcVersionInfoFlags_Internal","features":[408]},{"name":"DxcVersionInfoFlags_None","features":[408]},{"name":"IDxcAssembler","features":[408]},{"name":"IDxcBlob","features":[408]},{"name":"IDxcBlobEncoding","features":[408]},{"name":"IDxcBlobUtf16","features":[408]},{"name":"IDxcBlobUtf8","features":[408]},{"name":"IDxcCompiler","features":[408]},{"name":"IDxcCompiler2","features":[408]},{"name":"IDxcCompiler3","features":[408]},{"name":"IDxcCompilerArgs","features":[408]},{"name":"IDxcContainerBuilder","features":[408]},{"name":"IDxcContainerReflection","features":[408]},{"name":"IDxcExtraOutputs","features":[408]},{"name":"IDxcIncludeHandler","features":[408]},{"name":"IDxcLibrary","features":[408]},{"name":"IDxcLinker","features":[408]},{"name":"IDxcOperationResult","features":[408]},{"name":"IDxcOptimizer","features":[408]},{"name":"IDxcOptimizerPass","features":[408]},{"name":"IDxcPdbUtils","features":[408]},{"name":"IDxcResult","features":[408]},{"name":"IDxcUtils","features":[408]},{"name":"IDxcValidator","features":[408]},{"name":"IDxcValidator2","features":[408]},{"name":"IDxcVersionInfo","features":[408]},{"name":"IDxcVersionInfo2","features":[408]},{"name":"IDxcVersionInfo3","features":[408]}],"408":[{"name":"D3DCOMPILER_DLL_A","features":[409]},{"name":"D3DCOMPILER_DLL_W","features":[409]},{"name":"D3DCOMPILER_STRIP_DEBUG_INFO","features":[409]},{"name":"D3DCOMPILER_STRIP_FLAGS","features":[409]},{"name":"D3DCOMPILER_STRIP_PRIVATE_DATA","features":[409]},{"name":"D3DCOMPILER_STRIP_REFLECTION_DATA","features":[409]},{"name":"D3DCOMPILER_STRIP_ROOT_SIGNATURE","features":[409]},{"name":"D3DCOMPILER_STRIP_TEST_BLOBS","features":[409]},{"name":"D3DCOMPILE_ALL_RESOURCES_BOUND","features":[409]},{"name":"D3DCOMPILE_AVOID_FLOW_CONTROL","features":[409]},{"name":"D3DCOMPILE_DEBUG","features":[409]},{"name":"D3DCOMPILE_DEBUG_NAME_FOR_BINARY","features":[409]},{"name":"D3DCOMPILE_DEBUG_NAME_FOR_SOURCE","features":[409]},{"name":"D3DCOMPILE_EFFECT_ALLOW_SLOW_OPS","features":[409]},{"name":"D3DCOMPILE_EFFECT_CHILD_EFFECT","features":[409]},{"name":"D3DCOMPILE_ENABLE_BACKWARDS_COMPATIBILITY","features":[409]},{"name":"D3DCOMPILE_ENABLE_STRICTNESS","features":[409]},{"name":"D3DCOMPILE_ENABLE_UNBOUNDED_DESCRIPTOR_TABLES","features":[409]},{"name":"D3DCOMPILE_FLAGS2_FORCE_ROOT_SIGNATURE_1_0","features":[409]},{"name":"D3DCOMPILE_FLAGS2_FORCE_ROOT_SIGNATURE_1_1","features":[409]},{"name":"D3DCOMPILE_FLAGS2_FORCE_ROOT_SIGNATURE_LATEST","features":[409]},{"name":"D3DCOMPILE_FORCE_PS_SOFTWARE_NO_OPT","features":[409]},{"name":"D3DCOMPILE_FORCE_VS_SOFTWARE_NO_OPT","features":[409]},{"name":"D3DCOMPILE_IEEE_STRICTNESS","features":[409]},{"name":"D3DCOMPILE_NO_PRESHADER","features":[409]},{"name":"D3DCOMPILE_OPTIMIZATION_LEVEL0","features":[409]},{"name":"D3DCOMPILE_OPTIMIZATION_LEVEL1","features":[409]},{"name":"D3DCOMPILE_OPTIMIZATION_LEVEL3","features":[409]},{"name":"D3DCOMPILE_PACK_MATRIX_COLUMN_MAJOR","features":[409]},{"name":"D3DCOMPILE_PACK_MATRIX_ROW_MAJOR","features":[409]},{"name":"D3DCOMPILE_PARTIAL_PRECISION","features":[409]},{"name":"D3DCOMPILE_PREFER_FLOW_CONTROL","features":[409]},{"name":"D3DCOMPILE_RESERVED16","features":[409]},{"name":"D3DCOMPILE_RESERVED17","features":[409]},{"name":"D3DCOMPILE_RESOURCES_MAY_ALIAS","features":[409]},{"name":"D3DCOMPILE_SECDATA_MERGE_UAV_SLOTS","features":[409]},{"name":"D3DCOMPILE_SECDATA_PRESERVE_TEMPLATE_SLOTS","features":[409]},{"name":"D3DCOMPILE_SECDATA_REQUIRE_TEMPLATE_MATCH","features":[409]},{"name":"D3DCOMPILE_SKIP_OPTIMIZATION","features":[409]},{"name":"D3DCOMPILE_SKIP_VALIDATION","features":[409]},{"name":"D3DCOMPILE_WARNINGS_ARE_ERRORS","features":[409]},{"name":"D3DCompile","features":[409]},{"name":"D3DCompile2","features":[409]},{"name":"D3DCompileFromFile","features":[409]},{"name":"D3DCompressShaders","features":[409]},{"name":"D3DCreateBlob","features":[409]},{"name":"D3DCreateFunctionLinkingGraph","features":[409,410]},{"name":"D3DCreateLinker","features":[409,410]},{"name":"D3DDecompressShaders","features":[409]},{"name":"D3DDisassemble","features":[409]},{"name":"D3DDisassemble10Effect","features":[409,411]},{"name":"D3DDisassembleRegion","features":[409]},{"name":"D3DGetBlobPart","features":[409]},{"name":"D3DGetDebugInfo","features":[409]},{"name":"D3DGetInputAndOutputSignatureBlob","features":[409]},{"name":"D3DGetInputSignatureBlob","features":[409]},{"name":"D3DGetOutputSignatureBlob","features":[409]},{"name":"D3DGetTraceInstructionOffsets","features":[409]},{"name":"D3DLoadModule","features":[409,410]},{"name":"D3DPreprocess","features":[409]},{"name":"D3DReadFileToBlob","features":[409]},{"name":"D3DReflect","features":[409]},{"name":"D3DReflectLibrary","features":[409]},{"name":"D3DSetBlobPart","features":[409]},{"name":"D3DStripShader","features":[409]},{"name":"D3DWriteBlobToFile","features":[305,409]},{"name":"D3D_BLOB_ALL_SIGNATURE_BLOB","features":[409]},{"name":"D3D_BLOB_DEBUG_INFO","features":[409]},{"name":"D3D_BLOB_DEBUG_NAME","features":[409]},{"name":"D3D_BLOB_INPUT_AND_OUTPUT_SIGNATURE_BLOB","features":[409]},{"name":"D3D_BLOB_INPUT_SIGNATURE_BLOB","features":[409]},{"name":"D3D_BLOB_LEGACY_SHADER","features":[409]},{"name":"D3D_BLOB_OUTPUT_SIGNATURE_BLOB","features":[409]},{"name":"D3D_BLOB_PART","features":[409]},{"name":"D3D_BLOB_PATCH_CONSTANT_SIGNATURE_BLOB","features":[409]},{"name":"D3D_BLOB_PDB","features":[409]},{"name":"D3D_BLOB_PRIVATE_DATA","features":[409]},{"name":"D3D_BLOB_ROOT_SIGNATURE","features":[409]},{"name":"D3D_BLOB_TEST_ALTERNATE_SHADER","features":[409]},{"name":"D3D_BLOB_TEST_COMPILE_DETAILS","features":[409]},{"name":"D3D_BLOB_TEST_COMPILE_PERF","features":[409]},{"name":"D3D_BLOB_TEST_COMPILE_REPORT","features":[409]},{"name":"D3D_BLOB_XNA_PREPASS_SHADER","features":[409]},{"name":"D3D_BLOB_XNA_SHADER","features":[409]},{"name":"D3D_COMPILER_VERSION","features":[409]},{"name":"D3D_COMPRESS_SHADER_KEEP_ALL_PARTS","features":[409]},{"name":"D3D_DISASM_DISABLE_DEBUG_INFO","features":[409]},{"name":"D3D_DISASM_ENABLE_COLOR_CODE","features":[409]},{"name":"D3D_DISASM_ENABLE_DEFAULT_VALUE_PRINTS","features":[409]},{"name":"D3D_DISASM_ENABLE_INSTRUCTION_CYCLE","features":[409]},{"name":"D3D_DISASM_ENABLE_INSTRUCTION_NUMBERING","features":[409]},{"name":"D3D_DISASM_ENABLE_INSTRUCTION_OFFSET","features":[409]},{"name":"D3D_DISASM_INSTRUCTION_ONLY","features":[409]},{"name":"D3D_DISASM_PRINT_HEX_LITERALS","features":[409]},{"name":"D3D_GET_INST_OFFSETS_INCLUDE_NON_EXECUTABLE","features":[409]},{"name":"D3D_SHADER_DATA","features":[409]},{"name":"pD3DCompile","features":[409]},{"name":"pD3DDisassemble","features":[409]},{"name":"pD3DPreprocess","features":[409]}],"409":[{"name":"D3D10CompileEffectFromMemory","features":[407,411]},{"name":"D3D10CompileShader","features":[407,411]},{"name":"D3D10CreateBlob","features":[407,411]},{"name":"D3D10CreateDevice","features":[305,411,406]},{"name":"D3D10CreateDevice1","features":[305,411,406]},{"name":"D3D10CreateDeviceAndSwapChain","features":[305,411,402]},{"name":"D3D10CreateDeviceAndSwapChain1","features":[305,411,402]},{"name":"D3D10CreateEffectFromMemory","features":[411]},{"name":"D3D10CreateEffectPoolFromMemory","features":[411]},{"name":"D3D10CreateStateBlock","features":[411]},{"name":"D3D10DisassembleEffect","features":[305,407,411]},{"name":"D3D10DisassembleShader","features":[305,407,411]},{"name":"D3D10GetGeometryShaderProfile","features":[411]},{"name":"D3D10GetInputAndOutputSignatureBlob","features":[407,411]},{"name":"D3D10GetInputSignatureBlob","features":[407,411]},{"name":"D3D10GetOutputSignatureBlob","features":[407,411]},{"name":"D3D10GetPixelShaderProfile","features":[411]},{"name":"D3D10GetShaderDebugInfo","features":[407,411]},{"name":"D3D10GetVertexShaderProfile","features":[411]},{"name":"D3D10PreprocessShader","features":[407,411]},{"name":"D3D10ReflectShader","features":[411]},{"name":"D3D10StateBlockMaskDifference","features":[411]},{"name":"D3D10StateBlockMaskDisableAll","features":[411]},{"name":"D3D10StateBlockMaskDisableCapture","features":[411]},{"name":"D3D10StateBlockMaskEnableAll","features":[411]},{"name":"D3D10StateBlockMaskEnableCapture","features":[411]},{"name":"D3D10StateBlockMaskGetSetting","features":[305,411]},{"name":"D3D10StateBlockMaskIntersect","features":[411]},{"name":"D3D10StateBlockMaskUnion","features":[411]},{"name":"D3D10_16BIT_INDEX_STRIP_CUT_VALUE","features":[411]},{"name":"D3D10_1_DEFAULT_SAMPLE_MASK","features":[411]},{"name":"D3D10_1_FLOAT16_FUSED_TOLERANCE_IN_ULP","features":[411]},{"name":"D3D10_1_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP","features":[411]},{"name":"D3D10_1_GS_INPUT_REGISTER_COUNT","features":[411]},{"name":"D3D10_1_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT","features":[411]},{"name":"D3D10_1_IA_VERTEX_INPUT_STRUCTURE_ELEMENTS_COMPONENTS","features":[411]},{"name":"D3D10_1_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT","features":[411]},{"name":"D3D10_1_PS_OUTPUT_MASK_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_1_PS_OUTPUT_MASK_REGISTER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_1_PS_OUTPUT_MASK_REGISTER_COUNT","features":[411]},{"name":"D3D10_1_SHADER_MAJOR_VERSION","features":[411]},{"name":"D3D10_1_SHADER_MINOR_VERSION","features":[411]},{"name":"D3D10_1_SO_BUFFER_MAX_STRIDE_IN_BYTES","features":[411]},{"name":"D3D10_1_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES","features":[411]},{"name":"D3D10_1_SO_BUFFER_SLOT_COUNT","features":[411]},{"name":"D3D10_1_SO_MULTIPLE_BUFFER_ELEMENTS_PER_BUFFER","features":[411]},{"name":"D3D10_1_SO_SINGLE_BUFFER_COMPONENT_LIMIT","features":[411]},{"name":"D3D10_1_STANDARD_VERTEX_ELEMENT_COUNT","features":[411]},{"name":"D3D10_1_SUBPIXEL_FRACTIONAL_BIT_COUNT","features":[411]},{"name":"D3D10_1_VS_INPUT_REGISTER_COUNT","features":[411]},{"name":"D3D10_1_VS_OUTPUT_REGISTER_COUNT","features":[411]},{"name":"D3D10_32BIT_INDEX_STRIP_CUT_VALUE","features":[411]},{"name":"D3D10_8BIT_INDEX_STRIP_CUT_VALUE","features":[411]},{"name":"D3D10_ALL_RESOURCES_BOUND","features":[411]},{"name":"D3D10_ANISOTROPIC_FILTERING_BIT","features":[411]},{"name":"D3D10_APPEND_ALIGNED_ELEMENT","features":[411]},{"name":"D3D10_APPNAME_STRING","features":[411]},{"name":"D3D10_APPSIZE_STRING","features":[411]},{"name":"D3D10_ARRAY_AXIS_ADDRESS_RANGE_BIT_COUNT","features":[411]},{"name":"D3D10_ASYNC_GETDATA_DONOTFLUSH","features":[411]},{"name":"D3D10_ASYNC_GETDATA_FLAG","features":[411]},{"name":"D3D10_BIND_CONSTANT_BUFFER","features":[411]},{"name":"D3D10_BIND_DEPTH_STENCIL","features":[411]},{"name":"D3D10_BIND_FLAG","features":[411]},{"name":"D3D10_BIND_INDEX_BUFFER","features":[411]},{"name":"D3D10_BIND_RENDER_TARGET","features":[411]},{"name":"D3D10_BIND_SHADER_RESOURCE","features":[411]},{"name":"D3D10_BIND_STREAM_OUTPUT","features":[411]},{"name":"D3D10_BIND_VERTEX_BUFFER","features":[411]},{"name":"D3D10_BLEND","features":[411]},{"name":"D3D10_BLEND_BLEND_FACTOR","features":[411]},{"name":"D3D10_BLEND_DESC","features":[305,411]},{"name":"D3D10_BLEND_DESC1","features":[305,411]},{"name":"D3D10_BLEND_DEST_ALPHA","features":[411]},{"name":"D3D10_BLEND_DEST_COLOR","features":[411]},{"name":"D3D10_BLEND_INV_BLEND_FACTOR","features":[411]},{"name":"D3D10_BLEND_INV_DEST_ALPHA","features":[411]},{"name":"D3D10_BLEND_INV_DEST_COLOR","features":[411]},{"name":"D3D10_BLEND_INV_SRC1_ALPHA","features":[411]},{"name":"D3D10_BLEND_INV_SRC1_COLOR","features":[411]},{"name":"D3D10_BLEND_INV_SRC_ALPHA","features":[411]},{"name":"D3D10_BLEND_INV_SRC_COLOR","features":[411]},{"name":"D3D10_BLEND_ONE","features":[411]},{"name":"D3D10_BLEND_OP","features":[411]},{"name":"D3D10_BLEND_OP_ADD","features":[411]},{"name":"D3D10_BLEND_OP_MAX","features":[411]},{"name":"D3D10_BLEND_OP_MIN","features":[411]},{"name":"D3D10_BLEND_OP_REV_SUBTRACT","features":[411]},{"name":"D3D10_BLEND_OP_SUBTRACT","features":[411]},{"name":"D3D10_BLEND_SRC1_ALPHA","features":[411]},{"name":"D3D10_BLEND_SRC1_COLOR","features":[411]},{"name":"D3D10_BLEND_SRC_ALPHA","features":[411]},{"name":"D3D10_BLEND_SRC_ALPHA_SAT","features":[411]},{"name":"D3D10_BLEND_SRC_COLOR","features":[411]},{"name":"D3D10_BLEND_ZERO","features":[411]},{"name":"D3D10_BOX","features":[411]},{"name":"D3D10_BREAKON_CATEGORY","features":[411]},{"name":"D3D10_BREAKON_ID_DECIMAL","features":[411]},{"name":"D3D10_BREAKON_ID_STRING","features":[411]},{"name":"D3D10_BREAKON_SEVERITY","features":[411]},{"name":"D3D10_BUFFER_DESC","features":[411]},{"name":"D3D10_BUFFER_RTV","features":[411]},{"name":"D3D10_BUFFER_SRV","features":[411]},{"name":"D3D10_CENTER_MULTISAMPLE_PATTERN","features":[411]},{"name":"D3D10_CLEAR_DEPTH","features":[411]},{"name":"D3D10_CLEAR_FLAG","features":[411]},{"name":"D3D10_CLEAR_STENCIL","features":[411]},{"name":"D3D10_CLIP_OR_CULL_DISTANCE_COUNT","features":[411]},{"name":"D3D10_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT","features":[411]},{"name":"D3D10_COLOR_WRITE_ENABLE","features":[411]},{"name":"D3D10_COLOR_WRITE_ENABLE_ALL","features":[411]},{"name":"D3D10_COLOR_WRITE_ENABLE_ALPHA","features":[411]},{"name":"D3D10_COLOR_WRITE_ENABLE_BLUE","features":[411]},{"name":"D3D10_COLOR_WRITE_ENABLE_GREEN","features":[411]},{"name":"D3D10_COLOR_WRITE_ENABLE_RED","features":[411]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_COMPONENTS","features":[411]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_HW_SLOT_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[411]},{"name":"D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[411]},{"name":"D3D10_COMMONSHADER_FLOWCONTROL_NESTING_LIMIT","features":[411]},{"name":"D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[411]},{"name":"D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[411]},{"name":"D3D10_COMMONSHADER_IMMEDIATE_VALUE_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_READS_PER_INST","features":[411]},{"name":"D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_READ_PORTS","features":[411]},{"name":"D3D10_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_SAMPLER_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_COMMONSHADER_SAMPLER_REGISTER_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_SAMPLER_REGISTER_READS_PER_INST","features":[411]},{"name":"D3D10_COMMONSHADER_SAMPLER_REGISTER_READ_PORTS","features":[411]},{"name":"D3D10_COMMONSHADER_SAMPLER_SLOT_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_SUBROUTINE_NESTING_LIMIT","features":[411]},{"name":"D3D10_COMMONSHADER_TEMP_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_COMMONSHADER_TEMP_REGISTER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_TEMP_REGISTER_COUNT","features":[411]},{"name":"D3D10_COMMONSHADER_TEMP_REGISTER_READS_PER_INST","features":[411]},{"name":"D3D10_COMMONSHADER_TEMP_REGISTER_READ_PORTS","features":[411]},{"name":"D3D10_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MAX","features":[411]},{"name":"D3D10_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MIN","features":[411]},{"name":"D3D10_COMMONSHADER_TEXEL_OFFSET_MAX_NEGATIVE","features":[411]},{"name":"D3D10_COMMONSHADER_TEXEL_OFFSET_MAX_POSITIVE","features":[411]},{"name":"D3D10_COMPARISON_ALWAYS","features":[411]},{"name":"D3D10_COMPARISON_EQUAL","features":[411]},{"name":"D3D10_COMPARISON_FILTERING_BIT","features":[411]},{"name":"D3D10_COMPARISON_FUNC","features":[411]},{"name":"D3D10_COMPARISON_GREATER","features":[411]},{"name":"D3D10_COMPARISON_GREATER_EQUAL","features":[411]},{"name":"D3D10_COMPARISON_LESS","features":[411]},{"name":"D3D10_COMPARISON_LESS_EQUAL","features":[411]},{"name":"D3D10_COMPARISON_NEVER","features":[411]},{"name":"D3D10_COMPARISON_NOT_EQUAL","features":[411]},{"name":"D3D10_COUNTER","features":[411]},{"name":"D3D10_COUNTER_DESC","features":[411]},{"name":"D3D10_COUNTER_DEVICE_DEPENDENT_0","features":[411]},{"name":"D3D10_COUNTER_FILLRATE_THROUGHPUT_UTILIZATION","features":[411]},{"name":"D3D10_COUNTER_GEOMETRY_PROCESSING","features":[411]},{"name":"D3D10_COUNTER_GPU_IDLE","features":[411]},{"name":"D3D10_COUNTER_GS_COMPUTATION_LIMITED","features":[411]},{"name":"D3D10_COUNTER_GS_MEMORY_LIMITED","features":[411]},{"name":"D3D10_COUNTER_HOST_ADAPTER_BANDWIDTH_UTILIZATION","features":[411]},{"name":"D3D10_COUNTER_INFO","features":[411]},{"name":"D3D10_COUNTER_LOCAL_VIDMEM_BANDWIDTH_UTILIZATION","features":[411]},{"name":"D3D10_COUNTER_OTHER_GPU_PROCESSING","features":[411]},{"name":"D3D10_COUNTER_PIXEL_PROCESSING","features":[411]},{"name":"D3D10_COUNTER_POST_TRANSFORM_CACHE_HIT_RATE","features":[411]},{"name":"D3D10_COUNTER_PS_COMPUTATION_LIMITED","features":[411]},{"name":"D3D10_COUNTER_PS_MEMORY_LIMITED","features":[411]},{"name":"D3D10_COUNTER_TEXTURE_CACHE_HIT_RATE","features":[411]},{"name":"D3D10_COUNTER_TRIANGLE_SETUP_THROUGHPUT_UTILIZATION","features":[411]},{"name":"D3D10_COUNTER_TYPE","features":[411]},{"name":"D3D10_COUNTER_TYPE_FLOAT32","features":[411]},{"name":"D3D10_COUNTER_TYPE_UINT16","features":[411]},{"name":"D3D10_COUNTER_TYPE_UINT32","features":[411]},{"name":"D3D10_COUNTER_TYPE_UINT64","features":[411]},{"name":"D3D10_COUNTER_VERTEX_PROCESSING","features":[411]},{"name":"D3D10_COUNTER_VERTEX_THROUGHPUT_UTILIZATION","features":[411]},{"name":"D3D10_COUNTER_VS_COMPUTATION_LIMITED","features":[411]},{"name":"D3D10_COUNTER_VS_MEMORY_LIMITED","features":[411]},{"name":"D3D10_CPU_ACCESS_FLAG","features":[411]},{"name":"D3D10_CPU_ACCESS_READ","features":[411]},{"name":"D3D10_CPU_ACCESS_WRITE","features":[411]},{"name":"D3D10_CREATE_DEVICE_ALLOW_NULL_FROM_MAP","features":[411]},{"name":"D3D10_CREATE_DEVICE_BGRA_SUPPORT","features":[411]},{"name":"D3D10_CREATE_DEVICE_DEBUG","features":[411]},{"name":"D3D10_CREATE_DEVICE_DEBUGGABLE","features":[411]},{"name":"D3D10_CREATE_DEVICE_FLAG","features":[411]},{"name":"D3D10_CREATE_DEVICE_PREVENT_ALTERING_LAYER_SETTINGS_FROM_REGISTRY","features":[411]},{"name":"D3D10_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS","features":[411]},{"name":"D3D10_CREATE_DEVICE_SINGLETHREADED","features":[411]},{"name":"D3D10_CREATE_DEVICE_STRICT_VALIDATION","features":[411]},{"name":"D3D10_CREATE_DEVICE_SWITCH_TO_REF","features":[411]},{"name":"D3D10_CULL_BACK","features":[411]},{"name":"D3D10_CULL_FRONT","features":[411]},{"name":"D3D10_CULL_MODE","features":[411]},{"name":"D3D10_CULL_NONE","features":[411]},{"name":"D3D10_DEBUG_FEATURE_FINISH_PER_RENDER_OP","features":[411]},{"name":"D3D10_DEBUG_FEATURE_FLUSH_PER_RENDER_OP","features":[411]},{"name":"D3D10_DEBUG_FEATURE_PRESENT_PER_RENDER_OP","features":[411]},{"name":"D3D10_DEFAULT_BLEND_FACTOR_ALPHA","features":[411]},{"name":"D3D10_DEFAULT_BLEND_FACTOR_BLUE","features":[411]},{"name":"D3D10_DEFAULT_BLEND_FACTOR_GREEN","features":[411]},{"name":"D3D10_DEFAULT_BLEND_FACTOR_RED","features":[411]},{"name":"D3D10_DEFAULT_BORDER_COLOR_COMPONENT","features":[411]},{"name":"D3D10_DEFAULT_DEPTH_BIAS","features":[411]},{"name":"D3D10_DEFAULT_DEPTH_BIAS_CLAMP","features":[411]},{"name":"D3D10_DEFAULT_MAX_ANISOTROPY","features":[411]},{"name":"D3D10_DEFAULT_MIP_LOD_BIAS","features":[411]},{"name":"D3D10_DEFAULT_RENDER_TARGET_ARRAY_INDEX","features":[411]},{"name":"D3D10_DEFAULT_SAMPLE_MASK","features":[411]},{"name":"D3D10_DEFAULT_SCISSOR_ENDX","features":[411]},{"name":"D3D10_DEFAULT_SCISSOR_ENDY","features":[411]},{"name":"D3D10_DEFAULT_SCISSOR_STARTX","features":[411]},{"name":"D3D10_DEFAULT_SCISSOR_STARTY","features":[411]},{"name":"D3D10_DEFAULT_SLOPE_SCALED_DEPTH_BIAS","features":[411]},{"name":"D3D10_DEFAULT_STENCIL_READ_MASK","features":[411]},{"name":"D3D10_DEFAULT_STENCIL_REFERENCE","features":[411]},{"name":"D3D10_DEFAULT_STENCIL_WRITE_MASK","features":[411]},{"name":"D3D10_DEFAULT_VIEWPORT_AND_SCISSORRECT_INDEX","features":[411]},{"name":"D3D10_DEFAULT_VIEWPORT_HEIGHT","features":[411]},{"name":"D3D10_DEFAULT_VIEWPORT_MAX_DEPTH","features":[411]},{"name":"D3D10_DEFAULT_VIEWPORT_MIN_DEPTH","features":[411]},{"name":"D3D10_DEFAULT_VIEWPORT_TOPLEFTX","features":[411]},{"name":"D3D10_DEFAULT_VIEWPORT_TOPLEFTY","features":[411]},{"name":"D3D10_DEFAULT_VIEWPORT_WIDTH","features":[411]},{"name":"D3D10_DEPTH_STENCILOP_DESC","features":[411]},{"name":"D3D10_DEPTH_STENCIL_DESC","features":[305,411]},{"name":"D3D10_DEPTH_STENCIL_VIEW_DESC","features":[411,402]},{"name":"D3D10_DEPTH_WRITE_MASK","features":[411]},{"name":"D3D10_DEPTH_WRITE_MASK_ALL","features":[411]},{"name":"D3D10_DEPTH_WRITE_MASK_ZERO","features":[411]},{"name":"D3D10_DEVICE_STATE_TYPES","features":[411]},{"name":"D3D10_DRIVER_TYPE","features":[411]},{"name":"D3D10_DRIVER_TYPE_HARDWARE","features":[411]},{"name":"D3D10_DRIVER_TYPE_NULL","features":[411]},{"name":"D3D10_DRIVER_TYPE_REFERENCE","features":[411]},{"name":"D3D10_DRIVER_TYPE_SOFTWARE","features":[411]},{"name":"D3D10_DRIVER_TYPE_WARP","features":[411]},{"name":"D3D10_DST_GS","features":[411]},{"name":"D3D10_DST_GS_CONSTANT_BUFFERS","features":[411]},{"name":"D3D10_DST_GS_SAMPLERS","features":[411]},{"name":"D3D10_DST_GS_SHADER_RESOURCES","features":[411]},{"name":"D3D10_DST_IA_INDEX_BUFFER","features":[411]},{"name":"D3D10_DST_IA_INPUT_LAYOUT","features":[411]},{"name":"D3D10_DST_IA_PRIMITIVE_TOPOLOGY","features":[411]},{"name":"D3D10_DST_IA_VERTEX_BUFFERS","features":[411]},{"name":"D3D10_DST_OM_BLEND_STATE","features":[411]},{"name":"D3D10_DST_OM_DEPTH_STENCIL_STATE","features":[411]},{"name":"D3D10_DST_OM_RENDER_TARGETS","features":[411]},{"name":"D3D10_DST_PREDICATION","features":[411]},{"name":"D3D10_DST_PS","features":[411]},{"name":"D3D10_DST_PS_CONSTANT_BUFFERS","features":[411]},{"name":"D3D10_DST_PS_SAMPLERS","features":[411]},{"name":"D3D10_DST_PS_SHADER_RESOURCES","features":[411]},{"name":"D3D10_DST_RS_RASTERIZER_STATE","features":[411]},{"name":"D3D10_DST_RS_SCISSOR_RECTS","features":[411]},{"name":"D3D10_DST_RS_VIEWPORTS","features":[411]},{"name":"D3D10_DST_SO_BUFFERS","features":[411]},{"name":"D3D10_DST_VS","features":[411]},{"name":"D3D10_DST_VS_CONSTANT_BUFFERS","features":[411]},{"name":"D3D10_DST_VS_SAMPLERS","features":[411]},{"name":"D3D10_DST_VS_SHADER_RESOURCES","features":[411]},{"name":"D3D10_DSV_DIMENSION","features":[411]},{"name":"D3D10_DSV_DIMENSION_TEXTURE1D","features":[411]},{"name":"D3D10_DSV_DIMENSION_TEXTURE1DARRAY","features":[411]},{"name":"D3D10_DSV_DIMENSION_TEXTURE2D","features":[411]},{"name":"D3D10_DSV_DIMENSION_TEXTURE2DARRAY","features":[411]},{"name":"D3D10_DSV_DIMENSION_TEXTURE2DMS","features":[411]},{"name":"D3D10_DSV_DIMENSION_TEXTURE2DMSARRAY","features":[411]},{"name":"D3D10_DSV_DIMENSION_UNKNOWN","features":[411]},{"name":"D3D10_EFFECT_COMPILE_ALLOW_SLOW_OPS","features":[411]},{"name":"D3D10_EFFECT_COMPILE_CHILD_EFFECT","features":[411]},{"name":"D3D10_EFFECT_DESC","features":[305,411]},{"name":"D3D10_EFFECT_SHADER_DESC","features":[305,411]},{"name":"D3D10_EFFECT_SINGLE_THREADED","features":[411]},{"name":"D3D10_EFFECT_TYPE_DESC","features":[407,411]},{"name":"D3D10_EFFECT_VARIABLE_ANNOTATION","features":[411]},{"name":"D3D10_EFFECT_VARIABLE_DESC","features":[411]},{"name":"D3D10_EFFECT_VARIABLE_EXPLICIT_BIND_POINT","features":[411]},{"name":"D3D10_EFFECT_VARIABLE_POOLED","features":[411]},{"name":"D3D10_ENABLE_BREAK_ON_MESSAGE","features":[411]},{"name":"D3D10_ENABLE_UNBOUNDED_DESCRIPTOR_TABLES","features":[411]},{"name":"D3D10_FEATURE_LEVEL1","features":[411]},{"name":"D3D10_FEATURE_LEVEL_10_0","features":[411]},{"name":"D3D10_FEATURE_LEVEL_10_1","features":[411]},{"name":"D3D10_FEATURE_LEVEL_9_1","features":[411]},{"name":"D3D10_FEATURE_LEVEL_9_2","features":[411]},{"name":"D3D10_FEATURE_LEVEL_9_3","features":[411]},{"name":"D3D10_FILL_MODE","features":[411]},{"name":"D3D10_FILL_SOLID","features":[411]},{"name":"D3D10_FILL_WIREFRAME","features":[411]},{"name":"D3D10_FILTER","features":[411]},{"name":"D3D10_FILTER_ANISOTROPIC","features":[411]},{"name":"D3D10_FILTER_COMPARISON_ANISOTROPIC","features":[411]},{"name":"D3D10_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT","features":[411]},{"name":"D3D10_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[411]},{"name":"D3D10_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT","features":[411]},{"name":"D3D10_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR","features":[411]},{"name":"D3D10_FILTER_COMPARISON_MIN_MAG_MIP_POINT","features":[411]},{"name":"D3D10_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR","features":[411]},{"name":"D3D10_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[411]},{"name":"D3D10_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR","features":[411]},{"name":"D3D10_FILTER_MIN_LINEAR_MAG_MIP_POINT","features":[411]},{"name":"D3D10_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[411]},{"name":"D3D10_FILTER_MIN_MAG_LINEAR_MIP_POINT","features":[411]},{"name":"D3D10_FILTER_MIN_MAG_MIP_LINEAR","features":[411]},{"name":"D3D10_FILTER_MIN_MAG_MIP_POINT","features":[411]},{"name":"D3D10_FILTER_MIN_MAG_POINT_MIP_LINEAR","features":[411]},{"name":"D3D10_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[411]},{"name":"D3D10_FILTER_MIN_POINT_MAG_MIP_LINEAR","features":[411]},{"name":"D3D10_FILTER_TEXT_1BIT","features":[411]},{"name":"D3D10_FILTER_TYPE","features":[411]},{"name":"D3D10_FILTER_TYPE_LINEAR","features":[411]},{"name":"D3D10_FILTER_TYPE_MASK","features":[411]},{"name":"D3D10_FILTER_TYPE_POINT","features":[411]},{"name":"D3D10_FLOAT16_FUSED_TOLERANCE_IN_ULP","features":[411]},{"name":"D3D10_FLOAT32_MAX","features":[411]},{"name":"D3D10_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP","features":[411]},{"name":"D3D10_FLOAT_TO_SRGB_EXPONENT_DENOMINATOR","features":[411]},{"name":"D3D10_FLOAT_TO_SRGB_EXPONENT_NUMERATOR","features":[411]},{"name":"D3D10_FLOAT_TO_SRGB_OFFSET","features":[411]},{"name":"D3D10_FLOAT_TO_SRGB_SCALE_1","features":[411]},{"name":"D3D10_FLOAT_TO_SRGB_SCALE_2","features":[411]},{"name":"D3D10_FLOAT_TO_SRGB_THRESHOLD","features":[411]},{"name":"D3D10_FORMAT_SUPPORT","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_BACK_BUFFER_CAST","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_BLENDABLE","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_BUFFER","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_CAST_WITHIN_BIT_LAYOUT","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_CPU_LOCKABLE","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_DEPTH_STENCIL","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_DISPLAY","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_IA_INDEX_BUFFER","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_IA_VERTEX_BUFFER","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_MIP","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_MIP_AUTOGEN","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_MULTISAMPLE_LOAD","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_RENDER_TARGET","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_SHADER_GATHER","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_SHADER_LOAD","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_SHADER_SAMPLE","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_SHADER_SAMPLE_COMPARISON","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_SHADER_SAMPLE_MONO_TEXT","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_SO_BUFFER","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_TEXTURE1D","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_TEXTURE2D","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_TEXTURE3D","features":[411]},{"name":"D3D10_FORMAT_SUPPORT_TEXTURECUBE","features":[411]},{"name":"D3D10_FTOI_INSTRUCTION_MAX_INPUT","features":[411]},{"name":"D3D10_FTOI_INSTRUCTION_MIN_INPUT","features":[411]},{"name":"D3D10_FTOU_INSTRUCTION_MAX_INPUT","features":[411]},{"name":"D3D10_FTOU_INSTRUCTION_MIN_INPUT","features":[411]},{"name":"D3D10_GS_INPUT_PRIM_CONST_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_GS_INPUT_PRIM_CONST_REGISTER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_GS_INPUT_PRIM_CONST_REGISTER_COUNT","features":[411]},{"name":"D3D10_GS_INPUT_PRIM_CONST_REGISTER_READS_PER_INST","features":[411]},{"name":"D3D10_GS_INPUT_PRIM_CONST_REGISTER_READ_PORTS","features":[411]},{"name":"D3D10_GS_INPUT_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_GS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_GS_INPUT_REGISTER_COUNT","features":[411]},{"name":"D3D10_GS_INPUT_REGISTER_READS_PER_INST","features":[411]},{"name":"D3D10_GS_INPUT_REGISTER_READ_PORTS","features":[411]},{"name":"D3D10_GS_INPUT_REGISTER_VERTICES","features":[411]},{"name":"D3D10_GS_OUTPUT_ELEMENTS","features":[411]},{"name":"D3D10_GS_OUTPUT_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_GS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_GS_OUTPUT_REGISTER_COUNT","features":[411]},{"name":"D3D10_IA_DEFAULT_INDEX_BUFFER_OFFSET_IN_BYTES","features":[411]},{"name":"D3D10_IA_DEFAULT_PRIMITIVE_TOPOLOGY","features":[411]},{"name":"D3D10_IA_DEFAULT_VERTEX_BUFFER_OFFSET_IN_BYTES","features":[411]},{"name":"D3D10_IA_INDEX_INPUT_RESOURCE_SLOT_COUNT","features":[411]},{"name":"D3D10_IA_INSTANCE_ID_BIT_COUNT","features":[411]},{"name":"D3D10_IA_INTEGER_ARITHMETIC_BIT_COUNT","features":[411]},{"name":"D3D10_IA_PRIMITIVE_ID_BIT_COUNT","features":[411]},{"name":"D3D10_IA_VERTEX_ID_BIT_COUNT","features":[411]},{"name":"D3D10_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT","features":[411]},{"name":"D3D10_IA_VERTEX_INPUT_STRUCTURE_ELEMENTS_COMPONENTS","features":[411]},{"name":"D3D10_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT","features":[411]},{"name":"D3D10_INFOQUEUE_STORAGE_FILTER_OVERRIDE","features":[411]},{"name":"D3D10_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT","features":[411]},{"name":"D3D10_INFO_QUEUE_FILTER","features":[411]},{"name":"D3D10_INFO_QUEUE_FILTER_DESC","features":[411]},{"name":"D3D10_INPUT_CLASSIFICATION","features":[411]},{"name":"D3D10_INPUT_ELEMENT_DESC","features":[411,402]},{"name":"D3D10_INPUT_PER_INSTANCE_DATA","features":[411]},{"name":"D3D10_INPUT_PER_VERTEX_DATA","features":[411]},{"name":"D3D10_INTEGER_DIVIDE_BY_ZERO_QUOTIENT","features":[411]},{"name":"D3D10_INTEGER_DIVIDE_BY_ZERO_REMAINDER","features":[411]},{"name":"D3D10_LINEAR_GAMMA","features":[411]},{"name":"D3D10_MAG_FILTER_SHIFT","features":[411]},{"name":"D3D10_MAP","features":[411]},{"name":"D3D10_MAPPED_TEXTURE2D","features":[411]},{"name":"D3D10_MAPPED_TEXTURE3D","features":[411]},{"name":"D3D10_MAP_FLAG","features":[411]},{"name":"D3D10_MAP_FLAG_DO_NOT_WAIT","features":[411]},{"name":"D3D10_MAP_READ","features":[411]},{"name":"D3D10_MAP_READ_WRITE","features":[411]},{"name":"D3D10_MAP_WRITE","features":[411]},{"name":"D3D10_MAP_WRITE_DISCARD","features":[411]},{"name":"D3D10_MAP_WRITE_NO_OVERWRITE","features":[411]},{"name":"D3D10_MAX_BORDER_COLOR_COMPONENT","features":[411]},{"name":"D3D10_MAX_DEPTH","features":[411]},{"name":"D3D10_MAX_MAXANISOTROPY","features":[411]},{"name":"D3D10_MAX_MULTISAMPLE_SAMPLE_COUNT","features":[411]},{"name":"D3D10_MAX_POSITION_VALUE","features":[411]},{"name":"D3D10_MAX_TEXTURE_DIMENSION_2_TO_EXP","features":[411]},{"name":"D3D10_MESSAGE","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_APPLICATION_DEFINED","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_CLEANUP","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_COMPILATION","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_EXECUTION","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_INITIALIZATION","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_MISCELLANEOUS","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_RESOURCE_MANIPULATION","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_SHADER","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_STATE_CREATION","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_STATE_GETTING","features":[411]},{"name":"D3D10_MESSAGE_CATEGORY_STATE_SETTING","features":[411]},{"name":"D3D10_MESSAGE_ID","features":[411]},{"name":"D3D10_MESSAGE_ID_BLENDSTATE_GETDESC_LEGACY","features":[411]},{"name":"D3D10_MESSAGE_ID_BUFFER_MAP_ALREADYMAPPED","features":[411]},{"name":"D3D10_MESSAGE_ID_BUFFER_MAP_DEVICEREMOVED_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_BUFFER_MAP_INVALIDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_BUFFER_MAP_INVALIDMAPTYPE","features":[411]},{"name":"D3D10_MESSAGE_ID_BUFFER_UNMAP_NOTMAPPED","features":[411]},{"name":"D3D10_MESSAGE_ID_CHECKCOUNTER_OUTOFRANGE_COUNTER","features":[411]},{"name":"D3D10_MESSAGE_ID_CHECKCOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER","features":[411]},{"name":"D3D10_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_DEPRECATED","features":[411]},{"name":"D3D10_MESSAGE_ID_CHECKMULTISAMPLEQUALITYLEVELS_FORMAT_DEPRECATED","features":[411]},{"name":"D3D10_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DENORMFLUSH","features":[411]},{"name":"D3D10_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_INVALID","features":[411]},{"name":"D3D10_MESSAGE_ID_CLEARRENDERTARGETVIEW_DENORMFLUSH","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDDESTINATIONSTATE","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCESTATE","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_NO_3D_MISMATCHED_UPDATES","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_3D_READBACK","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_ONLY_READBACK","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYRESOURCE_ONLY_TEXTURE_2D_WITHIN_GPU_MEMORY","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSTATE","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSUBRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCEBOX","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESTATE","features":[411]},{"name":"D3D10_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESUBRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_MULTITHREADING","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER1","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER10","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER11","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER12","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER13","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER14","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER15","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER2","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER3","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER4","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER5","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER6","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER7","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER8","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_PARAMETER9","features":[411]},{"name":"D3D10_MESSAGE_ID_CORRUPTED_THIS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOP","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOPALPHA","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLEND","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLENDALPHA","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDRENDERTARGETWRITEMASK","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLEND","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLENDALPHA","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_ALPHA_TO_COVERAGE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_BLEND_ENABLE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_WRITE_MASKS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_MRT_BLEND","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NO_SEPARATE_ALPHA_BLEND","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_OPERATION_NOT_SUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBLENDSTATE_TOOMANYOBJECTS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDARG_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDBINDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDCONSTANTBUFFERBINDINGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDCPUACCESSFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDDIMENSIONS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDINITIALDATA","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDMIPLEVELS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDMISCFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_INVALIDSAMPLES","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_LARGEALLOCATION","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDBINDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDCPUACCESSFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDMISCFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDUSAGE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_NONEXCLUSIVE_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_OUTOFRANGE_COUNTER","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_SIMULTANEOUS_ACTIVE_COUNTERS_EXHAUSTED","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATECOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFAILOP","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFUNC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILPASSOP","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILZFAILOP","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHFUNC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHWRITEMASK","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFAILOP","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFUNC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILPASSOP","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILZFAILOP","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_STENCIL_NO_TWO_SIDED","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_TOOMANYOBJECTS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDARG_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDIMENSIONS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_TOOMANYOBJECTS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_UNRECOGNIZEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_CANTHAVEONLYGAPS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DECLTOOCOMPLEX","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_EXPECTEDDECL","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCOMPONENTCOUNT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDGAPDEFINITION","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMENTRIES","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSLOT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSTREAMSTRIDE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERBYTECODE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTARTCOMPONENTANDCOMPONENTCOUNT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MASKMISMATCH","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGOUTPUTSIGNATURE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGSEMANTIC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_ONLYONEELEMENTPERSLOT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTOFMEMORY","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSLOT0EXPECTED","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSTREAMSTRIDEUNUSED","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_REPEATEDOUTPUT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_TRAILING_DIGIT_IN_SEMANTIC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDDECL","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERBYTECODE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERTYPE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEGEOMETRYSHADER_OUTOFMEMORY","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_DUPLICATESEMANTIC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_EMPTY_LAYOUT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INCOMPATIBLEFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDALIGNMENT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDINPUTSLOTCLASS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOTCLASSCHANGE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSTEPRATECHANGE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_MISSINGELEMENT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_NULLSEMANTIC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_OUTOFMEMORY","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_STEPRATESLOTCLASSMISMATCH","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TOOMANYELEMENTS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TRAILING_DIGIT_IN_SEMANTIC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_TYPE_MISMATCH","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_UNPARSEABLEINPUTSIGNATURE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEINPUTLAYOUT_UNSUPPORTED_FORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERBYTECODE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERTYPE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEPIXELSHADER_OUTOFMEMORY","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEPREDICATE_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDMISCFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDQUERY","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEQUERYORPREDICATE_UNEXPECTEDMISCFLAG","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEQUERY_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_DepthBiasClamp_NOT_SUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_DepthClipEnable_MUST_BE_TRUE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDCULLMODE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDDEPTHBIASCLAMP","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFILLMODE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDSLOPESCALEDDEPTHBIAS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERASTERIZERSTATE_TOOMANYOBJECTS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDARG_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDIMENSIONS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_TOOMANYOBJECTS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_UNRECOGNIZEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERENDERTARGETVIEW_UNSUPPORTEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_DIMENSION_EXCEEDS_FEATURE_LEVEL_DEFINITION","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_DIMENSION_OUT_OF_RANGE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_DXGI_FORMAT_R8G8B8A8_CANNOT_BE_SHARED","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_MSAA_PRECLUDES_SHADER_RESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NON_POW_2_MIPMAP","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_RENDER_TARGET","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_SHADER_RESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_ARRAYS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_AUTOGEN_FOR_VOLUMES","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_DWORD_INDEX_BUFFER","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_STREAM_OUT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_TEXTURE_1D","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_NO_VB_AND_IB_BIND","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_ONLY_SINGLE_MIP_LEVEL_DEPTH_STENCIL_SUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_ONLY_VB_IB_FOR_BUFFERS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATERESOURCE_PRESENTATION_PRECLUDES_SHADER_RESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_NOT_SUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_OUT_OF_RANGE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_EXCESSIVE_ANISOTROPY","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSU","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSV","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSW","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDCOMPARISONFUNC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDFILTER","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXANISOTROPY","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXLOD","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMINLOD","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMIPLODBIAS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_MAXLOD_MUST_BE_FLT_MAX","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_MINLOD_MUST_NOT_BE_FRACTIONAL","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NO_COMPARISON_SUPPORT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NO_MIRRORONCE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESAMPLERSTATE_TOOMANYOBJECTS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_CUBES_MUST_HAVE_6_SIDES","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_FIRSTARRAYSLICE_MUST_BE_ZERO","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDARG_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDIMENSIONS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_MUST_USE_LOWEST_LOD","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_TOOMANYOBJECTS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATESHADERRESOURCEVIEW_UNRECOGNIZEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDARG_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDBINDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDCPUACCESSFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDDIMENSIONS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDINITIALDATA","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDMIPLEVELS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDMISCFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_INVALIDSAMPLES","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_LARGEALLOCATION","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDBINDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDCPUACCESSFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDMISCFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDUSAGE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE1D_UNSUPPORTEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDARG_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDBINDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDCPUACCESSFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDDIMENSIONS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDINITIALDATA","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDMIPLEVELS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDMISCFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_INVALIDSAMPLES","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_LARGEALLOCATION","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDBINDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDCPUACCESSFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDMISCFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDUSAGE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE2D_UNSUPPORTEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDARG_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDBINDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDCPUACCESSFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDDIMENSIONS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDINITIALDATA","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDMIPLEVELS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDMISCFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_INVALIDSAMPLES","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_LARGEALLOCATION","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_NULLDESC","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDBINDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDCPUACCESSFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDMISCFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDUSAGE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATETEXTURE3D_UNSUPPORTEDFORMAT","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERBYTECODE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERTYPE","features":[411]},{"name":"D3D10_MESSAGE_ID_CREATEVERTEXSHADER_OUTOFMEMORY","features":[411]},{"name":"D3D10_MESSAGE_ID_D3D10L9_MESSAGES_END","features":[411]},{"name":"D3D10_MESSAGE_ID_D3D10L9_MESSAGES_START","features":[411]},{"name":"D3D10_MESSAGE_ID_D3D10_MESSAGES_END","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INDEXPOS_OVERFLOW","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INSTANCEPOS_OVERFLOW","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAWINDEXED_INDEXPOS_OVERFLOW","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAWINSTANCED_INSTANCEPOS_OVERFLOW","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAWINSTANCED_VERTEXPOS_OVERFLOW","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_BOUND_RESOURCE_MAPPED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_NOT_SET","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_TOO_SMALL","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_GS_INPUT_PRIMITIVE_MISMATCH","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_FORMAT_INVALID","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_NOT_SET","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_TOO_SMALL","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INDEX_OFFSET_UNALIGNED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INPUTLAYOUT_NOT_SET","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INVALID_PRIMITIVETOPOLOGY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_INVALID_USE_OF_CENTER_MULTISAMPLE_PATTERN","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_OM_DUAL_SOURCE_BLENDING_CAN_ONLY_HAVE_RENDER_TARGET_0","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_OM_RENDER_TARGET_DOES_NOT_SUPPORT_BLENDING","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_NOT_SET","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_OFFSET_UNALIGNED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_POSITION_NOT_PRESENT","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_PS_OUTPUT_TYPE_MISMATCH","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_GATHER_UNSUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_LD_UNSUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_C_UNSUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_UNSUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_MULTISAMPLE_UNSUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_RETURN_TYPE_MISMATCH","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_RESOURCE_SAMPLE_COUNT_MISMATCH","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_SAMPLER_MISMATCH","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_SAMPLER_NOT_SET","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_SHADERRESOURCEVIEW_NOT_SET","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_SO_STRIDE_LARGER_THAN_BUFFER","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_SO_TARGETS_BOUND_WITHOUT_SOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEXPOS_OVERFLOW","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_NOT_SET","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_STRIDE_TOO_SMALL","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_TOO_SMALL","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_OFFSET_UNALIGNED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_SHADER_NOT_SET","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VERTEX_STRIDE_UNALIGNED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VIEWPORT_NOT_SET","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_DRAW_VIEW_DIMENSION_MISMATCH","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_GENERATEMIPS_RESOURCE_INVALID","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSGETSAMPLERS_SAMPLERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSGETSHADERRESOURCES_VIEWS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_HAZARD","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSSETSAMPLERS_SAMPLERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_HAZARD","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_VIEWS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IAGETVERTEXBUFFERS_BUFFERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_FORMAT_INVALID","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_HAZARD","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_TOO_LARGE","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_UNALIGNED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_ADJACENCY_UNSUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNDEFINED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNRECOGNIZED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_BUFFERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_HAZARD","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_INVALIDRANGE","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_OFFSET_TOO_LARGE","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_STRIDE_TOO_LARGE","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_OMSETRENDERTARGETS_HAZARD","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_BADINTERFACE_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_INVALIDARG_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_OUTOFMEMORY_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSGETSAMPLERS_SAMPLERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSGETSHADERRESOURCES_VIEWS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_HAZARD","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSSETSAMPLERS_SAMPLERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_HAZARD","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_VIEWS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_AT_FAULT","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_NOT_AT_FAULT","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_POSSIBLY_AT_FAULT","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_INVALID","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_SUBRESOURCE_INVALID","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_FORMAT_INVALID","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_INVALID","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_SUBRESOURCE_INVALID","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSGETSCISSORRECTS_RECTS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSGETVIEWPORTS_VIEWPORTS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_NEGATIVESCISSOR","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_TOO_MANY_SCISSORS","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_DENORMFLUSH","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_INVALIDVIEWPORT","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_TOO_MANY_VIEWPORTS","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_SETTEXTFILTERSIZE_INVALIDDIMENSIONS","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_COMPONENTTYPE","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_NEVERWRITTEN_ALWAYSREADS","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERINDEX","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERMASK","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SEMANTICNAME_NOT_FOUND","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SYSTEMVALUE","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_SOGETTARGETS_BUFFERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_SOSETTARGETS_HAZARD","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_SOSETTARGETS_OFFSET_UNALIGNED","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSGETSAMPLERS_SAMPLERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSGETSHADERRESOURCES_VIEWS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_HAZARD","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSSETSAMPLERS_SAMPLERS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_HAZARD","features":[411]},{"name":"D3D10_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_VIEWS_EMPTY","features":[411]},{"name":"D3D10_MESSAGE_ID_DRAWINDEXEDINSTANCED_NOT_SUPPORTED_BELOW_9_3","features":[411]},{"name":"D3D10_MESSAGE_ID_DRAWINDEXED_POINTLIST_UNSUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_DRAWINDEXED_STARTINDEXLOCATION_MUST_BE_POSITIVE","features":[411]},{"name":"D3D10_MESSAGE_ID_DRAWINSTANCED_NOT_SUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_GEOMETRY_SHADER_NOT_SUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_GETPRIVATEDATA_MOREDATA","features":[411]},{"name":"D3D10_MESSAGE_ID_GSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[411]},{"name":"D3D10_MESSAGE_ID_GSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_GSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_GSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_GSSETSHADER_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_IASETINDEXBUFFER_INVALIDBUFFER","features":[411]},{"name":"D3D10_MESSAGE_ID_IASETINDEXBUFFER_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_IASETINPUTLAYOUT_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_BAD_BUFFER_INDEX","features":[411]},{"name":"D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_INVALIDBUFFER","features":[411]},{"name":"D3D10_MESSAGE_ID_IASETVERTEXBUFFERS_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_BLENDSTATE","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_BUFFER","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_COUNTER","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_DEPTHSTENCILSTATE","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_DEPTHSTENCILVIEW","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_DEVICE","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_GEOMETRYSHADER","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_INPUTLAYOUT","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_OBJECT_SUMMARY","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_PIXELSHADER","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_PREDICATE","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_QUERY","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_RASTERIZERSTATE","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_RENDERTARGETVIEW","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_SAMPLER","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_SHADERRESOURCEVIEW","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_SWAPCHAIN","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_TEXTURE1D","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_TEXTURE2D","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_TEXTURE3D","features":[411]},{"name":"D3D10_MESSAGE_ID_LIVE_VERTEXSHADER","features":[411]},{"name":"D3D10_MESSAGE_ID_MESSAGE_REPORTING_OUTOFMEMORY","features":[411]},{"name":"D3D10_MESSAGE_ID_OMSETBLENDSTATE_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_OMSETDEPTHSTENCILSTATE_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_OMSETRENDERTARGETS_INVALIDVIEW","features":[411]},{"name":"D3D10_MESSAGE_ID_OMSETRENDERTARGETS_NO_DIFFERING_BIT_DEPTHS","features":[411]},{"name":"D3D10_MESSAGE_ID_OMSETRENDERTARGETS_NO_SRGB_MRT","features":[411]},{"name":"D3D10_MESSAGE_ID_OMSETRENDERTARGETS_TOO_MANY_RENDER_TARGETS","features":[411]},{"name":"D3D10_MESSAGE_ID_OMSETRENDERTARGETS_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_PREDICATE_BEGIN_DURING_PREDICATION","features":[411]},{"name":"D3D10_MESSAGE_ID_PREDICATE_END_DURING_PREDICATION","features":[411]},{"name":"D3D10_MESSAGE_ID_PSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[411]},{"name":"D3D10_MESSAGE_ID_PSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_PSSETSAMPLERS_TOO_MANY_SAMPLERS","features":[411]},{"name":"D3D10_MESSAGE_ID_PSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_PSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_PSSETSHADER_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_QUERY_BEGIN_ABANDONING_PREVIOUS_RESULTS","features":[411]},{"name":"D3D10_MESSAGE_ID_QUERY_BEGIN_DUPLICATE","features":[411]},{"name":"D3D10_MESSAGE_ID_QUERY_BEGIN_UNSUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_QUERY_END_ABANDONING_PREVIOUS_RESULTS","features":[411]},{"name":"D3D10_MESSAGE_ID_QUERY_END_WITHOUT_BEGIN","features":[411]},{"name":"D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_CALL","features":[411]},{"name":"D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_DATASIZE","features":[411]},{"name":"D3D10_MESSAGE_ID_QUERY_GETDATA_INVALID_FLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_REF_ACCESSING_INDEXABLE_TEMP_OUT_OF_RANGE","features":[411]},{"name":"D3D10_MESSAGE_ID_REF_HARDWARE_EXCEPTION","features":[411]},{"name":"D3D10_MESSAGE_ID_REF_INFO","features":[411]},{"name":"D3D10_MESSAGE_ID_REF_KMDRIVER_EXCEPTION","features":[411]},{"name":"D3D10_MESSAGE_ID_REF_OUT_OF_MEMORY","features":[411]},{"name":"D3D10_MESSAGE_ID_REF_PROBLEM_PARSING_SHADER","features":[411]},{"name":"D3D10_MESSAGE_ID_REF_SIMULATING_INFINITELY_FAST_HARDWARE","features":[411]},{"name":"D3D10_MESSAGE_ID_REF_THREADING_MODE","features":[411]},{"name":"D3D10_MESSAGE_ID_REF_UMDRIVER_EXCEPTION","features":[411]},{"name":"D3D10_MESSAGE_ID_RSSETSTATE_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_SETBLENDSTATE_SAMPLE_MASK_CANNOT_BE_ZERO","features":[411]},{"name":"D3D10_MESSAGE_ID_SETEXCEPTIONMODE_DEVICEREMOVED_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_SETEXCEPTIONMODE_INVALIDARG_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_SETEXCEPTIONMODE_UNRECOGNIZEDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_SETPREDICATION_INVALID_PREDICATE_STATE","features":[411]},{"name":"D3D10_MESSAGE_ID_SETPREDICATION_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_SETPRIVATEDATA_CHANGINGPARAMS","features":[411]},{"name":"D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDFREEDATA","features":[411]},{"name":"D3D10_MESSAGE_ID_SETPRIVATEDATA_INVALIDIUNKNOWN","features":[411]},{"name":"D3D10_MESSAGE_ID_SETPRIVATEDATA_OUTOFMEMORY","features":[411]},{"name":"D3D10_MESSAGE_ID_SHADERRESOURCEVIEW_GETDESC_LEGACY","features":[411]},{"name":"D3D10_MESSAGE_ID_SLOT_ZERO_MUST_BE_D3D10_INPUT_PER_VERTEX_DATA","features":[411]},{"name":"D3D10_MESSAGE_ID_SOSETTARGETS_INVALIDBUFFER","features":[411]},{"name":"D3D10_MESSAGE_ID_SOSETTARGETS_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_STREAM_OUT_NOT_SUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_STRING_FROM_APPLICATION","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_MAP_ALREADYMAPPED","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_MAP_DEVICEREMOVED_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDMAPTYPE","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_MAP_INVALIDSUBRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_UNMAP_INVALIDSUBRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE1D_UNMAP_NOTMAPPED","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_MAP_ALREADYMAPPED","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_MAP_DEVICEREMOVED_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDMAPTYPE","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_MAP_INVALIDSUBRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_UNMAP_INVALIDSUBRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE2D_UNMAP_NOTMAPPED","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_MAP_ALREADYMAPPED","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_MAP_DEVICEREMOVED_RETURN","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDFLAGS","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDMAPTYPE","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_MAP_INVALIDSUBRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_UNMAP_INVALIDSUBRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXTURE3D_UNMAP_NOTMAPPED","features":[411]},{"name":"D3D10_MESSAGE_ID_TEXT_FILTER_NOT_SUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_UNKNOWN","features":[411]},{"name":"D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONBOX","features":[411]},{"name":"D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSTATE","features":[411]},{"name":"D3D10_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSUBRESOURCE","features":[411]},{"name":"D3D10_MESSAGE_ID_VSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[411]},{"name":"D3D10_MESSAGE_ID_VSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_VSSETSAMPLERS_NOT_SUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_ID_VSSETSAMPLERS_TOO_MANY_SAMPLERS","features":[411]},{"name":"D3D10_MESSAGE_ID_VSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_VSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_VSSETSHADER_UNBINDDELETINGOBJECT","features":[411]},{"name":"D3D10_MESSAGE_ID_VSSHADERRESOURCES_NOT_SUPPORTED","features":[411]},{"name":"D3D10_MESSAGE_SEVERITY","features":[411]},{"name":"D3D10_MESSAGE_SEVERITY_CORRUPTION","features":[411]},{"name":"D3D10_MESSAGE_SEVERITY_ERROR","features":[411]},{"name":"D3D10_MESSAGE_SEVERITY_INFO","features":[411]},{"name":"D3D10_MESSAGE_SEVERITY_MESSAGE","features":[411]},{"name":"D3D10_MESSAGE_SEVERITY_WARNING","features":[411]},{"name":"D3D10_MIN_BORDER_COLOR_COMPONENT","features":[411]},{"name":"D3D10_MIN_DEPTH","features":[411]},{"name":"D3D10_MIN_FILTER_SHIFT","features":[411]},{"name":"D3D10_MIN_MAXANISOTROPY","features":[411]},{"name":"D3D10_MIP_FILTER_SHIFT","features":[411]},{"name":"D3D10_MIP_LOD_BIAS_MAX","features":[411]},{"name":"D3D10_MIP_LOD_BIAS_MIN","features":[411]},{"name":"D3D10_MIP_LOD_FRACTIONAL_BIT_COUNT","features":[411]},{"name":"D3D10_MIP_LOD_RANGE_BIT_COUNT","features":[411]},{"name":"D3D10_MULTISAMPLE_ANTIALIAS_LINE_WIDTH","features":[411]},{"name":"D3D10_MUTE_CATEGORY","features":[411]},{"name":"D3D10_MUTE_DEBUG_OUTPUT","features":[411]},{"name":"D3D10_MUTE_ID_DECIMAL","features":[411]},{"name":"D3D10_MUTE_ID_STRING","features":[411]},{"name":"D3D10_MUTE_SEVERITY","features":[411]},{"name":"D3D10_NONSAMPLE_FETCH_OUT_OF_RANGE_ACCESS_RESULT","features":[411]},{"name":"D3D10_PASS_DESC","features":[411]},{"name":"D3D10_PASS_SHADER_DESC","features":[411]},{"name":"D3D10_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[411]},{"name":"D3D10_PRE_SCISSOR_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[411]},{"name":"D3D10_PS_FRONTFACING_DEFAULT_VALUE","features":[411]},{"name":"D3D10_PS_FRONTFACING_FALSE_VALUE","features":[411]},{"name":"D3D10_PS_FRONTFACING_TRUE_VALUE","features":[411]},{"name":"D3D10_PS_INPUT_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_PS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_PS_INPUT_REGISTER_COUNT","features":[411]},{"name":"D3D10_PS_INPUT_REGISTER_READS_PER_INST","features":[411]},{"name":"D3D10_PS_INPUT_REGISTER_READ_PORTS","features":[411]},{"name":"D3D10_PS_LEGACY_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[411]},{"name":"D3D10_PS_OUTPUT_DEPTH_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_PS_OUTPUT_DEPTH_REGISTER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_PS_OUTPUT_DEPTH_REGISTER_COUNT","features":[411]},{"name":"D3D10_PS_OUTPUT_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_PS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_PS_OUTPUT_REGISTER_COUNT","features":[411]},{"name":"D3D10_PS_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[411]},{"name":"D3D10_QUERY","features":[411]},{"name":"D3D10_QUERY_DATA_PIPELINE_STATISTICS","features":[411]},{"name":"D3D10_QUERY_DATA_SO_STATISTICS","features":[411]},{"name":"D3D10_QUERY_DATA_TIMESTAMP_DISJOINT","features":[305,411]},{"name":"D3D10_QUERY_DESC","features":[411]},{"name":"D3D10_QUERY_EVENT","features":[411]},{"name":"D3D10_QUERY_MISC_FLAG","features":[411]},{"name":"D3D10_QUERY_MISC_PREDICATEHINT","features":[411]},{"name":"D3D10_QUERY_OCCLUSION","features":[411]},{"name":"D3D10_QUERY_OCCLUSION_PREDICATE","features":[411]},{"name":"D3D10_QUERY_PIPELINE_STATISTICS","features":[411]},{"name":"D3D10_QUERY_SO_OVERFLOW_PREDICATE","features":[411]},{"name":"D3D10_QUERY_SO_STATISTICS","features":[411]},{"name":"D3D10_QUERY_TIMESTAMP","features":[411]},{"name":"D3D10_QUERY_TIMESTAMP_DISJOINT","features":[411]},{"name":"D3D10_RAISE_FLAG","features":[411]},{"name":"D3D10_RAISE_FLAG_DRIVER_INTERNAL_ERROR","features":[411]},{"name":"D3D10_RASTERIZER_DESC","features":[305,411]},{"name":"D3D10_REGKEY_PATH","features":[411]},{"name":"D3D10_RENDER_TARGET_BLEND_DESC1","features":[305,411]},{"name":"D3D10_RENDER_TARGET_VIEW_DESC","features":[411,402]},{"name":"D3D10_REQ_BLEND_OBJECT_COUNT_PER_CONTEXT","features":[411]},{"name":"D3D10_REQ_BUFFER_RESOURCE_TEXEL_COUNT_2_TO_EXP","features":[411]},{"name":"D3D10_REQ_CONSTANT_BUFFER_ELEMENT_COUNT","features":[411]},{"name":"D3D10_REQ_DEPTH_STENCIL_OBJECT_COUNT_PER_CONTEXT","features":[411]},{"name":"D3D10_REQ_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[411]},{"name":"D3D10_REQ_DRAW_VERTEX_COUNT_2_TO_EXP","features":[411]},{"name":"D3D10_REQ_FILTERING_HW_ADDRESSABLE_RESOURCE_DIMENSION","features":[411]},{"name":"D3D10_REQ_GS_INVOCATION_32BIT_OUTPUT_COMPONENT_LIMIT","features":[411]},{"name":"D3D10_REQ_IMMEDIATE_CONSTANT_BUFFER_ELEMENT_COUNT","features":[411]},{"name":"D3D10_REQ_MAXANISOTROPY","features":[411]},{"name":"D3D10_REQ_MIP_LEVELS","features":[411]},{"name":"D3D10_REQ_MULTI_ELEMENT_STRUCTURE_SIZE_IN_BYTES","features":[411]},{"name":"D3D10_REQ_RASTERIZER_OBJECT_COUNT_PER_CONTEXT","features":[411]},{"name":"D3D10_REQ_RENDER_TO_BUFFER_WINDOW_WIDTH","features":[411]},{"name":"D3D10_REQ_RESOURCE_SIZE_IN_MEGABYTES","features":[411]},{"name":"D3D10_REQ_RESOURCE_VIEW_COUNT_PER_CONTEXT_2_TO_EXP","features":[411]},{"name":"D3D10_REQ_SAMPLER_OBJECT_COUNT_PER_CONTEXT","features":[411]},{"name":"D3D10_REQ_TEXTURE1D_ARRAY_AXIS_DIMENSION","features":[411]},{"name":"D3D10_REQ_TEXTURE1D_U_DIMENSION","features":[411]},{"name":"D3D10_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION","features":[411]},{"name":"D3D10_REQ_TEXTURE2D_U_OR_V_DIMENSION","features":[411]},{"name":"D3D10_REQ_TEXTURE3D_U_V_OR_W_DIMENSION","features":[411]},{"name":"D3D10_REQ_TEXTURECUBE_DIMENSION","features":[411]},{"name":"D3D10_RESINFO_INSTRUCTION_MISSING_COMPONENT_RETVAL","features":[411]},{"name":"D3D10_RESOURCE_DIMENSION","features":[411]},{"name":"D3D10_RESOURCE_DIMENSION_BUFFER","features":[411]},{"name":"D3D10_RESOURCE_DIMENSION_TEXTURE1D","features":[411]},{"name":"D3D10_RESOURCE_DIMENSION_TEXTURE2D","features":[411]},{"name":"D3D10_RESOURCE_DIMENSION_TEXTURE3D","features":[411]},{"name":"D3D10_RESOURCE_DIMENSION_UNKNOWN","features":[411]},{"name":"D3D10_RESOURCE_MISC_FLAG","features":[411]},{"name":"D3D10_RESOURCE_MISC_GDI_COMPATIBLE","features":[411]},{"name":"D3D10_RESOURCE_MISC_GENERATE_MIPS","features":[411]},{"name":"D3D10_RESOURCE_MISC_SHARED","features":[411]},{"name":"D3D10_RESOURCE_MISC_SHARED_KEYEDMUTEX","features":[411]},{"name":"D3D10_RESOURCE_MISC_TEXTURECUBE","features":[411]},{"name":"D3D10_RTV_DIMENSION","features":[411]},{"name":"D3D10_RTV_DIMENSION_BUFFER","features":[411]},{"name":"D3D10_RTV_DIMENSION_TEXTURE1D","features":[411]},{"name":"D3D10_RTV_DIMENSION_TEXTURE1DARRAY","features":[411]},{"name":"D3D10_RTV_DIMENSION_TEXTURE2D","features":[411]},{"name":"D3D10_RTV_DIMENSION_TEXTURE2DARRAY","features":[411]},{"name":"D3D10_RTV_DIMENSION_TEXTURE2DMS","features":[411]},{"name":"D3D10_RTV_DIMENSION_TEXTURE2DMSARRAY","features":[411]},{"name":"D3D10_RTV_DIMENSION_TEXTURE3D","features":[411]},{"name":"D3D10_RTV_DIMENSION_UNKNOWN","features":[411]},{"name":"D3D10_SAMPLER_DESC","features":[411]},{"name":"D3D10_SDK_LAYERS_VERSION","features":[411]},{"name":"D3D10_SDK_VERSION","features":[411]},{"name":"D3D10_SHADER_AVOID_FLOW_CONTROL","features":[411]},{"name":"D3D10_SHADER_BUFFER_DESC","features":[407,411]},{"name":"D3D10_SHADER_DEBUG","features":[411]},{"name":"D3D10_SHADER_DEBUG_FILE_INFO","features":[411]},{"name":"D3D10_SHADER_DEBUG_INFO","features":[411]},{"name":"D3D10_SHADER_DEBUG_INPUT_INFO","features":[411]},{"name":"D3D10_SHADER_DEBUG_INST_INFO","features":[305,411]},{"name":"D3D10_SHADER_DEBUG_NAME_FOR_BINARY","features":[411]},{"name":"D3D10_SHADER_DEBUG_NAME_FOR_SOURCE","features":[411]},{"name":"D3D10_SHADER_DEBUG_OUTPUTREG_INFO","features":[305,411]},{"name":"D3D10_SHADER_DEBUG_OUTPUTVAR","features":[305,411]},{"name":"D3D10_SHADER_DEBUG_REGTYPE","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_CBUFFER","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_IMMEDIATECBUFFER","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_INPUT","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_LITERAL","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_OUTPUT","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_SAMPLER","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_TBUFFER","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_TEMP","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_TEMPARRAY","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_TEXTURE","features":[411]},{"name":"D3D10_SHADER_DEBUG_REG_UNUSED","features":[411]},{"name":"D3D10_SHADER_DEBUG_SCOPETYPE","features":[411]},{"name":"D3D10_SHADER_DEBUG_SCOPEVAR_INFO","features":[407,411]},{"name":"D3D10_SHADER_DEBUG_SCOPE_ANNOTATION","features":[411]},{"name":"D3D10_SHADER_DEBUG_SCOPE_BLOCK","features":[411]},{"name":"D3D10_SHADER_DEBUG_SCOPE_FORLOOP","features":[411]},{"name":"D3D10_SHADER_DEBUG_SCOPE_FUNC_PARAMS","features":[411]},{"name":"D3D10_SHADER_DEBUG_SCOPE_GLOBAL","features":[411]},{"name":"D3D10_SHADER_DEBUG_SCOPE_INFO","features":[411]},{"name":"D3D10_SHADER_DEBUG_SCOPE_NAMESPACE","features":[411]},{"name":"D3D10_SHADER_DEBUG_SCOPE_STATEBLOCK","features":[411]},{"name":"D3D10_SHADER_DEBUG_SCOPE_STRUCT","features":[411]},{"name":"D3D10_SHADER_DEBUG_TOKEN_INFO","features":[411]},{"name":"D3D10_SHADER_DEBUG_VARTYPE","features":[411]},{"name":"D3D10_SHADER_DEBUG_VAR_FUNCTION","features":[411]},{"name":"D3D10_SHADER_DEBUG_VAR_INFO","features":[407,411]},{"name":"D3D10_SHADER_DEBUG_VAR_VARIABLE","features":[411]},{"name":"D3D10_SHADER_DESC","features":[407,411]},{"name":"D3D10_SHADER_ENABLE_BACKWARDS_COMPATIBILITY","features":[411]},{"name":"D3D10_SHADER_ENABLE_STRICTNESS","features":[411]},{"name":"D3D10_SHADER_FLAGS2_FORCE_ROOT_SIGNATURE_1_0","features":[411]},{"name":"D3D10_SHADER_FLAGS2_FORCE_ROOT_SIGNATURE_1_1","features":[411]},{"name":"D3D10_SHADER_FLAGS2_FORCE_ROOT_SIGNATURE_LATEST","features":[411]},{"name":"D3D10_SHADER_FORCE_PS_SOFTWARE_NO_OPT","features":[411]},{"name":"D3D10_SHADER_FORCE_VS_SOFTWARE_NO_OPT","features":[411]},{"name":"D3D10_SHADER_IEEE_STRICTNESS","features":[411]},{"name":"D3D10_SHADER_INPUT_BIND_DESC","features":[407,411]},{"name":"D3D10_SHADER_MAJOR_VERSION","features":[411]},{"name":"D3D10_SHADER_MINOR_VERSION","features":[411]},{"name":"D3D10_SHADER_NO_PRESHADER","features":[411]},{"name":"D3D10_SHADER_OPTIMIZATION_LEVEL0","features":[411]},{"name":"D3D10_SHADER_OPTIMIZATION_LEVEL1","features":[411]},{"name":"D3D10_SHADER_OPTIMIZATION_LEVEL3","features":[411]},{"name":"D3D10_SHADER_PACK_MATRIX_COLUMN_MAJOR","features":[411]},{"name":"D3D10_SHADER_PACK_MATRIX_ROW_MAJOR","features":[411]},{"name":"D3D10_SHADER_PARTIAL_PRECISION","features":[411]},{"name":"D3D10_SHADER_PREFER_FLOW_CONTROL","features":[411]},{"name":"D3D10_SHADER_RESOURCES_MAY_ALIAS","features":[411]},{"name":"D3D10_SHADER_RESOURCE_VIEW_DESC","features":[407,411,402]},{"name":"D3D10_SHADER_RESOURCE_VIEW_DESC1","features":[407,411,402]},{"name":"D3D10_SHADER_SKIP_OPTIMIZATION","features":[411]},{"name":"D3D10_SHADER_SKIP_VALIDATION","features":[411]},{"name":"D3D10_SHADER_TYPE_DESC","features":[407,411]},{"name":"D3D10_SHADER_VARIABLE_DESC","features":[411]},{"name":"D3D10_SHADER_WARNINGS_ARE_ERRORS","features":[411]},{"name":"D3D10_SHIFT_INSTRUCTION_PAD_VALUE","features":[411]},{"name":"D3D10_SHIFT_INSTRUCTION_SHIFT_VALUE_BIT_COUNT","features":[411]},{"name":"D3D10_SIGNATURE_PARAMETER_DESC","features":[407,411]},{"name":"D3D10_SIMULTANEOUS_RENDER_TARGET_COUNT","features":[411]},{"name":"D3D10_SO_BUFFER_MAX_STRIDE_IN_BYTES","features":[411]},{"name":"D3D10_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES","features":[411]},{"name":"D3D10_SO_BUFFER_SLOT_COUNT","features":[411]},{"name":"D3D10_SO_DDI_REGISTER_INDEX_DENOTING_GAP","features":[411]},{"name":"D3D10_SO_DECLARATION_ENTRY","features":[411]},{"name":"D3D10_SO_MULTIPLE_BUFFER_ELEMENTS_PER_BUFFER","features":[411]},{"name":"D3D10_SO_SINGLE_BUFFER_COMPONENT_LIMIT","features":[411]},{"name":"D3D10_SRGB_GAMMA","features":[411]},{"name":"D3D10_SRGB_TO_FLOAT_DENOMINATOR_1","features":[411]},{"name":"D3D10_SRGB_TO_FLOAT_DENOMINATOR_2","features":[411]},{"name":"D3D10_SRGB_TO_FLOAT_EXPONENT","features":[411]},{"name":"D3D10_SRGB_TO_FLOAT_OFFSET","features":[411]},{"name":"D3D10_SRGB_TO_FLOAT_THRESHOLD","features":[411]},{"name":"D3D10_SRGB_TO_FLOAT_TOLERANCE_IN_ULP","features":[411]},{"name":"D3D10_STANDARD_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_STANDARD_COMPONENT_BIT_COUNT_DOUBLED","features":[411]},{"name":"D3D10_STANDARD_MAXIMUM_ELEMENT_ALIGNMENT_BYTE_MULTIPLE","features":[411]},{"name":"D3D10_STANDARD_MULTISAMPLE_PATTERN","features":[411]},{"name":"D3D10_STANDARD_MULTISAMPLE_QUALITY_LEVELS","features":[411]},{"name":"D3D10_STANDARD_PIXEL_COMPONENT_COUNT","features":[411]},{"name":"D3D10_STANDARD_PIXEL_ELEMENT_COUNT","features":[411]},{"name":"D3D10_STANDARD_VECTOR_SIZE","features":[411]},{"name":"D3D10_STANDARD_VERTEX_ELEMENT_COUNT","features":[411]},{"name":"D3D10_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT","features":[411]},{"name":"D3D10_STATE_BLOCK_MASK","features":[411]},{"name":"D3D10_STENCIL_OP","features":[411]},{"name":"D3D10_STENCIL_OP_DECR","features":[411]},{"name":"D3D10_STENCIL_OP_DECR_SAT","features":[411]},{"name":"D3D10_STENCIL_OP_INCR","features":[411]},{"name":"D3D10_STENCIL_OP_INCR_SAT","features":[411]},{"name":"D3D10_STENCIL_OP_INVERT","features":[411]},{"name":"D3D10_STENCIL_OP_KEEP","features":[411]},{"name":"D3D10_STENCIL_OP_REPLACE","features":[411]},{"name":"D3D10_STENCIL_OP_ZERO","features":[411]},{"name":"D3D10_SUBPIXEL_FRACTIONAL_BIT_COUNT","features":[411]},{"name":"D3D10_SUBRESOURCE_DATA","features":[411]},{"name":"D3D10_SUBTEXEL_FRACTIONAL_BIT_COUNT","features":[411]},{"name":"D3D10_TECHNIQUE_DESC","features":[411]},{"name":"D3D10_TEX1D_ARRAY_DSV","features":[411]},{"name":"D3D10_TEX1D_ARRAY_RTV","features":[411]},{"name":"D3D10_TEX1D_ARRAY_SRV","features":[411]},{"name":"D3D10_TEX1D_DSV","features":[411]},{"name":"D3D10_TEX1D_RTV","features":[411]},{"name":"D3D10_TEX1D_SRV","features":[411]},{"name":"D3D10_TEX2DMS_ARRAY_DSV","features":[411]},{"name":"D3D10_TEX2DMS_ARRAY_RTV","features":[411]},{"name":"D3D10_TEX2DMS_ARRAY_SRV","features":[411]},{"name":"D3D10_TEX2DMS_DSV","features":[411]},{"name":"D3D10_TEX2DMS_RTV","features":[411]},{"name":"D3D10_TEX2DMS_SRV","features":[411]},{"name":"D3D10_TEX2D_ARRAY_DSV","features":[411]},{"name":"D3D10_TEX2D_ARRAY_RTV","features":[411]},{"name":"D3D10_TEX2D_ARRAY_SRV","features":[411]},{"name":"D3D10_TEX2D_DSV","features":[411]},{"name":"D3D10_TEX2D_RTV","features":[411]},{"name":"D3D10_TEX2D_SRV","features":[411]},{"name":"D3D10_TEX3D_RTV","features":[411]},{"name":"D3D10_TEX3D_SRV","features":[411]},{"name":"D3D10_TEXCUBE_ARRAY_SRV1","features":[411]},{"name":"D3D10_TEXCUBE_SRV","features":[411]},{"name":"D3D10_TEXEL_ADDRESS_RANGE_BIT_COUNT","features":[411]},{"name":"D3D10_TEXTURE1D_DESC","features":[411,402]},{"name":"D3D10_TEXTURE2D_DESC","features":[411,402]},{"name":"D3D10_TEXTURE3D_DESC","features":[411,402]},{"name":"D3D10_TEXTURECUBE_FACE","features":[411]},{"name":"D3D10_TEXTURECUBE_FACE_NEGATIVE_X","features":[411]},{"name":"D3D10_TEXTURECUBE_FACE_NEGATIVE_Y","features":[411]},{"name":"D3D10_TEXTURECUBE_FACE_NEGATIVE_Z","features":[411]},{"name":"D3D10_TEXTURECUBE_FACE_POSITIVE_X","features":[411]},{"name":"D3D10_TEXTURECUBE_FACE_POSITIVE_Y","features":[411]},{"name":"D3D10_TEXTURECUBE_FACE_POSITIVE_Z","features":[411]},{"name":"D3D10_TEXTURE_ADDRESS_BORDER","features":[411]},{"name":"D3D10_TEXTURE_ADDRESS_CLAMP","features":[411]},{"name":"D3D10_TEXTURE_ADDRESS_MIRROR","features":[411]},{"name":"D3D10_TEXTURE_ADDRESS_MIRROR_ONCE","features":[411]},{"name":"D3D10_TEXTURE_ADDRESS_MODE","features":[411]},{"name":"D3D10_TEXTURE_ADDRESS_WRAP","features":[411]},{"name":"D3D10_TEXT_1BIT_BIT","features":[411]},{"name":"D3D10_UNBOUND_MEMORY_ACCESS_RESULT","features":[411]},{"name":"D3D10_UNMUTE_SEVERITY_INFO","features":[411]},{"name":"D3D10_USAGE","features":[411]},{"name":"D3D10_USAGE_DEFAULT","features":[411]},{"name":"D3D10_USAGE_DYNAMIC","features":[411]},{"name":"D3D10_USAGE_IMMUTABLE","features":[411]},{"name":"D3D10_USAGE_STAGING","features":[411]},{"name":"D3D10_VIEWPORT","features":[411]},{"name":"D3D10_VIEWPORT_AND_SCISSORRECT_MAX_INDEX","features":[411]},{"name":"D3D10_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE","features":[411]},{"name":"D3D10_VIEWPORT_BOUNDS_MAX","features":[411]},{"name":"D3D10_VIEWPORT_BOUNDS_MIN","features":[411]},{"name":"D3D10_VS_INPUT_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_VS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_VS_INPUT_REGISTER_COUNT","features":[411]},{"name":"D3D10_VS_INPUT_REGISTER_READS_PER_INST","features":[411]},{"name":"D3D10_VS_INPUT_REGISTER_READ_PORTS","features":[411]},{"name":"D3D10_VS_OUTPUT_REGISTER_COMPONENTS","features":[411]},{"name":"D3D10_VS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[411]},{"name":"D3D10_VS_OUTPUT_REGISTER_COUNT","features":[411]},{"name":"D3D10_WHQL_CONTEXT_COUNT_FOR_RESOURCE_LIMIT","features":[411]},{"name":"D3D10_WHQL_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[411]},{"name":"D3D10_WHQL_DRAW_VERTEX_COUNT_2_TO_EXP","features":[411]},{"name":"D3D11_SHADER_DEBUG_REG_INTERFACE_POINTERS","features":[411]},{"name":"D3D11_SHADER_DEBUG_REG_UAV","features":[411]},{"name":"D3D_MAJOR_VERSION","features":[411]},{"name":"D3D_MINOR_VERSION","features":[411]},{"name":"D3D_SPEC_DATE_DAY","features":[411]},{"name":"D3D_SPEC_DATE_MONTH","features":[411]},{"name":"D3D_SPEC_DATE_YEAR","features":[411]},{"name":"D3D_SPEC_VERSION","features":[411]},{"name":"DXGI_DEBUG_D3D10","features":[411]},{"name":"GUID_DeviceType","features":[411]},{"name":"ID3D10Asynchronous","features":[411]},{"name":"ID3D10BlendState","features":[411]},{"name":"ID3D10BlendState1","features":[411]},{"name":"ID3D10Buffer","features":[411]},{"name":"ID3D10Counter","features":[411]},{"name":"ID3D10Debug","features":[411]},{"name":"ID3D10DepthStencilState","features":[411]},{"name":"ID3D10DepthStencilView","features":[411]},{"name":"ID3D10Device","features":[411]},{"name":"ID3D10Device1","features":[411]},{"name":"ID3D10DeviceChild","features":[411]},{"name":"ID3D10Effect","features":[411]},{"name":"ID3D10EffectBlendVariable","features":[411]},{"name":"ID3D10EffectConstantBuffer","features":[411]},{"name":"ID3D10EffectDepthStencilVariable","features":[411]},{"name":"ID3D10EffectDepthStencilViewVariable","features":[411]},{"name":"ID3D10EffectMatrixVariable","features":[411]},{"name":"ID3D10EffectPass","features":[411]},{"name":"ID3D10EffectPool","features":[411]},{"name":"ID3D10EffectRasterizerVariable","features":[411]},{"name":"ID3D10EffectRenderTargetViewVariable","features":[411]},{"name":"ID3D10EffectSamplerVariable","features":[411]},{"name":"ID3D10EffectScalarVariable","features":[411]},{"name":"ID3D10EffectShaderResourceVariable","features":[411]},{"name":"ID3D10EffectShaderVariable","features":[411]},{"name":"ID3D10EffectStringVariable","features":[411]},{"name":"ID3D10EffectTechnique","features":[411]},{"name":"ID3D10EffectType","features":[411]},{"name":"ID3D10EffectVariable","features":[411]},{"name":"ID3D10EffectVectorVariable","features":[411]},{"name":"ID3D10GeometryShader","features":[411]},{"name":"ID3D10InfoQueue","features":[411]},{"name":"ID3D10InputLayout","features":[411]},{"name":"ID3D10Multithread","features":[411]},{"name":"ID3D10PixelShader","features":[411]},{"name":"ID3D10Predicate","features":[411]},{"name":"ID3D10Query","features":[411]},{"name":"ID3D10RasterizerState","features":[411]},{"name":"ID3D10RenderTargetView","features":[411]},{"name":"ID3D10Resource","features":[411]},{"name":"ID3D10SamplerState","features":[411]},{"name":"ID3D10ShaderReflection","features":[411]},{"name":"ID3D10ShaderReflection1","features":[411]},{"name":"ID3D10ShaderReflectionConstantBuffer","features":[411]},{"name":"ID3D10ShaderReflectionType","features":[411]},{"name":"ID3D10ShaderReflectionVariable","features":[411]},{"name":"ID3D10ShaderResourceView","features":[411]},{"name":"ID3D10ShaderResourceView1","features":[411]},{"name":"ID3D10StateBlock","features":[411]},{"name":"ID3D10SwitchToRef","features":[411]},{"name":"ID3D10Texture1D","features":[411]},{"name":"ID3D10Texture2D","features":[411]},{"name":"ID3D10Texture3D","features":[411]},{"name":"ID3D10VertexShader","features":[411]},{"name":"ID3D10View","features":[411]},{"name":"PFN_D3D10_CREATE_DEVICE1","features":[305,411,406]},{"name":"PFN_D3D10_CREATE_DEVICE_AND_SWAP_CHAIN1","features":[305,411,402]},{"name":"_FACD3D10","features":[411]}],"410":[{"name":"D3D11CreateDevice","features":[305,407,410,406]},{"name":"D3D11CreateDeviceAndSwapChain","features":[305,407,410,402]},{"name":"D3D11_16BIT_INDEX_STRIP_CUT_VALUE","features":[410]},{"name":"D3D11_1_CREATE_DEVICE_CONTEXT_STATE_FLAG","features":[410]},{"name":"D3D11_1_CREATE_DEVICE_CONTEXT_STATE_SINGLETHREADED","features":[410]},{"name":"D3D11_1_UAV_SLOT_COUNT","features":[410]},{"name":"D3D11_2_TILED_RESOURCE_TILE_SIZE_IN_BYTES","features":[410]},{"name":"D3D11_32BIT_INDEX_STRIP_CUT_VALUE","features":[410]},{"name":"D3D11_4_VIDEO_DECODER_HISTOGRAM_OFFSET_ALIGNMENT","features":[410]},{"name":"D3D11_4_VIDEO_DECODER_MAX_HISTOGRAM_COMPONENTS","features":[410]},{"name":"D3D11_8BIT_INDEX_STRIP_CUT_VALUE","features":[410]},{"name":"D3D11_AES_CTR_IV","features":[410]},{"name":"D3D11_ANISOTROPIC_FILTERING_BIT","features":[410]},{"name":"D3D11_APPEND_ALIGNED_ELEMENT","features":[410]},{"name":"D3D11_APPNAME_STRING","features":[410]},{"name":"D3D11_APPSIZE_STRING","features":[410]},{"name":"D3D11_ARRAY_AXIS_ADDRESS_RANGE_BIT_COUNT","features":[410]},{"name":"D3D11_ASYNC_GETDATA_DONOTFLUSH","features":[410]},{"name":"D3D11_ASYNC_GETDATA_FLAG","features":[410]},{"name":"D3D11_AUTHENTICATED_CHANNEL_D3D11","features":[410]},{"name":"D3D11_AUTHENTICATED_CHANNEL_DRIVER_HARDWARE","features":[410]},{"name":"D3D11_AUTHENTICATED_CHANNEL_DRIVER_SOFTWARE","features":[410]},{"name":"D3D11_AUTHENTICATED_CHANNEL_TYPE","features":[410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_ACCESSIBLE_ENCRYPTION_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION","features":[410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_ENCRYPTION_WHEN_ACCESSIBLE","features":[410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE","features":[410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_PROTECTION","features":[410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_PROTECTION_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE","features":[410]},{"name":"D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE","features":[410]},{"name":"D3D11_AUTHENTICATED_PROTECTION_FLAGS","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ATTRIBUTES","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_COUNT_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_CRYPTO_SESSION_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_CURRENT_ACCESSIBILITY_ENCRYPTION_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_CURRENT_ENCRYPTION_WHEN_ACCESSIBLE","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_DEVICE_HANDLE","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_DEVICE_HANDLE_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_ENCRYPTION_WHEN_ACCESSIBLE_GUID","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_ENCRYPTION_WHEN_ACCESSIBLE_GUID_COUNT","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_COUNT_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_OUTPUT_ID_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_PROTECTION","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_PROTECTION_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_COUNT","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_COUNT_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_INPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_OUTPUT","features":[305,410]},{"name":"D3D11_AUTHENTICATED_QUERY_UNRESTRICTED_PROTECTED_SHARED_RESOURCE_COUNT","features":[410]},{"name":"D3D11_AUTHENTICATED_QUERY_UNRESTRICTED_PROTECTED_SHARED_RESOURCE_COUNT_OUTPUT","features":[305,410]},{"name":"D3D11_BIND_CONSTANT_BUFFER","features":[410]},{"name":"D3D11_BIND_DECODER","features":[410]},{"name":"D3D11_BIND_DEPTH_STENCIL","features":[410]},{"name":"D3D11_BIND_FLAG","features":[410]},{"name":"D3D11_BIND_INDEX_BUFFER","features":[410]},{"name":"D3D11_BIND_RENDER_TARGET","features":[410]},{"name":"D3D11_BIND_SHADER_RESOURCE","features":[410]},{"name":"D3D11_BIND_STREAM_OUTPUT","features":[410]},{"name":"D3D11_BIND_UNORDERED_ACCESS","features":[410]},{"name":"D3D11_BIND_VERTEX_BUFFER","features":[410]},{"name":"D3D11_BIND_VIDEO_ENCODER","features":[410]},{"name":"D3D11_BLEND","features":[410]},{"name":"D3D11_BLEND_BLEND_FACTOR","features":[410]},{"name":"D3D11_BLEND_DESC","features":[305,410]},{"name":"D3D11_BLEND_DESC1","features":[305,410]},{"name":"D3D11_BLEND_DEST_ALPHA","features":[410]},{"name":"D3D11_BLEND_DEST_COLOR","features":[410]},{"name":"D3D11_BLEND_INV_BLEND_FACTOR","features":[410]},{"name":"D3D11_BLEND_INV_DEST_ALPHA","features":[410]},{"name":"D3D11_BLEND_INV_DEST_COLOR","features":[410]},{"name":"D3D11_BLEND_INV_SRC1_ALPHA","features":[410]},{"name":"D3D11_BLEND_INV_SRC1_COLOR","features":[410]},{"name":"D3D11_BLEND_INV_SRC_ALPHA","features":[410]},{"name":"D3D11_BLEND_INV_SRC_COLOR","features":[410]},{"name":"D3D11_BLEND_ONE","features":[410]},{"name":"D3D11_BLEND_OP","features":[410]},{"name":"D3D11_BLEND_OP_ADD","features":[410]},{"name":"D3D11_BLEND_OP_MAX","features":[410]},{"name":"D3D11_BLEND_OP_MIN","features":[410]},{"name":"D3D11_BLEND_OP_REV_SUBTRACT","features":[410]},{"name":"D3D11_BLEND_OP_SUBTRACT","features":[410]},{"name":"D3D11_BLEND_SRC1_ALPHA","features":[410]},{"name":"D3D11_BLEND_SRC1_COLOR","features":[410]},{"name":"D3D11_BLEND_SRC_ALPHA","features":[410]},{"name":"D3D11_BLEND_SRC_ALPHA_SAT","features":[410]},{"name":"D3D11_BLEND_SRC_COLOR","features":[410]},{"name":"D3D11_BLEND_ZERO","features":[410]},{"name":"D3D11_BOX","features":[410]},{"name":"D3D11_BREAKON_CATEGORY","features":[410]},{"name":"D3D11_BREAKON_ID_DECIMAL","features":[410]},{"name":"D3D11_BREAKON_ID_STRING","features":[410]},{"name":"D3D11_BREAKON_SEVERITY","features":[410]},{"name":"D3D11_BUFFEREX_SRV","features":[410]},{"name":"D3D11_BUFFEREX_SRV_FLAG","features":[410]},{"name":"D3D11_BUFFEREX_SRV_FLAG_RAW","features":[410]},{"name":"D3D11_BUFFER_DESC","features":[410]},{"name":"D3D11_BUFFER_RTV","features":[410]},{"name":"D3D11_BUFFER_SRV","features":[410]},{"name":"D3D11_BUFFER_UAV","features":[410]},{"name":"D3D11_BUFFER_UAV_FLAG","features":[410]},{"name":"D3D11_BUFFER_UAV_FLAG_APPEND","features":[410]},{"name":"D3D11_BUFFER_UAV_FLAG_COUNTER","features":[410]},{"name":"D3D11_BUFFER_UAV_FLAG_RAW","features":[410]},{"name":"D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR","features":[410]},{"name":"D3D11_BUS_IMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE","features":[410]},{"name":"D3D11_BUS_IMPL_MODIFIER_INSIDE_OF_CHIPSET","features":[410]},{"name":"D3D11_BUS_IMPL_MODIFIER_NON_STANDARD","features":[410]},{"name":"D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP","features":[410]},{"name":"D3D11_BUS_IMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET","features":[410]},{"name":"D3D11_BUS_TYPE","features":[410]},{"name":"D3D11_BUS_TYPE_AGP","features":[410]},{"name":"D3D11_BUS_TYPE_OTHER","features":[410]},{"name":"D3D11_BUS_TYPE_PCI","features":[410]},{"name":"D3D11_BUS_TYPE_PCIEXPRESS","features":[410]},{"name":"D3D11_BUS_TYPE_PCIX","features":[410]},{"name":"D3D11_CENTER_MULTISAMPLE_PATTERN","features":[410]},{"name":"D3D11_CHECK_MULTISAMPLE_QUALITY_LEVELS_FLAG","features":[410]},{"name":"D3D11_CHECK_MULTISAMPLE_QUALITY_LEVELS_TILED_RESOURCE","features":[410]},{"name":"D3D11_CLASS_INSTANCE_DESC","features":[305,410]},{"name":"D3D11_CLEAR_DEPTH","features":[410]},{"name":"D3D11_CLEAR_FLAG","features":[410]},{"name":"D3D11_CLEAR_STENCIL","features":[410]},{"name":"D3D11_CLIP_OR_CULL_DISTANCE_COUNT","features":[410]},{"name":"D3D11_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT","features":[410]},{"name":"D3D11_COLOR_WRITE_ENABLE","features":[410]},{"name":"D3D11_COLOR_WRITE_ENABLE_ALL","features":[410]},{"name":"D3D11_COLOR_WRITE_ENABLE_ALPHA","features":[410]},{"name":"D3D11_COLOR_WRITE_ENABLE_BLUE","features":[410]},{"name":"D3D11_COLOR_WRITE_ENABLE_GREEN","features":[410]},{"name":"D3D11_COLOR_WRITE_ENABLE_RED","features":[410]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_COMPONENTS","features":[410]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_HW_SLOT_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_PARTIAL_UPDATE_EXTENTS_BYTE_ALIGNMENT","features":[410]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_COMMONSHADER_FLOWCONTROL_NESTING_LIMIT","features":[410]},{"name":"D3D11_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_COMMONSHADER_IMMEDIATE_VALUE_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_INPUT_RESOURCE_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_COMMONSHADER_INPUT_RESOURCE_REGISTER_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_INPUT_RESOURCE_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_COMMONSHADER_INPUT_RESOURCE_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_SAMPLER_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_COMMONSHADER_SAMPLER_REGISTER_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_SAMPLER_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_COMMONSHADER_SAMPLER_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_COMMONSHADER_SAMPLER_SLOT_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_SUBROUTINE_NESTING_LIMIT","features":[410]},{"name":"D3D11_COMMONSHADER_TEMP_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_COMMONSHADER_TEMP_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_TEMP_REGISTER_COUNT","features":[410]},{"name":"D3D11_COMMONSHADER_TEMP_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_COMMONSHADER_TEMP_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MAX","features":[410]},{"name":"D3D11_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MIN","features":[410]},{"name":"D3D11_COMMONSHADER_TEXEL_OFFSET_MAX_NEGATIVE","features":[410]},{"name":"D3D11_COMMONSHADER_TEXEL_OFFSET_MAX_POSITIVE","features":[410]},{"name":"D3D11_COMPARISON_ALWAYS","features":[410]},{"name":"D3D11_COMPARISON_EQUAL","features":[410]},{"name":"D3D11_COMPARISON_FILTERING_BIT","features":[410]},{"name":"D3D11_COMPARISON_FUNC","features":[410]},{"name":"D3D11_COMPARISON_GREATER","features":[410]},{"name":"D3D11_COMPARISON_GREATER_EQUAL","features":[410]},{"name":"D3D11_COMPARISON_LESS","features":[410]},{"name":"D3D11_COMPARISON_LESS_EQUAL","features":[410]},{"name":"D3D11_COMPARISON_NEVER","features":[410]},{"name":"D3D11_COMPARISON_NOT_EQUAL","features":[410]},{"name":"D3D11_COMPUTE_SHADER","features":[410]},{"name":"D3D11_COMPUTE_SHADER_TRACE_DESC","features":[410]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_MODE","features":[410]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_MODE_OFF","features":[410]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_MODE_ON","features":[410]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_NOT_SUPPORTED","features":[410]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_TIER","features":[410]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_TIER_1","features":[410]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_TIER_2","features":[410]},{"name":"D3D11_CONSERVATIVE_RASTERIZATION_TIER_3","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_CONTENT_KEY","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_DECRYPTION_BLT","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_ENCRYPTED_READ_BACK_KEY","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_ENCRYPT_SLICEDATA_ONLY","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_FRESHEN_SESSION_KEY","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_DRM_COMMUNICATION","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_DRM_COMMUNICATION_MULTI_THREADED","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECTED_MEMORY_PAGEABLE","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_PROTECT_UNCOMPRESSED","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_HARDWARE_TEARDOWN","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_PARTIAL_DECRYPTION","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_PROTECTION_ALWAYS_ON","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_SEQUENTIAL_CTR_IV","features":[410]},{"name":"D3D11_CONTENT_PROTECTION_CAPS_SOFTWARE","features":[410]},{"name":"D3D11_CONTEXT_TYPE","features":[410]},{"name":"D3D11_CONTEXT_TYPE_3D","features":[410]},{"name":"D3D11_CONTEXT_TYPE_ALL","features":[410]},{"name":"D3D11_CONTEXT_TYPE_COMPUTE","features":[410]},{"name":"D3D11_CONTEXT_TYPE_COPY","features":[410]},{"name":"D3D11_CONTEXT_TYPE_VIDEO","features":[410]},{"name":"D3D11_COPY_DISCARD","features":[410]},{"name":"D3D11_COPY_FLAGS","features":[410]},{"name":"D3D11_COPY_NO_OVERWRITE","features":[410]},{"name":"D3D11_COUNTER","features":[410]},{"name":"D3D11_COUNTER_DESC","features":[410]},{"name":"D3D11_COUNTER_DEVICE_DEPENDENT_0","features":[410]},{"name":"D3D11_COUNTER_INFO","features":[410]},{"name":"D3D11_COUNTER_TYPE","features":[410]},{"name":"D3D11_COUNTER_TYPE_FLOAT32","features":[410]},{"name":"D3D11_COUNTER_TYPE_UINT16","features":[410]},{"name":"D3D11_COUNTER_TYPE_UINT32","features":[410]},{"name":"D3D11_COUNTER_TYPE_UINT64","features":[410]},{"name":"D3D11_CPU_ACCESS_FLAG","features":[410]},{"name":"D3D11_CPU_ACCESS_READ","features":[410]},{"name":"D3D11_CPU_ACCESS_WRITE","features":[410]},{"name":"D3D11_CREATE_DEVICE_BGRA_SUPPORT","features":[410]},{"name":"D3D11_CREATE_DEVICE_DEBUG","features":[410]},{"name":"D3D11_CREATE_DEVICE_DEBUGGABLE","features":[410]},{"name":"D3D11_CREATE_DEVICE_DISABLE_GPU_TIMEOUT","features":[410]},{"name":"D3D11_CREATE_DEVICE_FLAG","features":[410]},{"name":"D3D11_CREATE_DEVICE_PREVENT_ALTERING_LAYER_SETTINGS_FROM_REGISTRY","features":[410]},{"name":"D3D11_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS","features":[410]},{"name":"D3D11_CREATE_DEVICE_SINGLETHREADED","features":[410]},{"name":"D3D11_CREATE_DEVICE_SWITCH_TO_REF","features":[410]},{"name":"D3D11_CREATE_DEVICE_VIDEO_SUPPORT","features":[410]},{"name":"D3D11_CRYPTO_SESSION_KEY_EXCHANGE_FLAGS","features":[410]},{"name":"D3D11_CRYPTO_SESSION_KEY_EXCHANGE_FLAG_NONE","features":[410]},{"name":"D3D11_CRYPTO_SESSION_STATUS","features":[410]},{"name":"D3D11_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST","features":[410]},{"name":"D3D11_CRYPTO_SESSION_STATUS_KEY_LOST","features":[410]},{"name":"D3D11_CRYPTO_SESSION_STATUS_OK","features":[410]},{"name":"D3D11_CRYPTO_TYPE_AES128_CTR","features":[410]},{"name":"D3D11_CS_4_X_BUCKET00_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET00_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET01_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET01_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET02_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET02_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET03_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET03_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET04_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET04_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET05_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET05_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET06_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET06_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET07_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET07_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET08_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET08_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET09_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET09_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET10_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET10_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET11_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET11_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET12_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET12_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET13_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET13_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET14_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET14_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_BUCKET15_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[410]},{"name":"D3D11_CS_4_X_BUCKET15_MAX_NUM_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_DISPATCH_MAX_THREAD_GROUPS_IN_Z_DIMENSION","features":[410]},{"name":"D3D11_CS_4_X_RAW_UAV_BYTE_ALIGNMENT","features":[410]},{"name":"D3D11_CS_4_X_THREAD_GROUP_MAX_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_4_X_THREAD_GROUP_MAX_X","features":[410]},{"name":"D3D11_CS_4_X_THREAD_GROUP_MAX_Y","features":[410]},{"name":"D3D11_CS_4_X_UAV_REGISTER_COUNT","features":[410]},{"name":"D3D11_CS_DISPATCH_MAX_THREAD_GROUPS_PER_DIMENSION","features":[410]},{"name":"D3D11_CS_TGSM_REGISTER_COUNT","features":[410]},{"name":"D3D11_CS_TGSM_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_CS_TGSM_RESOURCE_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_CS_TGSM_RESOURCE_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_CS_THREADGROUPID_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_CS_THREADGROUPID_REGISTER_COUNT","features":[410]},{"name":"D3D11_CS_THREADIDINGROUPFLATTENED_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_CS_THREADIDINGROUPFLATTENED_REGISTER_COUNT","features":[410]},{"name":"D3D11_CS_THREADIDINGROUP_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_CS_THREADIDINGROUP_REGISTER_COUNT","features":[410]},{"name":"D3D11_CS_THREADID_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_CS_THREADID_REGISTER_COUNT","features":[410]},{"name":"D3D11_CS_THREAD_GROUP_MAX_THREADS_PER_GROUP","features":[410]},{"name":"D3D11_CS_THREAD_GROUP_MAX_X","features":[410]},{"name":"D3D11_CS_THREAD_GROUP_MAX_Y","features":[410]},{"name":"D3D11_CS_THREAD_GROUP_MAX_Z","features":[410]},{"name":"D3D11_CS_THREAD_GROUP_MIN_X","features":[410]},{"name":"D3D11_CS_THREAD_GROUP_MIN_Y","features":[410]},{"name":"D3D11_CS_THREAD_GROUP_MIN_Z","features":[410]},{"name":"D3D11_CS_THREAD_LOCAL_TEMP_REGISTER_POOL","features":[410]},{"name":"D3D11_CULL_BACK","features":[410]},{"name":"D3D11_CULL_FRONT","features":[410]},{"name":"D3D11_CULL_MODE","features":[410]},{"name":"D3D11_CULL_NONE","features":[410]},{"name":"D3D11_DEBUG_FEATURE_ALWAYS_DISCARD_OFFERED_RESOURCE","features":[410]},{"name":"D3D11_DEBUG_FEATURE_AVOID_BEHAVIOR_CHANGING_DEBUG_AIDS","features":[410]},{"name":"D3D11_DEBUG_FEATURE_DISABLE_TILED_RESOURCE_MAPPING_TRACKING_AND_VALIDATION","features":[410]},{"name":"D3D11_DEBUG_FEATURE_FINISH_PER_RENDER_OP","features":[410]},{"name":"D3D11_DEBUG_FEATURE_FLUSH_PER_RENDER_OP","features":[410]},{"name":"D3D11_DEBUG_FEATURE_NEVER_DISCARD_OFFERED_RESOURCE","features":[410]},{"name":"D3D11_DEBUG_FEATURE_PRESENT_PER_RENDER_OP","features":[410]},{"name":"D3D11_DECODER_BITSTREAM_ENCRYPTION_TYPE_CBCS","features":[410]},{"name":"D3D11_DECODER_BITSTREAM_ENCRYPTION_TYPE_CENC","features":[410]},{"name":"D3D11_DECODER_ENCRYPTION_HW_CENC","features":[410]},{"name":"D3D11_DECODER_PROFILE_AV1_VLD_12BIT_PROFILE2","features":[410]},{"name":"D3D11_DECODER_PROFILE_AV1_VLD_12BIT_PROFILE2_420","features":[410]},{"name":"D3D11_DECODER_PROFILE_AV1_VLD_PROFILE0","features":[410]},{"name":"D3D11_DECODER_PROFILE_AV1_VLD_PROFILE1","features":[410]},{"name":"D3D11_DECODER_PROFILE_AV1_VLD_PROFILE2","features":[410]},{"name":"D3D11_DECODER_PROFILE_H264_IDCT_FGT","features":[410]},{"name":"D3D11_DECODER_PROFILE_H264_IDCT_NOFGT","features":[410]},{"name":"D3D11_DECODER_PROFILE_H264_MOCOMP_FGT","features":[410]},{"name":"D3D11_DECODER_PROFILE_H264_MOCOMP_NOFGT","features":[410]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_FGT","features":[410]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_MULTIVIEW_NOFGT","features":[410]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_NOFGT","features":[410]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_STEREO_NOFGT","features":[410]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_STEREO_PROGRESSIVE_NOFGT","features":[410]},{"name":"D3D11_DECODER_PROFILE_H264_VLD_WITHFMOASO_NOFGT","features":[410]},{"name":"D3D11_DECODER_PROFILE_HEVC_VLD_MAIN","features":[410]},{"name":"D3D11_DECODER_PROFILE_HEVC_VLD_MAIN10","features":[410]},{"name":"D3D11_DECODER_PROFILE_MPEG1_VLD","features":[410]},{"name":"D3D11_DECODER_PROFILE_MPEG2_IDCT","features":[410]},{"name":"D3D11_DECODER_PROFILE_MPEG2_MOCOMP","features":[410]},{"name":"D3D11_DECODER_PROFILE_MPEG2_VLD","features":[410]},{"name":"D3D11_DECODER_PROFILE_MPEG2and1_VLD","features":[410]},{"name":"D3D11_DECODER_PROFILE_MPEG4PT2_VLD_ADVSIMPLE_GMC","features":[410]},{"name":"D3D11_DECODER_PROFILE_MPEG4PT2_VLD_ADVSIMPLE_NOGMC","features":[410]},{"name":"D3D11_DECODER_PROFILE_MPEG4PT2_VLD_SIMPLE","features":[410]},{"name":"D3D11_DECODER_PROFILE_VC1_D2010","features":[410]},{"name":"D3D11_DECODER_PROFILE_VC1_IDCT","features":[410]},{"name":"D3D11_DECODER_PROFILE_VC1_MOCOMP","features":[410]},{"name":"D3D11_DECODER_PROFILE_VC1_POSTPROC","features":[410]},{"name":"D3D11_DECODER_PROFILE_VC1_VLD","features":[410]},{"name":"D3D11_DECODER_PROFILE_VP8_VLD","features":[410]},{"name":"D3D11_DECODER_PROFILE_VP9_VLD_10BIT_PROFILE2","features":[410]},{"name":"D3D11_DECODER_PROFILE_VP9_VLD_PROFILE0","features":[410]},{"name":"D3D11_DECODER_PROFILE_WMV8_MOCOMP","features":[410]},{"name":"D3D11_DECODER_PROFILE_WMV8_POSTPROC","features":[410]},{"name":"D3D11_DECODER_PROFILE_WMV9_IDCT","features":[410]},{"name":"D3D11_DECODER_PROFILE_WMV9_MOCOMP","features":[410]},{"name":"D3D11_DECODER_PROFILE_WMV9_POSTPROC","features":[410]},{"name":"D3D11_DEFAULT_BLEND_FACTOR_ALPHA","features":[410]},{"name":"D3D11_DEFAULT_BLEND_FACTOR_BLUE","features":[410]},{"name":"D3D11_DEFAULT_BLEND_FACTOR_GREEN","features":[410]},{"name":"D3D11_DEFAULT_BLEND_FACTOR_RED","features":[410]},{"name":"D3D11_DEFAULT_BORDER_COLOR_COMPONENT","features":[410]},{"name":"D3D11_DEFAULT_DEPTH_BIAS","features":[410]},{"name":"D3D11_DEFAULT_DEPTH_BIAS_CLAMP","features":[410]},{"name":"D3D11_DEFAULT_MAX_ANISOTROPY","features":[410]},{"name":"D3D11_DEFAULT_MIP_LOD_BIAS","features":[410]},{"name":"D3D11_DEFAULT_RENDER_TARGET_ARRAY_INDEX","features":[410]},{"name":"D3D11_DEFAULT_SAMPLE_MASK","features":[410]},{"name":"D3D11_DEFAULT_SCISSOR_ENDX","features":[410]},{"name":"D3D11_DEFAULT_SCISSOR_ENDY","features":[410]},{"name":"D3D11_DEFAULT_SCISSOR_STARTX","features":[410]},{"name":"D3D11_DEFAULT_SCISSOR_STARTY","features":[410]},{"name":"D3D11_DEFAULT_SLOPE_SCALED_DEPTH_BIAS","features":[410]},{"name":"D3D11_DEFAULT_STENCIL_READ_MASK","features":[410]},{"name":"D3D11_DEFAULT_STENCIL_REFERENCE","features":[410]},{"name":"D3D11_DEFAULT_STENCIL_WRITE_MASK","features":[410]},{"name":"D3D11_DEFAULT_VIEWPORT_AND_SCISSORRECT_INDEX","features":[410]},{"name":"D3D11_DEFAULT_VIEWPORT_HEIGHT","features":[410]},{"name":"D3D11_DEFAULT_VIEWPORT_MAX_DEPTH","features":[410]},{"name":"D3D11_DEFAULT_VIEWPORT_MIN_DEPTH","features":[410]},{"name":"D3D11_DEFAULT_VIEWPORT_TOPLEFTX","features":[410]},{"name":"D3D11_DEFAULT_VIEWPORT_TOPLEFTY","features":[410]},{"name":"D3D11_DEFAULT_VIEWPORT_WIDTH","features":[410]},{"name":"D3D11_DEPTH_STENCILOP_DESC","features":[410]},{"name":"D3D11_DEPTH_STENCIL_DESC","features":[305,410]},{"name":"D3D11_DEPTH_STENCIL_VIEW_DESC","features":[410,402]},{"name":"D3D11_DEPTH_WRITE_MASK","features":[410]},{"name":"D3D11_DEPTH_WRITE_MASK_ALL","features":[410]},{"name":"D3D11_DEPTH_WRITE_MASK_ZERO","features":[410]},{"name":"D3D11_DEVICE_CONTEXT_DEFERRED","features":[410]},{"name":"D3D11_DEVICE_CONTEXT_IMMEDIATE","features":[410]},{"name":"D3D11_DEVICE_CONTEXT_TYPE","features":[410]},{"name":"D3D11_DOMAIN_SHADER","features":[410]},{"name":"D3D11_DOMAIN_SHADER_TRACE_DESC","features":[410]},{"name":"D3D11_DRAW_INDEXED_INSTANCED_INDIRECT_ARGS","features":[410]},{"name":"D3D11_DRAW_INSTANCED_INDIRECT_ARGS","features":[410]},{"name":"D3D11_DSV_DIMENSION","features":[410]},{"name":"D3D11_DSV_DIMENSION_TEXTURE1D","features":[410]},{"name":"D3D11_DSV_DIMENSION_TEXTURE1DARRAY","features":[410]},{"name":"D3D11_DSV_DIMENSION_TEXTURE2D","features":[410]},{"name":"D3D11_DSV_DIMENSION_TEXTURE2DARRAY","features":[410]},{"name":"D3D11_DSV_DIMENSION_TEXTURE2DMS","features":[410]},{"name":"D3D11_DSV_DIMENSION_TEXTURE2DMSARRAY","features":[410]},{"name":"D3D11_DSV_DIMENSION_UNKNOWN","features":[410]},{"name":"D3D11_DSV_FLAG","features":[410]},{"name":"D3D11_DSV_READ_ONLY_DEPTH","features":[410]},{"name":"D3D11_DSV_READ_ONLY_STENCIL","features":[410]},{"name":"D3D11_DS_INPUT_CONTROL_POINTS_MAX_TOTAL_SCALARS","features":[410]},{"name":"D3D11_DS_INPUT_CONTROL_POINT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_DS_INPUT_CONTROL_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_DS_INPUT_CONTROL_POINT_REGISTER_COUNT","features":[410]},{"name":"D3D11_DS_INPUT_CONTROL_POINT_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_DS_INPUT_CONTROL_POINT_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_DS_INPUT_DOMAIN_POINT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_DS_INPUT_DOMAIN_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_DS_INPUT_DOMAIN_POINT_REGISTER_COUNT","features":[410]},{"name":"D3D11_DS_INPUT_DOMAIN_POINT_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_DS_INPUT_DOMAIN_POINT_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_DS_INPUT_PATCH_CONSTANT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_DS_INPUT_PATCH_CONSTANT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_DS_INPUT_PATCH_CONSTANT_REGISTER_COUNT","features":[410]},{"name":"D3D11_DS_INPUT_PATCH_CONSTANT_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_DS_INPUT_PATCH_CONSTANT_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_DS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_DS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_DS_INPUT_PRIMITIVE_ID_REGISTER_COUNT","features":[410]},{"name":"D3D11_DS_INPUT_PRIMITIVE_ID_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_DS_INPUT_PRIMITIVE_ID_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_DS_OUTPUT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_DS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_DS_OUTPUT_REGISTER_COUNT","features":[410]},{"name":"D3D11_ENABLE_BREAK_ON_MESSAGE","features":[410]},{"name":"D3D11_ENCRYPTED_BLOCK_INFO","features":[410]},{"name":"D3D11_FEATURE","features":[410]},{"name":"D3D11_FEATURE_ARCHITECTURE_INFO","features":[410]},{"name":"D3D11_FEATURE_D3D10_X_HARDWARE_OPTIONS","features":[410]},{"name":"D3D11_FEATURE_D3D11_OPTIONS","features":[410]},{"name":"D3D11_FEATURE_D3D11_OPTIONS1","features":[410]},{"name":"D3D11_FEATURE_D3D11_OPTIONS2","features":[410]},{"name":"D3D11_FEATURE_D3D11_OPTIONS3","features":[410]},{"name":"D3D11_FEATURE_D3D11_OPTIONS4","features":[410]},{"name":"D3D11_FEATURE_D3D11_OPTIONS5","features":[410]},{"name":"D3D11_FEATURE_D3D9_OPTIONS","features":[410]},{"name":"D3D11_FEATURE_D3D9_OPTIONS1","features":[410]},{"name":"D3D11_FEATURE_D3D9_SHADOW_SUPPORT","features":[410]},{"name":"D3D11_FEATURE_D3D9_SIMPLE_INSTANCING_SUPPORT","features":[410]},{"name":"D3D11_FEATURE_DATA_ARCHITECTURE_INFO","features":[305,410]},{"name":"D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS","features":[305,410]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS","features":[305,410]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS1","features":[305,410]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS2","features":[305,410]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS3","features":[305,410]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS4","features":[305,410]},{"name":"D3D11_FEATURE_DATA_D3D11_OPTIONS5","features":[410]},{"name":"D3D11_FEATURE_DATA_D3D9_OPTIONS","features":[305,410]},{"name":"D3D11_FEATURE_DATA_D3D9_OPTIONS1","features":[305,410]},{"name":"D3D11_FEATURE_DATA_D3D9_SHADOW_SUPPORT","features":[305,410]},{"name":"D3D11_FEATURE_DATA_D3D9_SIMPLE_INSTANCING_SUPPORT","features":[305,410]},{"name":"D3D11_FEATURE_DATA_DISPLAYABLE","features":[305,410]},{"name":"D3D11_FEATURE_DATA_DOUBLES","features":[305,410]},{"name":"D3D11_FEATURE_DATA_FORMAT_SUPPORT","features":[410,402]},{"name":"D3D11_FEATURE_DATA_FORMAT_SUPPORT2","features":[410,402]},{"name":"D3D11_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT","features":[410]},{"name":"D3D11_FEATURE_DATA_MARKER_SUPPORT","features":[305,410]},{"name":"D3D11_FEATURE_DATA_SHADER_CACHE","features":[410]},{"name":"D3D11_FEATURE_DATA_SHADER_MIN_PRECISION_SUPPORT","features":[410]},{"name":"D3D11_FEATURE_DATA_THREADING","features":[305,410]},{"name":"D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM","features":[410,402]},{"name":"D3D11_FEATURE_DISPLAYABLE","features":[410]},{"name":"D3D11_FEATURE_DOUBLES","features":[410]},{"name":"D3D11_FEATURE_FORMAT_SUPPORT","features":[410]},{"name":"D3D11_FEATURE_FORMAT_SUPPORT2","features":[410]},{"name":"D3D11_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT","features":[410]},{"name":"D3D11_FEATURE_MARKER_SUPPORT","features":[410]},{"name":"D3D11_FEATURE_SHADER_CACHE","features":[410]},{"name":"D3D11_FEATURE_SHADER_MIN_PRECISION_SUPPORT","features":[410]},{"name":"D3D11_FEATURE_THREADING","features":[410]},{"name":"D3D11_FEATURE_VIDEO","features":[410]},{"name":"D3D11_FEATURE_VIDEO_DECODER_HISTOGRAM","features":[410]},{"name":"D3D11_FENCE_FLAG","features":[410]},{"name":"D3D11_FENCE_FLAG_NONE","features":[410]},{"name":"D3D11_FENCE_FLAG_NON_MONITORED","features":[410]},{"name":"D3D11_FENCE_FLAG_SHARED","features":[410]},{"name":"D3D11_FENCE_FLAG_SHARED_CROSS_ADAPTER","features":[410]},{"name":"D3D11_FILL_MODE","features":[410]},{"name":"D3D11_FILL_SOLID","features":[410]},{"name":"D3D11_FILL_WIREFRAME","features":[410]},{"name":"D3D11_FILTER","features":[410]},{"name":"D3D11_FILTER_ANISOTROPIC","features":[410]},{"name":"D3D11_FILTER_COMPARISON_ANISOTROPIC","features":[410]},{"name":"D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_COMPARISON_MIN_MAG_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MAXIMUM_ANISOTROPIC","features":[410]},{"name":"D3D11_FILTER_MAXIMUM_MIN_LINEAR_MAG_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MAXIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MAXIMUM_MIN_MAG_LINEAR_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MAXIMUM_MIN_MAG_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MAXIMUM_MIN_MAG_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MAXIMUM_MIN_MAG_POINT_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MAXIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MAXIMUM_MIN_POINT_MAG_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MINIMUM_ANISOTROPIC","features":[410]},{"name":"D3D11_FILTER_MINIMUM_MIN_LINEAR_MAG_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MINIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MINIMUM_MIN_MAG_LINEAR_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MINIMUM_MIN_MAG_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MINIMUM_MIN_MAG_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MINIMUM_MIN_MAG_POINT_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MINIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MINIMUM_MIN_POINT_MAG_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MIN_LINEAR_MAG_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MIN_MAG_LINEAR_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MIN_MAG_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MIN_MAG_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MIN_MAG_POINT_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[410]},{"name":"D3D11_FILTER_MIN_POINT_MAG_MIP_LINEAR","features":[410]},{"name":"D3D11_FILTER_REDUCTION_TYPE","features":[410]},{"name":"D3D11_FILTER_REDUCTION_TYPE_COMPARISON","features":[410]},{"name":"D3D11_FILTER_REDUCTION_TYPE_MASK","features":[410]},{"name":"D3D11_FILTER_REDUCTION_TYPE_MAXIMUM","features":[410]},{"name":"D3D11_FILTER_REDUCTION_TYPE_MINIMUM","features":[410]},{"name":"D3D11_FILTER_REDUCTION_TYPE_SHIFT","features":[410]},{"name":"D3D11_FILTER_REDUCTION_TYPE_STANDARD","features":[410]},{"name":"D3D11_FILTER_TYPE","features":[410]},{"name":"D3D11_FILTER_TYPE_LINEAR","features":[410]},{"name":"D3D11_FILTER_TYPE_MASK","features":[410]},{"name":"D3D11_FILTER_TYPE_POINT","features":[410]},{"name":"D3D11_FLOAT16_FUSED_TOLERANCE_IN_ULP","features":[410]},{"name":"D3D11_FLOAT32_MAX","features":[410]},{"name":"D3D11_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP","features":[410]},{"name":"D3D11_FLOAT_TO_SRGB_EXPONENT_DENOMINATOR","features":[410]},{"name":"D3D11_FLOAT_TO_SRGB_EXPONENT_NUMERATOR","features":[410]},{"name":"D3D11_FLOAT_TO_SRGB_OFFSET","features":[410]},{"name":"D3D11_FLOAT_TO_SRGB_SCALE_1","features":[410]},{"name":"D3D11_FLOAT_TO_SRGB_SCALE_2","features":[410]},{"name":"D3D11_FLOAT_TO_SRGB_THRESHOLD","features":[410]},{"name":"D3D11_FORCE_DEBUGGABLE","features":[410]},{"name":"D3D11_FORCE_SHADER_SKIP_OPTIMIZATION","features":[410]},{"name":"D3D11_FORMAT_SUPPORT","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_DISPLAYABLE","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_MULTIPLANE_OVERLAY","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_OUTPUT_MERGER_LOGIC_OP","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_SHAREABLE","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_TILED","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_ADD","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_BITWISE_OPS","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_COMPARE_STORE_OR_COMPARE_EXCHANGE","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_EXCHANGE","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_SIGNED_MIN_OR_MAX","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_UNSIGNED_MIN_OR_MAX","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_TYPED_LOAD","features":[410]},{"name":"D3D11_FORMAT_SUPPORT2_UAV_TYPED_STORE","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_BACK_BUFFER_CAST","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_BLENDABLE","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_BUFFER","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_CAST_WITHIN_BIT_LAYOUT","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_CPU_LOCKABLE","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_DECODER_OUTPUT","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_DEPTH_STENCIL","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_DISPLAY","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_IA_INDEX_BUFFER","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_IA_VERTEX_BUFFER","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_MIP","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_MIP_AUTOGEN","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_MULTISAMPLE_LOAD","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_RENDER_TARGET","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_GATHER","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_GATHER_COMPARISON","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_LOAD","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_SAMPLE","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_COMPARISON","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_MONO_TEXT","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_SO_BUFFER","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_TEXTURE1D","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_TEXTURE2D","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_TEXTURE3D","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_TEXTURECUBE","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_TYPED_UNORDERED_ACCESS_VIEW","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_VIDEO_ENCODER","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_VIDEO_PROCESSOR_INPUT","features":[410]},{"name":"D3D11_FORMAT_SUPPORT_VIDEO_PROCESSOR_OUTPUT","features":[410]},{"name":"D3D11_FTOI_INSTRUCTION_MAX_INPUT","features":[410]},{"name":"D3D11_FTOI_INSTRUCTION_MIN_INPUT","features":[410]},{"name":"D3D11_FTOU_INSTRUCTION_MAX_INPUT","features":[410]},{"name":"D3D11_FTOU_INSTRUCTION_MIN_INPUT","features":[410]},{"name":"D3D11_FUNCTION_DESC","features":[305,407,410]},{"name":"D3D11_GEOMETRY_SHADER","features":[410]},{"name":"D3D11_GEOMETRY_SHADER_TRACE_DESC","features":[410]},{"name":"D3D11_GS_INPUT_INSTANCE_ID_READS_PER_INST","features":[410]},{"name":"D3D11_GS_INPUT_INSTANCE_ID_READ_PORTS","features":[410]},{"name":"D3D11_GS_INPUT_INSTANCE_ID_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_GS_INPUT_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_GS_INPUT_INSTANCE_ID_REGISTER_COUNT","features":[410]},{"name":"D3D11_GS_INPUT_PRIM_CONST_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_GS_INPUT_PRIM_CONST_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_GS_INPUT_PRIM_CONST_REGISTER_COUNT","features":[410]},{"name":"D3D11_GS_INPUT_PRIM_CONST_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_GS_INPUT_PRIM_CONST_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_GS_INPUT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_GS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_GS_INPUT_REGISTER_COUNT","features":[410]},{"name":"D3D11_GS_INPUT_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_GS_INPUT_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_GS_INPUT_REGISTER_VERTICES","features":[410]},{"name":"D3D11_GS_MAX_INSTANCE_COUNT","features":[410]},{"name":"D3D11_GS_MAX_OUTPUT_VERTEX_COUNT_ACROSS_INSTANCES","features":[410]},{"name":"D3D11_GS_OUTPUT_ELEMENTS","features":[410]},{"name":"D3D11_GS_OUTPUT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_GS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_GS_OUTPUT_REGISTER_COUNT","features":[410]},{"name":"D3D11_HS_CONTROL_POINT_PHASE_INPUT_REGISTER_COUNT","features":[410]},{"name":"D3D11_HS_CONTROL_POINT_PHASE_OUTPUT_REGISTER_COUNT","features":[410]},{"name":"D3D11_HS_CONTROL_POINT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_HS_CONTROL_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_HS_CONTROL_POINT_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_HS_CONTROL_POINT_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_HS_FORK_PHASE_INSTANCE_COUNT_UPPER_BOUND","features":[410]},{"name":"D3D11_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COUNT","features":[410]},{"name":"D3D11_HS_INPUT_FORK_INSTANCE_ID_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_HS_INPUT_FORK_INSTANCE_ID_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COUNT","features":[410]},{"name":"D3D11_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_HS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_HS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_HS_INPUT_PRIMITIVE_ID_REGISTER_COUNT","features":[410]},{"name":"D3D11_HS_INPUT_PRIMITIVE_ID_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_HS_INPUT_PRIMITIVE_ID_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_HS_JOIN_PHASE_INSTANCE_COUNT_UPPER_BOUND","features":[410]},{"name":"D3D11_HS_MAXTESSFACTOR_LOWER_BOUND","features":[410]},{"name":"D3D11_HS_MAXTESSFACTOR_UPPER_BOUND","features":[410]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINTS_MAX_TOTAL_SCALARS","features":[410]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COUNT","features":[410]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COUNT","features":[410]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_HS_OUTPUT_PATCH_CONSTANT_REGISTER_SCALAR_COMPONENTS","features":[410]},{"name":"D3D11_HULL_SHADER","features":[410]},{"name":"D3D11_HULL_SHADER_TRACE_DESC","features":[410]},{"name":"D3D11_IA_DEFAULT_INDEX_BUFFER_OFFSET_IN_BYTES","features":[410]},{"name":"D3D11_IA_DEFAULT_PRIMITIVE_TOPOLOGY","features":[410]},{"name":"D3D11_IA_DEFAULT_VERTEX_BUFFER_OFFSET_IN_BYTES","features":[410]},{"name":"D3D11_IA_INDEX_INPUT_RESOURCE_SLOT_COUNT","features":[410]},{"name":"D3D11_IA_INSTANCE_ID_BIT_COUNT","features":[410]},{"name":"D3D11_IA_INTEGER_ARITHMETIC_BIT_COUNT","features":[410]},{"name":"D3D11_IA_PATCH_MAX_CONTROL_POINT_COUNT","features":[410]},{"name":"D3D11_IA_PRIMITIVE_ID_BIT_COUNT","features":[410]},{"name":"D3D11_IA_VERTEX_ID_BIT_COUNT","features":[410]},{"name":"D3D11_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT","features":[410]},{"name":"D3D11_IA_VERTEX_INPUT_STRUCTURE_ELEMENTS_COMPONENTS","features":[410]},{"name":"D3D11_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT","features":[410]},{"name":"D3D11_INFOQUEUE_STORAGE_FILTER_OVERRIDE","features":[410]},{"name":"D3D11_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT","features":[410]},{"name":"D3D11_INFO_QUEUE_FILTER","features":[410]},{"name":"D3D11_INFO_QUEUE_FILTER_DESC","features":[410]},{"name":"D3D11_INPUT_CLASSIFICATION","features":[410]},{"name":"D3D11_INPUT_ELEMENT_DESC","features":[410,402]},{"name":"D3D11_INPUT_PER_INSTANCE_DATA","features":[410]},{"name":"D3D11_INPUT_PER_VERTEX_DATA","features":[410]},{"name":"D3D11_INTEGER_DIVIDE_BY_ZERO_QUOTIENT","features":[410]},{"name":"D3D11_INTEGER_DIVIDE_BY_ZERO_REMAINDER","features":[410]},{"name":"D3D11_KEEP_RENDER_TARGETS_AND_DEPTH_STENCIL","features":[410]},{"name":"D3D11_KEEP_UNORDERED_ACCESS_VIEWS","features":[410]},{"name":"D3D11_KEY_EXCHANGE_HW_PROTECTION","features":[410]},{"name":"D3D11_KEY_EXCHANGE_HW_PROTECTION_DATA","features":[410]},{"name":"D3D11_KEY_EXCHANGE_HW_PROTECTION_INPUT_DATA","features":[410]},{"name":"D3D11_KEY_EXCHANGE_HW_PROTECTION_OUTPUT_DATA","features":[410]},{"name":"D3D11_KEY_EXCHANGE_RSAES_OAEP","features":[410]},{"name":"D3D11_LIBRARY_DESC","features":[410]},{"name":"D3D11_LINEAR_GAMMA","features":[410]},{"name":"D3D11_LOGIC_OP","features":[410]},{"name":"D3D11_LOGIC_OP_AND","features":[410]},{"name":"D3D11_LOGIC_OP_AND_INVERTED","features":[410]},{"name":"D3D11_LOGIC_OP_AND_REVERSE","features":[410]},{"name":"D3D11_LOGIC_OP_CLEAR","features":[410]},{"name":"D3D11_LOGIC_OP_COPY","features":[410]},{"name":"D3D11_LOGIC_OP_COPY_INVERTED","features":[410]},{"name":"D3D11_LOGIC_OP_EQUIV","features":[410]},{"name":"D3D11_LOGIC_OP_INVERT","features":[410]},{"name":"D3D11_LOGIC_OP_NAND","features":[410]},{"name":"D3D11_LOGIC_OP_NOOP","features":[410]},{"name":"D3D11_LOGIC_OP_NOR","features":[410]},{"name":"D3D11_LOGIC_OP_OR","features":[410]},{"name":"D3D11_LOGIC_OP_OR_INVERTED","features":[410]},{"name":"D3D11_LOGIC_OP_OR_REVERSE","features":[410]},{"name":"D3D11_LOGIC_OP_SET","features":[410]},{"name":"D3D11_LOGIC_OP_XOR","features":[410]},{"name":"D3D11_MAG_FILTER_SHIFT","features":[410]},{"name":"D3D11_MAJOR_VERSION","features":[410]},{"name":"D3D11_MAP","features":[410]},{"name":"D3D11_MAPPED_SUBRESOURCE","features":[410]},{"name":"D3D11_MAP_FLAG","features":[410]},{"name":"D3D11_MAP_FLAG_DO_NOT_WAIT","features":[410]},{"name":"D3D11_MAP_READ","features":[410]},{"name":"D3D11_MAP_READ_WRITE","features":[410]},{"name":"D3D11_MAP_WRITE","features":[410]},{"name":"D3D11_MAP_WRITE_DISCARD","features":[410]},{"name":"D3D11_MAP_WRITE_NO_OVERWRITE","features":[410]},{"name":"D3D11_MAX_BORDER_COLOR_COMPONENT","features":[410]},{"name":"D3D11_MAX_DEPTH","features":[410]},{"name":"D3D11_MAX_MAXANISOTROPY","features":[410]},{"name":"D3D11_MAX_MULTISAMPLE_SAMPLE_COUNT","features":[410]},{"name":"D3D11_MAX_POSITION_VALUE","features":[410]},{"name":"D3D11_MAX_TEXTURE_DIMENSION_2_TO_EXP","features":[410]},{"name":"D3D11_MESSAGE","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_APPLICATION_DEFINED","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_CLEANUP","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_COMPILATION","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_EXECUTION","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_INITIALIZATION","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_MISCELLANEOUS","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_RESOURCE_MANIPULATION","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_SHADER","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_STATE_CREATION","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_STATE_GETTING","features":[410]},{"name":"D3D11_MESSAGE_CATEGORY_STATE_SETTING","features":[410]},{"name":"D3D11_MESSAGE_ID","features":[410]},{"name":"D3D11_MESSAGE_ID_ACQUIREHANDLEFORCAPTURE_INVALIDARRAY","features":[410]},{"name":"D3D11_MESSAGE_ID_ACQUIREHANDLEFORCAPTURE_INVALIDBIND","features":[410]},{"name":"D3D11_MESSAGE_ID_ACQUIREHANDLEFORCAPTURE_INVALIDTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_ACQUIREHANDLEFORCAPTURE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_BLENDSTATE_GETDESC_LEGACY","features":[410]},{"name":"D3D11_MESSAGE_ID_BUFFER_MAP_ALREADYMAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_BUFFER_MAP_DEVICEREMOVED_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_BUFFER_MAP_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_BUFFER_MAP_INVALIDMAPTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_BUFFER_UNMAP_NOTMAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_CANNOT_ADD_TRACKED_WORKLOAD","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKCOUNTER_OUTOFRANGE_COUNTER","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKCOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKCRYPTOKEYEXCHANGE_INVALIDINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKCRYPTOKEYEXCHANGE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKCRYPTOSESSIONSTATUS_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKFEATURESUPPORT_FORMAT_DEPRECATED","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_DEPRECATED","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKMULTISAMPLEQUALITYLEVELS_FORMAT_DEPRECATED","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKMULTISAMPLEQUALITYLEVELS_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEODECODERDOWNSAMPLING_INVALIDCOLORSPACE","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEODECODERDOWNSAMPLING_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEODECODERDOWNSAMPLING_ZEROWIDTHHEIGHT","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEODECODERFORMAT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEODECODERFORMAT_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEOPROCESSORFORMATCONVERSION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CHECKVIDEOPROCESSORFORMAT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DENORMFLUSH","features":[410]},{"name":"D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DEPTH_READONLY","features":[410]},{"name":"D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_INVALID","features":[410]},{"name":"D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_STENCIL_READONLY","features":[410]},{"name":"D3D11_MESSAGE_ID_CLEARRENDERTARGETVIEW_DENORMFLUSH","features":[410]},{"name":"D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEWFLOAT_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEWFLOAT_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEWUINT_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEW_DENORMFLUSH","features":[410]},{"name":"D3D11_MESSAGE_ID_CONFIGUREAUTHENTICATEDCHANNEL_INVALIDPROCESSIDTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CONFIGUREAUTHENTICATEDCHANNEL_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CONFIGUREAUTHENTICATEDCHANNEL_UNSUPPORTEDCONFIGURE","features":[410]},{"name":"D3D11_MESSAGE_ID_CONFIGUREAUTHENTICATEDCHANNEL_WRONGCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_CONFIGUREAUTHENTICATEDCHANNEL_WRONGSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDDESTINATIONSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCESTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_NO_3D_MISMATCHED_UPDATES","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_3D_READBACK","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_ONLY_READBACK","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYRESOURCE_ONLY_TEXTURE_2D_WITHIN_GPU_MEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDDESTINATIONSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDOFFSET","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDSOURCESTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_LARGEOFFSET","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION1_INVALIDCOPYFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_EMPTYSOURCEBOX","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCEBOX","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYTILEMAPPINGS_INVALID_PARAMETER","features":[410]},{"name":"D3D11_MESSAGE_ID_COPYTILES_INVALID_PARAMETER","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_MULTITHREADING","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER1","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER10","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER11","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER12","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER13","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER14","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER15","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER2","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER3","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER4","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER5","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER6","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER7","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER8","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_PARAMETER9","features":[410]},{"name":"D3D11_MESSAGE_ID_CORRUPTED_THIS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEAUTHENTICATEDCHANNEL_INVALIDTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEAUTHENTICATEDCHANNEL_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEAUTHENTICATEDCHANNEL_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEAUTHENTICATEDCHANNEL_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOPALPHA","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLEND","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLENDALPHA","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDLOGICOPS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDRENDERTARGETWRITEMASK","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLEND","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLENDALPHA","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_ALPHA_TO_COVERAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_BLEND_ENABLE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_WRITE_MASKS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_MRT_BLEND","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_SEPARATE_ALPHA_BLEND","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_OPERATION_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBLENDSTATE_TOOMANYOBJECTS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDBINDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDCONSTANTBUFFERBINDINGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDCPUACCESSFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDDIMENSIONS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDINITIALDATA","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDMIPLEVELS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDSAMPLES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDSTRUCTURESTRIDE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_LARGEALLOCATION","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDBINDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDCPUACCESSFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDCALL","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDCLASSLINKAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDSHADERBYTECODE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDSHADERTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOMPUTESHADER_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_NONEXCLUSIVE_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_OUTOFRANGE_COUNTER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_SIMULTANEOUS_ACTIVE_COUNTERS_EXHAUSTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECRYPTOSESSION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATECRYPTOSESSION_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALID_CALL_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALID_COMMANDLISTFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_SINGLETHREADED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFAILOP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFUNC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILPASSOP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILZFAILOP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHFUNC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHWRITEMASK","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFAILOP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFUNC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILPASSOP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILZFAILOP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_STENCIL_NO_TWO_SIDED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_TOOMANYOBJECTS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDIMENSIONS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_TOOMANYOBJECTS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_UNRECOGNIZEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICECONTEXTSTATE_FEATURELEVELS_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICECONTEXTSTATE_INVALIDFEATURELEVEL","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICECONTEXTSTATE_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICECONTEXTSTATE_INVALIDREFIID","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICE_INVALIDARGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDEVICE_WARNING","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDCALL","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDCLASSLINKAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERBYTECODE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEDOMAINSHADER_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEFENCE_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_CANTHAVEONLYGAPS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DECLTOOCOMPLEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_EXPECTEDDECL","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCLASSLINKAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCOMPONENTCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDGAPDEFINITION","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMENTRIES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMSTREAMS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMSTRIDES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSLOT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSTREAMSTRIDE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERBYTECODE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTARTCOMPONENTANDCOMPONENTCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAMTORASTERIZER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MASKMISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGOUTPUTSIGNATURE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGSEMANTIC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_ONLYONEELEMENTPERSLOT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSLOT0EXPECTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSTREAMSTRIDEUNUSED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_REPEATEDOUTPUT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_TRAILING_DIGIT_IN_SEMANTIC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDDECL","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDENTRIES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDSTREAMS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDSTRIDES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDCLASSLINKAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERBYTECODE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDCALL","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDCLASSLINKAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERBYTECODE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEHULLSHADER_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_DUPLICATESEMANTIC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_EMPTY_LAYOUT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INCOMPATIBLEFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDALIGNMENT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDINPUTSLOTCLASS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOTCLASSCHANGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSTEPRATECHANGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_LEVEL9_INSTANCING_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_LEVEL9_STEPRATE_NOT_1","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_MISSINGELEMENT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_NULLSEMANTIC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_STEPRATESLOTCLASSMISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TOOMANYELEMENTS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TRAILING_DIGIT_IN_SEMANTIC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TYPE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_UNPARSEABLEINPUTSIGNATURE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_UNSUPPORTED_FORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDCLASSLINKAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERBYTECODE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEPIXELSHADER_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEPREDICATE_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_DECODENOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_ENCODENOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDCONTEXTTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDQUERY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_UNEXPECTEDMISCFLAG","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_UNSUPPORTEDCONTEXTTTYPEFORQUERY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEQUERY_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_DepthBiasClamp_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_DepthClipEnable_MUST_BE_TRUE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDCULLMODE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDDEPTHBIASCLAMP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFILLMODE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFORCEDSAMPLECOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDSLOPESCALEDDEPTHBIAS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALID_CONSERVATIVERASTERMODE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_TOOMANYOBJECTS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_AMBIGUOUSVIDEOPLANEINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDARRAYWITHDECODER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDIMENSIONS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDPLANEINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDVIDEOPLANEINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_TOOMANYOBJECTS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_UNRECOGNIZEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_UNSUPPORTEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_DIMENSION_EXCEEDS_FEATURE_LEVEL_DEFINITION","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_DIMENSION_OUT_OF_RANGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_DXGI_FORMAT_R8G8B8A8_CANNOT_BE_SHARED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_MSAA_PRECLUDES_SHADER_RESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NON_POW_2_MIPMAP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_RENDER_TARGET","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_SHADER_RESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_ARRAYS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_AUTOGEN_FOR_VOLUMES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_DWORD_INDEX_BUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_STREAM_OUT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_TEXTURE_1D","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_NO_VB_AND_IB_BIND","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_ONLY_SINGLE_MIP_LEVEL_DEPTH_STENCIL_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_ONLY_VB_IB_FOR_BUFFERS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATERESOURCE_PRESENTATION_PRECLUDES_SHADER_RESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_OUT_OF_RANGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_EXCESSIVE_ANISOTROPY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSU","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSV","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSW","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDCOMPARISONFUNC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDFILTER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXANISOTROPY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXLOD","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMINLOD","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMIPLODBIAS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_MAXLOD_MUST_BE_FLT_MAX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_MINLOD_MUST_NOT_BE_FRACTIONAL","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NO_COMPARISON_SUPPORT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NO_MIRRORONCE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESAMPLERSTATE_TOOMANYOBJECTS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESESOURCEVIEW_TOOMANYOBJECTS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_AMBIGUOUSVIDEOPLANEINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_CUBES_MUST_HAVE_6_SIDES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_FIRSTARRAYSLICE_MUST_BE_ZERO","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDARRAYWITHDECODER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDIMENSIONS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDPLANEINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDVIDEOPLANEINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_MUST_USE_LOWEST_LOD","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_TOOMANYOBJECTS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_UNRECOGNIZEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDBINDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDCPUACCESSFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDDIMENSIONS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDINITIALDATA","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDMIPLEVELS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDSAMPLES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_LARGEALLOCATION","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDBINDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDCPUACCESSFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE1D_UNSUPPORTEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDBINDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDCPUACCESSFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDDIMENSIONS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDINITIALDATA","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDMIPLEVELS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDSAMPLES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_LARGEALLOCATION","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDBINDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDCPUACCESSFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE2D_UNSUPPORTEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDBINDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDCPUACCESSFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDDIMENSIONS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDINITIALDATA","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDMIPLEVELS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDSAMPLES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_LARGEALLOCATION","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_NULLDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDBINDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDCPUACCESSFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATETEXTURE3D_UNSUPPORTEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_AMBIGUOUSVIDEOPLANEINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDARRAYWITHDECODER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDESC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDIMENSIONS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDPLANEINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDVIDEOPLANEINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_TOOMANYOBJECTS","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_UNRECOGNIZEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDCLASSLINKAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERBYTECODE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVERTEXSHADER_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDARRAY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDARRAYSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDBIND","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDDIMENSION","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDMIP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_INVALIDTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_UNSUPPORTEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODEROUTPUTVIEW_UNSUPPORTEMIP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_DRIVER_INVALIDBUFFERSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_DRIVER_INVALIDBUFFERUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEODECODER_ZEROWIDTHHEIGHT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_INVALIDFRAMEFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_INVALIDINPUTFRAMERATE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_INVALIDOUTPUTFRAMERATE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_INVALIDUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_INVALIDWIDTHHEIGHT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORENUMERATOR_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDARRAY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDARRAYSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDBIND","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDDIMENSION","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDFOURCC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDMIP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDMISC","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDMSAA","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_INVALIDUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSORINPUTVIEW_UNSUPPORTEDMIP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDARRAY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDBIND","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDDIMENSION","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDMIP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDMSAA","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_INVALIDTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_UNSUPPORTEDARRAY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOROUTPUTVIEW_UNSUPPORTEDMIP","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOR_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATEVIDEOPROCESSOR_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_AUTHENTICATEDCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_BLENDSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_BUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_CLASSINSTANCE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_CLASSLINKAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_COMMANDLIST","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_COMPUTESHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_CONTEXT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_COUNTER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_CRYPTOSESSION","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_DECODEROUTPUTVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_DEPTHSTENCILSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_DEPTHSTENCILVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_DEVICECONTEXTSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_DOMAINSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_FENCE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_GEOMETRYSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_HULLSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_INPUTLAYOUT","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_PIXELSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_PREDICATE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_PROCESSORINPUTVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_PROCESSOROUTPUTVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_QUERY","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_RASTERIZERSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_RENDERTARGETVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_SAMPLER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_SHADERRESOURCEVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_SYNCHRONIZEDCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_TEXTURE1D","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_TEXTURE2D","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_TEXTURE3D","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_TRACKEDWORKLOAD","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_TRACKED_WORKLOAD_INVALID_DEADLINE_TYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_TRACKED_WORKLOAD_INVALID_ENGINE_TYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_TRACKED_WORKLOAD_INVALID_MAX_INSTANCES","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_TRACKED_WORKLOAD_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_UNORDEREDACCESSVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_VERTEXSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_VIDEODECODER","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_VIDEOPROCESSOR","features":[410]},{"name":"D3D11_MESSAGE_ID_CREATE_VIDEOPROCESSORENUM","features":[410]},{"name":"D3D11_MESSAGE_ID_CSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_CSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_CSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_CSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_CSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_CSSETSHADER_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_CSSETUNORDEREDACCESSVIEWS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D10L9_MESSAGES_END","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D10L9_MESSAGES_START","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D10_MESSAGES_END","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D11_1_MESSAGES_END","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D11_1_MESSAGES_START","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D11_2_MESSAGES_END","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D11_2_MESSAGES_START","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D11_3_MESSAGES_END","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D11_3_MESSAGES_START","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D11_5_MESSAGES_END","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D11_5_MESSAGES_START","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D11_MESSAGES_END","features":[410]},{"name":"D3D11_MESSAGE_ID_D3D11_MESSAGES_START","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_BUFFER_MISC_FLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_BUFFER_OFFSET","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_BUFFER_SIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_BUFFER_USAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_COMPONENT","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_INVALID_HISTOGRAM_COMPONENT_COUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODERBEGINFRAME_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODERENDFRAME_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODEREXTENSION_INVALIDRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_DECODEREXTENSION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_DST_MAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_DST_MULTISAMPLED","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_DST_NOT_RENDER_TARGET","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_DST_OFFERED","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_DST_WRONGDEVICE","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_FORMAT_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SIZE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SRC_CONTENT_UNDEFINED","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SRC_MAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SRC_NOT_STAGING","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SRC_OFFERED","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_SRC_WRONGDEVICE","features":[410]},{"name":"D3D11_MESSAGE_ID_DECRYPTIONBLT_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEFERRED_CONTEXT_REMOVAL_PROCESS_AT_FAULT","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_AUTHENTICATEDCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_BLENDSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_BUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_CLASSINSTANCE","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_CLASSLINKAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_COMMANDLIST","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_COMPUTESHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_CONTEXT","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_COUNTER","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_CRYPTOSESSION","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_DECODEROUTPUTVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_DEPTHSTENCILSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_DEPTHSTENCILVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_DEVICECONTEXTSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_DOMAINSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_FENCE","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_GEOMETRYSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_HULLSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_INPUTLAYOUT","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_PIXELSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_PREDICATE","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_PROCESSORINPUTVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_PROCESSOROUTPUTVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_QUERY","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_RASTERIZERSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_RENDERTARGETVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_SAMPLER","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_SHADERRESOURCEVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_SYNCHRONIZEDCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_TEXTURE1D","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_TEXTURE2D","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_TEXTURE3D","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_TRACKEDWORKLOAD","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_UNORDEREDACCESSVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_VERTEXSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_VIDEODECODER","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_VIDEOPROCESSOR","features":[410]},{"name":"D3D11_MESSAGE_ID_DESTROY_VIDEOPROCESSORENUM","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_MISMATCHED_DATA_SIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_UNRECOGNIZED_FEATURE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CLEARVIEW_EMPTYRECT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CLEARVIEW_INVALIDRECT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CLEARVIEW_INVALIDSOURCERECT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CLEARVIEW_INVALIDVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CLEARVIEW_NOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_UAVSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_UAVSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DOUBLEEXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DOUBLEFLOATOPSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_SHADEREXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UAVSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_UAVSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEHULLSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEHULLSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEHULLSHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEHULLSHADER_UAVSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_UAVSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATESHADER_CLASSLINKAGE_FULL","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_SHADEREXTENSIONSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_UAVSNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSGETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSGETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSGETUNORDEREDACCESSS_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETCONSTANTBUFFERS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETSHADERRESOURCES_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSS_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_INVALIDOFFSET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_INVALIDVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_TOOMANYVIEWS","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISCARDVIEW_INVALIDVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_INVALID_ARG_BUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_OFFSET_OVERFLOW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_OFFSET_UNALIGNED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCH_BOUND_RESOURCE_MAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCH_THREADGROUPCOUNT_OVERFLOW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCH_THREADGROUPCOUNT_ZERO","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DISPATCH_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INDEXPOS_OVERFLOW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INSTANCEPOS_OVERFLOW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDEXED_INDEXPOS_OVERFLOW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_INVALID_ARG_BUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_OFFSET_OVERFLOW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_OFFSET_UNALIGNED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINSTANCED_INSTANCEPOS_OVERFLOW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAWINSTANCED_VERTEXPOS_OVERFLOW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_BOUND_RESOURCE_MAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_TOO_SMALL","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_DEPTHSTENCILVIEW_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_GS_INPUT_PRIMITIVE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_CONTROL_POINT_COUNT_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_SIGNATURE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_TESSELLATOR_DOMAIN_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_HS_XOR_DS_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_HULL_SHADER_INPUT_TOPOLOGY_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_FORMAT_INVALID","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_TOO_SMALL","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_OFFSET_UNALIGNED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INPUTLAYOUT_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_PRIMITIVETOPOLOGY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_SYSTEMVALUE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_USE_OF_CENTER_MULTISAMPLE_PATTERN","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_USE_OF_FORCED_SAMPLE_COUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_OM_DUAL_SOURCE_BLENDING_CAN_ONLY_HAVE_RENDER_TARGET_0","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_OM_RENDER_TARGET_DOES_NOT_SUPPORT_BLENDING","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_OM_RENDER_TARGET_DOES_NOT_SUPPORT_LOGIC_OPS","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_OFFSET_UNALIGNED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_PIXEL_SHADER_WITHOUT_RTV_OR_DSV","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_POSITION_NOT_PRESENT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_PS_OUTPUT_TYPE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RASTERIZING_CONTROL_POINTS","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RENDERTARGETVIEW_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RENDERTARGETVIEW_NOT_SET_DUE_TO_FLIP_PRESENT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_GATHER_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_LD_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_C_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_MULTISAMPLE_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_RETURN_TYPE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_SAMPLE_COUNT_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SAMPLER_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SAMPLER_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SAMPLE_MASK_IGNORED_ON_FL9","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SHADERRESOURCEVIEW_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SO_STRIDE_LARGER_THAN_BUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_SO_TARGETS_BOUND_WITHOUT_SOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_UNORDEREDACCESSVIEW_RENDERTARGETVIEW_OVERLAP","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEXPOS_OVERFLOW","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_STRIDE_TOO_SMALL","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_TOO_SMALL","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_OFFSET_UNALIGNED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_SHADER_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_STRIDE_UNALIGNED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VIEWPORT_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DRAW_VIEW_DIMENSION_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSGETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSGETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSSETCONSTANTBUFFERS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSSETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSSETSHADERRESOURCES_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_DSSETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GENERATEMIPS_RESOURCE_INVALID","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GETRESOURCEMINLOD_INVALIDCONTEXT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GETRESOURCEMINLOD_INVALIDRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSGETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSGETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSSETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSGETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSGETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSSETCONSTANTBUFFERS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSSETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSSETSHADERRESOURCES_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_HSSETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IAGETVERTEXBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_FORMAT_INVALID","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_TOO_LARGE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_UNALIGNED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_ADJACENCY_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNDEFINED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNRECOGNIZED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_INVALIDRANGE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_OFFSET_TOO_LARGE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_STRIDE_TOO_LARGE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_LOCKEDOUT_INTERFACE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_INVALIDOFFSET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_NO_OP","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_NUMUAVS_INVALIDRANGE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_OVERLAPPING_OLD_SLOTS","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_TOOMANYVIEWS","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE1_ACCESS_DENIED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE1_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_BADINTERFACE_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_BY_NAME_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSGETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSGETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSSETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_AT_FAULT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_NOT_AT_FAULT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_POSSIBLY_AT_FAULT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_INVALID","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_SUBRESOURCE_INVALID","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_FORMAT_INVALID","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_INVALID","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_SUBRESOURCE_INVALID","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSGETSCISSORRECTS_RECTS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSGETVIEWPORTS_VIEWPORTS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_NEGATIVESCISSOR","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_TOO_MANY_SCISSORS","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_DENORMFLUSH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_INVALIDVIEWPORT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_TOO_MANY_VIEWPORTS","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETHARDWAREPROTECTION_INVALIDCONTEXT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDCONTEXT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDMINLOD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INSTANCE_DATA_BINDINGS","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INTERFACES_FEATURELEVEL","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INTERFACE_COUNT_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_DATA","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_INDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_TYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETSHADER_UNBOUND_INSTANCE_DATA","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SETTEXTFILTERSIZE_INVALIDDIMENSIONS","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_BUFFER_TYPE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_RAW_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_STRUCTURE_STRIDE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_COMPONENTTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_MINPRECISION","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_NEVERWRITTEN_ALWAYSREADS","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERMASK","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SEMANTICNAME_NOT_FOUND","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SYSTEMVALUE","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SOGETTARGETS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SOSETTARGETS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_SOSETTARGETS_OFFSET_UNALIGNED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_APPEND_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMICS_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_ADD_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_BITWISE_OPS_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_CMPSTORE_CMPEXCHANGE_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_EXCHANGE_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_SIGNED_MINMAX_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_UNSIGNED_MINMAX_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_BUFFER_TYPE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_COUNTER_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_DIMENSION_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_FORMAT_LD_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_FORMAT_STORE_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_NOT_SET","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_NOT_SET_DUE_TO_FLIP_PRESENT","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_RAW_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_RETURN_TYPE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_STRUCTURE_STRIDE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSGETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSGETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSGETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_BUFFERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSSETSAMPLERS_SAMPLERS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_VIEWS_EMPTY","features":[410]},{"name":"D3D11_MESSAGE_ID_DIRTY_TILE_MAPPING_ACCESS","features":[410]},{"name":"D3D11_MESSAGE_ID_DRAWINDEXEDINSTANCED_NOT_SUPPORTED_BELOW_9_3","features":[410]},{"name":"D3D11_MESSAGE_ID_DRAWINDEXED_POINTLIST_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DRAWINDEXED_STARTINDEXLOCATION_MUST_BE_POSITIVE","features":[410]},{"name":"D3D11_MESSAGE_ID_DRAWINSTANCED_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_DSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_DSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_DSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_DSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_DSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_DSSETSHADER_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_DUPLICATE_TILE_MAPPINGS_IN_COVERED_AREA","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_DST_MAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_DST_NOT_STAGING","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_DST_OFFERED","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_DST_WRONGDEVICE","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_FORMAT_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SIZE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SRC_CONTENT_UNDEFINED","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SRC_MAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SRC_MULTISAMPLED","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SRC_OFFERED","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_SRC_WRONGDEVICE","features":[410]},{"name":"D3D11_MESSAGE_ID_ENCRYPTIONBLT_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_END_TRACKED_WORKLOAD_INVALID_ARG","features":[410]},{"name":"D3D11_MESSAGE_ID_ENQUEUESETEVENT_ACCESSDENIED_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_ENQUEUESETEVENT_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_ENQUEUESETEVENT_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_ENQUEUESETEVENT_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_FINISHDISPLAYLIST_INVALID_CALL_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_FINISHDISPLAYLIST_ONIMMEDIATECONTEXT","features":[410]},{"name":"D3D11_MESSAGE_ID_FINISHDISPLAYLIST_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_FINISHSESSIONKEYREFRESH_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_FLUSH1_INVALIDCONTEXTTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_GEOMETRY_SHADER_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_GETAUTHENTICATEDCHANNELCERTIFICATESIZE_INVALIDCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_GETAUTHENTICATEDCHANNELCERTIFICATESIZE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETAUTHENTICATEDCHANNELCERTIFICATE_INVALIDCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_GETAUTHENTICATEDCHANNELCERTIFICATE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETAUTHENTICATEDCHANNELCERTIFICATE_WRONGSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_GETCONTENTPROTECTIONCAPS_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONCERTIFICATESIZE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONCERTIFICATE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONCERTIFICATE_WRONGSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONHANDLE_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONHANDLE_WRONGSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONPRIVATEDATASIZE_INVALID_KEY_EXCHANGE_TYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOSESSIONPRIVATEDATASIZE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETCRYPTOTYPE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETDATAFORNEWHARDWAREKEY_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETDC_INACCESSIBLE","features":[410]},{"name":"D3D11_MESSAGE_ID_GETDECODERBUFFER_INVALIDBUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_GETDECODERBUFFER_INVALIDTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_GETDECODERBUFFER_LOCKED","features":[410]},{"name":"D3D11_MESSAGE_ID_GETDECODERBUFFER_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETDECODERCREATIONPARAMS_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETDECODERDRIVERHANDLE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETDECODERPROFILE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETENCRYPTIONBLTKEY_INVALIDSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_GETENCRYPTIONBLTKEY_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETPRIVATEDATA_MOREDATA","features":[410]},{"name":"D3D11_MESSAGE_ID_GETRESOURCETILING_NONTILED_RESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCAPS_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCAPS_ZEROWIDTHHEIGHT","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCONFIGCOUNT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCONFIGCOUNT_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCONFIG_INVALIDINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCONFIG_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERCONFIG_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERPROFILECOUNT_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERPROFILE_INVALIDINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERPROFILE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEODECODERPROFILE_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORCAPS_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORCONTENTDESC_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORCUSTOMRATE_INVALIDINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORCUSTOMRATE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORFILTERRANGE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORRATECONVERSIONCAPS_INVALIDINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_GETVIDEOPROCESSORRATECONVERSIONCAPS_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_GSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_GSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_GSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_GSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_GSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_GSSETSHADER_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_HSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_HSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_HSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_HSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_HSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_HSSETSHADER_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_IASETINDEXBUFFER_INVALIDBUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_IASETINDEXBUFFER_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_IASETINPUTLAYOUT_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_BAD_BUFFER_INDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_INVALIDBUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_INCOMPLETE_TRACKED_WORKLOAD_PAIR","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_1DESTUNSUPPORTEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_3DESTUNSUPPORTEDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_BACKBUFFERNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_CHROMASIZEMISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_DESTBOXESINTERSECT","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_DESTBOXNOT2D","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_DESTBOXNOTSUB","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_DESTINATIONNOT2D","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_DIMENSIONSTOOLARGE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_EMPTYDESTBOX","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_FORMATUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_FRACTIONALDOWNSCALETOLARGE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_GUARDRECTSUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDCOMPONENTS","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDCOPYFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDMIPLEVEL","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDNUMDESTINATIONS","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDSCANDATAOFFSET","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDSOURCESIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_INVALIDSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_LUMACHROMASIZEMISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_NONPOW2SCALEUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_NOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_OUTPUTDIMENSIONSTOOLARGE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_SCALEUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_SUBBOXUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_TILEDRESOURCESUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_UNSUPPORTEDDSTTEXTUREUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_UNSUPPORTEDSRCBUFFERMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_UNSUPPORTEDSRCBUFFERUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_UNSUPPRTEDCOPYFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_XSUBSAMPLEMISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_XSUBSAMPLEODD","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_YSUBSAMPLEMISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGDECODE_YSUBSAMPLEODD","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_BACKBUFFERNOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_DIMENSIONSTOOLARGE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_FORMATUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_GUARDRECTSUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_INVALIDCOMPONENTS","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_INVALIDMIPLEVEL","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_INVALIDSCANDATAOFFSET","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_INVALIDSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_NOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_SOURCENOT2D","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_TILEDRESOURCESUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_UNSUPPORTEDDSTBUFFERMISCFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_UNSUPPORTEDDSTBUFFERUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_UNSUPPORTEDSRCTEXTUREUSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_XSUBSAMPLEMISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_JPEGENCODE_YSUBSAMPLEMISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_AUTHENTICATEDCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_BLENDSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_BLENDSTATE_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_BUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_BUFFER_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_CLASSINSTANCE","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_CLASSLINKAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_COMMANDLIST","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_COMPUTESHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_CONTEXT","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_COUNTER","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_CRYPTOSESSION","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_DECODEROUTPUTVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILSTATE_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILVIEW_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_DEVICE","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_DEVICECONTEXTSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_DEVICE_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_DOMAINSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_FENCE","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_GEOMETRYSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_GEOMETRYSHADER_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_HULLSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_INPUTLAYOUT","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_INPUTLAYOUT_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_OBJECT_SUMMARY","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_OBJECT_SUMMARY_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_PIXELSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_PIXELSHADER_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_PREDICATE","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_PREDICATE_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_PROCESSORINPUTVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_PROCESSOROUTPUTVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_QUERY","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_QUERY_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_RASTERIZERSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_RASTERIZERSTATE_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_RENDERTARGETVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_RENDERTARGETVIEW_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_SAMPLER","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_SAMPLER_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_SHADERRESOURCEVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_SHADERRESOURCEVIEW_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_SWAPCHAIN","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_SYNCHRONIZEDCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE1D","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE1D_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE2D","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE2D_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE3D","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_TEXTURE3D_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_TRACKEDWORKLOAD","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_UNORDEREDACCESSVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_VERTEXSHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_VERTEXSHADER_WIN7","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_VIDEODECODER","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_VIDEOPROCESSOR","features":[410]},{"name":"D3D11_MESSAGE_ID_LIVE_VIDEOPROCESSORENUM","features":[410]},{"name":"D3D11_MESSAGE_ID_MESSAGE_REPORTING_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_MULTIPLE_TRACKED_WORKLOADS","features":[410]},{"name":"D3D11_MESSAGE_ID_MULTIPLE_TRACKED_WORKLOAD_PAIRS","features":[410]},{"name":"D3D11_MESSAGE_ID_NEED_TO_CALL_TILEDRESOURCEBARRIER","features":[410]},{"name":"D3D11_MESSAGE_ID_NEGOTIATEAUTHENTICATEDCHANNELKEYEXCHANGE_INVALIDCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_NEGOTIATEAUTHENTICATEDCHANNELKEYEXCHANGE_INVALIDSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_NEGOTIATEAUTHENTICATEDCHANNELKEYEXCHANGE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_NEGOTIATECRPYTOSESSIONKEYEXCHANGE_INVALIDSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_NEGOTIATECRPYTOSESSIONKEYEXCHANGE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_NEGOTIATECRYPTOSESSIONKEYEXCHANGEMT_INVALIDKEYEXCHANGETYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_NEGOTIATECRYPTOSESSIONKEYEXCHANGEMT_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_NO_TRACKED_WORKLOAD_SLOT_AVAILABLE","features":[410]},{"name":"D3D11_MESSAGE_ID_NULL_TILE_MAPPING_ACCESS_ERROR","features":[410]},{"name":"D3D11_MESSAGE_ID_NULL_TILE_MAPPING_ACCESS_WARNING","features":[410]},{"name":"D3D11_MESSAGE_ID_OFFERRELEASE_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_OFFERRESOURCES_INACCESSIBLE","features":[410]},{"name":"D3D11_MESSAGE_ID_OFFERRESOURCES_INVALIDPRIORITY","features":[410]},{"name":"D3D11_MESSAGE_ID_OFFERRESOURCES_INVALIDRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_OMSETBLENDSTATE_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_OMSETDEPTHSTENCILSTATE_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_OMSETDEPTHSTENCIL_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_OMSETRENDERTARGETS_INVALIDVIEW","features":[410]},{"name":"D3D11_MESSAGE_ID_OMSETRENDERTARGETS_NO_DIFFERING_BIT_DEPTHS","features":[410]},{"name":"D3D11_MESSAGE_ID_OMSETRENDERTARGETS_NO_SRGB_MRT","features":[410]},{"name":"D3D11_MESSAGE_ID_OMSETRENDERTARGETS_TOO_MANY_RENDER_TARGETS","features":[410]},{"name":"D3D11_MESSAGE_ID_OMSETRENDERTARGETS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_OUT_OF_ORDER_TRACKED_WORKLOAD_PAIR","features":[410]},{"name":"D3D11_MESSAGE_ID_PREDICATE_BEGIN_DURING_PREDICATION","features":[410]},{"name":"D3D11_MESSAGE_ID_PREDICATE_END_DURING_PREDICATION","features":[410]},{"name":"D3D11_MESSAGE_ID_PSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_PSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_PSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_PSSETSAMPLERS_TOO_MANY_SAMPLERS","features":[410]},{"name":"D3D11_MESSAGE_ID_PSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_PSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_PSSETSHADER_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_PSSETUNORDEREDACCESSVIEWS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERYAUTHENTICATEDCHANNEL_INVALIDPROCESSINDEX","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERYAUTHENTICATEDCHANNEL_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERYAUTHENTICATEDCHANNEL_UNSUPPORTEDQUERY","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERYAUTHENTICATEDCHANNEL_WRONGCHANNEL","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERYAUTHENTICATEDCHANNEL_WRONGSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERY_BEGIN_ABANDONING_PREVIOUS_RESULTS","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERY_BEGIN_DUPLICATE","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERY_BEGIN_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERY_END_ABANDONING_PREVIOUS_RESULTS","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERY_END_WITHOUT_BEGIN","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_CALL","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_DATASIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_FLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_RECOMMENDVIDEODECODERDOWNSAMPLING_INVALIDCOLORSPACE","features":[410]},{"name":"D3D11_MESSAGE_ID_RECOMMENDVIDEODECODERDOWNSAMPLING_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_RECOMMENDVIDEODECODERDOWNSAMPLING_ZEROWIDTHHEIGHT","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_ACCESSING_INDEXABLE_TEMP_OUT_OF_RANGE","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_HARDWARE_EXCEPTION","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_INFO","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_KMDRIVER_EXCEPTION","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_OUT_OF_MEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_PROBLEM_PARSING_SHADER","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_SIMULATING_INFINITELY_FAST_HARDWARE","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_THREADING_MODE","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_UMDRIVER_EXCEPTION","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_WARNING","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_WARNING_ATOMIC_INCONSISTENT","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_WARNING_RAW_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_WARNING_READING_UNINITIALIZED_RESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_WARNING_WAR_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_REF_WARNING_WAW_HAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_RELEASEDECODERBUFFER_INVALIDTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_RELEASEDECODERBUFFER_NOTLOCKED","features":[410]},{"name":"D3D11_MESSAGE_ID_RELEASEDECODERBUFFER_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_RESIZETILEPOOL_INVALID_PARAMETER","features":[410]},{"name":"D3D11_MESSAGE_ID_RESIZETILEPOOL_SHRINK_WITH_MAPPINGS_STILL_DEFINED_PAST_END","features":[410]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_ALREADYMAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_DEVICEREMOVED_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDMAPTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_OUTOFMEMORY_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_RESOURCE_MAP_WITHOUT_INITIAL_DISCARD","features":[410]},{"name":"D3D11_MESSAGE_ID_RESOURCE_UNMAP_INVALIDSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_RESOURCE_UNMAP_NOTMAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_RSSETSTATE_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_SETBLENDSTATE_SAMPLE_MASK_CANNOT_BE_ZERO","features":[410]},{"name":"D3D11_MESSAGE_ID_SETEXCEPTIONMODE_DEVICEREMOVED_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_SETEXCEPTIONMODE_INVALIDARG_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_SETEXCEPTIONMODE_UNRECOGNIZEDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_SETPREDICATION_INVALID_PREDICATE_STATE","features":[410]},{"name":"D3D11_MESSAGE_ID_SETPREDICATION_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_SETPRIVATEDATA_CHANGINGPARAMS","features":[410]},{"name":"D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDFREEDATA","features":[410]},{"name":"D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDIUNKNOWN","features":[410]},{"name":"D3D11_MESSAGE_ID_SETPRIVATEDATA_OUTOFMEMORY","features":[410]},{"name":"D3D11_MESSAGE_ID_SHADERRESOURCEVIEW_GETDESC_LEGACY","features":[410]},{"name":"D3D11_MESSAGE_ID_SHADER_ABORT","features":[410]},{"name":"D3D11_MESSAGE_ID_SHADER_ERROR","features":[410]},{"name":"D3D11_MESSAGE_ID_SHADER_MESSAGE","features":[410]},{"name":"D3D11_MESSAGE_ID_SLOT_ZERO_MUST_BE_D3D10_INPUT_PER_VERTEX_DATA","features":[410]},{"name":"D3D11_MESSAGE_ID_SOSETTARGETS_INVALIDBUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_SOSETTARGETS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_STARTSESSIONKEYREFRESH_INVALIDSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_STARTSESSIONKEYREFRESH_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_STREAM_OUT_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_STRING_FROM_APPLICATION","features":[410]},{"name":"D3D11_MESSAGE_ID_SUBMITDECODERBUFFERS_INVALIDTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_SUBMITDECODERBUFFERS_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_SWAPDEVICECONTEXTSTATE_NOTSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_MAP_ALREADYMAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_MAP_DEVICEREMOVED_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDMAPTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_UNMAP_INVALIDSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE1D_UNMAP_NOTMAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_MAP_ALREADYMAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_MAP_DEVICEREMOVED_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDMAPTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_UNMAP_INVALIDSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE2D_UNMAP_NOTMAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_MAP_ALREADYMAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_MAP_DEVICEREMOVED_RETURN","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDMAPTYPE","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_UNMAP_INVALIDSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXTURE3D_UNMAP_NOTMAPPED","features":[410]},{"name":"D3D11_MESSAGE_ID_TEXT_FILTER_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_TILEDRESOURCEBARRIER_INVALID_PARAMETER","features":[410]},{"name":"D3D11_MESSAGE_ID_TILED_RESOURCE_TIER_1_BUFFER_TEXTURE_MISMATCH","features":[410]},{"name":"D3D11_MESSAGE_ID_TILE_MAPPINGS_IN_COVERED_AREA_DUPLICATED_OUTSIDE","features":[410]},{"name":"D3D11_MESSAGE_ID_TILE_MAPPINGS_SHARED_BETWEEN_INCOMPATIBLE_RESOURCES","features":[410]},{"name":"D3D11_MESSAGE_ID_TILE_MAPPINGS_SHARED_BETWEEN_INPUT_AND_OUTPUT","features":[410]},{"name":"D3D11_MESSAGE_ID_TRACKED_WORKLOAD_DISJOINT_FAILURE","features":[410]},{"name":"D3D11_MESSAGE_ID_TRACKED_WORKLOAD_ENGINE_TYPE_NOT_FOUND","features":[410]},{"name":"D3D11_MESSAGE_ID_TRACKED_WORKLOAD_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_UNKNOWN","features":[410]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE1_INVALIDCOPYFLAGS","features":[410]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE_EMPTYDESTBOX","features":[410]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONBOX","features":[410]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSTATE","features":[410]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSUBRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_UPDATESUBRESOURCE_PREFERUPDATESUBRESOURCE1","features":[410]},{"name":"D3D11_MESSAGE_ID_UPDATETILEMAPPINGS_INVALID_PARAMETER","features":[410]},{"name":"D3D11_MESSAGE_ID_UPDATETILES_INVALID_PARAMETER","features":[410]},{"name":"D3D11_MESSAGE_ID_USE_OF_ZERO_REFCOUNT_OBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEODECODERENABLEDOWNSAMPLING_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEODECODERENABLEDOWNSAMPLING_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEODECODERUPDATEDOWNSAMPLING_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEODECODERUPDATEDOWNSAMPLING_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INPUTHAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDARRAY","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDARRAYSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDDESTRECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDFUTUREFRAMES","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDINPUTRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDOUTPUT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDPASTFRAMES","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDRIGHTRESOURCE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDSOURCERECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_INVALIDSTREAMCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_NOSTEREOSTREAMS","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_OUTPUTHAZARD","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_RIGHTEXPECTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_RIGHTNOTEXPECTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_STEREONOTENABLED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORBLT_TARGETRECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETBEHAVIORHINTS_INVALIDDESTRECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETBEHAVIORHINTS_INVALIDSOURCERECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETBEHAVIORHINTS_INVALIDSTREAMCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETBEHAVIORHINTS_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETBEHAVIORHINTS_TARGETRECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTALPHAFILLMODE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTBACKGROUNDCOLOR_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTCOLORSPACE1_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTCOLORSPACE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTCONSTRICTION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTEXTENSION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTHDRMETADATA_INVALIDSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTHDRMETADATA_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTSHADERUSAGE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTSTEREOMODE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETOUTPUTTARGETRECT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMALPHA_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMALPHA_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMAUTOPROCESSINGMODE_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMAUTOPROCESSINGMODE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMCOLORSPACE1_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMCOLORSPACE1_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMCOLORSPACE_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMCOLORSPACE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMDESTRECT_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMDESTRECT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMEXTENSION_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMEXTENSION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMFILTER_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMFILTER_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMFRAMEFORMAT_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMFRAMEFORMAT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMHDRMETADATA_INVALIDSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMHDRMETADATA_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMHDRMETADATA_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMLUMAKEY_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMLUMAKEY_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMMIRROR_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMMIRROR_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMOUTPUTRATE_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMOUTPUTRATE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMPALETTE_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMPALETTE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMPIXELASPECTRATIO_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMPIXELASPECTRATIO_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMROTATION_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMROTATION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMSOURCERECT_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMSOURCERECT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMSTEREOFORMAT_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORGETSTREAMSTEREOFORMAT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTALPHAFILLMODE_INVALIDFILLMODE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTALPHAFILLMODE_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTALPHAFILLMODE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTALPHAFILLMODE_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTBACKGROUNDCOLOR_INVALIDALPHA","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTBACKGROUNDCOLOR_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTCOLORSPACE1_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTCOLORSPACE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTCONSTRICTION_INVALIDSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTCONSTRICTION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTCONSTRICTION_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTEXTENSION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTHDRMETADATA_INVALIDSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTHDRMETADATA_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTSHADERUSAGE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTSTEREOMODE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTSTEREOMODE_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETOUTPUTTARGETRECT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMALPHA_INVALIDALPHA","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMALPHA_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMALPHA_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMALPHA_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMAUTOPROCESSINGMODE_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMAUTOPROCESSINGMODE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMCOLORSPACE1_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMCOLORSPACE1_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMCOLORSPACE_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMCOLORSPACE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMDESTRECT_INVALIDRECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMDESTRECT_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMDESTRECT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMEXTENSION_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMEXTENSION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFILTER_INVALIDFILTER","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFILTER_INVALIDLEVEL","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFILTER_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFILTER_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFILTER_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFRAMEFORMAT_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFRAMEFORMAT_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMFRAMEFORMAT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMHDRMETADATA_INVALIDSIZE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMHDRMETADATA_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMHDRMETADATA_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMLUMAKEY_INVALIDRANGE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMLUMAKEY_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMLUMAKEY_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMLUMAKEY_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMMIRROR_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMMIRROR_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMMIRROR_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMOUTPUTRATE_INVALIDFLAG","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMOUTPUTRATE_INVALIDRATE","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMOUTPUTRATE_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMOUTPUTRATE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPALETTE_INVALIDALPHA","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPALETTE_INVALIDCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPALETTE_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPALETTE_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPIXELASPECTRATIO_INVALIDRATIO","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPIXELASPECTRATIO_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPIXELASPECTRATIO_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMPIXELASPECTRATIO_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMROTATION_INVALID","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMROTATION_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMROTATION_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMROTATION_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSOURCERECT_INVALIDRECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSOURCERECT_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSOURCERECT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_FLIPUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_FORMATUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_INVALIDFORMAT","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_INVALIDSTREAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_MONOOFFSETUNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_NULLPARAM","features":[410]},{"name":"D3D11_MESSAGE_ID_VIDEOPROCESSORSETSTREAMSTEREOFORMAT_UNSUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VSSETCONSTANTBUFFERS_INVALIDBUFFER","features":[410]},{"name":"D3D11_MESSAGE_ID_VSSETCONSTANTBUFFERS_INVALIDBUFFEROFFSETORCOUNT","features":[410]},{"name":"D3D11_MESSAGE_ID_VSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VSSETSAMPLERS_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_ID_VSSETSAMPLERS_TOO_MANY_SAMPLERS","features":[410]},{"name":"D3D11_MESSAGE_ID_VSSETSAMPLERS_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VSSETSHADERRESOURCES_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VSSETSHADER_UNBINDDELETINGOBJECT","features":[410]},{"name":"D3D11_MESSAGE_ID_VSSHADERRESOURCES_NOT_SUPPORTED","features":[410]},{"name":"D3D11_MESSAGE_SEVERITY","features":[410]},{"name":"D3D11_MESSAGE_SEVERITY_CORRUPTION","features":[410]},{"name":"D3D11_MESSAGE_SEVERITY_ERROR","features":[410]},{"name":"D3D11_MESSAGE_SEVERITY_INFO","features":[410]},{"name":"D3D11_MESSAGE_SEVERITY_MESSAGE","features":[410]},{"name":"D3D11_MESSAGE_SEVERITY_WARNING","features":[410]},{"name":"D3D11_MINOR_VERSION","features":[410]},{"name":"D3D11_MIN_BORDER_COLOR_COMPONENT","features":[410]},{"name":"D3D11_MIN_DEPTH","features":[410]},{"name":"D3D11_MIN_FILTER_SHIFT","features":[410]},{"name":"D3D11_MIN_MAXANISOTROPY","features":[410]},{"name":"D3D11_MIP_FILTER_SHIFT","features":[410]},{"name":"D3D11_MIP_LOD_BIAS_MAX","features":[410]},{"name":"D3D11_MIP_LOD_BIAS_MIN","features":[410]},{"name":"D3D11_MIP_LOD_FRACTIONAL_BIT_COUNT","features":[410]},{"name":"D3D11_MIP_LOD_RANGE_BIT_COUNT","features":[410]},{"name":"D3D11_MULTISAMPLE_ANTIALIAS_LINE_WIDTH","features":[410]},{"name":"D3D11_MUTE_CATEGORY","features":[410]},{"name":"D3D11_MUTE_DEBUG_OUTPUT","features":[410]},{"name":"D3D11_MUTE_ID_DECIMAL","features":[410]},{"name":"D3D11_MUTE_ID_STRING","features":[410]},{"name":"D3D11_MUTE_SEVERITY","features":[410]},{"name":"D3D11_NONSAMPLE_FETCH_OUT_OF_RANGE_ACCESS_RESULT","features":[410]},{"name":"D3D11_OMAC","features":[410]},{"name":"D3D11_PACKED_MIP_DESC","features":[410]},{"name":"D3D11_PACKED_TILE","features":[410]},{"name":"D3D11_PARAMETER_DESC","features":[407,410]},{"name":"D3D11_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[410]},{"name":"D3D11_PIXEL_SHADER","features":[410]},{"name":"D3D11_PIXEL_SHADER_TRACE_DESC","features":[410]},{"name":"D3D11_PRE_SCISSOR_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[410]},{"name":"D3D11_PROCESSIDTYPE_DWM","features":[410]},{"name":"D3D11_PROCESSIDTYPE_HANDLE","features":[410]},{"name":"D3D11_PROCESSIDTYPE_UNKNOWN","features":[410]},{"name":"D3D11_PS_CS_UAV_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_PS_CS_UAV_REGISTER_COUNT","features":[410]},{"name":"D3D11_PS_CS_UAV_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_PS_CS_UAV_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_PS_FRONTFACING_DEFAULT_VALUE","features":[410]},{"name":"D3D11_PS_FRONTFACING_FALSE_VALUE","features":[410]},{"name":"D3D11_PS_FRONTFACING_TRUE_VALUE","features":[410]},{"name":"D3D11_PS_INPUT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_PS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_PS_INPUT_REGISTER_COUNT","features":[410]},{"name":"D3D11_PS_INPUT_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_PS_INPUT_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_PS_LEGACY_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[410]},{"name":"D3D11_PS_OUTPUT_DEPTH_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_PS_OUTPUT_DEPTH_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_PS_OUTPUT_DEPTH_REGISTER_COUNT","features":[410]},{"name":"D3D11_PS_OUTPUT_MASK_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_PS_OUTPUT_MASK_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_PS_OUTPUT_MASK_REGISTER_COUNT","features":[410]},{"name":"D3D11_PS_OUTPUT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_PS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_PS_OUTPUT_REGISTER_COUNT","features":[410]},{"name":"D3D11_PS_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[410]},{"name":"D3D11_QUERY","features":[410]},{"name":"D3D11_QUERY_DATA_PIPELINE_STATISTICS","features":[410]},{"name":"D3D11_QUERY_DATA_SO_STATISTICS","features":[410]},{"name":"D3D11_QUERY_DATA_TIMESTAMP_DISJOINT","features":[305,410]},{"name":"D3D11_QUERY_DESC","features":[410]},{"name":"D3D11_QUERY_DESC1","features":[410]},{"name":"D3D11_QUERY_EVENT","features":[410]},{"name":"D3D11_QUERY_MISC_FLAG","features":[410]},{"name":"D3D11_QUERY_MISC_PREDICATEHINT","features":[410]},{"name":"D3D11_QUERY_OCCLUSION","features":[410]},{"name":"D3D11_QUERY_OCCLUSION_PREDICATE","features":[410]},{"name":"D3D11_QUERY_PIPELINE_STATISTICS","features":[410]},{"name":"D3D11_QUERY_SO_OVERFLOW_PREDICATE","features":[410]},{"name":"D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM0","features":[410]},{"name":"D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM1","features":[410]},{"name":"D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM2","features":[410]},{"name":"D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM3","features":[410]},{"name":"D3D11_QUERY_SO_STATISTICS","features":[410]},{"name":"D3D11_QUERY_SO_STATISTICS_STREAM0","features":[410]},{"name":"D3D11_QUERY_SO_STATISTICS_STREAM1","features":[410]},{"name":"D3D11_QUERY_SO_STATISTICS_STREAM2","features":[410]},{"name":"D3D11_QUERY_SO_STATISTICS_STREAM3","features":[410]},{"name":"D3D11_QUERY_TIMESTAMP","features":[410]},{"name":"D3D11_QUERY_TIMESTAMP_DISJOINT","features":[410]},{"name":"D3D11_RAISE_FLAG","features":[410]},{"name":"D3D11_RAISE_FLAG_DRIVER_INTERNAL_ERROR","features":[410]},{"name":"D3D11_RASTERIZER_DESC","features":[305,410]},{"name":"D3D11_RASTERIZER_DESC1","features":[305,410]},{"name":"D3D11_RASTERIZER_DESC2","features":[305,410]},{"name":"D3D11_RAW_UAV_SRV_BYTE_ALIGNMENT","features":[410]},{"name":"D3D11_REGKEY_PATH","features":[410]},{"name":"D3D11_RENDER_TARGET_BLEND_DESC","features":[305,410]},{"name":"D3D11_RENDER_TARGET_BLEND_DESC1","features":[305,410]},{"name":"D3D11_RENDER_TARGET_VIEW_DESC","features":[410,402]},{"name":"D3D11_RENDER_TARGET_VIEW_DESC1","features":[410,402]},{"name":"D3D11_REQ_BLEND_OBJECT_COUNT_PER_DEVICE","features":[410]},{"name":"D3D11_REQ_BUFFER_RESOURCE_TEXEL_COUNT_2_TO_EXP","features":[410]},{"name":"D3D11_REQ_CONSTANT_BUFFER_ELEMENT_COUNT","features":[410]},{"name":"D3D11_REQ_DEPTH_STENCIL_OBJECT_COUNT_PER_DEVICE","features":[410]},{"name":"D3D11_REQ_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[410]},{"name":"D3D11_REQ_DRAW_VERTEX_COUNT_2_TO_EXP","features":[410]},{"name":"D3D11_REQ_FILTERING_HW_ADDRESSABLE_RESOURCE_DIMENSION","features":[410]},{"name":"D3D11_REQ_GS_INVOCATION_32BIT_OUTPUT_COMPONENT_LIMIT","features":[410]},{"name":"D3D11_REQ_IMMEDIATE_CONSTANT_BUFFER_ELEMENT_COUNT","features":[410]},{"name":"D3D11_REQ_MAXANISOTROPY","features":[410]},{"name":"D3D11_REQ_MIP_LEVELS","features":[410]},{"name":"D3D11_REQ_MULTI_ELEMENT_STRUCTURE_SIZE_IN_BYTES","features":[410]},{"name":"D3D11_REQ_RASTERIZER_OBJECT_COUNT_PER_DEVICE","features":[410]},{"name":"D3D11_REQ_RENDER_TO_BUFFER_WINDOW_WIDTH","features":[410]},{"name":"D3D11_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_A_TERM","features":[410]},{"name":"D3D11_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_B_TERM","features":[410]},{"name":"D3D11_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_C_TERM","features":[410]},{"name":"D3D11_REQ_RESOURCE_VIEW_COUNT_PER_DEVICE_2_TO_EXP","features":[410]},{"name":"D3D11_REQ_SAMPLER_OBJECT_COUNT_PER_DEVICE","features":[410]},{"name":"D3D11_REQ_TEXTURE1D_ARRAY_AXIS_DIMENSION","features":[410]},{"name":"D3D11_REQ_TEXTURE1D_U_DIMENSION","features":[410]},{"name":"D3D11_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION","features":[410]},{"name":"D3D11_REQ_TEXTURE2D_U_OR_V_DIMENSION","features":[410]},{"name":"D3D11_REQ_TEXTURE3D_U_V_OR_W_DIMENSION","features":[410]},{"name":"D3D11_REQ_TEXTURECUBE_DIMENSION","features":[410]},{"name":"D3D11_RESINFO_INSTRUCTION_MISSING_COMPONENT_RETVAL","features":[410]},{"name":"D3D11_RESOURCE_DIMENSION","features":[410]},{"name":"D3D11_RESOURCE_DIMENSION_BUFFER","features":[410]},{"name":"D3D11_RESOURCE_DIMENSION_TEXTURE1D","features":[410]},{"name":"D3D11_RESOURCE_DIMENSION_TEXTURE2D","features":[410]},{"name":"D3D11_RESOURCE_DIMENSION_TEXTURE3D","features":[410]},{"name":"D3D11_RESOURCE_DIMENSION_UNKNOWN","features":[410]},{"name":"D3D11_RESOURCE_MISC_BUFFER_ALLOW_RAW_VIEWS","features":[410]},{"name":"D3D11_RESOURCE_MISC_BUFFER_STRUCTURED","features":[410]},{"name":"D3D11_RESOURCE_MISC_DRAWINDIRECT_ARGS","features":[410]},{"name":"D3D11_RESOURCE_MISC_FLAG","features":[410]},{"name":"D3D11_RESOURCE_MISC_GDI_COMPATIBLE","features":[410]},{"name":"D3D11_RESOURCE_MISC_GENERATE_MIPS","features":[410]},{"name":"D3D11_RESOURCE_MISC_GUARDED","features":[410]},{"name":"D3D11_RESOURCE_MISC_HW_PROTECTED","features":[410]},{"name":"D3D11_RESOURCE_MISC_RESOURCE_CLAMP","features":[410]},{"name":"D3D11_RESOURCE_MISC_RESTRICTED_CONTENT","features":[410]},{"name":"D3D11_RESOURCE_MISC_RESTRICT_SHARED_RESOURCE","features":[410]},{"name":"D3D11_RESOURCE_MISC_RESTRICT_SHARED_RESOURCE_DRIVER","features":[410]},{"name":"D3D11_RESOURCE_MISC_SHARED","features":[410]},{"name":"D3D11_RESOURCE_MISC_SHARED_DISPLAYABLE","features":[410]},{"name":"D3D11_RESOURCE_MISC_SHARED_EXCLUSIVE_WRITER","features":[410]},{"name":"D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX","features":[410]},{"name":"D3D11_RESOURCE_MISC_SHARED_NTHANDLE","features":[410]},{"name":"D3D11_RESOURCE_MISC_TEXTURECUBE","features":[410]},{"name":"D3D11_RESOURCE_MISC_TILED","features":[410]},{"name":"D3D11_RESOURCE_MISC_TILE_POOL","features":[410]},{"name":"D3D11_RLDO_DETAIL","features":[410]},{"name":"D3D11_RLDO_FLAGS","features":[410]},{"name":"D3D11_RLDO_IGNORE_INTERNAL","features":[410]},{"name":"D3D11_RLDO_SUMMARY","features":[410]},{"name":"D3D11_RTV_DIMENSION","features":[410]},{"name":"D3D11_RTV_DIMENSION_BUFFER","features":[410]},{"name":"D3D11_RTV_DIMENSION_TEXTURE1D","features":[410]},{"name":"D3D11_RTV_DIMENSION_TEXTURE1DARRAY","features":[410]},{"name":"D3D11_RTV_DIMENSION_TEXTURE2D","features":[410]},{"name":"D3D11_RTV_DIMENSION_TEXTURE2DARRAY","features":[410]},{"name":"D3D11_RTV_DIMENSION_TEXTURE2DMS","features":[410]},{"name":"D3D11_RTV_DIMENSION_TEXTURE2DMSARRAY","features":[410]},{"name":"D3D11_RTV_DIMENSION_TEXTURE3D","features":[410]},{"name":"D3D11_RTV_DIMENSION_UNKNOWN","features":[410]},{"name":"D3D11_SAMPLER_DESC","features":[410]},{"name":"D3D11_SDK_LAYERS_VERSION","features":[410]},{"name":"D3D11_SDK_VERSION","features":[410]},{"name":"D3D11_SHADER_BUFFER_DESC","features":[407,410]},{"name":"D3D11_SHADER_CACHE_SUPPORT_AUTOMATIC_DISK_CACHE","features":[410]},{"name":"D3D11_SHADER_CACHE_SUPPORT_AUTOMATIC_INPROC_CACHE","features":[410]},{"name":"D3D11_SHADER_CACHE_SUPPORT_FLAGS","features":[410]},{"name":"D3D11_SHADER_CACHE_SUPPORT_NONE","features":[410]},{"name":"D3D11_SHADER_DESC","features":[407,410]},{"name":"D3D11_SHADER_INPUT_BIND_DESC","features":[407,410]},{"name":"D3D11_SHADER_MAJOR_VERSION","features":[410]},{"name":"D3D11_SHADER_MAX_INSTANCES","features":[410]},{"name":"D3D11_SHADER_MAX_INTERFACES","features":[410]},{"name":"D3D11_SHADER_MAX_INTERFACE_CALL_SITES","features":[410]},{"name":"D3D11_SHADER_MAX_TYPES","features":[410]},{"name":"D3D11_SHADER_MINOR_VERSION","features":[410]},{"name":"D3D11_SHADER_MIN_PRECISION_10_BIT","features":[410]},{"name":"D3D11_SHADER_MIN_PRECISION_16_BIT","features":[410]},{"name":"D3D11_SHADER_MIN_PRECISION_SUPPORT","features":[410]},{"name":"D3D11_SHADER_RESOURCE_VIEW_DESC","features":[407,410,402]},{"name":"D3D11_SHADER_RESOURCE_VIEW_DESC1","features":[407,410,402]},{"name":"D3D11_SHADER_TRACE_DESC","features":[410]},{"name":"D3D11_SHADER_TRACE_FLAG_RECORD_REGISTER_READS","features":[410]},{"name":"D3D11_SHADER_TRACE_FLAG_RECORD_REGISTER_WRITES","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTIONS","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_ALLOW_SAME","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_ALL_HAZARDS","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_ALL_HAZARDS_ALLOWING_SAME","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_ALL_OPTIONS","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_IGNORE","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_ATOMIC_CONSISTENCY","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_ATOMIC_CONSISTENCY_ACROSS_THREADGROUPS","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_RAW","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_RAW_ACROSS_THREADGROUPS","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_UNINITIALIZED","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_WAR","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_WAR_ACROSS_THREADGROUPS","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_WAW","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_TRACK_WAW_ACROSS_THREADGROUPS","features":[410]},{"name":"D3D11_SHADER_TRACKING_OPTION_UAV_SPECIFIC_FLAGS","features":[410]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE","features":[410]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_ALL","features":[410]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_ALL_DEVICEMEMORY","features":[410]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_ALL_SHARED_MEMORY","features":[410]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_GROUPSHARED_MEMORY","features":[410]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_GROUPSHARED_NON_UAV","features":[410]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_NONE","features":[410]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_NON_UAV_DEVICEMEMORY","features":[410]},{"name":"D3D11_SHADER_TRACKING_RESOURCE_TYPE_UAV_DEVICEMEMORY","features":[410]},{"name":"D3D11_SHADER_TYPE","features":[410]},{"name":"D3D11_SHADER_TYPE_DESC","features":[407,410]},{"name":"D3D11_SHADER_VARIABLE_DESC","features":[410]},{"name":"D3D11_SHADER_VERSION_TYPE","features":[410]},{"name":"D3D11_SHARED_RESOURCE_TIER","features":[410]},{"name":"D3D11_SHARED_RESOURCE_TIER_0","features":[410]},{"name":"D3D11_SHARED_RESOURCE_TIER_1","features":[410]},{"name":"D3D11_SHARED_RESOURCE_TIER_2","features":[410]},{"name":"D3D11_SHARED_RESOURCE_TIER_3","features":[410]},{"name":"D3D11_SHIFT_INSTRUCTION_PAD_VALUE","features":[410]},{"name":"D3D11_SHIFT_INSTRUCTION_SHIFT_VALUE_BIT_COUNT","features":[410]},{"name":"D3D11_SHVER_COMPUTE_SHADER","features":[410]},{"name":"D3D11_SHVER_DOMAIN_SHADER","features":[410]},{"name":"D3D11_SHVER_GEOMETRY_SHADER","features":[410]},{"name":"D3D11_SHVER_HULL_SHADER","features":[410]},{"name":"D3D11_SHVER_PIXEL_SHADER","features":[410]},{"name":"D3D11_SHVER_RESERVED0","features":[410]},{"name":"D3D11_SHVER_VERTEX_SHADER","features":[410]},{"name":"D3D11_SIGNATURE_PARAMETER_DESC","features":[407,410]},{"name":"D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT","features":[410]},{"name":"D3D11_SO_BUFFER_MAX_STRIDE_IN_BYTES","features":[410]},{"name":"D3D11_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES","features":[410]},{"name":"D3D11_SO_BUFFER_SLOT_COUNT","features":[410]},{"name":"D3D11_SO_DDI_REGISTER_INDEX_DENOTING_GAP","features":[410]},{"name":"D3D11_SO_DECLARATION_ENTRY","features":[410]},{"name":"D3D11_SO_NO_RASTERIZED_STREAM","features":[410]},{"name":"D3D11_SO_OUTPUT_COMPONENT_COUNT","features":[410]},{"name":"D3D11_SO_STREAM_COUNT","features":[410]},{"name":"D3D11_SPEC_DATE_DAY","features":[410]},{"name":"D3D11_SPEC_DATE_MONTH","features":[410]},{"name":"D3D11_SPEC_DATE_YEAR","features":[410]},{"name":"D3D11_SPEC_VERSION","features":[410]},{"name":"D3D11_SRGB_GAMMA","features":[410]},{"name":"D3D11_SRGB_TO_FLOAT_DENOMINATOR_1","features":[410]},{"name":"D3D11_SRGB_TO_FLOAT_DENOMINATOR_2","features":[410]},{"name":"D3D11_SRGB_TO_FLOAT_EXPONENT","features":[410]},{"name":"D3D11_SRGB_TO_FLOAT_OFFSET","features":[410]},{"name":"D3D11_SRGB_TO_FLOAT_THRESHOLD","features":[410]},{"name":"D3D11_SRGB_TO_FLOAT_TOLERANCE_IN_ULP","features":[410]},{"name":"D3D11_STANDARD_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_STANDARD_COMPONENT_BIT_COUNT_DOUBLED","features":[410]},{"name":"D3D11_STANDARD_MAXIMUM_ELEMENT_ALIGNMENT_BYTE_MULTIPLE","features":[410]},{"name":"D3D11_STANDARD_MULTISAMPLE_PATTERN","features":[410]},{"name":"D3D11_STANDARD_MULTISAMPLE_QUALITY_LEVELS","features":[410]},{"name":"D3D11_STANDARD_PIXEL_COMPONENT_COUNT","features":[410]},{"name":"D3D11_STANDARD_PIXEL_ELEMENT_COUNT","features":[410]},{"name":"D3D11_STANDARD_VECTOR_SIZE","features":[410]},{"name":"D3D11_STANDARD_VERTEX_ELEMENT_COUNT","features":[410]},{"name":"D3D11_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT","features":[410]},{"name":"D3D11_STENCIL_OP","features":[410]},{"name":"D3D11_STENCIL_OP_DECR","features":[410]},{"name":"D3D11_STENCIL_OP_DECR_SAT","features":[410]},{"name":"D3D11_STENCIL_OP_INCR","features":[410]},{"name":"D3D11_STENCIL_OP_INCR_SAT","features":[410]},{"name":"D3D11_STENCIL_OP_INVERT","features":[410]},{"name":"D3D11_STENCIL_OP_KEEP","features":[410]},{"name":"D3D11_STENCIL_OP_REPLACE","features":[410]},{"name":"D3D11_STENCIL_OP_ZERO","features":[410]},{"name":"D3D11_SUBPIXEL_FRACTIONAL_BIT_COUNT","features":[410]},{"name":"D3D11_SUBRESOURCE_DATA","features":[410]},{"name":"D3D11_SUBRESOURCE_TILING","features":[410]},{"name":"D3D11_SUBTEXEL_FRACTIONAL_BIT_COUNT","features":[410]},{"name":"D3D11_TESSELLATOR_MAX_EVEN_TESSELLATION_FACTOR","features":[410]},{"name":"D3D11_TESSELLATOR_MAX_ISOLINE_DENSITY_TESSELLATION_FACTOR","features":[410]},{"name":"D3D11_TESSELLATOR_MAX_ODD_TESSELLATION_FACTOR","features":[410]},{"name":"D3D11_TESSELLATOR_MAX_TESSELLATION_FACTOR","features":[410]},{"name":"D3D11_TESSELLATOR_MIN_EVEN_TESSELLATION_FACTOR","features":[410]},{"name":"D3D11_TESSELLATOR_MIN_ISOLINE_DENSITY_TESSELLATION_FACTOR","features":[410]},{"name":"D3D11_TESSELLATOR_MIN_ODD_TESSELLATION_FACTOR","features":[410]},{"name":"D3D11_TEX1D_ARRAY_DSV","features":[410]},{"name":"D3D11_TEX1D_ARRAY_RTV","features":[410]},{"name":"D3D11_TEX1D_ARRAY_SRV","features":[410]},{"name":"D3D11_TEX1D_ARRAY_UAV","features":[410]},{"name":"D3D11_TEX1D_DSV","features":[410]},{"name":"D3D11_TEX1D_RTV","features":[410]},{"name":"D3D11_TEX1D_SRV","features":[410]},{"name":"D3D11_TEX1D_UAV","features":[410]},{"name":"D3D11_TEX2DMS_ARRAY_DSV","features":[410]},{"name":"D3D11_TEX2DMS_ARRAY_RTV","features":[410]},{"name":"D3D11_TEX2DMS_ARRAY_SRV","features":[410]},{"name":"D3D11_TEX2DMS_DSV","features":[410]},{"name":"D3D11_TEX2DMS_RTV","features":[410]},{"name":"D3D11_TEX2DMS_SRV","features":[410]},{"name":"D3D11_TEX2D_ARRAY_DSV","features":[410]},{"name":"D3D11_TEX2D_ARRAY_RTV","features":[410]},{"name":"D3D11_TEX2D_ARRAY_RTV1","features":[410]},{"name":"D3D11_TEX2D_ARRAY_SRV","features":[410]},{"name":"D3D11_TEX2D_ARRAY_SRV1","features":[410]},{"name":"D3D11_TEX2D_ARRAY_UAV","features":[410]},{"name":"D3D11_TEX2D_ARRAY_UAV1","features":[410]},{"name":"D3D11_TEX2D_ARRAY_VPOV","features":[410]},{"name":"D3D11_TEX2D_DSV","features":[410]},{"name":"D3D11_TEX2D_RTV","features":[410]},{"name":"D3D11_TEX2D_RTV1","features":[410]},{"name":"D3D11_TEX2D_SRV","features":[410]},{"name":"D3D11_TEX2D_SRV1","features":[410]},{"name":"D3D11_TEX2D_UAV","features":[410]},{"name":"D3D11_TEX2D_UAV1","features":[410]},{"name":"D3D11_TEX2D_VDOV","features":[410]},{"name":"D3D11_TEX2D_VPIV","features":[410]},{"name":"D3D11_TEX2D_VPOV","features":[410]},{"name":"D3D11_TEX3D_RTV","features":[410]},{"name":"D3D11_TEX3D_SRV","features":[410]},{"name":"D3D11_TEX3D_UAV","features":[410]},{"name":"D3D11_TEXCUBE_ARRAY_SRV","features":[410]},{"name":"D3D11_TEXCUBE_SRV","features":[410]},{"name":"D3D11_TEXEL_ADDRESS_RANGE_BIT_COUNT","features":[410]},{"name":"D3D11_TEXTURE1D_DESC","features":[410,402]},{"name":"D3D11_TEXTURE2D_DESC","features":[410,402]},{"name":"D3D11_TEXTURE2D_DESC1","features":[410,402]},{"name":"D3D11_TEXTURE3D_DESC","features":[410,402]},{"name":"D3D11_TEXTURE3D_DESC1","features":[410,402]},{"name":"D3D11_TEXTURECUBE_FACE","features":[410]},{"name":"D3D11_TEXTURECUBE_FACE_NEGATIVE_X","features":[410]},{"name":"D3D11_TEXTURECUBE_FACE_NEGATIVE_Y","features":[410]},{"name":"D3D11_TEXTURECUBE_FACE_NEGATIVE_Z","features":[410]},{"name":"D3D11_TEXTURECUBE_FACE_POSITIVE_X","features":[410]},{"name":"D3D11_TEXTURECUBE_FACE_POSITIVE_Y","features":[410]},{"name":"D3D11_TEXTURECUBE_FACE_POSITIVE_Z","features":[410]},{"name":"D3D11_TEXTURE_ADDRESS_BORDER","features":[410]},{"name":"D3D11_TEXTURE_ADDRESS_CLAMP","features":[410]},{"name":"D3D11_TEXTURE_ADDRESS_MIRROR","features":[410]},{"name":"D3D11_TEXTURE_ADDRESS_MIRROR_ONCE","features":[410]},{"name":"D3D11_TEXTURE_ADDRESS_MODE","features":[410]},{"name":"D3D11_TEXTURE_ADDRESS_WRAP","features":[410]},{"name":"D3D11_TEXTURE_LAYOUT","features":[410]},{"name":"D3D11_TEXTURE_LAYOUT_64K_STANDARD_SWIZZLE","features":[410]},{"name":"D3D11_TEXTURE_LAYOUT_ROW_MAJOR","features":[410]},{"name":"D3D11_TEXTURE_LAYOUT_UNDEFINED","features":[410]},{"name":"D3D11_TILED_RESOURCES_NOT_SUPPORTED","features":[410]},{"name":"D3D11_TILED_RESOURCES_TIER","features":[410]},{"name":"D3D11_TILED_RESOURCES_TIER_1","features":[410]},{"name":"D3D11_TILED_RESOURCES_TIER_2","features":[410]},{"name":"D3D11_TILED_RESOURCES_TIER_3","features":[410]},{"name":"D3D11_TILED_RESOURCE_COORDINATE","features":[410]},{"name":"D3D11_TILE_COPY_FLAG","features":[410]},{"name":"D3D11_TILE_COPY_LINEAR_BUFFER_TO_SWIZZLED_TILED_RESOURCE","features":[410]},{"name":"D3D11_TILE_COPY_NO_OVERWRITE","features":[410]},{"name":"D3D11_TILE_COPY_SWIZZLED_TILED_RESOURCE_TO_LINEAR_BUFFER","features":[410]},{"name":"D3D11_TILE_MAPPING_FLAG","features":[410]},{"name":"D3D11_TILE_MAPPING_NO_OVERWRITE","features":[410]},{"name":"D3D11_TILE_RANGE_FLAG","features":[410]},{"name":"D3D11_TILE_RANGE_NULL","features":[410]},{"name":"D3D11_TILE_RANGE_REUSE_SINGLE_TILE","features":[410]},{"name":"D3D11_TILE_RANGE_SKIP","features":[410]},{"name":"D3D11_TILE_REGION_SIZE","features":[305,410]},{"name":"D3D11_TILE_SHAPE","features":[410]},{"name":"D3D11_TRACE_COMPONENT_W","features":[410]},{"name":"D3D11_TRACE_COMPONENT_X","features":[410]},{"name":"D3D11_TRACE_COMPONENT_Y","features":[410]},{"name":"D3D11_TRACE_COMPONENT_Z","features":[410]},{"name":"D3D11_TRACE_CONSTANT_BUFFER","features":[410]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE","features":[410]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_LINE","features":[410]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_LINE_ADJ","features":[410]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_POINT","features":[410]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_TRIANGLE","features":[410]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_TRIANGLE_ADJ","features":[410]},{"name":"D3D11_TRACE_GS_INPUT_PRIMITIVE_UNDEFINED","features":[410]},{"name":"D3D11_TRACE_IMMEDIATE32","features":[410]},{"name":"D3D11_TRACE_IMMEDIATE64","features":[410]},{"name":"D3D11_TRACE_IMMEDIATE_CONSTANT_BUFFER","features":[410]},{"name":"D3D11_TRACE_INDEXABLE_TEMP_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_CONTROL_POINT_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_COVERAGE_MASK_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_CYCLE_COUNTER_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_DOMAIN_POINT_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_FORK_INSTANCE_ID_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_GS_INSTANCE_ID_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_JOIN_INSTANCE_ID_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_PATCH_CONSTANT_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_PRIMITIVE_ID_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_THREAD_GROUP_ID_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_THREAD_ID_IN_GROUP_FLATTENED_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_THREAD_ID_IN_GROUP_REGISTER","features":[410]},{"name":"D3D11_TRACE_INPUT_THREAD_ID_REGISTER","features":[410]},{"name":"D3D11_TRACE_INTERFACE_POINTER","features":[410]},{"name":"D3D11_TRACE_MISC_GS_CUT","features":[410]},{"name":"D3D11_TRACE_MISC_GS_CUT_STREAM","features":[410]},{"name":"D3D11_TRACE_MISC_GS_EMIT","features":[410]},{"name":"D3D11_TRACE_MISC_GS_EMIT_STREAM","features":[410]},{"name":"D3D11_TRACE_MISC_HALT","features":[410]},{"name":"D3D11_TRACE_MISC_MESSAGE","features":[410]},{"name":"D3D11_TRACE_MISC_PS_DISCARD","features":[410]},{"name":"D3D11_TRACE_OUTPUT_CONTROL_POINT_ID_REGISTER","features":[410]},{"name":"D3D11_TRACE_OUTPUT_CONTROL_POINT_REGISTER","features":[410]},{"name":"D3D11_TRACE_OUTPUT_COVERAGE_MASK","features":[410]},{"name":"D3D11_TRACE_OUTPUT_DEPTH_GREATER_EQUAL_REGISTER","features":[410]},{"name":"D3D11_TRACE_OUTPUT_DEPTH_LESS_EQUAL_REGISTER","features":[410]},{"name":"D3D11_TRACE_OUTPUT_DEPTH_REGISTER","features":[410]},{"name":"D3D11_TRACE_OUTPUT_NULL_REGISTER","features":[410]},{"name":"D3D11_TRACE_OUTPUT_REGISTER","features":[410]},{"name":"D3D11_TRACE_RASTERIZER","features":[410]},{"name":"D3D11_TRACE_REGISTER","features":[410]},{"name":"D3D11_TRACE_REGISTER_FLAGS_RELATIVE_INDEXING","features":[410]},{"name":"D3D11_TRACE_REGISTER_TYPE","features":[410]},{"name":"D3D11_TRACE_RESOURCE","features":[410]},{"name":"D3D11_TRACE_SAMPLER","features":[410]},{"name":"D3D11_TRACE_STATS","features":[305,410]},{"name":"D3D11_TRACE_STEP","features":[305,410]},{"name":"D3D11_TRACE_STREAM","features":[410]},{"name":"D3D11_TRACE_TEMP_REGISTER","features":[410]},{"name":"D3D11_TRACE_THIS_POINTER","features":[410]},{"name":"D3D11_TRACE_THREAD_GROUP_SHARED_MEMORY","features":[410]},{"name":"D3D11_TRACE_UNORDERED_ACCESS_VIEW","features":[410]},{"name":"D3D11_TRACE_VALUE","features":[410]},{"name":"D3D11_UAV_DIMENSION","features":[410]},{"name":"D3D11_UAV_DIMENSION_BUFFER","features":[410]},{"name":"D3D11_UAV_DIMENSION_TEXTURE1D","features":[410]},{"name":"D3D11_UAV_DIMENSION_TEXTURE1DARRAY","features":[410]},{"name":"D3D11_UAV_DIMENSION_TEXTURE2D","features":[410]},{"name":"D3D11_UAV_DIMENSION_TEXTURE2DARRAY","features":[410]},{"name":"D3D11_UAV_DIMENSION_TEXTURE3D","features":[410]},{"name":"D3D11_UAV_DIMENSION_UNKNOWN","features":[410]},{"name":"D3D11_UNBOUND_MEMORY_ACCESS_RESULT","features":[410]},{"name":"D3D11_UNMUTE_SEVERITY_INFO","features":[410]},{"name":"D3D11_UNORDERED_ACCESS_VIEW_DESC","features":[410,402]},{"name":"D3D11_UNORDERED_ACCESS_VIEW_DESC1","features":[410,402]},{"name":"D3D11_USAGE","features":[410]},{"name":"D3D11_USAGE_DEFAULT","features":[410]},{"name":"D3D11_USAGE_DYNAMIC","features":[410]},{"name":"D3D11_USAGE_IMMUTABLE","features":[410]},{"name":"D3D11_USAGE_STAGING","features":[410]},{"name":"D3D11_VDOV_DIMENSION","features":[410]},{"name":"D3D11_VDOV_DIMENSION_TEXTURE2D","features":[410]},{"name":"D3D11_VDOV_DIMENSION_UNKNOWN","features":[410]},{"name":"D3D11_VERTEX_SHADER","features":[410]},{"name":"D3D11_VERTEX_SHADER_TRACE_DESC","features":[410]},{"name":"D3D11_VIDEO_COLOR","features":[410]},{"name":"D3D11_VIDEO_COLOR_RGBA","features":[410]},{"name":"D3D11_VIDEO_COLOR_YCbCrA","features":[410]},{"name":"D3D11_VIDEO_CONTENT_PROTECTION_CAPS","features":[410]},{"name":"D3D11_VIDEO_DECODER_BEGIN_FRAME_CRYPTO_SESSION","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_BITSTREAM","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_DEBLOCKING_CONTROL","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_DESC","features":[305,410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_DESC1","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_DESC2","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_FILM_GRAIN","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_INVERSE_QUANTIZATION_MATRIX","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_MACROBLOCK_CONTROL","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_MOTION_VECTOR","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_PICTURE_PARAMETERS","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_RESIDUAL_DIFFERENCE","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_SLICE_CONTROL","features":[410]},{"name":"D3D11_VIDEO_DECODER_BUFFER_TYPE","features":[410]},{"name":"D3D11_VIDEO_DECODER_CAPS","features":[410]},{"name":"D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE","features":[410]},{"name":"D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE_DYNAMIC","features":[410]},{"name":"D3D11_VIDEO_DECODER_CAPS_DOWNSAMPLE_REQUIRED","features":[410]},{"name":"D3D11_VIDEO_DECODER_CAPS_NON_REAL_TIME","features":[410]},{"name":"D3D11_VIDEO_DECODER_CAPS_UNSUPPORTED","features":[410]},{"name":"D3D11_VIDEO_DECODER_CONFIG","features":[410]},{"name":"D3D11_VIDEO_DECODER_DESC","features":[410,402]},{"name":"D3D11_VIDEO_DECODER_EXTENSION","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_A","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_B","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAGS","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_A","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_B","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_G","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_NONE","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_R","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_U","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_V","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAG_Y","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_G","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_R","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_U","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_V","features":[410]},{"name":"D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_Y","features":[410]},{"name":"D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC","features":[410]},{"name":"D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK","features":[410]},{"name":"D3D11_VIDEO_FRAME_FORMAT","features":[410]},{"name":"D3D11_VIDEO_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST","features":[410]},{"name":"D3D11_VIDEO_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST","features":[410]},{"name":"D3D11_VIDEO_FRAME_FORMAT_PROGRESSIVE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_BACKGROUND","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_DESTINATION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_OPAQUE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ALPHA_FILL_MODE_SOURCE_STREAM","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_ANAMORPHIC_SCALING","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_COLOR_CORRECTION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DENOISE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DERINGING","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_EDGE_ENHANCEMENT","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_FLESH_TONE_MAPPING","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_IMAGE_STABILIZATION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_SUPER_RESOLUTION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINTS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_COLOR_SPACE_CONVERSION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_RESIZE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_ROTATION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_BEHAVIOR_HINT_TRIPLE_BUFFER_OUTPUT","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_CAPS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_COLOR_SPACE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_CONTENT_DESC","features":[410,402]},{"name":"D3D11_VIDEO_PROCESSOR_CUSTOM_RATE","features":[305,410,402]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_LINEAR_SPACE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_NOMINAL_RANGE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_RGB_RANGE_CONVERSION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_YCbCr_MATRIX_CONVERSION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_DEVICE_CAPS_xvYCC","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_FILL","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_PALETTE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ALPHA_STREAM","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_CONSTRICTION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_LEGACY","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_LUMA_KEY","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_METADATA_HDR10","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_MIRROR","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_PIXEL_ASPECT_RATIO","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_ROTATION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_SHADER_USAGE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FEATURE_CAPS_STEREO","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_ANAMORPHIC_SCALING","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_BRIGHTNESS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALING","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENT","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_HUE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENT","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_CONTRAST","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_EDGE_ENHANCEMENT","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_HUE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_NOISE_REDUCTION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_RANGE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_SATURATION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FILTER_STEREO_ADJUSTMENT","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_CAPS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_PALETTE_INTERLACED","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_INTERLACED","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_LUMA_KEY","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_CAPS_RGB_PROCAMP","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_OUTPUT_RATE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_HALF","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_ADAPTIVE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BLEND","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BOB","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_MOTION_COMPENSATION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_FRAME_RATE_CONVERSION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_INVERSE_TELECINE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ROTATION","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ROTATION_180","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ROTATION_270","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ROTATION_90","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_ROTATION_IDENTITY","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS_CHECKERBOARD","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS_COLUMN_INTERLEAVED","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS_FLIP_MODE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS_MONO_OFFSET","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_CAPS_ROW_INTERLEAVED","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FLIP_FRAME0","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FLIP_FRAME1","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FLIP_MODE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FLIP_NONE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_CHECKERBOARD","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_COLUMN_INTERLEAVED","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_HORIZONTAL","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_MONO","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_MONO_OFFSET","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_ROW_INTERLEAVED","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_SEPARATE","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STEREO_FORMAT_VERTICAL","features":[410]},{"name":"D3D11_VIDEO_PROCESSOR_STREAM","features":[305,410]},{"name":"D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT","features":[305,410,402]},{"name":"D3D11_VIDEO_SAMPLE_DESC","features":[410,402]},{"name":"D3D11_VIDEO_USAGE","features":[410]},{"name":"D3D11_VIDEO_USAGE_OPTIMAL_QUALITY","features":[410]},{"name":"D3D11_VIDEO_USAGE_OPTIMAL_SPEED","features":[410]},{"name":"D3D11_VIDEO_USAGE_PLAYBACK_NORMAL","features":[410]},{"name":"D3D11_VIEWPORT","features":[410]},{"name":"D3D11_VIEWPORT_AND_SCISSORRECT_MAX_INDEX","features":[410]},{"name":"D3D11_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE","features":[410]},{"name":"D3D11_VIEWPORT_BOUNDS_MAX","features":[410]},{"name":"D3D11_VIEWPORT_BOUNDS_MIN","features":[410]},{"name":"D3D11_VPIV_DIMENSION","features":[410]},{"name":"D3D11_VPIV_DIMENSION_TEXTURE2D","features":[410]},{"name":"D3D11_VPIV_DIMENSION_UNKNOWN","features":[410]},{"name":"D3D11_VPOV_DIMENSION","features":[410]},{"name":"D3D11_VPOV_DIMENSION_TEXTURE2D","features":[410]},{"name":"D3D11_VPOV_DIMENSION_TEXTURE2DARRAY","features":[410]},{"name":"D3D11_VPOV_DIMENSION_UNKNOWN","features":[410]},{"name":"D3D11_VS_INPUT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_VS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_VS_INPUT_REGISTER_COUNT","features":[410]},{"name":"D3D11_VS_INPUT_REGISTER_READS_PER_INST","features":[410]},{"name":"D3D11_VS_INPUT_REGISTER_READ_PORTS","features":[410]},{"name":"D3D11_VS_OUTPUT_REGISTER_COMPONENTS","features":[410]},{"name":"D3D11_VS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[410]},{"name":"D3D11_VS_OUTPUT_REGISTER_COUNT","features":[410]},{"name":"D3D11_WHQL_CONTEXT_COUNT_FOR_RESOURCE_LIMIT","features":[410]},{"name":"D3D11_WHQL_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[410]},{"name":"D3D11_WHQL_DRAW_VERTEX_COUNT_2_TO_EXP","features":[410]},{"name":"D3DCSX_DLL","features":[410]},{"name":"D3DCSX_DLL_A","features":[410]},{"name":"D3DCSX_DLL_W","features":[410]},{"name":"D3DDisassemble11Trace","features":[407,410]},{"name":"D3DX11CreateFFT","features":[410]},{"name":"D3DX11CreateFFT1DComplex","features":[410]},{"name":"D3DX11CreateFFT1DReal","features":[410]},{"name":"D3DX11CreateFFT2DComplex","features":[410]},{"name":"D3DX11CreateFFT2DReal","features":[410]},{"name":"D3DX11CreateFFT3DComplex","features":[410]},{"name":"D3DX11CreateFFT3DReal","features":[410]},{"name":"D3DX11CreateScan","features":[410]},{"name":"D3DX11CreateSegmentedScan","features":[410]},{"name":"D3DX11_FFT_BUFFER_INFO","features":[410]},{"name":"D3DX11_FFT_CREATE_FLAG","features":[410]},{"name":"D3DX11_FFT_CREATE_FLAG_NO_PRECOMPUTE_BUFFERS","features":[410]},{"name":"D3DX11_FFT_DATA_TYPE","features":[410]},{"name":"D3DX11_FFT_DATA_TYPE_COMPLEX","features":[410]},{"name":"D3DX11_FFT_DATA_TYPE_REAL","features":[410]},{"name":"D3DX11_FFT_DESC","features":[410]},{"name":"D3DX11_FFT_DIM_MASK","features":[410]},{"name":"D3DX11_FFT_DIM_MASK_1D","features":[410]},{"name":"D3DX11_FFT_DIM_MASK_2D","features":[410]},{"name":"D3DX11_FFT_DIM_MASK_3D","features":[410]},{"name":"D3DX11_FFT_MAX_DIMENSIONS","features":[410]},{"name":"D3DX11_FFT_MAX_PRECOMPUTE_BUFFERS","features":[410]},{"name":"D3DX11_FFT_MAX_TEMP_BUFFERS","features":[410]},{"name":"D3DX11_SCAN_DATA_TYPE","features":[410]},{"name":"D3DX11_SCAN_DATA_TYPE_FLOAT","features":[410]},{"name":"D3DX11_SCAN_DATA_TYPE_INT","features":[410]},{"name":"D3DX11_SCAN_DATA_TYPE_UINT","features":[410]},{"name":"D3DX11_SCAN_DIRECTION","features":[410]},{"name":"D3DX11_SCAN_DIRECTION_BACKWARD","features":[410]},{"name":"D3DX11_SCAN_DIRECTION_FORWARD","features":[410]},{"name":"D3DX11_SCAN_OPCODE","features":[410]},{"name":"D3DX11_SCAN_OPCODE_ADD","features":[410]},{"name":"D3DX11_SCAN_OPCODE_AND","features":[410]},{"name":"D3DX11_SCAN_OPCODE_MAX","features":[410]},{"name":"D3DX11_SCAN_OPCODE_MIN","features":[410]},{"name":"D3DX11_SCAN_OPCODE_MUL","features":[410]},{"name":"D3DX11_SCAN_OPCODE_OR","features":[410]},{"name":"D3DX11_SCAN_OPCODE_XOR","features":[410]},{"name":"D3D_RETURN_PARAMETER_INDEX","features":[410]},{"name":"D3D_SHADER_REQUIRES_11_1_DOUBLE_EXTENSIONS","features":[410]},{"name":"D3D_SHADER_REQUIRES_11_1_SHADER_EXTENSIONS","features":[410]},{"name":"D3D_SHADER_REQUIRES_64_UAVS","features":[410]},{"name":"D3D_SHADER_REQUIRES_DOUBLES","features":[410]},{"name":"D3D_SHADER_REQUIRES_EARLY_DEPTH_STENCIL","features":[410]},{"name":"D3D_SHADER_REQUIRES_LEVEL_9_COMPARISON_FILTERING","features":[410]},{"name":"D3D_SHADER_REQUIRES_MINIMUM_PRECISION","features":[410]},{"name":"D3D_SHADER_REQUIRES_TILED_RESOURCES","features":[410]},{"name":"D3D_SHADER_REQUIRES_UAVS_AT_EVERY_STAGE","features":[410]},{"name":"DXGI_DEBUG_D3D11","features":[410]},{"name":"ID3D11Asynchronous","features":[410]},{"name":"ID3D11AuthenticatedChannel","features":[410]},{"name":"ID3D11BlendState","features":[410]},{"name":"ID3D11BlendState1","features":[410]},{"name":"ID3D11Buffer","features":[410]},{"name":"ID3D11ClassInstance","features":[410]},{"name":"ID3D11ClassLinkage","features":[410]},{"name":"ID3D11CommandList","features":[410]},{"name":"ID3D11ComputeShader","features":[410]},{"name":"ID3D11Counter","features":[410]},{"name":"ID3D11CryptoSession","features":[410]},{"name":"ID3D11Debug","features":[410]},{"name":"ID3D11DepthStencilState","features":[410]},{"name":"ID3D11DepthStencilView","features":[410]},{"name":"ID3D11Device","features":[410]},{"name":"ID3D11Device1","features":[410]},{"name":"ID3D11Device2","features":[410]},{"name":"ID3D11Device3","features":[410]},{"name":"ID3D11Device4","features":[410]},{"name":"ID3D11Device5","features":[410]},{"name":"ID3D11DeviceChild","features":[410]},{"name":"ID3D11DeviceContext","features":[410]},{"name":"ID3D11DeviceContext1","features":[410]},{"name":"ID3D11DeviceContext2","features":[410]},{"name":"ID3D11DeviceContext3","features":[410]},{"name":"ID3D11DeviceContext4","features":[410]},{"name":"ID3D11DomainShader","features":[410]},{"name":"ID3D11Fence","features":[410]},{"name":"ID3D11FunctionLinkingGraph","features":[410]},{"name":"ID3D11FunctionParameterReflection","features":[410]},{"name":"ID3D11FunctionReflection","features":[410]},{"name":"ID3D11GeometryShader","features":[410]},{"name":"ID3D11HullShader","features":[410]},{"name":"ID3D11InfoQueue","features":[410]},{"name":"ID3D11InputLayout","features":[410]},{"name":"ID3D11LibraryReflection","features":[410]},{"name":"ID3D11Linker","features":[410]},{"name":"ID3D11LinkingNode","features":[410]},{"name":"ID3D11Module","features":[410]},{"name":"ID3D11ModuleInstance","features":[410]},{"name":"ID3D11Multithread","features":[410]},{"name":"ID3D11PixelShader","features":[410]},{"name":"ID3D11Predicate","features":[410]},{"name":"ID3D11Query","features":[410]},{"name":"ID3D11Query1","features":[410]},{"name":"ID3D11RasterizerState","features":[410]},{"name":"ID3D11RasterizerState1","features":[410]},{"name":"ID3D11RasterizerState2","features":[410]},{"name":"ID3D11RefDefaultTrackingOptions","features":[410]},{"name":"ID3D11RefTrackingOptions","features":[410]},{"name":"ID3D11RenderTargetView","features":[410]},{"name":"ID3D11RenderTargetView1","features":[410]},{"name":"ID3D11Resource","features":[410]},{"name":"ID3D11SamplerState","features":[410]},{"name":"ID3D11ShaderReflection","features":[410]},{"name":"ID3D11ShaderReflectionConstantBuffer","features":[410]},{"name":"ID3D11ShaderReflectionType","features":[410]},{"name":"ID3D11ShaderReflectionVariable","features":[410]},{"name":"ID3D11ShaderResourceView","features":[410]},{"name":"ID3D11ShaderResourceView1","features":[410]},{"name":"ID3D11ShaderTrace","features":[410]},{"name":"ID3D11ShaderTraceFactory","features":[410]},{"name":"ID3D11SwitchToRef","features":[410]},{"name":"ID3D11Texture1D","features":[410]},{"name":"ID3D11Texture2D","features":[410]},{"name":"ID3D11Texture2D1","features":[410]},{"name":"ID3D11Texture3D","features":[410]},{"name":"ID3D11Texture3D1","features":[410]},{"name":"ID3D11TracingDevice","features":[410]},{"name":"ID3D11UnorderedAccessView","features":[410]},{"name":"ID3D11UnorderedAccessView1","features":[410]},{"name":"ID3D11VertexShader","features":[410]},{"name":"ID3D11VideoContext","features":[410]},{"name":"ID3D11VideoContext1","features":[410]},{"name":"ID3D11VideoContext2","features":[410]},{"name":"ID3D11VideoContext3","features":[410]},{"name":"ID3D11VideoDecoder","features":[410]},{"name":"ID3D11VideoDecoderOutputView","features":[410]},{"name":"ID3D11VideoDevice","features":[410]},{"name":"ID3D11VideoDevice1","features":[410]},{"name":"ID3D11VideoDevice2","features":[410]},{"name":"ID3D11VideoProcessor","features":[410]},{"name":"ID3D11VideoProcessorEnumerator","features":[410]},{"name":"ID3D11VideoProcessorEnumerator1","features":[410]},{"name":"ID3D11VideoProcessorInputView","features":[410]},{"name":"ID3D11VideoProcessorOutputView","features":[410]},{"name":"ID3D11View","features":[410]},{"name":"ID3DDeviceContextState","features":[410]},{"name":"ID3DUserDefinedAnnotation","features":[410]},{"name":"ID3DX11FFT","features":[410]},{"name":"ID3DX11Scan","features":[410]},{"name":"ID3DX11SegmentedScan","features":[410]},{"name":"PFN_D3D11_CREATE_DEVICE","features":[305,407,410,406]},{"name":"PFN_D3D11_CREATE_DEVICE_AND_SWAP_CHAIN","features":[305,407,410,402]},{"name":"_FACD3D11","features":[410]}],"411":[{"name":"D3D11On12CreateDevice","features":[407,410,412]},{"name":"D3D11_RESOURCE_FLAGS","features":[412]},{"name":"ID3D11On12Device","features":[412]},{"name":"ID3D11On12Device1","features":[412]},{"name":"ID3D11On12Device2","features":[412]},{"name":"PFN_D3D11ON12_CREATE_DEVICE","features":[407,410,412]}],"412":[{"name":"CLSID_D3D12Debug","features":[354]},{"name":"CLSID_D3D12DeviceFactory","features":[354]},{"name":"CLSID_D3D12DeviceRemovedExtendedData","features":[354]},{"name":"CLSID_D3D12SDKConfiguration","features":[354]},{"name":"CLSID_D3D12Tools","features":[354]},{"name":"D3D12CreateDevice","features":[407,354]},{"name":"D3D12CreateRootSignatureDeserializer","features":[354]},{"name":"D3D12CreateVersionedRootSignatureDeserializer","features":[354]},{"name":"D3D12EnableExperimentalFeatures","features":[354]},{"name":"D3D12ExperimentalShaderModels","features":[354]},{"name":"D3D12GetDebugInterface","features":[354]},{"name":"D3D12GetInterface","features":[354]},{"name":"D3D12MessageFunc","features":[354]},{"name":"D3D12SerializeRootSignature","features":[407,354]},{"name":"D3D12SerializeVersionedRootSignature","features":[407,354]},{"name":"D3D12TiledResourceTier4","features":[354]},{"name":"D3D12_16BIT_INDEX_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_32BIT_INDEX_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_8BIT_INDEX_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_ANISOTROPIC_FILTERING_BIT","features":[354]},{"name":"D3D12_APPEND_ALIGNED_ELEMENT","features":[354]},{"name":"D3D12_ARRAY_AXIS_ADDRESS_RANGE_BIT_COUNT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_NODE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_NODE1","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ATOMICCOPYBUFFERUINT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ATOMICCOPYBUFFERUINT64","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_BARRIER","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_BEGINEVENT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_BEGINSUBMISSION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_BEGIN_COMMAND_LIST","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_BUILDRAYTRACINGACCELERATIONSTRUCTURE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_CLEARDEPTHSTENCILVIEW","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_CLEARRENDERTARGETVIEW","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_CLEARUNORDEREDACCESSVIEW","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_COPYBUFFERREGION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_COPYRAYTRACINGACCELERATIONSTRUCTURE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_COPYRESOURCE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_COPYTEXTUREREGION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_COPYTILES","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DECODEFRAME","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DECODEFRAME1","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DECODEFRAME2","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DISPATCH","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DISPATCHGRAPH","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DISPATCHMESH","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DISPATCHRAYS","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DRAWINDEXEDINSTANCED","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_DRAWINSTANCED","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_EMITRAYTRACINGACCELERATIONSTRUCTUREPOSTBUILDINFO","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ENCODEFRAME","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ENDEVENT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ENDSUBMISSION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_ESTIMATEMOTION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_EXECUTEBUNDLE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_EXECUTEEXTENSIONCOMMAND","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_EXECUTEINDIRECT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_EXECUTEMETACOMMAND","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_INITIALIZEEXTENSIONCOMMAND","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_INITIALIZEMETACOMMAND","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_PRESENT","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_PROCESSFRAMES","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_PROCESSFRAMES1","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOLVEENCODEROUTPUTMETADATA","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOLVEMOTIONVECTORHEAP","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOLVEQUERYDATA","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOLVESUBRESOURCE","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOLVESUBRESOURCEREGION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_RESOURCEBARRIER","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_SETMARKER","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_SETPIPELINESTATE1","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_SETPROGRAM","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_SETPROTECTEDRESOURCESESSION","features":[354]},{"name":"D3D12_AUTO_BREADCRUMB_OP_WRITEBUFFERIMMEDIATE","features":[354]},{"name":"D3D12_AXIS_SHADING_RATE","features":[354]},{"name":"D3D12_AXIS_SHADING_RATE_1X","features":[354]},{"name":"D3D12_AXIS_SHADING_RATE_2X","features":[354]},{"name":"D3D12_AXIS_SHADING_RATE_4X","features":[354]},{"name":"D3D12_BACKGROUND_PROCESSING_MODE","features":[354]},{"name":"D3D12_BACKGROUND_PROCESSING_MODE_ALLOWED","features":[354]},{"name":"D3D12_BACKGROUND_PROCESSING_MODE_ALLOW_INTRUSIVE_MEASUREMENTS","features":[354]},{"name":"D3D12_BACKGROUND_PROCESSING_MODE_DISABLE_BACKGROUND_WORK","features":[354]},{"name":"D3D12_BACKGROUND_PROCESSING_MODE_DISABLE_PROFILING_BY_SYSTEM","features":[354]},{"name":"D3D12_BARRIER_ACCESS","features":[354]},{"name":"D3D12_BARRIER_ACCESS_COMMON","features":[354]},{"name":"D3D12_BARRIER_ACCESS_CONSTANT_BUFFER","features":[354]},{"name":"D3D12_BARRIER_ACCESS_COPY_DEST","features":[354]},{"name":"D3D12_BARRIER_ACCESS_COPY_SOURCE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_DEPTH_STENCIL_READ","features":[354]},{"name":"D3D12_BARRIER_ACCESS_DEPTH_STENCIL_WRITE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_INDEX_BUFFER","features":[354]},{"name":"D3D12_BARRIER_ACCESS_INDIRECT_ARGUMENT","features":[354]},{"name":"D3D12_BARRIER_ACCESS_NO_ACCESS","features":[354]},{"name":"D3D12_BARRIER_ACCESS_PREDICATION","features":[354]},{"name":"D3D12_BARRIER_ACCESS_RAYTRACING_ACCELERATION_STRUCTURE_READ","features":[354]},{"name":"D3D12_BARRIER_ACCESS_RAYTRACING_ACCELERATION_STRUCTURE_WRITE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_RENDER_TARGET","features":[354]},{"name":"D3D12_BARRIER_ACCESS_RESOLVE_DEST","features":[354]},{"name":"D3D12_BARRIER_ACCESS_RESOLVE_SOURCE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_SHADER_RESOURCE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_SHADING_RATE_SOURCE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_STREAM_OUTPUT","features":[354]},{"name":"D3D12_BARRIER_ACCESS_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VERTEX_BUFFER","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_DECODE_READ","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_DECODE_WRITE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_ENCODE_READ","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_ENCODE_WRITE","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_PROCESS_READ","features":[354]},{"name":"D3D12_BARRIER_ACCESS_VIDEO_PROCESS_WRITE","features":[354]},{"name":"D3D12_BARRIER_GROUP","features":[354]},{"name":"D3D12_BARRIER_LAYOUT","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMMON","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_COMMON","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_COPY_DEST","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_COPY_SOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_GENERIC_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_SHADER_RESOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COMPUTE_QUEUE_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COPY_DEST","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_COPY_SOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DEPTH_STENCIL_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DEPTH_STENCIL_WRITE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_COMMON","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_COPY_DEST","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_COPY_SOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_GENERIC_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_SHADER_RESOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_DIRECT_QUEUE_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_GENERIC_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_PRESENT","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_RENDER_TARGET","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_RESOLVE_DEST","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_RESOLVE_SOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_SHADER_RESOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_SHADING_RATE_SOURCE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_UNDEFINED","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_DECODE_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_DECODE_WRITE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_ENCODE_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_ENCODE_WRITE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_PROCESS_READ","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_PROCESS_WRITE","features":[354]},{"name":"D3D12_BARRIER_LAYOUT_VIDEO_QUEUE_COMMON","features":[354]},{"name":"D3D12_BARRIER_SUBRESOURCE_RANGE","features":[354]},{"name":"D3D12_BARRIER_SYNC","features":[354]},{"name":"D3D12_BARRIER_SYNC_ALL","features":[354]},{"name":"D3D12_BARRIER_SYNC_ALL_SHADING","features":[354]},{"name":"D3D12_BARRIER_SYNC_BUILD_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_BARRIER_SYNC_CLEAR_UNORDERED_ACCESS_VIEW","features":[354]},{"name":"D3D12_BARRIER_SYNC_COMPUTE_SHADING","features":[354]},{"name":"D3D12_BARRIER_SYNC_COPY","features":[354]},{"name":"D3D12_BARRIER_SYNC_COPY_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_BARRIER_SYNC_DEPTH_STENCIL","features":[354]},{"name":"D3D12_BARRIER_SYNC_DRAW","features":[354]},{"name":"D3D12_BARRIER_SYNC_EMIT_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO","features":[354]},{"name":"D3D12_BARRIER_SYNC_EXECUTE_INDIRECT","features":[354]},{"name":"D3D12_BARRIER_SYNC_INDEX_INPUT","features":[354]},{"name":"D3D12_BARRIER_SYNC_NONE","features":[354]},{"name":"D3D12_BARRIER_SYNC_NON_PIXEL_SHADING","features":[354]},{"name":"D3D12_BARRIER_SYNC_PIXEL_SHADING","features":[354]},{"name":"D3D12_BARRIER_SYNC_PREDICATION","features":[354]},{"name":"D3D12_BARRIER_SYNC_RAYTRACING","features":[354]},{"name":"D3D12_BARRIER_SYNC_RENDER_TARGET","features":[354]},{"name":"D3D12_BARRIER_SYNC_RESOLVE","features":[354]},{"name":"D3D12_BARRIER_SYNC_SPLIT","features":[354]},{"name":"D3D12_BARRIER_SYNC_VERTEX_SHADING","features":[354]},{"name":"D3D12_BARRIER_SYNC_VIDEO_DECODE","features":[354]},{"name":"D3D12_BARRIER_SYNC_VIDEO_ENCODE","features":[354]},{"name":"D3D12_BARRIER_SYNC_VIDEO_PROCESS","features":[354]},{"name":"D3D12_BARRIER_TYPE","features":[354]},{"name":"D3D12_BARRIER_TYPE_BUFFER","features":[354]},{"name":"D3D12_BARRIER_TYPE_GLOBAL","features":[354]},{"name":"D3D12_BARRIER_TYPE_TEXTURE","features":[354]},{"name":"D3D12_BLEND","features":[354]},{"name":"D3D12_BLEND_ALPHA_FACTOR","features":[354]},{"name":"D3D12_BLEND_BLEND_FACTOR","features":[354]},{"name":"D3D12_BLEND_DESC","features":[305,354]},{"name":"D3D12_BLEND_DEST_ALPHA","features":[354]},{"name":"D3D12_BLEND_DEST_COLOR","features":[354]},{"name":"D3D12_BLEND_INV_ALPHA_FACTOR","features":[354]},{"name":"D3D12_BLEND_INV_BLEND_FACTOR","features":[354]},{"name":"D3D12_BLEND_INV_DEST_ALPHA","features":[354]},{"name":"D3D12_BLEND_INV_DEST_COLOR","features":[354]},{"name":"D3D12_BLEND_INV_SRC1_ALPHA","features":[354]},{"name":"D3D12_BLEND_INV_SRC1_COLOR","features":[354]},{"name":"D3D12_BLEND_INV_SRC_ALPHA","features":[354]},{"name":"D3D12_BLEND_INV_SRC_COLOR","features":[354]},{"name":"D3D12_BLEND_ONE","features":[354]},{"name":"D3D12_BLEND_OP","features":[354]},{"name":"D3D12_BLEND_OP_ADD","features":[354]},{"name":"D3D12_BLEND_OP_MAX","features":[354]},{"name":"D3D12_BLEND_OP_MIN","features":[354]},{"name":"D3D12_BLEND_OP_REV_SUBTRACT","features":[354]},{"name":"D3D12_BLEND_OP_SUBTRACT","features":[354]},{"name":"D3D12_BLEND_SRC1_ALPHA","features":[354]},{"name":"D3D12_BLEND_SRC1_COLOR","features":[354]},{"name":"D3D12_BLEND_SRC_ALPHA","features":[354]},{"name":"D3D12_BLEND_SRC_ALPHA_SAT","features":[354]},{"name":"D3D12_BLEND_SRC_COLOR","features":[354]},{"name":"D3D12_BLEND_ZERO","features":[354]},{"name":"D3D12_BOX","features":[354]},{"name":"D3D12_BROADCASTING_LAUNCH_OVERRIDES","features":[305,354]},{"name":"D3D12_BUFFER_BARRIER","features":[354]},{"name":"D3D12_BUFFER_RTV","features":[354]},{"name":"D3D12_BUFFER_SRV","features":[354]},{"name":"D3D12_BUFFER_SRV_FLAGS","features":[354]},{"name":"D3D12_BUFFER_SRV_FLAG_NONE","features":[354]},{"name":"D3D12_BUFFER_SRV_FLAG_RAW","features":[354]},{"name":"D3D12_BUFFER_UAV","features":[354]},{"name":"D3D12_BUFFER_UAV_FLAGS","features":[354]},{"name":"D3D12_BUFFER_UAV_FLAG_NONE","features":[354]},{"name":"D3D12_BUFFER_UAV_FLAG_RAW","features":[354]},{"name":"D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_DESC","features":[354,402]},{"name":"D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS","features":[354,402]},{"name":"D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_TOOLS_VISUALIZATION_HEADER","features":[354]},{"name":"D3D12_CACHED_PIPELINE_STATE","features":[354]},{"name":"D3D12_CENTER_MULTISAMPLE_PATTERN","features":[354]},{"name":"D3D12_CLEAR_FLAGS","features":[354]},{"name":"D3D12_CLEAR_FLAG_DEPTH","features":[354]},{"name":"D3D12_CLEAR_FLAG_STENCIL","features":[354]},{"name":"D3D12_CLEAR_VALUE","features":[354,402]},{"name":"D3D12_CLIP_OR_CULL_DISTANCE_COUNT","features":[354]},{"name":"D3D12_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT","features":[354]},{"name":"D3D12_COALESCING_LAUNCH_OVERRIDES","features":[305,354]},{"name":"D3D12_COLOR_WRITE_ENABLE","features":[354]},{"name":"D3D12_COLOR_WRITE_ENABLE_ALL","features":[354]},{"name":"D3D12_COLOR_WRITE_ENABLE_ALPHA","features":[354]},{"name":"D3D12_COLOR_WRITE_ENABLE_BLUE","features":[354]},{"name":"D3D12_COLOR_WRITE_ENABLE_GREEN","features":[354]},{"name":"D3D12_COLOR_WRITE_ENABLE_RED","features":[354]},{"name":"D3D12_COMMAND_LIST_FLAGS","features":[354]},{"name":"D3D12_COMMAND_LIST_FLAG_NONE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAGS","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_BUNDLE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_COMPUTE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_COPY","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_DIRECT","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_NONE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_VIDEO_DECODE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_VIDEO_ENCODE","features":[354]},{"name":"D3D12_COMMAND_LIST_SUPPORT_FLAG_VIDEO_PROCESS","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_BUNDLE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_COMPUTE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_COPY","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_DIRECT","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_NONE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_VIDEO_DECODE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_VIDEO_ENCODE","features":[354]},{"name":"D3D12_COMMAND_LIST_TYPE_VIDEO_PROCESS","features":[354]},{"name":"D3D12_COMMAND_POOL_FLAGS","features":[354]},{"name":"D3D12_COMMAND_POOL_FLAG_NONE","features":[354]},{"name":"D3D12_COMMAND_QUEUE_DESC","features":[354]},{"name":"D3D12_COMMAND_QUEUE_FLAGS","features":[354]},{"name":"D3D12_COMMAND_QUEUE_FLAG_DISABLE_GPU_TIMEOUT","features":[354]},{"name":"D3D12_COMMAND_QUEUE_FLAG_NONE","features":[354]},{"name":"D3D12_COMMAND_QUEUE_PRIORITY","features":[354]},{"name":"D3D12_COMMAND_QUEUE_PRIORITY_GLOBAL_REALTIME","features":[354]},{"name":"D3D12_COMMAND_QUEUE_PRIORITY_HIGH","features":[354]},{"name":"D3D12_COMMAND_QUEUE_PRIORITY_NORMAL","features":[354]},{"name":"D3D12_COMMAND_RECORDER_FLAGS","features":[354]},{"name":"D3D12_COMMAND_RECORDER_FLAG_NONE","features":[354]},{"name":"D3D12_COMMAND_SIGNATURE_DESC","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_HW_SLOT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_PARTIAL_UPDATE_EXTENTS_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_COMMONSHADER_FLOWCONTROL_NESTING_LIMIT","features":[354]},{"name":"D3D12_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_COMMONSHADER_IMMEDIATE_VALUE_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_INPUT_RESOURCE_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_INPUT_RESOURCE_REGISTER_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_INPUT_RESOURCE_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_COMMONSHADER_INPUT_RESOURCE_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_SAMPLER_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_SAMPLER_REGISTER_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_SAMPLER_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_COMMONSHADER_SAMPLER_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_COMMONSHADER_SAMPLER_SLOT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_SUBROUTINE_NESTING_LIMIT","features":[354]},{"name":"D3D12_COMMONSHADER_TEMP_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_COMMONSHADER_TEMP_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_TEMP_REGISTER_COUNT","features":[354]},{"name":"D3D12_COMMONSHADER_TEMP_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_COMMONSHADER_TEMP_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MAX","features":[354]},{"name":"D3D12_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MIN","features":[354]},{"name":"D3D12_COMMONSHADER_TEXEL_OFFSET_MAX_NEGATIVE","features":[354]},{"name":"D3D12_COMMONSHADER_TEXEL_OFFSET_MAX_POSITIVE","features":[354]},{"name":"D3D12_COMMON_COMPUTE_NODE_OVERRIDES","features":[305,354]},{"name":"D3D12_COMPARISON_FUNC","features":[354]},{"name":"D3D12_COMPARISON_FUNC_ALWAYS","features":[354]},{"name":"D3D12_COMPARISON_FUNC_EQUAL","features":[354]},{"name":"D3D12_COMPARISON_FUNC_GREATER","features":[354]},{"name":"D3D12_COMPARISON_FUNC_GREATER_EQUAL","features":[354]},{"name":"D3D12_COMPARISON_FUNC_LESS","features":[354]},{"name":"D3D12_COMPARISON_FUNC_LESS_EQUAL","features":[354]},{"name":"D3D12_COMPARISON_FUNC_NEVER","features":[354]},{"name":"D3D12_COMPARISON_FUNC_NONE","features":[354]},{"name":"D3D12_COMPARISON_FUNC_NOT_EQUAL","features":[354]},{"name":"D3D12_COMPUTE_PIPELINE_STATE_DESC","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_MODE","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_MODE_OFF","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_MODE_ON","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_TIER","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_TIER_1","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_TIER_2","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_TIER_3","features":[354]},{"name":"D3D12_CONSERVATIVE_RASTERIZATION_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_CONSTANT_BUFFER_DATA_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_CONSTANT_BUFFER_VIEW_DESC","features":[354]},{"name":"D3D12_CPU_DESCRIPTOR_HANDLE","features":[354]},{"name":"D3D12_CPU_PAGE_PROPERTY","features":[354]},{"name":"D3D12_CPU_PAGE_PROPERTY_NOT_AVAILABLE","features":[354]},{"name":"D3D12_CPU_PAGE_PROPERTY_UNKNOWN","features":[354]},{"name":"D3D12_CPU_PAGE_PROPERTY_WRITE_BACK","features":[354]},{"name":"D3D12_CPU_PAGE_PROPERTY_WRITE_COMBINE","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER_1","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER_1_EMULATED","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER_2","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER_3","features":[354]},{"name":"D3D12_CROSS_NODE_SHARING_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_CS_4_X_BUCKET00_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET00_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET01_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET01_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET02_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET02_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET03_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET03_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET04_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET04_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET05_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET05_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET06_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET06_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET07_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET07_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET08_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET08_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET09_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET09_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET10_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET10_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET11_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET11_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET12_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET12_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET13_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET13_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET14_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET14_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_BUCKET15_MAX_BYTES_TGSM_WRITABLE_PER_THREAD","features":[354]},{"name":"D3D12_CS_4_X_BUCKET15_MAX_NUM_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_DISPATCH_MAX_THREAD_GROUPS_IN_Z_DIMENSION","features":[354]},{"name":"D3D12_CS_4_X_RAW_UAV_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_CS_4_X_THREAD_GROUP_MAX_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_4_X_THREAD_GROUP_MAX_X","features":[354]},{"name":"D3D12_CS_4_X_THREAD_GROUP_MAX_Y","features":[354]},{"name":"D3D12_CS_4_X_UAV_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_DISPATCH_MAX_THREAD_GROUPS_PER_DIMENSION","features":[354]},{"name":"D3D12_CS_TGSM_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_TGSM_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_CS_TGSM_RESOURCE_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_CS_TGSM_RESOURCE_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_CS_THREADGROUPID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_CS_THREADGROUPID_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_THREADIDINGROUPFLATTENED_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_CS_THREADIDINGROUPFLATTENED_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_THREADIDINGROUP_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_CS_THREADIDINGROUP_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_THREADID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_CS_THREADID_REGISTER_COUNT","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MAX_THREADS_PER_GROUP","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MAX_X","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MAX_Y","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MAX_Z","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MIN_X","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MIN_Y","features":[354]},{"name":"D3D12_CS_THREAD_GROUP_MIN_Z","features":[354]},{"name":"D3D12_CS_THREAD_LOCAL_TEMP_REGISTER_POOL","features":[354]},{"name":"D3D12_CULL_MODE","features":[354]},{"name":"D3D12_CULL_MODE_BACK","features":[354]},{"name":"D3D12_CULL_MODE_FRONT","features":[354]},{"name":"D3D12_CULL_MODE_NONE","features":[354]},{"name":"D3D12_DEBUG_COMMAND_LIST_GPU_BASED_VALIDATION_SETTINGS","features":[354]},{"name":"D3D12_DEBUG_COMMAND_LIST_PARAMETER_GPU_BASED_VALIDATION_SETTINGS","features":[354]},{"name":"D3D12_DEBUG_COMMAND_LIST_PARAMETER_TYPE","features":[354]},{"name":"D3D12_DEBUG_DEVICE_GPU_BASED_VALIDATION_SETTINGS","features":[354]},{"name":"D3D12_DEBUG_DEVICE_GPU_SLOWDOWN_PERFORMANCE_FACTOR","features":[354]},{"name":"D3D12_DEBUG_DEVICE_PARAMETER_FEATURE_FLAGS","features":[354]},{"name":"D3D12_DEBUG_DEVICE_PARAMETER_GPU_BASED_VALIDATION_SETTINGS","features":[354]},{"name":"D3D12_DEBUG_DEVICE_PARAMETER_GPU_SLOWDOWN_PERFORMANCE_FACTOR","features":[354]},{"name":"D3D12_DEBUG_DEVICE_PARAMETER_TYPE","features":[354]},{"name":"D3D12_DEBUG_FEATURE","features":[354]},{"name":"D3D12_DEBUG_FEATURE_ALLOW_BEHAVIOR_CHANGING_DEBUG_AIDS","features":[354]},{"name":"D3D12_DEBUG_FEATURE_CONSERVATIVE_RESOURCE_STATE_TRACKING","features":[354]},{"name":"D3D12_DEBUG_FEATURE_DISABLE_VIRTUALIZED_BUNDLES_VALIDATION","features":[354]},{"name":"D3D12_DEBUG_FEATURE_EMULATE_WINDOWS7","features":[354]},{"name":"D3D12_DEBUG_FEATURE_NONE","features":[354]},{"name":"D3D12_DEFAULT_BLEND_FACTOR_ALPHA","features":[354]},{"name":"D3D12_DEFAULT_BLEND_FACTOR_BLUE","features":[354]},{"name":"D3D12_DEFAULT_BLEND_FACTOR_GREEN","features":[354]},{"name":"D3D12_DEFAULT_BLEND_FACTOR_RED","features":[354]},{"name":"D3D12_DEFAULT_BORDER_COLOR_COMPONENT","features":[354]},{"name":"D3D12_DEFAULT_DEPTH_BIAS","features":[354]},{"name":"D3D12_DEFAULT_DEPTH_BIAS_CLAMP","features":[354]},{"name":"D3D12_DEFAULT_MAX_ANISOTROPY","features":[354]},{"name":"D3D12_DEFAULT_MIP_LOD_BIAS","features":[354]},{"name":"D3D12_DEFAULT_MSAA_RESOURCE_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_DEFAULT_RENDER_TARGET_ARRAY_INDEX","features":[354]},{"name":"D3D12_DEFAULT_RESOURCE_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_DEFAULT_SAMPLE_MASK","features":[354]},{"name":"D3D12_DEFAULT_SCISSOR_ENDX","features":[354]},{"name":"D3D12_DEFAULT_SCISSOR_ENDY","features":[354]},{"name":"D3D12_DEFAULT_SCISSOR_STARTX","features":[354]},{"name":"D3D12_DEFAULT_SCISSOR_STARTY","features":[354]},{"name":"D3D12_DEFAULT_SHADER_4_COMPONENT_MAPPING","features":[354]},{"name":"D3D12_DEFAULT_SLOPE_SCALED_DEPTH_BIAS","features":[354]},{"name":"D3D12_DEFAULT_STENCIL_READ_MASK","features":[354]},{"name":"D3D12_DEFAULT_STENCIL_REFERENCE","features":[354]},{"name":"D3D12_DEFAULT_STENCIL_WRITE_MASK","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_AND_SCISSORRECT_INDEX","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_HEIGHT","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_MAX_DEPTH","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_MIN_DEPTH","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_TOPLEFTX","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_TOPLEFTY","features":[354]},{"name":"D3D12_DEFAULT_VIEWPORT_WIDTH","features":[354]},{"name":"D3D12_DEPTH_STENCILOP_DESC","features":[354]},{"name":"D3D12_DEPTH_STENCILOP_DESC1","features":[354]},{"name":"D3D12_DEPTH_STENCIL_DESC","features":[305,354]},{"name":"D3D12_DEPTH_STENCIL_DESC1","features":[305,354]},{"name":"D3D12_DEPTH_STENCIL_DESC2","features":[305,354]},{"name":"D3D12_DEPTH_STENCIL_FORMAT","features":[354,402]},{"name":"D3D12_DEPTH_STENCIL_VALUE","features":[354]},{"name":"D3D12_DEPTH_STENCIL_VIEW_DESC","features":[354,402]},{"name":"D3D12_DEPTH_WRITE_MASK","features":[354]},{"name":"D3D12_DEPTH_WRITE_MASK_ALL","features":[354]},{"name":"D3D12_DEPTH_WRITE_MASK_ZERO","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_DESC","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_FLAGS","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_FLAG_NONE","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE_DSV","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE_NUM_TYPES","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE_RTV","features":[354]},{"name":"D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE1","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAGS","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_DATA_STATIC","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_DATA_STATIC_WHILE_SET_AT_EXECUTE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_DATA_VOLATILE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_DESCRIPTORS_STATIC_KEEPING_BUFFER_BOUNDS_CHECKS","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_DESCRIPTORS_VOLATILE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_FLAG_NONE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_OFFSET_APPEND","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_TYPE","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_TYPE_CBV","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_TYPE_SAMPLER","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_TYPE_SRV","features":[354]},{"name":"D3D12_DESCRIPTOR_RANGE_TYPE_UAV","features":[354]},{"name":"D3D12_DEVICE_CONFIGURATION_DESC","features":[354]},{"name":"D3D12_DEVICE_FACTORY_FLAGS","features":[354]},{"name":"D3D12_DEVICE_FACTORY_FLAG_ALLOW_RETURNING_EXISTING_DEVICE","features":[354]},{"name":"D3D12_DEVICE_FACTORY_FLAG_ALLOW_RETURNING_INCOMPATIBLE_EXISTING_DEVICE","features":[354]},{"name":"D3D12_DEVICE_FACTORY_FLAG_DISALLOW_STORING_NEW_DEVICE_AS_SINGLETON","features":[354]},{"name":"D3D12_DEVICE_FACTORY_FLAG_NONE","features":[354]},{"name":"D3D12_DEVICE_FLAGS","features":[354]},{"name":"D3D12_DEVICE_FLAG_AUTO_DEBUG_NAME_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_DEBUG_LAYER_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_DRED_AUTO_BREADCRUMBS_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_DRED_BREADCRUMB_CONTEXT_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_DRED_PAGE_FAULT_REPORTING_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_DRED_USE_MARKERS_ONLY_BREADCRUMBS","features":[354]},{"name":"D3D12_DEVICE_FLAG_DRED_WATSON_REPORTING_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_FORCE_LEGACY_STATE_VALIDATION","features":[354]},{"name":"D3D12_DEVICE_FLAG_GPU_BASED_VALIDATION_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_NONE","features":[354]},{"name":"D3D12_DEVICE_FLAG_SHADER_INSTRUMENTATION_ENABLED","features":[354]},{"name":"D3D12_DEVICE_FLAG_SYNCHRONIZED_COMMAND_QUEUE_VALIDATION_DISABLED","features":[354]},{"name":"D3D12_DEVICE_REMOVED_EXTENDED_DATA","features":[354]},{"name":"D3D12_DEVICE_REMOVED_EXTENDED_DATA1","features":[354]},{"name":"D3D12_DEVICE_REMOVED_EXTENDED_DATA2","features":[354]},{"name":"D3D12_DEVICE_REMOVED_EXTENDED_DATA3","features":[354]},{"name":"D3D12_DISCARD_REGION","features":[305,354]},{"name":"D3D12_DISPATCH_ARGUMENTS","features":[354]},{"name":"D3D12_DISPATCH_GRAPH_DESC","features":[354]},{"name":"D3D12_DISPATCH_MESH_ARGUMENTS","features":[354]},{"name":"D3D12_DISPATCH_MODE","features":[354]},{"name":"D3D12_DISPATCH_MODE_MULTI_NODE_CPU_INPUT","features":[354]},{"name":"D3D12_DISPATCH_MODE_MULTI_NODE_GPU_INPUT","features":[354]},{"name":"D3D12_DISPATCH_MODE_NODE_CPU_INPUT","features":[354]},{"name":"D3D12_DISPATCH_MODE_NODE_GPU_INPUT","features":[354]},{"name":"D3D12_DISPATCH_RAYS_DESC","features":[354]},{"name":"D3D12_DRAW_ARGUMENTS","features":[354]},{"name":"D3D12_DRAW_INDEXED_ARGUMENTS","features":[354]},{"name":"D3D12_DRED_ALLOCATION_NODE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_NODE1","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_ALLOCATOR","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_LIST","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_POOL","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_QUEUE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_RECORDER","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_COMMAND_SIGNATURE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_CRYPTOSESSION","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_CRYPTOSESSIONPOLICY","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_DESCRIPTOR_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_FENCE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_INVALID","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_METACOMMAND","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_PASS","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_PIPELINE_LIBRARY","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_PIPELINE_STATE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_PROTECTEDRESOURCESESSION","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_QUERY_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_RESOURCE","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_SCHEDULINGGROUP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_STATE_OBJECT","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_DECODER","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_DECODER_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_ENCODER","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_ENCODER_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_EXTENSION_COMMAND","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_MOTION_ESTIMATOR","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_MOTION_VECTOR_HEAP","features":[354]},{"name":"D3D12_DRED_ALLOCATION_TYPE_VIDEO_PROCESSOR","features":[354]},{"name":"D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT","features":[354]},{"name":"D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT1","features":[354]},{"name":"D3D12_DRED_BREADCRUMB_CONTEXT","features":[354]},{"name":"D3D12_DRED_DEVICE_STATE","features":[354]},{"name":"D3D12_DRED_DEVICE_STATE_FAULT","features":[354]},{"name":"D3D12_DRED_DEVICE_STATE_HUNG","features":[354]},{"name":"D3D12_DRED_DEVICE_STATE_PAGEFAULT","features":[354]},{"name":"D3D12_DRED_DEVICE_STATE_UNKNOWN","features":[354]},{"name":"D3D12_DRED_ENABLEMENT","features":[354]},{"name":"D3D12_DRED_ENABLEMENT_FORCED_OFF","features":[354]},{"name":"D3D12_DRED_ENABLEMENT_FORCED_ON","features":[354]},{"name":"D3D12_DRED_ENABLEMENT_SYSTEM_CONTROLLED","features":[354]},{"name":"D3D12_DRED_FLAGS","features":[354]},{"name":"D3D12_DRED_FLAG_DISABLE_AUTOBREADCRUMBS","features":[354]},{"name":"D3D12_DRED_FLAG_FORCE_ENABLE","features":[354]},{"name":"D3D12_DRED_FLAG_NONE","features":[354]},{"name":"D3D12_DRED_PAGE_FAULT_FLAGS","features":[354]},{"name":"D3D12_DRED_PAGE_FAULT_FLAGS_NONE","features":[354]},{"name":"D3D12_DRED_PAGE_FAULT_OUTPUT","features":[354]},{"name":"D3D12_DRED_PAGE_FAULT_OUTPUT1","features":[354]},{"name":"D3D12_DRED_PAGE_FAULT_OUTPUT2","features":[354]},{"name":"D3D12_DRED_VERSION","features":[354]},{"name":"D3D12_DRED_VERSION_1_0","features":[354]},{"name":"D3D12_DRED_VERSION_1_1","features":[354]},{"name":"D3D12_DRED_VERSION_1_2","features":[354]},{"name":"D3D12_DRED_VERSION_1_3","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_COMPATIBLE_WITH_DEVICE","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_INCOMPATIBLE_TYPE","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_INCOMPATIBLE_VERSION","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_STATUS","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_UNRECOGNIZED","features":[354]},{"name":"D3D12_DRIVER_MATCHING_IDENTIFIER_UNSUPPORTED_TYPE","features":[354]},{"name":"D3D12_DRIVER_RESERVED_REGISTER_SPACE_VALUES_END","features":[354]},{"name":"D3D12_DRIVER_RESERVED_REGISTER_SPACE_VALUES_START","features":[354]},{"name":"D3D12_DSV_DIMENSION","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE1D","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE1DARRAY","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE2DARRAY","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE2DMS","features":[354]},{"name":"D3D12_DSV_DIMENSION_TEXTURE2DMSARRAY","features":[354]},{"name":"D3D12_DSV_DIMENSION_UNKNOWN","features":[354]},{"name":"D3D12_DSV_FLAGS","features":[354]},{"name":"D3D12_DSV_FLAG_NONE","features":[354]},{"name":"D3D12_DSV_FLAG_READ_ONLY_DEPTH","features":[354]},{"name":"D3D12_DSV_FLAG_READ_ONLY_STENCIL","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINTS_MAX_TOTAL_SCALARS","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINT_REGISTER_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_DS_INPUT_CONTROL_POINT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_DS_INPUT_DOMAIN_POINT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_DS_INPUT_DOMAIN_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_DOMAIN_POINT_REGISTER_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_DOMAIN_POINT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_DS_INPUT_DOMAIN_POINT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_DS_INPUT_PATCH_CONSTANT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_DS_INPUT_PATCH_CONSTANT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_PATCH_CONSTANT_REGISTER_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_PATCH_CONSTANT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_DS_INPUT_PATCH_CONSTANT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_DS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_DS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_PRIMITIVE_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_DS_INPUT_PRIMITIVE_ID_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_DS_INPUT_PRIMITIVE_ID_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_DS_OUTPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_DS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_DS_OUTPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_DXIL_LIBRARY_DESC","features":[354]},{"name":"D3D12_DXIL_SUBOBJECT_TO_EXPORTS_ASSOCIATION","features":[354]},{"name":"D3D12_ELEMENTS_LAYOUT","features":[354]},{"name":"D3D12_ELEMENTS_LAYOUT_ARRAY","features":[354]},{"name":"D3D12_ELEMENTS_LAYOUT_ARRAY_OF_POINTERS","features":[354]},{"name":"D3D12_EXECUTE_INDIRECT_TIER","features":[354]},{"name":"D3D12_EXECUTE_INDIRECT_TIER_1_0","features":[354]},{"name":"D3D12_EXECUTE_INDIRECT_TIER_1_1","features":[354]},{"name":"D3D12_EXISTING_COLLECTION_DESC","features":[354]},{"name":"D3D12_EXPORT_DESC","features":[354]},{"name":"D3D12_EXPORT_FLAGS","features":[354]},{"name":"D3D12_EXPORT_FLAG_NONE","features":[354]},{"name":"D3D12_FEATURE","features":[354]},{"name":"D3D12_FEATURE_ARCHITECTURE","features":[354]},{"name":"D3D12_FEATURE_ARCHITECTURE1","features":[354]},{"name":"D3D12_FEATURE_COMMAND_QUEUE_PRIORITY","features":[354]},{"name":"D3D12_FEATURE_CROSS_NODE","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS1","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS10","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS11","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS12","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS13","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS14","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS15","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS16","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS17","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS18","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS19","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS2","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS20","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS21","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS3","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS4","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS5","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS6","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS7","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS8","features":[354]},{"name":"D3D12_FEATURE_D3D12_OPTIONS9","features":[354]},{"name":"D3D12_FEATURE_DATA_ARCHITECTURE","features":[305,354]},{"name":"D3D12_FEATURE_DATA_ARCHITECTURE1","features":[305,354]},{"name":"D3D12_FEATURE_DATA_COMMAND_QUEUE_PRIORITY","features":[305,354]},{"name":"D3D12_FEATURE_DATA_CROSS_NODE","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS1","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS10","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS11","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS12","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS13","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS14","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS15","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS16","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS17","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS18","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS19","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS2","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS20","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS21","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS3","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS4","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS5","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS6","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS7","features":[354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS8","features":[305,354]},{"name":"D3D12_FEATURE_DATA_D3D12_OPTIONS9","features":[305,354]},{"name":"D3D12_FEATURE_DATA_DISPLAYABLE","features":[305,354]},{"name":"D3D12_FEATURE_DATA_EXISTING_HEAPS","features":[305,354]},{"name":"D3D12_FEATURE_DATA_FEATURE_LEVELS","features":[407,354]},{"name":"D3D12_FEATURE_DATA_FORMAT_INFO","features":[354,402]},{"name":"D3D12_FEATURE_DATA_FORMAT_SUPPORT","features":[354,402]},{"name":"D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT","features":[354]},{"name":"D3D12_FEATURE_DATA_HARDWARE_COPY","features":[305,354]},{"name":"D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS","features":[354,402]},{"name":"D3D12_FEATURE_DATA_PLACED_RESOURCE_SUPPORT_INFO","features":[305,354,402]},{"name":"D3D12_FEATURE_DATA_PREDICATION","features":[305,354]},{"name":"D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_SUPPORT","features":[354]},{"name":"D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_TYPES","features":[354]},{"name":"D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_TYPE_COUNT","features":[354]},{"name":"D3D12_FEATURE_DATA_QUERY_META_COMMAND","features":[354]},{"name":"D3D12_FEATURE_DATA_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_FEATURE_DATA_SERIALIZATION","features":[354]},{"name":"D3D12_FEATURE_DATA_SHADER_CACHE","features":[354]},{"name":"D3D12_FEATURE_DATA_SHADER_MODEL","features":[354]},{"name":"D3D12_FEATURE_DISPLAYABLE","features":[354]},{"name":"D3D12_FEATURE_EXISTING_HEAPS","features":[354]},{"name":"D3D12_FEATURE_FEATURE_LEVELS","features":[354]},{"name":"D3D12_FEATURE_FORMAT_INFO","features":[354]},{"name":"D3D12_FEATURE_FORMAT_SUPPORT","features":[354]},{"name":"D3D12_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT","features":[354]},{"name":"D3D12_FEATURE_HARDWARE_COPY","features":[354]},{"name":"D3D12_FEATURE_MULTISAMPLE_QUALITY_LEVELS","features":[354]},{"name":"D3D12_FEATURE_PLACED_RESOURCE_SUPPORT_INFO","features":[354]},{"name":"D3D12_FEATURE_PREDICATION","features":[354]},{"name":"D3D12_FEATURE_PROTECTED_RESOURCE_SESSION_SUPPORT","features":[354]},{"name":"D3D12_FEATURE_PROTECTED_RESOURCE_SESSION_TYPES","features":[354]},{"name":"D3D12_FEATURE_PROTECTED_RESOURCE_SESSION_TYPE_COUNT","features":[354]},{"name":"D3D12_FEATURE_QUERY_META_COMMAND","features":[354]},{"name":"D3D12_FEATURE_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_FEATURE_SERIALIZATION","features":[354]},{"name":"D3D12_FEATURE_SHADER_CACHE","features":[354]},{"name":"D3D12_FEATURE_SHADER_MODEL","features":[354]},{"name":"D3D12_FENCE_FLAGS","features":[354]},{"name":"D3D12_FENCE_FLAG_NONE","features":[354]},{"name":"D3D12_FENCE_FLAG_NON_MONITORED","features":[354]},{"name":"D3D12_FENCE_FLAG_SHARED","features":[354]},{"name":"D3D12_FENCE_FLAG_SHARED_CROSS_ADAPTER","features":[354]},{"name":"D3D12_FILL_MODE","features":[354]},{"name":"D3D12_FILL_MODE_SOLID","features":[354]},{"name":"D3D12_FILL_MODE_WIREFRAME","features":[354]},{"name":"D3D12_FILTER","features":[354]},{"name":"D3D12_FILTER_ANISOTROPIC","features":[354]},{"name":"D3D12_FILTER_COMPARISON_ANISOTROPIC","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_MAG_ANISOTROPIC_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_ANISOTROPIC","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_LINEAR_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_MAG_ANISOTROPIC_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MAXIMUM_MIN_POINT_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MINIMUM_ANISOTROPIC","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_LINEAR_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_MAG_ANISOTROPIC_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MINIMUM_MIN_POINT_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MIN_LINEAR_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MIN_MAG_ANISOTROPIC_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MIN_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MIN_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MIN_MAG_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MIN_MAG_POINT_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT","features":[354]},{"name":"D3D12_FILTER_MIN_POINT_MAG_MIP_LINEAR","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_COMPARISON","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_MASK","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_MAXIMUM","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_MINIMUM","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_SHIFT","features":[354]},{"name":"D3D12_FILTER_REDUCTION_TYPE_STANDARD","features":[354]},{"name":"D3D12_FILTER_TYPE","features":[354]},{"name":"D3D12_FILTER_TYPE_LINEAR","features":[354]},{"name":"D3D12_FILTER_TYPE_MASK","features":[354]},{"name":"D3D12_FILTER_TYPE_POINT","features":[354]},{"name":"D3D12_FLOAT16_FUSED_TOLERANCE_IN_ULP","features":[354]},{"name":"D3D12_FLOAT32_MAX","features":[354]},{"name":"D3D12_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_EXPONENT_DENOMINATOR","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_EXPONENT_NUMERATOR","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_OFFSET","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_SCALE_1","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_SCALE_2","features":[354]},{"name":"D3D12_FLOAT_TO_SRGB_THRESHOLD","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_BACK_BUFFER_CAST","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_BLENDABLE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_BUFFER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_CAST_WITHIN_BIT_LAYOUT","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_DECODER_OUTPUT","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_DEPTH_STENCIL","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_DISPLAY","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_IA_INDEX_BUFFER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_IA_VERTEX_BUFFER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_MIP","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_MULTISAMPLE_LOAD","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_MULTISAMPLE_RENDERTARGET","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_MULTISAMPLE_RESOLVE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_NONE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_RENDER_TARGET","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_GATHER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_GATHER_COMPARISON","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_LOAD","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE_COMPARISON","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SHADER_SAMPLE_MONO_TEXT","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_SO_BUFFER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_TEXTURE1D","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_TEXTURE2D","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_TEXTURE3D","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_TEXTURECUBE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_TYPED_UNORDERED_ACCESS_VIEW","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_VIDEO_ENCODER","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_VIDEO_PROCESSOR_INPUT","features":[354]},{"name":"D3D12_FORMAT_SUPPORT1_VIDEO_PROCESSOR_OUTPUT","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_MULTIPLANE_OVERLAY","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_NONE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_OUTPUT_MERGER_LOGIC_OP","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_SAMPLER_FEEDBACK","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_TILED","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_ADD","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_BITWISE_OPS","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_COMPARE_STORE_OR_COMPARE_EXCHANGE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_EXCHANGE","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_SIGNED_MIN_OR_MAX","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_ATOMIC_UNSIGNED_MIN_OR_MAX","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_TYPED_LOAD","features":[354]},{"name":"D3D12_FORMAT_SUPPORT2_UAV_TYPED_STORE","features":[354]},{"name":"D3D12_FTOI_INSTRUCTION_MAX_INPUT","features":[354]},{"name":"D3D12_FTOI_INSTRUCTION_MIN_INPUT","features":[354]},{"name":"D3D12_FTOU_INSTRUCTION_MAX_INPUT","features":[354]},{"name":"D3D12_FTOU_INSTRUCTION_MIN_INPUT","features":[354]},{"name":"D3D12_FUNCTION_DESC","features":[305,407,354]},{"name":"D3D12_GENERIC_PROGRAM_DESC","features":[354]},{"name":"D3D12_GLOBAL_BARRIER","features":[354]},{"name":"D3D12_GLOBAL_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_FLAGS","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_FLAGS_DISABLE_STATE_TRACKING","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_FLAGS_NONE","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAGS","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAGS_VALID_MASK","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAG_FRONT_LOAD_CREATE_GUARDED_VALIDATION_SHADERS","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAG_FRONT_LOAD_CREATE_TRACKING_ONLY_SHADERS","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAG_FRONT_LOAD_CREATE_UNGUARDED_VALIDATION_SHADERS","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAG_NONE","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE_GUARDED_VALIDATION","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE_NONE","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE_STATE_TRACKING_ONLY","features":[354]},{"name":"D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE_UNGUARDED_VALIDATION","features":[354]},{"name":"D3D12_GPU_DESCRIPTOR_HANDLE","features":[354]},{"name":"D3D12_GPU_VIRTUAL_ADDRESS_AND_STRIDE","features":[354]},{"name":"D3D12_GPU_VIRTUAL_ADDRESS_RANGE","features":[354]},{"name":"D3D12_GPU_VIRTUAL_ADDRESS_RANGE_AND_STRIDE","features":[354]},{"name":"D3D12_GRAPHICS_PIPELINE_STATE_DESC","features":[305,354,402]},{"name":"D3D12_GRAPHICS_STATES","features":[354]},{"name":"D3D12_GRAPHICS_STATE_COMPUTE_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_GRAPHICS_STATE_DESCRIPTOR_HEAP","features":[354]},{"name":"D3D12_GRAPHICS_STATE_GRAPHICS_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_GRAPHICS_STATE_IA_INDEX_BUFFER","features":[354]},{"name":"D3D12_GRAPHICS_STATE_IA_PRIMITIVE_TOPOLOGY","features":[354]},{"name":"D3D12_GRAPHICS_STATE_IA_VERTEX_BUFFERS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_NONE","features":[354]},{"name":"D3D12_GRAPHICS_STATE_OM_BLEND_FACTOR","features":[354]},{"name":"D3D12_GRAPHICS_STATE_OM_DEPTH_BOUNDS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_OM_RENDER_TARGETS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_OM_STENCIL_REF","features":[354]},{"name":"D3D12_GRAPHICS_STATE_PIPELINE_STATE","features":[354]},{"name":"D3D12_GRAPHICS_STATE_PREDICATION","features":[354]},{"name":"D3D12_GRAPHICS_STATE_RS_SCISSOR_RECTS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_RS_VIEWPORTS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_SAMPLE_POSITIONS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_SO_TARGETS","features":[354]},{"name":"D3D12_GRAPHICS_STATE_VIEW_INSTANCE_MASK","features":[354]},{"name":"D3D12_GS_INPUT_INSTANCE_ID_READS_PER_INST","features":[354]},{"name":"D3D12_GS_INPUT_INSTANCE_ID_READ_PORTS","features":[354]},{"name":"D3D12_GS_INPUT_INSTANCE_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_GS_INPUT_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_INSTANCE_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_PRIM_CONST_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_GS_INPUT_PRIM_CONST_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_PRIM_CONST_REGISTER_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_PRIM_CONST_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_GS_INPUT_PRIM_CONST_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_GS_INPUT_REGISTER_VERTICES","features":[354]},{"name":"D3D12_GS_MAX_INSTANCE_COUNT","features":[354]},{"name":"D3D12_GS_MAX_OUTPUT_VERTEX_COUNT_ACROSS_INSTANCES","features":[354]},{"name":"D3D12_GS_OUTPUT_ELEMENTS","features":[354]},{"name":"D3D12_GS_OUTPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_GS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_GS_OUTPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_HEAP_DESC","features":[354]},{"name":"D3D12_HEAP_FLAGS","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_ALL_BUFFERS_AND_TEXTURES","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_DISPLAY","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_ONLY_BUFFERS","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_ONLY_NON_RT_DS_TEXTURES","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_ONLY_RT_DS_TEXTURES","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_SHADER_ATOMICS","features":[354]},{"name":"D3D12_HEAP_FLAG_ALLOW_WRITE_WATCH","features":[354]},{"name":"D3D12_HEAP_FLAG_CREATE_NOT_RESIDENT","features":[354]},{"name":"D3D12_HEAP_FLAG_CREATE_NOT_ZEROED","features":[354]},{"name":"D3D12_HEAP_FLAG_DENY_BUFFERS","features":[354]},{"name":"D3D12_HEAP_FLAG_DENY_NON_RT_DS_TEXTURES","features":[354]},{"name":"D3D12_HEAP_FLAG_DENY_RT_DS_TEXTURES","features":[354]},{"name":"D3D12_HEAP_FLAG_HARDWARE_PROTECTED","features":[354]},{"name":"D3D12_HEAP_FLAG_NONE","features":[354]},{"name":"D3D12_HEAP_FLAG_SHARED","features":[354]},{"name":"D3D12_HEAP_FLAG_SHARED_CROSS_ADAPTER","features":[354]},{"name":"D3D12_HEAP_FLAG_TOOLS_USE_MANUAL_WRITE_TRACKING","features":[354]},{"name":"D3D12_HEAP_PROPERTIES","features":[354]},{"name":"D3D12_HEAP_SERIALIZATION_TIER","features":[354]},{"name":"D3D12_HEAP_SERIALIZATION_TIER_0","features":[354]},{"name":"D3D12_HEAP_SERIALIZATION_TIER_10","features":[354]},{"name":"D3D12_HEAP_TYPE","features":[354]},{"name":"D3D12_HEAP_TYPE_CUSTOM","features":[354]},{"name":"D3D12_HEAP_TYPE_DEFAULT","features":[354]},{"name":"D3D12_HEAP_TYPE_GPU_UPLOAD","features":[354]},{"name":"D3D12_HEAP_TYPE_READBACK","features":[354]},{"name":"D3D12_HEAP_TYPE_UPLOAD","features":[354]},{"name":"D3D12_HIT_GROUP_DESC","features":[354]},{"name":"D3D12_HIT_GROUP_TYPE","features":[354]},{"name":"D3D12_HIT_GROUP_TYPE_PROCEDURAL_PRIMITIVE","features":[354]},{"name":"D3D12_HIT_GROUP_TYPE_TRIANGLES","features":[354]},{"name":"D3D12_HIT_KIND","features":[354]},{"name":"D3D12_HIT_KIND_TRIANGLE_BACK_FACE","features":[354]},{"name":"D3D12_HIT_KIND_TRIANGLE_FRONT_FACE","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_PHASE_INPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_PHASE_OUTPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_CONTROL_POINT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_FORK_PHASE_INSTANCE_COUNT_UPPER_BOUND","features":[354]},{"name":"D3D12_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_FORK_INSTANCE_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_FORK_INSTANCE_ID_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_INPUT_FORK_INSTANCE_ID_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_INPUT_JOIN_INSTANCE_ID_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_INPUT_PRIMITIVE_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_PRIMITIVE_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_INPUT_PRIMITIVE_ID_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_INPUT_PRIMITIVE_ID_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_JOIN_PHASE_INSTANCE_COUNT_UPPER_BOUND","features":[354]},{"name":"D3D12_HS_MAXTESSFACTOR_LOWER_BOUND","features":[354]},{"name":"D3D12_HS_MAXTESSFACTOR_UPPER_BOUND","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINTS_MAX_TOTAL_SCALARS","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_OUTPUT_CONTROL_POINT_ID_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_COUNT","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_HS_OUTPUT_PATCH_CONSTANT_REGISTER_SCALAR_COMPONENTS","features":[354]},{"name":"D3D12_IA_DEFAULT_INDEX_BUFFER_OFFSET_IN_BYTES","features":[354]},{"name":"D3D12_IA_DEFAULT_PRIMITIVE_TOPOLOGY","features":[354]},{"name":"D3D12_IA_DEFAULT_VERTEX_BUFFER_OFFSET_IN_BYTES","features":[354]},{"name":"D3D12_IA_INDEX_INPUT_RESOURCE_SLOT_COUNT","features":[354]},{"name":"D3D12_IA_INSTANCE_ID_BIT_COUNT","features":[354]},{"name":"D3D12_IA_INTEGER_ARITHMETIC_BIT_COUNT","features":[354]},{"name":"D3D12_IA_PATCH_MAX_CONTROL_POINT_COUNT","features":[354]},{"name":"D3D12_IA_PRIMITIVE_ID_BIT_COUNT","features":[354]},{"name":"D3D12_IA_VERTEX_ID_BIT_COUNT","features":[354]},{"name":"D3D12_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT","features":[354]},{"name":"D3D12_IA_VERTEX_INPUT_STRUCTURE_ELEMENTS_COMPONENTS","features":[354]},{"name":"D3D12_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT","features":[354]},{"name":"D3D12_IB_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_INDEX_BUFFER_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_0xFFFF","features":[354]},{"name":"D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_0xFFFFFFFF","features":[354]},{"name":"D3D12_INDEX_BUFFER_STRIP_CUT_VALUE_DISABLED","features":[354]},{"name":"D3D12_INDEX_BUFFER_VIEW","features":[354,402]},{"name":"D3D12_INDIRECT_ARGUMENT_DESC","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_CONSTANT","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_CONSTANT_BUFFER_VIEW","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_DISPATCH","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_DISPATCH_MESH","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_DISPATCH_RAYS","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_DRAW","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_DRAW_INDEXED","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_INCREMENTING_CONSTANT","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_INDEX_BUFFER_VIEW","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_SHADER_RESOURCE_VIEW","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_UNORDERED_ACCESS_VIEW","features":[354]},{"name":"D3D12_INDIRECT_ARGUMENT_TYPE_VERTEX_BUFFER_VIEW","features":[354]},{"name":"D3D12_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT","features":[354]},{"name":"D3D12_INFO_QUEUE_FILTER","features":[354]},{"name":"D3D12_INFO_QUEUE_FILTER_DESC","features":[354]},{"name":"D3D12_INPUT_CLASSIFICATION","features":[354]},{"name":"D3D12_INPUT_CLASSIFICATION_PER_INSTANCE_DATA","features":[354]},{"name":"D3D12_INPUT_CLASSIFICATION_PER_VERTEX_DATA","features":[354]},{"name":"D3D12_INPUT_ELEMENT_DESC","features":[354,402]},{"name":"D3D12_INPUT_LAYOUT_DESC","features":[354,402]},{"name":"D3D12_INTEGER_DIVIDE_BY_ZERO_QUOTIENT","features":[354]},{"name":"D3D12_INTEGER_DIVIDE_BY_ZERO_REMAINDER","features":[354]},{"name":"D3D12_KEEP_RENDER_TARGETS_AND_DEPTH_STENCIL","features":[354]},{"name":"D3D12_KEEP_UNORDERED_ACCESS_VIEWS","features":[354]},{"name":"D3D12_LIBRARY_DESC","features":[354]},{"name":"D3D12_LIFETIME_STATE","features":[354]},{"name":"D3D12_LIFETIME_STATE_IN_USE","features":[354]},{"name":"D3D12_LIFETIME_STATE_NOT_IN_USE","features":[354]},{"name":"D3D12_LINEAR_GAMMA","features":[354]},{"name":"D3D12_LINE_RASTERIZATION_MODE","features":[354]},{"name":"D3D12_LINE_RASTERIZATION_MODE_ALIASED","features":[354]},{"name":"D3D12_LINE_RASTERIZATION_MODE_ALPHA_ANTIALIASED","features":[354]},{"name":"D3D12_LINE_RASTERIZATION_MODE_QUADRILATERAL_NARROW","features":[354]},{"name":"D3D12_LINE_RASTERIZATION_MODE_QUADRILATERAL_WIDE","features":[354]},{"name":"D3D12_LOCAL_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_LOGIC_OP","features":[354]},{"name":"D3D12_LOGIC_OP_AND","features":[354]},{"name":"D3D12_LOGIC_OP_AND_INVERTED","features":[354]},{"name":"D3D12_LOGIC_OP_AND_REVERSE","features":[354]},{"name":"D3D12_LOGIC_OP_CLEAR","features":[354]},{"name":"D3D12_LOGIC_OP_COPY","features":[354]},{"name":"D3D12_LOGIC_OP_COPY_INVERTED","features":[354]},{"name":"D3D12_LOGIC_OP_EQUIV","features":[354]},{"name":"D3D12_LOGIC_OP_INVERT","features":[354]},{"name":"D3D12_LOGIC_OP_NAND","features":[354]},{"name":"D3D12_LOGIC_OP_NOOP","features":[354]},{"name":"D3D12_LOGIC_OP_NOR","features":[354]},{"name":"D3D12_LOGIC_OP_OR","features":[354]},{"name":"D3D12_LOGIC_OP_OR_INVERTED","features":[354]},{"name":"D3D12_LOGIC_OP_OR_REVERSE","features":[354]},{"name":"D3D12_LOGIC_OP_SET","features":[354]},{"name":"D3D12_LOGIC_OP_XOR","features":[354]},{"name":"D3D12_MAG_FILTER_SHIFT","features":[354]},{"name":"D3D12_MAJOR_VERSION","features":[354]},{"name":"D3D12_MAX_BORDER_COLOR_COMPONENT","features":[354]},{"name":"D3D12_MAX_DEPTH","features":[354]},{"name":"D3D12_MAX_LIVE_STATIC_SAMPLERS","features":[354]},{"name":"D3D12_MAX_MAXANISOTROPY","features":[354]},{"name":"D3D12_MAX_MULTISAMPLE_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MAX_POSITION_VALUE","features":[354]},{"name":"D3D12_MAX_ROOT_COST","features":[354]},{"name":"D3D12_MAX_SHADER_VISIBLE_DESCRIPTOR_HEAP_SIZE_TIER_1","features":[354]},{"name":"D3D12_MAX_SHADER_VISIBLE_DESCRIPTOR_HEAP_SIZE_TIER_2","features":[354]},{"name":"D3D12_MAX_SHADER_VISIBLE_SAMPLER_HEAP_SIZE","features":[354]},{"name":"D3D12_MAX_TEXTURE_DIMENSION_2_TO_EXP","features":[354]},{"name":"D3D12_MAX_VIEW_INSTANCE_COUNT","features":[354]},{"name":"D3D12_MEASUREMENTS_ACTION","features":[354]},{"name":"D3D12_MEASUREMENTS_ACTION_COMMIT_RESULTS","features":[354]},{"name":"D3D12_MEASUREMENTS_ACTION_COMMIT_RESULTS_HIGH_PRIORITY","features":[354]},{"name":"D3D12_MEASUREMENTS_ACTION_DISCARD_PREVIOUS","features":[354]},{"name":"D3D12_MEASUREMENTS_ACTION_KEEP_ALL","features":[354]},{"name":"D3D12_MEMCPY_DEST","features":[354]},{"name":"D3D12_MEMORY_POOL","features":[354]},{"name":"D3D12_MEMORY_POOL_L0","features":[354]},{"name":"D3D12_MEMORY_POOL_L1","features":[354]},{"name":"D3D12_MEMORY_POOL_UNKNOWN","features":[354]},{"name":"D3D12_MESH_SHADER_TIER","features":[354]},{"name":"D3D12_MESH_SHADER_TIER_1","features":[354]},{"name":"D3D12_MESH_SHADER_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE","features":[354]},{"name":"D3D12_MESSAGE_CALLBACK_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_CALLBACK_FLAG_NONE","features":[354]},{"name":"D3D12_MESSAGE_CALLBACK_IGNORE_FILTERS","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_APPLICATION_DEFINED","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_CLEANUP","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_COMPILATION","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_EXECUTION","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_INITIALIZATION","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_MISCELLANEOUS","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_RESOURCE_MANIPULATION","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_SHADER","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_STATE_CREATION","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_STATE_GETTING","features":[354]},{"name":"D3D12_MESSAGE_CATEGORY_STATE_SETTING","features":[354]},{"name":"D3D12_MESSAGE_ID","features":[354]},{"name":"D3D12_MESSAGE_ID_ADD_TO_STATE_OBJECT_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_ALPHA_BLEND_FACTOR_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_DEPENDENT_RANGE_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_DEPENDENT_SUBRESOURCE_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_DST_RANGE_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_ARCHITECTURE","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_DEPENDENT_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_DEPENDENT_SUBRESOURCE_RANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_DST_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_DST_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_OFFSET_ALIGNMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_SRC_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_INVALID_SRC_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_NULL_DEPENDENT_RESOURCES","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_NULL_DEPENDENT_SUBRESOURCE_RANGES","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_NULL_DST","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_NULL_SRC","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_SRC_RANGE_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_ATOMICCOPYBUFFER_ZERO_DEPENDENCIES","features":[354]},{"name":"D3D12_MESSAGE_ID_BARRIER_INTEROP_INVALID_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_BARRIER_INTEROP_INVALID_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_BEGIN_END_EVENT_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_BEGIN_END_QUERY_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_BEGIN_EVENT","features":[354]},{"name":"D3D12_MESSAGE_ID_BUFFER_BARRIER_SUBREGION_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_BUNDLE_PIPELINE_STATE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_ADD_TRACKED_WORKLOAD","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_CHANGE_COMMAND_RECORDER_TARGET_WHILE_RECORDING","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_CREATE_GRAPHICS_AND_VIDEO_COMMAND_RECORDER","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_EXECUTE_EMPTY_COMMAND_LIST","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_RESET_COMMAND_POOL_WITH_OPEN_COMMAND_LISTS","features":[354]},{"name":"D3D12_MESSAGE_ID_CANNOT_USE_COMMAND_RECORDER_WITHOUT_CURRENT_TARGET","features":[354]},{"name":"D3D12_MESSAGE_ID_CHECK_DRIVER_MATCHING_IDENTIFIER_DRIVER_REPORTED_ISSUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CHECK_DRIVER_MATCHING_IDENTIFIER_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_MISMATCHINGCLEARVALUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEARRENDERTARGETVIEW_MISMATCHINGCLEARVALUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEARUNORDEREDACCESSVIEW_INCOMPATIBLE_WITH_STRUCTURED_BUFFERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEARUNORDEREDACCESSVIEW_INVALID_RESOURCE_PTR","features":[354]},{"name":"D3D12_MESSAGE_ID_CLEAR_UNORDERED_ACCESS_VIEW_INVALID_DESCRIPTOR_HANDLE","features":[354]},{"name":"D3D12_MESSAGE_ID_CLOSE_COMMAND_LIST_OPEN_QUERY","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_CANNOT_RESET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_CONTENTION","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_RESET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_RESET_BUNDLE","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_SYNC","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_ALLOCATOR_USAGE_WITH_CREATECOMMANDLIST1_COMMAND_LIST","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_CLOSED","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DESCRIPTOR_TABLE_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DISPATCH_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DISPATCH_ROOT_SIGNATURE_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_ELEMENT_OFFSET_UNALIGNED","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INDEX_BUFFER_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INDEX_BUFFER_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INDEX_BUFFER_TOO_SMALL","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INDEX_OFFSET_UNALIGNED","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INSTANCE_COUNT_ZERO","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_INVALID_PRIMITIVETOPOLOGY","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_RENDER_TARGET_DELETED","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_ROOT_SIGNATURE_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_VERTEX_BUFFER_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_VERTEX_BUFFER_STRIDE_TOO_SMALL","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_VERTEX_BUFFER_TOO_SMALL","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_DRAW_VERTEX_STRIDE_UNALIGNED","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_MULTIPLE_SWAPCHAIN_BUFFER_REFERENCES","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_OPEN","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_PIPELINE_STATE_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_ROOT_CONSTANT_BUFFER_VIEW_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_ROOT_SHADER_RESOURCE_VIEW_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_ROOT_UNORDERED_ACCESS_VIEW_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_SETRENDERTARGETS_INVALIDNUMRENDERTARGETS","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_STATIC_DESCRIPTOR_RESOURCE_DIMENSION_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_STATIC_DESCRIPTOR_SAMPLER_MODE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_SYNC","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_LIST_TOO_MANY_SWAPCHAIN_REFERENCES","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_POOL_SYNC","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_QUEUE_TOO_MANY_SWAPCHAIN_REFERENCES","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_RECORDER_CONTENTION","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_RECORDER_SUPPORT_FLAGS_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COMMAND_RECORDER_USAGE_WITH_CREATECOMMANDLIST_COMMAND_LIST","features":[354]},{"name":"D3D12_MESSAGE_ID_COMPUTE_ONLY_DEVICE_OPERATION_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_DSTRANGEOUTOFBOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_INVALIDCOPYFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_INVALIDDSTRESOURCEDIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_INVALIDSRCRESOURCEDIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_INVALID_DST_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_INVALID_SRC_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_NULLDST","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_NULLSRC","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYBUFFERREGION_SRCRANGEOUTOFBOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_INVALIDDSTRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_INVALIDSRCRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_MISMATCH_DECODE_REFERENCE_ONLY_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_MISMATCH_ENCODE_REFERENCE_ONLY_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_NULLDST","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYRESOURCE_NULLSRC","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_DSTREGIONOUTOFBOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_EMPTYBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_FORMATMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDCOPYFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTCOORDINATES","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTDSPLACEDFOOTPRINTFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTOFFSET","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTPLACEMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTRESOURCEDIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTROWPITCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDDSTSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCDSPLACEDFOOTPRINTFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCOFFSET","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCPLACEMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCRESOURCEDIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCROWPITCH","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_INVALIDSRCSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_MISMATCH_DECODE_REFERENCE_ONLY_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_MISMATCH_ENCODE_REFERENCE_ONLY_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_NULLDST","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_NULLSRC","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_SRCREGIONOUTOFBOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_UNRECOGNIZEDDSTFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_UNRECOGNIZEDDSTTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_UNRECOGNIZEDSRCFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTEXTUREREGION_UNRECOGNIZEDSRCTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPYTILEMAPPINGS_INVALID_PARAMETER","features":[354]},{"name":"D3D12_MESSAGE_ID_COPY_DESCRIPTORS_INVALID_RANGES","features":[354]},{"name":"D3D12_MESSAGE_ID_COPY_DESCRIPTORS_WRITE_ONLY_DESCRIPTOR","features":[354]},{"name":"D3D12_MESSAGE_ID_COPY_INVALIDLAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_COPY_ON_SAME_SUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_COPY_RAYTRACING_ACCELERATION_STRUCTURE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_MULTITHREADING","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER1","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER10","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER11","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER12","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER13","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER14","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER15","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER2","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER3","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER4","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER5","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER6","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER7","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER8","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_PARAMETER9","features":[354]},{"name":"D3D12_MESSAGE_ID_CORRUPTED_THIS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEAMPLIFICATIONSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEAMPLIFICATIONSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_BLENDOPALPHA_WARNING","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_BLENDOP_WARNING","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOPALPHA","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLEND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLENDALPHA","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDLOGICOPS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDRENDERTARGETWRITEMASK","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLEND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLENDALPHA","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMMANDLIST_NULL_COMMANDALLOCATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMMANDSIGNATURE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTEPIPELINESTATE_CS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTEPIPELINESTATE_INVALID_SHADER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTEPIPELINESTATE_MISSING_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATECOMPUTESHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_DEPTHBOUNDSTEST_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INDEPENDENT_MASKS_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFAILOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFUNC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILPASSOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILZFAILOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHFUNC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHWRITEMASK","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFAILOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFUNC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILPASSOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILZFAILOP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_UNRECOGNIZEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEVICE_DEBUG_LAYER_STARTUP_OPTIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEVICE_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDEVICE_WARNING","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEDOMAINSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_CANTHAVEONLYGAPS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DECLTOOCOMPLEX","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCOMPONENTCOUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDGAPDEFINITION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMENTRIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMSTRIDES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSLOT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSTREAMSTRIDE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTARTCOMPONENTANDCOMPONENTCOUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAMTORASTERIZER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MASKMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGOUTPUTSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGSEMANTIC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_ONLYONEELEMENTPERSLOT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSLOT0EXPECTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSTREAMSTRIDEUNUSED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_REPEATEDOUTPUT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_TRAILING_DIGIT_IN_SEMANTIC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDENTRIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDSTRIDES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGEOMETRYSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_ALL_RENDER_TARGETS_HAVE_UNKNOWN_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_AS_NOT_MS_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_AS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_DEPTHSTENCILVIEW_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_DS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_GS_INPUT_PRIMITIVE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_GS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_HS_DS_CONTROL_POINT_COUNT_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_HS_DS_TESSELLATOR_DOMAIN_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_HS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_HS_XOR_DS_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_HULL_SHADER_INPUT_TOPOLOGY_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INPUTLAYOUT_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INPUTLAYOUT_SHADER_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_INDEX_BUFFER_PROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_PRIMITIVETOPOLOGY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_RENDER_TARGET_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_SAMPLE_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_SYSTEMVALUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_USE_OF_CENTER_MULTISAMPLE_PATTERN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_INVALID_USE_OF_FORCED_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_METADATA_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_MISSING_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_MISSING_ROOT_SIGNATURE_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_MS_NOT_PS_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_MS_PSO_DESC_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_MS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_OM_DUAL_SOURCE_BLENDING_CAN_ONLY_HAVE_RENDER_TARGET_0","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_OM_RENDER_TARGET_DOES_NOT_SUPPORT_BLENDING","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_OM_RENDER_TARGET_DOES_NOT_SUPPORT_LOGIC_OPS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_POSITION_NOT_PRESENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_PS_OUTPUT_RT_OUTPUT_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_PS_OUTPUT_TYPE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_PS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_RENDERTARGETVIEW_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_RENDER_TARGET_WRONG_WRITE_MASK","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_RTV_FORMAT_NOT_UNKNOWN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_RUNTIME_INTERNAL_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_COMPONENTTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_HS_DS_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_MINPRECISION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_NEVERWRITTEN_ALWAYSREADS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_REGISTERINDEX","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_REGISTERMASK","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_SEMANTICNAME_NOT_FOUND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_LINKAGE_SYSTEMVALUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_SHADER_MODEL_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_VERTEX_SHADER_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_VIEW_INSTANCING_VERTEX_SIZE_EXCEEDED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEGRAPHICSPIPELINESTATE_VS_ROOT_SIGNATURE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDALIGNMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDARG_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDMISCFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_INVALIDSIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_NULLDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_UNRECOGNIZEDCPUPAGEPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_UNRECOGNIZEDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_UNRECOGNIZEDMEMORYPOOL","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHEAP_UNRECOGNIZEDMISCFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHULLSHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEHULLSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_DUPLICATESEMANTIC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_EMPTY_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INCOMPATIBLEFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDALIGNMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDINPUTSLOTCLASS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOTCLASSCHANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSTEPRATECHANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_MISSINGELEMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_NULLSEMANTIC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_STEPRATESLOTCLASSMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_TOOMANYELEMENTS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_TRAILING_DIGIT_IN_SEMANTIC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_TYPE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEINPUTLAYOUT_UNPARSEABLEINPUTSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_GROUPSHAREDEXCEEDSMAXSIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_MISMATCHEDASMSPAYLOADSIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_OUTPUTEXCEEDSMAXSIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEMESHSHADER_TOPOLOGY_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINELIBRARY_ADAPTERVERSIONMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINELIBRARY_DRIVERVERSIONMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINELIBRARY_INVALIDLIBRARYBLOB","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINELIBRARY_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_CACHEDBLOBADAPTERMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_CACHEDBLOBDESCMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_CACHEDBLOBDRIVERVERSIONMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_CACHEDBLOBIGNORED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_CANNOT_DEDUCE_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_DUPLICATE_SUBOBJECT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_INVALIDCACHEDBLOB","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_INVALID_STREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_MS_INCOMPLETE_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_UNKNOWN_SUBOBJECT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIPELINESTATE_ZERO_SIZE_STREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIXELSHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPIXELSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_INVALID_BUFFER_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_INVALID_BUFFER_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_INVALID_BUFFER_OFFSET","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_INVALID_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_INVALID_RESOURCE_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_NULL_BUFFER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_NULL_RESOURCE_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEPLACEDRESOURCEONBUFFER_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEQUERY_HEAP_COPY_QUEUE_TIMESTAMPS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEQUERY_HEAP_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEQUERY_HEAP_VIDEO_DECODE_STATISTICS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDCULLMODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDDEPTHBIASCLAMP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFILLMODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFORCEDSAMPLECOUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDSLOPESCALEDDEPTHBIAS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALID_CONSERVATIVERASTERMODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_INVALID_LINERASTERIZATIONMODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERASTERIZERSTATE_NON_WHOLE_DYNAMIC_DEPTH_BIAS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDVIDEOPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_UNRECOGNIZEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERENDERTARGETVIEW_UNSUPPORTEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_INVALIDARG_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_INVALIDHEAPMISCFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_INVALIDHEAPPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_INVALIDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_NULLHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_NULLHEAPPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_NULLRESOURCEPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_UNRECOGNIZEDCPUPAGEPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_UNRECOGNIZEDHEAPMISCFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_UNRECOGNIZEDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCEANDHEAP_UNRECOGNIZEDMEMORYPOOL","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_CLEARVALUEDENORMFLUSH","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDALIGNMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDALIGNMENT_SMALLRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDARG_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDCLEARVALUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDCLEARVALUEFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDDIMENSIONALITY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDLAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDMIPLEVELS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDMISCFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_INVALIDSAMPLEDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_STATE_IGNORED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_UNRECOGNIZEDCLEARVALUEFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_UNRECOGNIZEDDIMENSIONALITY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_UNRECOGNIZEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATERESOURCE_UNRECOGNIZEDLAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERCACHESESSION_ALREADYOPEN","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERCACHESESSION_DISABLED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERCACHESESSION_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDVIDEOPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADERRESOURCEVIEW_UNRECOGNIZEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHADER_INVALIDBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHAREDHEAP_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHAREDRESOURCE_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATESHAREDRESOURCE_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDIMENSIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDVIDEOPLANESLICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_UNRECOGNIZEDFORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDCLASSLINKAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERBYTECODE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATEVERTEXSHADER_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDALLOCATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDLIST12","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDPOOL","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDRECORDER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMANDSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_ALLOCATOR_VIDEO_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_LIST_INVALID_COMMAND_LIST_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_LIST_INVALID_COMMAND_LIST_TYPE_FOR_FEATURE_LEVEL","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_LIST_VIDEO_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_POOL_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_QUEUE_INSUFFICIENT_HARDWARE_SUPPORT_FOR_GLOBAL_REALTIME","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_QUEUE_INSUFFICIENT_PRIVILEGE_FOR_GLOBAL_REALTIME","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_RECORDER_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_RECORDER_INVALID_SUPPORT_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_RECORDER_MORE_RECORDERS_THAN_LOGICAL_PROCESSORS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_COMMAND_RECORDER_VIDEO_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_CONSTANT_BUFFER_VIEW_INVALID_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_CONSTANT_BUFFER_VIEW_INVALID_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_CRYPTO_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_CRYPTO_SESSION_POLICY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_DESCRIPTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_DESCRIPTOR_HEAP_INVALID_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_DESCRIPTOR_HEAP_LARGE_NUM_DESCRIPTORS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_FENCE_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_HEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_LIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_LIFETIMETRACKER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_META_COMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_MONITOREDFENCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_PIPELINELIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_PIPELINESTATE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_PROTECTED_RESOURCE_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_PROTECTED_RESOURCE_SESSION_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_QUERYHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_QUEUE_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_QUEUE_INVALID_PRIORITY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_QUEUE_INVALID_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_QUEUE_VIDEO_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOTSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_BLOB_NOT_FOUND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_DESERIALIZE_FAILED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_INVALID_CONFIGURATION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_NOT_SUPPORTED_ON_DEVICE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_NOT_UNIQUE_IN_DXIL_LIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_ROOT_SIGNATURE_UNBOUNDED_STATIC_DESCRIPTORS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_SAMPLER_COMPARISON_FUNC_IGNORED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_SAMPLER_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_SHADERCACHESESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_STATE_OBJECT_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_STATE_OBJECT_WARNING","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_TRACKEDWORKLOAD","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_UNORDEREDACCESS_VIEW_INVALID_COUNTER_USAGE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEODECODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEODECODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEODECODER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEODECODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEODECODESTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOENCODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOENCODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOENCODER","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOENCODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOEXTENSIONCOMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOMOTIONESTIMATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOMOTIONVECTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOPROCESSCOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOPROCESSCOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOPROCESSOR","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEOPROCESSSTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_DECODER_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_DECODE_HEAP_CAPS_FAILURE","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_DECODE_HEAP_CAPS_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_ENCODER_HEAP_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_ENCODER_HEAP_UNSUPPORTED_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_ENCODER_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_ENCODER_UNSUPPORTED_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_CREATE_VIDEO_PROCESSOR_CAPS_FAILURE","features":[354]},{"name":"D3D12_MESSAGE_ID_D3D12_MESSAGES_END","features":[354]},{"name":"D3D12_MESSAGE_ID_DATA_STATIC_DESCRIPTOR_INVALID_DATA_CHANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_DATA_STATIC_WHILE_SET_AT_EXECUTE_DESCRIPTOR_INVALID_DATA_CHANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_DECODE_FRAME_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_DEPRECATED_API","features":[354]},{"name":"D3D12_MESSAGE_ID_DEPTH_STENCIL_FORMAT_MISMATCH_PIPELINE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_DEPTH_STENCIL_SAMPLE_DESC_MISMATCH_PIPELINE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESCRIPTOR_HANDLE_WITH_INVALID_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESCRIPTOR_HEAP_NOT_SET_BEFORE_ROOT_SIGNATURE_WITH_DIRECTLY_INDEXED_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_DESCRIPTOR_HEAP_NOT_SHADER_VISIBLE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROYOWNEDOBJECT_OBJECTNOTOWNED","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDALLOCATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDLIST12","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDPOOL","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDRECORDER","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_COMMANDSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_CRYPTO_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_CRYPTO_SESSION_POLICY","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_DESCRIPTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_HEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_LIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_LIFETIMETRACKER","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_META_COMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_MONITOREDFENCE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_PIPELINELIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_PIPELINESTATE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_PROTECTED_RESOURCE_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_QUERYHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_ROOTSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_SHADERCACHESESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_TRACKEDWORKLOAD","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEODECODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEODECODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEODECODER","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEODECODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEODECODESTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOENCODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOENCODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOENCODER","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOENCODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOEXTENSIONCOMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOMOTIONESTIMATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOMOTIONVECTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOPROCESSCOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOPROCESSCOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOPROCESSOR","features":[354]},{"name":"D3D12_MESSAGE_ID_DESTROY_VIDEOPROCESSSTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_MISMATCHED_DATA_SIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CLEARVIEW_EMPTYRECT","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CLEARVIEW_INVALIDSOURCERECT","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEHULLSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEHULLSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEHULLSHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_DOUBLEEXTENSIONSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_DOUBLEFLOATOPSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_UAVSNOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_CREATE_SHARED_HANDLE_INVALIDARG","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_OPEN_SHARED_HANDLE_ACCESS_DENIED","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_AT_FAULT","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_NOT_AT_FAULT","features":[354]},{"name":"D3D12_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_POSSIBLY_AT_FAULT","features":[354]},{"name":"D3D12_MESSAGE_ID_DIFFERENT_DESCRIPTOR_HEAP_SET_AFTER_ROOT_SIGNATURE_WITH_DIRECTLY_INDEXED_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_OUT_OF_MEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_DUPLICATE_VARIANT_ID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_ENGINE_CREATE_FLAGS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_EXPOSURE_SCALE_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_EXTENSION_INTERNAL_ENGINE_CREATION_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_EXTENSION_INTERNAL_LOAD_FAILURE","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_EXTENSION_INTERNAL_UPSCALER_CREATION_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_EXTENSION_INTERNAL_UPSCALER_EXECUTION_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_SOURCE_COLOR_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_SOURCE_DEPTH_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_TARGET_DIMENSION_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_TARGET_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EVICT_UNDERFLOW","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_EXPOSURE_SCALE_TEXTURE_SIZE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_FLAGS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_INVALID_CAMERA_JITTER","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_MOTION_VECTORS_FORMAT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_OPTIONAL_TEXTURE_IS_NULL","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_REGION_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_REQUIRED_TEXTURE_IS_NULL","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_TIME_DELTA_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_UPSCALER_EXECUTE_UNEXPECTED_TEXTURE_IS_IGNORED","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_VARIANT_ID_NOT_FOUND","features":[354]},{"name":"D3D12_MESSAGE_ID_DIRECTSR_SUPERRES_VARIANT_INDEX_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_DISCARD_INVALID_SUBRESOURCE_RANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_DISCARD_NO_RECTS_FOR_NON_TEXTURE2D","features":[354]},{"name":"D3D12_MESSAGE_ID_DISCARD_ONE_SUBRESOURCE_FOR_MIPS_WITH_RECTS","features":[354]},{"name":"D3D12_MESSAGE_ID_DISPATCH_GRAPH_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DISPATCH_RAYS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_DRAW_EMPTY_SCISSOR_RECTANGLE","features":[354]},{"name":"D3D12_MESSAGE_ID_DRAW_POTENTIALLY_OUTSIDE_OF_VALID_RENDER_AREA","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_DEPTH_BIAS_FLAG_MISSING","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_DEPTH_BIAS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_DEPTH_BIAS_NO_PIPELINE","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_INDEX_BUFFER_STRIP_CUT_FLAG_MISSING","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_INDEX_BUFFER_STRIP_CUT_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_DYNAMIC_INDEX_BUFFER_STRIP_CUT_NO_PIPELINE","features":[354]},{"name":"D3D12_MESSAGE_ID_EMIT_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_EMPTY_DISPATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_EMPTY_ROOT_DESCRIPTOR_TABLE","features":[354]},{"name":"D3D12_MESSAGE_ID_ENCODE_FRAME_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_ENCODE_FRAME_UNSUPPORTED_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_END_EVENT","features":[354]},{"name":"D3D12_MESSAGE_ID_ENHANCED_BARRIERS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_ENQUEUE_MAKE_RESIDENT_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_ESTIMATE_MOTION_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_EVICT_NULLOBJECTARRAY","features":[354]},{"name":"D3D12_MESSAGE_ID_EVICT_UNDERFLOW","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_BUNDLENOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_COMMANDLISTMISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_FAILEDCOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_GPU_WRITTEN_READBACK_RESOURCE_MAPPED","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_OPENCOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTECOMMANDLISTS_WRONGSWAPCHAINBUFFERREFERENCE","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_BUNDLE_DESCRIPTOR_HEAP_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_BUNDLE_OPEN_BUNDLE","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_BUNDLE_STATIC_DESCRIPTOR_DATA_STATIC_NOT_SET","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_BUNDLE_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_INDIRECT_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_EXECUTE_INDIRECT_ZERO_COMMAND_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_FENCE_INVALIDOPERATION","features":[354]},{"name":"D3D12_MESSAGE_ID_GENERIC_DEVICE_OPERATION_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_GEOMETRY_SHADER_OUTPUTTING_BOTH_VIEWPORT_ARRAY_INDEX_AND_SHADING_RATE_NOT_SUPPORTED_ON_DEVICE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCOPYABLEFOOTPRINTS_INVALIDBASEOFFSET","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCOPYABLEFOOTPRINTS_INVALIDSUBRESOURCERANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCOPYABLEFOOTPRINTS_UNSUPPORTED_BUFFER_WIDTH","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCOPYABLELAYOUT_INVALIDBASEOFFSET","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCOPYABLELAYOUT_INVALIDSUBRESOURCERANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCUSTOMHEAPPROPERTIES_INVALIDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETCUSTOMHEAPPROPERTIES_UNRECOGNIZEDHEAPTYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETGPUVIRTUALADDRESS_INVALID_HEAP_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETGPUVIRTUALADDRESS_INVALID_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_GETHEAPPROPERTIES_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_GETPRIVATEDATA_MOREDATA","features":[354]},{"name":"D3D12_MESSAGE_ID_GETRESOURCEALLOCATIONINFO_INVALIDRDESCS","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_PIPELINE_STACK_SIZE_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_PROGRAM_IDENTIFIER_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_RAYTRACING_ACCELERATION_STRUCTURE_PREBUILD_INFO_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_SHADER_IDENTIFIER_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_SHADER_IDENTIFIER_SIZE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_SHADER_STACK_SIZE_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_GET_WORK_GRAPH_PROPERTIES_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_DESCRIPTOR_HEAP_INDEX_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_DESCRIPTOR_TABLE_REGISTER_INDEX_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_DESCRIPTOR_TYPE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_DESCRIPTOR_UNINITIALIZED","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_INCOMPATIBLE_RESOURCE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_INCOMPATIBLE_TEXTURE_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_INVALID_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_RESOURCE_ACCESS_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_RESOURCE_STATE_IMPRECISE","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_ROOT_ARGUMENT_UNINITIALIZED","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_ROOT_DESCRIPTOR_ACCESS_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_SAMPLER_MODE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_SRV_RESOURCE_DIMENSION_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_STRUCTURED_BUFFER_STRIDE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_UAV_RESOURCE_DIMENSION_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_GRAPHICS_PIPELINE_STATE_DESC_ZERO_SAMPLE_MASK","features":[354]},{"name":"D3D12_MESSAGE_ID_GUID_TEXTURE_LAYOUT_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_HEAP_ADDRESS_RANGE_HAS_NO_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_HEAP_ADDRESS_RANGE_INTERSECTS_MULTIPLE_BUFFERS","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_ACCESS","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_SYNC","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPATIBLE_BARRIER_VALUES","features":[354]},{"name":"D3D12_MESSAGE_ID_INCOMPLETE_TRACKED_WORKLOAD_PAIR","features":[354]},{"name":"D3D12_MESSAGE_ID_INDEPENDENT_STENCIL_REF_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_BARRIER_ACCESS","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_BUNDLE_API","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_CAST_TARGET","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_DESCRIPTOR_HANDLE","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_NODE_INDEX","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_SUBRESOURCE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_USE_OF_NON_RESIDENT_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_INVALID_VIDEO_EXTENSION_COMMAND_ID","features":[354]},{"name":"D3D12_MESSAGE_ID_KEYEDMUTEX_INVALIDKEY","features":[354]},{"name":"D3D12_MESSAGE_ID_KEYEDMUTEX_INVALIDOBJECT","features":[354]},{"name":"D3D12_MESSAGE_ID_KEYEDMUTEX_WRONGSTATE","features":[354]},{"name":"D3D12_MESSAGE_ID_LEGACY_BARRIER_VALIDATION_FORCED_ON","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDALLOCATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDLIST12","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDPOOL","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDRECORDER","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_COMMANDSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_CRYPTO_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_CRYPTO_SESSION_POLICY","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_DESCRIPTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_DEVICE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_HEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_LIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_LIFETIMETRACKER","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_META_COMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_MONITOREDFENCE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_OBJECT_SUMMARY","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_PIPELINELIBRARY","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_PIPELINESTATE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_PROTECTED_RESOURCE_SESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_QUERYHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_ROOTSIGNATURE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_SHADERCACHESESSION","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_SWAPCHAIN","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_TRACKEDWORKLOAD","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEODECODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEODECODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEODECODER","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEODECODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEODECODESTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOENCODECOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOENCODECOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOENCODER","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOENCODERHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOEXTENSIONCOMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOMOTIONESTIMATOR","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOMOTIONVECTORHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOPROCESSCOMMANDLIST","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOPROCESSCOMMANDQUEUE","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOPROCESSOR","features":[354]},{"name":"D3D12_MESSAGE_ID_LIVE_VIDEOPROCESSSTREAM","features":[354]},{"name":"D3D12_MESSAGE_ID_LOADPIPELINE_INVALIDDESC","features":[354]},{"name":"D3D12_MESSAGE_ID_LOADPIPELINE_NAMENOTFOUND","features":[354]},{"name":"D3D12_MESSAGE_ID_MAKERESIDENT_NULLOBJECTARRAY","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDARG_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDDATAPOINTER","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDRANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALIDSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_INVALID_NULLRANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_MAP_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_MESH_SHADER_OUTPUTTING_BOTH_VIEWPORT_ARRAY_INDEX_AND_SHADING_RATE_NOT_SUPPORTED_ON_DEVICE","features":[354]},{"name":"D3D12_MESSAGE_ID_MESSAGE_REPORTING_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_META_COMMAND_FAILED_ENUMERATION","features":[354]},{"name":"D3D12_MESSAGE_ID_META_COMMAND_ID_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_META_COMMAND_INVALID_GPU_VIRTUAL_ADDRESS","features":[354]},{"name":"D3D12_MESSAGE_ID_META_COMMAND_PARAMETER_SIZE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_META_COMMAND_UNSUPPORTED_PARAMS","features":[354]},{"name":"D3D12_MESSAGE_ID_MULTIPLE_TRACKED_WORKLOADS","features":[354]},{"name":"D3D12_MESSAGE_ID_MULTIPLE_TRACKED_WORKLOAD_PAIRS","features":[354]},{"name":"D3D12_MESSAGE_ID_NODE_MASK_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_NONNORMALIZED_COORDINATE_SAMPLING_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_NONZERO_SAMPLER_FEEDBACK_MIP_REGION_WITH_INCOMPATIBLE_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_NON_OPTIMAL_BARRIER_ONLY_EXECUTE_COMMAND_LISTS","features":[354]},{"name":"D3D12_MESSAGE_ID_NON_RETAIL_SHADER_MODEL_WONT_VALIDATE","features":[354]},{"name":"D3D12_MESSAGE_ID_NO_COMPUTE_API_SUPPORT","features":[354]},{"name":"D3D12_MESSAGE_ID_NO_GRAPHICS_API_SUPPORT","features":[354]},{"name":"D3D12_MESSAGE_ID_NO_VIDEO_API_SUPPORT","features":[354]},{"name":"D3D12_MESSAGE_ID_OBJECT_ACCESSED_WHILE_STILL_IN_USE","features":[354]},{"name":"D3D12_MESSAGE_ID_OBJECT_DELETED_WHILE_STILL_IN_USE","features":[354]},{"name":"D3D12_MESSAGE_ID_OBJECT_EVICTED_WHILE_STILL_IN_USE","features":[354]},{"name":"D3D12_MESSAGE_ID_OPENEXISTINGHEAP_INVALIDADDRESS","features":[354]},{"name":"D3D12_MESSAGE_ID_OPENEXISTINGHEAP_INVALIDARG_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_OPENEXISTINGHEAP_INVALIDHANDLE","features":[354]},{"name":"D3D12_MESSAGE_ID_OPENEXISTINGHEAP_OUTOFMEMORY_RETURN","features":[354]},{"name":"D3D12_MESSAGE_ID_OPENEXISTINGHEAP_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_OUT_OF_BOUNDS_BARRIER_SUBRESOURCE_RANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_OUT_OF_ORDER_TRACKED_WORKLOAD_PAIR","features":[354]},{"name":"D3D12_MESSAGE_ID_OVERSIZED_DISPATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_PIPELINELIBRARY_SERIALIZE_NOTENOUGHMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_PIPELINE_STATE_TYPE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_PIX_EVENT_UNDERFLOW","features":[354]},{"name":"D3D12_MESSAGE_ID_POSSIBLE_INVALID_USE_OF_NON_RESIDENT_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_POSSIBLY_INVALID_SUBRESOURCE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_PRIMITIVE_TOPOLOGY_MISMATCH_PIPELINE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_PRIMITIVE_TOPOLOGY_TRIANGLE_FANS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_PROBABLE_PIX_EVENT_LEAK","features":[354]},{"name":"D3D12_MESSAGE_ID_PROCESS_FRAME_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_PROGRAMMABLE_MSAA_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_PROTECTED_RESOURCE_SESSION_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_READFROMSUBRESOURCE_EMPTYBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_READFROMSUBRESOURCE_INVALIDBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_READFROMSUBRESOURCE_INVALIDHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_READFROMSUBRESOURCE_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_READFROMSUBRESOURCE_INVALIDSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_RECREATEAT_INSUFFICIENT_SUPPORT","features":[354]},{"name":"D3D12_MESSAGE_ID_RECREATEAT_INVALID_TARGET","features":[354]},{"name":"D3D12_MESSAGE_ID_REFLECTSHAREDPROPERTIES_INVALIDOBJECT","features":[354]},{"name":"D3D12_MESSAGE_ID_REFLECTSHAREDPROPERTIES_INVALIDSIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_REFLECTSHAREDPROPERTIES_UNRECOGNIZEDPROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_CANNOT_CLOSE_COMMAND_LIST","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_CANNOT_END_WITHOUT_BEGIN","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_CANNOT_NEST_RENDER_PASSES","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_COMMANDLIST_INVALID_END_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_COMMANDLIST_INVALID_START_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_DISALLOWED_API_CALLED","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_GPU_WORK_WHILE_SUSPENDED","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_INVALID_RESOURCE_BARRIER","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_LOCAL_DEPTH_STENCIL_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_LOCAL_PRESERVE_RENDER_PARAMETERS_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_MISMATCHING_ACCESS","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_MISMATCHING_LOCAL_PRESERVE_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_MISMATCHING_NO_ACCESS","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_MISMATCHING_SUSPEND_RESUME","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_NO_PRIOR_SUSPEND_WITHIN_EXECUTECOMMANDLISTS","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_NO_SUBSEQUENT_RESUME_WITHIN_EXECUTECOMMANDLISTS","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_PASS_UNSUPPORTED_RESOLVE","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_TARGET_FORMAT_MISMATCH_PIPELINE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RENDER_TARGET_SAMPLE_DESC_MISMATCH_PIPELINE_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCEREGION_INVALID_RECT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_INVALIDDSTRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_INVALIDSRCRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_INVALID_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_INVALID_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_INVALID_SUBRESOURCE_INDEX","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_NULLDST","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_NULLSRC","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_RESOURCE_FLAGS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_RESOURCE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_SAMPLER_FEEDBACK_INVALID_MIP_LEVEL_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_SAMPLER_FEEDBACK_TRANSCODE_ARRAY_SIZE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVESUBRESOURCE_SAMPLER_FEEDBACK_TRANSCODE_INVALID_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_ENCODER_INPUT_PARAM_LAYOUT_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_ENCODER_OUTPUT_METADATA_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_ENCODER_OUTPUT_METADATA_UNSUPPORTED_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_MOTION_VECTOR_HEAP_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_QUERY_DATA_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOLVE_QUERY_INVALID_QUERY_STATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_BEFORE_AFTER_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_DUPLICATE_SUBRESOURCE_TRANSITIONS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_COMBINATION","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_COMBINED_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_COMMAND_LIST_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_FLAGS_FOR_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_HEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_SPLIT_BARRIER","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_SUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_INVALID_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_MATCHING_STATES","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_MISMATCHING_BEGIN_END","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_MISMATCHING_COMMAND_LIST_TYPE","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_MISMATCHING_MISC_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_MISSING_BIND_FLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_NULL_POINTER","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_POSSIBLE_BEFORE_AFTER_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_RESERVED_BITS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_UNMATCHED_BEGIN","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_UNMATCHED_END","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_BARRIER_ZERO_BARRIERS","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_FORMAT_REQUIRES_SAMPLER_FEEDBACK_CAPABILITY","features":[354]},{"name":"D3D12_MESSAGE_ID_RESOURCE_UNMAP_NOTMAPPED","features":[354]},{"name":"D3D12_MESSAGE_ID_RSSETSHADINGRATEIMAGE_REQUIRES_TIER_2","features":[354]},{"name":"D3D12_MESSAGE_ID_RSSETSHADINGRATE_REQUIRES_TIER_1","features":[354]},{"name":"D3D12_MESSAGE_ID_RSSETSHADING_RATE_INVALID_COMBINER","features":[354]},{"name":"D3D12_MESSAGE_ID_RSSETSHADING_RATE_INVALID_SHADING_RATE","features":[354]},{"name":"D3D12_MESSAGE_ID_RSSETSHADING_RATE_SHADING_RATE_NOT_PERMITTED_BY_CAP","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLEPOSITIONS_MISMATCH_DEFERRED","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLEPOSITIONS_MISMATCH_RECORDTIME_ASSUMEDFROMCLEAR","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLEPOSITIONS_MISMATCH_RECORDTIME_ASSUMEDFROMFIRSTUSE","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_CREATE_UAV_MISMATCHING_TARGETED_RESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_CREATE_UAV_NULL_ARGUMENTS","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_CREATE_UAV_REQUIRES_FEEDBACK_MAP_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_INVALID_DIMENSION","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_INVALID_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_INVALID_MIP_REGION","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_INVALID_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_INVALID_SAMPLE_QUALITY","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_MAP_REQUIRES_UNORDERED_ACCESS_FLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_SAMPLER_FEEDBACK_UAV_REQUIRES_SAMPLER_FEEDBACK_CAPABILITY","features":[354]},{"name":"D3D12_MESSAGE_ID_SETDEPTHBOUNDS_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_SETEVENTONMULTIPLEFENCECOMPLETION_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_SETPRIVATEDATA_CHANGINGPARAMS","features":[354]},{"name":"D3D12_MESSAGE_ID_SETPRIVATEDATA_INVALIDFREEDATA","features":[354]},{"name":"D3D12_MESSAGE_ID_SETPRIVATEDATA_NO_ACCESS","features":[354]},{"name":"D3D12_MESSAGE_ID_SETPRIVATEDATA_OUTOFMEMORY","features":[354]},{"name":"D3D12_MESSAGE_ID_SETRESIDENCYPRIORITY_INVALID_PAGEABLE","features":[354]},{"name":"D3D12_MESSAGE_ID_SETRESIDENCYPRIORITY_INVALID_PRIORITY","features":[354]},{"name":"D3D12_MESSAGE_ID_SETSAMPLEPOSITIONS_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_SETTING_SHADING_RATE_FROM_MS_REQUIRES_CAPABILITY","features":[354]},{"name":"D3D12_MESSAGE_ID_SETVIEWINSTANCEMASK_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_BACKGROUND_PROCESSING_MODE_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_DESCRIPTOR_HEAP_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_DESCRIPTOR_TABLE_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_INDEX_BUFFER_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_INDEX_BUFFER_INVALID_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_PIPELINE_STACK_SIZE_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_PREDICATION_INVALID_PARAMETERS","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_PROGRAM_ERROR","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_RENDER_TARGETS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_ROOT_CONSTANT_BUFFER_VIEW_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_ROOT_CONSTANT_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_ROOT_SHADER_RESOURCE_VIEW_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_ROOT_UNORDERED_ACCESS_VIEW_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_SCISSOR_RECTS_INVALID_RECT","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_STREAM_OUTPUT_BUFFERS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_STREAM_OUTPUT_BUFFERS_INVALID_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_VERTEX_BUFFERS_INVALID","features":[354]},{"name":"D3D12_MESSAGE_ID_SET_VERTEX_BUFFERS_INVALID_DESC","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHECONTROL_DEVELOPERMODE","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHECONTROL_IGNOREDFLAG","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHECONTROL_INVALIDFLAGS","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHECONTROL_SHADERCACHECLEAR_NOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHECONTROL_STATEALREADYSET","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_CORRUPT","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_DISABLED","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_FINDVALUE_NOTFOUND","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_SHADERCACHEDELETE_NOTSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_STOREVALUE_ALREADYPRESENT","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_STOREVALUE_CACHEFULL","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADERCACHESESSION_STOREVALUE_HASHCOLLISION","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_IMAGE_INCORRECT_ARRAY_SIZE","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_IMAGE_INCORRECT_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_IMAGE_INCORRECT_MIP_LEVEL","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_IMAGE_INCORRECT_SAMPLE_COUNT","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_IMAGE_INCORRECT_SAMPLE_QUALITY","features":[354]},{"name":"D3D12_MESSAGE_ID_SHADING_RATE_SOURCE_REQUIRES_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_MESSAGE_ID_STATIC_DESCRIPTOR_INVALID_DESCRIPTOR_CHANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_STOREPIPELINE_DUPLICATENAME","features":[354]},{"name":"D3D12_MESSAGE_ID_STOREPIPELINE_NONAME","features":[354]},{"name":"D3D12_MESSAGE_ID_STRING_FROM_APPLICATION","features":[354]},{"name":"D3D12_MESSAGE_ID_TEXTURE_BARRIER_SUBRESOURCES_OUT_OF_BOUNDS","features":[354]},{"name":"D3D12_MESSAGE_ID_TIMESTAMPS_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_TOO_MANY_NODES_SPECIFIED","features":[354]},{"name":"D3D12_MESSAGE_ID_TRACKED_WORKLOAD_COMMAND_QUEUE_MISMATCH","features":[354]},{"name":"D3D12_MESSAGE_ID_TRACKED_WORKLOAD_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_UNINITIALIZED_META_COMMAND","features":[354]},{"name":"D3D12_MESSAGE_ID_UNKNOWN","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_INVALIDHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_INVALIDRANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_INVALIDSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_INVALID_NULLRANGE","features":[354]},{"name":"D3D12_MESSAGE_ID_UNMAP_RANGE_NOT_EMPTY","features":[354]},{"name":"D3D12_MESSAGE_ID_UNSUPPORTED_BARRIER_LAYOUT","features":[354]},{"name":"D3D12_MESSAGE_ID_UNUSED_CROSS_EXECUTE_SPLIT_BARRIER","features":[354]},{"name":"D3D12_MESSAGE_ID_UPDATETILEMAPPINGS_INVALID_PARAMETER","features":[354]},{"name":"D3D12_MESSAGE_ID_UPDATETILEMAPPINGS_POSSIBLY_MISMATCHING_PROPERTIES","features":[354]},{"name":"D3D12_MESSAGE_ID_USE_OF_ZERO_REFCOUNT_OBJECT","features":[354]},{"name":"D3D12_MESSAGE_ID_VARIABLE_SHADING_RATE_NOT_ALLOWED_WITH_TIR","features":[354]},{"name":"D3D12_MESSAGE_ID_VERTEX_SHADER_OUTPUTTING_BOTH_VIEWPORT_ARRAY_INDEX_AND_SHADING_RATE_NOT_SUPPORTED_ON_DEVICE","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_CREATE_MOTION_ESTIMATOR_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_CREATE_MOTION_VECTOR_HEAP_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_DECODE_FRAME_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_DECODE_SUPPORT_INVALID_INPUT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_DECODE_SUPPORT_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_EXTENSION_COMMAND_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_PROCESS_FRAMES_INVALID_ARGUMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_PROCESS_SUPPORT_INVALID_INPUT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIDEO_PROCESS_SUPPORT_UNSUPPORTED_FORMAT","features":[354]},{"name":"D3D12_MESSAGE_ID_VIEW_INSTANCING_INVALIDARGS","features":[354]},{"name":"D3D12_MESSAGE_ID_VIEW_INSTANCING_UNSUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_VRS_SUM_COMBINER_REQUIRES_CAPABILITY","features":[354]},{"name":"D3D12_MESSAGE_ID_WINDOWS7_FENCE_OUTOFORDER_SIGNAL","features":[354]},{"name":"D3D12_MESSAGE_ID_WINDOWS7_FENCE_OUTOFORDER_WAIT","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITEBUFFERIMMEDIATE_INVALID_ALIGNMENT","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITEBUFFERIMMEDIATE_INVALID_DEST","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITEBUFFERIMMEDIATE_INVALID_MODE","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITEBUFFERIMMEDIATE_NOT_SUPPORTED","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITETOSUBRESOURCE_EMPTYBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITETOSUBRESOURCE_INVALIDBOX","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITETOSUBRESOURCE_INVALIDHEAP","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITETOSUBRESOURCE_INVALIDRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITETOSUBRESOURCE_INVALIDSUBRESOURCE","features":[354]},{"name":"D3D12_MESSAGE_ID_WRITE_COMBINE_PERFORMANCE_WARNING","features":[354]},{"name":"D3D12_MESSAGE_ID_WRONG_COMMAND_ALLOCATOR_TYPE","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY_CORRUPTION","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY_ERROR","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY_INFO","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY_MESSAGE","features":[354]},{"name":"D3D12_MESSAGE_SEVERITY_WARNING","features":[354]},{"name":"D3D12_META_COMMAND_DESC","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_DESC","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_FLAGS","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_FLAG_INPUT","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_FLAG_OUTPUT","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_STAGE","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_STAGE_CREATION","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_STAGE_EXECUTION","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_STAGE_INITIALIZATION","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE_CPU_DESCRIPTOR_HANDLE_HEAP_TYPE_CBV_SRV_UAV","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE_FLOAT","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE_GPU_DESCRIPTOR_HANDLE_HEAP_TYPE_CBV_SRV_UAV","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE_GPU_VIRTUAL_ADDRESS","features":[354]},{"name":"D3D12_META_COMMAND_PARAMETER_TYPE_UINT64","features":[354]},{"name":"D3D12_MINOR_VERSION","features":[354]},{"name":"D3D12_MIN_BORDER_COLOR_COMPONENT","features":[354]},{"name":"D3D12_MIN_DEPTH","features":[354]},{"name":"D3D12_MIN_FILTER_SHIFT","features":[354]},{"name":"D3D12_MIN_MAXANISOTROPY","features":[354]},{"name":"D3D12_MIP_FILTER_SHIFT","features":[354]},{"name":"D3D12_MIP_LOD_BIAS_MAX","features":[354]},{"name":"D3D12_MIP_LOD_BIAS_MIN","features":[354]},{"name":"D3D12_MIP_LOD_FRACTIONAL_BIT_COUNT","features":[354]},{"name":"D3D12_MIP_LOD_RANGE_BIT_COUNT","features":[354]},{"name":"D3D12_MIP_REGION","features":[354]},{"name":"D3D12_MULTIPLE_FENCE_WAIT_FLAGS","features":[354]},{"name":"D3D12_MULTIPLE_FENCE_WAIT_FLAG_ALL","features":[354]},{"name":"D3D12_MULTIPLE_FENCE_WAIT_FLAG_ANY","features":[354]},{"name":"D3D12_MULTIPLE_FENCE_WAIT_FLAG_NONE","features":[354]},{"name":"D3D12_MULTISAMPLE_ANTIALIAS_LINE_WIDTH","features":[354]},{"name":"D3D12_MULTISAMPLE_QUALITY_LEVELS_FLAG_NONE","features":[354]},{"name":"D3D12_MULTISAMPLE_QUALITY_LEVELS_FLAG_TILED_RESOURCE","features":[354]},{"name":"D3D12_MULTISAMPLE_QUALITY_LEVEL_FLAGS","features":[354]},{"name":"D3D12_MULTI_NODE_CPU_INPUT","features":[354]},{"name":"D3D12_MULTI_NODE_GPU_INPUT","features":[354]},{"name":"D3D12_NODE","features":[305,354]},{"name":"D3D12_NODE_CPU_INPUT","features":[354]},{"name":"D3D12_NODE_GPU_INPUT","features":[354]},{"name":"D3D12_NODE_ID","features":[354]},{"name":"D3D12_NODE_MASK","features":[354]},{"name":"D3D12_NODE_OUTPUT_OVERRIDES","features":[305,354]},{"name":"D3D12_NODE_OVERRIDES_TYPE","features":[354]},{"name":"D3D12_NODE_OVERRIDES_TYPE_BROADCASTING_LAUNCH","features":[354]},{"name":"D3D12_NODE_OVERRIDES_TYPE_COALESCING_LAUNCH","features":[354]},{"name":"D3D12_NODE_OVERRIDES_TYPE_COMMON_COMPUTE","features":[354]},{"name":"D3D12_NODE_OVERRIDES_TYPE_NONE","features":[354]},{"name":"D3D12_NODE_OVERRIDES_TYPE_THREAD_LAUNCH","features":[354]},{"name":"D3D12_NODE_TYPE","features":[354]},{"name":"D3D12_NODE_TYPE_SHADER","features":[354]},{"name":"D3D12_NONSAMPLE_FETCH_OUT_OF_RANGE_ACCESS_RESULT","features":[354]},{"name":"D3D12_OS_RESERVED_REGISTER_SPACE_VALUES_END","features":[354]},{"name":"D3D12_OS_RESERVED_REGISTER_SPACE_VALUES_START","features":[354]},{"name":"D3D12_PACKED_MIP_INFO","features":[354]},{"name":"D3D12_PACKED_TILE","features":[354]},{"name":"D3D12_PARAMETER_DESC","features":[407,354]},{"name":"D3D12_PIPELINE_STATE_FLAGS","features":[354]},{"name":"D3D12_PIPELINE_STATE_FLAG_DYNAMIC_DEPTH_BIAS","features":[354]},{"name":"D3D12_PIPELINE_STATE_FLAG_DYNAMIC_INDEX_BUFFER_STRIP_CUT","features":[354]},{"name":"D3D12_PIPELINE_STATE_FLAG_NONE","features":[354]},{"name":"D3D12_PIPELINE_STATE_FLAG_TOOL_DEBUG","features":[354]},{"name":"D3D12_PIPELINE_STATE_STREAM_DESC","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_AS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_BLEND","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_CACHED_PSO","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_CS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL1","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL2","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL_FORMAT","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_DS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_FLAGS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_GS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_HS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_IB_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_INPUT_LAYOUT","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_MAX_VALID","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_MS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_NODE_MASK","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_PRIMITIVE_TOPOLOGY","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_PS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RASTERIZER","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RASTERIZER1","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RASTERIZER2","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_RENDER_TARGET_FORMATS","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_DESC","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_MASK","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_STREAM_OUTPUT","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_VIEW_INSTANCING","features":[354]},{"name":"D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_VS","features":[354]},{"name":"D3D12_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[354]},{"name":"D3D12_PLACED_SUBRESOURCE_FOOTPRINT","features":[354,402]},{"name":"D3D12_PREDICATION_OP","features":[354]},{"name":"D3D12_PREDICATION_OP_EQUAL_ZERO","features":[354]},{"name":"D3D12_PREDICATION_OP_NOT_EQUAL_ZERO","features":[354]},{"name":"D3D12_PREVIEW_SDK_VERSION","features":[354]},{"name":"D3D12_PRE_SCISSOR_PIXEL_ADDRESS_RANGE_BIT_COUNT","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_DESC","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE_LINE","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE_PATCH","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE_POINT","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE_TRIANGLE","features":[354]},{"name":"D3D12_PRIMITIVE_TOPOLOGY_TYPE_UNDEFINED","features":[354]},{"name":"D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER","features":[354]},{"name":"D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1","features":[354]},{"name":"D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2","features":[354]},{"name":"D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_PROGRAM_IDENTIFIER","features":[354]},{"name":"D3D12_PROGRAM_TYPE","features":[354]},{"name":"D3D12_PROGRAM_TYPE_GENERIC_PIPELINE","features":[354]},{"name":"D3D12_PROGRAM_TYPE_RAYTRACING_PIPELINE","features":[354]},{"name":"D3D12_PROGRAM_TYPE_WORK_GRAPH","features":[354]},{"name":"D3D12_PROTECTED_RESOURCES_SESSION_HARDWARE_PROTECTED","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_DESC","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_DESC1","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_FLAGS","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_FLAG_NONE","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAGS","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAG_NONE","features":[354]},{"name":"D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAG_SUPPORTED","features":[354]},{"name":"D3D12_PROTECTED_SESSION_STATUS","features":[354]},{"name":"D3D12_PROTECTED_SESSION_STATUS_INVALID","features":[354]},{"name":"D3D12_PROTECTED_SESSION_STATUS_OK","features":[354]},{"name":"D3D12_PS_CS_UAV_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_PS_CS_UAV_REGISTER_COUNT","features":[354]},{"name":"D3D12_PS_CS_UAV_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_PS_CS_UAV_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_PS_FRONTFACING_DEFAULT_VALUE","features":[354]},{"name":"D3D12_PS_FRONTFACING_FALSE_VALUE","features":[354]},{"name":"D3D12_PS_FRONTFACING_TRUE_VALUE","features":[354]},{"name":"D3D12_PS_INPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_PS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_PS_INPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_PS_INPUT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_PS_INPUT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_PS_LEGACY_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[354]},{"name":"D3D12_PS_OUTPUT_DEPTH_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_PS_OUTPUT_DEPTH_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_PS_OUTPUT_DEPTH_REGISTER_COUNT","features":[354]},{"name":"D3D12_PS_OUTPUT_MASK_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_PS_OUTPUT_MASK_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_PS_OUTPUT_MASK_REGISTER_COUNT","features":[354]},{"name":"D3D12_PS_OUTPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_PS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_PS_OUTPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_PS_PIXEL_CENTER_FRACTIONAL_COMPONENT","features":[354]},{"name":"D3D12_QUERY_DATA_PIPELINE_STATISTICS","features":[354]},{"name":"D3D12_QUERY_DATA_PIPELINE_STATISTICS1","features":[354]},{"name":"D3D12_QUERY_DATA_SO_STATISTICS","features":[354]},{"name":"D3D12_QUERY_HEAP_DESC","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_COPY_QUEUE_TIMESTAMP","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_OCCLUSION","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_PIPELINE_STATISTICS","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_PIPELINE_STATISTICS1","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_SO_STATISTICS","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_TIMESTAMP","features":[354]},{"name":"D3D12_QUERY_HEAP_TYPE_VIDEO_DECODE_STATISTICS","features":[354]},{"name":"D3D12_QUERY_TYPE","features":[354]},{"name":"D3D12_QUERY_TYPE_BINARY_OCCLUSION","features":[354]},{"name":"D3D12_QUERY_TYPE_OCCLUSION","features":[354]},{"name":"D3D12_QUERY_TYPE_PIPELINE_STATISTICS","features":[354]},{"name":"D3D12_QUERY_TYPE_PIPELINE_STATISTICS1","features":[354]},{"name":"D3D12_QUERY_TYPE_SO_STATISTICS_STREAM0","features":[354]},{"name":"D3D12_QUERY_TYPE_SO_STATISTICS_STREAM1","features":[354]},{"name":"D3D12_QUERY_TYPE_SO_STATISTICS_STREAM2","features":[354]},{"name":"D3D12_QUERY_TYPE_SO_STATISTICS_STREAM3","features":[354]},{"name":"D3D12_QUERY_TYPE_TIMESTAMP","features":[354]},{"name":"D3D12_QUERY_TYPE_VIDEO_DECODE_STATISTICS","features":[354]},{"name":"D3D12_RANGE","features":[354]},{"name":"D3D12_RANGE_UINT64","features":[354]},{"name":"D3D12_RASTERIZER_DESC","features":[305,354]},{"name":"D3D12_RASTERIZER_DESC1","features":[305,354]},{"name":"D3D12_RASTERIZER_DESC2","features":[305,354]},{"name":"D3D12_RAW_UAV_SRV_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_AABB","features":[354]},{"name":"D3D12_RAYTRACING_AABB_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAGS","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_ALLOW_COMPACTION","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_ALLOW_UPDATE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_MINIMIZE_MEMORY","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_NONE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_PERFORM_UPDATE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_PREFER_FAST_BUILD","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAG_PREFER_FAST_TRACE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE_CLONE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE_COMPACT","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE_DESERIALIZE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE_SERIALIZE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_COPY_MODE_VISUALIZATION_DECODE_FOR_TOOLS","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_COMPACTED_SIZE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_COMPACTED_SIZE_DESC","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_CURRENT_SIZE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_CURRENT_SIZE_DESC","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_DESC","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_SERIALIZATION","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_SERIALIZATION_DESC","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_TOOLS_VISUALIZATION","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_TOOLS_VISUALIZATION_DESC","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_TYPE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_PREBUILD_INFO","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_SRV","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_TYPE","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL","features":[354]},{"name":"D3D12_RAYTRACING_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_AABBS_DESC","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_DESC","features":[354,402]},{"name":"D3D12_RAYTRACING_GEOMETRY_FLAGS","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_FLAG_NONE","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_FLAG_NO_DUPLICATE_ANYHIT_INVOCATION","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_FLAG_OPAQUE","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_TRIANGLES_DESC","features":[354,402]},{"name":"D3D12_RAYTRACING_GEOMETRY_TYPE","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_TYPE_PROCEDURAL_PRIMITIVE_AABBS","features":[354]},{"name":"D3D12_RAYTRACING_GEOMETRY_TYPE_TRIANGLES","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_DESC","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_DESCS_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAGS","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAG_FORCE_NON_OPAQUE","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAG_FORCE_OPAQUE","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAG_NONE","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAG_TRIANGLE_CULL_DISABLE","features":[354]},{"name":"D3D12_RAYTRACING_INSTANCE_FLAG_TRIANGLE_FRONT_COUNTERCLOCKWISE","features":[354]},{"name":"D3D12_RAYTRACING_MAX_ATTRIBUTE_SIZE_IN_BYTES","features":[354]},{"name":"D3D12_RAYTRACING_MAX_DECLARABLE_TRACE_RECURSION_DEPTH","features":[354]},{"name":"D3D12_RAYTRACING_MAX_GEOMETRIES_PER_BOTTOM_LEVEL_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_RAYTRACING_MAX_INSTANCES_PER_TOP_LEVEL_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_RAYTRACING_MAX_PRIMITIVES_PER_BOTTOM_LEVEL_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_RAYTRACING_MAX_RAY_GENERATION_SHADER_THREADS","features":[354]},{"name":"D3D12_RAYTRACING_MAX_SHADER_RECORD_STRIDE","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_CONFIG","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_CONFIG1","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_FLAGS","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_FLAG_NONE","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_FLAG_SKIP_PROCEDURAL_PRIMITIVES","features":[354]},{"name":"D3D12_RAYTRACING_PIPELINE_FLAG_SKIP_TRIANGLES","features":[354]},{"name":"D3D12_RAYTRACING_SHADER_CONFIG","features":[354]},{"name":"D3D12_RAYTRACING_SHADER_RECORD_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_SHADER_TABLE_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAYTRACING_TIER","features":[354]},{"name":"D3D12_RAYTRACING_TIER_1_0","features":[354]},{"name":"D3D12_RAYTRACING_TIER_1_1","features":[354]},{"name":"D3D12_RAYTRACING_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_RAYTRACING_TRANSFORM3X4_BYTE_ALIGNMENT","features":[354]},{"name":"D3D12_RAY_FLAGS","features":[354]},{"name":"D3D12_RAY_FLAG_ACCEPT_FIRST_HIT_AND_END_SEARCH","features":[354]},{"name":"D3D12_RAY_FLAG_CULL_BACK_FACING_TRIANGLES","features":[354]},{"name":"D3D12_RAY_FLAG_CULL_FRONT_FACING_TRIANGLES","features":[354]},{"name":"D3D12_RAY_FLAG_CULL_NON_OPAQUE","features":[354]},{"name":"D3D12_RAY_FLAG_CULL_OPAQUE","features":[354]},{"name":"D3D12_RAY_FLAG_FORCE_NON_OPAQUE","features":[354]},{"name":"D3D12_RAY_FLAG_FORCE_OPAQUE","features":[354]},{"name":"D3D12_RAY_FLAG_NONE","features":[354]},{"name":"D3D12_RAY_FLAG_SKIP_CLOSEST_HIT_SHADER","features":[354]},{"name":"D3D12_RAY_FLAG_SKIP_PROCEDURAL_PRIMITIVES","features":[354]},{"name":"D3D12_RAY_FLAG_SKIP_TRIANGLES","features":[354]},{"name":"D3D12_RECREATE_AT_TIER","features":[354]},{"name":"D3D12_RECREATE_AT_TIER_1","features":[354]},{"name":"D3D12_RECREATE_AT_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS","features":[354,402]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_CLEAR_PARAMETERS","features":[354,402]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_PRESERVE_LOCAL_PARAMETERS","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_CLEAR","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_DISCARD","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_NO_ACCESS","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_PRESERVE","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_PRESERVE_LOCAL_RENDER","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_PRESERVE_LOCAL_SRV","features":[354]},{"name":"D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE_PRESERVE_LOCAL_UAV","features":[354]},{"name":"D3D12_RENDER_PASS_DEPTH_STENCIL_DESC","features":[305,354,402]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS","features":[305,354,402]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_PRESERVE_LOCAL_PARAMETERS","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_RESOLVE_PARAMETERS","features":[305,354,402]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_RESOLVE_SUBRESOURCE_PARAMETERS","features":[305,354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_DISCARD","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_NO_ACCESS","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_PRESERVE","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_PRESERVE_LOCAL_RENDER","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_PRESERVE_LOCAL_SRV","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_PRESERVE_LOCAL_UAV","features":[354]},{"name":"D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_RESOLVE","features":[354]},{"name":"D3D12_RENDER_PASS_FLAGS","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_ALLOW_UAV_WRITES","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_BIND_READ_ONLY_DEPTH","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_BIND_READ_ONLY_STENCIL","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_NONE","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_RESUMING_PASS","features":[354]},{"name":"D3D12_RENDER_PASS_FLAG_SUSPENDING_PASS","features":[354]},{"name":"D3D12_RENDER_PASS_RENDER_TARGET_DESC","features":[305,354,402]},{"name":"D3D12_RENDER_PASS_TIER","features":[354]},{"name":"D3D12_RENDER_PASS_TIER_0","features":[354]},{"name":"D3D12_RENDER_PASS_TIER_1","features":[354]},{"name":"D3D12_RENDER_PASS_TIER_2","features":[354]},{"name":"D3D12_RENDER_TARGET_BLEND_DESC","features":[305,354]},{"name":"D3D12_RENDER_TARGET_VIEW_DESC","features":[354,402]},{"name":"D3D12_REQ_BLEND_OBJECT_COUNT_PER_DEVICE","features":[354]},{"name":"D3D12_REQ_BUFFER_RESOURCE_TEXEL_COUNT_2_TO_EXP","features":[354]},{"name":"D3D12_REQ_CONSTANT_BUFFER_ELEMENT_COUNT","features":[354]},{"name":"D3D12_REQ_DEPTH_STENCIL_OBJECT_COUNT_PER_DEVICE","features":[354]},{"name":"D3D12_REQ_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[354]},{"name":"D3D12_REQ_DRAW_VERTEX_COUNT_2_TO_EXP","features":[354]},{"name":"D3D12_REQ_FILTERING_HW_ADDRESSABLE_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_REQ_GS_INVOCATION_32BIT_OUTPUT_COMPONENT_LIMIT","features":[354]},{"name":"D3D12_REQ_IMMEDIATE_CONSTANT_BUFFER_ELEMENT_COUNT","features":[354]},{"name":"D3D12_REQ_MAXANISOTROPY","features":[354]},{"name":"D3D12_REQ_MIP_LEVELS","features":[354]},{"name":"D3D12_REQ_MULTI_ELEMENT_STRUCTURE_SIZE_IN_BYTES","features":[354]},{"name":"D3D12_REQ_RASTERIZER_OBJECT_COUNT_PER_DEVICE","features":[354]},{"name":"D3D12_REQ_RENDER_TO_BUFFER_WINDOW_WIDTH","features":[354]},{"name":"D3D12_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_A_TERM","features":[354]},{"name":"D3D12_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_B_TERM","features":[354]},{"name":"D3D12_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_C_TERM","features":[354]},{"name":"D3D12_REQ_RESOURCE_VIEW_COUNT_PER_DEVICE_2_TO_EXP","features":[354]},{"name":"D3D12_REQ_SAMPLER_OBJECT_COUNT_PER_DEVICE","features":[354]},{"name":"D3D12_REQ_SUBRESOURCES","features":[354]},{"name":"D3D12_REQ_TEXTURE1D_ARRAY_AXIS_DIMENSION","features":[354]},{"name":"D3D12_REQ_TEXTURE1D_U_DIMENSION","features":[354]},{"name":"D3D12_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION","features":[354]},{"name":"D3D12_REQ_TEXTURE2D_U_OR_V_DIMENSION","features":[354]},{"name":"D3D12_REQ_TEXTURE3D_U_V_OR_W_DIMENSION","features":[354]},{"name":"D3D12_REQ_TEXTURECUBE_DIMENSION","features":[354]},{"name":"D3D12_RESIDENCY_FLAGS","features":[354]},{"name":"D3D12_RESIDENCY_FLAG_DENY_OVERBUDGET","features":[354]},{"name":"D3D12_RESIDENCY_FLAG_NONE","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY_HIGH","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY_LOW","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY_MAXIMUM","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY_MINIMUM","features":[354]},{"name":"D3D12_RESIDENCY_PRIORITY_NORMAL","features":[354]},{"name":"D3D12_RESINFO_INSTRUCTION_MISSING_COMPONENT_RETVAL","features":[354]},{"name":"D3D12_RESOLVE_MODE","features":[354]},{"name":"D3D12_RESOLVE_MODE_AVERAGE","features":[354]},{"name":"D3D12_RESOLVE_MODE_DECODE_SAMPLER_FEEDBACK","features":[354]},{"name":"D3D12_RESOLVE_MODE_DECOMPRESS","features":[354]},{"name":"D3D12_RESOLVE_MODE_ENCODE_SAMPLER_FEEDBACK","features":[354]},{"name":"D3D12_RESOLVE_MODE_MAX","features":[354]},{"name":"D3D12_RESOLVE_MODE_MIN","features":[354]},{"name":"D3D12_RESOURCE_ALIASING_BARRIER","features":[354]},{"name":"D3D12_RESOURCE_ALLOCATION_INFO","features":[354]},{"name":"D3D12_RESOURCE_ALLOCATION_INFO1","features":[354]},{"name":"D3D12_RESOURCE_BARRIER","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_FLAGS","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_FLAG_BEGIN_ONLY","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_FLAG_END_ONLY","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_FLAG_NONE","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_TYPE","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_TYPE_ALIASING","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_TYPE_TRANSITION","features":[354]},{"name":"D3D12_RESOURCE_BARRIER_TYPE_UAV","features":[354]},{"name":"D3D12_RESOURCE_BINDING_TIER","features":[354]},{"name":"D3D12_RESOURCE_BINDING_TIER_1","features":[354]},{"name":"D3D12_RESOURCE_BINDING_TIER_2","features":[354]},{"name":"D3D12_RESOURCE_BINDING_TIER_3","features":[354]},{"name":"D3D12_RESOURCE_DESC","features":[354,402]},{"name":"D3D12_RESOURCE_DESC1","features":[354,402]},{"name":"D3D12_RESOURCE_DIMENSION","features":[354]},{"name":"D3D12_RESOURCE_DIMENSION_BUFFER","features":[354]},{"name":"D3D12_RESOURCE_DIMENSION_TEXTURE1D","features":[354]},{"name":"D3D12_RESOURCE_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_RESOURCE_DIMENSION_TEXTURE3D","features":[354]},{"name":"D3D12_RESOURCE_DIMENSION_UNKNOWN","features":[354]},{"name":"D3D12_RESOURCE_FLAGS","features":[354]},{"name":"D3D12_RESOURCE_FLAG_ALLOW_CROSS_ADAPTER","features":[354]},{"name":"D3D12_RESOURCE_FLAG_ALLOW_DEPTH_STENCIL","features":[354]},{"name":"D3D12_RESOURCE_FLAG_ALLOW_RENDER_TARGET","features":[354]},{"name":"D3D12_RESOURCE_FLAG_ALLOW_SIMULTANEOUS_ACCESS","features":[354]},{"name":"D3D12_RESOURCE_FLAG_ALLOW_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_RESOURCE_FLAG_DENY_SHADER_RESOURCE","features":[354]},{"name":"D3D12_RESOURCE_FLAG_NONE","features":[354]},{"name":"D3D12_RESOURCE_FLAG_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_RESOURCE_FLAG_VIDEO_DECODE_REFERENCE_ONLY","features":[354]},{"name":"D3D12_RESOURCE_FLAG_VIDEO_ENCODE_REFERENCE_ONLY","features":[354]},{"name":"D3D12_RESOURCE_HEAP_TIER","features":[354]},{"name":"D3D12_RESOURCE_HEAP_TIER_1","features":[354]},{"name":"D3D12_RESOURCE_HEAP_TIER_2","features":[354]},{"name":"D3D12_RESOURCE_STATES","features":[354]},{"name":"D3D12_RESOURCE_STATE_ALL_SHADER_RESOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_COMMON","features":[354]},{"name":"D3D12_RESOURCE_STATE_COPY_DEST","features":[354]},{"name":"D3D12_RESOURCE_STATE_COPY_SOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_DEPTH_READ","features":[354]},{"name":"D3D12_RESOURCE_STATE_DEPTH_WRITE","features":[354]},{"name":"D3D12_RESOURCE_STATE_GENERIC_READ","features":[354]},{"name":"D3D12_RESOURCE_STATE_INDEX_BUFFER","features":[354]},{"name":"D3D12_RESOURCE_STATE_INDIRECT_ARGUMENT","features":[354]},{"name":"D3D12_RESOURCE_STATE_NON_PIXEL_SHADER_RESOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_PIXEL_SHADER_RESOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_PREDICATION","features":[354]},{"name":"D3D12_RESOURCE_STATE_PRESENT","features":[354]},{"name":"D3D12_RESOURCE_STATE_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_RESOURCE_STATE_RENDER_TARGET","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESERVED_INTERNAL_100000","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESERVED_INTERNAL_4000","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESERVED_INTERNAL_40000000","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESERVED_INTERNAL_8000","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESERVED_INTERNAL_80000000","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESOLVE_DEST","features":[354]},{"name":"D3D12_RESOURCE_STATE_RESOLVE_SOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_SHADING_RATE_SOURCE","features":[354]},{"name":"D3D12_RESOURCE_STATE_STREAM_OUT","features":[354]},{"name":"D3D12_RESOURCE_STATE_UNORDERED_ACCESS","features":[354]},{"name":"D3D12_RESOURCE_STATE_VERTEX_AND_CONSTANT_BUFFER","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_DECODE_READ","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_DECODE_WRITE","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_ENCODE_READ","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_ENCODE_WRITE","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_PROCESS_READ","features":[354]},{"name":"D3D12_RESOURCE_STATE_VIDEO_PROCESS_WRITE","features":[354]},{"name":"D3D12_RESOURCE_TRANSITION_BARRIER","features":[354]},{"name":"D3D12_RESOURCE_UAV_BARRIER","features":[354]},{"name":"D3D12_RLDO_DETAIL","features":[354]},{"name":"D3D12_RLDO_FLAGS","features":[354]},{"name":"D3D12_RLDO_IGNORE_INTERNAL","features":[354]},{"name":"D3D12_RLDO_NONE","features":[354]},{"name":"D3D12_RLDO_SUMMARY","features":[354]},{"name":"D3D12_ROOT_CONSTANTS","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR1","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_FLAGS","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_FLAG_DATA_STATIC","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_FLAG_DATA_STATIC_WHILE_SET_AT_EXECUTE","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_FLAG_DATA_VOLATILE","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_FLAG_NONE","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_TABLE","features":[354]},{"name":"D3D12_ROOT_DESCRIPTOR_TABLE1","features":[354]},{"name":"D3D12_ROOT_PARAMETER","features":[354]},{"name":"D3D12_ROOT_PARAMETER1","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE_32BIT_CONSTANTS","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE_CBV","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE_SRV","features":[354]},{"name":"D3D12_ROOT_PARAMETER_TYPE_UAV","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_DESC","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_DESC1","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_DESC2","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAGS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_ALLOW_INPUT_ASSEMBLER_INPUT_LAYOUT","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_ALLOW_STREAM_OUTPUT","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_CBV_SRV_UAV_HEAP_DIRECTLY_INDEXED","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_AMPLIFICATION_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_DOMAIN_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_GEOMETRY_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_HULL_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_MESH_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_PIXEL_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_DENY_VERTEX_SHADER_ROOT_ACCESS","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_LOCAL_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_NONE","features":[354]},{"name":"D3D12_ROOT_SIGNATURE_FLAG_SAMPLER_HEAP_DIRECTLY_INDEXED","features":[354]},{"name":"D3D12_RS_SET_SHADING_RATE_COMBINER_COUNT","features":[354]},{"name":"D3D12_RTV_DIMENSION","features":[354]},{"name":"D3D12_RTV_DIMENSION_BUFFER","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE1D","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE1DARRAY","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE2DARRAY","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE2DMS","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE2DMSARRAY","features":[354]},{"name":"D3D12_RTV_DIMENSION_TEXTURE3D","features":[354]},{"name":"D3D12_RTV_DIMENSION_UNKNOWN","features":[354]},{"name":"D3D12_RT_FORMAT_ARRAY","features":[354,402]},{"name":"D3D12_SAMPLER_DESC","features":[354]},{"name":"D3D12_SAMPLER_DESC2","features":[354]},{"name":"D3D12_SAMPLER_FEEDBACK_TIER","features":[354]},{"name":"D3D12_SAMPLER_FEEDBACK_TIER_0_9","features":[354]},{"name":"D3D12_SAMPLER_FEEDBACK_TIER_1_0","features":[354]},{"name":"D3D12_SAMPLER_FEEDBACK_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_SAMPLER_FLAGS","features":[354]},{"name":"D3D12_SAMPLER_FLAG_NONE","features":[354]},{"name":"D3D12_SAMPLER_FLAG_NON_NORMALIZED_COORDINATES","features":[354]},{"name":"D3D12_SAMPLER_FLAG_UINT_BORDER_COLOR","features":[354]},{"name":"D3D12_SAMPLE_MASK","features":[354]},{"name":"D3D12_SAMPLE_POSITION","features":[354]},{"name":"D3D12_SDK_VERSION","features":[354]},{"name":"D3D12_SERIALIZED_DATA_DRIVER_MATCHING_IDENTIFIER","features":[354]},{"name":"D3D12_SERIALIZED_DATA_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_SERIALIZED_DATA_TYPE","features":[354]},{"name":"D3D12_SERIALIZED_RAYTRACING_ACCELERATION_STRUCTURE_HEADER","features":[354]},{"name":"D3D12_SET_GENERIC_PIPELINE_DESC","features":[354]},{"name":"D3D12_SET_PROGRAM_DESC","features":[354]},{"name":"D3D12_SET_RAYTRACING_PIPELINE_DESC","features":[354]},{"name":"D3D12_SET_WORK_GRAPH_DESC","features":[354]},{"name":"D3D12_SET_WORK_GRAPH_FLAGS","features":[354]},{"name":"D3D12_SET_WORK_GRAPH_FLAG_INITIALIZE","features":[354]},{"name":"D3D12_SET_WORK_GRAPH_FLAG_NONE","features":[354]},{"name":"D3D12_SHADER_BUFFER_DESC","features":[407,354]},{"name":"D3D12_SHADER_BYTECODE","features":[354]},{"name":"D3D12_SHADER_CACHE_CONTROL_FLAGS","features":[354]},{"name":"D3D12_SHADER_CACHE_CONTROL_FLAG_CLEAR","features":[354]},{"name":"D3D12_SHADER_CACHE_CONTROL_FLAG_DISABLE","features":[354]},{"name":"D3D12_SHADER_CACHE_CONTROL_FLAG_ENABLE","features":[354]},{"name":"D3D12_SHADER_CACHE_FLAGS","features":[354]},{"name":"D3D12_SHADER_CACHE_FLAG_DRIVER_VERSIONED","features":[354]},{"name":"D3D12_SHADER_CACHE_FLAG_NONE","features":[354]},{"name":"D3D12_SHADER_CACHE_FLAG_USE_WORKING_DIR","features":[354]},{"name":"D3D12_SHADER_CACHE_KIND_FLAGS","features":[354]},{"name":"D3D12_SHADER_CACHE_KIND_FLAG_APPLICATION_MANAGED","features":[354]},{"name":"D3D12_SHADER_CACHE_KIND_FLAG_IMPLICIT_D3D_CACHE_FOR_DRIVER","features":[354]},{"name":"D3D12_SHADER_CACHE_KIND_FLAG_IMPLICIT_D3D_CONVERSIONS","features":[354]},{"name":"D3D12_SHADER_CACHE_KIND_FLAG_IMPLICIT_DRIVER_MANAGED","features":[354]},{"name":"D3D12_SHADER_CACHE_MODE","features":[354]},{"name":"D3D12_SHADER_CACHE_MODE_DISK","features":[354]},{"name":"D3D12_SHADER_CACHE_MODE_MEMORY","features":[354]},{"name":"D3D12_SHADER_CACHE_SESSION_DESC","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_AUTOMATIC_DISK_CACHE","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_AUTOMATIC_INPROC_CACHE","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_DRIVER_MANAGED_CACHE","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_FLAGS","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_LIBRARY","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_NONE","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_SHADER_CONTROL_CLEAR","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_SHADER_SESSION_DELETE","features":[354]},{"name":"D3D12_SHADER_CACHE_SUPPORT_SINGLE_PSO","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_ALWAYS_SET_BIT_AVOIDING_ZEROMEM_MISTAKES","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FORCE_VALUE_0","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FORCE_VALUE_1","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_0","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_1","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_2","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_3","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_MASK","features":[354]},{"name":"D3D12_SHADER_COMPONENT_MAPPING_SHIFT","features":[354]},{"name":"D3D12_SHADER_DESC","features":[407,354]},{"name":"D3D12_SHADER_IDENTIFIER_SIZE_IN_BYTES","features":[354]},{"name":"D3D12_SHADER_INPUT_BIND_DESC","features":[407,354]},{"name":"D3D12_SHADER_MAJOR_VERSION","features":[354]},{"name":"D3D12_SHADER_MAX_INSTANCES","features":[354]},{"name":"D3D12_SHADER_MAX_INTERFACES","features":[354]},{"name":"D3D12_SHADER_MAX_INTERFACE_CALL_SITES","features":[354]},{"name":"D3D12_SHADER_MAX_TYPES","features":[354]},{"name":"D3D12_SHADER_MINOR_VERSION","features":[354]},{"name":"D3D12_SHADER_MIN_PRECISION_SUPPORT","features":[354]},{"name":"D3D12_SHADER_MIN_PRECISION_SUPPORT_10_BIT","features":[354]},{"name":"D3D12_SHADER_MIN_PRECISION_SUPPORT_16_BIT","features":[354]},{"name":"D3D12_SHADER_MIN_PRECISION_SUPPORT_NONE","features":[354]},{"name":"D3D12_SHADER_NODE","features":[305,354]},{"name":"D3D12_SHADER_RESOURCE_VIEW_DESC","features":[354,402]},{"name":"D3D12_SHADER_TYPE_DESC","features":[407,354]},{"name":"D3D12_SHADER_VARIABLE_DESC","features":[354]},{"name":"D3D12_SHADER_VERSION_TYPE","features":[354]},{"name":"D3D12_SHADER_VISIBILITY","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_ALL","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_AMPLIFICATION","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_DOMAIN","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_GEOMETRY","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_HULL","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_MESH","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_PIXEL","features":[354]},{"name":"D3D12_SHADER_VISIBILITY_VERTEX","features":[354]},{"name":"D3D12_SHADING_RATE","features":[354]},{"name":"D3D12_SHADING_RATE_1X1","features":[354]},{"name":"D3D12_SHADING_RATE_1X2","features":[354]},{"name":"D3D12_SHADING_RATE_2X1","features":[354]},{"name":"D3D12_SHADING_RATE_2X2","features":[354]},{"name":"D3D12_SHADING_RATE_2X4","features":[354]},{"name":"D3D12_SHADING_RATE_4X2","features":[354]},{"name":"D3D12_SHADING_RATE_4X4","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER_MAX","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER_MIN","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER_OVERRIDE","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER_PASSTHROUGH","features":[354]},{"name":"D3D12_SHADING_RATE_COMBINER_SUM","features":[354]},{"name":"D3D12_SHADING_RATE_VALID_MASK","features":[354]},{"name":"D3D12_SHADING_RATE_X_AXIS_SHIFT","features":[354]},{"name":"D3D12_SHARED_RESOURCE_COMPATIBILITY_TIER","features":[354]},{"name":"D3D12_SHARED_RESOURCE_COMPATIBILITY_TIER_0","features":[354]},{"name":"D3D12_SHARED_RESOURCE_COMPATIBILITY_TIER_1","features":[354]},{"name":"D3D12_SHARED_RESOURCE_COMPATIBILITY_TIER_2","features":[354]},{"name":"D3D12_SHIFT_INSTRUCTION_PAD_VALUE","features":[354]},{"name":"D3D12_SHIFT_INSTRUCTION_SHIFT_VALUE_BIT_COUNT","features":[354]},{"name":"D3D12_SHVER_AMPLIFICATION_SHADER","features":[354]},{"name":"D3D12_SHVER_ANY_HIT_SHADER","features":[354]},{"name":"D3D12_SHVER_CALLABLE_SHADER","features":[354]},{"name":"D3D12_SHVER_CLOSEST_HIT_SHADER","features":[354]},{"name":"D3D12_SHVER_COMPUTE_SHADER","features":[354]},{"name":"D3D12_SHVER_DOMAIN_SHADER","features":[354]},{"name":"D3D12_SHVER_GEOMETRY_SHADER","features":[354]},{"name":"D3D12_SHVER_HULL_SHADER","features":[354]},{"name":"D3D12_SHVER_INTERSECTION_SHADER","features":[354]},{"name":"D3D12_SHVER_LIBRARY","features":[354]},{"name":"D3D12_SHVER_MESH_SHADER","features":[354]},{"name":"D3D12_SHVER_MISS_SHADER","features":[354]},{"name":"D3D12_SHVER_NODE_SHADER","features":[354]},{"name":"D3D12_SHVER_PIXEL_SHADER","features":[354]},{"name":"D3D12_SHVER_RAY_GENERATION_SHADER","features":[354]},{"name":"D3D12_SHVER_RESERVED0","features":[354]},{"name":"D3D12_SHVER_VERTEX_SHADER","features":[354]},{"name":"D3D12_SIGNATURE_PARAMETER_DESC","features":[407,354]},{"name":"D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT","features":[354]},{"name":"D3D12_SMALL_MSAA_RESOURCE_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_SMALL_RESOURCE_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_SO_BUFFER_MAX_STRIDE_IN_BYTES","features":[354]},{"name":"D3D12_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES","features":[354]},{"name":"D3D12_SO_BUFFER_SLOT_COUNT","features":[354]},{"name":"D3D12_SO_DDI_REGISTER_INDEX_DENOTING_GAP","features":[354]},{"name":"D3D12_SO_DECLARATION_ENTRY","features":[354]},{"name":"D3D12_SO_NO_RASTERIZED_STREAM","features":[354]},{"name":"D3D12_SO_OUTPUT_COMPONENT_COUNT","features":[354]},{"name":"D3D12_SO_STREAM_COUNT","features":[354]},{"name":"D3D12_SPEC_DATE_DAY","features":[354]},{"name":"D3D12_SPEC_DATE_MONTH","features":[354]},{"name":"D3D12_SPEC_DATE_YEAR","features":[354]},{"name":"D3D12_SPEC_VERSION","features":[354]},{"name":"D3D12_SRGB_GAMMA","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_DENOMINATOR_1","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_DENOMINATOR_2","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_EXPONENT","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_OFFSET","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_THRESHOLD","features":[354]},{"name":"D3D12_SRGB_TO_FLOAT_TOLERANCE_IN_ULP","features":[354]},{"name":"D3D12_SRV_DIMENSION","features":[354]},{"name":"D3D12_SRV_DIMENSION_BUFFER","features":[354]},{"name":"D3D12_SRV_DIMENSION_RAYTRACING_ACCELERATION_STRUCTURE","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE1D","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE1DARRAY","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE2DARRAY","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE2DMS","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE2DMSARRAY","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURE3D","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURECUBE","features":[354]},{"name":"D3D12_SRV_DIMENSION_TEXTURECUBEARRAY","features":[354]},{"name":"D3D12_SRV_DIMENSION_UNKNOWN","features":[354]},{"name":"D3D12_STANDARD_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_STANDARD_COMPONENT_BIT_COUNT_DOUBLED","features":[354]},{"name":"D3D12_STANDARD_MAXIMUM_ELEMENT_ALIGNMENT_BYTE_MULTIPLE","features":[354]},{"name":"D3D12_STANDARD_MULTISAMPLE_PATTERN","features":[354]},{"name":"D3D12_STANDARD_MULTISAMPLE_QUALITY_LEVELS","features":[354]},{"name":"D3D12_STANDARD_PIXEL_COMPONENT_COUNT","features":[354]},{"name":"D3D12_STANDARD_PIXEL_ELEMENT_COUNT","features":[354]},{"name":"D3D12_STANDARD_VECTOR_SIZE","features":[354]},{"name":"D3D12_STANDARD_VERTEX_ELEMENT_COUNT","features":[354]},{"name":"D3D12_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT","features":[354]},{"name":"D3D12_STATE_OBJECT_CONFIG","features":[354]},{"name":"D3D12_STATE_OBJECT_DESC","features":[354]},{"name":"D3D12_STATE_OBJECT_FLAGS","features":[354]},{"name":"D3D12_STATE_OBJECT_FLAG_ALLOW_EXTERNAL_DEPENDENCIES_ON_LOCAL_DEFINITIONS","features":[354]},{"name":"D3D12_STATE_OBJECT_FLAG_ALLOW_LOCAL_DEPENDENCIES_ON_EXTERNAL_DEFINITIONS","features":[354]},{"name":"D3D12_STATE_OBJECT_FLAG_ALLOW_STATE_OBJECT_ADDITIONS","features":[354]},{"name":"D3D12_STATE_OBJECT_FLAG_NONE","features":[354]},{"name":"D3D12_STATE_OBJECT_TYPE","features":[354]},{"name":"D3D12_STATE_OBJECT_TYPE_COLLECTION","features":[354]},{"name":"D3D12_STATE_OBJECT_TYPE_EXECUTABLE","features":[354]},{"name":"D3D12_STATE_OBJECT_TYPE_RAYTRACING_PIPELINE","features":[354]},{"name":"D3D12_STATE_SUBOBJECT","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_BLEND","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL1","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL2","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DEPTH_STENCIL_FORMAT","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DXIL_LIBRARY","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_DXIL_SUBOBJECT_TO_EXPORTS_ASSOCIATION","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_EXISTING_COLLECTION","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_FLAGS","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_GENERIC_PROGRAM","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_GLOBAL_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_HIT_GROUP","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_IB_STRIP_CUT_VALUE","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_INPUT_LAYOUT","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_LOCAL_ROOT_SIGNATURE","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_MAX_VALID","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_NODE_MASK","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_PRIMITIVE_TOPOLOGY","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_RASTERIZER","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_RAYTRACING_PIPELINE_CONFIG","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_RAYTRACING_PIPELINE_CONFIG1","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_RAYTRACING_SHADER_CONFIG","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_RENDER_TARGET_FORMATS","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_SAMPLE_DESC","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_SAMPLE_MASK","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_STATE_OBJECT_CONFIG","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_STREAM_OUTPUT","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_SUBOBJECT_TO_EXPORTS_ASSOCIATION","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_VIEW_INSTANCING","features":[354]},{"name":"D3D12_STATE_SUBOBJECT_TYPE_WORK_GRAPH","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK_UINT","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE_UINT","features":[354]},{"name":"D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK","features":[354]},{"name":"D3D12_STATIC_SAMPLER_DESC","features":[354]},{"name":"D3D12_STATIC_SAMPLER_DESC1","features":[354]},{"name":"D3D12_STENCIL_OP","features":[354]},{"name":"D3D12_STENCIL_OP_DECR","features":[354]},{"name":"D3D12_STENCIL_OP_DECR_SAT","features":[354]},{"name":"D3D12_STENCIL_OP_INCR","features":[354]},{"name":"D3D12_STENCIL_OP_INCR_SAT","features":[354]},{"name":"D3D12_STENCIL_OP_INVERT","features":[354]},{"name":"D3D12_STENCIL_OP_KEEP","features":[354]},{"name":"D3D12_STENCIL_OP_REPLACE","features":[354]},{"name":"D3D12_STENCIL_OP_ZERO","features":[354]},{"name":"D3D12_STREAM_OUTPUT_BUFFER_VIEW","features":[354]},{"name":"D3D12_STREAM_OUTPUT_DESC","features":[354]},{"name":"D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION","features":[354]},{"name":"D3D12_SUBPIXEL_FRACTIONAL_BIT_COUNT","features":[354]},{"name":"D3D12_SUBRESOURCE_DATA","features":[354]},{"name":"D3D12_SUBRESOURCE_FOOTPRINT","features":[354,402]},{"name":"D3D12_SUBRESOURCE_INFO","features":[354]},{"name":"D3D12_SUBRESOURCE_RANGE_UINT64","features":[354]},{"name":"D3D12_SUBRESOURCE_TILING","features":[354]},{"name":"D3D12_SUBTEXEL_FRACTIONAL_BIT_COUNT","features":[354]},{"name":"D3D12_SYSTEM_RESERVED_REGISTER_SPACE_VALUES_END","features":[354]},{"name":"D3D12_SYSTEM_RESERVED_REGISTER_SPACE_VALUES_START","features":[354]},{"name":"D3D12_TESSELLATOR_MAX_EVEN_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MAX_ISOLINE_DENSITY_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MAX_ODD_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MAX_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MIN_EVEN_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MIN_ISOLINE_DENSITY_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TESSELLATOR_MIN_ODD_TESSELLATION_FACTOR","features":[354]},{"name":"D3D12_TEX1D_ARRAY_DSV","features":[354]},{"name":"D3D12_TEX1D_ARRAY_RTV","features":[354]},{"name":"D3D12_TEX1D_ARRAY_SRV","features":[354]},{"name":"D3D12_TEX1D_ARRAY_UAV","features":[354]},{"name":"D3D12_TEX1D_DSV","features":[354]},{"name":"D3D12_TEX1D_RTV","features":[354]},{"name":"D3D12_TEX1D_SRV","features":[354]},{"name":"D3D12_TEX1D_UAV","features":[354]},{"name":"D3D12_TEX2DMS_ARRAY_DSV","features":[354]},{"name":"D3D12_TEX2DMS_ARRAY_RTV","features":[354]},{"name":"D3D12_TEX2DMS_ARRAY_SRV","features":[354]},{"name":"D3D12_TEX2DMS_ARRAY_UAV","features":[354]},{"name":"D3D12_TEX2DMS_DSV","features":[354]},{"name":"D3D12_TEX2DMS_RTV","features":[354]},{"name":"D3D12_TEX2DMS_SRV","features":[354]},{"name":"D3D12_TEX2DMS_UAV","features":[354]},{"name":"D3D12_TEX2D_ARRAY_DSV","features":[354]},{"name":"D3D12_TEX2D_ARRAY_RTV","features":[354]},{"name":"D3D12_TEX2D_ARRAY_SRV","features":[354]},{"name":"D3D12_TEX2D_ARRAY_UAV","features":[354]},{"name":"D3D12_TEX2D_DSV","features":[354]},{"name":"D3D12_TEX2D_RTV","features":[354]},{"name":"D3D12_TEX2D_SRV","features":[354]},{"name":"D3D12_TEX2D_UAV","features":[354]},{"name":"D3D12_TEX3D_RTV","features":[354]},{"name":"D3D12_TEX3D_SRV","features":[354]},{"name":"D3D12_TEX3D_UAV","features":[354]},{"name":"D3D12_TEXCUBE_ARRAY_SRV","features":[354]},{"name":"D3D12_TEXCUBE_SRV","features":[354]},{"name":"D3D12_TEXEL_ADDRESS_RANGE_BIT_COUNT","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE_BORDER","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE_CLAMP","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE_MIRROR","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE_MIRROR_ONCE","features":[354]},{"name":"D3D12_TEXTURE_ADDRESS_MODE_WRAP","features":[354]},{"name":"D3D12_TEXTURE_BARRIER","features":[354]},{"name":"D3D12_TEXTURE_BARRIER_FLAGS","features":[354]},{"name":"D3D12_TEXTURE_BARRIER_FLAG_DISCARD","features":[354]},{"name":"D3D12_TEXTURE_BARRIER_FLAG_NONE","features":[354]},{"name":"D3D12_TEXTURE_COPY_LOCATION","features":[354,402]},{"name":"D3D12_TEXTURE_COPY_TYPE","features":[354]},{"name":"D3D12_TEXTURE_COPY_TYPE_PLACED_FOOTPRINT","features":[354]},{"name":"D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX","features":[354]},{"name":"D3D12_TEXTURE_DATA_PITCH_ALIGNMENT","features":[354]},{"name":"D3D12_TEXTURE_DATA_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_TEXTURE_LAYOUT","features":[354]},{"name":"D3D12_TEXTURE_LAYOUT_64KB_STANDARD_SWIZZLE","features":[354]},{"name":"D3D12_TEXTURE_LAYOUT_64KB_UNDEFINED_SWIZZLE","features":[354]},{"name":"D3D12_TEXTURE_LAYOUT_ROW_MAJOR","features":[354]},{"name":"D3D12_TEXTURE_LAYOUT_UNKNOWN","features":[354]},{"name":"D3D12_THREAD_LAUNCH_OVERRIDES","features":[305,354]},{"name":"D3D12_TILED_RESOURCES_TIER","features":[354]},{"name":"D3D12_TILED_RESOURCES_TIER_1","features":[354]},{"name":"D3D12_TILED_RESOURCES_TIER_2","features":[354]},{"name":"D3D12_TILED_RESOURCES_TIER_3","features":[354]},{"name":"D3D12_TILED_RESOURCES_TIER_4","features":[354]},{"name":"D3D12_TILED_RESOURCES_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_TILED_RESOURCE_COORDINATE","features":[354]},{"name":"D3D12_TILED_RESOURCE_TILE_SIZE_IN_BYTES","features":[354]},{"name":"D3D12_TILE_COPY_FLAGS","features":[354]},{"name":"D3D12_TILE_COPY_FLAG_LINEAR_BUFFER_TO_SWIZZLED_TILED_RESOURCE","features":[354]},{"name":"D3D12_TILE_COPY_FLAG_NONE","features":[354]},{"name":"D3D12_TILE_COPY_FLAG_NO_HAZARD","features":[354]},{"name":"D3D12_TILE_COPY_FLAG_SWIZZLED_TILED_RESOURCE_TO_LINEAR_BUFFER","features":[354]},{"name":"D3D12_TILE_MAPPING_FLAGS","features":[354]},{"name":"D3D12_TILE_MAPPING_FLAG_NONE","features":[354]},{"name":"D3D12_TILE_MAPPING_FLAG_NO_HAZARD","features":[354]},{"name":"D3D12_TILE_RANGE_FLAGS","features":[354]},{"name":"D3D12_TILE_RANGE_FLAG_NONE","features":[354]},{"name":"D3D12_TILE_RANGE_FLAG_NULL","features":[354]},{"name":"D3D12_TILE_RANGE_FLAG_REUSE_SINGLE_TILE","features":[354]},{"name":"D3D12_TILE_RANGE_FLAG_SKIP","features":[354]},{"name":"D3D12_TILE_REGION_SIZE","features":[305,354]},{"name":"D3D12_TILE_SHAPE","features":[354]},{"name":"D3D12_TRACKED_WORKLOAD_MAX_INSTANCES","features":[354]},{"name":"D3D12_TRI_STATE","features":[354]},{"name":"D3D12_TRI_STATE_FALSE","features":[354]},{"name":"D3D12_TRI_STATE_TRUE","features":[354]},{"name":"D3D12_TRI_STATE_UNKNOWN","features":[354]},{"name":"D3D12_UAV_COUNTER_PLACEMENT_ALIGNMENT","features":[354]},{"name":"D3D12_UAV_DIMENSION","features":[354]},{"name":"D3D12_UAV_DIMENSION_BUFFER","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE1D","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE1DARRAY","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE2D","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE2DARRAY","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE2DMS","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE2DMSARRAY","features":[354]},{"name":"D3D12_UAV_DIMENSION_TEXTURE3D","features":[354]},{"name":"D3D12_UAV_DIMENSION_UNKNOWN","features":[354]},{"name":"D3D12_UAV_SLOT_COUNT","features":[354]},{"name":"D3D12_UNBOUND_MEMORY_ACCESS_RESULT","features":[354]},{"name":"D3D12_UNORDERED_ACCESS_VIEW_DESC","features":[354,402]},{"name":"D3D12_VARIABLE_SHADING_RATE_TIER","features":[354]},{"name":"D3D12_VARIABLE_SHADING_RATE_TIER_1","features":[354]},{"name":"D3D12_VARIABLE_SHADING_RATE_TIER_2","features":[354]},{"name":"D3D12_VARIABLE_SHADING_RATE_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA","features":[354]},{"name":"D3D12_VERSIONED_ROOT_SIGNATURE_DESC","features":[354]},{"name":"D3D12_VERTEX_BUFFER_VIEW","features":[354]},{"name":"D3D12_VIDEO_DECODE_MAX_ARGUMENTS","features":[354]},{"name":"D3D12_VIDEO_DECODE_MAX_HISTOGRAM_COMPONENTS","features":[354]},{"name":"D3D12_VIDEO_DECODE_MIN_BITSTREAM_OFFSET_ALIGNMENT","features":[354]},{"name":"D3D12_VIDEO_DECODE_MIN_HISTOGRAM_OFFSET_ALIGNMENT","features":[354]},{"name":"D3D12_VIDEO_DECODE_STATUS_MACROBLOCKS_AFFECTED_UNKNOWN","features":[354]},{"name":"D3D12_VIDEO_ENCODER_AV1_INVALID_DPB_RESOURCE_INDEX","features":[354]},{"name":"D3D12_VIDEO_ENCODER_AV1_MAX_TILE_COLS","features":[354]},{"name":"D3D12_VIDEO_ENCODER_AV1_MAX_TILE_ROWS","features":[354]},{"name":"D3D12_VIDEO_ENCODER_AV1_SUPERRES_DENOM_MIN","features":[354]},{"name":"D3D12_VIDEO_ENCODER_AV1_SUPERRES_NUM","features":[354]},{"name":"D3D12_VIDEO_PROCESS_MAX_FILTERS","features":[354]},{"name":"D3D12_VIDEO_PROCESS_STEREO_VIEWS","features":[354]},{"name":"D3D12_VIEWPORT","features":[354]},{"name":"D3D12_VIEWPORT_AND_SCISSORRECT_MAX_INDEX","features":[354]},{"name":"D3D12_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE","features":[354]},{"name":"D3D12_VIEWPORT_BOUNDS_MAX","features":[354]},{"name":"D3D12_VIEWPORT_BOUNDS_MIN","features":[354]},{"name":"D3D12_VIEW_INSTANCE_LOCATION","features":[354]},{"name":"D3D12_VIEW_INSTANCING_DESC","features":[354]},{"name":"D3D12_VIEW_INSTANCING_FLAGS","features":[354]},{"name":"D3D12_VIEW_INSTANCING_FLAG_ENABLE_VIEW_INSTANCE_MASKING","features":[354]},{"name":"D3D12_VIEW_INSTANCING_FLAG_NONE","features":[354]},{"name":"D3D12_VIEW_INSTANCING_TIER","features":[354]},{"name":"D3D12_VIEW_INSTANCING_TIER_1","features":[354]},{"name":"D3D12_VIEW_INSTANCING_TIER_2","features":[354]},{"name":"D3D12_VIEW_INSTANCING_TIER_3","features":[354]},{"name":"D3D12_VIEW_INSTANCING_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_VS_INPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_VS_INPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_VS_INPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_VS_INPUT_REGISTER_READS_PER_INST","features":[354]},{"name":"D3D12_VS_INPUT_REGISTER_READ_PORTS","features":[354]},{"name":"D3D12_VS_OUTPUT_REGISTER_COMPONENTS","features":[354]},{"name":"D3D12_VS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT","features":[354]},{"name":"D3D12_VS_OUTPUT_REGISTER_COUNT","features":[354]},{"name":"D3D12_WAVE_MMA_TIER","features":[354]},{"name":"D3D12_WAVE_MMA_TIER_1_0","features":[354]},{"name":"D3D12_WAVE_MMA_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_WHQL_CONTEXT_COUNT_FOR_RESOURCE_LIMIT","features":[354]},{"name":"D3D12_WHQL_DRAWINDEXED_INDEX_COUNT_2_TO_EXP","features":[354]},{"name":"D3D12_WHQL_DRAW_VERTEX_COUNT_2_TO_EXP","features":[354]},{"name":"D3D12_WORK_GRAPHS_BACKING_MEMORY_ALIGNMENT_IN_BYTES","features":[354]},{"name":"D3D12_WORK_GRAPHS_MAX_NODE_DEPTH","features":[354]},{"name":"D3D12_WORK_GRAPHS_TIER","features":[354]},{"name":"D3D12_WORK_GRAPHS_TIER_1_0","features":[354]},{"name":"D3D12_WORK_GRAPHS_TIER_NOT_SUPPORTED","features":[354]},{"name":"D3D12_WORK_GRAPH_DESC","features":[305,354]},{"name":"D3D12_WORK_GRAPH_FLAGS","features":[354]},{"name":"D3D12_WORK_GRAPH_FLAG_INCLUDE_ALL_AVAILABLE_NODES","features":[354]},{"name":"D3D12_WORK_GRAPH_FLAG_NONE","features":[354]},{"name":"D3D12_WORK_GRAPH_MEMORY_REQUIREMENTS","features":[354]},{"name":"D3D12_WRITEBUFFERIMMEDIATE_MODE","features":[354]},{"name":"D3D12_WRITEBUFFERIMMEDIATE_MODE_DEFAULT","features":[354]},{"name":"D3D12_WRITEBUFFERIMMEDIATE_MODE_MARKER_IN","features":[354]},{"name":"D3D12_WRITEBUFFERIMMEDIATE_MODE_MARKER_OUT","features":[354]},{"name":"D3D12_WRITEBUFFERIMMEDIATE_PARAMETER","features":[354]},{"name":"D3D_HIGHEST_SHADER_MODEL","features":[354]},{"name":"D3D_ROOT_SIGNATURE_VERSION","features":[354]},{"name":"D3D_ROOT_SIGNATURE_VERSION_1","features":[354]},{"name":"D3D_ROOT_SIGNATURE_VERSION_1_0","features":[354]},{"name":"D3D_ROOT_SIGNATURE_VERSION_1_1","features":[354]},{"name":"D3D_ROOT_SIGNATURE_VERSION_1_2","features":[354]},{"name":"D3D_SHADER_MODEL","features":[354]},{"name":"D3D_SHADER_MODEL_5_1","features":[354]},{"name":"D3D_SHADER_MODEL_6_0","features":[354]},{"name":"D3D_SHADER_MODEL_6_1","features":[354]},{"name":"D3D_SHADER_MODEL_6_2","features":[354]},{"name":"D3D_SHADER_MODEL_6_3","features":[354]},{"name":"D3D_SHADER_MODEL_6_4","features":[354]},{"name":"D3D_SHADER_MODEL_6_5","features":[354]},{"name":"D3D_SHADER_MODEL_6_6","features":[354]},{"name":"D3D_SHADER_MODEL_6_7","features":[354]},{"name":"D3D_SHADER_MODEL_6_8","features":[354]},{"name":"D3D_SHADER_MODEL_6_9","features":[354]},{"name":"D3D_SHADER_MODEL_NONE","features":[354]},{"name":"D3D_SHADER_REQUIRES_ADVANCED_TEXTURE_OPS","features":[354]},{"name":"D3D_SHADER_REQUIRES_ATOMIC_INT64_ON_DESCRIPTOR_HEAP_RESOURCE","features":[354]},{"name":"D3D_SHADER_REQUIRES_ATOMIC_INT64_ON_GROUP_SHARED","features":[354]},{"name":"D3D_SHADER_REQUIRES_ATOMIC_INT64_ON_TYPED_RESOURCE","features":[354]},{"name":"D3D_SHADER_REQUIRES_BARYCENTRICS","features":[354]},{"name":"D3D_SHADER_REQUIRES_DERIVATIVES_IN_MESH_AND_AMPLIFICATION_SHADERS","features":[354]},{"name":"D3D_SHADER_REQUIRES_INNER_COVERAGE","features":[354]},{"name":"D3D_SHADER_REQUIRES_INT64_OPS","features":[354]},{"name":"D3D_SHADER_REQUIRES_NATIVE_16BIT_OPS","features":[354]},{"name":"D3D_SHADER_REQUIRES_RAYTRACING_TIER_1_1","features":[354]},{"name":"D3D_SHADER_REQUIRES_RESOURCE_DESCRIPTOR_HEAP_INDEXING","features":[354]},{"name":"D3D_SHADER_REQUIRES_ROVS","features":[354]},{"name":"D3D_SHADER_REQUIRES_SAMPLER_DESCRIPTOR_HEAP_INDEXING","features":[354]},{"name":"D3D_SHADER_REQUIRES_SAMPLER_FEEDBACK","features":[354]},{"name":"D3D_SHADER_REQUIRES_SAMPLE_CMP_GRADIENT_OR_BIAS","features":[354]},{"name":"D3D_SHADER_REQUIRES_SHADING_RATE","features":[354]},{"name":"D3D_SHADER_REQUIRES_STENCIL_REF","features":[354]},{"name":"D3D_SHADER_REQUIRES_TYPED_UAV_LOAD_ADDITIONAL_FORMATS","features":[354]},{"name":"D3D_SHADER_REQUIRES_VIEWPORT_AND_RT_ARRAY_INDEX_FROM_ANY_SHADER_FEEDING_RASTERIZER","features":[354]},{"name":"D3D_SHADER_REQUIRES_VIEW_ID","features":[354]},{"name":"D3D_SHADER_REQUIRES_WAVE_MMA","features":[354]},{"name":"D3D_SHADER_REQUIRES_WAVE_OPS","features":[354]},{"name":"D3D_SHADER_REQUIRES_WRITEABLE_MSAA_TEXTURES","features":[354]},{"name":"DXGI_DEBUG_D3D12","features":[354]},{"name":"ID3D12CommandAllocator","features":[354]},{"name":"ID3D12CommandList","features":[354]},{"name":"ID3D12CommandQueue","features":[354]},{"name":"ID3D12CommandSignature","features":[354]},{"name":"ID3D12Debug","features":[354]},{"name":"ID3D12Debug1","features":[354]},{"name":"ID3D12Debug2","features":[354]},{"name":"ID3D12Debug3","features":[354]},{"name":"ID3D12Debug4","features":[354]},{"name":"ID3D12Debug5","features":[354]},{"name":"ID3D12Debug6","features":[354]},{"name":"ID3D12DebugCommandList","features":[354]},{"name":"ID3D12DebugCommandList1","features":[354]},{"name":"ID3D12DebugCommandList2","features":[354]},{"name":"ID3D12DebugCommandList3","features":[354]},{"name":"ID3D12DebugCommandQueue","features":[354]},{"name":"ID3D12DebugCommandQueue1","features":[354]},{"name":"ID3D12DebugDevice","features":[354]},{"name":"ID3D12DebugDevice1","features":[354]},{"name":"ID3D12DebugDevice2","features":[354]},{"name":"ID3D12DescriptorHeap","features":[354]},{"name":"ID3D12Device","features":[354]},{"name":"ID3D12Device1","features":[354]},{"name":"ID3D12Device10","features":[354]},{"name":"ID3D12Device11","features":[354]},{"name":"ID3D12Device12","features":[354]},{"name":"ID3D12Device13","features":[354]},{"name":"ID3D12Device14","features":[354]},{"name":"ID3D12Device2","features":[354]},{"name":"ID3D12Device3","features":[354]},{"name":"ID3D12Device4","features":[354]},{"name":"ID3D12Device5","features":[354]},{"name":"ID3D12Device6","features":[354]},{"name":"ID3D12Device7","features":[354]},{"name":"ID3D12Device8","features":[354]},{"name":"ID3D12Device9","features":[354]},{"name":"ID3D12DeviceChild","features":[354]},{"name":"ID3D12DeviceConfiguration","features":[354]},{"name":"ID3D12DeviceConfiguration1","features":[354]},{"name":"ID3D12DeviceFactory","features":[354]},{"name":"ID3D12DeviceRemovedExtendedData","features":[354]},{"name":"ID3D12DeviceRemovedExtendedData1","features":[354]},{"name":"ID3D12DeviceRemovedExtendedData2","features":[354]},{"name":"ID3D12DeviceRemovedExtendedDataSettings","features":[354]},{"name":"ID3D12DeviceRemovedExtendedDataSettings1","features":[354]},{"name":"ID3D12DeviceRemovedExtendedDataSettings2","features":[354]},{"name":"ID3D12Fence","features":[354]},{"name":"ID3D12Fence1","features":[354]},{"name":"ID3D12FunctionParameterReflection","features":[354]},{"name":"ID3D12FunctionReflection","features":[354]},{"name":"ID3D12GBVDiagnostics","features":[354]},{"name":"ID3D12GraphicsCommandList","features":[354]},{"name":"ID3D12GraphicsCommandList1","features":[354]},{"name":"ID3D12GraphicsCommandList10","features":[354]},{"name":"ID3D12GraphicsCommandList2","features":[354]},{"name":"ID3D12GraphicsCommandList3","features":[354]},{"name":"ID3D12GraphicsCommandList4","features":[354]},{"name":"ID3D12GraphicsCommandList5","features":[354]},{"name":"ID3D12GraphicsCommandList6","features":[354]},{"name":"ID3D12GraphicsCommandList7","features":[354]},{"name":"ID3D12GraphicsCommandList8","features":[354]},{"name":"ID3D12GraphicsCommandList9","features":[354]},{"name":"ID3D12Heap","features":[354]},{"name":"ID3D12Heap1","features":[354]},{"name":"ID3D12InfoQueue","features":[354]},{"name":"ID3D12InfoQueue1","features":[354]},{"name":"ID3D12LibraryReflection","features":[354]},{"name":"ID3D12LifetimeOwner","features":[354]},{"name":"ID3D12LifetimeTracker","features":[354]},{"name":"ID3D12ManualWriteTrackingResource","features":[354]},{"name":"ID3D12MetaCommand","features":[354]},{"name":"ID3D12Object","features":[354]},{"name":"ID3D12Pageable","features":[354]},{"name":"ID3D12PipelineLibrary","features":[354]},{"name":"ID3D12PipelineLibrary1","features":[354]},{"name":"ID3D12PipelineState","features":[354]},{"name":"ID3D12ProtectedResourceSession","features":[354]},{"name":"ID3D12ProtectedResourceSession1","features":[354]},{"name":"ID3D12ProtectedSession","features":[354]},{"name":"ID3D12QueryHeap","features":[354]},{"name":"ID3D12Resource","features":[354]},{"name":"ID3D12Resource1","features":[354]},{"name":"ID3D12Resource2","features":[354]},{"name":"ID3D12RootSignature","features":[354]},{"name":"ID3D12RootSignatureDeserializer","features":[354]},{"name":"ID3D12SDKConfiguration","features":[354]},{"name":"ID3D12SDKConfiguration1","features":[354]},{"name":"ID3D12ShaderCacheSession","features":[354]},{"name":"ID3D12ShaderReflection","features":[354]},{"name":"ID3D12ShaderReflectionConstantBuffer","features":[354]},{"name":"ID3D12ShaderReflectionType","features":[354]},{"name":"ID3D12ShaderReflectionVariable","features":[354]},{"name":"ID3D12SharingContract","features":[354]},{"name":"ID3D12StateObject","features":[354]},{"name":"ID3D12StateObjectProperties","features":[354]},{"name":"ID3D12StateObjectProperties1","features":[354]},{"name":"ID3D12SwapChainAssistant","features":[354]},{"name":"ID3D12Tools","features":[354]},{"name":"ID3D12VersionedRootSignatureDeserializer","features":[354]},{"name":"ID3D12VirtualizationGuestDevice","features":[354]},{"name":"ID3D12WorkGraphProperties","features":[354]},{"name":"LUID_DEFINED","features":[354]},{"name":"NUM_D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODES","features":[354]},{"name":"PFN_D3D12_CREATE_DEVICE","features":[407,354]},{"name":"PFN_D3D12_CREATE_ROOT_SIGNATURE_DESERIALIZER","features":[354]},{"name":"PFN_D3D12_CREATE_VERSIONED_ROOT_SIGNATURE_DESERIALIZER","features":[354]},{"name":"PFN_D3D12_GET_DEBUG_INTERFACE","features":[354]},{"name":"PFN_D3D12_GET_INTERFACE","features":[354]},{"name":"PFN_D3D12_SERIALIZE_ROOT_SIGNATURE","features":[407,354]},{"name":"PFN_D3D12_SERIALIZE_VERSIONED_ROOT_SIGNATURE","features":[407,354]},{"name":"WKPDID_D3DAutoDebugObjectNameW","features":[354]}],"413":[{"name":"D3D9_RESOURCE_PRIORITY_HIGH","features":[315]},{"name":"D3D9_RESOURCE_PRIORITY_LOW","features":[315]},{"name":"D3D9_RESOURCE_PRIORITY_MAXIMUM","features":[315]},{"name":"D3D9_RESOURCE_PRIORITY_MINIMUM","features":[315]},{"name":"D3D9_RESOURCE_PRIORITY_NORMAL","features":[315]},{"name":"D3D9b_SDK_VERSION","features":[315]},{"name":"D3DADAPTER_DEFAULT","features":[315]},{"name":"D3DADAPTER_IDENTIFIER9","features":[315]},{"name":"D3DADAPTER_IDENTIFIER9","features":[315]},{"name":"D3DAES_CTR_IV","features":[315]},{"name":"D3DAES_CTR_IV","features":[315]},{"name":"D3DANTIALIASMODE","features":[315]},{"name":"D3DANTIALIAS_NONE","features":[315]},{"name":"D3DANTIALIAS_SORTDEPENDENT","features":[315]},{"name":"D3DANTIALIAS_SORTINDEPENDENT","features":[315]},{"name":"D3DAUTHENTICATEDCHANNELTYPE","features":[315]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGURECRYPTOSESSION","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGUREPROTECTION","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGUREUNCOMPRESSEDENCRYPTION","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_D3D9","features":[315]},{"name":"D3DAUTHENTICATEDCHANNEL_DRIVER_HARDWARE","features":[315]},{"name":"D3DAUTHENTICATEDCHANNEL_DRIVER_SOFTWARE","features":[315]},{"name":"D3DAUTHENTICATEDCHANNEL_PROCESSIDENTIFIERTYPE","features":[315]},{"name":"D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS","features":[315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_INPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYDEVICEHANDLE_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUIDCOUNT_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_INPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYINFOBUSTYPE_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_INPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_INPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYPROTECTION_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYRESTRICTEDSHAREDRESOURCEPROCESSCOUNT_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYRESTRICTEDSHAREDRESOURCEPROCESS_INPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYRESTRICTEDSHAREDRESOURCEPROCESS_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYUNCOMPRESSEDENCRYPTIONLEVEL_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERYUNRESTRICTEDPROTECTEDSHAREDRESOURCECOUNT_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERY_INPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT","features":[305,315]},{"name":"D3DAUTHENTICATEDCONFIGURE_CRYPTOSESSION","features":[315]},{"name":"D3DAUTHENTICATEDCONFIGURE_ENCRYPTIONWHENACCESSIBLE","features":[315]},{"name":"D3DAUTHENTICATEDCONFIGURE_INITIALIZE","features":[315]},{"name":"D3DAUTHENTICATEDCONFIGURE_PROTECTION","features":[315]},{"name":"D3DAUTHENTICATEDCONFIGURE_SHAREDRESOURCE","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_ACCESSIBILITYATTRIBUTES","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_CHANNELTYPE","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_CRYPTOSESSION","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_CURRENTENCRYPTIONWHENACCESSIBLE","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_DEVICEHANDLE","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_ENCRYPTIONWHENACCESSIBLEGUID","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_ENCRYPTIONWHENACCESSIBLEGUIDCOUNT","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_OUTPUTID","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_OUTPUTIDCOUNT","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_PROTECTION","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_RESTRICTEDSHAREDRESOURCEPROCESS","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_RESTRICTEDSHAREDRESOURCEPROCESSCOUNT","features":[315]},{"name":"D3DAUTHENTICATEDQUERY_UNRESTRICTEDPROTECTEDSHAREDRESOURCECOUNT","features":[315]},{"name":"D3DBACKBUFFER_TYPE","features":[315]},{"name":"D3DBACKBUFFER_TYPE_LEFT","features":[315]},{"name":"D3DBACKBUFFER_TYPE_MONO","features":[315]},{"name":"D3DBACKBUFFER_TYPE_RIGHT","features":[315]},{"name":"D3DBASISTYPE","features":[315]},{"name":"D3DBASIS_BEZIER","features":[315]},{"name":"D3DBASIS_BSPLINE","features":[315]},{"name":"D3DBASIS_CATMULL_ROM","features":[315]},{"name":"D3DBLEND","features":[315]},{"name":"D3DBLENDOP","features":[315]},{"name":"D3DBLENDOP_ADD","features":[315]},{"name":"D3DBLENDOP_MAX","features":[315]},{"name":"D3DBLENDOP_MIN","features":[315]},{"name":"D3DBLENDOP_REVSUBTRACT","features":[315]},{"name":"D3DBLENDOP_SUBTRACT","features":[315]},{"name":"D3DBLEND_BLENDFACTOR","features":[315]},{"name":"D3DBLEND_BOTHINVSRCALPHA","features":[315]},{"name":"D3DBLEND_BOTHSRCALPHA","features":[315]},{"name":"D3DBLEND_DESTALPHA","features":[315]},{"name":"D3DBLEND_DESTCOLOR","features":[315]},{"name":"D3DBLEND_INVBLENDFACTOR","features":[315]},{"name":"D3DBLEND_INVDESTALPHA","features":[315]},{"name":"D3DBLEND_INVDESTCOLOR","features":[315]},{"name":"D3DBLEND_INVSRCALPHA","features":[315]},{"name":"D3DBLEND_INVSRCCOLOR","features":[315]},{"name":"D3DBLEND_INVSRCCOLOR2","features":[315]},{"name":"D3DBLEND_ONE","features":[315]},{"name":"D3DBLEND_SRCALPHA","features":[315]},{"name":"D3DBLEND_SRCALPHASAT","features":[315]},{"name":"D3DBLEND_SRCCOLOR","features":[315]},{"name":"D3DBLEND_SRCCOLOR2","features":[315]},{"name":"D3DBLEND_ZERO","features":[315]},{"name":"D3DBOX","features":[315]},{"name":"D3DBRANCH","features":[305,315]},{"name":"D3DBUSIMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR","features":[315]},{"name":"D3DBUSIMPL_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE","features":[315]},{"name":"D3DBUSIMPL_MODIFIER_INSIDE_OF_CHIPSET","features":[315]},{"name":"D3DBUSIMPL_MODIFIER_NON_STANDARD","features":[315]},{"name":"D3DBUSIMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP","features":[315]},{"name":"D3DBUSIMPL_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET","features":[315]},{"name":"D3DBUSTYPE","features":[315]},{"name":"D3DBUSTYPE_AGP","features":[315]},{"name":"D3DBUSTYPE_OTHER","features":[315]},{"name":"D3DBUSTYPE_PCI","features":[315]},{"name":"D3DBUSTYPE_PCIEXPRESS","features":[315]},{"name":"D3DBUSTYPE_PCIX","features":[315]},{"name":"D3DCAPS2_CANAUTOGENMIPMAP","features":[315]},{"name":"D3DCAPS2_CANCALIBRATEGAMMA","features":[315]},{"name":"D3DCAPS2_CANMANAGERESOURCE","features":[315]},{"name":"D3DCAPS2_CANSHARERESOURCE","features":[315]},{"name":"D3DCAPS2_DYNAMICTEXTURES","features":[315]},{"name":"D3DCAPS2_FULLSCREENGAMMA","features":[315]},{"name":"D3DCAPS2_RESERVED","features":[315]},{"name":"D3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD","features":[315]},{"name":"D3DCAPS3_COPY_TO_SYSTEMMEM","features":[315]},{"name":"D3DCAPS3_COPY_TO_VIDMEM","features":[315]},{"name":"D3DCAPS3_DXVAHD","features":[315]},{"name":"D3DCAPS3_DXVAHD_LIMITED","features":[315]},{"name":"D3DCAPS3_LINEAR_TO_SRGB_PRESENTATION","features":[315]},{"name":"D3DCAPS3_RESERVED","features":[315]},{"name":"D3DCAPS9","features":[315]},{"name":"D3DCAPS_OVERLAY","features":[315]},{"name":"D3DCAPS_READ_SCANLINE","features":[315]},{"name":"D3DCLEAR_STENCIL","features":[315]},{"name":"D3DCLEAR_TARGET","features":[315]},{"name":"D3DCLEAR_ZBUFFER","features":[315]},{"name":"D3DCLIPPLANE0","features":[315]},{"name":"D3DCLIPPLANE1","features":[315]},{"name":"D3DCLIPPLANE2","features":[315]},{"name":"D3DCLIPPLANE3","features":[315]},{"name":"D3DCLIPPLANE4","features":[315]},{"name":"D3DCLIPPLANE5","features":[315]},{"name":"D3DCLIPSTATUS","features":[315]},{"name":"D3DCLIPSTATUS9","features":[315]},{"name":"D3DCLIPSTATUS_EXTENTS2","features":[315]},{"name":"D3DCLIPSTATUS_EXTENTS3","features":[315]},{"name":"D3DCLIPSTATUS_STATUS","features":[315]},{"name":"D3DCLIP_BACK","features":[315]},{"name":"D3DCLIP_BOTTOM","features":[315]},{"name":"D3DCLIP_FRONT","features":[315]},{"name":"D3DCLIP_GEN0","features":[315]},{"name":"D3DCLIP_GEN1","features":[315]},{"name":"D3DCLIP_GEN2","features":[315]},{"name":"D3DCLIP_GEN3","features":[315]},{"name":"D3DCLIP_GEN4","features":[315]},{"name":"D3DCLIP_GEN5","features":[315]},{"name":"D3DCLIP_LEFT","features":[315]},{"name":"D3DCLIP_RIGHT","features":[315]},{"name":"D3DCLIP_TOP","features":[315]},{"name":"D3DCMPFUNC","features":[315]},{"name":"D3DCMP_ALWAYS","features":[315]},{"name":"D3DCMP_EQUAL","features":[315]},{"name":"D3DCMP_GREATER","features":[315]},{"name":"D3DCMP_GREATEREQUAL","features":[315]},{"name":"D3DCMP_LESS","features":[315]},{"name":"D3DCMP_LESSEQUAL","features":[315]},{"name":"D3DCMP_NEVER","features":[315]},{"name":"D3DCMP_NOTEQUAL","features":[315]},{"name":"D3DCOLORVALUE","features":[315]},{"name":"D3DCOLOR_MONO","features":[315]},{"name":"D3DCOLOR_RGB","features":[315]},{"name":"D3DCOMPOSERECTDESC","features":[315]},{"name":"D3DCOMPOSERECTDESTINATION","features":[315]},{"name":"D3DCOMPOSERECTSOP","features":[315]},{"name":"D3DCOMPOSERECTS_AND","features":[315]},{"name":"D3DCOMPOSERECTS_COPY","features":[315]},{"name":"D3DCOMPOSERECTS_MAXNUMRECTS","features":[315]},{"name":"D3DCOMPOSERECTS_NEG","features":[315]},{"name":"D3DCOMPOSERECTS_OR","features":[315]},{"name":"D3DCONVOLUTIONMONO_MAXHEIGHT","features":[315]},{"name":"D3DCONVOLUTIONMONO_MAXWIDTH","features":[315]},{"name":"D3DCPCAPS_CONTENTKEY","features":[315]},{"name":"D3DCPCAPS_ENCRYPTEDREADBACK","features":[315]},{"name":"D3DCPCAPS_ENCRYPTEDREADBACKKEY","features":[315]},{"name":"D3DCPCAPS_ENCRYPTSLICEDATAONLY","features":[315]},{"name":"D3DCPCAPS_FRESHENSESSIONKEY","features":[315]},{"name":"D3DCPCAPS_HARDWARE","features":[315]},{"name":"D3DCPCAPS_PARTIALDECRYPTION","features":[315]},{"name":"D3DCPCAPS_PROTECTIONALWAYSON","features":[315]},{"name":"D3DCPCAPS_SEQUENTIAL_CTR_IV","features":[315]},{"name":"D3DCPCAPS_SOFTWARE","features":[315]},{"name":"D3DCREATE_ADAPTERGROUP_DEVICE","features":[315]},{"name":"D3DCREATE_DISABLE_DRIVER_MANAGEMENT","features":[315]},{"name":"D3DCREATE_DISABLE_DRIVER_MANAGEMENT_EX","features":[315]},{"name":"D3DCREATE_DISABLE_PRINTSCREEN","features":[315]},{"name":"D3DCREATE_DISABLE_PSGP_THREADING","features":[315]},{"name":"D3DCREATE_ENABLE_PRESENTSTATS","features":[315]},{"name":"D3DCREATE_FPU_PRESERVE","features":[315]},{"name":"D3DCREATE_HARDWARE_VERTEXPROCESSING","features":[315]},{"name":"D3DCREATE_MIXED_VERTEXPROCESSING","features":[315]},{"name":"D3DCREATE_MULTITHREADED","features":[315]},{"name":"D3DCREATE_NOWINDOWCHANGES","features":[315]},{"name":"D3DCREATE_PUREDEVICE","features":[315]},{"name":"D3DCREATE_SCREENSAVER","features":[315]},{"name":"D3DCREATE_SOFTWARE_VERTEXPROCESSING","features":[315]},{"name":"D3DCRYPTOTYPE_AES128_CTR","features":[315]},{"name":"D3DCRYPTOTYPE_PROPRIETARY","features":[315]},{"name":"D3DCS_BACK","features":[315]},{"name":"D3DCS_BOTTOM","features":[315]},{"name":"D3DCS_FRONT","features":[315]},{"name":"D3DCS_LEFT","features":[315]},{"name":"D3DCS_PLANE0","features":[315]},{"name":"D3DCS_PLANE1","features":[315]},{"name":"D3DCS_PLANE2","features":[315]},{"name":"D3DCS_PLANE3","features":[315]},{"name":"D3DCS_PLANE4","features":[315]},{"name":"D3DCS_PLANE5","features":[315]},{"name":"D3DCS_RIGHT","features":[315]},{"name":"D3DCS_TOP","features":[315]},{"name":"D3DCUBEMAP_FACES","features":[315]},{"name":"D3DCUBEMAP_FACE_NEGATIVE_X","features":[315]},{"name":"D3DCUBEMAP_FACE_NEGATIVE_Y","features":[315]},{"name":"D3DCUBEMAP_FACE_NEGATIVE_Z","features":[315]},{"name":"D3DCUBEMAP_FACE_POSITIVE_X","features":[315]},{"name":"D3DCUBEMAP_FACE_POSITIVE_Y","features":[315]},{"name":"D3DCUBEMAP_FACE_POSITIVE_Z","features":[315]},{"name":"D3DCULL","features":[315]},{"name":"D3DCULL_CCW","features":[315]},{"name":"D3DCULL_CW","features":[315]},{"name":"D3DCULL_NONE","features":[315]},{"name":"D3DCURSORCAPS_COLOR","features":[315]},{"name":"D3DCURSORCAPS_LOWRES","features":[315]},{"name":"D3DCURSOR_IMMEDIATE_UPDATE","features":[315]},{"name":"D3DDD_BCLIPPING","features":[315]},{"name":"D3DDD_COLORMODEL","features":[315]},{"name":"D3DDD_DEVCAPS","features":[315]},{"name":"D3DDD_DEVICERENDERBITDEPTH","features":[315]},{"name":"D3DDD_DEVICEZBUFFERBITDEPTH","features":[315]},{"name":"D3DDD_LIGHTINGCAPS","features":[315]},{"name":"D3DDD_LINECAPS","features":[315]},{"name":"D3DDD_MAXBUFFERSIZE","features":[315]},{"name":"D3DDD_MAXVERTEXCOUNT","features":[315]},{"name":"D3DDD_TRANSFORMCAPS","features":[315]},{"name":"D3DDD_TRICAPS","features":[315]},{"name":"D3DDEBCAPS_SYSTEMMEMORY","features":[315]},{"name":"D3DDEBCAPS_VIDEOMEMORY","features":[315]},{"name":"D3DDEBUGMONITORTOKENS","features":[315]},{"name":"D3DDEB_BUFSIZE","features":[315]},{"name":"D3DDEB_CAPS","features":[315]},{"name":"D3DDEB_LPDATA","features":[315]},{"name":"D3DDECLMETHOD","features":[315]},{"name":"D3DDECLMETHOD_CROSSUV","features":[315]},{"name":"D3DDECLMETHOD_DEFAULT","features":[315]},{"name":"D3DDECLMETHOD_LOOKUP","features":[315]},{"name":"D3DDECLMETHOD_LOOKUPPRESAMPLED","features":[315]},{"name":"D3DDECLMETHOD_PARTIALU","features":[315]},{"name":"D3DDECLMETHOD_PARTIALV","features":[315]},{"name":"D3DDECLMETHOD_UV","features":[315]},{"name":"D3DDECLTYPE","features":[315]},{"name":"D3DDECLTYPE_D3DCOLOR","features":[315]},{"name":"D3DDECLTYPE_DEC3N","features":[315]},{"name":"D3DDECLTYPE_FLOAT1","features":[315]},{"name":"D3DDECLTYPE_FLOAT16_2","features":[315]},{"name":"D3DDECLTYPE_FLOAT16_4","features":[315]},{"name":"D3DDECLTYPE_FLOAT2","features":[315]},{"name":"D3DDECLTYPE_FLOAT3","features":[315]},{"name":"D3DDECLTYPE_FLOAT4","features":[315]},{"name":"D3DDECLTYPE_SHORT2","features":[315]},{"name":"D3DDECLTYPE_SHORT2N","features":[315]},{"name":"D3DDECLTYPE_SHORT4","features":[315]},{"name":"D3DDECLTYPE_SHORT4N","features":[315]},{"name":"D3DDECLTYPE_UBYTE4","features":[315]},{"name":"D3DDECLTYPE_UBYTE4N","features":[315]},{"name":"D3DDECLTYPE_UDEC3","features":[315]},{"name":"D3DDECLTYPE_UNUSED","features":[315]},{"name":"D3DDECLTYPE_USHORT2N","features":[315]},{"name":"D3DDECLTYPE_USHORT4N","features":[315]},{"name":"D3DDECLUSAGE","features":[315]},{"name":"D3DDECLUSAGE_BINORMAL","features":[315]},{"name":"D3DDECLUSAGE_BLENDINDICES","features":[315]},{"name":"D3DDECLUSAGE_BLENDWEIGHT","features":[315]},{"name":"D3DDECLUSAGE_COLOR","features":[315]},{"name":"D3DDECLUSAGE_DEPTH","features":[315]},{"name":"D3DDECLUSAGE_FOG","features":[315]},{"name":"D3DDECLUSAGE_NORMAL","features":[315]},{"name":"D3DDECLUSAGE_POSITION","features":[315]},{"name":"D3DDECLUSAGE_POSITIONT","features":[315]},{"name":"D3DDECLUSAGE_PSIZE","features":[315]},{"name":"D3DDECLUSAGE_SAMPLE","features":[315]},{"name":"D3DDECLUSAGE_TANGENT","features":[315]},{"name":"D3DDECLUSAGE_TESSFACTOR","features":[315]},{"name":"D3DDECLUSAGE_TEXCOORD","features":[315]},{"name":"D3DDEGREETYPE","features":[315]},{"name":"D3DDEGREE_CUBIC","features":[315]},{"name":"D3DDEGREE_LINEAR","features":[315]},{"name":"D3DDEGREE_QUADRATIC","features":[315]},{"name":"D3DDEGREE_QUINTIC","features":[315]},{"name":"D3DDEVCAPS2_ADAPTIVETESSNPATCH","features":[315]},{"name":"D3DDEVCAPS2_ADAPTIVETESSRTPATCH","features":[315]},{"name":"D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES","features":[315]},{"name":"D3DDEVCAPS2_DMAPNPATCH","features":[315]},{"name":"D3DDEVCAPS2_PRESAMPLEDDMAPNPATCH","features":[315]},{"name":"D3DDEVCAPS2_STREAMOFFSET","features":[315]},{"name":"D3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET","features":[315]},{"name":"D3DDEVCAPS_CANBLTSYSTONONLOCAL","features":[315]},{"name":"D3DDEVCAPS_CANRENDERAFTERFLIP","features":[315]},{"name":"D3DDEVCAPS_DRAWPRIMITIVES2","features":[315]},{"name":"D3DDEVCAPS_DRAWPRIMITIVES2EX","features":[315]},{"name":"D3DDEVCAPS_DRAWPRIMTLVERTEX","features":[315]},{"name":"D3DDEVCAPS_EXECUTESYSTEMMEMORY","features":[315]},{"name":"D3DDEVCAPS_EXECUTEVIDEOMEMORY","features":[315]},{"name":"D3DDEVCAPS_FLOATTLVERTEX","features":[315]},{"name":"D3DDEVCAPS_HWRASTERIZATION","features":[315]},{"name":"D3DDEVCAPS_HWTRANSFORMANDLIGHT","features":[315]},{"name":"D3DDEVCAPS_NPATCHES","features":[315]},{"name":"D3DDEVCAPS_PUREDEVICE","features":[315]},{"name":"D3DDEVCAPS_QUINTICRTPATCHES","features":[315]},{"name":"D3DDEVCAPS_RTPATCHES","features":[315]},{"name":"D3DDEVCAPS_RTPATCHHANDLEZERO","features":[315]},{"name":"D3DDEVCAPS_SEPARATETEXTUREMEMORIES","features":[315]},{"name":"D3DDEVCAPS_SORTDECREASINGZ","features":[315]},{"name":"D3DDEVCAPS_SORTEXACT","features":[315]},{"name":"D3DDEVCAPS_SORTINCREASINGZ","features":[315]},{"name":"D3DDEVCAPS_TEXTURENONLOCALVIDMEM","features":[315]},{"name":"D3DDEVCAPS_TEXTURESYSTEMMEMORY","features":[315]},{"name":"D3DDEVCAPS_TEXTUREVIDEOMEMORY","features":[315]},{"name":"D3DDEVCAPS_TLVERTEXSYSTEMMEMORY","features":[315]},{"name":"D3DDEVCAPS_TLVERTEXVIDEOMEMORY","features":[315]},{"name":"D3DDEVICEDESC","features":[305,315]},{"name":"D3DDEVICEDESC7","features":[315]},{"name":"D3DDEVICE_CREATION_PARAMETERS","features":[305,315]},{"name":"D3DDEVINFOID_D3DTEXTUREMANAGER","features":[315]},{"name":"D3DDEVINFOID_TEXTUREMANAGER","features":[315]},{"name":"D3DDEVINFOID_TEXTURING","features":[315]},{"name":"D3DDEVINFO_D3D9BANDWIDTHTIMINGS","features":[315]},{"name":"D3DDEVINFO_D3D9CACHEUTILIZATION","features":[315]},{"name":"D3DDEVINFO_D3D9INTERFACETIMINGS","features":[315]},{"name":"D3DDEVINFO_D3D9PIPELINETIMINGS","features":[315]},{"name":"D3DDEVINFO_D3D9STAGETIMINGS","features":[315]},{"name":"D3DDEVINFO_D3DVERTEXSTATS","features":[315]},{"name":"D3DDEVINFO_RESOURCEMANAGER","features":[305,315]},{"name":"D3DDEVINFO_VCACHE","features":[315]},{"name":"D3DDEVTYPE","features":[315]},{"name":"D3DDEVTYPE_HAL","features":[315]},{"name":"D3DDEVTYPE_NULLREF","features":[315]},{"name":"D3DDEVTYPE_REF","features":[315]},{"name":"D3DDEVTYPE_SW","features":[315]},{"name":"D3DDISPLAYMODE","features":[315]},{"name":"D3DDISPLAYMODEEX","features":[315]},{"name":"D3DDISPLAYMODEFILTER","features":[315]},{"name":"D3DDISPLAYROTATION","features":[315]},{"name":"D3DDISPLAYROTATION_180","features":[315]},{"name":"D3DDISPLAYROTATION_270","features":[315]},{"name":"D3DDISPLAYROTATION_90","features":[315]},{"name":"D3DDISPLAYROTATION_IDENTITY","features":[315]},{"name":"D3DDMAPSAMPLER","features":[315]},{"name":"D3DDMT_DISABLE","features":[315]},{"name":"D3DDMT_ENABLE","features":[315]},{"name":"D3DDP_MAXTEXCOORD","features":[315]},{"name":"D3DDP_PTRSTRIDE","features":[315]},{"name":"D3DDRAWPRIMITIVESTRIDEDDATA","features":[315]},{"name":"D3DDTCAPS_DEC3N","features":[315]},{"name":"D3DDTCAPS_FLOAT16_2","features":[315]},{"name":"D3DDTCAPS_FLOAT16_4","features":[315]},{"name":"D3DDTCAPS_SHORT2N","features":[315]},{"name":"D3DDTCAPS_SHORT4N","features":[315]},{"name":"D3DDTCAPS_UBYTE4","features":[315]},{"name":"D3DDTCAPS_UBYTE4N","features":[315]},{"name":"D3DDTCAPS_UDEC3","features":[315]},{"name":"D3DDTCAPS_USHORT2N","features":[315]},{"name":"D3DDTCAPS_USHORT4N","features":[315]},{"name":"D3DENCRYPTED_BLOCK_INFO","features":[315]},{"name":"D3DENUM_NO_DRIVERVERSION","features":[315]},{"name":"D3DENUM_WHQL_LEVEL","features":[315]},{"name":"D3DEXECUTEBUFFERDESC","features":[315]},{"name":"D3DEXECUTEDATA","features":[315]},{"name":"D3DEXECUTE_CLIPPED","features":[315]},{"name":"D3DEXECUTE_UNCLIPPED","features":[315]},{"name":"D3DFDS_ALPHACMPCAPS","features":[315]},{"name":"D3DFDS_COLORMODEL","features":[315]},{"name":"D3DFDS_DSTBLENDCAPS","features":[315]},{"name":"D3DFDS_GUID","features":[315]},{"name":"D3DFDS_HARDWARE","features":[315]},{"name":"D3DFDS_LINES","features":[315]},{"name":"D3DFDS_MISCCAPS","features":[315]},{"name":"D3DFDS_RASTERCAPS","features":[315]},{"name":"D3DFDS_SHADECAPS","features":[315]},{"name":"D3DFDS_SRCBLENDCAPS","features":[315]},{"name":"D3DFDS_TEXTUREADDRESSCAPS","features":[315]},{"name":"D3DFDS_TEXTUREBLENDCAPS","features":[315]},{"name":"D3DFDS_TEXTURECAPS","features":[315]},{"name":"D3DFDS_TEXTUREFILTERCAPS","features":[315]},{"name":"D3DFDS_TRIANGLES","features":[315]},{"name":"D3DFDS_ZCMPCAPS","features":[315]},{"name":"D3DFILLMODE","features":[315]},{"name":"D3DFILL_POINT","features":[315]},{"name":"D3DFILL_SOLID","features":[315]},{"name":"D3DFILL_WIREFRAME","features":[315]},{"name":"D3DFILTER_LINEAR","features":[315]},{"name":"D3DFILTER_LINEARMIPLINEAR","features":[315]},{"name":"D3DFILTER_LINEARMIPNEAREST","features":[315]},{"name":"D3DFILTER_MIPLINEAR","features":[315]},{"name":"D3DFILTER_MIPNEAREST","features":[315]},{"name":"D3DFILTER_NEAREST","features":[315]},{"name":"D3DFINDDEVICERESULT","features":[305,315]},{"name":"D3DFINDDEVICESEARCH","features":[305,315]},{"name":"D3DFMT_A1","features":[315]},{"name":"D3DFMT_A16B16G16R16","features":[315]},{"name":"D3DFMT_A16B16G16R16F","features":[315]},{"name":"D3DFMT_A1R5G5B5","features":[315]},{"name":"D3DFMT_A1_SURFACE_MAXHEIGHT","features":[315]},{"name":"D3DFMT_A1_SURFACE_MAXWIDTH","features":[315]},{"name":"D3DFMT_A2B10G10R10","features":[315]},{"name":"D3DFMT_A2B10G10R10_XR_BIAS","features":[315]},{"name":"D3DFMT_A2R10G10B10","features":[315]},{"name":"D3DFMT_A2W10V10U10","features":[315]},{"name":"D3DFMT_A32B32G32R32F","features":[315]},{"name":"D3DFMT_A4L4","features":[315]},{"name":"D3DFMT_A4R4G4B4","features":[315]},{"name":"D3DFMT_A8","features":[315]},{"name":"D3DFMT_A8B8G8R8","features":[315]},{"name":"D3DFMT_A8L8","features":[315]},{"name":"D3DFMT_A8P8","features":[315]},{"name":"D3DFMT_A8R3G3B2","features":[315]},{"name":"D3DFMT_A8R8G8B8","features":[315]},{"name":"D3DFMT_BINARYBUFFER","features":[315]},{"name":"D3DFMT_CxV8U8","features":[315]},{"name":"D3DFMT_D15S1","features":[315]},{"name":"D3DFMT_D16","features":[315]},{"name":"D3DFMT_D16_LOCKABLE","features":[315]},{"name":"D3DFMT_D24FS8","features":[315]},{"name":"D3DFMT_D24S8","features":[315]},{"name":"D3DFMT_D24X4S4","features":[315]},{"name":"D3DFMT_D24X8","features":[315]},{"name":"D3DFMT_D32","features":[315]},{"name":"D3DFMT_D32F_LOCKABLE","features":[315]},{"name":"D3DFMT_D32_LOCKABLE","features":[315]},{"name":"D3DFMT_DXT1","features":[315]},{"name":"D3DFMT_DXT2","features":[315]},{"name":"D3DFMT_DXT3","features":[315]},{"name":"D3DFMT_DXT4","features":[315]},{"name":"D3DFMT_DXT5","features":[315]},{"name":"D3DFMT_G16R16","features":[315]},{"name":"D3DFMT_G16R16F","features":[315]},{"name":"D3DFMT_G32R32F","features":[315]},{"name":"D3DFMT_G8R8_G8B8","features":[315]},{"name":"D3DFMT_INDEX16","features":[315]},{"name":"D3DFMT_INDEX32","features":[315]},{"name":"D3DFMT_L16","features":[315]},{"name":"D3DFMT_L6V5U5","features":[315]},{"name":"D3DFMT_L8","features":[315]},{"name":"D3DFMT_MULTI2_ARGB8","features":[315]},{"name":"D3DFMT_P8","features":[315]},{"name":"D3DFMT_Q16W16V16U16","features":[315]},{"name":"D3DFMT_Q8W8V8U8","features":[315]},{"name":"D3DFMT_R16F","features":[315]},{"name":"D3DFMT_R32F","features":[315]},{"name":"D3DFMT_R3G3B2","features":[315]},{"name":"D3DFMT_R5G6B5","features":[315]},{"name":"D3DFMT_R8G8B8","features":[315]},{"name":"D3DFMT_R8G8_B8G8","features":[315]},{"name":"D3DFMT_S8_LOCKABLE","features":[315]},{"name":"D3DFMT_UNKNOWN","features":[315]},{"name":"D3DFMT_UYVY","features":[315]},{"name":"D3DFMT_V16U16","features":[315]},{"name":"D3DFMT_V8U8","features":[315]},{"name":"D3DFMT_VERTEXDATA","features":[315]},{"name":"D3DFMT_X1R5G5B5","features":[315]},{"name":"D3DFMT_X4R4G4B4","features":[315]},{"name":"D3DFMT_X8B8G8R8","features":[315]},{"name":"D3DFMT_X8L8V8U8","features":[315]},{"name":"D3DFMT_X8R8G8B8","features":[315]},{"name":"D3DFMT_YUY2","features":[315]},{"name":"D3DFOGMODE","features":[315]},{"name":"D3DFOG_EXP","features":[315]},{"name":"D3DFOG_EXP2","features":[315]},{"name":"D3DFOG_LINEAR","features":[315]},{"name":"D3DFOG_NONE","features":[315]},{"name":"D3DFORMAT","features":[315]},{"name":"D3DFVFCAPS_DONOTSTRIPELEMENTS","features":[315]},{"name":"D3DFVFCAPS_PSIZE","features":[315]},{"name":"D3DFVFCAPS_TEXCOORDCOUNTMASK","features":[315]},{"name":"D3DFVF_DIFFUSE","features":[315]},{"name":"D3DFVF_LASTBETA_D3DCOLOR","features":[315]},{"name":"D3DFVF_LASTBETA_UBYTE4","features":[315]},{"name":"D3DFVF_NORMAL","features":[315]},{"name":"D3DFVF_POSITION_MASK","features":[315]},{"name":"D3DFVF_PSIZE","features":[315]},{"name":"D3DFVF_RESERVED0","features":[315]},{"name":"D3DFVF_RESERVED1","features":[315]},{"name":"D3DFVF_RESERVED2","features":[315]},{"name":"D3DFVF_SPECULAR","features":[315]},{"name":"D3DFVF_TEX0","features":[315]},{"name":"D3DFVF_TEX1","features":[315]},{"name":"D3DFVF_TEX2","features":[315]},{"name":"D3DFVF_TEX3","features":[315]},{"name":"D3DFVF_TEX4","features":[315]},{"name":"D3DFVF_TEX5","features":[315]},{"name":"D3DFVF_TEX6","features":[315]},{"name":"D3DFVF_TEX7","features":[315]},{"name":"D3DFVF_TEX8","features":[315]},{"name":"D3DFVF_TEXCOUNT_MASK","features":[315]},{"name":"D3DFVF_TEXCOUNT_SHIFT","features":[315]},{"name":"D3DFVF_TEXTUREFORMAT1","features":[315]},{"name":"D3DFVF_TEXTUREFORMAT2","features":[315]},{"name":"D3DFVF_TEXTUREFORMAT3","features":[315]},{"name":"D3DFVF_TEXTUREFORMAT4","features":[315]},{"name":"D3DFVF_XYZ","features":[315]},{"name":"D3DFVF_XYZB1","features":[315]},{"name":"D3DFVF_XYZB2","features":[315]},{"name":"D3DFVF_XYZB3","features":[315]},{"name":"D3DFVF_XYZB4","features":[315]},{"name":"D3DFVF_XYZB5","features":[315]},{"name":"D3DFVF_XYZRHW","features":[315]},{"name":"D3DFVF_XYZW","features":[315]},{"name":"D3DGAMMARAMP","features":[315]},{"name":"D3DGETDATA_FLUSH","features":[315]},{"name":"D3DHVERTEX","features":[315]},{"name":"D3DINDEXBUFFER_DESC","features":[315]},{"name":"D3DINSTRUCTION","features":[315]},{"name":"D3DISSUE_BEGIN","features":[315]},{"name":"D3DISSUE_END","features":[315]},{"name":"D3DKEYEXCHANGE_DXVA","features":[315]},{"name":"D3DKEYEXCHANGE_RSAES_OAEP","features":[315]},{"name":"D3DLIGHT","features":[407,315]},{"name":"D3DLIGHT2","features":[407,315]},{"name":"D3DLIGHT7","features":[407,315]},{"name":"D3DLIGHT9","features":[407,315]},{"name":"D3DLIGHTCAPS_DIRECTIONAL","features":[315]},{"name":"D3DLIGHTCAPS_GLSPOT","features":[315]},{"name":"D3DLIGHTCAPS_PARALLELPOINT","features":[315]},{"name":"D3DLIGHTCAPS_POINT","features":[315]},{"name":"D3DLIGHTCAPS_SPOT","features":[315]},{"name":"D3DLIGHTDATA","features":[407,315]},{"name":"D3DLIGHTINGCAPS","features":[315]},{"name":"D3DLIGHTINGELEMENT","features":[407,315]},{"name":"D3DLIGHTINGMODEL_MONO","features":[315]},{"name":"D3DLIGHTINGMODEL_RGB","features":[315]},{"name":"D3DLIGHTSTATETYPE","features":[315]},{"name":"D3DLIGHTSTATE_AMBIENT","features":[315]},{"name":"D3DLIGHTSTATE_COLORMODEL","features":[315]},{"name":"D3DLIGHTSTATE_COLORVERTEX","features":[315]},{"name":"D3DLIGHTSTATE_FOGDENSITY","features":[315]},{"name":"D3DLIGHTSTATE_FOGEND","features":[315]},{"name":"D3DLIGHTSTATE_FOGMODE","features":[315]},{"name":"D3DLIGHTSTATE_FOGSTART","features":[315]},{"name":"D3DLIGHTSTATE_MATERIAL","features":[315]},{"name":"D3DLIGHTTYPE","features":[315]},{"name":"D3DLIGHT_ACTIVE","features":[315]},{"name":"D3DLIGHT_DIRECTIONAL","features":[315]},{"name":"D3DLIGHT_NO_SPECULAR","features":[315]},{"name":"D3DLIGHT_POINT","features":[315]},{"name":"D3DLIGHT_SPOT","features":[315]},{"name":"D3DLINE","features":[315]},{"name":"D3DLINECAPS_ALPHACMP","features":[315]},{"name":"D3DLINECAPS_ANTIALIAS","features":[315]},{"name":"D3DLINECAPS_BLEND","features":[315]},{"name":"D3DLINECAPS_FOG","features":[315]},{"name":"D3DLINECAPS_TEXTURE","features":[315]},{"name":"D3DLINECAPS_ZTEST","features":[315]},{"name":"D3DLOCKED_BOX","features":[315]},{"name":"D3DLOCKED_RECT","features":[315]},{"name":"D3DLOCK_DISCARD","features":[315]},{"name":"D3DLOCK_DONOTWAIT","features":[315]},{"name":"D3DLOCK_NOOVERWRITE","features":[315]},{"name":"D3DLOCK_NOSYSLOCK","features":[315]},{"name":"D3DLOCK_NO_DIRTY_UPDATE","features":[315]},{"name":"D3DLOCK_READONLY","features":[315]},{"name":"D3DLVERTEX","features":[315]},{"name":"D3DMATERIAL","features":[315]},{"name":"D3DMATERIAL7","features":[315]},{"name":"D3DMATERIAL9","features":[315]},{"name":"D3DMATERIALCOLORSOURCE","features":[315]},{"name":"D3DMATRIXLOAD","features":[315]},{"name":"D3DMATRIXMULTIPLY","features":[315]},{"name":"D3DMAX30SHADERINSTRUCTIONS","features":[315]},{"name":"D3DMAXUSERCLIPPLANES","features":[315]},{"name":"D3DMCS_COLOR1","features":[315]},{"name":"D3DMCS_COLOR2","features":[315]},{"name":"D3DMCS_MATERIAL","features":[315]},{"name":"D3DMEMORYPRESSURE","features":[315]},{"name":"D3DMEMORYPRESSURE","features":[315]},{"name":"D3DMIN30SHADERINSTRUCTIONS","features":[315]},{"name":"D3DMP_16","features":[315]},{"name":"D3DMP_2_8","features":[315]},{"name":"D3DMP_DEFAULT","features":[315]},{"name":"D3DMULTISAMPLE_10_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_11_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_12_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_13_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_14_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_15_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_16_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_2_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_3_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_4_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_5_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_6_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_7_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_8_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_9_SAMPLES","features":[315]},{"name":"D3DMULTISAMPLE_NONE","features":[315]},{"name":"D3DMULTISAMPLE_NONMASKABLE","features":[315]},{"name":"D3DMULTISAMPLE_TYPE","features":[315]},{"name":"D3DOPCODE","features":[315]},{"name":"D3DOP_BRANCHFORWARD","features":[315]},{"name":"D3DOP_EXIT","features":[315]},{"name":"D3DOP_LINE","features":[315]},{"name":"D3DOP_MATRIXLOAD","features":[315]},{"name":"D3DOP_MATRIXMULTIPLY","features":[315]},{"name":"D3DOP_POINT","features":[315]},{"name":"D3DOP_PROCESSVERTICES","features":[315]},{"name":"D3DOP_SETSTATUS","features":[315]},{"name":"D3DOP_SPAN","features":[315]},{"name":"D3DOP_STATELIGHT","features":[315]},{"name":"D3DOP_STATERENDER","features":[315]},{"name":"D3DOP_STATETRANSFORM","features":[315]},{"name":"D3DOP_TEXTURELOAD","features":[315]},{"name":"D3DOP_TRIANGLE","features":[315]},{"name":"D3DOVERLAYCAPS_FULLRANGERGB","features":[315]},{"name":"D3DOVERLAYCAPS_LIMITEDRANGERGB","features":[315]},{"name":"D3DOVERLAYCAPS_STRETCHX","features":[315]},{"name":"D3DOVERLAYCAPS_STRETCHY","features":[315]},{"name":"D3DOVERLAYCAPS_YCbCr_BT601","features":[315]},{"name":"D3DOVERLAYCAPS_YCbCr_BT601_xvYCC","features":[315]},{"name":"D3DOVERLAYCAPS_YCbCr_BT709","features":[315]},{"name":"D3DOVERLAYCAPS_YCbCr_BT709_xvYCC","features":[315]},{"name":"D3DPAL_FREE","features":[315]},{"name":"D3DPAL_READONLY","features":[315]},{"name":"D3DPAL_RESERVED","features":[315]},{"name":"D3DPATCHEDGESTYLE","features":[315]},{"name":"D3DPATCHEDGE_CONTINUOUS","features":[315]},{"name":"D3DPATCHEDGE_DISCRETE","features":[315]},{"name":"D3DPBLENDCAPS_BLENDFACTOR","features":[315]},{"name":"D3DPBLENDCAPS_BOTHINVSRCALPHA","features":[315]},{"name":"D3DPBLENDCAPS_BOTHSRCALPHA","features":[315]},{"name":"D3DPBLENDCAPS_DESTALPHA","features":[315]},{"name":"D3DPBLENDCAPS_DESTCOLOR","features":[315]},{"name":"D3DPBLENDCAPS_INVDESTALPHA","features":[315]},{"name":"D3DPBLENDCAPS_INVDESTCOLOR","features":[315]},{"name":"D3DPBLENDCAPS_INVSRCALPHA","features":[315]},{"name":"D3DPBLENDCAPS_INVSRCCOLOR","features":[315]},{"name":"D3DPBLENDCAPS_INVSRCCOLOR2","features":[315]},{"name":"D3DPBLENDCAPS_ONE","features":[315]},{"name":"D3DPBLENDCAPS_SRCALPHA","features":[315]},{"name":"D3DPBLENDCAPS_SRCALPHASAT","features":[315]},{"name":"D3DPBLENDCAPS_SRCCOLOR","features":[315]},{"name":"D3DPBLENDCAPS_SRCCOLOR2","features":[315]},{"name":"D3DPBLENDCAPS_ZERO","features":[315]},{"name":"D3DPCMPCAPS_ALWAYS","features":[315]},{"name":"D3DPCMPCAPS_EQUAL","features":[315]},{"name":"D3DPCMPCAPS_GREATER","features":[315]},{"name":"D3DPCMPCAPS_GREATEREQUAL","features":[315]},{"name":"D3DPCMPCAPS_LESS","features":[315]},{"name":"D3DPCMPCAPS_LESSEQUAL","features":[315]},{"name":"D3DPCMPCAPS_NEVER","features":[315]},{"name":"D3DPCMPCAPS_NOTEQUAL","features":[315]},{"name":"D3DPERF_BeginEvent","features":[315]},{"name":"D3DPERF_EndEvent","features":[315]},{"name":"D3DPERF_GetStatus","features":[315]},{"name":"D3DPERF_QueryRepeatFrame","features":[305,315]},{"name":"D3DPERF_SetMarker","features":[315]},{"name":"D3DPERF_SetOptions","features":[315]},{"name":"D3DPERF_SetRegion","features":[315]},{"name":"D3DPICKRECORD","features":[315]},{"name":"D3DPMISCCAPS_BLENDOP","features":[315]},{"name":"D3DPMISCCAPS_CLIPPLANESCALEDPOINTS","features":[315]},{"name":"D3DPMISCCAPS_CLIPTLVERTS","features":[315]},{"name":"D3DPMISCCAPS_COLORWRITEENABLE","features":[315]},{"name":"D3DPMISCCAPS_CONFORMANT","features":[315]},{"name":"D3DPMISCCAPS_CULLCCW","features":[315]},{"name":"D3DPMISCCAPS_CULLCW","features":[315]},{"name":"D3DPMISCCAPS_CULLNONE","features":[315]},{"name":"D3DPMISCCAPS_FOGANDSPECULARALPHA","features":[315]},{"name":"D3DPMISCCAPS_FOGVERTEXCLAMPED","features":[315]},{"name":"D3DPMISCCAPS_INDEPENDENTWRITEMASKS","features":[315]},{"name":"D3DPMISCCAPS_LINEPATTERNREP","features":[315]},{"name":"D3DPMISCCAPS_MASKPLANES","features":[315]},{"name":"D3DPMISCCAPS_MASKZ","features":[315]},{"name":"D3DPMISCCAPS_MRTINDEPENDENTBITDEPTHS","features":[315]},{"name":"D3DPMISCCAPS_MRTPOSTPIXELSHADERBLENDING","features":[315]},{"name":"D3DPMISCCAPS_NULLREFERENCE","features":[315]},{"name":"D3DPMISCCAPS_PERSTAGECONSTANT","features":[315]},{"name":"D3DPMISCCAPS_POSTBLENDSRGBCONVERT","features":[315]},{"name":"D3DPMISCCAPS_SEPARATEALPHABLEND","features":[315]},{"name":"D3DPMISCCAPS_TSSARGTEMP","features":[315]},{"name":"D3DPOINT","features":[315]},{"name":"D3DPOOL","features":[315]},{"name":"D3DPOOL_DEFAULT","features":[315]},{"name":"D3DPOOL_MANAGED","features":[315]},{"name":"D3DPOOL_SCRATCH","features":[315]},{"name":"D3DPOOL_SYSTEMMEM","features":[315]},{"name":"D3DPRASTERCAPS_ANISOTROPY","features":[315]},{"name":"D3DPRASTERCAPS_ANTIALIASEDGES","features":[315]},{"name":"D3DPRASTERCAPS_ANTIALIASSORTDEPENDENT","features":[315]},{"name":"D3DPRASTERCAPS_ANTIALIASSORTINDEPENDENT","features":[315]},{"name":"D3DPRASTERCAPS_COLORPERSPECTIVE","features":[315]},{"name":"D3DPRASTERCAPS_DEPTHBIAS","features":[315]},{"name":"D3DPRASTERCAPS_DITHER","features":[315]},{"name":"D3DPRASTERCAPS_FOGRANGE","features":[315]},{"name":"D3DPRASTERCAPS_FOGTABLE","features":[315]},{"name":"D3DPRASTERCAPS_FOGVERTEX","features":[315]},{"name":"D3DPRASTERCAPS_MIPMAPLODBIAS","features":[315]},{"name":"D3DPRASTERCAPS_MULTISAMPLE_TOGGLE","features":[315]},{"name":"D3DPRASTERCAPS_PAT","features":[315]},{"name":"D3DPRASTERCAPS_ROP2","features":[315]},{"name":"D3DPRASTERCAPS_SCISSORTEST","features":[315]},{"name":"D3DPRASTERCAPS_SLOPESCALEDEPTHBIAS","features":[315]},{"name":"D3DPRASTERCAPS_STIPPLE","features":[315]},{"name":"D3DPRASTERCAPS_SUBPIXEL","features":[315]},{"name":"D3DPRASTERCAPS_SUBPIXELX","features":[315]},{"name":"D3DPRASTERCAPS_TRANSLUCENTSORTINDEPENDENT","features":[315]},{"name":"D3DPRASTERCAPS_WBUFFER","features":[315]},{"name":"D3DPRASTERCAPS_WFOG","features":[315]},{"name":"D3DPRASTERCAPS_XOR","features":[315]},{"name":"D3DPRASTERCAPS_ZBIAS","features":[315]},{"name":"D3DPRASTERCAPS_ZBUFFERLESSHSR","features":[315]},{"name":"D3DPRASTERCAPS_ZFOG","features":[315]},{"name":"D3DPRASTERCAPS_ZTEST","features":[315]},{"name":"D3DPRESENTFLAG_DEVICECLIP","features":[315]},{"name":"D3DPRESENTFLAG_DISCARD_DEPTHSTENCIL","features":[315]},{"name":"D3DPRESENTFLAG_LOCKABLE_BACKBUFFER","features":[315]},{"name":"D3DPRESENTFLAG_NOAUTOROTATE","features":[315]},{"name":"D3DPRESENTFLAG_OVERLAY_LIMITEDRGB","features":[315]},{"name":"D3DPRESENTFLAG_OVERLAY_YCbCr_BT709","features":[315]},{"name":"D3DPRESENTFLAG_OVERLAY_YCbCr_xvYCC","features":[315]},{"name":"D3DPRESENTFLAG_RESTRICTED_CONTENT","features":[315]},{"name":"D3DPRESENTFLAG_RESTRICT_SHARED_RESOURCE_DRIVER","features":[315]},{"name":"D3DPRESENTFLAG_UNPRUNEDMODE","features":[315]},{"name":"D3DPRESENTFLAG_VIDEO","features":[315]},{"name":"D3DPRESENTSTATS","features":[315]},{"name":"D3DPRESENTSTATS","features":[315]},{"name":"D3DPRESENT_BACK_BUFFERS_MAX","features":[315]},{"name":"D3DPRESENT_BACK_BUFFERS_MAX_EX","features":[315]},{"name":"D3DPRESENT_DONOTFLIP","features":[315]},{"name":"D3DPRESENT_DONOTWAIT","features":[315]},{"name":"D3DPRESENT_FLIPRESTART","features":[315]},{"name":"D3DPRESENT_FORCEIMMEDIATE","features":[315]},{"name":"D3DPRESENT_HIDEOVERLAY","features":[315]},{"name":"D3DPRESENT_INTERVAL_DEFAULT","features":[315]},{"name":"D3DPRESENT_INTERVAL_FOUR","features":[315]},{"name":"D3DPRESENT_INTERVAL_IMMEDIATE","features":[315]},{"name":"D3DPRESENT_INTERVAL_ONE","features":[315]},{"name":"D3DPRESENT_INTERVAL_THREE","features":[315]},{"name":"D3DPRESENT_INTERVAL_TWO","features":[315]},{"name":"D3DPRESENT_LINEAR_CONTENT","features":[315]},{"name":"D3DPRESENT_PARAMETERS","features":[305,315]},{"name":"D3DPRESENT_RATE_DEFAULT","features":[315]},{"name":"D3DPRESENT_UPDATECOLORKEY","features":[315]},{"name":"D3DPRESENT_UPDATEOVERLAYONLY","features":[315]},{"name":"D3DPRESENT_VIDEO_RESTRICT_TO_MONITOR","features":[315]},{"name":"D3DPRIMCAPS","features":[315]},{"name":"D3DPRIMITIVETYPE","features":[315]},{"name":"D3DPROCESSVERTICES","features":[315]},{"name":"D3DPROCESSVERTICES_COPY","features":[315]},{"name":"D3DPROCESSVERTICES_NOCOLOR","features":[315]},{"name":"D3DPROCESSVERTICES_OPMASK","features":[315]},{"name":"D3DPROCESSVERTICES_TRANSFORM","features":[315]},{"name":"D3DPROCESSVERTICES_TRANSFORMLIGHT","features":[315]},{"name":"D3DPROCESSVERTICES_UPDATEEXTENTS","features":[315]},{"name":"D3DPS20CAPS_ARBITRARYSWIZZLE","features":[315]},{"name":"D3DPS20CAPS_GRADIENTINSTRUCTIONS","features":[315]},{"name":"D3DPS20CAPS_NODEPENDENTREADLIMIT","features":[315]},{"name":"D3DPS20CAPS_NOTEXINSTRUCTIONLIMIT","features":[315]},{"name":"D3DPS20CAPS_PREDICATION","features":[315]},{"name":"D3DPS20_MAX_DYNAMICFLOWCONTROLDEPTH","features":[315]},{"name":"D3DPS20_MAX_NUMINSTRUCTIONSLOTS","features":[315]},{"name":"D3DPS20_MAX_NUMTEMPS","features":[315]},{"name":"D3DPS20_MAX_STATICFLOWCONTROLDEPTH","features":[315]},{"name":"D3DPS20_MIN_DYNAMICFLOWCONTROLDEPTH","features":[315]},{"name":"D3DPS20_MIN_NUMINSTRUCTIONSLOTS","features":[315]},{"name":"D3DPS20_MIN_NUMTEMPS","features":[315]},{"name":"D3DPS20_MIN_STATICFLOWCONTROLDEPTH","features":[315]},{"name":"D3DPSHADECAPS_ALPHAFLATBLEND","features":[315]},{"name":"D3DPSHADECAPS_ALPHAFLATSTIPPLED","features":[315]},{"name":"D3DPSHADECAPS_ALPHAGOURAUDBLEND","features":[315]},{"name":"D3DPSHADECAPS_ALPHAGOURAUDSTIPPLED","features":[315]},{"name":"D3DPSHADECAPS_ALPHAPHONGBLEND","features":[315]},{"name":"D3DPSHADECAPS_ALPHAPHONGSTIPPLED","features":[315]},{"name":"D3DPSHADECAPS_COLORFLATMONO","features":[315]},{"name":"D3DPSHADECAPS_COLORFLATRGB","features":[315]},{"name":"D3DPSHADECAPS_COLORGOURAUDMONO","features":[315]},{"name":"D3DPSHADECAPS_COLORGOURAUDRGB","features":[315]},{"name":"D3DPSHADECAPS_COLORPHONGMONO","features":[315]},{"name":"D3DPSHADECAPS_COLORPHONGRGB","features":[315]},{"name":"D3DPSHADECAPS_FOGFLAT","features":[315]},{"name":"D3DPSHADECAPS_FOGGOURAUD","features":[315]},{"name":"D3DPSHADECAPS_FOGPHONG","features":[315]},{"name":"D3DPSHADECAPS_SPECULARFLATMONO","features":[315]},{"name":"D3DPSHADECAPS_SPECULARFLATRGB","features":[315]},{"name":"D3DPSHADECAPS_SPECULARGOURAUDMONO","features":[315]},{"name":"D3DPSHADECAPS_SPECULARGOURAUDRGB","features":[315]},{"name":"D3DPSHADECAPS_SPECULARPHONGMONO","features":[315]},{"name":"D3DPSHADECAPS_SPECULARPHONGRGB","features":[315]},{"name":"D3DPSHADERCAPS2_0","features":[315]},{"name":"D3DPTADDRESSCAPS_BORDER","features":[315]},{"name":"D3DPTADDRESSCAPS_CLAMP","features":[315]},{"name":"D3DPTADDRESSCAPS_INDEPENDENTUV","features":[315]},{"name":"D3DPTADDRESSCAPS_MIRROR","features":[315]},{"name":"D3DPTADDRESSCAPS_MIRRORONCE","features":[315]},{"name":"D3DPTADDRESSCAPS_WRAP","features":[315]},{"name":"D3DPTBLENDCAPS_ADD","features":[315]},{"name":"D3DPTBLENDCAPS_COPY","features":[315]},{"name":"D3DPTBLENDCAPS_DECAL","features":[315]},{"name":"D3DPTBLENDCAPS_DECALALPHA","features":[315]},{"name":"D3DPTBLENDCAPS_DECALMASK","features":[315]},{"name":"D3DPTBLENDCAPS_MODULATE","features":[315]},{"name":"D3DPTBLENDCAPS_MODULATEALPHA","features":[315]},{"name":"D3DPTBLENDCAPS_MODULATEMASK","features":[315]},{"name":"D3DPTEXTURECAPS_ALPHA","features":[315]},{"name":"D3DPTEXTURECAPS_ALPHAPALETTE","features":[315]},{"name":"D3DPTEXTURECAPS_BORDER","features":[315]},{"name":"D3DPTEXTURECAPS_COLORKEYBLEND","features":[315]},{"name":"D3DPTEXTURECAPS_CUBEMAP","features":[315]},{"name":"D3DPTEXTURECAPS_CUBEMAP_POW2","features":[315]},{"name":"D3DPTEXTURECAPS_MIPCUBEMAP","features":[315]},{"name":"D3DPTEXTURECAPS_MIPMAP","features":[315]},{"name":"D3DPTEXTURECAPS_MIPVOLUMEMAP","features":[315]},{"name":"D3DPTEXTURECAPS_NONPOW2CONDITIONAL","features":[315]},{"name":"D3DPTEXTURECAPS_NOPROJECTEDBUMPENV","features":[315]},{"name":"D3DPTEXTURECAPS_PERSPECTIVE","features":[315]},{"name":"D3DPTEXTURECAPS_POW2","features":[315]},{"name":"D3DPTEXTURECAPS_PROJECTED","features":[315]},{"name":"D3DPTEXTURECAPS_SQUAREONLY","features":[315]},{"name":"D3DPTEXTURECAPS_TEXREPEATNOTSCALEDBYSIZE","features":[315]},{"name":"D3DPTEXTURECAPS_TRANSPARENCY","features":[315]},{"name":"D3DPTEXTURECAPS_VOLUMEMAP","features":[315]},{"name":"D3DPTEXTURECAPS_VOLUMEMAP_POW2","features":[315]},{"name":"D3DPTFILTERCAPS_CONVOLUTIONMONO","features":[315]},{"name":"D3DPTFILTERCAPS_LINEAR","features":[315]},{"name":"D3DPTFILTERCAPS_LINEARMIPLINEAR","features":[315]},{"name":"D3DPTFILTERCAPS_LINEARMIPNEAREST","features":[315]},{"name":"D3DPTFILTERCAPS_MAGFAFLATCUBIC","features":[315]},{"name":"D3DPTFILTERCAPS_MAGFANISOTROPIC","features":[315]},{"name":"D3DPTFILTERCAPS_MAGFGAUSSIANCUBIC","features":[315]},{"name":"D3DPTFILTERCAPS_MAGFGAUSSIANQUAD","features":[315]},{"name":"D3DPTFILTERCAPS_MAGFLINEAR","features":[315]},{"name":"D3DPTFILTERCAPS_MAGFPOINT","features":[315]},{"name":"D3DPTFILTERCAPS_MAGFPYRAMIDALQUAD","features":[315]},{"name":"D3DPTFILTERCAPS_MINFANISOTROPIC","features":[315]},{"name":"D3DPTFILTERCAPS_MINFGAUSSIANQUAD","features":[315]},{"name":"D3DPTFILTERCAPS_MINFLINEAR","features":[315]},{"name":"D3DPTFILTERCAPS_MINFPOINT","features":[315]},{"name":"D3DPTFILTERCAPS_MINFPYRAMIDALQUAD","features":[315]},{"name":"D3DPTFILTERCAPS_MIPFLINEAR","features":[315]},{"name":"D3DPTFILTERCAPS_MIPFPOINT","features":[315]},{"name":"D3DPTFILTERCAPS_MIPLINEAR","features":[315]},{"name":"D3DPTFILTERCAPS_MIPNEAREST","features":[315]},{"name":"D3DPTFILTERCAPS_NEAREST","features":[315]},{"name":"D3DPT_LINELIST","features":[315]},{"name":"D3DPT_LINESTRIP","features":[315]},{"name":"D3DPT_POINTLIST","features":[315]},{"name":"D3DPT_TRIANGLEFAN","features":[315]},{"name":"D3DPT_TRIANGLELIST","features":[315]},{"name":"D3DPT_TRIANGLESTRIP","features":[315]},{"name":"D3DPV_DONOTCOPYDATA","features":[315]},{"name":"D3DQUERYTYPE","features":[315]},{"name":"D3DQUERYTYPE_BANDWIDTHTIMINGS","features":[315]},{"name":"D3DQUERYTYPE_CACHEUTILIZATION","features":[315]},{"name":"D3DQUERYTYPE_EVENT","features":[315]},{"name":"D3DQUERYTYPE_INTERFACETIMINGS","features":[315]},{"name":"D3DQUERYTYPE_MEMORYPRESSURE","features":[315]},{"name":"D3DQUERYTYPE_OCCLUSION","features":[315]},{"name":"D3DQUERYTYPE_PIPELINETIMINGS","features":[315]},{"name":"D3DQUERYTYPE_PIXELTIMINGS","features":[315]},{"name":"D3DQUERYTYPE_RESOURCEMANAGER","features":[315]},{"name":"D3DQUERYTYPE_TIMESTAMP","features":[315]},{"name":"D3DQUERYTYPE_TIMESTAMPDISJOINT","features":[315]},{"name":"D3DQUERYTYPE_TIMESTAMPFREQ","features":[315]},{"name":"D3DQUERYTYPE_VCACHE","features":[315]},{"name":"D3DQUERYTYPE_VERTEXSTATS","features":[315]},{"name":"D3DQUERYTYPE_VERTEXTIMINGS","features":[315]},{"name":"D3DRANGE","features":[315]},{"name":"D3DRASTER_STATUS","features":[305,315]},{"name":"D3DRECT","features":[315]},{"name":"D3DRECTPATCH_INFO","features":[315]},{"name":"D3DRENDERSTATETYPE","features":[315]},{"name":"D3DRENDERSTATE_WRAPBIAS","features":[315]},{"name":"D3DRESOURCESTATS","features":[305,315]},{"name":"D3DRESOURCETYPE","features":[315]},{"name":"D3DRS_ADAPTIVETESS_W","features":[315]},{"name":"D3DRS_ADAPTIVETESS_X","features":[315]},{"name":"D3DRS_ADAPTIVETESS_Y","features":[315]},{"name":"D3DRS_ADAPTIVETESS_Z","features":[315]},{"name":"D3DRS_ALPHABLENDENABLE","features":[315]},{"name":"D3DRS_ALPHAFUNC","features":[315]},{"name":"D3DRS_ALPHAREF","features":[315]},{"name":"D3DRS_ALPHATESTENABLE","features":[315]},{"name":"D3DRS_AMBIENT","features":[315]},{"name":"D3DRS_AMBIENTMATERIALSOURCE","features":[315]},{"name":"D3DRS_ANTIALIASEDLINEENABLE","features":[315]},{"name":"D3DRS_BLENDFACTOR","features":[315]},{"name":"D3DRS_BLENDOP","features":[315]},{"name":"D3DRS_BLENDOPALPHA","features":[315]},{"name":"D3DRS_CCW_STENCILFAIL","features":[315]},{"name":"D3DRS_CCW_STENCILFUNC","features":[315]},{"name":"D3DRS_CCW_STENCILPASS","features":[315]},{"name":"D3DRS_CCW_STENCILZFAIL","features":[315]},{"name":"D3DRS_CLIPPING","features":[315]},{"name":"D3DRS_CLIPPLANEENABLE","features":[315]},{"name":"D3DRS_COLORVERTEX","features":[315]},{"name":"D3DRS_COLORWRITEENABLE","features":[315]},{"name":"D3DRS_COLORWRITEENABLE1","features":[315]},{"name":"D3DRS_COLORWRITEENABLE2","features":[315]},{"name":"D3DRS_COLORWRITEENABLE3","features":[315]},{"name":"D3DRS_CULLMODE","features":[315]},{"name":"D3DRS_DEBUGMONITORTOKEN","features":[315]},{"name":"D3DRS_DEPTHBIAS","features":[315]},{"name":"D3DRS_DESTBLEND","features":[315]},{"name":"D3DRS_DESTBLENDALPHA","features":[315]},{"name":"D3DRS_DIFFUSEMATERIALSOURCE","features":[315]},{"name":"D3DRS_DITHERENABLE","features":[315]},{"name":"D3DRS_EMISSIVEMATERIALSOURCE","features":[315]},{"name":"D3DRS_ENABLEADAPTIVETESSELLATION","features":[315]},{"name":"D3DRS_FILLMODE","features":[315]},{"name":"D3DRS_FOGCOLOR","features":[315]},{"name":"D3DRS_FOGDENSITY","features":[315]},{"name":"D3DRS_FOGENABLE","features":[315]},{"name":"D3DRS_FOGEND","features":[315]},{"name":"D3DRS_FOGSTART","features":[315]},{"name":"D3DRS_FOGTABLEMODE","features":[315]},{"name":"D3DRS_FOGVERTEXMODE","features":[315]},{"name":"D3DRS_INDEXEDVERTEXBLENDENABLE","features":[315]},{"name":"D3DRS_LASTPIXEL","features":[315]},{"name":"D3DRS_LIGHTING","features":[315]},{"name":"D3DRS_LOCALVIEWER","features":[315]},{"name":"D3DRS_MAXTESSELLATIONLEVEL","features":[315]},{"name":"D3DRS_MINTESSELLATIONLEVEL","features":[315]},{"name":"D3DRS_MULTISAMPLEANTIALIAS","features":[315]},{"name":"D3DRS_MULTISAMPLEMASK","features":[315]},{"name":"D3DRS_NORMALDEGREE","features":[315]},{"name":"D3DRS_NORMALIZENORMALS","features":[315]},{"name":"D3DRS_PATCHEDGESTYLE","features":[315]},{"name":"D3DRS_POINTSCALEENABLE","features":[315]},{"name":"D3DRS_POINTSCALE_A","features":[315]},{"name":"D3DRS_POINTSCALE_B","features":[315]},{"name":"D3DRS_POINTSCALE_C","features":[315]},{"name":"D3DRS_POINTSIZE","features":[315]},{"name":"D3DRS_POINTSIZE_MAX","features":[315]},{"name":"D3DRS_POINTSIZE_MIN","features":[315]},{"name":"D3DRS_POINTSPRITEENABLE","features":[315]},{"name":"D3DRS_POSITIONDEGREE","features":[315]},{"name":"D3DRS_RANGEFOGENABLE","features":[315]},{"name":"D3DRS_SCISSORTESTENABLE","features":[315]},{"name":"D3DRS_SEPARATEALPHABLENDENABLE","features":[315]},{"name":"D3DRS_SHADEMODE","features":[315]},{"name":"D3DRS_SLOPESCALEDEPTHBIAS","features":[315]},{"name":"D3DRS_SPECULARENABLE","features":[315]},{"name":"D3DRS_SPECULARMATERIALSOURCE","features":[315]},{"name":"D3DRS_SRCBLEND","features":[315]},{"name":"D3DRS_SRCBLENDALPHA","features":[315]},{"name":"D3DRS_SRGBWRITEENABLE","features":[315]},{"name":"D3DRS_STENCILENABLE","features":[315]},{"name":"D3DRS_STENCILFAIL","features":[315]},{"name":"D3DRS_STENCILFUNC","features":[315]},{"name":"D3DRS_STENCILMASK","features":[315]},{"name":"D3DRS_STENCILPASS","features":[315]},{"name":"D3DRS_STENCILREF","features":[315]},{"name":"D3DRS_STENCILWRITEMASK","features":[315]},{"name":"D3DRS_STENCILZFAIL","features":[315]},{"name":"D3DRS_TEXTUREFACTOR","features":[315]},{"name":"D3DRS_TWEENFACTOR","features":[315]},{"name":"D3DRS_TWOSIDEDSTENCILMODE","features":[315]},{"name":"D3DRS_VERTEXBLEND","features":[315]},{"name":"D3DRS_WRAP0","features":[315]},{"name":"D3DRS_WRAP1","features":[315]},{"name":"D3DRS_WRAP10","features":[315]},{"name":"D3DRS_WRAP11","features":[315]},{"name":"D3DRS_WRAP12","features":[315]},{"name":"D3DRS_WRAP13","features":[315]},{"name":"D3DRS_WRAP14","features":[315]},{"name":"D3DRS_WRAP15","features":[315]},{"name":"D3DRS_WRAP2","features":[315]},{"name":"D3DRS_WRAP3","features":[315]},{"name":"D3DRS_WRAP4","features":[315]},{"name":"D3DRS_WRAP5","features":[315]},{"name":"D3DRS_WRAP6","features":[315]},{"name":"D3DRS_WRAP7","features":[315]},{"name":"D3DRS_WRAP8","features":[315]},{"name":"D3DRS_WRAP9","features":[315]},{"name":"D3DRS_ZENABLE","features":[315]},{"name":"D3DRS_ZFUNC","features":[315]},{"name":"D3DRS_ZWRITEENABLE","features":[315]},{"name":"D3DRTYPECOUNT","features":[315]},{"name":"D3DRTYPE_CUBETEXTURE","features":[315]},{"name":"D3DRTYPE_INDEXBUFFER","features":[315]},{"name":"D3DRTYPE_SURFACE","features":[315]},{"name":"D3DRTYPE_TEXTURE","features":[315]},{"name":"D3DRTYPE_VERTEXBUFFER","features":[315]},{"name":"D3DRTYPE_VOLUME","features":[315]},{"name":"D3DRTYPE_VOLUMETEXTURE","features":[315]},{"name":"D3DSAMPLERSTATETYPE","features":[315]},{"name":"D3DSAMPLER_TEXTURE_TYPE","features":[315]},{"name":"D3DSAMP_ADDRESSU","features":[315]},{"name":"D3DSAMP_ADDRESSV","features":[315]},{"name":"D3DSAMP_ADDRESSW","features":[315]},{"name":"D3DSAMP_BORDERCOLOR","features":[315]},{"name":"D3DSAMP_DMAPOFFSET","features":[315]},{"name":"D3DSAMP_ELEMENTINDEX","features":[315]},{"name":"D3DSAMP_MAGFILTER","features":[315]},{"name":"D3DSAMP_MAXANISOTROPY","features":[315]},{"name":"D3DSAMP_MAXMIPLEVEL","features":[315]},{"name":"D3DSAMP_MINFILTER","features":[315]},{"name":"D3DSAMP_MIPFILTER","features":[315]},{"name":"D3DSAMP_MIPMAPLODBIAS","features":[315]},{"name":"D3DSAMP_SRGBTEXTURE","features":[315]},{"name":"D3DSBT_ALL","features":[315]},{"name":"D3DSBT_PIXELSTATE","features":[315]},{"name":"D3DSBT_VERTEXSTATE","features":[315]},{"name":"D3DSCANLINEORDERING","features":[315]},{"name":"D3DSCANLINEORDERING_INTERLACED","features":[315]},{"name":"D3DSCANLINEORDERING_PROGRESSIVE","features":[315]},{"name":"D3DSCANLINEORDERING_UNKNOWN","features":[315]},{"name":"D3DSETSTATUS_EXTENTS","features":[315]},{"name":"D3DSETSTATUS_STATUS","features":[315]},{"name":"D3DSGR_CALIBRATE","features":[315]},{"name":"D3DSGR_NO_CALIBRATION","features":[315]},{"name":"D3DSHADEMODE","features":[315]},{"name":"D3DSHADER_ADDRESSMODE_SHIFT","features":[315]},{"name":"D3DSHADER_ADDRESSMODE_TYPE","features":[315]},{"name":"D3DSHADER_ADDRMODE_ABSOLUTE","features":[315]},{"name":"D3DSHADER_ADDRMODE_RELATIVE","features":[315]},{"name":"D3DSHADER_COMPARISON","features":[315]},{"name":"D3DSHADER_COMPARISON_SHIFT","features":[315]},{"name":"D3DSHADER_INSTRUCTION_OPCODE_TYPE","features":[315]},{"name":"D3DSHADER_MIN_PRECISION","features":[315]},{"name":"D3DSHADER_MISCTYPE_OFFSETS","features":[315]},{"name":"D3DSHADER_PARAM_REGISTER_TYPE","features":[315]},{"name":"D3DSHADER_PARAM_SRCMOD_TYPE","features":[315]},{"name":"D3DSHADE_FLAT","features":[315]},{"name":"D3DSHADE_GOURAUD","features":[315]},{"name":"D3DSHADE_PHONG","features":[315]},{"name":"D3DSIO_ABS","features":[315]},{"name":"D3DSIO_ADD","features":[315]},{"name":"D3DSIO_BEM","features":[315]},{"name":"D3DSIO_BREAK","features":[315]},{"name":"D3DSIO_BREAKC","features":[315]},{"name":"D3DSIO_BREAKP","features":[315]},{"name":"D3DSIO_CALL","features":[315]},{"name":"D3DSIO_CALLNZ","features":[315]},{"name":"D3DSIO_CMP","features":[315]},{"name":"D3DSIO_CND","features":[315]},{"name":"D3DSIO_COMMENT","features":[315]},{"name":"D3DSIO_CRS","features":[315]},{"name":"D3DSIO_DCL","features":[315]},{"name":"D3DSIO_DEF","features":[315]},{"name":"D3DSIO_DEFB","features":[315]},{"name":"D3DSIO_DEFI","features":[315]},{"name":"D3DSIO_DP2ADD","features":[315]},{"name":"D3DSIO_DP3","features":[315]},{"name":"D3DSIO_DP4","features":[315]},{"name":"D3DSIO_DST","features":[315]},{"name":"D3DSIO_DSX","features":[315]},{"name":"D3DSIO_DSY","features":[315]},{"name":"D3DSIO_ELSE","features":[315]},{"name":"D3DSIO_END","features":[315]},{"name":"D3DSIO_ENDIF","features":[315]},{"name":"D3DSIO_ENDLOOP","features":[315]},{"name":"D3DSIO_ENDREP","features":[315]},{"name":"D3DSIO_EXP","features":[315]},{"name":"D3DSIO_EXPP","features":[315]},{"name":"D3DSIO_FRC","features":[315]},{"name":"D3DSIO_IF","features":[315]},{"name":"D3DSIO_IFC","features":[315]},{"name":"D3DSIO_LABEL","features":[315]},{"name":"D3DSIO_LIT","features":[315]},{"name":"D3DSIO_LOG","features":[315]},{"name":"D3DSIO_LOGP","features":[315]},{"name":"D3DSIO_LOOP","features":[315]},{"name":"D3DSIO_LRP","features":[315]},{"name":"D3DSIO_M3x2","features":[315]},{"name":"D3DSIO_M3x3","features":[315]},{"name":"D3DSIO_M3x4","features":[315]},{"name":"D3DSIO_M4x3","features":[315]},{"name":"D3DSIO_M4x4","features":[315]},{"name":"D3DSIO_MAD","features":[315]},{"name":"D3DSIO_MAX","features":[315]},{"name":"D3DSIO_MIN","features":[315]},{"name":"D3DSIO_MOV","features":[315]},{"name":"D3DSIO_MOVA","features":[315]},{"name":"D3DSIO_MUL","features":[315]},{"name":"D3DSIO_NOP","features":[315]},{"name":"D3DSIO_NRM","features":[315]},{"name":"D3DSIO_PHASE","features":[315]},{"name":"D3DSIO_POW","features":[315]},{"name":"D3DSIO_RCP","features":[315]},{"name":"D3DSIO_REP","features":[315]},{"name":"D3DSIO_RESERVED0","features":[315]},{"name":"D3DSIO_RET","features":[315]},{"name":"D3DSIO_RSQ","features":[315]},{"name":"D3DSIO_SETP","features":[315]},{"name":"D3DSIO_SGE","features":[315]},{"name":"D3DSIO_SGN","features":[315]},{"name":"D3DSIO_SINCOS","features":[315]},{"name":"D3DSIO_SLT","features":[315]},{"name":"D3DSIO_SUB","features":[315]},{"name":"D3DSIO_TEX","features":[315]},{"name":"D3DSIO_TEXBEM","features":[315]},{"name":"D3DSIO_TEXBEML","features":[315]},{"name":"D3DSIO_TEXCOORD","features":[315]},{"name":"D3DSIO_TEXDEPTH","features":[315]},{"name":"D3DSIO_TEXDP3","features":[315]},{"name":"D3DSIO_TEXDP3TEX","features":[315]},{"name":"D3DSIO_TEXKILL","features":[315]},{"name":"D3DSIO_TEXLDD","features":[315]},{"name":"D3DSIO_TEXLDL","features":[315]},{"name":"D3DSIO_TEXM3x2DEPTH","features":[315]},{"name":"D3DSIO_TEXM3x2PAD","features":[315]},{"name":"D3DSIO_TEXM3x2TEX","features":[315]},{"name":"D3DSIO_TEXM3x3","features":[315]},{"name":"D3DSIO_TEXM3x3PAD","features":[315]},{"name":"D3DSIO_TEXM3x3SPEC","features":[315]},{"name":"D3DSIO_TEXM3x3TEX","features":[315]},{"name":"D3DSIO_TEXM3x3VSPEC","features":[315]},{"name":"D3DSIO_TEXREG2AR","features":[315]},{"name":"D3DSIO_TEXREG2GB","features":[315]},{"name":"D3DSIO_TEXREG2RGB","features":[315]},{"name":"D3DSI_COISSUE","features":[315]},{"name":"D3DSI_COMMENTSIZE_MASK","features":[315]},{"name":"D3DSI_COMMENTSIZE_SHIFT","features":[315]},{"name":"D3DSI_INSTLENGTH_MASK","features":[315]},{"name":"D3DSI_INSTLENGTH_SHIFT","features":[315]},{"name":"D3DSI_OPCODE_MASK","features":[315]},{"name":"D3DSMO_FACE","features":[315]},{"name":"D3DSMO_POSITION","features":[315]},{"name":"D3DSPAN","features":[315]},{"name":"D3DSPC_EQ","features":[315]},{"name":"D3DSPC_GE","features":[315]},{"name":"D3DSPC_GT","features":[315]},{"name":"D3DSPC_LE","features":[315]},{"name":"D3DSPC_LT","features":[315]},{"name":"D3DSPC_NE","features":[315]},{"name":"D3DSPC_RESERVED0","features":[315]},{"name":"D3DSPC_RESERVED1","features":[315]},{"name":"D3DSPD_IUNKNOWN","features":[315]},{"name":"D3DSPR_ADDR","features":[315]},{"name":"D3DSPR_ATTROUT","features":[315]},{"name":"D3DSPR_COLOROUT","features":[315]},{"name":"D3DSPR_CONST","features":[315]},{"name":"D3DSPR_CONST2","features":[315]},{"name":"D3DSPR_CONST3","features":[315]},{"name":"D3DSPR_CONST4","features":[315]},{"name":"D3DSPR_CONSTBOOL","features":[315]},{"name":"D3DSPR_CONSTINT","features":[315]},{"name":"D3DSPR_DEPTHOUT","features":[315]},{"name":"D3DSPR_INPUT","features":[315]},{"name":"D3DSPR_LABEL","features":[315]},{"name":"D3DSPR_LOOP","features":[315]},{"name":"D3DSPR_MISCTYPE","features":[315]},{"name":"D3DSPR_OUTPUT","features":[315]},{"name":"D3DSPR_PREDICATE","features":[315]},{"name":"D3DSPR_RASTOUT","features":[315]},{"name":"D3DSPR_SAMPLER","features":[315]},{"name":"D3DSPR_TEMP","features":[315]},{"name":"D3DSPR_TEMPFLOAT16","features":[315]},{"name":"D3DSPR_TEXCRDOUT","features":[315]},{"name":"D3DSPR_TEXTURE","features":[315]},{"name":"D3DSPSM_ABS","features":[315]},{"name":"D3DSPSM_ABSNEG","features":[315]},{"name":"D3DSPSM_BIAS","features":[315]},{"name":"D3DSPSM_BIASNEG","features":[315]},{"name":"D3DSPSM_COMP","features":[315]},{"name":"D3DSPSM_DW","features":[315]},{"name":"D3DSPSM_DZ","features":[315]},{"name":"D3DSPSM_NEG","features":[315]},{"name":"D3DSPSM_NONE","features":[315]},{"name":"D3DSPSM_NOT","features":[315]},{"name":"D3DSPSM_SIGN","features":[315]},{"name":"D3DSPSM_SIGNNEG","features":[315]},{"name":"D3DSPSM_X2","features":[315]},{"name":"D3DSPSM_X2NEG","features":[315]},{"name":"D3DSP_DCL_USAGEINDEX_MASK","features":[315]},{"name":"D3DSP_DCL_USAGEINDEX_SHIFT","features":[315]},{"name":"D3DSP_DCL_USAGE_MASK","features":[315]},{"name":"D3DSP_DCL_USAGE_SHIFT","features":[315]},{"name":"D3DSP_DSTMOD_MASK","features":[315]},{"name":"D3DSP_DSTMOD_SHIFT","features":[315]},{"name":"D3DSP_DSTSHIFT_MASK","features":[315]},{"name":"D3DSP_DSTSHIFT_SHIFT","features":[315]},{"name":"D3DSP_MIN_PRECISION_MASK","features":[315]},{"name":"D3DSP_MIN_PRECISION_SHIFT","features":[315]},{"name":"D3DSP_OPCODESPECIFICCONTROL_MASK","features":[315]},{"name":"D3DSP_OPCODESPECIFICCONTROL_SHIFT","features":[315]},{"name":"D3DSP_REGNUM_MASK","features":[315]},{"name":"D3DSP_REGTYPE_MASK","features":[315]},{"name":"D3DSP_REGTYPE_MASK2","features":[315]},{"name":"D3DSP_REGTYPE_SHIFT","features":[315]},{"name":"D3DSP_REGTYPE_SHIFT2","features":[315]},{"name":"D3DSP_SRCMOD_MASK","features":[315]},{"name":"D3DSP_SRCMOD_SHIFT","features":[315]},{"name":"D3DSP_SWIZZLE_MASK","features":[315]},{"name":"D3DSP_SWIZZLE_SHIFT","features":[315]},{"name":"D3DSP_TEXTURETYPE_MASK","features":[315]},{"name":"D3DSP_TEXTURETYPE_SHIFT","features":[315]},{"name":"D3DSP_WRITEMASK_0","features":[315]},{"name":"D3DSP_WRITEMASK_1","features":[315]},{"name":"D3DSP_WRITEMASK_2","features":[315]},{"name":"D3DSP_WRITEMASK_3","features":[315]},{"name":"D3DSP_WRITEMASK_ALL","features":[315]},{"name":"D3DSRO_FOG","features":[315]},{"name":"D3DSRO_POINT_SIZE","features":[315]},{"name":"D3DSRO_POSITION","features":[315]},{"name":"D3DSTATE","features":[315]},{"name":"D3DSTATEBLOCKTYPE","features":[315]},{"name":"D3DSTATE_OVERRIDE_BIAS","features":[315]},{"name":"D3DSTATS","features":[315]},{"name":"D3DSTATUS","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONBACK","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONBOTTOM","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONFRONT","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN0","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN1","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN2","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN3","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN4","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONGEN5","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONLEFT","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONRIGHT","features":[315]},{"name":"D3DSTATUS_CLIPINTERSECTIONTOP","features":[315]},{"name":"D3DSTATUS_CLIPUNIONBACK","features":[315]},{"name":"D3DSTATUS_CLIPUNIONBOTTOM","features":[315]},{"name":"D3DSTATUS_CLIPUNIONFRONT","features":[315]},{"name":"D3DSTATUS_CLIPUNIONGEN0","features":[315]},{"name":"D3DSTATUS_CLIPUNIONGEN1","features":[315]},{"name":"D3DSTATUS_CLIPUNIONGEN2","features":[315]},{"name":"D3DSTATUS_CLIPUNIONGEN3","features":[315]},{"name":"D3DSTATUS_CLIPUNIONGEN4","features":[315]},{"name":"D3DSTATUS_CLIPUNIONGEN5","features":[315]},{"name":"D3DSTATUS_CLIPUNIONLEFT","features":[315]},{"name":"D3DSTATUS_CLIPUNIONRIGHT","features":[315]},{"name":"D3DSTATUS_CLIPUNIONTOP","features":[315]},{"name":"D3DSTATUS_ZNOTVISIBLE","features":[315]},{"name":"D3DSTENCILCAPS_DECR","features":[315]},{"name":"D3DSTENCILCAPS_DECRSAT","features":[315]},{"name":"D3DSTENCILCAPS_INCR","features":[315]},{"name":"D3DSTENCILCAPS_INCRSAT","features":[315]},{"name":"D3DSTENCILCAPS_INVERT","features":[315]},{"name":"D3DSTENCILCAPS_KEEP","features":[315]},{"name":"D3DSTENCILCAPS_REPLACE","features":[315]},{"name":"D3DSTENCILCAPS_TWOSIDED","features":[315]},{"name":"D3DSTENCILCAPS_ZERO","features":[315]},{"name":"D3DSTENCILOP","features":[315]},{"name":"D3DSTENCILOP_DECR","features":[315]},{"name":"D3DSTENCILOP_DECRSAT","features":[315]},{"name":"D3DSTENCILOP_INCR","features":[315]},{"name":"D3DSTENCILOP_INCRSAT","features":[315]},{"name":"D3DSTENCILOP_INVERT","features":[315]},{"name":"D3DSTENCILOP_KEEP","features":[315]},{"name":"D3DSTENCILOP_REPLACE","features":[315]},{"name":"D3DSTENCILOP_ZERO","features":[315]},{"name":"D3DSTREAMSOURCE_INDEXEDDATA","features":[315]},{"name":"D3DSTREAMSOURCE_INSTANCEDATA","features":[315]},{"name":"D3DSTT_2D","features":[315]},{"name":"D3DSTT_CUBE","features":[315]},{"name":"D3DSTT_UNKNOWN","features":[315]},{"name":"D3DSTT_VOLUME","features":[315]},{"name":"D3DSURFACE_DESC","features":[315]},{"name":"D3DSWAPEFFECT","features":[315]},{"name":"D3DSWAPEFFECT_COPY","features":[315]},{"name":"D3DSWAPEFFECT_DISCARD","features":[315]},{"name":"D3DSWAPEFFECT_FLIP","features":[315]},{"name":"D3DSWAPEFFECT_FLIPEX","features":[315]},{"name":"D3DSWAPEFFECT_OVERLAY","features":[315]},{"name":"D3DTADDRESS_BORDER","features":[315]},{"name":"D3DTADDRESS_CLAMP","features":[315]},{"name":"D3DTADDRESS_MIRROR","features":[315]},{"name":"D3DTADDRESS_MIRRORONCE","features":[315]},{"name":"D3DTADDRESS_WRAP","features":[315]},{"name":"D3DTA_ALPHAREPLICATE","features":[315]},{"name":"D3DTA_COMPLEMENT","features":[315]},{"name":"D3DTA_CONSTANT","features":[315]},{"name":"D3DTA_CURRENT","features":[315]},{"name":"D3DTA_DIFFUSE","features":[315]},{"name":"D3DTA_SELECTMASK","features":[315]},{"name":"D3DTA_SPECULAR","features":[315]},{"name":"D3DTA_TEMP","features":[315]},{"name":"D3DTA_TEXTURE","features":[315]},{"name":"D3DTA_TFACTOR","features":[315]},{"name":"D3DTBLEND_ADD","features":[315]},{"name":"D3DTBLEND_COPY","features":[315]},{"name":"D3DTBLEND_DECAL","features":[315]},{"name":"D3DTBLEND_DECALALPHA","features":[315]},{"name":"D3DTBLEND_DECALMASK","features":[315]},{"name":"D3DTBLEND_MODULATE","features":[315]},{"name":"D3DTBLEND_MODULATEALPHA","features":[315]},{"name":"D3DTBLEND_MODULATEMASK","features":[315]},{"name":"D3DTEXF_ANISOTROPIC","features":[315]},{"name":"D3DTEXF_CONVOLUTIONMONO","features":[315]},{"name":"D3DTEXF_GAUSSIANQUAD","features":[315]},{"name":"D3DTEXF_LINEAR","features":[315]},{"name":"D3DTEXF_NONE","features":[315]},{"name":"D3DTEXF_POINT","features":[315]},{"name":"D3DTEXF_PYRAMIDALQUAD","features":[315]},{"name":"D3DTEXOPCAPS_ADD","features":[315]},{"name":"D3DTEXOPCAPS_ADDSIGNED","features":[315]},{"name":"D3DTEXOPCAPS_ADDSIGNED2X","features":[315]},{"name":"D3DTEXOPCAPS_ADDSMOOTH","features":[315]},{"name":"D3DTEXOPCAPS_BLENDCURRENTALPHA","features":[315]},{"name":"D3DTEXOPCAPS_BLENDDIFFUSEALPHA","features":[315]},{"name":"D3DTEXOPCAPS_BLENDFACTORALPHA","features":[315]},{"name":"D3DTEXOPCAPS_BLENDTEXTUREALPHA","features":[315]},{"name":"D3DTEXOPCAPS_BLENDTEXTUREALPHAPM","features":[315]},{"name":"D3DTEXOPCAPS_BUMPENVMAP","features":[315]},{"name":"D3DTEXOPCAPS_BUMPENVMAPLUMINANCE","features":[315]},{"name":"D3DTEXOPCAPS_DISABLE","features":[315]},{"name":"D3DTEXOPCAPS_DOTPRODUCT3","features":[315]},{"name":"D3DTEXOPCAPS_LERP","features":[315]},{"name":"D3DTEXOPCAPS_MODULATE","features":[315]},{"name":"D3DTEXOPCAPS_MODULATE2X","features":[315]},{"name":"D3DTEXOPCAPS_MODULATE4X","features":[315]},{"name":"D3DTEXOPCAPS_MODULATEALPHA_ADDCOLOR","features":[315]},{"name":"D3DTEXOPCAPS_MODULATECOLOR_ADDALPHA","features":[315]},{"name":"D3DTEXOPCAPS_MODULATEINVALPHA_ADDCOLOR","features":[315]},{"name":"D3DTEXOPCAPS_MODULATEINVCOLOR_ADDALPHA","features":[315]},{"name":"D3DTEXOPCAPS_MULTIPLYADD","features":[315]},{"name":"D3DTEXOPCAPS_PREMODULATE","features":[315]},{"name":"D3DTEXOPCAPS_SELECTARG1","features":[315]},{"name":"D3DTEXOPCAPS_SELECTARG2","features":[315]},{"name":"D3DTEXOPCAPS_SUBTRACT","features":[315]},{"name":"D3DTEXTUREADDRESS","features":[315]},{"name":"D3DTEXTUREBLEND","features":[315]},{"name":"D3DTEXTUREFILTER","features":[315]},{"name":"D3DTEXTUREFILTERTYPE","features":[315]},{"name":"D3DTEXTURELOAD","features":[315]},{"name":"D3DTEXTUREMAGFILTER","features":[315]},{"name":"D3DTEXTUREMINFILTER","features":[315]},{"name":"D3DTEXTUREMIPFILTER","features":[315]},{"name":"D3DTEXTUREOP","features":[315]},{"name":"D3DTEXTURESTAGESTATETYPE","features":[315]},{"name":"D3DTEXTURETRANSFORMFLAGS","features":[315]},{"name":"D3DTFG_ANISOTROPIC","features":[315]},{"name":"D3DTFG_FLATCUBIC","features":[315]},{"name":"D3DTFG_GAUSSIANCUBIC","features":[315]},{"name":"D3DTFG_LINEAR","features":[315]},{"name":"D3DTFG_POINT","features":[315]},{"name":"D3DTFN_ANISOTROPIC","features":[315]},{"name":"D3DTFN_LINEAR","features":[315]},{"name":"D3DTFN_POINT","features":[315]},{"name":"D3DTFP_LINEAR","features":[315]},{"name":"D3DTFP_NONE","features":[315]},{"name":"D3DTFP_POINT","features":[315]},{"name":"D3DTLVERTEX","features":[315]},{"name":"D3DTOP_ADD","features":[315]},{"name":"D3DTOP_ADDSIGNED","features":[315]},{"name":"D3DTOP_ADDSIGNED2X","features":[315]},{"name":"D3DTOP_ADDSMOOTH","features":[315]},{"name":"D3DTOP_BLENDCURRENTALPHA","features":[315]},{"name":"D3DTOP_BLENDDIFFUSEALPHA","features":[315]},{"name":"D3DTOP_BLENDFACTORALPHA","features":[315]},{"name":"D3DTOP_BLENDTEXTUREALPHA","features":[315]},{"name":"D3DTOP_BLENDTEXTUREALPHAPM","features":[315]},{"name":"D3DTOP_BUMPENVMAP","features":[315]},{"name":"D3DTOP_BUMPENVMAPLUMINANCE","features":[315]},{"name":"D3DTOP_DISABLE","features":[315]},{"name":"D3DTOP_DOTPRODUCT3","features":[315]},{"name":"D3DTOP_LERP","features":[315]},{"name":"D3DTOP_MODULATE","features":[315]},{"name":"D3DTOP_MODULATE2X","features":[315]},{"name":"D3DTOP_MODULATE4X","features":[315]},{"name":"D3DTOP_MODULATEALPHA_ADDCOLOR","features":[315]},{"name":"D3DTOP_MODULATECOLOR_ADDALPHA","features":[315]},{"name":"D3DTOP_MODULATEINVALPHA_ADDCOLOR","features":[315]},{"name":"D3DTOP_MODULATEINVCOLOR_ADDALPHA","features":[315]},{"name":"D3DTOP_MULTIPLYADD","features":[315]},{"name":"D3DTOP_PREMODULATE","features":[315]},{"name":"D3DTOP_SELECTARG1","features":[315]},{"name":"D3DTOP_SELECTARG2","features":[315]},{"name":"D3DTOP_SUBTRACT","features":[315]},{"name":"D3DTRANSFORMCAPS","features":[315]},{"name":"D3DTRANSFORMCAPS_CLIP","features":[315]},{"name":"D3DTRANSFORMDATA","features":[315]},{"name":"D3DTRANSFORMSTATETYPE","features":[315]},{"name":"D3DTRANSFORM_CLIPPED","features":[315]},{"name":"D3DTRANSFORM_UNCLIPPED","features":[315]},{"name":"D3DTRIANGLE","features":[315]},{"name":"D3DTRIFLAG_EDGEENABLE1","features":[315]},{"name":"D3DTRIFLAG_EDGEENABLE2","features":[315]},{"name":"D3DTRIFLAG_EDGEENABLE3","features":[315]},{"name":"D3DTRIFLAG_EVEN","features":[315]},{"name":"D3DTRIFLAG_ODD","features":[315]},{"name":"D3DTRIFLAG_START","features":[315]},{"name":"D3DTRIPATCH_INFO","features":[315]},{"name":"D3DTSS_ALPHAARG0","features":[315]},{"name":"D3DTSS_ALPHAARG1","features":[315]},{"name":"D3DTSS_ALPHAARG2","features":[315]},{"name":"D3DTSS_ALPHAOP","features":[315]},{"name":"D3DTSS_BUMPENVLOFFSET","features":[315]},{"name":"D3DTSS_BUMPENVLSCALE","features":[315]},{"name":"D3DTSS_BUMPENVMAT00","features":[315]},{"name":"D3DTSS_BUMPENVMAT01","features":[315]},{"name":"D3DTSS_BUMPENVMAT10","features":[315]},{"name":"D3DTSS_BUMPENVMAT11","features":[315]},{"name":"D3DTSS_COLORARG0","features":[315]},{"name":"D3DTSS_COLORARG1","features":[315]},{"name":"D3DTSS_COLORARG2","features":[315]},{"name":"D3DTSS_COLOROP","features":[315]},{"name":"D3DTSS_CONSTANT","features":[315]},{"name":"D3DTSS_RESULTARG","features":[315]},{"name":"D3DTSS_TCI_CAMERASPACENORMAL","features":[315]},{"name":"D3DTSS_TCI_CAMERASPACEPOSITION","features":[315]},{"name":"D3DTSS_TCI_CAMERASPACEREFLECTIONVECTOR","features":[315]},{"name":"D3DTSS_TCI_PASSTHRU","features":[315]},{"name":"D3DTSS_TCI_SPHEREMAP","features":[315]},{"name":"D3DTSS_TEXCOORDINDEX","features":[315]},{"name":"D3DTSS_TEXTURETRANSFORMFLAGS","features":[315]},{"name":"D3DTS_PROJECTION","features":[315]},{"name":"D3DTS_TEXTURE0","features":[315]},{"name":"D3DTS_TEXTURE1","features":[315]},{"name":"D3DTS_TEXTURE2","features":[315]},{"name":"D3DTS_TEXTURE3","features":[315]},{"name":"D3DTS_TEXTURE4","features":[315]},{"name":"D3DTS_TEXTURE5","features":[315]},{"name":"D3DTS_TEXTURE6","features":[315]},{"name":"D3DTS_TEXTURE7","features":[315]},{"name":"D3DTS_VIEW","features":[315]},{"name":"D3DTTFF_COUNT1","features":[315]},{"name":"D3DTTFF_COUNT2","features":[315]},{"name":"D3DTTFF_COUNT3","features":[315]},{"name":"D3DTTFF_COUNT4","features":[315]},{"name":"D3DTTFF_DISABLE","features":[315]},{"name":"D3DTTFF_PROJECTED","features":[315]},{"name":"D3DUSAGE_AUTOGENMIPMAP","features":[315]},{"name":"D3DUSAGE_DEPTHSTENCIL","features":[315]},{"name":"D3DUSAGE_DMAP","features":[315]},{"name":"D3DUSAGE_DONOTCLIP","features":[315]},{"name":"D3DUSAGE_DYNAMIC","features":[315]},{"name":"D3DUSAGE_NONSECURE","features":[315]},{"name":"D3DUSAGE_NPATCHES","features":[315]},{"name":"D3DUSAGE_POINTS","features":[315]},{"name":"D3DUSAGE_QUERY_FILTER","features":[315]},{"name":"D3DUSAGE_QUERY_LEGACYBUMPMAP","features":[315]},{"name":"D3DUSAGE_QUERY_POSTPIXELSHADER_BLENDING","features":[315]},{"name":"D3DUSAGE_QUERY_SRGBREAD","features":[315]},{"name":"D3DUSAGE_QUERY_SRGBWRITE","features":[315]},{"name":"D3DUSAGE_QUERY_VERTEXTEXTURE","features":[315]},{"name":"D3DUSAGE_QUERY_WRAPANDMIP","features":[315]},{"name":"D3DUSAGE_RENDERTARGET","features":[315]},{"name":"D3DUSAGE_RESTRICTED_CONTENT","features":[315]},{"name":"D3DUSAGE_RESTRICT_SHARED_RESOURCE","features":[315]},{"name":"D3DUSAGE_RESTRICT_SHARED_RESOURCE_DRIVER","features":[315]},{"name":"D3DUSAGE_RTPATCHES","features":[315]},{"name":"D3DUSAGE_SOFTWAREPROCESSING","features":[315]},{"name":"D3DUSAGE_TEXTAPI","features":[315]},{"name":"D3DUSAGE_WRITEONLY","features":[315]},{"name":"D3DVBCAPS_DONOTCLIP","features":[315]},{"name":"D3DVBCAPS_OPTIMIZED","features":[315]},{"name":"D3DVBCAPS_SYSTEMMEMORY","features":[315]},{"name":"D3DVBCAPS_WRITEONLY","features":[315]},{"name":"D3DVBF_0WEIGHTS","features":[315]},{"name":"D3DVBF_1WEIGHTS","features":[315]},{"name":"D3DVBF_2WEIGHTS","features":[315]},{"name":"D3DVBF_3WEIGHTS","features":[315]},{"name":"D3DVBF_DISABLE","features":[315]},{"name":"D3DVBF_TWEENING","features":[315]},{"name":"D3DVERTEX","features":[315]},{"name":"D3DVERTEXBLENDFLAGS","features":[315]},{"name":"D3DVERTEXBUFFERDESC","features":[315]},{"name":"D3DVERTEXBUFFER_DESC","features":[315]},{"name":"D3DVERTEXELEMENT9","features":[315]},{"name":"D3DVERTEXTEXTURESAMPLER0","features":[315]},{"name":"D3DVERTEXTEXTURESAMPLER1","features":[315]},{"name":"D3DVERTEXTEXTURESAMPLER2","features":[315]},{"name":"D3DVERTEXTEXTURESAMPLER3","features":[315]},{"name":"D3DVERTEXTYPE","features":[315]},{"name":"D3DVIEWPORT","features":[315]},{"name":"D3DVIEWPORT2","features":[315]},{"name":"D3DVIEWPORT7","features":[315]},{"name":"D3DVIEWPORT9","features":[315]},{"name":"D3DVIS_INSIDE_BOTTOM","features":[315]},{"name":"D3DVIS_INSIDE_FAR","features":[315]},{"name":"D3DVIS_INSIDE_FRUSTUM","features":[315]},{"name":"D3DVIS_INSIDE_LEFT","features":[315]},{"name":"D3DVIS_INSIDE_NEAR","features":[315]},{"name":"D3DVIS_INSIDE_RIGHT","features":[315]},{"name":"D3DVIS_INSIDE_TOP","features":[315]},{"name":"D3DVIS_INTERSECT_BOTTOM","features":[315]},{"name":"D3DVIS_INTERSECT_FAR","features":[315]},{"name":"D3DVIS_INTERSECT_FRUSTUM","features":[315]},{"name":"D3DVIS_INTERSECT_LEFT","features":[315]},{"name":"D3DVIS_INTERSECT_NEAR","features":[315]},{"name":"D3DVIS_INTERSECT_RIGHT","features":[315]},{"name":"D3DVIS_INTERSECT_TOP","features":[315]},{"name":"D3DVIS_MASK_BOTTOM","features":[315]},{"name":"D3DVIS_MASK_FAR","features":[315]},{"name":"D3DVIS_MASK_FRUSTUM","features":[315]},{"name":"D3DVIS_MASK_LEFT","features":[315]},{"name":"D3DVIS_MASK_NEAR","features":[315]},{"name":"D3DVIS_MASK_RIGHT","features":[315]},{"name":"D3DVIS_MASK_TOP","features":[315]},{"name":"D3DVIS_OUTSIDE_BOTTOM","features":[315]},{"name":"D3DVIS_OUTSIDE_FAR","features":[315]},{"name":"D3DVIS_OUTSIDE_FRUSTUM","features":[315]},{"name":"D3DVIS_OUTSIDE_LEFT","features":[315]},{"name":"D3DVIS_OUTSIDE_NEAR","features":[315]},{"name":"D3DVIS_OUTSIDE_RIGHT","features":[315]},{"name":"D3DVIS_OUTSIDE_TOP","features":[315]},{"name":"D3DVOLUME_DESC","features":[315]},{"name":"D3DVOP_CLIP","features":[315]},{"name":"D3DVOP_EXTENTS","features":[315]},{"name":"D3DVOP_LIGHT","features":[315]},{"name":"D3DVOP_TRANSFORM","features":[315]},{"name":"D3DVS20CAPS_PREDICATION","features":[315]},{"name":"D3DVS20_MAX_DYNAMICFLOWCONTROLDEPTH","features":[315]},{"name":"D3DVS20_MAX_NUMTEMPS","features":[315]},{"name":"D3DVS20_MAX_STATICFLOWCONTROLDEPTH","features":[315]},{"name":"D3DVS20_MIN_DYNAMICFLOWCONTROLDEPTH","features":[315]},{"name":"D3DVS20_MIN_NUMTEMPS","features":[315]},{"name":"D3DVS20_MIN_STATICFLOWCONTROLDEPTH","features":[315]},{"name":"D3DVSHADERCAPS2_0","features":[315]},{"name":"D3DVS_ADDRESSMODE_SHIFT","features":[315]},{"name":"D3DVS_ADDRESSMODE_TYPE","features":[315]},{"name":"D3DVS_ADDRMODE_ABSOLUTE","features":[315]},{"name":"D3DVS_ADDRMODE_RELATIVE","features":[315]},{"name":"D3DVS_RASTOUT_OFFSETS","features":[315]},{"name":"D3DVS_SWIZZLE_MASK","features":[315]},{"name":"D3DVS_SWIZZLE_SHIFT","features":[315]},{"name":"D3DVTXPCAPS_DIRECTIONALLIGHTS","features":[315]},{"name":"D3DVTXPCAPS_LOCALVIEWER","features":[315]},{"name":"D3DVTXPCAPS_MATERIALSOURCE7","features":[315]},{"name":"D3DVTXPCAPS_NO_TEXGEN_NONLOCALVIEWER","features":[315]},{"name":"D3DVTXPCAPS_POSITIONALLIGHTS","features":[315]},{"name":"D3DVTXPCAPS_TEXGEN","features":[315]},{"name":"D3DVTXPCAPS_TEXGEN_SPHEREMAP","features":[315]},{"name":"D3DVTXPCAPS_TWEENING","features":[315]},{"name":"D3DVTXPCAPS_VERTEXFOG","features":[315]},{"name":"D3DVT_LVERTEX","features":[315]},{"name":"D3DVT_TLVERTEX","features":[315]},{"name":"D3DVT_VERTEX","features":[315]},{"name":"D3DWRAPCOORD_0","features":[315]},{"name":"D3DWRAPCOORD_1","features":[315]},{"name":"D3DWRAPCOORD_2","features":[315]},{"name":"D3DWRAPCOORD_3","features":[315]},{"name":"D3DWRAP_U","features":[315]},{"name":"D3DWRAP_V","features":[315]},{"name":"D3DWRAP_W","features":[315]},{"name":"D3DZBUFFERTYPE","features":[315]},{"name":"D3DZB_FALSE","features":[315]},{"name":"D3DZB_TRUE","features":[315]},{"name":"D3DZB_USEW","features":[315]},{"name":"D3D_MAX_SIMULTANEOUS_RENDERTARGETS","features":[315]},{"name":"D3D_OMAC","features":[315]},{"name":"D3D_OMAC_SIZE","features":[315]},{"name":"D3D_SDK_VERSION","features":[315]},{"name":"DIRECT3D_VERSION","features":[315]},{"name":"Direct3DCreate9","features":[315]},{"name":"Direct3DCreate9Ex","features":[315]},{"name":"IDirect3D9","features":[315]},{"name":"IDirect3D9Ex","features":[315]},{"name":"IDirect3DBaseTexture9","features":[315]},{"name":"IDirect3DCubeTexture9","features":[315]},{"name":"IDirect3DDevice9","features":[315]},{"name":"IDirect3DDevice9Ex","features":[315]},{"name":"IDirect3DIndexBuffer9","features":[315]},{"name":"IDirect3DPixelShader9","features":[315]},{"name":"IDirect3DQuery9","features":[315]},{"name":"IDirect3DResource9","features":[315]},{"name":"IDirect3DStateBlock9","features":[315]},{"name":"IDirect3DSurface9","features":[315]},{"name":"IDirect3DSwapChain9","features":[315]},{"name":"IDirect3DSwapChain9Ex","features":[315]},{"name":"IDirect3DTexture9","features":[315]},{"name":"IDirect3DVertexBuffer9","features":[315]},{"name":"IDirect3DVertexDeclaration9","features":[315]},{"name":"IDirect3DVertexShader9","features":[315]},{"name":"IDirect3DVolume9","features":[315]},{"name":"IDirect3DVolumeTexture9","features":[315]},{"name":"LPD3DENUMDEVICESCALLBACK","features":[305,315]},{"name":"LPD3DENUMDEVICESCALLBACK7","features":[315]},{"name":"LPD3DENUMPIXELFORMATSCALLBACK","features":[315,316]},{"name":"LPD3DENUMTEXTUREFORMATSCALLBACK","features":[315,316]},{"name":"LPD3DVALIDATECALLBACK","features":[315]},{"name":"MAXD3DDECLLENGTH","features":[315]},{"name":"MAXD3DDECLUSAGEINDEX","features":[315]},{"name":"MAX_DEVICE_IDENTIFIER_STRING","features":[315]},{"name":"PROCESSIDTYPE_DWM","features":[315]},{"name":"PROCESSIDTYPE_HANDLE","features":[315]},{"name":"PROCESSIDTYPE_UNKNOWN","features":[315]},{"name":"_FACD3D","features":[315]}],"414":[{"name":"D3D9ON12_ARGS","features":[305,413]},{"name":"Direct3DCreate9On12","features":[305,315,413]},{"name":"Direct3DCreate9On12Ex","features":[305,315,413]},{"name":"IDirect3DDevice9On12","features":[413]},{"name":"MAX_D3D9ON12_QUEUES","features":[413]},{"name":"PFN_Direct3DCreate9On12","features":[305,315,413]},{"name":"PFN_Direct3DCreate9On12Ex","features":[305,315,413]}],"415":[{"name":"COMPOSITIONOBJECT_READ","features":[414]},{"name":"COMPOSITIONOBJECT_WRITE","features":[414]},{"name":"COMPOSITION_FRAME_ID_COMPLETED","features":[414]},{"name":"COMPOSITION_FRAME_ID_CONFIRMED","features":[414]},{"name":"COMPOSITION_FRAME_ID_CREATED","features":[414]},{"name":"COMPOSITION_FRAME_ID_TYPE","features":[414]},{"name":"COMPOSITION_FRAME_STATS","features":[414]},{"name":"COMPOSITION_STATS","features":[414]},{"name":"COMPOSITION_STATS_MAX_TARGETS","features":[414]},{"name":"COMPOSITION_TARGET_ID","features":[305,414]},{"name":"COMPOSITION_TARGET_STATS","features":[414]},{"name":"DCOMPOSITION_BACKFACE_VISIBILITY","features":[414]},{"name":"DCOMPOSITION_BACKFACE_VISIBILITY_HIDDEN","features":[414]},{"name":"DCOMPOSITION_BACKFACE_VISIBILITY_INHERIT","features":[414]},{"name":"DCOMPOSITION_BACKFACE_VISIBILITY_VISIBLE","features":[414]},{"name":"DCOMPOSITION_BITMAP_INTERPOLATION_MODE","features":[414]},{"name":"DCOMPOSITION_BITMAP_INTERPOLATION_MODE_INHERIT","features":[414]},{"name":"DCOMPOSITION_BITMAP_INTERPOLATION_MODE_LINEAR","features":[414]},{"name":"DCOMPOSITION_BITMAP_INTERPOLATION_MODE_NEAREST_NEIGHBOR","features":[414]},{"name":"DCOMPOSITION_BORDER_MODE","features":[414]},{"name":"DCOMPOSITION_BORDER_MODE_HARD","features":[414]},{"name":"DCOMPOSITION_BORDER_MODE_INHERIT","features":[414]},{"name":"DCOMPOSITION_BORDER_MODE_SOFT","features":[414]},{"name":"DCOMPOSITION_COMPOSITE_MODE","features":[414]},{"name":"DCOMPOSITION_COMPOSITE_MODE_DESTINATION_INVERT","features":[414]},{"name":"DCOMPOSITION_COMPOSITE_MODE_INHERIT","features":[414]},{"name":"DCOMPOSITION_COMPOSITE_MODE_MIN_BLEND","features":[414]},{"name":"DCOMPOSITION_COMPOSITE_MODE_SOURCE_OVER","features":[414]},{"name":"DCOMPOSITION_DEPTH_MODE","features":[414]},{"name":"DCOMPOSITION_DEPTH_MODE_INHERIT","features":[414]},{"name":"DCOMPOSITION_DEPTH_MODE_SORTED","features":[414]},{"name":"DCOMPOSITION_DEPTH_MODE_SPATIAL","features":[414]},{"name":"DCOMPOSITION_DEPTH_MODE_TREE","features":[414]},{"name":"DCOMPOSITION_FRAME_STATISTICS","features":[414,402]},{"name":"DCOMPOSITION_MAX_WAITFORCOMPOSITORCLOCK_OBJECTS","features":[414]},{"name":"DCOMPOSITION_OPACITY_MODE","features":[414]},{"name":"DCOMPOSITION_OPACITY_MODE_INHERIT","features":[414]},{"name":"DCOMPOSITION_OPACITY_MODE_LAYER","features":[414]},{"name":"DCOMPOSITION_OPACITY_MODE_MULTIPLY","features":[414]},{"name":"DCompositionAttachMouseDragToHwnd","features":[305,414]},{"name":"DCompositionAttachMouseWheelToHwnd","features":[305,414]},{"name":"DCompositionBoostCompositorClock","features":[305,414]},{"name":"DCompositionCreateDevice","features":[414,406]},{"name":"DCompositionCreateDevice2","features":[414]},{"name":"DCompositionCreateDevice3","features":[414]},{"name":"DCompositionCreateSurfaceHandle","features":[305,414,309]},{"name":"DCompositionGetFrameId","features":[414]},{"name":"DCompositionGetStatistics","features":[305,414]},{"name":"DCompositionGetTargetStatistics","features":[305,414]},{"name":"DCompositionInkTrailPoint","features":[414]},{"name":"DCompositionWaitForCompositorClock","features":[305,414]},{"name":"IDCompositionAffineTransform2DEffect","features":[414]},{"name":"IDCompositionAnimation","features":[414]},{"name":"IDCompositionArithmeticCompositeEffect","features":[414]},{"name":"IDCompositionBlendEffect","features":[414]},{"name":"IDCompositionBrightnessEffect","features":[414]},{"name":"IDCompositionClip","features":[414]},{"name":"IDCompositionColorMatrixEffect","features":[414]},{"name":"IDCompositionCompositeEffect","features":[414]},{"name":"IDCompositionDelegatedInkTrail","features":[414]},{"name":"IDCompositionDesktopDevice","features":[414]},{"name":"IDCompositionDevice","features":[414]},{"name":"IDCompositionDevice2","features":[414]},{"name":"IDCompositionDevice3","features":[414]},{"name":"IDCompositionDevice4","features":[414]},{"name":"IDCompositionDeviceDebug","features":[414]},{"name":"IDCompositionEffect","features":[414]},{"name":"IDCompositionEffectGroup","features":[414]},{"name":"IDCompositionFilterEffect","features":[414]},{"name":"IDCompositionGaussianBlurEffect","features":[414]},{"name":"IDCompositionHueRotationEffect","features":[414]},{"name":"IDCompositionInkTrailDevice","features":[414]},{"name":"IDCompositionLinearTransferEffect","features":[414]},{"name":"IDCompositionMatrixTransform","features":[414]},{"name":"IDCompositionMatrixTransform3D","features":[414]},{"name":"IDCompositionRectangleClip","features":[414]},{"name":"IDCompositionRotateTransform","features":[414]},{"name":"IDCompositionRotateTransform3D","features":[414]},{"name":"IDCompositionSaturationEffect","features":[414]},{"name":"IDCompositionScaleTransform","features":[414]},{"name":"IDCompositionScaleTransform3D","features":[414]},{"name":"IDCompositionShadowEffect","features":[414]},{"name":"IDCompositionSkewTransform","features":[414]},{"name":"IDCompositionSurface","features":[414]},{"name":"IDCompositionSurfaceFactory","features":[414]},{"name":"IDCompositionTableTransferEffect","features":[414]},{"name":"IDCompositionTarget","features":[414]},{"name":"IDCompositionTexture","features":[414]},{"name":"IDCompositionTransform","features":[414]},{"name":"IDCompositionTransform3D","features":[414]},{"name":"IDCompositionTranslateTransform","features":[414]},{"name":"IDCompositionTranslateTransform3D","features":[414]},{"name":"IDCompositionTurbulenceEffect","features":[414]},{"name":"IDCompositionVirtualSurface","features":[414]},{"name":"IDCompositionVisual","features":[414]},{"name":"IDCompositionVisual2","features":[414]},{"name":"IDCompositionVisual3","features":[414]},{"name":"IDCompositionVisualDebug","features":[414]}],"416":[{"name":"ACCESSRECTLIST","features":[305,316,317]},{"name":"ACCESSRECT_BROKEN","features":[316]},{"name":"ACCESSRECT_NOTHOLDINGWIN16LOCK","features":[316]},{"name":"ACCESSRECT_VRAMSTYLE","features":[316]},{"name":"ATTACHLIST","features":[305,316,317]},{"name":"CCHDEVICENAME","features":[316]},{"name":"CLSID_DirectDraw","features":[316]},{"name":"CLSID_DirectDraw7","features":[316]},{"name":"CLSID_DirectDrawClipper","features":[316]},{"name":"D3DFMT_INTERNAL_D15S1","features":[316]},{"name":"D3DFMT_INTERNAL_D24S8","features":[316]},{"name":"D3DFMT_INTERNAL_D24X8","features":[316]},{"name":"D3DFMT_INTERNAL_D32","features":[316]},{"name":"D3DFMT_INTERNAL_S1D15","features":[316]},{"name":"D3DFMT_INTERNAL_S8D24","features":[316]},{"name":"D3DFMT_INTERNAL_X8D24","features":[316]},{"name":"D3DFORMAT_MEMBEROFGROUP_ARGB","features":[316]},{"name":"D3DFORMAT_OP_3DACCELERATION","features":[316]},{"name":"D3DFORMAT_OP_AUTOGENMIPMAP","features":[316]},{"name":"D3DFORMAT_OP_BUMPMAP","features":[316]},{"name":"D3DFORMAT_OP_CONVERT_TO_ARGB","features":[316]},{"name":"D3DFORMAT_OP_CUBETEXTURE","features":[316]},{"name":"D3DFORMAT_OP_DISPLAYMODE","features":[316]},{"name":"D3DFORMAT_OP_DMAP","features":[316]},{"name":"D3DFORMAT_OP_NOALPHABLEND","features":[316]},{"name":"D3DFORMAT_OP_NOFILTER","features":[316]},{"name":"D3DFORMAT_OP_NOTEXCOORDWRAPNORMIP","features":[316]},{"name":"D3DFORMAT_OP_OFFSCREENPLAIN","features":[316]},{"name":"D3DFORMAT_OP_OFFSCREEN_RENDERTARGET","features":[316]},{"name":"D3DFORMAT_OP_PIXELSIZE","features":[316]},{"name":"D3DFORMAT_OP_SAME_FORMAT_RENDERTARGET","features":[316]},{"name":"D3DFORMAT_OP_SAME_FORMAT_UP_TO_ALPHA_RENDERTARGET","features":[316]},{"name":"D3DFORMAT_OP_SRGBREAD","features":[316]},{"name":"D3DFORMAT_OP_SRGBWRITE","features":[316]},{"name":"D3DFORMAT_OP_TEXTURE","features":[316]},{"name":"D3DFORMAT_OP_VERTEXTEXTURE","features":[316]},{"name":"D3DFORMAT_OP_VOLUMETEXTURE","features":[316]},{"name":"D3DFORMAT_OP_ZSTENCIL","features":[316]},{"name":"D3DFORMAT_OP_ZSTENCIL_WITH_ARBITRARY_COLOR_DEPTH","features":[316]},{"name":"DBLNODE","features":[305,316,317]},{"name":"DCICOMMAND","features":[316]},{"name":"DD32BITDRIVERDATA","features":[316]},{"name":"DDABLT_SRCOVERDEST","features":[316]},{"name":"DDAL_IMPLICIT","features":[316]},{"name":"DDARGB","features":[316]},{"name":"DDBD_1","features":[316]},{"name":"DDBD_16","features":[316]},{"name":"DDBD_2","features":[316]},{"name":"DDBD_24","features":[316]},{"name":"DDBD_32","features":[316]},{"name":"DDBD_4","features":[316]},{"name":"DDBD_8","features":[316]},{"name":"DDBLTBATCH","features":[305,316]},{"name":"DDBLTFAST_DESTCOLORKEY","features":[316]},{"name":"DDBLTFAST_DONOTWAIT","features":[316]},{"name":"DDBLTFAST_NOCOLORKEY","features":[316]},{"name":"DDBLTFAST_SRCCOLORKEY","features":[316]},{"name":"DDBLTFAST_WAIT","features":[316]},{"name":"DDBLTFX","features":[316]},{"name":"DDBLTFX_ARITHSTRETCHY","features":[316]},{"name":"DDBLTFX_MIRRORLEFTRIGHT","features":[316]},{"name":"DDBLTFX_MIRRORUPDOWN","features":[316]},{"name":"DDBLTFX_NOTEARING","features":[316]},{"name":"DDBLTFX_ROTATE180","features":[316]},{"name":"DDBLTFX_ROTATE270","features":[316]},{"name":"DDBLTFX_ROTATE90","features":[316]},{"name":"DDBLTFX_ZBUFFERBASEDEST","features":[316]},{"name":"DDBLTFX_ZBUFFERRANGE","features":[316]},{"name":"DDBLT_AFLAGS","features":[316]},{"name":"DDBLT_ALPHADEST","features":[316]},{"name":"DDBLT_ALPHADESTCONSTOVERRIDE","features":[316]},{"name":"DDBLT_ALPHADESTNEG","features":[316]},{"name":"DDBLT_ALPHADESTSURFACEOVERRIDE","features":[316]},{"name":"DDBLT_ALPHAEDGEBLEND","features":[316]},{"name":"DDBLT_ALPHASRC","features":[316]},{"name":"DDBLT_ALPHASRCCONSTOVERRIDE","features":[316]},{"name":"DDBLT_ALPHASRCNEG","features":[316]},{"name":"DDBLT_ALPHASRCSURFACEOVERRIDE","features":[316]},{"name":"DDBLT_ASYNC","features":[316]},{"name":"DDBLT_COLORFILL","features":[316]},{"name":"DDBLT_DDFX","features":[316]},{"name":"DDBLT_DDROPS","features":[316]},{"name":"DDBLT_DEPTHFILL","features":[316]},{"name":"DDBLT_DONOTWAIT","features":[316]},{"name":"DDBLT_EXTENDED_FLAGS","features":[316]},{"name":"DDBLT_EXTENDED_LINEAR_CONTENT","features":[316]},{"name":"DDBLT_KEYDEST","features":[316]},{"name":"DDBLT_KEYDESTOVERRIDE","features":[316]},{"name":"DDBLT_KEYSRC","features":[316]},{"name":"DDBLT_KEYSRCOVERRIDE","features":[316]},{"name":"DDBLT_LAST_PRESENTATION","features":[316]},{"name":"DDBLT_PRESENTATION","features":[316]},{"name":"DDBLT_ROP","features":[316]},{"name":"DDBLT_ROTATIONANGLE","features":[316]},{"name":"DDBLT_WAIT","features":[316]},{"name":"DDBLT_ZBUFFER","features":[316]},{"name":"DDBLT_ZBUFFERDESTCONSTOVERRIDE","features":[316]},{"name":"DDBLT_ZBUFFERDESTOVERRIDE","features":[316]},{"name":"DDBLT_ZBUFFERSRCCONSTOVERRIDE","features":[316]},{"name":"DDBLT_ZBUFFERSRCOVERRIDE","features":[316]},{"name":"DDBOBNEXTFIELDINFO","features":[316]},{"name":"DDCAPS2_AUTOFLIPOVERLAY","features":[316]},{"name":"DDCAPS2_CANAUTOGENMIPMAP","features":[316]},{"name":"DDCAPS2_CANBOBHARDWARE","features":[316]},{"name":"DDCAPS2_CANBOBINTERLEAVED","features":[316]},{"name":"DDCAPS2_CANBOBNONINTERLEAVED","features":[316]},{"name":"DDCAPS2_CANCALIBRATEGAMMA","features":[316]},{"name":"DDCAPS2_CANDROPZ16BIT","features":[316]},{"name":"DDCAPS2_CANFLIPODDEVEN","features":[316]},{"name":"DDCAPS2_CANMANAGERESOURCE","features":[316]},{"name":"DDCAPS2_CANMANAGETEXTURE","features":[316]},{"name":"DDCAPS2_CANRENDERWINDOWED","features":[316]},{"name":"DDCAPS2_CANSHARERESOURCE","features":[316]},{"name":"DDCAPS2_CERTIFIED","features":[316]},{"name":"DDCAPS2_COLORCONTROLOVERLAY","features":[316]},{"name":"DDCAPS2_COLORCONTROLPRIMARY","features":[316]},{"name":"DDCAPS2_COPYFOURCC","features":[316]},{"name":"DDCAPS2_DYNAMICTEXTURES","features":[316]},{"name":"DDCAPS2_FLIPINTERVAL","features":[316]},{"name":"DDCAPS2_FLIPNOVSYNC","features":[316]},{"name":"DDCAPS2_NO2DDURING3DSCENE","features":[316]},{"name":"DDCAPS2_NONLOCALVIDMEM","features":[316]},{"name":"DDCAPS2_NONLOCALVIDMEMCAPS","features":[316]},{"name":"DDCAPS2_NOPAGELOCKREQUIRED","features":[316]},{"name":"DDCAPS2_PRIMARYGAMMA","features":[316]},{"name":"DDCAPS2_RESERVED1","features":[316]},{"name":"DDCAPS2_STEREO","features":[316]},{"name":"DDCAPS2_SYSTONONLOCAL_AS_SYSTOLOCAL","features":[316]},{"name":"DDCAPS2_TEXMANINNONLOCALVIDMEM","features":[316]},{"name":"DDCAPS2_VIDEOPORT","features":[316]},{"name":"DDCAPS2_WIDESURFACES","features":[316]},{"name":"DDCAPS_3D","features":[316]},{"name":"DDCAPS_ALIGNBOUNDARYDEST","features":[316]},{"name":"DDCAPS_ALIGNBOUNDARYSRC","features":[316]},{"name":"DDCAPS_ALIGNSIZEDEST","features":[316]},{"name":"DDCAPS_ALIGNSIZESRC","features":[316]},{"name":"DDCAPS_ALIGNSTRIDE","features":[316]},{"name":"DDCAPS_ALPHA","features":[316]},{"name":"DDCAPS_BANKSWITCHED","features":[316]},{"name":"DDCAPS_BLT","features":[316]},{"name":"DDCAPS_BLTCOLORFILL","features":[316]},{"name":"DDCAPS_BLTDEPTHFILL","features":[316]},{"name":"DDCAPS_BLTFOURCC","features":[316]},{"name":"DDCAPS_BLTQUEUE","features":[316]},{"name":"DDCAPS_BLTSTRETCH","features":[316]},{"name":"DDCAPS_CANBLTSYSMEM","features":[316]},{"name":"DDCAPS_CANCLIP","features":[316]},{"name":"DDCAPS_CANCLIPSTRETCHED","features":[316]},{"name":"DDCAPS_COLORKEY","features":[316]},{"name":"DDCAPS_COLORKEYHWASSIST","features":[316]},{"name":"DDCAPS_DX1","features":[316]},{"name":"DDCAPS_DX3","features":[316]},{"name":"DDCAPS_DX5","features":[316]},{"name":"DDCAPS_DX6","features":[316]},{"name":"DDCAPS_DX7","features":[316]},{"name":"DDCAPS_GDI","features":[316]},{"name":"DDCAPS_NOHARDWARE","features":[316]},{"name":"DDCAPS_OVERLAY","features":[316]},{"name":"DDCAPS_OVERLAYCANTCLIP","features":[316]},{"name":"DDCAPS_OVERLAYFOURCC","features":[316]},{"name":"DDCAPS_OVERLAYSTRETCH","features":[316]},{"name":"DDCAPS_PALETTE","features":[316]},{"name":"DDCAPS_PALETTEVSYNC","features":[316]},{"name":"DDCAPS_READSCANLINE","features":[316]},{"name":"DDCAPS_RESERVED1","features":[316]},{"name":"DDCAPS_VBI","features":[316]},{"name":"DDCAPS_ZBLTS","features":[316]},{"name":"DDCAPS_ZOVERLAYS","features":[316]},{"name":"DDCKEYCAPS_DESTBLT","features":[316]},{"name":"DDCKEYCAPS_DESTBLTCLRSPACE","features":[316]},{"name":"DDCKEYCAPS_DESTBLTCLRSPACEYUV","features":[316]},{"name":"DDCKEYCAPS_DESTBLTYUV","features":[316]},{"name":"DDCKEYCAPS_DESTOVERLAY","features":[316]},{"name":"DDCKEYCAPS_DESTOVERLAYCLRSPACE","features":[316]},{"name":"DDCKEYCAPS_DESTOVERLAYCLRSPACEYUV","features":[316]},{"name":"DDCKEYCAPS_DESTOVERLAYONEACTIVE","features":[316]},{"name":"DDCKEYCAPS_DESTOVERLAYYUV","features":[316]},{"name":"DDCKEYCAPS_NOCOSTOVERLAY","features":[316]},{"name":"DDCKEYCAPS_SRCBLT","features":[316]},{"name":"DDCKEYCAPS_SRCBLTCLRSPACE","features":[316]},{"name":"DDCKEYCAPS_SRCBLTCLRSPACEYUV","features":[316]},{"name":"DDCKEYCAPS_SRCBLTYUV","features":[316]},{"name":"DDCKEYCAPS_SRCOVERLAY","features":[316]},{"name":"DDCKEYCAPS_SRCOVERLAYCLRSPACE","features":[316]},{"name":"DDCKEYCAPS_SRCOVERLAYCLRSPACEYUV","features":[316]},{"name":"DDCKEYCAPS_SRCOVERLAYONEACTIVE","features":[316]},{"name":"DDCKEYCAPS_SRCOVERLAYYUV","features":[316]},{"name":"DDCKEY_COLORSPACE","features":[316]},{"name":"DDCKEY_DESTBLT","features":[316]},{"name":"DDCKEY_DESTOVERLAY","features":[316]},{"name":"DDCKEY_SRCBLT","features":[316]},{"name":"DDCKEY_SRCOVERLAY","features":[316]},{"name":"DDCOLORCONTROL","features":[316]},{"name":"DDCOLORKEY","features":[316]},{"name":"DDCOLOR_BRIGHTNESS","features":[316]},{"name":"DDCOLOR_COLORENABLE","features":[316]},{"name":"DDCOLOR_CONTRAST","features":[316]},{"name":"DDCOLOR_GAMMA","features":[316]},{"name":"DDCOLOR_HUE","features":[316]},{"name":"DDCOLOR_SATURATION","features":[316]},{"name":"DDCOLOR_SHARPNESS","features":[316]},{"name":"DDCOMPBUFFERINFO","features":[316]},{"name":"DDCORECAPS","features":[316]},{"name":"DDCREATEDRIVEROBJECT","features":[316]},{"name":"DDCREATE_EMULATIONONLY","features":[316]},{"name":"DDCREATE_HARDWAREONLY","features":[316]},{"name":"DDDEVICEIDENTIFIER","features":[316]},{"name":"DDDEVICEIDENTIFIER2","features":[316]},{"name":"DDEDM_REFRESHRATES","features":[316]},{"name":"DDEDM_STANDARDVGAMODES","features":[316]},{"name":"DDEM_MODEFAILED","features":[316]},{"name":"DDEM_MODEPASSED","features":[316]},{"name":"DDENABLEIRQINFO","features":[316]},{"name":"DDENUMOVERLAYZ_BACKTOFRONT","features":[316]},{"name":"DDENUMOVERLAYZ_FRONTTOBACK","features":[316]},{"name":"DDENUMRET_CANCEL","features":[316]},{"name":"DDENUMRET_OK","features":[316]},{"name":"DDENUMSURFACES_ALL","features":[316]},{"name":"DDENUMSURFACES_CANBECREATED","features":[316]},{"name":"DDENUMSURFACES_DOESEXIST","features":[316]},{"name":"DDENUMSURFACES_MATCH","features":[316]},{"name":"DDENUMSURFACES_NOMATCH","features":[316]},{"name":"DDENUM_ATTACHEDSECONDARYDEVICES","features":[316]},{"name":"DDENUM_DETACHEDSECONDARYDEVICES","features":[316]},{"name":"DDENUM_NONDISPLAYDEVICES","features":[316]},{"name":"DDERR_NOTINITIALIZED","features":[316]},{"name":"DDFLIPOVERLAYINFO","features":[316]},{"name":"DDFLIPVIDEOPORTINFO","features":[316]},{"name":"DDFLIP_DONOTWAIT","features":[316]},{"name":"DDFLIP_EVEN","features":[316]},{"name":"DDFLIP_INTERVAL2","features":[316]},{"name":"DDFLIP_INTERVAL3","features":[316]},{"name":"DDFLIP_INTERVAL4","features":[316]},{"name":"DDFLIP_NOVSYNC","features":[316]},{"name":"DDFLIP_ODD","features":[316]},{"name":"DDFLIP_STEREO","features":[316]},{"name":"DDFLIP_WAIT","features":[316]},{"name":"DDFXALPHACAPS_BLTALPHAEDGEBLEND","features":[316]},{"name":"DDFXALPHACAPS_BLTALPHAPIXELS","features":[316]},{"name":"DDFXALPHACAPS_BLTALPHAPIXELSNEG","features":[316]},{"name":"DDFXALPHACAPS_BLTALPHASURFACES","features":[316]},{"name":"DDFXALPHACAPS_BLTALPHASURFACESNEG","features":[316]},{"name":"DDFXALPHACAPS_OVERLAYALPHAEDGEBLEND","features":[316]},{"name":"DDFXALPHACAPS_OVERLAYALPHAPIXELS","features":[316]},{"name":"DDFXALPHACAPS_OVERLAYALPHAPIXELSNEG","features":[316]},{"name":"DDFXALPHACAPS_OVERLAYALPHASURFACES","features":[316]},{"name":"DDFXALPHACAPS_OVERLAYALPHASURFACESNEG","features":[316]},{"name":"DDFXCAPS_BLTALPHA","features":[316]},{"name":"DDFXCAPS_BLTARITHSTRETCHY","features":[316]},{"name":"DDFXCAPS_BLTARITHSTRETCHYN","features":[316]},{"name":"DDFXCAPS_BLTFILTER","features":[316]},{"name":"DDFXCAPS_BLTMIRRORLEFTRIGHT","features":[316]},{"name":"DDFXCAPS_BLTMIRRORUPDOWN","features":[316]},{"name":"DDFXCAPS_BLTROTATION","features":[316]},{"name":"DDFXCAPS_BLTROTATION90","features":[316]},{"name":"DDFXCAPS_BLTSHRINKX","features":[316]},{"name":"DDFXCAPS_BLTSHRINKXN","features":[316]},{"name":"DDFXCAPS_BLTSHRINKY","features":[316]},{"name":"DDFXCAPS_BLTSHRINKYN","features":[316]},{"name":"DDFXCAPS_BLTSTRETCHX","features":[316]},{"name":"DDFXCAPS_BLTSTRETCHXN","features":[316]},{"name":"DDFXCAPS_BLTSTRETCHY","features":[316]},{"name":"DDFXCAPS_BLTSTRETCHYN","features":[316]},{"name":"DDFXCAPS_OVERLAYALPHA","features":[316]},{"name":"DDFXCAPS_OVERLAYARITHSTRETCHY","features":[316]},{"name":"DDFXCAPS_OVERLAYARITHSTRETCHYN","features":[316]},{"name":"DDFXCAPS_OVERLAYDEINTERLACE","features":[316]},{"name":"DDFXCAPS_OVERLAYFILTER","features":[316]},{"name":"DDFXCAPS_OVERLAYMIRRORLEFTRIGHT","features":[316]},{"name":"DDFXCAPS_OVERLAYMIRRORUPDOWN","features":[316]},{"name":"DDFXCAPS_OVERLAYSHRINKX","features":[316]},{"name":"DDFXCAPS_OVERLAYSHRINKXN","features":[316]},{"name":"DDFXCAPS_OVERLAYSHRINKY","features":[316]},{"name":"DDFXCAPS_OVERLAYSHRINKYN","features":[316]},{"name":"DDFXCAPS_OVERLAYSTRETCHX","features":[316]},{"name":"DDFXCAPS_OVERLAYSTRETCHXN","features":[316]},{"name":"DDFXCAPS_OVERLAYSTRETCHY","features":[316]},{"name":"DDFXCAPS_OVERLAYSTRETCHYN","features":[316]},{"name":"DDGAMMARAMP","features":[316]},{"name":"DDGBS_CANBLT","features":[316]},{"name":"DDGBS_ISBLTDONE","features":[316]},{"name":"DDGDI_GETHOSTIDENTIFIER","features":[316]},{"name":"DDGET32BITDRIVERNAME","features":[316]},{"name":"DDGETCURRENTAUTOFLIPININFO","features":[316]},{"name":"DDGETCURRENTAUTOFLIPOUTINFO","features":[316]},{"name":"DDGETIRQINFO","features":[316]},{"name":"DDGETPOLARITYININFO","features":[316]},{"name":"DDGETPOLARITYOUTINFO","features":[316]},{"name":"DDGETPREVIOUSAUTOFLIPININFO","features":[316]},{"name":"DDGETPREVIOUSAUTOFLIPOUTINFO","features":[316]},{"name":"DDGETTRANSFERSTATUSOUTINFO","features":[316]},{"name":"DDGFS_CANFLIP","features":[316]},{"name":"DDGFS_ISFLIPDONE","features":[316]},{"name":"DDHALDDRAWFNS","features":[305,316,317]},{"name":"DDHALINFO","features":[305,316,317]},{"name":"DDHALINFO_GETDRIVERINFO2","features":[316]},{"name":"DDHALINFO_GETDRIVERINFOSET","features":[316]},{"name":"DDHALINFO_ISPRIMARYDISPLAY","features":[316]},{"name":"DDHALINFO_MODEXILLEGAL","features":[316]},{"name":"DDHALMODEINFO","features":[316]},{"name":"DDHAL_ADDATTACHEDSURFACEDATA","features":[305,316,317]},{"name":"DDHAL_APP_DLLNAME","features":[316]},{"name":"DDHAL_BEGINMOCOMPFRAMEDATA","features":[305,316,317]},{"name":"DDHAL_BLTDATA","features":[305,316,317]},{"name":"DDHAL_CALLBACKS","features":[305,316,317]},{"name":"DDHAL_CANCREATESURFACEDATA","features":[305,316,317]},{"name":"DDHAL_CANCREATEVPORTDATA","features":[305,316,317]},{"name":"DDHAL_CB32_CANCREATESURFACE","features":[316]},{"name":"DDHAL_CB32_CREATEPALETTE","features":[316]},{"name":"DDHAL_CB32_CREATESURFACE","features":[316]},{"name":"DDHAL_CB32_DESTROYDRIVER","features":[316]},{"name":"DDHAL_CB32_FLIPTOGDISURFACE","features":[316]},{"name":"DDHAL_CB32_GETSCANLINE","features":[316]},{"name":"DDHAL_CB32_MAPMEMORY","features":[316]},{"name":"DDHAL_CB32_SETCOLORKEY","features":[316]},{"name":"DDHAL_CB32_SETEXCLUSIVEMODE","features":[316]},{"name":"DDHAL_CB32_SETMODE","features":[316]},{"name":"DDHAL_CB32_WAITFORVERTICALBLANK","features":[316]},{"name":"DDHAL_COLORCONTROLDATA","features":[305,316,317]},{"name":"DDHAL_COLOR_COLORCONTROL","features":[316]},{"name":"DDHAL_CREATEMOCOMPDATA","features":[305,316,317]},{"name":"DDHAL_CREATEPALETTEDATA","features":[305,316,317]},{"name":"DDHAL_CREATESURFACEDATA","features":[305,316,317]},{"name":"DDHAL_CREATESURFACEEXDATA","features":[305,316,317]},{"name":"DDHAL_CREATESURFACEEX_SWAPHANDLES","features":[316]},{"name":"DDHAL_CREATEVPORTDATA","features":[305,316,317]},{"name":"DDHAL_D3DBUFCB32_CANCREATED3DBUF","features":[316]},{"name":"DDHAL_D3DBUFCB32_CREATED3DBUF","features":[316]},{"name":"DDHAL_D3DBUFCB32_DESTROYD3DBUF","features":[316]},{"name":"DDHAL_D3DBUFCB32_LOCKD3DBUF","features":[316]},{"name":"DDHAL_D3DBUFCB32_UNLOCKD3DBUF","features":[316]},{"name":"DDHAL_DDCALLBACKS","features":[305,316,317]},{"name":"DDHAL_DDCOLORCONTROLCALLBACKS","features":[305,316,317]},{"name":"DDHAL_DDEXEBUFCALLBACKS","features":[305,316,317]},{"name":"DDHAL_DDKERNELCALLBACKS","features":[305,316,317]},{"name":"DDHAL_DDMISCELLANEOUS2CALLBACKS","features":[305,316,317]},{"name":"DDHAL_DDMISCELLANEOUSCALLBACKS","features":[305,316,317]},{"name":"DDHAL_DDMOTIONCOMPCALLBACKS","features":[305,316,317]},{"name":"DDHAL_DDPALETTECALLBACKS","features":[305,316,317]},{"name":"DDHAL_DDSURFACECALLBACKS","features":[305,316,317]},{"name":"DDHAL_DDVIDEOPORTCALLBACKS","features":[305,316,317]},{"name":"DDHAL_DESTROYDDLOCALDATA","features":[305,316,317]},{"name":"DDHAL_DESTROYDRIVERDATA","features":[305,316,317]},{"name":"DDHAL_DESTROYMOCOMPDATA","features":[305,316,317]},{"name":"DDHAL_DESTROYPALETTEDATA","features":[305,316,317]},{"name":"DDHAL_DESTROYSURFACEDATA","features":[305,316,317]},{"name":"DDHAL_DESTROYVPORTDATA","features":[305,316,317]},{"name":"DDHAL_DRIVER_DLLNAME","features":[316]},{"name":"DDHAL_DRIVER_HANDLED","features":[316]},{"name":"DDHAL_DRIVER_NOCKEYHW","features":[316]},{"name":"DDHAL_DRIVER_NOTHANDLED","features":[316]},{"name":"DDHAL_DRVSETCOLORKEYDATA","features":[305,316,317]},{"name":"DDHAL_ENDMOCOMPFRAMEDATA","features":[305,316,317]},{"name":"DDHAL_EXEBUFCB32_CANCREATEEXEBUF","features":[316]},{"name":"DDHAL_EXEBUFCB32_CREATEEXEBUF","features":[316]},{"name":"DDHAL_EXEBUFCB32_DESTROYEXEBUF","features":[316]},{"name":"DDHAL_EXEBUFCB32_LOCKEXEBUF","features":[316]},{"name":"DDHAL_EXEBUFCB32_UNLOCKEXEBUF","features":[316]},{"name":"DDHAL_FLIPDATA","features":[305,316,317]},{"name":"DDHAL_FLIPTOGDISURFACEDATA","features":[305,316,317]},{"name":"DDHAL_FLIPVPORTDATA","features":[305,316,317]},{"name":"DDHAL_GETAVAILDRIVERMEMORYDATA","features":[305,316,317]},{"name":"DDHAL_GETBLTSTATUSDATA","features":[305,316,317]},{"name":"DDHAL_GETDRIVERINFODATA","features":[316]},{"name":"DDHAL_GETDRIVERSTATEDATA","features":[316]},{"name":"DDHAL_GETFLIPSTATUSDATA","features":[305,316,317]},{"name":"DDHAL_GETHEAPALIGNMENTDATA","features":[316]},{"name":"DDHAL_GETINTERNALMOCOMPDATA","features":[305,316,317]},{"name":"DDHAL_GETMOCOMPCOMPBUFFDATA","features":[305,316,317]},{"name":"DDHAL_GETMOCOMPFORMATSDATA","features":[305,316,317]},{"name":"DDHAL_GETMOCOMPGUIDSDATA","features":[305,316,317]},{"name":"DDHAL_GETSCANLINEDATA","features":[305,316,317]},{"name":"DDHAL_GETVPORTBANDWIDTHDATA","features":[305,316,317]},{"name":"DDHAL_GETVPORTCONNECTDATA","features":[305,316,317]},{"name":"DDHAL_GETVPORTFIELDDATA","features":[305,316,317]},{"name":"DDHAL_GETVPORTFLIPSTATUSDATA","features":[305,316,317]},{"name":"DDHAL_GETVPORTINPUTFORMATDATA","features":[305,316,317]},{"name":"DDHAL_GETVPORTLINEDATA","features":[305,316,317]},{"name":"DDHAL_GETVPORTOUTPUTFORMATDATA","features":[305,316,317]},{"name":"DDHAL_GETVPORTSIGNALDATA","features":[305,316,317]},{"name":"DDHAL_KERNEL_SYNCSURFACEDATA","features":[316]},{"name":"DDHAL_KERNEL_SYNCVIDEOPORTDATA","features":[316]},{"name":"DDHAL_LOCKDATA","features":[305,316,317]},{"name":"DDHAL_MISC2CB32_ALPHABLT","features":[316]},{"name":"DDHAL_MISC2CB32_CREATESURFACEEX","features":[316]},{"name":"DDHAL_MISC2CB32_DESTROYDDLOCAL","features":[316]},{"name":"DDHAL_MISC2CB32_GETDRIVERSTATE","features":[316]},{"name":"DDHAL_MISCCB32_GETAVAILDRIVERMEMORY","features":[316]},{"name":"DDHAL_MISCCB32_GETHEAPALIGNMENT","features":[316]},{"name":"DDHAL_MISCCB32_GETSYSMEMBLTSTATUS","features":[316]},{"name":"DDHAL_MISCCB32_UPDATENONLOCALHEAP","features":[316]},{"name":"DDHAL_MOCOMP32_BEGINFRAME","features":[316]},{"name":"DDHAL_MOCOMP32_CREATE","features":[316]},{"name":"DDHAL_MOCOMP32_DESTROY","features":[316]},{"name":"DDHAL_MOCOMP32_ENDFRAME","features":[316]},{"name":"DDHAL_MOCOMP32_GETCOMPBUFFINFO","features":[316]},{"name":"DDHAL_MOCOMP32_GETFORMATS","features":[316]},{"name":"DDHAL_MOCOMP32_GETGUIDS","features":[316]},{"name":"DDHAL_MOCOMP32_GETINTERNALINFO","features":[316]},{"name":"DDHAL_MOCOMP32_QUERYSTATUS","features":[316]},{"name":"DDHAL_MOCOMP32_RENDER","features":[316]},{"name":"DDHAL_NTCB32_FLIPTOGDISURFACE","features":[316]},{"name":"DDHAL_NTCB32_FREEDRIVERMEMORY","features":[316]},{"name":"DDHAL_NTCB32_SETEXCLUSIVEMODE","features":[316]},{"name":"DDHAL_PALCB32_DESTROYPALETTE","features":[316]},{"name":"DDHAL_PALCB32_SETENTRIES","features":[316]},{"name":"DDHAL_PLEASEALLOC_BLOCKSIZE","features":[316]},{"name":"DDHAL_PLEASEALLOC_LINEARSIZE","features":[316]},{"name":"DDHAL_PLEASEALLOC_USERMEM","features":[316]},{"name":"DDHAL_PRIVATECAP_ATOMICSURFACECREATION","features":[316]},{"name":"DDHAL_PRIVATECAP_NOTIFYPRIMARYCREATION","features":[316]},{"name":"DDHAL_PRIVATECAP_RESERVED1","features":[316]},{"name":"DDHAL_QUERYMOCOMPSTATUSDATA","features":[305,316,317]},{"name":"DDHAL_RENDERMOCOMPDATA","features":[305,316,317]},{"name":"DDHAL_SETCLIPLISTDATA","features":[305,316,317]},{"name":"DDHAL_SETCOLORKEYDATA","features":[305,316,317]},{"name":"DDHAL_SETENTRIESDATA","features":[305,316,317]},{"name":"DDHAL_SETEXCLUSIVEMODEDATA","features":[305,316,317]},{"name":"DDHAL_SETMODEDATA","features":[305,316,317]},{"name":"DDHAL_SETOVERLAYPOSITIONDATA","features":[305,316,317]},{"name":"DDHAL_SETPALETTEDATA","features":[305,316,317]},{"name":"DDHAL_SURFCB32_ADDATTACHEDSURFACE","features":[316]},{"name":"DDHAL_SURFCB32_BLT","features":[316]},{"name":"DDHAL_SURFCB32_DESTROYSURFACE","features":[316]},{"name":"DDHAL_SURFCB32_FLIP","features":[316]},{"name":"DDHAL_SURFCB32_GETBLTSTATUS","features":[316]},{"name":"DDHAL_SURFCB32_GETFLIPSTATUS","features":[316]},{"name":"DDHAL_SURFCB32_LOCK","features":[316]},{"name":"DDHAL_SURFCB32_RESERVED4","features":[316]},{"name":"DDHAL_SURFCB32_SETCLIPLIST","features":[316]},{"name":"DDHAL_SURFCB32_SETCOLORKEY","features":[316]},{"name":"DDHAL_SURFCB32_SETOVERLAYPOSITION","features":[316]},{"name":"DDHAL_SURFCB32_SETPALETTE","features":[316]},{"name":"DDHAL_SURFCB32_UNLOCK","features":[316]},{"name":"DDHAL_SURFCB32_UPDATEOVERLAY","features":[316]},{"name":"DDHAL_SYNCSURFACEDATA","features":[305,316,317]},{"name":"DDHAL_SYNCVIDEOPORTDATA","features":[305,316,317]},{"name":"DDHAL_UNLOCKDATA","features":[305,316,317]},{"name":"DDHAL_UPDATENONLOCALHEAPDATA","features":[305,316,317]},{"name":"DDHAL_UPDATEOVERLAYDATA","features":[305,316,317]},{"name":"DDHAL_UPDATEVPORTDATA","features":[305,316,317]},{"name":"DDHAL_VPORT32_CANCREATEVIDEOPORT","features":[316]},{"name":"DDHAL_VPORT32_COLORCONTROL","features":[316]},{"name":"DDHAL_VPORT32_CREATEVIDEOPORT","features":[316]},{"name":"DDHAL_VPORT32_DESTROY","features":[316]},{"name":"DDHAL_VPORT32_FLIP","features":[316]},{"name":"DDHAL_VPORT32_GETAUTOFLIPSURF","features":[316]},{"name":"DDHAL_VPORT32_GETBANDWIDTH","features":[316]},{"name":"DDHAL_VPORT32_GETCONNECT","features":[316]},{"name":"DDHAL_VPORT32_GETFIELD","features":[316]},{"name":"DDHAL_VPORT32_GETFLIPSTATUS","features":[316]},{"name":"DDHAL_VPORT32_GETINPUTFORMATS","features":[316]},{"name":"DDHAL_VPORT32_GETLINE","features":[316]},{"name":"DDHAL_VPORT32_GETOUTPUTFORMATS","features":[316]},{"name":"DDHAL_VPORT32_GETSIGNALSTATUS","features":[316]},{"name":"DDHAL_VPORT32_UPDATE","features":[316]},{"name":"DDHAL_VPORT32_WAITFORSYNC","features":[316]},{"name":"DDHAL_VPORTCOLORDATA","features":[305,316,317]},{"name":"DDHAL_WAITFORVERTICALBLANKDATA","features":[305,316,317]},{"name":"DDHAL_WAITFORVPORTSYNCDATA","features":[305,316,317]},{"name":"DDIRQ_BUSMASTER","features":[316]},{"name":"DDIRQ_DISPLAY_VSYNC","features":[316]},{"name":"DDIRQ_RESERVED1","features":[316]},{"name":"DDIRQ_VPORT0_LINE","features":[316]},{"name":"DDIRQ_VPORT0_VSYNC","features":[316]},{"name":"DDIRQ_VPORT1_LINE","features":[316]},{"name":"DDIRQ_VPORT1_VSYNC","features":[316]},{"name":"DDIRQ_VPORT2_LINE","features":[316]},{"name":"DDIRQ_VPORT2_VSYNC","features":[316]},{"name":"DDIRQ_VPORT3_LINE","features":[316]},{"name":"DDIRQ_VPORT3_VSYNC","features":[316]},{"name":"DDIRQ_VPORT4_LINE","features":[316]},{"name":"DDIRQ_VPORT4_VSYNC","features":[316]},{"name":"DDIRQ_VPORT5_LINE","features":[316]},{"name":"DDIRQ_VPORT5_VSYNC","features":[316]},{"name":"DDIRQ_VPORT6_LINE","features":[316]},{"name":"DDIRQ_VPORT6_VSYNC","features":[316]},{"name":"DDIRQ_VPORT7_LINE","features":[316]},{"name":"DDIRQ_VPORT7_VSYNC","features":[316]},{"name":"DDIRQ_VPORT8_LINE","features":[316]},{"name":"DDIRQ_VPORT8_VSYNC","features":[316]},{"name":"DDIRQ_VPORT9_LINE","features":[316]},{"name":"DDIRQ_VPORT9_VSYNC","features":[316]},{"name":"DDKERNELCAPS","features":[316]},{"name":"DDKERNELCAPS_AUTOFLIP","features":[316]},{"name":"DDKERNELCAPS_CAPTURE_INVERTED","features":[316]},{"name":"DDKERNELCAPS_CAPTURE_NONLOCALVIDMEM","features":[316]},{"name":"DDKERNELCAPS_CAPTURE_SYSMEM","features":[316]},{"name":"DDKERNELCAPS_FIELDPOLARITY","features":[316]},{"name":"DDKERNELCAPS_FLIPOVERLAY","features":[316]},{"name":"DDKERNELCAPS_FLIPVIDEOPORT","features":[316]},{"name":"DDKERNELCAPS_LOCK","features":[316]},{"name":"DDKERNELCAPS_SETSTATE","features":[316]},{"name":"DDKERNELCAPS_SKIPFIELDS","features":[316]},{"name":"DDLOCKININFO","features":[316]},{"name":"DDLOCKOUTINFO","features":[316]},{"name":"DDLOCK_DISCARDCONTENTS","features":[316]},{"name":"DDLOCK_DONOTWAIT","features":[316]},{"name":"DDLOCK_EVENT","features":[316]},{"name":"DDLOCK_HASVOLUMETEXTUREBOXRECT","features":[316]},{"name":"DDLOCK_NODIRTYUPDATE","features":[316]},{"name":"DDLOCK_NOOVERWRITE","features":[316]},{"name":"DDLOCK_NOSYSLOCK","features":[316]},{"name":"DDLOCK_OKTOSWAP","features":[316]},{"name":"DDLOCK_READONLY","features":[316]},{"name":"DDLOCK_SURFACEMEMORYPTR","features":[316]},{"name":"DDLOCK_WAIT","features":[316]},{"name":"DDLOCK_WRITEONLY","features":[316]},{"name":"DDMCBUFFERINFO","features":[305,316,317]},{"name":"DDMCCOMPBUFFERINFO","features":[316]},{"name":"DDMCQUERY_READ","features":[316]},{"name":"DDMDL","features":[316]},{"name":"DDMOCOMPBUFFERINFO","features":[305,316]},{"name":"DDMODEINFO_MAXREFRESH","features":[316]},{"name":"DDMODEINFO_MODEX","features":[316]},{"name":"DDMODEINFO_PALETTIZED","features":[316]},{"name":"DDMODEINFO_STANDARDVGA","features":[316]},{"name":"DDMODEINFO_STEREO","features":[316]},{"name":"DDMODEINFO_UNSUPPORTED","features":[316]},{"name":"DDMONITORINFO","features":[316]},{"name":"DDMORESURFACECAPS","features":[316]},{"name":"DDNEWCALLBACKFNS","features":[316]},{"name":"DDNONLOCALVIDMEMCAPS","features":[316]},{"name":"DDNTCORECAPS","features":[316]},{"name":"DDOPTSURFACEDESC","features":[316]},{"name":"DDOSCAPS","features":[316]},{"name":"DDOSDCAPS_MONOLITHICMIPMAP","features":[316]},{"name":"DDOSDCAPS_OPTCOMPRESSED","features":[316]},{"name":"DDOSDCAPS_OPTREORDERED","features":[316]},{"name":"DDOSDCAPS_VALIDOSCAPS","features":[316]},{"name":"DDOSDCAPS_VALIDSCAPS","features":[316]},{"name":"DDOSD_ALL","features":[316]},{"name":"DDOSD_COMPRESSION_RATIO","features":[316]},{"name":"DDOSD_GUID","features":[316]},{"name":"DDOSD_OSCAPS","features":[316]},{"name":"DDOSD_SCAPS","features":[316]},{"name":"DDOVERFX_ARITHSTRETCHY","features":[316]},{"name":"DDOVERFX_DEINTERLACE","features":[316]},{"name":"DDOVERFX_MIRRORLEFTRIGHT","features":[316]},{"name":"DDOVERFX_MIRRORUPDOWN","features":[316]},{"name":"DDOVERLAYFX","features":[316]},{"name":"DDOVERZ_INSERTINBACKOF","features":[316]},{"name":"DDOVERZ_INSERTINFRONTOF","features":[316]},{"name":"DDOVERZ_MOVEBACKWARD","features":[316]},{"name":"DDOVERZ_MOVEFORWARD","features":[316]},{"name":"DDOVERZ_SENDTOBACK","features":[316]},{"name":"DDOVERZ_SENDTOFRONT","features":[316]},{"name":"DDOVER_ADDDIRTYRECT","features":[316]},{"name":"DDOVER_ALPHADEST","features":[316]},{"name":"DDOVER_ALPHADESTCONSTOVERRIDE","features":[316]},{"name":"DDOVER_ALPHADESTNEG","features":[316]},{"name":"DDOVER_ALPHADESTSURFACEOVERRIDE","features":[316]},{"name":"DDOVER_ALPHAEDGEBLEND","features":[316]},{"name":"DDOVER_ALPHASRC","features":[316]},{"name":"DDOVER_ALPHASRCCONSTOVERRIDE","features":[316]},{"name":"DDOVER_ALPHASRCNEG","features":[316]},{"name":"DDOVER_ALPHASRCSURFACEOVERRIDE","features":[316]},{"name":"DDOVER_ARGBSCALEFACTORS","features":[316]},{"name":"DDOVER_AUTOFLIP","features":[316]},{"name":"DDOVER_BOB","features":[316]},{"name":"DDOVER_BOBHARDWARE","features":[316]},{"name":"DDOVER_DDFX","features":[316]},{"name":"DDOVER_DEGRADEARGBSCALING","features":[316]},{"name":"DDOVER_HIDE","features":[316]},{"name":"DDOVER_INTERLEAVED","features":[316]},{"name":"DDOVER_KEYDEST","features":[316]},{"name":"DDOVER_KEYDESTOVERRIDE","features":[316]},{"name":"DDOVER_KEYSRC","features":[316]},{"name":"DDOVER_KEYSRCOVERRIDE","features":[316]},{"name":"DDOVER_OVERRIDEBOBWEAVE","features":[316]},{"name":"DDOVER_REFRESHALL","features":[316]},{"name":"DDOVER_REFRESHDIRTYRECTS","features":[316]},{"name":"DDOVER_SHOW","features":[316]},{"name":"DDPCAPS_1BIT","features":[316]},{"name":"DDPCAPS_2BIT","features":[316]},{"name":"DDPCAPS_4BIT","features":[316]},{"name":"DDPCAPS_8BIT","features":[316]},{"name":"DDPCAPS_8BITENTRIES","features":[316]},{"name":"DDPCAPS_ALLOW256","features":[316]},{"name":"DDPCAPS_ALPHA","features":[316]},{"name":"DDPCAPS_INITIALIZE","features":[316]},{"name":"DDPCAPS_PRIMARYSURFACE","features":[316]},{"name":"DDPCAPS_PRIMARYSURFACELEFT","features":[316]},{"name":"DDPCAPS_VSYNC","features":[316]},{"name":"DDPF_ALPHA","features":[316]},{"name":"DDPF_ALPHAPIXELS","features":[316]},{"name":"DDPF_ALPHAPREMULT","features":[316]},{"name":"DDPF_BUMPDUDV","features":[316]},{"name":"DDPF_BUMPLUMINANCE","features":[316]},{"name":"DDPF_COMPRESSED","features":[316]},{"name":"DDPF_D3DFORMAT","features":[316]},{"name":"DDPF_FOURCC","features":[316]},{"name":"DDPF_LUMINANCE","features":[316]},{"name":"DDPF_NOVEL_TEXTURE_FORMAT","features":[316]},{"name":"DDPF_PALETTEINDEXED1","features":[316]},{"name":"DDPF_PALETTEINDEXED2","features":[316]},{"name":"DDPF_PALETTEINDEXED4","features":[316]},{"name":"DDPF_PALETTEINDEXED8","features":[316]},{"name":"DDPF_PALETTEINDEXEDTO8","features":[316]},{"name":"DDPF_RGB","features":[316]},{"name":"DDPF_RGBTOYUV","features":[316]},{"name":"DDPF_STENCILBUFFER","features":[316]},{"name":"DDPF_YUV","features":[316]},{"name":"DDPF_ZBUFFER","features":[316]},{"name":"DDPF_ZPIXELS","features":[316]},{"name":"DDPIXELFORMAT","features":[316]},{"name":"DDRAWICLIP_INMASTERSPRITELIST","features":[316]},{"name":"DDRAWICLIP_ISINITIALIZED","features":[316]},{"name":"DDRAWICLIP_WATCHWINDOW","features":[316]},{"name":"DDRAWILCL_ACTIVENO","features":[316]},{"name":"DDRAWILCL_ACTIVEYES","features":[316]},{"name":"DDRAWILCL_ALLOWMODEX","features":[316]},{"name":"DDRAWILCL_ATTEMPTEDD3DCONTEXT","features":[316]},{"name":"DDRAWILCL_CREATEDWINDOW","features":[316]},{"name":"DDRAWILCL_CURSORCLIPPED","features":[316]},{"name":"DDRAWILCL_DIRECTDRAW7","features":[316]},{"name":"DDRAWILCL_DIRECTDRAW8","features":[316]},{"name":"DDRAWILCL_DIRTYDC","features":[316]},{"name":"DDRAWILCL_DISABLEINACTIVATE","features":[316]},{"name":"DDRAWILCL_DX8DRIVER","features":[316]},{"name":"DDRAWILCL_EXPLICITMONITOR","features":[316]},{"name":"DDRAWILCL_FPUPRESERVE","features":[316]},{"name":"DDRAWILCL_FPUSETUP","features":[316]},{"name":"DDRAWILCL_HASEXCLUSIVEMODE","features":[316]},{"name":"DDRAWILCL_HOOKEDHWND","features":[316]},{"name":"DDRAWILCL_ISFULLSCREEN","features":[316]},{"name":"DDRAWILCL_MODEHASBEENCHANGED","features":[316]},{"name":"DDRAWILCL_MULTITHREADED","features":[316]},{"name":"DDRAWILCL_POWEREDDOWN","features":[316]},{"name":"DDRAWILCL_SETCOOPCALLED","features":[316]},{"name":"DDRAWILCL_V1SCLBEHAVIOUR","features":[316]},{"name":"DDRAWIPAL_16","features":[316]},{"name":"DDRAWIPAL_2","features":[316]},{"name":"DDRAWIPAL_256","features":[316]},{"name":"DDRAWIPAL_4","features":[316]},{"name":"DDRAWIPAL_ALLOW256","features":[316]},{"name":"DDRAWIPAL_ALPHA","features":[316]},{"name":"DDRAWIPAL_DIRTY","features":[316]},{"name":"DDRAWIPAL_EXCLUSIVE","features":[316]},{"name":"DDRAWIPAL_GDI","features":[316]},{"name":"DDRAWIPAL_INHEL","features":[316]},{"name":"DDRAWIPAL_STORED_16","features":[316]},{"name":"DDRAWIPAL_STORED_24","features":[316]},{"name":"DDRAWIPAL_STORED_8","features":[316]},{"name":"DDRAWIPAL_STORED_8INDEX","features":[316]},{"name":"DDRAWISURFGBL_DDHELDONTFREE","features":[316]},{"name":"DDRAWISURFGBL_DX8SURFACE","features":[316]},{"name":"DDRAWISURFGBL_FASTLOCKHELD","features":[316]},{"name":"DDRAWISURFGBL_HARDWAREOPDEST","features":[316]},{"name":"DDRAWISURFGBL_HARDWAREOPSOURCE","features":[316]},{"name":"DDRAWISURFGBL_IMPLICITHANDLE","features":[316]},{"name":"DDRAWISURFGBL_ISCLIENTMEM","features":[316]},{"name":"DDRAWISURFGBL_ISGDISURFACE","features":[316]},{"name":"DDRAWISURFGBL_LATEALLOCATELINEAR","features":[316]},{"name":"DDRAWISURFGBL_LOCKBROKEN","features":[316]},{"name":"DDRAWISURFGBL_LOCKNOTHOLDINGWIN16LOCK","features":[316]},{"name":"DDRAWISURFGBL_LOCKVRAMSTYLE","features":[316]},{"name":"DDRAWISURFGBL_MEMFREE","features":[316]},{"name":"DDRAWISURFGBL_NOTIFYWHENUNLOCKED","features":[316]},{"name":"DDRAWISURFGBL_READONLYLOCKHELD","features":[316]},{"name":"DDRAWISURFGBL_RESERVED0","features":[316]},{"name":"DDRAWISURFGBL_SOFTWAREAUTOFLIP","features":[316]},{"name":"DDRAWISURFGBL_SYSMEMEXECUTEBUFFER","features":[316]},{"name":"DDRAWISURFGBL_SYSMEMREQUESTED","features":[316]},{"name":"DDRAWISURFGBL_VPORTDATA","features":[316]},{"name":"DDRAWISURFGBL_VPORTINTERLEAVED","features":[316]},{"name":"DDRAWISURF_ATTACHED","features":[316]},{"name":"DDRAWISURF_ATTACHED_FROM","features":[316]},{"name":"DDRAWISURF_BACKBUFFER","features":[316]},{"name":"DDRAWISURF_DATAISALIASED","features":[316]},{"name":"DDRAWISURF_DCIBUSY","features":[316]},{"name":"DDRAWISURF_DCILOCK","features":[316]},{"name":"DDRAWISURF_DRIVERMANAGED","features":[316]},{"name":"DDRAWISURF_FRONTBUFFER","features":[316]},{"name":"DDRAWISURF_GETDCNULL","features":[316]},{"name":"DDRAWISURF_HASCKEYDESTBLT","features":[316]},{"name":"DDRAWISURF_HASCKEYDESTOVERLAY","features":[316]},{"name":"DDRAWISURF_HASCKEYSRCBLT","features":[316]},{"name":"DDRAWISURF_HASCKEYSRCOVERLAY","features":[316]},{"name":"DDRAWISURF_HASDC","features":[316]},{"name":"DDRAWISURF_HASOVERLAYDATA","features":[316]},{"name":"DDRAWISURF_HASPIXELFORMAT","features":[316]},{"name":"DDRAWISURF_HELCB","features":[316]},{"name":"DDRAWISURF_HW_CKEYDESTBLT","features":[316]},{"name":"DDRAWISURF_HW_CKEYDESTOVERLAY","features":[316]},{"name":"DDRAWISURF_HW_CKEYSRCBLT","features":[316]},{"name":"DDRAWISURF_HW_CKEYSRCOVERLAY","features":[316]},{"name":"DDRAWISURF_IMPLICITCREATE","features":[316]},{"name":"DDRAWISURF_IMPLICITROOT","features":[316]},{"name":"DDRAWISURF_INMASTERSPRITELIST","features":[316]},{"name":"DDRAWISURF_INVALID","features":[316]},{"name":"DDRAWISURF_ISFREE","features":[316]},{"name":"DDRAWISURF_LOCKEXCLUDEDCURSOR","features":[316]},{"name":"DDRAWISURF_PARTOFPRIMARYCHAIN","features":[316]},{"name":"DDRAWISURF_SETGAMMA","features":[316]},{"name":"DDRAWISURF_STEREOSURFACELEFT","features":[316]},{"name":"DDRAWISURF_SW_CKEYDESTBLT","features":[316]},{"name":"DDRAWISURF_SW_CKEYDESTOVERLAY","features":[316]},{"name":"DDRAWISURF_SW_CKEYSRCBLT","features":[316]},{"name":"DDRAWISURF_SW_CKEYSRCOVERLAY","features":[316]},{"name":"DDRAWIVPORT_COLORKEYANDINTERP","features":[316]},{"name":"DDRAWIVPORT_NOKERNELHANDLES","features":[316]},{"name":"DDRAWIVPORT_ON","features":[316]},{"name":"DDRAWIVPORT_SOFTWARE_AUTOFLIP","features":[316]},{"name":"DDRAWIVPORT_SOFTWARE_BOB","features":[316]},{"name":"DDRAWIVPORT_VBION","features":[316]},{"name":"DDRAWIVPORT_VIDEOON","features":[316]},{"name":"DDRAWI_ATTACHEDTODESKTOP","features":[316]},{"name":"DDRAWI_BADPDEV","features":[316]},{"name":"DDRAWI_CHANGINGMODE","features":[316]},{"name":"DDRAWI_DDMOTIONCOMP_INT","features":[305,316,317]},{"name":"DDRAWI_DDMOTIONCOMP_LCL","features":[305,316,317]},{"name":"DDRAWI_DDRAWCLIPPER_GBL","features":[305,316,317]},{"name":"DDRAWI_DDRAWCLIPPER_INT","features":[305,316,317]},{"name":"DDRAWI_DDRAWCLIPPER_LCL","features":[305,316,317]},{"name":"DDRAWI_DDRAWDATANOTFETCHED","features":[316]},{"name":"DDRAWI_DDRAWPALETTE_GBL","features":[305,316,317]},{"name":"DDRAWI_DDRAWPALETTE_INT","features":[305,316,317]},{"name":"DDRAWI_DDRAWPALETTE_LCL","features":[305,316,317]},{"name":"DDRAWI_DDRAWSURFACE_GBL","features":[305,316,317]},{"name":"DDRAWI_DDRAWSURFACE_GBL_MORE","features":[316]},{"name":"DDRAWI_DDRAWSURFACE_INT","features":[305,316,317]},{"name":"DDRAWI_DDRAWSURFACE_LCL","features":[305,316,317]},{"name":"DDRAWI_DDRAWSURFACE_MORE","features":[305,316,317]},{"name":"DDRAWI_DDVIDEOPORT_INT","features":[305,316,317]},{"name":"DDRAWI_DDVIDEOPORT_LCL","features":[305,316,317]},{"name":"DDRAWI_DIRECTDRAW_GBL","features":[305,316,317]},{"name":"DDRAWI_DIRECTDRAW_INT","features":[305,316,317]},{"name":"DDRAWI_DIRECTDRAW_LCL","features":[305,316,317]},{"name":"DDRAWI_DISPLAYDRV","features":[316]},{"name":"DDRAWI_DRIVERINFO2","features":[316]},{"name":"DDRAWI_EMULATIONINITIALIZED","features":[316]},{"name":"DDRAWI_EXTENDEDALIGNMENT","features":[316]},{"name":"DDRAWI_FLIPPEDTOGDI","features":[316]},{"name":"DDRAWI_FULLSCREEN","features":[316]},{"name":"DDRAWI_GDIDRV","features":[316]},{"name":"DDRAWI_GETCOLOR","features":[316]},{"name":"DDRAWI_HASCKEYDESTOVERLAY","features":[316]},{"name":"DDRAWI_HASCKEYSRCOVERLAY","features":[316]},{"name":"DDRAWI_HASGDIPALETTE","features":[316]},{"name":"DDRAWI_HASGDIPALETTE_EXCLUSIVE","features":[316]},{"name":"DDRAWI_MODECHANGED","features":[316]},{"name":"DDRAWI_MODEX","features":[316]},{"name":"DDRAWI_MODEXILLEGAL","features":[316]},{"name":"DDRAWI_NEEDSWIN16FORVRAMLOCK","features":[316]},{"name":"DDRAWI_NOEMULATION","features":[316]},{"name":"DDRAWI_NOHARDWARE","features":[316]},{"name":"DDRAWI_PALETTEINIT","features":[316]},{"name":"DDRAWI_PDEVICEVRAMBITCLEARED","features":[316]},{"name":"DDRAWI_SECONDARYDRIVERLOADED","features":[316]},{"name":"DDRAWI_SETCOLOR","features":[316]},{"name":"DDRAWI_STANDARDVGA","features":[316]},{"name":"DDRAWI_TESTINGMODES","features":[316]},{"name":"DDRAWI_UMODELOADED","features":[316]},{"name":"DDRAWI_VIRTUALDESKTOP","features":[316]},{"name":"DDRAWI_VPORTGETCOLOR","features":[316]},{"name":"DDRAWI_VPORTSETCOLOR","features":[316]},{"name":"DDRAWI_VPORTSTART","features":[316]},{"name":"DDRAWI_VPORTSTOP","features":[316]},{"name":"DDRAWI_VPORTUPDATE","features":[316]},{"name":"DDRAWI_xxxxxxxxx1","features":[316]},{"name":"DDRAWI_xxxxxxxxx2","features":[316]},{"name":"DDRGBA","features":[316]},{"name":"DDSCAPS","features":[316]},{"name":"DDSCAPS2","features":[316]},{"name":"DDSCAPS2_ADDITIONALPRIMARY","features":[316]},{"name":"DDSCAPS2_COMMANDBUFFER","features":[316]},{"name":"DDSCAPS2_CUBEMAP","features":[316]},{"name":"DDSCAPS2_CUBEMAP_NEGATIVEX","features":[316]},{"name":"DDSCAPS2_CUBEMAP_NEGATIVEY","features":[316]},{"name":"DDSCAPS2_CUBEMAP_NEGATIVEZ","features":[316]},{"name":"DDSCAPS2_CUBEMAP_POSITIVEX","features":[316]},{"name":"DDSCAPS2_CUBEMAP_POSITIVEY","features":[316]},{"name":"DDSCAPS2_CUBEMAP_POSITIVEZ","features":[316]},{"name":"DDSCAPS2_D3DTEXTUREMANAGE","features":[316]},{"name":"DDSCAPS2_DISCARDBACKBUFFER","features":[316]},{"name":"DDSCAPS2_DONOTPERSIST","features":[316]},{"name":"DDSCAPS2_ENABLEALPHACHANNEL","features":[316]},{"name":"DDSCAPS2_EXTENDEDFORMATPRIMARY","features":[316]},{"name":"DDSCAPS2_HARDWAREDEINTERLACE","features":[316]},{"name":"DDSCAPS2_HINTANTIALIASING","features":[316]},{"name":"DDSCAPS2_HINTDYNAMIC","features":[316]},{"name":"DDSCAPS2_HINTSTATIC","features":[316]},{"name":"DDSCAPS2_INDEXBUFFER","features":[316]},{"name":"DDSCAPS2_MIPMAPSUBLEVEL","features":[316]},{"name":"DDSCAPS2_NOTUSERLOCKABLE","features":[316]},{"name":"DDSCAPS2_NPATCHES","features":[316]},{"name":"DDSCAPS2_OPAQUE","features":[316]},{"name":"DDSCAPS2_POINTS","features":[316]},{"name":"DDSCAPS2_RESERVED1","features":[316]},{"name":"DDSCAPS2_RESERVED2","features":[316]},{"name":"DDSCAPS2_RESERVED3","features":[316]},{"name":"DDSCAPS2_RESERVED4","features":[316]},{"name":"DDSCAPS2_RTPATCHES","features":[316]},{"name":"DDSCAPS2_STEREOSURFACELEFT","features":[316]},{"name":"DDSCAPS2_TEXTUREMANAGE","features":[316]},{"name":"DDSCAPS2_VERTEXBUFFER","features":[316]},{"name":"DDSCAPS2_VOLUME","features":[316]},{"name":"DDSCAPS3_AUTOGENMIPMAP","features":[316]},{"name":"DDSCAPS3_CREATESHAREDRESOURCE","features":[316]},{"name":"DDSCAPS3_DMAP","features":[316]},{"name":"DDSCAPS3_LIGHTWEIGHTMIPMAP","features":[316]},{"name":"DDSCAPS3_MULTISAMPLE_MASK","features":[316]},{"name":"DDSCAPS3_MULTISAMPLE_QUALITY_MASK","features":[316]},{"name":"DDSCAPS3_MULTISAMPLE_QUALITY_SHIFT","features":[316]},{"name":"DDSCAPS3_OPENSHAREDRESOURCE","features":[316]},{"name":"DDSCAPS3_READONLYRESOURCE","features":[316]},{"name":"DDSCAPS3_RESERVED1","features":[316]},{"name":"DDSCAPS3_RESERVED2","features":[316]},{"name":"DDSCAPS3_VIDEO","features":[316]},{"name":"DDSCAPSEX","features":[316]},{"name":"DDSCAPS_3DDEVICE","features":[316]},{"name":"DDSCAPS_ALLOCONLOAD","features":[316]},{"name":"DDSCAPS_ALPHA","features":[316]},{"name":"DDSCAPS_BACKBUFFER","features":[316]},{"name":"DDSCAPS_COMMANDBUFFER","features":[316]},{"name":"DDSCAPS_COMPLEX","features":[316]},{"name":"DDSCAPS_EXECUTEBUFFER","features":[316]},{"name":"DDSCAPS_FLIP","features":[316]},{"name":"DDSCAPS_FRONTBUFFER","features":[316]},{"name":"DDSCAPS_HWCODEC","features":[316]},{"name":"DDSCAPS_LIVEVIDEO","features":[316]},{"name":"DDSCAPS_LOCALVIDMEM","features":[316]},{"name":"DDSCAPS_MIPMAP","features":[316]},{"name":"DDSCAPS_MODEX","features":[316]},{"name":"DDSCAPS_NONLOCALVIDMEM","features":[316]},{"name":"DDSCAPS_OFFSCREENPLAIN","features":[316]},{"name":"DDSCAPS_OPTIMIZED","features":[316]},{"name":"DDSCAPS_OVERLAY","features":[316]},{"name":"DDSCAPS_OWNDC","features":[316]},{"name":"DDSCAPS_PALETTE","features":[316]},{"name":"DDSCAPS_PRIMARYSURFACE","features":[316]},{"name":"DDSCAPS_PRIMARYSURFACELEFT","features":[316]},{"name":"DDSCAPS_RESERVED1","features":[316]},{"name":"DDSCAPS_RESERVED2","features":[316]},{"name":"DDSCAPS_RESERVED3","features":[316]},{"name":"DDSCAPS_STANDARDVGAMODE","features":[316]},{"name":"DDSCAPS_SYSTEMMEMORY","features":[316]},{"name":"DDSCAPS_TEXTURE","features":[316]},{"name":"DDSCAPS_VIDEOMEMORY","features":[316]},{"name":"DDSCAPS_VIDEOPORT","features":[316]},{"name":"DDSCAPS_VISIBLE","features":[316]},{"name":"DDSCAPS_WRITEONLY","features":[316]},{"name":"DDSCAPS_ZBUFFER","features":[316]},{"name":"DDSCL_ALLOWMODEX","features":[316]},{"name":"DDSCL_ALLOWREBOOT","features":[316]},{"name":"DDSCL_CREATEDEVICEWINDOW","features":[316]},{"name":"DDSCL_EXCLUSIVE","features":[316]},{"name":"DDSCL_FPUPRESERVE","features":[316]},{"name":"DDSCL_FPUSETUP","features":[316]},{"name":"DDSCL_FULLSCREEN","features":[316]},{"name":"DDSCL_MULTITHREADED","features":[316]},{"name":"DDSCL_NORMAL","features":[316]},{"name":"DDSCL_NOWINDOWCHANGES","features":[316]},{"name":"DDSCL_SETDEVICEWINDOW","features":[316]},{"name":"DDSCL_SETFOCUSWINDOW","features":[316]},{"name":"DDSDM_STANDARDVGAMODE","features":[316]},{"name":"DDSD_ALL","features":[316]},{"name":"DDSD_ALPHABITDEPTH","features":[316]},{"name":"DDSD_BACKBUFFERCOUNT","features":[316]},{"name":"DDSD_CAPS","features":[316]},{"name":"DDSD_CKDESTBLT","features":[316]},{"name":"DDSD_CKDESTOVERLAY","features":[316]},{"name":"DDSD_CKSRCBLT","features":[316]},{"name":"DDSD_CKSRCOVERLAY","features":[316]},{"name":"DDSD_DEPTH","features":[316]},{"name":"DDSD_FVF","features":[316]},{"name":"DDSD_HEIGHT","features":[316]},{"name":"DDSD_LINEARSIZE","features":[316]},{"name":"DDSD_LPSURFACE","features":[316]},{"name":"DDSD_MIPMAPCOUNT","features":[316]},{"name":"DDSD_PITCH","features":[316]},{"name":"DDSD_PIXELFORMAT","features":[316]},{"name":"DDSD_REFRESHRATE","features":[316]},{"name":"DDSD_SRCVBHANDLE","features":[316]},{"name":"DDSD_TEXTURESTAGE","features":[316]},{"name":"DDSD_WIDTH","features":[316]},{"name":"DDSD_ZBUFFERBITDEPTH","features":[316]},{"name":"DDSETSTATEININFO","features":[316]},{"name":"DDSETSTATEOUTINFO","features":[305,316]},{"name":"DDSETSURFACEDESC_PRESERVEDC","features":[316]},{"name":"DDSETSURFACEDESC_RECREATEDC","features":[316]},{"name":"DDSGR_CALIBRATE","features":[316]},{"name":"DDSKIPNEXTFIELDINFO","features":[316]},{"name":"DDSKIP_ENABLENEXT","features":[316]},{"name":"DDSKIP_SKIPNEXT","features":[316]},{"name":"DDSMT_ISTESTREQUIRED","features":[316]},{"name":"DDSPD_IUNKNOWNPOINTER","features":[316]},{"name":"DDSPD_VOLATILE","features":[316]},{"name":"DDSTEREOMODE","features":[305,316]},{"name":"DDSURFACEDATA","features":[316]},{"name":"DDSURFACEDESC","features":[316]},{"name":"DDSURFACEDESC2","features":[316]},{"name":"DDSVCAPS_RESERVED1","features":[316]},{"name":"DDSVCAPS_RESERVED2","features":[316]},{"name":"DDSVCAPS_RESERVED3","features":[316]},{"name":"DDSVCAPS_RESERVED4","features":[316]},{"name":"DDSVCAPS_STEREOSEQUENTIAL","features":[316]},{"name":"DDTRANSFERININFO","features":[316]},{"name":"DDTRANSFEROUTINFO","features":[316]},{"name":"DDTRANSFER_CANCEL","features":[316]},{"name":"DDTRANSFER_HALFLINES","features":[316]},{"name":"DDTRANSFER_INVERT","features":[316]},{"name":"DDTRANSFER_NONLOCALVIDMEM","features":[316]},{"name":"DDTRANSFER_SYSTEMMEMORY","features":[316]},{"name":"DDUNSUPPORTEDMODE","features":[316]},{"name":"DDVERSIONDATA","features":[316]},{"name":"DDVERSIONINFO","features":[316]},{"name":"DDVIDEOPORTBANDWIDTH","features":[316]},{"name":"DDVIDEOPORTCAPS","features":[316]},{"name":"DDVIDEOPORTCONNECT","features":[316]},{"name":"DDVIDEOPORTDATA","features":[316]},{"name":"DDVIDEOPORTDESC","features":[316]},{"name":"DDVIDEOPORTINFO","features":[305,316]},{"name":"DDVIDEOPORTNOTIFY","features":[316]},{"name":"DDVIDEOPORTSTATUS","features":[305,316]},{"name":"DDVPBCAPS_DESTINATION","features":[316]},{"name":"DDVPBCAPS_SOURCE","features":[316]},{"name":"DDVPB_OVERLAY","features":[316]},{"name":"DDVPB_TYPE","features":[316]},{"name":"DDVPB_VIDEOPORT","features":[316]},{"name":"DDVPCAPS_AUTOFLIP","features":[316]},{"name":"DDVPCAPS_COLORCONTROL","features":[316]},{"name":"DDVPCAPS_HARDWAREDEINTERLACE","features":[316]},{"name":"DDVPCAPS_INTERLACED","features":[316]},{"name":"DDVPCAPS_NONINTERLACED","features":[316]},{"name":"DDVPCAPS_OVERSAMPLEDVBI","features":[316]},{"name":"DDVPCAPS_READBACKFIELD","features":[316]},{"name":"DDVPCAPS_READBACKLINE","features":[316]},{"name":"DDVPCAPS_SHAREABLE","features":[316]},{"name":"DDVPCAPS_SKIPEVENFIELDS","features":[316]},{"name":"DDVPCAPS_SKIPODDFIELDS","features":[316]},{"name":"DDVPCAPS_SYNCMASTER","features":[316]},{"name":"DDVPCAPS_SYSTEMMEMORY","features":[316]},{"name":"DDVPCAPS_VBIANDVIDEOINDEPENDENT","features":[316]},{"name":"DDVPCAPS_VBISURFACE","features":[316]},{"name":"DDVPCONNECT_DISCARDSVREFDATA","features":[316]},{"name":"DDVPCONNECT_DOUBLECLOCK","features":[316]},{"name":"DDVPCONNECT_HALFLINE","features":[316]},{"name":"DDVPCONNECT_INTERLACED","features":[316]},{"name":"DDVPCONNECT_INVERTPOLARITY","features":[316]},{"name":"DDVPCONNECT_SHAREEVEN","features":[316]},{"name":"DDVPCONNECT_SHAREODD","features":[316]},{"name":"DDVPCONNECT_VACT","features":[316]},{"name":"DDVPCREATE_VBIONLY","features":[316]},{"name":"DDVPCREATE_VIDEOONLY","features":[316]},{"name":"DDVPD_ALIGN","features":[316]},{"name":"DDVPD_AUTOFLIP","features":[316]},{"name":"DDVPD_CAPS","features":[316]},{"name":"DDVPD_FILTERQUALITY","features":[316]},{"name":"DDVPD_FX","features":[316]},{"name":"DDVPD_HEIGHT","features":[316]},{"name":"DDVPD_ID","features":[316]},{"name":"DDVPD_PREFERREDAUTOFLIP","features":[316]},{"name":"DDVPD_WIDTH","features":[316]},{"name":"DDVPFLIP_VBI","features":[316]},{"name":"DDVPFLIP_VIDEO","features":[316]},{"name":"DDVPFORMAT_VBI","features":[316]},{"name":"DDVPFORMAT_VIDEO","features":[316]},{"name":"DDVPFX_CROPTOPDATA","features":[316]},{"name":"DDVPFX_CROPX","features":[316]},{"name":"DDVPFX_CROPY","features":[316]},{"name":"DDVPFX_IGNOREVBIXCROP","features":[316]},{"name":"DDVPFX_INTERLEAVE","features":[316]},{"name":"DDVPFX_MIRRORLEFTRIGHT","features":[316]},{"name":"DDVPFX_MIRRORUPDOWN","features":[316]},{"name":"DDVPFX_PRESHRINKX","features":[316]},{"name":"DDVPFX_PRESHRINKXB","features":[316]},{"name":"DDVPFX_PRESHRINKXS","features":[316]},{"name":"DDVPFX_PRESHRINKY","features":[316]},{"name":"DDVPFX_PRESHRINKYB","features":[316]},{"name":"DDVPFX_PRESHRINKYS","features":[316]},{"name":"DDVPFX_PRESTRETCHX","features":[316]},{"name":"DDVPFX_PRESTRETCHXN","features":[316]},{"name":"DDVPFX_PRESTRETCHY","features":[316]},{"name":"DDVPFX_PRESTRETCHYN","features":[316]},{"name":"DDVPFX_VBICONVERT","features":[316]},{"name":"DDVPFX_VBINOINTERLEAVE","features":[316]},{"name":"DDVPFX_VBINOSCALE","features":[316]},{"name":"DDVPSQ_NOSIGNAL","features":[316]},{"name":"DDVPSQ_SIGNALOK","features":[316]},{"name":"DDVPSTATUS_VBIONLY","features":[316]},{"name":"DDVPSTATUS_VIDEOONLY","features":[316]},{"name":"DDVPTARGET_VBI","features":[316]},{"name":"DDVPTARGET_VIDEO","features":[316]},{"name":"DDVPTYPE_BROOKTREE","features":[316]},{"name":"DDVPTYPE_CCIR656","features":[316]},{"name":"DDVPTYPE_E_HREFH_VREFH","features":[316]},{"name":"DDVPTYPE_E_HREFH_VREFL","features":[316]},{"name":"DDVPTYPE_E_HREFL_VREFH","features":[316]},{"name":"DDVPTYPE_E_HREFL_VREFL","features":[316]},{"name":"DDVPTYPE_PHILIPS","features":[316]},{"name":"DDVPWAIT_BEGIN","features":[316]},{"name":"DDVPWAIT_END","features":[316]},{"name":"DDVPWAIT_LINE","features":[316]},{"name":"DDVP_AUTOFLIP","features":[316]},{"name":"DDVP_CONVERT","features":[316]},{"name":"DDVP_CROP","features":[316]},{"name":"DDVP_HARDWAREDEINTERLACE","features":[316]},{"name":"DDVP_IGNOREVBIXCROP","features":[316]},{"name":"DDVP_INTERLEAVE","features":[316]},{"name":"DDVP_MIRRORLEFTRIGHT","features":[316]},{"name":"DDVP_MIRRORUPDOWN","features":[316]},{"name":"DDVP_OVERRIDEBOBWEAVE","features":[316]},{"name":"DDVP_PRESCALE","features":[316]},{"name":"DDVP_SKIPEVENFIELDS","features":[316]},{"name":"DDVP_SKIPODDFIELDS","features":[316]},{"name":"DDVP_SYNCMASTER","features":[316]},{"name":"DDVP_VBICONVERT","features":[316]},{"name":"DDVP_VBINOINTERLEAVE","features":[316]},{"name":"DDVP_VBINOSCALE","features":[316]},{"name":"DDWAITVB_BLOCKBEGIN","features":[316]},{"name":"DDWAITVB_BLOCKBEGINEVENT","features":[316]},{"name":"DDWAITVB_BLOCKEND","features":[316]},{"name":"DDWAITVB_I_TESTVB","features":[316]},{"name":"DD_ADDATTACHEDSURFACEDATA","features":[305,316]},{"name":"DD_ATTACHLIST","features":[305,316]},{"name":"DD_BEGINMOCOMPFRAMEDATA","features":[305,316]},{"name":"DD_BLTDATA","features":[305,316]},{"name":"DD_CALLBACKS","features":[305,316,317]},{"name":"DD_CANCREATESURFACEDATA","features":[316]},{"name":"DD_CANCREATEVPORTDATA","features":[316]},{"name":"DD_CLIPPER_GLOBAL","features":[316]},{"name":"DD_CLIPPER_LOCAL","features":[316]},{"name":"DD_COLORCONTROLCALLBACKS","features":[305,316]},{"name":"DD_COLORCONTROLDATA","features":[305,316]},{"name":"DD_CREATEMOCOMPDATA","features":[316]},{"name":"DD_CREATEPALETTEDATA","features":[305,316,317]},{"name":"DD_CREATESURFACEDATA","features":[305,316]},{"name":"DD_CREATESURFACEEXDATA","features":[305,316]},{"name":"DD_CREATEVPORTDATA","features":[305,316]},{"name":"DD_D3DBUFCALLBACKS","features":[305,316]},{"name":"DD_DESTROYDDLOCALDATA","features":[316]},{"name":"DD_DESTROYMOCOMPDATA","features":[316]},{"name":"DD_DESTROYPALETTEDATA","features":[316]},{"name":"DD_DESTROYSURFACEDATA","features":[305,316]},{"name":"DD_DESTROYVPORTDATA","features":[305,316]},{"name":"DD_DIRECTDRAW_GLOBAL","features":[316]},{"name":"DD_DIRECTDRAW_LOCAL","features":[316]},{"name":"DD_DRVSETCOLORKEYDATA","features":[305,316]},{"name":"DD_ENDMOCOMPFRAMEDATA","features":[316]},{"name":"DD_FLIPDATA","features":[305,316]},{"name":"DD_FLIPTOGDISURFACEDATA","features":[316]},{"name":"DD_FLIPVPORTDATA","features":[305,316]},{"name":"DD_FREEDRIVERMEMORYDATA","features":[305,316]},{"name":"DD_GETAVAILDRIVERMEMORYDATA","features":[316]},{"name":"DD_GETBLTSTATUSDATA","features":[305,316]},{"name":"DD_GETDRIVERINFODATA","features":[316]},{"name":"DD_GETDRIVERSTATEDATA","features":[316]},{"name":"DD_GETFLIPSTATUSDATA","features":[305,316]},{"name":"DD_GETHEAPALIGNMENTDATA","features":[316]},{"name":"DD_GETINTERNALMOCOMPDATA","features":[316]},{"name":"DD_GETMOCOMPCOMPBUFFDATA","features":[316]},{"name":"DD_GETMOCOMPFORMATSDATA","features":[316]},{"name":"DD_GETMOCOMPGUIDSDATA","features":[316]},{"name":"DD_GETSCANLINEDATA","features":[316]},{"name":"DD_GETVPORTBANDWIDTHDATA","features":[305,316]},{"name":"DD_GETVPORTCONNECTDATA","features":[316]},{"name":"DD_GETVPORTFIELDDATA","features":[305,316]},{"name":"DD_GETVPORTFLIPSTATUSDATA","features":[316]},{"name":"DD_GETVPORTINPUTFORMATDATA","features":[305,316]},{"name":"DD_GETVPORTLINEDATA","features":[305,316]},{"name":"DD_GETVPORTOUTPUTFORMATDATA","features":[305,316]},{"name":"DD_GETVPORTSIGNALDATA","features":[305,316]},{"name":"DD_HALINFO","features":[305,316]},{"name":"DD_HALINFO_V4","features":[316]},{"name":"DD_HAL_VERSION","features":[316]},{"name":"DD_KERNELCALLBACKS","features":[305,316]},{"name":"DD_LOCKDATA","features":[305,316]},{"name":"DD_MAPMEMORYDATA","features":[305,316]},{"name":"DD_MISCELLANEOUS2CALLBACKS","features":[305,316]},{"name":"DD_MISCELLANEOUSCALLBACKS","features":[316]},{"name":"DD_MORECAPS","features":[316]},{"name":"DD_MORESURFACECAPS","features":[316]},{"name":"DD_MOTIONCOMPCALLBACKS","features":[305,316]},{"name":"DD_MOTIONCOMP_LOCAL","features":[316]},{"name":"DD_NONLOCALVIDMEMCAPS","features":[316]},{"name":"DD_NTCALLBACKS","features":[305,316]},{"name":"DD_NTPRIVATEDRIVERCAPS","features":[316]},{"name":"DD_PALETTECALLBACKS","features":[316,317]},{"name":"DD_PALETTE_GLOBAL","features":[316]},{"name":"DD_PALETTE_LOCAL","features":[316]},{"name":"DD_QUERYMOCOMPSTATUSDATA","features":[305,316]},{"name":"DD_RENDERMOCOMPDATA","features":[305,316]},{"name":"DD_RUNTIME_VERSION","features":[316]},{"name":"DD_SETCLIPLISTDATA","features":[305,316]},{"name":"DD_SETCOLORKEYDATA","features":[305,316]},{"name":"DD_SETENTRIESDATA","features":[316,317]},{"name":"DD_SETEXCLUSIVEMODEDATA","features":[316]},{"name":"DD_SETOVERLAYPOSITIONDATA","features":[305,316]},{"name":"DD_SETPALETTEDATA","features":[305,316]},{"name":"DD_STEREOMODE","features":[305,316]},{"name":"DD_SURFACECALLBACKS","features":[305,316]},{"name":"DD_SURFACE_GLOBAL","features":[305,316]},{"name":"DD_SURFACE_INT","features":[305,316]},{"name":"DD_SURFACE_LOCAL","features":[305,316]},{"name":"DD_SURFACE_MORE","features":[305,316]},{"name":"DD_SYNCSURFACEDATA","features":[305,316]},{"name":"DD_SYNCVIDEOPORTDATA","features":[305,316]},{"name":"DD_UNLOCKDATA","features":[305,316]},{"name":"DD_UPDATENONLOCALHEAPDATA","features":[316]},{"name":"DD_UPDATEOVERLAYDATA","features":[305,316]},{"name":"DD_UPDATEVPORTDATA","features":[305,316]},{"name":"DD_VERSION","features":[316]},{"name":"DD_VIDEOPORTCALLBACKS","features":[305,316]},{"name":"DD_VIDEOPORT_LOCAL","features":[305,316]},{"name":"DD_VPORTCOLORDATA","features":[305,316]},{"name":"DD_WAITFORVERTICALBLANKDATA","features":[316]},{"name":"DD_WAITFORVPORTSYNCDATA","features":[305,316]},{"name":"DELETED_LASTONE","features":[316]},{"name":"DELETED_NOTFOUND","features":[316]},{"name":"DELETED_OK","features":[316]},{"name":"DIRECTDRAW_VERSION","features":[316]},{"name":"DXAPI_HALVERSION","features":[316]},{"name":"DXAPI_INTERFACE","features":[305,316]},{"name":"DXERR_GENERIC","features":[316]},{"name":"DXERR_OUTOFCAPS","features":[316]},{"name":"DXERR_UNSUPPORTED","features":[316]},{"name":"DX_IRQDATA","features":[316]},{"name":"DX_OK","features":[316]},{"name":"DirectDrawCreate","features":[316]},{"name":"DirectDrawCreateClipper","features":[316]},{"name":"DirectDrawCreateEx","features":[316]},{"name":"DirectDrawEnumerateA","features":[305,316]},{"name":"DirectDrawEnumerateExA","features":[305,316,317]},{"name":"DirectDrawEnumerateExW","features":[305,316,317]},{"name":"DirectDrawEnumerateW","features":[305,316]},{"name":"GUID_ColorControlCallbacks","features":[316]},{"name":"GUID_D3DCallbacks","features":[316]},{"name":"GUID_D3DCallbacks2","features":[316]},{"name":"GUID_D3DCallbacks3","features":[316]},{"name":"GUID_D3DCaps","features":[316]},{"name":"GUID_D3DExtendedCaps","features":[316]},{"name":"GUID_D3DParseUnknownCommandCallback","features":[316]},{"name":"GUID_DDMoreCaps","features":[316]},{"name":"GUID_DDMoreSurfaceCaps","features":[316]},{"name":"GUID_DDStereoMode","features":[316]},{"name":"GUID_DxApi","features":[316]},{"name":"GUID_GetHeapAlignment","features":[316]},{"name":"GUID_KernelCallbacks","features":[316]},{"name":"GUID_KernelCaps","features":[316]},{"name":"GUID_Miscellaneous2Callbacks","features":[316]},{"name":"GUID_MiscellaneousCallbacks","features":[316]},{"name":"GUID_MotionCompCallbacks","features":[316]},{"name":"GUID_NTCallbacks","features":[316]},{"name":"GUID_NTPrivateDriverCaps","features":[316]},{"name":"GUID_NonLocalVidMemCaps","features":[316]},{"name":"GUID_OptSurfaceKmodeInfo","features":[316]},{"name":"GUID_OptSurfaceUmodeInfo","features":[316]},{"name":"GUID_UpdateNonLocalHeap","features":[316]},{"name":"GUID_UserModeDriverInfo","features":[316]},{"name":"GUID_UserModeDriverPassword","features":[316]},{"name":"GUID_VPE2Callbacks","features":[316]},{"name":"GUID_VideoPortCallbacks","features":[316]},{"name":"GUID_VideoPortCaps","features":[316]},{"name":"GUID_ZPixelFormats","features":[316]},{"name":"HEAPALIAS","features":[316]},{"name":"HEAPALIASINFO","features":[316]},{"name":"HEAPALIASINFO_MAPPEDDUMMY","features":[316]},{"name":"HEAPALIASINFO_MAPPEDREAL","features":[316]},{"name":"HEAPALIGNMENT","features":[316]},{"name":"IDDVideoPortContainer","features":[316]},{"name":"IDirectDraw","features":[316]},{"name":"IDirectDraw2","features":[316]},{"name":"IDirectDraw4","features":[316]},{"name":"IDirectDraw7","features":[316]},{"name":"IDirectDrawClipper","features":[316]},{"name":"IDirectDrawColorControl","features":[316]},{"name":"IDirectDrawGammaControl","features":[316]},{"name":"IDirectDrawKernel","features":[316]},{"name":"IDirectDrawPalette","features":[316]},{"name":"IDirectDrawSurface","features":[316]},{"name":"IDirectDrawSurface2","features":[316]},{"name":"IDirectDrawSurface3","features":[316]},{"name":"IDirectDrawSurface4","features":[316]},{"name":"IDirectDrawSurface7","features":[316]},{"name":"IDirectDrawSurfaceKernel","features":[316]},{"name":"IDirectDrawVideoPort","features":[316]},{"name":"IDirectDrawVideoPortNotify","features":[316]},{"name":"IRQINFO_HANDLED","features":[316]},{"name":"IRQINFO_NOTHANDLED","features":[316]},{"name":"IUNKNOWN_LIST","features":[316]},{"name":"LPCLIPPERCALLBACK","features":[305,316]},{"name":"LPDD32BITDRIVERINIT","features":[316]},{"name":"LPDDENUMCALLBACKA","features":[305,316]},{"name":"LPDDENUMCALLBACKEXA","features":[305,316,317]},{"name":"LPDDENUMCALLBACKEXW","features":[305,316,317]},{"name":"LPDDENUMCALLBACKW","features":[305,316]},{"name":"LPDDENUMMODESCALLBACK","features":[316]},{"name":"LPDDENUMMODESCALLBACK2","features":[316]},{"name":"LPDDENUMSURFACESCALLBACK","features":[316]},{"name":"LPDDENUMSURFACESCALLBACK2","features":[316]},{"name":"LPDDENUMSURFACESCALLBACK7","features":[316]},{"name":"LPDDENUMVIDEOCALLBACK","features":[316]},{"name":"LPDDFXROP","features":[316]},{"name":"LPDDGAMMACALIBRATORPROC","features":[316]},{"name":"LPDDHALCOLORCB_COLORCONTROL","features":[305,316,317]},{"name":"LPDDHALEXEBUFCB_CANCREATEEXEBUF","features":[305,316,317]},{"name":"LPDDHALEXEBUFCB_CREATEEXEBUF","features":[305,316,317]},{"name":"LPDDHALEXEBUFCB_DESTROYEXEBUF","features":[305,316,317]},{"name":"LPDDHALEXEBUFCB_LOCKEXEBUF","features":[305,316,317]},{"name":"LPDDHALEXEBUFCB_UNLOCKEXEBUF","features":[305,316,317]},{"name":"LPDDHALKERNELCB_SYNCSURFACE","features":[305,316,317]},{"name":"LPDDHALKERNELCB_SYNCVIDEOPORT","features":[305,316,317]},{"name":"LPDDHALMOCOMPCB_BEGINFRAME","features":[305,316,317]},{"name":"LPDDHALMOCOMPCB_CREATE","features":[305,316,317]},{"name":"LPDDHALMOCOMPCB_DESTROY","features":[305,316,317]},{"name":"LPDDHALMOCOMPCB_ENDFRAME","features":[305,316,317]},{"name":"LPDDHALMOCOMPCB_GETCOMPBUFFINFO","features":[305,316,317]},{"name":"LPDDHALMOCOMPCB_GETFORMATS","features":[305,316,317]},{"name":"LPDDHALMOCOMPCB_GETGUIDS","features":[305,316,317]},{"name":"LPDDHALMOCOMPCB_GETINTERNALINFO","features":[305,316,317]},{"name":"LPDDHALMOCOMPCB_QUERYSTATUS","features":[305,316,317]},{"name":"LPDDHALMOCOMPCB_RENDER","features":[305,316,317]},{"name":"LPDDHALPALCB_DESTROYPALETTE","features":[305,316,317]},{"name":"LPDDHALPALCB_SETENTRIES","features":[305,316,317]},{"name":"LPDDHALSURFCB_ADDATTACHEDSURFACE","features":[305,316,317]},{"name":"LPDDHALSURFCB_BLT","features":[305,316,317]},{"name":"LPDDHALSURFCB_DESTROYSURFACE","features":[305,316,317]},{"name":"LPDDHALSURFCB_FLIP","features":[305,316,317]},{"name":"LPDDHALSURFCB_GETBLTSTATUS","features":[305,316,317]},{"name":"LPDDHALSURFCB_GETFLIPSTATUS","features":[305,316,317]},{"name":"LPDDHALSURFCB_LOCK","features":[305,316,317]},{"name":"LPDDHALSURFCB_SETCLIPLIST","features":[305,316,317]},{"name":"LPDDHALSURFCB_SETCOLORKEY","features":[305,316,317]},{"name":"LPDDHALSURFCB_SETOVERLAYPOSITION","features":[305,316,317]},{"name":"LPDDHALSURFCB_SETPALETTE","features":[305,316,317]},{"name":"LPDDHALSURFCB_UNLOCK","features":[305,316,317]},{"name":"LPDDHALSURFCB_UPDATEOVERLAY","features":[305,316,317]},{"name":"LPDDHALVPORTCB_CANCREATEVIDEOPORT","features":[305,316,317]},{"name":"LPDDHALVPORTCB_COLORCONTROL","features":[305,316,317]},{"name":"LPDDHALVPORTCB_CREATEVIDEOPORT","features":[305,316,317]},{"name":"LPDDHALVPORTCB_DESTROYVPORT","features":[305,316,317]},{"name":"LPDDHALVPORTCB_FLIP","features":[305,316,317]},{"name":"LPDDHALVPORTCB_GETBANDWIDTH","features":[305,316,317]},{"name":"LPDDHALVPORTCB_GETFIELD","features":[305,316,317]},{"name":"LPDDHALVPORTCB_GETFLIPSTATUS","features":[305,316,317]},{"name":"LPDDHALVPORTCB_GETINPUTFORMATS","features":[305,316,317]},{"name":"LPDDHALVPORTCB_GETLINE","features":[305,316,317]},{"name":"LPDDHALVPORTCB_GETOUTPUTFORMATS","features":[305,316,317]},{"name":"LPDDHALVPORTCB_GETSIGNALSTATUS","features":[305,316,317]},{"name":"LPDDHALVPORTCB_GETVPORTCONNECT","features":[305,316,317]},{"name":"LPDDHALVPORTCB_UPDATE","features":[305,316,317]},{"name":"LPDDHALVPORTCB_WAITFORSYNC","features":[305,316,317]},{"name":"LPDDHAL_CANCREATESURFACE","features":[305,316,317]},{"name":"LPDDHAL_CREATEPALETTE","features":[305,316,317]},{"name":"LPDDHAL_CREATESURFACE","features":[305,316,317]},{"name":"LPDDHAL_CREATESURFACEEX","features":[305,316,317]},{"name":"LPDDHAL_DESTROYDDLOCAL","features":[305,316,317]},{"name":"LPDDHAL_DESTROYDRIVER","features":[305,316,317]},{"name":"LPDDHAL_FLIPTOGDISURFACE","features":[305,316,317]},{"name":"LPDDHAL_GETAVAILDRIVERMEMORY","features":[305,316,317]},{"name":"LPDDHAL_GETDRIVERINFO","features":[316]},{"name":"LPDDHAL_GETDRIVERSTATE","features":[316]},{"name":"LPDDHAL_GETHEAPALIGNMENT","features":[316]},{"name":"LPDDHAL_GETSCANLINE","features":[305,316,317]},{"name":"LPDDHAL_SETCOLORKEY","features":[305,316,317]},{"name":"LPDDHAL_SETEXCLUSIVEMODE","features":[305,316,317]},{"name":"LPDDHAL_SETINFO","features":[305,316,317]},{"name":"LPDDHAL_SETMODE","features":[305,316,317]},{"name":"LPDDHAL_UPDATENONLOCALHEAP","features":[305,316,317]},{"name":"LPDDHAL_VIDMEMALLOC","features":[305,316,317]},{"name":"LPDDHAL_VIDMEMFREE","features":[305,316,317]},{"name":"LPDDHAL_WAITFORVERTICALBLANK","features":[305,316,317]},{"name":"LPDDHEL_INIT","features":[305,316,317]},{"name":"LPDIRECTDRAWENUMERATEEXA","features":[305,316,317]},{"name":"LPDIRECTDRAWENUMERATEEXW","features":[305,316,317]},{"name":"MAX_AUTOFLIP_BUFFERS","features":[316]},{"name":"MAX_DDDEVICEID_STRING","features":[316]},{"name":"MAX_DRIVER_NAME","features":[316]},{"name":"MAX_PALETTE_SIZE","features":[316]},{"name":"MDL_64_BIT_VA","features":[316]},{"name":"MDL_ALLOCATED_FIXED_SIZE","features":[316]},{"name":"MDL_ALLOCATED_MUST_SUCCEED","features":[316]},{"name":"MDL_IO_PAGE_READ","features":[316]},{"name":"MDL_IO_SPACE","features":[316]},{"name":"MDL_LOCK_HELD","features":[316]},{"name":"MDL_MAPPED_TO_SYSTEM_VA","features":[316]},{"name":"MDL_MAPPING_CAN_FAIL","features":[316]},{"name":"MDL_NETWORK_HEADER","features":[316]},{"name":"MDL_PAGES_LOCKED","features":[316]},{"name":"MDL_PARENT_MAPPED_SYSTEM_VA","features":[316]},{"name":"MDL_PARTIAL","features":[316]},{"name":"MDL_PARTIAL_HAS_BEEN_MAPPED","features":[316]},{"name":"MDL_SCATTER_GATHER_VA","features":[316]},{"name":"MDL_SOURCE_IS_NONPAGED_POOL","features":[316]},{"name":"MDL_WRITE_OPERATION","features":[316]},{"name":"OBJECT_ISROOT","features":[316]},{"name":"PDD_ALPHABLT","features":[305,316]},{"name":"PDD_CANCREATESURFACE","features":[316]},{"name":"PDD_COLORCB_COLORCONTROL","features":[305,316]},{"name":"PDD_CREATEPALETTE","features":[305,316,317]},{"name":"PDD_CREATESURFACE","features":[305,316]},{"name":"PDD_CREATESURFACEEX","features":[305,316]},{"name":"PDD_DESTROYDDLOCAL","features":[316]},{"name":"PDD_DESTROYDRIVER","features":[316]},{"name":"PDD_DESTROYDRIVERDATA","features":[316]},{"name":"PDD_FLIPTOGDISURFACE","features":[316]},{"name":"PDD_FREEDRIVERMEMORY","features":[305,316]},{"name":"PDD_GETAVAILDRIVERMEMORY","features":[316]},{"name":"PDD_GETDRIVERINFO","features":[316]},{"name":"PDD_GETDRIVERSTATE","features":[316]},{"name":"PDD_GETSCANLINE","features":[316]},{"name":"PDD_GETVPORTAUTOFLIPSURFACEDATA","features":[316]},{"name":"PDD_KERNELCB_SYNCSURFACE","features":[305,316]},{"name":"PDD_KERNELCB_SYNCVIDEOPORT","features":[305,316]},{"name":"PDD_MAPMEMORY","features":[305,316]},{"name":"PDD_MOCOMPCB_BEGINFRAME","features":[305,316]},{"name":"PDD_MOCOMPCB_CREATE","features":[316]},{"name":"PDD_MOCOMPCB_DESTROY","features":[316]},{"name":"PDD_MOCOMPCB_ENDFRAME","features":[316]},{"name":"PDD_MOCOMPCB_GETCOMPBUFFINFO","features":[316]},{"name":"PDD_MOCOMPCB_GETFORMATS","features":[316]},{"name":"PDD_MOCOMPCB_GETGUIDS","features":[316]},{"name":"PDD_MOCOMPCB_GETINTERNALINFO","features":[316]},{"name":"PDD_MOCOMPCB_QUERYSTATUS","features":[305,316]},{"name":"PDD_MOCOMPCB_RENDER","features":[305,316]},{"name":"PDD_PALCB_DESTROYPALETTE","features":[316]},{"name":"PDD_PALCB_SETENTRIES","features":[316,317]},{"name":"PDD_SETCOLORKEY","features":[305,316]},{"name":"PDD_SETEXCLUSIVEMODE","features":[316]},{"name":"PDD_SETMODE","features":[316]},{"name":"PDD_SETMODEDATA","features":[316]},{"name":"PDD_SURFCB_ADDATTACHEDSURFACE","features":[305,316]},{"name":"PDD_SURFCB_BLT","features":[305,316]},{"name":"PDD_SURFCB_DESTROYSURFACE","features":[305,316]},{"name":"PDD_SURFCB_FLIP","features":[305,316]},{"name":"PDD_SURFCB_GETBLTSTATUS","features":[305,316]},{"name":"PDD_SURFCB_GETFLIPSTATUS","features":[305,316]},{"name":"PDD_SURFCB_LOCK","features":[305,316]},{"name":"PDD_SURFCB_SETCLIPLIST","features":[305,316]},{"name":"PDD_SURFCB_SETCOLORKEY","features":[305,316]},{"name":"PDD_SURFCB_SETOVERLAYPOSITION","features":[305,316]},{"name":"PDD_SURFCB_SETPALETTE","features":[305,316]},{"name":"PDD_SURFCB_UNLOCK","features":[305,316]},{"name":"PDD_SURFCB_UPDATEOVERLAY","features":[305,316]},{"name":"PDD_VPORTCB_CANCREATEVIDEOPORT","features":[316]},{"name":"PDD_VPORTCB_COLORCONTROL","features":[305,316]},{"name":"PDD_VPORTCB_CREATEVIDEOPORT","features":[305,316]},{"name":"PDD_VPORTCB_DESTROYVPORT","features":[305,316]},{"name":"PDD_VPORTCB_FLIP","features":[305,316]},{"name":"PDD_VPORTCB_GETAUTOFLIPSURF","features":[316]},{"name":"PDD_VPORTCB_GETBANDWIDTH","features":[305,316]},{"name":"PDD_VPORTCB_GETFIELD","features":[305,316]},{"name":"PDD_VPORTCB_GETFLIPSTATUS","features":[316]},{"name":"PDD_VPORTCB_GETINPUTFORMATS","features":[305,316]},{"name":"PDD_VPORTCB_GETLINE","features":[305,316]},{"name":"PDD_VPORTCB_GETOUTPUTFORMATS","features":[305,316]},{"name":"PDD_VPORTCB_GETSIGNALSTATUS","features":[305,316]},{"name":"PDD_VPORTCB_GETVPORTCONNECT","features":[316]},{"name":"PDD_VPORTCB_UPDATE","features":[305,316]},{"name":"PDD_VPORTCB_WAITFORSYNC","features":[305,316]},{"name":"PDD_WAITFORVERTICALBLANK","features":[316]},{"name":"PDX_BOBNEXTFIELD","features":[316]},{"name":"PDX_ENABLEIRQ","features":[316]},{"name":"PDX_FLIPOVERLAY","features":[316]},{"name":"PDX_FLIPVIDEOPORT","features":[316]},{"name":"PDX_GETCURRENTAUTOFLIP","features":[316]},{"name":"PDX_GETIRQINFO","features":[316]},{"name":"PDX_GETPOLARITY","features":[316]},{"name":"PDX_GETPREVIOUSAUTOFLIP","features":[316]},{"name":"PDX_GETTRANSFERSTATUS","features":[316]},{"name":"PDX_IRQCALLBACK","features":[316]},{"name":"PDX_LOCK","features":[316]},{"name":"PDX_SETSTATE","features":[305,316]},{"name":"PDX_SKIPNEXTFIELD","features":[316]},{"name":"PDX_TRANSFER","features":[316]},{"name":"PFINDEX_UNINITIALIZED","features":[316]},{"name":"PROCESS_LIST","features":[316]},{"name":"REGSTR_KEY_DDHW_DESCRIPTION","features":[316]},{"name":"REGSTR_KEY_DDHW_DRIVERNAME","features":[316]},{"name":"REGSTR_PATH_DDHW","features":[316]},{"name":"ROP_HAS_PATTERN","features":[316]},{"name":"ROP_HAS_SOURCE","features":[316]},{"name":"SURFACEALIGNMENT","features":[316]},{"name":"SURFACEALIGN_DISCARDABLE","features":[316]},{"name":"VIDEOMEMORY","features":[305,316]},{"name":"VIDEOMEMORYINFO","features":[316]},{"name":"VIDMEM","features":[305,316]},{"name":"VIDMEMINFO","features":[305,316]},{"name":"VIDMEM_HEAPDISABLED","features":[316]},{"name":"VIDMEM_ISHEAP","features":[316]},{"name":"VIDMEM_ISLINEAR","features":[316]},{"name":"VIDMEM_ISNONLOCAL","features":[316]},{"name":"VIDMEM_ISRECTANGULAR","features":[316]},{"name":"VIDMEM_ISWC","features":[316]},{"name":"VMEMHEAP","features":[305,316]},{"name":"VMEMHEAP_ALIGNMENT","features":[316]},{"name":"VMEMHEAP_LINEAR","features":[316]},{"name":"VMEMHEAP_RECTANGULAR","features":[316]},{"name":"VMEML","features":[305,316]},{"name":"VMEMR","features":[305,316]},{"name":"_FACDD","features":[316]}],"417":[{"name":"CLSID_AutoScrollBehavior","features":[415]},{"name":"CLSID_DeferContactService","features":[415]},{"name":"CLSID_DragDropConfigurationBehavior","features":[415]},{"name":"CLSID_HorizontalIndicatorContent","features":[415]},{"name":"CLSID_VerticalIndicatorContent","features":[415]},{"name":"CLSID_VirtualViewportContent","features":[415]},{"name":"DCompManipulationCompositor","features":[415]},{"name":"DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION","features":[415]},{"name":"DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_FORWARD","features":[415]},{"name":"DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_REVERSE","features":[415]},{"name":"DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_STOP","features":[415]},{"name":"DIRECTMANIPULATION_BUILDING","features":[415]},{"name":"DIRECTMANIPULATION_CONFIGURATION","features":[415]},{"name":"DIRECTMANIPULATION_CONFIGURATION_INTERACTION","features":[415]},{"name":"DIRECTMANIPULATION_CONFIGURATION_NONE","features":[415]},{"name":"DIRECTMANIPULATION_CONFIGURATION_RAILS_X","features":[415]},{"name":"DIRECTMANIPULATION_CONFIGURATION_RAILS_Y","features":[415]},{"name":"DIRECTMANIPULATION_CONFIGURATION_SCALING","features":[415]},{"name":"DIRECTMANIPULATION_CONFIGURATION_SCALING_INERTIA","features":[415]},{"name":"DIRECTMANIPULATION_CONFIGURATION_TRANSLATION_INERTIA","features":[415]},{"name":"DIRECTMANIPULATION_CONFIGURATION_TRANSLATION_X","features":[415]},{"name":"DIRECTMANIPULATION_CONFIGURATION_TRANSLATION_Y","features":[415]},{"name":"DIRECTMANIPULATION_COORDINATE_BOUNDARY","features":[415]},{"name":"DIRECTMANIPULATION_COORDINATE_MIRRORED","features":[415]},{"name":"DIRECTMANIPULATION_COORDINATE_ORIGIN","features":[415]},{"name":"DIRECTMANIPULATION_DISABLED","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CANCELLED","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_COMMITTED","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION_HOLD_DRAG","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION_HORIZONTAL","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION_SELECT_DRAG","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION_SELECT_ONLY","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_CONFIGURATION_VERTICAL","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_DRAGGING","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_PRESELECT","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_READY","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_SELECTING","features":[415]},{"name":"DIRECTMANIPULATION_DRAG_DROP_STATUS","features":[415]},{"name":"DIRECTMANIPULATION_ENABLED","features":[415]},{"name":"DIRECTMANIPULATION_GESTURE_CONFIGURATION","features":[415]},{"name":"DIRECTMANIPULATION_GESTURE_CROSS_SLIDE_HORIZONTAL","features":[415]},{"name":"DIRECTMANIPULATION_GESTURE_CROSS_SLIDE_VERTICAL","features":[415]},{"name":"DIRECTMANIPULATION_GESTURE_DEFAULT","features":[415]},{"name":"DIRECTMANIPULATION_GESTURE_NONE","features":[415]},{"name":"DIRECTMANIPULATION_GESTURE_PINCH_ZOOM","features":[415]},{"name":"DIRECTMANIPULATION_HITTEST_TYPE","features":[415]},{"name":"DIRECTMANIPULATION_HITTEST_TYPE_ASYNCHRONOUS","features":[415]},{"name":"DIRECTMANIPULATION_HITTEST_TYPE_AUTO_SYNCHRONOUS","features":[415]},{"name":"DIRECTMANIPULATION_HITTEST_TYPE_SYNCHRONOUS","features":[415]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT","features":[415]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT_CENTER","features":[415]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT_LEFT","features":[415]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT_NONE","features":[415]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT_RIGHT","features":[415]},{"name":"DIRECTMANIPULATION_HORIZONTALALIGNMENT_UNLOCKCENTER","features":[415]},{"name":"DIRECTMANIPULATION_INERTIA","features":[415]},{"name":"DIRECTMANIPULATION_INPUT_MODE","features":[415]},{"name":"DIRECTMANIPULATION_INPUT_MODE_AUTOMATIC","features":[415]},{"name":"DIRECTMANIPULATION_INPUT_MODE_MANUAL","features":[415]},{"name":"DIRECTMANIPULATION_INTERACTION_BEGIN","features":[415]},{"name":"DIRECTMANIPULATION_INTERACTION_END","features":[415]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE","features":[415]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_CROSS_SLIDE","features":[415]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_HOLD","features":[415]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_PINCH_ZOOM","features":[415]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_TAP","features":[415]},{"name":"DIRECTMANIPULATION_INTERACTION_TYPE_MANIPULATION","features":[415]},{"name":"DIRECTMANIPULATION_KEYBOARDFOCUS","features":[415]},{"name":"DIRECTMANIPULATION_MOTION_ALL","features":[415]},{"name":"DIRECTMANIPULATION_MOTION_CENTERX","features":[415]},{"name":"DIRECTMANIPULATION_MOTION_CENTERY","features":[415]},{"name":"DIRECTMANIPULATION_MOTION_NONE","features":[415]},{"name":"DIRECTMANIPULATION_MOTION_TRANSLATEX","features":[415]},{"name":"DIRECTMANIPULATION_MOTION_TRANSLATEY","features":[415]},{"name":"DIRECTMANIPULATION_MOTION_TYPES","features":[415]},{"name":"DIRECTMANIPULATION_MOTION_ZOOM","features":[415]},{"name":"DIRECTMANIPULATION_MOUSEFOCUS","features":[415]},{"name":"DIRECTMANIPULATION_READY","features":[415]},{"name":"DIRECTMANIPULATION_RUNNING","features":[415]},{"name":"DIRECTMANIPULATION_SNAPPOINT_COORDINATE","features":[415]},{"name":"DIRECTMANIPULATION_SNAPPOINT_MANDATORY","features":[415]},{"name":"DIRECTMANIPULATION_SNAPPOINT_MANDATORY_SINGLE","features":[415]},{"name":"DIRECTMANIPULATION_SNAPPOINT_OPTIONAL","features":[415]},{"name":"DIRECTMANIPULATION_SNAPPOINT_OPTIONAL_SINGLE","features":[415]},{"name":"DIRECTMANIPULATION_SNAPPOINT_TYPE","features":[415]},{"name":"DIRECTMANIPULATION_STATUS","features":[415]},{"name":"DIRECTMANIPULATION_SUSPENDED","features":[415]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT","features":[415]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT_BOTTOM","features":[415]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT_CENTER","features":[415]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT_NONE","features":[415]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT_TOP","features":[415]},{"name":"DIRECTMANIPULATION_VERTICALALIGNMENT_UNLOCKCENTER","features":[415]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS","features":[415]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_AUTODISABLE","features":[415]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_DEFAULT","features":[415]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_DISABLEPIXELSNAPPING","features":[415]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_EXPLICITHITTEST","features":[415]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_INPUT","features":[415]},{"name":"DIRECTMANIPULATION_VIEWPORT_OPTIONS_MANUALUPDATE","features":[415]},{"name":"DirectManipulationManager","features":[415]},{"name":"DirectManipulationPrimaryContent","features":[415]},{"name":"DirectManipulationSharedManager","features":[415]},{"name":"DirectManipulationUpdateManager","features":[415]},{"name":"DirectManipulationViewport","features":[415]},{"name":"IDirectManipulationAutoScrollBehavior","features":[415]},{"name":"IDirectManipulationCompositor","features":[415]},{"name":"IDirectManipulationCompositor2","features":[415]},{"name":"IDirectManipulationContent","features":[415]},{"name":"IDirectManipulationDeferContactService","features":[415]},{"name":"IDirectManipulationDragDropBehavior","features":[415]},{"name":"IDirectManipulationDragDropEventHandler","features":[415]},{"name":"IDirectManipulationFrameInfoProvider","features":[415]},{"name":"IDirectManipulationInteractionEventHandler","features":[415]},{"name":"IDirectManipulationManager","features":[415]},{"name":"IDirectManipulationManager2","features":[415]},{"name":"IDirectManipulationManager3","features":[415]},{"name":"IDirectManipulationPrimaryContent","features":[415]},{"name":"IDirectManipulationUpdateHandler","features":[415]},{"name":"IDirectManipulationUpdateManager","features":[415]},{"name":"IDirectManipulationViewport","features":[415]},{"name":"IDirectManipulationViewport2","features":[415]},{"name":"IDirectManipulationViewportEventHandler","features":[415]}],"418":[{"name":"DWRITE_ALPHA_MAX","features":[416]},{"name":"DWRITE_AUTOMATIC_FONT_AXES","features":[416]},{"name":"DWRITE_AUTOMATIC_FONT_AXES_NONE","features":[416]},{"name":"DWRITE_AUTOMATIC_FONT_AXES_OPTICAL_SIZE","features":[416]},{"name":"DWRITE_BASELINE","features":[416]},{"name":"DWRITE_BASELINE_CENTRAL","features":[416]},{"name":"DWRITE_BASELINE_DEFAULT","features":[416]},{"name":"DWRITE_BASELINE_HANGING","features":[416]},{"name":"DWRITE_BASELINE_IDEOGRAPHIC_BOTTOM","features":[416]},{"name":"DWRITE_BASELINE_IDEOGRAPHIC_TOP","features":[416]},{"name":"DWRITE_BASELINE_MATH","features":[416]},{"name":"DWRITE_BASELINE_MAXIMUM","features":[416]},{"name":"DWRITE_BASELINE_MINIMUM","features":[416]},{"name":"DWRITE_BASELINE_ROMAN","features":[416]},{"name":"DWRITE_BITMAP_DATA_BGRA32","features":[416]},{"name":"DWRITE_BREAK_CONDITION","features":[416]},{"name":"DWRITE_BREAK_CONDITION_CAN_BREAK","features":[416]},{"name":"DWRITE_BREAK_CONDITION_MAY_NOT_BREAK","features":[416]},{"name":"DWRITE_BREAK_CONDITION_MUST_BREAK","features":[416]},{"name":"DWRITE_BREAK_CONDITION_NEUTRAL","features":[416]},{"name":"DWRITE_CARET_METRICS","features":[416]},{"name":"DWRITE_CLUSTER_METRICS","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_CLEAR","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_COLOR_BURN","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_COLOR_DODGE","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_DARKEN","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_DEST","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_DEST_ATOP","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_DEST_IN","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_DEST_OUT","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_DEST_OVER","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_DIFFERENCE","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_EXCLUSION","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_HARD_LIGHT","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_HSL_COLOR","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_HSL_HUE","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_HSL_LUMINOSITY","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_HSL_SATURATION","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_LIGHTEN","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_MODE","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_MULTIPLY","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_OVERLAY","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_PLUS","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_SCREEN","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_SOFT_LIGHT","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_SRC","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_SRC_ATOP","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_SRC_IN","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_SRC_OUT","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_SRC_OVER","features":[416]},{"name":"DWRITE_COLOR_COMPOSITE_XOR","features":[416]},{"name":"DWRITE_COLOR_F","features":[416]},{"name":"DWRITE_COLOR_GLYPH_RUN","features":[305,416]},{"name":"DWRITE_COLOR_GLYPH_RUN1","features":[305,416]},{"name":"DWRITE_CONTAINER_TYPE","features":[416]},{"name":"DWRITE_CONTAINER_TYPE_UNKNOWN","features":[416]},{"name":"DWRITE_CONTAINER_TYPE_WOFF","features":[416]},{"name":"DWRITE_CONTAINER_TYPE_WOFF2","features":[416]},{"name":"DWRITE_ERR_BASE","features":[416]},{"name":"DWRITE_E_DOWNLOADCANCELLED","features":[416]},{"name":"DWRITE_E_DOWNLOADFAILED","features":[416]},{"name":"DWRITE_E_REMOTEFONT","features":[416]},{"name":"DWRITE_E_TOOMANYDOWNLOADS","features":[416]},{"name":"DWRITE_FACTORY_TYPE","features":[416]},{"name":"DWRITE_FACTORY_TYPE_ISOLATED","features":[416]},{"name":"DWRITE_FACTORY_TYPE_SHARED","features":[416]},{"name":"DWRITE_FILE_FRAGMENT","features":[416]},{"name":"DWRITE_FLOW_DIRECTION","features":[416]},{"name":"DWRITE_FLOW_DIRECTION_BOTTOM_TO_TOP","features":[416]},{"name":"DWRITE_FLOW_DIRECTION_LEFT_TO_RIGHT","features":[416]},{"name":"DWRITE_FLOW_DIRECTION_RIGHT_TO_LEFT","features":[416]},{"name":"DWRITE_FLOW_DIRECTION_TOP_TO_BOTTOM","features":[416]},{"name":"DWRITE_FONT_AXIS_ATTRIBUTES","features":[416]},{"name":"DWRITE_FONT_AXIS_ATTRIBUTES_HIDDEN","features":[416]},{"name":"DWRITE_FONT_AXIS_ATTRIBUTES_NONE","features":[416]},{"name":"DWRITE_FONT_AXIS_ATTRIBUTES_VARIABLE","features":[416]},{"name":"DWRITE_FONT_AXIS_RANGE","features":[416]},{"name":"DWRITE_FONT_AXIS_TAG","features":[416]},{"name":"DWRITE_FONT_AXIS_TAG_ITALIC","features":[416]},{"name":"DWRITE_FONT_AXIS_TAG_OPTICAL_SIZE","features":[416]},{"name":"DWRITE_FONT_AXIS_TAG_SLANT","features":[416]},{"name":"DWRITE_FONT_AXIS_TAG_WEIGHT","features":[416]},{"name":"DWRITE_FONT_AXIS_TAG_WIDTH","features":[416]},{"name":"DWRITE_FONT_AXIS_VALUE","features":[416]},{"name":"DWRITE_FONT_FACE_TYPE","features":[416]},{"name":"DWRITE_FONT_FACE_TYPE_BITMAP","features":[416]},{"name":"DWRITE_FONT_FACE_TYPE_CFF","features":[416]},{"name":"DWRITE_FONT_FACE_TYPE_OPENTYPE_COLLECTION","features":[416]},{"name":"DWRITE_FONT_FACE_TYPE_RAW_CFF","features":[416]},{"name":"DWRITE_FONT_FACE_TYPE_TRUETYPE","features":[416]},{"name":"DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION","features":[416]},{"name":"DWRITE_FONT_FACE_TYPE_TYPE1","features":[416]},{"name":"DWRITE_FONT_FACE_TYPE_UNKNOWN","features":[416]},{"name":"DWRITE_FONT_FACE_TYPE_VECTOR","features":[416]},{"name":"DWRITE_FONT_FAMILY_MODEL","features":[416]},{"name":"DWRITE_FONT_FAMILY_MODEL_TYPOGRAPHIC","features":[416]},{"name":"DWRITE_FONT_FAMILY_MODEL_WEIGHT_STRETCH_STYLE","features":[416]},{"name":"DWRITE_FONT_FEATURE","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_ALTERNATE_ANNOTATION_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_ALTERNATE_HALF_WIDTH","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_ALTERNATIVE_FRACTIONS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_CAPITAL_SPACING","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_CASE_SENSITIVE_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_ALTERNATES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_LIGATURES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_SWASH","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_CURSIVE_POSITIONING","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_DEFAULT","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_DISCRETIONARY_LIGATURES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_EXPERT_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_FRACTIONS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_FULL_WIDTH","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_GLYPH_COMPOSITION_DECOMPOSITION","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_HALANT_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_HALF_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_HALF_WIDTH","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_HISTORICAL_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_HISTORICAL_LIGATURES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_HOJO_KANJI_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_HORIZONTAL_KANA_ALTERNATES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_JIS04_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_JIS78_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_JIS83_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_JIS90_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_KERNING","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_LINING_FIGURES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_LOCALIZED_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_MARK_POSITIONING","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_MARK_TO_MARK_POSITIONING","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_MATHEMATICAL_GREEK","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_NLC_KANJI_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_OLD_STYLE_FIGURES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_ORDINALS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_PETITE_CAPITALS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_PETITE_CAPITALS_FROM_CAPITALS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_ALTERNATE_WIDTH","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_FIGURES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_WIDTHS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_QUARTER_WIDTHS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_REQUIRED_LIGATURES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_RUBY_NOTATION_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_SCIENTIFIC_INFERIORS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_SIMPLIFIED_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_SLASHED_ZERO","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_SMALL_CAPITALS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_SMALL_CAPITALS_FROM_CAPITALS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STANDARD_LIGATURES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_ALTERNATES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_10","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_11","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_12","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_13","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_14","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_15","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_16","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_17","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_18","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_19","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_2","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_20","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_3","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_4","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_5","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_6","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_7","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_8","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_9","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_SUBSCRIPT","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_SUPERSCRIPT","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_SWASH","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_TABULAR_FIGURES","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_THIRD_WIDTHS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_TITLING","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_TRADITIONAL_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_TRADITIONAL_NAME_FORMS","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_UNICASE","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_VERTICAL_ALTERNATES_AND_ROTATION","features":[416]},{"name":"DWRITE_FONT_FEATURE_TAG_VERTICAL_WRITING","features":[416]},{"name":"DWRITE_FONT_FILE_TYPE","features":[416]},{"name":"DWRITE_FONT_FILE_TYPE_BITMAP","features":[416]},{"name":"DWRITE_FONT_FILE_TYPE_CFF","features":[416]},{"name":"DWRITE_FONT_FILE_TYPE_OPENTYPE_COLLECTION","features":[416]},{"name":"DWRITE_FONT_FILE_TYPE_TRUETYPE","features":[416]},{"name":"DWRITE_FONT_FILE_TYPE_TRUETYPE_COLLECTION","features":[416]},{"name":"DWRITE_FONT_FILE_TYPE_TYPE1_PFB","features":[416]},{"name":"DWRITE_FONT_FILE_TYPE_TYPE1_PFM","features":[416]},{"name":"DWRITE_FONT_FILE_TYPE_UNKNOWN","features":[416]},{"name":"DWRITE_FONT_FILE_TYPE_VECTOR","features":[416]},{"name":"DWRITE_FONT_LINE_GAP_USAGE","features":[416]},{"name":"DWRITE_FONT_LINE_GAP_USAGE_DEFAULT","features":[416]},{"name":"DWRITE_FONT_LINE_GAP_USAGE_DISABLED","features":[416]},{"name":"DWRITE_FONT_LINE_GAP_USAGE_ENABLED","features":[416]},{"name":"DWRITE_FONT_METRICS","features":[416]},{"name":"DWRITE_FONT_METRICS1","features":[305,416]},{"name":"DWRITE_FONT_PROPERTY","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_DESIGN_SCRIPT_LANGUAGE_TAG","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_FACE_NAME","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_FAMILY_NAME","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_FULL_NAME","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_NONE","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_POSTSCRIPT_NAME","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_PREFERRED_FAMILY_NAME","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_SEMANTIC_TAG","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_STRETCH","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_STYLE","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_SUPPORTED_SCRIPT_LANGUAGE_TAG","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_TOTAL","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_TOTAL_RS3","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_TYPOGRAPHIC_FACE_NAME","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_TYPOGRAPHIC_FAMILY_NAME","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_WEIGHT","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_WEIGHT_STRETCH_STYLE_FACE_NAME","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_WEIGHT_STRETCH_STYLE_FAMILY_NAME","features":[416]},{"name":"DWRITE_FONT_PROPERTY_ID_WIN32_FAMILY_NAME","features":[416]},{"name":"DWRITE_FONT_SIMULATIONS","features":[416]},{"name":"DWRITE_FONT_SIMULATIONS_BOLD","features":[416]},{"name":"DWRITE_FONT_SIMULATIONS_NONE","features":[416]},{"name":"DWRITE_FONT_SIMULATIONS_OBLIQUE","features":[416]},{"name":"DWRITE_FONT_SOURCE_TYPE","features":[416]},{"name":"DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE","features":[416]},{"name":"DWRITE_FONT_SOURCE_TYPE_PER_MACHINE","features":[416]},{"name":"DWRITE_FONT_SOURCE_TYPE_PER_USER","features":[416]},{"name":"DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER","features":[416]},{"name":"DWRITE_FONT_SOURCE_TYPE_UNKNOWN","features":[416]},{"name":"DWRITE_FONT_STRETCH","features":[416]},{"name":"DWRITE_FONT_STRETCH_CONDENSED","features":[416]},{"name":"DWRITE_FONT_STRETCH_EXPANDED","features":[416]},{"name":"DWRITE_FONT_STRETCH_EXTRA_CONDENSED","features":[416]},{"name":"DWRITE_FONT_STRETCH_EXTRA_EXPANDED","features":[416]},{"name":"DWRITE_FONT_STRETCH_MEDIUM","features":[416]},{"name":"DWRITE_FONT_STRETCH_NORMAL","features":[416]},{"name":"DWRITE_FONT_STRETCH_SEMI_CONDENSED","features":[416]},{"name":"DWRITE_FONT_STRETCH_SEMI_EXPANDED","features":[416]},{"name":"DWRITE_FONT_STRETCH_ULTRA_CONDENSED","features":[416]},{"name":"DWRITE_FONT_STRETCH_ULTRA_EXPANDED","features":[416]},{"name":"DWRITE_FONT_STRETCH_UNDEFINED","features":[416]},{"name":"DWRITE_FONT_STYLE","features":[416]},{"name":"DWRITE_FONT_STYLE_ITALIC","features":[416]},{"name":"DWRITE_FONT_STYLE_NORMAL","features":[416]},{"name":"DWRITE_FONT_STYLE_OBLIQUE","features":[416]},{"name":"DWRITE_FONT_WEIGHT","features":[416]},{"name":"DWRITE_FONT_WEIGHT_BLACK","features":[416]},{"name":"DWRITE_FONT_WEIGHT_BOLD","features":[416]},{"name":"DWRITE_FONT_WEIGHT_DEMI_BOLD","features":[416]},{"name":"DWRITE_FONT_WEIGHT_EXTRA_BLACK","features":[416]},{"name":"DWRITE_FONT_WEIGHT_EXTRA_BOLD","features":[416]},{"name":"DWRITE_FONT_WEIGHT_EXTRA_LIGHT","features":[416]},{"name":"DWRITE_FONT_WEIGHT_HEAVY","features":[416]},{"name":"DWRITE_FONT_WEIGHT_LIGHT","features":[416]},{"name":"DWRITE_FONT_WEIGHT_MEDIUM","features":[416]},{"name":"DWRITE_FONT_WEIGHT_NORMAL","features":[416]},{"name":"DWRITE_FONT_WEIGHT_REGULAR","features":[416]},{"name":"DWRITE_FONT_WEIGHT_SEMI_BOLD","features":[416]},{"name":"DWRITE_FONT_WEIGHT_SEMI_LIGHT","features":[416]},{"name":"DWRITE_FONT_WEIGHT_THIN","features":[416]},{"name":"DWRITE_FONT_WEIGHT_ULTRA_BLACK","features":[416]},{"name":"DWRITE_FONT_WEIGHT_ULTRA_BOLD","features":[416]},{"name":"DWRITE_FONT_WEIGHT_ULTRA_LIGHT","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_DATA","features":[305,405,416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_CFF","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_COLR","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_COLR_PAINT_TREE","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_JPEG","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_NONE","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_PNG","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_PREMULTIPLIED_B8G8R8A8","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_SVG","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_TIFF","features":[416]},{"name":"DWRITE_GLYPH_IMAGE_FORMATS_TRUETYPE","features":[416]},{"name":"DWRITE_GLYPH_METRICS","features":[416]},{"name":"DWRITE_GLYPH_OFFSET","features":[416]},{"name":"DWRITE_GLYPH_ORIENTATION_ANGLE","features":[416]},{"name":"DWRITE_GLYPH_ORIENTATION_ANGLE_0_DEGREES","features":[416]},{"name":"DWRITE_GLYPH_ORIENTATION_ANGLE_180_DEGREES","features":[416]},{"name":"DWRITE_GLYPH_ORIENTATION_ANGLE_270_DEGREES","features":[416]},{"name":"DWRITE_GLYPH_ORIENTATION_ANGLE_90_DEGREES","features":[416]},{"name":"DWRITE_GLYPH_RUN","features":[305,416]},{"name":"DWRITE_GLYPH_RUN_DESCRIPTION","features":[416]},{"name":"DWRITE_GRID_FIT_MODE","features":[416]},{"name":"DWRITE_GRID_FIT_MODE_DEFAULT","features":[416]},{"name":"DWRITE_GRID_FIT_MODE_DISABLED","features":[416]},{"name":"DWRITE_GRID_FIT_MODE_ENABLED","features":[416]},{"name":"DWRITE_HIT_TEST_METRICS","features":[305,416]},{"name":"DWRITE_INFORMATIONAL_STRING_COPYRIGHT_NOTICE","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_DESCRIPTION","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_DESIGNER","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_DESIGNER_URL","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_DESIGN_SCRIPT_LANGUAGE_TAG","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_FONT_VENDOR_URL","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_FULL_NAME","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_ID","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_LICENSE_DESCRIPTION","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_LICENSE_INFO_URL","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_MANUFACTURER","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_NONE","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_SAMPLE_TEXT","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_SUPPORTED_SCRIPT_LANGUAGE_TAG","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_TRADEMARK","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_FAMILY_NAMES","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_SUBFAMILY_NAMES","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_VERSION_STRINGS","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_WIN32_FAMILY_NAMES","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_WIN32_SUBFAMILY_NAMES","features":[416]},{"name":"DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAME","features":[416]},{"name":"DWRITE_INLINE_OBJECT_METRICS","features":[305,416]},{"name":"DWRITE_JUSTIFICATION_OPPORTUNITY","features":[416]},{"name":"DWRITE_LINE_BREAKPOINT","features":[416]},{"name":"DWRITE_LINE_METRICS","features":[305,416]},{"name":"DWRITE_LINE_METRICS1","features":[305,416]},{"name":"DWRITE_LINE_SPACING","features":[416]},{"name":"DWRITE_LINE_SPACING_METHOD","features":[416]},{"name":"DWRITE_LINE_SPACING_METHOD_DEFAULT","features":[416]},{"name":"DWRITE_LINE_SPACING_METHOD_PROPORTIONAL","features":[416]},{"name":"DWRITE_LINE_SPACING_METHOD_UNIFORM","features":[416]},{"name":"DWRITE_LOCALITY","features":[416]},{"name":"DWRITE_LOCALITY_LOCAL","features":[416]},{"name":"DWRITE_LOCALITY_PARTIAL","features":[416]},{"name":"DWRITE_LOCALITY_REMOTE","features":[416]},{"name":"DWRITE_MATRIX","features":[416]},{"name":"DWRITE_MEASURING_MODE","features":[416]},{"name":"DWRITE_MEASURING_MODE_GDI_CLASSIC","features":[416]},{"name":"DWRITE_MEASURING_MODE_GDI_NATURAL","features":[416]},{"name":"DWRITE_MEASURING_MODE_NATURAL","features":[416]},{"name":"DWRITE_NO_PALETTE_INDEX","features":[416]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD","features":[416]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD_CONTEXTUAL","features":[416]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD_FROM_CULTURE","features":[416]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD_NATIONAL","features":[416]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD_NONE","features":[416]},{"name":"DWRITE_NUMBER_SUBSTITUTION_METHOD_TRADITIONAL","features":[416]},{"name":"DWRITE_OPTICAL_ALIGNMENT","features":[416]},{"name":"DWRITE_OPTICAL_ALIGNMENT_NONE","features":[416]},{"name":"DWRITE_OPTICAL_ALIGNMENT_NO_SIDE_BEARINGS","features":[416]},{"name":"DWRITE_OUTLINE_THRESHOLD","features":[416]},{"name":"DWRITE_OUTLINE_THRESHOLD_ALIASED","features":[416]},{"name":"DWRITE_OUTLINE_THRESHOLD_ANTIALIASED","features":[416]},{"name":"DWRITE_OVERHANG_METRICS","features":[416]},{"name":"DWRITE_PAINT_ATTRIBUTES","features":[416]},{"name":"DWRITE_PAINT_ATTRIBUTES_NONE","features":[416]},{"name":"DWRITE_PAINT_ATTRIBUTES_USES_PALETTE","features":[416]},{"name":"DWRITE_PAINT_ATTRIBUTES_USES_TEXT_COLOR","features":[416]},{"name":"DWRITE_PAINT_COLOR","features":[416]},{"name":"DWRITE_PAINT_ELEMENT","features":[405,416]},{"name":"DWRITE_PAINT_FEATURE_LEVEL","features":[416]},{"name":"DWRITE_PAINT_FEATURE_LEVEL_COLR_V0","features":[416]},{"name":"DWRITE_PAINT_FEATURE_LEVEL_COLR_V1","features":[416]},{"name":"DWRITE_PAINT_FEATURE_LEVEL_NONE","features":[416]},{"name":"DWRITE_PAINT_TYPE","features":[416]},{"name":"DWRITE_PAINT_TYPE_COLOR_GLYPH","features":[416]},{"name":"DWRITE_PAINT_TYPE_COMPOSITE","features":[416]},{"name":"DWRITE_PAINT_TYPE_GLYPH","features":[416]},{"name":"DWRITE_PAINT_TYPE_LAYERS","features":[416]},{"name":"DWRITE_PAINT_TYPE_LINEAR_GRADIENT","features":[416]},{"name":"DWRITE_PAINT_TYPE_NONE","features":[416]},{"name":"DWRITE_PAINT_TYPE_RADIAL_GRADIENT","features":[416]},{"name":"DWRITE_PAINT_TYPE_SOLID","features":[416]},{"name":"DWRITE_PAINT_TYPE_SOLID_GLYPH","features":[416]},{"name":"DWRITE_PAINT_TYPE_SWEEP_GRADIENT","features":[416]},{"name":"DWRITE_PAINT_TYPE_TRANSFORM","features":[416]},{"name":"DWRITE_PANOSE","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_ANY","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_DOUBLE_SERIF","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_HORZ","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_SINGLE_SERIF","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_VERT","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_WEDGE","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_DOUBLE_SERIF","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_HORIZONTAL","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_SINGLE_SERIF","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_VERTICAL","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_WEDGE","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_DOUBLE_SERIF","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORIZONTAL","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORZ","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_SINGLE_SERIF","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERT","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERTICAL","features":[416]},{"name":"DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_WEDGE","features":[416]},{"name":"DWRITE_PANOSE_ASPECT","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_ANY","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_CONDENSED","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_EXTENDED","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_MONOSPACED","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_NORMAL","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_RATIO","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_ANY","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_CONDENSED","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_EXPANDED","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_NORMAL","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_VERY_CONDENSED","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_RATIO_VERY_EXPANDED","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_SUPER_CONDENSED","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_SUPER_EXTENDED","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_VERY_CONDENSED","features":[416]},{"name":"DWRITE_PANOSE_ASPECT_VERY_EXTENDED","features":[416]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES","features":[416]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_ANY","features":[416]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_EXTENDED_COLLECTION","features":[416]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_LITERALS","features":[416]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_NO_LOWER_CASE","features":[416]},{"name":"DWRITE_PANOSE_CHARACTER_RANGES_SMALL_CAPS","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_ANY","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_BROKEN","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_HIGH","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_HORIZONTAL_HIGH","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_HORIZONTAL_LOW","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_HORIZONTAL_MEDIUM","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_LOW","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_MEDIUM","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_MEDIUM_HIGH","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_MEDIUM_LOW","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_NONE","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_VERY_HIGH","features":[416]},{"name":"DWRITE_PANOSE_CONTRAST_VERY_LOW","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_ANY","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_CARTOON","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_COLLAGE","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_DERIVATIVE","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_INITIALS","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_MONTAGE","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ASPECT","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ELEMENTS","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_TOPOLOGY","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_ORNAMENTED","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_PICTURE_STEMS","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_CLASS_TEXT_AND_BACKGROUND","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ANY","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ART_DECO","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_BLACKLETTER","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_CURSIVE","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_ARMS","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_FORMS","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_HORSESHOE_E_AND_A","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_IMPLIED_TOPOLOGY","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_LOMBARDIC_FORMS","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_MULTIPLE_SEGMENT","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SQUARE","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_STANDARD","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SWASH_VARIANCE","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UNEVEN_WEIGHTING","features":[416]},{"name":"DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UPPER_CASE_IN_LOWER_CASE","features":[416]},{"name":"DWRITE_PANOSE_FAMILY","features":[416]},{"name":"DWRITE_PANOSE_FAMILY_ANY","features":[416]},{"name":"DWRITE_PANOSE_FAMILY_DECORATIVE","features":[416]},{"name":"DWRITE_PANOSE_FAMILY_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_FAMILY_PICTORIAL","features":[416]},{"name":"DWRITE_PANOSE_FAMILY_SCRIPT","features":[416]},{"name":"DWRITE_PANOSE_FAMILY_SYMBOL","features":[416]},{"name":"DWRITE_PANOSE_FAMILY_TEXT_DISPLAY","features":[416]},{"name":"DWRITE_PANOSE_FILL","features":[416]},{"name":"DWRITE_PANOSE_FILL_ANY","features":[416]},{"name":"DWRITE_PANOSE_FILL_COMPLEX_FILL","features":[416]},{"name":"DWRITE_PANOSE_FILL_DRAWN_DISTRESSED","features":[416]},{"name":"DWRITE_PANOSE_FILL_NO_FILL","features":[416]},{"name":"DWRITE_PANOSE_FILL_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_FILL_PATTERNED_FILL","features":[416]},{"name":"DWRITE_PANOSE_FILL_SHAPED_FILL","features":[416]},{"name":"DWRITE_PANOSE_FILL_STANDARD_SOLID_FILL","features":[416]},{"name":"DWRITE_PANOSE_FINIALS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_ANY","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_NONE_CLOSED_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_NONE_NO_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_NONE_OPEN_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_ROUND_CLOSED_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_ROUND_NO_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_ROUND_OPEN_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_SHARP_CLOSED_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_SHARP_NO_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_SHARP_OPEN_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_TAPERED_CLOSED_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_TAPERED_NO_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_FINIALS_TAPERED_OPEN_LOOPS","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_ANY","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_BOXED","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_CONTACT","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_FLATTENED","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_OFF_CENTER","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_ROUNDED","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_SQUARE","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_NORMAL_WEIGHTED","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_BOXED","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_CONTACT","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_FLATTENED","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_OFF_CENTER","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_ROUNDED","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_SQUARE","features":[416]},{"name":"DWRITE_PANOSE_LETTERFORM_OBLIQUE_WEIGHTED","features":[416]},{"name":"DWRITE_PANOSE_LINING","features":[416]},{"name":"DWRITE_PANOSE_LINING_ANY","features":[416]},{"name":"DWRITE_PANOSE_LINING_BACKDROP","features":[416]},{"name":"DWRITE_PANOSE_LINING_ENGRAVED","features":[416]},{"name":"DWRITE_PANOSE_LINING_INLINE","features":[416]},{"name":"DWRITE_PANOSE_LINING_NONE","features":[416]},{"name":"DWRITE_PANOSE_LINING_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_LINING_OUTLINE","features":[416]},{"name":"DWRITE_PANOSE_LINING_RELIEF","features":[416]},{"name":"DWRITE_PANOSE_LINING_SHADOW","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_ANY","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_CONSTANT_POINTED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_CONSTANT_SERIFED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_CONSTANT_TRIMMED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_HIGH_POINTED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_HIGH_SERIFED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_HIGH_TRIMMED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_LOW_POINTED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_LOW_SERIFED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_LOW_TRIMMED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_STANDARD_POINTED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_STANDARD_SERIFED","features":[416]},{"name":"DWRITE_PANOSE_MIDLINE_STANDARD_TRIMMED","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION_ANY","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION_CONDENSED","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION_EVEN_WIDTH","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION_EXPANDED","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION_MODERN","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION_MONOSPACED","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION_OLD_STYLE","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION_VERY_CONDENSED","features":[416]},{"name":"DWRITE_PANOSE_PROPORTION_VERY_EXPANDED","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_ANY","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_EXTREME_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_MORE_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_NO_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_SOME_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_EXTREME_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_MORE_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_NO_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_SOME_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_EXTREME_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_MORE_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_NO_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_SOME_WRAPPING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANY","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTED","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTED","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTED","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTED","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILING","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTED","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTED","features":[416]},{"name":"DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILING","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_ANY","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_BONE","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_COVE","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_EXAGGERATED","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_FLARED","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_NORMAL_SANS","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_OBTUSE_COVE","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SANS","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SQUARE_COVE","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_OVAL","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_PERPENDICULAR_SANS","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_PERP_SANS","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_ROUNDED","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_SCRIPT","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_SQUARE","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_SQUARE_COVE","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_THIN","features":[416]},{"name":"DWRITE_PANOSE_SERIF_STYLE_TRIANGLE","features":[416]},{"name":"DWRITE_PANOSE_SPACING","features":[416]},{"name":"DWRITE_PANOSE_SPACING_ANY","features":[416]},{"name":"DWRITE_PANOSE_SPACING_MONOSPACED","features":[416]},{"name":"DWRITE_PANOSE_SPACING_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_SPACING_PROPORTIONAL_SPACED","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_ANY","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_DIAGONAL","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_HORIZONTAL","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_TRANSITIONAL","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_VERTICAL","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_INSTANT_HORIZONTAL","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_INSTANT_VERTICAL","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_NO_VARIATION","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_RAPID_HORIZONTAL","features":[416]},{"name":"DWRITE_PANOSE_STROKE_VARIATION_RAPID_VERTICAL","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_ANY","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_EXCEPTIONALLY_WIDE","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NARROW","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NORMAL","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NO_WIDTH","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_SUPER_WIDE","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_VERY_NARROW","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_VERY_WIDE","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_WIDE","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_ANY","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_BOARDERS","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_EXPERT","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_ICONS","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_INDUSTRY_SPECIFIC","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_LOGOS","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_MONTAGES","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_MUSIC","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_PATTERNS","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_PICTURES","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_SCIENTIFIC","features":[416]},{"name":"DWRITE_PANOSE_SYMBOL_KIND_SHAPES","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND_ANY","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND_BALL","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND_BRUSH","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND_ENGRAVED","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND_FELT_PEN_BRUSH_TIP","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND_FLAT_NIB","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND_PRESSURE_POINT","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND_ROUGH","features":[416]},{"name":"DWRITE_PANOSE_TOOL_KIND_WILD_BRUSH","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_ANY","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_BLACK","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_BOLD","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_BOOK","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_DEMI","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_EXTRA_BLACK","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_HEAVY","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_LIGHT","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_MEDIUM","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_NORD","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_THIN","features":[416]},{"name":"DWRITE_PANOSE_WEIGHT_VERY_LIGHT","features":[416]},{"name":"DWRITE_PANOSE_XASCENT","features":[416]},{"name":"DWRITE_PANOSE_XASCENT_ANY","features":[416]},{"name":"DWRITE_PANOSE_XASCENT_HIGH","features":[416]},{"name":"DWRITE_PANOSE_XASCENT_LOW","features":[416]},{"name":"DWRITE_PANOSE_XASCENT_MEDIUM","features":[416]},{"name":"DWRITE_PANOSE_XASCENT_NO_FIT","features":[416]},{"name":"DWRITE_PANOSE_XASCENT_VERY_HIGH","features":[416]},{"name":"DWRITE_PANOSE_XASCENT_VERY_LOW","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT_ANY","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT_CONSTANT_STD","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT_DUCKING_STD","features":[416]},{"name":"DWRITE_PANOSE_XHEIGHT_NO_FIT","features":[416]},{"name":"DWRITE_PARAGRAPH_ALIGNMENT","features":[416]},{"name":"DWRITE_PARAGRAPH_ALIGNMENT_CENTER","features":[416]},{"name":"DWRITE_PARAGRAPH_ALIGNMENT_FAR","features":[416]},{"name":"DWRITE_PARAGRAPH_ALIGNMENT_NEAR","features":[416]},{"name":"DWRITE_PIXEL_GEOMETRY","features":[416]},{"name":"DWRITE_PIXEL_GEOMETRY_BGR","features":[416]},{"name":"DWRITE_PIXEL_GEOMETRY_FLAT","features":[416]},{"name":"DWRITE_PIXEL_GEOMETRY_RGB","features":[416]},{"name":"DWRITE_READING_DIRECTION","features":[416]},{"name":"DWRITE_READING_DIRECTION_BOTTOM_TO_TOP","features":[416]},{"name":"DWRITE_READING_DIRECTION_LEFT_TO_RIGHT","features":[416]},{"name":"DWRITE_READING_DIRECTION_RIGHT_TO_LEFT","features":[416]},{"name":"DWRITE_READING_DIRECTION_TOP_TO_BOTTOM","features":[416]},{"name":"DWRITE_RENDERING_MODE","features":[416]},{"name":"DWRITE_RENDERING_MODE1","features":[416]},{"name":"DWRITE_RENDERING_MODE1_ALIASED","features":[416]},{"name":"DWRITE_RENDERING_MODE1_DEFAULT","features":[416]},{"name":"DWRITE_RENDERING_MODE1_GDI_CLASSIC","features":[416]},{"name":"DWRITE_RENDERING_MODE1_GDI_NATURAL","features":[416]},{"name":"DWRITE_RENDERING_MODE1_NATURAL","features":[416]},{"name":"DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC","features":[416]},{"name":"DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC_DOWNSAMPLED","features":[416]},{"name":"DWRITE_RENDERING_MODE1_OUTLINE","features":[416]},{"name":"DWRITE_RENDERING_MODE_ALIASED","features":[416]},{"name":"DWRITE_RENDERING_MODE_CLEARTYPE_GDI_CLASSIC","features":[416]},{"name":"DWRITE_RENDERING_MODE_CLEARTYPE_GDI_NATURAL","features":[416]},{"name":"DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL","features":[416]},{"name":"DWRITE_RENDERING_MODE_CLEARTYPE_NATURAL_SYMMETRIC","features":[416]},{"name":"DWRITE_RENDERING_MODE_DEFAULT","features":[416]},{"name":"DWRITE_RENDERING_MODE_GDI_CLASSIC","features":[416]},{"name":"DWRITE_RENDERING_MODE_GDI_NATURAL","features":[416]},{"name":"DWRITE_RENDERING_MODE_NATURAL","features":[416]},{"name":"DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC","features":[416]},{"name":"DWRITE_RENDERING_MODE_OUTLINE","features":[416]},{"name":"DWRITE_SCRIPT_ANALYSIS","features":[416]},{"name":"DWRITE_SCRIPT_PROPERTIES","features":[416]},{"name":"DWRITE_SCRIPT_SHAPES","features":[416]},{"name":"DWRITE_SCRIPT_SHAPES_DEFAULT","features":[416]},{"name":"DWRITE_SCRIPT_SHAPES_NO_VISUAL","features":[416]},{"name":"DWRITE_SHAPING_GLYPH_PROPERTIES","features":[416]},{"name":"DWRITE_SHAPING_TEXT_PROPERTIES","features":[416]},{"name":"DWRITE_STANDARD_FONT_AXIS_COUNT","features":[416]},{"name":"DWRITE_STRIKETHROUGH","features":[416]},{"name":"DWRITE_TEXTURE_ALIASED_1x1","features":[416]},{"name":"DWRITE_TEXTURE_CLEARTYPE_3x1","features":[416]},{"name":"DWRITE_TEXTURE_TYPE","features":[416]},{"name":"DWRITE_TEXT_ALIGNMENT","features":[416]},{"name":"DWRITE_TEXT_ALIGNMENT_CENTER","features":[416]},{"name":"DWRITE_TEXT_ALIGNMENT_JUSTIFIED","features":[416]},{"name":"DWRITE_TEXT_ALIGNMENT_LEADING","features":[416]},{"name":"DWRITE_TEXT_ALIGNMENT_TRAILING","features":[416]},{"name":"DWRITE_TEXT_ANTIALIAS_MODE","features":[416]},{"name":"DWRITE_TEXT_ANTIALIAS_MODE_CLEARTYPE","features":[416]},{"name":"DWRITE_TEXT_ANTIALIAS_MODE_GRAYSCALE","features":[416]},{"name":"DWRITE_TEXT_METRICS","features":[416]},{"name":"DWRITE_TEXT_METRICS1","features":[416]},{"name":"DWRITE_TEXT_RANGE","features":[416]},{"name":"DWRITE_TRIMMING","features":[416]},{"name":"DWRITE_TRIMMING_GRANULARITY","features":[416]},{"name":"DWRITE_TRIMMING_GRANULARITY_CHARACTER","features":[416]},{"name":"DWRITE_TRIMMING_GRANULARITY_NONE","features":[416]},{"name":"DWRITE_TRIMMING_GRANULARITY_WORD","features":[416]},{"name":"DWRITE_TYPOGRAPHIC_FEATURES","features":[416]},{"name":"DWRITE_UNDERLINE","features":[416]},{"name":"DWRITE_UNICODE_RANGE","features":[416]},{"name":"DWRITE_VERTICAL_GLYPH_ORIENTATION","features":[416]},{"name":"DWRITE_VERTICAL_GLYPH_ORIENTATION_DEFAULT","features":[416]},{"name":"DWRITE_VERTICAL_GLYPH_ORIENTATION_STACKED","features":[416]},{"name":"DWRITE_WORD_WRAPPING","features":[416]},{"name":"DWRITE_WORD_WRAPPING_CHARACTER","features":[416]},{"name":"DWRITE_WORD_WRAPPING_EMERGENCY_BREAK","features":[416]},{"name":"DWRITE_WORD_WRAPPING_NO_WRAP","features":[416]},{"name":"DWRITE_WORD_WRAPPING_WHOLE_WORD","features":[416]},{"name":"DWRITE_WORD_WRAPPING_WRAP","features":[416]},{"name":"DWriteCreateFactory","features":[416]},{"name":"FACILITY_DWRITE","features":[416]},{"name":"IDWriteAsyncResult","features":[416]},{"name":"IDWriteBitmapRenderTarget","features":[416]},{"name":"IDWriteBitmapRenderTarget1","features":[416]},{"name":"IDWriteBitmapRenderTarget2","features":[416]},{"name":"IDWriteBitmapRenderTarget3","features":[416]},{"name":"IDWriteColorGlyphRunEnumerator","features":[416]},{"name":"IDWriteColorGlyphRunEnumerator1","features":[416]},{"name":"IDWriteFactory","features":[416]},{"name":"IDWriteFactory1","features":[416]},{"name":"IDWriteFactory2","features":[416]},{"name":"IDWriteFactory3","features":[416]},{"name":"IDWriteFactory4","features":[416]},{"name":"IDWriteFactory5","features":[416]},{"name":"IDWriteFactory6","features":[416]},{"name":"IDWriteFactory7","features":[416]},{"name":"IDWriteFactory8","features":[416]},{"name":"IDWriteFont","features":[416]},{"name":"IDWriteFont1","features":[416]},{"name":"IDWriteFont2","features":[416]},{"name":"IDWriteFont3","features":[416]},{"name":"IDWriteFontCollection","features":[416]},{"name":"IDWriteFontCollection1","features":[416]},{"name":"IDWriteFontCollection2","features":[416]},{"name":"IDWriteFontCollection3","features":[416]},{"name":"IDWriteFontCollectionLoader","features":[416]},{"name":"IDWriteFontDownloadListener","features":[416]},{"name":"IDWriteFontDownloadQueue","features":[416]},{"name":"IDWriteFontFace","features":[416]},{"name":"IDWriteFontFace1","features":[416]},{"name":"IDWriteFontFace2","features":[416]},{"name":"IDWriteFontFace3","features":[416]},{"name":"IDWriteFontFace4","features":[416]},{"name":"IDWriteFontFace5","features":[416]},{"name":"IDWriteFontFace6","features":[416]},{"name":"IDWriteFontFace7","features":[416]},{"name":"IDWriteFontFaceReference","features":[416]},{"name":"IDWriteFontFaceReference1","features":[416]},{"name":"IDWriteFontFallback","features":[416]},{"name":"IDWriteFontFallback1","features":[416]},{"name":"IDWriteFontFallbackBuilder","features":[416]},{"name":"IDWriteFontFamily","features":[416]},{"name":"IDWriteFontFamily1","features":[416]},{"name":"IDWriteFontFamily2","features":[416]},{"name":"IDWriteFontFile","features":[416]},{"name":"IDWriteFontFileEnumerator","features":[416]},{"name":"IDWriteFontFileLoader","features":[416]},{"name":"IDWriteFontFileStream","features":[416]},{"name":"IDWriteFontList","features":[416]},{"name":"IDWriteFontList1","features":[416]},{"name":"IDWriteFontList2","features":[416]},{"name":"IDWriteFontResource","features":[416]},{"name":"IDWriteFontSet","features":[416]},{"name":"IDWriteFontSet1","features":[416]},{"name":"IDWriteFontSet2","features":[416]},{"name":"IDWriteFontSet3","features":[416]},{"name":"IDWriteFontSet4","features":[416]},{"name":"IDWriteFontSetBuilder","features":[416]},{"name":"IDWriteFontSetBuilder1","features":[416]},{"name":"IDWriteFontSetBuilder2","features":[416]},{"name":"IDWriteGdiInterop","features":[416]},{"name":"IDWriteGdiInterop1","features":[416]},{"name":"IDWriteGlyphRunAnalysis","features":[416]},{"name":"IDWriteInMemoryFontFileLoader","features":[416]},{"name":"IDWriteInlineObject","features":[416]},{"name":"IDWriteLocalFontFileLoader","features":[416]},{"name":"IDWriteLocalizedStrings","features":[416]},{"name":"IDWriteNumberSubstitution","features":[416]},{"name":"IDWritePaintReader","features":[416]},{"name":"IDWritePixelSnapping","features":[416]},{"name":"IDWriteRemoteFontFileLoader","features":[416]},{"name":"IDWriteRemoteFontFileStream","features":[416]},{"name":"IDWriteRenderingParams","features":[416]},{"name":"IDWriteRenderingParams1","features":[416]},{"name":"IDWriteRenderingParams2","features":[416]},{"name":"IDWriteRenderingParams3","features":[416]},{"name":"IDWriteStringList","features":[416]},{"name":"IDWriteTextAnalysisSink","features":[416]},{"name":"IDWriteTextAnalysisSink1","features":[416]},{"name":"IDWriteTextAnalysisSource","features":[416]},{"name":"IDWriteTextAnalysisSource1","features":[416]},{"name":"IDWriteTextAnalyzer","features":[416]},{"name":"IDWriteTextAnalyzer1","features":[416]},{"name":"IDWriteTextAnalyzer2","features":[416]},{"name":"IDWriteTextFormat","features":[416]},{"name":"IDWriteTextFormat1","features":[416]},{"name":"IDWriteTextFormat2","features":[416]},{"name":"IDWriteTextFormat3","features":[416]},{"name":"IDWriteTextLayout","features":[416]},{"name":"IDWriteTextLayout1","features":[416]},{"name":"IDWriteTextLayout2","features":[416]},{"name":"IDWriteTextLayout3","features":[416]},{"name":"IDWriteTextLayout4","features":[416]},{"name":"IDWriteTextRenderer","features":[416]},{"name":"IDWriteTextRenderer1","features":[416]},{"name":"IDWriteTypography","features":[416]}],"419":[{"name":"DWMFLIP3DWINDOWPOLICY","features":[417]},{"name":"DWMFLIP3D_DEFAULT","features":[417]},{"name":"DWMFLIP3D_EXCLUDEABOVE","features":[417]},{"name":"DWMFLIP3D_EXCLUDEBELOW","features":[417]},{"name":"DWMFLIP3D_LAST","features":[417]},{"name":"DWMNCRENDERINGPOLICY","features":[417]},{"name":"DWMNCRP_DISABLED","features":[417]},{"name":"DWMNCRP_ENABLED","features":[417]},{"name":"DWMNCRP_LAST","features":[417]},{"name":"DWMNCRP_USEWINDOWSTYLE","features":[417]},{"name":"DWMSBT_AUTO","features":[417]},{"name":"DWMSBT_MAINWINDOW","features":[417]},{"name":"DWMSBT_NONE","features":[417]},{"name":"DWMSBT_TABBEDWINDOW","features":[417]},{"name":"DWMSBT_TRANSIENTWINDOW","features":[417]},{"name":"DWMSC_ALL","features":[417]},{"name":"DWMSC_DOWN","features":[417]},{"name":"DWMSC_DRAG","features":[417]},{"name":"DWMSC_HOLD","features":[417]},{"name":"DWMSC_NONE","features":[417]},{"name":"DWMSC_PENBARREL","features":[417]},{"name":"DWMSC_UP","features":[417]},{"name":"DWMTRANSITION_OWNEDWINDOW_NULL","features":[417]},{"name":"DWMTRANSITION_OWNEDWINDOW_REPOSITION","features":[417]},{"name":"DWMTRANSITION_OWNEDWINDOW_TARGET","features":[417]},{"name":"DWMTWR_APP_COMPAT","features":[417]},{"name":"DWMTWR_GROUP_POLICY","features":[417]},{"name":"DWMTWR_IMPLEMENTED_BY_SYSTEM","features":[417]},{"name":"DWMTWR_NONE","features":[417]},{"name":"DWMTWR_TABBING_ENABLED","features":[417]},{"name":"DWMTWR_USER_POLICY","features":[417]},{"name":"DWMTWR_WINDOW_DWM_ATTRIBUTES","features":[417]},{"name":"DWMTWR_WINDOW_MARGINS","features":[417]},{"name":"DWMTWR_WINDOW_REGION","features":[417]},{"name":"DWMTWR_WINDOW_RELATIONSHIP","features":[417]},{"name":"DWMTWR_WINDOW_STYLES","features":[417]},{"name":"DWMWA_ALLOW_NCPAINT","features":[417]},{"name":"DWMWA_BORDER_COLOR","features":[417]},{"name":"DWMWA_CAPTION_BUTTON_BOUNDS","features":[417]},{"name":"DWMWA_CAPTION_COLOR","features":[417]},{"name":"DWMWA_CLOAK","features":[417]},{"name":"DWMWA_CLOAKED","features":[417]},{"name":"DWMWA_COLOR_DEFAULT","features":[417]},{"name":"DWMWA_COLOR_NONE","features":[417]},{"name":"DWMWA_DISALLOW_PEEK","features":[417]},{"name":"DWMWA_EXCLUDED_FROM_PEEK","features":[417]},{"name":"DWMWA_EXTENDED_FRAME_BOUNDS","features":[417]},{"name":"DWMWA_FLIP3D_POLICY","features":[417]},{"name":"DWMWA_FORCE_ICONIC_REPRESENTATION","features":[417]},{"name":"DWMWA_FREEZE_REPRESENTATION","features":[417]},{"name":"DWMWA_HAS_ICONIC_BITMAP","features":[417]},{"name":"DWMWA_LAST","features":[417]},{"name":"DWMWA_NCRENDERING_ENABLED","features":[417]},{"name":"DWMWA_NCRENDERING_POLICY","features":[417]},{"name":"DWMWA_NONCLIENT_RTL_LAYOUT","features":[417]},{"name":"DWMWA_PASSIVE_UPDATE_MODE","features":[417]},{"name":"DWMWA_SYSTEMBACKDROP_TYPE","features":[417]},{"name":"DWMWA_TEXT_COLOR","features":[417]},{"name":"DWMWA_TRANSITIONS_FORCEDISABLED","features":[417]},{"name":"DWMWA_USE_HOSTBACKDROPBRUSH","features":[417]},{"name":"DWMWA_USE_IMMERSIVE_DARK_MODE","features":[417]},{"name":"DWMWA_VISIBLE_FRAME_BORDER_THICKNESS","features":[417]},{"name":"DWMWA_WINDOW_CORNER_PREFERENCE","features":[417]},{"name":"DWMWCP_DEFAULT","features":[417]},{"name":"DWMWCP_DONOTROUND","features":[417]},{"name":"DWMWCP_ROUND","features":[417]},{"name":"DWMWCP_ROUNDSMALL","features":[417]},{"name":"DWMWINDOWATTRIBUTE","features":[417]},{"name":"DWM_BB_BLURREGION","features":[417]},{"name":"DWM_BB_ENABLE","features":[417]},{"name":"DWM_BB_TRANSITIONONMAXIMIZED","features":[417]},{"name":"DWM_BLURBEHIND","features":[305,417,317]},{"name":"DWM_CLOAKED_APP","features":[417]},{"name":"DWM_CLOAKED_INHERITED","features":[417]},{"name":"DWM_CLOAKED_SHELL","features":[417]},{"name":"DWM_EC_DISABLECOMPOSITION","features":[417]},{"name":"DWM_EC_ENABLECOMPOSITION","features":[417]},{"name":"DWM_FRAME_DURATION_DEFAULT","features":[417]},{"name":"DWM_PRESENT_PARAMETERS","features":[305,417]},{"name":"DWM_SHOWCONTACT","features":[417]},{"name":"DWM_SIT_DISPLAYFRAME","features":[417]},{"name":"DWM_SOURCE_FRAME_SAMPLING","features":[417]},{"name":"DWM_SOURCE_FRAME_SAMPLING_COVERAGE","features":[417]},{"name":"DWM_SOURCE_FRAME_SAMPLING_LAST","features":[417]},{"name":"DWM_SOURCE_FRAME_SAMPLING_POINT","features":[417]},{"name":"DWM_SYSTEMBACKDROP_TYPE","features":[417]},{"name":"DWM_TAB_WINDOW_REQUIREMENTS","features":[417]},{"name":"DWM_THUMBNAIL_PROPERTIES","features":[305,417]},{"name":"DWM_TIMING_INFO","features":[417]},{"name":"DWM_TNP_OPACITY","features":[417]},{"name":"DWM_TNP_RECTDESTINATION","features":[417]},{"name":"DWM_TNP_RECTSOURCE","features":[417]},{"name":"DWM_TNP_SOURCECLIENTAREAONLY","features":[417]},{"name":"DWM_TNP_VISIBLE","features":[417]},{"name":"DWM_WINDOW_CORNER_PREFERENCE","features":[417]},{"name":"DwmAttachMilContent","features":[305,417]},{"name":"DwmDefWindowProc","features":[305,417]},{"name":"DwmDetachMilContent","features":[305,417]},{"name":"DwmEnableBlurBehindWindow","features":[305,417,317]},{"name":"DwmEnableComposition","features":[417]},{"name":"DwmEnableMMCSS","features":[305,417]},{"name":"DwmExtendFrameIntoClientArea","features":[305,417,357]},{"name":"DwmFlush","features":[417]},{"name":"DwmGetColorizationColor","features":[305,417]},{"name":"DwmGetCompositionTimingInfo","features":[305,417]},{"name":"DwmGetGraphicsStreamClient","features":[417]},{"name":"DwmGetGraphicsStreamTransformHint","features":[417]},{"name":"DwmGetTransportAttributes","features":[305,417]},{"name":"DwmGetUnmetTabRequirements","features":[305,417]},{"name":"DwmGetWindowAttribute","features":[305,417]},{"name":"DwmInvalidateIconicBitmaps","features":[305,417]},{"name":"DwmIsCompositionEnabled","features":[305,417]},{"name":"DwmModifyPreviousDxFrameDuration","features":[305,417]},{"name":"DwmQueryThumbnailSourceSize","features":[305,417]},{"name":"DwmRegisterThumbnail","features":[305,417]},{"name":"DwmRenderGesture","features":[305,417]},{"name":"DwmSetDxFrameDuration","features":[305,417]},{"name":"DwmSetIconicLivePreviewBitmap","features":[305,417,317]},{"name":"DwmSetIconicThumbnail","features":[305,417,317]},{"name":"DwmSetPresentParameters","features":[305,417]},{"name":"DwmSetWindowAttribute","features":[305,417]},{"name":"DwmShowContact","features":[417]},{"name":"DwmTetherContact","features":[305,417]},{"name":"DwmTransitionOwnedWindow","features":[305,417]},{"name":"DwmUnregisterThumbnail","features":[417]},{"name":"DwmUpdateThumbnailProperties","features":[305,417]},{"name":"GESTURE_TYPE","features":[417]},{"name":"GT_PEN_DOUBLETAP","features":[417]},{"name":"GT_PEN_PRESSANDHOLD","features":[417]},{"name":"GT_PEN_PRESSANDHOLDABORT","features":[417]},{"name":"GT_PEN_RIGHTTAP","features":[417]},{"name":"GT_PEN_TAP","features":[417]},{"name":"GT_TOUCH_DOUBLETAP","features":[417]},{"name":"GT_TOUCH_PRESSANDHOLD","features":[417]},{"name":"GT_TOUCH_PRESSANDHOLDABORT","features":[417]},{"name":"GT_TOUCH_PRESSANDTAP","features":[417]},{"name":"GT_TOUCH_RIGHTTAP","features":[417]},{"name":"GT_TOUCH_TAP","features":[417]},{"name":"MilMatrix3x2D","features":[417]},{"name":"UNSIGNED_RATIO","features":[417]},{"name":"c_DwmMaxAdapters","features":[417]},{"name":"c_DwmMaxMonitors","features":[417]},{"name":"c_DwmMaxQueuedBuffers","features":[417]}],"420":[{"name":"CreateDXGIFactory","features":[406]},{"name":"CreateDXGIFactory1","features":[406]},{"name":"CreateDXGIFactory2","features":[406]},{"name":"DXGIDeclareAdapterRemovalSupport","features":[406]},{"name":"DXGIDisableVBlankVirtualization","features":[406]},{"name":"DXGIGetDebugInterface1","features":[406]},{"name":"DXGI_ADAPTER_DESC","features":[305,406]},{"name":"DXGI_ADAPTER_DESC1","features":[305,406]},{"name":"DXGI_ADAPTER_DESC2","features":[305,406]},{"name":"DXGI_ADAPTER_DESC3","features":[305,406]},{"name":"DXGI_ADAPTER_FLAG","features":[406]},{"name":"DXGI_ADAPTER_FLAG3","features":[406]},{"name":"DXGI_ADAPTER_FLAG3_ACG_COMPATIBLE","features":[406]},{"name":"DXGI_ADAPTER_FLAG3_KEYED_MUTEX_CONFORMANCE","features":[406]},{"name":"DXGI_ADAPTER_FLAG3_NONE","features":[406]},{"name":"DXGI_ADAPTER_FLAG3_REMOTE","features":[406]},{"name":"DXGI_ADAPTER_FLAG3_SOFTWARE","features":[406]},{"name":"DXGI_ADAPTER_FLAG3_SUPPORT_MONITORED_FENCES","features":[406]},{"name":"DXGI_ADAPTER_FLAG3_SUPPORT_NON_MONITORED_FENCES","features":[406]},{"name":"DXGI_ADAPTER_FLAG_NONE","features":[406]},{"name":"DXGI_ADAPTER_FLAG_REMOTE","features":[406]},{"name":"DXGI_ADAPTER_FLAG_SOFTWARE","features":[406]},{"name":"DXGI_COMPUTE_PREEMPTION_DISPATCH_BOUNDARY","features":[406]},{"name":"DXGI_COMPUTE_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[406]},{"name":"DXGI_COMPUTE_PREEMPTION_GRANULARITY","features":[406]},{"name":"DXGI_COMPUTE_PREEMPTION_INSTRUCTION_BOUNDARY","features":[406]},{"name":"DXGI_COMPUTE_PREEMPTION_THREAD_BOUNDARY","features":[406]},{"name":"DXGI_COMPUTE_PREEMPTION_THREAD_GROUP_BOUNDARY","features":[406]},{"name":"DXGI_CREATE_FACTORY_DEBUG","features":[406]},{"name":"DXGI_CREATE_FACTORY_FLAGS","features":[406]},{"name":"DXGI_DEBUG_ALL","features":[406]},{"name":"DXGI_DEBUG_APP","features":[406]},{"name":"DXGI_DEBUG_BINARY_VERSION","features":[406]},{"name":"DXGI_DEBUG_DX","features":[406]},{"name":"DXGI_DEBUG_DXGI","features":[406]},{"name":"DXGI_DEBUG_RLO_ALL","features":[406]},{"name":"DXGI_DEBUG_RLO_DETAIL","features":[406]},{"name":"DXGI_DEBUG_RLO_FLAGS","features":[406]},{"name":"DXGI_DEBUG_RLO_IGNORE_INTERNAL","features":[406]},{"name":"DXGI_DEBUG_RLO_SUMMARY","features":[406]},{"name":"DXGI_DECODE_SWAP_CHAIN_DESC","features":[406]},{"name":"DXGI_DISPLAY_COLOR_SPACE","features":[406]},{"name":"DXGI_ENUM_MODES","features":[406]},{"name":"DXGI_ENUM_MODES_DISABLED_STEREO","features":[406]},{"name":"DXGI_ENUM_MODES_INTERLACED","features":[406]},{"name":"DXGI_ENUM_MODES_SCALING","features":[406]},{"name":"DXGI_ENUM_MODES_STEREO","features":[406]},{"name":"DXGI_ERROR_ACCESS_DENIED","features":[406]},{"name":"DXGI_ERROR_ACCESS_LOST","features":[406]},{"name":"DXGI_ERROR_ALREADY_EXISTS","features":[406]},{"name":"DXGI_ERROR_CACHE_CORRUPT","features":[406]},{"name":"DXGI_ERROR_CACHE_FULL","features":[406]},{"name":"DXGI_ERROR_CACHE_HASH_COLLISION","features":[406]},{"name":"DXGI_ERROR_CANNOT_PROTECT_CONTENT","features":[406]},{"name":"DXGI_ERROR_DEVICE_HUNG","features":[406]},{"name":"DXGI_ERROR_DEVICE_REMOVED","features":[406]},{"name":"DXGI_ERROR_DEVICE_RESET","features":[406]},{"name":"DXGI_ERROR_DRIVER_INTERNAL_ERROR","features":[406]},{"name":"DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION","features":[406]},{"name":"DXGI_ERROR_FRAME_STATISTICS_DISJOINT","features":[406]},{"name":"DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE","features":[406]},{"name":"DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY","features":[406]},{"name":"DXGI_ERROR_INVALID_CALL","features":[406]},{"name":"DXGI_ERROR_MODE_CHANGE_IN_PROGRESS","features":[406]},{"name":"DXGI_ERROR_MORE_DATA","features":[406]},{"name":"DXGI_ERROR_MPO_UNPINNED","features":[406]},{"name":"DXGI_ERROR_NAME_ALREADY_EXISTS","features":[406]},{"name":"DXGI_ERROR_NONEXCLUSIVE","features":[406]},{"name":"DXGI_ERROR_NON_COMPOSITED_UI","features":[406]},{"name":"DXGI_ERROR_NOT_CURRENT","features":[406]},{"name":"DXGI_ERROR_NOT_CURRENTLY_AVAILABLE","features":[406]},{"name":"DXGI_ERROR_NOT_FOUND","features":[406]},{"name":"DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED","features":[406]},{"name":"DXGI_ERROR_REMOTE_OUTOFMEMORY","features":[406]},{"name":"DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE","features":[406]},{"name":"DXGI_ERROR_SDK_COMPONENT_MISSING","features":[406]},{"name":"DXGI_ERROR_SESSION_DISCONNECTED","features":[406]},{"name":"DXGI_ERROR_UNSUPPORTED","features":[406]},{"name":"DXGI_ERROR_WAIT_TIMEOUT","features":[406]},{"name":"DXGI_ERROR_WAS_STILL_DRAWING","features":[406]},{"name":"DXGI_FEATURE","features":[406]},{"name":"DXGI_FEATURE_PRESENT_ALLOW_TEARING","features":[406]},{"name":"DXGI_FRAME_PRESENTATION_MODE","features":[406]},{"name":"DXGI_FRAME_PRESENTATION_MODE_COMPOSED","features":[406]},{"name":"DXGI_FRAME_PRESENTATION_MODE_COMPOSITION_FAILURE","features":[406]},{"name":"DXGI_FRAME_PRESENTATION_MODE_NONE","features":[406]},{"name":"DXGI_FRAME_PRESENTATION_MODE_OVERLAY","features":[406]},{"name":"DXGI_FRAME_STATISTICS","features":[406]},{"name":"DXGI_FRAME_STATISTICS_MEDIA","features":[406]},{"name":"DXGI_GPU_PREFERENCE","features":[406]},{"name":"DXGI_GPU_PREFERENCE_HIGH_PERFORMANCE","features":[406]},{"name":"DXGI_GPU_PREFERENCE_MINIMUM_POWER","features":[406]},{"name":"DXGI_GPU_PREFERENCE_UNSPECIFIED","features":[406]},{"name":"DXGI_GRAPHICS_PREEMPTION_DMA_BUFFER_BOUNDARY","features":[406]},{"name":"DXGI_GRAPHICS_PREEMPTION_GRANULARITY","features":[406]},{"name":"DXGI_GRAPHICS_PREEMPTION_INSTRUCTION_BOUNDARY","features":[406]},{"name":"DXGI_GRAPHICS_PREEMPTION_PIXEL_BOUNDARY","features":[406]},{"name":"DXGI_GRAPHICS_PREEMPTION_PRIMITIVE_BOUNDARY","features":[406]},{"name":"DXGI_GRAPHICS_PREEMPTION_TRIANGLE_BOUNDARY","features":[406]},{"name":"DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAGS","features":[406]},{"name":"DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_CURSOR_STRETCHED","features":[406]},{"name":"DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_FULLSCREEN","features":[406]},{"name":"DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAG_WINDOWED","features":[406]},{"name":"DXGI_HDR_METADATA_HDR10","features":[406]},{"name":"DXGI_HDR_METADATA_HDR10PLUS","features":[406]},{"name":"DXGI_HDR_METADATA_TYPE","features":[406]},{"name":"DXGI_HDR_METADATA_TYPE_HDR10","features":[406]},{"name":"DXGI_HDR_METADATA_TYPE_HDR10PLUS","features":[406]},{"name":"DXGI_HDR_METADATA_TYPE_NONE","features":[406]},{"name":"DXGI_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT","features":[406]},{"name":"DXGI_INFO_QUEUE_FILTER","features":[406]},{"name":"DXGI_INFO_QUEUE_FILTER_DESC","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_CLEANUP","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_COMPILATION","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_EXECUTION","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_INITIALIZATION","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_MISCELLANEOUS","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_RESOURCE_MANIPULATION","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_SHADER","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_CREATION","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_GETTING","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_STATE_SETTING","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_CATEGORY_UNKNOWN","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_ID_STRING_FROM_APPLICATION","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY_CORRUPTION","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY_ERROR","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY_INFO","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY_MESSAGE","features":[406]},{"name":"DXGI_INFO_QUEUE_MESSAGE_SEVERITY_WARNING","features":[406]},{"name":"DXGI_MAPPED_RECT","features":[406]},{"name":"DXGI_MAP_DISCARD","features":[406]},{"name":"DXGI_MAP_FLAGS","features":[406]},{"name":"DXGI_MAP_READ","features":[406]},{"name":"DXGI_MAP_WRITE","features":[406]},{"name":"DXGI_MATRIX_3X2_F","features":[406]},{"name":"DXGI_MAX_SWAP_CHAIN_BUFFERS","features":[406]},{"name":"DXGI_MEMORY_SEGMENT_GROUP","features":[406]},{"name":"DXGI_MEMORY_SEGMENT_GROUP_LOCAL","features":[406]},{"name":"DXGI_MEMORY_SEGMENT_GROUP_NON_LOCAL","features":[406]},{"name":"DXGI_MODE_DESC1","features":[305,402]},{"name":"DXGI_MSG_DXGIGetDebugInterface1_InvalidFlags","features":[406]},{"name":"DXGI_MSG_DXGIGetDebugInterface1_NULL_ppDebug","features":[406]},{"name":"DXGI_MSG_IDXGIAdapter_EnumOutputs2_InvalidEnumOutputs2Flag","features":[406]},{"name":"DXGI_MSG_IDXGIAdapter_EnumOutputs_UnavailableInSession0","features":[406]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_GetDestSize_InvalidPointer","features":[406]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_GetSourceRect_InvalidPointer","features":[406]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_GetTargetRect_InvalidPointer","features":[406]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_SetColorSpace_InvalidFlags","features":[406]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_SetDestSize_InvalidSize","features":[406]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_SetSourceRect_InvalidRect","features":[406]},{"name":"DXGI_MSG_IDXGIDecodeSwapChain_SetTargetRect_InvalidRect","features":[406]},{"name":"DXGI_MSG_IDXGIDevice_CreateSurface_InvalidParametersWithpSharedResource","features":[406]},{"name":"DXGI_MSG_IDXGIDisplayControl_IsStereoEnabled_UnsupportedOS","features":[406]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCompositionSurface_InvalidHandle","features":[406]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_ForegroundUnsupportedOnAdapter","features":[406]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_InvalidAlphaMode","features":[406]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_InvalidScaling","features":[406]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_UnsupportedOnWindows7","features":[406]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_pWindowIsInvalid","features":[406]},{"name":"DXGI_MSG_IDXGIFactory2_CreateSwapChainForCoreWindow_pWindowIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIFactory2_RegisterOcclusionStatusEvent_UnsupportedOS","features":[406]},{"name":"DXGI_MSG_IDXGIFactory2_RegisterOcclusionStatusWindow_UnsupportedOS","features":[406]},{"name":"DXGI_MSG_IDXGIFactory2_UnregisterStatus_CookieNotFound","features":[406]},{"name":"DXGI_MSG_IDXGIFactory7_UnregisterAdaptersChangedEvent_CookieNotFound","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CheckFeatureSupport_InvalidFeature","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CheckFeatureSupport_InvalidSize","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSoftwareAdapter_ModuleIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSoftwareAdapter_ppAdapterInterfaceIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_InvalidAlphaMode","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_InvalidScaling","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_OnlyFlipSequentialSupported","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_UnsupportedOnAdapter","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_UnsupportedOnWindows7","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForComposition_WidthOrHeightIsZero","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForCoreWindow_InvalidSwapEffect","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainForHwnd_InvalidScaling","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChainOrRegisterOcclusionStatus_BlitModelUsedWhileRegisteredForOcclusionStatusEvents","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_10BitFormatNotSupported","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_AllowTearingFlagIsFlipModelOnly","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_AlphaIsFlipModelOnly","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_AlphaIsWindowlessOnly","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_AlphaUnrecognized","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_BufferCountOOBForFlipSequential","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_DisplayOnlyFullscreenUnsupported","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_DisplayOnlyOnLegacy","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_DisplayOnlyUnsupported","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_FSUnsupportedForModernApps","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_FailedToGoFSButNonPreRotated","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_FlipSequentialNotSupportedOnD3D10","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_FlipSwapEffectRequired","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ForegroundIsCoreWindowOnly","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_HwProtectUnsupported","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_InvalidDevice","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_InvalidFlags","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_InvalidFormatForFlipSequential","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_InvalidHwProtect","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_InvalidQueue","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_LegacyBltModelSwapEffect","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_MultiSamplingNotSupportedForFlipSequential","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_MultipleSwapchainRefToSurface_DeferredDtr","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_NonPreRotatedAndGDICompatibleFlags","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_NonPreRotatedFlagAndWindowed","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_NullDeviceInterface","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_RestrictOutputNotSupportedOnAdapter","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_RestrictToOutputAdapterMismatch","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ScalingNoneIsFlipModelOnly","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ScalingNoneRequiresWindows8OrNewer","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ScalingUnrecognized","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ShaderInputUnsupported_YUV","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_UnavailableInSession0","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_UnknownSwapEffect","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_UnsupportedBufferUsageFlags","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_WaitableSwapChainsAreFlipModelOnly","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_WaitableSwapChainsAreNotFullscreen","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_pDescIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_pDeviceHasMismatchedDXGIFactory","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_pRestrictToOutputFromOtherIDXGIFactory","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_CreateSwapChain_ppSwapChainIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_Creation_CalledFromDllMain","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_EnumAdapters_ppAdapterInterfaceIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_GetSharedResourceAdapterLuid_InvalidLUID","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_GetSharedResourceAdapterLuid_InvalidResource","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_GetSharedResourceAdapterLuid_UnsupportedOS","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_GetWindowAssociation_UnavailableInSession0","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_GetWindowAssociation_phWndIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_MakeWindowAssociation_InvalidFlags","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_MakeWindowAssociation_ModernApp","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_MakeWindowAssociation_NoOpBehavior","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_MakeWindowAssociation_UnavailableInSession0","features":[406]},{"name":"DXGI_MSG_IDXGIFactory_Release_CalledFromDllMain","features":[406]},{"name":"DXGI_MSG_IDXGIObject_GetPrivateData_puiDataSizeIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIOutput1_DuplicateOutput_UnsupportedOS","features":[406]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_2DOnly","features":[406]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_MappedOrOfferedResource","features":[406]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_NeedCPUAccessWrite","features":[406]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_NoShared","features":[406]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_OnlyMipLevels1","features":[406]},{"name":"DXGI_MSG_IDXGIOutput1_GetDisplaySurfaceData1_StagingOnly","features":[406]},{"name":"DXGI_MSG_IDXGIOutput3_CheckOverlaySupport_IDXGIDeviceNotSupportedBypConcernedDevice","features":[406]},{"name":"DXGI_MSG_IDXGIOutput3_CheckOverlaySupport_NullPointers","features":[406]},{"name":"DXGI_MSG_IDXGIOutput4_CheckOverlayColorSpaceSupport_IDXGIDeviceNotSupportedBypConcernedDevice","features":[406]},{"name":"DXGI_MSG_IDXGIOutput4_CheckOverlayColorSpaceSupport_NullPointers","features":[406]},{"name":"DXGI_MSG_IDXGIOutput6_CheckHardwareCompositionSupport_NullPointer","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_DuplicateOutput1_PerMonitorDpiRequired","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_DuplicateOutput_PerMonitorDpiShimApplied","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_IDXGIDeviceNotSupportedBypConcernedDevice","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_InvalidDisplayModeFormatAndDeviceCombination","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_InvalidDisplayModeScaling","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_InvalidDisplayModeScanlineOrdering","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_ModeHasInvalidWidthOrHeight","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_ModeHasRefreshRateDenominatorZero","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_RemoteDeviceNotSupported","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_RemoteOutputNotSupported","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_UnknownFormatIsInvalidForConfiguration","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_FindClosestMatchingMode_pModeToMatchOrpClosestMatchIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetCammaControlCapabilities_NoOwnerDevice","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplayModeList_RemoteDeviceNotSupported","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplayModeList_RemoteOutputNotSupported","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplayModeList_pNumModesIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplaySurfaceData_ArraySizeMismatch","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplaySurfaceData_InvalidTargetSurfaceFormat","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplaySurfaceData_MapOfDestinationFailed","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplaySurfaceData_NoOwnerDevice","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetDisplaySurfaceData_pDestinationIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetFrameStatistics_NoOwnerDevice","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetFrameStatistics_pStatsIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetGammaControl_NoGammaControls","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_GetGammaControl_NoOwnerDevice","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_SetDisplaySurface_IDXGIResourceNotSupportedBypPrimary","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_SetDisplaySurface_ModernApp","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_SetDisplaySurface_NoOwnerDevice","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_SetDisplaySurface_pPrimaryIsInvalid","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_SetGammaControl_NoOwnerDevice","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_SetOrGetGammaControl_pArrayIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_FailedToAcquireFullscreenMutex","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_ModernApp","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_RemoteDeviceNotSupported","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_RemoteOutputNotSupported","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_Unsupported","features":[406]},{"name":"DXGI_MSG_IDXGIOutput_TakeOwnership_pDeviceIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGIResource1_CreateSharedHandle_UnsupportedOS","features":[406]},{"name":"DXGI_MSG_IDXGIResource1_CreateSubresourceSurface_InvalidIndex","features":[406]},{"name":"DXGI_MSG_IDXGISurface1_GetDC_GDICompatibleFlagNotSet","features":[406]},{"name":"DXGI_MSG_IDXGISurface1_GetDC_ModernApp","features":[406]},{"name":"DXGI_MSG_IDXGISurface1_GetDC_SurfaceNotTexture2D","features":[406]},{"name":"DXGI_MSG_IDXGISurface1_GetDC_UnreleasedHDC","features":[406]},{"name":"DXGI_MSG_IDXGISurface1_GetDC_pHdcIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGISurface1_ReleaseDC_GetDCNotCalled","features":[406]},{"name":"DXGI_MSG_IDXGISurface1_ReleaseDC_InvalidRectangleDimensions","features":[406]},{"name":"DXGI_MSG_IDXGISurface_Map_DiscardAndReadFlagSet","features":[406]},{"name":"DXGI_MSG_IDXGISurface_Map_DiscardButNotWriteFlagSet","features":[406]},{"name":"DXGI_MSG_IDXGISurface_Map_DiscardFlagSetButCPUAccessIsNotDynamic","features":[406]},{"name":"DXGI_MSG_IDXGISurface_Map_FlagsSetToZero","features":[406]},{"name":"DXGI_MSG_IDXGISurface_Map_InvalidSurface","features":[406]},{"name":"DXGI_MSG_IDXGISurface_Map_NoCPUAccess","features":[406]},{"name":"DXGI_MSG_IDXGISurface_Map_NoCPUAccess2","features":[406]},{"name":"DXGI_MSG_IDXGISurface_Map_ReadFlagSetButCPUAccessIsDynamic","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain1_GetRotation_FlipSequentialRequired","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain1_GetRotation_UnsupportedOS","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain1_SetBackgroundColor_OutOfRange","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain1_SetRotation_FlipSequentialRequired","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain1_SetRotation_InvalidRotation","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain1_SetRotation_UnsupportedOS","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain3_CheckColorSpaceSupport_NullPointers","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain3_ResizeBuffers1_InvalidQueue","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain3_SetColorSpace1_InvalidColorSpace","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain3_SetHDRMetaData_InvalidPointer","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain3_SetHDRMetaData_InvalidSize","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain3_SetHDRMetaData_InvalidType","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain4_SetHDRMetaData_MetadataUnchanged","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_CreateSwapChain_InvalidHwProtectGdiFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrResizeBuffers_BufferHeightInferred","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrResizeBuffers_BufferWidthInferred","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrResizeBuffers_InvalidOutputWindow","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrResizeBuffers_NoScanoutFlagChanged","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrSetFullscreenState_FSUnsupportedForFlipDiscard","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_CreationOrSetFullscreenState_StereoDisabled","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Creation_InvalidOutputWindow","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Creation_InvalidWindowStyle","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Creation_MaxBufferCountExceeded","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Creation_NoOutputWindow","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Creation_TooFewBuffers","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Destruction_OtherMethodsCalled","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetBuffer_NoAllocatedBuffers","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetBuffer_iBufferMustBeZero","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetBuffer_iBufferOOB","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetBuffer_ppSurfaceIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetCompositionSurface_WrongType","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetContainingOutput_SwapchainAdapterDoesNotControlOutput","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetContainingOutput_ppOutputIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetCoreWindow_WrongType","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetDesc_pDescIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetFrameLatencyWaitableObject_OnlyWaitable","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetFrameStatistics_UnsupportedStatistics","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetFrameStatistics_pStatsIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetFullscreenDesc_NonHwnd","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetHwnd_WrongType","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetLastPresentCount_pLastPresentCountIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetMatrixTransform_MatrixPointerCannotBeNull","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetMatrixTransform_RequiresCompositionSwapChain","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetMatrixTransform_YUV","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetMaximumFrameLatency_OnlyWaitable","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetMaximumFrameLatency_pMaxLatencyIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetSourceSize_Decode","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetSourceSize_NullPointers","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_GetSourceSize_YUV","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_PresentBuffer_YUV","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_11On12_Released_Resource","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_AllowTearingRequiresCreationFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_AllowTearingRequiresPresentIntervalZero","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_BlitModelUsedWhileRegisteredForOcclusionStatusEvents","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_Decode","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_DirtyRectOutOfBackbufferBounds","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_DoNotSequenceFlagSetButPreviousBufferIsUndefined","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_EmptyDirtyRect","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_EmptyScrollRect","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_FlipModelChainMustResizeOrCreateOnFSTransition","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_FullscreenAllowTearingIsInvalid","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_FullscreenPartialPresentIsInvalid","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_GetDXGIAdapterFailed","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_InvalidNonPreRotatedFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_InvalidPresentTestOrDoNotSequenceFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_NoAllocatedBuffers","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_NonOptimalFSConfiguration","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_OtherFlagsCausingInvalidPresentTestFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_PartialPresentationBeforeStandardPresentation","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_PartialPresentationWithMSAABuffers","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_PartialPresentationWithSwapEffectDiscard","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_PartialPresentation_YUV","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ProtectedContentInWindowedModeWithDWMOffOrInvalidDisplayAffinity","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ProtectedContentInWindowedModeWithoutFSOrOverlay","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ProtectedContentInWindowedModeWithoutFlipSequential","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ProtectedContentWithRDPDriver","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ProtectedWindowlessPresentationRequiresDisplayOnly","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_RestartIsFullscreenOnly","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_RestrictOutputFlagWithStaleSwapChain","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_RestrictToOutputFlagSetButInvalidpRestrictToOutput","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_RestrictToOutputFlagdWithFullscreen","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ScrollInfoWithNoDirtyRectsSpecified","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ScrollRectOutOfBackbufferBounds","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_ScrollRectOutOfBackbufferBoundsWithOffset","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_SyncIntervalOOB","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_TemporaryMonoAndPreferRight","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_TemporaryMonoOrPreferRightWithDoNotSequence","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_TemporaryMonoOrPreferRightWithoutStereo","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_TemporaryMonoUnsupported","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_UnreleasedHDC","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Present_UnsupportedFlags","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_Release_SwapChainIsFullscreen","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers1_D3D12Only","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers1_FlipModel","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers1_NodeMaskAndQueueRequired","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_Alignment_YUV","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_BufferCountOOB","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_BufferCountOOBForFlipSequential","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_CannotAddOrRemoveAllowTearingFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_CannotAddOrRemoveFlag_YUV","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_CannotAddOrRemoveForegroundFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_CannotAddOrRemoveWaitableFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_Decode","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_DisplayOnlyFullscreenUnsupported","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_DisplayOnlyOnLegacy","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_DisplayOnlyUnsupported","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_HwProtectUnsupported","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_InvalidFormatForFlipSequential","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_InvalidHwProtect","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_InvalidHwProtectGdiFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_InvalidNonPreRotatedFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_InvalidSwapChainFlag","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_NonPreRotatedAndGDICompatibleFlags","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_UnreleasedReferences","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeBuffers_WidthOrHeightIsZero","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeTarget_InvalidWithCompositionSwapChain","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeTarget_ModernApp","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeTarget_RefreshRateDivideByZero","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_ResizeTarget_pNewTargetParametersIsNULL","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_CoreWindow","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_DisplayOnlyUnsupported","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_FSTransitionWithCompositionSwapChain","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_FSUnsupportedForModernApps","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_FullscreenInvalidForChildWindows","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_InvalidTarget","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_OutputNotOwnedBySwapChainDevice","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_PerMonitorDpiShimApplied","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_RemoteNotSupported","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetFullscreenState_Waitable","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetMatrixTransform_MatrixMustBeFinite","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetMatrixTransform_MatrixMustBeTranslateAndOrScale","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetMatrixTransform_MatrixPointerCannotBeNull","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetMatrixTransform_RequiresCompositionSwapChain","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetMatrixTransform_YUV","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetMaximumFrameLatency_MaxLatencyIsOutOfBounds","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetMaximumFrameLatency_OnlyWaitable","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetSourceSize_Decode","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetSourceSize_FlipModel","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetSourceSize_WidthHeight","features":[406]},{"name":"DXGI_MSG_IDXGISwapChain_SetSourceSize_YUV","features":[406]},{"name":"DXGI_MSG_IDXGISwapchain_Present_FullscreenRotation","features":[406]},{"name":"DXGI_MSG_IDXGISwapchain_Present_ScrollUnsupported","features":[406]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_DISCARD_BufferCount","features":[406]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_FLIP_Modern_CoreWindow_Only","features":[406]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_FLIP_SEQUENTIAL_BufferCount","features":[406]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_FailedRegisterWithCompositor","features":[406]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_MSAA_NotSupported","features":[406]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_NotForegroundWindow","features":[406]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_NotForegroundWindow_AtRendering","features":[406]},{"name":"DXGI_MSG_Phone_IDXGIFactory_CreateSwapChain_ScalingAspectRatioStretch_Supported_ModernApp","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_GetBackgroundColor_FlipSequentialRequired","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_GetFrameStatistics_NotAvailable_ModernApp","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present1_RequiresOverlays","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidBlend","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidDestinationRect","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidFlag","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidIndexForOverlay","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidIndexForPrimary","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidInterval","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidLayerFlag","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidLayerIndex","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidMultiPlaneOverlayResource","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidResource","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidRotation","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidSourceRect","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_InvalidSubResourceIndex","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_MultipleLayerIndex","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_MultipleResource","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_NotSharedResource","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_Present_ReplaceInterval0With1","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_ResizeBuffers_NotAvailable","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_ResizeTarget_NotAvailable","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_SetBackgroundColor_FlipSequentialRequired","features":[406]},{"name":"DXGI_MSG_Phone_IDXGISwapChain_SetFullscreenState_NotAvailable","features":[406]},{"name":"DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS","features":[406]},{"name":"DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709","features":[406]},{"name":"DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE","features":[406]},{"name":"DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC","features":[406]},{"name":"DXGI_MWA_FLAGS","features":[406]},{"name":"DXGI_MWA_NO_ALT_ENTER","features":[406]},{"name":"DXGI_MWA_NO_PRINT_SCREEN","features":[406]},{"name":"DXGI_MWA_NO_WINDOW_CHANGES","features":[406]},{"name":"DXGI_MWA_VALID","features":[406]},{"name":"DXGI_Message_Id","features":[406]},{"name":"DXGI_OFFER_RESOURCE_FLAGS","features":[406]},{"name":"DXGI_OFFER_RESOURCE_FLAG_ALLOW_DECOMMIT","features":[406]},{"name":"DXGI_OFFER_RESOURCE_PRIORITY","features":[406]},{"name":"DXGI_OFFER_RESOURCE_PRIORITY_HIGH","features":[406]},{"name":"DXGI_OFFER_RESOURCE_PRIORITY_LOW","features":[406]},{"name":"DXGI_OFFER_RESOURCE_PRIORITY_NORMAL","features":[406]},{"name":"DXGI_OUTDUPL_COMPOSITED_UI_CAPTURE_ONLY","features":[406]},{"name":"DXGI_OUTDUPL_DESC","features":[305,402]},{"name":"DXGI_OUTDUPL_FLAG","features":[406]},{"name":"DXGI_OUTDUPL_FRAME_INFO","features":[305,406]},{"name":"DXGI_OUTDUPL_MOVE_RECT","features":[305,406]},{"name":"DXGI_OUTDUPL_POINTER_POSITION","features":[305,406]},{"name":"DXGI_OUTDUPL_POINTER_SHAPE_INFO","features":[305,406]},{"name":"DXGI_OUTDUPL_POINTER_SHAPE_TYPE","features":[406]},{"name":"DXGI_OUTDUPL_POINTER_SHAPE_TYPE_COLOR","features":[406]},{"name":"DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR","features":[406]},{"name":"DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME","features":[406]},{"name":"DXGI_OUTPUT_DESC","features":[305,402,317]},{"name":"DXGI_OUTPUT_DESC1","features":[305,402,317]},{"name":"DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG","features":[406]},{"name":"DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG_PRESENT","features":[406]},{"name":"DXGI_OVERLAY_SUPPORT_FLAG","features":[406]},{"name":"DXGI_OVERLAY_SUPPORT_FLAG_DIRECT","features":[406]},{"name":"DXGI_OVERLAY_SUPPORT_FLAG_SCALING","features":[406]},{"name":"DXGI_PRESENT","features":[406]},{"name":"DXGI_PRESENT_ALLOW_TEARING","features":[406]},{"name":"DXGI_PRESENT_DO_NOT_SEQUENCE","features":[406]},{"name":"DXGI_PRESENT_DO_NOT_WAIT","features":[406]},{"name":"DXGI_PRESENT_PARAMETERS","features":[305,406]},{"name":"DXGI_PRESENT_RESTART","features":[406]},{"name":"DXGI_PRESENT_RESTRICT_TO_OUTPUT","features":[406]},{"name":"DXGI_PRESENT_STEREO_PREFER_RIGHT","features":[406]},{"name":"DXGI_PRESENT_STEREO_TEMPORARY_MONO","features":[406]},{"name":"DXGI_PRESENT_TEST","features":[406]},{"name":"DXGI_PRESENT_USE_DURATION","features":[406]},{"name":"DXGI_QUERY_VIDEO_MEMORY_INFO","features":[406]},{"name":"DXGI_RECLAIM_RESOURCE_RESULTS","features":[406]},{"name":"DXGI_RECLAIM_RESOURCE_RESULT_DISCARDED","features":[406]},{"name":"DXGI_RECLAIM_RESOURCE_RESULT_NOT_COMMITTED","features":[406]},{"name":"DXGI_RECLAIM_RESOURCE_RESULT_OK","features":[406]},{"name":"DXGI_RESIDENCY","features":[406]},{"name":"DXGI_RESIDENCY_EVICTED_TO_DISK","features":[406]},{"name":"DXGI_RESIDENCY_FULLY_RESIDENT","features":[406]},{"name":"DXGI_RESIDENCY_RESIDENT_IN_SHARED_MEMORY","features":[406]},{"name":"DXGI_RESOURCE_PRIORITY","features":[406]},{"name":"DXGI_RESOURCE_PRIORITY_HIGH","features":[406]},{"name":"DXGI_RESOURCE_PRIORITY_LOW","features":[406]},{"name":"DXGI_RESOURCE_PRIORITY_MAXIMUM","features":[406]},{"name":"DXGI_RESOURCE_PRIORITY_MINIMUM","features":[406]},{"name":"DXGI_RESOURCE_PRIORITY_NORMAL","features":[406]},{"name":"DXGI_RGBA","features":[406]},{"name":"DXGI_SCALING","features":[406]},{"name":"DXGI_SCALING_ASPECT_RATIO_STRETCH","features":[406]},{"name":"DXGI_SCALING_NONE","features":[406]},{"name":"DXGI_SCALING_STRETCH","features":[406]},{"name":"DXGI_SHARED_RESOURCE","features":[305,406]},{"name":"DXGI_SHARED_RESOURCE_READ","features":[406]},{"name":"DXGI_SHARED_RESOURCE_RW","features":[406]},{"name":"DXGI_SHARED_RESOURCE_WRITE","features":[406]},{"name":"DXGI_SURFACE_DESC","features":[402]},{"name":"DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG","features":[406]},{"name":"DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_OVERLAY_PRESENT","features":[406]},{"name":"DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_PRESENT","features":[406]},{"name":"DXGI_SWAP_CHAIN_DESC","features":[305,402]},{"name":"DXGI_SWAP_CHAIN_DESC1","features":[305,402]},{"name":"DXGI_SWAP_CHAIN_FLAG","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_DISPLAY_ONLY","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_FOREGROUND_LAYER","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_FULLSCREEN_VIDEO","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_GDI_COMPATIBLE","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_HW_PROTECTED","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_NONPREROTATED","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_RESTRICTED_CONTENT","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_RESTRICTED_TO_ALL_HOLOGRAPHIC_DISPLAYS","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_RESTRICT_SHARED_RESOURCE_DRIVER","features":[406]},{"name":"DXGI_SWAP_CHAIN_FLAG_YUV_VIDEO","features":[406]},{"name":"DXGI_SWAP_CHAIN_FULLSCREEN_DESC","features":[305,402]},{"name":"DXGI_SWAP_EFFECT","features":[406]},{"name":"DXGI_SWAP_EFFECT_DISCARD","features":[406]},{"name":"DXGI_SWAP_EFFECT_FLIP_DISCARD","features":[406]},{"name":"DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL","features":[406]},{"name":"DXGI_SWAP_EFFECT_SEQUENTIAL","features":[406]},{"name":"DXGI_USAGE","features":[406]},{"name":"DXGI_USAGE_BACK_BUFFER","features":[406]},{"name":"DXGI_USAGE_DISCARD_ON_PRESENT","features":[406]},{"name":"DXGI_USAGE_READ_ONLY","features":[406]},{"name":"DXGI_USAGE_RENDER_TARGET_OUTPUT","features":[406]},{"name":"DXGI_USAGE_SHADER_INPUT","features":[406]},{"name":"DXGI_USAGE_SHARED","features":[406]},{"name":"DXGI_USAGE_UNORDERED_ACCESS","features":[406]},{"name":"IDXGIAdapter","features":[406]},{"name":"IDXGIAdapter1","features":[406]},{"name":"IDXGIAdapter2","features":[406]},{"name":"IDXGIAdapter3","features":[406]},{"name":"IDXGIAdapter4","features":[406]},{"name":"IDXGIDebug","features":[406]},{"name":"IDXGIDebug1","features":[406]},{"name":"IDXGIDecodeSwapChain","features":[406]},{"name":"IDXGIDevice","features":[406]},{"name":"IDXGIDevice1","features":[406]},{"name":"IDXGIDevice2","features":[406]},{"name":"IDXGIDevice3","features":[406]},{"name":"IDXGIDevice4","features":[406]},{"name":"IDXGIDeviceSubObject","features":[406]},{"name":"IDXGIDisplayControl","features":[406]},{"name":"IDXGIFactory","features":[406]},{"name":"IDXGIFactory1","features":[406]},{"name":"IDXGIFactory2","features":[406]},{"name":"IDXGIFactory3","features":[406]},{"name":"IDXGIFactory4","features":[406]},{"name":"IDXGIFactory5","features":[406]},{"name":"IDXGIFactory6","features":[406]},{"name":"IDXGIFactory7","features":[406]},{"name":"IDXGIFactoryMedia","features":[406]},{"name":"IDXGIInfoQueue","features":[406]},{"name":"IDXGIKeyedMutex","features":[406]},{"name":"IDXGIObject","features":[406]},{"name":"IDXGIOutput","features":[406]},{"name":"IDXGIOutput1","features":[406]},{"name":"IDXGIOutput2","features":[406]},{"name":"IDXGIOutput3","features":[406]},{"name":"IDXGIOutput4","features":[406]},{"name":"IDXGIOutput5","features":[406]},{"name":"IDXGIOutput6","features":[406]},{"name":"IDXGIOutputDuplication","features":[406]},{"name":"IDXGIResource","features":[406]},{"name":"IDXGIResource1","features":[406]},{"name":"IDXGISurface","features":[406]},{"name":"IDXGISurface1","features":[406]},{"name":"IDXGISurface2","features":[406]},{"name":"IDXGISwapChain","features":[406]},{"name":"IDXGISwapChain1","features":[406]},{"name":"IDXGISwapChain2","features":[406]},{"name":"IDXGISwapChain3","features":[406]},{"name":"IDXGISwapChain4","features":[406]},{"name":"IDXGISwapChainMedia","features":[406]},{"name":"IDXGraphicsAnalysis","features":[406]}],"421":[{"name":"DXGI_ALPHA_MODE","features":[402]},{"name":"DXGI_ALPHA_MODE_IGNORE","features":[402]},{"name":"DXGI_ALPHA_MODE_PREMULTIPLIED","features":[402]},{"name":"DXGI_ALPHA_MODE_STRAIGHT","features":[402]},{"name":"DXGI_ALPHA_MODE_UNSPECIFIED","features":[402]},{"name":"DXGI_CENTER_MULTISAMPLE_QUALITY_PATTERN","features":[402]},{"name":"DXGI_COLOR_SPACE_CUSTOM","features":[402]},{"name":"DXGI_COLOR_SPACE_RESERVED","features":[402]},{"name":"DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709","features":[402]},{"name":"DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709","features":[402]},{"name":"DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709","features":[402]},{"name":"DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709","features":[402]},{"name":"DXGI_COLOR_SPACE_TYPE","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020","features":[402]},{"name":"DXGI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020","features":[402]},{"name":"DXGI_CPU_ACCESS_DYNAMIC","features":[402]},{"name":"DXGI_CPU_ACCESS_FIELD","features":[402]},{"name":"DXGI_CPU_ACCESS_NONE","features":[402]},{"name":"DXGI_CPU_ACCESS_READ_WRITE","features":[402]},{"name":"DXGI_CPU_ACCESS_SCRATCH","features":[402]},{"name":"DXGI_FORMAT","features":[402]},{"name":"DXGI_FORMAT_420_OPAQUE","features":[402]},{"name":"DXGI_FORMAT_A4B4G4R4_UNORM","features":[402]},{"name":"DXGI_FORMAT_A8P8","features":[402]},{"name":"DXGI_FORMAT_A8_UNORM","features":[402]},{"name":"DXGI_FORMAT_AI44","features":[402]},{"name":"DXGI_FORMAT_AYUV","features":[402]},{"name":"DXGI_FORMAT_B4G4R4A4_UNORM","features":[402]},{"name":"DXGI_FORMAT_B5G5R5A1_UNORM","features":[402]},{"name":"DXGI_FORMAT_B5G6R5_UNORM","features":[402]},{"name":"DXGI_FORMAT_B8G8R8A8_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_B8G8R8A8_UNORM","features":[402]},{"name":"DXGI_FORMAT_B8G8R8A8_UNORM_SRGB","features":[402]},{"name":"DXGI_FORMAT_B8G8R8X8_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_B8G8R8X8_UNORM","features":[402]},{"name":"DXGI_FORMAT_B8G8R8X8_UNORM_SRGB","features":[402]},{"name":"DXGI_FORMAT_BC1_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_BC1_UNORM","features":[402]},{"name":"DXGI_FORMAT_BC1_UNORM_SRGB","features":[402]},{"name":"DXGI_FORMAT_BC2_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_BC2_UNORM","features":[402]},{"name":"DXGI_FORMAT_BC2_UNORM_SRGB","features":[402]},{"name":"DXGI_FORMAT_BC3_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_BC3_UNORM","features":[402]},{"name":"DXGI_FORMAT_BC3_UNORM_SRGB","features":[402]},{"name":"DXGI_FORMAT_BC4_SNORM","features":[402]},{"name":"DXGI_FORMAT_BC4_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_BC4_UNORM","features":[402]},{"name":"DXGI_FORMAT_BC5_SNORM","features":[402]},{"name":"DXGI_FORMAT_BC5_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_BC5_UNORM","features":[402]},{"name":"DXGI_FORMAT_BC6H_SF16","features":[402]},{"name":"DXGI_FORMAT_BC6H_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_BC6H_UF16","features":[402]},{"name":"DXGI_FORMAT_BC7_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_BC7_UNORM","features":[402]},{"name":"DXGI_FORMAT_BC7_UNORM_SRGB","features":[402]},{"name":"DXGI_FORMAT_D16_UNORM","features":[402]},{"name":"DXGI_FORMAT_D24_UNORM_S8_UINT","features":[402]},{"name":"DXGI_FORMAT_D32_FLOAT","features":[402]},{"name":"DXGI_FORMAT_D32_FLOAT_S8X24_UINT","features":[402]},{"name":"DXGI_FORMAT_DEFINED","features":[402]},{"name":"DXGI_FORMAT_G8R8_G8B8_UNORM","features":[402]},{"name":"DXGI_FORMAT_IA44","features":[402]},{"name":"DXGI_FORMAT_NV11","features":[402]},{"name":"DXGI_FORMAT_NV12","features":[402]},{"name":"DXGI_FORMAT_P010","features":[402]},{"name":"DXGI_FORMAT_P016","features":[402]},{"name":"DXGI_FORMAT_P208","features":[402]},{"name":"DXGI_FORMAT_P8","features":[402]},{"name":"DXGI_FORMAT_R10G10B10A2_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R10G10B10A2_UINT","features":[402]},{"name":"DXGI_FORMAT_R10G10B10A2_UNORM","features":[402]},{"name":"DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM","features":[402]},{"name":"DXGI_FORMAT_R11G11B10_FLOAT","features":[402]},{"name":"DXGI_FORMAT_R16G16B16A16_FLOAT","features":[402]},{"name":"DXGI_FORMAT_R16G16B16A16_SINT","features":[402]},{"name":"DXGI_FORMAT_R16G16B16A16_SNORM","features":[402]},{"name":"DXGI_FORMAT_R16G16B16A16_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R16G16B16A16_UINT","features":[402]},{"name":"DXGI_FORMAT_R16G16B16A16_UNORM","features":[402]},{"name":"DXGI_FORMAT_R16G16_FLOAT","features":[402]},{"name":"DXGI_FORMAT_R16G16_SINT","features":[402]},{"name":"DXGI_FORMAT_R16G16_SNORM","features":[402]},{"name":"DXGI_FORMAT_R16G16_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R16G16_UINT","features":[402]},{"name":"DXGI_FORMAT_R16G16_UNORM","features":[402]},{"name":"DXGI_FORMAT_R16_FLOAT","features":[402]},{"name":"DXGI_FORMAT_R16_SINT","features":[402]},{"name":"DXGI_FORMAT_R16_SNORM","features":[402]},{"name":"DXGI_FORMAT_R16_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R16_UINT","features":[402]},{"name":"DXGI_FORMAT_R16_UNORM","features":[402]},{"name":"DXGI_FORMAT_R1_UNORM","features":[402]},{"name":"DXGI_FORMAT_R24G8_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R24_UNORM_X8_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R32G32B32A32_FLOAT","features":[402]},{"name":"DXGI_FORMAT_R32G32B32A32_SINT","features":[402]},{"name":"DXGI_FORMAT_R32G32B32A32_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R32G32B32A32_UINT","features":[402]},{"name":"DXGI_FORMAT_R32G32B32_FLOAT","features":[402]},{"name":"DXGI_FORMAT_R32G32B32_SINT","features":[402]},{"name":"DXGI_FORMAT_R32G32B32_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R32G32B32_UINT","features":[402]},{"name":"DXGI_FORMAT_R32G32_FLOAT","features":[402]},{"name":"DXGI_FORMAT_R32G32_SINT","features":[402]},{"name":"DXGI_FORMAT_R32G32_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R32G32_UINT","features":[402]},{"name":"DXGI_FORMAT_R32G8X24_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R32_FLOAT","features":[402]},{"name":"DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R32_SINT","features":[402]},{"name":"DXGI_FORMAT_R32_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R32_UINT","features":[402]},{"name":"DXGI_FORMAT_R8G8B8A8_SINT","features":[402]},{"name":"DXGI_FORMAT_R8G8B8A8_SNORM","features":[402]},{"name":"DXGI_FORMAT_R8G8B8A8_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R8G8B8A8_UINT","features":[402]},{"name":"DXGI_FORMAT_R8G8B8A8_UNORM","features":[402]},{"name":"DXGI_FORMAT_R8G8B8A8_UNORM_SRGB","features":[402]},{"name":"DXGI_FORMAT_R8G8_B8G8_UNORM","features":[402]},{"name":"DXGI_FORMAT_R8G8_SINT","features":[402]},{"name":"DXGI_FORMAT_R8G8_SNORM","features":[402]},{"name":"DXGI_FORMAT_R8G8_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R8G8_UINT","features":[402]},{"name":"DXGI_FORMAT_R8G8_UNORM","features":[402]},{"name":"DXGI_FORMAT_R8_SINT","features":[402]},{"name":"DXGI_FORMAT_R8_SNORM","features":[402]},{"name":"DXGI_FORMAT_R8_TYPELESS","features":[402]},{"name":"DXGI_FORMAT_R8_UINT","features":[402]},{"name":"DXGI_FORMAT_R8_UNORM","features":[402]},{"name":"DXGI_FORMAT_R9G9B9E5_SHAREDEXP","features":[402]},{"name":"DXGI_FORMAT_SAMPLER_FEEDBACK_MIN_MIP_OPAQUE","features":[402]},{"name":"DXGI_FORMAT_SAMPLER_FEEDBACK_MIP_REGION_USED_OPAQUE","features":[402]},{"name":"DXGI_FORMAT_UNKNOWN","features":[402]},{"name":"DXGI_FORMAT_V208","features":[402]},{"name":"DXGI_FORMAT_V408","features":[402]},{"name":"DXGI_FORMAT_X24_TYPELESS_G8_UINT","features":[402]},{"name":"DXGI_FORMAT_X32_TYPELESS_G8X24_UINT","features":[402]},{"name":"DXGI_FORMAT_Y210","features":[402]},{"name":"DXGI_FORMAT_Y216","features":[402]},{"name":"DXGI_FORMAT_Y410","features":[402]},{"name":"DXGI_FORMAT_Y416","features":[402]},{"name":"DXGI_FORMAT_YUY2","features":[402]},{"name":"DXGI_GAMMA_CONTROL","features":[402]},{"name":"DXGI_GAMMA_CONTROL_CAPABILITIES","features":[305,402]},{"name":"DXGI_JPEG_AC_HUFFMAN_TABLE","features":[402]},{"name":"DXGI_JPEG_DC_HUFFMAN_TABLE","features":[402]},{"name":"DXGI_JPEG_QUANTIZATION_TABLE","features":[402]},{"name":"DXGI_MODE_DESC","features":[402]},{"name":"DXGI_MODE_ROTATION","features":[402]},{"name":"DXGI_MODE_ROTATION_IDENTITY","features":[402]},{"name":"DXGI_MODE_ROTATION_ROTATE180","features":[402]},{"name":"DXGI_MODE_ROTATION_ROTATE270","features":[402]},{"name":"DXGI_MODE_ROTATION_ROTATE90","features":[402]},{"name":"DXGI_MODE_ROTATION_UNSPECIFIED","features":[402]},{"name":"DXGI_MODE_SCALING","features":[402]},{"name":"DXGI_MODE_SCALING_CENTERED","features":[402]},{"name":"DXGI_MODE_SCALING_STRETCHED","features":[402]},{"name":"DXGI_MODE_SCALING_UNSPECIFIED","features":[402]},{"name":"DXGI_MODE_SCANLINE_ORDER","features":[402]},{"name":"DXGI_MODE_SCANLINE_ORDER_LOWER_FIELD_FIRST","features":[402]},{"name":"DXGI_MODE_SCANLINE_ORDER_PROGRESSIVE","features":[402]},{"name":"DXGI_MODE_SCANLINE_ORDER_UNSPECIFIED","features":[402]},{"name":"DXGI_MODE_SCANLINE_ORDER_UPPER_FIELD_FIRST","features":[402]},{"name":"DXGI_RATIONAL","features":[402]},{"name":"DXGI_RGB","features":[402]},{"name":"DXGI_SAMPLE_DESC","features":[402]},{"name":"DXGI_STANDARD_MULTISAMPLE_QUALITY_PATTERN","features":[402]},{"name":"_FACDXGI","features":[402]}],"422":[{"name":"ABC","features":[317]},{"name":"ABCFLOAT","features":[317]},{"name":"ABORTDOC","features":[317]},{"name":"ABORTPATH","features":[317]},{"name":"ABSOLUTE","features":[317]},{"name":"AC_SRC_ALPHA","features":[317]},{"name":"AC_SRC_OVER","features":[317]},{"name":"AD_CLOCKWISE","features":[317]},{"name":"AD_COUNTERCLOCKWISE","features":[317]},{"name":"ALTERNATE","features":[317]},{"name":"ANSI_CHARSET","features":[317]},{"name":"ANSI_FIXED_FONT","features":[317]},{"name":"ANSI_VAR_FONT","features":[317]},{"name":"ANTIALIASED_QUALITY","features":[317]},{"name":"ARABIC_CHARSET","features":[317]},{"name":"ARC_DIRECTION","features":[317]},{"name":"ASPECTX","features":[317]},{"name":"ASPECTXY","features":[317]},{"name":"ASPECTY","features":[317]},{"name":"ASPECT_FILTERING","features":[317]},{"name":"AXESLISTA","features":[317]},{"name":"AXESLISTW","features":[317]},{"name":"AXISINFOA","features":[317]},{"name":"AXISINFOW","features":[317]},{"name":"AbortPath","features":[305,317]},{"name":"AddFontMemResourceEx","features":[305,317]},{"name":"AddFontResourceA","features":[317]},{"name":"AddFontResourceExA","features":[317]},{"name":"AddFontResourceExW","features":[317]},{"name":"AddFontResourceW","features":[317]},{"name":"AlphaBlend","features":[305,317]},{"name":"AngleArc","features":[305,317]},{"name":"AnimatePalette","features":[305,317]},{"name":"Arc","features":[305,317]},{"name":"ArcTo","features":[305,317]},{"name":"BACKGROUND_MODE","features":[317]},{"name":"BALTIC_CHARSET","features":[317]},{"name":"BANDINFO","features":[317]},{"name":"BDR_INNER","features":[317]},{"name":"BDR_OUTER","features":[317]},{"name":"BDR_RAISED","features":[317]},{"name":"BDR_RAISEDINNER","features":[317]},{"name":"BDR_RAISEDOUTER","features":[317]},{"name":"BDR_SUNKEN","features":[317]},{"name":"BDR_SUNKENINNER","features":[317]},{"name":"BDR_SUNKENOUTER","features":[317]},{"name":"BEGIN_PATH","features":[317]},{"name":"BF_ADJUST","features":[317]},{"name":"BF_BOTTOM","features":[317]},{"name":"BF_BOTTOMLEFT","features":[317]},{"name":"BF_BOTTOMRIGHT","features":[317]},{"name":"BF_DIAGONAL","features":[317]},{"name":"BF_DIAGONAL_ENDBOTTOMLEFT","features":[317]},{"name":"BF_DIAGONAL_ENDBOTTOMRIGHT","features":[317]},{"name":"BF_DIAGONAL_ENDTOPLEFT","features":[317]},{"name":"BF_DIAGONAL_ENDTOPRIGHT","features":[317]},{"name":"BF_FLAT","features":[317]},{"name":"BF_LEFT","features":[317]},{"name":"BF_MIDDLE","features":[317]},{"name":"BF_MONO","features":[317]},{"name":"BF_RECT","features":[317]},{"name":"BF_RIGHT","features":[317]},{"name":"BF_SOFT","features":[317]},{"name":"BF_TOP","features":[317]},{"name":"BF_TOPLEFT","features":[317]},{"name":"BF_TOPRIGHT","features":[317]},{"name":"BITMAP","features":[317]},{"name":"BITMAPCOREHEADER","features":[317]},{"name":"BITMAPCOREINFO","features":[317]},{"name":"BITMAPFILEHEADER","features":[317]},{"name":"BITMAPINFO","features":[317]},{"name":"BITMAPINFOHEADER","features":[317]},{"name":"BITMAPV4HEADER","features":[317]},{"name":"BITMAPV5HEADER","features":[317]},{"name":"BITSPIXEL","features":[317]},{"name":"BI_BITFIELDS","features":[317]},{"name":"BI_COMPRESSION","features":[317]},{"name":"BI_JPEG","features":[317]},{"name":"BI_PNG","features":[317]},{"name":"BI_RGB","features":[317]},{"name":"BI_RLE4","features":[317]},{"name":"BI_RLE8","features":[317]},{"name":"BKMODE_LAST","features":[317]},{"name":"BLACKNESS","features":[317]},{"name":"BLACKONWHITE","features":[317]},{"name":"BLACK_BRUSH","features":[317]},{"name":"BLACK_PEN","features":[317]},{"name":"BLENDFUNCTION","features":[317]},{"name":"BLTALIGNMENT","features":[317]},{"name":"BRUSH_STYLE","features":[317]},{"name":"BS_DIBPATTERN","features":[317]},{"name":"BS_DIBPATTERN8X8","features":[317]},{"name":"BS_DIBPATTERNPT","features":[317]},{"name":"BS_HATCHED","features":[317]},{"name":"BS_HOLLOW","features":[317]},{"name":"BS_INDEXED","features":[317]},{"name":"BS_MONOPATTERN","features":[317]},{"name":"BS_NULL","features":[317]},{"name":"BS_PATTERN","features":[317]},{"name":"BS_PATTERN8X8","features":[317]},{"name":"BS_SOLID","features":[317]},{"name":"BeginPaint","features":[305,317]},{"name":"BeginPath","features":[305,317]},{"name":"BitBlt","features":[305,317]},{"name":"CAPTUREBLT","features":[317]},{"name":"CA_LOG_FILTER","features":[317]},{"name":"CA_NEGATIVE","features":[317]},{"name":"CBM_INIT","features":[317]},{"name":"CCHFORMNAME","features":[317]},{"name":"CC_CHORD","features":[317]},{"name":"CC_CIRCLES","features":[317]},{"name":"CC_ELLIPSES","features":[317]},{"name":"CC_INTERIORS","features":[317]},{"name":"CC_NONE","features":[317]},{"name":"CC_PIE","features":[317]},{"name":"CC_ROUNDRECT","features":[317]},{"name":"CC_STYLED","features":[317]},{"name":"CC_WIDE","features":[317]},{"name":"CC_WIDESTYLED","features":[317]},{"name":"CDS_DISABLE_UNSAFE_MODES","features":[317]},{"name":"CDS_ENABLE_UNSAFE_MODES","features":[317]},{"name":"CDS_FULLSCREEN","features":[317]},{"name":"CDS_GLOBAL","features":[317]},{"name":"CDS_NORESET","features":[317]},{"name":"CDS_RESET","features":[317]},{"name":"CDS_RESET_EX","features":[317]},{"name":"CDS_SET_PRIMARY","features":[317]},{"name":"CDS_TEST","features":[317]},{"name":"CDS_TYPE","features":[317]},{"name":"CDS_UPDATEREGISTRY","features":[317]},{"name":"CDS_VIDEOPARAMETERS","features":[317]},{"name":"CFP_ALLOCPROC","features":[317]},{"name":"CFP_FREEPROC","features":[317]},{"name":"CFP_REALLOCPROC","features":[317]},{"name":"CHARSET_DEFAULT","features":[317]},{"name":"CHARSET_GLYPHIDX","features":[317]},{"name":"CHARSET_SYMBOL","features":[317]},{"name":"CHARSET_UNICODE","features":[317]},{"name":"CHECKJPEGFORMAT","features":[317]},{"name":"CHECKPNGFORMAT","features":[317]},{"name":"CHINESEBIG5_CHARSET","features":[317]},{"name":"CIEXYZ","features":[317]},{"name":"CIEXYZTRIPLE","features":[317]},{"name":"CLEARTYPE_NATURAL_QUALITY","features":[317]},{"name":"CLEARTYPE_QUALITY","features":[317]},{"name":"CLIPCAPS","features":[317]},{"name":"CLIP_CHARACTER_PRECIS","features":[317]},{"name":"CLIP_DEFAULT_PRECIS","features":[317]},{"name":"CLIP_DFA_DISABLE","features":[317]},{"name":"CLIP_DFA_OVERRIDE","features":[317]},{"name":"CLIP_EMBEDDED","features":[317]},{"name":"CLIP_LH_ANGLES","features":[317]},{"name":"CLIP_MASK","features":[317]},{"name":"CLIP_STROKE_PRECIS","features":[317]},{"name":"CLIP_TO_PATH","features":[317]},{"name":"CLIP_TT_ALWAYS","features":[317]},{"name":"CLOSECHANNEL","features":[317]},{"name":"CLR_INVALID","features":[317]},{"name":"CM_CMYK_COLOR","features":[317]},{"name":"CM_DEVICE_ICM","features":[317]},{"name":"CM_GAMMA_RAMP","features":[317]},{"name":"CM_IN_GAMUT","features":[317]},{"name":"CM_NONE","features":[317]},{"name":"CM_OUT_OF_GAMUT","features":[317]},{"name":"COLORADJUSTMENT","features":[317]},{"name":"COLORMATCHTOTARGET_EMBEDED","features":[317]},{"name":"COLORMGMTCAPS","features":[317]},{"name":"COLORONCOLOR","features":[317]},{"name":"COLORRES","features":[317]},{"name":"COLOR_3DDKSHADOW","features":[317]},{"name":"COLOR_3DFACE","features":[317]},{"name":"COLOR_3DHIGHLIGHT","features":[317]},{"name":"COLOR_3DHILIGHT","features":[317]},{"name":"COLOR_3DLIGHT","features":[317]},{"name":"COLOR_3DSHADOW","features":[317]},{"name":"COLOR_ACTIVEBORDER","features":[317]},{"name":"COLOR_ACTIVECAPTION","features":[317]},{"name":"COLOR_APPWORKSPACE","features":[317]},{"name":"COLOR_BACKGROUND","features":[317]},{"name":"COLOR_BTNFACE","features":[317]},{"name":"COLOR_BTNHIGHLIGHT","features":[317]},{"name":"COLOR_BTNHILIGHT","features":[317]},{"name":"COLOR_BTNSHADOW","features":[317]},{"name":"COLOR_BTNTEXT","features":[317]},{"name":"COLOR_CAPTIONTEXT","features":[317]},{"name":"COLOR_DESKTOP","features":[317]},{"name":"COLOR_GRADIENTACTIVECAPTION","features":[317]},{"name":"COLOR_GRADIENTINACTIVECAPTION","features":[317]},{"name":"COLOR_GRAYTEXT","features":[317]},{"name":"COLOR_HIGHLIGHT","features":[317]},{"name":"COLOR_HIGHLIGHTTEXT","features":[317]},{"name":"COLOR_HOTLIGHT","features":[317]},{"name":"COLOR_INACTIVEBORDER","features":[317]},{"name":"COLOR_INACTIVECAPTION","features":[317]},{"name":"COLOR_INACTIVECAPTIONTEXT","features":[317]},{"name":"COLOR_INFOBK","features":[317]},{"name":"COLOR_INFOTEXT","features":[317]},{"name":"COLOR_MENU","features":[317]},{"name":"COLOR_MENUBAR","features":[317]},{"name":"COLOR_MENUHILIGHT","features":[317]},{"name":"COLOR_MENUTEXT","features":[317]},{"name":"COLOR_SCROLLBAR","features":[317]},{"name":"COLOR_WINDOW","features":[317]},{"name":"COLOR_WINDOWFRAME","features":[317]},{"name":"COLOR_WINDOWTEXT","features":[317]},{"name":"COMPLEXREGION","features":[317]},{"name":"CP_NONE","features":[317]},{"name":"CP_RECTANGLE","features":[317]},{"name":"CP_REGION","features":[317]},{"name":"CREATECOLORSPACE_EMBEDED","features":[317]},{"name":"CREATE_FONT_PACKAGE_SUBSET_ENCODING","features":[317]},{"name":"CREATE_FONT_PACKAGE_SUBSET_PLATFORM","features":[317]},{"name":"CREATE_POLYGON_RGN_MODE","features":[317]},{"name":"CURVECAPS","features":[317]},{"name":"CancelDC","features":[305,317]},{"name":"ChangeDisplaySettingsA","features":[305,317]},{"name":"ChangeDisplaySettingsExA","features":[305,317]},{"name":"ChangeDisplaySettingsExW","features":[305,317]},{"name":"ChangeDisplaySettingsW","features":[305,317]},{"name":"Chord","features":[305,317]},{"name":"ClientToScreen","features":[305,317]},{"name":"CloseEnhMetaFile","features":[317]},{"name":"CloseFigure","features":[305,317]},{"name":"CloseMetaFile","features":[317]},{"name":"CombineRgn","features":[317]},{"name":"CombineTransform","features":[305,317]},{"name":"CopyEnhMetaFileA","features":[317]},{"name":"CopyEnhMetaFileW","features":[317]},{"name":"CopyMetaFileA","features":[317]},{"name":"CopyMetaFileW","features":[317]},{"name":"CopyRect","features":[305,317]},{"name":"CreateBitmap","features":[317]},{"name":"CreateBitmapIndirect","features":[317]},{"name":"CreateBrushIndirect","features":[305,317]},{"name":"CreateCompatibleBitmap","features":[317]},{"name":"CreateCompatibleDC","features":[317]},{"name":"CreateDCA","features":[305,317]},{"name":"CreateDCW","features":[305,317]},{"name":"CreateDIBPatternBrush","features":[305,317]},{"name":"CreateDIBPatternBrushPt","features":[317]},{"name":"CreateDIBSection","features":[305,317]},{"name":"CreateDIBitmap","features":[317]},{"name":"CreateDiscardableBitmap","features":[317]},{"name":"CreateEllipticRgn","features":[317]},{"name":"CreateEllipticRgnIndirect","features":[305,317]},{"name":"CreateEnhMetaFileA","features":[305,317]},{"name":"CreateEnhMetaFileW","features":[305,317]},{"name":"CreateFontA","features":[317]},{"name":"CreateFontIndirectA","features":[317]},{"name":"CreateFontIndirectExA","features":[317]},{"name":"CreateFontIndirectExW","features":[317]},{"name":"CreateFontIndirectW","features":[317]},{"name":"CreateFontPackage","features":[317]},{"name":"CreateFontW","features":[317]},{"name":"CreateHalftonePalette","features":[317]},{"name":"CreateHatchBrush","features":[305,317]},{"name":"CreateICA","features":[305,317]},{"name":"CreateICW","features":[305,317]},{"name":"CreateMetaFileA","features":[317]},{"name":"CreateMetaFileW","features":[317]},{"name":"CreatePalette","features":[317]},{"name":"CreatePatternBrush","features":[317]},{"name":"CreatePen","features":[305,317]},{"name":"CreatePenIndirect","features":[305,317]},{"name":"CreatePolyPolygonRgn","features":[305,317]},{"name":"CreatePolygonRgn","features":[305,317]},{"name":"CreateRectRgn","features":[317]},{"name":"CreateRectRgnIndirect","features":[305,317]},{"name":"CreateRoundRectRgn","features":[317]},{"name":"CreateScalableFontResourceA","features":[305,317]},{"name":"CreateScalableFontResourceW","features":[305,317]},{"name":"CreateSolidBrush","features":[305,317]},{"name":"DCBA_FACEDOWNCENTER","features":[317]},{"name":"DCBA_FACEDOWNLEFT","features":[317]},{"name":"DCBA_FACEDOWNNONE","features":[317]},{"name":"DCBA_FACEDOWNRIGHT","features":[317]},{"name":"DCBA_FACEUPCENTER","features":[317]},{"name":"DCBA_FACEUPLEFT","features":[317]},{"name":"DCBA_FACEUPNONE","features":[317]},{"name":"DCBA_FACEUPRIGHT","features":[317]},{"name":"DCB_ACCUMULATE","features":[317]},{"name":"DCB_DISABLE","features":[317]},{"name":"DCB_ENABLE","features":[317]},{"name":"DCB_RESET","features":[317]},{"name":"DCTT_BITMAP","features":[317]},{"name":"DCTT_DOWNLOAD","features":[317]},{"name":"DCTT_DOWNLOAD_OUTLINE","features":[317]},{"name":"DCTT_SUBDEV","features":[317]},{"name":"DCX_CACHE","features":[317]},{"name":"DCX_CLIPCHILDREN","features":[317]},{"name":"DCX_CLIPSIBLINGS","features":[317]},{"name":"DCX_EXCLUDERGN","features":[317]},{"name":"DCX_INTERSECTRGN","features":[317]},{"name":"DCX_INTERSECTUPDATE","features":[317]},{"name":"DCX_LOCKWINDOWUPDATE","features":[317]},{"name":"DCX_NORESETATTRS","features":[317]},{"name":"DCX_PARENTCLIP","features":[317]},{"name":"DCX_VALIDATE","features":[317]},{"name":"DCX_WINDOW","features":[317]},{"name":"DC_ACTIVE","features":[317]},{"name":"DC_BINADJUST","features":[317]},{"name":"DC_BRUSH","features":[317]},{"name":"DC_BUTTONS","features":[317]},{"name":"DC_DATATYPE_PRODUCED","features":[317]},{"name":"DC_EMF_COMPLIANT","features":[317]},{"name":"DC_GRADIENT","features":[317]},{"name":"DC_ICON","features":[317]},{"name":"DC_INBUTTON","features":[317]},{"name":"DC_LAYOUT","features":[317]},{"name":"DC_MANUFACTURER","features":[317]},{"name":"DC_MODEL","features":[317]},{"name":"DC_PEN","features":[317]},{"name":"DC_SMALLCAP","features":[317]},{"name":"DC_TEXT","features":[317]},{"name":"DEFAULT_CHARSET","features":[317]},{"name":"DEFAULT_GUI_FONT","features":[317]},{"name":"DEFAULT_PALETTE","features":[317]},{"name":"DEFAULT_PITCH","features":[317]},{"name":"DEFAULT_QUALITY","features":[317]},{"name":"DESIGNVECTOR","features":[317]},{"name":"DESKTOPHORZRES","features":[317]},{"name":"DESKTOPVERTRES","features":[317]},{"name":"DEVICEDATA","features":[317]},{"name":"DEVICE_DEFAULT_FONT","features":[317]},{"name":"DEVICE_FONTTYPE","features":[317]},{"name":"DEVMODEA","features":[305,317]},{"name":"DEVMODEW","features":[305,317]},{"name":"DEVMODE_COLLATE","features":[317]},{"name":"DEVMODE_COLOR","features":[317]},{"name":"DEVMODE_DISPLAY_FIXED_OUTPUT","features":[317]},{"name":"DEVMODE_DISPLAY_ORIENTATION","features":[317]},{"name":"DEVMODE_DUPLEX","features":[317]},{"name":"DEVMODE_FIELD_FLAGS","features":[317]},{"name":"DEVMODE_TRUETYPE_OPTION","features":[317]},{"name":"DFCS_ADJUSTRECT","features":[317]},{"name":"DFCS_BUTTON3STATE","features":[317]},{"name":"DFCS_BUTTONCHECK","features":[317]},{"name":"DFCS_BUTTONPUSH","features":[317]},{"name":"DFCS_BUTTONRADIO","features":[317]},{"name":"DFCS_BUTTONRADIOIMAGE","features":[317]},{"name":"DFCS_BUTTONRADIOMASK","features":[317]},{"name":"DFCS_CAPTIONCLOSE","features":[317]},{"name":"DFCS_CAPTIONHELP","features":[317]},{"name":"DFCS_CAPTIONMAX","features":[317]},{"name":"DFCS_CAPTIONMIN","features":[317]},{"name":"DFCS_CAPTIONRESTORE","features":[317]},{"name":"DFCS_CHECKED","features":[317]},{"name":"DFCS_FLAT","features":[317]},{"name":"DFCS_HOT","features":[317]},{"name":"DFCS_INACTIVE","features":[317]},{"name":"DFCS_MENUARROW","features":[317]},{"name":"DFCS_MENUARROWRIGHT","features":[317]},{"name":"DFCS_MENUBULLET","features":[317]},{"name":"DFCS_MENUCHECK","features":[317]},{"name":"DFCS_MONO","features":[317]},{"name":"DFCS_PUSHED","features":[317]},{"name":"DFCS_SCROLLCOMBOBOX","features":[317]},{"name":"DFCS_SCROLLDOWN","features":[317]},{"name":"DFCS_SCROLLLEFT","features":[317]},{"name":"DFCS_SCROLLRIGHT","features":[317]},{"name":"DFCS_SCROLLSIZEGRIP","features":[317]},{"name":"DFCS_SCROLLSIZEGRIPRIGHT","features":[317]},{"name":"DFCS_SCROLLUP","features":[317]},{"name":"DFCS_STATE","features":[317]},{"name":"DFCS_TRANSPARENT","features":[317]},{"name":"DFC_BUTTON","features":[317]},{"name":"DFC_CAPTION","features":[317]},{"name":"DFC_MENU","features":[317]},{"name":"DFC_POPUPMENU","features":[317]},{"name":"DFC_SCROLL","features":[317]},{"name":"DFC_TYPE","features":[317]},{"name":"DIBSECTION","features":[305,317]},{"name":"DIB_PAL_COLORS","features":[317]},{"name":"DIB_RGB_COLORS","features":[317]},{"name":"DIB_USAGE","features":[317]},{"name":"DISPLAYCONFIG_COLOR_ENCODING","features":[317]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_INTENSITY","features":[317]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_RGB","features":[317]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR420","features":[317]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR422","features":[317]},{"name":"DISPLAYCONFIG_COLOR_ENCODING_YCBCR444","features":[317]},{"name":"DISPLAYCONFIG_MAXPATH","features":[317]},{"name":"DISPLAYCONFIG_PATH_ACTIVE","features":[317]},{"name":"DISPLAYCONFIG_PATH_CLONE_GROUP_INVALID","features":[317]},{"name":"DISPLAYCONFIG_PATH_DESKTOP_IMAGE_IDX_INVALID","features":[317]},{"name":"DISPLAYCONFIG_PATH_MODE_IDX_INVALID","features":[317]},{"name":"DISPLAYCONFIG_PATH_PREFERRED_UNSCALED","features":[317]},{"name":"DISPLAYCONFIG_PATH_SOURCE_MODE_IDX_INVALID","features":[317]},{"name":"DISPLAYCONFIG_PATH_SUPPORT_VIRTUAL_MODE","features":[317]},{"name":"DISPLAYCONFIG_PATH_TARGET_MODE_IDX_INVALID","features":[317]},{"name":"DISPLAYCONFIG_PATH_VALID_FLAGS","features":[317]},{"name":"DISPLAYCONFIG_SOURCE_IN_USE","features":[317]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_BOOT","features":[317]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_PATH","features":[317]},{"name":"DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_SYSTEM","features":[317]},{"name":"DISPLAYCONFIG_TARGET_FORCIBLE","features":[317]},{"name":"DISPLAYCONFIG_TARGET_IN_USE","features":[317]},{"name":"DISPLAYCONFIG_TARGET_IS_HMD","features":[317]},{"name":"DISPLAY_DEVICEA","features":[317]},{"name":"DISPLAY_DEVICEW","features":[317]},{"name":"DISPLAY_DEVICE_ACC_DRIVER","features":[317]},{"name":"DISPLAY_DEVICE_ACTIVE","features":[317]},{"name":"DISPLAY_DEVICE_ATTACHED","features":[317]},{"name":"DISPLAY_DEVICE_ATTACHED_TO_DESKTOP","features":[317]},{"name":"DISPLAY_DEVICE_DISCONNECT","features":[317]},{"name":"DISPLAY_DEVICE_MIRRORING_DRIVER","features":[317]},{"name":"DISPLAY_DEVICE_MODESPRUNED","features":[317]},{"name":"DISPLAY_DEVICE_MULTI_DRIVER","features":[317]},{"name":"DISPLAY_DEVICE_PRIMARY_DEVICE","features":[317]},{"name":"DISPLAY_DEVICE_RDPUDD","features":[317]},{"name":"DISPLAY_DEVICE_REMOTE","features":[317]},{"name":"DISPLAY_DEVICE_REMOVABLE","features":[317]},{"name":"DISPLAY_DEVICE_STATE_FLAGS","features":[317]},{"name":"DISPLAY_DEVICE_TS_COMPATIBLE","features":[317]},{"name":"DISPLAY_DEVICE_UNSAFE_MODES_ON","features":[317]},{"name":"DISPLAY_DEVICE_VGA_COMPATIBLE","features":[317]},{"name":"DISP_CHANGE","features":[317]},{"name":"DISP_CHANGE_BADDUALVIEW","features":[317]},{"name":"DISP_CHANGE_BADFLAGS","features":[317]},{"name":"DISP_CHANGE_BADMODE","features":[317]},{"name":"DISP_CHANGE_BADPARAM","features":[317]},{"name":"DISP_CHANGE_FAILED","features":[317]},{"name":"DISP_CHANGE_NOTUPDATED","features":[317]},{"name":"DISP_CHANGE_RESTART","features":[317]},{"name":"DISP_CHANGE_SUCCESSFUL","features":[317]},{"name":"DI_APPBANDING","features":[317]},{"name":"DI_ROPS_READ_DESTINATION","features":[317]},{"name":"DKGRAY_BRUSH","features":[317]},{"name":"DMBIN_AUTO","features":[317]},{"name":"DMBIN_CASSETTE","features":[317]},{"name":"DMBIN_ENVELOPE","features":[317]},{"name":"DMBIN_ENVMANUAL","features":[317]},{"name":"DMBIN_FORMSOURCE","features":[317]},{"name":"DMBIN_LARGECAPACITY","features":[317]},{"name":"DMBIN_LARGEFMT","features":[317]},{"name":"DMBIN_LAST","features":[317]},{"name":"DMBIN_LOWER","features":[317]},{"name":"DMBIN_MANUAL","features":[317]},{"name":"DMBIN_MIDDLE","features":[317]},{"name":"DMBIN_ONLYONE","features":[317]},{"name":"DMBIN_SMALLFMT","features":[317]},{"name":"DMBIN_TRACTOR","features":[317]},{"name":"DMBIN_UPPER","features":[317]},{"name":"DMBIN_USER","features":[317]},{"name":"DMCOLLATE_FALSE","features":[317]},{"name":"DMCOLLATE_TRUE","features":[317]},{"name":"DMCOLOR_COLOR","features":[317]},{"name":"DMCOLOR_MONOCHROME","features":[317]},{"name":"DMDFO_CENTER","features":[317]},{"name":"DMDFO_DEFAULT","features":[317]},{"name":"DMDFO_STRETCH","features":[317]},{"name":"DMDISPLAYFLAGS_TEXTMODE","features":[317]},{"name":"DMDITHER_COARSE","features":[317]},{"name":"DMDITHER_ERRORDIFFUSION","features":[317]},{"name":"DMDITHER_FINE","features":[317]},{"name":"DMDITHER_GRAYSCALE","features":[317]},{"name":"DMDITHER_LINEART","features":[317]},{"name":"DMDITHER_NONE","features":[317]},{"name":"DMDITHER_RESERVED6","features":[317]},{"name":"DMDITHER_RESERVED7","features":[317]},{"name":"DMDITHER_RESERVED8","features":[317]},{"name":"DMDITHER_RESERVED9","features":[317]},{"name":"DMDITHER_USER","features":[317]},{"name":"DMDO_180","features":[317]},{"name":"DMDO_270","features":[317]},{"name":"DMDO_90","features":[317]},{"name":"DMDO_DEFAULT","features":[317]},{"name":"DMDUP_HORIZONTAL","features":[317]},{"name":"DMDUP_SIMPLEX","features":[317]},{"name":"DMDUP_VERTICAL","features":[317]},{"name":"DMICMMETHOD_DEVICE","features":[317]},{"name":"DMICMMETHOD_DRIVER","features":[317]},{"name":"DMICMMETHOD_NONE","features":[317]},{"name":"DMICMMETHOD_SYSTEM","features":[317]},{"name":"DMICMMETHOD_USER","features":[317]},{"name":"DMICM_ABS_COLORIMETRIC","features":[317]},{"name":"DMICM_COLORIMETRIC","features":[317]},{"name":"DMICM_CONTRAST","features":[317]},{"name":"DMICM_SATURATE","features":[317]},{"name":"DMICM_USER","features":[317]},{"name":"DMMEDIA_GLOSSY","features":[317]},{"name":"DMMEDIA_STANDARD","features":[317]},{"name":"DMMEDIA_TRANSPARENCY","features":[317]},{"name":"DMMEDIA_USER","features":[317]},{"name":"DMNUP_ONEUP","features":[317]},{"name":"DMNUP_SYSTEM","features":[317]},{"name":"DMORIENT_LANDSCAPE","features":[317]},{"name":"DMORIENT_PORTRAIT","features":[317]},{"name":"DMPAPER_10X11","features":[317]},{"name":"DMPAPER_10X14","features":[317]},{"name":"DMPAPER_11X17","features":[317]},{"name":"DMPAPER_12X11","features":[317]},{"name":"DMPAPER_15X11","features":[317]},{"name":"DMPAPER_9X11","features":[317]},{"name":"DMPAPER_A2","features":[317]},{"name":"DMPAPER_A3","features":[317]},{"name":"DMPAPER_A3_EXTRA","features":[317]},{"name":"DMPAPER_A3_EXTRA_TRANSVERSE","features":[317]},{"name":"DMPAPER_A3_ROTATED","features":[317]},{"name":"DMPAPER_A3_TRANSVERSE","features":[317]},{"name":"DMPAPER_A4","features":[317]},{"name":"DMPAPER_A4SMALL","features":[317]},{"name":"DMPAPER_A4_EXTRA","features":[317]},{"name":"DMPAPER_A4_PLUS","features":[317]},{"name":"DMPAPER_A4_ROTATED","features":[317]},{"name":"DMPAPER_A4_TRANSVERSE","features":[317]},{"name":"DMPAPER_A5","features":[317]},{"name":"DMPAPER_A5_EXTRA","features":[317]},{"name":"DMPAPER_A5_ROTATED","features":[317]},{"name":"DMPAPER_A5_TRANSVERSE","features":[317]},{"name":"DMPAPER_A6","features":[317]},{"name":"DMPAPER_A6_ROTATED","features":[317]},{"name":"DMPAPER_A_PLUS","features":[317]},{"name":"DMPAPER_B4","features":[317]},{"name":"DMPAPER_B4_JIS_ROTATED","features":[317]},{"name":"DMPAPER_B5","features":[317]},{"name":"DMPAPER_B5_EXTRA","features":[317]},{"name":"DMPAPER_B5_JIS_ROTATED","features":[317]},{"name":"DMPAPER_B5_TRANSVERSE","features":[317]},{"name":"DMPAPER_B6_JIS","features":[317]},{"name":"DMPAPER_B6_JIS_ROTATED","features":[317]},{"name":"DMPAPER_B_PLUS","features":[317]},{"name":"DMPAPER_CSHEET","features":[317]},{"name":"DMPAPER_DBL_JAPANESE_POSTCARD","features":[317]},{"name":"DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED","features":[317]},{"name":"DMPAPER_DSHEET","features":[317]},{"name":"DMPAPER_ENV_10","features":[317]},{"name":"DMPAPER_ENV_11","features":[317]},{"name":"DMPAPER_ENV_12","features":[317]},{"name":"DMPAPER_ENV_14","features":[317]},{"name":"DMPAPER_ENV_9","features":[317]},{"name":"DMPAPER_ENV_B4","features":[317]},{"name":"DMPAPER_ENV_B5","features":[317]},{"name":"DMPAPER_ENV_B6","features":[317]},{"name":"DMPAPER_ENV_C3","features":[317]},{"name":"DMPAPER_ENV_C4","features":[317]},{"name":"DMPAPER_ENV_C5","features":[317]},{"name":"DMPAPER_ENV_C6","features":[317]},{"name":"DMPAPER_ENV_C65","features":[317]},{"name":"DMPAPER_ENV_DL","features":[317]},{"name":"DMPAPER_ENV_INVITE","features":[317]},{"name":"DMPAPER_ENV_ITALY","features":[317]},{"name":"DMPAPER_ENV_MONARCH","features":[317]},{"name":"DMPAPER_ENV_PERSONAL","features":[317]},{"name":"DMPAPER_ESHEET","features":[317]},{"name":"DMPAPER_EXECUTIVE","features":[317]},{"name":"DMPAPER_FANFOLD_LGL_GERMAN","features":[317]},{"name":"DMPAPER_FANFOLD_STD_GERMAN","features":[317]},{"name":"DMPAPER_FANFOLD_US","features":[317]},{"name":"DMPAPER_FOLIO","features":[317]},{"name":"DMPAPER_ISO_B4","features":[317]},{"name":"DMPAPER_JAPANESE_POSTCARD","features":[317]},{"name":"DMPAPER_JAPANESE_POSTCARD_ROTATED","features":[317]},{"name":"DMPAPER_JENV_CHOU3","features":[317]},{"name":"DMPAPER_JENV_CHOU3_ROTATED","features":[317]},{"name":"DMPAPER_JENV_CHOU4","features":[317]},{"name":"DMPAPER_JENV_CHOU4_ROTATED","features":[317]},{"name":"DMPAPER_JENV_KAKU2","features":[317]},{"name":"DMPAPER_JENV_KAKU2_ROTATED","features":[317]},{"name":"DMPAPER_JENV_KAKU3","features":[317]},{"name":"DMPAPER_JENV_KAKU3_ROTATED","features":[317]},{"name":"DMPAPER_JENV_YOU4","features":[317]},{"name":"DMPAPER_JENV_YOU4_ROTATED","features":[317]},{"name":"DMPAPER_LAST","features":[317]},{"name":"DMPAPER_LEDGER","features":[317]},{"name":"DMPAPER_LEGAL","features":[317]},{"name":"DMPAPER_LEGAL_EXTRA","features":[317]},{"name":"DMPAPER_LETTER","features":[317]},{"name":"DMPAPER_LETTERSMALL","features":[317]},{"name":"DMPAPER_LETTER_EXTRA","features":[317]},{"name":"DMPAPER_LETTER_EXTRA_TRANSVERSE","features":[317]},{"name":"DMPAPER_LETTER_PLUS","features":[317]},{"name":"DMPAPER_LETTER_ROTATED","features":[317]},{"name":"DMPAPER_LETTER_TRANSVERSE","features":[317]},{"name":"DMPAPER_NOTE","features":[317]},{"name":"DMPAPER_P16K","features":[317]},{"name":"DMPAPER_P16K_ROTATED","features":[317]},{"name":"DMPAPER_P32K","features":[317]},{"name":"DMPAPER_P32KBIG","features":[317]},{"name":"DMPAPER_P32KBIG_ROTATED","features":[317]},{"name":"DMPAPER_P32K_ROTATED","features":[317]},{"name":"DMPAPER_PENV_1","features":[317]},{"name":"DMPAPER_PENV_10","features":[317]},{"name":"DMPAPER_PENV_10_ROTATED","features":[317]},{"name":"DMPAPER_PENV_1_ROTATED","features":[317]},{"name":"DMPAPER_PENV_2","features":[317]},{"name":"DMPAPER_PENV_2_ROTATED","features":[317]},{"name":"DMPAPER_PENV_3","features":[317]},{"name":"DMPAPER_PENV_3_ROTATED","features":[317]},{"name":"DMPAPER_PENV_4","features":[317]},{"name":"DMPAPER_PENV_4_ROTATED","features":[317]},{"name":"DMPAPER_PENV_5","features":[317]},{"name":"DMPAPER_PENV_5_ROTATED","features":[317]},{"name":"DMPAPER_PENV_6","features":[317]},{"name":"DMPAPER_PENV_6_ROTATED","features":[317]},{"name":"DMPAPER_PENV_7","features":[317]},{"name":"DMPAPER_PENV_7_ROTATED","features":[317]},{"name":"DMPAPER_PENV_8","features":[317]},{"name":"DMPAPER_PENV_8_ROTATED","features":[317]},{"name":"DMPAPER_PENV_9","features":[317]},{"name":"DMPAPER_PENV_9_ROTATED","features":[317]},{"name":"DMPAPER_QUARTO","features":[317]},{"name":"DMPAPER_RESERVED_48","features":[317]},{"name":"DMPAPER_RESERVED_49","features":[317]},{"name":"DMPAPER_STATEMENT","features":[317]},{"name":"DMPAPER_TABLOID","features":[317]},{"name":"DMPAPER_TABLOID_EXTRA","features":[317]},{"name":"DMPAPER_USER","features":[317]},{"name":"DMRES_DRAFT","features":[317]},{"name":"DMRES_HIGH","features":[317]},{"name":"DMRES_LOW","features":[317]},{"name":"DMRES_MEDIUM","features":[317]},{"name":"DMTT_BITMAP","features":[317]},{"name":"DMTT_DOWNLOAD","features":[317]},{"name":"DMTT_DOWNLOAD_OUTLINE","features":[317]},{"name":"DMTT_SUBDEV","features":[317]},{"name":"DM_BITSPERPEL","features":[317]},{"name":"DM_COLLATE","features":[317]},{"name":"DM_COLOR","features":[317]},{"name":"DM_COPIES","features":[317]},{"name":"DM_COPY","features":[317]},{"name":"DM_DEFAULTSOURCE","features":[317]},{"name":"DM_DISPLAYFIXEDOUTPUT","features":[317]},{"name":"DM_DISPLAYFLAGS","features":[317]},{"name":"DM_DISPLAYFREQUENCY","features":[317]},{"name":"DM_DISPLAYORIENTATION","features":[317]},{"name":"DM_DITHERTYPE","features":[317]},{"name":"DM_DUPLEX","features":[317]},{"name":"DM_FORMNAME","features":[317]},{"name":"DM_ICMINTENT","features":[317]},{"name":"DM_ICMMETHOD","features":[317]},{"name":"DM_INTERLACED","features":[317]},{"name":"DM_IN_BUFFER","features":[317]},{"name":"DM_IN_PROMPT","features":[317]},{"name":"DM_LOGPIXELS","features":[317]},{"name":"DM_MEDIATYPE","features":[317]},{"name":"DM_MODIFY","features":[317]},{"name":"DM_NUP","features":[317]},{"name":"DM_ORIENTATION","features":[317]},{"name":"DM_OUT_BUFFER","features":[317]},{"name":"DM_OUT_DEFAULT","features":[317]},{"name":"DM_PANNINGHEIGHT","features":[317]},{"name":"DM_PANNINGWIDTH","features":[317]},{"name":"DM_PAPERLENGTH","features":[317]},{"name":"DM_PAPERSIZE","features":[317]},{"name":"DM_PAPERWIDTH","features":[317]},{"name":"DM_PELSHEIGHT","features":[317]},{"name":"DM_PELSWIDTH","features":[317]},{"name":"DM_POSITION","features":[317]},{"name":"DM_PRINTQUALITY","features":[317]},{"name":"DM_PROMPT","features":[317]},{"name":"DM_SCALE","features":[317]},{"name":"DM_SPECVERSION","features":[317]},{"name":"DM_TTOPTION","features":[317]},{"name":"DM_UPDATE","features":[317]},{"name":"DM_YRESOLUTION","features":[317]},{"name":"DOWNLOADFACE","features":[317]},{"name":"DOWNLOADHEADER","features":[317]},{"name":"DPtoLP","features":[305,317]},{"name":"DRAFTMODE","features":[317]},{"name":"DRAFT_QUALITY","features":[317]},{"name":"DRAWEDGE_FLAGS","features":[317]},{"name":"DRAWPATTERNRECT","features":[317]},{"name":"DRAWSTATEPROC","features":[305,317]},{"name":"DRAWSTATE_FLAGS","features":[317]},{"name":"DRAWTEXTPARAMS","features":[317]},{"name":"DRAW_CAPTION_FLAGS","features":[317]},{"name":"DRAW_EDGE_FLAGS","features":[317]},{"name":"DRAW_TEXT_FORMAT","features":[317]},{"name":"DRIVERVERSION","features":[317]},{"name":"DSS_DISABLED","features":[317]},{"name":"DSS_HIDEPREFIX","features":[317]},{"name":"DSS_MONO","features":[317]},{"name":"DSS_NORMAL","features":[317]},{"name":"DSS_PREFIXONLY","features":[317]},{"name":"DSS_RIGHT","features":[317]},{"name":"DSS_UNION","features":[317]},{"name":"DSTINVERT","features":[317]},{"name":"DST_BITMAP","features":[317]},{"name":"DST_COMPLEX","features":[317]},{"name":"DST_ICON","features":[317]},{"name":"DST_PREFIXTEXT","features":[317]},{"name":"DST_TEXT","features":[317]},{"name":"DT_BOTTOM","features":[317]},{"name":"DT_CALCRECT","features":[317]},{"name":"DT_CENTER","features":[317]},{"name":"DT_CHARSTREAM","features":[317]},{"name":"DT_DISPFILE","features":[317]},{"name":"DT_EDITCONTROL","features":[317]},{"name":"DT_END_ELLIPSIS","features":[317]},{"name":"DT_EXPANDTABS","features":[317]},{"name":"DT_EXTERNALLEADING","features":[317]},{"name":"DT_HIDEPREFIX","features":[317]},{"name":"DT_INTERNAL","features":[317]},{"name":"DT_LEFT","features":[317]},{"name":"DT_METAFILE","features":[317]},{"name":"DT_MODIFYSTRING","features":[317]},{"name":"DT_NOCLIP","features":[317]},{"name":"DT_NOFULLWIDTHCHARBREAK","features":[317]},{"name":"DT_NOPREFIX","features":[317]},{"name":"DT_PATH_ELLIPSIS","features":[317]},{"name":"DT_PLOTTER","features":[317]},{"name":"DT_PREFIXONLY","features":[317]},{"name":"DT_RASCAMERA","features":[317]},{"name":"DT_RASDISPLAY","features":[317]},{"name":"DT_RASPRINTER","features":[317]},{"name":"DT_RIGHT","features":[317]},{"name":"DT_RTLREADING","features":[317]},{"name":"DT_SINGLELINE","features":[317]},{"name":"DT_TABSTOP","features":[317]},{"name":"DT_TOP","features":[317]},{"name":"DT_VCENTER","features":[317]},{"name":"DT_WORDBREAK","features":[317]},{"name":"DT_WORD_ELLIPSIS","features":[317]},{"name":"DeleteDC","features":[305,317]},{"name":"DeleteEnhMetaFile","features":[305,317]},{"name":"DeleteMetaFile","features":[305,317]},{"name":"DeleteObject","features":[305,317]},{"name":"DrawAnimatedRects","features":[305,317]},{"name":"DrawCaption","features":[305,317]},{"name":"DrawEdge","features":[305,317]},{"name":"DrawEscape","features":[317]},{"name":"DrawFocusRect","features":[305,317]},{"name":"DrawFrameControl","features":[305,317]},{"name":"DrawStateA","features":[305,317]},{"name":"DrawStateW","features":[305,317]},{"name":"DrawTextA","features":[305,317]},{"name":"DrawTextExA","features":[305,317]},{"name":"DrawTextExW","features":[305,317]},{"name":"DrawTextW","features":[305,317]},{"name":"EASTEUROPE_CHARSET","features":[317]},{"name":"EDGE_BUMP","features":[317]},{"name":"EDGE_ETCHED","features":[317]},{"name":"EDGE_RAISED","features":[317]},{"name":"EDGE_SUNKEN","features":[317]},{"name":"EDS_RAWMODE","features":[317]},{"name":"EDS_ROTATEDMODE","features":[317]},{"name":"ELF_CULTURE_LATIN","features":[317]},{"name":"ELF_VENDOR_SIZE","features":[317]},{"name":"ELF_VERSION","features":[317]},{"name":"EMBEDDED_FONT_PRIV_STATUS","features":[317]},{"name":"EMBED_EDITABLE","features":[317]},{"name":"EMBED_FONT_CHARSET","features":[317]},{"name":"EMBED_INSTALLABLE","features":[317]},{"name":"EMBED_NOEMBEDDING","features":[317]},{"name":"EMBED_PREVIEWPRINT","features":[317]},{"name":"EMR","features":[317]},{"name":"EMRALPHABLEND","features":[305,317]},{"name":"EMRANGLEARC","features":[305,317]},{"name":"EMRARC","features":[305,317]},{"name":"EMRBITBLT","features":[305,317]},{"name":"EMRCOLORCORRECTPALETTE","features":[317]},{"name":"EMRCOLORMATCHTOTARGET","features":[317]},{"name":"EMRCREATEBRUSHINDIRECT","features":[305,317]},{"name":"EMRCREATEDIBPATTERNBRUSHPT","features":[317]},{"name":"EMRCREATEMONOBRUSH","features":[317]},{"name":"EMRCREATEPALETTE","features":[317]},{"name":"EMRCREATEPEN","features":[305,317]},{"name":"EMRELLIPSE","features":[305,317]},{"name":"EMREOF","features":[317]},{"name":"EMREXCLUDECLIPRECT","features":[305,317]},{"name":"EMREXTCREATEFONTINDIRECTW","features":[317]},{"name":"EMREXTCREATEPEN","features":[305,317]},{"name":"EMREXTESCAPE","features":[317]},{"name":"EMREXTFLOODFILL","features":[305,317]},{"name":"EMREXTSELECTCLIPRGN","features":[317]},{"name":"EMREXTTEXTOUTA","features":[305,317]},{"name":"EMRFILLPATH","features":[305,317]},{"name":"EMRFILLRGN","features":[305,317]},{"name":"EMRFORMAT","features":[317]},{"name":"EMRFRAMERGN","features":[305,317]},{"name":"EMRGDICOMMENT","features":[317]},{"name":"EMRGLSBOUNDEDRECORD","features":[305,317]},{"name":"EMRGLSRECORD","features":[317]},{"name":"EMRGRADIENTFILL","features":[305,317]},{"name":"EMRINVERTRGN","features":[305,317]},{"name":"EMRLINETO","features":[305,317]},{"name":"EMRMASKBLT","features":[305,317]},{"name":"EMRMODIFYWORLDTRANSFORM","features":[317]},{"name":"EMRNAMEDESCAPE","features":[317]},{"name":"EMROFFSETCLIPRGN","features":[305,317]},{"name":"EMRPLGBLT","features":[305,317]},{"name":"EMRPOLYDRAW","features":[305,317]},{"name":"EMRPOLYDRAW16","features":[305,317]},{"name":"EMRPOLYLINE","features":[305,317]},{"name":"EMRPOLYLINE16","features":[305,317]},{"name":"EMRPOLYPOLYLINE","features":[305,317]},{"name":"EMRPOLYPOLYLINE16","features":[305,317]},{"name":"EMRPOLYTEXTOUTA","features":[305,317]},{"name":"EMRRESIZEPALETTE","features":[317]},{"name":"EMRRESTOREDC","features":[317]},{"name":"EMRROUNDRECT","features":[305,317]},{"name":"EMRSCALEVIEWPORTEXTEX","features":[317]},{"name":"EMRSELECTCLIPPATH","features":[317]},{"name":"EMRSELECTOBJECT","features":[317]},{"name":"EMRSELECTPALETTE","features":[317]},{"name":"EMRSETARCDIRECTION","features":[317]},{"name":"EMRSETCOLORADJUSTMENT","features":[317]},{"name":"EMRSETCOLORSPACE","features":[317]},{"name":"EMRSETDIBITSTODEVICE","features":[305,317]},{"name":"EMRSETICMPROFILE","features":[317]},{"name":"EMRSETMAPPERFLAGS","features":[317]},{"name":"EMRSETMITERLIMIT","features":[317]},{"name":"EMRSETPALETTEENTRIES","features":[317]},{"name":"EMRSETPIXELV","features":[305,317]},{"name":"EMRSETTEXTCOLOR","features":[305,317]},{"name":"EMRSETVIEWPORTEXTEX","features":[305,317]},{"name":"EMRSETVIEWPORTORGEX","features":[305,317]},{"name":"EMRSETWORLDTRANSFORM","features":[317]},{"name":"EMRSTRETCHBLT","features":[305,317]},{"name":"EMRSTRETCHDIBITS","features":[305,317]},{"name":"EMRTEXT","features":[305,317]},{"name":"EMRTRANSPARENTBLT","features":[305,317]},{"name":"EMR_ABORTPATH","features":[317]},{"name":"EMR_ALPHABLEND","features":[317]},{"name":"EMR_ANGLEARC","features":[317]},{"name":"EMR_ARC","features":[317]},{"name":"EMR_ARCTO","features":[317]},{"name":"EMR_BEGINPATH","features":[317]},{"name":"EMR_BITBLT","features":[317]},{"name":"EMR_CHORD","features":[317]},{"name":"EMR_CLOSEFIGURE","features":[317]},{"name":"EMR_COLORCORRECTPALETTE","features":[317]},{"name":"EMR_COLORMATCHTOTARGETW","features":[317]},{"name":"EMR_CREATEBRUSHINDIRECT","features":[317]},{"name":"EMR_CREATECOLORSPACE","features":[317]},{"name":"EMR_CREATECOLORSPACEW","features":[317]},{"name":"EMR_CREATEDIBPATTERNBRUSHPT","features":[317]},{"name":"EMR_CREATEMONOBRUSH","features":[317]},{"name":"EMR_CREATEPALETTE","features":[317]},{"name":"EMR_CREATEPEN","features":[317]},{"name":"EMR_DELETECOLORSPACE","features":[317]},{"name":"EMR_DELETEOBJECT","features":[317]},{"name":"EMR_ELLIPSE","features":[317]},{"name":"EMR_ENDPATH","features":[317]},{"name":"EMR_EOF","features":[317]},{"name":"EMR_EXCLUDECLIPRECT","features":[317]},{"name":"EMR_EXTCREATEFONTINDIRECTW","features":[317]},{"name":"EMR_EXTCREATEPEN","features":[317]},{"name":"EMR_EXTFLOODFILL","features":[317]},{"name":"EMR_EXTSELECTCLIPRGN","features":[317]},{"name":"EMR_EXTTEXTOUTA","features":[317]},{"name":"EMR_EXTTEXTOUTW","features":[317]},{"name":"EMR_FILLPATH","features":[317]},{"name":"EMR_FILLRGN","features":[317]},{"name":"EMR_FLATTENPATH","features":[317]},{"name":"EMR_FRAMERGN","features":[317]},{"name":"EMR_GDICOMMENT","features":[317]},{"name":"EMR_GLSBOUNDEDRECORD","features":[317]},{"name":"EMR_GLSRECORD","features":[317]},{"name":"EMR_GRADIENTFILL","features":[317]},{"name":"EMR_HEADER","features":[317]},{"name":"EMR_INTERSECTCLIPRECT","features":[317]},{"name":"EMR_INVERTRGN","features":[317]},{"name":"EMR_LINETO","features":[317]},{"name":"EMR_MASKBLT","features":[317]},{"name":"EMR_MAX","features":[317]},{"name":"EMR_MIN","features":[317]},{"name":"EMR_MODIFYWORLDTRANSFORM","features":[317]},{"name":"EMR_MOVETOEX","features":[317]},{"name":"EMR_OFFSETCLIPRGN","features":[317]},{"name":"EMR_PAINTRGN","features":[317]},{"name":"EMR_PIE","features":[317]},{"name":"EMR_PIXELFORMAT","features":[317]},{"name":"EMR_PLGBLT","features":[317]},{"name":"EMR_POLYBEZIER","features":[317]},{"name":"EMR_POLYBEZIER16","features":[317]},{"name":"EMR_POLYBEZIERTO","features":[317]},{"name":"EMR_POLYBEZIERTO16","features":[317]},{"name":"EMR_POLYDRAW","features":[317]},{"name":"EMR_POLYDRAW16","features":[317]},{"name":"EMR_POLYGON","features":[317]},{"name":"EMR_POLYGON16","features":[317]},{"name":"EMR_POLYLINE","features":[317]},{"name":"EMR_POLYLINE16","features":[317]},{"name":"EMR_POLYLINETO","features":[317]},{"name":"EMR_POLYLINETO16","features":[317]},{"name":"EMR_POLYPOLYGON","features":[317]},{"name":"EMR_POLYPOLYGON16","features":[317]},{"name":"EMR_POLYPOLYLINE","features":[317]},{"name":"EMR_POLYPOLYLINE16","features":[317]},{"name":"EMR_POLYTEXTOUTA","features":[317]},{"name":"EMR_POLYTEXTOUTW","features":[317]},{"name":"EMR_REALIZEPALETTE","features":[317]},{"name":"EMR_RECTANGLE","features":[317]},{"name":"EMR_RESERVED_105","features":[317]},{"name":"EMR_RESERVED_106","features":[317]},{"name":"EMR_RESERVED_107","features":[317]},{"name":"EMR_RESERVED_108","features":[317]},{"name":"EMR_RESERVED_109","features":[317]},{"name":"EMR_RESERVED_110","features":[317]},{"name":"EMR_RESERVED_117","features":[317]},{"name":"EMR_RESERVED_119","features":[317]},{"name":"EMR_RESERVED_120","features":[317]},{"name":"EMR_RESIZEPALETTE","features":[317]},{"name":"EMR_RESTOREDC","features":[317]},{"name":"EMR_ROUNDRECT","features":[317]},{"name":"EMR_SAVEDC","features":[317]},{"name":"EMR_SCALEVIEWPORTEXTEX","features":[317]},{"name":"EMR_SCALEWINDOWEXTEX","features":[317]},{"name":"EMR_SELECTCLIPPATH","features":[317]},{"name":"EMR_SELECTOBJECT","features":[317]},{"name":"EMR_SELECTPALETTE","features":[317]},{"name":"EMR_SETARCDIRECTION","features":[317]},{"name":"EMR_SETBKCOLOR","features":[317]},{"name":"EMR_SETBKMODE","features":[317]},{"name":"EMR_SETBRUSHORGEX","features":[317]},{"name":"EMR_SETCOLORADJUSTMENT","features":[317]},{"name":"EMR_SETCOLORSPACE","features":[317]},{"name":"EMR_SETDIBITSTODEVICE","features":[317]},{"name":"EMR_SETICMMODE","features":[317]},{"name":"EMR_SETICMPROFILEA","features":[317]},{"name":"EMR_SETICMPROFILEW","features":[317]},{"name":"EMR_SETLAYOUT","features":[317]},{"name":"EMR_SETMAPMODE","features":[317]},{"name":"EMR_SETMAPPERFLAGS","features":[317]},{"name":"EMR_SETMETARGN","features":[317]},{"name":"EMR_SETMITERLIMIT","features":[317]},{"name":"EMR_SETPALETTEENTRIES","features":[317]},{"name":"EMR_SETPIXELV","features":[317]},{"name":"EMR_SETPOLYFILLMODE","features":[317]},{"name":"EMR_SETROP2","features":[317]},{"name":"EMR_SETSTRETCHBLTMODE","features":[317]},{"name":"EMR_SETTEXTALIGN","features":[317]},{"name":"EMR_SETTEXTCOLOR","features":[317]},{"name":"EMR_SETVIEWPORTEXTEX","features":[317]},{"name":"EMR_SETVIEWPORTORGEX","features":[317]},{"name":"EMR_SETWINDOWEXTEX","features":[317]},{"name":"EMR_SETWINDOWORGEX","features":[317]},{"name":"EMR_SETWORLDTRANSFORM","features":[317]},{"name":"EMR_STRETCHBLT","features":[317]},{"name":"EMR_STRETCHDIBITS","features":[317]},{"name":"EMR_STROKEANDFILLPATH","features":[317]},{"name":"EMR_STROKEPATH","features":[317]},{"name":"EMR_TRANSPARENTBLT","features":[317]},{"name":"EMR_WIDENPATH","features":[317]},{"name":"ENABLEDUPLEX","features":[317]},{"name":"ENABLEPAIRKERNING","features":[317]},{"name":"ENABLERELATIVEWIDTHS","features":[317]},{"name":"ENCAPSULATED_POSTSCRIPT","features":[317]},{"name":"ENDDOC","features":[317]},{"name":"END_PATH","features":[317]},{"name":"ENHANCED_METAFILE_RECORD_TYPE","features":[317]},{"name":"ENHMETAHEADER","features":[305,317]},{"name":"ENHMETARECORD","features":[317]},{"name":"ENHMETA_SIGNATURE","features":[317]},{"name":"ENHMETA_STOCK_OBJECT","features":[317]},{"name":"ENHMFENUMPROC","features":[305,317]},{"name":"ENUMLOGFONTA","features":[317]},{"name":"ENUMLOGFONTEXA","features":[317]},{"name":"ENUMLOGFONTEXDVA","features":[317]},{"name":"ENUMLOGFONTEXDVW","features":[317]},{"name":"ENUMLOGFONTEXW","features":[317]},{"name":"ENUMLOGFONTW","features":[317]},{"name":"ENUMPAPERBINS","features":[317]},{"name":"ENUMPAPERMETRICS","features":[317]},{"name":"ENUM_CURRENT_SETTINGS","features":[317]},{"name":"ENUM_DISPLAY_SETTINGS_FLAGS","features":[317]},{"name":"ENUM_DISPLAY_SETTINGS_MODE","features":[317]},{"name":"ENUM_REGISTRY_SETTINGS","features":[317]},{"name":"EPSPRINTING","features":[317]},{"name":"EPS_SIGNATURE","features":[317]},{"name":"ERROR","features":[317]},{"name":"ERR_FORMAT","features":[317]},{"name":"ERR_GENERIC","features":[317]},{"name":"ERR_INVALID_BASE","features":[317]},{"name":"ERR_INVALID_CMAP","features":[317]},{"name":"ERR_INVALID_DELTA_FORMAT","features":[317]},{"name":"ERR_INVALID_EBLC","features":[317]},{"name":"ERR_INVALID_GDEF","features":[317]},{"name":"ERR_INVALID_GLYF","features":[317]},{"name":"ERR_INVALID_GPOS","features":[317]},{"name":"ERR_INVALID_GSUB","features":[317]},{"name":"ERR_INVALID_HDMX","features":[317]},{"name":"ERR_INVALID_HEAD","features":[317]},{"name":"ERR_INVALID_HHEA","features":[317]},{"name":"ERR_INVALID_HHEA_OR_VHEA","features":[317]},{"name":"ERR_INVALID_HMTX","features":[317]},{"name":"ERR_INVALID_HMTX_OR_VMTX","features":[317]},{"name":"ERR_INVALID_JSTF","features":[317]},{"name":"ERR_INVALID_LOCA","features":[317]},{"name":"ERR_INVALID_LTSH","features":[317]},{"name":"ERR_INVALID_MAXP","features":[317]},{"name":"ERR_INVALID_MERGE_CHECKSUMS","features":[317]},{"name":"ERR_INVALID_MERGE_FORMATS","features":[317]},{"name":"ERR_INVALID_MERGE_NUMGLYPHS","features":[317]},{"name":"ERR_INVALID_NAME","features":[317]},{"name":"ERR_INVALID_OS2","features":[317]},{"name":"ERR_INVALID_POST","features":[317]},{"name":"ERR_INVALID_TTC_INDEX","features":[317]},{"name":"ERR_INVALID_TTO","features":[317]},{"name":"ERR_INVALID_VDMX","features":[317]},{"name":"ERR_INVALID_VHEA","features":[317]},{"name":"ERR_INVALID_VMTX","features":[317]},{"name":"ERR_MEM","features":[317]},{"name":"ERR_MISSING_CMAP","features":[317]},{"name":"ERR_MISSING_EBDT","features":[317]},{"name":"ERR_MISSING_GLYF","features":[317]},{"name":"ERR_MISSING_HEAD","features":[317]},{"name":"ERR_MISSING_HHEA","features":[317]},{"name":"ERR_MISSING_HHEA_OR_VHEA","features":[317]},{"name":"ERR_MISSING_HMTX","features":[317]},{"name":"ERR_MISSING_HMTX_OR_VMTX","features":[317]},{"name":"ERR_MISSING_LOCA","features":[317]},{"name":"ERR_MISSING_MAXP","features":[317]},{"name":"ERR_MISSING_NAME","features":[317]},{"name":"ERR_MISSING_OS2","features":[317]},{"name":"ERR_MISSING_POST","features":[317]},{"name":"ERR_MISSING_VHEA","features":[317]},{"name":"ERR_MISSING_VMTX","features":[317]},{"name":"ERR_NOT_TTC","features":[317]},{"name":"ERR_NO_GLYPHS","features":[317]},{"name":"ERR_PARAMETER0","features":[317]},{"name":"ERR_PARAMETER1","features":[317]},{"name":"ERR_PARAMETER10","features":[317]},{"name":"ERR_PARAMETER11","features":[317]},{"name":"ERR_PARAMETER12","features":[317]},{"name":"ERR_PARAMETER13","features":[317]},{"name":"ERR_PARAMETER14","features":[317]},{"name":"ERR_PARAMETER15","features":[317]},{"name":"ERR_PARAMETER16","features":[317]},{"name":"ERR_PARAMETER2","features":[317]},{"name":"ERR_PARAMETER3","features":[317]},{"name":"ERR_PARAMETER4","features":[317]},{"name":"ERR_PARAMETER5","features":[317]},{"name":"ERR_PARAMETER6","features":[317]},{"name":"ERR_PARAMETER7","features":[317]},{"name":"ERR_PARAMETER8","features":[317]},{"name":"ERR_PARAMETER9","features":[317]},{"name":"ERR_READCONTROL","features":[317]},{"name":"ERR_READOUTOFBOUNDS","features":[317]},{"name":"ERR_VERSION","features":[317]},{"name":"ERR_WOULD_GROW","features":[317]},{"name":"ERR_WRITECONTROL","features":[317]},{"name":"ERR_WRITEOUTOFBOUNDS","features":[317]},{"name":"ETO_CLIPPED","features":[317]},{"name":"ETO_GLYPH_INDEX","features":[317]},{"name":"ETO_IGNORELANGUAGE","features":[317]},{"name":"ETO_NUMERICSLATIN","features":[317]},{"name":"ETO_NUMERICSLOCAL","features":[317]},{"name":"ETO_OPAQUE","features":[317]},{"name":"ETO_OPTIONS","features":[317]},{"name":"ETO_PDY","features":[317]},{"name":"ETO_REVERSE_INDEX_MAP","features":[317]},{"name":"ETO_RTLREADING","features":[317]},{"name":"EXTLOGFONTA","features":[317]},{"name":"EXTLOGFONTW","features":[317]},{"name":"EXTLOGPEN","features":[305,317]},{"name":"EXTLOGPEN32","features":[305,317]},{"name":"EXTTEXTOUT","features":[317]},{"name":"EXT_DEVICE_CAPS","features":[317]},{"name":"EXT_FLOOD_FILL_TYPE","features":[317]},{"name":"E_ADDFONTFAILED","features":[317]},{"name":"E_API_NOTIMPL","features":[317]},{"name":"E_CHARCODECOUNTINVALID","features":[317]},{"name":"E_CHARCODESETINVALID","features":[317]},{"name":"E_CHARSETINVALID","features":[317]},{"name":"E_COULDNTCREATETEMPFILE","features":[317]},{"name":"E_DEVICETRUETYPEFONT","features":[317]},{"name":"E_ERRORACCESSINGEXCLUDELIST","features":[317]},{"name":"E_ERRORACCESSINGFACENAME","features":[317]},{"name":"E_ERRORACCESSINGFONTDATA","features":[317]},{"name":"E_ERRORCOMPRESSINGFONTDATA","features":[317]},{"name":"E_ERRORCONVERTINGCHARS","features":[317]},{"name":"E_ERRORCREATINGFONTFILE","features":[317]},{"name":"E_ERRORDECOMPRESSINGFONTDATA","features":[317]},{"name":"E_ERROREXPANDINGFONTDATA","features":[317]},{"name":"E_ERRORGETTINGDC","features":[317]},{"name":"E_ERRORREADINGFONTDATA","features":[317]},{"name":"E_ERRORUNICODECONVERSION","features":[317]},{"name":"E_EXCEPTION","features":[317]},{"name":"E_EXCEPTIONINCOMPRESSION","features":[317]},{"name":"E_EXCEPTIONINDECOMPRESSION","features":[317]},{"name":"E_FACENAMEINVALID","features":[317]},{"name":"E_FILE_NOT_FOUND","features":[317]},{"name":"E_FLAGSINVALID","features":[317]},{"name":"E_FONTALREADYEXISTS","features":[317]},{"name":"E_FONTDATAINVALID","features":[317]},{"name":"E_FONTFAMILYNAMENOTINFULL","features":[317]},{"name":"E_FONTFILECREATEFAILED","features":[317]},{"name":"E_FONTFILENOTFOUND","features":[317]},{"name":"E_FONTINSTALLFAILED","features":[317]},{"name":"E_FONTNAMEALREADYEXISTS","features":[317]},{"name":"E_FONTNOTEMBEDDABLE","features":[317]},{"name":"E_FONTREFERENCEINVALID","features":[317]},{"name":"E_FONTVARIATIONSIMULATED","features":[317]},{"name":"E_HDCINVALID","features":[317]},{"name":"E_INPUTPARAMINVALID","features":[317]},{"name":"E_NAMECHANGEFAILED","features":[317]},{"name":"E_NOFREEMEMORY","features":[317]},{"name":"E_NONE","features":[317]},{"name":"E_NOOS2","features":[317]},{"name":"E_NOTATRUETYPEFONT","features":[317]},{"name":"E_PBENABLEDINVALID","features":[317]},{"name":"E_PERMISSIONSINVALID","features":[317]},{"name":"E_PRIVSINVALID","features":[317]},{"name":"E_PRIVSTATUSINVALID","features":[317]},{"name":"E_READFROMSTREAMFAILED","features":[317]},{"name":"E_RESERVEDPARAMNOTNULL","features":[317]},{"name":"E_RESOURCEFILECREATEFAILED","features":[317]},{"name":"E_SAVETOSTREAMFAILED","features":[317]},{"name":"E_STATUSINVALID","features":[317]},{"name":"E_STREAMINVALID","features":[317]},{"name":"E_SUBSETTINGEXCEPTION","features":[317]},{"name":"E_SUBSETTINGFAILED","features":[317]},{"name":"E_SUBSTRING_TEST_FAIL","features":[317]},{"name":"E_T2NOFREEMEMORY","features":[317]},{"name":"E_TTC_INDEX_OUT_OF_RANGE","features":[317]},{"name":"E_WINDOWSAPI","features":[317]},{"name":"Ellipse","features":[305,317]},{"name":"EndPaint","features":[305,317]},{"name":"EndPath","features":[305,317]},{"name":"EnumDisplayDevicesA","features":[305,317]},{"name":"EnumDisplayDevicesW","features":[305,317]},{"name":"EnumDisplayMonitors","features":[305,317]},{"name":"EnumDisplaySettingsA","features":[305,317]},{"name":"EnumDisplaySettingsExA","features":[305,317]},{"name":"EnumDisplaySettingsExW","features":[305,317]},{"name":"EnumDisplaySettingsW","features":[305,317]},{"name":"EnumEnhMetaFile","features":[305,317]},{"name":"EnumFontFamiliesA","features":[305,317]},{"name":"EnumFontFamiliesExA","features":[305,317]},{"name":"EnumFontFamiliesExW","features":[305,317]},{"name":"EnumFontFamiliesW","features":[305,317]},{"name":"EnumFontsA","features":[305,317]},{"name":"EnumFontsW","features":[305,317]},{"name":"EnumMetaFile","features":[305,317]},{"name":"EnumObjects","features":[305,317]},{"name":"EqualRect","features":[305,317]},{"name":"EqualRgn","features":[305,317]},{"name":"ExcludeClipRect","features":[317]},{"name":"ExcludeUpdateRgn","features":[305,317]},{"name":"ExtCreatePen","features":[305,317]},{"name":"ExtCreateRegion","features":[305,317]},{"name":"ExtFloodFill","features":[305,317]},{"name":"ExtSelectClipRgn","features":[317]},{"name":"ExtTextOutA","features":[305,317]},{"name":"ExtTextOutW","features":[305,317]},{"name":"FEATURESETTING_CUSTPAPER","features":[317]},{"name":"FEATURESETTING_MIRROR","features":[317]},{"name":"FEATURESETTING_NEGATIVE","features":[317]},{"name":"FEATURESETTING_NUP","features":[317]},{"name":"FEATURESETTING_OUTPUT","features":[317]},{"name":"FEATURESETTING_PRIVATE_BEGIN","features":[317]},{"name":"FEATURESETTING_PRIVATE_END","features":[317]},{"name":"FEATURESETTING_PROTOCOL","features":[317]},{"name":"FEATURESETTING_PSLEVEL","features":[317]},{"name":"FF_DECORATIVE","features":[317]},{"name":"FF_DONTCARE","features":[317]},{"name":"FF_MODERN","features":[317]},{"name":"FF_ROMAN","features":[317]},{"name":"FF_SCRIPT","features":[317]},{"name":"FF_SWISS","features":[317]},{"name":"FIXED","features":[317]},{"name":"FIXED_PITCH","features":[317]},{"name":"FLI_GLYPHS","features":[317]},{"name":"FLI_MASK","features":[317]},{"name":"FLOODFILLBORDER","features":[317]},{"name":"FLOODFILLSURFACE","features":[317]},{"name":"FLUSHOUTPUT","features":[317]},{"name":"FONTENUMPROCA","features":[305,317]},{"name":"FONTENUMPROCW","features":[305,317]},{"name":"FONTMAPPER_MAX","features":[317]},{"name":"FONT_CHARSET","features":[317]},{"name":"FONT_CLIP_PRECISION","features":[317]},{"name":"FONT_FAMILY","features":[317]},{"name":"FONT_LICENSE_PRIVS","features":[317]},{"name":"FONT_OUTPUT_PRECISION","features":[317]},{"name":"FONT_PITCH","features":[317]},{"name":"FONT_QUALITY","features":[317]},{"name":"FONT_RESOURCE_CHARACTERISTICS","features":[317]},{"name":"FONT_WEIGHT","features":[317]},{"name":"FR_NOT_ENUM","features":[317]},{"name":"FR_PRIVATE","features":[317]},{"name":"FS_ARABIC","features":[317]},{"name":"FS_BALTIC","features":[317]},{"name":"FS_CHINESESIMP","features":[317]},{"name":"FS_CHINESETRAD","features":[317]},{"name":"FS_CYRILLIC","features":[317]},{"name":"FS_GREEK","features":[317]},{"name":"FS_HEBREW","features":[317]},{"name":"FS_JISJAPAN","features":[317]},{"name":"FS_JOHAB","features":[317]},{"name":"FS_LATIN1","features":[317]},{"name":"FS_LATIN2","features":[317]},{"name":"FS_SYMBOL","features":[317]},{"name":"FS_THAI","features":[317]},{"name":"FS_TURKISH","features":[317]},{"name":"FS_VIETNAMESE","features":[317]},{"name":"FS_WANSUNG","features":[317]},{"name":"FW_BLACK","features":[317]},{"name":"FW_BOLD","features":[317]},{"name":"FW_DEMIBOLD","features":[317]},{"name":"FW_DONTCARE","features":[317]},{"name":"FW_EXTRABOLD","features":[317]},{"name":"FW_EXTRALIGHT","features":[317]},{"name":"FW_HEAVY","features":[317]},{"name":"FW_LIGHT","features":[317]},{"name":"FW_MEDIUM","features":[317]},{"name":"FW_NORMAL","features":[317]},{"name":"FW_REGULAR","features":[317]},{"name":"FW_SEMIBOLD","features":[317]},{"name":"FW_THIN","features":[317]},{"name":"FW_ULTRABOLD","features":[317]},{"name":"FW_ULTRALIGHT","features":[317]},{"name":"FillPath","features":[305,317]},{"name":"FillRect","features":[305,317]},{"name":"FillRgn","features":[305,317]},{"name":"FixBrushOrgEx","features":[305,317]},{"name":"FlattenPath","features":[305,317]},{"name":"FloodFill","features":[305,317]},{"name":"FrameRect","features":[305,317]},{"name":"FrameRgn","features":[305,317]},{"name":"GB2312_CHARSET","features":[317]},{"name":"GCPCLASS_ARABIC","features":[317]},{"name":"GCPCLASS_HEBREW","features":[317]},{"name":"GCPCLASS_LATIN","features":[317]},{"name":"GCPCLASS_LATINNUMBER","features":[317]},{"name":"GCPCLASS_LATINNUMERICSEPARATOR","features":[317]},{"name":"GCPCLASS_LATINNUMERICTERMINATOR","features":[317]},{"name":"GCPCLASS_LOCALNUMBER","features":[317]},{"name":"GCPCLASS_NEUTRAL","features":[317]},{"name":"GCPCLASS_NUMERICSEPARATOR","features":[317]},{"name":"GCPCLASS_POSTBOUNDLTR","features":[317]},{"name":"GCPCLASS_POSTBOUNDRTL","features":[317]},{"name":"GCPCLASS_PREBOUNDLTR","features":[317]},{"name":"GCPCLASS_PREBOUNDRTL","features":[317]},{"name":"GCPGLYPH_LINKAFTER","features":[317]},{"name":"GCPGLYPH_LINKBEFORE","features":[317]},{"name":"GCP_CLASSIN","features":[317]},{"name":"GCP_DBCS","features":[317]},{"name":"GCP_DIACRITIC","features":[317]},{"name":"GCP_DISPLAYZWG","features":[317]},{"name":"GCP_ERROR","features":[317]},{"name":"GCP_GLYPHSHAPE","features":[317]},{"name":"GCP_JUSTIFY","features":[317]},{"name":"GCP_JUSTIFYIN","features":[317]},{"name":"GCP_KASHIDA","features":[317]},{"name":"GCP_LIGATE","features":[317]},{"name":"GCP_MAXEXTENT","features":[317]},{"name":"GCP_NEUTRALOVERRIDE","features":[317]},{"name":"GCP_NUMERICOVERRIDE","features":[317]},{"name":"GCP_NUMERICSLATIN","features":[317]},{"name":"GCP_NUMERICSLOCAL","features":[317]},{"name":"GCP_REORDER","features":[317]},{"name":"GCP_RESULTSA","features":[317]},{"name":"GCP_RESULTSW","features":[317]},{"name":"GCP_SYMSWAPOFF","features":[317]},{"name":"GCP_USEKERNING","features":[317]},{"name":"GDICOMMENT_BEGINGROUP","features":[317]},{"name":"GDICOMMENT_ENDGROUP","features":[317]},{"name":"GDICOMMENT_IDENTIFIER","features":[317]},{"name":"GDICOMMENT_MULTIFORMATS","features":[317]},{"name":"GDICOMMENT_UNICODE_END","features":[317]},{"name":"GDICOMMENT_UNICODE_STRING","features":[317]},{"name":"GDICOMMENT_WINDOWS_METAFILE","features":[317]},{"name":"GDIPLUS_TS_QUERYVER","features":[317]},{"name":"GDIPLUS_TS_RECORD","features":[317]},{"name":"GDIREGISTERDDRAWPACKETVERSION","features":[317]},{"name":"GDI_ERROR","features":[317]},{"name":"GDI_REGION_TYPE","features":[317]},{"name":"GETCOLORTABLE","features":[317]},{"name":"GETDEVICEUNITS","features":[317]},{"name":"GETEXTENDEDTEXTMETRICS","features":[317]},{"name":"GETEXTENTTABLE","features":[317]},{"name":"GETFACENAME","features":[317]},{"name":"GETPAIRKERNTABLE","features":[317]},{"name":"GETPENWIDTH","features":[317]},{"name":"GETPHYSPAGESIZE","features":[317]},{"name":"GETPRINTINGOFFSET","features":[317]},{"name":"GETSCALINGFACTOR","features":[317]},{"name":"GETSETPAPERBINS","features":[317]},{"name":"GETSETPAPERMETRICS","features":[317]},{"name":"GETSETPRINTORIENT","features":[317]},{"name":"GETSETSCREENPARAMS","features":[317]},{"name":"GETTECHNOLGY","features":[317]},{"name":"GETTECHNOLOGY","features":[317]},{"name":"GETTRACKKERNTABLE","features":[317]},{"name":"GETVECTORBRUSHSIZE","features":[317]},{"name":"GETVECTORPENSIZE","features":[317]},{"name":"GET_CHARACTER_PLACEMENT_FLAGS","features":[317]},{"name":"GET_DCX_FLAGS","features":[317]},{"name":"GET_DEVICE_CAPS_INDEX","features":[317]},{"name":"GET_GLYPH_OUTLINE_FORMAT","features":[317]},{"name":"GET_PS_FEATURESETTING","features":[317]},{"name":"GET_STOCK_OBJECT_FLAGS","features":[317]},{"name":"GGI_MARK_NONEXISTING_GLYPHS","features":[317]},{"name":"GGO_BEZIER","features":[317]},{"name":"GGO_BITMAP","features":[317]},{"name":"GGO_GLYPH_INDEX","features":[317]},{"name":"GGO_GRAY2_BITMAP","features":[317]},{"name":"GGO_GRAY4_BITMAP","features":[317]},{"name":"GGO_GRAY8_BITMAP","features":[317]},{"name":"GGO_METRICS","features":[317]},{"name":"GGO_NATIVE","features":[317]},{"name":"GGO_UNHINTED","features":[317]},{"name":"GLYPHMETRICS","features":[305,317]},{"name":"GLYPHSET","features":[317]},{"name":"GM_ADVANCED","features":[317]},{"name":"GM_COMPATIBLE","features":[317]},{"name":"GM_LAST","features":[317]},{"name":"GOBJENUMPROC","features":[305,317]},{"name":"GRADIENT_FILL","features":[317]},{"name":"GRADIENT_FILL_OP_FLAG","features":[317]},{"name":"GRADIENT_FILL_RECT_H","features":[317]},{"name":"GRADIENT_FILL_RECT_V","features":[317]},{"name":"GRADIENT_FILL_TRIANGLE","features":[317]},{"name":"GRADIENT_RECT","features":[317]},{"name":"GRADIENT_TRIANGLE","features":[317]},{"name":"GRAPHICS_MODE","features":[317]},{"name":"GRAYSTRINGPROC","features":[305,317]},{"name":"GRAY_BRUSH","features":[317]},{"name":"GREEK_CHARSET","features":[317]},{"name":"GS_8BIT_INDICES","features":[317]},{"name":"GdiAlphaBlend","features":[305,317]},{"name":"GdiComment","features":[305,317]},{"name":"GdiFlush","features":[305,317]},{"name":"GdiGetBatchLimit","features":[317]},{"name":"GdiGradientFill","features":[305,317]},{"name":"GdiSetBatchLimit","features":[317]},{"name":"GdiTransparentBlt","features":[305,317]},{"name":"GetArcDirection","features":[317]},{"name":"GetAspectRatioFilterEx","features":[305,317]},{"name":"GetBitmapBits","features":[317]},{"name":"GetBitmapDimensionEx","features":[305,317]},{"name":"GetBkColor","features":[305,317]},{"name":"GetBkMode","features":[317]},{"name":"GetBoundsRect","features":[305,317]},{"name":"GetBrushOrgEx","features":[305,317]},{"name":"GetCharABCWidthsA","features":[305,317]},{"name":"GetCharABCWidthsFloatA","features":[305,317]},{"name":"GetCharABCWidthsFloatW","features":[305,317]},{"name":"GetCharABCWidthsI","features":[305,317]},{"name":"GetCharABCWidthsW","features":[305,317]},{"name":"GetCharWidth32A","features":[305,317]},{"name":"GetCharWidth32W","features":[305,317]},{"name":"GetCharWidthA","features":[305,317]},{"name":"GetCharWidthFloatA","features":[305,317]},{"name":"GetCharWidthFloatW","features":[305,317]},{"name":"GetCharWidthI","features":[305,317]},{"name":"GetCharWidthW","features":[305,317]},{"name":"GetCharacterPlacementA","features":[317]},{"name":"GetCharacterPlacementW","features":[317]},{"name":"GetClipBox","features":[305,317]},{"name":"GetClipRgn","features":[317]},{"name":"GetColorAdjustment","features":[305,317]},{"name":"GetCurrentObject","features":[317]},{"name":"GetCurrentPositionEx","features":[305,317]},{"name":"GetDC","features":[305,317]},{"name":"GetDCBrushColor","features":[305,317]},{"name":"GetDCEx","features":[305,317]},{"name":"GetDCOrgEx","features":[305,317]},{"name":"GetDCPenColor","features":[305,317]},{"name":"GetDIBColorTable","features":[317]},{"name":"GetDIBits","features":[317]},{"name":"GetDeviceCaps","features":[317]},{"name":"GetEnhMetaFileA","features":[317]},{"name":"GetEnhMetaFileBits","features":[317]},{"name":"GetEnhMetaFileDescriptionA","features":[317]},{"name":"GetEnhMetaFileDescriptionW","features":[317]},{"name":"GetEnhMetaFileHeader","features":[305,317]},{"name":"GetEnhMetaFilePaletteEntries","features":[317]},{"name":"GetEnhMetaFileW","features":[317]},{"name":"GetFontData","features":[317]},{"name":"GetFontLanguageInfo","features":[317]},{"name":"GetFontUnicodeRanges","features":[317]},{"name":"GetGlyphIndicesA","features":[317]},{"name":"GetGlyphIndicesW","features":[317]},{"name":"GetGlyphOutlineA","features":[305,317]},{"name":"GetGlyphOutlineW","features":[305,317]},{"name":"GetGraphicsMode","features":[317]},{"name":"GetKerningPairsA","features":[317]},{"name":"GetKerningPairsW","features":[317]},{"name":"GetLayout","features":[317]},{"name":"GetMapMode","features":[317]},{"name":"GetMetaFileA","features":[317]},{"name":"GetMetaFileBitsEx","features":[317]},{"name":"GetMetaFileW","features":[317]},{"name":"GetMetaRgn","features":[317]},{"name":"GetMiterLimit","features":[305,317]},{"name":"GetMonitorInfoA","features":[305,317]},{"name":"GetMonitorInfoW","features":[305,317]},{"name":"GetNearestColor","features":[305,317]},{"name":"GetNearestPaletteIndex","features":[305,317]},{"name":"GetObjectA","features":[317]},{"name":"GetObjectType","features":[317]},{"name":"GetObjectW","features":[317]},{"name":"GetOutlineTextMetricsA","features":[305,317]},{"name":"GetOutlineTextMetricsW","features":[305,317]},{"name":"GetPaletteEntries","features":[317]},{"name":"GetPath","features":[305,317]},{"name":"GetPixel","features":[305,317]},{"name":"GetPolyFillMode","features":[317]},{"name":"GetROP2","features":[317]},{"name":"GetRandomRgn","features":[317]},{"name":"GetRasterizerCaps","features":[305,317]},{"name":"GetRegionData","features":[305,317]},{"name":"GetRgnBox","features":[305,317]},{"name":"GetStockObject","features":[317]},{"name":"GetStretchBltMode","features":[317]},{"name":"GetSysColor","features":[317]},{"name":"GetSysColorBrush","features":[317]},{"name":"GetSystemPaletteEntries","features":[317]},{"name":"GetSystemPaletteUse","features":[317]},{"name":"GetTabbedTextExtentA","features":[317]},{"name":"GetTabbedTextExtentW","features":[317]},{"name":"GetTextAlign","features":[317]},{"name":"GetTextCharacterExtra","features":[317]},{"name":"GetTextColor","features":[305,317]},{"name":"GetTextExtentExPointA","features":[305,317]},{"name":"GetTextExtentExPointI","features":[305,317]},{"name":"GetTextExtentExPointW","features":[305,317]},{"name":"GetTextExtentPoint32A","features":[305,317]},{"name":"GetTextExtentPoint32W","features":[305,317]},{"name":"GetTextExtentPointA","features":[305,317]},{"name":"GetTextExtentPointI","features":[305,317]},{"name":"GetTextExtentPointW","features":[305,317]},{"name":"GetTextFaceA","features":[317]},{"name":"GetTextFaceW","features":[317]},{"name":"GetTextMetricsA","features":[305,317]},{"name":"GetTextMetricsW","features":[305,317]},{"name":"GetUpdateRect","features":[305,317]},{"name":"GetUpdateRgn","features":[305,317]},{"name":"GetViewportExtEx","features":[305,317]},{"name":"GetViewportOrgEx","features":[305,317]},{"name":"GetWinMetaFileBits","features":[317]},{"name":"GetWindowDC","features":[305,317]},{"name":"GetWindowExtEx","features":[305,317]},{"name":"GetWindowOrgEx","features":[305,317]},{"name":"GetWindowRgn","features":[305,317]},{"name":"GetWindowRgnBox","features":[305,317]},{"name":"GetWorldTransform","features":[305,317]},{"name":"GradientFill","features":[305,317]},{"name":"GrayStringA","features":[305,317]},{"name":"GrayStringW","features":[305,317]},{"name":"HALFTONE","features":[317]},{"name":"HANDLETABLE","features":[317]},{"name":"HANGEUL_CHARSET","features":[317]},{"name":"HANGUL_CHARSET","features":[317]},{"name":"HATCH_BRUSH_STYLE","features":[317]},{"name":"HBITMAP","features":[317]},{"name":"HBRUSH","features":[317]},{"name":"HDC","features":[317]},{"name":"HDC_MAP_MODE","features":[317]},{"name":"HEBREW_CHARSET","features":[317]},{"name":"HENHMETAFILE","features":[317]},{"name":"HFONT","features":[317]},{"name":"HGDIOBJ","features":[317]},{"name":"HMETAFILE","features":[317]},{"name":"HMONITOR","features":[317]},{"name":"HOLLOW_BRUSH","features":[317]},{"name":"HORZRES","features":[317]},{"name":"HORZSIZE","features":[317]},{"name":"HPALETTE","features":[317]},{"name":"HPEN","features":[317]},{"name":"HRGN","features":[317]},{"name":"HS_API_MAX","features":[317]},{"name":"HS_BDIAGONAL","features":[317]},{"name":"HS_CROSS","features":[317]},{"name":"HS_DIAGCROSS","features":[317]},{"name":"HS_FDIAGONAL","features":[317]},{"name":"HS_HORIZONTAL","features":[317]},{"name":"HS_VERTICAL","features":[317]},{"name":"ILLUMINANT_A","features":[317]},{"name":"ILLUMINANT_B","features":[317]},{"name":"ILLUMINANT_C","features":[317]},{"name":"ILLUMINANT_D50","features":[317]},{"name":"ILLUMINANT_D55","features":[317]},{"name":"ILLUMINANT_D65","features":[317]},{"name":"ILLUMINANT_D75","features":[317]},{"name":"ILLUMINANT_DAYLIGHT","features":[317]},{"name":"ILLUMINANT_DEVICE_DEFAULT","features":[317]},{"name":"ILLUMINANT_F2","features":[317]},{"name":"ILLUMINANT_FLUORESCENT","features":[317]},{"name":"ILLUMINANT_MAX_INDEX","features":[317]},{"name":"ILLUMINANT_NTSC","features":[317]},{"name":"ILLUMINANT_TUNGSTEN","features":[317]},{"name":"InflateRect","features":[305,317]},{"name":"IntersectClipRect","features":[317]},{"name":"IntersectRect","features":[305,317]},{"name":"InvalidateRect","features":[305,317]},{"name":"InvalidateRgn","features":[305,317]},{"name":"InvertRect","features":[305,317]},{"name":"InvertRgn","features":[305,317]},{"name":"IsRectEmpty","features":[305,317]},{"name":"JOHAB_CHARSET","features":[317]},{"name":"KERNINGPAIR","features":[317]},{"name":"LAYOUT_BITMAPORIENTATIONPRESERVED","features":[317]},{"name":"LAYOUT_BTT","features":[317]},{"name":"LAYOUT_RTL","features":[317]},{"name":"LAYOUT_VBH","features":[317]},{"name":"LCS_GM_ABS_COLORIMETRIC","features":[317]},{"name":"LCS_GM_BUSINESS","features":[317]},{"name":"LCS_GM_GRAPHICS","features":[317]},{"name":"LCS_GM_IMAGES","features":[317]},{"name":"LC_INTERIORS","features":[317]},{"name":"LC_MARKER","features":[317]},{"name":"LC_NONE","features":[317]},{"name":"LC_POLYLINE","features":[317]},{"name":"LC_POLYMARKER","features":[317]},{"name":"LC_STYLED","features":[317]},{"name":"LC_WIDE","features":[317]},{"name":"LC_WIDESTYLED","features":[317]},{"name":"LF_FACESIZE","features":[317]},{"name":"LF_FULLFACESIZE","features":[317]},{"name":"LICENSE_DEFAULT","features":[317]},{"name":"LICENSE_EDITABLE","features":[317]},{"name":"LICENSE_INSTALLABLE","features":[317]},{"name":"LICENSE_NOEMBEDDING","features":[317]},{"name":"LICENSE_PREVIEWPRINT","features":[317]},{"name":"LINECAPS","features":[317]},{"name":"LINEDDAPROC","features":[305,317]},{"name":"LOGBRUSH","features":[305,317]},{"name":"LOGBRUSH32","features":[305,317]},{"name":"LOGFONTA","features":[317]},{"name":"LOGFONTW","features":[317]},{"name":"LOGPALETTE","features":[317]},{"name":"LOGPEN","features":[305,317]},{"name":"LOGPIXELSX","features":[317]},{"name":"LOGPIXELSY","features":[317]},{"name":"LPD_DOUBLEBUFFER","features":[317]},{"name":"LPD_SHARE_ACCUM","features":[317]},{"name":"LPD_SHARE_DEPTH","features":[317]},{"name":"LPD_SHARE_STENCIL","features":[317]},{"name":"LPD_STEREO","features":[317]},{"name":"LPD_SUPPORT_GDI","features":[317]},{"name":"LPD_SUPPORT_OPENGL","features":[317]},{"name":"LPD_SWAP_COPY","features":[317]},{"name":"LPD_SWAP_EXCHANGE","features":[317]},{"name":"LPD_TRANSPARENT","features":[317]},{"name":"LPD_TYPE_COLORINDEX","features":[317]},{"name":"LPD_TYPE_RGBA","features":[317]},{"name":"LPFNDEVCAPS","features":[305,317]},{"name":"LPFNDEVMODE","features":[305,317]},{"name":"LPtoDP","features":[305,317]},{"name":"LTGRAY_BRUSH","features":[317]},{"name":"LineDDA","features":[305,317]},{"name":"LineTo","features":[305,317]},{"name":"LoadBitmapA","features":[305,317]},{"name":"LoadBitmapW","features":[305,317]},{"name":"LockWindowUpdate","features":[305,317]},{"name":"MAC_CHARSET","features":[317]},{"name":"MAT2","features":[317]},{"name":"MAXSTRETCHBLTMODE","features":[317]},{"name":"MERGECOPY","features":[317]},{"name":"MERGEPAINT","features":[317]},{"name":"METAFILE_DRIVER","features":[317]},{"name":"METAHEADER","features":[317]},{"name":"METARECORD","features":[317]},{"name":"META_ANIMATEPALETTE","features":[317]},{"name":"META_ARC","features":[317]},{"name":"META_BITBLT","features":[317]},{"name":"META_CHORD","features":[317]},{"name":"META_CREATEBRUSHINDIRECT","features":[317]},{"name":"META_CREATEFONTINDIRECT","features":[317]},{"name":"META_CREATEPALETTE","features":[317]},{"name":"META_CREATEPATTERNBRUSH","features":[317]},{"name":"META_CREATEPENINDIRECT","features":[317]},{"name":"META_CREATEREGION","features":[317]},{"name":"META_DELETEOBJECT","features":[317]},{"name":"META_DIBBITBLT","features":[317]},{"name":"META_DIBCREATEPATTERNBRUSH","features":[317]},{"name":"META_DIBSTRETCHBLT","features":[317]},{"name":"META_ELLIPSE","features":[317]},{"name":"META_ESCAPE","features":[317]},{"name":"META_EXCLUDECLIPRECT","features":[317]},{"name":"META_EXTFLOODFILL","features":[317]},{"name":"META_EXTTEXTOUT","features":[317]},{"name":"META_FILLREGION","features":[317]},{"name":"META_FLOODFILL","features":[317]},{"name":"META_FRAMEREGION","features":[317]},{"name":"META_INTERSECTCLIPRECT","features":[317]},{"name":"META_INVERTREGION","features":[317]},{"name":"META_LINETO","features":[317]},{"name":"META_MOVETO","features":[317]},{"name":"META_OFFSETCLIPRGN","features":[317]},{"name":"META_OFFSETVIEWPORTORG","features":[317]},{"name":"META_OFFSETWINDOWORG","features":[317]},{"name":"META_PAINTREGION","features":[317]},{"name":"META_PATBLT","features":[317]},{"name":"META_PIE","features":[317]},{"name":"META_POLYGON","features":[317]},{"name":"META_POLYLINE","features":[317]},{"name":"META_POLYPOLYGON","features":[317]},{"name":"META_REALIZEPALETTE","features":[317]},{"name":"META_RECTANGLE","features":[317]},{"name":"META_RESIZEPALETTE","features":[317]},{"name":"META_RESTOREDC","features":[317]},{"name":"META_ROUNDRECT","features":[317]},{"name":"META_SAVEDC","features":[317]},{"name":"META_SCALEVIEWPORTEXT","features":[317]},{"name":"META_SCALEWINDOWEXT","features":[317]},{"name":"META_SELECTCLIPREGION","features":[317]},{"name":"META_SELECTOBJECT","features":[317]},{"name":"META_SELECTPALETTE","features":[317]},{"name":"META_SETBKCOLOR","features":[317]},{"name":"META_SETBKMODE","features":[317]},{"name":"META_SETDIBTODEV","features":[317]},{"name":"META_SETLAYOUT","features":[317]},{"name":"META_SETMAPMODE","features":[317]},{"name":"META_SETMAPPERFLAGS","features":[317]},{"name":"META_SETPALENTRIES","features":[317]},{"name":"META_SETPIXEL","features":[317]},{"name":"META_SETPOLYFILLMODE","features":[317]},{"name":"META_SETRELABS","features":[317]},{"name":"META_SETROP2","features":[317]},{"name":"META_SETSTRETCHBLTMODE","features":[317]},{"name":"META_SETTEXTALIGN","features":[317]},{"name":"META_SETTEXTCHAREXTRA","features":[317]},{"name":"META_SETTEXTCOLOR","features":[317]},{"name":"META_SETTEXTJUSTIFICATION","features":[317]},{"name":"META_SETVIEWPORTEXT","features":[317]},{"name":"META_SETVIEWPORTORG","features":[317]},{"name":"META_SETWINDOWEXT","features":[317]},{"name":"META_SETWINDOWORG","features":[317]},{"name":"META_STRETCHBLT","features":[317]},{"name":"META_STRETCHDIB","features":[317]},{"name":"META_TEXTOUT","features":[317]},{"name":"MFCOMMENT","features":[317]},{"name":"MFENUMPROC","features":[305,317]},{"name":"MILCORE_TS_QUERYVER_RESULT_FALSE","features":[317]},{"name":"MILCORE_TS_QUERYVER_RESULT_TRUE","features":[317]},{"name":"MM_ANISOTROPIC","features":[317]},{"name":"MM_HIENGLISH","features":[317]},{"name":"MM_HIMETRIC","features":[317]},{"name":"MM_ISOTROPIC","features":[317]},{"name":"MM_LOENGLISH","features":[317]},{"name":"MM_LOMETRIC","features":[317]},{"name":"MM_MAX_AXES_NAMELEN","features":[317]},{"name":"MM_MAX_NUMAXES","features":[317]},{"name":"MM_TEXT","features":[317]},{"name":"MM_TWIPS","features":[317]},{"name":"MODIFY_WORLD_TRANSFORM_MODE","features":[317]},{"name":"MONITORENUMPROC","features":[305,317]},{"name":"MONITORINFO","features":[305,317]},{"name":"MONITORINFOEXA","features":[305,317]},{"name":"MONITORINFOEXW","features":[305,317]},{"name":"MONITOR_DEFAULTTONEAREST","features":[317]},{"name":"MONITOR_DEFAULTTONULL","features":[317]},{"name":"MONITOR_DEFAULTTOPRIMARY","features":[317]},{"name":"MONITOR_FROM_FLAGS","features":[317]},{"name":"MONO_FONT","features":[317]},{"name":"MOUSETRAILS","features":[317]},{"name":"MWT_IDENTITY","features":[317]},{"name":"MWT_LEFTMULTIPLY","features":[317]},{"name":"MWT_RIGHTMULTIPLY","features":[317]},{"name":"MapWindowPoints","features":[305,317]},{"name":"MaskBlt","features":[305,317]},{"name":"MergeFontPackage","features":[317]},{"name":"ModifyWorldTransform","features":[305,317]},{"name":"MonitorFromPoint","features":[305,317]},{"name":"MonitorFromRect","features":[305,317]},{"name":"MonitorFromWindow","features":[305,317]},{"name":"MoveToEx","features":[305,317]},{"name":"NEWFRAME","features":[317]},{"name":"NEWTEXTMETRICA","features":[317]},{"name":"NEWTEXTMETRICW","features":[317]},{"name":"NEWTRANSPARENT","features":[317]},{"name":"NEXTBAND","features":[317]},{"name":"NOMIRRORBITMAP","features":[317]},{"name":"NONANTIALIASED_QUALITY","features":[317]},{"name":"NOTSRCCOPY","features":[317]},{"name":"NOTSRCERASE","features":[317]},{"name":"NTM_BOLD","features":[317]},{"name":"NTM_DSIG","features":[317]},{"name":"NTM_ITALIC","features":[317]},{"name":"NTM_MULTIPLEMASTER","features":[317]},{"name":"NTM_NONNEGATIVE_AC","features":[317]},{"name":"NTM_PS_OPENTYPE","features":[317]},{"name":"NTM_REGULAR","features":[317]},{"name":"NTM_TT_OPENTYPE","features":[317]},{"name":"NTM_TYPE1","features":[317]},{"name":"NULLREGION","features":[317]},{"name":"NULL_BRUSH","features":[317]},{"name":"NULL_PEN","features":[317]},{"name":"NUMBRUSHES","features":[317]},{"name":"NUMCOLORS","features":[317]},{"name":"NUMFONTS","features":[317]},{"name":"NUMMARKERS","features":[317]},{"name":"NUMPENS","features":[317]},{"name":"NUMRESERVED","features":[317]},{"name":"OBJ_BITMAP","features":[317]},{"name":"OBJ_BRUSH","features":[317]},{"name":"OBJ_COLORSPACE","features":[317]},{"name":"OBJ_DC","features":[317]},{"name":"OBJ_ENHMETADC","features":[317]},{"name":"OBJ_ENHMETAFILE","features":[317]},{"name":"OBJ_EXTPEN","features":[317]},{"name":"OBJ_FONT","features":[317]},{"name":"OBJ_MEMDC","features":[317]},{"name":"OBJ_METADC","features":[317]},{"name":"OBJ_METAFILE","features":[317]},{"name":"OBJ_PAL","features":[317]},{"name":"OBJ_PEN","features":[317]},{"name":"OBJ_REGION","features":[317]},{"name":"OBJ_TYPE","features":[317]},{"name":"OEM_CHARSET","features":[317]},{"name":"OEM_FIXED_FONT","features":[317]},{"name":"OPAQUE","features":[317]},{"name":"OPENCHANNEL","features":[317]},{"name":"OUTLINETEXTMETRICA","features":[305,317]},{"name":"OUTLINETEXTMETRICW","features":[305,317]},{"name":"OUT_CHARACTER_PRECIS","features":[317]},{"name":"OUT_DEFAULT_PRECIS","features":[317]},{"name":"OUT_DEVICE_PRECIS","features":[317]},{"name":"OUT_OUTLINE_PRECIS","features":[317]},{"name":"OUT_PS_ONLY_PRECIS","features":[317]},{"name":"OUT_RASTER_PRECIS","features":[317]},{"name":"OUT_SCREEN_OUTLINE_PRECIS","features":[317]},{"name":"OUT_STRING_PRECIS","features":[317]},{"name":"OUT_STROKE_PRECIS","features":[317]},{"name":"OUT_TT_ONLY_PRECIS","features":[317]},{"name":"OUT_TT_PRECIS","features":[317]},{"name":"OffsetClipRgn","features":[317]},{"name":"OffsetRect","features":[305,317]},{"name":"OffsetRgn","features":[317]},{"name":"OffsetViewportOrgEx","features":[305,317]},{"name":"OffsetWindowOrgEx","features":[305,317]},{"name":"PAINTSTRUCT","features":[305,317]},{"name":"PALETTEENTRY","features":[317]},{"name":"PANOSE","features":[317]},{"name":"PANOSE_COUNT","features":[317]},{"name":"PAN_ANY","features":[317]},{"name":"PAN_ARMSTYLE_INDEX","features":[317]},{"name":"PAN_ARM_ANY","features":[317]},{"name":"PAN_ARM_NO_FIT","features":[317]},{"name":"PAN_ARM_STYLE","features":[317]},{"name":"PAN_BENT_ARMS_DOUBLE_SERIF","features":[317]},{"name":"PAN_BENT_ARMS_HORZ","features":[317]},{"name":"PAN_BENT_ARMS_SINGLE_SERIF","features":[317]},{"name":"PAN_BENT_ARMS_VERT","features":[317]},{"name":"PAN_BENT_ARMS_WEDGE","features":[317]},{"name":"PAN_CONTRAST","features":[317]},{"name":"PAN_CONTRAST_ANY","features":[317]},{"name":"PAN_CONTRAST_HIGH","features":[317]},{"name":"PAN_CONTRAST_INDEX","features":[317]},{"name":"PAN_CONTRAST_LOW","features":[317]},{"name":"PAN_CONTRAST_MEDIUM","features":[317]},{"name":"PAN_CONTRAST_MEDIUM_HIGH","features":[317]},{"name":"PAN_CONTRAST_MEDIUM_LOW","features":[317]},{"name":"PAN_CONTRAST_NONE","features":[317]},{"name":"PAN_CONTRAST_NO_FIT","features":[317]},{"name":"PAN_CONTRAST_VERY_HIGH","features":[317]},{"name":"PAN_CONTRAST_VERY_LOW","features":[317]},{"name":"PAN_CULTURE_LATIN","features":[317]},{"name":"PAN_FAMILYTYPE_INDEX","features":[317]},{"name":"PAN_FAMILY_ANY","features":[317]},{"name":"PAN_FAMILY_DECORATIVE","features":[317]},{"name":"PAN_FAMILY_NO_FIT","features":[317]},{"name":"PAN_FAMILY_PICTORIAL","features":[317]},{"name":"PAN_FAMILY_SCRIPT","features":[317]},{"name":"PAN_FAMILY_TEXT_DISPLAY","features":[317]},{"name":"PAN_FAMILY_TYPE","features":[317]},{"name":"PAN_LETTERFORM_INDEX","features":[317]},{"name":"PAN_LETT_FORM","features":[317]},{"name":"PAN_LETT_FORM_ANY","features":[317]},{"name":"PAN_LETT_FORM_NO_FIT","features":[317]},{"name":"PAN_LETT_NORMAL_BOXED","features":[317]},{"name":"PAN_LETT_NORMAL_CONTACT","features":[317]},{"name":"PAN_LETT_NORMAL_FLATTENED","features":[317]},{"name":"PAN_LETT_NORMAL_OFF_CENTER","features":[317]},{"name":"PAN_LETT_NORMAL_ROUNDED","features":[317]},{"name":"PAN_LETT_NORMAL_SQUARE","features":[317]},{"name":"PAN_LETT_NORMAL_WEIGHTED","features":[317]},{"name":"PAN_LETT_OBLIQUE_BOXED","features":[317]},{"name":"PAN_LETT_OBLIQUE_CONTACT","features":[317]},{"name":"PAN_LETT_OBLIQUE_FLATTENED","features":[317]},{"name":"PAN_LETT_OBLIQUE_OFF_CENTER","features":[317]},{"name":"PAN_LETT_OBLIQUE_ROUNDED","features":[317]},{"name":"PAN_LETT_OBLIQUE_SQUARE","features":[317]},{"name":"PAN_LETT_OBLIQUE_WEIGHTED","features":[317]},{"name":"PAN_MIDLINE","features":[317]},{"name":"PAN_MIDLINE_ANY","features":[317]},{"name":"PAN_MIDLINE_CONSTANT_POINTED","features":[317]},{"name":"PAN_MIDLINE_CONSTANT_SERIFED","features":[317]},{"name":"PAN_MIDLINE_CONSTANT_TRIMMED","features":[317]},{"name":"PAN_MIDLINE_HIGH_POINTED","features":[317]},{"name":"PAN_MIDLINE_HIGH_SERIFED","features":[317]},{"name":"PAN_MIDLINE_HIGH_TRIMMED","features":[317]},{"name":"PAN_MIDLINE_INDEX","features":[317]},{"name":"PAN_MIDLINE_LOW_POINTED","features":[317]},{"name":"PAN_MIDLINE_LOW_SERIFED","features":[317]},{"name":"PAN_MIDLINE_LOW_TRIMMED","features":[317]},{"name":"PAN_MIDLINE_NO_FIT","features":[317]},{"name":"PAN_MIDLINE_STANDARD_POINTED","features":[317]},{"name":"PAN_MIDLINE_STANDARD_SERIFED","features":[317]},{"name":"PAN_MIDLINE_STANDARD_TRIMMED","features":[317]},{"name":"PAN_NO_FIT","features":[317]},{"name":"PAN_PROPORTION","features":[317]},{"name":"PAN_PROPORTION_INDEX","features":[317]},{"name":"PAN_PROP_ANY","features":[317]},{"name":"PAN_PROP_CONDENSED","features":[317]},{"name":"PAN_PROP_EVEN_WIDTH","features":[317]},{"name":"PAN_PROP_EXPANDED","features":[317]},{"name":"PAN_PROP_MODERN","features":[317]},{"name":"PAN_PROP_MONOSPACED","features":[317]},{"name":"PAN_PROP_NO_FIT","features":[317]},{"name":"PAN_PROP_OLD_STYLE","features":[317]},{"name":"PAN_PROP_VERY_CONDENSED","features":[317]},{"name":"PAN_PROP_VERY_EXPANDED","features":[317]},{"name":"PAN_SERIFSTYLE_INDEX","features":[317]},{"name":"PAN_SERIF_ANY","features":[317]},{"name":"PAN_SERIF_BONE","features":[317]},{"name":"PAN_SERIF_COVE","features":[317]},{"name":"PAN_SERIF_EXAGGERATED","features":[317]},{"name":"PAN_SERIF_FLARED","features":[317]},{"name":"PAN_SERIF_NORMAL_SANS","features":[317]},{"name":"PAN_SERIF_NO_FIT","features":[317]},{"name":"PAN_SERIF_OBTUSE_COVE","features":[317]},{"name":"PAN_SERIF_OBTUSE_SANS","features":[317]},{"name":"PAN_SERIF_OBTUSE_SQUARE_COVE","features":[317]},{"name":"PAN_SERIF_PERP_SANS","features":[317]},{"name":"PAN_SERIF_ROUNDED","features":[317]},{"name":"PAN_SERIF_SQUARE","features":[317]},{"name":"PAN_SERIF_SQUARE_COVE","features":[317]},{"name":"PAN_SERIF_STYLE","features":[317]},{"name":"PAN_SERIF_THIN","features":[317]},{"name":"PAN_SERIF_TRIANGLE","features":[317]},{"name":"PAN_STRAIGHT_ARMS_DOUBLE_SERIF","features":[317]},{"name":"PAN_STRAIGHT_ARMS_HORZ","features":[317]},{"name":"PAN_STRAIGHT_ARMS_SINGLE_SERIF","features":[317]},{"name":"PAN_STRAIGHT_ARMS_VERT","features":[317]},{"name":"PAN_STRAIGHT_ARMS_WEDGE","features":[317]},{"name":"PAN_STROKEVARIATION_INDEX","features":[317]},{"name":"PAN_STROKE_ANY","features":[317]},{"name":"PAN_STROKE_GRADUAL_DIAG","features":[317]},{"name":"PAN_STROKE_GRADUAL_HORZ","features":[317]},{"name":"PAN_STROKE_GRADUAL_TRAN","features":[317]},{"name":"PAN_STROKE_GRADUAL_VERT","features":[317]},{"name":"PAN_STROKE_INSTANT_VERT","features":[317]},{"name":"PAN_STROKE_NO_FIT","features":[317]},{"name":"PAN_STROKE_RAPID_HORZ","features":[317]},{"name":"PAN_STROKE_RAPID_VERT","features":[317]},{"name":"PAN_STROKE_VARIATION","features":[317]},{"name":"PAN_WEIGHT","features":[317]},{"name":"PAN_WEIGHT_ANY","features":[317]},{"name":"PAN_WEIGHT_BLACK","features":[317]},{"name":"PAN_WEIGHT_BOLD","features":[317]},{"name":"PAN_WEIGHT_BOOK","features":[317]},{"name":"PAN_WEIGHT_DEMI","features":[317]},{"name":"PAN_WEIGHT_HEAVY","features":[317]},{"name":"PAN_WEIGHT_INDEX","features":[317]},{"name":"PAN_WEIGHT_LIGHT","features":[317]},{"name":"PAN_WEIGHT_MEDIUM","features":[317]},{"name":"PAN_WEIGHT_NORD","features":[317]},{"name":"PAN_WEIGHT_NO_FIT","features":[317]},{"name":"PAN_WEIGHT_THIN","features":[317]},{"name":"PAN_WEIGHT_VERY_LIGHT","features":[317]},{"name":"PAN_XHEIGHT","features":[317]},{"name":"PAN_XHEIGHT_ANY","features":[317]},{"name":"PAN_XHEIGHT_CONSTANT_LARGE","features":[317]},{"name":"PAN_XHEIGHT_CONSTANT_SMALL","features":[317]},{"name":"PAN_XHEIGHT_CONSTANT_STD","features":[317]},{"name":"PAN_XHEIGHT_DUCKING_LARGE","features":[317]},{"name":"PAN_XHEIGHT_DUCKING_SMALL","features":[317]},{"name":"PAN_XHEIGHT_DUCKING_STD","features":[317]},{"name":"PAN_XHEIGHT_INDEX","features":[317]},{"name":"PAN_XHEIGHT_NO_FIT","features":[317]},{"name":"PASSTHROUGH","features":[317]},{"name":"PATCOPY","features":[317]},{"name":"PATINVERT","features":[317]},{"name":"PATPAINT","features":[317]},{"name":"PC_EXPLICIT","features":[317]},{"name":"PC_INTERIORS","features":[317]},{"name":"PC_NOCOLLAPSE","features":[317]},{"name":"PC_NONE","features":[317]},{"name":"PC_PATHS","features":[317]},{"name":"PC_POLYGON","features":[317]},{"name":"PC_POLYPOLYGON","features":[317]},{"name":"PC_RECTANGLE","features":[317]},{"name":"PC_RESERVED","features":[317]},{"name":"PC_SCANLINE","features":[317]},{"name":"PC_STYLED","features":[317]},{"name":"PC_TRAPEZOID","features":[317]},{"name":"PC_WIDE","features":[317]},{"name":"PC_WIDESTYLED","features":[317]},{"name":"PC_WINDPOLYGON","features":[317]},{"name":"PDEVICESIZE","features":[317]},{"name":"PELARRAY","features":[317]},{"name":"PEN_STYLE","features":[317]},{"name":"PHYSICALHEIGHT","features":[317]},{"name":"PHYSICALOFFSETX","features":[317]},{"name":"PHYSICALOFFSETY","features":[317]},{"name":"PHYSICALWIDTH","features":[317]},{"name":"PLANES","features":[317]},{"name":"POINTFX","features":[317]},{"name":"POLYFILL_LAST","features":[317]},{"name":"POLYGONALCAPS","features":[317]},{"name":"POLYTEXTA","features":[305,317]},{"name":"POLYTEXTW","features":[305,317]},{"name":"POSTSCRIPT_DATA","features":[317]},{"name":"POSTSCRIPT_IDENTIFY","features":[317]},{"name":"POSTSCRIPT_IGNORE","features":[317]},{"name":"POSTSCRIPT_INJECTION","features":[317]},{"name":"POSTSCRIPT_PASSTHROUGH","features":[317]},{"name":"PRINTRATEUNIT_CPS","features":[317]},{"name":"PRINTRATEUNIT_IPM","features":[317]},{"name":"PRINTRATEUNIT_LPM","features":[317]},{"name":"PRINTRATEUNIT_PPM","features":[317]},{"name":"PROOF_QUALITY","features":[317]},{"name":"PR_JOBSTATUS","features":[317]},{"name":"PSIDENT_GDICENTRIC","features":[317]},{"name":"PSIDENT_PSCENTRIC","features":[317]},{"name":"PSINJECT_DLFONT","features":[317]},{"name":"PSPROTOCOL_ASCII","features":[317]},{"name":"PSPROTOCOL_BCP","features":[317]},{"name":"PSPROTOCOL_BINARY","features":[317]},{"name":"PSPROTOCOL_TBCP","features":[317]},{"name":"PS_ALTERNATE","features":[317]},{"name":"PS_COSMETIC","features":[317]},{"name":"PS_DASH","features":[317]},{"name":"PS_DASHDOT","features":[317]},{"name":"PS_DASHDOTDOT","features":[317]},{"name":"PS_DOT","features":[317]},{"name":"PS_ENDCAP_FLAT","features":[317]},{"name":"PS_ENDCAP_MASK","features":[317]},{"name":"PS_ENDCAP_ROUND","features":[317]},{"name":"PS_ENDCAP_SQUARE","features":[317]},{"name":"PS_GEOMETRIC","features":[317]},{"name":"PS_INSIDEFRAME","features":[317]},{"name":"PS_JOIN_BEVEL","features":[317]},{"name":"PS_JOIN_MASK","features":[317]},{"name":"PS_JOIN_MITER","features":[317]},{"name":"PS_JOIN_ROUND","features":[317]},{"name":"PS_NULL","features":[317]},{"name":"PS_SOLID","features":[317]},{"name":"PS_STYLE_MASK","features":[317]},{"name":"PS_TYPE_MASK","features":[317]},{"name":"PS_USERSTYLE","features":[317]},{"name":"PT_BEZIERTO","features":[317]},{"name":"PT_CLOSEFIGURE","features":[317]},{"name":"PT_LINETO","features":[317]},{"name":"PT_MOVETO","features":[317]},{"name":"PaintDesktop","features":[305,317]},{"name":"PaintRgn","features":[305,317]},{"name":"PatBlt","features":[305,317]},{"name":"PathToRegion","features":[317]},{"name":"Pie","features":[305,317]},{"name":"PlayEnhMetaFile","features":[305,317]},{"name":"PlayEnhMetaFileRecord","features":[305,317]},{"name":"PlayMetaFile","features":[305,317]},{"name":"PlayMetaFileRecord","features":[305,317]},{"name":"PlgBlt","features":[305,317]},{"name":"PolyBezier","features":[305,317]},{"name":"PolyBezierTo","features":[305,317]},{"name":"PolyDraw","features":[305,317]},{"name":"PolyPolygon","features":[305,317]},{"name":"PolyPolyline","features":[305,317]},{"name":"PolyTextOutA","features":[305,317]},{"name":"PolyTextOutW","features":[305,317]},{"name":"Polygon","features":[305,317]},{"name":"Polyline","features":[305,317]},{"name":"PolylineTo","features":[305,317]},{"name":"PtInRect","features":[305,317]},{"name":"PtInRegion","features":[305,317]},{"name":"PtVisible","features":[305,317]},{"name":"QDI_DIBTOSCREEN","features":[317]},{"name":"QDI_GETDIBITS","features":[317]},{"name":"QDI_SETDIBITS","features":[317]},{"name":"QDI_STRETCHDIB","features":[317]},{"name":"QUERYDIBSUPPORT","features":[317]},{"name":"QUERYESCSUPPORT","features":[317]},{"name":"QUERYROPSUPPORT","features":[317]},{"name":"R2_BLACK","features":[317]},{"name":"R2_COPYPEN","features":[317]},{"name":"R2_LAST","features":[317]},{"name":"R2_MASKNOTPEN","features":[317]},{"name":"R2_MASKPEN","features":[317]},{"name":"R2_MASKPENNOT","features":[317]},{"name":"R2_MERGENOTPEN","features":[317]},{"name":"R2_MERGEPEN","features":[317]},{"name":"R2_MERGEPENNOT","features":[317]},{"name":"R2_MODE","features":[317]},{"name":"R2_NOP","features":[317]},{"name":"R2_NOT","features":[317]},{"name":"R2_NOTCOPYPEN","features":[317]},{"name":"R2_NOTMASKPEN","features":[317]},{"name":"R2_NOTMERGEPEN","features":[317]},{"name":"R2_NOTXORPEN","features":[317]},{"name":"R2_WHITE","features":[317]},{"name":"R2_XORPEN","features":[317]},{"name":"RASTERCAPS","features":[317]},{"name":"RASTERIZER_STATUS","features":[317]},{"name":"RASTER_FONTTYPE","features":[317]},{"name":"RC_BANDING","features":[317]},{"name":"RC_BIGFONT","features":[317]},{"name":"RC_BITBLT","features":[317]},{"name":"RC_BITMAP64","features":[317]},{"name":"RC_DEVBITS","features":[317]},{"name":"RC_DIBTODEV","features":[317]},{"name":"RC_DI_BITMAP","features":[317]},{"name":"RC_FLOODFILL","features":[317]},{"name":"RC_GDI20_OUTPUT","features":[317]},{"name":"RC_GDI20_STATE","features":[317]},{"name":"RC_OP_DX_OUTPUT","features":[317]},{"name":"RC_PALETTE","features":[317]},{"name":"RC_SAVEBITMAP","features":[317]},{"name":"RC_SCALING","features":[317]},{"name":"RC_STRETCHBLT","features":[317]},{"name":"RC_STRETCHDIB","features":[317]},{"name":"RDH_RECTANGLES","features":[317]},{"name":"RDW_ALLCHILDREN","features":[317]},{"name":"RDW_ERASE","features":[317]},{"name":"RDW_ERASENOW","features":[317]},{"name":"RDW_FRAME","features":[317]},{"name":"RDW_INTERNALPAINT","features":[317]},{"name":"RDW_INVALIDATE","features":[317]},{"name":"RDW_NOCHILDREN","features":[317]},{"name":"RDW_NOERASE","features":[317]},{"name":"RDW_NOFRAME","features":[317]},{"name":"RDW_NOINTERNALPAINT","features":[317]},{"name":"RDW_UPDATENOW","features":[317]},{"name":"RDW_VALIDATE","features":[317]},{"name":"READEMBEDPROC","features":[317]},{"name":"REDRAW_WINDOW_FLAGS","features":[317]},{"name":"RELATIVE","features":[317]},{"name":"RESTORE_CTM","features":[317]},{"name":"RGBQUAD","features":[317]},{"name":"RGBTRIPLE","features":[317]},{"name":"RGNDATA","features":[305,317]},{"name":"RGNDATAHEADER","features":[305,317]},{"name":"RGN_AND","features":[317]},{"name":"RGN_COMBINE_MODE","features":[317]},{"name":"RGN_COPY","features":[317]},{"name":"RGN_DIFF","features":[317]},{"name":"RGN_ERROR","features":[317]},{"name":"RGN_MAX","features":[317]},{"name":"RGN_MIN","features":[317]},{"name":"RGN_OR","features":[317]},{"name":"RGN_XOR","features":[317]},{"name":"ROP_CODE","features":[317]},{"name":"RUSSIAN_CHARSET","features":[317]},{"name":"RealizePalette","features":[317]},{"name":"RectInRegion","features":[305,317]},{"name":"RectVisible","features":[305,317]},{"name":"Rectangle","features":[305,317]},{"name":"RedrawWindow","features":[305,317]},{"name":"ReleaseDC","features":[305,317]},{"name":"RemoveFontMemResourceEx","features":[305,317]},{"name":"RemoveFontResourceA","features":[305,317]},{"name":"RemoveFontResourceExA","features":[305,317]},{"name":"RemoveFontResourceExW","features":[305,317]},{"name":"RemoveFontResourceW","features":[305,317]},{"name":"ResetDCA","features":[305,317]},{"name":"ResetDCW","features":[305,317]},{"name":"ResizePalette","features":[305,317]},{"name":"RestoreDC","features":[305,317]},{"name":"RoundRect","features":[305,317]},{"name":"SAVE_CTM","features":[317]},{"name":"SB_CONST_ALPHA","features":[317]},{"name":"SB_GRAD_RECT","features":[317]},{"name":"SB_GRAD_TRI","features":[317]},{"name":"SB_NONE","features":[317]},{"name":"SB_PIXEL_ALPHA","features":[317]},{"name":"SB_PREMULT_ALPHA","features":[317]},{"name":"SCALINGFACTORX","features":[317]},{"name":"SCALINGFACTORY","features":[317]},{"name":"SC_SCREENSAVE","features":[317]},{"name":"SELECTDIB","features":[317]},{"name":"SELECTPAPERSOURCE","features":[317]},{"name":"SETABORTPROC","features":[317]},{"name":"SETALLJUSTVALUES","features":[317]},{"name":"SETCHARSET","features":[317]},{"name":"SETCOLORTABLE","features":[317]},{"name":"SETCOPYCOUNT","features":[317]},{"name":"SETDIBSCALING","features":[317]},{"name":"SETICMPROFILE_EMBEDED","features":[317]},{"name":"SETKERNTRACK","features":[317]},{"name":"SETLINECAP","features":[317]},{"name":"SETLINEJOIN","features":[317]},{"name":"SETMITERLIMIT","features":[317]},{"name":"SET_ARC_DIRECTION","features":[317]},{"name":"SET_BACKGROUND_COLOR","features":[317]},{"name":"SET_BOUNDS","features":[317]},{"name":"SET_BOUNDS_RECT_FLAGS","features":[317]},{"name":"SET_CLIP_BOX","features":[317]},{"name":"SET_MIRROR_MODE","features":[317]},{"name":"SET_POLY_MODE","features":[317]},{"name":"SET_SCREEN_ANGLE","features":[317]},{"name":"SET_SPREAD","features":[317]},{"name":"SHADEBLENDCAPS","features":[317]},{"name":"SHIFTJIS_CHARSET","features":[317]},{"name":"SIMPLEREGION","features":[317]},{"name":"SIZEPALETTE","features":[317]},{"name":"SPCLPASSTHROUGH2","features":[317]},{"name":"SP_APPABORT","features":[317]},{"name":"SP_ERROR","features":[317]},{"name":"SP_NOTREPORTED","features":[317]},{"name":"SP_OUTOFDISK","features":[317]},{"name":"SP_OUTOFMEMORY","features":[317]},{"name":"SP_USERABORT","features":[317]},{"name":"SRCAND","features":[317]},{"name":"SRCCOPY","features":[317]},{"name":"SRCERASE","features":[317]},{"name":"SRCINVERT","features":[317]},{"name":"SRCPAINT","features":[317]},{"name":"STARTDOC","features":[317]},{"name":"STOCK_LAST","features":[317]},{"name":"STRETCHBLT","features":[317]},{"name":"STRETCH_ANDSCANS","features":[317]},{"name":"STRETCH_BLT_MODE","features":[317]},{"name":"STRETCH_DELETESCANS","features":[317]},{"name":"STRETCH_HALFTONE","features":[317]},{"name":"STRETCH_ORSCANS","features":[317]},{"name":"SYMBOL_CHARSET","features":[317]},{"name":"SYSPAL_ERROR","features":[317]},{"name":"SYSPAL_NOSTATIC","features":[317]},{"name":"SYSPAL_NOSTATIC256","features":[317]},{"name":"SYSPAL_STATIC","features":[317]},{"name":"SYSRGN","features":[317]},{"name":"SYSTEM_FIXED_FONT","features":[317]},{"name":"SYSTEM_FONT","features":[317]},{"name":"SYSTEM_PALETTE_USE","features":[317]},{"name":"SYS_COLOR_INDEX","features":[317]},{"name":"SaveDC","features":[317]},{"name":"ScaleViewportExtEx","features":[305,317]},{"name":"ScaleWindowExtEx","features":[305,317]},{"name":"ScreenToClient","features":[305,317]},{"name":"SelectClipPath","features":[305,317]},{"name":"SelectClipRgn","features":[317]},{"name":"SelectObject","features":[317]},{"name":"SelectPalette","features":[305,317]},{"name":"SetArcDirection","features":[317]},{"name":"SetBitmapBits","features":[317]},{"name":"SetBitmapDimensionEx","features":[305,317]},{"name":"SetBkColor","features":[305,317]},{"name":"SetBkMode","features":[317]},{"name":"SetBoundsRect","features":[305,317]},{"name":"SetBrushOrgEx","features":[305,317]},{"name":"SetColorAdjustment","features":[305,317]},{"name":"SetDCBrushColor","features":[305,317]},{"name":"SetDCPenColor","features":[305,317]},{"name":"SetDIBColorTable","features":[317]},{"name":"SetDIBits","features":[317]},{"name":"SetDIBitsToDevice","features":[317]},{"name":"SetEnhMetaFileBits","features":[317]},{"name":"SetGraphicsMode","features":[317]},{"name":"SetLayout","features":[317]},{"name":"SetMapMode","features":[317]},{"name":"SetMapperFlags","features":[317]},{"name":"SetMetaFileBitsEx","features":[317]},{"name":"SetMetaRgn","features":[317]},{"name":"SetMiterLimit","features":[305,317]},{"name":"SetPaletteEntries","features":[317]},{"name":"SetPixel","features":[305,317]},{"name":"SetPixelV","features":[305,317]},{"name":"SetPolyFillMode","features":[317]},{"name":"SetROP2","features":[317]},{"name":"SetRect","features":[305,317]},{"name":"SetRectEmpty","features":[305,317]},{"name":"SetRectRgn","features":[305,317]},{"name":"SetStretchBltMode","features":[317]},{"name":"SetSysColors","features":[305,317]},{"name":"SetSystemPaletteUse","features":[317]},{"name":"SetTextAlign","features":[317]},{"name":"SetTextCharacterExtra","features":[317]},{"name":"SetTextColor","features":[305,317]},{"name":"SetTextJustification","features":[305,317]},{"name":"SetViewportExtEx","features":[305,317]},{"name":"SetViewportOrgEx","features":[305,317]},{"name":"SetWindowExtEx","features":[305,317]},{"name":"SetWindowOrgEx","features":[305,317]},{"name":"SetWindowRgn","features":[305,317]},{"name":"SetWorldTransform","features":[305,317]},{"name":"StretchBlt","features":[305,317]},{"name":"StretchDIBits","features":[317]},{"name":"StrokeAndFillPath","features":[305,317]},{"name":"StrokePath","features":[305,317]},{"name":"SubtractRect","features":[305,317]},{"name":"TA_BASELINE","features":[317]},{"name":"TA_BOTTOM","features":[317]},{"name":"TA_CENTER","features":[317]},{"name":"TA_LEFT","features":[317]},{"name":"TA_MASK","features":[317]},{"name":"TA_NOUPDATECP","features":[317]},{"name":"TA_RIGHT","features":[317]},{"name":"TA_RTLREADING","features":[317]},{"name":"TA_TOP","features":[317]},{"name":"TA_UPDATECP","features":[317]},{"name":"TC_CP_STROKE","features":[317]},{"name":"TC_CR_90","features":[317]},{"name":"TC_CR_ANY","features":[317]},{"name":"TC_EA_DOUBLE","features":[317]},{"name":"TC_IA_ABLE","features":[317]},{"name":"TC_OP_CHARACTER","features":[317]},{"name":"TC_OP_STROKE","features":[317]},{"name":"TC_RA_ABLE","features":[317]},{"name":"TC_RESERVED","features":[317]},{"name":"TC_SA_CONTIN","features":[317]},{"name":"TC_SA_DOUBLE","features":[317]},{"name":"TC_SA_INTEGER","features":[317]},{"name":"TC_SCROLLBLT","features":[317]},{"name":"TC_SF_X_YINDEP","features":[317]},{"name":"TC_SO_ABLE","features":[317]},{"name":"TC_UA_ABLE","features":[317]},{"name":"TC_VA_ABLE","features":[317]},{"name":"TECHNOLOGY","features":[317]},{"name":"TEXTCAPS","features":[317]},{"name":"TEXTMETRICA","features":[317]},{"name":"TEXTMETRICW","features":[317]},{"name":"TEXT_ALIGN_OPTIONS","features":[317]},{"name":"THAI_CHARSET","features":[317]},{"name":"TMPF_DEVICE","features":[317]},{"name":"TMPF_FIXED_PITCH","features":[317]},{"name":"TMPF_FLAGS","features":[317]},{"name":"TMPF_TRUETYPE","features":[317]},{"name":"TMPF_VECTOR","features":[317]},{"name":"TRANSFORM_CTM","features":[317]},{"name":"TRANSPARENT","features":[317]},{"name":"TRIVERTEX","features":[317]},{"name":"TRUETYPE_FONTTYPE","features":[317]},{"name":"TTCharToUnicode","features":[317]},{"name":"TTDELETE_DONTREMOVEFONT","features":[317]},{"name":"TTDeleteEmbeddedFont","features":[305,317]},{"name":"TTEMBEDINFO","features":[317]},{"name":"TTEMBED_EMBEDEUDC","features":[317]},{"name":"TTEMBED_EUDCEMBEDDED","features":[317]},{"name":"TTEMBED_FAILIFVARIATIONSIMULATED","features":[317]},{"name":"TTEMBED_FLAGS","features":[317]},{"name":"TTEMBED_RAW","features":[317]},{"name":"TTEMBED_SUBSET","features":[317]},{"name":"TTEMBED_SUBSETCANCEL","features":[317]},{"name":"TTEMBED_TTCOMPRESSED","features":[317]},{"name":"TTEMBED_VARIATIONSIMULATED","features":[317]},{"name":"TTEMBED_WEBOBJECT","features":[317]},{"name":"TTEMBED_XORENCRYPTDATA","features":[317]},{"name":"TTEmbedFont","features":[317]},{"name":"TTEmbedFontEx","features":[317]},{"name":"TTEmbedFontFromFileA","features":[317]},{"name":"TTEnableEmbeddingForFacename","features":[305,317]},{"name":"TTFCFP_APPLE_PLATFORMID","features":[317]},{"name":"TTFCFP_DELTA","features":[317]},{"name":"TTFCFP_DONT_CARE","features":[317]},{"name":"TTFCFP_FLAGS_COMPRESS","features":[317]},{"name":"TTFCFP_FLAGS_GLYPHLIST","features":[317]},{"name":"TTFCFP_FLAGS_SUBSET","features":[317]},{"name":"TTFCFP_FLAGS_TTC","features":[317]},{"name":"TTFCFP_ISO_PLATFORMID","features":[317]},{"name":"TTFCFP_LANG_KEEP_ALL","features":[317]},{"name":"TTFCFP_MS_PLATFORMID","features":[317]},{"name":"TTFCFP_STD_MAC_CHAR_SET","features":[317]},{"name":"TTFCFP_SUBSET","features":[317]},{"name":"TTFCFP_SUBSET1","features":[317]},{"name":"TTFCFP_SYMBOL_CHAR_SET","features":[317]},{"name":"TTFCFP_UNICODE_CHAR_SET","features":[317]},{"name":"TTFCFP_UNICODE_PLATFORMID","features":[317]},{"name":"TTFMFP_DELTA","features":[317]},{"name":"TTFMFP_SUBSET","features":[317]},{"name":"TTFMFP_SUBSET1","features":[317]},{"name":"TTGetEmbeddedFontInfo","features":[317]},{"name":"TTGetEmbeddingType","features":[317]},{"name":"TTGetNewFontName","features":[305,317]},{"name":"TTIsEmbeddingEnabled","features":[305,317]},{"name":"TTIsEmbeddingEnabledForFacename","features":[305,317]},{"name":"TTLOADINFO","features":[317]},{"name":"TTLOAD_EMBEDDED_FONT_STATUS","features":[317]},{"name":"TTLOAD_EUDC_OVERWRITE","features":[317]},{"name":"TTLOAD_EUDC_SET","features":[317]},{"name":"TTLOAD_FONT_IN_SYSSTARTUP","features":[317]},{"name":"TTLOAD_FONT_SUBSETTED","features":[317]},{"name":"TTLOAD_PRIVATE","features":[317]},{"name":"TTLoadEmbeddedFont","features":[305,317]},{"name":"TTPOLYCURVE","features":[317]},{"name":"TTPOLYGONHEADER","features":[317]},{"name":"TTRunValidationTests","features":[317]},{"name":"TTRunValidationTestsEx","features":[317]},{"name":"TTVALIDATIONTESTSPARAMS","features":[317]},{"name":"TTVALIDATIONTESTSPARAMSEX","features":[317]},{"name":"TT_AVAILABLE","features":[317]},{"name":"TT_ENABLED","features":[317]},{"name":"TT_POLYGON_TYPE","features":[317]},{"name":"TT_PRIM_CSPLINE","features":[317]},{"name":"TT_PRIM_LINE","features":[317]},{"name":"TT_PRIM_QSPLINE","features":[317]},{"name":"TURKISH_CHARSET","features":[317]},{"name":"TabbedTextOutA","features":[317]},{"name":"TabbedTextOutW","features":[317]},{"name":"TextOutA","features":[305,317]},{"name":"TextOutW","features":[305,317]},{"name":"TransparentBlt","features":[305,317]},{"name":"UnionRect","features":[305,317]},{"name":"UnrealizeObject","features":[305,317]},{"name":"UpdateColors","features":[305,317]},{"name":"UpdateWindow","features":[305,317]},{"name":"VARIABLE_PITCH","features":[317]},{"name":"VERTRES","features":[317]},{"name":"VERTSIZE","features":[317]},{"name":"VIETNAMESE_CHARSET","features":[317]},{"name":"VREFRESH","features":[317]},{"name":"VTA_BASELINE","features":[317]},{"name":"VTA_BOTTOM","features":[317]},{"name":"VTA_CENTER","features":[317]},{"name":"VTA_LEFT","features":[317]},{"name":"VTA_RIGHT","features":[317]},{"name":"VTA_TOP","features":[317]},{"name":"ValidateRect","features":[305,317]},{"name":"ValidateRgn","features":[305,317]},{"name":"WCRANGE","features":[317]},{"name":"WGLSWAP","features":[317]},{"name":"WGL_FONT_LINES","features":[317]},{"name":"WGL_FONT_POLYGONS","features":[317]},{"name":"WGL_SWAPMULTIPLE_MAX","features":[317]},{"name":"WGL_SWAP_MAIN_PLANE","features":[317]},{"name":"WGL_SWAP_OVERLAY1","features":[317]},{"name":"WGL_SWAP_OVERLAY10","features":[317]},{"name":"WGL_SWAP_OVERLAY11","features":[317]},{"name":"WGL_SWAP_OVERLAY12","features":[317]},{"name":"WGL_SWAP_OVERLAY13","features":[317]},{"name":"WGL_SWAP_OVERLAY14","features":[317]},{"name":"WGL_SWAP_OVERLAY15","features":[317]},{"name":"WGL_SWAP_OVERLAY2","features":[317]},{"name":"WGL_SWAP_OVERLAY3","features":[317]},{"name":"WGL_SWAP_OVERLAY4","features":[317]},{"name":"WGL_SWAP_OVERLAY5","features":[317]},{"name":"WGL_SWAP_OVERLAY6","features":[317]},{"name":"WGL_SWAP_OVERLAY7","features":[317]},{"name":"WGL_SWAP_OVERLAY8","features":[317]},{"name":"WGL_SWAP_OVERLAY9","features":[317]},{"name":"WGL_SWAP_UNDERLAY1","features":[317]},{"name":"WGL_SWAP_UNDERLAY10","features":[317]},{"name":"WGL_SWAP_UNDERLAY11","features":[317]},{"name":"WGL_SWAP_UNDERLAY12","features":[317]},{"name":"WGL_SWAP_UNDERLAY13","features":[317]},{"name":"WGL_SWAP_UNDERLAY14","features":[317]},{"name":"WGL_SWAP_UNDERLAY15","features":[317]},{"name":"WGL_SWAP_UNDERLAY2","features":[317]},{"name":"WGL_SWAP_UNDERLAY3","features":[317]},{"name":"WGL_SWAP_UNDERLAY4","features":[317]},{"name":"WGL_SWAP_UNDERLAY5","features":[317]},{"name":"WGL_SWAP_UNDERLAY6","features":[317]},{"name":"WGL_SWAP_UNDERLAY7","features":[317]},{"name":"WGL_SWAP_UNDERLAY8","features":[317]},{"name":"WGL_SWAP_UNDERLAY9","features":[317]},{"name":"WHITENESS","features":[317]},{"name":"WHITEONBLACK","features":[317]},{"name":"WHITE_BRUSH","features":[317]},{"name":"WHITE_PEN","features":[317]},{"name":"WINDING","features":[317]},{"name":"WRITEEMBEDPROC","features":[317]},{"name":"WidenPath","features":[305,317]},{"name":"WindowFromDC","features":[305,317]},{"name":"XFORM","features":[317]},{"name":"wglSwapMultipleBuffers","features":[317]}],"423":[{"name":"ALPHA_SHIFT","features":[418]},{"name":"Aborted","features":[418]},{"name":"AccessDenied","features":[418]},{"name":"AdjustBlackSaturation","features":[418]},{"name":"AdjustContrast","features":[418]},{"name":"AdjustDensity","features":[418]},{"name":"AdjustExposure","features":[418]},{"name":"AdjustHighlight","features":[418]},{"name":"AdjustMidtone","features":[418]},{"name":"AdjustShadow","features":[418]},{"name":"AdjustWhiteSaturation","features":[418]},{"name":"BLUE_SHIFT","features":[418]},{"name":"Bitmap","features":[418]},{"name":"BitmapData","features":[418]},{"name":"Blur","features":[305,418]},{"name":"BlurEffectGuid","features":[418]},{"name":"BlurParams","features":[305,418]},{"name":"BrightnessContrast","features":[305,418]},{"name":"BrightnessContrastEffectGuid","features":[418]},{"name":"BrightnessContrastParams","features":[418]},{"name":"BrushType","features":[418]},{"name":"BrushTypeHatchFill","features":[418]},{"name":"BrushTypeLinearGradient","features":[418]},{"name":"BrushTypePathGradient","features":[418]},{"name":"BrushTypeSolidColor","features":[418]},{"name":"BrushTypeTextureFill","features":[418]},{"name":"CGpEffect","features":[418]},{"name":"CachedBitmap","features":[418]},{"name":"CharacterRange","features":[418]},{"name":"CodecIImageBytes","features":[418]},{"name":"Color","features":[418]},{"name":"ColorAdjustType","features":[418]},{"name":"ColorAdjustTypeAny","features":[418]},{"name":"ColorAdjustTypeBitmap","features":[418]},{"name":"ColorAdjustTypeBrush","features":[418]},{"name":"ColorAdjustTypeCount","features":[418]},{"name":"ColorAdjustTypeDefault","features":[418]},{"name":"ColorAdjustTypePen","features":[418]},{"name":"ColorAdjustTypeText","features":[418]},{"name":"ColorBalance","features":[305,418]},{"name":"ColorBalanceEffectGuid","features":[418]},{"name":"ColorBalanceParams","features":[418]},{"name":"ColorChannelFlags","features":[418]},{"name":"ColorChannelFlagsC","features":[418]},{"name":"ColorChannelFlagsK","features":[418]},{"name":"ColorChannelFlagsLast","features":[418]},{"name":"ColorChannelFlagsM","features":[418]},{"name":"ColorChannelFlagsY","features":[418]},{"name":"ColorCurve","features":[305,418]},{"name":"ColorCurveEffectGuid","features":[418]},{"name":"ColorCurveParams","features":[418]},{"name":"ColorLUT","features":[305,418]},{"name":"ColorLUTEffectGuid","features":[418]},{"name":"ColorLUTParams","features":[418]},{"name":"ColorMap","features":[418]},{"name":"ColorMatrix","features":[418]},{"name":"ColorMatrixEffect","features":[305,418]},{"name":"ColorMatrixEffectGuid","features":[418]},{"name":"ColorMatrixFlags","features":[418]},{"name":"ColorMatrixFlagsAltGray","features":[418]},{"name":"ColorMatrixFlagsDefault","features":[418]},{"name":"ColorMatrixFlagsSkipGrays","features":[418]},{"name":"ColorMode","features":[418]},{"name":"ColorModeARGB32","features":[418]},{"name":"ColorModeARGB64","features":[418]},{"name":"ColorPalette","features":[418]},{"name":"CombineMode","features":[418]},{"name":"CombineModeComplement","features":[418]},{"name":"CombineModeExclude","features":[418]},{"name":"CombineModeIntersect","features":[418]},{"name":"CombineModeReplace","features":[418]},{"name":"CombineModeUnion","features":[418]},{"name":"CombineModeXor","features":[418]},{"name":"CompositingMode","features":[418]},{"name":"CompositingModeSourceCopy","features":[418]},{"name":"CompositingModeSourceOver","features":[418]},{"name":"CompositingQuality","features":[418]},{"name":"CompositingQualityAssumeLinear","features":[418]},{"name":"CompositingQualityDefault","features":[418]},{"name":"CompositingQualityGammaCorrected","features":[418]},{"name":"CompositingQualityHighQuality","features":[418]},{"name":"CompositingQualityHighSpeed","features":[418]},{"name":"CompositingQualityInvalid","features":[418]},{"name":"ConvertToEmfPlusFlags","features":[418]},{"name":"ConvertToEmfPlusFlagsDefault","features":[418]},{"name":"ConvertToEmfPlusFlagsInvalidRecord","features":[418]},{"name":"ConvertToEmfPlusFlagsRopUsed","features":[418]},{"name":"ConvertToEmfPlusFlagsText","features":[418]},{"name":"CoordinateSpace","features":[418]},{"name":"CoordinateSpaceDevice","features":[418]},{"name":"CoordinateSpacePage","features":[418]},{"name":"CoordinateSpaceWorld","features":[418]},{"name":"CurveAdjustments","features":[418]},{"name":"CurveChannel","features":[418]},{"name":"CurveChannelAll","features":[418]},{"name":"CurveChannelBlue","features":[418]},{"name":"CurveChannelGreen","features":[418]},{"name":"CurveChannelRed","features":[418]},{"name":"CustomLineCap","features":[418]},{"name":"CustomLineCapType","features":[418]},{"name":"CustomLineCapTypeAdjustableArrow","features":[418]},{"name":"CustomLineCapTypeDefault","features":[418]},{"name":"DashCap","features":[418]},{"name":"DashCapFlat","features":[418]},{"name":"DashCapRound","features":[418]},{"name":"DashCapTriangle","features":[418]},{"name":"DashStyle","features":[418]},{"name":"DashStyleCustom","features":[418]},{"name":"DashStyleDash","features":[418]},{"name":"DashStyleDashDot","features":[418]},{"name":"DashStyleDashDotDot","features":[418]},{"name":"DashStyleDot","features":[418]},{"name":"DashStyleSolid","features":[418]},{"name":"DebugEventLevel","features":[418]},{"name":"DebugEventLevelFatal","features":[418]},{"name":"DebugEventLevelWarning","features":[418]},{"name":"DebugEventProc","features":[418]},{"name":"DitherType","features":[418]},{"name":"DitherTypeDualSpiral4x4","features":[418]},{"name":"DitherTypeDualSpiral8x8","features":[418]},{"name":"DitherTypeErrorDiffusion","features":[418]},{"name":"DitherTypeMax","features":[418]},{"name":"DitherTypeNone","features":[418]},{"name":"DitherTypeOrdered16x16","features":[418]},{"name":"DitherTypeOrdered4x4","features":[418]},{"name":"DitherTypeOrdered8x8","features":[418]},{"name":"DitherTypeSolid","features":[418]},{"name":"DitherTypeSpiral4x4","features":[418]},{"name":"DitherTypeSpiral8x8","features":[418]},{"name":"DrawImageAbort","features":[305,418]},{"name":"DriverStringOptions","features":[418]},{"name":"DriverStringOptionsCmapLookup","features":[418]},{"name":"DriverStringOptionsLimitSubpixel","features":[418]},{"name":"DriverStringOptionsRealizedAdvance","features":[418]},{"name":"DriverStringOptionsVertical","features":[418]},{"name":"ENHMETAHEADER3","features":[305,418]},{"name":"Effect","features":[305,418]},{"name":"EmfPlusRecordTotal","features":[418]},{"name":"EmfPlusRecordType","features":[418]},{"name":"EmfPlusRecordTypeBeginContainer","features":[418]},{"name":"EmfPlusRecordTypeBeginContainerNoParams","features":[418]},{"name":"EmfPlusRecordTypeClear","features":[418]},{"name":"EmfPlusRecordTypeComment","features":[418]},{"name":"EmfPlusRecordTypeDrawArc","features":[418]},{"name":"EmfPlusRecordTypeDrawBeziers","features":[418]},{"name":"EmfPlusRecordTypeDrawClosedCurve","features":[418]},{"name":"EmfPlusRecordTypeDrawCurve","features":[418]},{"name":"EmfPlusRecordTypeDrawDriverString","features":[418]},{"name":"EmfPlusRecordTypeDrawEllipse","features":[418]},{"name":"EmfPlusRecordTypeDrawImage","features":[418]},{"name":"EmfPlusRecordTypeDrawImagePoints","features":[418]},{"name":"EmfPlusRecordTypeDrawLines","features":[418]},{"name":"EmfPlusRecordTypeDrawPath","features":[418]},{"name":"EmfPlusRecordTypeDrawPie","features":[418]},{"name":"EmfPlusRecordTypeDrawRects","features":[418]},{"name":"EmfPlusRecordTypeDrawString","features":[418]},{"name":"EmfPlusRecordTypeEndContainer","features":[418]},{"name":"EmfPlusRecordTypeEndOfFile","features":[418]},{"name":"EmfPlusRecordTypeFillClosedCurve","features":[418]},{"name":"EmfPlusRecordTypeFillEllipse","features":[418]},{"name":"EmfPlusRecordTypeFillPath","features":[418]},{"name":"EmfPlusRecordTypeFillPie","features":[418]},{"name":"EmfPlusRecordTypeFillPolygon","features":[418]},{"name":"EmfPlusRecordTypeFillRects","features":[418]},{"name":"EmfPlusRecordTypeFillRegion","features":[418]},{"name":"EmfPlusRecordTypeGetDC","features":[418]},{"name":"EmfPlusRecordTypeHeader","features":[418]},{"name":"EmfPlusRecordTypeInvalid","features":[418]},{"name":"EmfPlusRecordTypeMax","features":[418]},{"name":"EmfPlusRecordTypeMin","features":[418]},{"name":"EmfPlusRecordTypeMultiFormatEnd","features":[418]},{"name":"EmfPlusRecordTypeMultiFormatSection","features":[418]},{"name":"EmfPlusRecordTypeMultiFormatStart","features":[418]},{"name":"EmfPlusRecordTypeMultiplyWorldTransform","features":[418]},{"name":"EmfPlusRecordTypeObject","features":[418]},{"name":"EmfPlusRecordTypeOffsetClip","features":[418]},{"name":"EmfPlusRecordTypeResetClip","features":[418]},{"name":"EmfPlusRecordTypeResetWorldTransform","features":[418]},{"name":"EmfPlusRecordTypeRestore","features":[418]},{"name":"EmfPlusRecordTypeRotateWorldTransform","features":[418]},{"name":"EmfPlusRecordTypeSave","features":[418]},{"name":"EmfPlusRecordTypeScaleWorldTransform","features":[418]},{"name":"EmfPlusRecordTypeSerializableObject","features":[418]},{"name":"EmfPlusRecordTypeSetAntiAliasMode","features":[418]},{"name":"EmfPlusRecordTypeSetClipPath","features":[418]},{"name":"EmfPlusRecordTypeSetClipRect","features":[418]},{"name":"EmfPlusRecordTypeSetClipRegion","features":[418]},{"name":"EmfPlusRecordTypeSetCompositingMode","features":[418]},{"name":"EmfPlusRecordTypeSetCompositingQuality","features":[418]},{"name":"EmfPlusRecordTypeSetInterpolationMode","features":[418]},{"name":"EmfPlusRecordTypeSetPageTransform","features":[418]},{"name":"EmfPlusRecordTypeSetPixelOffsetMode","features":[418]},{"name":"EmfPlusRecordTypeSetRenderingOrigin","features":[418]},{"name":"EmfPlusRecordTypeSetTSClip","features":[418]},{"name":"EmfPlusRecordTypeSetTSGraphics","features":[418]},{"name":"EmfPlusRecordTypeSetTextContrast","features":[418]},{"name":"EmfPlusRecordTypeSetTextRenderingHint","features":[418]},{"name":"EmfPlusRecordTypeSetWorldTransform","features":[418]},{"name":"EmfPlusRecordTypeStrokeFillPath","features":[418]},{"name":"EmfPlusRecordTypeTranslateWorldTransform","features":[418]},{"name":"EmfRecordTypeAbortPath","features":[418]},{"name":"EmfRecordTypeAlphaBlend","features":[418]},{"name":"EmfRecordTypeAngleArc","features":[418]},{"name":"EmfRecordTypeArc","features":[418]},{"name":"EmfRecordTypeArcTo","features":[418]},{"name":"EmfRecordTypeBeginPath","features":[418]},{"name":"EmfRecordTypeBitBlt","features":[418]},{"name":"EmfRecordTypeChord","features":[418]},{"name":"EmfRecordTypeCloseFigure","features":[418]},{"name":"EmfRecordTypeColorCorrectPalette","features":[418]},{"name":"EmfRecordTypeColorMatchToTargetW","features":[418]},{"name":"EmfRecordTypeCreateBrushIndirect","features":[418]},{"name":"EmfRecordTypeCreateColorSpace","features":[418]},{"name":"EmfRecordTypeCreateColorSpaceW","features":[418]},{"name":"EmfRecordTypeCreateDIBPatternBrushPt","features":[418]},{"name":"EmfRecordTypeCreateMonoBrush","features":[418]},{"name":"EmfRecordTypeCreatePalette","features":[418]},{"name":"EmfRecordTypeCreatePen","features":[418]},{"name":"EmfRecordTypeDeleteColorSpace","features":[418]},{"name":"EmfRecordTypeDeleteObject","features":[418]},{"name":"EmfRecordTypeDrawEscape","features":[418]},{"name":"EmfRecordTypeEOF","features":[418]},{"name":"EmfRecordTypeEllipse","features":[418]},{"name":"EmfRecordTypeEndPath","features":[418]},{"name":"EmfRecordTypeExcludeClipRect","features":[418]},{"name":"EmfRecordTypeExtCreateFontIndirect","features":[418]},{"name":"EmfRecordTypeExtCreatePen","features":[418]},{"name":"EmfRecordTypeExtEscape","features":[418]},{"name":"EmfRecordTypeExtFloodFill","features":[418]},{"name":"EmfRecordTypeExtSelectClipRgn","features":[418]},{"name":"EmfRecordTypeExtTextOutA","features":[418]},{"name":"EmfRecordTypeExtTextOutW","features":[418]},{"name":"EmfRecordTypeFillPath","features":[418]},{"name":"EmfRecordTypeFillRgn","features":[418]},{"name":"EmfRecordTypeFlattenPath","features":[418]},{"name":"EmfRecordTypeForceUFIMapping","features":[418]},{"name":"EmfRecordTypeFrameRgn","features":[418]},{"name":"EmfRecordTypeGLSBoundedRecord","features":[418]},{"name":"EmfRecordTypeGLSRecord","features":[418]},{"name":"EmfRecordTypeGdiComment","features":[418]},{"name":"EmfRecordTypeGradientFill","features":[418]},{"name":"EmfRecordTypeHeader","features":[418]},{"name":"EmfRecordTypeIntersectClipRect","features":[418]},{"name":"EmfRecordTypeInvertRgn","features":[418]},{"name":"EmfRecordTypeLineTo","features":[418]},{"name":"EmfRecordTypeMaskBlt","features":[418]},{"name":"EmfRecordTypeMax","features":[418]},{"name":"EmfRecordTypeMin","features":[418]},{"name":"EmfRecordTypeModifyWorldTransform","features":[418]},{"name":"EmfRecordTypeMoveToEx","features":[418]},{"name":"EmfRecordTypeNamedEscape","features":[418]},{"name":"EmfRecordTypeOffsetClipRgn","features":[418]},{"name":"EmfRecordTypePaintRgn","features":[418]},{"name":"EmfRecordTypePie","features":[418]},{"name":"EmfRecordTypePixelFormat","features":[418]},{"name":"EmfRecordTypePlgBlt","features":[418]},{"name":"EmfRecordTypePolyBezier","features":[418]},{"name":"EmfRecordTypePolyBezier16","features":[418]},{"name":"EmfRecordTypePolyBezierTo","features":[418]},{"name":"EmfRecordTypePolyBezierTo16","features":[418]},{"name":"EmfRecordTypePolyDraw","features":[418]},{"name":"EmfRecordTypePolyDraw16","features":[418]},{"name":"EmfRecordTypePolyLineTo","features":[418]},{"name":"EmfRecordTypePolyPolygon","features":[418]},{"name":"EmfRecordTypePolyPolygon16","features":[418]},{"name":"EmfRecordTypePolyPolyline","features":[418]},{"name":"EmfRecordTypePolyPolyline16","features":[418]},{"name":"EmfRecordTypePolyTextOutA","features":[418]},{"name":"EmfRecordTypePolyTextOutW","features":[418]},{"name":"EmfRecordTypePolygon","features":[418]},{"name":"EmfRecordTypePolygon16","features":[418]},{"name":"EmfRecordTypePolyline","features":[418]},{"name":"EmfRecordTypePolyline16","features":[418]},{"name":"EmfRecordTypePolylineTo16","features":[418]},{"name":"EmfRecordTypeRealizePalette","features":[418]},{"name":"EmfRecordTypeRectangle","features":[418]},{"name":"EmfRecordTypeReserved_069","features":[418]},{"name":"EmfRecordTypeReserved_117","features":[418]},{"name":"EmfRecordTypeResizePalette","features":[418]},{"name":"EmfRecordTypeRestoreDC","features":[418]},{"name":"EmfRecordTypeRoundRect","features":[418]},{"name":"EmfRecordTypeSaveDC","features":[418]},{"name":"EmfRecordTypeScaleViewportExtEx","features":[418]},{"name":"EmfRecordTypeScaleWindowExtEx","features":[418]},{"name":"EmfRecordTypeSelectClipPath","features":[418]},{"name":"EmfRecordTypeSelectObject","features":[418]},{"name":"EmfRecordTypeSelectPalette","features":[418]},{"name":"EmfRecordTypeSetArcDirection","features":[418]},{"name":"EmfRecordTypeSetBkColor","features":[418]},{"name":"EmfRecordTypeSetBkMode","features":[418]},{"name":"EmfRecordTypeSetBrushOrgEx","features":[418]},{"name":"EmfRecordTypeSetColorAdjustment","features":[418]},{"name":"EmfRecordTypeSetColorSpace","features":[418]},{"name":"EmfRecordTypeSetDIBitsToDevice","features":[418]},{"name":"EmfRecordTypeSetICMMode","features":[418]},{"name":"EmfRecordTypeSetICMProfileA","features":[418]},{"name":"EmfRecordTypeSetICMProfileW","features":[418]},{"name":"EmfRecordTypeSetLayout","features":[418]},{"name":"EmfRecordTypeSetLinkedUFIs","features":[418]},{"name":"EmfRecordTypeSetMapMode","features":[418]},{"name":"EmfRecordTypeSetMapperFlags","features":[418]},{"name":"EmfRecordTypeSetMetaRgn","features":[418]},{"name":"EmfRecordTypeSetMiterLimit","features":[418]},{"name":"EmfRecordTypeSetPaletteEntries","features":[418]},{"name":"EmfRecordTypeSetPixelV","features":[418]},{"name":"EmfRecordTypeSetPolyFillMode","features":[418]},{"name":"EmfRecordTypeSetROP2","features":[418]},{"name":"EmfRecordTypeSetStretchBltMode","features":[418]},{"name":"EmfRecordTypeSetTextAlign","features":[418]},{"name":"EmfRecordTypeSetTextColor","features":[418]},{"name":"EmfRecordTypeSetTextJustification","features":[418]},{"name":"EmfRecordTypeSetViewportExtEx","features":[418]},{"name":"EmfRecordTypeSetViewportOrgEx","features":[418]},{"name":"EmfRecordTypeSetWindowExtEx","features":[418]},{"name":"EmfRecordTypeSetWindowOrgEx","features":[418]},{"name":"EmfRecordTypeSetWorldTransform","features":[418]},{"name":"EmfRecordTypeSmallTextOut","features":[418]},{"name":"EmfRecordTypeStartDoc","features":[418]},{"name":"EmfRecordTypeStretchBlt","features":[418]},{"name":"EmfRecordTypeStretchDIBits","features":[418]},{"name":"EmfRecordTypeStrokeAndFillPath","features":[418]},{"name":"EmfRecordTypeStrokePath","features":[418]},{"name":"EmfRecordTypeTransparentBlt","features":[418]},{"name":"EmfRecordTypeWidenPath","features":[418]},{"name":"EmfToWmfBitsFlags","features":[418]},{"name":"EmfToWmfBitsFlagsDefault","features":[418]},{"name":"EmfToWmfBitsFlagsEmbedEmf","features":[418]},{"name":"EmfToWmfBitsFlagsIncludePlaceable","features":[418]},{"name":"EmfToWmfBitsFlagsNoXORClip","features":[418]},{"name":"EmfType","features":[418]},{"name":"EmfTypeEmfOnly","features":[418]},{"name":"EmfTypeEmfPlusDual","features":[418]},{"name":"EmfTypeEmfPlusOnly","features":[418]},{"name":"EncoderChrominanceTable","features":[418]},{"name":"EncoderColorDepth","features":[418]},{"name":"EncoderColorSpace","features":[418]},{"name":"EncoderCompression","features":[418]},{"name":"EncoderImageItems","features":[418]},{"name":"EncoderLuminanceTable","features":[418]},{"name":"EncoderParameter","features":[418]},{"name":"EncoderParameterValueType","features":[418]},{"name":"EncoderParameterValueTypeASCII","features":[418]},{"name":"EncoderParameterValueTypeByte","features":[418]},{"name":"EncoderParameterValueTypeLong","features":[418]},{"name":"EncoderParameterValueTypeLongRange","features":[418]},{"name":"EncoderParameterValueTypePointer","features":[418]},{"name":"EncoderParameterValueTypeRational","features":[418]},{"name":"EncoderParameterValueTypeRationalRange","features":[418]},{"name":"EncoderParameterValueTypeShort","features":[418]},{"name":"EncoderParameterValueTypeUndefined","features":[418]},{"name":"EncoderParameters","features":[418]},{"name":"EncoderQuality","features":[418]},{"name":"EncoderRenderMethod","features":[418]},{"name":"EncoderSaveAsCMYK","features":[418]},{"name":"EncoderSaveFlag","features":[418]},{"name":"EncoderScanMethod","features":[418]},{"name":"EncoderTransformation","features":[418]},{"name":"EncoderValue","features":[418]},{"name":"EncoderValueColorTypeCMYK","features":[418]},{"name":"EncoderValueColorTypeGray","features":[418]},{"name":"EncoderValueColorTypeRGB","features":[418]},{"name":"EncoderValueColorTypeYCCK","features":[418]},{"name":"EncoderValueCompressionCCITT3","features":[418]},{"name":"EncoderValueCompressionCCITT4","features":[418]},{"name":"EncoderValueCompressionLZW","features":[418]},{"name":"EncoderValueCompressionNone","features":[418]},{"name":"EncoderValueCompressionRle","features":[418]},{"name":"EncoderValueFlush","features":[418]},{"name":"EncoderValueFrameDimensionPage","features":[418]},{"name":"EncoderValueFrameDimensionResolution","features":[418]},{"name":"EncoderValueFrameDimensionTime","features":[418]},{"name":"EncoderValueLastFrame","features":[418]},{"name":"EncoderValueMultiFrame","features":[418]},{"name":"EncoderValueRenderNonProgressive","features":[418]},{"name":"EncoderValueRenderProgressive","features":[418]},{"name":"EncoderValueScanMethodInterlaced","features":[418]},{"name":"EncoderValueScanMethodNonInterlaced","features":[418]},{"name":"EncoderValueTransformFlipHorizontal","features":[418]},{"name":"EncoderValueTransformFlipVertical","features":[418]},{"name":"EncoderValueTransformRotate180","features":[418]},{"name":"EncoderValueTransformRotate270","features":[418]},{"name":"EncoderValueTransformRotate90","features":[418]},{"name":"EncoderValueVersionGif87","features":[418]},{"name":"EncoderValueVersionGif89","features":[418]},{"name":"EncoderVersion","features":[418]},{"name":"EnumerateMetafileProc","features":[305,418]},{"name":"FileNotFound","features":[418]},{"name":"FillMode","features":[418]},{"name":"FillModeAlternate","features":[418]},{"name":"FillModeWinding","features":[418]},{"name":"FlatnessDefault","features":[418]},{"name":"FlushIntention","features":[418]},{"name":"FlushIntentionFlush","features":[418]},{"name":"FlushIntentionSync","features":[418]},{"name":"Font","features":[418]},{"name":"FontCollection","features":[418]},{"name":"FontFamily","features":[418]},{"name":"FontFamilyNotFound","features":[418]},{"name":"FontStyle","features":[418]},{"name":"FontStyleBold","features":[418]},{"name":"FontStyleBoldItalic","features":[418]},{"name":"FontStyleItalic","features":[418]},{"name":"FontStyleNotFound","features":[418]},{"name":"FontStyleRegular","features":[418]},{"name":"FontStyleStrikeout","features":[418]},{"name":"FontStyleUnderline","features":[418]},{"name":"FormatIDImageInformation","features":[418]},{"name":"FormatIDJpegAppHeaders","features":[418]},{"name":"FrameDimensionPage","features":[418]},{"name":"FrameDimensionResolution","features":[418]},{"name":"FrameDimensionTime","features":[418]},{"name":"GDIP_EMFPLUSFLAGS_DISPLAY","features":[418]},{"name":"GDIP_EMFPLUS_RECORD_BASE","features":[418]},{"name":"GDIP_WMF_RECORD_BASE","features":[418]},{"name":"GREEN_SHIFT","features":[418]},{"name":"GdipAddPathArc","features":[418]},{"name":"GdipAddPathArcI","features":[418]},{"name":"GdipAddPathBezier","features":[418]},{"name":"GdipAddPathBezierI","features":[418]},{"name":"GdipAddPathBeziers","features":[418]},{"name":"GdipAddPathBeziersI","features":[418]},{"name":"GdipAddPathClosedCurve","features":[418]},{"name":"GdipAddPathClosedCurve2","features":[418]},{"name":"GdipAddPathClosedCurve2I","features":[418]},{"name":"GdipAddPathClosedCurveI","features":[418]},{"name":"GdipAddPathCurve","features":[418]},{"name":"GdipAddPathCurve2","features":[418]},{"name":"GdipAddPathCurve2I","features":[418]},{"name":"GdipAddPathCurve3","features":[418]},{"name":"GdipAddPathCurve3I","features":[418]},{"name":"GdipAddPathCurveI","features":[418]},{"name":"GdipAddPathEllipse","features":[418]},{"name":"GdipAddPathEllipseI","features":[418]},{"name":"GdipAddPathLine","features":[418]},{"name":"GdipAddPathLine2","features":[418]},{"name":"GdipAddPathLine2I","features":[418]},{"name":"GdipAddPathLineI","features":[418]},{"name":"GdipAddPathPath","features":[305,418]},{"name":"GdipAddPathPie","features":[418]},{"name":"GdipAddPathPieI","features":[418]},{"name":"GdipAddPathPolygon","features":[418]},{"name":"GdipAddPathPolygonI","features":[418]},{"name":"GdipAddPathRectangle","features":[418]},{"name":"GdipAddPathRectangleI","features":[418]},{"name":"GdipAddPathRectangles","features":[418]},{"name":"GdipAddPathRectanglesI","features":[418]},{"name":"GdipAddPathString","features":[418]},{"name":"GdipAddPathStringI","features":[418]},{"name":"GdipAlloc","features":[418]},{"name":"GdipBeginContainer","features":[418]},{"name":"GdipBeginContainer2","features":[418]},{"name":"GdipBeginContainerI","features":[418]},{"name":"GdipBitmapApplyEffect","features":[305,418]},{"name":"GdipBitmapConvertFormat","features":[418]},{"name":"GdipBitmapCreateApplyEffect","features":[305,418]},{"name":"GdipBitmapGetHistogram","features":[418]},{"name":"GdipBitmapGetHistogramSize","features":[418]},{"name":"GdipBitmapGetPixel","features":[418]},{"name":"GdipBitmapLockBits","features":[418]},{"name":"GdipBitmapSetPixel","features":[418]},{"name":"GdipBitmapSetResolution","features":[418]},{"name":"GdipBitmapUnlockBits","features":[418]},{"name":"GdipClearPathMarkers","features":[418]},{"name":"GdipCloneBitmapArea","features":[418]},{"name":"GdipCloneBitmapAreaI","features":[418]},{"name":"GdipCloneBrush","features":[418]},{"name":"GdipCloneCustomLineCap","features":[418]},{"name":"GdipCloneFont","features":[418]},{"name":"GdipCloneFontFamily","features":[418]},{"name":"GdipCloneImage","features":[418]},{"name":"GdipCloneImageAttributes","features":[418]},{"name":"GdipCloneMatrix","features":[418]},{"name":"GdipClonePath","features":[418]},{"name":"GdipClonePen","features":[418]},{"name":"GdipCloneRegion","features":[418]},{"name":"GdipCloneStringFormat","features":[418]},{"name":"GdipClosePathFigure","features":[418]},{"name":"GdipClosePathFigures","features":[418]},{"name":"GdipCombineRegionPath","features":[418]},{"name":"GdipCombineRegionRect","features":[418]},{"name":"GdipCombineRegionRectI","features":[418]},{"name":"GdipCombineRegionRegion","features":[418]},{"name":"GdipComment","features":[418]},{"name":"GdipConvertToEmfPlus","features":[418]},{"name":"GdipConvertToEmfPlusToFile","features":[418]},{"name":"GdipConvertToEmfPlusToStream","features":[418,358]},{"name":"GdipCreateAdjustableArrowCap","features":[305,418]},{"name":"GdipCreateBitmapFromDirectDrawSurface","features":[316,418]},{"name":"GdipCreateBitmapFromFile","features":[418]},{"name":"GdipCreateBitmapFromFileICM","features":[418]},{"name":"GdipCreateBitmapFromGdiDib","features":[317,418]},{"name":"GdipCreateBitmapFromGraphics","features":[418]},{"name":"GdipCreateBitmapFromHBITMAP","features":[317,418]},{"name":"GdipCreateBitmapFromHICON","features":[418,374]},{"name":"GdipCreateBitmapFromResource","features":[305,418]},{"name":"GdipCreateBitmapFromScan0","features":[418]},{"name":"GdipCreateBitmapFromStream","features":[418,358]},{"name":"GdipCreateBitmapFromStreamICM","features":[418,358]},{"name":"GdipCreateCachedBitmap","features":[418]},{"name":"GdipCreateCustomLineCap","features":[418]},{"name":"GdipCreateEffect","features":[418]},{"name":"GdipCreateFont","features":[418]},{"name":"GdipCreateFontFamilyFromName","features":[418]},{"name":"GdipCreateFontFromDC","features":[317,418]},{"name":"GdipCreateFontFromLogfontA","features":[317,418]},{"name":"GdipCreateFontFromLogfontW","features":[317,418]},{"name":"GdipCreateFromHDC","features":[317,418]},{"name":"GdipCreateFromHDC2","features":[305,317,418]},{"name":"GdipCreateFromHWND","features":[305,418]},{"name":"GdipCreateFromHWNDICM","features":[305,418]},{"name":"GdipCreateHBITMAPFromBitmap","features":[317,418]},{"name":"GdipCreateHICONFromBitmap","features":[418,374]},{"name":"GdipCreateHalftonePalette","features":[317,418]},{"name":"GdipCreateHatchBrush","features":[418]},{"name":"GdipCreateImageAttributes","features":[418]},{"name":"GdipCreateLineBrush","features":[418]},{"name":"GdipCreateLineBrushFromRect","features":[418]},{"name":"GdipCreateLineBrushFromRectI","features":[418]},{"name":"GdipCreateLineBrushFromRectWithAngle","features":[305,418]},{"name":"GdipCreateLineBrushFromRectWithAngleI","features":[305,418]},{"name":"GdipCreateLineBrushI","features":[418]},{"name":"GdipCreateMatrix","features":[418]},{"name":"GdipCreateMatrix2","features":[418]},{"name":"GdipCreateMatrix3","features":[418]},{"name":"GdipCreateMatrix3I","features":[418]},{"name":"GdipCreateMetafileFromEmf","features":[305,317,418]},{"name":"GdipCreateMetafileFromFile","features":[418]},{"name":"GdipCreateMetafileFromStream","features":[418,358]},{"name":"GdipCreateMetafileFromWmf","features":[305,317,418]},{"name":"GdipCreateMetafileFromWmfFile","features":[418]},{"name":"GdipCreatePath","features":[418]},{"name":"GdipCreatePath2","features":[418]},{"name":"GdipCreatePath2I","features":[418]},{"name":"GdipCreatePathGradient","features":[418]},{"name":"GdipCreatePathGradientFromPath","features":[418]},{"name":"GdipCreatePathGradientI","features":[418]},{"name":"GdipCreatePathIter","features":[418]},{"name":"GdipCreatePen1","features":[418]},{"name":"GdipCreatePen2","features":[418]},{"name":"GdipCreateRegion","features":[418]},{"name":"GdipCreateRegionHrgn","features":[317,418]},{"name":"GdipCreateRegionPath","features":[418]},{"name":"GdipCreateRegionRect","features":[418]},{"name":"GdipCreateRegionRectI","features":[418]},{"name":"GdipCreateRegionRgnData","features":[418]},{"name":"GdipCreateSolidFill","features":[418]},{"name":"GdipCreateStreamOnFile","features":[418,358]},{"name":"GdipCreateStringFormat","features":[418]},{"name":"GdipCreateTexture","features":[418]},{"name":"GdipCreateTexture2","features":[418]},{"name":"GdipCreateTexture2I","features":[418]},{"name":"GdipCreateTextureIA","features":[418]},{"name":"GdipCreateTextureIAI","features":[418]},{"name":"GdipDeleteBrush","features":[418]},{"name":"GdipDeleteCachedBitmap","features":[418]},{"name":"GdipDeleteCustomLineCap","features":[418]},{"name":"GdipDeleteEffect","features":[418]},{"name":"GdipDeleteFont","features":[418]},{"name":"GdipDeleteFontFamily","features":[418]},{"name":"GdipDeleteGraphics","features":[418]},{"name":"GdipDeleteMatrix","features":[418]},{"name":"GdipDeletePath","features":[418]},{"name":"GdipDeletePathIter","features":[418]},{"name":"GdipDeletePen","features":[418]},{"name":"GdipDeletePrivateFontCollection","features":[418]},{"name":"GdipDeleteRegion","features":[418]},{"name":"GdipDeleteStringFormat","features":[418]},{"name":"GdipDisposeImage","features":[418]},{"name":"GdipDisposeImageAttributes","features":[418]},{"name":"GdipDrawArc","features":[418]},{"name":"GdipDrawArcI","features":[418]},{"name":"GdipDrawBezier","features":[418]},{"name":"GdipDrawBezierI","features":[418]},{"name":"GdipDrawBeziers","features":[418]},{"name":"GdipDrawBeziersI","features":[418]},{"name":"GdipDrawCachedBitmap","features":[418]},{"name":"GdipDrawClosedCurve","features":[418]},{"name":"GdipDrawClosedCurve2","features":[418]},{"name":"GdipDrawClosedCurve2I","features":[418]},{"name":"GdipDrawClosedCurveI","features":[418]},{"name":"GdipDrawCurve","features":[418]},{"name":"GdipDrawCurve2","features":[418]},{"name":"GdipDrawCurve2I","features":[418]},{"name":"GdipDrawCurve3","features":[418]},{"name":"GdipDrawCurve3I","features":[418]},{"name":"GdipDrawCurveI","features":[418]},{"name":"GdipDrawDriverString","features":[418]},{"name":"GdipDrawEllipse","features":[418]},{"name":"GdipDrawEllipseI","features":[418]},{"name":"GdipDrawImage","features":[418]},{"name":"GdipDrawImageFX","features":[418]},{"name":"GdipDrawImageI","features":[418]},{"name":"GdipDrawImagePointRect","features":[418]},{"name":"GdipDrawImagePointRectI","features":[418]},{"name":"GdipDrawImagePoints","features":[418]},{"name":"GdipDrawImagePointsI","features":[418]},{"name":"GdipDrawImagePointsRect","features":[418]},{"name":"GdipDrawImagePointsRectI","features":[418]},{"name":"GdipDrawImageRect","features":[418]},{"name":"GdipDrawImageRectI","features":[418]},{"name":"GdipDrawImageRectRect","features":[418]},{"name":"GdipDrawImageRectRectI","features":[418]},{"name":"GdipDrawLine","features":[418]},{"name":"GdipDrawLineI","features":[418]},{"name":"GdipDrawLines","features":[418]},{"name":"GdipDrawLinesI","features":[418]},{"name":"GdipDrawPath","features":[418]},{"name":"GdipDrawPie","features":[418]},{"name":"GdipDrawPieI","features":[418]},{"name":"GdipDrawPolygon","features":[418]},{"name":"GdipDrawPolygonI","features":[418]},{"name":"GdipDrawRectangle","features":[418]},{"name":"GdipDrawRectangleI","features":[418]},{"name":"GdipDrawRectangles","features":[418]},{"name":"GdipDrawRectanglesI","features":[418]},{"name":"GdipDrawString","features":[418]},{"name":"GdipEmfToWmfBits","features":[317,418]},{"name":"GdipEndContainer","features":[418]},{"name":"GdipEnumerateMetafileDestPoint","features":[418]},{"name":"GdipEnumerateMetafileDestPointI","features":[418]},{"name":"GdipEnumerateMetafileDestPoints","features":[418]},{"name":"GdipEnumerateMetafileDestPointsI","features":[418]},{"name":"GdipEnumerateMetafileDestRect","features":[418]},{"name":"GdipEnumerateMetafileDestRectI","features":[418]},{"name":"GdipEnumerateMetafileSrcRectDestPoint","features":[418]},{"name":"GdipEnumerateMetafileSrcRectDestPointI","features":[418]},{"name":"GdipEnumerateMetafileSrcRectDestPoints","features":[418]},{"name":"GdipEnumerateMetafileSrcRectDestPointsI","features":[418]},{"name":"GdipEnumerateMetafileSrcRectDestRect","features":[418]},{"name":"GdipEnumerateMetafileSrcRectDestRectI","features":[418]},{"name":"GdipFillClosedCurve","features":[418]},{"name":"GdipFillClosedCurve2","features":[418]},{"name":"GdipFillClosedCurve2I","features":[418]},{"name":"GdipFillClosedCurveI","features":[418]},{"name":"GdipFillEllipse","features":[418]},{"name":"GdipFillEllipseI","features":[418]},{"name":"GdipFillPath","features":[418]},{"name":"GdipFillPie","features":[418]},{"name":"GdipFillPieI","features":[418]},{"name":"GdipFillPolygon","features":[418]},{"name":"GdipFillPolygon2","features":[418]},{"name":"GdipFillPolygon2I","features":[418]},{"name":"GdipFillPolygonI","features":[418]},{"name":"GdipFillRectangle","features":[418]},{"name":"GdipFillRectangleI","features":[418]},{"name":"GdipFillRectangles","features":[418]},{"name":"GdipFillRectanglesI","features":[418]},{"name":"GdipFillRegion","features":[418]},{"name":"GdipFindFirstImageItem","features":[418]},{"name":"GdipFindNextImageItem","features":[418]},{"name":"GdipFlattenPath","features":[418]},{"name":"GdipFlush","features":[418]},{"name":"GdipFree","features":[418]},{"name":"GdipGetAdjustableArrowCapFillState","features":[305,418]},{"name":"GdipGetAdjustableArrowCapHeight","features":[418]},{"name":"GdipGetAdjustableArrowCapMiddleInset","features":[418]},{"name":"GdipGetAdjustableArrowCapWidth","features":[418]},{"name":"GdipGetAllPropertyItems","features":[418]},{"name":"GdipGetBrushType","features":[418]},{"name":"GdipGetCellAscent","features":[418]},{"name":"GdipGetCellDescent","features":[418]},{"name":"GdipGetClip","features":[418]},{"name":"GdipGetClipBounds","features":[418]},{"name":"GdipGetClipBoundsI","features":[418]},{"name":"GdipGetCompositingMode","features":[418]},{"name":"GdipGetCompositingQuality","features":[418]},{"name":"GdipGetCustomLineCapBaseCap","features":[418]},{"name":"GdipGetCustomLineCapBaseInset","features":[418]},{"name":"GdipGetCustomLineCapStrokeCaps","features":[418]},{"name":"GdipGetCustomLineCapStrokeJoin","features":[418]},{"name":"GdipGetCustomLineCapType","features":[418]},{"name":"GdipGetCustomLineCapWidthScale","features":[418]},{"name":"GdipGetDC","features":[317,418]},{"name":"GdipGetDpiX","features":[418]},{"name":"GdipGetDpiY","features":[418]},{"name":"GdipGetEffectParameterSize","features":[418]},{"name":"GdipGetEffectParameters","features":[418]},{"name":"GdipGetEmHeight","features":[418]},{"name":"GdipGetEncoderParameterList","features":[418]},{"name":"GdipGetEncoderParameterListSize","features":[418]},{"name":"GdipGetFamily","features":[418]},{"name":"GdipGetFamilyName","features":[418]},{"name":"GdipGetFontCollectionFamilyCount","features":[418]},{"name":"GdipGetFontCollectionFamilyList","features":[418]},{"name":"GdipGetFontHeight","features":[418]},{"name":"GdipGetFontHeightGivenDPI","features":[418]},{"name":"GdipGetFontSize","features":[418]},{"name":"GdipGetFontStyle","features":[418]},{"name":"GdipGetFontUnit","features":[418]},{"name":"GdipGetGenericFontFamilyMonospace","features":[418]},{"name":"GdipGetGenericFontFamilySansSerif","features":[418]},{"name":"GdipGetGenericFontFamilySerif","features":[418]},{"name":"GdipGetHatchBackgroundColor","features":[418]},{"name":"GdipGetHatchForegroundColor","features":[418]},{"name":"GdipGetHatchStyle","features":[418]},{"name":"GdipGetHemfFromMetafile","features":[317,418]},{"name":"GdipGetImageAttributesAdjustedPalette","features":[418]},{"name":"GdipGetImageBounds","features":[418]},{"name":"GdipGetImageDecoders","features":[418]},{"name":"GdipGetImageDecodersSize","features":[418]},{"name":"GdipGetImageDimension","features":[418]},{"name":"GdipGetImageEncoders","features":[418]},{"name":"GdipGetImageEncodersSize","features":[418]},{"name":"GdipGetImageFlags","features":[418]},{"name":"GdipGetImageGraphicsContext","features":[418]},{"name":"GdipGetImageHeight","features":[418]},{"name":"GdipGetImageHorizontalResolution","features":[418]},{"name":"GdipGetImageItemData","features":[418]},{"name":"GdipGetImagePalette","features":[418]},{"name":"GdipGetImagePaletteSize","features":[418]},{"name":"GdipGetImagePixelFormat","features":[418]},{"name":"GdipGetImageRawFormat","features":[418]},{"name":"GdipGetImageThumbnail","features":[418]},{"name":"GdipGetImageType","features":[418]},{"name":"GdipGetImageVerticalResolution","features":[418]},{"name":"GdipGetImageWidth","features":[418]},{"name":"GdipGetInterpolationMode","features":[418]},{"name":"GdipGetLineBlend","features":[418]},{"name":"GdipGetLineBlendCount","features":[418]},{"name":"GdipGetLineColors","features":[418]},{"name":"GdipGetLineGammaCorrection","features":[305,418]},{"name":"GdipGetLinePresetBlend","features":[418]},{"name":"GdipGetLinePresetBlendCount","features":[418]},{"name":"GdipGetLineRect","features":[418]},{"name":"GdipGetLineRectI","features":[418]},{"name":"GdipGetLineSpacing","features":[418]},{"name":"GdipGetLineTransform","features":[418]},{"name":"GdipGetLineWrapMode","features":[418]},{"name":"GdipGetLogFontA","features":[317,418]},{"name":"GdipGetLogFontW","features":[317,418]},{"name":"GdipGetMatrixElements","features":[418]},{"name":"GdipGetMetafileDownLevelRasterizationLimit","features":[418]},{"name":"GdipGetMetafileHeaderFromEmf","features":[305,317,418]},{"name":"GdipGetMetafileHeaderFromFile","features":[305,317,418]},{"name":"GdipGetMetafileHeaderFromMetafile","features":[305,317,418]},{"name":"GdipGetMetafileHeaderFromStream","features":[305,317,418,358]},{"name":"GdipGetMetafileHeaderFromWmf","features":[305,317,418]},{"name":"GdipGetNearestColor","features":[418]},{"name":"GdipGetPageScale","features":[418]},{"name":"GdipGetPageUnit","features":[418]},{"name":"GdipGetPathData","features":[418]},{"name":"GdipGetPathFillMode","features":[418]},{"name":"GdipGetPathGradientBlend","features":[418]},{"name":"GdipGetPathGradientBlendCount","features":[418]},{"name":"GdipGetPathGradientCenterColor","features":[418]},{"name":"GdipGetPathGradientCenterPoint","features":[418]},{"name":"GdipGetPathGradientCenterPointI","features":[418]},{"name":"GdipGetPathGradientFocusScales","features":[418]},{"name":"GdipGetPathGradientGammaCorrection","features":[305,418]},{"name":"GdipGetPathGradientPath","features":[418]},{"name":"GdipGetPathGradientPointCount","features":[418]},{"name":"GdipGetPathGradientPresetBlend","features":[418]},{"name":"GdipGetPathGradientPresetBlendCount","features":[418]},{"name":"GdipGetPathGradientRect","features":[418]},{"name":"GdipGetPathGradientRectI","features":[418]},{"name":"GdipGetPathGradientSurroundColorCount","features":[418]},{"name":"GdipGetPathGradientSurroundColorsWithCount","features":[418]},{"name":"GdipGetPathGradientTransform","features":[418]},{"name":"GdipGetPathGradientWrapMode","features":[418]},{"name":"GdipGetPathLastPoint","features":[418]},{"name":"GdipGetPathPoints","features":[418]},{"name":"GdipGetPathPointsI","features":[418]},{"name":"GdipGetPathTypes","features":[418]},{"name":"GdipGetPathWorldBounds","features":[418]},{"name":"GdipGetPathWorldBoundsI","features":[418]},{"name":"GdipGetPenBrushFill","features":[418]},{"name":"GdipGetPenColor","features":[418]},{"name":"GdipGetPenCompoundArray","features":[418]},{"name":"GdipGetPenCompoundCount","features":[418]},{"name":"GdipGetPenCustomEndCap","features":[418]},{"name":"GdipGetPenCustomStartCap","features":[418]},{"name":"GdipGetPenDashArray","features":[418]},{"name":"GdipGetPenDashCap197819","features":[418]},{"name":"GdipGetPenDashCount","features":[418]},{"name":"GdipGetPenDashOffset","features":[418]},{"name":"GdipGetPenDashStyle","features":[418]},{"name":"GdipGetPenEndCap","features":[418]},{"name":"GdipGetPenFillType","features":[418]},{"name":"GdipGetPenLineJoin","features":[418]},{"name":"GdipGetPenMiterLimit","features":[418]},{"name":"GdipGetPenMode","features":[418]},{"name":"GdipGetPenStartCap","features":[418]},{"name":"GdipGetPenTransform","features":[418]},{"name":"GdipGetPenUnit","features":[418]},{"name":"GdipGetPenWidth","features":[418]},{"name":"GdipGetPixelOffsetMode","features":[418]},{"name":"GdipGetPointCount","features":[418]},{"name":"GdipGetPropertyCount","features":[418]},{"name":"GdipGetPropertyIdList","features":[418]},{"name":"GdipGetPropertyItem","features":[418]},{"name":"GdipGetPropertyItemSize","features":[418]},{"name":"GdipGetPropertySize","features":[418]},{"name":"GdipGetRegionBounds","features":[418]},{"name":"GdipGetRegionBoundsI","features":[418]},{"name":"GdipGetRegionData","features":[418]},{"name":"GdipGetRegionDataSize","features":[418]},{"name":"GdipGetRegionHRgn","features":[317,418]},{"name":"GdipGetRegionScans","features":[418]},{"name":"GdipGetRegionScansCount","features":[418]},{"name":"GdipGetRegionScansI","features":[418]},{"name":"GdipGetRenderingOrigin","features":[418]},{"name":"GdipGetSmoothingMode","features":[418]},{"name":"GdipGetSolidFillColor","features":[418]},{"name":"GdipGetStringFormatAlign","features":[418]},{"name":"GdipGetStringFormatDigitSubstitution","features":[418]},{"name":"GdipGetStringFormatFlags","features":[418]},{"name":"GdipGetStringFormatHotkeyPrefix","features":[418]},{"name":"GdipGetStringFormatLineAlign","features":[418]},{"name":"GdipGetStringFormatMeasurableCharacterRangeCount","features":[418]},{"name":"GdipGetStringFormatTabStopCount","features":[418]},{"name":"GdipGetStringFormatTabStops","features":[418]},{"name":"GdipGetStringFormatTrimming","features":[418]},{"name":"GdipGetTextContrast","features":[418]},{"name":"GdipGetTextRenderingHint","features":[418]},{"name":"GdipGetTextureImage","features":[418]},{"name":"GdipGetTextureTransform","features":[418]},{"name":"GdipGetTextureWrapMode","features":[418]},{"name":"GdipGetVisibleClipBounds","features":[418]},{"name":"GdipGetVisibleClipBoundsI","features":[418]},{"name":"GdipGetWorldTransform","features":[418]},{"name":"GdipGraphicsClear","features":[418]},{"name":"GdipGraphicsSetAbort","features":[418]},{"name":"GdipImageForceValidation","features":[418]},{"name":"GdipImageGetFrameCount","features":[418]},{"name":"GdipImageGetFrameDimensionsCount","features":[418]},{"name":"GdipImageGetFrameDimensionsList","features":[418]},{"name":"GdipImageRotateFlip","features":[418]},{"name":"GdipImageSelectActiveFrame","features":[418]},{"name":"GdipImageSetAbort","features":[418]},{"name":"GdipInitializePalette","features":[305,418]},{"name":"GdipInvertMatrix","features":[418]},{"name":"GdipIsClipEmpty","features":[305,418]},{"name":"GdipIsEmptyRegion","features":[305,418]},{"name":"GdipIsEqualRegion","features":[305,418]},{"name":"GdipIsInfiniteRegion","features":[305,418]},{"name":"GdipIsMatrixEqual","features":[305,418]},{"name":"GdipIsMatrixIdentity","features":[305,418]},{"name":"GdipIsMatrixInvertible","features":[305,418]},{"name":"GdipIsOutlineVisiblePathPoint","features":[305,418]},{"name":"GdipIsOutlineVisiblePathPointI","features":[305,418]},{"name":"GdipIsStyleAvailable","features":[305,418]},{"name":"GdipIsVisibleClipEmpty","features":[305,418]},{"name":"GdipIsVisiblePathPoint","features":[305,418]},{"name":"GdipIsVisiblePathPointI","features":[305,418]},{"name":"GdipIsVisiblePoint","features":[305,418]},{"name":"GdipIsVisiblePointI","features":[305,418]},{"name":"GdipIsVisibleRect","features":[305,418]},{"name":"GdipIsVisibleRectI","features":[305,418]},{"name":"GdipIsVisibleRegionPoint","features":[305,418]},{"name":"GdipIsVisibleRegionPointI","features":[305,418]},{"name":"GdipIsVisibleRegionRect","features":[305,418]},{"name":"GdipIsVisibleRegionRectI","features":[305,418]},{"name":"GdipLoadImageFromFile","features":[418]},{"name":"GdipLoadImageFromFileICM","features":[418]},{"name":"GdipLoadImageFromStream","features":[418,358]},{"name":"GdipLoadImageFromStreamICM","features":[418,358]},{"name":"GdipMeasureCharacterRanges","features":[418]},{"name":"GdipMeasureDriverString","features":[418]},{"name":"GdipMeasureString","features":[418]},{"name":"GdipMultiplyLineTransform","features":[418]},{"name":"GdipMultiplyMatrix","features":[418]},{"name":"GdipMultiplyPathGradientTransform","features":[418]},{"name":"GdipMultiplyPenTransform","features":[418]},{"name":"GdipMultiplyTextureTransform","features":[418]},{"name":"GdipMultiplyWorldTransform","features":[418]},{"name":"GdipNewInstalledFontCollection","features":[418]},{"name":"GdipNewPrivateFontCollection","features":[418]},{"name":"GdipPathIterCopyData","features":[418]},{"name":"GdipPathIterEnumerate","features":[418]},{"name":"GdipPathIterGetCount","features":[418]},{"name":"GdipPathIterGetSubpathCount","features":[418]},{"name":"GdipPathIterHasCurve","features":[305,418]},{"name":"GdipPathIterIsValid","features":[305,418]},{"name":"GdipPathIterNextMarker","features":[418]},{"name":"GdipPathIterNextMarkerPath","features":[418]},{"name":"GdipPathIterNextPathType","features":[418]},{"name":"GdipPathIterNextSubpath","features":[305,418]},{"name":"GdipPathIterNextSubpathPath","features":[305,418]},{"name":"GdipPathIterRewind","features":[418]},{"name":"GdipPlayMetafileRecord","features":[418]},{"name":"GdipPrivateAddFontFile","features":[418]},{"name":"GdipPrivateAddMemoryFont","features":[418]},{"name":"GdipRecordMetafile","features":[317,418]},{"name":"GdipRecordMetafileFileName","features":[317,418]},{"name":"GdipRecordMetafileFileNameI","features":[317,418]},{"name":"GdipRecordMetafileI","features":[317,418]},{"name":"GdipRecordMetafileStream","features":[317,418,358]},{"name":"GdipRecordMetafileStreamI","features":[317,418,358]},{"name":"GdipReleaseDC","features":[317,418]},{"name":"GdipRemovePropertyItem","features":[418]},{"name":"GdipResetClip","features":[418]},{"name":"GdipResetImageAttributes","features":[418]},{"name":"GdipResetLineTransform","features":[418]},{"name":"GdipResetPageTransform","features":[418]},{"name":"GdipResetPath","features":[418]},{"name":"GdipResetPathGradientTransform","features":[418]},{"name":"GdipResetPenTransform","features":[418]},{"name":"GdipResetTextureTransform","features":[418]},{"name":"GdipResetWorldTransform","features":[418]},{"name":"GdipRestoreGraphics","features":[418]},{"name":"GdipReversePath","features":[418]},{"name":"GdipRotateLineTransform","features":[418]},{"name":"GdipRotateMatrix","features":[418]},{"name":"GdipRotatePathGradientTransform","features":[418]},{"name":"GdipRotatePenTransform","features":[418]},{"name":"GdipRotateTextureTransform","features":[418]},{"name":"GdipRotateWorldTransform","features":[418]},{"name":"GdipSaveAdd","features":[418]},{"name":"GdipSaveAddImage","features":[418]},{"name":"GdipSaveGraphics","features":[418]},{"name":"GdipSaveImageToFile","features":[418]},{"name":"GdipSaveImageToStream","features":[418,358]},{"name":"GdipScaleLineTransform","features":[418]},{"name":"GdipScaleMatrix","features":[418]},{"name":"GdipScalePathGradientTransform","features":[418]},{"name":"GdipScalePenTransform","features":[418]},{"name":"GdipScaleTextureTransform","features":[418]},{"name":"GdipScaleWorldTransform","features":[418]},{"name":"GdipSetAdjustableArrowCapFillState","features":[305,418]},{"name":"GdipSetAdjustableArrowCapHeight","features":[418]},{"name":"GdipSetAdjustableArrowCapMiddleInset","features":[418]},{"name":"GdipSetAdjustableArrowCapWidth","features":[418]},{"name":"GdipSetClipGraphics","features":[418]},{"name":"GdipSetClipHrgn","features":[317,418]},{"name":"GdipSetClipPath","features":[418]},{"name":"GdipSetClipRect","features":[418]},{"name":"GdipSetClipRectI","features":[418]},{"name":"GdipSetClipRegion","features":[418]},{"name":"GdipSetCompositingMode","features":[418]},{"name":"GdipSetCompositingQuality","features":[418]},{"name":"GdipSetCustomLineCapBaseCap","features":[418]},{"name":"GdipSetCustomLineCapBaseInset","features":[418]},{"name":"GdipSetCustomLineCapStrokeCaps","features":[418]},{"name":"GdipSetCustomLineCapStrokeJoin","features":[418]},{"name":"GdipSetCustomLineCapWidthScale","features":[418]},{"name":"GdipSetEffectParameters","features":[418]},{"name":"GdipSetEmpty","features":[418]},{"name":"GdipSetImageAttributesCachedBackground","features":[305,418]},{"name":"GdipSetImageAttributesColorKeys","features":[305,418]},{"name":"GdipSetImageAttributesColorMatrix","features":[305,418]},{"name":"GdipSetImageAttributesGamma","features":[305,418]},{"name":"GdipSetImageAttributesNoOp","features":[305,418]},{"name":"GdipSetImageAttributesOutputChannel","features":[305,418]},{"name":"GdipSetImageAttributesOutputChannelColorProfile","features":[305,418]},{"name":"GdipSetImageAttributesRemapTable","features":[305,418]},{"name":"GdipSetImageAttributesThreshold","features":[305,418]},{"name":"GdipSetImageAttributesToIdentity","features":[418]},{"name":"GdipSetImageAttributesWrapMode","features":[305,418]},{"name":"GdipSetImagePalette","features":[418]},{"name":"GdipSetInfinite","features":[418]},{"name":"GdipSetInterpolationMode","features":[418]},{"name":"GdipSetLineBlend","features":[418]},{"name":"GdipSetLineColors","features":[418]},{"name":"GdipSetLineGammaCorrection","features":[305,418]},{"name":"GdipSetLineLinearBlend","features":[418]},{"name":"GdipSetLinePresetBlend","features":[418]},{"name":"GdipSetLineSigmaBlend","features":[418]},{"name":"GdipSetLineTransform","features":[418]},{"name":"GdipSetLineWrapMode","features":[418]},{"name":"GdipSetMatrixElements","features":[418]},{"name":"GdipSetMetafileDownLevelRasterizationLimit","features":[418]},{"name":"GdipSetPageScale","features":[418]},{"name":"GdipSetPageUnit","features":[418]},{"name":"GdipSetPathFillMode","features":[418]},{"name":"GdipSetPathGradientBlend","features":[418]},{"name":"GdipSetPathGradientCenterColor","features":[418]},{"name":"GdipSetPathGradientCenterPoint","features":[418]},{"name":"GdipSetPathGradientCenterPointI","features":[418]},{"name":"GdipSetPathGradientFocusScales","features":[418]},{"name":"GdipSetPathGradientGammaCorrection","features":[305,418]},{"name":"GdipSetPathGradientLinearBlend","features":[418]},{"name":"GdipSetPathGradientPath","features":[418]},{"name":"GdipSetPathGradientPresetBlend","features":[418]},{"name":"GdipSetPathGradientSigmaBlend","features":[418]},{"name":"GdipSetPathGradientSurroundColorsWithCount","features":[418]},{"name":"GdipSetPathGradientTransform","features":[418]},{"name":"GdipSetPathGradientWrapMode","features":[418]},{"name":"GdipSetPathMarker","features":[418]},{"name":"GdipSetPenBrushFill","features":[418]},{"name":"GdipSetPenColor","features":[418]},{"name":"GdipSetPenCompoundArray","features":[418]},{"name":"GdipSetPenCustomEndCap","features":[418]},{"name":"GdipSetPenCustomStartCap","features":[418]},{"name":"GdipSetPenDashArray","features":[418]},{"name":"GdipSetPenDashCap197819","features":[418]},{"name":"GdipSetPenDashOffset","features":[418]},{"name":"GdipSetPenDashStyle","features":[418]},{"name":"GdipSetPenEndCap","features":[418]},{"name":"GdipSetPenLineCap197819","features":[418]},{"name":"GdipSetPenLineJoin","features":[418]},{"name":"GdipSetPenMiterLimit","features":[418]},{"name":"GdipSetPenMode","features":[418]},{"name":"GdipSetPenStartCap","features":[418]},{"name":"GdipSetPenTransform","features":[418]},{"name":"GdipSetPenUnit","features":[418]},{"name":"GdipSetPenWidth","features":[418]},{"name":"GdipSetPixelOffsetMode","features":[418]},{"name":"GdipSetPropertyItem","features":[418]},{"name":"GdipSetRenderingOrigin","features":[418]},{"name":"GdipSetSmoothingMode","features":[418]},{"name":"GdipSetSolidFillColor","features":[418]},{"name":"GdipSetStringFormatAlign","features":[418]},{"name":"GdipSetStringFormatDigitSubstitution","features":[418]},{"name":"GdipSetStringFormatFlags","features":[418]},{"name":"GdipSetStringFormatHotkeyPrefix","features":[418]},{"name":"GdipSetStringFormatLineAlign","features":[418]},{"name":"GdipSetStringFormatMeasurableCharacterRanges","features":[418]},{"name":"GdipSetStringFormatTabStops","features":[418]},{"name":"GdipSetStringFormatTrimming","features":[418]},{"name":"GdipSetTextContrast","features":[418]},{"name":"GdipSetTextRenderingHint","features":[418]},{"name":"GdipSetTextureTransform","features":[418]},{"name":"GdipSetTextureWrapMode","features":[418]},{"name":"GdipSetWorldTransform","features":[418]},{"name":"GdipShearMatrix","features":[418]},{"name":"GdipStartPathFigure","features":[418]},{"name":"GdipStringFormatGetGenericDefault","features":[418]},{"name":"GdipStringFormatGetGenericTypographic","features":[418]},{"name":"GdipTestControl","features":[418]},{"name":"GdipTransformMatrixPoints","features":[418]},{"name":"GdipTransformMatrixPointsI","features":[418]},{"name":"GdipTransformPath","features":[418]},{"name":"GdipTransformPoints","features":[418]},{"name":"GdipTransformPointsI","features":[418]},{"name":"GdipTransformRegion","features":[418]},{"name":"GdipTranslateClip","features":[418]},{"name":"GdipTranslateClipI","features":[418]},{"name":"GdipTranslateLineTransform","features":[418]},{"name":"GdipTranslateMatrix","features":[418]},{"name":"GdipTranslatePathGradientTransform","features":[418]},{"name":"GdipTranslatePenTransform","features":[418]},{"name":"GdipTranslateRegion","features":[418]},{"name":"GdipTranslateRegionI","features":[418]},{"name":"GdipTranslateTextureTransform","features":[418]},{"name":"GdipTranslateWorldTransform","features":[418]},{"name":"GdipVectorTransformMatrixPoints","features":[418]},{"name":"GdipVectorTransformMatrixPointsI","features":[418]},{"name":"GdipWarpPath","features":[418]},{"name":"GdipWidenPath","features":[418]},{"name":"GdipWindingModeOutline","features":[418]},{"name":"GdiplusAbort","features":[418]},{"name":"GdiplusNotInitialized","features":[418]},{"name":"GdiplusNotificationHook","features":[418]},{"name":"GdiplusNotificationUnhook","features":[418]},{"name":"GdiplusShutdown","features":[418]},{"name":"GdiplusStartup","features":[305,418]},{"name":"GdiplusStartupDefault","features":[418]},{"name":"GdiplusStartupInput","features":[305,418]},{"name":"GdiplusStartupInputEx","features":[305,418]},{"name":"GdiplusStartupNoSetRound","features":[418]},{"name":"GdiplusStartupOutput","features":[418]},{"name":"GdiplusStartupParams","features":[418]},{"name":"GdiplusStartupSetPSValue","features":[418]},{"name":"GdiplusStartupTransparencyMask","features":[418]},{"name":"GenericError","features":[418]},{"name":"GenericFontFamily","features":[418]},{"name":"GenericFontFamilyMonospace","features":[418]},{"name":"GenericFontFamilySansSerif","features":[418]},{"name":"GenericFontFamilySerif","features":[418]},{"name":"GetThumbnailImageAbort","features":[305,418]},{"name":"GpAdjustableArrowCap","features":[418]},{"name":"GpBitmap","features":[418]},{"name":"GpBrush","features":[418]},{"name":"GpCachedBitmap","features":[418]},{"name":"GpCustomLineCap","features":[418]},{"name":"GpFont","features":[418]},{"name":"GpFontCollection","features":[418]},{"name":"GpFontFamily","features":[418]},{"name":"GpGraphics","features":[418]},{"name":"GpHatch","features":[418]},{"name":"GpImage","features":[418]},{"name":"GpImageAttributes","features":[418]},{"name":"GpInstalledFontCollection","features":[418]},{"name":"GpLineGradient","features":[418]},{"name":"GpMetafile","features":[418]},{"name":"GpPath","features":[418]},{"name":"GpPathGradient","features":[418]},{"name":"GpPathIterator","features":[418]},{"name":"GpPen","features":[418]},{"name":"GpPrivateFontCollection","features":[418]},{"name":"GpRegion","features":[418]},{"name":"GpSolidFill","features":[418]},{"name":"GpStringFormat","features":[418]},{"name":"GpTestControlEnum","features":[418]},{"name":"GpTexture","features":[418]},{"name":"HatchStyle","features":[418]},{"name":"HatchStyle05Percent","features":[418]},{"name":"HatchStyle10Percent","features":[418]},{"name":"HatchStyle20Percent","features":[418]},{"name":"HatchStyle25Percent","features":[418]},{"name":"HatchStyle30Percent","features":[418]},{"name":"HatchStyle40Percent","features":[418]},{"name":"HatchStyle50Percent","features":[418]},{"name":"HatchStyle60Percent","features":[418]},{"name":"HatchStyle70Percent","features":[418]},{"name":"HatchStyle75Percent","features":[418]},{"name":"HatchStyle80Percent","features":[418]},{"name":"HatchStyle90Percent","features":[418]},{"name":"HatchStyleBackwardDiagonal","features":[418]},{"name":"HatchStyleCross","features":[418]},{"name":"HatchStyleDarkDownwardDiagonal","features":[418]},{"name":"HatchStyleDarkHorizontal","features":[418]},{"name":"HatchStyleDarkUpwardDiagonal","features":[418]},{"name":"HatchStyleDarkVertical","features":[418]},{"name":"HatchStyleDashedDownwardDiagonal","features":[418]},{"name":"HatchStyleDashedHorizontal","features":[418]},{"name":"HatchStyleDashedUpwardDiagonal","features":[418]},{"name":"HatchStyleDashedVertical","features":[418]},{"name":"HatchStyleDiagonalBrick","features":[418]},{"name":"HatchStyleDiagonalCross","features":[418]},{"name":"HatchStyleDivot","features":[418]},{"name":"HatchStyleDottedDiamond","features":[418]},{"name":"HatchStyleDottedGrid","features":[418]},{"name":"HatchStyleForwardDiagonal","features":[418]},{"name":"HatchStyleHorizontal","features":[418]},{"name":"HatchStyleHorizontalBrick","features":[418]},{"name":"HatchStyleLargeCheckerBoard","features":[418]},{"name":"HatchStyleLargeConfetti","features":[418]},{"name":"HatchStyleLargeGrid","features":[418]},{"name":"HatchStyleLightDownwardDiagonal","features":[418]},{"name":"HatchStyleLightHorizontal","features":[418]},{"name":"HatchStyleLightUpwardDiagonal","features":[418]},{"name":"HatchStyleLightVertical","features":[418]},{"name":"HatchStyleMax","features":[418]},{"name":"HatchStyleMin","features":[418]},{"name":"HatchStyleNarrowHorizontal","features":[418]},{"name":"HatchStyleNarrowVertical","features":[418]},{"name":"HatchStyleOutlinedDiamond","features":[418]},{"name":"HatchStylePlaid","features":[418]},{"name":"HatchStyleShingle","features":[418]},{"name":"HatchStyleSmallCheckerBoard","features":[418]},{"name":"HatchStyleSmallConfetti","features":[418]},{"name":"HatchStyleSmallGrid","features":[418]},{"name":"HatchStyleSolidDiamond","features":[418]},{"name":"HatchStyleSphere","features":[418]},{"name":"HatchStyleTotal","features":[418]},{"name":"HatchStyleTrellis","features":[418]},{"name":"HatchStyleVertical","features":[418]},{"name":"HatchStyleWave","features":[418]},{"name":"HatchStyleWeave","features":[418]},{"name":"HatchStyleWideDownwardDiagonal","features":[418]},{"name":"HatchStyleWideUpwardDiagonal","features":[418]},{"name":"HatchStyleZigZag","features":[418]},{"name":"HistogramFormat","features":[418]},{"name":"HistogramFormatA","features":[418]},{"name":"HistogramFormatARGB","features":[418]},{"name":"HistogramFormatB","features":[418]},{"name":"HistogramFormatG","features":[418]},{"name":"HistogramFormatGray","features":[418]},{"name":"HistogramFormatPARGB","features":[418]},{"name":"HistogramFormatR","features":[418]},{"name":"HistogramFormatRGB","features":[418]},{"name":"HotkeyPrefix","features":[418]},{"name":"HotkeyPrefixHide","features":[418]},{"name":"HotkeyPrefixNone","features":[418]},{"name":"HotkeyPrefixShow","features":[418]},{"name":"HueSaturationLightness","features":[305,418]},{"name":"HueSaturationLightnessEffectGuid","features":[418]},{"name":"HueSaturationLightnessParams","features":[418]},{"name":"IImageBytes","features":[418]},{"name":"Image","features":[418]},{"name":"ImageAbort","features":[305,418]},{"name":"ImageCodecFlags","features":[418]},{"name":"ImageCodecFlagsBlockingDecode","features":[418]},{"name":"ImageCodecFlagsBuiltin","features":[418]},{"name":"ImageCodecFlagsDecoder","features":[418]},{"name":"ImageCodecFlagsEncoder","features":[418]},{"name":"ImageCodecFlagsSeekableEncode","features":[418]},{"name":"ImageCodecFlagsSupportBitmap","features":[418]},{"name":"ImageCodecFlagsSupportVector","features":[418]},{"name":"ImageCodecFlagsSystem","features":[418]},{"name":"ImageCodecFlagsUser","features":[418]},{"name":"ImageCodecInfo","features":[418]},{"name":"ImageFlags","features":[418]},{"name":"ImageFlagsCaching","features":[418]},{"name":"ImageFlagsColorSpaceCMYK","features":[418]},{"name":"ImageFlagsColorSpaceGRAY","features":[418]},{"name":"ImageFlagsColorSpaceRGB","features":[418]},{"name":"ImageFlagsColorSpaceYCBCR","features":[418]},{"name":"ImageFlagsColorSpaceYCCK","features":[418]},{"name":"ImageFlagsHasAlpha","features":[418]},{"name":"ImageFlagsHasRealDPI","features":[418]},{"name":"ImageFlagsHasRealPixelSize","features":[418]},{"name":"ImageFlagsHasTranslucent","features":[418]},{"name":"ImageFlagsNone","features":[418]},{"name":"ImageFlagsPartiallyScalable","features":[418]},{"name":"ImageFlagsReadOnly","features":[418]},{"name":"ImageFlagsScalable","features":[418]},{"name":"ImageFormatBMP","features":[418]},{"name":"ImageFormatEMF","features":[418]},{"name":"ImageFormatEXIF","features":[418]},{"name":"ImageFormatGIF","features":[418]},{"name":"ImageFormatHEIF","features":[418]},{"name":"ImageFormatIcon","features":[418]},{"name":"ImageFormatJPEG","features":[418]},{"name":"ImageFormatMemoryBMP","features":[418]},{"name":"ImageFormatPNG","features":[418]},{"name":"ImageFormatTIFF","features":[418]},{"name":"ImageFormatUndefined","features":[418]},{"name":"ImageFormatWEBP","features":[418]},{"name":"ImageFormatWMF","features":[418]},{"name":"ImageItemData","features":[418]},{"name":"ImageLockMode","features":[418]},{"name":"ImageLockModeRead","features":[418]},{"name":"ImageLockModeUserInputBuf","features":[418]},{"name":"ImageLockModeWrite","features":[418]},{"name":"ImageType","features":[418]},{"name":"ImageTypeBitmap","features":[418]},{"name":"ImageTypeMetafile","features":[418]},{"name":"ImageTypeUnknown","features":[418]},{"name":"InstalledFontCollection","features":[418]},{"name":"InsufficientBuffer","features":[418]},{"name":"InterpolationMode","features":[418]},{"name":"InterpolationModeBicubic","features":[418]},{"name":"InterpolationModeBilinear","features":[418]},{"name":"InterpolationModeDefault","features":[418]},{"name":"InterpolationModeHighQuality","features":[418]},{"name":"InterpolationModeHighQualityBicubic","features":[418]},{"name":"InterpolationModeHighQualityBilinear","features":[418]},{"name":"InterpolationModeInvalid","features":[418]},{"name":"InterpolationModeLowQuality","features":[418]},{"name":"InterpolationModeNearestNeighbor","features":[418]},{"name":"InvalidParameter","features":[418]},{"name":"ItemDataPosition","features":[418]},{"name":"ItemDataPositionAfterBits","features":[418]},{"name":"ItemDataPositionAfterHeader","features":[418]},{"name":"ItemDataPositionAfterPalette","features":[418]},{"name":"Levels","features":[305,418]},{"name":"LevelsEffectGuid","features":[418]},{"name":"LevelsParams","features":[418]},{"name":"LineCap","features":[418]},{"name":"LineCapAnchorMask","features":[418]},{"name":"LineCapArrowAnchor","features":[418]},{"name":"LineCapCustom","features":[418]},{"name":"LineCapDiamondAnchor","features":[418]},{"name":"LineCapFlat","features":[418]},{"name":"LineCapNoAnchor","features":[418]},{"name":"LineCapRound","features":[418]},{"name":"LineCapRoundAnchor","features":[418]},{"name":"LineCapSquare","features":[418]},{"name":"LineCapSquareAnchor","features":[418]},{"name":"LineCapTriangle","features":[418]},{"name":"LineJoin","features":[418]},{"name":"LineJoinBevel","features":[418]},{"name":"LineJoinMiter","features":[418]},{"name":"LineJoinMiterClipped","features":[418]},{"name":"LineJoinRound","features":[418]},{"name":"LinearGradientMode","features":[418]},{"name":"LinearGradientModeBackwardDiagonal","features":[418]},{"name":"LinearGradientModeForwardDiagonal","features":[418]},{"name":"LinearGradientModeHorizontal","features":[418]},{"name":"LinearGradientModeVertical","features":[418]},{"name":"Matrix","features":[418]},{"name":"MatrixOrder","features":[418]},{"name":"MatrixOrderAppend","features":[418]},{"name":"MatrixOrderPrepend","features":[418]},{"name":"Metafile","features":[418]},{"name":"MetafileFrameUnit","features":[418]},{"name":"MetafileFrameUnitDocument","features":[418]},{"name":"MetafileFrameUnitGdi","features":[418]},{"name":"MetafileFrameUnitInch","features":[418]},{"name":"MetafileFrameUnitMillimeter","features":[418]},{"name":"MetafileFrameUnitPixel","features":[418]},{"name":"MetafileFrameUnitPoint","features":[418]},{"name":"MetafileHeader","features":[305,317,418]},{"name":"MetafileType","features":[418]},{"name":"MetafileTypeEmf","features":[418]},{"name":"MetafileTypeEmfPlusDual","features":[418]},{"name":"MetafileTypeEmfPlusOnly","features":[418]},{"name":"MetafileTypeInvalid","features":[418]},{"name":"MetafileTypeWmf","features":[418]},{"name":"MetafileTypeWmfPlaceable","features":[418]},{"name":"NotImplemented","features":[418]},{"name":"NotTrueTypeFont","features":[418]},{"name":"NotificationHookProc","features":[418]},{"name":"NotificationUnhookProc","features":[418]},{"name":"ObjectBusy","features":[418]},{"name":"ObjectType","features":[418]},{"name":"ObjectTypeBrush","features":[418]},{"name":"ObjectTypeCustomLineCap","features":[418]},{"name":"ObjectTypeFont","features":[418]},{"name":"ObjectTypeGraphics","features":[418]},{"name":"ObjectTypeImage","features":[418]},{"name":"ObjectTypeImageAttributes","features":[418]},{"name":"ObjectTypeInvalid","features":[418]},{"name":"ObjectTypeMax","features":[418]},{"name":"ObjectTypeMin","features":[418]},{"name":"ObjectTypePath","features":[418]},{"name":"ObjectTypePen","features":[418]},{"name":"ObjectTypeRegion","features":[418]},{"name":"ObjectTypeStringFormat","features":[418]},{"name":"Ok","features":[418]},{"name":"OutOfMemory","features":[418]},{"name":"PWMFRect16","features":[418]},{"name":"PaletteFlags","features":[418]},{"name":"PaletteFlagsGrayScale","features":[418]},{"name":"PaletteFlagsHalftone","features":[418]},{"name":"PaletteFlagsHasAlpha","features":[418]},{"name":"PaletteType","features":[418]},{"name":"PaletteTypeCustom","features":[418]},{"name":"PaletteTypeFixedBW","features":[418]},{"name":"PaletteTypeFixedHalftone125","features":[418]},{"name":"PaletteTypeFixedHalftone216","features":[418]},{"name":"PaletteTypeFixedHalftone252","features":[418]},{"name":"PaletteTypeFixedHalftone256","features":[418]},{"name":"PaletteTypeFixedHalftone27","features":[418]},{"name":"PaletteTypeFixedHalftone64","features":[418]},{"name":"PaletteTypeFixedHalftone8","features":[418]},{"name":"PaletteTypeOptimal","features":[418]},{"name":"PathData","features":[418]},{"name":"PathPointType","features":[418]},{"name":"PathPointTypeBezier","features":[418]},{"name":"PathPointTypeBezier3","features":[418]},{"name":"PathPointTypeCloseSubpath","features":[418]},{"name":"PathPointTypeDashMode","features":[418]},{"name":"PathPointTypeLine","features":[418]},{"name":"PathPointTypePathMarker","features":[418]},{"name":"PathPointTypePathTypeMask","features":[418]},{"name":"PathPointTypeStart","features":[418]},{"name":"PenAlignment","features":[418]},{"name":"PenAlignmentCenter","features":[418]},{"name":"PenAlignmentInset","features":[418]},{"name":"PenType","features":[418]},{"name":"PenTypeHatchFill","features":[418]},{"name":"PenTypeLinearGradient","features":[418]},{"name":"PenTypePathGradient","features":[418]},{"name":"PenTypeSolidColor","features":[418]},{"name":"PenTypeTextureFill","features":[418]},{"name":"PenTypeUnknown","features":[418]},{"name":"PixelFormatAlpha","features":[418]},{"name":"PixelFormatCanonical","features":[418]},{"name":"PixelFormatDontCare","features":[418]},{"name":"PixelFormatExtended","features":[418]},{"name":"PixelFormatGDI","features":[418]},{"name":"PixelFormatIndexed","features":[418]},{"name":"PixelFormatMax","features":[418]},{"name":"PixelFormatPAlpha","features":[418]},{"name":"PixelFormatUndefined","features":[418]},{"name":"PixelOffsetMode","features":[418]},{"name":"PixelOffsetModeDefault","features":[418]},{"name":"PixelOffsetModeHalf","features":[418]},{"name":"PixelOffsetModeHighQuality","features":[418]},{"name":"PixelOffsetModeHighSpeed","features":[418]},{"name":"PixelOffsetModeInvalid","features":[418]},{"name":"PixelOffsetModeNone","features":[418]},{"name":"Point","features":[418]},{"name":"PointF","features":[418]},{"name":"PrivateFontCollection","features":[418]},{"name":"ProfileNotFound","features":[418]},{"name":"PropertyItem","features":[418]},{"name":"PropertyNotFound","features":[418]},{"name":"PropertyNotSupported","features":[418]},{"name":"PropertyTagArtist","features":[418]},{"name":"PropertyTagBitsPerSample","features":[418]},{"name":"PropertyTagCellHeight","features":[418]},{"name":"PropertyTagCellWidth","features":[418]},{"name":"PropertyTagChrominanceTable","features":[418]},{"name":"PropertyTagColorMap","features":[418]},{"name":"PropertyTagColorTransferFunction","features":[418]},{"name":"PropertyTagCompression","features":[418]},{"name":"PropertyTagCopyright","features":[418]},{"name":"PropertyTagDateTime","features":[418]},{"name":"PropertyTagDocumentName","features":[418]},{"name":"PropertyTagDotRange","features":[418]},{"name":"PropertyTagEquipMake","features":[418]},{"name":"PropertyTagEquipModel","features":[418]},{"name":"PropertyTagExifAperture","features":[418]},{"name":"PropertyTagExifBrightness","features":[418]},{"name":"PropertyTagExifCfaPattern","features":[418]},{"name":"PropertyTagExifColorSpace","features":[418]},{"name":"PropertyTagExifCompBPP","features":[418]},{"name":"PropertyTagExifCompConfig","features":[418]},{"name":"PropertyTagExifContrast","features":[418]},{"name":"PropertyTagExifCustomRendered","features":[418]},{"name":"PropertyTagExifDTDigSS","features":[418]},{"name":"PropertyTagExifDTDigitized","features":[418]},{"name":"PropertyTagExifDTOrig","features":[418]},{"name":"PropertyTagExifDTOrigSS","features":[418]},{"name":"PropertyTagExifDTSubsec","features":[418]},{"name":"PropertyTagExifDeviceSettingDesc","features":[418]},{"name":"PropertyTagExifDigitalZoomRatio","features":[418]},{"name":"PropertyTagExifExposureBias","features":[418]},{"name":"PropertyTagExifExposureIndex","features":[418]},{"name":"PropertyTagExifExposureMode","features":[418]},{"name":"PropertyTagExifExposureProg","features":[418]},{"name":"PropertyTagExifExposureTime","features":[418]},{"name":"PropertyTagExifFNumber","features":[418]},{"name":"PropertyTagExifFPXVer","features":[418]},{"name":"PropertyTagExifFileSource","features":[418]},{"name":"PropertyTagExifFlash","features":[418]},{"name":"PropertyTagExifFlashEnergy","features":[418]},{"name":"PropertyTagExifFocalLength","features":[418]},{"name":"PropertyTagExifFocalLengthIn35mmFilm","features":[418]},{"name":"PropertyTagExifFocalResUnit","features":[418]},{"name":"PropertyTagExifFocalXRes","features":[418]},{"name":"PropertyTagExifFocalYRes","features":[418]},{"name":"PropertyTagExifGainControl","features":[418]},{"name":"PropertyTagExifIFD","features":[418]},{"name":"PropertyTagExifISOSpeed","features":[418]},{"name":"PropertyTagExifInterop","features":[418]},{"name":"PropertyTagExifLightSource","features":[418]},{"name":"PropertyTagExifMakerNote","features":[418]},{"name":"PropertyTagExifMaxAperture","features":[418]},{"name":"PropertyTagExifMeteringMode","features":[418]},{"name":"PropertyTagExifOECF","features":[418]},{"name":"PropertyTagExifPixXDim","features":[418]},{"name":"PropertyTagExifPixYDim","features":[418]},{"name":"PropertyTagExifRelatedWav","features":[418]},{"name":"PropertyTagExifSaturation","features":[418]},{"name":"PropertyTagExifSceneCaptureType","features":[418]},{"name":"PropertyTagExifSceneType","features":[418]},{"name":"PropertyTagExifSensingMethod","features":[418]},{"name":"PropertyTagExifSharpness","features":[418]},{"name":"PropertyTagExifShutterSpeed","features":[418]},{"name":"PropertyTagExifSpatialFR","features":[418]},{"name":"PropertyTagExifSpectralSense","features":[418]},{"name":"PropertyTagExifSubjectArea","features":[418]},{"name":"PropertyTagExifSubjectDist","features":[418]},{"name":"PropertyTagExifSubjectDistanceRange","features":[418]},{"name":"PropertyTagExifSubjectLoc","features":[418]},{"name":"PropertyTagExifUniqueImageID","features":[418]},{"name":"PropertyTagExifUserComment","features":[418]},{"name":"PropertyTagExifVer","features":[418]},{"name":"PropertyTagExifWhiteBalance","features":[418]},{"name":"PropertyTagExtraSamples","features":[418]},{"name":"PropertyTagFillOrder","features":[418]},{"name":"PropertyTagFrameDelay","features":[418]},{"name":"PropertyTagFreeByteCounts","features":[418]},{"name":"PropertyTagFreeOffset","features":[418]},{"name":"PropertyTagGamma","features":[418]},{"name":"PropertyTagGlobalPalette","features":[418]},{"name":"PropertyTagGpsAltitude","features":[418]},{"name":"PropertyTagGpsAltitudeRef","features":[418]},{"name":"PropertyTagGpsAreaInformation","features":[418]},{"name":"PropertyTagGpsDate","features":[418]},{"name":"PropertyTagGpsDestBear","features":[418]},{"name":"PropertyTagGpsDestBearRef","features":[418]},{"name":"PropertyTagGpsDestDist","features":[418]},{"name":"PropertyTagGpsDestDistRef","features":[418]},{"name":"PropertyTagGpsDestLat","features":[418]},{"name":"PropertyTagGpsDestLatRef","features":[418]},{"name":"PropertyTagGpsDestLong","features":[418]},{"name":"PropertyTagGpsDestLongRef","features":[418]},{"name":"PropertyTagGpsDifferential","features":[418]},{"name":"PropertyTagGpsGpsDop","features":[418]},{"name":"PropertyTagGpsGpsMeasureMode","features":[418]},{"name":"PropertyTagGpsGpsSatellites","features":[418]},{"name":"PropertyTagGpsGpsStatus","features":[418]},{"name":"PropertyTagGpsGpsTime","features":[418]},{"name":"PropertyTagGpsIFD","features":[418]},{"name":"PropertyTagGpsImgDir","features":[418]},{"name":"PropertyTagGpsImgDirRef","features":[418]},{"name":"PropertyTagGpsLatitude","features":[418]},{"name":"PropertyTagGpsLatitudeRef","features":[418]},{"name":"PropertyTagGpsLongitude","features":[418]},{"name":"PropertyTagGpsLongitudeRef","features":[418]},{"name":"PropertyTagGpsMapDatum","features":[418]},{"name":"PropertyTagGpsProcessingMethod","features":[418]},{"name":"PropertyTagGpsSpeed","features":[418]},{"name":"PropertyTagGpsSpeedRef","features":[418]},{"name":"PropertyTagGpsTrack","features":[418]},{"name":"PropertyTagGpsTrackRef","features":[418]},{"name":"PropertyTagGpsVer","features":[418]},{"name":"PropertyTagGrayResponseCurve","features":[418]},{"name":"PropertyTagGrayResponseUnit","features":[418]},{"name":"PropertyTagGridSize","features":[418]},{"name":"PropertyTagHalftoneDegree","features":[418]},{"name":"PropertyTagHalftoneHints","features":[418]},{"name":"PropertyTagHalftoneLPI","features":[418]},{"name":"PropertyTagHalftoneLPIUnit","features":[418]},{"name":"PropertyTagHalftoneMisc","features":[418]},{"name":"PropertyTagHalftoneScreen","features":[418]},{"name":"PropertyTagHalftoneShape","features":[418]},{"name":"PropertyTagHostComputer","features":[418]},{"name":"PropertyTagICCProfile","features":[418]},{"name":"PropertyTagICCProfileDescriptor","features":[418]},{"name":"PropertyTagImageDescription","features":[418]},{"name":"PropertyTagImageHeight","features":[418]},{"name":"PropertyTagImageTitle","features":[418]},{"name":"PropertyTagImageWidth","features":[418]},{"name":"PropertyTagIndexBackground","features":[418]},{"name":"PropertyTagIndexTransparent","features":[418]},{"name":"PropertyTagInkNames","features":[418]},{"name":"PropertyTagInkSet","features":[418]},{"name":"PropertyTagJPEGACTables","features":[418]},{"name":"PropertyTagJPEGDCTables","features":[418]},{"name":"PropertyTagJPEGInterFormat","features":[418]},{"name":"PropertyTagJPEGInterLength","features":[418]},{"name":"PropertyTagJPEGLosslessPredictors","features":[418]},{"name":"PropertyTagJPEGPointTransforms","features":[418]},{"name":"PropertyTagJPEGProc","features":[418]},{"name":"PropertyTagJPEGQTables","features":[418]},{"name":"PropertyTagJPEGQuality","features":[418]},{"name":"PropertyTagJPEGRestartInterval","features":[418]},{"name":"PropertyTagLoopCount","features":[418]},{"name":"PropertyTagLuminanceTable","features":[418]},{"name":"PropertyTagMaxSampleValue","features":[418]},{"name":"PropertyTagMinSampleValue","features":[418]},{"name":"PropertyTagNewSubfileType","features":[418]},{"name":"PropertyTagNumberOfInks","features":[418]},{"name":"PropertyTagOrientation","features":[418]},{"name":"PropertyTagPageName","features":[418]},{"name":"PropertyTagPageNumber","features":[418]},{"name":"PropertyTagPaletteHistogram","features":[418]},{"name":"PropertyTagPhotometricInterp","features":[418]},{"name":"PropertyTagPixelPerUnitX","features":[418]},{"name":"PropertyTagPixelPerUnitY","features":[418]},{"name":"PropertyTagPixelUnit","features":[418]},{"name":"PropertyTagPlanarConfig","features":[418]},{"name":"PropertyTagPredictor","features":[418]},{"name":"PropertyTagPrimaryChromaticities","features":[418]},{"name":"PropertyTagPrintFlags","features":[418]},{"name":"PropertyTagPrintFlagsBleedWidth","features":[418]},{"name":"PropertyTagPrintFlagsBleedWidthScale","features":[418]},{"name":"PropertyTagPrintFlagsCrop","features":[418]},{"name":"PropertyTagPrintFlagsVersion","features":[418]},{"name":"PropertyTagREFBlackWhite","features":[418]},{"name":"PropertyTagResolutionUnit","features":[418]},{"name":"PropertyTagResolutionXLengthUnit","features":[418]},{"name":"PropertyTagResolutionXUnit","features":[418]},{"name":"PropertyTagResolutionYLengthUnit","features":[418]},{"name":"PropertyTagResolutionYUnit","features":[418]},{"name":"PropertyTagRowsPerStrip","features":[418]},{"name":"PropertyTagSMaxSampleValue","features":[418]},{"name":"PropertyTagSMinSampleValue","features":[418]},{"name":"PropertyTagSRGBRenderingIntent","features":[418]},{"name":"PropertyTagSampleFormat","features":[418]},{"name":"PropertyTagSamplesPerPixel","features":[418]},{"name":"PropertyTagSoftwareUsed","features":[418]},{"name":"PropertyTagStripBytesCount","features":[418]},{"name":"PropertyTagStripOffsets","features":[418]},{"name":"PropertyTagSubfileType","features":[418]},{"name":"PropertyTagT4Option","features":[418]},{"name":"PropertyTagT6Option","features":[418]},{"name":"PropertyTagTargetPrinter","features":[418]},{"name":"PropertyTagThreshHolding","features":[418]},{"name":"PropertyTagThumbnailArtist","features":[418]},{"name":"PropertyTagThumbnailBitsPerSample","features":[418]},{"name":"PropertyTagThumbnailColorDepth","features":[418]},{"name":"PropertyTagThumbnailCompressedSize","features":[418]},{"name":"PropertyTagThumbnailCompression","features":[418]},{"name":"PropertyTagThumbnailCopyRight","features":[418]},{"name":"PropertyTagThumbnailData","features":[418]},{"name":"PropertyTagThumbnailDateTime","features":[418]},{"name":"PropertyTagThumbnailEquipMake","features":[418]},{"name":"PropertyTagThumbnailEquipModel","features":[418]},{"name":"PropertyTagThumbnailFormat","features":[418]},{"name":"PropertyTagThumbnailHeight","features":[418]},{"name":"PropertyTagThumbnailImageDescription","features":[418]},{"name":"PropertyTagThumbnailImageHeight","features":[418]},{"name":"PropertyTagThumbnailImageWidth","features":[418]},{"name":"PropertyTagThumbnailOrientation","features":[418]},{"name":"PropertyTagThumbnailPhotometricInterp","features":[418]},{"name":"PropertyTagThumbnailPlanarConfig","features":[418]},{"name":"PropertyTagThumbnailPlanes","features":[418]},{"name":"PropertyTagThumbnailPrimaryChromaticities","features":[418]},{"name":"PropertyTagThumbnailRawBytes","features":[418]},{"name":"PropertyTagThumbnailRefBlackWhite","features":[418]},{"name":"PropertyTagThumbnailResolutionUnit","features":[418]},{"name":"PropertyTagThumbnailResolutionX","features":[418]},{"name":"PropertyTagThumbnailResolutionY","features":[418]},{"name":"PropertyTagThumbnailRowsPerStrip","features":[418]},{"name":"PropertyTagThumbnailSamplesPerPixel","features":[418]},{"name":"PropertyTagThumbnailSize","features":[418]},{"name":"PropertyTagThumbnailSoftwareUsed","features":[418]},{"name":"PropertyTagThumbnailStripBytesCount","features":[418]},{"name":"PropertyTagThumbnailStripOffsets","features":[418]},{"name":"PropertyTagThumbnailTransferFunction","features":[418]},{"name":"PropertyTagThumbnailWhitePoint","features":[418]},{"name":"PropertyTagThumbnailWidth","features":[418]},{"name":"PropertyTagThumbnailYCbCrCoefficients","features":[418]},{"name":"PropertyTagThumbnailYCbCrPositioning","features":[418]},{"name":"PropertyTagThumbnailYCbCrSubsampling","features":[418]},{"name":"PropertyTagTileByteCounts","features":[418]},{"name":"PropertyTagTileLength","features":[418]},{"name":"PropertyTagTileOffset","features":[418]},{"name":"PropertyTagTileWidth","features":[418]},{"name":"PropertyTagTransferFuncition","features":[418]},{"name":"PropertyTagTransferRange","features":[418]},{"name":"PropertyTagTypeASCII","features":[418]},{"name":"PropertyTagTypeByte","features":[418]},{"name":"PropertyTagTypeLong","features":[418]},{"name":"PropertyTagTypeRational","features":[418]},{"name":"PropertyTagTypeSLONG","features":[418]},{"name":"PropertyTagTypeSRational","features":[418]},{"name":"PropertyTagTypeShort","features":[418]},{"name":"PropertyTagTypeUndefined","features":[418]},{"name":"PropertyTagWhitePoint","features":[418]},{"name":"PropertyTagXPosition","features":[418]},{"name":"PropertyTagXResolution","features":[418]},{"name":"PropertyTagYCbCrCoefficients","features":[418]},{"name":"PropertyTagYCbCrPositioning","features":[418]},{"name":"PropertyTagYCbCrSubsampling","features":[418]},{"name":"PropertyTagYPosition","features":[418]},{"name":"PropertyTagYResolution","features":[418]},{"name":"QualityMode","features":[418]},{"name":"QualityModeDefault","features":[418]},{"name":"QualityModeHigh","features":[418]},{"name":"QualityModeInvalid","features":[418]},{"name":"QualityModeLow","features":[418]},{"name":"RED_SHIFT","features":[418]},{"name":"Rect","features":[418]},{"name":"RectF","features":[418]},{"name":"RedEyeCorrection","features":[305,418]},{"name":"RedEyeCorrectionEffectGuid","features":[418]},{"name":"RedEyeCorrectionParams","features":[305,418]},{"name":"Region","features":[418]},{"name":"Rotate180FlipNone","features":[418]},{"name":"Rotate180FlipX","features":[418]},{"name":"Rotate180FlipXY","features":[418]},{"name":"Rotate180FlipY","features":[418]},{"name":"Rotate270FlipNone","features":[418]},{"name":"Rotate270FlipX","features":[418]},{"name":"Rotate270FlipXY","features":[418]},{"name":"Rotate270FlipY","features":[418]},{"name":"Rotate90FlipNone","features":[418]},{"name":"Rotate90FlipX","features":[418]},{"name":"Rotate90FlipXY","features":[418]},{"name":"Rotate90FlipY","features":[418]},{"name":"RotateFlipType","features":[418]},{"name":"RotateNoneFlipNone","features":[418]},{"name":"RotateNoneFlipX","features":[418]},{"name":"RotateNoneFlipXY","features":[418]},{"name":"RotateNoneFlipY","features":[418]},{"name":"Sharpen","features":[305,418]},{"name":"SharpenEffectGuid","features":[418]},{"name":"SharpenParams","features":[418]},{"name":"Size","features":[418]},{"name":"SizeF","features":[418]},{"name":"SmoothingMode","features":[418]},{"name":"SmoothingModeAntiAlias","features":[418]},{"name":"SmoothingModeAntiAlias8x4","features":[418]},{"name":"SmoothingModeAntiAlias8x8","features":[418]},{"name":"SmoothingModeDefault","features":[418]},{"name":"SmoothingModeHighQuality","features":[418]},{"name":"SmoothingModeHighSpeed","features":[418]},{"name":"SmoothingModeInvalid","features":[418]},{"name":"SmoothingModeNone","features":[418]},{"name":"Status","features":[418]},{"name":"StringAlignment","features":[418]},{"name":"StringAlignmentCenter","features":[418]},{"name":"StringAlignmentFar","features":[418]},{"name":"StringAlignmentNear","features":[418]},{"name":"StringDigitSubstitute","features":[418]},{"name":"StringDigitSubstituteNational","features":[418]},{"name":"StringDigitSubstituteNone","features":[418]},{"name":"StringDigitSubstituteTraditional","features":[418]},{"name":"StringDigitSubstituteUser","features":[418]},{"name":"StringFormatFlags","features":[418]},{"name":"StringFormatFlagsBypassGDI","features":[418]},{"name":"StringFormatFlagsDirectionRightToLeft","features":[418]},{"name":"StringFormatFlagsDirectionVertical","features":[418]},{"name":"StringFormatFlagsDisplayFormatControl","features":[418]},{"name":"StringFormatFlagsLineLimit","features":[418]},{"name":"StringFormatFlagsMeasureTrailingSpaces","features":[418]},{"name":"StringFormatFlagsNoClip","features":[418]},{"name":"StringFormatFlagsNoFitBlackBox","features":[418]},{"name":"StringFormatFlagsNoFontFallback","features":[418]},{"name":"StringFormatFlagsNoWrap","features":[418]},{"name":"StringTrimming","features":[418]},{"name":"StringTrimmingCharacter","features":[418]},{"name":"StringTrimmingEllipsisCharacter","features":[418]},{"name":"StringTrimmingEllipsisPath","features":[418]},{"name":"StringTrimmingEllipsisWord","features":[418]},{"name":"StringTrimmingNone","features":[418]},{"name":"StringTrimmingWord","features":[418]},{"name":"TestControlForceBilinear","features":[418]},{"name":"TestControlGetBuildNumber","features":[418]},{"name":"TestControlNoICM","features":[418]},{"name":"TextRenderingHint","features":[418]},{"name":"TextRenderingHintAntiAlias","features":[418]},{"name":"TextRenderingHintAntiAliasGridFit","features":[418]},{"name":"TextRenderingHintClearTypeGridFit","features":[418]},{"name":"TextRenderingHintSingleBitPerPixel","features":[418]},{"name":"TextRenderingHintSingleBitPerPixelGridFit","features":[418]},{"name":"TextRenderingHintSystemDefault","features":[418]},{"name":"Tint","features":[305,418]},{"name":"TintEffectGuid","features":[418]},{"name":"TintParams","features":[418]},{"name":"Unit","features":[418]},{"name":"UnitDisplay","features":[418]},{"name":"UnitDocument","features":[418]},{"name":"UnitInch","features":[418]},{"name":"UnitMillimeter","features":[418]},{"name":"UnitPixel","features":[418]},{"name":"UnitPoint","features":[418]},{"name":"UnitWorld","features":[418]},{"name":"UnknownImageFormat","features":[418]},{"name":"UnsupportedGdiplusVersion","features":[418]},{"name":"ValueOverflow","features":[418]},{"name":"WarpMode","features":[418]},{"name":"WarpModeBilinear","features":[418]},{"name":"WarpModePerspective","features":[418]},{"name":"Win32Error","features":[418]},{"name":"WmfPlaceableFileHeader","features":[418]},{"name":"WmfRecordTypeAbortDoc","features":[418]},{"name":"WmfRecordTypeAnimatePalette","features":[418]},{"name":"WmfRecordTypeArc","features":[418]},{"name":"WmfRecordTypeBitBlt","features":[418]},{"name":"WmfRecordTypeChord","features":[418]},{"name":"WmfRecordTypeCreateBitmap","features":[418]},{"name":"WmfRecordTypeCreateBitmapIndirect","features":[418]},{"name":"WmfRecordTypeCreateBrush","features":[418]},{"name":"WmfRecordTypeCreateBrushIndirect","features":[418]},{"name":"WmfRecordTypeCreateFontIndirect","features":[418]},{"name":"WmfRecordTypeCreatePalette","features":[418]},{"name":"WmfRecordTypeCreatePatternBrush","features":[418]},{"name":"WmfRecordTypeCreatePenIndirect","features":[418]},{"name":"WmfRecordTypeCreateRegion","features":[418]},{"name":"WmfRecordTypeDIBBitBlt","features":[418]},{"name":"WmfRecordTypeDIBCreatePatternBrush","features":[418]},{"name":"WmfRecordTypeDIBStretchBlt","features":[418]},{"name":"WmfRecordTypeDeleteObject","features":[418]},{"name":"WmfRecordTypeDrawText","features":[418]},{"name":"WmfRecordTypeEllipse","features":[418]},{"name":"WmfRecordTypeEndDoc","features":[418]},{"name":"WmfRecordTypeEndPage","features":[418]},{"name":"WmfRecordTypeEscape","features":[418]},{"name":"WmfRecordTypeExcludeClipRect","features":[418]},{"name":"WmfRecordTypeExtFloodFill","features":[418]},{"name":"WmfRecordTypeExtTextOut","features":[418]},{"name":"WmfRecordTypeFillRegion","features":[418]},{"name":"WmfRecordTypeFloodFill","features":[418]},{"name":"WmfRecordTypeFrameRegion","features":[418]},{"name":"WmfRecordTypeIntersectClipRect","features":[418]},{"name":"WmfRecordTypeInvertRegion","features":[418]},{"name":"WmfRecordTypeLineTo","features":[418]},{"name":"WmfRecordTypeMoveTo","features":[418]},{"name":"WmfRecordTypeOffsetClipRgn","features":[418]},{"name":"WmfRecordTypeOffsetViewportOrg","features":[418]},{"name":"WmfRecordTypeOffsetWindowOrg","features":[418]},{"name":"WmfRecordTypePaintRegion","features":[418]},{"name":"WmfRecordTypePatBlt","features":[418]},{"name":"WmfRecordTypePie","features":[418]},{"name":"WmfRecordTypePolyPolygon","features":[418]},{"name":"WmfRecordTypePolygon","features":[418]},{"name":"WmfRecordTypePolyline","features":[418]},{"name":"WmfRecordTypeRealizePalette","features":[418]},{"name":"WmfRecordTypeRectangle","features":[418]},{"name":"WmfRecordTypeResetDC","features":[418]},{"name":"WmfRecordTypeResizePalette","features":[418]},{"name":"WmfRecordTypeRestoreDC","features":[418]},{"name":"WmfRecordTypeRoundRect","features":[418]},{"name":"WmfRecordTypeSaveDC","features":[418]},{"name":"WmfRecordTypeScaleViewportExt","features":[418]},{"name":"WmfRecordTypeScaleWindowExt","features":[418]},{"name":"WmfRecordTypeSelectClipRegion","features":[418]},{"name":"WmfRecordTypeSelectObject","features":[418]},{"name":"WmfRecordTypeSelectPalette","features":[418]},{"name":"WmfRecordTypeSetBkColor","features":[418]},{"name":"WmfRecordTypeSetBkMode","features":[418]},{"name":"WmfRecordTypeSetDIBToDev","features":[418]},{"name":"WmfRecordTypeSetLayout","features":[418]},{"name":"WmfRecordTypeSetMapMode","features":[418]},{"name":"WmfRecordTypeSetMapperFlags","features":[418]},{"name":"WmfRecordTypeSetPalEntries","features":[418]},{"name":"WmfRecordTypeSetPixel","features":[418]},{"name":"WmfRecordTypeSetPolyFillMode","features":[418]},{"name":"WmfRecordTypeSetROP2","features":[418]},{"name":"WmfRecordTypeSetRelAbs","features":[418]},{"name":"WmfRecordTypeSetStretchBltMode","features":[418]},{"name":"WmfRecordTypeSetTextAlign","features":[418]},{"name":"WmfRecordTypeSetTextCharExtra","features":[418]},{"name":"WmfRecordTypeSetTextColor","features":[418]},{"name":"WmfRecordTypeSetTextJustification","features":[418]},{"name":"WmfRecordTypeSetViewportExt","features":[418]},{"name":"WmfRecordTypeSetViewportOrg","features":[418]},{"name":"WmfRecordTypeSetWindowExt","features":[418]},{"name":"WmfRecordTypeSetWindowOrg","features":[418]},{"name":"WmfRecordTypeStartDoc","features":[418]},{"name":"WmfRecordTypeStartPage","features":[418]},{"name":"WmfRecordTypeStretchBlt","features":[418]},{"name":"WmfRecordTypeStretchDIB","features":[418]},{"name":"WmfRecordTypeTextOut","features":[418]},{"name":"WrapMode","features":[418]},{"name":"WrapModeClamp","features":[418]},{"name":"WrapModeTile","features":[418]},{"name":"WrapModeTileFlipX","features":[418]},{"name":"WrapModeTileFlipXY","features":[418]},{"name":"WrapModeTileFlipY","features":[418]},{"name":"WrongState","features":[418]}],"424":[{"name":"D3DCOMPILE_OPTIMIZATION_LEVEL2","features":[419]},{"name":"D3D_COMPILE_STANDARD_FILE_INCLUDE","features":[419]}],"425":[{"name":"CATID_WICBitmapDecoders","features":[420]},{"name":"CATID_WICBitmapEncoders","features":[420]},{"name":"CATID_WICFormatConverters","features":[420]},{"name":"CATID_WICMetadataReader","features":[420]},{"name":"CATID_WICMetadataWriter","features":[420]},{"name":"CATID_WICPixelFormats","features":[420]},{"name":"CLSID_WIC8BIMIPTCDigestMetadataReader","features":[420]},{"name":"CLSID_WIC8BIMIPTCDigestMetadataWriter","features":[420]},{"name":"CLSID_WIC8BIMIPTCMetadataReader","features":[420]},{"name":"CLSID_WIC8BIMIPTCMetadataWriter","features":[420]},{"name":"CLSID_WIC8BIMResolutionInfoMetadataReader","features":[420]},{"name":"CLSID_WIC8BIMResolutionInfoMetadataWriter","features":[420]},{"name":"CLSID_WICAPEMetadataReader","features":[420]},{"name":"CLSID_WICAPEMetadataWriter","features":[420]},{"name":"CLSID_WICAdngDecoder","features":[420]},{"name":"CLSID_WICApp0MetadataReader","features":[420]},{"name":"CLSID_WICApp0MetadataWriter","features":[420]},{"name":"CLSID_WICApp13MetadataReader","features":[420]},{"name":"CLSID_WICApp13MetadataWriter","features":[420]},{"name":"CLSID_WICApp1MetadataReader","features":[420]},{"name":"CLSID_WICApp1MetadataWriter","features":[420]},{"name":"CLSID_WICBmpDecoder","features":[420]},{"name":"CLSID_WICBmpEncoder","features":[420]},{"name":"CLSID_WICDdsDecoder","features":[420]},{"name":"CLSID_WICDdsEncoder","features":[420]},{"name":"CLSID_WICDdsMetadataReader","features":[420]},{"name":"CLSID_WICDdsMetadataWriter","features":[420]},{"name":"CLSID_WICDefaultFormatConverter","features":[420]},{"name":"CLSID_WICExifMetadataReader","features":[420]},{"name":"CLSID_WICExifMetadataWriter","features":[420]},{"name":"CLSID_WICFormatConverterHighColor","features":[420]},{"name":"CLSID_WICFormatConverterNChannel","features":[420]},{"name":"CLSID_WICFormatConverterWMPhoto","features":[420]},{"name":"CLSID_WICGCEMetadataReader","features":[420]},{"name":"CLSID_WICGCEMetadataWriter","features":[420]},{"name":"CLSID_WICGifCommentMetadataReader","features":[420]},{"name":"CLSID_WICGifCommentMetadataWriter","features":[420]},{"name":"CLSID_WICGifDecoder","features":[420]},{"name":"CLSID_WICGifEncoder","features":[420]},{"name":"CLSID_WICGpsMetadataReader","features":[420]},{"name":"CLSID_WICGpsMetadataWriter","features":[420]},{"name":"CLSID_WICHeifDecoder","features":[420]},{"name":"CLSID_WICHeifEncoder","features":[420]},{"name":"CLSID_WICHeifHDRMetadataReader","features":[420]},{"name":"CLSID_WICHeifMetadataReader","features":[420]},{"name":"CLSID_WICHeifMetadataWriter","features":[420]},{"name":"CLSID_WICIMDMetadataReader","features":[420]},{"name":"CLSID_WICIMDMetadataWriter","features":[420]},{"name":"CLSID_WICIPTCMetadataReader","features":[420]},{"name":"CLSID_WICIPTCMetadataWriter","features":[420]},{"name":"CLSID_WICIRBMetadataReader","features":[420]},{"name":"CLSID_WICIRBMetadataWriter","features":[420]},{"name":"CLSID_WICIcoDecoder","features":[420]},{"name":"CLSID_WICIfdMetadataReader","features":[420]},{"name":"CLSID_WICIfdMetadataWriter","features":[420]},{"name":"CLSID_WICImagingCategories","features":[420]},{"name":"CLSID_WICImagingFactory","features":[420]},{"name":"CLSID_WICImagingFactory1","features":[420]},{"name":"CLSID_WICImagingFactory2","features":[420]},{"name":"CLSID_WICInteropMetadataReader","features":[420]},{"name":"CLSID_WICInteropMetadataWriter","features":[420]},{"name":"CLSID_WICJpegChrominanceMetadataReader","features":[420]},{"name":"CLSID_WICJpegChrominanceMetadataWriter","features":[420]},{"name":"CLSID_WICJpegCommentMetadataReader","features":[420]},{"name":"CLSID_WICJpegCommentMetadataWriter","features":[420]},{"name":"CLSID_WICJpegDecoder","features":[420]},{"name":"CLSID_WICJpegEncoder","features":[420]},{"name":"CLSID_WICJpegLuminanceMetadataReader","features":[420]},{"name":"CLSID_WICJpegLuminanceMetadataWriter","features":[420]},{"name":"CLSID_WICJpegQualcommPhoneEncoder","features":[420]},{"name":"CLSID_WICLSDMetadataReader","features":[420]},{"name":"CLSID_WICLSDMetadataWriter","features":[420]},{"name":"CLSID_WICPlanarFormatConverter","features":[420]},{"name":"CLSID_WICPngBkgdMetadataReader","features":[420]},{"name":"CLSID_WICPngBkgdMetadataWriter","features":[420]},{"name":"CLSID_WICPngChrmMetadataReader","features":[420]},{"name":"CLSID_WICPngChrmMetadataWriter","features":[420]},{"name":"CLSID_WICPngDecoder","features":[420]},{"name":"CLSID_WICPngDecoder1","features":[420]},{"name":"CLSID_WICPngDecoder2","features":[420]},{"name":"CLSID_WICPngEncoder","features":[420]},{"name":"CLSID_WICPngGamaMetadataReader","features":[420]},{"name":"CLSID_WICPngGamaMetadataWriter","features":[420]},{"name":"CLSID_WICPngHistMetadataReader","features":[420]},{"name":"CLSID_WICPngHistMetadataWriter","features":[420]},{"name":"CLSID_WICPngIccpMetadataReader","features":[420]},{"name":"CLSID_WICPngIccpMetadataWriter","features":[420]},{"name":"CLSID_WICPngItxtMetadataReader","features":[420]},{"name":"CLSID_WICPngItxtMetadataWriter","features":[420]},{"name":"CLSID_WICPngSrgbMetadataReader","features":[420]},{"name":"CLSID_WICPngSrgbMetadataWriter","features":[420]},{"name":"CLSID_WICPngTextMetadataReader","features":[420]},{"name":"CLSID_WICPngTextMetadataWriter","features":[420]},{"name":"CLSID_WICPngTimeMetadataReader","features":[420]},{"name":"CLSID_WICPngTimeMetadataWriter","features":[420]},{"name":"CLSID_WICRAWDecoder","features":[420]},{"name":"CLSID_WICSubIfdMetadataReader","features":[420]},{"name":"CLSID_WICSubIfdMetadataWriter","features":[420]},{"name":"CLSID_WICThumbnailMetadataReader","features":[420]},{"name":"CLSID_WICThumbnailMetadataWriter","features":[420]},{"name":"CLSID_WICTiffDecoder","features":[420]},{"name":"CLSID_WICTiffEncoder","features":[420]},{"name":"CLSID_WICUnknownMetadataReader","features":[420]},{"name":"CLSID_WICUnknownMetadataWriter","features":[420]},{"name":"CLSID_WICWebpAnimMetadataReader","features":[420]},{"name":"CLSID_WICWebpAnmfMetadataReader","features":[420]},{"name":"CLSID_WICWebpDecoder","features":[420]},{"name":"CLSID_WICWmpDecoder","features":[420]},{"name":"CLSID_WICWmpEncoder","features":[420]},{"name":"CLSID_WICXMPAltMetadataReader","features":[420]},{"name":"CLSID_WICXMPAltMetadataWriter","features":[420]},{"name":"CLSID_WICXMPBagMetadataReader","features":[420]},{"name":"CLSID_WICXMPBagMetadataWriter","features":[420]},{"name":"CLSID_WICXMPMetadataReader","features":[420]},{"name":"CLSID_WICXMPMetadataWriter","features":[420]},{"name":"CLSID_WICXMPSeqMetadataReader","features":[420]},{"name":"CLSID_WICXMPSeqMetadataWriter","features":[420]},{"name":"CLSID_WICXMPStructMetadataReader","features":[420]},{"name":"CLSID_WICXMPStructMetadataWriter","features":[420]},{"name":"FACILITY_WINCODEC_ERR","features":[420]},{"name":"GUID_ContainerFormatAdng","features":[420]},{"name":"GUID_ContainerFormatBmp","features":[420]},{"name":"GUID_ContainerFormatDds","features":[420]},{"name":"GUID_ContainerFormatGif","features":[420]},{"name":"GUID_ContainerFormatHeif","features":[420]},{"name":"GUID_ContainerFormatIco","features":[420]},{"name":"GUID_ContainerFormatJpeg","features":[420]},{"name":"GUID_ContainerFormatPng","features":[420]},{"name":"GUID_ContainerFormatRaw","features":[420]},{"name":"GUID_ContainerFormatTiff","features":[420]},{"name":"GUID_ContainerFormatWebp","features":[420]},{"name":"GUID_ContainerFormatWmp","features":[420]},{"name":"GUID_MetadataFormat8BIMIPTC","features":[420]},{"name":"GUID_MetadataFormat8BIMIPTCDigest","features":[420]},{"name":"GUID_MetadataFormat8BIMResolutionInfo","features":[420]},{"name":"GUID_MetadataFormatAPE","features":[420]},{"name":"GUID_MetadataFormatApp0","features":[420]},{"name":"GUID_MetadataFormatApp1","features":[420]},{"name":"GUID_MetadataFormatApp13","features":[420]},{"name":"GUID_MetadataFormatChunkbKGD","features":[420]},{"name":"GUID_MetadataFormatChunkcHRM","features":[420]},{"name":"GUID_MetadataFormatChunkgAMA","features":[420]},{"name":"GUID_MetadataFormatChunkhIST","features":[420]},{"name":"GUID_MetadataFormatChunkiCCP","features":[420]},{"name":"GUID_MetadataFormatChunkiTXt","features":[420]},{"name":"GUID_MetadataFormatChunksRGB","features":[420]},{"name":"GUID_MetadataFormatChunktEXt","features":[420]},{"name":"GUID_MetadataFormatChunktIME","features":[420]},{"name":"GUID_MetadataFormatDds","features":[420]},{"name":"GUID_MetadataFormatExif","features":[420]},{"name":"GUID_MetadataFormatGCE","features":[420]},{"name":"GUID_MetadataFormatGifComment","features":[420]},{"name":"GUID_MetadataFormatGps","features":[420]},{"name":"GUID_MetadataFormatHeif","features":[420]},{"name":"GUID_MetadataFormatHeifHDR","features":[420]},{"name":"GUID_MetadataFormatIMD","features":[420]},{"name":"GUID_MetadataFormatIPTC","features":[420]},{"name":"GUID_MetadataFormatIRB","features":[420]},{"name":"GUID_MetadataFormatIfd","features":[420]},{"name":"GUID_MetadataFormatInterop","features":[420]},{"name":"GUID_MetadataFormatJpegChrominance","features":[420]},{"name":"GUID_MetadataFormatJpegComment","features":[420]},{"name":"GUID_MetadataFormatJpegLuminance","features":[420]},{"name":"GUID_MetadataFormatLSD","features":[420]},{"name":"GUID_MetadataFormatSubIfd","features":[420]},{"name":"GUID_MetadataFormatThumbnail","features":[420]},{"name":"GUID_MetadataFormatUnknown","features":[420]},{"name":"GUID_MetadataFormatWebpANIM","features":[420]},{"name":"GUID_MetadataFormatWebpANMF","features":[420]},{"name":"GUID_MetadataFormatXMP","features":[420]},{"name":"GUID_MetadataFormatXMPAlt","features":[420]},{"name":"GUID_MetadataFormatXMPBag","features":[420]},{"name":"GUID_MetadataFormatXMPSeq","features":[420]},{"name":"GUID_MetadataFormatXMPStruct","features":[420]},{"name":"GUID_VendorMicrosoft","features":[420]},{"name":"GUID_VendorMicrosoftBuiltIn","features":[420]},{"name":"GUID_WICPixelFormat112bpp6ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat112bpp7Channels","features":[420]},{"name":"GUID_WICPixelFormat128bpp7ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat128bpp8Channels","features":[420]},{"name":"GUID_WICPixelFormat128bppPRGBAFloat","features":[420]},{"name":"GUID_WICPixelFormat128bppRGBAFixedPoint","features":[420]},{"name":"GUID_WICPixelFormat128bppRGBAFloat","features":[420]},{"name":"GUID_WICPixelFormat128bppRGBFixedPoint","features":[420]},{"name":"GUID_WICPixelFormat128bppRGBFloat","features":[420]},{"name":"GUID_WICPixelFormat144bpp8ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat16bppBGR555","features":[420]},{"name":"GUID_WICPixelFormat16bppBGR565","features":[420]},{"name":"GUID_WICPixelFormat16bppBGRA5551","features":[420]},{"name":"GUID_WICPixelFormat16bppCbCr","features":[420]},{"name":"GUID_WICPixelFormat16bppCbQuantizedDctCoefficients","features":[420]},{"name":"GUID_WICPixelFormat16bppCrQuantizedDctCoefficients","features":[420]},{"name":"GUID_WICPixelFormat16bppGray","features":[420]},{"name":"GUID_WICPixelFormat16bppGrayFixedPoint","features":[420]},{"name":"GUID_WICPixelFormat16bppGrayHalf","features":[420]},{"name":"GUID_WICPixelFormat16bppYQuantizedDctCoefficients","features":[420]},{"name":"GUID_WICPixelFormat1bppIndexed","features":[420]},{"name":"GUID_WICPixelFormat24bpp3Channels","features":[420]},{"name":"GUID_WICPixelFormat24bppBGR","features":[420]},{"name":"GUID_WICPixelFormat24bppRGB","features":[420]},{"name":"GUID_WICPixelFormat2bppGray","features":[420]},{"name":"GUID_WICPixelFormat2bppIndexed","features":[420]},{"name":"GUID_WICPixelFormat32bpp3ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat32bpp4Channels","features":[420]},{"name":"GUID_WICPixelFormat32bppBGR","features":[420]},{"name":"GUID_WICPixelFormat32bppBGR101010","features":[420]},{"name":"GUID_WICPixelFormat32bppBGRA","features":[420]},{"name":"GUID_WICPixelFormat32bppCMYK","features":[420]},{"name":"GUID_WICPixelFormat32bppGrayFixedPoint","features":[420]},{"name":"GUID_WICPixelFormat32bppGrayFloat","features":[420]},{"name":"GUID_WICPixelFormat32bppPBGRA","features":[420]},{"name":"GUID_WICPixelFormat32bppPRGBA","features":[420]},{"name":"GUID_WICPixelFormat32bppR10G10B10A2","features":[420]},{"name":"GUID_WICPixelFormat32bppR10G10B10A2HDR10","features":[420]},{"name":"GUID_WICPixelFormat32bppRGB","features":[420]},{"name":"GUID_WICPixelFormat32bppRGBA","features":[420]},{"name":"GUID_WICPixelFormat32bppRGBA1010102","features":[420]},{"name":"GUID_WICPixelFormat32bppRGBA1010102XR","features":[420]},{"name":"GUID_WICPixelFormat32bppRGBE","features":[420]},{"name":"GUID_WICPixelFormat40bpp4ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat40bpp5Channels","features":[420]},{"name":"GUID_WICPixelFormat40bppCMYKAlpha","features":[420]},{"name":"GUID_WICPixelFormat48bpp3Channels","features":[420]},{"name":"GUID_WICPixelFormat48bpp5ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat48bpp6Channels","features":[420]},{"name":"GUID_WICPixelFormat48bppBGR","features":[420]},{"name":"GUID_WICPixelFormat48bppBGRFixedPoint","features":[420]},{"name":"GUID_WICPixelFormat48bppRGB","features":[420]},{"name":"GUID_WICPixelFormat48bppRGBFixedPoint","features":[420]},{"name":"GUID_WICPixelFormat48bppRGBHalf","features":[420]},{"name":"GUID_WICPixelFormat4bppGray","features":[420]},{"name":"GUID_WICPixelFormat4bppIndexed","features":[420]},{"name":"GUID_WICPixelFormat56bpp6ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat56bpp7Channels","features":[420]},{"name":"GUID_WICPixelFormat64bpp3ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat64bpp4Channels","features":[420]},{"name":"GUID_WICPixelFormat64bpp7ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat64bpp8Channels","features":[420]},{"name":"GUID_WICPixelFormat64bppBGRA","features":[420]},{"name":"GUID_WICPixelFormat64bppBGRAFixedPoint","features":[420]},{"name":"GUID_WICPixelFormat64bppCMYK","features":[420]},{"name":"GUID_WICPixelFormat64bppPBGRA","features":[420]},{"name":"GUID_WICPixelFormat64bppPRGBA","features":[420]},{"name":"GUID_WICPixelFormat64bppPRGBAHalf","features":[420]},{"name":"GUID_WICPixelFormat64bppRGB","features":[420]},{"name":"GUID_WICPixelFormat64bppRGBA","features":[420]},{"name":"GUID_WICPixelFormat64bppRGBAFixedPoint","features":[420]},{"name":"GUID_WICPixelFormat64bppRGBAHalf","features":[420]},{"name":"GUID_WICPixelFormat64bppRGBFixedPoint","features":[420]},{"name":"GUID_WICPixelFormat64bppRGBHalf","features":[420]},{"name":"GUID_WICPixelFormat72bpp8ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat80bpp4ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat80bpp5Channels","features":[420]},{"name":"GUID_WICPixelFormat80bppCMYKAlpha","features":[420]},{"name":"GUID_WICPixelFormat8bppAlpha","features":[420]},{"name":"GUID_WICPixelFormat8bppCb","features":[420]},{"name":"GUID_WICPixelFormat8bppCr","features":[420]},{"name":"GUID_WICPixelFormat8bppGray","features":[420]},{"name":"GUID_WICPixelFormat8bppIndexed","features":[420]},{"name":"GUID_WICPixelFormat8bppY","features":[420]},{"name":"GUID_WICPixelFormat96bpp5ChannelsAlpha","features":[420]},{"name":"GUID_WICPixelFormat96bpp6Channels","features":[420]},{"name":"GUID_WICPixelFormat96bppRGBFixedPoint","features":[420]},{"name":"GUID_WICPixelFormat96bppRGBFloat","features":[420]},{"name":"GUID_WICPixelFormatBlackWhite","features":[420]},{"name":"GUID_WICPixelFormatDontCare","features":[420]},{"name":"IWICBitmap","features":[420]},{"name":"IWICBitmapClipper","features":[420]},{"name":"IWICBitmapCodecInfo","features":[420]},{"name":"IWICBitmapCodecProgressNotification","features":[420]},{"name":"IWICBitmapDecoder","features":[420]},{"name":"IWICBitmapDecoderInfo","features":[420]},{"name":"IWICBitmapEncoder","features":[420]},{"name":"IWICBitmapEncoderInfo","features":[420]},{"name":"IWICBitmapFlipRotator","features":[420]},{"name":"IWICBitmapFrameDecode","features":[420]},{"name":"IWICBitmapFrameEncode","features":[420]},{"name":"IWICBitmapLock","features":[420]},{"name":"IWICBitmapScaler","features":[420]},{"name":"IWICBitmapSource","features":[420]},{"name":"IWICBitmapSourceTransform","features":[420]},{"name":"IWICColorContext","features":[420]},{"name":"IWICColorTransform","features":[420]},{"name":"IWICComponentFactory","features":[420]},{"name":"IWICComponentInfo","features":[420]},{"name":"IWICDdsDecoder","features":[420]},{"name":"IWICDdsEncoder","features":[420]},{"name":"IWICDdsFrameDecode","features":[420]},{"name":"IWICDevelopRaw","features":[420]},{"name":"IWICDevelopRawNotificationCallback","features":[420]},{"name":"IWICEnumMetadataItem","features":[420]},{"name":"IWICFastMetadataEncoder","features":[420]},{"name":"IWICFormatConverter","features":[420]},{"name":"IWICFormatConverterInfo","features":[420]},{"name":"IWICImagingFactory","features":[420]},{"name":"IWICJpegFrameDecode","features":[420]},{"name":"IWICJpegFrameEncode","features":[420]},{"name":"IWICMetadataBlockReader","features":[420]},{"name":"IWICMetadataBlockWriter","features":[420]},{"name":"IWICMetadataHandlerInfo","features":[420]},{"name":"IWICMetadataQueryReader","features":[420]},{"name":"IWICMetadataQueryWriter","features":[420]},{"name":"IWICMetadataReader","features":[420]},{"name":"IWICMetadataReaderInfo","features":[420]},{"name":"IWICMetadataWriter","features":[420]},{"name":"IWICMetadataWriterInfo","features":[420]},{"name":"IWICPalette","features":[420]},{"name":"IWICPersistStream","features":[420,358]},{"name":"IWICPixelFormatInfo","features":[420]},{"name":"IWICPixelFormatInfo2","features":[420]},{"name":"IWICPlanarBitmapFrameEncode","features":[420]},{"name":"IWICPlanarBitmapSourceTransform","features":[420]},{"name":"IWICPlanarFormatConverter","features":[420]},{"name":"IWICProgressCallback","features":[420]},{"name":"IWICProgressiveLevelControl","features":[420]},{"name":"IWICStream","features":[420,358]},{"name":"IWICStreamProvider","features":[420]},{"name":"PFNProgressNotification","features":[420]},{"name":"WIC8BIMIptcDigestIptcDigest","features":[420]},{"name":"WIC8BIMIptcDigestPString","features":[420]},{"name":"WIC8BIMIptcDigestProperties","features":[420]},{"name":"WIC8BIMIptcEmbeddedIPTC","features":[420]},{"name":"WIC8BIMIptcPString","features":[420]},{"name":"WIC8BIMIptcProperties","features":[420]},{"name":"WIC8BIMResolutionInfoHResolution","features":[420]},{"name":"WIC8BIMResolutionInfoHResolutionUnit","features":[420]},{"name":"WIC8BIMResolutionInfoHeightUnit","features":[420]},{"name":"WIC8BIMResolutionInfoPString","features":[420]},{"name":"WIC8BIMResolutionInfoProperties","features":[420]},{"name":"WIC8BIMResolutionInfoVResolution","features":[420]},{"name":"WIC8BIMResolutionInfoVResolutionUnit","features":[420]},{"name":"WIC8BIMResolutionInfoWidthUnit","features":[420]},{"name":"WICAllComponents","features":[420]},{"name":"WICAsShotParameterSet","features":[420]},{"name":"WICAutoAdjustedParameterSet","features":[420]},{"name":"WICBitmapAlphaChannelOption","features":[420]},{"name":"WICBitmapCacheOnDemand","features":[420]},{"name":"WICBitmapCacheOnLoad","features":[420]},{"name":"WICBitmapCreateCacheOption","features":[420]},{"name":"WICBitmapDecoderCapabilities","features":[420]},{"name":"WICBitmapDecoderCapabilityCanDecodeAllImages","features":[420]},{"name":"WICBitmapDecoderCapabilityCanDecodeSomeImages","features":[420]},{"name":"WICBitmapDecoderCapabilityCanDecodeThumbnail","features":[420]},{"name":"WICBitmapDecoderCapabilityCanEnumerateMetadata","features":[420]},{"name":"WICBitmapDecoderCapabilitySameEncoder","features":[420]},{"name":"WICBitmapDitherType","features":[420]},{"name":"WICBitmapDitherTypeDualSpiral4x4","features":[420]},{"name":"WICBitmapDitherTypeDualSpiral8x8","features":[420]},{"name":"WICBitmapDitherTypeErrorDiffusion","features":[420]},{"name":"WICBitmapDitherTypeNone","features":[420]},{"name":"WICBitmapDitherTypeOrdered16x16","features":[420]},{"name":"WICBitmapDitherTypeOrdered4x4","features":[420]},{"name":"WICBitmapDitherTypeOrdered8x8","features":[420]},{"name":"WICBitmapDitherTypeSolid","features":[420]},{"name":"WICBitmapDitherTypeSpiral4x4","features":[420]},{"name":"WICBitmapDitherTypeSpiral8x8","features":[420]},{"name":"WICBitmapEncoderCacheInMemory","features":[420]},{"name":"WICBitmapEncoderCacheOption","features":[420]},{"name":"WICBitmapEncoderCacheTempFile","features":[420]},{"name":"WICBitmapEncoderNoCache","features":[420]},{"name":"WICBitmapIgnoreAlpha","features":[420]},{"name":"WICBitmapInterpolationMode","features":[420]},{"name":"WICBitmapInterpolationModeCubic","features":[420]},{"name":"WICBitmapInterpolationModeFant","features":[420]},{"name":"WICBitmapInterpolationModeHighQualityCubic","features":[420]},{"name":"WICBitmapInterpolationModeLinear","features":[420]},{"name":"WICBitmapInterpolationModeNearestNeighbor","features":[420]},{"name":"WICBitmapLockFlags","features":[420]},{"name":"WICBitmapLockRead","features":[420]},{"name":"WICBitmapLockWrite","features":[420]},{"name":"WICBitmapNoCache","features":[420]},{"name":"WICBitmapPaletteType","features":[420]},{"name":"WICBitmapPaletteTypeCustom","features":[420]},{"name":"WICBitmapPaletteTypeFixedBW","features":[420]},{"name":"WICBitmapPaletteTypeFixedGray16","features":[420]},{"name":"WICBitmapPaletteTypeFixedGray256","features":[420]},{"name":"WICBitmapPaletteTypeFixedGray4","features":[420]},{"name":"WICBitmapPaletteTypeFixedHalftone125","features":[420]},{"name":"WICBitmapPaletteTypeFixedHalftone216","features":[420]},{"name":"WICBitmapPaletteTypeFixedHalftone252","features":[420]},{"name":"WICBitmapPaletteTypeFixedHalftone256","features":[420]},{"name":"WICBitmapPaletteTypeFixedHalftone27","features":[420]},{"name":"WICBitmapPaletteTypeFixedHalftone64","features":[420]},{"name":"WICBitmapPaletteTypeFixedHalftone8","features":[420]},{"name":"WICBitmapPaletteTypeFixedWebPalette","features":[420]},{"name":"WICBitmapPaletteTypeMedianCut","features":[420]},{"name":"WICBitmapPattern","features":[305,420]},{"name":"WICBitmapPlane","features":[420]},{"name":"WICBitmapPlaneDescription","features":[420]},{"name":"WICBitmapTransformFlipHorizontal","features":[420]},{"name":"WICBitmapTransformFlipVertical","features":[420]},{"name":"WICBitmapTransformOptions","features":[420]},{"name":"WICBitmapTransformRotate0","features":[420]},{"name":"WICBitmapTransformRotate180","features":[420]},{"name":"WICBitmapTransformRotate270","features":[420]},{"name":"WICBitmapTransformRotate90","features":[420]},{"name":"WICBitmapUseAlpha","features":[420]},{"name":"WICBitmapUsePremultipliedAlpha","features":[420]},{"name":"WICColorContextExifColorSpace","features":[420]},{"name":"WICColorContextProfile","features":[420]},{"name":"WICColorContextType","features":[420]},{"name":"WICColorContextUninitialized","features":[420]},{"name":"WICComponentDisabled","features":[420]},{"name":"WICComponentEnumerateBuiltInOnly","features":[420]},{"name":"WICComponentEnumerateDefault","features":[420]},{"name":"WICComponentEnumerateDisabled","features":[420]},{"name":"WICComponentEnumerateOptions","features":[420]},{"name":"WICComponentEnumerateRefresh","features":[420]},{"name":"WICComponentEnumerateUnsigned","features":[420]},{"name":"WICComponentSafe","features":[420]},{"name":"WICComponentSigned","features":[420]},{"name":"WICComponentSigning","features":[420]},{"name":"WICComponentType","features":[420]},{"name":"WICComponentUnsigned","features":[420]},{"name":"WICConvertBitmapSource","features":[420]},{"name":"WICCreateBitmapFromSection","features":[305,420]},{"name":"WICCreateBitmapFromSectionEx","features":[305,420]},{"name":"WICDdsAlphaMode","features":[420]},{"name":"WICDdsAlphaModeCustom","features":[420]},{"name":"WICDdsAlphaModeOpaque","features":[420]},{"name":"WICDdsAlphaModePremultiplied","features":[420]},{"name":"WICDdsAlphaModeStraight","features":[420]},{"name":"WICDdsAlphaModeUnknown","features":[420]},{"name":"WICDdsDimension","features":[420]},{"name":"WICDdsFormatInfo","features":[402,420]},{"name":"WICDdsParameters","features":[402,420]},{"name":"WICDdsTexture1D","features":[420]},{"name":"WICDdsTexture2D","features":[420]},{"name":"WICDdsTexture3D","features":[420]},{"name":"WICDdsTextureCube","features":[420]},{"name":"WICDecodeMetadataCacheOnDemand","features":[420]},{"name":"WICDecodeMetadataCacheOnLoad","features":[420]},{"name":"WICDecodeOptions","features":[420]},{"name":"WICDecoder","features":[420]},{"name":"WICEncoder","features":[420]},{"name":"WICGetMetadataContentSize","features":[420]},{"name":"WICGifApplicationExtensionApplication","features":[420]},{"name":"WICGifApplicationExtensionData","features":[420]},{"name":"WICGifApplicationExtensionProperties","features":[420]},{"name":"WICGifCommentExtensionProperties","features":[420]},{"name":"WICGifCommentExtensionText","features":[420]},{"name":"WICGifGraphicControlExtensionDelay","features":[420]},{"name":"WICGifGraphicControlExtensionDisposal","features":[420]},{"name":"WICGifGraphicControlExtensionProperties","features":[420]},{"name":"WICGifGraphicControlExtensionTransparencyFlag","features":[420]},{"name":"WICGifGraphicControlExtensionTransparentColorIndex","features":[420]},{"name":"WICGifGraphicControlExtensionUserInputFlag","features":[420]},{"name":"WICGifImageDescriptorHeight","features":[420]},{"name":"WICGifImageDescriptorInterlaceFlag","features":[420]},{"name":"WICGifImageDescriptorLeft","features":[420]},{"name":"WICGifImageDescriptorLocalColorTableFlag","features":[420]},{"name":"WICGifImageDescriptorLocalColorTableSize","features":[420]},{"name":"WICGifImageDescriptorProperties","features":[420]},{"name":"WICGifImageDescriptorSortFlag","features":[420]},{"name":"WICGifImageDescriptorTop","features":[420]},{"name":"WICGifImageDescriptorWidth","features":[420]},{"name":"WICGifLogicalScreenDescriptorBackgroundColorIndex","features":[420]},{"name":"WICGifLogicalScreenDescriptorColorResolution","features":[420]},{"name":"WICGifLogicalScreenDescriptorGlobalColorTableFlag","features":[420]},{"name":"WICGifLogicalScreenDescriptorGlobalColorTableSize","features":[420]},{"name":"WICGifLogicalScreenDescriptorHeight","features":[420]},{"name":"WICGifLogicalScreenDescriptorPixelAspectRatio","features":[420]},{"name":"WICGifLogicalScreenDescriptorProperties","features":[420]},{"name":"WICGifLogicalScreenDescriptorSortFlag","features":[420]},{"name":"WICGifLogicalScreenDescriptorWidth","features":[420]},{"name":"WICGifLogicalScreenSignature","features":[420]},{"name":"WICHeifHdrCustomVideoPrimaries","features":[420]},{"name":"WICHeifHdrMaximumFrameAverageLuminanceLevel","features":[420]},{"name":"WICHeifHdrMaximumLuminanceLevel","features":[420]},{"name":"WICHeifHdrMaximumMasteringDisplayLuminanceLevel","features":[420]},{"name":"WICHeifHdrMinimumMasteringDisplayLuminanceLevel","features":[420]},{"name":"WICHeifHdrProperties","features":[420]},{"name":"WICHeifOrientation","features":[420]},{"name":"WICHeifProperties","features":[420]},{"name":"WICImageParameters","features":[405,402,420]},{"name":"WICJpegChrominanceProperties","features":[420]},{"name":"WICJpegChrominanceTable","features":[420]},{"name":"WICJpegCommentProperties","features":[420]},{"name":"WICJpegCommentText","features":[420]},{"name":"WICJpegFrameHeader","features":[420]},{"name":"WICJpegIndexingOptions","features":[420]},{"name":"WICJpegIndexingOptionsGenerateOnDemand","features":[420]},{"name":"WICJpegIndexingOptionsGenerateOnLoad","features":[420]},{"name":"WICJpegLuminanceProperties","features":[420]},{"name":"WICJpegLuminanceTable","features":[420]},{"name":"WICJpegScanHeader","features":[420]},{"name":"WICJpegScanType","features":[420]},{"name":"WICJpegScanTypeInterleaved","features":[420]},{"name":"WICJpegScanTypePlanarComponents","features":[420]},{"name":"WICJpegScanTypeProgressive","features":[420]},{"name":"WICJpegTransferMatrix","features":[420]},{"name":"WICJpegTransferMatrixBT601","features":[420]},{"name":"WICJpegTransferMatrixIdentity","features":[420]},{"name":"WICJpegYCrCbSubsampling420","features":[420]},{"name":"WICJpegYCrCbSubsampling422","features":[420]},{"name":"WICJpegYCrCbSubsampling440","features":[420]},{"name":"WICJpegYCrCbSubsampling444","features":[420]},{"name":"WICJpegYCrCbSubsamplingDefault","features":[420]},{"name":"WICJpegYCrCbSubsamplingOption","features":[420]},{"name":"WICMapGuidToShortName","features":[420]},{"name":"WICMapSchemaToName","features":[420]},{"name":"WICMapShortNameToGuid","features":[420]},{"name":"WICMatchMetadataContent","features":[420,358]},{"name":"WICMetadataCreationAllowUnknown","features":[420]},{"name":"WICMetadataCreationDefault","features":[420]},{"name":"WICMetadataCreationFailUnknown","features":[420]},{"name":"WICMetadataCreationMask","features":[420]},{"name":"WICMetadataCreationOptions","features":[420]},{"name":"WICMetadataHeader","features":[420]},{"name":"WICMetadataPattern","features":[420]},{"name":"WICMetadataReader","features":[420]},{"name":"WICMetadataWriter","features":[420]},{"name":"WICNamedWhitePoint","features":[420]},{"name":"WICPersistOptionBigEndian","features":[420]},{"name":"WICPersistOptionDefault","features":[420]},{"name":"WICPersistOptionLittleEndian","features":[420]},{"name":"WICPersistOptionMask","features":[420]},{"name":"WICPersistOptionNoCacheStream","features":[420]},{"name":"WICPersistOptionPreferUTF8","features":[420]},{"name":"WICPersistOptionStrictFormat","features":[420]},{"name":"WICPersistOptions","features":[420]},{"name":"WICPixelFormat","features":[420]},{"name":"WICPixelFormatConverter","features":[420]},{"name":"WICPixelFormatNumericRepresentation","features":[420]},{"name":"WICPixelFormatNumericRepresentationFixed","features":[420]},{"name":"WICPixelFormatNumericRepresentationFloat","features":[420]},{"name":"WICPixelFormatNumericRepresentationIndexed","features":[420]},{"name":"WICPixelFormatNumericRepresentationSignedInteger","features":[420]},{"name":"WICPixelFormatNumericRepresentationUnsignedInteger","features":[420]},{"name":"WICPixelFormatNumericRepresentationUnspecified","features":[420]},{"name":"WICPlanarOptions","features":[420]},{"name":"WICPlanarOptionsDefault","features":[420]},{"name":"WICPlanarOptionsPreserveSubsampling","features":[420]},{"name":"WICPngBkgdBackgroundColor","features":[420]},{"name":"WICPngBkgdProperties","features":[420]},{"name":"WICPngChrmBlueX","features":[420]},{"name":"WICPngChrmBlueY","features":[420]},{"name":"WICPngChrmGreenX","features":[420]},{"name":"WICPngChrmGreenY","features":[420]},{"name":"WICPngChrmProperties","features":[420]},{"name":"WICPngChrmRedX","features":[420]},{"name":"WICPngChrmRedY","features":[420]},{"name":"WICPngChrmWhitePointX","features":[420]},{"name":"WICPngChrmWhitePointY","features":[420]},{"name":"WICPngFilterAdaptive","features":[420]},{"name":"WICPngFilterAverage","features":[420]},{"name":"WICPngFilterNone","features":[420]},{"name":"WICPngFilterOption","features":[420]},{"name":"WICPngFilterPaeth","features":[420]},{"name":"WICPngFilterSub","features":[420]},{"name":"WICPngFilterUnspecified","features":[420]},{"name":"WICPngFilterUp","features":[420]},{"name":"WICPngGamaGamma","features":[420]},{"name":"WICPngGamaProperties","features":[420]},{"name":"WICPngHistFrequencies","features":[420]},{"name":"WICPngHistProperties","features":[420]},{"name":"WICPngIccpProfileData","features":[420]},{"name":"WICPngIccpProfileName","features":[420]},{"name":"WICPngIccpProperties","features":[420]},{"name":"WICPngItxtCompressionFlag","features":[420]},{"name":"WICPngItxtKeyword","features":[420]},{"name":"WICPngItxtLanguageTag","features":[420]},{"name":"WICPngItxtProperties","features":[420]},{"name":"WICPngItxtText","features":[420]},{"name":"WICPngItxtTranslatedKeyword","features":[420]},{"name":"WICPngSrgbProperties","features":[420]},{"name":"WICPngSrgbRenderingIntent","features":[420]},{"name":"WICPngTimeDay","features":[420]},{"name":"WICPngTimeHour","features":[420]},{"name":"WICPngTimeMinute","features":[420]},{"name":"WICPngTimeMonth","features":[420]},{"name":"WICPngTimeProperties","features":[420]},{"name":"WICPngTimeSecond","features":[420]},{"name":"WICPngTimeYear","features":[420]},{"name":"WICProgressNotification","features":[420]},{"name":"WICProgressNotificationAll","features":[420]},{"name":"WICProgressNotificationBegin","features":[420]},{"name":"WICProgressNotificationEnd","features":[420]},{"name":"WICProgressNotificationFrequent","features":[420]},{"name":"WICProgressOperation","features":[420]},{"name":"WICProgressOperationAll","features":[420]},{"name":"WICProgressOperationCopyPixels","features":[420]},{"name":"WICProgressOperationWritePixels","features":[420]},{"name":"WICRawCapabilities","features":[420]},{"name":"WICRawCapabilitiesInfo","features":[420]},{"name":"WICRawCapabilityFullySupported","features":[420]},{"name":"WICRawCapabilityGetSupported","features":[420]},{"name":"WICRawCapabilityNotSupported","features":[420]},{"name":"WICRawChangeNotification_Contrast","features":[420]},{"name":"WICRawChangeNotification_DestinationColorContext","features":[420]},{"name":"WICRawChangeNotification_ExposureCompensation","features":[420]},{"name":"WICRawChangeNotification_Gamma","features":[420]},{"name":"WICRawChangeNotification_KelvinWhitePoint","features":[420]},{"name":"WICRawChangeNotification_NamedWhitePoint","features":[420]},{"name":"WICRawChangeNotification_NoiseReduction","features":[420]},{"name":"WICRawChangeNotification_RGBWhitePoint","features":[420]},{"name":"WICRawChangeNotification_RenderMode","features":[420]},{"name":"WICRawChangeNotification_Rotation","features":[420]},{"name":"WICRawChangeNotification_Saturation","features":[420]},{"name":"WICRawChangeNotification_Sharpness","features":[420]},{"name":"WICRawChangeNotification_Tint","features":[420]},{"name":"WICRawChangeNotification_ToneCurve","features":[420]},{"name":"WICRawParameterSet","features":[420]},{"name":"WICRawRenderMode","features":[420]},{"name":"WICRawRenderModeBestQuality","features":[420]},{"name":"WICRawRenderModeDraft","features":[420]},{"name":"WICRawRenderModeNormal","features":[420]},{"name":"WICRawRotationCapabilities","features":[420]},{"name":"WICRawRotationCapabilityFullySupported","features":[420]},{"name":"WICRawRotationCapabilityGetSupported","features":[420]},{"name":"WICRawRotationCapabilityNinetyDegreesSupported","features":[420]},{"name":"WICRawRotationCapabilityNotSupported","features":[420]},{"name":"WICRawToneCurve","features":[420]},{"name":"WICRawToneCurvePoint","features":[420]},{"name":"WICRect","features":[420]},{"name":"WICSectionAccessLevel","features":[420]},{"name":"WICSectionAccessLevelRead","features":[420]},{"name":"WICSectionAccessLevelReadWrite","features":[420]},{"name":"WICSerializeMetadataContent","features":[420,358]},{"name":"WICTiffCompressionCCITT3","features":[420]},{"name":"WICTiffCompressionCCITT4","features":[420]},{"name":"WICTiffCompressionDontCare","features":[420]},{"name":"WICTiffCompressionLZW","features":[420]},{"name":"WICTiffCompressionLZWHDifferencing","features":[420]},{"name":"WICTiffCompressionNone","features":[420]},{"name":"WICTiffCompressionOption","features":[420]},{"name":"WICTiffCompressionRLE","features":[420]},{"name":"WICTiffCompressionZIP","features":[420]},{"name":"WICUserAdjustedParameterSet","features":[420]},{"name":"WICWebpAnimLoopCount","features":[420]},{"name":"WICWebpAnimProperties","features":[420]},{"name":"WICWebpAnmfFrameDuration","features":[420]},{"name":"WICWebpAnmfProperties","features":[420]},{"name":"WICWhitePointAsShot","features":[420]},{"name":"WICWhitePointAutoWhiteBalance","features":[420]},{"name":"WICWhitePointCloudy","features":[420]},{"name":"WICWhitePointCustom","features":[420]},{"name":"WICWhitePointDaylight","features":[420]},{"name":"WICWhitePointDefault","features":[420]},{"name":"WICWhitePointFlash","features":[420]},{"name":"WICWhitePointFluorescent","features":[420]},{"name":"WICWhitePointShade","features":[420]},{"name":"WICWhitePointTungsten","features":[420]},{"name":"WICWhitePointUnderwater","features":[420]},{"name":"WIC_JPEG_HUFFMAN_BASELINE_ONE","features":[420]},{"name":"WIC_JPEG_HUFFMAN_BASELINE_THREE","features":[420]},{"name":"WIC_JPEG_MAX_COMPONENT_COUNT","features":[420]},{"name":"WIC_JPEG_MAX_TABLE_INDEX","features":[420]},{"name":"WIC_JPEG_QUANTIZATION_BASELINE_ONE","features":[420]},{"name":"WIC_JPEG_QUANTIZATION_BASELINE_THREE","features":[420]},{"name":"WIC_JPEG_SAMPLE_FACTORS_ONE","features":[420]},{"name":"WIC_JPEG_SAMPLE_FACTORS_THREE_420","features":[420]},{"name":"WIC_JPEG_SAMPLE_FACTORS_THREE_422","features":[420]},{"name":"WIC_JPEG_SAMPLE_FACTORS_THREE_440","features":[420]},{"name":"WIC_JPEG_SAMPLE_FACTORS_THREE_444","features":[420]},{"name":"WINCODEC_ERR_ABORTED","features":[420]},{"name":"WINCODEC_ERR_ACCESSDENIED","features":[420]},{"name":"WINCODEC_ERR_BASE","features":[420]},{"name":"WINCODEC_ERR_GENERIC_ERROR","features":[420]},{"name":"WINCODEC_ERR_INVALIDPARAMETER","features":[420]},{"name":"WINCODEC_ERR_NOTIMPLEMENTED","features":[420]},{"name":"WINCODEC_ERR_OUTOFMEMORY","features":[420]},{"name":"WINCODEC_SDK_VERSION","features":[420]},{"name":"WINCODEC_SDK_VERSION1","features":[420]},{"name":"WINCODEC_SDK_VERSION2","features":[420]}],"426":[{"name":"IWICImageEncoder","features":[421]},{"name":"IWICImagingFactory2","features":[421]}],"427":[{"name":"ChoosePixelFormat","features":[317,378]},{"name":"DescribePixelFormat","features":[317,378]},{"name":"EMRPIXELFORMAT","features":[317,378]},{"name":"GLU_AUTO_LOAD_MATRIX","features":[378]},{"name":"GLU_BEGIN","features":[378]},{"name":"GLU_CCW","features":[378]},{"name":"GLU_CULLING","features":[378]},{"name":"GLU_CW","features":[378]},{"name":"GLU_DISPLAY_MODE","features":[378]},{"name":"GLU_DOMAIN_DISTANCE","features":[378]},{"name":"GLU_EDGE_FLAG","features":[378]},{"name":"GLU_END","features":[378]},{"name":"GLU_ERROR","features":[378]},{"name":"GLU_EXTENSIONS","features":[378]},{"name":"GLU_EXTERIOR","features":[378]},{"name":"GLU_FALSE","features":[378]},{"name":"GLU_FILL","features":[378]},{"name":"GLU_FLAT","features":[378]},{"name":"GLU_INCOMPATIBLE_GL_VERSION","features":[378]},{"name":"GLU_INSIDE","features":[378]},{"name":"GLU_INTERIOR","features":[378]},{"name":"GLU_INVALID_ENUM","features":[378]},{"name":"GLU_INVALID_VALUE","features":[378]},{"name":"GLU_LINE","features":[378]},{"name":"GLU_MAP1_TRIM_2","features":[378]},{"name":"GLU_MAP1_TRIM_3","features":[378]},{"name":"GLU_NONE","features":[378]},{"name":"GLU_NURBS_ERROR1","features":[378]},{"name":"GLU_NURBS_ERROR10","features":[378]},{"name":"GLU_NURBS_ERROR11","features":[378]},{"name":"GLU_NURBS_ERROR12","features":[378]},{"name":"GLU_NURBS_ERROR13","features":[378]},{"name":"GLU_NURBS_ERROR14","features":[378]},{"name":"GLU_NURBS_ERROR15","features":[378]},{"name":"GLU_NURBS_ERROR16","features":[378]},{"name":"GLU_NURBS_ERROR17","features":[378]},{"name":"GLU_NURBS_ERROR18","features":[378]},{"name":"GLU_NURBS_ERROR19","features":[378]},{"name":"GLU_NURBS_ERROR2","features":[378]},{"name":"GLU_NURBS_ERROR20","features":[378]},{"name":"GLU_NURBS_ERROR21","features":[378]},{"name":"GLU_NURBS_ERROR22","features":[378]},{"name":"GLU_NURBS_ERROR23","features":[378]},{"name":"GLU_NURBS_ERROR24","features":[378]},{"name":"GLU_NURBS_ERROR25","features":[378]},{"name":"GLU_NURBS_ERROR26","features":[378]},{"name":"GLU_NURBS_ERROR27","features":[378]},{"name":"GLU_NURBS_ERROR28","features":[378]},{"name":"GLU_NURBS_ERROR29","features":[378]},{"name":"GLU_NURBS_ERROR3","features":[378]},{"name":"GLU_NURBS_ERROR30","features":[378]},{"name":"GLU_NURBS_ERROR31","features":[378]},{"name":"GLU_NURBS_ERROR32","features":[378]},{"name":"GLU_NURBS_ERROR33","features":[378]},{"name":"GLU_NURBS_ERROR34","features":[378]},{"name":"GLU_NURBS_ERROR35","features":[378]},{"name":"GLU_NURBS_ERROR36","features":[378]},{"name":"GLU_NURBS_ERROR37","features":[378]},{"name":"GLU_NURBS_ERROR4","features":[378]},{"name":"GLU_NURBS_ERROR5","features":[378]},{"name":"GLU_NURBS_ERROR6","features":[378]},{"name":"GLU_NURBS_ERROR7","features":[378]},{"name":"GLU_NURBS_ERROR8","features":[378]},{"name":"GLU_NURBS_ERROR9","features":[378]},{"name":"GLU_OUTLINE_PATCH","features":[378]},{"name":"GLU_OUTLINE_POLYGON","features":[378]},{"name":"GLU_OUTSIDE","features":[378]},{"name":"GLU_OUT_OF_MEMORY","features":[378]},{"name":"GLU_PARAMETRIC_ERROR","features":[378]},{"name":"GLU_PARAMETRIC_TOLERANCE","features":[378]},{"name":"GLU_PATH_LENGTH","features":[378]},{"name":"GLU_POINT","features":[378]},{"name":"GLU_SAMPLING_METHOD","features":[378]},{"name":"GLU_SAMPLING_TOLERANCE","features":[378]},{"name":"GLU_SILHOUETTE","features":[378]},{"name":"GLU_SMOOTH","features":[378]},{"name":"GLU_TESS_BEGIN","features":[378]},{"name":"GLU_TESS_BEGIN_DATA","features":[378]},{"name":"GLU_TESS_BOUNDARY_ONLY","features":[378]},{"name":"GLU_TESS_COMBINE","features":[378]},{"name":"GLU_TESS_COMBINE_DATA","features":[378]},{"name":"GLU_TESS_COORD_TOO_LARGE","features":[378]},{"name":"GLU_TESS_EDGE_FLAG","features":[378]},{"name":"GLU_TESS_EDGE_FLAG_DATA","features":[378]},{"name":"GLU_TESS_END","features":[378]},{"name":"GLU_TESS_END_DATA","features":[378]},{"name":"GLU_TESS_ERROR","features":[378]},{"name":"GLU_TESS_ERROR1","features":[378]},{"name":"GLU_TESS_ERROR2","features":[378]},{"name":"GLU_TESS_ERROR3","features":[378]},{"name":"GLU_TESS_ERROR4","features":[378]},{"name":"GLU_TESS_ERROR5","features":[378]},{"name":"GLU_TESS_ERROR6","features":[378]},{"name":"GLU_TESS_ERROR7","features":[378]},{"name":"GLU_TESS_ERROR8","features":[378]},{"name":"GLU_TESS_ERROR_DATA","features":[378]},{"name":"GLU_TESS_MISSING_BEGIN_CONTOUR","features":[378]},{"name":"GLU_TESS_MISSING_BEGIN_POLYGON","features":[378]},{"name":"GLU_TESS_MISSING_END_CONTOUR","features":[378]},{"name":"GLU_TESS_MISSING_END_POLYGON","features":[378]},{"name":"GLU_TESS_NEED_COMBINE_CALLBACK","features":[378]},{"name":"GLU_TESS_TOLERANCE","features":[378]},{"name":"GLU_TESS_VERTEX","features":[378]},{"name":"GLU_TESS_VERTEX_DATA","features":[378]},{"name":"GLU_TESS_WINDING_ABS_GEQ_TWO","features":[378]},{"name":"GLU_TESS_WINDING_NEGATIVE","features":[378]},{"name":"GLU_TESS_WINDING_NONZERO","features":[378]},{"name":"GLU_TESS_WINDING_ODD","features":[378]},{"name":"GLU_TESS_WINDING_POSITIVE","features":[378]},{"name":"GLU_TESS_WINDING_RULE","features":[378]},{"name":"GLU_TRUE","features":[378]},{"name":"GLU_UNKNOWN","features":[378]},{"name":"GLU_U_STEP","features":[378]},{"name":"GLU_VERSION","features":[378]},{"name":"GLU_VERSION_1_1","features":[378]},{"name":"GLU_VERSION_1_2","features":[378]},{"name":"GLU_VERTEX","features":[378]},{"name":"GLU_V_STEP","features":[378]},{"name":"GLUnurbs","features":[378]},{"name":"GLUnurbsErrorProc","features":[378]},{"name":"GLUquadric","features":[378]},{"name":"GLUquadricErrorProc","features":[378]},{"name":"GLUtessBeginDataProc","features":[378]},{"name":"GLUtessBeginProc","features":[378]},{"name":"GLUtessCombineDataProc","features":[378]},{"name":"GLUtessCombineProc","features":[378]},{"name":"GLUtessEdgeFlagDataProc","features":[378]},{"name":"GLUtessEdgeFlagProc","features":[378]},{"name":"GLUtessEndDataProc","features":[378]},{"name":"GLUtessEndProc","features":[378]},{"name":"GLUtessErrorDataProc","features":[378]},{"name":"GLUtessErrorProc","features":[378]},{"name":"GLUtessVertexDataProc","features":[378]},{"name":"GLUtessVertexProc","features":[378]},{"name":"GLUtesselator","features":[378]},{"name":"GLYPHMETRICSFLOAT","features":[378]},{"name":"GL_2D","features":[378]},{"name":"GL_2_BYTES","features":[378]},{"name":"GL_3D","features":[378]},{"name":"GL_3D_COLOR","features":[378]},{"name":"GL_3D_COLOR_TEXTURE","features":[378]},{"name":"GL_3_BYTES","features":[378]},{"name":"GL_4D_COLOR_TEXTURE","features":[378]},{"name":"GL_4_BYTES","features":[378]},{"name":"GL_ACCUM","features":[378]},{"name":"GL_ACCUM_ALPHA_BITS","features":[378]},{"name":"GL_ACCUM_BLUE_BITS","features":[378]},{"name":"GL_ACCUM_BUFFER_BIT","features":[378]},{"name":"GL_ACCUM_CLEAR_VALUE","features":[378]},{"name":"GL_ACCUM_GREEN_BITS","features":[378]},{"name":"GL_ACCUM_RED_BITS","features":[378]},{"name":"GL_ADD","features":[378]},{"name":"GL_ALL_ATTRIB_BITS","features":[378]},{"name":"GL_ALPHA","features":[378]},{"name":"GL_ALPHA12","features":[378]},{"name":"GL_ALPHA16","features":[378]},{"name":"GL_ALPHA4","features":[378]},{"name":"GL_ALPHA8","features":[378]},{"name":"GL_ALPHA_BIAS","features":[378]},{"name":"GL_ALPHA_BITS","features":[378]},{"name":"GL_ALPHA_SCALE","features":[378]},{"name":"GL_ALPHA_TEST","features":[378]},{"name":"GL_ALPHA_TEST_FUNC","features":[378]},{"name":"GL_ALPHA_TEST_REF","features":[378]},{"name":"GL_ALWAYS","features":[378]},{"name":"GL_AMBIENT","features":[378]},{"name":"GL_AMBIENT_AND_DIFFUSE","features":[378]},{"name":"GL_AND","features":[378]},{"name":"GL_AND_INVERTED","features":[378]},{"name":"GL_AND_REVERSE","features":[378]},{"name":"GL_ATTRIB_STACK_DEPTH","features":[378]},{"name":"GL_AUTO_NORMAL","features":[378]},{"name":"GL_AUX0","features":[378]},{"name":"GL_AUX1","features":[378]},{"name":"GL_AUX2","features":[378]},{"name":"GL_AUX3","features":[378]},{"name":"GL_AUX_BUFFERS","features":[378]},{"name":"GL_BACK","features":[378]},{"name":"GL_BACK_LEFT","features":[378]},{"name":"GL_BACK_RIGHT","features":[378]},{"name":"GL_BGRA_EXT","features":[378]},{"name":"GL_BGR_EXT","features":[378]},{"name":"GL_BITMAP","features":[378]},{"name":"GL_BITMAP_TOKEN","features":[378]},{"name":"GL_BLEND","features":[378]},{"name":"GL_BLEND_DST","features":[378]},{"name":"GL_BLEND_SRC","features":[378]},{"name":"GL_BLUE","features":[378]},{"name":"GL_BLUE_BIAS","features":[378]},{"name":"GL_BLUE_BITS","features":[378]},{"name":"GL_BLUE_SCALE","features":[378]},{"name":"GL_BYTE","features":[378]},{"name":"GL_C3F_V3F","features":[378]},{"name":"GL_C4F_N3F_V3F","features":[378]},{"name":"GL_C4UB_V2F","features":[378]},{"name":"GL_C4UB_V3F","features":[378]},{"name":"GL_CCW","features":[378]},{"name":"GL_CLAMP","features":[378]},{"name":"GL_CLEAR","features":[378]},{"name":"GL_CLIENT_ALL_ATTRIB_BITS","features":[378]},{"name":"GL_CLIENT_ATTRIB_STACK_DEPTH","features":[378]},{"name":"GL_CLIENT_PIXEL_STORE_BIT","features":[378]},{"name":"GL_CLIENT_VERTEX_ARRAY_BIT","features":[378]},{"name":"GL_CLIP_PLANE0","features":[378]},{"name":"GL_CLIP_PLANE1","features":[378]},{"name":"GL_CLIP_PLANE2","features":[378]},{"name":"GL_CLIP_PLANE3","features":[378]},{"name":"GL_CLIP_PLANE4","features":[378]},{"name":"GL_CLIP_PLANE5","features":[378]},{"name":"GL_COEFF","features":[378]},{"name":"GL_COLOR","features":[378]},{"name":"GL_COLOR_ARRAY","features":[378]},{"name":"GL_COLOR_ARRAY_COUNT_EXT","features":[378]},{"name":"GL_COLOR_ARRAY_EXT","features":[378]},{"name":"GL_COLOR_ARRAY_POINTER","features":[378]},{"name":"GL_COLOR_ARRAY_POINTER_EXT","features":[378]},{"name":"GL_COLOR_ARRAY_SIZE","features":[378]},{"name":"GL_COLOR_ARRAY_SIZE_EXT","features":[378]},{"name":"GL_COLOR_ARRAY_STRIDE","features":[378]},{"name":"GL_COLOR_ARRAY_STRIDE_EXT","features":[378]},{"name":"GL_COLOR_ARRAY_TYPE","features":[378]},{"name":"GL_COLOR_ARRAY_TYPE_EXT","features":[378]},{"name":"GL_COLOR_BUFFER_BIT","features":[378]},{"name":"GL_COLOR_CLEAR_VALUE","features":[378]},{"name":"GL_COLOR_INDEX","features":[378]},{"name":"GL_COLOR_INDEX12_EXT","features":[378]},{"name":"GL_COLOR_INDEX16_EXT","features":[378]},{"name":"GL_COLOR_INDEX1_EXT","features":[378]},{"name":"GL_COLOR_INDEX2_EXT","features":[378]},{"name":"GL_COLOR_INDEX4_EXT","features":[378]},{"name":"GL_COLOR_INDEX8_EXT","features":[378]},{"name":"GL_COLOR_INDEXES","features":[378]},{"name":"GL_COLOR_LOGIC_OP","features":[378]},{"name":"GL_COLOR_MATERIAL","features":[378]},{"name":"GL_COLOR_MATERIAL_FACE","features":[378]},{"name":"GL_COLOR_MATERIAL_PARAMETER","features":[378]},{"name":"GL_COLOR_TABLE_ALPHA_SIZE_EXT","features":[378]},{"name":"GL_COLOR_TABLE_BLUE_SIZE_EXT","features":[378]},{"name":"GL_COLOR_TABLE_FORMAT_EXT","features":[378]},{"name":"GL_COLOR_TABLE_GREEN_SIZE_EXT","features":[378]},{"name":"GL_COLOR_TABLE_INTENSITY_SIZE_EXT","features":[378]},{"name":"GL_COLOR_TABLE_LUMINANCE_SIZE_EXT","features":[378]},{"name":"GL_COLOR_TABLE_RED_SIZE_EXT","features":[378]},{"name":"GL_COLOR_TABLE_WIDTH_EXT","features":[378]},{"name":"GL_COLOR_WRITEMASK","features":[378]},{"name":"GL_COMPILE","features":[378]},{"name":"GL_COMPILE_AND_EXECUTE","features":[378]},{"name":"GL_CONSTANT_ATTENUATION","features":[378]},{"name":"GL_COPY","features":[378]},{"name":"GL_COPY_INVERTED","features":[378]},{"name":"GL_COPY_PIXEL_TOKEN","features":[378]},{"name":"GL_CULL_FACE","features":[378]},{"name":"GL_CULL_FACE_MODE","features":[378]},{"name":"GL_CURRENT_BIT","features":[378]},{"name":"GL_CURRENT_COLOR","features":[378]},{"name":"GL_CURRENT_INDEX","features":[378]},{"name":"GL_CURRENT_NORMAL","features":[378]},{"name":"GL_CURRENT_RASTER_COLOR","features":[378]},{"name":"GL_CURRENT_RASTER_DISTANCE","features":[378]},{"name":"GL_CURRENT_RASTER_INDEX","features":[378]},{"name":"GL_CURRENT_RASTER_POSITION","features":[378]},{"name":"GL_CURRENT_RASTER_POSITION_VALID","features":[378]},{"name":"GL_CURRENT_RASTER_TEXTURE_COORDS","features":[378]},{"name":"GL_CURRENT_TEXTURE_COORDS","features":[378]},{"name":"GL_CW","features":[378]},{"name":"GL_DECAL","features":[378]},{"name":"GL_DECR","features":[378]},{"name":"GL_DEPTH","features":[378]},{"name":"GL_DEPTH_BIAS","features":[378]},{"name":"GL_DEPTH_BITS","features":[378]},{"name":"GL_DEPTH_BUFFER_BIT","features":[378]},{"name":"GL_DEPTH_CLEAR_VALUE","features":[378]},{"name":"GL_DEPTH_COMPONENT","features":[378]},{"name":"GL_DEPTH_FUNC","features":[378]},{"name":"GL_DEPTH_RANGE","features":[378]},{"name":"GL_DEPTH_SCALE","features":[378]},{"name":"GL_DEPTH_TEST","features":[378]},{"name":"GL_DEPTH_WRITEMASK","features":[378]},{"name":"GL_DIFFUSE","features":[378]},{"name":"GL_DITHER","features":[378]},{"name":"GL_DOMAIN","features":[378]},{"name":"GL_DONT_CARE","features":[378]},{"name":"GL_DOUBLE","features":[378]},{"name":"GL_DOUBLEBUFFER","features":[378]},{"name":"GL_DOUBLE_EXT","features":[378]},{"name":"GL_DRAW_BUFFER","features":[378]},{"name":"GL_DRAW_PIXEL_TOKEN","features":[378]},{"name":"GL_DST_ALPHA","features":[378]},{"name":"GL_DST_COLOR","features":[378]},{"name":"GL_EDGE_FLAG","features":[378]},{"name":"GL_EDGE_FLAG_ARRAY","features":[378]},{"name":"GL_EDGE_FLAG_ARRAY_COUNT_EXT","features":[378]},{"name":"GL_EDGE_FLAG_ARRAY_EXT","features":[378]},{"name":"GL_EDGE_FLAG_ARRAY_POINTER","features":[378]},{"name":"GL_EDGE_FLAG_ARRAY_POINTER_EXT","features":[378]},{"name":"GL_EDGE_FLAG_ARRAY_STRIDE","features":[378]},{"name":"GL_EDGE_FLAG_ARRAY_STRIDE_EXT","features":[378]},{"name":"GL_EMISSION","features":[378]},{"name":"GL_ENABLE_BIT","features":[378]},{"name":"GL_EQUAL","features":[378]},{"name":"GL_EQUIV","features":[378]},{"name":"GL_EVAL_BIT","features":[378]},{"name":"GL_EXP","features":[378]},{"name":"GL_EXP2","features":[378]},{"name":"GL_EXTENSIONS","features":[378]},{"name":"GL_EXT_bgra","features":[378]},{"name":"GL_EXT_paletted_texture","features":[378]},{"name":"GL_EXT_vertex_array","features":[378]},{"name":"GL_EYE_LINEAR","features":[378]},{"name":"GL_EYE_PLANE","features":[378]},{"name":"GL_FALSE","features":[378]},{"name":"GL_FASTEST","features":[378]},{"name":"GL_FEEDBACK","features":[378]},{"name":"GL_FEEDBACK_BUFFER_POINTER","features":[378]},{"name":"GL_FEEDBACK_BUFFER_SIZE","features":[378]},{"name":"GL_FEEDBACK_BUFFER_TYPE","features":[378]},{"name":"GL_FILL","features":[378]},{"name":"GL_FLAT","features":[378]},{"name":"GL_FLOAT","features":[378]},{"name":"GL_FOG","features":[378]},{"name":"GL_FOG_BIT","features":[378]},{"name":"GL_FOG_COLOR","features":[378]},{"name":"GL_FOG_DENSITY","features":[378]},{"name":"GL_FOG_END","features":[378]},{"name":"GL_FOG_HINT","features":[378]},{"name":"GL_FOG_INDEX","features":[378]},{"name":"GL_FOG_MODE","features":[378]},{"name":"GL_FOG_SPECULAR_TEXTURE_WIN","features":[378]},{"name":"GL_FOG_START","features":[378]},{"name":"GL_FRONT","features":[378]},{"name":"GL_FRONT_AND_BACK","features":[378]},{"name":"GL_FRONT_FACE","features":[378]},{"name":"GL_FRONT_LEFT","features":[378]},{"name":"GL_FRONT_RIGHT","features":[378]},{"name":"GL_GEQUAL","features":[378]},{"name":"GL_GREATER","features":[378]},{"name":"GL_GREEN","features":[378]},{"name":"GL_GREEN_BIAS","features":[378]},{"name":"GL_GREEN_BITS","features":[378]},{"name":"GL_GREEN_SCALE","features":[378]},{"name":"GL_HINT_BIT","features":[378]},{"name":"GL_INCR","features":[378]},{"name":"GL_INDEX_ARRAY","features":[378]},{"name":"GL_INDEX_ARRAY_COUNT_EXT","features":[378]},{"name":"GL_INDEX_ARRAY_EXT","features":[378]},{"name":"GL_INDEX_ARRAY_POINTER","features":[378]},{"name":"GL_INDEX_ARRAY_POINTER_EXT","features":[378]},{"name":"GL_INDEX_ARRAY_STRIDE","features":[378]},{"name":"GL_INDEX_ARRAY_STRIDE_EXT","features":[378]},{"name":"GL_INDEX_ARRAY_TYPE","features":[378]},{"name":"GL_INDEX_ARRAY_TYPE_EXT","features":[378]},{"name":"GL_INDEX_BITS","features":[378]},{"name":"GL_INDEX_CLEAR_VALUE","features":[378]},{"name":"GL_INDEX_LOGIC_OP","features":[378]},{"name":"GL_INDEX_MODE","features":[378]},{"name":"GL_INDEX_OFFSET","features":[378]},{"name":"GL_INDEX_SHIFT","features":[378]},{"name":"GL_INDEX_WRITEMASK","features":[378]},{"name":"GL_INT","features":[378]},{"name":"GL_INTENSITY","features":[378]},{"name":"GL_INTENSITY12","features":[378]},{"name":"GL_INTENSITY16","features":[378]},{"name":"GL_INTENSITY4","features":[378]},{"name":"GL_INTENSITY8","features":[378]},{"name":"GL_INVALID_ENUM","features":[378]},{"name":"GL_INVALID_OPERATION","features":[378]},{"name":"GL_INVALID_VALUE","features":[378]},{"name":"GL_INVERT","features":[378]},{"name":"GL_KEEP","features":[378]},{"name":"GL_LEFT","features":[378]},{"name":"GL_LEQUAL","features":[378]},{"name":"GL_LESS","features":[378]},{"name":"GL_LIGHT0","features":[378]},{"name":"GL_LIGHT1","features":[378]},{"name":"GL_LIGHT2","features":[378]},{"name":"GL_LIGHT3","features":[378]},{"name":"GL_LIGHT4","features":[378]},{"name":"GL_LIGHT5","features":[378]},{"name":"GL_LIGHT6","features":[378]},{"name":"GL_LIGHT7","features":[378]},{"name":"GL_LIGHTING","features":[378]},{"name":"GL_LIGHTING_BIT","features":[378]},{"name":"GL_LIGHT_MODEL_AMBIENT","features":[378]},{"name":"GL_LIGHT_MODEL_LOCAL_VIEWER","features":[378]},{"name":"GL_LIGHT_MODEL_TWO_SIDE","features":[378]},{"name":"GL_LINE","features":[378]},{"name":"GL_LINEAR","features":[378]},{"name":"GL_LINEAR_ATTENUATION","features":[378]},{"name":"GL_LINEAR_MIPMAP_LINEAR","features":[378]},{"name":"GL_LINEAR_MIPMAP_NEAREST","features":[378]},{"name":"GL_LINES","features":[378]},{"name":"GL_LINE_BIT","features":[378]},{"name":"GL_LINE_LOOP","features":[378]},{"name":"GL_LINE_RESET_TOKEN","features":[378]},{"name":"GL_LINE_SMOOTH","features":[378]},{"name":"GL_LINE_SMOOTH_HINT","features":[378]},{"name":"GL_LINE_STIPPLE","features":[378]},{"name":"GL_LINE_STIPPLE_PATTERN","features":[378]},{"name":"GL_LINE_STIPPLE_REPEAT","features":[378]},{"name":"GL_LINE_STRIP","features":[378]},{"name":"GL_LINE_TOKEN","features":[378]},{"name":"GL_LINE_WIDTH","features":[378]},{"name":"GL_LINE_WIDTH_GRANULARITY","features":[378]},{"name":"GL_LINE_WIDTH_RANGE","features":[378]},{"name":"GL_LIST_BASE","features":[378]},{"name":"GL_LIST_BIT","features":[378]},{"name":"GL_LIST_INDEX","features":[378]},{"name":"GL_LIST_MODE","features":[378]},{"name":"GL_LOAD","features":[378]},{"name":"GL_LOGIC_OP","features":[378]},{"name":"GL_LOGIC_OP_MODE","features":[378]},{"name":"GL_LUMINANCE","features":[378]},{"name":"GL_LUMINANCE12","features":[378]},{"name":"GL_LUMINANCE12_ALPHA12","features":[378]},{"name":"GL_LUMINANCE12_ALPHA4","features":[378]},{"name":"GL_LUMINANCE16","features":[378]},{"name":"GL_LUMINANCE16_ALPHA16","features":[378]},{"name":"GL_LUMINANCE4","features":[378]},{"name":"GL_LUMINANCE4_ALPHA4","features":[378]},{"name":"GL_LUMINANCE6_ALPHA2","features":[378]},{"name":"GL_LUMINANCE8","features":[378]},{"name":"GL_LUMINANCE8_ALPHA8","features":[378]},{"name":"GL_LUMINANCE_ALPHA","features":[378]},{"name":"GL_MAP1_COLOR_4","features":[378]},{"name":"GL_MAP1_GRID_DOMAIN","features":[378]},{"name":"GL_MAP1_GRID_SEGMENTS","features":[378]},{"name":"GL_MAP1_INDEX","features":[378]},{"name":"GL_MAP1_NORMAL","features":[378]},{"name":"GL_MAP1_TEXTURE_COORD_1","features":[378]},{"name":"GL_MAP1_TEXTURE_COORD_2","features":[378]},{"name":"GL_MAP1_TEXTURE_COORD_3","features":[378]},{"name":"GL_MAP1_TEXTURE_COORD_4","features":[378]},{"name":"GL_MAP1_VERTEX_3","features":[378]},{"name":"GL_MAP1_VERTEX_4","features":[378]},{"name":"GL_MAP2_COLOR_4","features":[378]},{"name":"GL_MAP2_GRID_DOMAIN","features":[378]},{"name":"GL_MAP2_GRID_SEGMENTS","features":[378]},{"name":"GL_MAP2_INDEX","features":[378]},{"name":"GL_MAP2_NORMAL","features":[378]},{"name":"GL_MAP2_TEXTURE_COORD_1","features":[378]},{"name":"GL_MAP2_TEXTURE_COORD_2","features":[378]},{"name":"GL_MAP2_TEXTURE_COORD_3","features":[378]},{"name":"GL_MAP2_TEXTURE_COORD_4","features":[378]},{"name":"GL_MAP2_VERTEX_3","features":[378]},{"name":"GL_MAP2_VERTEX_4","features":[378]},{"name":"GL_MAP_COLOR","features":[378]},{"name":"GL_MAP_STENCIL","features":[378]},{"name":"GL_MATRIX_MODE","features":[378]},{"name":"GL_MAX_ATTRIB_STACK_DEPTH","features":[378]},{"name":"GL_MAX_CLIENT_ATTRIB_STACK_DEPTH","features":[378]},{"name":"GL_MAX_CLIP_PLANES","features":[378]},{"name":"GL_MAX_ELEMENTS_INDICES_WIN","features":[378]},{"name":"GL_MAX_ELEMENTS_VERTICES_WIN","features":[378]},{"name":"GL_MAX_EVAL_ORDER","features":[378]},{"name":"GL_MAX_LIGHTS","features":[378]},{"name":"GL_MAX_LIST_NESTING","features":[378]},{"name":"GL_MAX_MODELVIEW_STACK_DEPTH","features":[378]},{"name":"GL_MAX_NAME_STACK_DEPTH","features":[378]},{"name":"GL_MAX_PIXEL_MAP_TABLE","features":[378]},{"name":"GL_MAX_PROJECTION_STACK_DEPTH","features":[378]},{"name":"GL_MAX_TEXTURE_SIZE","features":[378]},{"name":"GL_MAX_TEXTURE_STACK_DEPTH","features":[378]},{"name":"GL_MAX_VIEWPORT_DIMS","features":[378]},{"name":"GL_MODELVIEW","features":[378]},{"name":"GL_MODELVIEW_MATRIX","features":[378]},{"name":"GL_MODELVIEW_STACK_DEPTH","features":[378]},{"name":"GL_MODULATE","features":[378]},{"name":"GL_MULT","features":[378]},{"name":"GL_N3F_V3F","features":[378]},{"name":"GL_NAME_STACK_DEPTH","features":[378]},{"name":"GL_NAND","features":[378]},{"name":"GL_NEAREST","features":[378]},{"name":"GL_NEAREST_MIPMAP_LINEAR","features":[378]},{"name":"GL_NEAREST_MIPMAP_NEAREST","features":[378]},{"name":"GL_NEVER","features":[378]},{"name":"GL_NICEST","features":[378]},{"name":"GL_NONE","features":[378]},{"name":"GL_NOOP","features":[378]},{"name":"GL_NOR","features":[378]},{"name":"GL_NORMALIZE","features":[378]},{"name":"GL_NORMAL_ARRAY","features":[378]},{"name":"GL_NORMAL_ARRAY_COUNT_EXT","features":[378]},{"name":"GL_NORMAL_ARRAY_EXT","features":[378]},{"name":"GL_NORMAL_ARRAY_POINTER","features":[378]},{"name":"GL_NORMAL_ARRAY_POINTER_EXT","features":[378]},{"name":"GL_NORMAL_ARRAY_STRIDE","features":[378]},{"name":"GL_NORMAL_ARRAY_STRIDE_EXT","features":[378]},{"name":"GL_NORMAL_ARRAY_TYPE","features":[378]},{"name":"GL_NORMAL_ARRAY_TYPE_EXT","features":[378]},{"name":"GL_NOTEQUAL","features":[378]},{"name":"GL_NO_ERROR","features":[378]},{"name":"GL_OBJECT_LINEAR","features":[378]},{"name":"GL_OBJECT_PLANE","features":[378]},{"name":"GL_ONE","features":[378]},{"name":"GL_ONE_MINUS_DST_ALPHA","features":[378]},{"name":"GL_ONE_MINUS_DST_COLOR","features":[378]},{"name":"GL_ONE_MINUS_SRC_ALPHA","features":[378]},{"name":"GL_ONE_MINUS_SRC_COLOR","features":[378]},{"name":"GL_OR","features":[378]},{"name":"GL_ORDER","features":[378]},{"name":"GL_OR_INVERTED","features":[378]},{"name":"GL_OR_REVERSE","features":[378]},{"name":"GL_OUT_OF_MEMORY","features":[378]},{"name":"GL_PACK_ALIGNMENT","features":[378]},{"name":"GL_PACK_LSB_FIRST","features":[378]},{"name":"GL_PACK_ROW_LENGTH","features":[378]},{"name":"GL_PACK_SKIP_PIXELS","features":[378]},{"name":"GL_PACK_SKIP_ROWS","features":[378]},{"name":"GL_PACK_SWAP_BYTES","features":[378]},{"name":"GL_PASS_THROUGH_TOKEN","features":[378]},{"name":"GL_PERSPECTIVE_CORRECTION_HINT","features":[378]},{"name":"GL_PHONG_HINT_WIN","features":[378]},{"name":"GL_PHONG_WIN","features":[378]},{"name":"GL_PIXEL_MAP_A_TO_A","features":[378]},{"name":"GL_PIXEL_MAP_A_TO_A_SIZE","features":[378]},{"name":"GL_PIXEL_MAP_B_TO_B","features":[378]},{"name":"GL_PIXEL_MAP_B_TO_B_SIZE","features":[378]},{"name":"GL_PIXEL_MAP_G_TO_G","features":[378]},{"name":"GL_PIXEL_MAP_G_TO_G_SIZE","features":[378]},{"name":"GL_PIXEL_MAP_I_TO_A","features":[378]},{"name":"GL_PIXEL_MAP_I_TO_A_SIZE","features":[378]},{"name":"GL_PIXEL_MAP_I_TO_B","features":[378]},{"name":"GL_PIXEL_MAP_I_TO_B_SIZE","features":[378]},{"name":"GL_PIXEL_MAP_I_TO_G","features":[378]},{"name":"GL_PIXEL_MAP_I_TO_G_SIZE","features":[378]},{"name":"GL_PIXEL_MAP_I_TO_I","features":[378]},{"name":"GL_PIXEL_MAP_I_TO_I_SIZE","features":[378]},{"name":"GL_PIXEL_MAP_I_TO_R","features":[378]},{"name":"GL_PIXEL_MAP_I_TO_R_SIZE","features":[378]},{"name":"GL_PIXEL_MAP_R_TO_R","features":[378]},{"name":"GL_PIXEL_MAP_R_TO_R_SIZE","features":[378]},{"name":"GL_PIXEL_MAP_S_TO_S","features":[378]},{"name":"GL_PIXEL_MAP_S_TO_S_SIZE","features":[378]},{"name":"GL_PIXEL_MODE_BIT","features":[378]},{"name":"GL_POINT","features":[378]},{"name":"GL_POINTS","features":[378]},{"name":"GL_POINT_BIT","features":[378]},{"name":"GL_POINT_SIZE","features":[378]},{"name":"GL_POINT_SIZE_GRANULARITY","features":[378]},{"name":"GL_POINT_SIZE_RANGE","features":[378]},{"name":"GL_POINT_SMOOTH","features":[378]},{"name":"GL_POINT_SMOOTH_HINT","features":[378]},{"name":"GL_POINT_TOKEN","features":[378]},{"name":"GL_POLYGON","features":[378]},{"name":"GL_POLYGON_BIT","features":[378]},{"name":"GL_POLYGON_MODE","features":[378]},{"name":"GL_POLYGON_OFFSET_FACTOR","features":[378]},{"name":"GL_POLYGON_OFFSET_FILL","features":[378]},{"name":"GL_POLYGON_OFFSET_LINE","features":[378]},{"name":"GL_POLYGON_OFFSET_POINT","features":[378]},{"name":"GL_POLYGON_OFFSET_UNITS","features":[378]},{"name":"GL_POLYGON_SMOOTH","features":[378]},{"name":"GL_POLYGON_SMOOTH_HINT","features":[378]},{"name":"GL_POLYGON_STIPPLE","features":[378]},{"name":"GL_POLYGON_STIPPLE_BIT","features":[378]},{"name":"GL_POLYGON_TOKEN","features":[378]},{"name":"GL_POSITION","features":[378]},{"name":"GL_PROJECTION","features":[378]},{"name":"GL_PROJECTION_MATRIX","features":[378]},{"name":"GL_PROJECTION_STACK_DEPTH","features":[378]},{"name":"GL_PROXY_TEXTURE_1D","features":[378]},{"name":"GL_PROXY_TEXTURE_2D","features":[378]},{"name":"GL_Q","features":[378]},{"name":"GL_QUADRATIC_ATTENUATION","features":[378]},{"name":"GL_QUADS","features":[378]},{"name":"GL_QUAD_STRIP","features":[378]},{"name":"GL_R","features":[378]},{"name":"GL_R3_G3_B2","features":[378]},{"name":"GL_READ_BUFFER","features":[378]},{"name":"GL_RED","features":[378]},{"name":"GL_RED_BIAS","features":[378]},{"name":"GL_RED_BITS","features":[378]},{"name":"GL_RED_SCALE","features":[378]},{"name":"GL_RENDER","features":[378]},{"name":"GL_RENDERER","features":[378]},{"name":"GL_RENDER_MODE","features":[378]},{"name":"GL_REPEAT","features":[378]},{"name":"GL_REPLACE","features":[378]},{"name":"GL_RETURN","features":[378]},{"name":"GL_RGB","features":[378]},{"name":"GL_RGB10","features":[378]},{"name":"GL_RGB10_A2","features":[378]},{"name":"GL_RGB12","features":[378]},{"name":"GL_RGB16","features":[378]},{"name":"GL_RGB4","features":[378]},{"name":"GL_RGB5","features":[378]},{"name":"GL_RGB5_A1","features":[378]},{"name":"GL_RGB8","features":[378]},{"name":"GL_RGBA","features":[378]},{"name":"GL_RGBA12","features":[378]},{"name":"GL_RGBA16","features":[378]},{"name":"GL_RGBA2","features":[378]},{"name":"GL_RGBA4","features":[378]},{"name":"GL_RGBA8","features":[378]},{"name":"GL_RGBA_MODE","features":[378]},{"name":"GL_RIGHT","features":[378]},{"name":"GL_S","features":[378]},{"name":"GL_SCISSOR_BIT","features":[378]},{"name":"GL_SCISSOR_BOX","features":[378]},{"name":"GL_SCISSOR_TEST","features":[378]},{"name":"GL_SELECT","features":[378]},{"name":"GL_SELECTION_BUFFER_POINTER","features":[378]},{"name":"GL_SELECTION_BUFFER_SIZE","features":[378]},{"name":"GL_SET","features":[378]},{"name":"GL_SHADE_MODEL","features":[378]},{"name":"GL_SHININESS","features":[378]},{"name":"GL_SHORT","features":[378]},{"name":"GL_SMOOTH","features":[378]},{"name":"GL_SPECULAR","features":[378]},{"name":"GL_SPHERE_MAP","features":[378]},{"name":"GL_SPOT_CUTOFF","features":[378]},{"name":"GL_SPOT_DIRECTION","features":[378]},{"name":"GL_SPOT_EXPONENT","features":[378]},{"name":"GL_SRC_ALPHA","features":[378]},{"name":"GL_SRC_ALPHA_SATURATE","features":[378]},{"name":"GL_SRC_COLOR","features":[378]},{"name":"GL_STACK_OVERFLOW","features":[378]},{"name":"GL_STACK_UNDERFLOW","features":[378]},{"name":"GL_STENCIL","features":[378]},{"name":"GL_STENCIL_BITS","features":[378]},{"name":"GL_STENCIL_BUFFER_BIT","features":[378]},{"name":"GL_STENCIL_CLEAR_VALUE","features":[378]},{"name":"GL_STENCIL_FAIL","features":[378]},{"name":"GL_STENCIL_FUNC","features":[378]},{"name":"GL_STENCIL_INDEX","features":[378]},{"name":"GL_STENCIL_PASS_DEPTH_FAIL","features":[378]},{"name":"GL_STENCIL_PASS_DEPTH_PASS","features":[378]},{"name":"GL_STENCIL_REF","features":[378]},{"name":"GL_STENCIL_TEST","features":[378]},{"name":"GL_STENCIL_VALUE_MASK","features":[378]},{"name":"GL_STENCIL_WRITEMASK","features":[378]},{"name":"GL_STEREO","features":[378]},{"name":"GL_SUBPIXEL_BITS","features":[378]},{"name":"GL_T","features":[378]},{"name":"GL_T2F_C3F_V3F","features":[378]},{"name":"GL_T2F_C4F_N3F_V3F","features":[378]},{"name":"GL_T2F_C4UB_V3F","features":[378]},{"name":"GL_T2F_N3F_V3F","features":[378]},{"name":"GL_T2F_V3F","features":[378]},{"name":"GL_T4F_C4F_N3F_V4F","features":[378]},{"name":"GL_T4F_V4F","features":[378]},{"name":"GL_TEXTURE","features":[378]},{"name":"GL_TEXTURE_1D","features":[378]},{"name":"GL_TEXTURE_2D","features":[378]},{"name":"GL_TEXTURE_ALPHA_SIZE","features":[378]},{"name":"GL_TEXTURE_BINDING_1D","features":[378]},{"name":"GL_TEXTURE_BINDING_2D","features":[378]},{"name":"GL_TEXTURE_BIT","features":[378]},{"name":"GL_TEXTURE_BLUE_SIZE","features":[378]},{"name":"GL_TEXTURE_BORDER","features":[378]},{"name":"GL_TEXTURE_BORDER_COLOR","features":[378]},{"name":"GL_TEXTURE_COMPONENTS","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY_COUNT_EXT","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY_EXT","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY_POINTER","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY_POINTER_EXT","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY_SIZE","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY_SIZE_EXT","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY_STRIDE","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY_STRIDE_EXT","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY_TYPE","features":[378]},{"name":"GL_TEXTURE_COORD_ARRAY_TYPE_EXT","features":[378]},{"name":"GL_TEXTURE_ENV","features":[378]},{"name":"GL_TEXTURE_ENV_COLOR","features":[378]},{"name":"GL_TEXTURE_ENV_MODE","features":[378]},{"name":"GL_TEXTURE_GEN_MODE","features":[378]},{"name":"GL_TEXTURE_GEN_Q","features":[378]},{"name":"GL_TEXTURE_GEN_R","features":[378]},{"name":"GL_TEXTURE_GEN_S","features":[378]},{"name":"GL_TEXTURE_GEN_T","features":[378]},{"name":"GL_TEXTURE_GREEN_SIZE","features":[378]},{"name":"GL_TEXTURE_HEIGHT","features":[378]},{"name":"GL_TEXTURE_INTENSITY_SIZE","features":[378]},{"name":"GL_TEXTURE_INTERNAL_FORMAT","features":[378]},{"name":"GL_TEXTURE_LUMINANCE_SIZE","features":[378]},{"name":"GL_TEXTURE_MAG_FILTER","features":[378]},{"name":"GL_TEXTURE_MATRIX","features":[378]},{"name":"GL_TEXTURE_MIN_FILTER","features":[378]},{"name":"GL_TEXTURE_PRIORITY","features":[378]},{"name":"GL_TEXTURE_RED_SIZE","features":[378]},{"name":"GL_TEXTURE_RESIDENT","features":[378]},{"name":"GL_TEXTURE_STACK_DEPTH","features":[378]},{"name":"GL_TEXTURE_WIDTH","features":[378]},{"name":"GL_TEXTURE_WRAP_S","features":[378]},{"name":"GL_TEXTURE_WRAP_T","features":[378]},{"name":"GL_TRANSFORM_BIT","features":[378]},{"name":"GL_TRIANGLES","features":[378]},{"name":"GL_TRIANGLE_FAN","features":[378]},{"name":"GL_TRIANGLE_STRIP","features":[378]},{"name":"GL_TRUE","features":[378]},{"name":"GL_UNPACK_ALIGNMENT","features":[378]},{"name":"GL_UNPACK_LSB_FIRST","features":[378]},{"name":"GL_UNPACK_ROW_LENGTH","features":[378]},{"name":"GL_UNPACK_SKIP_PIXELS","features":[378]},{"name":"GL_UNPACK_SKIP_ROWS","features":[378]},{"name":"GL_UNPACK_SWAP_BYTES","features":[378]},{"name":"GL_UNSIGNED_BYTE","features":[378]},{"name":"GL_UNSIGNED_INT","features":[378]},{"name":"GL_UNSIGNED_SHORT","features":[378]},{"name":"GL_V2F","features":[378]},{"name":"GL_V3F","features":[378]},{"name":"GL_VENDOR","features":[378]},{"name":"GL_VERSION","features":[378]},{"name":"GL_VERSION_1_1","features":[378]},{"name":"GL_VERTEX_ARRAY","features":[378]},{"name":"GL_VERTEX_ARRAY_COUNT_EXT","features":[378]},{"name":"GL_VERTEX_ARRAY_EXT","features":[378]},{"name":"GL_VERTEX_ARRAY_POINTER","features":[378]},{"name":"GL_VERTEX_ARRAY_POINTER_EXT","features":[378]},{"name":"GL_VERTEX_ARRAY_SIZE","features":[378]},{"name":"GL_VERTEX_ARRAY_SIZE_EXT","features":[378]},{"name":"GL_VERTEX_ARRAY_STRIDE","features":[378]},{"name":"GL_VERTEX_ARRAY_STRIDE_EXT","features":[378]},{"name":"GL_VERTEX_ARRAY_TYPE","features":[378]},{"name":"GL_VERTEX_ARRAY_TYPE_EXT","features":[378]},{"name":"GL_VIEWPORT","features":[378]},{"name":"GL_VIEWPORT_BIT","features":[378]},{"name":"GL_WIN_draw_range_elements","features":[378]},{"name":"GL_WIN_swap_hint","features":[378]},{"name":"GL_XOR","features":[378]},{"name":"GL_ZERO","features":[378]},{"name":"GL_ZOOM_X","features":[378]},{"name":"GL_ZOOM_Y","features":[378]},{"name":"GetEnhMetaFilePixelFormat","features":[317,378]},{"name":"GetPixelFormat","features":[317,378]},{"name":"HGLRC","features":[378]},{"name":"LAYERPLANEDESCRIPTOR","features":[305,378]},{"name":"PFD_DEPTH_DONTCARE","features":[378]},{"name":"PFD_DIRECT3D_ACCELERATED","features":[378]},{"name":"PFD_DOUBLEBUFFER","features":[378]},{"name":"PFD_DOUBLEBUFFER_DONTCARE","features":[378]},{"name":"PFD_DRAW_TO_BITMAP","features":[378]},{"name":"PFD_DRAW_TO_WINDOW","features":[378]},{"name":"PFD_FLAGS","features":[378]},{"name":"PFD_GENERIC_ACCELERATED","features":[378]},{"name":"PFD_GENERIC_FORMAT","features":[378]},{"name":"PFD_LAYER_TYPE","features":[378]},{"name":"PFD_MAIN_PLANE","features":[378]},{"name":"PFD_NEED_PALETTE","features":[378]},{"name":"PFD_NEED_SYSTEM_PALETTE","features":[378]},{"name":"PFD_OVERLAY_PLANE","features":[378]},{"name":"PFD_PIXEL_TYPE","features":[378]},{"name":"PFD_STEREO","features":[378]},{"name":"PFD_STEREO_DONTCARE","features":[378]},{"name":"PFD_SUPPORT_COMPOSITION","features":[378]},{"name":"PFD_SUPPORT_DIRECTDRAW","features":[378]},{"name":"PFD_SUPPORT_GDI","features":[378]},{"name":"PFD_SUPPORT_OPENGL","features":[378]},{"name":"PFD_SWAP_COPY","features":[378]},{"name":"PFD_SWAP_EXCHANGE","features":[378]},{"name":"PFD_SWAP_LAYER_BUFFERS","features":[378]},{"name":"PFD_TYPE_COLORINDEX","features":[378]},{"name":"PFD_TYPE_RGBA","features":[378]},{"name":"PFD_UNDERLAY_PLANE","features":[378]},{"name":"PFNGLADDSWAPHINTRECTWINPROC","features":[378]},{"name":"PFNGLARRAYELEMENTARRAYEXTPROC","features":[378]},{"name":"PFNGLARRAYELEMENTEXTPROC","features":[378]},{"name":"PFNGLCOLORPOINTEREXTPROC","features":[378]},{"name":"PFNGLCOLORSUBTABLEEXTPROC","features":[378]},{"name":"PFNGLCOLORTABLEEXTPROC","features":[378]},{"name":"PFNGLDRAWARRAYSEXTPROC","features":[378]},{"name":"PFNGLDRAWRANGEELEMENTSWINPROC","features":[378]},{"name":"PFNGLEDGEFLAGPOINTEREXTPROC","features":[378]},{"name":"PFNGLGETCOLORTABLEEXTPROC","features":[378]},{"name":"PFNGLGETCOLORTABLEPARAMETERFVEXTPROC","features":[378]},{"name":"PFNGLGETCOLORTABLEPARAMETERIVEXTPROC","features":[378]},{"name":"PFNGLGETPOINTERVEXTPROC","features":[378]},{"name":"PFNGLINDEXPOINTEREXTPROC","features":[378]},{"name":"PFNGLNORMALPOINTEREXTPROC","features":[378]},{"name":"PFNGLTEXCOORDPOINTEREXTPROC","features":[378]},{"name":"PFNGLVERTEXPOINTEREXTPROC","features":[378]},{"name":"PIXELFORMATDESCRIPTOR","features":[378]},{"name":"POINTFLOAT","features":[378]},{"name":"SetPixelFormat","features":[305,317,378]},{"name":"SwapBuffers","features":[305,317,378]},{"name":"glAccum","features":[378]},{"name":"glAlphaFunc","features":[378]},{"name":"glAreTexturesResident","features":[378]},{"name":"glArrayElement","features":[378]},{"name":"glBegin","features":[378]},{"name":"glBindTexture","features":[378]},{"name":"glBitmap","features":[378]},{"name":"glBlendFunc","features":[378]},{"name":"glCallList","features":[378]},{"name":"glCallLists","features":[378]},{"name":"glClear","features":[378]},{"name":"glClearAccum","features":[378]},{"name":"glClearColor","features":[378]},{"name":"glClearDepth","features":[378]},{"name":"glClearIndex","features":[378]},{"name":"glClearStencil","features":[378]},{"name":"glClipPlane","features":[378]},{"name":"glColor3b","features":[378]},{"name":"glColor3bv","features":[378]},{"name":"glColor3d","features":[378]},{"name":"glColor3dv","features":[378]},{"name":"glColor3f","features":[378]},{"name":"glColor3fv","features":[378]},{"name":"glColor3i","features":[378]},{"name":"glColor3iv","features":[378]},{"name":"glColor3s","features":[378]},{"name":"glColor3sv","features":[378]},{"name":"glColor3ub","features":[378]},{"name":"glColor3ubv","features":[378]},{"name":"glColor3ui","features":[378]},{"name":"glColor3uiv","features":[378]},{"name":"glColor3us","features":[378]},{"name":"glColor3usv","features":[378]},{"name":"glColor4b","features":[378]},{"name":"glColor4bv","features":[378]},{"name":"glColor4d","features":[378]},{"name":"glColor4dv","features":[378]},{"name":"glColor4f","features":[378]},{"name":"glColor4fv","features":[378]},{"name":"glColor4i","features":[378]},{"name":"glColor4iv","features":[378]},{"name":"glColor4s","features":[378]},{"name":"glColor4sv","features":[378]},{"name":"glColor4ub","features":[378]},{"name":"glColor4ubv","features":[378]},{"name":"glColor4ui","features":[378]},{"name":"glColor4uiv","features":[378]},{"name":"glColor4us","features":[378]},{"name":"glColor4usv","features":[378]},{"name":"glColorMask","features":[378]},{"name":"glColorMaterial","features":[378]},{"name":"glColorPointer","features":[378]},{"name":"glCopyPixels","features":[378]},{"name":"glCopyTexImage1D","features":[378]},{"name":"glCopyTexImage2D","features":[378]},{"name":"glCopyTexSubImage1D","features":[378]},{"name":"glCopyTexSubImage2D","features":[378]},{"name":"glCullFace","features":[378]},{"name":"glDeleteLists","features":[378]},{"name":"glDeleteTextures","features":[378]},{"name":"glDepthFunc","features":[378]},{"name":"glDepthMask","features":[378]},{"name":"glDepthRange","features":[378]},{"name":"glDisable","features":[378]},{"name":"glDisableClientState","features":[378]},{"name":"glDrawArrays","features":[378]},{"name":"glDrawBuffer","features":[378]},{"name":"glDrawElements","features":[378]},{"name":"glDrawPixels","features":[378]},{"name":"glEdgeFlag","features":[378]},{"name":"glEdgeFlagPointer","features":[378]},{"name":"glEdgeFlagv","features":[378]},{"name":"glEnable","features":[378]},{"name":"glEnableClientState","features":[378]},{"name":"glEnd","features":[378]},{"name":"glEndList","features":[378]},{"name":"glEvalCoord1d","features":[378]},{"name":"glEvalCoord1dv","features":[378]},{"name":"glEvalCoord1f","features":[378]},{"name":"glEvalCoord1fv","features":[378]},{"name":"glEvalCoord2d","features":[378]},{"name":"glEvalCoord2dv","features":[378]},{"name":"glEvalCoord2f","features":[378]},{"name":"glEvalCoord2fv","features":[378]},{"name":"glEvalMesh1","features":[378]},{"name":"glEvalMesh2","features":[378]},{"name":"glEvalPoint1","features":[378]},{"name":"glEvalPoint2","features":[378]},{"name":"glFeedbackBuffer","features":[378]},{"name":"glFinish","features":[378]},{"name":"glFlush","features":[378]},{"name":"glFogf","features":[378]},{"name":"glFogfv","features":[378]},{"name":"glFogi","features":[378]},{"name":"glFogiv","features":[378]},{"name":"glFrontFace","features":[378]},{"name":"glFrustum","features":[378]},{"name":"glGenLists","features":[378]},{"name":"glGenTextures","features":[378]},{"name":"glGetBooleanv","features":[378]},{"name":"glGetClipPlane","features":[378]},{"name":"glGetDoublev","features":[378]},{"name":"glGetError","features":[378]},{"name":"glGetFloatv","features":[378]},{"name":"glGetIntegerv","features":[378]},{"name":"glGetLightfv","features":[378]},{"name":"glGetLightiv","features":[378]},{"name":"glGetMapdv","features":[378]},{"name":"glGetMapfv","features":[378]},{"name":"glGetMapiv","features":[378]},{"name":"glGetMaterialfv","features":[378]},{"name":"glGetMaterialiv","features":[378]},{"name":"glGetPixelMapfv","features":[378]},{"name":"glGetPixelMapuiv","features":[378]},{"name":"glGetPixelMapusv","features":[378]},{"name":"glGetPointerv","features":[378]},{"name":"glGetPolygonStipple","features":[378]},{"name":"glGetString","features":[378]},{"name":"glGetTexEnvfv","features":[378]},{"name":"glGetTexEnviv","features":[378]},{"name":"glGetTexGendv","features":[378]},{"name":"glGetTexGenfv","features":[378]},{"name":"glGetTexGeniv","features":[378]},{"name":"glGetTexImage","features":[378]},{"name":"glGetTexLevelParameterfv","features":[378]},{"name":"glGetTexLevelParameteriv","features":[378]},{"name":"glGetTexParameterfv","features":[378]},{"name":"glGetTexParameteriv","features":[378]},{"name":"glHint","features":[378]},{"name":"glIndexMask","features":[378]},{"name":"glIndexPointer","features":[378]},{"name":"glIndexd","features":[378]},{"name":"glIndexdv","features":[378]},{"name":"glIndexf","features":[378]},{"name":"glIndexfv","features":[378]},{"name":"glIndexi","features":[378]},{"name":"glIndexiv","features":[378]},{"name":"glIndexs","features":[378]},{"name":"glIndexsv","features":[378]},{"name":"glIndexub","features":[378]},{"name":"glIndexubv","features":[378]},{"name":"glInitNames","features":[378]},{"name":"glInterleavedArrays","features":[378]},{"name":"glIsEnabled","features":[378]},{"name":"glIsList","features":[378]},{"name":"glIsTexture","features":[378]},{"name":"glLightModelf","features":[378]},{"name":"glLightModelfv","features":[378]},{"name":"glLightModeli","features":[378]},{"name":"glLightModeliv","features":[378]},{"name":"glLightf","features":[378]},{"name":"glLightfv","features":[378]},{"name":"glLighti","features":[378]},{"name":"glLightiv","features":[378]},{"name":"glLineStipple","features":[378]},{"name":"glLineWidth","features":[378]},{"name":"glListBase","features":[378]},{"name":"glLoadIdentity","features":[378]},{"name":"glLoadMatrixd","features":[378]},{"name":"glLoadMatrixf","features":[378]},{"name":"glLoadName","features":[378]},{"name":"glLogicOp","features":[378]},{"name":"glMap1d","features":[378]},{"name":"glMap1f","features":[378]},{"name":"glMap2d","features":[378]},{"name":"glMap2f","features":[378]},{"name":"glMapGrid1d","features":[378]},{"name":"glMapGrid1f","features":[378]},{"name":"glMapGrid2d","features":[378]},{"name":"glMapGrid2f","features":[378]},{"name":"glMaterialf","features":[378]},{"name":"glMaterialfv","features":[378]},{"name":"glMateriali","features":[378]},{"name":"glMaterialiv","features":[378]},{"name":"glMatrixMode","features":[378]},{"name":"glMultMatrixd","features":[378]},{"name":"glMultMatrixf","features":[378]},{"name":"glNewList","features":[378]},{"name":"glNormal3b","features":[378]},{"name":"glNormal3bv","features":[378]},{"name":"glNormal3d","features":[378]},{"name":"glNormal3dv","features":[378]},{"name":"glNormal3f","features":[378]},{"name":"glNormal3fv","features":[378]},{"name":"glNormal3i","features":[378]},{"name":"glNormal3iv","features":[378]},{"name":"glNormal3s","features":[378]},{"name":"glNormal3sv","features":[378]},{"name":"glNormalPointer","features":[378]},{"name":"glOrtho","features":[378]},{"name":"glPassThrough","features":[378]},{"name":"glPixelMapfv","features":[378]},{"name":"glPixelMapuiv","features":[378]},{"name":"glPixelMapusv","features":[378]},{"name":"glPixelStoref","features":[378]},{"name":"glPixelStorei","features":[378]},{"name":"glPixelTransferf","features":[378]},{"name":"glPixelTransferi","features":[378]},{"name":"glPixelZoom","features":[378]},{"name":"glPointSize","features":[378]},{"name":"glPolygonMode","features":[378]},{"name":"glPolygonOffset","features":[378]},{"name":"glPolygonStipple","features":[378]},{"name":"glPopAttrib","features":[378]},{"name":"glPopClientAttrib","features":[378]},{"name":"glPopMatrix","features":[378]},{"name":"glPopName","features":[378]},{"name":"glPrioritizeTextures","features":[378]},{"name":"glPushAttrib","features":[378]},{"name":"glPushClientAttrib","features":[378]},{"name":"glPushMatrix","features":[378]},{"name":"glPushName","features":[378]},{"name":"glRasterPos2d","features":[378]},{"name":"glRasterPos2dv","features":[378]},{"name":"glRasterPos2f","features":[378]},{"name":"glRasterPos2fv","features":[378]},{"name":"glRasterPos2i","features":[378]},{"name":"glRasterPos2iv","features":[378]},{"name":"glRasterPos2s","features":[378]},{"name":"glRasterPos2sv","features":[378]},{"name":"glRasterPos3d","features":[378]},{"name":"glRasterPos3dv","features":[378]},{"name":"glRasterPos3f","features":[378]},{"name":"glRasterPos3fv","features":[378]},{"name":"glRasterPos3i","features":[378]},{"name":"glRasterPos3iv","features":[378]},{"name":"glRasterPos3s","features":[378]},{"name":"glRasterPos3sv","features":[378]},{"name":"glRasterPos4d","features":[378]},{"name":"glRasterPos4dv","features":[378]},{"name":"glRasterPos4f","features":[378]},{"name":"glRasterPos4fv","features":[378]},{"name":"glRasterPos4i","features":[378]},{"name":"glRasterPos4iv","features":[378]},{"name":"glRasterPos4s","features":[378]},{"name":"glRasterPos4sv","features":[378]},{"name":"glReadBuffer","features":[378]},{"name":"glReadPixels","features":[378]},{"name":"glRectd","features":[378]},{"name":"glRectdv","features":[378]},{"name":"glRectf","features":[378]},{"name":"glRectfv","features":[378]},{"name":"glRecti","features":[378]},{"name":"glRectiv","features":[378]},{"name":"glRects","features":[378]},{"name":"glRectsv","features":[378]},{"name":"glRenderMode","features":[378]},{"name":"glRotated","features":[378]},{"name":"glRotatef","features":[378]},{"name":"glScaled","features":[378]},{"name":"glScalef","features":[378]},{"name":"glScissor","features":[378]},{"name":"glSelectBuffer","features":[378]},{"name":"glShadeModel","features":[378]},{"name":"glStencilFunc","features":[378]},{"name":"glStencilMask","features":[378]},{"name":"glStencilOp","features":[378]},{"name":"glTexCoord1d","features":[378]},{"name":"glTexCoord1dv","features":[378]},{"name":"glTexCoord1f","features":[378]},{"name":"glTexCoord1fv","features":[378]},{"name":"glTexCoord1i","features":[378]},{"name":"glTexCoord1iv","features":[378]},{"name":"glTexCoord1s","features":[378]},{"name":"glTexCoord1sv","features":[378]},{"name":"glTexCoord2d","features":[378]},{"name":"glTexCoord2dv","features":[378]},{"name":"glTexCoord2f","features":[378]},{"name":"glTexCoord2fv","features":[378]},{"name":"glTexCoord2i","features":[378]},{"name":"glTexCoord2iv","features":[378]},{"name":"glTexCoord2s","features":[378]},{"name":"glTexCoord2sv","features":[378]},{"name":"glTexCoord3d","features":[378]},{"name":"glTexCoord3dv","features":[378]},{"name":"glTexCoord3f","features":[378]},{"name":"glTexCoord3fv","features":[378]},{"name":"glTexCoord3i","features":[378]},{"name":"glTexCoord3iv","features":[378]},{"name":"glTexCoord3s","features":[378]},{"name":"glTexCoord3sv","features":[378]},{"name":"glTexCoord4d","features":[378]},{"name":"glTexCoord4dv","features":[378]},{"name":"glTexCoord4f","features":[378]},{"name":"glTexCoord4fv","features":[378]},{"name":"glTexCoord4i","features":[378]},{"name":"glTexCoord4iv","features":[378]},{"name":"glTexCoord4s","features":[378]},{"name":"glTexCoord4sv","features":[378]},{"name":"glTexCoordPointer","features":[378]},{"name":"glTexEnvf","features":[378]},{"name":"glTexEnvfv","features":[378]},{"name":"glTexEnvi","features":[378]},{"name":"glTexEnviv","features":[378]},{"name":"glTexGend","features":[378]},{"name":"glTexGendv","features":[378]},{"name":"glTexGenf","features":[378]},{"name":"glTexGenfv","features":[378]},{"name":"glTexGeni","features":[378]},{"name":"glTexGeniv","features":[378]},{"name":"glTexImage1D","features":[378]},{"name":"glTexImage2D","features":[378]},{"name":"glTexParameterf","features":[378]},{"name":"glTexParameterfv","features":[378]},{"name":"glTexParameteri","features":[378]},{"name":"glTexParameteriv","features":[378]},{"name":"glTexSubImage1D","features":[378]},{"name":"glTexSubImage2D","features":[378]},{"name":"glTranslated","features":[378]},{"name":"glTranslatef","features":[378]},{"name":"glVertex2d","features":[378]},{"name":"glVertex2dv","features":[378]},{"name":"glVertex2f","features":[378]},{"name":"glVertex2fv","features":[378]},{"name":"glVertex2i","features":[378]},{"name":"glVertex2iv","features":[378]},{"name":"glVertex2s","features":[378]},{"name":"glVertex2sv","features":[378]},{"name":"glVertex3d","features":[378]},{"name":"glVertex3dv","features":[378]},{"name":"glVertex3f","features":[378]},{"name":"glVertex3fv","features":[378]},{"name":"glVertex3i","features":[378]},{"name":"glVertex3iv","features":[378]},{"name":"glVertex3s","features":[378]},{"name":"glVertex3sv","features":[378]},{"name":"glVertex4d","features":[378]},{"name":"glVertex4dv","features":[378]},{"name":"glVertex4f","features":[378]},{"name":"glVertex4fv","features":[378]},{"name":"glVertex4i","features":[378]},{"name":"glVertex4iv","features":[378]},{"name":"glVertex4s","features":[378]},{"name":"glVertex4sv","features":[378]},{"name":"glVertexPointer","features":[378]},{"name":"glViewport","features":[378]},{"name":"gluBeginCurve","features":[378]},{"name":"gluBeginPolygon","features":[378]},{"name":"gluBeginSurface","features":[378]},{"name":"gluBeginTrim","features":[378]},{"name":"gluBuild1DMipmaps","features":[378]},{"name":"gluBuild2DMipmaps","features":[378]},{"name":"gluCylinder","features":[378]},{"name":"gluDeleteNurbsRenderer","features":[378]},{"name":"gluDeleteQuadric","features":[378]},{"name":"gluDeleteTess","features":[378]},{"name":"gluDisk","features":[378]},{"name":"gluEndCurve","features":[378]},{"name":"gluEndPolygon","features":[378]},{"name":"gluEndSurface","features":[378]},{"name":"gluEndTrim","features":[378]},{"name":"gluErrorString","features":[378]},{"name":"gluErrorUnicodeStringEXT","features":[378]},{"name":"gluGetNurbsProperty","features":[378]},{"name":"gluGetString","features":[378]},{"name":"gluGetTessProperty","features":[378]},{"name":"gluLoadSamplingMatrices","features":[378]},{"name":"gluLookAt","features":[378]},{"name":"gluNewNurbsRenderer","features":[378]},{"name":"gluNewQuadric","features":[378]},{"name":"gluNewTess","features":[378]},{"name":"gluNextContour","features":[378]},{"name":"gluNurbsCallback","features":[378]},{"name":"gluNurbsCurve","features":[378]},{"name":"gluNurbsProperty","features":[378]},{"name":"gluNurbsSurface","features":[378]},{"name":"gluOrtho2D","features":[378]},{"name":"gluPartialDisk","features":[378]},{"name":"gluPerspective","features":[378]},{"name":"gluPickMatrix","features":[378]},{"name":"gluProject","features":[378]},{"name":"gluPwlCurve","features":[378]},{"name":"gluQuadricCallback","features":[378]},{"name":"gluQuadricDrawStyle","features":[378]},{"name":"gluQuadricNormals","features":[378]},{"name":"gluQuadricOrientation","features":[378]},{"name":"gluQuadricTexture","features":[378]},{"name":"gluScaleImage","features":[378]},{"name":"gluSphere","features":[378]},{"name":"gluTessBeginContour","features":[378]},{"name":"gluTessBeginPolygon","features":[378]},{"name":"gluTessCallback","features":[378]},{"name":"gluTessEndContour","features":[378]},{"name":"gluTessEndPolygon","features":[378]},{"name":"gluTessNormal","features":[378]},{"name":"gluTessProperty","features":[378]},{"name":"gluTessVertex","features":[378]},{"name":"gluUnProject","features":[378]},{"name":"wglCopyContext","features":[305,378]},{"name":"wglCreateContext","features":[317,378]},{"name":"wglCreateLayerContext","features":[317,378]},{"name":"wglDeleteContext","features":[305,378]},{"name":"wglDescribeLayerPlane","features":[305,317,378]},{"name":"wglGetCurrentContext","features":[378]},{"name":"wglGetCurrentDC","features":[317,378]},{"name":"wglGetLayerPaletteEntries","features":[305,317,378]},{"name":"wglGetProcAddress","features":[305,378]},{"name":"wglMakeCurrent","features":[305,317,378]},{"name":"wglRealizeLayerPalette","features":[305,317,378]},{"name":"wglSetLayerPaletteEntries","features":[305,317,378]},{"name":"wglShareLists","features":[305,378]},{"name":"wglSwapLayerBuffers","features":[305,317,378]},{"name":"wglUseFontBitmapsA","features":[305,317,378]},{"name":"wglUseFontBitmapsW","features":[305,317,378]},{"name":"wglUseFontOutlinesA","features":[305,317,378]},{"name":"wglUseFontOutlinesW","features":[305,317,378]}],"428":[{"name":"ADDJOB_INFO_1A","features":[422]},{"name":"ADDJOB_INFO_1W","features":[422]},{"name":"ALREADY_REGISTERED","features":[422]},{"name":"ALREADY_UNREGISTERED","features":[422]},{"name":"APD_COPY_ALL_FILES","features":[422]},{"name":"APD_COPY_FROM_DIRECTORY","features":[422]},{"name":"APD_COPY_NEW_FILES","features":[422]},{"name":"APD_STRICT_DOWNGRADE","features":[422]},{"name":"APD_STRICT_UPGRADE","features":[422]},{"name":"APPLYCPSUI_NO_NEWDEF","features":[422]},{"name":"APPLYCPSUI_OK_CANCEL_BUTTON","features":[422]},{"name":"ASYNC_CALL_ALREADY_PARKED","features":[422]},{"name":"ASYNC_CALL_IN_PROGRESS","features":[422]},{"name":"ASYNC_NOTIFICATION_FAILURE","features":[422]},{"name":"ATTRIBUTE_INFO_1","features":[422]},{"name":"ATTRIBUTE_INFO_2","features":[422]},{"name":"ATTRIBUTE_INFO_3","features":[422]},{"name":"ATTRIBUTE_INFO_4","features":[422]},{"name":"AbortPrinter","features":[305,422]},{"name":"AddFormA","features":[305,422]},{"name":"AddFormW","features":[305,422]},{"name":"AddJobA","features":[305,422]},{"name":"AddJobW","features":[305,422]},{"name":"AddMonitorA","features":[305,422]},{"name":"AddMonitorW","features":[305,422]},{"name":"AddPortA","features":[305,422]},{"name":"AddPortW","features":[305,422]},{"name":"AddPrintDeviceObject","features":[305,422]},{"name":"AddPrintProcessorA","features":[305,422]},{"name":"AddPrintProcessorW","features":[305,422]},{"name":"AddPrintProvidorA","features":[305,422]},{"name":"AddPrintProvidorW","features":[305,422]},{"name":"AddPrinterA","features":[305,422]},{"name":"AddPrinterConnection2A","features":[305,422]},{"name":"AddPrinterConnection2W","features":[305,422]},{"name":"AddPrinterConnectionA","features":[305,422]},{"name":"AddPrinterConnectionW","features":[305,422]},{"name":"AddPrinterDriverA","features":[305,422]},{"name":"AddPrinterDriverExA","features":[305,422]},{"name":"AddPrinterDriverExW","features":[305,422]},{"name":"AddPrinterDriverW","features":[305,422]},{"name":"AddPrinterW","features":[305,422]},{"name":"AdvancedDocumentPropertiesA","features":[305,317,422]},{"name":"AdvancedDocumentPropertiesW","features":[305,317,422]},{"name":"AppendPrinterNotifyInfoData","features":[305,422]},{"name":"BIDI_ACCESS_ADMINISTRATOR","features":[422]},{"name":"BIDI_ACCESS_USER","features":[422]},{"name":"BIDI_ACTION_ENUM_SCHEMA","features":[422]},{"name":"BIDI_ACTION_GET","features":[422]},{"name":"BIDI_ACTION_GET_ALL","features":[422]},{"name":"BIDI_ACTION_GET_WITH_ARGUMENT","features":[422]},{"name":"BIDI_ACTION_SET","features":[422]},{"name":"BIDI_BLOB","features":[422]},{"name":"BIDI_BOOL","features":[422]},{"name":"BIDI_DATA","features":[305,422]},{"name":"BIDI_ENUM","features":[422]},{"name":"BIDI_FLOAT","features":[422]},{"name":"BIDI_INT","features":[422]},{"name":"BIDI_NULL","features":[422]},{"name":"BIDI_REQUEST_CONTAINER","features":[305,422]},{"name":"BIDI_REQUEST_DATA","features":[305,422]},{"name":"BIDI_RESPONSE_CONTAINER","features":[305,422]},{"name":"BIDI_RESPONSE_DATA","features":[305,422]},{"name":"BIDI_STRING","features":[422]},{"name":"BIDI_TEXT","features":[422]},{"name":"BIDI_TYPE","features":[422]},{"name":"BINARY_CONTAINER","features":[422]},{"name":"BOOKLET_EDGE_LEFT","features":[422]},{"name":"BOOKLET_EDGE_RIGHT","features":[422]},{"name":"BOOKLET_PRINT","features":[422]},{"name":"BORDER_PRINT","features":[422]},{"name":"BidiRequest","features":[422]},{"name":"BidiRequestContainer","features":[422]},{"name":"BidiSpl","features":[422]},{"name":"BranchOfficeJobData","features":[422]},{"name":"BranchOfficeJobDataContainer","features":[422]},{"name":"BranchOfficeJobDataError","features":[422]},{"name":"BranchOfficeJobDataPipelineFailed","features":[422]},{"name":"BranchOfficeJobDataPrinted","features":[422]},{"name":"BranchOfficeJobDataRendered","features":[422]},{"name":"BranchOfficeLogOfflineFileFull","features":[422]},{"name":"CC_BIG5","features":[422]},{"name":"CC_CP437","features":[422]},{"name":"CC_CP850","features":[422]},{"name":"CC_CP863","features":[422]},{"name":"CC_DEFAULT","features":[422]},{"name":"CC_GB2312","features":[422]},{"name":"CC_ISC","features":[422]},{"name":"CC_JIS","features":[422]},{"name":"CC_JIS_ANK","features":[422]},{"name":"CC_NOPRECNV","features":[422]},{"name":"CC_NS86","features":[422]},{"name":"CC_SJIS","features":[422]},{"name":"CC_TCA","features":[422]},{"name":"CC_WANSUNG","features":[422]},{"name":"CDM_CONVERT","features":[422]},{"name":"CDM_CONVERT351","features":[422]},{"name":"CDM_DRIVER_DEFAULT","features":[422]},{"name":"CHANNEL_ACQUIRED","features":[422]},{"name":"CHANNEL_ALREADY_CLOSED","features":[422]},{"name":"CHANNEL_ALREADY_OPENED","features":[422]},{"name":"CHANNEL_CLOSED_BY_ANOTHER_LISTENER","features":[422]},{"name":"CHANNEL_CLOSED_BY_SAME_LISTENER","features":[422]},{"name":"CHANNEL_CLOSED_BY_SERVER","features":[422]},{"name":"CHANNEL_NOT_OPENED","features":[422]},{"name":"CHANNEL_RELEASED_BY_LISTENER","features":[422]},{"name":"CHANNEL_WAITING_FOR_CLIENT_NOTIFICATION","features":[422]},{"name":"CHKBOXS_FALSE_PDATA","features":[422]},{"name":"CHKBOXS_FALSE_TRUE","features":[422]},{"name":"CHKBOXS_NONE_PDATA","features":[422]},{"name":"CHKBOXS_NO_PDATA","features":[422]},{"name":"CHKBOXS_NO_YES","features":[422]},{"name":"CHKBOXS_OFF_ON","features":[422]},{"name":"CHKBOXS_OFF_PDATA","features":[422]},{"name":"CLSID_OEMPTPROVIDER","features":[422]},{"name":"CLSID_OEMRENDER","features":[422]},{"name":"CLSID_OEMUI","features":[422]},{"name":"CLSID_OEMUIMXDC","features":[422]},{"name":"CLSID_PTPROVIDER","features":[422]},{"name":"CLSID_XPSRASTERIZER_FACTORY","features":[422]},{"name":"COLOR_OPTIMIZATION","features":[422]},{"name":"COMPROPSHEETUI","features":[305,422,374]},{"name":"CONFIG_INFO_DATA_1","features":[422]},{"name":"COPYFILE_EVENT_ADD_PRINTER_CONNECTION","features":[422]},{"name":"COPYFILE_EVENT_DELETE_PRINTER","features":[422]},{"name":"COPYFILE_EVENT_DELETE_PRINTER_CONNECTION","features":[422]},{"name":"COPYFILE_EVENT_FILES_CHANGED","features":[422]},{"name":"COPYFILE_EVENT_SET_PRINTER_DATAEX","features":[422]},{"name":"COPYFILE_FLAG_CLIENT_SPOOLER","features":[422]},{"name":"COPYFILE_FLAG_SERVER_SPOOLER","features":[422]},{"name":"CORE_PRINTER_DRIVERA","features":[305,422]},{"name":"CORE_PRINTER_DRIVERW","features":[305,422]},{"name":"CPSFUNC_ADD_HPROPSHEETPAGE","features":[422]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUI","features":[422]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUIA","features":[422]},{"name":"CPSFUNC_ADD_PCOMPROPSHEETUIW","features":[422]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUI","features":[422]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUIA","features":[422]},{"name":"CPSFUNC_ADD_PFNPROPSHEETUIW","features":[422]},{"name":"CPSFUNC_ADD_PROPSHEETPAGE","features":[422]},{"name":"CPSFUNC_ADD_PROPSHEETPAGEA","features":[422]},{"name":"CPSFUNC_ADD_PROPSHEETPAGEW","features":[422]},{"name":"CPSFUNC_DELETE_HCOMPROPSHEET","features":[422]},{"name":"CPSFUNC_DO_APPLY_CPSUI","features":[422]},{"name":"CPSFUNC_GET_HPSUIPAGES","features":[422]},{"name":"CPSFUNC_GET_PAGECOUNT","features":[422]},{"name":"CPSFUNC_GET_PFNPROPSHEETUI_ICON","features":[422]},{"name":"CPSFUNC_IGNORE_CPSUI_PSN_APPLY","features":[422]},{"name":"CPSFUNC_INSERT_PSUIPAGE","features":[422]},{"name":"CPSFUNC_INSERT_PSUIPAGEA","features":[422]},{"name":"CPSFUNC_INSERT_PSUIPAGEW","features":[422]},{"name":"CPSFUNC_LOAD_CPSUI_ICON","features":[422]},{"name":"CPSFUNC_LOAD_CPSUI_STRING","features":[422]},{"name":"CPSFUNC_LOAD_CPSUI_STRINGA","features":[422]},{"name":"CPSFUNC_LOAD_CPSUI_STRINGW","features":[422]},{"name":"CPSFUNC_QUERY_DATABLOCK","features":[422]},{"name":"CPSFUNC_SET_DATABLOCK","features":[422]},{"name":"CPSFUNC_SET_DMPUB_HIDEBITS","features":[422]},{"name":"CPSFUNC_SET_FUSION_CONTEXT","features":[422]},{"name":"CPSFUNC_SET_HSTARTPAGE","features":[422]},{"name":"CPSFUNC_SET_PSUIPAGE_ICON","features":[422]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLE","features":[422]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLEA","features":[422]},{"name":"CPSFUNC_SET_PSUIPAGE_TITLEW","features":[422]},{"name":"CPSFUNC_SET_RESULT","features":[422]},{"name":"CPSUICBPARAM","features":[305,422,374]},{"name":"CPSUICB_ACTION_ITEMS_APPLIED","features":[422]},{"name":"CPSUICB_ACTION_NONE","features":[422]},{"name":"CPSUICB_ACTION_NO_APPLY_EXIT","features":[422]},{"name":"CPSUICB_ACTION_OPTIF_CHANGED","features":[422]},{"name":"CPSUICB_ACTION_REINIT_ITEMS","features":[422]},{"name":"CPSUICB_REASON_ABOUT","features":[422]},{"name":"CPSUICB_REASON_APPLYNOW","features":[422]},{"name":"CPSUICB_REASON_DLGPROC","features":[422]},{"name":"CPSUICB_REASON_ECB_CHANGED","features":[422]},{"name":"CPSUICB_REASON_EXTPUSH","features":[422]},{"name":"CPSUICB_REASON_ITEMS_REVERTED","features":[422]},{"name":"CPSUICB_REASON_KILLACTIVE","features":[422]},{"name":"CPSUICB_REASON_OPTITEM_SETFOCUS","features":[422]},{"name":"CPSUICB_REASON_PUSHBUTTON","features":[422]},{"name":"CPSUICB_REASON_SEL_CHANGED","features":[422]},{"name":"CPSUICB_REASON_SETACTIVE","features":[422]},{"name":"CPSUICB_REASON_UNDO_CHANGES","features":[422]},{"name":"CPSUIDATABLOCK","features":[422]},{"name":"CPSUIF_ABOUT_CALLBACK","features":[422]},{"name":"CPSUIF_ICONID_AS_HICON","features":[422]},{"name":"CPSUIF_UPDATE_PERMISSION","features":[422]},{"name":"CPSUI_CANCEL","features":[422]},{"name":"CPSUI_OK","features":[422]},{"name":"CPSUI_REBOOTSYSTEM","features":[422]},{"name":"CPSUI_RESTARTWINDOWS","features":[422]},{"name":"CUSTOMPARAM_HEIGHT","features":[422]},{"name":"CUSTOMPARAM_HEIGHTOFFSET","features":[422]},{"name":"CUSTOMPARAM_MAX","features":[422]},{"name":"CUSTOMPARAM_ORIENTATION","features":[422]},{"name":"CUSTOMPARAM_WIDTH","features":[422]},{"name":"CUSTOMPARAM_WIDTHOFFSET","features":[422]},{"name":"CUSTOMSIZEPARAM","features":[422]},{"name":"CallRouterFindFirstPrinterChangeNotification","features":[305,422]},{"name":"ClosePrinter","features":[305,422]},{"name":"CloseSpoolFileHandle","features":[305,422]},{"name":"CommitSpoolData","features":[305,422]},{"name":"CommonPropertySheetUIA","features":[305,422]},{"name":"CommonPropertySheetUIW","features":[305,422]},{"name":"Compression_Fast","features":[422]},{"name":"Compression_Normal","features":[422]},{"name":"Compression_NotCompressed","features":[422]},{"name":"Compression_Small","features":[422]},{"name":"ConfigurePortA","features":[305,422]},{"name":"ConfigurePortW","features":[305,422]},{"name":"ConnectToPrinterDlg","features":[305,422]},{"name":"CorePrinterDriverInstalledA","features":[305,422]},{"name":"CorePrinterDriverInstalledW","features":[305,422]},{"name":"CreatePrintAsyncNotifyChannel","features":[422]},{"name":"CreatePrinterIC","features":[305,317,422]},{"name":"DATATYPES_INFO_1A","features":[422]},{"name":"DATATYPES_INFO_1W","features":[422]},{"name":"DATA_HEADER","features":[422]},{"name":"DEF_PRIORITY","features":[422]},{"name":"DELETE_PORT_DATA_1","features":[422]},{"name":"DEVICEPROPERTYHEADER","features":[305,422]},{"name":"DEVQUERYPRINT_INFO","features":[305,317,422]},{"name":"DF_BKSP_OK","features":[422]},{"name":"DF_NOITALIC","features":[422]},{"name":"DF_NOUNDER","features":[422]},{"name":"DF_NO_BOLD","features":[422]},{"name":"DF_NO_DOUBLE_UNDERLINE","features":[422]},{"name":"DF_NO_STRIKETHRU","features":[422]},{"name":"DF_TYPE_CAPSL","features":[422]},{"name":"DF_TYPE_HPINTELLIFONT","features":[422]},{"name":"DF_TYPE_OEM1","features":[422]},{"name":"DF_TYPE_OEM2","features":[422]},{"name":"DF_TYPE_PST1","features":[422]},{"name":"DF_TYPE_TRUETYPE","features":[422]},{"name":"DF_XM_CR","features":[422]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT","features":[422]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION","features":[422]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION_COUNT","features":[422]},{"name":"DISPID_PRINTEREXTENSION_CONTEXTCOLLECTION_GETAT","features":[422]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_DRIVERPROPERTIES","features":[422]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_PRINTERQUEUE","features":[422]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_PRINTSCHEMATICKET","features":[422]},{"name":"DISPID_PRINTEREXTENSION_CONTEXT_USERPROPERTIES","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENT","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_BIDINOTIFICATION","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_DETAILEDREASONID","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_REASONID","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_REQUEST","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_SOURCEAPPLICATION","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_WINDOWMODAL","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENTARGS_WINDOWPARENT","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENT_ONDRIVEREVENT","features":[422]},{"name":"DISPID_PRINTEREXTENSION_EVENT_ONPRINTERQUEUESENUMERATED","features":[422]},{"name":"DISPID_PRINTEREXTENSION_REQUEST","features":[422]},{"name":"DISPID_PRINTEREXTENSION_REQUEST_CANCEL","features":[422]},{"name":"DISPID_PRINTEREXTENSION_REQUEST_COMPLETE","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG_GETBOOL","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG_GETBYTES","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG_GETINT32","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG_GETREADSTREAM","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG_GETSTRING","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG_GETWRITESTREAM","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG_SETBOOL","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG_SETBYTES","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG_SETINT32","features":[422]},{"name":"DISPID_PRINTERPROPERTYBAG_SETSTRING","features":[422]},{"name":"DISPID_PRINTERQUEUE","features":[422]},{"name":"DISPID_PRINTERQUEUEEVENT","features":[422]},{"name":"DISPID_PRINTERQUEUEEVENT_ONBIDIRESPONSERECEIVED","features":[422]},{"name":"DISPID_PRINTERQUEUEVIEW","features":[422]},{"name":"DISPID_PRINTERQUEUEVIEW_EVENT","features":[422]},{"name":"DISPID_PRINTERQUEUEVIEW_EVENT_ONCHANGED","features":[422]},{"name":"DISPID_PRINTERQUEUEVIEW_SETVIEWRANGE","features":[422]},{"name":"DISPID_PRINTERQUEUE_GETPRINTERQUEUEVIEW","features":[422]},{"name":"DISPID_PRINTERQUEUE_GETPROPERTIES","features":[422]},{"name":"DISPID_PRINTERQUEUE_HANDLE","features":[422]},{"name":"DISPID_PRINTERQUEUE_NAME","features":[422]},{"name":"DISPID_PRINTERQUEUE_SENDBIDIQUERY","features":[422]},{"name":"DISPID_PRINTERQUEUE_SENDBIDISETREQUESTASYNC","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETBOOL","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETBYTES","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETINT32","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETREADSTREAM","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETSTREAMASXML","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETSTRING","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_GETWRITESTREAM","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETBOOL","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETBYTES","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETINT32","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLEPROPERTYBAG_SETSTRING","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM_READ","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLESEQUENTIALSTREAM_WRITE","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_COMMIT","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_SEEK","features":[422]},{"name":"DISPID_PRINTERSCRIPTABLESTREAM_SETSIZE","features":[422]},{"name":"DISPID_PRINTERSCRIPTCONTEXT","features":[422]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_DRIVERPROPERTIES","features":[422]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_QUEUEPROPERTIES","features":[422]},{"name":"DISPID_PRINTERSCRIPTCONTEXT_USERPROPERTIES","features":[422]},{"name":"DISPID_PRINTJOBCOLLECTION","features":[422]},{"name":"DISPID_PRINTJOBCOLLECTION_COUNT","features":[422]},{"name":"DISPID_PRINTJOBCOLLECTION_GETAT","features":[422]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION","features":[422]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATIONEVENT","features":[422]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATIONEVENT_COMPLETED","features":[422]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION_CANCEL","features":[422]},{"name":"DISPID_PRINTSCHEMA_ASYNCOPERATION_START","features":[422]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES","features":[422]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETFEATURE","features":[422]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETFEATURE_KEYNAME","features":[422]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETOPTIONS","features":[422]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETPARAMETERDEFINITION","features":[422]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_GETSELECTEDOPTION","features":[422]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_JOBCOPIESMAXVALUE","features":[422]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_JOBCOPIESMINVALUE","features":[422]},{"name":"DISPID_PRINTSCHEMA_CAPABILITIES_PAGEIMAGEABLESIZE","features":[422]},{"name":"DISPID_PRINTSCHEMA_DISPLAYABLEELEMENT","features":[422]},{"name":"DISPID_PRINTSCHEMA_DISPLAYABLEELEMENT_DISPLAYNAME","features":[422]},{"name":"DISPID_PRINTSCHEMA_ELEMENT","features":[422]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_NAME","features":[422]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_NAMESPACEURI","features":[422]},{"name":"DISPID_PRINTSCHEMA_ELEMENT_XMLNODE","features":[422]},{"name":"DISPID_PRINTSCHEMA_FEATURE","features":[422]},{"name":"DISPID_PRINTSCHEMA_FEATURE_DISPLAYUI","features":[422]},{"name":"DISPID_PRINTSCHEMA_FEATURE_GETOPTION","features":[422]},{"name":"DISPID_PRINTSCHEMA_FEATURE_SELECTEDOPTION","features":[422]},{"name":"DISPID_PRINTSCHEMA_FEATURE_SELECTIONTYPE","features":[422]},{"name":"DISPID_PRINTSCHEMA_NUPOPTION","features":[422]},{"name":"DISPID_PRINTSCHEMA_NUPOPTION_PAGESPERSHEET","features":[422]},{"name":"DISPID_PRINTSCHEMA_OPTION","features":[422]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION","features":[422]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION_COUNT","features":[422]},{"name":"DISPID_PRINTSCHEMA_OPTIONCOLLECTION_GETAT","features":[422]},{"name":"DISPID_PRINTSCHEMA_OPTION_CONSTRAINED","features":[422]},{"name":"DISPID_PRINTSCHEMA_OPTION_GETPROPERTYVALUE","features":[422]},{"name":"DISPID_PRINTSCHEMA_OPTION_SELECTED","features":[422]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE","features":[422]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_EXTENT_HEIGHT","features":[422]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_EXTENT_WIDTH","features":[422]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_IMAGEABLE_HEIGHT","features":[422]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_IMAGEABLE_WIDTH","features":[422]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_ORIGIN_HEIGHT","features":[422]},{"name":"DISPID_PRINTSCHEMA_PAGEIMAGEABLESIZE_ORIGIN_WIDTH","features":[422]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION","features":[422]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION_HEIGHT","features":[422]},{"name":"DISPID_PRINTSCHEMA_PAGEMEDIASIZEOPTION_WIDTH","features":[422]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION","features":[422]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_DATATYPE","features":[422]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_RANGEMAX","features":[422]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_RANGEMIN","features":[422]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_UNITTYPE","features":[422]},{"name":"DISPID_PRINTSCHEMA_PARAMETERDEFINITION_USERINPUTREQUIRED","features":[422]},{"name":"DISPID_PRINTSCHEMA_PARAMETERINITIALIZER","features":[422]},{"name":"DISPID_PRINTSCHEMA_PARAMETERINITIALIZER_VALUE","features":[422]},{"name":"DISPID_PRINTSCHEMA_TICKET","features":[422]},{"name":"DISPID_PRINTSCHEMA_TICKET_COMMITASYNC","features":[422]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETCAPABILITIES","features":[422]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETFEATURE","features":[422]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETFEATURE_KEYNAME","features":[422]},{"name":"DISPID_PRINTSCHEMA_TICKET_GETPARAMETERINITIALIZER","features":[422]},{"name":"DISPID_PRINTSCHEMA_TICKET_JOBCOPIESALLDOCUMENTS","features":[422]},{"name":"DISPID_PRINTSCHEMA_TICKET_NOTIFYXMLCHANGED","features":[422]},{"name":"DISPID_PRINTSCHEMA_TICKET_VALIDATEASYNC","features":[422]},{"name":"DI_CHANNEL","features":[422]},{"name":"DI_MEMORYMAP_WRITE","features":[422]},{"name":"DI_READ_SPOOL_JOB","features":[422]},{"name":"DLGPAGE","features":[305,422,374]},{"name":"DMPUB_BOOKLET_EDGE","features":[422]},{"name":"DMPUB_COLOR","features":[422]},{"name":"DMPUB_COPIES_COLLATE","features":[422]},{"name":"DMPUB_DEFSOURCE","features":[422]},{"name":"DMPUB_DITHERTYPE","features":[422]},{"name":"DMPUB_DUPLEX","features":[422]},{"name":"DMPUB_FIRST","features":[422]},{"name":"DMPUB_FORMNAME","features":[422]},{"name":"DMPUB_ICMINTENT","features":[422]},{"name":"DMPUB_ICMMETHOD","features":[422]},{"name":"DMPUB_LAST","features":[422]},{"name":"DMPUB_MANUAL_DUPLEX","features":[422]},{"name":"DMPUB_MEDIATYPE","features":[422]},{"name":"DMPUB_NONE","features":[422]},{"name":"DMPUB_NUP","features":[422]},{"name":"DMPUB_NUP_DIRECTION","features":[422]},{"name":"DMPUB_OEM_GRAPHIC_ITEM","features":[422]},{"name":"DMPUB_OEM_PAPER_ITEM","features":[422]},{"name":"DMPUB_OEM_ROOT_ITEM","features":[422]},{"name":"DMPUB_ORIENTATION","features":[422]},{"name":"DMPUB_OUTPUTBIN","features":[422]},{"name":"DMPUB_PAGEORDER","features":[422]},{"name":"DMPUB_PRINTQUALITY","features":[422]},{"name":"DMPUB_QUALITY","features":[422]},{"name":"DMPUB_SCALE","features":[422]},{"name":"DMPUB_STAPLE","features":[422]},{"name":"DMPUB_TTOPTION","features":[422]},{"name":"DMPUB_USER","features":[422]},{"name":"DM_ADVANCED","features":[422]},{"name":"DM_INVALIDATE_DRIVER_CACHE","features":[422]},{"name":"DM_NOPERMISSION","features":[422]},{"name":"DM_PROMPT_NON_MODAL","features":[422]},{"name":"DM_RESERVED","features":[422]},{"name":"DM_USER_DEFAULT","features":[422]},{"name":"DOCEVENT_CREATEDCPRE","features":[305,317,422]},{"name":"DOCEVENT_ESCAPE","features":[422]},{"name":"DOCEVENT_FILTER","features":[422]},{"name":"DOCUMENTEVENT_ABORTDOC","features":[422]},{"name":"DOCUMENTEVENT_CREATEDCPOST","features":[422]},{"name":"DOCUMENTEVENT_CREATEDCPRE","features":[422]},{"name":"DOCUMENTEVENT_DELETEDC","features":[422]},{"name":"DOCUMENTEVENT_ENDDOC","features":[422]},{"name":"DOCUMENTEVENT_ENDDOCPOST","features":[422]},{"name":"DOCUMENTEVENT_ENDDOCPRE","features":[422]},{"name":"DOCUMENTEVENT_ENDPAGE","features":[422]},{"name":"DOCUMENTEVENT_ESCAPE","features":[422]},{"name":"DOCUMENTEVENT_FAILURE","features":[422]},{"name":"DOCUMENTEVENT_FIRST","features":[422]},{"name":"DOCUMENTEVENT_LAST","features":[422]},{"name":"DOCUMENTEVENT_QUERYFILTER","features":[422]},{"name":"DOCUMENTEVENT_RESETDCPOST","features":[422]},{"name":"DOCUMENTEVENT_RESETDCPRE","features":[422]},{"name":"DOCUMENTEVENT_SPOOLED","features":[422]},{"name":"DOCUMENTEVENT_STARTDOC","features":[422]},{"name":"DOCUMENTEVENT_STARTDOCPOST","features":[422]},{"name":"DOCUMENTEVENT_STARTDOCPRE","features":[422]},{"name":"DOCUMENTEVENT_STARTPAGE","features":[422]},{"name":"DOCUMENTEVENT_SUCCESS","features":[422]},{"name":"DOCUMENTEVENT_UNSUPPORTED","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPOST","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRE","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRINTTICKETPOST","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTPRINTTICKETPRE","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPOST","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRE","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRINTTICKETPOST","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDDOCUMENTSEQUENCEPRINTTICKETPRE","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEEPRE","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPOST","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPRINTTICKETPOST","features":[422]},{"name":"DOCUMENTEVENT_XPS_ADDFIXEDPAGEPRINTTICKETPRE","features":[422]},{"name":"DOCUMENTEVENT_XPS_CANCELJOB","features":[422]},{"name":"DOCUMENTPROPERTYHEADER","features":[305,317,422]},{"name":"DOC_INFO_1A","features":[422]},{"name":"DOC_INFO_1W","features":[422]},{"name":"DOC_INFO_2A","features":[422]},{"name":"DOC_INFO_2W","features":[422]},{"name":"DOC_INFO_3A","features":[422]},{"name":"DOC_INFO_3W","features":[422]},{"name":"DOC_INFO_INTERNAL","features":[305,422]},{"name":"DOC_INFO_INTERNAL_LEVEL","features":[422]},{"name":"DPD_DELETE_ALL_FILES","features":[422]},{"name":"DPD_DELETE_SPECIFIC_VERSION","features":[422]},{"name":"DPD_DELETE_UNUSED_FILES","features":[422]},{"name":"DPF_ICONID_AS_HICON","features":[422]},{"name":"DPF_USE_HDLGTEMPLATE","features":[422]},{"name":"DPS_NOPERMISSION","features":[422]},{"name":"DP_STD_DOCPROPPAGE1","features":[422]},{"name":"DP_STD_DOCPROPPAGE2","features":[422]},{"name":"DP_STD_RESERVED_START","features":[422]},{"name":"DP_STD_TREEVIEWPAGE","features":[422]},{"name":"DRIVER_EVENT_DELETE","features":[422]},{"name":"DRIVER_EVENT_INITIALIZE","features":[422]},{"name":"DRIVER_INFO_1A","features":[422]},{"name":"DRIVER_INFO_1W","features":[422]},{"name":"DRIVER_INFO_2A","features":[422]},{"name":"DRIVER_INFO_2W","features":[422]},{"name":"DRIVER_INFO_3A","features":[422]},{"name":"DRIVER_INFO_3W","features":[422]},{"name":"DRIVER_INFO_4A","features":[422]},{"name":"DRIVER_INFO_4W","features":[422]},{"name":"DRIVER_INFO_5A","features":[422]},{"name":"DRIVER_INFO_5W","features":[422]},{"name":"DRIVER_INFO_6A","features":[305,422]},{"name":"DRIVER_INFO_6W","features":[305,422]},{"name":"DRIVER_INFO_8A","features":[305,422]},{"name":"DRIVER_INFO_8W","features":[305,422]},{"name":"DRIVER_KERNELMODE","features":[422]},{"name":"DRIVER_UPGRADE_INFO_1","features":[422]},{"name":"DRIVER_UPGRADE_INFO_2","features":[422]},{"name":"DRIVER_USERMODE","features":[422]},{"name":"DSPRINT_PENDING","features":[422]},{"name":"DSPRINT_PUBLISH","features":[422]},{"name":"DSPRINT_REPUBLISH","features":[422]},{"name":"DSPRINT_UNPUBLISH","features":[422]},{"name":"DSPRINT_UPDATE","features":[422]},{"name":"DeleteFormA","features":[305,422]},{"name":"DeleteFormW","features":[305,422]},{"name":"DeleteJobNamedProperty","features":[422]},{"name":"DeleteMonitorA","features":[305,422]},{"name":"DeleteMonitorW","features":[305,422]},{"name":"DeletePortA","features":[305,422]},{"name":"DeletePortW","features":[305,422]},{"name":"DeletePrintProcessorA","features":[305,422]},{"name":"DeletePrintProcessorW","features":[305,422]},{"name":"DeletePrintProvidorA","features":[305,422]},{"name":"DeletePrintProvidorW","features":[305,422]},{"name":"DeletePrinter","features":[305,422]},{"name":"DeletePrinterConnectionA","features":[305,422]},{"name":"DeletePrinterConnectionW","features":[305,422]},{"name":"DeletePrinterDataA","features":[422]},{"name":"DeletePrinterDataExA","features":[422]},{"name":"DeletePrinterDataExW","features":[422]},{"name":"DeletePrinterDataW","features":[422]},{"name":"DeletePrinterDriverA","features":[305,422]},{"name":"DeletePrinterDriverExA","features":[305,422]},{"name":"DeletePrinterDriverExW","features":[305,422]},{"name":"DeletePrinterDriverPackageA","features":[422]},{"name":"DeletePrinterDriverPackageW","features":[422]},{"name":"DeletePrinterDriverW","features":[305,422]},{"name":"DeletePrinterIC","features":[305,422]},{"name":"DeletePrinterKeyA","features":[422]},{"name":"DeletePrinterKeyW","features":[422]},{"name":"DevQueryPrint","features":[305,317,422]},{"name":"DevQueryPrintEx","features":[305,317,422]},{"name":"DocumentPropertiesA","features":[305,317,422]},{"name":"DocumentPropertiesW","features":[305,317,422]},{"name":"EATTRIBUTE_DATATYPE","features":[422]},{"name":"EBranchOfficeJobEventType","features":[422]},{"name":"ECBF_CHECKNAME_AT_FRONT","features":[422]},{"name":"ECBF_CHECKNAME_ONLY","features":[422]},{"name":"ECBF_CHECKNAME_ONLY_ENABLED","features":[422]},{"name":"ECBF_ICONID_AS_HICON","features":[422]},{"name":"ECBF_MASK","features":[422]},{"name":"ECBF_OVERLAY_ECBICON_IF_CHECKED","features":[422]},{"name":"ECBF_OVERLAY_NO_ICON","features":[422]},{"name":"ECBF_OVERLAY_STOP_ICON","features":[422]},{"name":"ECBF_OVERLAY_WARNING_ICON","features":[422]},{"name":"EMFPLAYPROC","features":[305,317,422]},{"name":"EMF_PP_COLOR_OPTIMIZATION","features":[422]},{"name":"EPF_ICONID_AS_HICON","features":[422]},{"name":"EPF_INCL_SETUP_TITLE","features":[422]},{"name":"EPF_MASK","features":[422]},{"name":"EPF_NO_DOT_DOT_DOT","features":[422]},{"name":"EPF_OVERLAY_NO_ICON","features":[422]},{"name":"EPF_OVERLAY_STOP_ICON","features":[422]},{"name":"EPF_OVERLAY_WARNING_ICON","features":[422]},{"name":"EPF_PUSH_TYPE_DLGPROC","features":[422]},{"name":"EPF_USE_HDLGTEMPLATE","features":[422]},{"name":"EPrintPropertyType","features":[422]},{"name":"EPrintXPSJobOperation","features":[422]},{"name":"EPrintXPSJobProgress","features":[422]},{"name":"ERROR_BIDI_DEVICE_CONFIG_UNCHANGED","features":[422]},{"name":"ERROR_BIDI_DEVICE_OFFLINE","features":[422]},{"name":"ERROR_BIDI_ERROR_BASE","features":[422]},{"name":"ERROR_BIDI_GET_ARGUMENT_NOT_SUPPORTED","features":[422]},{"name":"ERROR_BIDI_GET_MISSING_ARGUMENT","features":[422]},{"name":"ERROR_BIDI_GET_REQUIRES_ARGUMENT","features":[422]},{"name":"ERROR_BIDI_NO_BIDI_SCHEMA_EXTENSIONS","features":[422]},{"name":"ERROR_BIDI_NO_LOCALIZED_RESOURCES","features":[422]},{"name":"ERROR_BIDI_SCHEMA_NOT_SUPPORTED","features":[422]},{"name":"ERROR_BIDI_SCHEMA_READ_ONLY","features":[422]},{"name":"ERROR_BIDI_SCHEMA_WRITE_ONLY","features":[422]},{"name":"ERROR_BIDI_SERVER_OFFLINE","features":[422]},{"name":"ERROR_BIDI_SET_DIFFERENT_TYPE","features":[422]},{"name":"ERROR_BIDI_SET_INVALID_SCHEMAPATH","features":[422]},{"name":"ERROR_BIDI_SET_MULTIPLE_SCHEMAPATH","features":[422]},{"name":"ERROR_BIDI_SET_UNKNOWN_FAILURE","features":[422]},{"name":"ERROR_BIDI_STATUS_OK","features":[422]},{"name":"ERROR_BIDI_STATUS_WARNING","features":[422]},{"name":"ERROR_BIDI_UNSUPPORTED_CLIENT_LANGUAGE","features":[422]},{"name":"ERROR_BIDI_UNSUPPORTED_RESOURCE_FORMAT","features":[422]},{"name":"ERR_CPSUI_ALLOCMEM_FAILED","features":[422]},{"name":"ERR_CPSUI_CREATEPROPPAGE_FAILED","features":[422]},{"name":"ERR_CPSUI_CREATE_IMAGELIST_FAILED","features":[422]},{"name":"ERR_CPSUI_CREATE_TRACKBAR_FAILED","features":[422]},{"name":"ERR_CPSUI_CREATE_UDARROW_FAILED","features":[422]},{"name":"ERR_CPSUI_DMCOPIES_USE_EXTPUSH","features":[422]},{"name":"ERR_CPSUI_FUNCTION_NOT_IMPLEMENTED","features":[422]},{"name":"ERR_CPSUI_GETLASTERROR","features":[422]},{"name":"ERR_CPSUI_INTERNAL_ERROR","features":[422]},{"name":"ERR_CPSUI_INVALID_DLGPAGEIDX","features":[422]},{"name":"ERR_CPSUI_INVALID_DLGPAGE_CBSIZE","features":[422]},{"name":"ERR_CPSUI_INVALID_DMPUBID","features":[422]},{"name":"ERR_CPSUI_INVALID_DMPUB_TVOT","features":[422]},{"name":"ERR_CPSUI_INVALID_ECB_CBSIZE","features":[422]},{"name":"ERR_CPSUI_INVALID_EDITBOX_BUF_SIZE","features":[422]},{"name":"ERR_CPSUI_INVALID_EDITBOX_PSEL","features":[422]},{"name":"ERR_CPSUI_INVALID_EXTPUSH_CBSIZE","features":[422]},{"name":"ERR_CPSUI_INVALID_LBCB_TYPE","features":[422]},{"name":"ERR_CPSUI_INVALID_LPARAM","features":[422]},{"name":"ERR_CPSUI_INVALID_OPTITEM_CBSIZE","features":[422]},{"name":"ERR_CPSUI_INVALID_OPTPARAM_CBSIZE","features":[422]},{"name":"ERR_CPSUI_INVALID_OPTTYPE_CBSIZE","features":[422]},{"name":"ERR_CPSUI_INVALID_OPTTYPE_COUNT","features":[422]},{"name":"ERR_CPSUI_INVALID_PDATA","features":[422]},{"name":"ERR_CPSUI_INVALID_PDLGPAGE","features":[422]},{"name":"ERR_CPSUI_INVALID_PUSHBUTTON_TYPE","features":[422]},{"name":"ERR_CPSUI_INVALID_TVOT_TYPE","features":[422]},{"name":"ERR_CPSUI_MORE_THAN_ONE_STDPAGE","features":[422]},{"name":"ERR_CPSUI_MORE_THAN_ONE_TVPAGE","features":[422]},{"name":"ERR_CPSUI_NO_EXTPUSH_DLGTEMPLATEID","features":[422]},{"name":"ERR_CPSUI_NO_PROPSHEETPAGE","features":[422]},{"name":"ERR_CPSUI_NULL_CALLERNAME","features":[422]},{"name":"ERR_CPSUI_NULL_ECB_PCHECKEDNAME","features":[422]},{"name":"ERR_CPSUI_NULL_ECB_PTITLE","features":[422]},{"name":"ERR_CPSUI_NULL_EXTPUSH_CALLBACK","features":[422]},{"name":"ERR_CPSUI_NULL_EXTPUSH_DLGPROC","features":[422]},{"name":"ERR_CPSUI_NULL_HINST","features":[422]},{"name":"ERR_CPSUI_NULL_OPTITEMNAME","features":[422]},{"name":"ERR_CPSUI_NULL_POPTITEM","features":[422]},{"name":"ERR_CPSUI_NULL_POPTPARAM","features":[422]},{"name":"ERR_CPSUI_SUBITEM_DIFF_DLGPAGEIDX","features":[422]},{"name":"ERR_CPSUI_SUBITEM_DIFF_OPTIF_HIDE","features":[422]},{"name":"ERR_CPSUI_TOO_MANY_DLGPAGES","features":[422]},{"name":"ERR_CPSUI_TOO_MANY_PROPSHEETPAGES","features":[422]},{"name":"ERR_CPSUI_ZERO_OPTITEM","features":[422]},{"name":"EXTCHKBOX","features":[422]},{"name":"EXTPUSH","features":[305,422,374]},{"name":"EXTTEXTMETRIC","features":[422]},{"name":"EXpsCompressionOptions","features":[422]},{"name":"EXpsFontOptions","features":[422]},{"name":"EXpsFontRestriction","features":[422]},{"name":"EXpsJobConsumption","features":[422]},{"name":"E_VERSION_NOT_SUPPORTED","features":[422]},{"name":"EndDocPrinter","features":[305,422]},{"name":"EndPagePrinter","features":[305,422]},{"name":"EnumFormsA","features":[305,422]},{"name":"EnumFormsW","features":[305,422]},{"name":"EnumJobNamedProperties","features":[422]},{"name":"EnumJobsA","features":[305,422]},{"name":"EnumJobsW","features":[305,422]},{"name":"EnumMonitorsA","features":[305,422]},{"name":"EnumMonitorsW","features":[305,422]},{"name":"EnumPortsA","features":[305,422]},{"name":"EnumPortsW","features":[305,422]},{"name":"EnumPrintProcessorDatatypesA","features":[305,422]},{"name":"EnumPrintProcessorDatatypesW","features":[305,422]},{"name":"EnumPrintProcessorsA","features":[305,422]},{"name":"EnumPrintProcessorsW","features":[305,422]},{"name":"EnumPrinterDataA","features":[422]},{"name":"EnumPrinterDataExA","features":[422]},{"name":"EnumPrinterDataExW","features":[422]},{"name":"EnumPrinterDataW","features":[422]},{"name":"EnumPrinterDriversA","features":[305,422]},{"name":"EnumPrinterDriversW","features":[305,422]},{"name":"EnumPrinterKeyA","features":[422]},{"name":"EnumPrinterKeyW","features":[422]},{"name":"EnumPrintersA","features":[305,422]},{"name":"EnumPrintersW","features":[305,422]},{"name":"ExtDeviceMode","features":[305,317,422]},{"name":"FG_CANCHANGE","features":[422]},{"name":"FILL_WITH_DEFAULTS","features":[422]},{"name":"FMTID_PrinterPropertyBag","features":[422]},{"name":"FNT_INFO_CURRENTFONTID","features":[422]},{"name":"FNT_INFO_FONTBOLD","features":[422]},{"name":"FNT_INFO_FONTHEIGHT","features":[422]},{"name":"FNT_INFO_FONTITALIC","features":[422]},{"name":"FNT_INFO_FONTMAXWIDTH","features":[422]},{"name":"FNT_INFO_FONTSTRIKETHRU","features":[422]},{"name":"FNT_INFO_FONTUNDERLINE","features":[422]},{"name":"FNT_INFO_FONTWIDTH","features":[422]},{"name":"FNT_INFO_GRAYPERCENTAGE","features":[422]},{"name":"FNT_INFO_MAX","features":[422]},{"name":"FNT_INFO_NEXTFONTID","features":[422]},{"name":"FNT_INFO_NEXTGLYPH","features":[422]},{"name":"FNT_INFO_PRINTDIRINCCDEGREES","features":[422]},{"name":"FNT_INFO_TEXTXRES","features":[422]},{"name":"FNT_INFO_TEXTYRES","features":[422]},{"name":"FONT_DIR_SORTED","features":[422]},{"name":"FONT_FL_DEVICEFONT","features":[422]},{"name":"FONT_FL_GLYPHSET_GTT","features":[422]},{"name":"FONT_FL_GLYPHSET_RLE","features":[422]},{"name":"FONT_FL_IFI","features":[422]},{"name":"FONT_FL_PERMANENT_SF","features":[422]},{"name":"FONT_FL_RESERVED","features":[422]},{"name":"FONT_FL_SOFTFONT","features":[422]},{"name":"FONT_FL_UFM","features":[422]},{"name":"FORM_BUILTIN","features":[422]},{"name":"FORM_INFO_1A","features":[305,422]},{"name":"FORM_INFO_1W","features":[305,422]},{"name":"FORM_INFO_2A","features":[305,422]},{"name":"FORM_INFO_2W","features":[305,422]},{"name":"FORM_PRINTER","features":[422]},{"name":"FORM_USER","features":[422]},{"name":"FinalPageCount","features":[422]},{"name":"FindClosePrinterChangeNotification","features":[305,422]},{"name":"FindFirstPrinterChangeNotification","features":[305,422]},{"name":"FindNextPrinterChangeNotification","features":[305,422]},{"name":"FlushPrinter","features":[305,422]},{"name":"Font_Normal","features":[422]},{"name":"Font_Obfusticate","features":[422]},{"name":"FreePrintNamedPropertyArray","features":[422]},{"name":"FreePrintPropertyValue","features":[422]},{"name":"FreePrinterNotifyInfo","features":[305,422]},{"name":"GLYPHRUN","features":[422]},{"name":"GPD_OEMCUSTOMDATA","features":[422]},{"name":"GUID_DEVINTERFACE_IPPUSB_PRINT","features":[422]},{"name":"GUID_DEVINTERFACE_USBPRINT","features":[422]},{"name":"GdiDeleteSpoolFileHandle","features":[305,422]},{"name":"GdiEndDocEMF","features":[305,422]},{"name":"GdiEndPageEMF","features":[305,422]},{"name":"GdiGetDC","features":[305,317,422]},{"name":"GdiGetDevmodeForPage","features":[305,317,422]},{"name":"GdiGetPageCount","features":[305,422]},{"name":"GdiGetPageHandle","features":[305,422]},{"name":"GdiGetSpoolFileHandle","features":[305,317,422]},{"name":"GdiPlayPageEMF","features":[305,422]},{"name":"GdiResetDCEMF","features":[305,317,422]},{"name":"GdiStartDocEMF","features":[305,422,423]},{"name":"GdiStartPageEMF","features":[305,422]},{"name":"GenerateCopyFilePaths","features":[422]},{"name":"GetCPSUIUserData","features":[305,422]},{"name":"GetCorePrinterDriversA","features":[305,422]},{"name":"GetCorePrinterDriversW","features":[305,422]},{"name":"GetDefaultPrinterA","features":[305,422]},{"name":"GetDefaultPrinterW","features":[305,422]},{"name":"GetFormA","features":[305,422]},{"name":"GetFormW","features":[305,422]},{"name":"GetJobA","features":[305,422]},{"name":"GetJobAttributes","features":[305,317,422]},{"name":"GetJobAttributesEx","features":[305,317,422]},{"name":"GetJobNamedPropertyValue","features":[422]},{"name":"GetJobW","features":[305,422]},{"name":"GetPrintExecutionData","features":[305,422]},{"name":"GetPrintOutputInfo","features":[305,422]},{"name":"GetPrintProcessorDirectoryA","features":[305,422]},{"name":"GetPrintProcessorDirectoryW","features":[305,422]},{"name":"GetPrinterA","features":[305,422]},{"name":"GetPrinterDataA","features":[422]},{"name":"GetPrinterDataExA","features":[422]},{"name":"GetPrinterDataExW","features":[422]},{"name":"GetPrinterDataW","features":[422]},{"name":"GetPrinterDriver2A","features":[305,422]},{"name":"GetPrinterDriver2W","features":[305,422]},{"name":"GetPrinterDriverA","features":[305,422]},{"name":"GetPrinterDriverDirectoryA","features":[305,422]},{"name":"GetPrinterDriverDirectoryW","features":[305,422]},{"name":"GetPrinterDriverPackagePathA","features":[422]},{"name":"GetPrinterDriverPackagePathW","features":[422]},{"name":"GetPrinterDriverW","features":[305,422]},{"name":"GetPrinterW","features":[305,422]},{"name":"GetSpoolFileHandle","features":[305,422]},{"name":"IAsyncGetSendNotificationCookie","features":[422]},{"name":"IAsyncGetSrvReferralCookie","features":[422]},{"name":"IBidiAsyncNotifyChannel","features":[422]},{"name":"IBidiRequest","features":[422]},{"name":"IBidiRequestContainer","features":[422]},{"name":"IBidiSpl","features":[422]},{"name":"IBidiSpl2","features":[422]},{"name":"IDI_CPSUI_ADVANCE","features":[422]},{"name":"IDI_CPSUI_AUTOSEL","features":[422]},{"name":"IDI_CPSUI_COLLATE","features":[422]},{"name":"IDI_CPSUI_COLOR","features":[422]},{"name":"IDI_CPSUI_COPY","features":[422]},{"name":"IDI_CPSUI_DEVICE","features":[422]},{"name":"IDI_CPSUI_DEVICE2","features":[422]},{"name":"IDI_CPSUI_DEVICE_FEATURE","features":[422]},{"name":"IDI_CPSUI_DITHER_COARSE","features":[422]},{"name":"IDI_CPSUI_DITHER_FINE","features":[422]},{"name":"IDI_CPSUI_DITHER_LINEART","features":[422]},{"name":"IDI_CPSUI_DITHER_NONE","features":[422]},{"name":"IDI_CPSUI_DOCUMENT","features":[422]},{"name":"IDI_CPSUI_DUPLEX_HORZ","features":[422]},{"name":"IDI_CPSUI_DUPLEX_HORZ_L","features":[422]},{"name":"IDI_CPSUI_DUPLEX_NONE","features":[422]},{"name":"IDI_CPSUI_DUPLEX_NONE_L","features":[422]},{"name":"IDI_CPSUI_DUPLEX_VERT","features":[422]},{"name":"IDI_CPSUI_DUPLEX_VERT_L","features":[422]},{"name":"IDI_CPSUI_EMPTY","features":[422]},{"name":"IDI_CPSUI_ENVELOPE","features":[422]},{"name":"IDI_CPSUI_ENVELOPE_FEED","features":[422]},{"name":"IDI_CPSUI_ERROR","features":[422]},{"name":"IDI_CPSUI_FALSE","features":[422]},{"name":"IDI_CPSUI_FAX","features":[422]},{"name":"IDI_CPSUI_FONTCART","features":[422]},{"name":"IDI_CPSUI_FONTCARTHDR","features":[422]},{"name":"IDI_CPSUI_FONTCART_SLOT","features":[422]},{"name":"IDI_CPSUI_FONTSUB","features":[422]},{"name":"IDI_CPSUI_FORMTRAYASSIGN","features":[422]},{"name":"IDI_CPSUI_GENERIC_ITEM","features":[422]},{"name":"IDI_CPSUI_GENERIC_OPTION","features":[422]},{"name":"IDI_CPSUI_GRAPHIC","features":[422]},{"name":"IDI_CPSUI_HALFTONE_SETUP","features":[422]},{"name":"IDI_CPSUI_HTCLRADJ","features":[422]},{"name":"IDI_CPSUI_HT_DEVICE","features":[422]},{"name":"IDI_CPSUI_HT_HOST","features":[422]},{"name":"IDI_CPSUI_ICM_INTENT","features":[422]},{"name":"IDI_CPSUI_ICM_METHOD","features":[422]},{"name":"IDI_CPSUI_ICM_OPTION","features":[422]},{"name":"IDI_CPSUI_ICONID_FIRST","features":[422]},{"name":"IDI_CPSUI_ICONID_LAST","features":[422]},{"name":"IDI_CPSUI_INSTALLABLE_OPTION","features":[422]},{"name":"IDI_CPSUI_LANDSCAPE","features":[422]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWL","features":[422]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWLR","features":[422]},{"name":"IDI_CPSUI_LAYOUT_BMP_ARROWS","features":[422]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETL","features":[422]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETL_NB","features":[422]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETP","features":[422]},{"name":"IDI_CPSUI_LAYOUT_BMP_BOOKLETP_NB","features":[422]},{"name":"IDI_CPSUI_LAYOUT_BMP_PORTRAIT","features":[422]},{"name":"IDI_CPSUI_LAYOUT_BMP_ROT_PORT","features":[422]},{"name":"IDI_CPSUI_LF_PEN_PLOTTER","features":[422]},{"name":"IDI_CPSUI_LF_RASTER_PLOTTER","features":[422]},{"name":"IDI_CPSUI_MANUAL_FEED","features":[422]},{"name":"IDI_CPSUI_MEM","features":[422]},{"name":"IDI_CPSUI_MONO","features":[422]},{"name":"IDI_CPSUI_NO","features":[422]},{"name":"IDI_CPSUI_NOTINSTALLED","features":[422]},{"name":"IDI_CPSUI_NUP_BORDER","features":[422]},{"name":"IDI_CPSUI_OFF","features":[422]},{"name":"IDI_CPSUI_ON","features":[422]},{"name":"IDI_CPSUI_OPTION","features":[422]},{"name":"IDI_CPSUI_OPTION2","features":[422]},{"name":"IDI_CPSUI_OUTBIN","features":[422]},{"name":"IDI_CPSUI_OUTPUT","features":[422]},{"name":"IDI_CPSUI_PAGE_PROTECT","features":[422]},{"name":"IDI_CPSUI_PAPER_OUTPUT","features":[422]},{"name":"IDI_CPSUI_PAPER_TRAY","features":[422]},{"name":"IDI_CPSUI_PAPER_TRAY2","features":[422]},{"name":"IDI_CPSUI_PAPER_TRAY3","features":[422]},{"name":"IDI_CPSUI_PEN_CARROUSEL","features":[422]},{"name":"IDI_CPSUI_PLOTTER_PEN","features":[422]},{"name":"IDI_CPSUI_PORTRAIT","features":[422]},{"name":"IDI_CPSUI_POSTSCRIPT","features":[422]},{"name":"IDI_CPSUI_PRINTER","features":[422]},{"name":"IDI_CPSUI_PRINTER2","features":[422]},{"name":"IDI_CPSUI_PRINTER3","features":[422]},{"name":"IDI_CPSUI_PRINTER4","features":[422]},{"name":"IDI_CPSUI_PRINTER_FEATURE","features":[422]},{"name":"IDI_CPSUI_PRINTER_FOLDER","features":[422]},{"name":"IDI_CPSUI_QUESTION","features":[422]},{"name":"IDI_CPSUI_RES_DRAFT","features":[422]},{"name":"IDI_CPSUI_RES_HIGH","features":[422]},{"name":"IDI_CPSUI_RES_LOW","features":[422]},{"name":"IDI_CPSUI_RES_MEDIUM","features":[422]},{"name":"IDI_CPSUI_RES_PRESENTATION","features":[422]},{"name":"IDI_CPSUI_ROLL_PAPER","features":[422]},{"name":"IDI_CPSUI_ROT_LAND","features":[422]},{"name":"IDI_CPSUI_ROT_PORT","features":[422]},{"name":"IDI_CPSUI_RUN_DIALOG","features":[422]},{"name":"IDI_CPSUI_SCALING","features":[422]},{"name":"IDI_CPSUI_SEL_NONE","features":[422]},{"name":"IDI_CPSUI_SF_PEN_PLOTTER","features":[422]},{"name":"IDI_CPSUI_SF_RASTER_PLOTTER","features":[422]},{"name":"IDI_CPSUI_STAPLER_OFF","features":[422]},{"name":"IDI_CPSUI_STAPLER_ON","features":[422]},{"name":"IDI_CPSUI_STD_FORM","features":[422]},{"name":"IDI_CPSUI_STOP","features":[422]},{"name":"IDI_CPSUI_STOP_WARNING_OVERLAY","features":[422]},{"name":"IDI_CPSUI_TELEPHONE","features":[422]},{"name":"IDI_CPSUI_TRANSPARENT","features":[422]},{"name":"IDI_CPSUI_TRUE","features":[422]},{"name":"IDI_CPSUI_TT_DOWNLOADSOFT","features":[422]},{"name":"IDI_CPSUI_TT_DOWNLOADVECT","features":[422]},{"name":"IDI_CPSUI_TT_PRINTASGRAPHIC","features":[422]},{"name":"IDI_CPSUI_TT_SUBDEV","features":[422]},{"name":"IDI_CPSUI_WARNING","features":[422]},{"name":"IDI_CPSUI_WARNING_OVERLAY","features":[422]},{"name":"IDI_CPSUI_WATERMARK","features":[422]},{"name":"IDI_CPSUI_YES","features":[422]},{"name":"IDS_CPSUI_ABOUT","features":[422]},{"name":"IDS_CPSUI_ADVANCED","features":[422]},{"name":"IDS_CPSUI_ADVANCEDOCUMENT","features":[422]},{"name":"IDS_CPSUI_ALL","features":[422]},{"name":"IDS_CPSUI_AUTOSELECT","features":[422]},{"name":"IDS_CPSUI_BACKTOFRONT","features":[422]},{"name":"IDS_CPSUI_BOND","features":[422]},{"name":"IDS_CPSUI_BOOKLET","features":[422]},{"name":"IDS_CPSUI_BOOKLET_EDGE","features":[422]},{"name":"IDS_CPSUI_BOOKLET_EDGE_LEFT","features":[422]},{"name":"IDS_CPSUI_BOOKLET_EDGE_RIGHT","features":[422]},{"name":"IDS_CPSUI_CASSETTE_TRAY","features":[422]},{"name":"IDS_CPSUI_CHANGE","features":[422]},{"name":"IDS_CPSUI_CHANGED","features":[422]},{"name":"IDS_CPSUI_CHANGES","features":[422]},{"name":"IDS_CPSUI_COARSE","features":[422]},{"name":"IDS_CPSUI_COLLATE","features":[422]},{"name":"IDS_CPSUI_COLLATED","features":[422]},{"name":"IDS_CPSUI_COLON_SEP","features":[422]},{"name":"IDS_CPSUI_COLOR","features":[422]},{"name":"IDS_CPSUI_COLOR_APPERANCE","features":[422]},{"name":"IDS_CPSUI_COPIES","features":[422]},{"name":"IDS_CPSUI_COPY","features":[422]},{"name":"IDS_CPSUI_DEFAULT","features":[422]},{"name":"IDS_CPSUI_DEFAULTDOCUMENT","features":[422]},{"name":"IDS_CPSUI_DEFAULT_TRAY","features":[422]},{"name":"IDS_CPSUI_DEVICE","features":[422]},{"name":"IDS_CPSUI_DEVICEOPTIONS","features":[422]},{"name":"IDS_CPSUI_DEVICE_SETTINGS","features":[422]},{"name":"IDS_CPSUI_DITHERING","features":[422]},{"name":"IDS_CPSUI_DOCUMENT","features":[422]},{"name":"IDS_CPSUI_DOWN_THEN_LEFT","features":[422]},{"name":"IDS_CPSUI_DOWN_THEN_RIGHT","features":[422]},{"name":"IDS_CPSUI_DRAFT","features":[422]},{"name":"IDS_CPSUI_DUPLEX","features":[422]},{"name":"IDS_CPSUI_ENVELOPE_TRAY","features":[422]},{"name":"IDS_CPSUI_ENVMANUAL_TRAY","features":[422]},{"name":"IDS_CPSUI_ERRDIFFUSE","features":[422]},{"name":"IDS_CPSUI_ERROR","features":[422]},{"name":"IDS_CPSUI_EXIST","features":[422]},{"name":"IDS_CPSUI_FALSE","features":[422]},{"name":"IDS_CPSUI_FAST","features":[422]},{"name":"IDS_CPSUI_FAX","features":[422]},{"name":"IDS_CPSUI_FINE","features":[422]},{"name":"IDS_CPSUI_FORMNAME","features":[422]},{"name":"IDS_CPSUI_FORMSOURCE","features":[422]},{"name":"IDS_CPSUI_FORMTRAYASSIGN","features":[422]},{"name":"IDS_CPSUI_FRONTTOBACK","features":[422]},{"name":"IDS_CPSUI_GLOSSY","features":[422]},{"name":"IDS_CPSUI_GRAPHIC","features":[422]},{"name":"IDS_CPSUI_GRAYSCALE","features":[422]},{"name":"IDS_CPSUI_HALFTONE","features":[422]},{"name":"IDS_CPSUI_HALFTONE_SETUP","features":[422]},{"name":"IDS_CPSUI_HIGH","features":[422]},{"name":"IDS_CPSUI_HORIZONTAL","features":[422]},{"name":"IDS_CPSUI_HTCLRADJ","features":[422]},{"name":"IDS_CPSUI_ICM","features":[422]},{"name":"IDS_CPSUI_ICMINTENT","features":[422]},{"name":"IDS_CPSUI_ICMMETHOD","features":[422]},{"name":"IDS_CPSUI_ICM_BLACKWHITE","features":[422]},{"name":"IDS_CPSUI_ICM_COLORMETRIC","features":[422]},{"name":"IDS_CPSUI_ICM_CONTRAST","features":[422]},{"name":"IDS_CPSUI_ICM_NO","features":[422]},{"name":"IDS_CPSUI_ICM_SATURATION","features":[422]},{"name":"IDS_CPSUI_ICM_YES","features":[422]},{"name":"IDS_CPSUI_INSTFONTCART","features":[422]},{"name":"IDS_CPSUI_LANDSCAPE","features":[422]},{"name":"IDS_CPSUI_LARGECAP_TRAY","features":[422]},{"name":"IDS_CPSUI_LARGEFMT_TRAY","features":[422]},{"name":"IDS_CPSUI_LBCB_NOSEL","features":[422]},{"name":"IDS_CPSUI_LEFT_ANGLE","features":[422]},{"name":"IDS_CPSUI_LEFT_SLOT","features":[422]},{"name":"IDS_CPSUI_LEFT_THEN_DOWN","features":[422]},{"name":"IDS_CPSUI_LINEART","features":[422]},{"name":"IDS_CPSUI_LONG_SIDE","features":[422]},{"name":"IDS_CPSUI_LOW","features":[422]},{"name":"IDS_CPSUI_LOWER_TRAY","features":[422]},{"name":"IDS_CPSUI_MAILBOX","features":[422]},{"name":"IDS_CPSUI_MAKE","features":[422]},{"name":"IDS_CPSUI_MANUALFEED","features":[422]},{"name":"IDS_CPSUI_MANUAL_DUPLEX","features":[422]},{"name":"IDS_CPSUI_MANUAL_DUPLEX_OFF","features":[422]},{"name":"IDS_CPSUI_MANUAL_DUPLEX_ON","features":[422]},{"name":"IDS_CPSUI_MANUAL_TRAY","features":[422]},{"name":"IDS_CPSUI_MEDIA","features":[422]},{"name":"IDS_CPSUI_MEDIUM","features":[422]},{"name":"IDS_CPSUI_MIDDLE_TRAY","features":[422]},{"name":"IDS_CPSUI_MONOCHROME","features":[422]},{"name":"IDS_CPSUI_MORE","features":[422]},{"name":"IDS_CPSUI_NO","features":[422]},{"name":"IDS_CPSUI_NONE","features":[422]},{"name":"IDS_CPSUI_NOT","features":[422]},{"name":"IDS_CPSUI_NOTINSTALLED","features":[422]},{"name":"IDS_CPSUI_NO_NAME","features":[422]},{"name":"IDS_CPSUI_NUM_OF_COPIES","features":[422]},{"name":"IDS_CPSUI_NUP","features":[422]},{"name":"IDS_CPSUI_NUP_BORDER","features":[422]},{"name":"IDS_CPSUI_NUP_BORDERED","features":[422]},{"name":"IDS_CPSUI_NUP_DIRECTION","features":[422]},{"name":"IDS_CPSUI_NUP_FOURUP","features":[422]},{"name":"IDS_CPSUI_NUP_NINEUP","features":[422]},{"name":"IDS_CPSUI_NUP_NORMAL","features":[422]},{"name":"IDS_CPSUI_NUP_SIXTEENUP","features":[422]},{"name":"IDS_CPSUI_NUP_SIXUP","features":[422]},{"name":"IDS_CPSUI_NUP_TWOUP","features":[422]},{"name":"IDS_CPSUI_OF","features":[422]},{"name":"IDS_CPSUI_OFF","features":[422]},{"name":"IDS_CPSUI_ON","features":[422]},{"name":"IDS_CPSUI_ONLYONE","features":[422]},{"name":"IDS_CPSUI_OPTION","features":[422]},{"name":"IDS_CPSUI_OPTIONS","features":[422]},{"name":"IDS_CPSUI_ORIENTATION","features":[422]},{"name":"IDS_CPSUI_OUTBINASSIGN","features":[422]},{"name":"IDS_CPSUI_OUTPUTBIN","features":[422]},{"name":"IDS_CPSUI_PAGEORDER","features":[422]},{"name":"IDS_CPSUI_PAGEPROTECT","features":[422]},{"name":"IDS_CPSUI_PAPER_OUTPUT","features":[422]},{"name":"IDS_CPSUI_PERCENT","features":[422]},{"name":"IDS_CPSUI_PLOT","features":[422]},{"name":"IDS_CPSUI_PORTRAIT","features":[422]},{"name":"IDS_CPSUI_POSTER","features":[422]},{"name":"IDS_CPSUI_POSTER_2x2","features":[422]},{"name":"IDS_CPSUI_POSTER_3x3","features":[422]},{"name":"IDS_CPSUI_POSTER_4x4","features":[422]},{"name":"IDS_CPSUI_PRESENTATION","features":[422]},{"name":"IDS_CPSUI_PRINT","features":[422]},{"name":"IDS_CPSUI_PRINTER","features":[422]},{"name":"IDS_CPSUI_PRINTERMEM_KB","features":[422]},{"name":"IDS_CPSUI_PRINTERMEM_MB","features":[422]},{"name":"IDS_CPSUI_PRINTFLDSETTING","features":[422]},{"name":"IDS_CPSUI_PRINTQUALITY","features":[422]},{"name":"IDS_CPSUI_PROPERTIES","features":[422]},{"name":"IDS_CPSUI_QUALITY_BEST","features":[422]},{"name":"IDS_CPSUI_QUALITY_BETTER","features":[422]},{"name":"IDS_CPSUI_QUALITY_CUSTOM","features":[422]},{"name":"IDS_CPSUI_QUALITY_DRAFT","features":[422]},{"name":"IDS_CPSUI_QUALITY_SETTINGS","features":[422]},{"name":"IDS_CPSUI_RANGE_FROM","features":[422]},{"name":"IDS_CPSUI_REGULAR","features":[422]},{"name":"IDS_CPSUI_RESET","features":[422]},{"name":"IDS_CPSUI_RESOLUTION","features":[422]},{"name":"IDS_CPSUI_REVERT","features":[422]},{"name":"IDS_CPSUI_RIGHT_ANGLE","features":[422]},{"name":"IDS_CPSUI_RIGHT_SLOT","features":[422]},{"name":"IDS_CPSUI_RIGHT_THEN_DOWN","features":[422]},{"name":"IDS_CPSUI_ROTATED","features":[422]},{"name":"IDS_CPSUI_ROT_LAND","features":[422]},{"name":"IDS_CPSUI_ROT_PORT","features":[422]},{"name":"IDS_CPSUI_SCALING","features":[422]},{"name":"IDS_CPSUI_SETTING","features":[422]},{"name":"IDS_CPSUI_SETTINGS","features":[422]},{"name":"IDS_CPSUI_SETUP","features":[422]},{"name":"IDS_CPSUI_SHORT_SIDE","features":[422]},{"name":"IDS_CPSUI_SIDE1","features":[422]},{"name":"IDS_CPSUI_SIDE2","features":[422]},{"name":"IDS_CPSUI_SIMPLEX","features":[422]},{"name":"IDS_CPSUI_SLASH_SEP","features":[422]},{"name":"IDS_CPSUI_SLOT1","features":[422]},{"name":"IDS_CPSUI_SLOT2","features":[422]},{"name":"IDS_CPSUI_SLOT3","features":[422]},{"name":"IDS_CPSUI_SLOT4","features":[422]},{"name":"IDS_CPSUI_SLOW","features":[422]},{"name":"IDS_CPSUI_SMALLFMT_TRAY","features":[422]},{"name":"IDS_CPSUI_SOURCE","features":[422]},{"name":"IDS_CPSUI_STACKER","features":[422]},{"name":"IDS_CPSUI_STANDARD","features":[422]},{"name":"IDS_CPSUI_STAPLE","features":[422]},{"name":"IDS_CPSUI_STAPLER","features":[422]},{"name":"IDS_CPSUI_STAPLER_OFF","features":[422]},{"name":"IDS_CPSUI_STAPLER_ON","features":[422]},{"name":"IDS_CPSUI_STDDOCPROPTAB","features":[422]},{"name":"IDS_CPSUI_STDDOCPROPTAB1","features":[422]},{"name":"IDS_CPSUI_STDDOCPROPTAB2","features":[422]},{"name":"IDS_CPSUI_STDDOCPROPTVTAB","features":[422]},{"name":"IDS_CPSUI_STRID_FIRST","features":[422]},{"name":"IDS_CPSUI_STRID_LAST","features":[422]},{"name":"IDS_CPSUI_TO","features":[422]},{"name":"IDS_CPSUI_TOTAL","features":[422]},{"name":"IDS_CPSUI_TRACTOR_TRAY","features":[422]},{"name":"IDS_CPSUI_TRANSPARENCY","features":[422]},{"name":"IDS_CPSUI_TRUE","features":[422]},{"name":"IDS_CPSUI_TTOPTION","features":[422]},{"name":"IDS_CPSUI_TT_DOWNLOADSOFT","features":[422]},{"name":"IDS_CPSUI_TT_DOWNLOADVECT","features":[422]},{"name":"IDS_CPSUI_TT_PRINTASGRAPHIC","features":[422]},{"name":"IDS_CPSUI_TT_SUBDEV","features":[422]},{"name":"IDS_CPSUI_UPPER_TRAY","features":[422]},{"name":"IDS_CPSUI_USE_DEVICE_HT","features":[422]},{"name":"IDS_CPSUI_USE_HOST_HT","features":[422]},{"name":"IDS_CPSUI_USE_PRINTER_HT","features":[422]},{"name":"IDS_CPSUI_VERSION","features":[422]},{"name":"IDS_CPSUI_VERTICAL","features":[422]},{"name":"IDS_CPSUI_WARNING","features":[422]},{"name":"IDS_CPSUI_WATERMARK","features":[422]},{"name":"IDS_CPSUI_YES","features":[422]},{"name":"IFixedDocument","features":[422]},{"name":"IFixedDocumentSequence","features":[422]},{"name":"IFixedPage","features":[422]},{"name":"IImgCreateErrorInfo","features":[422,359]},{"name":"IImgErrorInfo","features":[422,358]},{"name":"IInterFilterCommunicator","features":[422]},{"name":"INSERTPSUIPAGE_INFO","features":[422]},{"name":"INSPSUIPAGE_MODE_AFTER","features":[422]},{"name":"INSPSUIPAGE_MODE_BEFORE","features":[422]},{"name":"INSPSUIPAGE_MODE_FIRST_CHILD","features":[422]},{"name":"INSPSUIPAGE_MODE_INDEX","features":[422]},{"name":"INSPSUIPAGE_MODE_LAST_CHILD","features":[422]},{"name":"INTERNAL_NOTIFICATION_QUEUE_IS_FULL","features":[422]},{"name":"INVALID_NOTIFICATION_TYPE","features":[422]},{"name":"INVOC","features":[422]},{"name":"IOCTL_USBPRINT_ADD_CHILD_DEVICE","features":[422]},{"name":"IOCTL_USBPRINT_ADD_MSIPP_COMPAT_ID","features":[422]},{"name":"IOCTL_USBPRINT_CYCLE_PORT","features":[422]},{"name":"IOCTL_USBPRINT_GET_1284_ID","features":[422]},{"name":"IOCTL_USBPRINT_GET_INTERFACE_TYPE","features":[422]},{"name":"IOCTL_USBPRINT_GET_LPT_STATUS","features":[422]},{"name":"IOCTL_USBPRINT_GET_PROTOCOL","features":[422]},{"name":"IOCTL_USBPRINT_SET_DEVICE_ID","features":[422]},{"name":"IOCTL_USBPRINT_SET_PORT_NUMBER","features":[422]},{"name":"IOCTL_USBPRINT_SET_PROTOCOL","features":[422]},{"name":"IOCTL_USBPRINT_SOFT_RESET","features":[422]},{"name":"IOCTL_USBPRINT_VENDOR_GET_COMMAND","features":[422]},{"name":"IOCTL_USBPRINT_VENDOR_SET_COMMAND","features":[422]},{"name":"IPDFP_COPY_ALL_FILES","features":[422]},{"name":"IPartBase","features":[422]},{"name":"IPartColorProfile","features":[422]},{"name":"IPartDiscardControl","features":[422]},{"name":"IPartFont","features":[422]},{"name":"IPartFont2","features":[422]},{"name":"IPartImage","features":[422]},{"name":"IPartPrintTicket","features":[422]},{"name":"IPartResourceDictionary","features":[422]},{"name":"IPartThumbnail","features":[422]},{"name":"IPrintAsyncCookie","features":[422]},{"name":"IPrintAsyncNewChannelCookie","features":[422]},{"name":"IPrintAsyncNotify","features":[422]},{"name":"IPrintAsyncNotifyCallback","features":[422]},{"name":"IPrintAsyncNotifyChannel","features":[422]},{"name":"IPrintAsyncNotifyDataObject","features":[422]},{"name":"IPrintAsyncNotifyRegistration","features":[422]},{"name":"IPrintAsyncNotifyServerReferral","features":[422]},{"name":"IPrintBidiAsyncNotifyRegistration","features":[422]},{"name":"IPrintClassObjectFactory","features":[422]},{"name":"IPrintCoreHelper","features":[422]},{"name":"IPrintCoreHelperPS","features":[422]},{"name":"IPrintCoreHelperUni","features":[422]},{"name":"IPrintCoreHelperUni2","features":[422]},{"name":"IPrintCoreUI2","features":[422]},{"name":"IPrintJob","features":[422]},{"name":"IPrintJobCollection","features":[422,358]},{"name":"IPrintOemCommon","features":[422]},{"name":"IPrintOemDriverUI","features":[422]},{"name":"IPrintOemUI","features":[422]},{"name":"IPrintOemUI2","features":[422]},{"name":"IPrintOemUIMXDC","features":[422]},{"name":"IPrintPipelineFilter","features":[422]},{"name":"IPrintPipelineManagerControl","features":[422]},{"name":"IPrintPipelineProgressReport","features":[422]},{"name":"IPrintPipelinePropertyBag","features":[422]},{"name":"IPrintPreviewDxgiPackageTarget","features":[422]},{"name":"IPrintReadStream","features":[422]},{"name":"IPrintReadStreamFactory","features":[422]},{"name":"IPrintSchemaAsyncOperation","features":[422,358]},{"name":"IPrintSchemaAsyncOperationEvent","features":[422,358]},{"name":"IPrintSchemaCapabilities","features":[422,358]},{"name":"IPrintSchemaCapabilities2","features":[422,358]},{"name":"IPrintSchemaDisplayableElement","features":[422,358]},{"name":"IPrintSchemaElement","features":[422,358]},{"name":"IPrintSchemaFeature","features":[422,358]},{"name":"IPrintSchemaNUpOption","features":[422,358]},{"name":"IPrintSchemaOption","features":[422,358]},{"name":"IPrintSchemaOptionCollection","features":[422,358]},{"name":"IPrintSchemaPageImageableSize","features":[422,358]},{"name":"IPrintSchemaPageMediaSizeOption","features":[422,358]},{"name":"IPrintSchemaParameterDefinition","features":[422,358]},{"name":"IPrintSchemaParameterInitializer","features":[422,358]},{"name":"IPrintSchemaTicket","features":[422,358]},{"name":"IPrintSchemaTicket2","features":[422,358]},{"name":"IPrintTicketProvider","features":[422]},{"name":"IPrintTicketProvider2","features":[422]},{"name":"IPrintUnidiAsyncNotifyRegistration","features":[422]},{"name":"IPrintWriteStream","features":[422]},{"name":"IPrintWriteStreamFlush","features":[422]},{"name":"IPrinterBidiSetRequestCallback","features":[422]},{"name":"IPrinterExtensionAsyncOperation","features":[422]},{"name":"IPrinterExtensionContext","features":[422,358]},{"name":"IPrinterExtensionContextCollection","features":[422,358]},{"name":"IPrinterExtensionEvent","features":[422,358]},{"name":"IPrinterExtensionEventArgs","features":[422,358]},{"name":"IPrinterExtensionManager","features":[422]},{"name":"IPrinterExtensionRequest","features":[422,358]},{"name":"IPrinterPropertyBag","features":[422,358]},{"name":"IPrinterQueue","features":[422,358]},{"name":"IPrinterQueue2","features":[422,358]},{"name":"IPrinterQueueEvent","features":[422,358]},{"name":"IPrinterQueueView","features":[422,358]},{"name":"IPrinterQueueViewEvent","features":[422,358]},{"name":"IPrinterScriptContext","features":[422,358]},{"name":"IPrinterScriptablePropertyBag","features":[422,358]},{"name":"IPrinterScriptablePropertyBag2","features":[422,358]},{"name":"IPrinterScriptableSequentialStream","features":[422,358]},{"name":"IPrinterScriptableStream","features":[422,358]},{"name":"IXpsDocument","features":[422]},{"name":"IXpsDocumentConsumer","features":[422]},{"name":"IXpsDocumentProvider","features":[422]},{"name":"IXpsPartIterator","features":[422]},{"name":"IXpsRasterizationFactory","features":[422]},{"name":"IXpsRasterizationFactory1","features":[422]},{"name":"IXpsRasterizationFactory2","features":[422]},{"name":"IXpsRasterizer","features":[422]},{"name":"IXpsRasterizerNotificationCallback","features":[422]},{"name":"ImgErrorInfo","features":[422]},{"name":"ImpersonatePrinterClient","features":[305,422]},{"name":"InstallPrinterDriverFromPackageA","features":[422]},{"name":"InstallPrinterDriverFromPackageW","features":[422]},{"name":"IntermediatePageCount","features":[422]},{"name":"IsValidDevmodeA","features":[305,317,422]},{"name":"IsValidDevmodeW","features":[305,317,422]},{"name":"JOB_ACCESS_ADMINISTER","features":[422]},{"name":"JOB_ACCESS_READ","features":[422]},{"name":"JOB_CONTROL_CANCEL","features":[422]},{"name":"JOB_CONTROL_DELETE","features":[422]},{"name":"JOB_CONTROL_LAST_PAGE_EJECTED","features":[422]},{"name":"JOB_CONTROL_PAUSE","features":[422]},{"name":"JOB_CONTROL_RELEASE","features":[422]},{"name":"JOB_CONTROL_RESTART","features":[422]},{"name":"JOB_CONTROL_RESUME","features":[422]},{"name":"JOB_CONTROL_RETAIN","features":[422]},{"name":"JOB_CONTROL_SEND_TOAST","features":[422]},{"name":"JOB_CONTROL_SENT_TO_PRINTER","features":[422]},{"name":"JOB_INFO_1A","features":[305,422]},{"name":"JOB_INFO_1W","features":[305,422]},{"name":"JOB_INFO_2A","features":[305,317,422,309]},{"name":"JOB_INFO_2W","features":[305,317,422,309]},{"name":"JOB_INFO_3","features":[422]},{"name":"JOB_INFO_4A","features":[305,317,422,309]},{"name":"JOB_INFO_4W","features":[305,317,422,309]},{"name":"JOB_NOTIFY_FIELD_BYTES_PRINTED","features":[422]},{"name":"JOB_NOTIFY_FIELD_DATATYPE","features":[422]},{"name":"JOB_NOTIFY_FIELD_DEVMODE","features":[422]},{"name":"JOB_NOTIFY_FIELD_DOCUMENT","features":[422]},{"name":"JOB_NOTIFY_FIELD_DRIVER_NAME","features":[422]},{"name":"JOB_NOTIFY_FIELD_MACHINE_NAME","features":[422]},{"name":"JOB_NOTIFY_FIELD_NOTIFY_NAME","features":[422]},{"name":"JOB_NOTIFY_FIELD_PAGES_PRINTED","features":[422]},{"name":"JOB_NOTIFY_FIELD_PARAMETERS","features":[422]},{"name":"JOB_NOTIFY_FIELD_PORT_NAME","features":[422]},{"name":"JOB_NOTIFY_FIELD_POSITION","features":[422]},{"name":"JOB_NOTIFY_FIELD_PRINTER_NAME","features":[422]},{"name":"JOB_NOTIFY_FIELD_PRINT_PROCESSOR","features":[422]},{"name":"JOB_NOTIFY_FIELD_PRIORITY","features":[422]},{"name":"JOB_NOTIFY_FIELD_REMOTE_JOB_ID","features":[422]},{"name":"JOB_NOTIFY_FIELD_SECURITY_DESCRIPTOR","features":[422]},{"name":"JOB_NOTIFY_FIELD_START_TIME","features":[422]},{"name":"JOB_NOTIFY_FIELD_STATUS","features":[422]},{"name":"JOB_NOTIFY_FIELD_STATUS_STRING","features":[422]},{"name":"JOB_NOTIFY_FIELD_SUBMITTED","features":[422]},{"name":"JOB_NOTIFY_FIELD_TIME","features":[422]},{"name":"JOB_NOTIFY_FIELD_TOTAL_BYTES","features":[422]},{"name":"JOB_NOTIFY_FIELD_TOTAL_PAGES","features":[422]},{"name":"JOB_NOTIFY_FIELD_UNTIL_TIME","features":[422]},{"name":"JOB_NOTIFY_FIELD_USER_NAME","features":[422]},{"name":"JOB_NOTIFY_TYPE","features":[422]},{"name":"JOB_POSITION_UNSPECIFIED","features":[422]},{"name":"JOB_STATUS_BLOCKED_DEVQ","features":[422]},{"name":"JOB_STATUS_COMPLETE","features":[422]},{"name":"JOB_STATUS_DELETED","features":[422]},{"name":"JOB_STATUS_DELETING","features":[422]},{"name":"JOB_STATUS_ERROR","features":[422]},{"name":"JOB_STATUS_OFFLINE","features":[422]},{"name":"JOB_STATUS_PAPEROUT","features":[422]},{"name":"JOB_STATUS_PAUSED","features":[422]},{"name":"JOB_STATUS_PRINTED","features":[422]},{"name":"JOB_STATUS_PRINTING","features":[422]},{"name":"JOB_STATUS_RENDERING_LOCALLY","features":[422]},{"name":"JOB_STATUS_RESTART","features":[422]},{"name":"JOB_STATUS_RETAINED","features":[422]},{"name":"JOB_STATUS_SPOOLING","features":[422]},{"name":"JOB_STATUS_USER_INTERVENTION","features":[422]},{"name":"KERNDATA","features":[376,422]},{"name":"LOCAL_ONLY_REGISTRATION","features":[422]},{"name":"LPR","features":[422]},{"name":"MAPTABLE","features":[422]},{"name":"MAX_ADDRESS_STR_LEN","features":[422]},{"name":"MAX_CHANNEL_COUNT_EXCEEDED","features":[422]},{"name":"MAX_CPSFUNC_INDEX","features":[422]},{"name":"MAX_DEVICEDESCRIPTION_STR_LEN","features":[422]},{"name":"MAX_DLGPAGE_COUNT","features":[422]},{"name":"MAX_FORM_KEYWORD_LENGTH","features":[422]},{"name":"MAX_IPADDR_STR_LEN","features":[422]},{"name":"MAX_NETWORKNAME2_LEN","features":[422]},{"name":"MAX_NETWORKNAME_LEN","features":[422]},{"name":"MAX_NOTIFICATION_SIZE_EXCEEDED","features":[422]},{"name":"MAX_PORTNAME_LEN","features":[422]},{"name":"MAX_PRIORITY","features":[422]},{"name":"MAX_PROPSHEETUI_REASON_INDEX","features":[422]},{"name":"MAX_PSUIPAGEINSERT_INDEX","features":[422]},{"name":"MAX_QUEUENAME_LEN","features":[422]},{"name":"MAX_REGISTRATION_COUNT_EXCEEDED","features":[422]},{"name":"MAX_RES_STR_CHARS","features":[422]},{"name":"MAX_SNMP_COMMUNITY_STR_LEN","features":[422]},{"name":"MESSAGEBOX_PARAMS","features":[305,422]},{"name":"MIN_PRIORITY","features":[422]},{"name":"MONITOR","features":[370,305,422,313]},{"name":"MONITOR2","features":[370,305,422,313]},{"name":"MONITOREX","features":[370,305,422,313]},{"name":"MONITORINIT","features":[305,422,373]},{"name":"MONITORREG","features":[422]},{"name":"MONITORUI","features":[422]},{"name":"MONITOR_INFO_1A","features":[422]},{"name":"MONITOR_INFO_1W","features":[422]},{"name":"MONITOR_INFO_2A","features":[422]},{"name":"MONITOR_INFO_2W","features":[422]},{"name":"MS_PRINT_JOB_OUTPUT_FILE","features":[422]},{"name":"MTYPE_ADD","features":[422]},{"name":"MTYPE_COMPOSE","features":[422]},{"name":"MTYPE_DIRECT","features":[422]},{"name":"MTYPE_DISABLE","features":[422]},{"name":"MTYPE_DOUBLE","features":[422]},{"name":"MTYPE_DOUBLEBYTECHAR_MASK","features":[422]},{"name":"MTYPE_FORMAT_MASK","features":[422]},{"name":"MTYPE_PAIRED","features":[422]},{"name":"MTYPE_PREDEFIN_MASK","features":[422]},{"name":"MTYPE_REPLACE","features":[422]},{"name":"MTYPE_SINGLE","features":[422]},{"name":"MV_GRAPHICS","features":[422]},{"name":"MV_PHYSICAL","features":[422]},{"name":"MV_RELATIVE","features":[422]},{"name":"MV_SENDXMOVECMD","features":[422]},{"name":"MV_SENDYMOVECMD","features":[422]},{"name":"MV_UPDATE","features":[422]},{"name":"MXDCOP_GET_FILENAME","features":[422]},{"name":"MXDCOP_PRINTTICKET_FIXED_DOC","features":[422]},{"name":"MXDCOP_PRINTTICKET_FIXED_DOC_SEQ","features":[422]},{"name":"MXDCOP_PRINTTICKET_FIXED_PAGE","features":[422]},{"name":"MXDCOP_SET_S0PAGE","features":[422]},{"name":"MXDCOP_SET_S0PAGE_RESOURCE","features":[422]},{"name":"MXDCOP_SET_XPSPASSTHRU_MODE","features":[422]},{"name":"MXDC_ESCAPE","features":[422]},{"name":"MXDC_ESCAPE_HEADER_T","features":[422]},{"name":"MXDC_GET_FILENAME_DATA_T","features":[422]},{"name":"MXDC_IMAGETYPE_JPEGHIGH_COMPRESSION","features":[422]},{"name":"MXDC_IMAGETYPE_JPEGLOW_COMPRESSION","features":[422]},{"name":"MXDC_IMAGETYPE_JPEGMEDIUM_COMPRESSION","features":[422]},{"name":"MXDC_IMAGETYPE_PNG","features":[422]},{"name":"MXDC_IMAGE_TYPE_ENUMS","features":[422]},{"name":"MXDC_LANDSCAPE_ROTATE_COUNTERCLOCKWISE_270_DEGREES","features":[422]},{"name":"MXDC_LANDSCAPE_ROTATE_COUNTERCLOCKWISE_90_DEGREES","features":[422]},{"name":"MXDC_LANDSCAPE_ROTATE_NONE","features":[422]},{"name":"MXDC_LANDSCAPE_ROTATION_ENUMS","features":[422]},{"name":"MXDC_PRINTTICKET_DATA_T","features":[422]},{"name":"MXDC_PRINTTICKET_ESCAPE_T","features":[422]},{"name":"MXDC_RESOURCE_DICTIONARY","features":[422]},{"name":"MXDC_RESOURCE_ICC_PROFILE","features":[422]},{"name":"MXDC_RESOURCE_JPEG","features":[422]},{"name":"MXDC_RESOURCE_JPEG_THUMBNAIL","features":[422]},{"name":"MXDC_RESOURCE_MAX","features":[422]},{"name":"MXDC_RESOURCE_PNG","features":[422]},{"name":"MXDC_RESOURCE_PNG_THUMBNAIL","features":[422]},{"name":"MXDC_RESOURCE_TIFF","features":[422]},{"name":"MXDC_RESOURCE_TTF","features":[422]},{"name":"MXDC_RESOURCE_WDP","features":[422]},{"name":"MXDC_S0PAGE_DATA_T","features":[422]},{"name":"MXDC_S0PAGE_PASSTHROUGH_ESCAPE_T","features":[422]},{"name":"MXDC_S0PAGE_RESOURCE_ESCAPE_T","features":[422]},{"name":"MXDC_S0_PAGE_ENUMS","features":[422]},{"name":"MXDC_XPS_S0PAGE_RESOURCE_T","features":[422]},{"name":"NORMAL_PRINT","features":[422]},{"name":"NOTIFICATION_CALLBACK_COMMANDS","features":[422]},{"name":"NOTIFICATION_COMMAND_CONTEXT_ACQUIRE","features":[422]},{"name":"NOTIFICATION_COMMAND_CONTEXT_RELEASE","features":[422]},{"name":"NOTIFICATION_COMMAND_NOTIFY","features":[422]},{"name":"NOTIFICATION_CONFIG_1","features":[305,422]},{"name":"NOTIFICATION_CONFIG_ASYNC_CHANNEL","features":[422]},{"name":"NOTIFICATION_CONFIG_CREATE_EVENT","features":[422]},{"name":"NOTIFICATION_CONFIG_EVENT_TRIGGER","features":[422]},{"name":"NOTIFICATION_CONFIG_FLAGS","features":[422]},{"name":"NOTIFICATION_CONFIG_REGISTER_CALLBACK","features":[422]},{"name":"NOTIFICATION_RELEASE","features":[422]},{"name":"NOT_REGISTERED","features":[422]},{"name":"NO_BORDER_PRINT","features":[422]},{"name":"NO_COLOR_OPTIMIZATION","features":[422]},{"name":"NO_LISTENERS","features":[422]},{"name":"NO_PRIORITY","features":[422]},{"name":"OEMCUIPCALLBACK","features":[305,317,422,374]},{"name":"OEMCUIPPARAM","features":[305,317,422,374]},{"name":"OEMCUIP_DOCPROP","features":[422]},{"name":"OEMCUIP_PRNPROP","features":[422]},{"name":"OEMDMPARAM","features":[305,317,422]},{"name":"OEMDM_CONVERT","features":[422]},{"name":"OEMDM_DEFAULT","features":[422]},{"name":"OEMDM_MERGE","features":[422]},{"name":"OEMDM_SIZE","features":[422]},{"name":"OEMFONTINSTPARAM","features":[305,422]},{"name":"OEMGDS_FREEMEM","features":[422]},{"name":"OEMGDS_JOBTIMEOUT","features":[422]},{"name":"OEMGDS_MAX","features":[422]},{"name":"OEMGDS_MAXBITMAP","features":[422]},{"name":"OEMGDS_MINOUTLINE","features":[422]},{"name":"OEMGDS_MIN_DOCSTICKY","features":[422]},{"name":"OEMGDS_MIN_PRINTERSTICKY","features":[422]},{"name":"OEMGDS_PRINTFLAGS","features":[422]},{"name":"OEMGDS_PROTOCOL","features":[422]},{"name":"OEMGDS_PSDM_CUSTOMSIZE","features":[422]},{"name":"OEMGDS_PSDM_DIALECT","features":[422]},{"name":"OEMGDS_PSDM_FLAGS","features":[422]},{"name":"OEMGDS_PSDM_NUP","features":[422]},{"name":"OEMGDS_PSDM_PSLEVEL","features":[422]},{"name":"OEMGDS_PSDM_TTDLFMT","features":[422]},{"name":"OEMGDS_UNIDM_FLAGS","features":[422]},{"name":"OEMGDS_UNIDM_GPDVER","features":[422]},{"name":"OEMGDS_WAITTIMEOUT","features":[422]},{"name":"OEMGI_GETINTERFACEVERSION","features":[422]},{"name":"OEMGI_GETPUBLISHERINFO","features":[422]},{"name":"OEMGI_GETREQUESTEDHELPERINTERFACES","features":[422]},{"name":"OEMGI_GETSIGNATURE","features":[422]},{"name":"OEMGI_GETVERSION","features":[422]},{"name":"OEMPUBLISH_DEFAULT","features":[422]},{"name":"OEMPUBLISH_IPRINTCOREHELPER","features":[422]},{"name":"OEMTTY_INFO_CODEPAGE","features":[422]},{"name":"OEMTTY_INFO_MARGINS","features":[422]},{"name":"OEMTTY_INFO_NUM_UFMS","features":[422]},{"name":"OEMTTY_INFO_UFM_IDS","features":[422]},{"name":"OEMUIOBJ","features":[305,422]},{"name":"OEMUIPROCS","features":[305,422]},{"name":"OEMUIPSPARAM","features":[305,317,422]},{"name":"OEM_DMEXTRAHEADER","features":[422]},{"name":"OEM_MODE_PUBLISHER","features":[422]},{"name":"OIEXT","features":[305,422]},{"name":"OIEXTF_ANSI_STRING","features":[422]},{"name":"OPTCF_HIDE","features":[422]},{"name":"OPTCF_MASK","features":[422]},{"name":"OPTCOMBO","features":[305,422]},{"name":"OPTIF_CALLBACK","features":[422]},{"name":"OPTIF_CHANGED","features":[422]},{"name":"OPTIF_CHANGEONCE","features":[422]},{"name":"OPTIF_COLLAPSE","features":[422]},{"name":"OPTIF_DISABLED","features":[422]},{"name":"OPTIF_ECB_CHECKED","features":[422]},{"name":"OPTIF_EXT_DISABLED","features":[422]},{"name":"OPTIF_EXT_HIDE","features":[422]},{"name":"OPTIF_EXT_IS_EXTPUSH","features":[422]},{"name":"OPTIF_HAS_POIEXT","features":[422]},{"name":"OPTIF_HIDE","features":[422]},{"name":"OPTIF_INITIAL_TVITEM","features":[422]},{"name":"OPTIF_MASK","features":[422]},{"name":"OPTIF_NO_GROUPBOX_NAME","features":[422]},{"name":"OPTIF_OVERLAY_NO_ICON","features":[422]},{"name":"OPTIF_OVERLAY_STOP_ICON","features":[422]},{"name":"OPTIF_OVERLAY_WARNING_ICON","features":[422]},{"name":"OPTIF_SEL_AS_HICON","features":[422]},{"name":"OPTITEM","features":[305,422,374]},{"name":"OPTPARAM","features":[305,422]},{"name":"OPTPF_DISABLED","features":[422]},{"name":"OPTPF_HIDE","features":[422]},{"name":"OPTPF_ICONID_AS_HICON","features":[422]},{"name":"OPTPF_MASK","features":[422]},{"name":"OPTPF_OVERLAY_NO_ICON","features":[422]},{"name":"OPTPF_OVERLAY_STOP_ICON","features":[422]},{"name":"OPTPF_OVERLAY_WARNING_ICON","features":[422]},{"name":"OPTPF_USE_HDLGTEMPLATE","features":[422]},{"name":"OPTTF_MASK","features":[422]},{"name":"OPTTF_NOSPACE_BEFORE_POSTFIX","features":[422]},{"name":"OPTTF_TYPE_DISABLED","features":[422]},{"name":"OPTTYPE","features":[305,422]},{"name":"OTS_LBCB_INCL_ITEM_NONE","features":[422]},{"name":"OTS_LBCB_NO_ICON16_IN_ITEM","features":[422]},{"name":"OTS_LBCB_PROPPAGE_CBUSELB","features":[422]},{"name":"OTS_LBCB_PROPPAGE_LBUSECB","features":[422]},{"name":"OTS_LBCB_SORT","features":[422]},{"name":"OTS_MASK","features":[422]},{"name":"OTS_PUSH_ENABLE_ALWAYS","features":[422]},{"name":"OTS_PUSH_INCL_SETUP_TITLE","features":[422]},{"name":"OTS_PUSH_NO_DOT_DOT_DOT","features":[422]},{"name":"OpenPrinter2A","features":[305,317,422]},{"name":"OpenPrinter2W","features":[305,317,422]},{"name":"OpenPrinterA","features":[305,317,422]},{"name":"OpenPrinterW","features":[305,317,422]},{"name":"PDEV_ADJUST_PAPER_MARGIN_TYPE","features":[422]},{"name":"PDEV_HOSTFONT_ENABLED_TYPE","features":[422]},{"name":"PDEV_USE_TRUE_COLOR_TYPE","features":[422]},{"name":"PFNCOMPROPSHEET","features":[305,422]},{"name":"PFNPROPSHEETUI","features":[305,422]},{"name":"PFN_DrvGetDriverSetting","features":[305,422]},{"name":"PFN_DrvUpdateUISetting","features":[305,422]},{"name":"PFN_DrvUpgradeRegistrySetting","features":[305,422]},{"name":"PFN_PRINTING_ADDPORT","features":[305,422]},{"name":"PFN_PRINTING_ADDPORT2","features":[305,422]},{"name":"PFN_PRINTING_ADDPORTEX","features":[305,422]},{"name":"PFN_PRINTING_ADDPORTEX2","features":[305,422]},{"name":"PFN_PRINTING_CLOSEPORT","features":[305,422]},{"name":"PFN_PRINTING_CLOSEPORT2","features":[305,422]},{"name":"PFN_PRINTING_CONFIGUREPORT","features":[305,422]},{"name":"PFN_PRINTING_CONFIGUREPORT2","features":[305,422]},{"name":"PFN_PRINTING_DELETEPORT","features":[305,422]},{"name":"PFN_PRINTING_DELETEPORT2","features":[305,422]},{"name":"PFN_PRINTING_ENDDOCPORT","features":[305,422]},{"name":"PFN_PRINTING_ENDDOCPORT2","features":[305,422]},{"name":"PFN_PRINTING_ENUMPORTS","features":[305,422]},{"name":"PFN_PRINTING_ENUMPORTS2","features":[305,422]},{"name":"PFN_PRINTING_GETPRINTERDATAFROMPORT","features":[305,422]},{"name":"PFN_PRINTING_GETPRINTERDATAFROMPORT2","features":[305,422]},{"name":"PFN_PRINTING_NOTIFYUNUSEDPORTS2","features":[305,422]},{"name":"PFN_PRINTING_NOTIFYUSEDPORTS2","features":[305,422]},{"name":"PFN_PRINTING_OPENPORT","features":[305,422]},{"name":"PFN_PRINTING_OPENPORT2","features":[305,422]},{"name":"PFN_PRINTING_OPENPORTEX","features":[370,305,422,313]},{"name":"PFN_PRINTING_OPENPORTEX2","features":[370,305,422,313]},{"name":"PFN_PRINTING_POWEREVENT2","features":[305,422,313]},{"name":"PFN_PRINTING_READPORT","features":[305,422]},{"name":"PFN_PRINTING_READPORT2","features":[305,422]},{"name":"PFN_PRINTING_SENDRECVBIDIDATAFROMPORT2","features":[305,422]},{"name":"PFN_PRINTING_SETPORTTIMEOUTS","features":[370,305,422]},{"name":"PFN_PRINTING_SETPORTTIMEOUTS2","features":[370,305,422]},{"name":"PFN_PRINTING_SHUTDOWN2","features":[305,422]},{"name":"PFN_PRINTING_STARTDOCPORT","features":[305,422]},{"name":"PFN_PRINTING_STARTDOCPORT2","features":[305,422]},{"name":"PFN_PRINTING_WRITEPORT","features":[305,422]},{"name":"PFN_PRINTING_WRITEPORT2","features":[305,422]},{"name":"PFN_PRINTING_XCVCLOSEPORT","features":[305,422]},{"name":"PFN_PRINTING_XCVCLOSEPORT2","features":[305,422]},{"name":"PFN_PRINTING_XCVDATAPORT","features":[305,422]},{"name":"PFN_PRINTING_XCVDATAPORT2","features":[305,422]},{"name":"PFN_PRINTING_XCVOPENPORT","features":[305,422]},{"name":"PFN_PRINTING_XCVOPENPORT2","features":[305,422]},{"name":"PORT_DATA_1","features":[422]},{"name":"PORT_DATA_2","features":[422]},{"name":"PORT_DATA_LIST_1","features":[422]},{"name":"PORT_INFO_1A","features":[422]},{"name":"PORT_INFO_1W","features":[422]},{"name":"PORT_INFO_2A","features":[422]},{"name":"PORT_INFO_2W","features":[422]},{"name":"PORT_INFO_3A","features":[422]},{"name":"PORT_INFO_3W","features":[422]},{"name":"PORT_STATUS_DOOR_OPEN","features":[422]},{"name":"PORT_STATUS_NO_TONER","features":[422]},{"name":"PORT_STATUS_OFFLINE","features":[422]},{"name":"PORT_STATUS_OUTPUT_BIN_FULL","features":[422]},{"name":"PORT_STATUS_OUT_OF_MEMORY","features":[422]},{"name":"PORT_STATUS_PAPER_JAM","features":[422]},{"name":"PORT_STATUS_PAPER_OUT","features":[422]},{"name":"PORT_STATUS_PAPER_PROBLEM","features":[422]},{"name":"PORT_STATUS_POWER_SAVE","features":[422]},{"name":"PORT_STATUS_TONER_LOW","features":[422]},{"name":"PORT_STATUS_TYPE_ERROR","features":[422]},{"name":"PORT_STATUS_TYPE_INFO","features":[422]},{"name":"PORT_STATUS_TYPE_WARNING","features":[422]},{"name":"PORT_STATUS_USER_INTERVENTION","features":[422]},{"name":"PORT_STATUS_WARMING_UP","features":[422]},{"name":"PORT_TYPE_NET_ATTACHED","features":[422]},{"name":"PORT_TYPE_READ","features":[422]},{"name":"PORT_TYPE_REDIRECTED","features":[422]},{"name":"PORT_TYPE_WRITE","features":[422]},{"name":"PPCAPS_BOOKLET_EDGE","features":[422]},{"name":"PPCAPS_BORDER_PRINT","features":[422]},{"name":"PPCAPS_REVERSE_PAGES_FOR_REVERSE_DUPLEX","features":[422]},{"name":"PPCAPS_RIGHT_THEN_DOWN","features":[422]},{"name":"PPCAPS_SQUARE_SCALING","features":[422]},{"name":"PRINTER_ACCESS_ADMINISTER","features":[422]},{"name":"PRINTER_ACCESS_MANAGE_LIMITED","features":[422]},{"name":"PRINTER_ACCESS_RIGHTS","features":[422]},{"name":"PRINTER_ACCESS_USE","features":[422]},{"name":"PRINTER_ALL_ACCESS","features":[422]},{"name":"PRINTER_ATTRIBUTE_DEFAULT","features":[422]},{"name":"PRINTER_ATTRIBUTE_DIRECT","features":[422]},{"name":"PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST","features":[422]},{"name":"PRINTER_ATTRIBUTE_ENABLE_BIDI","features":[422]},{"name":"PRINTER_ATTRIBUTE_ENABLE_DEVQ","features":[422]},{"name":"PRINTER_ATTRIBUTE_ENTERPRISE_CLOUD","features":[422]},{"name":"PRINTER_ATTRIBUTE_FAX","features":[422]},{"name":"PRINTER_ATTRIBUTE_FRIENDLY_NAME","features":[422]},{"name":"PRINTER_ATTRIBUTE_HIDDEN","features":[422]},{"name":"PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS","features":[422]},{"name":"PRINTER_ATTRIBUTE_LOCAL","features":[422]},{"name":"PRINTER_ATTRIBUTE_MACHINE","features":[422]},{"name":"PRINTER_ATTRIBUTE_NETWORK","features":[422]},{"name":"PRINTER_ATTRIBUTE_PER_USER","features":[422]},{"name":"PRINTER_ATTRIBUTE_PUBLISHED","features":[422]},{"name":"PRINTER_ATTRIBUTE_PUSHED_MACHINE","features":[422]},{"name":"PRINTER_ATTRIBUTE_PUSHED_USER","features":[422]},{"name":"PRINTER_ATTRIBUTE_QUEUED","features":[422]},{"name":"PRINTER_ATTRIBUTE_RAW_ONLY","features":[422]},{"name":"PRINTER_ATTRIBUTE_SHARED","features":[422]},{"name":"PRINTER_ATTRIBUTE_TS","features":[422]},{"name":"PRINTER_ATTRIBUTE_TS_GENERIC_DRIVER","features":[422]},{"name":"PRINTER_ATTRIBUTE_WORK_OFFLINE","features":[422]},{"name":"PRINTER_CHANGE_ADD_FORM","features":[422]},{"name":"PRINTER_CHANGE_ADD_JOB","features":[422]},{"name":"PRINTER_CHANGE_ADD_PORT","features":[422]},{"name":"PRINTER_CHANGE_ADD_PRINTER","features":[422]},{"name":"PRINTER_CHANGE_ADD_PRINTER_DRIVER","features":[422]},{"name":"PRINTER_CHANGE_ADD_PRINT_PROCESSOR","features":[422]},{"name":"PRINTER_CHANGE_ALL","features":[422]},{"name":"PRINTER_CHANGE_CONFIGURE_PORT","features":[422]},{"name":"PRINTER_CHANGE_DELETE_FORM","features":[422]},{"name":"PRINTER_CHANGE_DELETE_JOB","features":[422]},{"name":"PRINTER_CHANGE_DELETE_PORT","features":[422]},{"name":"PRINTER_CHANGE_DELETE_PRINTER","features":[422]},{"name":"PRINTER_CHANGE_DELETE_PRINTER_DRIVER","features":[422]},{"name":"PRINTER_CHANGE_DELETE_PRINT_PROCESSOR","features":[422]},{"name":"PRINTER_CHANGE_FAILED_CONNECTION_PRINTER","features":[422]},{"name":"PRINTER_CHANGE_FORM","features":[422]},{"name":"PRINTER_CHANGE_JOB","features":[422]},{"name":"PRINTER_CHANGE_PORT","features":[422]},{"name":"PRINTER_CHANGE_PRINTER","features":[422]},{"name":"PRINTER_CHANGE_PRINTER_DRIVER","features":[422]},{"name":"PRINTER_CHANGE_PRINT_PROCESSOR","features":[422]},{"name":"PRINTER_CHANGE_SERVER","features":[422]},{"name":"PRINTER_CHANGE_SET_FORM","features":[422]},{"name":"PRINTER_CHANGE_SET_JOB","features":[422]},{"name":"PRINTER_CHANGE_SET_PRINTER","features":[422]},{"name":"PRINTER_CHANGE_SET_PRINTER_DRIVER","features":[422]},{"name":"PRINTER_CHANGE_TIMEOUT","features":[422]},{"name":"PRINTER_CHANGE_WRITE_JOB","features":[422]},{"name":"PRINTER_CONNECTION_INFO_1A","features":[422]},{"name":"PRINTER_CONNECTION_INFO_1W","features":[422]},{"name":"PRINTER_CONNECTION_MISMATCH","features":[422]},{"name":"PRINTER_CONNECTION_NO_UI","features":[422]},{"name":"PRINTER_CONTROL_PAUSE","features":[422]},{"name":"PRINTER_CONTROL_PURGE","features":[422]},{"name":"PRINTER_CONTROL_RESUME","features":[422]},{"name":"PRINTER_CONTROL_SET_STATUS","features":[422]},{"name":"PRINTER_DEFAULTSA","features":[305,317,422]},{"name":"PRINTER_DEFAULTSW","features":[305,317,422]},{"name":"PRINTER_DELETE","features":[422]},{"name":"PRINTER_DRIVER_CATEGORY_3D","features":[422]},{"name":"PRINTER_DRIVER_CATEGORY_CLOUD","features":[422]},{"name":"PRINTER_DRIVER_CATEGORY_FAX","features":[422]},{"name":"PRINTER_DRIVER_CATEGORY_FILE","features":[422]},{"name":"PRINTER_DRIVER_CATEGORY_SERVICE","features":[422]},{"name":"PRINTER_DRIVER_CATEGORY_VIRTUAL","features":[422]},{"name":"PRINTER_DRIVER_CLASS","features":[422]},{"name":"PRINTER_DRIVER_DERIVED","features":[422]},{"name":"PRINTER_DRIVER_NOT_SHAREABLE","features":[422]},{"name":"PRINTER_DRIVER_PACKAGE_AWARE","features":[422]},{"name":"PRINTER_DRIVER_SANDBOX_DISABLED","features":[422]},{"name":"PRINTER_DRIVER_SANDBOX_ENABLED","features":[422]},{"name":"PRINTER_DRIVER_SOFT_RESET_REQUIRED","features":[422]},{"name":"PRINTER_DRIVER_XPS","features":[422]},{"name":"PRINTER_ENUM_CATEGORY_3D","features":[422]},{"name":"PRINTER_ENUM_CATEGORY_ALL","features":[422]},{"name":"PRINTER_ENUM_CONNECTIONS","features":[422]},{"name":"PRINTER_ENUM_CONTAINER","features":[422]},{"name":"PRINTER_ENUM_DEFAULT","features":[422]},{"name":"PRINTER_ENUM_EXPAND","features":[422]},{"name":"PRINTER_ENUM_FAVORITE","features":[422]},{"name":"PRINTER_ENUM_HIDE","features":[422]},{"name":"PRINTER_ENUM_ICON1","features":[422]},{"name":"PRINTER_ENUM_ICON2","features":[422]},{"name":"PRINTER_ENUM_ICON3","features":[422]},{"name":"PRINTER_ENUM_ICON4","features":[422]},{"name":"PRINTER_ENUM_ICON5","features":[422]},{"name":"PRINTER_ENUM_ICON6","features":[422]},{"name":"PRINTER_ENUM_ICON7","features":[422]},{"name":"PRINTER_ENUM_ICON8","features":[422]},{"name":"PRINTER_ENUM_ICONMASK","features":[422]},{"name":"PRINTER_ENUM_LOCAL","features":[422]},{"name":"PRINTER_ENUM_NAME","features":[422]},{"name":"PRINTER_ENUM_NETWORK","features":[422]},{"name":"PRINTER_ENUM_REMOTE","features":[422]},{"name":"PRINTER_ENUM_SHARED","features":[422]},{"name":"PRINTER_ENUM_VALUESA","features":[422]},{"name":"PRINTER_ENUM_VALUESW","features":[422]},{"name":"PRINTER_ERROR_INFORMATION","features":[422]},{"name":"PRINTER_ERROR_JAM","features":[422]},{"name":"PRINTER_ERROR_OUTOFPAPER","features":[422]},{"name":"PRINTER_ERROR_OUTOFTONER","features":[422]},{"name":"PRINTER_ERROR_SEVERE","features":[422]},{"name":"PRINTER_ERROR_WARNING","features":[422]},{"name":"PRINTER_EVENT_ADD_CONNECTION","features":[422]},{"name":"PRINTER_EVENT_ADD_CONNECTION_NO_UI","features":[422]},{"name":"PRINTER_EVENT_ATTRIBUTES_CHANGED","features":[422]},{"name":"PRINTER_EVENT_ATTRIBUTES_INFO","features":[422]},{"name":"PRINTER_EVENT_CACHE_DELETE","features":[422]},{"name":"PRINTER_EVENT_CACHE_REFRESH","features":[422]},{"name":"PRINTER_EVENT_CONFIGURATION_CHANGE","features":[422]},{"name":"PRINTER_EVENT_CONFIGURATION_UPDATE","features":[422]},{"name":"PRINTER_EVENT_DELETE","features":[422]},{"name":"PRINTER_EVENT_DELETE_CONNECTION","features":[422]},{"name":"PRINTER_EVENT_DELETE_CONNECTION_NO_UI","features":[422]},{"name":"PRINTER_EVENT_FLAG_NO_UI","features":[422]},{"name":"PRINTER_EVENT_INITIALIZE","features":[422]},{"name":"PRINTER_EXECUTE","features":[422]},{"name":"PRINTER_EXTENSION_DETAILEDREASON_PRINTER_STATUS","features":[422]},{"name":"PRINTER_EXTENSION_REASON_DRIVER_EVENT","features":[422]},{"name":"PRINTER_EXTENSION_REASON_PRINT_PREFERENCES","features":[422]},{"name":"PRINTER_HANDLE","features":[422]},{"name":"PRINTER_INFO_1A","features":[422]},{"name":"PRINTER_INFO_1W","features":[422]},{"name":"PRINTER_INFO_2A","features":[305,317,422,309]},{"name":"PRINTER_INFO_2W","features":[305,317,422,309]},{"name":"PRINTER_INFO_3","features":[422,309]},{"name":"PRINTER_INFO_4A","features":[422]},{"name":"PRINTER_INFO_4W","features":[422]},{"name":"PRINTER_INFO_5A","features":[422]},{"name":"PRINTER_INFO_5W","features":[422]},{"name":"PRINTER_INFO_6","features":[422]},{"name":"PRINTER_INFO_7A","features":[422]},{"name":"PRINTER_INFO_7W","features":[422]},{"name":"PRINTER_INFO_8A","features":[305,317,422]},{"name":"PRINTER_INFO_8W","features":[305,317,422]},{"name":"PRINTER_INFO_9A","features":[305,317,422]},{"name":"PRINTER_INFO_9W","features":[305,317,422]},{"name":"PRINTER_NOTIFY_CATEGORY_3D","features":[422]},{"name":"PRINTER_NOTIFY_CATEGORY_ALL","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_ATTRIBUTES","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_AVERAGE_PPM","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_BRANCH_OFFICE_PRINTING","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_BYTES_PRINTED","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_CJOBS","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_COMMENT","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_DATATYPE","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_DEFAULT_PRIORITY","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_DEVMODE","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_DRIVER_NAME","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_FRIENDLY_NAME","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_LOCATION","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_OBJECT_GUID","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_PAGES_PRINTED","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_PARAMETERS","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_PORT_NAME","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_PRINTER_NAME","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_PRINT_PROCESSOR","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_PRIORITY","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_SECURITY_DESCRIPTOR","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_SEPFILE","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_SERVER_NAME","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_SHARE_NAME","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_START_TIME","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_STATUS","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_STATUS_STRING","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_TOTAL_BYTES","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_TOTAL_PAGES","features":[422]},{"name":"PRINTER_NOTIFY_FIELD_UNTIL_TIME","features":[422]},{"name":"PRINTER_NOTIFY_INFO","features":[422]},{"name":"PRINTER_NOTIFY_INFO_DATA","features":[422]},{"name":"PRINTER_NOTIFY_INFO_DATA_COMPACT","features":[422]},{"name":"PRINTER_NOTIFY_INFO_DISCARDED","features":[422]},{"name":"PRINTER_NOTIFY_INIT","features":[422]},{"name":"PRINTER_NOTIFY_OPTIONS","features":[422]},{"name":"PRINTER_NOTIFY_OPTIONS_REFRESH","features":[422]},{"name":"PRINTER_NOTIFY_OPTIONS_TYPE","features":[422]},{"name":"PRINTER_NOTIFY_STATUS_ENDPOINT","features":[422]},{"name":"PRINTER_NOTIFY_STATUS_INFO","features":[422]},{"name":"PRINTER_NOTIFY_STATUS_POLL","features":[422]},{"name":"PRINTER_NOTIFY_TYPE","features":[422]},{"name":"PRINTER_OEMINTF_VERSION","features":[422]},{"name":"PRINTER_OPTIONSA","features":[422]},{"name":"PRINTER_OPTIONSW","features":[422]},{"name":"PRINTER_OPTION_CACHE","features":[422]},{"name":"PRINTER_OPTION_CLIENT_CHANGE","features":[422]},{"name":"PRINTER_OPTION_FLAGS","features":[422]},{"name":"PRINTER_OPTION_NO_CACHE","features":[422]},{"name":"PRINTER_OPTION_NO_CLIENT_DATA","features":[422]},{"name":"PRINTER_READ","features":[422]},{"name":"PRINTER_READ_CONTROL","features":[422]},{"name":"PRINTER_STANDARD_RIGHTS_EXECUTE","features":[422]},{"name":"PRINTER_STANDARD_RIGHTS_READ","features":[422]},{"name":"PRINTER_STANDARD_RIGHTS_REQUIRED","features":[422]},{"name":"PRINTER_STANDARD_RIGHTS_WRITE","features":[422]},{"name":"PRINTER_STATUS_BUSY","features":[422]},{"name":"PRINTER_STATUS_DOOR_OPEN","features":[422]},{"name":"PRINTER_STATUS_DRIVER_UPDATE_NEEDED","features":[422]},{"name":"PRINTER_STATUS_ERROR","features":[422]},{"name":"PRINTER_STATUS_INITIALIZING","features":[422]},{"name":"PRINTER_STATUS_IO_ACTIVE","features":[422]},{"name":"PRINTER_STATUS_MANUAL_FEED","features":[422]},{"name":"PRINTER_STATUS_NOT_AVAILABLE","features":[422]},{"name":"PRINTER_STATUS_NO_TONER","features":[422]},{"name":"PRINTER_STATUS_OFFLINE","features":[422]},{"name":"PRINTER_STATUS_OUTPUT_BIN_FULL","features":[422]},{"name":"PRINTER_STATUS_OUT_OF_MEMORY","features":[422]},{"name":"PRINTER_STATUS_PAGE_PUNT","features":[422]},{"name":"PRINTER_STATUS_PAPER_JAM","features":[422]},{"name":"PRINTER_STATUS_PAPER_OUT","features":[422]},{"name":"PRINTER_STATUS_PAPER_PROBLEM","features":[422]},{"name":"PRINTER_STATUS_PAUSED","features":[422]},{"name":"PRINTER_STATUS_PENDING_DELETION","features":[422]},{"name":"PRINTER_STATUS_POWER_SAVE","features":[422]},{"name":"PRINTER_STATUS_PRINTING","features":[422]},{"name":"PRINTER_STATUS_PROCESSING","features":[422]},{"name":"PRINTER_STATUS_SERVER_OFFLINE","features":[422]},{"name":"PRINTER_STATUS_SERVER_UNKNOWN","features":[422]},{"name":"PRINTER_STATUS_TONER_LOW","features":[422]},{"name":"PRINTER_STATUS_USER_INTERVENTION","features":[422]},{"name":"PRINTER_STATUS_WAITING","features":[422]},{"name":"PRINTER_STATUS_WARMING_UP","features":[422]},{"name":"PRINTER_SYNCHRONIZE","features":[422]},{"name":"PRINTER_WRITE","features":[422]},{"name":"PRINTER_WRITE_DAC","features":[422]},{"name":"PRINTER_WRITE_OWNER","features":[422]},{"name":"PRINTIFI32","features":[305,317,422]},{"name":"PRINTPROCESSOROPENDATA","features":[305,317,422]},{"name":"PRINTPROCESSOR_CAPS_1","features":[422]},{"name":"PRINTPROCESSOR_CAPS_2","features":[422]},{"name":"PRINTPROCESSOR_INFO_1A","features":[422]},{"name":"PRINTPROCESSOR_INFO_1W","features":[422]},{"name":"PRINTPROVIDOR","features":[422]},{"name":"PRINT_APP_BIDI_NOTIFY_CHANNEL","features":[422]},{"name":"PRINT_EXECUTION_CONTEXT","features":[422]},{"name":"PRINT_EXECUTION_CONTEXT_APPLICATION","features":[422]},{"name":"PRINT_EXECUTION_CONTEXT_FILTER_PIPELINE","features":[422]},{"name":"PRINT_EXECUTION_CONTEXT_SPOOLER_ISOLATION_HOST","features":[422]},{"name":"PRINT_EXECUTION_CONTEXT_SPOOLER_SERVICE","features":[422]},{"name":"PRINT_EXECUTION_CONTEXT_WOW64","features":[422]},{"name":"PRINT_EXECUTION_DATA","features":[422]},{"name":"PRINT_FEATURE_OPTION","features":[422]},{"name":"PRINT_PORT_MONITOR_NOTIFY_CHANNEL","features":[422]},{"name":"PROPSHEETUI_GETICON_INFO","features":[422,374]},{"name":"PROPSHEETUI_INFO","features":[305,422]},{"name":"PROPSHEETUI_INFO_HEADER","features":[305,422,374]},{"name":"PROPSHEETUI_INFO_VERSION","features":[422]},{"name":"PROPSHEETUI_REASON_BEFORE_INIT","features":[422]},{"name":"PROPSHEETUI_REASON_DESTROY","features":[422]},{"name":"PROPSHEETUI_REASON_GET_ICON","features":[422]},{"name":"PROPSHEETUI_REASON_GET_INFO_HEADER","features":[422]},{"name":"PROPSHEETUI_REASON_INIT","features":[422]},{"name":"PROPSHEETUI_REASON_SET_RESULT","features":[422]},{"name":"PROTOCOL_LPR_TYPE","features":[422]},{"name":"PROTOCOL_RAWTCP_TYPE","features":[422]},{"name":"PROTOCOL_UNKNOWN_TYPE","features":[422]},{"name":"PROVIDOR_INFO_1A","features":[422]},{"name":"PROVIDOR_INFO_1W","features":[422]},{"name":"PROVIDOR_INFO_2A","features":[422]},{"name":"PROVIDOR_INFO_2W","features":[422]},{"name":"PSCRIPT5_PRIVATE_DEVMODE","features":[422]},{"name":"PSPINFO","features":[305,422]},{"name":"PSUIHDRF_DEFTITLE","features":[422]},{"name":"PSUIHDRF_EXACT_PTITLE","features":[422]},{"name":"PSUIHDRF_NOAPPLYNOW","features":[422]},{"name":"PSUIHDRF_OBSOLETE","features":[422]},{"name":"PSUIHDRF_PROPTITLE","features":[422]},{"name":"PSUIHDRF_USEHICON","features":[422]},{"name":"PSUIINFO_UNICODE","features":[422]},{"name":"PSUIPAGEINSERT_DLL","features":[422]},{"name":"PSUIPAGEINSERT_GROUP_PARENT","features":[422]},{"name":"PSUIPAGEINSERT_HPROPSHEETPAGE","features":[422]},{"name":"PSUIPAGEINSERT_PCOMPROPSHEETUI","features":[422]},{"name":"PSUIPAGEINSERT_PFNPROPSHEETUI","features":[422]},{"name":"PSUIPAGEINSERT_PROPSHEETPAGE","features":[422]},{"name":"PTSHIM_DEFAULT","features":[422]},{"name":"PTSHIM_NOSNAPSHOT","features":[422]},{"name":"PUBLISHERINFO","features":[422]},{"name":"PUSHBUTTON_TYPE_CALLBACK","features":[422]},{"name":"PUSHBUTTON_TYPE_DLGPROC","features":[422]},{"name":"PUSHBUTTON_TYPE_HTCLRADJ","features":[422]},{"name":"PUSHBUTTON_TYPE_HTSETUP","features":[422]},{"name":"PageCountType","features":[422]},{"name":"PartialReplyPrinterChangeNotification","features":[305,422]},{"name":"PlayGdiScriptOnPrinterIC","features":[305,422]},{"name":"PrintAsyncNotifyConversationStyle","features":[422]},{"name":"PrintAsyncNotifyError","features":[422]},{"name":"PrintAsyncNotifyUserFilter","features":[422]},{"name":"PrintJobStatus","features":[422]},{"name":"PrintJobStatus_BlockedDeviceQueue","features":[422]},{"name":"PrintJobStatus_Complete","features":[422]},{"name":"PrintJobStatus_Deleted","features":[422]},{"name":"PrintJobStatus_Deleting","features":[422]},{"name":"PrintJobStatus_Error","features":[422]},{"name":"PrintJobStatus_Offline","features":[422]},{"name":"PrintJobStatus_PaperOut","features":[422]},{"name":"PrintJobStatus_Paused","features":[422]},{"name":"PrintJobStatus_Printed","features":[422]},{"name":"PrintJobStatus_Printing","features":[422]},{"name":"PrintJobStatus_Restarted","features":[422]},{"name":"PrintJobStatus_Retained","features":[422]},{"name":"PrintJobStatus_Spooling","features":[422]},{"name":"PrintJobStatus_UserIntervention","features":[422]},{"name":"PrintNamedProperty","features":[422]},{"name":"PrintPropertiesCollection","features":[422]},{"name":"PrintPropertyValue","features":[422]},{"name":"PrintSchemaAsyncOperation","features":[422]},{"name":"PrintSchemaConstrainedSetting","features":[422]},{"name":"PrintSchemaConstrainedSetting_Admin","features":[422]},{"name":"PrintSchemaConstrainedSetting_Device","features":[422]},{"name":"PrintSchemaConstrainedSetting_None","features":[422]},{"name":"PrintSchemaConstrainedSetting_PrintTicket","features":[422]},{"name":"PrintSchemaParameterDataType","features":[422]},{"name":"PrintSchemaParameterDataType_Integer","features":[422]},{"name":"PrintSchemaParameterDataType_NumericString","features":[422]},{"name":"PrintSchemaParameterDataType_String","features":[422]},{"name":"PrintSchemaSelectionType","features":[422]},{"name":"PrintSchemaSelectionType_PickMany","features":[422]},{"name":"PrintSchemaSelectionType_PickOne","features":[422]},{"name":"PrinterExtensionManager","features":[422]},{"name":"PrinterMessageBoxA","features":[305,422]},{"name":"PrinterMessageBoxW","features":[305,422]},{"name":"PrinterProperties","features":[305,422]},{"name":"PrinterQueue","features":[422]},{"name":"PrinterQueueView","features":[422]},{"name":"ProvidorFindClosePrinterChangeNotification","features":[305,422]},{"name":"ProvidorFindFirstPrinterChangeNotification","features":[305,422]},{"name":"QCP_DEVICEPROFILE","features":[422]},{"name":"QCP_PROFILEDISK","features":[422]},{"name":"QCP_PROFILEMEMORY","features":[422]},{"name":"QCP_SOURCEPROFILE","features":[422]},{"name":"RAWTCP","features":[422]},{"name":"REMOTE_ONLY_REGISTRATION","features":[422]},{"name":"REVERSE_PAGES_FOR_REVERSE_DUPLEX","features":[422]},{"name":"REVERSE_PRINT","features":[422]},{"name":"RIGHT_THEN_DOWN","features":[422]},{"name":"ROUTER_NOTIFY_CALLBACK","features":[305,422]},{"name":"ROUTER_STOP_ROUTING","features":[422]},{"name":"ROUTER_SUCCESS","features":[422]},{"name":"ROUTER_UNKNOWN","features":[422]},{"name":"ReadPrinter","features":[305,422]},{"name":"RegisterForPrintAsyncNotifications","features":[305,422]},{"name":"RemovePrintDeviceObject","features":[305,422]},{"name":"ReplyPrinterChangeNotification","features":[305,422]},{"name":"ReplyPrinterChangeNotificationEx","features":[305,422]},{"name":"ReportJobProcessingProgress","features":[305,422]},{"name":"ResetPrinterA","features":[305,317,422]},{"name":"ResetPrinterW","features":[305,317,422]},{"name":"RevertToPrinterSelf","features":[305,422]},{"name":"RouterAllocBidiMem","features":[422]},{"name":"RouterAllocBidiResponseContainer","features":[305,422]},{"name":"RouterAllocPrinterNotifyInfo","features":[422]},{"name":"RouterFreeBidiMem","features":[422]},{"name":"RouterFreeBidiResponseContainer","features":[305,422]},{"name":"RouterFreePrinterNotifyInfo","features":[305,422]},{"name":"SERVER_ACCESS_ADMINISTER","features":[422]},{"name":"SERVER_ACCESS_ENUMERATE","features":[422]},{"name":"SERVER_ALL_ACCESS","features":[422]},{"name":"SERVER_EXECUTE","features":[422]},{"name":"SERVER_NOTIFY_FIELD_PRINT_DRIVER_ISOLATION_GROUP","features":[422]},{"name":"SERVER_NOTIFY_TYPE","features":[422]},{"name":"SERVER_READ","features":[422]},{"name":"SERVER_WRITE","features":[422]},{"name":"SETOPTIONS_FLAG_KEEP_CONFLICT","features":[422]},{"name":"SETOPTIONS_FLAG_RESOLVE_CONFLICT","features":[422]},{"name":"SETOPTIONS_RESULT_CONFLICT_REMAINED","features":[422]},{"name":"SETOPTIONS_RESULT_CONFLICT_RESOLVED","features":[422]},{"name":"SETOPTIONS_RESULT_NO_CONFLICT","features":[422]},{"name":"SETRESULT_INFO","features":[305,422]},{"name":"SHIMOPTS","features":[422]},{"name":"SHOWUIPARAMS","features":[305,422]},{"name":"SIMULATE_CAPS_1","features":[422]},{"name":"SPLCLIENT_INFO_1","features":[422]},{"name":"SPLCLIENT_INFO_2_W2K","features":[422]},{"name":"SPLCLIENT_INFO_2_WINXP","features":[422]},{"name":"SPLCLIENT_INFO_2_WINXP","features":[422]},{"name":"SPLCLIENT_INFO_3_VISTA","features":[422]},{"name":"SPLCLIENT_INFO_INTERNAL","features":[422]},{"name":"SPLCLIENT_INFO_INTERNAL_LEVEL","features":[422]},{"name":"SPLDS_ASSET_NUMBER","features":[422]},{"name":"SPLDS_BYTES_PER_MINUTE","features":[422]},{"name":"SPLDS_DESCRIPTION","features":[422]},{"name":"SPLDS_DRIVER_KEY","features":[422]},{"name":"SPLDS_DRIVER_NAME","features":[422]},{"name":"SPLDS_DRIVER_VERSION","features":[422]},{"name":"SPLDS_FLAGS","features":[422]},{"name":"SPLDS_LOCATION","features":[422]},{"name":"SPLDS_PORT_NAME","features":[422]},{"name":"SPLDS_PRINTER_CLASS","features":[422]},{"name":"SPLDS_PRINTER_LOCATIONS","features":[422]},{"name":"SPLDS_PRINTER_MODEL","features":[422]},{"name":"SPLDS_PRINTER_NAME","features":[422]},{"name":"SPLDS_PRINTER_NAME_ALIASES","features":[422]},{"name":"SPLDS_PRINT_ATTRIBUTES","features":[422]},{"name":"SPLDS_PRINT_BIN_NAMES","features":[422]},{"name":"SPLDS_PRINT_COLLATE","features":[422]},{"name":"SPLDS_PRINT_COLOR","features":[422]},{"name":"SPLDS_PRINT_DUPLEX_SUPPORTED","features":[422]},{"name":"SPLDS_PRINT_END_TIME","features":[422]},{"name":"SPLDS_PRINT_KEEP_PRINTED_JOBS","features":[422]},{"name":"SPLDS_PRINT_LANGUAGE","features":[422]},{"name":"SPLDS_PRINT_MAC_ADDRESS","features":[422]},{"name":"SPLDS_PRINT_MAX_RESOLUTION_SUPPORTED","features":[422]},{"name":"SPLDS_PRINT_MAX_X_EXTENT","features":[422]},{"name":"SPLDS_PRINT_MAX_Y_EXTENT","features":[422]},{"name":"SPLDS_PRINT_MEDIA_READY","features":[422]},{"name":"SPLDS_PRINT_MEDIA_SUPPORTED","features":[422]},{"name":"SPLDS_PRINT_MEMORY","features":[422]},{"name":"SPLDS_PRINT_MIN_X_EXTENT","features":[422]},{"name":"SPLDS_PRINT_MIN_Y_EXTENT","features":[422]},{"name":"SPLDS_PRINT_NETWORK_ADDRESS","features":[422]},{"name":"SPLDS_PRINT_NOTIFY","features":[422]},{"name":"SPLDS_PRINT_NUMBER_UP","features":[422]},{"name":"SPLDS_PRINT_ORIENTATIONS_SUPPORTED","features":[422]},{"name":"SPLDS_PRINT_OWNER","features":[422]},{"name":"SPLDS_PRINT_PAGES_PER_MINUTE","features":[422]},{"name":"SPLDS_PRINT_RATE","features":[422]},{"name":"SPLDS_PRINT_RATE_UNIT","features":[422]},{"name":"SPLDS_PRINT_SEPARATOR_FILE","features":[422]},{"name":"SPLDS_PRINT_SHARE_NAME","features":[422]},{"name":"SPLDS_PRINT_SPOOLING","features":[422]},{"name":"SPLDS_PRINT_STAPLING_SUPPORTED","features":[422]},{"name":"SPLDS_PRINT_START_TIME","features":[422]},{"name":"SPLDS_PRINT_STATUS","features":[422]},{"name":"SPLDS_PRIORITY","features":[422]},{"name":"SPLDS_SERVER_NAME","features":[422]},{"name":"SPLDS_SHORT_SERVER_NAME","features":[422]},{"name":"SPLDS_SPOOLER_KEY","features":[422]},{"name":"SPLDS_UNC_NAME","features":[422]},{"name":"SPLDS_URL","features":[422]},{"name":"SPLDS_USER_KEY","features":[422]},{"name":"SPLDS_VERSION_NUMBER","features":[422]},{"name":"SPLPRINTER_USER_MODE_PRINTER_DRIVER","features":[422]},{"name":"SPLREG_ALLOW_USER_MANAGEFORMS","features":[422]},{"name":"SPLREG_ARCHITECTURE","features":[422]},{"name":"SPLREG_BEEP_ENABLED","features":[422]},{"name":"SPLREG_DEFAULT_SPOOL_DIRECTORY","features":[422]},{"name":"SPLREG_DNS_MACHINE_NAME","features":[422]},{"name":"SPLREG_DS_PRESENT","features":[422]},{"name":"SPLREG_DS_PRESENT_FOR_USER","features":[422]},{"name":"SPLREG_EVENT_LOG","features":[422]},{"name":"SPLREG_MAJOR_VERSION","features":[422]},{"name":"SPLREG_MINOR_VERSION","features":[422]},{"name":"SPLREG_NET_POPUP","features":[422]},{"name":"SPLREG_NET_POPUP_TO_COMPUTER","features":[422]},{"name":"SPLREG_OS_VERSION","features":[422]},{"name":"SPLREG_OS_VERSIONEX","features":[422]},{"name":"SPLREG_PORT_THREAD_PRIORITY","features":[422]},{"name":"SPLREG_PORT_THREAD_PRIORITY_DEFAULT","features":[422]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_EXECUTION_POLICY","features":[422]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_GROUPS","features":[422]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_IDLE_TIMEOUT","features":[422]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_MAX_OBJECTS_BEFORE_RECYCLE","features":[422]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_OVERRIDE_POLICY","features":[422]},{"name":"SPLREG_PRINT_DRIVER_ISOLATION_TIME_BEFORE_RECYCLE","features":[422]},{"name":"SPLREG_PRINT_QUEUE_V4_DRIVER_DIRECTORY","features":[422]},{"name":"SPLREG_REMOTE_FAX","features":[422]},{"name":"SPLREG_RESTART_JOB_ON_POOL_ENABLED","features":[422]},{"name":"SPLREG_RESTART_JOB_ON_POOL_ERROR","features":[422]},{"name":"SPLREG_RETRY_POPUP","features":[422]},{"name":"SPLREG_SCHEDULER_THREAD_PRIORITY","features":[422]},{"name":"SPLREG_SCHEDULER_THREAD_PRIORITY_DEFAULT","features":[422]},{"name":"SPLREG_WEBSHAREMGMT","features":[422]},{"name":"SPOOL_FILE_PERSISTENT","features":[422]},{"name":"SPOOL_FILE_TEMPORARY","features":[422]},{"name":"SR_OWNER","features":[422]},{"name":"SR_OWNER_PARENT","features":[422]},{"name":"SSP_STDPAGE1","features":[422]},{"name":"SSP_STDPAGE2","features":[422]},{"name":"SSP_TVPAGE","features":[422]},{"name":"STRING_LANGPAIR","features":[422]},{"name":"STRING_MUIDLL","features":[422]},{"name":"STRING_NONE","features":[422]},{"name":"S_CONFLICT_RESOLVED","features":[422]},{"name":"S_DEVCAP_OUTPUT_FULL_REPLACEMENT","features":[422]},{"name":"S_NO_CONFLICT","features":[422]},{"name":"ScheduleJob","features":[305,422]},{"name":"SetCPSUIUserData","features":[305,422]},{"name":"SetDefaultPrinterA","features":[305,422]},{"name":"SetDefaultPrinterW","features":[305,422]},{"name":"SetFormA","features":[305,422]},{"name":"SetFormW","features":[305,422]},{"name":"SetJobA","features":[305,422]},{"name":"SetJobNamedProperty","features":[422]},{"name":"SetJobW","features":[305,422]},{"name":"SetPortA","features":[305,422]},{"name":"SetPortW","features":[305,422]},{"name":"SetPrinterA","features":[305,422]},{"name":"SetPrinterDataA","features":[422]},{"name":"SetPrinterDataExA","features":[422]},{"name":"SetPrinterDataExW","features":[422]},{"name":"SetPrinterDataW","features":[422]},{"name":"SetPrinterW","features":[305,422]},{"name":"SplIsSessionZero","features":[305,422]},{"name":"SplPromptUIInUsersSession","features":[305,422]},{"name":"SpoolerCopyFileEvent","features":[305,422]},{"name":"SpoolerFindClosePrinterChangeNotification","features":[305,422]},{"name":"SpoolerFindFirstPrinterChangeNotification","features":[305,422]},{"name":"SpoolerFindNextPrinterChangeNotification","features":[305,422]},{"name":"SpoolerFreePrinterNotifyInfo","features":[422]},{"name":"SpoolerRefreshPrinterChangeNotification","features":[305,422]},{"name":"StartDocPrinterA","features":[422]},{"name":"StartDocPrinterW","features":[422]},{"name":"StartPagePrinter","features":[305,422]},{"name":"TRANSDATA","features":[422]},{"name":"TTDOWNLOAD_BITMAP","features":[422]},{"name":"TTDOWNLOAD_DONTCARE","features":[422]},{"name":"TTDOWNLOAD_GRAPHICS","features":[422]},{"name":"TTDOWNLOAD_TTOUTLINE","features":[422]},{"name":"TVOT_2STATES","features":[422]},{"name":"TVOT_3STATES","features":[422]},{"name":"TVOT_CHKBOX","features":[422]},{"name":"TVOT_COMBOBOX","features":[422]},{"name":"TVOT_EDITBOX","features":[422]},{"name":"TVOT_LISTBOX","features":[422]},{"name":"TVOT_NSTATES_EX","features":[422]},{"name":"TVOT_PUSHBUTTON","features":[422]},{"name":"TVOT_SCROLLBAR","features":[422]},{"name":"TVOT_TRACKBAR","features":[422]},{"name":"TVOT_UDARROW","features":[422]},{"name":"TYPE_GLYPHHANDLE","features":[422]},{"name":"TYPE_GLYPHID","features":[422]},{"name":"TYPE_TRANSDATA","features":[422]},{"name":"TYPE_UNICODE","features":[422]},{"name":"UFF_FILEHEADER","features":[422]},{"name":"UFF_FONTDIRECTORY","features":[422]},{"name":"UFF_VERSION_NUMBER","features":[422]},{"name":"UFM_CART","features":[422]},{"name":"UFM_SCALABLE","features":[422]},{"name":"UFM_SOFT","features":[422]},{"name":"UFOFLAG_TTDOWNLOAD_BITMAP","features":[422]},{"name":"UFOFLAG_TTDOWNLOAD_TTOUTLINE","features":[422]},{"name":"UFOFLAG_TTFONT","features":[422]},{"name":"UFOFLAG_TTOUTLINE_BOLD_SIM","features":[422]},{"name":"UFOFLAG_TTOUTLINE_ITALIC_SIM","features":[422]},{"name":"UFOFLAG_TTOUTLINE_VERTICAL","features":[422]},{"name":"UFOFLAG_TTSUBSTITUTED","features":[422]},{"name":"UFO_GETINFO_FONTOBJ","features":[422]},{"name":"UFO_GETINFO_GLYPHBITMAP","features":[422]},{"name":"UFO_GETINFO_GLYPHSTRING","features":[422]},{"name":"UFO_GETINFO_GLYPHWIDTH","features":[422]},{"name":"UFO_GETINFO_MEMORY","features":[422]},{"name":"UFO_GETINFO_STDVARIABLE","features":[422]},{"name":"UI_TYPE","features":[422]},{"name":"UNIDRVINFO","features":[422]},{"name":"UNIDRV_PRIVATE_DEVMODE","features":[422]},{"name":"UNIFM_HDR","features":[422]},{"name":"UNIFM_VERSION_1_0","features":[422]},{"name":"UNIRECTIONAL_NOTIFICATION_LOST","features":[422]},{"name":"UNI_CODEPAGEINFO","features":[422]},{"name":"UNI_GLYPHSETDATA","features":[422]},{"name":"UNI_GLYPHSETDATA_VERSION_1_0","features":[422]},{"name":"UNKNOWN_PROTOCOL","features":[422]},{"name":"UPDP_CHECK_DRIVERSTORE","features":[422]},{"name":"UPDP_SILENT_UPLOAD","features":[422]},{"name":"UPDP_UPLOAD_ALWAYS","features":[422]},{"name":"USBPRINT_IOCTL_INDEX","features":[422]},{"name":"USB_PRINTER_INTERFACE_CLASSIC","features":[422]},{"name":"USB_PRINTER_INTERFACE_DUAL","features":[422]},{"name":"USB_PRINTER_INTERFACE_IPP","features":[422]},{"name":"USERDATA","features":[422]},{"name":"UnRegisterForPrintAsyncNotifications","features":[305,422]},{"name":"UpdatePrintDeviceObject","features":[305,422]},{"name":"UploadPrinterDriverPackageA","features":[305,422]},{"name":"UploadPrinterDriverPackageW","features":[305,422]},{"name":"WIDTHRUN","features":[422]},{"name":"WIDTHTABLE","features":[422]},{"name":"WM_FI_FILENAME","features":[422]},{"name":"WaitForPrinterChange","features":[422]},{"name":"WritePrinter","features":[305,422]},{"name":"XPSRAS_BACKGROUND_COLOR","features":[422]},{"name":"XPSRAS_BACKGROUND_COLOR_OPAQUE","features":[422]},{"name":"XPSRAS_BACKGROUND_COLOR_TRANSPARENT","features":[422]},{"name":"XPSRAS_PIXEL_FORMAT","features":[422]},{"name":"XPSRAS_PIXEL_FORMAT_128BPP_PRGBA_FLOAT_SCRGB","features":[422]},{"name":"XPSRAS_PIXEL_FORMAT_32BPP_PBGRA_UINT_SRGB","features":[422]},{"name":"XPSRAS_PIXEL_FORMAT_64BPP_PRGBA_HALF_SCRGB","features":[422]},{"name":"XPSRAS_RENDERING_MODE","features":[422]},{"name":"XPSRAS_RENDERING_MODE_ALIASED","features":[422]},{"name":"XPSRAS_RENDERING_MODE_ANTIALIASED","features":[422]},{"name":"XPS_FP_DRIVER_PROPERTY_BAG","features":[422]},{"name":"XPS_FP_JOB_ID","features":[422]},{"name":"XPS_FP_JOB_LEVEL_PRINTTICKET","features":[422]},{"name":"XPS_FP_MERGED_DATAFILE_PATH","features":[422]},{"name":"XPS_FP_MS_CONTENT_TYPE","features":[422]},{"name":"XPS_FP_MS_CONTENT_TYPE_OPENXPS","features":[422]},{"name":"XPS_FP_MS_CONTENT_TYPE_XPS","features":[422]},{"name":"XPS_FP_OUTPUT_FILE","features":[422]},{"name":"XPS_FP_PRINTDEVICECAPABILITIES","features":[422]},{"name":"XPS_FP_PRINTER_HANDLE","features":[422]},{"name":"XPS_FP_PRINTER_NAME","features":[422]},{"name":"XPS_FP_PRINT_CLASS_FACTORY","features":[422]},{"name":"XPS_FP_PROGRESS_REPORT","features":[422]},{"name":"XPS_FP_QUEUE_PROPERTY_BAG","features":[422]},{"name":"XPS_FP_RESOURCE_DLL_PATHS","features":[422]},{"name":"XPS_FP_USER_PRINT_TICKET","features":[422]},{"name":"XPS_FP_USER_TOKEN","features":[422]},{"name":"XcvDataW","features":[305,422]},{"name":"XpsJob_DocumentSequenceAdded","features":[422]},{"name":"XpsJob_FixedDocumentAdded","features":[422]},{"name":"XpsJob_FixedPageAdded","features":[422]},{"name":"Xps_Restricted_Font_Editable","features":[422]},{"name":"Xps_Restricted_Font_Installable","features":[422]},{"name":"Xps_Restricted_Font_NoEmbedding","features":[422]},{"name":"Xps_Restricted_Font_PreviewPrint","features":[422]},{"name":"_CPSUICALLBACK","features":[305,422,374]},{"name":"_SPLCLIENT_INFO_2_V3","features":[422]},{"name":"kADT_ASCII","features":[422]},{"name":"kADT_BINARY","features":[422]},{"name":"kADT_BOOL","features":[422]},{"name":"kADT_CUSTOMSIZEPARAMS","features":[422]},{"name":"kADT_DWORD","features":[422]},{"name":"kADT_INT","features":[422]},{"name":"kADT_LONG","features":[422]},{"name":"kADT_RECT","features":[422]},{"name":"kADT_SIZE","features":[422]},{"name":"kADT_UNICODE","features":[422]},{"name":"kADT_UNKNOWN","features":[422]},{"name":"kAddingDocumentSequence","features":[422]},{"name":"kAddingFixedDocument","features":[422]},{"name":"kAddingFixedPage","features":[422]},{"name":"kAllUsers","features":[422]},{"name":"kBiDirectional","features":[422]},{"name":"kDocumentSequenceAdded","features":[422]},{"name":"kFixedDocumentAdded","features":[422]},{"name":"kFixedPageAdded","features":[422]},{"name":"kFontAdded","features":[422]},{"name":"kImageAdded","features":[422]},{"name":"kInvalidJobState","features":[422]},{"name":"kJobConsumption","features":[422]},{"name":"kJobProduction","features":[422]},{"name":"kLogJobError","features":[422]},{"name":"kLogJobPipelineError","features":[422]},{"name":"kLogJobPrinted","features":[422]},{"name":"kLogJobRendered","features":[422]},{"name":"kLogOfflineFileFull","features":[422]},{"name":"kMessageBox","features":[422]},{"name":"kPerUser","features":[422]},{"name":"kPropertyTypeBuffer","features":[422]},{"name":"kPropertyTypeByte","features":[422]},{"name":"kPropertyTypeDevMode","features":[422]},{"name":"kPropertyTypeInt32","features":[422]},{"name":"kPropertyTypeInt64","features":[422]},{"name":"kPropertyTypeNotificationOptions","features":[422]},{"name":"kPropertyTypeNotificationReply","features":[422]},{"name":"kPropertyTypeSD","features":[422]},{"name":"kPropertyTypeString","features":[422]},{"name":"kPropertyTypeTime","features":[422]},{"name":"kResourceAdded","features":[422]},{"name":"kUniDirectional","features":[422]},{"name":"kXpsDocumentCommitted","features":[422]}],"429":[{"name":"EDefaultDevmodeType","features":[424]},{"name":"EPrintTicketScope","features":[424]},{"name":"E_DELTA_PRINTTICKET_FORMAT","features":[424]},{"name":"E_PRINTCAPABILITIES_FORMAT","features":[424]},{"name":"E_PRINTDEVICECAPABILITIES_FORMAT","features":[424]},{"name":"E_PRINTTICKET_FORMAT","features":[424]},{"name":"HPTPROVIDER","features":[424]},{"name":"PRINTTICKET_ISTREAM_APIS","features":[424]},{"name":"PTCloseProvider","features":[424]},{"name":"PTConvertDevModeToPrintTicket","features":[305,317,424,358]},{"name":"PTConvertPrintTicketToDevMode","features":[305,317,424,358]},{"name":"PTGetPrintCapabilities","features":[424,358]},{"name":"PTGetPrintDeviceCapabilities","features":[424,358]},{"name":"PTGetPrintDeviceResources","features":[424,358]},{"name":"PTMergeAndValidatePrintTicket","features":[424,358]},{"name":"PTOpenProvider","features":[424]},{"name":"PTOpenProviderEx","features":[424]},{"name":"PTQuerySchemaVersionSupport","features":[424]},{"name":"PTReleaseMemory","features":[424]},{"name":"S_PT_CONFLICT_RESOLVED","features":[424]},{"name":"S_PT_NO_CONFLICT","features":[424]},{"name":"kPTDocumentScope","features":[424]},{"name":"kPTJobScope","features":[424]},{"name":"kPTPageScope","features":[424]},{"name":"kPrinterDefaultDevmode","features":[424]},{"name":"kUserDefaultDevmode","features":[424]}],"430":[{"name":"ApplyLocalManagementSyncML","features":[425]},{"name":"DEVICEREGISTRATIONTYPE_MAM","features":[425]},{"name":"DEVICEREGISTRATIONTYPE_MDM_DEVICEWIDE_WITH_AAD","features":[425]},{"name":"DEVICEREGISTRATIONTYPE_MDM_ONLY","features":[425]},{"name":"DEVICEREGISTRATIONTYPE_MDM_USERSPECIFIC_WITH_AAD","features":[425]},{"name":"DEVICE_ENROLLER_FACILITY_CODE","features":[425]},{"name":"DeviceRegistrationBasicInfo","features":[425]},{"name":"DiscoverManagementService","features":[425]},{"name":"DiscoverManagementServiceEx","features":[425]},{"name":"GetDeviceManagementConfigInfo","features":[425]},{"name":"GetDeviceRegistrationInfo","features":[425]},{"name":"GetManagementAppHyperlink","features":[425]},{"name":"IsDeviceRegisteredWithManagement","features":[305,425]},{"name":"IsManagementRegistrationAllowed","features":[305,425]},{"name":"IsMdmUxWithoutAadAllowed","features":[305,425]},{"name":"MANAGEMENT_REGISTRATION_INFO","features":[305,425]},{"name":"MANAGEMENT_SERVICE_INFO","features":[425]},{"name":"MDM_REGISTRATION_FACILITY_CODE","features":[425]},{"name":"MENROLL_E_CERTAUTH_FAILED_TO_FIND_CERT","features":[425]},{"name":"MENROLL_E_CERTPOLICY_PRIVATEKEYCREATION_FAILED","features":[425]},{"name":"MENROLL_E_CONNECTIVITY","features":[425]},{"name":"MENROLL_E_CUSTOMSERVERERROR","features":[425]},{"name":"MENROLL_E_DEVICECAPREACHED","features":[425]},{"name":"MENROLL_E_DEVICENOTSUPPORTED","features":[425]},{"name":"MENROLL_E_DEVICE_ALREADY_ENROLLED","features":[425]},{"name":"MENROLL_E_DEVICE_AUTHENTICATION_ERROR","features":[425]},{"name":"MENROLL_E_DEVICE_AUTHORIZATION_ERROR","features":[425]},{"name":"MENROLL_E_DEVICE_CERTIFCATEREQUEST_ERROR","features":[425]},{"name":"MENROLL_E_DEVICE_CERTIFICATEREQUEST_ERROR","features":[425]},{"name":"MENROLL_E_DEVICE_CONFIGMGRSERVER_ERROR","features":[425]},{"name":"MENROLL_E_DEVICE_INTERNALSERVICE_ERROR","features":[425]},{"name":"MENROLL_E_DEVICE_INVALIDSECURITY_ERROR","features":[425]},{"name":"MENROLL_E_DEVICE_MANAGEMENT_BLOCKED","features":[425]},{"name":"MENROLL_E_DEVICE_MESSAGE_FORMAT_ERROR","features":[425]},{"name":"MENROLL_E_DEVICE_NOT_ENROLLED","features":[425]},{"name":"MENROLL_E_DEVICE_UNKNOWN_ERROR","features":[425]},{"name":"MENROLL_E_DISCOVERY_SEC_CERT_DATE_INVALID","features":[425]},{"name":"MENROLL_E_EMPTY_MESSAGE","features":[425]},{"name":"MENROLL_E_ENROLLMENTDATAINVALID","features":[425]},{"name":"MENROLL_E_ENROLLMENT_IN_PROGRESS","features":[425]},{"name":"MENROLL_E_INMAINTENANCE","features":[425]},{"name":"MENROLL_E_INSECUREREDIRECT","features":[425]},{"name":"MENROLL_E_INVALIDSSLCERT","features":[425]},{"name":"MENROLL_E_MDM_NOT_CONFIGURED","features":[425]},{"name":"MENROLL_E_NOTELIGIBLETORENEW","features":[425]},{"name":"MENROLL_E_NOTSUPPORTED","features":[425]},{"name":"MENROLL_E_NOT_SUPPORTED","features":[425]},{"name":"MENROLL_E_PASSWORD_NEEDED","features":[425]},{"name":"MENROLL_E_PLATFORM_LICENSE_ERROR","features":[425]},{"name":"MENROLL_E_PLATFORM_UNKNOWN_ERROR","features":[425]},{"name":"MENROLL_E_PLATFORM_WRONG_STATE","features":[425]},{"name":"MENROLL_E_PROV_CSP_APPMGMT","features":[425]},{"name":"MENROLL_E_PROV_CSP_CERTSTORE","features":[425]},{"name":"MENROLL_E_PROV_CSP_DMCLIENT","features":[425]},{"name":"MENROLL_E_PROV_CSP_MISC","features":[425]},{"name":"MENROLL_E_PROV_CSP_PFW","features":[425]},{"name":"MENROLL_E_PROV_CSP_W7","features":[425]},{"name":"MENROLL_E_PROV_SSLCERTNOTFOUND","features":[425]},{"name":"MENROLL_E_PROV_UNKNOWN","features":[425]},{"name":"MENROLL_E_USERLICENSE","features":[425]},{"name":"MENROLL_E_USER_CANCELED","features":[425]},{"name":"MENROLL_E_USER_CANCELLED","features":[425]},{"name":"MENROLL_E_USER_LICENSE","features":[425]},{"name":"MENROLL_E_WAB_ERROR","features":[425]},{"name":"MREGISTER_E_DEVICE_ALREADY_REGISTERED","features":[425]},{"name":"MREGISTER_E_DEVICE_AUTHENTICATION_ERROR","features":[425]},{"name":"MREGISTER_E_DEVICE_AUTHORIZATION_ERROR","features":[425]},{"name":"MREGISTER_E_DEVICE_CERTIFCATEREQUEST_ERROR","features":[425]},{"name":"MREGISTER_E_DEVICE_CONFIGMGRSERVER_ERROR","features":[425]},{"name":"MREGISTER_E_DEVICE_INTERNALSERVICE_ERROR","features":[425]},{"name":"MREGISTER_E_DEVICE_INVALIDSECURITY_ERROR","features":[425]},{"name":"MREGISTER_E_DEVICE_MESSAGE_FORMAT_ERROR","features":[425]},{"name":"MREGISTER_E_DEVICE_NOT_AD_REGISTERED_ERROR","features":[425]},{"name":"MREGISTER_E_DEVICE_NOT_REGISTERED","features":[425]},{"name":"MREGISTER_E_DEVICE_UNKNOWN_ERROR","features":[425]},{"name":"MREGISTER_E_DISCOVERY_FAILED","features":[425]},{"name":"MREGISTER_E_DISCOVERY_REDIRECTED","features":[425]},{"name":"MREGISTER_E_REGISTRATION_IN_PROGRESS","features":[425]},{"name":"MaxDeviceInfoClass","features":[425]},{"name":"REGISTRATION_INFORMATION_CLASS","features":[425]},{"name":"RegisterDeviceWithLocalManagement","features":[305,425]},{"name":"RegisterDeviceWithManagement","features":[425]},{"name":"RegisterDeviceWithManagementUsingAADCredentials","features":[305,425]},{"name":"RegisterDeviceWithManagementUsingAADDeviceCredentials","features":[425]},{"name":"RegisterDeviceWithManagementUsingAADDeviceCredentials2","features":[425]},{"name":"SetDeviceManagementConfigInfo","features":[425]},{"name":"SetManagedExternally","features":[305,425]},{"name":"UnregisterDeviceWithLocalManagement","features":[425]},{"name":"UnregisterDeviceWithManagement","features":[425]}],"431":[{"name":"ED_DEVCAP_ATN_READ","features":[426]},{"name":"ED_DEVCAP_RTC_READ","features":[426]},{"name":"ED_DEVCAP_TIMECODE_READ","features":[426]},{"name":"HTASK","features":[426]},{"name":"IReferenceClock","features":[426]},{"name":"IReferenceClock2","features":[426]},{"name":"IReferenceClockTimerControl","features":[426]},{"name":"JOYERR_BASE","features":[426]},{"name":"LPDRVCALLBACK","features":[427]},{"name":"LPTIMECALLBACK","features":[426]},{"name":"MAXERRORLENGTH","features":[426]},{"name":"MAXPNAMELEN","features":[426]},{"name":"MCIERR_BASE","features":[426]},{"name":"MCI_CD_OFFSET","features":[426]},{"name":"MCI_SEQ_OFFSET","features":[426]},{"name":"MCI_STRING_OFFSET","features":[426]},{"name":"MCI_VD_OFFSET","features":[426]},{"name":"MCI_WAVE_OFFSET","features":[426]},{"name":"MIDIERR_BASE","features":[426]},{"name":"MIXERR_BASE","features":[426]},{"name":"MMSYSERR_ALLOCATED","features":[426]},{"name":"MMSYSERR_BADDB","features":[426]},{"name":"MMSYSERR_BADDEVICEID","features":[426]},{"name":"MMSYSERR_BADERRNUM","features":[426]},{"name":"MMSYSERR_BASE","features":[426]},{"name":"MMSYSERR_DELETEERROR","features":[426]},{"name":"MMSYSERR_ERROR","features":[426]},{"name":"MMSYSERR_HANDLEBUSY","features":[426]},{"name":"MMSYSERR_INVALFLAG","features":[426]},{"name":"MMSYSERR_INVALHANDLE","features":[426]},{"name":"MMSYSERR_INVALIDALIAS","features":[426]},{"name":"MMSYSERR_INVALPARAM","features":[426]},{"name":"MMSYSERR_KEYNOTFOUND","features":[426]},{"name":"MMSYSERR_LASTERROR","features":[426]},{"name":"MMSYSERR_MOREDATA","features":[426]},{"name":"MMSYSERR_NODRIVER","features":[426]},{"name":"MMSYSERR_NODRIVERCB","features":[426]},{"name":"MMSYSERR_NOERROR","features":[426]},{"name":"MMSYSERR_NOMEM","features":[426]},{"name":"MMSYSERR_NOTENABLED","features":[426]},{"name":"MMSYSERR_NOTSUPPORTED","features":[426]},{"name":"MMSYSERR_READERROR","features":[426]},{"name":"MMSYSERR_VALNOTFOUND","features":[426]},{"name":"MMSYSERR_WRITEERROR","features":[426]},{"name":"MMTIME","features":[426]},{"name":"MM_ADLIB","features":[426]},{"name":"MM_DRVM_CLOSE","features":[426]},{"name":"MM_DRVM_DATA","features":[426]},{"name":"MM_DRVM_ERROR","features":[426]},{"name":"MM_DRVM_OPEN","features":[426]},{"name":"MM_JOY1BUTTONDOWN","features":[426]},{"name":"MM_JOY1BUTTONUP","features":[426]},{"name":"MM_JOY1MOVE","features":[426]},{"name":"MM_JOY1ZMOVE","features":[426]},{"name":"MM_JOY2BUTTONDOWN","features":[426]},{"name":"MM_JOY2BUTTONUP","features":[426]},{"name":"MM_JOY2MOVE","features":[426]},{"name":"MM_JOY2ZMOVE","features":[426]},{"name":"MM_MCINOTIFY","features":[426]},{"name":"MM_MCISIGNAL","features":[426]},{"name":"MM_MICROSOFT","features":[426]},{"name":"MM_MIDI_MAPPER","features":[426]},{"name":"MM_MIM_CLOSE","features":[426]},{"name":"MM_MIM_DATA","features":[426]},{"name":"MM_MIM_ERROR","features":[426]},{"name":"MM_MIM_LONGDATA","features":[426]},{"name":"MM_MIM_LONGERROR","features":[426]},{"name":"MM_MIM_MOREDATA","features":[426]},{"name":"MM_MIM_OPEN","features":[426]},{"name":"MM_MIXM_CONTROL_CHANGE","features":[426]},{"name":"MM_MIXM_LINE_CHANGE","features":[426]},{"name":"MM_MOM_CLOSE","features":[426]},{"name":"MM_MOM_DONE","features":[426]},{"name":"MM_MOM_OPEN","features":[426]},{"name":"MM_MOM_POSITIONCB","features":[426]},{"name":"MM_MPU401_MIDIIN","features":[426]},{"name":"MM_MPU401_MIDIOUT","features":[426]},{"name":"MM_PC_JOYSTICK","features":[426]},{"name":"MM_SNDBLST_MIDIIN","features":[426]},{"name":"MM_SNDBLST_MIDIOUT","features":[426]},{"name":"MM_SNDBLST_SYNTH","features":[426]},{"name":"MM_SNDBLST_WAVEIN","features":[426]},{"name":"MM_SNDBLST_WAVEOUT","features":[426]},{"name":"MM_STREAM_CLOSE","features":[426]},{"name":"MM_STREAM_DONE","features":[426]},{"name":"MM_STREAM_ERROR","features":[426]},{"name":"MM_STREAM_OPEN","features":[426]},{"name":"MM_WAVE_MAPPER","features":[426]},{"name":"MM_WIM_CLOSE","features":[426]},{"name":"MM_WIM_DATA","features":[426]},{"name":"MM_WIM_OPEN","features":[426]},{"name":"MM_WOM_CLOSE","features":[426]},{"name":"MM_WOM_DONE","features":[426]},{"name":"MM_WOM_OPEN","features":[426]},{"name":"TIMECAPS","features":[426]},{"name":"TIMECODE","features":[426]},{"name":"TIMECODE_SAMPLE","features":[426]},{"name":"TIMECODE_SAMPLE_FLAGS","features":[426]},{"name":"TIMERR_BASE","features":[426]},{"name":"TIMERR_NOCANDO","features":[426]},{"name":"TIMERR_NOERROR","features":[426]},{"name":"TIMERR_STRUCT","features":[426]},{"name":"TIME_BYTES","features":[426]},{"name":"TIME_CALLBACK_EVENT_PULSE","features":[426]},{"name":"TIME_CALLBACK_EVENT_SET","features":[426]},{"name":"TIME_CALLBACK_FUNCTION","features":[426]},{"name":"TIME_KILL_SYNCHRONOUS","features":[426]},{"name":"TIME_MIDI","features":[426]},{"name":"TIME_MS","features":[426]},{"name":"TIME_ONESHOT","features":[426]},{"name":"TIME_PERIODIC","features":[426]},{"name":"TIME_SAMPLES","features":[426]},{"name":"TIME_SMPTE","features":[426]},{"name":"TIME_TICKS","features":[426]},{"name":"WAVERR_BASE","features":[426]},{"name":"timeBeginPeriod","features":[426]},{"name":"timeEndPeriod","features":[426]},{"name":"timeGetDevCaps","features":[426]},{"name":"timeGetSystemTime","features":[426]},{"name":"timeGetTime","features":[426]},{"name":"timeKillEvent","features":[426]},{"name":"timeSetEvent","features":[426]}],"432":[{"name":"ACMDM_DRIVER_ABOUT","features":[428]},{"name":"ACMDM_DRIVER_DETAILS","features":[428]},{"name":"ACMDM_DRIVER_NOTIFY","features":[428]},{"name":"ACMDM_FILTERTAG_DETAILS","features":[428]},{"name":"ACMDM_FILTER_DETAILS","features":[428]},{"name":"ACMDM_FORMATTAG_DETAILS","features":[428]},{"name":"ACMDM_FORMAT_DETAILS","features":[428]},{"name":"ACMDM_FORMAT_SUGGEST","features":[428]},{"name":"ACMDM_HARDWARE_WAVE_CAPS_INPUT","features":[428]},{"name":"ACMDM_HARDWARE_WAVE_CAPS_OUTPUT","features":[428]},{"name":"ACMDM_RESERVED_HIGH","features":[428]},{"name":"ACMDM_RESERVED_LOW","features":[428]},{"name":"ACMDM_STREAM_CLOSE","features":[428]},{"name":"ACMDM_STREAM_CONVERT","features":[428]},{"name":"ACMDM_STREAM_OPEN","features":[428]},{"name":"ACMDM_STREAM_PREPARE","features":[428]},{"name":"ACMDM_STREAM_RESET","features":[428]},{"name":"ACMDM_STREAM_SIZE","features":[428]},{"name":"ACMDM_STREAM_UNPREPARE","features":[428]},{"name":"ACMDM_STREAM_UPDATE","features":[428]},{"name":"ACMDM_USER","features":[428]},{"name":"ACMDRIVERDETAILSA","features":[428,374]},{"name":"ACMDRIVERDETAILSW","features":[428,374]},{"name":"ACMDRIVERDETAILS_COPYRIGHT_CHARS","features":[428]},{"name":"ACMDRIVERDETAILS_FEATURES_CHARS","features":[428]},{"name":"ACMDRIVERDETAILS_LICENSING_CHARS","features":[428]},{"name":"ACMDRIVERDETAILS_LONGNAME_CHARS","features":[428]},{"name":"ACMDRIVERDETAILS_SHORTNAME_CHARS","features":[428]},{"name":"ACMDRIVERDETAILS_SUPPORTF_ASYNC","features":[428]},{"name":"ACMDRIVERDETAILS_SUPPORTF_CODEC","features":[428]},{"name":"ACMDRIVERDETAILS_SUPPORTF_CONVERTER","features":[428]},{"name":"ACMDRIVERDETAILS_SUPPORTF_DISABLED","features":[428]},{"name":"ACMDRIVERDETAILS_SUPPORTF_FILTER","features":[428]},{"name":"ACMDRIVERDETAILS_SUPPORTF_HARDWARE","features":[428]},{"name":"ACMDRIVERDETAILS_SUPPORTF_LOCAL","features":[428]},{"name":"ACMDRIVERENUMCB","features":[305,428]},{"name":"ACMDRVFORMATSUGGEST","features":[428]},{"name":"ACMDRVOPENDESCA","features":[428]},{"name":"ACMDRVOPENDESCW","features":[428]},{"name":"ACMDRVSTREAMHEADER","features":[428]},{"name":"ACMDRVSTREAMINSTANCE","features":[428]},{"name":"ACMDRVSTREAMSIZE","features":[428]},{"name":"ACMERR_BASE","features":[428]},{"name":"ACMERR_BUSY","features":[428]},{"name":"ACMERR_CANCELED","features":[428]},{"name":"ACMERR_NOTPOSSIBLE","features":[428]},{"name":"ACMERR_UNPREPARED","features":[428]},{"name":"ACMFILTERCHOOSEA","features":[305,428]},{"name":"ACMFILTERCHOOSEHOOKPROCA","features":[305,428]},{"name":"ACMFILTERCHOOSEHOOKPROCW","features":[305,428]},{"name":"ACMFILTERCHOOSEW","features":[305,428]},{"name":"ACMFILTERCHOOSE_STYLEF_CONTEXTHELP","features":[428]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLEHOOK","features":[428]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLETEMPLATE","features":[428]},{"name":"ACMFILTERCHOOSE_STYLEF_ENABLETEMPLATEHANDLE","features":[428]},{"name":"ACMFILTERCHOOSE_STYLEF_INITTOFILTERSTRUCT","features":[428]},{"name":"ACMFILTERCHOOSE_STYLEF_SHOWHELP","features":[428]},{"name":"ACMFILTERDETAILSA","features":[428]},{"name":"ACMFILTERDETAILSW","features":[428]},{"name":"ACMFILTERDETAILS_FILTER_CHARS","features":[428]},{"name":"ACMFILTERENUMCBA","features":[305,428]},{"name":"ACMFILTERENUMCBW","features":[305,428]},{"name":"ACMFILTERTAGDETAILSA","features":[428]},{"name":"ACMFILTERTAGDETAILSW","features":[428]},{"name":"ACMFILTERTAGDETAILS_FILTERTAG_CHARS","features":[428]},{"name":"ACMFILTERTAGENUMCBA","features":[305,428]},{"name":"ACMFILTERTAGENUMCBW","features":[305,428]},{"name":"ACMFORMATCHOOSEA","features":[305,428]},{"name":"ACMFORMATCHOOSEHOOKPROCA","features":[305,428]},{"name":"ACMFORMATCHOOSEHOOKPROCW","features":[305,428]},{"name":"ACMFORMATCHOOSEW","features":[305,428]},{"name":"ACMFORMATCHOOSE_STYLEF_CONTEXTHELP","features":[428]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLEHOOK","features":[428]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLETEMPLATE","features":[428]},{"name":"ACMFORMATCHOOSE_STYLEF_ENABLETEMPLATEHANDLE","features":[428]},{"name":"ACMFORMATCHOOSE_STYLEF_INITTOWFXSTRUCT","features":[428]},{"name":"ACMFORMATCHOOSE_STYLEF_SHOWHELP","features":[428]},{"name":"ACMFORMATDETAILSA","features":[428]},{"name":"ACMFORMATDETAILS_FORMAT_CHARS","features":[428]},{"name":"ACMFORMATENUMCBA","features":[305,428]},{"name":"ACMFORMATENUMCBW","features":[305,428]},{"name":"ACMFORMATTAGDETAILSA","features":[428]},{"name":"ACMFORMATTAGDETAILSW","features":[428]},{"name":"ACMFORMATTAGDETAILS_FORMATTAG_CHARS","features":[428]},{"name":"ACMFORMATTAGENUMCBA","features":[305,428]},{"name":"ACMFORMATTAGENUMCBW","features":[305,428]},{"name":"ACMHELPMSGCONTEXTHELP","features":[428]},{"name":"ACMHELPMSGCONTEXTHELPA","features":[428]},{"name":"ACMHELPMSGCONTEXTHELPW","features":[428]},{"name":"ACMHELPMSGCONTEXTMENU","features":[428]},{"name":"ACMHELPMSGCONTEXTMENUA","features":[428]},{"name":"ACMHELPMSGCONTEXTMENUW","features":[428]},{"name":"ACMHELPMSGSTRING","features":[428]},{"name":"ACMHELPMSGSTRINGA","features":[428]},{"name":"ACMHELPMSGSTRINGW","features":[428]},{"name":"ACMSTREAMHEADER","features":[428]},{"name":"ACMSTREAMHEADER","features":[428]},{"name":"ACMSTREAMHEADER_STATUSF_DONE","features":[428]},{"name":"ACMSTREAMHEADER_STATUSF_INQUEUE","features":[428]},{"name":"ACMSTREAMHEADER_STATUSF_PREPARED","features":[428]},{"name":"ACM_DRIVERADDF_FUNCTION","features":[428]},{"name":"ACM_DRIVERADDF_GLOBAL","features":[428]},{"name":"ACM_DRIVERADDF_LOCAL","features":[428]},{"name":"ACM_DRIVERADDF_NAME","features":[428]},{"name":"ACM_DRIVERADDF_NOTIFYHWND","features":[428]},{"name":"ACM_DRIVERADDF_TYPEMASK","features":[428]},{"name":"ACM_DRIVERENUMF_DISABLED","features":[428]},{"name":"ACM_DRIVERENUMF_NOLOCAL","features":[428]},{"name":"ACM_DRIVERPRIORITYF_ABLEMASK","features":[428]},{"name":"ACM_DRIVERPRIORITYF_BEGIN","features":[428]},{"name":"ACM_DRIVERPRIORITYF_DEFERMASK","features":[428]},{"name":"ACM_DRIVERPRIORITYF_DISABLE","features":[428]},{"name":"ACM_DRIVERPRIORITYF_ENABLE","features":[428]},{"name":"ACM_DRIVERPRIORITYF_END","features":[428]},{"name":"ACM_FILTERDETAILSF_FILTER","features":[428]},{"name":"ACM_FILTERDETAILSF_INDEX","features":[428]},{"name":"ACM_FILTERDETAILSF_QUERYMASK","features":[428]},{"name":"ACM_FILTERENUMF_DWFILTERTAG","features":[428]},{"name":"ACM_FILTERTAGDETAILSF_FILTERTAG","features":[428]},{"name":"ACM_FILTERTAGDETAILSF_INDEX","features":[428]},{"name":"ACM_FILTERTAGDETAILSF_LARGESTSIZE","features":[428]},{"name":"ACM_FILTERTAGDETAILSF_QUERYMASK","features":[428]},{"name":"ACM_FORMATDETAILSF_FORMAT","features":[428]},{"name":"ACM_FORMATDETAILSF_INDEX","features":[428]},{"name":"ACM_FORMATDETAILSF_QUERYMASK","features":[428]},{"name":"ACM_FORMATENUMF_CONVERT","features":[428]},{"name":"ACM_FORMATENUMF_HARDWARE","features":[428]},{"name":"ACM_FORMATENUMF_INPUT","features":[428]},{"name":"ACM_FORMATENUMF_NCHANNELS","features":[428]},{"name":"ACM_FORMATENUMF_NSAMPLESPERSEC","features":[428]},{"name":"ACM_FORMATENUMF_OUTPUT","features":[428]},{"name":"ACM_FORMATENUMF_SUGGEST","features":[428]},{"name":"ACM_FORMATENUMF_WBITSPERSAMPLE","features":[428]},{"name":"ACM_FORMATENUMF_WFORMATTAG","features":[428]},{"name":"ACM_FORMATSUGGESTF_NCHANNELS","features":[428]},{"name":"ACM_FORMATSUGGESTF_NSAMPLESPERSEC","features":[428]},{"name":"ACM_FORMATSUGGESTF_TYPEMASK","features":[428]},{"name":"ACM_FORMATSUGGESTF_WBITSPERSAMPLE","features":[428]},{"name":"ACM_FORMATSUGGESTF_WFORMATTAG","features":[428]},{"name":"ACM_FORMATTAGDETAILSF_FORMATTAG","features":[428]},{"name":"ACM_FORMATTAGDETAILSF_INDEX","features":[428]},{"name":"ACM_FORMATTAGDETAILSF_LARGESTSIZE","features":[428]},{"name":"ACM_FORMATTAGDETAILSF_QUERYMASK","features":[428]},{"name":"ACM_METRIC_COUNT_CODECS","features":[428]},{"name":"ACM_METRIC_COUNT_CONVERTERS","features":[428]},{"name":"ACM_METRIC_COUNT_DISABLED","features":[428]},{"name":"ACM_METRIC_COUNT_DRIVERS","features":[428]},{"name":"ACM_METRIC_COUNT_FILTERS","features":[428]},{"name":"ACM_METRIC_COUNT_HARDWARE","features":[428]},{"name":"ACM_METRIC_COUNT_LOCAL_CODECS","features":[428]},{"name":"ACM_METRIC_COUNT_LOCAL_CONVERTERS","features":[428]},{"name":"ACM_METRIC_COUNT_LOCAL_DISABLED","features":[428]},{"name":"ACM_METRIC_COUNT_LOCAL_DRIVERS","features":[428]},{"name":"ACM_METRIC_COUNT_LOCAL_FILTERS","features":[428]},{"name":"ACM_METRIC_DRIVER_PRIORITY","features":[428]},{"name":"ACM_METRIC_DRIVER_SUPPORT","features":[428]},{"name":"ACM_METRIC_HARDWARE_WAVE_INPUT","features":[428]},{"name":"ACM_METRIC_HARDWARE_WAVE_OUTPUT","features":[428]},{"name":"ACM_METRIC_MAX_SIZE_FILTER","features":[428]},{"name":"ACM_METRIC_MAX_SIZE_FORMAT","features":[428]},{"name":"ACM_STREAMCONVERTF_BLOCKALIGN","features":[428]},{"name":"ACM_STREAMCONVERTF_END","features":[428]},{"name":"ACM_STREAMCONVERTF_START","features":[428]},{"name":"ACM_STREAMOPENF_ASYNC","features":[428]},{"name":"ACM_STREAMOPENF_NONREALTIME","features":[428]},{"name":"ACM_STREAMOPENF_QUERY","features":[428]},{"name":"ACM_STREAMSIZEF_DESTINATION","features":[428]},{"name":"ACM_STREAMSIZEF_QUERYMASK","features":[428]},{"name":"ACM_STREAMSIZEF_SOURCE","features":[428]},{"name":"AMBISONICS_CHANNEL_ORDERING","features":[428]},{"name":"AMBISONICS_CHANNEL_ORDERING_ACN","features":[428]},{"name":"AMBISONICS_NORMALIZATION","features":[428]},{"name":"AMBISONICS_NORMALIZATION_N3D","features":[428]},{"name":"AMBISONICS_NORMALIZATION_SN3D","features":[428]},{"name":"AMBISONICS_PARAMS","features":[428]},{"name":"AMBISONICS_PARAM_VERSION_1","features":[428]},{"name":"AMBISONICS_TYPE","features":[428]},{"name":"AMBISONICS_TYPE_FULL3D","features":[428]},{"name":"AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY","features":[428]},{"name":"AUDCLNT_BUFFERFLAGS_SILENT","features":[428]},{"name":"AUDCLNT_BUFFERFLAGS_TIMESTAMP_ERROR","features":[428]},{"name":"AUDCLNT_E_ALREADY_INITIALIZED","features":[428]},{"name":"AUDCLNT_E_BUFDURATION_PERIOD_NOT_EQUAL","features":[428]},{"name":"AUDCLNT_E_BUFFER_ERROR","features":[428]},{"name":"AUDCLNT_E_BUFFER_OPERATION_PENDING","features":[428]},{"name":"AUDCLNT_E_BUFFER_SIZE_ERROR","features":[428]},{"name":"AUDCLNT_E_BUFFER_SIZE_NOT_ALIGNED","features":[428]},{"name":"AUDCLNT_E_BUFFER_TOO_LARGE","features":[428]},{"name":"AUDCLNT_E_CPUUSAGE_EXCEEDED","features":[428]},{"name":"AUDCLNT_E_DEVICE_INVALIDATED","features":[428]},{"name":"AUDCLNT_E_DEVICE_IN_USE","features":[428]},{"name":"AUDCLNT_E_EFFECT_NOT_AVAILABLE","features":[428]},{"name":"AUDCLNT_E_EFFECT_STATE_READ_ONLY","features":[428]},{"name":"AUDCLNT_E_ENDPOINT_CREATE_FAILED","features":[428]},{"name":"AUDCLNT_E_ENDPOINT_OFFLOAD_NOT_CAPABLE","features":[428]},{"name":"AUDCLNT_E_ENGINE_FORMAT_LOCKED","features":[428]},{"name":"AUDCLNT_E_ENGINE_PERIODICITY_LOCKED","features":[428]},{"name":"AUDCLNT_E_EVENTHANDLE_NOT_EXPECTED","features":[428]},{"name":"AUDCLNT_E_EVENTHANDLE_NOT_SET","features":[428]},{"name":"AUDCLNT_E_EXCLUSIVE_MODE_NOT_ALLOWED","features":[428]},{"name":"AUDCLNT_E_EXCLUSIVE_MODE_ONLY","features":[428]},{"name":"AUDCLNT_E_HEADTRACKING_ENABLED","features":[428]},{"name":"AUDCLNT_E_HEADTRACKING_UNSUPPORTED","features":[428]},{"name":"AUDCLNT_E_INCORRECT_BUFFER_SIZE","features":[428]},{"name":"AUDCLNT_E_INVALID_DEVICE_PERIOD","features":[428]},{"name":"AUDCLNT_E_INVALID_SIZE","features":[428]},{"name":"AUDCLNT_E_INVALID_STREAM_FLAG","features":[428]},{"name":"AUDCLNT_E_NONOFFLOAD_MODE_ONLY","features":[428]},{"name":"AUDCLNT_E_NOT_INITIALIZED","features":[428]},{"name":"AUDCLNT_E_NOT_STOPPED","features":[428]},{"name":"AUDCLNT_E_OFFLOAD_MODE_ONLY","features":[428]},{"name":"AUDCLNT_E_OUT_OF_OFFLOAD_RESOURCES","features":[428]},{"name":"AUDCLNT_E_OUT_OF_ORDER","features":[428]},{"name":"AUDCLNT_E_RAW_MODE_UNSUPPORTED","features":[428]},{"name":"AUDCLNT_E_RESOURCES_INVALIDATED","features":[428]},{"name":"AUDCLNT_E_SERVICE_NOT_RUNNING","features":[428]},{"name":"AUDCLNT_E_THREAD_NOT_REGISTERED","features":[428]},{"name":"AUDCLNT_E_UNSUPPORTED_FORMAT","features":[428]},{"name":"AUDCLNT_E_WRONG_ENDPOINT_TYPE","features":[428]},{"name":"AUDCLNT_SESSIONFLAGS_DISPLAY_HIDE","features":[428]},{"name":"AUDCLNT_SESSIONFLAGS_DISPLAY_HIDEWHENEXPIRED","features":[428]},{"name":"AUDCLNT_SESSIONFLAGS_EXPIREWHENUNOWNED","features":[428]},{"name":"AUDCLNT_SHAREMODE","features":[428]},{"name":"AUDCLNT_SHAREMODE_EXCLUSIVE","features":[428]},{"name":"AUDCLNT_SHAREMODE_SHARED","features":[428]},{"name":"AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM","features":[428]},{"name":"AUDCLNT_STREAMFLAGS_CROSSPROCESS","features":[428]},{"name":"AUDCLNT_STREAMFLAGS_EVENTCALLBACK","features":[428]},{"name":"AUDCLNT_STREAMFLAGS_LOOPBACK","features":[428]},{"name":"AUDCLNT_STREAMFLAGS_NOPERSIST","features":[428]},{"name":"AUDCLNT_STREAMFLAGS_RATEADJUST","features":[428]},{"name":"AUDCLNT_STREAMFLAGS_SRC_DEFAULT_QUALITY","features":[428]},{"name":"AUDCLNT_STREAMOPTIONS","features":[428]},{"name":"AUDCLNT_STREAMOPTIONS_AMBISONICS","features":[428]},{"name":"AUDCLNT_STREAMOPTIONS_MATCH_FORMAT","features":[428]},{"name":"AUDCLNT_STREAMOPTIONS_NONE","features":[428]},{"name":"AUDCLNT_STREAMOPTIONS_RAW","features":[428]},{"name":"AUDCLNT_S_BUFFER_EMPTY","features":[428]},{"name":"AUDCLNT_S_POSITION_STALLED","features":[428]},{"name":"AUDCLNT_S_THREAD_ALREADY_REGISTERED","features":[428]},{"name":"AUDIOCLIENT_ACTIVATION_PARAMS","features":[428]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE","features":[428]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE_DEFAULT","features":[428]},{"name":"AUDIOCLIENT_ACTIVATION_TYPE_PROCESS_LOOPBACK","features":[428]},{"name":"AUDIOCLIENT_PROCESS_LOOPBACK_PARAMS","features":[428]},{"name":"AUDIOCLOCK_CHARACTERISTIC_FIXED_FREQ","features":[428]},{"name":"AUDIO_DUCKING_OPTIONS","features":[428]},{"name":"AUDIO_DUCKING_OPTIONS_DEFAULT","features":[428]},{"name":"AUDIO_DUCKING_OPTIONS_DO_NOT_DUCK_OTHER_STREAMS","features":[428]},{"name":"AUDIO_EFFECT","features":[305,428]},{"name":"AUDIO_EFFECT_STATE","features":[428]},{"name":"AUDIO_EFFECT_STATE_OFF","features":[428]},{"name":"AUDIO_EFFECT_STATE_ON","features":[428]},{"name":"AUDIO_STREAM_CATEGORY","features":[428]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE","features":[428]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_DEFAULT","features":[428]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_ENUM_COUNT","features":[428]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_USER","features":[428]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE_VOLATILE","features":[428]},{"name":"AUDIO_VOLUME_NOTIFICATION_DATA","features":[305,428]},{"name":"AUXCAPS2A","features":[428]},{"name":"AUXCAPS2W","features":[428]},{"name":"AUXCAPSA","features":[428]},{"name":"AUXCAPSW","features":[428]},{"name":"AUXCAPS_AUXIN","features":[428]},{"name":"AUXCAPS_CDAUDIO","features":[428]},{"name":"AUXCAPS_LRVOLUME","features":[428]},{"name":"AUXCAPS_VOLUME","features":[428]},{"name":"ActivateAudioInterfaceAsync","features":[305,428,392,360]},{"name":"AudioCategory_Alerts","features":[428]},{"name":"AudioCategory_Communications","features":[428]},{"name":"AudioCategory_FarFieldSpeech","features":[428]},{"name":"AudioCategory_ForegroundOnlyMedia","features":[428]},{"name":"AudioCategory_GameChat","features":[428]},{"name":"AudioCategory_GameEffects","features":[428]},{"name":"AudioCategory_GameMedia","features":[428]},{"name":"AudioCategory_Media","features":[428]},{"name":"AudioCategory_Movie","features":[428]},{"name":"AudioCategory_Other","features":[428]},{"name":"AudioCategory_SoundEffects","features":[428]},{"name":"AudioCategory_Speech","features":[428]},{"name":"AudioCategory_UniformSpeech","features":[428]},{"name":"AudioCategory_VoiceTyping","features":[428]},{"name":"AudioClient3ActivationParams","features":[428]},{"name":"AudioClientProperties","features":[305,428]},{"name":"AudioExtensionParams","features":[305,428]},{"name":"AudioObjectType","features":[428]},{"name":"AudioObjectType_BackCenter","features":[428]},{"name":"AudioObjectType_BackLeft","features":[428]},{"name":"AudioObjectType_BackRight","features":[428]},{"name":"AudioObjectType_BottomBackLeft","features":[428]},{"name":"AudioObjectType_BottomBackRight","features":[428]},{"name":"AudioObjectType_BottomFrontLeft","features":[428]},{"name":"AudioObjectType_BottomFrontRight","features":[428]},{"name":"AudioObjectType_Dynamic","features":[428]},{"name":"AudioObjectType_FrontCenter","features":[428]},{"name":"AudioObjectType_FrontLeft","features":[428]},{"name":"AudioObjectType_FrontRight","features":[428]},{"name":"AudioObjectType_LowFrequency","features":[428]},{"name":"AudioObjectType_None","features":[428]},{"name":"AudioObjectType_SideLeft","features":[428]},{"name":"AudioObjectType_SideRight","features":[428]},{"name":"AudioObjectType_TopBackLeft","features":[428]},{"name":"AudioObjectType_TopBackRight","features":[428]},{"name":"AudioObjectType_TopFrontLeft","features":[428]},{"name":"AudioObjectType_TopFrontRight","features":[428]},{"name":"AudioSessionDisconnectReason","features":[428]},{"name":"AudioSessionState","features":[428]},{"name":"AudioSessionStateActive","features":[428]},{"name":"AudioSessionStateExpired","features":[428]},{"name":"AudioSessionStateInactive","features":[428]},{"name":"AudioStateMonitorSoundLevel","features":[428]},{"name":"CALLBACK_EVENT","features":[428]},{"name":"CALLBACK_FUNCTION","features":[428]},{"name":"CALLBACK_NULL","features":[428]},{"name":"CALLBACK_TASK","features":[428]},{"name":"CALLBACK_THREAD","features":[428]},{"name":"CALLBACK_TYPEMASK","features":[428]},{"name":"CALLBACK_WINDOW","features":[428]},{"name":"CoRegisterMessageFilter","features":[428]},{"name":"Connector","features":[428]},{"name":"ConnectorType","features":[428]},{"name":"CreateCaptureAudioStateMonitor","features":[428]},{"name":"CreateCaptureAudioStateMonitorForCategory","features":[428]},{"name":"CreateCaptureAudioStateMonitorForCategoryAndDeviceId","features":[428]},{"name":"CreateCaptureAudioStateMonitorForCategoryAndDeviceRole","features":[428]},{"name":"CreateRenderAudioStateMonitor","features":[428]},{"name":"CreateRenderAudioStateMonitorForCategory","features":[428]},{"name":"CreateRenderAudioStateMonitorForCategoryAndDeviceId","features":[428]},{"name":"CreateRenderAudioStateMonitorForCategoryAndDeviceRole","features":[428]},{"name":"DEVICE_STATE","features":[428]},{"name":"DEVICE_STATEMASK_ALL","features":[428]},{"name":"DEVICE_STATE_ACTIVE","features":[428]},{"name":"DEVICE_STATE_DISABLED","features":[428]},{"name":"DEVICE_STATE_NOTPRESENT","features":[428]},{"name":"DEVICE_STATE_UNPLUGGED","features":[428]},{"name":"DEVINTERFACE_AUDIO_CAPTURE","features":[428]},{"name":"DEVINTERFACE_AUDIO_RENDER","features":[428]},{"name":"DEVINTERFACE_MIDI_INPUT","features":[428]},{"name":"DEVINTERFACE_MIDI_OUTPUT","features":[428]},{"name":"DIRECTX_AUDIO_ACTIVATION_PARAMS","features":[428]},{"name":"DRVM_MAPPER","features":[428]},{"name":"DRVM_MAPPER_STATUS","features":[428]},{"name":"DRV_MAPPER_PREFERRED_INPUT_GET","features":[428]},{"name":"DRV_MAPPER_PREFERRED_OUTPUT_GET","features":[428]},{"name":"DataFlow","features":[428]},{"name":"DeviceTopology","features":[428]},{"name":"DigitalAudioDisplayDevice","features":[428]},{"name":"DisconnectReasonDeviceRemoval","features":[428]},{"name":"DisconnectReasonExclusiveModeOverride","features":[428]},{"name":"DisconnectReasonFormatChanged","features":[428]},{"name":"DisconnectReasonServerShutdown","features":[428]},{"name":"DisconnectReasonSessionDisconnected","features":[428]},{"name":"DisconnectReasonSessionLogoff","features":[428]},{"name":"ECHOWAVEFILTER","features":[428]},{"name":"EDataFlow","features":[428]},{"name":"EDataFlow_enum_count","features":[428]},{"name":"ENDPOINT_FORMAT_RESET_MIX_ONLY","features":[428]},{"name":"ENDPOINT_HARDWARE_SUPPORT_METER","features":[428]},{"name":"ENDPOINT_HARDWARE_SUPPORT_MUTE","features":[428]},{"name":"ENDPOINT_HARDWARE_SUPPORT_VOLUME","features":[428]},{"name":"ENDPOINT_SYSFX_DISABLED","features":[428]},{"name":"ENDPOINT_SYSFX_ENABLED","features":[428]},{"name":"ERole","features":[428]},{"name":"ERole_enum_count","features":[428]},{"name":"EVENTCONTEXT_VOLUMESLIDER","features":[428]},{"name":"EndpointFormFactor","features":[428]},{"name":"EndpointFormFactor_enum_count","features":[428]},{"name":"FILTERCHOOSE_CUSTOM_VERIFY","features":[428]},{"name":"FILTERCHOOSE_FILTERTAG_VERIFY","features":[428]},{"name":"FILTERCHOOSE_FILTER_VERIFY","features":[428]},{"name":"FILTERCHOOSE_MESSAGE","features":[428]},{"name":"FORMATCHOOSE_CUSTOM_VERIFY","features":[428]},{"name":"FORMATCHOOSE_FORMATTAG_VERIFY","features":[428]},{"name":"FORMATCHOOSE_FORMAT_VERIFY","features":[428]},{"name":"FORMATCHOOSE_MESSAGE","features":[428]},{"name":"Full","features":[428]},{"name":"HACMDRIVER","features":[428]},{"name":"HACMDRIVERID","features":[428]},{"name":"HACMOBJ","features":[428]},{"name":"HACMSTREAM","features":[428]},{"name":"HMIDI","features":[428]},{"name":"HMIDIIN","features":[428]},{"name":"HMIDIOUT","features":[428]},{"name":"HMIDISTRM","features":[428]},{"name":"HMIXER","features":[428]},{"name":"HMIXEROBJ","features":[428]},{"name":"HWAVE","features":[428]},{"name":"HWAVEIN","features":[428]},{"name":"HWAVEOUT","features":[428]},{"name":"Handset","features":[428]},{"name":"Headphones","features":[428]},{"name":"Headset","features":[428]},{"name":"IAcousticEchoCancellationControl","features":[428]},{"name":"IActivateAudioInterfaceAsyncOperation","features":[428]},{"name":"IActivateAudioInterfaceCompletionHandler","features":[428]},{"name":"IAudioAmbisonicsControl","features":[428]},{"name":"IAudioAutoGainControl","features":[428]},{"name":"IAudioBass","features":[428]},{"name":"IAudioCaptureClient","features":[428]},{"name":"IAudioChannelConfig","features":[428]},{"name":"IAudioClient","features":[428]},{"name":"IAudioClient2","features":[428]},{"name":"IAudioClient3","features":[428]},{"name":"IAudioClientDuckingControl","features":[428]},{"name":"IAudioClock","features":[428]},{"name":"IAudioClock2","features":[428]},{"name":"IAudioClockAdjustment","features":[428]},{"name":"IAudioEffectsChangedNotificationClient","features":[428]},{"name":"IAudioEffectsManager","features":[428]},{"name":"IAudioFormatEnumerator","features":[428]},{"name":"IAudioInputSelector","features":[428]},{"name":"IAudioLoudness","features":[428]},{"name":"IAudioMidrange","features":[428]},{"name":"IAudioMute","features":[428]},{"name":"IAudioOutputSelector","features":[428]},{"name":"IAudioPeakMeter","features":[428]},{"name":"IAudioRenderClient","features":[428]},{"name":"IAudioSessionControl","features":[428]},{"name":"IAudioSessionControl2","features":[428]},{"name":"IAudioSessionEnumerator","features":[428]},{"name":"IAudioSessionEvents","features":[428]},{"name":"IAudioSessionManager","features":[428]},{"name":"IAudioSessionManager2","features":[428]},{"name":"IAudioSessionNotification","features":[428]},{"name":"IAudioStateMonitor","features":[428]},{"name":"IAudioStreamVolume","features":[428]},{"name":"IAudioSystemEffectsPropertyChangeNotificationClient","features":[428]},{"name":"IAudioSystemEffectsPropertyStore","features":[428]},{"name":"IAudioTreble","features":[428]},{"name":"IAudioViewManagerService","features":[428]},{"name":"IAudioVolumeDuckNotification","features":[428]},{"name":"IAudioVolumeLevel","features":[428]},{"name":"IChannelAudioVolume","features":[428]},{"name":"IConnector","features":[428]},{"name":"IControlChangeNotify","features":[428]},{"name":"IControlInterface","features":[428]},{"name":"IDeviceSpecificProperty","features":[428]},{"name":"IDeviceTopology","features":[428]},{"name":"IMMDevice","features":[428]},{"name":"IMMDeviceActivator","features":[428]},{"name":"IMMDeviceCollection","features":[428]},{"name":"IMMDeviceEnumerator","features":[428]},{"name":"IMMEndpoint","features":[428]},{"name":"IMMNotificationClient","features":[428]},{"name":"IMessageFilter","features":[428]},{"name":"IPart","features":[428]},{"name":"IPartsList","features":[428]},{"name":"IPerChannelDbLevel","features":[428]},{"name":"ISimpleAudioVolume","features":[428]},{"name":"ISpatialAudioClient","features":[428]},{"name":"ISpatialAudioClient2","features":[428]},{"name":"ISpatialAudioMetadataClient","features":[428]},{"name":"ISpatialAudioMetadataCopier","features":[428]},{"name":"ISpatialAudioMetadataItems","features":[428]},{"name":"ISpatialAudioMetadataItemsBuffer","features":[428]},{"name":"ISpatialAudioMetadataReader","features":[428]},{"name":"ISpatialAudioMetadataWriter","features":[428]},{"name":"ISpatialAudioObject","features":[428]},{"name":"ISpatialAudioObjectBase","features":[428]},{"name":"ISpatialAudioObjectForHrtf","features":[428]},{"name":"ISpatialAudioObjectForMetadataCommands","features":[428]},{"name":"ISpatialAudioObjectForMetadataItems","features":[428]},{"name":"ISpatialAudioObjectRenderStream","features":[428]},{"name":"ISpatialAudioObjectRenderStreamBase","features":[428]},{"name":"ISpatialAudioObjectRenderStreamForHrtf","features":[428]},{"name":"ISpatialAudioObjectRenderStreamForMetadata","features":[428]},{"name":"ISpatialAudioObjectRenderStreamNotify","features":[428]},{"name":"ISubunit","features":[428]},{"name":"In","features":[428]},{"name":"LPACMDRIVERPROC","features":[305,428]},{"name":"LPMIDICALLBACK","features":[428,427]},{"name":"LPWAVECALLBACK","features":[428,427]},{"name":"LineLevel","features":[428]},{"name":"Low","features":[428]},{"name":"MEVT_COMMENT","features":[428]},{"name":"MEVT_F_CALLBACK","features":[428]},{"name":"MEVT_F_LONG","features":[428]},{"name":"MEVT_F_SHORT","features":[428]},{"name":"MEVT_LONGMSG","features":[428]},{"name":"MEVT_NOP","features":[428]},{"name":"MEVT_SHORTMSG","features":[428]},{"name":"MEVT_TEMPO","features":[428]},{"name":"MEVT_VERSION","features":[428]},{"name":"MHDR_DONE","features":[428]},{"name":"MHDR_INQUEUE","features":[428]},{"name":"MHDR_ISSTRM","features":[428]},{"name":"MHDR_PREPARED","features":[428]},{"name":"MIDICAPS_CACHE","features":[428]},{"name":"MIDICAPS_LRVOLUME","features":[428]},{"name":"MIDICAPS_STREAM","features":[428]},{"name":"MIDICAPS_VOLUME","features":[428]},{"name":"MIDIERR_BADOPENMODE","features":[428]},{"name":"MIDIERR_DONT_CONTINUE","features":[428]},{"name":"MIDIERR_INVALIDSETUP","features":[428]},{"name":"MIDIERR_LASTERROR","features":[428]},{"name":"MIDIERR_NODEVICE","features":[428]},{"name":"MIDIERR_NOMAP","features":[428]},{"name":"MIDIERR_NOTREADY","features":[428]},{"name":"MIDIERR_STILLPLAYING","features":[428]},{"name":"MIDIERR_UNPREPARED","features":[428]},{"name":"MIDIEVENT","features":[428]},{"name":"MIDIHDR","features":[428]},{"name":"MIDIINCAPS2A","features":[428]},{"name":"MIDIINCAPS2W","features":[428]},{"name":"MIDIINCAPSA","features":[428]},{"name":"MIDIINCAPSW","features":[428]},{"name":"MIDIOUTCAPS2A","features":[428]},{"name":"MIDIOUTCAPS2W","features":[428]},{"name":"MIDIOUTCAPSA","features":[428]},{"name":"MIDIOUTCAPSW","features":[428]},{"name":"MIDIPATCHSIZE","features":[428]},{"name":"MIDIPROPTEMPO","features":[428]},{"name":"MIDIPROPTIMEDIV","features":[428]},{"name":"MIDIPROP_GET","features":[428]},{"name":"MIDIPROP_SET","features":[428]},{"name":"MIDIPROP_TEMPO","features":[428]},{"name":"MIDIPROP_TIMEDIV","features":[428]},{"name":"MIDISTRMBUFFVER","features":[428]},{"name":"MIDISTRM_ERROR","features":[428]},{"name":"MIDI_CACHE_ALL","features":[428]},{"name":"MIDI_CACHE_BESTFIT","features":[428]},{"name":"MIDI_CACHE_QUERY","features":[428]},{"name":"MIDI_IO_STATUS","features":[428]},{"name":"MIDI_UNCACHE","features":[428]},{"name":"MIDI_WAVE_OPEN_TYPE","features":[428]},{"name":"MIXERCAPS2A","features":[428]},{"name":"MIXERCAPS2W","features":[428]},{"name":"MIXERCAPSA","features":[428]},{"name":"MIXERCAPSW","features":[428]},{"name":"MIXERCONTROLA","features":[428]},{"name":"MIXERCONTROLDETAILS","features":[305,428]},{"name":"MIXERCONTROLDETAILS_BOOLEAN","features":[428]},{"name":"MIXERCONTROLDETAILS_LISTTEXTA","features":[428]},{"name":"MIXERCONTROLDETAILS_LISTTEXTW","features":[428]},{"name":"MIXERCONTROLDETAILS_SIGNED","features":[428]},{"name":"MIXERCONTROLDETAILS_UNSIGNED","features":[428]},{"name":"MIXERCONTROLW","features":[428]},{"name":"MIXERCONTROL_CONTROLF_DISABLED","features":[428]},{"name":"MIXERCONTROL_CONTROLF_MULTIPLE","features":[428]},{"name":"MIXERCONTROL_CONTROLF_UNIFORM","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_BASS","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_BASS_BOOST","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_BOOLEAN","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_BOOLEANMETER","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_BUTTON","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_CUSTOM","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_DECIBELS","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_EQUALIZER","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_FADER","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_LOUDNESS","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_MICROTIME","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_MILLITIME","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_MIXER","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_MONO","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_MULTIPLESELECT","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_MUTE","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_MUX","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_ONOFF","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_PAN","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_PEAKMETER","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_PERCENT","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_QSOUNDPAN","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_SIGNED","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_SIGNEDMETER","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_SINGLESELECT","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_SLIDER","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_STEREOENH","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_TREBLE","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_UNSIGNED","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_UNSIGNEDMETER","features":[428]},{"name":"MIXERCONTROL_CONTROLTYPE_VOLUME","features":[428]},{"name":"MIXERCONTROL_CT_CLASS_CUSTOM","features":[428]},{"name":"MIXERCONTROL_CT_CLASS_FADER","features":[428]},{"name":"MIXERCONTROL_CT_CLASS_LIST","features":[428]},{"name":"MIXERCONTROL_CT_CLASS_MASK","features":[428]},{"name":"MIXERCONTROL_CT_CLASS_METER","features":[428]},{"name":"MIXERCONTROL_CT_CLASS_NUMBER","features":[428]},{"name":"MIXERCONTROL_CT_CLASS_SLIDER","features":[428]},{"name":"MIXERCONTROL_CT_CLASS_SWITCH","features":[428]},{"name":"MIXERCONTROL_CT_CLASS_TIME","features":[428]},{"name":"MIXERCONTROL_CT_SC_LIST_MULTIPLE","features":[428]},{"name":"MIXERCONTROL_CT_SC_LIST_SINGLE","features":[428]},{"name":"MIXERCONTROL_CT_SC_METER_POLLED","features":[428]},{"name":"MIXERCONTROL_CT_SC_SWITCH_BOOLEAN","features":[428]},{"name":"MIXERCONTROL_CT_SC_SWITCH_BUTTON","features":[428]},{"name":"MIXERCONTROL_CT_SC_TIME_MICROSECS","features":[428]},{"name":"MIXERCONTROL_CT_SC_TIME_MILLISECS","features":[428]},{"name":"MIXERCONTROL_CT_SUBCLASS_MASK","features":[428]},{"name":"MIXERCONTROL_CT_UNITS_BOOLEAN","features":[428]},{"name":"MIXERCONTROL_CT_UNITS_CUSTOM","features":[428]},{"name":"MIXERCONTROL_CT_UNITS_DECIBELS","features":[428]},{"name":"MIXERCONTROL_CT_UNITS_MASK","features":[428]},{"name":"MIXERCONTROL_CT_UNITS_PERCENT","features":[428]},{"name":"MIXERCONTROL_CT_UNITS_SIGNED","features":[428]},{"name":"MIXERCONTROL_CT_UNITS_UNSIGNED","features":[428]},{"name":"MIXERLINEA","features":[428]},{"name":"MIXERLINECONTROLSA","features":[428]},{"name":"MIXERLINECONTROLSW","features":[428]},{"name":"MIXERLINEW","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_DIGITAL","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_FIRST","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_HEADPHONES","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_LAST","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_LINE","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_MONITOR","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_SPEAKERS","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_TELEPHONE","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_UNDEFINED","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_VOICEIN","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_DST_WAVEIN","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_ANALOG","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_AUXILIARY","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_COMPACTDISC","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_DIGITAL","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_FIRST","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_LAST","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_LINE","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_PCSPEAKER","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_SYNTHESIZER","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_TELEPHONE","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_UNDEFINED","features":[428]},{"name":"MIXERLINE_COMPONENTTYPE_SRC_WAVEOUT","features":[428]},{"name":"MIXERLINE_LINEF_ACTIVE","features":[428]},{"name":"MIXERLINE_LINEF_DISCONNECTED","features":[428]},{"name":"MIXERLINE_LINEF_SOURCE","features":[428]},{"name":"MIXERLINE_TARGETTYPE_AUX","features":[428]},{"name":"MIXERLINE_TARGETTYPE_MIDIIN","features":[428]},{"name":"MIXERLINE_TARGETTYPE_MIDIOUT","features":[428]},{"name":"MIXERLINE_TARGETTYPE_UNDEFINED","features":[428]},{"name":"MIXERLINE_TARGETTYPE_WAVEIN","features":[428]},{"name":"MIXERLINE_TARGETTYPE_WAVEOUT","features":[428]},{"name":"MIXERR_INVALCONTROL","features":[428]},{"name":"MIXERR_INVALLINE","features":[428]},{"name":"MIXERR_INVALVALUE","features":[428]},{"name":"MIXERR_LASTERROR","features":[428]},{"name":"MIXER_GETCONTROLDETAILSF_LISTTEXT","features":[428]},{"name":"MIXER_GETCONTROLDETAILSF_QUERYMASK","features":[428]},{"name":"MIXER_GETCONTROLDETAILSF_VALUE","features":[428]},{"name":"MIXER_GETLINECONTROLSF_ALL","features":[428]},{"name":"MIXER_GETLINECONTROLSF_ONEBYID","features":[428]},{"name":"MIXER_GETLINECONTROLSF_ONEBYTYPE","features":[428]},{"name":"MIXER_GETLINECONTROLSF_QUERYMASK","features":[428]},{"name":"MIXER_GETLINEINFOF_COMPONENTTYPE","features":[428]},{"name":"MIXER_GETLINEINFOF_DESTINATION","features":[428]},{"name":"MIXER_GETLINEINFOF_LINEID","features":[428]},{"name":"MIXER_GETLINEINFOF_QUERYMASK","features":[428]},{"name":"MIXER_GETLINEINFOF_SOURCE","features":[428]},{"name":"MIXER_GETLINEINFOF_TARGETTYPE","features":[428]},{"name":"MIXER_LONG_NAME_CHARS","features":[428]},{"name":"MIXER_OBJECTF_AUX","features":[428]},{"name":"MIXER_OBJECTF_HANDLE","features":[428]},{"name":"MIXER_OBJECTF_MIDIIN","features":[428]},{"name":"MIXER_OBJECTF_MIDIOUT","features":[428]},{"name":"MIXER_OBJECTF_MIXER","features":[428]},{"name":"MIXER_OBJECTF_WAVEIN","features":[428]},{"name":"MIXER_OBJECTF_WAVEOUT","features":[428]},{"name":"MIXER_SETCONTROLDETAILSF_CUSTOM","features":[428]},{"name":"MIXER_SETCONTROLDETAILSF_QUERYMASK","features":[428]},{"name":"MIXER_SETCONTROLDETAILSF_VALUE","features":[428]},{"name":"MIXER_SHORT_NAME_CHARS","features":[428]},{"name":"MMDeviceEnumerator","features":[428]},{"name":"MM_ACM_FILTERCHOOSE","features":[428]},{"name":"MM_ACM_FORMATCHOOSE","features":[428]},{"name":"MOD_FMSYNTH","features":[428]},{"name":"MOD_MAPPER","features":[428]},{"name":"MOD_MIDIPORT","features":[428]},{"name":"MOD_SQSYNTH","features":[428]},{"name":"MOD_SWSYNTH","features":[428]},{"name":"MOD_SYNTH","features":[428]},{"name":"MOD_WAVETABLE","features":[428]},{"name":"Microphone","features":[428]},{"name":"Muted","features":[428]},{"name":"Out","features":[428]},{"name":"PAudioStateMonitorCallback","features":[428]},{"name":"PCMWAVEFORMAT","features":[428]},{"name":"PKEY_AudioEndpointLogo_IconEffects","features":[305,428]},{"name":"PKEY_AudioEndpointLogo_IconPath","features":[305,428]},{"name":"PKEY_AudioEndpointSettings_LaunchContract","features":[305,428]},{"name":"PKEY_AudioEndpointSettings_MenuText","features":[305,428]},{"name":"PKEY_AudioEndpoint_Association","features":[305,428]},{"name":"PKEY_AudioEndpoint_ControlPanelPageProvider","features":[305,428]},{"name":"PKEY_AudioEndpoint_Default_VolumeInDb","features":[305,428]},{"name":"PKEY_AudioEndpoint_Disable_SysFx","features":[305,428]},{"name":"PKEY_AudioEndpoint_FormFactor","features":[305,428]},{"name":"PKEY_AudioEndpoint_FullRangeSpeakers","features":[305,428]},{"name":"PKEY_AudioEndpoint_GUID","features":[305,428]},{"name":"PKEY_AudioEndpoint_JackSubType","features":[305,428]},{"name":"PKEY_AudioEndpoint_PhysicalSpeakers","features":[305,428]},{"name":"PKEY_AudioEndpoint_Supports_EventDriven_Mode","features":[305,428]},{"name":"PKEY_AudioEngine_DeviceFormat","features":[305,428]},{"name":"PKEY_AudioEngine_OEMFormat","features":[305,428]},{"name":"PROCESS_LOOPBACK_MODE","features":[428]},{"name":"PROCESS_LOOPBACK_MODE_EXCLUDE_TARGET_PROCESS_TREE","features":[428]},{"name":"PROCESS_LOOPBACK_MODE_INCLUDE_TARGET_PROCESS_TREE","features":[428]},{"name":"PartType","features":[428]},{"name":"PlaySoundA","features":[305,428]},{"name":"PlaySoundW","features":[305,428]},{"name":"RemoteNetworkDevice","features":[428]},{"name":"SND_ALIAS","features":[428]},{"name":"SND_ALIAS_ID","features":[428]},{"name":"SND_ALIAS_START","features":[428]},{"name":"SND_APPLICATION","features":[428]},{"name":"SND_ASYNC","features":[428]},{"name":"SND_FILENAME","features":[428]},{"name":"SND_FLAGS","features":[428]},{"name":"SND_LOOP","features":[428]},{"name":"SND_MEMORY","features":[428]},{"name":"SND_NODEFAULT","features":[428]},{"name":"SND_NOSTOP","features":[428]},{"name":"SND_NOWAIT","features":[428]},{"name":"SND_PURGE","features":[428]},{"name":"SND_RESOURCE","features":[428]},{"name":"SND_RING","features":[428]},{"name":"SND_SENTRY","features":[428]},{"name":"SND_SYNC","features":[428]},{"name":"SND_SYSTEM","features":[428]},{"name":"SPATIAL_AUDIO_POSITION","features":[428]},{"name":"SPATIAL_AUDIO_STANDARD_COMMANDS_START","features":[428]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS","features":[428]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS_NONE","features":[428]},{"name":"SPATIAL_AUDIO_STREAM_OPTIONS_OFFLOAD","features":[428]},{"name":"SPDIF","features":[428]},{"name":"SPTLAUDCLNT_E_DESTROYED","features":[428]},{"name":"SPTLAUDCLNT_E_ERRORS_IN_OBJECT_CALLS","features":[428]},{"name":"SPTLAUDCLNT_E_INTERNAL","features":[428]},{"name":"SPTLAUDCLNT_E_INVALID_LICENSE","features":[428]},{"name":"SPTLAUDCLNT_E_METADATA_FORMAT_NOT_SUPPORTED","features":[428]},{"name":"SPTLAUDCLNT_E_NO_MORE_OBJECTS","features":[428]},{"name":"SPTLAUDCLNT_E_OBJECT_ALREADY_ACTIVE","features":[428]},{"name":"SPTLAUDCLNT_E_OUT_OF_ORDER","features":[428]},{"name":"SPTLAUDCLNT_E_PROPERTY_NOT_SUPPORTED","features":[428]},{"name":"SPTLAUDCLNT_E_RESOURCES_INVALIDATED","features":[428]},{"name":"SPTLAUDCLNT_E_STATIC_OBJECT_NOT_AVAILABLE","features":[428]},{"name":"SPTLAUDCLNT_E_STREAM_NOT_AVAILABLE","features":[428]},{"name":"SPTLAUDCLNT_E_STREAM_NOT_STOPPED","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_ATTACH_FAILED_INTERNAL_BUFFER","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_ALREADY_ATTACHED","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_NOT_ATTACHED","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_BUFFER_STILL_ATTACHED","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_COMMAND_ALREADY_WRITTEN","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_COMMAND_NOT_FOUND","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_DETACH_FAILED_INTERNAL_BUFFER","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_FORMAT_MISMATCH","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_FRAMECOUNT_OUT_OF_RANGE","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_FRAMEOFFSET_OUT_OF_RANGE","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_INVALID_ARGS","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_ITEMS_ALREADY_OPEN","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_ITEMS_LOCKED_FOR_WRITING","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_ITEM_COPY_OVERFLOW","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_ITEM_MUST_HAVE_COMMANDS","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_MEMORY_BOUNDS","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_METADATA_FORMAT_NOT_FOUND","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_NO_BUFFER_ATTACHED","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMOFFSET_WRITTEN","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_FOUND","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_OPEN","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_NO_ITEMS_WRITTEN","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_NO_MORE_COMMANDS","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_NO_MORE_ITEMS","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_OBJECT_NOT_INITIALIZED","features":[428]},{"name":"SPTLAUD_MD_CLNT_E_VALUE_BUFFER_INCORRECT_SIZE","features":[428]},{"name":"SpatialAudioClientActivationParams","features":[428]},{"name":"SpatialAudioHrtfActivationParams","features":[305,428]},{"name":"SpatialAudioHrtfActivationParams2","features":[305,428]},{"name":"SpatialAudioHrtfDirectivity","features":[428]},{"name":"SpatialAudioHrtfDirectivityCardioid","features":[428]},{"name":"SpatialAudioHrtfDirectivityCone","features":[428]},{"name":"SpatialAudioHrtfDirectivityType","features":[428]},{"name":"SpatialAudioHrtfDirectivityUnion","features":[428]},{"name":"SpatialAudioHrtfDirectivity_Cardioid","features":[428]},{"name":"SpatialAudioHrtfDirectivity_Cone","features":[428]},{"name":"SpatialAudioHrtfDirectivity_OmniDirectional","features":[428]},{"name":"SpatialAudioHrtfDistanceDecay","features":[428]},{"name":"SpatialAudioHrtfDistanceDecayType","features":[428]},{"name":"SpatialAudioHrtfDistanceDecay_CustomDecay","features":[428]},{"name":"SpatialAudioHrtfDistanceDecay_NaturalDecay","features":[428]},{"name":"SpatialAudioHrtfEnvironmentType","features":[428]},{"name":"SpatialAudioHrtfEnvironment_Average","features":[428]},{"name":"SpatialAudioHrtfEnvironment_Large","features":[428]},{"name":"SpatialAudioHrtfEnvironment_Medium","features":[428]},{"name":"SpatialAudioHrtfEnvironment_Outdoors","features":[428]},{"name":"SpatialAudioHrtfEnvironment_Small","features":[428]},{"name":"SpatialAudioMetadataCopyMode","features":[428]},{"name":"SpatialAudioMetadataCopy_Append","features":[428]},{"name":"SpatialAudioMetadataCopy_AppendMergeWithFirst","features":[428]},{"name":"SpatialAudioMetadataCopy_AppendMergeWithLast","features":[428]},{"name":"SpatialAudioMetadataCopy_Overwrite","features":[428]},{"name":"SpatialAudioMetadataItemsInfo","features":[428]},{"name":"SpatialAudioMetadataWriterOverflowMode","features":[428]},{"name":"SpatialAudioMetadataWriterOverflow_Fail","features":[428]},{"name":"SpatialAudioMetadataWriterOverflow_MergeWithLast","features":[428]},{"name":"SpatialAudioMetadataWriterOverflow_MergeWithNew","features":[428]},{"name":"SpatialAudioObjectRenderStreamActivationParams","features":[305,428]},{"name":"SpatialAudioObjectRenderStreamActivationParams2","features":[305,428]},{"name":"SpatialAudioObjectRenderStreamForMetadataActivationParams","features":[305,428,392,360]},{"name":"SpatialAudioObjectRenderStreamForMetadataActivationParams2","features":[305,428,392,360]},{"name":"Speakers","features":[428]},{"name":"Subunit","features":[428]},{"name":"UnknownDigitalPassthrough","features":[428]},{"name":"UnknownFormFactor","features":[428]},{"name":"VIRTUAL_AUDIO_DEVICE_PROCESS_LOOPBACK","features":[428]},{"name":"VOLUMEWAVEFILTER","features":[428]},{"name":"WAVECAPS_LRVOLUME","features":[428]},{"name":"WAVECAPS_PITCH","features":[428]},{"name":"WAVECAPS_PLAYBACKRATE","features":[428]},{"name":"WAVECAPS_SAMPLEACCURATE","features":[428]},{"name":"WAVECAPS_SYNC","features":[428]},{"name":"WAVECAPS_VOLUME","features":[428]},{"name":"WAVEFILTER","features":[428]},{"name":"WAVEFORMAT","features":[428]},{"name":"WAVEFORMATEX","features":[428]},{"name":"WAVEFORMATEXTENSIBLE","features":[428]},{"name":"WAVEHDR","features":[428]},{"name":"WAVEINCAPS2A","features":[428]},{"name":"WAVEINCAPS2W","features":[428]},{"name":"WAVEINCAPSA","features":[428]},{"name":"WAVEINCAPSW","features":[428]},{"name":"WAVEIN_MAPPER_STATUS_DEVICE","features":[428]},{"name":"WAVEIN_MAPPER_STATUS_FORMAT","features":[428]},{"name":"WAVEIN_MAPPER_STATUS_MAPPED","features":[428]},{"name":"WAVEOUTCAPS2A","features":[428]},{"name":"WAVEOUTCAPS2W","features":[428]},{"name":"WAVEOUTCAPSA","features":[428]},{"name":"WAVEOUTCAPSW","features":[428]},{"name":"WAVEOUT_MAPPER_STATUS_DEVICE","features":[428]},{"name":"WAVEOUT_MAPPER_STATUS_FORMAT","features":[428]},{"name":"WAVEOUT_MAPPER_STATUS_MAPPED","features":[428]},{"name":"WAVERR_BADFORMAT","features":[428]},{"name":"WAVERR_LASTERROR","features":[428]},{"name":"WAVERR_STILLPLAYING","features":[428]},{"name":"WAVERR_SYNC","features":[428]},{"name":"WAVERR_UNPREPARED","features":[428]},{"name":"WAVE_ALLOWSYNC","features":[428]},{"name":"WAVE_FORMAT_1M08","features":[428]},{"name":"WAVE_FORMAT_1M16","features":[428]},{"name":"WAVE_FORMAT_1S08","features":[428]},{"name":"WAVE_FORMAT_1S16","features":[428]},{"name":"WAVE_FORMAT_2M08","features":[428]},{"name":"WAVE_FORMAT_2M16","features":[428]},{"name":"WAVE_FORMAT_2S08","features":[428]},{"name":"WAVE_FORMAT_2S16","features":[428]},{"name":"WAVE_FORMAT_44M08","features":[428]},{"name":"WAVE_FORMAT_44M16","features":[428]},{"name":"WAVE_FORMAT_44S08","features":[428]},{"name":"WAVE_FORMAT_44S16","features":[428]},{"name":"WAVE_FORMAT_48M08","features":[428]},{"name":"WAVE_FORMAT_48M16","features":[428]},{"name":"WAVE_FORMAT_48S08","features":[428]},{"name":"WAVE_FORMAT_48S16","features":[428]},{"name":"WAVE_FORMAT_4M08","features":[428]},{"name":"WAVE_FORMAT_4M16","features":[428]},{"name":"WAVE_FORMAT_4S08","features":[428]},{"name":"WAVE_FORMAT_4S16","features":[428]},{"name":"WAVE_FORMAT_96M08","features":[428]},{"name":"WAVE_FORMAT_96M16","features":[428]},{"name":"WAVE_FORMAT_96S08","features":[428]},{"name":"WAVE_FORMAT_96S16","features":[428]},{"name":"WAVE_FORMAT_DIRECT","features":[428]},{"name":"WAVE_FORMAT_DIRECT_QUERY","features":[428]},{"name":"WAVE_FORMAT_PCM","features":[428]},{"name":"WAVE_FORMAT_QUERY","features":[428]},{"name":"WAVE_INVALIDFORMAT","features":[428]},{"name":"WAVE_MAPPED","features":[428]},{"name":"WAVE_MAPPED_DEFAULT_COMMUNICATION_DEVICE","features":[428]},{"name":"WAVE_MAPPER","features":[428]},{"name":"WHDR_BEGINLOOP","features":[428]},{"name":"WHDR_DONE","features":[428]},{"name":"WHDR_ENDLOOP","features":[428]},{"name":"WHDR_INQUEUE","features":[428]},{"name":"WHDR_PREPARED","features":[428]},{"name":"WIDM_MAPPER_STATUS","features":[428]},{"name":"WODM_MAPPER_STATUS","features":[428]},{"name":"_AUDCLNT_BUFFERFLAGS","features":[428]},{"name":"acmDriverAddA","features":[305,428]},{"name":"acmDriverAddW","features":[305,428]},{"name":"acmDriverClose","features":[428]},{"name":"acmDriverDetailsA","features":[428,374]},{"name":"acmDriverDetailsW","features":[428,374]},{"name":"acmDriverEnum","features":[305,428]},{"name":"acmDriverID","features":[428]},{"name":"acmDriverMessage","features":[305,428]},{"name":"acmDriverOpen","features":[428]},{"name":"acmDriverPriority","features":[428]},{"name":"acmDriverRemove","features":[428]},{"name":"acmFilterChooseA","features":[305,428]},{"name":"acmFilterChooseW","features":[305,428]},{"name":"acmFilterDetailsA","features":[428]},{"name":"acmFilterDetailsW","features":[428]},{"name":"acmFilterEnumA","features":[305,428]},{"name":"acmFilterEnumW","features":[305,428]},{"name":"acmFilterTagDetailsA","features":[428]},{"name":"acmFilterTagDetailsW","features":[428]},{"name":"acmFilterTagEnumA","features":[305,428]},{"name":"acmFilterTagEnumW","features":[305,428]},{"name":"acmFormatChooseA","features":[305,428]},{"name":"acmFormatChooseW","features":[305,428]},{"name":"acmFormatDetailsA","features":[428]},{"name":"acmFormatDetailsW","features":[428]},{"name":"acmFormatEnumA","features":[305,428]},{"name":"acmFormatEnumW","features":[305,428]},{"name":"acmFormatSuggest","features":[428]},{"name":"acmFormatTagDetailsA","features":[428]},{"name":"acmFormatTagDetailsW","features":[428]},{"name":"acmFormatTagEnumA","features":[305,428]},{"name":"acmFormatTagEnumW","features":[305,428]},{"name":"acmGetVersion","features":[428]},{"name":"acmMetrics","features":[428]},{"name":"acmStreamClose","features":[428]},{"name":"acmStreamConvert","features":[428]},{"name":"acmStreamMessage","features":[305,428]},{"name":"acmStreamOpen","features":[428]},{"name":"acmStreamPrepareHeader","features":[428]},{"name":"acmStreamReset","features":[428]},{"name":"acmStreamSize","features":[428]},{"name":"acmStreamUnprepareHeader","features":[428]},{"name":"auxGetDevCapsA","features":[428]},{"name":"auxGetDevCapsW","features":[428]},{"name":"auxGetNumDevs","features":[428]},{"name":"auxGetVolume","features":[428]},{"name":"auxOutMessage","features":[428]},{"name":"auxSetVolume","features":[428]},{"name":"eAll","features":[428]},{"name":"eCapture","features":[428]},{"name":"eCommunications","features":[428]},{"name":"eConsole","features":[428]},{"name":"eMultimedia","features":[428]},{"name":"eRender","features":[428]},{"name":"midiConnect","features":[428]},{"name":"midiDisconnect","features":[428]},{"name":"midiInAddBuffer","features":[428]},{"name":"midiInClose","features":[428]},{"name":"midiInGetDevCapsA","features":[428]},{"name":"midiInGetDevCapsW","features":[428]},{"name":"midiInGetErrorTextA","features":[428]},{"name":"midiInGetErrorTextW","features":[428]},{"name":"midiInGetID","features":[428]},{"name":"midiInGetNumDevs","features":[428]},{"name":"midiInMessage","features":[428]},{"name":"midiInOpen","features":[428]},{"name":"midiInPrepareHeader","features":[428]},{"name":"midiInReset","features":[428]},{"name":"midiInStart","features":[428]},{"name":"midiInStop","features":[428]},{"name":"midiInUnprepareHeader","features":[428]},{"name":"midiOutCacheDrumPatches","features":[428]},{"name":"midiOutCachePatches","features":[428]},{"name":"midiOutClose","features":[428]},{"name":"midiOutGetDevCapsA","features":[428]},{"name":"midiOutGetDevCapsW","features":[428]},{"name":"midiOutGetErrorTextA","features":[428]},{"name":"midiOutGetErrorTextW","features":[428]},{"name":"midiOutGetID","features":[428]},{"name":"midiOutGetNumDevs","features":[428]},{"name":"midiOutGetVolume","features":[428]},{"name":"midiOutLongMsg","features":[428]},{"name":"midiOutMessage","features":[428]},{"name":"midiOutOpen","features":[428]},{"name":"midiOutPrepareHeader","features":[428]},{"name":"midiOutReset","features":[428]},{"name":"midiOutSetVolume","features":[428]},{"name":"midiOutShortMsg","features":[428]},{"name":"midiOutUnprepareHeader","features":[428]},{"name":"midiStreamClose","features":[428]},{"name":"midiStreamOpen","features":[428]},{"name":"midiStreamOut","features":[428]},{"name":"midiStreamPause","features":[428]},{"name":"midiStreamPosition","features":[428]},{"name":"midiStreamProperty","features":[428]},{"name":"midiStreamRestart","features":[428]},{"name":"midiStreamStop","features":[428]},{"name":"mixerClose","features":[428]},{"name":"mixerGetControlDetailsA","features":[305,428]},{"name":"mixerGetControlDetailsW","features":[305,428]},{"name":"mixerGetDevCapsA","features":[428]},{"name":"mixerGetDevCapsW","features":[428]},{"name":"mixerGetID","features":[428]},{"name":"mixerGetLineControlsA","features":[428]},{"name":"mixerGetLineControlsW","features":[428]},{"name":"mixerGetLineInfoA","features":[428]},{"name":"mixerGetLineInfoW","features":[428]},{"name":"mixerGetNumDevs","features":[428]},{"name":"mixerMessage","features":[428]},{"name":"mixerOpen","features":[428]},{"name":"mixerSetControlDetails","features":[305,428]},{"name":"sndPlaySoundA","features":[305,428]},{"name":"sndPlaySoundW","features":[305,428]},{"name":"tACMFORMATDETAILSW","features":[428]},{"name":"waveInAddBuffer","features":[428]},{"name":"waveInClose","features":[428]},{"name":"waveInGetDevCapsA","features":[428]},{"name":"waveInGetDevCapsW","features":[428]},{"name":"waveInGetErrorTextA","features":[428]},{"name":"waveInGetErrorTextW","features":[428]},{"name":"waveInGetID","features":[428]},{"name":"waveInGetNumDevs","features":[428]},{"name":"waveInGetPosition","features":[428]},{"name":"waveInMessage","features":[428]},{"name":"waveInOpen","features":[428]},{"name":"waveInPrepareHeader","features":[428]},{"name":"waveInReset","features":[428]},{"name":"waveInStart","features":[428]},{"name":"waveInStop","features":[428]},{"name":"waveInUnprepareHeader","features":[428]},{"name":"waveOutBreakLoop","features":[428]},{"name":"waveOutClose","features":[428]},{"name":"waveOutGetDevCapsA","features":[428]},{"name":"waveOutGetDevCapsW","features":[428]},{"name":"waveOutGetErrorTextA","features":[428]},{"name":"waveOutGetErrorTextW","features":[428]},{"name":"waveOutGetID","features":[428]},{"name":"waveOutGetNumDevs","features":[428]},{"name":"waveOutGetPitch","features":[428]},{"name":"waveOutGetPlaybackRate","features":[428]},{"name":"waveOutGetPosition","features":[428]},{"name":"waveOutGetVolume","features":[428]},{"name":"waveOutMessage","features":[428]},{"name":"waveOutOpen","features":[428]},{"name":"waveOutPause","features":[428]},{"name":"waveOutPrepareHeader","features":[428]},{"name":"waveOutReset","features":[428]},{"name":"waveOutRestart","features":[428]},{"name":"waveOutSetPitch","features":[428]},{"name":"waveOutSetPlaybackRate","features":[428]},{"name":"waveOutSetVolume","features":[428]},{"name":"waveOutUnprepareHeader","features":[428]},{"name":"waveOutWrite","features":[428]}],"433":[{"name":"APOERR_ALREADY_INITIALIZED","features":[429]},{"name":"APOERR_ALREADY_UNLOCKED","features":[429]},{"name":"APOERR_APO_LOCKED","features":[429]},{"name":"APOERR_BUFFERS_OVERLAP","features":[429]},{"name":"APOERR_FORMAT_NOT_SUPPORTED","features":[429]},{"name":"APOERR_INVALID_APO_CLSID","features":[429]},{"name":"APOERR_INVALID_COEFFCOUNT","features":[429]},{"name":"APOERR_INVALID_COEFFICIENT","features":[429]},{"name":"APOERR_INVALID_CONNECTION_FORMAT","features":[429]},{"name":"APOERR_INVALID_CURVE_PARAM","features":[429]},{"name":"APOERR_INVALID_INPUTID","features":[429]},{"name":"APOERR_INVALID_OUTPUT_MAXFRAMECOUNT","features":[429]},{"name":"APOERR_NOT_INITIALIZED","features":[429]},{"name":"APOERR_NUM_CONNECTIONS_INVALID","features":[429]},{"name":"APOInitBaseStruct","features":[429]},{"name":"APOInitSystemEffects","features":[429,430]},{"name":"APOInitSystemEffects2","features":[305,429,430]},{"name":"APOInitSystemEffects3","features":[305,429,358,430]},{"name":"APO_BUFFER_FLAGS","features":[429]},{"name":"APO_CONNECTION_BUFFER_TYPE","features":[429]},{"name":"APO_CONNECTION_BUFFER_TYPE_ALLOCATED","features":[429]},{"name":"APO_CONNECTION_BUFFER_TYPE_DEPENDANT","features":[429]},{"name":"APO_CONNECTION_BUFFER_TYPE_EXTERNAL","features":[429]},{"name":"APO_CONNECTION_DESCRIPTOR","features":[429]},{"name":"APO_CONNECTION_PROPERTY","features":[429]},{"name":"APO_CONNECTION_PROPERTY_V2","features":[429]},{"name":"APO_FLAG","features":[429]},{"name":"APO_FLAG_BITSPERSAMPLE_MUST_MATCH","features":[429]},{"name":"APO_FLAG_DEFAULT","features":[429]},{"name":"APO_FLAG_FRAMESPERSECOND_MUST_MATCH","features":[429]},{"name":"APO_FLAG_INPLACE","features":[429]},{"name":"APO_FLAG_MIXER","features":[429]},{"name":"APO_FLAG_NONE","features":[429]},{"name":"APO_FLAG_SAMPLESPERFRAME_MUST_MATCH","features":[429]},{"name":"APO_LOG_LEVEL","features":[429]},{"name":"APO_LOG_LEVEL_ALWAYS","features":[429]},{"name":"APO_LOG_LEVEL_CRITICAL","features":[429]},{"name":"APO_LOG_LEVEL_ERROR","features":[429]},{"name":"APO_LOG_LEVEL_INFO","features":[429]},{"name":"APO_LOG_LEVEL_VERBOSE","features":[429]},{"name":"APO_LOG_LEVEL_WARNING","features":[429]},{"name":"APO_NOTIFICATION","features":[305,429,430]},{"name":"APO_NOTIFICATION_DESCRIPTOR","features":[429]},{"name":"APO_NOTIFICATION_TYPE","features":[429]},{"name":"APO_NOTIFICATION_TYPE_DEVICE_ORIENTATION","features":[429]},{"name":"APO_NOTIFICATION_TYPE_ENDPOINT_PROPERTY_CHANGE","features":[429]},{"name":"APO_NOTIFICATION_TYPE_ENDPOINT_VOLUME","features":[429]},{"name":"APO_NOTIFICATION_TYPE_ENDPOINT_VOLUME2","features":[429]},{"name":"APO_NOTIFICATION_TYPE_MICROPHONE_BOOST","features":[429]},{"name":"APO_NOTIFICATION_TYPE_NONE","features":[429]},{"name":"APO_NOTIFICATION_TYPE_SYSTEM_EFFECTS_PROPERTY_CHANGE","features":[429]},{"name":"APO_REG_PROPERTIES","features":[429]},{"name":"AUDIOMEDIATYPE_EQUAL_FORMAT_DATA","features":[429]},{"name":"AUDIOMEDIATYPE_EQUAL_FORMAT_TYPES","features":[429]},{"name":"AUDIOMEDIATYPE_EQUAL_FORMAT_USER_DATA","features":[429]},{"name":"AUDIO_ENDPOINT_PROPERTY_CHANGE_APO_NOTIFICATION_DESCRIPTOR","features":[429]},{"name":"AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION","features":[305,429,430]},{"name":"AUDIO_ENDPOINT_VOLUME_APO_NOTIFICATION_DESCRIPTOR","features":[429]},{"name":"AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION","features":[305,429]},{"name":"AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION2","features":[305,429]},{"name":"AUDIO_FLOW_PULL","features":[429]},{"name":"AUDIO_FLOW_PUSH","features":[429]},{"name":"AUDIO_FLOW_TYPE","features":[429]},{"name":"AUDIO_MAX_CHANNELS","features":[429]},{"name":"AUDIO_MAX_FRAMERATE","features":[429]},{"name":"AUDIO_MICROPHONE_BOOST_APO_NOTIFICATION_DESCRIPTOR","features":[429]},{"name":"AUDIO_MICROPHONE_BOOST_NOTIFICATION","features":[305,429]},{"name":"AUDIO_MIN_CHANNELS","features":[429]},{"name":"AUDIO_MIN_FRAMERATE","features":[429]},{"name":"AUDIO_SYSTEMEFFECT","features":[305,429]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTY_CHANGE_APO_NOTIFICATION_DESCRIPTOR","features":[429]},{"name":"AUDIO_SYSTEMEFFECTS_PROPERTY_CHANGE_NOTIFICATION","features":[305,429,430]},{"name":"AUDIO_SYSTEMEFFECT_STATE","features":[429]},{"name":"AUDIO_SYSTEMEFFECT_STATE_OFF","features":[429]},{"name":"AUDIO_SYSTEMEFFECT_STATE_ON","features":[429]},{"name":"AUDIO_VOLUME_NOTIFICATION_DATA2","features":[305,429]},{"name":"AudioFXExtensionParams","features":[305,429,430]},{"name":"BUFFER_INVALID","features":[429]},{"name":"BUFFER_SILENT","features":[429]},{"name":"BUFFER_VALID","features":[429]},{"name":"DEVICE_NOT_ROTATED","features":[429]},{"name":"DEVICE_ORIENTATION_TYPE","features":[429]},{"name":"DEVICE_ROTATED_180_DEGREES_CLOCKWISE","features":[429]},{"name":"DEVICE_ROTATED_270_DEGREES_CLOCKWISE","features":[429]},{"name":"DEVICE_ROTATED_90_DEGREES_CLOCKWISE","features":[429]},{"name":"EAudioConstriction","features":[429]},{"name":"FNAPONOTIFICATIONCALLBACK","features":[429]},{"name":"IApoAcousticEchoCancellation","features":[429]},{"name":"IApoAuxiliaryInputConfiguration","features":[429]},{"name":"IApoAuxiliaryInputRT","features":[429]},{"name":"IAudioDeviceModulesClient","features":[429]},{"name":"IAudioMediaType","features":[429]},{"name":"IAudioProcessingObject","features":[429]},{"name":"IAudioProcessingObjectConfiguration","features":[429]},{"name":"IAudioProcessingObjectLoggingService","features":[429]},{"name":"IAudioProcessingObjectNotifications","features":[429]},{"name":"IAudioProcessingObjectNotifications2","features":[429]},{"name":"IAudioProcessingObjectRT","features":[429]},{"name":"IAudioProcessingObjectRTQueueService","features":[429]},{"name":"IAudioProcessingObjectVBR","features":[429]},{"name":"IAudioSystemEffects","features":[429]},{"name":"IAudioSystemEffects2","features":[429]},{"name":"IAudioSystemEffects3","features":[429]},{"name":"IAudioSystemEffectsCustomFormats","features":[429]},{"name":"PKEY_APO_SWFallback_ProcessingModes","features":[305,429]},{"name":"PKEY_CompositeFX_EndpointEffectClsid","features":[305,429]},{"name":"PKEY_CompositeFX_KeywordDetector_EndpointEffectClsid","features":[305,429]},{"name":"PKEY_CompositeFX_KeywordDetector_ModeEffectClsid","features":[305,429]},{"name":"PKEY_CompositeFX_KeywordDetector_StreamEffectClsid","features":[305,429]},{"name":"PKEY_CompositeFX_ModeEffectClsid","features":[305,429]},{"name":"PKEY_CompositeFX_Offload_ModeEffectClsid","features":[305,429]},{"name":"PKEY_CompositeFX_Offload_StreamEffectClsid","features":[305,429]},{"name":"PKEY_CompositeFX_StreamEffectClsid","features":[305,429]},{"name":"PKEY_EFX_KeywordDetector_ProcessingModes_Supported_For_Streaming","features":[305,429]},{"name":"PKEY_EFX_ProcessingModes_Supported_For_Streaming","features":[305,429]},{"name":"PKEY_FX_ApplyToBluetooth","features":[305,429]},{"name":"PKEY_FX_ApplyToCapture","features":[305,429]},{"name":"PKEY_FX_ApplyToRender","features":[305,429]},{"name":"PKEY_FX_ApplyToUsb","features":[305,429]},{"name":"PKEY_FX_Association","features":[305,429]},{"name":"PKEY_FX_Author","features":[305,429]},{"name":"PKEY_FX_EffectPackSchema_Version","features":[305,429]},{"name":"PKEY_FX_EffectPack_Schema_V1","features":[429]},{"name":"PKEY_FX_EndpointEffectClsid","features":[305,429]},{"name":"PKEY_FX_Enumerator","features":[305,429]},{"name":"PKEY_FX_FriendlyName","features":[305,429]},{"name":"PKEY_FX_KeywordDetector_EndpointEffectClsid","features":[305,429]},{"name":"PKEY_FX_KeywordDetector_ModeEffectClsid","features":[305,429]},{"name":"PKEY_FX_KeywordDetector_StreamEffectClsid","features":[305,429]},{"name":"PKEY_FX_ModeEffectClsid","features":[305,429]},{"name":"PKEY_FX_ObjectId","features":[305,429]},{"name":"PKEY_FX_Offload_ModeEffectClsid","features":[305,429]},{"name":"PKEY_FX_Offload_StreamEffectClsid","features":[305,429]},{"name":"PKEY_FX_PostMixEffectClsid","features":[305,429]},{"name":"PKEY_FX_PreMixEffectClsid","features":[305,429]},{"name":"PKEY_FX_State","features":[305,429]},{"name":"PKEY_FX_StreamEffectClsid","features":[305,429]},{"name":"PKEY_FX_SupportAppLauncher","features":[305,429]},{"name":"PKEY_FX_SupportedFormats","features":[305,429]},{"name":"PKEY_FX_UserInterfaceClsid","features":[305,429]},{"name":"PKEY_FX_VersionMajor","features":[305,429]},{"name":"PKEY_FX_VersionMinor","features":[305,429]},{"name":"PKEY_MFX_KeywordDetector_ProcessingModes_Supported_For_Streaming","features":[305,429]},{"name":"PKEY_MFX_Offload_ProcessingModes_Supported_For_Streaming","features":[305,429]},{"name":"PKEY_MFX_ProcessingModes_Supported_For_Streaming","features":[305,429]},{"name":"PKEY_SFX_KeywordDetector_ProcessingModes_Supported_For_Streaming","features":[305,429]},{"name":"PKEY_SFX_Offload_ProcessingModes_Supported_For_Streaming","features":[305,429]},{"name":"PKEY_SFX_ProcessingModes_Supported_For_Streaming","features":[305,429]},{"name":"SID_AudioProcessingObjectLoggingService","features":[429]},{"name":"SID_AudioProcessingObjectRTQueue","features":[429]},{"name":"UNCOMPRESSEDAUDIOFORMAT","features":[429]},{"name":"eAudioConstriction14_14","features":[429]},{"name":"eAudioConstriction44_16","features":[429]},{"name":"eAudioConstriction48_16","features":[429]},{"name":"eAudioConstrictionMute","features":[429]},{"name":"eAudioConstrictionOff","features":[429]}],"434":[{"name":"CLSID_DirectMusic","features":[431]},{"name":"CLSID_DirectMusicCollection","features":[431]},{"name":"CLSID_DirectMusicSynth","features":[431]},{"name":"CLSID_DirectMusicSynthSink","features":[431]},{"name":"CLSID_DirectSoundPrivate","features":[431]},{"name":"CONNECTION","features":[431]},{"name":"CONNECTIONLIST","features":[431]},{"name":"CONN_DST_ATTENUATION","features":[431]},{"name":"CONN_DST_CENTER","features":[431]},{"name":"CONN_DST_CHORUS","features":[431]},{"name":"CONN_DST_EG1_ATTACKTIME","features":[431]},{"name":"CONN_DST_EG1_DECAYTIME","features":[431]},{"name":"CONN_DST_EG1_DELAYTIME","features":[431]},{"name":"CONN_DST_EG1_HOLDTIME","features":[431]},{"name":"CONN_DST_EG1_RELEASETIME","features":[431]},{"name":"CONN_DST_EG1_SHUTDOWNTIME","features":[431]},{"name":"CONN_DST_EG1_SUSTAINLEVEL","features":[431]},{"name":"CONN_DST_EG2_ATTACKTIME","features":[431]},{"name":"CONN_DST_EG2_DECAYTIME","features":[431]},{"name":"CONN_DST_EG2_DELAYTIME","features":[431]},{"name":"CONN_DST_EG2_HOLDTIME","features":[431]},{"name":"CONN_DST_EG2_RELEASETIME","features":[431]},{"name":"CONN_DST_EG2_SUSTAINLEVEL","features":[431]},{"name":"CONN_DST_FILTER_CUTOFF","features":[431]},{"name":"CONN_DST_FILTER_Q","features":[431]},{"name":"CONN_DST_GAIN","features":[431]},{"name":"CONN_DST_KEYNUMBER","features":[431]},{"name":"CONN_DST_LEFT","features":[431]},{"name":"CONN_DST_LEFTREAR","features":[431]},{"name":"CONN_DST_LFE_CHANNEL","features":[431]},{"name":"CONN_DST_LFO_FREQUENCY","features":[431]},{"name":"CONN_DST_LFO_STARTDELAY","features":[431]},{"name":"CONN_DST_NONE","features":[431]},{"name":"CONN_DST_PAN","features":[431]},{"name":"CONN_DST_PITCH","features":[431]},{"name":"CONN_DST_REVERB","features":[431]},{"name":"CONN_DST_RIGHT","features":[431]},{"name":"CONN_DST_RIGHTREAR","features":[431]},{"name":"CONN_DST_VIB_FREQUENCY","features":[431]},{"name":"CONN_DST_VIB_STARTDELAY","features":[431]},{"name":"CONN_SRC_CC1","features":[431]},{"name":"CONN_SRC_CC10","features":[431]},{"name":"CONN_SRC_CC11","features":[431]},{"name":"CONN_SRC_CC7","features":[431]},{"name":"CONN_SRC_CC91","features":[431]},{"name":"CONN_SRC_CC93","features":[431]},{"name":"CONN_SRC_CHANNELPRESSURE","features":[431]},{"name":"CONN_SRC_EG1","features":[431]},{"name":"CONN_SRC_EG2","features":[431]},{"name":"CONN_SRC_KEYNUMBER","features":[431]},{"name":"CONN_SRC_KEYONVELOCITY","features":[431]},{"name":"CONN_SRC_LFO","features":[431]},{"name":"CONN_SRC_MONOPRESSURE","features":[431]},{"name":"CONN_SRC_NONE","features":[431]},{"name":"CONN_SRC_PITCHWHEEL","features":[431]},{"name":"CONN_SRC_POLYPRESSURE","features":[431]},{"name":"CONN_SRC_VIBRATO","features":[431]},{"name":"CONN_TRN_CONCAVE","features":[431]},{"name":"CONN_TRN_CONVEX","features":[431]},{"name":"CONN_TRN_NONE","features":[431]},{"name":"CONN_TRN_SWITCH","features":[431]},{"name":"DAUD_CHAN10_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN11_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN12_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN13_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN14_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN15_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN16_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN1_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN2_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN3_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN4_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN5_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN6_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN7_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN8_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CHAN9_VOICE_PRIORITY_OFFSET","features":[431]},{"name":"DAUD_CRITICAL_VOICE_PRIORITY","features":[431]},{"name":"DAUD_HIGH_VOICE_PRIORITY","features":[431]},{"name":"DAUD_LOW_VOICE_PRIORITY","features":[431]},{"name":"DAUD_PERSIST_VOICE_PRIORITY","features":[431]},{"name":"DAUD_STANDARD_VOICE_PRIORITY","features":[431]},{"name":"DIRECTSOUNDDEVICE_DATAFLOW","features":[431]},{"name":"DIRECTSOUNDDEVICE_DATAFLOW_CAPTURE","features":[431]},{"name":"DIRECTSOUNDDEVICE_DATAFLOW_RENDER","features":[431]},{"name":"DIRECTSOUNDDEVICE_TYPE","features":[431]},{"name":"DIRECTSOUNDDEVICE_TYPE_EMULATED","features":[431]},{"name":"DIRECTSOUNDDEVICE_TYPE_VXD","features":[431]},{"name":"DIRECTSOUNDDEVICE_TYPE_WDM","features":[431]},{"name":"DLSHEADER","features":[431]},{"name":"DLSID","features":[431]},{"name":"DLSID_GMInHardware","features":[431]},{"name":"DLSID_GSInHardware","features":[431]},{"name":"DLSID_ManufacturersID","features":[431]},{"name":"DLSID_ProductID","features":[431]},{"name":"DLSID_SampleMemorySize","features":[431]},{"name":"DLSID_SamplePlaybackRate","features":[431]},{"name":"DLSID_SupportsDLS1","features":[431]},{"name":"DLSID_SupportsDLS2","features":[431]},{"name":"DLSID_XGInHardware","features":[431]},{"name":"DLSVERSION","features":[431]},{"name":"DLS_CDL_ADD","features":[431]},{"name":"DLS_CDL_AND","features":[431]},{"name":"DLS_CDL_CONST","features":[431]},{"name":"DLS_CDL_DIVIDE","features":[431]},{"name":"DLS_CDL_EQ","features":[431]},{"name":"DLS_CDL_GE","features":[431]},{"name":"DLS_CDL_GT","features":[431]},{"name":"DLS_CDL_LE","features":[431]},{"name":"DLS_CDL_LOGICAL_AND","features":[431]},{"name":"DLS_CDL_LOGICAL_OR","features":[431]},{"name":"DLS_CDL_LT","features":[431]},{"name":"DLS_CDL_MULTIPLY","features":[431]},{"name":"DLS_CDL_NOT","features":[431]},{"name":"DLS_CDL_OR","features":[431]},{"name":"DLS_CDL_QUERY","features":[431]},{"name":"DLS_CDL_QUERYSUPPORTED","features":[431]},{"name":"DLS_CDL_SUBTRACT","features":[431]},{"name":"DLS_CDL_XOR","features":[431]},{"name":"DMUS_ARTICPARAMS","features":[431]},{"name":"DMUS_ARTICULATION","features":[431]},{"name":"DMUS_ARTICULATION2","features":[431]},{"name":"DMUS_BUFFERDESC","features":[431]},{"name":"DMUS_CLOCKF_GLOBAL","features":[431]},{"name":"DMUS_CLOCKINFO7","features":[431]},{"name":"DMUS_CLOCKINFO8","features":[431]},{"name":"DMUS_CLOCKTYPE","features":[431]},{"name":"DMUS_CLOCK_SYSTEM","features":[431]},{"name":"DMUS_CLOCK_WAVE","features":[431]},{"name":"DMUS_COPYRIGHT","features":[431]},{"name":"DMUS_DEFAULT_SIZE_OFFSETTABLE","features":[431]},{"name":"DMUS_DOWNLOADINFO","features":[431]},{"name":"DMUS_DOWNLOADINFO_INSTRUMENT","features":[431]},{"name":"DMUS_DOWNLOADINFO_INSTRUMENT2","features":[431]},{"name":"DMUS_DOWNLOADINFO_ONESHOTWAVE","features":[431]},{"name":"DMUS_DOWNLOADINFO_STREAMINGWAVE","features":[431]},{"name":"DMUS_DOWNLOADINFO_WAVE","features":[431]},{"name":"DMUS_DOWNLOADINFO_WAVEARTICULATION","features":[431]},{"name":"DMUS_EFFECT_CHORUS","features":[431]},{"name":"DMUS_EFFECT_DELAY","features":[431]},{"name":"DMUS_EFFECT_NONE","features":[431]},{"name":"DMUS_EFFECT_REVERB","features":[431]},{"name":"DMUS_EVENTHEADER","features":[431]},{"name":"DMUS_EVENT_STRUCTURED","features":[431]},{"name":"DMUS_EXTENSIONCHUNK","features":[431]},{"name":"DMUS_INSTRUMENT","features":[431]},{"name":"DMUS_INSTRUMENT_GM_INSTRUMENT","features":[431]},{"name":"DMUS_LFOPARAMS","features":[431]},{"name":"DMUS_MAX_DESCRIPTION","features":[431]},{"name":"DMUS_MAX_DRIVER","features":[431]},{"name":"DMUS_MIN_DATA_SIZE","features":[431]},{"name":"DMUS_MSCPARAMS","features":[431]},{"name":"DMUS_NOTERANGE","features":[431]},{"name":"DMUS_OFFSETTABLE","features":[431]},{"name":"DMUS_PC_AUDIOPATH","features":[431]},{"name":"DMUS_PC_DIRECTSOUND","features":[431]},{"name":"DMUS_PC_DLS","features":[431]},{"name":"DMUS_PC_DLS2","features":[431]},{"name":"DMUS_PC_EXTERNAL","features":[431]},{"name":"DMUS_PC_GMINHARDWARE","features":[431]},{"name":"DMUS_PC_GSINHARDWARE","features":[431]},{"name":"DMUS_PC_INPUTCLASS","features":[431]},{"name":"DMUS_PC_MEMORYSIZEFIXED","features":[431]},{"name":"DMUS_PC_OUTPUTCLASS","features":[431]},{"name":"DMUS_PC_SHAREABLE","features":[431]},{"name":"DMUS_PC_SOFTWARESYNTH","features":[431]},{"name":"DMUS_PC_SYSTEMMEMORY","features":[431]},{"name":"DMUS_PC_WAVE","features":[431]},{"name":"DMUS_PC_XGINHARDWARE","features":[431]},{"name":"DMUS_PEGPARAMS","features":[431]},{"name":"DMUS_PORTCAPS","features":[431]},{"name":"DMUS_PORTPARAMS7","features":[305,431]},{"name":"DMUS_PORTPARAMS8","features":[305,431]},{"name":"DMUS_PORTPARAMS_AUDIOCHANNELS","features":[431]},{"name":"DMUS_PORTPARAMS_CHANNELGROUPS","features":[431]},{"name":"DMUS_PORTPARAMS_EFFECTS","features":[431]},{"name":"DMUS_PORTPARAMS_FEATURES","features":[431]},{"name":"DMUS_PORTPARAMS_SAMPLERATE","features":[431]},{"name":"DMUS_PORTPARAMS_SHARE","features":[431]},{"name":"DMUS_PORTPARAMS_VOICES","features":[431]},{"name":"DMUS_PORT_FEATURE_AUDIOPATH","features":[431]},{"name":"DMUS_PORT_FEATURE_STREAMING","features":[431]},{"name":"DMUS_PORT_KERNEL_MODE","features":[431]},{"name":"DMUS_PORT_USER_MODE_SYNTH","features":[431]},{"name":"DMUS_PORT_WINMM_DRIVER","features":[431]},{"name":"DMUS_REGION","features":[431]},{"name":"DMUS_SYNTHSTATS","features":[431]},{"name":"DMUS_SYNTHSTATS8","features":[431]},{"name":"DMUS_SYNTHSTATS_CPU_PER_VOICE","features":[431]},{"name":"DMUS_SYNTHSTATS_FREE_MEMORY","features":[431]},{"name":"DMUS_SYNTHSTATS_LOST_NOTES","features":[431]},{"name":"DMUS_SYNTHSTATS_PEAK_VOLUME","features":[431]},{"name":"DMUS_SYNTHSTATS_SYSTEMMEMORY","features":[431]},{"name":"DMUS_SYNTHSTATS_TOTAL_CPU","features":[431]},{"name":"DMUS_SYNTHSTATS_VOICES","features":[431]},{"name":"DMUS_VEGPARAMS","features":[431]},{"name":"DMUS_VOICE_STATE","features":[305,431]},{"name":"DMUS_VOLUME_MAX","features":[431]},{"name":"DMUS_VOLUME_MIN","features":[431]},{"name":"DMUS_WAVE","features":[431]},{"name":"DMUS_WAVEARTDL","features":[431]},{"name":"DMUS_WAVEDATA","features":[431]},{"name":"DMUS_WAVEDL","features":[431]},{"name":"DMUS_WAVES_REVERB_PARAMS","features":[431]},{"name":"DSBUSID_BACK_CENTER","features":[431]},{"name":"DSBUSID_BACK_LEFT","features":[431]},{"name":"DSBUSID_BACK_RIGHT","features":[431]},{"name":"DSBUSID_CHORUS_SEND","features":[431]},{"name":"DSBUSID_DYNAMIC_0","features":[431]},{"name":"DSBUSID_FIRST_SPKR_LOC","features":[431]},{"name":"DSBUSID_FRONT_CENTER","features":[431]},{"name":"DSBUSID_FRONT_LEFT","features":[431]},{"name":"DSBUSID_FRONT_LEFT_OF_CENTER","features":[431]},{"name":"DSBUSID_FRONT_RIGHT","features":[431]},{"name":"DSBUSID_FRONT_RIGHT_OF_CENTER","features":[431]},{"name":"DSBUSID_LAST_SPKR_LOC","features":[431]},{"name":"DSBUSID_LEFT","features":[431]},{"name":"DSBUSID_LOW_FREQUENCY","features":[431]},{"name":"DSBUSID_NULL","features":[431]},{"name":"DSBUSID_REVERB_SEND","features":[431]},{"name":"DSBUSID_RIGHT","features":[431]},{"name":"DSBUSID_SIDE_LEFT","features":[431]},{"name":"DSBUSID_SIDE_RIGHT","features":[431]},{"name":"DSBUSID_TOP_BACK_CENTER","features":[431]},{"name":"DSBUSID_TOP_BACK_LEFT","features":[431]},{"name":"DSBUSID_TOP_BACK_RIGHT","features":[431]},{"name":"DSBUSID_TOP_CENTER","features":[431]},{"name":"DSBUSID_TOP_FRONT_CENTER","features":[431]},{"name":"DSBUSID_TOP_FRONT_LEFT","features":[431]},{"name":"DSBUSID_TOP_FRONT_RIGHT","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_1","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_1_DATA","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A_DATA","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W_DATA","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_1","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_1_DATA","features":[305,431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_A","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_A_DATA","features":[305,431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_W","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_W_DATA","features":[305,431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_A","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_A_DATA","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W","features":[431]},{"name":"DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA","features":[431]},{"name":"DSPROPSETID_DirectSoundDevice","features":[431]},{"name":"DVAudInfo","features":[431]},{"name":"DV_AUDIOMODE","features":[431]},{"name":"DV_AUDIOQU","features":[431]},{"name":"DV_AUDIOSMP","features":[431]},{"name":"DV_CAP_AUD12Bits","features":[431]},{"name":"DV_CAP_AUD16Bits","features":[431]},{"name":"DV_DVSD_NTSC_FRAMESIZE","features":[431]},{"name":"DV_DVSD_PAL_FRAMESIZE","features":[431]},{"name":"DV_HD","features":[431]},{"name":"DV_NTSC","features":[431]},{"name":"DV_NTSCPAL","features":[431]},{"name":"DV_PAL","features":[431]},{"name":"DV_SD","features":[431]},{"name":"DV_SL","features":[431]},{"name":"DV_SMCHN","features":[431]},{"name":"DV_STYPE","features":[431]},{"name":"F_INSTRUMENT_DRUMS","features":[431]},{"name":"F_RGN_OPTION_SELFNONEXCLUSIVE","features":[431]},{"name":"F_WAVELINK_MULTICHANNEL","features":[431]},{"name":"F_WAVELINK_PHASE_MASTER","features":[431]},{"name":"F_WSMP_NO_COMPRESSION","features":[431]},{"name":"F_WSMP_NO_TRUNCATION","features":[431]},{"name":"GUID_DMUS_PROP_DLS1","features":[431]},{"name":"GUID_DMUS_PROP_DLS2","features":[431]},{"name":"GUID_DMUS_PROP_Effects","features":[431]},{"name":"GUID_DMUS_PROP_GM_Hardware","features":[431]},{"name":"GUID_DMUS_PROP_GS_Capable","features":[431]},{"name":"GUID_DMUS_PROP_GS_Hardware","features":[431]},{"name":"GUID_DMUS_PROP_INSTRUMENT2","features":[431]},{"name":"GUID_DMUS_PROP_LegacyCaps","features":[431]},{"name":"GUID_DMUS_PROP_MemorySize","features":[431]},{"name":"GUID_DMUS_PROP_SampleMemorySize","features":[431]},{"name":"GUID_DMUS_PROP_SamplePlaybackRate","features":[431]},{"name":"GUID_DMUS_PROP_SetSynthSink","features":[431]},{"name":"GUID_DMUS_PROP_SinkUsesDSound","features":[431]},{"name":"GUID_DMUS_PROP_SynthSink_DSOUND","features":[431]},{"name":"GUID_DMUS_PROP_SynthSink_WAVE","features":[431]},{"name":"GUID_DMUS_PROP_Volume","features":[431]},{"name":"GUID_DMUS_PROP_WavesReverb","features":[431]},{"name":"GUID_DMUS_PROP_WriteLatency","features":[431]},{"name":"GUID_DMUS_PROP_WritePeriod","features":[431]},{"name":"GUID_DMUS_PROP_XG_Capable","features":[431]},{"name":"GUID_DMUS_PROP_XG_Hardware","features":[431]},{"name":"IDirectMusic","features":[431]},{"name":"IDirectMusic8","features":[431]},{"name":"IDirectMusicBuffer","features":[431]},{"name":"IDirectMusicCollection","features":[431]},{"name":"IDirectMusicDownload","features":[431]},{"name":"IDirectMusicDownloadedInstrument","features":[431]},{"name":"IDirectMusicInstrument","features":[431]},{"name":"IDirectMusicPort","features":[431]},{"name":"IDirectMusicPortDownload","features":[431]},{"name":"IDirectMusicSynth","features":[431]},{"name":"IDirectMusicSynth8","features":[431]},{"name":"IDirectMusicSynthSink","features":[431]},{"name":"IDirectMusicThru","features":[431]},{"name":"INSTHEADER","features":[431]},{"name":"LPFNDIRECTSOUNDDEVICEENUMERATECALLBACK1","features":[305,431]},{"name":"LPFNDIRECTSOUNDDEVICEENUMERATECALLBACKA","features":[305,431]},{"name":"LPFNDIRECTSOUNDDEVICEENUMERATECALLBACKW","features":[305,431]},{"name":"MDEVICECAPSEX","features":[431]},{"name":"MIDILOCALE","features":[431]},{"name":"MIDIOPENDESC","features":[431,427]},{"name":"POOLCUE","features":[431]},{"name":"POOLTABLE","features":[431]},{"name":"POOL_CUE_NULL","features":[431]},{"name":"REFRESH_F_LASTBUFFER","features":[431]},{"name":"REGSTR_PATH_SOFTWARESYNTHS","features":[431]},{"name":"RGNHEADER","features":[431]},{"name":"RGNRANGE","features":[431]},{"name":"SIZE_DVINFO","features":[431]},{"name":"WAVELINK","features":[431]},{"name":"WAVELINK_CHANNEL_LEFT","features":[431]},{"name":"WAVELINK_CHANNEL_RIGHT","features":[431]},{"name":"WLOOP","features":[431]},{"name":"WLOOP_TYPE_FORWARD","features":[431]},{"name":"WLOOP_TYPE_RELEASE","features":[431]},{"name":"WSMPL","features":[431]}],"435":[{"name":"CLSID_DirectSound","features":[432]},{"name":"CLSID_DirectSound8","features":[432]},{"name":"CLSID_DirectSoundCapture","features":[432]},{"name":"CLSID_DirectSoundCapture8","features":[432]},{"name":"CLSID_DirectSoundFullDuplex","features":[432]},{"name":"DIRECTSOUND_VERSION","features":[432]},{"name":"DS3DALG_HRTF_FULL","features":[432]},{"name":"DS3DALG_HRTF_LIGHT","features":[432]},{"name":"DS3DALG_NO_VIRTUALIZATION","features":[432]},{"name":"DS3DBUFFER","features":[407,432]},{"name":"DS3DLISTENER","features":[407,432]},{"name":"DS3DMODE_DISABLE","features":[432]},{"name":"DS3DMODE_HEADRELATIVE","features":[432]},{"name":"DS3DMODE_NORMAL","features":[432]},{"name":"DS3D_DEFAULTCONEANGLE","features":[432]},{"name":"DS3D_DEFAULTCONEOUTSIDEVOLUME","features":[432]},{"name":"DS3D_DEFAULTDISTANCEFACTOR","features":[432]},{"name":"DS3D_DEFAULTDOPPLERFACTOR","features":[432]},{"name":"DS3D_DEFAULTMAXDISTANCE","features":[432]},{"name":"DS3D_DEFAULTMINDISTANCE","features":[432]},{"name":"DS3D_DEFAULTROLLOFFFACTOR","features":[432]},{"name":"DS3D_DEFERRED","features":[432]},{"name":"DS3D_IMMEDIATE","features":[432]},{"name":"DS3D_MAXCONEANGLE","features":[432]},{"name":"DS3D_MAXDOPPLERFACTOR","features":[432]},{"name":"DS3D_MAXROLLOFFFACTOR","features":[432]},{"name":"DS3D_MINCONEANGLE","features":[432]},{"name":"DS3D_MINDOPPLERFACTOR","features":[432]},{"name":"DS3D_MINROLLOFFFACTOR","features":[432]},{"name":"DSBCAPS","features":[432]},{"name":"DSBCAPS_CTRL3D","features":[432]},{"name":"DSBCAPS_CTRLFREQUENCY","features":[432]},{"name":"DSBCAPS_CTRLFX","features":[432]},{"name":"DSBCAPS_CTRLPAN","features":[432]},{"name":"DSBCAPS_CTRLPOSITIONNOTIFY","features":[432]},{"name":"DSBCAPS_CTRLVOLUME","features":[432]},{"name":"DSBCAPS_GETCURRENTPOSITION2","features":[432]},{"name":"DSBCAPS_GLOBALFOCUS","features":[432]},{"name":"DSBCAPS_LOCDEFER","features":[432]},{"name":"DSBCAPS_LOCHARDWARE","features":[432]},{"name":"DSBCAPS_LOCSOFTWARE","features":[432]},{"name":"DSBCAPS_MUTE3DATMAXDISTANCE","features":[432]},{"name":"DSBCAPS_PRIMARYBUFFER","features":[432]},{"name":"DSBCAPS_STATIC","features":[432]},{"name":"DSBCAPS_STICKYFOCUS","features":[432]},{"name":"DSBCAPS_TRUEPLAYPOSITION","features":[432]},{"name":"DSBFREQUENCY_MAX","features":[432]},{"name":"DSBFREQUENCY_MIN","features":[432]},{"name":"DSBFREQUENCY_ORIGINAL","features":[432]},{"name":"DSBLOCK_ENTIREBUFFER","features":[432]},{"name":"DSBLOCK_FROMWRITECURSOR","features":[432]},{"name":"DSBNOTIFICATIONS_MAX","features":[432]},{"name":"DSBPAN_CENTER","features":[432]},{"name":"DSBPAN_LEFT","features":[432]},{"name":"DSBPAN_RIGHT","features":[432]},{"name":"DSBPLAY_LOCHARDWARE","features":[432]},{"name":"DSBPLAY_LOCSOFTWARE","features":[432]},{"name":"DSBPLAY_LOOPING","features":[432]},{"name":"DSBPLAY_TERMINATEBY_DISTANCE","features":[432]},{"name":"DSBPLAY_TERMINATEBY_PRIORITY","features":[432]},{"name":"DSBPLAY_TERMINATEBY_TIME","features":[432]},{"name":"DSBPN_OFFSETSTOP","features":[432]},{"name":"DSBPOSITIONNOTIFY","features":[305,432]},{"name":"DSBSIZE_FX_MIN","features":[432]},{"name":"DSBSIZE_MAX","features":[432]},{"name":"DSBSIZE_MIN","features":[432]},{"name":"DSBSTATUS_BUFFERLOST","features":[432]},{"name":"DSBSTATUS_LOCHARDWARE","features":[432]},{"name":"DSBSTATUS_LOCSOFTWARE","features":[432]},{"name":"DSBSTATUS_LOOPING","features":[432]},{"name":"DSBSTATUS_PLAYING","features":[432]},{"name":"DSBSTATUS_TERMINATED","features":[432]},{"name":"DSBUFFERDESC","features":[432]},{"name":"DSBUFFERDESC1","features":[432]},{"name":"DSBVOLUME_MAX","features":[432]},{"name":"DSBVOLUME_MIN","features":[432]},{"name":"DSCAPS","features":[432]},{"name":"DSCAPS_CERTIFIED","features":[432]},{"name":"DSCAPS_CONTINUOUSRATE","features":[432]},{"name":"DSCAPS_EMULDRIVER","features":[432]},{"name":"DSCAPS_PRIMARY16BIT","features":[432]},{"name":"DSCAPS_PRIMARY8BIT","features":[432]},{"name":"DSCAPS_PRIMARYMONO","features":[432]},{"name":"DSCAPS_PRIMARYSTEREO","features":[432]},{"name":"DSCAPS_SECONDARY16BIT","features":[432]},{"name":"DSCAPS_SECONDARY8BIT","features":[432]},{"name":"DSCAPS_SECONDARYMONO","features":[432]},{"name":"DSCAPS_SECONDARYSTEREO","features":[432]},{"name":"DSCBCAPS","features":[432]},{"name":"DSCBCAPS_CTRLFX","features":[432]},{"name":"DSCBCAPS_WAVEMAPPED","features":[432]},{"name":"DSCBLOCK_ENTIREBUFFER","features":[432]},{"name":"DSCBSTART_LOOPING","features":[432]},{"name":"DSCBSTATUS_CAPTURING","features":[432]},{"name":"DSCBSTATUS_LOOPING","features":[432]},{"name":"DSCBUFFERDESC","features":[432]},{"name":"DSCBUFFERDESC1","features":[432]},{"name":"DSCCAPS","features":[432]},{"name":"DSCCAPS_CERTIFIED","features":[432]},{"name":"DSCCAPS_EMULDRIVER","features":[432]},{"name":"DSCCAPS_MULTIPLECAPTURE","features":[432]},{"name":"DSCEFFECTDESC","features":[432]},{"name":"DSCFXAec","features":[305,432]},{"name":"DSCFXNoiseSuppress","features":[305,432]},{"name":"DSCFXR_LOCHARDWARE","features":[432]},{"name":"DSCFXR_LOCSOFTWARE","features":[432]},{"name":"DSCFX_AEC_MODE_FULL_DUPLEX","features":[432]},{"name":"DSCFX_AEC_MODE_HALF_DUPLEX","features":[432]},{"name":"DSCFX_AEC_MODE_PASS_THROUGH","features":[432]},{"name":"DSCFX_AEC_STATUS_CURRENTLY_CONVERGED","features":[432]},{"name":"DSCFX_AEC_STATUS_HISTORY_CONTINUOUSLY_CONVERGED","features":[432]},{"name":"DSCFX_AEC_STATUS_HISTORY_PREVIOUSLY_DIVERGED","features":[432]},{"name":"DSCFX_AEC_STATUS_HISTORY_UNINITIALIZED","features":[432]},{"name":"DSCFX_LOCHARDWARE","features":[432]},{"name":"DSCFX_LOCSOFTWARE","features":[432]},{"name":"DSDEVID_DefaultCapture","features":[432]},{"name":"DSDEVID_DefaultPlayback","features":[432]},{"name":"DSDEVID_DefaultVoiceCapture","features":[432]},{"name":"DSDEVID_DefaultVoicePlayback","features":[432]},{"name":"DSEFFECTDESC","features":[432]},{"name":"DSFXCHORUS_DELAY_MAX","features":[432]},{"name":"DSFXCHORUS_DELAY_MIN","features":[432]},{"name":"DSFXCHORUS_DEPTH_MAX","features":[432]},{"name":"DSFXCHORUS_DEPTH_MIN","features":[432]},{"name":"DSFXCHORUS_FEEDBACK_MAX","features":[432]},{"name":"DSFXCHORUS_FEEDBACK_MIN","features":[432]},{"name":"DSFXCHORUS_FREQUENCY_MAX","features":[432]},{"name":"DSFXCHORUS_FREQUENCY_MIN","features":[432]},{"name":"DSFXCHORUS_PHASE_180","features":[432]},{"name":"DSFXCHORUS_PHASE_90","features":[432]},{"name":"DSFXCHORUS_PHASE_MAX","features":[432]},{"name":"DSFXCHORUS_PHASE_MIN","features":[432]},{"name":"DSFXCHORUS_PHASE_NEG_180","features":[432]},{"name":"DSFXCHORUS_PHASE_NEG_90","features":[432]},{"name":"DSFXCHORUS_PHASE_ZERO","features":[432]},{"name":"DSFXCHORUS_WAVE_SIN","features":[432]},{"name":"DSFXCHORUS_WAVE_TRIANGLE","features":[432]},{"name":"DSFXCHORUS_WETDRYMIX_MAX","features":[432]},{"name":"DSFXCHORUS_WETDRYMIX_MIN","features":[432]},{"name":"DSFXCOMPRESSOR_ATTACK_MAX","features":[432]},{"name":"DSFXCOMPRESSOR_ATTACK_MIN","features":[432]},{"name":"DSFXCOMPRESSOR_GAIN_MAX","features":[432]},{"name":"DSFXCOMPRESSOR_GAIN_MIN","features":[432]},{"name":"DSFXCOMPRESSOR_PREDELAY_MAX","features":[432]},{"name":"DSFXCOMPRESSOR_PREDELAY_MIN","features":[432]},{"name":"DSFXCOMPRESSOR_RATIO_MAX","features":[432]},{"name":"DSFXCOMPRESSOR_RATIO_MIN","features":[432]},{"name":"DSFXCOMPRESSOR_RELEASE_MAX","features":[432]},{"name":"DSFXCOMPRESSOR_RELEASE_MIN","features":[432]},{"name":"DSFXCOMPRESSOR_THRESHOLD_MAX","features":[432]},{"name":"DSFXCOMPRESSOR_THRESHOLD_MIN","features":[432]},{"name":"DSFXChorus","features":[432]},{"name":"DSFXCompressor","features":[432]},{"name":"DSFXDISTORTION_EDGE_MAX","features":[432]},{"name":"DSFXDISTORTION_EDGE_MIN","features":[432]},{"name":"DSFXDISTORTION_GAIN_MAX","features":[432]},{"name":"DSFXDISTORTION_GAIN_MIN","features":[432]},{"name":"DSFXDISTORTION_POSTEQBANDWIDTH_MAX","features":[432]},{"name":"DSFXDISTORTION_POSTEQBANDWIDTH_MIN","features":[432]},{"name":"DSFXDISTORTION_POSTEQCENTERFREQUENCY_MAX","features":[432]},{"name":"DSFXDISTORTION_POSTEQCENTERFREQUENCY_MIN","features":[432]},{"name":"DSFXDISTORTION_PRELOWPASSCUTOFF_MAX","features":[432]},{"name":"DSFXDISTORTION_PRELOWPASSCUTOFF_MIN","features":[432]},{"name":"DSFXDistortion","features":[432]},{"name":"DSFXECHO_FEEDBACK_MAX","features":[432]},{"name":"DSFXECHO_FEEDBACK_MIN","features":[432]},{"name":"DSFXECHO_LEFTDELAY_MAX","features":[432]},{"name":"DSFXECHO_LEFTDELAY_MIN","features":[432]},{"name":"DSFXECHO_PANDELAY_MAX","features":[432]},{"name":"DSFXECHO_PANDELAY_MIN","features":[432]},{"name":"DSFXECHO_RIGHTDELAY_MAX","features":[432]},{"name":"DSFXECHO_RIGHTDELAY_MIN","features":[432]},{"name":"DSFXECHO_WETDRYMIX_MAX","features":[432]},{"name":"DSFXECHO_WETDRYMIX_MIN","features":[432]},{"name":"DSFXEcho","features":[432]},{"name":"DSFXFLANGER_DELAY_MAX","features":[432]},{"name":"DSFXFLANGER_DELAY_MIN","features":[432]},{"name":"DSFXFLANGER_DEPTH_MAX","features":[432]},{"name":"DSFXFLANGER_DEPTH_MIN","features":[432]},{"name":"DSFXFLANGER_FEEDBACK_MAX","features":[432]},{"name":"DSFXFLANGER_FEEDBACK_MIN","features":[432]},{"name":"DSFXFLANGER_FREQUENCY_MAX","features":[432]},{"name":"DSFXFLANGER_FREQUENCY_MIN","features":[432]},{"name":"DSFXFLANGER_PHASE_180","features":[432]},{"name":"DSFXFLANGER_PHASE_90","features":[432]},{"name":"DSFXFLANGER_PHASE_MAX","features":[432]},{"name":"DSFXFLANGER_PHASE_MIN","features":[432]},{"name":"DSFXFLANGER_PHASE_NEG_180","features":[432]},{"name":"DSFXFLANGER_PHASE_NEG_90","features":[432]},{"name":"DSFXFLANGER_PHASE_ZERO","features":[432]},{"name":"DSFXFLANGER_WAVE_SIN","features":[432]},{"name":"DSFXFLANGER_WAVE_TRIANGLE","features":[432]},{"name":"DSFXFLANGER_WETDRYMIX_MAX","features":[432]},{"name":"DSFXFLANGER_WETDRYMIX_MIN","features":[432]},{"name":"DSFXFlanger","features":[432]},{"name":"DSFXGARGLE_RATEHZ_MAX","features":[432]},{"name":"DSFXGARGLE_RATEHZ_MIN","features":[432]},{"name":"DSFXGARGLE_WAVE_SQUARE","features":[432]},{"name":"DSFXGARGLE_WAVE_TRIANGLE","features":[432]},{"name":"DSFXGargle","features":[432]},{"name":"DSFXI3DL2Reverb","features":[432]},{"name":"DSFXPARAMEQ_BANDWIDTH_MAX","features":[432]},{"name":"DSFXPARAMEQ_BANDWIDTH_MIN","features":[432]},{"name":"DSFXPARAMEQ_CENTER_MAX","features":[432]},{"name":"DSFXPARAMEQ_CENTER_MIN","features":[432]},{"name":"DSFXPARAMEQ_GAIN_MAX","features":[432]},{"name":"DSFXPARAMEQ_GAIN_MIN","features":[432]},{"name":"DSFXParamEq","features":[432]},{"name":"DSFXR_FAILED","features":[432]},{"name":"DSFXR_LOCHARDWARE","features":[432]},{"name":"DSFXR_LOCSOFTWARE","features":[432]},{"name":"DSFXR_PRESENT","features":[432]},{"name":"DSFXR_SENDLOOP","features":[432]},{"name":"DSFXR_UNALLOCATED","features":[432]},{"name":"DSFXR_UNKNOWN","features":[432]},{"name":"DSFXWavesReverb","features":[432]},{"name":"DSFX_I3DL2REVERB_DECAYHFRATIO_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_DECAYHFRATIO_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_DECAYHFRATIO_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_DECAYTIME_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_DECAYTIME_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_DECAYTIME_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_DENSITY_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_DENSITY_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_DENSITY_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_DIFFUSION_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_DIFFUSION_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_DIFFUSION_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_HFREFERENCE_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_HFREFERENCE_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_HFREFERENCE_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_QUALITY_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_QUALITY_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_QUALITY_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_REFLECTIONSDELAY_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_REFLECTIONSDELAY_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_REFLECTIONSDELAY_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_REFLECTIONS_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_REFLECTIONS_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_REFLECTIONS_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_REVERBDELAY_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_REVERBDELAY_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_REVERBDELAY_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_REVERB_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_REVERB_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_REVERB_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_ROOMHF_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_ROOMHF_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_ROOMHF_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_ROOMROLLOFFFACTOR_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_ROOMROLLOFFFACTOR_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_ROOMROLLOFFFACTOR_MIN","features":[432]},{"name":"DSFX_I3DL2REVERB_ROOM_DEFAULT","features":[432]},{"name":"DSFX_I3DL2REVERB_ROOM_MAX","features":[432]},{"name":"DSFX_I3DL2REVERB_ROOM_MIN","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_ALLEY","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_ARENA","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_AUDITORIUM","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_BATHROOM","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_CARPETEDHALLWAY","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_CAVE","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_CITY","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_CONCERTHALL","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_DEFAULT","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_FOREST","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_GENERIC","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_HALLWAY","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_HANGAR","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_LARGEHALL","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_LARGEROOM","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_LIVINGROOM","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_MEDIUMHALL","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_MEDIUMROOM","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_MOUNTAINS","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_PADDEDCELL","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_PARKINGLOT","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_PLAIN","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_PLATE","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_QUARRY","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_ROOM","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_SEWERPIPE","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_SMALLROOM","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_STONECORRIDOR","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_STONEROOM","features":[432]},{"name":"DSFX_I3DL2_ENVIRONMENT_PRESET_UNDERWATER","features":[432]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_BRICKWALL","features":[432]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_CURTAIN","features":[432]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_DOUBLEWINDOW","features":[432]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_SINGLEWINDOW","features":[432]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_STONEWALL","features":[432]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_THICKDOOR","features":[432]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_THINDOOR","features":[432]},{"name":"DSFX_I3DL2_MATERIAL_PRESET_WOODWALL","features":[432]},{"name":"DSFX_LOCHARDWARE","features":[432]},{"name":"DSFX_LOCSOFTWARE","features":[432]},{"name":"DSFX_WAVESREVERB_HIGHFREQRTRATIO_DEFAULT","features":[432]},{"name":"DSFX_WAVESREVERB_HIGHFREQRTRATIO_MAX","features":[432]},{"name":"DSFX_WAVESREVERB_HIGHFREQRTRATIO_MIN","features":[432]},{"name":"DSFX_WAVESREVERB_INGAIN_DEFAULT","features":[432]},{"name":"DSFX_WAVESREVERB_INGAIN_MAX","features":[432]},{"name":"DSFX_WAVESREVERB_INGAIN_MIN","features":[432]},{"name":"DSFX_WAVESREVERB_REVERBMIX_DEFAULT","features":[432]},{"name":"DSFX_WAVESREVERB_REVERBMIX_MAX","features":[432]},{"name":"DSFX_WAVESREVERB_REVERBMIX_MIN","features":[432]},{"name":"DSFX_WAVESREVERB_REVERBTIME_DEFAULT","features":[432]},{"name":"DSFX_WAVESREVERB_REVERBTIME_MAX","features":[432]},{"name":"DSFX_WAVESREVERB_REVERBTIME_MIN","features":[432]},{"name":"DSSCL_EXCLUSIVE","features":[432]},{"name":"DSSCL_NORMAL","features":[432]},{"name":"DSSCL_PRIORITY","features":[432]},{"name":"DSSCL_WRITEPRIMARY","features":[432]},{"name":"DSSPEAKER_5POINT1","features":[432]},{"name":"DSSPEAKER_5POINT1_BACK","features":[432]},{"name":"DSSPEAKER_5POINT1_SURROUND","features":[432]},{"name":"DSSPEAKER_7POINT1","features":[432]},{"name":"DSSPEAKER_7POINT1_SURROUND","features":[432]},{"name":"DSSPEAKER_7POINT1_WIDE","features":[432]},{"name":"DSSPEAKER_DIRECTOUT","features":[432]},{"name":"DSSPEAKER_GEOMETRY_MAX","features":[432]},{"name":"DSSPEAKER_GEOMETRY_MIN","features":[432]},{"name":"DSSPEAKER_GEOMETRY_NARROW","features":[432]},{"name":"DSSPEAKER_GEOMETRY_WIDE","features":[432]},{"name":"DSSPEAKER_HEADPHONE","features":[432]},{"name":"DSSPEAKER_MONO","features":[432]},{"name":"DSSPEAKER_QUAD","features":[432]},{"name":"DSSPEAKER_STEREO","features":[432]},{"name":"DSSPEAKER_SURROUND","features":[432]},{"name":"DS_CERTIFIED","features":[432]},{"name":"DS_NO_VIRTUALIZATION","features":[432]},{"name":"DS_UNCERTIFIED","features":[432]},{"name":"DirectSoundCaptureCreate","features":[432]},{"name":"DirectSoundCaptureCreate8","features":[432]},{"name":"DirectSoundCaptureEnumerateA","features":[305,432]},{"name":"DirectSoundCaptureEnumerateW","features":[305,432]},{"name":"DirectSoundCreate","features":[432]},{"name":"DirectSoundCreate8","features":[432]},{"name":"DirectSoundEnumerateA","features":[305,432]},{"name":"DirectSoundEnumerateW","features":[305,432]},{"name":"DirectSoundFullDuplexCreate","features":[305,432]},{"name":"GUID_All_Objects","features":[432]},{"name":"GUID_DSCFX_CLASS_AEC","features":[432]},{"name":"GUID_DSCFX_CLASS_NS","features":[432]},{"name":"GUID_DSCFX_MS_AEC","features":[432]},{"name":"GUID_DSCFX_MS_NS","features":[432]},{"name":"GUID_DSCFX_SYSTEM_AEC","features":[432]},{"name":"GUID_DSCFX_SYSTEM_NS","features":[432]},{"name":"GUID_DSFX_STANDARD_CHORUS","features":[432]},{"name":"GUID_DSFX_STANDARD_COMPRESSOR","features":[432]},{"name":"GUID_DSFX_STANDARD_DISTORTION","features":[432]},{"name":"GUID_DSFX_STANDARD_ECHO","features":[432]},{"name":"GUID_DSFX_STANDARD_FLANGER","features":[432]},{"name":"GUID_DSFX_STANDARD_GARGLE","features":[432]},{"name":"GUID_DSFX_STANDARD_I3DL2REVERB","features":[432]},{"name":"GUID_DSFX_STANDARD_PARAMEQ","features":[432]},{"name":"GUID_DSFX_WAVES_REVERB","features":[432]},{"name":"GetDeviceID","features":[432]},{"name":"IDirectSound","features":[432]},{"name":"IDirectSound3DBuffer","features":[432]},{"name":"IDirectSound3DListener","features":[432]},{"name":"IDirectSound8","features":[432]},{"name":"IDirectSoundBuffer","features":[432]},{"name":"IDirectSoundBuffer8","features":[432]},{"name":"IDirectSoundCapture","features":[432]},{"name":"IDirectSoundCaptureBuffer","features":[432]},{"name":"IDirectSoundCaptureBuffer8","features":[432]},{"name":"IDirectSoundCaptureFXAec","features":[432]},{"name":"IDirectSoundCaptureFXNoiseSuppress","features":[432]},{"name":"IDirectSoundFXChorus","features":[432]},{"name":"IDirectSoundFXCompressor","features":[432]},{"name":"IDirectSoundFXDistortion","features":[432]},{"name":"IDirectSoundFXEcho","features":[432]},{"name":"IDirectSoundFXFlanger","features":[432]},{"name":"IDirectSoundFXGargle","features":[432]},{"name":"IDirectSoundFXI3DL2Reverb","features":[432]},{"name":"IDirectSoundFXParamEq","features":[432]},{"name":"IDirectSoundFXWavesReverb","features":[432]},{"name":"IDirectSoundFullDuplex","features":[432]},{"name":"IDirectSoundNotify","features":[432]},{"name":"KSPROPERTY_SUPPORT_GET","features":[432]},{"name":"KSPROPERTY_SUPPORT_SET","features":[432]},{"name":"LPDSENUMCALLBACKA","features":[305,432]},{"name":"LPDSENUMCALLBACKW","features":[305,432]},{"name":"_FACDS","features":[432]}],"436":[{"name":"AUDIO_ENDPOINT_SHARED_CREATE_PARAMS","features":[433]},{"name":"DEVINTERFACE_AUDIOENDPOINTPLUGIN","features":[433]},{"name":"DEVPKEY_AudioEndpointPlugin2_FactoryCLSID","features":[305,433]},{"name":"DEVPKEY_AudioEndpointPlugin_DataFlow","features":[305,433]},{"name":"DEVPKEY_AudioEndpointPlugin_FactoryCLSID","features":[305,433]},{"name":"DEVPKEY_AudioEndpointPlugin_PnPInterface","features":[305,433]},{"name":"EndpointConnectorType","features":[433]},{"name":"IAudioEndpointFormatControl","features":[433]},{"name":"IAudioEndpointLastBufferControl","features":[433]},{"name":"IAudioEndpointOffloadStreamMeter","features":[433]},{"name":"IAudioEndpointOffloadStreamMute","features":[433]},{"name":"IAudioEndpointOffloadStreamVolume","features":[433]},{"name":"IAudioEndpointVolume","features":[433]},{"name":"IAudioEndpointVolumeCallback","features":[433]},{"name":"IAudioEndpointVolumeEx","features":[433]},{"name":"IAudioLfxControl","features":[433]},{"name":"IAudioMeterInformation","features":[433]},{"name":"IHardwareAudioEngineBase","features":[433]},{"name":"eConnectorCount","features":[433]},{"name":"eHostProcessConnector","features":[433]},{"name":"eKeywordDetectorConnector","features":[433]},{"name":"eLoopbackConnector","features":[433]},{"name":"eOffloadConnector","features":[433]}],"437":[{"name":"AudioReverb","features":[434]},{"name":"AudioVolumeMeter","features":[434]},{"name":"BandPassFilter","features":[434]},{"name":"Cardioid","features":[434]},{"name":"Cone","features":[434]},{"name":"CreateAudioReverb","features":[434]},{"name":"CreateAudioVolumeMeter","features":[434]},{"name":"CreateFX","features":[434]},{"name":"CreateHrtfApo","features":[434]},{"name":"CustomDecay","features":[434]},{"name":"FACILITY_XAPO","features":[434]},{"name":"FACILITY_XAUDIO2","features":[434]},{"name":"FXECHO_DEFAULT_DELAY","features":[434]},{"name":"FXECHO_DEFAULT_FEEDBACK","features":[434]},{"name":"FXECHO_DEFAULT_WETDRYMIX","features":[434]},{"name":"FXECHO_INITDATA","features":[434]},{"name":"FXECHO_MAX_DELAY","features":[434]},{"name":"FXECHO_MAX_FEEDBACK","features":[434]},{"name":"FXECHO_MAX_WETDRYMIX","features":[434]},{"name":"FXECHO_MIN_DELAY","features":[434]},{"name":"FXECHO_MIN_FEEDBACK","features":[434]},{"name":"FXECHO_MIN_WETDRYMIX","features":[434]},{"name":"FXECHO_PARAMETERS","features":[434]},{"name":"FXEQ","features":[434]},{"name":"FXEQ_DEFAULT_BANDWIDTH","features":[434]},{"name":"FXEQ_DEFAULT_FREQUENCY_CENTER_0","features":[434]},{"name":"FXEQ_DEFAULT_FREQUENCY_CENTER_1","features":[434]},{"name":"FXEQ_DEFAULT_FREQUENCY_CENTER_2","features":[434]},{"name":"FXEQ_DEFAULT_FREQUENCY_CENTER_3","features":[434]},{"name":"FXEQ_DEFAULT_GAIN","features":[434]},{"name":"FXEQ_MAX_BANDWIDTH","features":[434]},{"name":"FXEQ_MAX_FRAMERATE","features":[434]},{"name":"FXEQ_MAX_FREQUENCY_CENTER","features":[434]},{"name":"FXEQ_MAX_GAIN","features":[434]},{"name":"FXEQ_MIN_BANDWIDTH","features":[434]},{"name":"FXEQ_MIN_FRAMERATE","features":[434]},{"name":"FXEQ_MIN_FREQUENCY_CENTER","features":[434]},{"name":"FXEQ_MIN_GAIN","features":[434]},{"name":"FXEQ_PARAMETERS","features":[434]},{"name":"FXEcho","features":[434]},{"name":"FXLOUDNESS_DEFAULT_MOMENTARY_MS","features":[434]},{"name":"FXLOUDNESS_DEFAULT_SHORTTERM_MS","features":[434]},{"name":"FXMASTERINGLIMITER_DEFAULT_LOUDNESS","features":[434]},{"name":"FXMASTERINGLIMITER_DEFAULT_RELEASE","features":[434]},{"name":"FXMASTERINGLIMITER_MAX_LOUDNESS","features":[434]},{"name":"FXMASTERINGLIMITER_MAX_RELEASE","features":[434]},{"name":"FXMASTERINGLIMITER_MIN_LOUDNESS","features":[434]},{"name":"FXMASTERINGLIMITER_MIN_RELEASE","features":[434]},{"name":"FXMASTERINGLIMITER_PARAMETERS","features":[434]},{"name":"FXMasteringLimiter","features":[434]},{"name":"FXREVERB_DEFAULT_DIFFUSION","features":[434]},{"name":"FXREVERB_DEFAULT_ROOMSIZE","features":[434]},{"name":"FXREVERB_MAX_DIFFUSION","features":[434]},{"name":"FXREVERB_MAX_ROOMSIZE","features":[434]},{"name":"FXREVERB_MIN_DIFFUSION","features":[434]},{"name":"FXREVERB_MIN_ROOMSIZE","features":[434]},{"name":"FXREVERB_PARAMETERS","features":[434]},{"name":"FXReverb","features":[434]},{"name":"HRTF_DEFAULT_UNITY_GAIN_DISTANCE","features":[434]},{"name":"HRTF_MAX_GAIN_LIMIT","features":[434]},{"name":"HRTF_MIN_GAIN_LIMIT","features":[434]},{"name":"HRTF_MIN_UNITY_GAIN_DISTANCE","features":[434]},{"name":"HighPassFilter","features":[434]},{"name":"HighPassOnePoleFilter","features":[434]},{"name":"HrtfApoInit","features":[434]},{"name":"HrtfDirectivity","features":[434]},{"name":"HrtfDirectivityCardioid","features":[434]},{"name":"HrtfDirectivityCone","features":[434]},{"name":"HrtfDirectivityType","features":[434]},{"name":"HrtfDistanceDecay","features":[434]},{"name":"HrtfDistanceDecayType","features":[434]},{"name":"HrtfEnvironment","features":[434]},{"name":"HrtfOrientation","features":[434]},{"name":"HrtfPosition","features":[434]},{"name":"IXAPO","features":[434]},{"name":"IXAPOHrtfParameters","features":[434]},{"name":"IXAPOParameters","features":[434]},{"name":"IXAudio2","features":[434]},{"name":"IXAudio2EngineCallback","features":[434]},{"name":"IXAudio2Extension","features":[434]},{"name":"IXAudio2MasteringVoice","features":[434]},{"name":"IXAudio2SourceVoice","features":[434]},{"name":"IXAudio2SubmixVoice","features":[434]},{"name":"IXAudio2Voice","features":[434]},{"name":"IXAudio2VoiceCallback","features":[434]},{"name":"Large","features":[434]},{"name":"LowPassFilter","features":[434]},{"name":"LowPassOnePoleFilter","features":[434]},{"name":"Medium","features":[434]},{"name":"NaturalDecay","features":[434]},{"name":"NotchFilter","features":[434]},{"name":"OmniDirectional","features":[434]},{"name":"Outdoors","features":[434]},{"name":"Processor1","features":[434]},{"name":"Processor10","features":[434]},{"name":"Processor11","features":[434]},{"name":"Processor12","features":[434]},{"name":"Processor13","features":[434]},{"name":"Processor14","features":[434]},{"name":"Processor15","features":[434]},{"name":"Processor16","features":[434]},{"name":"Processor17","features":[434]},{"name":"Processor18","features":[434]},{"name":"Processor19","features":[434]},{"name":"Processor2","features":[434]},{"name":"Processor20","features":[434]},{"name":"Processor21","features":[434]},{"name":"Processor22","features":[434]},{"name":"Processor23","features":[434]},{"name":"Processor24","features":[434]},{"name":"Processor25","features":[434]},{"name":"Processor26","features":[434]},{"name":"Processor27","features":[434]},{"name":"Processor28","features":[434]},{"name":"Processor29","features":[434]},{"name":"Processor3","features":[434]},{"name":"Processor30","features":[434]},{"name":"Processor31","features":[434]},{"name":"Processor32","features":[434]},{"name":"Processor4","features":[434]},{"name":"Processor5","features":[434]},{"name":"Processor6","features":[434]},{"name":"Processor7","features":[434]},{"name":"Processor8","features":[434]},{"name":"Processor9","features":[434]},{"name":"SPEAKER_MONO","features":[434]},{"name":"Small","features":[434]},{"name":"X3DAUDIO_2PI","features":[434]},{"name":"X3DAUDIO_CALCULATE_DELAY","features":[434]},{"name":"X3DAUDIO_CALCULATE_DOPPLER","features":[434]},{"name":"X3DAUDIO_CALCULATE_EMITTER_ANGLE","features":[434]},{"name":"X3DAUDIO_CALCULATE_LPF_DIRECT","features":[434]},{"name":"X3DAUDIO_CALCULATE_LPF_REVERB","features":[434]},{"name":"X3DAUDIO_CALCULATE_MATRIX","features":[434]},{"name":"X3DAUDIO_CALCULATE_REDIRECT_TO_LFE","features":[434]},{"name":"X3DAUDIO_CALCULATE_REVERB","features":[434]},{"name":"X3DAUDIO_CALCULATE_ZEROCENTER","features":[434]},{"name":"X3DAUDIO_HANDLE_BYTESIZE","features":[434]},{"name":"X3DAUDIO_PI","features":[434]},{"name":"X3DAUDIO_SPEED_OF_SOUND","features":[434]},{"name":"XAPO_BUFFER_FLAGS","features":[434]},{"name":"XAPO_BUFFER_SILENT","features":[434]},{"name":"XAPO_BUFFER_VALID","features":[434]},{"name":"XAPO_E_FORMAT_UNSUPPORTED","features":[434]},{"name":"XAPO_FLAG_BITSPERSAMPLE_MUST_MATCH","features":[434]},{"name":"XAPO_FLAG_BUFFERCOUNT_MUST_MATCH","features":[434]},{"name":"XAPO_FLAG_CHANNELS_MUST_MATCH","features":[434]},{"name":"XAPO_FLAG_FRAMERATE_MUST_MATCH","features":[434]},{"name":"XAPO_FLAG_INPLACE_REQUIRED","features":[434]},{"name":"XAPO_FLAG_INPLACE_SUPPORTED","features":[434]},{"name":"XAPO_LOCKFORPROCESS_PARAMETERS","features":[434]},{"name":"XAPO_MAX_CHANNELS","features":[434]},{"name":"XAPO_MAX_FRAMERATE","features":[434]},{"name":"XAPO_MIN_CHANNELS","features":[434]},{"name":"XAPO_MIN_FRAMERATE","features":[434]},{"name":"XAPO_PROCESS_BUFFER_PARAMETERS","features":[434]},{"name":"XAPO_REGISTRATION_PROPERTIES","features":[434]},{"name":"XAPO_REGISTRATION_STRING_LENGTH","features":[434]},{"name":"XAUDIO2D_DLL","features":[434]},{"name":"XAUDIO2D_DLL_A","features":[434]},{"name":"XAUDIO2D_DLL_W","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_7POINT1_REAR_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_7POINT1_SIDE_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_DECAY_TIME","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_DENSITY","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_DISABLE_LATE_FIELD","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_EARLY_DIFFUSION","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_HIGH_EQ_CUTOFF","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_HIGH_EQ_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_LATE_DIFFUSION","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_LOW_EQ_CUTOFF","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_LOW_EQ_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_POSITION","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_POSITION_MATRIX","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_REAR_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_REFLECTIONS_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_REFLECTIONS_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_REVERB_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_REVERB_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_ROOM_FILTER_FREQ","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_ROOM_FILTER_HF","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_ROOM_FILTER_MAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_ROOM_SIZE","features":[434]},{"name":"XAUDIO2FX_REVERB_DEFAULT_WET_DRY_MIX","features":[434]},{"name":"XAUDIO2FX_REVERB_I3DL2_PARAMETERS","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_7POINT1_REAR_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_7POINT1_SIDE_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_DENSITY","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_DIFFUSION","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_FRAMERATE","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_HIGH_EQ_CUTOFF","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_HIGH_EQ_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_LOW_EQ_CUTOFF","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_LOW_EQ_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_POSITION","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_REAR_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_REFLECTIONS_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_REFLECTIONS_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_REVERB_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_REVERB_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_ROOM_FILTER_FREQ","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_ROOM_FILTER_HF","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_ROOM_FILTER_MAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_ROOM_SIZE","features":[434]},{"name":"XAUDIO2FX_REVERB_MAX_WET_DRY_MIX","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_7POINT1_REAR_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_7POINT1_SIDE_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_DECAY_TIME","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_DENSITY","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_DIFFUSION","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_FRAMERATE","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_HIGH_EQ_CUTOFF","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_HIGH_EQ_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_LOW_EQ_CUTOFF","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_LOW_EQ_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_POSITION","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_REAR_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_REFLECTIONS_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_REFLECTIONS_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_REVERB_DELAY","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_REVERB_GAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_ROOM_FILTER_FREQ","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_ROOM_FILTER_HF","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_ROOM_FILTER_MAIN","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_ROOM_SIZE","features":[434]},{"name":"XAUDIO2FX_REVERB_MIN_WET_DRY_MIX","features":[434]},{"name":"XAUDIO2FX_REVERB_PARAMETERS","features":[305,434]},{"name":"XAUDIO2FX_VOLUMEMETER_LEVELS","features":[434]},{"name":"XAUDIO2_1024_QUANTUM","features":[434]},{"name":"XAUDIO2_ANY_PROCESSOR","features":[434]},{"name":"XAUDIO2_BUFFER","features":[434]},{"name":"XAUDIO2_BUFFER_WMA","features":[434]},{"name":"XAUDIO2_COMMIT_ALL","features":[434]},{"name":"XAUDIO2_COMMIT_NOW","features":[434]},{"name":"XAUDIO2_DEBUG_CONFIGURATION","features":[305,434]},{"name":"XAUDIO2_DEBUG_ENGINE","features":[434]},{"name":"XAUDIO2_DEFAULT_CHANNELS","features":[434]},{"name":"XAUDIO2_DEFAULT_FILTER_FREQUENCY","features":[434]},{"name":"XAUDIO2_DEFAULT_FILTER_ONEOVERQ","features":[434]},{"name":"XAUDIO2_DEFAULT_FREQ_RATIO","features":[434]},{"name":"XAUDIO2_DEFAULT_PROCESSOR","features":[434]},{"name":"XAUDIO2_DEFAULT_SAMPLERATE","features":[434]},{"name":"XAUDIO2_DLL","features":[434]},{"name":"XAUDIO2_DLL_A","features":[434]},{"name":"XAUDIO2_DLL_W","features":[434]},{"name":"XAUDIO2_EFFECT_CHAIN","features":[305,434]},{"name":"XAUDIO2_EFFECT_DESCRIPTOR","features":[305,434]},{"name":"XAUDIO2_END_OF_STREAM","features":[434]},{"name":"XAUDIO2_E_DEVICE_INVALIDATED","features":[434]},{"name":"XAUDIO2_E_INVALID_CALL","features":[434]},{"name":"XAUDIO2_E_XAPO_CREATION_FAILED","features":[434]},{"name":"XAUDIO2_E_XMA_DECODER_ERROR","features":[434]},{"name":"XAUDIO2_FILTER_PARAMETERS","features":[434]},{"name":"XAUDIO2_FILTER_TYPE","features":[434]},{"name":"XAUDIO2_LOG_API_CALLS","features":[434]},{"name":"XAUDIO2_LOG_DETAIL","features":[434]},{"name":"XAUDIO2_LOG_ERRORS","features":[434]},{"name":"XAUDIO2_LOG_FUNC_CALLS","features":[434]},{"name":"XAUDIO2_LOG_INFO","features":[434]},{"name":"XAUDIO2_LOG_LOCKS","features":[434]},{"name":"XAUDIO2_LOG_MEMORY","features":[434]},{"name":"XAUDIO2_LOG_STREAMING","features":[434]},{"name":"XAUDIO2_LOG_TIMING","features":[434]},{"name":"XAUDIO2_LOG_WARNINGS","features":[434]},{"name":"XAUDIO2_LOOP_INFINITE","features":[434]},{"name":"XAUDIO2_MAX_AUDIO_CHANNELS","features":[434]},{"name":"XAUDIO2_MAX_BUFFERS_SYSTEM","features":[434]},{"name":"XAUDIO2_MAX_BUFFER_BYTES","features":[434]},{"name":"XAUDIO2_MAX_FILTER_FREQUENCY","features":[434]},{"name":"XAUDIO2_MAX_FILTER_ONEOVERQ","features":[434]},{"name":"XAUDIO2_MAX_FREQ_RATIO","features":[434]},{"name":"XAUDIO2_MAX_INSTANCES","features":[434]},{"name":"XAUDIO2_MAX_LOOP_COUNT","features":[434]},{"name":"XAUDIO2_MAX_QUEUED_BUFFERS","features":[434]},{"name":"XAUDIO2_MAX_RATIO_TIMES_RATE_XMA_MONO","features":[434]},{"name":"XAUDIO2_MAX_RATIO_TIMES_RATE_XMA_MULTICHANNEL","features":[434]},{"name":"XAUDIO2_MAX_SAMPLE_RATE","features":[434]},{"name":"XAUDIO2_MAX_VOLUME_LEVEL","features":[434]},{"name":"XAUDIO2_MIN_SAMPLE_RATE","features":[434]},{"name":"XAUDIO2_NO_LOOP_REGION","features":[434]},{"name":"XAUDIO2_NO_VIRTUAL_AUDIO_CLIENT","features":[434]},{"name":"XAUDIO2_PERFORMANCE_DATA","features":[434]},{"name":"XAUDIO2_PLAY_TAILS","features":[434]},{"name":"XAUDIO2_QUANTUM_DENOMINATOR","features":[434]},{"name":"XAUDIO2_QUANTUM_NUMERATOR","features":[434]},{"name":"XAUDIO2_SEND_DESCRIPTOR","features":[434]},{"name":"XAUDIO2_SEND_USEFILTER","features":[434]},{"name":"XAUDIO2_STOP_ENGINE_WHEN_IDLE","features":[434]},{"name":"XAUDIO2_USE_DEFAULT_PROCESSOR","features":[434]},{"name":"XAUDIO2_VOICE_DETAILS","features":[434]},{"name":"XAUDIO2_VOICE_NOPITCH","features":[434]},{"name":"XAUDIO2_VOICE_NOSAMPLESPLAYED","features":[434]},{"name":"XAUDIO2_VOICE_NOSRC","features":[434]},{"name":"XAUDIO2_VOICE_SENDS","features":[434]},{"name":"XAUDIO2_VOICE_STATE","features":[434]},{"name":"XAUDIO2_VOICE_USEFILTER","features":[434]},{"name":"XAudio2CreateWithVersionInfo","features":[434]}],"438":[{"name":"ALLOW_OUTOFBAND_NOTIFICATION","features":[435]},{"name":"DO_NOT_VIRTUALIZE_STORAGES_AS_DEVICES","features":[435]},{"name":"ENUM_MODE_METADATA_VIEWS","features":[435]},{"name":"ENUM_MODE_RAW","features":[435]},{"name":"ENUM_MODE_USE_DEVICE_PREF","features":[435]},{"name":"EVENT_WMDM_CONTENT_TRANSFER","features":[435]},{"name":"IComponentAuthenticate","features":[435]},{"name":"IMDSPDevice","features":[435]},{"name":"IMDSPDevice2","features":[435]},{"name":"IMDSPDevice3","features":[435]},{"name":"IMDSPDeviceControl","features":[435]},{"name":"IMDSPDirectTransfer","features":[435]},{"name":"IMDSPEnumDevice","features":[435]},{"name":"IMDSPEnumStorage","features":[435]},{"name":"IMDSPObject","features":[435]},{"name":"IMDSPObject2","features":[435]},{"name":"IMDSPObjectInfo","features":[435]},{"name":"IMDSPRevoked","features":[435]},{"name":"IMDSPStorage","features":[435]},{"name":"IMDSPStorage2","features":[435]},{"name":"IMDSPStorage3","features":[435]},{"name":"IMDSPStorage4","features":[435]},{"name":"IMDSPStorageGlobals","features":[435]},{"name":"IMDServiceProvider","features":[435]},{"name":"IMDServiceProvider2","features":[435]},{"name":"IMDServiceProvider3","features":[435]},{"name":"IOCTL_MTP_CUSTOM_COMMAND","features":[435]},{"name":"ISCPSecureAuthenticate","features":[435]},{"name":"ISCPSecureAuthenticate2","features":[435]},{"name":"ISCPSecureExchange","features":[435]},{"name":"ISCPSecureExchange2","features":[435]},{"name":"ISCPSecureExchange3","features":[435]},{"name":"ISCPSecureQuery","features":[435]},{"name":"ISCPSecureQuery2","features":[435]},{"name":"ISCPSecureQuery3","features":[435]},{"name":"ISCPSession","features":[435]},{"name":"IWMDMDevice","features":[435]},{"name":"IWMDMDevice2","features":[435]},{"name":"IWMDMDevice3","features":[435]},{"name":"IWMDMDeviceControl","features":[435]},{"name":"IWMDMDeviceSession","features":[435]},{"name":"IWMDMEnumDevice","features":[435]},{"name":"IWMDMEnumStorage","features":[435]},{"name":"IWMDMLogger","features":[435]},{"name":"IWMDMMetaData","features":[435]},{"name":"IWMDMNotification","features":[435]},{"name":"IWMDMObjectInfo","features":[435]},{"name":"IWMDMOperation","features":[435]},{"name":"IWMDMOperation2","features":[435]},{"name":"IWMDMOperation3","features":[435]},{"name":"IWMDMProgress","features":[435]},{"name":"IWMDMProgress2","features":[435]},{"name":"IWMDMProgress3","features":[435]},{"name":"IWMDMRevoked","features":[435]},{"name":"IWMDMStorage","features":[435]},{"name":"IWMDMStorage2","features":[435]},{"name":"IWMDMStorage3","features":[435]},{"name":"IWMDMStorage4","features":[435]},{"name":"IWMDMStorageControl","features":[435]},{"name":"IWMDMStorageControl2","features":[435]},{"name":"IWMDMStorageControl3","features":[435]},{"name":"IWMDMStorageGlobals","features":[435]},{"name":"IWMDeviceManager","features":[435]},{"name":"IWMDeviceManager2","features":[435]},{"name":"IWMDeviceManager3","features":[435]},{"name":"MACINFO","features":[305,435]},{"name":"MDSP_READ","features":[435]},{"name":"MDSP_SEEK_BOF","features":[435]},{"name":"MDSP_SEEK_CUR","features":[435]},{"name":"MDSP_SEEK_EOF","features":[435]},{"name":"MDSP_WRITE","features":[435]},{"name":"MTP_COMMAND_DATA_IN","features":[435]},{"name":"MTP_COMMAND_DATA_OUT","features":[435]},{"name":"MTP_COMMAND_MAX_PARAMS","features":[435]},{"name":"MTP_NEXTPHASE_NO_DATA","features":[435]},{"name":"MTP_NEXTPHASE_READ_DATA","features":[435]},{"name":"MTP_NEXTPHASE_WRITE_DATA","features":[435]},{"name":"MTP_RESPONSE_MAX_PARAMS","features":[435]},{"name":"MTP_RESPONSE_OK","features":[435]},{"name":"MediaDevMgr","features":[435]},{"name":"MediaDevMgrClassFactory","features":[435]},{"name":"OPAQUECOMMAND","features":[435]},{"name":"RSA_KEY_LEN","features":[435]},{"name":"SAC_CERT_V1","features":[435]},{"name":"SAC_CERT_X509","features":[435]},{"name":"SAC_MAC_LEN","features":[435]},{"name":"SAC_PROTOCOL_V1","features":[435]},{"name":"SAC_PROTOCOL_WMDM","features":[435]},{"name":"SAC_SESSION_KEYLEN","features":[435]},{"name":"SCP_EVENTID_ACQSECURECLOCK","features":[435]},{"name":"SCP_EVENTID_DRMINFO","features":[435]},{"name":"SCP_EVENTID_NEEDTOINDIV","features":[435]},{"name":"SCP_PARAMID_DRMVERSION","features":[435]},{"name":"WMDMDATETIME","features":[435]},{"name":"WMDMDetermineMaxPropStringLen","features":[435]},{"name":"WMDMDevice","features":[435]},{"name":"WMDMDeviceEnum","features":[435]},{"name":"WMDMID","features":[435]},{"name":"WMDMID_LENGTH","features":[435]},{"name":"WMDMLogger","features":[435]},{"name":"WMDMMessage","features":[435]},{"name":"WMDMMetadataView","features":[435]},{"name":"WMDMRIGHTS","features":[435]},{"name":"WMDMStorage","features":[435]},{"name":"WMDMStorageEnum","features":[435]},{"name":"WMDMStorageGlobal","features":[435]},{"name":"WMDM_APP_REVOKED","features":[435]},{"name":"WMDM_CONTENT_FILE","features":[435]},{"name":"WMDM_CONTENT_FOLDER","features":[435]},{"name":"WMDM_CONTENT_OPERATIONINTERFACE","features":[435]},{"name":"WMDM_DEVICECAP_CANPAUSE","features":[435]},{"name":"WMDM_DEVICECAP_CANPLAY","features":[435]},{"name":"WMDM_DEVICECAP_CANRECORD","features":[435]},{"name":"WMDM_DEVICECAP_CANRESUME","features":[435]},{"name":"WMDM_DEVICECAP_CANSEEK","features":[435]},{"name":"WMDM_DEVICECAP_CANSTOP","features":[435]},{"name":"WMDM_DEVICECAP_CANSTREAMPLAY","features":[435]},{"name":"WMDM_DEVICECAP_CANSTREAMRECORD","features":[435]},{"name":"WMDM_DEVICECAP_HASSECURECLOCK","features":[435]},{"name":"WMDM_DEVICE_PROTOCOL_MSC","features":[435]},{"name":"WMDM_DEVICE_PROTOCOL_MTP","features":[435]},{"name":"WMDM_DEVICE_PROTOCOL_RAPI","features":[435]},{"name":"WMDM_DEVICE_TYPE_DECODE","features":[435]},{"name":"WMDM_DEVICE_TYPE_ENCODE","features":[435]},{"name":"WMDM_DEVICE_TYPE_FILELISTRESYNC","features":[435]},{"name":"WMDM_DEVICE_TYPE_NONREENTRANT","features":[435]},{"name":"WMDM_DEVICE_TYPE_NONSDMI","features":[435]},{"name":"WMDM_DEVICE_TYPE_PLAYBACK","features":[435]},{"name":"WMDM_DEVICE_TYPE_RECORD","features":[435]},{"name":"WMDM_DEVICE_TYPE_SDMI","features":[435]},{"name":"WMDM_DEVICE_TYPE_STORAGE","features":[435]},{"name":"WMDM_DEVICE_TYPE_VIEW_PREF_METADATAVIEW","features":[435]},{"name":"WMDM_DEVICE_TYPE_VIRTUAL","features":[435]},{"name":"WMDM_ENUM_PROP_VALID_VALUES_ANY","features":[435]},{"name":"WMDM_ENUM_PROP_VALID_VALUES_ENUM","features":[435]},{"name":"WMDM_ENUM_PROP_VALID_VALUES_FORM","features":[435]},{"name":"WMDM_ENUM_PROP_VALID_VALUES_RANGE","features":[435]},{"name":"WMDM_E_BUFFERTOOSMALL","features":[435]},{"name":"WMDM_E_BUSY","features":[435]},{"name":"WMDM_E_CALL_OUT_OF_SEQUENCE","features":[435]},{"name":"WMDM_E_CANTOPEN_PMSN_SERVICE_PIPE","features":[435]},{"name":"WMDM_E_INCORRECT_APPSEC","features":[435]},{"name":"WMDM_E_INCORRECT_RIGHTS","features":[435]},{"name":"WMDM_E_INTERFACEDEAD","features":[435]},{"name":"WMDM_E_INVALIDTYPE","features":[435]},{"name":"WMDM_E_LICENSE_EXPIRED","features":[435]},{"name":"WMDM_E_LICENSE_NOTEXIST","features":[435]},{"name":"WMDM_E_MAC_CHECK_FAILED","features":[435]},{"name":"WMDM_E_MOREDATA","features":[435]},{"name":"WMDM_E_NORIGHTS","features":[435]},{"name":"WMDM_E_NOTCERTIFIED","features":[435]},{"name":"WMDM_E_NOTSUPPORTED","features":[435]},{"name":"WMDM_E_PROCESSFAILED","features":[435]},{"name":"WMDM_E_REVOKED","features":[435]},{"name":"WMDM_E_SDMI_NOMORECOPIES","features":[435]},{"name":"WMDM_E_SDMI_TRIGGER","features":[435]},{"name":"WMDM_E_TOO_MANY_SESSIONS","features":[435]},{"name":"WMDM_E_USER_CANCELLED","features":[435]},{"name":"WMDM_FILE_ATTR_AUDIO","features":[435]},{"name":"WMDM_FILE_ATTR_AUDIOBOOK","features":[435]},{"name":"WMDM_FILE_ATTR_CANDELETE","features":[435]},{"name":"WMDM_FILE_ATTR_CANMOVE","features":[435]},{"name":"WMDM_FILE_ATTR_CANPLAY","features":[435]},{"name":"WMDM_FILE_ATTR_CANREAD","features":[435]},{"name":"WMDM_FILE_ATTR_CANRENAME","features":[435]},{"name":"WMDM_FILE_ATTR_DATA","features":[435]},{"name":"WMDM_FILE_ATTR_FILE","features":[435]},{"name":"WMDM_FILE_ATTR_FOLDER","features":[435]},{"name":"WMDM_FILE_ATTR_HIDDEN","features":[435]},{"name":"WMDM_FILE_ATTR_LINK","features":[435]},{"name":"WMDM_FILE_ATTR_MUSIC","features":[435]},{"name":"WMDM_FILE_ATTR_READONLY","features":[435]},{"name":"WMDM_FILE_ATTR_SYSTEM","features":[435]},{"name":"WMDM_FILE_ATTR_VIDEO","features":[435]},{"name":"WMDM_FILE_CREATE_OVERWRITE","features":[435]},{"name":"WMDM_FIND_SCOPE","features":[435]},{"name":"WMDM_FIND_SCOPE_GLOBAL","features":[435]},{"name":"WMDM_FIND_SCOPE_IMMEDIATE_CHILDREN","features":[435]},{"name":"WMDM_FORMATCODE","features":[435]},{"name":"WMDM_FORMATCODE_3G2","features":[435]},{"name":"WMDM_FORMATCODE_3G2A","features":[435]},{"name":"WMDM_FORMATCODE_3GP","features":[435]},{"name":"WMDM_FORMATCODE_3GPA","features":[435]},{"name":"WMDM_FORMATCODE_AAC","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTAUDIOALBUM","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTAUDIOVIDEOPLAYLIST","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTCALENDARITEM","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTCHAPTEREDPRODUCTION","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTCONTACT","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTCONTACTGROUP","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTDOCUMENT","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTIMAGEALBUM","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTMESSAGE","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTMESSAGEFOLDER","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTMULTIMEDIAALBUM","features":[435]},{"name":"WMDM_FORMATCODE_ABSTRACTVIDEOALBUM","features":[435]},{"name":"WMDM_FORMATCODE_AIFF","features":[435]},{"name":"WMDM_FORMATCODE_ALLIMAGES","features":[435]},{"name":"WMDM_FORMATCODE_AMR","features":[435]},{"name":"WMDM_FORMATCODE_ASF","features":[435]},{"name":"WMDM_FORMATCODE_ASSOCIATION","features":[435]},{"name":"WMDM_FORMATCODE_ASXPLAYLIST","features":[435]},{"name":"WMDM_FORMATCODE_ATSCTS","features":[435]},{"name":"WMDM_FORMATCODE_AUDIBLE","features":[435]},{"name":"WMDM_FORMATCODE_AVCHD","features":[435]},{"name":"WMDM_FORMATCODE_AVI","features":[435]},{"name":"WMDM_FORMATCODE_DPOF","features":[435]},{"name":"WMDM_FORMATCODE_DVBTS","features":[435]},{"name":"WMDM_FORMATCODE_EXECUTABLE","features":[435]},{"name":"WMDM_FORMATCODE_FLAC","features":[435]},{"name":"WMDM_FORMATCODE_HTML","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_BMP","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_CIFF","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_EXIF","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_FLASHPIX","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_GIF","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_JFIF","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_JP2","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_JPX","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_PCD","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_PICT","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_PNG","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_RESERVED_FIRST","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_RESERVED_LAST","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_TIFF","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_TIFFEP","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_TIFFIT","features":[435]},{"name":"WMDM_FORMATCODE_IMAGE_UNDEFINED","features":[435]},{"name":"WMDM_FORMATCODE_JPEGXR","features":[435]},{"name":"WMDM_FORMATCODE_M3UPLAYLIST","features":[435]},{"name":"WMDM_FORMATCODE_M4A","features":[435]},{"name":"WMDM_FORMATCODE_MEDIA_CAST","features":[435]},{"name":"WMDM_FORMATCODE_MHTCOMPILEDHTMLDOCUMENT","features":[435]},{"name":"WMDM_FORMATCODE_MICROSOFTEXCELSPREADSHEET","features":[435]},{"name":"WMDM_FORMATCODE_MICROSOFTPOWERPOINTDOCUMENT","features":[435]},{"name":"WMDM_FORMATCODE_MICROSOFTWORDDOCUMENT","features":[435]},{"name":"WMDM_FORMATCODE_MK3D","features":[435]},{"name":"WMDM_FORMATCODE_MKA","features":[435]},{"name":"WMDM_FORMATCODE_MKV","features":[435]},{"name":"WMDM_FORMATCODE_MP2","features":[435]},{"name":"WMDM_FORMATCODE_MP3","features":[435]},{"name":"WMDM_FORMATCODE_MP4","features":[435]},{"name":"WMDM_FORMATCODE_MPEG","features":[435]},{"name":"WMDM_FORMATCODE_MPLPLAYLIST","features":[435]},{"name":"WMDM_FORMATCODE_NOTUSED","features":[435]},{"name":"WMDM_FORMATCODE_OGG","features":[435]},{"name":"WMDM_FORMATCODE_PLSPLAYLIST","features":[435]},{"name":"WMDM_FORMATCODE_QCELP","features":[435]},{"name":"WMDM_FORMATCODE_RESERVED_FIRST","features":[435]},{"name":"WMDM_FORMATCODE_RESERVED_LAST","features":[435]},{"name":"WMDM_FORMATCODE_SCRIPT","features":[435]},{"name":"WMDM_FORMATCODE_SECTION","features":[435]},{"name":"WMDM_FORMATCODE_TEXT","features":[435]},{"name":"WMDM_FORMATCODE_UNDEFINED","features":[435]},{"name":"WMDM_FORMATCODE_UNDEFINEDAUDIO","features":[435]},{"name":"WMDM_FORMATCODE_UNDEFINEDCALENDARITEM","features":[435]},{"name":"WMDM_FORMATCODE_UNDEFINEDCOLLECTION","features":[435]},{"name":"WMDM_FORMATCODE_UNDEFINEDCONTACT","features":[435]},{"name":"WMDM_FORMATCODE_UNDEFINEDDOCUMENT","features":[435]},{"name":"WMDM_FORMATCODE_UNDEFINEDFIRMWARE","features":[435]},{"name":"WMDM_FORMATCODE_UNDEFINEDMESSAGE","features":[435]},{"name":"WMDM_FORMATCODE_UNDEFINEDVIDEO","features":[435]},{"name":"WMDM_FORMATCODE_UNDEFINEDWINDOWSEXECUTABLE","features":[435]},{"name":"WMDM_FORMATCODE_VCALENDAR1","features":[435]},{"name":"WMDM_FORMATCODE_VCALENDAR2","features":[435]},{"name":"WMDM_FORMATCODE_VCARD2","features":[435]},{"name":"WMDM_FORMATCODE_VCARD3","features":[435]},{"name":"WMDM_FORMATCODE_WAVE","features":[435]},{"name":"WMDM_FORMATCODE_WBMP","features":[435]},{"name":"WMDM_FORMATCODE_WINDOWSIMAGEFORMAT","features":[435]},{"name":"WMDM_FORMATCODE_WMA","features":[435]},{"name":"WMDM_FORMATCODE_WMV","features":[435]},{"name":"WMDM_FORMATCODE_WPLPLAYLIST","features":[435]},{"name":"WMDM_FORMATCODE_XMLDOCUMENT","features":[435]},{"name":"WMDM_FORMAT_CAPABILITY","features":[305,435,392,360]},{"name":"WMDM_GET_FORMAT_SUPPORT_AUDIO","features":[435]},{"name":"WMDM_GET_FORMAT_SUPPORT_FILE","features":[435]},{"name":"WMDM_GET_FORMAT_SUPPORT_VIDEO","features":[435]},{"name":"WMDM_LOG_NOTIMESTAMP","features":[435]},{"name":"WMDM_LOG_SEV_ERROR","features":[435]},{"name":"WMDM_LOG_SEV_INFO","features":[435]},{"name":"WMDM_LOG_SEV_WARN","features":[435]},{"name":"WMDM_MAC_LENGTH","features":[435]},{"name":"WMDM_MODE_BLOCK","features":[435]},{"name":"WMDM_MODE_PROGRESS","features":[435]},{"name":"WMDM_MODE_QUERY","features":[435]},{"name":"WMDM_MODE_RECURSIVE","features":[435]},{"name":"WMDM_MODE_THREAD","features":[435]},{"name":"WMDM_MODE_TRANSFER_PROTECTED","features":[435]},{"name":"WMDM_MODE_TRANSFER_UNPROTECTED","features":[435]},{"name":"WMDM_MSG_DEVICE_ARRIVAL","features":[435]},{"name":"WMDM_MSG_DEVICE_REMOVAL","features":[435]},{"name":"WMDM_MSG_MEDIA_ARRIVAL","features":[435]},{"name":"WMDM_MSG_MEDIA_REMOVAL","features":[435]},{"name":"WMDM_POWER_CAP_BATTERY","features":[435]},{"name":"WMDM_POWER_CAP_EXTERNAL","features":[435]},{"name":"WMDM_POWER_IS_BATTERY","features":[435]},{"name":"WMDM_POWER_IS_EXTERNAL","features":[435]},{"name":"WMDM_POWER_PERCENT_AVAILABLE","features":[435]},{"name":"WMDM_PROP_CONFIG","features":[305,435,392,360]},{"name":"WMDM_PROP_DESC","features":[305,435,392,360]},{"name":"WMDM_PROP_VALUES_ENUM","features":[305,435,392,360]},{"name":"WMDM_PROP_VALUES_RANGE","features":[305,435,392,360]},{"name":"WMDM_RIGHTS_COPY_TO_CD","features":[435]},{"name":"WMDM_RIGHTS_COPY_TO_NON_SDMI_DEVICE","features":[435]},{"name":"WMDM_RIGHTS_COPY_TO_SDMI_DEVICE","features":[435]},{"name":"WMDM_RIGHTS_EXPIRATIONDATE","features":[435]},{"name":"WMDM_RIGHTS_FREESERIALIDS","features":[435]},{"name":"WMDM_RIGHTS_GROUPID","features":[435]},{"name":"WMDM_RIGHTS_NAMEDSERIALIDS","features":[435]},{"name":"WMDM_RIGHTS_PLAYBACKCOUNT","features":[435]},{"name":"WMDM_RIGHTS_PLAY_ON_PC","features":[435]},{"name":"WMDM_SCP_DECIDE_DATA","features":[435]},{"name":"WMDM_SCP_DRMINFO_NOT_DRMPROTECTED","features":[435]},{"name":"WMDM_SCP_DRMINFO_V1HEADER","features":[435]},{"name":"WMDM_SCP_DRMINFO_V2HEADER","features":[435]},{"name":"WMDM_SCP_EXAMINE_DATA","features":[435]},{"name":"WMDM_SCP_EXAMINE_EXTENSION","features":[435]},{"name":"WMDM_SCP_NO_MORE_CHANGES","features":[435]},{"name":"WMDM_SCP_PROTECTED_OUTPUT","features":[435]},{"name":"WMDM_SCP_REVOKED","features":[435]},{"name":"WMDM_SCP_RIGHTS_DATA","features":[435]},{"name":"WMDM_SCP_TRANSFER_OBJECTDATA","features":[435]},{"name":"WMDM_SCP_UNPROTECTED_OUTPUT","features":[435]},{"name":"WMDM_SEEK_BEGIN","features":[435]},{"name":"WMDM_SEEK_CURRENT","features":[435]},{"name":"WMDM_SEEK_END","features":[435]},{"name":"WMDM_SEEK_REMOTECONTROL","features":[435]},{"name":"WMDM_SEEK_STREAMINGAUDIO","features":[435]},{"name":"WMDM_SERVICE_PROVIDER_VENDOR_MICROSOFT","features":[435]},{"name":"WMDM_SESSION_CUSTOM","features":[435]},{"name":"WMDM_SESSION_DELETE","features":[435]},{"name":"WMDM_SESSION_NONE","features":[435]},{"name":"WMDM_SESSION_TRANSFER_FROM_DEVICE","features":[435]},{"name":"WMDM_SESSION_TRANSFER_TO_DEVICE","features":[435]},{"name":"WMDM_SESSION_TYPE","features":[435]},{"name":"WMDM_SP_REVOKED","features":[435]},{"name":"WMDM_STATUS_BUSY","features":[435]},{"name":"WMDM_STATUS_DEVICECONTROL_PAUSED","features":[435]},{"name":"WMDM_STATUS_DEVICECONTROL_PLAYING","features":[435]},{"name":"WMDM_STATUS_DEVICECONTROL_RECORDING","features":[435]},{"name":"WMDM_STATUS_DEVICECONTROL_REMOTE","features":[435]},{"name":"WMDM_STATUS_DEVICECONTROL_STREAM","features":[435]},{"name":"WMDM_STATUS_DEVICE_NOTPRESENT","features":[435]},{"name":"WMDM_STATUS_READY","features":[435]},{"name":"WMDM_STATUS_STORAGECONTROL_APPENDING","features":[435]},{"name":"WMDM_STATUS_STORAGECONTROL_DELETING","features":[435]},{"name":"WMDM_STATUS_STORAGECONTROL_INSERTING","features":[435]},{"name":"WMDM_STATUS_STORAGECONTROL_MOVING","features":[435]},{"name":"WMDM_STATUS_STORAGECONTROL_READING","features":[435]},{"name":"WMDM_STATUS_STORAGE_BROKEN","features":[435]},{"name":"WMDM_STATUS_STORAGE_INITIALIZING","features":[435]},{"name":"WMDM_STATUS_STORAGE_NOTPRESENT","features":[435]},{"name":"WMDM_STATUS_STORAGE_NOTSUPPORTED","features":[435]},{"name":"WMDM_STATUS_STORAGE_UNFORMATTED","features":[435]},{"name":"WMDM_STORAGECAP_FILELIMITEXISTS","features":[435]},{"name":"WMDM_STORAGECAP_FILESINFOLDERS","features":[435]},{"name":"WMDM_STORAGECAP_FILESINROOT","features":[435]},{"name":"WMDM_STORAGECAP_FOLDERLIMITEXISTS","features":[435]},{"name":"WMDM_STORAGECAP_FOLDERSINFOLDERS","features":[435]},{"name":"WMDM_STORAGECAP_FOLDERSINROOT","features":[435]},{"name":"WMDM_STORAGECAP_NOT_INITIALIZABLE","features":[435]},{"name":"WMDM_STORAGECONTROL_INSERTAFTER","features":[435]},{"name":"WMDM_STORAGECONTROL_INSERTBEFORE","features":[435]},{"name":"WMDM_STORAGECONTROL_INSERTINTO","features":[435]},{"name":"WMDM_STORAGE_ATTR_CANEDITMETADATA","features":[435]},{"name":"WMDM_STORAGE_ATTR_FILESYSTEM","features":[435]},{"name":"WMDM_STORAGE_ATTR_FOLDERS","features":[435]},{"name":"WMDM_STORAGE_ATTR_HAS_FILES","features":[435]},{"name":"WMDM_STORAGE_ATTR_HAS_FOLDERS","features":[435]},{"name":"WMDM_STORAGE_ATTR_NONREMOVABLE","features":[435]},{"name":"WMDM_STORAGE_ATTR_REMOVABLE","features":[435]},{"name":"WMDM_STORAGE_ATTR_VIRTUAL","features":[435]},{"name":"WMDM_STORAGE_CONTAINS_DEFAULT","features":[435]},{"name":"WMDM_STORAGE_ENUM_MODE","features":[435]},{"name":"WMDM_STORAGE_IS_DEFAULT","features":[435]},{"name":"WMDM_S_NOT_ALL_PROPERTIES_APPLIED","features":[435]},{"name":"WMDM_S_NOT_ALL_PROPERTIES_RETRIEVED","features":[435]},{"name":"WMDM_TAG_DATATYPE","features":[435]},{"name":"WMDM_TYPE_BINARY","features":[435]},{"name":"WMDM_TYPE_BOOL","features":[435]},{"name":"WMDM_TYPE_DATE","features":[435]},{"name":"WMDM_TYPE_DWORD","features":[435]},{"name":"WMDM_TYPE_GUID","features":[435]},{"name":"WMDM_TYPE_QWORD","features":[435]},{"name":"WMDM_TYPE_STRING","features":[435]},{"name":"WMDM_TYPE_WORD","features":[435]},{"name":"WMDM_WMDM_REVOKED","features":[435]},{"name":"WMFILECAPABILITIES","features":[435]},{"name":"g_wszAudioWAVECodec","features":[435]},{"name":"g_wszVideoFourCCCodec","features":[435]},{"name":"g_wszWMDMAlbumArt","features":[435]},{"name":"g_wszWMDMAlbumArtist","features":[435]},{"name":"g_wszWMDMAlbumCoverData","features":[435]},{"name":"g_wszWMDMAlbumCoverDuration","features":[435]},{"name":"g_wszWMDMAlbumCoverFormat","features":[435]},{"name":"g_wszWMDMAlbumCoverHeight","features":[435]},{"name":"g_wszWMDMAlbumCoverSize","features":[435]},{"name":"g_wszWMDMAlbumCoverWidth","features":[435]},{"name":"g_wszWMDMAlbumTitle","features":[435]},{"name":"g_wszWMDMAudioBitDepth","features":[435]},{"name":"g_wszWMDMAuthor","features":[435]},{"name":"g_wszWMDMAuthorDate","features":[435]},{"name":"g_wszWMDMBitRateType","features":[435]},{"name":"g_wszWMDMBitrate","features":[435]},{"name":"g_wszWMDMBlockAlignment","features":[435]},{"name":"g_wszWMDMBufferSize","features":[435]},{"name":"g_wszWMDMBuyNow","features":[435]},{"name":"g_wszWMDMByteBookmark","features":[435]},{"name":"g_wszWMDMCategory","features":[435]},{"name":"g_wszWMDMCodec","features":[435]},{"name":"g_wszWMDMCollectionID","features":[435]},{"name":"g_wszWMDMComposer","features":[435]},{"name":"g_wszWMDMDRMId","features":[435]},{"name":"g_wszWMDMDataLength","features":[435]},{"name":"g_wszWMDMDataOffset","features":[435]},{"name":"g_wszWMDMDataUnits","features":[435]},{"name":"g_wszWMDMDescription","features":[435]},{"name":"g_wszWMDMDestinationURL","features":[435]},{"name":"g_wszWMDMDeviceFirmwareVersion","features":[435]},{"name":"g_wszWMDMDeviceFriendlyName","features":[435]},{"name":"g_wszWMDMDeviceModelName","features":[435]},{"name":"g_wszWMDMDevicePlayCount","features":[435]},{"name":"g_wszWMDMDeviceProtocol","features":[435]},{"name":"g_wszWMDMDeviceRevocationInfo","features":[435]},{"name":"g_wszWMDMDeviceServiceProviderVendor","features":[435]},{"name":"g_wszWMDMDeviceVendorExtension","features":[435]},{"name":"g_wszWMDMDuration","features":[435]},{"name":"g_wszWMDMEditor","features":[435]},{"name":"g_wszWMDMEncodingProfile","features":[435]},{"name":"g_wszWMDMFileAttributes","features":[435]},{"name":"g_wszWMDMFileCreationDate","features":[435]},{"name":"g_wszWMDMFileName","features":[435]},{"name":"g_wszWMDMFileSize","features":[435]},{"name":"g_wszWMDMFormatCode","features":[435]},{"name":"g_wszWMDMFormatsSupported","features":[435]},{"name":"g_wszWMDMFormatsSupportedAreOrdered","features":[435]},{"name":"g_wszWMDMFrameRate","features":[435]},{"name":"g_wszWMDMGenre","features":[435]},{"name":"g_wszWMDMHeight","features":[435]},{"name":"g_wszWMDMIsProtected","features":[435]},{"name":"g_wszWMDMIsRepeat","features":[435]},{"name":"g_wszWMDMKeyFrameDistance","features":[435]},{"name":"g_wszWMDMLastModifiedDate","features":[435]},{"name":"g_wszWMDMMediaClassSecondaryID","features":[435]},{"name":"g_wszWMDMMediaCredits","features":[435]},{"name":"g_wszWMDMMediaGuid","features":[435]},{"name":"g_wszWMDMMediaOriginalBroadcastDateTime","features":[435]},{"name":"g_wszWMDMMediaOriginalChannel","features":[435]},{"name":"g_wszWMDMMediaStationName","features":[435]},{"name":"g_wszWMDMMetaGenre","features":[435]},{"name":"g_wszWMDMNonConsumable","features":[435]},{"name":"g_wszWMDMNumChannels","features":[435]},{"name":"g_wszWMDMObjectBookmark","features":[435]},{"name":"g_wszWMDMOwner","features":[435]},{"name":"g_wszWMDMParentalRating","features":[435]},{"name":"g_wszWMDMPersistentUniqueID","features":[435]},{"name":"g_wszWMDMPlayCount","features":[435]},{"name":"g_wszWMDMProviderCopyright","features":[435]},{"name":"g_wszWMDMQualitySetting","features":[435]},{"name":"g_wszWMDMSampleRate","features":[435]},{"name":"g_wszWMDMScanType","features":[435]},{"name":"g_wszWMDMSourceURL","features":[435]},{"name":"g_wszWMDMSubTitle","features":[435]},{"name":"g_wszWMDMSubTitleDescription","features":[435]},{"name":"g_wszWMDMSupportedDeviceProperties","features":[435]},{"name":"g_wszWMDMSyncID","features":[435]},{"name":"g_wszWMDMSyncRelationshipID","features":[435]},{"name":"g_wszWMDMSyncTime","features":[435]},{"name":"g_wszWMDMTimeBookmark","features":[435]},{"name":"g_wszWMDMTimeToLive","features":[435]},{"name":"g_wszWMDMTitle","features":[435]},{"name":"g_wszWMDMTotalBitrate","features":[435]},{"name":"g_wszWMDMTrack","features":[435]},{"name":"g_wszWMDMTrackMood","features":[435]},{"name":"g_wszWMDMUserEffectiveRating","features":[435]},{"name":"g_wszWMDMUserLastPlayTime","features":[435]},{"name":"g_wszWMDMUserRating","features":[435]},{"name":"g_wszWMDMUserRatingOnDevice","features":[435]},{"name":"g_wszWMDMVideoBitrate","features":[435]},{"name":"g_wszWMDMWebmaster","features":[435]},{"name":"g_wszWMDMWidth","features":[435]},{"name":"g_wszWMDMYear","features":[435]},{"name":"g_wszWMDMediaClassPrimaryID","features":[435]},{"name":"g_wszWPDPassthroughPropertyValues","features":[435]}],"439":[{"name":"ADVISE_CLIPPING","features":[436]},{"name":"ADVISE_COLORKEY","features":[436]},{"name":"ADVISE_DISPLAY_CHANGE","features":[436]},{"name":"ADVISE_NONE","features":[436]},{"name":"ADVISE_PALETTE","features":[436]},{"name":"ADVISE_POSITION","features":[436]},{"name":"ADVISE_TYPE","features":[436]},{"name":"ALLOCATOR_PROPERTIES","features":[436]},{"name":"AMAP_3D_TARGET","features":[436]},{"name":"AMAP_ALLOW_SYSMEM","features":[436]},{"name":"AMAP_DIRECTED_FLIP","features":[436]},{"name":"AMAP_DXVA_TARGET","features":[436]},{"name":"AMAP_FORCE_SYSMEM","features":[436]},{"name":"AMAP_PIXELFORMAT_VALID","features":[436]},{"name":"AMCONTROL_COLORINFO_PRESENT","features":[436]},{"name":"AMCONTROL_PAD_TO_16x9","features":[436]},{"name":"AMCONTROL_PAD_TO_4x3","features":[436]},{"name":"AMCONTROL_USED","features":[436]},{"name":"AMCOPPCommand","features":[436]},{"name":"AMCOPPSignature","features":[436]},{"name":"AMCOPPStatusInput","features":[436]},{"name":"AMCOPPStatusOutput","features":[436]},{"name":"AMCOPYPROTECT_RestrictDuplication","features":[436]},{"name":"AMDDS_ALL","features":[436]},{"name":"AMDDS_DCIPS","features":[436]},{"name":"AMDDS_DEFAULT","features":[436]},{"name":"AMDDS_NONE","features":[436]},{"name":"AMDDS_PS","features":[436]},{"name":"AMDDS_RGBFLP","features":[436]},{"name":"AMDDS_RGBOFF","features":[436]},{"name":"AMDDS_RGBOVR","features":[436]},{"name":"AMDDS_YUVFLP","features":[436]},{"name":"AMDDS_YUVOFF","features":[436]},{"name":"AMDDS_YUVOVR","features":[436]},{"name":"AMExtendedSeekingCapabilities","features":[436]},{"name":"AMF_AUTOMATICGAIN","features":[436]},{"name":"AMGETERRORTEXTPROCA","features":[305,436]},{"name":"AMGETERRORTEXTPROCW","features":[305,436]},{"name":"AMGetErrorTextA","features":[436]},{"name":"AMGetErrorTextW","features":[436]},{"name":"AMINTERLACE_1FieldPerSample","features":[436]},{"name":"AMINTERLACE_DisplayModeBobOnly","features":[436]},{"name":"AMINTERLACE_DisplayModeBobOrWeave","features":[436]},{"name":"AMINTERLACE_DisplayModeMask","features":[436]},{"name":"AMINTERLACE_DisplayModeWeaveOnly","features":[436]},{"name":"AMINTERLACE_Field1First","features":[436]},{"name":"AMINTERLACE_FieldPatBothIrregular","features":[436]},{"name":"AMINTERLACE_FieldPatBothRegular","features":[436]},{"name":"AMINTERLACE_FieldPatField1Only","features":[436]},{"name":"AMINTERLACE_FieldPatField2Only","features":[436]},{"name":"AMINTERLACE_FieldPatternMask","features":[436]},{"name":"AMINTERLACE_IsInterlaced","features":[436]},{"name":"AMINTERLACE_UNUSED","features":[436]},{"name":"AMMSF_ADDDEFAULTRENDERER","features":[436]},{"name":"AMMSF_CREATEPEER","features":[436]},{"name":"AMMSF_MMS_INIT_FLAGS","features":[436]},{"name":"AMMSF_MS_FLAGS","features":[436]},{"name":"AMMSF_NOCLOCK","features":[436]},{"name":"AMMSF_NOGRAPHTHREAD","features":[436]},{"name":"AMMSF_NORENDER","features":[436]},{"name":"AMMSF_NOSTALL","features":[436]},{"name":"AMMSF_RENDERALLSTREAMS","features":[436]},{"name":"AMMSF_RENDERTOEXISTING","features":[436]},{"name":"AMMSF_RENDERTYPEMASK","features":[436]},{"name":"AMMSF_RENDER_FLAGS","features":[436]},{"name":"AMMSF_RUN","features":[436]},{"name":"AMMSF_STOPIFNOSAMPLES","features":[436]},{"name":"AMOVERFX_DEINTERLACE","features":[436]},{"name":"AMOVERFX_MIRRORLEFTRIGHT","features":[436]},{"name":"AMOVERFX_MIRRORUPDOWN","features":[436]},{"name":"AMOVERFX_NOFX","features":[436]},{"name":"AMOVERLAYFX","features":[436]},{"name":"AMPLAYLISTEVENT_BREAK","features":[436]},{"name":"AMPLAYLISTEVENT_MASK","features":[436]},{"name":"AMPLAYLISTEVENT_NEXT","features":[436]},{"name":"AMPLAYLISTEVENT_REFRESH","features":[436]},{"name":"AMPLAYLISTEVENT_RESUME","features":[436]},{"name":"AMPLAYLISTITEM_CANBIND","features":[436]},{"name":"AMPLAYLISTITEM_CANSKIP","features":[436]},{"name":"AMPLAYLIST_FORCEBANNER","features":[436]},{"name":"AMPLAYLIST_STARTINSCANMODE","features":[436]},{"name":"AMPROPERTY_PIN","features":[436]},{"name":"AMPROPERTY_PIN_CATEGORY","features":[436]},{"name":"AMPROPERTY_PIN_MEDIUM","features":[436]},{"name":"AMPlayListEventFlags","features":[436]},{"name":"AMPlayListFlags","features":[436]},{"name":"AMPlayListItemFlags","features":[436]},{"name":"AMRESCTL_RESERVEFLAGS_RESERVE","features":[436]},{"name":"AMRESCTL_RESERVEFLAGS_UNRESERVE","features":[436]},{"name":"AMSTREAMSELECTENABLE_ENABLE","features":[436]},{"name":"AMSTREAMSELECTENABLE_ENABLEALL","features":[436]},{"name":"AMSTREAMSELECTINFO_ENABLED","features":[436]},{"name":"AMSTREAMSELECTINFO_EXCLUSIVE","features":[436]},{"name":"AMTUNER_EVENT_CHANGED","features":[436]},{"name":"AMTUNER_HASNOSIGNALSTRENGTH","features":[436]},{"name":"AMTUNER_MODE_AM_RADIO","features":[436]},{"name":"AMTUNER_MODE_DEFAULT","features":[436]},{"name":"AMTUNER_MODE_DSS","features":[436]},{"name":"AMTUNER_MODE_FM_RADIO","features":[436]},{"name":"AMTUNER_MODE_TV","features":[436]},{"name":"AMTUNER_NOSIGNAL","features":[436]},{"name":"AMTUNER_SIGNALPRESENT","features":[436]},{"name":"AMTUNER_SUBCHAN_DEFAULT","features":[436]},{"name":"AMTUNER_SUBCHAN_NO_TUNE","features":[436]},{"name":"AMTVAUDIO_EVENT_CHANGED","features":[436]},{"name":"AMTVAUDIO_MODE_LANG_A","features":[436]},{"name":"AMTVAUDIO_MODE_LANG_B","features":[436]},{"name":"AMTVAUDIO_MODE_LANG_C","features":[436]},{"name":"AMTVAUDIO_MODE_MONO","features":[436]},{"name":"AMTVAUDIO_MODE_STEREO","features":[436]},{"name":"AMTVAUDIO_PRESET_LANG_A","features":[436]},{"name":"AMTVAUDIO_PRESET_LANG_B","features":[436]},{"name":"AMTVAUDIO_PRESET_LANG_C","features":[436]},{"name":"AMTVAUDIO_PRESET_STEREO","features":[436]},{"name":"AMTVAudioEventType","features":[436]},{"name":"AMTunerEventType","features":[436]},{"name":"AMTunerModeType","features":[436]},{"name":"AMTunerSignalStrength","features":[436]},{"name":"AMTunerSubChannel","features":[436]},{"name":"AMVABUFFERINFO","features":[436]},{"name":"AMVABeginFrameInfo","features":[436]},{"name":"AMVACompBufferInfo","features":[316,436]},{"name":"AMVAEndFrameInfo","features":[436]},{"name":"AMVAInternalMemInfo","features":[436]},{"name":"AMVAUncompBufferInfo","features":[316,436]},{"name":"AMVAUncompDataInfo","features":[316,436]},{"name":"AMVA_QUERYRENDERSTATUSF_READ","features":[436]},{"name":"AMVA_TYPEINDEX_OUTPUTFRAME","features":[436]},{"name":"AMVPDATAINFO","features":[305,436]},{"name":"AMVPDIMINFO","features":[305,436]},{"name":"AMVPSIZE","features":[436]},{"name":"AMVP_BEST_BANDWIDTH","features":[436]},{"name":"AMVP_DO_NOT_CARE","features":[436]},{"name":"AMVP_INPUT_SAME_AS_OUTPUT","features":[436]},{"name":"AMVP_MODE","features":[436]},{"name":"AMVP_MODE_BOBINTERLEAVED","features":[436]},{"name":"AMVP_MODE_BOBNONINTERLEAVED","features":[436]},{"name":"AMVP_MODE_SKIPEVEN","features":[436]},{"name":"AMVP_MODE_SKIPODD","features":[436]},{"name":"AMVP_MODE_WEAVE","features":[436]},{"name":"AMVP_SELECT_FORMAT_BY","features":[436]},{"name":"AM_AC3_ALTERNATE_AUDIO","features":[305,436]},{"name":"AM_AC3_ALTERNATE_AUDIO_1","features":[436]},{"name":"AM_AC3_ALTERNATE_AUDIO_2","features":[436]},{"name":"AM_AC3_ALTERNATE_AUDIO_BOTH","features":[436]},{"name":"AM_AC3_BIT_STREAM_MODE","features":[436]},{"name":"AM_AC3_DIALOGUE_LEVEL","features":[436]},{"name":"AM_AC3_DOWNMIX","features":[305,436]},{"name":"AM_AC3_ERROR_CONCEALMENT","features":[305,436]},{"name":"AM_AC3_ROOM_TYPE","features":[305,436]},{"name":"AM_AC3_SERVICE_COMMENTARY","features":[436]},{"name":"AM_AC3_SERVICE_DIALOG_ONLY","features":[436]},{"name":"AM_AC3_SERVICE_EMERGENCY_FLASH","features":[436]},{"name":"AM_AC3_SERVICE_HEARING_IMPAIRED","features":[436]},{"name":"AM_AC3_SERVICE_MAIN_AUDIO","features":[436]},{"name":"AM_AC3_SERVICE_NO_DIALOG","features":[436]},{"name":"AM_AC3_SERVICE_VISUALLY_IMPAIRED","features":[436]},{"name":"AM_AC3_SERVICE_VOICE_OVER","features":[436]},{"name":"AM_ARMODE_CROP","features":[436]},{"name":"AM_ARMODE_LETTER_BOX","features":[436]},{"name":"AM_ARMODE_STRETCHED","features":[436]},{"name":"AM_ARMODE_STRETCHED_AS_PRIMARY","features":[436]},{"name":"AM_ASPECT_RATIO_MODE","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_BREAK_COUNT","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_BUFFERFULLNESS","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_DISCONTINUITIES","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_JITTER","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_LAST_BUFFER_DUR","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_SILENCE_DUR","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_ACCUMERROR","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_DROPWRITE_DUR","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_HIGHLOWERROR","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_LASTHIGHLOWERROR","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_MODE","features":[436]},{"name":"AM_AUDREND_STAT_PARAM_SLAVE_RATE","features":[436]},{"name":"AM_COLCON","features":[436]},{"name":"AM_CONTENTPROPERTY_AUTHOR","features":[436]},{"name":"AM_CONTENTPROPERTY_COPYRIGHT","features":[436]},{"name":"AM_CONTENTPROPERTY_DESCRIPTION","features":[436]},{"name":"AM_CONTENTPROPERTY_TITLE","features":[436]},{"name":"AM_COPY_MACROVISION","features":[436]},{"name":"AM_COPY_MACROVISION_LEVEL","features":[436]},{"name":"AM_DIGITAL_CP","features":[436]},{"name":"AM_DIGITAL_CP_DVD_COMPLIANT","features":[436]},{"name":"AM_DIGITAL_CP_OFF","features":[436]},{"name":"AM_DIGITAL_CP_ON","features":[436]},{"name":"AM_DVDCOPYSTATE","features":[436]},{"name":"AM_DVDCOPYSTATE_AUTHENTICATION_NOT_REQUIRED","features":[436]},{"name":"AM_DVDCOPYSTATE_AUTHENTICATION_REQUIRED","features":[436]},{"name":"AM_DVDCOPYSTATE_DONE","features":[436]},{"name":"AM_DVDCOPYSTATE_INITIALIZE","features":[436]},{"name":"AM_DVDCOPYSTATE_INITIALIZE_TITLE","features":[436]},{"name":"AM_DVDCOPY_BUSKEY","features":[436]},{"name":"AM_DVDCOPY_CHLGKEY","features":[436]},{"name":"AM_DVDCOPY_DISCKEY","features":[436]},{"name":"AM_DVDCOPY_SET_COPY_STATE","features":[436]},{"name":"AM_DVDCOPY_TITLEKEY","features":[436]},{"name":"AM_DVD_ADAPT_GRAPH","features":[436]},{"name":"AM_DVD_CGMS_COPY_ONCE","features":[436]},{"name":"AM_DVD_CGMS_COPY_PERMITTED","features":[436]},{"name":"AM_DVD_CGMS_COPY_PROTECT_MASK","features":[436]},{"name":"AM_DVD_CGMS_NO_COPY","features":[436]},{"name":"AM_DVD_CGMS_RESERVED_MASK","features":[436]},{"name":"AM_DVD_COPYRIGHTED","features":[436]},{"name":"AM_DVD_COPYRIGHT_MASK","features":[436]},{"name":"AM_DVD_ChangeRate","features":[436]},{"name":"AM_DVD_DO_NOT_CLEAR","features":[436]},{"name":"AM_DVD_EVR_ONLY","features":[436]},{"name":"AM_DVD_EVR_QOS","features":[436]},{"name":"AM_DVD_GRAPH_FLAGS","features":[436]},{"name":"AM_DVD_HWDEC_ONLY","features":[436]},{"name":"AM_DVD_HWDEC_PREFER","features":[436]},{"name":"AM_DVD_MASK","features":[436]},{"name":"AM_DVD_NOT_COPYRIGHTED","features":[436]},{"name":"AM_DVD_NOVPE","features":[436]},{"name":"AM_DVD_RENDERSTATUS","features":[305,436]},{"name":"AM_DVD_SECTOR_NOT_PROTECTED","features":[436]},{"name":"AM_DVD_SECTOR_PROTECTED","features":[436]},{"name":"AM_DVD_SECTOR_PROTECT_MASK","features":[436]},{"name":"AM_DVD_STREAM_AUDIO","features":[436]},{"name":"AM_DVD_STREAM_FLAGS","features":[436]},{"name":"AM_DVD_STREAM_SUBPIC","features":[436]},{"name":"AM_DVD_STREAM_VIDEO","features":[436]},{"name":"AM_DVD_SWDEC_ONLY","features":[436]},{"name":"AM_DVD_SWDEC_PREFER","features":[436]},{"name":"AM_DVD_VMR9_ONLY","features":[436]},{"name":"AM_DVD_YUV","features":[436]},{"name":"AM_DvdKaraokeData","features":[436]},{"name":"AM_EXSEEK_BUFFERING","features":[436]},{"name":"AM_EXSEEK_CANSCAN","features":[436]},{"name":"AM_EXSEEK_CANSEEK","features":[436]},{"name":"AM_EXSEEK_MARKERSEEK","features":[436]},{"name":"AM_EXSEEK_NOSTANDARDREPAINT","features":[436]},{"name":"AM_EXSEEK_SCANWITHOUTCLOCK","features":[436]},{"name":"AM_EXSEEK_SENDS_VIDEOFRAMEREADY","features":[436]},{"name":"AM_ExactRateChange","features":[436]},{"name":"AM_FILESINK_FLAGS","features":[436]},{"name":"AM_FILE_OVERWRITE","features":[436]},{"name":"AM_FILTER_FLAGS","features":[436]},{"name":"AM_FILTER_FLAGS_REMOVABLE","features":[436]},{"name":"AM_FILTER_MISC_FLAGS_IS_RENDERER","features":[436]},{"name":"AM_FILTER_MISC_FLAGS_IS_SOURCE","features":[436]},{"name":"AM_FRAMESTEP_STEP","features":[436]},{"name":"AM_GBF_NODDSURFACELOCK","features":[436]},{"name":"AM_GBF_NOTASYNCPOINT","features":[436]},{"name":"AM_GBF_NOWAIT","features":[436]},{"name":"AM_GBF_PREVFRAMESKIPPED","features":[436]},{"name":"AM_GETDECODERCAP_QUERY_EVR_SUPPORT","features":[436]},{"name":"AM_GETDECODERCAP_QUERY_VMR9_SUPPORT","features":[436]},{"name":"AM_GETDECODERCAP_QUERY_VMR_SUPPORT","features":[436]},{"name":"AM_GRAPH_CONFIG_RECONNECT_CACHE_REMOVED_FILTERS","features":[436]},{"name":"AM_GRAPH_CONFIG_RECONNECT_DIRECTCONNECT","features":[436]},{"name":"AM_GRAPH_CONFIG_RECONNECT_FLAGS","features":[436]},{"name":"AM_GRAPH_CONFIG_RECONNECT_USE_ONLY_CACHED_FILTERS","features":[436]},{"name":"AM_INTERFACESETID_Standard","features":[436]},{"name":"AM_INTF_SEARCH_FILTER","features":[436]},{"name":"AM_INTF_SEARCH_INPUT_PIN","features":[436]},{"name":"AM_INTF_SEARCH_OUTPUT_PIN","features":[436]},{"name":"AM_KSCATEGORY_AUDIO","features":[436]},{"name":"AM_KSCATEGORY_CAPTURE","features":[436]},{"name":"AM_KSCATEGORY_CROSSBAR","features":[436]},{"name":"AM_KSCATEGORY_DATACOMPRESSOR","features":[436]},{"name":"AM_KSCATEGORY_RENDER","features":[436]},{"name":"AM_KSCATEGORY_SPLITTER","features":[436]},{"name":"AM_KSCATEGORY_TVAUDIO","features":[436]},{"name":"AM_KSCATEGORY_TVTUNER","features":[436]},{"name":"AM_KSCATEGORY_VBICODEC","features":[436]},{"name":"AM_KSCATEGORY_VBICODEC_MI","features":[436]},{"name":"AM_KSCATEGORY_VIDEO","features":[436]},{"name":"AM_KSPROPSETID_AC3","features":[436]},{"name":"AM_KSPROPSETID_CopyProt","features":[436]},{"name":"AM_KSPROPSETID_DVD_RateChange","features":[436]},{"name":"AM_KSPROPSETID_DvdKaraoke","features":[436]},{"name":"AM_KSPROPSETID_DvdSubPic","features":[436]},{"name":"AM_KSPROPSETID_FrameStep","features":[436]},{"name":"AM_KSPROPSETID_MPEG4_MediaType_Attributes","features":[436]},{"name":"AM_KSPROPSETID_TSRateChange","features":[436]},{"name":"AM_L21_CCLEVEL_TC2","features":[436]},{"name":"AM_L21_CCSERVICE_Caption1","features":[436]},{"name":"AM_L21_CCSERVICE_Caption2","features":[436]},{"name":"AM_L21_CCSERVICE_DefChannel","features":[436]},{"name":"AM_L21_CCSERVICE_Invalid","features":[436]},{"name":"AM_L21_CCSERVICE_None","features":[436]},{"name":"AM_L21_CCSERVICE_Text1","features":[436]},{"name":"AM_L21_CCSERVICE_Text2","features":[436]},{"name":"AM_L21_CCSERVICE_XDS","features":[436]},{"name":"AM_L21_CCSTATE_Off","features":[436]},{"name":"AM_L21_CCSTATE_On","features":[436]},{"name":"AM_L21_CCSTYLE_None","features":[436]},{"name":"AM_L21_CCSTYLE_PaintOn","features":[436]},{"name":"AM_L21_CCSTYLE_PopOn","features":[436]},{"name":"AM_L21_CCSTYLE_RollUp","features":[436]},{"name":"AM_L21_DRAWBGMODE_Opaque","features":[436]},{"name":"AM_L21_DRAWBGMODE_Transparent","features":[436]},{"name":"AM_LINE21_CCLEVEL","features":[436]},{"name":"AM_LINE21_CCSERVICE","features":[436]},{"name":"AM_LINE21_CCSTATE","features":[436]},{"name":"AM_LINE21_CCSTYLE","features":[436]},{"name":"AM_LINE21_DRAWBGMODE","features":[436]},{"name":"AM_LOADSTATUS_CLOSED","features":[436]},{"name":"AM_LOADSTATUS_CONNECTING","features":[436]},{"name":"AM_LOADSTATUS_LOADINGDESCR","features":[436]},{"name":"AM_LOADSTATUS_LOADINGMCAST","features":[436]},{"name":"AM_LOADSTATUS_LOCATING","features":[436]},{"name":"AM_LOADSTATUS_OPEN","features":[436]},{"name":"AM_LOADSTATUS_OPENING","features":[436]},{"name":"AM_MACROVISION_DISABLED","features":[436]},{"name":"AM_MACROVISION_LEVEL1","features":[436]},{"name":"AM_MACROVISION_LEVEL2","features":[436]},{"name":"AM_MACROVISION_LEVEL3","features":[436]},{"name":"AM_MEDIAEVENT_FLAGS","features":[436]},{"name":"AM_MEDIAEVENT_NONOTIFY","features":[436]},{"name":"AM_MPEG2Level","features":[436]},{"name":"AM_MPEG2Level_High","features":[436]},{"name":"AM_MPEG2Level_High1440","features":[436]},{"name":"AM_MPEG2Level_Low","features":[436]},{"name":"AM_MPEG2Level_Main","features":[436]},{"name":"AM_MPEG2Profile","features":[436]},{"name":"AM_MPEG2Profile_High","features":[436]},{"name":"AM_MPEG2Profile_Main","features":[436]},{"name":"AM_MPEG2Profile_SNRScalable","features":[436]},{"name":"AM_MPEG2Profile_Simple","features":[436]},{"name":"AM_MPEG2Profile_SpatiallyScalable","features":[436]},{"name":"AM_MPEGSTREAMTYPE","features":[305,436,437]},{"name":"AM_MPEGSYSTEMTYPE","features":[305,436,437]},{"name":"AM_MPEG_AUDIO_DUAL_LEFT","features":[436]},{"name":"AM_MPEG_AUDIO_DUAL_MERGE","features":[436]},{"name":"AM_MPEG_AUDIO_DUAL_RIGHT","features":[436]},{"name":"AM_OVERLAY_NOTIFY_DEST_CHANGE","features":[436]},{"name":"AM_OVERLAY_NOTIFY_SOURCE_CHANGE","features":[436]},{"name":"AM_OVERLAY_NOTIFY_VISIBLE_CHANGE","features":[436]},{"name":"AM_PIN_FLOW_CONTROL_BLOCK","features":[436]},{"name":"AM_PROPERTY_AC3","features":[436]},{"name":"AM_PROPERTY_AC3_ALTERNATE_AUDIO","features":[436]},{"name":"AM_PROPERTY_AC3_BIT_STREAM_MODE","features":[436]},{"name":"AM_PROPERTY_AC3_DIALOGUE_LEVEL","features":[436]},{"name":"AM_PROPERTY_AC3_DOWNMIX","features":[436]},{"name":"AM_PROPERTY_AC3_ERROR_CONCEALMENT","features":[436]},{"name":"AM_PROPERTY_AC3_LANGUAGE_CODE","features":[436]},{"name":"AM_PROPERTY_AC3_ROOM_TYPE","features":[436]},{"name":"AM_PROPERTY_COPY_ANALOG_COMPONENT","features":[436]},{"name":"AM_PROPERTY_COPY_DIGITAL_CP","features":[436]},{"name":"AM_PROPERTY_COPY_DVD_SRM","features":[436]},{"name":"AM_PROPERTY_COPY_MACROVISION","features":[436]},{"name":"AM_PROPERTY_DVDCOPYPROT","features":[436]},{"name":"AM_PROPERTY_DVDCOPY_CHLG_KEY","features":[436]},{"name":"AM_PROPERTY_DVDCOPY_DEC_KEY2","features":[436]},{"name":"AM_PROPERTY_DVDCOPY_DISC_KEY","features":[436]},{"name":"AM_PROPERTY_DVDCOPY_DVD_KEY1","features":[436]},{"name":"AM_PROPERTY_DVDCOPY_REGION","features":[436]},{"name":"AM_PROPERTY_DVDCOPY_SET_COPY_STATE","features":[436]},{"name":"AM_PROPERTY_DVDCOPY_SUPPORTS_NEW_KEYCOUNT","features":[436]},{"name":"AM_PROPERTY_DVDCOPY_TITLE_KEY","features":[436]},{"name":"AM_PROPERTY_DVDKARAOKE","features":[436]},{"name":"AM_PROPERTY_DVDKARAOKE_DATA","features":[436]},{"name":"AM_PROPERTY_DVDKARAOKE_ENABLE","features":[436]},{"name":"AM_PROPERTY_DVDSUBPIC","features":[436]},{"name":"AM_PROPERTY_DVDSUBPIC_COMPOSIT_ON","features":[436]},{"name":"AM_PROPERTY_DVDSUBPIC_HLI","features":[436]},{"name":"AM_PROPERTY_DVDSUBPIC_PALETTE","features":[436]},{"name":"AM_PROPERTY_DVD_RATE_CHANGE","features":[436]},{"name":"AM_PROPERTY_FRAMESTEP","features":[436]},{"name":"AM_PROPERTY_FRAMESTEP_CANCEL","features":[436]},{"name":"AM_PROPERTY_FRAMESTEP_CANSTEP","features":[436]},{"name":"AM_PROPERTY_FRAMESTEP_CANSTEPMULTIPLE","features":[436]},{"name":"AM_PROPERTY_FRAMESTEP_STEP","features":[436]},{"name":"AM_PROPERTY_SPHLI","features":[436]},{"name":"AM_PROPERTY_SPPAL","features":[436]},{"name":"AM_PROPERTY_TS_RATE_CHANGE","features":[436]},{"name":"AM_PUSHSOURCECAPS_INTERNAL_RM","features":[436]},{"name":"AM_PUSHSOURCECAPS_NOT_LIVE","features":[436]},{"name":"AM_PUSHSOURCECAPS_PRIVATE_CLOCK","features":[436]},{"name":"AM_PUSHSOURCEREQS_USE_CLOCK_CHAIN","features":[436]},{"name":"AM_PUSHSOURCEREQS_USE_STREAM_CLOCK","features":[436]},{"name":"AM_QUERY_DECODER_ATSC_HD_SUPPORT","features":[436]},{"name":"AM_QUERY_DECODER_ATSC_SD_SUPPORT","features":[436]},{"name":"AM_QUERY_DECODER_DVD_SUPPORT","features":[436]},{"name":"AM_QUERY_DECODER_DXVA_1_SUPPORT","features":[436]},{"name":"AM_QUERY_DECODER_VMR_SUPPORT","features":[436]},{"name":"AM_QueryRate","features":[436]},{"name":"AM_RATE_ChangeRate","features":[436]},{"name":"AM_RATE_CorrectTS","features":[436]},{"name":"AM_RATE_DecoderPosition","features":[436]},{"name":"AM_RATE_DecoderVersion","features":[436]},{"name":"AM_RATE_ExactRateChange","features":[436]},{"name":"AM_RATE_FullDataRateMax","features":[436]},{"name":"AM_RATE_MaxFullDataRate","features":[436]},{"name":"AM_RATE_QueryFullFrameRate","features":[436]},{"name":"AM_RATE_QueryLastRateSegPTS","features":[436]},{"name":"AM_RATE_QueryMapping","features":[436]},{"name":"AM_RATE_ResetOnTimeDisc","features":[436]},{"name":"AM_RATE_ReverseDecode","features":[436]},{"name":"AM_RATE_ReverseMaxFullDataRate","features":[436]},{"name":"AM_RATE_SimpleRateChange","features":[436]},{"name":"AM_RATE_Step","features":[436]},{"name":"AM_RATE_UseRateVersion","features":[436]},{"name":"AM_RENDEREX_RENDERTOEXISTINGRENDERERS","features":[436]},{"name":"AM_ReverseBlockEnd","features":[436]},{"name":"AM_ReverseBlockStart","features":[436]},{"name":"AM_SAMPLE2_PROPERTIES","features":[305,436,437]},{"name":"AM_SAMPLE_DATADISCONTINUITY","features":[436]},{"name":"AM_SAMPLE_ENDOFSTREAM","features":[436]},{"name":"AM_SAMPLE_FLUSH_ON_PAUSE","features":[436]},{"name":"AM_SAMPLE_PREROLL","features":[436]},{"name":"AM_SAMPLE_PROPERTY_FLAGS","features":[436]},{"name":"AM_SAMPLE_SPLICEPOINT","features":[436]},{"name":"AM_SAMPLE_STOPVALID","features":[436]},{"name":"AM_SAMPLE_TIMEDISCONTINUITY","features":[436]},{"name":"AM_SAMPLE_TIMEVALID","features":[436]},{"name":"AM_SAMPLE_TYPECHANGED","features":[436]},{"name":"AM_SEEKING_AbsolutePositioning","features":[436]},{"name":"AM_SEEKING_CanDoSegments","features":[436]},{"name":"AM_SEEKING_CanGetCurrentPos","features":[436]},{"name":"AM_SEEKING_CanGetDuration","features":[436]},{"name":"AM_SEEKING_CanGetStopPos","features":[436]},{"name":"AM_SEEKING_CanPlayBackwards","features":[436]},{"name":"AM_SEEKING_CanSeekAbsolute","features":[436]},{"name":"AM_SEEKING_CanSeekBackwards","features":[436]},{"name":"AM_SEEKING_CanSeekForwards","features":[436]},{"name":"AM_SEEKING_IncrementalPositioning","features":[436]},{"name":"AM_SEEKING_NoFlush","features":[436]},{"name":"AM_SEEKING_NoPositioning","features":[436]},{"name":"AM_SEEKING_PositioningBitsMask","features":[436]},{"name":"AM_SEEKING_RelativePositioning","features":[436]},{"name":"AM_SEEKING_ReturnTime","features":[436]},{"name":"AM_SEEKING_SEEKING_CAPABILITIES","features":[436]},{"name":"AM_SEEKING_SEEKING_FLAGS","features":[436]},{"name":"AM_SEEKING_SeekToKeyFrame","features":[436]},{"name":"AM_SEEKING_Segment","features":[436]},{"name":"AM_SEEKING_Source","features":[436]},{"name":"AM_STREAM_CONTROL","features":[436]},{"name":"AM_STREAM_INFO","features":[436]},{"name":"AM_STREAM_INFO_DISCARDING","features":[436]},{"name":"AM_STREAM_INFO_FLAGS","features":[436]},{"name":"AM_STREAM_INFO_START_DEFINED","features":[436]},{"name":"AM_STREAM_INFO_STOP_DEFINED","features":[436]},{"name":"AM_STREAM_INFO_STOP_SEND_EXTRA","features":[436]},{"name":"AM_STREAM_MEDIA","features":[436]},{"name":"AM_SimpleRateChange","features":[436]},{"name":"AM_UseNewCSSKey","features":[436]},{"name":"AM_VIDEO_FLAG_B_SAMPLE","features":[436]},{"name":"AM_VIDEO_FLAG_FIELD1","features":[436]},{"name":"AM_VIDEO_FLAG_FIELD1FIRST","features":[436]},{"name":"AM_VIDEO_FLAG_FIELD2","features":[436]},{"name":"AM_VIDEO_FLAG_FIELD_MASK","features":[436]},{"name":"AM_VIDEO_FLAG_INTERLEAVED_FRAME","features":[436]},{"name":"AM_VIDEO_FLAG_IPB_MASK","features":[436]},{"name":"AM_VIDEO_FLAG_I_SAMPLE","features":[436]},{"name":"AM_VIDEO_FLAG_P_SAMPLE","features":[436]},{"name":"AM_VIDEO_FLAG_REPEAT_FIELD","features":[436]},{"name":"AM_VIDEO_FLAG_WEAVE","features":[436]},{"name":"AM_WST_DRAWBGMODE","features":[436]},{"name":"AM_WST_DRAWBGMODE_Opaque","features":[436]},{"name":"AM_WST_DRAWBGMODE_Transparent","features":[436]},{"name":"AM_WST_LEVEL","features":[436]},{"name":"AM_WST_LEVEL_1_5","features":[436]},{"name":"AM_WST_PAGE","features":[436]},{"name":"AM_WST_SERVICE","features":[436]},{"name":"AM_WST_SERVICE_IDS","features":[436]},{"name":"AM_WST_SERVICE_Invalid","features":[436]},{"name":"AM_WST_SERVICE_None","features":[436]},{"name":"AM_WST_SERVICE_Text","features":[436]},{"name":"AM_WST_STATE","features":[436]},{"name":"AM_WST_STATE_Off","features":[436]},{"name":"AM_WST_STATE_On","features":[436]},{"name":"AM_WST_STYLE","features":[436]},{"name":"AM_WST_STYLE_Invers","features":[436]},{"name":"AM_WST_STYLE_None","features":[436]},{"name":"ANALOGVIDEOINFO","features":[305,436]},{"name":"ANNEX_A_DSM_CC","features":[436]},{"name":"ATSCCT_AC3","features":[436]},{"name":"ATSCComponentTypeFlags","features":[436]},{"name":"AUDIO_STREAM_CONFIG_CAPS","features":[436]},{"name":"AVIEXTHEADER","features":[436]},{"name":"AVIFIELDINDEX","features":[436]},{"name":"AVIF_COPYRIGHTED","features":[436]},{"name":"AVIF_HASINDEX","features":[436]},{"name":"AVIF_ISINTERLEAVED","features":[436]},{"name":"AVIF_MUSTUSEINDEX","features":[436]},{"name":"AVIF_TRUSTCKTYPE","features":[436]},{"name":"AVIF_WASCAPTUREFILE","features":[436]},{"name":"AVIIF_COMPRESSOR","features":[436]},{"name":"AVIIF_COMPUSE","features":[436]},{"name":"AVIIF_FIRSTPART","features":[436]},{"name":"AVIIF_KEYFRAME","features":[436]},{"name":"AVIIF_LASTPART","features":[436]},{"name":"AVIIF_LIST","features":[436]},{"name":"AVIIF_NOTIME","features":[436]},{"name":"AVIIF_NO_TIME","features":[436]},{"name":"AVIINDEXENTRY","features":[436]},{"name":"AVIMAINHEADER","features":[436]},{"name":"AVIMETAINDEX","features":[436]},{"name":"AVIOLDINDEX","features":[436]},{"name":"AVIPALCHANGE","features":[317,436]},{"name":"AVISF_DISABLED","features":[436]},{"name":"AVISF_VIDEO_PALCHANGES","features":[436]},{"name":"AVISTDINDEX","features":[436]},{"name":"AVISTDINDEX_DELTAFRAME","features":[436]},{"name":"AVISTDINDEX_ENTRY","features":[436]},{"name":"AVISTREAMHEADER","features":[436]},{"name":"AVISUPERINDEX","features":[436]},{"name":"AVIStreamHeader","features":[305,436]},{"name":"AVITCDLINDEX","features":[436]},{"name":"AVITCDLINDEX_ENTRY","features":[436]},{"name":"AVITIMECODEINDEX","features":[436]},{"name":"AVITIMEDINDEX","features":[436]},{"name":"AVITIMEDINDEX_ENTRY","features":[436]},{"name":"AVI_HEADERSIZE","features":[436]},{"name":"AVI_INDEX_IS_DATA","features":[436]},{"name":"AVI_INDEX_OF_CHUNKS","features":[436]},{"name":"AVI_INDEX_OF_INDEXES","features":[436]},{"name":"AVI_INDEX_OF_SUB_2FIELD","features":[436]},{"name":"AVI_INDEX_OF_TIMED_CHUNKS","features":[436]},{"name":"AVI_INDEX_SUB_2FIELD","features":[436]},{"name":"AVI_INDEX_SUB_DEFAULT","features":[436]},{"name":"AnalogVideoMask_MCE_NTSC","features":[436]},{"name":"AnalogVideoMask_MCE_PAL","features":[436]},{"name":"AnalogVideoMask_MCE_SECAM","features":[436]},{"name":"AnalogVideoStandard","features":[436]},{"name":"AnalogVideo_NTSC_433","features":[436]},{"name":"AnalogVideo_NTSC_M","features":[436]},{"name":"AnalogVideo_NTSC_M_J","features":[436]},{"name":"AnalogVideo_NTSC_Mask","features":[436]},{"name":"AnalogVideo_None","features":[436]},{"name":"AnalogVideo_PAL_60","features":[436]},{"name":"AnalogVideo_PAL_B","features":[436]},{"name":"AnalogVideo_PAL_D","features":[436]},{"name":"AnalogVideo_PAL_G","features":[436]},{"name":"AnalogVideo_PAL_H","features":[436]},{"name":"AnalogVideo_PAL_I","features":[436]},{"name":"AnalogVideo_PAL_M","features":[436]},{"name":"AnalogVideo_PAL_Mask","features":[436]},{"name":"AnalogVideo_PAL_N","features":[436]},{"name":"AnalogVideo_PAL_N_COMBO","features":[436]},{"name":"AnalogVideo_SECAM_B","features":[436]},{"name":"AnalogVideo_SECAM_D","features":[436]},{"name":"AnalogVideo_SECAM_G","features":[436]},{"name":"AnalogVideo_SECAM_H","features":[436]},{"name":"AnalogVideo_SECAM_K","features":[436]},{"name":"AnalogVideo_SECAM_K1","features":[436]},{"name":"AnalogVideo_SECAM_L","features":[436]},{"name":"AnalogVideo_SECAM_L1","features":[436]},{"name":"AnalogVideo_SECAM_Mask","features":[436]},{"name":"ApplicationTypeType","features":[436]},{"name":"Associated","features":[436]},{"name":"AssociationUnknown","features":[436]},{"name":"BDACOMP_EXCLUDE_TS_FROM_TR","features":[436]},{"name":"BDACOMP_INCLUDE_COMPONENTS_IN_TR","features":[436]},{"name":"BDACOMP_INCLUDE_LOCATOR_IN_TR","features":[436]},{"name":"BDACOMP_NOT_DEFINED","features":[436]},{"name":"BDANODE_DESCRIPTOR","features":[436]},{"name":"BDA_BCC_RATE_1_2","features":[436]},{"name":"BDA_BCC_RATE_1_3","features":[436]},{"name":"BDA_BCC_RATE_1_4","features":[436]},{"name":"BDA_BCC_RATE_2_3","features":[436]},{"name":"BDA_BCC_RATE_2_5","features":[436]},{"name":"BDA_BCC_RATE_3_4","features":[436]},{"name":"BDA_BCC_RATE_3_5","features":[436]},{"name":"BDA_BCC_RATE_4_5","features":[436]},{"name":"BDA_BCC_RATE_5_11","features":[436]},{"name":"BDA_BCC_RATE_5_6","features":[436]},{"name":"BDA_BCC_RATE_6_7","features":[436]},{"name":"BDA_BCC_RATE_7_8","features":[436]},{"name":"BDA_BCC_RATE_8_9","features":[436]},{"name":"BDA_BCC_RATE_9_10","features":[436]},{"name":"BDA_BCC_RATE_MAX","features":[436]},{"name":"BDA_BCC_RATE_NOT_DEFINED","features":[436]},{"name":"BDA_BCC_RATE_NOT_SET","features":[436]},{"name":"BDA_BUFFER","features":[436]},{"name":"BDA_CAS_CHECK_ENTITLEMENTTOKEN","features":[436]},{"name":"BDA_CAS_CLOSEMMIDATA","features":[436]},{"name":"BDA_CAS_CLOSE_MMIDIALOG","features":[436]},{"name":"BDA_CAS_OPENMMIDATA","features":[436]},{"name":"BDA_CAS_REQUESTTUNERDATA","features":[436]},{"name":"BDA_CA_MODULE_UI","features":[436]},{"name":"BDA_CHANGES_COMPLETE","features":[436]},{"name":"BDA_CHANGES_PENDING","features":[436]},{"name":"BDA_CHANGE_STATE","features":[436]},{"name":"BDA_CHAN_BANDWITH_NOT_DEFINED","features":[436]},{"name":"BDA_CHAN_BANDWITH_NOT_SET","features":[436]},{"name":"BDA_CONDITIONALACCESS_MMICLOSEREASON","features":[436]},{"name":"BDA_CONDITIONALACCESS_REQUESTTYPE","features":[436]},{"name":"BDA_CONDITIONALACCESS_SESSION_RESULT","features":[436]},{"name":"BDA_Channel","features":[436]},{"name":"BDA_Channel_Bandwidth","features":[436]},{"name":"BDA_Comp_Flags","features":[436]},{"name":"BDA_DISCOVERY_COMPLETE","features":[436]},{"name":"BDA_DISCOVERY_REQUIRED","features":[436]},{"name":"BDA_DISCOVERY_STATE","features":[436]},{"name":"BDA_DISCOVERY_UNSPECIFIED","features":[436]},{"name":"BDA_DISEQC_RESPONSE","features":[436]},{"name":"BDA_DISEQC_SEND","features":[436]},{"name":"BDA_DRM_DRMSTATUS","features":[436]},{"name":"BDA_DVBT2_L1_SIGNALLING_DATA","features":[436]},{"name":"BDA_DrmPairingError","features":[436]},{"name":"BDA_DrmPairing_Aborted","features":[436]},{"name":"BDA_DrmPairing_DrmInitFailed","features":[436]},{"name":"BDA_DrmPairing_DrmNotPaired","features":[436]},{"name":"BDA_DrmPairing_DrmRePairSoon","features":[436]},{"name":"BDA_DrmPairing_HardwareFailure","features":[436]},{"name":"BDA_DrmPairing_NeedIndiv","features":[436]},{"name":"BDA_DrmPairing_NeedRevocationData","features":[436]},{"name":"BDA_DrmPairing_NeedSDKUpdate","features":[436]},{"name":"BDA_DrmPairing_Other","features":[436]},{"name":"BDA_DrmPairing_Succeeded","features":[436]},{"name":"BDA_ETHERNET_ADDRESS","features":[436]},{"name":"BDA_ETHERNET_ADDRESS_LIST","features":[436]},{"name":"BDA_EVENT_ACCESS_DENIED","features":[436]},{"name":"BDA_EVENT_ACCESS_GRANTED","features":[436]},{"name":"BDA_EVENT_CHANNEL_ACQUIRED","features":[436]},{"name":"BDA_EVENT_CHANNEL_ACTIVATED","features":[436]},{"name":"BDA_EVENT_CHANNEL_DEACTIVATED","features":[436]},{"name":"BDA_EVENT_CHANNEL_LOST","features":[436]},{"name":"BDA_EVENT_CHANNEL_SOURCE_CHANGED","features":[436]},{"name":"BDA_EVENT_DATA_START","features":[436]},{"name":"BDA_EVENT_DATA_STOP","features":[436]},{"name":"BDA_EVENT_ID","features":[436]},{"name":"BDA_EVENT_OFFER_EXTENDED","features":[436]},{"name":"BDA_EVENT_PURCHASE_COMPLETED","features":[436]},{"name":"BDA_EVENT_SIGNAL_LOCK","features":[436]},{"name":"BDA_EVENT_SIGNAL_LOSS","features":[436]},{"name":"BDA_EVENT_SMART_CARD_INSERTED","features":[436]},{"name":"BDA_EVENT_SMART_CARD_REMOVED","features":[436]},{"name":"BDA_EVENT_SUBCHANNEL_ACQUIRED","features":[436]},{"name":"BDA_EVENT_SUBCHANNEL_ACTIVATED","features":[436]},{"name":"BDA_EVENT_SUBCHANNEL_DEACTIVATED","features":[436]},{"name":"BDA_EVENT_SUBCHANNEL_LOST","features":[436]},{"name":"BDA_EVENT_SUBCHANNEL_SOURCE_CHANGED","features":[436]},{"name":"BDA_E_ACCESS_DENIED","features":[436]},{"name":"BDA_E_BUFFER_TOO_SMALL","features":[436]},{"name":"BDA_E_DISABLED","features":[436]},{"name":"BDA_E_FAILURE","features":[436]},{"name":"BDA_E_INVALID_CAPTURE_TOKEN","features":[436]},{"name":"BDA_E_INVALID_ENTITLEMENT_TOKEN","features":[436]},{"name":"BDA_E_INVALID_HANDLE","features":[436]},{"name":"BDA_E_INVALID_LANGUAGE","features":[436]},{"name":"BDA_E_INVALID_PURCHASE_TOKEN","features":[436]},{"name":"BDA_E_INVALID_SCHEMA","features":[436]},{"name":"BDA_E_INVALID_TUNE_REQUEST","features":[436]},{"name":"BDA_E_INVALID_TYPE","features":[436]},{"name":"BDA_E_IPNETWORK_ADDRESS_NOT_FOUND","features":[436]},{"name":"BDA_E_IPNETWORK_ERROR","features":[436]},{"name":"BDA_E_IPNETWORK_TIMEOUT","features":[436]},{"name":"BDA_E_IPNETWORK_UNAVAILABLE","features":[436]},{"name":"BDA_E_NOT_FOUND","features":[436]},{"name":"BDA_E_NOT_IMPLEMENTED","features":[436]},{"name":"BDA_E_NO_HANDLER","features":[436]},{"name":"BDA_E_NO_MORE_DATA","features":[436]},{"name":"BDA_E_NO_MORE_EVENTS","features":[436]},{"name":"BDA_E_NO_SUCH_COMMAND","features":[436]},{"name":"BDA_E_OUT_OF_BOUNDS","features":[436]},{"name":"BDA_E_OUT_OF_MEMORY","features":[436]},{"name":"BDA_E_OUT_OF_RESOURCES","features":[436]},{"name":"BDA_E_READ_ONLY","features":[436]},{"name":"BDA_E_TIMEOUT_ELAPSED","features":[436]},{"name":"BDA_E_TUNER_CONFLICT","features":[436]},{"name":"BDA_E_TUNER_INITIALIZING","features":[436]},{"name":"BDA_E_TUNER_REQUIRED","features":[436]},{"name":"BDA_E_TUNE_FAILED_SDV01","features":[436]},{"name":"BDA_E_TUNE_FAILED_SDV02","features":[436]},{"name":"BDA_E_TUNE_FAILED_SDV03","features":[436]},{"name":"BDA_E_TUNE_FAILED_SDV04","features":[436]},{"name":"BDA_E_TUNE_FAILED_SDV05","features":[436]},{"name":"BDA_E_TUNE_FAILED_SDV06","features":[436]},{"name":"BDA_E_TUNE_FAILED_SDV07","features":[436]},{"name":"BDA_E_TUNE_FAILED_SDV08","features":[436]},{"name":"BDA_E_TUNE_FAILED_SDVFF","features":[436]},{"name":"BDA_E_WMDRM_INVALID_CERTIFICATE","features":[436]},{"name":"BDA_E_WMDRM_INVALID_DATE","features":[436]},{"name":"BDA_E_WMDRM_INVALID_PROXIMITY","features":[436]},{"name":"BDA_E_WMDRM_INVALID_SIGNATURE","features":[436]},{"name":"BDA_E_WMDRM_INVALID_VERSION","features":[436]},{"name":"BDA_E_WMDRM_KEY_ID_NOT_FOUND","features":[436]},{"name":"BDA_E_WOULD_DISRUPT_STREAMING","features":[436]},{"name":"BDA_FEC_BCH","features":[436]},{"name":"BDA_FEC_LDPC","features":[436]},{"name":"BDA_FEC_MAX","features":[436]},{"name":"BDA_FEC_METHOD_NOT_DEFINED","features":[436]},{"name":"BDA_FEC_METHOD_NOT_SET","features":[436]},{"name":"BDA_FEC_RS_147_130","features":[436]},{"name":"BDA_FEC_RS_204_188","features":[436]},{"name":"BDA_FEC_VITERBI","features":[436]},{"name":"BDA_FILTERED_MULTICAST","features":[436]},{"name":"BDA_FREQUENCY_MULTIPLIER_NOT_DEFINED","features":[436]},{"name":"BDA_FREQUENCY_MULTIPLIER_NOT_SET","features":[436]},{"name":"BDA_FREQUENCY_NOT_DEFINED","features":[436]},{"name":"BDA_FREQUENCY_NOT_SET","features":[436]},{"name":"BDA_Frequency","features":[436]},{"name":"BDA_Frequency_Multiplier","features":[436]},{"name":"BDA_GDDS_DATA","features":[436]},{"name":"BDA_GDDS_DATATYPE","features":[436]},{"name":"BDA_GUARD_19_128","features":[436]},{"name":"BDA_GUARD_19_256","features":[436]},{"name":"BDA_GUARD_1_128","features":[436]},{"name":"BDA_GUARD_1_16","features":[436]},{"name":"BDA_GUARD_1_32","features":[436]},{"name":"BDA_GUARD_1_4","features":[436]},{"name":"BDA_GUARD_1_8","features":[436]},{"name":"BDA_GUARD_MAX","features":[436]},{"name":"BDA_GUARD_NOT_DEFINED","features":[436]},{"name":"BDA_GUARD_NOT_SET","features":[436]},{"name":"BDA_HALPHA_1","features":[436]},{"name":"BDA_HALPHA_2","features":[436]},{"name":"BDA_HALPHA_4","features":[436]},{"name":"BDA_HALPHA_MAX","features":[436]},{"name":"BDA_HALPHA_NOT_DEFINED","features":[436]},{"name":"BDA_HALPHA_NOT_SET","features":[436]},{"name":"BDA_IPv4_ADDRESS","features":[436]},{"name":"BDA_IPv4_ADDRESS_LIST","features":[436]},{"name":"BDA_IPv6_ADDRESS","features":[436]},{"name":"BDA_IPv6_ADDRESS_LIST","features":[436]},{"name":"BDA_ISDBCAS_EMG_REQ","features":[436]},{"name":"BDA_ISDBCAS_REQUESTHEADER","features":[436]},{"name":"BDA_ISDBCAS_RESPONSEDATA","features":[436]},{"name":"BDA_LNB_SOURCE_A","features":[436]},{"name":"BDA_LNB_SOURCE_B","features":[436]},{"name":"BDA_LNB_SOURCE_C","features":[436]},{"name":"BDA_LNB_SOURCE_D","features":[436]},{"name":"BDA_LNB_SOURCE_MAX","features":[436]},{"name":"BDA_LNB_SOURCE_NOT_DEFINED","features":[436]},{"name":"BDA_LNB_SOURCE_NOT_SET","features":[436]},{"name":"BDA_MOD_1024QAM","features":[436]},{"name":"BDA_MOD_112QAM","features":[436]},{"name":"BDA_MOD_128QAM","features":[436]},{"name":"BDA_MOD_160QAM","features":[436]},{"name":"BDA_MOD_16APSK","features":[436]},{"name":"BDA_MOD_16QAM","features":[436]},{"name":"BDA_MOD_16VSB","features":[436]},{"name":"BDA_MOD_192QAM","features":[436]},{"name":"BDA_MOD_224QAM","features":[436]},{"name":"BDA_MOD_256QAM","features":[436]},{"name":"BDA_MOD_320QAM","features":[436]},{"name":"BDA_MOD_32APSK","features":[436]},{"name":"BDA_MOD_32QAM","features":[436]},{"name":"BDA_MOD_384QAM","features":[436]},{"name":"BDA_MOD_448QAM","features":[436]},{"name":"BDA_MOD_512QAM","features":[436]},{"name":"BDA_MOD_640QAM","features":[436]},{"name":"BDA_MOD_64QAM","features":[436]},{"name":"BDA_MOD_768QAM","features":[436]},{"name":"BDA_MOD_80QAM","features":[436]},{"name":"BDA_MOD_896QAM","features":[436]},{"name":"BDA_MOD_8PSK","features":[436]},{"name":"BDA_MOD_8VSB","features":[436]},{"name":"BDA_MOD_96QAM","features":[436]},{"name":"BDA_MOD_ANALOG_AMPLITUDE","features":[436]},{"name":"BDA_MOD_ANALOG_FREQUENCY","features":[436]},{"name":"BDA_MOD_BPSK","features":[436]},{"name":"BDA_MOD_DIRECTV","features":[436]},{"name":"BDA_MOD_ISDB_S_TMCC","features":[436]},{"name":"BDA_MOD_ISDB_T_TMCC","features":[436]},{"name":"BDA_MOD_MAX","features":[436]},{"name":"BDA_MOD_NBC_8PSK","features":[436]},{"name":"BDA_MOD_NBC_QPSK","features":[436]},{"name":"BDA_MOD_NOT_DEFINED","features":[436]},{"name":"BDA_MOD_NOT_SET","features":[436]},{"name":"BDA_MOD_OQPSK","features":[436]},{"name":"BDA_MOD_QPSK","features":[436]},{"name":"BDA_MOD_RF","features":[436]},{"name":"BDA_MULTICAST_MODE","features":[436]},{"name":"BDA_MUX_PIDLISTITEM","features":[436]},{"name":"BDA_NO_MULTICAST","features":[436]},{"name":"BDA_PID_MAP","features":[436]},{"name":"BDA_PID_UNMAP","features":[436]},{"name":"BDA_PILOT_MAX","features":[436]},{"name":"BDA_PILOT_NOT_DEFINED","features":[436]},{"name":"BDA_PILOT_NOT_SET","features":[436]},{"name":"BDA_PILOT_OFF","features":[436]},{"name":"BDA_PILOT_ON","features":[436]},{"name":"BDA_PLP_ID_NOT_SET","features":[436]},{"name":"BDA_POLARISATION_CIRCULAR_L","features":[436]},{"name":"BDA_POLARISATION_CIRCULAR_R","features":[436]},{"name":"BDA_POLARISATION_LINEAR_H","features":[436]},{"name":"BDA_POLARISATION_LINEAR_V","features":[436]},{"name":"BDA_POLARISATION_MAX","features":[436]},{"name":"BDA_POLARISATION_NOT_DEFINED","features":[436]},{"name":"BDA_POLARISATION_NOT_SET","features":[436]},{"name":"BDA_PROGRAM_PID_LIST","features":[436]},{"name":"BDA_PROMISCUOUS_MULTICAST","features":[436]},{"name":"BDA_RANGE_NOT_DEFINED","features":[436]},{"name":"BDA_RANGE_NOT_SET","features":[436]},{"name":"BDA_RATING_PINRESET","features":[436]},{"name":"BDA_ROLL_OFF_20","features":[436]},{"name":"BDA_ROLL_OFF_25","features":[436]},{"name":"BDA_ROLL_OFF_35","features":[436]},{"name":"BDA_ROLL_OFF_MAX","features":[436]},{"name":"BDA_ROLL_OFF_NOT_DEFINED","features":[436]},{"name":"BDA_ROLL_OFF_NOT_SET","features":[436]},{"name":"BDA_Range","features":[436]},{"name":"BDA_SCAN_CAPABILTIES","features":[436]},{"name":"BDA_SCAN_MOD_1024QAM","features":[436]},{"name":"BDA_SCAN_MOD_112QAM","features":[436]},{"name":"BDA_SCAN_MOD_128QAM","features":[436]},{"name":"BDA_SCAN_MOD_160QAM","features":[436]},{"name":"BDA_SCAN_MOD_16APSK","features":[436]},{"name":"BDA_SCAN_MOD_16QAM","features":[436]},{"name":"BDA_SCAN_MOD_16VSB","features":[436]},{"name":"BDA_SCAN_MOD_192QAM","features":[436]},{"name":"BDA_SCAN_MOD_224QAM","features":[436]},{"name":"BDA_SCAN_MOD_256QAM","features":[436]},{"name":"BDA_SCAN_MOD_320QAM","features":[436]},{"name":"BDA_SCAN_MOD_32APSK","features":[436]},{"name":"BDA_SCAN_MOD_32QAM","features":[436]},{"name":"BDA_SCAN_MOD_384QAM","features":[436]},{"name":"BDA_SCAN_MOD_448QAM","features":[436]},{"name":"BDA_SCAN_MOD_512QAM","features":[436]},{"name":"BDA_SCAN_MOD_640QAM","features":[436]},{"name":"BDA_SCAN_MOD_64QAM","features":[436]},{"name":"BDA_SCAN_MOD_768QAM","features":[436]},{"name":"BDA_SCAN_MOD_80QAM","features":[436]},{"name":"BDA_SCAN_MOD_896QAM","features":[436]},{"name":"BDA_SCAN_MOD_8PSK","features":[436]},{"name":"BDA_SCAN_MOD_8VSB","features":[436]},{"name":"BDA_SCAN_MOD_96QAM","features":[436]},{"name":"BDA_SCAN_MOD_AM_RADIO","features":[436]},{"name":"BDA_SCAN_MOD_BPSK","features":[436]},{"name":"BDA_SCAN_MOD_FM_RADIO","features":[436]},{"name":"BDA_SCAN_MOD_OQPSK","features":[436]},{"name":"BDA_SCAN_MOD_QPSK","features":[436]},{"name":"BDA_SCAN_MOD_RF","features":[436]},{"name":"BDA_SCAN_START","features":[436]},{"name":"BDA_SCAN_STATE","features":[436]},{"name":"BDA_SIGNAL_ACTIVE","features":[436]},{"name":"BDA_SIGNAL_INACTIVE","features":[436]},{"name":"BDA_SIGNAL_STATE","features":[436]},{"name":"BDA_SIGNAL_TIMEOUTS","features":[436]},{"name":"BDA_SIGNAL_UNAVAILABLE","features":[436]},{"name":"BDA_SPECTRAL_INVERSION_AUTOMATIC","features":[436]},{"name":"BDA_SPECTRAL_INVERSION_INVERTED","features":[436]},{"name":"BDA_SPECTRAL_INVERSION_MAX","features":[436]},{"name":"BDA_SPECTRAL_INVERSION_NORMAL","features":[436]},{"name":"BDA_SPECTRAL_INVERSION_NOT_DEFINED","features":[436]},{"name":"BDA_SPECTRAL_INVERSION_NOT_SET","features":[436]},{"name":"BDA_STRING","features":[436]},{"name":"BDA_TABLE_SECTION","features":[436]},{"name":"BDA_TEMPLATE_CONNECTION","features":[436]},{"name":"BDA_TEMPLATE_PIN_JOINT","features":[436]},{"name":"BDA_TS_SELECTORINFO","features":[436]},{"name":"BDA_TS_SELECTORINFO_ISDBS_EXT","features":[436]},{"name":"BDA_TUNER_DIAGNOSTICS","features":[436]},{"name":"BDA_TUNER_TUNERSTATE","features":[436]},{"name":"BDA_UNDEFINED_CHANNEL","features":[436]},{"name":"BDA_UNITIALIZED_MPEG2STREAMTYPE","features":[436]},{"name":"BDA_USERACTIVITY_INTERVAL","features":[436]},{"name":"BDA_WMDRMTUNER_PIDPROTECTION","features":[436]},{"name":"BDA_WMDRMTUNER_PURCHASEENTITLEMENT","features":[436]},{"name":"BDA_WMDRM_KEYINFOLIST","features":[436]},{"name":"BDA_WMDRM_RENEWLICENSE","features":[436]},{"name":"BDA_WMDRM_STATUS","features":[436]},{"name":"BDA_XMIT_MODE_16K","features":[436]},{"name":"BDA_XMIT_MODE_1K","features":[436]},{"name":"BDA_XMIT_MODE_2K","features":[436]},{"name":"BDA_XMIT_MODE_2K_INTERLEAVED","features":[436]},{"name":"BDA_XMIT_MODE_32K","features":[436]},{"name":"BDA_XMIT_MODE_4K","features":[436]},{"name":"BDA_XMIT_MODE_4K_INTERLEAVED","features":[436]},{"name":"BDA_XMIT_MODE_8K","features":[436]},{"name":"BDA_XMIT_MODE_MAX","features":[436]},{"name":"BDA_XMIT_MODE_NOT_DEFINED","features":[436]},{"name":"BDA_XMIT_MODE_NOT_SET","features":[436]},{"name":"BinaryConvolutionCodeRate","features":[436]},{"name":"CATEGORY_COUNT","features":[436]},{"name":"CDEF_BYPASS_CLASS_MANAGER","features":[436]},{"name":"CDEF_CLASS_DEFAULT","features":[436]},{"name":"CDEF_DEVMON_CMGR_DEVICE","features":[436]},{"name":"CDEF_DEVMON_DMO","features":[436]},{"name":"CDEF_DEVMON_FILTER","features":[436]},{"name":"CDEF_DEVMON_PNP_DEVICE","features":[436]},{"name":"CDEF_DEVMON_SELECTIVE_MASK","features":[436]},{"name":"CDEF_MERIT_ABOVE_DO_NOT_USE","features":[436]},{"name":"CFSTR_VFW_FILTERLIST","features":[436]},{"name":"CHARS_IN_GUID","features":[436]},{"name":"CK_INDEX","features":[436]},{"name":"CK_NOCOLORKEY","features":[436]},{"name":"CK_RGB","features":[436]},{"name":"CLSID_AMAudioData","features":[436]},{"name":"CLSID_AMAudioStream","features":[436]},{"name":"CLSID_AMDirectDrawStream","features":[436]},{"name":"CLSID_AMMediaTypeStream","features":[436]},{"name":"CLSID_AMMultiMediaStream","features":[436]},{"name":"CLSID_DMOFilterCategory","features":[436]},{"name":"CLSID_DMOWrapperFilter","features":[436]},{"name":"CLSID_PBDA_AUX_DATA_TYPE","features":[436]},{"name":"CLSID_PBDA_Encoder_DATA_TYPE","features":[436]},{"name":"CLSID_PBDA_FDC_DATA_TYPE","features":[436]},{"name":"CLSID_PBDA_GDDS_DATA_TYPE","features":[436]},{"name":"COLORKEY","features":[305,436]},{"name":"COLORKEY_TYPE","features":[436]},{"name":"COMPLETION_STATUS_FLAGS","features":[436]},{"name":"COMPSTAT_ABORT","features":[436]},{"name":"COMPSTAT_NOUPDATEOK","features":[436]},{"name":"COMPSTAT_WAIT","features":[436]},{"name":"CONDITIONALACCESS_ABORTED","features":[436]},{"name":"CONDITIONALACCESS_ACCESS_NOT_POSSIBLE","features":[436]},{"name":"CONDITIONALACCESS_ACCESS_POSSIBLE","features":[436]},{"name":"CONDITIONALACCESS_ACCESS_POSSIBLE_NO_STREAMING_DISRUPTION","features":[436]},{"name":"CONDITIONALACCESS_ACCESS_UNSPECIFIED","features":[436]},{"name":"CONDITIONALACCESS_CLOSED_ITSELF","features":[436]},{"name":"CONDITIONALACCESS_DIALOG_FOCUS_CHANGE","features":[436]},{"name":"CONDITIONALACCESS_DIALOG_TIMEOUT","features":[436]},{"name":"CONDITIONALACCESS_DIALOG_USER_DISMISSED","features":[436]},{"name":"CONDITIONALACCESS_DIALOG_USER_NOT_AVAILABLE","features":[436]},{"name":"CONDITIONALACCESS_ENDED_NOCHANGE","features":[436]},{"name":"CONDITIONALACCESS_SUCCESSFULL","features":[436]},{"name":"CONDITIONALACCESS_TUNER_REQUESTED_CLOSE","features":[436]},{"name":"CONDITIONALACCESS_UNSPECIFIED","features":[436]},{"name":"COPP_ACP_ForceDWORD","features":[436]},{"name":"COPP_ACP_Level0","features":[436]},{"name":"COPP_ACP_Level1","features":[436]},{"name":"COPP_ACP_Level2","features":[436]},{"name":"COPP_ACP_Level3","features":[436]},{"name":"COPP_ACP_LevelMax","features":[436]},{"name":"COPP_ACP_LevelMin","features":[436]},{"name":"COPP_ACP_Protection_Level","features":[436]},{"name":"COPP_AspectRatio_EN300294_Box14by9Center","features":[436]},{"name":"COPP_AspectRatio_EN300294_Box14by9Top","features":[436]},{"name":"COPP_AspectRatio_EN300294_Box16by9Center","features":[436]},{"name":"COPP_AspectRatio_EN300294_Box16by9Top","features":[436]},{"name":"COPP_AspectRatio_EN300294_BoxGT16by9Center","features":[436]},{"name":"COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic","features":[436]},{"name":"COPP_AspectRatio_EN300294_FullFormat4by3","features":[436]},{"name":"COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter","features":[436]},{"name":"COPP_AspectRatio_ForceDWORD","features":[436]},{"name":"COPP_BusType","features":[436]},{"name":"COPP_BusType_AGP","features":[436]},{"name":"COPP_BusType_ForceDWORD","features":[436]},{"name":"COPP_BusType_Integrated","features":[436]},{"name":"COPP_BusType_PCI","features":[436]},{"name":"COPP_BusType_PCIExpress","features":[436]},{"name":"COPP_BusType_PCIX","features":[436]},{"name":"COPP_BusType_Unknown","features":[436]},{"name":"COPP_CGMSA_CopyFreely","features":[436]},{"name":"COPP_CGMSA_CopyNever","features":[436]},{"name":"COPP_CGMSA_CopyNoMore","features":[436]},{"name":"COPP_CGMSA_CopyOneGeneration","features":[436]},{"name":"COPP_CGMSA_Disabled","features":[436]},{"name":"COPP_CGMSA_ForceDWORD","features":[436]},{"name":"COPP_CGMSA_LevelMax","features":[436]},{"name":"COPP_CGMSA_LevelMin","features":[436]},{"name":"COPP_CGMSA_Protection_Level","features":[436]},{"name":"COPP_CGMSA_RedistributionControlRequired","features":[436]},{"name":"COPP_ConnectorType","features":[436]},{"name":"COPP_ConnectorType_ComponentVideo","features":[436]},{"name":"COPP_ConnectorType_CompositeVideo","features":[436]},{"name":"COPP_ConnectorType_DVI","features":[436]},{"name":"COPP_ConnectorType_D_JPN","features":[436]},{"name":"COPP_ConnectorType_ForceDWORD","features":[436]},{"name":"COPP_ConnectorType_HDMI","features":[436]},{"name":"COPP_ConnectorType_Internal","features":[436]},{"name":"COPP_ConnectorType_LVDS","features":[436]},{"name":"COPP_ConnectorType_SVideo","features":[436]},{"name":"COPP_ConnectorType_TMDS","features":[436]},{"name":"COPP_ConnectorType_Unknown","features":[436]},{"name":"COPP_ConnectorType_VGA","features":[436]},{"name":"COPP_DefaultProtectionLevel","features":[436]},{"name":"COPP_HDCPFlagsReserved","features":[436]},{"name":"COPP_HDCPRepeater","features":[436]},{"name":"COPP_HDCP_ForceDWORD","features":[436]},{"name":"COPP_HDCP_Level0","features":[436]},{"name":"COPP_HDCP_Level1","features":[436]},{"name":"COPP_HDCP_LevelMax","features":[436]},{"name":"COPP_HDCP_LevelMin","features":[436]},{"name":"COPP_HDCP_Protection_Level","features":[436]},{"name":"COPP_ImageAspectRatio_EN300294","features":[436]},{"name":"COPP_ImageAspectRatio_EN300294_Mask","features":[436]},{"name":"COPP_LinkLost","features":[436]},{"name":"COPP_NoProtectionLevelAvailable","features":[436]},{"name":"COPP_ProtectionStandard_ARIBTRB15_1125i","features":[436]},{"name":"COPP_ProtectionStandard_ARIBTRB15_525i","features":[436]},{"name":"COPP_ProtectionStandard_ARIBTRB15_525p","features":[436]},{"name":"COPP_ProtectionStandard_ARIBTRB15_750p","features":[436]},{"name":"COPP_ProtectionStandard_CEA805A_TypeA_1125i","features":[436]},{"name":"COPP_ProtectionStandard_CEA805A_TypeA_525p","features":[436]},{"name":"COPP_ProtectionStandard_CEA805A_TypeA_750p","features":[436]},{"name":"COPP_ProtectionStandard_CEA805A_TypeB_1125i","features":[436]},{"name":"COPP_ProtectionStandard_CEA805A_TypeB_525p","features":[436]},{"name":"COPP_ProtectionStandard_CEA805A_TypeB_750p","features":[436]},{"name":"COPP_ProtectionStandard_EIA608B_525","features":[436]},{"name":"COPP_ProtectionStandard_EN300294_625i","features":[436]},{"name":"COPP_ProtectionStandard_IEC61880_2_525i","features":[436]},{"name":"COPP_ProtectionStandard_IEC61880_525i","features":[436]},{"name":"COPP_ProtectionStandard_IEC62375_625p","features":[436]},{"name":"COPP_ProtectionStandard_Mask","features":[436]},{"name":"COPP_ProtectionStandard_None","features":[436]},{"name":"COPP_ProtectionStandard_Reserved","features":[436]},{"name":"COPP_ProtectionStandard_Unknown","features":[436]},{"name":"COPP_RenegotiationRequired","features":[436]},{"name":"COPP_StatusFlags","features":[436]},{"name":"COPP_StatusFlagsReserved","features":[436]},{"name":"COPP_StatusHDCPFlags","features":[436]},{"name":"COPP_StatusNormal","features":[436]},{"name":"COPP_TVProtectionStandard","features":[436]},{"name":"CameraControlFlags","features":[436]},{"name":"CameraControlProperty","features":[436]},{"name":"CameraControl_Exposure","features":[436]},{"name":"CameraControl_Flags_Auto","features":[436]},{"name":"CameraControl_Flags_Manual","features":[436]},{"name":"CameraControl_Focus","features":[436]},{"name":"CameraControl_Iris","features":[436]},{"name":"CameraControl_Pan","features":[436]},{"name":"CameraControl_Roll","features":[436]},{"name":"CameraControl_Tilt","features":[436]},{"name":"CameraControl_Zoom","features":[436]},{"name":"CardDataChanged","features":[436]},{"name":"CardError","features":[436]},{"name":"CardFirmwareUpgrade","features":[436]},{"name":"CardInserted","features":[436]},{"name":"CardRemoved","features":[436]},{"name":"CategoryAudio","features":[436]},{"name":"CategoryCaptions","features":[436]},{"name":"CategoryData","features":[436]},{"name":"CategoryNotSet","features":[436]},{"name":"CategoryOther","features":[436]},{"name":"CategorySubtitles","features":[436]},{"name":"CategorySuperimpose","features":[436]},{"name":"CategoryText","features":[436]},{"name":"CategoryVideo","features":[436]},{"name":"ComponentCategory","features":[436]},{"name":"ComponentStatus","features":[436]},{"name":"CompressionCaps","features":[436]},{"name":"CompressionCaps_CanBFrame","features":[436]},{"name":"CompressionCaps_CanCrunch","features":[436]},{"name":"CompressionCaps_CanKeyFrame","features":[436]},{"name":"CompressionCaps_CanQuality","features":[436]},{"name":"CompressionCaps_CanWindow","features":[436]},{"name":"ConstantBitRate","features":[436]},{"name":"DDSFF_FLAGS","features":[436]},{"name":"DDSFF_PROGRESSIVERENDER","features":[436]},{"name":"DECIMATION_DEFAULT","features":[436]},{"name":"DECIMATION_LEGACY","features":[436]},{"name":"DECIMATION_USAGE","features":[436]},{"name":"DECIMATION_USE_DECODER_ONLY","features":[436]},{"name":"DECIMATION_USE_OVERLAY_ONLY","features":[436]},{"name":"DECIMATION_USE_VIDEOPORT_ONLY","features":[436]},{"name":"DECODER_CAP_NOTSUPPORTED","features":[436]},{"name":"DECODER_CAP_SUPPORTED","features":[436]},{"name":"DISPLAY_16x9","features":[436]},{"name":"DISPLAY_4x3_LETTERBOX_PREFERRED","features":[436]},{"name":"DISPLAY_4x3_PANSCAN_PREFERRED","features":[436]},{"name":"DISPLAY_CONTENT_DEFAULT","features":[436]},{"name":"DOLBY_AC3_AUDIO","features":[436]},{"name":"DOLBY_DIGITAL_PLUS_AUDIO_ATSC","features":[436]},{"name":"DVBSystemType","features":[436]},{"name":"DVB_Cable","features":[436]},{"name":"DVB_Satellite","features":[436]},{"name":"DVB_Terrestrial","features":[436]},{"name":"DVDECODERRESOLUTION_180x120","features":[436]},{"name":"DVDECODERRESOLUTION_360x240","features":[436]},{"name":"DVDECODERRESOLUTION_720x480","features":[436]},{"name":"DVDECODERRESOLUTION_88x60","features":[436]},{"name":"DVD_ATR","features":[436]},{"name":"DVD_AUDIO_APPMODE","features":[436]},{"name":"DVD_AUDIO_CAPS_AC3","features":[436]},{"name":"DVD_AUDIO_CAPS_DTS","features":[436]},{"name":"DVD_AUDIO_CAPS_LPCM","features":[436]},{"name":"DVD_AUDIO_CAPS_MPEG2","features":[436]},{"name":"DVD_AUDIO_CAPS_SDDS","features":[436]},{"name":"DVD_AUDIO_FORMAT","features":[436]},{"name":"DVD_AUDIO_LANG_EXT","features":[436]},{"name":"DVD_AUD_EXT_Captions","features":[436]},{"name":"DVD_AUD_EXT_DirectorComments1","features":[436]},{"name":"DVD_AUD_EXT_DirectorComments2","features":[436]},{"name":"DVD_AUD_EXT_NotSpecified","features":[436]},{"name":"DVD_AUD_EXT_VisuallyImpaired","features":[436]},{"name":"DVD_AppMode_Karaoke","features":[436]},{"name":"DVD_AppMode_Not_Specified","features":[436]},{"name":"DVD_AppMode_Other","features":[436]},{"name":"DVD_Assignment_LR","features":[436]},{"name":"DVD_Assignment_LR1","features":[436]},{"name":"DVD_Assignment_LR12","features":[436]},{"name":"DVD_Assignment_LRM","features":[436]},{"name":"DVD_Assignment_LRM1","features":[436]},{"name":"DVD_Assignment_LRM12","features":[436]},{"name":"DVD_Assignment_reserved0","features":[436]},{"name":"DVD_Assignment_reserved1","features":[436]},{"name":"DVD_AudioAttributes","features":[305,436]},{"name":"DVD_AudioDuringFFwdRew","features":[436]},{"name":"DVD_AudioFormat_AC3","features":[436]},{"name":"DVD_AudioFormat_DTS","features":[436]},{"name":"DVD_AudioFormat_LPCM","features":[436]},{"name":"DVD_AudioFormat_MPEG1","features":[436]},{"name":"DVD_AudioFormat_MPEG1_DRC","features":[436]},{"name":"DVD_AudioFormat_MPEG2","features":[436]},{"name":"DVD_AudioFormat_MPEG2_DRC","features":[436]},{"name":"DVD_AudioFormat_Other","features":[436]},{"name":"DVD_AudioFormat_SDDS","features":[436]},{"name":"DVD_AudioMode_Karaoke","features":[436]},{"name":"DVD_AudioMode_None","features":[436]},{"name":"DVD_AudioMode_Other","features":[436]},{"name":"DVD_AudioMode_Surround","features":[436]},{"name":"DVD_CMD_FLAGS","features":[436]},{"name":"DVD_CMD_FLAG_Block","features":[436]},{"name":"DVD_CMD_FLAG_EndAfterRendered","features":[436]},{"name":"DVD_CMD_FLAG_Flush","features":[436]},{"name":"DVD_CMD_FLAG_None","features":[436]},{"name":"DVD_CMD_FLAG_SendEvents","features":[436]},{"name":"DVD_CMD_FLAG_StartWhenRendered","features":[436]},{"name":"DVD_CacheSizeInMB","features":[436]},{"name":"DVD_Channel_Audio","features":[436]},{"name":"DVD_CharSet_ISO646","features":[436]},{"name":"DVD_CharSet_ISO8859_1","features":[436]},{"name":"DVD_CharSet_JIS_Roman_Kanji","features":[436]},{"name":"DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana","features":[436]},{"name":"DVD_CharSet_Unicode","features":[436]},{"name":"DVD_DECODER_CAPS","features":[436]},{"name":"DVD_DEFAULT_AUDIO_STREAM","features":[436]},{"name":"DVD_DIR_BACKWARD","features":[436]},{"name":"DVD_DIR_FORWARD","features":[436]},{"name":"DVD_DISC_SIDE","features":[436]},{"name":"DVD_DOMAIN","features":[436]},{"name":"DVD_DOMAIN_FirstPlay","features":[436]},{"name":"DVD_DOMAIN_Stop","features":[436]},{"name":"DVD_DOMAIN_Title","features":[436]},{"name":"DVD_DOMAIN_VideoManagerMenu","features":[436]},{"name":"DVD_DOMAIN_VideoTitleSetMenu","features":[436]},{"name":"DVD_DisableStillThrottle","features":[436]},{"name":"DVD_ERROR","features":[436]},{"name":"DVD_ERROR_CopyProtectFail","features":[436]},{"name":"DVD_ERROR_CopyProtectOutputFail","features":[436]},{"name":"DVD_ERROR_CopyProtectOutputNotSupported","features":[436]},{"name":"DVD_ERROR_IncompatibleDiscAndDecoderRegions","features":[436]},{"name":"DVD_ERROR_IncompatibleSystemAndDecoderRegions","features":[436]},{"name":"DVD_ERROR_InvalidDVD1_0Disc","features":[436]},{"name":"DVD_ERROR_InvalidDiscRegion","features":[436]},{"name":"DVD_ERROR_LowParentalLevel","features":[436]},{"name":"DVD_ERROR_MacrovisionFail","features":[436]},{"name":"DVD_ERROR_Unexpected","features":[436]},{"name":"DVD_EnableCC","features":[436]},{"name":"DVD_EnableESOutput","features":[436]},{"name":"DVD_EnableExtendedCopyProtectErrors","features":[436]},{"name":"DVD_EnableLoggingEvents","features":[436]},{"name":"DVD_EnableNonblockingAPIs","features":[436]},{"name":"DVD_EnablePortableBookmarks","features":[436]},{"name":"DVD_EnableStreaming","features":[436]},{"name":"DVD_EnableTitleLength","features":[436]},{"name":"DVD_FPS_25","features":[436]},{"name":"DVD_FPS_30NonDrop","features":[436]},{"name":"DVD_FRAMERATE","features":[436]},{"name":"DVD_General_Comments","features":[436]},{"name":"DVD_General_Name","features":[436]},{"name":"DVD_HMSF_TIMECODE","features":[436]},{"name":"DVD_HMSF_TimeCodeEvents","features":[436]},{"name":"DVD_IncreaseOutputControl","features":[436]},{"name":"DVD_KARAOKE_ASSIGNMENT","features":[436]},{"name":"DVD_KARAOKE_CONTENTS","features":[436]},{"name":"DVD_KARAOKE_DOWNMIX","features":[436]},{"name":"DVD_KaraokeAttributes","features":[305,436]},{"name":"DVD_Karaoke_GuideMelody1","features":[436]},{"name":"DVD_Karaoke_GuideMelody2","features":[436]},{"name":"DVD_Karaoke_GuideMelodyA","features":[436]},{"name":"DVD_Karaoke_GuideMelodyB","features":[436]},{"name":"DVD_Karaoke_GuideVocal1","features":[436]},{"name":"DVD_Karaoke_GuideVocal2","features":[436]},{"name":"DVD_Karaoke_SoundEffectA","features":[436]},{"name":"DVD_Karaoke_SoundEffectB","features":[436]},{"name":"DVD_MENU_Angle","features":[436]},{"name":"DVD_MENU_Audio","features":[436]},{"name":"DVD_MENU_Chapter","features":[436]},{"name":"DVD_MENU_ID","features":[436]},{"name":"DVD_MENU_Root","features":[436]},{"name":"DVD_MENU_Subpicture","features":[436]},{"name":"DVD_MENU_Title","features":[436]},{"name":"DVD_MUA_Coeff","features":[436]},{"name":"DVD_MUA_MixingInfo","features":[305,436]},{"name":"DVD_MaxReadBurstInKB","features":[436]},{"name":"DVD_MenuAttributes","features":[305,436]},{"name":"DVD_Mix_0to0","features":[436]},{"name":"DVD_Mix_0to1","features":[436]},{"name":"DVD_Mix_1to0","features":[436]},{"name":"DVD_Mix_1to1","features":[436]},{"name":"DVD_Mix_2to0","features":[436]},{"name":"DVD_Mix_2to1","features":[436]},{"name":"DVD_Mix_3to0","features":[436]},{"name":"DVD_Mix_3to1","features":[436]},{"name":"DVD_Mix_4to0","features":[436]},{"name":"DVD_Mix_4to1","features":[436]},{"name":"DVD_Mix_Lto0","features":[436]},{"name":"DVD_Mix_Lto1","features":[436]},{"name":"DVD_Mix_Rto0","features":[436]},{"name":"DVD_Mix_Rto1","features":[436]},{"name":"DVD_MultichannelAudioAttributes","features":[305,436]},{"name":"DVD_NavCmdType","features":[436]},{"name":"DVD_NavCmdType_Button","features":[436]},{"name":"DVD_NavCmdType_Cell","features":[436]},{"name":"DVD_NavCmdType_Post","features":[436]},{"name":"DVD_NavCmdType_Pre","features":[436]},{"name":"DVD_NotifyParentalLevelChange","features":[436]},{"name":"DVD_NotifyPositionChange","features":[436]},{"name":"DVD_OPTION_FLAG","features":[436]},{"name":"DVD_Other_Cut","features":[436]},{"name":"DVD_Other_Scene","features":[436]},{"name":"DVD_Other_Take","features":[436]},{"name":"DVD_PARENTAL_LEVEL","features":[436]},{"name":"DVD_PARENTAL_LEVEL_1","features":[436]},{"name":"DVD_PARENTAL_LEVEL_2","features":[436]},{"name":"DVD_PARENTAL_LEVEL_3","features":[436]},{"name":"DVD_PARENTAL_LEVEL_4","features":[436]},{"name":"DVD_PARENTAL_LEVEL_5","features":[436]},{"name":"DVD_PARENTAL_LEVEL_6","features":[436]},{"name":"DVD_PARENTAL_LEVEL_7","features":[436]},{"name":"DVD_PARENTAL_LEVEL_8","features":[436]},{"name":"DVD_PB_STOPPED","features":[436]},{"name":"DVD_PB_STOPPED_CopyProtectFailure","features":[436]},{"name":"DVD_PB_STOPPED_CopyProtectOutputFailure","features":[436]},{"name":"DVD_PB_STOPPED_CopyProtectOutputNotSupported","features":[436]},{"name":"DVD_PB_STOPPED_DiscEjected","features":[436]},{"name":"DVD_PB_STOPPED_DiscReadError","features":[436]},{"name":"DVD_PB_STOPPED_IllegalNavCommand","features":[436]},{"name":"DVD_PB_STOPPED_MacrovisionFailure","features":[436]},{"name":"DVD_PB_STOPPED_NoBranch","features":[436]},{"name":"DVD_PB_STOPPED_NoFirstPlayDomain","features":[436]},{"name":"DVD_PB_STOPPED_Other","features":[436]},{"name":"DVD_PB_STOPPED_ParentalFailure","features":[436]},{"name":"DVD_PB_STOPPED_PlayChapterAutoStop","features":[436]},{"name":"DVD_PB_STOPPED_PlayPeriodAutoStop","features":[436]},{"name":"DVD_PB_STOPPED_RegionFailure","features":[436]},{"name":"DVD_PB_STOPPED_Reset","features":[436]},{"name":"DVD_PB_STOPPED_StopCommand","features":[436]},{"name":"DVD_PLAYBACK_LOCATION","features":[436]},{"name":"DVD_PLAYBACK_LOCATION2","features":[436]},{"name":"DVD_PLAY_DIRECTION","features":[436]},{"name":"DVD_PREFERRED_DISPLAY_MODE","features":[436]},{"name":"DVD_RELATIVE_BUTTON","features":[436]},{"name":"DVD_ReadBurstPeriodInMS","features":[436]},{"name":"DVD_Relative_Left","features":[436]},{"name":"DVD_Relative_Lower","features":[436]},{"name":"DVD_Relative_Right","features":[436]},{"name":"DVD_Relative_Upper","features":[436]},{"name":"DVD_ResetOnStop","features":[436]},{"name":"DVD_RestartDisc","features":[436]},{"name":"DVD_SIDE_A","features":[436]},{"name":"DVD_SIDE_B","features":[436]},{"name":"DVD_SPCoding_Extended","features":[436]},{"name":"DVD_SPCoding_Other","features":[436]},{"name":"DVD_SPCoding_RunLength","features":[436]},{"name":"DVD_SPType_Language","features":[436]},{"name":"DVD_SPType_NotSpecified","features":[436]},{"name":"DVD_SPType_Other","features":[436]},{"name":"DVD_SP_EXT_CC_Big","features":[436]},{"name":"DVD_SP_EXT_CC_Children","features":[436]},{"name":"DVD_SP_EXT_CC_Normal","features":[436]},{"name":"DVD_SP_EXT_Caption_Big","features":[436]},{"name":"DVD_SP_EXT_Caption_Children","features":[436]},{"name":"DVD_SP_EXT_Caption_Normal","features":[436]},{"name":"DVD_SP_EXT_DirectorComments_Big","features":[436]},{"name":"DVD_SP_EXT_DirectorComments_Children","features":[436]},{"name":"DVD_SP_EXT_DirectorComments_Normal","features":[436]},{"name":"DVD_SP_EXT_Forced","features":[436]},{"name":"DVD_SP_EXT_NotSpecified","features":[436]},{"name":"DVD_STREAM_DATA_CURRENT","features":[436]},{"name":"DVD_STREAM_DATA_VMGM","features":[436]},{"name":"DVD_STREAM_DATA_VTSM","features":[436]},{"name":"DVD_SUBPICTURE_CODING","features":[436]},{"name":"DVD_SUBPICTURE_LANG_EXT","features":[436]},{"name":"DVD_SUBPICTURE_TYPE","features":[436]},{"name":"DVD_Stream_Angle","features":[436]},{"name":"DVD_Stream_Audio","features":[436]},{"name":"DVD_Stream_Subpicture","features":[436]},{"name":"DVD_Struct_Cell","features":[436]},{"name":"DVD_Struct_ParentalID","features":[436]},{"name":"DVD_Struct_PartOfTitle","features":[436]},{"name":"DVD_Struct_Title","features":[436]},{"name":"DVD_Struct_Volume","features":[436]},{"name":"DVD_SubpictureAttributes","features":[436]},{"name":"DVD_TC_FLAG_25fps","features":[436]},{"name":"DVD_TC_FLAG_30fps","features":[436]},{"name":"DVD_TC_FLAG_DropFrame","features":[436]},{"name":"DVD_TC_FLAG_Interpolated","features":[436]},{"name":"DVD_TIMECODE","features":[436]},{"name":"DVD_TIMECODE_FLAGS","features":[436]},{"name":"DVD_TITLE_APPMODE","features":[436]},{"name":"DVD_TITLE_MENU","features":[436]},{"name":"DVD_TextCharSet","features":[436]},{"name":"DVD_TextStringType","features":[436]},{"name":"DVD_TitleAttributes","features":[305,436]},{"name":"DVD_Title_Album","features":[436]},{"name":"DVD_Title_Movie","features":[436]},{"name":"DVD_Title_Orig_Album","features":[436]},{"name":"DVD_Title_Orig_Movie","features":[436]},{"name":"DVD_Title_Orig_Other","features":[436]},{"name":"DVD_Title_Orig_Series","features":[436]},{"name":"DVD_Title_Orig_Song","features":[436]},{"name":"DVD_Title_Orig_Video","features":[436]},{"name":"DVD_Title_Other","features":[436]},{"name":"DVD_Title_Series","features":[436]},{"name":"DVD_Title_Song","features":[436]},{"name":"DVD_Title_Sub_Album","features":[436]},{"name":"DVD_Title_Sub_Movie","features":[436]},{"name":"DVD_Title_Sub_Other","features":[436]},{"name":"DVD_Title_Sub_Series","features":[436]},{"name":"DVD_Title_Sub_Song","features":[436]},{"name":"DVD_Title_Sub_Video","features":[436]},{"name":"DVD_Title_Video","features":[436]},{"name":"DVD_VIDEO_COMPRESSION","features":[436]},{"name":"DVD_VideoAttributes","features":[305,436]},{"name":"DVD_VideoCompression_MPEG1","features":[436]},{"name":"DVD_VideoCompression_MPEG2","features":[436]},{"name":"DVD_VideoCompression_Other","features":[436]},{"name":"DVD_WARNING","features":[436]},{"name":"DVD_WARNING_FormatNotSupported","features":[436]},{"name":"DVD_WARNING_IllegalNavCommand","features":[436]},{"name":"DVD_WARNING_InvalidDVD1_0Disc","features":[436]},{"name":"DVD_WARNING_Open","features":[436]},{"name":"DVD_WARNING_Read","features":[436]},{"name":"DVD_WARNING_Seek","features":[436]},{"name":"DVENCODERFORMAT_DVHD","features":[436]},{"name":"DVENCODERFORMAT_DVSD","features":[436]},{"name":"DVENCODERFORMAT_DVSL","features":[436]},{"name":"DVENCODERRESOLUTION_180x120","features":[436]},{"name":"DVENCODERRESOLUTION_360x240","features":[436]},{"name":"DVENCODERRESOLUTION_720x480","features":[436]},{"name":"DVENCODERRESOLUTION_88x60","features":[436]},{"name":"DVENCODERVIDEOFORMAT_NTSC","features":[436]},{"name":"DVENCODERVIDEOFORMAT_PAL","features":[436]},{"name":"DVINFO","features":[436]},{"name":"DVRESOLUTION_DC","features":[436]},{"name":"DVRESOLUTION_FULL","features":[436]},{"name":"DVRESOLUTION_HALF","features":[436]},{"name":"DVRESOLUTION_QUARTER","features":[436]},{"name":"DWORD_ALLPARAMS","features":[436]},{"name":"DXVA2SW_CALLBACKS","features":[305,315,436,437]},{"name":"DXVA2TraceVideoProcessBltData","features":[305,436,336]},{"name":"DXVA2Trace_Control","features":[436]},{"name":"DXVA2Trace_DecodeDevBeginFrame","features":[436]},{"name":"DXVA2Trace_DecodeDevBeginFrameData","features":[305,436,336]},{"name":"DXVA2Trace_DecodeDevCreated","features":[436]},{"name":"DXVA2Trace_DecodeDevCreatedData","features":[305,436,336]},{"name":"DXVA2Trace_DecodeDevDestroyed","features":[436]},{"name":"DXVA2Trace_DecodeDevEndFrame","features":[436]},{"name":"DXVA2Trace_DecodeDevExecute","features":[436]},{"name":"DXVA2Trace_DecodeDevGetBuffer","features":[436]},{"name":"DXVA2Trace_DecodeDevGetBufferData","features":[305,436,336]},{"name":"DXVA2Trace_DecodeDeviceData","features":[305,436,336]},{"name":"DXVA2Trace_VideoProcessBlt","features":[436]},{"name":"DXVA2Trace_VideoProcessDevCreated","features":[436]},{"name":"DXVA2Trace_VideoProcessDevCreatedData","features":[305,436,336]},{"name":"DXVA2Trace_VideoProcessDevDestroyed","features":[436]},{"name":"DXVA2Trace_VideoProcessDeviceData","features":[305,436,336]},{"name":"DXVA2_DestinationFlagMask","features":[436]},{"name":"DXVA2_DestinationFlag_Alpha_Changed","features":[436]},{"name":"DXVA2_DestinationFlag_Background_Changed","features":[436]},{"name":"DXVA2_DestinationFlag_ColorData_Changed","features":[436]},{"name":"DXVA2_DestinationFlag_RFF","features":[436]},{"name":"DXVA2_DestinationFlag_RFF_TFF_Present","features":[436]},{"name":"DXVA2_DestinationFlag_TFF","features":[436]},{"name":"DXVA2_DestinationFlag_TargetRect_Changed","features":[436]},{"name":"DXVA2_DestinationFlags","features":[436]},{"name":"DXVA2_SampleFlag_ColorData_Changed","features":[436]},{"name":"DXVA2_SampleFlag_DstRect_Changed","features":[436]},{"name":"DXVA2_SampleFlag_Palette_Changed","features":[436]},{"name":"DXVA2_SampleFlag_PlanarAlpha_Changed","features":[436]},{"name":"DXVA2_SampleFlag_RFF","features":[436]},{"name":"DXVA2_SampleFlag_RFF_TFF_Present","features":[436]},{"name":"DXVA2_SampleFlag_SrcRect_Changed","features":[436]},{"name":"DXVA2_SampleFlag_TFF","features":[436]},{"name":"DXVA2_SampleFlags","features":[436]},{"name":"DXVA2_SampleFlagsMask","features":[436]},{"name":"DXVA2_VIDEOPROCESSBLT","features":[305,436,437]},{"name":"DXVA2_VIDEOSAMPLE","features":[305,436,437]},{"name":"DXVA_ALPHA_BLEND_COMBINATION_BUFFER","features":[436]},{"name":"DXVA_ALPHA_BLEND_COMBINATION_FUNCTION","features":[436]},{"name":"DXVA_ALPHA_BLEND_DATA_LOAD_FUNCTION","features":[436]},{"name":"DXVA_AYUV_BUFFER","features":[436]},{"name":"DXVA_BIDIRECTIONAL_AVERAGING_H263_TRUNC","features":[436]},{"name":"DXVA_BIDIRECTIONAL_AVERAGING_MPEG2_ROUND","features":[436]},{"name":"DXVA_BITSTREAM_CONCEALMENT_METHOD_BACKWARD","features":[436]},{"name":"DXVA_BITSTREAM_CONCEALMENT_METHOD_FORWARD","features":[436]},{"name":"DXVA_BITSTREAM_CONCEALMENT_METHOD_INTRA","features":[436]},{"name":"DXVA_BITSTREAM_CONCEALMENT_METHOD_UNSPECIFIED","features":[436]},{"name":"DXVA_BITSTREAM_CONCEALMENT_NEED_LIKELY","features":[436]},{"name":"DXVA_BITSTREAM_CONCEALMENT_NEED_MILD","features":[436]},{"name":"DXVA_BITSTREAM_CONCEALMENT_NEED_SEVERE","features":[436]},{"name":"DXVA_BITSTREAM_CONCEALMENT_NEED_UNLIKELY","features":[436]},{"name":"DXVA_BITSTREAM_DATA_BUFFER","features":[436]},{"name":"DXVA_CHROMA_FORMAT_420","features":[436]},{"name":"DXVA_CHROMA_FORMAT_422","features":[436]},{"name":"DXVA_CHROMA_FORMAT_444","features":[436]},{"name":"DXVA_COMPBUFFER_TYPE_THAT_IS_NOT_USED","features":[436]},{"name":"DXVA_CONFIG_BLEND_TYPE_BACK_HARDWARE","features":[436]},{"name":"DXVA_CONFIG_BLEND_TYPE_FRONT_BUFFER","features":[436]},{"name":"DXVA_CONFIG_DATA_TYPE_AI44","features":[436]},{"name":"DXVA_CONFIG_DATA_TYPE_AYUV","features":[436]},{"name":"DXVA_CONFIG_DATA_TYPE_DPXD","features":[436]},{"name":"DXVA_CONFIG_DATA_TYPE_IA44","features":[436]},{"name":"DXVA_COPPCommandFnCode","features":[436]},{"name":"DXVA_COPPDevice","features":[436]},{"name":"DXVA_COPPGetCertificateLengthFnCode","features":[436]},{"name":"DXVA_COPPKeyExchangeFnCode","features":[436]},{"name":"DXVA_COPPQueryBusData","features":[436]},{"name":"DXVA_COPPQueryConnectorType","features":[436]},{"name":"DXVA_COPPQueryDisplayData","features":[436]},{"name":"DXVA_COPPQueryGlobalProtectionLevel","features":[436]},{"name":"DXVA_COPPQueryHDCPKeyData","features":[436]},{"name":"DXVA_COPPQueryLocalProtectionLevel","features":[436]},{"name":"DXVA_COPPQueryProtectionType","features":[436]},{"name":"DXVA_COPPQuerySignaling","features":[436]},{"name":"DXVA_COPPQueryStatusFnCode","features":[436]},{"name":"DXVA_COPPSequenceStartFnCode","features":[436]},{"name":"DXVA_COPPSetProtectionLevel","features":[436]},{"name":"DXVA_COPPSetProtectionLevelCmdData","features":[436]},{"name":"DXVA_COPPSetSignaling","features":[436]},{"name":"DXVA_COPPSetSignalingCmdData","features":[436]},{"name":"DXVA_COPPStatusData","features":[436]},{"name":"DXVA_COPPStatusDisplayData","features":[436]},{"name":"DXVA_COPPStatusHDCPKeyData","features":[436]},{"name":"DXVA_COPPStatusSignalingCmdData","features":[436]},{"name":"DXVA_DCCMD_SURFACE_BUFFER","features":[436]},{"name":"DXVA_DEBLOCKING_CONTROL_BUFFER","features":[436]},{"name":"DXVA_DEBLOCKING_FILTER_FUNCTION","features":[436]},{"name":"DXVA_DPXD_SURFACE_BUFFER","features":[436]},{"name":"DXVA_DeinterlaceBltExFnCode","features":[436]},{"name":"DXVA_DeinterlaceBltFnCode","features":[436]},{"name":"DXVA_DeinterlaceBobDevice","features":[436]},{"name":"DXVA_DeinterlaceContainerDevice","features":[436]},{"name":"DXVA_DeinterlaceQueryAvailableModesFnCode","features":[436]},{"name":"DXVA_DeinterlaceQueryModeCapsFnCode","features":[436]},{"name":"DXVA_ENCRYPTPROTOCOLFUNCFLAG_ACCEL","features":[436]},{"name":"DXVA_ENCRYPTPROTOCOLFUNCFLAG_HOST","features":[436]},{"name":"DXVA_EXECUTE_RETURN_DATA_ERROR_MINOR","features":[436]},{"name":"DXVA_EXECUTE_RETURN_DATA_ERROR_SEVERE","features":[436]},{"name":"DXVA_EXECUTE_RETURN_DATA_ERROR_SIGNIF","features":[436]},{"name":"DXVA_EXECUTE_RETURN_OK","features":[436]},{"name":"DXVA_EXECUTE_RETURN_OTHER_ERROR_SEVERE","features":[436]},{"name":"DXVA_ExtColorData_ShiftBase","features":[436]},{"name":"DXVA_FILM_GRAIN_BUFFER","features":[436]},{"name":"DXVA_FILM_GRAIN_SYNTHESIS_FUNCTION","features":[436]},{"name":"DXVA_HIGHLIGHT_BUFFER","features":[436]},{"name":"DXVA_IA44_SURFACE_BUFFER","features":[436]},{"name":"DXVA_INVERSE_QUANTIZATION_MATRIX_BUFFER","features":[436]},{"name":"DXVA_MACROBLOCK_CONTROL_BUFFER","features":[436]},{"name":"DXVA_MOTION_VECTOR_BUFFER","features":[436]},{"name":"DXVA_MV_PRECISION_AND_CHROMA_RELATION_H261","features":[436]},{"name":"DXVA_MV_PRECISION_AND_CHROMA_RELATION_H263","features":[436]},{"name":"DXVA_MV_PRECISION_AND_CHROMA_RELATION_MPEG2","features":[436]},{"name":"DXVA_ModeAV1_VLD_12bit_Profile2","features":[436]},{"name":"DXVA_ModeAV1_VLD_12bit_Profile2_420","features":[436]},{"name":"DXVA_ModeAV1_VLD_Profile0","features":[436]},{"name":"DXVA_ModeAV1_VLD_Profile1","features":[436]},{"name":"DXVA_ModeAV1_VLD_Profile2","features":[436]},{"name":"DXVA_ModeH261_A","features":[436]},{"name":"DXVA_ModeH261_B","features":[436]},{"name":"DXVA_ModeH263_A","features":[436]},{"name":"DXVA_ModeH263_B","features":[436]},{"name":"DXVA_ModeH263_C","features":[436]},{"name":"DXVA_ModeH263_D","features":[436]},{"name":"DXVA_ModeH263_E","features":[436]},{"name":"DXVA_ModeH263_F","features":[436]},{"name":"DXVA_ModeH264_A","features":[436]},{"name":"DXVA_ModeH264_B","features":[436]},{"name":"DXVA_ModeH264_C","features":[436]},{"name":"DXVA_ModeH264_D","features":[436]},{"name":"DXVA_ModeH264_E","features":[436]},{"name":"DXVA_ModeH264_F","features":[436]},{"name":"DXVA_ModeH264_VLD_Multiview_NoFGT","features":[436]},{"name":"DXVA_ModeH264_VLD_Stereo_NoFGT","features":[436]},{"name":"DXVA_ModeH264_VLD_Stereo_Progressive_NoFGT","features":[436]},{"name":"DXVA_ModeH264_VLD_WithFMOASO_NoFGT","features":[436]},{"name":"DXVA_ModeHEVC_VLD_Main","features":[436]},{"name":"DXVA_ModeHEVC_VLD_Main10","features":[436]},{"name":"DXVA_ModeMPEG1_A","features":[436]},{"name":"DXVA_ModeMPEG1_VLD","features":[436]},{"name":"DXVA_ModeMPEG2_A","features":[436]},{"name":"DXVA_ModeMPEG2_B","features":[436]},{"name":"DXVA_ModeMPEG2_C","features":[436]},{"name":"DXVA_ModeMPEG2_D","features":[436]},{"name":"DXVA_ModeMPEG2and1_VLD","features":[436]},{"name":"DXVA_ModeMPEG4pt2_VLD_AdvSimple_GMC","features":[436]},{"name":"DXVA_ModeMPEG4pt2_VLD_AdvSimple_NoGMC","features":[436]},{"name":"DXVA_ModeMPEG4pt2_VLD_Simple","features":[436]},{"name":"DXVA_ModeNone","features":[436]},{"name":"DXVA_ModeVC1_A","features":[436]},{"name":"DXVA_ModeVC1_B","features":[436]},{"name":"DXVA_ModeVC1_C","features":[436]},{"name":"DXVA_ModeVC1_D","features":[436]},{"name":"DXVA_ModeVC1_D2010","features":[436]},{"name":"DXVA_ModeVP8_VLD","features":[436]},{"name":"DXVA_ModeVP9_VLD_10bit_Profile2","features":[436]},{"name":"DXVA_ModeVP9_VLD_Profile0","features":[436]},{"name":"DXVA_ModeWMV8_A","features":[436]},{"name":"DXVA_ModeWMV8_B","features":[436]},{"name":"DXVA_ModeWMV9_A","features":[436]},{"name":"DXVA_ModeWMV9_B","features":[436]},{"name":"DXVA_ModeWMV9_C","features":[436]},{"name":"DXVA_NUM_TYPES_COMP_BUFFERS","features":[436]},{"name":"DXVA_NoEncrypt","features":[436]},{"name":"DXVA_NumMV_OBMC_off_BinPBwith4MV_off","features":[436]},{"name":"DXVA_NumMV_OBMC_off_BinPBwith4MV_on","features":[436]},{"name":"DXVA_NumMV_OBMC_on__BinPB_off","features":[436]},{"name":"DXVA_NumMV_OBMC_on__BinPB_on","features":[436]},{"name":"DXVA_PICTURE_DECODE_BUFFER","features":[436]},{"name":"DXVA_PICTURE_DECODING_FUNCTION","features":[436]},{"name":"DXVA_PICTURE_RESAMPLE_BUFFER","features":[436]},{"name":"DXVA_PICTURE_RESAMPLE_FUNCTION","features":[436]},{"name":"DXVA_PICTURE_STRUCTURE_BOTTOM_FIELD","features":[436]},{"name":"DXVA_PICTURE_STRUCTURE_FRAME","features":[436]},{"name":"DXVA_PICTURE_STRUCTURE_TOP_FIELD","features":[436]},{"name":"DXVA_ProcAmpControlBltFnCode","features":[436]},{"name":"DXVA_ProcAmpControlDevice","features":[436]},{"name":"DXVA_ProcAmpControlQueryCapsFnCode","features":[436]},{"name":"DXVA_ProcAmpControlQueryRangeFnCode","features":[436]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_ACCEL_LOCK_FALSE_PLUS","features":[436]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_ACCEL_LOCK_OK_COPY","features":[436]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_ACCEL_PROBE_FALSE_PLUS","features":[436]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_ACCEL_PROBE_OK_COPY","features":[436]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_ACCEL_PROBE_OK_PLUS","features":[436]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_DECODER_LOCK_QUERY","features":[436]},{"name":"DXVA_QUERYORREPLYFUNCFLAG_DECODER_PROBE_QUERY","features":[436]},{"name":"DXVA_READ_BACK_BUFFER","features":[436]},{"name":"DXVA_RESIDUAL_DIFFERENCE_BUFFER","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H261_A","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H261_B","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H263_A","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H263_B","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H263_C","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H263_D","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H263_E","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H263_F","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_A","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_B","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_C","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_D","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_E","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_F","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_IDCT_FGT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_IDCT_NOFGT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_MOCOMP_FGT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_MOCOMP_NOFGT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_FGT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_MULTIVIEW_NOFGT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_NOFGT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_STEREO_NOFGT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_STEREO_PROGRESSIVE_NOFGT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_H264_VLD_WITHFMOASO_NOFGT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_MPEG1_A","features":[436]},{"name":"DXVA_RESTRICTED_MODE_MPEG1_VLD","features":[436]},{"name":"DXVA_RESTRICTED_MODE_MPEG2_A","features":[436]},{"name":"DXVA_RESTRICTED_MODE_MPEG2_B","features":[436]},{"name":"DXVA_RESTRICTED_MODE_MPEG2_C","features":[436]},{"name":"DXVA_RESTRICTED_MODE_MPEG2_D","features":[436]},{"name":"DXVA_RESTRICTED_MODE_MPEG2and1_VLD","features":[436]},{"name":"DXVA_RESTRICTED_MODE_MPEG4PT2_VLD_ADV_SIMPLE_GMC","features":[436]},{"name":"DXVA_RESTRICTED_MODE_MPEG4PT2_VLD_ADV_SIMPLE_NOGMC","features":[436]},{"name":"DXVA_RESTRICTED_MODE_MPEG4PT2_VLD_SIMPLE","features":[436]},{"name":"DXVA_RESTRICTED_MODE_UNRESTRICTED","features":[436]},{"name":"DXVA_RESTRICTED_MODE_VC1_A","features":[436]},{"name":"DXVA_RESTRICTED_MODE_VC1_B","features":[436]},{"name":"DXVA_RESTRICTED_MODE_VC1_C","features":[436]},{"name":"DXVA_RESTRICTED_MODE_VC1_D","features":[436]},{"name":"DXVA_RESTRICTED_MODE_VC1_D2010","features":[436]},{"name":"DXVA_RESTRICTED_MODE_VC1_IDCT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_VC1_MOCOMP","features":[436]},{"name":"DXVA_RESTRICTED_MODE_VC1_POSTPROC","features":[436]},{"name":"DXVA_RESTRICTED_MODE_VC1_VLD","features":[436]},{"name":"DXVA_RESTRICTED_MODE_WMV8_A","features":[436]},{"name":"DXVA_RESTRICTED_MODE_WMV8_B","features":[436]},{"name":"DXVA_RESTRICTED_MODE_WMV8_MOCOMP","features":[436]},{"name":"DXVA_RESTRICTED_MODE_WMV8_POSTPROC","features":[436]},{"name":"DXVA_RESTRICTED_MODE_WMV9_A","features":[436]},{"name":"DXVA_RESTRICTED_MODE_WMV9_B","features":[436]},{"name":"DXVA_RESTRICTED_MODE_WMV9_C","features":[436]},{"name":"DXVA_RESTRICTED_MODE_WMV9_IDCT","features":[436]},{"name":"DXVA_RESTRICTED_MODE_WMV9_MOCOMP","features":[436]},{"name":"DXVA_RESTRICTED_MODE_WMV9_POSTPROC","features":[436]},{"name":"DXVA_SCAN_METHOD_ALTERNATE_HORIZONTAL","features":[436]},{"name":"DXVA_SCAN_METHOD_ALTERNATE_VERTICAL","features":[436]},{"name":"DXVA_SCAN_METHOD_ARBITRARY","features":[436]},{"name":"DXVA_SCAN_METHOD_ZIG_ZAG","features":[436]},{"name":"DXVA_SLICE_CONTROL_BUFFER","features":[436]},{"name":"DXVA_STATUS_REPORTING_FUNCTION","features":[436]},{"name":"DXVA_USUAL_BLOCK_HEIGHT","features":[436]},{"name":"DXVA_USUAL_BLOCK_WIDTH","features":[436]},{"name":"DeinterlacePref9_BOB","features":[436]},{"name":"DeinterlacePref9_Mask","features":[436]},{"name":"DeinterlacePref9_NextBest","features":[436]},{"name":"DeinterlacePref9_Weave","features":[436]},{"name":"DeinterlacePref_BOB","features":[436]},{"name":"DeinterlacePref_Mask","features":[436]},{"name":"DeinterlacePref_NextBest","features":[436]},{"name":"DeinterlacePref_Weave","features":[436]},{"name":"DeinterlaceTech9_BOBLineReplicate","features":[436]},{"name":"DeinterlaceTech9_BOBVerticalStretch","features":[436]},{"name":"DeinterlaceTech9_EdgeFiltering","features":[436]},{"name":"DeinterlaceTech9_FieldAdaptive","features":[436]},{"name":"DeinterlaceTech9_MedianFiltering","features":[436]},{"name":"DeinterlaceTech9_MotionVectorSteered","features":[436]},{"name":"DeinterlaceTech9_PixelAdaptive","features":[436]},{"name":"DeinterlaceTech9_Unknown","features":[436]},{"name":"DeinterlaceTech_BOBLineReplicate","features":[436]},{"name":"DeinterlaceTech_BOBVerticalStretch","features":[436]},{"name":"DeinterlaceTech_EdgeFiltering","features":[436]},{"name":"DeinterlaceTech_FieldAdaptive","features":[436]},{"name":"DeinterlaceTech_MedianFiltering","features":[436]},{"name":"DeinterlaceTech_MotionVectorSteered","features":[436]},{"name":"DeinterlaceTech_PixelAdaptive","features":[436]},{"name":"DeinterlaceTech_Unknown","features":[436]},{"name":"DeviceClosed","features":[436]},{"name":"Disabled","features":[436]},{"name":"EALocationCodeType","features":[436]},{"name":"EC_ACTIVATE","features":[436]},{"name":"EC_BANDWIDTHCHANGE","features":[436]},{"name":"EC_BUFFERING_DATA","features":[436]},{"name":"EC_BUILT","features":[436]},{"name":"EC_CLOCK_CHANGED","features":[436]},{"name":"EC_CLOCK_UNSET","features":[436]},{"name":"EC_CODECAPI_EVENT","features":[436]},{"name":"EC_COMPLETE","features":[436]},{"name":"EC_CONTENTPROPERTY_CHANGED","features":[436]},{"name":"EC_DEVICE_LOST","features":[436]},{"name":"EC_DISPLAY_CHANGED","features":[436]},{"name":"EC_DVDBASE","features":[436]},{"name":"EC_DVD_ANGLES_AVAILABLE","features":[436]},{"name":"EC_DVD_ANGLE_CHANGE","features":[436]},{"name":"EC_DVD_AUDIO_STREAM_CHANGE","features":[436]},{"name":"EC_DVD_BUTTON_AUTO_ACTIVATED","features":[436]},{"name":"EC_DVD_BUTTON_CHANGE","features":[436]},{"name":"EC_DVD_BeginNavigationCommands","features":[436]},{"name":"EC_DVD_CHAPTER_AUTOSTOP","features":[436]},{"name":"EC_DVD_CHAPTER_START","features":[436]},{"name":"EC_DVD_CMD_END","features":[436]},{"name":"EC_DVD_CMD_START","features":[436]},{"name":"EC_DVD_CURRENT_HMSF_TIME","features":[436]},{"name":"EC_DVD_CURRENT_TIME","features":[436]},{"name":"EC_DVD_DISC_EJECTED","features":[436]},{"name":"EC_DVD_DISC_INSERTED","features":[436]},{"name":"EC_DVD_DOMAIN_CHANGE","features":[436]},{"name":"EC_DVD_ERROR","features":[436]},{"name":"EC_DVD_GPRM_Change","features":[436]},{"name":"EC_DVD_KARAOKE_MODE","features":[436]},{"name":"EC_DVD_NO_FP_PGC","features":[436]},{"name":"EC_DVD_NavigationCommand","features":[436]},{"name":"EC_DVD_PARENTAL_LEVEL_CHANGE","features":[436]},{"name":"EC_DVD_PLAYBACK_RATE_CHANGE","features":[436]},{"name":"EC_DVD_PLAYBACK_STOPPED","features":[436]},{"name":"EC_DVD_PLAYPERIOD_AUTOSTOP","features":[436]},{"name":"EC_DVD_PROGRAM_CELL_CHANGE","features":[436]},{"name":"EC_DVD_PROGRAM_CHAIN_CHANGE","features":[436]},{"name":"EC_DVD_SPRM_Change","features":[436]},{"name":"EC_DVD_STILL_OFF","features":[436]},{"name":"EC_DVD_STILL_ON","features":[436]},{"name":"EC_DVD_SUBPICTURE_STREAM_CHANGE","features":[436]},{"name":"EC_DVD_TITLE_CHANGE","features":[436]},{"name":"EC_DVD_TITLE_SET_CHANGE","features":[436]},{"name":"EC_DVD_VALID_UOPS_CHANGE","features":[436]},{"name":"EC_DVD_VOBU_Offset","features":[436]},{"name":"EC_DVD_VOBU_Timestamp","features":[436]},{"name":"EC_DVD_WARNING","features":[436]},{"name":"EC_END_OF_SEGMENT","features":[436]},{"name":"EC_EOS_SOON","features":[436]},{"name":"EC_ERRORABORT","features":[436]},{"name":"EC_ERRORABORTEX","features":[436]},{"name":"EC_ERROR_STILLPLAYING","features":[436]},{"name":"EC_EXTDEVICE_MODE_CHANGE","features":[436]},{"name":"EC_FILE_CLOSED","features":[436]},{"name":"EC_FULLSCREEN_LOST","features":[436]},{"name":"EC_GRAPH_CHANGED","features":[436]},{"name":"EC_LENGTH_CHANGED","features":[436]},{"name":"EC_LOADSTATUS","features":[436]},{"name":"EC_MARKER_HIT","features":[436]},{"name":"EC_NEED_RESTART","features":[436]},{"name":"EC_NEW_PIN","features":[436]},{"name":"EC_NOTIFY_WINDOW","features":[436]},{"name":"EC_OLE_EVENT","features":[436]},{"name":"EC_OPENING_FILE","features":[436]},{"name":"EC_PALETTE_CHANGED","features":[436]},{"name":"EC_PAUSED","features":[436]},{"name":"EC_PLEASE_REOPEN","features":[436]},{"name":"EC_PREPROCESS_COMPLETE","features":[436]},{"name":"EC_PROCESSING_LATENCY","features":[436]},{"name":"EC_QUALITY_CHANGE","features":[436]},{"name":"EC_RENDER_FINISHED","features":[436]},{"name":"EC_REPAINT","features":[436]},{"name":"EC_SAMPLE_LATENCY","features":[436]},{"name":"EC_SAMPLE_NEEDED","features":[436]},{"name":"EC_SCRUB_TIME","features":[436]},{"name":"EC_SEGMENT_STARTED","features":[436]},{"name":"EC_SHUTTING_DOWN","features":[436]},{"name":"EC_SKIP_FRAMES","features":[436]},{"name":"EC_SNDDEV_IN_ERROR","features":[436]},{"name":"EC_SNDDEV_OUT_ERROR","features":[436]},{"name":"EC_SND_DEVICE_ERROR_BASE","features":[436]},{"name":"EC_STARVATION","features":[436]},{"name":"EC_STATE_CHANGE","features":[436]},{"name":"EC_STATUS","features":[436]},{"name":"EC_STEP_COMPLETE","features":[436]},{"name":"EC_STREAM_CONTROL_STARTED","features":[436]},{"name":"EC_STREAM_CONTROL_STOPPED","features":[436]},{"name":"EC_STREAM_ERROR_STILLPLAYING","features":[436]},{"name":"EC_STREAM_ERROR_STOPPED","features":[436]},{"name":"EC_SYSTEMBASE","features":[436]},{"name":"EC_TIME","features":[436]},{"name":"EC_TIMECODE_AVAILABLE","features":[436]},{"name":"EC_UNBUILT","features":[436]},{"name":"EC_USER","features":[436]},{"name":"EC_USERABORT","features":[436]},{"name":"EC_VIDEOFRAMEREADY","features":[436]},{"name":"EC_VIDEO_SIZE_CHANGED","features":[436]},{"name":"EC_VMR_RECONNECTION_FAILED","features":[436]},{"name":"EC_VMR_RENDERDEVICE_SET","features":[436]},{"name":"EC_VMR_SURFACE_FLIPPED","features":[436]},{"name":"EC_WINDOW_DESTROYED","features":[436]},{"name":"EC_WMT_EVENT","features":[436]},{"name":"EC_WMT_EVENT_BASE","features":[436]},{"name":"EC_WMT_INDEX_EVENT","features":[436]},{"name":"E_PROP_ID_UNSUPPORTED","features":[436]},{"name":"E_PROP_SET_UNSUPPORTED","features":[436]},{"name":"Entitled","features":[436]},{"name":"EntitlementType","features":[436]},{"name":"ErrorClosed","features":[436]},{"name":"FECMethod","features":[436]},{"name":"FILTER_INFO","features":[436]},{"name":"FILTER_STATE","features":[436]},{"name":"FORMAT_DVD_LPCMAudio","features":[436]},{"name":"FORMAT_DolbyAC3","features":[436]},{"name":"FORMAT_Image","features":[436]},{"name":"FORMAT_JPEGImage","features":[436]},{"name":"FORMAT_MPEG2Audio","features":[436]},{"name":"FORMAT_MPEG2Video","features":[436]},{"name":"FORMAT_MPEG2_VIDEO","features":[436]},{"name":"FORMAT_UVCH264Video","features":[436]},{"name":"Famine","features":[436]},{"name":"FilgraphManager","features":[436]},{"name":"Flood","features":[436]},{"name":"GUID_TIME_MUSIC","features":[436]},{"name":"GUID_TIME_REFERENCE","features":[436]},{"name":"GUID_TIME_SAMPLES","features":[436]},{"name":"GuardInterval","features":[436]},{"name":"HEAACWAVEFORMAT","features":[428,436]},{"name":"HEAACWAVEINFO","features":[428,436]},{"name":"HEVC_TEMPORAL_VIDEO_SUBSET","features":[436]},{"name":"HEVC_VIDEO_OR_TEMPORAL_VIDEO","features":[436]},{"name":"HierarchyAlpha","features":[436]},{"name":"IAMAnalogVideoDecoder","features":[436]},{"name":"IAMAnalogVideoEncoder","features":[436]},{"name":"IAMAsyncReaderTimestampScaling","features":[436]},{"name":"IAMAudioInputMixer","features":[436]},{"name":"IAMAudioRendererStats","features":[436]},{"name":"IAMBufferNegotiation","features":[436]},{"name":"IAMCameraControl","features":[436]},{"name":"IAMCertifiedOutputProtection","features":[436]},{"name":"IAMChannelInfo","features":[436,358]},{"name":"IAMClockAdjust","features":[436]},{"name":"IAMClockSlave","features":[436]},{"name":"IAMCollection","features":[436,358]},{"name":"IAMCopyCaptureFileProgress","features":[436]},{"name":"IAMCrossbar","features":[436]},{"name":"IAMDecoderCaps","features":[436]},{"name":"IAMDevMemoryAllocator","features":[436]},{"name":"IAMDevMemoryControl","features":[436]},{"name":"IAMDeviceRemoval","features":[436]},{"name":"IAMDirectSound","features":[436]},{"name":"IAMDroppedFrames","features":[436]},{"name":"IAMExtDevice","features":[436]},{"name":"IAMExtTransport","features":[436]},{"name":"IAMExtendedErrorInfo","features":[436,358]},{"name":"IAMExtendedSeeking","features":[436,358]},{"name":"IAMFilterGraphCallback","features":[436]},{"name":"IAMFilterMiscFlags","features":[436]},{"name":"IAMGraphBuilderCallback","features":[436]},{"name":"IAMGraphStreams","features":[436]},{"name":"IAMLatency","features":[436]},{"name":"IAMLine21Decoder","features":[436]},{"name":"IAMMediaContent","features":[436,358]},{"name":"IAMMediaContent2","features":[436,358]},{"name":"IAMMediaStream","features":[436]},{"name":"IAMMediaTypeSample","features":[436]},{"name":"IAMMediaTypeStream","features":[436]},{"name":"IAMMultiMediaStream","features":[436]},{"name":"IAMNetShowConfig","features":[436,358]},{"name":"IAMNetShowExProps","features":[436,358]},{"name":"IAMNetShowPreroll","features":[436,358]},{"name":"IAMNetworkStatus","features":[436,358]},{"name":"IAMOpenProgress","features":[436]},{"name":"IAMOverlayFX","features":[436]},{"name":"IAMParse","features":[436]},{"name":"IAMPhysicalPinInfo","features":[436]},{"name":"IAMPlayList","features":[436]},{"name":"IAMPlayListItem","features":[436]},{"name":"IAMPluginControl","features":[436]},{"name":"IAMPushSource","features":[436]},{"name":"IAMRebuild","features":[436]},{"name":"IAMResourceControl","features":[436]},{"name":"IAMStats","features":[436,358]},{"name":"IAMStreamConfig","features":[436]},{"name":"IAMStreamControl","features":[436]},{"name":"IAMStreamSelect","features":[436]},{"name":"IAMTVAudio","features":[436]},{"name":"IAMTVAudioNotification","features":[436]},{"name":"IAMTVTuner","features":[436]},{"name":"IAMTimecodeDisplay","features":[436]},{"name":"IAMTimecodeGenerator","features":[436]},{"name":"IAMTimecodeReader","features":[436]},{"name":"IAMTuner","features":[436]},{"name":"IAMTunerNotification","features":[436]},{"name":"IAMVfwCaptureDialogs","features":[436]},{"name":"IAMVfwCompressDialogs","features":[436]},{"name":"IAMVideoAccelerator","features":[436]},{"name":"IAMVideoAcceleratorNotify","features":[436]},{"name":"IAMVideoCompression","features":[436]},{"name":"IAMVideoControl","features":[436]},{"name":"IAMVideoDecimationProperties","features":[436]},{"name":"IAMVideoProcAmp","features":[436]},{"name":"IAMWMBufferPass","features":[436]},{"name":"IAMWMBufferPassCallback","features":[436]},{"name":"IAMWstDecoder","features":[436]},{"name":"IAMovieSetup","features":[436]},{"name":"IAsyncReader","features":[436]},{"name":"IAudioData","features":[436]},{"name":"IAudioMediaStream","features":[436]},{"name":"IAudioStreamSample","features":[436]},{"name":"IBDA_AUX","features":[436]},{"name":"IBDA_AutoDemodulate","features":[436]},{"name":"IBDA_AutoDemodulateEx","features":[436]},{"name":"IBDA_ConditionalAccess","features":[436]},{"name":"IBDA_ConditionalAccessEx","features":[436]},{"name":"IBDA_DRIDRMService","features":[436]},{"name":"IBDA_DRIWMDRMSession","features":[436]},{"name":"IBDA_DRM","features":[436]},{"name":"IBDA_DRMService","features":[436]},{"name":"IBDA_DeviceControl","features":[436]},{"name":"IBDA_DiagnosticProperties","features":[436,392]},{"name":"IBDA_DigitalDemodulator","features":[436]},{"name":"IBDA_DigitalDemodulator2","features":[436]},{"name":"IBDA_DigitalDemodulator3","features":[436]},{"name":"IBDA_DiseqCommand","features":[436]},{"name":"IBDA_EasMessage","features":[436]},{"name":"IBDA_Encoder","features":[436]},{"name":"IBDA_EthernetFilter","features":[436]},{"name":"IBDA_EventingService","features":[436]},{"name":"IBDA_FDC","features":[436]},{"name":"IBDA_FrequencyFilter","features":[436]},{"name":"IBDA_GuideDataDeliveryService","features":[436]},{"name":"IBDA_IPSinkControl","features":[436]},{"name":"IBDA_IPSinkInfo","features":[436]},{"name":"IBDA_IPV4Filter","features":[436]},{"name":"IBDA_IPV6Filter","features":[436]},{"name":"IBDA_ISDBConditionalAccess","features":[436]},{"name":"IBDA_LNBInfo","features":[436]},{"name":"IBDA_MUX","features":[436]},{"name":"IBDA_NameValueService","features":[436]},{"name":"IBDA_NetworkProvider","features":[436]},{"name":"IBDA_NullTransform","features":[436]},{"name":"IBDA_PinControl","features":[436]},{"name":"IBDA_SignalProperties","features":[436]},{"name":"IBDA_SignalStatistics","features":[436]},{"name":"IBDA_Topology","features":[436]},{"name":"IBDA_TransportStreamInfo","features":[436]},{"name":"IBDA_TransportStreamSelector","features":[436]},{"name":"IBDA_UserActivityService","features":[436]},{"name":"IBDA_VoidTransform","features":[436]},{"name":"IBDA_WMDRMSession","features":[436]},{"name":"IBDA_WMDRMTuner","features":[436]},{"name":"IBPCSatelliteTuner","features":[436]},{"name":"IBaseFilter","features":[436,358]},{"name":"IBaseVideoMixer","features":[436]},{"name":"IBasicAudio","features":[436,358]},{"name":"IBasicVideo","features":[436,358]},{"name":"IBasicVideo2","features":[436,358]},{"name":"IBroadcastEvent","features":[436]},{"name":"IBroadcastEventEx","features":[436]},{"name":"IBufferingTime","features":[436]},{"name":"ICCSubStreamFiltering","features":[436]},{"name":"ICameraControl","features":[436]},{"name":"ICaptureGraphBuilder","features":[436]},{"name":"ICaptureGraphBuilder2","features":[436]},{"name":"IConfigAsfWriter","features":[436]},{"name":"IConfigAsfWriter2","features":[436]},{"name":"IConfigAviMux","features":[436]},{"name":"IConfigInterleaving","features":[436]},{"name":"ICreateDevEnum","features":[436]},{"name":"IDDrawExclModeVideo","features":[436]},{"name":"IDDrawExclModeVideoCallback","features":[436]},{"name":"IDMOWrapperFilter","features":[436]},{"name":"IDShowPlugin","features":[436]},{"name":"IDVEnc","features":[436]},{"name":"IDVRGB219","features":[436]},{"name":"IDVSplitter","features":[436]},{"name":"IDecimateVideoImage","features":[436]},{"name":"IDeferredCommand","features":[436]},{"name":"IDirectDrawMediaSample","features":[436]},{"name":"IDirectDrawMediaSampleAllocator","features":[436]},{"name":"IDirectDrawMediaStream","features":[436]},{"name":"IDirectDrawStreamSample","features":[436]},{"name":"IDirectDrawVideo","features":[436]},{"name":"IDistributorNotify","features":[436]},{"name":"IDrawVideoImage","features":[436]},{"name":"IDvdCmd","features":[436]},{"name":"IDvdControl","features":[436]},{"name":"IDvdControl2","features":[436]},{"name":"IDvdGraphBuilder","features":[436]},{"name":"IDvdInfo","features":[436]},{"name":"IDvdInfo2","features":[436]},{"name":"IDvdState","features":[436]},{"name":"IESEvent","features":[436]},{"name":"IESEvents","features":[436]},{"name":"IEncoderAPI","features":[436]},{"name":"IEnumFilters","features":[436]},{"name":"IEnumMediaTypes","features":[436]},{"name":"IEnumPIDMap","features":[436]},{"name":"IEnumPins","features":[436]},{"name":"IEnumRegFilters","features":[436]},{"name":"IEnumStreamIdMap","features":[436]},{"name":"IFILTERMAPPER_MERIT","features":[436]},{"name":"IFileSinkFilter","features":[436]},{"name":"IFileSinkFilter2","features":[436]},{"name":"IFileSourceFilter","features":[436]},{"name":"IFilterChain","features":[436]},{"name":"IFilterGraph","features":[436]},{"name":"IFilterGraph2","features":[436]},{"name":"IFilterGraph3","features":[436]},{"name":"IFilterInfo","features":[436,358]},{"name":"IFilterMapper","features":[436]},{"name":"IFilterMapper2","features":[436]},{"name":"IFilterMapper3","features":[436]},{"name":"IFrequencyMap","features":[436]},{"name":"IFullScreenVideo","features":[436]},{"name":"IFullScreenVideoEx","features":[436]},{"name":"IGetCapabilitiesKey","features":[436]},{"name":"IGraphBuilder","features":[436]},{"name":"IGraphConfig","features":[436]},{"name":"IGraphConfigCallback","features":[436]},{"name":"IGraphVersion","features":[436]},{"name":"IIPDVDec","features":[436]},{"name":"IMPEG2PIDMap","features":[436]},{"name":"IMPEG2StreamIdMap","features":[436]},{"name":"IMediaControl","features":[436,358]},{"name":"IMediaEvent","features":[436,358]},{"name":"IMediaEventEx","features":[436,358]},{"name":"IMediaEventSink","features":[436]},{"name":"IMediaFilter","features":[436,358]},{"name":"IMediaParamInfo","features":[436]},{"name":"IMediaParams","features":[436]},{"name":"IMediaPosition","features":[436,358]},{"name":"IMediaPropertyBag","features":[436,392]},{"name":"IMediaSample","features":[436]},{"name":"IMediaSample2","features":[436]},{"name":"IMediaSample2Config","features":[436]},{"name":"IMediaSeeking","features":[436]},{"name":"IMediaStream","features":[436]},{"name":"IMediaStreamFilter","features":[436,358]},{"name":"IMediaTypeInfo","features":[436,358]},{"name":"IMemAllocator","features":[436]},{"name":"IMemAllocatorCallbackTemp","features":[436]},{"name":"IMemAllocatorNotifyCallbackTemp","features":[436]},{"name":"IMemInputPin","features":[436]},{"name":"IMemoryData","features":[436]},{"name":"IMixerOCX","features":[436]},{"name":"IMixerOCXNotify","features":[436]},{"name":"IMixerPinConfig","features":[436]},{"name":"IMixerPinConfig2","features":[436]},{"name":"IMpeg2Demultiplexer","features":[436]},{"name":"IMpegAudioDecoder","features":[436]},{"name":"IMultiMediaStream","features":[436]},{"name":"INTERLEAVE_CAPTURE","features":[436]},{"name":"INTERLEAVE_FULL","features":[436]},{"name":"INTERLEAVE_NONE","features":[436]},{"name":"INTERLEAVE_NONE_BUFFERED","features":[436]},{"name":"IOverlay","features":[436]},{"name":"IOverlayNotify","features":[436]},{"name":"IOverlayNotify2","features":[436]},{"name":"IPersistMediaPropertyBag","features":[436,358]},{"name":"IPin","features":[436]},{"name":"IPinConnection","features":[436]},{"name":"IPinFlowControl","features":[436]},{"name":"IPinInfo","features":[436,358]},{"name":"IQualProp","features":[436]},{"name":"IQualityControl","features":[436]},{"name":"IQueueCommand","features":[436]},{"name":"IRPM_STREAMM","features":[436]},{"name":"IRegFilterInfo","features":[436,358]},{"name":"IRegisterServiceProvider","features":[436]},{"name":"IResourceConsumer","features":[436]},{"name":"IResourceManager","features":[436]},{"name":"ISDBCAS_REQUEST_ID","features":[436]},{"name":"ISDBCAS_REQUEST_ID_EMD","features":[436]},{"name":"ISDBCAS_REQUEST_ID_EMG","features":[436]},{"name":"ISDB_Satellite","features":[436]},{"name":"ISDB_Terrestrial","features":[436]},{"name":"ISO_IEC_11172_2_VIDEO","features":[436]},{"name":"ISO_IEC_11172_3_AUDIO","features":[436]},{"name":"ISO_IEC_13522_MHEG","features":[436]},{"name":"ISO_IEC_13818_1_AUXILIARY","features":[436]},{"name":"ISO_IEC_13818_1_PES","features":[436]},{"name":"ISO_IEC_13818_1_PRIVATE_SECTION","features":[436]},{"name":"ISO_IEC_13818_1_RESERVED","features":[436]},{"name":"ISO_IEC_13818_2_VIDEO","features":[436]},{"name":"ISO_IEC_13818_3_AUDIO","features":[436]},{"name":"ISO_IEC_13818_6_DOWNLOAD","features":[436]},{"name":"ISO_IEC_13818_6_TYPE_A","features":[436]},{"name":"ISO_IEC_13818_6_TYPE_B","features":[436]},{"name":"ISO_IEC_13818_6_TYPE_C","features":[436]},{"name":"ISO_IEC_13818_6_TYPE_D","features":[436]},{"name":"ISO_IEC_13818_7_AUDIO","features":[436]},{"name":"ISO_IEC_14496_1_IN_PES","features":[436]},{"name":"ISO_IEC_14496_1_IN_SECTION","features":[436]},{"name":"ISO_IEC_14496_2_VISUAL","features":[436]},{"name":"ISO_IEC_14496_3_AUDIO","features":[436]},{"name":"ISO_IEC_USER_PRIVATE","features":[436]},{"name":"ISeekingPassThru","features":[436]},{"name":"ISelector","features":[436]},{"name":"ISpecifyParticularPages","features":[436]},{"name":"IStreamBuilder","features":[436]},{"name":"IStreamSample","features":[436]},{"name":"ITU_T_H264","features":[436]},{"name":"ITU_T_REC_H_222_1","features":[436]},{"name":"IVMRAspectRatioControl","features":[436]},{"name":"IVMRAspectRatioControl9","features":[436]},{"name":"IVMRDeinterlaceControl","features":[436]},{"name":"IVMRDeinterlaceControl9","features":[436]},{"name":"IVMRFilterConfig","features":[436]},{"name":"IVMRFilterConfig9","features":[436]},{"name":"IVMRImageCompositor","features":[436]},{"name":"IVMRImageCompositor9","features":[436]},{"name":"IVMRImagePresenter","features":[436]},{"name":"IVMRImagePresenter9","features":[436]},{"name":"IVMRImagePresenterConfig","features":[436]},{"name":"IVMRImagePresenterConfig9","features":[436]},{"name":"IVMRImagePresenterExclModeConfig","features":[436]},{"name":"IVMRMixerBitmap","features":[436]},{"name":"IVMRMixerBitmap9","features":[436]},{"name":"IVMRMixerControl","features":[436]},{"name":"IVMRMixerControl9","features":[436]},{"name":"IVMRMonitorConfig","features":[436]},{"name":"IVMRMonitorConfig9","features":[436]},{"name":"IVMRSurface","features":[436]},{"name":"IVMRSurface9","features":[436]},{"name":"IVMRSurfaceAllocator","features":[436]},{"name":"IVMRSurfaceAllocator9","features":[436]},{"name":"IVMRSurfaceAllocatorEx9","features":[436]},{"name":"IVMRSurfaceAllocatorNotify","features":[436]},{"name":"IVMRSurfaceAllocatorNotify9","features":[436]},{"name":"IVMRVideoStreamControl","features":[436]},{"name":"IVMRVideoStreamControl9","features":[436]},{"name":"IVMRWindowlessControl","features":[436]},{"name":"IVMRWindowlessControl9","features":[436]},{"name":"IVPBaseConfig","features":[436]},{"name":"IVPBaseNotify","features":[436]},{"name":"IVPConfig","features":[436]},{"name":"IVPManager","features":[436]},{"name":"IVPNotify","features":[436]},{"name":"IVPNotify2","features":[436]},{"name":"IVPVBIConfig","features":[436]},{"name":"IVPVBINotify","features":[436]},{"name":"IVideoEncoder","features":[436]},{"name":"IVideoFrameStep","features":[436]},{"name":"IVideoProcAmp","features":[436]},{"name":"IVideoWindow","features":[436,358]},{"name":"IWMCodecAMVideoAccelerator","features":[436]},{"name":"IWMCodecVideoAccelerator","features":[436]},{"name":"InterleavingMode","features":[436]},{"name":"KSPROPERTY_IPSINK","features":[436]},{"name":"KSPROPERTY_IPSINK_ADAPTER_ADDRESS","features":[436]},{"name":"KSPROPERTY_IPSINK_ADAPTER_DESCRIPTION","features":[436]},{"name":"KSPROPERTY_IPSINK_MULTICASTLIST","features":[436]},{"name":"KS_BDA_FRAME_INFO","features":[436]},{"name":"LIBID_QuartzNetTypeLib","features":[436]},{"name":"LIBID_QuartzTypeLib","features":[436]},{"name":"LNB_Source","features":[436]},{"name":"LocationCodeSchemeType","features":[436]},{"name":"MAX_DEINTERLACE_DEVICE_GUIDS","features":[436]},{"name":"MAX_DEINTERLACE_SURFACES","features":[436]},{"name":"MAX_ERROR_TEXT_LEN","features":[436]},{"name":"MAX_FILTER_NAME","features":[436]},{"name":"MAX_NUMBER_OF_STREAMS","features":[436]},{"name":"MAX_PIN_NAME","features":[436]},{"name":"MAX_SIZE_MPEG1_SEQUENCE_INFO","features":[436]},{"name":"MEDIASUBTYPE_ATSC_SI","features":[436]},{"name":"MEDIASUBTYPE_DOLBY_AC3","features":[436]},{"name":"MEDIASUBTYPE_DTS","features":[436]},{"name":"MEDIASUBTYPE_DVB_SI","features":[436]},{"name":"MEDIASUBTYPE_DVD_LPCM_AUDIO","features":[436]},{"name":"MEDIASUBTYPE_DVD_NAVIGATION_DSI","features":[436]},{"name":"MEDIASUBTYPE_DVD_NAVIGATION_PCI","features":[436]},{"name":"MEDIASUBTYPE_DVD_NAVIGATION_PROVIDER","features":[436]},{"name":"MEDIASUBTYPE_DVD_SUBPICTURE","features":[436]},{"name":"MEDIASUBTYPE_ISDB_SI","features":[436]},{"name":"MEDIASUBTYPE_MPEG2DATA","features":[436]},{"name":"MEDIASUBTYPE_MPEG2_AUDIO","features":[436]},{"name":"MEDIASUBTYPE_MPEG2_PBDA_TRANSPORT_PROCESSED","features":[436]},{"name":"MEDIASUBTYPE_MPEG2_PBDA_TRANSPORT_RAW","features":[436]},{"name":"MEDIASUBTYPE_MPEG2_PROGRAM","features":[436]},{"name":"MEDIASUBTYPE_MPEG2_TRANSPORT","features":[436]},{"name":"MEDIASUBTYPE_MPEG2_TRANSPORT_STRIDE","features":[436]},{"name":"MEDIASUBTYPE_MPEG2_UDCR_TRANSPORT","features":[436]},{"name":"MEDIASUBTYPE_MPEG2_VERSIONED_TABLES","features":[436]},{"name":"MEDIASUBTYPE_MPEG2_VIDEO","features":[436]},{"name":"MEDIASUBTYPE_MPEG2_WMDRM_TRANSPORT","features":[436]},{"name":"MEDIASUBTYPE_SDDS","features":[436]},{"name":"MEDIASUBTYPE_TIF_SI","features":[436]},{"name":"MEDIATYPE_CONTROL","features":[436]},{"name":"MEDIATYPE_DVD_ENCRYPTED_PACK","features":[436]},{"name":"MEDIATYPE_DVD_NAVIGATION","features":[436]},{"name":"MEDIATYPE_MPEG2_PACK","features":[436]},{"name":"MEDIATYPE_MPEG2_PES","features":[436]},{"name":"MEDIATYPE_MPEG2_SECTIONS","features":[436]},{"name":"MEDIA_ELEMENTARY_STREAM","features":[436]},{"name":"MEDIA_MPEG2_PSI","features":[436]},{"name":"MEDIA_SAMPLE_CONTENT","features":[436]},{"name":"MEDIA_TRANSPORT_PACKET","features":[436]},{"name":"MEDIA_TRANSPORT_PAYLOAD","features":[436]},{"name":"MERIT_DO_NOT_USE","features":[436]},{"name":"MERIT_HW_COMPRESSOR","features":[436]},{"name":"MERIT_NORMAL","features":[436]},{"name":"MERIT_PREFERRED","features":[436]},{"name":"MERIT_SW_COMPRESSOR","features":[436]},{"name":"MERIT_UNLIKELY","features":[436]},{"name":"METADATA_IN_DATA_CAROUSEL","features":[436]},{"name":"METADATA_IN_DOWNLOAD_PROTOCOL","features":[436]},{"name":"METADATA_IN_OBJECT_CAROUSEL","features":[436]},{"name":"METADATA_IN_PES","features":[436]},{"name":"METADATA_IN_SECTION","features":[436]},{"name":"MIN_DIMENSION","features":[436]},{"name":"MMSSF_ASYNCHRONOUS","features":[436]},{"name":"MMSSF_GET_INFORMATION_FLAGS","features":[436]},{"name":"MMSSF_HASCLOCK","features":[436]},{"name":"MMSSF_SUPPORTSEEK","features":[436]},{"name":"MPBOOL_FALSE","features":[436]},{"name":"MPBOOL_TRUE","features":[436]},{"name":"MPEG1WAVEFORMAT","features":[428,436]},{"name":"MPEG2StreamType","features":[436]},{"name":"MPEG2_BASE","features":[436]},{"name":"MPEG2_E_ALREADY_INITIALIZED","features":[436]},{"name":"MPEG2_E_BUFFER_TOO_SMALL","features":[436]},{"name":"MPEG2_E_DATA_SOURCE_FAILED","features":[436]},{"name":"MPEG2_E_DII_NOT_FOUND","features":[436]},{"name":"MPEG2_E_DSHOW_PIN_NOT_FOUND","features":[436]},{"name":"MPEG2_E_DSI_NOT_FOUND","features":[436]},{"name":"MPEG2_E_FILE_OFFSET_TOO_BIG","features":[436]},{"name":"MPEG2_E_INCORRECT_DESCRIPTOR_TAG","features":[436]},{"name":"MPEG2_E_INVALID_CAROUSEL_ID","features":[436]},{"name":"MPEG2_E_INVALID_SG_OBJECT_KIND","features":[436]},{"name":"MPEG2_E_INVALID_UDP_PORT","features":[436]},{"name":"MPEG2_E_MALFORMED_DSMCC_MESSAGE","features":[436]},{"name":"MPEG2_E_MALFORMED_TABLE","features":[436]},{"name":"MPEG2_E_MISSING_SECTIONS","features":[436]},{"name":"MPEG2_E_NEXT_TABLE_OPS_NOT_AVAILABLE","features":[436]},{"name":"MPEG2_E_NOT_PRESENT","features":[436]},{"name":"MPEG2_E_OBJECT_KIND_NOT_A_DIRECTORY","features":[436]},{"name":"MPEG2_E_OBJECT_KIND_NOT_A_FILE","features":[436]},{"name":"MPEG2_E_OBJECT_NOT_FOUND","features":[436]},{"name":"MPEG2_E_OUT_OF_BOUNDS","features":[436]},{"name":"MPEG2_E_REGISTRY_ACCESS_FAILED","features":[436]},{"name":"MPEG2_E_SECTION_NOT_FOUND","features":[436]},{"name":"MPEG2_E_SERVER_UNAVAILABLE","features":[436]},{"name":"MPEG2_E_SERVICE_ID_NOT_FOUND","features":[436]},{"name":"MPEG2_E_SERVICE_PMT_NOT_FOUND","features":[436]},{"name":"MPEG2_E_STREAM_STOPPED","features":[436]},{"name":"MPEG2_E_TOO_MANY_SECTIONS","features":[436]},{"name":"MPEG2_E_TX_STREAM_UNAVAILABLE","features":[436]},{"name":"MPEG2_E_UNDEFINED","features":[436]},{"name":"MPEG2_E_UNINITIALIZED","features":[436]},{"name":"MPEG2_PROGRAM_DIRECTORY_PES_PACKET","features":[436]},{"name":"MPEG2_PROGRAM_ELEMENTARY_STREAM","features":[436]},{"name":"MPEG2_PROGRAM_PACK_HEADER","features":[436]},{"name":"MPEG2_PROGRAM_PES_STREAM","features":[436]},{"name":"MPEG2_PROGRAM_STREAM_MAP","features":[436]},{"name":"MPEG2_PROGRAM_SYSTEM_HEADER","features":[436]},{"name":"MPEG2_S_MORE_DATA_AVAILABLE","features":[436]},{"name":"MPEG2_S_MPE_INFO_FOUND","features":[436]},{"name":"MPEG2_S_MPE_INFO_NOT_FOUND","features":[436]},{"name":"MPEG2_S_NEW_MODULE_VERSION","features":[436]},{"name":"MPEG2_S_NO_MORE_DATA_AVAILABLE","features":[436]},{"name":"MPEG2_S_SG_INFO_FOUND","features":[436]},{"name":"MPEG2_S_SG_INFO_NOT_FOUND","features":[436]},{"name":"MPEG2_TRANSPORT_STRIDE","features":[436]},{"name":"MPEGLAYER3WAVEFORMAT","features":[428,436]},{"name":"MPEGLAYER3WAVEFORMAT_FLAGS","features":[436]},{"name":"MPEGLAYER3_FLAG_PADDING_ISO","features":[436]},{"name":"MPEGLAYER3_FLAG_PADDING_OFF","features":[436]},{"name":"MPEGLAYER3_FLAG_PADDING_ON","features":[436]},{"name":"MPF_ENVLP_BEGIN_CURRENTVAL","features":[436]},{"name":"MPF_ENVLP_BEGIN_NEUTRALVAL","features":[436]},{"name":"MPF_ENVLP_STANDARD","features":[436]},{"name":"MPF_PUNCHIN_NOW","features":[436]},{"name":"MPF_PUNCHIN_REFTIME","features":[436]},{"name":"MPF_PUNCHIN_STOPPED","features":[436]},{"name":"MPT_BOOL","features":[436]},{"name":"MPT_ENUM","features":[436]},{"name":"MPT_FLOAT","features":[436]},{"name":"MPT_INT","features":[436]},{"name":"MPT_MAX","features":[436]},{"name":"MP_CURVE_INVSQUARE","features":[436]},{"name":"MP_CURVE_JUMP","features":[436]},{"name":"MP_CURVE_LINEAR","features":[436]},{"name":"MP_CURVE_SINE","features":[436]},{"name":"MP_CURVE_SQUARE","features":[436]},{"name":"MP_CURVE_TYPE","features":[436]},{"name":"MP_ENVELOPE_SEGMENT","features":[436]},{"name":"MP_PARAMINFO","features":[436]},{"name":"MP_TYPE","features":[436]},{"name":"MSDRI_S_MMI_PENDING","features":[436]},{"name":"MSDRI_S_PENDING","features":[436]},{"name":"MSPID_PrimaryAudio","features":[436]},{"name":"MSPID_PrimaryVideo","features":[436]},{"name":"MSTapeDeviceGUID","features":[436]},{"name":"MUX_PID_TYPE","features":[436]},{"name":"MainAVIHeader","features":[436]},{"name":"MixerPref9_ARAdjustXorY","features":[436]},{"name":"MixerPref9_AnisotropicFiltering","features":[436]},{"name":"MixerPref9_BiLinearFiltering","features":[436]},{"name":"MixerPref9_DecimateMask","features":[436]},{"name":"MixerPref9_DecimateOutput","features":[436]},{"name":"MixerPref9_DynamicDecimateBy2","features":[436]},{"name":"MixerPref9_DynamicMask","features":[436]},{"name":"MixerPref9_DynamicReserved","features":[436]},{"name":"MixerPref9_DynamicSwitchToBOB","features":[436]},{"name":"MixerPref9_FilteringMask","features":[436]},{"name":"MixerPref9_FilteringReserved","features":[436]},{"name":"MixerPref9_GaussianQuadFiltering","features":[436]},{"name":"MixerPref9_NoDecimation","features":[436]},{"name":"MixerPref9_NonSquareMixing","features":[436]},{"name":"MixerPref9_PointFiltering","features":[436]},{"name":"MixerPref9_PyramidalQuadFiltering","features":[436]},{"name":"MixerPref9_RenderTargetMask","features":[436]},{"name":"MixerPref9_RenderTargetRGB","features":[436]},{"name":"MixerPref9_RenderTargetReserved","features":[436]},{"name":"MixerPref9_RenderTargetYUV","features":[436]},{"name":"MixerPref_ARAdjustXorY","features":[436]},{"name":"MixerPref_BiLinearFiltering","features":[436]},{"name":"MixerPref_DecimateMask","features":[436]},{"name":"MixerPref_DecimateOutput","features":[436]},{"name":"MixerPref_DecimationReserved","features":[436]},{"name":"MixerPref_DynamicDecimateBy2","features":[436]},{"name":"MixerPref_DynamicMask","features":[436]},{"name":"MixerPref_DynamicReserved","features":[436]},{"name":"MixerPref_DynamicSwitchToBOB","features":[436]},{"name":"MixerPref_FilteringMask","features":[436]},{"name":"MixerPref_NoDecimation","features":[436]},{"name":"MixerPref_PointFiltering","features":[436]},{"name":"MixerPref_RenderTargetMask","features":[436]},{"name":"MixerPref_RenderTargetRGB","features":[436]},{"name":"MixerPref_RenderTargetReserved","features":[436]},{"name":"MixerPref_RenderTargetYUV","features":[436]},{"name":"MixerPref_RenderTargetYUV420","features":[436]},{"name":"MixerPref_RenderTargetYUV422","features":[436]},{"name":"MixerPref_RenderTargetYUV444","features":[436]},{"name":"ModulationType","features":[436]},{"name":"NORMALIZEDRECT","features":[436]},{"name":"NotAssociated","features":[436]},{"name":"NotEntitled","features":[436]},{"name":"NotReady","features":[436]},{"name":"OAFALSE","features":[436]},{"name":"OATRUE","features":[436]},{"name":"OA_BOOL","features":[436]},{"name":"OUTPUT_STATE","features":[436]},{"name":"PBDA_AUX_CONNECTOR_TYPE_Composite","features":[436]},{"name":"PBDA_AUX_CONNECTOR_TYPE_SVideo","features":[436]},{"name":"PBDA_Encoder_Audio_AlgorithmType_AC3","features":[436]},{"name":"PBDA_Encoder_Audio_AlgorithmType_MPEG1LayerII","features":[436]},{"name":"PBDA_Encoder_BitrateMode_Average","features":[436]},{"name":"PBDA_Encoder_BitrateMode_Constant","features":[436]},{"name":"PBDA_Encoder_BitrateMode_Variable","features":[436]},{"name":"PBDA_Encoder_Video_AVC","features":[436]},{"name":"PBDA_Encoder_Video_H264","features":[436]},{"name":"PBDA_Encoder_Video_MPEG2PartII","features":[436]},{"name":"PBDA_Encoder_Video_MPEG4Part10","features":[436]},{"name":"PDXVA2SW_CREATEVIDEOPROCESSDEVICE","features":[305,315,436,437]},{"name":"PDXVA2SW_DESTROYVIDEOPROCESSDEVICE","features":[305,436]},{"name":"PDXVA2SW_GETFILTERPROPERTYRANGE","features":[315,436,437]},{"name":"PDXVA2SW_GETPROCAMPRANGE","features":[315,436,437]},{"name":"PDXVA2SW_GETVIDEOPROCESSORCAPS","features":[315,436,437]},{"name":"PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETCOUNT","features":[315,436,437]},{"name":"PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETS","features":[315,436,437]},{"name":"PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATCOUNT","features":[315,436,437]},{"name":"PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATS","features":[315,436,437]},{"name":"PDXVA2SW_VIDEOPROCESSBEGINFRAME","features":[305,436]},{"name":"PDXVA2SW_VIDEOPROCESSBLT","features":[305,436,437]},{"name":"PDXVA2SW_VIDEOPROCESSENDFRAME","features":[305,436]},{"name":"PDXVA2SW_VIDEOPROCESSSETRENDERTARGET","features":[305,315,436]},{"name":"PID_ELEMENTARY_STREAM","features":[436]},{"name":"PID_MAP","features":[436]},{"name":"PID_MPEG2_SECTION_PSI_SI","features":[436]},{"name":"PID_OTHER","features":[436]},{"name":"PINDIR_INPUT","features":[436]},{"name":"PINDIR_OUTPUT","features":[436]},{"name":"PIN_DIRECTION","features":[436]},{"name":"PIN_INFO","features":[436,358]},{"name":"PhysConn_Audio_1394","features":[436]},{"name":"PhysConn_Audio_AESDigital","features":[436]},{"name":"PhysConn_Audio_AUX","features":[436]},{"name":"PhysConn_Audio_AudioDecoder","features":[436]},{"name":"PhysConn_Audio_Line","features":[436]},{"name":"PhysConn_Audio_Mic","features":[436]},{"name":"PhysConn_Audio_SCSI","features":[436]},{"name":"PhysConn_Audio_SPDIFDigital","features":[436]},{"name":"PhysConn_Audio_Tuner","features":[436]},{"name":"PhysConn_Audio_USB","features":[436]},{"name":"PhysConn_Video_1394","features":[436]},{"name":"PhysConn_Video_AUX","features":[436]},{"name":"PhysConn_Video_Black","features":[436]},{"name":"PhysConn_Video_Composite","features":[436]},{"name":"PhysConn_Video_ParallelDigital","features":[436]},{"name":"PhysConn_Video_RGB","features":[436]},{"name":"PhysConn_Video_SCART","features":[436]},{"name":"PhysConn_Video_SCSI","features":[436]},{"name":"PhysConn_Video_SVideo","features":[436]},{"name":"PhysConn_Video_SerialDigital","features":[436]},{"name":"PhysConn_Video_Tuner","features":[436]},{"name":"PhysConn_Video_USB","features":[436]},{"name":"PhysConn_Video_VideoDecoder","features":[436]},{"name":"PhysConn_Video_VideoEncoder","features":[436]},{"name":"PhysConn_Video_YRYBY","features":[436]},{"name":"PhysicalConnectorType","features":[436]},{"name":"Pilot","features":[436]},{"name":"Polarisation","features":[436]},{"name":"ProcAmpControl9_Brightness","features":[436]},{"name":"ProcAmpControl9_Contrast","features":[436]},{"name":"ProcAmpControl9_Hue","features":[436]},{"name":"ProcAmpControl9_Mask","features":[436]},{"name":"ProcAmpControl9_Saturation","features":[436]},{"name":"Quality","features":[436]},{"name":"QualityMessageType","features":[436]},{"name":"REGFILTER","features":[436]},{"name":"REGFILTER2","features":[305,436]},{"name":"REGFILTERPINS","features":[305,436]},{"name":"REGFILTERPINS2","features":[436]},{"name":"REGPINMEDIUM","features":[436]},{"name":"REGPINTYPES","features":[436]},{"name":"REG_PINFLAG","features":[436]},{"name":"REG_PINFLAG_B_MANY","features":[436]},{"name":"REG_PINFLAG_B_OUTPUT","features":[436]},{"name":"REG_PINFLAG_B_RENDERER","features":[436]},{"name":"REG_PINFLAG_B_ZERO","features":[436]},{"name":"REMFILTERF_LEAVECONNECTED","features":[436]},{"name":"RIFFCHUNK","features":[436]},{"name":"RIFFLIST","features":[436]},{"name":"ReadData","features":[436]},{"name":"RenderData","features":[436]},{"name":"RenderPrefs9_DoNotRenderBorder","features":[436]},{"name":"RenderPrefs9_Mask","features":[436]},{"name":"RenderPrefs_AllowOffscreen","features":[436]},{"name":"RenderPrefs_AllowOverlays","features":[436]},{"name":"RenderPrefs_DoNotRenderColorKeyAndBorder","features":[436]},{"name":"RenderPrefs_ForceOffscreen","features":[436]},{"name":"RenderPrefs_ForceOverlays","features":[436]},{"name":"RenderPrefs_Mask","features":[436]},{"name":"RenderPrefs_PreferAGPMemWhenMixing","features":[436]},{"name":"RenderPrefs_Reserved","features":[436]},{"name":"RenderPrefs_RestrictToInitialMonitor","features":[436]},{"name":"Reserved1","features":[436]},{"name":"RollOff","features":[436]},{"name":"SCTE28_ConditionalAccess","features":[436]},{"name":"SCTE28_CopyProtection","features":[436]},{"name":"SCTE28_Diagnostic","features":[436]},{"name":"SCTE28_IPService","features":[436]},{"name":"SCTE28_NetworkInterface_SCTE55_1","features":[436]},{"name":"SCTE28_NetworkInterface_SCTE55_2","features":[436]},{"name":"SCTE28_POD_Host_Binding_Information","features":[436]},{"name":"SCTE28_Reserved","features":[436]},{"name":"SCTE28_Undesignated","features":[436]},{"name":"SCTE_18","features":[436]},{"name":"SNDDEV_ERR","features":[436]},{"name":"SNDDEV_ERROR_AddBuffer","features":[436]},{"name":"SNDDEV_ERROR_Close","features":[436]},{"name":"SNDDEV_ERROR_GetCaps","features":[436]},{"name":"SNDDEV_ERROR_GetPosition","features":[436]},{"name":"SNDDEV_ERROR_Open","features":[436]},{"name":"SNDDEV_ERROR_Pause","features":[436]},{"name":"SNDDEV_ERROR_PrepareHeader","features":[436]},{"name":"SNDDEV_ERROR_Query","features":[436]},{"name":"SNDDEV_ERROR_Reset","features":[436]},{"name":"SNDDEV_ERROR_Restart","features":[436]},{"name":"SNDDEV_ERROR_Start","features":[436]},{"name":"SNDDEV_ERROR_Stop","features":[436]},{"name":"SNDDEV_ERROR_UnprepareHeader","features":[436]},{"name":"SNDDEV_ERROR_Write","features":[436]},{"name":"SPECIFYPAGES_STATISTICS","features":[436]},{"name":"SSUPDATE_ASYNC","features":[436]},{"name":"SSUPDATE_CONTINUOUS","features":[436]},{"name":"SSUPDATE_TYPE","features":[436]},{"name":"STDINDEXSIZE","features":[436]},{"name":"STREAMIF_CONSTANTS","features":[436]},{"name":"STREAMSTATE_RUN","features":[436]},{"name":"STREAMSTATE_STOP","features":[436]},{"name":"STREAMTYPE_READ","features":[436]},{"name":"STREAMTYPE_TRANSFORM","features":[436]},{"name":"STREAMTYPE_WRITE","features":[436]},{"name":"STREAM_ID_MAP","features":[436]},{"name":"STREAM_STATE","features":[436]},{"name":"STREAM_TYPE","features":[436]},{"name":"SUBSTREAM_FILTER_VAL_NONE","features":[436]},{"name":"ScanModulationTypes","features":[436]},{"name":"ScanModulationTypesMask_DVBC","features":[436]},{"name":"ScanModulationTypesMask_MCE_All_TV","features":[436]},{"name":"ScanModulationTypesMask_MCE_AnalogTv","features":[436]},{"name":"ScanModulationTypesMask_MCE_DigitalCable","features":[436]},{"name":"ScanModulationTypesMask_MCE_TerrestrialATSC","features":[436]},{"name":"SmartCardApplication","features":[436]},{"name":"SmartCardAssociationType","features":[436]},{"name":"SmartCardStatusType","features":[436]},{"name":"SpectralInversion","features":[436]},{"name":"State_Paused","features":[436]},{"name":"State_Running","features":[436]},{"name":"State_Stopped","features":[436]},{"name":"StatusActive","features":[436]},{"name":"StatusInactive","features":[436]},{"name":"StatusUnavailable","features":[436]},{"name":"SystemClosed","features":[436]},{"name":"TIMECODEDATA","features":[436]},{"name":"TIMECODE_RATE_30DROP","features":[436]},{"name":"TIMECODE_SMPTE_BINARY_GROUP","features":[436]},{"name":"TIMECODE_SMPTE_COLOR_FRAME","features":[436]},{"name":"TRUECOLORINFO","features":[317,436]},{"name":"TVAudioMode","features":[436]},{"name":"TechnicalFailure","features":[436]},{"name":"TransmissionMode","features":[436]},{"name":"TunerInputAntenna","features":[436]},{"name":"TunerInputCable","features":[436]},{"name":"TunerInputType","features":[436]},{"name":"UICloseReasonType","features":[436]},{"name":"UOP_FLAG_Pause_On","features":[436]},{"name":"UOP_FLAG_PlayNext_Chapter","features":[436]},{"name":"UOP_FLAG_PlayPrev_Or_Replay_Chapter","features":[436]},{"name":"UOP_FLAG_Play_Backwards","features":[436]},{"name":"UOP_FLAG_Play_Chapter","features":[436]},{"name":"UOP_FLAG_Play_Chapter_Or_AtTime","features":[436]},{"name":"UOP_FLAG_Play_Forwards","features":[436]},{"name":"UOP_FLAG_Play_Title","features":[436]},{"name":"UOP_FLAG_Play_Title_Or_AtTime","features":[436]},{"name":"UOP_FLAG_Resume","features":[436]},{"name":"UOP_FLAG_ReturnFromSubMenu","features":[436]},{"name":"UOP_FLAG_Select_Angle","features":[436]},{"name":"UOP_FLAG_Select_Audio_Stream","features":[436]},{"name":"UOP_FLAG_Select_Karaoke_Audio_Presentation_Mode","features":[436]},{"name":"UOP_FLAG_Select_Or_Activate_Button","features":[436]},{"name":"UOP_FLAG_Select_SubPic_Stream","features":[436]},{"name":"UOP_FLAG_Select_Video_Mode_Preference","features":[436]},{"name":"UOP_FLAG_ShowMenu_Angle","features":[436]},{"name":"UOP_FLAG_ShowMenu_Audio","features":[436]},{"name":"UOP_FLAG_ShowMenu_Chapter","features":[436]},{"name":"UOP_FLAG_ShowMenu_Root","features":[436]},{"name":"UOP_FLAG_ShowMenu_SubPic","features":[436]},{"name":"UOP_FLAG_ShowMenu_Title","features":[436]},{"name":"UOP_FLAG_Still_Off","features":[436]},{"name":"UOP_FLAG_Stop","features":[436]},{"name":"USER_PRIVATE","features":[436]},{"name":"UserClosed","features":[436]},{"name":"VALID_UOP_FLAG","features":[436]},{"name":"VFW_E_ADVISE_ALREADY_SET","features":[436]},{"name":"VFW_E_ALREADY_CANCELLED","features":[436]},{"name":"VFW_E_ALREADY_COMMITTED","features":[436]},{"name":"VFW_E_ALREADY_CONNECTED","features":[436]},{"name":"VFW_E_BADALIGN","features":[436]},{"name":"VFW_E_BAD_KEY","features":[436]},{"name":"VFW_E_BAD_VIDEOCD","features":[436]},{"name":"VFW_E_BUFFERS_OUTSTANDING","features":[436]},{"name":"VFW_E_BUFFER_NOTSET","features":[436]},{"name":"VFW_E_BUFFER_OVERFLOW","features":[436]},{"name":"VFW_E_BUFFER_UNDERFLOW","features":[436]},{"name":"VFW_E_CANNOT_CONNECT","features":[436]},{"name":"VFW_E_CANNOT_LOAD_SOURCE_FILTER","features":[436]},{"name":"VFW_E_CANNOT_RENDER","features":[436]},{"name":"VFW_E_CERTIFICATION_FAILURE","features":[436]},{"name":"VFW_E_CHANGING_FORMAT","features":[436]},{"name":"VFW_E_CIRCULAR_GRAPH","features":[436]},{"name":"VFW_E_CODECAPI_ENUMERATED","features":[436]},{"name":"VFW_E_CODECAPI_LINEAR_RANGE","features":[436]},{"name":"VFW_E_CODECAPI_NO_CURRENT_VALUE","features":[436]},{"name":"VFW_E_CODECAPI_NO_DEFAULT","features":[436]},{"name":"VFW_E_COLOR_KEY_SET","features":[436]},{"name":"VFW_E_COPYPROT_FAILED","features":[436]},{"name":"VFW_E_CORRUPT_GRAPH_FILE","features":[436]},{"name":"VFW_E_DDRAW_CAPS_NOT_SUITABLE","features":[436]},{"name":"VFW_E_DDRAW_VERSION_NOT_SUITABLE","features":[436]},{"name":"VFW_E_DUPLICATE_NAME","features":[436]},{"name":"VFW_E_DVD_CHAPTER_DOES_NOT_EXIST","features":[436]},{"name":"VFW_E_DVD_CMD_CANCELLED","features":[436]},{"name":"VFW_E_DVD_DECNOTENOUGH","features":[436]},{"name":"VFW_E_DVD_GRAPHNOTREADY","features":[436]},{"name":"VFW_E_DVD_INCOMPATIBLE_REGION","features":[436]},{"name":"VFW_E_DVD_INVALIDDOMAIN","features":[436]},{"name":"VFW_E_DVD_INVALID_DISC","features":[436]},{"name":"VFW_E_DVD_LOW_PARENTAL_LEVEL","features":[436]},{"name":"VFW_E_DVD_MENU_DOES_NOT_EXIST","features":[436]},{"name":"VFW_E_DVD_NONBLOCKING","features":[436]},{"name":"VFW_E_DVD_NON_EVR_RENDERER_IN_FILTER_GRAPH","features":[436]},{"name":"VFW_E_DVD_NOT_IN_KARAOKE_MODE","features":[436]},{"name":"VFW_E_DVD_NO_ATTRIBUTES","features":[436]},{"name":"VFW_E_DVD_NO_BUTTON","features":[436]},{"name":"VFW_E_DVD_NO_GOUP_PGC","features":[436]},{"name":"VFW_E_DVD_NO_RESUME_INFORMATION","features":[436]},{"name":"VFW_E_DVD_OPERATION_INHIBITED","features":[436]},{"name":"VFW_E_DVD_RENDERFAIL","features":[436]},{"name":"VFW_E_DVD_RESOLUTION_ERROR","features":[436]},{"name":"VFW_E_DVD_STATE_CORRUPT","features":[436]},{"name":"VFW_E_DVD_STATE_WRONG_DISC","features":[436]},{"name":"VFW_E_DVD_STATE_WRONG_VERSION","features":[436]},{"name":"VFW_E_DVD_STREAM_DISABLED","features":[436]},{"name":"VFW_E_DVD_TITLE_UNKNOWN","features":[436]},{"name":"VFW_E_DVD_TOO_MANY_RENDERERS_IN_FILTER_GRAPH","features":[436]},{"name":"VFW_E_DVD_VMR9_INCOMPATIBLEDEC","features":[436]},{"name":"VFW_E_DVD_WRONG_SPEED","features":[436]},{"name":"VFW_E_ENUM_OUT_OF_RANGE","features":[436]},{"name":"VFW_E_ENUM_OUT_OF_SYNC","features":[436]},{"name":"VFW_E_FILE_TOO_SHORT","features":[436]},{"name":"VFW_E_FILTER_ACTIVE","features":[436]},{"name":"VFW_E_FRAME_STEP_UNSUPPORTED","features":[436]},{"name":"VFW_E_INVALIDMEDIATYPE","features":[436]},{"name":"VFW_E_INVALIDSUBTYPE","features":[436]},{"name":"VFW_E_INVALID_CLSID","features":[436]},{"name":"VFW_E_INVALID_DIRECTION","features":[436]},{"name":"VFW_E_INVALID_FILE_FORMAT","features":[436]},{"name":"VFW_E_INVALID_FILE_VERSION","features":[436]},{"name":"VFW_E_INVALID_MEDIA_TYPE","features":[436]},{"name":"VFW_E_INVALID_RECT","features":[436]},{"name":"VFW_E_IN_FULLSCREEN_MODE","features":[436]},{"name":"VFW_E_MEDIA_TIME_NOT_SET","features":[436]},{"name":"VFW_E_MONO_AUDIO_HW","features":[436]},{"name":"VFW_E_MPEG_NOT_CONSTRAINED","features":[436]},{"name":"VFW_E_NEED_OWNER","features":[436]},{"name":"VFW_E_NOT_ALLOWED_TO_SAVE","features":[436]},{"name":"VFW_E_NOT_COMMITTED","features":[436]},{"name":"VFW_E_NOT_CONNECTED","features":[436]},{"name":"VFW_E_NOT_FOUND","features":[436]},{"name":"VFW_E_NOT_IN_GRAPH","features":[436]},{"name":"VFW_E_NOT_OVERLAY_CONNECTION","features":[436]},{"name":"VFW_E_NOT_PAUSED","features":[436]},{"name":"VFW_E_NOT_RUNNING","features":[436]},{"name":"VFW_E_NOT_SAMPLE_CONNECTION","features":[436]},{"name":"VFW_E_NOT_STOPPED","features":[436]},{"name":"VFW_E_NO_ACCEPTABLE_TYPES","features":[436]},{"name":"VFW_E_NO_ADVISE_SET","features":[436]},{"name":"VFW_E_NO_ALLOCATOR","features":[436]},{"name":"VFW_E_NO_AUDIO_HARDWARE","features":[436]},{"name":"VFW_E_NO_CAPTURE_HARDWARE","features":[436]},{"name":"VFW_E_NO_CLOCK","features":[436]},{"name":"VFW_E_NO_COLOR_KEY_FOUND","features":[436]},{"name":"VFW_E_NO_COLOR_KEY_SET","features":[436]},{"name":"VFW_E_NO_COPP_HW","features":[436]},{"name":"VFW_E_NO_DECOMPRESSOR","features":[436]},{"name":"VFW_E_NO_DISPLAY_PALETTE","features":[436]},{"name":"VFW_E_NO_FULLSCREEN","features":[436]},{"name":"VFW_E_NO_INTERFACE","features":[436]},{"name":"VFW_E_NO_MODEX_AVAILABLE","features":[436]},{"name":"VFW_E_NO_PALETTE_AVAILABLE","features":[436]},{"name":"VFW_E_NO_SINK","features":[436]},{"name":"VFW_E_NO_TIME_FORMAT","features":[436]},{"name":"VFW_E_NO_TIME_FORMAT_SET","features":[436]},{"name":"VFW_E_NO_TRANSPORT","features":[436]},{"name":"VFW_E_NO_TYPES","features":[436]},{"name":"VFW_E_NO_VP_HARDWARE","features":[436]},{"name":"VFW_E_OUT_OF_VIDEO_MEMORY","features":[436]},{"name":"VFW_E_PALETTE_SET","features":[436]},{"name":"VFW_E_PIN_ALREADY_BLOCKED","features":[436]},{"name":"VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD","features":[436]},{"name":"VFW_E_PROCESSOR_NOT_SUITABLE","features":[436]},{"name":"VFW_E_READ_ONLY","features":[436]},{"name":"VFW_E_RPZA","features":[436]},{"name":"VFW_E_RUNTIME_ERROR","features":[436]},{"name":"VFW_E_SAMPLE_REJECTED","features":[436]},{"name":"VFW_E_SAMPLE_REJECTED_EOS","features":[436]},{"name":"VFW_E_SAMPLE_TIME_NOT_SET","features":[436]},{"name":"VFW_E_SIZENOTSET","features":[436]},{"name":"VFW_E_START_TIME_AFTER_END","features":[436]},{"name":"VFW_E_STATE_CHANGED","features":[436]},{"name":"VFW_E_TIMEOUT","features":[436]},{"name":"VFW_E_TIME_ALREADY_PASSED","features":[436]},{"name":"VFW_E_TIME_EXPIRED","features":[436]},{"name":"VFW_E_TOO_MANY_COLORS","features":[436]},{"name":"VFW_E_TYPE_NOT_ACCEPTED","features":[436]},{"name":"VFW_E_UNKNOWN_FILE_TYPE","features":[436]},{"name":"VFW_E_UNSUPPORTED_AUDIO","features":[436]},{"name":"VFW_E_UNSUPPORTED_STREAM","features":[436]},{"name":"VFW_E_UNSUPPORTED_VIDEO","features":[436]},{"name":"VFW_E_VMR_NOT_IN_MIXER_MODE","features":[436]},{"name":"VFW_E_VMR_NO_AP_SUPPLIED","features":[436]},{"name":"VFW_E_VMR_NO_DEINTERLACE_HW","features":[436]},{"name":"VFW_E_VMR_NO_PROCAMP_HW","features":[436]},{"name":"VFW_E_VP_NEGOTIATION_FAILED","features":[436]},{"name":"VFW_E_WRONG_STATE","features":[436]},{"name":"VFW_FILTERLIST","features":[436]},{"name":"VFW_FIRST_CODE","features":[436]},{"name":"VFW_S_AUDIO_NOT_RENDERED","features":[436]},{"name":"VFW_S_CANT_CUE","features":[436]},{"name":"VFW_S_CONNECTIONS_DEFERRED","features":[436]},{"name":"VFW_S_DUPLICATE_NAME","features":[436]},{"name":"VFW_S_DVD_CHANNEL_CONTENTS_NOT_AVAILABLE","features":[436]},{"name":"VFW_S_DVD_NON_ONE_SEQUENTIAL","features":[436]},{"name":"VFW_S_DVD_NOT_ACCURATE","features":[436]},{"name":"VFW_S_DVD_RENDER_STATUS","features":[436]},{"name":"VFW_S_ESTIMATED","features":[436]},{"name":"VFW_S_MEDIA_TYPE_IGNORED","features":[436]},{"name":"VFW_S_NOPREVIEWPIN","features":[436]},{"name":"VFW_S_NO_MORE_ITEMS","features":[436]},{"name":"VFW_S_NO_STOP_TIME","features":[436]},{"name":"VFW_S_PARTIAL_RENDER","features":[436]},{"name":"VFW_S_RESERVED","features":[436]},{"name":"VFW_S_RESOURCE_NOT_NEEDED","features":[436]},{"name":"VFW_S_RPZA","features":[436]},{"name":"VFW_S_SOME_DATA_IGNORED","features":[436]},{"name":"VFW_S_STATE_INTERMEDIATE","features":[436]},{"name":"VFW_S_STREAM_OFF","features":[436]},{"name":"VFW_S_VIDEO_NOT_RENDERED","features":[436]},{"name":"VIDEOENCODER_BITRATE_MODE","features":[436]},{"name":"VIDEOINFO","features":[305,317,436]},{"name":"VIDEO_STREAM_CONFIG_CAPS","features":[305,436]},{"name":"VMR9ARMode_LetterBox","features":[436]},{"name":"VMR9ARMode_None","features":[436]},{"name":"VMR9AllocFlag_3DRenderTarget","features":[436]},{"name":"VMR9AllocFlag_DXVATarget","features":[436]},{"name":"VMR9AllocFlag_OffscreenSurface","features":[436]},{"name":"VMR9AllocFlag_RGBDynamicSwitch","features":[436]},{"name":"VMR9AllocFlag_TextureSurface","features":[436]},{"name":"VMR9AllocFlag_UsageMask","features":[436]},{"name":"VMR9AllocFlag_UsageReserved","features":[436]},{"name":"VMR9AllocationInfo","features":[305,315,436]},{"name":"VMR9AlphaBitmap","features":[305,315,317,436]},{"name":"VMR9AlphaBitmapFlags","features":[436]},{"name":"VMR9AlphaBitmap_Disable","features":[436]},{"name":"VMR9AlphaBitmap_EntireDDS","features":[436]},{"name":"VMR9AlphaBitmap_FilterMode","features":[436]},{"name":"VMR9AlphaBitmap_SrcColorKey","features":[436]},{"name":"VMR9AlphaBitmap_SrcRect","features":[436]},{"name":"VMR9AlphaBitmap_hDC","features":[436]},{"name":"VMR9AspectRatioMode","features":[436]},{"name":"VMR9DeinterlaceCaps","features":[436]},{"name":"VMR9DeinterlacePrefs","features":[436]},{"name":"VMR9DeinterlaceTech","features":[436]},{"name":"VMR9Frequency","features":[436]},{"name":"VMR9MixerPrefs","features":[436]},{"name":"VMR9Mode","features":[436]},{"name":"VMR9Mode_Mask","features":[436]},{"name":"VMR9Mode_Renderless","features":[436]},{"name":"VMR9Mode_Windowed","features":[436]},{"name":"VMR9Mode_Windowless","features":[436]},{"name":"VMR9MonitorInfo","features":[305,317,436]},{"name":"VMR9NormalizedRect","features":[436]},{"name":"VMR9PresentationFlags","features":[436]},{"name":"VMR9PresentationInfo","features":[305,315,436]},{"name":"VMR9ProcAmpControl","features":[436]},{"name":"VMR9ProcAmpControlFlags","features":[436]},{"name":"VMR9ProcAmpControlRange","features":[436]},{"name":"VMR9RenderPrefs","features":[436]},{"name":"VMR9Sample_Discontinuity","features":[436]},{"name":"VMR9Sample_Preroll","features":[436]},{"name":"VMR9Sample_SrcDstRectsValid","features":[436]},{"name":"VMR9Sample_SyncPoint","features":[436]},{"name":"VMR9Sample_TimeValid","features":[436]},{"name":"VMR9SurfaceAllocationFlags","features":[436]},{"name":"VMR9VideoDesc","features":[436]},{"name":"VMR9VideoStreamInfo","features":[315,436]},{"name":"VMR9_SampleFieldInterleavedEvenFirst","features":[436]},{"name":"VMR9_SampleFieldInterleavedOddFirst","features":[436]},{"name":"VMR9_SampleFieldSingleEven","features":[436]},{"name":"VMR9_SampleFieldSingleOdd","features":[436]},{"name":"VMR9_SampleFormat","features":[436]},{"name":"VMR9_SampleProgressiveFrame","features":[436]},{"name":"VMR9_SampleReserved","features":[436]},{"name":"VMRALLOCATIONINFO","features":[305,316,317,436]},{"name":"VMRALPHABITMAP","features":[305,316,317,436]},{"name":"VMRBITMAP_DISABLE","features":[436]},{"name":"VMRBITMAP_ENTIREDDS","features":[436]},{"name":"VMRBITMAP_HDC","features":[436]},{"name":"VMRBITMAP_SRCCOLORKEY","features":[436]},{"name":"VMRBITMAP_SRCRECT","features":[436]},{"name":"VMRDeinterlaceCaps","features":[436]},{"name":"VMRDeinterlacePrefs","features":[436]},{"name":"VMRDeinterlaceTech","features":[436]},{"name":"VMRFrequency","features":[436]},{"name":"VMRGUID","features":[436]},{"name":"VMRMONITORINFO","features":[305,317,436]},{"name":"VMRMixerPrefs","features":[436]},{"name":"VMRMode","features":[436]},{"name":"VMRMode_Mask","features":[436]},{"name":"VMRMode_Renderless","features":[436]},{"name":"VMRMode_Windowed","features":[436]},{"name":"VMRMode_Windowless","features":[436]},{"name":"VMRPRESENTATIONINFO","features":[305,316,436]},{"name":"VMRPresentationFlags","features":[436]},{"name":"VMRRenderPrefs","features":[436]},{"name":"VMRSample_Discontinuity","features":[436]},{"name":"VMRSample_Preroll","features":[436]},{"name":"VMRSample_SrcDstRectsValid","features":[436]},{"name":"VMRSample_SyncPoint","features":[436]},{"name":"VMRSample_TimeValid","features":[436]},{"name":"VMRSurfaceAllocationFlags","features":[436]},{"name":"VMRVIDEOSTREAMINFO","features":[316,436]},{"name":"VMRVideoDesc","features":[305,436]},{"name":"VMR_ARMODE_LETTER_BOX","features":[436]},{"name":"VMR_ARMODE_NONE","features":[436]},{"name":"VMR_ASPECT_RATIO_MODE","features":[436]},{"name":"VMR_NOTSUPPORTED","features":[436]},{"name":"VMR_RENDER_DEVICE_OVERLAY","features":[436]},{"name":"VMR_RENDER_DEVICE_SYSMEM","features":[436]},{"name":"VMR_RENDER_DEVICE_VIDMEM","features":[436]},{"name":"VMR_SUPPORTED","features":[436]},{"name":"VariableBitRateAverage","features":[436]},{"name":"VariableBitRatePeak","features":[436]},{"name":"VfwCaptureDialog_Display","features":[436]},{"name":"VfwCaptureDialog_Format","features":[436]},{"name":"VfwCaptureDialog_Source","features":[436]},{"name":"VfwCaptureDialogs","features":[436]},{"name":"VfwCompressDialog_About","features":[436]},{"name":"VfwCompressDialog_Config","features":[436]},{"name":"VfwCompressDialog_QueryAbout","features":[436]},{"name":"VfwCompressDialog_QueryConfig","features":[436]},{"name":"VfwCompressDialogs","features":[436]},{"name":"VideoControlFlag_ExternalTriggerEnable","features":[436]},{"name":"VideoControlFlag_FlipHorizontal","features":[436]},{"name":"VideoControlFlag_FlipVertical","features":[436]},{"name":"VideoControlFlag_Trigger","features":[436]},{"name":"VideoControlFlags","features":[436]},{"name":"VideoCopyProtectionMacrovisionBasic","features":[436]},{"name":"VideoCopyProtectionMacrovisionCBI","features":[436]},{"name":"VideoCopyProtectionType","features":[436]},{"name":"VideoProcAmpFlags","features":[436]},{"name":"VideoProcAmpProperty","features":[436]},{"name":"VideoProcAmp_BacklightCompensation","features":[436]},{"name":"VideoProcAmp_Brightness","features":[436]},{"name":"VideoProcAmp_ColorEnable","features":[436]},{"name":"VideoProcAmp_Contrast","features":[436]},{"name":"VideoProcAmp_Flags_Auto","features":[436]},{"name":"VideoProcAmp_Flags_Manual","features":[436]},{"name":"VideoProcAmp_Gain","features":[436]},{"name":"VideoProcAmp_Gamma","features":[436]},{"name":"VideoProcAmp_Hue","features":[436]},{"name":"VideoProcAmp_Saturation","features":[436]},{"name":"VideoProcAmp_Sharpness","features":[436]},{"name":"VideoProcAmp_WhiteBalance","features":[436]},{"name":"_AMRESCTL_RESERVEFLAGS","features":[436]},{"name":"_AMSTREAMSELECTENABLEFLAGS","features":[436]},{"name":"_AMSTREAMSELECTINFOFLAGS","features":[436]},{"name":"_AM_AUDIO_RENDERER_STAT_PARAM","features":[436]},{"name":"_AM_FILTER_MISC_FLAGS","features":[436]},{"name":"_AM_INTF_SEARCH_FLAGS","features":[436]},{"name":"_AM_OVERLAY_NOTIFY_FLAGS","features":[436]},{"name":"_AM_PIN_FLOW_CONTROL_BLOCK_FLAGS","features":[436]},{"name":"_AM_PUSHSOURCE_FLAGS","features":[436]},{"name":"_AM_RENSDEREXFLAGS","features":[436]},{"name":"_DVDECODERRESOLUTION","features":[436]},{"name":"_DVENCODERFORMAT","features":[436]},{"name":"_DVENCODERRESOLUTION","features":[436]},{"name":"_DVENCODERVIDEOFORMAT","features":[436]},{"name":"_DVRESOLUTION","features":[436]},{"name":"_REM_FILTER_FLAGS","features":[436]},{"name":"g_wszExcludeScriptStreamDeliverySynchronization","features":[436]},{"name":"iBLUE","features":[436]},{"name":"iEGA_COLORS","features":[436]},{"name":"iGREEN","features":[436]},{"name":"iMASK_COLORS","features":[436]},{"name":"iMAXBITS","features":[436]},{"name":"iPALETTE","features":[436]},{"name":"iPALETTE_COLORS","features":[436]},{"name":"iRED","features":[436]},{"name":"iTRUECOLOR","features":[436]}],"440":[{"name":"ANALOG_AUXIN_NETWORK_TYPE","features":[438]},{"name":"ANALOG_FM_NETWORK_TYPE","features":[438]},{"name":"ANALOG_TV_NETWORK_TYPE","features":[438]},{"name":"ATSCChannelTuneRequest","features":[438]},{"name":"ATSCComponentType","features":[438]},{"name":"ATSCLocator","features":[438]},{"name":"ATSCTuningSpace","features":[438]},{"name":"ATSC_EIT_TID","features":[438]},{"name":"ATSC_ETM_LOCATION_IN_PTC_FOR_EVENT","features":[438]},{"name":"ATSC_ETM_LOCATION_IN_PTC_FOR_PSIP","features":[438]},{"name":"ATSC_ETM_LOCATION_NOT_PRESENT","features":[438]},{"name":"ATSC_ETM_LOCATION_RESERVED","features":[438]},{"name":"ATSC_ETT_TID","features":[438]},{"name":"ATSC_FILTER_OPTIONS","features":[305,438]},{"name":"ATSC_MGT_PID","features":[438]},{"name":"ATSC_MGT_TID","features":[438]},{"name":"ATSC_PIT_TID","features":[438]},{"name":"ATSC_RRT_PID","features":[438]},{"name":"ATSC_RRT_TID","features":[438]},{"name":"ATSC_STT_PID","features":[438]},{"name":"ATSC_STT_TID","features":[438]},{"name":"ATSC_TERRESTRIAL_TV_NETWORK_TYPE","features":[438]},{"name":"ATSC_VCT_CABL_TID","features":[438]},{"name":"ATSC_VCT_PID","features":[438]},{"name":"ATSC_VCT_TERR_TID","features":[438]},{"name":"AgeBased","features":[438]},{"name":"AnalogAudioComponentType","features":[438]},{"name":"AnalogLocator","features":[438]},{"name":"AnalogRadioTuningSpace","features":[438]},{"name":"AnalogTVTuningSpace","features":[438]},{"name":"AudioType_Commentary","features":[438]},{"name":"AudioType_Dialogue","features":[438]},{"name":"AudioType_Emergency","features":[438]},{"name":"AudioType_Hearing_Impaired","features":[438]},{"name":"AudioType_Music_And_Effects","features":[438]},{"name":"AudioType_Reserved","features":[438]},{"name":"AudioType_Standard","features":[438]},{"name":"AudioType_Visually_Impaired","features":[438]},{"name":"AudioType_Voiceover","features":[438]},{"name":"AuxInTuningSpace","features":[438]},{"name":"BDANETWORKTYPE_ATSC","features":[438]},{"name":"BDA_DEBUG_DATA","features":[438]},{"name":"BDA_DEBUG_DATA_AVAILABLE","features":[438]},{"name":"BDA_DEBUG_DATA_TYPE_STRING","features":[438]},{"name":"BDA_DigitalSignalStandard","features":[438]},{"name":"BDA_EVENT_DATA","features":[438]},{"name":"BDA_LockType","features":[438]},{"name":"BDA_SignalType","features":[438]},{"name":"BDA_TRANSPORT_INFO","features":[438]},{"name":"BSKYB_TERRESTRIAL_TV_NETWORK_TYPE","features":[438]},{"name":"BadSampleInfo","features":[438]},{"name":"Bda_DigitalStandard_ATSC","features":[438]},{"name":"Bda_DigitalStandard_DVB_C","features":[438]},{"name":"Bda_DigitalStandard_DVB_S","features":[438]},{"name":"Bda_DigitalStandard_DVB_T","features":[438]},{"name":"Bda_DigitalStandard_ISDB_C","features":[438]},{"name":"Bda_DigitalStandard_ISDB_S","features":[438]},{"name":"Bda_DigitalStandard_ISDB_T","features":[438]},{"name":"Bda_DigitalStandard_None","features":[438]},{"name":"Bda_LockType_Complete","features":[438]},{"name":"Bda_LockType_DecoderDemod","features":[438]},{"name":"Bda_LockType_None","features":[438]},{"name":"Bda_LockType_PLL","features":[438]},{"name":"Bda_SignalType_Analog","features":[438]},{"name":"Bda_SignalType_Digital","features":[438]},{"name":"Bda_SignalType_Unknown","features":[438]},{"name":"BfAttrNone","features":[438]},{"name":"BfEnTvRat_Attributes_CAE_TV","features":[438]},{"name":"BfEnTvRat_Attributes_CAF_TV","features":[438]},{"name":"BfEnTvRat_Attributes_MPAA","features":[438]},{"name":"BfEnTvRat_Attributes_US_TV","features":[438]},{"name":"BfEnTvRat_GenericAttributes","features":[438]},{"name":"BfIsAttr_1","features":[438]},{"name":"BfIsAttr_2","features":[438]},{"name":"BfIsAttr_3","features":[438]},{"name":"BfIsAttr_4","features":[438]},{"name":"BfIsAttr_5","features":[438]},{"name":"BfIsAttr_6","features":[438]},{"name":"BfIsAttr_7","features":[438]},{"name":"BfIsBlocked","features":[438]},{"name":"BfValidAttrSubmask","features":[438]},{"name":"BroadcastEventService","features":[438]},{"name":"CAE_IsBlocked","features":[438]},{"name":"CAE_TV_14","features":[438]},{"name":"CAE_TV_18","features":[438]},{"name":"CAE_TV_C","features":[438]},{"name":"CAE_TV_C8","features":[438]},{"name":"CAE_TV_Exempt","features":[438]},{"name":"CAE_TV_G","features":[438]},{"name":"CAE_TV_PG","features":[438]},{"name":"CAE_TV_Reserved","features":[438]},{"name":"CAE_ValidAttrSubmask","features":[438]},{"name":"CAF_IsBlocked","features":[438]},{"name":"CAF_TV_13","features":[438]},{"name":"CAF_TV_16","features":[438]},{"name":"CAF_TV_18","features":[438]},{"name":"CAF_TV_8","features":[438]},{"name":"CAF_TV_Exempt","features":[438]},{"name":"CAF_TV_G","features":[438]},{"name":"CAF_TV_Reserved","features":[438]},{"name":"CAF_TV_Reserved6","features":[438]},{"name":"CAF_ValidAttrSubmask","features":[438]},{"name":"CAPTURE_STREAMTIME","features":[438]},{"name":"CLSID_CPCAFiltersCategory","features":[438]},{"name":"CLSID_DTFilterEncProperties","features":[438]},{"name":"CLSID_DTFilterTagProperties","features":[438]},{"name":"CLSID_ETFilterEncProperties","features":[438]},{"name":"CLSID_ETFilterTagProperties","features":[438]},{"name":"CLSID_Mpeg2TableFilter","features":[438]},{"name":"CLSID_PTFilter","features":[438]},{"name":"CLSID_XDSCodecProperties","features":[438]},{"name":"CLSID_XDSCodecTagProperties","features":[438]},{"name":"COMPONENT_TAG_CAPTION_MAX","features":[438]},{"name":"COMPONENT_TAG_CAPTION_MIN","features":[438]},{"name":"COMPONENT_TAG_SUPERIMPOSE_MAX","features":[438]},{"name":"COMPONENT_TAG_SUPERIMPOSE_MIN","features":[438]},{"name":"CONTENT","features":[438]},{"name":"COPPEventBlockReason","features":[438]},{"name":"COPP_Activate","features":[438]},{"name":"COPP_AeroGlassOff","features":[438]},{"name":"COPP_BadCertificate","features":[438]},{"name":"COPP_BadDriver","features":[438]},{"name":"COPP_DigitalAudioUnprotected","features":[438]},{"name":"COPP_ForbiddenVideo","features":[438]},{"name":"COPP_InvalidBusProtection","features":[438]},{"name":"COPP_NoCardHDCPSupport","features":[438]},{"name":"COPP_NoMonitorHDCPSupport","features":[438]},{"name":"COPP_RogueApp","features":[438]},{"name":"COPP_Unknown","features":[438]},{"name":"CPEVENT_BITSHIFT_COPP","features":[438]},{"name":"CPEVENT_BITSHIFT_DOWNRES","features":[438]},{"name":"CPEVENT_BITSHIFT_LICENSE","features":[438]},{"name":"CPEVENT_BITSHIFT_NO_PLAYREADY","features":[438]},{"name":"CPEVENT_BITSHIFT_PENDING_CERTIFICATE","features":[438]},{"name":"CPEVENT_BITSHIFT_RATINGS","features":[438]},{"name":"CPEVENT_BITSHIFT_ROLLBACK","features":[438]},{"name":"CPEVENT_BITSHIFT_SAC","features":[438]},{"name":"CPEVENT_BITSHIFT_STUBLIB","features":[438]},{"name":"CPEVENT_BITSHIFT_UNTRUSTEDGRAPH","features":[438]},{"name":"CPEVENT_COPP","features":[438]},{"name":"CPEVENT_DOWNRES","features":[438]},{"name":"CPEVENT_LICENSE","features":[438]},{"name":"CPEVENT_NONE","features":[438]},{"name":"CPEVENT_PROTECTWINDOWED","features":[438]},{"name":"CPEVENT_RATINGS","features":[438]},{"name":"CPEVENT_ROLLBACK","features":[438]},{"name":"CPEVENT_SAC","features":[438]},{"name":"CPEVENT_STUBLIB","features":[438]},{"name":"CPEVENT_UNTRUSTEDGRAPH","features":[438]},{"name":"CPEventBitShift","features":[438]},{"name":"CPEvents","features":[438]},{"name":"CPRecordingStatus","features":[438]},{"name":"CRID_LOCATION","features":[438]},{"name":"CRID_LOCATION_DVB_RESERVED1","features":[438]},{"name":"CRID_LOCATION_DVB_RESERVED2","features":[438]},{"name":"CRID_LOCATION_IN_CIT","features":[438]},{"name":"CRID_LOCATION_IN_DESCRIPTOR","features":[438]},{"name":"CROSSBAR_DEFAULT_FLAGS","features":[438]},{"name":"CXDSData","features":[438]},{"name":"Canadian_English","features":[438]},{"name":"Canadian_French","features":[438]},{"name":"ChannelChangeInfo","features":[438]},{"name":"ChannelChangeSpanningEvent_End","features":[438]},{"name":"ChannelChangeSpanningEvent_Start","features":[438]},{"name":"ChannelChangeSpanningEvent_State","features":[438]},{"name":"ChannelIDTuneRequest","features":[438]},{"name":"ChannelIDTuningSpace","features":[438]},{"name":"ChannelInfo","features":[438]},{"name":"ChannelTuneRequest","features":[438]},{"name":"ChannelType","features":[438]},{"name":"ChannelTypeAudio","features":[438]},{"name":"ChannelTypeCaptions","features":[438]},{"name":"ChannelTypeData","features":[438]},{"name":"ChannelTypeInfo","features":[438]},{"name":"ChannelTypeNone","features":[438]},{"name":"ChannelTypeOther","features":[438]},{"name":"ChannelTypeSubtitles","features":[438]},{"name":"ChannelTypeSuperimpose","features":[438]},{"name":"ChannelTypeText","features":[438]},{"name":"ChannelTypeVideo","features":[438]},{"name":"Component","features":[438]},{"name":"ComponentType","features":[438]},{"name":"ComponentTypes","features":[438]},{"name":"Components","features":[438]},{"name":"CreatePropBagOnRegKey","features":[438]},{"name":"DEF_MODE_PROFILE","features":[438]},{"name":"DEF_MODE_STREAMS","features":[438]},{"name":"DESC_LINKAGE_CA_REPLACEMENT","features":[438]},{"name":"DESC_LINKAGE_COMPLETE_NET_BOUQUET_SI","features":[438]},{"name":"DESC_LINKAGE_DATA","features":[438]},{"name":"DESC_LINKAGE_EPG","features":[438]},{"name":"DESC_LINKAGE_INFORMATION","features":[438]},{"name":"DESC_LINKAGE_REPLACEMENT","features":[438]},{"name":"DESC_LINKAGE_RESERVED0","features":[438]},{"name":"DESC_LINKAGE_RESERVED1","features":[438]},{"name":"DESC_LINKAGE_RESERVED2","features":[438]},{"name":"DESC_LINKAGE_TYPE","features":[438]},{"name":"DESC_LINKAGE_USER","features":[438]},{"name":"DIGITAL_CABLE_NETWORK_TYPE","features":[438]},{"name":"DIRECT_TV_SATELLITE_TV_NETWORK_TYPE","features":[438]},{"name":"DISPID_CHTUNER_ACTR_MINOR_CHANNEL","features":[438]},{"name":"DISPID_CHTUNER_ATVAC_CHANNEL","features":[438]},{"name":"DISPID_CHTUNER_ATVDC_CONTENT","features":[438]},{"name":"DISPID_CHTUNER_ATVDC_SYSTEM","features":[438]},{"name":"DISPID_CHTUNER_CIDTR_CHANNELID","features":[438]},{"name":"DISPID_CHTUNER_CTR_CHANNEL","features":[438]},{"name":"DISPID_CHTUNER_DCTR_MAJOR_CHANNEL","features":[438]},{"name":"DISPID_CHTUNER_DCTR_SRCID","features":[438]},{"name":"DISPID_DVBTUNER_DVBC_ATTRIBUTESVALID","features":[438]},{"name":"DISPID_DVBTUNER_DVBC_COMPONENTTYPE","features":[438]},{"name":"DISPID_DVBTUNER_DVBC_PID","features":[438]},{"name":"DISPID_DVBTUNER_DVBC_TAG","features":[438]},{"name":"DISPID_DVBTUNER_ONID","features":[438]},{"name":"DISPID_DVBTUNER_SID","features":[438]},{"name":"DISPID_DVBTUNER_TSID","features":[438]},{"name":"DISPID_MP2TUNERFACTORY_CREATETUNEREQUEST","features":[438]},{"name":"DISPID_MP2TUNER_PROGNO","features":[438]},{"name":"DISPID_MP2TUNER_TSID","features":[438]},{"name":"DISPID_TUNER","features":[438]},{"name":"DISPID_TUNER_ATSCCT_FLAGS","features":[438]},{"name":"DISPID_TUNER_CT_CATEGORY","features":[438]},{"name":"DISPID_TUNER_CT_CLONE","features":[438]},{"name":"DISPID_TUNER_CT_MEDIAFORMATTYPE","features":[438]},{"name":"DISPID_TUNER_CT_MEDIAMAJORTYPE","features":[438]},{"name":"DISPID_TUNER_CT_MEDIASUBTYPE","features":[438]},{"name":"DISPID_TUNER_CT_MEDIATYPE","features":[438]},{"name":"DISPID_TUNER_CT__MEDIAFORMATTYPE","features":[438]},{"name":"DISPID_TUNER_CT__MEDIAMAJORTYPE","features":[438]},{"name":"DISPID_TUNER_CT__MEDIASUBTYPE","features":[438]},{"name":"DISPID_TUNER_C_ANALOG_AUDIO","features":[438]},{"name":"DISPID_TUNER_C_CLONE","features":[438]},{"name":"DISPID_TUNER_C_DESCRIPTION","features":[438]},{"name":"DISPID_TUNER_C_LANGID","features":[438]},{"name":"DISPID_TUNER_C_MP2_PCRPID","features":[438]},{"name":"DISPID_TUNER_C_MP2_PID","features":[438]},{"name":"DISPID_TUNER_C_MP2_PROGNO","features":[438]},{"name":"DISPID_TUNER_C_STATUS","features":[438]},{"name":"DISPID_TUNER_C_TYPE","features":[438]},{"name":"DISPID_TUNER_LCT_LANGID","features":[438]},{"name":"DISPID_TUNER_L_ANALOG_STANDARD","features":[438]},{"name":"DISPID_TUNER_L_ATSC_MP2_PROGNO","features":[438]},{"name":"DISPID_TUNER_L_ATSC_PHYS_CHANNEL","features":[438]},{"name":"DISPID_TUNER_L_ATSC_TSID","features":[438]},{"name":"DISPID_TUNER_L_CARRFREQ","features":[438]},{"name":"DISPID_TUNER_L_CLONE","features":[438]},{"name":"DISPID_TUNER_L_DTV_O_MAJOR_CHANNEL","features":[438]},{"name":"DISPID_TUNER_L_DVBS2_DISEQ_LNB_SOURCE","features":[438]},{"name":"DISPID_TUNER_L_DVBS2_PILOT","features":[438]},{"name":"DISPID_TUNER_L_DVBS2_ROLLOFF","features":[438]},{"name":"DISPID_TUNER_L_DVBS_AZIMUTH","features":[438]},{"name":"DISPID_TUNER_L_DVBS_ELEVATION","features":[438]},{"name":"DISPID_TUNER_L_DVBS_ORBITAL","features":[438]},{"name":"DISPID_TUNER_L_DVBS_POLARISATION","features":[438]},{"name":"DISPID_TUNER_L_DVBS_WEST","features":[438]},{"name":"DISPID_TUNER_L_DVBT2_PHYSICALLAYERPIPEID","features":[438]},{"name":"DISPID_TUNER_L_DVBT_BANDWIDTH","features":[438]},{"name":"DISPID_TUNER_L_DVBT_GUARDINTERVAL","features":[438]},{"name":"DISPID_TUNER_L_DVBT_HALPHA","features":[438]},{"name":"DISPID_TUNER_L_DVBT_INUSE","features":[438]},{"name":"DISPID_TUNER_L_DVBT_LPINNERFECMETHOD","features":[438]},{"name":"DISPID_TUNER_L_DVBT_LPINNERFECRATE","features":[438]},{"name":"DISPID_TUNER_L_DVBT_TRANSMISSIONMODE","features":[438]},{"name":"DISPID_TUNER_L_INNERFECMETHOD","features":[438]},{"name":"DISPID_TUNER_L_INNERFECRATE","features":[438]},{"name":"DISPID_TUNER_L_MOD","features":[438]},{"name":"DISPID_TUNER_L_OUTERFECMETHOD","features":[438]},{"name":"DISPID_TUNER_L_OUTERFECRATE","features":[438]},{"name":"DISPID_TUNER_L_SYMRATE","features":[438]},{"name":"DISPID_TUNER_MP2CT_TYPE","features":[438]},{"name":"DISPID_TUNER_TR_CLONE","features":[438]},{"name":"DISPID_TUNER_TR_COMPONENTS","features":[438]},{"name":"DISPID_TUNER_TR_LOCATOR","features":[438]},{"name":"DISPID_TUNER_TR_TUNINGSPACE","features":[438]},{"name":"DISPID_TUNER_TS_AR_COUNTRYCODE","features":[438]},{"name":"DISPID_TUNER_TS_AR_MAXFREQUENCY","features":[438]},{"name":"DISPID_TUNER_TS_AR_MINFREQUENCY","features":[438]},{"name":"DISPID_TUNER_TS_AR_STEP","features":[438]},{"name":"DISPID_TUNER_TS_ATSC_MAXMINORCHANNEL","features":[438]},{"name":"DISPID_TUNER_TS_ATSC_MAXPHYSCHANNEL","features":[438]},{"name":"DISPID_TUNER_TS_ATSC_MINMINORCHANNEL","features":[438]},{"name":"DISPID_TUNER_TS_ATSC_MINPHYSCHANNEL","features":[438]},{"name":"DISPID_TUNER_TS_ATV_COUNTRYCODE","features":[438]},{"name":"DISPID_TUNER_TS_ATV_INPUTTYPE","features":[438]},{"name":"DISPID_TUNER_TS_ATV_MAXCHANNEL","features":[438]},{"name":"DISPID_TUNER_TS_ATV_MINCHANNEL","features":[438]},{"name":"DISPID_TUNER_TS_AUX_COUNTRYCODE","features":[438]},{"name":"DISPID_TUNER_TS_CLONE","features":[438]},{"name":"DISPID_TUNER_TS_CLSID","features":[438]},{"name":"DISPID_TUNER_TS_CREATETUNEREQUEST","features":[438]},{"name":"DISPID_TUNER_TS_DC_MAXMAJORCHANNEL","features":[438]},{"name":"DISPID_TUNER_TS_DC_MAXSOURCEID","features":[438]},{"name":"DISPID_TUNER_TS_DC_MINMAJORCHANNEL","features":[438]},{"name":"DISPID_TUNER_TS_DC_MINSOURCEID","features":[438]},{"name":"DISPID_TUNER_TS_DEFAULTPREFERREDCOMPONENTTYPES","features":[438]},{"name":"DISPID_TUNER_TS_DEFLOCATOR","features":[438]},{"name":"DISPID_TUNER_TS_DVB2_NETWORK_ID","features":[438]},{"name":"DISPID_TUNER_TS_DVBS2_HI_OSC_FREQ_OVERRIDE","features":[438]},{"name":"DISPID_TUNER_TS_DVBS2_LNB_SWITCH_FREQ_OVERRIDE","features":[438]},{"name":"DISPID_TUNER_TS_DVBS2_LOW_OSC_FREQ_OVERRIDE","features":[438]},{"name":"DISPID_TUNER_TS_DVBS2_SPECTRAL_INVERSION_OVERRIDE","features":[438]},{"name":"DISPID_TUNER_TS_DVBS_HI_OSC_FREQ","features":[438]},{"name":"DISPID_TUNER_TS_DVBS_INPUT_RANGE","features":[438]},{"name":"DISPID_TUNER_TS_DVBS_LNB_SWITCH_FREQ","features":[438]},{"name":"DISPID_TUNER_TS_DVBS_LOW_OSC_FREQ","features":[438]},{"name":"DISPID_TUNER_TS_DVBS_SPECTRAL_INVERSION","features":[438]},{"name":"DISPID_TUNER_TS_DVB_SYSTEMTYPE","features":[438]},{"name":"DISPID_TUNER_TS_ENUMCATEGORYGUIDS","features":[438]},{"name":"DISPID_TUNER_TS_ENUMDEVICEMONIKERS","features":[438]},{"name":"DISPID_TUNER_TS_FREQMAP","features":[438]},{"name":"DISPID_TUNER_TS_FRIENDLYNAME","features":[438]},{"name":"DISPID_TUNER_TS_NETWORKTYPE","features":[438]},{"name":"DISPID_TUNER_TS_UNIQUENAME","features":[438]},{"name":"DISPID_TUNER_TS__NETWORKTYPE","features":[438]},{"name":"DOWNRES_Always","features":[438]},{"name":"DOWNRES_InWindowOnly","features":[438]},{"name":"DOWNRES_Undefined","features":[438]},{"name":"DSATTRIB_BadSampleInfo","features":[438]},{"name":"DSATTRIB_WMDRMProtectionInfo","features":[438]},{"name":"DSHOW_STREAM_DESC","features":[305,438]},{"name":"DSMCC_ELEMENT","features":[438]},{"name":"DSMCC_FILTER_OPTIONS","features":[305,438]},{"name":"DSMCC_SECTION","features":[438]},{"name":"DTFilter","features":[438]},{"name":"DTV_CardStatus_Error","features":[438]},{"name":"DTV_CardStatus_FirmwareDownload","features":[438]},{"name":"DTV_CardStatus_Inserted","features":[438]},{"name":"DTV_CardStatus_Removed","features":[438]},{"name":"DTV_Entitlement_CanDecrypt","features":[438]},{"name":"DTV_Entitlement_NotEntitled","features":[438]},{"name":"DTV_Entitlement_TechnicalFailure","features":[438]},{"name":"DTV_MMIMessage_Close","features":[438]},{"name":"DTV_MMIMessage_Open","features":[438]},{"name":"DVBCLocator","features":[438]},{"name":"DVBSLocator","features":[438]},{"name":"DVBSTuningSpace","features":[438]},{"name":"DVBS_SCAN_TABLE_MAX_SIZE","features":[438]},{"name":"DVBScramblingControlSpanningEvent","features":[305,438]},{"name":"DVBTLocator","features":[438]},{"name":"DVBTLocator2","features":[438]},{"name":"DVBTuneRequest","features":[438]},{"name":"DVBTuningSpace","features":[438]},{"name":"DVB_BAT_PID","features":[438]},{"name":"DVB_BAT_TID","features":[438]},{"name":"DVB_CABLE_TV_NETWORK_TYPE","features":[438]},{"name":"DVB_DIT_PID","features":[438]},{"name":"DVB_DIT_TID","features":[438]},{"name":"DVB_EIT_ACTUAL_TID","features":[438]},{"name":"DVB_EIT_FILTER_OPTIONS","features":[305,438]},{"name":"DVB_EIT_OTHER_TID","features":[438]},{"name":"DVB_EIT_PID","features":[438]},{"name":"DVB_NIT_ACTUAL_TID","features":[438]},{"name":"DVB_NIT_OTHER_TID","features":[438]},{"name":"DVB_NIT_PID","features":[438]},{"name":"DVB_RST_PID","features":[438]},{"name":"DVB_RST_TID","features":[438]},{"name":"DVB_SATELLITE_TV_NETWORK_TYPE","features":[438]},{"name":"DVB_SDT_ACTUAL_TID","features":[438]},{"name":"DVB_SDT_OTHER_TID","features":[438]},{"name":"DVB_SDT_PID","features":[438]},{"name":"DVB_SIT_PID","features":[438]},{"name":"DVB_SIT_TID","features":[438]},{"name":"DVB_STRCONV_MODE","features":[438]},{"name":"DVB_ST_PID_16","features":[438]},{"name":"DVB_ST_PID_17","features":[438]},{"name":"DVB_ST_PID_18","features":[438]},{"name":"DVB_ST_PID_19","features":[438]},{"name":"DVB_ST_PID_20","features":[438]},{"name":"DVB_ST_TID","features":[438]},{"name":"DVB_TDT_PID","features":[438]},{"name":"DVB_TDT_TID","features":[438]},{"name":"DVB_TERRESTRIAL_TV_NETWORK_TYPE","features":[438]},{"name":"DVB_TOT_PID","features":[438]},{"name":"DVB_TOT_TID","features":[438]},{"name":"DVDFilterState","features":[438]},{"name":"DVDMenuIDConstants","features":[438]},{"name":"DVDSPExt","features":[438]},{"name":"DVDTextStringType","features":[438]},{"name":"DVR_STREAM_DESC","features":[305,438,437]},{"name":"DigitalCableLocator","features":[438]},{"name":"DigitalCableTuneRequest","features":[438]},{"name":"DigitalCableTuningSpace","features":[438]},{"name":"DigitalLocator","features":[438]},{"name":"DisplaySizeList","features":[438]},{"name":"DownResEventParam","features":[438]},{"name":"DualMonoInfo","features":[438]},{"name":"DvbParentalRatingDescriptor","features":[438]},{"name":"DvbParentalRatingParam","features":[438]},{"name":"ECHOSTAR_SATELLITE_TV_NETWORK_TYPE","features":[438]},{"name":"ENCDEC_CPEVENT","features":[438]},{"name":"ENCDEC_RECORDING_STATUS","features":[438]},{"name":"ESEventFactory","features":[438]},{"name":"ESEventService","features":[438]},{"name":"ETFilter","features":[438]},{"name":"EVENTID_ARIBcontentSpanningEvent","features":[438]},{"name":"EVENTID_AudioDescriptorSpanningEvent","features":[438]},{"name":"EVENTID_AudioTypeSpanningEvent","features":[438]},{"name":"EVENTID_BDAConditionalAccessTAG","features":[438]},{"name":"EVENTID_BDAEventingServicePendingEvent","features":[438]},{"name":"EVENTID_BDA_CASBroadcastMMI","features":[438]},{"name":"EVENTID_BDA_CASCloseMMI","features":[438]},{"name":"EVENTID_BDA_CASOpenMMI","features":[438]},{"name":"EVENTID_BDA_CASReleaseTuner","features":[438]},{"name":"EVENTID_BDA_CASRequestTuner","features":[438]},{"name":"EVENTID_BDA_DiseqCResponseAvailable","features":[438]},{"name":"EVENTID_BDA_EncoderSignalLock","features":[438]},{"name":"EVENTID_BDA_FdcStatus","features":[438]},{"name":"EVENTID_BDA_FdcTableSection","features":[438]},{"name":"EVENTID_BDA_GPNVValueUpdate","features":[438]},{"name":"EVENTID_BDA_GuideDataAvailable","features":[438]},{"name":"EVENTID_BDA_GuideDataError","features":[438]},{"name":"EVENTID_BDA_GuideServiceInformationUpdated","features":[438]},{"name":"EVENTID_BDA_IsdbCASResponse","features":[438]},{"name":"EVENTID_BDA_LbigsCloseConnectionHandle","features":[438]},{"name":"EVENTID_BDA_LbigsOpenConnection","features":[438]},{"name":"EVENTID_BDA_LbigsSendData","features":[438]},{"name":"EVENTID_BDA_RatingPinReset","features":[438]},{"name":"EVENTID_BDA_TransprtStreamSelectorInfo","features":[438]},{"name":"EVENTID_BDA_TunerNoSignal","features":[438]},{"name":"EVENTID_BDA_TunerSignalLock","features":[438]},{"name":"EVENTID_BDA_UpdateDrmStatus","features":[438]},{"name":"EVENTID_BDA_UpdateScanState","features":[438]},{"name":"EVENTID_CADenialCountChanged","features":[438]},{"name":"EVENTID_CASFailureSpanningEvent","features":[438]},{"name":"EVENTID_CSDescriptorSpanningEvent","features":[438]},{"name":"EVENTID_CandidatePostTuneData","features":[438]},{"name":"EVENTID_CardStatusChanged","features":[438]},{"name":"EVENTID_ChannelChangeSpanningEvent","features":[438]},{"name":"EVENTID_ChannelInfoSpanningEvent","features":[438]},{"name":"EVENTID_ChannelTypeSpanningEvent","features":[438]},{"name":"EVENTID_CtxADescriptorSpanningEvent","features":[438]},{"name":"EVENTID_DFNWithNoActualAVData","features":[438]},{"name":"EVENTID_DRMParingStatusChanged","features":[438]},{"name":"EVENTID_DRMParingStepComplete","features":[438]},{"name":"EVENTID_DTFilterCOPPBlock","features":[438]},{"name":"EVENTID_DTFilterCOPPUnblock","features":[438]},{"name":"EVENTID_DTFilterDataFormatFailure","features":[438]},{"name":"EVENTID_DTFilterDataFormatOK","features":[438]},{"name":"EVENTID_DTFilterRatingChange","features":[438]},{"name":"EVENTID_DTFilterRatingsBlock","features":[438]},{"name":"EVENTID_DTFilterRatingsUnblock","features":[438]},{"name":"EVENTID_DTFilterXDSPacket","features":[438]},{"name":"EVENTID_DVBScramblingControlSpanningEvent","features":[438]},{"name":"EVENTID_DemultiplexerFilterDiscontinuity","features":[438]},{"name":"EVENTID_DualMonoSpanningEvent","features":[438]},{"name":"EVENTID_DvbParentalRatingDescriptor","features":[438]},{"name":"EVENTID_EASMessageReceived","features":[438]},{"name":"EVENTID_ETDTFilterLicenseFailure","features":[438]},{"name":"EVENTID_ETDTFilterLicenseOK","features":[438]},{"name":"EVENTID_ETFilterCopyNever","features":[438]},{"name":"EVENTID_ETFilterCopyOnce","features":[438]},{"name":"EVENTID_ETFilterEncryptionOff","features":[438]},{"name":"EVENTID_ETFilterEncryptionOn","features":[438]},{"name":"EVENTID_EmmMessageSpanningEvent","features":[438]},{"name":"EVENTID_EncDecFilterError","features":[438]},{"name":"EVENTID_EncDecFilterEvent","features":[438]},{"name":"EVENTID_EntitlementChanged","features":[438]},{"name":"EVENTID_FormatNotSupportedEvent","features":[438]},{"name":"EVENTID_LanguageSpanningEvent","features":[438]},{"name":"EVENTID_MMIMessage","features":[438]},{"name":"EVENTID_NewSignalAcquired","features":[438]},{"name":"EVENTID_PBDAParentalControlEvent","features":[438]},{"name":"EVENTID_PIDListSpanningEvent","features":[438]},{"name":"EVENTID_PSITable","features":[438]},{"name":"EVENTID_RRTSpanningEvent","features":[438]},{"name":"EVENTID_SBE2RecControlStarted","features":[438]},{"name":"EVENTID_SBE2RecControlStopped","features":[438]},{"name":"EVENTID_STBChannelNumber","features":[438]},{"name":"EVENTID_ServiceTerminated","features":[438]},{"name":"EVENTID_SignalAndServiceStatusSpanningEvent","features":[438]},{"name":"EVENTID_SignalStatusChanged","features":[438]},{"name":"EVENTID_StreamIDSpanningEvent","features":[438]},{"name":"EVENTID_StreamTypeSpanningEvent","features":[438]},{"name":"EVENTID_SubtitleSpanningEvent","features":[438]},{"name":"EVENTID_TeletextSpanningEvent","features":[438]},{"name":"EVENTID_TuneFailureEvent","features":[438]},{"name":"EVENTID_TuneFailureSpanningEvent","features":[438]},{"name":"EVENTID_TuningChanged","features":[438]},{"name":"EVENTID_TuningChanging","features":[438]},{"name":"EVENTID_XDSCodecDuplicateXDSRating","features":[438]},{"name":"EVENTID_XDSCodecNewXDSPacket","features":[438]},{"name":"EVENTID_XDSCodecNewXDSRating","features":[438]},{"name":"EVENTTYPE_CASDescrambleFailureEvent","features":[438]},{"name":"EnTag_Mode","features":[438]},{"name":"EnTag_Once","features":[438]},{"name":"EnTag_Remove","features":[438]},{"name":"EnTag_Repeat","features":[438]},{"name":"EnTvRat_CAE_TV","features":[438]},{"name":"EnTvRat_CAF_TV","features":[438]},{"name":"EnTvRat_GenericLevel","features":[438]},{"name":"EnTvRat_MPAA","features":[438]},{"name":"EnTvRat_System","features":[438]},{"name":"EnTvRat_US_TV","features":[438]},{"name":"EncDecEvents","features":[438]},{"name":"EvalRat","features":[438]},{"name":"FORMATNOTSUPPORTED_CLEAR","features":[438]},{"name":"FORMATNOTSUPPORTED_NOTSUPPORTED","features":[438]},{"name":"FORMATTYPE_CPFilters_Processed","features":[438]},{"name":"FORMATTYPE_ETDTFilter_Tagged","features":[438]},{"name":"FormatNotSupportedEvents","features":[438]},{"name":"FrameMode","features":[438]},{"name":"IATSCChannelTuneRequest","features":[438,358]},{"name":"IATSCComponentType","features":[438,358]},{"name":"IATSCLocator","features":[438,358]},{"name":"IATSCLocator2","features":[438,358]},{"name":"IATSCTuningSpace","features":[438,358]},{"name":"IATSC_EIT","features":[438]},{"name":"IATSC_ETT","features":[438]},{"name":"IATSC_MGT","features":[438]},{"name":"IATSC_STT","features":[438]},{"name":"IATSC_VCT","features":[438]},{"name":"IAnalogAudioComponentType","features":[438,358]},{"name":"IAnalogLocator","features":[438,358]},{"name":"IAnalogRadioTuningSpace","features":[438,358]},{"name":"IAnalogRadioTuningSpace2","features":[438,358]},{"name":"IAnalogTVTuningSpace","features":[438,358]},{"name":"IAtscContentAdvisoryDescriptor","features":[438]},{"name":"IAtscPsipParser","features":[438]},{"name":"IAttributeGet","features":[438]},{"name":"IAttributeSet","features":[438]},{"name":"IAuxInTuningSpace","features":[438,358]},{"name":"IAuxInTuningSpace2","features":[438,358]},{"name":"IBDAComparable","features":[438]},{"name":"IBDACreateTuneRequestEx","features":[438]},{"name":"IBDA_TIF_REGISTRATION","features":[438]},{"name":"ICAT","features":[438]},{"name":"ICaptionServiceDescriptor","features":[438]},{"name":"IChannelIDTuneRequest","features":[438,358]},{"name":"IChannelTuneRequest","features":[438,358]},{"name":"IComponent","features":[438,358]},{"name":"IComponentType","features":[438,358]},{"name":"IComponentTypes","features":[438,358]},{"name":"IComponents","features":[438,358]},{"name":"IComponentsOld","features":[438,358]},{"name":"ICreatePropBagOnRegKey","features":[438]},{"name":"IDTFilter","features":[438]},{"name":"IDTFilter2","features":[438]},{"name":"IDTFilter3","features":[438]},{"name":"IDTFilterConfig","features":[438]},{"name":"IDTFilterEvents","features":[438,358]},{"name":"IDTFilterLicenseRenewal","features":[438]},{"name":"IDVBCLocator","features":[438,358]},{"name":"IDVBSLocator","features":[438,358]},{"name":"IDVBSLocator2","features":[438,358]},{"name":"IDVBSTuningSpace","features":[438,358]},{"name":"IDVBTLocator","features":[438,358]},{"name":"IDVBTLocator2","features":[438,358]},{"name":"IDVBTuneRequest","features":[438,358]},{"name":"IDVBTuningSpace","features":[438,358]},{"name":"IDVBTuningSpace2","features":[438,358]},{"name":"IDVB_BAT","features":[438]},{"name":"IDVB_DIT","features":[438]},{"name":"IDVB_EIT","features":[438]},{"name":"IDVB_EIT2","features":[438]},{"name":"IDVB_NIT","features":[438]},{"name":"IDVB_RST","features":[438]},{"name":"IDVB_SDT","features":[438]},{"name":"IDVB_SIT","features":[438]},{"name":"IDVB_ST","features":[438]},{"name":"IDVB_TDT","features":[438]},{"name":"IDVB_TOT","features":[438]},{"name":"IDigitalCableLocator","features":[438,358]},{"name":"IDigitalCableTuneRequest","features":[438,358]},{"name":"IDigitalCableTuningSpace","features":[438,358]},{"name":"IDigitalLocator","features":[438,358]},{"name":"IDvbCableDeliverySystemDescriptor","features":[438]},{"name":"IDvbComponentDescriptor","features":[438]},{"name":"IDvbContentDescriptor","features":[438]},{"name":"IDvbContentIdentifierDescriptor","features":[438]},{"name":"IDvbDataBroadcastDescriptor","features":[438]},{"name":"IDvbDataBroadcastIDDescriptor","features":[438]},{"name":"IDvbDefaultAuthorityDescriptor","features":[438]},{"name":"IDvbExtendedEventDescriptor","features":[438]},{"name":"IDvbFrequencyListDescriptor","features":[438]},{"name":"IDvbHDSimulcastLogicalChannelDescriptor","features":[438]},{"name":"IDvbLinkageDescriptor","features":[438]},{"name":"IDvbLogicalChannel2Descriptor","features":[438]},{"name":"IDvbLogicalChannelDescriptor","features":[438]},{"name":"IDvbLogicalChannelDescriptor2","features":[438]},{"name":"IDvbMultilingualServiceNameDescriptor","features":[438]},{"name":"IDvbNetworkNameDescriptor","features":[438]},{"name":"IDvbParentalRatingDescriptor","features":[438]},{"name":"IDvbPrivateDataSpecifierDescriptor","features":[438]},{"name":"IDvbSatelliteDeliverySystemDescriptor","features":[438]},{"name":"IDvbServiceAttributeDescriptor","features":[438]},{"name":"IDvbServiceDescriptor","features":[438]},{"name":"IDvbServiceDescriptor2","features":[438]},{"name":"IDvbServiceListDescriptor","features":[438]},{"name":"IDvbShortEventDescriptor","features":[438]},{"name":"IDvbSiParser","features":[438]},{"name":"IDvbSiParser2","features":[438]},{"name":"IDvbSubtitlingDescriptor","features":[438]},{"name":"IDvbTeletextDescriptor","features":[438]},{"name":"IDvbTerrestrial2DeliverySystemDescriptor","features":[438]},{"name":"IDvbTerrestrialDeliverySystemDescriptor","features":[438]},{"name":"IESCloseMmiEvent","features":[438]},{"name":"IESEventFactory","features":[438]},{"name":"IESEventService","features":[438]},{"name":"IESEventServiceConfiguration","features":[438]},{"name":"IESFileExpiryDateEvent","features":[438]},{"name":"IESIsdbCasResponseEvent","features":[438]},{"name":"IESLicenseRenewalResultEvent","features":[438]},{"name":"IESOpenMmiEvent","features":[438]},{"name":"IESRequestTunerEvent","features":[438]},{"name":"IESValueUpdatedEvent","features":[438]},{"name":"IETFilter","features":[438]},{"name":"IETFilterConfig","features":[438]},{"name":"IETFilterEvents","features":[438,358]},{"name":"IEnumComponentTypes","features":[438]},{"name":"IEnumComponents","features":[438]},{"name":"IEnumGuideDataProperties","features":[438]},{"name":"IEnumMSVidGraphSegment","features":[438]},{"name":"IEnumStreamBufferRecordingAttrib","features":[438]},{"name":"IEnumTuneRequests","features":[438]},{"name":"IEnumTuningSpaces","features":[438]},{"name":"IEvalRat","features":[438,358]},{"name":"IGenericDescriptor","features":[438]},{"name":"IGenericDescriptor2","features":[438]},{"name":"IGpnvsCommonBase","features":[438]},{"name":"IGuideData","features":[438]},{"name":"IGuideDataEvent","features":[438]},{"name":"IGuideDataLoader","features":[438]},{"name":"IGuideDataProperty","features":[438]},{"name":"IISDBSLocator","features":[438,358]},{"name":"IISDB_BIT","features":[438]},{"name":"IISDB_CDT","features":[438]},{"name":"IISDB_EMM","features":[438]},{"name":"IISDB_LDT","features":[438]},{"name":"IISDB_NBIT","features":[438]},{"name":"IISDB_SDT","features":[438]},{"name":"IISDB_SDTT","features":[438]},{"name":"IIsdbAudioComponentDescriptor","features":[438]},{"name":"IIsdbCAContractInformationDescriptor","features":[438]},{"name":"IIsdbCADescriptor","features":[438]},{"name":"IIsdbCAServiceDescriptor","features":[438]},{"name":"IIsdbComponentGroupDescriptor","features":[438]},{"name":"IIsdbDataContentDescriptor","features":[438]},{"name":"IIsdbDigitalCopyControlDescriptor","features":[438]},{"name":"IIsdbDownloadContentDescriptor","features":[438]},{"name":"IIsdbEmergencyInformationDescriptor","features":[438]},{"name":"IIsdbEventGroupDescriptor","features":[438]},{"name":"IIsdbHierarchicalTransmissionDescriptor","features":[438]},{"name":"IIsdbLogoTransmissionDescriptor","features":[438]},{"name":"IIsdbSIParameterDescriptor","features":[438]},{"name":"IIsdbSeriesDescriptor","features":[438]},{"name":"IIsdbSiParser2","features":[438]},{"name":"IIsdbTSInformationDescriptor","features":[438]},{"name":"IIsdbTerrestrialDeliverySystemDescriptor","features":[438]},{"name":"ILanguageComponentType","features":[438,358]},{"name":"ILocator","features":[438,358]},{"name":"IMPEG2Component","features":[438,358]},{"name":"IMPEG2ComponentType","features":[438,358]},{"name":"IMPEG2TuneRequest","features":[438,358]},{"name":"IMPEG2TuneRequestFactory","features":[438,358]},{"name":"IMPEG2TuneRequestSupport","features":[438]},{"name":"IMPEG2_TIF_CONTROL","features":[438]},{"name":"IMSEventBinder","features":[438,358]},{"name":"IMSVidAnalogTuner","features":[438,358]},{"name":"IMSVidAnalogTuner2","features":[438,358]},{"name":"IMSVidAnalogTunerEvent","features":[438,358]},{"name":"IMSVidAudioRenderer","features":[438,358]},{"name":"IMSVidAudioRendererDevices","features":[438,358]},{"name":"IMSVidAudioRendererEvent","features":[438,358]},{"name":"IMSVidAudioRendererEvent2","features":[438,358]},{"name":"IMSVidClosedCaptioning","features":[438,358]},{"name":"IMSVidClosedCaptioning2","features":[438,358]},{"name":"IMSVidClosedCaptioning3","features":[438,358]},{"name":"IMSVidCompositionSegment","features":[438,358]},{"name":"IMSVidCtl","features":[438,358]},{"name":"IMSVidDataServices","features":[438,358]},{"name":"IMSVidDataServicesEvent","features":[438,358]},{"name":"IMSVidDevice","features":[438,358]},{"name":"IMSVidDevice2","features":[438]},{"name":"IMSVidDeviceEvent","features":[438,358]},{"name":"IMSVidEVR","features":[438,358]},{"name":"IMSVidEVREvent","features":[438,358]},{"name":"IMSVidEncoder","features":[438,358]},{"name":"IMSVidFeature","features":[438,358]},{"name":"IMSVidFeatureEvent","features":[438,358]},{"name":"IMSVidFeatures","features":[438,358]},{"name":"IMSVidFilePlayback","features":[438,358]},{"name":"IMSVidFilePlayback2","features":[438,358]},{"name":"IMSVidFilePlaybackEvent","features":[438,358]},{"name":"IMSVidGenericSink","features":[438,358]},{"name":"IMSVidGenericSink2","features":[438,358]},{"name":"IMSVidGraphSegment","features":[438,358]},{"name":"IMSVidGraphSegmentContainer","features":[438]},{"name":"IMSVidGraphSegmentUserInput","features":[438]},{"name":"IMSVidInputDevice","features":[438,358]},{"name":"IMSVidInputDeviceEvent","features":[438,358]},{"name":"IMSVidInputDevices","features":[438,358]},{"name":"IMSVidOutputDevice","features":[438,358]},{"name":"IMSVidOutputDeviceEvent","features":[438,358]},{"name":"IMSVidOutputDevices","features":[438,358]},{"name":"IMSVidPlayback","features":[438,358]},{"name":"IMSVidPlaybackEvent","features":[438,358]},{"name":"IMSVidRect","features":[438,358]},{"name":"IMSVidStreamBufferRecordingControl","features":[438,358]},{"name":"IMSVidStreamBufferSink","features":[438,358]},{"name":"IMSVidStreamBufferSink2","features":[438,358]},{"name":"IMSVidStreamBufferSink3","features":[438,358]},{"name":"IMSVidStreamBufferSinkEvent","features":[438,358]},{"name":"IMSVidStreamBufferSinkEvent2","features":[438,358]},{"name":"IMSVidStreamBufferSinkEvent3","features":[438,358]},{"name":"IMSVidStreamBufferSinkEvent4","features":[438,358]},{"name":"IMSVidStreamBufferSource","features":[438,358]},{"name":"IMSVidStreamBufferSource2","features":[438,358]},{"name":"IMSVidStreamBufferSourceEvent","features":[438,358]},{"name":"IMSVidStreamBufferSourceEvent2","features":[438,358]},{"name":"IMSVidStreamBufferSourceEvent3","features":[438,358]},{"name":"IMSVidStreamBufferV2SourceEvent","features":[438,358]},{"name":"IMSVidTuner","features":[438,358]},{"name":"IMSVidTunerEvent","features":[438,358]},{"name":"IMSVidVMR9","features":[438,358]},{"name":"IMSVidVRGraphSegment","features":[438,358]},{"name":"IMSVidVideoInputDevice","features":[438,358]},{"name":"IMSVidVideoRenderer","features":[438,358]},{"name":"IMSVidVideoRenderer2","features":[438,358]},{"name":"IMSVidVideoRendererDevices","features":[438,358]},{"name":"IMSVidVideoRendererEvent","features":[438,358]},{"name":"IMSVidVideoRendererEvent2","features":[438,358]},{"name":"IMSVidWebDVD","features":[438,358]},{"name":"IMSVidWebDVD2","features":[438,358]},{"name":"IMSVidWebDVDAdm","features":[438,358]},{"name":"IMSVidWebDVDEvent","features":[438,358]},{"name":"IMSVidXDS","features":[438,358]},{"name":"IMSVidXDSEvent","features":[438,358]},{"name":"IMceBurnerControl","features":[438]},{"name":"IMpeg2Data","features":[438]},{"name":"IMpeg2Stream","features":[438]},{"name":"IMpeg2TableFilter","features":[438]},{"name":"IPAT","features":[438]},{"name":"IPBDAAttributesDescriptor","features":[438]},{"name":"IPBDAEntitlementDescriptor","features":[438]},{"name":"IPBDASiParser","features":[438]},{"name":"IPBDA_EIT","features":[438]},{"name":"IPBDA_Services","features":[438]},{"name":"IPMT","features":[438]},{"name":"IPSITables","features":[438]},{"name":"IPTFilterLicenseRenewal","features":[438]},{"name":"IPersistTuneXml","features":[438,358]},{"name":"IPersistTuneXmlUtility","features":[438]},{"name":"IPersistTuneXmlUtility2","features":[438]},{"name":"IRegisterTuner","features":[438]},{"name":"ISBE2Crossbar","features":[438]},{"name":"ISBE2EnumStream","features":[438]},{"name":"ISBE2FileScan","features":[438]},{"name":"ISBE2GlobalEvent","features":[438]},{"name":"ISBE2GlobalEvent2","features":[438]},{"name":"ISBE2MediaTypeProfile","features":[438]},{"name":"ISBE2SpanningEvent","features":[438]},{"name":"ISBE2StreamMap","features":[438]},{"name":"ISCTE_EAS","features":[438]},{"name":"ISDBSLocator","features":[438]},{"name":"ISDB_BIT_PID","features":[438]},{"name":"ISDB_BIT_TID","features":[438]},{"name":"ISDB_CABLE_TV_NETWORK_TYPE","features":[438]},{"name":"ISDB_CDT_PID","features":[438]},{"name":"ISDB_CDT_TID","features":[438]},{"name":"ISDB_EMM_TID","features":[438]},{"name":"ISDB_LDT_PID","features":[438]},{"name":"ISDB_LDT_TID","features":[438]},{"name":"ISDB_NBIT_MSG_TID","features":[438]},{"name":"ISDB_NBIT_PID","features":[438]},{"name":"ISDB_NBIT_REF_TID","features":[438]},{"name":"ISDB_SATELLITE_TV_NETWORK_TYPE","features":[438]},{"name":"ISDB_SDTT_ALT_PID","features":[438]},{"name":"ISDB_SDTT_PID","features":[438]},{"name":"ISDB_SDTT_TID","features":[438]},{"name":"ISDB_ST_TID","features":[438]},{"name":"ISDB_S_NETWORK_TYPE","features":[438]},{"name":"ISDB_TERRESTRIAL_TV_NETWORK_TYPE","features":[438]},{"name":"ISDB_T_NETWORK_TYPE","features":[438]},{"name":"ISIInbandEPG","features":[438]},{"name":"ISIInbandEPGEvent","features":[438]},{"name":"IScanningTuner","features":[438]},{"name":"IScanningTunerEx","features":[438]},{"name":"ISectionList","features":[438]},{"name":"IServiceLocationDescriptor","features":[438]},{"name":"IStreamBufferConfigure","features":[438]},{"name":"IStreamBufferConfigure2","features":[438]},{"name":"IStreamBufferConfigure3","features":[438]},{"name":"IStreamBufferDataCounters","features":[438]},{"name":"IStreamBufferInitialize","features":[438]},{"name":"IStreamBufferMediaSeeking","features":[438]},{"name":"IStreamBufferMediaSeeking2","features":[438]},{"name":"IStreamBufferRecComp","features":[438]},{"name":"IStreamBufferRecordControl","features":[438]},{"name":"IStreamBufferRecordingAttribute","features":[438]},{"name":"IStreamBufferSink","features":[438]},{"name":"IStreamBufferSink2","features":[438]},{"name":"IStreamBufferSink3","features":[438]},{"name":"IStreamBufferSource","features":[438]},{"name":"ITSDT","features":[438]},{"name":"ITuneRequest","features":[438,358]},{"name":"ITuneRequestInfo","features":[438]},{"name":"ITuneRequestInfoEx","features":[438]},{"name":"ITuner","features":[438]},{"name":"ITunerCap","features":[438]},{"name":"ITunerCapEx","features":[438]},{"name":"ITuningSpace","features":[438,358]},{"name":"ITuningSpaceContainer","features":[438,358]},{"name":"ITuningSpaces","features":[438,358]},{"name":"IXDSCodec","features":[438]},{"name":"IXDSCodecConfig","features":[438]},{"name":"IXDSCodecEvents","features":[438,358]},{"name":"IXDSToRat","features":[438,358]},{"name":"KSCATEGORY_BDA_IP_SINK","features":[438]},{"name":"KSCATEGORY_BDA_NETWORK_EPG","features":[438]},{"name":"KSCATEGORY_BDA_NETWORK_PROVIDER","features":[438]},{"name":"KSCATEGORY_BDA_NETWORK_TUNER","features":[438]},{"name":"KSCATEGORY_BDA_RECEIVER_COMPONENT","features":[438]},{"name":"KSCATEGORY_BDA_TRANSPORT_INFORMATION","features":[438]},{"name":"KSDATAFORMAT_SPECIFIER_BDA_IP","features":[438]},{"name":"KSDATAFORMAT_SPECIFIER_BDA_TRANSPORT","features":[438]},{"name":"KSDATAFORMAT_SUBTYPE_ATSC_SI","features":[438]},{"name":"KSDATAFORMAT_SUBTYPE_BDA_IP","features":[438]},{"name":"KSDATAFORMAT_SUBTYPE_BDA_IP_CONTROL","features":[438]},{"name":"KSDATAFORMAT_SUBTYPE_BDA_MPEG2_TRANSPORT","features":[438]},{"name":"KSDATAFORMAT_SUBTYPE_BDA_OPENCABLE_OOB_PSIP","features":[438]},{"name":"KSDATAFORMAT_SUBTYPE_BDA_OPENCABLE_PSIP","features":[438]},{"name":"KSDATAFORMAT_SUBTYPE_DVB_SI","features":[438]},{"name":"KSDATAFORMAT_SUBTYPE_ISDB_SI","features":[438]},{"name":"KSDATAFORMAT_SUBTYPE_PBDA_TRANSPORT_RAW","features":[438]},{"name":"KSDATAFORMAT_TYPE_BDA_ANTENNA","features":[438]},{"name":"KSDATAFORMAT_TYPE_BDA_IF_SIGNAL","features":[438]},{"name":"KSDATAFORMAT_TYPE_BDA_IP","features":[438]},{"name":"KSDATAFORMAT_TYPE_BDA_IP_CONTROL","features":[438]},{"name":"KSDATAFORMAT_TYPE_MPE","features":[438]},{"name":"KSDATAFORMAT_TYPE_MPEG2_SECTIONS","features":[438]},{"name":"KSEVENTDATA_BDA_RF_TUNER_SCAN_S","features":[305,438,439]},{"name":"KSEVENTSETID_BdaCAEvent","features":[438]},{"name":"KSEVENTSETID_BdaDiseqCEvent","features":[438]},{"name":"KSEVENTSETID_BdaEvent","features":[438]},{"name":"KSEVENTSETID_BdaPinEvent","features":[438]},{"name":"KSEVENTSETID_BdaTunerEvent","features":[438]},{"name":"KSEVENT_BDA_CA_MODULE_STATUS_CHANGED","features":[438]},{"name":"KSEVENT_BDA_CA_MODULE_UI_REQUESTED","features":[438]},{"name":"KSEVENT_BDA_CA_SMART_CARD_STATUS_CHANGED","features":[438]},{"name":"KSEVENT_BDA_DISEQC_DATA_RECEIVED","features":[438]},{"name":"KSEVENT_BDA_EVENT_PENDINGEVENT","features":[438]},{"name":"KSEVENT_BDA_EVENT_TYPE","features":[438]},{"name":"KSEVENT_BDA_PIN_CONNECTED","features":[438]},{"name":"KSEVENT_BDA_PIN_DISCONNECTED","features":[438]},{"name":"KSEVENT_BDA_PROGRAM_FLOW_STATUS_CHANGED","features":[438]},{"name":"KSEVENT_BDA_TUNER","features":[438]},{"name":"KSEVENT_BDA_TUNER_SCAN","features":[438]},{"name":"KSMETHODSETID_BdaChangeSync","features":[438]},{"name":"KSMETHODSETID_BdaConditionalAccessService","features":[438]},{"name":"KSMETHODSETID_BdaDebug","features":[438]},{"name":"KSMETHODSETID_BdaDeviceConfiguration","features":[438]},{"name":"KSMETHODSETID_BdaDrmService","features":[438]},{"name":"KSMETHODSETID_BdaEventing","features":[438]},{"name":"KSMETHODSETID_BdaGuideDataDeliveryService","features":[438]},{"name":"KSMETHODSETID_BdaIsdbConditionalAccess","features":[438]},{"name":"KSMETHODSETID_BdaMux","features":[438]},{"name":"KSMETHODSETID_BdaNameValue","features":[438]},{"name":"KSMETHODSETID_BdaNameValueA","features":[438]},{"name":"KSMETHODSETID_BdaScanning","features":[438]},{"name":"KSMETHODSETID_BdaTSSelector","features":[438]},{"name":"KSMETHODSETID_BdaTuner","features":[438]},{"name":"KSMETHODSETID_BdaUserActivity","features":[438]},{"name":"KSMETHODSETID_BdaWmdrmSession","features":[438]},{"name":"KSMETHODSETID_BdaWmdrmTuner","features":[438]},{"name":"KSMETHOD_BDA_CAS_CHECKENTITLEMENTTOKEN","features":[438]},{"name":"KSMETHOD_BDA_CAS_CLOSEMMIDIALOG","features":[438]},{"name":"KSMETHOD_BDA_CAS_OPENBROADCASTMMI","features":[438]},{"name":"KSMETHOD_BDA_CAS_SERVICE","features":[438]},{"name":"KSMETHOD_BDA_CAS_SETCAPTURETOKEN","features":[438]},{"name":"KSMETHOD_BDA_CHANGE_SYNC","features":[438]},{"name":"KSMETHOD_BDA_CHECK_CHANGES","features":[438]},{"name":"KSMETHOD_BDA_COMMIT_CHANGES","features":[438]},{"name":"KSMETHOD_BDA_CREATE_PIN_FACTORY","features":[438]},{"name":"KSMETHOD_BDA_CREATE_TOPOLOGY","features":[438]},{"name":"KSMETHOD_BDA_DEBUG_DATA","features":[438]},{"name":"KSMETHOD_BDA_DEBUG_LEVEL","features":[438]},{"name":"KSMETHOD_BDA_DEBUG_SERVICE","features":[438]},{"name":"KSMETHOD_BDA_DELETE_PIN_FACTORY","features":[438]},{"name":"KSMETHOD_BDA_DEVICE_CONFIGURATION","features":[438]},{"name":"KSMETHOD_BDA_DRM","features":[438]},{"name":"KSMETHOD_BDA_DRM_CURRENT","features":[438]},{"name":"KSMETHOD_BDA_DRM_DRMSTATUS","features":[438]},{"name":"KSMETHOD_BDA_EVENTING_SERVICE","features":[438]},{"name":"KSMETHOD_BDA_EVENT_COMPLETE","features":[438]},{"name":"KSMETHOD_BDA_EVENT_DATA","features":[438]},{"name":"KSMETHOD_BDA_GDDS_DATA","features":[438]},{"name":"KSMETHOD_BDA_GDDS_DATATYPE","features":[438]},{"name":"KSMETHOD_BDA_GDDS_DATAUPDATE","features":[438]},{"name":"KSMETHOD_BDA_GDDS_GETSERVICES","features":[438]},{"name":"KSMETHOD_BDA_GDDS_SERVICE","features":[438]},{"name":"KSMETHOD_BDA_GDDS_SERVICEFROMTUNEXML","features":[438]},{"name":"KSMETHOD_BDA_GDDS_TUNEXMLFROMIDX","features":[438]},{"name":"KSMETHOD_BDA_GET_CHANGE_STATE","features":[438]},{"name":"KSMETHOD_BDA_GPNV_GETVALUE","features":[438]},{"name":"KSMETHOD_BDA_GPNV_GETVALUEUPDATENAME","features":[438]},{"name":"KSMETHOD_BDA_GPNV_NAMEFROMINDEX","features":[438]},{"name":"KSMETHOD_BDA_GPNV_SERVICE","features":[438]},{"name":"KSMETHOD_BDA_GPNV_SETVALUE","features":[438]},{"name":"KSMETHOD_BDA_ISDBCAS_RESPONSEDATA","features":[438]},{"name":"KSMETHOD_BDA_ISDBCAS_SETREQUEST","features":[438]},{"name":"KSMETHOD_BDA_ISDB_CAS","features":[438]},{"name":"KSMETHOD_BDA_MUX_GETPIDLIST","features":[438]},{"name":"KSMETHOD_BDA_MUX_SERVICE","features":[438]},{"name":"KSMETHOD_BDA_MUX_SETPIDLIST","features":[438]},{"name":"KSMETHOD_BDA_SCANNING_STATE","features":[438]},{"name":"KSMETHOD_BDA_SCAN_CAPABILTIES","features":[438]},{"name":"KSMETHOD_BDA_SCAN_FILTER","features":[438]},{"name":"KSMETHOD_BDA_SCAN_RESUME","features":[438]},{"name":"KSMETHOD_BDA_SCAN_SERVICE","features":[438]},{"name":"KSMETHOD_BDA_SCAN_START","features":[438]},{"name":"KSMETHOD_BDA_SCAN_STOP","features":[438]},{"name":"KSMETHOD_BDA_START_CHANGES","features":[438]},{"name":"KSMETHOD_BDA_TS_SELECTOR","features":[438]},{"name":"KSMETHOD_BDA_TS_SELECTOR_GETTSINFORMATION","features":[438]},{"name":"KSMETHOD_BDA_TS_SELECTOR_SETTSID","features":[438]},{"name":"KSMETHOD_BDA_TUNER_GETTUNERSTATE","features":[438]},{"name":"KSMETHOD_BDA_TUNER_SERVICE","features":[438]},{"name":"KSMETHOD_BDA_TUNER_SETTUNER","features":[438]},{"name":"KSMETHOD_BDA_TUNER_SIGNALNOISERATIO","features":[438]},{"name":"KSMETHOD_BDA_USERACTIVITY_DETECTED","features":[438]},{"name":"KSMETHOD_BDA_USERACTIVITY_INTERVAL","features":[438]},{"name":"KSMETHOD_BDA_USERACTIVITY_SERVICE","features":[438]},{"name":"KSMETHOD_BDA_USERACTIVITY_USEREASON","features":[438]},{"name":"KSMETHOD_BDA_WMDRM","features":[438]},{"name":"KSMETHOD_BDA_WMDRMTUNER_CANCELCAPTURETOKEN","features":[438]},{"name":"KSMETHOD_BDA_WMDRMTUNER_GETPIDPROTECTION","features":[438]},{"name":"KSMETHOD_BDA_WMDRMTUNER_PURCHASE_ENTITLEMENT","features":[438]},{"name":"KSMETHOD_BDA_WMDRMTUNER_SETPIDPROTECTION","features":[438]},{"name":"KSMETHOD_BDA_WMDRMTUNER_SETSYNCVALUE","features":[438]},{"name":"KSMETHOD_BDA_WMDRMTUNER_STARTCODEPROFILE","features":[438]},{"name":"KSMETHOD_BDA_WMDRM_CRL","features":[438]},{"name":"KSMETHOD_BDA_WMDRM_KEYINFO","features":[438]},{"name":"KSMETHOD_BDA_WMDRM_LICENSE","features":[438]},{"name":"KSMETHOD_BDA_WMDRM_MESSAGE","features":[438]},{"name":"KSMETHOD_BDA_WMDRM_REISSUELICENSE","features":[438]},{"name":"KSMETHOD_BDA_WMDRM_RENEWLICENSE","features":[438]},{"name":"KSMETHOD_BDA_WMDRM_REVINFO","features":[438]},{"name":"KSMETHOD_BDA_WMDRM_STATUS","features":[438]},{"name":"KSMETHOD_BDA_WMDRM_TUNER","features":[438]},{"name":"KSM_BDA_BUFFER","features":[438,439]},{"name":"KSM_BDA_CAS_CAPTURETOKEN","features":[438,439]},{"name":"KSM_BDA_CAS_CLOSEMMIDIALOG","features":[438,439]},{"name":"KSM_BDA_CAS_ENTITLEMENTTOKEN","features":[438,439]},{"name":"KSM_BDA_CAS_OPENBROADCASTMMI","features":[438,439]},{"name":"KSM_BDA_DEBUG_LEVEL","features":[438,439]},{"name":"KSM_BDA_DRM_SETDRM","features":[438,439]},{"name":"KSM_BDA_EVENT_COMPLETE","features":[438,439]},{"name":"KSM_BDA_GDDS_SERVICEFROMTUNEXML","features":[438,439]},{"name":"KSM_BDA_GDDS_TUNEXMLFROMIDX","features":[438,439]},{"name":"KSM_BDA_GPNV_GETVALUE","features":[438,439]},{"name":"KSM_BDA_GPNV_NAMEINDEX","features":[438,439]},{"name":"KSM_BDA_GPNV_SETVALUE","features":[438,439]},{"name":"KSM_BDA_ISDBCAS_REQUEST","features":[438,439]},{"name":"KSM_BDA_PIN","features":[438,439]},{"name":"KSM_BDA_PIN_PAIR","features":[438,439]},{"name":"KSM_BDA_SCAN_CAPABILTIES","features":[438,439]},{"name":"KSM_BDA_SCAN_FILTER","features":[438,439]},{"name":"KSM_BDA_SCAN_START","features":[438,439]},{"name":"KSM_BDA_TS_SELECTOR_SETTSID","features":[438,439]},{"name":"KSM_BDA_TUNER_TUNEREQUEST","features":[438,439]},{"name":"KSM_BDA_USERACTIVITY_USEREASON","features":[438,439]},{"name":"KSM_BDA_WMDRMTUNER_GETPIDPROTECTION","features":[438,439]},{"name":"KSM_BDA_WMDRMTUNER_PURCHASEENTITLEMENT","features":[438,439]},{"name":"KSM_BDA_WMDRMTUNER_SETPIDPROTECTION","features":[438,439]},{"name":"KSM_BDA_WMDRMTUNER_SYNCVALUE","features":[438,439]},{"name":"KSM_BDA_WMDRM_LICENSE","features":[438,439]},{"name":"KSM_BDA_WMDRM_RENEWLICENSE","features":[438,439]},{"name":"KSNODE_BDA_8PSK_DEMODULATOR","features":[438]},{"name":"KSNODE_BDA_8VSB_DEMODULATOR","features":[438]},{"name":"KSNODE_BDA_ANALOG_DEMODULATOR","features":[438]},{"name":"KSNODE_BDA_COFDM_DEMODULATOR","features":[438]},{"name":"KSNODE_BDA_COMMON_CA_POD","features":[438]},{"name":"KSNODE_BDA_DRI_DRM","features":[438]},{"name":"KSNODE_BDA_IP_SINK","features":[438]},{"name":"KSNODE_BDA_ISDB_S_DEMODULATOR","features":[438]},{"name":"KSNODE_BDA_ISDB_T_DEMODULATOR","features":[438]},{"name":"KSNODE_BDA_OPENCABLE_POD","features":[438]},{"name":"KSNODE_BDA_PBDA_CAS","features":[438]},{"name":"KSNODE_BDA_PBDA_DRM","features":[438]},{"name":"KSNODE_BDA_PBDA_ISDBCAS","features":[438]},{"name":"KSNODE_BDA_PBDA_MUX","features":[438]},{"name":"KSNODE_BDA_PBDA_TUNER","features":[438]},{"name":"KSNODE_BDA_PID_FILTER","features":[438]},{"name":"KSNODE_BDA_QAM_DEMODULATOR","features":[438]},{"name":"KSNODE_BDA_QPSK_DEMODULATOR","features":[438]},{"name":"KSNODE_BDA_RF_TUNER","features":[438]},{"name":"KSNODE_BDA_TS_SELECTOR","features":[438]},{"name":"KSNODE_BDA_VIDEO_ENCODER","features":[438]},{"name":"KSPROPERTY_BDA_AUTODEMODULATE","features":[438]},{"name":"KSPROPERTY_BDA_AUTODEMODULATE_START","features":[438]},{"name":"KSPROPERTY_BDA_AUTODEMODULATE_STOP","features":[438]},{"name":"KSPROPERTY_BDA_CA","features":[438]},{"name":"KSPROPERTY_BDA_CA_EVENT","features":[438]},{"name":"KSPROPERTY_BDA_CA_MODULE_STATUS","features":[438]},{"name":"KSPROPERTY_BDA_CA_MODULE_UI","features":[438]},{"name":"KSPROPERTY_BDA_CA_REMOVE_PROGRAM","features":[438]},{"name":"KSPROPERTY_BDA_CA_SET_PROGRAM_PIDS","features":[438]},{"name":"KSPROPERTY_BDA_CA_SMART_CARD_STATUS","features":[438]},{"name":"KSPROPERTY_BDA_CONTROLLING_PIN_ID","features":[438]},{"name":"KSPROPERTY_BDA_DIGITAL_DEMODULATOR","features":[438]},{"name":"KSPROPERTY_BDA_DISEQC_COMMAND","features":[438]},{"name":"KSPROPERTY_BDA_DISEQC_ENABLE","features":[438]},{"name":"KSPROPERTY_BDA_DISEQC_EVENT","features":[438]},{"name":"KSPROPERTY_BDA_DISEQC_LNB_SOURCE","features":[438]},{"name":"KSPROPERTY_BDA_DISEQC_REPEATS","features":[438]},{"name":"KSPROPERTY_BDA_DISEQC_RESPONSE","features":[438]},{"name":"KSPROPERTY_BDA_DISEQC_SEND","features":[438]},{"name":"KSPROPERTY_BDA_DISEQC_USETONEBURST","features":[438]},{"name":"KSPROPERTY_BDA_ECM_MAP_STATUS","features":[438]},{"name":"KSPROPERTY_BDA_ETHERNET_FILTER","features":[438]},{"name":"KSPROPERTY_BDA_ETHERNET_FILTER_MULTICAST_LIST","features":[438]},{"name":"KSPROPERTY_BDA_ETHERNET_FILTER_MULTICAST_LIST_SIZE","features":[438]},{"name":"KSPROPERTY_BDA_ETHERNET_FILTER_MULTICAST_MODE","features":[438]},{"name":"KSPROPERTY_BDA_FREQUENCY_FILTER","features":[438]},{"name":"KSPROPERTY_BDA_GUARD_INTERVAL","features":[438]},{"name":"KSPROPERTY_BDA_INNER_FEC_RATE","features":[438]},{"name":"KSPROPERTY_BDA_INNER_FEC_TYPE","features":[438]},{"name":"KSPROPERTY_BDA_IPv4_FILTER","features":[438]},{"name":"KSPROPERTY_BDA_IPv4_FILTER_MULTICAST_LIST","features":[438]},{"name":"KSPROPERTY_BDA_IPv4_FILTER_MULTICAST_LIST_SIZE","features":[438]},{"name":"KSPROPERTY_BDA_IPv4_FILTER_MULTICAST_MODE","features":[438]},{"name":"KSPROPERTY_BDA_IPv6_FILTER","features":[438]},{"name":"KSPROPERTY_BDA_IPv6_FILTER_MULTICAST_LIST","features":[438]},{"name":"KSPROPERTY_BDA_IPv6_FILTER_MULTICAST_LIST_SIZE","features":[438]},{"name":"KSPROPERTY_BDA_IPv6_FILTER_MULTICAST_MODE","features":[438]},{"name":"KSPROPERTY_BDA_LNB_INFO","features":[438]},{"name":"KSPROPERTY_BDA_LNB_LOF_HIGH_BAND","features":[438]},{"name":"KSPROPERTY_BDA_LNB_LOF_LOW_BAND","features":[438]},{"name":"KSPROPERTY_BDA_LNB_SWITCH_FREQUENCY","features":[438]},{"name":"KSPROPERTY_BDA_MODULATION_TYPE","features":[438]},{"name":"KSPROPERTY_BDA_NODE_DESCRIPTORS","features":[438]},{"name":"KSPROPERTY_BDA_NODE_EVENTS","features":[438]},{"name":"KSPROPERTY_BDA_NODE_METHODS","features":[438]},{"name":"KSPROPERTY_BDA_NODE_PROPERTIES","features":[438]},{"name":"KSPROPERTY_BDA_NODE_TYPES","features":[438]},{"name":"KSPROPERTY_BDA_NULL_TRANSFORM","features":[438]},{"name":"KSPROPERTY_BDA_NULL_TRANSFORM_START","features":[438]},{"name":"KSPROPERTY_BDA_NULL_TRANSFORM_STOP","features":[438]},{"name":"KSPROPERTY_BDA_OUTER_FEC_RATE","features":[438]},{"name":"KSPROPERTY_BDA_OUTER_FEC_TYPE","features":[438]},{"name":"KSPROPERTY_BDA_PIDFILTER","features":[438]},{"name":"KSPROPERTY_BDA_PIDFILTER_LIST_PIDS","features":[438]},{"name":"KSPROPERTY_BDA_PIDFILTER_MAP_PIDS","features":[438]},{"name":"KSPROPERTY_BDA_PIDFILTER_UNMAP_PIDS","features":[438]},{"name":"KSPROPERTY_BDA_PILOT","features":[438]},{"name":"KSPROPERTY_BDA_PIN_CONTROL","features":[438]},{"name":"KSPROPERTY_BDA_PIN_EVENT","features":[438]},{"name":"KSPROPERTY_BDA_PIN_ID","features":[438]},{"name":"KSPROPERTY_BDA_PIN_TYPE","features":[438]},{"name":"KSPROPERTY_BDA_PIN_TYPES","features":[438]},{"name":"KSPROPERTY_BDA_PLP_NUMBER","features":[438]},{"name":"KSPROPERTY_BDA_RF_TUNER_BANDWIDTH","features":[438]},{"name":"KSPROPERTY_BDA_RF_TUNER_CAPS","features":[438]},{"name":"KSPROPERTY_BDA_RF_TUNER_CAPS_S","features":[438,439]},{"name":"KSPROPERTY_BDA_RF_TUNER_FREQUENCY","features":[438]},{"name":"KSPROPERTY_BDA_RF_TUNER_FREQUENCY_MULTIPLIER","features":[438]},{"name":"KSPROPERTY_BDA_RF_TUNER_POLARITY","features":[438]},{"name":"KSPROPERTY_BDA_RF_TUNER_RANGE","features":[438]},{"name":"KSPROPERTY_BDA_RF_TUNER_SCAN_STATUS","features":[438]},{"name":"KSPROPERTY_BDA_RF_TUNER_SCAN_STATUS_S","features":[438,439]},{"name":"KSPROPERTY_BDA_RF_TUNER_STANDARD","features":[438]},{"name":"KSPROPERTY_BDA_RF_TUNER_STANDARD_MODE","features":[438]},{"name":"KSPROPERTY_BDA_RF_TUNER_STANDARD_MODE_S","features":[305,438,439]},{"name":"KSPROPERTY_BDA_RF_TUNER_STANDARD_S","features":[438,439]},{"name":"KSPROPERTY_BDA_RF_TUNER_TRANSPONDER","features":[438]},{"name":"KSPROPERTY_BDA_ROLL_OFF","features":[438]},{"name":"KSPROPERTY_BDA_SAMPLE_TIME","features":[438]},{"name":"KSPROPERTY_BDA_SIGNALTIMEOUTS","features":[438]},{"name":"KSPROPERTY_BDA_SIGNAL_LOCKED","features":[438]},{"name":"KSPROPERTY_BDA_SIGNAL_LOCK_CAPS","features":[438]},{"name":"KSPROPERTY_BDA_SIGNAL_LOCK_TYPE","features":[438]},{"name":"KSPROPERTY_BDA_SIGNAL_PRESENT","features":[438]},{"name":"KSPROPERTY_BDA_SIGNAL_QUALITY","features":[438]},{"name":"KSPROPERTY_BDA_SIGNAL_STATS","features":[438]},{"name":"KSPROPERTY_BDA_SIGNAL_STRENGTH","features":[438]},{"name":"KSPROPERTY_BDA_SPECTRAL_INVERSION","features":[438]},{"name":"KSPROPERTY_BDA_SYMBOL_RATE","features":[438]},{"name":"KSPROPERTY_BDA_TABLE_SECTION","features":[438]},{"name":"KSPROPERTY_BDA_TEMPLATE_CONNECTIONS","features":[438]},{"name":"KSPROPERTY_BDA_TOPOLOGY","features":[438]},{"name":"KSPROPERTY_BDA_TRANSMISSION_MODE","features":[438]},{"name":"KSPROPERTY_BDA_VOID_TRANSFORM","features":[438]},{"name":"KSPROPERTY_BDA_VOID_TRANSFORM_START","features":[438]},{"name":"KSPROPERTY_BDA_VOID_TRANSFORM_STOP","features":[438]},{"name":"KSPROPERTY_IDS_BDA_TABLE","features":[438]},{"name":"KSPROPSETID_BdaAutodemodulate","features":[438]},{"name":"KSPROPSETID_BdaCA","features":[438]},{"name":"KSPROPSETID_BdaDigitalDemodulator","features":[438]},{"name":"KSPROPSETID_BdaDiseqCommand","features":[438]},{"name":"KSPROPSETID_BdaEthernetFilter","features":[438]},{"name":"KSPROPSETID_BdaFrequencyFilter","features":[438]},{"name":"KSPROPSETID_BdaIPv4Filter","features":[438]},{"name":"KSPROPSETID_BdaIPv6Filter","features":[438]},{"name":"KSPROPSETID_BdaLNBInfo","features":[438]},{"name":"KSPROPSETID_BdaNullTransform","features":[438]},{"name":"KSPROPSETID_BdaPIDFilter","features":[438]},{"name":"KSPROPSETID_BdaPinControl","features":[438]},{"name":"KSPROPSETID_BdaSignalStats","features":[438]},{"name":"KSPROPSETID_BdaTableSection","features":[438]},{"name":"KSPROPSETID_BdaTopology","features":[438]},{"name":"KSPROPSETID_BdaVoidTransform","features":[438]},{"name":"KSP_BDA_NODE_PIN","features":[438,439]},{"name":"KSP_NODE_ESPID","features":[438,439]},{"name":"KS_DATARANGE_BDA_ANTENNA","features":[438,439]},{"name":"KS_DATARANGE_BDA_TRANSPORT","features":[438,439]},{"name":"LIC_BadLicense","features":[438]},{"name":"LIC_Expired","features":[438]},{"name":"LIC_ExtenderBlocked","features":[438]},{"name":"LIC_NeedActivation","features":[438]},{"name":"LIC_NeedIndiv","features":[438]},{"name":"LONG_SECTION","features":[438]},{"name":"LanguageComponentType","features":[438]},{"name":"LanguageInfo","features":[438]},{"name":"LastReservedDeviceDispid","features":[438]},{"name":"LastReservedDeviceEvent","features":[438]},{"name":"LicenseEventBlockReason","features":[438]},{"name":"Locator","features":[438]},{"name":"MAX_COUNTRY_CODE_STRING","features":[438]},{"name":"MEDIASUBTYPE_CPFilters_Processed","features":[438]},{"name":"MEDIASUBTYPE_ETDTFilter_Tagged","features":[438]},{"name":"MPAA","features":[438]},{"name":"MPAA_G","features":[438]},{"name":"MPAA_IsBlocked","features":[438]},{"name":"MPAA_NC17","features":[438]},{"name":"MPAA_NotApplicable","features":[438]},{"name":"MPAA_NotRated","features":[438]},{"name":"MPAA_PG","features":[438]},{"name":"MPAA_PG13","features":[438]},{"name":"MPAA_R","features":[438]},{"name":"MPAA_ValidAttrSubmask","features":[438]},{"name":"MPAA_X","features":[438]},{"name":"MPEG2Component","features":[438]},{"name":"MPEG2ComponentType","features":[438]},{"name":"MPEG2TuneRequest","features":[438]},{"name":"MPEG2TuneRequestFactory","features":[438]},{"name":"MPEG2_FILTER","features":[305,438]},{"name":"MPEG2_FILTER2","features":[305,438]},{"name":"MPEG2_FILTER_VERSION_1_SIZE","features":[438]},{"name":"MPEG2_FILTER_VERSION_2_SIZE","features":[438]},{"name":"MPEG_BCS_DEMUX","features":[438]},{"name":"MPEG_CAT_PID","features":[438]},{"name":"MPEG_CAT_TID","features":[438]},{"name":"MPEG_CONTEXT","features":[438]},{"name":"MPEG_CONTEXT_BCS_DEMUX","features":[438]},{"name":"MPEG_CONTEXT_TYPE","features":[438]},{"name":"MPEG_CONTEXT_WINSOCK","features":[438]},{"name":"MPEG_CURRENT_NEXT_BIT","features":[438]},{"name":"MPEG_DATE","features":[438]},{"name":"MPEG_DATE_AND_TIME","features":[438]},{"name":"MPEG_HEADER_BITS","features":[438]},{"name":"MPEG_HEADER_BITS_MIDL","features":[438]},{"name":"MPEG_HEADER_VERSION_BITS","features":[438]},{"name":"MPEG_HEADER_VERSION_BITS_MIDL","features":[438]},{"name":"MPEG_PACKET_LIST","features":[438]},{"name":"MPEG_PAT_PID","features":[438]},{"name":"MPEG_PAT_TID","features":[438]},{"name":"MPEG_PMT_TID","features":[438]},{"name":"MPEG_REQUEST_TYPE","features":[438]},{"name":"MPEG_RQST_GET_PES_STREAM","features":[438]},{"name":"MPEG_RQST_GET_SECTION","features":[438]},{"name":"MPEG_RQST_GET_SECTIONS_STREAM","features":[438]},{"name":"MPEG_RQST_GET_SECTION_ASYNC","features":[438]},{"name":"MPEG_RQST_GET_TABLE","features":[438]},{"name":"MPEG_RQST_GET_TABLE_ASYNC","features":[438]},{"name":"MPEG_RQST_GET_TS_STREAM","features":[438]},{"name":"MPEG_RQST_PACKET","features":[438]},{"name":"MPEG_RQST_START_MPE_STREAM","features":[438]},{"name":"MPEG_RQST_UNKNOWN","features":[438]},{"name":"MPEG_SECTION_IS_CURRENT","features":[438]},{"name":"MPEG_SECTION_IS_NEXT","features":[438]},{"name":"MPEG_SERVICE_REQUEST","features":[305,438]},{"name":"MPEG_SERVICE_RESPONSE","features":[438]},{"name":"MPEG_STREAM_BUFFER","features":[438]},{"name":"MPEG_STREAM_FILTER","features":[305,438]},{"name":"MPEG_TIME","features":[438]},{"name":"MPEG_TSDT_PID","features":[438]},{"name":"MPEG_TSDT_TID","features":[438]},{"name":"MPEG_WINSOCK","features":[438]},{"name":"MPE_ELEMENT","features":[438]},{"name":"MSEventBinder","features":[438]},{"name":"MSVIDCTL_ALT","features":[438]},{"name":"MSVIDCTL_CTRL","features":[438]},{"name":"MSVIDCTL_LEFT_BUTTON","features":[438]},{"name":"MSVIDCTL_MIDDLE_BUTTON","features":[438]},{"name":"MSVIDCTL_RIGHT_BUTTON","features":[438]},{"name":"MSVIDCTL_SHIFT","features":[438]},{"name":"MSVIDCTL_X_BUTTON1","features":[438]},{"name":"MSVIDCTL_X_BUTTON2","features":[438]},{"name":"MSVidAnalogCaptureToCCA","features":[438]},{"name":"MSVidAnalogCaptureToDataServices","features":[438]},{"name":"MSVidAnalogCaptureToOverlayMixer","features":[438]},{"name":"MSVidAnalogCaptureToStreamBufferSink","features":[438]},{"name":"MSVidAnalogCaptureToXDS","features":[438]},{"name":"MSVidAnalogTVToEncoder","features":[438]},{"name":"MSVidAnalogTunerDevice","features":[438]},{"name":"MSVidAudioRenderer","features":[438]},{"name":"MSVidAudioRendererDevices","features":[438]},{"name":"MSVidBDATunerDevice","features":[438]},{"name":"MSVidCCA","features":[438]},{"name":"MSVidCCAToStreamBufferSink","features":[438]},{"name":"MSVidCCService","features":[438]},{"name":"MSVidCCToAR","features":[438]},{"name":"MSVidCCToVMR","features":[438]},{"name":"MSVidClosedCaptioning","features":[438]},{"name":"MSVidClosedCaptioningSI","features":[438]},{"name":"MSVidCtl","features":[438]},{"name":"MSVidCtlButtonstate","features":[438]},{"name":"MSVidCtlStateList","features":[438]},{"name":"MSVidDataServices","features":[438]},{"name":"MSVidDataServicesToStreamBufferSink","features":[438]},{"name":"MSVidDataServicesToXDS","features":[438]},{"name":"MSVidDevice","features":[438]},{"name":"MSVidDevice2","features":[438]},{"name":"MSVidDigitalCaptureToCCA","features":[438]},{"name":"MSVidDigitalCaptureToITV","features":[438]},{"name":"MSVidDigitalCaptureToStreamBufferSink","features":[438]},{"name":"MSVidEVR","features":[438]},{"name":"MSVidEncoder","features":[438]},{"name":"MSVidEncoderToStreamBufferSink","features":[438]},{"name":"MSVidFeature","features":[438]},{"name":"MSVidFeatures","features":[438]},{"name":"MSVidFilePlaybackDevice","features":[438]},{"name":"MSVidFilePlaybackToAudioRenderer","features":[438]},{"name":"MSVidFilePlaybackToVideoRenderer","features":[438]},{"name":"MSVidGenericComposite","features":[438]},{"name":"MSVidGenericSink","features":[438]},{"name":"MSVidITVCapture","features":[438]},{"name":"MSVidITVPlayback","features":[438]},{"name":"MSVidITVToStreamBufferSink","features":[438]},{"name":"MSVidInputDevice","features":[438]},{"name":"MSVidInputDevices","features":[438]},{"name":"MSVidMPEG2DecoderToClosedCaptioning","features":[438]},{"name":"MSVidOutput","features":[438]},{"name":"MSVidOutputDevices","features":[438]},{"name":"MSVidRect","features":[438]},{"name":"MSVidSBESourceToCC","features":[438]},{"name":"MSVidSBESourceToGenericSink","features":[438]},{"name":"MSVidSBESourceToITV","features":[438]},{"name":"MSVidSEG_DEST","features":[438]},{"name":"MSVidSEG_SOURCE","features":[438]},{"name":"MSVidSEG_XFORM","features":[438]},{"name":"MSVidSegmentType","features":[438]},{"name":"MSVidSinkStreams","features":[438]},{"name":"MSVidSink_Audio","features":[438]},{"name":"MSVidSink_Other","features":[438]},{"name":"MSVidSink_Video","features":[438]},{"name":"MSVidStreamBufferRecordingControl","features":[438]},{"name":"MSVidStreamBufferSink","features":[438]},{"name":"MSVidStreamBufferSource","features":[438]},{"name":"MSVidStreamBufferSourceToVideoRenderer","features":[438]},{"name":"MSVidStreamBufferV2Source","features":[438]},{"name":"MSVidVMR9","features":[438]},{"name":"MSVidVideoInputDevice","features":[438]},{"name":"MSVidVideoPlaybackDevice","features":[438]},{"name":"MSVidVideoRenderer","features":[438]},{"name":"MSVidVideoRendererDevices","features":[438]},{"name":"MSVidWebDVD","features":[438]},{"name":"MSVidWebDVDAdm","features":[438]},{"name":"MSVidWebDVDToAudioRenderer","features":[438]},{"name":"MSVidWebDVDToVideoRenderer","features":[438]},{"name":"MSVidXDS","features":[438]},{"name":"MSViddispidList","features":[438]},{"name":"Mpeg2Data","features":[438]},{"name":"Mpeg2DataLib","features":[438]},{"name":"Mpeg2Stream","features":[438]},{"name":"Mpeg2TableSampleHdr","features":[438]},{"name":"OCUR_PAIRING_PROTOCOL_VERSION","features":[438]},{"name":"PARENTAL_CONTROL_ATTRIB_DIALOGUE","features":[438]},{"name":"PARENTAL_CONTROL_ATTRIB_FANTASY","features":[438]},{"name":"PARENTAL_CONTROL_ATTRIB_LANGUAGE","features":[438]},{"name":"PARENTAL_CONTROL_ATTRIB_SEXUAL","features":[438]},{"name":"PARENTAL_CONTROL_ATTRIB_VIOLENCE","features":[438]},{"name":"PARENTAL_CONTROL_CONTENT_RATING","features":[438]},{"name":"PARENTAL_CONTROL_TIME_RANGE","features":[438]},{"name":"PARENTAL_CONTROL_VALUE_UNDEFINED","features":[438]},{"name":"PBDA","features":[438]},{"name":"PBDAParentalControl","features":[438]},{"name":"PBDA_ALWAYS_TUNE_IN_MUX","features":[438]},{"name":"PBDA_PAIRING_PROTOCOL_VERSION","features":[438]},{"name":"PBDA_TAG_ATTRIBUTE","features":[438]},{"name":"PIC_SEQ_SAMPLE","features":[438]},{"name":"PIDListSpanningEvent","features":[438]},{"name":"PID_BITS","features":[438]},{"name":"PID_BITS_MIDL","features":[438]},{"name":"PINNAME_BDA_ANALOG_AUDIO","features":[438]},{"name":"PINNAME_BDA_ANALOG_VIDEO","features":[438]},{"name":"PINNAME_BDA_FM_RADIO","features":[438]},{"name":"PINNAME_BDA_IF_PIN","features":[438]},{"name":"PINNAME_BDA_OPENCABLE_PSIP_PIN","features":[438]},{"name":"PINNAME_BDA_TRANSPORT","features":[438]},{"name":"PINNAME_IPSINK_INPUT","features":[438]},{"name":"PINNAME_MPE","features":[438]},{"name":"PROT_COPY_BF","features":[438]},{"name":"PROT_COPY_CN_RECORDING_STOP","features":[438]},{"name":"PROT_COPY_FREE","features":[438]},{"name":"PROT_COPY_FREE_CIT","features":[438]},{"name":"PROT_COPY_FREE_SECURE","features":[438]},{"name":"PROT_COPY_INVALID","features":[438]},{"name":"PROT_COPY_NEVER","features":[438]},{"name":"PROT_COPY_NEVER_REALLY","features":[438]},{"name":"PROT_COPY_NO_MORE","features":[438]},{"name":"PROT_COPY_ONCE","features":[438]},{"name":"PersistTuneXmlUtility","features":[438]},{"name":"PositionModeList","features":[438]},{"name":"ProgramElement","features":[438]},{"name":"ProtType","features":[438]},{"name":"RATING_ATTRIBUTE","features":[438]},{"name":"RATING_INFO","features":[438]},{"name":"RATING_SYSTEM","features":[438]},{"name":"RECORDING_STARTED","features":[438]},{"name":"RECORDING_STOPPED","features":[438]},{"name":"RECORDING_TYPE","features":[438]},{"name":"RECORDING_TYPE_CONTENT","features":[438]},{"name":"RECORDING_TYPE_REFERENCE","features":[438]},{"name":"REFERENCE","features":[438]},{"name":"REQUIRED_PARENTAL_CONTROL_TIME_RANGE","features":[438]},{"name":"REVOKED_APP_STUB","features":[438]},{"name":"REVOKED_COPP","features":[438]},{"name":"REVOKED_MAX_TYPES","features":[438]},{"name":"REVOKED_SAC","features":[438]},{"name":"REVOKED_SECURE_PIPELINE","features":[438]},{"name":"RecordingType","features":[438]},{"name":"Reserved4","features":[438]},{"name":"Reserved7","features":[438]},{"name":"RevokedComponent","features":[438]},{"name":"SAMPLE_LIVE_STREAM_TIME","features":[438]},{"name":"SAMPLE_SEQ_CONTENT_B_FRAME","features":[438]},{"name":"SAMPLE_SEQ_CONTENT_I_FRAME","features":[438]},{"name":"SAMPLE_SEQ_CONTENT_NONREF_FRAME","features":[438]},{"name":"SAMPLE_SEQ_CONTENT_P_FRAME","features":[438]},{"name":"SAMPLE_SEQ_CONTENT_REF_FRAME","features":[438]},{"name":"SAMPLE_SEQ_CONTENT_STANDALONE_FRAME","features":[438]},{"name":"SAMPLE_SEQ_CONTENT_UNKNOWN","features":[438]},{"name":"SAMPLE_SEQ_FRAME_START","features":[438]},{"name":"SAMPLE_SEQ_GOP_HEADER","features":[438]},{"name":"SAMPLE_SEQ_OFFSET","features":[438]},{"name":"SAMPLE_SEQ_PICTURE_HEADER","features":[438]},{"name":"SAMPLE_SEQ_SEEK_POINT","features":[438]},{"name":"SAMPLE_SEQ_SEQUENCE_HEADER","features":[438]},{"name":"SAMPLE_SEQ_SEQUENCE_START","features":[438]},{"name":"SBE2_STREAM_DESC","features":[438]},{"name":"SBE2_STREAM_DESC_EVENT","features":[438]},{"name":"SBE2_STREAM_DESC_VERSION","features":[438]},{"name":"SBE2_V1_STREAMS_CREATION_EVENT","features":[438]},{"name":"SBE2_V2_STREAMS_CREATION_EVENT","features":[438]},{"name":"SBE_PIN_DATA","features":[438]},{"name":"SCTE_EAS_IB_PID","features":[438]},{"name":"SCTE_EAS_OOB_PID","features":[438]},{"name":"SCTE_EAS_TID","features":[438]},{"name":"SECTION","features":[438]},{"name":"SID_DRMSecureServiceChannel","features":[438]},{"name":"SID_MSVidCtl_CurrentAudioEndpoint","features":[438]},{"name":"STATE_PAUSE","features":[438]},{"name":"STATE_PLAY","features":[438]},{"name":"STATE_STOP","features":[438]},{"name":"STATE_UNBUILT","features":[438]},{"name":"STRCONV_MODE_DVB","features":[438]},{"name":"STRCONV_MODE_DVB_EMPHASIS","features":[438]},{"name":"STRCONV_MODE_DVB_WITHOUT_EMPHASIS","features":[438]},{"name":"STRCONV_MODE_ISDB","features":[438]},{"name":"STREAMBUFFER_ATTRIBUTE","features":[438]},{"name":"STREAMBUFFER_ATTR_DATATYPE","features":[438]},{"name":"STREAMBUFFER_EC_BASE","features":[438]},{"name":"STREAMBUFFER_EC_CONTENT_BECOMING_STALE","features":[438]},{"name":"STREAMBUFFER_EC_PRIMARY_AUDIO","features":[438]},{"name":"STREAMBUFFER_EC_RATE_CHANGED","features":[438]},{"name":"STREAMBUFFER_EC_RATE_CHANGING_FOR_SETPOSITIONS","features":[438]},{"name":"STREAMBUFFER_EC_READ_FAILURE","features":[438]},{"name":"STREAMBUFFER_EC_SETPOSITIONS_EVENTS_DONE","features":[438]},{"name":"STREAMBUFFER_EC_STALE_DATA_READ","features":[438]},{"name":"STREAMBUFFER_EC_STALE_FILE_DELETED","features":[438]},{"name":"STREAMBUFFER_EC_TIMEHOLE","features":[438]},{"name":"STREAMBUFFER_EC_WRITE_FAILURE","features":[438]},{"name":"STREAMBUFFER_EC_WRITE_FAILURE_CLEAR","features":[438]},{"name":"STREAMBUFFER_TYPE_BINARY","features":[438]},{"name":"STREAMBUFFER_TYPE_BOOL","features":[438]},{"name":"STREAMBUFFER_TYPE_DWORD","features":[438]},{"name":"STREAMBUFFER_TYPE_GUID","features":[438]},{"name":"STREAMBUFFER_TYPE_QWORD","features":[438]},{"name":"STREAMBUFFER_TYPE_STRING","features":[438]},{"name":"STREAMBUFFER_TYPE_WORD","features":[438]},{"name":"SectionList","features":[438]},{"name":"SegDispidList","features":[438]},{"name":"SegEventidList","features":[438]},{"name":"SignalAndServiceStatusSpanningEvent_AllAVScrambled","features":[438]},{"name":"SignalAndServiceStatusSpanningEvent_Clear","features":[438]},{"name":"SignalAndServiceStatusSpanningEvent_NoSubscription","features":[438]},{"name":"SignalAndServiceStatusSpanningEvent_NoTVSignal","features":[438]},{"name":"SignalAndServiceStatusSpanningEvent_None","features":[438]},{"name":"SignalAndServiceStatusSpanningEvent_ServiceOffAir","features":[438]},{"name":"SignalAndServiceStatusSpanningEvent_State","features":[438]},{"name":"SignalAndServiceStatusSpanningEvent_WeakTVSignal","features":[438]},{"name":"SourceSizeList","features":[438]},{"name":"SpanningEventDescriptor","features":[438]},{"name":"SpanningEventEmmMessage","features":[438]},{"name":"System5","features":[438]},{"name":"System6","features":[438]},{"name":"SystemTuningSpaces","features":[438]},{"name":"TID_EXTENSION","features":[438]},{"name":"TIFLoad","features":[438]},{"name":"TRANSPORT_PROPERTIES","features":[438]},{"name":"TenthsSecondsMode","features":[438]},{"name":"TuneRequest","features":[438]},{"name":"TunerMarshaler","features":[438]},{"name":"TuningSpace","features":[438]},{"name":"TvRat_0","features":[438]},{"name":"TvRat_1","features":[438]},{"name":"TvRat_10","features":[438]},{"name":"TvRat_11","features":[438]},{"name":"TvRat_12","features":[438]},{"name":"TvRat_13","features":[438]},{"name":"TvRat_14","features":[438]},{"name":"TvRat_15","features":[438]},{"name":"TvRat_16","features":[438]},{"name":"TvRat_17","features":[438]},{"name":"TvRat_18","features":[438]},{"name":"TvRat_19","features":[438]},{"name":"TvRat_2","features":[438]},{"name":"TvRat_20","features":[438]},{"name":"TvRat_21","features":[438]},{"name":"TvRat_3","features":[438]},{"name":"TvRat_4","features":[438]},{"name":"TvRat_5","features":[438]},{"name":"TvRat_6","features":[438]},{"name":"TvRat_7","features":[438]},{"name":"TvRat_8","features":[438]},{"name":"TvRat_9","features":[438]},{"name":"TvRat_LevelDontKnow","features":[438]},{"name":"TvRat_SystemDontKnow","features":[438]},{"name":"TvRat_Unblock","features":[438]},{"name":"TvRat_kLevels","features":[438]},{"name":"TvRat_kSystems","features":[438]},{"name":"UDCR_TAG","features":[305,438]},{"name":"US_TV","features":[438]},{"name":"US_TV_14","features":[438]},{"name":"US_TV_G","features":[438]},{"name":"US_TV_IsAdultLanguage","features":[438]},{"name":"US_TV_IsBlocked","features":[438]},{"name":"US_TV_IsSexualSituation","features":[438]},{"name":"US_TV_IsSexuallySuggestiveDialog","features":[438]},{"name":"US_TV_IsViolent","features":[438]},{"name":"US_TV_MA","features":[438]},{"name":"US_TV_None","features":[438]},{"name":"US_TV_None7","features":[438]},{"name":"US_TV_PG","features":[438]},{"name":"US_TV_ValidAttrSubmask","features":[438]},{"name":"US_TV_Y","features":[438]},{"name":"US_TV_Y7","features":[438]},{"name":"VA_COLOR_PRIMARIES","features":[438]},{"name":"VA_MATRIX_COEFFICIENTS","features":[438]},{"name":"VA_MATRIX_COEFF_FCC","features":[438]},{"name":"VA_MATRIX_COEFF_H264_RGB","features":[438]},{"name":"VA_MATRIX_COEFF_H264_YCgCo","features":[438]},{"name":"VA_MATRIX_COEFF_ITU_R_BT_470_SYSTEM_B_G","features":[438]},{"name":"VA_MATRIX_COEFF_ITU_R_BT_709","features":[438]},{"name":"VA_MATRIX_COEFF_SMPTE_170M","features":[438]},{"name":"VA_MATRIX_COEFF_SMPTE_240M","features":[438]},{"name":"VA_MATRIX_COEFF_UNSPECIFIED","features":[438]},{"name":"VA_OPTIONAL_VIDEO_PROPERTIES","features":[438]},{"name":"VA_PRIMARIES_H264_GENERIC_FILM","features":[438]},{"name":"VA_PRIMARIES_ITU_R_BT_470_SYSTEM_B_G","features":[438]},{"name":"VA_PRIMARIES_ITU_R_BT_470_SYSTEM_M","features":[438]},{"name":"VA_PRIMARIES_ITU_R_BT_709","features":[438]},{"name":"VA_PRIMARIES_SMPTE_170M","features":[438]},{"name":"VA_PRIMARIES_SMPTE_240M","features":[438]},{"name":"VA_PRIMARIES_UNSPECIFIED","features":[438]},{"name":"VA_TRANSFER_CHARACTERISTICS","features":[438]},{"name":"VA_TRANSFER_CHARACTERISTICS_H264_LOG_100_TO_1","features":[438]},{"name":"VA_TRANSFER_CHARACTERISTICS_H264_LOG_316_TO_1","features":[438]},{"name":"VA_TRANSFER_CHARACTERISTICS_ITU_R_BT_470_SYSTEM_B_G","features":[438]},{"name":"VA_TRANSFER_CHARACTERISTICS_ITU_R_BT_470_SYSTEM_M","features":[438]},{"name":"VA_TRANSFER_CHARACTERISTICS_ITU_R_BT_709","features":[438]},{"name":"VA_TRANSFER_CHARACTERISTICS_LINEAR","features":[438]},{"name":"VA_TRANSFER_CHARACTERISTICS_SMPTE_170M","features":[438]},{"name":"VA_TRANSFER_CHARACTERISTICS_SMPTE_240M","features":[438]},{"name":"VA_TRANSFER_CHARACTERISTICS_UNSPECIFIED","features":[438]},{"name":"VA_VIDEO_COMPONENT","features":[438]},{"name":"VA_VIDEO_FORMAT","features":[438]},{"name":"VA_VIDEO_MAC","features":[438]},{"name":"VA_VIDEO_NTSC","features":[438]},{"name":"VA_VIDEO_PAL","features":[438]},{"name":"VA_VIDEO_SECAM","features":[438]},{"name":"VA_VIDEO_UNSPECIFIED","features":[438]},{"name":"WMDRMProtectionInfo","features":[438]},{"name":"XDSCodec","features":[438]},{"name":"XDSToRat","features":[438]},{"name":"_IMSVidCtlEvents","features":[438,358]},{"name":"dispidAVAudioChannelConfigEvent","features":[438]},{"name":"dispidAVAudioChannelCountEvent","features":[438]},{"name":"dispidAVAudioSampleRateEvent","features":[438]},{"name":"dispidAVDDSurroundModeEvent","features":[438]},{"name":"dispidAVDecAudioDualMonoEvent","features":[438]},{"name":"dispidAVDecCommonInputFormatEvent","features":[438]},{"name":"dispidAVDecCommonMeanBitRateEvent","features":[438]},{"name":"dispidAVDecCommonOutputFormatEvent","features":[438]},{"name":"dispidAllocPresentID","features":[438]},{"name":"dispidAlloctor","features":[438]},{"name":"dispidAudioRenderer","features":[438]},{"name":"dispidAudioRenderers","features":[438]},{"name":"dispidAuxInputs","features":[438]},{"name":"dispidAvailableSourceRect","features":[438]},{"name":"dispidBookmarkOnStop","features":[438]},{"name":"dispidBuild","features":[438]},{"name":"dispidCCEnable","features":[438]},{"name":"dispidCLSID","features":[438]},{"name":"dispidCapture","features":[438]},{"name":"dispidChangePassword","features":[438]},{"name":"dispidChannelAvailable","features":[438]},{"name":"dispidClip","features":[438]},{"name":"dispidClippedSourceRect","features":[438]},{"name":"dispidColorKey","features":[438]},{"name":"dispidConfirmPassword","features":[438]},{"name":"dispidCount","features":[438]},{"name":"dispidCustomCompositorClass","features":[438]},{"name":"dispidDecompose","features":[438]},{"name":"dispidDefaultAudioLCID","features":[438]},{"name":"dispidDefaultMenuLCID","features":[438]},{"name":"dispidDefaultSubpictureLCID","features":[438]},{"name":"dispidDevAudioFrequency","features":[438]},{"name":"dispidDevAudioSubchannel","features":[438]},{"name":"dispidDevBalance","features":[438]},{"name":"dispidDevCanStep","features":[438]},{"name":"dispidDevCountryCode","features":[438]},{"name":"dispidDevFileName","features":[438]},{"name":"dispidDevImageSourceHeight","features":[438]},{"name":"dispidDevImageSourceWidth","features":[438]},{"name":"dispidDevOverScan","features":[438]},{"name":"dispidDevPause","features":[438]},{"name":"dispidDevPower","features":[438]},{"name":"dispidDevRun","features":[438]},{"name":"dispidDevSAP","features":[438]},{"name":"dispidDevStep","features":[438]},{"name":"dispidDevStop","features":[438]},{"name":"dispidDevVideoFrequency","features":[438]},{"name":"dispidDevVideoSubchannel","features":[438]},{"name":"dispidDevView","features":[438]},{"name":"dispidDevVolume","features":[438]},{"name":"dispidDevicePath","features":[438]},{"name":"dispidDisableAudio","features":[438]},{"name":"dispidDisableVideo","features":[438]},{"name":"dispidDisplayChange","features":[438]},{"name":"dispidDisplaySize","features":[438]},{"name":"dispidFeatures","features":[438]},{"name":"dispidGetParentalCountry","features":[438]},{"name":"dispidGetParentalLevel","features":[438]},{"name":"dispidInput","features":[438]},{"name":"dispidInputs","features":[438]},{"name":"dispidKSCat","features":[438]},{"name":"dispidMaintainAspectRatio","features":[438]},{"name":"dispidMaxVidRect","features":[438]},{"name":"dispidMediaPosition","features":[438]},{"name":"dispidMessageDrain","features":[438]},{"name":"dispidMinVidRect","features":[438]},{"name":"dispidMixerBitmap","features":[438]},{"name":"dispidMixerBitmapOpacity","features":[438]},{"name":"dispidMixerBitmapRect","features":[438]},{"name":"dispidModes","features":[438]},{"name":"dispidName","features":[438]},{"name":"dispidNameSetLock","features":[438]},{"name":"dispidOutput","features":[438]},{"name":"dispidOutputs","features":[438]},{"name":"dispidOwner","features":[438]},{"name":"dispidPause","features":[438]},{"name":"dispidRateEx","features":[438]},{"name":"dispidRePaint","features":[438]},{"name":"dispidRecordingAttribute","features":[438]},{"name":"dispidRequestedClipRect","features":[438]},{"name":"dispidRun","features":[438]},{"name":"dispidSBEConfigure","features":[438]},{"name":"dispidSaveParentalCountry","features":[438]},{"name":"dispidSaveParentalLevel","features":[438]},{"name":"dispidSegment","features":[438]},{"name":"dispidSelectedFeatures","features":[438]},{"name":"dispidService","features":[438]},{"name":"dispidServiceP","features":[438]},{"name":"dispidSetAllocator","features":[438]},{"name":"dispidSetMinSeek","features":[438]},{"name":"dispidSetSinkFilter","features":[438]},{"name":"dispidSetupMixerBitmap","features":[438]},{"name":"dispidSourceSize","features":[438]},{"name":"dispidStateChange","features":[438]},{"name":"dispidStatus","features":[438]},{"name":"dispidStop","features":[438]},{"name":"dispidStreamBufferContentRecording","features":[438]},{"name":"dispidStreamBufferReferenceRecording","features":[438]},{"name":"dispidStreamBufferSinkName","features":[438]},{"name":"dispidStreamBufferSourceName","features":[438]},{"name":"dispidTS","features":[438]},{"name":"dispidTVFormats","features":[438]},{"name":"dispidTeleTextFilter","features":[438]},{"name":"dispidTune","features":[438]},{"name":"dispidTuneChan","features":[438]},{"name":"dispidUnlockProfile","features":[438]},{"name":"dispidUserEvent","features":[438]},{"name":"dispidUsingOverlay","features":[438]},{"name":"dispidVideoRenderer","features":[438]},{"name":"dispidVideoRenderers","features":[438]},{"name":"dispidView","features":[438]},{"name":"dispidViewNext","features":[438]},{"name":"dispidViewable","features":[438]},{"name":"dispidVisible","features":[438]},{"name":"dispid_AcceptParentalLevelChange","features":[438]},{"name":"dispid_ActivateAtPosition","features":[438]},{"name":"dispid_ActivateButton","features":[438]},{"name":"dispid_AddFilter","features":[438]},{"name":"dispid_Allocator","features":[438]},{"name":"dispid_AnglesAvailable","features":[438]},{"name":"dispid_AudioStreamsAvailable","features":[438]},{"name":"dispid_BlockUnrated","features":[438]},{"name":"dispid_Bookmark","features":[438]},{"name":"dispid_ButtonAtPosition","features":[438]},{"name":"dispid_ButtonRect","features":[438]},{"name":"dispid_CCActive","features":[438]},{"name":"dispid_CLSID","features":[438]},{"name":"dispid_CurrentAngle","features":[438]},{"name":"dispid_CurrentAudioStream","features":[438]},{"name":"dispid_CurrentCCService","features":[438]},{"name":"dispid_CurrentChapter","features":[438]},{"name":"dispid_CurrentDiscSide","features":[438]},{"name":"dispid_CurrentDomain","features":[438]},{"name":"dispid_CurrentRatings","features":[438]},{"name":"dispid_CurrentSubpictureStream","features":[438]},{"name":"dispid_CurrentTime","features":[438]},{"name":"dispid_CurrentTitle","features":[438]},{"name":"dispid_CurrentVolume","features":[438]},{"name":"dispid_CustomCompositor","features":[438]},{"name":"dispid_CustomCompositorClass","features":[438]},{"name":"dispid_DVDAdm","features":[438]},{"name":"dispid_DVDDirectory","features":[438]},{"name":"dispid_DVDScreenInMouseCoordinates","features":[438]},{"name":"dispid_DVDTextLanguageLCID","features":[438]},{"name":"dispid_DVDTextNumberOfLanguages","features":[438]},{"name":"dispid_DVDTextNumberOfStrings","features":[438]},{"name":"dispid_DVDTextString","features":[438]},{"name":"dispid_DVDTextStringType","features":[438]},{"name":"dispid_DVDTimeCode2bstr","features":[438]},{"name":"dispid_DVDUniqueID","features":[438]},{"name":"dispid_DecimateInput","features":[438]},{"name":"dispid_DefaultAudioLanguage","features":[438]},{"name":"dispid_DefaultAudioLanguageExt","features":[438]},{"name":"dispid_DefaultMenuLanguage","features":[438]},{"name":"dispid_DefaultSubpictureLanguage","features":[438]},{"name":"dispid_DefaultSubpictureLanguageExt","features":[438]},{"name":"dispid_DeleteBookmark","features":[438]},{"name":"dispid_Eject","features":[438]},{"name":"dispid_EnableResetOnStop","features":[438]},{"name":"dispid_FramesPerSecond","features":[438]},{"name":"dispid_GPRM","features":[438]},{"name":"dispid_Inputs","features":[438]},{"name":"dispid_IsAudioStreamEnabled","features":[438]},{"name":"dispid_IsEqualDevice","features":[438]},{"name":"dispid_IsSubpictureStreamEnabled","features":[438]},{"name":"dispid_KSCat","features":[438]},{"name":"dispid_KaraokeAudioPresentationMode","features":[438]},{"name":"dispid_KaraokeChannelAssignment","features":[438]},{"name":"dispid_KaraokeChannelContent","features":[438]},{"name":"dispid_LanguageFromLCID","features":[438]},{"name":"dispid_MaxRatingsLevel","features":[438]},{"name":"dispid_MixerBitmap","features":[438]},{"name":"dispid_NotifyParentalLevelChange","features":[438]},{"name":"dispid_NumberOfChapters","features":[438]},{"name":"dispid_Outputs","features":[438]},{"name":"dispid_PlayerParentalCountry","features":[438]},{"name":"dispid_PlayerParentalLevel","features":[438]},{"name":"dispid_PreferredSubpictureStream","features":[438]},{"name":"dispid_RecordingAttribute","features":[438]},{"name":"dispid_RegionChange","features":[438]},{"name":"dispid_RestoreBookmark","features":[438]},{"name":"dispid_RestorePreferredSettings","features":[438]},{"name":"dispid_SPRM","features":[438]},{"name":"dispid_SaveBookmark","features":[438]},{"name":"dispid_SelectAndActivateButton","features":[438]},{"name":"dispid_SelectAtPosition","features":[438]},{"name":"dispid_SelectDefaultAudioLanguage","features":[438]},{"name":"dispid_SelectDefaultSubpictureLanguage","features":[438]},{"name":"dispid_SelectLeftButton","features":[438]},{"name":"dispid_SelectLowerButton","features":[438]},{"name":"dispid_SelectParentalCountry","features":[438]},{"name":"dispid_SelectParentalLevel","features":[438]},{"name":"dispid_SelectRightButton","features":[438]},{"name":"dispid_SelectUpperButton","features":[438]},{"name":"dispid_SetAllocator","features":[438]},{"name":"dispid_SinkStreams","features":[438]},{"name":"dispid_SourceFilter","features":[438]},{"name":"dispid_SubpictureLanguage","features":[438]},{"name":"dispid_SubpictureOn","features":[438]},{"name":"dispid_SubpictureStreamsAvailable","features":[438]},{"name":"dispid_SuppressEffects","features":[438]},{"name":"dispid_TitleParentalLevels","features":[438]},{"name":"dispid_TitlesAvailable","features":[438]},{"name":"dispid_TotalTitleTime","features":[438]},{"name":"dispid_UOPValid","features":[438]},{"name":"dispid_UnratedDelay","features":[438]},{"name":"dispid_VolumesAvailable","features":[438]},{"name":"dispid__SourceFilter","features":[438]},{"name":"dispid_audiocounter","features":[438]},{"name":"dispid_audioencoderint","features":[438]},{"name":"dispid_audiolanguage","features":[438]},{"name":"dispid_buttonsavailable","features":[438]},{"name":"dispid_cccounter","features":[438]},{"name":"dispid_channelchangeint","features":[438]},{"name":"dispid_currentbutton","features":[438]},{"name":"dispid_playattime","features":[438]},{"name":"dispid_playattimeintitle","features":[438]},{"name":"dispid_playbackwards","features":[438]},{"name":"dispid_playchapter","features":[438]},{"name":"dispid_playchapterintitle","features":[438]},{"name":"dispid_playchaptersautostop","features":[438]},{"name":"dispid_playforwards","features":[438]},{"name":"dispid_playnextchapter","features":[438]},{"name":"dispid_playperiodintitleautostop","features":[438]},{"name":"dispid_playprevchapter","features":[438]},{"name":"dispid_playtitle","features":[438]},{"name":"dispid_replaychapter","features":[438]},{"name":"dispid_resetFilterList","features":[438]},{"name":"dispid_resume","features":[438]},{"name":"dispid_returnfromsubmenu","features":[438]},{"name":"dispid_showmenu","features":[438]},{"name":"dispid_stilloff","features":[438]},{"name":"dispid_videocounter","features":[438]},{"name":"dispid_videoencoderint","features":[438]},{"name":"dispid_wstcounter","features":[438]},{"name":"dispidaudio_analysis","features":[438]},{"name":"dispidaudioanalysis","features":[438]},{"name":"dispidaudiocounter","features":[438]},{"name":"dispidbind","features":[438]},{"name":"dispidcccounter","features":[438]},{"name":"dispiddata_analysis","features":[438]},{"name":"dispiddataanalysis","features":[438]},{"name":"dispidgetState","features":[438]},{"name":"dispidlength","features":[438]},{"name":"dispidlicenseerrorcode","features":[438]},{"name":"dispidposition","features":[438]},{"name":"dispidpositionmode","features":[438]},{"name":"dispidrate","features":[438]},{"name":"dispidrecordingstarted","features":[438]},{"name":"dispidrecordingstopped","features":[438]},{"name":"dispidrecordingtype","features":[438]},{"name":"dispidsbesource","features":[438]},{"name":"dispidstart","features":[438]},{"name":"dispidstarttime","features":[438]},{"name":"dispidstoptime","features":[438]},{"name":"dispidunbind","features":[438]},{"name":"dispidvideo_analysis","features":[438]},{"name":"dispidvideoanalysis","features":[438]},{"name":"dispidvideocounter","features":[438]},{"name":"dispidwstcounter","features":[438]},{"name":"dslDefaultSize","features":[438]},{"name":"dslDoubleSourceSize","features":[438]},{"name":"dslFullScreen","features":[438]},{"name":"dslHalfScreen","features":[438]},{"name":"dslHalfSourceSize","features":[438]},{"name":"dslQuarterScreen","features":[438]},{"name":"dslSixteenthScreen","features":[438]},{"name":"dslSourceSize","features":[438]},{"name":"dvdChannel_Audio","features":[438]},{"name":"dvdGeneral_Comments","features":[438]},{"name":"dvdGeneral_Name","features":[438]},{"name":"dvdMenu_Angle","features":[438]},{"name":"dvdMenu_Audio","features":[438]},{"name":"dvdMenu_Chapter","features":[438]},{"name":"dvdMenu_Root","features":[438]},{"name":"dvdMenu_Subpicture","features":[438]},{"name":"dvdMenu_Title","features":[438]},{"name":"dvdOther_Cut","features":[438]},{"name":"dvdOther_Scene","features":[438]},{"name":"dvdOther_Take","features":[438]},{"name":"dvdSPExt_CC_Big","features":[438]},{"name":"dvdSPExt_CC_Children","features":[438]},{"name":"dvdSPExt_CC_Normal","features":[438]},{"name":"dvdSPExt_Caption_Big","features":[438]},{"name":"dvdSPExt_Caption_Children","features":[438]},{"name":"dvdSPExt_Caption_Normal","features":[438]},{"name":"dvdSPExt_DirectorComments_Big","features":[438]},{"name":"dvdSPExt_DirectorComments_Children","features":[438]},{"name":"dvdSPExt_DirectorComments_Normal","features":[438]},{"name":"dvdSPExt_Forced","features":[438]},{"name":"dvdSPExt_NotSpecified","features":[438]},{"name":"dvdState_Paused","features":[438]},{"name":"dvdState_Running","features":[438]},{"name":"dvdState_Stopped","features":[438]},{"name":"dvdState_Undefined","features":[438]},{"name":"dvdState_Unitialized","features":[438]},{"name":"dvdStream_Angle","features":[438]},{"name":"dvdStream_Audio","features":[438]},{"name":"dvdStream_Subpicture","features":[438]},{"name":"dvdStruct_Cell","features":[438]},{"name":"dvdStruct_ParentalID","features":[438]},{"name":"dvdStruct_PartOfTitle","features":[438]},{"name":"dvdStruct_Title","features":[438]},{"name":"dvdStruct_Volume","features":[438]},{"name":"dvdTitle_Album","features":[438]},{"name":"dvdTitle_Movie","features":[438]},{"name":"dvdTitle_Orig_Album","features":[438]},{"name":"dvdTitle_Orig_Movie","features":[438]},{"name":"dvdTitle_Orig_Other","features":[438]},{"name":"dvdTitle_Orig_Series","features":[438]},{"name":"dvdTitle_Orig_Song","features":[438]},{"name":"dvdTitle_Orig_Video","features":[438]},{"name":"dvdTitle_Other","features":[438]},{"name":"dvdTitle_Series","features":[438]},{"name":"dvdTitle_Song","features":[438]},{"name":"dvdTitle_Sub_Album","features":[438]},{"name":"dvdTitle_Sub_Movie","features":[438]},{"name":"dvdTitle_Sub_Other","features":[438]},{"name":"dvdTitle_Sub_Series","features":[438]},{"name":"dvdTitle_Sub_Song","features":[438]},{"name":"dvdTitle_Sub_Video","features":[438]},{"name":"dvdTitle_Video","features":[438]},{"name":"eventidBroadcastEvent","features":[438]},{"name":"eventidBroadcastEventEx","features":[438]},{"name":"eventidCOPPBlocked","features":[438]},{"name":"eventidCOPPUnblocked","features":[438]},{"name":"eventidChangeCurrentAngle","features":[438]},{"name":"eventidChangeCurrentAudioStream","features":[438]},{"name":"eventidChangeCurrentSubpictureStream","features":[438]},{"name":"eventidChangeKaraokePresMode","features":[438]},{"name":"eventidChangeVideoPresMode","features":[438]},{"name":"eventidContentBecomingStale","features":[438]},{"name":"eventidContentPrimarilyAudio","features":[438]},{"name":"eventidDVDNotify","features":[438]},{"name":"eventidEncryptionOff","features":[438]},{"name":"eventidEncryptionOn","features":[438]},{"name":"eventidEndOfMedia","features":[438]},{"name":"eventidLicenseChange","features":[438]},{"name":"eventidOnTuneChanged","features":[438]},{"name":"eventidOverlayUnavailable","features":[438]},{"name":"eventidPauseOn","features":[438]},{"name":"eventidPlayAtTime","features":[438]},{"name":"eventidPlayAtTimeInTitle","features":[438]},{"name":"eventidPlayBackwards","features":[438]},{"name":"eventidPlayChapter","features":[438]},{"name":"eventidPlayChapterInTitle","features":[438]},{"name":"eventidPlayForwards","features":[438]},{"name":"eventidPlayNextChapter","features":[438]},{"name":"eventidPlayPrevChapter","features":[438]},{"name":"eventidPlayTitle","features":[438]},{"name":"eventidRateChange","features":[438]},{"name":"eventidRatingsBlocked","features":[438]},{"name":"eventidRatingsChanged","features":[438]},{"name":"eventidRatingsUnlocked","features":[438]},{"name":"eventidReplayChapter","features":[438]},{"name":"eventidResume","features":[438]},{"name":"eventidReturnFromSubmenu","features":[438]},{"name":"eventidSelectOrActivateButton","features":[438]},{"name":"eventidShowMenu","features":[438]},{"name":"eventidSinkCertificateFailure","features":[438]},{"name":"eventidSinkCertificateSuccess","features":[438]},{"name":"eventidSourceCertificateFailure","features":[438]},{"name":"eventidSourceCertificateSuccess","features":[438]},{"name":"eventidStaleDataRead","features":[438]},{"name":"eventidStaleFileDeleted","features":[438]},{"name":"eventidStateChange","features":[438]},{"name":"eventidStillOff","features":[438]},{"name":"eventidStop","features":[438]},{"name":"eventidTimeHole","features":[438]},{"name":"eventidWriteFailure","features":[438]},{"name":"eventidWriteFailureClear","features":[438]},{"name":"g_wszStreamBufferRecordingAlbumArtist","features":[438]},{"name":"g_wszStreamBufferRecordingAlbumCoverURL","features":[438]},{"name":"g_wszStreamBufferRecordingAlbumTitle","features":[438]},{"name":"g_wszStreamBufferRecordingAspectRatioX","features":[438]},{"name":"g_wszStreamBufferRecordingAspectRatioY","features":[438]},{"name":"g_wszStreamBufferRecordingAuthor","features":[438]},{"name":"g_wszStreamBufferRecordingBannerImageData","features":[438]},{"name":"g_wszStreamBufferRecordingBannerImageType","features":[438]},{"name":"g_wszStreamBufferRecordingBannerImageURL","features":[438]},{"name":"g_wszStreamBufferRecordingBitrate","features":[438]},{"name":"g_wszStreamBufferRecordingBroadcast","features":[438]},{"name":"g_wszStreamBufferRecordingComposer","features":[438]},{"name":"g_wszStreamBufferRecordingCopyright","features":[438]},{"name":"g_wszStreamBufferRecordingCopyrightURL","features":[438]},{"name":"g_wszStreamBufferRecordingCurrentBitrate","features":[438]},{"name":"g_wszStreamBufferRecordingDRM_Flags","features":[438]},{"name":"g_wszStreamBufferRecordingDRM_Level","features":[438]},{"name":"g_wszStreamBufferRecordingDescription","features":[438]},{"name":"g_wszStreamBufferRecordingDuration","features":[438]},{"name":"g_wszStreamBufferRecordingFileSize","features":[438]},{"name":"g_wszStreamBufferRecordingGenre","features":[438]},{"name":"g_wszStreamBufferRecordingGenreID","features":[438]},{"name":"g_wszStreamBufferRecordingHasArbitraryDataStream","features":[438]},{"name":"g_wszStreamBufferRecordingHasAttachedImages","features":[438]},{"name":"g_wszStreamBufferRecordingHasAudio","features":[438]},{"name":"g_wszStreamBufferRecordingHasFileTransferStream","features":[438]},{"name":"g_wszStreamBufferRecordingHasImage","features":[438]},{"name":"g_wszStreamBufferRecordingHasScript","features":[438]},{"name":"g_wszStreamBufferRecordingHasVideo","features":[438]},{"name":"g_wszStreamBufferRecordingIsVBR","features":[438]},{"name":"g_wszStreamBufferRecordingLyrics","features":[438]},{"name":"g_wszStreamBufferRecordingMCDI","features":[438]},{"name":"g_wszStreamBufferRecordingNSCAddress","features":[438]},{"name":"g_wszStreamBufferRecordingNSCDescription","features":[438]},{"name":"g_wszStreamBufferRecordingNSCEmail","features":[438]},{"name":"g_wszStreamBufferRecordingNSCName","features":[438]},{"name":"g_wszStreamBufferRecordingNSCPhone","features":[438]},{"name":"g_wszStreamBufferRecordingNumberOfFrames","features":[438]},{"name":"g_wszStreamBufferRecordingOptimalBitrate","features":[438]},{"name":"g_wszStreamBufferRecordingPromotionURL","features":[438]},{"name":"g_wszStreamBufferRecordingProtected","features":[438]},{"name":"g_wszStreamBufferRecordingRating","features":[438]},{"name":"g_wszStreamBufferRecordingSeekable","features":[438]},{"name":"g_wszStreamBufferRecordingSignature_Name","features":[438]},{"name":"g_wszStreamBufferRecordingSkipBackward","features":[438]},{"name":"g_wszStreamBufferRecordingSkipForward","features":[438]},{"name":"g_wszStreamBufferRecordingStridable","features":[438]},{"name":"g_wszStreamBufferRecordingTitle","features":[438]},{"name":"g_wszStreamBufferRecordingToolName","features":[438]},{"name":"g_wszStreamBufferRecordingToolVersion","features":[438]},{"name":"g_wszStreamBufferRecordingTrack","features":[438]},{"name":"g_wszStreamBufferRecordingTrackNumber","features":[438]},{"name":"g_wszStreamBufferRecordingTrusted","features":[438]},{"name":"g_wszStreamBufferRecordingUse_DRM","features":[438]},{"name":"g_wszStreamBufferRecordingYear","features":[438]},{"name":"sslClipByClipRect","features":[438]},{"name":"sslClipByOverScan","features":[438]},{"name":"sslFullSize","features":[438]}],"441":[{"name":"CLSID_XMLGraphBuilder","features":[440]},{"name":"IXMLGraphBuilder","features":[440]}],"442":[{"name":"DMOCATEGORY_ACOUSTIC_ECHO_CANCEL","features":[441]},{"name":"DMOCATEGORY_AGC","features":[441]},{"name":"DMOCATEGORY_AUDIO_CAPTURE_EFFECT","features":[441]},{"name":"DMOCATEGORY_AUDIO_DECODER","features":[441]},{"name":"DMOCATEGORY_AUDIO_EFFECT","features":[441]},{"name":"DMOCATEGORY_AUDIO_ENCODER","features":[441]},{"name":"DMOCATEGORY_AUDIO_NOISE_SUPPRESS","features":[441]},{"name":"DMOCATEGORY_VIDEO_DECODER","features":[441]},{"name":"DMOCATEGORY_VIDEO_EFFECT","features":[441]},{"name":"DMOCATEGORY_VIDEO_ENCODER","features":[441]},{"name":"DMOEnum","features":[441]},{"name":"DMOGetName","features":[441]},{"name":"DMOGetTypes","features":[441]},{"name":"DMORegister","features":[441]},{"name":"DMOUnregister","features":[441]},{"name":"DMO_ENUMF_INCLUDE_KEYED","features":[441]},{"name":"DMO_ENUM_FLAGS","features":[441]},{"name":"DMO_E_INVALIDSTREAMINDEX","features":[441]},{"name":"DMO_E_INVALIDTYPE","features":[441]},{"name":"DMO_E_NOTACCEPTING","features":[441]},{"name":"DMO_E_NO_MORE_ITEMS","features":[441]},{"name":"DMO_E_TYPE_NOT_ACCEPTED","features":[441]},{"name":"DMO_E_TYPE_NOT_SET","features":[441]},{"name":"DMO_INPLACE_NORMAL","features":[441]},{"name":"DMO_INPLACE_ZERO","features":[441]},{"name":"DMO_INPUT_DATA_BUFFERF_DISCONTINUITY","features":[441]},{"name":"DMO_INPUT_DATA_BUFFERF_SYNCPOINT","features":[441]},{"name":"DMO_INPUT_DATA_BUFFERF_TIME","features":[441]},{"name":"DMO_INPUT_DATA_BUFFERF_TIMELENGTH","features":[441]},{"name":"DMO_INPUT_STATUSF_ACCEPT_DATA","features":[441]},{"name":"DMO_INPUT_STREAMF_FIXED_SAMPLE_SIZE","features":[441]},{"name":"DMO_INPUT_STREAMF_HOLDS_BUFFERS","features":[441]},{"name":"DMO_INPUT_STREAMF_SINGLE_SAMPLE_PER_BUFFER","features":[441]},{"name":"DMO_INPUT_STREAMF_WHOLE_SAMPLES","features":[441]},{"name":"DMO_MEDIA_TYPE","features":[305,441]},{"name":"DMO_OUTPUT_DATA_BUFFER","features":[441]},{"name":"DMO_OUTPUT_DATA_BUFFERF_DISCONTINUITY","features":[441]},{"name":"DMO_OUTPUT_DATA_BUFFERF_INCOMPLETE","features":[441]},{"name":"DMO_OUTPUT_DATA_BUFFERF_SYNCPOINT","features":[441]},{"name":"DMO_OUTPUT_DATA_BUFFERF_TIME","features":[441]},{"name":"DMO_OUTPUT_DATA_BUFFERF_TIMELENGTH","features":[441]},{"name":"DMO_OUTPUT_STREAMF_DISCARDABLE","features":[441]},{"name":"DMO_OUTPUT_STREAMF_FIXED_SAMPLE_SIZE","features":[441]},{"name":"DMO_OUTPUT_STREAMF_OPTIONAL","features":[441]},{"name":"DMO_OUTPUT_STREAMF_SINGLE_SAMPLE_PER_BUFFER","features":[441]},{"name":"DMO_OUTPUT_STREAMF_WHOLE_SAMPLES","features":[441]},{"name":"DMO_PARTIAL_MEDIATYPE","features":[441]},{"name":"DMO_PROCESS_OUTPUT_DISCARD_WHEN_NO_BUFFER","features":[441]},{"name":"DMO_QUALITY_STATUS_ENABLED","features":[441]},{"name":"DMO_REGISTERF_IS_KEYED","features":[441]},{"name":"DMO_REGISTER_FLAGS","features":[441]},{"name":"DMO_SET_TYPEF_CLEAR","features":[441]},{"name":"DMO_SET_TYPEF_TEST_ONLY","features":[441]},{"name":"DMO_VOSF_NEEDS_PREVIOUS_SAMPLE","features":[441]},{"name":"IDMOQualityControl","features":[441]},{"name":"IDMOVideoOutputOptimizations","features":[441]},{"name":"IEnumDMO","features":[441]},{"name":"IMediaBuffer","features":[441]},{"name":"IMediaObject","features":[441]},{"name":"IMediaObjectInPlace","features":[441]},{"name":"MoCopyMediaType","features":[305,441]},{"name":"MoCreateMediaType","features":[305,441]},{"name":"MoDeleteMediaType","features":[305,441]},{"name":"MoDuplicateMediaType","features":[305,441]},{"name":"MoFreeMediaType","features":[305,441]},{"name":"MoInitMediaType","features":[305,441]},{"name":"_DMO_INPLACE_PROCESS_FLAGS","features":[441]},{"name":"_DMO_INPUT_DATA_BUFFER_FLAGS","features":[441]},{"name":"_DMO_INPUT_STATUS_FLAGS","features":[441]},{"name":"_DMO_INPUT_STREAM_INFO_FLAGS","features":[441]},{"name":"_DMO_OUTPUT_DATA_BUFFER_FLAGS","features":[441]},{"name":"_DMO_OUTPUT_STREAM_INFO_FLAGS","features":[441]},{"name":"_DMO_PROCESS_OUTPUT_FLAGS","features":[441]},{"name":"_DMO_QUALITY_STATUS_FLAGS","features":[441]},{"name":"_DMO_SET_TYPE_FLAGS","features":[441]},{"name":"_DMO_VIDEO_OUTPUT_STREAM_FLAGS","features":[441]}],"443":[{"name":"AEC_MODE_FULL_DUPLEX","features":[439]},{"name":"AEC_MODE_HALF_DUPLEX","features":[439]},{"name":"AEC_MODE_PASS_THROUGH","features":[439]},{"name":"AEC_STATUS_FD_CURRENTLY_CONVERGED","features":[439]},{"name":"AEC_STATUS_FD_HISTORY_CONTINUOUSLY_CONVERGED","features":[439]},{"name":"AEC_STATUS_FD_HISTORY_PREVIOUSLY_DIVERGED","features":[439]},{"name":"AEC_STATUS_FD_HISTORY_UNINITIALIZED","features":[439]},{"name":"ALLOCATOR_PROPERTIES_EX","features":[439]},{"name":"APO_CLASS_UUID","features":[439]},{"name":"AUDIOENDPOINT_CLASS_UUID","features":[439]},{"name":"AUDIOMODULE_MAX_DATA_SIZE","features":[439]},{"name":"AUDIOMODULE_MAX_NAME_CCH_SIZE","features":[439]},{"name":"AUDIOPOSTURE_ORIENTATION","features":[439]},{"name":"AUDIOPOSTURE_ORIENTATION_NOTROTATED","features":[439]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED180DEGREESCOUNTERCLOCKWISE","features":[439]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED270DEGREESCOUNTERCLOCKWISE","features":[439]},{"name":"AUDIOPOSTURE_ORIENTATION_ROTATED90DEGREESCOUNTERCLOCKWISE","features":[439]},{"name":"AUDIORESOURCEMANAGEMENT_RESOURCEGROUP","features":[305,439]},{"name":"AUDIO_CURVE_TYPE","features":[439]},{"name":"AUDIO_CURVE_TYPE_NONE","features":[439]},{"name":"AUDIO_CURVE_TYPE_WINDOWS_FADE","features":[439]},{"name":"AUDIO_EFFECT_TYPE_ACOUSTIC_ECHO_CANCELLATION","features":[439]},{"name":"AUDIO_EFFECT_TYPE_AUTOMATIC_GAIN_CONTROL","features":[439]},{"name":"AUDIO_EFFECT_TYPE_BASS_BOOST","features":[439]},{"name":"AUDIO_EFFECT_TYPE_BASS_MANAGEMENT","features":[439]},{"name":"AUDIO_EFFECT_TYPE_BEAMFORMING","features":[439]},{"name":"AUDIO_EFFECT_TYPE_CONSTANT_TONE_REMOVAL","features":[439]},{"name":"AUDIO_EFFECT_TYPE_DEEP_NOISE_SUPPRESSION","features":[439]},{"name":"AUDIO_EFFECT_TYPE_DYNAMIC_RANGE_COMPRESSION","features":[439]},{"name":"AUDIO_EFFECT_TYPE_ENVIRONMENTAL_EFFECTS","features":[439]},{"name":"AUDIO_EFFECT_TYPE_EQUALIZER","features":[439]},{"name":"AUDIO_EFFECT_TYPE_FAR_FIELD_BEAMFORMING","features":[439]},{"name":"AUDIO_EFFECT_TYPE_LOUDNESS_EQUALIZER","features":[439]},{"name":"AUDIO_EFFECT_TYPE_NOISE_SUPPRESSION","features":[439]},{"name":"AUDIO_EFFECT_TYPE_ROOM_CORRECTION","features":[439]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_COMPENSATION","features":[439]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_FILL","features":[439]},{"name":"AUDIO_EFFECT_TYPE_SPEAKER_PROTECTION","features":[439]},{"name":"AUDIO_EFFECT_TYPE_VIRTUAL_HEADPHONES","features":[439]},{"name":"AUDIO_EFFECT_TYPE_VIRTUAL_SURROUND","features":[439]},{"name":"AUDIO_SIGNALPROCESSINGMODE_COMMUNICATIONS","features":[439]},{"name":"AUDIO_SIGNALPROCESSINGMODE_DEFAULT","features":[439]},{"name":"AUDIO_SIGNALPROCESSINGMODE_FAR_FIELD_SPEECH","features":[439]},{"name":"AUDIO_SIGNALPROCESSINGMODE_MEDIA","features":[439]},{"name":"AUDIO_SIGNALPROCESSINGMODE_MOVIE","features":[439]},{"name":"AUDIO_SIGNALPROCESSINGMODE_NOTIFICATION","features":[439]},{"name":"AUDIO_SIGNALPROCESSINGMODE_RAW","features":[439]},{"name":"AUDIO_SIGNALPROCESSINGMODE_SPEECH","features":[439]},{"name":"AllocatorStrategy_DontCare","features":[439]},{"name":"AllocatorStrategy_MaximizeSpeed","features":[439]},{"name":"AllocatorStrategy_MinimizeFrameSize","features":[439]},{"name":"AllocatorStrategy_MinimizeNumberOfAllocators","features":[439]},{"name":"AllocatorStrategy_MinimizeNumberOfFrames","features":[439]},{"name":"BLUETOOTHLE_MIDI_SERVICE_UUID","features":[439]},{"name":"BLUETOOTH_MIDI_DATAIO_CHARACTERISTIC","features":[439]},{"name":"BUS_INTERFACE_REFERENCE_VERSION","features":[439]},{"name":"CAPTURE_MEMORY_ALLOCATION_FLAGS","features":[439]},{"name":"CASCADE_FORM","features":[439]},{"name":"CC_BYTE_PAIR","features":[439]},{"name":"CC_HW_FIELD","features":[439]},{"name":"CC_MAX_HW_DECODE_LINES","features":[439]},{"name":"CLSID_KsIBasicAudioInterfaceHandler","features":[439]},{"name":"CLSID_Proxy","features":[439]},{"name":"CONSTRICTOR_OPTION","features":[439]},{"name":"CONSTRICTOR_OPTION_DISABLE","features":[439]},{"name":"CONSTRICTOR_OPTION_MUTE","features":[439]},{"name":"DEVCAPS","features":[439]},{"name":"DEVPKEY_KsAudio_Controller_DeviceInterface_Path","features":[305,439]},{"name":"DEVPKEY_KsAudio_PacketSize_Constraints","features":[305,439]},{"name":"DEVPKEY_KsAudio_PacketSize_Constraints2","features":[305,439]},{"name":"DIRECT_FORM","features":[439]},{"name":"DS3DVECTOR","features":[439]},{"name":"DS3D_HRTF_VERSION_1","features":[439]},{"name":"EDeviceControlUseType","features":[439]},{"name":"EPcxConnectionType","features":[439]},{"name":"EPcxGenLocation","features":[439]},{"name":"EPcxGenLocation_enum_count","features":[439]},{"name":"EPcxGeoLocation","features":[439]},{"name":"EPcxGeoLocation_enum_count","features":[439]},{"name":"EPxcPortConnection","features":[439]},{"name":"EVENTSETID_CROSSBAR","features":[439]},{"name":"EVENTSETID_TUNER","features":[439]},{"name":"EVENTSETID_VIDCAP_CAMERACONTROL_REGION_OF_INTEREST","features":[439]},{"name":"EVENTSETID_VIDEODECODER","features":[439]},{"name":"FLOAT_COEFF","features":[439]},{"name":"FRAMING_CACHE_OPS","features":[439]},{"name":"FRAMING_PROP","features":[439]},{"name":"FULL_FILTER","features":[439]},{"name":"FramingProp_Ex","features":[439]},{"name":"FramingProp_None","features":[439]},{"name":"FramingProp_Old","features":[439]},{"name":"FramingProp_Uninitialized","features":[439]},{"name":"Framing_Cache_ReadLast","features":[439]},{"name":"Framing_Cache_ReadOrig","features":[439]},{"name":"Framing_Cache_Update","features":[439]},{"name":"Framing_Cache_Write","features":[439]},{"name":"GUID_NULL","features":[439]},{"name":"IKsAggregateControl","features":[439]},{"name":"IKsAllocator","features":[439]},{"name":"IKsAllocatorEx","features":[439]},{"name":"IKsClockPropertySet","features":[439]},{"name":"IKsControl","features":[439]},{"name":"IKsDataTypeCompletion","features":[439]},{"name":"IKsDataTypeHandler","features":[439]},{"name":"IKsFormatSupport","features":[439]},{"name":"IKsInterfaceHandler","features":[439]},{"name":"IKsJackContainerId","features":[439]},{"name":"IKsJackDescription","features":[439]},{"name":"IKsJackDescription2","features":[439]},{"name":"IKsJackDescription3","features":[439]},{"name":"IKsJackSinkInformation","features":[439]},{"name":"IKsNodeControl","features":[439]},{"name":"IKsNotifyEvent","features":[439]},{"name":"IKsObject","features":[439]},{"name":"IKsPin","features":[439]},{"name":"IKsPinEx","features":[439]},{"name":"IKsPinFactory","features":[439]},{"name":"IKsPinPipe","features":[439]},{"name":"IKsPropertySet","features":[439]},{"name":"IKsQualityForwarder","features":[439]},{"name":"IKsTopology","features":[439]},{"name":"IKsTopologyInfo","features":[439]},{"name":"INTERLEAVED_AUDIO_FORMAT_INFORMATION","features":[439]},{"name":"IOCTL_KS_DISABLE_EVENT","features":[439]},{"name":"IOCTL_KS_ENABLE_EVENT","features":[439]},{"name":"IOCTL_KS_HANDSHAKE","features":[439]},{"name":"IOCTL_KS_METHOD","features":[439]},{"name":"IOCTL_KS_PROPERTY","features":[439]},{"name":"IOCTL_KS_READ_STREAM","features":[439]},{"name":"IOCTL_KS_RESET_STATE","features":[439]},{"name":"IOCTL_KS_WRITE_STREAM","features":[439]},{"name":"JACKDESC2_DYNAMIC_FORMAT_CHANGE_CAPABILITY","features":[439]},{"name":"JACKDESC2_PRESENCE_DETECT_CAPABILITY","features":[439]},{"name":"KSAC3_ALTERNATE_AUDIO","features":[305,439]},{"name":"KSAC3_ALTERNATE_AUDIO_1","features":[439]},{"name":"KSAC3_ALTERNATE_AUDIO_2","features":[439]},{"name":"KSAC3_ALTERNATE_AUDIO_BOTH","features":[439]},{"name":"KSAC3_BIT_STREAM_MODE","features":[439]},{"name":"KSAC3_DIALOGUE_LEVEL","features":[439]},{"name":"KSAC3_DOWNMIX","features":[305,439]},{"name":"KSAC3_ERROR_CONCEALMENT","features":[305,439]},{"name":"KSAC3_ROOM_TYPE","features":[305,439]},{"name":"KSAC3_SERVICE_COMMENTARY","features":[439]},{"name":"KSAC3_SERVICE_DIALOG_ONLY","features":[439]},{"name":"KSAC3_SERVICE_EMERGENCY_FLASH","features":[439]},{"name":"KSAC3_SERVICE_HEARING_IMPAIRED","features":[439]},{"name":"KSAC3_SERVICE_MAIN_AUDIO","features":[439]},{"name":"KSAC3_SERVICE_NO_DIALOG","features":[439]},{"name":"KSAC3_SERVICE_VISUALLY_IMPAIRED","features":[439]},{"name":"KSAC3_SERVICE_VOICE_OVER","features":[439]},{"name":"KSALGORITHMINSTANCE_SYSTEM_ACOUSTIC_ECHO_CANCEL","features":[439]},{"name":"KSALGORITHMINSTANCE_SYSTEM_AGC","features":[439]},{"name":"KSALGORITHMINSTANCE_SYSTEM_MICROPHONE_ARRAY_PROCESSOR","features":[439]},{"name":"KSALGORITHMINSTANCE_SYSTEM_NOISE_SUPPRESS","features":[439]},{"name":"KSALLOCATORMODE","features":[439]},{"name":"KSALLOCATOR_FLAG_2D_BUFFER_REQUIRED","features":[439]},{"name":"KSALLOCATOR_FLAG_ALLOCATOR_EXISTS","features":[439]},{"name":"KSALLOCATOR_FLAG_ATTENTION_STEPPING","features":[439]},{"name":"KSALLOCATOR_FLAG_CAN_ALLOCATE","features":[439]},{"name":"KSALLOCATOR_FLAG_CYCLE","features":[439]},{"name":"KSALLOCATOR_FLAG_DEVICE_SPECIFIC","features":[439]},{"name":"KSALLOCATOR_FLAG_ENABLE_CACHED_MDL","features":[439]},{"name":"KSALLOCATOR_FLAG_INDEPENDENT_RANGES","features":[439]},{"name":"KSALLOCATOR_FLAG_INSIST_ON_FRAMESIZE_RATIO","features":[439]},{"name":"KSALLOCATOR_FLAG_MULTIPLE_OUTPUT","features":[439]},{"name":"KSALLOCATOR_FLAG_NO_FRAME_INTEGRITY","features":[439]},{"name":"KSALLOCATOR_FLAG_PARTIAL_READ_SUPPORT","features":[439]},{"name":"KSALLOCATOR_FRAMING","features":[439]},{"name":"KSALLOCATOR_FRAMING_EX","features":[439]},{"name":"KSALLOCATOR_OPTIONF_COMPATIBLE","features":[439]},{"name":"KSALLOCATOR_OPTIONF_SYSTEM_MEMORY","features":[439]},{"name":"KSALLOCATOR_OPTIONF_VALID","features":[439]},{"name":"KSALLOCATOR_REQUIREMENTF_FRAME_INTEGRITY","features":[439]},{"name":"KSALLOCATOR_REQUIREMENTF_INPLACE_MODIFIER","features":[439]},{"name":"KSALLOCATOR_REQUIREMENTF_MUST_ALLOCATE","features":[439]},{"name":"KSALLOCATOR_REQUIREMENTF_PREFERENCES_ONLY","features":[439]},{"name":"KSALLOCATOR_REQUIREMENTF_SYSTEM_MEMORY","features":[439]},{"name":"KSALLOCATOR_REQUIREMENTF_SYSTEM_MEMORY_CUSTOM_ALLOCATION","features":[439]},{"name":"KSATTRIBUTE","features":[439]},{"name":"KSATTRIBUTEID_AUDIOSIGNALPROCESSING_MODE","features":[439]},{"name":"KSATTRIBUTE_AUDIOSIGNALPROCESSING_MODE","features":[439]},{"name":"KSATTRIBUTE_REQUIRED","features":[439]},{"name":"KSAUDDECOUTMODE_PCM_51","features":[439]},{"name":"KSAUDDECOUTMODE_SPDIFF","features":[439]},{"name":"KSAUDDECOUTMODE_STEREO_ANALOG","features":[439]},{"name":"KSAUDFNAME_3D_CENTER","features":[439]},{"name":"KSAUDFNAME_3D_DEPTH","features":[439]},{"name":"KSAUDFNAME_3D_STEREO","features":[439]},{"name":"KSAUDFNAME_ALTERNATE_MICROPHONE","features":[439]},{"name":"KSAUDFNAME_AUX","features":[439]},{"name":"KSAUDFNAME_AUX_MUTE","features":[439]},{"name":"KSAUDFNAME_AUX_VOLUME","features":[439]},{"name":"KSAUDFNAME_BASS","features":[439]},{"name":"KSAUDFNAME_CD_AUDIO","features":[439]},{"name":"KSAUDFNAME_CD_IN_VOLUME","features":[439]},{"name":"KSAUDFNAME_CD_MUTE","features":[439]},{"name":"KSAUDFNAME_CD_VOLUME","features":[439]},{"name":"KSAUDFNAME_LINE_IN","features":[439]},{"name":"KSAUDFNAME_LINE_IN_VOLUME","features":[439]},{"name":"KSAUDFNAME_LINE_MUTE","features":[439]},{"name":"KSAUDFNAME_LINE_VOLUME","features":[439]},{"name":"KSAUDFNAME_MASTER_MUTE","features":[439]},{"name":"KSAUDFNAME_MASTER_VOLUME","features":[439]},{"name":"KSAUDFNAME_MICROPHONE_BOOST","features":[439]},{"name":"KSAUDFNAME_MIC_IN_VOLUME","features":[439]},{"name":"KSAUDFNAME_MIC_MUTE","features":[439]},{"name":"KSAUDFNAME_MIC_VOLUME","features":[439]},{"name":"KSAUDFNAME_MIDI","features":[439]},{"name":"KSAUDFNAME_MIDI_IN_VOLUME","features":[439]},{"name":"KSAUDFNAME_MIDI_MUTE","features":[439]},{"name":"KSAUDFNAME_MIDI_VOLUME","features":[439]},{"name":"KSAUDFNAME_MIDRANGE","features":[439]},{"name":"KSAUDFNAME_MONO_MIX","features":[439]},{"name":"KSAUDFNAME_MONO_MIX_MUTE","features":[439]},{"name":"KSAUDFNAME_MONO_MIX_VOLUME","features":[439]},{"name":"KSAUDFNAME_MONO_OUT","features":[439]},{"name":"KSAUDFNAME_MONO_OUT_MUTE","features":[439]},{"name":"KSAUDFNAME_MONO_OUT_VOLUME","features":[439]},{"name":"KSAUDFNAME_PC_SPEAKER","features":[439]},{"name":"KSAUDFNAME_PC_SPEAKER_MUTE","features":[439]},{"name":"KSAUDFNAME_PC_SPEAKER_VOLUME","features":[439]},{"name":"KSAUDFNAME_PEAKMETER","features":[439]},{"name":"KSAUDFNAME_RECORDING_CONTROL","features":[439]},{"name":"KSAUDFNAME_RECORDING_SOURCE","features":[439]},{"name":"KSAUDFNAME_STEREO_MIX","features":[439]},{"name":"KSAUDFNAME_STEREO_MIX_MUTE","features":[439]},{"name":"KSAUDFNAME_STEREO_MIX_VOLUME","features":[439]},{"name":"KSAUDFNAME_TREBLE","features":[439]},{"name":"KSAUDFNAME_VIDEO","features":[439]},{"name":"KSAUDFNAME_VIDEO_MUTE","features":[439]},{"name":"KSAUDFNAME_VIDEO_VOLUME","features":[439]},{"name":"KSAUDFNAME_VOLUME_CONTROL","features":[439]},{"name":"KSAUDFNAME_WAVE_IN_VOLUME","features":[439]},{"name":"KSAUDFNAME_WAVE_MUTE","features":[439]},{"name":"KSAUDFNAME_WAVE_OUT_MIX","features":[439]},{"name":"KSAUDFNAME_WAVE_VOLUME","features":[439]},{"name":"KSAUDIOENGINE_BUFFER_SIZE_RANGE","features":[439]},{"name":"KSAUDIOENGINE_DESCRIPTOR","features":[439]},{"name":"KSAUDIOENGINE_DEVICECONTROLS","features":[439]},{"name":"KSAUDIOENGINE_VOLUMELEVEL","features":[439]},{"name":"KSAUDIOMODULE_DESCRIPTOR","features":[439]},{"name":"KSAUDIOMODULE_NOTIFICATION","features":[439]},{"name":"KSAUDIOMODULE_PROPERTY","features":[439]},{"name":"KSAUDIO_CHANNEL_CONFIG","features":[439]},{"name":"KSAUDIO_COPY_PROTECTION","features":[305,439]},{"name":"KSAUDIO_CPU_RESOURCES_HOST_CPU","features":[439]},{"name":"KSAUDIO_CPU_RESOURCES_NOT_HOST_CPU","features":[439]},{"name":"KSAUDIO_DYNAMIC_RANGE","features":[439]},{"name":"KSAUDIO_MICROPHONE_COORDINATES","features":[439]},{"name":"KSAUDIO_MIC_ARRAY_GEOMETRY","features":[439]},{"name":"KSAUDIO_MIXCAP_TABLE","features":[305,439]},{"name":"KSAUDIO_MIXLEVEL","features":[305,439]},{"name":"KSAUDIO_MIX_CAPS","features":[305,439]},{"name":"KSAUDIO_PACKETSIZE_CONSTRAINTS","features":[439]},{"name":"KSAUDIO_PACKETSIZE_CONSTRAINTS2","features":[439]},{"name":"KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT","features":[439]},{"name":"KSAUDIO_POSITION","features":[439]},{"name":"KSAUDIO_POSITIONEX","features":[439]},{"name":"KSAUDIO_PRESENTATION_POSITION","features":[439]},{"name":"KSAUDIO_QUALITY_ADVANCED","features":[439]},{"name":"KSAUDIO_QUALITY_BASIC","features":[439]},{"name":"KSAUDIO_QUALITY_PC","features":[439]},{"name":"KSAUDIO_QUALITY_WORST","features":[439]},{"name":"KSAUDIO_SPEAKER_DIRECTOUT","features":[439]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_CENTER","features":[439]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_LEFT","features":[439]},{"name":"KSAUDIO_SPEAKER_GROUND_FRONT_RIGHT","features":[439]},{"name":"KSAUDIO_SPEAKER_GROUND_REAR_LEFT","features":[439]},{"name":"KSAUDIO_SPEAKER_GROUND_REAR_RIGHT","features":[439]},{"name":"KSAUDIO_SPEAKER_MONO","features":[439]},{"name":"KSAUDIO_SPEAKER_SUPER_WOOFER","features":[439]},{"name":"KSAUDIO_SPEAKER_TOP_MIDDLE","features":[439]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_HEADPHONE","features":[439]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_MAX","features":[439]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_MIN","features":[439]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_NARROW","features":[439]},{"name":"KSAUDIO_STEREO_SPEAKER_GEOMETRY_WIDE","features":[439]},{"name":"KSCAMERAPROFILE_BalancedVideoAndPhoto","features":[439]},{"name":"KSCAMERAPROFILE_CompressedCamera","features":[439]},{"name":"KSCAMERAPROFILE_FLAGS_FACEDETECTION","features":[439]},{"name":"KSCAMERAPROFILE_FLAGS_PHOTOHDR","features":[439]},{"name":"KSCAMERAPROFILE_FLAGS_PREVIEW_RES_MUSTMATCH","features":[439]},{"name":"KSCAMERAPROFILE_FLAGS_VARIABLEPHOTOSEQUENCE","features":[439]},{"name":"KSCAMERAPROFILE_FLAGS_VIDEOHDR","features":[439]},{"name":"KSCAMERAPROFILE_FLAGS_VIDEOSTABLIZATION","features":[439]},{"name":"KSCAMERAPROFILE_FaceAuth_Mode","features":[439]},{"name":"KSCAMERAPROFILE_HDRWithWCGPhoto","features":[439]},{"name":"KSCAMERAPROFILE_HDRWithWCGVideo","features":[439]},{"name":"KSCAMERAPROFILE_HighFrameRate","features":[439]},{"name":"KSCAMERAPROFILE_HighQualityPhoto","features":[439]},{"name":"KSCAMERAPROFILE_Legacy","features":[439]},{"name":"KSCAMERAPROFILE_PhotoSequence","features":[439]},{"name":"KSCAMERAPROFILE_VariablePhotoSequence","features":[439]},{"name":"KSCAMERAPROFILE_VideoConferencing","features":[439]},{"name":"KSCAMERAPROFILE_VideoHDR8","features":[439]},{"name":"KSCAMERAPROFILE_VideoRecording","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_AUTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_FNF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_HDR","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ADVANCEDPHOTO_ULTRALOWLIGHT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_BLUR","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_CONFIGCAPS","features":[305,439]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_MASK","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_BACKGROUNDSEGMENTATION_SHALLOWFOCUS","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_CAMERAOFFSET","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_ASYNCCONTROL","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_CANCELLABLE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_MASK","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_CAPS_RESERVED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_AUTOFACEFRAMING","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPS","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_CONFIGCAPSHEADER","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_MANUAL","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_DIGITALWINDOW_SETTING","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMPENSATION","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_FULLSTEP","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_HALFSTEP","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_QUARTERSTEP","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_SIXTHSTEP","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_EVCOMP_THIRDSTEP","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_EYEGAZECORRECTION_STARE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_ALTERNATIVE_FRAME_ILLUMINATION","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_BACKGROUND_SUBTRACTION","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FACEAUTH_MODE_DISABLED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_BLINK","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_PHOTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_PREVIEW","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_SMILE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FACEDETECTION_VIDEO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FIELDOFVIEW","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FILTERSCOPE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLAG_CANCELOPERATION","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLAG_MASK","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_AUTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ASSISTANT_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_AUTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_AUTO_ADJUSTABLEPOWER","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_MULTIFLASHSUPPORTED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_ON_ADJUSTABLEPOWER","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_REDEYEREDUCTION","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FLASH_SINGLEFLASH","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSPRIORITY_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSPRIORITY_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_FAILED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_FOCUSED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_LOST","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_SEARCHING","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUSSTATE_UNINITIALIZED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_CONTINUOUS","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_CONTINUOUSLOCK","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_HYPERFOCAL","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_INFINITY","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DISTANCE_NEAREST","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_DRIVERFALLBACK_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_FULLRANGE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_HYPERFOCAL","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_INFINITY","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_MACRO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_RANGE_NORMAL","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_REGIONBASED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_FOCUS_UNLOCK","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_HEADER","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_HISTOGRAM_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_HISTOGRAM_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_ALTERNATING_FRAME_ILLUMINATION","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_ALWAYS_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_IRTORCHMODE_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_100","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_12800","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_1600","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_200","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_25600","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_3200","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_400","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_50","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_6400","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_80","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_800","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_AUTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ISO_MANUAL","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_METADATAINFO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_ALIGNMENTREQUIRED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_MEMORYTYPE_MASK","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_METADATA_SYSTEMMEMORY","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_1024","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_128","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_16","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_2048","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_256","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_32","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_4096","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_512","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_64","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_MetadataAlignment_8192","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_AUTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_OIS_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_DEFAULT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_LATENCY","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_PHOTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_POWER","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_QUALITY","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_OPTIMIZATION_VIDEO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOCONFIRMATION_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOCONFIRMATION_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_NORMAL","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE_SUB_NONE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOMODE_SEQUENCE_SUB_VARIABLE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_16X","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_2X","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_4X","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_8X","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PHOTOTHUMBNAIL_DISABLE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_PROFILE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_DYNAMIC","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_RELATIVEPANELOPTIMIZATION_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE_FACE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ROITYPE_UNKNOWN","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_EXPOSURE","features":[305,439]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_FOCUS","features":[305,439]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_INFO","features":[305,439]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROLHEADER","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ROI_WHITEBALANCE","features":[305,439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_AUTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_BACKLIT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_BEACH","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_CANDLELIGHT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_LANDSCAPE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_MACRO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_MANUAL","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_NIGHT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_NIGHTPORTRAIT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_PORTRAIT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SNOW","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SPORT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SCENEMODE_SUNSET","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SECUREMODE_DISABLED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_SECUREMODE_ENABLED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VALUE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VFR_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VFR_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_AUTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOHDR_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_AUTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_LOCK","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCFLAG_MANUAL","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOPROCSETTING","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_AUTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOSTABILIZATION_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_AUTO","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTEMPORALDENOISING_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_OFF","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_ON","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_VIDEOTORCH_ON_ADJUSTABLEPOWER","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WARMSTART_MODE_DISABLED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WARMSTART_MODE_ENABLED","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_CANDLELIGHT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_CLOUDY","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_DAYLIGHT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_FLASH","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_FLUORESCENT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WBPRESET_TUNGSTEN","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_MODE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_PRESET","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_WHITEBALANCE_TEMPERATURE","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_DEFAULT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_DIRECT","features":[439]},{"name":"KSCAMERA_EXTENDEDPROP_ZOOM_SMOOTH","features":[439]},{"name":"KSCAMERA_MAXVIDEOFPS_FORPHOTORES","features":[439]},{"name":"KSCAMERA_METADATA_BACKGROUNDSEGMENTATIONMASK","features":[305,439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_EXPOSURECOMPENSATION","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_EXPOSURETIME","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FLASH","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FLASHPOWER","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_FOCUSSTATE","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_ISOSPEED","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_LENSPOSITION","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_SCENEMODE","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_SENSORFRAMERATE","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_WHITEBALANCE","features":[439]},{"name":"KSCAMERA_METADATA_CAPTURESTATS_FLAG_ZOOMFACTOR","features":[439]},{"name":"KSCAMERA_METADATA_DIGITALWINDOW","features":[439]},{"name":"KSCAMERA_METADATA_FRAMEILLUMINATION","features":[439]},{"name":"KSCAMERA_METADATA_FRAMEILLUMINATION_FLAG_ON","features":[439]},{"name":"KSCAMERA_METADATA_ITEMHEADER","features":[439]},{"name":"KSCAMERA_METADATA_PHOTOCONFIRMATION","features":[439]},{"name":"KSCAMERA_MetadataId","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_AUTO","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_CAP_HEADER","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_CAP_ITEM_HEADER","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_CUSTOM_ITEM","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_FRAME_HEADER","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_HEADER","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_CUSTOM","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_EXPOSURE_COMPENSATION","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_EXPOSURE_TIME","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_FLASH","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_FOCUS","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_HEADER","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_ISO","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_PHOTOCONFIRMATION","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_ITEM_TYPE","features":[439]},{"name":"KSCAMERA_PERFRAMESETTING_MANUAL","features":[439]},{"name":"KSCAMERA_PROFILE_CONCURRENCYINFO","features":[439]},{"name":"KSCAMERA_PROFILE_INFO","features":[439]},{"name":"KSCAMERA_PROFILE_MEDIAINFO","features":[439]},{"name":"KSCAMERA_PROFILE_PININFO","features":[439]},{"name":"KSCATEGORY_ACOUSTIC_ECHO_CANCEL","features":[439]},{"name":"KSCATEGORY_AUDIO","features":[439]},{"name":"KSCATEGORY_BRIDGE","features":[439]},{"name":"KSCATEGORY_CAPTURE","features":[439]},{"name":"KSCATEGORY_CLOCK","features":[439]},{"name":"KSCATEGORY_COMMUNICATIONSTRANSFORM","features":[439]},{"name":"KSCATEGORY_CROSSBAR","features":[439]},{"name":"KSCATEGORY_DATACOMPRESSOR","features":[439]},{"name":"KSCATEGORY_DATADECOMPRESSOR","features":[439]},{"name":"KSCATEGORY_DATATRANSFORM","features":[439]},{"name":"KSCATEGORY_ENCODER","features":[439]},{"name":"KSCATEGORY_ESCALANTE_PLATFORM_DRIVER","features":[439]},{"name":"KSCATEGORY_FILESYSTEM","features":[439]},{"name":"KSCATEGORY_INTERFACETRANSFORM","features":[439]},{"name":"KSCATEGORY_MEDIUMTRANSFORM","features":[439]},{"name":"KSCATEGORY_MICROPHONE_ARRAY_PROCESSOR","features":[439]},{"name":"KSCATEGORY_MIXER","features":[439]},{"name":"KSCATEGORY_MULTIPLEXER","features":[439]},{"name":"KSCATEGORY_NETWORK","features":[439]},{"name":"KSCATEGORY_NETWORK_CAMERA","features":[439]},{"name":"KSCATEGORY_PROXY","features":[439]},{"name":"KSCATEGORY_QUALITY","features":[439]},{"name":"KSCATEGORY_REALTIME","features":[439]},{"name":"KSCATEGORY_RENDER","features":[439]},{"name":"KSCATEGORY_SENSOR_CAMERA","features":[439]},{"name":"KSCATEGORY_SENSOR_GROUP","features":[439]},{"name":"KSCATEGORY_SPLITTER","features":[439]},{"name":"KSCATEGORY_TEXT","features":[439]},{"name":"KSCATEGORY_TOPOLOGY","features":[439]},{"name":"KSCATEGORY_TVAUDIO","features":[439]},{"name":"KSCATEGORY_TVTUNER","features":[439]},{"name":"KSCATEGORY_VBICODEC","features":[439]},{"name":"KSCATEGORY_VIDEO","features":[439]},{"name":"KSCATEGORY_VIDEO_CAMERA","features":[439]},{"name":"KSCATEGORY_VIRTUAL","features":[439]},{"name":"KSCATEGORY_VPMUX","features":[439]},{"name":"KSCATEGORY_WDMAUD_USE_PIN_NAME","features":[439]},{"name":"KSCLOCK_CREATE","features":[439]},{"name":"KSCOMPONENTID","features":[439]},{"name":"KSCOMPONENTID_USBAUDIO","features":[439]},{"name":"KSCORRELATED_TIME","features":[439]},{"name":"KSCREATE_ITEM_FREEONSTOP","features":[439]},{"name":"KSCREATE_ITEM_NOPARAMETERS","features":[439]},{"name":"KSCREATE_ITEM_SECURITYCHANGED","features":[439]},{"name":"KSCREATE_ITEM_WILDCARD","features":[439]},{"name":"KSCameraProfileSensorType_Custom","features":[439]},{"name":"KSCameraProfileSensorType_Depth","features":[439]},{"name":"KSCameraProfileSensorType_ImageSegmentation","features":[439]},{"name":"KSCameraProfileSensorType_Infrared","features":[439]},{"name":"KSCameraProfileSensorType_PoseTracking","features":[439]},{"name":"KSCameraProfileSensorType_RGB","features":[439]},{"name":"KSDATAFORMAT","features":[439]},{"name":"KSDATAFORMAT_BIT_ATTRIBUTES","features":[439]},{"name":"KSDATAFORMAT_BIT_TEMPORAL_COMPRESSION","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_AC3_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_ANALOGVIDEO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_AC3_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG1_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG1_VIDEO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG2_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_DIALECT_MPEG2_VIDEO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_DSOUND","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_FILEHANDLE","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_FILENAME","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_H264_VIDEO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_IMAGE","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_JPEG_IMAGE","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_LPCM_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG1_VIDEO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG2_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_MPEG2_VIDEO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_NONE","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_VBI","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_VC_ID","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_VIDEOINFO","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_VIDEOINFO2","features":[439]},{"name":"KSDATAFORMAT_SPECIFIER_WAVEFORMATEX","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_AC3_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_ANALOG","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_CC","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_D16","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_DSS_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_DSS_VIDEO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_DTS_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_AAC","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_ATRAC","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL_PLUS","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL_PLUS_ATMOS","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MAT20","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MAT21","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_MLP","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DST","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTS","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTSX_E1","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTSX_E2","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_DTS_HD","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG1","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG2","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_MPEG3","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_ONE_BIT_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IEC61937_WMA_PRO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_IMAGE_RGB32","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_JPEG","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_L16","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_L16_CUSTOM","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_L16_IR","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_L8","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_L8_CUSTOM","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_L8_IR","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_LPCM_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_Line21_BytePair","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_Line21_GOPPacket","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MIDI","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MIDI_BUS","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_CUSTOM","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_DEPTH","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MJPG_IR","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Packet","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Payload","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG1Video","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG2_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG2_VIDEO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MPEGLAYER3","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_MPEG_HEAAC","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_NABTS","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_NABTS_FEC","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_NONE","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_OVERLAY","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_PCM","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_RAW8","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_RIFF","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_RIFFMIDI","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_RIFFWAVE","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_SDDS_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_AC3_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG1_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG1_VIDEO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG2_AUDIO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_STANDARD_MPEG2_VIDEO","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_SUBPICTURE","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_TELETEXT","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_VPVBI","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_VPVideo","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_WAVEFORMATEX","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO2","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO3","features":[439]},{"name":"KSDATAFORMAT_SUBTYPE_WMAUDIO_LOSSLESS","features":[439]},{"name":"KSDATAFORMAT_TYPE_ANALOGAUDIO","features":[439]},{"name":"KSDATAFORMAT_TYPE_ANALOGVIDEO","features":[439]},{"name":"KSDATAFORMAT_TYPE_AUDIO","features":[439]},{"name":"KSDATAFORMAT_TYPE_AUXLine21Data","features":[439]},{"name":"KSDATAFORMAT_TYPE_DVD_ENCRYPTED_PACK","features":[439]},{"name":"KSDATAFORMAT_TYPE_IMAGE","features":[439]},{"name":"KSDATAFORMAT_TYPE_MIDI","features":[439]},{"name":"KSDATAFORMAT_TYPE_MPEG2_PES","features":[439]},{"name":"KSDATAFORMAT_TYPE_MPEG2_PROGRAM","features":[439]},{"name":"KSDATAFORMAT_TYPE_MPEG2_TRANSPORT","features":[439]},{"name":"KSDATAFORMAT_TYPE_MUSIC","features":[439]},{"name":"KSDATAFORMAT_TYPE_NABTS","features":[439]},{"name":"KSDATAFORMAT_TYPE_STANDARD_ELEMENTARY_STREAM","features":[439]},{"name":"KSDATAFORMAT_TYPE_STANDARD_PACK_HEADER","features":[439]},{"name":"KSDATAFORMAT_TYPE_STANDARD_PES_PACKET","features":[439]},{"name":"KSDATAFORMAT_TYPE_STREAM","features":[439]},{"name":"KSDATAFORMAT_TYPE_TEXT","features":[439]},{"name":"KSDATAFORMAT_TYPE_VBI","features":[439]},{"name":"KSDATAFORMAT_TYPE_VIDEO","features":[439]},{"name":"KSDATARANGE_AUDIO","features":[439]},{"name":"KSDATARANGE_BIT_ATTRIBUTES","features":[439]},{"name":"KSDATARANGE_BIT_REQUIRED_ATTRIBUTES","features":[439]},{"name":"KSDATARANGE_MUSIC","features":[439]},{"name":"KSDEGRADESETID_Standard","features":[439]},{"name":"KSDEGRADE_STANDARD","features":[439]},{"name":"KSDEGRADE_STANDARD_COMPUTATION","features":[439]},{"name":"KSDEGRADE_STANDARD_QUALITY","features":[439]},{"name":"KSDEGRADE_STANDARD_SAMPLE","features":[439]},{"name":"KSDEGRADE_STANDARD_SKIP","features":[439]},{"name":"KSDEVICE_DESCRIPTOR_VERSION","features":[439]},{"name":"KSDEVICE_DESCRIPTOR_VERSION_2","features":[439]},{"name":"KSDEVICE_FLAG_ENABLE_QUERYINTERFACE","features":[439]},{"name":"KSDEVICE_FLAG_ENABLE_REMOTE_WAKEUP","features":[439]},{"name":"KSDEVICE_FLAG_LOWPOWER_PASSTHROUGH","features":[439]},{"name":"KSDEVICE_PROFILE_INFO","features":[439]},{"name":"KSDEVICE_PROFILE_TYPE_CAMERA","features":[439]},{"name":"KSDEVICE_PROFILE_TYPE_UNKNOWN","features":[439]},{"name":"KSDEVICE_THERMAL_STATE","features":[439]},{"name":"KSDEVICE_THERMAL_STATE_HIGH","features":[439]},{"name":"KSDEVICE_THERMAL_STATE_LOW","features":[439]},{"name":"KSDISPATCH_FASTIO","features":[439]},{"name":"KSDISPLAYCHANGE","features":[439]},{"name":"KSDS3D_BUFFER_ALL","features":[439]},{"name":"KSDS3D_BUFFER_CONE_ANGLES","features":[439]},{"name":"KSDS3D_COEFF_COUNT","features":[439]},{"name":"KSDS3D_FILTER_METHOD_COUNT","features":[439]},{"name":"KSDS3D_FILTER_QUALITY_COUNT","features":[439]},{"name":"KSDS3D_HRTF_COEFF_FORMAT","features":[439]},{"name":"KSDS3D_HRTF_FILTER_FORMAT_MSG","features":[439]},{"name":"KSDS3D_HRTF_FILTER_METHOD","features":[439]},{"name":"KSDS3D_HRTF_FILTER_QUALITY","features":[439]},{"name":"KSDS3D_HRTF_FILTER_VERSION","features":[439]},{"name":"KSDS3D_HRTF_INIT_MSG","features":[439]},{"name":"KSDS3D_HRTF_PARAMS_MSG","features":[305,439]},{"name":"KSDS3D_ITD_PARAMS","features":[439]},{"name":"KSDS3D_ITD_PARAMS_MSG","features":[439]},{"name":"KSDS3D_LISTENER_ALL","features":[439]},{"name":"KSDS3D_LISTENER_ORIENTATION","features":[439]},{"name":"KSDSOUND_3D_MODE_DISABLE","features":[439]},{"name":"KSDSOUND_3D_MODE_HEADRELATIVE","features":[439]},{"name":"KSDSOUND_3D_MODE_NORMAL","features":[439]},{"name":"KSDSOUND_BUFFER_CTRL_3D","features":[439]},{"name":"KSDSOUND_BUFFER_CTRL_FREQUENCY","features":[439]},{"name":"KSDSOUND_BUFFER_CTRL_HRTF_3D","features":[439]},{"name":"KSDSOUND_BUFFER_CTRL_PAN","features":[439]},{"name":"KSDSOUND_BUFFER_CTRL_POSITIONNOTIFY","features":[439]},{"name":"KSDSOUND_BUFFER_CTRL_VOLUME","features":[439]},{"name":"KSDSOUND_BUFFER_LOCHARDWARE","features":[439]},{"name":"KSDSOUND_BUFFER_LOCSOFTWARE","features":[439]},{"name":"KSDSOUND_BUFFER_PRIMARY","features":[439]},{"name":"KSDSOUND_BUFFER_STATIC","features":[439]},{"name":"KSERROR","features":[439]},{"name":"KSEVENTDATA","features":[305,439]},{"name":"KSEVENTF_DPC","features":[439]},{"name":"KSEVENTF_EVENT_HANDLE","features":[439]},{"name":"KSEVENTF_EVENT_OBJECT","features":[439]},{"name":"KSEVENTF_KSWORKITEM","features":[439]},{"name":"KSEVENTF_SEMAPHORE_HANDLE","features":[439]},{"name":"KSEVENTF_SEMAPHORE_OBJECT","features":[439]},{"name":"KSEVENTF_WORKITEM","features":[439]},{"name":"KSEVENTSETID_AudioControlChange","features":[439]},{"name":"KSEVENTSETID_CameraAsyncControl","features":[439]},{"name":"KSEVENTSETID_CameraEvent","features":[439]},{"name":"KSEVENTSETID_Clock","features":[439]},{"name":"KSEVENTSETID_Connection","features":[439]},{"name":"KSEVENTSETID_Device","features":[439]},{"name":"KSEVENTSETID_DynamicFormatChange","features":[439]},{"name":"KSEVENTSETID_EXTDEV_Command","features":[439]},{"name":"KSEVENTSETID_ExtendedCameraControl","features":[439]},{"name":"KSEVENTSETID_LoopedStreaming","features":[439]},{"name":"KSEVENTSETID_PinCapsChange","features":[439]},{"name":"KSEVENTSETID_SoundDetector","features":[439]},{"name":"KSEVENTSETID_StreamAllocator","features":[439]},{"name":"KSEVENTSETID_Telephony","features":[439]},{"name":"KSEVENTSETID_VIDCAPTOSTI","features":[439]},{"name":"KSEVENTSETID_VIDCAP_TVAUDIO","features":[439]},{"name":"KSEVENTSETID_VPNotify","features":[439]},{"name":"KSEVENTSETID_VPVBINotify","features":[439]},{"name":"KSEVENTSETID_VolumeLimit","features":[439]},{"name":"KSEVENT_AUDIO_CONTROL_CHANGE","features":[439]},{"name":"KSEVENT_CAMERACONTROL","features":[439]},{"name":"KSEVENT_CAMERACONTROL_FOCUS","features":[439]},{"name":"KSEVENT_CAMERACONTROL_ZOOM","features":[439]},{"name":"KSEVENT_CAMERAEVENT","features":[439]},{"name":"KSEVENT_CLOCK_INTERVAL_MARK","features":[439]},{"name":"KSEVENT_CLOCK_POSITION","features":[439]},{"name":"KSEVENT_CLOCK_POSITION_MARK","features":[439]},{"name":"KSEVENT_CONNECTION","features":[439]},{"name":"KSEVENT_CONNECTION_DATADISCONTINUITY","features":[439]},{"name":"KSEVENT_CONNECTION_ENDOFSTREAM","features":[439]},{"name":"KSEVENT_CONNECTION_POSITIONUPDATE","features":[439]},{"name":"KSEVENT_CONNECTION_PRIORITY","features":[439]},{"name":"KSEVENT_CONNECTION_TIMEDISCONTINUITY","features":[439]},{"name":"KSEVENT_CONTROL_CHANGE","features":[439]},{"name":"KSEVENT_CROSSBAR","features":[439]},{"name":"KSEVENT_CROSSBAR_CHANGED","features":[439]},{"name":"KSEVENT_DEVCMD","features":[439]},{"name":"KSEVENT_DEVICE","features":[439]},{"name":"KSEVENT_DEVICE_LOST","features":[439]},{"name":"KSEVENT_DEVICE_PREEMPTED","features":[439]},{"name":"KSEVENT_DEVICE_THERMAL_HIGH","features":[439]},{"name":"KSEVENT_DEVICE_THERMAL_LOW","features":[439]},{"name":"KSEVENT_DYNAMICFORMATCHANGE","features":[439]},{"name":"KSEVENT_DYNAMIC_FORMAT_CHANGE","features":[439]},{"name":"KSEVENT_ENTRY_BUFFERED","features":[439]},{"name":"KSEVENT_ENTRY_DELETED","features":[439]},{"name":"KSEVENT_ENTRY_ONESHOT","features":[439]},{"name":"KSEVENT_EXTDEV_COMMAND_BUSRESET","features":[439]},{"name":"KSEVENT_EXTDEV_COMMAND_CONTROL_INTERIM_READY","features":[439]},{"name":"KSEVENT_EXTDEV_COMMAND_NOTIFY_INTERIM_READY","features":[439]},{"name":"KSEVENT_EXTDEV_NOTIFY_MEDIUM_CHANGE","features":[439]},{"name":"KSEVENT_EXTDEV_NOTIFY_REMOVAL","features":[439]},{"name":"KSEVENT_EXTDEV_OPERATION_MODE_UPDATE","features":[439]},{"name":"KSEVENT_EXTDEV_TIMECODE_UPDATE","features":[439]},{"name":"KSEVENT_EXTDEV_TRANSPORT_STATE_UPDATE","features":[439]},{"name":"KSEVENT_LOOPEDSTREAMING","features":[439]},{"name":"KSEVENT_LOOPEDSTREAMING_POSITION","features":[439]},{"name":"KSEVENT_PHOTO_SAMPLE_SCANNED","features":[439]},{"name":"KSEVENT_PINCAPS_CHANGENOTIFICATIONS","features":[439]},{"name":"KSEVENT_PINCAPS_FORMATCHANGE","features":[439]},{"name":"KSEVENT_PINCAPS_JACKINFOCHANGE","features":[439]},{"name":"KSEVENT_SOUNDDETECTOR","features":[439]},{"name":"KSEVENT_SOUNDDETECTOR_MATCHDETECTED","features":[439]},{"name":"KSEVENT_STREAMALLOCATOR","features":[439]},{"name":"KSEVENT_STREAMALLOCATOR_FREEFRAME","features":[439]},{"name":"KSEVENT_STREAMALLOCATOR_INTERNAL_FREEFRAME","features":[439]},{"name":"KSEVENT_TELEPHONY","features":[439]},{"name":"KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED","features":[439]},{"name":"KSEVENT_TIME_INTERVAL","features":[305,439]},{"name":"KSEVENT_TIME_MARK","features":[305,439]},{"name":"KSEVENT_TUNER","features":[439]},{"name":"KSEVENT_TUNER_CHANGED","features":[439]},{"name":"KSEVENT_TUNER_INITIATE_SCAN","features":[439]},{"name":"KSEVENT_TUNER_INITIATE_SCAN_S","features":[305,439]},{"name":"KSEVENT_TVAUDIO","features":[439]},{"name":"KSEVENT_TVAUDIO_CHANGED","features":[439]},{"name":"KSEVENT_TYPE_BASICSUPPORT","features":[439]},{"name":"KSEVENT_TYPE_ENABLE","features":[439]},{"name":"KSEVENT_TYPE_ENABLEBUFFERED","features":[439]},{"name":"KSEVENT_TYPE_ONESHOT","features":[439]},{"name":"KSEVENT_TYPE_QUERYBUFFER","features":[439]},{"name":"KSEVENT_TYPE_SETSUPPORT","features":[439]},{"name":"KSEVENT_TYPE_TOPOLOGY","features":[439]},{"name":"KSEVENT_VIDCAPTOSTI","features":[439]},{"name":"KSEVENT_VIDCAPTOSTI_EXT_TRIGGER","features":[439]},{"name":"KSEVENT_VIDCAP_AUTO_UPDATE","features":[439]},{"name":"KSEVENT_VIDCAP_SEARCH","features":[439]},{"name":"KSEVENT_VIDEODECODER","features":[439]},{"name":"KSEVENT_VIDEODECODER_CHANGED","features":[439]},{"name":"KSEVENT_VOLUMELIMIT","features":[439]},{"name":"KSEVENT_VOLUMELIMIT_CHANGED","features":[439]},{"name":"KSEVENT_VPNOTIFY","features":[439]},{"name":"KSEVENT_VPNOTIFY_FORMATCHANGE","features":[439]},{"name":"KSEVENT_VPVBINOTIFY","features":[439]},{"name":"KSEVENT_VPVBINOTIFY_FORMATCHANGE","features":[439]},{"name":"KSE_NODE","features":[439]},{"name":"KSE_PIN","features":[439]},{"name":"KSFILTER_FLAG_CRITICAL_PROCESSING","features":[439]},{"name":"KSFILTER_FLAG_DENY_USERMODE_ACCESS","features":[439]},{"name":"KSFILTER_FLAG_DISPATCH_LEVEL_PROCESSING","features":[439]},{"name":"KSFILTER_FLAG_HYPERCRITICAL_PROCESSING","features":[439]},{"name":"KSFILTER_FLAG_PRIORITIZE_REFERENCEGUID","features":[439]},{"name":"KSFILTER_FLAG_RECEIVE_ZERO_LENGTH_SAMPLES","features":[439]},{"name":"KSFRAMETIME","features":[439]},{"name":"KSFRAMETIME_VARIABLESIZE","features":[439]},{"name":"KSGOP_USERDATA","features":[439]},{"name":"KSIDENTIFIER","features":[439]},{"name":"KSINTERFACESETID_FileIo","features":[439]},{"name":"KSINTERFACESETID_Media","features":[439]},{"name":"KSINTERFACESETID_Standard","features":[439]},{"name":"KSINTERFACE_FILEIO","features":[439]},{"name":"KSINTERFACE_FILEIO_STREAMING","features":[439]},{"name":"KSINTERFACE_MEDIA","features":[439]},{"name":"KSINTERFACE_MEDIA_MUSIC","features":[439]},{"name":"KSINTERFACE_MEDIA_WAVE_BUFFERED","features":[439]},{"name":"KSINTERFACE_MEDIA_WAVE_QUEUED","features":[439]},{"name":"KSINTERFACE_STANDARD","features":[439]},{"name":"KSINTERFACE_STANDARD_CONTROL","features":[439]},{"name":"KSINTERFACE_STANDARD_LOOPED_STREAMING","features":[439]},{"name":"KSINTERFACE_STANDARD_STREAMING","features":[439]},{"name":"KSINTERVAL","features":[439]},{"name":"KSIOOPERATION","features":[439]},{"name":"KSJACK_DESCRIPTION","features":[305,439]},{"name":"KSJACK_DESCRIPTION2","features":[439]},{"name":"KSJACK_DESCRIPTION3","features":[439]},{"name":"KSJACK_SINK_CONNECTIONTYPE","features":[439]},{"name":"KSJACK_SINK_CONNECTIONTYPE_DISPLAYPORT","features":[439]},{"name":"KSJACK_SINK_CONNECTIONTYPE_HDMI","features":[439]},{"name":"KSJACK_SINK_INFORMATION","features":[305,439]},{"name":"KSMEDIUMSETID_MidiBus","features":[439]},{"name":"KSMEDIUMSETID_Standard","features":[439]},{"name":"KSMEDIUMSETID_VPBus","features":[439]},{"name":"KSMEDIUM_STANDARD_DEVIO","features":[439]},{"name":"KSMEDIUM_TYPE_ANYINSTANCE","features":[439]},{"name":"KSMEMORY_TYPE_DEVICE_UNKNOWN","features":[439]},{"name":"KSMEMORY_TYPE_KERNEL_NONPAGED","features":[439]},{"name":"KSMEMORY_TYPE_KERNEL_PAGED","features":[439]},{"name":"KSMEMORY_TYPE_SYSTEM","features":[439]},{"name":"KSMEMORY_TYPE_USER","features":[439]},{"name":"KSMETHODSETID_StreamAllocator","features":[439]},{"name":"KSMETHODSETID_StreamIo","features":[439]},{"name":"KSMETHODSETID_Wavetable","features":[439]},{"name":"KSMETHOD_STREAMALLOCATOR","features":[439]},{"name":"KSMETHOD_STREAMALLOCATOR_ALLOC","features":[439]},{"name":"KSMETHOD_STREAMALLOCATOR_FREE","features":[439]},{"name":"KSMETHOD_STREAMIO","features":[439]},{"name":"KSMETHOD_STREAMIO_READ","features":[439]},{"name":"KSMETHOD_STREAMIO_WRITE","features":[439]},{"name":"KSMETHOD_TYPE_BASICSUPPORT","features":[439]},{"name":"KSMETHOD_TYPE_MODIFY","features":[439]},{"name":"KSMETHOD_TYPE_NONE","features":[439]},{"name":"KSMETHOD_TYPE_READ","features":[439]},{"name":"KSMETHOD_TYPE_SEND","features":[439]},{"name":"KSMETHOD_TYPE_SETSUPPORT","features":[439]},{"name":"KSMETHOD_TYPE_SOURCE","features":[439]},{"name":"KSMETHOD_TYPE_TOPOLOGY","features":[439]},{"name":"KSMETHOD_TYPE_WRITE","features":[439]},{"name":"KSMETHOD_WAVETABLE","features":[439]},{"name":"KSMETHOD_WAVETABLE_WAVE_ALLOC","features":[439]},{"name":"KSMETHOD_WAVETABLE_WAVE_FIND","features":[439]},{"name":"KSMETHOD_WAVETABLE_WAVE_FREE","features":[439]},{"name":"KSMETHOD_WAVETABLE_WAVE_WRITE","features":[439]},{"name":"KSMETHOD_WAVE_QUEUED_BREAKLOOP","features":[439]},{"name":"KSMFT_CATEGORY_AUDIO_DECODER","features":[439]},{"name":"KSMFT_CATEGORY_AUDIO_EFFECT","features":[439]},{"name":"KSMFT_CATEGORY_AUDIO_ENCODER","features":[439]},{"name":"KSMFT_CATEGORY_DEMULTIPLEXER","features":[439]},{"name":"KSMFT_CATEGORY_MULTIPLEXER","features":[439]},{"name":"KSMFT_CATEGORY_OTHER","features":[439]},{"name":"KSMFT_CATEGORY_VIDEO_DECODER","features":[439]},{"name":"KSMFT_CATEGORY_VIDEO_EFFECT","features":[439]},{"name":"KSMFT_CATEGORY_VIDEO_ENCODER","features":[439]},{"name":"KSMFT_CATEGORY_VIDEO_PROCESSOR","features":[439]},{"name":"KSMICARRAY_MICARRAYTYPE","features":[439]},{"name":"KSMICARRAY_MICARRAYTYPE_3D","features":[439]},{"name":"KSMICARRAY_MICARRAYTYPE_LINEAR","features":[439]},{"name":"KSMICARRAY_MICARRAYTYPE_PLANAR","features":[439]},{"name":"KSMICARRAY_MICTYPE","features":[439]},{"name":"KSMICARRAY_MICTYPE_8SHAPED","features":[439]},{"name":"KSMICARRAY_MICTYPE_CARDIOID","features":[439]},{"name":"KSMICARRAY_MICTYPE_HYPERCARDIOID","features":[439]},{"name":"KSMICARRAY_MICTYPE_OMNIDIRECTIONAL","features":[439]},{"name":"KSMICARRAY_MICTYPE_SUBCARDIOID","features":[439]},{"name":"KSMICARRAY_MICTYPE_SUPERCARDIOID","features":[439]},{"name":"KSMICARRAY_MICTYPE_VENDORDEFINED","features":[439]},{"name":"KSMPEGVIDMODE_LTRBOX","features":[439]},{"name":"KSMPEGVIDMODE_PANSCAN","features":[439]},{"name":"KSMPEGVIDMODE_SCALE","features":[439]},{"name":"KSMPEGVID_RECT","features":[439]},{"name":"KSMULTIPLE_DATA_PROP","features":[439]},{"name":"KSMULTIPLE_ITEM","features":[439]},{"name":"KSMUSICFORMAT","features":[439]},{"name":"KSMUSIC_TECHNOLOGY_FMSYNTH","features":[439]},{"name":"KSMUSIC_TECHNOLOGY_PORT","features":[439]},{"name":"KSMUSIC_TECHNOLOGY_SQSYNTH","features":[439]},{"name":"KSMUSIC_TECHNOLOGY_SWSYNTH","features":[439]},{"name":"KSMUSIC_TECHNOLOGY_WAVETABLE","features":[439]},{"name":"KSM_NODE","features":[439]},{"name":"KSNAME_Allocator","features":[439]},{"name":"KSNAME_Clock","features":[439]},{"name":"KSNAME_Filter","features":[439]},{"name":"KSNAME_Pin","features":[439]},{"name":"KSNAME_TopologyNode","features":[439]},{"name":"KSNODEPIN_AEC_CAPTURE_IN","features":[439]},{"name":"KSNODEPIN_AEC_CAPTURE_OUT","features":[439]},{"name":"KSNODEPIN_AEC_RENDER_IN","features":[439]},{"name":"KSNODEPIN_AEC_RENDER_OUT","features":[439]},{"name":"KSNODEPIN_DEMUX_IN","features":[439]},{"name":"KSNODEPIN_DEMUX_OUT","features":[439]},{"name":"KSNODEPIN_STANDARD_IN","features":[439]},{"name":"KSNODEPIN_STANDARD_OUT","features":[439]},{"name":"KSNODEPIN_SUM_MUX_IN","features":[439]},{"name":"KSNODEPIN_SUM_MUX_OUT","features":[439]},{"name":"KSNODEPROPERTY","features":[439]},{"name":"KSNODEPROPERTY_AUDIO_3D_LISTENER","features":[439]},{"name":"KSNODEPROPERTY_AUDIO_3D_LISTENER","features":[439]},{"name":"KSNODEPROPERTY_AUDIO_CHANNEL","features":[439]},{"name":"KSNODEPROPERTY_AUDIO_DEV_SPECIFIC","features":[439]},{"name":"KSNODEPROPERTY_AUDIO_PROPERTY","features":[439]},{"name":"KSNODEPROPERTY_AUDIO_PROPERTY","features":[439]},{"name":"KSNODETYPE_1394_DA_STREAM","features":[439]},{"name":"KSNODETYPE_1394_DV_STREAM_SOUNDTRACK","features":[439]},{"name":"KSNODETYPE_3D_EFFECTS","features":[439]},{"name":"KSNODETYPE_ADC","features":[439]},{"name":"KSNODETYPE_AGC","features":[439]},{"name":"KSNODETYPE_ANALOG_CONNECTOR","features":[439]},{"name":"KSNODETYPE_ANALOG_TAPE","features":[439]},{"name":"KSNODETYPE_AUDIO_ENGINE","features":[439]},{"name":"KSNODETYPE_AUDIO_KEYWORDDETECTOR","features":[439]},{"name":"KSNODETYPE_AUDIO_LOOPBACK","features":[439]},{"name":"KSNODETYPE_AUDIO_MODULE","features":[439]},{"name":"KSNODETYPE_BIDIRECTIONAL_UNDEFINED","features":[439]},{"name":"KSNODETYPE_CABLE_TUNER_AUDIO","features":[439]},{"name":"KSNODETYPE_CD_PLAYER","features":[439]},{"name":"KSNODETYPE_CHORUS","features":[439]},{"name":"KSNODETYPE_COMMUNICATION_SPEAKER","features":[439]},{"name":"KSNODETYPE_DAC","features":[439]},{"name":"KSNODETYPE_DAT_IO_DIGITAL_AUDIO_TAPE","features":[439]},{"name":"KSNODETYPE_DCC_IO_DIGITAL_COMPACT_CASSETTE","features":[439]},{"name":"KSNODETYPE_DELAY","features":[439]},{"name":"KSNODETYPE_DEMUX","features":[439]},{"name":"KSNODETYPE_DESKTOP_MICROPHONE","features":[439]},{"name":"KSNODETYPE_DESKTOP_SPEAKER","features":[439]},{"name":"KSNODETYPE_DEV_SPECIFIC","features":[439]},{"name":"KSNODETYPE_DIGITAL_AUDIO_INTERFACE","features":[439]},{"name":"KSNODETYPE_DISPLAYPORT_INTERFACE","features":[439]},{"name":"KSNODETYPE_DOWN_LINE_PHONE","features":[439]},{"name":"KSNODETYPE_DRM_DESCRAMBLE","features":[439]},{"name":"KSNODETYPE_DSS_AUDIO","features":[439]},{"name":"KSNODETYPE_DVD_AUDIO","features":[439]},{"name":"KSNODETYPE_DYN_RANGE_COMPRESSOR","features":[439]},{"name":"KSNODETYPE_ECHO_CANCELING_SPEAKERPHONE","features":[439]},{"name":"KSNODETYPE_ECHO_SUPPRESSING_SPEAKERPHONE","features":[439]},{"name":"KSNODETYPE_EMBEDDED_UNDEFINED","features":[439]},{"name":"KSNODETYPE_EQUALIZATION_NOISE","features":[439]},{"name":"KSNODETYPE_EQUALIZER","features":[439]},{"name":"KSNODETYPE_EXTERNAL_UNDEFINED","features":[439]},{"name":"KSNODETYPE_FM_RX","features":[439]},{"name":"KSNODETYPE_HANDSET","features":[439]},{"name":"KSNODETYPE_HDMI_INTERFACE","features":[439]},{"name":"KSNODETYPE_HEADPHONES","features":[439]},{"name":"KSNODETYPE_HEADSET","features":[439]},{"name":"KSNODETYPE_HEAD_MOUNTED_DISPLAY_AUDIO","features":[439]},{"name":"KSNODETYPE_INPUT_UNDEFINED","features":[439]},{"name":"KSNODETYPE_LEGACY_AUDIO_CONNECTOR","features":[439]},{"name":"KSNODETYPE_LEVEL_CALIBRATION_NOISE_SOURCE","features":[439]},{"name":"KSNODETYPE_LINE_CONNECTOR","features":[439]},{"name":"KSNODETYPE_LOUDNESS","features":[439]},{"name":"KSNODETYPE_LOW_FREQUENCY_EFFECTS_SPEAKER","features":[439]},{"name":"KSNODETYPE_MICROPHONE","features":[439]},{"name":"KSNODETYPE_MICROPHONE_ARRAY","features":[439]},{"name":"KSNODETYPE_MIDI_ELEMENT","features":[439]},{"name":"KSNODETYPE_MIDI_JACK","features":[439]},{"name":"KSNODETYPE_MINIDISK","features":[439]},{"name":"KSNODETYPE_MULTITRACK_RECORDER","features":[439]},{"name":"KSNODETYPE_MUTE","features":[439]},{"name":"KSNODETYPE_MUX","features":[439]},{"name":"KSNODETYPE_NOISE_SUPPRESS","features":[439]},{"name":"KSNODETYPE_OMNI_DIRECTIONAL_MICROPHONE","features":[439]},{"name":"KSNODETYPE_OUTPUT_UNDEFINED","features":[439]},{"name":"KSNODETYPE_PARAMETRIC_EQUALIZER","features":[439]},{"name":"KSNODETYPE_PEAKMETER","features":[439]},{"name":"KSNODETYPE_PERSONAL_MICROPHONE","features":[439]},{"name":"KSNODETYPE_PHONE_LINE","features":[439]},{"name":"KSNODETYPE_PHONOGRAPH","features":[439]},{"name":"KSNODETYPE_PROCESSING_MICROPHONE_ARRAY","features":[439]},{"name":"KSNODETYPE_PROLOGIC_DECODER","features":[439]},{"name":"KSNODETYPE_PROLOGIC_ENCODER","features":[439]},{"name":"KSNODETYPE_RADIO_RECEIVER","features":[439]},{"name":"KSNODETYPE_RADIO_TRANSMITTER","features":[439]},{"name":"KSNODETYPE_REVERB","features":[439]},{"name":"KSNODETYPE_ROOM_SPEAKER","features":[439]},{"name":"KSNODETYPE_SATELLITE_RECEIVER_AUDIO","features":[439]},{"name":"KSNODETYPE_SPDIF_INTERFACE","features":[439]},{"name":"KSNODETYPE_SPEAKER","features":[439]},{"name":"KSNODETYPE_SPEAKERPHONE_NO_ECHO_REDUCTION","features":[439]},{"name":"KSNODETYPE_SPEAKERS_STATIC_JACK","features":[439]},{"name":"KSNODETYPE_SRC","features":[439]},{"name":"KSNODETYPE_STEREO_WIDE","features":[439]},{"name":"KSNODETYPE_SUM","features":[439]},{"name":"KSNODETYPE_SUPERMIX","features":[439]},{"name":"KSNODETYPE_SYNTHESIZER","features":[439]},{"name":"KSNODETYPE_TELEPHONE","features":[439]},{"name":"KSNODETYPE_TELEPHONY_BIDI","features":[439]},{"name":"KSNODETYPE_TELEPHONY_UNDEFINED","features":[439]},{"name":"KSNODETYPE_TONE","features":[439]},{"name":"KSNODETYPE_TV_TUNER_AUDIO","features":[439]},{"name":"KSNODETYPE_UPDOWN_MIX","features":[439]},{"name":"KSNODETYPE_VCR_AUDIO","features":[439]},{"name":"KSNODETYPE_VIDEO_CAMERA_TERMINAL","features":[439]},{"name":"KSNODETYPE_VIDEO_DISC_AUDIO","features":[439]},{"name":"KSNODETYPE_VIDEO_INPUT_MTT","features":[439]},{"name":"KSNODETYPE_VIDEO_INPUT_TERMINAL","features":[439]},{"name":"KSNODETYPE_VIDEO_OUTPUT_MTT","features":[439]},{"name":"KSNODETYPE_VIDEO_OUTPUT_TERMINAL","features":[439]},{"name":"KSNODETYPE_VIDEO_PROCESSING","features":[439]},{"name":"KSNODETYPE_VIDEO_SELECTOR","features":[439]},{"name":"KSNODETYPE_VIDEO_STREAMING","features":[439]},{"name":"KSNODETYPE_VOLUME","features":[439]},{"name":"KSNODE_CREATE","features":[439]},{"name":"KSNOTIFICATIONID_AudioModule","features":[439]},{"name":"KSNOTIFICATIONID_SoundDetector","features":[439]},{"name":"KSPEEKOPERATION","features":[439]},{"name":"KSPIN_CINSTANCES","features":[439]},{"name":"KSPIN_COMMUNICATION","features":[439]},{"name":"KSPIN_COMMUNICATION_BOTH","features":[439]},{"name":"KSPIN_COMMUNICATION_BRIDGE","features":[439]},{"name":"KSPIN_COMMUNICATION_NONE","features":[439]},{"name":"KSPIN_COMMUNICATION_SINK","features":[439]},{"name":"KSPIN_COMMUNICATION_SOURCE","features":[439]},{"name":"KSPIN_CONNECT","features":[305,439]},{"name":"KSPIN_DATAFLOW","features":[439]},{"name":"KSPIN_DATAFLOW_IN","features":[439]},{"name":"KSPIN_DATAFLOW_OUT","features":[439]},{"name":"KSPIN_FLAG_ASYNCHRONOUS_PROCESSING","features":[439]},{"name":"KSPIN_FLAG_CRITICAL_PROCESSING","features":[439]},{"name":"KSPIN_FLAG_DENY_USERMODE_ACCESS","features":[439]},{"name":"KSPIN_FLAG_DISPATCH_LEVEL_PROCESSING","features":[439]},{"name":"KSPIN_FLAG_DISTINCT_TRAILING_EDGE","features":[439]},{"name":"KSPIN_FLAG_DO_NOT_INITIATE_PROCESSING","features":[439]},{"name":"KSPIN_FLAG_DO_NOT_USE_STANDARD_TRANSPORT","features":[439]},{"name":"KSPIN_FLAG_ENFORCE_FIFO","features":[439]},{"name":"KSPIN_FLAG_FIXED_FORMAT","features":[439]},{"name":"KSPIN_FLAG_FRAMES_NOT_REQUIRED_FOR_PROCESSING","features":[439]},{"name":"KSPIN_FLAG_GENERATE_EOS_EVENTS","features":[439]},{"name":"KSPIN_FLAG_GENERATE_MAPPINGS","features":[439]},{"name":"KSPIN_FLAG_HYPERCRITICAL_PROCESSING","features":[439]},{"name":"KSPIN_FLAG_IMPLEMENT_CLOCK","features":[439]},{"name":"KSPIN_FLAG_INITIATE_PROCESSING_ON_EVERY_ARRIVAL","features":[439]},{"name":"KSPIN_FLAG_PROCESS_IF_ANY_IN_RUN_STATE","features":[439]},{"name":"KSPIN_FLAG_PROCESS_IN_RUN_STATE_ONLY","features":[439]},{"name":"KSPIN_FLAG_SOME_FRAMES_REQUIRED_FOR_PROCESSING","features":[439]},{"name":"KSPIN_FLAG_SPLITTER","features":[439]},{"name":"KSPIN_FLAG_USE_STANDARD_TRANSPORT","features":[439]},{"name":"KSPIN_MDL_CACHING_EVENT","features":[439]},{"name":"KSPIN_MDL_CACHING_NOTIFICATION","features":[439]},{"name":"KSPIN_MDL_CACHING_NOTIFICATION32","features":[439]},{"name":"KSPIN_MDL_CACHING_NOTIFY_ADDSAMPLE","features":[439]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANALL_NOWAIT","features":[439]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANALL_WAIT","features":[439]},{"name":"KSPIN_MDL_CACHING_NOTIFY_CLEANUP","features":[439]},{"name":"KSPIN_PHYSICALCONNECTION","features":[439]},{"name":"KSPPROPERTY_ALLOCATOR_MDLCACHING","features":[439]},{"name":"KSPRIORITY","features":[439]},{"name":"KSPRIORITY_EXCLUSIVE","features":[439]},{"name":"KSPRIORITY_HIGH","features":[439]},{"name":"KSPRIORITY_LOW","features":[439]},{"name":"KSPRIORITY_NORMAL","features":[439]},{"name":"KSPROBE_ALLOCATEMDL","features":[439]},{"name":"KSPROBE_ALLOWFORMATCHANGE","features":[439]},{"name":"KSPROBE_MODIFY","features":[439]},{"name":"KSPROBE_PROBEANDLOCK","features":[439]},{"name":"KSPROBE_STREAMREAD","features":[439]},{"name":"KSPROBE_STREAMWRITE","features":[439]},{"name":"KSPROBE_SYSTEMADDRESS","features":[439]},{"name":"KSPROPERTYSETID_ExtendedCameraControl","features":[439]},{"name":"KSPROPERTYSETID_NetworkCameraControl","features":[439]},{"name":"KSPROPERTYSETID_PerFrameSettingControl","features":[439]},{"name":"KSPROPERTY_AC3","features":[439]},{"name":"KSPROPERTY_AC3_ALTERNATE_AUDIO","features":[439]},{"name":"KSPROPERTY_AC3_BIT_STREAM_MODE","features":[439]},{"name":"KSPROPERTY_AC3_DIALOGUE_LEVEL","features":[439]},{"name":"KSPROPERTY_AC3_DOWNMIX","features":[439]},{"name":"KSPROPERTY_AC3_ERROR_CONCEALMENT","features":[439]},{"name":"KSPROPERTY_AC3_LANGUAGE_CODE","features":[439]},{"name":"KSPROPERTY_AC3_ROOM_TYPE","features":[439]},{"name":"KSPROPERTY_ALLOCATOR_CLEANUP_CACHEDMDLPAGES","features":[439]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL","features":[439]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS","features":[439]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S","features":[439]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE","features":[439]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S","features":[439]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_HONOR_COUNT","features":[439]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE","features":[439]},{"name":"KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S","features":[439]},{"name":"KSPROPERTY_ATN_READER","features":[439]},{"name":"KSPROPERTY_AUDDECOUT","features":[439]},{"name":"KSPROPERTY_AUDDECOUT_CUR_MODE","features":[439]},{"name":"KSPROPERTY_AUDDECOUT_MODES","features":[439]},{"name":"KSPROPERTY_AUDIO","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE_BUFFER_SIZE_RANGE","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE_DESCRIPTOR","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE_DEVICECONTROLS","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE_DEVICEFORMAT","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE_GFXENABLE","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE_LFXENABLE","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE_LOOPBACK_PROTECTION","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE_MIXFORMAT","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE_SUPPORTEDDEVICEFORMATS","features":[439]},{"name":"KSPROPERTY_AUDIOENGINE_VOLUMELEVEL","features":[439]},{"name":"KSPROPERTY_AUDIOMODULE","features":[439]},{"name":"KSPROPERTY_AUDIOMODULE_COMMAND","features":[439]},{"name":"KSPROPERTY_AUDIOMODULE_DESCRIPTORS","features":[439]},{"name":"KSPROPERTY_AUDIOMODULE_NOTIFICATION_DEVICE_ID","features":[439]},{"name":"KSPROPERTY_AUDIOPOSTURE","features":[439]},{"name":"KSPROPERTY_AUDIOPOSTURE_ORIENTATION","features":[439]},{"name":"KSPROPERTY_AUDIORESOURCEMANAGEMENT","features":[439]},{"name":"KSPROPERTY_AUDIORESOURCEMANAGEMENT_RESOURCEGROUP","features":[439]},{"name":"KSPROPERTY_AUDIOSIGNALPROCESSING","features":[439]},{"name":"KSPROPERTY_AUDIOSIGNALPROCESSING_MODES","features":[439]},{"name":"KSPROPERTY_AUDIO_3D_INTERFACE","features":[439]},{"name":"KSPROPERTY_AUDIO_AGC","features":[439]},{"name":"KSPROPERTY_AUDIO_ALGORITHM_INSTANCE","features":[439]},{"name":"KSPROPERTY_AUDIO_BASS","features":[439]},{"name":"KSPROPERTY_AUDIO_BASS_BOOST","features":[439]},{"name":"KSPROPERTY_AUDIO_BUFFER_DURATION","features":[439]},{"name":"KSPROPERTY_AUDIO_CHANNEL_CONFIG","features":[439]},{"name":"KSPROPERTY_AUDIO_CHORUS_LEVEL","features":[439]},{"name":"KSPROPERTY_AUDIO_CHORUS_MODULATION_DEPTH","features":[439]},{"name":"KSPROPERTY_AUDIO_CHORUS_MODULATION_RATE","features":[439]},{"name":"KSPROPERTY_AUDIO_COPY_PROTECTION","features":[439]},{"name":"KSPROPERTY_AUDIO_CPU_RESOURCES","features":[439]},{"name":"KSPROPERTY_AUDIO_DELAY","features":[439]},{"name":"KSPROPERTY_AUDIO_DEMUX_DEST","features":[439]},{"name":"KSPROPERTY_AUDIO_DEV_SPECIFIC","features":[439]},{"name":"KSPROPERTY_AUDIO_DYNAMIC_RANGE","features":[439]},{"name":"KSPROPERTY_AUDIO_DYNAMIC_SAMPLING_RATE","features":[439]},{"name":"KSPROPERTY_AUDIO_EQ_BANDS","features":[439]},{"name":"KSPROPERTY_AUDIO_EQ_LEVEL","features":[439]},{"name":"KSPROPERTY_AUDIO_FILTER_STATE","features":[439]},{"name":"KSPROPERTY_AUDIO_LATENCY","features":[439]},{"name":"KSPROPERTY_AUDIO_LINEAR_BUFFER_POSITION","features":[439]},{"name":"KSPROPERTY_AUDIO_LOUDNESS","features":[439]},{"name":"KSPROPERTY_AUDIO_MANUFACTURE_GUID","features":[439]},{"name":"KSPROPERTY_AUDIO_MIC_ARRAY_GEOMETRY","features":[439]},{"name":"KSPROPERTY_AUDIO_MIC_SENSITIVITY","features":[439]},{"name":"KSPROPERTY_AUDIO_MIC_SENSITIVITY2","features":[439]},{"name":"KSPROPERTY_AUDIO_MIC_SNR","features":[439]},{"name":"KSPROPERTY_AUDIO_MID","features":[439]},{"name":"KSPROPERTY_AUDIO_MIX_LEVEL_CAPS","features":[439]},{"name":"KSPROPERTY_AUDIO_MIX_LEVEL_TABLE","features":[439]},{"name":"KSPROPERTY_AUDIO_MUTE","features":[439]},{"name":"KSPROPERTY_AUDIO_MUX_SOURCE","features":[439]},{"name":"KSPROPERTY_AUDIO_NUM_EQ_BANDS","features":[439]},{"name":"KSPROPERTY_AUDIO_PEAKMETER","features":[439]},{"name":"KSPROPERTY_AUDIO_PEAKMETER2","features":[439]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_CENTER_FREQ","features":[439]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_LEVEL","features":[439]},{"name":"KSPROPERTY_AUDIO_PEQ_BAND_Q_FACTOR","features":[439]},{"name":"KSPROPERTY_AUDIO_PEQ_MAX_BANDS","features":[439]},{"name":"KSPROPERTY_AUDIO_PEQ_NUM_BANDS","features":[439]},{"name":"KSPROPERTY_AUDIO_POSITION","features":[439]},{"name":"KSPROPERTY_AUDIO_POSITIONEX","features":[439]},{"name":"KSPROPERTY_AUDIO_PREFERRED_STATUS","features":[439]},{"name":"KSPROPERTY_AUDIO_PRESENTATION_POSITION","features":[439]},{"name":"KSPROPERTY_AUDIO_PRODUCT_GUID","features":[439]},{"name":"KSPROPERTY_AUDIO_QUALITY","features":[439]},{"name":"KSPROPERTY_AUDIO_REVERB_DELAY_FEEDBACK","features":[439]},{"name":"KSPROPERTY_AUDIO_REVERB_LEVEL","features":[439]},{"name":"KSPROPERTY_AUDIO_REVERB_TIME","features":[439]},{"name":"KSPROPERTY_AUDIO_SAMPLING_RATE","features":[439]},{"name":"KSPROPERTY_AUDIO_STEREO_ENHANCE","features":[439]},{"name":"KSPROPERTY_AUDIO_STEREO_SPEAKER_GEOMETRY","features":[439]},{"name":"KSPROPERTY_AUDIO_SURROUND_ENCODE","features":[439]},{"name":"KSPROPERTY_AUDIO_TREBLE","features":[439]},{"name":"KSPROPERTY_AUDIO_VOLUMELEVEL","features":[439]},{"name":"KSPROPERTY_AUDIO_VOLUMELIMIT_ENGAGED","features":[439]},{"name":"KSPROPERTY_AUDIO_WAVERT_CURRENT_WRITE_LASTBUFFER_POSITION","features":[439]},{"name":"KSPROPERTY_AUDIO_WAVERT_CURRENT_WRITE_POSITION","features":[439]},{"name":"KSPROPERTY_AUDIO_WIDENESS","features":[439]},{"name":"KSPROPERTY_AUDIO_WIDE_MODE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYGEOGRAPHIC","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYPERSONALNAME","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYRELATED","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYTITLE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYTOPICALTERM","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDENTRYUNIFORMTITLE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ADDEDFORMAVAILABLE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_AWARDS","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_BIBLIOGRAPHYNOTE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CATALOGINGSOURCE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CITATION","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CONTENTSNOTE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_CREATIONCREDIT","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_GENERALNOTE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_INDEXTERMCURRICULUM","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_INDEXTERMGENRE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ISBN","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_ISSN","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_LCCN","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_LEADER","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINCORPORATEBODY","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINMEETINGNAME","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINPERSONALNAME","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_MAINUNIFORMTITLE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PARTICIPANT","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PHYSICALDESCRIPTION","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_PUBLICATION","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENT","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENTPERSONALNAME","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SERIESSTATEMENTUNIFORMTITLE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SUMMARY","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_SYSTEMDETAILS","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_TARGETAUDIENCE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_TITLESTATEMENT","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_UNIFORMTITLE","features":[439]},{"name":"KSPROPERTY_BIBLIOGRAPHIC_VARYINGFORMTITLE","features":[439]},{"name":"KSPROPERTY_BOUNDS_LONG","features":[439]},{"name":"KSPROPERTY_BOUNDS_LONGLONG","features":[439]},{"name":"KSPROPERTY_BTAUDIO","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_AUTO_EXPOSURE_PRIORITY","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXPOSURE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXPOSURE_RELATIVE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ADVANCEDPHOTO","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_BACKGROUNDSEGMENTATION","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_CAMERAANGLEOFFSET","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_DIGITALWINDOW","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_DIGITALWINDOW_CONFIGCAPS","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_END","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_END2","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EVCOMPENSATION","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EXPOSUREMODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_EYEGAZECORRECTION","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FACEAUTH_MODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FACEDETECTION","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FIELDOFVIEW","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FLASHMODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSMODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSPRIORITY","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_FOCUSSTATE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_HISTOGRAM","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_IRTORCHMODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ISO","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ISO_ADVANCED","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_MAXVIDFPS_PHOTORES","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_MCC","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_METADATA","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_OIS","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_OPTIMIZATIONHINT","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOCONFIRMATION","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOFRAMERATE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOMAXFRAMERATE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOMODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOTHUMBNAIL","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOTRIGGERTIME","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PROFILE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_PROPERTY","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_RELATIVEPANELOPTIMIZATION","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ROI_CONFIGCAPS","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ROI_ISPCONTROL","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_SCENEMODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_SECURE_MODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_TORCHMODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VFR","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOHDR","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOSTABILIZATION","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOTEMPORALDENOISING","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_WARMSTART","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_WHITEBALANCEMODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_EXTENDED_ZOOM","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_ABSOLUTE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_ASYNCHRONOUS","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_AUTO","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_MANUAL","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLAGS_RELATIVE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_AUTO","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_FLAGS_AUTO","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_FLAGS_MANUAL","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_OFF","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_ON","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_PROPERTY_ID","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FLASH_S","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH_S","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FOCUS","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_FOCUS_RELATIVE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_EXCLUSIVE_WITH_RECORD","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_PROPERTY_ID","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_SEQUENCE_EXCLUSIVE_WITH_RECORD","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_IRIS","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_IRIS_RELATIVE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_FOCAL_LENGTH_S","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_S","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_NODE_S2","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_PAN","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_PANTILT","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_PANTILT_RELATIVE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_PAN_RELATIVE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CAPABILITY","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CLEAR","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_PROPERTY","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_SET","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_PRIVACY","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_EXPOSURE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_FOCUS","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONFIG_WB","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_CONVERGEMODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_ASYNC","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_AUTO","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_FLAGS_MANUAL","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_PROPERTY_ID","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_REGION_OF_INTEREST_S","features":[305,439]},{"name":"KSPROPERTY_CAMERACONTROL_ROLL","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_ROLL_RELATIVE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_S","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_S2","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_SCANMODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_S_EX","features":[305,439]},{"name":"KSPROPERTY_CAMERACONTROL_TILT","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_TILT_RELATIVE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_AUTO","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_FLAGS_AUTO","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_FLAGS_MANUAL","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_HIGH","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_LOW","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_MEDIUM","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_OFF","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_S","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEO_STABILIZATION_MODE","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_VIDEO_STABILIZATION_MODE_PROPERTY_ID","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_ZOOM","features":[439]},{"name":"KSPROPERTY_CAMERACONTROL_ZOOM_RELATIVE","features":[439]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_CLEAR","features":[439]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_FLAGS","features":[439]},{"name":"KSPROPERTY_CAMERA_PHOTOTRIGGERTIME_SET","features":[439]},{"name":"KSPROPERTY_CLOCK","features":[439]},{"name":"KSPROPERTY_CLOCK_CORRELATEDPHYSICALTIME","features":[439]},{"name":"KSPROPERTY_CLOCK_CORRELATEDTIME","features":[439]},{"name":"KSPROPERTY_CLOCK_PHYSICALTIME","features":[439]},{"name":"KSPROPERTY_CLOCK_RESOLUTION","features":[439]},{"name":"KSPROPERTY_CLOCK_STATE","features":[439]},{"name":"KSPROPERTY_CLOCK_TIME","features":[439]},{"name":"KSPROPERTY_CONNECTION","features":[439]},{"name":"KSPROPERTY_CONNECTION_ACQUIREORDERING","features":[439]},{"name":"KSPROPERTY_CONNECTION_ALLOCATORFRAMING","features":[439]},{"name":"KSPROPERTY_CONNECTION_ALLOCATORFRAMING_EX","features":[439]},{"name":"KSPROPERTY_CONNECTION_DATAFORMAT","features":[439]},{"name":"KSPROPERTY_CONNECTION_PRIORITY","features":[439]},{"name":"KSPROPERTY_CONNECTION_PROPOSEDATAFORMAT","features":[439]},{"name":"KSPROPERTY_CONNECTION_STARTAT","features":[439]},{"name":"KSPROPERTY_CONNECTION_STATE","features":[439]},{"name":"KSPROPERTY_COPYPROT","features":[439]},{"name":"KSPROPERTY_COPY_MACROVISION","features":[439]},{"name":"KSPROPERTY_CROSSBAR_ACTIVE_S","features":[439]},{"name":"KSPROPERTY_CROSSBAR_CAN_ROUTE","features":[439]},{"name":"KSPROPERTY_CROSSBAR_CAPS","features":[439]},{"name":"KSPROPERTY_CROSSBAR_CAPS_S","features":[439]},{"name":"KSPROPERTY_CROSSBAR_INPUT_ACTIVE","features":[439]},{"name":"KSPROPERTY_CROSSBAR_PININFO","features":[439]},{"name":"KSPROPERTY_CROSSBAR_PININFO_S","features":[439]},{"name":"KSPROPERTY_CROSSBAR_ROUTE","features":[439]},{"name":"KSPROPERTY_CROSSBAR_ROUTE_S","features":[439]},{"name":"KSPROPERTY_CURRENT_CAPTURE_SURFACE","features":[439]},{"name":"KSPROPERTY_CYCLIC","features":[439]},{"name":"KSPROPERTY_CYCLIC_POSITION","features":[439]},{"name":"KSPROPERTY_DESCRIPTION","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_ALL","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEANGLES","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEORIENTATION","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_CONEOUTSIDEVOLUME","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MAXDISTANCE","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MINDISTANCE","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_MODE","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_POSITION","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DBUFFER_VELOCITY","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ALL","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ALLOCATION","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_BATCH","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_DISTANCEFACTOR","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_DOPPLERFACTOR","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ORIENTATION","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_POSITION","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_ROLLOFFFACTOR","features":[439]},{"name":"KSPROPERTY_DIRECTSOUND3DLISTENER_VELOCITY","features":[439]},{"name":"KSPROPERTY_DISPLAY_ADAPTER_GUID","features":[439]},{"name":"KSPROPERTY_DRMAUDIOSTREAM","features":[439]},{"name":"KSPROPERTY_DRMAUDIOSTREAM_CONTENTID","features":[439]},{"name":"KSPROPERTY_DROPPEDFRAMES_CURRENT","features":[439]},{"name":"KSPROPERTY_DROPPEDFRAMES_CURRENT_S","features":[439]},{"name":"KSPROPERTY_DVDCOPY_CHLG_KEY","features":[439]},{"name":"KSPROPERTY_DVDCOPY_DEC_KEY2","features":[439]},{"name":"KSPROPERTY_DVDCOPY_DISC_KEY","features":[439]},{"name":"KSPROPERTY_DVDCOPY_DVD_KEY1","features":[439]},{"name":"KSPROPERTY_DVDCOPY_REGION","features":[439]},{"name":"KSPROPERTY_DVDCOPY_SET_COPY_STATE","features":[439]},{"name":"KSPROPERTY_DVDCOPY_TITLE_KEY","features":[439]},{"name":"KSPROPERTY_DVDSUBPIC","features":[439]},{"name":"KSPROPERTY_DVDSUBPIC_COMPOSIT_ON","features":[439]},{"name":"KSPROPERTY_DVDSUBPIC_HLI","features":[439]},{"name":"KSPROPERTY_DVDSUBPIC_PALETTE","features":[439]},{"name":"KSPROPERTY_EXTDEVICE","features":[439]},{"name":"KSPROPERTY_EXTDEVICE_CAPABILITIES","features":[439]},{"name":"KSPROPERTY_EXTDEVICE_ID","features":[439]},{"name":"KSPROPERTY_EXTDEVICE_PORT","features":[439]},{"name":"KSPROPERTY_EXTDEVICE_POWER_STATE","features":[439]},{"name":"KSPROPERTY_EXTDEVICE_S","features":[439]},{"name":"KSPROPERTY_EXTDEVICE_VERSION","features":[439]},{"name":"KSPROPERTY_EXTENSION_UNIT","features":[439]},{"name":"KSPROPERTY_EXTENSION_UNIT_CONTROL","features":[439]},{"name":"KSPROPERTY_EXTENSION_UNIT_INFO","features":[439]},{"name":"KSPROPERTY_EXTENSION_UNIT_PASS_THROUGH","features":[439]},{"name":"KSPROPERTY_EXTXPORT","features":[439]},{"name":"KSPROPERTY_EXTXPORT_ATN_SEARCH","features":[439]},{"name":"KSPROPERTY_EXTXPORT_CAPABILITIES","features":[439]},{"name":"KSPROPERTY_EXTXPORT_INPUT_SIGNAL_MODE","features":[439]},{"name":"KSPROPERTY_EXTXPORT_LOAD_MEDIUM","features":[439]},{"name":"KSPROPERTY_EXTXPORT_MEDIUM_INFO","features":[439]},{"name":"KSPROPERTY_EXTXPORT_NODE_S","features":[305,439]},{"name":"KSPROPERTY_EXTXPORT_OUTPUT_SIGNAL_MODE","features":[439]},{"name":"KSPROPERTY_EXTXPORT_RTC_SEARCH","features":[439]},{"name":"KSPROPERTY_EXTXPORT_S","features":[305,439]},{"name":"KSPROPERTY_EXTXPORT_STATE","features":[439]},{"name":"KSPROPERTY_EXTXPORT_STATE_NOTIFY","features":[439]},{"name":"KSPROPERTY_EXTXPORT_TIMECODE_SEARCH","features":[439]},{"name":"KSPROPERTY_FMRX_ANTENNAENDPOINTID","features":[439]},{"name":"KSPROPERTY_FMRX_CONTROL","features":[439]},{"name":"KSPROPERTY_FMRX_ENDPOINTID","features":[439]},{"name":"KSPROPERTY_FMRX_STATE","features":[439]},{"name":"KSPROPERTY_FMRX_TOPOLOGY","features":[439]},{"name":"KSPROPERTY_FMRX_VOLUME","features":[439]},{"name":"KSPROPERTY_GENERAL","features":[439]},{"name":"KSPROPERTY_GENERAL_COMPONENTID","features":[439]},{"name":"KSPROPERTY_HRTF3D","features":[439]},{"name":"KSPROPERTY_HRTF3D_FILTER_FORMAT","features":[439]},{"name":"KSPROPERTY_HRTF3D_INITIALIZE","features":[439]},{"name":"KSPROPERTY_HRTF3D_PARAMS","features":[439]},{"name":"KSPROPERTY_INTERLEAVEDAUDIO","features":[439]},{"name":"KSPROPERTY_INTERLEAVEDAUDIO_FORMATINFORMATION","features":[439]},{"name":"KSPROPERTY_ITD3D","features":[439]},{"name":"KSPROPERTY_ITD3D_PARAMS","features":[439]},{"name":"KSPROPERTY_JACK","features":[439]},{"name":"KSPROPERTY_JACK_CONTAINERID","features":[439]},{"name":"KSPROPERTY_JACK_DESCRIPTION","features":[439]},{"name":"KSPROPERTY_JACK_DESCRIPTION2","features":[439]},{"name":"KSPROPERTY_JACK_DESCRIPTION3","features":[439]},{"name":"KSPROPERTY_JACK_SINK_INFO","features":[439]},{"name":"KSPROPERTY_MAP_CAPTURE_HANDLE_TO_VRAM_ADDRESS","features":[439]},{"name":"KSPROPERTY_MEDIAAVAILABLE","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING_AVAILABLE","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING_CAPABILITIES","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING_CONVERTTIMEFORMAT","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING_DURATION","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING_FORMATS","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING_POSITION","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING_POSITIONS","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING_PREROLL","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING_STOPPOSITION","features":[439]},{"name":"KSPROPERTY_MEDIASEEKING_TIMEFORMAT","features":[439]},{"name":"KSPROPERTY_MEMBERSHEADER","features":[439]},{"name":"KSPROPERTY_MEMBER_FLAG_BASICSUPPORT_MULTICHANNEL","features":[439]},{"name":"KSPROPERTY_MEMBER_FLAG_BASICSUPPORT_UNIFORM","features":[439]},{"name":"KSPROPERTY_MEMBER_FLAG_DEFAULT","features":[439]},{"name":"KSPROPERTY_MEMBER_RANGES","features":[439]},{"name":"KSPROPERTY_MEMBER_STEPPEDRANGES","features":[439]},{"name":"KSPROPERTY_MEMBER_VALUES","features":[439]},{"name":"KSPROPERTY_MEMORY_TRANSPORT","features":[439]},{"name":"KSPROPERTY_MPEG2VID","features":[439]},{"name":"KSPROPERTY_MPEG2VID_16_9_PANSCAN","features":[439]},{"name":"KSPROPERTY_MPEG2VID_16_9_RECT","features":[439]},{"name":"KSPROPERTY_MPEG2VID_4_3_RECT","features":[439]},{"name":"KSPROPERTY_MPEG2VID_CUR_MODE","features":[439]},{"name":"KSPROPERTY_MPEG2VID_MODES","features":[439]},{"name":"KSPROPERTY_MPEG4_MEDIATYPE_ATTRIBUTES","features":[439]},{"name":"KSPROPERTY_MPEG4_MEDIATYPE_SD_BOX","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_EVENTTOPICS_XML","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_EVENT_INFO","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_INFO","features":[305,439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_TYPE","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_METADATA_TYPE_EVENTSINFO","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTP","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_HEADER","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_CUSTOM","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_DISABLE","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_NTPINFO_TYPE_HOSTNTP","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_PROPERTY","features":[439]},{"name":"KSPROPERTY_NETWORKCAMERACONTROL_URI","features":[439]},{"name":"KSPROPERTY_ONESHOT_DISCONNECT","features":[439]},{"name":"KSPROPERTY_ONESHOT_RECONNECT","features":[439]},{"name":"KSPROPERTY_OVERLAYUPDATE","features":[439]},{"name":"KSPROPERTY_OVERLAYUPDATE_CLIPLIST","features":[439]},{"name":"KSPROPERTY_OVERLAYUPDATE_COLORKEY","features":[439]},{"name":"KSPROPERTY_OVERLAYUPDATE_COLORREF","features":[439]},{"name":"KSPROPERTY_OVERLAYUPDATE_DISPLAYCHANGE","features":[439]},{"name":"KSPROPERTY_OVERLAYUPDATE_INTERESTS","features":[439]},{"name":"KSPROPERTY_OVERLAYUPDATE_PALETTE","features":[439]},{"name":"KSPROPERTY_OVERLAYUPDATE_VIDEOPOSITION","features":[439]},{"name":"KSPROPERTY_PIN","features":[439]},{"name":"KSPROPERTY_PIN_CATEGORY","features":[439]},{"name":"KSPROPERTY_PIN_CINSTANCES","features":[439]},{"name":"KSPROPERTY_PIN_COMMUNICATION","features":[439]},{"name":"KSPROPERTY_PIN_CONSTRAINEDDATARANGES","features":[439]},{"name":"KSPROPERTY_PIN_CTYPES","features":[439]},{"name":"KSPROPERTY_PIN_DATAFLOW","features":[439]},{"name":"KSPROPERTY_PIN_DATAINTERSECTION","features":[439]},{"name":"KSPROPERTY_PIN_DATARANGES","features":[439]},{"name":"KSPROPERTY_PIN_FLAGS_ATTRIBUTE_RANGE_AWARE","features":[439]},{"name":"KSPROPERTY_PIN_FLAGS_MASK","features":[439]},{"name":"KSPROPERTY_PIN_GLOBALCINSTANCES","features":[439]},{"name":"KSPROPERTY_PIN_INTERFACES","features":[439]},{"name":"KSPROPERTY_PIN_MEDIUMS","features":[439]},{"name":"KSPROPERTY_PIN_MODEDATAFORMATS","features":[439]},{"name":"KSPROPERTY_PIN_NAME","features":[439]},{"name":"KSPROPERTY_PIN_NECESSARYINSTANCES","features":[439]},{"name":"KSPROPERTY_PIN_PHYSICALCONNECTION","features":[439]},{"name":"KSPROPERTY_PIN_PROPOSEDATAFORMAT","features":[439]},{"name":"KSPROPERTY_PIN_PROPOSEDATAFORMAT2","features":[439]},{"name":"KSPROPERTY_POSITIONS","features":[439]},{"name":"KSPROPERTY_PREFERRED_CAPTURE_SURFACE","features":[439]},{"name":"KSPROPERTY_QUALITY","features":[439]},{"name":"KSPROPERTY_QUALITY_ERROR","features":[439]},{"name":"KSPROPERTY_QUALITY_REPORT","features":[439]},{"name":"KSPROPERTY_RAW_AVC_CMD","features":[439]},{"name":"KSPROPERTY_RTAUDIO","features":[439]},{"name":"KSPROPERTY_RTAUDIO_BUFFER","features":[439]},{"name":"KSPROPERTY_RTAUDIO_BUFFER_WITH_NOTIFICATION","features":[439]},{"name":"KSPROPERTY_RTAUDIO_CLOCKREGISTER","features":[439]},{"name":"KSPROPERTY_RTAUDIO_GETPOSITIONFUNCTION","features":[439]},{"name":"KSPROPERTY_RTAUDIO_GETREADPACKET","features":[439]},{"name":"KSPROPERTY_RTAUDIO_HWLATENCY","features":[439]},{"name":"KSPROPERTY_RTAUDIO_PACKETCOUNT","features":[439]},{"name":"KSPROPERTY_RTAUDIO_PACKETVREGISTER","features":[439]},{"name":"KSPROPERTY_RTAUDIO_POSITIONREGISTER","features":[439]},{"name":"KSPROPERTY_RTAUDIO_PRESENTATION_POSITION","features":[439]},{"name":"KSPROPERTY_RTAUDIO_QUERY_NOTIFICATION_SUPPORT","features":[439]},{"name":"KSPROPERTY_RTAUDIO_REGISTER_NOTIFICATION_EVENT","features":[439]},{"name":"KSPROPERTY_RTAUDIO_SETWRITEPACKET","features":[439]},{"name":"KSPROPERTY_RTAUDIO_UNREGISTER_NOTIFICATION_EVENT","features":[439]},{"name":"KSPROPERTY_RTC_READER","features":[439]},{"name":"KSPROPERTY_SELECTOR_NODE_S","features":[439]},{"name":"KSPROPERTY_SELECTOR_NUM_SOURCES","features":[439]},{"name":"KSPROPERTY_SELECTOR_S","features":[439]},{"name":"KSPROPERTY_SELECTOR_SOURCE_NODE_ID","features":[439]},{"name":"KSPROPERTY_SERIAL","features":[439]},{"name":"KSPROPERTY_SERIALHDR","features":[439]},{"name":"KSPROPERTY_SOUNDDETECTOR","features":[439]},{"name":"KSPROPERTY_SOUNDDETECTOR_ARMED","features":[439]},{"name":"KSPROPERTY_SOUNDDETECTOR_MATCHRESULT","features":[439]},{"name":"KSPROPERTY_SOUNDDETECTOR_PATTERNS","features":[439]},{"name":"KSPROPERTY_SOUNDDETECTOR_RESET","features":[439]},{"name":"KSPROPERTY_SOUNDDETECTOR_STREAMINGSUPPORT","features":[439]},{"name":"KSPROPERTY_SOUNDDETECTOR_SUPPORTEDPATTERNS","features":[439]},{"name":"KSPROPERTY_SPHLI","features":[439]},{"name":"KSPROPERTY_SPPAL","features":[439]},{"name":"KSPROPERTY_STEPPING_LONG","features":[439]},{"name":"KSPROPERTY_STEPPING_LONGLONG","features":[439]},{"name":"KSPROPERTY_STREAM","features":[439]},{"name":"KSPROPERTY_STREAMINTERFACE","features":[439]},{"name":"KSPROPERTY_STREAMINTERFACE_HEADERSIZE","features":[439]},{"name":"KSPROPERTY_STREAM_ALLOCATOR","features":[439]},{"name":"KSPROPERTY_STREAM_DEGRADATION","features":[439]},{"name":"KSPROPERTY_STREAM_FRAMETIME","features":[439]},{"name":"KSPROPERTY_STREAM_MASTERCLOCK","features":[439]},{"name":"KSPROPERTY_STREAM_PIPE_ID","features":[439]},{"name":"KSPROPERTY_STREAM_PRESENTATIONEXTENT","features":[439]},{"name":"KSPROPERTY_STREAM_PRESENTATIONTIME","features":[439]},{"name":"KSPROPERTY_STREAM_QUALITY","features":[439]},{"name":"KSPROPERTY_STREAM_RATE","features":[439]},{"name":"KSPROPERTY_STREAM_RATECAPABILITY","features":[439]},{"name":"KSPROPERTY_STREAM_TIMEFORMAT","features":[439]},{"name":"KSPROPERTY_TELEPHONY_CALLCONTROL","features":[439]},{"name":"KSPROPERTY_TELEPHONY_CALLHOLD","features":[439]},{"name":"KSPROPERTY_TELEPHONY_CALLINFO","features":[439]},{"name":"KSPROPERTY_TELEPHONY_CONTROL","features":[439]},{"name":"KSPROPERTY_TELEPHONY_ENDPOINTIDPAIR","features":[439]},{"name":"KSPROPERTY_TELEPHONY_MUTE_TX","features":[439]},{"name":"KSPROPERTY_TELEPHONY_PROVIDERCHANGE","features":[439]},{"name":"KSPROPERTY_TELEPHONY_PROVIDERID","features":[439]},{"name":"KSPROPERTY_TELEPHONY_TOPOLOGY","features":[439]},{"name":"KSPROPERTY_TELEPHONY_VOLUME","features":[439]},{"name":"KSPROPERTY_TIMECODE","features":[439]},{"name":"KSPROPERTY_TIMECODE_NODE_S","features":[439]},{"name":"KSPROPERTY_TIMECODE_READER","features":[439]},{"name":"KSPROPERTY_TIMECODE_S","features":[439]},{"name":"KSPROPERTY_TOPOLOGY","features":[439]},{"name":"KSPROPERTY_TOPOLOGYNODE","features":[439]},{"name":"KSPROPERTY_TOPOLOGYNODE_ENABLE","features":[439]},{"name":"KSPROPERTY_TOPOLOGYNODE_RESET","features":[439]},{"name":"KSPROPERTY_TOPOLOGY_CATEGORIES","features":[439]},{"name":"KSPROPERTY_TOPOLOGY_CONNECTIONS","features":[439]},{"name":"KSPROPERTY_TOPOLOGY_NAME","features":[439]},{"name":"KSPROPERTY_TOPOLOGY_NODES","features":[439]},{"name":"KSPROPERTY_TUNER","features":[439]},{"name":"KSPROPERTY_TUNER_CAPS","features":[439]},{"name":"KSPROPERTY_TUNER_CAPS_S","features":[439]},{"name":"KSPROPERTY_TUNER_FREQUENCY","features":[439]},{"name":"KSPROPERTY_TUNER_FREQUENCY_S","features":[439]},{"name":"KSPROPERTY_TUNER_IF_MEDIUM","features":[439]},{"name":"KSPROPERTY_TUNER_IF_MEDIUM_S","features":[439]},{"name":"KSPROPERTY_TUNER_INPUT","features":[439]},{"name":"KSPROPERTY_TUNER_INPUT_S","features":[439]},{"name":"KSPROPERTY_TUNER_MODE","features":[439]},{"name":"KSPROPERTY_TUNER_MODES","features":[439]},{"name":"KSPROPERTY_TUNER_MODE_AM_RADIO","features":[439]},{"name":"KSPROPERTY_TUNER_MODE_ATSC","features":[439]},{"name":"KSPROPERTY_TUNER_MODE_CAPS","features":[439]},{"name":"KSPROPERTY_TUNER_MODE_CAPS_S","features":[439]},{"name":"KSPROPERTY_TUNER_MODE_DSS","features":[439]},{"name":"KSPROPERTY_TUNER_MODE_FM_RADIO","features":[439]},{"name":"KSPROPERTY_TUNER_MODE_S","features":[439]},{"name":"KSPROPERTY_TUNER_MODE_TV","features":[439]},{"name":"KSPROPERTY_TUNER_NETWORKTYPE_SCAN_CAPS","features":[439]},{"name":"KSPROPERTY_TUNER_NETWORKTYPE_SCAN_CAPS_S","features":[439]},{"name":"KSPROPERTY_TUNER_SCAN_CAPS","features":[439]},{"name":"KSPROPERTY_TUNER_SCAN_CAPS_S","features":[305,439]},{"name":"KSPROPERTY_TUNER_SCAN_STATUS","features":[439]},{"name":"KSPROPERTY_TUNER_SCAN_STATUS_S","features":[439]},{"name":"KSPROPERTY_TUNER_STANDARD","features":[439]},{"name":"KSPROPERTY_TUNER_STANDARD_MODE","features":[439]},{"name":"KSPROPERTY_TUNER_STANDARD_MODE_S","features":[305,439]},{"name":"KSPROPERTY_TUNER_STANDARD_S","features":[439]},{"name":"KSPROPERTY_TUNER_STATUS","features":[439]},{"name":"KSPROPERTY_TUNER_STATUS_S","features":[439]},{"name":"KSPROPERTY_TVAUDIO_CAPS","features":[439]},{"name":"KSPROPERTY_TVAUDIO_CAPS_S","features":[439]},{"name":"KSPROPERTY_TVAUDIO_CURRENTLY_AVAILABLE_MODES","features":[439]},{"name":"KSPROPERTY_TVAUDIO_MODE","features":[439]},{"name":"KSPROPERTY_TVAUDIO_S","features":[439]},{"name":"KSPROPERTY_TYPE_BASICSUPPORT","features":[439]},{"name":"KSPROPERTY_TYPE_COPYPAYLOAD","features":[439]},{"name":"KSPROPERTY_TYPE_DEFAULTVALUES","features":[439]},{"name":"KSPROPERTY_TYPE_FSFILTERSCOPE","features":[439]},{"name":"KSPROPERTY_TYPE_GET","features":[439]},{"name":"KSPROPERTY_TYPE_GETPAYLOADSIZE","features":[439]},{"name":"KSPROPERTY_TYPE_HIGHPRIORITY","features":[439]},{"name":"KSPROPERTY_TYPE_RELATIONS","features":[439]},{"name":"KSPROPERTY_TYPE_SERIALIZERAW","features":[439]},{"name":"KSPROPERTY_TYPE_SERIALIZESET","features":[439]},{"name":"KSPROPERTY_TYPE_SERIALIZESIZE","features":[439]},{"name":"KSPROPERTY_TYPE_SET","features":[439]},{"name":"KSPROPERTY_TYPE_SETSUPPORT","features":[439]},{"name":"KSPROPERTY_TYPE_TOPOLOGY","features":[439]},{"name":"KSPROPERTY_TYPE_UNSERIALIZERAW","features":[439]},{"name":"KSPROPERTY_TYPE_UNSERIALIZESET","features":[439]},{"name":"KSPROPERTY_VBICAP","features":[439]},{"name":"KSPROPERTY_VBICAP_PROPERTIES_PROTECTION","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_CC_SUBSTREAMS_S","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_NABTS_SUBSTREAMS_S","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_DISCOVERED_BIT_ARRAY","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_REQUESTED_BIT_ARRAY","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_SCANLINES_S","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_CC_PIN_S","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_CC_S","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_COMMON_PIN_S","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_COMMON_S","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_NABTS_PIN_S","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_STATISTICS_NABTS_S","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_SUBSTREAMS_DISCOVERED_BIT_ARRAY","features":[439]},{"name":"KSPROPERTY_VBICODECFILTERING_SUBSTREAMS_REQUESTED_BIT_ARRAY","features":[439]},{"name":"KSPROPERTY_VIDCAP_CAMERACONTROL","features":[439]},{"name":"KSPROPERTY_VIDCAP_CROSSBAR","features":[439]},{"name":"KSPROPERTY_VIDCAP_DROPPEDFRAMES","features":[439]},{"name":"KSPROPERTY_VIDCAP_SELECTOR","features":[439]},{"name":"KSPROPERTY_VIDCAP_TVAUDIO","features":[439]},{"name":"KSPROPERTY_VIDCAP_VIDEOCOMPRESSION","features":[439]},{"name":"KSPROPERTY_VIDCAP_VIDEOCONTROL","features":[439]},{"name":"KSPROPERTY_VIDCAP_VIDEODECODER","features":[439]},{"name":"KSPROPERTY_VIDCAP_VIDEOENCODER","features":[439]},{"name":"KSPROPERTY_VIDCAP_VIDEOPROCAMP","features":[439]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_GETINFO","features":[439]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_GETINFO_S","features":[439]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_KEYFRAME_RATE","features":[439]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_OVERRIDE_FRAME_SIZE","features":[439]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_OVERRIDE_KEYFRAME","features":[439]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_PFRAMES_PER_KEYFRAME","features":[439]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_QUALITY","features":[439]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_S","features":[439]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_S1","features":[439]},{"name":"KSPROPERTY_VIDEOCOMPRESSION_WINDOWSIZE","features":[439]},{"name":"KSPROPERTY_VIDEOCONTROL_ACTUAL_FRAME_RATE","features":[439]},{"name":"KSPROPERTY_VIDEOCONTROL_ACTUAL_FRAME_RATE_S","features":[305,439]},{"name":"KSPROPERTY_VIDEOCONTROL_CAPS","features":[439]},{"name":"KSPROPERTY_VIDEOCONTROL_CAPS_S","features":[439]},{"name":"KSPROPERTY_VIDEOCONTROL_FRAME_RATES","features":[439]},{"name":"KSPROPERTY_VIDEOCONTROL_FRAME_RATES_S","features":[305,439]},{"name":"KSPROPERTY_VIDEOCONTROL_MODE","features":[439]},{"name":"KSPROPERTY_VIDEOCONTROL_MODE_S","features":[439]},{"name":"KSPROPERTY_VIDEODECODER_CAPS","features":[439]},{"name":"KSPROPERTY_VIDEODECODER_CAPS_S","features":[439]},{"name":"KSPROPERTY_VIDEODECODER_OUTPUT_ENABLE","features":[439]},{"name":"KSPROPERTY_VIDEODECODER_S","features":[439]},{"name":"KSPROPERTY_VIDEODECODER_STANDARD","features":[439]},{"name":"KSPROPERTY_VIDEODECODER_STATUS","features":[439]},{"name":"KSPROPERTY_VIDEODECODER_STATUS2","features":[439]},{"name":"KSPROPERTY_VIDEODECODER_STATUS2_S","features":[439]},{"name":"KSPROPERTY_VIDEODECODER_STATUS_S","features":[439]},{"name":"KSPROPERTY_VIDEODECODER_VCR_TIMING","features":[439]},{"name":"KSPROPERTY_VIDEOENCODER_CAPS","features":[439]},{"name":"KSPROPERTY_VIDEOENCODER_CC_ENABLE","features":[439]},{"name":"KSPROPERTY_VIDEOENCODER_COPYPROTECTION","features":[439]},{"name":"KSPROPERTY_VIDEOENCODER_S","features":[439]},{"name":"KSPROPERTY_VIDEOENCODER_STANDARD","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_BACKLIGHT_COMPENSATION","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_BRIGHTNESS","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_COLORENABLE","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_CONTRAST","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_DIGITAL_MULTIPLIER","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_DIGITAL_MULTIPLIER_LIMIT","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_FLAGS_AUTO","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_FLAGS_MANUAL","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_GAIN","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_GAMMA","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_HUE","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_NODE_S","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_NODE_S2","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_POWERLINE_FREQUENCY","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_S","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_S2","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_SATURATION","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_SHARPNESS","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_WHITEBALANCE","features":[439]},{"name":"KSPROPERTY_VIDEOPROCAMP_WHITEBALANCE_COMPONENT","features":[439]},{"name":"KSPROPERTY_VIDMEM_TRANSPORT","features":[439]},{"name":"KSPROPERTY_VPCONFIG","features":[439]},{"name":"KSPROPERTY_VPCONFIG_DDRAWHANDLE","features":[439]},{"name":"KSPROPERTY_VPCONFIG_DDRAWSURFACEHANDLE","features":[439]},{"name":"KSPROPERTY_VPCONFIG_DECIMATIONCAPABILITY","features":[439]},{"name":"KSPROPERTY_VPCONFIG_GETCONNECTINFO","features":[439]},{"name":"KSPROPERTY_VPCONFIG_GETVIDEOFORMAT","features":[439]},{"name":"KSPROPERTY_VPCONFIG_INFORMVPINPUT","features":[439]},{"name":"KSPROPERTY_VPCONFIG_INVERTPOLARITY","features":[439]},{"name":"KSPROPERTY_VPCONFIG_MAXPIXELRATE","features":[439]},{"name":"KSPROPERTY_VPCONFIG_NUMCONNECTINFO","features":[439]},{"name":"KSPROPERTY_VPCONFIG_NUMVIDEOFORMAT","features":[439]},{"name":"KSPROPERTY_VPCONFIG_SCALEFACTOR","features":[439]},{"name":"KSPROPERTY_VPCONFIG_SETCONNECTINFO","features":[439]},{"name":"KSPROPERTY_VPCONFIG_SETVIDEOFORMAT","features":[439]},{"name":"KSPROPERTY_VPCONFIG_SURFACEPARAMS","features":[439]},{"name":"KSPROPERTY_VPCONFIG_VIDEOPORTID","features":[439]},{"name":"KSPROPERTY_VPCONFIG_VPDATAINFO","features":[439]},{"name":"KSPROPERTY_WAVE","features":[439]},{"name":"KSPROPERTY_WAVE_BUFFER","features":[439]},{"name":"KSPROPERTY_WAVE_COMPATIBLE_CAPABILITIES","features":[439]},{"name":"KSPROPERTY_WAVE_FREQUENCY","features":[439]},{"name":"KSPROPERTY_WAVE_INPUT_CAPABILITIES","features":[439]},{"name":"KSPROPERTY_WAVE_OUTPUT_CAPABILITIES","features":[439]},{"name":"KSPROPERTY_WAVE_PAN","features":[439]},{"name":"KSPROPERTY_WAVE_QUEUED_POSITION","features":[439]},{"name":"KSPROPERTY_WAVE_VOLUME","features":[439]},{"name":"KSPROPSETID_AC3","features":[439]},{"name":"KSPROPSETID_Audio","features":[439]},{"name":"KSPROPSETID_AudioBufferDuration","features":[439]},{"name":"KSPROPSETID_AudioDecoderOut","features":[439]},{"name":"KSPROPSETID_AudioEngine","features":[439]},{"name":"KSPROPSETID_AudioModule","features":[439]},{"name":"KSPROPSETID_AudioPosture","features":[439]},{"name":"KSPROPSETID_AudioResourceManagement","features":[439]},{"name":"KSPROPSETID_AudioSignalProcessing","features":[439]},{"name":"KSPROPSETID_Bibliographic","features":[439]},{"name":"KSPROPSETID_BtAudio","features":[439]},{"name":"KSPROPSETID_Clock","features":[439]},{"name":"KSPROPSETID_Connection","features":[439]},{"name":"KSPROPSETID_CopyProt","features":[439]},{"name":"KSPROPSETID_Cyclic","features":[439]},{"name":"KSPROPSETID_DirectSound3DBuffer","features":[439]},{"name":"KSPROPSETID_DirectSound3DListener","features":[439]},{"name":"KSPROPSETID_DrmAudioStream","features":[439]},{"name":"KSPROPSETID_DvdSubPic","features":[439]},{"name":"KSPROPSETID_FMRXControl","features":[439]},{"name":"KSPROPSETID_FMRXTopology","features":[439]},{"name":"KSPROPSETID_General","features":[439]},{"name":"KSPROPSETID_Hrtf3d","features":[439]},{"name":"KSPROPSETID_InterleavedAudio","features":[439]},{"name":"KSPROPSETID_Itd3d","features":[439]},{"name":"KSPROPSETID_Jack","features":[439]},{"name":"KSPROPSETID_MPEG4_MediaType_Attributes","features":[439]},{"name":"KSPROPSETID_MediaSeeking","features":[439]},{"name":"KSPROPSETID_MemoryTransport","features":[439]},{"name":"KSPROPSETID_Mpeg2Vid","features":[439]},{"name":"KSPROPSETID_OverlayUpdate","features":[439]},{"name":"KSPROPSETID_Pin","features":[439]},{"name":"KSPROPSETID_PinMDLCacheClearProp","features":[439]},{"name":"KSPROPSETID_Quality","features":[439]},{"name":"KSPROPSETID_RtAudio","features":[439]},{"name":"KSPROPSETID_SoundDetector","features":[439]},{"name":"KSPROPSETID_SoundDetector2","features":[439]},{"name":"KSPROPSETID_Stream","features":[439]},{"name":"KSPROPSETID_StreamAllocator","features":[439]},{"name":"KSPROPSETID_StreamInterface","features":[439]},{"name":"KSPROPSETID_TSRateChange","features":[439]},{"name":"KSPROPSETID_TelephonyControl","features":[439]},{"name":"KSPROPSETID_TelephonyTopology","features":[439]},{"name":"KSPROPSETID_Topology","features":[439]},{"name":"KSPROPSETID_TopologyNode","features":[439]},{"name":"KSPROPSETID_VBICAP_PROPERTIES","features":[439]},{"name":"KSPROPSETID_VBICodecFiltering","features":[439]},{"name":"KSPROPSETID_VPConfig","features":[439]},{"name":"KSPROPSETID_VPVBIConfig","features":[439]},{"name":"KSPROPSETID_VramCapture","features":[439]},{"name":"KSPROPSETID_Wave","features":[439]},{"name":"KSPROPTYPESETID_General","features":[439]},{"name":"KSP_NODE","features":[439]},{"name":"KSP_PIN","features":[439]},{"name":"KSP_TIMEFORMAT","features":[439]},{"name":"KSQUALITY","features":[439]},{"name":"KSQUALITY_MANAGER","features":[305,439]},{"name":"KSQUERYBUFFER","features":[305,439]},{"name":"KSRATE","features":[439]},{"name":"KSRATE_CAPABILITY","features":[439]},{"name":"KSRATE_NOPRESENTATIONDURATION","features":[439]},{"name":"KSRATE_NOPRESENTATIONSTART","features":[439]},{"name":"KSRELATIVEEVENT","features":[305,439]},{"name":"KSRELATIVEEVENT_FLAG_HANDLE","features":[439]},{"name":"KSRELATIVEEVENT_FLAG_POINTER","features":[439]},{"name":"KSRESET","features":[439]},{"name":"KSRESET_BEGIN","features":[439]},{"name":"KSRESET_END","features":[439]},{"name":"KSRESOLUTION","features":[439]},{"name":"KSRTAUDIO_BUFFER","features":[305,439]},{"name":"KSRTAUDIO_BUFFER32","features":[305,439]},{"name":"KSRTAUDIO_BUFFER_PROPERTY","features":[439]},{"name":"KSRTAUDIO_BUFFER_PROPERTY32","features":[439]},{"name":"KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION","features":[439]},{"name":"KSRTAUDIO_BUFFER_PROPERTY_WITH_NOTIFICATION32","features":[439]},{"name":"KSRTAUDIO_GETREADPACKET_INFO","features":[305,439]},{"name":"KSRTAUDIO_HWLATENCY","features":[439]},{"name":"KSRTAUDIO_HWREGISTER","features":[439]},{"name":"KSRTAUDIO_HWREGISTER32","features":[439]},{"name":"KSRTAUDIO_HWREGISTER_PROPERTY","features":[439]},{"name":"KSRTAUDIO_HWREGISTER_PROPERTY32","features":[439]},{"name":"KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY","features":[305,439]},{"name":"KSRTAUDIO_NOTIFICATION_EVENT_PROPERTY32","features":[439]},{"name":"KSRTAUDIO_PACKETVREGISTER","features":[439]},{"name":"KSRTAUDIO_PACKETVREGISTER_PROPERTY","features":[439]},{"name":"KSRTAUDIO_SETWRITEPACKET_INFO","features":[439]},{"name":"KSSOUNDDETECTORPROPERTY","features":[439]},{"name":"KSSTATE","features":[439]},{"name":"KSSTATE_ACQUIRE","features":[439]},{"name":"KSSTATE_PAUSE","features":[439]},{"name":"KSSTATE_RUN","features":[439]},{"name":"KSSTATE_STOP","features":[439]},{"name":"KSSTREAMALLOCATOR_STATUS","features":[439]},{"name":"KSSTREAMALLOCATOR_STATUS_EX","features":[439]},{"name":"KSSTREAM_FAILUREEXCEPTION","features":[439]},{"name":"KSSTREAM_HEADER","features":[439]},{"name":"KSSTREAM_HEADER","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_BUFFEREDTRANSFER","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_DATADISCONTINUITY","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_DURATIONVALID","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_ENDOFPHOTOSEQUENCE","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_ENDOFSTREAM","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_FLUSHONPAUSE","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_FRAMEINFO","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_LOOPEDDATA","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_METADATA","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_PERSIST_SAMPLE","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_PREROLL","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_SAMPLE_PERSISTED","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_SECUREBUFFERTRANSFER","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_SPLICEPOINT","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_TIMEDISCONTINUITY","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_TIMEVALID","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_TYPECHANGED","features":[439]},{"name":"KSSTREAM_HEADER_OPTIONSF_VRAM_DATA_TRANSFER","features":[439]},{"name":"KSSTREAM_HEADER_TRACK_COMPLETION_NUMBERS","features":[439]},{"name":"KSSTREAM_METADATA_INFO","features":[439]},{"name":"KSSTREAM_NONPAGED_DATA","features":[439]},{"name":"KSSTREAM_PAGED_DATA","features":[439]},{"name":"KSSTREAM_READ","features":[439]},{"name":"KSSTREAM_SEGMENT","features":[305,439]},{"name":"KSSTREAM_SYNCHRONOUS","features":[439]},{"name":"KSSTREAM_UVC_METADATA","features":[439]},{"name":"KSSTREAM_UVC_METADATATYPE_TIMESTAMP","features":[439]},{"name":"KSSTREAM_UVC_SECURE_ATTRIBUTE_SIZE","features":[439]},{"name":"KSSTREAM_WRITE","features":[439]},{"name":"KSSTRING_Allocator","features":[439]},{"name":"KSSTRING_AllocatorEx","features":[439]},{"name":"KSSTRING_Clock","features":[439]},{"name":"KSSTRING_Filter","features":[439]},{"name":"KSSTRING_Pin","features":[439]},{"name":"KSSTRING_TopologyNode","features":[439]},{"name":"KSTELEPHONY_CALLCONTROL","features":[439]},{"name":"KSTELEPHONY_CALLINFO","features":[439]},{"name":"KSTELEPHONY_PROVIDERCHANGE","features":[439]},{"name":"KSTIME","features":[439]},{"name":"KSTIME_FORMAT_BYTE","features":[439]},{"name":"KSTIME_FORMAT_FIELD","features":[439]},{"name":"KSTIME_FORMAT_FRAME","features":[439]},{"name":"KSTIME_FORMAT_MEDIA_TIME","features":[439]},{"name":"KSTIME_FORMAT_SAMPLE","features":[439]},{"name":"KSTOPOLOGY","features":[439]},{"name":"KSTOPOLOGY_CONNECTION","features":[439]},{"name":"KSTOPOLOGY_ENDPOINTID","features":[439]},{"name":"KSTOPOLOGY_ENDPOINTIDPAIR","features":[439]},{"name":"KSVPMAXPIXELRATE","features":[439]},{"name":"KSVPSIZE_PROP","features":[439]},{"name":"KSVPSURFACEPARAMS","features":[439]},{"name":"KSWAVETABLE_WAVE_DESC","features":[305,439]},{"name":"KSWAVE_BUFFER","features":[439]},{"name":"KSWAVE_BUFFER_ATTRIBUTEF_LOOPING","features":[439]},{"name":"KSWAVE_BUFFER_ATTRIBUTEF_STATIC","features":[439]},{"name":"KSWAVE_COMPATCAPS","features":[439]},{"name":"KSWAVE_COMPATCAPS_INPUT","features":[439]},{"name":"KSWAVE_COMPATCAPS_OUTPUT","features":[439]},{"name":"KSWAVE_INPUT_CAPABILITIES","features":[439]},{"name":"KSWAVE_OUTPUT_CAPABILITIES","features":[439]},{"name":"KSWAVE_VOLUME","features":[439]},{"name":"KS_AMCONTROL_COLORINFO_PRESENT","features":[439]},{"name":"KS_AMCONTROL_PAD_TO_16x9","features":[439]},{"name":"KS_AMCONTROL_PAD_TO_4x3","features":[439]},{"name":"KS_AMCONTROL_USED","features":[439]},{"name":"KS_AMPixAspectRatio","features":[439]},{"name":"KS_AMVPDATAINFO","features":[305,439]},{"name":"KS_AMVPDIMINFO","features":[305,439]},{"name":"KS_AMVPSIZE","features":[439]},{"name":"KS_AMVP_BEST_BANDWIDTH","features":[439]},{"name":"KS_AMVP_DO_NOT_CARE","features":[439]},{"name":"KS_AMVP_INPUT_SAME_AS_OUTPUT","features":[439]},{"name":"KS_AMVP_MODE","features":[439]},{"name":"KS_AMVP_MODE_BOBINTERLEAVED","features":[439]},{"name":"KS_AMVP_MODE_BOBNONINTERLEAVED","features":[439]},{"name":"KS_AMVP_MODE_SKIPEVEN","features":[439]},{"name":"KS_AMVP_MODE_SKIPODD","features":[439]},{"name":"KS_AMVP_MODE_WEAVE","features":[439]},{"name":"KS_AMVP_SELECTFORMATBY","features":[439]},{"name":"KS_AM_ExactRateChange","features":[439]},{"name":"KS_AM_PROPERTY_TS_RATE_CHANGE","features":[439]},{"name":"KS_AM_RATE_ExactRateChange","features":[439]},{"name":"KS_AM_RATE_MaxFullDataRate","features":[439]},{"name":"KS_AM_RATE_SimpleRateChange","features":[439]},{"name":"KS_AM_RATE_Step","features":[439]},{"name":"KS_AM_SimpleRateChange","features":[439]},{"name":"KS_AM_UseNewCSSKey","features":[439]},{"name":"KS_ANALOGVIDEOINFO","features":[305,439]},{"name":"KS_AnalogVideoStandard","features":[439]},{"name":"KS_AnalogVideo_NTSC_433","features":[439]},{"name":"KS_AnalogVideo_NTSC_M","features":[439]},{"name":"KS_AnalogVideo_NTSC_M_J","features":[439]},{"name":"KS_AnalogVideo_NTSC_Mask","features":[439]},{"name":"KS_AnalogVideo_None","features":[439]},{"name":"KS_AnalogVideo_PAL_60","features":[439]},{"name":"KS_AnalogVideo_PAL_B","features":[439]},{"name":"KS_AnalogVideo_PAL_D","features":[439]},{"name":"KS_AnalogVideo_PAL_G","features":[439]},{"name":"KS_AnalogVideo_PAL_H","features":[439]},{"name":"KS_AnalogVideo_PAL_I","features":[439]},{"name":"KS_AnalogVideo_PAL_M","features":[439]},{"name":"KS_AnalogVideo_PAL_Mask","features":[439]},{"name":"KS_AnalogVideo_PAL_N","features":[439]},{"name":"KS_AnalogVideo_PAL_N_COMBO","features":[439]},{"name":"KS_AnalogVideo_SECAM_B","features":[439]},{"name":"KS_AnalogVideo_SECAM_D","features":[439]},{"name":"KS_AnalogVideo_SECAM_G","features":[439]},{"name":"KS_AnalogVideo_SECAM_H","features":[439]},{"name":"KS_AnalogVideo_SECAM_K","features":[439]},{"name":"KS_AnalogVideo_SECAM_K1","features":[439]},{"name":"KS_AnalogVideo_SECAM_L","features":[439]},{"name":"KS_AnalogVideo_SECAM_L1","features":[439]},{"name":"KS_AnalogVideo_SECAM_Mask","features":[439]},{"name":"KS_BITMAPINFOHEADER","features":[439]},{"name":"KS_BI_BITFIELDS","features":[439]},{"name":"KS_BI_JPEG","features":[439]},{"name":"KS_BI_RGB","features":[439]},{"name":"KS_BI_RLE4","features":[439]},{"name":"KS_BI_RLE8","features":[439]},{"name":"KS_CAMERACONTROL_ASYNC_RESET","features":[439]},{"name":"KS_CAMERACONTROL_ASYNC_START","features":[439]},{"name":"KS_CAMERACONTROL_ASYNC_STOP","features":[439]},{"name":"KS_CAPTURE_ALLOC_INVALID","features":[439]},{"name":"KS_CAPTURE_ALLOC_SECURE_BUFFER","features":[439]},{"name":"KS_CAPTURE_ALLOC_SYSTEM","features":[439]},{"name":"KS_CAPTURE_ALLOC_SYSTEM_AGP","features":[439]},{"name":"KS_CAPTURE_ALLOC_VRAM","features":[439]},{"name":"KS_CAPTURE_ALLOC_VRAM_MAPPED","features":[439]},{"name":"KS_CC_SUBSTREAM_EVEN","features":[439]},{"name":"KS_CC_SUBSTREAM_FIELD1_MASK","features":[439]},{"name":"KS_CC_SUBSTREAM_FIELD2_MASK","features":[439]},{"name":"KS_CC_SUBSTREAM_ODD","features":[439]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC1","features":[439]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC2","features":[439]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC3","features":[439]},{"name":"KS_CC_SUBSTREAM_SERVICE_CC4","features":[439]},{"name":"KS_CC_SUBSTREAM_SERVICE_T1","features":[439]},{"name":"KS_CC_SUBSTREAM_SERVICE_T2","features":[439]},{"name":"KS_CC_SUBSTREAM_SERVICE_T3","features":[439]},{"name":"KS_CC_SUBSTREAM_SERVICE_T4","features":[439]},{"name":"KS_CC_SUBSTREAM_SERVICE_XDS","features":[439]},{"name":"KS_COLCON","features":[439]},{"name":"KS_COMPRESSION","features":[439]},{"name":"KS_COPYPROTECT_RestrictDuplication","features":[439]},{"name":"KS_COPY_MACROVISION","features":[439]},{"name":"KS_COPY_MACROVISION_LEVEL","features":[439]},{"name":"KS_CameraControlAsyncOperation","features":[439]},{"name":"KS_CompressionCaps","features":[439]},{"name":"KS_CompressionCaps_CanBFrame","features":[439]},{"name":"KS_CompressionCaps_CanCrunch","features":[439]},{"name":"KS_CompressionCaps_CanKeyFrame","features":[439]},{"name":"KS_CompressionCaps_CanQuality","features":[439]},{"name":"KS_CompressionCaps_CanWindow","features":[439]},{"name":"KS_DATAFORMAT_H264VIDEOINFO","features":[439]},{"name":"KS_DATAFORMAT_IMAGEINFO","features":[439]},{"name":"KS_DATAFORMAT_MPEGVIDEOINFO2","features":[305,439]},{"name":"KS_DATAFORMAT_VBIINFOHEADER","features":[439]},{"name":"KS_DATAFORMAT_VIDEOINFOHEADER","features":[305,439]},{"name":"KS_DATAFORMAT_VIDEOINFOHEADER2","features":[305,439]},{"name":"KS_DATAFORMAT_VIDEOINFO_PALETTE","features":[305,439]},{"name":"KS_DATARANGE_ANALOGVIDEO","features":[305,439]},{"name":"KS_DATARANGE_H264_VIDEO","features":[305,439]},{"name":"KS_DATARANGE_IMAGE","features":[305,439]},{"name":"KS_DATARANGE_MPEG1_VIDEO","features":[305,439]},{"name":"KS_DATARANGE_MPEG2_VIDEO","features":[305,439]},{"name":"KS_DATARANGE_VIDEO","features":[305,439]},{"name":"KS_DATARANGE_VIDEO2","features":[305,439]},{"name":"KS_DATARANGE_VIDEO_PALETTE","features":[305,439]},{"name":"KS_DATARANGE_VIDEO_VBI","features":[305,439]},{"name":"KS_DVDCOPYSTATE","features":[439]},{"name":"KS_DVDCOPYSTATE_AUTHENTICATION_NOT_REQUIRED","features":[439]},{"name":"KS_DVDCOPYSTATE_AUTHENTICATION_REQUIRED","features":[439]},{"name":"KS_DVDCOPYSTATE_DONE","features":[439]},{"name":"KS_DVDCOPYSTATE_INITIALIZE","features":[439]},{"name":"KS_DVDCOPYSTATE_INITIALIZE_TITLE","features":[439]},{"name":"KS_DVDCOPY_BUSKEY","features":[439]},{"name":"KS_DVDCOPY_CHLGKEY","features":[439]},{"name":"KS_DVDCOPY_DISCKEY","features":[439]},{"name":"KS_DVDCOPY_REGION","features":[439]},{"name":"KS_DVDCOPY_SET_COPY_STATE","features":[439]},{"name":"KS_DVDCOPY_TITLEKEY","features":[439]},{"name":"KS_DVD_CGMS_COPY_ONCE","features":[439]},{"name":"KS_DVD_CGMS_COPY_PERMITTED","features":[439]},{"name":"KS_DVD_CGMS_COPY_PROTECT_MASK","features":[439]},{"name":"KS_DVD_CGMS_NO_COPY","features":[439]},{"name":"KS_DVD_CGMS_RESERVED_MASK","features":[439]},{"name":"KS_DVD_COPYRIGHTED","features":[439]},{"name":"KS_DVD_COPYRIGHT_MASK","features":[439]},{"name":"KS_DVD_NOT_COPYRIGHTED","features":[439]},{"name":"KS_DVD_SECTOR_NOT_PROTECTED","features":[439]},{"name":"KS_DVD_SECTOR_PROTECTED","features":[439]},{"name":"KS_DVD_SECTOR_PROTECT_MASK","features":[439]},{"name":"KS_DVD_YCrCb","features":[439]},{"name":"KS_DVD_YUV","features":[439]},{"name":"KS_FRAME_INFO","features":[305,439]},{"name":"KS_FRAMING_ITEM","features":[439]},{"name":"KS_FRAMING_RANGE","features":[439]},{"name":"KS_FRAMING_RANGE_WEIGHTED","features":[439]},{"name":"KS_H264VIDEOINFO","features":[439]},{"name":"KS_INTERLACE_1FieldPerSample","features":[439]},{"name":"KS_INTERLACE_DisplayModeBobOnly","features":[439]},{"name":"KS_INTERLACE_DisplayModeBobOrWeave","features":[439]},{"name":"KS_INTERLACE_DisplayModeMask","features":[439]},{"name":"KS_INTERLACE_DisplayModeWeaveOnly","features":[439]},{"name":"KS_INTERLACE_Field1First","features":[439]},{"name":"KS_INTERLACE_FieldPatBothIrregular","features":[439]},{"name":"KS_INTERLACE_FieldPatBothRegular","features":[439]},{"name":"KS_INTERLACE_FieldPatField1Only","features":[439]},{"name":"KS_INTERLACE_FieldPatField2Only","features":[439]},{"name":"KS_INTERLACE_FieldPatternMask","features":[439]},{"name":"KS_INTERLACE_IsInterlaced","features":[439]},{"name":"KS_INTERLACE_UNUSED","features":[439]},{"name":"KS_LogicalMemoryType","features":[439]},{"name":"KS_MACROVISION_DISABLED","features":[439]},{"name":"KS_MACROVISION_LEVEL1","features":[439]},{"name":"KS_MACROVISION_LEVEL2","features":[439]},{"name":"KS_MACROVISION_LEVEL3","features":[439]},{"name":"KS_MAX_SIZE_MPEG1_SEQUENCE_INFO","features":[439]},{"name":"KS_MPEG1VIDEOINFO","features":[305,439]},{"name":"KS_MPEG2Level","features":[439]},{"name":"KS_MPEG2Level_High","features":[439]},{"name":"KS_MPEG2Level_High1440","features":[439]},{"name":"KS_MPEG2Level_Low","features":[439]},{"name":"KS_MPEG2Level_Main","features":[439]},{"name":"KS_MPEG2Profile","features":[439]},{"name":"KS_MPEG2Profile_High","features":[439]},{"name":"KS_MPEG2Profile_Main","features":[439]},{"name":"KS_MPEG2Profile_SNRScalable","features":[439]},{"name":"KS_MPEG2Profile_Simple","features":[439]},{"name":"KS_MPEG2Profile_SpatiallyScalable","features":[439]},{"name":"KS_MPEG2_27MhzTimebase","features":[439]},{"name":"KS_MPEG2_DSS_UserData","features":[439]},{"name":"KS_MPEG2_DVB_UserData","features":[439]},{"name":"KS_MPEG2_DVDLine21Field1","features":[439]},{"name":"KS_MPEG2_DVDLine21Field2","features":[439]},{"name":"KS_MPEG2_DoPanScan","features":[439]},{"name":"KS_MPEG2_FilmCameraMode","features":[439]},{"name":"KS_MPEG2_LetterboxAnalogOut","features":[439]},{"name":"KS_MPEG2_SourceIsLetterboxed","features":[439]},{"name":"KS_MPEG2_WidescreenAnalogOut","features":[439]},{"name":"KS_MPEGAUDIOINFO","features":[439]},{"name":"KS_MPEGAUDIOINFO_27MhzTimebase","features":[439]},{"name":"KS_MPEGVIDEOINFO2","features":[305,439]},{"name":"KS_MemoryTypeAnyHost","features":[439]},{"name":"KS_MemoryTypeDeviceHostMapped","features":[439]},{"name":"KS_MemoryTypeDeviceSpecific","features":[439]},{"name":"KS_MemoryTypeDontCare","features":[439]},{"name":"KS_MemoryTypeKernelNonPaged","features":[439]},{"name":"KS_MemoryTypeKernelPaged","features":[439]},{"name":"KS_MemoryTypeUser","features":[439]},{"name":"KS_NABTS_GROUPID_LOCAL_CABLE_SYSTEM_ADVERTISER_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_LOCAL_CABLE_SYSTEM_CONTENT_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_MICROSOFT_RESERVED_TEST_DATA_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_NETWORK_WIDE_ADVERTISER_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_NETWORK_WIDE_CONTENT_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_ORIGINAL_CONTENT_ADVERTISER_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_ORIGINAL_CONTENT_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_PRODUCTION_COMPANY_ADVERTISER_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_PRODUCTION_COMPANY_CONTENT_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_SYNDICATED_SHOW_ADVERTISER_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_SYNDICATED_SHOW_CONTENT_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_TELEVISION_STATION_ADVERTISER_BASE","features":[439]},{"name":"KS_NABTS_GROUPID_TELEVISION_STATION_CONTENT_BASE","features":[439]},{"name":"KS_Obsolete_VideoControlFlag_ExternalTriggerEnable","features":[439]},{"name":"KS_Obsolete_VideoControlFlag_Trigger","features":[439]},{"name":"KS_PhysConn_Audio_1394","features":[439]},{"name":"KS_PhysConn_Audio_AESDigital","features":[439]},{"name":"KS_PhysConn_Audio_AUX","features":[439]},{"name":"KS_PhysConn_Audio_AudioDecoder","features":[439]},{"name":"KS_PhysConn_Audio_Line","features":[439]},{"name":"KS_PhysConn_Audio_Mic","features":[439]},{"name":"KS_PhysConn_Audio_SCSI","features":[439]},{"name":"KS_PhysConn_Audio_SPDIFDigital","features":[439]},{"name":"KS_PhysConn_Audio_Tuner","features":[439]},{"name":"KS_PhysConn_Audio_USB","features":[439]},{"name":"KS_PhysConn_Video_1394","features":[439]},{"name":"KS_PhysConn_Video_AUX","features":[439]},{"name":"KS_PhysConn_Video_Composite","features":[439]},{"name":"KS_PhysConn_Video_ParallelDigital","features":[439]},{"name":"KS_PhysConn_Video_RGB","features":[439]},{"name":"KS_PhysConn_Video_SCART","features":[439]},{"name":"KS_PhysConn_Video_SCSI","features":[439]},{"name":"KS_PhysConn_Video_SVideo","features":[439]},{"name":"KS_PhysConn_Video_SerialDigital","features":[439]},{"name":"KS_PhysConn_Video_Tuner","features":[439]},{"name":"KS_PhysConn_Video_USB","features":[439]},{"name":"KS_PhysConn_Video_VideoDecoder","features":[439]},{"name":"KS_PhysConn_Video_VideoEncoder","features":[439]},{"name":"KS_PhysConn_Video_YRYBY","features":[439]},{"name":"KS_PhysicalConnectorType","features":[439]},{"name":"KS_PixAspectRatio_NTSC16x9","features":[439]},{"name":"KS_PixAspectRatio_NTSC4x3","features":[439]},{"name":"KS_PixAspectRatio_PAL16x9","features":[439]},{"name":"KS_PixAspectRatio_PAL4x3","features":[439]},{"name":"KS_RGBQUAD","features":[439]},{"name":"KS_SECURE_CAMERA_SCENARIO_ID","features":[439]},{"name":"KS_SEEKING_AbsolutePositioning","features":[439]},{"name":"KS_SEEKING_CAPABILITIES","features":[439]},{"name":"KS_SEEKING_CanGetCurrentPos","features":[439]},{"name":"KS_SEEKING_CanGetDuration","features":[439]},{"name":"KS_SEEKING_CanGetStopPos","features":[439]},{"name":"KS_SEEKING_CanPlayBackwards","features":[439]},{"name":"KS_SEEKING_CanSeekAbsolute","features":[439]},{"name":"KS_SEEKING_CanSeekBackwards","features":[439]},{"name":"KS_SEEKING_CanSeekForwards","features":[439]},{"name":"KS_SEEKING_FLAGS","features":[439]},{"name":"KS_SEEKING_IncrementalPositioning","features":[439]},{"name":"KS_SEEKING_NoPositioning","features":[439]},{"name":"KS_SEEKING_PositioningBitsMask","features":[439]},{"name":"KS_SEEKING_RelativePositioning","features":[439]},{"name":"KS_SEEKING_ReturnTime","features":[439]},{"name":"KS_SEEKING_SeekToKeyFrame","features":[439]},{"name":"KS_StreamingHint_CompQuality","features":[439]},{"name":"KS_StreamingHint_CompWindowSize","features":[439]},{"name":"KS_StreamingHint_FrameInterval","features":[439]},{"name":"KS_StreamingHint_KeyFrameRate","features":[439]},{"name":"KS_StreamingHint_PFrameRate","features":[439]},{"name":"KS_TRUECOLORINFO","features":[439]},{"name":"KS_TUNER_STRATEGY","features":[439]},{"name":"KS_TUNER_STRATEGY_DRIVER_TUNES","features":[439]},{"name":"KS_TUNER_STRATEGY_PLL","features":[439]},{"name":"KS_TUNER_STRATEGY_SIGNAL_STRENGTH","features":[439]},{"name":"KS_TUNER_TUNING_COARSE","features":[439]},{"name":"KS_TUNER_TUNING_EXACT","features":[439]},{"name":"KS_TUNER_TUNING_FINE","features":[439]},{"name":"KS_TUNER_TUNING_FLAGS","features":[439]},{"name":"KS_TVAUDIO_MODE_LANG_A","features":[439]},{"name":"KS_TVAUDIO_MODE_LANG_B","features":[439]},{"name":"KS_TVAUDIO_MODE_LANG_C","features":[439]},{"name":"KS_TVAUDIO_MODE_MONO","features":[439]},{"name":"KS_TVAUDIO_MODE_STEREO","features":[439]},{"name":"KS_TVAUDIO_PRESET_LANG_A","features":[439]},{"name":"KS_TVAUDIO_PRESET_LANG_B","features":[439]},{"name":"KS_TVAUDIO_PRESET_LANG_C","features":[439]},{"name":"KS_TVAUDIO_PRESET_STEREO","features":[439]},{"name":"KS_TVTUNER_CHANGE_BEGIN_TUNE","features":[439]},{"name":"KS_TVTUNER_CHANGE_END_TUNE","features":[439]},{"name":"KS_TVTUNER_CHANGE_INFO","features":[439]},{"name":"KS_VBICAP_PROTECTION_MV_DETECTED","features":[439]},{"name":"KS_VBICAP_PROTECTION_MV_HARDWARE","features":[439]},{"name":"KS_VBICAP_PROTECTION_MV_PRESENT","features":[439]},{"name":"KS_VBIDATARATE_CC","features":[439]},{"name":"KS_VBIDATARATE_NABTS","features":[439]},{"name":"KS_VBIINFOHEADER","features":[439]},{"name":"KS_VBI_FLAG_FIELD1","features":[439]},{"name":"KS_VBI_FLAG_FIELD2","features":[439]},{"name":"KS_VBI_FLAG_FRAME","features":[439]},{"name":"KS_VBI_FLAG_MV_DETECTED","features":[439]},{"name":"KS_VBI_FLAG_MV_HARDWARE","features":[439]},{"name":"KS_VBI_FLAG_MV_PRESENT","features":[439]},{"name":"KS_VBI_FLAG_TVTUNER_CHANGE","features":[439]},{"name":"KS_VBI_FLAG_VBIINFOHEADER_CHANGE","features":[439]},{"name":"KS_VBI_FRAME_INFO","features":[439]},{"name":"KS_VIDEODECODER_FLAGS","features":[439]},{"name":"KS_VIDEODECODER_FLAGS_CAN_DISABLE_OUTPUT","features":[439]},{"name":"KS_VIDEODECODER_FLAGS_CAN_INDICATE_LOCKED","features":[439]},{"name":"KS_VIDEODECODER_FLAGS_CAN_USE_VCR_LOCKING","features":[439]},{"name":"KS_VIDEOINFO","features":[305,439]},{"name":"KS_VIDEOINFOHEADER","features":[305,439]},{"name":"KS_VIDEOINFOHEADER2","features":[305,439]},{"name":"KS_VIDEOSTREAM_CAPTURE","features":[439]},{"name":"KS_VIDEOSTREAM_CC","features":[439]},{"name":"KS_VIDEOSTREAM_EDS","features":[439]},{"name":"KS_VIDEOSTREAM_IS_VPE","features":[439]},{"name":"KS_VIDEOSTREAM_NABTS","features":[439]},{"name":"KS_VIDEOSTREAM_PREVIEW","features":[439]},{"name":"KS_VIDEOSTREAM_STILL","features":[439]},{"name":"KS_VIDEOSTREAM_TELETEXT","features":[439]},{"name":"KS_VIDEOSTREAM_VBI","features":[439]},{"name":"KS_VIDEO_ALLOC_VPE_AGP","features":[439]},{"name":"KS_VIDEO_ALLOC_VPE_DISPLAY","features":[439]},{"name":"KS_VIDEO_ALLOC_VPE_SYSTEM","features":[439]},{"name":"KS_VIDEO_FLAG_B_FRAME","features":[439]},{"name":"KS_VIDEO_FLAG_FIELD1","features":[439]},{"name":"KS_VIDEO_FLAG_FIELD1FIRST","features":[439]},{"name":"KS_VIDEO_FLAG_FIELD2","features":[439]},{"name":"KS_VIDEO_FLAG_FIELD_MASK","features":[439]},{"name":"KS_VIDEO_FLAG_FRAME","features":[439]},{"name":"KS_VIDEO_FLAG_IPB_MASK","features":[439]},{"name":"KS_VIDEO_FLAG_I_FRAME","features":[439]},{"name":"KS_VIDEO_FLAG_P_FRAME","features":[439]},{"name":"KS_VIDEO_FLAG_REPEAT_FIELD","features":[439]},{"name":"KS_VIDEO_FLAG_WEAVE","features":[439]},{"name":"KS_VIDEO_STREAM_CONFIG_CAPS","features":[305,439]},{"name":"KS_VideoControlFlag_ExternalTriggerEnable","features":[439]},{"name":"KS_VideoControlFlag_FlipHorizontal","features":[439]},{"name":"KS_VideoControlFlag_FlipVertical","features":[439]},{"name":"KS_VideoControlFlag_IndependentImagePin","features":[439]},{"name":"KS_VideoControlFlag_StartPhotoSequenceCapture","features":[439]},{"name":"KS_VideoControlFlag_StillCapturePreviewFrame","features":[439]},{"name":"KS_VideoControlFlag_StopPhotoSequenceCapture","features":[439]},{"name":"KS_VideoControlFlag_Trigger","features":[439]},{"name":"KS_VideoControlFlags","features":[439]},{"name":"KS_VideoStreamingHints","features":[439]},{"name":"KS_iBLUE","features":[439]},{"name":"KS_iEGA_COLORS","features":[439]},{"name":"KS_iGREEN","features":[439]},{"name":"KS_iMASK_COLORS","features":[439]},{"name":"KS_iMAXBITS","features":[439]},{"name":"KS_iPALETTE","features":[439]},{"name":"KS_iPALETTE_COLORS","features":[439]},{"name":"KS_iRED","features":[439]},{"name":"KS_iTRUECOLOR","features":[439]},{"name":"KsAllocatorMode_Kernel","features":[439]},{"name":"KsAllocatorMode_User","features":[439]},{"name":"KsCreateAllocator","features":[305,439]},{"name":"KsCreateAllocator2","features":[305,439]},{"name":"KsCreateClock","features":[305,439]},{"name":"KsCreateClock2","features":[305,439]},{"name":"KsCreatePin","features":[305,439]},{"name":"KsCreatePin2","features":[305,439]},{"name":"KsCreateTopologyNode","features":[305,439]},{"name":"KsCreateTopologyNode2","features":[305,439]},{"name":"KsGetMediaType","features":[305,439,437]},{"name":"KsGetMediaTypeCount","features":[305,439]},{"name":"KsGetMultiplePinFactoryItems","features":[305,439]},{"name":"KsIoOperation_Read","features":[439]},{"name":"KsIoOperation_Write","features":[439]},{"name":"KsOpenDefaultDevice","features":[305,439]},{"name":"KsPeekOperation_AddRef","features":[439]},{"name":"KsPeekOperation_PeekOnly","features":[439]},{"name":"KsResolveRequiredAttributes","features":[439]},{"name":"KsSynchronousDeviceControl","features":[305,439]},{"name":"LIGHT_FILTER","features":[439]},{"name":"LOOPEDSTREAMING_POSITION_EVENT_DATA","features":[305,439]},{"name":"MAX_NABTS_VBI_LINES_PER_FIELD","features":[439]},{"name":"MAX_RESOURCEGROUPID_LENGTH","features":[439]},{"name":"MAX_SINK_DESCRIPTION_NAME_LENGTH","features":[439]},{"name":"MAX_WST_VBI_LINES_PER_FIELD","features":[439]},{"name":"MEDIUM_INFO","features":[305,439]},{"name":"MF_MDL_SHARED_PAYLOAD_KEY","features":[439]},{"name":"MIN_DEV_VER_FOR_FLAGS","features":[439]},{"name":"MIN_DEV_VER_FOR_QI","features":[439]},{"name":"MetadataId_BackgroundSegmentationMask","features":[439]},{"name":"MetadataId_CameraExtrinsics","features":[439]},{"name":"MetadataId_CameraIntrinsics","features":[439]},{"name":"MetadataId_CaptureStats","features":[439]},{"name":"MetadataId_Custom_Start","features":[439]},{"name":"MetadataId_DigitalWindow","features":[439]},{"name":"MetadataId_FrameIllumination","features":[439]},{"name":"MetadataId_PhotoConfirmation","features":[439]},{"name":"MetadataId_Standard_End","features":[439]},{"name":"MetadataId_Standard_Start","features":[439]},{"name":"MetadataId_UsbVideoHeader","features":[439]},{"name":"NABTSFEC_BUFFER","features":[439]},{"name":"NABTS_BUFFER","features":[439]},{"name":"NABTS_BUFFER_LINE","features":[439]},{"name":"NABTS_BUFFER_PICTURENUMBER_SUPPORT","features":[439]},{"name":"NABTS_BYTES_PER_LINE","features":[439]},{"name":"NABTS_LINES_PER_BUNDLE","features":[439]},{"name":"NABTS_PAYLOAD_PER_LINE","features":[439]},{"name":"NANOSECONDS","features":[439]},{"name":"OPTIMAL_WEIGHT_TOTALS","features":[439]},{"name":"PINNAME_DISPLAYPORT_OUT","features":[439]},{"name":"PINNAME_HDMI_OUT","features":[439]},{"name":"PINNAME_IMAGE","features":[439]},{"name":"PINNAME_SPDIF_IN","features":[439]},{"name":"PINNAME_SPDIF_OUT","features":[439]},{"name":"PINNAME_VIDEO_ANALOGVIDEOIN","features":[439]},{"name":"PINNAME_VIDEO_CAPTURE","features":[439]},{"name":"PINNAME_VIDEO_CC","features":[439]},{"name":"PINNAME_VIDEO_CC_CAPTURE","features":[439]},{"name":"PINNAME_VIDEO_EDS","features":[439]},{"name":"PINNAME_VIDEO_NABTS","features":[439]},{"name":"PINNAME_VIDEO_NABTS_CAPTURE","features":[439]},{"name":"PINNAME_VIDEO_PREVIEW","features":[439]},{"name":"PINNAME_VIDEO_STILL","features":[439]},{"name":"PINNAME_VIDEO_TELETEXT","features":[439]},{"name":"PINNAME_VIDEO_TIMECODE","features":[439]},{"name":"PINNAME_VIDEO_VBI","features":[439]},{"name":"PINNAME_VIDEO_VIDEOPORT","features":[439]},{"name":"PINNAME_VIDEO_VIDEOPORT_VBI","features":[439]},{"name":"PIPE_ALLOCATOR_PLACE","features":[439]},{"name":"PIPE_DIMENSIONS","features":[439]},{"name":"PIPE_STATE","features":[439]},{"name":"PIPE_TERMINATION","features":[439]},{"name":"PROPSETID_ALLOCATOR_CONTROL","features":[439]},{"name":"PROPSETID_EXT_DEVICE","features":[439]},{"name":"PROPSETID_EXT_TRANSPORT","features":[439]},{"name":"PROPSETID_TIMECODE_READER","features":[439]},{"name":"PROPSETID_TUNER","features":[439]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL","features":[439]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_FLASH","features":[439]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_IMAGE_PIN_CAPABILITY","features":[439]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_REGION_OF_INTEREST","features":[439]},{"name":"PROPSETID_VIDCAP_CAMERACONTROL_VIDEO_STABILIZATION","features":[439]},{"name":"PROPSETID_VIDCAP_CROSSBAR","features":[439]},{"name":"PROPSETID_VIDCAP_DROPPEDFRAMES","features":[439]},{"name":"PROPSETID_VIDCAP_SELECTOR","features":[439]},{"name":"PROPSETID_VIDCAP_TVAUDIO","features":[439]},{"name":"PROPSETID_VIDCAP_VIDEOCOMPRESSION","features":[439]},{"name":"PROPSETID_VIDCAP_VIDEOCONTROL","features":[439]},{"name":"PROPSETID_VIDCAP_VIDEODECODER","features":[439]},{"name":"PROPSETID_VIDCAP_VIDEOENCODER","features":[439]},{"name":"PROPSETID_VIDCAP_VIDEOPROCAMP","features":[439]},{"name":"PipeFactor_Align","features":[439]},{"name":"PipeFactor_Buffers","features":[439]},{"name":"PipeFactor_FixedCompression","features":[439]},{"name":"PipeFactor_Flags","features":[439]},{"name":"PipeFactor_LogicalEnd","features":[439]},{"name":"PipeFactor_MemoryTypes","features":[439]},{"name":"PipeFactor_None","features":[439]},{"name":"PipeFactor_OptimalRanges","features":[439]},{"name":"PipeFactor_PhysicalEnd","features":[439]},{"name":"PipeFactor_PhysicalRanges","features":[439]},{"name":"PipeFactor_UnknownCompression","features":[439]},{"name":"PipeFactor_UserModeDownstream","features":[439]},{"name":"PipeFactor_UserModeUpstream","features":[439]},{"name":"PipeState_CompressionUnknown","features":[439]},{"name":"PipeState_DontCare","features":[439]},{"name":"PipeState_Finalized","features":[439]},{"name":"PipeState_RangeFixed","features":[439]},{"name":"PipeState_RangeNotFixed","features":[439]},{"name":"Pipe_Allocator_FirstPin","features":[439]},{"name":"Pipe_Allocator_LastPin","features":[439]},{"name":"Pipe_Allocator_MiddlePin","features":[439]},{"name":"Pipe_Allocator_None","features":[439]},{"name":"RT_RCDATA","features":[439]},{"name":"RT_STRING","features":[439]},{"name":"SECURE_BUFFER_INFO","features":[439]},{"name":"SHORT_COEFF","features":[439]},{"name":"SOUNDDETECTOR_PATTERNHEADER","features":[439]},{"name":"SPEAKER_ALL","features":[439]},{"name":"SPEAKER_BACK_CENTER","features":[439]},{"name":"SPEAKER_BACK_LEFT","features":[439]},{"name":"SPEAKER_BACK_RIGHT","features":[439]},{"name":"SPEAKER_FRONT_CENTER","features":[439]},{"name":"SPEAKER_FRONT_LEFT","features":[439]},{"name":"SPEAKER_FRONT_LEFT_OF_CENTER","features":[439]},{"name":"SPEAKER_FRONT_RIGHT","features":[439]},{"name":"SPEAKER_FRONT_RIGHT_OF_CENTER","features":[439]},{"name":"SPEAKER_LOW_FREQUENCY","features":[439]},{"name":"SPEAKER_RESERVED","features":[439]},{"name":"SPEAKER_SIDE_LEFT","features":[439]},{"name":"SPEAKER_SIDE_RIGHT","features":[439]},{"name":"SPEAKER_TOP_BACK_CENTER","features":[439]},{"name":"SPEAKER_TOP_BACK_LEFT","features":[439]},{"name":"SPEAKER_TOP_BACK_RIGHT","features":[439]},{"name":"SPEAKER_TOP_CENTER","features":[439]},{"name":"SPEAKER_TOP_FRONT_CENTER","features":[439]},{"name":"SPEAKER_TOP_FRONT_LEFT","features":[439]},{"name":"SPEAKER_TOP_FRONT_RIGHT","features":[439]},{"name":"SYSAUDIO_FLAGS_CLEAR_PREFERRED","features":[439]},{"name":"SYSAUDIO_FLAGS_DONT_COMBINE_PINS","features":[439]},{"name":"TELEPHONY_CALLCONTROLOP","features":[439]},{"name":"TELEPHONY_CALLCONTROLOP_DISABLE","features":[439]},{"name":"TELEPHONY_CALLCONTROLOP_ENABLE","features":[439]},{"name":"TELEPHONY_CALLSTATE","features":[439]},{"name":"TELEPHONY_CALLSTATE_DISABLED","features":[439]},{"name":"TELEPHONY_CALLSTATE_ENABLED","features":[439]},{"name":"TELEPHONY_CALLSTATE_HOLD","features":[439]},{"name":"TELEPHONY_CALLSTATE_PROVIDERTRANSITION","features":[439]},{"name":"TELEPHONY_CALLTYPE","features":[439]},{"name":"TELEPHONY_CALLTYPE_CIRCUITSWITCHED","features":[439]},{"name":"TELEPHONY_CALLTYPE_PACKETSWITCHED_LTE","features":[439]},{"name":"TELEPHONY_CALLTYPE_PACKETSWITCHED_WLAN","features":[439]},{"name":"TELEPHONY_PROVIDERCHANGEOP","features":[439]},{"name":"TELEPHONY_PROVIDERCHANGEOP_BEGIN","features":[439]},{"name":"TELEPHONY_PROVIDERCHANGEOP_CANCEL","features":[439]},{"name":"TELEPHONY_PROVIDERCHANGEOP_END","features":[439]},{"name":"TRANSPORTAUDIOPARMS","features":[439]},{"name":"TRANSPORTBASICPARMS","features":[439]},{"name":"TRANSPORTSTATUS","features":[439]},{"name":"TRANSPORTVIDEOPARMS","features":[439]},{"name":"TRANSPORT_STATE","features":[439]},{"name":"TUNER_ANALOG_CAPS_S","features":[439]},{"name":"TunerLockType","features":[439]},{"name":"Tuner_LockType_Locked","features":[439]},{"name":"Tuner_LockType_None","features":[439]},{"name":"Tuner_LockType_Within_Scan_Sensing_Range","features":[439]},{"name":"VBICAP_PROPERTIES_PROTECTION_S","features":[439]},{"name":"VBICODECFILTERING_CC_SUBSTREAMS","features":[439]},{"name":"VBICODECFILTERING_NABTS_SUBSTREAMS","features":[439]},{"name":"VBICODECFILTERING_SCANLINES","features":[439]},{"name":"VBICODECFILTERING_STATISTICS_CC","features":[439]},{"name":"VBICODECFILTERING_STATISTICS_CC_PIN","features":[439]},{"name":"VBICODECFILTERING_STATISTICS_COMMON","features":[439]},{"name":"VBICODECFILTERING_STATISTICS_COMMON_PIN","features":[439]},{"name":"VBICODECFILTERING_STATISTICS_NABTS","features":[439]},{"name":"VBICODECFILTERING_STATISTICS_NABTS_PIN","features":[439]},{"name":"VBICODECFILTERING_STATISTICS_TELETEXT","features":[439]},{"name":"VBICODECFILTERING_STATISTICS_TELETEXT_PIN","features":[439]},{"name":"VRAM_SURFACE_INFO","features":[439]},{"name":"VRAM_SURFACE_INFO_PROPERTY_S","features":[439]},{"name":"WAVE_FORMAT_EXTENSIBLE","features":[439]},{"name":"WNF_KSCAMERA_STREAMSTATE_INFO","features":[439]},{"name":"WST_BUFFER","features":[439]},{"name":"WST_BUFFER_LINE","features":[439]},{"name":"WST_BYTES_PER_LINE","features":[439]},{"name":"WST_TVTUNER_CHANGE_BEGIN_TUNE","features":[439]},{"name":"WST_TVTUNER_CHANGE_END_TUNE","features":[439]},{"name":"eConnType3Point5mm","features":[439]},{"name":"eConnTypeAtapiInternal","features":[439]},{"name":"eConnTypeCombination","features":[439]},{"name":"eConnTypeMultichannelAnalogDIN","features":[439]},{"name":"eConnTypeOptical","features":[439]},{"name":"eConnTypeOtherAnalog","features":[439]},{"name":"eConnTypeOtherDigital","features":[439]},{"name":"eConnTypeQuarter","features":[439]},{"name":"eConnTypeRCA","features":[439]},{"name":"eConnTypeRJ11Modem","features":[439]},{"name":"eConnTypeUnknown","features":[439]},{"name":"eConnTypeXlrProfessional","features":[439]},{"name":"eDeviceControlUseMissing","features":[439]},{"name":"eDeviceControlUsePrimary","features":[439]},{"name":"eDeviceControlUseSecondary","features":[439]},{"name":"eGenLocInternal","features":[439]},{"name":"eGenLocOther","features":[439]},{"name":"eGenLocPrimaryBox","features":[439]},{"name":"eGenLocSeparate","features":[439]},{"name":"eGeoLocATAPI","features":[439]},{"name":"eGeoLocBottom","features":[439]},{"name":"eGeoLocDrivebay","features":[439]},{"name":"eGeoLocFront","features":[439]},{"name":"eGeoLocHDMI","features":[439]},{"name":"eGeoLocInsideMobileLid","features":[439]},{"name":"eGeoLocLeft","features":[439]},{"name":"eGeoLocNotApplicable","features":[439]},{"name":"eGeoLocOutsideMobileLid","features":[439]},{"name":"eGeoLocRear","features":[439]},{"name":"eGeoLocRearPanel","features":[439]},{"name":"eGeoLocReserved6","features":[439]},{"name":"eGeoLocRight","features":[439]},{"name":"eGeoLocRiser","features":[439]},{"name":"eGeoLocTop","features":[439]},{"name":"ePortConnBothIntegratedAndJack","features":[439]},{"name":"ePortConnIntegratedDevice","features":[439]},{"name":"ePortConnJack","features":[439]},{"name":"ePortConnUnknown","features":[439]}],"444":[{"name":"DEVICE_AUTHORIZATION_ALLOWED","features":[442]},{"name":"DEVICE_AUTHORIZATION_DENIED","features":[442]},{"name":"DEVICE_AUTHORIZATION_UNKNOWN","features":[442]},{"name":"IWindowsMediaLibrarySharingDevice","features":[442,358]},{"name":"IWindowsMediaLibrarySharingDeviceProperties","features":[442,358]},{"name":"IWindowsMediaLibrarySharingDeviceProperty","features":[442,358]},{"name":"IWindowsMediaLibrarySharingDevices","features":[442,358]},{"name":"IWindowsMediaLibrarySharingServices","features":[442,358]},{"name":"WindowsMediaLibrarySharingDeviceAuthorizationStatus","features":[442]},{"name":"WindowsMediaLibrarySharingServices","features":[442]}],"445":[{"name":"AACMFTEncoder","features":[437]},{"name":"ACCESSMODE_READ","features":[437]},{"name":"ACCESSMODE_READWRITE","features":[437]},{"name":"ACCESSMODE_WRITE","features":[437]},{"name":"ACCESSMODE_WRITE_EXCLUSIVE","features":[437]},{"name":"ADAPTIVE_ARRAY_AND_AEC","features":[437]},{"name":"ADAPTIVE_ARRAY_ONLY","features":[437]},{"name":"AEC_CAPTURE_STREAM","features":[437]},{"name":"AEC_INPUT_STREAM","features":[437]},{"name":"AEC_MAX_SYSTEM_MODES","features":[437]},{"name":"AEC_REFERENCE_STREAM","features":[437]},{"name":"AEC_SYSTEM_MODE","features":[437]},{"name":"AEC_VAD_DISABLED","features":[437]},{"name":"AEC_VAD_FOR_AGC","features":[437]},{"name":"AEC_VAD_FOR_SILENCE_SUPPRESSION","features":[437]},{"name":"AEC_VAD_MODE","features":[437]},{"name":"AEC_VAD_NORMAL","features":[437]},{"name":"ALawCodecWrapper","features":[437]},{"name":"AMMPEG2_27MhzTimebase","features":[437]},{"name":"AMMPEG2_DSS_UserData","features":[437]},{"name":"AMMPEG2_DVB_UserData","features":[437]},{"name":"AMMPEG2_DVDLine21Field1","features":[437]},{"name":"AMMPEG2_DVDLine21Field2","features":[437]},{"name":"AMMPEG2_DoPanScan","features":[437]},{"name":"AMMPEG2_FilmCameraMode","features":[437]},{"name":"AMMPEG2_LetterboxAnalogOut","features":[437]},{"name":"AMMPEG2_SourceIsLetterboxed","features":[437]},{"name":"AMMPEG2_WidescreenAnalogOut","features":[437]},{"name":"AMPROPSETID_Pin","features":[437]},{"name":"AM_MEDIA_TYPE","features":[305,437]},{"name":"AM_MEDIA_TYPE_REPRESENTATION","features":[437]},{"name":"ASF_FLAT_PICTURE","features":[437]},{"name":"ASF_FLAT_SYNCHRONISED_LYRICS","features":[437]},{"name":"ASF_INDEX_DESCRIPTOR","features":[437]},{"name":"ASF_INDEX_IDENTIFIER","features":[437]},{"name":"ASF_MUX_STATISTICS","features":[437]},{"name":"ASF_SELECTION_STATUS","features":[437]},{"name":"ASF_STATUSFLAGS","features":[437]},{"name":"ASF_STATUSFLAGS_INCOMPLETE","features":[437]},{"name":"ASF_STATUSFLAGS_NONFATAL_ERROR","features":[437]},{"name":"ASF_STATUS_ALLDATAUNITS","features":[437]},{"name":"ASF_STATUS_CLEANPOINTSONLY","features":[437]},{"name":"ASF_STATUS_NOTSELECTED","features":[437]},{"name":"AVENC_H263V_LEVELCOUNT","features":[437]},{"name":"AVENC_H264V_LEVELCOUNT","features":[437]},{"name":"AVENC_H264V_MAX_MBBITS","features":[437]},{"name":"AVEncAudioInputContent_Music","features":[437]},{"name":"AVEncAudioInputContent_Unknown","features":[437]},{"name":"AVEncAudioInputContent_Voice","features":[437]},{"name":"AecQualityMetrics_Struct","features":[437]},{"name":"CAC3DecMediaObject","features":[437]},{"name":"CAPTION_FORMAT_ATSC","features":[437]},{"name":"CAPTION_FORMAT_DIRECTV","features":[437]},{"name":"CAPTION_FORMAT_DVB","features":[437]},{"name":"CAPTION_FORMAT_ECHOSTAR","features":[437]},{"name":"CClusterDetectorDmo","features":[437]},{"name":"CColorControlDmo","features":[437]},{"name":"CColorConvertDMO","features":[437]},{"name":"CColorLegalizerDmo","features":[437]},{"name":"CDTVAudDecoderDS","features":[437]},{"name":"CDTVVidDecoderDS","features":[437]},{"name":"CDVDecoderMediaObject","features":[437]},{"name":"CDVEncoderMediaObject","features":[437]},{"name":"CDeColorConvMediaObject","features":[437]},{"name":"CFrameInterpDMO","features":[437]},{"name":"CFrameRateConvertDmo","features":[437]},{"name":"CInterlaceMediaObject","features":[437]},{"name":"CLSID_ACMWrapper","features":[437]},{"name":"CLSID_ATSCNetworkPropertyPage","features":[437]},{"name":"CLSID_ATSCNetworkProvider","features":[437]},{"name":"CLSID_AVICo","features":[437]},{"name":"CLSID_AVIDec","features":[437]},{"name":"CLSID_AVIDoc","features":[437]},{"name":"CLSID_AVIDraw","features":[437]},{"name":"CLSID_AVIMIDIRender","features":[437]},{"name":"CLSID_ActiveMovieCategories","features":[437]},{"name":"CLSID_AllocPresenter","features":[437]},{"name":"CLSID_AllocPresenterDDXclMode","features":[437]},{"name":"CLSID_AnalogVideoDecoderPropertyPage","features":[437]},{"name":"CLSID_AsyncReader","features":[437]},{"name":"CLSID_AudioCompressorCategory","features":[437]},{"name":"CLSID_AudioInputDeviceCategory","features":[437]},{"name":"CLSID_AudioInputMixerProperties","features":[437]},{"name":"CLSID_AudioProperties","features":[437]},{"name":"CLSID_AudioRecord","features":[437]},{"name":"CLSID_AudioRender","features":[437]},{"name":"CLSID_AudioRendererAdvancedProperties","features":[437]},{"name":"CLSID_AudioRendererCategory","features":[437]},{"name":"CLSID_AudioResamplerMediaObject","features":[437]},{"name":"CLSID_AviDest","features":[437]},{"name":"CLSID_AviMuxProptyPage","features":[437]},{"name":"CLSID_AviMuxProptyPage1","features":[437]},{"name":"CLSID_AviReader","features":[437]},{"name":"CLSID_AviSplitter","features":[437]},{"name":"CLSID_CAcmCoClassManager","features":[437]},{"name":"CLSID_CAsfTocParser","features":[437]},{"name":"CLSID_CAviTocParser","features":[437]},{"name":"CLSID_CCAFilter","features":[437]},{"name":"CLSID_CClusterDetectorEx","features":[437]},{"name":"CLSID_CDeviceMoniker","features":[437]},{"name":"CLSID_CFileClient","features":[437]},{"name":"CLSID_CFileIo","features":[437]},{"name":"CLSID_CIcmCoClassManager","features":[437]},{"name":"CLSID_CMidiOutClassManager","features":[437]},{"name":"CLSID_CMpegAudioCodec","features":[437]},{"name":"CLSID_CMpegVideoCodec","features":[437]},{"name":"CLSID_CQzFilterClassManager","features":[437]},{"name":"CLSID_CToc","features":[437]},{"name":"CLSID_CTocCollection","features":[437]},{"name":"CLSID_CTocEntry","features":[437]},{"name":"CLSID_CTocEntryList","features":[437]},{"name":"CLSID_CTocParser","features":[437]},{"name":"CLSID_CVidCapClassManager","features":[437]},{"name":"CLSID_CWaveOutClassManager","features":[437]},{"name":"CLSID_CWaveinClassManager","features":[437]},{"name":"CLSID_CameraConfigurationManager","features":[437]},{"name":"CLSID_CameraControlPropertyPage","features":[437]},{"name":"CLSID_CaptionsFilter","features":[437]},{"name":"CLSID_CaptureGraphBuilder","features":[437]},{"name":"CLSID_CaptureGraphBuilder2","features":[437]},{"name":"CLSID_CaptureProperties","features":[437]},{"name":"CLSID_Colour","features":[437]},{"name":"CLSID_CreateMediaExtensionObject","features":[437]},{"name":"CLSID_CrossbarFilterPropertyPage","features":[437]},{"name":"CLSID_DShowTVEFilter","features":[437]},{"name":"CLSID_DSoundRender","features":[437]},{"name":"CLSID_DVBCNetworkProvider","features":[437]},{"name":"CLSID_DVBSNetworkProvider","features":[437]},{"name":"CLSID_DVBTNetworkProvider","features":[437]},{"name":"CLSID_DVDHWDecodersCategory","features":[437]},{"name":"CLSID_DVDNavigator","features":[437]},{"name":"CLSID_DVDState","features":[437]},{"name":"CLSID_DVDecPropertiesPage","features":[437]},{"name":"CLSID_DVEncPropertiesPage","features":[437]},{"name":"CLSID_DVMux","features":[437]},{"name":"CLSID_DVMuxPropertyPage","features":[437]},{"name":"CLSID_DVSplitter","features":[437]},{"name":"CLSID_DVVideoCodec","features":[437]},{"name":"CLSID_DVVideoEnc","features":[437]},{"name":"CLSID_DeviceControlCategory","features":[437]},{"name":"CLSID_DirectDrawProperties","features":[437]},{"name":"CLSID_DirectShowPluginControl","features":[437]},{"name":"CLSID_Dither","features":[437]},{"name":"CLSID_DtvCcFilter","features":[437]},{"name":"CLSID_DvdGraphBuilder","features":[437]},{"name":"CLSID_EVRPlaybackPipelineOptimizer","features":[437]},{"name":"CLSID_EVRTearlessWindowPresenter9","features":[437]},{"name":"CLSID_EnhancedVideoRenderer","features":[437]},{"name":"CLSID_FGControl","features":[437]},{"name":"CLSID_FileSource","features":[437]},{"name":"CLSID_FileWriter","features":[437]},{"name":"CLSID_FilterGraph","features":[437]},{"name":"CLSID_FilterGraphNoThread","features":[437]},{"name":"CLSID_FilterGraphPrivateThread","features":[437]},{"name":"CLSID_FilterMapper","features":[437]},{"name":"CLSID_FilterMapper2","features":[437]},{"name":"CLSID_FrameServerNetworkCameraSource","features":[437]},{"name":"CLSID_HttpSchemePlugin","features":[437]},{"name":"CLSID_ICodecAPIProxy","features":[437]},{"name":"CLSID_IVideoEncoderCodecAPIProxy","features":[437]},{"name":"CLSID_IVideoEncoderProxy","features":[437]},{"name":"CLSID_InfTee","features":[437]},{"name":"CLSID_LegacyAmFilterCategory","features":[437]},{"name":"CLSID_Line21Decoder","features":[437]},{"name":"CLSID_Line21Decoder2","features":[437]},{"name":"CLSID_MFByteStreamProxyClassFactory","features":[437]},{"name":"CLSID_MFCaptureEngine","features":[437]},{"name":"CLSID_MFCaptureEngineClassFactory","features":[437]},{"name":"CLSID_MFImageSharingEngineClassFactory","features":[437]},{"name":"CLSID_MFMediaEngineClassFactory","features":[437]},{"name":"CLSID_MFMediaSharingEngineClassFactory","features":[437]},{"name":"CLSID_MFReadWriteClassFactory","features":[437]},{"name":"CLSID_MFSinkWriter","features":[437]},{"name":"CLSID_MFSourceReader","features":[437]},{"name":"CLSID_MFSourceResolver","features":[437]},{"name":"CLSID_MFVideoMixer9","features":[437]},{"name":"CLSID_MFVideoPresenter9","features":[437]},{"name":"CLSID_MJPGEnc","features":[437]},{"name":"CLSID_MMSPLITTER","features":[437]},{"name":"CLSID_MOVReader","features":[437]},{"name":"CLSID_MP3DecMediaObject","features":[437]},{"name":"CLSID_MPEG1Doc","features":[437]},{"name":"CLSID_MPEG1PacketPlayer","features":[437]},{"name":"CLSID_MPEG1Splitter","features":[437]},{"name":"CLSID_MPEG2ByteStreamPlugin","features":[437]},{"name":"CLSID_MPEG2DLNASink","features":[437]},{"name":"CLSID_MPEG2Demultiplexer","features":[437]},{"name":"CLSID_MPEG2Demultiplexer_NoClock","features":[437]},{"name":"CLSID_MSAACDecMFT","features":[437]},{"name":"CLSID_MSDDPlusDecMFT","features":[437]},{"name":"CLSID_MSH264DecoderMFT","features":[437]},{"name":"CLSID_MSH264EncoderMFT","features":[437]},{"name":"CLSID_MSH265DecoderMFT","features":[437]},{"name":"CLSID_MSMPEGAudDecMFT","features":[437]},{"name":"CLSID_MSMPEGDecoderMFT","features":[437]},{"name":"CLSID_MSOpusDecoder","features":[437]},{"name":"CLSID_MSVPxDecoder","features":[437]},{"name":"CLSID_MediaEncoderCategory","features":[437]},{"name":"CLSID_MediaMultiplexerCategory","features":[437]},{"name":"CLSID_MediaPropertyBag","features":[437]},{"name":"CLSID_MemoryAllocator","features":[437]},{"name":"CLSID_MidiRendererCategory","features":[437]},{"name":"CLSID_MjpegDec","features":[437]},{"name":"CLSID_ModexRenderer","features":[437]},{"name":"CLSID_Mpeg2VideoStreamAnalyzer","features":[437]},{"name":"CLSID_NetSchemePlugin","features":[437]},{"name":"CLSID_NetworkProvider","features":[437]},{"name":"CLSID_OverlayMixer","features":[437]},{"name":"CLSID_PerformanceProperties","features":[437]},{"name":"CLSID_PersistMonikerPID","features":[437]},{"name":"CLSID_PlayToSourceClassFactory","features":[437]},{"name":"CLSID_ProtoFilterGraph","features":[437]},{"name":"CLSID_QTDec","features":[437]},{"name":"CLSID_QualityProperties","features":[437]},{"name":"CLSID_QuickTimeParser","features":[437]},{"name":"CLSID_SBE2File","features":[437]},{"name":"CLSID_SBE2FileScan","features":[437]},{"name":"CLSID_SBE2MediaTypeProfile","features":[437]},{"name":"CLSID_SBE2Sink","features":[437]},{"name":"CLSID_SeekingPassThru","features":[437]},{"name":"CLSID_SmartTee","features":[437]},{"name":"CLSID_StreamBufferComposeRecording","features":[437]},{"name":"CLSID_StreamBufferConfig","features":[437]},{"name":"CLSID_StreamBufferPropertyHandler","features":[437]},{"name":"CLSID_StreamBufferRecordingAttributes","features":[437]},{"name":"CLSID_StreamBufferSink","features":[437]},{"name":"CLSID_StreamBufferSource","features":[437]},{"name":"CLSID_StreamBufferThumbnailHandler","features":[437]},{"name":"CLSID_SubtitlesFilter","features":[437]},{"name":"CLSID_SystemClock","features":[437]},{"name":"CLSID_SystemDeviceEnum","features":[437]},{"name":"CLSID_TVAudioFilterPropertyPage","features":[437]},{"name":"CLSID_TVEFilterCCProperties","features":[437]},{"name":"CLSID_TVEFilterStatsProperties","features":[437]},{"name":"CLSID_TVEFilterTuneProperties","features":[437]},{"name":"CLSID_TVTunerFilterPropertyPage","features":[437]},{"name":"CLSID_TextRender","features":[437]},{"name":"CLSID_TransmitCategory","features":[437]},{"name":"CLSID_URLReader","features":[437]},{"name":"CLSID_UrlmonSchemePlugin","features":[437]},{"name":"CLSID_VBISurfaces","features":[437]},{"name":"CLSID_VPObject","features":[437]},{"name":"CLSID_VPVBIObject","features":[437]},{"name":"CLSID_VfwCapture","features":[437]},{"name":"CLSID_VideoCompressorCategory","features":[437]},{"name":"CLSID_VideoInputDeviceCategory","features":[437]},{"name":"CLSID_VideoMixingRenderer","features":[437]},{"name":"CLSID_VideoMixingRenderer9","features":[437]},{"name":"CLSID_VideoPortManager","features":[437]},{"name":"CLSID_VideoProcAmpPropertyPage","features":[437]},{"name":"CLSID_VideoProcessorMFT","features":[437]},{"name":"CLSID_VideoRenderer","features":[437]},{"name":"CLSID_VideoRendererDefault","features":[437]},{"name":"CLSID_VideoStreamConfigPropertyPage","features":[437]},{"name":"CLSID_WMADecMediaObject","features":[437]},{"name":"CLSID_WMAsfReader","features":[437]},{"name":"CLSID_WMAsfWriter","features":[437]},{"name":"CLSID_WMDRMSystemID","features":[437]},{"name":"CLSID_WMVDecoderMFT","features":[437]},{"name":"CLSID_WSTDecoder","features":[437]},{"name":"CLSID_WstDecoderPropertyPage","features":[437]},{"name":"CMP3DecMediaObject","features":[437]},{"name":"CMPEG2AudDecoderDS","features":[437]},{"name":"CMPEG2AudioEncoderMFT","features":[437]},{"name":"CMPEG2EncoderAudioDS","features":[437]},{"name":"CMPEG2EncoderDS","features":[437]},{"name":"CMPEG2EncoderVideoDS","features":[437]},{"name":"CMPEG2VidDecoderDS","features":[437]},{"name":"CMPEG2VideoEncoderMFT","features":[437]},{"name":"CMPEGAACDecMediaObject","features":[437]},{"name":"CMSAACDecMFT","features":[437]},{"name":"CMSAC3Enc","features":[437]},{"name":"CMSALACDecMFT","features":[437]},{"name":"CMSALACEncMFT","features":[437]},{"name":"CMSDDPlusDecMFT","features":[437]},{"name":"CMSDolbyDigitalEncMFT","features":[437]},{"name":"CMSFLACDecMFT","features":[437]},{"name":"CMSFLACEncMFT","features":[437]},{"name":"CMSH263EncoderMFT","features":[437]},{"name":"CMSH264DecoderMFT","features":[437]},{"name":"CMSH264EncoderMFT","features":[437]},{"name":"CMSH264RemuxMFT","features":[437]},{"name":"CMSH265EncoderMFT","features":[437]},{"name":"CMSMPEGAudDecMFT","features":[437]},{"name":"CMSMPEGDecoderMFT","features":[437]},{"name":"CMSOpusDecMFT","features":[437]},{"name":"CMSSCDecMediaObject","features":[437]},{"name":"CMSSCEncMediaObject","features":[437]},{"name":"CMSSCEncMediaObject2","features":[437]},{"name":"CMSVPXEncoderMFT","features":[437]},{"name":"CMSVideoDSPMFT","features":[437]},{"name":"CMpeg2DecMediaObject","features":[437]},{"name":"CMpeg43DecMediaObject","features":[437]},{"name":"CMpeg4DecMediaObject","features":[437]},{"name":"CMpeg4EncMediaObject","features":[437]},{"name":"CMpeg4sDecMFT","features":[437]},{"name":"CMpeg4sDecMediaObject","features":[437]},{"name":"CMpeg4sEncMediaObject","features":[437]},{"name":"CNokiaAACCCDecMediaObject","features":[437]},{"name":"CNokiaAACDecMediaObject","features":[437]},{"name":"CODECAPI_ALLSETTINGS","features":[437]},{"name":"CODECAPI_AUDIO_ENCODER","features":[437]},{"name":"CODECAPI_AVAudioChannelConfig","features":[437]},{"name":"CODECAPI_AVAudioChannelCount","features":[437]},{"name":"CODECAPI_AVAudioSampleRate","features":[437]},{"name":"CODECAPI_AVDDSurroundMode","features":[437]},{"name":"CODECAPI_AVDSPLoudnessEqualization","features":[437]},{"name":"CODECAPI_AVDSPSpeakerFill","features":[437]},{"name":"CODECAPI_AVDecAACDownmixMode","features":[437]},{"name":"CODECAPI_AVDecAudioDualMono","features":[437]},{"name":"CODECAPI_AVDecAudioDualMonoReproMode","features":[437]},{"name":"CODECAPI_AVDecCommonInputFormat","features":[437]},{"name":"CODECAPI_AVDecCommonMeanBitRate","features":[437]},{"name":"CODECAPI_AVDecCommonMeanBitRateInterval","features":[437]},{"name":"CODECAPI_AVDecCommonOutputFormat","features":[437]},{"name":"CODECAPI_AVDecDDDynamicRangeScaleHigh","features":[437]},{"name":"CODECAPI_AVDecDDDynamicRangeScaleLow","features":[437]},{"name":"CODECAPI_AVDecDDMatrixDecodingMode","features":[437]},{"name":"CODECAPI_AVDecDDOperationalMode","features":[437]},{"name":"CODECAPI_AVDecDDStereoDownMixMode","features":[437]},{"name":"CODECAPI_AVDecDisableVideoPostProcessing","features":[437]},{"name":"CODECAPI_AVDecHEAACDynamicRangeControl","features":[437]},{"name":"CODECAPI_AVDecMmcssClass","features":[437]},{"name":"CODECAPI_AVDecNumWorkerThreads","features":[437]},{"name":"CODECAPI_AVDecSoftwareDynamicFormatChange","features":[437]},{"name":"CODECAPI_AVDecVideoAcceleration_H264","features":[437]},{"name":"CODECAPI_AVDecVideoAcceleration_MPEG2","features":[437]},{"name":"CODECAPI_AVDecVideoAcceleration_VC1","features":[437]},{"name":"CODECAPI_AVDecVideoCodecType","features":[437]},{"name":"CODECAPI_AVDecVideoDXVABusEncryption","features":[437]},{"name":"CODECAPI_AVDecVideoDXVAMode","features":[437]},{"name":"CODECAPI_AVDecVideoDropPicWithMissingRef","features":[437]},{"name":"CODECAPI_AVDecVideoFastDecodeMode","features":[437]},{"name":"CODECAPI_AVDecVideoH264ErrorConcealment","features":[437]},{"name":"CODECAPI_AVDecVideoImageSize","features":[437]},{"name":"CODECAPI_AVDecVideoInputScanType","features":[437]},{"name":"CODECAPI_AVDecVideoMPEG2ErrorConcealment","features":[437]},{"name":"CODECAPI_AVDecVideoMaxCodedHeight","features":[437]},{"name":"CODECAPI_AVDecVideoMaxCodedWidth","features":[437]},{"name":"CODECAPI_AVDecVideoPixelAspectRatio","features":[437]},{"name":"CODECAPI_AVDecVideoProcDeinterlaceCSC","features":[437]},{"name":"CODECAPI_AVDecVideoSWPowerLevel","features":[437]},{"name":"CODECAPI_AVDecVideoSoftwareDeinterlaceMode","features":[437]},{"name":"CODECAPI_AVDecVideoThumbnailGenerationMode","features":[437]},{"name":"CODECAPI_AVEnableInLoopDeblockFilter","features":[437]},{"name":"CODECAPI_AVEncAACEnableVBR","features":[437]},{"name":"CODECAPI_AVEncAdaptiveMode","features":[437]},{"name":"CODECAPI_AVEncAudioDualMono","features":[437]},{"name":"CODECAPI_AVEncAudioInputContent","features":[437]},{"name":"CODECAPI_AVEncAudioIntervalToEncode","features":[437]},{"name":"CODECAPI_AVEncAudioIntervalToSkip","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel0","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel1","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel10","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel11","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel12","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel13","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel14","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel15","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel2","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel3","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel4","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel5","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel6","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel7","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel8","features":[437]},{"name":"CODECAPI_AVEncAudioMapDestChannel9","features":[437]},{"name":"CODECAPI_AVEncAudioMeanBitRate","features":[437]},{"name":"CODECAPI_AVEncChromaEncodeMode","features":[437]},{"name":"CODECAPI_AVEncChromaUpdateTime","features":[437]},{"name":"CODECAPI_AVEncCodecType","features":[437]},{"name":"CODECAPI_AVEncCommonAllowFrameDrops","features":[437]},{"name":"CODECAPI_AVEncCommonBufferInLevel","features":[437]},{"name":"CODECAPI_AVEncCommonBufferOutLevel","features":[437]},{"name":"CODECAPI_AVEncCommonBufferSize","features":[437]},{"name":"CODECAPI_AVEncCommonFormatConstraint","features":[437]},{"name":"CODECAPI_AVEncCommonLowLatency","features":[437]},{"name":"CODECAPI_AVEncCommonMaxBitRate","features":[437]},{"name":"CODECAPI_AVEncCommonMeanBitRate","features":[437]},{"name":"CODECAPI_AVEncCommonMeanBitRateInterval","features":[437]},{"name":"CODECAPI_AVEncCommonMinBitRate","features":[437]},{"name":"CODECAPI_AVEncCommonMultipassMode","features":[437]},{"name":"CODECAPI_AVEncCommonPassEnd","features":[437]},{"name":"CODECAPI_AVEncCommonPassStart","features":[437]},{"name":"CODECAPI_AVEncCommonQuality","features":[437]},{"name":"CODECAPI_AVEncCommonQualityVsSpeed","features":[437]},{"name":"CODECAPI_AVEncCommonRateControlMode","features":[437]},{"name":"CODECAPI_AVEncCommonRealTime","features":[437]},{"name":"CODECAPI_AVEncCommonStreamEndHandling","features":[437]},{"name":"CODECAPI_AVEncCommonTranscodeEncodingProfile","features":[437]},{"name":"CODECAPI_AVEncDDAtoDConverterType","features":[437]},{"name":"CODECAPI_AVEncDDCentreDownMixLevel","features":[437]},{"name":"CODECAPI_AVEncDDChannelBWLowPassFilter","features":[437]},{"name":"CODECAPI_AVEncDDCopyright","features":[437]},{"name":"CODECAPI_AVEncDDDCHighPassFilter","features":[437]},{"name":"CODECAPI_AVEncDDDialogNormalization","features":[437]},{"name":"CODECAPI_AVEncDDDigitalDeemphasis","features":[437]},{"name":"CODECAPI_AVEncDDDynamicRangeCompressionControl","features":[437]},{"name":"CODECAPI_AVEncDDHeadphoneMode","features":[437]},{"name":"CODECAPI_AVEncDDLFELowPassFilter","features":[437]},{"name":"CODECAPI_AVEncDDLoRoCenterMixLvl_x10","features":[437]},{"name":"CODECAPI_AVEncDDLoRoSurroundMixLvl_x10","features":[437]},{"name":"CODECAPI_AVEncDDLtRtCenterMixLvl_x10","features":[437]},{"name":"CODECAPI_AVEncDDLtRtSurroundMixLvl_x10","features":[437]},{"name":"CODECAPI_AVEncDDOriginalBitstream","features":[437]},{"name":"CODECAPI_AVEncDDPreferredStereoDownMixMode","features":[437]},{"name":"CODECAPI_AVEncDDProductionInfoExists","features":[437]},{"name":"CODECAPI_AVEncDDProductionMixLevel","features":[437]},{"name":"CODECAPI_AVEncDDProductionRoomType","features":[437]},{"name":"CODECAPI_AVEncDDRFPreEmphasisFilter","features":[437]},{"name":"CODECAPI_AVEncDDService","features":[437]},{"name":"CODECAPI_AVEncDDSurround3dBAttenuation","features":[437]},{"name":"CODECAPI_AVEncDDSurround90DegreeePhaseShift","features":[437]},{"name":"CODECAPI_AVEncDDSurroundDownMixLevel","features":[437]},{"name":"CODECAPI_AVEncDDSurroundExMode","features":[437]},{"name":"CODECAPI_AVEncEnableVideoProcessing","features":[437]},{"name":"CODECAPI_AVEncH264CABACEnable","features":[437]},{"name":"CODECAPI_AVEncH264PPSID","features":[437]},{"name":"CODECAPI_AVEncH264SPSID","features":[437]},{"name":"CODECAPI_AVEncInputVideoSystem","features":[437]},{"name":"CODECAPI_AVEncLowPowerEncoder","features":[437]},{"name":"CODECAPI_AVEncMP12MuxDVDNavPacks","features":[437]},{"name":"CODECAPI_AVEncMP12MuxEarliestPTS","features":[437]},{"name":"CODECAPI_AVEncMP12MuxInitialSCR","features":[437]},{"name":"CODECAPI_AVEncMP12MuxLargestPacketSize","features":[437]},{"name":"CODECAPI_AVEncMP12MuxMuxRate","features":[437]},{"name":"CODECAPI_AVEncMP12MuxNumStreams","features":[437]},{"name":"CODECAPI_AVEncMP12MuxPackSize","features":[437]},{"name":"CODECAPI_AVEncMP12MuxPacketOverhead","features":[437]},{"name":"CODECAPI_AVEncMP12MuxSysAudioLock","features":[437]},{"name":"CODECAPI_AVEncMP12MuxSysCSPS","features":[437]},{"name":"CODECAPI_AVEncMP12MuxSysFixed","features":[437]},{"name":"CODECAPI_AVEncMP12MuxSysRateBound","features":[437]},{"name":"CODECAPI_AVEncMP12MuxSysSTDBufferBound","features":[437]},{"name":"CODECAPI_AVEncMP12MuxSysVideoLock","features":[437]},{"name":"CODECAPI_AVEncMP12MuxTargetPacketizer","features":[437]},{"name":"CODECAPI_AVEncMP12PktzCopyright","features":[437]},{"name":"CODECAPI_AVEncMP12PktzInitialPTS","features":[437]},{"name":"CODECAPI_AVEncMP12PktzOriginal","features":[437]},{"name":"CODECAPI_AVEncMP12PktzPacketSize","features":[437]},{"name":"CODECAPI_AVEncMP12PktzSTDBuffer","features":[437]},{"name":"CODECAPI_AVEncMP12PktzStreamID","features":[437]},{"name":"CODECAPI_AVEncMPACodingMode","features":[437]},{"name":"CODECAPI_AVEncMPACopyright","features":[437]},{"name":"CODECAPI_AVEncMPAEmphasisType","features":[437]},{"name":"CODECAPI_AVEncMPAEnableRedundancyProtection","features":[437]},{"name":"CODECAPI_AVEncMPALayer","features":[437]},{"name":"CODECAPI_AVEncMPAOriginalBitstream","features":[437]},{"name":"CODECAPI_AVEncMPAPrivateUserBit","features":[437]},{"name":"CODECAPI_AVEncMPVAddSeqEndCode","features":[437]},{"name":"CODECAPI_AVEncMPVDefaultBPictureCount","features":[437]},{"name":"CODECAPI_AVEncMPVFrameFieldMode","features":[437]},{"name":"CODECAPI_AVEncMPVGOPOpen","features":[437]},{"name":"CODECAPI_AVEncMPVGOPSInSeq","features":[437]},{"name":"CODECAPI_AVEncMPVGOPSize","features":[437]},{"name":"CODECAPI_AVEncMPVGOPSizeMax","features":[437]},{"name":"CODECAPI_AVEncMPVGOPSizeMin","features":[437]},{"name":"CODECAPI_AVEncMPVGenerateHeaderPicDispExt","features":[437]},{"name":"CODECAPI_AVEncMPVGenerateHeaderPicExt","features":[437]},{"name":"CODECAPI_AVEncMPVGenerateHeaderSeqDispExt","features":[437]},{"name":"CODECAPI_AVEncMPVGenerateHeaderSeqExt","features":[437]},{"name":"CODECAPI_AVEncMPVGenerateHeaderSeqScaleExt","features":[437]},{"name":"CODECAPI_AVEncMPVIntraDCPrecision","features":[437]},{"name":"CODECAPI_AVEncMPVIntraVLCTable","features":[437]},{"name":"CODECAPI_AVEncMPVLevel","features":[437]},{"name":"CODECAPI_AVEncMPVProfile","features":[437]},{"name":"CODECAPI_AVEncMPVQScaleType","features":[437]},{"name":"CODECAPI_AVEncMPVQuantMatrixChromaIntra","features":[437]},{"name":"CODECAPI_AVEncMPVQuantMatrixChromaNonIntra","features":[437]},{"name":"CODECAPI_AVEncMPVQuantMatrixIntra","features":[437]},{"name":"CODECAPI_AVEncMPVQuantMatrixNonIntra","features":[437]},{"name":"CODECAPI_AVEncMPVScanPattern","features":[437]},{"name":"CODECAPI_AVEncMPVSceneDetection","features":[437]},{"name":"CODECAPI_AVEncMPVUseConcealmentMotionVectors","features":[437]},{"name":"CODECAPI_AVEncMaxFrameRate","features":[437]},{"name":"CODECAPI_AVEncMuxOutputStreamType","features":[437]},{"name":"CODECAPI_AVEncNoInputCopy","features":[437]},{"name":"CODECAPI_AVEncNumWorkerThreads","features":[437]},{"name":"CODECAPI_AVEncProgressiveUpdateTime","features":[437]},{"name":"CODECAPI_AVEncSliceControlMode","features":[437]},{"name":"CODECAPI_AVEncSliceControlSize","features":[437]},{"name":"CODECAPI_AVEncSliceGenerationMode","features":[437]},{"name":"CODECAPI_AVEncStatAudioAverageBPS","features":[437]},{"name":"CODECAPI_AVEncStatAudioAveragePCMValue","features":[437]},{"name":"CODECAPI_AVEncStatAudioPeakPCMValue","features":[437]},{"name":"CODECAPI_AVEncStatAverageBPS","features":[437]},{"name":"CODECAPI_AVEncStatCommonCompletedPasses","features":[437]},{"name":"CODECAPI_AVEncStatHardwareBandwidthUtilitization","features":[437]},{"name":"CODECAPI_AVEncStatHardwareProcessorUtilitization","features":[437]},{"name":"CODECAPI_AVEncStatMPVSkippedEmptyFrames","features":[437]},{"name":"CODECAPI_AVEncStatVideoCodedFrames","features":[437]},{"name":"CODECAPI_AVEncStatVideoOutputFrameRate","features":[437]},{"name":"CODECAPI_AVEncStatVideoTotalFrames","features":[437]},{"name":"CODECAPI_AVEncStatWMVCBAvg","features":[437]},{"name":"CODECAPI_AVEncStatWMVCBMax","features":[437]},{"name":"CODECAPI_AVEncStatWMVDecoderComplexityProfile","features":[437]},{"name":"CODECAPI_AVEncTileColumns","features":[437]},{"name":"CODECAPI_AVEncTileRows","features":[437]},{"name":"CODECAPI_AVEncVideoCBRMotionTradeoff","features":[437]},{"name":"CODECAPI_AVEncVideoCTBSize","features":[437]},{"name":"CODECAPI_AVEncVideoCodedVideoAccessUnitSize","features":[437]},{"name":"CODECAPI_AVEncVideoConsecutiveFramesForLayer","features":[437]},{"name":"CODECAPI_AVEncVideoContentType","features":[437]},{"name":"CODECAPI_AVEncVideoDefaultUpperFieldDominant","features":[437]},{"name":"CODECAPI_AVEncVideoDirtyRectEnabled","features":[437]},{"name":"CODECAPI_AVEncVideoDisplayDimension","features":[437]},{"name":"CODECAPI_AVEncVideoEncodeDimension","features":[437]},{"name":"CODECAPI_AVEncVideoEncodeFrameTypeQP","features":[437]},{"name":"CODECAPI_AVEncVideoEncodeOffsetOrigin","features":[437]},{"name":"CODECAPI_AVEncVideoEncodeQP","features":[437]},{"name":"CODECAPI_AVEncVideoFieldSwap","features":[437]},{"name":"CODECAPI_AVEncVideoForceKeyFrame","features":[437]},{"name":"CODECAPI_AVEncVideoForceSourceScanType","features":[437]},{"name":"CODECAPI_AVEncVideoGradualIntraRefresh","features":[437]},{"name":"CODECAPI_AVEncVideoHeaderDropFrame","features":[437]},{"name":"CODECAPI_AVEncVideoHeaderFrames","features":[437]},{"name":"CODECAPI_AVEncVideoHeaderHours","features":[437]},{"name":"CODECAPI_AVEncVideoHeaderMinutes","features":[437]},{"name":"CODECAPI_AVEncVideoHeaderSeconds","features":[437]},{"name":"CODECAPI_AVEncVideoInputChromaResolution","features":[437]},{"name":"CODECAPI_AVEncVideoInputChromaSubsampling","features":[437]},{"name":"CODECAPI_AVEncVideoInputColorLighting","features":[437]},{"name":"CODECAPI_AVEncVideoInputColorNominalRange","features":[437]},{"name":"CODECAPI_AVEncVideoInputColorPrimaries","features":[437]},{"name":"CODECAPI_AVEncVideoInputColorTransferFunction","features":[437]},{"name":"CODECAPI_AVEncVideoInputColorTransferMatrix","features":[437]},{"name":"CODECAPI_AVEncVideoInstantTemporalUpSwitching","features":[437]},{"name":"CODECAPI_AVEncVideoIntraLayerPrediction","features":[437]},{"name":"CODECAPI_AVEncVideoInverseTelecineEnable","features":[437]},{"name":"CODECAPI_AVEncVideoInverseTelecineThreshold","features":[437]},{"name":"CODECAPI_AVEncVideoLTRBufferControl","features":[437]},{"name":"CODECAPI_AVEncVideoMarkLTRFrame","features":[437]},{"name":"CODECAPI_AVEncVideoMaxCTBSize","features":[437]},{"name":"CODECAPI_AVEncVideoMaxKeyframeDistance","features":[437]},{"name":"CODECAPI_AVEncVideoMaxNumRefFrame","features":[437]},{"name":"CODECAPI_AVEncVideoMaxNumRefFrameForLayer","features":[437]},{"name":"CODECAPI_AVEncVideoMaxQP","features":[437]},{"name":"CODECAPI_AVEncVideoMaxTemporalLayers","features":[437]},{"name":"CODECAPI_AVEncVideoMeanAbsoluteDifference","features":[437]},{"name":"CODECAPI_AVEncVideoMinQP","features":[437]},{"name":"CODECAPI_AVEncVideoNoOfFieldsToEncode","features":[437]},{"name":"CODECAPI_AVEncVideoNoOfFieldsToSkip","features":[437]},{"name":"CODECAPI_AVEncVideoNumGOPsPerIDR","features":[437]},{"name":"CODECAPI_AVEncVideoOutputChromaResolution","features":[437]},{"name":"CODECAPI_AVEncVideoOutputChromaSubsampling","features":[437]},{"name":"CODECAPI_AVEncVideoOutputColorLighting","features":[437]},{"name":"CODECAPI_AVEncVideoOutputColorNominalRange","features":[437]},{"name":"CODECAPI_AVEncVideoOutputColorPrimaries","features":[437]},{"name":"CODECAPI_AVEncVideoOutputColorTransferFunction","features":[437]},{"name":"CODECAPI_AVEncVideoOutputColorTransferMatrix","features":[437]},{"name":"CODECAPI_AVEncVideoOutputFrameRate","features":[437]},{"name":"CODECAPI_AVEncVideoOutputFrameRateConversion","features":[437]},{"name":"CODECAPI_AVEncVideoOutputScanType","features":[437]},{"name":"CODECAPI_AVEncVideoPixelAspectRatio","features":[437]},{"name":"CODECAPI_AVEncVideoROIEnabled","features":[437]},{"name":"CODECAPI_AVEncVideoRateControlParams","features":[437]},{"name":"CODECAPI_AVEncVideoSelectLayer","features":[437]},{"name":"CODECAPI_AVEncVideoSourceFilmContent","features":[437]},{"name":"CODECAPI_AVEncVideoSourceIsBW","features":[437]},{"name":"CODECAPI_AVEncVideoSupportedControls","features":[437]},{"name":"CODECAPI_AVEncVideoTemporalLayerCount","features":[437]},{"name":"CODECAPI_AVEncVideoUsage","features":[437]},{"name":"CODECAPI_AVEncVideoUseLTRFrame","features":[437]},{"name":"CODECAPI_AVEncWMVDecoderComplexity","features":[437]},{"name":"CODECAPI_AVEncWMVInterlacedEncoding","features":[437]},{"name":"CODECAPI_AVEncWMVKeyFrameBufferLevelMarker","features":[437]},{"name":"CODECAPI_AVEncWMVKeyFrameDistance","features":[437]},{"name":"CODECAPI_AVEncWMVProduceDummyFrames","features":[437]},{"name":"CODECAPI_AVLowLatencyMode","features":[437]},{"name":"CODECAPI_AVPriorityControl","features":[437]},{"name":"CODECAPI_AVRealtimeControl","features":[437]},{"name":"CODECAPI_AVScenarioInfo","features":[437]},{"name":"CODECAPI_CHANGELISTS","features":[437]},{"name":"CODECAPI_CURRENTCHANGELIST","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioInputAAC","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioInputDTS","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioInputDolby","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioInputDolbyDigitalPlus","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioInputHEAAC","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioInputMPEG","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioInputPCM","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioInputWMA","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioInputWMAPro","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_PCM","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_PCM_Headphones","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_PCM_Stereo_Auto","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_PCM_Stereo_MatrixEncoded","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_SPDIF_Bitstream","features":[437]},{"name":"CODECAPI_GUID_AVDecAudioOutputFormat_SPDIF_PCM","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatATSC","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatDVB","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatDVD_DashVR","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatDVD_PlusVR","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatDVD_V","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatHighMAT","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatHighMPV","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatMP3","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatSVCD","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatUnSpecified","features":[437]},{"name":"CODECAPI_GUID_AVEncCommonFormatVCD","features":[437]},{"name":"CODECAPI_GUID_AVEncDTS","features":[437]},{"name":"CODECAPI_GUID_AVEncDTSHD","features":[437]},{"name":"CODECAPI_GUID_AVEncDV","features":[437]},{"name":"CODECAPI_GUID_AVEncDolbyDigitalConsumer","features":[437]},{"name":"CODECAPI_GUID_AVEncDolbyDigitalPlus","features":[437]},{"name":"CODECAPI_GUID_AVEncDolbyDigitalPro","features":[437]},{"name":"CODECAPI_GUID_AVEncH264Video","features":[437]},{"name":"CODECAPI_GUID_AVEncMLP","features":[437]},{"name":"CODECAPI_GUID_AVEncMPEG1Audio","features":[437]},{"name":"CODECAPI_GUID_AVEncMPEG1Video","features":[437]},{"name":"CODECAPI_GUID_AVEncMPEG2Audio","features":[437]},{"name":"CODECAPI_GUID_AVEncMPEG2Video","features":[437]},{"name":"CODECAPI_GUID_AVEncPCM","features":[437]},{"name":"CODECAPI_GUID_AVEncSDDS","features":[437]},{"name":"CODECAPI_GUID_AVEncWMALossless","features":[437]},{"name":"CODECAPI_GUID_AVEncWMAPro","features":[437]},{"name":"CODECAPI_GUID_AVEncWMAVoice","features":[437]},{"name":"CODECAPI_GUID_AVEncWMV","features":[437]},{"name":"CODECAPI_GUID_AVEndMPEG4Video","features":[437]},{"name":"CODECAPI_GetOPMContext","features":[437]},{"name":"CODECAPI_SETALLDEFAULTS","features":[437]},{"name":"CODECAPI_SUPPORTSEVENTS","features":[437]},{"name":"CODECAPI_SetHDCPManagerContext","features":[437]},{"name":"CODECAPI_VIDEO_ENCODER","features":[437]},{"name":"CODECAPI_VideoEncoderDisplayContentType","features":[437]},{"name":"COPP_ProtectionType_ACP","features":[437]},{"name":"COPP_ProtectionType_CGMSA","features":[437]},{"name":"COPP_ProtectionType_HDCP","features":[437]},{"name":"COPP_ProtectionType_Mask","features":[437]},{"name":"COPP_ProtectionType_None","features":[437]},{"name":"COPP_ProtectionType_Reserved","features":[437]},{"name":"COPP_ProtectionType_Unknown","features":[437]},{"name":"CPK_DS_AC3Decoder","features":[437]},{"name":"CPK_DS_MPEG2Decoder","features":[437]},{"name":"CResamplerMediaObject","features":[437]},{"name":"CResizerDMO","features":[437]},{"name":"CResizerMediaObject","features":[437]},{"name":"CShotDetectorDmo","features":[437]},{"name":"CSmpteTransformsDmo","features":[437]},{"name":"CThumbnailGeneratorDmo","features":[437]},{"name":"CTocGeneratorDmo","features":[437]},{"name":"CVodafoneAACCCDecMediaObject","features":[437]},{"name":"CVodafoneAACDecMediaObject","features":[437]},{"name":"CWMADecMediaObject","features":[437]},{"name":"CWMAEncMediaObject","features":[437]},{"name":"CWMATransMediaObject","features":[437]},{"name":"CWMAudioAEC","features":[437]},{"name":"CWMAudioCAPXGFXAPO","features":[437]},{"name":"CWMAudioCAPXLFXAPO","features":[437]},{"name":"CWMAudioGFXAPO","features":[437]},{"name":"CWMAudioLFXAPO","features":[437]},{"name":"CWMAudioSpdTxDMO","features":[437]},{"name":"CWMSPDecMediaObject","features":[437]},{"name":"CWMSPEncMediaObject","features":[437]},{"name":"CWMSPEncMediaObject2","features":[437]},{"name":"CWMTDecMediaObject","features":[437]},{"name":"CWMTEncMediaObject","features":[437]},{"name":"CWMV9EncMediaObject","features":[437]},{"name":"CWMVDecMediaObject","features":[437]},{"name":"CWMVEncMediaObject2","features":[437]},{"name":"CWMVXEncMediaObject","features":[437]},{"name":"CWVC1DecMediaObject","features":[437]},{"name":"CWVC1EncMediaObject","features":[437]},{"name":"CZuneAACCCDecMediaObject","features":[437]},{"name":"CZuneM4S2DecMediaObject","features":[437]},{"name":"CodecAPIEventData","features":[437]},{"name":"CreateNamedPropertyStore","features":[437,430]},{"name":"CreatePropertyStore","features":[437,430]},{"name":"D3D12_BITSTREAM_ENCRYPTION_TYPE","features":[437]},{"name":"D3D12_BITSTREAM_ENCRYPTION_TYPE_NONE","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ARCHITECTURE","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODER_HEAP_SIZE","features":[402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODER_HEAP_SIZE1","features":[305,402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_CONVERSION_SUPPORT","features":[402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_FORMATS","features":[402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_FORMAT_COUNT","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM","features":[402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_PROFILES","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_PROFILE_COUNT","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_PROTECTED_RESOURCES","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT","features":[402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_CONFIG","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_HEAP_SIZE","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_INPUT_FORMAT","features":[305,402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_INTRA_REFRESH_MODE","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_OUTPUT_RESOLUTION","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_OUTPUT_RESOLUTION_RATIOS_COUNT","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_PROFILE_LEVEL","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_RATE_CONTROL_MODE","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOLUTION_SUPPORT_LIMITS","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS","features":[305,402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT","features":[402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT1","features":[402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMANDS","features":[354,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_COUNT","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_PARAMETERS","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_PARAMETER_COUNT","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_SIZE","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_SUPPORT","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_FEATURE_AREA_SUPPORT","features":[305,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_MOTION_ESTIMATOR","features":[402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_MOTION_ESTIMATOR_PROTECTED_RESOURCES","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_MOTION_ESTIMATOR_SIZE","features":[305,402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESSOR_SIZE","features":[305,402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESSOR_SIZE1","features":[305,402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESS_MAX_INPUT_STREAMS","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESS_PROTECTED_RESOURCES","features":[437]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESS_REFERENCE_INFO","features":[305,402,437]},{"name":"D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT","features":[402,437]},{"name":"D3D12_FEATURE_VIDEO","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ARCHITECTURE","features":[437]},{"name":"D3D12_FEATURE_VIDEO_DECODER_HEAP_SIZE","features":[437]},{"name":"D3D12_FEATURE_VIDEO_DECODER_HEAP_SIZE1","features":[437]},{"name":"D3D12_FEATURE_VIDEO_DECODE_CONVERSION_SUPPORT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_DECODE_FORMATS","features":[437]},{"name":"D3D12_FEATURE_VIDEO_DECODE_FORMAT_COUNT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_DECODE_HISTOGRAM","features":[437]},{"name":"D3D12_FEATURE_VIDEO_DECODE_PROFILES","features":[437]},{"name":"D3D12_FEATURE_VIDEO_DECODE_PROFILE_COUNT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_DECODE_PROTECTED_RESOURCES","features":[437]},{"name":"D3D12_FEATURE_VIDEO_DECODE_SUPPORT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_CODEC","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_CONFIG","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_HEAP_SIZE","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_INPUT_FORMAT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_INTRA_REFRESH_MODE","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_OUTPUT_RESOLUTION","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_OUTPUT_RESOLUTION_RATIOS_COUNT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_PROFILE_LEVEL","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_RATE_CONTROL_MODE","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_RESOURCE_REQUIREMENTS","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_SUPPORT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_ENCODER_SUPPORT1","features":[437]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMANDS","features":[437]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_COUNT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_PARAMETERS","features":[437]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_PARAMETER_COUNT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_SIZE","features":[437]},{"name":"D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_SUPPORT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_FEATURE_AREA_SUPPORT","features":[437]},{"name":"D3D12_FEATURE_VIDEO_MOTION_ESTIMATOR","features":[437]},{"name":"D3D12_FEATURE_VIDEO_MOTION_ESTIMATOR_PROTECTED_RESOURCES","features":[437]},{"name":"D3D12_FEATURE_VIDEO_MOTION_ESTIMATOR_SIZE","features":[437]},{"name":"D3D12_FEATURE_VIDEO_PROCESSOR_SIZE","features":[437]},{"name":"D3D12_FEATURE_VIDEO_PROCESSOR_SIZE1","features":[437]},{"name":"D3D12_FEATURE_VIDEO_PROCESS_MAX_INPUT_STREAMS","features":[437]},{"name":"D3D12_FEATURE_VIDEO_PROCESS_PROTECTED_RESOURCES","features":[437]},{"name":"D3D12_FEATURE_VIDEO_PROCESS_REFERENCE_INFO","features":[437]},{"name":"D3D12_FEATURE_VIDEO_PROCESS_SUPPORT","features":[437]},{"name":"D3D12_QUERY_DATA_VIDEO_DECODE_STATISTICS","features":[402,437]},{"name":"D3D12_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_INPUT","features":[354,437]},{"name":"D3D12_RESOLVE_VIDEO_MOTION_VECTOR_HEAP_OUTPUT","features":[354,437]},{"name":"D3D12_RESOURCE_COORDINATE","features":[437]},{"name":"D3D12_VIDEO_DECODER_DESC","features":[437]},{"name":"D3D12_VIDEO_DECODER_HEAP_DESC","features":[402,437]},{"name":"D3D12_VIDEO_DECODE_ARGUMENT_TYPE","features":[437]},{"name":"D3D12_VIDEO_DECODE_ARGUMENT_TYPE_HUFFMAN_TABLE","features":[437]},{"name":"D3D12_VIDEO_DECODE_ARGUMENT_TYPE_INVERSE_QUANTIZATION_MATRIX","features":[437]},{"name":"D3D12_VIDEO_DECODE_ARGUMENT_TYPE_PICTURE_PARAMETERS","features":[437]},{"name":"D3D12_VIDEO_DECODE_ARGUMENT_TYPE_SLICE_CONTROL","features":[437]},{"name":"D3D12_VIDEO_DECODE_COMPRESSED_BITSTREAM","features":[354,437]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION","features":[437]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAGS","features":[437]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAG_ALLOW_RESOLUTION_CHANGE_ON_NON_KEY_FRAME","features":[437]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAG_HEIGHT_ALIGNMENT_MULTIPLE_32_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAG_POST_PROCESSING_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_DECODE_CONFIGURATION_FLAG_REFERENCE_ONLY_ALLOCATIONS_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_DECODE_CONVERSION_ARGUMENTS","features":[305,354,402,437]},{"name":"D3D12_VIDEO_DECODE_CONVERSION_ARGUMENTS1","features":[305,354,402,437]},{"name":"D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAGS","features":[437]},{"name":"D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_DECODE_FRAME_ARGUMENT","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_A","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_B","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAGS","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_A","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_B","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_G","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_R","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_U","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_V","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAG_Y","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_G","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_R","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_U","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_V","features":[437]},{"name":"D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_Y","features":[437]},{"name":"D3D12_VIDEO_DECODE_INPUT_STREAM_ARGUMENTS","features":[354,437]},{"name":"D3D12_VIDEO_DECODE_OUTPUT_HISTOGRAM","features":[354,437]},{"name":"D3D12_VIDEO_DECODE_OUTPUT_STREAM_ARGUMENTS","features":[305,354,402,437]},{"name":"D3D12_VIDEO_DECODE_OUTPUT_STREAM_ARGUMENTS1","features":[305,354,402,437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_AV1_12BIT_PROFILE2","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_AV1_12BIT_PROFILE2_420","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_AV1_PROFILE0","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_AV1_PROFILE1","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_AV1_PROFILE2","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_H264","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_H264_MULTIVIEW","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_H264_STEREO","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_H264_STEREO_PROGRESSIVE","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN10","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN10_422","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN10_444","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN10_EXT","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN12","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN12_422","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN12_444","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN16","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MAIN_444","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MONOCHROME","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_HEVC_MONOCHROME10","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_JPEG_VLD_420","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_JPEG_VLD_422","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_JPEG_VLD_444","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MJPEG_VLD_420","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MJPEG_VLD_422","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MJPEG_VLD_444","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MJPEG_VLD_4444","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MPEG1_AND_MPEG2","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MPEG2","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MPEG4PT2_ADVSIMPLE_NOGMC","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_MPEG4PT2_SIMPLE","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_VC1","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_VC1_D2010","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_VP8","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_VP9","features":[437]},{"name":"D3D12_VIDEO_DECODE_PROFILE_VP9_10BIT_PROFILE2","features":[437]},{"name":"D3D12_VIDEO_DECODE_REFERENCE_FRAMES","features":[354,437]},{"name":"D3D12_VIDEO_DECODE_STATUS","features":[437]},{"name":"D3D12_VIDEO_DECODE_STATUS_CONTINUE","features":[437]},{"name":"D3D12_VIDEO_DECODE_STATUS_CONTINUE_SKIP_DISPLAY","features":[437]},{"name":"D3D12_VIDEO_DECODE_STATUS_OK","features":[437]},{"name":"D3D12_VIDEO_DECODE_STATUS_RATE_EXCEEDED","features":[437]},{"name":"D3D12_VIDEO_DECODE_STATUS_RESTART","features":[437]},{"name":"D3D12_VIDEO_DECODE_SUPPORT_FLAGS","features":[437]},{"name":"D3D12_VIDEO_DECODE_SUPPORT_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_DECODE_SUPPORT_FLAG_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_DECODE_TIER","features":[437]},{"name":"D3D12_VIDEO_DECODE_TIER_1","features":[437]},{"name":"D3D12_VIDEO_DECODE_TIER_2","features":[437]},{"name":"D3D12_VIDEO_DECODE_TIER_3","features":[437]},{"name":"D3D12_VIDEO_DECODE_TIER_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_CDEF_CONFIG","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_COMP_PREDICTION_TYPE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_COMP_PREDICTION_TYPE_COMPOUND_REFERENCE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_COMP_PREDICTION_TYPE_SINGLE_REFERENCE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_128x128_SUPERBLOCK","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_ALLOW_HIGH_PRECISION_MV","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_AUTO_SEGMENTATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_CDEF_FILTERING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_CUSTOM_SEGMENTATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_DELTA_LF_PARAMS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_DUAL_FILTER","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_FILTER_INTRA","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_FORCED_INTEGER_MOTION_VECTORS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_FRAME_REFERENCE_MOTION_VECTORS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_INTERINTRA_COMPOUND","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_INTRA_BLOCK_COPY","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_INTRA_EDGE_FILTER","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_JNT_COMP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_LOOP_FILTER_DELTAS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_LOOP_RESTORATION_FILTER","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_MASKED_COMPOUND","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_MOTION_MODE_SWITCHABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_ORDER_HINT_TOOLS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_PALETTE_ENCODING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_QUANTIZATION_DELTAS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_QUANTIZATION_MATRIX","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_REDUCED_TX_SET","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_SKIP_MODE_PRESENT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_SUPER_RESOLUTION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FEATURE_FLAG_WARPED_MOTION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_SUPPORT","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_AREA","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_CODEC_CONSTRAINT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_COLS_COUNT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_HARDWARE_CONSTRAINT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_NOT_SPECIFIED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_ROWS_COUNT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_TOTAL_TILES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_SUBREGION_LAYOUT_CONFIG_VALIDATION_FLAG_WIDTH","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAG_INTER_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAG_INTRA_ONLY_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAG_KEY_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_FLAG_SWITCH_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_INTER_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_INTRA_ONLY_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_KEY_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_FRAME_TYPE_SWITCH_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_BILINEAR","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_EIGHTTAP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_EIGHTTAP_SHARP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_EIGHTTAP_SMOOTH","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_BILINEAR","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_EIGHTTAP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_EIGHTTAP_SHARP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_EIGHTTAP_SMOOTH","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_FLAG_SWITCHABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_INTERPOLATION_FILTERS_SWITCHABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_2_0","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_2_1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_2_2","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_2_3","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_3_0","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_3_1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_3_2","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_3_3","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_4_0","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_4_1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_4_2","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_4_3","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_5_0","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_5_1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_5_2","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_5_3","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_6_0","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_6_1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_6_2","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_6_3","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_7_0","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_7_1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_7_2","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVELS_7_3","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_LEVEL_TIER_CONSTRAINTS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_CODEC_DATA","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ALLOW_HIGH_PRECISION_MV","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ALLOW_INTRA_BLOCK_COPY","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_DISABLE_CDF_UPDATE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_DISABLE_FRAME_END_UPDATE_CDF","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_ERROR_RESILIENT_MODE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_FRAME_SEGMENTATION_AUTO","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_FRAME_SEGMENTATION_CUSTOM","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_PALETTE_ENCODING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_SKIP_MODE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_ENABLE_WARPED_MOTION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_FORCE_INTEGER_MOTION_VECTORS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_FRAME_REFERENCE_MOTION_VECTORS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_MOTION_MODE_SWITCHABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_REDUCED_TX_SET","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_FLAG_USE_SUPER_RESOLUTION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PICTURE_CONTROL_SUBREGIONS_LAYOUT_DATA_TILES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_CDEF_DATA","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_COMPOUND_PREDICTION_MODE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_CONTEXT_UPDATE_TILE_ID","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_LOOP_FILTER","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_LOOP_FILTER_DELTA","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_PRIMARY_REF_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_QUANTIZATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_QUANTIZATION_DELTA","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_FLAG_REFERENCE_INDICES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PROFILE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PROFILE_HIGH","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PROFILE_MAIN","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_PROFILE_PROFESSIONAL","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_PICTURE_DESCRIPTOR","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_PICTURE_WARPED_MOTION_INFO","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_AFFINE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAG_AFFINE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAG_IDENTITY","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAG_ROTZOOM","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_FLAG_TRANSLATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_IDENTITY","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_ROTZOOM","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_REFERENCE_WARPED_MOTION_TRANSFORMATION_TRANSLATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_CONFIG","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAG_128x128","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAG_256x256","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAG_32x32","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAG_64x64","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_SUPPORT_FLAG_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE_128x128","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE_256x256","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE_32x32","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE_64x64","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TILESIZE_DISABLED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TYPE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TYPE_DISABLED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TYPE_SGRPROJ","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TYPE_SWITCHABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_RESTORATION_TYPE_WIENER","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE_16x16","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE_32x32","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE_4x4","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE_64x64","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_BLOCK_SIZE_8x8","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_CONFIG","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MAP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_GLOBALMV","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_LF_U","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_LF_V","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_LF_Y_H","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_LF_Y_V","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_Q","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_REF_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_ALT_SKIP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_DISABLED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_GLOBALMV","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_LF_U","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_LF_V","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_LF_Y_H","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_LF_Y_V","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_Q","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_ALT_SKIP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_DISABLED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_FLAG_REF_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEGMENT_DATA","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_SEQUENCE_STRUCTURE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TIER","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TIER_HIGH","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TIER_MAIN","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_FLAG_LARGEST","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_FLAG_ONLY4x4","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_FLAG_SELECT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_LARGEST","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_ONLY4x4","features":[437]},{"name":"D3D12_VIDEO_ENCODER_AV1_TX_MODE_SELECT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1_LOOP_FILTER_CONFIG","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1_LOOP_FILTER_DELTA_CONFIG","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1_PICTURE_CONTROL_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1_QUANTIZATION_CONFIG","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_AV1_QUANTIZATION_DELTA_CONFIG","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_DIRECT_MODES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_DIRECT_MODES_DISABLED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_DIRECT_MODES_SPATIAL","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_DIRECT_MODES_TEMPORAL","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAG_ALLOW_REQUEST_INTRA_CONSTRAINED_SLICES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAG_ENABLE_CABAC_ENCODING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAG_USE_ADAPTIVE_8x8_TRANSFORM","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_FLAG_USE_CONSTRAINED_INTRAPREDICTION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_0_ALL_LUMA_CHROMA_SLICE_BLOCK_EDGES_ALWAYS_FILTERED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_1_DISABLE_ALL_SLICE_BLOCK_EDGES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_2_DISABLE_SLICE_BOUNDARIES_BLOCKS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_3_USE_TWO_STAGE_DEBLOCKING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_4_DISABLE_CHROMA_BLOCK_EDGES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_5_DISABLE_CHROMA_BLOCK_EDGES_AND_LUMA_BOUNDARIES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_6_DISABLE_CHROMA_BLOCK_EDGES_AND_USE_LUMA_TWO_STAGE_DEBLOCKING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_0_ALL_LUMA_CHROMA_SLICE_BLOCK_EDGES_ALWAYS_FILTERED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_1_DISABLE_ALL_SLICE_BLOCK_EDGES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_2_DISABLE_SLICE_BOUNDARIES_BLOCKS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_3_USE_TWO_STAGE_DEBLOCKING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_4_DISABLE_CHROMA_BLOCK_EDGES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_5_DISABLE_CHROMA_BLOCK_EDGES_AND_LUMA_BOUNDARIES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_6_DISABLE_CHROMA_BLOCK_EDGES_AND_USE_LUMA_TWO_STAGE_DEBLOCKING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_CUSIZE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_CUSIZE_16x16","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_CUSIZE_32x32","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_CUSIZE_64x64","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_CUSIZE_8x8","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_ALLOW_REQUEST_INTRA_CONSTRAINED_SLICES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_CABAC_BYPASS_ALIGNMENT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_DISABLE_LOOP_FILTER_ACROSS_SLICES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_ENABLE_LONG_TERM_REFERENCES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_ENABLE_SAO_FILTER","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_ENABLE_TRANSFORM_SKIPPING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_EXPLICIT_RDPCM","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_EXTENDED_PRECISION_PROCESSING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_HIGH_PRECISION_OFFSETS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_IMPLICIT_RDPCM","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_INTRA_SMOOTHING_DISABLED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_PERSISTENT_RICE_ADAPTATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_SEPARATE_COLOUR_PLANE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_TRANSFORM_SKIP_CONTEXT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_TRANSFORM_SKIP_ROTATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_USE_ASYMETRIC_MOTION_PARTITION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_FLAG_USE_CONSTRAINED_INTRAPREDICTION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_TUSIZE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_TUSIZE_16x16","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_TUSIZE_32x32","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_TUSIZE_4x4","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_HEVC_TUSIZE_8x8","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_ADAPTIVE_8x8_TRANSFORM_ENCODING_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_BFRAME_LTR_COMBINED_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_CABAC_ENCODING_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_CONSTRAINED_INTRAPREDICTION_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_DIRECT_SPATIAL_ENCODING_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_DIRECT_TEMPORAL_ENCODING_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_INTRA_SLICE_CONSTRAINED_ENCODING_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_FLAG_NUM_REF_IDX_ACTIVE_OVERRIDE_FLAG_SLICE_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG1_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG1_SEPARATE_COLOUR_PLANE_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG1_SEPARATE_COLOUR_PLANE_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAGS1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_ASYMETRIC_MOTION_PARTITION_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_ASYMETRIC_MOTION_PARTITION_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_BFRAME_LTR_COMBINED_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CABAC_BYPASS_ALIGNMENT_ENABLED_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CABAC_BYPASS_ALIGNMENT_ENABLED_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CHROMA_QP_OFFSET_LIST_ENABLED_FLAG_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CHROMA_QP_OFFSET_LIST_ENABLED_FLAG_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CONSTRAINED_INTRAPREDICTION_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CROSS_COMPONENT_PREDICTION_ENABLED_FLAG_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_CROSS_COMPONENT_PREDICTION_ENABLED_FLAG_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_DISABLING_LOOP_FILTER_ACROSS_SLICES_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_EXPLICIT_RDPCM_ENABLED_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_EXPLICIT_RDPCM_ENABLED_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_EXTENDED_PRECISION_PROCESSING_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_EXTENDED_PRECISION_PROCESSING_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_HIGH_PRECISION_OFFSETS_ENABLED_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_HIGH_PRECISION_OFFSETS_ENABLED_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_IMPLICIT_RDPCM_ENABLED_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_IMPLICIT_RDPCM_ENABLED_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_INTRA_SLICE_CONSTRAINED_ENCODING_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_INTRA_SMOOTHING_DISABLED_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_INTRA_SMOOTHING_DISABLED_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_NUM_REF_IDX_ACTIVE_OVERRIDE_FLAG_SLICE_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_PERSISTENT_RICE_ADAPTATION_ENABLED_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_PERSISTENT_RICE_ADAPTATION_ENABLED_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_P_FRAMES_IMPLEMENTED_AS_LOW_DELAY_B_FRAMES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_SAO_FILTER_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_TRANSFORM_SKIP_CONTEXT_ENABLED_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_TRANSFORM_SKIP_CONTEXT_ENABLED_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_TRANSFORM_SKIP_ROTATION_ENABLED_REQUIRED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_TRANSFORM_SKIP_ROTATION_ENABLED_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_FLAG_TRANSFORM_SKIP_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_H264","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_HEVC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_H264","features":[437]},{"name":"D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_HEVC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_COMPRESSED_BITSTREAM","features":[354,437]},{"name":"D3D12_VIDEO_ENCODER_DESC","features":[402,437]},{"name":"D3D12_VIDEO_ENCODER_ENCODEFRAME_INPUT_ARGUMENTS","features":[305,354,402,437]},{"name":"D3D12_VIDEO_ENCODER_ENCODEFRAME_OUTPUT_ARGUMENTS","features":[354,437]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_CODEC_PICTURE_CONTROL_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_INVALID_METADATA_BUFFER_SOURCE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_INVALID_REFERENCE_PICTURES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_NO_ERROR","features":[437]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_RECONFIGURATION_REQUEST_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_ERROR_FLAG_SUBREGION_LAYOUT_CONFIGURATION_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_ENCODE_OPERATION_METADATA_BUFFER","features":[354,437]},{"name":"D3D12_VIDEO_ENCODER_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_CONFIG_SUPPORT","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_BYTES_PER_SUBREGION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_CONFIGURABLE_GRID_PARTITION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_FULL_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_SQUARE_UNITS_PER_SUBREGION_ROW_UNALIGNED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_UNIFORM_GRID_PARTITION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_UNIFORM_PARTITIONING_ROWS_PER_SUBREGION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE_UNIFORM_PARTITIONING_SUBREGIONS_PER_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_SUBREGION_METADATA","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_H264","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_B_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_IDR_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_I_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_P_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC_B_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC_IDR_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC_I_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC_P_FRAME","features":[437]},{"name":"D3D12_VIDEO_ENCODER_HEAP_DESC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_HEAP_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_HEAP_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_INTRA_REFRESH","features":[437]},{"name":"D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE_ROW_BASED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_11","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_12","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_13","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_1b","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_2","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_21","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_22","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_3","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_31","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_32","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_4","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_41","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_42","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_5","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_51","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_52","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_6","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_61","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_H264_62","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_2","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_21","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_3","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_31","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_4","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_41","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_5","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_51","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_52","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_6","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_61","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVELS_HEVC_62","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVEL_SETTING","features":[437]},{"name":"D3D12_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE_EIGHTH_PIXEL","features":[437]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE_FULL_PIXEL","features":[437]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE_HALF_PIXEL","features":[437]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE_MAXIMUM","features":[437]},{"name":"D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE_QUARTER_PIXEL","features":[437]},{"name":"D3D12_VIDEO_ENCODER_OUTPUT_METADATA","features":[437]},{"name":"D3D12_VIDEO_ENCODER_OUTPUT_METADATA_STATISTICS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_FLAG_REQUEST_INTRA_CONSTRAINED_SLICES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_FLAG_REQUEST_NUM_REF_IDX_ACTIVE_OVERRIDE_FLAG_SLICE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_LIST_MODIFICATION_OPERATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_MARKING_OPERATION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC1","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAG_CHROMA_QP_OFFSET_LIST","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAG_CROSS_COMPONENT_PREDICTION","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAG_REQUEST_INTRA_CONSTRAINED_SLICES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAG_REQUEST_NUM_REF_IDX_ACTIVE_OVERRIDE_FLAG_SLICE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_DESC","features":[305,354,437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_FLAG_USED_AS_REFERENCE_PICTURE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_SUBREGIONS_LAYOUT_DATA","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_CONTROL_SUBREGIONS_LAYOUT_DATA_SLICES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_RATIO_DESC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_DESC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_H264","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_H264_HIGH","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_H264_HIGH_10","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_H264_MAIN","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN10","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN10_422","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN10_444","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN12","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN12_422","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN12_444","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN16_444","features":[437]},{"name":"D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN_444","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL","features":[402,437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_ABSOLUTE_QP_MAP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_CBR","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_CBR1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_CONFIGURATION_PARAMS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_DELTA_QP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_EXTENSION1_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_FRAME_ANALYSIS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_INITIAL_QP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_MAX_FRAME_SIZE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_QP_RANGE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_QUALITY_VS_SPEED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_VBV_SIZES","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE_ABSOLUTE_QP_MAP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE_CBR","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE_CQP","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE_QVBR","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE_VBR","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR1","features":[437]},{"name":"D3D12_VIDEO_ENCODER_RECONSTRUCTED_PICTURE","features":[354,437]},{"name":"D3D12_VIDEO_ENCODER_REFERENCE_PICTURE_DESCRIPTOR_H264","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_REFERENCE_PICTURE_DESCRIPTOR_HEVC","features":[305,437]},{"name":"D3D12_VIDEO_ENCODER_RESOLVE_METADATA_INPUT_ARGUMENTS","features":[354,402,437]},{"name":"D3D12_VIDEO_ENCODER_RESOLVE_METADATA_OUTPUT_ARGUMENTS","features":[354,437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC","features":[402,437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_GOP_SEQUENCE_CHANGE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_RATE_CONTROL_CHANGE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_REQUEST_INTRA_REFRESH","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_RESOLUTION_CHANGE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAG_SUBREGION_LAYOUT_CHANGE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_H264","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_GENERAL_SUPPORT_OK","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_MOTION_ESTIMATION_PRECISION_MODE_LIMIT_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_ADJUSTABLE_QP_RANGE_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_DELTA_QP_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_EXTENSION1_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_FRAME_ANALYSIS_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_INITIAL_QP_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_MAX_FRAME_SIZE_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_QUALITY_VS_SPEED_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_RECONFIGURATION_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RATE_CONTROL_VBV_SIZE_CONFIG_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_READABLE_RECONSTRUCTED_PICTURE_LAYOUT_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RECONSTRUCTED_FRAMES_REQUIRE_TEXTURE_ARRAYS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_RESOLUTION_RECONFIGURATION_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_SEQUENCE_GOP_RECONFIGURATION_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_SUPPORT_FLAG_SUBREGION_LAYOUT_RECONFIGURATION_AVAILABLE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_TIER_HEVC","features":[437]},{"name":"D3D12_VIDEO_ENCODER_TIER_HEVC_HIGH","features":[437]},{"name":"D3D12_VIDEO_ENCODER_TIER_HEVC_MAIN","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAGS","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_CODEC_CONFIGURATION_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_CODEC_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_GOP_STRUCTURE_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_INPUT_FORMAT_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_INTRA_REFRESH_MODE_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_RATE_CONTROL_CONFIGURATION_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_RATE_CONTROL_MODE_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_RESOLUTION_NOT_SUPPORTED_IN_LIST","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_SUBREGION_LAYOUT_DATA_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODER_VALIDATION_FLAG_SUBREGION_LAYOUT_MODE_NOT_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_ENCODE_REFERENCE_FRAMES","features":[354,437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_DESC","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_INFO","features":[354,437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAGS","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAG_READ","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAG_WRITE","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_CAPS_INPUT","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_CAPS_OUTPUT","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_CREATION","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_DEVICE_EXECUTE_INPUT","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_DEVICE_EXECUTE_OUTPUT","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_EXECUTION","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_INITIALIZATION","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_DOUBLE","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_FLOAT","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_RESOURCE","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_SINT16","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_SINT32","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_SINT64","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_SINT8","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_UINT16","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_UINT32","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_UINT64","features":[437]},{"name":"D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_UINT8","features":[437]},{"name":"D3D12_VIDEO_FIELD_TYPE","features":[437]},{"name":"D3D12_VIDEO_FIELD_TYPE_INTERLACED_BOTTOM_FIELD_FIRST","features":[437]},{"name":"D3D12_VIDEO_FIELD_TYPE_INTERLACED_TOP_FIELD_FIRST","features":[437]},{"name":"D3D12_VIDEO_FIELD_TYPE_NONE","features":[437]},{"name":"D3D12_VIDEO_FORMAT","features":[402,437]},{"name":"D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE","features":[437]},{"name":"D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE_FIELD_BASED","features":[437]},{"name":"D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE_NONE","features":[437]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT","features":[437]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT_HORIZONTAL","features":[437]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT_MONO","features":[437]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT_NONE","features":[437]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT_SEPARATE","features":[437]},{"name":"D3D12_VIDEO_FRAME_STEREO_FORMAT_VERTICAL","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_DESC","features":[402,437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_INPUT","features":[354,437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_OUTPUT","features":[354,437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_16X16","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_8X8","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_FLAGS","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_FLAG_16X16","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_FLAG_8X8","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_SEARCH_BLOCK_SIZE_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION_FLAGS","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION_FLAG_QUARTER_PEL","features":[437]},{"name":"D3D12_VIDEO_MOTION_ESTIMATOR_VECTOR_PRECISION_QUARTER_PEL","features":[437]},{"name":"D3D12_VIDEO_MOTION_VECTOR_HEAP_DESC","features":[402,437]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_BLENDING","features":[305,437]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE_BACKGROUND","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE_DESTINATION","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE_OPAQUE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE_SOURCE_STREAM","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAGS","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_ANAMORPHIC_SCALING","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_COLOR_CORRECTION","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_CUSTOM","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_DENOISE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_DERINGING","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_EDGE_ENHANCEMENT","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_FLESH_TONE_MAPPING","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_IMAGE_STABILIZATION","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_AUTO_PROCESSING_FLAG_SUPER_RESOLUTION","features":[437]},{"name":"D3D12_VIDEO_PROCESS_DEINTERLACE_FLAGS","features":[437]},{"name":"D3D12_VIDEO_PROCESS_DEINTERLACE_FLAG_BOB","features":[437]},{"name":"D3D12_VIDEO_PROCESS_DEINTERLACE_FLAG_CUSTOM","features":[437]},{"name":"D3D12_VIDEO_PROCESS_DEINTERLACE_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAGS","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_ALPHA_BLENDING","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_ALPHA_FILL","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_FLIP","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_LUMA_KEY","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_PIXEL_ASPECT_RATIO","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_ROTATION","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FEATURE_FLAG_STEREO","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_ANAMORPHIC_SCALING","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_BRIGHTNESS","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_CONTRAST","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_EDGE_ENHANCEMENT","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAGS","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_ANAMORPHIC_SCALING","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_BRIGHTNESS","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_CONTRAST","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_EDGE_ENHANCEMENT","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_HUE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_NOISE_REDUCTION","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_SATURATION","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_FLAG_STEREO_ADJUSTMENT","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_HUE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_NOISE_REDUCTION","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_RANGE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_SATURATION","features":[437]},{"name":"D3D12_VIDEO_PROCESS_FILTER_STEREO_ADJUSTMENT","features":[437]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM","features":[354,437]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_ARGUMENTS","features":[305,354,437]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_ARGUMENTS1","features":[305,354,437]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_DESC","features":[305,402,437]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_FLAGS","features":[437]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_FLAG_FRAME_DISCONTINUITY","features":[437]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_FLAG_FRAME_REPEAT","features":[437]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_INPUT_STREAM_RATE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_LUMA_KEY","features":[305,437]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_CLOCKWISE_180","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_CLOCKWISE_270","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_CLOCKWISE_270_FLIP_HORIZONTAL","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_CLOCKWISE_90","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_CLOCKWISE_90_FLIP_HORIZONTAL","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_DEFAULT","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_FLIP_HORIZONTAL","features":[437]},{"name":"D3D12_VIDEO_PROCESS_ORIENTATION_FLIP_VERTICAL","features":[437]},{"name":"D3D12_VIDEO_PROCESS_OUTPUT_STREAM","features":[354,437]},{"name":"D3D12_VIDEO_PROCESS_OUTPUT_STREAM_ARGUMENTS","features":[305,354,437]},{"name":"D3D12_VIDEO_PROCESS_OUTPUT_STREAM_DESC","features":[305,402,437]},{"name":"D3D12_VIDEO_PROCESS_REFERENCE_SET","features":[354,437]},{"name":"D3D12_VIDEO_PROCESS_SUPPORT_FLAGS","features":[437]},{"name":"D3D12_VIDEO_PROCESS_SUPPORT_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_PROCESS_TRANSFORM","features":[305,437]},{"name":"D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS","features":[437]},{"name":"D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_SUPPORTED","features":[437]},{"name":"D3D12_VIDEO_SAMPLE","features":[402,437]},{"name":"D3D12_VIDEO_SCALE_SUPPORT","features":[437]},{"name":"D3D12_VIDEO_SCALE_SUPPORT_FLAGS","features":[437]},{"name":"D3D12_VIDEO_SCALE_SUPPORT_FLAG_EVEN_DIMENSIONS_ONLY","features":[437]},{"name":"D3D12_VIDEO_SCALE_SUPPORT_FLAG_NONE","features":[437]},{"name":"D3D12_VIDEO_SCALE_SUPPORT_FLAG_POW2_ONLY","features":[437]},{"name":"D3D12_VIDEO_SIZE_RANGE","features":[437]},{"name":"D3DCONTENTPROTECTIONCAPS","features":[437]},{"name":"D3DCONTENTPROTECTIONCAPS","features":[437]},{"name":"D3DOVERLAYCAPS","features":[437]},{"name":"DEVICE_INFO","features":[437]},{"name":"DEVPKEY_DeviceInterface_IsVirtualCamera","features":[305,437]},{"name":"DEVPKEY_DeviceInterface_IsWindowsCameraEffectAvailable","features":[305,437]},{"name":"DEVPKEY_DeviceInterface_VirtualCameraAssociatedCameras","features":[305,437]},{"name":"DIRTYRECT_INFO","features":[305,437]},{"name":"DSATTRIB_CAPTURE_STREAMTIME","features":[437]},{"name":"DSATTRIB_CC_CONTAINER_INFO","features":[437]},{"name":"DSATTRIB_DSHOW_STREAM_DESC","features":[437]},{"name":"DSATTRIB_OptionalVideoAttributes","features":[437]},{"name":"DSATTRIB_PBDATAG_ATTRIBUTE","features":[437]},{"name":"DSATTRIB_PicSampleSeq","features":[437]},{"name":"DSATTRIB_SAMPLE_LIVE_STREAM_TIME","features":[437]},{"name":"DSATTRIB_TRANSPORT_PROPERTIES","features":[437]},{"name":"DSATTRIB_UDCRTag","features":[437]},{"name":"DXVA2CreateDirect3DDeviceManager9","features":[437]},{"name":"DXVA2CreateVideoService","features":[315,437]},{"name":"DXVA2_AES_CTR_IV","features":[437]},{"name":"DXVA2_AYUVSample16","features":[437]},{"name":"DXVA2_AYUVSample8","features":[437]},{"name":"DXVA2_BitStreamDateBufferType","features":[437]},{"name":"DXVA2_BufferfType","features":[437]},{"name":"DXVA2_ConfigPictureDecode","features":[437]},{"name":"DXVA2_DECODE_GET_DRIVER_HANDLE","features":[437]},{"name":"DXVA2_DECODE_SPECIFY_ENCRYPTED_BLOCKS","features":[437]},{"name":"DXVA2_DeblockingControlBufferType","features":[437]},{"name":"DXVA2_DecodeBufferDesc","features":[437]},{"name":"DXVA2_DecodeExecuteParams","features":[437]},{"name":"DXVA2_DecodeExtensionData","features":[437]},{"name":"DXVA2_DeinterlaceTech","features":[437]},{"name":"DXVA2_DeinterlaceTech_BOBLineReplicate","features":[437]},{"name":"DXVA2_DeinterlaceTech_BOBVerticalStretch","features":[437]},{"name":"DXVA2_DeinterlaceTech_BOBVerticalStretch4Tap","features":[437]},{"name":"DXVA2_DeinterlaceTech_EdgeFiltering","features":[437]},{"name":"DXVA2_DeinterlaceTech_FieldAdaptive","features":[437]},{"name":"DXVA2_DeinterlaceTech_InverseTelecine","features":[437]},{"name":"DXVA2_DeinterlaceTech_Mask","features":[437]},{"name":"DXVA2_DeinterlaceTech_MedianFiltering","features":[437]},{"name":"DXVA2_DeinterlaceTech_MotionVectorSteered","features":[437]},{"name":"DXVA2_DeinterlaceTech_PixelAdaptive","features":[437]},{"name":"DXVA2_DeinterlaceTech_Unknown","features":[437]},{"name":"DXVA2_DestData","features":[437]},{"name":"DXVA2_DestData_Mask","features":[437]},{"name":"DXVA2_DestData_RFF","features":[437]},{"name":"DXVA2_DestData_RFF_TFF_Present","features":[437]},{"name":"DXVA2_DestData_TFF","features":[437]},{"name":"DXVA2_DetailFilterChromaLevel","features":[437]},{"name":"DXVA2_DetailFilterChromaRadius","features":[437]},{"name":"DXVA2_DetailFilterChromaThreshold","features":[437]},{"name":"DXVA2_DetailFilterLumaLevel","features":[437]},{"name":"DXVA2_DetailFilterLumaRadius","features":[437]},{"name":"DXVA2_DetailFilterLumaThreshold","features":[437]},{"name":"DXVA2_DetailFilterTech","features":[437]},{"name":"DXVA2_DetailFilterTech_Edge","features":[437]},{"name":"DXVA2_DetailFilterTech_Mask","features":[437]},{"name":"DXVA2_DetailFilterTech_Sharpening","features":[437]},{"name":"DXVA2_DetailFilterTech_Unknown","features":[437]},{"name":"DXVA2_DetailFilterTech_Unsupported","features":[437]},{"name":"DXVA2_E_NEW_VIDEO_DEVICE","features":[437]},{"name":"DXVA2_E_NOT_AVAILABLE","features":[437]},{"name":"DXVA2_E_NOT_INITIALIZED","features":[437]},{"name":"DXVA2_E_VIDEO_DEVICE_LOCKED","features":[437]},{"name":"DXVA2_ExtendedFormat","features":[437]},{"name":"DXVA2_FilmGrainBuffer","features":[437]},{"name":"DXVA2_FilterType","features":[437]},{"name":"DXVA2_FilterValues","features":[437]},{"name":"DXVA2_Fixed32","features":[437]},{"name":"DXVA2_Frequency","features":[437]},{"name":"DXVA2_InverseQuantizationMatrixBufferType","features":[437]},{"name":"DXVA2_MacroBlockControlBufferType","features":[437]},{"name":"DXVA2_ModeH264_A","features":[437]},{"name":"DXVA2_ModeH264_B","features":[437]},{"name":"DXVA2_ModeH264_C","features":[437]},{"name":"DXVA2_ModeH264_D","features":[437]},{"name":"DXVA2_ModeH264_E","features":[437]},{"name":"DXVA2_ModeH264_F","features":[437]},{"name":"DXVA2_ModeH264_VLD_Multiview_NoFGT","features":[437]},{"name":"DXVA2_ModeH264_VLD_Stereo_NoFGT","features":[437]},{"name":"DXVA2_ModeH264_VLD_Stereo_Progressive_NoFGT","features":[437]},{"name":"DXVA2_ModeH264_VLD_WithFMOASO_NoFGT","features":[437]},{"name":"DXVA2_ModeHEVC_VLD_Main","features":[437]},{"name":"DXVA2_ModeHEVC_VLD_Main10","features":[437]},{"name":"DXVA2_ModeMPEG1_VLD","features":[437]},{"name":"DXVA2_ModeMPEG2_IDCT","features":[437]},{"name":"DXVA2_ModeMPEG2_MoComp","features":[437]},{"name":"DXVA2_ModeMPEG2_VLD","features":[437]},{"name":"DXVA2_ModeMPEG2and1_VLD","features":[437]},{"name":"DXVA2_ModeMPEG4pt2_VLD_AdvSimple_GMC","features":[437]},{"name":"DXVA2_ModeMPEG4pt2_VLD_AdvSimple_NoGMC","features":[437]},{"name":"DXVA2_ModeMPEG4pt2_VLD_Simple","features":[437]},{"name":"DXVA2_ModeVC1_A","features":[437]},{"name":"DXVA2_ModeVC1_B","features":[437]},{"name":"DXVA2_ModeVC1_C","features":[437]},{"name":"DXVA2_ModeVC1_D","features":[437]},{"name":"DXVA2_ModeVC1_D2010","features":[437]},{"name":"DXVA2_ModeVP8_VLD","features":[437]},{"name":"DXVA2_ModeVP9_VLD_10bit_Profile2","features":[437]},{"name":"DXVA2_ModeVP9_VLD_Profile0","features":[437]},{"name":"DXVA2_ModeWMV8_A","features":[437]},{"name":"DXVA2_ModeWMV8_B","features":[437]},{"name":"DXVA2_ModeWMV9_A","features":[437]},{"name":"DXVA2_ModeWMV9_B","features":[437]},{"name":"DXVA2_ModeWMV9_C","features":[437]},{"name":"DXVA2_MotionVectorBuffer","features":[437]},{"name":"DXVA2_NoEncrypt","features":[437]},{"name":"DXVA2_NoiseFilterChromaLevel","features":[437]},{"name":"DXVA2_NoiseFilterChromaRadius","features":[437]},{"name":"DXVA2_NoiseFilterChromaThreshold","features":[437]},{"name":"DXVA2_NoiseFilterLumaLevel","features":[437]},{"name":"DXVA2_NoiseFilterLumaRadius","features":[437]},{"name":"DXVA2_NoiseFilterLumaThreshold","features":[437]},{"name":"DXVA2_NoiseFilterTech","features":[437]},{"name":"DXVA2_NoiseFilterTech_BlockNoise","features":[437]},{"name":"DXVA2_NoiseFilterTech_Mask","features":[437]},{"name":"DXVA2_NoiseFilterTech_Median","features":[437]},{"name":"DXVA2_NoiseFilterTech_MosquitoNoise","features":[437]},{"name":"DXVA2_NoiseFilterTech_Temporal","features":[437]},{"name":"DXVA2_NoiseFilterTech_Unknown","features":[437]},{"name":"DXVA2_NoiseFilterTech_Unsupported","features":[437]},{"name":"DXVA2_NominalRange","features":[437]},{"name":"DXVA2_NominalRangeMask","features":[437]},{"name":"DXVA2_NominalRange_0_255","features":[437]},{"name":"DXVA2_NominalRange_16_235","features":[437]},{"name":"DXVA2_NominalRange_48_208","features":[437]},{"name":"DXVA2_NominalRange_Normal","features":[437]},{"name":"DXVA2_NominalRange_Unknown","features":[437]},{"name":"DXVA2_NominalRange_Wide","features":[437]},{"name":"DXVA2_PictureParametersBufferType","features":[437]},{"name":"DXVA2_ProcAmp","features":[437]},{"name":"DXVA2_ProcAmpValues","features":[437]},{"name":"DXVA2_ProcAmp_Brightness","features":[437]},{"name":"DXVA2_ProcAmp_Contrast","features":[437]},{"name":"DXVA2_ProcAmp_Hue","features":[437]},{"name":"DXVA2_ProcAmp_Mask","features":[437]},{"name":"DXVA2_ProcAmp_None","features":[437]},{"name":"DXVA2_ProcAmp_Saturation","features":[437]},{"name":"DXVA2_ResidualDifferenceBufferType","features":[437]},{"name":"DXVA2_SampleData","features":[437]},{"name":"DXVA2_SampleData_Mask","features":[437]},{"name":"DXVA2_SampleData_RFF","features":[437]},{"name":"DXVA2_SampleData_RFF_TFF_Present","features":[437]},{"name":"DXVA2_SampleData_TFF","features":[437]},{"name":"DXVA2_SampleFieldInterleavedEvenFirst","features":[437]},{"name":"DXVA2_SampleFieldInterleavedOddFirst","features":[437]},{"name":"DXVA2_SampleFieldSingleEven","features":[437]},{"name":"DXVA2_SampleFieldSingleOdd","features":[437]},{"name":"DXVA2_SampleFormat","features":[437]},{"name":"DXVA2_SampleFormatMask","features":[437]},{"name":"DXVA2_SampleProgressiveFrame","features":[437]},{"name":"DXVA2_SampleSubStream","features":[437]},{"name":"DXVA2_SampleUnknown","features":[437]},{"name":"DXVA2_SliceControlBufferType","features":[437]},{"name":"DXVA2_SurfaceType","features":[437]},{"name":"DXVA2_SurfaceType_D3DRenderTargetTexture","features":[437]},{"name":"DXVA2_SurfaceType_DecoderRenderTarget","features":[437]},{"name":"DXVA2_SurfaceType_ProcessorRenderTarget","features":[437]},{"name":"DXVA2_VPDev","features":[437]},{"name":"DXVA2_VPDev_EmulatedDXVA1","features":[437]},{"name":"DXVA2_VPDev_HardwareDevice","features":[437]},{"name":"DXVA2_VPDev_Mask","features":[437]},{"name":"DXVA2_VPDev_SoftwareDevice","features":[437]},{"name":"DXVA2_ValueRange","features":[437]},{"name":"DXVA2_VideoChromaSubSampling","features":[437]},{"name":"DXVA2_VideoChromaSubsamplingMask","features":[437]},{"name":"DXVA2_VideoChromaSubsampling_Cosited","features":[437]},{"name":"DXVA2_VideoChromaSubsampling_DV_PAL","features":[437]},{"name":"DXVA2_VideoChromaSubsampling_Horizontally_Cosited","features":[437]},{"name":"DXVA2_VideoChromaSubsampling_MPEG1","features":[437]},{"name":"DXVA2_VideoChromaSubsampling_MPEG2","features":[437]},{"name":"DXVA2_VideoChromaSubsampling_ProgressiveChroma","features":[437]},{"name":"DXVA2_VideoChromaSubsampling_Unknown","features":[437]},{"name":"DXVA2_VideoChromaSubsampling_Vertically_AlignedChromaPlanes","features":[437]},{"name":"DXVA2_VideoChromaSubsampling_Vertically_Cosited","features":[437]},{"name":"DXVA2_VideoDecoderRenderTarget","features":[437]},{"name":"DXVA2_VideoDesc","features":[315,437]},{"name":"DXVA2_VideoLighting","features":[437]},{"name":"DXVA2_VideoLightingMask","features":[437]},{"name":"DXVA2_VideoLighting_Unknown","features":[437]},{"name":"DXVA2_VideoLighting_bright","features":[437]},{"name":"DXVA2_VideoLighting_dark","features":[437]},{"name":"DXVA2_VideoLighting_dim","features":[437]},{"name":"DXVA2_VideoLighting_office","features":[437]},{"name":"DXVA2_VideoPrimaries","features":[437]},{"name":"DXVA2_VideoPrimariesMask","features":[437]},{"name":"DXVA2_VideoPrimaries_BT470_2_SysBG","features":[437]},{"name":"DXVA2_VideoPrimaries_BT470_2_SysM","features":[437]},{"name":"DXVA2_VideoPrimaries_BT709","features":[437]},{"name":"DXVA2_VideoPrimaries_EBU3213","features":[437]},{"name":"DXVA2_VideoPrimaries_SMPTE170M","features":[437]},{"name":"DXVA2_VideoPrimaries_SMPTE240M","features":[437]},{"name":"DXVA2_VideoPrimaries_SMPTE_C","features":[437]},{"name":"DXVA2_VideoPrimaries_Unknown","features":[437]},{"name":"DXVA2_VideoPrimaries_reserved","features":[437]},{"name":"DXVA2_VideoProcBobDevice","features":[437]},{"name":"DXVA2_VideoProcProgressiveDevice","features":[437]},{"name":"DXVA2_VideoProcSoftwareDevice","features":[437]},{"name":"DXVA2_VideoProcess","features":[437]},{"name":"DXVA2_VideoProcessBltParams","features":[305,437]},{"name":"DXVA2_VideoProcess_AlphaBlend","features":[437]},{"name":"DXVA2_VideoProcess_AlphaBlendExtended","features":[437]},{"name":"DXVA2_VideoProcess_Constriction","features":[437]},{"name":"DXVA2_VideoProcess_DetailFilter","features":[437]},{"name":"DXVA2_VideoProcess_GammaCompensated","features":[437]},{"name":"DXVA2_VideoProcess_LinearScaling","features":[437]},{"name":"DXVA2_VideoProcess_MaintainsOriginalFieldData","features":[437]},{"name":"DXVA2_VideoProcess_Mask","features":[437]},{"name":"DXVA2_VideoProcess_NoiseFilter","features":[437]},{"name":"DXVA2_VideoProcess_None","features":[437]},{"name":"DXVA2_VideoProcess_PlanarAlpha","features":[437]},{"name":"DXVA2_VideoProcess_StretchX","features":[437]},{"name":"DXVA2_VideoProcess_StretchY","features":[437]},{"name":"DXVA2_VideoProcess_SubRects","features":[437]},{"name":"DXVA2_VideoProcess_SubStreams","features":[437]},{"name":"DXVA2_VideoProcess_SubStreamsExtended","features":[437]},{"name":"DXVA2_VideoProcess_YUV2RGB","features":[437]},{"name":"DXVA2_VideoProcess_YUV2RGBExtended","features":[437]},{"name":"DXVA2_VideoProcessorCaps","features":[315,437]},{"name":"DXVA2_VideoProcessorRenderTarget","features":[437]},{"name":"DXVA2_VideoRenderTargetType","features":[437]},{"name":"DXVA2_VideoSample","features":[305,315,437]},{"name":"DXVA2_VideoSoftwareRenderTarget","features":[437]},{"name":"DXVA2_VideoTransFuncMask","features":[437]},{"name":"DXVA2_VideoTransFunc_10","features":[437]},{"name":"DXVA2_VideoTransFunc_18","features":[437]},{"name":"DXVA2_VideoTransFunc_20","features":[437]},{"name":"DXVA2_VideoTransFunc_22","features":[437]},{"name":"DXVA2_VideoTransFunc_240M","features":[437]},{"name":"DXVA2_VideoTransFunc_28","features":[437]},{"name":"DXVA2_VideoTransFunc_709","features":[437]},{"name":"DXVA2_VideoTransFunc_Unknown","features":[437]},{"name":"DXVA2_VideoTransFunc_sRGB","features":[437]},{"name":"DXVA2_VideoTransferFunction","features":[437]},{"name":"DXVA2_VideoTransferMatrix","features":[437]},{"name":"DXVA2_VideoTransferMatrixMask","features":[437]},{"name":"DXVA2_VideoTransferMatrix_BT601","features":[437]},{"name":"DXVA2_VideoTransferMatrix_BT709","features":[437]},{"name":"DXVA2_VideoTransferMatrix_SMPTE240M","features":[437]},{"name":"DXVA2_VideoTransferMatrix_Unknown","features":[437]},{"name":"DXVABufferInfo","features":[437]},{"name":"DXVACompBufferInfo","features":[315,437]},{"name":"DXVAHDControlGuid","features":[437]},{"name":"DXVAHDETWGUID_CREATEVIDEOPROCESSOR","features":[437]},{"name":"DXVAHDETWGUID_DESTROYVIDEOPROCESSOR","features":[437]},{"name":"DXVAHDETWGUID_VIDEOPROCESSBLTHD","features":[437]},{"name":"DXVAHDETWGUID_VIDEOPROCESSBLTHD_STREAM","features":[437]},{"name":"DXVAHDETWGUID_VIDEOPROCESSBLTSTATE","features":[437]},{"name":"DXVAHDETWGUID_VIDEOPROCESSSTREAMSTATE","features":[437]},{"name":"DXVAHDETW_CREATEVIDEOPROCESSOR","features":[437]},{"name":"DXVAHDETW_DESTROYVIDEOPROCESSOR","features":[437]},{"name":"DXVAHDETW_VIDEOPROCESSBLTHD","features":[305,315,437]},{"name":"DXVAHDETW_VIDEOPROCESSBLTHD_STREAM","features":[305,315,437]},{"name":"DXVAHDETW_VIDEOPROCESSBLTSTATE","features":[305,437]},{"name":"DXVAHDETW_VIDEOPROCESSSTREAMSTATE","features":[305,437]},{"name":"DXVAHDSW_CALLBACKS","features":[305,315,437]},{"name":"DXVAHD_ALPHA_FILL_MODE","features":[437]},{"name":"DXVAHD_ALPHA_FILL_MODE_BACKGROUND","features":[437]},{"name":"DXVAHD_ALPHA_FILL_MODE_DESTINATION","features":[437]},{"name":"DXVAHD_ALPHA_FILL_MODE_OPAQUE","features":[437]},{"name":"DXVAHD_ALPHA_FILL_MODE_SOURCE_STREAM","features":[437]},{"name":"DXVAHD_BLT_STATE","features":[437]},{"name":"DXVAHD_BLT_STATE_ALPHA_FILL","features":[437]},{"name":"DXVAHD_BLT_STATE_ALPHA_FILL_DATA","features":[437]},{"name":"DXVAHD_BLT_STATE_BACKGROUND_COLOR","features":[437]},{"name":"DXVAHD_BLT_STATE_BACKGROUND_COLOR_DATA","features":[305,437]},{"name":"DXVAHD_BLT_STATE_CONSTRICTION","features":[437]},{"name":"DXVAHD_BLT_STATE_CONSTRICTION_DATA","features":[305,437]},{"name":"DXVAHD_BLT_STATE_OUTPUT_COLOR_SPACE","features":[437]},{"name":"DXVAHD_BLT_STATE_OUTPUT_COLOR_SPACE_DATA","features":[437]},{"name":"DXVAHD_BLT_STATE_PRIVATE","features":[437]},{"name":"DXVAHD_BLT_STATE_PRIVATE_DATA","features":[437]},{"name":"DXVAHD_BLT_STATE_TARGET_RECT","features":[437]},{"name":"DXVAHD_BLT_STATE_TARGET_RECT_DATA","features":[305,437]},{"name":"DXVAHD_COLOR","features":[437]},{"name":"DXVAHD_COLOR_RGBA","features":[437]},{"name":"DXVAHD_COLOR_YCbCrA","features":[437]},{"name":"DXVAHD_CONTENT_DESC","features":[437]},{"name":"DXVAHD_CUSTOM_RATE_DATA","features":[305,437]},{"name":"DXVAHD_CreateDevice","features":[315,437]},{"name":"DXVAHD_DEVICE_CAPS","features":[437]},{"name":"DXVAHD_DEVICE_CAPS_LINEAR_SPACE","features":[437]},{"name":"DXVAHD_DEVICE_CAPS_RGB_RANGE_CONVERSION","features":[437]},{"name":"DXVAHD_DEVICE_CAPS_YCbCr_MATRIX_CONVERSION","features":[437]},{"name":"DXVAHD_DEVICE_CAPS_xvYCC","features":[437]},{"name":"DXVAHD_DEVICE_TYPE","features":[437]},{"name":"DXVAHD_DEVICE_TYPE_HARDWARE","features":[437]},{"name":"DXVAHD_DEVICE_TYPE_OTHER","features":[437]},{"name":"DXVAHD_DEVICE_TYPE_REFERENCE","features":[437]},{"name":"DXVAHD_DEVICE_TYPE_SOFTWARE","features":[437]},{"name":"DXVAHD_DEVICE_USAGE","features":[437]},{"name":"DXVAHD_DEVICE_USAGE_OPTIMAL_QUALITY","features":[437]},{"name":"DXVAHD_DEVICE_USAGE_OPTIMAL_SPEED","features":[437]},{"name":"DXVAHD_DEVICE_USAGE_PLAYBACK_NORMAL","features":[437]},{"name":"DXVAHD_FEATURE_CAPS","features":[437]},{"name":"DXVAHD_FEATURE_CAPS_ALPHA_FILL","features":[437]},{"name":"DXVAHD_FEATURE_CAPS_ALPHA_PALETTE","features":[437]},{"name":"DXVAHD_FEATURE_CAPS_CONSTRICTION","features":[437]},{"name":"DXVAHD_FEATURE_CAPS_LUMA_KEY","features":[437]},{"name":"DXVAHD_FILTER","features":[437]},{"name":"DXVAHD_FILTER_ANAMORPHIC_SCALING","features":[437]},{"name":"DXVAHD_FILTER_BRIGHTNESS","features":[437]},{"name":"DXVAHD_FILTER_CAPS","features":[437]},{"name":"DXVAHD_FILTER_CAPS_ANAMORPHIC_SCALING","features":[437]},{"name":"DXVAHD_FILTER_CAPS_BRIGHTNESS","features":[437]},{"name":"DXVAHD_FILTER_CAPS_CONTRAST","features":[437]},{"name":"DXVAHD_FILTER_CAPS_EDGE_ENHANCEMENT","features":[437]},{"name":"DXVAHD_FILTER_CAPS_HUE","features":[437]},{"name":"DXVAHD_FILTER_CAPS_NOISE_REDUCTION","features":[437]},{"name":"DXVAHD_FILTER_CAPS_SATURATION","features":[437]},{"name":"DXVAHD_FILTER_CONTRAST","features":[437]},{"name":"DXVAHD_FILTER_EDGE_ENHANCEMENT","features":[437]},{"name":"DXVAHD_FILTER_HUE","features":[437]},{"name":"DXVAHD_FILTER_NOISE_REDUCTION","features":[437]},{"name":"DXVAHD_FILTER_RANGE_DATA","features":[437]},{"name":"DXVAHD_FILTER_SATURATION","features":[437]},{"name":"DXVAHD_FRAME_FORMAT","features":[437]},{"name":"DXVAHD_FRAME_FORMAT_INTERLACED_BOTTOM_FIELD_FIRST","features":[437]},{"name":"DXVAHD_FRAME_FORMAT_INTERLACED_TOP_FIELD_FIRST","features":[437]},{"name":"DXVAHD_FRAME_FORMAT_PROGRESSIVE","features":[437]},{"name":"DXVAHD_INPUT_FORMAT_CAPS","features":[437]},{"name":"DXVAHD_INPUT_FORMAT_CAPS_PALETTE_INTERLACED","features":[437]},{"name":"DXVAHD_INPUT_FORMAT_CAPS_RGB_INTERLACED","features":[437]},{"name":"DXVAHD_INPUT_FORMAT_CAPS_RGB_LUMA_KEY","features":[437]},{"name":"DXVAHD_INPUT_FORMAT_CAPS_RGB_PROCAMP","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS_22","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS_222222222223","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS_2224","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS_2332","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS_32","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS_32322","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS_55","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS_64","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS_87","features":[437]},{"name":"DXVAHD_ITELECINE_CAPS_OTHER","features":[437]},{"name":"DXVAHD_OUTPUT_RATE","features":[437]},{"name":"DXVAHD_OUTPUT_RATE_CUSTOM","features":[437]},{"name":"DXVAHD_OUTPUT_RATE_HALF","features":[437]},{"name":"DXVAHD_OUTPUT_RATE_NORMAL","features":[437]},{"name":"DXVAHD_PROCESSOR_CAPS","features":[437]},{"name":"DXVAHD_PROCESSOR_CAPS_DEINTERLACE_ADAPTIVE","features":[437]},{"name":"DXVAHD_PROCESSOR_CAPS_DEINTERLACE_BLEND","features":[437]},{"name":"DXVAHD_PROCESSOR_CAPS_DEINTERLACE_BOB","features":[437]},{"name":"DXVAHD_PROCESSOR_CAPS_DEINTERLACE_MOTION_COMPENSATION","features":[437]},{"name":"DXVAHD_PROCESSOR_CAPS_FRAME_RATE_CONVERSION","features":[437]},{"name":"DXVAHD_PROCESSOR_CAPS_INVERSE_TELECINE","features":[437]},{"name":"DXVAHD_RATIONAL","features":[437]},{"name":"DXVAHD_STREAM_DATA","features":[305,315,437]},{"name":"DXVAHD_STREAM_STATE","features":[437]},{"name":"DXVAHD_STREAM_STATE_ALPHA","features":[437]},{"name":"DXVAHD_STREAM_STATE_ALPHA_DATA","features":[305,437]},{"name":"DXVAHD_STREAM_STATE_ASPECT_RATIO","features":[437]},{"name":"DXVAHD_STREAM_STATE_ASPECT_RATIO_DATA","features":[305,437]},{"name":"DXVAHD_STREAM_STATE_D3DFORMAT","features":[437]},{"name":"DXVAHD_STREAM_STATE_D3DFORMAT_DATA","features":[315,437]},{"name":"DXVAHD_STREAM_STATE_DESTINATION_RECT","features":[437]},{"name":"DXVAHD_STREAM_STATE_DESTINATION_RECT_DATA","features":[305,437]},{"name":"DXVAHD_STREAM_STATE_FILTER_ANAMORPHIC_SCALING","features":[437]},{"name":"DXVAHD_STREAM_STATE_FILTER_BRIGHTNESS","features":[437]},{"name":"DXVAHD_STREAM_STATE_FILTER_CONTRAST","features":[437]},{"name":"DXVAHD_STREAM_STATE_FILTER_DATA","features":[305,437]},{"name":"DXVAHD_STREAM_STATE_FILTER_EDGE_ENHANCEMENT","features":[437]},{"name":"DXVAHD_STREAM_STATE_FILTER_HUE","features":[437]},{"name":"DXVAHD_STREAM_STATE_FILTER_NOISE_REDUCTION","features":[437]},{"name":"DXVAHD_STREAM_STATE_FILTER_SATURATION","features":[437]},{"name":"DXVAHD_STREAM_STATE_FRAME_FORMAT","features":[437]},{"name":"DXVAHD_STREAM_STATE_FRAME_FORMAT_DATA","features":[437]},{"name":"DXVAHD_STREAM_STATE_INPUT_COLOR_SPACE","features":[437]},{"name":"DXVAHD_STREAM_STATE_INPUT_COLOR_SPACE_DATA","features":[437]},{"name":"DXVAHD_STREAM_STATE_LUMA_KEY","features":[437]},{"name":"DXVAHD_STREAM_STATE_LUMA_KEY_DATA","features":[305,437]},{"name":"DXVAHD_STREAM_STATE_OUTPUT_RATE","features":[437]},{"name":"DXVAHD_STREAM_STATE_OUTPUT_RATE_DATA","features":[305,437]},{"name":"DXVAHD_STREAM_STATE_PALETTE","features":[437]},{"name":"DXVAHD_STREAM_STATE_PALETTE_DATA","features":[437]},{"name":"DXVAHD_STREAM_STATE_PRIVATE","features":[437]},{"name":"DXVAHD_STREAM_STATE_PRIVATE_DATA","features":[437]},{"name":"DXVAHD_STREAM_STATE_PRIVATE_IVTC","features":[437]},{"name":"DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA","features":[305,437]},{"name":"DXVAHD_STREAM_STATE_SOURCE_RECT","features":[437]},{"name":"DXVAHD_STREAM_STATE_SOURCE_RECT_DATA","features":[305,437]},{"name":"DXVAHD_SURFACE_TYPE","features":[437]},{"name":"DXVAHD_SURFACE_TYPE_VIDEO_INPUT","features":[437]},{"name":"DXVAHD_SURFACE_TYPE_VIDEO_INPUT_PRIVATE","features":[437]},{"name":"DXVAHD_SURFACE_TYPE_VIDEO_OUTPUT","features":[437]},{"name":"DXVAHD_VPCAPS","features":[437]},{"name":"DXVAHD_VPDEVCAPS","features":[315,437]},{"name":"DXVAUncompDataInfo","features":[315,437]},{"name":"DXVA_AYUVsample2","features":[437]},{"name":"DXVA_BufferDescription","features":[437]},{"name":"DXVA_COPPCommand","features":[437]},{"name":"DXVA_COPPSignature","features":[437]},{"name":"DXVA_COPPStatusInput","features":[437]},{"name":"DXVA_COPPStatusOutput","features":[437]},{"name":"DXVA_ConfigPictureDecode","features":[437]},{"name":"DXVA_DeinterlaceBlt","features":[305,437]},{"name":"DXVA_DeinterlaceBltEx","features":[305,437]},{"name":"DXVA_DeinterlaceBltEx32","features":[305,437]},{"name":"DXVA_DeinterlaceCaps","features":[315,437]},{"name":"DXVA_DeinterlaceQueryAvailableModes","features":[437]},{"name":"DXVA_DeinterlaceQueryModeCaps","features":[315,437]},{"name":"DXVA_DeinterlaceTech","features":[437]},{"name":"DXVA_DeinterlaceTech_BOBLineReplicate","features":[437]},{"name":"DXVA_DeinterlaceTech_BOBVerticalStretch","features":[437]},{"name":"DXVA_DeinterlaceTech_BOBVerticalStretch4Tap","features":[437]},{"name":"DXVA_DeinterlaceTech_EdgeFiltering","features":[437]},{"name":"DXVA_DeinterlaceTech_FieldAdaptive","features":[437]},{"name":"DXVA_DeinterlaceTech_MedianFiltering","features":[437]},{"name":"DXVA_DeinterlaceTech_MotionVectorSteered","features":[437]},{"name":"DXVA_DeinterlaceTech_PixelAdaptive","features":[437]},{"name":"DXVA_DeinterlaceTech_Unknown","features":[437]},{"name":"DXVA_DestinationFlagMask","features":[437]},{"name":"DXVA_DestinationFlag_Alpha_Changed","features":[437]},{"name":"DXVA_DestinationFlag_Background_Changed","features":[437]},{"name":"DXVA_DestinationFlag_ColorData_Changed","features":[437]},{"name":"DXVA_DestinationFlag_TargetRect_Changed","features":[437]},{"name":"DXVA_DestinationFlags","features":[437]},{"name":"DXVA_ExtendedFormat","features":[437]},{"name":"DXVA_Frequency","features":[437]},{"name":"DXVA_NominalRange","features":[437]},{"name":"DXVA_NominalRangeMask","features":[437]},{"name":"DXVA_NominalRangeShift","features":[437]},{"name":"DXVA_NominalRange_0_255","features":[437]},{"name":"DXVA_NominalRange_16_235","features":[437]},{"name":"DXVA_NominalRange_48_208","features":[437]},{"name":"DXVA_NominalRange_Normal","features":[437]},{"name":"DXVA_NominalRange_Unknown","features":[437]},{"name":"DXVA_NominalRange_Wide","features":[437]},{"name":"DXVA_PictureParameters","features":[437]},{"name":"DXVA_ProcAmpControlBlt","features":[305,437]},{"name":"DXVA_ProcAmpControlCaps","features":[315,437]},{"name":"DXVA_ProcAmpControlProp","features":[437]},{"name":"DXVA_ProcAmpControlQueryRange","features":[315,437]},{"name":"DXVA_ProcAmp_Brightness","features":[437]},{"name":"DXVA_ProcAmp_Contrast","features":[437]},{"name":"DXVA_ProcAmp_Hue","features":[437]},{"name":"DXVA_ProcAmp_None","features":[437]},{"name":"DXVA_ProcAmp_Saturation","features":[437]},{"name":"DXVA_SampleFieldInterleavedEvenFirst","features":[437]},{"name":"DXVA_SampleFieldInterleavedOddFirst","features":[437]},{"name":"DXVA_SampleFieldSingleEven","features":[437]},{"name":"DXVA_SampleFieldSingleOdd","features":[437]},{"name":"DXVA_SampleFlag_ColorData_Changed","features":[437]},{"name":"DXVA_SampleFlag_DstRect_Changed","features":[437]},{"name":"DXVA_SampleFlag_Palette_Changed","features":[437]},{"name":"DXVA_SampleFlag_SrcRect_Changed","features":[437]},{"name":"DXVA_SampleFlags","features":[437]},{"name":"DXVA_SampleFlagsMask","features":[437]},{"name":"DXVA_SampleFormat","features":[437]},{"name":"DXVA_SampleFormatMask","features":[437]},{"name":"DXVA_SamplePreviousFrame","features":[437]},{"name":"DXVA_SampleProgressiveFrame","features":[437]},{"name":"DXVA_SampleSubStream","features":[437]},{"name":"DXVA_SampleUnknown","features":[437]},{"name":"DXVA_VideoChromaSubsampling","features":[437]},{"name":"DXVA_VideoChromaSubsamplingMask","features":[437]},{"name":"DXVA_VideoChromaSubsamplingShift","features":[437]},{"name":"DXVA_VideoChromaSubsampling_Cosited","features":[437]},{"name":"DXVA_VideoChromaSubsampling_DV_PAL","features":[437]},{"name":"DXVA_VideoChromaSubsampling_Horizontally_Cosited","features":[437]},{"name":"DXVA_VideoChromaSubsampling_MPEG1","features":[437]},{"name":"DXVA_VideoChromaSubsampling_MPEG2","features":[437]},{"name":"DXVA_VideoChromaSubsampling_ProgressiveChroma","features":[437]},{"name":"DXVA_VideoChromaSubsampling_Unknown","features":[437]},{"name":"DXVA_VideoChromaSubsampling_Vertically_AlignedChromaPlanes","features":[437]},{"name":"DXVA_VideoChromaSubsampling_Vertically_Cosited","features":[437]},{"name":"DXVA_VideoDesc","features":[315,437]},{"name":"DXVA_VideoLighting","features":[437]},{"name":"DXVA_VideoLightingMask","features":[437]},{"name":"DXVA_VideoLightingShift","features":[437]},{"name":"DXVA_VideoLighting_Unknown","features":[437]},{"name":"DXVA_VideoLighting_bright","features":[437]},{"name":"DXVA_VideoLighting_dark","features":[437]},{"name":"DXVA_VideoLighting_dim","features":[437]},{"name":"DXVA_VideoLighting_office","features":[437]},{"name":"DXVA_VideoPrimaries","features":[437]},{"name":"DXVA_VideoPrimariesMask","features":[437]},{"name":"DXVA_VideoPrimariesShift","features":[437]},{"name":"DXVA_VideoPrimaries_BT470_2_SysBG","features":[437]},{"name":"DXVA_VideoPrimaries_BT470_2_SysM","features":[437]},{"name":"DXVA_VideoPrimaries_BT709","features":[437]},{"name":"DXVA_VideoPrimaries_EBU3213","features":[437]},{"name":"DXVA_VideoPrimaries_SMPTE170M","features":[437]},{"name":"DXVA_VideoPrimaries_SMPTE240M","features":[437]},{"name":"DXVA_VideoPrimaries_SMPTE_C","features":[437]},{"name":"DXVA_VideoPrimaries_Unknown","features":[437]},{"name":"DXVA_VideoPrimaries_reserved","features":[437]},{"name":"DXVA_VideoProcessCaps","features":[437]},{"name":"DXVA_VideoProcess_AlphaBlend","features":[437]},{"name":"DXVA_VideoProcess_AlphaBlendExtended","features":[437]},{"name":"DXVA_VideoProcess_None","features":[437]},{"name":"DXVA_VideoProcess_StretchX","features":[437]},{"name":"DXVA_VideoProcess_StretchY","features":[437]},{"name":"DXVA_VideoProcess_SubRects","features":[437]},{"name":"DXVA_VideoProcess_SubStreams","features":[437]},{"name":"DXVA_VideoProcess_SubStreamsExtended","features":[437]},{"name":"DXVA_VideoProcess_YUV2RGB","features":[437]},{"name":"DXVA_VideoProcess_YUV2RGBExtended","features":[437]},{"name":"DXVA_VideoPropertyRange","features":[437]},{"name":"DXVA_VideoSample","features":[437]},{"name":"DXVA_VideoSample2","features":[305,437]},{"name":"DXVA_VideoSample2","features":[305,437]},{"name":"DXVA_VideoSample32","features":[305,437]},{"name":"DXVA_VideoTransFuncMask","features":[437]},{"name":"DXVA_VideoTransFuncShift","features":[437]},{"name":"DXVA_VideoTransFunc_10","features":[437]},{"name":"DXVA_VideoTransFunc_18","features":[437]},{"name":"DXVA_VideoTransFunc_20","features":[437]},{"name":"DXVA_VideoTransFunc_22","features":[437]},{"name":"DXVA_VideoTransFunc_22_240M","features":[437]},{"name":"DXVA_VideoTransFunc_22_709","features":[437]},{"name":"DXVA_VideoTransFunc_22_8bit_sRGB","features":[437]},{"name":"DXVA_VideoTransFunc_28","features":[437]},{"name":"DXVA_VideoTransFunc_Unknown","features":[437]},{"name":"DXVA_VideoTransferFunction","features":[437]},{"name":"DXVA_VideoTransferMatrix","features":[437]},{"name":"DXVA_VideoTransferMatrixMask","features":[437]},{"name":"DXVA_VideoTransferMatrixShift","features":[437]},{"name":"DXVA_VideoTransferMatrix_BT601","features":[437]},{"name":"DXVA_VideoTransferMatrix_BT709","features":[437]},{"name":"DXVA_VideoTransferMatrix_SMPTE240M","features":[437]},{"name":"DXVA_VideoTransferMatrix_Unknown","features":[437]},{"name":"DXVAp_DeinterlaceBobDevice","features":[437]},{"name":"DXVAp_DeinterlaceContainerDevice","features":[437]},{"name":"DXVAp_ModeMPEG2_A","features":[437]},{"name":"DXVAp_ModeMPEG2_C","features":[437]},{"name":"DXVAp_NoEncrypt","features":[437]},{"name":"DeviceStreamState","features":[437]},{"name":"DeviceStreamState_Disabled","features":[437]},{"name":"DeviceStreamState_Pause","features":[437]},{"name":"DeviceStreamState_Run","features":[437]},{"name":"DeviceStreamState_Stop","features":[437]},{"name":"DigitalWindowSetting","features":[437]},{"name":"DistanceToFocalPlane","features":[437]},{"name":"DistanceToOpticalCenter","features":[437]},{"name":"EAllocationType","features":[437]},{"name":"ENCAPIPARAM_BITRATE","features":[437]},{"name":"ENCAPIPARAM_BITRATE_MODE","features":[437]},{"name":"ENCAPIPARAM_PEAK_BITRATE","features":[437]},{"name":"ENCAPIPARAM_SAP_MODE","features":[437]},{"name":"EVRConfig_ForceBatching","features":[437]},{"name":"EVRConfig_ForceBob","features":[437]},{"name":"EVRConfig_ForceHalfInterlace","features":[437]},{"name":"EVRConfig_ForceScaling","features":[437]},{"name":"EVRConfig_ForceThrottle","features":[437]},{"name":"EVRFilterConfigPrefs","features":[437]},{"name":"EVRFilterConfigPrefs_EnableQoS","features":[437]},{"name":"EVRFilterConfigPrefs_Mask","features":[437]},{"name":"E_TOCPARSER_INVALIDASFFILE","features":[437]},{"name":"E_TOCPARSER_INVALIDRIFFFILE","features":[437]},{"name":"FACILITY_MF","features":[437]},{"name":"FACILITY_MF_WIN32","features":[437]},{"name":"FILE_ACCESSMODE","features":[437]},{"name":"FILE_OPENMODE","features":[437]},{"name":"FORMAT_525WSS","features":[437]},{"name":"FORMAT_AnalogVideo","features":[437]},{"name":"FORMAT_CAPTIONED_H264VIDEO","features":[437]},{"name":"FORMAT_CAPTIONED_MPEG2VIDEO","features":[437]},{"name":"FORMAT_CC_CONTAINER","features":[437]},{"name":"FORMAT_DvInfo","features":[437]},{"name":"FORMAT_MFVideoFormat","features":[437]},{"name":"FORMAT_MPEGStreams","features":[437]},{"name":"FORMAT_MPEGVideo","features":[437]},{"name":"FORMAT_None","features":[437]},{"name":"FORMAT_VideoInfo","features":[437]},{"name":"FORMAT_VideoInfo2","features":[437]},{"name":"FORMAT_WaveFormatEx","features":[437]},{"name":"GUID_NativeDeviceService","features":[437]},{"name":"GUID_PlayToService","features":[437]},{"name":"IAdvancedMediaCapture","features":[437]},{"name":"IAdvancedMediaCaptureInitializationSettings","features":[437]},{"name":"IAdvancedMediaCaptureSettings","features":[437]},{"name":"IAudioSourceProvider","features":[437]},{"name":"IClusterDetector","features":[437]},{"name":"ICodecAPI","features":[437]},{"name":"ID3D12VideoDecodeCommandList","features":[354,437]},{"name":"ID3D12VideoDecodeCommandList1","features":[354,437]},{"name":"ID3D12VideoDecodeCommandList2","features":[354,437]},{"name":"ID3D12VideoDecodeCommandList3","features":[354,437]},{"name":"ID3D12VideoDecoder","features":[354,437]},{"name":"ID3D12VideoDecoder1","features":[354,437]},{"name":"ID3D12VideoDecoderHeap","features":[354,437]},{"name":"ID3D12VideoDecoderHeap1","features":[354,437]},{"name":"ID3D12VideoDevice","features":[437]},{"name":"ID3D12VideoDevice1","features":[437]},{"name":"ID3D12VideoDevice2","features":[437]},{"name":"ID3D12VideoDevice3","features":[437]},{"name":"ID3D12VideoEncodeCommandList","features":[354,437]},{"name":"ID3D12VideoEncodeCommandList1","features":[354,437]},{"name":"ID3D12VideoEncodeCommandList2","features":[354,437]},{"name":"ID3D12VideoEncodeCommandList3","features":[354,437]},{"name":"ID3D12VideoEncoder","features":[354,437]},{"name":"ID3D12VideoEncoderHeap","features":[354,437]},{"name":"ID3D12VideoExtensionCommand","features":[354,437]},{"name":"ID3D12VideoMotionEstimator","features":[354,437]},{"name":"ID3D12VideoMotionVectorHeap","features":[354,437]},{"name":"ID3D12VideoProcessCommandList","features":[354,437]},{"name":"ID3D12VideoProcessCommandList1","features":[354,437]},{"name":"ID3D12VideoProcessCommandList2","features":[354,437]},{"name":"ID3D12VideoProcessCommandList3","features":[354,437]},{"name":"ID3D12VideoProcessor","features":[354,437]},{"name":"ID3D12VideoProcessor1","features":[354,437]},{"name":"IDXVAHD_Device","features":[437]},{"name":"IDXVAHD_VideoProcessor","features":[437]},{"name":"IDirect3D9ExOverlayExtension","features":[437]},{"name":"IDirect3DAuthenticatedChannel9","features":[437]},{"name":"IDirect3DCryptoSession9","features":[437]},{"name":"IDirect3DDevice9Video","features":[437]},{"name":"IDirect3DDeviceManager9","features":[437]},{"name":"IDirectXVideoAccelerationService","features":[437]},{"name":"IDirectXVideoDecoder","features":[437]},{"name":"IDirectXVideoDecoderService","features":[437]},{"name":"IDirectXVideoMemoryConfiguration","features":[437]},{"name":"IDirectXVideoProcessor","features":[437]},{"name":"IDirectXVideoProcessorService","features":[437]},{"name":"IEVRFilterConfig","features":[437]},{"name":"IEVRFilterConfigEx","features":[437]},{"name":"IEVRTrustedVideoPlugin","features":[437]},{"name":"IEVRVideoStreamControl","features":[437]},{"name":"IFileClient","features":[437]},{"name":"IFileIo","features":[437]},{"name":"IMF2DBuffer","features":[437]},{"name":"IMF2DBuffer2","features":[437]},{"name":"IMFASFContentInfo","features":[437]},{"name":"IMFASFIndexer","features":[437]},{"name":"IMFASFMultiplexer","features":[437]},{"name":"IMFASFMutualExclusion","features":[437]},{"name":"IMFASFProfile","features":[437]},{"name":"IMFASFSplitter","features":[437]},{"name":"IMFASFStreamConfig","features":[437]},{"name":"IMFASFStreamPrioritization","features":[437]},{"name":"IMFASFStreamSelector","features":[437]},{"name":"IMFActivate","features":[437]},{"name":"IMFAsyncCallback","features":[437]},{"name":"IMFAsyncCallbackLogging","features":[437]},{"name":"IMFAsyncResult","features":[437]},{"name":"IMFAttributes","features":[437]},{"name":"IMFAudioMediaType","features":[437]},{"name":"IMFAudioPolicy","features":[437]},{"name":"IMFAudioStreamVolume","features":[437]},{"name":"IMFBufferListNotify","features":[437]},{"name":"IMFByteStream","features":[437]},{"name":"IMFByteStreamBuffering","features":[437]},{"name":"IMFByteStreamCacheControl","features":[437]},{"name":"IMFByteStreamCacheControl2","features":[437]},{"name":"IMFByteStreamHandler","features":[437]},{"name":"IMFByteStreamProxyClassFactory","features":[437]},{"name":"IMFByteStreamTimeSeek","features":[437]},{"name":"IMFCameraConfigurationManager","features":[437]},{"name":"IMFCameraControlDefaults","features":[437]},{"name":"IMFCameraControlDefaultsCollection","features":[437]},{"name":"IMFCameraControlMonitor","features":[437]},{"name":"IMFCameraControlNotify","features":[437]},{"name":"IMFCameraOcclusionStateMonitor","features":[437]},{"name":"IMFCameraOcclusionStateReport","features":[437]},{"name":"IMFCameraOcclusionStateReportCallback","features":[437]},{"name":"IMFCameraSyncObject","features":[437]},{"name":"IMFCaptureEngine","features":[437]},{"name":"IMFCaptureEngineClassFactory","features":[437]},{"name":"IMFCaptureEngineOnEventCallback","features":[437]},{"name":"IMFCaptureEngineOnSampleCallback","features":[437]},{"name":"IMFCaptureEngineOnSampleCallback2","features":[437]},{"name":"IMFCapturePhotoConfirmation","features":[437]},{"name":"IMFCapturePhotoSink","features":[437]},{"name":"IMFCapturePreviewSink","features":[437]},{"name":"IMFCaptureRecordSink","features":[437]},{"name":"IMFCaptureSink","features":[437]},{"name":"IMFCaptureSink2","features":[437]},{"name":"IMFCaptureSource","features":[437]},{"name":"IMFCdmSuspendNotify","features":[437]},{"name":"IMFClock","features":[437]},{"name":"IMFClockConsumer","features":[437]},{"name":"IMFClockStateSink","features":[437]},{"name":"IMFCollection","features":[437]},{"name":"IMFContentDecryptionModule","features":[437]},{"name":"IMFContentDecryptionModuleAccess","features":[437]},{"name":"IMFContentDecryptionModuleFactory","features":[437]},{"name":"IMFContentDecryptionModuleSession","features":[437]},{"name":"IMFContentDecryptionModuleSessionCallbacks","features":[437]},{"name":"IMFContentDecryptorContext","features":[437]},{"name":"IMFContentEnabler","features":[437]},{"name":"IMFContentProtectionDevice","features":[437]},{"name":"IMFContentProtectionManager","features":[437]},{"name":"IMFD3D12SynchronizationObject","features":[437]},{"name":"IMFD3D12SynchronizationObjectCommands","features":[437]},{"name":"IMFDLNASinkInit","features":[437]},{"name":"IMFDRMNetHelper","features":[437]},{"name":"IMFDXGIBuffer","features":[437]},{"name":"IMFDXGIDeviceManager","features":[437]},{"name":"IMFDXGIDeviceManagerSource","features":[437]},{"name":"IMFDesiredSample","features":[437]},{"name":"IMFDeviceTransform","features":[437]},{"name":"IMFDeviceTransformCallback","features":[437]},{"name":"IMFExtendedCameraControl","features":[437]},{"name":"IMFExtendedCameraController","features":[437]},{"name":"IMFExtendedCameraIntrinsicModel","features":[437]},{"name":"IMFExtendedCameraIntrinsics","features":[437]},{"name":"IMFExtendedCameraIntrinsicsDistortionModel6KT","features":[437]},{"name":"IMFExtendedCameraIntrinsicsDistortionModelArcTan","features":[437]},{"name":"IMFExtendedDRMTypeSupport","features":[437]},{"name":"IMFFieldOfUseMFTUnlock","features":[437]},{"name":"IMFFinalizableMediaSink","features":[437]},{"name":"IMFGetService","features":[437]},{"name":"IMFHDCPStatus","features":[437]},{"name":"IMFHttpDownloadRequest","features":[437]},{"name":"IMFHttpDownloadSession","features":[437]},{"name":"IMFHttpDownloadSessionProvider","features":[437]},{"name":"IMFImageSharingEngine","features":[437]},{"name":"IMFImageSharingEngineClassFactory","features":[437]},{"name":"IMFInputTrustAuthority","features":[437]},{"name":"IMFLocalMFTRegistration","features":[437]},{"name":"IMFMediaBuffer","features":[437]},{"name":"IMFMediaEngine","features":[437]},{"name":"IMFMediaEngineAudioEndpointId","features":[437]},{"name":"IMFMediaEngineClassFactory","features":[437]},{"name":"IMFMediaEngineClassFactory2","features":[437]},{"name":"IMFMediaEngineClassFactory3","features":[437]},{"name":"IMFMediaEngineClassFactory4","features":[437]},{"name":"IMFMediaEngineClassFactoryEx","features":[437]},{"name":"IMFMediaEngineEME","features":[437]},{"name":"IMFMediaEngineEMENotify","features":[437]},{"name":"IMFMediaEngineEx","features":[437]},{"name":"IMFMediaEngineExtension","features":[437]},{"name":"IMFMediaEngineNeedKeyNotify","features":[437]},{"name":"IMFMediaEngineNotify","features":[437]},{"name":"IMFMediaEngineOPMInfo","features":[437]},{"name":"IMFMediaEngineProtectedContent","features":[437]},{"name":"IMFMediaEngineSrcElements","features":[437]},{"name":"IMFMediaEngineSrcElementsEx","features":[437]},{"name":"IMFMediaEngineSupportsSourceTransfer","features":[437]},{"name":"IMFMediaEngineTransferSource","features":[437]},{"name":"IMFMediaEngineWebSupport","features":[437]},{"name":"IMFMediaError","features":[437]},{"name":"IMFMediaEvent","features":[437]},{"name":"IMFMediaEventGenerator","features":[437]},{"name":"IMFMediaEventQueue","features":[437]},{"name":"IMFMediaKeySession","features":[437]},{"name":"IMFMediaKeySession2","features":[437]},{"name":"IMFMediaKeySessionNotify","features":[437]},{"name":"IMFMediaKeySessionNotify2","features":[437]},{"name":"IMFMediaKeySystemAccess","features":[437]},{"name":"IMFMediaKeys","features":[437]},{"name":"IMFMediaKeys2","features":[437]},{"name":"IMFMediaSession","features":[437]},{"name":"IMFMediaSharingEngine","features":[437]},{"name":"IMFMediaSharingEngineClassFactory","features":[437]},{"name":"IMFMediaSink","features":[437]},{"name":"IMFMediaSinkPreroll","features":[437]},{"name":"IMFMediaSource","features":[437]},{"name":"IMFMediaSource2","features":[437]},{"name":"IMFMediaSourceEx","features":[437]},{"name":"IMFMediaSourceExtension","features":[437]},{"name":"IMFMediaSourceExtensionLiveSeekableRange","features":[437]},{"name":"IMFMediaSourceExtensionNotify","features":[437]},{"name":"IMFMediaSourcePresentationProvider","features":[437]},{"name":"IMFMediaSourceTopologyProvider","features":[437]},{"name":"IMFMediaStream","features":[437]},{"name":"IMFMediaStream2","features":[437]},{"name":"IMFMediaStreamSourceSampleRequest","features":[437]},{"name":"IMFMediaTimeRange","features":[437]},{"name":"IMFMediaType","features":[437]},{"name":"IMFMediaTypeHandler","features":[437]},{"name":"IMFMetadata","features":[437]},{"name":"IMFMetadataProvider","features":[437]},{"name":"IMFMuxStreamAttributesManager","features":[437]},{"name":"IMFMuxStreamMediaTypeManager","features":[437]},{"name":"IMFMuxStreamSampleManager","features":[437]},{"name":"IMFNetCredential","features":[437]},{"name":"IMFNetCredentialCache","features":[437]},{"name":"IMFNetCredentialManager","features":[437]},{"name":"IMFNetCrossOriginSupport","features":[437]},{"name":"IMFNetProxyLocator","features":[437]},{"name":"IMFNetProxyLocatorFactory","features":[437]},{"name":"IMFNetResourceFilter","features":[437]},{"name":"IMFNetSchemeHandlerConfig","features":[437]},{"name":"IMFObjectReferenceStream","features":[437]},{"name":"IMFOutputPolicy","features":[437]},{"name":"IMFOutputSchema","features":[437]},{"name":"IMFOutputTrustAuthority","features":[437]},{"name":"IMFPMPClient","features":[437]},{"name":"IMFPMPClientApp","features":[437]},{"name":"IMFPMPHost","features":[437]},{"name":"IMFPMPHostApp","features":[437]},{"name":"IMFPMPServer","features":[437]},{"name":"IMFPMediaItem","features":[437]},{"name":"IMFPMediaPlayer","features":[437]},{"name":"IMFPMediaPlayerCallback","features":[437]},{"name":"IMFPluginControl","features":[437]},{"name":"IMFPluginControl2","features":[437]},{"name":"IMFPresentationClock","features":[437]},{"name":"IMFPresentationDescriptor","features":[437]},{"name":"IMFPresentationTimeSource","features":[437]},{"name":"IMFProtectedEnvironmentAccess","features":[437]},{"name":"IMFQualityAdvise","features":[437]},{"name":"IMFQualityAdvise2","features":[437]},{"name":"IMFQualityAdviseLimits","features":[437]},{"name":"IMFQualityManager","features":[437]},{"name":"IMFRateControl","features":[437]},{"name":"IMFRateSupport","features":[437]},{"name":"IMFReadWriteClassFactory","features":[437]},{"name":"IMFRealTimeClient","features":[437]},{"name":"IMFRealTimeClientEx","features":[437]},{"name":"IMFRelativePanelReport","features":[437]},{"name":"IMFRelativePanelWatcher","features":[437]},{"name":"IMFRemoteAsyncCallback","features":[437]},{"name":"IMFRemoteDesktopPlugin","features":[437]},{"name":"IMFRemoteProxy","features":[437]},{"name":"IMFSAMIStyle","features":[437]},{"name":"IMFSSLCertificateManager","features":[437]},{"name":"IMFSample","features":[437]},{"name":"IMFSampleAllocatorControl","features":[437]},{"name":"IMFSampleGrabberSinkCallback","features":[437]},{"name":"IMFSampleGrabberSinkCallback2","features":[437]},{"name":"IMFSampleOutputStream","features":[437]},{"name":"IMFSampleProtection","features":[437]},{"name":"IMFSaveJob","features":[437]},{"name":"IMFSchemeHandler","features":[437]},{"name":"IMFSecureBuffer","features":[437]},{"name":"IMFSecureChannel","features":[437]},{"name":"IMFSeekInfo","features":[437]},{"name":"IMFSensorActivitiesReport","features":[437]},{"name":"IMFSensorActivitiesReportCallback","features":[437]},{"name":"IMFSensorActivityMonitor","features":[437]},{"name":"IMFSensorActivityReport","features":[437]},{"name":"IMFSensorDevice","features":[437]},{"name":"IMFSensorGroup","features":[437]},{"name":"IMFSensorProcessActivity","features":[437]},{"name":"IMFSensorProfile","features":[437]},{"name":"IMFSensorProfileCollection","features":[437]},{"name":"IMFSensorStream","features":[437]},{"name":"IMFSensorTransformFactory","features":[437]},{"name":"IMFSequencerSource","features":[437]},{"name":"IMFSharingEngineClassFactory","features":[437]},{"name":"IMFShutdown","features":[437]},{"name":"IMFSignedLibrary","features":[437]},{"name":"IMFSimpleAudioVolume","features":[437]},{"name":"IMFSinkWriter","features":[437]},{"name":"IMFSinkWriterCallback","features":[437]},{"name":"IMFSinkWriterCallback2","features":[437]},{"name":"IMFSinkWriterEncoderConfig","features":[437]},{"name":"IMFSinkWriterEx","features":[437]},{"name":"IMFSourceBuffer","features":[437]},{"name":"IMFSourceBufferAppendMode","features":[437]},{"name":"IMFSourceBufferList","features":[437]},{"name":"IMFSourceBufferNotify","features":[437]},{"name":"IMFSourceOpenMonitor","features":[437]},{"name":"IMFSourceReader","features":[437]},{"name":"IMFSourceReaderCallback","features":[437]},{"name":"IMFSourceReaderCallback2","features":[437]},{"name":"IMFSourceReaderEx","features":[437]},{"name":"IMFSourceResolver","features":[437]},{"name":"IMFSpatialAudioObjectBuffer","features":[437]},{"name":"IMFSpatialAudioSample","features":[437]},{"name":"IMFStreamDescriptor","features":[437]},{"name":"IMFStreamSink","features":[437]},{"name":"IMFStreamingSinkConfig","features":[437]},{"name":"IMFSystemId","features":[437]},{"name":"IMFTimecodeTranslate","features":[437]},{"name":"IMFTimedText","features":[437]},{"name":"IMFTimedTextBinary","features":[437]},{"name":"IMFTimedTextBouten","features":[437]},{"name":"IMFTimedTextCue","features":[437]},{"name":"IMFTimedTextCueList","features":[437]},{"name":"IMFTimedTextFormattedText","features":[437]},{"name":"IMFTimedTextNotify","features":[437]},{"name":"IMFTimedTextRegion","features":[437]},{"name":"IMFTimedTextRuby","features":[437]},{"name":"IMFTimedTextStyle","features":[437]},{"name":"IMFTimedTextStyle2","features":[437]},{"name":"IMFTimedTextTrack","features":[437]},{"name":"IMFTimedTextTrackList","features":[437]},{"name":"IMFTimer","features":[437]},{"name":"IMFTopoLoader","features":[437]},{"name":"IMFTopology","features":[437]},{"name":"IMFTopologyNode","features":[437]},{"name":"IMFTopologyNodeAttributeEditor","features":[437]},{"name":"IMFTopologyServiceLookup","features":[437]},{"name":"IMFTopologyServiceLookupClient","features":[437]},{"name":"IMFTrackedSample","features":[437]},{"name":"IMFTranscodeProfile","features":[437]},{"name":"IMFTranscodeSinkInfoProvider","features":[437]},{"name":"IMFTransform","features":[437]},{"name":"IMFTrustedInput","features":[437]},{"name":"IMFTrustedOutput","features":[437]},{"name":"IMFVideoCaptureSampleAllocator","features":[437]},{"name":"IMFVideoDeviceID","features":[437]},{"name":"IMFVideoDisplayControl","features":[437]},{"name":"IMFVideoMediaType","features":[437]},{"name":"IMFVideoMixerBitmap","features":[437]},{"name":"IMFVideoMixerControl","features":[437]},{"name":"IMFVideoMixerControl2","features":[437]},{"name":"IMFVideoPositionMapper","features":[437]},{"name":"IMFVideoPresenter","features":[437]},{"name":"IMFVideoProcessor","features":[437]},{"name":"IMFVideoProcessorControl","features":[437]},{"name":"IMFVideoProcessorControl2","features":[437]},{"name":"IMFVideoProcessorControl3","features":[437]},{"name":"IMFVideoRenderer","features":[437]},{"name":"IMFVideoRendererEffectControl","features":[437]},{"name":"IMFVideoSampleAllocator","features":[437]},{"name":"IMFVideoSampleAllocatorCallback","features":[437]},{"name":"IMFVideoSampleAllocatorEx","features":[437]},{"name":"IMFVideoSampleAllocatorNotify","features":[437]},{"name":"IMFVideoSampleAllocatorNotifyEx","features":[437]},{"name":"IMFVirtualCamera","features":[437]},{"name":"IMFWorkQueueServices","features":[437]},{"name":"IMFWorkQueueServicesEx","features":[437]},{"name":"IOPMVideoOutput","features":[437]},{"name":"IPlayToControl","features":[437]},{"name":"IPlayToControlWithCapabilities","features":[437]},{"name":"IPlayToSourceClassFactory","features":[437]},{"name":"IToc","features":[437]},{"name":"ITocCollection","features":[437]},{"name":"ITocEntry","features":[437]},{"name":"ITocEntryList","features":[437]},{"name":"ITocParser","features":[437]},{"name":"IValidateBinding","features":[437]},{"name":"IWMCodecLeakyBucket","features":[437]},{"name":"IWMCodecOutputTimestamp","features":[437]},{"name":"IWMCodecPrivateData","features":[437]},{"name":"IWMCodecProps","features":[437]},{"name":"IWMCodecStrings","features":[437]},{"name":"IWMColorConvProps","features":[437]},{"name":"IWMColorLegalizerProps","features":[437]},{"name":"IWMFrameInterpProps","features":[437]},{"name":"IWMInterlaceProps","features":[437]},{"name":"IWMResamplerProps","features":[437]},{"name":"IWMResizerProps","features":[437]},{"name":"IWMSampleExtensionSupport","features":[437]},{"name":"IWMValidate","features":[437]},{"name":"IWMVideoDecoderHurryup","features":[437]},{"name":"IWMVideoDecoderReconBuffer","features":[437]},{"name":"IWMVideoForceKeyFrame","features":[437]},{"name":"KSMETHOD_OPMVIDEOOUTPUT","features":[437]},{"name":"KSMETHOD_OPMVIDEOOUTPUT_FINISHINITIALIZATION","features":[437]},{"name":"KSMETHOD_OPMVIDEOOUTPUT_GETINFORMATION","features":[437]},{"name":"KSMETHOD_OPMVIDEOOUTPUT_STARTINITIALIZATION","features":[437]},{"name":"KSPROPERTYSETID_ANYCAMERACONTROL","features":[437]},{"name":"KSPROPSETID_OPMVideoOutput","features":[437]},{"name":"LOCAL_D3DFMT_DEFINES","features":[437]},{"name":"LOOK_DOWNSTREAM_ONLY","features":[437]},{"name":"LOOK_UPSTREAM_ONLY","features":[437]},{"name":"MACROBLOCK_DATA","features":[437]},{"name":"MACROBLOCK_FLAG_DIRTY","features":[437]},{"name":"MACROBLOCK_FLAG_HAS_MOTION_VECTOR","features":[437]},{"name":"MACROBLOCK_FLAG_HAS_QP","features":[437]},{"name":"MACROBLOCK_FLAG_MOTION","features":[437]},{"name":"MACROBLOCK_FLAG_SKIP","features":[437]},{"name":"MACROBLOCK_FLAG_VIDEO","features":[437]},{"name":"MAX_SUBSTREAMS","features":[437]},{"name":"MEAudioSessionDeviceRemoved","features":[437]},{"name":"MEAudioSessionDisconnected","features":[437]},{"name":"MEAudioSessionExclusiveModeOverride","features":[437]},{"name":"MEAudioSessionFormatChanged","features":[437]},{"name":"MEAudioSessionGroupingParamChanged","features":[437]},{"name":"MEAudioSessionIconChanged","features":[437]},{"name":"MEAudioSessionNameChanged","features":[437]},{"name":"MEAudioSessionServerShutdown","features":[437]},{"name":"MEAudioSessionVolumeChanged","features":[437]},{"name":"MEBufferingStarted","features":[437]},{"name":"MEBufferingStopped","features":[437]},{"name":"MEByteStreamCharacteristicsChanged","features":[437]},{"name":"MECaptureAudioSessionDeviceRemoved","features":[437]},{"name":"MECaptureAudioSessionDisconnected","features":[437]},{"name":"MECaptureAudioSessionExclusiveModeOverride","features":[437]},{"name":"MECaptureAudioSessionFormatChanged","features":[437]},{"name":"MECaptureAudioSessionServerShutdown","features":[437]},{"name":"MECaptureAudioSessionVolumeChanged","features":[437]},{"name":"MEConnectEnd","features":[437]},{"name":"MEConnectStart","features":[437]},{"name":"MEContentProtectionMessage","features":[437]},{"name":"MEContentProtectionMetadata","features":[437]},{"name":"MEDIASINK_CANNOT_MATCH_CLOCK","features":[437]},{"name":"MEDIASINK_CAN_PREROLL","features":[437]},{"name":"MEDIASINK_CLOCK_REQUIRED","features":[437]},{"name":"MEDIASINK_FIXED_STREAMS","features":[437]},{"name":"MEDIASINK_RATELESS","features":[437]},{"name":"MEDIASINK_REQUIRE_REFERENCE_MEDIATYPE","features":[437]},{"name":"MEDIASUBTYPE_420O","features":[437]},{"name":"MEDIASUBTYPE_708_608Data","features":[437]},{"name":"MEDIASUBTYPE_A2B10G10R10","features":[437]},{"name":"MEDIASUBTYPE_A2R10G10B10","features":[437]},{"name":"MEDIASUBTYPE_AI44","features":[437]},{"name":"MEDIASUBTYPE_AIFF","features":[437]},{"name":"MEDIASUBTYPE_ARGB1555","features":[437]},{"name":"MEDIASUBTYPE_ARGB1555_D3D_DX7_RT","features":[437]},{"name":"MEDIASUBTYPE_ARGB1555_D3D_DX9_RT","features":[437]},{"name":"MEDIASUBTYPE_ARGB32","features":[437]},{"name":"MEDIASUBTYPE_ARGB32_D3D_DX7_RT","features":[437]},{"name":"MEDIASUBTYPE_ARGB32_D3D_DX9_RT","features":[437]},{"name":"MEDIASUBTYPE_ARGB4444","features":[437]},{"name":"MEDIASUBTYPE_ARGB4444_D3D_DX7_RT","features":[437]},{"name":"MEDIASUBTYPE_ARGB4444_D3D_DX9_RT","features":[437]},{"name":"MEDIASUBTYPE_AU","features":[437]},{"name":"MEDIASUBTYPE_AVC1","features":[437]},{"name":"MEDIASUBTYPE_AYUV","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_NTSC_M","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_B","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_D","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_G","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_H","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_I","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_M","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_N","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_PAL_N_COMBO","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_B","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_D","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_G","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_H","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_K","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_K1","features":[437]},{"name":"MEDIASUBTYPE_AnalogVideo_SECAM_L","features":[437]},{"name":"MEDIASUBTYPE_Asf","features":[437]},{"name":"MEDIASUBTYPE_Avi","features":[437]},{"name":"MEDIASUBTYPE_CC_CONTAINER","features":[437]},{"name":"MEDIASUBTYPE_CFCC","features":[437]},{"name":"MEDIASUBTYPE_CLJR","features":[437]},{"name":"MEDIASUBTYPE_CLPL","features":[437]},{"name":"MEDIASUBTYPE_CPLA","features":[437]},{"name":"MEDIASUBTYPE_DOLBY_AC3_SPDIF","features":[437]},{"name":"MEDIASUBTYPE_DOLBY_DDPLUS","features":[437]},{"name":"MEDIASUBTYPE_DOLBY_TRUEHD","features":[437]},{"name":"MEDIASUBTYPE_DRM_Audio","features":[437]},{"name":"MEDIASUBTYPE_DTS2","features":[437]},{"name":"MEDIASUBTYPE_DTS_HD","features":[437]},{"name":"MEDIASUBTYPE_DTS_HD_HRA","features":[437]},{"name":"MEDIASUBTYPE_DVB_SUBTITLES","features":[437]},{"name":"MEDIASUBTYPE_DVCS","features":[437]},{"name":"MEDIASUBTYPE_DVM","features":[437]},{"name":"MEDIASUBTYPE_DVSD","features":[437]},{"name":"MEDIASUBTYPE_DssAudio","features":[437]},{"name":"MEDIASUBTYPE_DssVideo","features":[437]},{"name":"MEDIASUBTYPE_DtvCcData","features":[437]},{"name":"MEDIASUBTYPE_H264","features":[437]},{"name":"MEDIASUBTYPE_I420","features":[437]},{"name":"MEDIASUBTYPE_IA44","features":[437]},{"name":"MEDIASUBTYPE_IEEE_FLOAT","features":[437]},{"name":"MEDIASUBTYPE_IF09","features":[437]},{"name":"MEDIASUBTYPE_IJPG","features":[437]},{"name":"MEDIASUBTYPE_IMC1","features":[437]},{"name":"MEDIASUBTYPE_IMC2","features":[437]},{"name":"MEDIASUBTYPE_IMC3","features":[437]},{"name":"MEDIASUBTYPE_IMC4","features":[437]},{"name":"MEDIASUBTYPE_ISDB_CAPTIONS","features":[437]},{"name":"MEDIASUBTYPE_ISDB_SUPERIMPOSE","features":[437]},{"name":"MEDIASUBTYPE_IYUV","features":[437]},{"name":"MEDIASUBTYPE_Line21_BytePair","features":[437]},{"name":"MEDIASUBTYPE_Line21_GOPPacket","features":[437]},{"name":"MEDIASUBTYPE_Line21_VBIRawData","features":[437]},{"name":"MEDIASUBTYPE_M4S2","features":[437]},{"name":"MEDIASUBTYPE_MDVF","features":[437]},{"name":"MEDIASUBTYPE_MJPG","features":[437]},{"name":"MEDIASUBTYPE_MP42","features":[437]},{"name":"MEDIASUBTYPE_MP43","features":[437]},{"name":"MEDIASUBTYPE_MP4S","features":[437]},{"name":"MEDIASUBTYPE_MPEG1Audio","features":[437]},{"name":"MEDIASUBTYPE_MPEG1AudioPayload","features":[437]},{"name":"MEDIASUBTYPE_MPEG1Packet","features":[437]},{"name":"MEDIASUBTYPE_MPEG1Payload","features":[437]},{"name":"MEDIASUBTYPE_MPEG1System","features":[437]},{"name":"MEDIASUBTYPE_MPEG1Video","features":[437]},{"name":"MEDIASUBTYPE_MPEG1VideoCD","features":[437]},{"name":"MEDIASUBTYPE_MPEG_ADTS_AAC","features":[437]},{"name":"MEDIASUBTYPE_MPEG_HEAAC","features":[437]},{"name":"MEDIASUBTYPE_MPEG_LOAS","features":[437]},{"name":"MEDIASUBTYPE_MPEG_RAW_AAC","features":[437]},{"name":"MEDIASUBTYPE_MPG4","features":[437]},{"name":"MEDIASUBTYPE_MSAUDIO1","features":[437]},{"name":"MEDIASUBTYPE_MSS1","features":[437]},{"name":"MEDIASUBTYPE_MSS2","features":[437]},{"name":"MEDIASUBTYPE_NOKIA_MPEG_ADTS_AAC","features":[437]},{"name":"MEDIASUBTYPE_NOKIA_MPEG_RAW_AAC","features":[437]},{"name":"MEDIASUBTYPE_NV11","features":[437]},{"name":"MEDIASUBTYPE_NV12","features":[437]},{"name":"MEDIASUBTYPE_NV24","features":[437]},{"name":"MEDIASUBTYPE_None","features":[437]},{"name":"MEDIASUBTYPE_Overlay","features":[437]},{"name":"MEDIASUBTYPE_P010","features":[437]},{"name":"MEDIASUBTYPE_P016","features":[437]},{"name":"MEDIASUBTYPE_P208","features":[437]},{"name":"MEDIASUBTYPE_P210","features":[437]},{"name":"MEDIASUBTYPE_P216","features":[437]},{"name":"MEDIASUBTYPE_P408","features":[437]},{"name":"MEDIASUBTYPE_PCM","features":[437]},{"name":"MEDIASUBTYPE_PCMAudio_Obsolete","features":[437]},{"name":"MEDIASUBTYPE_Plum","features":[437]},{"name":"MEDIASUBTYPE_QTJpeg","features":[437]},{"name":"MEDIASUBTYPE_QTMovie","features":[437]},{"name":"MEDIASUBTYPE_QTRle","features":[437]},{"name":"MEDIASUBTYPE_QTRpza","features":[437]},{"name":"MEDIASUBTYPE_QTSmc","features":[437]},{"name":"MEDIASUBTYPE_RAW_AAC1","features":[437]},{"name":"MEDIASUBTYPE_RAW_SPORT","features":[437]},{"name":"MEDIASUBTYPE_RGB1","features":[437]},{"name":"MEDIASUBTYPE_RGB16_D3D_DX7_RT","features":[437]},{"name":"MEDIASUBTYPE_RGB16_D3D_DX9_RT","features":[437]},{"name":"MEDIASUBTYPE_RGB24","features":[437]},{"name":"MEDIASUBTYPE_RGB32","features":[437]},{"name":"MEDIASUBTYPE_RGB32_D3D_DX7_RT","features":[437]},{"name":"MEDIASUBTYPE_RGB32_D3D_DX9_RT","features":[437]},{"name":"MEDIASUBTYPE_RGB4","features":[437]},{"name":"MEDIASUBTYPE_RGB555","features":[437]},{"name":"MEDIASUBTYPE_RGB565","features":[437]},{"name":"MEDIASUBTYPE_RGB8","features":[437]},{"name":"MEDIASUBTYPE_S340","features":[437]},{"name":"MEDIASUBTYPE_S342","features":[437]},{"name":"MEDIASUBTYPE_SPDIF_TAG_241h","features":[437]},{"name":"MEDIASUBTYPE_TELETEXT","features":[437]},{"name":"MEDIASUBTYPE_TVMJ","features":[437]},{"name":"MEDIASUBTYPE_UYVY","features":[437]},{"name":"MEDIASUBTYPE_V216","features":[437]},{"name":"MEDIASUBTYPE_V410","features":[437]},{"name":"MEDIASUBTYPE_VBI","features":[437]},{"name":"MEDIASUBTYPE_VODAFONE_MPEG_ADTS_AAC","features":[437]},{"name":"MEDIASUBTYPE_VODAFONE_MPEG_RAW_AAC","features":[437]},{"name":"MEDIASUBTYPE_VPS","features":[437]},{"name":"MEDIASUBTYPE_VPVBI","features":[437]},{"name":"MEDIASUBTYPE_VPVideo","features":[437]},{"name":"MEDIASUBTYPE_WAKE","features":[437]},{"name":"MEDIASUBTYPE_WAVE","features":[437]},{"name":"MEDIASUBTYPE_WMASPDIF","features":[437]},{"name":"MEDIASUBTYPE_WMAUDIO2","features":[437]},{"name":"MEDIASUBTYPE_WMAUDIO3","features":[437]},{"name":"MEDIASUBTYPE_WMAUDIO4","features":[437]},{"name":"MEDIASUBTYPE_WMAUDIO_LOSSLESS","features":[437]},{"name":"MEDIASUBTYPE_WMV1","features":[437]},{"name":"MEDIASUBTYPE_WMV2","features":[437]},{"name":"MEDIASUBTYPE_WMV3","features":[437]},{"name":"MEDIASUBTYPE_WMVA","features":[437]},{"name":"MEDIASUBTYPE_WMVB","features":[437]},{"name":"MEDIASUBTYPE_WMVP","features":[437]},{"name":"MEDIASUBTYPE_WMVR","features":[437]},{"name":"MEDIASUBTYPE_WSS","features":[437]},{"name":"MEDIASUBTYPE_WVC1","features":[437]},{"name":"MEDIASUBTYPE_WVP2","features":[437]},{"name":"MEDIASUBTYPE_X264","features":[437]},{"name":"MEDIASUBTYPE_XDS","features":[437]},{"name":"MEDIASUBTYPE_Y210","features":[437]},{"name":"MEDIASUBTYPE_Y211","features":[437]},{"name":"MEDIASUBTYPE_Y216","features":[437]},{"name":"MEDIASUBTYPE_Y411","features":[437]},{"name":"MEDIASUBTYPE_Y41P","features":[437]},{"name":"MEDIASUBTYPE_Y41T","features":[437]},{"name":"MEDIASUBTYPE_Y42T","features":[437]},{"name":"MEDIASUBTYPE_YUY2","features":[437]},{"name":"MEDIASUBTYPE_YUYV","features":[437]},{"name":"MEDIASUBTYPE_YV12","features":[437]},{"name":"MEDIASUBTYPE_YVU9","features":[437]},{"name":"MEDIASUBTYPE_YVYU","features":[437]},{"name":"MEDIASUBTYPE_dv25","features":[437]},{"name":"MEDIASUBTYPE_dv50","features":[437]},{"name":"MEDIASUBTYPE_dvh1","features":[437]},{"name":"MEDIASUBTYPE_dvhd","features":[437]},{"name":"MEDIASUBTYPE_dvsl","features":[437]},{"name":"MEDIASUBTYPE_v210","features":[437]},{"name":"MEDIATYPE_AUXLine21Data","features":[437]},{"name":"MEDIATYPE_AUXTeletextPage","features":[437]},{"name":"MEDIATYPE_AnalogAudio","features":[437]},{"name":"MEDIATYPE_AnalogVideo","features":[437]},{"name":"MEDIATYPE_Audio","features":[437]},{"name":"MEDIATYPE_CC_CONTAINER","features":[437]},{"name":"MEDIATYPE_DTVCCData","features":[437]},{"name":"MEDIATYPE_File","features":[437]},{"name":"MEDIATYPE_Interleaved","features":[437]},{"name":"MEDIATYPE_LMRT","features":[437]},{"name":"MEDIATYPE_MPEG1SystemStream","features":[437]},{"name":"MEDIATYPE_MSTVCaption","features":[437]},{"name":"MEDIATYPE_Midi","features":[437]},{"name":"MEDIATYPE_ScriptCommand","features":[437]},{"name":"MEDIATYPE_Stream","features":[437]},{"name":"MEDIATYPE_Text","features":[437]},{"name":"MEDIATYPE_Timecode","features":[437]},{"name":"MEDIATYPE_URL_STREAM","features":[437]},{"name":"MEDIATYPE_VBI","features":[437]},{"name":"MEDIATYPE_Video","features":[437]},{"name":"MEDIA_EVENT_GENERATOR_GET_EVENT_FLAGS","features":[437]},{"name":"MEDeviceStreamCreated","features":[437]},{"name":"MEDeviceThermalStateChanged","features":[437]},{"name":"MEEnablerCompleted","features":[437]},{"name":"MEEnablerProgress","features":[437]},{"name":"MEEncodingParameters","features":[437]},{"name":"MEEndOfPresentation","features":[437]},{"name":"MEEndOfPresentationSegment","features":[437]},{"name":"MEEndOfStream","features":[437]},{"name":"MEError","features":[437]},{"name":"MEExtendedType","features":[437]},{"name":"MEGenericV1Anchor","features":[437]},{"name":"MEIndividualizationCompleted","features":[437]},{"name":"MEIndividualizationStart","features":[437]},{"name":"MELicenseAcquisitionCompleted","features":[437]},{"name":"MELicenseAcquisitionStart","features":[437]},{"name":"MEMediaSample","features":[437]},{"name":"MENewPresentation","features":[437]},{"name":"MENewStream","features":[437]},{"name":"MENonFatalError","features":[437]},{"name":"MEPolicyChanged","features":[437]},{"name":"MEPolicyError","features":[437]},{"name":"MEPolicyReport","features":[437]},{"name":"MEPolicySet","features":[437]},{"name":"MEQualityNotify","features":[437]},{"name":"MEReconnectEnd","features":[437]},{"name":"MEReconnectStart","features":[437]},{"name":"MERendererEvent","features":[437]},{"name":"MEReservedMax","features":[437]},{"name":"MESequencerSourceTopologyUpdated","features":[437]},{"name":"MESessionCapabilitiesChanged","features":[437]},{"name":"MESessionClosed","features":[437]},{"name":"MESessionEnded","features":[437]},{"name":"MESessionNotifyPresentationTime","features":[437]},{"name":"MESessionPaused","features":[437]},{"name":"MESessionRateChanged","features":[437]},{"name":"MESessionScrubSampleComplete","features":[437]},{"name":"MESessionStarted","features":[437]},{"name":"MESessionStopped","features":[437]},{"name":"MESessionStreamSinkFormatChanged","features":[437]},{"name":"MESessionTopologiesCleared","features":[437]},{"name":"MESessionTopologySet","features":[437]},{"name":"MESessionTopologyStatus","features":[437]},{"name":"MESessionUnknown","features":[437]},{"name":"MESessionV1Anchor","features":[437]},{"name":"MESinkInvalidated","features":[437]},{"name":"MESinkUnknown","features":[437]},{"name":"MESinkV1Anchor","features":[437]},{"name":"MESinkV2Anchor","features":[437]},{"name":"MESourceCharacteristicsChanged","features":[437]},{"name":"MESourceMetadataChanged","features":[437]},{"name":"MESourcePaused","features":[437]},{"name":"MESourceRateChangeRequested","features":[437]},{"name":"MESourceRateChanged","features":[437]},{"name":"MESourceSeeked","features":[437]},{"name":"MESourceStarted","features":[437]},{"name":"MESourceStopped","features":[437]},{"name":"MESourceUnknown","features":[437]},{"name":"MESourceV1Anchor","features":[437]},{"name":"MEStreamFormatChanged","features":[437]},{"name":"MEStreamPaused","features":[437]},{"name":"MEStreamSeeked","features":[437]},{"name":"MEStreamSinkDeviceChanged","features":[437]},{"name":"MEStreamSinkFormatChanged","features":[437]},{"name":"MEStreamSinkFormatInvalidated","features":[437]},{"name":"MEStreamSinkMarker","features":[437]},{"name":"MEStreamSinkPaused","features":[437]},{"name":"MEStreamSinkPrerolled","features":[437]},{"name":"MEStreamSinkRateChanged","features":[437]},{"name":"MEStreamSinkRequestSample","features":[437]},{"name":"MEStreamSinkScrubSampleComplete","features":[437]},{"name":"MEStreamSinkStarted","features":[437]},{"name":"MEStreamSinkStopped","features":[437]},{"name":"MEStreamStarted","features":[437]},{"name":"MEStreamStopped","features":[437]},{"name":"MEStreamThinMode","features":[437]},{"name":"MEStreamTick","features":[437]},{"name":"METransformDrainComplete","features":[437]},{"name":"METransformHaveOutput","features":[437]},{"name":"METransformInputStreamStateChanged","features":[437]},{"name":"METransformMarker","features":[437]},{"name":"METransformNeedInput","features":[437]},{"name":"METransformUnknown","features":[437]},{"name":"METrustUnknown","features":[437]},{"name":"METrustV1Anchor","features":[437]},{"name":"MEUnknown","features":[437]},{"name":"MEUpdatedStream","features":[437]},{"name":"MEVideoCaptureDevicePreempted","features":[437]},{"name":"MEVideoCaptureDeviceRemoved","features":[437]},{"name":"MEWMDRMIndividualizationCompleted","features":[437]},{"name":"MEWMDRMIndividualizationProgress","features":[437]},{"name":"MEWMDRMLicenseAcquisitionCompleted","features":[437]},{"name":"MEWMDRMLicenseBackupCompleted","features":[437]},{"name":"MEWMDRMLicenseBackupProgress","features":[437]},{"name":"MEWMDRMLicenseRestoreCompleted","features":[437]},{"name":"MEWMDRMLicenseRestoreProgress","features":[437]},{"name":"MEWMDRMLicenseStoreCleaned","features":[437]},{"name":"MEWMDRMProximityCompleted","features":[437]},{"name":"MEWMDRMRevocationDownloadCompleted","features":[437]},{"name":"MEWMDRMV1Anchor","features":[437]},{"name":"MF2DBuffer_LockFlags","features":[437]},{"name":"MF2DBuffer_LockFlags_ForceDWORD","features":[437]},{"name":"MF2DBuffer_LockFlags_LockTypeMask","features":[437]},{"name":"MF2DBuffer_LockFlags_Read","features":[437]},{"name":"MF2DBuffer_LockFlags_ReadWrite","features":[437]},{"name":"MF2DBuffer_LockFlags_Write","features":[437]},{"name":"MF3DVideoOutputType","features":[437]},{"name":"MF3DVideoOutputType_BaseView","features":[437]},{"name":"MF3DVideoOutputType_Stereo","features":[437]},{"name":"MFAMRNBByteStreamHandler","features":[437]},{"name":"MFAMRNBSinkClassFactory","features":[437]},{"name":"MFARGB","features":[437]},{"name":"MFASFINDEXER_APPROX_SEEK_TIME_UNKNOWN","features":[437]},{"name":"MFASFINDEXER_NO_FIXED_INTERVAL","features":[437]},{"name":"MFASFINDEXER_PER_ENTRY_BYTES_DYNAMIC","features":[437]},{"name":"MFASFINDEXER_READ_FOR_REVERSEPLAYBACK_OUTOFDATASEGMENT","features":[437]},{"name":"MFASFINDEXER_TYPE_TIMECODE","features":[437]},{"name":"MFASFMutexType_Bitrate","features":[437]},{"name":"MFASFMutexType_Language","features":[437]},{"name":"MFASFMutexType_Presentation","features":[437]},{"name":"MFASFMutexType_Unknown","features":[437]},{"name":"MFASFSPLITTER_PACKET_BOUNDARY","features":[437]},{"name":"MFASFSampleExtension_ContentType","features":[437]},{"name":"MFASFSampleExtension_Encryption_KeyID","features":[437]},{"name":"MFASFSampleExtension_Encryption_SampleID","features":[437]},{"name":"MFASFSampleExtension_FileName","features":[437]},{"name":"MFASFSampleExtension_OutputCleanPoint","features":[437]},{"name":"MFASFSampleExtension_PixelAspectRatio","features":[437]},{"name":"MFASFSampleExtension_SMPTE","features":[437]},{"name":"MFASFSampleExtension_SampleDuration","features":[437]},{"name":"MFASF_DEFAULT_BUFFER_WINDOW_MS","features":[437]},{"name":"MFASF_INDEXER_FLAGS","features":[437]},{"name":"MFASF_INDEXER_READ_FOR_REVERSEPLAYBACK","features":[437]},{"name":"MFASF_INDEXER_WRITE_FOR_LIVEREAD","features":[437]},{"name":"MFASF_INDEXER_WRITE_NEW_INDEX","features":[437]},{"name":"MFASF_INVALID_STREAM_NUMBER","features":[437]},{"name":"MFASF_MAX_STREAM_NUMBER","features":[437]},{"name":"MFASF_MULTIPLEXERFLAGS","features":[437]},{"name":"MFASF_MULTIPLEXER_AUTOADJUST_BITRATE","features":[437]},{"name":"MFASF_PAYLOADEXTENSION_MAX_SIZE","features":[437]},{"name":"MFASF_PAYLOADEXTENSION_VARIABLE_SIZE","features":[437]},{"name":"MFASF_SPLITTERFLAGS","features":[437]},{"name":"MFASF_SPLITTER_REVERSE","features":[437]},{"name":"MFASF_SPLITTER_WMDRM","features":[437]},{"name":"MFASF_STREAMSELECTOR_DISABLE_THINNING","features":[437]},{"name":"MFASF_STREAMSELECTOR_FLAGS","features":[437]},{"name":"MFASF_STREAMSELECTOR_USE_AVERAGE_BITRATE","features":[437]},{"name":"MFASYNCRESULT","features":[437]},{"name":"MFASYNC_BLOCKING_CALLBACK","features":[437]},{"name":"MFASYNC_CALLBACK_QUEUE_ALL","features":[437]},{"name":"MFASYNC_CALLBACK_QUEUE_IO","features":[437]},{"name":"MFASYNC_CALLBACK_QUEUE_LONG_FUNCTION","features":[437]},{"name":"MFASYNC_CALLBACK_QUEUE_MULTITHREADED","features":[437]},{"name":"MFASYNC_CALLBACK_QUEUE_PRIVATE_MASK","features":[437]},{"name":"MFASYNC_CALLBACK_QUEUE_RT","features":[437]},{"name":"MFASYNC_CALLBACK_QUEUE_STANDARD","features":[437]},{"name":"MFASYNC_CALLBACK_QUEUE_TIMER","features":[437]},{"name":"MFASYNC_CALLBACK_QUEUE_UNDEFINED","features":[437]},{"name":"MFASYNC_FAST_IO_PROCESSING_CALLBACK","features":[437]},{"name":"MFASYNC_LOCALIZE_REMOTE_CALLBACK","features":[437]},{"name":"MFASYNC_REPLY_CALLBACK","features":[437]},{"name":"MFASYNC_SIGNAL_CALLBACK","features":[437]},{"name":"MFASYNC_WORKQUEUE_TYPE","features":[437]},{"name":"MFAYUVSample","features":[437]},{"name":"MFAddPeriodicCallback","features":[437]},{"name":"MFAllocateSerialWorkQueue","features":[437]},{"name":"MFAllocateWorkQueue","features":[437]},{"name":"MFAllocateWorkQueueEx","features":[437]},{"name":"MFAudioConstriction","features":[437]},{"name":"MFAudioDecoderDegradationInfo","features":[437]},{"name":"MFAudioFormat_AAC","features":[437]},{"name":"MFAudioFormat_AAC_HDCP","features":[437]},{"name":"MFAudioFormat_ADTS","features":[437]},{"name":"MFAudioFormat_ADTS_HDCP","features":[437]},{"name":"MFAudioFormat_ALAC","features":[437]},{"name":"MFAudioFormat_AMR_NB","features":[437]},{"name":"MFAudioFormat_AMR_WB","features":[437]},{"name":"MFAudioFormat_AMR_WP","features":[437]},{"name":"MFAudioFormat_Base","features":[437]},{"name":"MFAudioFormat_Base_HDCP","features":[437]},{"name":"MFAudioFormat_DRM","features":[437]},{"name":"MFAudioFormat_DTS","features":[437]},{"name":"MFAudioFormat_DTS_HD","features":[437]},{"name":"MFAudioFormat_DTS_LBR","features":[437]},{"name":"MFAudioFormat_DTS_RAW","features":[437]},{"name":"MFAudioFormat_DTS_UHD","features":[437]},{"name":"MFAudioFormat_DTS_UHDY","features":[437]},{"name":"MFAudioFormat_DTS_XLL","features":[437]},{"name":"MFAudioFormat_Dolby_AC3","features":[437]},{"name":"MFAudioFormat_Dolby_AC3_HDCP","features":[437]},{"name":"MFAudioFormat_Dolby_AC3_SPDIF","features":[437]},{"name":"MFAudioFormat_Dolby_AC4","features":[437]},{"name":"MFAudioFormat_Dolby_AC4_V1","features":[437]},{"name":"MFAudioFormat_Dolby_AC4_V1_ES","features":[437]},{"name":"MFAudioFormat_Dolby_AC4_V2","features":[437]},{"name":"MFAudioFormat_Dolby_AC4_V2_ES","features":[437]},{"name":"MFAudioFormat_Dolby_DDPlus","features":[437]},{"name":"MFAudioFormat_FLAC","features":[437]},{"name":"MFAudioFormat_Float","features":[437]},{"name":"MFAudioFormat_Float_SpatialObjects","features":[437]},{"name":"MFAudioFormat_LPCM","features":[437]},{"name":"MFAudioFormat_MP3","features":[437]},{"name":"MFAudioFormat_MPEG","features":[437]},{"name":"MFAudioFormat_MSP1","features":[437]},{"name":"MFAudioFormat_Opus","features":[437]},{"name":"MFAudioFormat_PCM","features":[437]},{"name":"MFAudioFormat_PCM_HDCP","features":[437]},{"name":"MFAudioFormat_Vorbis","features":[437]},{"name":"MFAudioFormat_WMASPDIF","features":[437]},{"name":"MFAudioFormat_WMAudioV8","features":[437]},{"name":"MFAudioFormat_WMAudioV9","features":[437]},{"name":"MFAudioFormat_WMAudio_Lossless","features":[437]},{"name":"MFAverageTimePerFrameToFrameRate","features":[437]},{"name":"MFBYTESTREAM_BUFFERING_PARAMS","features":[437]},{"name":"MFBYTESTREAM_DOES_NOT_USE_NETWORK","features":[437]},{"name":"MFBYTESTREAM_HAS_SLOW_SEEK","features":[437]},{"name":"MFBYTESTREAM_IS_DIRECTORY","features":[437]},{"name":"MFBYTESTREAM_IS_PARTIALLY_DOWNLOADED","features":[437]},{"name":"MFBYTESTREAM_IS_READABLE","features":[437]},{"name":"MFBYTESTREAM_IS_REMOTE","features":[437]},{"name":"MFBYTESTREAM_IS_SEEKABLE","features":[437]},{"name":"MFBYTESTREAM_IS_WRITABLE","features":[437]},{"name":"MFBYTESTREAM_SEEK_FLAG_CANCEL_PENDING_IO","features":[437]},{"name":"MFBYTESTREAM_SEEK_ORIGIN","features":[437]},{"name":"MFBYTESTREAM_SHARE_WRITE","features":[437]},{"name":"MFBeginCreateFile","features":[437]},{"name":"MFBeginRegisterWorkQueueWithMMCSS","features":[437]},{"name":"MFBeginRegisterWorkQueueWithMMCSSEx","features":[437]},{"name":"MFBeginUnregisterWorkQueueWithMMCSS","features":[437]},{"name":"MFCAPTURE_METADATA_SCANLINE_VERTICAL","features":[437]},{"name":"MFCAPTURE_METADATA_SCAN_BOTTOM_TOP","features":[437]},{"name":"MFCAPTURE_METADATA_SCAN_RIGHT_LEFT","features":[437]},{"name":"MFCLOCK_CHARACTERISTICS_FLAGS","features":[437]},{"name":"MFCLOCK_CHARACTERISTICS_FLAG_ALWAYS_RUNNING","features":[437]},{"name":"MFCLOCK_CHARACTERISTICS_FLAG_FREQUENCY_10MHZ","features":[437]},{"name":"MFCLOCK_CHARACTERISTICS_FLAG_IS_SYSTEM_CLOCK","features":[437]},{"name":"MFCLOCK_FREQUENCY_HNS","features":[437]},{"name":"MFCLOCK_JITTER_DPC","features":[437]},{"name":"MFCLOCK_JITTER_ISR","features":[437]},{"name":"MFCLOCK_JITTER_PASSIVE","features":[437]},{"name":"MFCLOCK_PROPERTIES","features":[437]},{"name":"MFCLOCK_RELATIONAL_FLAGS","features":[437]},{"name":"MFCLOCK_RELATIONAL_FLAG_JITTER_NEVER_AHEAD","features":[437]},{"name":"MFCLOCK_STATE","features":[437]},{"name":"MFCLOCK_STATE_INVALID","features":[437]},{"name":"MFCLOCK_STATE_PAUSED","features":[437]},{"name":"MFCLOCK_STATE_RUNNING","features":[437]},{"name":"MFCLOCK_STATE_STOPPED","features":[437]},{"name":"MFCLOCK_TOLERANCE_UNKNOWN","features":[437]},{"name":"MFCONNECTOR_AGP","features":[437]},{"name":"MFCONNECTOR_COMPONENT","features":[437]},{"name":"MFCONNECTOR_COMPOSITE","features":[437]},{"name":"MFCONNECTOR_DISPLAYPORT_EMBEDDED","features":[437]},{"name":"MFCONNECTOR_DISPLAYPORT_EXTERNAL","features":[437]},{"name":"MFCONNECTOR_DVI","features":[437]},{"name":"MFCONNECTOR_D_JPN","features":[437]},{"name":"MFCONNECTOR_HDMI","features":[437]},{"name":"MFCONNECTOR_LVDS","features":[437]},{"name":"MFCONNECTOR_MIRACAST","features":[437]},{"name":"MFCONNECTOR_PCI","features":[437]},{"name":"MFCONNECTOR_PCIX","features":[437]},{"name":"MFCONNECTOR_PCI_Express","features":[437]},{"name":"MFCONNECTOR_SDI","features":[437]},{"name":"MFCONNECTOR_SPDIF","features":[437]},{"name":"MFCONNECTOR_SVIDEO","features":[437]},{"name":"MFCONNECTOR_TRANSPORT_AGNOSTIC_DIGITAL_MODE_A","features":[437]},{"name":"MFCONNECTOR_TRANSPORT_AGNOSTIC_DIGITAL_MODE_B","features":[437]},{"name":"MFCONNECTOR_UDI_EMBEDDED","features":[437]},{"name":"MFCONNECTOR_UDI_EXTERNAL","features":[437]},{"name":"MFCONNECTOR_UNKNOWN","features":[437]},{"name":"MFCONNECTOR_VGA","features":[437]},{"name":"MFCONTENTPROTECTIONDEVICE_FUNCTIONID_START","features":[437]},{"name":"MFCONTENTPROTECTIONDEVICE_INPUT_DATA","features":[437]},{"name":"MFCONTENTPROTECTIONDEVICE_OUTPUT_DATA","features":[437]},{"name":"MFCONTENTPROTECTIONDEVICE_REALTIMECLIENT_DATA","features":[437]},{"name":"MFCONTENTPROTECTIONDEVICE_REALTIMECLIENT_DATA_FUNCTIONID","features":[437]},{"name":"MFCalculateBitmapImageSize","features":[305,317,437]},{"name":"MFCalculateImageSize","features":[437]},{"name":"MFCameraExtrinsic_CalibratedTransform","features":[437]},{"name":"MFCameraExtrinsics","features":[437]},{"name":"MFCameraIntrinsic_CameraModel","features":[437]},{"name":"MFCameraIntrinsic_DistortionModel","features":[437]},{"name":"MFCameraIntrinsic_DistortionModel6KT","features":[437]},{"name":"MFCameraIntrinsic_DistortionModelArcTan","features":[437]},{"name":"MFCameraIntrinsic_DistortionModelType","features":[437]},{"name":"MFCameraIntrinsic_DistortionModelType_6KT","features":[437]},{"name":"MFCameraIntrinsic_DistortionModelType_ArcTan","features":[437]},{"name":"MFCameraIntrinsic_PinholeCameraModel","features":[437]},{"name":"MFCameraOcclusionState","features":[437]},{"name":"MFCameraOcclusionState_OccludedByCameraHardware","features":[437]},{"name":"MFCameraOcclusionState_OccludedByLid","features":[437]},{"name":"MFCameraOcclusionState_Open","features":[437]},{"name":"MFCancelCreateFile","features":[437]},{"name":"MFCancelWorkItem","features":[437]},{"name":"MFCombineSamples","features":[305,437]},{"name":"MFCompareFullToPartialMediaType","features":[305,437]},{"name":"MFConvertColorInfoFromDXVA","features":[305,437]},{"name":"MFConvertColorInfoToDXVA","features":[305,437]},{"name":"MFConvertFromFP16Array","features":[437]},{"name":"MFConvertToFP16Array","features":[437]},{"name":"MFCopyImage","features":[437]},{"name":"MFCreate2DMediaBuffer","features":[305,437]},{"name":"MFCreate3GPMediaSink","features":[437]},{"name":"MFCreateAC3MediaSink","features":[437]},{"name":"MFCreateADTSMediaSink","features":[437]},{"name":"MFCreateAMMediaTypeFromMFMediaType","features":[305,437]},{"name":"MFCreateASFContentInfo","features":[437]},{"name":"MFCreateASFIndexer","features":[437]},{"name":"MFCreateASFIndexerByteStream","features":[437]},{"name":"MFCreateASFMediaSink","features":[437]},{"name":"MFCreateASFMediaSinkActivate","features":[437]},{"name":"MFCreateASFMultiplexer","features":[437]},{"name":"MFCreateASFProfile","features":[437]},{"name":"MFCreateASFProfileFromPresentationDescriptor","features":[437]},{"name":"MFCreateASFSplitter","features":[437]},{"name":"MFCreateASFStreamSelector","features":[437]},{"name":"MFCreateASFStreamingMediaSink","features":[437]},{"name":"MFCreateASFStreamingMediaSinkActivate","features":[437]},{"name":"MFCreateAVIMediaSink","features":[437]},{"name":"MFCreateAggregateSource","features":[437]},{"name":"MFCreateAlignedMemoryBuffer","features":[437]},{"name":"MFCreateAsyncResult","features":[437]},{"name":"MFCreateAttributes","features":[437]},{"name":"MFCreateAudioMediaType","features":[428,437]},{"name":"MFCreateAudioRenderer","features":[437]},{"name":"MFCreateAudioRendererActivate","features":[437]},{"name":"MFCreateCameraControlMonitor","features":[437]},{"name":"MFCreateCameraOcclusionStateMonitor","features":[437]},{"name":"MFCreateCollection","features":[437]},{"name":"MFCreateContentDecryptorContext","features":[437]},{"name":"MFCreateContentProtectionDevice","features":[437]},{"name":"MFCreateCredentialCache","features":[437]},{"name":"MFCreateD3D12SynchronizationObject","features":[354,437]},{"name":"MFCreateDXGIDeviceManager","features":[437]},{"name":"MFCreateDXGISurfaceBuffer","features":[305,437]},{"name":"MFCreateDXSurfaceBuffer","features":[305,437]},{"name":"MFCreateDeviceSource","features":[437]},{"name":"MFCreateDeviceSourceActivate","features":[437]},{"name":"MFCreateEncryptedMediaExtensionsStoreActivate","features":[437,358]},{"name":"MFCreateEventQueue","features":[437]},{"name":"MFCreateExtendedCameraIntrinsicModel","features":[437]},{"name":"MFCreateExtendedCameraIntrinsics","features":[437]},{"name":"MFCreateFMPEG4MediaSink","features":[437]},{"name":"MFCreateFile","features":[437]},{"name":"MFCreateLegacyMediaBufferOnMFMediaBuffer","features":[441,437]},{"name":"MFCreateMFByteStreamOnStream","features":[437,358]},{"name":"MFCreateMFByteStreamOnStreamEx","features":[437]},{"name":"MFCreateMFByteStreamWrapper","features":[437]},{"name":"MFCreateMFVideoFormatFromMFMediaType","features":[305,437]},{"name":"MFCreateMP3MediaSink","features":[437]},{"name":"MFCreateMPEG4MediaSink","features":[437]},{"name":"MFCreateMediaBufferFromMediaType","features":[437]},{"name":"MFCreateMediaBufferWrapper","features":[437]},{"name":"MFCreateMediaEvent","features":[305,437,392,360]},{"name":"MFCreateMediaExtensionActivate","features":[437]},{"name":"MFCreateMediaSession","features":[437]},{"name":"MFCreateMediaType","features":[437]},{"name":"MFCreateMediaTypeFromProperties","features":[437]},{"name":"MFCreateMediaTypeFromRepresentation","features":[437]},{"name":"MFCreateMemoryBuffer","features":[437]},{"name":"MFCreateMuxSink","features":[437]},{"name":"MFCreateMuxStreamAttributes","features":[437]},{"name":"MFCreateMuxStreamMediaType","features":[437]},{"name":"MFCreateMuxStreamSample","features":[437]},{"name":"MFCreateNetSchemePlugin","features":[437]},{"name":"MFCreatePMPMediaSession","features":[437]},{"name":"MFCreatePMPServer","features":[437]},{"name":"MFCreatePresentationClock","features":[437]},{"name":"MFCreatePresentationDescriptor","features":[437]},{"name":"MFCreatePresentationDescriptorFromASFProfile","features":[437]},{"name":"MFCreatePropertiesFromMediaType","features":[437]},{"name":"MFCreateProtectedEnvironmentAccess","features":[437]},{"name":"MFCreateProxyLocator","features":[437,430]},{"name":"MFCreateRelativePanelWatcher","features":[437]},{"name":"MFCreateRemoteDesktopPlugin","features":[437]},{"name":"MFCreateSample","features":[437]},{"name":"MFCreateSampleCopierMFT","features":[437]},{"name":"MFCreateSampleGrabberSinkActivate","features":[437]},{"name":"MFCreateSensorActivityMonitor","features":[437]},{"name":"MFCreateSensorGroup","features":[437]},{"name":"MFCreateSensorProfile","features":[437]},{"name":"MFCreateSensorProfileCollection","features":[437]},{"name":"MFCreateSensorStream","features":[437]},{"name":"MFCreateSequencerSegmentOffset","features":[305,437,392,360]},{"name":"MFCreateSequencerSource","features":[437]},{"name":"MFCreateSimpleTypeHandler","features":[437]},{"name":"MFCreateSinkWriterFromMediaSink","features":[437]},{"name":"MFCreateSinkWriterFromURL","features":[437]},{"name":"MFCreateSourceReaderFromByteStream","features":[437]},{"name":"MFCreateSourceReaderFromMediaSource","features":[437]},{"name":"MFCreateSourceReaderFromURL","features":[437]},{"name":"MFCreateSourceResolver","features":[437]},{"name":"MFCreateStandardQualityManager","features":[437]},{"name":"MFCreateStreamDescriptor","features":[437]},{"name":"MFCreateStreamOnMFByteStream","features":[437,358]},{"name":"MFCreateStreamOnMFByteStreamEx","features":[437]},{"name":"MFCreateSystemTimeSource","features":[437]},{"name":"MFCreateTempFile","features":[437]},{"name":"MFCreateTopoLoader","features":[437]},{"name":"MFCreateTopology","features":[437]},{"name":"MFCreateTopologyNode","features":[437]},{"name":"MFCreateTrackedSample","features":[437]},{"name":"MFCreateTranscodeProfile","features":[437]},{"name":"MFCreateTranscodeSinkActivate","features":[437]},{"name":"MFCreateTranscodeTopology","features":[437]},{"name":"MFCreateTranscodeTopologyFromByteStream","features":[437]},{"name":"MFCreateTransformActivate","features":[437]},{"name":"MFCreateVideoMediaType","features":[305,437]},{"name":"MFCreateVideoMediaTypeFromBitMapInfoHeader","features":[317,437]},{"name":"MFCreateVideoMediaTypeFromBitMapInfoHeaderEx","features":[317,437]},{"name":"MFCreateVideoMediaTypeFromSubtype","features":[437]},{"name":"MFCreateVideoMixer","features":[437]},{"name":"MFCreateVideoMixerAndPresenter","features":[437]},{"name":"MFCreateVideoPresenter","features":[437]},{"name":"MFCreateVideoRenderer","features":[437]},{"name":"MFCreateVideoRendererActivate","features":[305,437]},{"name":"MFCreateVideoSampleAllocator","features":[437]},{"name":"MFCreateVideoSampleAllocatorEx","features":[437]},{"name":"MFCreateVideoSampleFromSurface","features":[437]},{"name":"MFCreateVirtualCamera","features":[437]},{"name":"MFCreateWAVEMediaSink","features":[437]},{"name":"MFCreateWICBitmapBuffer","features":[437]},{"name":"MFCreateWMAEncoderActivate","features":[437,430]},{"name":"MFCreateWMVEncoderActivate","features":[437,430]},{"name":"MFCreateWaveFormatExFromMFMediaType","features":[428,437]},{"name":"MFDepthMeasurement","features":[437]},{"name":"MFDeserializeAttributesFromStream","features":[437,358]},{"name":"MFDeserializePresentationDescriptor","features":[437]},{"name":"MFENABLETYPE_MF_RebootRequired","features":[437]},{"name":"MFENABLETYPE_MF_UpdateRevocationInformation","features":[437]},{"name":"MFENABLETYPE_MF_UpdateUntrustedComponent","features":[437]},{"name":"MFENABLETYPE_WMDRMV1_LicenseAcquisition","features":[437]},{"name":"MFENABLETYPE_WMDRMV7_Individualization","features":[437]},{"name":"MFENABLETYPE_WMDRMV7_LicenseAcquisition","features":[437]},{"name":"MFEVRDLL","features":[437]},{"name":"MFEndCreateFile","features":[437]},{"name":"MFEndRegisterWorkQueueWithMMCSS","features":[437]},{"name":"MFEndUnregisterWorkQueueWithMMCSS","features":[437]},{"name":"MFEnumDeviceSources","features":[437]},{"name":"MFExtendedCameraIntrinsic_IntrinsicModel","features":[437]},{"name":"MFFLACBytestreamHandler","features":[437]},{"name":"MFFLACSinkClassFactory","features":[437]},{"name":"MFFOLDDOWN_MATRIX","features":[437]},{"name":"MFFrameRateToAverageTimePerFrame","features":[437]},{"name":"MFFrameSourceTypes","features":[437]},{"name":"MFFrameSourceTypes_Color","features":[437]},{"name":"MFFrameSourceTypes_Custom","features":[437]},{"name":"MFFrameSourceTypes_Depth","features":[437]},{"name":"MFFrameSourceTypes_Image","features":[437]},{"name":"MFFrameSourceTypes_Infrared","features":[437]},{"name":"MFGetAttributesAsBlob","features":[437]},{"name":"MFGetAttributesAsBlobSize","features":[437]},{"name":"MFGetContentProtectionSystemCLSID","features":[437]},{"name":"MFGetLocalId","features":[437]},{"name":"MFGetMFTMerit","features":[437]},{"name":"MFGetPlaneSize","features":[437]},{"name":"MFGetPluginControl","features":[437]},{"name":"MFGetService","features":[437]},{"name":"MFGetStrideForBitmapInfoHeader","features":[437]},{"name":"MFGetSupportedMimeTypes","features":[305,437,392,360]},{"name":"MFGetSupportedSchemes","features":[305,437,392,360]},{"name":"MFGetSystemId","features":[437]},{"name":"MFGetSystemTime","features":[437]},{"name":"MFGetTimerPeriodicity","features":[437]},{"name":"MFGetTopoNodeCurrentType","features":[305,437]},{"name":"MFGetUncompressedVideoFormat","features":[305,437]},{"name":"MFGetWorkQueueMMCSSClass","features":[437]},{"name":"MFGetWorkQueueMMCSSPriority","features":[437]},{"name":"MFGetWorkQueueMMCSSTaskId","features":[437]},{"name":"MFHeapAlloc","features":[437]},{"name":"MFHeapFree","features":[437]},{"name":"MFINPUTTRUSTAUTHORITY_ACCESS_ACTION","features":[437]},{"name":"MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS","features":[437]},{"name":"MFImageFormat_JPEG","features":[437]},{"name":"MFImageFormat_RGB32","features":[437]},{"name":"MFInitAMMediaTypeFromMFMediaType","features":[305,437]},{"name":"MFInitAttributesFromBlob","features":[437]},{"name":"MFInitMediaTypeFromAMMediaType","features":[305,437]},{"name":"MFInitMediaTypeFromMFVideoFormat","features":[305,437]},{"name":"MFInitMediaTypeFromMPEG1VideoInfo","features":[305,317,437]},{"name":"MFInitMediaTypeFromMPEG2VideoInfo","features":[305,317,437]},{"name":"MFInitMediaTypeFromVideoInfoHeader","features":[305,317,437]},{"name":"MFInitMediaTypeFromVideoInfoHeader2","features":[305,317,437]},{"name":"MFInitMediaTypeFromWaveFormatEx","features":[428,437]},{"name":"MFInitVideoFormat","features":[305,437]},{"name":"MFInitVideoFormat_RGB","features":[305,437]},{"name":"MFInvokeCallback","features":[437]},{"name":"MFIsContentProtectionDeviceSupported","features":[305,437]},{"name":"MFIsFormatYUV","features":[305,437]},{"name":"MFIsVirtualCameraTypeSupported","features":[305,437]},{"name":"MFLoadSignedLibrary","features":[437]},{"name":"MFLockDXGIDeviceManager","features":[437]},{"name":"MFLockPlatform","features":[437]},{"name":"MFLockSharedWorkQueue","features":[437]},{"name":"MFLockWorkQueue","features":[437]},{"name":"MFMEDIASOURCE_CAN_PAUSE","features":[437]},{"name":"MFMEDIASOURCE_CAN_SEEK","features":[437]},{"name":"MFMEDIASOURCE_CAN_SKIPBACKWARD","features":[437]},{"name":"MFMEDIASOURCE_CAN_SKIPFORWARD","features":[437]},{"name":"MFMEDIASOURCE_CHARACTERISTICS","features":[437]},{"name":"MFMEDIASOURCE_DOES_NOT_USE_NETWORK","features":[437]},{"name":"MFMEDIASOURCE_HAS_MULTIPLE_PRESENTATIONS","features":[437]},{"name":"MFMEDIASOURCE_HAS_SLOW_SEEK","features":[437]},{"name":"MFMEDIASOURCE_IS_LIVE","features":[437]},{"name":"MFMPEG2DLNASINKSTATS","features":[305,437]},{"name":"MFMPEG4Format_Base","features":[437]},{"name":"MFMapDX9FormatToDXGIFormat","features":[402,437]},{"name":"MFMapDXGIFormatToDX9Format","features":[402,437]},{"name":"MFMediaKeyStatus","features":[437]},{"name":"MFMediaType_Audio","features":[437]},{"name":"MFMediaType_Binary","features":[437]},{"name":"MFMediaType_Default","features":[437]},{"name":"MFMediaType_FileTransfer","features":[437]},{"name":"MFMediaType_HTML","features":[437]},{"name":"MFMediaType_Image","features":[437]},{"name":"MFMediaType_Metadata","features":[437]},{"name":"MFMediaType_MultiplexedFrames","features":[437]},{"name":"MFMediaType_Perception","features":[437]},{"name":"MFMediaType_Protected","features":[437]},{"name":"MFMediaType_SAMI","features":[437]},{"name":"MFMediaType_Script","features":[437]},{"name":"MFMediaType_Stream","features":[437]},{"name":"MFMediaType_Subtitle","features":[437]},{"name":"MFMediaType_Video","features":[437]},{"name":"MFNETSOURCE_ACCELERATEDSTREAMINGDURATION","features":[437]},{"name":"MFNETSOURCE_AUTORECONNECTLIMIT","features":[437]},{"name":"MFNETSOURCE_AUTORECONNECTPROGRESS","features":[437]},{"name":"MFNETSOURCE_AVGBANDWIDTHBPS_ID","features":[437]},{"name":"MFNETSOURCE_BROWSERUSERAGENT","features":[437]},{"name":"MFNETSOURCE_BROWSERWEBPAGE","features":[437]},{"name":"MFNETSOURCE_BUFFERINGCOUNT_ID","features":[437]},{"name":"MFNETSOURCE_BUFFERINGTIME","features":[437]},{"name":"MFNETSOURCE_BUFFERPROGRESS_ID","features":[437]},{"name":"MFNETSOURCE_BUFFERSIZE_ID","features":[437]},{"name":"MFNETSOURCE_BYTESRECEIVED_ID","features":[437]},{"name":"MFNETSOURCE_CACHEENABLED","features":[437]},{"name":"MFNETSOURCE_CACHE_ACTIVE_COMPLETE","features":[437]},{"name":"MFNETSOURCE_CACHE_ACTIVE_WRITING","features":[437]},{"name":"MFNETSOURCE_CACHE_STATE","features":[437]},{"name":"MFNETSOURCE_CACHE_STATE_ID","features":[437]},{"name":"MFNETSOURCE_CACHE_UNAVAILABLE","features":[437]},{"name":"MFNETSOURCE_CLIENTGUID","features":[437]},{"name":"MFNETSOURCE_CONNECTIONBANDWIDTH","features":[437]},{"name":"MFNETSOURCE_CONTENTBITRATE_ID","features":[437]},{"name":"MFNETSOURCE_CREDENTIAL_MANAGER","features":[437]},{"name":"MFNETSOURCE_CROSS_ORIGIN_SUPPORT","features":[437]},{"name":"MFNETSOURCE_DOWNLOADPROGRESS_ID","features":[437]},{"name":"MFNETSOURCE_DRMNET_LICENSE_REPRESENTATION","features":[437]},{"name":"MFNETSOURCE_ENABLE_DOWNLOAD","features":[437]},{"name":"MFNETSOURCE_ENABLE_HTTP","features":[437]},{"name":"MFNETSOURCE_ENABLE_MSB","features":[437]},{"name":"MFNETSOURCE_ENABLE_PRIVATEMODE","features":[437]},{"name":"MFNETSOURCE_ENABLE_RTSP","features":[437]},{"name":"MFNETSOURCE_ENABLE_STREAMING","features":[437]},{"name":"MFNETSOURCE_ENABLE_TCP","features":[437]},{"name":"MFNETSOURCE_ENABLE_UDP","features":[437]},{"name":"MFNETSOURCE_FILE","features":[437]},{"name":"MFNETSOURCE_FRIENDLYNAME","features":[437]},{"name":"MFNETSOURCE_HOSTEXE","features":[437]},{"name":"MFNETSOURCE_HOSTVERSION","features":[437]},{"name":"MFNETSOURCE_HTTP","features":[437]},{"name":"MFNETSOURCE_HTTP_DOWNLOAD_SESSION_PROVIDER","features":[437]},{"name":"MFNETSOURCE_INCORRECTLYSIGNEDPACKETS_ID","features":[437]},{"name":"MFNETSOURCE_LASTBWSWITCHTS_ID","features":[437]},{"name":"MFNETSOURCE_LINKBANDWIDTH_ID","features":[437]},{"name":"MFNETSOURCE_LOGPARAMS","features":[437]},{"name":"MFNETSOURCE_LOGURL","features":[437]},{"name":"MFNETSOURCE_LOSTPACKETS_ID","features":[437]},{"name":"MFNETSOURCE_MAXBITRATE_ID","features":[437]},{"name":"MFNETSOURCE_MAXBUFFERTIMEMS","features":[437]},{"name":"MFNETSOURCE_MAXUDPACCELERATEDSTREAMINGDURATION","features":[437]},{"name":"MFNETSOURCE_MULTICAST","features":[437]},{"name":"MFNETSOURCE_OUTPACKETS_ID","features":[437]},{"name":"MFNETSOURCE_PEERMANAGER","features":[437]},{"name":"MFNETSOURCE_PLAYERID","features":[437]},{"name":"MFNETSOURCE_PLAYERUSERAGENT","features":[437]},{"name":"MFNETSOURCE_PLAYERVERSION","features":[437]},{"name":"MFNETSOURCE_PPBANDWIDTH","features":[437]},{"name":"MFNETSOURCE_PREVIEWMODEENABLED","features":[437]},{"name":"MFNETSOURCE_PROTOCOL","features":[437]},{"name":"MFNETSOURCE_PROTOCOL_ID","features":[437]},{"name":"MFNETSOURCE_PROTOCOL_TYPE","features":[437]},{"name":"MFNETSOURCE_PROXYBYPASSFORLOCAL","features":[437]},{"name":"MFNETSOURCE_PROXYEXCEPTIONLIST","features":[437]},{"name":"MFNETSOURCE_PROXYHOSTNAME","features":[437]},{"name":"MFNETSOURCE_PROXYINFO","features":[437]},{"name":"MFNETSOURCE_PROXYLOCATORFACTORY","features":[437]},{"name":"MFNETSOURCE_PROXYPORT","features":[437]},{"name":"MFNETSOURCE_PROXYRERUNAUTODETECTION","features":[437]},{"name":"MFNETSOURCE_PROXYSETTINGS","features":[437]},{"name":"MFNETSOURCE_RECEPTION_QUALITY_ID","features":[437]},{"name":"MFNETSOURCE_RECOVEREDBYECCPACKETS_ID","features":[437]},{"name":"MFNETSOURCE_RECOVEREDBYRTXPACKETS_ID","features":[437]},{"name":"MFNETSOURCE_RECOVEREDPACKETS_ID","features":[437]},{"name":"MFNETSOURCE_RECVPACKETS_ID","features":[437]},{"name":"MFNETSOURCE_RECVRATE_ID","features":[437]},{"name":"MFNETSOURCE_RESENDSENABLED","features":[437]},{"name":"MFNETSOURCE_RESENDSRECEIVED_ID","features":[437]},{"name":"MFNETSOURCE_RESENDSREQUESTED_ID","features":[437]},{"name":"MFNETSOURCE_RESOURCE_FILTER","features":[437]},{"name":"MFNETSOURCE_RTSP","features":[437]},{"name":"MFNETSOURCE_SEEKRANGEEND_ID","features":[437]},{"name":"MFNETSOURCE_SEEKRANGESTART_ID","features":[437]},{"name":"MFNETSOURCE_SIGNEDSESSION_ID","features":[437]},{"name":"MFNETSOURCE_SPEEDFACTOR_ID","features":[437]},{"name":"MFNETSOURCE_SSLCERTIFICATE_MANAGER","features":[437]},{"name":"MFNETSOURCE_STATISTICS","features":[437]},{"name":"MFNETSOURCE_STATISTICS_IDS","features":[437]},{"name":"MFNETSOURCE_STATISTICS_SERVICE","features":[437]},{"name":"MFNETSOURCE_STREAM_LANGUAGE","features":[437]},{"name":"MFNETSOURCE_TCP","features":[437]},{"name":"MFNETSOURCE_THINNINGENABLED","features":[437]},{"name":"MFNETSOURCE_TRANSPORT","features":[437]},{"name":"MFNETSOURCE_TRANSPORT_ID","features":[437]},{"name":"MFNETSOURCE_TRANSPORT_TYPE","features":[437]},{"name":"MFNETSOURCE_UDP","features":[437]},{"name":"MFNETSOURCE_UDP_PORT_RANGE","features":[437]},{"name":"MFNETSOURCE_UNDEFINED","features":[437]},{"name":"MFNETSOURCE_UNPREDEFINEDPROTOCOLNAME_ID","features":[437]},{"name":"MFNETSOURCE_VBR_ID","features":[437]},{"name":"MFNET_AUTHENTICATION_CLEAR_TEXT","features":[437]},{"name":"MFNET_AUTHENTICATION_LOGGED_ON_USER","features":[437]},{"name":"MFNET_AUTHENTICATION_PROXY","features":[437]},{"name":"MFNET_CREDENTIAL_ALLOW_CLEAR_TEXT","features":[437]},{"name":"MFNET_CREDENTIAL_DONT_CACHE","features":[437]},{"name":"MFNET_CREDENTIAL_SAVE","features":[437]},{"name":"MFNET_PROXYSETTINGS","features":[437]},{"name":"MFNET_PROXYSETTING_AUTO","features":[437]},{"name":"MFNET_PROXYSETTING_BROWSER","features":[437]},{"name":"MFNET_PROXYSETTING_MANUAL","features":[437]},{"name":"MFNET_PROXYSETTING_NONE","features":[437]},{"name":"MFNET_SAVEJOB_SERVICE","features":[437]},{"name":"MFNetAuthenticationFlags","features":[437]},{"name":"MFNetCredentialManagerGetParam","features":[305,437]},{"name":"MFNetCredentialOptions","features":[437]},{"name":"MFNetCredentialRequirements","features":[437]},{"name":"MFNominalRange","features":[437]},{"name":"MFNominalRange_0_255","features":[437]},{"name":"MFNominalRange_16_235","features":[437]},{"name":"MFNominalRange_48_208","features":[437]},{"name":"MFNominalRange_64_127","features":[437]},{"name":"MFNominalRange_ForceDWORD","features":[437]},{"name":"MFNominalRange_Last","features":[437]},{"name":"MFNominalRange_Normal","features":[437]},{"name":"MFNominalRange_Unknown","features":[437]},{"name":"MFNominalRange_Wide","features":[437]},{"name":"MFOffset","features":[437]},{"name":"MFPCreateMediaPlayer","features":[305,437]},{"name":"MFPERIODICCALLBACK","features":[437]},{"name":"MFPMPSESSION_CREATION_FLAGS","features":[437]},{"name":"MFPMPSESSION_IN_PROCESS","features":[437]},{"name":"MFPMPSESSION_UNPROTECTED_PROCESS","features":[437]},{"name":"MFPOLICYMANAGER_ACTION","features":[437]},{"name":"MFPROTECTIONATTRIBUTE_BEST_EFFORT","features":[437]},{"name":"MFPROTECTIONATTRIBUTE_CONSTRICTVIDEO_IMAGESIZE","features":[437]},{"name":"MFPROTECTIONATTRIBUTE_FAIL_OVER","features":[437]},{"name":"MFPROTECTIONATTRIBUTE_HDCP_SRM","features":[437]},{"name":"MFPROTECTION_ACP","features":[437]},{"name":"MFPROTECTION_CGMSA","features":[437]},{"name":"MFPROTECTION_CONSTRICTAUDIO","features":[437]},{"name":"MFPROTECTION_CONSTRICTVIDEO","features":[437]},{"name":"MFPROTECTION_CONSTRICTVIDEO_NOOPM","features":[437]},{"name":"MFPROTECTION_DISABLE","features":[437]},{"name":"MFPROTECTION_DISABLE_SCREEN_SCRAPE","features":[437]},{"name":"MFPROTECTION_FFT","features":[437]},{"name":"MFPROTECTION_GRAPHICS_TRANSFER_AES_ENCRYPTION","features":[437]},{"name":"MFPROTECTION_HARDWARE","features":[437]},{"name":"MFPROTECTION_HDCP","features":[437]},{"name":"MFPROTECTION_HDCP_WITH_TYPE_ENFORCEMENT","features":[437]},{"name":"MFPROTECTION_PROTECTED_SURFACE","features":[437]},{"name":"MFPROTECTION_TRUSTEDAUDIODRIVERS","features":[437]},{"name":"MFPROTECTION_VIDEO_FRAMES","features":[437]},{"name":"MFPROTECTION_WMDRMOTA","features":[437]},{"name":"MFP_ACQUIRE_USER_CREDENTIAL_EVENT","features":[305,437,430]},{"name":"MFP_CREATION_OPTIONS","features":[437]},{"name":"MFP_CREDENTIAL_CLEAR_TEXT","features":[437]},{"name":"MFP_CREDENTIAL_DO_NOT_CACHE","features":[437]},{"name":"MFP_CREDENTIAL_LOGGED_ON_USER","features":[437]},{"name":"MFP_CREDENTIAL_PROMPT","features":[437]},{"name":"MFP_CREDENTIAL_PROXY","features":[437]},{"name":"MFP_CREDENTIAL_SAVE","features":[437]},{"name":"MFP_ERROR_EVENT","features":[437,430]},{"name":"MFP_EVENT_HEADER","features":[437,430]},{"name":"MFP_EVENT_TYPE","features":[437]},{"name":"MFP_EVENT_TYPE_ACQUIRE_USER_CREDENTIAL","features":[437]},{"name":"MFP_EVENT_TYPE_ERROR","features":[437]},{"name":"MFP_EVENT_TYPE_FRAME_STEP","features":[437]},{"name":"MFP_EVENT_TYPE_MEDIAITEM_CLEARED","features":[437]},{"name":"MFP_EVENT_TYPE_MEDIAITEM_CREATED","features":[437]},{"name":"MFP_EVENT_TYPE_MEDIAITEM_SET","features":[437]},{"name":"MFP_EVENT_TYPE_MF","features":[437]},{"name":"MFP_EVENT_TYPE_PAUSE","features":[437]},{"name":"MFP_EVENT_TYPE_PLAY","features":[437]},{"name":"MFP_EVENT_TYPE_PLAYBACK_ENDED","features":[437]},{"name":"MFP_EVENT_TYPE_POSITION_SET","features":[437]},{"name":"MFP_EVENT_TYPE_RATE_SET","features":[437]},{"name":"MFP_EVENT_TYPE_STOP","features":[437]},{"name":"MFP_FRAME_STEP_EVENT","features":[437,430]},{"name":"MFP_MEDIAITEM_CAN_PAUSE","features":[437]},{"name":"MFP_MEDIAITEM_CAN_SEEK","features":[437]},{"name":"MFP_MEDIAITEM_CLEARED_EVENT","features":[437,430]},{"name":"MFP_MEDIAITEM_CREATED_EVENT","features":[437,430]},{"name":"MFP_MEDIAITEM_HAS_SLOW_SEEK","features":[437]},{"name":"MFP_MEDIAITEM_IS_LIVE","features":[437]},{"name":"MFP_MEDIAITEM_SET_EVENT","features":[437,430]},{"name":"MFP_MEDIAPLAYER_STATE","features":[437]},{"name":"MFP_MEDIAPLAYER_STATE_EMPTY","features":[437]},{"name":"MFP_MEDIAPLAYER_STATE_PAUSED","features":[437]},{"name":"MFP_MEDIAPLAYER_STATE_PLAYING","features":[437]},{"name":"MFP_MEDIAPLAYER_STATE_SHUTDOWN","features":[437]},{"name":"MFP_MEDIAPLAYER_STATE_STOPPED","features":[437]},{"name":"MFP_MF_EVENT","features":[437,430]},{"name":"MFP_OPTION_FREE_THREADED_CALLBACK","features":[437]},{"name":"MFP_OPTION_NONE","features":[437]},{"name":"MFP_OPTION_NO_MMCSS","features":[437]},{"name":"MFP_OPTION_NO_REMOTE_DESKTOP_OPTIMIZATION","features":[437]},{"name":"MFP_PAUSE_EVENT","features":[437,430]},{"name":"MFP_PLAYBACK_ENDED_EVENT","features":[437,430]},{"name":"MFP_PLAY_EVENT","features":[437,430]},{"name":"MFP_POSITIONTYPE_100NS","features":[437]},{"name":"MFP_POSITION_SET_EVENT","features":[437,430]},{"name":"MFP_RATE_SET_EVENT","features":[437,430]},{"name":"MFP_STOP_EVENT","features":[437,430]},{"name":"MFPaletteEntry","features":[437]},{"name":"MFPinholeCameraIntrinsic_IntrinsicModel","features":[437]},{"name":"MFPinholeCameraIntrinsics","features":[437]},{"name":"MFPutWaitingWorkItem","features":[305,437]},{"name":"MFPutWorkItem","features":[437]},{"name":"MFPutWorkItem2","features":[437]},{"name":"MFPutWorkItemEx","features":[437]},{"name":"MFPutWorkItemEx2","features":[437]},{"name":"MFRATE_DIRECTION","features":[437]},{"name":"MFRATE_FORWARD","features":[437]},{"name":"MFRATE_REVERSE","features":[437]},{"name":"MFRR_COMPONENTS","features":[437]},{"name":"MFRR_COMPONENT_HASH_INFO","features":[437]},{"name":"MFRR_INFO_VERSION","features":[437]},{"name":"MFRatio","features":[437]},{"name":"MFRegisterLocalByteStreamHandler","features":[437]},{"name":"MFRegisterLocalSchemeHandler","features":[437]},{"name":"MFRegisterPlatformWithMMCSS","features":[437]},{"name":"MFRemovePeriodicCallback","features":[437]},{"name":"MFRequireProtectedEnvironment","features":[437]},{"name":"MFSEQUENCER_INVALID_ELEMENT_ID","features":[437]},{"name":"MFSESSIONCAP_DOES_NOT_USE_NETWORK","features":[437]},{"name":"MFSESSIONCAP_PAUSE","features":[437]},{"name":"MFSESSIONCAP_RATE_FORWARD","features":[437]},{"name":"MFSESSIONCAP_RATE_REVERSE","features":[437]},{"name":"MFSESSIONCAP_SEEK","features":[437]},{"name":"MFSESSIONCAP_START","features":[437]},{"name":"MFSESSION_GETFULLTOPOLOGY_CURRENT","features":[437]},{"name":"MFSESSION_GETFULLTOPOLOGY_FLAGS","features":[437]},{"name":"MFSESSION_SETTOPOLOGY_CLEAR_CURRENT","features":[437]},{"name":"MFSESSION_SETTOPOLOGY_FLAGS","features":[437]},{"name":"MFSESSION_SETTOPOLOGY_IMMEDIATE","features":[437]},{"name":"MFSESSION_SETTOPOLOGY_NORESOLUTION","features":[437]},{"name":"MFSHUTDOWN_COMPLETED","features":[437]},{"name":"MFSHUTDOWN_INITIATED","features":[437]},{"name":"MFSHUTDOWN_STATUS","features":[437]},{"name":"MFSINK_WMDRMACTION","features":[437]},{"name":"MFSINK_WMDRMACTION_ENCODE","features":[437]},{"name":"MFSINK_WMDRMACTION_LAST","features":[437]},{"name":"MFSINK_WMDRMACTION_TRANSCODE","features":[437]},{"name":"MFSINK_WMDRMACTION_TRANSCRYPT","features":[437]},{"name":"MFSINK_WMDRMACTION_UNDEFINED","features":[437]},{"name":"MFSTARTUP_FULL","features":[437]},{"name":"MFSTARTUP_LITE","features":[437]},{"name":"MFSTARTUP_NOSOCKET","features":[437]},{"name":"MFSTREAMSINK_MARKER_DEFAULT","features":[437]},{"name":"MFSTREAMSINK_MARKER_ENDOFSEGMENT","features":[437]},{"name":"MFSTREAMSINK_MARKER_EVENT","features":[437]},{"name":"MFSTREAMSINK_MARKER_TICK","features":[437]},{"name":"MFSTREAMSINK_MARKER_TYPE","features":[437]},{"name":"MFSampleAllocatorUsage","features":[437]},{"name":"MFSampleAllocatorUsage_DoesNotAllocate","features":[437]},{"name":"MFSampleAllocatorUsage_UsesCustomAllocator","features":[437]},{"name":"MFSampleAllocatorUsage_UsesProvidedAllocator","features":[437]},{"name":"MFSampleEncryptionProtectionScheme","features":[437]},{"name":"MFSampleExtension_3DVideo","features":[437]},{"name":"MFSampleExtension_3DVideo_MultiView","features":[437]},{"name":"MFSampleExtension_3DVideo_Packed","features":[437]},{"name":"MFSampleExtension_3DVideo_SampleFormat","features":[437]},{"name":"MFSampleExtension_AccumulatedNonRefPicPercent","features":[437]},{"name":"MFSampleExtension_BottomFieldFirst","features":[437]},{"name":"MFSampleExtension_CameraExtrinsics","features":[437]},{"name":"MFSampleExtension_CaptureMetadata","features":[437]},{"name":"MFSampleExtension_ChromaOnly","features":[437]},{"name":"MFSampleExtension_CleanPoint","features":[437]},{"name":"MFSampleExtension_ClosedCaption_CEA708","features":[437]},{"name":"MFSampleExtension_ClosedCaption_CEA708_MAX_SIZE","features":[437]},{"name":"MFSampleExtension_Content_KeyID","features":[437]},{"name":"MFSampleExtension_DecodeTimestamp","features":[437]},{"name":"MFSampleExtension_Depth_MaxReliableDepth","features":[437]},{"name":"MFSampleExtension_Depth_MinReliableDepth","features":[437]},{"name":"MFSampleExtension_DerivedFromTopField","features":[437]},{"name":"MFSampleExtension_DescrambleData","features":[437]},{"name":"MFSampleExtension_DeviceReferenceSystemTime","features":[437]},{"name":"MFSampleExtension_DeviceTimestamp","features":[437]},{"name":"MFSampleExtension_DirtyRects","features":[437]},{"name":"MFSampleExtension_Discontinuity","features":[437]},{"name":"MFSampleExtension_Encryption_ClearSliceHeaderData","features":[437]},{"name":"MFSampleExtension_Encryption_CryptByteBlock","features":[437]},{"name":"MFSampleExtension_Encryption_HardwareProtection","features":[437]},{"name":"MFSampleExtension_Encryption_HardwareProtection_KeyInfo","features":[437]},{"name":"MFSampleExtension_Encryption_HardwareProtection_KeyInfoID","features":[437]},{"name":"MFSampleExtension_Encryption_HardwareProtection_VideoDecryptorContext","features":[437]},{"name":"MFSampleExtension_Encryption_KeyID","features":[437]},{"name":"MFSampleExtension_Encryption_NALUTypes","features":[437]},{"name":"MFSampleExtension_Encryption_Opaque_Data","features":[437]},{"name":"MFSampleExtension_Encryption_ProtectionScheme","features":[437]},{"name":"MFSampleExtension_Encryption_ResumeVideoOutput","features":[437]},{"name":"MFSampleExtension_Encryption_SEIData","features":[437]},{"name":"MFSampleExtension_Encryption_SPSPPSData","features":[437]},{"name":"MFSampleExtension_Encryption_SampleID","features":[437]},{"name":"MFSampleExtension_Encryption_SkipByteBlock","features":[437]},{"name":"MFSampleExtension_Encryption_SubSampleMappingSplit","features":[437]},{"name":"MFSampleExtension_Encryption_SubSample_Mapping","features":[437]},{"name":"MFSampleExtension_ExtendedCameraIntrinsics","features":[437]},{"name":"MFSampleExtension_FeatureMap","features":[437]},{"name":"MFSampleExtension_ForwardedDecodeUnitType","features":[437]},{"name":"MFSampleExtension_ForwardedDecodeUnits","features":[437]},{"name":"MFSampleExtension_FrameCorruption","features":[437]},{"name":"MFSampleExtension_GenKeyCtx","features":[437]},{"name":"MFSampleExtension_GenKeyFunc","features":[437]},{"name":"MFSampleExtension_HDCP_FrameCounter","features":[437]},{"name":"MFSampleExtension_HDCP_OptionalHeader","features":[437]},{"name":"MFSampleExtension_HDCP_StreamID","features":[437]},{"name":"MFSampleExtension_Interlaced","features":[437]},{"name":"MFSampleExtension_LastSlice","features":[437]},{"name":"MFSampleExtension_LongTermReferenceFrameInfo","features":[437]},{"name":"MFSampleExtension_MDLCacheCookie","features":[437]},{"name":"MFSampleExtension_MULTIPLEXED_MANAGER","features":[437]},{"name":"MFSampleExtension_MaxDecodeFrameSize","features":[437]},{"name":"MFSampleExtension_MeanAbsoluteDifference","features":[437]},{"name":"MFSampleExtension_MoveRegions","features":[437]},{"name":"MFSampleExtension_NALULengthInfo","features":[437]},{"name":"MFSampleExtension_PacketCrossOffsets","features":[437]},{"name":"MFSampleExtension_PhotoThumbnail","features":[437]},{"name":"MFSampleExtension_PhotoThumbnailMediaType","features":[437]},{"name":"MFSampleExtension_PinholeCameraIntrinsics","features":[437]},{"name":"MFSampleExtension_ROIRectangle","features":[437]},{"name":"MFSampleExtension_RepeatFirstField","features":[437]},{"name":"MFSampleExtension_RepeatFrame","features":[437]},{"name":"MFSampleExtension_SampleKeyID","features":[437]},{"name":"MFSampleExtension_SingleField","features":[437]},{"name":"MFSampleExtension_Spatial_CameraCoordinateSystem","features":[437]},{"name":"MFSampleExtension_Spatial_CameraProjectionTransform","features":[437]},{"name":"MFSampleExtension_Spatial_CameraViewTransform","features":[437]},{"name":"MFSampleExtension_TargetGlobalLuminance","features":[437]},{"name":"MFSampleExtension_Timestamp","features":[437]},{"name":"MFSampleExtension_Token","features":[437]},{"name":"MFSampleExtension_VideoDSPMode","features":[437]},{"name":"MFSampleExtension_VideoEncodePictureType","features":[437]},{"name":"MFSampleExtension_VideoEncodeQP","features":[437]},{"name":"MFScheduleWorkItem","features":[437]},{"name":"MFScheduleWorkItemEx","features":[437]},{"name":"MFSensorDeviceMode","features":[437]},{"name":"MFSensorDeviceMode_Controller","features":[437]},{"name":"MFSensorDeviceMode_Shared","features":[437]},{"name":"MFSensorDeviceType","features":[437]},{"name":"MFSensorDeviceType_Device","features":[437]},{"name":"MFSensorDeviceType_FrameProvider","features":[437]},{"name":"MFSensorDeviceType_MediaSource","features":[437]},{"name":"MFSensorDeviceType_SensorTransform","features":[437]},{"name":"MFSensorDeviceType_Unknown","features":[437]},{"name":"MFSensorStreamType","features":[437]},{"name":"MFSensorStreamType_Input","features":[437]},{"name":"MFSensorStreamType_Output","features":[437]},{"name":"MFSensorStreamType_Unknown","features":[437]},{"name":"MFSequencerTopologyFlags","features":[437]},{"name":"MFSerializeAttributesToStream","features":[437,358]},{"name":"MFSerializePresentationDescriptor","features":[437]},{"name":"MFShutdown","features":[437]},{"name":"MFShutdownObject","features":[437]},{"name":"MFSplitSample","features":[437]},{"name":"MFStandardVideoFormat","features":[437]},{"name":"MFStartup","features":[437]},{"name":"MFStdVideoFormat_ATSC_HD1080i","features":[437]},{"name":"MFStdVideoFormat_ATSC_HD720p","features":[437]},{"name":"MFStdVideoFormat_ATSC_SD480i","features":[437]},{"name":"MFStdVideoFormat_DVD_NTSC","features":[437]},{"name":"MFStdVideoFormat_DVD_PAL","features":[437]},{"name":"MFStdVideoFormat_DV_NTSC","features":[437]},{"name":"MFStdVideoFormat_DV_PAL","features":[437]},{"name":"MFStdVideoFormat_NTSC","features":[437]},{"name":"MFStdVideoFormat_PAL","features":[437]},{"name":"MFStdVideoFormat_reserved","features":[437]},{"name":"MFStreamExtension_CameraExtrinsics","features":[437]},{"name":"MFStreamExtension_ExtendedCameraIntrinsics","features":[437]},{"name":"MFStreamExtension_PinholeCameraIntrinsics","features":[437]},{"name":"MFStreamFormat_MPEG2Program","features":[437]},{"name":"MFStreamFormat_MPEG2Transport","features":[437]},{"name":"MFSubtitleFormat_ATSC","features":[437]},{"name":"MFSubtitleFormat_CustomUserData","features":[437]},{"name":"MFSubtitleFormat_PGS","features":[437]},{"name":"MFSubtitleFormat_SRT","features":[437]},{"name":"MFSubtitleFormat_SSA","features":[437]},{"name":"MFSubtitleFormat_TTML","features":[437]},{"name":"MFSubtitleFormat_VobSub","features":[437]},{"name":"MFSubtitleFormat_WebVTT","features":[437]},{"name":"MFSubtitleFormat_XML","features":[437]},{"name":"MFTEnum","features":[437]},{"name":"MFTEnum2","features":[437]},{"name":"MFTEnumEx","features":[437]},{"name":"MFTGetInfo","features":[437]},{"name":"MFTIMER_FLAGS","features":[437]},{"name":"MFTIMER_RELATIVE","features":[437]},{"name":"MFTOPOLOGY_DXVA_DEFAULT","features":[437]},{"name":"MFTOPOLOGY_DXVA_FULL","features":[437]},{"name":"MFTOPOLOGY_DXVA_MODE","features":[437]},{"name":"MFTOPOLOGY_DXVA_NONE","features":[437]},{"name":"MFTOPOLOGY_HARDWARE_MODE","features":[437]},{"name":"MFTOPOLOGY_HWMODE_SOFTWARE_ONLY","features":[437]},{"name":"MFTOPOLOGY_HWMODE_USE_HARDWARE","features":[437]},{"name":"MFTOPOLOGY_HWMODE_USE_ONLY_HARDWARE","features":[437]},{"name":"MFTOPONODE_ATTRIBUTE_UPDATE","features":[437]},{"name":"MFTRegister","features":[437]},{"name":"MFTRegisterLocal","features":[437,358]},{"name":"MFTRegisterLocalByCLSID","features":[437]},{"name":"MFTUnregister","features":[437]},{"name":"MFTUnregisterLocal","features":[437,358]},{"name":"MFTUnregisterLocalByCLSID","features":[437]},{"name":"MFT_AUDIO_DECODER_AUDIO_ENDPOINT_ID","features":[437]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_INFO_ATTRIBUTE","features":[437]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_REASON","features":[437]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_REASON_LICENSING_REQUIREMENT","features":[437]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_REASON_NONE","features":[437]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_TYPE","features":[437]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_TYPE_DOWNMIX2CHANNEL","features":[437]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_TYPE_DOWNMIX6CHANNEL","features":[437]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_TYPE_DOWNMIX8CHANNEL","features":[437]},{"name":"MFT_AUDIO_DECODER_DEGRADATION_TYPE_NONE","features":[437]},{"name":"MFT_AUDIO_DECODER_SPATIAL_METADATA_CLIENT","features":[437]},{"name":"MFT_CATEGORY_AUDIO_DECODER","features":[437]},{"name":"MFT_CATEGORY_AUDIO_EFFECT","features":[437]},{"name":"MFT_CATEGORY_AUDIO_ENCODER","features":[437]},{"name":"MFT_CATEGORY_DEMULTIPLEXER","features":[437]},{"name":"MFT_CATEGORY_ENCRYPTOR","features":[437]},{"name":"MFT_CATEGORY_MULTIPLEXER","features":[437]},{"name":"MFT_CATEGORY_OTHER","features":[437]},{"name":"MFT_CATEGORY_VIDEO_DECODER","features":[437]},{"name":"MFT_CATEGORY_VIDEO_EFFECT","features":[437]},{"name":"MFT_CATEGORY_VIDEO_ENCODER","features":[437]},{"name":"MFT_CATEGORY_VIDEO_PROCESSOR","features":[437]},{"name":"MFT_CATEGORY_VIDEO_RENDERER_EFFECT","features":[437]},{"name":"MFT_CODEC_MERIT_Attribute","features":[437]},{"name":"MFT_CONNECTED_STREAM_ATTRIBUTE","features":[437]},{"name":"MFT_CONNECTED_TO_HW_STREAM","features":[437]},{"name":"MFT_DECODER_EXPOSE_OUTPUT_TYPES_IN_NATIVE_ORDER","features":[437]},{"name":"MFT_DECODER_FINAL_VIDEO_RESOLUTION_HINT","features":[437]},{"name":"MFT_DECODER_QUALITY_MANAGEMENT_CUSTOM_CONTROL","features":[437]},{"name":"MFT_DECODER_QUALITY_MANAGEMENT_RECOVERY_WITHOUT_ARTIFACTS","features":[437]},{"name":"MFT_DRAIN_NO_TAILS","features":[437]},{"name":"MFT_DRAIN_PRODUCE_TAILS","features":[437]},{"name":"MFT_DRAIN_TYPE","features":[437]},{"name":"MFT_ENCODER_ERROR","features":[437]},{"name":"MFT_ENCODER_SUPPORTS_CONFIG_EVENT","features":[437]},{"name":"MFT_END_STREAMING_AWARE","features":[437]},{"name":"MFT_ENUM_ADAPTER_LUID","features":[437]},{"name":"MFT_ENUM_FLAG","features":[437]},{"name":"MFT_ENUM_FLAG_ALL","features":[437]},{"name":"MFT_ENUM_FLAG_ASYNCMFT","features":[437]},{"name":"MFT_ENUM_FLAG_FIELDOFUSE","features":[437]},{"name":"MFT_ENUM_FLAG_HARDWARE","features":[437]},{"name":"MFT_ENUM_FLAG_LOCALMFT","features":[437]},{"name":"MFT_ENUM_FLAG_SORTANDFILTER","features":[437]},{"name":"MFT_ENUM_FLAG_SORTANDFILTER_APPROVED_ONLY","features":[437]},{"name":"MFT_ENUM_FLAG_SORTANDFILTER_WEB_ONLY","features":[437]},{"name":"MFT_ENUM_FLAG_SORTANDFILTER_WEB_ONLY_EDGEMODE","features":[437]},{"name":"MFT_ENUM_FLAG_SYNCMFT","features":[437]},{"name":"MFT_ENUM_FLAG_TRANSCODE_ONLY","features":[437]},{"name":"MFT_ENUM_FLAG_UNTRUSTED_STOREMFT","features":[437]},{"name":"MFT_ENUM_HARDWARE_URL_Attribute","features":[437]},{"name":"MFT_ENUM_HARDWARE_VENDOR_ID_Attribute","features":[437]},{"name":"MFT_ENUM_TRANSCODE_ONLY_ATTRIBUTE","features":[437]},{"name":"MFT_ENUM_VIDEO_RENDERER_EXTENSION_PROFILE","features":[437]},{"name":"MFT_FIELDOFUSE_UNLOCK_Attribute","features":[437]},{"name":"MFT_FRIENDLY_NAME_Attribute","features":[437]},{"name":"MFT_GFX_DRIVER_VERSION_ID_Attribute","features":[437]},{"name":"MFT_HW_TIMESTAMP_WITH_QPC_Attribute","features":[437]},{"name":"MFT_INPUT_DATA_BUFFER_PLACEHOLDER","features":[437]},{"name":"MFT_INPUT_STATUS_ACCEPT_DATA","features":[437]},{"name":"MFT_INPUT_STREAM_DOES_NOT_ADDREF","features":[437]},{"name":"MFT_INPUT_STREAM_FIXED_SAMPLE_SIZE","features":[437]},{"name":"MFT_INPUT_STREAM_HOLDS_BUFFERS","features":[437]},{"name":"MFT_INPUT_STREAM_INFO","features":[437]},{"name":"MFT_INPUT_STREAM_OPTIONAL","features":[437]},{"name":"MFT_INPUT_STREAM_PROCESSES_IN_PLACE","features":[437]},{"name":"MFT_INPUT_STREAM_REMOVABLE","features":[437]},{"name":"MFT_INPUT_STREAM_SINGLE_SAMPLE_PER_BUFFER","features":[437]},{"name":"MFT_INPUT_STREAM_WHOLE_SAMPLES","features":[437]},{"name":"MFT_INPUT_TYPES_Attributes","features":[437]},{"name":"MFT_MESSAGE_COMMAND_DRAIN","features":[437]},{"name":"MFT_MESSAGE_COMMAND_FLUSH","features":[437]},{"name":"MFT_MESSAGE_COMMAND_FLUSH_OUTPUT_STREAM","features":[437]},{"name":"MFT_MESSAGE_COMMAND_MARKER","features":[437]},{"name":"MFT_MESSAGE_COMMAND_SET_OUTPUT_STREAM_STATE","features":[437]},{"name":"MFT_MESSAGE_COMMAND_TICK","features":[437]},{"name":"MFT_MESSAGE_DROP_SAMPLES","features":[437]},{"name":"MFT_MESSAGE_NOTIFY_BEGIN_STREAMING","features":[437]},{"name":"MFT_MESSAGE_NOTIFY_END_OF_STREAM","features":[437]},{"name":"MFT_MESSAGE_NOTIFY_END_STREAMING","features":[437]},{"name":"MFT_MESSAGE_NOTIFY_EVENT","features":[437]},{"name":"MFT_MESSAGE_NOTIFY_REACQUIRE_RESOURCES","features":[437]},{"name":"MFT_MESSAGE_NOTIFY_RELEASE_RESOURCES","features":[437]},{"name":"MFT_MESSAGE_NOTIFY_START_OF_STREAM","features":[437]},{"name":"MFT_MESSAGE_SET_D3D_MANAGER","features":[437]},{"name":"MFT_MESSAGE_TYPE","features":[437]},{"name":"MFT_OUTPUT_BOUND_UPPER_UNBOUNDED","features":[437]},{"name":"MFT_OUTPUT_DATA_BUFFER","features":[437]},{"name":"MFT_OUTPUT_DATA_BUFFER_FORMAT_CHANGE","features":[437]},{"name":"MFT_OUTPUT_DATA_BUFFER_INCOMPLETE","features":[437]},{"name":"MFT_OUTPUT_DATA_BUFFER_NO_SAMPLE","features":[437]},{"name":"MFT_OUTPUT_DATA_BUFFER_STREAM_END","features":[437]},{"name":"MFT_OUTPUT_STATUS_SAMPLE_READY","features":[437]},{"name":"MFT_OUTPUT_STREAM_CAN_PROVIDE_SAMPLES","features":[437]},{"name":"MFT_OUTPUT_STREAM_DISCARDABLE","features":[437]},{"name":"MFT_OUTPUT_STREAM_FIXED_SAMPLE_SIZE","features":[437]},{"name":"MFT_OUTPUT_STREAM_INFO","features":[437]},{"name":"MFT_OUTPUT_STREAM_LAZY_READ","features":[437]},{"name":"MFT_OUTPUT_STREAM_OPTIONAL","features":[437]},{"name":"MFT_OUTPUT_STREAM_PROVIDES_SAMPLES","features":[437]},{"name":"MFT_OUTPUT_STREAM_REMOVABLE","features":[437]},{"name":"MFT_OUTPUT_STREAM_SINGLE_SAMPLE_PER_BUFFER","features":[437]},{"name":"MFT_OUTPUT_STREAM_WHOLE_SAMPLES","features":[437]},{"name":"MFT_OUTPUT_TYPES_Attributes","features":[437]},{"name":"MFT_POLICY_SET_AWARE","features":[437]},{"name":"MFT_PREFERRED_ENCODER_PROFILE","features":[437]},{"name":"MFT_PREFERRED_OUTPUTTYPE_Attribute","features":[437]},{"name":"MFT_PROCESS_LOCAL_Attribute","features":[437]},{"name":"MFT_PROCESS_OUTPUT_DISCARD_WHEN_NO_BUFFER","features":[437]},{"name":"MFT_PROCESS_OUTPUT_REGENERATE_LAST_OUTPUT","features":[437]},{"name":"MFT_PROCESS_OUTPUT_STATUS_NEW_STREAMS","features":[437]},{"name":"MFT_REGISTER_TYPE_INFO","features":[437]},{"name":"MFT_REGISTRATION_INFO","features":[437]},{"name":"MFT_REMUX_MARK_I_PICTURE_AS_CLEAN_POINT","features":[437]},{"name":"MFT_SET_TYPE_TEST_ONLY","features":[437]},{"name":"MFT_STREAMS_UNLIMITED","features":[437]},{"name":"MFT_STREAM_STATE_PARAM","features":[437]},{"name":"MFT_SUPPORT_3DVIDEO","features":[437]},{"name":"MFT_SUPPORT_DYNAMIC_FORMAT_CHANGE","features":[437]},{"name":"MFT_TRANSFORM_CLSID_Attribute","features":[437]},{"name":"MFT_USING_HARDWARE_DRM","features":[437]},{"name":"MFTranscodeContainerType_3GP","features":[437]},{"name":"MFTranscodeContainerType_AC3","features":[437]},{"name":"MFTranscodeContainerType_ADTS","features":[437]},{"name":"MFTranscodeContainerType_AMR","features":[437]},{"name":"MFTranscodeContainerType_ASF","features":[437]},{"name":"MFTranscodeContainerType_AVI","features":[437]},{"name":"MFTranscodeContainerType_FLAC","features":[437]},{"name":"MFTranscodeContainerType_FMPEG4","features":[437]},{"name":"MFTranscodeContainerType_MP3","features":[437]},{"name":"MFTranscodeContainerType_MPEG2","features":[437]},{"name":"MFTranscodeContainerType_MPEG4","features":[437]},{"name":"MFTranscodeContainerType_WAVE","features":[437]},{"name":"MFTranscodeGetAudioOutputAvailableTypes","features":[437]},{"name":"MFUnlockDXGIDeviceManager","features":[437]},{"name":"MFUnlockPlatform","features":[437]},{"name":"MFUnlockWorkQueue","features":[437]},{"name":"MFUnregisterPlatformFromMMCSS","features":[437]},{"name":"MFUnwrapMediaType","features":[437]},{"name":"MFVIDEOFORMAT","features":[305,437]},{"name":"MFVP_MESSAGE_BEGINSTREAMING","features":[437]},{"name":"MFVP_MESSAGE_CANCELSTEP","features":[437]},{"name":"MFVP_MESSAGE_ENDOFSTREAM","features":[437]},{"name":"MFVP_MESSAGE_ENDSTREAMING","features":[437]},{"name":"MFVP_MESSAGE_FLUSH","features":[437]},{"name":"MFVP_MESSAGE_INVALIDATEMEDIATYPE","features":[437]},{"name":"MFVP_MESSAGE_PROCESSINPUTNOTIFY","features":[437]},{"name":"MFVP_MESSAGE_STEP","features":[437]},{"name":"MFVP_MESSAGE_TYPE","features":[437]},{"name":"MFValidateMediaTypeSize","features":[437]},{"name":"MFVideo3DFormat","features":[437]},{"name":"MFVideo3DSampleFormat","features":[437]},{"name":"MFVideo3DSampleFormat_BaseView","features":[437]},{"name":"MFVideo3DSampleFormat_MultiView","features":[437]},{"name":"MFVideo3DSampleFormat_Packed_LeftRight","features":[437]},{"name":"MFVideo3DSampleFormat_Packed_TopBottom","features":[437]},{"name":"MFVideoARMode_Mask","features":[437]},{"name":"MFVideoARMode_NonLinearStretch","features":[437]},{"name":"MFVideoARMode_None","features":[437]},{"name":"MFVideoARMode_PreservePicture","features":[437]},{"name":"MFVideoARMode_PreservePixel","features":[437]},{"name":"MFVideoAlphaBitmap","features":[305,315,317,437]},{"name":"MFVideoAlphaBitmapFlags","features":[437]},{"name":"MFVideoAlphaBitmapParams","features":[305,437]},{"name":"MFVideoAlphaBitmap_Alpha","features":[437]},{"name":"MFVideoAlphaBitmap_BitMask","features":[437]},{"name":"MFVideoAlphaBitmap_DestRect","features":[437]},{"name":"MFVideoAlphaBitmap_EntireDDS","features":[437]},{"name":"MFVideoAlphaBitmap_FilterMode","features":[437]},{"name":"MFVideoAlphaBitmap_SrcColorKey","features":[437]},{"name":"MFVideoAlphaBitmap_SrcRect","features":[437]},{"name":"MFVideoArea","features":[305,437]},{"name":"MFVideoAspectRatioMode","features":[437]},{"name":"MFVideoChromaSubsampling","features":[437]},{"name":"MFVideoChromaSubsampling_Cosited","features":[437]},{"name":"MFVideoChromaSubsampling_DV_PAL","features":[437]},{"name":"MFVideoChromaSubsampling_ForceDWORD","features":[437]},{"name":"MFVideoChromaSubsampling_Horizontally_Cosited","features":[437]},{"name":"MFVideoChromaSubsampling_Last","features":[437]},{"name":"MFVideoChromaSubsampling_MPEG1","features":[437]},{"name":"MFVideoChromaSubsampling_MPEG2","features":[437]},{"name":"MFVideoChromaSubsampling_ProgressiveChroma","features":[437]},{"name":"MFVideoChromaSubsampling_Unknown","features":[437]},{"name":"MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes","features":[437]},{"name":"MFVideoChromaSubsampling_Vertically_Cosited","features":[437]},{"name":"MFVideoCompressedInfo","features":[437]},{"name":"MFVideoDRMFlag_AnalogProtected","features":[437]},{"name":"MFVideoDRMFlag_DigitallyProtected","features":[437]},{"name":"MFVideoDRMFlag_None","features":[437]},{"name":"MFVideoDRMFlags","features":[437]},{"name":"MFVideoDSPMode","features":[437]},{"name":"MFVideoDSPMode_Passthrough","features":[437]},{"name":"MFVideoDSPMode_Stabilization","features":[437]},{"name":"MFVideoFlag_AnalogProtected","features":[437]},{"name":"MFVideoFlag_BottomUpLinearRep","features":[437]},{"name":"MFVideoFlag_DigitallyProtected","features":[437]},{"name":"MFVideoFlag_FieldRepeatCountMask","features":[437]},{"name":"MFVideoFlag_FieldRepeatCountShift","features":[437]},{"name":"MFVideoFlag_LowerFieldFirst","features":[437]},{"name":"MFVideoFlag_PAD_TO_16x9","features":[437]},{"name":"MFVideoFlag_PAD_TO_4x3","features":[437]},{"name":"MFVideoFlag_PAD_TO_Mask","features":[437]},{"name":"MFVideoFlag_PAD_TO_None","features":[437]},{"name":"MFVideoFlag_PanScanEnabled","features":[437]},{"name":"MFVideoFlag_ProgressiveContent","features":[437]},{"name":"MFVideoFlag_ProgressiveSeqReset","features":[437]},{"name":"MFVideoFlag_SrcContentHint16x9","features":[437]},{"name":"MFVideoFlag_SrcContentHint235_1","features":[437]},{"name":"MFVideoFlag_SrcContentHintMask","features":[437]},{"name":"MFVideoFlag_SrcContentHintNone","features":[437]},{"name":"MFVideoFlags","features":[437]},{"name":"MFVideoFlags_DXVASurface","features":[437]},{"name":"MFVideoFlags_ForceQWORD","features":[437]},{"name":"MFVideoFlags_RenderTargetSurface","features":[437]},{"name":"MFVideoFormat_420O","features":[437]},{"name":"MFVideoFormat_A16B16G16R16F","features":[437]},{"name":"MFVideoFormat_A2R10G10B10","features":[437]},{"name":"MFVideoFormat_AI44","features":[437]},{"name":"MFVideoFormat_ARGB32","features":[437]},{"name":"MFVideoFormat_AV1","features":[437]},{"name":"MFVideoFormat_AYUV","features":[437]},{"name":"MFVideoFormat_Base","features":[437]},{"name":"MFVideoFormat_Base_HDCP","features":[437]},{"name":"MFVideoFormat_D16","features":[437]},{"name":"MFVideoFormat_DV25","features":[437]},{"name":"MFVideoFormat_DV50","features":[437]},{"name":"MFVideoFormat_DVH1","features":[437]},{"name":"MFVideoFormat_DVHD","features":[437]},{"name":"MFVideoFormat_DVSD","features":[437]},{"name":"MFVideoFormat_DVSL","features":[437]},{"name":"MFVideoFormat_H263","features":[437]},{"name":"MFVideoFormat_H264","features":[437]},{"name":"MFVideoFormat_H264_ES","features":[437]},{"name":"MFVideoFormat_H264_HDCP","features":[437]},{"name":"MFVideoFormat_H265","features":[437]},{"name":"MFVideoFormat_HEVC","features":[437]},{"name":"MFVideoFormat_HEVC_ES","features":[437]},{"name":"MFVideoFormat_HEVC_HDCP","features":[437]},{"name":"MFVideoFormat_I420","features":[437]},{"name":"MFVideoFormat_IYUV","features":[437]},{"name":"MFVideoFormat_L16","features":[437]},{"name":"MFVideoFormat_L8","features":[437]},{"name":"MFVideoFormat_M4S2","features":[437]},{"name":"MFVideoFormat_MJPG","features":[437]},{"name":"MFVideoFormat_MP43","features":[437]},{"name":"MFVideoFormat_MP4S","features":[437]},{"name":"MFVideoFormat_MP4V","features":[437]},{"name":"MFVideoFormat_MPEG2","features":[437]},{"name":"MFVideoFormat_MPG1","features":[437]},{"name":"MFVideoFormat_MSS1","features":[437]},{"name":"MFVideoFormat_MSS2","features":[437]},{"name":"MFVideoFormat_NV11","features":[437]},{"name":"MFVideoFormat_NV12","features":[437]},{"name":"MFVideoFormat_NV21","features":[437]},{"name":"MFVideoFormat_ORAW","features":[437]},{"name":"MFVideoFormat_P010","features":[437]},{"name":"MFVideoFormat_P016","features":[437]},{"name":"MFVideoFormat_P210","features":[437]},{"name":"MFVideoFormat_P216","features":[437]},{"name":"MFVideoFormat_RGB24","features":[437]},{"name":"MFVideoFormat_RGB32","features":[437]},{"name":"MFVideoFormat_RGB555","features":[437]},{"name":"MFVideoFormat_RGB565","features":[437]},{"name":"MFVideoFormat_RGB8","features":[437]},{"name":"MFVideoFormat_Theora","features":[437]},{"name":"MFVideoFormat_UYVY","features":[437]},{"name":"MFVideoFormat_VP10","features":[437]},{"name":"MFVideoFormat_VP80","features":[437]},{"name":"MFVideoFormat_VP90","features":[437]},{"name":"MFVideoFormat_WMV1","features":[437]},{"name":"MFVideoFormat_WMV2","features":[437]},{"name":"MFVideoFormat_WMV3","features":[437]},{"name":"MFVideoFormat_WVC1","features":[437]},{"name":"MFVideoFormat_Y210","features":[437]},{"name":"MFVideoFormat_Y216","features":[437]},{"name":"MFVideoFormat_Y410","features":[437]},{"name":"MFVideoFormat_Y416","features":[437]},{"name":"MFVideoFormat_Y41P","features":[437]},{"name":"MFVideoFormat_Y41T","features":[437]},{"name":"MFVideoFormat_Y42T","features":[437]},{"name":"MFVideoFormat_YUY2","features":[437]},{"name":"MFVideoFormat_YV12","features":[437]},{"name":"MFVideoFormat_YVU9","features":[437]},{"name":"MFVideoFormat_YVYU","features":[437]},{"name":"MFVideoFormat_v210","features":[437]},{"name":"MFVideoFormat_v216","features":[437]},{"name":"MFVideoFormat_v410","features":[437]},{"name":"MFVideoInfo","features":[305,437]},{"name":"MFVideoInterlaceMode","features":[437]},{"name":"MFVideoInterlace_FieldInterleavedLowerFirst","features":[437]},{"name":"MFVideoInterlace_FieldInterleavedUpperFirst","features":[437]},{"name":"MFVideoInterlace_FieldSingleLower","features":[437]},{"name":"MFVideoInterlace_FieldSingleUpper","features":[437]},{"name":"MFVideoInterlace_ForceDWORD","features":[437]},{"name":"MFVideoInterlace_Last","features":[437]},{"name":"MFVideoInterlace_MixedInterlaceOrProgressive","features":[437]},{"name":"MFVideoInterlace_Progressive","features":[437]},{"name":"MFVideoInterlace_Unknown","features":[437]},{"name":"MFVideoLighting","features":[437]},{"name":"MFVideoLighting_ForceDWORD","features":[437]},{"name":"MFVideoLighting_Last","features":[437]},{"name":"MFVideoLighting_Unknown","features":[437]},{"name":"MFVideoLighting_bright","features":[437]},{"name":"MFVideoLighting_dark","features":[437]},{"name":"MFVideoLighting_dim","features":[437]},{"name":"MFVideoLighting_office","features":[437]},{"name":"MFVideoMixPrefs","features":[437]},{"name":"MFVideoMixPrefs_AllowDropToBob","features":[437]},{"name":"MFVideoMixPrefs_AllowDropToHalfInterlace","features":[437]},{"name":"MFVideoMixPrefs_EnableRotation","features":[437]},{"name":"MFVideoMixPrefs_ForceBob","features":[437]},{"name":"MFVideoMixPrefs_ForceHalfInterlace","features":[437]},{"name":"MFVideoMixPrefs_Mask","features":[437]},{"name":"MFVideoNormalizedRect","features":[437]},{"name":"MFVideoPadFlag_PAD_TO_16x9","features":[437]},{"name":"MFVideoPadFlag_PAD_TO_4x3","features":[437]},{"name":"MFVideoPadFlag_PAD_TO_None","features":[437]},{"name":"MFVideoPadFlags","features":[437]},{"name":"MFVideoPrimaries","features":[437]},{"name":"MFVideoPrimaries_ACES","features":[437]},{"name":"MFVideoPrimaries_BT2020","features":[437]},{"name":"MFVideoPrimaries_BT470_2_SysBG","features":[437]},{"name":"MFVideoPrimaries_BT470_2_SysM","features":[437]},{"name":"MFVideoPrimaries_BT709","features":[437]},{"name":"MFVideoPrimaries_DCI_P3","features":[437]},{"name":"MFVideoPrimaries_EBU3213","features":[437]},{"name":"MFVideoPrimaries_ForceDWORD","features":[437]},{"name":"MFVideoPrimaries_Last","features":[437]},{"name":"MFVideoPrimaries_SMPTE170M","features":[437]},{"name":"MFVideoPrimaries_SMPTE240M","features":[437]},{"name":"MFVideoPrimaries_SMPTE_C","features":[437]},{"name":"MFVideoPrimaries_Unknown","features":[437]},{"name":"MFVideoPrimaries_XYZ","features":[437]},{"name":"MFVideoPrimaries_reserved","features":[437]},{"name":"MFVideoRenderPrefs","features":[437]},{"name":"MFVideoRenderPrefs_AllowBatching","features":[437]},{"name":"MFVideoRenderPrefs_AllowOutputThrottling","features":[437]},{"name":"MFVideoRenderPrefs_AllowScaling","features":[437]},{"name":"MFVideoRenderPrefs_DoNotClipToDevice","features":[437]},{"name":"MFVideoRenderPrefs_DoNotRenderBorder","features":[437]},{"name":"MFVideoRenderPrefs_DoNotRepaintOnStop","features":[437]},{"name":"MFVideoRenderPrefs_ForceBatching","features":[437]},{"name":"MFVideoRenderPrefs_ForceOutputThrottling","features":[437]},{"name":"MFVideoRenderPrefs_ForceScaling","features":[437]},{"name":"MFVideoRenderPrefs_Mask","features":[437]},{"name":"MFVideoRotationFormat","features":[437]},{"name":"MFVideoRotationFormat_0","features":[437]},{"name":"MFVideoRotationFormat_180","features":[437]},{"name":"MFVideoRotationFormat_270","features":[437]},{"name":"MFVideoRotationFormat_90","features":[437]},{"name":"MFVideoSphericalFormat","features":[437]},{"name":"MFVideoSphericalFormat_3DMesh","features":[437]},{"name":"MFVideoSphericalFormat_CubeMap","features":[437]},{"name":"MFVideoSphericalFormat_Equirectangular","features":[437]},{"name":"MFVideoSphericalFormat_Unsupported","features":[437]},{"name":"MFVideoSphericalProjectionMode","features":[437]},{"name":"MFVideoSphericalProjectionMode_Flat","features":[437]},{"name":"MFVideoSphericalProjectionMode_Spherical","features":[437]},{"name":"MFVideoSrcContentHintFlag_16x9","features":[437]},{"name":"MFVideoSrcContentHintFlag_235_1","features":[437]},{"name":"MFVideoSrcContentHintFlag_None","features":[437]},{"name":"MFVideoSrcContentHintFlags","features":[437]},{"name":"MFVideoSurfaceInfo","features":[437]},{"name":"MFVideoTransFunc_10","features":[437]},{"name":"MFVideoTransFunc_10_rel","features":[437]},{"name":"MFVideoTransFunc_18","features":[437]},{"name":"MFVideoTransFunc_20","features":[437]},{"name":"MFVideoTransFunc_2020","features":[437]},{"name":"MFVideoTransFunc_2020_const","features":[437]},{"name":"MFVideoTransFunc_2084","features":[437]},{"name":"MFVideoTransFunc_22","features":[437]},{"name":"MFVideoTransFunc_240M","features":[437]},{"name":"MFVideoTransFunc_26","features":[437]},{"name":"MFVideoTransFunc_28","features":[437]},{"name":"MFVideoTransFunc_709","features":[437]},{"name":"MFVideoTransFunc_709_sym","features":[437]},{"name":"MFVideoTransFunc_ForceDWORD","features":[437]},{"name":"MFVideoTransFunc_HLG","features":[437]},{"name":"MFVideoTransFunc_Last","features":[437]},{"name":"MFVideoTransFunc_Log_100","features":[437]},{"name":"MFVideoTransFunc_Log_316","features":[437]},{"name":"MFVideoTransFunc_Unknown","features":[437]},{"name":"MFVideoTransFunc_sRGB","features":[437]},{"name":"MFVideoTransferFunction","features":[437]},{"name":"MFVideoTransferMatrix","features":[437]},{"name":"MFVideoTransferMatrix_BT2020_10","features":[437]},{"name":"MFVideoTransferMatrix_BT2020_12","features":[437]},{"name":"MFVideoTransferMatrix_BT601","features":[437]},{"name":"MFVideoTransferMatrix_BT709","features":[437]},{"name":"MFVideoTransferMatrix_ForceDWORD","features":[437]},{"name":"MFVideoTransferMatrix_Last","features":[437]},{"name":"MFVideoTransferMatrix_SMPTE240M","features":[437]},{"name":"MFVideoTransferMatrix_Unknown","features":[437]},{"name":"MFVirtualCameraAccess","features":[437]},{"name":"MFVirtualCameraAccess_AllUsers","features":[437]},{"name":"MFVirtualCameraAccess_CurrentUser","features":[437]},{"name":"MFVirtualCameraLifetime","features":[437]},{"name":"MFVirtualCameraLifetime_Session","features":[437]},{"name":"MFVirtualCameraLifetime_System","features":[437]},{"name":"MFVirtualCameraType","features":[437]},{"name":"MFVirtualCameraType_SoftwareCameraSource","features":[437]},{"name":"MFWaveFormatExConvertFlag_ForceExtensible","features":[437]},{"name":"MFWaveFormatExConvertFlag_Normal","features":[437]},{"name":"MFWaveFormatExConvertFlags","features":[437]},{"name":"MFWrapMediaType","features":[437]},{"name":"MF_1024_BYTE_ALIGNMENT","features":[437]},{"name":"MF_128_BYTE_ALIGNMENT","features":[437]},{"name":"MF_16_BYTE_ALIGNMENT","features":[437]},{"name":"MF_1_BYTE_ALIGNMENT","features":[437]},{"name":"MF_2048_BYTE_ALIGNMENT","features":[437]},{"name":"MF_256_BYTE_ALIGNMENT","features":[437]},{"name":"MF_2_BYTE_ALIGNMENT","features":[437]},{"name":"MF_32_BYTE_ALIGNMENT","features":[437]},{"name":"MF_4096_BYTE_ALIGNMENT","features":[437]},{"name":"MF_4_BYTE_ALIGNMENT","features":[437]},{"name":"MF_512_BYTE_ALIGNMENT","features":[437]},{"name":"MF_64_BYTE_ALIGNMENT","features":[437]},{"name":"MF_8192_BYTE_ALIGNMENT","features":[437]},{"name":"MF_8_BYTE_ALIGNMENT","features":[437]},{"name":"MF_ACCESSMODE_READ","features":[437]},{"name":"MF_ACCESSMODE_READWRITE","features":[437]},{"name":"MF_ACCESSMODE_WRITE","features":[437]},{"name":"MF_ACCESS_CONTROLLED_MEDIASOURCE_SERVICE","features":[437]},{"name":"MF_ACTIVATE_CUSTOM_MIXER","features":[437]},{"name":"MF_ACTIVATE_CUSTOM_MIXER_ALLOWFAIL","features":[437]},{"name":"MF_ACTIVATE_CUSTOM_PRESENTER","features":[437]},{"name":"MF_ACTIVATE_CUSTOM_PRESENTER_ALLOWFAIL","features":[437]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_MIXER_ACTIVATE","features":[437]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_MIXER_CLSID","features":[437]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_MIXER_FLAGS","features":[437]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_PRESENTER_ACTIVATE","features":[437]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_PRESENTER_CLSID","features":[437]},{"name":"MF_ACTIVATE_CUSTOM_VIDEO_PRESENTER_FLAGS","features":[437]},{"name":"MF_ACTIVATE_MFT_LOCKED","features":[437]},{"name":"MF_ACTIVATE_VIDEO_WINDOW","features":[437]},{"name":"MF_API_VERSION","features":[437]},{"name":"MF_ASFPROFILE_MAXPACKETSIZE","features":[437]},{"name":"MF_ASFPROFILE_MINPACKETSIZE","features":[437]},{"name":"MF_ASFSTREAMCONFIG_LEAKYBUCKET1","features":[437]},{"name":"MF_ASFSTREAMCONFIG_LEAKYBUCKET2","features":[437]},{"name":"MF_ATTRIBUTES_MATCH_ALL_ITEMS","features":[437]},{"name":"MF_ATTRIBUTES_MATCH_INTERSECTION","features":[437]},{"name":"MF_ATTRIBUTES_MATCH_OUR_ITEMS","features":[437]},{"name":"MF_ATTRIBUTES_MATCH_SMALLER","features":[437]},{"name":"MF_ATTRIBUTES_MATCH_THEIR_ITEMS","features":[437]},{"name":"MF_ATTRIBUTES_MATCH_TYPE","features":[437]},{"name":"MF_ATTRIBUTE_BLOB","features":[437]},{"name":"MF_ATTRIBUTE_DOUBLE","features":[437]},{"name":"MF_ATTRIBUTE_GUID","features":[437]},{"name":"MF_ATTRIBUTE_IUNKNOWN","features":[437]},{"name":"MF_ATTRIBUTE_SERIALIZE_OPTIONS","features":[437]},{"name":"MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF","features":[437]},{"name":"MF_ATTRIBUTE_STRING","features":[437]},{"name":"MF_ATTRIBUTE_TYPE","features":[437]},{"name":"MF_ATTRIBUTE_UINT32","features":[437]},{"name":"MF_ATTRIBUTE_UINT64","features":[437]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_ENDPOINT_ID","features":[437]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_ENDPOINT_ROLE","features":[437]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_FLAGS","features":[437]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_FLAGS_CROSSPROCESS","features":[437]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_FLAGS_DONT_ALLOW_FORMAT_CHANGES","features":[437]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_FLAGS_NOPERSIST","features":[437]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_SESSION_ID","features":[437]},{"name":"MF_AUDIO_RENDERER_ATTRIBUTE_STREAM_CATEGORY","features":[437]},{"name":"MF_AUVRHP_ROOMMODEL","features":[437]},{"name":"MF_BD_MVC_PLANE_OFFSET_METADATA","features":[437]},{"name":"MF_BOOT_DRIVER_VERIFICATION_FAILED","features":[437]},{"name":"MF_BYTESTREAMHANDLER_ACCEPTS_SHARE_WRITE","features":[437]},{"name":"MF_BYTESTREAM_CONTENT_TYPE","features":[437]},{"name":"MF_BYTESTREAM_DLNA_PROFILE_ID","features":[437]},{"name":"MF_BYTESTREAM_DURATION","features":[437]},{"name":"MF_BYTESTREAM_EFFECTIVE_URL","features":[437]},{"name":"MF_BYTESTREAM_IFO_FILE_URI","features":[437]},{"name":"MF_BYTESTREAM_LAST_MODIFIED_TIME","features":[437]},{"name":"MF_BYTESTREAM_ORIGIN_NAME","features":[437]},{"name":"MF_BYTESTREAM_SERVICE","features":[437]},{"name":"MF_BYTESTREAM_TRANSCODED","features":[437]},{"name":"MF_BYTE_STREAM_CACHE_RANGE","features":[437]},{"name":"MF_CAMERA_CONTROL_CONFIGURATION_TYPE","features":[437]},{"name":"MF_CAMERA_CONTROL_CONFIGURATION_TYPE_POSTSTART","features":[437]},{"name":"MF_CAMERA_CONTROL_CONFIGURATION_TYPE_PRESTART","features":[437]},{"name":"MF_CAMERA_CONTROL_RANGE_INFO","features":[437]},{"name":"MF_CAPTURE_ENGINE_ALL_EFFECTS_REMOVED","features":[437]},{"name":"MF_CAPTURE_ENGINE_AUDIO_PROCESSING","features":[437]},{"name":"MF_CAPTURE_ENGINE_AUDIO_PROCESSING_DEFAULT","features":[437]},{"name":"MF_CAPTURE_ENGINE_AUDIO_PROCESSING_MODE","features":[437]},{"name":"MF_CAPTURE_ENGINE_AUDIO_PROCESSING_RAW","features":[437]},{"name":"MF_CAPTURE_ENGINE_CAMERA_STREAM_BLOCKED","features":[437]},{"name":"MF_CAPTURE_ENGINE_CAMERA_STREAM_UNBLOCKED","features":[437]},{"name":"MF_CAPTURE_ENGINE_D3D_MANAGER","features":[437]},{"name":"MF_CAPTURE_ENGINE_DECODER_MFT_FIELDOFUSE_UNLOCK_Attribute","features":[437]},{"name":"MF_CAPTURE_ENGINE_DEVICE_TYPE","features":[437]},{"name":"MF_CAPTURE_ENGINE_DEVICE_TYPE_AUDIO","features":[437]},{"name":"MF_CAPTURE_ENGINE_DEVICE_TYPE_VIDEO","features":[437]},{"name":"MF_CAPTURE_ENGINE_DISABLE_DXVA","features":[437]},{"name":"MF_CAPTURE_ENGINE_DISABLE_HARDWARE_TRANSFORMS","features":[437]},{"name":"MF_CAPTURE_ENGINE_EFFECT_ADDED","features":[437]},{"name":"MF_CAPTURE_ENGINE_EFFECT_REMOVED","features":[437]},{"name":"MF_CAPTURE_ENGINE_ENABLE_CAMERA_STREAMSTATE_NOTIFICATION","features":[437]},{"name":"MF_CAPTURE_ENGINE_ENCODER_MFT_FIELDOFUSE_UNLOCK_Attribute","features":[437]},{"name":"MF_CAPTURE_ENGINE_ERROR","features":[437]},{"name":"MF_CAPTURE_ENGINE_EVENT_GENERATOR_GUID","features":[437]},{"name":"MF_CAPTURE_ENGINE_EVENT_STREAM_INDEX","features":[437]},{"name":"MF_CAPTURE_ENGINE_INITIALIZED","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIASOURCE","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIASOURCE_CONFIG","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_COMMUNICATIONS","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_FARFIELDSPEECH","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_GAMECHAT","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_MEDIA","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_OTHER","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_SPEECH","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_UNIFORMSPEECH","features":[437]},{"name":"MF_CAPTURE_ENGINE_MEDIA_CATEGORY_TYPE_VOICETYPING","features":[437]},{"name":"MF_CAPTURE_ENGINE_OUTPUT_MEDIA_TYPE_SET","features":[437]},{"name":"MF_CAPTURE_ENGINE_PHOTO_TAKEN","features":[437]},{"name":"MF_CAPTURE_ENGINE_PREFERRED_SOURCE_STREAM_FOR_AUDIO","features":[437]},{"name":"MF_CAPTURE_ENGINE_PREFERRED_SOURCE_STREAM_FOR_METADATA","features":[437]},{"name":"MF_CAPTURE_ENGINE_PREFERRED_SOURCE_STREAM_FOR_PHOTO","features":[437]},{"name":"MF_CAPTURE_ENGINE_PREFERRED_SOURCE_STREAM_FOR_VIDEO_PREVIEW","features":[437]},{"name":"MF_CAPTURE_ENGINE_PREFERRED_SOURCE_STREAM_FOR_VIDEO_RECORD","features":[437]},{"name":"MF_CAPTURE_ENGINE_PREVIEW_STARTED","features":[437]},{"name":"MF_CAPTURE_ENGINE_PREVIEW_STOPPED","features":[437]},{"name":"MF_CAPTURE_ENGINE_RECORD_SINK_AUDIO_MAX_PROCESSED_SAMPLES","features":[437]},{"name":"MF_CAPTURE_ENGINE_RECORD_SINK_AUDIO_MAX_UNPROCESSED_SAMPLES","features":[437]},{"name":"MF_CAPTURE_ENGINE_RECORD_SINK_VIDEO_MAX_PROCESSED_SAMPLES","features":[437]},{"name":"MF_CAPTURE_ENGINE_RECORD_SINK_VIDEO_MAX_UNPROCESSED_SAMPLES","features":[437]},{"name":"MF_CAPTURE_ENGINE_RECORD_STARTED","features":[437]},{"name":"MF_CAPTURE_ENGINE_RECORD_STOPPED","features":[437]},{"name":"MF_CAPTURE_ENGINE_SELECTEDCAMERAPROFILE","features":[437]},{"name":"MF_CAPTURE_ENGINE_SELECTEDCAMERAPROFILE_INDEX","features":[437]},{"name":"MF_CAPTURE_ENGINE_SINK_TYPE","features":[437]},{"name":"MF_CAPTURE_ENGINE_SINK_TYPE_PHOTO","features":[437]},{"name":"MF_CAPTURE_ENGINE_SINK_TYPE_PREVIEW","features":[437]},{"name":"MF_CAPTURE_ENGINE_SINK_TYPE_RECORD","features":[437]},{"name":"MF_CAPTURE_ENGINE_SOURCE","features":[437]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY","features":[437]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_AUDIO","features":[437]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_METADATA","features":[437]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_PHOTO_DEPENDENT","features":[437]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_PHOTO_INDEPENDENT","features":[437]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_UNSUPPORTED","features":[437]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_VIDEO_CAPTURE","features":[437]},{"name":"MF_CAPTURE_ENGINE_STREAM_CATEGORY_VIDEO_PREVIEW","features":[437]},{"name":"MF_CAPTURE_ENGINE_USE_AUDIO_DEVICE_ONLY","features":[437]},{"name":"MF_CAPTURE_ENGINE_USE_VIDEO_DEVICE_ONLY","features":[437]},{"name":"MF_CAPTURE_METADATA_DIGITALWINDOW","features":[437]},{"name":"MF_CAPTURE_METADATA_EXIF","features":[437]},{"name":"MF_CAPTURE_METADATA_EXPOSURE_COMPENSATION","features":[437]},{"name":"MF_CAPTURE_METADATA_EXPOSURE_TIME","features":[437]},{"name":"MF_CAPTURE_METADATA_FACEROICHARACTERIZATIONS","features":[437]},{"name":"MF_CAPTURE_METADATA_FACEROIS","features":[437]},{"name":"MF_CAPTURE_METADATA_FACEROITIMESTAMPS","features":[437]},{"name":"MF_CAPTURE_METADATA_FIRST_SCANLINE_START_TIME_QPC","features":[437]},{"name":"MF_CAPTURE_METADATA_FLASH","features":[437]},{"name":"MF_CAPTURE_METADATA_FLASH_POWER","features":[437]},{"name":"MF_CAPTURE_METADATA_FOCUSSTATE","features":[437]},{"name":"MF_CAPTURE_METADATA_FRAME_BACKGROUND_MASK","features":[437]},{"name":"MF_CAPTURE_METADATA_FRAME_ILLUMINATION","features":[437]},{"name":"MF_CAPTURE_METADATA_FRAME_RAWSTREAM","features":[437]},{"name":"MF_CAPTURE_METADATA_HISTOGRAM","features":[437]},{"name":"MF_CAPTURE_METADATA_ISO_GAINS","features":[437]},{"name":"MF_CAPTURE_METADATA_ISO_SPEED","features":[437]},{"name":"MF_CAPTURE_METADATA_LAST_SCANLINE_END_TIME_QPC","features":[437]},{"name":"MF_CAPTURE_METADATA_LENS_POSITION","features":[437]},{"name":"MF_CAPTURE_METADATA_PHOTO_FRAME_FLASH","features":[437]},{"name":"MF_CAPTURE_METADATA_REQUESTED_FRAME_SETTING_ID","features":[437]},{"name":"MF_CAPTURE_METADATA_SCANLINE_DIRECTION","features":[437]},{"name":"MF_CAPTURE_METADATA_SCANLINE_TIME_QPC_ACCURACY","features":[437]},{"name":"MF_CAPTURE_METADATA_SCENE_MODE","features":[437]},{"name":"MF_CAPTURE_METADATA_SENSORFRAMERATE","features":[437]},{"name":"MF_CAPTURE_METADATA_UVC_PAYLOADHEADER","features":[437]},{"name":"MF_CAPTURE_METADATA_WHITEBALANCE","features":[437]},{"name":"MF_CAPTURE_METADATA_WHITEBALANCE_GAINS","features":[437]},{"name":"MF_CAPTURE_METADATA_ZOOMFACTOR","features":[437]},{"name":"MF_CAPTURE_SINK_PREPARED","features":[437]},{"name":"MF_CAPTURE_SOURCE_CURRENT_DEVICE_MEDIA_TYPE_SET","features":[437]},{"name":"MF_COMPONENT_CERT_REVOKED","features":[437]},{"name":"MF_COMPONENT_HS_CERT_REVOKED","features":[437]},{"name":"MF_COMPONENT_INVALID_EKU","features":[437]},{"name":"MF_COMPONENT_INVALID_ROOT","features":[437]},{"name":"MF_COMPONENT_LS_CERT_REVOKED","features":[437]},{"name":"MF_COMPONENT_REVOKED","features":[437]},{"name":"MF_CONNECT_ALLOW_CONVERTER","features":[437]},{"name":"MF_CONNECT_ALLOW_DECODER","features":[437]},{"name":"MF_CONNECT_AS_OPTIONAL","features":[437]},{"name":"MF_CONNECT_AS_OPTIONAL_BRANCH","features":[437]},{"name":"MF_CONNECT_DIRECT","features":[437]},{"name":"MF_CONNECT_METHOD","features":[437]},{"name":"MF_CONNECT_RESOLVE_INDEPENDENT_OUTPUTTYPES","features":[437]},{"name":"MF_CONTENTDECRYPTIONMODULE_SERVICE","features":[437]},{"name":"MF_CONTENT_DECRYPTOR_SERVICE","features":[437]},{"name":"MF_CONTENT_PROTECTION_DEVICE_SERVICE","features":[437]},{"name":"MF_CROSS_ORIGIN_POLICY","features":[437]},{"name":"MF_CROSS_ORIGIN_POLICY_ANONYMOUS","features":[437]},{"name":"MF_CROSS_ORIGIN_POLICY_NONE","features":[437]},{"name":"MF_CROSS_ORIGIN_POLICY_USE_CREDENTIALS","features":[437]},{"name":"MF_CUSTOM_DECODE_UNIT_TYPE","features":[437]},{"name":"MF_D3D11_RESOURCE","features":[437]},{"name":"MF_D3D12_RESOURCE","features":[437]},{"name":"MF_D3D12_SYNCHRONIZATION_OBJECT","features":[437]},{"name":"MF_DECODER_FWD_CUSTOM_SEI_DECODE_ORDER","features":[437]},{"name":"MF_DECODE_UNIT_NAL","features":[437]},{"name":"MF_DECODE_UNIT_SEI","features":[437]},{"name":"MF_DEVICEMFT_CONNECTED_FILTER_KSCONTROL","features":[437]},{"name":"MF_DEVICEMFT_CONNECTED_PIN_KSCONTROL","features":[437]},{"name":"MF_DEVICEMFT_EXTENSION_PLUGIN_CLSID","features":[437]},{"name":"MF_DEVICEMFT_SENSORPROFILE_COLLECTION","features":[437]},{"name":"MF_DEVICESTREAM_ATTRIBUTE_FACEAUTH_CAPABILITY","features":[437]},{"name":"MF_DEVICESTREAM_ATTRIBUTE_FRAMESOURCE_TYPES","features":[437]},{"name":"MF_DEVICESTREAM_ATTRIBUTE_SECURE_CAPABILITY","features":[437]},{"name":"MF_DEVICESTREAM_EXTENSION_PLUGIN_CLSID","features":[437]},{"name":"MF_DEVICESTREAM_EXTENSION_PLUGIN_CONNECTION_POINT","features":[437]},{"name":"MF_DEVICESTREAM_FILTER_KSCONTROL","features":[437]},{"name":"MF_DEVICESTREAM_FRAMESERVER_HIDDEN","features":[437]},{"name":"MF_DEVICESTREAM_FRAMESERVER_SHARED","features":[437]},{"name":"MF_DEVICESTREAM_IMAGE_STREAM","features":[437]},{"name":"MF_DEVICESTREAM_INDEPENDENT_IMAGE_STREAM","features":[437]},{"name":"MF_DEVICESTREAM_MAX_FRAME_BUFFERS","features":[437]},{"name":"MF_DEVICESTREAM_MULTIPLEXED_MANAGER","features":[437]},{"name":"MF_DEVICESTREAM_PIN_KSCONTROL","features":[437]},{"name":"MF_DEVICESTREAM_REQUIRED_CAPABILITIES","features":[437]},{"name":"MF_DEVICESTREAM_REQUIRED_SDDL","features":[437]},{"name":"MF_DEVICESTREAM_SENSORSTREAM_ID","features":[437]},{"name":"MF_DEVICESTREAM_SOURCE_ATTRIBUTES","features":[437]},{"name":"MF_DEVICESTREAM_STREAM_CATEGORY","features":[437]},{"name":"MF_DEVICESTREAM_STREAM_ID","features":[437]},{"name":"MF_DEVICESTREAM_TAKEPHOTO_TRIGGER","features":[437]},{"name":"MF_DEVICESTREAM_TRANSFORM_STREAM_ID","features":[437]},{"name":"MF_DEVICE_THERMAL_STATE_CHANGED","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_ENABLE_MS_CAMERA_EFFECTS","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_FRIENDLY_NAME","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_MEDIA_TYPE","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_PASSWORD","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_STREAM_URL","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ENDPOINT_ID","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_GUID","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ROLE","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_SYMBOLIC_LINK","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_CATEGORY","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_GUID","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_HW_SOURCE","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_MAX_BUFFERS","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_PROVIDER_DEVICE_ID","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_SYMBOLIC_LINK","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_USERNAME","features":[437]},{"name":"MF_DEVSOURCE_ATTRIBUTE_SOURCE_XADDRESS","features":[437]},{"name":"MF_DISABLE_FRAME_CORRUPTION_INFO","features":[437]},{"name":"MF_DISABLE_LOCALLY_REGISTERED_PLUGINS","features":[437]},{"name":"MF_DMFT_FRAME_BUFFER_INFO","features":[437]},{"name":"MF_DROP_MODE_1","features":[437]},{"name":"MF_DROP_MODE_2","features":[437]},{"name":"MF_DROP_MODE_3","features":[437]},{"name":"MF_DROP_MODE_4","features":[437]},{"name":"MF_DROP_MODE_5","features":[437]},{"name":"MF_DROP_MODE_NONE","features":[437]},{"name":"MF_ENABLE_3DVIDEO_OUTPUT","features":[437]},{"name":"MF_EVENT_DO_THINNING","features":[437]},{"name":"MF_EVENT_FLAG_NONE","features":[437]},{"name":"MF_EVENT_FLAG_NO_WAIT","features":[437]},{"name":"MF_EVENT_MFT_CONTEXT","features":[437]},{"name":"MF_EVENT_MFT_INPUT_STREAM_ID","features":[437]},{"name":"MF_EVENT_OUTPUT_NODE","features":[437]},{"name":"MF_EVENT_PRESENTATION_TIME_OFFSET","features":[437]},{"name":"MF_EVENT_SCRUBSAMPLE_TIME","features":[437]},{"name":"MF_EVENT_SESSIONCAPS","features":[437]},{"name":"MF_EVENT_SESSIONCAPS_DELTA","features":[437]},{"name":"MF_EVENT_SOURCE_ACTUAL_START","features":[437]},{"name":"MF_EVENT_SOURCE_CHARACTERISTICS","features":[437]},{"name":"MF_EVENT_SOURCE_CHARACTERISTICS_OLD","features":[437]},{"name":"MF_EVENT_SOURCE_FAKE_START","features":[437]},{"name":"MF_EVENT_SOURCE_PROJECTSTART","features":[437]},{"name":"MF_EVENT_SOURCE_TOPOLOGY_CANCELED","features":[437]},{"name":"MF_EVENT_START_PRESENTATION_TIME","features":[437]},{"name":"MF_EVENT_START_PRESENTATION_TIME_AT_OUTPUT","features":[437]},{"name":"MF_EVENT_STREAM_METADATA_CONTENT_KEYIDS","features":[437]},{"name":"MF_EVENT_STREAM_METADATA_KEYDATA","features":[437]},{"name":"MF_EVENT_STREAM_METADATA_SYSTEMID","features":[437]},{"name":"MF_EVENT_TOPOLOGY_STATUS","features":[437]},{"name":"MF_EVENT_TYPE","features":[437]},{"name":"MF_E_ALLOCATOR_ALREADY_COMMITED","features":[437]},{"name":"MF_E_ALLOCATOR_NOT_COMMITED","features":[437]},{"name":"MF_E_ALLOCATOR_NOT_INITIALIZED","features":[437]},{"name":"MF_E_ALL_PROCESS_RESTART_REQUIRED","features":[437]},{"name":"MF_E_ALREADY_INITIALIZED","features":[437]},{"name":"MF_E_ASF_DROPPED_PACKET","features":[437]},{"name":"MF_E_ASF_FILESINK_BITRATE_UNKNOWN","features":[437]},{"name":"MF_E_ASF_INDEXNOTLOADED","features":[437]},{"name":"MF_E_ASF_INVALIDDATA","features":[437]},{"name":"MF_E_ASF_MISSINGDATA","features":[437]},{"name":"MF_E_ASF_NOINDEX","features":[437]},{"name":"MF_E_ASF_OPAQUEPACKET","features":[437]},{"name":"MF_E_ASF_OUTOFRANGE","features":[437]},{"name":"MF_E_ASF_PARSINGINCOMPLETE","features":[437]},{"name":"MF_E_ASF_TOO_MANY_PAYLOADS","features":[437]},{"name":"MF_E_ASF_UNSUPPORTED_STREAM_TYPE","features":[437]},{"name":"MF_E_ATTRIBUTENOTFOUND","features":[437]},{"name":"MF_E_AUDIO_BUFFER_SIZE_ERROR","features":[437]},{"name":"MF_E_AUDIO_CLIENT_WRAPPER_SPOOF_ERROR","features":[437]},{"name":"MF_E_AUDIO_PLAYBACK_DEVICE_INVALIDATED","features":[437]},{"name":"MF_E_AUDIO_PLAYBACK_DEVICE_IN_USE","features":[437]},{"name":"MF_E_AUDIO_RECORDING_DEVICE_INVALIDATED","features":[437]},{"name":"MF_E_AUDIO_RECORDING_DEVICE_IN_USE","features":[437]},{"name":"MF_E_AUDIO_SERVICE_NOT_RUNNING","features":[437]},{"name":"MF_E_BACKUP_RESTRICTED_LICENSE","features":[437]},{"name":"MF_E_BAD_OPL_STRUCTURE_FORMAT","features":[437]},{"name":"MF_E_BAD_STARTUP_VERSION","features":[437]},{"name":"MF_E_BANDWIDTH_OVERRUN","features":[437]},{"name":"MF_E_BUFFERTOOSMALL","features":[437]},{"name":"MF_E_BYTESTREAM_NOT_SEEKABLE","features":[437]},{"name":"MF_E_BYTESTREAM_UNKNOWN_LENGTH","features":[437]},{"name":"MF_E_CANNOT_CREATE_SINK","features":[437]},{"name":"MF_E_CANNOT_FIND_KEYFRAME_SAMPLE","features":[437]},{"name":"MF_E_CANNOT_INDEX_IN_PLACE","features":[437]},{"name":"MF_E_CANNOT_PARSE_BYTESTREAM","features":[437]},{"name":"MF_E_CAPTURE_ENGINE_ALL_EFFECTS_REMOVED","features":[437]},{"name":"MF_E_CAPTURE_ENGINE_INVALID_OP","features":[437]},{"name":"MF_E_CAPTURE_NO_SAMPLES_IN_QUEUE","features":[437]},{"name":"MF_E_CAPTURE_PROPERTY_SET_DURING_PHOTO","features":[437]},{"name":"MF_E_CAPTURE_SINK_MIRROR_ERROR","features":[437]},{"name":"MF_E_CAPTURE_SINK_OUTPUT_NOT_SET","features":[437]},{"name":"MF_E_CAPTURE_SINK_ROTATE_ERROR","features":[437]},{"name":"MF_E_CAPTURE_SOURCE_DEVICE_EXTENDEDPROP_OP_IN_PROGRESS","features":[437]},{"name":"MF_E_CAPTURE_SOURCE_NO_AUDIO_STREAM_PRESENT","features":[437]},{"name":"MF_E_CAPTURE_SOURCE_NO_INDEPENDENT_PHOTO_STREAM_PRESENT","features":[437]},{"name":"MF_E_CAPTURE_SOURCE_NO_VIDEO_STREAM_PRESENT","features":[437]},{"name":"MF_E_CLOCK_AUDIO_DEVICE_POSITION_UNEXPECTED","features":[437]},{"name":"MF_E_CLOCK_AUDIO_RENDER_POSITION_UNEXPECTED","features":[437]},{"name":"MF_E_CLOCK_AUDIO_RENDER_TIME_UNEXPECTED","features":[437]},{"name":"MF_E_CLOCK_INVALID_CONTINUITY_KEY","features":[437]},{"name":"MF_E_CLOCK_NOT_SIMPLE","features":[437]},{"name":"MF_E_CLOCK_NO_TIME_SOURCE","features":[437]},{"name":"MF_E_CLOCK_STATE_ALREADY_SET","features":[437]},{"name":"MF_E_CODE_EXPIRED","features":[437]},{"name":"MF_E_COMPONENT_REVOKED","features":[437]},{"name":"MF_E_CONTENT_PROTECTION_SYSTEM_NOT_ENABLED","features":[437]},{"name":"MF_E_DEBUGGING_NOT_ALLOWED","features":[437]},{"name":"MF_E_DISABLED_IN_SAFEMODE","features":[437]},{"name":"MF_E_DRM_HARDWARE_INCONSISTENT","features":[437]},{"name":"MF_E_DRM_MIGRATION_NOT_SUPPORTED","features":[437]},{"name":"MF_E_DRM_UNSUPPORTED","features":[437]},{"name":"MF_E_DROPTIME_NOT_SUPPORTED","features":[437]},{"name":"MF_E_DURATION_TOO_LONG","features":[437]},{"name":"MF_E_DXGI_DEVICE_NOT_INITIALIZED","features":[437]},{"name":"MF_E_DXGI_NEW_VIDEO_DEVICE","features":[437]},{"name":"MF_E_DXGI_VIDEO_DEVICE_LOCKED","features":[437]},{"name":"MF_E_END_OF_STREAM","features":[437]},{"name":"MF_E_FLUSH_NEEDED","features":[437]},{"name":"MF_E_FORMAT_CHANGE_NOT_SUPPORTED","features":[437]},{"name":"MF_E_GRL_ABSENT","features":[437]},{"name":"MF_E_GRL_EXTENSIBLE_ENTRY_NOT_FOUND","features":[437]},{"name":"MF_E_GRL_INVALID_FORMAT","features":[437]},{"name":"MF_E_GRL_RENEWAL_NOT_FOUND","features":[437]},{"name":"MF_E_GRL_UNRECOGNIZED_FORMAT","features":[437]},{"name":"MF_E_GRL_VERSION_TOO_LOW","features":[437]},{"name":"MF_E_HARDWARE_DRM_UNSUPPORTED","features":[437]},{"name":"MF_E_HDCP_AUTHENTICATION_FAILURE","features":[437]},{"name":"MF_E_HDCP_LINK_FAILURE","features":[437]},{"name":"MF_E_HIGH_SECURITY_LEVEL_CONTENT_NOT_ALLOWED","features":[437]},{"name":"MF_E_HW_ACCELERATED_THUMBNAIL_NOT_SUPPORTED","features":[437]},{"name":"MF_E_HW_MFT_FAILED_START_STREAMING","features":[437]},{"name":"MF_E_HW_STREAM_NOT_CONNECTED","features":[437]},{"name":"MF_E_INCOMPATIBLE_SAMPLE_PROTECTION","features":[437]},{"name":"MF_E_INDEX_NOT_COMMITTED","features":[437]},{"name":"MF_E_INSUFFICIENT_BUFFER","features":[437]},{"name":"MF_E_INVALIDINDEX","features":[437]},{"name":"MF_E_INVALIDMEDIATYPE","features":[437]},{"name":"MF_E_INVALIDNAME","features":[437]},{"name":"MF_E_INVALIDREQUEST","features":[437]},{"name":"MF_E_INVALIDSTREAMNUMBER","features":[437]},{"name":"MF_E_INVALIDTYPE","features":[437]},{"name":"MF_E_INVALID_AKE_CHANNEL_PARAMETERS","features":[437]},{"name":"MF_E_INVALID_ASF_STREAMID","features":[437]},{"name":"MF_E_INVALID_CODEC_MERIT","features":[437]},{"name":"MF_E_INVALID_FILE_FORMAT","features":[437]},{"name":"MF_E_INVALID_FORMAT","features":[437]},{"name":"MF_E_INVALID_KEY","features":[437]},{"name":"MF_E_INVALID_POSITION","features":[437]},{"name":"MF_E_INVALID_PROFILE","features":[437]},{"name":"MF_E_INVALID_STATE_TRANSITION","features":[437]},{"name":"MF_E_INVALID_STREAM_DATA","features":[437]},{"name":"MF_E_INVALID_STREAM_STATE","features":[437]},{"name":"MF_E_INVALID_TIMESTAMP","features":[437]},{"name":"MF_E_INVALID_WORKQUEUE","features":[437]},{"name":"MF_E_ITA_ERROR_PARSING_SAP_PARAMETERS","features":[437]},{"name":"MF_E_ITA_OPL_DATA_NOT_INITIALIZED","features":[437]},{"name":"MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_OUTPUT","features":[437]},{"name":"MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_PROTECTION_GUID","features":[437]},{"name":"MF_E_ITA_UNRECOGNIZED_DIGITAL_VIDEO_OUTPUT","features":[437]},{"name":"MF_E_ITA_UNSUPPORTED_ACTION","features":[437]},{"name":"MF_E_KERNEL_UNTRUSTED","features":[437]},{"name":"MF_E_LATE_SAMPLE","features":[437]},{"name":"MF_E_LICENSE_INCORRECT_RIGHTS","features":[437]},{"name":"MF_E_LICENSE_OUTOFDATE","features":[437]},{"name":"MF_E_LICENSE_REQUIRED","features":[437]},{"name":"MF_E_LICENSE_RESTORE_NEEDS_INDIVIDUALIZATION","features":[437]},{"name":"MF_E_LICENSE_RESTORE_NO_RIGHTS","features":[437]},{"name":"MF_E_MEDIAPROC_WRONGSTATE","features":[437]},{"name":"MF_E_MEDIA_EXTENSION_APPSERVICE_CONNECTION_FAILED","features":[437]},{"name":"MF_E_MEDIA_EXTENSION_APPSERVICE_REQUEST_FAILED","features":[437]},{"name":"MF_E_MEDIA_EXTENSION_PACKAGE_INTEGRITY_CHECK_FAILED","features":[437]},{"name":"MF_E_MEDIA_EXTENSION_PACKAGE_LICENSE_INVALID","features":[437]},{"name":"MF_E_MEDIA_SOURCE_NOT_STARTED","features":[437]},{"name":"MF_E_MEDIA_SOURCE_NO_STREAMS_SELECTED","features":[437]},{"name":"MF_E_MEDIA_SOURCE_WRONGSTATE","features":[437]},{"name":"MF_E_METADATA_TOO_LONG","features":[437]},{"name":"MF_E_MISSING_ASF_LEAKYBUCKET","features":[437]},{"name":"MF_E_MP3_BAD_CRC","features":[437]},{"name":"MF_E_MP3_NOTFOUND","features":[437]},{"name":"MF_E_MP3_NOTMP3","features":[437]},{"name":"MF_E_MP3_NOTSUPPORTED","features":[437]},{"name":"MF_E_MP3_OUTOFDATA","features":[437]},{"name":"MF_E_MULTIPLE_BEGIN","features":[437]},{"name":"MF_E_MULTIPLE_SUBSCRIBERS","features":[437]},{"name":"MF_E_NETWORK_RESOURCE_FAILURE","features":[437]},{"name":"MF_E_NET_BAD_CONTROL_DATA","features":[437]},{"name":"MF_E_NET_BAD_REQUEST","features":[437]},{"name":"MF_E_NET_BUSY","features":[437]},{"name":"MF_E_NET_BWLEVEL_NOT_SUPPORTED","features":[437]},{"name":"MF_E_NET_CACHESTREAM_NOT_FOUND","features":[437]},{"name":"MF_E_NET_CACHE_NO_DATA","features":[437]},{"name":"MF_E_NET_CANNOTCONNECT","features":[437]},{"name":"MF_E_NET_CLIENT_CLOSE","features":[437]},{"name":"MF_E_NET_COMPANION_DRIVER_DISCONNECT","features":[437]},{"name":"MF_E_NET_CONNECTION_FAILURE","features":[437]},{"name":"MF_E_NET_EOL","features":[437]},{"name":"MF_E_NET_ERROR_FROM_PROXY","features":[437]},{"name":"MF_E_NET_INCOMPATIBLE_PUSHSERVER","features":[437]},{"name":"MF_E_NET_INCOMPATIBLE_SERVER","features":[437]},{"name":"MF_E_NET_INTERNAL_SERVER_ERROR","features":[437]},{"name":"MF_E_NET_INVALID_PRESENTATION_DESCRIPTOR","features":[437]},{"name":"MF_E_NET_INVALID_PUSH_PUBLISHING_POINT","features":[437]},{"name":"MF_E_NET_INVALID_PUSH_TEMPLATE","features":[437]},{"name":"MF_E_NET_MANUALSS_NOT_SUPPORTED","features":[437]},{"name":"MF_E_NET_NOCONNECTION","features":[437]},{"name":"MF_E_NET_PROTOCOL_DISABLED","features":[437]},{"name":"MF_E_NET_PROXY_ACCESSDENIED","features":[437]},{"name":"MF_E_NET_PROXY_TIMEOUT","features":[437]},{"name":"MF_E_NET_READ","features":[437]},{"name":"MF_E_NET_REDIRECT","features":[437]},{"name":"MF_E_NET_REDIRECT_TO_PROXY","features":[437]},{"name":"MF_E_NET_REQUIRE_ASYNC","features":[437]},{"name":"MF_E_NET_REQUIRE_INPUT","features":[437]},{"name":"MF_E_NET_REQUIRE_NETWORK","features":[437]},{"name":"MF_E_NET_RESOURCE_GONE","features":[437]},{"name":"MF_E_NET_SERVER_ACCESSDENIED","features":[437]},{"name":"MF_E_NET_SERVER_UNAVAILABLE","features":[437]},{"name":"MF_E_NET_SESSION_INVALID","features":[437]},{"name":"MF_E_NET_SESSION_NOT_FOUND","features":[437]},{"name":"MF_E_NET_STREAMGROUPS_NOT_SUPPORTED","features":[437]},{"name":"MF_E_NET_TIMEOUT","features":[437]},{"name":"MF_E_NET_TOO_MANY_REDIRECTS","features":[437]},{"name":"MF_E_NET_TOO_MUCH_DATA","features":[437]},{"name":"MF_E_NET_UDP_BLOCKED","features":[437]},{"name":"MF_E_NET_UNSAFE_URL","features":[437]},{"name":"MF_E_NET_UNSUPPORTED_CONFIGURATION","features":[437]},{"name":"MF_E_NET_WRITE","features":[437]},{"name":"MF_E_NEW_VIDEO_DEVICE","features":[437]},{"name":"MF_E_NON_PE_PROCESS","features":[437]},{"name":"MF_E_NOTACCEPTING","features":[437]},{"name":"MF_E_NOT_AVAILABLE","features":[437]},{"name":"MF_E_NOT_FOUND","features":[437]},{"name":"MF_E_NOT_INITIALIZED","features":[437]},{"name":"MF_E_NOT_PROTECTED","features":[437]},{"name":"MF_E_NO_AUDIO_PLAYBACK_DEVICE","features":[437]},{"name":"MF_E_NO_AUDIO_RECORDING_DEVICE","features":[437]},{"name":"MF_E_NO_BITPUMP","features":[437]},{"name":"MF_E_NO_CAPTURE_DEVICES_AVAILABLE","features":[437]},{"name":"MF_E_NO_CLOCK","features":[437]},{"name":"MF_E_NO_CONTENT_PROTECTION_MANAGER","features":[437]},{"name":"MF_E_NO_DURATION","features":[437]},{"name":"MF_E_NO_EVENTS_AVAILABLE","features":[437]},{"name":"MF_E_NO_INDEX","features":[437]},{"name":"MF_E_NO_MORE_DROP_MODES","features":[437]},{"name":"MF_E_NO_MORE_QUALITY_LEVELS","features":[437]},{"name":"MF_E_NO_MORE_TYPES","features":[437]},{"name":"MF_E_NO_PMP_HOST","features":[437]},{"name":"MF_E_NO_SAMPLE_DURATION","features":[437]},{"name":"MF_E_NO_SAMPLE_TIMESTAMP","features":[437]},{"name":"MF_E_NO_SOURCE_IN_CACHE","features":[437]},{"name":"MF_E_NO_VIDEO_SAMPLE_AVAILABLE","features":[437]},{"name":"MF_E_OFFLINE_MODE","features":[437]},{"name":"MF_E_OPERATION_CANCELLED","features":[437]},{"name":"MF_E_OPERATION_IN_PROGRESS","features":[437]},{"name":"MF_E_OPERATION_UNSUPPORTED_AT_D3D_FEATURE_LEVEL","features":[437]},{"name":"MF_E_OPL_NOT_SUPPORTED","features":[437]},{"name":"MF_E_OUT_OF_RANGE","features":[437]},{"name":"MF_E_PEAUTH_NOT_STARTED","features":[437]},{"name":"MF_E_PEAUTH_PUBLICKEY_REVOKED","features":[437]},{"name":"MF_E_PEAUTH_SESSION_NOT_STARTED","features":[437]},{"name":"MF_E_PEAUTH_UNTRUSTED","features":[437]},{"name":"MF_E_PE_SESSIONS_MAXED","features":[437]},{"name":"MF_E_PE_UNTRUSTED","features":[437]},{"name":"MF_E_PLATFORM_NOT_INITIALIZED","features":[437]},{"name":"MF_E_POLICY_MGR_ACTION_OUTOFBOUNDS","features":[437]},{"name":"MF_E_POLICY_UNSUPPORTED","features":[437]},{"name":"MF_E_PROCESS_RESTART_REQUIRED","features":[437]},{"name":"MF_E_PROPERTY_EMPTY","features":[437]},{"name":"MF_E_PROPERTY_NOT_ALLOWED","features":[437]},{"name":"MF_E_PROPERTY_NOT_EMPTY","features":[437]},{"name":"MF_E_PROPERTY_NOT_FOUND","features":[437]},{"name":"MF_E_PROPERTY_READ_ONLY","features":[437]},{"name":"MF_E_PROPERTY_TYPE_NOT_ALLOWED","features":[437]},{"name":"MF_E_PROPERTY_TYPE_NOT_SUPPORTED","features":[437]},{"name":"MF_E_PROPERTY_VECTOR_NOT_ALLOWED","features":[437]},{"name":"MF_E_PROPERTY_VECTOR_REQUIRED","features":[437]},{"name":"MF_E_QM_INVALIDSTATE","features":[437]},{"name":"MF_E_QUALITYKNOB_WAIT_LONGER","features":[437]},{"name":"MF_E_RATE_CHANGE_PREEMPTED","features":[437]},{"name":"MF_E_REBOOT_REQUIRED","features":[437]},{"name":"MF_E_RESOLUTION_REQUIRES_PMP_CREATION_CALLBACK","features":[437]},{"name":"MF_E_REVERSE_UNSUPPORTED","features":[437]},{"name":"MF_E_RT_OUTOFMEMORY","features":[437]},{"name":"MF_E_RT_THROUGHPUT_NOT_AVAILABLE","features":[437]},{"name":"MF_E_RT_TOO_MANY_CLASSES","features":[437]},{"name":"MF_E_RT_UNAVAILABLE","features":[437]},{"name":"MF_E_RT_WORKQUEUE_CLASS_NOT_SPECIFIED","features":[437]},{"name":"MF_E_RT_WOULDBLOCK","features":[437]},{"name":"MF_E_SAMPLEALLOCATOR_CANCELED","features":[437]},{"name":"MF_E_SAMPLEALLOCATOR_EMPTY","features":[437]},{"name":"MF_E_SAMPLE_HAS_TOO_MANY_BUFFERS","features":[437]},{"name":"MF_E_SAMPLE_NOT_WRITABLE","features":[437]},{"name":"MF_E_SEQUENCER_UNKNOWN_SEGMENT_ID","features":[437]},{"name":"MF_E_SESSION_PAUSEWHILESTOPPED","features":[437]},{"name":"MF_E_SHUTDOWN","features":[437]},{"name":"MF_E_SIGNATURE_VERIFICATION_FAILED","features":[437]},{"name":"MF_E_SINK_ALREADYSTOPPED","features":[437]},{"name":"MF_E_SINK_HEADERS_NOT_FOUND","features":[437]},{"name":"MF_E_SINK_NO_SAMPLES_PROCESSED","features":[437]},{"name":"MF_E_SINK_NO_STREAMS","features":[437]},{"name":"MF_E_SOURCERESOLVER_MUTUALLY_EXCLUSIVE_FLAGS","features":[437]},{"name":"MF_E_STATE_TRANSITION_PENDING","features":[437]},{"name":"MF_E_STREAMSINKS_FIXED","features":[437]},{"name":"MF_E_STREAMSINKS_OUT_OF_SYNC","features":[437]},{"name":"MF_E_STREAMSINK_EXISTS","features":[437]},{"name":"MF_E_STREAMSINK_REMOVED","features":[437]},{"name":"MF_E_STREAM_ERROR","features":[437]},{"name":"MF_E_TEST_SIGNED_COMPONENTS_NOT_ALLOWED","features":[437]},{"name":"MF_E_THINNING_UNSUPPORTED","features":[437]},{"name":"MF_E_TIMELINECONTROLLER_CANNOT_ATTACH","features":[437]},{"name":"MF_E_TIMELINECONTROLLER_NOT_ALLOWED","features":[437]},{"name":"MF_E_TIMELINECONTROLLER_UNSUPPORTED_SOURCE_TYPE","features":[437]},{"name":"MF_E_TIMER_ORPHANED","features":[437]},{"name":"MF_E_TOPOLOGY_VERIFICATION_FAILED","features":[437]},{"name":"MF_E_TOPO_CANNOT_CONNECT","features":[437]},{"name":"MF_E_TOPO_CANNOT_FIND_DECRYPTOR","features":[437]},{"name":"MF_E_TOPO_CODEC_NOT_FOUND","features":[437]},{"name":"MF_E_TOPO_INVALID_OPTIONAL_NODE","features":[437]},{"name":"MF_E_TOPO_INVALID_TIME_ATTRIBUTES","features":[437]},{"name":"MF_E_TOPO_LOOPS_IN_TOPOLOGY","features":[437]},{"name":"MF_E_TOPO_MISSING_PRESENTATION_DESCRIPTOR","features":[437]},{"name":"MF_E_TOPO_MISSING_SOURCE","features":[437]},{"name":"MF_E_TOPO_MISSING_STREAM_DESCRIPTOR","features":[437]},{"name":"MF_E_TOPO_SINK_ACTIVATES_UNSUPPORTED","features":[437]},{"name":"MF_E_TOPO_STREAM_DESCRIPTOR_NOT_SELECTED","features":[437]},{"name":"MF_E_TOPO_UNSUPPORTED","features":[437]},{"name":"MF_E_TRANSCODE_INVALID_PROFILE","features":[437]},{"name":"MF_E_TRANSCODE_NO_CONTAINERTYPE","features":[437]},{"name":"MF_E_TRANSCODE_NO_MATCHING_ENCODER","features":[437]},{"name":"MF_E_TRANSCODE_PROFILE_NO_MATCHING_STREAMS","features":[437]},{"name":"MF_E_TRANSFORM_ASYNC_LOCKED","features":[437]},{"name":"MF_E_TRANSFORM_ASYNC_MFT_NOT_SUPPORTED","features":[437]},{"name":"MF_E_TRANSFORM_CANNOT_CHANGE_MEDIATYPE_WHILE_PROCESSING","features":[437]},{"name":"MF_E_TRANSFORM_CANNOT_INITIALIZE_ACM_DRIVER","features":[437]},{"name":"MF_E_TRANSFORM_CONFLICTS_WITH_OTHER_CURRENTLY_ENABLED_FEATURES","features":[437]},{"name":"MF_E_TRANSFORM_EXATTRIBUTE_NOT_SUPPORTED","features":[437]},{"name":"MF_E_TRANSFORM_INPUT_REMAINING","features":[437]},{"name":"MF_E_TRANSFORM_NEED_MORE_INPUT","features":[437]},{"name":"MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_INPUT_MEDIATYPE","features":[437]},{"name":"MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_MEDIATYPE_COMBINATION","features":[437]},{"name":"MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_OUTPUT_MEDIATYPE","features":[437]},{"name":"MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_SPKR_CONFIG","features":[437]},{"name":"MF_E_TRANSFORM_PROFILE_INVALID_OR_CORRUPT","features":[437]},{"name":"MF_E_TRANSFORM_PROFILE_MISSING","features":[437]},{"name":"MF_E_TRANSFORM_PROFILE_TRUNCATED","features":[437]},{"name":"MF_E_TRANSFORM_PROPERTY_ARRAY_VALUE_WRONG_NUM_DIM","features":[437]},{"name":"MF_E_TRANSFORM_PROPERTY_NOT_WRITEABLE","features":[437]},{"name":"MF_E_TRANSFORM_PROPERTY_PID_NOT_RECOGNIZED","features":[437]},{"name":"MF_E_TRANSFORM_PROPERTY_VALUE_INCOMPATIBLE","features":[437]},{"name":"MF_E_TRANSFORM_PROPERTY_VALUE_OUT_OF_RANGE","features":[437]},{"name":"MF_E_TRANSFORM_PROPERTY_VALUE_SIZE_WRONG","features":[437]},{"name":"MF_E_TRANSFORM_PROPERTY_VARIANT_TYPE_WRONG","features":[437]},{"name":"MF_E_TRANSFORM_STREAM_CHANGE","features":[437]},{"name":"MF_E_TRANSFORM_STREAM_INVALID_RESOLUTION","features":[437]},{"name":"MF_E_TRANSFORM_TYPE_NOT_SET","features":[437]},{"name":"MF_E_TRUST_DISABLED","features":[437]},{"name":"MF_E_UNAUTHORIZED","features":[437]},{"name":"MF_E_UNEXPECTED","features":[437]},{"name":"MF_E_UNRECOVERABLE_ERROR_OCCURRED","features":[437]},{"name":"MF_E_UNSUPPORTED_BYTESTREAM_TYPE","features":[437]},{"name":"MF_E_UNSUPPORTED_CAPTION","features":[437]},{"name":"MF_E_UNSUPPORTED_CAPTURE_DEVICE_PRESENT","features":[437]},{"name":"MF_E_UNSUPPORTED_CHARACTERISTICS","features":[437]},{"name":"MF_E_UNSUPPORTED_CONTENT_PROTECTION_SYSTEM","features":[437]},{"name":"MF_E_UNSUPPORTED_D3D_TYPE","features":[437]},{"name":"MF_E_UNSUPPORTED_FORMAT","features":[437]},{"name":"MF_E_UNSUPPORTED_MEDIATYPE_AT_D3D_FEATURE_LEVEL","features":[437]},{"name":"MF_E_UNSUPPORTED_RATE","features":[437]},{"name":"MF_E_UNSUPPORTED_RATE_TRANSITION","features":[437]},{"name":"MF_E_UNSUPPORTED_REPRESENTATION","features":[437]},{"name":"MF_E_UNSUPPORTED_SCHEME","features":[437]},{"name":"MF_E_UNSUPPORTED_SERVICE","features":[437]},{"name":"MF_E_UNSUPPORTED_STATE_TRANSITION","features":[437]},{"name":"MF_E_UNSUPPORTED_TIME_FORMAT","features":[437]},{"name":"MF_E_USERMODE_UNTRUSTED","features":[437]},{"name":"MF_E_VIDEO_DEVICE_LOCKED","features":[437]},{"name":"MF_E_VIDEO_RECORDING_DEVICE_INVALIDATED","features":[437]},{"name":"MF_E_VIDEO_RECORDING_DEVICE_PREEMPTED","features":[437]},{"name":"MF_E_VIDEO_REN_COPYPROT_FAILED","features":[437]},{"name":"MF_E_VIDEO_REN_NO_DEINTERLACE_HW","features":[437]},{"name":"MF_E_VIDEO_REN_NO_PROCAMP_HW","features":[437]},{"name":"MF_E_VIDEO_REN_SURFACE_NOT_SHARED","features":[437]},{"name":"MF_E_WMDRMOTA_ACTION_ALREADY_SET","features":[437]},{"name":"MF_E_WMDRMOTA_ACTION_MISMATCH","features":[437]},{"name":"MF_E_WMDRMOTA_DRM_ENCRYPTION_SCHEME_NOT_SUPPORTED","features":[437]},{"name":"MF_E_WMDRMOTA_DRM_HEADER_NOT_AVAILABLE","features":[437]},{"name":"MF_E_WMDRMOTA_INVALID_POLICY","features":[437]},{"name":"MF_E_WMDRMOTA_NO_ACTION","features":[437]},{"name":"MF_FILEFLAGS_ALLOW_WRITE_SHARING","features":[437]},{"name":"MF_FILEFLAGS_NOBUFFERING","features":[437]},{"name":"MF_FILEFLAGS_NONE","features":[437]},{"name":"MF_FILE_ACCESSMODE","features":[437]},{"name":"MF_FILE_FLAGS","features":[437]},{"name":"MF_FILE_OPENMODE","features":[437]},{"name":"MF_FLOAT2","features":[437]},{"name":"MF_FLOAT3","features":[437]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_CUSTOM_EVENT","features":[437]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_PIPELINE_SHUTDOWN","features":[437]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_SOURCE_INITIALIZE","features":[437]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_SOURCE_START","features":[437]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_SOURCE_STOP","features":[437]},{"name":"MF_FRAMESERVER_VCAMEVENT_EXTENDED_SOURCE_UNINITIALIZE","features":[437]},{"name":"MF_GRL_ABSENT","features":[437]},{"name":"MF_GRL_LOAD_FAILED","features":[437]},{"name":"MF_HDCP_STATUS","features":[437]},{"name":"MF_HDCP_STATUS_OFF","features":[437]},{"name":"MF_HDCP_STATUS_ON","features":[437]},{"name":"MF_HDCP_STATUS_ON_WITH_TYPE_ENFORCEMENT","features":[437]},{"name":"MF_HISTOGRAM_CHANNEL_B","features":[437]},{"name":"MF_HISTOGRAM_CHANNEL_Cb","features":[437]},{"name":"MF_HISTOGRAM_CHANNEL_Cr","features":[437]},{"name":"MF_HISTOGRAM_CHANNEL_G","features":[437]},{"name":"MF_HISTOGRAM_CHANNEL_R","features":[437]},{"name":"MF_HISTOGRAM_CHANNEL_Y","features":[437]},{"name":"MF_INDEPENDENT_STILL_IMAGE","features":[437]},{"name":"MF_INDEX_SIZE_ERR","features":[437]},{"name":"MF_INVALID_ACCESS_ERR","features":[437]},{"name":"MF_INVALID_GRL_SIGNATURE","features":[437]},{"name":"MF_INVALID_PRESENTATION_TIME","features":[437]},{"name":"MF_INVALID_STATE_ERR","features":[437]},{"name":"MF_I_MANUAL_PROXY","features":[437]},{"name":"MF_KERNEL_MODE_COMPONENT_LOAD","features":[437]},{"name":"MF_LEAKY_BUCKET_PAIR","features":[437]},{"name":"MF_LICENSE_URL_TAMPERED","features":[437]},{"name":"MF_LICENSE_URL_TRUSTED","features":[437]},{"name":"MF_LICENSE_URL_UNTRUSTED","features":[437]},{"name":"MF_LOCAL_MFT_REGISTRATION_SERVICE","features":[437]},{"name":"MF_LOCAL_PLUGIN_CONTROL_POLICY","features":[437]},{"name":"MF_LOW_LATENCY","features":[437]},{"name":"MF_LUMA_KEY_ENABLE","features":[437]},{"name":"MF_LUMA_KEY_LOWER","features":[437]},{"name":"MF_LUMA_KEY_UPPER","features":[437]},{"name":"MF_MEDIAENGINE_KEYERR_CLIENT","features":[437]},{"name":"MF_MEDIAENGINE_KEYERR_DOMAIN","features":[437]},{"name":"MF_MEDIAENGINE_KEYERR_HARDWARECHANGE","features":[437]},{"name":"MF_MEDIAENGINE_KEYERR_OUTPUT","features":[437]},{"name":"MF_MEDIAENGINE_KEYERR_SERVICE","features":[437]},{"name":"MF_MEDIAENGINE_KEYERR_UNKNOWN","features":[437]},{"name":"MF_MEDIAKEYSESSION_MESSAGETYPE","features":[437]},{"name":"MF_MEDIAKEYSESSION_MESSAGETYPE_INDIVIDUALIZATION_REQUEST","features":[437]},{"name":"MF_MEDIAKEYSESSION_MESSAGETYPE_LICENSE_RELEASE","features":[437]},{"name":"MF_MEDIAKEYSESSION_MESSAGETYPE_LICENSE_RENEWAL","features":[437]},{"name":"MF_MEDIAKEYSESSION_MESSAGETYPE_LICENSE_REQUEST","features":[437]},{"name":"MF_MEDIAKEYSESSION_TYPE","features":[437]},{"name":"MF_MEDIAKEYSESSION_TYPE_PERSISTENT_LICENSE","features":[437]},{"name":"MF_MEDIAKEYSESSION_TYPE_PERSISTENT_RELEASE_MESSAGE","features":[437]},{"name":"MF_MEDIAKEYSESSION_TYPE_PERSISTENT_USAGE_RECORD","features":[437]},{"name":"MF_MEDIAKEYSESSION_TYPE_TEMPORARY","features":[437]},{"name":"MF_MEDIAKEYS_REQUIREMENT","features":[437]},{"name":"MF_MEDIAKEYS_REQUIREMENT_NOT_ALLOWED","features":[437]},{"name":"MF_MEDIAKEYS_REQUIREMENT_OPTIONAL","features":[437]},{"name":"MF_MEDIAKEYS_REQUIREMENT_REQUIRED","features":[437]},{"name":"MF_MEDIAKEY_STATUS","features":[437]},{"name":"MF_MEDIAKEY_STATUS_EXPIRED","features":[437]},{"name":"MF_MEDIAKEY_STATUS_INTERNAL_ERROR","features":[437]},{"name":"MF_MEDIAKEY_STATUS_OUTPUT_DOWNSCALED","features":[437]},{"name":"MF_MEDIAKEY_STATUS_OUTPUT_NOT_ALLOWED","features":[437]},{"name":"MF_MEDIAKEY_STATUS_OUTPUT_RESTRICTED","features":[437]},{"name":"MF_MEDIAKEY_STATUS_RELEASED","features":[437]},{"name":"MF_MEDIAKEY_STATUS_STATUS_PENDING","features":[437]},{"name":"MF_MEDIAKEY_STATUS_USABLE","features":[437]},{"name":"MF_MEDIASINK_AUTOFINALIZE_SUPPORTED","features":[437]},{"name":"MF_MEDIASINK_ENABLE_AUTOFINALIZE","features":[437]},{"name":"MF_MEDIASOURCE_EXPOSE_ALL_STREAMS","features":[437]},{"name":"MF_MEDIASOURCE_SERVICE","features":[437]},{"name":"MF_MEDIATYPE_EQUAL_FORMAT_DATA","features":[437]},{"name":"MF_MEDIATYPE_EQUAL_FORMAT_TYPES","features":[437]},{"name":"MF_MEDIATYPE_EQUAL_FORMAT_USER_DATA","features":[437]},{"name":"MF_MEDIATYPE_EQUAL_MAJOR_TYPES","features":[437]},{"name":"MF_MEDIATYPE_MULTIPLEXED_MANAGER","features":[437]},{"name":"MF_MEDIA_ENGINE_AUDIOONLY","features":[437]},{"name":"MF_MEDIA_ENGINE_AUDIO_CATEGORY","features":[437]},{"name":"MF_MEDIA_ENGINE_AUDIO_ENDPOINT_ROLE","features":[437]},{"name":"MF_MEDIA_ENGINE_BROWSER_COMPATIBILITY_MODE","features":[437]},{"name":"MF_MEDIA_ENGINE_BROWSER_COMPATIBILITY_MODE_IE10","features":[437]},{"name":"MF_MEDIA_ENGINE_BROWSER_COMPATIBILITY_MODE_IE11","features":[437]},{"name":"MF_MEDIA_ENGINE_BROWSER_COMPATIBILITY_MODE_IE9","features":[437]},{"name":"MF_MEDIA_ENGINE_BROWSER_COMPATIBILITY_MODE_IE_EDGE","features":[437]},{"name":"MF_MEDIA_ENGINE_CALLBACK","features":[437]},{"name":"MF_MEDIA_ENGINE_CANPLAY","features":[437]},{"name":"MF_MEDIA_ENGINE_CANPLAY_MAYBE","features":[437]},{"name":"MF_MEDIA_ENGINE_CANPLAY_NOT_SUPPORTED","features":[437]},{"name":"MF_MEDIA_ENGINE_CANPLAY_PROBABLY","features":[437]},{"name":"MF_MEDIA_ENGINE_COMPATIBILITY_MODE","features":[437]},{"name":"MF_MEDIA_ENGINE_COMPATIBILITY_MODE_WIN10","features":[437]},{"name":"MF_MEDIA_ENGINE_COMPATIBILITY_MODE_WWA_EDGE","features":[437]},{"name":"MF_MEDIA_ENGINE_CONTENT_PROTECTION_FLAGS","features":[437]},{"name":"MF_MEDIA_ENGINE_CONTENT_PROTECTION_MANAGER","features":[437]},{"name":"MF_MEDIA_ENGINE_CONTINUE_ON_CODEC_ERROR","features":[437]},{"name":"MF_MEDIA_ENGINE_COREWINDOW","features":[437]},{"name":"MF_MEDIA_ENGINE_CREATEFLAGS","features":[437]},{"name":"MF_MEDIA_ENGINE_CREATEFLAGS_MASK","features":[437]},{"name":"MF_MEDIA_ENGINE_DISABLE_LOCAL_PLUGINS","features":[437]},{"name":"MF_MEDIA_ENGINE_DXGI_MANAGER","features":[437]},{"name":"MF_MEDIA_ENGINE_EME_CALLBACK","features":[437]},{"name":"MF_MEDIA_ENGINE_ENABLE_PROTECTED_CONTENT","features":[437]},{"name":"MF_MEDIA_ENGINE_ERR","features":[437]},{"name":"MF_MEDIA_ENGINE_ERR_ABORTED","features":[437]},{"name":"MF_MEDIA_ENGINE_ERR_DECODE","features":[437]},{"name":"MF_MEDIA_ENGINE_ERR_ENCRYPTED","features":[437]},{"name":"MF_MEDIA_ENGINE_ERR_NETWORK","features":[437]},{"name":"MF_MEDIA_ENGINE_ERR_NOERROR","features":[437]},{"name":"MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_ABORT","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_AUDIOENDPOINTCHANGE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_BALANCECHANGE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_BUFFERINGENDED","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_BUFFERINGSTARTED","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_CANPLAY","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_CANPLAYTHROUGH","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_DELAYLOADEVENT_CHANGED","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_DOWNLOADCOMPLETE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_DURATIONCHANGE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_EMPTIED","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_ENDED","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_ERROR","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_FIRSTFRAMEREADY","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_FORMATCHANGE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_FRAMESTEPCOMPLETED","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_LOADEDDATA","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_LOADEDMETADATA","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_LOADSTART","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_NOTIFYSTABLESTATE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_OPMINFO","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_PAUSE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_PLAY","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_PLAYING","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_PROGRESS","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_PURGEQUEUEDEVENTS","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_RATECHANGE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_RESOURCELOST","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_SEEKED","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_SEEKING","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_STALLED","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_STREAMRENDERINGERROR","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_SUPPORTEDRATES_CHANGED","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_SUSPEND","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_TIMELINE_MARKER","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_TIMEUPDATE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_TRACKSCHANGE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_VOLUMECHANGE","features":[437]},{"name":"MF_MEDIA_ENGINE_EVENT_WAITING","features":[437]},{"name":"MF_MEDIA_ENGINE_EXTENSION","features":[437]},{"name":"MF_MEDIA_ENGINE_EXTENSION_TYPE","features":[437]},{"name":"MF_MEDIA_ENGINE_EXTENSION_TYPE_BYTESTREAM","features":[437]},{"name":"MF_MEDIA_ENGINE_EXTENSION_TYPE_MEDIASOURCE","features":[437]},{"name":"MF_MEDIA_ENGINE_FORCEMUTE","features":[437]},{"name":"MF_MEDIA_ENGINE_FRAME_PROTECTION_FLAGS","features":[437]},{"name":"MF_MEDIA_ENGINE_FRAME_PROTECTION_FLAG_PROTECTED","features":[437]},{"name":"MF_MEDIA_ENGINE_FRAME_PROTECTION_FLAG_REQUIRES_ANTI_SCREEN_SCRAPE_PROTECTION","features":[437]},{"name":"MF_MEDIA_ENGINE_FRAME_PROTECTION_FLAG_REQUIRES_SURFACE_PROTECTION","features":[437]},{"name":"MF_MEDIA_ENGINE_KEYERR","features":[437]},{"name":"MF_MEDIA_ENGINE_MEDIA_PLAYER_MODE","features":[437]},{"name":"MF_MEDIA_ENGINE_NEEDKEY_CALLBACK","features":[437]},{"name":"MF_MEDIA_ENGINE_NETWORK","features":[437]},{"name":"MF_MEDIA_ENGINE_NETWORK_EMPTY","features":[437]},{"name":"MF_MEDIA_ENGINE_NETWORK_IDLE","features":[437]},{"name":"MF_MEDIA_ENGINE_NETWORK_LOADING","features":[437]},{"name":"MF_MEDIA_ENGINE_NETWORK_NO_SOURCE","features":[437]},{"name":"MF_MEDIA_ENGINE_OPM_ESTABLISHED","features":[437]},{"name":"MF_MEDIA_ENGINE_OPM_FAILED","features":[437]},{"name":"MF_MEDIA_ENGINE_OPM_FAILED_BDA","features":[437]},{"name":"MF_MEDIA_ENGINE_OPM_FAILED_UNSIGNED_DRIVER","features":[437]},{"name":"MF_MEDIA_ENGINE_OPM_FAILED_VM","features":[437]},{"name":"MF_MEDIA_ENGINE_OPM_HWND","features":[437]},{"name":"MF_MEDIA_ENGINE_OPM_NOT_REQUESTED","features":[437]},{"name":"MF_MEDIA_ENGINE_OPM_STATUS","features":[437]},{"name":"MF_MEDIA_ENGINE_PLAYBACK_HWND","features":[437]},{"name":"MF_MEDIA_ENGINE_PLAYBACK_VISUAL","features":[437]},{"name":"MF_MEDIA_ENGINE_PRELOAD","features":[437]},{"name":"MF_MEDIA_ENGINE_PRELOAD_AUTOMATIC","features":[437]},{"name":"MF_MEDIA_ENGINE_PRELOAD_EMPTY","features":[437]},{"name":"MF_MEDIA_ENGINE_PRELOAD_METADATA","features":[437]},{"name":"MF_MEDIA_ENGINE_PRELOAD_MISSING","features":[437]},{"name":"MF_MEDIA_ENGINE_PRELOAD_NONE","features":[437]},{"name":"MF_MEDIA_ENGINE_PROTECTION_FLAGS","features":[437]},{"name":"MF_MEDIA_ENGINE_READY","features":[437]},{"name":"MF_MEDIA_ENGINE_READY_HAVE_CURRENT_DATA","features":[437]},{"name":"MF_MEDIA_ENGINE_READY_HAVE_ENOUGH_DATA","features":[437]},{"name":"MF_MEDIA_ENGINE_READY_HAVE_FUTURE_DATA","features":[437]},{"name":"MF_MEDIA_ENGINE_READY_HAVE_METADATA","features":[437]},{"name":"MF_MEDIA_ENGINE_READY_HAVE_NOTHING","features":[437]},{"name":"MF_MEDIA_ENGINE_REAL_TIME_MODE","features":[437]},{"name":"MF_MEDIA_ENGINE_S3D_PACKING_MODE","features":[437]},{"name":"MF_MEDIA_ENGINE_S3D_PACKING_MODE_NONE","features":[437]},{"name":"MF_MEDIA_ENGINE_S3D_PACKING_MODE_SIDE_BY_SIDE","features":[437]},{"name":"MF_MEDIA_ENGINE_S3D_PACKING_MODE_TOP_BOTTOM","features":[437]},{"name":"MF_MEDIA_ENGINE_SEEK_MODE","features":[437]},{"name":"MF_MEDIA_ENGINE_SEEK_MODE_APPROXIMATE","features":[437]},{"name":"MF_MEDIA_ENGINE_SEEK_MODE_NORMAL","features":[437]},{"name":"MF_MEDIA_ENGINE_SOURCE_RESOLVER_CONFIG_STORE","features":[437]},{"name":"MF_MEDIA_ENGINE_STATISTIC","features":[437]},{"name":"MF_MEDIA_ENGINE_STATISTIC_BUFFER_PROGRESS","features":[437]},{"name":"MF_MEDIA_ENGINE_STATISTIC_BYTES_DOWNLOADED","features":[437]},{"name":"MF_MEDIA_ENGINE_STATISTIC_FRAMES_CORRUPTED","features":[437]},{"name":"MF_MEDIA_ENGINE_STATISTIC_FRAMES_DROPPED","features":[437]},{"name":"MF_MEDIA_ENGINE_STATISTIC_FRAMES_PER_SECOND","features":[437]},{"name":"MF_MEDIA_ENGINE_STATISTIC_FRAMES_RENDERED","features":[437]},{"name":"MF_MEDIA_ENGINE_STATISTIC_PLAYBACK_JITTER","features":[437]},{"name":"MF_MEDIA_ENGINE_STATISTIC_TOTAL_FRAME_DELAY","features":[437]},{"name":"MF_MEDIA_ENGINE_STREAMTYPE_FAILED","features":[437]},{"name":"MF_MEDIA_ENGINE_STREAMTYPE_FAILED_AUDIO","features":[437]},{"name":"MF_MEDIA_ENGINE_STREAMTYPE_FAILED_UNKNOWN","features":[437]},{"name":"MF_MEDIA_ENGINE_STREAMTYPE_FAILED_VIDEO","features":[437]},{"name":"MF_MEDIA_ENGINE_STREAM_CONTAINS_ALPHA_CHANNEL","features":[437]},{"name":"MF_MEDIA_ENGINE_SYNCHRONOUS_CLOSE","features":[437]},{"name":"MF_MEDIA_ENGINE_TELEMETRY_APPLICATION_ID","features":[437]},{"name":"MF_MEDIA_ENGINE_TIMEDTEXT","features":[437]},{"name":"MF_MEDIA_ENGINE_TRACK_ID","features":[437]},{"name":"MF_MEDIA_ENGINE_USE_PMP_FOR_ALL_CONTENT","features":[437]},{"name":"MF_MEDIA_ENGINE_USE_UNPROTECTED_PMP","features":[437]},{"name":"MF_MEDIA_ENGINE_VIDEO_OUTPUT_FORMAT","features":[437]},{"name":"MF_MEDIA_ENGINE_WAITFORSTABLE_STATE","features":[437]},{"name":"MF_MEDIA_PROTECTION_MANAGER_PROPERTIES","features":[437]},{"name":"MF_MEDIA_SHARING_ENGINE_DEVICE","features":[437]},{"name":"MF_MEDIA_SHARING_ENGINE_DEVICE_NAME","features":[437]},{"name":"MF_MEDIA_SHARING_ENGINE_EVENT","features":[437]},{"name":"MF_MEDIA_SHARING_ENGINE_EVENT_DISCONNECT","features":[437]},{"name":"MF_MEDIA_SHARING_ENGINE_INITIAL_SEEK_TIME","features":[437]},{"name":"MF_METADATAFACIALEXPRESSION_SMILE","features":[437]},{"name":"MF_METADATATIMESTAMPS_DEVICE","features":[437]},{"name":"MF_METADATATIMESTAMPS_PRESENTATION","features":[437]},{"name":"MF_METADATA_PROVIDER_SERVICE","features":[437]},{"name":"MF_MINCRYPT_FAILURE","features":[437]},{"name":"MF_MP2DLNA_AUDIO_BIT_RATE","features":[437]},{"name":"MF_MP2DLNA_ENCODE_QUALITY","features":[437]},{"name":"MF_MP2DLNA_STATISTICS","features":[437]},{"name":"MF_MP2DLNA_USE_MMCSS","features":[437]},{"name":"MF_MP2DLNA_VIDEO_BIT_RATE","features":[437]},{"name":"MF_MPEG4SINK_MAX_CODED_SEQUENCES_PER_FRAGMENT","features":[437]},{"name":"MF_MPEG4SINK_MINIMUM_PROPERTIES_SIZE","features":[437]},{"name":"MF_MPEG4SINK_MIN_FRAGMENT_DURATION","features":[437]},{"name":"MF_MPEG4SINK_MOOV_BEFORE_MDAT","features":[437]},{"name":"MF_MPEG4SINK_SPSPPS_PASSTHROUGH","features":[437]},{"name":"MF_MSE_ACTIVELIST_CALLBACK","features":[437]},{"name":"MF_MSE_APPEND_MODE","features":[437]},{"name":"MF_MSE_APPEND_MODE_SEGMENTS","features":[437]},{"name":"MF_MSE_APPEND_MODE_SEQUENCE","features":[437]},{"name":"MF_MSE_BUFFERLIST_CALLBACK","features":[437]},{"name":"MF_MSE_CALLBACK","features":[437]},{"name":"MF_MSE_ERROR","features":[437]},{"name":"MF_MSE_ERROR_DECODE","features":[437]},{"name":"MF_MSE_ERROR_NETWORK","features":[437]},{"name":"MF_MSE_ERROR_NOERROR","features":[437]},{"name":"MF_MSE_ERROR_UNKNOWN_ERROR","features":[437]},{"name":"MF_MSE_OPUS_SUPPORT","features":[437]},{"name":"MF_MSE_OPUS_SUPPORT_OFF","features":[437]},{"name":"MF_MSE_OPUS_SUPPORT_ON","features":[437]},{"name":"MF_MSE_OPUS_SUPPORT_TYPE","features":[437]},{"name":"MF_MSE_READY","features":[437]},{"name":"MF_MSE_READY_CLOSED","features":[437]},{"name":"MF_MSE_READY_ENDED","features":[437]},{"name":"MF_MSE_READY_OPEN","features":[437]},{"name":"MF_MSE_VP9_SUPPORT","features":[437]},{"name":"MF_MSE_VP9_SUPPORT_DEFAULT","features":[437]},{"name":"MF_MSE_VP9_SUPPORT_OFF","features":[437]},{"name":"MF_MSE_VP9_SUPPORT_ON","features":[437]},{"name":"MF_MSE_VP9_SUPPORT_TYPE","features":[437]},{"name":"MF_MT_AAC_AUDIO_PROFILE_LEVEL_INDICATION","features":[437]},{"name":"MF_MT_AAC_PAYLOAD_TYPE","features":[437]},{"name":"MF_MT_ALL_SAMPLES_INDEPENDENT","features":[437]},{"name":"MF_MT_ALPHA_MODE","features":[437]},{"name":"MF_MT_AM_FORMAT_TYPE","features":[437]},{"name":"MF_MT_ARBITRARY_FORMAT","features":[437]},{"name":"MF_MT_ARBITRARY_HEADER","features":[437]},{"name":"MF_MT_AUDIO_AVG_BYTES_PER_SECOND","features":[437]},{"name":"MF_MT_AUDIO_BITS_PER_SAMPLE","features":[437]},{"name":"MF_MT_AUDIO_BLOCK_ALIGNMENT","features":[437]},{"name":"MF_MT_AUDIO_CHANNEL_MASK","features":[437]},{"name":"MF_MT_AUDIO_FLAC_MAX_BLOCK_SIZE","features":[437]},{"name":"MF_MT_AUDIO_FLOAT_SAMPLES_PER_SECOND","features":[437]},{"name":"MF_MT_AUDIO_FOLDDOWN_MATRIX","features":[437]},{"name":"MF_MT_AUDIO_NUM_CHANNELS","features":[437]},{"name":"MF_MT_AUDIO_PREFER_WAVEFORMATEX","features":[437]},{"name":"MF_MT_AUDIO_SAMPLES_PER_BLOCK","features":[437]},{"name":"MF_MT_AUDIO_SAMPLES_PER_SECOND","features":[437]},{"name":"MF_MT_AUDIO_VALID_BITS_PER_SAMPLE","features":[437]},{"name":"MF_MT_AUDIO_WMADRC_AVGREF","features":[437]},{"name":"MF_MT_AUDIO_WMADRC_AVGTARGET","features":[437]},{"name":"MF_MT_AUDIO_WMADRC_PEAKREF","features":[437]},{"name":"MF_MT_AUDIO_WMADRC_PEAKTARGET","features":[437]},{"name":"MF_MT_AVG_BITRATE","features":[437]},{"name":"MF_MT_AVG_BIT_ERROR_RATE","features":[437]},{"name":"MF_MT_COMPRESSED","features":[437]},{"name":"MF_MT_CONTAINER_RATE_SCALING","features":[437]},{"name":"MF_MT_CUSTOM_VIDEO_PRIMARIES","features":[437]},{"name":"MF_MT_D3D12_CPU_READBACK","features":[437]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_ALLOW_CROSS_ADAPTER","features":[437]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_ALLOW_DEPTH_STENCIL","features":[437]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_ALLOW_RENDER_TARGET","features":[437]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_ALLOW_SIMULTANEOUS_ACCESS","features":[437]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_ALLOW_UNORDERED_ACCESS","features":[437]},{"name":"MF_MT_D3D12_RESOURCE_FLAG_DENY_SHADER_RESOURCE","features":[437]},{"name":"MF_MT_D3D12_TEXTURE_LAYOUT","features":[437]},{"name":"MF_MT_D3D_RESOURCE_VERSION","features":[437]},{"name":"MF_MT_D3D_RESOURCE_VERSION_ENUM","features":[437]},{"name":"MF_MT_DECODER_MAX_DPB_COUNT","features":[437]},{"name":"MF_MT_DECODER_USE_MAX_RESOLUTION","features":[437]},{"name":"MF_MT_DEFAULT_STRIDE","features":[437]},{"name":"MF_MT_DEPTH_MEASUREMENT","features":[437]},{"name":"MF_MT_DEPTH_VALUE_UNIT","features":[437]},{"name":"MF_MT_DRM_FLAGS","features":[437]},{"name":"MF_MT_DV_AAUX_CTRL_PACK_0","features":[437]},{"name":"MF_MT_DV_AAUX_CTRL_PACK_1","features":[437]},{"name":"MF_MT_DV_AAUX_SRC_PACK_0","features":[437]},{"name":"MF_MT_DV_AAUX_SRC_PACK_1","features":[437]},{"name":"MF_MT_DV_VAUX_CTRL_PACK","features":[437]},{"name":"MF_MT_DV_VAUX_SRC_PACK","features":[437]},{"name":"MF_MT_FIXED_SIZE_SAMPLES","features":[437]},{"name":"MF_MT_FORWARD_CUSTOM_NALU","features":[437]},{"name":"MF_MT_FORWARD_CUSTOM_SEI","features":[437]},{"name":"MF_MT_FRAME_RATE","features":[437]},{"name":"MF_MT_FRAME_RATE_RANGE_MAX","features":[437]},{"name":"MF_MT_FRAME_RATE_RANGE_MIN","features":[437]},{"name":"MF_MT_FRAME_SIZE","features":[437]},{"name":"MF_MT_GEOMETRIC_APERTURE","features":[437]},{"name":"MF_MT_H264_CAPABILITIES","features":[437]},{"name":"MF_MT_H264_LAYOUT_PER_STREAM","features":[437]},{"name":"MF_MT_H264_MAX_CODEC_CONFIG_DELAY","features":[437]},{"name":"MF_MT_H264_MAX_MB_PER_SEC","features":[437]},{"name":"MF_MT_H264_RATE_CONTROL_MODES","features":[437]},{"name":"MF_MT_H264_RESOLUTION_SCALING","features":[437]},{"name":"MF_MT_H264_SIMULCAST_SUPPORT","features":[437]},{"name":"MF_MT_H264_SUPPORTED_RATE_CONTROL_MODES","features":[437]},{"name":"MF_MT_H264_SUPPORTED_SLICE_MODES","features":[437]},{"name":"MF_MT_H264_SUPPORTED_SYNC_FRAME_TYPES","features":[437]},{"name":"MF_MT_H264_SUPPORTED_USAGES","features":[437]},{"name":"MF_MT_H264_SVC_CAPABILITIES","features":[437]},{"name":"MF_MT_H264_USAGE","features":[437]},{"name":"MF_MT_IMAGE_LOSS_TOLERANT","features":[437]},{"name":"MF_MT_INTERLACE_MODE","features":[437]},{"name":"MF_MT_IN_BAND_PARAMETER_SET","features":[437]},{"name":"MF_MT_MAJOR_TYPE","features":[437]},{"name":"MF_MT_MAX_FRAME_AVERAGE_LUMINANCE_LEVEL","features":[437]},{"name":"MF_MT_MAX_KEYFRAME_SPACING","features":[437]},{"name":"MF_MT_MAX_LUMINANCE_LEVEL","features":[437]},{"name":"MF_MT_MAX_MASTERING_LUMINANCE","features":[437]},{"name":"MF_MT_MINIMUM_DISPLAY_APERTURE","features":[437]},{"name":"MF_MT_MIN_MASTERING_LUMINANCE","features":[437]},{"name":"MF_MT_MPEG2_CONTENT_PACKET","features":[437]},{"name":"MF_MT_MPEG2_FLAGS","features":[437]},{"name":"MF_MT_MPEG2_HDCP","features":[437]},{"name":"MF_MT_MPEG2_LEVEL","features":[437]},{"name":"MF_MT_MPEG2_ONE_FRAME_PER_PACKET","features":[437]},{"name":"MF_MT_MPEG2_PROFILE","features":[437]},{"name":"MF_MT_MPEG2_STANDARD","features":[437]},{"name":"MF_MT_MPEG2_TIMECODE","features":[437]},{"name":"MF_MT_MPEG4_CURRENT_SAMPLE_ENTRY","features":[437]},{"name":"MF_MT_MPEG4_SAMPLE_DESCRIPTION","features":[437]},{"name":"MF_MT_MPEG4_TRACK_TYPE","features":[437]},{"name":"MF_MT_MPEG_SEQUENCE_HEADER","features":[437]},{"name":"MF_MT_MPEG_START_TIME_CODE","features":[437]},{"name":"MF_MT_ORIGINAL_4CC","features":[437]},{"name":"MF_MT_ORIGINAL_WAVE_FORMAT_TAG","features":[437]},{"name":"MF_MT_OUTPUT_BUFFER_NUM","features":[437]},{"name":"MF_MT_PAD_CONTROL_FLAGS","features":[437]},{"name":"MF_MT_PALETTE","features":[437]},{"name":"MF_MT_PAN_SCAN_APERTURE","features":[437]},{"name":"MF_MT_PAN_SCAN_ENABLED","features":[437]},{"name":"MF_MT_PIXEL_ASPECT_RATIO","features":[437]},{"name":"MF_MT_REALTIME_CONTENT","features":[437]},{"name":"MF_MT_SAMPLE_SIZE","features":[437]},{"name":"MF_MT_SECURE","features":[437]},{"name":"MF_MT_SOURCE_CONTENT_HINT","features":[437]},{"name":"MF_MT_SPATIAL_AUDIO_DATA_PRESENT","features":[437]},{"name":"MF_MT_SPATIAL_AUDIO_MAX_DYNAMIC_OBJECTS","features":[437]},{"name":"MF_MT_SPATIAL_AUDIO_MAX_METADATA_ITEMS","features":[437]},{"name":"MF_MT_SPATIAL_AUDIO_MIN_METADATA_ITEM_OFFSET_SPACING","features":[437]},{"name":"MF_MT_SPATIAL_AUDIO_OBJECT_METADATA_FORMAT_ID","features":[437]},{"name":"MF_MT_SPATIAL_AUDIO_OBJECT_METADATA_LENGTH","features":[437]},{"name":"MF_MT_SUBTYPE","features":[437]},{"name":"MF_MT_TIMESTAMP_CAN_BE_DTS","features":[437]},{"name":"MF_MT_TRANSFER_FUNCTION","features":[437]},{"name":"MF_MT_USER_DATA","features":[437]},{"name":"MF_MT_VIDEO_3D","features":[437]},{"name":"MF_MT_VIDEO_3D_FIRST_IS_LEFT","features":[437]},{"name":"MF_MT_VIDEO_3D_FORMAT","features":[437]},{"name":"MF_MT_VIDEO_3D_LEFT_IS_BASE","features":[437]},{"name":"MF_MT_VIDEO_3D_NUM_VIEWS","features":[437]},{"name":"MF_MT_VIDEO_CHROMA_SITING","features":[437]},{"name":"MF_MT_VIDEO_H264_NO_FMOASO","features":[437]},{"name":"MF_MT_VIDEO_LEVEL","features":[437]},{"name":"MF_MT_VIDEO_LIGHTING","features":[437]},{"name":"MF_MT_VIDEO_NOMINAL_RANGE","features":[437]},{"name":"MF_MT_VIDEO_NO_FRAME_ORDERING","features":[437]},{"name":"MF_MT_VIDEO_PRIMARIES","features":[437]},{"name":"MF_MT_VIDEO_PROFILE","features":[437]},{"name":"MF_MT_VIDEO_RENDERER_EXTENSION_PROFILE","features":[437]},{"name":"MF_MT_VIDEO_ROTATION","features":[437]},{"name":"MF_MT_WRAPPED_TYPE","features":[437]},{"name":"MF_MT_YUV_MATRIX","features":[437]},{"name":"MF_MULTITHREADED_WORKQUEUE","features":[437]},{"name":"MF_NALU_LENGTH_INFORMATION","features":[437]},{"name":"MF_NALU_LENGTH_SET","features":[437]},{"name":"MF_NOT_FOUND_ERR","features":[437]},{"name":"MF_NOT_SUPPORTED_ERR","features":[437]},{"name":"MF_NUM_DROP_MODES","features":[437]},{"name":"MF_NUM_QUALITY_LEVELS","features":[437]},{"name":"MF_OBJECT_BYTESTREAM","features":[437]},{"name":"MF_OBJECT_INVALID","features":[437]},{"name":"MF_OBJECT_MEDIASOURCE","features":[437]},{"name":"MF_OBJECT_TYPE","features":[437]},{"name":"MF_OPENMODE_APPEND_IF_EXIST","features":[437]},{"name":"MF_OPENMODE_DELETE_IF_EXIST","features":[437]},{"name":"MF_OPENMODE_FAIL_IF_EXIST","features":[437]},{"name":"MF_OPENMODE_FAIL_IF_NOT_EXIST","features":[437]},{"name":"MF_OPENMODE_RESET_IF_EXIST","features":[437]},{"name":"MF_OPM_ACP_LEVEL_ONE","features":[437]},{"name":"MF_OPM_ACP_LEVEL_THREE","features":[437]},{"name":"MF_OPM_ACP_LEVEL_TWO","features":[437]},{"name":"MF_OPM_ACP_OFF","features":[437]},{"name":"MF_OPM_ACP_PROTECTION_LEVEL","features":[437]},{"name":"MF_OPM_CGMSA_COPY_FREELY","features":[437]},{"name":"MF_OPM_CGMSA_COPY_NEVER","features":[437]},{"name":"MF_OPM_CGMSA_COPY_NO_MORE","features":[437]},{"name":"MF_OPM_CGMSA_COPY_ONE_GENERATION","features":[437]},{"name":"MF_OPM_CGMSA_OFF","features":[437]},{"name":"MF_OPM_CGMSA_PROTECTION_LEVEL","features":[437]},{"name":"MF_OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED","features":[437]},{"name":"MF_OPTIONAL_NODE_REJECTED_MEDIA_TYPE","features":[437]},{"name":"MF_OPTIONAL_NODE_REJECTED_PROTECTED_PROCESS","features":[437]},{"name":"MF_PARSE_ERR","features":[437]},{"name":"MF_PD_ADAPTIVE_STREAMING","features":[437]},{"name":"MF_PD_APP_CONTEXT","features":[437]},{"name":"MF_PD_ASF_CODECLIST","features":[437]},{"name":"MF_PD_ASF_CONTENTENCRYPTIONEX_ENCRYPTION_DATA","features":[437]},{"name":"MF_PD_ASF_CONTENTENCRYPTION_KEYID","features":[437]},{"name":"MF_PD_ASF_CONTENTENCRYPTION_LICENSE_URL","features":[437]},{"name":"MF_PD_ASF_CONTENTENCRYPTION_SECRET_DATA","features":[437]},{"name":"MF_PD_ASF_CONTENTENCRYPTION_TYPE","features":[437]},{"name":"MF_PD_ASF_DATA_LENGTH","features":[437]},{"name":"MF_PD_ASF_DATA_START_OFFSET","features":[437]},{"name":"MF_PD_ASF_FILEPROPERTIES_CREATION_TIME","features":[437]},{"name":"MF_PD_ASF_FILEPROPERTIES_FILE_ID","features":[437]},{"name":"MF_PD_ASF_FILEPROPERTIES_FLAGS","features":[437]},{"name":"MF_PD_ASF_FILEPROPERTIES_MAX_BITRATE","features":[437]},{"name":"MF_PD_ASF_FILEPROPERTIES_MAX_PACKET_SIZE","features":[437]},{"name":"MF_PD_ASF_FILEPROPERTIES_MIN_PACKET_SIZE","features":[437]},{"name":"MF_PD_ASF_FILEPROPERTIES_PACKETS","features":[437]},{"name":"MF_PD_ASF_FILEPROPERTIES_PLAY_DURATION","features":[437]},{"name":"MF_PD_ASF_FILEPROPERTIES_PREROLL","features":[437]},{"name":"MF_PD_ASF_FILEPROPERTIES_SEND_DURATION","features":[437]},{"name":"MF_PD_ASF_INFO_HAS_AUDIO","features":[437]},{"name":"MF_PD_ASF_INFO_HAS_NON_AUDIO_VIDEO","features":[437]},{"name":"MF_PD_ASF_INFO_HAS_VIDEO","features":[437]},{"name":"MF_PD_ASF_LANGLIST","features":[437]},{"name":"MF_PD_ASF_LANGLIST_LEGACYORDER","features":[437]},{"name":"MF_PD_ASF_MARKER","features":[437]},{"name":"MF_PD_ASF_METADATA_IS_VBR","features":[437]},{"name":"MF_PD_ASF_METADATA_LEAKY_BUCKET_PAIRS","features":[437]},{"name":"MF_PD_ASF_METADATA_V8_BUFFERAVERAGE","features":[437]},{"name":"MF_PD_ASF_METADATA_V8_VBRPEAK","features":[437]},{"name":"MF_PD_ASF_SCRIPT","features":[437]},{"name":"MF_PD_AUDIO_ENCODING_BITRATE","features":[437]},{"name":"MF_PD_AUDIO_ISVARIABLEBITRATE","features":[437]},{"name":"MF_PD_DURATION","features":[437]},{"name":"MF_PD_LAST_MODIFIED_TIME","features":[437]},{"name":"MF_PD_MIME_TYPE","features":[437]},{"name":"MF_PD_PLAYBACK_BOUNDARY_TIME","features":[437]},{"name":"MF_PD_PLAYBACK_ELEMENT_ID","features":[437]},{"name":"MF_PD_PMPHOST_CONTEXT","features":[437]},{"name":"MF_PD_PREFERRED_LANGUAGE","features":[437]},{"name":"MF_PD_SAMI_STYLELIST","features":[437]},{"name":"MF_PD_TOTAL_FILE_SIZE","features":[437]},{"name":"MF_PD_VIDEO_ENCODING_BITRATE","features":[437]},{"name":"MF_PLUGIN_CONTROL_POLICY","features":[437]},{"name":"MF_PLUGIN_CONTROL_POLICY_USE_ALL_PLUGINS","features":[437]},{"name":"MF_PLUGIN_CONTROL_POLICY_USE_APPROVED_PLUGINS","features":[437]},{"name":"MF_PLUGIN_CONTROL_POLICY_USE_WEB_PLUGINS","features":[437]},{"name":"MF_PLUGIN_CONTROL_POLICY_USE_WEB_PLUGINS_EDGEMODE","features":[437]},{"name":"MF_PMP_SERVER_CONTEXT","features":[437]},{"name":"MF_POLICY_ID","features":[437]},{"name":"MF_PREFERRED_SOURCE_URI","features":[437]},{"name":"MF_PROGRESSIVE_CODING_CONTENT","features":[437]},{"name":"MF_PROPERTY_HANDLER_SERVICE","features":[437]},{"name":"MF_Plugin_Type","features":[437]},{"name":"MF_Plugin_Type_MFT","features":[437]},{"name":"MF_Plugin_Type_MFT_MatchOutputType","features":[437]},{"name":"MF_Plugin_Type_MediaSource","features":[437]},{"name":"MF_Plugin_Type_Other","features":[437]},{"name":"MF_QUALITY_ADVISE_FLAGS","features":[437]},{"name":"MF_QUALITY_CANNOT_KEEP_UP","features":[437]},{"name":"MF_QUALITY_DROP_MODE","features":[437]},{"name":"MF_QUALITY_LEVEL","features":[437]},{"name":"MF_QUALITY_NORMAL","features":[437]},{"name":"MF_QUALITY_NORMAL_MINUS_1","features":[437]},{"name":"MF_QUALITY_NORMAL_MINUS_2","features":[437]},{"name":"MF_QUALITY_NORMAL_MINUS_3","features":[437]},{"name":"MF_QUALITY_NORMAL_MINUS_4","features":[437]},{"name":"MF_QUALITY_NORMAL_MINUS_5","features":[437]},{"name":"MF_QUALITY_NOTIFY_PROCESSING_LATENCY","features":[437]},{"name":"MF_QUALITY_NOTIFY_SAMPLE_LAG","features":[437]},{"name":"MF_QUALITY_SERVICES","features":[437]},{"name":"MF_QUATERNION","features":[437]},{"name":"MF_QUOTA_EXCEEDED_ERR","features":[437]},{"name":"MF_RATE_CONTROL_SERVICE","features":[437]},{"name":"MF_READWRITE_D3D_OPTIONAL","features":[437]},{"name":"MF_READWRITE_DISABLE_CONVERTERS","features":[437]},{"name":"MF_READWRITE_ENABLE_AUTOFINALIZE","features":[437]},{"name":"MF_READWRITE_ENABLE_HARDWARE_TRANSFORMS","features":[437]},{"name":"MF_READWRITE_MMCSS_CLASS","features":[437]},{"name":"MF_READWRITE_MMCSS_CLASS_AUDIO","features":[437]},{"name":"MF_READWRITE_MMCSS_PRIORITY","features":[437]},{"name":"MF_READWRITE_MMCSS_PRIORITY_AUDIO","features":[437]},{"name":"MF_REMOTE_PROXY","features":[437]},{"name":"MF_RESOLUTION_BYTESTREAM","features":[437]},{"name":"MF_RESOLUTION_CONTENT_DOES_NOT_HAVE_TO_MATCH_EXTENSION_OR_MIME_TYPE","features":[437]},{"name":"MF_RESOLUTION_DISABLE_LOCAL_PLUGINS","features":[437]},{"name":"MF_RESOLUTION_ENABLE_STORE_PLUGINS","features":[437]},{"name":"MF_RESOLUTION_FLAGS","features":[437]},{"name":"MF_RESOLUTION_KEEP_BYTE_STREAM_ALIVE_ON_FAIL","features":[437]},{"name":"MF_RESOLUTION_MEDIASOURCE","features":[437]},{"name":"MF_RESOLUTION_PLUGIN_CONTROL_POLICY_APPROVED_ONLY","features":[437]},{"name":"MF_RESOLUTION_PLUGIN_CONTROL_POLICY_WEB_ONLY","features":[437]},{"name":"MF_RESOLUTION_PLUGIN_CONTROL_POLICY_WEB_ONLY_EDGEMODE","features":[437]},{"name":"MF_RESOLUTION_READ","features":[437]},{"name":"MF_RESOLUTION_WRITE","features":[437]},{"name":"MF_SAMI_SERVICE","features":[437]},{"name":"MF_SAMPLEGRABBERSINK_IGNORE_CLOCK","features":[437]},{"name":"MF_SAMPLEGRABBERSINK_SAMPLE_TIME_OFFSET","features":[437]},{"name":"MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_AES_CBC","features":[437]},{"name":"MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_AES_CTR","features":[437]},{"name":"MF_SAMPLE_ENCRYPTION_PROTECTION_SCHEME_NONE","features":[437]},{"name":"MF_SA_AUDIO_ENDPOINT_AWARE","features":[437]},{"name":"MF_SA_BUFFERS_PER_SAMPLE","features":[437]},{"name":"MF_SA_D3D11_ALLOCATE_DISPLAYABLE_RESOURCES","features":[437]},{"name":"MF_SA_D3D11_ALLOW_DYNAMIC_YUV_TEXTURE","features":[437]},{"name":"MF_SA_D3D11_AWARE","features":[437]},{"name":"MF_SA_D3D11_BINDFLAGS","features":[437]},{"name":"MF_SA_D3D11_HW_PROTECTED","features":[437]},{"name":"MF_SA_D3D11_SHARED","features":[437]},{"name":"MF_SA_D3D11_SHARED_WITHOUT_MUTEX","features":[437]},{"name":"MF_SA_D3D11_USAGE","features":[437]},{"name":"MF_SA_D3D12_CLEAR_VALUE","features":[437]},{"name":"MF_SA_D3D12_HEAP_FLAGS","features":[437]},{"name":"MF_SA_D3D12_HEAP_TYPE","features":[437]},{"name":"MF_SA_D3D_AWARE","features":[437]},{"name":"MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNT","features":[437]},{"name":"MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNT_PROGRESSIVE","features":[437]},{"name":"MF_SA_REQUIRED_SAMPLE_COUNT","features":[437]},{"name":"MF_SA_REQUIRED_SAMPLE_COUNT_PROGRESSIVE","features":[437]},{"name":"MF_SDK_VERSION","features":[437]},{"name":"MF_SD_AMBISONICS_SAMPLE3D_DESCRIPTION","features":[437]},{"name":"MF_SD_ASF_EXTSTRMPROP_AVG_BUFFERSIZE","features":[437]},{"name":"MF_SD_ASF_EXTSTRMPROP_AVG_DATA_BITRATE","features":[437]},{"name":"MF_SD_ASF_EXTSTRMPROP_LANGUAGE_ID_INDEX","features":[437]},{"name":"MF_SD_ASF_EXTSTRMPROP_MAX_BUFFERSIZE","features":[437]},{"name":"MF_SD_ASF_EXTSTRMPROP_MAX_DATA_BITRATE","features":[437]},{"name":"MF_SD_ASF_METADATA_DEVICE_CONFORMANCE_TEMPLATE","features":[437]},{"name":"MF_SD_ASF_STREAMBITRATES_BITRATE","features":[437]},{"name":"MF_SD_AUDIO_ENCODER_DELAY","features":[437]},{"name":"MF_SD_AUDIO_ENCODER_PADDING","features":[437]},{"name":"MF_SD_LANGUAGE","features":[437]},{"name":"MF_SD_MEDIASOURCE_STATUS","features":[437]},{"name":"MF_SD_MUTUALLY_EXCLUSIVE","features":[437]},{"name":"MF_SD_PROTECTED","features":[437]},{"name":"MF_SD_SAMI_LANGUAGE","features":[437]},{"name":"MF_SD_STREAM_NAME","features":[437]},{"name":"MF_SD_VIDEO_SPHERICAL","features":[437]},{"name":"MF_SD_VIDEO_SPHERICAL_FORMAT","features":[437]},{"name":"MF_SD_VIDEO_SPHERICAL_INITIAL_VIEWDIRECTION","features":[437]},{"name":"MF_SERVICE_LOOKUP_ALL","features":[437]},{"name":"MF_SERVICE_LOOKUP_DOWNSTREAM","features":[437]},{"name":"MF_SERVICE_LOOKUP_DOWNSTREAM_DIRECT","features":[437]},{"name":"MF_SERVICE_LOOKUP_GLOBAL","features":[437]},{"name":"MF_SERVICE_LOOKUP_TYPE","features":[437]},{"name":"MF_SERVICE_LOOKUP_UPSTREAM","features":[437]},{"name":"MF_SERVICE_LOOKUP_UPSTREAM_DIRECT","features":[437]},{"name":"MF_SESSION_APPROX_EVENT_OCCURRENCE_TIME","features":[437]},{"name":"MF_SESSION_CONTENT_PROTECTION_MANAGER","features":[437]},{"name":"MF_SESSION_GLOBAL_TIME","features":[437]},{"name":"MF_SESSION_QUALITY_MANAGER","features":[437]},{"name":"MF_SESSION_REMOTE_SOURCE_MODE","features":[437]},{"name":"MF_SESSION_SERVER_CONTEXT","features":[437]},{"name":"MF_SESSION_TOPOLOADER","features":[437]},{"name":"MF_SHARING_ENGINE_CALLBACK","features":[437]},{"name":"MF_SHARING_ENGINE_EVENT","features":[437]},{"name":"MF_SHARING_ENGINE_EVENT_DISCONNECT","features":[437]},{"name":"MF_SHARING_ENGINE_EVENT_ERROR","features":[437]},{"name":"MF_SHARING_ENGINE_EVENT_LOCALRENDERINGENDED","features":[437]},{"name":"MF_SHARING_ENGINE_EVENT_LOCALRENDERINGSTARTED","features":[437]},{"name":"MF_SHARING_ENGINE_EVENT_STOPPED","features":[437]},{"name":"MF_SHARING_ENGINE_SHAREDRENDERER","features":[437]},{"name":"MF_SHUTDOWN_RENDERER_ON_ENGINE_SHUTDOWN","features":[437]},{"name":"MF_SINK_VIDEO_DISPLAY_ASPECT_RATIO_DENOMINATOR","features":[437]},{"name":"MF_SINK_VIDEO_DISPLAY_ASPECT_RATIO_NUMERATOR","features":[437]},{"name":"MF_SINK_VIDEO_NATIVE_HEIGHT","features":[437]},{"name":"MF_SINK_VIDEO_NATIVE_WIDTH","features":[437]},{"name":"MF_SINK_VIDEO_PTS","features":[437]},{"name":"MF_SINK_WRITER_ALL_STREAMS","features":[437]},{"name":"MF_SINK_WRITER_ASYNC_CALLBACK","features":[437]},{"name":"MF_SINK_WRITER_CONSTANTS","features":[437]},{"name":"MF_SINK_WRITER_D3D_MANAGER","features":[437]},{"name":"MF_SINK_WRITER_DISABLE_THROTTLING","features":[437]},{"name":"MF_SINK_WRITER_ENCODER_CONFIG","features":[437]},{"name":"MF_SINK_WRITER_INVALID_STREAM_INDEX","features":[437]},{"name":"MF_SINK_WRITER_MEDIASINK","features":[437]},{"name":"MF_SINK_WRITER_STATISTICS","features":[437]},{"name":"MF_SOURCE_PRESENTATION_PROVIDER_SERVICE","features":[437]},{"name":"MF_SOURCE_READERF_ALLEFFECTSREMOVED","features":[437]},{"name":"MF_SOURCE_READERF_CURRENTMEDIATYPECHANGED","features":[437]},{"name":"MF_SOURCE_READERF_ENDOFSTREAM","features":[437]},{"name":"MF_SOURCE_READERF_ERROR","features":[437]},{"name":"MF_SOURCE_READERF_NATIVEMEDIATYPECHANGED","features":[437]},{"name":"MF_SOURCE_READERF_NEWSTREAM","features":[437]},{"name":"MF_SOURCE_READERF_STREAMTICK","features":[437]},{"name":"MF_SOURCE_READER_ALL_STREAMS","features":[437]},{"name":"MF_SOURCE_READER_ANY_STREAM","features":[437]},{"name":"MF_SOURCE_READER_ASYNC_CALLBACK","features":[437]},{"name":"MF_SOURCE_READER_CONSTANTS","features":[437]},{"name":"MF_SOURCE_READER_CONTROLF_DRAIN","features":[437]},{"name":"MF_SOURCE_READER_CONTROL_FLAG","features":[437]},{"name":"MF_SOURCE_READER_CURRENT_TYPE_CONSTANTS","features":[437]},{"name":"MF_SOURCE_READER_CURRENT_TYPE_INDEX","features":[437]},{"name":"MF_SOURCE_READER_D3D11_BIND_FLAGS","features":[437]},{"name":"MF_SOURCE_READER_D3D_MANAGER","features":[437]},{"name":"MF_SOURCE_READER_DISABLE_CAMERA_PLUGINS","features":[437]},{"name":"MF_SOURCE_READER_DISABLE_DXVA","features":[437]},{"name":"MF_SOURCE_READER_DISCONNECT_MEDIASOURCE_ON_SHUTDOWN","features":[437]},{"name":"MF_SOURCE_READER_ENABLE_ADVANCED_VIDEO_PROCESSING","features":[437]},{"name":"MF_SOURCE_READER_ENABLE_TRANSCODE_ONLY_TRANSFORMS","features":[437]},{"name":"MF_SOURCE_READER_ENABLE_VIDEO_PROCESSING","features":[437]},{"name":"MF_SOURCE_READER_FIRST_AUDIO_STREAM","features":[437]},{"name":"MF_SOURCE_READER_FIRST_VIDEO_STREAM","features":[437]},{"name":"MF_SOURCE_READER_FLAG","features":[437]},{"name":"MF_SOURCE_READER_INVALID_STREAM_INDEX","features":[437]},{"name":"MF_SOURCE_READER_MEDIASOURCE","features":[437]},{"name":"MF_SOURCE_READER_MEDIASOURCE_CHARACTERISTICS","features":[437]},{"name":"MF_SOURCE_READER_MEDIASOURCE_CONFIG","features":[437]},{"name":"MF_SOURCE_STREAM_SUPPORTS_HW_CONNECTION","features":[437]},{"name":"MF_STANDARD_WORKQUEUE","features":[437]},{"name":"MF_STF_VERSION_DATE","features":[437]},{"name":"MF_STF_VERSION_INFO","features":[437]},{"name":"MF_STREAM_SINK_SUPPORTS_HW_CONNECTION","features":[437]},{"name":"MF_STREAM_SINK_SUPPORTS_ROTATION","features":[437]},{"name":"MF_STREAM_STATE","features":[437]},{"name":"MF_STREAM_STATE_PAUSED","features":[437]},{"name":"MF_STREAM_STATE_RUNNING","features":[437]},{"name":"MF_STREAM_STATE_STOPPED","features":[437]},{"name":"MF_ST_MEDIASOURCE_COLLECTION","features":[437]},{"name":"MF_SYNTAX_ERR","features":[437]},{"name":"MF_S_ACTIVATE_REPLACED","features":[437]},{"name":"MF_S_ASF_PARSEINPROGRESS","features":[437]},{"name":"MF_S_CLOCK_STOPPED","features":[437]},{"name":"MF_S_MULTIPLE_BEGIN","features":[437]},{"name":"MF_S_PE_TRUSTED","features":[437]},{"name":"MF_S_PROTECTION_NOT_REQUIRED","features":[437]},{"name":"MF_S_SEQUENCER_CONTEXT_CANCELED","features":[437]},{"name":"MF_S_SEQUENCER_SEGMENT_AT_END_OF_STREAM","features":[437]},{"name":"MF_S_SINK_NOT_FINALIZED","features":[437]},{"name":"MF_S_TRANSFORM_DO_NOT_PROPAGATE_EVENT","features":[437]},{"name":"MF_S_VIDEO_DISABLED_WITH_UNKNOWN_SOFTWARE_OUTPUT","features":[437]},{"name":"MF_S_WAIT_FOR_POLICY_SET","features":[437]},{"name":"MF_SampleProtectionSalt","features":[437]},{"name":"MF_TEST_SIGNED_COMPONENT_LOADING","features":[437]},{"name":"MF_TIMECODE_SERVICE","features":[437]},{"name":"MF_TIMED_TEXT_ALIGNMENT","features":[437]},{"name":"MF_TIMED_TEXT_ALIGNMENT_CENTER","features":[437]},{"name":"MF_TIMED_TEXT_ALIGNMENT_END","features":[437]},{"name":"MF_TIMED_TEXT_ALIGNMENT_START","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_POSITION","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_POSITION_AFTER","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_POSITION_BEFORE","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_POSITION_OUTSIDE","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_AUTO","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_FILLEDCIRCLE","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_FILLEDDOT","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_FILLEDSESAME","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_NONE","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_OPENCIRCLE","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_OPENDOT","features":[437]},{"name":"MF_TIMED_TEXT_BOUTEN_TYPE_OPENSESAME","features":[437]},{"name":"MF_TIMED_TEXT_CUE_EVENT","features":[437]},{"name":"MF_TIMED_TEXT_CUE_EVENT_ACTIVE","features":[437]},{"name":"MF_TIMED_TEXT_CUE_EVENT_CLEAR","features":[437]},{"name":"MF_TIMED_TEXT_CUE_EVENT_INACTIVE","features":[437]},{"name":"MF_TIMED_TEXT_DECORATION","features":[437]},{"name":"MF_TIMED_TEXT_DECORATION_LINE_THROUGH","features":[437]},{"name":"MF_TIMED_TEXT_DECORATION_NONE","features":[437]},{"name":"MF_TIMED_TEXT_DECORATION_OVERLINE","features":[437]},{"name":"MF_TIMED_TEXT_DECORATION_UNDERLINE","features":[437]},{"name":"MF_TIMED_TEXT_DISPLAY_ALIGNMENT","features":[437]},{"name":"MF_TIMED_TEXT_DISPLAY_ALIGNMENT_AFTER","features":[437]},{"name":"MF_TIMED_TEXT_DISPLAY_ALIGNMENT_BEFORE","features":[437]},{"name":"MF_TIMED_TEXT_DISPLAY_ALIGNMENT_CENTER","features":[437]},{"name":"MF_TIMED_TEXT_ERROR_CODE","features":[437]},{"name":"MF_TIMED_TEXT_ERROR_CODE_DATA_FORMAT","features":[437]},{"name":"MF_TIMED_TEXT_ERROR_CODE_FATAL","features":[437]},{"name":"MF_TIMED_TEXT_ERROR_CODE_INTERNAL","features":[437]},{"name":"MF_TIMED_TEXT_ERROR_CODE_NETWORK","features":[437]},{"name":"MF_TIMED_TEXT_ERROR_CODE_NOERROR","features":[437]},{"name":"MF_TIMED_TEXT_FONT_STYLE","features":[437]},{"name":"MF_TIMED_TEXT_FONT_STYLE_ITALIC","features":[437]},{"name":"MF_TIMED_TEXT_FONT_STYLE_NORMAL","features":[437]},{"name":"MF_TIMED_TEXT_FONT_STYLE_OBLIQUE","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_CENTER","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_END","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_SPACEAROUND","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_SPACEBETWEEN","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_START","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_ALIGN_WITHBASE","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_POSITION","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_POSITION_AFTER","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_POSITION_BEFORE","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_POSITION_OUTSIDE","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE_AFTER","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE_BEFORE","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE_BOTH","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE_NONE","features":[437]},{"name":"MF_TIMED_TEXT_RUBY_RESERVE_OUTSIDE","features":[437]},{"name":"MF_TIMED_TEXT_SCROLL_MODE","features":[437]},{"name":"MF_TIMED_TEXT_SCROLL_MODE_POP_ON","features":[437]},{"name":"MF_TIMED_TEXT_SCROLL_MODE_ROLL_UP","features":[437]},{"name":"MF_TIMED_TEXT_TRACK_KIND","features":[437]},{"name":"MF_TIMED_TEXT_TRACK_KIND_CAPTIONS","features":[437]},{"name":"MF_TIMED_TEXT_TRACK_KIND_METADATA","features":[437]},{"name":"MF_TIMED_TEXT_TRACK_KIND_SUBTITLES","features":[437]},{"name":"MF_TIMED_TEXT_TRACK_KIND_UNKNOWN","features":[437]},{"name":"MF_TIMED_TEXT_TRACK_READY_STATE","features":[437]},{"name":"MF_TIMED_TEXT_TRACK_READY_STATE_ERROR","features":[437]},{"name":"MF_TIMED_TEXT_TRACK_READY_STATE_LOADED","features":[437]},{"name":"MF_TIMED_TEXT_TRACK_READY_STATE_LOADING","features":[437]},{"name":"MF_TIMED_TEXT_TRACK_READY_STATE_NONE","features":[437]},{"name":"MF_TIMED_TEXT_UNIT_TYPE","features":[437]},{"name":"MF_TIMED_TEXT_UNIT_TYPE_PERCENTAGE","features":[437]},{"name":"MF_TIMED_TEXT_UNIT_TYPE_PIXELS","features":[437]},{"name":"MF_TIMED_TEXT_WRITING_MODE","features":[437]},{"name":"MF_TIMED_TEXT_WRITING_MODE_LR","features":[437]},{"name":"MF_TIMED_TEXT_WRITING_MODE_LRTB","features":[437]},{"name":"MF_TIMED_TEXT_WRITING_MODE_RL","features":[437]},{"name":"MF_TIMED_TEXT_WRITING_MODE_RLTB","features":[437]},{"name":"MF_TIMED_TEXT_WRITING_MODE_TB","features":[437]},{"name":"MF_TIMED_TEXT_WRITING_MODE_TBLR","features":[437]},{"name":"MF_TIMED_TEXT_WRITING_MODE_TBRL","features":[437]},{"name":"MF_TIME_FORMAT_ENTRY_RELATIVE","features":[437]},{"name":"MF_TIME_FORMAT_SEGMENT_OFFSET","features":[437]},{"name":"MF_TOPOLOGY_DXVA_MODE","features":[437]},{"name":"MF_TOPOLOGY_DYNAMIC_CHANGE_NOT_ALLOWED","features":[437]},{"name":"MF_TOPOLOGY_ENABLE_XVP_FOR_PLAYBACK","features":[437]},{"name":"MF_TOPOLOGY_ENUMERATE_SOURCE_TYPES","features":[437]},{"name":"MF_TOPOLOGY_HARDWARE_MODE","features":[437]},{"name":"MF_TOPOLOGY_MAX","features":[437]},{"name":"MF_TOPOLOGY_NO_MARKIN_MARKOUT","features":[437]},{"name":"MF_TOPOLOGY_OUTPUT_NODE","features":[437]},{"name":"MF_TOPOLOGY_PLAYBACK_FRAMERATE","features":[437]},{"name":"MF_TOPOLOGY_PLAYBACK_MAX_DIMS","features":[437]},{"name":"MF_TOPOLOGY_PROJECTSTART","features":[437]},{"name":"MF_TOPOLOGY_PROJECTSTOP","features":[437]},{"name":"MF_TOPOLOGY_RESOLUTION_STATUS","features":[437]},{"name":"MF_TOPOLOGY_RESOLUTION_STATUS_FLAGS","features":[437]},{"name":"MF_TOPOLOGY_RESOLUTION_SUCCEEDED","features":[437]},{"name":"MF_TOPOLOGY_SOURCESTREAM_NODE","features":[437]},{"name":"MF_TOPOLOGY_START_TIME_ON_PRESENTATION_SWITCH","features":[437]},{"name":"MF_TOPOLOGY_STATIC_PLAYBACK_OPTIMIZATIONS","features":[437]},{"name":"MF_TOPOLOGY_TEE_NODE","features":[437]},{"name":"MF_TOPOLOGY_TRANSFORM_NODE","features":[437]},{"name":"MF_TOPOLOGY_TYPE","features":[437]},{"name":"MF_TOPONODE_ATTRIBUTE_EDITOR_SERVICE","features":[437]},{"name":"MF_TOPONODE_CONNECT_METHOD","features":[437]},{"name":"MF_TOPONODE_D3DAWARE","features":[437]},{"name":"MF_TOPONODE_DECODER","features":[437]},{"name":"MF_TOPONODE_DECRYPTOR","features":[437]},{"name":"MF_TOPONODE_DISABLE_PREROLL","features":[437]},{"name":"MF_TOPONODE_DISCARDABLE","features":[437]},{"name":"MF_TOPONODE_DRAIN","features":[437]},{"name":"MF_TOPONODE_DRAIN_ALWAYS","features":[437]},{"name":"MF_TOPONODE_DRAIN_DEFAULT","features":[437]},{"name":"MF_TOPONODE_DRAIN_MODE","features":[437]},{"name":"MF_TOPONODE_DRAIN_NEVER","features":[437]},{"name":"MF_TOPONODE_ERRORCODE","features":[437]},{"name":"MF_TOPONODE_ERROR_MAJORTYPE","features":[437]},{"name":"MF_TOPONODE_ERROR_SUBTYPE","features":[437]},{"name":"MF_TOPONODE_FLUSH","features":[437]},{"name":"MF_TOPONODE_FLUSH_ALWAYS","features":[437]},{"name":"MF_TOPONODE_FLUSH_MODE","features":[437]},{"name":"MF_TOPONODE_FLUSH_NEVER","features":[437]},{"name":"MF_TOPONODE_FLUSH_SEEK","features":[437]},{"name":"MF_TOPONODE_LOCKED","features":[437]},{"name":"MF_TOPONODE_MARKIN_HERE","features":[437]},{"name":"MF_TOPONODE_MARKOUT_HERE","features":[437]},{"name":"MF_TOPONODE_MEDIASTART","features":[437]},{"name":"MF_TOPONODE_MEDIASTOP","features":[437]},{"name":"MF_TOPONODE_NOSHUTDOWN_ON_REMOVE","features":[437]},{"name":"MF_TOPONODE_PRESENTATION_DESCRIPTOR","features":[437]},{"name":"MF_TOPONODE_PRIMARYOUTPUT","features":[437]},{"name":"MF_TOPONODE_RATELESS","features":[437]},{"name":"MF_TOPONODE_SEQUENCE_ELEMENTID","features":[437]},{"name":"MF_TOPONODE_SOURCE","features":[437]},{"name":"MF_TOPONODE_STREAMID","features":[437]},{"name":"MF_TOPONODE_STREAM_DESCRIPTOR","features":[437]},{"name":"MF_TOPONODE_TRANSFORM_OBJECTID","features":[437]},{"name":"MF_TOPONODE_WORKQUEUE_ID","features":[437]},{"name":"MF_TOPONODE_WORKQUEUE_ITEM_PRIORITY","features":[437]},{"name":"MF_TOPONODE_WORKQUEUE_MMCSS_CLASS","features":[437]},{"name":"MF_TOPONODE_WORKQUEUE_MMCSS_PRIORITY","features":[437]},{"name":"MF_TOPONODE_WORKQUEUE_MMCSS_TASKID","features":[437]},{"name":"MF_TOPOSTATUS","features":[437]},{"name":"MF_TOPOSTATUS_DYNAMIC_CHANGED","features":[437]},{"name":"MF_TOPOSTATUS_ENDED","features":[437]},{"name":"MF_TOPOSTATUS_INVALID","features":[437]},{"name":"MF_TOPOSTATUS_READY","features":[437]},{"name":"MF_TOPOSTATUS_SINK_SWITCHED","features":[437]},{"name":"MF_TOPOSTATUS_STARTED_SOURCE","features":[437]},{"name":"MF_TRANSCODE_ADJUST_PROFILE","features":[437]},{"name":"MF_TRANSCODE_ADJUST_PROFILE_DEFAULT","features":[437]},{"name":"MF_TRANSCODE_ADJUST_PROFILE_FLAGS","features":[437]},{"name":"MF_TRANSCODE_ADJUST_PROFILE_USE_SOURCE_ATTRIBUTES","features":[437]},{"name":"MF_TRANSCODE_CONTAINERTYPE","features":[437]},{"name":"MF_TRANSCODE_DONOT_INSERT_ENCODER","features":[437]},{"name":"MF_TRANSCODE_ENCODINGPROFILE","features":[437]},{"name":"MF_TRANSCODE_QUALITYVSSPEED","features":[437]},{"name":"MF_TRANSCODE_SINK_INFO","features":[437]},{"name":"MF_TRANSCODE_SKIP_METADATA_TRANSFER","features":[437]},{"name":"MF_TRANSCODE_TOPOLOGYMODE","features":[437]},{"name":"MF_TRANSCODE_TOPOLOGYMODE_FLAGS","features":[437]},{"name":"MF_TRANSCODE_TOPOLOGYMODE_HARDWARE_ALLOWED","features":[437]},{"name":"MF_TRANSCODE_TOPOLOGYMODE_SOFTWARE_ONLY","features":[437]},{"name":"MF_TRANSFORM_ASYNC","features":[437]},{"name":"MF_TRANSFORM_ASYNC_UNLOCK","features":[437]},{"name":"MF_TRANSFORM_CATEGORY_Attribute","features":[437]},{"name":"MF_TRANSFORM_FLAGS_Attribute","features":[437]},{"name":"MF_TYPE_ERR","features":[437]},{"name":"MF_UNKNOWN_DURATION","features":[437]},{"name":"MF_URL_TRUST_STATUS","features":[437]},{"name":"MF_USER_DATA_PAYLOAD","features":[437]},{"name":"MF_USER_EXTENDED_ATTRIBUTES","features":[437]},{"name":"MF_USER_MODE_COMPONENT_LOAD","features":[437]},{"name":"MF_VERSION","features":[437]},{"name":"MF_VIDEODSP_MODE","features":[437]},{"name":"MF_VIDEO_MAX_MB_PER_SEC","features":[437]},{"name":"MF_VIDEO_PROCESSOR_ALGORITHM","features":[437]},{"name":"MF_VIDEO_PROCESSOR_ALGORITHM_DEFAULT","features":[437]},{"name":"MF_VIDEO_PROCESSOR_ALGORITHM_MRF_CRF_444","features":[437]},{"name":"MF_VIDEO_PROCESSOR_ALGORITHM_TYPE","features":[437]},{"name":"MF_VIDEO_PROCESSOR_MIRROR","features":[437]},{"name":"MF_VIDEO_PROCESSOR_ROTATION","features":[437]},{"name":"MF_VIDEO_RENDERER_EFFECT_APP_SERVICE_NAME","features":[437]},{"name":"MF_VIDEO_SPHERICAL_VIEWDIRECTION","features":[437]},{"name":"MF_VIRTUALCAMERA_ASSOCIATED_CAMERA_SOURCES","features":[437]},{"name":"MF_VIRTUALCAMERA_CONFIGURATION_APP_PACKAGE_FAMILY_NAME","features":[437]},{"name":"MF_VIRTUALCAMERA_PROVIDE_ASSOCIATED_CAMERA_SOURCES","features":[437]},{"name":"MF_WINDOW_WORKQUEUE","features":[437]},{"name":"MF_WORKQUEUE_SERVICES","features":[437]},{"name":"MF_WRAPPED_BUFFER_SERVICE","features":[437]},{"name":"MF_WRAPPED_OBJECT","features":[437]},{"name":"MF_WRAPPED_SAMPLE_SERVICE","features":[437]},{"name":"MF_WVC1_PROG_SINGLE_SLICE_CONTENT","features":[437]},{"name":"MF_XVP_CALLER_ALLOCATES_OUTPUT","features":[437]},{"name":"MF_XVP_DISABLE_FRC","features":[437]},{"name":"MF_XVP_SAMPLE_LOCK_TIMEOUT","features":[437]},{"name":"MFaudioConstriction14_14","features":[437]},{"name":"MFaudioConstriction44_16","features":[437]},{"name":"MFaudioConstriction48_16","features":[437]},{"name":"MFaudioConstrictionMute","features":[437]},{"name":"MFaudioConstrictionOff","features":[437]},{"name":"MFllMulDiv","features":[437]},{"name":"MICARRAY_EXTERN_BEAM","features":[437]},{"name":"MICARRAY_FIXED_BEAM","features":[437]},{"name":"MICARRAY_SIMPLE_SUM","features":[437]},{"name":"MICARRAY_SINGLE_BEAM","features":[437]},{"name":"MICARRAY_SINGLE_CHAN","features":[437]},{"name":"MIC_ARRAY_MODE","features":[437]},{"name":"MIRROR_HORIZONTAL","features":[437]},{"name":"MIRROR_NONE","features":[437]},{"name":"MIRROR_VERTICAL","features":[437]},{"name":"MODE_NOT_SET","features":[437]},{"name":"MOVEREGION_INFO","features":[305,437]},{"name":"MOVE_RECT","features":[305,437]},{"name":"MP3ACMCodecWrapper","features":[437]},{"name":"MPEG1VIDEOINFO","features":[305,317,437]},{"name":"MPEG2VIDEOINFO","features":[305,317,437]},{"name":"MPEG2VIDEOINFO_FLAGS","features":[437]},{"name":"MR_AUDIO_POLICY_SERVICE","features":[437]},{"name":"MR_BUFFER_SERVICE","features":[437]},{"name":"MR_CAPTURE_POLICY_VOLUME_SERVICE","features":[437]},{"name":"MR_POLICY_VOLUME_SERVICE","features":[437]},{"name":"MR_STREAM_VOLUME_SERVICE","features":[437]},{"name":"MR_VIDEO_ACCELERATION_SERVICE","features":[437]},{"name":"MR_VIDEO_MIXER_SERVICE","features":[437]},{"name":"MR_VIDEO_RENDER_SERVICE","features":[437]},{"name":"MSAMRNBDecoder","features":[437]},{"name":"MSAMRNBEncoder","features":[437]},{"name":"MT_ARBITRARY_HEADER","features":[305,437]},{"name":"MT_CUSTOM_VIDEO_PRIMARIES","features":[437]},{"name":"MULawCodecWrapper","features":[437]},{"name":"OPENMODE_APPEND_IF_EXIST","features":[437]},{"name":"OPENMODE_DELETE_IF_EXIST","features":[437]},{"name":"OPENMODE_FAIL_IF_EXIST","features":[437]},{"name":"OPENMODE_FAIL_IF_NOT_EXIST","features":[437]},{"name":"OPENMODE_RESET_IF_EXIST","features":[437]},{"name":"OPMGetVideoOutputForTarget","features":[305,437]},{"name":"OPMGetVideoOutputsFromHMONITOR","features":[317,437]},{"name":"OPMGetVideoOutputsFromIDirect3DDevice9Object","features":[315,437]},{"name":"OPMXboxEnableHDCP","features":[437]},{"name":"OPMXboxGetHDCPStatus","features":[437]},{"name":"OPMXboxGetHDCPStatusAndType","features":[437]},{"name":"OPM_128_BIT_RANDOM_NUMBER_SIZE","features":[437]},{"name":"OPM_ACP_AND_CGMSA_SIGNALING","features":[437]},{"name":"OPM_ACP_LEVEL_ONE","features":[437]},{"name":"OPM_ACP_LEVEL_THREE","features":[437]},{"name":"OPM_ACP_LEVEL_TWO","features":[437]},{"name":"OPM_ACP_OFF","features":[437]},{"name":"OPM_ACP_PROTECTION_LEVEL","features":[437]},{"name":"OPM_ACTUAL_OUTPUT_FORMAT","features":[315,437]},{"name":"OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_CENTER","features":[437]},{"name":"OPM_ASPECT_RATIO_EN300294_BOX_14_BY_9_TOP","features":[437]},{"name":"OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_CENTER","features":[437]},{"name":"OPM_ASPECT_RATIO_EN300294_BOX_16_BY_9_TOP","features":[437]},{"name":"OPM_ASPECT_RATIO_EN300294_BOX_GT_16_BY_9_CENTER","features":[437]},{"name":"OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_16_BY_9_ANAMORPHIC","features":[437]},{"name":"OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3","features":[437]},{"name":"OPM_ASPECT_RATIO_EN300294_FULL_FORMAT_4_BY_3_PROTECTED_CENTER","features":[437]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR","features":[437]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_DAUGHTER_BOARD_CONNECTOR_INSIDE_OF_NUAE","features":[437]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_INSIDE_OF_CHIPSET","features":[437]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_MASK","features":[437]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_NON_STANDARD","features":[437]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_CHIP","features":[437]},{"name":"OPM_BUS_IMPLEMENTATION_MODIFIER_TRACKS_ON_MOTHER_BOARD_TO_SOCKET","features":[437]},{"name":"OPM_BUS_TYPE","features":[437]},{"name":"OPM_BUS_TYPE_AGP","features":[437]},{"name":"OPM_BUS_TYPE_MASK","features":[437]},{"name":"OPM_BUS_TYPE_OTHER","features":[437]},{"name":"OPM_BUS_TYPE_PCI","features":[437]},{"name":"OPM_BUS_TYPE_PCIEXPRESS","features":[437]},{"name":"OPM_BUS_TYPE_PCIX","features":[437]},{"name":"OPM_CGMSA","features":[437]},{"name":"OPM_CGMSA_COPY_FREELY","features":[437]},{"name":"OPM_CGMSA_COPY_NEVER","features":[437]},{"name":"OPM_CGMSA_COPY_NO_MORE","features":[437]},{"name":"OPM_CGMSA_COPY_ONE_GENERATION","features":[437]},{"name":"OPM_CGMSA_OFF","features":[437]},{"name":"OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED","features":[437]},{"name":"OPM_CONFIGURE_PARAMETERS","features":[437]},{"name":"OPM_CONFIGURE_SETTING_DATA_SIZE","features":[437]},{"name":"OPM_CONNECTED_HDCP_DEVICE_INFORMATION","features":[437]},{"name":"OPM_CONNECTOR_TYPE","features":[437]},{"name":"OPM_CONNECTOR_TYPE_COMPONENT_VIDEO","features":[437]},{"name":"OPM_CONNECTOR_TYPE_COMPOSITE_VIDEO","features":[437]},{"name":"OPM_CONNECTOR_TYPE_DISPLAYPORT_EMBEDDED","features":[437]},{"name":"OPM_CONNECTOR_TYPE_DISPLAYPORT_EXTERNAL","features":[437]},{"name":"OPM_CONNECTOR_TYPE_DVI","features":[437]},{"name":"OPM_CONNECTOR_TYPE_D_JPN","features":[437]},{"name":"OPM_CONNECTOR_TYPE_HDMI","features":[437]},{"name":"OPM_CONNECTOR_TYPE_LVDS","features":[437]},{"name":"OPM_CONNECTOR_TYPE_MIRACAST","features":[437]},{"name":"OPM_CONNECTOR_TYPE_OTHER","features":[437]},{"name":"OPM_CONNECTOR_TYPE_RESERVED","features":[437]},{"name":"OPM_CONNECTOR_TYPE_SDI","features":[437]},{"name":"OPM_CONNECTOR_TYPE_SVIDEO","features":[437]},{"name":"OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_A","features":[437]},{"name":"OPM_CONNECTOR_TYPE_TRANSPORT_AGNOSTIC_DIGITAL_MODE_B","features":[437]},{"name":"OPM_CONNECTOR_TYPE_UDI_EMBEDDED","features":[437]},{"name":"OPM_CONNECTOR_TYPE_UDI_EXTERNAL","features":[437]},{"name":"OPM_CONNECTOR_TYPE_VGA","features":[437]},{"name":"OPM_COPP_COMPATIBLE_BUS_TYPE_INTEGRATED","features":[437]},{"name":"OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL","features":[437]},{"name":"OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS","features":[437]},{"name":"OPM_DPCP_OFF","features":[437]},{"name":"OPM_DPCP_ON","features":[437]},{"name":"OPM_DPCP_PROTECTION_LEVEL","features":[437]},{"name":"OPM_DVI_CHARACTERISTIC","features":[437]},{"name":"OPM_DVI_CHARACTERISTIC_1_0","features":[437]},{"name":"OPM_DVI_CHARACTERISTIC_1_1_OR_ABOVE","features":[437]},{"name":"OPM_ENCRYPTED_INITIALIZATION_PARAMETERS","features":[437]},{"name":"OPM_ENCRYPTED_INITIALIZATION_PARAMETERS_SIZE","features":[437]},{"name":"OPM_GET_ACP_AND_CGMSA_SIGNALING","features":[437]},{"name":"OPM_GET_ACTUAL_OUTPUT_FORMAT","features":[437]},{"name":"OPM_GET_ACTUAL_PROTECTION_LEVEL","features":[437]},{"name":"OPM_GET_ADAPTER_BUS_TYPE","features":[437]},{"name":"OPM_GET_CODEC_INFO","features":[437]},{"name":"OPM_GET_CODEC_INFO_INFORMATION","features":[437]},{"name":"OPM_GET_CODEC_INFO_PARAMETERS","features":[437]},{"name":"OPM_GET_CONNECTED_HDCP_DEVICE_INFORMATION","features":[437]},{"name":"OPM_GET_CONNECTOR_TYPE","features":[437]},{"name":"OPM_GET_CURRENT_HDCP_SRM_VERSION","features":[437]},{"name":"OPM_GET_DVI_CHARACTERISTICS","features":[437]},{"name":"OPM_GET_INFORMATION_PARAMETERS_SIZE","features":[437]},{"name":"OPM_GET_INFO_PARAMETERS","features":[437]},{"name":"OPM_GET_OUTPUT_HARDWARE_PROTECTION_SUPPORT","features":[437]},{"name":"OPM_GET_OUTPUT_ID","features":[437]},{"name":"OPM_GET_SUPPORTED_PROTECTION_TYPES","features":[437]},{"name":"OPM_GET_VIRTUAL_PROTECTION_LEVEL","features":[437]},{"name":"OPM_HDCP_FLAGS","features":[437]},{"name":"OPM_HDCP_FLAG_NONE","features":[437]},{"name":"OPM_HDCP_FLAG_REPEATER","features":[437]},{"name":"OPM_HDCP_KEY_SELECTION_VECTOR","features":[437]},{"name":"OPM_HDCP_KEY_SELECTION_VECTOR_SIZE","features":[437]},{"name":"OPM_HDCP_OFF","features":[437]},{"name":"OPM_HDCP_ON","features":[437]},{"name":"OPM_HDCP_PROTECTION_LEVEL","features":[437]},{"name":"OPM_HDCP_STATUS","features":[437]},{"name":"OPM_HDCP_STATUS_OFF","features":[437]},{"name":"OPM_HDCP_STATUS_ON","features":[437]},{"name":"OPM_HDCP_TYPE","features":[437]},{"name":"OPM_HDCP_TYPE_0","features":[437]},{"name":"OPM_HDCP_TYPE_1","features":[437]},{"name":"OPM_IMAGE_ASPECT_RATIO_EN300294","features":[437]},{"name":"OPM_OMAC","features":[437]},{"name":"OPM_OMAC_SIZE","features":[437]},{"name":"OPM_OUTPUT_HARDWARE_PROTECTION","features":[437]},{"name":"OPM_OUTPUT_HARDWARE_PROTECTION_NOT_SUPPORTED","features":[437]},{"name":"OPM_OUTPUT_HARDWARE_PROTECTION_SUPPORTED","features":[437]},{"name":"OPM_OUTPUT_ID_DATA","features":[437]},{"name":"OPM_PROTECTION_STANDARD_ARIBTRB15_1125I","features":[437]},{"name":"OPM_PROTECTION_STANDARD_ARIBTRB15_525I","features":[437]},{"name":"OPM_PROTECTION_STANDARD_ARIBTRB15_525P","features":[437]},{"name":"OPM_PROTECTION_STANDARD_ARIBTRB15_750P","features":[437]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEA_1125I","features":[437]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEA_525P","features":[437]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEA_750P","features":[437]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEB_1125I","features":[437]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEB_525P","features":[437]},{"name":"OPM_PROTECTION_STANDARD_CEA805A_TYPEB_750P","features":[437]},{"name":"OPM_PROTECTION_STANDARD_EIA608B_525","features":[437]},{"name":"OPM_PROTECTION_STANDARD_EN300294_625I","features":[437]},{"name":"OPM_PROTECTION_STANDARD_IEC61880_2_525I","features":[437]},{"name":"OPM_PROTECTION_STANDARD_IEC61880_525I","features":[437]},{"name":"OPM_PROTECTION_STANDARD_IEC62375_625P","features":[437]},{"name":"OPM_PROTECTION_STANDARD_NONE","features":[437]},{"name":"OPM_PROTECTION_STANDARD_OTHER","features":[437]},{"name":"OPM_PROTECTION_STANDARD_TYPE","features":[437]},{"name":"OPM_PROTECTION_TYPE","features":[437]},{"name":"OPM_PROTECTION_TYPE_ACP","features":[437]},{"name":"OPM_PROTECTION_TYPE_CGMSA","features":[437]},{"name":"OPM_PROTECTION_TYPE_COPP_COMPATIBLE_HDCP","features":[437]},{"name":"OPM_PROTECTION_TYPE_DPCP","features":[437]},{"name":"OPM_PROTECTION_TYPE_HDCP","features":[437]},{"name":"OPM_PROTECTION_TYPE_NONE","features":[437]},{"name":"OPM_PROTECTION_TYPE_OTHER","features":[437]},{"name":"OPM_PROTECTION_TYPE_SIZE","features":[437]},{"name":"OPM_PROTECTION_TYPE_TYPE_ENFORCEMENT_HDCP","features":[437]},{"name":"OPM_RANDOM_NUMBER","features":[437]},{"name":"OPM_REQUESTED_INFORMATION","features":[437]},{"name":"OPM_REQUESTED_INFORMATION_SIZE","features":[437]},{"name":"OPM_SET_ACP_AND_CGMSA_SIGNALING","features":[437]},{"name":"OPM_SET_ACP_AND_CGMSA_SIGNALING_PARAMETERS","features":[437]},{"name":"OPM_SET_HDCP_SRM","features":[437]},{"name":"OPM_SET_HDCP_SRM_PARAMETERS","features":[437]},{"name":"OPM_SET_PROTECTION_LEVEL","features":[437]},{"name":"OPM_SET_PROTECTION_LEVEL_ACCORDING_TO_CSS_DVD","features":[437]},{"name":"OPM_SET_PROTECTION_LEVEL_PARAMETERS","features":[437]},{"name":"OPM_STANDARD_INFORMATION","features":[437]},{"name":"OPM_STATUS","features":[437]},{"name":"OPM_STATUS_LINK_LOST","features":[437]},{"name":"OPM_STATUS_NORMAL","features":[437]},{"name":"OPM_STATUS_RENEGOTIATION_REQUIRED","features":[437]},{"name":"OPM_STATUS_REVOKED_HDCP_DEVICE_ATTACHED","features":[437]},{"name":"OPM_STATUS_TAMPERING_DETECTED","features":[437]},{"name":"OPM_TYPE","features":[437]},{"name":"OPM_TYPE_ENFORCEMENT_HDCP_OFF","features":[437]},{"name":"OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_NO_TYPE_RESTRICTION","features":[437]},{"name":"OPM_TYPE_ENFORCEMENT_HDCP_ON_WITH_TYPE1_RESTRICTION","features":[437]},{"name":"OPM_TYPE_ENFORCEMENT_HDCP_PROTECTION_LEVEL","features":[437]},{"name":"OPM_VIDEO_OUTPUT_SEMANTICS","features":[437]},{"name":"OPM_VOS_COPP_SEMANTICS","features":[437]},{"name":"OPM_VOS_OPM_INDIRECT_DISPLAY","features":[437]},{"name":"OPM_VOS_OPM_SEMANTICS","features":[437]},{"name":"OPTIBEAM_ARRAY_AND_AEC","features":[437]},{"name":"OPTIBEAM_ARRAY_ONLY","features":[437]},{"name":"PDXVAHDSW_CreateDevice","features":[305,315,437]},{"name":"PDXVAHDSW_CreateVideoProcessor","features":[305,437]},{"name":"PDXVAHDSW_DestroyDevice","features":[305,437]},{"name":"PDXVAHDSW_DestroyVideoProcessor","features":[305,437]},{"name":"PDXVAHDSW_GetVideoProcessBltStatePrivate","features":[305,437]},{"name":"PDXVAHDSW_GetVideoProcessStreamStatePrivate","features":[305,437]},{"name":"PDXVAHDSW_GetVideoProcessorCaps","features":[305,437]},{"name":"PDXVAHDSW_GetVideoProcessorCustomRates","features":[305,437]},{"name":"PDXVAHDSW_GetVideoProcessorDeviceCaps","features":[305,315,437]},{"name":"PDXVAHDSW_GetVideoProcessorFilterRange","features":[305,437]},{"name":"PDXVAHDSW_GetVideoProcessorInputFormats","features":[305,315,437]},{"name":"PDXVAHDSW_GetVideoProcessorOutputFormats","features":[305,315,437]},{"name":"PDXVAHDSW_Plugin","features":[437]},{"name":"PDXVAHDSW_ProposeVideoPrivateFormat","features":[305,315,437]},{"name":"PDXVAHDSW_SetVideoProcessBltState","features":[305,437]},{"name":"PDXVAHDSW_SetVideoProcessStreamState","features":[305,437]},{"name":"PDXVAHDSW_VideoProcessBltHD","features":[305,315,437]},{"name":"PDXVAHD_CreateDevice","features":[315,437]},{"name":"PEACTION_COPY","features":[437]},{"name":"PEACTION_EXPORT","features":[437]},{"name":"PEACTION_EXTRACT","features":[437]},{"name":"PEACTION_LAST","features":[437]},{"name":"PEACTION_NO","features":[437]},{"name":"PEACTION_PLAY","features":[437]},{"name":"PEACTION_RESERVED1","features":[437]},{"name":"PEACTION_RESERVED2","features":[437]},{"name":"PEACTION_RESERVED3","features":[437]},{"name":"PIN_CATEGORY_ANALOGVIDEOIN","features":[437]},{"name":"PIN_CATEGORY_CAPTURE","features":[437]},{"name":"PIN_CATEGORY_CC","features":[437]},{"name":"PIN_CATEGORY_EDS","features":[437]},{"name":"PIN_CATEGORY_NABTS","features":[437]},{"name":"PIN_CATEGORY_PREVIEW","features":[437]},{"name":"PIN_CATEGORY_STILL","features":[437]},{"name":"PIN_CATEGORY_TELETEXT","features":[437]},{"name":"PIN_CATEGORY_TIMECODE","features":[437]},{"name":"PIN_CATEGORY_VBI","features":[437]},{"name":"PIN_CATEGORY_VIDEOPORT","features":[437]},{"name":"PIN_CATEGORY_VIDEOPORT_VBI","features":[437]},{"name":"PLAYTO_SOURCE_AUDIO","features":[437]},{"name":"PLAYTO_SOURCE_CREATEFLAGS","features":[437]},{"name":"PLAYTO_SOURCE_IMAGE","features":[437]},{"name":"PLAYTO_SOURCE_NONE","features":[437]},{"name":"PLAYTO_SOURCE_PROTECTED","features":[437]},{"name":"PLAYTO_SOURCE_VIDEO","features":[437]},{"name":"PRESENTATION_CURRENT_POSITION","features":[437]},{"name":"REQUIRE_PROMPT","features":[437]},{"name":"REQUIRE_SAVE_SELECTED","features":[437]},{"name":"ROI_AREA","features":[305,437]},{"name":"ROTATION_NONE","features":[437]},{"name":"ROTATION_NORMAL","features":[437]},{"name":"SAMPLE_PROTECTION_VERSION","features":[437]},{"name":"SAMPLE_PROTECTION_VERSION_AES128CTR","features":[437]},{"name":"SAMPLE_PROTECTION_VERSION_BASIC_LOKI","features":[437]},{"name":"SAMPLE_PROTECTION_VERSION_NO","features":[437]},{"name":"SAMPLE_PROTECTION_VERSION_RC4","features":[437]},{"name":"SAMPLE_PROTECTION_VERSION_SCATTER","features":[437]},{"name":"SEEK_ORIGIN","features":[437]},{"name":"SENSORPROFILEID","features":[437]},{"name":"SHA_HASH_LEN","features":[437]},{"name":"SINGLE_CHANNEL_AEC","features":[437]},{"name":"SINGLE_CHANNEL_NSAGC","features":[437]},{"name":"STREAM_MEDIUM","features":[437]},{"name":"SYSFXUI_DONOTSHOW_BASSBOOST","features":[437]},{"name":"SYSFXUI_DONOTSHOW_BASSMANAGEMENT","features":[437]},{"name":"SYSFXUI_DONOTSHOW_CHANNELPHANTOMING","features":[437]},{"name":"SYSFXUI_DONOTSHOW_HEADPHONEVIRTUALIZATION","features":[437]},{"name":"SYSFXUI_DONOTSHOW_LOUDNESSEQUALIZATION","features":[437]},{"name":"SYSFXUI_DONOTSHOW_ROOMCORRECTION","features":[437]},{"name":"SYSFXUI_DONOTSHOW_SPEAKERFILLING","features":[437]},{"name":"SYSFXUI_DONOTSHOW_VIRTUALSURROUND","features":[437]},{"name":"SequencerTopologyFlags_Last","features":[437]},{"name":"TIME_FORMAT_BYTE","features":[437]},{"name":"TIME_FORMAT_FIELD","features":[437]},{"name":"TIME_FORMAT_FRAME","features":[437]},{"name":"TIME_FORMAT_MEDIA_TIME","features":[437]},{"name":"TIME_FORMAT_NONE","features":[437]},{"name":"TIME_FORMAT_SAMPLE","features":[437]},{"name":"TOC_DESCRIPTOR","features":[437]},{"name":"TOC_ENTRY_DESCRIPTOR","features":[437]},{"name":"TOC_ENTRY_MAX_TITLE_SIZE","features":[437]},{"name":"TOC_MAX_DESCRIPTION_SIZE","features":[437]},{"name":"TOC_POS_INHEADER","features":[437]},{"name":"TOC_POS_TOPLEVELOBJECT","features":[437]},{"name":"TOC_POS_TYPE","features":[437]},{"name":"UUID_UdriTagTables","features":[437]},{"name":"UUID_WMDRMTagTables","features":[437]},{"name":"VIDEOINFOHEADER","features":[305,317,437]},{"name":"VIDEOINFOHEADER2","features":[305,317,437]},{"name":"VIDEO_ZOOM_RECT","features":[437]},{"name":"VRHP_BIGROOM","features":[437]},{"name":"VRHP_CUSTUMIZEDROOM","features":[437]},{"name":"VRHP_MEDIUMROOM","features":[437]},{"name":"VRHP_SMALLROOM","features":[437]},{"name":"VorbisDecoderMFT","features":[437]},{"name":"WMAAECMA_E_NO_ACTIVE_RENDER_STREAM","features":[437]},{"name":"WMT_PROP_DATATYPE","features":[437]},{"name":"WMT_PROP_TYPE_BINARY","features":[437]},{"name":"WMT_PROP_TYPE_BOOL","features":[437]},{"name":"WMT_PROP_TYPE_DWORD","features":[437]},{"name":"WMT_PROP_TYPE_GUID","features":[437]},{"name":"WMT_PROP_TYPE_QWORD","features":[437]},{"name":"WMT_PROP_TYPE_STRING","features":[437]},{"name":"WMT_PROP_TYPE_WORD","features":[437]},{"name":"WMV_DYNAMIC_BITRATE","features":[437]},{"name":"WMV_DYNAMIC_COMPLEXITY","features":[437]},{"name":"WMV_DYNAMIC_FLAGS","features":[437]},{"name":"WMV_DYNAMIC_RESOLUTION","features":[437]},{"name":"WM_CODEC_ONEPASS_CBR","features":[437]},{"name":"WM_CODEC_ONEPASS_VBR","features":[437]},{"name":"WM_CODEC_TWOPASS_CBR","features":[437]},{"name":"WM_CODEC_TWOPASS_VBR_PEAKCONSTRAINED","features":[437]},{"name":"WM_CODEC_TWOPASS_VBR_UNCONSTRAINED","features":[437]},{"name":"_MFP_CREDENTIAL_FLAGS","features":[437]},{"name":"_MFP_MEDIAITEM_CHARACTERISTICS","features":[437]},{"name":"_MFT_INPUT_DATA_BUFFER_FLAGS","features":[437]},{"name":"_MFT_INPUT_STATUS_FLAGS","features":[437]},{"name":"_MFT_INPUT_STREAM_INFO_FLAGS","features":[437]},{"name":"_MFT_OUTPUT_DATA_BUFFER_FLAGS","features":[437]},{"name":"_MFT_OUTPUT_STATUS_FLAGS","features":[437]},{"name":"_MFT_OUTPUT_STREAM_INFO_FLAGS","features":[437]},{"name":"_MFT_PROCESS_OUTPUT_FLAGS","features":[437]},{"name":"_MFT_PROCESS_OUTPUT_STATUS","features":[437]},{"name":"_MFT_SET_TYPE_FLAGS","features":[437]},{"name":"_msoBegin","features":[437]},{"name":"_msoCurrent","features":[437]},{"name":"eAVAudioChannelConfig","features":[437]},{"name":"eAVAudioChannelConfig_BACK_CENTER","features":[437]},{"name":"eAVAudioChannelConfig_BACK_LEFT","features":[437]},{"name":"eAVAudioChannelConfig_BACK_RIGHT","features":[437]},{"name":"eAVAudioChannelConfig_FRONT_CENTER","features":[437]},{"name":"eAVAudioChannelConfig_FRONT_LEFT","features":[437]},{"name":"eAVAudioChannelConfig_FRONT_LEFT_OF_CENTER","features":[437]},{"name":"eAVAudioChannelConfig_FRONT_RIGHT","features":[437]},{"name":"eAVAudioChannelConfig_FRONT_RIGHT_OF_CENTER","features":[437]},{"name":"eAVAudioChannelConfig_LOW_FREQUENCY","features":[437]},{"name":"eAVAudioChannelConfig_SIDE_LEFT","features":[437]},{"name":"eAVAudioChannelConfig_SIDE_RIGHT","features":[437]},{"name":"eAVAudioChannelConfig_TOP_BACK_CENTER","features":[437]},{"name":"eAVAudioChannelConfig_TOP_BACK_LEFT","features":[437]},{"name":"eAVAudioChannelConfig_TOP_BACK_RIGHT","features":[437]},{"name":"eAVAudioChannelConfig_TOP_CENTER","features":[437]},{"name":"eAVAudioChannelConfig_TOP_FRONT_CENTER","features":[437]},{"name":"eAVAudioChannelConfig_TOP_FRONT_LEFT","features":[437]},{"name":"eAVAudioChannelConfig_TOP_FRONT_RIGHT","features":[437]},{"name":"eAVDDSurroundMode","features":[437]},{"name":"eAVDDSurroundMode_No","features":[437]},{"name":"eAVDDSurroundMode_NotIndicated","features":[437]},{"name":"eAVDDSurroundMode_Yes","features":[437]},{"name":"eAVDSPLoudnessEqualization","features":[437]},{"name":"eAVDSPLoudnessEqualization_AUTO","features":[437]},{"name":"eAVDSPLoudnessEqualization_OFF","features":[437]},{"name":"eAVDSPLoudnessEqualization_ON","features":[437]},{"name":"eAVDSPSpeakerFill","features":[437]},{"name":"eAVDSPSpeakerFill_AUTO","features":[437]},{"name":"eAVDSPSpeakerFill_OFF","features":[437]},{"name":"eAVDSPSpeakerFill_ON","features":[437]},{"name":"eAVDecAACDownmixMode","features":[437]},{"name":"eAVDecAACUseARIBDownmix","features":[437]},{"name":"eAVDecAACUseISODownmix","features":[437]},{"name":"eAVDecAudioDualMono","features":[437]},{"name":"eAVDecAudioDualMonoReproMode","features":[437]},{"name":"eAVDecAudioDualMonoReproMode_LEFT_MONO","features":[437]},{"name":"eAVDecAudioDualMonoReproMode_MIX_MONO","features":[437]},{"name":"eAVDecAudioDualMonoReproMode_RIGHT_MONO","features":[437]},{"name":"eAVDecAudioDualMonoReproMode_STEREO","features":[437]},{"name":"eAVDecAudioDualMono_IsDualMono","features":[437]},{"name":"eAVDecAudioDualMono_IsNotDualMono","features":[437]},{"name":"eAVDecAudioDualMono_UnSpecified","features":[437]},{"name":"eAVDecDDMatrixDecodingMode","features":[437]},{"name":"eAVDecDDMatrixDecodingMode_AUTO","features":[437]},{"name":"eAVDecDDMatrixDecodingMode_OFF","features":[437]},{"name":"eAVDecDDMatrixDecodingMode_ON","features":[437]},{"name":"eAVDecDDOperationalMode","features":[437]},{"name":"eAVDecDDOperationalMode_CUSTOM0","features":[437]},{"name":"eAVDecDDOperationalMode_CUSTOM1","features":[437]},{"name":"eAVDecDDOperationalMode_LINE","features":[437]},{"name":"eAVDecDDOperationalMode_NONE","features":[437]},{"name":"eAVDecDDOperationalMode_PORTABLE11","features":[437]},{"name":"eAVDecDDOperationalMode_PORTABLE14","features":[437]},{"name":"eAVDecDDOperationalMode_PORTABLE8","features":[437]},{"name":"eAVDecDDOperationalMode_RF","features":[437]},{"name":"eAVDecDDStereoDownMixMode","features":[437]},{"name":"eAVDecDDStereoDownMixMode_Auto","features":[437]},{"name":"eAVDecDDStereoDownMixMode_LoRo","features":[437]},{"name":"eAVDecDDStereoDownMixMode_LtRt","features":[437]},{"name":"eAVDecHEAACDynamicRangeControl","features":[437]},{"name":"eAVDecHEAACDynamicRangeControl_OFF","features":[437]},{"name":"eAVDecHEAACDynamicRangeControl_ON","features":[437]},{"name":"eAVDecVideoCodecType","features":[437]},{"name":"eAVDecVideoCodecType_H264","features":[437]},{"name":"eAVDecVideoCodecType_MPEG2","features":[437]},{"name":"eAVDecVideoCodecType_NOTPLAYING","features":[437]},{"name":"eAVDecVideoDXVABusEncryption","features":[437]},{"name":"eAVDecVideoDXVABusEncryption_AES","features":[437]},{"name":"eAVDecVideoDXVABusEncryption_NONE","features":[437]},{"name":"eAVDecVideoDXVABusEncryption_PRIVATE","features":[437]},{"name":"eAVDecVideoDXVAMode","features":[437]},{"name":"eAVDecVideoDXVAMode_IDCT","features":[437]},{"name":"eAVDecVideoDXVAMode_MC","features":[437]},{"name":"eAVDecVideoDXVAMode_NOTPLAYING","features":[437]},{"name":"eAVDecVideoDXVAMode_SW","features":[437]},{"name":"eAVDecVideoDXVAMode_VLD","features":[437]},{"name":"eAVDecVideoH264ErrorConcealment","features":[437]},{"name":"eAVDecVideoInputScanType","features":[437]},{"name":"eAVDecVideoInputScan_Interlaced_LowerFieldFirst","features":[437]},{"name":"eAVDecVideoInputScan_Interlaced_UpperFieldFirst","features":[437]},{"name":"eAVDecVideoInputScan_Progressive","features":[437]},{"name":"eAVDecVideoInputScan_Unknown","features":[437]},{"name":"eAVDecVideoMPEG2ErrorConcealment","features":[437]},{"name":"eAVDecVideoSWPowerLevel","features":[437]},{"name":"eAVDecVideoSWPowerLevel_Balanced","features":[437]},{"name":"eAVDecVideoSWPowerLevel_BatteryLife","features":[437]},{"name":"eAVDecVideoSWPowerLevel_VideoQuality","features":[437]},{"name":"eAVDecVideoSoftwareDeinterlaceMode","features":[437]},{"name":"eAVDecVideoSoftwareDeinterlaceMode_BOBDeinterlacing","features":[437]},{"name":"eAVDecVideoSoftwareDeinterlaceMode_NoDeinterlacing","features":[437]},{"name":"eAVDecVideoSoftwareDeinterlaceMode_ProgressiveDeinterlacing","features":[437]},{"name":"eAVDecVideoSoftwareDeinterlaceMode_SmartBOBDeinterlacing","features":[437]},{"name":"eAVEncAV1PictureType","features":[437]},{"name":"eAVEncAV1PictureType_Inter","features":[437]},{"name":"eAVEncAV1PictureType_Intra_Only","features":[437]},{"name":"eAVEncAV1PictureType_Key","features":[437]},{"name":"eAVEncAV1PictureType_Switch","features":[437]},{"name":"eAVEncAV1VLevel","features":[437]},{"name":"eAVEncAV1VLevel2","features":[437]},{"name":"eAVEncAV1VLevel2_1","features":[437]},{"name":"eAVEncAV1VLevel3","features":[437]},{"name":"eAVEncAV1VLevel3_1","features":[437]},{"name":"eAVEncAV1VLevel4","features":[437]},{"name":"eAVEncAV1VLevel4_1","features":[437]},{"name":"eAVEncAV1VLevel5","features":[437]},{"name":"eAVEncAV1VLevel5_1","features":[437]},{"name":"eAVEncAV1VLevel5_2","features":[437]},{"name":"eAVEncAV1VLevel5_3","features":[437]},{"name":"eAVEncAV1VLevel6","features":[437]},{"name":"eAVEncAV1VLevel6_1","features":[437]},{"name":"eAVEncAV1VLevel6_2","features":[437]},{"name":"eAVEncAV1VLevel6_3","features":[437]},{"name":"eAVEncAV1VProfile","features":[437]},{"name":"eAVEncAV1VProfile_High_444_10","features":[437]},{"name":"eAVEncAV1VProfile_High_444_8","features":[437]},{"name":"eAVEncAV1VProfile_Main_400_10","features":[437]},{"name":"eAVEncAV1VProfile_Main_400_8","features":[437]},{"name":"eAVEncAV1VProfile_Main_420_10","features":[437]},{"name":"eAVEncAV1VProfile_Main_420_8","features":[437]},{"name":"eAVEncAV1VProfile_Professional_400_12","features":[437]},{"name":"eAVEncAV1VProfile_Professional_420_12","features":[437]},{"name":"eAVEncAV1VProfile_Professional_422_10","features":[437]},{"name":"eAVEncAV1VProfile_Professional_422_12","features":[437]},{"name":"eAVEncAV1VProfile_Professional_422_8","features":[437]},{"name":"eAVEncAV1VProfile_Professional_444_12","features":[437]},{"name":"eAVEncAV1VProfile_unknown","features":[437]},{"name":"eAVEncAdaptiveMode","features":[437]},{"name":"eAVEncAdaptiveMode_FrameRate","features":[437]},{"name":"eAVEncAdaptiveMode_None","features":[437]},{"name":"eAVEncAdaptiveMode_Resolution","features":[437]},{"name":"eAVEncAudioDualMono","features":[437]},{"name":"eAVEncAudioDualMono_Off","features":[437]},{"name":"eAVEncAudioDualMono_On","features":[437]},{"name":"eAVEncAudioDualMono_SameAsInput","features":[437]},{"name":"eAVEncAudioInputContent","features":[437]},{"name":"eAVEncChromaEncodeMode","features":[437]},{"name":"eAVEncChromaEncodeMode_420","features":[437]},{"name":"eAVEncChromaEncodeMode_444","features":[437]},{"name":"eAVEncChromaEncodeMode_444_v2","features":[437]},{"name":"eAVEncCommonRateControlMode","features":[437]},{"name":"eAVEncCommonRateControlMode_CBR","features":[437]},{"name":"eAVEncCommonRateControlMode_GlobalLowDelayVBR","features":[437]},{"name":"eAVEncCommonRateControlMode_GlobalVBR","features":[437]},{"name":"eAVEncCommonRateControlMode_LowDelayVBR","features":[437]},{"name":"eAVEncCommonRateControlMode_PeakConstrainedVBR","features":[437]},{"name":"eAVEncCommonRateControlMode_Quality","features":[437]},{"name":"eAVEncCommonRateControlMode_UnconstrainedVBR","features":[437]},{"name":"eAVEncCommonStreamEndHandling","features":[437]},{"name":"eAVEncCommonStreamEndHandling_DiscardPartial","features":[437]},{"name":"eAVEncCommonStreamEndHandling_EnsureComplete","features":[437]},{"name":"eAVEncDDAtoDConverterType","features":[437]},{"name":"eAVEncDDAtoDConverterType_HDCD","features":[437]},{"name":"eAVEncDDAtoDConverterType_Standard","features":[437]},{"name":"eAVEncDDDynamicRangeCompressionControl","features":[437]},{"name":"eAVEncDDDynamicRangeCompressionControl_FilmLight","features":[437]},{"name":"eAVEncDDDynamicRangeCompressionControl_FilmStandard","features":[437]},{"name":"eAVEncDDDynamicRangeCompressionControl_MusicLight","features":[437]},{"name":"eAVEncDDDynamicRangeCompressionControl_MusicStandard","features":[437]},{"name":"eAVEncDDDynamicRangeCompressionControl_None","features":[437]},{"name":"eAVEncDDDynamicRangeCompressionControl_Speech","features":[437]},{"name":"eAVEncDDHeadphoneMode","features":[437]},{"name":"eAVEncDDHeadphoneMode_Encoded","features":[437]},{"name":"eAVEncDDHeadphoneMode_NotEncoded","features":[437]},{"name":"eAVEncDDHeadphoneMode_NotIndicated","features":[437]},{"name":"eAVEncDDPreferredStereoDownMixMode","features":[437]},{"name":"eAVEncDDPreferredStereoDownMixMode_LoRo","features":[437]},{"name":"eAVEncDDPreferredStereoDownMixMode_LtRt","features":[437]},{"name":"eAVEncDDProductionRoomType","features":[437]},{"name":"eAVEncDDProductionRoomType_Large","features":[437]},{"name":"eAVEncDDProductionRoomType_NotIndicated","features":[437]},{"name":"eAVEncDDProductionRoomType_Small","features":[437]},{"name":"eAVEncDDService","features":[437]},{"name":"eAVEncDDService_C","features":[437]},{"name":"eAVEncDDService_CM","features":[437]},{"name":"eAVEncDDService_D","features":[437]},{"name":"eAVEncDDService_E","features":[437]},{"name":"eAVEncDDService_HI","features":[437]},{"name":"eAVEncDDService_ME","features":[437]},{"name":"eAVEncDDService_VI","features":[437]},{"name":"eAVEncDDService_VO","features":[437]},{"name":"eAVEncDDSurroundExMode","features":[437]},{"name":"eAVEncDDSurroundExMode_No","features":[437]},{"name":"eAVEncDDSurroundExMode_NotIndicated","features":[437]},{"name":"eAVEncDDSurroundExMode_Yes","features":[437]},{"name":"eAVEncH263PictureType","features":[437]},{"name":"eAVEncH263PictureType_B","features":[437]},{"name":"eAVEncH263PictureType_I","features":[437]},{"name":"eAVEncH263PictureType_P","features":[437]},{"name":"eAVEncH263VLevel","features":[437]},{"name":"eAVEncH263VLevel1","features":[437]},{"name":"eAVEncH263VLevel2","features":[437]},{"name":"eAVEncH263VLevel3","features":[437]},{"name":"eAVEncH263VLevel4","features":[437]},{"name":"eAVEncH263VLevel4_5","features":[437]},{"name":"eAVEncH263VLevel5","features":[437]},{"name":"eAVEncH263VLevel6","features":[437]},{"name":"eAVEncH263VLevel7","features":[437]},{"name":"eAVEncH263VProfile","features":[437]},{"name":"eAVEncH263VProfile_Base","features":[437]},{"name":"eAVEncH263VProfile_CompatibilityV1","features":[437]},{"name":"eAVEncH263VProfile_CompatibilityV2","features":[437]},{"name":"eAVEncH263VProfile_HighCompression","features":[437]},{"name":"eAVEncH263VProfile_HighLatency","features":[437]},{"name":"eAVEncH263VProfile_Interlace","features":[437]},{"name":"eAVEncH263VProfile_Internet","features":[437]},{"name":"eAVEncH263VProfile_WirelessV2","features":[437]},{"name":"eAVEncH263VProfile_WirelessV3","features":[437]},{"name":"eAVEncH264PictureType","features":[437]},{"name":"eAVEncH264PictureType_B","features":[437]},{"name":"eAVEncH264PictureType_IDR","features":[437]},{"name":"eAVEncH264PictureType_P","features":[437]},{"name":"eAVEncH264VLevel","features":[437]},{"name":"eAVEncH264VLevel1","features":[437]},{"name":"eAVEncH264VLevel1_1","features":[437]},{"name":"eAVEncH264VLevel1_2","features":[437]},{"name":"eAVEncH264VLevel1_3","features":[437]},{"name":"eAVEncH264VLevel1_b","features":[437]},{"name":"eAVEncH264VLevel2","features":[437]},{"name":"eAVEncH264VLevel2_1","features":[437]},{"name":"eAVEncH264VLevel2_2","features":[437]},{"name":"eAVEncH264VLevel3","features":[437]},{"name":"eAVEncH264VLevel3_1","features":[437]},{"name":"eAVEncH264VLevel3_2","features":[437]},{"name":"eAVEncH264VLevel4","features":[437]},{"name":"eAVEncH264VLevel4_1","features":[437]},{"name":"eAVEncH264VLevel4_2","features":[437]},{"name":"eAVEncH264VLevel5","features":[437]},{"name":"eAVEncH264VLevel5_1","features":[437]},{"name":"eAVEncH264VLevel5_2","features":[437]},{"name":"eAVEncH264VProfile","features":[437]},{"name":"eAVEncH264VProfile_422","features":[437]},{"name":"eAVEncH264VProfile_444","features":[437]},{"name":"eAVEncH264VProfile_Base","features":[437]},{"name":"eAVEncH264VProfile_ConstrainedBase","features":[437]},{"name":"eAVEncH264VProfile_Extended","features":[437]},{"name":"eAVEncH264VProfile_High","features":[437]},{"name":"eAVEncH264VProfile_High10","features":[437]},{"name":"eAVEncH264VProfile_Main","features":[437]},{"name":"eAVEncH264VProfile_MultiviewHigh","features":[437]},{"name":"eAVEncH264VProfile_ScalableBase","features":[437]},{"name":"eAVEncH264VProfile_ScalableHigh","features":[437]},{"name":"eAVEncH264VProfile_Simple","features":[437]},{"name":"eAVEncH264VProfile_StereoHigh","features":[437]},{"name":"eAVEncH264VProfile_UCConstrainedHigh","features":[437]},{"name":"eAVEncH264VProfile_UCScalableConstrainedBase","features":[437]},{"name":"eAVEncH264VProfile_UCScalableConstrainedHigh","features":[437]},{"name":"eAVEncH264VProfile_unknown","features":[437]},{"name":"eAVEncH265VLevel","features":[437]},{"name":"eAVEncH265VLevel1","features":[437]},{"name":"eAVEncH265VLevel2","features":[437]},{"name":"eAVEncH265VLevel2_1","features":[437]},{"name":"eAVEncH265VLevel3","features":[437]},{"name":"eAVEncH265VLevel3_1","features":[437]},{"name":"eAVEncH265VLevel4","features":[437]},{"name":"eAVEncH265VLevel4_1","features":[437]},{"name":"eAVEncH265VLevel5","features":[437]},{"name":"eAVEncH265VLevel5_1","features":[437]},{"name":"eAVEncH265VLevel5_2","features":[437]},{"name":"eAVEncH265VLevel6","features":[437]},{"name":"eAVEncH265VLevel6_1","features":[437]},{"name":"eAVEncH265VLevel6_2","features":[437]},{"name":"eAVEncH265VProfile","features":[437]},{"name":"eAVEncH265VProfile_MainIntra_420_10","features":[437]},{"name":"eAVEncH265VProfile_MainIntra_420_12","features":[437]},{"name":"eAVEncH265VProfile_MainIntra_420_8","features":[437]},{"name":"eAVEncH265VProfile_MainIntra_422_10","features":[437]},{"name":"eAVEncH265VProfile_MainIntra_422_12","features":[437]},{"name":"eAVEncH265VProfile_MainIntra_444_10","features":[437]},{"name":"eAVEncH265VProfile_MainIntra_444_12","features":[437]},{"name":"eAVEncH265VProfile_MainIntra_444_16","features":[437]},{"name":"eAVEncH265VProfile_MainIntra_444_8","features":[437]},{"name":"eAVEncH265VProfile_MainStill_420_8","features":[437]},{"name":"eAVEncH265VProfile_MainStill_444_16","features":[437]},{"name":"eAVEncH265VProfile_MainStill_444_8","features":[437]},{"name":"eAVEncH265VProfile_Main_420_10","features":[437]},{"name":"eAVEncH265VProfile_Main_420_12","features":[437]},{"name":"eAVEncH265VProfile_Main_420_8","features":[437]},{"name":"eAVEncH265VProfile_Main_422_10","features":[437]},{"name":"eAVEncH265VProfile_Main_422_12","features":[437]},{"name":"eAVEncH265VProfile_Main_444_10","features":[437]},{"name":"eAVEncH265VProfile_Main_444_12","features":[437]},{"name":"eAVEncH265VProfile_Main_444_8","features":[437]},{"name":"eAVEncH265VProfile_Monochrome_12","features":[437]},{"name":"eAVEncH265VProfile_Monochrome_16","features":[437]},{"name":"eAVEncH265VProfile_unknown","features":[437]},{"name":"eAVEncInputVideoSystem","features":[437]},{"name":"eAVEncInputVideoSystem_Component","features":[437]},{"name":"eAVEncInputVideoSystem_HDV","features":[437]},{"name":"eAVEncInputVideoSystem_MAC","features":[437]},{"name":"eAVEncInputVideoSystem_NTSC","features":[437]},{"name":"eAVEncInputVideoSystem_PAL","features":[437]},{"name":"eAVEncInputVideoSystem_SECAM","features":[437]},{"name":"eAVEncInputVideoSystem_Unspecified","features":[437]},{"name":"eAVEncMPACodingMode","features":[437]},{"name":"eAVEncMPACodingMode_DualChannel","features":[437]},{"name":"eAVEncMPACodingMode_JointStereo","features":[437]},{"name":"eAVEncMPACodingMode_Mono","features":[437]},{"name":"eAVEncMPACodingMode_Stereo","features":[437]},{"name":"eAVEncMPACodingMode_Surround","features":[437]},{"name":"eAVEncMPAEmphasisType","features":[437]},{"name":"eAVEncMPAEmphasisType_50_15","features":[437]},{"name":"eAVEncMPAEmphasisType_CCITT_J17","features":[437]},{"name":"eAVEncMPAEmphasisType_None","features":[437]},{"name":"eAVEncMPAEmphasisType_Reserved","features":[437]},{"name":"eAVEncMPALayer","features":[437]},{"name":"eAVEncMPALayer_1","features":[437]},{"name":"eAVEncMPALayer_2","features":[437]},{"name":"eAVEncMPALayer_3","features":[437]},{"name":"eAVEncMPVFrameFieldMode","features":[437]},{"name":"eAVEncMPVFrameFieldMode_FieldMode","features":[437]},{"name":"eAVEncMPVFrameFieldMode_FrameMode","features":[437]},{"name":"eAVEncMPVIntraVLCTable","features":[437]},{"name":"eAVEncMPVIntraVLCTable_Alternate","features":[437]},{"name":"eAVEncMPVIntraVLCTable_Auto","features":[437]},{"name":"eAVEncMPVIntraVLCTable_MPEG1","features":[437]},{"name":"eAVEncMPVLevel","features":[437]},{"name":"eAVEncMPVLevel_High","features":[437]},{"name":"eAVEncMPVLevel_High1440","features":[437]},{"name":"eAVEncMPVLevel_Low","features":[437]},{"name":"eAVEncMPVLevel_Main","features":[437]},{"name":"eAVEncMPVProfile","features":[437]},{"name":"eAVEncMPVProfile_422","features":[437]},{"name":"eAVEncMPVProfile_High","features":[437]},{"name":"eAVEncMPVProfile_Main","features":[437]},{"name":"eAVEncMPVProfile_Simple","features":[437]},{"name":"eAVEncMPVProfile_unknown","features":[437]},{"name":"eAVEncMPVQScaleType","features":[437]},{"name":"eAVEncMPVQScaleType_Auto","features":[437]},{"name":"eAVEncMPVQScaleType_Linear","features":[437]},{"name":"eAVEncMPVQScaleType_NonLinear","features":[437]},{"name":"eAVEncMPVScanPattern","features":[437]},{"name":"eAVEncMPVScanPattern_AlternateScan","features":[437]},{"name":"eAVEncMPVScanPattern_Auto","features":[437]},{"name":"eAVEncMPVScanPattern_ZigZagScan","features":[437]},{"name":"eAVEncMPVSceneDetection","features":[437]},{"name":"eAVEncMPVSceneDetection_InsertIPicture","features":[437]},{"name":"eAVEncMPVSceneDetection_None","features":[437]},{"name":"eAVEncMPVSceneDetection_StartNewGOP","features":[437]},{"name":"eAVEncMPVSceneDetection_StartNewLocatableGOP","features":[437]},{"name":"eAVEncMuxOutput","features":[437]},{"name":"eAVEncMuxOutputAuto","features":[437]},{"name":"eAVEncMuxOutputPS","features":[437]},{"name":"eAVEncMuxOutputTS","features":[437]},{"name":"eAVEncVP9VProfile","features":[437]},{"name":"eAVEncVP9VProfile_420_10","features":[437]},{"name":"eAVEncVP9VProfile_420_12","features":[437]},{"name":"eAVEncVP9VProfile_420_8","features":[437]},{"name":"eAVEncVP9VProfile_unknown","features":[437]},{"name":"eAVEncVideoChromaResolution","features":[437]},{"name":"eAVEncVideoChromaResolution_411","features":[437]},{"name":"eAVEncVideoChromaResolution_420","features":[437]},{"name":"eAVEncVideoChromaResolution_422","features":[437]},{"name":"eAVEncVideoChromaResolution_444","features":[437]},{"name":"eAVEncVideoChromaResolution_SameAsSource","features":[437]},{"name":"eAVEncVideoChromaSubsampling","features":[437]},{"name":"eAVEncVideoChromaSubsamplingFormat_Horizontally_Cosited","features":[437]},{"name":"eAVEncVideoChromaSubsamplingFormat_ProgressiveChroma","features":[437]},{"name":"eAVEncVideoChromaSubsamplingFormat_SameAsSource","features":[437]},{"name":"eAVEncVideoChromaSubsamplingFormat_Vertically_AlignedChromaPlanes","features":[437]},{"name":"eAVEncVideoChromaSubsamplingFormat_Vertically_Cosited","features":[437]},{"name":"eAVEncVideoColorLighting","features":[437]},{"name":"eAVEncVideoColorLighting_Bright","features":[437]},{"name":"eAVEncVideoColorLighting_Dark","features":[437]},{"name":"eAVEncVideoColorLighting_Dim","features":[437]},{"name":"eAVEncVideoColorLighting_Office","features":[437]},{"name":"eAVEncVideoColorLighting_SameAsSource","features":[437]},{"name":"eAVEncVideoColorLighting_Unknown","features":[437]},{"name":"eAVEncVideoColorNominalRange","features":[437]},{"name":"eAVEncVideoColorNominalRange_0_255","features":[437]},{"name":"eAVEncVideoColorNominalRange_16_235","features":[437]},{"name":"eAVEncVideoColorNominalRange_48_208","features":[437]},{"name":"eAVEncVideoColorNominalRange_SameAsSource","features":[437]},{"name":"eAVEncVideoColorPrimaries","features":[437]},{"name":"eAVEncVideoColorPrimaries_BT470_2_SysBG","features":[437]},{"name":"eAVEncVideoColorPrimaries_BT470_2_SysM","features":[437]},{"name":"eAVEncVideoColorPrimaries_BT709","features":[437]},{"name":"eAVEncVideoColorPrimaries_EBU3231","features":[437]},{"name":"eAVEncVideoColorPrimaries_Reserved","features":[437]},{"name":"eAVEncVideoColorPrimaries_SMPTE170M","features":[437]},{"name":"eAVEncVideoColorPrimaries_SMPTE240M","features":[437]},{"name":"eAVEncVideoColorPrimaries_SMPTE_C","features":[437]},{"name":"eAVEncVideoColorPrimaries_SameAsSource","features":[437]},{"name":"eAVEncVideoColorTransferFunction","features":[437]},{"name":"eAVEncVideoColorTransferFunction_10","features":[437]},{"name":"eAVEncVideoColorTransferFunction_18","features":[437]},{"name":"eAVEncVideoColorTransferFunction_20","features":[437]},{"name":"eAVEncVideoColorTransferFunction_22","features":[437]},{"name":"eAVEncVideoColorTransferFunction_22_240M","features":[437]},{"name":"eAVEncVideoColorTransferFunction_22_709","features":[437]},{"name":"eAVEncVideoColorTransferFunction_22_8bit_sRGB","features":[437]},{"name":"eAVEncVideoColorTransferFunction_28","features":[437]},{"name":"eAVEncVideoColorTransferFunction_SameAsSource","features":[437]},{"name":"eAVEncVideoColorTransferMatrix","features":[437]},{"name":"eAVEncVideoColorTransferMatrix_BT601","features":[437]},{"name":"eAVEncVideoColorTransferMatrix_BT709","features":[437]},{"name":"eAVEncVideoColorTransferMatrix_SMPTE240M","features":[437]},{"name":"eAVEncVideoColorTransferMatrix_SameAsSource","features":[437]},{"name":"eAVEncVideoContentType","features":[437]},{"name":"eAVEncVideoContentType_FixedCameraAngle","features":[437]},{"name":"eAVEncVideoContentType_Unknown","features":[437]},{"name":"eAVEncVideoFilmContent","features":[437]},{"name":"eAVEncVideoFilmContent_FilmOnly","features":[437]},{"name":"eAVEncVideoFilmContent_Mixed","features":[437]},{"name":"eAVEncVideoFilmContent_VideoOnly","features":[437]},{"name":"eAVEncVideoOutputFrameRateConversion","features":[437]},{"name":"eAVEncVideoOutputFrameRateConversion_Alias","features":[437]},{"name":"eAVEncVideoOutputFrameRateConversion_Disable","features":[437]},{"name":"eAVEncVideoOutputFrameRateConversion_Enable","features":[437]},{"name":"eAVEncVideoOutputScanType","features":[437]},{"name":"eAVEncVideoOutputScan_Automatic","features":[437]},{"name":"eAVEncVideoOutputScan_Interlaced","features":[437]},{"name":"eAVEncVideoOutputScan_Progressive","features":[437]},{"name":"eAVEncVideoOutputScan_SameAsInput","features":[437]},{"name":"eAVEncVideoSourceScanType","features":[437]},{"name":"eAVEncVideoSourceScan_Automatic","features":[437]},{"name":"eAVEncVideoSourceScan_Interlaced","features":[437]},{"name":"eAVEncVideoSourceScan_Progressive","features":[437]},{"name":"eAVFastDecodeMode","features":[437]},{"name":"eAVScenarioInfo","features":[437]},{"name":"eAVScenarioInfo_Archive","features":[437]},{"name":"eAVScenarioInfo_CameraRecord","features":[437]},{"name":"eAVScenarioInfo_DisplayRemoting","features":[437]},{"name":"eAVScenarioInfo_DisplayRemotingWithFeatureMap","features":[437]},{"name":"eAVScenarioInfo_LiveStreaming","features":[437]},{"name":"eAVScenarioInfo_Unknown","features":[437]},{"name":"eAVScenarioInfo_VideoConference","features":[437]},{"name":"eAllocationTypeDynamic","features":[437]},{"name":"eAllocationTypeIgnore","features":[437]},{"name":"eAllocationTypePageable","features":[437]},{"name":"eAllocationTypeRT","features":[437]},{"name":"eErrorConcealmentOff","features":[437]},{"name":"eErrorConcealmentOn","features":[437]},{"name":"eErrorConcealmentTypeAdvanced","features":[437]},{"name":"eErrorConcealmentTypeBasic","features":[437]},{"name":"eErrorConcealmentTypeDXVASetBlack","features":[437]},{"name":"eErrorConcealmentTypeDrop","features":[437]},{"name":"eVideoDecodeCompliant","features":[437]},{"name":"eVideoDecodeDisableLF","features":[437]},{"name":"eVideoDecodeFastest","features":[437]},{"name":"eVideoDecodeOptimalLF","features":[437]},{"name":"eVideoEncoderDisplayContentType","features":[437]},{"name":"eVideoEncoderDisplayContent_FullScreenVideo","features":[437]},{"name":"eVideoEncoderDisplayContent_Unknown","features":[437]},{"name":"g_wszSpeechFormatCaps","features":[437]},{"name":"g_wszWMCPAudioVBRQuality","features":[437]},{"name":"g_wszWMCPAudioVBRSupported","features":[437]},{"name":"g_wszWMCPCodecName","features":[437]},{"name":"g_wszWMCPDefaultCrisp","features":[437]},{"name":"g_wszWMCPMaxPasses","features":[437]},{"name":"g_wszWMCPSupportedVBRModes","features":[437]},{"name":"msoBegin","features":[437]},{"name":"msoCurrent","features":[437]}],"446":[{"name":"CLSID_WMPMediaPluginRegistrar","features":[443]},{"name":"CLSID_WMPSkinManager","features":[443]},{"name":"CLSID_XFeedsManager","features":[443]},{"name":"DISPID_DELTA","features":[443]},{"name":"DISPID_FEEDENCLOSURE_AsyncDownload","features":[443]},{"name":"DISPID_FEEDENCLOSURE_CancelAsyncDownload","features":[443]},{"name":"DISPID_FEEDENCLOSURE_DownloadMimeType","features":[443]},{"name":"DISPID_FEEDENCLOSURE_DownloadStatus","features":[443]},{"name":"DISPID_FEEDENCLOSURE_DownloadUrl","features":[443]},{"name":"DISPID_FEEDENCLOSURE_LastDownloadError","features":[443]},{"name":"DISPID_FEEDENCLOSURE_Length","features":[443]},{"name":"DISPID_FEEDENCLOSURE_LocalPath","features":[443]},{"name":"DISPID_FEEDENCLOSURE_Parent","features":[443]},{"name":"DISPID_FEEDENCLOSURE_RemoveFile","features":[443]},{"name":"DISPID_FEEDENCLOSURE_SetFile","features":[443]},{"name":"DISPID_FEEDENCLOSURE_Type","features":[443]},{"name":"DISPID_FEEDENCLOSURE_Url","features":[443]},{"name":"DISPID_FEEDEVENTS_Error","features":[443]},{"name":"DISPID_FEEDEVENTS_FeedDeleted","features":[443]},{"name":"DISPID_FEEDEVENTS_FeedDownloadCompleted","features":[443]},{"name":"DISPID_FEEDEVENTS_FeedDownloading","features":[443]},{"name":"DISPID_FEEDEVENTS_FeedItemCountChanged","features":[443]},{"name":"DISPID_FEEDEVENTS_FeedMoved","features":[443]},{"name":"DISPID_FEEDEVENTS_FeedRenamed","features":[443]},{"name":"DISPID_FEEDEVENTS_FeedUrlChanged","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_Error","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedAdded","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedDeleted","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedDownloadCompleted","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedDownloading","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedItemCountChanged","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedMovedFrom","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedMovedTo","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedRenamed","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FeedUrlChanged","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderAdded","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderDeleted","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderItemCountChanged","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderMovedFrom","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderMovedTo","features":[443]},{"name":"DISPID_FEEDFOLDEREVENTS_FolderRenamed","features":[443]},{"name":"DISPID_FEEDFOLDER_CreateFeed","features":[443]},{"name":"DISPID_FEEDFOLDER_CreateSubfolder","features":[443]},{"name":"DISPID_FEEDFOLDER_Delete","features":[443]},{"name":"DISPID_FEEDFOLDER_ExistsFeed","features":[443]},{"name":"DISPID_FEEDFOLDER_ExistsSubfolder","features":[443]},{"name":"DISPID_FEEDFOLDER_Feeds","features":[443]},{"name":"DISPID_FEEDFOLDER_GetFeed","features":[443]},{"name":"DISPID_FEEDFOLDER_GetSubfolder","features":[443]},{"name":"DISPID_FEEDFOLDER_GetWatcher","features":[443]},{"name":"DISPID_FEEDFOLDER_IsRoot","features":[443]},{"name":"DISPID_FEEDFOLDER_Move","features":[443]},{"name":"DISPID_FEEDFOLDER_Name","features":[443]},{"name":"DISPID_FEEDFOLDER_Parent","features":[443]},{"name":"DISPID_FEEDFOLDER_Path","features":[443]},{"name":"DISPID_FEEDFOLDER_Rename","features":[443]},{"name":"DISPID_FEEDFOLDER_Subfolders","features":[443]},{"name":"DISPID_FEEDFOLDER_TotalItemCount","features":[443]},{"name":"DISPID_FEEDFOLDER_TotalUnreadItemCount","features":[443]},{"name":"DISPID_FEEDITEM_Author","features":[443]},{"name":"DISPID_FEEDITEM_Comments","features":[443]},{"name":"DISPID_FEEDITEM_Delete","features":[443]},{"name":"DISPID_FEEDITEM_Description","features":[443]},{"name":"DISPID_FEEDITEM_DownloadUrl","features":[443]},{"name":"DISPID_FEEDITEM_EffectiveId","features":[443]},{"name":"DISPID_FEEDITEM_Enclosure","features":[443]},{"name":"DISPID_FEEDITEM_Guid","features":[443]},{"name":"DISPID_FEEDITEM_IsRead","features":[443]},{"name":"DISPID_FEEDITEM_LastDownloadTime","features":[443]},{"name":"DISPID_FEEDITEM_Link","features":[443]},{"name":"DISPID_FEEDITEM_LocalId","features":[443]},{"name":"DISPID_FEEDITEM_Modified","features":[443]},{"name":"DISPID_FEEDITEM_Parent","features":[443]},{"name":"DISPID_FEEDITEM_PubDate","features":[443]},{"name":"DISPID_FEEDITEM_Title","features":[443]},{"name":"DISPID_FEEDITEM_Xml","features":[443]},{"name":"DISPID_FEEDSENUM_Count","features":[443]},{"name":"DISPID_FEEDSENUM_Item","features":[443]},{"name":"DISPID_FEEDS_AsyncSyncAll","features":[443]},{"name":"DISPID_FEEDS_BackgroundSync","features":[443]},{"name":"DISPID_FEEDS_BackgroundSyncStatus","features":[443]},{"name":"DISPID_FEEDS_DefaultInterval","features":[443]},{"name":"DISPID_FEEDS_DeleteFeed","features":[443]},{"name":"DISPID_FEEDS_DeleteFolder","features":[443]},{"name":"DISPID_FEEDS_ExistsFeed","features":[443]},{"name":"DISPID_FEEDS_ExistsFolder","features":[443]},{"name":"DISPID_FEEDS_GetFeed","features":[443]},{"name":"DISPID_FEEDS_GetFeedByUrl","features":[443]},{"name":"DISPID_FEEDS_GetFolder","features":[443]},{"name":"DISPID_FEEDS_IsSubscribed","features":[443]},{"name":"DISPID_FEEDS_ItemCountLimit","features":[443]},{"name":"DISPID_FEEDS_Normalize","features":[443]},{"name":"DISPID_FEEDS_RootFolder","features":[443]},{"name":"DISPID_FEED_AsyncDownload","features":[443]},{"name":"DISPID_FEED_CancelAsyncDownload","features":[443]},{"name":"DISPID_FEED_ClearCredentials","features":[443]},{"name":"DISPID_FEED_Copyright","features":[443]},{"name":"DISPID_FEED_Delete","features":[443]},{"name":"DISPID_FEED_Description","features":[443]},{"name":"DISPID_FEED_Download","features":[443]},{"name":"DISPID_FEED_DownloadEnclosuresAutomatically","features":[443]},{"name":"DISPID_FEED_DownloadStatus","features":[443]},{"name":"DISPID_FEED_DownloadUrl","features":[443]},{"name":"DISPID_FEED_GetItem","features":[443]},{"name":"DISPID_FEED_GetItemByEffectiveId","features":[443]},{"name":"DISPID_FEED_GetWatcher","features":[443]},{"name":"DISPID_FEED_Image","features":[443]},{"name":"DISPID_FEED_Interval","features":[443]},{"name":"DISPID_FEED_IsList","features":[443]},{"name":"DISPID_FEED_ItemCount","features":[443]},{"name":"DISPID_FEED_Items","features":[443]},{"name":"DISPID_FEED_Language","features":[443]},{"name":"DISPID_FEED_LastBuildDate","features":[443]},{"name":"DISPID_FEED_LastDownloadError","features":[443]},{"name":"DISPID_FEED_LastDownloadTime","features":[443]},{"name":"DISPID_FEED_LastItemDownloadTime","features":[443]},{"name":"DISPID_FEED_LastWriteTime","features":[443]},{"name":"DISPID_FEED_Link","features":[443]},{"name":"DISPID_FEED_LocalEnclosurePath","features":[443]},{"name":"DISPID_FEED_LocalId","features":[443]},{"name":"DISPID_FEED_MarkAllItemsRead","features":[443]},{"name":"DISPID_FEED_MaxItemCount","features":[443]},{"name":"DISPID_FEED_Merge","features":[443]},{"name":"DISPID_FEED_Move","features":[443]},{"name":"DISPID_FEED_Name","features":[443]},{"name":"DISPID_FEED_Parent","features":[443]},{"name":"DISPID_FEED_Password","features":[443]},{"name":"DISPID_FEED_Path","features":[443]},{"name":"DISPID_FEED_PubDate","features":[443]},{"name":"DISPID_FEED_Rename","features":[443]},{"name":"DISPID_FEED_SetCredentials","features":[443]},{"name":"DISPID_FEED_SyncSetting","features":[443]},{"name":"DISPID_FEED_Title","features":[443]},{"name":"DISPID_FEED_Ttl","features":[443]},{"name":"DISPID_FEED_UnreadItemCount","features":[443]},{"name":"DISPID_FEED_Url","features":[443]},{"name":"DISPID_FEED_Username","features":[443]},{"name":"DISPID_FEED_Xml","features":[443]},{"name":"DISPID_WMPCDROMCOLLECTION_BASE","features":[443]},{"name":"DISPID_WMPCDROMCOLLECTION_COUNT","features":[443]},{"name":"DISPID_WMPCDROMCOLLECTION_GETBYDRIVESPECIFIER","features":[443]},{"name":"DISPID_WMPCDROMCOLLECTION_ITEM","features":[443]},{"name":"DISPID_WMPCDROMCOLLECTION_STARTMONITORINGCDROMS","features":[443]},{"name":"DISPID_WMPCDROMCOLLECTION_STOPMONITORINGCDROMS","features":[443]},{"name":"DISPID_WMPCDROM_BASE","features":[443]},{"name":"DISPID_WMPCDROM_DRIVESPECIFIER","features":[443]},{"name":"DISPID_WMPCDROM_EJECT","features":[443]},{"name":"DISPID_WMPCDROM_PLAYLIST","features":[443]},{"name":"DISPID_WMPCLOSEDCAPTION2_GETLANGCOUNT","features":[443]},{"name":"DISPID_WMPCLOSEDCAPTION2_GETLANGID","features":[443]},{"name":"DISPID_WMPCLOSEDCAPTION2_GETLANGNAME","features":[443]},{"name":"DISPID_WMPCLOSEDCAPTION2_GETSTYLECOUNT","features":[443]},{"name":"DISPID_WMPCLOSEDCAPTION2_GETSTYLENAME","features":[443]},{"name":"DISPID_WMPCLOSEDCAPTION_BASE","features":[443]},{"name":"DISPID_WMPCLOSEDCAPTION_CAPTIONINGID","features":[443]},{"name":"DISPID_WMPCLOSEDCAPTION_SAMIFILENAME","features":[443]},{"name":"DISPID_WMPCLOSEDCAPTION_SAMILANG","features":[443]},{"name":"DISPID_WMPCLOSEDCAPTION_SAMISTYLE","features":[443]},{"name":"DISPID_WMPCONTROLS2_STEP","features":[443]},{"name":"DISPID_WMPCONTROLS3_AUDIOLANGUAGECOUNT","features":[443]},{"name":"DISPID_WMPCONTROLS3_CURRENTAUDIOLANGUAGE","features":[443]},{"name":"DISPID_WMPCONTROLS3_CURRENTAUDIOLANGUAGEINDEX","features":[443]},{"name":"DISPID_WMPCONTROLS3_CURRENTPOSITIONTIMECODE","features":[443]},{"name":"DISPID_WMPCONTROLS3_GETAUDIOLANGUAGEDESC","features":[443]},{"name":"DISPID_WMPCONTROLS3_GETAUDIOLANGUAGEID","features":[443]},{"name":"DISPID_WMPCONTROLS3_GETLANGUAGENAME","features":[443]},{"name":"DISPID_WMPCONTROLSFAKE_TIMECOMPRESSION","features":[443]},{"name":"DISPID_WMPCONTROLS_BASE","features":[443]},{"name":"DISPID_WMPCONTROLS_CURRENTITEM","features":[443]},{"name":"DISPID_WMPCONTROLS_CURRENTMARKER","features":[443]},{"name":"DISPID_WMPCONTROLS_CURRENTPOSITION","features":[443]},{"name":"DISPID_WMPCONTROLS_CURRENTPOSITIONSTRING","features":[443]},{"name":"DISPID_WMPCONTROLS_FASTFORWARD","features":[443]},{"name":"DISPID_WMPCONTROLS_FASTREVERSE","features":[443]},{"name":"DISPID_WMPCONTROLS_ISAVAILABLE","features":[443]},{"name":"DISPID_WMPCONTROLS_NEXT","features":[443]},{"name":"DISPID_WMPCONTROLS_PAUSE","features":[443]},{"name":"DISPID_WMPCONTROLS_PLAY","features":[443]},{"name":"DISPID_WMPCONTROLS_PLAYITEM","features":[443]},{"name":"DISPID_WMPCONTROLS_PREVIOUS","features":[443]},{"name":"DISPID_WMPCONTROLS_STOP","features":[443]},{"name":"DISPID_WMPCORE2_BASE","features":[443]},{"name":"DISPID_WMPCORE2_DVD","features":[443]},{"name":"DISPID_WMPCORE3_NEWMEDIA","features":[443]},{"name":"DISPID_WMPCORE3_NEWPLAYLIST","features":[443]},{"name":"DISPID_WMPCOREEVENT_AUDIOLANGUAGECHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_BUFFERING","features":[443]},{"name":"DISPID_WMPCOREEVENT_CDROMMEDIACHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_CURRENTITEMCHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_CURRENTMEDIAITEMAVAILABLE","features":[443]},{"name":"DISPID_WMPCOREEVENT_CURRENTPLAYLISTCHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_CURRENTPLAYLISTITEMAVAILABLE","features":[443]},{"name":"DISPID_WMPCOREEVENT_DISCONNECT","features":[443]},{"name":"DISPID_WMPCOREEVENT_DOMAINCHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_DURATIONUNITCHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_ENDOFSTREAM","features":[443]},{"name":"DISPID_WMPCOREEVENT_ERROR","features":[443]},{"name":"DISPID_WMPCOREEVENT_MARKERHIT","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONATTRIBUTESTRINGADDED","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONATTRIBUTESTRINGCHANGED","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONATTRIBUTESTRINGREMOVED","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONCHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONCONTENTSCANADDEDITEM","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONCONTENTSCANPROGRESS","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONMEDIAADDED","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONMEDIAREMOVED","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONSEARCHCOMPLETE","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONSEARCHFOUNDITEM","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIACOLLECTIONSEARCHPROGRESS","features":[443]},{"name":"DISPID_WMPCOREEVENT_MEDIAERROR","features":[443]},{"name":"DISPID_WMPCOREEVENT_MODECHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_NEWSTREAM","features":[443]},{"name":"DISPID_WMPCOREEVENT_OPENPLAYLISTSWITCH","features":[443]},{"name":"DISPID_WMPCOREEVENT_OPENSTATECHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_PLAYLISTCHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_PLAYLISTCOLLECTIONCHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_PLAYLISTCOLLECTIONPLAYLISTADDED","features":[443]},{"name":"DISPID_WMPCOREEVENT_PLAYLISTCOLLECTIONPLAYLISTREMOVED","features":[443]},{"name":"DISPID_WMPCOREEVENT_PLAYLISTCOLLECTIONPLAYLISTSETASDELETED","features":[443]},{"name":"DISPID_WMPCOREEVENT_PLAYSTATECHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_POSITIONCHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_SCRIPTCOMMAND","features":[443]},{"name":"DISPID_WMPCOREEVENT_STATUSCHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_STRINGCOLLECTIONCHANGE","features":[443]},{"name":"DISPID_WMPCOREEVENT_WARNING","features":[443]},{"name":"DISPID_WMPCORE_BASE","features":[443]},{"name":"DISPID_WMPCORE_CDROMCOLLECTION","features":[443]},{"name":"DISPID_WMPCORE_CLOSE","features":[443]},{"name":"DISPID_WMPCORE_CLOSEDCAPTION","features":[443]},{"name":"DISPID_WMPCORE_CONTROLS","features":[443]},{"name":"DISPID_WMPCORE_CURRENTMEDIA","features":[443]},{"name":"DISPID_WMPCORE_CURRENTPLAYLIST","features":[443]},{"name":"DISPID_WMPCORE_ERROR","features":[443]},{"name":"DISPID_WMPCORE_ISONLINE","features":[443]},{"name":"DISPID_WMPCORE_LAST","features":[443]},{"name":"DISPID_WMPCORE_LAUNCHURL","features":[443]},{"name":"DISPID_WMPCORE_MAX","features":[443]},{"name":"DISPID_WMPCORE_MEDIACOLLECTION","features":[443]},{"name":"DISPID_WMPCORE_MIN","features":[443]},{"name":"DISPID_WMPCORE_NETWORK","features":[443]},{"name":"DISPID_WMPCORE_OPENSTATE","features":[443]},{"name":"DISPID_WMPCORE_PLAYLISTCOLLECTION","features":[443]},{"name":"DISPID_WMPCORE_PLAYSTATE","features":[443]},{"name":"DISPID_WMPCORE_SETTINGS","features":[443]},{"name":"DISPID_WMPCORE_STATUS","features":[443]},{"name":"DISPID_WMPCORE_URL","features":[443]},{"name":"DISPID_WMPCORE_VERSIONINFO","features":[443]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_BASE","features":[443]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_CLEAR","features":[443]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_COUNT","features":[443]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_ID","features":[443]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_ITEM","features":[443]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_REMOVEITEM","features":[443]},{"name":"DISPID_WMPDOWNLOADCOLLECTION_STARTDOWNLOAD","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM2_BASE","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM2_GETITEMINFO","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM_BASE","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM_CANCEL","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM_DOWNLOADSTATE","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM_PAUSE","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM_PROGRESS","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM_RESUME","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM_SIZE","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM_SOURCEURL","features":[443]},{"name":"DISPID_WMPDOWNLOADITEM_TYPE","features":[443]},{"name":"DISPID_WMPDOWNLOADMANAGER_BASE","features":[443]},{"name":"DISPID_WMPDOWNLOADMANAGER_CREATEDOWNLOADCOLLECTION","features":[443]},{"name":"DISPID_WMPDOWNLOADMANAGER_GETDOWNLOADCOLLECTION","features":[443]},{"name":"DISPID_WMPDVD_BACK","features":[443]},{"name":"DISPID_WMPDVD_BASE","features":[443]},{"name":"DISPID_WMPDVD_DOMAIN","features":[443]},{"name":"DISPID_WMPDVD_ISAVAILABLE","features":[443]},{"name":"DISPID_WMPDVD_RESUME","features":[443]},{"name":"DISPID_WMPDVD_TITLEMENU","features":[443]},{"name":"DISPID_WMPDVD_TOPMENU","features":[443]},{"name":"DISPID_WMPERRORITEM2_CONDITION","features":[443]},{"name":"DISPID_WMPERRORITEM_BASE","features":[443]},{"name":"DISPID_WMPERRORITEM_CUSTOMURL","features":[443]},{"name":"DISPID_WMPERRORITEM_ERRORCODE","features":[443]},{"name":"DISPID_WMPERRORITEM_ERRORCONTEXT","features":[443]},{"name":"DISPID_WMPERRORITEM_ERRORDESCRIPTION","features":[443]},{"name":"DISPID_WMPERRORITEM_REMEDY","features":[443]},{"name":"DISPID_WMPERROR_BASE","features":[443]},{"name":"DISPID_WMPERROR_CLEARERRORQUEUE","features":[443]},{"name":"DISPID_WMPERROR_ERRORCOUNT","features":[443]},{"name":"DISPID_WMPERROR_ITEM","features":[443]},{"name":"DISPID_WMPERROR_WEBHELP","features":[443]},{"name":"DISPID_WMPMEDIA2_ERROR","features":[443]},{"name":"DISPID_WMPMEDIA3_GETATTRIBUTECOUNTBYTYPE","features":[443]},{"name":"DISPID_WMPMEDIA3_GETITEMINFOBYTYPE","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION2_BASE","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION2_CREATEQUERY","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION2_GETBYATTRANDMEDIATYPE","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION2_GETPLAYLISTBYQUERY","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION2_GETSTRINGCOLLBYQUERY","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_ADD","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_BASE","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_FREEZECOLLECTIONCHANGE","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_GETALL","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_GETATTRIBUTESTRINGCOLLECTION","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYALBUM","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYATTRIBUTE","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYAUTHOR","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYGENRE","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYNAME","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_GETBYQUERYDESCRIPTION","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_GETMEDIAATOM","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_ISDELETED","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_NEWQUERY","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_POSTCOLLECTIONCHANGE","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_REMOVE","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_SETDELETED","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_STARTCONTENTSCAN","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_STARTMONITORING","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_STARTSEARCH","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_STOPCONTENTSCAN","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_STOPMONITORING","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_STOPSEARCH","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_UNFREEZECOLLECTIONCHANGE","features":[443]},{"name":"DISPID_WMPMEDIACOLLECTION_UPDATEMETADATA","features":[443]},{"name":"DISPID_WMPMEDIA_ATTRIBUTECOUNT","features":[443]},{"name":"DISPID_WMPMEDIA_BASE","features":[443]},{"name":"DISPID_WMPMEDIA_DURATION","features":[443]},{"name":"DISPID_WMPMEDIA_DURATIONSTRING","features":[443]},{"name":"DISPID_WMPMEDIA_GETATTRIBUTENAME","features":[443]},{"name":"DISPID_WMPMEDIA_GETITEMINFO","features":[443]},{"name":"DISPID_WMPMEDIA_GETITEMINFOBYATOM","features":[443]},{"name":"DISPID_WMPMEDIA_GETMARKERNAME","features":[443]},{"name":"DISPID_WMPMEDIA_GETMARKERTIME","features":[443]},{"name":"DISPID_WMPMEDIA_IMAGESOURCEHEIGHT","features":[443]},{"name":"DISPID_WMPMEDIA_IMAGESOURCEWIDTH","features":[443]},{"name":"DISPID_WMPMEDIA_ISIDENTICAL","features":[443]},{"name":"DISPID_WMPMEDIA_ISMEMBEROF","features":[443]},{"name":"DISPID_WMPMEDIA_ISREADONLYITEM","features":[443]},{"name":"DISPID_WMPMEDIA_MARKERCOUNT","features":[443]},{"name":"DISPID_WMPMEDIA_NAME","features":[443]},{"name":"DISPID_WMPMEDIA_SETITEMINFO","features":[443]},{"name":"DISPID_WMPMEDIA_SOURCEURL","features":[443]},{"name":"DISPID_WMPMETADATA_BASE","features":[443]},{"name":"DISPID_WMPMETADATA_PICTURE_DESCRIPTION","features":[443]},{"name":"DISPID_WMPMETADATA_PICTURE_MIMETYPE","features":[443]},{"name":"DISPID_WMPMETADATA_PICTURE_PICTURETYPE","features":[443]},{"name":"DISPID_WMPMETADATA_PICTURE_URL","features":[443]},{"name":"DISPID_WMPMETADATA_TEXT_DESCRIPTION","features":[443]},{"name":"DISPID_WMPMETADATA_TEXT_TEXT","features":[443]},{"name":"DISPID_WMPNETWORK_BANDWIDTH","features":[443]},{"name":"DISPID_WMPNETWORK_BASE","features":[443]},{"name":"DISPID_WMPNETWORK_BITRATE","features":[443]},{"name":"DISPID_WMPNETWORK_BUFFERINGCOUNT","features":[443]},{"name":"DISPID_WMPNETWORK_BUFFERINGPROGRESS","features":[443]},{"name":"DISPID_WMPNETWORK_BUFFERINGTIME","features":[443]},{"name":"DISPID_WMPNETWORK_DOWNLOADPROGRESS","features":[443]},{"name":"DISPID_WMPNETWORK_ENCODEDFRAMERATE","features":[443]},{"name":"DISPID_WMPNETWORK_FRAMERATE","features":[443]},{"name":"DISPID_WMPNETWORK_FRAMESSKIPPED","features":[443]},{"name":"DISPID_WMPNETWORK_GETPROXYBYPASSFORLOCAL","features":[443]},{"name":"DISPID_WMPNETWORK_GETPROXYEXCEPTIONLIST","features":[443]},{"name":"DISPID_WMPNETWORK_GETPROXYNAME","features":[443]},{"name":"DISPID_WMPNETWORK_GETPROXYPORT","features":[443]},{"name":"DISPID_WMPNETWORK_GETPROXYSETTINGS","features":[443]},{"name":"DISPID_WMPNETWORK_LOSTPACKETS","features":[443]},{"name":"DISPID_WMPNETWORK_MAXBANDWIDTH","features":[443]},{"name":"DISPID_WMPNETWORK_MAXBITRATE","features":[443]},{"name":"DISPID_WMPNETWORK_RECEIVEDPACKETS","features":[443]},{"name":"DISPID_WMPNETWORK_RECEPTIONQUALITY","features":[443]},{"name":"DISPID_WMPNETWORK_RECOVEREDPACKETS","features":[443]},{"name":"DISPID_WMPNETWORK_SETPROXYBYPASSFORLOCAL","features":[443]},{"name":"DISPID_WMPNETWORK_SETPROXYEXCEPTIONLIST","features":[443]},{"name":"DISPID_WMPNETWORK_SETPROXYNAME","features":[443]},{"name":"DISPID_WMPNETWORK_SETPROXYPORT","features":[443]},{"name":"DISPID_WMPNETWORK_SETPROXYSETTINGS","features":[443]},{"name":"DISPID_WMPNETWORK_SOURCEPROTOCOL","features":[443]},{"name":"DISPID_WMPOCX2_BASE","features":[443]},{"name":"DISPID_WMPOCX2_STRETCHTOFIT","features":[443]},{"name":"DISPID_WMPOCX2_WINDOWLESSVIDEO","features":[443]},{"name":"DISPID_WMPOCX4_ISREMOTE","features":[443]},{"name":"DISPID_WMPOCX4_OPENPLAYER","features":[443]},{"name":"DISPID_WMPOCX4_PLAYERAPPLICATION","features":[443]},{"name":"DISPID_WMPOCXEVENT_CDROMBURNERROR","features":[443]},{"name":"DISPID_WMPOCXEVENT_CDROMBURNMEDIAERROR","features":[443]},{"name":"DISPID_WMPOCXEVENT_CDROMBURNSTATECHANGE","features":[443]},{"name":"DISPID_WMPOCXEVENT_CDROMRIPMEDIAERROR","features":[443]},{"name":"DISPID_WMPOCXEVENT_CDROMRIPSTATECHANGE","features":[443]},{"name":"DISPID_WMPOCXEVENT_CLICK","features":[443]},{"name":"DISPID_WMPOCXEVENT_CREATEPARTNERSHIPCOMPLETE","features":[443]},{"name":"DISPID_WMPOCXEVENT_DEVICECONNECT","features":[443]},{"name":"DISPID_WMPOCXEVENT_DEVICEDISCONNECT","features":[443]},{"name":"DISPID_WMPOCXEVENT_DEVICEESTIMATION","features":[443]},{"name":"DISPID_WMPOCXEVENT_DEVICESTATUSCHANGE","features":[443]},{"name":"DISPID_WMPOCXEVENT_DEVICESYNCERROR","features":[443]},{"name":"DISPID_WMPOCXEVENT_DEVICESYNCSTATECHANGE","features":[443]},{"name":"DISPID_WMPOCXEVENT_DOUBLECLICK","features":[443]},{"name":"DISPID_WMPOCXEVENT_FOLDERSCANSTATECHANGE","features":[443]},{"name":"DISPID_WMPOCXEVENT_KEYDOWN","features":[443]},{"name":"DISPID_WMPOCXEVENT_KEYPRESS","features":[443]},{"name":"DISPID_WMPOCXEVENT_KEYUP","features":[443]},{"name":"DISPID_WMPOCXEVENT_LIBRARYCONNECT","features":[443]},{"name":"DISPID_WMPOCXEVENT_LIBRARYDISCONNECT","features":[443]},{"name":"DISPID_WMPOCXEVENT_MOUSEDOWN","features":[443]},{"name":"DISPID_WMPOCXEVENT_MOUSEMOVE","features":[443]},{"name":"DISPID_WMPOCXEVENT_MOUSEUP","features":[443]},{"name":"DISPID_WMPOCXEVENT_PLAYERDOCKEDSTATECHANGE","features":[443]},{"name":"DISPID_WMPOCXEVENT_PLAYERRECONNECT","features":[443]},{"name":"DISPID_WMPOCXEVENT_SWITCHEDTOCONTROL","features":[443]},{"name":"DISPID_WMPOCXEVENT_SWITCHEDTOPLAYERAPPLICATION","features":[443]},{"name":"DISPID_WMPOCX_BASE","features":[443]},{"name":"DISPID_WMPOCX_ENABLECONTEXTMENU","features":[443]},{"name":"DISPID_WMPOCX_ENABLED","features":[443]},{"name":"DISPID_WMPOCX_FULLSCREEN","features":[443]},{"name":"DISPID_WMPOCX_LAST","features":[443]},{"name":"DISPID_WMPOCX_TRANSPARENTATSTART","features":[443]},{"name":"DISPID_WMPOCX_UIMODE","features":[443]},{"name":"DISPID_WMPPLAYERAPP_BASE","features":[443]},{"name":"DISPID_WMPPLAYERAPP_HASDISPLAY","features":[443]},{"name":"DISPID_WMPPLAYERAPP_PLAYERDOCKED","features":[443]},{"name":"DISPID_WMPPLAYERAPP_REMOTESTATUS","features":[443]},{"name":"DISPID_WMPPLAYERAPP_SWITCHTOCONTROL","features":[443]},{"name":"DISPID_WMPPLAYERAPP_SWITCHTOPLAYERAPPLICATION","features":[443]},{"name":"DISPID_WMPPLAYLISTARRAY_BASE","features":[443]},{"name":"DISPID_WMPPLAYLISTARRAY_COUNT","features":[443]},{"name":"DISPID_WMPPLAYLISTARRAY_ITEM","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_BASE","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_GETALL","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_GETBYNAME","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_GETBYQUERYDESCRIPTION","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_IMPORTPLAYLIST","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_ISDELETED","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_NEWPLAYLIST","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_NEWQUERY","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_REMOVE","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_SETDELETED","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_STARTMONITORING","features":[443]},{"name":"DISPID_WMPPLAYLISTCOLLECTION_STOPMONITORING","features":[443]},{"name":"DISPID_WMPPLAYLIST_APPENDITEM","features":[443]},{"name":"DISPID_WMPPLAYLIST_ATTRIBUTECOUNT","features":[443]},{"name":"DISPID_WMPPLAYLIST_ATTRIBUTENAME","features":[443]},{"name":"DISPID_WMPPLAYLIST_BASE","features":[443]},{"name":"DISPID_WMPPLAYLIST_CLEAR","features":[443]},{"name":"DISPID_WMPPLAYLIST_COUNT","features":[443]},{"name":"DISPID_WMPPLAYLIST_GETITEMINFO","features":[443]},{"name":"DISPID_WMPPLAYLIST_INSERTITEM","features":[443]},{"name":"DISPID_WMPPLAYLIST_ISIDENTICAL","features":[443]},{"name":"DISPID_WMPPLAYLIST_ITEM","features":[443]},{"name":"DISPID_WMPPLAYLIST_MOVEITEM","features":[443]},{"name":"DISPID_WMPPLAYLIST_NAME","features":[443]},{"name":"DISPID_WMPPLAYLIST_REMOVEITEM","features":[443]},{"name":"DISPID_WMPPLAYLIST_SETITEMINFO","features":[443]},{"name":"DISPID_WMPQUERY_ADDCONDITION","features":[443]},{"name":"DISPID_WMPQUERY_BASE","features":[443]},{"name":"DISPID_WMPQUERY_BEGINNEXTGROUP","features":[443]},{"name":"DISPID_WMPSETTINGS2_DEFAULTAUDIOLANGUAGE","features":[443]},{"name":"DISPID_WMPSETTINGS2_LIBRARYACCESSRIGHTS","features":[443]},{"name":"DISPID_WMPSETTINGS2_REQUESTLIBRARYACCESSRIGHTS","features":[443]},{"name":"DISPID_WMPSETTINGS_AUTOSTART","features":[443]},{"name":"DISPID_WMPSETTINGS_BALANCE","features":[443]},{"name":"DISPID_WMPSETTINGS_BASE","features":[443]},{"name":"DISPID_WMPSETTINGS_BASEURL","features":[443]},{"name":"DISPID_WMPSETTINGS_DEFAULTFRAME","features":[443]},{"name":"DISPID_WMPSETTINGS_ENABLEERRORDIALOGS","features":[443]},{"name":"DISPID_WMPSETTINGS_GETMODE","features":[443]},{"name":"DISPID_WMPSETTINGS_INVOKEURLS","features":[443]},{"name":"DISPID_WMPSETTINGS_ISAVAILABLE","features":[443]},{"name":"DISPID_WMPSETTINGS_MUTE","features":[443]},{"name":"DISPID_WMPSETTINGS_PLAYCOUNT","features":[443]},{"name":"DISPID_WMPSETTINGS_RATE","features":[443]},{"name":"DISPID_WMPSETTINGS_SETMODE","features":[443]},{"name":"DISPID_WMPSETTINGS_VOLUME","features":[443]},{"name":"DISPID_WMPSTRINGCOLLECTION2_BASE","features":[443]},{"name":"DISPID_WMPSTRINGCOLLECTION2_GETATTRCOUNTBYTYPE","features":[443]},{"name":"DISPID_WMPSTRINGCOLLECTION2_GETITEMINFO","features":[443]},{"name":"DISPID_WMPSTRINGCOLLECTION2_GETITEMINFOBYTYPE","features":[443]},{"name":"DISPID_WMPSTRINGCOLLECTION2_ISIDENTICAL","features":[443]},{"name":"DISPID_WMPSTRINGCOLLECTION_BASE","features":[443]},{"name":"DISPID_WMPSTRINGCOLLECTION_COUNT","features":[443]},{"name":"DISPID_WMPSTRINGCOLLECTION_ITEM","features":[443]},{"name":"EFFECT2_FULLSCREENEXCLUSIVE","features":[443]},{"name":"EFFECT_CANGOFULLSCREEN","features":[443]},{"name":"EFFECT_HASPROPERTYPAGE","features":[443]},{"name":"EFFECT_VARIABLEFREQSTEP","features":[443]},{"name":"EFFECT_WINDOWEDONLY","features":[443]},{"name":"FBSA_DISABLE","features":[443]},{"name":"FBSA_ENABLE","features":[443]},{"name":"FBSA_RUNNOW","features":[443]},{"name":"FBSS_DISABLED","features":[443]},{"name":"FBSS_ENABLED","features":[443]},{"name":"FDE_ACCESS_DENIED","features":[443]},{"name":"FDE_AUTH_FAILED","features":[443]},{"name":"FDE_BACKGROUND_DOWNLOAD_DISABLED","features":[443]},{"name":"FDE_CANCELED","features":[443]},{"name":"FDE_DOWNLOAD_BLOCKED","features":[443]},{"name":"FDE_DOWNLOAD_FAILED","features":[443]},{"name":"FDE_DOWNLOAD_SIZE_LIMIT_EXCEEDED","features":[443]},{"name":"FDE_INVALID_AUTH","features":[443]},{"name":"FDE_INVALID_FEED_FORMAT","features":[443]},{"name":"FDE_NONE","features":[443]},{"name":"FDE_NORMALIZATION_FAILED","features":[443]},{"name":"FDE_NOT_EXIST","features":[443]},{"name":"FDE_PERSISTENCE_FAILED","features":[443]},{"name":"FDE_UNSUPPORTED_AUTH","features":[443]},{"name":"FDE_UNSUPPORTED_DTD","features":[443]},{"name":"FDE_UNSUPPORTED_MSXML","features":[443]},{"name":"FDS_DOWNLOADED","features":[443]},{"name":"FDS_DOWNLOADING","features":[443]},{"name":"FDS_DOWNLOAD_FAILED","features":[443]},{"name":"FDS_NONE","features":[443]},{"name":"FDS_PENDING","features":[443]},{"name":"FEC_E_DOWNLOADSIZELIMITEXCEEDED","features":[443]},{"name":"FEC_E_ERRORBASE","features":[443]},{"name":"FEC_E_INVALIDMSXMLPROPERTY","features":[443]},{"name":"FEEDS_BACKGROUNDSYNC_ACTION","features":[443]},{"name":"FEEDS_BACKGROUNDSYNC_STATUS","features":[443]},{"name":"FEEDS_DOWNLOAD_ERROR","features":[443]},{"name":"FEEDS_DOWNLOAD_STATUS","features":[443]},{"name":"FEEDS_ERROR_CODE","features":[443]},{"name":"FEEDS_EVENTS_ITEM_COUNT_FLAGS","features":[443]},{"name":"FEEDS_EVENTS_MASK","features":[443]},{"name":"FEEDS_EVENTS_SCOPE","features":[443]},{"name":"FEEDS_SYNC_SETTING","features":[443]},{"name":"FEEDS_XML_FILTER_FLAGS","features":[443]},{"name":"FEEDS_XML_INCLUDE_FLAGS","features":[443]},{"name":"FEEDS_XML_SORT_ORDER","features":[443]},{"name":"FEEDS_XML_SORT_PROPERTY","features":[443]},{"name":"FEICF_READ_ITEM_COUNT_CHANGED","features":[443]},{"name":"FEICF_UNREAD_ITEM_COUNT_CHANGED","features":[443]},{"name":"FEM_FEEDEVENTS","features":[443]},{"name":"FEM_FOLDEREVENTS","features":[443]},{"name":"FES_ALL","features":[443]},{"name":"FES_SELF_AND_CHILDREN_ONLY","features":[443]},{"name":"FES_SELF_ONLY","features":[443]},{"name":"FSS_DEFAULT","features":[443]},{"name":"FSS_INTERVAL","features":[443]},{"name":"FSS_MANUAL","features":[443]},{"name":"FSS_SUGGESTED","features":[443]},{"name":"FXFF_ALL","features":[443]},{"name":"FXFF_READ","features":[443]},{"name":"FXFF_UNREAD","features":[443]},{"name":"FXIF_CF_EXTENSIONS","features":[443]},{"name":"FXIF_NONE","features":[443]},{"name":"FXSO_ASCENDING","features":[443]},{"name":"FXSO_DESCENDING","features":[443]},{"name":"FXSO_NONE","features":[443]},{"name":"FXSP_DOWNLOADTIME","features":[443]},{"name":"FXSP_NONE","features":[443]},{"name":"FXSP_PUBDATE","features":[443]},{"name":"FeedFolderWatcher","features":[443]},{"name":"FeedWatcher","features":[443]},{"name":"FeedsManager","features":[443]},{"name":"IFeed","features":[443,358]},{"name":"IFeed2","features":[443,358]},{"name":"IFeedEnclosure","features":[443,358]},{"name":"IFeedEvents","features":[443,358]},{"name":"IFeedFolder","features":[443,358]},{"name":"IFeedFolderEvents","features":[443,358]},{"name":"IFeedItem","features":[443,358]},{"name":"IFeedItem2","features":[443,358]},{"name":"IFeedsEnum","features":[443,358]},{"name":"IFeedsManager","features":[443,358]},{"name":"IOCTL_WMP_DEVICE_CAN_SYNC","features":[443]},{"name":"IOCTL_WMP_METADATA_ROUND_TRIP","features":[443]},{"name":"IWMPAudioRenderConfig","features":[443]},{"name":"IWMPCdrom","features":[443,358]},{"name":"IWMPCdromBurn","features":[443]},{"name":"IWMPCdromCollection","features":[443,358]},{"name":"IWMPCdromRip","features":[443]},{"name":"IWMPClosedCaption","features":[443,358]},{"name":"IWMPClosedCaption2","features":[443,358]},{"name":"IWMPContentContainer","features":[443]},{"name":"IWMPContentContainerList","features":[443]},{"name":"IWMPContentPartner","features":[443]},{"name":"IWMPContentPartnerCallback","features":[443]},{"name":"IWMPControls","features":[443,358]},{"name":"IWMPControls2","features":[443,358]},{"name":"IWMPControls3","features":[443,358]},{"name":"IWMPConvert","features":[443]},{"name":"IWMPCore","features":[443,358]},{"name":"IWMPCore2","features":[443,358]},{"name":"IWMPCore3","features":[443,358]},{"name":"IWMPDVD","features":[443,358]},{"name":"IWMPDownloadCollection","features":[443,358]},{"name":"IWMPDownloadItem","features":[443,358]},{"name":"IWMPDownloadItem2","features":[443,358]},{"name":"IWMPDownloadManager","features":[443,358]},{"name":"IWMPEffects","features":[443]},{"name":"IWMPEffects2","features":[443]},{"name":"IWMPError","features":[443,358]},{"name":"IWMPErrorItem","features":[443,358]},{"name":"IWMPErrorItem2","features":[443,358]},{"name":"IWMPEvents","features":[443]},{"name":"IWMPEvents2","features":[443]},{"name":"IWMPEvents3","features":[443]},{"name":"IWMPEvents4","features":[443]},{"name":"IWMPFolderMonitorServices","features":[443]},{"name":"IWMPGraphCreation","features":[443]},{"name":"IWMPLibrary","features":[443]},{"name":"IWMPLibrary2","features":[443]},{"name":"IWMPLibraryServices","features":[443]},{"name":"IWMPLibrarySharingServices","features":[443]},{"name":"IWMPMedia","features":[443,358]},{"name":"IWMPMedia2","features":[443,358]},{"name":"IWMPMedia3","features":[443,358]},{"name":"IWMPMediaCollection","features":[443,358]},{"name":"IWMPMediaCollection2","features":[443,358]},{"name":"IWMPMediaPluginRegistrar","features":[443]},{"name":"IWMPMetadataPicture","features":[443,358]},{"name":"IWMPMetadataText","features":[443,358]},{"name":"IWMPNetwork","features":[443,358]},{"name":"IWMPNodeRealEstate","features":[443]},{"name":"IWMPNodeRealEstateHost","features":[443]},{"name":"IWMPNodeWindowed","features":[443]},{"name":"IWMPNodeWindowedHost","features":[443]},{"name":"IWMPNodeWindowless","features":[443]},{"name":"IWMPNodeWindowlessHost","features":[443]},{"name":"IWMPPlayer","features":[443,358]},{"name":"IWMPPlayer2","features":[443,358]},{"name":"IWMPPlayer3","features":[443,358]},{"name":"IWMPPlayer4","features":[443,358]},{"name":"IWMPPlayerApplication","features":[443,358]},{"name":"IWMPPlayerServices","features":[443]},{"name":"IWMPPlayerServices2","features":[443]},{"name":"IWMPPlaylist","features":[443,358]},{"name":"IWMPPlaylistArray","features":[443,358]},{"name":"IWMPPlaylistCollection","features":[443,358]},{"name":"IWMPPlugin","features":[443]},{"name":"IWMPPluginEnable","features":[443]},{"name":"IWMPPluginUI","features":[443]},{"name":"IWMPQuery","features":[443,358]},{"name":"IWMPRemoteMediaServices","features":[443]},{"name":"IWMPRenderConfig","features":[443]},{"name":"IWMPServices","features":[443]},{"name":"IWMPSettings","features":[443,358]},{"name":"IWMPSettings2","features":[443,358]},{"name":"IWMPSkinManager","features":[443]},{"name":"IWMPStringCollection","features":[443,358]},{"name":"IWMPStringCollection2","features":[443,358]},{"name":"IWMPSubscriptionService","features":[443]},{"name":"IWMPSubscriptionService2","features":[443]},{"name":"IWMPSubscriptionServiceCallback","features":[443]},{"name":"IWMPSyncDevice","features":[443]},{"name":"IWMPSyncDevice2","features":[443]},{"name":"IWMPSyncDevice3","features":[443]},{"name":"IWMPSyncServices","features":[443]},{"name":"IWMPTranscodePolicy","features":[443]},{"name":"IWMPUserEventSink","features":[443]},{"name":"IWMPVideoRenderConfig","features":[443]},{"name":"IWMPWindowMessageSink","features":[443]},{"name":"IXFeed","features":[443]},{"name":"IXFeed2","features":[443]},{"name":"IXFeedEnclosure","features":[443]},{"name":"IXFeedEvents","features":[443]},{"name":"IXFeedFolder","features":[443]},{"name":"IXFeedFolderEvents","features":[443]},{"name":"IXFeedItem","features":[443]},{"name":"IXFeedItem2","features":[443]},{"name":"IXFeedsEnum","features":[443]},{"name":"IXFeedsManager","features":[443]},{"name":"PLUGIN_ALL_MEDIASENDTO","features":[443]},{"name":"PLUGIN_ALL_PLAYLISTSENDTO","features":[443]},{"name":"PLUGIN_FLAGS_ACCEPTSMEDIA","features":[443]},{"name":"PLUGIN_FLAGS_ACCEPTSPLAYLISTS","features":[443]},{"name":"PLUGIN_FLAGS_HASPRESETS","features":[443]},{"name":"PLUGIN_FLAGS_HASPROPERTYPAGE","features":[443]},{"name":"PLUGIN_FLAGS_HIDDEN","features":[443]},{"name":"PLUGIN_FLAGS_INSTALLAUTORUN","features":[443]},{"name":"PLUGIN_FLAGS_LAUNCHPROPERTYPAGE","features":[443]},{"name":"PLUGIN_INSTALLREGKEY","features":[443]},{"name":"PLUGIN_INSTALLREGKEY_CAPABILITIES","features":[443]},{"name":"PLUGIN_INSTALLREGKEY_DESCRIPTION","features":[443]},{"name":"PLUGIN_INSTALLREGKEY_FRIENDLYNAME","features":[443]},{"name":"PLUGIN_INSTALLREGKEY_UNINSTALL","features":[443]},{"name":"PLUGIN_MISC_CURRENTPRESET","features":[443]},{"name":"PLUGIN_MISC_PRESETCOUNT","features":[443]},{"name":"PLUGIN_MISC_PRESETNAMES","features":[443]},{"name":"PLUGIN_MISC_QUERYDESTROY","features":[443]},{"name":"PLUGIN_SEPARATEWINDOW_DEFAULTHEIGHT","features":[443]},{"name":"PLUGIN_SEPARATEWINDOW_DEFAULTWIDTH","features":[443]},{"name":"PLUGIN_SEPARATEWINDOW_MAXHEIGHT","features":[443]},{"name":"PLUGIN_SEPARATEWINDOW_MAXWIDTH","features":[443]},{"name":"PLUGIN_SEPARATEWINDOW_MINHEIGHT","features":[443]},{"name":"PLUGIN_SEPARATEWINDOW_MINWIDTH","features":[443]},{"name":"PLUGIN_SEPARATEWINDOW_RESIZABLE","features":[443]},{"name":"PLUGIN_TYPE_BACKGROUND","features":[443]},{"name":"PLUGIN_TYPE_DISPLAYAREA","features":[443]},{"name":"PLUGIN_TYPE_METADATAAREA","features":[443]},{"name":"PLUGIN_TYPE_SEPARATEWINDOW","features":[443]},{"name":"PLUGIN_TYPE_SETTINGSAREA","features":[443]},{"name":"PlayerState","features":[443]},{"name":"SA_BUFFER_SIZE","features":[443]},{"name":"SUBSCRIPTION_CAP_ALLOWCDBURN","features":[443]},{"name":"SUBSCRIPTION_CAP_ALLOWPDATRANSFER","features":[443]},{"name":"SUBSCRIPTION_CAP_ALLOWPLAY","features":[443]},{"name":"SUBSCRIPTION_CAP_ALTLOGIN","features":[443]},{"name":"SUBSCRIPTION_CAP_BACKGROUNDPROCESSING","features":[443]},{"name":"SUBSCRIPTION_CAP_DEVICEAVAILABLE","features":[443]},{"name":"SUBSCRIPTION_CAP_IS_CONTENTPARTNER","features":[443]},{"name":"SUBSCRIPTION_CAP_PREPAREFORSYNC","features":[443]},{"name":"SUBSCRIPTION_CAP_UILESSMODE_ALLOWPLAY","features":[443]},{"name":"SUBSCRIPTION_V1_CAPS","features":[443]},{"name":"TimedLevel","features":[443]},{"name":"WMPAccountType","features":[443]},{"name":"WMPBurnFormat","features":[443]},{"name":"WMPBurnState","features":[443]},{"name":"WMPCOREEVENT_BASE","features":[443]},{"name":"WMPCOREEVENT_CDROM_BASE","features":[443]},{"name":"WMPCOREEVENT_CONTENT_BASE","features":[443]},{"name":"WMPCOREEVENT_CONTROL_BASE","features":[443]},{"name":"WMPCOREEVENT_ERROR_BASE","features":[443]},{"name":"WMPCOREEVENT_NETWORK_BASE","features":[443]},{"name":"WMPCOREEVENT_PLAYLIST_BASE","features":[443]},{"name":"WMPCOREEVENT_SEEK_BASE","features":[443]},{"name":"WMPCOREEVENT_WARNING_BASE","features":[443]},{"name":"WMPCallbackNotification","features":[443]},{"name":"WMPContextMenuInfo","features":[443]},{"name":"WMPDeviceStatus","features":[443]},{"name":"WMPFolderScanState","features":[443]},{"name":"WMPGC_FLAGS_ALLOW_PREROLL","features":[443]},{"name":"WMPGC_FLAGS_DISABLE_PLUGINS","features":[443]},{"name":"WMPGC_FLAGS_IGNORE_AV_SYNC","features":[443]},{"name":"WMPGC_FLAGS_SUPPRESS_DIALOGS","features":[443]},{"name":"WMPGC_FLAGS_USE_CUSTOM_GRAPH","features":[443]},{"name":"WMPLib","features":[443]},{"name":"WMPLibraryType","features":[443]},{"name":"WMPOCXEVENT_BASE","features":[443]},{"name":"WMPOpenState","features":[443]},{"name":"WMPPartnerNotification","features":[443]},{"name":"WMPPlayState","features":[443]},{"name":"WMPPlaylistChangeEventType","features":[443]},{"name":"WMPPlugin_Caps","features":[443]},{"name":"WMPPlugin_Caps_CannotConvertFormats","features":[443]},{"name":"WMPRemoteMediaServices","features":[443]},{"name":"WMPRipState","features":[443]},{"name":"WMPServices_StreamState","features":[443]},{"name":"WMPServices_StreamState_Pause","features":[443]},{"name":"WMPServices_StreamState_Play","features":[443]},{"name":"WMPServices_StreamState_Stop","features":[443]},{"name":"WMPStreamingType","features":[443]},{"name":"WMPStringCollectionChangeEventType","features":[443]},{"name":"WMPSubscriptionDownloadState","features":[443]},{"name":"WMPSubscriptionServiceEvent","features":[443]},{"name":"WMPSyncState","features":[443]},{"name":"WMPTaskType","features":[443]},{"name":"WMPTemplateSize","features":[443]},{"name":"WMPTransactionType","features":[443]},{"name":"WMPUE_EC_USER","features":[443]},{"name":"WMP_MDRT_FLAGS_UNREPORTED_ADDED_ITEMS","features":[443]},{"name":"WMP_MDRT_FLAGS_UNREPORTED_DELETED_ITEMS","features":[443]},{"name":"WMP_PLUGINTYPE_DSP","features":[443]},{"name":"WMP_PLUGINTYPE_DSP_OUTOFPROC","features":[443]},{"name":"WMP_PLUGINTYPE_RENDERING","features":[443]},{"name":"WMP_SUBSCR_DL_TYPE_BACKGROUND","features":[443]},{"name":"WMP_SUBSCR_DL_TYPE_REALTIME","features":[443]},{"name":"WMP_WMDM_METADATA_ROUND_TRIP_DEVICE2PC","features":[443]},{"name":"WMP_WMDM_METADATA_ROUND_TRIP_PC2DEVICE","features":[443]},{"name":"WMProfile_V40_100Video","features":[443]},{"name":"WMProfile_V40_128Audio","features":[443]},{"name":"WMProfile_V40_16AMRadio","features":[443]},{"name":"WMProfile_V40_1MBVideo","features":[443]},{"name":"WMProfile_V40_250Video","features":[443]},{"name":"WMProfile_V40_2856100MBR","features":[443]},{"name":"WMProfile_V40_288FMRadioMono","features":[443]},{"name":"WMProfile_V40_288FMRadioStereo","features":[443]},{"name":"WMProfile_V40_288VideoAudio","features":[443]},{"name":"WMProfile_V40_288VideoVoice","features":[443]},{"name":"WMProfile_V40_288VideoWebServer","features":[443]},{"name":"WMProfile_V40_3MBVideo","features":[443]},{"name":"WMProfile_V40_512Video","features":[443]},{"name":"WMProfile_V40_56DialUpStereo","features":[443]},{"name":"WMProfile_V40_56DialUpVideo","features":[443]},{"name":"WMProfile_V40_56DialUpVideoWebServer","features":[443]},{"name":"WMProfile_V40_64Audio","features":[443]},{"name":"WMProfile_V40_6VoiceAudio","features":[443]},{"name":"WMProfile_V40_96Audio","features":[443]},{"name":"WMProfile_V40_DialUpMBR","features":[443]},{"name":"WMProfile_V40_IntranetMBR","features":[443]},{"name":"WMProfile_V70_100Video","features":[443]},{"name":"WMProfile_V70_128Audio","features":[443]},{"name":"WMProfile_V70_1500FilmContentVideo","features":[443]},{"name":"WMProfile_V70_1500Video","features":[443]},{"name":"WMProfile_V70_150VideoPDA","features":[443]},{"name":"WMProfile_V70_2000Video","features":[443]},{"name":"WMProfile_V70_225VideoPDA","features":[443]},{"name":"WMProfile_V70_256Video","features":[443]},{"name":"WMProfile_V70_2856100MBR","features":[443]},{"name":"WMProfile_V70_288FMRadioMono","features":[443]},{"name":"WMProfile_V70_288FMRadioStereo","features":[443]},{"name":"WMProfile_V70_288VideoAudio","features":[443]},{"name":"WMProfile_V70_288VideoVoice","features":[443]},{"name":"WMProfile_V70_288VideoWebServer","features":[443]},{"name":"WMProfile_V70_384Video","features":[443]},{"name":"WMProfile_V70_56DialUpStereo","features":[443]},{"name":"WMProfile_V70_56VideoWebServer","features":[443]},{"name":"WMProfile_V70_64Audio","features":[443]},{"name":"WMProfile_V70_64AudioISDN","features":[443]},{"name":"WMProfile_V70_64VideoISDN","features":[443]},{"name":"WMProfile_V70_6VoiceAudio","features":[443]},{"name":"WMProfile_V70_700FilmContentVideo","features":[443]},{"name":"WMProfile_V70_768Video","features":[443]},{"name":"WMProfile_V70_96Audio","features":[443]},{"name":"WMProfile_V70_DialUpMBR","features":[443]},{"name":"WMProfile_V70_IntranetMBR","features":[443]},{"name":"WMProfile_V80_100768VideoMBR","features":[443]},{"name":"WMProfile_V80_100Video","features":[443]},{"name":"WMProfile_V80_128StereoAudio","features":[443]},{"name":"WMProfile_V80_1400NTSCVideo","features":[443]},{"name":"WMProfile_V80_150VideoPDA","features":[443]},{"name":"WMProfile_V80_255VideoPDA","features":[443]},{"name":"WMProfile_V80_256Video","features":[443]},{"name":"WMProfile_V80_288100VideoMBR","features":[443]},{"name":"WMProfile_V80_28856VideoMBR","features":[443]},{"name":"WMProfile_V80_288MonoAudio","features":[443]},{"name":"WMProfile_V80_288StereoAudio","features":[443]},{"name":"WMProfile_V80_288Video","features":[443]},{"name":"WMProfile_V80_288VideoOnly","features":[443]},{"name":"WMProfile_V80_32StereoAudio","features":[443]},{"name":"WMProfile_V80_384PALVideo","features":[443]},{"name":"WMProfile_V80_384Video","features":[443]},{"name":"WMProfile_V80_48StereoAudio","features":[443]},{"name":"WMProfile_V80_56Video","features":[443]},{"name":"WMProfile_V80_56VideoOnly","features":[443]},{"name":"WMProfile_V80_64StereoAudio","features":[443]},{"name":"WMProfile_V80_700NTSCVideo","features":[443]},{"name":"WMProfile_V80_700PALVideo","features":[443]},{"name":"WMProfile_V80_768Video","features":[443]},{"name":"WMProfile_V80_96StereoAudio","features":[443]},{"name":"WMProfile_V80_BESTVBRVideo","features":[443]},{"name":"WMProfile_V80_FAIRVBRVideo","features":[443]},{"name":"WMProfile_V80_HIGHVBRVideo","features":[443]},{"name":"WindowsMediaPlayer","features":[443]},{"name":"_WMPOCXEvents","features":[443,358]},{"name":"g_szAllAuthors","features":[443]},{"name":"g_szAllCPAlbumIDs","features":[443]},{"name":"g_szAllCPAlbumSubGenreIDs","features":[443]},{"name":"g_szAllCPArtistIDs","features":[443]},{"name":"g_szAllCPGenreIDs","features":[443]},{"name":"g_szAllCPListIDs","features":[443]},{"name":"g_szAllCPRadioIDs","features":[443]},{"name":"g_szAllCPTrackIDs","features":[443]},{"name":"g_szAllReleaseDateYears","features":[443]},{"name":"g_szAllUserEffectiveRatingStarss","features":[443]},{"name":"g_szAllWMParentalRatings","features":[443]},{"name":"g_szAuthor","features":[443]},{"name":"g_szCPAlbumID","features":[443]},{"name":"g_szCPAlbumSubGenreID","features":[443]},{"name":"g_szCPArtistID","features":[443]},{"name":"g_szCPGenreID","features":[443]},{"name":"g_szCPListID","features":[443]},{"name":"g_szCPRadioID","features":[443]},{"name":"g_szCPTrackID","features":[443]},{"name":"g_szContentPartnerInfo_AccountBalance","features":[443]},{"name":"g_szContentPartnerInfo_AccountType","features":[443]},{"name":"g_szContentPartnerInfo_HasCachedCredentials","features":[443]},{"name":"g_szContentPartnerInfo_LicenseRefreshAdvanceWarning","features":[443]},{"name":"g_szContentPartnerInfo_LoginState","features":[443]},{"name":"g_szContentPartnerInfo_MaximumTrackPurchasePerPurchase","features":[443]},{"name":"g_szContentPartnerInfo_MediaPlayerAccountType","features":[443]},{"name":"g_szContentPartnerInfo_PurchasedTrackRequiresReDownload","features":[443]},{"name":"g_szContentPartnerInfo_UserName","features":[443]},{"name":"g_szContentPrice_CannotBuy","features":[443]},{"name":"g_szContentPrice_Free","features":[443]},{"name":"g_szContentPrice_Unknown","features":[443]},{"name":"g_szFlyoutMenu","features":[443]},{"name":"g_szItemInfo_ALTLoginCaption","features":[443]},{"name":"g_szItemInfo_ALTLoginURL","features":[443]},{"name":"g_szItemInfo_AlbumArtURL","features":[443]},{"name":"g_szItemInfo_ArtistArtURL","features":[443]},{"name":"g_szItemInfo_AuthenticationSuccessURL","features":[443]},{"name":"g_szItemInfo_CreateAccountURL","features":[443]},{"name":"g_szItemInfo_ErrorDescription","features":[443]},{"name":"g_szItemInfo_ErrorURL","features":[443]},{"name":"g_szItemInfo_ErrorURLLinkText","features":[443]},{"name":"g_szItemInfo_ForgetPasswordURL","features":[443]},{"name":"g_szItemInfo_GenreArtURL","features":[443]},{"name":"g_szItemInfo_HTMLViewURL","features":[443]},{"name":"g_szItemInfo_ListArtURL","features":[443]},{"name":"g_szItemInfo_LoginFailureURL","features":[443]},{"name":"g_szItemInfo_PopupCaption","features":[443]},{"name":"g_szItemInfo_PopupURL","features":[443]},{"name":"g_szItemInfo_RadioArtURL","features":[443]},{"name":"g_szItemInfo_SubGenreArtURL","features":[443]},{"name":"g_szItemInfo_TreeListIconURL","features":[443]},{"name":"g_szMediaPlayerTask_Browse","features":[443]},{"name":"g_szMediaPlayerTask_Burn","features":[443]},{"name":"g_szMediaPlayerTask_Sync","features":[443]},{"name":"g_szOnlineStore","features":[443]},{"name":"g_szRefreshLicenseBurn","features":[443]},{"name":"g_szRefreshLicensePlay","features":[443]},{"name":"g_szRefreshLicenseSync","features":[443]},{"name":"g_szReleaseDateYear","features":[443]},{"name":"g_szRootLocation","features":[443]},{"name":"g_szStationEvent_Complete","features":[443]},{"name":"g_szStationEvent_Skipped","features":[443]},{"name":"g_szStationEvent_Started","features":[443]},{"name":"g_szUnknownLocation","features":[443]},{"name":"g_szUserEffectiveRatingStars","features":[443]},{"name":"g_szUserPlaylist","features":[443]},{"name":"g_szVerifyPermissionSync","features":[443]},{"name":"g_szVideoRecent","features":[443]},{"name":"g_szVideoRoot","features":[443]},{"name":"g_szViewMode_Details","features":[443]},{"name":"g_szViewMode_Icon","features":[443]},{"name":"g_szViewMode_OrderedList","features":[443]},{"name":"g_szViewMode_Report","features":[443]},{"name":"g_szViewMode_Tile","features":[443]},{"name":"g_szWMParentalRating","features":[443]},{"name":"kfltTimedLevelMaximumFrequency","features":[443]},{"name":"kfltTimedLevelMinimumFrequency","features":[443]},{"name":"pause_state","features":[443]},{"name":"play_state","features":[443]},{"name":"stop_state","features":[443]},{"name":"wmpatBuyOnly","features":[443]},{"name":"wmpatJanus","features":[443]},{"name":"wmpatSubscription","features":[443]},{"name":"wmpbfAudioCD","features":[443]},{"name":"wmpbfDataCD","features":[443]},{"name":"wmpbsBurning","features":[443]},{"name":"wmpbsBusy","features":[443]},{"name":"wmpbsDownloading","features":[443]},{"name":"wmpbsErasing","features":[443]},{"name":"wmpbsPreparingToBurn","features":[443]},{"name":"wmpbsReady","features":[443]},{"name":"wmpbsRefreshStatusPending","features":[443]},{"name":"wmpbsStopped","features":[443]},{"name":"wmpbsUnknown","features":[443]},{"name":"wmpbsWaitingForDisc","features":[443]},{"name":"wmpcnAuthResult","features":[443]},{"name":"wmpcnDisableRadioSkipping","features":[443]},{"name":"wmpcnLicenseUpdated","features":[443]},{"name":"wmpcnLoginStateChange","features":[443]},{"name":"wmpcnNewCatalogAvailable","features":[443]},{"name":"wmpcnNewPluginAvailable","features":[443]},{"name":"wmpdsLast","features":[443]},{"name":"wmpdsManualDevice","features":[443]},{"name":"wmpdsNewDevice","features":[443]},{"name":"wmpdsPartnershipAnother","features":[443]},{"name":"wmpdsPartnershipDeclined","features":[443]},{"name":"wmpdsPartnershipExists","features":[443]},{"name":"wmpdsUnknown","features":[443]},{"name":"wmpfssScanning","features":[443]},{"name":"wmpfssStopped","features":[443]},{"name":"wmpfssUnknown","features":[443]},{"name":"wmpfssUpdating","features":[443]},{"name":"wmplcAppend","features":[443]},{"name":"wmplcClear","features":[443]},{"name":"wmplcDelete","features":[443]},{"name":"wmplcInfoChange","features":[443]},{"name":"wmplcInsert","features":[443]},{"name":"wmplcLast","features":[443]},{"name":"wmplcMorph","features":[443]},{"name":"wmplcMove","features":[443]},{"name":"wmplcNameChange","features":[443]},{"name":"wmplcPrivate","features":[443]},{"name":"wmplcSort","features":[443]},{"name":"wmplcUnknown","features":[443]},{"name":"wmpltAll","features":[443]},{"name":"wmpltDisc","features":[443]},{"name":"wmpltLocal","features":[443]},{"name":"wmpltPortableDevice","features":[443]},{"name":"wmpltRemote","features":[443]},{"name":"wmpltUnknown","features":[443]},{"name":"wmposBeginCodecAcquisition","features":[443]},{"name":"wmposBeginIndividualization","features":[443]},{"name":"wmposBeginLicenseAcquisition","features":[443]},{"name":"wmposEndCodecAcquisition","features":[443]},{"name":"wmposEndIndividualization","features":[443]},{"name":"wmposEndLicenseAcquisition","features":[443]},{"name":"wmposMediaChanging","features":[443]},{"name":"wmposMediaConnecting","features":[443]},{"name":"wmposMediaLoading","features":[443]},{"name":"wmposMediaLocating","features":[443]},{"name":"wmposMediaOpen","features":[443]},{"name":"wmposMediaOpening","features":[443]},{"name":"wmposMediaWaiting","features":[443]},{"name":"wmposOpeningUnknownURL","features":[443]},{"name":"wmposPlaylistChanged","features":[443]},{"name":"wmposPlaylistChanging","features":[443]},{"name":"wmposPlaylistConnecting","features":[443]},{"name":"wmposPlaylistLoading","features":[443]},{"name":"wmposPlaylistLocating","features":[443]},{"name":"wmposPlaylistOpenNoMedia","features":[443]},{"name":"wmposPlaylistOpening","features":[443]},{"name":"wmposUndefined","features":[443]},{"name":"wmppsBuffering","features":[443]},{"name":"wmppsLast","features":[443]},{"name":"wmppsMediaEnded","features":[443]},{"name":"wmppsPaused","features":[443]},{"name":"wmppsPlaying","features":[443]},{"name":"wmppsReady","features":[443]},{"name":"wmppsReconnecting","features":[443]},{"name":"wmppsScanForward","features":[443]},{"name":"wmppsScanReverse","features":[443]},{"name":"wmppsStopped","features":[443]},{"name":"wmppsTransitioning","features":[443]},{"name":"wmppsUndefined","features":[443]},{"name":"wmppsWaiting","features":[443]},{"name":"wmprsRipping","features":[443]},{"name":"wmprsStopped","features":[443]},{"name":"wmprsUnknown","features":[443]},{"name":"wmpsccetBeginUpdates","features":[443]},{"name":"wmpsccetChange","features":[443]},{"name":"wmpsccetClear","features":[443]},{"name":"wmpsccetDelete","features":[443]},{"name":"wmpsccetEndUpdates","features":[443]},{"name":"wmpsccetInsert","features":[443]},{"name":"wmpsccetUnknown","features":[443]},{"name":"wmpsdlsCancelled","features":[443]},{"name":"wmpsdlsCompleted","features":[443]},{"name":"wmpsdlsDownloading","features":[443]},{"name":"wmpsdlsPaused","features":[443]},{"name":"wmpsdlsProcessing","features":[443]},{"name":"wmpsnBackgroundProcessingBegin","features":[443]},{"name":"wmpsnBackgroundProcessingEnd","features":[443]},{"name":"wmpsnCatalogDownloadComplete","features":[443]},{"name":"wmpsnCatalogDownloadFailure","features":[443]},{"name":"wmpssEstimating","features":[443]},{"name":"wmpssLast","features":[443]},{"name":"wmpssStopped","features":[443]},{"name":"wmpssSynchronizing","features":[443]},{"name":"wmpssUnknown","features":[443]},{"name":"wmpsseCurrentBegin","features":[443]},{"name":"wmpsseCurrentEnd","features":[443]},{"name":"wmpsseFullBegin","features":[443]},{"name":"wmpsseFullEnd","features":[443]},{"name":"wmpstMusic","features":[443]},{"name":"wmpstRadio","features":[443]},{"name":"wmpstUnknown","features":[443]},{"name":"wmpstVideo","features":[443]},{"name":"wmptsLarge","features":[443]},{"name":"wmptsMedium","features":[443]},{"name":"wmptsSmall","features":[443]},{"name":"wmpttBrowse","features":[443]},{"name":"wmpttBurn","features":[443]},{"name":"wmpttBuy","features":[443]},{"name":"wmpttCurrent","features":[443]},{"name":"wmpttDownload","features":[443]},{"name":"wmpttNoTransaction","features":[443]},{"name":"wmpttSync","features":[443]}],"447":[{"name":"ACMDM_BASE","features":[427]},{"name":"ACM_MPEG_COPYRIGHT","features":[427]},{"name":"ACM_MPEG_DUALCHANNEL","features":[427]},{"name":"ACM_MPEG_ID_MPEG1","features":[427]},{"name":"ACM_MPEG_JOINTSTEREO","features":[427]},{"name":"ACM_MPEG_LAYER1","features":[427]},{"name":"ACM_MPEG_LAYER2","features":[427]},{"name":"ACM_MPEG_LAYER3","features":[427]},{"name":"ACM_MPEG_ORIGINALHOME","features":[427]},{"name":"ACM_MPEG_PRIVATEBIT","features":[427]},{"name":"ACM_MPEG_PROTECTIONBIT","features":[427]},{"name":"ACM_MPEG_SINGLECHANNEL","features":[427]},{"name":"ACM_MPEG_STEREO","features":[427]},{"name":"ADPCMCOEFSET","features":[427]},{"name":"ADPCMEWAVEFORMAT","features":[428,427]},{"name":"ADPCMWAVEFORMAT","features":[428,427]},{"name":"APTXWAVEFORMAT","features":[428,427]},{"name":"AUDIOFILE_AF10WAVEFORMAT","features":[428,427]},{"name":"AUDIOFILE_AF36WAVEFORMAT","features":[428,427]},{"name":"AUXDM_GETDEVCAPS","features":[427]},{"name":"AUXDM_GETNUMDEVS","features":[427]},{"name":"AUXDM_GETVOLUME","features":[427]},{"name":"AUXDM_SETVOLUME","features":[427]},{"name":"AUXM_INIT","features":[427]},{"name":"AUXM_INIT_EX","features":[427]},{"name":"AVIBuildFilterA","features":[305,427]},{"name":"AVIBuildFilterW","features":[305,427]},{"name":"AVICOMPRESSF_DATARATE","features":[427]},{"name":"AVICOMPRESSF_INTERLEAVE","features":[427]},{"name":"AVICOMPRESSF_KEYFRAMES","features":[427]},{"name":"AVICOMPRESSF_VALID","features":[427]},{"name":"AVICOMPRESSOPTIONS","features":[427]},{"name":"AVIClearClipboard","features":[427]},{"name":"AVIERR_OK","features":[427]},{"name":"AVIFILECAPS_ALLKEYFRAMES","features":[427]},{"name":"AVIFILECAPS_CANREAD","features":[427]},{"name":"AVIFILECAPS_CANWRITE","features":[427]},{"name":"AVIFILECAPS_NOCOMPRESSION","features":[427]},{"name":"AVIFILEHANDLER_CANACCEPTNONRGB","features":[427]},{"name":"AVIFILEHANDLER_CANREAD","features":[427]},{"name":"AVIFILEHANDLER_CANWRITE","features":[427]},{"name":"AVIFILEINFOA","features":[427]},{"name":"AVIFILEINFOW","features":[427]},{"name":"AVIFILEINFO_COPYRIGHTED","features":[427]},{"name":"AVIFILEINFO_HASINDEX","features":[427]},{"name":"AVIFILEINFO_ISINTERLEAVED","features":[427]},{"name":"AVIFILEINFO_MUSTUSEINDEX","features":[427]},{"name":"AVIFILEINFO_WASCAPTUREFILE","features":[427]},{"name":"AVIFileAddRef","features":[427]},{"name":"AVIFileCreateStreamA","features":[305,427]},{"name":"AVIFileCreateStreamW","features":[305,427]},{"name":"AVIFileEndRecord","features":[427]},{"name":"AVIFileExit","features":[427]},{"name":"AVIFileGetStream","features":[427]},{"name":"AVIFileInfoA","features":[427]},{"name":"AVIFileInfoW","features":[427]},{"name":"AVIFileInit","features":[427]},{"name":"AVIFileOpenA","features":[427]},{"name":"AVIFileOpenW","features":[427]},{"name":"AVIFileReadData","features":[427]},{"name":"AVIFileRelease","features":[427]},{"name":"AVIFileWriteData","features":[427]},{"name":"AVIGETFRAMEF_BESTDISPLAYFMT","features":[427]},{"name":"AVIGetFromClipboard","features":[427]},{"name":"AVIIF_CONTROLFRAME","features":[427]},{"name":"AVIIF_TWOCC","features":[427]},{"name":"AVIMakeCompressedStream","features":[427]},{"name":"AVIMakeFileFromStreams","features":[427]},{"name":"AVIMakeStreamFromClipboard","features":[305,427]},{"name":"AVIPutFileOnClipboard","features":[427]},{"name":"AVISAVECALLBACK","features":[305,427]},{"name":"AVISTREAMINFOA","features":[305,427]},{"name":"AVISTREAMINFOW","features":[305,427]},{"name":"AVISTREAMINFO_DISABLED","features":[427]},{"name":"AVISTREAMINFO_FORMATCHANGES","features":[427]},{"name":"AVISTREAMREAD_CONVENIENT","features":[427]},{"name":"AVISaveA","features":[305,427]},{"name":"AVISaveOptions","features":[305,427]},{"name":"AVISaveOptionsFree","features":[427]},{"name":"AVISaveVA","features":[305,427]},{"name":"AVISaveVW","features":[305,427]},{"name":"AVISaveW","features":[305,427]},{"name":"AVIStreamAddRef","features":[427]},{"name":"AVIStreamBeginStreaming","features":[427]},{"name":"AVIStreamCreate","features":[427]},{"name":"AVIStreamEndStreaming","features":[427]},{"name":"AVIStreamFindSample","features":[427]},{"name":"AVIStreamGetFrame","features":[427]},{"name":"AVIStreamGetFrameClose","features":[427]},{"name":"AVIStreamGetFrameOpen","features":[317,427]},{"name":"AVIStreamInfoA","features":[305,427]},{"name":"AVIStreamInfoW","features":[305,427]},{"name":"AVIStreamLength","features":[427]},{"name":"AVIStreamOpenFromFileA","features":[427]},{"name":"AVIStreamOpenFromFileW","features":[427]},{"name":"AVIStreamRead","features":[427]},{"name":"AVIStreamReadData","features":[427]},{"name":"AVIStreamReadFormat","features":[427]},{"name":"AVIStreamRelease","features":[427]},{"name":"AVIStreamSampleToTime","features":[427]},{"name":"AVIStreamSetFormat","features":[427]},{"name":"AVIStreamStart","features":[427]},{"name":"AVIStreamTimeToSample","features":[427]},{"name":"AVIStreamWrite","features":[427]},{"name":"AVIStreamWriteData","features":[427]},{"name":"AVSTREAMMASTER_AUDIO","features":[427]},{"name":"AVSTREAMMASTER_NONE","features":[427]},{"name":"BI_1632","features":[427]},{"name":"CAPCONTROLCALLBACK","features":[305,427]},{"name":"CAPDRIVERCAPS","features":[305,427]},{"name":"CAPERRORCALLBACKA","features":[305,427]},{"name":"CAPERRORCALLBACKW","features":[305,427]},{"name":"CAPINFOCHUNK","features":[427]},{"name":"CAPSTATUS","features":[305,317,427]},{"name":"CAPSTATUSCALLBACKA","features":[305,427]},{"name":"CAPSTATUSCALLBACKW","features":[305,427]},{"name":"CAPTUREPARMS","features":[305,427]},{"name":"CAPVIDEOCALLBACK","features":[305,427]},{"name":"CAPWAVECALLBACK","features":[305,428,427]},{"name":"CAPYIELDCALLBACK","features":[305,427]},{"name":"CHANNEL_CAPS","features":[427]},{"name":"CLSID_AVIFile","features":[427]},{"name":"CLSID_AVISimpleUnMarshal","features":[427]},{"name":"COMPVARS","features":[317,427]},{"name":"CONTRESCR10WAVEFORMAT","features":[428,427]},{"name":"CONTRESVQLPCWAVEFORMAT","features":[428,427]},{"name":"CONTROLCALLBACK_CAPTURING","features":[427]},{"name":"CONTROLCALLBACK_PREROLL","features":[427]},{"name":"CREATIVEADPCMWAVEFORMAT","features":[428,427]},{"name":"CREATIVEFASTSPEECH10WAVEFORMAT","features":[428,427]},{"name":"CREATIVEFASTSPEECH8WAVEFORMAT","features":[428,427]},{"name":"CRYSTAL_NET_SFM_CODEC","features":[427]},{"name":"CSIMAADPCMWAVEFORMAT","features":[428,427]},{"name":"CloseDriver","features":[305,427]},{"name":"CreateEditableStream","features":[427]},{"name":"DCB_EVENT","features":[427]},{"name":"DCB_FUNCTION","features":[427]},{"name":"DCB_NOSWITCH","features":[427]},{"name":"DCB_NULL","features":[427]},{"name":"DCB_TASK","features":[427]},{"name":"DCB_TYPEMASK","features":[427]},{"name":"DCB_WINDOW","features":[427]},{"name":"DDF_0001","features":[427]},{"name":"DDF_2000","features":[427]},{"name":"DDF_ANIMATE","features":[427]},{"name":"DDF_BACKGROUNDPAL","features":[427]},{"name":"DDF_BUFFER","features":[427]},{"name":"DDF_DONTDRAW","features":[427]},{"name":"DDF_FULLSCREEN","features":[427]},{"name":"DDF_HALFTONE","features":[427]},{"name":"DDF_HURRYUP","features":[427]},{"name":"DDF_JUSTDRAWIT","features":[427]},{"name":"DDF_NOTKEYFRAME","features":[427]},{"name":"DDF_PREROLL","features":[427]},{"name":"DDF_SAME_DIB","features":[427]},{"name":"DDF_SAME_DRAW","features":[427]},{"name":"DDF_SAME_HDC","features":[427]},{"name":"DDF_SAME_SIZE","features":[427]},{"name":"DDF_UPDATE","features":[427]},{"name":"DIALOGICOKIADPCMWAVEFORMAT","features":[428,427]},{"name":"DIGIADPCMWAVEFORMAT","features":[428,427]},{"name":"DIGIFIXWAVEFORMAT","features":[428,427]},{"name":"DIGIREALWAVEFORMAT","features":[428,427]},{"name":"DIGISTDWAVEFORMAT","features":[428,427]},{"name":"DLG_ACMFILTERCHOOSE_ID","features":[427]},{"name":"DLG_ACMFORMATCHOOSE_ID","features":[427]},{"name":"DOLBYAC2WAVEFORMAT","features":[428,427]},{"name":"DRAWDIBTIME","features":[427]},{"name":"DRIVERMSGPROC","features":[427]},{"name":"DRIVERPROC","features":[305,427]},{"name":"DRIVERS_SECTION","features":[427]},{"name":"DRMWAVEFORMAT","features":[428,427]},{"name":"DRVCNF_CANCEL","features":[427]},{"name":"DRVCNF_OK","features":[427]},{"name":"DRVCNF_RESTART","features":[427]},{"name":"DRVCONFIGINFO","features":[427]},{"name":"DRVCONFIGINFOEX","features":[427]},{"name":"DRVM_ADD_THRU","features":[427]},{"name":"DRVM_DISABLE","features":[427]},{"name":"DRVM_ENABLE","features":[427]},{"name":"DRVM_EXIT","features":[427]},{"name":"DRVM_INIT","features":[427]},{"name":"DRVM_INIT_EX","features":[427]},{"name":"DRVM_IOCTL","features":[427]},{"name":"DRVM_IOCTL_CMD_SYSTEM","features":[427]},{"name":"DRVM_IOCTL_CMD_USER","features":[427]},{"name":"DRVM_IOCTL_DATA","features":[427]},{"name":"DRVM_IOCTL_LAST","features":[427]},{"name":"DRVM_MAPPER_CONSOLEVOICECOM_GET","features":[427]},{"name":"DRVM_MAPPER_PREFERRED_FLAGS_PREFERREDONLY","features":[427]},{"name":"DRVM_MAPPER_PREFERRED_GET","features":[427]},{"name":"DRVM_MAPPER_RECONFIGURE","features":[427]},{"name":"DRVM_REMOVE_THRU","features":[427]},{"name":"DRVM_USER","features":[427]},{"name":"DRV_CANCEL","features":[427]},{"name":"DRV_CLOSE","features":[427]},{"name":"DRV_CONFIGURE","features":[427]},{"name":"DRV_DISABLE","features":[427]},{"name":"DRV_ENABLE","features":[427]},{"name":"DRV_EXITSESSION","features":[427]},{"name":"DRV_FREE","features":[427]},{"name":"DRV_INSTALL","features":[427]},{"name":"DRV_LOAD","features":[427]},{"name":"DRV_MCI_FIRST","features":[427]},{"name":"DRV_MCI_LAST","features":[427]},{"name":"DRV_OK","features":[427]},{"name":"DRV_OPEN","features":[427]},{"name":"DRV_PNPINSTALL","features":[427]},{"name":"DRV_POWER","features":[427]},{"name":"DRV_QUERYCONFIGURE","features":[427]},{"name":"DRV_QUERYDEVICEINTERFACE","features":[427]},{"name":"DRV_QUERYDEVICEINTERFACESIZE","features":[427]},{"name":"DRV_QUERYDEVNODE","features":[427]},{"name":"DRV_QUERYFUNCTIONINSTANCEID","features":[427]},{"name":"DRV_QUERYFUNCTIONINSTANCEIDSIZE","features":[427]},{"name":"DRV_QUERYIDFROMSTRINGID","features":[427]},{"name":"DRV_QUERYMAPPABLE","features":[427]},{"name":"DRV_QUERYMODULE","features":[427]},{"name":"DRV_QUERYSTRINGID","features":[427]},{"name":"DRV_QUERYSTRINGIDSIZE","features":[427]},{"name":"DRV_REMOVE","features":[427]},{"name":"DRV_RESERVED","features":[427]},{"name":"DRV_RESTART","features":[427]},{"name":"DRV_USER","features":[427]},{"name":"DVIADPCMWAVEFORMAT","features":[428,427]},{"name":"DVM_CONFIGURE_END","features":[427]},{"name":"DVM_CONFIGURE_START","features":[427]},{"name":"DVM_DST_RECT","features":[427]},{"name":"DVM_FORMAT","features":[427]},{"name":"DVM_PALETTE","features":[427]},{"name":"DVM_PALETTERGB555","features":[427]},{"name":"DVM_SRC_RECT","features":[427]},{"name":"DVM_USER","features":[427]},{"name":"DV_ERR_13","features":[427]},{"name":"DV_ERR_ALLOCATED","features":[427]},{"name":"DV_ERR_BADDEVICEID","features":[427]},{"name":"DV_ERR_BADERRNUM","features":[427]},{"name":"DV_ERR_BADFORMAT","features":[427]},{"name":"DV_ERR_BADINSTALL","features":[427]},{"name":"DV_ERR_BASE","features":[427]},{"name":"DV_ERR_CONFIG1","features":[427]},{"name":"DV_ERR_CONFIG2","features":[427]},{"name":"DV_ERR_CREATEPALETTE","features":[427]},{"name":"DV_ERR_DMA_CONFLICT","features":[427]},{"name":"DV_ERR_FLAGS","features":[427]},{"name":"DV_ERR_INT_CONFLICT","features":[427]},{"name":"DV_ERR_INVALHANDLE","features":[427]},{"name":"DV_ERR_IO_CONFLICT","features":[427]},{"name":"DV_ERR_LASTERROR","features":[427]},{"name":"DV_ERR_MEM_CONFLICT","features":[427]},{"name":"DV_ERR_NOMEM","features":[427]},{"name":"DV_ERR_NONSPECIFIC","features":[427]},{"name":"DV_ERR_NOTDETECTED","features":[427]},{"name":"DV_ERR_NOTSUPPORTED","features":[427]},{"name":"DV_ERR_NO_BUFFERS","features":[427]},{"name":"DV_ERR_OK","features":[427]},{"name":"DV_ERR_PARAM1","features":[427]},{"name":"DV_ERR_PARAM2","features":[427]},{"name":"DV_ERR_PROTECT_ONLY","features":[427]},{"name":"DV_ERR_SIZEFIELD","features":[427]},{"name":"DV_ERR_STILLPLAYING","features":[427]},{"name":"DV_ERR_SYNC","features":[427]},{"name":"DV_ERR_TOOMANYCHANNELS","features":[427]},{"name":"DV_ERR_UNPREPARED","features":[427]},{"name":"DV_ERR_USER_MSG","features":[427]},{"name":"DV_VM_CLOSE","features":[427]},{"name":"DV_VM_DATA","features":[427]},{"name":"DV_VM_ERROR","features":[427]},{"name":"DV_VM_OPEN","features":[427]},{"name":"DefDriverProc","features":[305,427]},{"name":"DrawDibBegin","features":[305,317,427]},{"name":"DrawDibChangePalette","features":[305,317,427]},{"name":"DrawDibClose","features":[305,427]},{"name":"DrawDibDraw","features":[305,317,427]},{"name":"DrawDibEnd","features":[305,427]},{"name":"DrawDibGetBuffer","features":[317,427]},{"name":"DrawDibGetPalette","features":[317,427]},{"name":"DrawDibOpen","features":[427]},{"name":"DrawDibProfileDisplay","features":[305,317,427]},{"name":"DrawDibRealize","features":[305,317,427]},{"name":"DrawDibSetPalette","features":[305,317,427]},{"name":"DrawDibStart","features":[305,427]},{"name":"DrawDibStop","features":[305,427]},{"name":"DrawDibTime","features":[305,427]},{"name":"DriverCallback","features":[305,427]},{"name":"DrvGetModuleHandle","features":[305,427]},{"name":"ECHOSC1WAVEFORMAT","features":[428,427]},{"name":"EXBMINFOHEADER","features":[317,427]},{"name":"EditStreamClone","features":[427]},{"name":"EditStreamCopy","features":[427]},{"name":"EditStreamCut","features":[427]},{"name":"EditStreamPaste","features":[427]},{"name":"EditStreamSetInfoA","features":[305,427]},{"name":"EditStreamSetInfoW","features":[305,427]},{"name":"EditStreamSetNameA","features":[427]},{"name":"EditStreamSetNameW","features":[427]},{"name":"FACILITY_NS","features":[427]},{"name":"FACILITY_NS_WIN32","features":[427]},{"name":"FIND_ANY","features":[427]},{"name":"FIND_DIR","features":[427]},{"name":"FIND_FORMAT","features":[427]},{"name":"FIND_FROM_START","features":[427]},{"name":"FIND_INDEX","features":[427]},{"name":"FIND_KEY","features":[427]},{"name":"FIND_LENGTH","features":[427]},{"name":"FIND_NEXT","features":[427]},{"name":"FIND_OFFSET","features":[427]},{"name":"FIND_POS","features":[427]},{"name":"FIND_PREV","features":[427]},{"name":"FIND_RET","features":[427]},{"name":"FIND_SIZE","features":[427]},{"name":"FIND_TYPE","features":[427]},{"name":"FMTOWNS_SND_WAVEFORMAT","features":[428,427]},{"name":"G721_ADPCMWAVEFORMAT","features":[428,427]},{"name":"G723_ADPCMWAVEFORMAT","features":[428,427]},{"name":"GSM610WAVEFORMAT","features":[428,427]},{"name":"GetDriverModuleHandle","features":[305,427]},{"name":"GetOpenFileNamePreviewA","features":[305,427,444]},{"name":"GetOpenFileNamePreviewW","features":[305,427,444]},{"name":"GetSaveFileNamePreviewA","features":[305,427,444]},{"name":"GetSaveFileNamePreviewW","features":[305,427,444]},{"name":"HDRVR","features":[427]},{"name":"HIC","features":[427]},{"name":"HMMIO","features":[427]},{"name":"HVIDEO","features":[427]},{"name":"IAVIEditStream","features":[427]},{"name":"IAVIFile","features":[427]},{"name":"IAVIPersistFile","features":[427,358]},{"name":"IAVIStream","features":[427]},{"name":"IAVIStreaming","features":[427]},{"name":"ICCOMPRESS","features":[317,427]},{"name":"ICCOMPRESSFRAMES","features":[305,317,427]},{"name":"ICCOMPRESSFRAMES_PADDING","features":[427]},{"name":"ICCOMPRESS_KEYFRAME","features":[427]},{"name":"ICClose","features":[305,427]},{"name":"ICCompress","features":[317,427]},{"name":"ICCompressorChoose","features":[305,317,427]},{"name":"ICCompressorFree","features":[317,427]},{"name":"ICDECOMPRESS","features":[317,427]},{"name":"ICDECOMPRESSEX","features":[317,427]},{"name":"ICDECOMPRESS_HURRYUP","features":[427]},{"name":"ICDECOMPRESS_NOTKEYFRAME","features":[427]},{"name":"ICDECOMPRESS_NULLFRAME","features":[427]},{"name":"ICDECOMPRESS_PREROLL","features":[427]},{"name":"ICDECOMPRESS_UPDATE","features":[427]},{"name":"ICDRAW","features":[427]},{"name":"ICDRAWBEGIN","features":[305,317,427]},{"name":"ICDRAWSUGGEST","features":[317,427]},{"name":"ICDRAW_ANIMATE","features":[427]},{"name":"ICDRAW_BUFFER","features":[427]},{"name":"ICDRAW_CONTINUE","features":[427]},{"name":"ICDRAW_FULLSCREEN","features":[427]},{"name":"ICDRAW_HDC","features":[427]},{"name":"ICDRAW_HURRYUP","features":[427]},{"name":"ICDRAW_MEMORYDC","features":[427]},{"name":"ICDRAW_NOTKEYFRAME","features":[427]},{"name":"ICDRAW_NULLFRAME","features":[427]},{"name":"ICDRAW_PREROLL","features":[427]},{"name":"ICDRAW_QUERY","features":[427]},{"name":"ICDRAW_RENDER","features":[427]},{"name":"ICDRAW_UPDATE","features":[427]},{"name":"ICDRAW_UPDATING","features":[427]},{"name":"ICDecompress","features":[317,427]},{"name":"ICDraw","features":[427]},{"name":"ICDrawBegin","features":[305,317,427]},{"name":"ICERR_ABORT","features":[427]},{"name":"ICERR_BADBITDEPTH","features":[427]},{"name":"ICERR_BADFLAGS","features":[427]},{"name":"ICERR_BADFORMAT","features":[427]},{"name":"ICERR_BADHANDLE","features":[427]},{"name":"ICERR_BADIMAGESIZE","features":[427]},{"name":"ICERR_BADPARAM","features":[427]},{"name":"ICERR_BADSIZE","features":[427]},{"name":"ICERR_CANTUPDATE","features":[427]},{"name":"ICERR_CUSTOM","features":[427]},{"name":"ICERR_DONTDRAW","features":[427]},{"name":"ICERR_ERROR","features":[427]},{"name":"ICERR_GOTOKEYFRAME","features":[427]},{"name":"ICERR_INTERNAL","features":[427]},{"name":"ICERR_MEMORY","features":[427]},{"name":"ICERR_NEWPALETTE","features":[427]},{"name":"ICERR_OK","features":[427]},{"name":"ICERR_STOPDRAWING","features":[427]},{"name":"ICERR_UNSUPPORTED","features":[427]},{"name":"ICGetDisplayFormat","features":[317,427]},{"name":"ICGetInfo","features":[305,427]},{"name":"ICINFO","features":[427]},{"name":"ICINSTALL_DRIVER","features":[427]},{"name":"ICINSTALL_DRIVERW","features":[427]},{"name":"ICINSTALL_FUNCTION","features":[427]},{"name":"ICINSTALL_HDRV","features":[427]},{"name":"ICINSTALL_UNICODE","features":[427]},{"name":"ICImageCompress","features":[305,317,427]},{"name":"ICImageDecompress","features":[305,317,427]},{"name":"ICInfo","features":[305,427]},{"name":"ICInstall","features":[305,427]},{"name":"ICLocate","features":[317,427]},{"name":"ICMF_ABOUT_QUERY","features":[427]},{"name":"ICMF_CHOOSE_ALLCOMPRESSORS","features":[427]},{"name":"ICMF_CHOOSE_DATARATE","features":[427]},{"name":"ICMF_CHOOSE_KEYFRAME","features":[427]},{"name":"ICMF_CHOOSE_PREVIEW","features":[427]},{"name":"ICMF_COMPVARS_VALID","features":[427]},{"name":"ICMF_CONFIGURE_QUERY","features":[427]},{"name":"ICMODE_COMPRESS","features":[427]},{"name":"ICMODE_DECOMPRESS","features":[427]},{"name":"ICMODE_DRAW","features":[427]},{"name":"ICMODE_FASTCOMPRESS","features":[427]},{"name":"ICMODE_FASTDECOMPRESS","features":[427]},{"name":"ICMODE_INTERNALF_FUNCTION32","features":[427]},{"name":"ICMODE_INTERNALF_MASK","features":[427]},{"name":"ICMODE_QUERY","features":[427]},{"name":"ICM_ABOUT","features":[427]},{"name":"ICM_COMPRESS","features":[427]},{"name":"ICM_COMPRESS_BEGIN","features":[427]},{"name":"ICM_COMPRESS_END","features":[427]},{"name":"ICM_COMPRESS_FRAMES","features":[427]},{"name":"ICM_COMPRESS_FRAMES_INFO","features":[427]},{"name":"ICM_COMPRESS_GET_FORMAT","features":[427]},{"name":"ICM_COMPRESS_GET_SIZE","features":[427]},{"name":"ICM_COMPRESS_QUERY","features":[427]},{"name":"ICM_CONFIGURE","features":[427]},{"name":"ICM_DECOMPRESS","features":[427]},{"name":"ICM_DECOMPRESSEX","features":[427]},{"name":"ICM_DECOMPRESSEX_BEGIN","features":[427]},{"name":"ICM_DECOMPRESSEX_END","features":[427]},{"name":"ICM_DECOMPRESSEX_QUERY","features":[427]},{"name":"ICM_DECOMPRESS_BEGIN","features":[427]},{"name":"ICM_DECOMPRESS_END","features":[427]},{"name":"ICM_DECOMPRESS_GET_FORMAT","features":[427]},{"name":"ICM_DECOMPRESS_GET_PALETTE","features":[427]},{"name":"ICM_DECOMPRESS_QUERY","features":[427]},{"name":"ICM_DECOMPRESS_SET_PALETTE","features":[427]},{"name":"ICM_DRAW","features":[427]},{"name":"ICM_DRAW_BEGIN","features":[427]},{"name":"ICM_DRAW_BITS","features":[427]},{"name":"ICM_DRAW_CHANGEPALETTE","features":[427]},{"name":"ICM_DRAW_END","features":[427]},{"name":"ICM_DRAW_FLUSH","features":[427]},{"name":"ICM_DRAW_GETTIME","features":[427]},{"name":"ICM_DRAW_GET_PALETTE","features":[427]},{"name":"ICM_DRAW_IDLE","features":[427]},{"name":"ICM_DRAW_QUERY","features":[427]},{"name":"ICM_DRAW_REALIZE","features":[427]},{"name":"ICM_DRAW_RENDERBUFFER","features":[427]},{"name":"ICM_DRAW_SETTIME","features":[427]},{"name":"ICM_DRAW_START","features":[427]},{"name":"ICM_DRAW_START_PLAY","features":[427]},{"name":"ICM_DRAW_STOP","features":[427]},{"name":"ICM_DRAW_STOP_PLAY","features":[427]},{"name":"ICM_DRAW_SUGGESTFORMAT","features":[427]},{"name":"ICM_DRAW_UPDATE","features":[427]},{"name":"ICM_DRAW_WINDOW","features":[427]},{"name":"ICM_ENUMFORMATS","features":[427]},{"name":"ICM_GET","features":[427]},{"name":"ICM_GETBUFFERSWANTED","features":[427]},{"name":"ICM_GETDEFAULTKEYFRAMERATE","features":[427]},{"name":"ICM_GETDEFAULTQUALITY","features":[427]},{"name":"ICM_GETERRORTEXT","features":[427]},{"name":"ICM_GETFORMATNAME","features":[427]},{"name":"ICM_GETINFO","features":[427]},{"name":"ICM_GETQUALITY","features":[427]},{"name":"ICM_GETSTATE","features":[427]},{"name":"ICM_RESERVED","features":[427]},{"name":"ICM_RESERVED_HIGH","features":[427]},{"name":"ICM_RESERVED_LOW","features":[427]},{"name":"ICM_SET","features":[427]},{"name":"ICM_SETQUALITY","features":[427]},{"name":"ICM_SETSTATE","features":[427]},{"name":"ICM_SET_STATUS_PROC","features":[427]},{"name":"ICM_USER","features":[427]},{"name":"ICOPEN","features":[305,427]},{"name":"ICOpen","features":[427]},{"name":"ICOpenFunction","features":[305,427]},{"name":"ICPALETTE","features":[317,427]},{"name":"ICQUALITY_DEFAULT","features":[427]},{"name":"ICQUALITY_HIGH","features":[427]},{"name":"ICQUALITY_LOW","features":[427]},{"name":"ICRemove","features":[305,427]},{"name":"ICSETSTATUSPROC","features":[305,427]},{"name":"ICSTATUS_END","features":[427]},{"name":"ICSTATUS_ERROR","features":[427]},{"name":"ICSTATUS_START","features":[427]},{"name":"ICSTATUS_STATUS","features":[427]},{"name":"ICSTATUS_YIELD","features":[427]},{"name":"ICSendMessage","features":[305,427]},{"name":"ICSeqCompressFrame","features":[305,317,427]},{"name":"ICSeqCompressFrameEnd","features":[317,427]},{"name":"ICSeqCompressFrameStart","features":[305,317,427]},{"name":"ICVERSION","features":[427]},{"name":"IDD_ACMFILTERCHOOSE_BTN_DELNAME","features":[427]},{"name":"IDD_ACMFILTERCHOOSE_BTN_HELP","features":[427]},{"name":"IDD_ACMFILTERCHOOSE_BTN_SETNAME","features":[427]},{"name":"IDD_ACMFILTERCHOOSE_CMB_CUSTOM","features":[427]},{"name":"IDD_ACMFILTERCHOOSE_CMB_FILTER","features":[427]},{"name":"IDD_ACMFILTERCHOOSE_CMB_FILTERTAG","features":[427]},{"name":"IDD_ACMFORMATCHOOSE_BTN_DELNAME","features":[427]},{"name":"IDD_ACMFORMATCHOOSE_BTN_HELP","features":[427]},{"name":"IDD_ACMFORMATCHOOSE_BTN_SETNAME","features":[427]},{"name":"IDD_ACMFORMATCHOOSE_CMB_CUSTOM","features":[427]},{"name":"IDD_ACMFORMATCHOOSE_CMB_FORMAT","features":[427]},{"name":"IDD_ACMFORMATCHOOSE_CMB_FORMATTAG","features":[427]},{"name":"IDS_CAP_AUDIO_DROP_COMPERROR","features":[427]},{"name":"IDS_CAP_AUDIO_DROP_ERROR","features":[427]},{"name":"IDS_CAP_AVI_DRAWDIB_ERROR","features":[427]},{"name":"IDS_CAP_AVI_INIT_ERROR","features":[427]},{"name":"IDS_CAP_BEGIN","features":[427]},{"name":"IDS_CAP_CANTOPEN","features":[427]},{"name":"IDS_CAP_COMPRESSOR_ERROR","features":[427]},{"name":"IDS_CAP_DEFAVIEXT","features":[427]},{"name":"IDS_CAP_DEFPALEXT","features":[427]},{"name":"IDS_CAP_DRIVER_ERROR","features":[427]},{"name":"IDS_CAP_END","features":[427]},{"name":"IDS_CAP_ERRORDIBSAVE","features":[427]},{"name":"IDS_CAP_ERRORPALOPEN","features":[427]},{"name":"IDS_CAP_ERRORPALSAVE","features":[427]},{"name":"IDS_CAP_FILEEXISTS","features":[427]},{"name":"IDS_CAP_FILE_OPEN_ERROR","features":[427]},{"name":"IDS_CAP_FILE_WRITE_ERROR","features":[427]},{"name":"IDS_CAP_INFO","features":[427]},{"name":"IDS_CAP_MCI_CANT_STEP_ERROR","features":[427]},{"name":"IDS_CAP_MCI_CONTROL_ERROR","features":[427]},{"name":"IDS_CAP_NODISKSPACE","features":[427]},{"name":"IDS_CAP_NO_AUDIO_CAP_ERROR","features":[427]},{"name":"IDS_CAP_NO_FRAME_CAP_ERROR","features":[427]},{"name":"IDS_CAP_NO_PALETTE_WARN","features":[427]},{"name":"IDS_CAP_OUTOFMEM","features":[427]},{"name":"IDS_CAP_READONLYFILE","features":[427]},{"name":"IDS_CAP_RECORDING_ERROR","features":[427]},{"name":"IDS_CAP_RECORDING_ERROR2","features":[427]},{"name":"IDS_CAP_SAVEASPERCENT","features":[427]},{"name":"IDS_CAP_SEQ_MSGSTART","features":[427]},{"name":"IDS_CAP_SEQ_MSGSTOP","features":[427]},{"name":"IDS_CAP_SETFILESIZE","features":[427]},{"name":"IDS_CAP_STAT_CAP_AUDIO","features":[427]},{"name":"IDS_CAP_STAT_CAP_FINI","features":[427]},{"name":"IDS_CAP_STAT_CAP_INIT","features":[427]},{"name":"IDS_CAP_STAT_CAP_L_FRAMES","features":[427]},{"name":"IDS_CAP_STAT_FRAMESDROPPED","features":[427]},{"name":"IDS_CAP_STAT_I_FRAMES","features":[427]},{"name":"IDS_CAP_STAT_LIVE_MODE","features":[427]},{"name":"IDS_CAP_STAT_L_FRAMES","features":[427]},{"name":"IDS_CAP_STAT_OPTPAL_BUILD","features":[427]},{"name":"IDS_CAP_STAT_OVERLAY_MODE","features":[427]},{"name":"IDS_CAP_STAT_PALETTE_BUILD","features":[427]},{"name":"IDS_CAP_STAT_VIDEOAUDIO","features":[427]},{"name":"IDS_CAP_STAT_VIDEOCURRENT","features":[427]},{"name":"IDS_CAP_STAT_VIDEOONLY","features":[427]},{"name":"IDS_CAP_VIDEDITERR","features":[427]},{"name":"IDS_CAP_VIDEO_ADD_ERROR","features":[427]},{"name":"IDS_CAP_VIDEO_ALLOC_ERROR","features":[427]},{"name":"IDS_CAP_VIDEO_OPEN_ERROR","features":[427]},{"name":"IDS_CAP_VIDEO_PREPARE_ERROR","features":[427]},{"name":"IDS_CAP_VIDEO_SIZE_ERROR","features":[427]},{"name":"IDS_CAP_WAVE_ADD_ERROR","features":[427]},{"name":"IDS_CAP_WAVE_ALLOC_ERROR","features":[427]},{"name":"IDS_CAP_WAVE_OPEN_ERROR","features":[427]},{"name":"IDS_CAP_WAVE_PREPARE_ERROR","features":[427]},{"name":"IDS_CAP_WAVE_SIZE_ERROR","features":[427]},{"name":"IDS_CAP_WRITEERROR","features":[427]},{"name":"IGetFrame","features":[427]},{"name":"IMAADPCMWAVEFORMAT","features":[428,427]},{"name":"JDD_CONFIGCHANGED","features":[427]},{"name":"JDD_GETDEVCAPS","features":[427]},{"name":"JDD_GETNUMDEVS","features":[427]},{"name":"JDD_GETPOS","features":[427]},{"name":"JDD_GETPOSEX","features":[427]},{"name":"JDD_SETCALIBRATION","features":[427]},{"name":"JIFMK_00","features":[427]},{"name":"JIFMK_APP0","features":[427]},{"name":"JIFMK_APP1","features":[427]},{"name":"JIFMK_APP2","features":[427]},{"name":"JIFMK_APP3","features":[427]},{"name":"JIFMK_APP4","features":[427]},{"name":"JIFMK_APP5","features":[427]},{"name":"JIFMK_APP6","features":[427]},{"name":"JIFMK_APP7","features":[427]},{"name":"JIFMK_COM","features":[427]},{"name":"JIFMK_DAC","features":[427]},{"name":"JIFMK_DHP","features":[427]},{"name":"JIFMK_DHT","features":[427]},{"name":"JIFMK_DNL","features":[427]},{"name":"JIFMK_DQT","features":[427]},{"name":"JIFMK_DRI","features":[427]},{"name":"JIFMK_EOI","features":[427]},{"name":"JIFMK_EXP","features":[427]},{"name":"JIFMK_FF","features":[427]},{"name":"JIFMK_JPG","features":[427]},{"name":"JIFMK_JPG0","features":[427]},{"name":"JIFMK_JPG1","features":[427]},{"name":"JIFMK_JPG10","features":[427]},{"name":"JIFMK_JPG11","features":[427]},{"name":"JIFMK_JPG12","features":[427]},{"name":"JIFMK_JPG13","features":[427]},{"name":"JIFMK_JPG2","features":[427]},{"name":"JIFMK_JPG3","features":[427]},{"name":"JIFMK_JPG4","features":[427]},{"name":"JIFMK_JPG5","features":[427]},{"name":"JIFMK_JPG6","features":[427]},{"name":"JIFMK_JPG7","features":[427]},{"name":"JIFMK_JPG8","features":[427]},{"name":"JIFMK_JPG9","features":[427]},{"name":"JIFMK_RES","features":[427]},{"name":"JIFMK_RST0","features":[427]},{"name":"JIFMK_RST1","features":[427]},{"name":"JIFMK_RST2","features":[427]},{"name":"JIFMK_RST3","features":[427]},{"name":"JIFMK_RST4","features":[427]},{"name":"JIFMK_RST5","features":[427]},{"name":"JIFMK_RST6","features":[427]},{"name":"JIFMK_RST7","features":[427]},{"name":"JIFMK_SOF0","features":[427]},{"name":"JIFMK_SOF1","features":[427]},{"name":"JIFMK_SOF10","features":[427]},{"name":"JIFMK_SOF11","features":[427]},{"name":"JIFMK_SOF13","features":[427]},{"name":"JIFMK_SOF14","features":[427]},{"name":"JIFMK_SOF15","features":[427]},{"name":"JIFMK_SOF2","features":[427]},{"name":"JIFMK_SOF3","features":[427]},{"name":"JIFMK_SOF5","features":[427]},{"name":"JIFMK_SOF6","features":[427]},{"name":"JIFMK_SOF7","features":[427]},{"name":"JIFMK_SOF9","features":[427]},{"name":"JIFMK_SOI","features":[427]},{"name":"JIFMK_SOS","features":[427]},{"name":"JIFMK_TEM","features":[427]},{"name":"JOYCAPS2A","features":[427]},{"name":"JOYCAPS2W","features":[427]},{"name":"JOYCAPSA","features":[427]},{"name":"JOYCAPSW","features":[427]},{"name":"JOYCAPS_HASPOV","features":[427]},{"name":"JOYCAPS_HASR","features":[427]},{"name":"JOYCAPS_HASU","features":[427]},{"name":"JOYCAPS_HASV","features":[427]},{"name":"JOYCAPS_HASZ","features":[427]},{"name":"JOYCAPS_POV4DIR","features":[427]},{"name":"JOYCAPS_POVCTS","features":[427]},{"name":"JOYERR_NOCANDO","features":[427]},{"name":"JOYERR_NOERROR","features":[427]},{"name":"JOYERR_PARMS","features":[427]},{"name":"JOYERR_UNPLUGGED","features":[427]},{"name":"JOYINFO","features":[427]},{"name":"JOYINFOEX","features":[427]},{"name":"JOYSTICKID1","features":[427]},{"name":"JOYSTICKID2","features":[427]},{"name":"JOY_BUTTON1","features":[427]},{"name":"JOY_BUTTON10","features":[427]},{"name":"JOY_BUTTON11","features":[427]},{"name":"JOY_BUTTON12","features":[427]},{"name":"JOY_BUTTON13","features":[427]},{"name":"JOY_BUTTON14","features":[427]},{"name":"JOY_BUTTON15","features":[427]},{"name":"JOY_BUTTON16","features":[427]},{"name":"JOY_BUTTON17","features":[427]},{"name":"JOY_BUTTON18","features":[427]},{"name":"JOY_BUTTON19","features":[427]},{"name":"JOY_BUTTON1CHG","features":[427]},{"name":"JOY_BUTTON2","features":[427]},{"name":"JOY_BUTTON20","features":[427]},{"name":"JOY_BUTTON21","features":[427]},{"name":"JOY_BUTTON22","features":[427]},{"name":"JOY_BUTTON23","features":[427]},{"name":"JOY_BUTTON24","features":[427]},{"name":"JOY_BUTTON25","features":[427]},{"name":"JOY_BUTTON26","features":[427]},{"name":"JOY_BUTTON27","features":[427]},{"name":"JOY_BUTTON28","features":[427]},{"name":"JOY_BUTTON29","features":[427]},{"name":"JOY_BUTTON2CHG","features":[427]},{"name":"JOY_BUTTON3","features":[427]},{"name":"JOY_BUTTON30","features":[427]},{"name":"JOY_BUTTON31","features":[427]},{"name":"JOY_BUTTON32","features":[427]},{"name":"JOY_BUTTON3CHG","features":[427]},{"name":"JOY_BUTTON4","features":[427]},{"name":"JOY_BUTTON4CHG","features":[427]},{"name":"JOY_BUTTON5","features":[427]},{"name":"JOY_BUTTON6","features":[427]},{"name":"JOY_BUTTON7","features":[427]},{"name":"JOY_BUTTON8","features":[427]},{"name":"JOY_BUTTON9","features":[427]},{"name":"JOY_CAL_READ3","features":[427]},{"name":"JOY_CAL_READ4","features":[427]},{"name":"JOY_CAL_READ5","features":[427]},{"name":"JOY_CAL_READ6","features":[427]},{"name":"JOY_CAL_READALWAYS","features":[427]},{"name":"JOY_CAL_READRONLY","features":[427]},{"name":"JOY_CAL_READUONLY","features":[427]},{"name":"JOY_CAL_READVONLY","features":[427]},{"name":"JOY_CAL_READXONLY","features":[427]},{"name":"JOY_CAL_READXYONLY","features":[427]},{"name":"JOY_CAL_READYONLY","features":[427]},{"name":"JOY_CAL_READZONLY","features":[427]},{"name":"JOY_CONFIGCHANGED_MSGSTRING","features":[427]},{"name":"JOY_POVBACKWARD","features":[427]},{"name":"JOY_POVFORWARD","features":[427]},{"name":"JOY_POVLEFT","features":[427]},{"name":"JOY_POVRIGHT","features":[427]},{"name":"JOY_RETURNBUTTONS","features":[427]},{"name":"JOY_RETURNCENTERED","features":[427]},{"name":"JOY_RETURNPOV","features":[427]},{"name":"JOY_RETURNPOVCTS","features":[427]},{"name":"JOY_RETURNR","features":[427]},{"name":"JOY_RETURNRAWDATA","features":[427]},{"name":"JOY_RETURNU","features":[427]},{"name":"JOY_RETURNV","features":[427]},{"name":"JOY_RETURNX","features":[427]},{"name":"JOY_RETURNY","features":[427]},{"name":"JOY_RETURNZ","features":[427]},{"name":"JOY_USEDEADZONE","features":[427]},{"name":"JPEGINFOHEADER","features":[427]},{"name":"JPEG_PROCESS_BASELINE","features":[427]},{"name":"JPEG_RGB","features":[427]},{"name":"JPEG_Y","features":[427]},{"name":"JPEG_YCbCr","features":[427]},{"name":"KSDATAFORMAT_SUBTYPE_IEEE_FLOAT","features":[427]},{"name":"LPFNEXTDEVIO","features":[305,427,311]},{"name":"LPMMIOPROC","features":[305,427]},{"name":"LPTASKCALLBACK","features":[427]},{"name":"MCIERR_AVI_AUDIOERROR","features":[427]},{"name":"MCIERR_AVI_BADPALETTE","features":[427]},{"name":"MCIERR_AVI_CANTPLAYFULLSCREEN","features":[427]},{"name":"MCIERR_AVI_DISPLAYERROR","features":[427]},{"name":"MCIERR_AVI_NOCOMPRESSOR","features":[427]},{"name":"MCIERR_AVI_NODISPDIB","features":[427]},{"name":"MCIERR_AVI_NOTINTERLEAVED","features":[427]},{"name":"MCIERR_AVI_OLDAVIFORMAT","features":[427]},{"name":"MCIERR_AVI_TOOBIGFORVGA","features":[427]},{"name":"MCIERR_BAD_CONSTANT","features":[427]},{"name":"MCIERR_BAD_INTEGER","features":[427]},{"name":"MCIERR_BAD_TIME_FORMAT","features":[427]},{"name":"MCIERR_CANNOT_LOAD_DRIVER","features":[427]},{"name":"MCIERR_CANNOT_USE_ALL","features":[427]},{"name":"MCIERR_CREATEWINDOW","features":[427]},{"name":"MCIERR_CUSTOM_DRIVER_BASE","features":[427]},{"name":"MCIERR_DEVICE_LENGTH","features":[427]},{"name":"MCIERR_DEVICE_LOCKED","features":[427]},{"name":"MCIERR_DEVICE_NOT_INSTALLED","features":[427]},{"name":"MCIERR_DEVICE_NOT_READY","features":[427]},{"name":"MCIERR_DEVICE_OPEN","features":[427]},{"name":"MCIERR_DEVICE_ORD_LENGTH","features":[427]},{"name":"MCIERR_DEVICE_TYPE_REQUIRED","features":[427]},{"name":"MCIERR_DGV_BAD_CLIPBOARD_RANGE","features":[427]},{"name":"MCIERR_DGV_DEVICE_LIMIT","features":[427]},{"name":"MCIERR_DGV_DEVICE_MEMORY_FULL","features":[427]},{"name":"MCIERR_DGV_DISK_FULL","features":[427]},{"name":"MCIERR_DGV_IOERR","features":[427]},{"name":"MCIERR_DGV_WORKSPACE_EMPTY","features":[427]},{"name":"MCIERR_DRIVER","features":[427]},{"name":"MCIERR_DRIVER_INTERNAL","features":[427]},{"name":"MCIERR_DUPLICATE_ALIAS","features":[427]},{"name":"MCIERR_DUPLICATE_FLAGS","features":[427]},{"name":"MCIERR_EXTENSION_NOT_FOUND","features":[427]},{"name":"MCIERR_EXTRA_CHARACTERS","features":[427]},{"name":"MCIERR_FILENAME_REQUIRED","features":[427]},{"name":"MCIERR_FILE_NOT_FOUND","features":[427]},{"name":"MCIERR_FILE_NOT_SAVED","features":[427]},{"name":"MCIERR_FILE_READ","features":[427]},{"name":"MCIERR_FILE_WRITE","features":[427]},{"name":"MCIERR_FLAGS_NOT_COMPATIBLE","features":[427]},{"name":"MCIERR_GET_CD","features":[427]},{"name":"MCIERR_HARDWARE","features":[427]},{"name":"MCIERR_ILLEGAL_FOR_AUTO_OPEN","features":[427]},{"name":"MCIERR_INTERNAL","features":[427]},{"name":"MCIERR_INVALID_DEVICE_ID","features":[427]},{"name":"MCIERR_INVALID_DEVICE_NAME","features":[427]},{"name":"MCIERR_INVALID_FILE","features":[427]},{"name":"MCIERR_MISSING_COMMAND_STRING","features":[427]},{"name":"MCIERR_MISSING_DEVICE_NAME","features":[427]},{"name":"MCIERR_MISSING_PARAMETER","features":[427]},{"name":"MCIERR_MISSING_STRING_ARGUMENT","features":[427]},{"name":"MCIERR_MULTIPLE","features":[427]},{"name":"MCIERR_MUST_USE_SHAREABLE","features":[427]},{"name":"MCIERR_NEW_REQUIRES_ALIAS","features":[427]},{"name":"MCIERR_NONAPPLICABLE_FUNCTION","features":[427]},{"name":"MCIERR_NOTIFY_ON_AUTO_OPEN","features":[427]},{"name":"MCIERR_NO_CLOSING_QUOTE","features":[427]},{"name":"MCIERR_NO_ELEMENT_ALLOWED","features":[427]},{"name":"MCIERR_NO_IDENTITY","features":[427]},{"name":"MCIERR_NO_INTEGER","features":[427]},{"name":"MCIERR_NO_WINDOW","features":[427]},{"name":"MCIERR_NULL_PARAMETER_BLOCK","features":[427]},{"name":"MCIERR_OUTOFRANGE","features":[427]},{"name":"MCIERR_OUT_OF_MEMORY","features":[427]},{"name":"MCIERR_PARAM_OVERFLOW","features":[427]},{"name":"MCIERR_PARSER_INTERNAL","features":[427]},{"name":"MCIERR_SEQ_DIV_INCOMPATIBLE","features":[427]},{"name":"MCIERR_SEQ_NOMIDIPRESENT","features":[427]},{"name":"MCIERR_SEQ_PORTUNSPECIFIED","features":[427]},{"name":"MCIERR_SEQ_PORT_INUSE","features":[427]},{"name":"MCIERR_SEQ_PORT_MAPNODEVICE","features":[427]},{"name":"MCIERR_SEQ_PORT_MISCERROR","features":[427]},{"name":"MCIERR_SEQ_PORT_NONEXISTENT","features":[427]},{"name":"MCIERR_SEQ_TIMER","features":[427]},{"name":"MCIERR_SET_CD","features":[427]},{"name":"MCIERR_SET_DRIVE","features":[427]},{"name":"MCIERR_UNNAMED_RESOURCE","features":[427]},{"name":"MCIERR_UNRECOGNIZED_COMMAND","features":[427]},{"name":"MCIERR_UNRECOGNIZED_KEYWORD","features":[427]},{"name":"MCIERR_UNSUPPORTED_FUNCTION","features":[427]},{"name":"MCIERR_WAVE_INPUTSINUSE","features":[427]},{"name":"MCIERR_WAVE_INPUTSUNSUITABLE","features":[427]},{"name":"MCIERR_WAVE_INPUTUNSPECIFIED","features":[427]},{"name":"MCIERR_WAVE_OUTPUTSINUSE","features":[427]},{"name":"MCIERR_WAVE_OUTPUTSUNSUITABLE","features":[427]},{"name":"MCIERR_WAVE_OUTPUTUNSPECIFIED","features":[427]},{"name":"MCIERR_WAVE_SETINPUTINUSE","features":[427]},{"name":"MCIERR_WAVE_SETINPUTUNSUITABLE","features":[427]},{"name":"MCIERR_WAVE_SETOUTPUTINUSE","features":[427]},{"name":"MCIERR_WAVE_SETOUTPUTUNSUITABLE","features":[427]},{"name":"MCIWNDF_NOAUTOSIZEMOVIE","features":[427]},{"name":"MCIWNDF_NOAUTOSIZEWINDOW","features":[427]},{"name":"MCIWNDF_NOERRORDLG","features":[427]},{"name":"MCIWNDF_NOMENU","features":[427]},{"name":"MCIWNDF_NOOPEN","features":[427]},{"name":"MCIWNDF_NOPLAYBAR","features":[427]},{"name":"MCIWNDF_NOTIFYALL","features":[427]},{"name":"MCIWNDF_NOTIFYANSI","features":[427]},{"name":"MCIWNDF_NOTIFYERROR","features":[427]},{"name":"MCIWNDF_NOTIFYMEDIA","features":[427]},{"name":"MCIWNDF_NOTIFYMEDIAA","features":[427]},{"name":"MCIWNDF_NOTIFYMEDIAW","features":[427]},{"name":"MCIWNDF_NOTIFYMODE","features":[427]},{"name":"MCIWNDF_NOTIFYPOS","features":[427]},{"name":"MCIWNDF_NOTIFYSIZE","features":[427]},{"name":"MCIWNDF_RECORD","features":[427]},{"name":"MCIWNDF_SHOWALL","features":[427]},{"name":"MCIWNDF_SHOWMODE","features":[427]},{"name":"MCIWNDF_SHOWNAME","features":[427]},{"name":"MCIWNDF_SHOWPOS","features":[427]},{"name":"MCIWNDM_CAN_CONFIG","features":[427]},{"name":"MCIWNDM_CAN_EJECT","features":[427]},{"name":"MCIWNDM_CAN_PLAY","features":[427]},{"name":"MCIWNDM_CAN_RECORD","features":[427]},{"name":"MCIWNDM_CAN_SAVE","features":[427]},{"name":"MCIWNDM_CAN_WINDOW","features":[427]},{"name":"MCIWNDM_CHANGESTYLES","features":[427]},{"name":"MCIWNDM_EJECT","features":[427]},{"name":"MCIWNDM_GETACTIVETIMER","features":[427]},{"name":"MCIWNDM_GETALIAS","features":[427]},{"name":"MCIWNDM_GETDEVICE","features":[427]},{"name":"MCIWNDM_GETDEVICEA","features":[427]},{"name":"MCIWNDM_GETDEVICEID","features":[427]},{"name":"MCIWNDM_GETDEVICEW","features":[427]},{"name":"MCIWNDM_GETEND","features":[427]},{"name":"MCIWNDM_GETERROR","features":[427]},{"name":"MCIWNDM_GETERRORA","features":[427]},{"name":"MCIWNDM_GETERRORW","features":[427]},{"name":"MCIWNDM_GETFILENAME","features":[427]},{"name":"MCIWNDM_GETFILENAMEA","features":[427]},{"name":"MCIWNDM_GETFILENAMEW","features":[427]},{"name":"MCIWNDM_GETINACTIVETIMER","features":[427]},{"name":"MCIWNDM_GETLENGTH","features":[427]},{"name":"MCIWNDM_GETMODE","features":[427]},{"name":"MCIWNDM_GETMODEA","features":[427]},{"name":"MCIWNDM_GETMODEW","features":[427]},{"name":"MCIWNDM_GETPALETTE","features":[427]},{"name":"MCIWNDM_GETPOSITION","features":[427]},{"name":"MCIWNDM_GETPOSITIONA","features":[427]},{"name":"MCIWNDM_GETPOSITIONW","features":[427]},{"name":"MCIWNDM_GETREPEAT","features":[427]},{"name":"MCIWNDM_GETSPEED","features":[427]},{"name":"MCIWNDM_GETSTART","features":[427]},{"name":"MCIWNDM_GETSTYLES","features":[427]},{"name":"MCIWNDM_GETTIMEFORMAT","features":[427]},{"name":"MCIWNDM_GETTIMEFORMATA","features":[427]},{"name":"MCIWNDM_GETTIMEFORMATW","features":[427]},{"name":"MCIWNDM_GETVOLUME","features":[427]},{"name":"MCIWNDM_GETZOOM","features":[427]},{"name":"MCIWNDM_GET_DEST","features":[427]},{"name":"MCIWNDM_GET_SOURCE","features":[427]},{"name":"MCIWNDM_NEW","features":[427]},{"name":"MCIWNDM_NEWA","features":[427]},{"name":"MCIWNDM_NEWW","features":[427]},{"name":"MCIWNDM_NOTIFYERROR","features":[427]},{"name":"MCIWNDM_NOTIFYMEDIA","features":[427]},{"name":"MCIWNDM_NOTIFYMODE","features":[427]},{"name":"MCIWNDM_NOTIFYPOS","features":[427]},{"name":"MCIWNDM_NOTIFYSIZE","features":[427]},{"name":"MCIWNDM_OPEN","features":[427]},{"name":"MCIWNDM_OPENA","features":[427]},{"name":"MCIWNDM_OPENINTERFACE","features":[427]},{"name":"MCIWNDM_OPENW","features":[427]},{"name":"MCIWNDM_PALETTEKICK","features":[427]},{"name":"MCIWNDM_PLAYFROM","features":[427]},{"name":"MCIWNDM_PLAYREVERSE","features":[427]},{"name":"MCIWNDM_PLAYTO","features":[427]},{"name":"MCIWNDM_PUT_DEST","features":[427]},{"name":"MCIWNDM_PUT_SOURCE","features":[427]},{"name":"MCIWNDM_REALIZE","features":[427]},{"name":"MCIWNDM_RETURNSTRING","features":[427]},{"name":"MCIWNDM_RETURNSTRINGA","features":[427]},{"name":"MCIWNDM_RETURNSTRINGW","features":[427]},{"name":"MCIWNDM_SENDSTRING","features":[427]},{"name":"MCIWNDM_SENDSTRINGA","features":[427]},{"name":"MCIWNDM_SENDSTRINGW","features":[427]},{"name":"MCIWNDM_SETACTIVETIMER","features":[427]},{"name":"MCIWNDM_SETINACTIVETIMER","features":[427]},{"name":"MCIWNDM_SETOWNER","features":[427]},{"name":"MCIWNDM_SETPALETTE","features":[427]},{"name":"MCIWNDM_SETREPEAT","features":[427]},{"name":"MCIWNDM_SETSPEED","features":[427]},{"name":"MCIWNDM_SETTIMEFORMAT","features":[427]},{"name":"MCIWNDM_SETTIMEFORMATA","features":[427]},{"name":"MCIWNDM_SETTIMEFORMATW","features":[427]},{"name":"MCIWNDM_SETTIMERS","features":[427]},{"name":"MCIWNDM_SETVOLUME","features":[427]},{"name":"MCIWNDM_SETZOOM","features":[427]},{"name":"MCIWNDM_VALIDATEMEDIA","features":[427]},{"name":"MCIWNDOPENF_NEW","features":[427]},{"name":"MCIWND_END","features":[427]},{"name":"MCIWND_START","features":[427]},{"name":"MCIWND_WINDOW_CLASS","features":[427]},{"name":"MCIWndCreateA","features":[305,427]},{"name":"MCIWndCreateW","features":[305,427]},{"name":"MCIWndRegisterClass","features":[305,427]},{"name":"MCI_ANIM_GETDEVCAPS_CAN_REVERSE","features":[427]},{"name":"MCI_ANIM_GETDEVCAPS_CAN_STRETCH","features":[427]},{"name":"MCI_ANIM_GETDEVCAPS_FAST_RATE","features":[427]},{"name":"MCI_ANIM_GETDEVCAPS_MAX_WINDOWS","features":[427]},{"name":"MCI_ANIM_GETDEVCAPS_NORMAL_RATE","features":[427]},{"name":"MCI_ANIM_GETDEVCAPS_PALETTES","features":[427]},{"name":"MCI_ANIM_GETDEVCAPS_SLOW_RATE","features":[427]},{"name":"MCI_ANIM_INFO_TEXT","features":[427]},{"name":"MCI_ANIM_OPEN_NOSTATIC","features":[427]},{"name":"MCI_ANIM_OPEN_PARENT","features":[427]},{"name":"MCI_ANIM_OPEN_PARMSA","features":[305,427]},{"name":"MCI_ANIM_OPEN_PARMSW","features":[305,427]},{"name":"MCI_ANIM_OPEN_WS","features":[427]},{"name":"MCI_ANIM_PLAY_FAST","features":[427]},{"name":"MCI_ANIM_PLAY_PARMS","features":[427]},{"name":"MCI_ANIM_PLAY_REVERSE","features":[427]},{"name":"MCI_ANIM_PLAY_SCAN","features":[427]},{"name":"MCI_ANIM_PLAY_SLOW","features":[427]},{"name":"MCI_ANIM_PLAY_SPEED","features":[427]},{"name":"MCI_ANIM_PUT_DESTINATION","features":[427]},{"name":"MCI_ANIM_PUT_SOURCE","features":[427]},{"name":"MCI_ANIM_REALIZE_BKGD","features":[427]},{"name":"MCI_ANIM_REALIZE_NORM","features":[427]},{"name":"MCI_ANIM_RECT","features":[427]},{"name":"MCI_ANIM_RECT_PARMS","features":[305,427]},{"name":"MCI_ANIM_STATUS_FORWARD","features":[427]},{"name":"MCI_ANIM_STATUS_HPAL","features":[427]},{"name":"MCI_ANIM_STATUS_HWND","features":[427]},{"name":"MCI_ANIM_STATUS_SPEED","features":[427]},{"name":"MCI_ANIM_STATUS_STRETCH","features":[427]},{"name":"MCI_ANIM_STEP_FRAMES","features":[427]},{"name":"MCI_ANIM_STEP_PARMS","features":[427]},{"name":"MCI_ANIM_STEP_REVERSE","features":[427]},{"name":"MCI_ANIM_UPDATE_HDC","features":[427]},{"name":"MCI_ANIM_UPDATE_PARMS","features":[305,317,427]},{"name":"MCI_ANIM_WHERE_DESTINATION","features":[427]},{"name":"MCI_ANIM_WHERE_SOURCE","features":[427]},{"name":"MCI_ANIM_WINDOW_DEFAULT","features":[427]},{"name":"MCI_ANIM_WINDOW_DISABLE_STRETCH","features":[427]},{"name":"MCI_ANIM_WINDOW_ENABLE_STRETCH","features":[427]},{"name":"MCI_ANIM_WINDOW_HWND","features":[427]},{"name":"MCI_ANIM_WINDOW_PARMSA","features":[305,427]},{"name":"MCI_ANIM_WINDOW_PARMSW","features":[305,427]},{"name":"MCI_ANIM_WINDOW_STATE","features":[427]},{"name":"MCI_ANIM_WINDOW_TEXT","features":[427]},{"name":"MCI_AVI_SETVIDEO_DRAW_PROCEDURE","features":[427]},{"name":"MCI_AVI_SETVIDEO_PALETTE_COLOR","features":[427]},{"name":"MCI_AVI_SETVIDEO_PALETTE_HALFTONE","features":[427]},{"name":"MCI_AVI_STATUS_AUDIO_BREAKS","features":[427]},{"name":"MCI_AVI_STATUS_FRAMES_SKIPPED","features":[427]},{"name":"MCI_AVI_STATUS_LAST_PLAY_SPEED","features":[427]},{"name":"MCI_BREAK","features":[427]},{"name":"MCI_BREAK_HWND","features":[427]},{"name":"MCI_BREAK_KEY","features":[427]},{"name":"MCI_BREAK_OFF","features":[427]},{"name":"MCI_BREAK_PARMS","features":[305,427]},{"name":"MCI_CAPTURE","features":[427]},{"name":"MCI_CDA_STATUS_TYPE_TRACK","features":[427]},{"name":"MCI_CDA_TRACK_AUDIO","features":[427]},{"name":"MCI_CDA_TRACK_OTHER","features":[427]},{"name":"MCI_CLOSE","features":[427]},{"name":"MCI_CLOSE_DRIVER","features":[427]},{"name":"MCI_COLONIZED3_RETURN","features":[427]},{"name":"MCI_COLONIZED4_RETURN","features":[427]},{"name":"MCI_COMMAND_HEAD","features":[427]},{"name":"MCI_CONFIGURE","features":[427]},{"name":"MCI_CONSTANT","features":[427]},{"name":"MCI_COPY","features":[427]},{"name":"MCI_CUE","features":[427]},{"name":"MCI_CUT","features":[427]},{"name":"MCI_DELETE","features":[427]},{"name":"MCI_DEVTYPE_ANIMATION","features":[427]},{"name":"MCI_DEVTYPE_CD_AUDIO","features":[427]},{"name":"MCI_DEVTYPE_DAT","features":[427]},{"name":"MCI_DEVTYPE_DIGITAL_VIDEO","features":[427]},{"name":"MCI_DEVTYPE_FIRST","features":[427]},{"name":"MCI_DEVTYPE_FIRST_USER","features":[427]},{"name":"MCI_DEVTYPE_LAST","features":[427]},{"name":"MCI_DEVTYPE_OTHER","features":[427]},{"name":"MCI_DEVTYPE_OVERLAY","features":[427]},{"name":"MCI_DEVTYPE_SCANNER","features":[427]},{"name":"MCI_DEVTYPE_SEQUENCER","features":[427]},{"name":"MCI_DEVTYPE_VCR","features":[427]},{"name":"MCI_DEVTYPE_VIDEODISC","features":[427]},{"name":"MCI_DEVTYPE_WAVEFORM_AUDIO","features":[427]},{"name":"MCI_DGV_CAPTURE_AS","features":[427]},{"name":"MCI_DGV_CAPTURE_AT","features":[427]},{"name":"MCI_DGV_CAPTURE_PARMSA","features":[305,427]},{"name":"MCI_DGV_CAPTURE_PARMSW","features":[305,427]},{"name":"MCI_DGV_COPY_AT","features":[427]},{"name":"MCI_DGV_COPY_AUDIO_STREAM","features":[427]},{"name":"MCI_DGV_COPY_PARMS","features":[305,427]},{"name":"MCI_DGV_COPY_VIDEO_STREAM","features":[427]},{"name":"MCI_DGV_CUE_INPUT","features":[427]},{"name":"MCI_DGV_CUE_NOSHOW","features":[427]},{"name":"MCI_DGV_CUE_OUTPUT","features":[427]},{"name":"MCI_DGV_CUE_PARMS","features":[427]},{"name":"MCI_DGV_CUT_AT","features":[427]},{"name":"MCI_DGV_CUT_AUDIO_STREAM","features":[427]},{"name":"MCI_DGV_CUT_PARMS","features":[305,427]},{"name":"MCI_DGV_CUT_VIDEO_STREAM","features":[427]},{"name":"MCI_DGV_DELETE_AT","features":[427]},{"name":"MCI_DGV_DELETE_AUDIO_STREAM","features":[427]},{"name":"MCI_DGV_DELETE_PARMS","features":[305,427]},{"name":"MCI_DGV_DELETE_VIDEO_STREAM","features":[427]},{"name":"MCI_DGV_FF_AVI","features":[427]},{"name":"MCI_DGV_FF_AVSS","features":[427]},{"name":"MCI_DGV_FF_DIB","features":[427]},{"name":"MCI_DGV_FF_JFIF","features":[427]},{"name":"MCI_DGV_FF_JPEG","features":[427]},{"name":"MCI_DGV_FF_MPEG","features":[427]},{"name":"MCI_DGV_FF_RDIB","features":[427]},{"name":"MCI_DGV_FF_RJPEG","features":[427]},{"name":"MCI_DGV_FILE_MODE_EDITING","features":[427]},{"name":"MCI_DGV_FILE_MODE_EDITING_S","features":[427]},{"name":"MCI_DGV_FILE_MODE_IDLE","features":[427]},{"name":"MCI_DGV_FILE_MODE_IDLE_S","features":[427]},{"name":"MCI_DGV_FILE_MODE_LOADING","features":[427]},{"name":"MCI_DGV_FILE_MODE_LOADING_S","features":[427]},{"name":"MCI_DGV_FILE_MODE_SAVING","features":[427]},{"name":"MCI_DGV_FILE_MODE_SAVING_S","features":[427]},{"name":"MCI_DGV_FILE_S","features":[427]},{"name":"MCI_DGV_FREEZE_AT","features":[427]},{"name":"MCI_DGV_FREEZE_OUTSIDE","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_CAN_FREEZE","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_CAN_LOCK","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_CAN_REVERSE","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_CAN_STRETCH","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_CAN_STR_IN","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_CAN_TEST","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_HAS_STILL","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_MAXIMUM_RATE","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_MAX_WINDOWS","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_MINIMUM_RATE","features":[427]},{"name":"MCI_DGV_GETDEVCAPS_PALETTES","features":[427]},{"name":"MCI_DGV_INFO_AUDIO_ALG","features":[427]},{"name":"MCI_DGV_INFO_AUDIO_QUALITY","features":[427]},{"name":"MCI_DGV_INFO_ITEM","features":[427]},{"name":"MCI_DGV_INFO_PARMSA","features":[427]},{"name":"MCI_DGV_INFO_PARMSW","features":[427]},{"name":"MCI_DGV_INFO_STILL_ALG","features":[427]},{"name":"MCI_DGV_INFO_STILL_QUALITY","features":[427]},{"name":"MCI_DGV_INFO_TEXT","features":[427]},{"name":"MCI_DGV_INFO_USAGE","features":[427]},{"name":"MCI_DGV_INFO_VIDEO_ALG","features":[427]},{"name":"MCI_DGV_INFO_VIDEO_QUALITY","features":[427]},{"name":"MCI_DGV_INPUT_S","features":[427]},{"name":"MCI_DGV_LIST_ALG","features":[427]},{"name":"MCI_DGV_LIST_AUDIO_ALG","features":[427]},{"name":"MCI_DGV_LIST_AUDIO_QUALITY","features":[427]},{"name":"MCI_DGV_LIST_AUDIO_STREAM","features":[427]},{"name":"MCI_DGV_LIST_COUNT","features":[427]},{"name":"MCI_DGV_LIST_ITEM","features":[427]},{"name":"MCI_DGV_LIST_NUMBER","features":[427]},{"name":"MCI_DGV_LIST_PARMSA","features":[427]},{"name":"MCI_DGV_LIST_PARMSW","features":[427]},{"name":"MCI_DGV_LIST_STILL_ALG","features":[427]},{"name":"MCI_DGV_LIST_STILL_QUALITY","features":[427]},{"name":"MCI_DGV_LIST_VIDEO_ALG","features":[427]},{"name":"MCI_DGV_LIST_VIDEO_QUALITY","features":[427]},{"name":"MCI_DGV_LIST_VIDEO_SOURCE","features":[427]},{"name":"MCI_DGV_LIST_VIDEO_STREAM","features":[427]},{"name":"MCI_DGV_METHOD_DIRECT","features":[427]},{"name":"MCI_DGV_METHOD_POST","features":[427]},{"name":"MCI_DGV_METHOD_PRE","features":[427]},{"name":"MCI_DGV_MONITOR_FILE","features":[427]},{"name":"MCI_DGV_MONITOR_INPUT","features":[427]},{"name":"MCI_DGV_MONITOR_METHOD","features":[427]},{"name":"MCI_DGV_MONITOR_PARMS","features":[427]},{"name":"MCI_DGV_MONITOR_SOURCE","features":[427]},{"name":"MCI_DGV_OPEN_16BIT","features":[427]},{"name":"MCI_DGV_OPEN_32BIT","features":[427]},{"name":"MCI_DGV_OPEN_NOSTATIC","features":[427]},{"name":"MCI_DGV_OPEN_PARENT","features":[427]},{"name":"MCI_DGV_OPEN_PARMSA","features":[305,427]},{"name":"MCI_DGV_OPEN_PARMSW","features":[305,427]},{"name":"MCI_DGV_OPEN_WS","features":[427]},{"name":"MCI_DGV_PASTE_AT","features":[427]},{"name":"MCI_DGV_PASTE_AUDIO_STREAM","features":[427]},{"name":"MCI_DGV_PASTE_INSERT","features":[427]},{"name":"MCI_DGV_PASTE_OVERWRITE","features":[427]},{"name":"MCI_DGV_PASTE_PARMS","features":[305,427]},{"name":"MCI_DGV_PASTE_VIDEO_STREAM","features":[427]},{"name":"MCI_DGV_PLAY_REPEAT","features":[427]},{"name":"MCI_DGV_PLAY_REVERSE","features":[427]},{"name":"MCI_DGV_PUT_CLIENT","features":[427]},{"name":"MCI_DGV_PUT_DESTINATION","features":[427]},{"name":"MCI_DGV_PUT_FRAME","features":[427]},{"name":"MCI_DGV_PUT_SOURCE","features":[427]},{"name":"MCI_DGV_PUT_VIDEO","features":[427]},{"name":"MCI_DGV_PUT_WINDOW","features":[427]},{"name":"MCI_DGV_QUALITY_PARMSA","features":[427]},{"name":"MCI_DGV_QUALITY_PARMSW","features":[427]},{"name":"MCI_DGV_REALIZE_BKGD","features":[427]},{"name":"MCI_DGV_REALIZE_NORM","features":[427]},{"name":"MCI_DGV_RECORD_AUDIO_STREAM","features":[427]},{"name":"MCI_DGV_RECORD_HOLD","features":[427]},{"name":"MCI_DGV_RECORD_PARMS","features":[305,427]},{"name":"MCI_DGV_RECORD_VIDEO_STREAM","features":[427]},{"name":"MCI_DGV_RECT","features":[427]},{"name":"MCI_DGV_RECT_PARMS","features":[305,427]},{"name":"MCI_DGV_RESERVE_IN","features":[427]},{"name":"MCI_DGV_RESERVE_PARMSA","features":[427]},{"name":"MCI_DGV_RESERVE_PARMSW","features":[427]},{"name":"MCI_DGV_RESERVE_SIZE","features":[427]},{"name":"MCI_DGV_RESTORE_AT","features":[427]},{"name":"MCI_DGV_RESTORE_FROM","features":[427]},{"name":"MCI_DGV_RESTORE_PARMSA","features":[305,427]},{"name":"MCI_DGV_RESTORE_PARMSW","features":[305,427]},{"name":"MCI_DGV_SAVE_ABORT","features":[427]},{"name":"MCI_DGV_SAVE_KEEPRESERVE","features":[427]},{"name":"MCI_DGV_SAVE_PARMSA","features":[305,427]},{"name":"MCI_DGV_SAVE_PARMSW","features":[305,427]},{"name":"MCI_DGV_SETAUDIO_ALG","features":[427]},{"name":"MCI_DGV_SETAUDIO_AVGBYTESPERSEC","features":[427]},{"name":"MCI_DGV_SETAUDIO_BASS","features":[427]},{"name":"MCI_DGV_SETAUDIO_BITSPERSAMPLE","features":[427]},{"name":"MCI_DGV_SETAUDIO_BLOCKALIGN","features":[427]},{"name":"MCI_DGV_SETAUDIO_CLOCKTIME","features":[427]},{"name":"MCI_DGV_SETAUDIO_INPUT","features":[427]},{"name":"MCI_DGV_SETAUDIO_ITEM","features":[427]},{"name":"MCI_DGV_SETAUDIO_LEFT","features":[427]},{"name":"MCI_DGV_SETAUDIO_OUTPUT","features":[427]},{"name":"MCI_DGV_SETAUDIO_OVER","features":[427]},{"name":"MCI_DGV_SETAUDIO_PARMSA","features":[427]},{"name":"MCI_DGV_SETAUDIO_PARMSW","features":[427]},{"name":"MCI_DGV_SETAUDIO_QUALITY","features":[427]},{"name":"MCI_DGV_SETAUDIO_RECORD","features":[427]},{"name":"MCI_DGV_SETAUDIO_RIGHT","features":[427]},{"name":"MCI_DGV_SETAUDIO_SAMPLESPERSEC","features":[427]},{"name":"MCI_DGV_SETAUDIO_SOURCE","features":[427]},{"name":"MCI_DGV_SETAUDIO_SOURCE_AVERAGE","features":[427]},{"name":"MCI_DGV_SETAUDIO_SOURCE_LEFT","features":[427]},{"name":"MCI_DGV_SETAUDIO_SOURCE_RIGHT","features":[427]},{"name":"MCI_DGV_SETAUDIO_SOURCE_STEREO","features":[427]},{"name":"MCI_DGV_SETAUDIO_SRC_AVERAGE_S","features":[427]},{"name":"MCI_DGV_SETAUDIO_SRC_LEFT_S","features":[427]},{"name":"MCI_DGV_SETAUDIO_SRC_RIGHT_S","features":[427]},{"name":"MCI_DGV_SETAUDIO_SRC_STEREO_S","features":[427]},{"name":"MCI_DGV_SETAUDIO_STREAM","features":[427]},{"name":"MCI_DGV_SETAUDIO_TREBLE","features":[427]},{"name":"MCI_DGV_SETAUDIO_VALUE","features":[427]},{"name":"MCI_DGV_SETAUDIO_VOLUME","features":[427]},{"name":"MCI_DGV_SETVIDEO_ALG","features":[427]},{"name":"MCI_DGV_SETVIDEO_BITSPERPEL","features":[427]},{"name":"MCI_DGV_SETVIDEO_BRIGHTNESS","features":[427]},{"name":"MCI_DGV_SETVIDEO_CLOCKTIME","features":[427]},{"name":"MCI_DGV_SETVIDEO_COLOR","features":[427]},{"name":"MCI_DGV_SETVIDEO_CONTRAST","features":[427]},{"name":"MCI_DGV_SETVIDEO_FRAME_RATE","features":[427]},{"name":"MCI_DGV_SETVIDEO_GAMMA","features":[427]},{"name":"MCI_DGV_SETVIDEO_INPUT","features":[427]},{"name":"MCI_DGV_SETVIDEO_ITEM","features":[427]},{"name":"MCI_DGV_SETVIDEO_KEY_COLOR","features":[427]},{"name":"MCI_DGV_SETVIDEO_KEY_INDEX","features":[427]},{"name":"MCI_DGV_SETVIDEO_OUTPUT","features":[427]},{"name":"MCI_DGV_SETVIDEO_OVER","features":[427]},{"name":"MCI_DGV_SETVIDEO_PALHANDLE","features":[427]},{"name":"MCI_DGV_SETVIDEO_PARMSA","features":[427]},{"name":"MCI_DGV_SETVIDEO_PARMSW","features":[427]},{"name":"MCI_DGV_SETVIDEO_QUALITY","features":[427]},{"name":"MCI_DGV_SETVIDEO_RECORD","features":[427]},{"name":"MCI_DGV_SETVIDEO_SHARPNESS","features":[427]},{"name":"MCI_DGV_SETVIDEO_SOURCE","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_GENERIC","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_GENERIC_S","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_NTSC","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_NTSC_S","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_NUMBER","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_PAL","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_PAL_S","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_RGB","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_RGB_S","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_SECAM","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_SECAM_S","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_SVIDEO","features":[427]},{"name":"MCI_DGV_SETVIDEO_SRC_SVIDEO_S","features":[427]},{"name":"MCI_DGV_SETVIDEO_STILL","features":[427]},{"name":"MCI_DGV_SETVIDEO_STREAM","features":[427]},{"name":"MCI_DGV_SETVIDEO_TINT","features":[427]},{"name":"MCI_DGV_SETVIDEO_VALUE","features":[427]},{"name":"MCI_DGV_SET_FILEFORMAT","features":[427]},{"name":"MCI_DGV_SET_PARMS","features":[427]},{"name":"MCI_DGV_SET_SEEK_EXACTLY","features":[427]},{"name":"MCI_DGV_SET_SPEED","features":[427]},{"name":"MCI_DGV_SET_STILL","features":[427]},{"name":"MCI_DGV_SIGNAL_AT","features":[427]},{"name":"MCI_DGV_SIGNAL_CANCEL","features":[427]},{"name":"MCI_DGV_SIGNAL_EVERY","features":[427]},{"name":"MCI_DGV_SIGNAL_PARMS","features":[427]},{"name":"MCI_DGV_SIGNAL_POSITION","features":[427]},{"name":"MCI_DGV_SIGNAL_USERVAL","features":[427]},{"name":"MCI_DGV_STATUS_AUDIO","features":[427]},{"name":"MCI_DGV_STATUS_AUDIO_INPUT","features":[427]},{"name":"MCI_DGV_STATUS_AUDIO_RECORD","features":[427]},{"name":"MCI_DGV_STATUS_AUDIO_SOURCE","features":[427]},{"name":"MCI_DGV_STATUS_AUDIO_STREAM","features":[427]},{"name":"MCI_DGV_STATUS_AVGBYTESPERSEC","features":[427]},{"name":"MCI_DGV_STATUS_BASS","features":[427]},{"name":"MCI_DGV_STATUS_BITSPERPEL","features":[427]},{"name":"MCI_DGV_STATUS_BITSPERSAMPLE","features":[427]},{"name":"MCI_DGV_STATUS_BLOCKALIGN","features":[427]},{"name":"MCI_DGV_STATUS_BRIGHTNESS","features":[427]},{"name":"MCI_DGV_STATUS_COLOR","features":[427]},{"name":"MCI_DGV_STATUS_CONTRAST","features":[427]},{"name":"MCI_DGV_STATUS_DISKSPACE","features":[427]},{"name":"MCI_DGV_STATUS_FILEFORMAT","features":[427]},{"name":"MCI_DGV_STATUS_FILE_COMPLETION","features":[427]},{"name":"MCI_DGV_STATUS_FILE_MODE","features":[427]},{"name":"MCI_DGV_STATUS_FORWARD","features":[427]},{"name":"MCI_DGV_STATUS_FRAME_RATE","features":[427]},{"name":"MCI_DGV_STATUS_GAMMA","features":[427]},{"name":"MCI_DGV_STATUS_HPAL","features":[427]},{"name":"MCI_DGV_STATUS_HWND","features":[427]},{"name":"MCI_DGV_STATUS_INPUT","features":[427]},{"name":"MCI_DGV_STATUS_KEY_COLOR","features":[427]},{"name":"MCI_DGV_STATUS_KEY_INDEX","features":[427]},{"name":"MCI_DGV_STATUS_LEFT","features":[427]},{"name":"MCI_DGV_STATUS_MONITOR","features":[427]},{"name":"MCI_DGV_STATUS_MONITOR_METHOD","features":[427]},{"name":"MCI_DGV_STATUS_NOMINAL","features":[427]},{"name":"MCI_DGV_STATUS_OUTPUT","features":[427]},{"name":"MCI_DGV_STATUS_PARMSA","features":[427]},{"name":"MCI_DGV_STATUS_PARMSW","features":[427]},{"name":"MCI_DGV_STATUS_PAUSE_MODE","features":[427]},{"name":"MCI_DGV_STATUS_RECORD","features":[427]},{"name":"MCI_DGV_STATUS_REFERENCE","features":[427]},{"name":"MCI_DGV_STATUS_RIGHT","features":[427]},{"name":"MCI_DGV_STATUS_SAMPLESPERSEC","features":[427]},{"name":"MCI_DGV_STATUS_SEEK_EXACTLY","features":[427]},{"name":"MCI_DGV_STATUS_SHARPNESS","features":[427]},{"name":"MCI_DGV_STATUS_SIZE","features":[427]},{"name":"MCI_DGV_STATUS_SMPTE","features":[427]},{"name":"MCI_DGV_STATUS_SPEED","features":[427]},{"name":"MCI_DGV_STATUS_STILL_FILEFORMAT","features":[427]},{"name":"MCI_DGV_STATUS_TINT","features":[427]},{"name":"MCI_DGV_STATUS_TREBLE","features":[427]},{"name":"MCI_DGV_STATUS_UNSAVED","features":[427]},{"name":"MCI_DGV_STATUS_VIDEO","features":[427]},{"name":"MCI_DGV_STATUS_VIDEO_RECORD","features":[427]},{"name":"MCI_DGV_STATUS_VIDEO_SOURCE","features":[427]},{"name":"MCI_DGV_STATUS_VIDEO_SRC_NUM","features":[427]},{"name":"MCI_DGV_STATUS_VIDEO_STREAM","features":[427]},{"name":"MCI_DGV_STATUS_VOLUME","features":[427]},{"name":"MCI_DGV_STATUS_WINDOW_MAXIMIZED","features":[427]},{"name":"MCI_DGV_STATUS_WINDOW_MINIMIZED","features":[427]},{"name":"MCI_DGV_STATUS_WINDOW_VISIBLE","features":[427]},{"name":"MCI_DGV_STEP_FRAMES","features":[427]},{"name":"MCI_DGV_STEP_PARMS","features":[427]},{"name":"MCI_DGV_STEP_REVERSE","features":[427]},{"name":"MCI_DGV_STOP_HOLD","features":[427]},{"name":"MCI_DGV_UPDATE_HDC","features":[427]},{"name":"MCI_DGV_UPDATE_PAINT","features":[427]},{"name":"MCI_DGV_UPDATE_PARMS","features":[305,317,427]},{"name":"MCI_DGV_WHERE_DESTINATION","features":[427]},{"name":"MCI_DGV_WHERE_FRAME","features":[427]},{"name":"MCI_DGV_WHERE_MAX","features":[427]},{"name":"MCI_DGV_WHERE_SOURCE","features":[427]},{"name":"MCI_DGV_WHERE_VIDEO","features":[427]},{"name":"MCI_DGV_WHERE_WINDOW","features":[427]},{"name":"MCI_DGV_WINDOW_DEFAULT","features":[427]},{"name":"MCI_DGV_WINDOW_HWND","features":[427]},{"name":"MCI_DGV_WINDOW_PARMSA","features":[305,427]},{"name":"MCI_DGV_WINDOW_PARMSW","features":[305,427]},{"name":"MCI_DGV_WINDOW_STATE","features":[427]},{"name":"MCI_DGV_WINDOW_TEXT","features":[427]},{"name":"MCI_END_COMMAND","features":[427]},{"name":"MCI_END_COMMAND_LIST","features":[427]},{"name":"MCI_END_CONSTANT","features":[427]},{"name":"MCI_ESCAPE","features":[427]},{"name":"MCI_FALSE","features":[427]},{"name":"MCI_FIRST","features":[427]},{"name":"MCI_FLAG","features":[427]},{"name":"MCI_FORMAT_BYTES","features":[427]},{"name":"MCI_FORMAT_BYTES_S","features":[427]},{"name":"MCI_FORMAT_FRAMES","features":[427]},{"name":"MCI_FORMAT_FRAMES_S","features":[427]},{"name":"MCI_FORMAT_HMS","features":[427]},{"name":"MCI_FORMAT_HMS_S","features":[427]},{"name":"MCI_FORMAT_MILLISECONDS","features":[427]},{"name":"MCI_FORMAT_MILLISECONDS_S","features":[427]},{"name":"MCI_FORMAT_MSF","features":[427]},{"name":"MCI_FORMAT_MSF_S","features":[427]},{"name":"MCI_FORMAT_SAMPLES","features":[427]},{"name":"MCI_FORMAT_SAMPLES_S","features":[427]},{"name":"MCI_FORMAT_SMPTE_24","features":[427]},{"name":"MCI_FORMAT_SMPTE_24_S","features":[427]},{"name":"MCI_FORMAT_SMPTE_25","features":[427]},{"name":"MCI_FORMAT_SMPTE_25_S","features":[427]},{"name":"MCI_FORMAT_SMPTE_30","features":[427]},{"name":"MCI_FORMAT_SMPTE_30DROP","features":[427]},{"name":"MCI_FORMAT_SMPTE_30DROP_S","features":[427]},{"name":"MCI_FORMAT_SMPTE_30_S","features":[427]},{"name":"MCI_FORMAT_TMSF","features":[427]},{"name":"MCI_FORMAT_TMSF_S","features":[427]},{"name":"MCI_FREEZE","features":[427]},{"name":"MCI_FROM","features":[427]},{"name":"MCI_GENERIC_PARMS","features":[427]},{"name":"MCI_GETDEVCAPS","features":[427]},{"name":"MCI_GETDEVCAPS_CAN_EJECT","features":[427]},{"name":"MCI_GETDEVCAPS_CAN_PLAY","features":[427]},{"name":"MCI_GETDEVCAPS_CAN_RECORD","features":[427]},{"name":"MCI_GETDEVCAPS_CAN_SAVE","features":[427]},{"name":"MCI_GETDEVCAPS_COMPOUND_DEVICE","features":[427]},{"name":"MCI_GETDEVCAPS_DEVICE_TYPE","features":[427]},{"name":"MCI_GETDEVCAPS_HAS_AUDIO","features":[427]},{"name":"MCI_GETDEVCAPS_HAS_VIDEO","features":[427]},{"name":"MCI_GETDEVCAPS_ITEM","features":[427]},{"name":"MCI_GETDEVCAPS_PARMS","features":[427]},{"name":"MCI_GETDEVCAPS_USES_FILES","features":[427]},{"name":"MCI_HDC","features":[427]},{"name":"MCI_HPAL","features":[427]},{"name":"MCI_HWND","features":[427]},{"name":"MCI_INFO","features":[427]},{"name":"MCI_INFO_COPYRIGHT","features":[427]},{"name":"MCI_INFO_FILE","features":[427]},{"name":"MCI_INFO_MEDIA_IDENTITY","features":[427]},{"name":"MCI_INFO_MEDIA_UPC","features":[427]},{"name":"MCI_INFO_NAME","features":[427]},{"name":"MCI_INFO_PARMSA","features":[427]},{"name":"MCI_INFO_PARMSW","features":[427]},{"name":"MCI_INFO_PRODUCT","features":[427]},{"name":"MCI_INFO_VERSION","features":[427]},{"name":"MCI_INTEGER","features":[427]},{"name":"MCI_INTEGER64","features":[427]},{"name":"MCI_INTEGER_RETURNED","features":[427]},{"name":"MCI_LAST","features":[427]},{"name":"MCI_LIST","features":[427]},{"name":"MCI_LOAD","features":[427]},{"name":"MCI_LOAD_FILE","features":[427]},{"name":"MCI_LOAD_PARMSA","features":[427]},{"name":"MCI_LOAD_PARMSW","features":[427]},{"name":"MCI_MAX_DEVICE_TYPE_LENGTH","features":[427]},{"name":"MCI_MCIAVI_PLAY_FULLBY2","features":[427]},{"name":"MCI_MCIAVI_PLAY_FULLSCREEN","features":[427]},{"name":"MCI_MCIAVI_PLAY_WINDOW","features":[427]},{"name":"MCI_MODE_NOT_READY","features":[427]},{"name":"MCI_MODE_OPEN","features":[427]},{"name":"MCI_MODE_PAUSE","features":[427]},{"name":"MCI_MODE_PLAY","features":[427]},{"name":"MCI_MODE_RECORD","features":[427]},{"name":"MCI_MODE_SEEK","features":[427]},{"name":"MCI_MODE_STOP","features":[427]},{"name":"MCI_MONITOR","features":[427]},{"name":"MCI_NOTIFY","features":[427]},{"name":"MCI_NOTIFY_ABORTED","features":[427]},{"name":"MCI_NOTIFY_FAILURE","features":[427]},{"name":"MCI_NOTIFY_SUCCESSFUL","features":[427]},{"name":"MCI_NOTIFY_SUPERSEDED","features":[427]},{"name":"MCI_OFF","features":[427]},{"name":"MCI_OFF_S","features":[427]},{"name":"MCI_ON","features":[427]},{"name":"MCI_ON_S","features":[427]},{"name":"MCI_OPEN","features":[427]},{"name":"MCI_OPEN_ALIAS","features":[427]},{"name":"MCI_OPEN_DRIVER","features":[427]},{"name":"MCI_OPEN_DRIVER_PARMS","features":[427]},{"name":"MCI_OPEN_ELEMENT","features":[427]},{"name":"MCI_OPEN_ELEMENT_ID","features":[427]},{"name":"MCI_OPEN_PARMSA","features":[427]},{"name":"MCI_OPEN_PARMSW","features":[427]},{"name":"MCI_OPEN_SHAREABLE","features":[427]},{"name":"MCI_OPEN_TYPE","features":[427]},{"name":"MCI_OPEN_TYPE_ID","features":[427]},{"name":"MCI_OVLY_GETDEVCAPS_CAN_FREEZE","features":[427]},{"name":"MCI_OVLY_GETDEVCAPS_CAN_STRETCH","features":[427]},{"name":"MCI_OVLY_GETDEVCAPS_MAX_WINDOWS","features":[427]},{"name":"MCI_OVLY_INFO_TEXT","features":[427]},{"name":"MCI_OVLY_LOAD_PARMSA","features":[305,427]},{"name":"MCI_OVLY_LOAD_PARMSW","features":[305,427]},{"name":"MCI_OVLY_OPEN_PARENT","features":[427]},{"name":"MCI_OVLY_OPEN_PARMSA","features":[305,427]},{"name":"MCI_OVLY_OPEN_PARMSW","features":[305,427]},{"name":"MCI_OVLY_OPEN_WS","features":[427]},{"name":"MCI_OVLY_PUT_DESTINATION","features":[427]},{"name":"MCI_OVLY_PUT_FRAME","features":[427]},{"name":"MCI_OVLY_PUT_SOURCE","features":[427]},{"name":"MCI_OVLY_PUT_VIDEO","features":[427]},{"name":"MCI_OVLY_RECT","features":[427]},{"name":"MCI_OVLY_RECT_PARMS","features":[305,427]},{"name":"MCI_OVLY_SAVE_PARMSA","features":[305,427]},{"name":"MCI_OVLY_SAVE_PARMSW","features":[305,427]},{"name":"MCI_OVLY_STATUS_HWND","features":[427]},{"name":"MCI_OVLY_STATUS_STRETCH","features":[427]},{"name":"MCI_OVLY_WHERE_DESTINATION","features":[427]},{"name":"MCI_OVLY_WHERE_FRAME","features":[427]},{"name":"MCI_OVLY_WHERE_SOURCE","features":[427]},{"name":"MCI_OVLY_WHERE_VIDEO","features":[427]},{"name":"MCI_OVLY_WINDOW_DEFAULT","features":[427]},{"name":"MCI_OVLY_WINDOW_DISABLE_STRETCH","features":[427]},{"name":"MCI_OVLY_WINDOW_ENABLE_STRETCH","features":[427]},{"name":"MCI_OVLY_WINDOW_HWND","features":[427]},{"name":"MCI_OVLY_WINDOW_PARMSA","features":[305,427]},{"name":"MCI_OVLY_WINDOW_PARMSW","features":[305,427]},{"name":"MCI_OVLY_WINDOW_STATE","features":[427]},{"name":"MCI_OVLY_WINDOW_TEXT","features":[427]},{"name":"MCI_PASTE","features":[427]},{"name":"MCI_PAUSE","features":[427]},{"name":"MCI_PLAY","features":[427]},{"name":"MCI_PLAY_PARMS","features":[427]},{"name":"MCI_PUT","features":[427]},{"name":"MCI_QUALITY","features":[427]},{"name":"MCI_QUALITY_ALG","features":[427]},{"name":"MCI_QUALITY_DIALOG","features":[427]},{"name":"MCI_QUALITY_HANDLE","features":[427]},{"name":"MCI_QUALITY_ITEM","features":[427]},{"name":"MCI_QUALITY_ITEM_AUDIO","features":[427]},{"name":"MCI_QUALITY_ITEM_STILL","features":[427]},{"name":"MCI_QUALITY_ITEM_VIDEO","features":[427]},{"name":"MCI_QUALITY_NAME","features":[427]},{"name":"MCI_REALIZE","features":[427]},{"name":"MCI_RECORD","features":[427]},{"name":"MCI_RECORD_INSERT","features":[427]},{"name":"MCI_RECORD_OVERWRITE","features":[427]},{"name":"MCI_RECORD_PARMS","features":[427]},{"name":"MCI_RECT","features":[427]},{"name":"MCI_RESERVE","features":[427]},{"name":"MCI_RESOURCE_DRIVER","features":[427]},{"name":"MCI_RESOURCE_RETURNED","features":[427]},{"name":"MCI_RESTORE","features":[427]},{"name":"MCI_RESUME","features":[427]},{"name":"MCI_RETURN","features":[427]},{"name":"MCI_SAVE","features":[427]},{"name":"MCI_SAVE_FILE","features":[427]},{"name":"MCI_SAVE_PARMSA","features":[427]},{"name":"MCI_SAVE_PARMSW","features":[427]},{"name":"MCI_SECTION","features":[427]},{"name":"MCI_SEEK","features":[427]},{"name":"MCI_SEEK_PARMS","features":[427]},{"name":"MCI_SEEK_TO_END","features":[427]},{"name":"MCI_SEEK_TO_START","features":[427]},{"name":"MCI_SEQ_FILE","features":[427]},{"name":"MCI_SEQ_FILE_S","features":[427]},{"name":"MCI_SEQ_FORMAT_SONGPTR","features":[427]},{"name":"MCI_SEQ_FORMAT_SONGPTR_S","features":[427]},{"name":"MCI_SEQ_MAPPER","features":[427]},{"name":"MCI_SEQ_MAPPER_S","features":[427]},{"name":"MCI_SEQ_MIDI","features":[427]},{"name":"MCI_SEQ_MIDI_S","features":[427]},{"name":"MCI_SEQ_NONE","features":[427]},{"name":"MCI_SEQ_NONE_S","features":[427]},{"name":"MCI_SEQ_SET_MASTER","features":[427]},{"name":"MCI_SEQ_SET_OFFSET","features":[427]},{"name":"MCI_SEQ_SET_PARMS","features":[427]},{"name":"MCI_SEQ_SET_PORT","features":[427]},{"name":"MCI_SEQ_SET_SLAVE","features":[427]},{"name":"MCI_SEQ_SET_TEMPO","features":[427]},{"name":"MCI_SEQ_SMPTE","features":[427]},{"name":"MCI_SEQ_SMPTE_S","features":[427]},{"name":"MCI_SEQ_STATUS_COPYRIGHT","features":[427]},{"name":"MCI_SEQ_STATUS_DIVTYPE","features":[427]},{"name":"MCI_SEQ_STATUS_MASTER","features":[427]},{"name":"MCI_SEQ_STATUS_NAME","features":[427]},{"name":"MCI_SEQ_STATUS_OFFSET","features":[427]},{"name":"MCI_SEQ_STATUS_PORT","features":[427]},{"name":"MCI_SEQ_STATUS_SLAVE","features":[427]},{"name":"MCI_SEQ_STATUS_TEMPO","features":[427]},{"name":"MCI_SET","features":[427]},{"name":"MCI_SETAUDIO","features":[427]},{"name":"MCI_SETVIDEO","features":[427]},{"name":"MCI_SET_AUDIO","features":[427]},{"name":"MCI_SET_AUDIO_ALL","features":[427]},{"name":"MCI_SET_AUDIO_LEFT","features":[427]},{"name":"MCI_SET_AUDIO_RIGHT","features":[427]},{"name":"MCI_SET_DOOR_CLOSED","features":[427]},{"name":"MCI_SET_DOOR_OPEN","features":[427]},{"name":"MCI_SET_OFF","features":[427]},{"name":"MCI_SET_ON","features":[427]},{"name":"MCI_SET_PARMS","features":[427]},{"name":"MCI_SET_TIME_FORMAT","features":[427]},{"name":"MCI_SET_VIDEO","features":[427]},{"name":"MCI_SIGNAL","features":[427]},{"name":"MCI_SPIN","features":[427]},{"name":"MCI_STATUS","features":[427]},{"name":"MCI_STATUS_CURRENT_TRACK","features":[427]},{"name":"MCI_STATUS_ITEM","features":[427]},{"name":"MCI_STATUS_LENGTH","features":[427]},{"name":"MCI_STATUS_MEDIA_PRESENT","features":[427]},{"name":"MCI_STATUS_MODE","features":[427]},{"name":"MCI_STATUS_NUMBER_OF_TRACKS","features":[427]},{"name":"MCI_STATUS_PARMS","features":[427]},{"name":"MCI_STATUS_POSITION","features":[427]},{"name":"MCI_STATUS_READY","features":[427]},{"name":"MCI_STATUS_START","features":[427]},{"name":"MCI_STATUS_TIME_FORMAT","features":[427]},{"name":"MCI_STEP","features":[427]},{"name":"MCI_STOP","features":[427]},{"name":"MCI_STRING","features":[427]},{"name":"MCI_SYSINFO","features":[427]},{"name":"MCI_SYSINFO_INSTALLNAME","features":[427]},{"name":"MCI_SYSINFO_NAME","features":[427]},{"name":"MCI_SYSINFO_OPEN","features":[427]},{"name":"MCI_SYSINFO_PARMSA","features":[427]},{"name":"MCI_SYSINFO_PARMSW","features":[427]},{"name":"MCI_SYSINFO_QUANTITY","features":[427]},{"name":"MCI_TEST","features":[427]},{"name":"MCI_TO","features":[427]},{"name":"MCI_TRACK","features":[427]},{"name":"MCI_TRUE","features":[427]},{"name":"MCI_UNDO","features":[427]},{"name":"MCI_UNFREEZE","features":[427]},{"name":"MCI_UPDATE","features":[427]},{"name":"MCI_USER_MESSAGES","features":[427]},{"name":"MCI_VD_ESCAPE_PARMSA","features":[427]},{"name":"MCI_VD_ESCAPE_PARMSW","features":[427]},{"name":"MCI_VD_ESCAPE_STRING","features":[427]},{"name":"MCI_VD_FORMAT_TRACK","features":[427]},{"name":"MCI_VD_FORMAT_TRACK_S","features":[427]},{"name":"MCI_VD_GETDEVCAPS_CAN_REVERSE","features":[427]},{"name":"MCI_VD_GETDEVCAPS_CAV","features":[427]},{"name":"MCI_VD_GETDEVCAPS_CLV","features":[427]},{"name":"MCI_VD_GETDEVCAPS_FAST_RATE","features":[427]},{"name":"MCI_VD_GETDEVCAPS_NORMAL_RATE","features":[427]},{"name":"MCI_VD_GETDEVCAPS_SLOW_RATE","features":[427]},{"name":"MCI_VD_MEDIA_CAV","features":[427]},{"name":"MCI_VD_MEDIA_CLV","features":[427]},{"name":"MCI_VD_MEDIA_OTHER","features":[427]},{"name":"MCI_VD_MODE_PARK","features":[427]},{"name":"MCI_VD_PLAY_FAST","features":[427]},{"name":"MCI_VD_PLAY_PARMS","features":[427]},{"name":"MCI_VD_PLAY_REVERSE","features":[427]},{"name":"MCI_VD_PLAY_SCAN","features":[427]},{"name":"MCI_VD_PLAY_SLOW","features":[427]},{"name":"MCI_VD_PLAY_SPEED","features":[427]},{"name":"MCI_VD_SEEK_REVERSE","features":[427]},{"name":"MCI_VD_SPIN_DOWN","features":[427]},{"name":"MCI_VD_SPIN_UP","features":[427]},{"name":"MCI_VD_STATUS_DISC_SIZE","features":[427]},{"name":"MCI_VD_STATUS_FORWARD","features":[427]},{"name":"MCI_VD_STATUS_MEDIA_TYPE","features":[427]},{"name":"MCI_VD_STATUS_SIDE","features":[427]},{"name":"MCI_VD_STATUS_SPEED","features":[427]},{"name":"MCI_VD_STEP_FRAMES","features":[427]},{"name":"MCI_VD_STEP_PARMS","features":[427]},{"name":"MCI_VD_STEP_REVERSE","features":[427]},{"name":"MCI_WAIT","features":[427]},{"name":"MCI_WAVE_DELETE_PARMS","features":[427]},{"name":"MCI_WAVE_GETDEVCAPS_INPUTS","features":[427]},{"name":"MCI_WAVE_GETDEVCAPS_OUTPUTS","features":[427]},{"name":"MCI_WAVE_INPUT","features":[427]},{"name":"MCI_WAVE_MAPPER","features":[427]},{"name":"MCI_WAVE_OPEN_BUFFER","features":[427]},{"name":"MCI_WAVE_OPEN_PARMSA","features":[427]},{"name":"MCI_WAVE_OPEN_PARMSW","features":[427]},{"name":"MCI_WAVE_OUTPUT","features":[427]},{"name":"MCI_WAVE_PCM","features":[427]},{"name":"MCI_WAVE_SET_ANYINPUT","features":[427]},{"name":"MCI_WAVE_SET_ANYOUTPUT","features":[427]},{"name":"MCI_WAVE_SET_AVGBYTESPERSEC","features":[427]},{"name":"MCI_WAVE_SET_BITSPERSAMPLE","features":[427]},{"name":"MCI_WAVE_SET_BLOCKALIGN","features":[427]},{"name":"MCI_WAVE_SET_CHANNELS","features":[427]},{"name":"MCI_WAVE_SET_FORMATTAG","features":[427]},{"name":"MCI_WAVE_SET_PARMS","features":[427]},{"name":"MCI_WAVE_SET_SAMPLESPERSEC","features":[427]},{"name":"MCI_WAVE_STATUS_AVGBYTESPERSEC","features":[427]},{"name":"MCI_WAVE_STATUS_BITSPERSAMPLE","features":[427]},{"name":"MCI_WAVE_STATUS_BLOCKALIGN","features":[427]},{"name":"MCI_WAVE_STATUS_CHANNELS","features":[427]},{"name":"MCI_WAVE_STATUS_FORMATTAG","features":[427]},{"name":"MCI_WAVE_STATUS_LEVEL","features":[427]},{"name":"MCI_WAVE_STATUS_SAMPLESPERSEC","features":[427]},{"name":"MCI_WHERE","features":[427]},{"name":"MCI_WINDOW","features":[427]},{"name":"MCMADM_E_REGKEY_NOT_FOUND","features":[427]},{"name":"MCMADM_I_NO_EVENTS","features":[427]},{"name":"MEDIASPACEADPCMWAVEFORMAT","features":[428,427]},{"name":"MIDIMAPPER_S","features":[427]},{"name":"MIDIOPENSTRMID","features":[427]},{"name":"MIDI_IO_COOKED","features":[427]},{"name":"MIDI_IO_PACKED","features":[427]},{"name":"MIDM_ADDBUFFER","features":[427]},{"name":"MIDM_CLOSE","features":[427]},{"name":"MIDM_GETDEVCAPS","features":[427]},{"name":"MIDM_GETNUMDEVS","features":[427]},{"name":"MIDM_INIT","features":[427]},{"name":"MIDM_INIT_EX","features":[427]},{"name":"MIDM_MAPPER","features":[427]},{"name":"MIDM_OPEN","features":[427]},{"name":"MIDM_PREPARE","features":[427]},{"name":"MIDM_RESET","features":[427]},{"name":"MIDM_START","features":[427]},{"name":"MIDM_STOP","features":[427]},{"name":"MIDM_UNPREPARE","features":[427]},{"name":"MIDM_USER","features":[427]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_MTS","features":[427]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_ONOFF","features":[427]},{"name":"MIXERCONTROL_CONTROLTYPE_SRS_SYNTHSELECT","features":[427]},{"name":"MIXEROPENDESC","features":[428,427]},{"name":"MMCKINFO","features":[427]},{"name":"MMIOERR_ACCESSDENIED","features":[427]},{"name":"MMIOERR_BASE","features":[427]},{"name":"MMIOERR_CANNOTCLOSE","features":[427]},{"name":"MMIOERR_CANNOTEXPAND","features":[427]},{"name":"MMIOERR_CANNOTOPEN","features":[427]},{"name":"MMIOERR_CANNOTREAD","features":[427]},{"name":"MMIOERR_CANNOTSEEK","features":[427]},{"name":"MMIOERR_CANNOTWRITE","features":[427]},{"name":"MMIOERR_CHUNKNOTFOUND","features":[427]},{"name":"MMIOERR_FILENOTFOUND","features":[427]},{"name":"MMIOERR_INVALIDFILE","features":[427]},{"name":"MMIOERR_NETWORKERROR","features":[427]},{"name":"MMIOERR_OUTOFMEMORY","features":[427]},{"name":"MMIOERR_PATHNOTFOUND","features":[427]},{"name":"MMIOERR_SHARINGVIOLATION","features":[427]},{"name":"MMIOERR_TOOMANYOPENFILES","features":[427]},{"name":"MMIOERR_UNBUFFERED","features":[427]},{"name":"MMIOINFO","features":[305,427]},{"name":"MMIOM_CLOSE","features":[427]},{"name":"MMIOM_OPEN","features":[427]},{"name":"MMIOM_READ","features":[427]},{"name":"MMIOM_RENAME","features":[427]},{"name":"MMIOM_SEEK","features":[427]},{"name":"MMIOM_USER","features":[427]},{"name":"MMIOM_WRITE","features":[427]},{"name":"MMIOM_WRITEFLUSH","features":[427]},{"name":"MMIO_ALLOCBUF","features":[427]},{"name":"MMIO_COMPAT","features":[427]},{"name":"MMIO_CREATE","features":[427]},{"name":"MMIO_CREATELIST","features":[427]},{"name":"MMIO_CREATERIFF","features":[427]},{"name":"MMIO_DEFAULTBUFFER","features":[427]},{"name":"MMIO_DELETE","features":[427]},{"name":"MMIO_DENYNONE","features":[427]},{"name":"MMIO_DENYREAD","features":[427]},{"name":"MMIO_DENYWRITE","features":[427]},{"name":"MMIO_DIRTY","features":[427]},{"name":"MMIO_EMPTYBUF","features":[427]},{"name":"MMIO_EXCLUSIVE","features":[427]},{"name":"MMIO_EXIST","features":[427]},{"name":"MMIO_FHOPEN","features":[427]},{"name":"MMIO_FINDCHUNK","features":[427]},{"name":"MMIO_FINDLIST","features":[427]},{"name":"MMIO_FINDPROC","features":[427]},{"name":"MMIO_FINDRIFF","features":[427]},{"name":"MMIO_GETTEMP","features":[427]},{"name":"MMIO_GLOBALPROC","features":[427]},{"name":"MMIO_INSTALLPROC","features":[427]},{"name":"MMIO_PARSE","features":[427]},{"name":"MMIO_READ","features":[427]},{"name":"MMIO_READWRITE","features":[427]},{"name":"MMIO_REMOVEPROC","features":[427]},{"name":"MMIO_RWMODE","features":[427]},{"name":"MMIO_SHAREMODE","features":[427]},{"name":"MMIO_TOUPPER","features":[427]},{"name":"MMIO_UNICODEPROC","features":[427]},{"name":"MMIO_WRITE","features":[427]},{"name":"MM_3COM","features":[427]},{"name":"MM_3COM_CB_MIXER","features":[427]},{"name":"MM_3COM_CB_WAVEIN","features":[427]},{"name":"MM_3COM_CB_WAVEOUT","features":[427]},{"name":"MM_3DFX","features":[427]},{"name":"MM_AARDVARK","features":[427]},{"name":"MM_AARDVARK_STUDIO12_WAVEIN","features":[427]},{"name":"MM_AARDVARK_STUDIO12_WAVEOUT","features":[427]},{"name":"MM_AARDVARK_STUDIO88_WAVEIN","features":[427]},{"name":"MM_AARDVARK_STUDIO88_WAVEOUT","features":[427]},{"name":"MM_ACTIVEVOICE","features":[427]},{"name":"MM_ACTIVEVOICE_ACM_VOXADPCM","features":[427]},{"name":"MM_ACULAB","features":[427]},{"name":"MM_ADDX","features":[427]},{"name":"MM_ADDX_PCTV_AUX_CD","features":[427]},{"name":"MM_ADDX_PCTV_AUX_LINE","features":[427]},{"name":"MM_ADDX_PCTV_DIGITALMIX","features":[427]},{"name":"MM_ADDX_PCTV_MIXER","features":[427]},{"name":"MM_ADDX_PCTV_WAVEIN","features":[427]},{"name":"MM_ADDX_PCTV_WAVEOUT","features":[427]},{"name":"MM_ADLACC","features":[427]},{"name":"MM_ADMOS","features":[427]},{"name":"MM_ADMOS_FM_SYNTH","features":[427]},{"name":"MM_ADMOS_QS3AMIDIIN","features":[427]},{"name":"MM_ADMOS_QS3AMIDIOUT","features":[427]},{"name":"MM_ADMOS_QS3AWAVEIN","features":[427]},{"name":"MM_ADMOS_QS3AWAVEOUT","features":[427]},{"name":"MM_AHEAD","features":[427]},{"name":"MM_AHEAD_GENERIC","features":[427]},{"name":"MM_AHEAD_MULTISOUND","features":[427]},{"name":"MM_AHEAD_PROAUDIO","features":[427]},{"name":"MM_AHEAD_SOUNDBLASTER","features":[427]},{"name":"MM_ALARIS","features":[427]},{"name":"MM_ALDIGITAL","features":[427]},{"name":"MM_ALESIS","features":[427]},{"name":"MM_ALGOVISION","features":[427]},{"name":"MM_ALGOVISION_VB80AUX","features":[427]},{"name":"MM_ALGOVISION_VB80AUX2","features":[427]},{"name":"MM_ALGOVISION_VB80MIXER","features":[427]},{"name":"MM_ALGOVISION_VB80WAVEIN","features":[427]},{"name":"MM_ALGOVISION_VB80WAVEOUT","features":[427]},{"name":"MM_AMD","features":[427]},{"name":"MM_AMD_INTERWAVE_AUX1","features":[427]},{"name":"MM_AMD_INTERWAVE_AUX2","features":[427]},{"name":"MM_AMD_INTERWAVE_AUX_CD","features":[427]},{"name":"MM_AMD_INTERWAVE_AUX_MIC","features":[427]},{"name":"MM_AMD_INTERWAVE_EX_CD","features":[427]},{"name":"MM_AMD_INTERWAVE_EX_TELEPHONY","features":[427]},{"name":"MM_AMD_INTERWAVE_JOYSTICK","features":[427]},{"name":"MM_AMD_INTERWAVE_MIDIIN","features":[427]},{"name":"MM_AMD_INTERWAVE_MIDIOUT","features":[427]},{"name":"MM_AMD_INTERWAVE_MIXER1","features":[427]},{"name":"MM_AMD_INTERWAVE_MIXER2","features":[427]},{"name":"MM_AMD_INTERWAVE_MONO_IN","features":[427]},{"name":"MM_AMD_INTERWAVE_MONO_OUT","features":[427]},{"name":"MM_AMD_INTERWAVE_STEREO_ENHANCED","features":[427]},{"name":"MM_AMD_INTERWAVE_SYNTH","features":[427]},{"name":"MM_AMD_INTERWAVE_WAVEIN","features":[427]},{"name":"MM_AMD_INTERWAVE_WAVEOUT","features":[427]},{"name":"MM_AMD_INTERWAVE_WAVEOUT_BASE","features":[427]},{"name":"MM_AMD_INTERWAVE_WAVEOUT_TREBLE","features":[427]},{"name":"MM_ANALOGDEVICES","features":[427]},{"name":"MM_ANTEX","features":[427]},{"name":"MM_ANTEX_AUDIOPORT22_FEEDTHRU","features":[427]},{"name":"MM_ANTEX_AUDIOPORT22_WAVEIN","features":[427]},{"name":"MM_ANTEX_AUDIOPORT22_WAVEOUT","features":[427]},{"name":"MM_ANTEX_SX12_WAVEIN","features":[427]},{"name":"MM_ANTEX_SX12_WAVEOUT","features":[427]},{"name":"MM_ANTEX_SX15_WAVEIN","features":[427]},{"name":"MM_ANTEX_SX15_WAVEOUT","features":[427]},{"name":"MM_ANTEX_VP625_WAVEIN","features":[427]},{"name":"MM_ANTEX_VP625_WAVEOUT","features":[427]},{"name":"MM_APICOM","features":[427]},{"name":"MM_APPLE","features":[427]},{"name":"MM_APPS","features":[427]},{"name":"MM_APT","features":[427]},{"name":"MM_APT_ACE100CD","features":[427]},{"name":"MM_ARRAY","features":[427]},{"name":"MM_ARTISOFT","features":[427]},{"name":"MM_ARTISOFT_SBWAVEIN","features":[427]},{"name":"MM_ARTISOFT_SBWAVEOUT","features":[427]},{"name":"MM_AST","features":[427]},{"name":"MM_AST_MODEMWAVE_WAVEIN","features":[427]},{"name":"MM_AST_MODEMWAVE_WAVEOUT","features":[427]},{"name":"MM_ATI","features":[427]},{"name":"MM_ATT","features":[427]},{"name":"MM_ATT_G729A","features":[427]},{"name":"MM_ATT_MICROELECTRONICS","features":[427]},{"name":"MM_AU8820_AUX","features":[427]},{"name":"MM_AU8820_MIDIIN","features":[427]},{"name":"MM_AU8820_MIDIOUT","features":[427]},{"name":"MM_AU8820_MIXER","features":[427]},{"name":"MM_AU8820_SYNTH","features":[427]},{"name":"MM_AU8820_WAVEIN","features":[427]},{"name":"MM_AU8820_WAVEOUT","features":[427]},{"name":"MM_AU8830_AUX","features":[427]},{"name":"MM_AU8830_MIDIIN","features":[427]},{"name":"MM_AU8830_MIDIOUT","features":[427]},{"name":"MM_AU8830_MIXER","features":[427]},{"name":"MM_AU8830_SYNTH","features":[427]},{"name":"MM_AU8830_WAVEIN","features":[427]},{"name":"MM_AU8830_WAVEOUT","features":[427]},{"name":"MM_AUDIOFILE","features":[427]},{"name":"MM_AUDIOPT","features":[427]},{"name":"MM_AUDIOSCIENCE","features":[427]},{"name":"MM_AURAVISION","features":[427]},{"name":"MM_AUREAL","features":[427]},{"name":"MM_AUREAL_AU8820","features":[427]},{"name":"MM_AUREAL_AU8830","features":[427]},{"name":"MM_AZTECH","features":[427]},{"name":"MM_AZTECH_AUX","features":[427]},{"name":"MM_AZTECH_AUX_CD","features":[427]},{"name":"MM_AZTECH_AUX_LINE","features":[427]},{"name":"MM_AZTECH_AUX_MIC","features":[427]},{"name":"MM_AZTECH_DSP16_FMSYNTH","features":[427]},{"name":"MM_AZTECH_DSP16_WAVEIN","features":[427]},{"name":"MM_AZTECH_DSP16_WAVEOUT","features":[427]},{"name":"MM_AZTECH_DSP16_WAVESYNTH","features":[427]},{"name":"MM_AZTECH_FMSYNTH","features":[427]},{"name":"MM_AZTECH_MIDIIN","features":[427]},{"name":"MM_AZTECH_MIDIOUT","features":[427]},{"name":"MM_AZTECH_MIXER","features":[427]},{"name":"MM_AZTECH_NOVA16_MIXER","features":[427]},{"name":"MM_AZTECH_NOVA16_WAVEIN","features":[427]},{"name":"MM_AZTECH_NOVA16_WAVEOUT","features":[427]},{"name":"MM_AZTECH_PRO16_FMSYNTH","features":[427]},{"name":"MM_AZTECH_PRO16_WAVEIN","features":[427]},{"name":"MM_AZTECH_PRO16_WAVEOUT","features":[427]},{"name":"MM_AZTECH_WASH16_MIXER","features":[427]},{"name":"MM_AZTECH_WASH16_WAVEIN","features":[427]},{"name":"MM_AZTECH_WASH16_WAVEOUT","features":[427]},{"name":"MM_AZTECH_WAVEIN","features":[427]},{"name":"MM_AZTECH_WAVEOUT","features":[427]},{"name":"MM_BCB","features":[427]},{"name":"MM_BCB_NETBOARD_10","features":[427]},{"name":"MM_BCB_TT75_10","features":[427]},{"name":"MM_BECUBED","features":[427]},{"name":"MM_BERCOS","features":[427]},{"name":"MM_BERCOS_MIXER","features":[427]},{"name":"MM_BERCOS_WAVEIN","features":[427]},{"name":"MM_BERCOS_WAVEOUT","features":[427]},{"name":"MM_BERKOM","features":[427]},{"name":"MM_BINTEC","features":[427]},{"name":"MM_BINTEC_TAPI_WAVE","features":[427]},{"name":"MM_BROOKTREE","features":[427]},{"name":"MM_BTV_AUX_CD","features":[427]},{"name":"MM_BTV_AUX_LINE","features":[427]},{"name":"MM_BTV_AUX_MIC","features":[427]},{"name":"MM_BTV_DIGITALIN","features":[427]},{"name":"MM_BTV_DIGITALOUT","features":[427]},{"name":"MM_BTV_MIDIIN","features":[427]},{"name":"MM_BTV_MIDIOUT","features":[427]},{"name":"MM_BTV_MIDISYNTH","features":[427]},{"name":"MM_BTV_MIDIWAVESTREAM","features":[427]},{"name":"MM_BTV_MIXER","features":[427]},{"name":"MM_BTV_WAVEIN","features":[427]},{"name":"MM_BTV_WAVEOUT","features":[427]},{"name":"MM_CANAM","features":[427]},{"name":"MM_CANAM_CBXWAVEIN","features":[427]},{"name":"MM_CANAM_CBXWAVEOUT","features":[427]},{"name":"MM_CANOPUS","features":[427]},{"name":"MM_CANOPUS_ACM_DVREX","features":[427]},{"name":"MM_CASIO","features":[427]},{"name":"MM_CASIO_LSG_MIDIOUT","features":[427]},{"name":"MM_CASIO_WP150_MIDIIN","features":[427]},{"name":"MM_CASIO_WP150_MIDIOUT","features":[427]},{"name":"MM_CAT","features":[427]},{"name":"MM_CAT_WAVEOUT","features":[427]},{"name":"MM_CDPC_AUX","features":[427]},{"name":"MM_CDPC_MIDIIN","features":[427]},{"name":"MM_CDPC_MIDIOUT","features":[427]},{"name":"MM_CDPC_MIXER","features":[427]},{"name":"MM_CDPC_SYNTH","features":[427]},{"name":"MM_CDPC_WAVEIN","features":[427]},{"name":"MM_CDPC_WAVEOUT","features":[427]},{"name":"MM_CHROMATIC","features":[427]},{"name":"MM_CHROMATIC_M1","features":[427]},{"name":"MM_CHROMATIC_M1_AUX","features":[427]},{"name":"MM_CHROMATIC_M1_AUX_CD","features":[427]},{"name":"MM_CHROMATIC_M1_FMSYNTH","features":[427]},{"name":"MM_CHROMATIC_M1_MIDIIN","features":[427]},{"name":"MM_CHROMATIC_M1_MIDIOUT","features":[427]},{"name":"MM_CHROMATIC_M1_MIXER","features":[427]},{"name":"MM_CHROMATIC_M1_MPEGWAVEIN","features":[427]},{"name":"MM_CHROMATIC_M1_MPEGWAVEOUT","features":[427]},{"name":"MM_CHROMATIC_M1_WAVEIN","features":[427]},{"name":"MM_CHROMATIC_M1_WAVEOUT","features":[427]},{"name":"MM_CHROMATIC_M1_WTSYNTH","features":[427]},{"name":"MM_CHROMATIC_M2","features":[427]},{"name":"MM_CHROMATIC_M2_AUX","features":[427]},{"name":"MM_CHROMATIC_M2_AUX_CD","features":[427]},{"name":"MM_CHROMATIC_M2_FMSYNTH","features":[427]},{"name":"MM_CHROMATIC_M2_MIDIIN","features":[427]},{"name":"MM_CHROMATIC_M2_MIDIOUT","features":[427]},{"name":"MM_CHROMATIC_M2_MIXER","features":[427]},{"name":"MM_CHROMATIC_M2_MPEGWAVEIN","features":[427]},{"name":"MM_CHROMATIC_M2_MPEGWAVEOUT","features":[427]},{"name":"MM_CHROMATIC_M2_WAVEIN","features":[427]},{"name":"MM_CHROMATIC_M2_WAVEOUT","features":[427]},{"name":"MM_CHROMATIC_M2_WTSYNTH","features":[427]},{"name":"MM_CIRRUSLOGIC","features":[427]},{"name":"MM_COLORGRAPH","features":[427]},{"name":"MM_COMPAQ","features":[427]},{"name":"MM_COMPAQ_BB_WAVEAUX","features":[427]},{"name":"MM_COMPAQ_BB_WAVEIN","features":[427]},{"name":"MM_COMPAQ_BB_WAVEOUT","features":[427]},{"name":"MM_COMPUSIC","features":[427]},{"name":"MM_COMPUTER_FRIENDS","features":[427]},{"name":"MM_CONCEPTS","features":[427]},{"name":"MM_CONNECTIX","features":[427]},{"name":"MM_CONNECTIX_VIDEC_CODEC","features":[427]},{"name":"MM_CONTROLRES","features":[427]},{"name":"MM_COREDYNAMICS","features":[427]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_VGA","features":[427]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_WAVE_IN","features":[427]},{"name":"MM_COREDYNAMICS_DYNAGRAFX_WAVE_OUT","features":[427]},{"name":"MM_COREDYNAMICS_DYNAMIXHR","features":[427]},{"name":"MM_COREDYNAMICS_DYNASONIX_AUDIO_IN","features":[427]},{"name":"MM_COREDYNAMICS_DYNASONIX_AUDIO_OUT","features":[427]},{"name":"MM_COREDYNAMICS_DYNASONIX_MIDI_IN","features":[427]},{"name":"MM_COREDYNAMICS_DYNASONIX_MIDI_OUT","features":[427]},{"name":"MM_COREDYNAMICS_DYNASONIX_SYNTH","features":[427]},{"name":"MM_COREDYNAMICS_DYNASONIX_WAVE_IN","features":[427]},{"name":"MM_COREDYNAMICS_DYNASONIX_WAVE_OUT","features":[427]},{"name":"MM_CREATIVE","features":[427]},{"name":"MM_CREATIVE_AUX_CD","features":[427]},{"name":"MM_CREATIVE_AUX_LINE","features":[427]},{"name":"MM_CREATIVE_AUX_MASTER","features":[427]},{"name":"MM_CREATIVE_AUX_MIC","features":[427]},{"name":"MM_CREATIVE_AUX_MIDI","features":[427]},{"name":"MM_CREATIVE_AUX_PCSPK","features":[427]},{"name":"MM_CREATIVE_AUX_WAVE","features":[427]},{"name":"MM_CREATIVE_FMSYNTH_MONO","features":[427]},{"name":"MM_CREATIVE_FMSYNTH_STEREO","features":[427]},{"name":"MM_CREATIVE_MIDIIN","features":[427]},{"name":"MM_CREATIVE_MIDIOUT","features":[427]},{"name":"MM_CREATIVE_MIDI_AWE32","features":[427]},{"name":"MM_CREATIVE_PHNBLST_WAVEIN","features":[427]},{"name":"MM_CREATIVE_PHNBLST_WAVEOUT","features":[427]},{"name":"MM_CREATIVE_SB15_WAVEIN","features":[427]},{"name":"MM_CREATIVE_SB15_WAVEOUT","features":[427]},{"name":"MM_CREATIVE_SB16_MIXER","features":[427]},{"name":"MM_CREATIVE_SB20_WAVEIN","features":[427]},{"name":"MM_CREATIVE_SB20_WAVEOUT","features":[427]},{"name":"MM_CREATIVE_SBP16_WAVEIN","features":[427]},{"name":"MM_CREATIVE_SBP16_WAVEOUT","features":[427]},{"name":"MM_CREATIVE_SBPRO_MIXER","features":[427]},{"name":"MM_CREATIVE_SBPRO_WAVEIN","features":[427]},{"name":"MM_CREATIVE_SBPRO_WAVEOUT","features":[427]},{"name":"MM_CRYSTAL","features":[427]},{"name":"MM_CRYSTAL_CS4232_INPUTGAIN_AUX1","features":[427]},{"name":"MM_CRYSTAL_CS4232_INPUTGAIN_LOOP","features":[427]},{"name":"MM_CRYSTAL_CS4232_MIDIIN","features":[427]},{"name":"MM_CRYSTAL_CS4232_MIDIOUT","features":[427]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_AUX1","features":[427]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_AUX2","features":[427]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_LINE","features":[427]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_MASTER","features":[427]},{"name":"MM_CRYSTAL_CS4232_WAVEAUX_MONO","features":[427]},{"name":"MM_CRYSTAL_CS4232_WAVEIN","features":[427]},{"name":"MM_CRYSTAL_CS4232_WAVEMIXER","features":[427]},{"name":"MM_CRYSTAL_CS4232_WAVEOUT","features":[427]},{"name":"MM_CRYSTAL_NET","features":[427]},{"name":"MM_CRYSTAL_SOUND_FUSION_JOYSTICK","features":[427]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIDIIN","features":[427]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIDIOUT","features":[427]},{"name":"MM_CRYSTAL_SOUND_FUSION_MIXER","features":[427]},{"name":"MM_CRYSTAL_SOUND_FUSION_WAVEIN","features":[427]},{"name":"MM_CRYSTAL_SOUND_FUSION_WAVEOUT","features":[427]},{"name":"MM_CS","features":[427]},{"name":"MM_CYRIX","features":[427]},{"name":"MM_CYRIX_XAAUX","features":[427]},{"name":"MM_CYRIX_XAMIDIIN","features":[427]},{"name":"MM_CYRIX_XAMIDIOUT","features":[427]},{"name":"MM_CYRIX_XAMIXER","features":[427]},{"name":"MM_CYRIX_XASYNTH","features":[427]},{"name":"MM_CYRIX_XAWAVEIN","features":[427]},{"name":"MM_CYRIX_XAWAVEOUT","features":[427]},{"name":"MM_DATAFUSION","features":[427]},{"name":"MM_DATARAN","features":[427]},{"name":"MM_DDD","features":[427]},{"name":"MM_DDD_MIDILINK_MIDIIN","features":[427]},{"name":"MM_DDD_MIDILINK_MIDIOUT","features":[427]},{"name":"MM_DF_ACM_G726","features":[427]},{"name":"MM_DF_ACM_GSM610","features":[427]},{"name":"MM_DIACOUSTICS","features":[427]},{"name":"MM_DIACOUSTICS_DRUM_ACTION","features":[427]},{"name":"MM_DIALOGIC","features":[427]},{"name":"MM_DIAMONDMM","features":[427]},{"name":"MM_DICTAPHONE","features":[427]},{"name":"MM_DICTAPHONE_G726","features":[427]},{"name":"MM_DIGIGRAM","features":[427]},{"name":"MM_DIGITAL","features":[427]},{"name":"MM_DIGITAL_ACM_G723","features":[427]},{"name":"MM_DIGITAL_AUDIO_LABS","features":[427]},{"name":"MM_DIGITAL_AUDIO_LABS_CDLX","features":[427]},{"name":"MM_DIGITAL_AUDIO_LABS_CPRO","features":[427]},{"name":"MM_DIGITAL_AUDIO_LABS_CTDIF","features":[427]},{"name":"MM_DIGITAL_AUDIO_LABS_DOC","features":[427]},{"name":"MM_DIGITAL_AUDIO_LABS_TC","features":[427]},{"name":"MM_DIGITAL_AUDIO_LABS_V8","features":[427]},{"name":"MM_DIGITAL_AUDIO_LABS_VP","features":[427]},{"name":"MM_DIGITAL_AV320_WAVEIN","features":[427]},{"name":"MM_DIGITAL_AV320_WAVEOUT","features":[427]},{"name":"MM_DIGITAL_ICM_H261","features":[427]},{"name":"MM_DIGITAL_ICM_H263","features":[427]},{"name":"MM_DIMD_AUX_LINE","features":[427]},{"name":"MM_DIMD_DIRSOUND","features":[427]},{"name":"MM_DIMD_MIDIIN","features":[427]},{"name":"MM_DIMD_MIDIOUT","features":[427]},{"name":"MM_DIMD_MIXER","features":[427]},{"name":"MM_DIMD_PLATFORM","features":[427]},{"name":"MM_DIMD_VIRTJOY","features":[427]},{"name":"MM_DIMD_VIRTMPU","features":[427]},{"name":"MM_DIMD_VIRTSB","features":[427]},{"name":"MM_DIMD_WAVEIN","features":[427]},{"name":"MM_DIMD_WAVEOUT","features":[427]},{"name":"MM_DIMD_WSS_AUX","features":[427]},{"name":"MM_DIMD_WSS_MIXER","features":[427]},{"name":"MM_DIMD_WSS_SYNTH","features":[427]},{"name":"MM_DIMD_WSS_WAVEIN","features":[427]},{"name":"MM_DIMD_WSS_WAVEOUT","features":[427]},{"name":"MM_DOLBY","features":[427]},{"name":"MM_DPSINC","features":[427]},{"name":"MM_DSP_GROUP","features":[427]},{"name":"MM_DSP_GROUP_TRUESPEECH","features":[427]},{"name":"MM_DSP_SOLUTIONS","features":[427]},{"name":"MM_DSP_SOLUTIONS_AUX","features":[427]},{"name":"MM_DSP_SOLUTIONS_SYNTH","features":[427]},{"name":"MM_DSP_SOLUTIONS_WAVEIN","features":[427]},{"name":"MM_DSP_SOLUTIONS_WAVEOUT","features":[427]},{"name":"MM_DTS","features":[427]},{"name":"MM_DTS_DS","features":[427]},{"name":"MM_DUCK","features":[427]},{"name":"MM_DVISION","features":[427]},{"name":"MM_ECHO","features":[427]},{"name":"MM_ECHO_AUX","features":[427]},{"name":"MM_ECHO_MIDIIN","features":[427]},{"name":"MM_ECHO_MIDIOUT","features":[427]},{"name":"MM_ECHO_SYNTH","features":[427]},{"name":"MM_ECHO_WAVEIN","features":[427]},{"name":"MM_ECHO_WAVEOUT","features":[427]},{"name":"MM_ECS","features":[427]},{"name":"MM_ECS_AADF_MIDI_IN","features":[427]},{"name":"MM_ECS_AADF_MIDI_OUT","features":[427]},{"name":"MM_ECS_AADF_WAVE2MIDI_IN","features":[427]},{"name":"MM_EES","features":[427]},{"name":"MM_EES_PCMIDI14","features":[427]},{"name":"MM_EES_PCMIDI14_IN","features":[427]},{"name":"MM_EES_PCMIDI14_OUT1","features":[427]},{"name":"MM_EES_PCMIDI14_OUT2","features":[427]},{"name":"MM_EES_PCMIDI14_OUT3","features":[427]},{"name":"MM_EES_PCMIDI14_OUT4","features":[427]},{"name":"MM_EMAGIC","features":[427]},{"name":"MM_EMAGIC_UNITOR8","features":[427]},{"name":"MM_EMU","features":[427]},{"name":"MM_EMU_APSMIDIIN","features":[427]},{"name":"MM_EMU_APSMIDIOUT","features":[427]},{"name":"MM_EMU_APSSYNTH","features":[427]},{"name":"MM_EMU_APSWAVEIN","features":[427]},{"name":"MM_EMU_APSWAVEOUT","features":[427]},{"name":"MM_ENET","features":[427]},{"name":"MM_ENET_T2000_HANDSETIN","features":[427]},{"name":"MM_ENET_T2000_HANDSETOUT","features":[427]},{"name":"MM_ENET_T2000_LINEIN","features":[427]},{"name":"MM_ENET_T2000_LINEOUT","features":[427]},{"name":"MM_ENSONIQ","features":[427]},{"name":"MM_ENSONIQ_SOUNDSCAPE","features":[427]},{"name":"MM_EPSON","features":[427]},{"name":"MM_EPS_FMSND","features":[427]},{"name":"MM_ESS","features":[427]},{"name":"MM_ESS_AMAUX","features":[427]},{"name":"MM_ESS_AMMIDIIN","features":[427]},{"name":"MM_ESS_AMMIDIOUT","features":[427]},{"name":"MM_ESS_AMSYNTH","features":[427]},{"name":"MM_ESS_AMWAVEIN","features":[427]},{"name":"MM_ESS_AMWAVEOUT","features":[427]},{"name":"MM_ESS_AUX_CD","features":[427]},{"name":"MM_ESS_ES1488_MIXER","features":[427]},{"name":"MM_ESS_ES1488_WAVEIN","features":[427]},{"name":"MM_ESS_ES1488_WAVEOUT","features":[427]},{"name":"MM_ESS_ES1688_MIXER","features":[427]},{"name":"MM_ESS_ES1688_WAVEIN","features":[427]},{"name":"MM_ESS_ES1688_WAVEOUT","features":[427]},{"name":"MM_ESS_ES1788_MIXER","features":[427]},{"name":"MM_ESS_ES1788_WAVEIN","features":[427]},{"name":"MM_ESS_ES1788_WAVEOUT","features":[427]},{"name":"MM_ESS_ES1868_MIXER","features":[427]},{"name":"MM_ESS_ES1868_WAVEIN","features":[427]},{"name":"MM_ESS_ES1868_WAVEOUT","features":[427]},{"name":"MM_ESS_ES1878_MIXER","features":[427]},{"name":"MM_ESS_ES1878_WAVEIN","features":[427]},{"name":"MM_ESS_ES1878_WAVEOUT","features":[427]},{"name":"MM_ESS_ES1888_MIXER","features":[427]},{"name":"MM_ESS_ES1888_WAVEIN","features":[427]},{"name":"MM_ESS_ES1888_WAVEOUT","features":[427]},{"name":"MM_ESS_ES488_MIXER","features":[427]},{"name":"MM_ESS_ES488_WAVEIN","features":[427]},{"name":"MM_ESS_ES488_WAVEOUT","features":[427]},{"name":"MM_ESS_ES688_MIXER","features":[427]},{"name":"MM_ESS_ES688_WAVEIN","features":[427]},{"name":"MM_ESS_ES688_WAVEOUT","features":[427]},{"name":"MM_ESS_MIXER","features":[427]},{"name":"MM_ESS_MPU401_MIDIIN","features":[427]},{"name":"MM_ESS_MPU401_MIDIOUT","features":[427]},{"name":"MM_ETEK","features":[427]},{"name":"MM_ETEK_KWIKMIDI_MIDIIN","features":[427]},{"name":"MM_ETEK_KWIKMIDI_MIDIOUT","features":[427]},{"name":"MM_EUPHONICS","features":[427]},{"name":"MM_EUPHONICS_AUX_CD","features":[427]},{"name":"MM_EUPHONICS_AUX_LINE","features":[427]},{"name":"MM_EUPHONICS_AUX_MASTER","features":[427]},{"name":"MM_EUPHONICS_AUX_MIC","features":[427]},{"name":"MM_EUPHONICS_AUX_MIDI","features":[427]},{"name":"MM_EUPHONICS_AUX_WAVE","features":[427]},{"name":"MM_EUPHONICS_EUSYNTH","features":[427]},{"name":"MM_EUPHONICS_FMSYNTH_MONO","features":[427]},{"name":"MM_EUPHONICS_FMSYNTH_STEREO","features":[427]},{"name":"MM_EUPHONICS_MIDIIN","features":[427]},{"name":"MM_EUPHONICS_MIDIOUT","features":[427]},{"name":"MM_EUPHONICS_MIXER","features":[427]},{"name":"MM_EUPHONICS_WAVEIN","features":[427]},{"name":"MM_EUPHONICS_WAVEOUT","features":[427]},{"name":"MM_EVEREX","features":[427]},{"name":"MM_EVEREX_CARRIER","features":[427]},{"name":"MM_EXAN","features":[427]},{"name":"MM_FAITH","features":[427]},{"name":"MM_FAST","features":[427]},{"name":"MM_FHGIIS_MPEGLAYER3","features":[427]},{"name":"MM_FHGIIS_MPEGLAYER3_ADVANCED","features":[427]},{"name":"MM_FHGIIS_MPEGLAYER3_ADVANCEDPLUS","features":[427]},{"name":"MM_FHGIIS_MPEGLAYER3_BASIC","features":[427]},{"name":"MM_FHGIIS_MPEGLAYER3_DECODE","features":[427]},{"name":"MM_FHGIIS_MPEGLAYER3_LITE","features":[427]},{"name":"MM_FHGIIS_MPEGLAYER3_PROFESSIONAL","features":[427]},{"name":"MM_FLEXION","features":[427]},{"name":"MM_FLEXION_X300_WAVEIN","features":[427]},{"name":"MM_FLEXION_X300_WAVEOUT","features":[427]},{"name":"MM_FORTEMEDIA","features":[427]},{"name":"MM_FORTEMEDIA_AUX","features":[427]},{"name":"MM_FORTEMEDIA_FMSYNC","features":[427]},{"name":"MM_FORTEMEDIA_MIXER","features":[427]},{"name":"MM_FORTEMEDIA_WAVEIN","features":[427]},{"name":"MM_FORTEMEDIA_WAVEOUT","features":[427]},{"name":"MM_FRAUNHOFER_IIS","features":[427]},{"name":"MM_FRONTIER","features":[427]},{"name":"MM_FRONTIER_WAVECENTER_MIDIIN","features":[427]},{"name":"MM_FRONTIER_WAVECENTER_MIDIOUT","features":[427]},{"name":"MM_FRONTIER_WAVECENTER_WAVEIN","features":[427]},{"name":"MM_FRONTIER_WAVECENTER_WAVEOUT","features":[427]},{"name":"MM_FTR","features":[427]},{"name":"MM_FTR_ACM","features":[427]},{"name":"MM_FTR_ENCODER_WAVEIN","features":[427]},{"name":"MM_FUJITSU","features":[427]},{"name":"MM_GADGETLABS","features":[427]},{"name":"MM_GADGETLABS_WAVE42_WAVEIN","features":[427]},{"name":"MM_GADGETLABS_WAVE42_WAVEOUT","features":[427]},{"name":"MM_GADGETLABS_WAVE44_WAVEIN","features":[427]},{"name":"MM_GADGETLABS_WAVE44_WAVEOUT","features":[427]},{"name":"MM_GADGETLABS_WAVE4_MIDIIN","features":[427]},{"name":"MM_GADGETLABS_WAVE4_MIDIOUT","features":[427]},{"name":"MM_GRANDE","features":[427]},{"name":"MM_GRAVIS","features":[427]},{"name":"MM_GUILLEMOT","features":[427]},{"name":"MM_GULBRANSEN","features":[427]},{"name":"MM_HAFTMANN","features":[427]},{"name":"MM_HAFTMANN_LPTDAC2","features":[427]},{"name":"MM_HEADSPACE","features":[427]},{"name":"MM_HEADSPACE_HAEMIXER","features":[427]},{"name":"MM_HEADSPACE_HAESYNTH","features":[427]},{"name":"MM_HEADSPACE_HAEWAVEIN","features":[427]},{"name":"MM_HEADSPACE_HAEWAVEOUT","features":[427]},{"name":"MM_HEWLETT_PACKARD","features":[427]},{"name":"MM_HEWLETT_PACKARD_CU_CODEC","features":[427]},{"name":"MM_HORIZONS","features":[427]},{"name":"MM_HP","features":[427]},{"name":"MM_HP_WAVEIN","features":[427]},{"name":"MM_HP_WAVEOUT","features":[427]},{"name":"MM_HYPERACTIVE","features":[427]},{"name":"MM_IBM","features":[427]},{"name":"MM_IBM_MWAVE_AUX","features":[427]},{"name":"MM_IBM_MWAVE_MIDIIN","features":[427]},{"name":"MM_IBM_MWAVE_MIDIOUT","features":[427]},{"name":"MM_IBM_MWAVE_MIXER","features":[427]},{"name":"MM_IBM_MWAVE_WAVEIN","features":[427]},{"name":"MM_IBM_MWAVE_WAVEOUT","features":[427]},{"name":"MM_IBM_PCMCIA_AUX","features":[427]},{"name":"MM_IBM_PCMCIA_MIDIIN","features":[427]},{"name":"MM_IBM_PCMCIA_MIDIOUT","features":[427]},{"name":"MM_IBM_PCMCIA_SYNTH","features":[427]},{"name":"MM_IBM_PCMCIA_WAVEIN","features":[427]},{"name":"MM_IBM_PCMCIA_WAVEOUT","features":[427]},{"name":"MM_IBM_THINKPAD200","features":[427]},{"name":"MM_IBM_WC_MIDIOUT","features":[427]},{"name":"MM_IBM_WC_MIXEROUT","features":[427]},{"name":"MM_IBM_WC_WAVEOUT","features":[427]},{"name":"MM_ICCC","features":[427]},{"name":"MM_ICCC_UNA3_AUX","features":[427]},{"name":"MM_ICCC_UNA3_MIXER","features":[427]},{"name":"MM_ICCC_UNA3_WAVEIN","features":[427]},{"name":"MM_ICCC_UNA3_WAVEOUT","features":[427]},{"name":"MM_ICE","features":[427]},{"name":"MM_ICE_AUX","features":[427]},{"name":"MM_ICE_MIDIIN1","features":[427]},{"name":"MM_ICE_MIDIIN2","features":[427]},{"name":"MM_ICE_MIDIOUT1","features":[427]},{"name":"MM_ICE_MIDIOUT2","features":[427]},{"name":"MM_ICE_MIXER","features":[427]},{"name":"MM_ICE_MTWAVEIN","features":[427]},{"name":"MM_ICE_MTWAVEOUT","features":[427]},{"name":"MM_ICE_SYNTH","features":[427]},{"name":"MM_ICE_WAVEIN","features":[427]},{"name":"MM_ICE_WAVEOUT","features":[427]},{"name":"MM_ICL_PS","features":[427]},{"name":"MM_ICOM_AUX","features":[427]},{"name":"MM_ICOM_LINE","features":[427]},{"name":"MM_ICOM_MIXER","features":[427]},{"name":"MM_ICOM_WAVEIN","features":[427]},{"name":"MM_ICOM_WAVEOUT","features":[427]},{"name":"MM_ICS","features":[427]},{"name":"MM_ICS_2115_LITE_MIDIOUT","features":[427]},{"name":"MM_ICS_2120_LITE_MIDIOUT","features":[427]},{"name":"MM_ICS_WAVEDECK_AUX","features":[427]},{"name":"MM_ICS_WAVEDECK_MIXER","features":[427]},{"name":"MM_ICS_WAVEDECK_SYNTH","features":[427]},{"name":"MM_ICS_WAVEDECK_WAVEIN","features":[427]},{"name":"MM_ICS_WAVEDECK_WAVEOUT","features":[427]},{"name":"MM_ICS_WAVEDEC_SB_AUX","features":[427]},{"name":"MM_ICS_WAVEDEC_SB_FM_MIDIOUT","features":[427]},{"name":"MM_ICS_WAVEDEC_SB_MIXER","features":[427]},{"name":"MM_ICS_WAVEDEC_SB_MPU401_MIDIIN","features":[427]},{"name":"MM_ICS_WAVEDEC_SB_MPU401_MIDIOUT","features":[427]},{"name":"MM_ICS_WAVEDEC_SB_WAVEIN","features":[427]},{"name":"MM_ICS_WAVEDEC_SB_WAVEOUT","features":[427]},{"name":"MM_INSOFT","features":[427]},{"name":"MM_INTEL","features":[427]},{"name":"MM_INTELOPD_AUX","features":[427]},{"name":"MM_INTELOPD_WAVEIN","features":[427]},{"name":"MM_INTELOPD_WAVEOUT","features":[427]},{"name":"MM_INTEL_NSPMODEMLINEIN","features":[427]},{"name":"MM_INTEL_NSPMODEMLINEOUT","features":[427]},{"name":"MM_INTERACTIVE","features":[427]},{"name":"MM_INTERACTIVE_WAVEIN","features":[427]},{"name":"MM_INTERACTIVE_WAVEOUT","features":[427]},{"name":"MM_INTERNET","features":[427]},{"name":"MM_INTERNET_SSW_MIDIIN","features":[427]},{"name":"MM_INTERNET_SSW_MIDIOUT","features":[427]},{"name":"MM_INTERNET_SSW_WAVEIN","features":[427]},{"name":"MM_INTERNET_SSW_WAVEOUT","features":[427]},{"name":"MM_INVISION","features":[427]},{"name":"MM_IODD","features":[427]},{"name":"MM_IOMAGIC","features":[427]},{"name":"MM_IOMAGIC_TEMPO_AUXOUT","features":[427]},{"name":"MM_IOMAGIC_TEMPO_MIDIOUT","features":[427]},{"name":"MM_IOMAGIC_TEMPO_MXDOUT","features":[427]},{"name":"MM_IOMAGIC_TEMPO_SYNTH","features":[427]},{"name":"MM_IOMAGIC_TEMPO_WAVEIN","features":[427]},{"name":"MM_IOMAGIC_TEMPO_WAVEOUT","features":[427]},{"name":"MM_IPI","features":[427]},{"name":"MM_IPI_ACM_HSX","features":[427]},{"name":"MM_IPI_ACM_RPELP","features":[427]},{"name":"MM_IPI_AT_MIXER","features":[427]},{"name":"MM_IPI_AT_WAVEIN","features":[427]},{"name":"MM_IPI_AT_WAVEOUT","features":[427]},{"name":"MM_IPI_WF_ASSS","features":[427]},{"name":"MM_ISOLUTION","features":[427]},{"name":"MM_ISOLUTION_PASCAL","features":[427]},{"name":"MM_ITERATEDSYS","features":[427]},{"name":"MM_ITERATEDSYS_FUFCODEC","features":[427]},{"name":"MM_I_LINK","features":[427]},{"name":"MM_I_LINK_VOICE_CODER","features":[427]},{"name":"MM_KAY_ELEMETRICS","features":[427]},{"name":"MM_KAY_ELEMETRICS_CSL","features":[427]},{"name":"MM_KAY_ELEMETRICS_CSL_4CHANNEL","features":[427]},{"name":"MM_KAY_ELEMETRICS_CSL_DAT","features":[427]},{"name":"MM_KORG","features":[427]},{"name":"MM_KORG_1212IO_MSWAVEIN","features":[427]},{"name":"MM_KORG_1212IO_MSWAVEOUT","features":[427]},{"name":"MM_KORG_PCIF_MIDIIN","features":[427]},{"name":"MM_KORG_PCIF_MIDIOUT","features":[427]},{"name":"MM_LERNOUT_ANDHAUSPIE_LHCODECACM","features":[427]},{"name":"MM_LERNOUT_AND_HAUSPIE","features":[427]},{"name":"MM_LEXICON","features":[427]},{"name":"MM_LEXICON_STUDIO_WAVE_IN","features":[427]},{"name":"MM_LEXICON_STUDIO_WAVE_OUT","features":[427]},{"name":"MM_LOGITECH","features":[427]},{"name":"MM_LUCENT","features":[427]},{"name":"MM_LUCENT_ACM_G723","features":[427]},{"name":"MM_LUCID","features":[427]},{"name":"MM_LUCID_PCI24WAVEIN","features":[427]},{"name":"MM_LUCID_PCI24WAVEOUT","features":[427]},{"name":"MM_LUMINOSITI","features":[427]},{"name":"MM_LUMINOSITI_SCWAVEIN","features":[427]},{"name":"MM_LUMINOSITI_SCWAVEMIX","features":[427]},{"name":"MM_LUMINOSITI_SCWAVEOUT","features":[427]},{"name":"MM_LYNX","features":[427]},{"name":"MM_LYRRUS","features":[427]},{"name":"MM_LYRRUS_BRIDGE_GUITAR","features":[427]},{"name":"MM_MALDEN","features":[427]},{"name":"MM_MARIAN","features":[427]},{"name":"MM_MARIAN_ARC44WAVEIN","features":[427]},{"name":"MM_MARIAN_ARC44WAVEOUT","features":[427]},{"name":"MM_MARIAN_ARC88WAVEIN","features":[427]},{"name":"MM_MARIAN_ARC88WAVEOUT","features":[427]},{"name":"MM_MARIAN_PRODIF24WAVEIN","features":[427]},{"name":"MM_MARIAN_PRODIF24WAVEOUT","features":[427]},{"name":"MM_MATROX_DIV","features":[427]},{"name":"MM_MATSUSHITA","features":[427]},{"name":"MM_MATSUSHITA_AUX","features":[427]},{"name":"MM_MATSUSHITA_FMSYNTH_STEREO","features":[427]},{"name":"MM_MATSUSHITA_MIXER","features":[427]},{"name":"MM_MATSUSHITA_WAVEIN","features":[427]},{"name":"MM_MATSUSHITA_WAVEOUT","features":[427]},{"name":"MM_MEDIASONIC","features":[427]},{"name":"MM_MEDIASONIC_ACM_G723","features":[427]},{"name":"MM_MEDIASONIC_ICOM","features":[427]},{"name":"MM_MEDIATRIX","features":[427]},{"name":"MM_MEDIAVISION","features":[427]},{"name":"MM_MEDIAVISION_CDPC","features":[427]},{"name":"MM_MEDIAVISION_OPUS1208","features":[427]},{"name":"MM_MEDIAVISION_OPUS1216","features":[427]},{"name":"MM_MEDIAVISION_PROAUDIO","features":[427]},{"name":"MM_MEDIAVISION_PROAUDIO_16","features":[427]},{"name":"MM_MEDIAVISION_PROAUDIO_PLUS","features":[427]},{"name":"MM_MEDIAVISION_PROSTUDIO_16","features":[427]},{"name":"MM_MEDIAVISION_THUNDER","features":[427]},{"name":"MM_MEDIAVISION_TPORT","features":[427]},{"name":"MM_MELABS","features":[427]},{"name":"MM_MELABS_MIDI2GO","features":[427]},{"name":"MM_MERGING_MPEGL3","features":[427]},{"name":"MM_MERGING_TECHNOLOGIES","features":[427]},{"name":"MM_METHEUS","features":[427]},{"name":"MM_METHEUS_ZIPPER","features":[427]},{"name":"MM_MICRONAS","features":[427]},{"name":"MM_MICRONAS_CLP833","features":[427]},{"name":"MM_MICRONAS_SC4","features":[427]},{"name":"MM_MINDMAKER","features":[427]},{"name":"MM_MINDMAKER_GC_MIXER","features":[427]},{"name":"MM_MINDMAKER_GC_WAVEIN","features":[427]},{"name":"MM_MINDMAKER_GC_WAVEOUT","features":[427]},{"name":"MM_MIRO","features":[427]},{"name":"MM_MIRO_DC30_MIX","features":[427]},{"name":"MM_MIRO_DC30_WAVEIN","features":[427]},{"name":"MM_MIRO_DC30_WAVEOUT","features":[427]},{"name":"MM_MIRO_MOVIEPRO","features":[427]},{"name":"MM_MIRO_VIDEOD1","features":[427]},{"name":"MM_MIRO_VIDEODC1TV","features":[427]},{"name":"MM_MIRO_VIDEOTD","features":[427]},{"name":"MM_MITEL","features":[427]},{"name":"MM_MITEL_MEDIAPATH_WAVEIN","features":[427]},{"name":"MM_MITEL_MEDIAPATH_WAVEOUT","features":[427]},{"name":"MM_MITEL_MPA_HANDSET_WAVEIN","features":[427]},{"name":"MM_MITEL_MPA_HANDSET_WAVEOUT","features":[427]},{"name":"MM_MITEL_MPA_HANDSFREE_WAVEIN","features":[427]},{"name":"MM_MITEL_MPA_HANDSFREE_WAVEOUT","features":[427]},{"name":"MM_MITEL_MPA_LINE1_WAVEIN","features":[427]},{"name":"MM_MITEL_MPA_LINE1_WAVEOUT","features":[427]},{"name":"MM_MITEL_MPA_LINE2_WAVEIN","features":[427]},{"name":"MM_MITEL_MPA_LINE2_WAVEOUT","features":[427]},{"name":"MM_MITEL_TALKTO_BRIDGED_WAVEIN","features":[427]},{"name":"MM_MITEL_TALKTO_BRIDGED_WAVEOUT","features":[427]},{"name":"MM_MITEL_TALKTO_HANDSET_WAVEIN","features":[427]},{"name":"MM_MITEL_TALKTO_HANDSET_WAVEOUT","features":[427]},{"name":"MM_MITEL_TALKTO_LINE_WAVEIN","features":[427]},{"name":"MM_MITEL_TALKTO_LINE_WAVEOUT","features":[427]},{"name":"MM_MMOTION_WAVEAUX","features":[427]},{"name":"MM_MMOTION_WAVEIN","features":[427]},{"name":"MM_MMOTION_WAVEOUT","features":[427]},{"name":"MM_MOSCOM","features":[427]},{"name":"MM_MOSCOM_VPC2400_IN","features":[427]},{"name":"MM_MOSCOM_VPC2400_OUT","features":[427]},{"name":"MM_MOTIONPIXELS","features":[427]},{"name":"MM_MOTIONPIXELS_MVI2","features":[427]},{"name":"MM_MOTOROLA","features":[427]},{"name":"MM_MOTU","features":[427]},{"name":"MM_MOTU_DTX_MIDI_IN_A","features":[427]},{"name":"MM_MOTU_DTX_MIDI_IN_B","features":[427]},{"name":"MM_MOTU_DTX_MIDI_IN_SYNC","features":[427]},{"name":"MM_MOTU_DTX_MIDI_OUT_A","features":[427]},{"name":"MM_MOTU_DTX_MIDI_OUT_B","features":[427]},{"name":"MM_MOTU_FLYER_MIDI_IN_A","features":[427]},{"name":"MM_MOTU_FLYER_MIDI_IN_B","features":[427]},{"name":"MM_MOTU_FLYER_MIDI_IN_SYNC","features":[427]},{"name":"MM_MOTU_FLYER_MIDI_OUT_A","features":[427]},{"name":"MM_MOTU_FLYER_MIDI_OUT_B","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIIN_1","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIIN_2","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIIN_3","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIIN_4","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIIN_5","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIIN_6","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIIN_7","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIIN_8","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIIN_ADAT","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIIN_SYNC","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIOUT_1","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIOUT_2","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIOUT_3","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIOUT_4","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIOUT_5","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIOUT_6","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIOUT_7","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIOUT_8","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIOUT_ADAT","features":[427]},{"name":"MM_MOTU_MTPAV_MIDIOUT_ALL","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_1","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_2","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_3","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_4","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_5","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_6","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_7","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIIN_8","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_1","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_2","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_3","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_4","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_5","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_6","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_7","features":[427]},{"name":"MM_MOTU_MTPAV_NET_MIDIOUT_8","features":[427]},{"name":"MM_MOTU_MTPII_MIDIIN_1","features":[427]},{"name":"MM_MOTU_MTPII_MIDIIN_2","features":[427]},{"name":"MM_MOTU_MTPII_MIDIIN_3","features":[427]},{"name":"MM_MOTU_MTPII_MIDIIN_4","features":[427]},{"name":"MM_MOTU_MTPII_MIDIIN_5","features":[427]},{"name":"MM_MOTU_MTPII_MIDIIN_6","features":[427]},{"name":"MM_MOTU_MTPII_MIDIIN_7","features":[427]},{"name":"MM_MOTU_MTPII_MIDIIN_8","features":[427]},{"name":"MM_MOTU_MTPII_MIDIIN_SYNC","features":[427]},{"name":"MM_MOTU_MTPII_MIDIOUT_1","features":[427]},{"name":"MM_MOTU_MTPII_MIDIOUT_2","features":[427]},{"name":"MM_MOTU_MTPII_MIDIOUT_3","features":[427]},{"name":"MM_MOTU_MTPII_MIDIOUT_4","features":[427]},{"name":"MM_MOTU_MTPII_MIDIOUT_5","features":[427]},{"name":"MM_MOTU_MTPII_MIDIOUT_6","features":[427]},{"name":"MM_MOTU_MTPII_MIDIOUT_7","features":[427]},{"name":"MM_MOTU_MTPII_MIDIOUT_8","features":[427]},{"name":"MM_MOTU_MTPII_MIDIOUT_ALL","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_1","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_2","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_3","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_4","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_5","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_6","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_7","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIIN_8","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_1","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_2","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_3","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_4","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_5","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_6","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_7","features":[427]},{"name":"MM_MOTU_MTPII_NET_MIDIOUT_8","features":[427]},{"name":"MM_MOTU_MTP_MIDIIN_1","features":[427]},{"name":"MM_MOTU_MTP_MIDIIN_2","features":[427]},{"name":"MM_MOTU_MTP_MIDIIN_3","features":[427]},{"name":"MM_MOTU_MTP_MIDIIN_4","features":[427]},{"name":"MM_MOTU_MTP_MIDIIN_5","features":[427]},{"name":"MM_MOTU_MTP_MIDIIN_6","features":[427]},{"name":"MM_MOTU_MTP_MIDIIN_7","features":[427]},{"name":"MM_MOTU_MTP_MIDIIN_8","features":[427]},{"name":"MM_MOTU_MTP_MIDIOUT_1","features":[427]},{"name":"MM_MOTU_MTP_MIDIOUT_2","features":[427]},{"name":"MM_MOTU_MTP_MIDIOUT_3","features":[427]},{"name":"MM_MOTU_MTP_MIDIOUT_4","features":[427]},{"name":"MM_MOTU_MTP_MIDIOUT_5","features":[427]},{"name":"MM_MOTU_MTP_MIDIOUT_6","features":[427]},{"name":"MM_MOTU_MTP_MIDIOUT_7","features":[427]},{"name":"MM_MOTU_MTP_MIDIOUT_8","features":[427]},{"name":"MM_MOTU_MTP_MIDIOUT_ALL","features":[427]},{"name":"MM_MOTU_MXN_MIDIIN_1","features":[427]},{"name":"MM_MOTU_MXN_MIDIIN_2","features":[427]},{"name":"MM_MOTU_MXN_MIDIIN_3","features":[427]},{"name":"MM_MOTU_MXN_MIDIIN_4","features":[427]},{"name":"MM_MOTU_MXN_MIDIIN_SYNC","features":[427]},{"name":"MM_MOTU_MXN_MIDIOUT_1","features":[427]},{"name":"MM_MOTU_MXN_MIDIOUT_2","features":[427]},{"name":"MM_MOTU_MXN_MIDIOUT_3","features":[427]},{"name":"MM_MOTU_MXN_MIDIOUT_4","features":[427]},{"name":"MM_MOTU_MXN_MIDIOUT_ALL","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIIN_1","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIIN_2","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIIN_3","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIIN_4","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIIN_5","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIIN_6","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIIN_SYNC","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_1","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_2","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_3","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_4","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_5","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_6","features":[427]},{"name":"MM_MOTU_MXPMPU_MIDIOUT_ALL","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIIN_1","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIIN_2","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIIN_3","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIIN_4","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIIN_5","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIIN_6","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIIN_7","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIIN_8","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIIN_SYNC","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIOUT_1","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIOUT_2","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIOUT_3","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIOUT_4","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIOUT_5","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIOUT_6","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIOUT_7","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIOUT_8","features":[427]},{"name":"MM_MOTU_MXPXT_MIDIOUT_ALL","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_1","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_2","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_3","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_4","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_5","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIIN_6","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_1","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_2","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_3","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_4","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_5","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_6","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_MIDIOUT_ALL","features":[427]},{"name":"MM_MOTU_MXP_MIDIIN_SYNC","features":[427]},{"name":"MM_MOTU_PKX_MIDI_IN_A","features":[427]},{"name":"MM_MOTU_PKX_MIDI_IN_B","features":[427]},{"name":"MM_MOTU_PKX_MIDI_IN_SYNC","features":[427]},{"name":"MM_MOTU_PKX_MIDI_OUT_A","features":[427]},{"name":"MM_MOTU_PKX_MIDI_OUT_B","features":[427]},{"name":"MM_MPTUS","features":[427]},{"name":"MM_MPTUS_SPWAVEOUT","features":[427]},{"name":"MM_MSFT_ACM_G711","features":[427]},{"name":"MM_MSFT_ACM_GSM610","features":[427]},{"name":"MM_MSFT_ACM_IMAADPCM","features":[427]},{"name":"MM_MSFT_ACM_MSADPCM","features":[427]},{"name":"MM_MSFT_ACM_MSAUDIO1","features":[427]},{"name":"MM_MSFT_ACM_MSFILTER","features":[427]},{"name":"MM_MSFT_ACM_MSG723","features":[427]},{"name":"MM_MSFT_ACM_MSNAUDIO","features":[427]},{"name":"MM_MSFT_ACM_MSRT24","features":[427]},{"name":"MM_MSFT_ACM_PCM","features":[427]},{"name":"MM_MSFT_ACM_WMAUDIO","features":[427]},{"name":"MM_MSFT_ACM_WMAUDIO2","features":[427]},{"name":"MM_MSFT_GENERIC_AUX_CD","features":[427]},{"name":"MM_MSFT_GENERIC_AUX_LINE","features":[427]},{"name":"MM_MSFT_GENERIC_AUX_MIC","features":[427]},{"name":"MM_MSFT_GENERIC_MIDIIN","features":[427]},{"name":"MM_MSFT_GENERIC_MIDIOUT","features":[427]},{"name":"MM_MSFT_GENERIC_MIDISYNTH","features":[427]},{"name":"MM_MSFT_GENERIC_WAVEIN","features":[427]},{"name":"MM_MSFT_GENERIC_WAVEOUT","features":[427]},{"name":"MM_MSFT_MSACM","features":[427]},{"name":"MM_MSFT_MSOPL_SYNTH","features":[427]},{"name":"MM_MSFT_SB16_AUX_CD","features":[427]},{"name":"MM_MSFT_SB16_AUX_LINE","features":[427]},{"name":"MM_MSFT_SB16_MIDIIN","features":[427]},{"name":"MM_MSFT_SB16_MIDIOUT","features":[427]},{"name":"MM_MSFT_SB16_MIXER","features":[427]},{"name":"MM_MSFT_SB16_SYNTH","features":[427]},{"name":"MM_MSFT_SB16_WAVEIN","features":[427]},{"name":"MM_MSFT_SB16_WAVEOUT","features":[427]},{"name":"MM_MSFT_SBPRO_AUX_CD","features":[427]},{"name":"MM_MSFT_SBPRO_AUX_LINE","features":[427]},{"name":"MM_MSFT_SBPRO_MIDIIN","features":[427]},{"name":"MM_MSFT_SBPRO_MIDIOUT","features":[427]},{"name":"MM_MSFT_SBPRO_MIXER","features":[427]},{"name":"MM_MSFT_SBPRO_SYNTH","features":[427]},{"name":"MM_MSFT_SBPRO_WAVEIN","features":[427]},{"name":"MM_MSFT_SBPRO_WAVEOUT","features":[427]},{"name":"MM_MSFT_VMDMS_HANDSET_WAVEIN","features":[427]},{"name":"MM_MSFT_VMDMS_HANDSET_WAVEOUT","features":[427]},{"name":"MM_MSFT_VMDMS_LINE_WAVEIN","features":[427]},{"name":"MM_MSFT_VMDMS_LINE_WAVEOUT","features":[427]},{"name":"MM_MSFT_VMDMW_HANDSET_WAVEIN","features":[427]},{"name":"MM_MSFT_VMDMW_HANDSET_WAVEOUT","features":[427]},{"name":"MM_MSFT_VMDMW_LINE_WAVEIN","features":[427]},{"name":"MM_MSFT_VMDMW_LINE_WAVEOUT","features":[427]},{"name":"MM_MSFT_VMDMW_MIXER","features":[427]},{"name":"MM_MSFT_VMDM_GAME_WAVEIN","features":[427]},{"name":"MM_MSFT_VMDM_GAME_WAVEOUT","features":[427]},{"name":"MM_MSFT_WDMAUDIO_AUX","features":[427]},{"name":"MM_MSFT_WDMAUDIO_MIDIIN","features":[427]},{"name":"MM_MSFT_WDMAUDIO_MIDIOUT","features":[427]},{"name":"MM_MSFT_WDMAUDIO_MIXER","features":[427]},{"name":"MM_MSFT_WDMAUDIO_WAVEIN","features":[427]},{"name":"MM_MSFT_WDMAUDIO_WAVEOUT","features":[427]},{"name":"MM_MSFT_WSS_AUX","features":[427]},{"name":"MM_MSFT_WSS_FMSYNTH_STEREO","features":[427]},{"name":"MM_MSFT_WSS_MIXER","features":[427]},{"name":"MM_MSFT_WSS_NT_AUX","features":[427]},{"name":"MM_MSFT_WSS_NT_FMSYNTH_STEREO","features":[427]},{"name":"MM_MSFT_WSS_NT_MIXER","features":[427]},{"name":"MM_MSFT_WSS_NT_WAVEIN","features":[427]},{"name":"MM_MSFT_WSS_NT_WAVEOUT","features":[427]},{"name":"MM_MSFT_WSS_OEM_AUX","features":[427]},{"name":"MM_MSFT_WSS_OEM_FMSYNTH_STEREO","features":[427]},{"name":"MM_MSFT_WSS_OEM_MIXER","features":[427]},{"name":"MM_MSFT_WSS_OEM_WAVEIN","features":[427]},{"name":"MM_MSFT_WSS_OEM_WAVEOUT","features":[427]},{"name":"MM_MSFT_WSS_WAVEIN","features":[427]},{"name":"MM_MSFT_WSS_WAVEOUT","features":[427]},{"name":"MM_MWM","features":[427]},{"name":"MM_NCR","features":[427]},{"name":"MM_NCR_BA_AUX","features":[427]},{"name":"MM_NCR_BA_MIXER","features":[427]},{"name":"MM_NCR_BA_SYNTH","features":[427]},{"name":"MM_NCR_BA_WAVEIN","features":[427]},{"name":"MM_NCR_BA_WAVEOUT","features":[427]},{"name":"MM_NEC","features":[427]},{"name":"MM_NEC_26_SYNTH","features":[427]},{"name":"MM_NEC_73_86_SYNTH","features":[427]},{"name":"MM_NEC_73_86_WAVEIN","features":[427]},{"name":"MM_NEC_73_86_WAVEOUT","features":[427]},{"name":"MM_NEC_JOYSTICK","features":[427]},{"name":"MM_NEC_MPU401_MIDIIN","features":[427]},{"name":"MM_NEC_MPU401_MIDIOUT","features":[427]},{"name":"MM_NEOMAGIC","features":[427]},{"name":"MM_NEOMAGIC_AUX","features":[427]},{"name":"MM_NEOMAGIC_MIDIIN","features":[427]},{"name":"MM_NEOMAGIC_MIDIOUT","features":[427]},{"name":"MM_NEOMAGIC_MW3DX_AUX","features":[427]},{"name":"MM_NEOMAGIC_MW3DX_FMSYNTH","features":[427]},{"name":"MM_NEOMAGIC_MW3DX_GMSYNTH","features":[427]},{"name":"MM_NEOMAGIC_MW3DX_MIDIIN","features":[427]},{"name":"MM_NEOMAGIC_MW3DX_MIDIOUT","features":[427]},{"name":"MM_NEOMAGIC_MW3DX_MIXER","features":[427]},{"name":"MM_NEOMAGIC_MW3DX_WAVEIN","features":[427]},{"name":"MM_NEOMAGIC_MW3DX_WAVEOUT","features":[427]},{"name":"MM_NEOMAGIC_MWAVE_AUX","features":[427]},{"name":"MM_NEOMAGIC_MWAVE_MIDIIN","features":[427]},{"name":"MM_NEOMAGIC_MWAVE_MIDIOUT","features":[427]},{"name":"MM_NEOMAGIC_MWAVE_MIXER","features":[427]},{"name":"MM_NEOMAGIC_MWAVE_WAVEIN","features":[427]},{"name":"MM_NEOMAGIC_MWAVE_WAVEOUT","features":[427]},{"name":"MM_NEOMAGIC_SYNTH","features":[427]},{"name":"MM_NEOMAGIC_WAVEIN","features":[427]},{"name":"MM_NEOMAGIC_WAVEOUT","features":[427]},{"name":"MM_NETSCAPE","features":[427]},{"name":"MM_NETXL","features":[427]},{"name":"MM_NETXL_XLVIDEO","features":[427]},{"name":"MM_NEWMEDIA","features":[427]},{"name":"MM_NEWMEDIA_WAVJAMMER","features":[427]},{"name":"MM_NMP","features":[427]},{"name":"MM_NMP_ACM_AMR","features":[427]},{"name":"MM_NMP_CCP_WAVEIN","features":[427]},{"name":"MM_NMP_CCP_WAVEOUT","features":[427]},{"name":"MM_NMS","features":[427]},{"name":"MM_NOGATECH","features":[427]},{"name":"MM_NORRIS","features":[427]},{"name":"MM_NORRIS_VOICELINK","features":[427]},{"name":"MM_NORTEL_MPXAC_WAVEIN","features":[427]},{"name":"MM_NORTEL_MPXAC_WAVEOUT","features":[427]},{"name":"MM_NORTHERN_TELECOM","features":[427]},{"name":"MM_NVIDIA","features":[427]},{"name":"MM_NVIDIA_AUX","features":[427]},{"name":"MM_NVIDIA_GAMEPORT","features":[427]},{"name":"MM_NVIDIA_MIDIIN","features":[427]},{"name":"MM_NVIDIA_MIDIOUT","features":[427]},{"name":"MM_NVIDIA_MIXER","features":[427]},{"name":"MM_NVIDIA_WAVEIN","features":[427]},{"name":"MM_NVIDIA_WAVEOUT","features":[427]},{"name":"MM_OKI","features":[427]},{"name":"MM_OKSORI","features":[427]},{"name":"MM_OKSORI_BASE","features":[427]},{"name":"MM_OKSORI_EXT_MIC1","features":[427]},{"name":"MM_OKSORI_EXT_MIC2","features":[427]},{"name":"MM_OKSORI_FM_OPL4","features":[427]},{"name":"MM_OKSORI_MIDIIN","features":[427]},{"name":"MM_OKSORI_MIDIOUT","features":[427]},{"name":"MM_OKSORI_MIX_AUX1","features":[427]},{"name":"MM_OKSORI_MIX_CD","features":[427]},{"name":"MM_OKSORI_MIX_ECHO","features":[427]},{"name":"MM_OKSORI_MIX_FM","features":[427]},{"name":"MM_OKSORI_MIX_LINE","features":[427]},{"name":"MM_OKSORI_MIX_LINE1","features":[427]},{"name":"MM_OKSORI_MIX_MASTER","features":[427]},{"name":"MM_OKSORI_MIX_MIC","features":[427]},{"name":"MM_OKSORI_MIX_WAVE","features":[427]},{"name":"MM_OKSORI_MPEG_CDVISION","features":[427]},{"name":"MM_OKSORI_OSR16_WAVEIN","features":[427]},{"name":"MM_OKSORI_OSR16_WAVEOUT","features":[427]},{"name":"MM_OKSORI_OSR8_WAVEIN","features":[427]},{"name":"MM_OKSORI_OSR8_WAVEOUT","features":[427]},{"name":"MM_OLIVETTI","features":[427]},{"name":"MM_OLIVETTI_ACM_ADPCM","features":[427]},{"name":"MM_OLIVETTI_ACM_CELP","features":[427]},{"name":"MM_OLIVETTI_ACM_GSM","features":[427]},{"name":"MM_OLIVETTI_ACM_OPR","features":[427]},{"name":"MM_OLIVETTI_ACM_SBC","features":[427]},{"name":"MM_OLIVETTI_AUX","features":[427]},{"name":"MM_OLIVETTI_JOYSTICK","features":[427]},{"name":"MM_OLIVETTI_MIDIIN","features":[427]},{"name":"MM_OLIVETTI_MIDIOUT","features":[427]},{"name":"MM_OLIVETTI_MIXER","features":[427]},{"name":"MM_OLIVETTI_SYNTH","features":[427]},{"name":"MM_OLIVETTI_WAVEIN","features":[427]},{"name":"MM_OLIVETTI_WAVEOUT","features":[427]},{"name":"MM_ONLIVE","features":[427]},{"name":"MM_ONLIVE_MPCODEC","features":[427]},{"name":"MM_OPCODE","features":[427]},{"name":"MM_OPTI","features":[427]},{"name":"MM_OPTI_M16_AUX","features":[427]},{"name":"MM_OPTI_M16_FMSYNTH_STEREO","features":[427]},{"name":"MM_OPTI_M16_MIDIIN","features":[427]},{"name":"MM_OPTI_M16_MIDIOUT","features":[427]},{"name":"MM_OPTI_M16_MIXER","features":[427]},{"name":"MM_OPTI_M16_WAVEIN","features":[427]},{"name":"MM_OPTI_M16_WAVEOUT","features":[427]},{"name":"MM_OPTI_M32_AUX","features":[427]},{"name":"MM_OPTI_M32_MIDIIN","features":[427]},{"name":"MM_OPTI_M32_MIDIOUT","features":[427]},{"name":"MM_OPTI_M32_MIXER","features":[427]},{"name":"MM_OPTI_M32_SYNTH_STEREO","features":[427]},{"name":"MM_OPTI_M32_WAVEIN","features":[427]},{"name":"MM_OPTI_M32_WAVEOUT","features":[427]},{"name":"MM_OPTI_P16_AUX","features":[427]},{"name":"MM_OPTI_P16_FMSYNTH_STEREO","features":[427]},{"name":"MM_OPTI_P16_MIDIIN","features":[427]},{"name":"MM_OPTI_P16_MIDIOUT","features":[427]},{"name":"MM_OPTI_P16_MIXER","features":[427]},{"name":"MM_OPTI_P16_WAVEIN","features":[427]},{"name":"MM_OPTI_P16_WAVEOUT","features":[427]},{"name":"MM_OPUS1208_AUX","features":[427]},{"name":"MM_OPUS1208_MIXER","features":[427]},{"name":"MM_OPUS1208_SYNTH","features":[427]},{"name":"MM_OPUS1208_WAVEIN","features":[427]},{"name":"MM_OPUS1208_WAVEOUT","features":[427]},{"name":"MM_OPUS1216_AUX","features":[427]},{"name":"MM_OPUS1216_MIDIIN","features":[427]},{"name":"MM_OPUS1216_MIDIOUT","features":[427]},{"name":"MM_OPUS1216_MIXER","features":[427]},{"name":"MM_OPUS1216_SYNTH","features":[427]},{"name":"MM_OPUS1216_WAVEIN","features":[427]},{"name":"MM_OPUS1216_WAVEOUT","features":[427]},{"name":"MM_OPUS401_MIDIIN","features":[427]},{"name":"MM_OPUS401_MIDIOUT","features":[427]},{"name":"MM_OSITECH","features":[427]},{"name":"MM_OSITECH_TRUMPCARD","features":[427]},{"name":"MM_OSPREY","features":[427]},{"name":"MM_OSPREY_1000WAVEIN","features":[427]},{"name":"MM_OSPREY_1000WAVEOUT","features":[427]},{"name":"MM_OTI","features":[427]},{"name":"MM_OTI_611MIDIN","features":[427]},{"name":"MM_OTI_611MIDIOUT","features":[427]},{"name":"MM_OTI_611MIXER","features":[427]},{"name":"MM_OTI_611WAVEIN","features":[427]},{"name":"MM_OTI_611WAVEOUT","features":[427]},{"name":"MM_PACIFICRESEARCH","features":[427]},{"name":"MM_PCSPEAKER_WAVEOUT","features":[427]},{"name":"MM_PHILIPS_ACM_LPCBB","features":[427]},{"name":"MM_PHILIPS_SPEECH_PROCESSING","features":[427]},{"name":"MM_PHONET","features":[427]},{"name":"MM_PHONET_PP_MIXER","features":[427]},{"name":"MM_PHONET_PP_WAVEIN","features":[427]},{"name":"MM_PHONET_PP_WAVEOUT","features":[427]},{"name":"MM_PICTURETEL","features":[427]},{"name":"MM_PID_UNMAPPED","features":[427]},{"name":"MM_PINNACLE","features":[427]},{"name":"MM_PRAGMATRAX","features":[427]},{"name":"MM_PRECEPT","features":[427]},{"name":"MM_PROAUD_16_AUX","features":[427]},{"name":"MM_PROAUD_16_MIDIIN","features":[427]},{"name":"MM_PROAUD_16_MIDIOUT","features":[427]},{"name":"MM_PROAUD_16_MIXER","features":[427]},{"name":"MM_PROAUD_16_SYNTH","features":[427]},{"name":"MM_PROAUD_16_WAVEIN","features":[427]},{"name":"MM_PROAUD_16_WAVEOUT","features":[427]},{"name":"MM_PROAUD_AUX","features":[427]},{"name":"MM_PROAUD_MIDIIN","features":[427]},{"name":"MM_PROAUD_MIDIOUT","features":[427]},{"name":"MM_PROAUD_MIXER","features":[427]},{"name":"MM_PROAUD_PLUS_AUX","features":[427]},{"name":"MM_PROAUD_PLUS_MIDIIN","features":[427]},{"name":"MM_PROAUD_PLUS_MIDIOUT","features":[427]},{"name":"MM_PROAUD_PLUS_MIXER","features":[427]},{"name":"MM_PROAUD_PLUS_SYNTH","features":[427]},{"name":"MM_PROAUD_PLUS_WAVEIN","features":[427]},{"name":"MM_PROAUD_PLUS_WAVEOUT","features":[427]},{"name":"MM_PROAUD_SYNTH","features":[427]},{"name":"MM_PROAUD_WAVEIN","features":[427]},{"name":"MM_PROAUD_WAVEOUT","features":[427]},{"name":"MM_QCIAR","features":[427]},{"name":"MM_QDESIGN","features":[427]},{"name":"MM_QDESIGN_ACM_MPEG","features":[427]},{"name":"MM_QDESIGN_ACM_QDESIGN_MUSIC","features":[427]},{"name":"MM_QTEAM","features":[427]},{"name":"MM_QUALCOMM","features":[427]},{"name":"MM_QUANTUM3D","features":[427]},{"name":"MM_QUARTERDECK","features":[427]},{"name":"MM_QUARTERDECK_LHWAVEIN","features":[427]},{"name":"MM_QUARTERDECK_LHWAVEOUT","features":[427]},{"name":"MM_QUICKAUDIO","features":[427]},{"name":"MM_QUICKAUDIO_MAXIMIDI","features":[427]},{"name":"MM_QUICKAUDIO_MINIMIDI","features":[427]},{"name":"MM_QUICKNET","features":[427]},{"name":"MM_QUICKNET_PJWAVEIN","features":[427]},{"name":"MM_QUICKNET_PJWAVEOUT","features":[427]},{"name":"MM_RADIUS","features":[427]},{"name":"MM_RHETOREX","features":[427]},{"name":"MM_RHETOREX_WAVEIN","features":[427]},{"name":"MM_RHETOREX_WAVEOUT","features":[427]},{"name":"MM_RICHMOND","features":[427]},{"name":"MM_ROCKWELL","features":[427]},{"name":"MM_ROLAND","features":[427]},{"name":"MM_ROLAND_MPU401_MIDIIN","features":[427]},{"name":"MM_ROLAND_MPU401_MIDIOUT","features":[427]},{"name":"MM_ROLAND_RAP10_MIDIIN","features":[427]},{"name":"MM_ROLAND_RAP10_MIDIOUT","features":[427]},{"name":"MM_ROLAND_RAP10_SYNTH","features":[427]},{"name":"MM_ROLAND_RAP10_WAVEIN","features":[427]},{"name":"MM_ROLAND_RAP10_WAVEOUT","features":[427]},{"name":"MM_ROLAND_SC7_MIDIIN","features":[427]},{"name":"MM_ROLAND_SC7_MIDIOUT","features":[427]},{"name":"MM_ROLAND_SCP_AUX","features":[427]},{"name":"MM_ROLAND_SCP_MIDIIN","features":[427]},{"name":"MM_ROLAND_SCP_MIDIOUT","features":[427]},{"name":"MM_ROLAND_SCP_MIXER","features":[427]},{"name":"MM_ROLAND_SCP_WAVEIN","features":[427]},{"name":"MM_ROLAND_SCP_WAVEOUT","features":[427]},{"name":"MM_ROLAND_SERIAL_MIDIIN","features":[427]},{"name":"MM_ROLAND_SERIAL_MIDIOUT","features":[427]},{"name":"MM_ROLAND_SMPU_MIDIINA","features":[427]},{"name":"MM_ROLAND_SMPU_MIDIINB","features":[427]},{"name":"MM_ROLAND_SMPU_MIDIOUTA","features":[427]},{"name":"MM_ROLAND_SMPU_MIDIOUTB","features":[427]},{"name":"MM_RZS","features":[427]},{"name":"MM_RZS_ACM_TUBGSM","features":[427]},{"name":"MM_S3","features":[427]},{"name":"MM_S3_AUX","features":[427]},{"name":"MM_S3_FMSYNTH","features":[427]},{"name":"MM_S3_MIDIIN","features":[427]},{"name":"MM_S3_MIDIOUT","features":[427]},{"name":"MM_S3_MIXER","features":[427]},{"name":"MM_S3_WAVEIN","features":[427]},{"name":"MM_S3_WAVEOUT","features":[427]},{"name":"MM_SANYO","features":[427]},{"name":"MM_SANYO_ACM_LD_ADPCM","features":[427]},{"name":"MM_SCALACS","features":[427]},{"name":"MM_SEERSYS","features":[427]},{"name":"MM_SEERSYS_REALITY","features":[427]},{"name":"MM_SEERSYS_SEERMIX","features":[427]},{"name":"MM_SEERSYS_SEERSYNTH","features":[427]},{"name":"MM_SEERSYS_SEERWAVE","features":[427]},{"name":"MM_SEERSYS_WAVESYNTH","features":[427]},{"name":"MM_SEERSYS_WAVESYNTH_WG","features":[427]},{"name":"MM_SELSIUS_SYSTEMS","features":[427]},{"name":"MM_SELSIUS_SYSTEMS_RTPWAVEIN","features":[427]},{"name":"MM_SELSIUS_SYSTEMS_RTPWAVEOUT","features":[427]},{"name":"MM_SGI","features":[427]},{"name":"MM_SGI_320_MIXER","features":[427]},{"name":"MM_SGI_320_WAVEIN","features":[427]},{"name":"MM_SGI_320_WAVEOUT","features":[427]},{"name":"MM_SGI_540_MIXER","features":[427]},{"name":"MM_SGI_540_WAVEIN","features":[427]},{"name":"MM_SGI_540_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADAT8CHAN_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADAT8CHAN_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATMONO1_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATMONO1_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATMONO2_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATMONO2_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATMONO3_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATMONO3_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATMONO4_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATMONO4_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATMONO5_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATMONO5_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATMONO6_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATMONO6_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATMONO7_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATMONO7_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATMONO8_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATMONO8_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATSTEREO12_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATSTEREO12_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATSTEREO32_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATSTEREO34_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATSTEREO56_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATSTEREO56_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_ADATSTEREO78_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_ADATSTEREO78_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_AESMONO1_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_AESMONO1_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_AESMONO2_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_AESMONO2_WAVEOUT","features":[427]},{"name":"MM_SGI_RAD_AESSTEREO_WAVEIN","features":[427]},{"name":"MM_SGI_RAD_AESSTEREO_WAVEOUT","features":[427]},{"name":"MM_SHARP","features":[427]},{"name":"MM_SHARP_MDC_AUX","features":[427]},{"name":"MM_SHARP_MDC_AUX_BASS","features":[427]},{"name":"MM_SHARP_MDC_AUX_CHR","features":[427]},{"name":"MM_SHARP_MDC_AUX_MASTER","features":[427]},{"name":"MM_SHARP_MDC_AUX_MIDI_VOL","features":[427]},{"name":"MM_SHARP_MDC_AUX_RVB","features":[427]},{"name":"MM_SHARP_MDC_AUX_TREBLE","features":[427]},{"name":"MM_SHARP_MDC_AUX_VOL","features":[427]},{"name":"MM_SHARP_MDC_AUX_WAVE_CHR","features":[427]},{"name":"MM_SHARP_MDC_AUX_WAVE_RVB","features":[427]},{"name":"MM_SHARP_MDC_AUX_WAVE_VOL","features":[427]},{"name":"MM_SHARP_MDC_MIDI_IN","features":[427]},{"name":"MM_SHARP_MDC_MIDI_OUT","features":[427]},{"name":"MM_SHARP_MDC_MIDI_SYNTH","features":[427]},{"name":"MM_SHARP_MDC_MIXER","features":[427]},{"name":"MM_SHARP_MDC_WAVE_IN","features":[427]},{"name":"MM_SHARP_MDC_WAVE_OUT","features":[427]},{"name":"MM_SICRESOURCE","features":[427]},{"name":"MM_SICRESOURCE_SSO3D","features":[427]},{"name":"MM_SICRESOURCE_SSOW3DI","features":[427]},{"name":"MM_SIEMENS_SBC","features":[427]},{"name":"MM_SIERRA","features":[427]},{"name":"MM_SIERRA_ARIA_AUX","features":[427]},{"name":"MM_SIERRA_ARIA_AUX2","features":[427]},{"name":"MM_SIERRA_ARIA_MIDIIN","features":[427]},{"name":"MM_SIERRA_ARIA_MIDIOUT","features":[427]},{"name":"MM_SIERRA_ARIA_SYNTH","features":[427]},{"name":"MM_SIERRA_ARIA_WAVEIN","features":[427]},{"name":"MM_SIERRA_ARIA_WAVEOUT","features":[427]},{"name":"MM_SIERRA_QUARTET_AUX_CD","features":[427]},{"name":"MM_SIERRA_QUARTET_AUX_LINE","features":[427]},{"name":"MM_SIERRA_QUARTET_AUX_MODEM","features":[427]},{"name":"MM_SIERRA_QUARTET_MIDIIN","features":[427]},{"name":"MM_SIERRA_QUARTET_MIDIOUT","features":[427]},{"name":"MM_SIERRA_QUARTET_MIXER","features":[427]},{"name":"MM_SIERRA_QUARTET_SYNTH","features":[427]},{"name":"MM_SIERRA_QUARTET_WAVEIN","features":[427]},{"name":"MM_SIERRA_QUARTET_WAVEOUT","features":[427]},{"name":"MM_SILICONSOFT","features":[427]},{"name":"MM_SILICONSOFT_SC1_WAVEIN","features":[427]},{"name":"MM_SILICONSOFT_SC1_WAVEOUT","features":[427]},{"name":"MM_SILICONSOFT_SC2_WAVEIN","features":[427]},{"name":"MM_SILICONSOFT_SC2_WAVEOUT","features":[427]},{"name":"MM_SILICONSOFT_SOUNDJR2PR_WAVEIN","features":[427]},{"name":"MM_SILICONSOFT_SOUNDJR2PR_WAVEOUT","features":[427]},{"name":"MM_SILICONSOFT_SOUNDJR2_WAVEOUT","features":[427]},{"name":"MM_SILICONSOFT_SOUNDJR3_WAVEOUT","features":[427]},{"name":"MM_SIPROLAB","features":[427]},{"name":"MM_SIPROLAB_ACELPNET","features":[427]},{"name":"MM_SNI","features":[427]},{"name":"MM_SNI_ACM_G721","features":[427]},{"name":"MM_SOFTLAB_NSK","features":[427]},{"name":"MM_SOFTLAB_NSK_FRW_AUX","features":[427]},{"name":"MM_SOFTLAB_NSK_FRW_MIXER","features":[427]},{"name":"MM_SOFTLAB_NSK_FRW_WAVEIN","features":[427]},{"name":"MM_SOFTLAB_NSK_FRW_WAVEOUT","features":[427]},{"name":"MM_SOFTSOUND","features":[427]},{"name":"MM_SOFTSOUND_CODEC","features":[427]},{"name":"MM_SONICFOUNDRY","features":[427]},{"name":"MM_SONORUS","features":[427]},{"name":"MM_SONORUS_STUDIO","features":[427]},{"name":"MM_SONY","features":[427]},{"name":"MM_SONY_ACM_SCX","features":[427]},{"name":"MM_SORVIS","features":[427]},{"name":"MM_SOUNDESIGNS","features":[427]},{"name":"MM_SOUNDESIGNS_WAVEIN","features":[427]},{"name":"MM_SOUNDESIGNS_WAVEOUT","features":[427]},{"name":"MM_SOUNDSCAPE_AUX","features":[427]},{"name":"MM_SOUNDSCAPE_MIDIIN","features":[427]},{"name":"MM_SOUNDSCAPE_MIDIOUT","features":[427]},{"name":"MM_SOUNDSCAPE_MIXER","features":[427]},{"name":"MM_SOUNDSCAPE_SYNTH","features":[427]},{"name":"MM_SOUNDSCAPE_WAVEIN","features":[427]},{"name":"MM_SOUNDSCAPE_WAVEOUT","features":[427]},{"name":"MM_SOUNDSCAPE_WAVEOUT_AUX","features":[427]},{"name":"MM_SOUNDSPACE","features":[427]},{"name":"MM_SPECTRUM_PRODUCTIONS","features":[427]},{"name":"MM_SPECTRUM_SIGNAL_PROCESSING","features":[427]},{"name":"MM_SPEECHCOMP","features":[427]},{"name":"MM_SPLASH_STUDIOS","features":[427]},{"name":"MM_SSP_SNDFESAUX","features":[427]},{"name":"MM_SSP_SNDFESMIDIIN","features":[427]},{"name":"MM_SSP_SNDFESMIDIOUT","features":[427]},{"name":"MM_SSP_SNDFESMIX","features":[427]},{"name":"MM_SSP_SNDFESSYNTH","features":[427]},{"name":"MM_SSP_SNDFESWAVEIN","features":[427]},{"name":"MM_SSP_SNDFESWAVEOUT","features":[427]},{"name":"MM_STUDER","features":[427]},{"name":"MM_STUDIO_16_AUX","features":[427]},{"name":"MM_STUDIO_16_MIDIIN","features":[427]},{"name":"MM_STUDIO_16_MIDIOUT","features":[427]},{"name":"MM_STUDIO_16_MIXER","features":[427]},{"name":"MM_STUDIO_16_SYNTH","features":[427]},{"name":"MM_STUDIO_16_WAVEIN","features":[427]},{"name":"MM_STUDIO_16_WAVEOUT","features":[427]},{"name":"MM_ST_MICROELECTRONICS","features":[427]},{"name":"MM_SUNCOM","features":[427]},{"name":"MM_SUPERMAC","features":[427]},{"name":"MM_SYDEC_NV","features":[427]},{"name":"MM_SYDEC_NV_WAVEIN","features":[427]},{"name":"MM_SYDEC_NV_WAVEOUT","features":[427]},{"name":"MM_TANDY","features":[427]},{"name":"MM_TANDY_PSSJWAVEIN","features":[427]},{"name":"MM_TANDY_PSSJWAVEOUT","features":[427]},{"name":"MM_TANDY_SENS_MMAMIDIIN","features":[427]},{"name":"MM_TANDY_SENS_MMAMIDIOUT","features":[427]},{"name":"MM_TANDY_SENS_MMAWAVEIN","features":[427]},{"name":"MM_TANDY_SENS_MMAWAVEOUT","features":[427]},{"name":"MM_TANDY_SENS_VISWAVEOUT","features":[427]},{"name":"MM_TANDY_VISBIOSSYNTH","features":[427]},{"name":"MM_TANDY_VISWAVEIN","features":[427]},{"name":"MM_TANDY_VISWAVEOUT","features":[427]},{"name":"MM_TBS_TROPEZ_AUX1","features":[427]},{"name":"MM_TBS_TROPEZ_AUX2","features":[427]},{"name":"MM_TBS_TROPEZ_LINE","features":[427]},{"name":"MM_TBS_TROPEZ_WAVEIN","features":[427]},{"name":"MM_TBS_TROPEZ_WAVEOUT","features":[427]},{"name":"MM_TDK","features":[427]},{"name":"MM_TDK_MW_AUX","features":[427]},{"name":"MM_TDK_MW_AUX_BASS","features":[427]},{"name":"MM_TDK_MW_AUX_CHR","features":[427]},{"name":"MM_TDK_MW_AUX_MASTER","features":[427]},{"name":"MM_TDK_MW_AUX_MIDI_VOL","features":[427]},{"name":"MM_TDK_MW_AUX_RVB","features":[427]},{"name":"MM_TDK_MW_AUX_TREBLE","features":[427]},{"name":"MM_TDK_MW_AUX_VOL","features":[427]},{"name":"MM_TDK_MW_AUX_WAVE_CHR","features":[427]},{"name":"MM_TDK_MW_AUX_WAVE_RVB","features":[427]},{"name":"MM_TDK_MW_AUX_WAVE_VOL","features":[427]},{"name":"MM_TDK_MW_MIDI_IN","features":[427]},{"name":"MM_TDK_MW_MIDI_OUT","features":[427]},{"name":"MM_TDK_MW_MIDI_SYNTH","features":[427]},{"name":"MM_TDK_MW_MIXER","features":[427]},{"name":"MM_TDK_MW_WAVE_IN","features":[427]},{"name":"MM_TDK_MW_WAVE_OUT","features":[427]},{"name":"MM_TELEKOL","features":[427]},{"name":"MM_TELEKOL_WAVEIN","features":[427]},{"name":"MM_TELEKOL_WAVEOUT","features":[427]},{"name":"MM_TERALOGIC","features":[427]},{"name":"MM_TERRATEC","features":[427]},{"name":"MM_THUNDER_AUX","features":[427]},{"name":"MM_THUNDER_SYNTH","features":[427]},{"name":"MM_THUNDER_WAVEIN","features":[427]},{"name":"MM_THUNDER_WAVEOUT","features":[427]},{"name":"MM_TPORT_SYNTH","features":[427]},{"name":"MM_TPORT_WAVEIN","features":[427]},{"name":"MM_TPORT_WAVEOUT","features":[427]},{"name":"MM_TRUEVISION","features":[427]},{"name":"MM_TRUEVISION_WAVEIN1","features":[427]},{"name":"MM_TRUEVISION_WAVEOUT1","features":[427]},{"name":"MM_TTEWS_AUX","features":[427]},{"name":"MM_TTEWS_MIDIIN","features":[427]},{"name":"MM_TTEWS_MIDIMONITOR","features":[427]},{"name":"MM_TTEWS_MIDIOUT","features":[427]},{"name":"MM_TTEWS_MIDISYNTH","features":[427]},{"name":"MM_TTEWS_MIXER","features":[427]},{"name":"MM_TTEWS_VMIDIIN","features":[427]},{"name":"MM_TTEWS_VMIDIOUT","features":[427]},{"name":"MM_TTEWS_WAVEIN","features":[427]},{"name":"MM_TTEWS_WAVEOUT","features":[427]},{"name":"MM_TURTLE_BEACH","features":[427]},{"name":"MM_UHER_INFORMATIC","features":[427]},{"name":"MM_UH_ACM_ADPCM","features":[427]},{"name":"MM_UNISYS","features":[427]},{"name":"MM_UNISYS_ACM_NAP","features":[427]},{"name":"MM_UNMAPPED","features":[427]},{"name":"MM_VAL","features":[427]},{"name":"MM_VAL_MICROKEY_AP_WAVEIN","features":[427]},{"name":"MM_VAL_MICROKEY_AP_WAVEOUT","features":[427]},{"name":"MM_VANKOEVERING","features":[427]},{"name":"MM_VIA","features":[427]},{"name":"MM_VIA_AUX","features":[427]},{"name":"MM_VIA_MIXER","features":[427]},{"name":"MM_VIA_MPU401_MIDIIN","features":[427]},{"name":"MM_VIA_MPU401_MIDIOUT","features":[427]},{"name":"MM_VIA_SWFM_SYNTH","features":[427]},{"name":"MM_VIA_WAVEIN","features":[427]},{"name":"MM_VIA_WAVEOUT","features":[427]},{"name":"MM_VIA_WDM_MIXER","features":[427]},{"name":"MM_VIA_WDM_MPU401_MIDIIN","features":[427]},{"name":"MM_VIA_WDM_MPU401_MIDIOUT","features":[427]},{"name":"MM_VIA_WDM_WAVEIN","features":[427]},{"name":"MM_VIA_WDM_WAVEOUT","features":[427]},{"name":"MM_VIDEOLOGIC","features":[427]},{"name":"MM_VIDEOLOGIC_MSWAVEIN","features":[427]},{"name":"MM_VIDEOLOGIC_MSWAVEOUT","features":[427]},{"name":"MM_VIENNASYS","features":[427]},{"name":"MM_VIENNASYS_TSP_WAVE_DRIVER","features":[427]},{"name":"MM_VIONA","features":[427]},{"name":"MM_VIONAQVINPCI_WAVEOUT","features":[427]},{"name":"MM_VIONA_BUSTER_MIXER","features":[427]},{"name":"MM_VIONA_CINEMASTER_MIXER","features":[427]},{"name":"MM_VIONA_CONCERTO_MIXER","features":[427]},{"name":"MM_VIONA_QVINPCI_MIXER","features":[427]},{"name":"MM_VIONA_QVINPCI_WAVEIN","features":[427]},{"name":"MM_VIRTUALMUSIC","features":[427]},{"name":"MM_VITEC","features":[427]},{"name":"MM_VITEC_VMAKER","features":[427]},{"name":"MM_VITEC_VMPRO","features":[427]},{"name":"MM_VIVO","features":[427]},{"name":"MM_VIVO_AUDIO_CODEC","features":[427]},{"name":"MM_VKC_MPU401_MIDIIN","features":[427]},{"name":"MM_VKC_MPU401_MIDIOUT","features":[427]},{"name":"MM_VKC_SERIAL_MIDIIN","features":[427]},{"name":"MM_VKC_SERIAL_MIDIOUT","features":[427]},{"name":"MM_VOCALTEC","features":[427]},{"name":"MM_VOCALTEC_WAVEIN","features":[427]},{"name":"MM_VOCALTEC_WAVEOUT","features":[427]},{"name":"MM_VOICEINFO","features":[427]},{"name":"MM_VOICEMIXER","features":[427]},{"name":"MM_VOXWARE","features":[427]},{"name":"MM_VOXWARE_CODEC","features":[427]},{"name":"MM_VOYETRA","features":[427]},{"name":"MM_VQST","features":[427]},{"name":"MM_VQST_VQC1","features":[427]},{"name":"MM_VQST_VQC2","features":[427]},{"name":"MM_VTG","features":[427]},{"name":"MM_WANGLABS","features":[427]},{"name":"MM_WANGLABS_WAVEIN1","features":[427]},{"name":"MM_WANGLABS_WAVEOUT1","features":[427]},{"name":"MM_WEITEK","features":[427]},{"name":"MM_WILDCAT","features":[427]},{"name":"MM_WILDCAT_AUTOSCOREMIDIIN","features":[427]},{"name":"MM_WILLOPOND_SNDCOMM_WAVEIN","features":[427]},{"name":"MM_WILLOWPOND","features":[427]},{"name":"MM_WILLOWPOND_FMSYNTH_STEREO","features":[427]},{"name":"MM_WILLOWPOND_GENERIC_AUX","features":[427]},{"name":"MM_WILLOWPOND_GENERIC_MIXER","features":[427]},{"name":"MM_WILLOWPOND_GENERIC_WAVEIN","features":[427]},{"name":"MM_WILLOWPOND_GENERIC_WAVEOUT","features":[427]},{"name":"MM_WILLOWPOND_MPU401","features":[427]},{"name":"MM_WILLOWPOND_PH_AUX","features":[427]},{"name":"MM_WILLOWPOND_PH_MIXER","features":[427]},{"name":"MM_WILLOWPOND_PH_WAVEIN","features":[427]},{"name":"MM_WILLOWPOND_PH_WAVEOUT","features":[427]},{"name":"MM_WILLOWPOND_SNDCOMM_AUX","features":[427]},{"name":"MM_WILLOWPOND_SNDCOMM_MIXER","features":[427]},{"name":"MM_WILLOWPOND_SNDCOMM_WAVEOUT","features":[427]},{"name":"MM_WILLOWPOND_SNDPORT_AUX","features":[427]},{"name":"MM_WILLOWPOND_SNDPORT_MIXER","features":[427]},{"name":"MM_WILLOWPOND_SNDPORT_WAVEIN","features":[427]},{"name":"MM_WILLOWPOND_SNDPORT_WAVEOUT","features":[427]},{"name":"MM_WINBOND","features":[427]},{"name":"MM_WINNOV","features":[427]},{"name":"MM_WINNOV_CAVIAR_CHAMPAGNE","features":[427]},{"name":"MM_WINNOV_CAVIAR_VIDC","features":[427]},{"name":"MM_WINNOV_CAVIAR_WAVEIN","features":[427]},{"name":"MM_WINNOV_CAVIAR_WAVEOUT","features":[427]},{"name":"MM_WINNOV_CAVIAR_YUV8","features":[427]},{"name":"MM_WORKBIT","features":[427]},{"name":"MM_WORKBIT_AUX","features":[427]},{"name":"MM_WORKBIT_FMSYNTH","features":[427]},{"name":"MM_WORKBIT_JOYSTICK","features":[427]},{"name":"MM_WORKBIT_MIDIIN","features":[427]},{"name":"MM_WORKBIT_MIDIOUT","features":[427]},{"name":"MM_WORKBIT_MIXER","features":[427]},{"name":"MM_WORKBIT_WAVEIN","features":[427]},{"name":"MM_WORKBIT_WAVEOUT","features":[427]},{"name":"MM_WSS_SB16_AUX_CD","features":[427]},{"name":"MM_WSS_SB16_AUX_LINE","features":[427]},{"name":"MM_WSS_SB16_MIDIIN","features":[427]},{"name":"MM_WSS_SB16_MIDIOUT","features":[427]},{"name":"MM_WSS_SB16_MIXER","features":[427]},{"name":"MM_WSS_SB16_SYNTH","features":[427]},{"name":"MM_WSS_SB16_WAVEIN","features":[427]},{"name":"MM_WSS_SB16_WAVEOUT","features":[427]},{"name":"MM_WSS_SBPRO_AUX_CD","features":[427]},{"name":"MM_WSS_SBPRO_AUX_LINE","features":[427]},{"name":"MM_WSS_SBPRO_MIDIIN","features":[427]},{"name":"MM_WSS_SBPRO_MIDIOUT","features":[427]},{"name":"MM_WSS_SBPRO_MIXER","features":[427]},{"name":"MM_WSS_SBPRO_SYNTH","features":[427]},{"name":"MM_WSS_SBPRO_WAVEIN","features":[427]},{"name":"MM_WSS_SBPRO_WAVEOUT","features":[427]},{"name":"MM_XEBEC","features":[427]},{"name":"MM_XIRLINK","features":[427]},{"name":"MM_XIRLINK_VISIONLINK","features":[427]},{"name":"MM_XYZ","features":[427]},{"name":"MM_YAMAHA","features":[427]},{"name":"MM_YAMAHA_ACXG_AUX","features":[427]},{"name":"MM_YAMAHA_ACXG_MIDIOUT","features":[427]},{"name":"MM_YAMAHA_ACXG_MIXER","features":[427]},{"name":"MM_YAMAHA_ACXG_WAVEIN","features":[427]},{"name":"MM_YAMAHA_ACXG_WAVEOUT","features":[427]},{"name":"MM_YAMAHA_GSS_AUX","features":[427]},{"name":"MM_YAMAHA_GSS_MIDIIN","features":[427]},{"name":"MM_YAMAHA_GSS_MIDIOUT","features":[427]},{"name":"MM_YAMAHA_GSS_SYNTH","features":[427]},{"name":"MM_YAMAHA_GSS_WAVEIN","features":[427]},{"name":"MM_YAMAHA_GSS_WAVEOUT","features":[427]},{"name":"MM_YAMAHA_OPL3SA_FMSYNTH","features":[427]},{"name":"MM_YAMAHA_OPL3SA_JOYSTICK","features":[427]},{"name":"MM_YAMAHA_OPL3SA_MIDIIN","features":[427]},{"name":"MM_YAMAHA_OPL3SA_MIDIOUT","features":[427]},{"name":"MM_YAMAHA_OPL3SA_MIXER","features":[427]},{"name":"MM_YAMAHA_OPL3SA_WAVEIN","features":[427]},{"name":"MM_YAMAHA_OPL3SA_WAVEOUT","features":[427]},{"name":"MM_YAMAHA_OPL3SA_YSYNTH","features":[427]},{"name":"MM_YAMAHA_SERIAL_MIDIIN","features":[427]},{"name":"MM_YAMAHA_SERIAL_MIDIOUT","features":[427]},{"name":"MM_YAMAHA_SXG_MIDIOUT","features":[427]},{"name":"MM_YAMAHA_SXG_MIXER","features":[427]},{"name":"MM_YAMAHA_SXG_WAVEOUT","features":[427]},{"name":"MM_YAMAHA_YMF724LEG_FMSYNTH","features":[427]},{"name":"MM_YAMAHA_YMF724LEG_MIDIIN","features":[427]},{"name":"MM_YAMAHA_YMF724LEG_MIDIOUT","features":[427]},{"name":"MM_YAMAHA_YMF724LEG_MIXER","features":[427]},{"name":"MM_YAMAHA_YMF724_AUX","features":[427]},{"name":"MM_YAMAHA_YMF724_MIDIOUT","features":[427]},{"name":"MM_YAMAHA_YMF724_MIXER","features":[427]},{"name":"MM_YAMAHA_YMF724_WAVEIN","features":[427]},{"name":"MM_YAMAHA_YMF724_WAVEOUT","features":[427]},{"name":"MM_YOUCOM","features":[427]},{"name":"MM_ZEFIRO","features":[427]},{"name":"MM_ZEFIRO_ZA2","features":[427]},{"name":"MM_ZYXEL","features":[427]},{"name":"MM_ZYXEL_ACM_ADPCM","features":[427]},{"name":"MODM_CACHEDRUMPATCHES","features":[427]},{"name":"MODM_CACHEPATCHES","features":[427]},{"name":"MODM_CLOSE","features":[427]},{"name":"MODM_DATA","features":[427]},{"name":"MODM_GETDEVCAPS","features":[427]},{"name":"MODM_GETNUMDEVS","features":[427]},{"name":"MODM_GETPOS","features":[427]},{"name":"MODM_GETVOLUME","features":[427]},{"name":"MODM_INIT","features":[427]},{"name":"MODM_INIT_EX","features":[427]},{"name":"MODM_LONGDATA","features":[427]},{"name":"MODM_MAPPER","features":[427]},{"name":"MODM_OPEN","features":[427]},{"name":"MODM_PAUSE","features":[427]},{"name":"MODM_PREFERRED","features":[427]},{"name":"MODM_PREPARE","features":[427]},{"name":"MODM_PROPERTIES","features":[427]},{"name":"MODM_RECONFIGURE","features":[427]},{"name":"MODM_RESET","features":[427]},{"name":"MODM_RESTART","features":[427]},{"name":"MODM_SETVOLUME","features":[427]},{"name":"MODM_STOP","features":[427]},{"name":"MODM_STRMDATA","features":[427]},{"name":"MODM_UNPREPARE","features":[427]},{"name":"MODM_USER","features":[427]},{"name":"MPEGLAYER3_ID_CONSTANTFRAMESIZE","features":[427]},{"name":"MPEGLAYER3_ID_MPEG","features":[427]},{"name":"MPEGLAYER3_ID_UNKNOWN","features":[427]},{"name":"MPEGLAYER3_WFX_EXTRA_BYTES","features":[427]},{"name":"MSAUDIO1WAVEFORMAT","features":[428,427]},{"name":"MSAUDIO1_BITS_PER_SAMPLE","features":[427]},{"name":"MSAUDIO1_MAX_CHANNELS","features":[427]},{"name":"MXDM_BASE","features":[427]},{"name":"MXDM_CLOSE","features":[427]},{"name":"MXDM_GETCONTROLDETAILS","features":[427]},{"name":"MXDM_GETDEVCAPS","features":[427]},{"name":"MXDM_GETLINECONTROLS","features":[427]},{"name":"MXDM_GETLINEINFO","features":[427]},{"name":"MXDM_GETNUMDEVS","features":[427]},{"name":"MXDM_INIT","features":[427]},{"name":"MXDM_INIT_EX","features":[427]},{"name":"MXDM_OPEN","features":[427]},{"name":"MXDM_SETCONTROLDETAILS","features":[427]},{"name":"MXDM_USER","features":[427]},{"name":"NMS_VBXADPCMWAVEFORMAT","features":[428,427]},{"name":"NS_DRM_E_MIGRATION_IMAGE_ALREADY_EXISTS","features":[427]},{"name":"NS_DRM_E_MIGRATION_SOURCE_MACHINE_IN_USE","features":[427]},{"name":"NS_DRM_E_MIGRATION_TARGET_MACHINE_LESS_THAN_LH","features":[427]},{"name":"NS_DRM_E_MIGRATION_UPGRADE_WITH_DIFF_SID","features":[427]},{"name":"NS_E_8BIT_WAVE_UNSUPPORTED","features":[427]},{"name":"NS_E_ACTIVE_SG_DEVICE_CONTROL_DISCONNECTED","features":[427]},{"name":"NS_E_ACTIVE_SG_DEVICE_DISCONNECTED","features":[427]},{"name":"NS_E_ADVANCEDEDIT_TOO_MANY_PICTURES","features":[427]},{"name":"NS_E_ALLOCATE_FILE_FAIL","features":[427]},{"name":"NS_E_ALL_PROTOCOLS_DISABLED","features":[427]},{"name":"NS_E_ALREADY_CONNECTED","features":[427]},{"name":"NS_E_ANALOG_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[427]},{"name":"NS_E_ARCHIVE_ABORT_DUE_TO_BCAST","features":[427]},{"name":"NS_E_ARCHIVE_FILENAME_NOTSET","features":[427]},{"name":"NS_E_ARCHIVE_GAP_DETECTED","features":[427]},{"name":"NS_E_ARCHIVE_REACH_QUOTA","features":[427]},{"name":"NS_E_ARCHIVE_SAME_AS_INPUT","features":[427]},{"name":"NS_E_ASSERT","features":[427]},{"name":"NS_E_ASX_INVALIDFORMAT","features":[427]},{"name":"NS_E_ASX_INVALIDVERSION","features":[427]},{"name":"NS_E_ASX_INVALID_REPEAT_BLOCK","features":[427]},{"name":"NS_E_ASX_NOTHING_TO_WRITE","features":[427]},{"name":"NS_E_ATTRIBUTE_NOT_ALLOWED","features":[427]},{"name":"NS_E_ATTRIBUTE_READ_ONLY","features":[427]},{"name":"NS_E_AUDIENCE_CONTENTTYPE_MISMATCH","features":[427]},{"name":"NS_E_AUDIENCE__LANGUAGE_CONTENTTYPE_MISMATCH","features":[427]},{"name":"NS_E_AUDIODEVICE_BADFORMAT","features":[427]},{"name":"NS_E_AUDIODEVICE_BUSY","features":[427]},{"name":"NS_E_AUDIODEVICE_UNEXPECTED","features":[427]},{"name":"NS_E_AUDIO_BITRATE_STEPDOWN","features":[427]},{"name":"NS_E_AUDIO_CODEC_ERROR","features":[427]},{"name":"NS_E_AUDIO_CODEC_NOT_INSTALLED","features":[427]},{"name":"NS_E_AUTHORIZATION_FILE_NOT_FOUND","features":[427]},{"name":"NS_E_BACKUP_RESTORE_BAD_DATA","features":[427]},{"name":"NS_E_BACKUP_RESTORE_BAD_REQUEST_ID","features":[427]},{"name":"NS_E_BACKUP_RESTORE_FAILURE","features":[427]},{"name":"NS_E_BACKUP_RESTORE_TOO_MANY_RESETS","features":[427]},{"name":"NS_E_BAD_ADAPTER_ADDRESS","features":[427]},{"name":"NS_E_BAD_ADAPTER_NAME","features":[427]},{"name":"NS_E_BAD_BLOCK0_VERSION","features":[427]},{"name":"NS_E_BAD_CONTENTEDL","features":[427]},{"name":"NS_E_BAD_CONTROL_DATA","features":[427]},{"name":"NS_E_BAD_CUB_UID","features":[427]},{"name":"NS_E_BAD_DELIVERY_MODE","features":[427]},{"name":"NS_E_BAD_DISK_UID","features":[427]},{"name":"NS_E_BAD_FSMAJOR_VERSION","features":[427]},{"name":"NS_E_BAD_MARKIN","features":[427]},{"name":"NS_E_BAD_MARKOUT","features":[427]},{"name":"NS_E_BAD_MULTICAST_ADDRESS","features":[427]},{"name":"NS_E_BAD_REQUEST","features":[427]},{"name":"NS_E_BAD_STAMPNUMBER","features":[427]},{"name":"NS_E_BAD_SYNTAX_IN_SERVER_RESPONSE","features":[427]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCENDED","features":[427]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCFAILED","features":[427]},{"name":"NS_E_BKGDOWNLOAD_CALLFUNCTIMEOUT","features":[427]},{"name":"NS_E_BKGDOWNLOAD_CANCELCOMPLETEDJOB","features":[427]},{"name":"NS_E_BKGDOWNLOAD_COMPLETECANCELLEDJOB","features":[427]},{"name":"NS_E_BKGDOWNLOAD_FAILEDINITIALIZE","features":[427]},{"name":"NS_E_BKGDOWNLOAD_FAILED_TO_CREATE_TEMPFILE","features":[427]},{"name":"NS_E_BKGDOWNLOAD_INVALIDJOBSIGNATURE","features":[427]},{"name":"NS_E_BKGDOWNLOAD_INVALID_FILE_NAME","features":[427]},{"name":"NS_E_BKGDOWNLOAD_NOJOBPOINTER","features":[427]},{"name":"NS_E_BKGDOWNLOAD_PLUGIN_FAILEDINITIALIZE","features":[427]},{"name":"NS_E_BKGDOWNLOAD_PLUGIN_FAILEDTOMOVEFILE","features":[427]},{"name":"NS_E_BKGDOWNLOAD_WMDUNPACKFAILED","features":[427]},{"name":"NS_E_BKGDOWNLOAD_WRONG_NO_FILES","features":[427]},{"name":"NS_E_BUSY","features":[427]},{"name":"NS_E_CACHE_ARCHIVE_CONFLICT","features":[427]},{"name":"NS_E_CACHE_CANNOT_BE_CACHED","features":[427]},{"name":"NS_E_CACHE_NOT_BROADCAST","features":[427]},{"name":"NS_E_CACHE_NOT_MODIFIED","features":[427]},{"name":"NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND","features":[427]},{"name":"NS_E_CACHE_ORIGIN_SERVER_TIMEOUT","features":[427]},{"name":"NS_E_CANNOTCONNECT","features":[427]},{"name":"NS_E_CANNOTCONNECTEVENTS","features":[427]},{"name":"NS_E_CANNOTDESTROYTITLE","features":[427]},{"name":"NS_E_CANNOTOFFLINEDISK","features":[427]},{"name":"NS_E_CANNOTONLINEDISK","features":[427]},{"name":"NS_E_CANNOTRENAMETITLE","features":[427]},{"name":"NS_E_CANNOT_BUY_OR_DOWNLOAD_CONTENT","features":[427]},{"name":"NS_E_CANNOT_BUY_OR_DOWNLOAD_FROM_MULTIPLE_SERVICES","features":[427]},{"name":"NS_E_CANNOT_CONNECT_TO_PROXY","features":[427]},{"name":"NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP","features":[427]},{"name":"NS_E_CANNOT_GENERATE_BROADCAST_INFO_FOR_QUALITYVBR","features":[427]},{"name":"NS_E_CANNOT_PAUSE_LIVEBROADCAST","features":[427]},{"name":"NS_E_CANNOT_READ_PLAYLIST_FROM_MEDIASERVER","features":[427]},{"name":"NS_E_CANNOT_REMOVE_PLUGIN","features":[427]},{"name":"NS_E_CANNOT_REMOVE_PUBLISHING_POINT","features":[427]},{"name":"NS_E_CANNOT_SYNC_DRM_TO_NON_JANUS_DEVICE","features":[427]},{"name":"NS_E_CANNOT_SYNC_PREVIOUS_SYNC_RUNNING","features":[427]},{"name":"NS_E_CANT_READ_DIGITAL","features":[427]},{"name":"NS_E_CCLINK_DOWN","features":[427]},{"name":"NS_E_CD_COPYTO_CD","features":[427]},{"name":"NS_E_CD_DRIVER_PROBLEM","features":[427]},{"name":"NS_E_CD_EMPTY_TRACK_QUEUE","features":[427]},{"name":"NS_E_CD_ISRC_INVALID","features":[427]},{"name":"NS_E_CD_MEDIA_CATALOG_NUMBER_INVALID","features":[427]},{"name":"NS_E_CD_NO_BUFFERS_READ","features":[427]},{"name":"NS_E_CD_NO_READER","features":[427]},{"name":"NS_E_CD_QUEUEING_DISABLED","features":[427]},{"name":"NS_E_CD_READ_ERROR","features":[427]},{"name":"NS_E_CD_READ_ERROR_NO_CORRECTION","features":[427]},{"name":"NS_E_CD_REFRESH","features":[427]},{"name":"NS_E_CD_SLOW_COPY","features":[427]},{"name":"NS_E_CD_SPEEDDETECT_NOT_ENOUGH_READS","features":[427]},{"name":"NS_E_CHANGING_PROXYBYPASS","features":[427]},{"name":"NS_E_CHANGING_PROXY_EXCEPTIONLIST","features":[427]},{"name":"NS_E_CHANGING_PROXY_NAME","features":[427]},{"name":"NS_E_CHANGING_PROXY_PORT","features":[427]},{"name":"NS_E_CHANGING_PROXY_PROTOCOL_NOT_FOUND","features":[427]},{"name":"NS_E_CLOSED_ON_SUSPEND","features":[427]},{"name":"NS_E_CODEC_DMO_ERROR","features":[427]},{"name":"NS_E_CODEC_UNAVAILABLE","features":[427]},{"name":"NS_E_COMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED","features":[427]},{"name":"NS_E_COMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[427]},{"name":"NS_E_CONNECTION_FAILURE","features":[427]},{"name":"NS_E_CONNECT_TIMEOUT","features":[427]},{"name":"NS_E_CONTENT_PARTNER_STILL_INITIALIZING","features":[427]},{"name":"NS_E_CORECD_NOTAMEDIACD","features":[427]},{"name":"NS_E_CRITICAL_ERROR","features":[427]},{"name":"NS_E_CUB_FAIL","features":[427]},{"name":"NS_E_CUB_FAIL_LINK","features":[427]},{"name":"NS_E_CURLHELPER_NOTADIRECTORY","features":[427]},{"name":"NS_E_CURLHELPER_NOTAFILE","features":[427]},{"name":"NS_E_CURLHELPER_NOTRELATIVE","features":[427]},{"name":"NS_E_CURL_CANTDECODE","features":[427]},{"name":"NS_E_CURL_CANTWALK","features":[427]},{"name":"NS_E_CURL_INVALIDBUFFERSIZE","features":[427]},{"name":"NS_E_CURL_INVALIDCHAR","features":[427]},{"name":"NS_E_CURL_INVALIDHOSTNAME","features":[427]},{"name":"NS_E_CURL_INVALIDPATH","features":[427]},{"name":"NS_E_CURL_INVALIDPORT","features":[427]},{"name":"NS_E_CURL_INVALIDSCHEME","features":[427]},{"name":"NS_E_CURL_INVALIDURL","features":[427]},{"name":"NS_E_CURL_NOTSAFE","features":[427]},{"name":"NS_E_DAMAGED_FILE","features":[427]},{"name":"NS_E_DATAPATH_NO_SINK","features":[427]},{"name":"NS_E_DATA_SOURCE_ENUMERATION_NOT_SUPPORTED","features":[427]},{"name":"NS_E_DATA_UNIT_EXTENSION_TOO_LARGE","features":[427]},{"name":"NS_E_DDRAW_GENERIC","features":[427]},{"name":"NS_E_DEVCONTROL_FAILED_SEEK","features":[427]},{"name":"NS_E_DEVICECONTROL_UNSTABLE","features":[427]},{"name":"NS_E_DEVICE_DISCONNECTED","features":[427]},{"name":"NS_E_DEVICE_IS_NOT_READY","features":[427]},{"name":"NS_E_DEVICE_NOT_READY","features":[427]},{"name":"NS_E_DEVICE_NOT_SUPPORT_FORMAT","features":[427]},{"name":"NS_E_DEVICE_NOT_WMDRM_DEVICE","features":[427]},{"name":"NS_E_DISK_FAIL","features":[427]},{"name":"NS_E_DISK_READ","features":[427]},{"name":"NS_E_DISK_WRITE","features":[427]},{"name":"NS_E_DISPLAY_MODE_CHANGE_FAILED","features":[427]},{"name":"NS_E_DRMPROFILE_NOTFOUND","features":[427]},{"name":"NS_E_DRM_ACQUIRING_LICENSE","features":[427]},{"name":"NS_E_DRM_ACTION_NOT_QUERIED","features":[427]},{"name":"NS_E_DRM_ALREADY_INDIVIDUALIZED","features":[427]},{"name":"NS_E_DRM_APPCERT_REVOKED","features":[427]},{"name":"NS_E_DRM_ATTRIBUTE_TOO_LONG","features":[427]},{"name":"NS_E_DRM_BACKUPRESTORE_BUSY","features":[427]},{"name":"NS_E_DRM_BACKUP_CORRUPT","features":[427]},{"name":"NS_E_DRM_BACKUP_EXISTS","features":[427]},{"name":"NS_E_DRM_BAD_REQUEST","features":[427]},{"name":"NS_E_DRM_BB_UNABLE_TO_INITIALIZE","features":[427]},{"name":"NS_E_DRM_BUFFER_TOO_SMALL","features":[427]},{"name":"NS_E_DRM_BUSY","features":[427]},{"name":"NS_E_DRM_CACHED_CONTENT_ERROR","features":[427]},{"name":"NS_E_DRM_CERTIFICATE_REVOKED","features":[427]},{"name":"NS_E_DRM_CERTIFICATE_SECURITY_LEVEL_INADEQUATE","features":[427]},{"name":"NS_E_DRM_CHAIN_TOO_LONG","features":[427]},{"name":"NS_E_DRM_CHECKPOINT_CORRUPT","features":[427]},{"name":"NS_E_DRM_CHECKPOINT_FAILED","features":[427]},{"name":"NS_E_DRM_CHECKPOINT_MISMATCH","features":[427]},{"name":"NS_E_DRM_CLIENT_CODE_EXPIRED","features":[427]},{"name":"NS_E_DRM_DATASTORE_CORRUPT","features":[427]},{"name":"NS_E_DRM_DEBUGGING_NOT_ALLOWED","features":[427]},{"name":"NS_E_DRM_DECRYPT_ERROR","features":[427]},{"name":"NS_E_DRM_DEVICE_ACTIVATION_CANCELED","features":[427]},{"name":"NS_E_DRM_DEVICE_ALREADY_REGISTERED","features":[427]},{"name":"NS_E_DRM_DEVICE_LIMIT_REACHED","features":[427]},{"name":"NS_E_DRM_DEVICE_NOT_OPEN","features":[427]},{"name":"NS_E_DRM_DEVICE_NOT_REGISTERED","features":[427]},{"name":"NS_E_DRM_DRIVER_AUTH_FAILURE","features":[427]},{"name":"NS_E_DRM_DRIVER_DIGIOUT_FAILURE","features":[427]},{"name":"NS_E_DRM_DRMV2CLT_REVOKED","features":[427]},{"name":"NS_E_DRM_ENCRYPT_ERROR","features":[427]},{"name":"NS_E_DRM_ENUM_LICENSE_FAILED","features":[427]},{"name":"NS_E_DRM_ERROR_BAD_NET_RESP","features":[427]},{"name":"NS_E_DRM_EXPIRED_LICENSEBLOB","features":[427]},{"name":"NS_E_DRM_GET_CONTENTSTRING_ERROR","features":[427]},{"name":"NS_E_DRM_GET_LICENSESTRING_ERROR","features":[427]},{"name":"NS_E_DRM_GET_LICENSE_ERROR","features":[427]},{"name":"NS_E_DRM_HARDWAREID_MISMATCH","features":[427]},{"name":"NS_E_DRM_HARDWARE_INCONSISTENT","features":[427]},{"name":"NS_E_DRM_INCLUSION_LIST_REQUIRED","features":[427]},{"name":"NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE","features":[427]},{"name":"NS_E_DRM_INDIVIDUALIZE_ERROR","features":[427]},{"name":"NS_E_DRM_INDIVIDUALIZING","features":[427]},{"name":"NS_E_DRM_INDIV_FRAUD","features":[427]},{"name":"NS_E_DRM_INDIV_NO_CABS","features":[427]},{"name":"NS_E_DRM_INDIV_SERVICE_UNAVAILABLE","features":[427]},{"name":"NS_E_DRM_INVALID_APPCERT","features":[427]},{"name":"NS_E_DRM_INVALID_APPDATA","features":[427]},{"name":"NS_E_DRM_INVALID_APPDATA_VERSION","features":[427]},{"name":"NS_E_DRM_INVALID_APPLICATION","features":[427]},{"name":"NS_E_DRM_INVALID_CERTIFICATE","features":[427]},{"name":"NS_E_DRM_INVALID_CONTENT","features":[427]},{"name":"NS_E_DRM_INVALID_CRL","features":[427]},{"name":"NS_E_DRM_INVALID_DATA","features":[427]},{"name":"NS_E_DRM_INVALID_KID","features":[427]},{"name":"NS_E_DRM_INVALID_LICENSE","features":[427]},{"name":"NS_E_DRM_INVALID_LICENSEBLOB","features":[427]},{"name":"NS_E_DRM_INVALID_LICENSE_ACQUIRED","features":[427]},{"name":"NS_E_DRM_INVALID_LICENSE_REQUEST","features":[427]},{"name":"NS_E_DRM_INVALID_MACHINE","features":[427]},{"name":"NS_E_DRM_INVALID_MIGRATION_IMAGE","features":[427]},{"name":"NS_E_DRM_INVALID_PROPERTY","features":[427]},{"name":"NS_E_DRM_INVALID_PROXIMITY_RESPONSE","features":[427]},{"name":"NS_E_DRM_INVALID_SECURESTORE_PASSWORD","features":[427]},{"name":"NS_E_DRM_INVALID_SESSION","features":[427]},{"name":"NS_E_DRM_KEY_ERROR","features":[427]},{"name":"NS_E_DRM_LICENSE_APPSECLOW","features":[427]},{"name":"NS_E_DRM_LICENSE_APP_NOTALLOWED","features":[427]},{"name":"NS_E_DRM_LICENSE_CERT_EXPIRED","features":[427]},{"name":"NS_E_DRM_LICENSE_CLOSE_ERROR","features":[427]},{"name":"NS_E_DRM_LICENSE_CONTENT_REVOKED","features":[427]},{"name":"NS_E_DRM_LICENSE_DELETION_ERROR","features":[427]},{"name":"NS_E_DRM_LICENSE_EXPIRED","features":[427]},{"name":"NS_E_DRM_LICENSE_INITIALIZATION_ERROR","features":[427]},{"name":"NS_E_DRM_LICENSE_INVALID_XML","features":[427]},{"name":"NS_E_DRM_LICENSE_NOSAP","features":[427]},{"name":"NS_E_DRM_LICENSE_NOSVP","features":[427]},{"name":"NS_E_DRM_LICENSE_NOTACQUIRED","features":[427]},{"name":"NS_E_DRM_LICENSE_NOTENABLED","features":[427]},{"name":"NS_E_DRM_LICENSE_NOTRUSTEDCODEC","features":[427]},{"name":"NS_E_DRM_LICENSE_NOWDM","features":[427]},{"name":"NS_E_DRM_LICENSE_OPEN_ERROR","features":[427]},{"name":"NS_E_DRM_LICENSE_SECLOW","features":[427]},{"name":"NS_E_DRM_LICENSE_SERVER_INFO_MISSING","features":[427]},{"name":"NS_E_DRM_LICENSE_STORE_ERROR","features":[427]},{"name":"NS_E_DRM_LICENSE_STORE_SAVE_ERROR","features":[427]},{"name":"NS_E_DRM_LICENSE_UNAVAILABLE","features":[427]},{"name":"NS_E_DRM_LICENSE_UNUSABLE","features":[427]},{"name":"NS_E_DRM_LIC_NEEDS_DEVICE_CLOCK_SET","features":[427]},{"name":"NS_E_DRM_MALFORMED_CONTENT_HEADER","features":[427]},{"name":"NS_E_DRM_MIGRATION_IMPORTER_NOT_AVAILABLE","features":[427]},{"name":"NS_E_DRM_MIGRATION_INVALID_LEGACYV2_DATA","features":[427]},{"name":"NS_E_DRM_MIGRATION_INVALID_LEGACYV2_SST_PASSWORD","features":[427]},{"name":"NS_E_DRM_MIGRATION_LICENSE_ALREADY_EXISTS","features":[427]},{"name":"NS_E_DRM_MIGRATION_NOT_SUPPORTED","features":[427]},{"name":"NS_E_DRM_MIGRATION_OBJECT_IN_USE","features":[427]},{"name":"NS_E_DRM_MIGRATION_OPERATION_CANCELLED","features":[427]},{"name":"NS_E_DRM_MIGRATION_TARGET_NOT_ONLINE","features":[427]},{"name":"NS_E_DRM_MIGRATION_TARGET_STATES_CORRUPTED","features":[427]},{"name":"NS_E_DRM_MONITOR_ERROR","features":[427]},{"name":"NS_E_DRM_MUST_APPROVE","features":[427]},{"name":"NS_E_DRM_MUST_REGISTER","features":[427]},{"name":"NS_E_DRM_MUST_REVALIDATE","features":[427]},{"name":"NS_E_DRM_NEEDS_INDIVIDUALIZATION","features":[427]},{"name":"NS_E_DRM_NEEDS_UPGRADE_TEMPFILE","features":[427]},{"name":"NS_E_DRM_NEED_UPGRADE_MSSAP","features":[427]},{"name":"NS_E_DRM_NEED_UPGRADE_PD","features":[427]},{"name":"NS_E_DRM_NOT_CONFIGURED","features":[427]},{"name":"NS_E_DRM_NO_RIGHTS","features":[427]},{"name":"NS_E_DRM_NO_UPLINK_LICENSE","features":[427]},{"name":"NS_E_DRM_OPERATION_CANCELED","features":[427]},{"name":"NS_E_DRM_PARAMETERS_MISMATCHED","features":[427]},{"name":"NS_E_DRM_PASSWORD_TOO_LONG","features":[427]},{"name":"NS_E_DRM_PD_TOO_MANY_DEVICES","features":[427]},{"name":"NS_E_DRM_POLICY_DISABLE_ONLINE","features":[427]},{"name":"NS_E_DRM_POLICY_METERING_DISABLED","features":[427]},{"name":"NS_E_DRM_PROFILE_NOT_SET","features":[427]},{"name":"NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_CHALLENGE","features":[427]},{"name":"NS_E_DRM_PROTOCOL_FORCEFUL_TERMINATION_ON_PETITION","features":[427]},{"name":"NS_E_DRM_QUERY_ERROR","features":[427]},{"name":"NS_E_DRM_REOPEN_CONTENT","features":[427]},{"name":"NS_E_DRM_REPORT_ERROR","features":[427]},{"name":"NS_E_DRM_RESTORE_FRAUD","features":[427]},{"name":"NS_E_DRM_RESTORE_SERVICE_UNAVAILABLE","features":[427]},{"name":"NS_E_DRM_RESTRICTIONS_NOT_RETRIEVED","features":[427]},{"name":"NS_E_DRM_RIV_TOO_SMALL","features":[427]},{"name":"NS_E_DRM_SDK_VERSIONMISMATCH","features":[427]},{"name":"NS_E_DRM_SDMI_NOMORECOPIES","features":[427]},{"name":"NS_E_DRM_SDMI_TRIGGER","features":[427]},{"name":"NS_E_DRM_SECURE_STORE_ERROR","features":[427]},{"name":"NS_E_DRM_SECURE_STORE_NOT_FOUND","features":[427]},{"name":"NS_E_DRM_SECURE_STORE_UNLOCK_ERROR","features":[427]},{"name":"NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID","features":[427]},{"name":"NS_E_DRM_SIGNATURE_FAILURE","features":[427]},{"name":"NS_E_DRM_SOURCEID_NOT_SUPPORTED","features":[427]},{"name":"NS_E_DRM_STORE_NEEDINDI","features":[427]},{"name":"NS_E_DRM_STORE_NOTALLOWED","features":[427]},{"name":"NS_E_DRM_STORE_NOTALLSTORED","features":[427]},{"name":"NS_E_DRM_STUBLIB_REQUIRED","features":[427]},{"name":"NS_E_DRM_TRACK_EXCEEDED_PLAYLIST_RESTICTION","features":[427]},{"name":"NS_E_DRM_TRACK_EXCEEDED_TRACKBURN_RESTRICTION","features":[427]},{"name":"NS_E_DRM_TRANSFER_CHAINED_LICENSES_UNSUPPORTED","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_CERTIFICATE_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_DEVICE_REGISTRATION_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_INMEMORYSTORE_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_METERING_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_MIGRATION_IMPORTER_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_BURN_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PLAYLIST_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_GET_DEVICE_CERT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_GET_SECURE_CLOCK_FROM_SERVER","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_INITIALIZE","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_LOAD_HARDWARE_ID","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_DATA_STORE","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_LICENSE","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_OPEN_PORT","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_SET_PARAMETER","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_SET_SECURE_CLOCK","features":[427]},{"name":"NS_E_DRM_UNABLE_TO_VERIFY_PROXIMITY","features":[427]},{"name":"NS_E_DRM_UNSUPPORTED_ACTION","features":[427]},{"name":"NS_E_DRM_UNSUPPORTED_ALGORITHM","features":[427]},{"name":"NS_E_DRM_UNSUPPORTED_PROPERTY","features":[427]},{"name":"NS_E_DRM_UNSUPPORTED_PROTOCOL_VERSION","features":[427]},{"name":"NS_E_DUPLICATE_ADDRESS","features":[427]},{"name":"NS_E_DUPLICATE_DRMPROFILE","features":[427]},{"name":"NS_E_DUPLICATE_NAME","features":[427]},{"name":"NS_E_DUPLICATE_PACKET","features":[427]},{"name":"NS_E_DVD_AUTHORING_PROBLEM","features":[427]},{"name":"NS_E_DVD_CANNOT_COPY_PROTECTED","features":[427]},{"name":"NS_E_DVD_CANNOT_JUMP","features":[427]},{"name":"NS_E_DVD_COMPATIBLE_VIDEO_CARD","features":[427]},{"name":"NS_E_DVD_COPY_PROTECT","features":[427]},{"name":"NS_E_DVD_DEVICE_CONTENTION","features":[427]},{"name":"NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_FAILED","features":[427]},{"name":"NS_E_DVD_DISC_COPY_PROTECT_OUTPUT_NS","features":[427]},{"name":"NS_E_DVD_DISC_DECODER_REGION","features":[427]},{"name":"NS_E_DVD_GRAPH_BUILDING","features":[427]},{"name":"NS_E_DVD_INVALID_DISC_REGION","features":[427]},{"name":"NS_E_DVD_INVALID_TITLE_CHAPTER","features":[427]},{"name":"NS_E_DVD_MACROVISION","features":[427]},{"name":"NS_E_DVD_NO_AUDIO_STREAM","features":[427]},{"name":"NS_E_DVD_NO_DECODER","features":[427]},{"name":"NS_E_DVD_NO_SUBPICTURE_STREAM","features":[427]},{"name":"NS_E_DVD_NO_VIDEO_MEMORY","features":[427]},{"name":"NS_E_DVD_NO_VIDEO_STREAM","features":[427]},{"name":"NS_E_DVD_PARENTAL","features":[427]},{"name":"NS_E_DVD_REQUIRED_PROPERTY_NOT_SET","features":[427]},{"name":"NS_E_DVD_SYSTEM_DECODER_REGION","features":[427]},{"name":"NS_E_EDL_REQUIRED_FOR_DEVICE_MULTIPASS","features":[427]},{"name":"NS_E_EMPTY_PLAYLIST","features":[427]},{"name":"NS_E_EMPTY_PROGRAM_NAME","features":[427]},{"name":"NS_E_ENACTPLAN_GIVEUP","features":[427]},{"name":"NS_E_END_OF_PLAYLIST","features":[427]},{"name":"NS_E_END_OF_TAPE","features":[427]},{"name":"NS_E_ERROR_FROM_PROXY","features":[427]},{"name":"NS_E_EXCEED_MAX_DRM_PROFILE_LIMIT","features":[427]},{"name":"NS_E_EXPECT_MONO_WAV_INPUT","features":[427]},{"name":"NS_E_FAILED_DOWNLOAD_ABORT_BURN","features":[427]},{"name":"NS_E_FAIL_LAUNCH_ROXIO_PLUGIN","features":[427]},{"name":"NS_E_FEATURE_DISABLED_BY_GROUP_POLICY","features":[427]},{"name":"NS_E_FEATURE_DISABLED_IN_SKU","features":[427]},{"name":"NS_E_FEATURE_REQUIRES_ENTERPRISE_SERVER","features":[427]},{"name":"NS_E_FILE_ALLOCATION_FAILED","features":[427]},{"name":"NS_E_FILE_BANDWIDTH_LIMIT","features":[427]},{"name":"NS_E_FILE_EXISTS","features":[427]},{"name":"NS_E_FILE_FAILED_CHECKS","features":[427]},{"name":"NS_E_FILE_INIT_FAILED","features":[427]},{"name":"NS_E_FILE_NOT_FOUND","features":[427]},{"name":"NS_E_FILE_OPEN_FAILED","features":[427]},{"name":"NS_E_FILE_PLAY_FAILED","features":[427]},{"name":"NS_E_FILE_READ","features":[427]},{"name":"NS_E_FILE_WRITE","features":[427]},{"name":"NS_E_FIREWALL","features":[427]},{"name":"NS_E_FLASH_PLAYBACK_NOT_ALLOWED","features":[427]},{"name":"NS_E_GLITCH_MODE","features":[427]},{"name":"NS_E_GRAPH_NOAUDIOLANGUAGE","features":[427]},{"name":"NS_E_GRAPH_NOAUDIOLANGUAGESELECTED","features":[427]},{"name":"NS_E_HDS_KEY_MISMATCH","features":[427]},{"name":"NS_E_HEADER_MISMATCH","features":[427]},{"name":"NS_E_HTTP_DISABLED","features":[427]},{"name":"NS_E_HTTP_TEXT_DATACONTAINER_INVALID_SERVER_RESPONSE","features":[427]},{"name":"NS_E_HTTP_TEXT_DATACONTAINER_SIZE_LIMIT_EXCEEDED","features":[427]},{"name":"NS_E_ICMQUERYFORMAT","features":[427]},{"name":"NS_E_IE_DISALLOWS_ACTIVEX_CONTROLS","features":[427]},{"name":"NS_E_IMAGE_DOWNLOAD_FAILED","features":[427]},{"name":"NS_E_IMAPI_LOSSOFSTREAMING","features":[427]},{"name":"NS_E_IMAPI_MEDIUM_INVALIDTYPE","features":[427]},{"name":"NS_E_INCOMPATIBLE_FORMAT","features":[427]},{"name":"NS_E_INCOMPATIBLE_PUSH_SERVER","features":[427]},{"name":"NS_E_INCOMPATIBLE_SERVER","features":[427]},{"name":"NS_E_INCOMPATIBLE_VERSION","features":[427]},{"name":"NS_E_INCOMPLETE_PLAYLIST","features":[427]},{"name":"NS_E_INCORRECTCLIPSETTINGS","features":[427]},{"name":"NS_E_INDUCED","features":[427]},{"name":"NS_E_INPUTSOURCE_PROBLEM","features":[427]},{"name":"NS_E_INPUT_DOESNOT_SUPPORT_SMPTE","features":[427]},{"name":"NS_E_INPUT_WAVFORMAT_MISMATCH","features":[427]},{"name":"NS_E_INSUFFICIENT_BANDWIDTH","features":[427]},{"name":"NS_E_INSUFFICIENT_DATA","features":[427]},{"name":"NS_E_INTERFACE_NOT_REGISTERED_IN_GIT","features":[427]},{"name":"NS_E_INTERLACEMODE_MISMATCH","features":[427]},{"name":"NS_E_INTERLACE_REQUIRE_SAMESIZE","features":[427]},{"name":"NS_E_INTERNAL","features":[427]},{"name":"NS_E_INTERNAL_SERVER_ERROR","features":[427]},{"name":"NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING","features":[427]},{"name":"NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING","features":[427]},{"name":"NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED","features":[427]},{"name":"NS_E_INVALIDINPUTFPS","features":[427]},{"name":"NS_E_INVALIDPACKETSIZE","features":[427]},{"name":"NS_E_INVALIDPROFILE","features":[427]},{"name":"NS_E_INVALID_ARCHIVE","features":[427]},{"name":"NS_E_INVALID_AUDIO_BUFFERMAX","features":[427]},{"name":"NS_E_INVALID_AUDIO_PEAKRATE","features":[427]},{"name":"NS_E_INVALID_AUDIO_PEAKRATE_2","features":[427]},{"name":"NS_E_INVALID_BLACKHOLE_ADDRESS","features":[427]},{"name":"NS_E_INVALID_CHANNEL","features":[427]},{"name":"NS_E_INVALID_CLIENT","features":[427]},{"name":"NS_E_INVALID_DATA","features":[427]},{"name":"NS_E_INVALID_DEVICE","features":[427]},{"name":"NS_E_INVALID_DRMV2CLT_STUBLIB","features":[427]},{"name":"NS_E_INVALID_EDL","features":[427]},{"name":"NS_E_INVALID_FILE_BITRATE","features":[427]},{"name":"NS_E_INVALID_FOLDDOWN_COEFFICIENTS","features":[427]},{"name":"NS_E_INVALID_INDEX","features":[427]},{"name":"NS_E_INVALID_INDEX2","features":[427]},{"name":"NS_E_INVALID_INPUT_AUDIENCE_INDEX","features":[427]},{"name":"NS_E_INVALID_INPUT_FORMAT","features":[427]},{"name":"NS_E_INVALID_INPUT_LANGUAGE","features":[427]},{"name":"NS_E_INVALID_INPUT_STREAM","features":[427]},{"name":"NS_E_INVALID_INTERLACEMODE","features":[427]},{"name":"NS_E_INVALID_INTERLACE_COMPAT","features":[427]},{"name":"NS_E_INVALID_KEY","features":[427]},{"name":"NS_E_INVALID_LOG_URL","features":[427]},{"name":"NS_E_INVALID_MTU_RANGE","features":[427]},{"name":"NS_E_INVALID_NAME","features":[427]},{"name":"NS_E_INVALID_NONSQUAREPIXEL_COMPAT","features":[427]},{"name":"NS_E_INVALID_NUM_PASSES","features":[427]},{"name":"NS_E_INVALID_OPERATING_SYSTEM_VERSION","features":[427]},{"name":"NS_E_INVALID_OUTPUT_FORMAT","features":[427]},{"name":"NS_E_INVALID_PIXEL_ASPECT_RATIO","features":[427]},{"name":"NS_E_INVALID_PLAY_STATISTICS","features":[427]},{"name":"NS_E_INVALID_PLUGIN_LOAD_TYPE_CONFIGURATION","features":[427]},{"name":"NS_E_INVALID_PORT","features":[427]},{"name":"NS_E_INVALID_PROFILE_CONTENTTYPE","features":[427]},{"name":"NS_E_INVALID_PUBLISHING_POINT_NAME","features":[427]},{"name":"NS_E_INVALID_PUSH_PUBLISHING_POINT","features":[427]},{"name":"NS_E_INVALID_PUSH_PUBLISHING_POINT_START_REQUEST","features":[427]},{"name":"NS_E_INVALID_PUSH_TEMPLATE","features":[427]},{"name":"NS_E_INVALID_QUERY_OPERATOR","features":[427]},{"name":"NS_E_INVALID_QUERY_PROPERTY","features":[427]},{"name":"NS_E_INVALID_REDIRECT","features":[427]},{"name":"NS_E_INVALID_REQUEST","features":[427]},{"name":"NS_E_INVALID_SAMPLING_RATE","features":[427]},{"name":"NS_E_INVALID_SCRIPT_BITRATE","features":[427]},{"name":"NS_E_INVALID_SOURCE_WITH_DEVICE_CONTROL","features":[427]},{"name":"NS_E_INVALID_STREAM","features":[427]},{"name":"NS_E_INVALID_TIMECODE","features":[427]},{"name":"NS_E_INVALID_TTL","features":[427]},{"name":"NS_E_INVALID_VBR_COMPAT","features":[427]},{"name":"NS_E_INVALID_VBR_WITH_UNCOMP","features":[427]},{"name":"NS_E_INVALID_VIDEO_BITRATE","features":[427]},{"name":"NS_E_INVALID_VIDEO_BUFFER","features":[427]},{"name":"NS_E_INVALID_VIDEO_BUFFERMAX","features":[427]},{"name":"NS_E_INVALID_VIDEO_BUFFERMAX_2","features":[427]},{"name":"NS_E_INVALID_VIDEO_CQUALITY","features":[427]},{"name":"NS_E_INVALID_VIDEO_FPS","features":[427]},{"name":"NS_E_INVALID_VIDEO_HEIGHT","features":[427]},{"name":"NS_E_INVALID_VIDEO_HEIGHT_ALIGN","features":[427]},{"name":"NS_E_INVALID_VIDEO_IQUALITY","features":[427]},{"name":"NS_E_INVALID_VIDEO_KEYFRAME","features":[427]},{"name":"NS_E_INVALID_VIDEO_PEAKRATE","features":[427]},{"name":"NS_E_INVALID_VIDEO_PEAKRATE_2","features":[427]},{"name":"NS_E_INVALID_VIDEO_WIDTH","features":[427]},{"name":"NS_E_INVALID_VIDEO_WIDTH_ALIGN","features":[427]},{"name":"NS_E_INVALID_VIDEO_WIDTH_FOR_INTERLACED_ENCODING","features":[427]},{"name":"NS_E_LANGUAGE_MISMATCH","features":[427]},{"name":"NS_E_LATE_OPERATION","features":[427]},{"name":"NS_E_LATE_PACKET","features":[427]},{"name":"NS_E_LICENSE_EXPIRED","features":[427]},{"name":"NS_E_LICENSE_HEADER_MISSING_URL","features":[427]},{"name":"NS_E_LICENSE_INCORRECT_RIGHTS","features":[427]},{"name":"NS_E_LICENSE_OUTOFDATE","features":[427]},{"name":"NS_E_LICENSE_REQUIRED","features":[427]},{"name":"NS_E_LOGFILEPERIOD","features":[427]},{"name":"NS_E_LOG_FILE_SIZE","features":[427]},{"name":"NS_E_LOG_NEED_TO_BE_SKIPPED","features":[427]},{"name":"NS_E_MARKIN_UNSUPPORTED","features":[427]},{"name":"NS_E_MAX_BITRATE","features":[427]},{"name":"NS_E_MAX_CLIENTS","features":[427]},{"name":"NS_E_MAX_FILERATE","features":[427]},{"name":"NS_E_MAX_FUNNELS_ALERT","features":[427]},{"name":"NS_E_MAX_PACKET_SIZE_TOO_SMALL","features":[427]},{"name":"NS_E_MEDIACD_READ_ERROR","features":[427]},{"name":"NS_E_MEDIA_LIBRARY_FAILED","features":[427]},{"name":"NS_E_MEDIA_PARSER_INVALID_FORMAT","features":[427]},{"name":"NS_E_MEMSTORAGE_BAD_DATA","features":[427]},{"name":"NS_E_METADATA_CACHE_DATA_NOT_AVAILABLE","features":[427]},{"name":"NS_E_METADATA_CANNOT_RETRIEVE_FROM_OFFLINE_CACHE","features":[427]},{"name":"NS_E_METADATA_CANNOT_SET_LOCALE","features":[427]},{"name":"NS_E_METADATA_FORMAT_NOT_SUPPORTED","features":[427]},{"name":"NS_E_METADATA_IDENTIFIER_NOT_AVAILABLE","features":[427]},{"name":"NS_E_METADATA_INVALID_DOCUMENT_TYPE","features":[427]},{"name":"NS_E_METADATA_LANGUAGE_NOT_SUPORTED","features":[427]},{"name":"NS_E_METADATA_NOT_AVAILABLE","features":[427]},{"name":"NS_E_METADATA_NO_EDITING_CAPABILITY","features":[427]},{"name":"NS_E_METADATA_NO_RFC1766_NAME_FOR_LOCALE","features":[427]},{"name":"NS_E_MISMATCHED_MEDIACONTENT","features":[427]},{"name":"NS_E_MISSING_AUDIENCE","features":[427]},{"name":"NS_E_MISSING_CHANNEL","features":[427]},{"name":"NS_E_MISSING_SOURCE_INDEX","features":[427]},{"name":"NS_E_MIXER_INVALID_CONTROL","features":[427]},{"name":"NS_E_MIXER_INVALID_LINE","features":[427]},{"name":"NS_E_MIXER_INVALID_VALUE","features":[427]},{"name":"NS_E_MIXER_NODRIVER","features":[427]},{"name":"NS_E_MIXER_UNKNOWN_MMRESULT","features":[427]},{"name":"NS_E_MLS_SMARTPLAYLIST_FILTER_NOT_REGISTERED","features":[427]},{"name":"NS_E_MMSAUTOSERVER_CANTFINDWALKER","features":[427]},{"name":"NS_E_MMS_NOT_SUPPORTED","features":[427]},{"name":"NS_E_MONITOR_GIVEUP","features":[427]},{"name":"NS_E_MP3_FORMAT_NOT_FOUND","features":[427]},{"name":"NS_E_MPDB_GENERIC","features":[427]},{"name":"NS_E_MSAUDIO_NOT_INSTALLED","features":[427]},{"name":"NS_E_MSBD_NO_LONGER_SUPPORTED","features":[427]},{"name":"NS_E_MULTICAST_DISABLED","features":[427]},{"name":"NS_E_MULTICAST_PLUGIN_NOT_ENABLED","features":[427]},{"name":"NS_E_MULTIPLE_AUDIO_CODECS","features":[427]},{"name":"NS_E_MULTIPLE_AUDIO_FORMATS","features":[427]},{"name":"NS_E_MULTIPLE_FILE_BITRATES","features":[427]},{"name":"NS_E_MULTIPLE_SCRIPT_BITRATES","features":[427]},{"name":"NS_E_MULTIPLE_VBR_AUDIENCES","features":[427]},{"name":"NS_E_MULTIPLE_VIDEO_CODECS","features":[427]},{"name":"NS_E_MULTIPLE_VIDEO_SIZES","features":[427]},{"name":"NS_E_NAMESPACE_BAD_NAME","features":[427]},{"name":"NS_E_NAMESPACE_BUFFER_TOO_SMALL","features":[427]},{"name":"NS_E_NAMESPACE_CALLBACK_NOT_FOUND","features":[427]},{"name":"NS_E_NAMESPACE_DUPLICATE_CALLBACK","features":[427]},{"name":"NS_E_NAMESPACE_DUPLICATE_NAME","features":[427]},{"name":"NS_E_NAMESPACE_EMPTY_NAME","features":[427]},{"name":"NS_E_NAMESPACE_INDEX_TOO_LARGE","features":[427]},{"name":"NS_E_NAMESPACE_NAME_TOO_LONG","features":[427]},{"name":"NS_E_NAMESPACE_NODE_CONFLICT","features":[427]},{"name":"NS_E_NAMESPACE_NODE_NOT_FOUND","features":[427]},{"name":"NS_E_NAMESPACE_TOO_MANY_CALLBACKS","features":[427]},{"name":"NS_E_NAMESPACE_WRONG_PERSIST","features":[427]},{"name":"NS_E_NAMESPACE_WRONG_SECURITY","features":[427]},{"name":"NS_E_NAMESPACE_WRONG_TYPE","features":[427]},{"name":"NS_E_NEED_CORE_REFERENCE","features":[427]},{"name":"NS_E_NEED_TO_ASK_USER","features":[427]},{"name":"NS_E_NETWORK_BUSY","features":[427]},{"name":"NS_E_NETWORK_RESOURCE_FAILURE","features":[427]},{"name":"NS_E_NETWORK_SERVICE_FAILURE","features":[427]},{"name":"NS_E_NETWORK_SINK_WRITE","features":[427]},{"name":"NS_E_NET_READ","features":[427]},{"name":"NS_E_NET_WRITE","features":[427]},{"name":"NS_E_NOCONNECTION","features":[427]},{"name":"NS_E_NOFUNNEL","features":[427]},{"name":"NS_E_NOMATCHING_ELEMENT","features":[427]},{"name":"NS_E_NOMATCHING_MEDIASOURCE","features":[427]},{"name":"NS_E_NONSQUAREPIXELMODE_MISMATCH","features":[427]},{"name":"NS_E_NOREGISTEREDWALKER","features":[427]},{"name":"NS_E_NOSOURCEGROUPS","features":[427]},{"name":"NS_E_NOSTATSAVAILABLE","features":[427]},{"name":"NS_E_NOTARCHIVING","features":[427]},{"name":"NS_E_NOTHING_TO_DO","features":[427]},{"name":"NS_E_NOTITLES","features":[427]},{"name":"NS_E_NOT_CONFIGURED","features":[427]},{"name":"NS_E_NOT_CONNECTED","features":[427]},{"name":"NS_E_NOT_CONTENT_PARTNER_TRACK","features":[427]},{"name":"NS_E_NOT_LICENSED","features":[427]},{"name":"NS_E_NOT_REBUILDING","features":[427]},{"name":"NS_E_NO_ACTIVE_SOURCEGROUP","features":[427]},{"name":"NS_E_NO_AUDIENCES","features":[427]},{"name":"NS_E_NO_AUDIODATA","features":[427]},{"name":"NS_E_NO_AUDIO_COMPAT","features":[427]},{"name":"NS_E_NO_AUDIO_TIMECOMPRESSION","features":[427]},{"name":"NS_E_NO_CD","features":[427]},{"name":"NS_E_NO_CD_BURNER","features":[427]},{"name":"NS_E_NO_CHANNELS","features":[427]},{"name":"NS_E_NO_DATAVIEW_SUPPORT","features":[427]},{"name":"NS_E_NO_DEVICE","features":[427]},{"name":"NS_E_NO_ERROR_STRING_FOUND","features":[427]},{"name":"NS_E_NO_EXISTING_PACKETIZER","features":[427]},{"name":"NS_E_NO_FORMATS","features":[427]},{"name":"NS_E_NO_FRAMES_SUBMITTED_TO_ANALYZER","features":[427]},{"name":"NS_E_NO_LOCALPLAY","features":[427]},{"name":"NS_E_NO_MBR_WITH_TIMECODE","features":[427]},{"name":"NS_E_NO_MEDIAFORMAT_IN_SOURCE","features":[427]},{"name":"NS_E_NO_MEDIA_IN_AUDIENCE","features":[427]},{"name":"NS_E_NO_MEDIA_PROTOCOL","features":[427]},{"name":"NS_E_NO_MORE_SAMPLES","features":[427]},{"name":"NS_E_NO_MULTICAST","features":[427]},{"name":"NS_E_NO_MULTIPASS_FOR_LIVEDEVICE","features":[427]},{"name":"NS_E_NO_NEW_CONNECTIONS","features":[427]},{"name":"NS_E_NO_PAL_INVERSE_TELECINE","features":[427]},{"name":"NS_E_NO_PDA","features":[427]},{"name":"NS_E_NO_PROFILE_IN_SOURCEGROUP","features":[427]},{"name":"NS_E_NO_PROFILE_NAME","features":[427]},{"name":"NS_E_NO_REALTIME_PREPROCESS","features":[427]},{"name":"NS_E_NO_REALTIME_TIMECOMPRESSION","features":[427]},{"name":"NS_E_NO_REFERENCES","features":[427]},{"name":"NS_E_NO_REPEAT_PREPROCESS","features":[427]},{"name":"NS_E_NO_SCRIPT_ENGINE","features":[427]},{"name":"NS_E_NO_SCRIPT_STREAM","features":[427]},{"name":"NS_E_NO_SERVER_CONTACT","features":[427]},{"name":"NS_E_NO_SMPTE_WITH_MULTIPLE_SOURCEGROUPS","features":[427]},{"name":"NS_E_NO_SPECIFIED_DEVICE","features":[427]},{"name":"NS_E_NO_STREAM","features":[427]},{"name":"NS_E_NO_TWOPASS_TIMECOMPRESSION","features":[427]},{"name":"NS_E_NO_VALID_OUTPUT_STREAM","features":[427]},{"name":"NS_E_NO_VALID_SOURCE_PLUGIN","features":[427]},{"name":"NS_E_NUM_LANGUAGE_MISMATCH","features":[427]},{"name":"NS_E_OFFLINE_MODE","features":[427]},{"name":"NS_E_OPEN_CONTAINING_FOLDER_FAILED","features":[427]},{"name":"NS_E_OPEN_FILE_LIMIT","features":[427]},{"name":"NS_E_OUTPUT_PROTECTION_LEVEL_UNSUPPORTED","features":[427]},{"name":"NS_E_OUTPUT_PROTECTION_SCHEME_UNSUPPORTED","features":[427]},{"name":"NS_E_PACKETSINK_UNKNOWN_FEC_STREAM","features":[427]},{"name":"NS_E_PAGING_ERROR","features":[427]},{"name":"NS_E_PARTIALLY_REBUILT_DISK","features":[427]},{"name":"NS_E_PDA_CANNOT_CREATE_ADDITIONAL_SYNC_RELATIONSHIP","features":[427]},{"name":"NS_E_PDA_CANNOT_SYNC_FROM_INTERNET","features":[427]},{"name":"NS_E_PDA_CANNOT_SYNC_FROM_LOCATION","features":[427]},{"name":"NS_E_PDA_CANNOT_SYNC_INVALID_PLAYLIST","features":[427]},{"name":"NS_E_PDA_CANNOT_TRANSCODE","features":[427]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_AUDIO","features":[427]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_IMAGE","features":[427]},{"name":"NS_E_PDA_CANNOT_TRANSCODE_TO_VIDEO","features":[427]},{"name":"NS_E_PDA_CEWMDM_DRM_ERROR","features":[427]},{"name":"NS_E_PDA_DELETE_FAILED","features":[427]},{"name":"NS_E_PDA_DEVICESUPPORTDISABLED","features":[427]},{"name":"NS_E_PDA_DEVICE_FULL","features":[427]},{"name":"NS_E_PDA_DEVICE_FULL_IN_SESSION","features":[427]},{"name":"NS_E_PDA_DEVICE_NOT_RESPONDING","features":[427]},{"name":"NS_E_PDA_ENCODER_NOT_RESPONDING","features":[427]},{"name":"NS_E_PDA_FAILED_TO_BURN","features":[427]},{"name":"NS_E_PDA_FAILED_TO_ENCRYPT_TRANSCODED_FILE","features":[427]},{"name":"NS_E_PDA_FAILED_TO_RETRIEVE_FILE","features":[427]},{"name":"NS_E_PDA_FAILED_TO_SYNCHRONIZE_FILE","features":[427]},{"name":"NS_E_PDA_FAILED_TO_TRANSCODE_PHOTO","features":[427]},{"name":"NS_E_PDA_FAIL_READ_WAVE_FILE","features":[427]},{"name":"NS_E_PDA_FAIL_SELECT_DEVICE","features":[427]},{"name":"NS_E_PDA_INITIALIZINGDEVICES","features":[427]},{"name":"NS_E_PDA_MANUALDEVICE","features":[427]},{"name":"NS_E_PDA_NO_LONGER_AVAILABLE","features":[427]},{"name":"NS_E_PDA_NO_TRANSCODE_OF_DRM","features":[427]},{"name":"NS_E_PDA_OBSOLETE_SP","features":[427]},{"name":"NS_E_PDA_PARTNERSHIPNOTEXIST","features":[427]},{"name":"NS_E_PDA_RETRIEVED_FILE_FILENAME_TOO_LONG","features":[427]},{"name":"NS_E_PDA_SYNC_FAILED","features":[427]},{"name":"NS_E_PDA_SYNC_LOGIN_ERROR","features":[427]},{"name":"NS_E_PDA_SYNC_RUNNING","features":[427]},{"name":"NS_E_PDA_TITLE_COLLISION","features":[427]},{"name":"NS_E_PDA_TOO_MANY_FILES_IN_DIRECTORY","features":[427]},{"name":"NS_E_PDA_TOO_MANY_FILE_COLLISIONS","features":[427]},{"name":"NS_E_PDA_TRANSCODECACHEFULL","features":[427]},{"name":"NS_E_PDA_TRANSCODE_CODEC_NOT_FOUND","features":[427]},{"name":"NS_E_PDA_TRANSCODE_NOT_PERMITTED","features":[427]},{"name":"NS_E_PDA_UNSPECIFIED_ERROR","features":[427]},{"name":"NS_E_PDA_UNSUPPORTED_FORMAT","features":[427]},{"name":"NS_E_PLAYLIST_CONTAINS_ERRORS","features":[427]},{"name":"NS_E_PLAYLIST_END_RECEDING","features":[427]},{"name":"NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING","features":[427]},{"name":"NS_E_PLAYLIST_ENTRY_HAS_CHANGED","features":[427]},{"name":"NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST","features":[427]},{"name":"NS_E_PLAYLIST_ENTRY_SEEK","features":[427]},{"name":"NS_E_PLAYLIST_PARSE_FAILURE","features":[427]},{"name":"NS_E_PLAYLIST_PLUGIN_NOT_FOUND","features":[427]},{"name":"NS_E_PLAYLIST_RECURSIVE_PLAYLISTS","features":[427]},{"name":"NS_E_PLAYLIST_SHUTDOWN","features":[427]},{"name":"NS_E_PLAYLIST_TOO_MANY_NESTED_PLAYLISTS","features":[427]},{"name":"NS_E_PLAYLIST_UNSUPPORTED_ENTRY","features":[427]},{"name":"NS_E_PLUGIN_CLSID_INVALID","features":[427]},{"name":"NS_E_PLUGIN_ERROR_REPORTED","features":[427]},{"name":"NS_E_PLUGIN_NOTSHUTDOWN","features":[427]},{"name":"NS_E_PORT_IN_USE","features":[427]},{"name":"NS_E_PORT_IN_USE_HTTP","features":[427]},{"name":"NS_E_PROCESSINGSHOWSYNCWIZARD","features":[427]},{"name":"NS_E_PROFILE_MISMATCH","features":[427]},{"name":"NS_E_PROPERTY_NOT_FOUND","features":[427]},{"name":"NS_E_PROPERTY_NOT_SUPPORTED","features":[427]},{"name":"NS_E_PROPERTY_READ_ONLY","features":[427]},{"name":"NS_E_PROTECTED_CONTENT","features":[427]},{"name":"NS_E_PROTOCOL_MISMATCH","features":[427]},{"name":"NS_E_PROXY_ACCESSDENIED","features":[427]},{"name":"NS_E_PROXY_CONNECT_TIMEOUT","features":[427]},{"name":"NS_E_PROXY_DNS_TIMEOUT","features":[427]},{"name":"NS_E_PROXY_NOT_FOUND","features":[427]},{"name":"NS_E_PROXY_SOURCE_ACCESSDENIED","features":[427]},{"name":"NS_E_PROXY_TIMEOUT","features":[427]},{"name":"NS_E_PUBLISHING_POINT_INVALID_REQUEST_WHILE_STARTED","features":[427]},{"name":"NS_E_PUBLISHING_POINT_REMOVED","features":[427]},{"name":"NS_E_PUBLISHING_POINT_STOPPED","features":[427]},{"name":"NS_E_PUSH_CANNOTCONNECT","features":[427]},{"name":"NS_E_PUSH_DUPLICATE_PUBLISHING_POINT_NAME","features":[427]},{"name":"NS_E_REBOOT_RECOMMENDED","features":[427]},{"name":"NS_E_REBOOT_REQUIRED","features":[427]},{"name":"NS_E_RECORDQ_DISK_FULL","features":[427]},{"name":"NS_E_REDBOOK_ENABLED_WHILE_COPYING","features":[427]},{"name":"NS_E_REDIRECT","features":[427]},{"name":"NS_E_REDIRECT_TO_PROXY","features":[427]},{"name":"NS_E_REFUSED_BY_SERVER","features":[427]},{"name":"NS_E_REG_FLUSH_FAILURE","features":[427]},{"name":"NS_E_REMIRRORED_DISK","features":[427]},{"name":"NS_E_REQUIRE_STREAMING_CLIENT","features":[427]},{"name":"NS_E_RESET_SOCKET_CONNECTION","features":[427]},{"name":"NS_E_RESOURCE_GONE","features":[427]},{"name":"NS_E_SAME_AS_INPUT_COMBINATION","features":[427]},{"name":"NS_E_SCHEMA_CLASSIFY_FAILURE","features":[427]},{"name":"NS_E_SCRIPT_DEBUGGER_NOT_INSTALLED","features":[427]},{"name":"NS_E_SDK_BUFFERTOOSMALL","features":[427]},{"name":"NS_E_SERVER_ACCESSDENIED","features":[427]},{"name":"NS_E_SERVER_DNS_TIMEOUT","features":[427]},{"name":"NS_E_SERVER_NOT_FOUND","features":[427]},{"name":"NS_E_SERVER_UNAVAILABLE","features":[427]},{"name":"NS_E_SESSION_INVALID","features":[427]},{"name":"NS_E_SESSION_NOT_FOUND","features":[427]},{"name":"NS_E_SETUP_BLOCKED","features":[427]},{"name":"NS_E_SETUP_DRM_MIGRATION_FAILED","features":[427]},{"name":"NS_E_SETUP_DRM_MIGRATION_FAILED_AND_IGNORABLE_FAILURE","features":[427]},{"name":"NS_E_SETUP_IGNORABLE_FAILURE","features":[427]},{"name":"NS_E_SETUP_INCOMPLETE","features":[427]},{"name":"NS_E_SET_DISK_UID_FAILED","features":[427]},{"name":"NS_E_SHARING_STATE_OUT_OF_SYNC","features":[427]},{"name":"NS_E_SHARING_VIOLATION","features":[427]},{"name":"NS_E_SHUTDOWN","features":[427]},{"name":"NS_E_SLOW_READ_DIGITAL","features":[427]},{"name":"NS_E_SLOW_READ_DIGITAL_WITH_ERRORCORRECTION","features":[427]},{"name":"NS_E_SMPTEMODE_MISMATCH","features":[427]},{"name":"NS_E_SOURCEGROUP_NOTPREPARED","features":[427]},{"name":"NS_E_SOURCE_CANNOT_LOOP","features":[427]},{"name":"NS_E_SOURCE_NOTSPECIFIED","features":[427]},{"name":"NS_E_SOURCE_PLUGIN_NOT_FOUND","features":[427]},{"name":"NS_E_SPEECHEDL_ON_NON_MIXEDMODE","features":[427]},{"name":"NS_E_STALE_PRESENTATION","features":[427]},{"name":"NS_E_STREAM_END","features":[427]},{"name":"NS_E_STRIDE_REFUSED","features":[427]},{"name":"NS_E_SUBSCRIPTIONSERVICE_DOWNLOAD_TIMEOUT","features":[427]},{"name":"NS_E_SUBSCRIPTIONSERVICE_LOGIN_FAILED","features":[427]},{"name":"NS_E_SUBSCRIPTIONSERVICE_PLAYBACK_DISALLOWED","features":[427]},{"name":"NS_E_SYNCWIZ_CANNOT_CHANGE_SETTINGS","features":[427]},{"name":"NS_E_SYNCWIZ_DEVICE_FULL","features":[427]},{"name":"NS_E_TABLE_KEY_NOT_FOUND","features":[427]},{"name":"NS_E_TAMPERED_CONTENT","features":[427]},{"name":"NS_E_TCP_DISABLED","features":[427]},{"name":"NS_E_TIGER_FAIL","features":[427]},{"name":"NS_E_TIMECODE_REQUIRES_VIDEOSTREAM","features":[427]},{"name":"NS_E_TIMEOUT","features":[427]},{"name":"NS_E_TITLE_BITRATE","features":[427]},{"name":"NS_E_TITLE_SIZE_EXCEEDED","features":[427]},{"name":"NS_E_TOO_MANY_AUDIO","features":[427]},{"name":"NS_E_TOO_MANY_DEVICECONTROL","features":[427]},{"name":"NS_E_TOO_MANY_HOPS","features":[427]},{"name":"NS_E_TOO_MANY_MULTICAST_SINKS","features":[427]},{"name":"NS_E_TOO_MANY_SESS","features":[427]},{"name":"NS_E_TOO_MANY_TITLES","features":[427]},{"name":"NS_E_TOO_MANY_VIDEO","features":[427]},{"name":"NS_E_TOO_MUCH_DATA","features":[427]},{"name":"NS_E_TOO_MUCH_DATA_FROM_SERVER","features":[427]},{"name":"NS_E_TRACK_DOWNLOAD_REQUIRES_ALBUM_PURCHASE","features":[427]},{"name":"NS_E_TRACK_DOWNLOAD_REQUIRES_PURCHASE","features":[427]},{"name":"NS_E_TRACK_PURCHASE_MAXIMUM_EXCEEDED","features":[427]},{"name":"NS_E_TRANSCODE_DELETECACHEERROR","features":[427]},{"name":"NS_E_TRANSFORM_PLUGIN_INVALID","features":[427]},{"name":"NS_E_TRANSFORM_PLUGIN_NOT_FOUND","features":[427]},{"name":"NS_E_UDP_DISABLED","features":[427]},{"name":"NS_E_UNABLE_TO_CREATE_RIP_LOCATION","features":[427]},{"name":"NS_E_UNCOMPRESSED_DIGITAL_AUDIO_PROTECTION_LEVEL_UNSUPPORTED","features":[427]},{"name":"NS_E_UNCOMPRESSED_DIGITAL_VIDEO_PROTECTION_LEVEL_UNSUPPORTED","features":[427]},{"name":"NS_E_UNCOMP_COMP_COMBINATION","features":[427]},{"name":"NS_E_UNEXPECTED_DISPLAY_SETTINGS","features":[427]},{"name":"NS_E_UNEXPECTED_MSAUDIO_ERROR","features":[427]},{"name":"NS_E_UNKNOWN_PROTOCOL","features":[427]},{"name":"NS_E_UNRECOGNIZED_STREAM_TYPE","features":[427]},{"name":"NS_E_UNSUPPORTED_ARCHIVEOPERATION","features":[427]},{"name":"NS_E_UNSUPPORTED_ARCHIVETYPE","features":[427]},{"name":"NS_E_UNSUPPORTED_ENCODER_DEVICE","features":[427]},{"name":"NS_E_UNSUPPORTED_LANGUAGE","features":[427]},{"name":"NS_E_UNSUPPORTED_LOAD_TYPE","features":[427]},{"name":"NS_E_UNSUPPORTED_PROPERTY","features":[427]},{"name":"NS_E_UNSUPPORTED_SOURCETYPE","features":[427]},{"name":"NS_E_URLLIST_INVALIDFORMAT","features":[427]},{"name":"NS_E_USER_STOP","features":[427]},{"name":"NS_E_USE_FILE_SOURCE","features":[427]},{"name":"NS_E_VBRMODE_MISMATCH","features":[427]},{"name":"NS_E_VIDCAPCREATEWINDOW","features":[427]},{"name":"NS_E_VIDCAPDRVINUSE","features":[427]},{"name":"NS_E_VIDCAPSTARTFAILED","features":[427]},{"name":"NS_E_VIDEODEVICE_BUSY","features":[427]},{"name":"NS_E_VIDEODEVICE_UNEXPECTED","features":[427]},{"name":"NS_E_VIDEODRIVER_UNSTABLE","features":[427]},{"name":"NS_E_VIDEO_BITRATE_STEPDOWN","features":[427]},{"name":"NS_E_VIDEO_CODEC_ERROR","features":[427]},{"name":"NS_E_VIDEO_CODEC_NOT_INSTALLED","features":[427]},{"name":"NS_E_VIDSOURCECOMPRESSION","features":[427]},{"name":"NS_E_VIDSOURCESIZE","features":[427]},{"name":"NS_E_WALKER_SERVER","features":[427]},{"name":"NS_E_WALKER_UNKNOWN","features":[427]},{"name":"NS_E_WALKER_USAGE","features":[427]},{"name":"NS_E_WAVE_OPEN","features":[427]},{"name":"NS_E_WINSOCK_ERROR_STRING","features":[427]},{"name":"NS_E_WIZARD_RUNNING","features":[427]},{"name":"NS_E_WMDM_REVOKED","features":[427]},{"name":"NS_E_WMDRM_DEPRECATED","features":[427]},{"name":"NS_E_WME_VERSION_MISMATCH","features":[427]},{"name":"NS_E_WMG_CANNOTQUEUE","features":[427]},{"name":"NS_E_WMG_COPP_SECURITY_INVALID","features":[427]},{"name":"NS_E_WMG_COPP_UNSUPPORTED","features":[427]},{"name":"NS_E_WMG_FILETRANSFERNOTALLOWED","features":[427]},{"name":"NS_E_WMG_INVALIDSTATE","features":[427]},{"name":"NS_E_WMG_INVALID_COPP_CERTIFICATE","features":[427]},{"name":"NS_E_WMG_LICENSE_TAMPERED","features":[427]},{"name":"NS_E_WMG_NOSDKINTERFACE","features":[427]},{"name":"NS_E_WMG_NOTALLOUTPUTSRENDERED","features":[427]},{"name":"NS_E_WMG_PLUGINUNAVAILABLE","features":[427]},{"name":"NS_E_WMG_PREROLLLICENSEACQUISITIONNOTALLOWED","features":[427]},{"name":"NS_E_WMG_RATEUNAVAILABLE","features":[427]},{"name":"NS_E_WMG_SINKALREADYEXISTS","features":[427]},{"name":"NS_E_WMG_UNEXPECTEDPREROLLSTATUS","features":[427]},{"name":"NS_E_WMPBR_BACKUPCANCEL","features":[427]},{"name":"NS_E_WMPBR_BACKUPRESTOREFAILED","features":[427]},{"name":"NS_E_WMPBR_DRIVE_INVALID","features":[427]},{"name":"NS_E_WMPBR_ERRORWITHURL","features":[427]},{"name":"NS_E_WMPBR_NAMECOLLISION","features":[427]},{"name":"NS_E_WMPBR_NOLISTENER","features":[427]},{"name":"NS_E_WMPBR_RESTORECANCEL","features":[427]},{"name":"NS_E_WMPCORE_BUFFERTOOSMALL","features":[427]},{"name":"NS_E_WMPCORE_BUSY","features":[427]},{"name":"NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT","features":[427]},{"name":"NS_E_WMPCORE_CODEC_DOWNLOAD_NOT_ALLOWED","features":[427]},{"name":"NS_E_WMPCORE_CODEC_NOT_FOUND","features":[427]},{"name":"NS_E_WMPCORE_CODEC_NOT_TRUSTED","features":[427]},{"name":"NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE","features":[427]},{"name":"NS_E_WMPCORE_DEVICE_DRIVERS_MISSING","features":[427]},{"name":"NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE","features":[427]},{"name":"NS_E_WMPCORE_ERRORSINKNOTREGISTERED","features":[427]},{"name":"NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST","features":[427]},{"name":"NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE","features":[427]},{"name":"NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST","features":[427]},{"name":"NS_E_WMPCORE_FILE_NOT_FOUND","features":[427]},{"name":"NS_E_WMPCORE_GRAPH_NOT_IN_LIST","features":[427]},{"name":"NS_E_WMPCORE_INVALIDPLAYLISTMODE","features":[427]},{"name":"NS_E_WMPCORE_INVALID_PLAYLIST_URL","features":[427]},{"name":"NS_E_WMPCORE_ITEMNOTINPLAYLIST","features":[427]},{"name":"NS_E_WMPCORE_LIST_ENTRY_NO_REF","features":[427]},{"name":"NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY","features":[427]},{"name":"NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE","features":[427]},{"name":"NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED","features":[427]},{"name":"NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST","features":[427]},{"name":"NS_E_WMPCORE_MEDIA_UNAVAILABLE","features":[427]},{"name":"NS_E_WMPCORE_MEDIA_URL_TOO_LONG","features":[427]},{"name":"NS_E_WMPCORE_MISMATCHED_RUNTIME","features":[427]},{"name":"NS_E_WMPCORE_MISNAMED_FILE","features":[427]},{"name":"NS_E_WMPCORE_NOBROWSER","features":[427]},{"name":"NS_E_WMPCORE_NOSOURCEURLSTRING","features":[427]},{"name":"NS_E_WMPCORE_NO_PLAYABLE_MEDIA_IN_PLAYLIST","features":[427]},{"name":"NS_E_WMPCORE_NO_REF_IN_ENTRY","features":[427]},{"name":"NS_E_WMPCORE_PLAYLISTEMPTY","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_EMPTY_NESTED_PLAYLIST_SKIPPED_ITEMS","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_EMPTY_OR_SINGLE_MEDIA","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_IMPORT_FAILED_NO_ITEMS","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE","features":[427]},{"name":"NS_E_WMPCORE_PLAYLIST_STACK_EMPTY","features":[427]},{"name":"NS_E_WMPCORE_SOME_CODECS_MISSING","features":[427]},{"name":"NS_E_WMPCORE_TEMP_FILE_NOT_FOUND","features":[427]},{"name":"NS_E_WMPCORE_UNAVAILABLE","features":[427]},{"name":"NS_E_WMPCORE_UNRECOGNIZED_MEDIA_URL","features":[427]},{"name":"NS_E_WMPCORE_USER_CANCEL","features":[427]},{"name":"NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION","features":[427]},{"name":"NS_E_WMPCORE_WEBHELPFAILED","features":[427]},{"name":"NS_E_WMPCORE_WMX_ENTRYREF_NO_REF","features":[427]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY","features":[427]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL","features":[427]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY","features":[427]},{"name":"NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL","features":[427]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY","features":[427]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL","features":[427]},{"name":"NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY","features":[427]},{"name":"NS_E_WMPFLASH_CANT_FIND_COM_SERVER","features":[427]},{"name":"NS_E_WMPFLASH_INCOMPATIBLEVERSION","features":[427]},{"name":"NS_E_WMPIM_DIALUPFAILED","features":[427]},{"name":"NS_E_WMPIM_USERCANCELED","features":[427]},{"name":"NS_E_WMPIM_USEROFFLINE","features":[427]},{"name":"NS_E_WMPOCXGRAPH_IE_DISALLOWS_ACTIVEX_CONTROLS","features":[427]},{"name":"NS_E_WMPOCX_ERRORMANAGERNOTAVAILABLE","features":[427]},{"name":"NS_E_WMPOCX_NOT_RUNNING_REMOTELY","features":[427]},{"name":"NS_E_WMPOCX_NO_ACTIVE_CORE","features":[427]},{"name":"NS_E_WMPOCX_NO_REMOTE_CORE","features":[427]},{"name":"NS_E_WMPOCX_NO_REMOTE_WINDOW","features":[427]},{"name":"NS_E_WMPOCX_PLAYER_NOT_DOCKED","features":[427]},{"name":"NS_E_WMPOCX_REMOTE_PLAYER_ALREADY_RUNNING","features":[427]},{"name":"NS_E_WMPOCX_UNABLE_TO_LOAD_SKIN","features":[427]},{"name":"NS_E_WMPXML_ATTRIBUTENOTFOUND","features":[427]},{"name":"NS_E_WMPXML_EMPTYDOC","features":[427]},{"name":"NS_E_WMPXML_ENDOFDATA","features":[427]},{"name":"NS_E_WMPXML_NOERROR","features":[427]},{"name":"NS_E_WMPXML_PARSEERROR","features":[427]},{"name":"NS_E_WMPXML_PINOTFOUND","features":[427]},{"name":"NS_E_WMPZIP_CORRUPT","features":[427]},{"name":"NS_E_WMPZIP_FILENOTFOUND","features":[427]},{"name":"NS_E_WMPZIP_NOTAZIPFILE","features":[427]},{"name":"NS_E_WMP_ACCESS_DENIED","features":[427]},{"name":"NS_E_WMP_ADDTOLIBRARY_FAILED","features":[427]},{"name":"NS_E_WMP_ALREADY_IN_USE","features":[427]},{"name":"NS_E_WMP_AUDIO_CODEC_NOT_INSTALLED","features":[427]},{"name":"NS_E_WMP_AUDIO_DEVICE_LOST","features":[427]},{"name":"NS_E_WMP_AUDIO_HW_PROBLEM","features":[427]},{"name":"NS_E_WMP_AUTOPLAY_INVALID_STATE","features":[427]},{"name":"NS_E_WMP_BAD_DRIVER","features":[427]},{"name":"NS_E_WMP_BMP_BITMAP_NOT_CREATED","features":[427]},{"name":"NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED","features":[427]},{"name":"NS_E_WMP_BMP_INVALID_BITMASK","features":[427]},{"name":"NS_E_WMP_BMP_INVALID_FORMAT","features":[427]},{"name":"NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED","features":[427]},{"name":"NS_E_WMP_BSTR_TOO_LONG","features":[427]},{"name":"NS_E_WMP_BURN_DISC_OVERFLOW","features":[427]},{"name":"NS_E_WMP_CANNOT_BURN_NON_LOCAL_FILE","features":[427]},{"name":"NS_E_WMP_CANNOT_FIND_FILE","features":[427]},{"name":"NS_E_WMP_CANNOT_FIND_FOLDER","features":[427]},{"name":"NS_E_WMP_CANT_PLAY_PROTECTED","features":[427]},{"name":"NS_E_WMP_CD_ANOTHER_USER","features":[427]},{"name":"NS_E_WMP_CD_STASH_NO_SPACE","features":[427]},{"name":"NS_E_WMP_CODEC_NEEDED_WITH_4CC","features":[427]},{"name":"NS_E_WMP_CODEC_NEEDED_WITH_FORMATTAG","features":[427]},{"name":"NS_E_WMP_COMPONENT_REVOKED","features":[427]},{"name":"NS_E_WMP_CONNECT_TIMEOUT","features":[427]},{"name":"NS_E_WMP_CONVERT_FILE_CORRUPT","features":[427]},{"name":"NS_E_WMP_CONVERT_FILE_FAILED","features":[427]},{"name":"NS_E_WMP_CONVERT_NO_RIGHTS_ERRORURL","features":[427]},{"name":"NS_E_WMP_CONVERT_NO_RIGHTS_NOERRORURL","features":[427]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_ERRORURL","features":[427]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNAVAILABLE_NOERRORURL","features":[427]},{"name":"NS_E_WMP_CONVERT_PLUGIN_UNKNOWN_FILE_OWNER","features":[427]},{"name":"NS_E_WMP_CS_JPGPOSITIONIMAGE","features":[427]},{"name":"NS_E_WMP_CS_NOTEVENLYDIVISIBLE","features":[427]},{"name":"NS_E_WMP_DAI_SONGTOOSHORT","features":[427]},{"name":"NS_E_WMP_DRM_ACQUIRING_LICENSE","features":[427]},{"name":"NS_E_WMP_DRM_CANNOT_RESTORE","features":[427]},{"name":"NS_E_WMP_DRM_COMPONENT_FAILURE","features":[427]},{"name":"NS_E_WMP_DRM_CORRUPT_BACKUP","features":[427]},{"name":"NS_E_WMP_DRM_DRIVER_AUTH_FAILURE","features":[427]},{"name":"NS_E_WMP_DRM_GENERIC_LICENSE_FAILURE","features":[427]},{"name":"NS_E_WMP_DRM_INDIV_FAILED","features":[427]},{"name":"NS_E_WMP_DRM_INVALID_SIG","features":[427]},{"name":"NS_E_WMP_DRM_LICENSE_CONTENT_REVOKED","features":[427]},{"name":"NS_E_WMP_DRM_LICENSE_EXPIRED","features":[427]},{"name":"NS_E_WMP_DRM_LICENSE_NOSAP","features":[427]},{"name":"NS_E_WMP_DRM_LICENSE_NOTACQUIRED","features":[427]},{"name":"NS_E_WMP_DRM_LICENSE_NOTENABLED","features":[427]},{"name":"NS_E_WMP_DRM_LICENSE_SERVER_UNAVAILABLE","features":[427]},{"name":"NS_E_WMP_DRM_LICENSE_UNUSABLE","features":[427]},{"name":"NS_E_WMP_DRM_NEEDS_AUTHORIZATION","features":[427]},{"name":"NS_E_WMP_DRM_NEW_HARDWARE","features":[427]},{"name":"NS_E_WMP_DRM_NOT_ACQUIRING","features":[427]},{"name":"NS_E_WMP_DRM_NO_DEVICE_CERT","features":[427]},{"name":"NS_E_WMP_DRM_NO_RIGHTS","features":[427]},{"name":"NS_E_WMP_DRM_NO_SECURE_CLOCK","features":[427]},{"name":"NS_E_WMP_DRM_UNABLE_TO_ACQUIRE_LICENSE","features":[427]},{"name":"NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT","features":[427]},{"name":"NS_E_WMP_ERASE_FAILED","features":[427]},{"name":"NS_E_WMP_EXTERNAL_NOTREADY","features":[427]},{"name":"NS_E_WMP_FAILED_TO_OPEN_IMAGE","features":[427]},{"name":"NS_E_WMP_FAILED_TO_OPEN_WMD","features":[427]},{"name":"NS_E_WMP_FAILED_TO_RIP_TRACK","features":[427]},{"name":"NS_E_WMP_FAILED_TO_SAVE_FILE","features":[427]},{"name":"NS_E_WMP_FAILED_TO_SAVE_PLAYLIST","features":[427]},{"name":"NS_E_WMP_FILESCANALREADYSTARTED","features":[427]},{"name":"NS_E_WMP_FILE_DOES_NOT_FIT_ON_CD","features":[427]},{"name":"NS_E_WMP_FILE_NO_DURATION","features":[427]},{"name":"NS_E_WMP_FILE_OPEN_FAILED","features":[427]},{"name":"NS_E_WMP_FILE_TYPE_CANNOT_BURN_TO_AUDIO_CD","features":[427]},{"name":"NS_E_WMP_FORMAT_FAILED","features":[427]},{"name":"NS_E_WMP_GIF_BAD_VERSION_NUMBER","features":[427]},{"name":"NS_E_WMP_GIF_INVALID_FORMAT","features":[427]},{"name":"NS_E_WMP_GIF_NO_IMAGE_IN_FILE","features":[427]},{"name":"NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE","features":[427]},{"name":"NS_E_WMP_GOFULLSCREEN_FAILED","features":[427]},{"name":"NS_E_WMP_HME_INVALIDOBJECTID","features":[427]},{"name":"NS_E_WMP_HME_NOTSEARCHABLEFORITEMS","features":[427]},{"name":"NS_E_WMP_HME_STALEREQUEST","features":[427]},{"name":"NS_E_WMP_HWND_NOTFOUND","features":[427]},{"name":"NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED","features":[427]},{"name":"NS_E_WMP_IMAGE_INVALID_FORMAT","features":[427]},{"name":"NS_E_WMP_IMAPI2_ERASE_DEVICE_BUSY","features":[427]},{"name":"NS_E_WMP_IMAPI2_ERASE_FAIL","features":[427]},{"name":"NS_E_WMP_IMAPI_DEVICE_BUSY","features":[427]},{"name":"NS_E_WMP_IMAPI_DEVICE_INVALIDTYPE","features":[427]},{"name":"NS_E_WMP_IMAPI_DEVICE_NOTPRESENT","features":[427]},{"name":"NS_E_WMP_IMAPI_FAILURE","features":[427]},{"name":"NS_E_WMP_IMAPI_GENERIC","features":[427]},{"name":"NS_E_WMP_IMAPI_LOSS_OF_STREAMING","features":[427]},{"name":"NS_E_WMP_IMAPI_MEDIA_INCOMPATIBLE","features":[427]},{"name":"NS_E_WMP_INVALID_ASX","features":[427]},{"name":"NS_E_WMP_INVALID_KEY","features":[427]},{"name":"NS_E_WMP_INVALID_LIBRARY_ADD","features":[427]},{"name":"NS_E_WMP_INVALID_MAX_VAL","features":[427]},{"name":"NS_E_WMP_INVALID_MIN_VAL","features":[427]},{"name":"NS_E_WMP_INVALID_PROTOCOL","features":[427]},{"name":"NS_E_WMP_INVALID_REQUEST","features":[427]},{"name":"NS_E_WMP_INVALID_SKIN","features":[427]},{"name":"NS_E_WMP_JPGTRANSPARENCY","features":[427]},{"name":"NS_E_WMP_JPG_BAD_DCTSIZE","features":[427]},{"name":"NS_E_WMP_JPG_BAD_PRECISION","features":[427]},{"name":"NS_E_WMP_JPG_BAD_VERSION_NUMBER","features":[427]},{"name":"NS_E_WMP_JPG_CCIR601_NOTIMPL","features":[427]},{"name":"NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL","features":[427]},{"name":"NS_E_WMP_JPG_IMAGE_TOO_BIG","features":[427]},{"name":"NS_E_WMP_JPG_INVALID_FORMAT","features":[427]},{"name":"NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL","features":[427]},{"name":"NS_E_WMP_JPG_NO_IMAGE_IN_FILE","features":[427]},{"name":"NS_E_WMP_JPG_READ_ERROR","features":[427]},{"name":"NS_E_WMP_JPG_SOF_UNSUPPORTED","features":[427]},{"name":"NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE","features":[427]},{"name":"NS_E_WMP_JPG_UNKNOWN_MARKER","features":[427]},{"name":"NS_E_WMP_LICENSE_REQUIRED","features":[427]},{"name":"NS_E_WMP_LICENSE_RESTRICTS","features":[427]},{"name":"NS_E_WMP_LOCKEDINSKINMODE","features":[427]},{"name":"NS_E_WMP_LOGON_FAILURE","features":[427]},{"name":"NS_E_WMP_MF_CODE_EXPIRED","features":[427]},{"name":"NS_E_WMP_MLS_STALE_DATA","features":[427]},{"name":"NS_E_WMP_MMS_NOT_SUPPORTED","features":[427]},{"name":"NS_E_WMP_MSSAP_NOT_AVAILABLE","features":[427]},{"name":"NS_E_WMP_MULTICAST_DISABLED","features":[427]},{"name":"NS_E_WMP_MULTIPLE_ERROR_IN_PLAYLIST","features":[427]},{"name":"NS_E_WMP_NEED_UPGRADE","features":[427]},{"name":"NS_E_WMP_NETWORK_ERROR","features":[427]},{"name":"NS_E_WMP_NETWORK_FIREWALL","features":[427]},{"name":"NS_E_WMP_NETWORK_RESOURCE_FAILURE","features":[427]},{"name":"NS_E_WMP_NONMEDIA_FILES","features":[427]},{"name":"NS_E_WMP_NO_DISK_SPACE","features":[427]},{"name":"NS_E_WMP_NO_PROTOCOLS_SELECTED","features":[427]},{"name":"NS_E_WMP_NO_REMOVABLE_MEDIA","features":[427]},{"name":"NS_E_WMP_OUTOFMEMORY","features":[427]},{"name":"NS_E_WMP_PATH_ALREADY_IN_LIBRARY","features":[427]},{"name":"NS_E_WMP_PLAYLIST_EXISTS","features":[427]},{"name":"NS_E_WMP_PLUGINDLL_NOTFOUND","features":[427]},{"name":"NS_E_WMP_PNG_INVALIDFORMAT","features":[427]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC","features":[427]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH","features":[427]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION","features":[427]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_FILTER","features":[427]},{"name":"NS_E_WMP_PNG_UNSUPPORTED_INTERLACE","features":[427]},{"name":"NS_E_WMP_POLICY_VALUE_NOT_CONFIGURED","features":[427]},{"name":"NS_E_WMP_PROTECTED_CONTENT","features":[427]},{"name":"NS_E_WMP_PROTOCOL_PROBLEM","features":[427]},{"name":"NS_E_WMP_PROXY_CONNECT_TIMEOUT","features":[427]},{"name":"NS_E_WMP_PROXY_NOT_FOUND","features":[427]},{"name":"NS_E_WMP_RBC_JPGMAPPINGIMAGE","features":[427]},{"name":"NS_E_WMP_RECORDING_NOT_ALLOWED","features":[427]},{"name":"NS_E_WMP_RIP_FAILED","features":[427]},{"name":"NS_E_WMP_SAVEAS_READONLY","features":[427]},{"name":"NS_E_WMP_SENDMAILFAILED","features":[427]},{"name":"NS_E_WMP_SERVER_DNS_TIMEOUT","features":[427]},{"name":"NS_E_WMP_SERVER_INACCESSIBLE","features":[427]},{"name":"NS_E_WMP_SERVER_NONEWCONNECTIONS","features":[427]},{"name":"NS_E_WMP_SERVER_NOT_RESPONDING","features":[427]},{"name":"NS_E_WMP_SERVER_SECURITY_ERROR","features":[427]},{"name":"NS_E_WMP_SERVER_UNAVAILABLE","features":[427]},{"name":"NS_E_WMP_STREAMING_RECORDING_NOT_ALLOWED","features":[427]},{"name":"NS_E_WMP_TAMPERED_CONTENT","features":[427]},{"name":"NS_E_WMP_UDRM_NOUSERLIST","features":[427]},{"name":"NS_E_WMP_UI_NOSKININZIP","features":[427]},{"name":"NS_E_WMP_UI_NOTATHEMEFILE","features":[427]},{"name":"NS_E_WMP_UI_OBJECTNOTFOUND","features":[427]},{"name":"NS_E_WMP_UI_PASSTHROUGH","features":[427]},{"name":"NS_E_WMP_UI_SECONDHANDLER","features":[427]},{"name":"NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED","features":[427]},{"name":"NS_E_WMP_UI_SUBELEMENTNOTFOUND","features":[427]},{"name":"NS_E_WMP_UI_VERSIONMISMATCH","features":[427]},{"name":"NS_E_WMP_UI_VERSIONPARSE","features":[427]},{"name":"NS_E_WMP_UI_VIEWIDNOTFOUND","features":[427]},{"name":"NS_E_WMP_UNKNOWN_ERROR","features":[427]},{"name":"NS_E_WMP_UNSUPPORTED_FORMAT","features":[427]},{"name":"NS_E_WMP_UPGRADE_APPLICATION","features":[427]},{"name":"NS_E_WMP_URLDOWNLOADFAILED","features":[427]},{"name":"NS_E_WMP_VERIFY_ONLINE","features":[427]},{"name":"NS_E_WMP_VIDEO_CODEC_NOT_INSTALLED","features":[427]},{"name":"NS_E_WMP_WINDOWSAPIFAILURE","features":[427]},{"name":"NS_E_WMP_WMDM_BUSY","features":[427]},{"name":"NS_E_WMP_WMDM_FAILURE","features":[427]},{"name":"NS_E_WMP_WMDM_INCORRECT_RIGHTS","features":[427]},{"name":"NS_E_WMP_WMDM_INTERFACEDEAD","features":[427]},{"name":"NS_E_WMP_WMDM_LICENSE_EXPIRED","features":[427]},{"name":"NS_E_WMP_WMDM_LICENSE_NOTEXIST","features":[427]},{"name":"NS_E_WMP_WMDM_NORIGHTS","features":[427]},{"name":"NS_E_WMP_WMDM_NOTCERTIFIED","features":[427]},{"name":"NS_E_WMR_CANNOT_RENDER_BINARY_STREAM","features":[427]},{"name":"NS_E_WMR_NOCALLBACKAVAILABLE","features":[427]},{"name":"NS_E_WMR_NOSOURCEFILTER","features":[427]},{"name":"NS_E_WMR_PINNOTFOUND","features":[427]},{"name":"NS_E_WMR_PINTYPENOMATCH","features":[427]},{"name":"NS_E_WMR_SAMPLEPROPERTYNOTSET","features":[427]},{"name":"NS_E_WMR_UNSUPPORTEDSTREAM","features":[427]},{"name":"NS_E_WMR_WAITINGONFORMATSWITCH","features":[427]},{"name":"NS_E_WMR_WILLNOT_RENDER_BINARY_STREAM","features":[427]},{"name":"NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS","features":[427]},{"name":"NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST","features":[427]},{"name":"NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE","features":[427]},{"name":"NS_E_WMX_INVALID_FORMAT_OVER_NESTING","features":[427]},{"name":"NS_E_WMX_ITEM_DOES_NOT_EXIST","features":[427]},{"name":"NS_E_WMX_ITEM_TYPE_ILLEGAL","features":[427]},{"name":"NS_E_WMX_ITEM_UNSETTABLE","features":[427]},{"name":"NS_E_WMX_PLAYLIST_EMPTY","features":[427]},{"name":"NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT","features":[427]},{"name":"NS_E_WONT_DO_DIGITAL","features":[427]},{"name":"NS_E_WRONG_OS_VERSION","features":[427]},{"name":"NS_E_WRONG_PUBLISHING_POINT_TYPE","features":[427]},{"name":"NS_E_WSX_INVALID_VERSION","features":[427]},{"name":"NS_I_CATATONIC_AUTO_UNFAIL","features":[427]},{"name":"NS_I_CATATONIC_FAILURE","features":[427]},{"name":"NS_I_CUB_RUNNING","features":[427]},{"name":"NS_I_CUB_START","features":[427]},{"name":"NS_I_CUB_UNFAIL_LINK","features":[427]},{"name":"NS_I_DISK_REBUILD_ABORTED","features":[427]},{"name":"NS_I_DISK_REBUILD_FINISHED","features":[427]},{"name":"NS_I_DISK_REBUILD_STARTED","features":[427]},{"name":"NS_I_DISK_START","features":[427]},{"name":"NS_I_DISK_STOP","features":[427]},{"name":"NS_I_EXISTING_PACKETIZER","features":[427]},{"name":"NS_I_KILL_CONNECTION","features":[427]},{"name":"NS_I_KILL_USERSESSION","features":[427]},{"name":"NS_I_LIMIT_BANDWIDTH","features":[427]},{"name":"NS_I_LIMIT_FUNNELS","features":[427]},{"name":"NS_I_LOGGING_FAILED","features":[427]},{"name":"NS_I_MANUAL_PROXY","features":[427]},{"name":"NS_I_NOLOG_STOP","features":[427]},{"name":"NS_I_PLAYLIST_CHANGE_RECEDING","features":[427]},{"name":"NS_I_REBUILD_DISK","features":[427]},{"name":"NS_I_RECONNECTED","features":[427]},{"name":"NS_I_RESTRIPE_CUB_OUT","features":[427]},{"name":"NS_I_RESTRIPE_DISK_OUT","features":[427]},{"name":"NS_I_RESTRIPE_DONE","features":[427]},{"name":"NS_I_RESTRIPE_START","features":[427]},{"name":"NS_I_START_DISK","features":[427]},{"name":"NS_I_STOP_CUB","features":[427]},{"name":"NS_I_STOP_DISK","features":[427]},{"name":"NS_I_TIGER_START","features":[427]},{"name":"NS_S_CALLABORTED","features":[427]},{"name":"NS_S_CALLPENDING","features":[427]},{"name":"NS_S_CHANGENOTICE","features":[427]},{"name":"NS_S_DEGRADING_QUALITY","features":[427]},{"name":"NS_S_DRM_ACQUIRE_CANCELLED","features":[427]},{"name":"NS_S_DRM_BURNABLE_TRACK","features":[427]},{"name":"NS_S_DRM_BURNABLE_TRACK_WITH_PLAYLIST_RESTRICTION","features":[427]},{"name":"NS_S_DRM_INDIVIDUALIZED","features":[427]},{"name":"NS_S_DRM_LICENSE_ACQUIRED","features":[427]},{"name":"NS_S_DRM_MONITOR_CANCELLED","features":[427]},{"name":"NS_S_DRM_NEEDS_INDIVIDUALIZATION","features":[427]},{"name":"NS_S_EOSRECEDING","features":[427]},{"name":"NS_S_NAVIGATION_COMPLETE_WITH_ERRORS","features":[427]},{"name":"NS_S_NEED_TO_BUY_BURN_RIGHTS","features":[427]},{"name":"NS_S_OPERATION_PENDING","features":[427]},{"name":"NS_S_PUBLISHING_POINT_STARTED_WITH_FAILED_SINKS","features":[427]},{"name":"NS_S_REBOOT_RECOMMENDED","features":[427]},{"name":"NS_S_REBOOT_REQUIRED","features":[427]},{"name":"NS_S_REBUFFERING","features":[427]},{"name":"NS_S_STREAM_TRUNCATED","features":[427]},{"name":"NS_S_TRACK_ALREADY_DOWNLOADED","features":[427]},{"name":"NS_S_TRACK_BUY_REQUIRES_ALBUM_PURCHASE","features":[427]},{"name":"NS_S_TRANSCRYPTOR_EOF","features":[427]},{"name":"NS_S_WMG_ADVISE_DROP_FRAME","features":[427]},{"name":"NS_S_WMG_ADVISE_DROP_TO_KEYFRAME","features":[427]},{"name":"NS_S_WMG_FORCE_DROP_FRAME","features":[427]},{"name":"NS_S_WMPBR_PARTIALSUCCESS","features":[427]},{"name":"NS_S_WMPBR_SUCCESS","features":[427]},{"name":"NS_S_WMPCORE_COMMAND_NOT_AVAILABLE","features":[427]},{"name":"NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING","features":[427]},{"name":"NS_S_WMPCORE_MEDIA_VALIDATION_PENDING","features":[427]},{"name":"NS_S_WMPCORE_MORE_NODES_AVAIABLE","features":[427]},{"name":"NS_S_WMPCORE_PLAYLISTCLEARABORT","features":[427]},{"name":"NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT","features":[427]},{"name":"NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA","features":[427]},{"name":"NS_S_WMPCORE_PLAYLIST_CREATION_PENDING","features":[427]},{"name":"NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS","features":[427]},{"name":"NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED","features":[427]},{"name":"NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED","features":[427]},{"name":"NS_S_WMPEFFECT_OPAQUE","features":[427]},{"name":"NS_S_WMPEFFECT_TRANSPARENT","features":[427]},{"name":"NS_S_WMP_EXCEPTION","features":[427]},{"name":"NS_S_WMP_LOADED_BMP_IMAGE","features":[427]},{"name":"NS_S_WMP_LOADED_GIF_IMAGE","features":[427]},{"name":"NS_S_WMP_LOADED_JPG_IMAGE","features":[427]},{"name":"NS_S_WMP_LOADED_PNG_IMAGE","features":[427]},{"name":"NS_S_WMP_UI_VERSIONMISMATCH","features":[427]},{"name":"NS_S_WMR_ALREADYRENDERED","features":[427]},{"name":"NS_S_WMR_PINTYPEFULLMATCH","features":[427]},{"name":"NS_S_WMR_PINTYPEPARTIALMATCH","features":[427]},{"name":"NS_W_FILE_BANDWIDTH_LIMIT","features":[427]},{"name":"NS_W_SERVER_BANDWIDTH_LIMIT","features":[427]},{"name":"NS_W_UNKNOWN_EVENT","features":[427]},{"name":"OLIADPCMWAVEFORMAT","features":[428,427]},{"name":"OLICELPWAVEFORMAT","features":[428,427]},{"name":"OLIGSMWAVEFORMAT","features":[428,427]},{"name":"OLIOPRWAVEFORMAT","features":[428,427]},{"name":"OLISBCWAVEFORMAT","features":[428,427]},{"name":"OpenDriver","features":[305,427]},{"name":"PD_CAN_DRAW_DIB","features":[427]},{"name":"PD_CAN_STRETCHDIB","features":[427]},{"name":"PD_STRETCHDIB_1_1_OK","features":[427]},{"name":"PD_STRETCHDIB_1_2_OK","features":[427]},{"name":"PD_STRETCHDIB_1_N_OK","features":[427]},{"name":"ROCKWELL_WA1_MIXER","features":[427]},{"name":"ROCKWELL_WA1_MPU401_IN","features":[427]},{"name":"ROCKWELL_WA1_MPU401_OUT","features":[427]},{"name":"ROCKWELL_WA1_SYNTH","features":[427]},{"name":"ROCKWELL_WA1_WAVEIN","features":[427]},{"name":"ROCKWELL_WA1_WAVEOUT","features":[427]},{"name":"ROCKWELL_WA2_MIXER","features":[427]},{"name":"ROCKWELL_WA2_MPU401_IN","features":[427]},{"name":"ROCKWELL_WA2_MPU401_OUT","features":[427]},{"name":"ROCKWELL_WA2_SYNTH","features":[427]},{"name":"ROCKWELL_WA2_WAVEIN","features":[427]},{"name":"ROCKWELL_WA2_WAVEOUT","features":[427]},{"name":"SEARCH_ANY","features":[427]},{"name":"SEARCH_BACKWARD","features":[427]},{"name":"SEARCH_FORWARD","features":[427]},{"name":"SEARCH_KEY","features":[427]},{"name":"SEARCH_NEAREST","features":[427]},{"name":"SEEK_CUR","features":[427]},{"name":"SEEK_END","features":[427]},{"name":"SEEK_SET","features":[427]},{"name":"SIERRAADPCMWAVEFORMAT","features":[428,427]},{"name":"SONARCWAVEFORMAT","features":[428,427]},{"name":"SendDriverMessage","features":[305,427]},{"name":"TARGET_DEVICE_FRIENDLY_NAME","features":[427]},{"name":"TARGET_DEVICE_OPEN_EXCLUSIVELY","features":[427]},{"name":"TASKERR_NOTASKSUPPORT","features":[427]},{"name":"TASKERR_OUTOFMEMORY","features":[427]},{"name":"TDD_BEGINMINPERIOD","features":[427]},{"name":"TDD_ENDMINPERIOD","features":[427]},{"name":"TDD_GETDEVCAPS","features":[427]},{"name":"TDD_GETSYSTEMTIME","features":[427]},{"name":"TDD_KILLTIMEREVENT","features":[427]},{"name":"TDD_SETTIMEREVENT","features":[427]},{"name":"TIMEREVENT","features":[427]},{"name":"TRUESPEECHWAVEFORMAT","features":[428,427]},{"name":"VADMAD_Device_ID","features":[427]},{"name":"VCAPS_CAN_SCALE","features":[427]},{"name":"VCAPS_DST_CAN_CLIP","features":[427]},{"name":"VCAPS_OVERLAY","features":[427]},{"name":"VCAPS_SRC_CAN_CLIP","features":[427]},{"name":"VFWWDMExtensionProc","features":[305,427,357]},{"name":"VFW_HIDE_CAMERACONTROL_PAGE","features":[427]},{"name":"VFW_HIDE_SETTINGS_PAGE","features":[427]},{"name":"VFW_HIDE_VIDEOSRC_PAGE","features":[427]},{"name":"VFW_OEM_ADD_PAGE","features":[427]},{"name":"VFW_QUERY_DEV_CHANGED","features":[427]},{"name":"VFW_USE_DEVICE_HANDLE","features":[427]},{"name":"VFW_USE_STREAM_HANDLE","features":[427]},{"name":"VHDR_DONE","features":[427]},{"name":"VHDR_INQUEUE","features":[427]},{"name":"VHDR_KEYFRAME","features":[427]},{"name":"VHDR_PREPARED","features":[427]},{"name":"VHDR_VALID","features":[427]},{"name":"VIDCF_COMPRESSFRAMES","features":[427]},{"name":"VIDCF_CRUNCH","features":[427]},{"name":"VIDCF_DRAW","features":[427]},{"name":"VIDCF_FASTTEMPORALC","features":[427]},{"name":"VIDCF_FASTTEMPORALD","features":[427]},{"name":"VIDCF_QUALITY","features":[427]},{"name":"VIDCF_TEMPORAL","features":[427]},{"name":"VIDEOHDR","features":[427]},{"name":"VIDEO_CONFIGURE_CURRENT","features":[427]},{"name":"VIDEO_CONFIGURE_GET","features":[427]},{"name":"VIDEO_CONFIGURE_MAX","features":[427]},{"name":"VIDEO_CONFIGURE_MIN","features":[427]},{"name":"VIDEO_CONFIGURE_NOMINAL","features":[427]},{"name":"VIDEO_CONFIGURE_QUERY","features":[427]},{"name":"VIDEO_CONFIGURE_QUERYSIZE","features":[427]},{"name":"VIDEO_CONFIGURE_SET","features":[427]},{"name":"VIDEO_DLG_QUERY","features":[427]},{"name":"VIDEO_EXTERNALIN","features":[427]},{"name":"VIDEO_EXTERNALOUT","features":[427]},{"name":"VIDEO_IN","features":[427]},{"name":"VIDEO_OUT","features":[427]},{"name":"VP_COMMAND_GET","features":[427]},{"name":"VP_COMMAND_SET","features":[427]},{"name":"VP_CP_CMD_ACTIVATE","features":[427]},{"name":"VP_CP_CMD_CHANGE","features":[427]},{"name":"VP_CP_CMD_DEACTIVATE","features":[427]},{"name":"VP_CP_TYPE_APS_TRIGGER","features":[427]},{"name":"VP_CP_TYPE_MACROVISION","features":[427]},{"name":"VP_FLAGS_BRIGHTNESS","features":[427]},{"name":"VP_FLAGS_CONTRAST","features":[427]},{"name":"VP_FLAGS_COPYPROTECT","features":[427]},{"name":"VP_FLAGS_FLICKER","features":[427]},{"name":"VP_FLAGS_MAX_UNSCALED","features":[427]},{"name":"VP_FLAGS_OVERSCAN","features":[427]},{"name":"VP_FLAGS_POSITION","features":[427]},{"name":"VP_FLAGS_TV_MODE","features":[427]},{"name":"VP_FLAGS_TV_STANDARD","features":[427]},{"name":"VP_MODE_TV_PLAYBACK","features":[427]},{"name":"VP_MODE_WIN_GRAPHICS","features":[427]},{"name":"VP_TV_STANDARD_NTSC_433","features":[427]},{"name":"VP_TV_STANDARD_NTSC_M","features":[427]},{"name":"VP_TV_STANDARD_NTSC_M_J","features":[427]},{"name":"VP_TV_STANDARD_PAL_60","features":[427]},{"name":"VP_TV_STANDARD_PAL_B","features":[427]},{"name":"VP_TV_STANDARD_PAL_D","features":[427]},{"name":"VP_TV_STANDARD_PAL_G","features":[427]},{"name":"VP_TV_STANDARD_PAL_H","features":[427]},{"name":"VP_TV_STANDARD_PAL_I","features":[427]},{"name":"VP_TV_STANDARD_PAL_M","features":[427]},{"name":"VP_TV_STANDARD_PAL_N","features":[427]},{"name":"VP_TV_STANDARD_SECAM_B","features":[427]},{"name":"VP_TV_STANDARD_SECAM_D","features":[427]},{"name":"VP_TV_STANDARD_SECAM_G","features":[427]},{"name":"VP_TV_STANDARD_SECAM_H","features":[427]},{"name":"VP_TV_STANDARD_SECAM_K","features":[427]},{"name":"VP_TV_STANDARD_SECAM_K1","features":[427]},{"name":"VP_TV_STANDARD_SECAM_L","features":[427]},{"name":"VP_TV_STANDARD_SECAM_L1","features":[427]},{"name":"VP_TV_STANDARD_WIN_VGA","features":[427]},{"name":"VideoForWindowsVersion","features":[427]},{"name":"WAVEOPENDESC","features":[428,427]},{"name":"WAVE_FILTER_DEVELOPMENT","features":[427]},{"name":"WAVE_FILTER_ECHO","features":[427]},{"name":"WAVE_FILTER_UNKNOWN","features":[427]},{"name":"WAVE_FILTER_VOLUME","features":[427]},{"name":"WAVE_FORMAT_3COM_NBX","features":[427]},{"name":"WAVE_FORMAT_ADPCM","features":[427]},{"name":"WAVE_FORMAT_ALAC","features":[427]},{"name":"WAVE_FORMAT_ALAW","features":[427]},{"name":"WAVE_FORMAT_AMR_NB","features":[427]},{"name":"WAVE_FORMAT_AMR_WB","features":[427]},{"name":"WAVE_FORMAT_AMR_WP","features":[427]},{"name":"WAVE_FORMAT_ANTEX_ADPCME","features":[427]},{"name":"WAVE_FORMAT_APTX","features":[427]},{"name":"WAVE_FORMAT_AUDIOFILE_AF10","features":[427]},{"name":"WAVE_FORMAT_AUDIOFILE_AF36","features":[427]},{"name":"WAVE_FORMAT_BTV_DIGITAL","features":[427]},{"name":"WAVE_FORMAT_CANOPUS_ATRAC","features":[427]},{"name":"WAVE_FORMAT_CIRRUS","features":[427]},{"name":"WAVE_FORMAT_CODIAN","features":[427]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_AVQSBC","features":[427]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_G723_1","features":[427]},{"name":"WAVE_FORMAT_COMVERSE_INFOSYS_SBC","features":[427]},{"name":"WAVE_FORMAT_CONGRUENCY","features":[427]},{"name":"WAVE_FORMAT_CONTROL_RES_CR10","features":[427]},{"name":"WAVE_FORMAT_CONTROL_RES_VQLPC","features":[427]},{"name":"WAVE_FORMAT_CONVEDIA_G729","features":[427]},{"name":"WAVE_FORMAT_CREATIVE_ADPCM","features":[427]},{"name":"WAVE_FORMAT_CREATIVE_FASTSPEECH10","features":[427]},{"name":"WAVE_FORMAT_CREATIVE_FASTSPEECH8","features":[427]},{"name":"WAVE_FORMAT_CS2","features":[427]},{"name":"WAVE_FORMAT_CS_IMAADPCM","features":[427]},{"name":"WAVE_FORMAT_CUSEEME","features":[427]},{"name":"WAVE_FORMAT_CU_CODEC","features":[427]},{"name":"WAVE_FORMAT_DEVELOPMENT","features":[427]},{"name":"WAVE_FORMAT_DF_G726","features":[427]},{"name":"WAVE_FORMAT_DF_GSM610","features":[427]},{"name":"WAVE_FORMAT_DIALOGIC_OKI_ADPCM","features":[427]},{"name":"WAVE_FORMAT_DICTAPHONE_CELP54","features":[427]},{"name":"WAVE_FORMAT_DICTAPHONE_CELP68","features":[427]},{"name":"WAVE_FORMAT_DIGIADPCM","features":[427]},{"name":"WAVE_FORMAT_DIGIFIX","features":[427]},{"name":"WAVE_FORMAT_DIGIREAL","features":[427]},{"name":"WAVE_FORMAT_DIGISTD","features":[427]},{"name":"WAVE_FORMAT_DIGITAL_G723","features":[427]},{"name":"WAVE_FORMAT_DIVIO_G726","features":[427]},{"name":"WAVE_FORMAT_DIVIO_MPEG4_AAC","features":[427]},{"name":"WAVE_FORMAT_DOLBY_AC2","features":[427]},{"name":"WAVE_FORMAT_DOLBY_AC3_SPDIF","features":[427]},{"name":"WAVE_FORMAT_DOLBY_AC4","features":[427]},{"name":"WAVE_FORMAT_DRM","features":[427]},{"name":"WAVE_FORMAT_DSAT","features":[427]},{"name":"WAVE_FORMAT_DSAT_DISPLAY","features":[427]},{"name":"WAVE_FORMAT_DSPGROUP_TRUESPEECH","features":[427]},{"name":"WAVE_FORMAT_DTS","features":[427]},{"name":"WAVE_FORMAT_DTS2","features":[427]},{"name":"WAVE_FORMAT_DTS_DS","features":[427]},{"name":"WAVE_FORMAT_DVI_ADPCM","features":[427]},{"name":"WAVE_FORMAT_DVM","features":[427]},{"name":"WAVE_FORMAT_ECHOSC1","features":[427]},{"name":"WAVE_FORMAT_ECHOSC3","features":[427]},{"name":"WAVE_FORMAT_ENCORE_G726","features":[427]},{"name":"WAVE_FORMAT_ESPCM","features":[427]},{"name":"WAVE_FORMAT_ESST_AC3","features":[427]},{"name":"WAVE_FORMAT_FAAD_AAC","features":[427]},{"name":"WAVE_FORMAT_FLAC","features":[427]},{"name":"WAVE_FORMAT_FM_TOWNS_SND","features":[427]},{"name":"WAVE_FORMAT_FRACE_TELECOM_G729","features":[427]},{"name":"WAVE_FORMAT_FRAUNHOFER_IIS_MPEG2_AAC","features":[427]},{"name":"WAVE_FORMAT_G721_ADPCM","features":[427]},{"name":"WAVE_FORMAT_G722_ADPCM","features":[427]},{"name":"WAVE_FORMAT_G723_ADPCM","features":[427]},{"name":"WAVE_FORMAT_G726ADPCM","features":[427]},{"name":"WAVE_FORMAT_G726_ADPCM","features":[427]},{"name":"WAVE_FORMAT_G728_CELP","features":[427]},{"name":"WAVE_FORMAT_G729A","features":[427]},{"name":"WAVE_FORMAT_GENERIC_PASSTHRU","features":[427]},{"name":"WAVE_FORMAT_GLOBAL_IP_ILBC","features":[427]},{"name":"WAVE_FORMAT_GSM610","features":[427]},{"name":"WAVE_FORMAT_GSM_610","features":[427]},{"name":"WAVE_FORMAT_GSM_620","features":[427]},{"name":"WAVE_FORMAT_GSM_660","features":[427]},{"name":"WAVE_FORMAT_GSM_690","features":[427]},{"name":"WAVE_FORMAT_GSM_ADAPTIVE_MULTIRATE_WB","features":[427]},{"name":"WAVE_FORMAT_GSM_AMR_CBR","features":[427]},{"name":"WAVE_FORMAT_GSM_AMR_VBR_SID","features":[427]},{"name":"WAVE_FORMAT_HP_DYN_VOICE","features":[427]},{"name":"WAVE_FORMAT_IBM_CVSD","features":[427]},{"name":"WAVE_FORMAT_IEEE_FLOAT","features":[427]},{"name":"WAVE_FORMAT_ILINK_VC","features":[427]},{"name":"WAVE_FORMAT_IMA_ADPCM","features":[427]},{"name":"WAVE_FORMAT_INDEO_AUDIO","features":[427]},{"name":"WAVE_FORMAT_INFOCOM_ITS_G721_ADPCM","features":[427]},{"name":"WAVE_FORMAT_INGENIENT_G726","features":[427]},{"name":"WAVE_FORMAT_INNINGS_TELECOM_ADPCM","features":[427]},{"name":"WAVE_FORMAT_INTEL_G723_1","features":[427]},{"name":"WAVE_FORMAT_INTEL_G729","features":[427]},{"name":"WAVE_FORMAT_INTEL_MUSIC_CODER","features":[427]},{"name":"WAVE_FORMAT_IPI_HSX","features":[427]},{"name":"WAVE_FORMAT_IPI_RPELP","features":[427]},{"name":"WAVE_FORMAT_IRAT","features":[427]},{"name":"WAVE_FORMAT_ISIAUDIO","features":[427]},{"name":"WAVE_FORMAT_ISIAUDIO_2","features":[427]},{"name":"WAVE_FORMAT_KNOWLEDGE_ADVENTURE_ADPCM","features":[427]},{"name":"WAVE_FORMAT_LEAD_SPEECH","features":[427]},{"name":"WAVE_FORMAT_LEAD_VORBIS","features":[427]},{"name":"WAVE_FORMAT_LH_CODEC","features":[427]},{"name":"WAVE_FORMAT_LH_CODEC_CELP","features":[427]},{"name":"WAVE_FORMAT_LH_CODEC_SBC12","features":[427]},{"name":"WAVE_FORMAT_LH_CODEC_SBC16","features":[427]},{"name":"WAVE_FORMAT_LH_CODEC_SBC8","features":[427]},{"name":"WAVE_FORMAT_LIGHTWAVE_LOSSLESS","features":[427]},{"name":"WAVE_FORMAT_LRC","features":[427]},{"name":"WAVE_FORMAT_LUCENT_G723","features":[427]},{"name":"WAVE_FORMAT_LUCENT_SX5363S","features":[427]},{"name":"WAVE_FORMAT_LUCENT_SX8300P","features":[427]},{"name":"WAVE_FORMAT_MAKEAVIS","features":[427]},{"name":"WAVE_FORMAT_MALDEN_PHONYTALK","features":[427]},{"name":"WAVE_FORMAT_MEDIASONIC_G723","features":[427]},{"name":"WAVE_FORMAT_MEDIASPACE_ADPCM","features":[427]},{"name":"WAVE_FORMAT_MEDIAVISION_ADPCM","features":[427]},{"name":"WAVE_FORMAT_MICRONAS","features":[427]},{"name":"WAVE_FORMAT_MICRONAS_CELP833","features":[427]},{"name":"WAVE_FORMAT_MPEG","features":[427]},{"name":"WAVE_FORMAT_MPEG4_AAC","features":[427]},{"name":"WAVE_FORMAT_MPEGLAYER3","features":[427]},{"name":"WAVE_FORMAT_MPEG_ADTS_AAC","features":[427]},{"name":"WAVE_FORMAT_MPEG_HEAAC","features":[427]},{"name":"WAVE_FORMAT_MPEG_LOAS","features":[427]},{"name":"WAVE_FORMAT_MPEG_RAW_AAC","features":[427]},{"name":"WAVE_FORMAT_MSAUDIO1","features":[427]},{"name":"WAVE_FORMAT_MSG723","features":[427]},{"name":"WAVE_FORMAT_MSNAUDIO","features":[427]},{"name":"WAVE_FORMAT_MSRT24","features":[427]},{"name":"WAVE_FORMAT_MULAW","features":[427]},{"name":"WAVE_FORMAT_MULTITUDE_FT_SX20","features":[427]},{"name":"WAVE_FORMAT_MVI_MVI2","features":[427]},{"name":"WAVE_FORMAT_NEC_AAC","features":[427]},{"name":"WAVE_FORMAT_NICE_ACA","features":[427]},{"name":"WAVE_FORMAT_NICE_ADPCM","features":[427]},{"name":"WAVE_FORMAT_NICE_G728","features":[427]},{"name":"WAVE_FORMAT_NMS_VBXADPCM","features":[427]},{"name":"WAVE_FORMAT_NOKIA_ADAPTIVE_MULTIRATE","features":[427]},{"name":"WAVE_FORMAT_NOKIA_MPEG_ADTS_AAC","features":[427]},{"name":"WAVE_FORMAT_NOKIA_MPEG_RAW_AAC","features":[427]},{"name":"WAVE_FORMAT_NORCOM_VOICE_SYSTEMS_ADPCM","features":[427]},{"name":"WAVE_FORMAT_NORRIS","features":[427]},{"name":"WAVE_FORMAT_NTCSOFT_ALF2CM_ACM","features":[427]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_1","features":[427]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_1_PLUS","features":[427]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_2","features":[427]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_2_PLUS","features":[427]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_3","features":[427]},{"name":"WAVE_FORMAT_OGG_VORBIS_MODE_3_PLUS","features":[427]},{"name":"WAVE_FORMAT_OKI_ADPCM","features":[427]},{"name":"WAVE_FORMAT_OLIADPCM","features":[427]},{"name":"WAVE_FORMAT_OLICELP","features":[427]},{"name":"WAVE_FORMAT_OLIGSM","features":[427]},{"name":"WAVE_FORMAT_OLIOPR","features":[427]},{"name":"WAVE_FORMAT_OLISBC","features":[427]},{"name":"WAVE_FORMAT_ON2_VP6_AUDIO","features":[427]},{"name":"WAVE_FORMAT_ON2_VP7_AUDIO","features":[427]},{"name":"WAVE_FORMAT_ONLIVE","features":[427]},{"name":"WAVE_FORMAT_OPUS","features":[427]},{"name":"WAVE_FORMAT_PAC","features":[427]},{"name":"WAVE_FORMAT_PACKED","features":[427]},{"name":"WAVE_FORMAT_PCM_S","features":[427]},{"name":"WAVE_FORMAT_PHILIPS_CELP","features":[427]},{"name":"WAVE_FORMAT_PHILIPS_GRUNDIG","features":[427]},{"name":"WAVE_FORMAT_PHILIPS_LPCBB","features":[427]},{"name":"WAVE_FORMAT_POLYCOM_G722","features":[427]},{"name":"WAVE_FORMAT_POLYCOM_G728","features":[427]},{"name":"WAVE_FORMAT_POLYCOM_G729_A","features":[427]},{"name":"WAVE_FORMAT_POLYCOM_SIREN","features":[427]},{"name":"WAVE_FORMAT_PROSODY_1612","features":[427]},{"name":"WAVE_FORMAT_PROSODY_8KBPS","features":[427]},{"name":"WAVE_FORMAT_QDESIGN_MUSIC","features":[427]},{"name":"WAVE_FORMAT_QUALCOMM_HALFRATE","features":[427]},{"name":"WAVE_FORMAT_QUALCOMM_PUREVOICE","features":[427]},{"name":"WAVE_FORMAT_QUARTERDECK","features":[427]},{"name":"WAVE_FORMAT_RACAL_RECORDER_G720_A","features":[427]},{"name":"WAVE_FORMAT_RACAL_RECORDER_G723_1","features":[427]},{"name":"WAVE_FORMAT_RACAL_RECORDER_GSM","features":[427]},{"name":"WAVE_FORMAT_RACAL_RECORDER_TETRA_ACELP","features":[427]},{"name":"WAVE_FORMAT_RADIOTIME_TIME_SHIFT_RADIO","features":[427]},{"name":"WAVE_FORMAT_RAW_AAC1","features":[427]},{"name":"WAVE_FORMAT_RAW_SPORT","features":[427]},{"name":"WAVE_FORMAT_RHETOREX_ADPCM","features":[427]},{"name":"WAVE_FORMAT_ROCKWELL_ADPCM","features":[427]},{"name":"WAVE_FORMAT_ROCKWELL_DIGITALK","features":[427]},{"name":"WAVE_FORMAT_RT24","features":[427]},{"name":"WAVE_FORMAT_SANYO_LD_ADPCM","features":[427]},{"name":"WAVE_FORMAT_SBC24","features":[427]},{"name":"WAVE_FORMAT_SHARP_G726","features":[427]},{"name":"WAVE_FORMAT_SIERRA_ADPCM","features":[427]},{"name":"WAVE_FORMAT_SIPROLAB_ACELP4800","features":[427]},{"name":"WAVE_FORMAT_SIPROLAB_ACELP8V3","features":[427]},{"name":"WAVE_FORMAT_SIPROLAB_ACEPLNET","features":[427]},{"name":"WAVE_FORMAT_SIPROLAB_G729","features":[427]},{"name":"WAVE_FORMAT_SIPROLAB_G729A","features":[427]},{"name":"WAVE_FORMAT_SIPROLAB_KELVIN","features":[427]},{"name":"WAVE_FORMAT_SOFTSOUND","features":[427]},{"name":"WAVE_FORMAT_SONARC","features":[427]},{"name":"WAVE_FORMAT_SONICFOUNDRY_LOSSLESS","features":[427]},{"name":"WAVE_FORMAT_SONY_ATRAC3","features":[427]},{"name":"WAVE_FORMAT_SONY_SCX","features":[427]},{"name":"WAVE_FORMAT_SONY_SCY","features":[427]},{"name":"WAVE_FORMAT_SONY_SPC","features":[427]},{"name":"WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS","features":[427]},{"name":"WAVE_FORMAT_SPEEX_VOICE","features":[427]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC008","features":[427]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_CELP54","features":[427]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_CELP68","features":[427]},{"name":"WAVE_FORMAT_SYCOM_ACM_SYC701_G726L","features":[427]},{"name":"WAVE_FORMAT_SYMBOL_G729_A","features":[427]},{"name":"WAVE_FORMAT_TELUM_AUDIO","features":[427]},{"name":"WAVE_FORMAT_TELUM_IA_AUDIO","features":[427]},{"name":"WAVE_FORMAT_TPC","features":[427]},{"name":"WAVE_FORMAT_TUBGSM","features":[427]},{"name":"WAVE_FORMAT_UHER_ADPCM","features":[427]},{"name":"WAVE_FORMAT_ULEAD_DV_AUDIO","features":[427]},{"name":"WAVE_FORMAT_ULEAD_DV_AUDIO_1","features":[427]},{"name":"WAVE_FORMAT_UNISYS_NAP_16K","features":[427]},{"name":"WAVE_FORMAT_UNISYS_NAP_ADPCM","features":[427]},{"name":"WAVE_FORMAT_UNISYS_NAP_ALAW","features":[427]},{"name":"WAVE_FORMAT_UNISYS_NAP_ULAW","features":[427]},{"name":"WAVE_FORMAT_UNKNOWN","features":[427]},{"name":"WAVE_FORMAT_VIANIX_MASC","features":[427]},{"name":"WAVE_FORMAT_VIVO_G723","features":[427]},{"name":"WAVE_FORMAT_VIVO_SIREN","features":[427]},{"name":"WAVE_FORMAT_VME_VMPCM","features":[427]},{"name":"WAVE_FORMAT_VOCORD_G721","features":[427]},{"name":"WAVE_FORMAT_VOCORD_G722_1","features":[427]},{"name":"WAVE_FORMAT_VOCORD_G723_1","features":[427]},{"name":"WAVE_FORMAT_VOCORD_G726","features":[427]},{"name":"WAVE_FORMAT_VOCORD_G728","features":[427]},{"name":"WAVE_FORMAT_VOCORD_G729","features":[427]},{"name":"WAVE_FORMAT_VOCORD_G729_A","features":[427]},{"name":"WAVE_FORMAT_VOCORD_LBC","features":[427]},{"name":"WAVE_FORMAT_VODAFONE_MPEG_ADTS_AAC","features":[427]},{"name":"WAVE_FORMAT_VODAFONE_MPEG_RAW_AAC","features":[427]},{"name":"WAVE_FORMAT_VOICEAGE_AMR","features":[427]},{"name":"WAVE_FORMAT_VOICEAGE_AMR_WB","features":[427]},{"name":"WAVE_FORMAT_VOXWARE","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_AC10","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_AC16","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_AC20","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_AC8","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_BYTE_ALIGNED","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_RT24","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_RT24_SPEECH","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_RT29","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_RT29HW","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_SC3","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_SC3_1","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_TQ40","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_TQ60","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_VR12","features":[427]},{"name":"WAVE_FORMAT_VOXWARE_VR18","features":[427]},{"name":"WAVE_FORMAT_VSELP","features":[427]},{"name":"WAVE_FORMAT_WAVPACK_AUDIO","features":[427]},{"name":"WAVE_FORMAT_WM9_SPECTRUM_ANALYZER","features":[427]},{"name":"WAVE_FORMAT_WMASPDIF","features":[427]},{"name":"WAVE_FORMAT_WMAUDIO2","features":[427]},{"name":"WAVE_FORMAT_WMAUDIO3","features":[427]},{"name":"WAVE_FORMAT_WMAUDIO_LOSSLESS","features":[427]},{"name":"WAVE_FORMAT_WMAVOICE10","features":[427]},{"name":"WAVE_FORMAT_WMAVOICE9","features":[427]},{"name":"WAVE_FORMAT_WMF_SPECTRUM_ANAYZER","features":[427]},{"name":"WAVE_FORMAT_XEBEC","features":[427]},{"name":"WAVE_FORMAT_YAMAHA_ADPCM","features":[427]},{"name":"WAVE_FORMAT_ZOLL_ASAO","features":[427]},{"name":"WAVE_FORMAT_ZYXEL_ADPCM","features":[427]},{"name":"WAVE_MAPPER_S","features":[427]},{"name":"WIDM_ADDBUFFER","features":[427]},{"name":"WIDM_CLOSE","features":[427]},{"name":"WIDM_GETDEVCAPS","features":[427]},{"name":"WIDM_GETNUMDEVS","features":[427]},{"name":"WIDM_GETPOS","features":[427]},{"name":"WIDM_INIT","features":[427]},{"name":"WIDM_INIT_EX","features":[427]},{"name":"WIDM_OPEN","features":[427]},{"name":"WIDM_PREFERRED","features":[427]},{"name":"WIDM_PREPARE","features":[427]},{"name":"WIDM_RESET","features":[427]},{"name":"WIDM_START","features":[427]},{"name":"WIDM_STOP","features":[427]},{"name":"WIDM_UNPREPARE","features":[427]},{"name":"WMAUDIO2WAVEFORMAT","features":[428,427]},{"name":"WMAUDIO2_BITS_PER_SAMPLE","features":[427]},{"name":"WMAUDIO2_MAX_CHANNELS","features":[427]},{"name":"WMAUDIO3WAVEFORMAT","features":[428,427]},{"name":"WMAUDIO_BITS_PER_SAMPLE","features":[427]},{"name":"WMAUDIO_MAX_CHANNELS","features":[427]},{"name":"WM_CAP_ABORT","features":[427]},{"name":"WM_CAP_DLG_VIDEOCOMPRESSION","features":[427]},{"name":"WM_CAP_DLG_VIDEODISPLAY","features":[427]},{"name":"WM_CAP_DLG_VIDEOFORMAT","features":[427]},{"name":"WM_CAP_DLG_VIDEOSOURCE","features":[427]},{"name":"WM_CAP_DRIVER_CONNECT","features":[427]},{"name":"WM_CAP_DRIVER_DISCONNECT","features":[427]},{"name":"WM_CAP_DRIVER_GET_CAPS","features":[427]},{"name":"WM_CAP_DRIVER_GET_NAME","features":[427]},{"name":"WM_CAP_DRIVER_GET_NAMEA","features":[427]},{"name":"WM_CAP_DRIVER_GET_NAMEW","features":[427]},{"name":"WM_CAP_DRIVER_GET_VERSION","features":[427]},{"name":"WM_CAP_DRIVER_GET_VERSIONA","features":[427]},{"name":"WM_CAP_DRIVER_GET_VERSIONW","features":[427]},{"name":"WM_CAP_EDIT_COPY","features":[427]},{"name":"WM_CAP_END","features":[427]},{"name":"WM_CAP_FILE_ALLOCATE","features":[427]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILE","features":[427]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILEA","features":[427]},{"name":"WM_CAP_FILE_GET_CAPTURE_FILEW","features":[427]},{"name":"WM_CAP_FILE_SAVEAS","features":[427]},{"name":"WM_CAP_FILE_SAVEASA","features":[427]},{"name":"WM_CAP_FILE_SAVEASW","features":[427]},{"name":"WM_CAP_FILE_SAVEDIB","features":[427]},{"name":"WM_CAP_FILE_SAVEDIBA","features":[427]},{"name":"WM_CAP_FILE_SAVEDIBW","features":[427]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILE","features":[427]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILEA","features":[427]},{"name":"WM_CAP_FILE_SET_CAPTURE_FILEW","features":[427]},{"name":"WM_CAP_FILE_SET_INFOCHUNK","features":[427]},{"name":"WM_CAP_GET_AUDIOFORMAT","features":[427]},{"name":"WM_CAP_GET_CAPSTREAMPTR","features":[427]},{"name":"WM_CAP_GET_MCI_DEVICE","features":[427]},{"name":"WM_CAP_GET_MCI_DEVICEA","features":[427]},{"name":"WM_CAP_GET_MCI_DEVICEW","features":[427]},{"name":"WM_CAP_GET_SEQUENCE_SETUP","features":[427]},{"name":"WM_CAP_GET_STATUS","features":[427]},{"name":"WM_CAP_GET_USER_DATA","features":[427]},{"name":"WM_CAP_GET_VIDEOFORMAT","features":[427]},{"name":"WM_CAP_GRAB_FRAME","features":[427]},{"name":"WM_CAP_GRAB_FRAME_NOSTOP","features":[427]},{"name":"WM_CAP_PAL_AUTOCREATE","features":[427]},{"name":"WM_CAP_PAL_MANUALCREATE","features":[427]},{"name":"WM_CAP_PAL_OPEN","features":[427]},{"name":"WM_CAP_PAL_OPENA","features":[427]},{"name":"WM_CAP_PAL_OPENW","features":[427]},{"name":"WM_CAP_PAL_PASTE","features":[427]},{"name":"WM_CAP_PAL_SAVE","features":[427]},{"name":"WM_CAP_PAL_SAVEA","features":[427]},{"name":"WM_CAP_PAL_SAVEW","features":[427]},{"name":"WM_CAP_SEQUENCE","features":[427]},{"name":"WM_CAP_SEQUENCE_NOFILE","features":[427]},{"name":"WM_CAP_SET_AUDIOFORMAT","features":[427]},{"name":"WM_CAP_SET_CALLBACK_CAPCONTROL","features":[427]},{"name":"WM_CAP_SET_CALLBACK_ERROR","features":[427]},{"name":"WM_CAP_SET_CALLBACK_ERRORA","features":[427]},{"name":"WM_CAP_SET_CALLBACK_ERRORW","features":[427]},{"name":"WM_CAP_SET_CALLBACK_FRAME","features":[427]},{"name":"WM_CAP_SET_CALLBACK_STATUS","features":[427]},{"name":"WM_CAP_SET_CALLBACK_STATUSA","features":[427]},{"name":"WM_CAP_SET_CALLBACK_STATUSW","features":[427]},{"name":"WM_CAP_SET_CALLBACK_VIDEOSTREAM","features":[427]},{"name":"WM_CAP_SET_CALLBACK_WAVESTREAM","features":[427]},{"name":"WM_CAP_SET_CALLBACK_YIELD","features":[427]},{"name":"WM_CAP_SET_MCI_DEVICE","features":[427]},{"name":"WM_CAP_SET_MCI_DEVICEA","features":[427]},{"name":"WM_CAP_SET_MCI_DEVICEW","features":[427]},{"name":"WM_CAP_SET_OVERLAY","features":[427]},{"name":"WM_CAP_SET_PREVIEW","features":[427]},{"name":"WM_CAP_SET_PREVIEWRATE","features":[427]},{"name":"WM_CAP_SET_SCALE","features":[427]},{"name":"WM_CAP_SET_SCROLL","features":[427]},{"name":"WM_CAP_SET_SEQUENCE_SETUP","features":[427]},{"name":"WM_CAP_SET_USER_DATA","features":[427]},{"name":"WM_CAP_SET_VIDEOFORMAT","features":[427]},{"name":"WM_CAP_SINGLE_FRAME","features":[427]},{"name":"WM_CAP_SINGLE_FRAME_CLOSE","features":[427]},{"name":"WM_CAP_SINGLE_FRAME_OPEN","features":[427]},{"name":"WM_CAP_START","features":[427]},{"name":"WM_CAP_STOP","features":[427]},{"name":"WM_CAP_UNICODE_END","features":[427]},{"name":"WM_CAP_UNICODE_START","features":[427]},{"name":"WODM_BREAKLOOP","features":[427]},{"name":"WODM_BUSY","features":[427]},{"name":"WODM_CLOSE","features":[427]},{"name":"WODM_GETDEVCAPS","features":[427]},{"name":"WODM_GETNUMDEVS","features":[427]},{"name":"WODM_GETPITCH","features":[427]},{"name":"WODM_GETPLAYBACKRATE","features":[427]},{"name":"WODM_GETPOS","features":[427]},{"name":"WODM_GETVOLUME","features":[427]},{"name":"WODM_INIT","features":[427]},{"name":"WODM_INIT_EX","features":[427]},{"name":"WODM_OPEN","features":[427]},{"name":"WODM_PAUSE","features":[427]},{"name":"WODM_PREFERRED","features":[427]},{"name":"WODM_PREPARE","features":[427]},{"name":"WODM_RESET","features":[427]},{"name":"WODM_RESTART","features":[427]},{"name":"WODM_SETPITCH","features":[427]},{"name":"WODM_SETPLAYBACKRATE","features":[427]},{"name":"WODM_SETVOLUME","features":[427]},{"name":"WODM_UNPREPARE","features":[427]},{"name":"WODM_WRITE","features":[427]},{"name":"YAMAHA_ADPCMWAVEFORMAT","features":[428,427]},{"name":"YIELDPROC","features":[427]},{"name":"capCreateCaptureWindowA","features":[305,427]},{"name":"capCreateCaptureWindowW","features":[305,427]},{"name":"capGetDriverDescriptionA","features":[305,427]},{"name":"capGetDriverDescriptionW","features":[305,427]},{"name":"joyGetDevCapsA","features":[427]},{"name":"joyGetDevCapsW","features":[427]},{"name":"joyGetNumDevs","features":[427]},{"name":"joyGetPos","features":[427]},{"name":"joyGetPosEx","features":[427]},{"name":"joyGetThreshold","features":[427]},{"name":"joyReleaseCapture","features":[427]},{"name":"joySetCapture","features":[305,427]},{"name":"joySetThreshold","features":[427]},{"name":"mciDriverNotify","features":[305,427]},{"name":"mciDriverYield","features":[427]},{"name":"mciFreeCommandResource","features":[305,427]},{"name":"mciGetCreatorTask","features":[427]},{"name":"mciGetDeviceIDA","features":[427]},{"name":"mciGetDeviceIDFromElementIDA","features":[427]},{"name":"mciGetDeviceIDFromElementIDW","features":[427]},{"name":"mciGetDeviceIDW","features":[427]},{"name":"mciGetDriverData","features":[427]},{"name":"mciGetErrorStringA","features":[305,427]},{"name":"mciGetErrorStringW","features":[305,427]},{"name":"mciGetYieldProc","features":[427]},{"name":"mciLoadCommandResource","features":[305,427]},{"name":"mciSendCommandA","features":[427]},{"name":"mciSendCommandW","features":[427]},{"name":"mciSendStringA","features":[305,427]},{"name":"mciSendStringW","features":[305,427]},{"name":"mciSetDriverData","features":[305,427]},{"name":"mciSetYieldProc","features":[305,427]},{"name":"mmDrvInstall","features":[427]},{"name":"mmGetCurrentTask","features":[427]},{"name":"mmTaskBlock","features":[427]},{"name":"mmTaskCreate","features":[305,427]},{"name":"mmTaskSignal","features":[305,427]},{"name":"mmTaskYield","features":[427]},{"name":"mmioAdvance","features":[305,427]},{"name":"mmioAscend","features":[427]},{"name":"mmioClose","features":[427]},{"name":"mmioCreateChunk","features":[427]},{"name":"mmioDescend","features":[427]},{"name":"mmioFlush","features":[427]},{"name":"mmioGetInfo","features":[305,427]},{"name":"mmioInstallIOProcA","features":[305,427]},{"name":"mmioInstallIOProcW","features":[305,427]},{"name":"mmioOpenA","features":[305,427]},{"name":"mmioOpenW","features":[305,427]},{"name":"mmioRead","features":[427]},{"name":"mmioRenameA","features":[305,427]},{"name":"mmioRenameW","features":[305,427]},{"name":"mmioSeek","features":[427]},{"name":"mmioSendMessage","features":[305,427]},{"name":"mmioSetBuffer","features":[427]},{"name":"mmioSetInfo","features":[305,427]},{"name":"mmioStringToFOURCCA","features":[427]},{"name":"mmioStringToFOURCCW","features":[427]},{"name":"mmioWrite","features":[427]},{"name":"s_RIFFWAVE_inst","features":[427]},{"name":"sndOpenSound","features":[305,427]}],"448":[{"name":"DEVICE_SELECTION_DEVICE_TYPE","features":[445]},{"name":"DSF_ALL_DEVICES","features":[445]},{"name":"DSF_CPL_MODE","features":[445]},{"name":"DSF_DV_DEVICES","features":[445]},{"name":"DSF_FS_DEVICES","features":[445]},{"name":"DSF_SHOW_OFFLINE","features":[445]},{"name":"DSF_STI_DEVICES","features":[445]},{"name":"DSF_TWAIN_DEVICE","features":[445]},{"name":"DSF_TWAIN_DEVICES","features":[445]},{"name":"DSF_WIA_CAMERAS","features":[445]},{"name":"DSF_WIA_SCANNERS","features":[445]},{"name":"DSF_WPD_DEVICES","features":[445]},{"name":"DST_DV_DEVICE","features":[445]},{"name":"DST_FS_DEVICE","features":[445]},{"name":"DST_STI_DEVICE","features":[445]},{"name":"DST_UNKNOWN_DEVICE","features":[445]},{"name":"DST_WIA_DEVICE","features":[445]},{"name":"DST_WPD_DEVICE","features":[445]},{"name":"ERROR_ADVISE_MESSAGE_TYPE","features":[445]},{"name":"ERROR_ADVISE_RESULT","features":[445]},{"name":"IPhotoAcquire","features":[445]},{"name":"IPhotoAcquireDeviceSelectionDialog","features":[445]},{"name":"IPhotoAcquireItem","features":[445]},{"name":"IPhotoAcquireOptionsDialog","features":[445]},{"name":"IPhotoAcquirePlugin","features":[445]},{"name":"IPhotoAcquireProgressCB","features":[445]},{"name":"IPhotoAcquireSettings","features":[445]},{"name":"IPhotoAcquireSource","features":[445]},{"name":"IPhotoProgressActionCB","features":[445]},{"name":"IPhotoProgressDialog","features":[445]},{"name":"IUserInputString","features":[445]},{"name":"PAPS_CLEANUP","features":[445]},{"name":"PAPS_POSTSAVE","features":[445]},{"name":"PAPS_PRESAVE","features":[445]},{"name":"PHOTOACQUIRE_ERROR_OK","features":[445]},{"name":"PHOTOACQUIRE_ERROR_RETRYCANCEL","features":[445]},{"name":"PHOTOACQUIRE_ERROR_SKIPRETRYCANCEL","features":[445]},{"name":"PHOTOACQUIRE_ERROR_YESNO","features":[445]},{"name":"PHOTOACQUIRE_RESULT_ABORT","features":[445]},{"name":"PHOTOACQUIRE_RESULT_NO","features":[445]},{"name":"PHOTOACQUIRE_RESULT_OK","features":[445]},{"name":"PHOTOACQUIRE_RESULT_RETRY","features":[445]},{"name":"PHOTOACQUIRE_RESULT_SKIP","features":[445]},{"name":"PHOTOACQUIRE_RESULT_SKIP_ALL","features":[445]},{"name":"PHOTOACQUIRE_RESULT_YES","features":[445]},{"name":"PHOTOACQ_ABORT_ON_SETTINGS_UPDATE","features":[445]},{"name":"PHOTOACQ_DELETE_AFTER_ACQUIRE","features":[445]},{"name":"PHOTOACQ_DISABLE_AUTO_ROTATE","features":[445]},{"name":"PHOTOACQ_DISABLE_DB_INTEGRATION","features":[445]},{"name":"PHOTOACQ_DISABLE_DUPLICATE_DETECTION","features":[445]},{"name":"PHOTOACQ_DISABLE_GROUP_TAG_PROMPT","features":[445]},{"name":"PHOTOACQ_DISABLE_METADATA_WRITE","features":[445]},{"name":"PHOTOACQ_DISABLE_PLUGINS","features":[445]},{"name":"PHOTOACQ_DISABLE_SETTINGS_LINK","features":[445]},{"name":"PHOTOACQ_DISABLE_THUMBNAIL_PROGRESS","features":[445]},{"name":"PHOTOACQ_ENABLE_THUMBNAIL_CACHING","features":[445]},{"name":"PHOTOACQ_ERROR_RESTART_REQUIRED","features":[445]},{"name":"PHOTOACQ_IMPORT_VIDEO_AS_MULTIPLE_FILES","features":[445]},{"name":"PHOTOACQ_NO_GALLERY_LAUNCH","features":[445]},{"name":"PHOTOACQ_RUN_DEFAULT","features":[445]},{"name":"PKEY_PhotoAcquire_CameraSequenceNumber","features":[305,445]},{"name":"PKEY_PhotoAcquire_DuplicateDetectionID","features":[305,445]},{"name":"PKEY_PhotoAcquire_FinalFilename","features":[305,445]},{"name":"PKEY_PhotoAcquire_GroupTag","features":[305,445]},{"name":"PKEY_PhotoAcquire_IntermediateFile","features":[305,445]},{"name":"PKEY_PhotoAcquire_OriginalFilename","features":[305,445]},{"name":"PKEY_PhotoAcquire_RelativePathname","features":[305,445]},{"name":"PKEY_PhotoAcquire_SkipImport","features":[305,445]},{"name":"PKEY_PhotoAcquire_TransferResult","features":[305,445]},{"name":"PROGRESS_DIALOG_BITMAP_THUMBNAIL","features":[445]},{"name":"PROGRESS_DIALOG_CHECKBOX_ID","features":[445]},{"name":"PROGRESS_DIALOG_CHECKBOX_ID_DEFAULT","features":[445]},{"name":"PROGRESS_DIALOG_ICON_LARGE","features":[445]},{"name":"PROGRESS_DIALOG_ICON_SMALL","features":[445]},{"name":"PROGRESS_DIALOG_ICON_THUMBNAIL","features":[445]},{"name":"PROGRESS_DIALOG_IMAGE_TYPE","features":[445]},{"name":"PROGRESS_INDETERMINATE","features":[445]},{"name":"PhotoAcquire","features":[445]},{"name":"PhotoAcquireAutoPlayDropTarget","features":[445]},{"name":"PhotoAcquireAutoPlayHWEventHandler","features":[445]},{"name":"PhotoAcquireDeviceSelectionDialog","features":[445]},{"name":"PhotoAcquireOptionsDialog","features":[445]},{"name":"PhotoProgressDialog","features":[445]},{"name":"USER_INPUT_DEFAULT","features":[445]},{"name":"USER_INPUT_PATH_ELEMENT","features":[445]},{"name":"USER_INPUT_STRING_TYPE","features":[445]}],"449":[{"name":"AllWords","features":[446]},{"name":"DEFAULT_WEIGHT","features":[446]},{"name":"DISPIDSPRG","features":[446]},{"name":"DISPIDSPTSI","features":[446]},{"name":"DISPIDSPTSI_ActiveLength","features":[446]},{"name":"DISPIDSPTSI_ActiveOffset","features":[446]},{"name":"DISPIDSPTSI_SelectionLength","features":[446]},{"name":"DISPIDSPTSI_SelectionOffset","features":[446]},{"name":"DISPID_SABIBufferSize","features":[446]},{"name":"DISPID_SABIEventBias","features":[446]},{"name":"DISPID_SABIMinNotification","features":[446]},{"name":"DISPID_SABufferInfo","features":[446]},{"name":"DISPID_SABufferNotifySize","features":[446]},{"name":"DISPID_SADefaultFormat","features":[446]},{"name":"DISPID_SAEventHandle","features":[446]},{"name":"DISPID_SAFGetWaveFormatEx","features":[446]},{"name":"DISPID_SAFGuid","features":[446]},{"name":"DISPID_SAFSetWaveFormatEx","features":[446]},{"name":"DISPID_SAFType","features":[446]},{"name":"DISPID_SASCurrentDevicePosition","features":[446]},{"name":"DISPID_SASCurrentSeekPosition","features":[446]},{"name":"DISPID_SASFreeBufferSpace","features":[446]},{"name":"DISPID_SASNonBlockingIO","features":[446]},{"name":"DISPID_SASState","features":[446]},{"name":"DISPID_SASetState","features":[446]},{"name":"DISPID_SAStatus","features":[446]},{"name":"DISPID_SAVolume","features":[446]},{"name":"DISPID_SBSFormat","features":[446]},{"name":"DISPID_SBSRead","features":[446]},{"name":"DISPID_SBSSeek","features":[446]},{"name":"DISPID_SBSWrite","features":[446]},{"name":"DISPID_SCSBaseStream","features":[446]},{"name":"DISPID_SDKCreateKey","features":[446]},{"name":"DISPID_SDKDeleteKey","features":[446]},{"name":"DISPID_SDKDeleteValue","features":[446]},{"name":"DISPID_SDKEnumKeys","features":[446]},{"name":"DISPID_SDKEnumValues","features":[446]},{"name":"DISPID_SDKGetBinaryValue","features":[446]},{"name":"DISPID_SDKGetStringValue","features":[446]},{"name":"DISPID_SDKGetlongValue","features":[446]},{"name":"DISPID_SDKOpenKey","features":[446]},{"name":"DISPID_SDKSetBinaryValue","features":[446]},{"name":"DISPID_SDKSetLongValue","features":[446]},{"name":"DISPID_SDKSetStringValue","features":[446]},{"name":"DISPID_SFSClose","features":[446]},{"name":"DISPID_SFSOpen","features":[446]},{"name":"DISPID_SGRAddResource","features":[446]},{"name":"DISPID_SGRAddState","features":[446]},{"name":"DISPID_SGRAttributes","features":[446]},{"name":"DISPID_SGRClear","features":[446]},{"name":"DISPID_SGRId","features":[446]},{"name":"DISPID_SGRInitialState","features":[446]},{"name":"DISPID_SGRName","features":[446]},{"name":"DISPID_SGRSAddRuleTransition","features":[446]},{"name":"DISPID_SGRSAddSpecialTransition","features":[446]},{"name":"DISPID_SGRSAddWordTransition","features":[446]},{"name":"DISPID_SGRSRule","features":[446]},{"name":"DISPID_SGRSTNextState","features":[446]},{"name":"DISPID_SGRSTPropertyId","features":[446]},{"name":"DISPID_SGRSTPropertyName","features":[446]},{"name":"DISPID_SGRSTPropertyValue","features":[446]},{"name":"DISPID_SGRSTRule","features":[446]},{"name":"DISPID_SGRSTText","features":[446]},{"name":"DISPID_SGRSTType","features":[446]},{"name":"DISPID_SGRSTWeight","features":[446]},{"name":"DISPID_SGRSTransitions","features":[446]},{"name":"DISPID_SGRSTsCount","features":[446]},{"name":"DISPID_SGRSTsItem","features":[446]},{"name":"DISPID_SGRSTs_NewEnum","features":[446]},{"name":"DISPID_SGRsAdd","features":[446]},{"name":"DISPID_SGRsCommit","features":[446]},{"name":"DISPID_SGRsCommitAndSave","features":[446]},{"name":"DISPID_SGRsCount","features":[446]},{"name":"DISPID_SGRsDynamic","features":[446]},{"name":"DISPID_SGRsFindRule","features":[446]},{"name":"DISPID_SGRsItem","features":[446]},{"name":"DISPID_SGRs_NewEnum","features":[446]},{"name":"DISPID_SLAddPronunciation","features":[446]},{"name":"DISPID_SLAddPronunciationByPhoneIds","features":[446]},{"name":"DISPID_SLGenerationId","features":[446]},{"name":"DISPID_SLGetGenerationChange","features":[446]},{"name":"DISPID_SLGetPronunciations","features":[446]},{"name":"DISPID_SLGetWords","features":[446]},{"name":"DISPID_SLPLangId","features":[446]},{"name":"DISPID_SLPPartOfSpeech","features":[446]},{"name":"DISPID_SLPPhoneIds","features":[446]},{"name":"DISPID_SLPSymbolic","features":[446]},{"name":"DISPID_SLPType","features":[446]},{"name":"DISPID_SLPsCount","features":[446]},{"name":"DISPID_SLPsItem","features":[446]},{"name":"DISPID_SLPs_NewEnum","features":[446]},{"name":"DISPID_SLRemovePronunciation","features":[446]},{"name":"DISPID_SLRemovePronunciationByPhoneIds","features":[446]},{"name":"DISPID_SLWLangId","features":[446]},{"name":"DISPID_SLWPronunciations","features":[446]},{"name":"DISPID_SLWType","features":[446]},{"name":"DISPID_SLWWord","features":[446]},{"name":"DISPID_SLWsCount","features":[446]},{"name":"DISPID_SLWsItem","features":[446]},{"name":"DISPID_SLWs_NewEnum","features":[446]},{"name":"DISPID_SMSADeviceId","features":[446]},{"name":"DISPID_SMSALineId","features":[446]},{"name":"DISPID_SMSAMMHandle","features":[446]},{"name":"DISPID_SMSGetData","features":[446]},{"name":"DISPID_SMSSetData","features":[446]},{"name":"DISPID_SOTCDefault","features":[446]},{"name":"DISPID_SOTCEnumerateTokens","features":[446]},{"name":"DISPID_SOTCGetDataKey","features":[446]},{"name":"DISPID_SOTCId","features":[446]},{"name":"DISPID_SOTCSetId","features":[446]},{"name":"DISPID_SOTCategory","features":[446]},{"name":"DISPID_SOTCreateInstance","features":[446]},{"name":"DISPID_SOTDataKey","features":[446]},{"name":"DISPID_SOTDisplayUI","features":[446]},{"name":"DISPID_SOTGetAttribute","features":[446]},{"name":"DISPID_SOTGetDescription","features":[446]},{"name":"DISPID_SOTGetStorageFileName","features":[446]},{"name":"DISPID_SOTId","features":[446]},{"name":"DISPID_SOTIsUISupported","features":[446]},{"name":"DISPID_SOTMatchesAttributes","features":[446]},{"name":"DISPID_SOTRemove","features":[446]},{"name":"DISPID_SOTRemoveStorageFileName","features":[446]},{"name":"DISPID_SOTSetId","features":[446]},{"name":"DISPID_SOTsCount","features":[446]},{"name":"DISPID_SOTsItem","features":[446]},{"name":"DISPID_SOTs_NewEnum","features":[446]},{"name":"DISPID_SPACommit","features":[446]},{"name":"DISPID_SPANumberOfElementsInResult","features":[446]},{"name":"DISPID_SPAPhraseInfo","features":[446]},{"name":"DISPID_SPARecoResult","features":[446]},{"name":"DISPID_SPAStartElementInResult","features":[446]},{"name":"DISPID_SPAsCount","features":[446]},{"name":"DISPID_SPAsItem","features":[446]},{"name":"DISPID_SPAs_NewEnum","features":[446]},{"name":"DISPID_SPCIdToPhone","features":[446]},{"name":"DISPID_SPCLangId","features":[446]},{"name":"DISPID_SPCPhoneToId","features":[446]},{"name":"DISPID_SPEActualConfidence","features":[446]},{"name":"DISPID_SPEAudioSizeBytes","features":[446]},{"name":"DISPID_SPEAudioSizeTime","features":[446]},{"name":"DISPID_SPEAudioStreamOffset","features":[446]},{"name":"DISPID_SPEAudioTimeOffset","features":[446]},{"name":"DISPID_SPEDisplayAttributes","features":[446]},{"name":"DISPID_SPEDisplayText","features":[446]},{"name":"DISPID_SPEEngineConfidence","features":[446]},{"name":"DISPID_SPELexicalForm","features":[446]},{"name":"DISPID_SPEPronunciation","features":[446]},{"name":"DISPID_SPERequiredConfidence","features":[446]},{"name":"DISPID_SPERetainedSizeBytes","features":[446]},{"name":"DISPID_SPERetainedStreamOffset","features":[446]},{"name":"DISPID_SPEsCount","features":[446]},{"name":"DISPID_SPEsItem","features":[446]},{"name":"DISPID_SPEs_NewEnum","features":[446]},{"name":"DISPID_SPIAudioSizeBytes","features":[446]},{"name":"DISPID_SPIAudioSizeTime","features":[446]},{"name":"DISPID_SPIAudioStreamPosition","features":[446]},{"name":"DISPID_SPIElements","features":[446]},{"name":"DISPID_SPIEngineId","features":[446]},{"name":"DISPID_SPIEnginePrivateData","features":[446]},{"name":"DISPID_SPIGetDisplayAttributes","features":[446]},{"name":"DISPID_SPIGetText","features":[446]},{"name":"DISPID_SPIGrammarId","features":[446]},{"name":"DISPID_SPILanguageId","features":[446]},{"name":"DISPID_SPIProperties","features":[446]},{"name":"DISPID_SPIReplacements","features":[446]},{"name":"DISPID_SPIRetainedSizeBytes","features":[446]},{"name":"DISPID_SPIRule","features":[446]},{"name":"DISPID_SPISaveToMemory","features":[446]},{"name":"DISPID_SPIStartTime","features":[446]},{"name":"DISPID_SPPBRestorePhraseFromMemory","features":[446]},{"name":"DISPID_SPPChildren","features":[446]},{"name":"DISPID_SPPConfidence","features":[446]},{"name":"DISPID_SPPEngineConfidence","features":[446]},{"name":"DISPID_SPPFirstElement","features":[446]},{"name":"DISPID_SPPId","features":[446]},{"name":"DISPID_SPPName","features":[446]},{"name":"DISPID_SPPNumberOfElements","features":[446]},{"name":"DISPID_SPPParent","features":[446]},{"name":"DISPID_SPPValue","features":[446]},{"name":"DISPID_SPPsCount","features":[446]},{"name":"DISPID_SPPsItem","features":[446]},{"name":"DISPID_SPPs_NewEnum","features":[446]},{"name":"DISPID_SPRDisplayAttributes","features":[446]},{"name":"DISPID_SPRFirstElement","features":[446]},{"name":"DISPID_SPRNumberOfElements","features":[446]},{"name":"DISPID_SPRText","features":[446]},{"name":"DISPID_SPRsCount","features":[446]},{"name":"DISPID_SPRsItem","features":[446]},{"name":"DISPID_SPRs_NewEnum","features":[446]},{"name":"DISPID_SPRuleChildren","features":[446]},{"name":"DISPID_SPRuleConfidence","features":[446]},{"name":"DISPID_SPRuleEngineConfidence","features":[446]},{"name":"DISPID_SPRuleFirstElement","features":[446]},{"name":"DISPID_SPRuleId","features":[446]},{"name":"DISPID_SPRuleName","features":[446]},{"name":"DISPID_SPRuleNumberOfElements","features":[446]},{"name":"DISPID_SPRuleParent","features":[446]},{"name":"DISPID_SPRulesCount","features":[446]},{"name":"DISPID_SPRulesItem","features":[446]},{"name":"DISPID_SPRules_NewEnum","features":[446]},{"name":"DISPID_SRAllowAudioInputFormatChangesOnNextSet","features":[446]},{"name":"DISPID_SRAllowVoiceFormatMatchingOnNextSet","features":[446]},{"name":"DISPID_SRAudioInput","features":[446]},{"name":"DISPID_SRAudioInputStream","features":[446]},{"name":"DISPID_SRCAudioInInterferenceStatus","features":[446]},{"name":"DISPID_SRCBookmark","features":[446]},{"name":"DISPID_SRCCmdMaxAlternates","features":[446]},{"name":"DISPID_SRCCreateGrammar","features":[446]},{"name":"DISPID_SRCCreateResultFromMemory","features":[446]},{"name":"DISPID_SRCEAdaptation","features":[446]},{"name":"DISPID_SRCEAudioLevel","features":[446]},{"name":"DISPID_SRCEBookmark","features":[446]},{"name":"DISPID_SRCEEndStream","features":[446]},{"name":"DISPID_SRCEEnginePrivate","features":[446]},{"name":"DISPID_SRCEFalseRecognition","features":[446]},{"name":"DISPID_SRCEHypothesis","features":[446]},{"name":"DISPID_SRCEInterference","features":[446]},{"name":"DISPID_SRCEPhraseStart","features":[446]},{"name":"DISPID_SRCEPropertyNumberChange","features":[446]},{"name":"DISPID_SRCEPropertyStringChange","features":[446]},{"name":"DISPID_SRCERecognition","features":[446]},{"name":"DISPID_SRCERecognitionForOtherContext","features":[446]},{"name":"DISPID_SRCERecognizerStateChange","features":[446]},{"name":"DISPID_SRCERequestUI","features":[446]},{"name":"DISPID_SRCESoundEnd","features":[446]},{"name":"DISPID_SRCESoundStart","features":[446]},{"name":"DISPID_SRCEStartStream","features":[446]},{"name":"DISPID_SRCEventInterests","features":[446]},{"name":"DISPID_SRCPause","features":[446]},{"name":"DISPID_SRCRecognizer","features":[446]},{"name":"DISPID_SRCRequestedUIType","features":[446]},{"name":"DISPID_SRCResume","features":[446]},{"name":"DISPID_SRCRetainedAudio","features":[446]},{"name":"DISPID_SRCRetainedAudioFormat","features":[446]},{"name":"DISPID_SRCSetAdaptationData","features":[446]},{"name":"DISPID_SRCState","features":[446]},{"name":"DISPID_SRCVoice","features":[446]},{"name":"DISPID_SRCVoicePurgeEvent","features":[446]},{"name":"DISPID_SRCreateRecoContext","features":[446]},{"name":"DISPID_SRDisplayUI","features":[446]},{"name":"DISPID_SREmulateRecognition","features":[446]},{"name":"DISPID_SRGCmdLoadFromFile","features":[446]},{"name":"DISPID_SRGCmdLoadFromMemory","features":[446]},{"name":"DISPID_SRGCmdLoadFromObject","features":[446]},{"name":"DISPID_SRGCmdLoadFromProprietaryGrammar","features":[446]},{"name":"DISPID_SRGCmdLoadFromResource","features":[446]},{"name":"DISPID_SRGCmdSetRuleIdState","features":[446]},{"name":"DISPID_SRGCmdSetRuleState","features":[446]},{"name":"DISPID_SRGCommit","features":[446]},{"name":"DISPID_SRGDictationLoad","features":[446]},{"name":"DISPID_SRGDictationSetState","features":[446]},{"name":"DISPID_SRGDictationUnload","features":[446]},{"name":"DISPID_SRGId","features":[446]},{"name":"DISPID_SRGIsPronounceable","features":[446]},{"name":"DISPID_SRGRecoContext","features":[446]},{"name":"DISPID_SRGReset","features":[446]},{"name":"DISPID_SRGRules","features":[446]},{"name":"DISPID_SRGSetTextSelection","features":[446]},{"name":"DISPID_SRGSetWordSequenceData","features":[446]},{"name":"DISPID_SRGState","features":[446]},{"name":"DISPID_SRGetFormat","features":[446]},{"name":"DISPID_SRGetPropertyNumber","features":[446]},{"name":"DISPID_SRGetPropertyString","features":[446]},{"name":"DISPID_SRGetRecognizers","features":[446]},{"name":"DISPID_SRIsShared","features":[446]},{"name":"DISPID_SRIsUISupported","features":[446]},{"name":"DISPID_SRProfile","features":[446]},{"name":"DISPID_SRRAlternates","features":[446]},{"name":"DISPID_SRRAudio","features":[446]},{"name":"DISPID_SRRAudioFormat","features":[446]},{"name":"DISPID_SRRDiscardResultInfo","features":[446]},{"name":"DISPID_SRRGetXMLErrorInfo","features":[446]},{"name":"DISPID_SRRGetXMLResult","features":[446]},{"name":"DISPID_SRRPhraseInfo","features":[446]},{"name":"DISPID_SRRRecoContext","features":[446]},{"name":"DISPID_SRRSaveToMemory","features":[446]},{"name":"DISPID_SRRSetTextFeedback","features":[446]},{"name":"DISPID_SRRSpeakAudio","features":[446]},{"name":"DISPID_SRRTLength","features":[446]},{"name":"DISPID_SRRTOffsetFromStart","features":[446]},{"name":"DISPID_SRRTStreamTime","features":[446]},{"name":"DISPID_SRRTTickCount","features":[446]},{"name":"DISPID_SRRTimes","features":[446]},{"name":"DISPID_SRRecognizer","features":[446]},{"name":"DISPID_SRSAudioStatus","features":[446]},{"name":"DISPID_SRSClsidEngine","features":[446]},{"name":"DISPID_SRSCurrentStreamNumber","features":[446]},{"name":"DISPID_SRSCurrentStreamPosition","features":[446]},{"name":"DISPID_SRSNumberOfActiveRules","features":[446]},{"name":"DISPID_SRSSupportedLanguages","features":[446]},{"name":"DISPID_SRSetPropertyNumber","features":[446]},{"name":"DISPID_SRSetPropertyString","features":[446]},{"name":"DISPID_SRState","features":[446]},{"name":"DISPID_SRStatus","features":[446]},{"name":"DISPID_SVAlertBoundary","features":[446]},{"name":"DISPID_SVAllowAudioOuputFormatChangesOnNextSet","features":[446]},{"name":"DISPID_SVAudioOutput","features":[446]},{"name":"DISPID_SVAudioOutputStream","features":[446]},{"name":"DISPID_SVDisplayUI","features":[446]},{"name":"DISPID_SVEAudioLevel","features":[446]},{"name":"DISPID_SVEBookmark","features":[446]},{"name":"DISPID_SVEEnginePrivate","features":[446]},{"name":"DISPID_SVEPhoneme","features":[446]},{"name":"DISPID_SVESentenceBoundary","features":[446]},{"name":"DISPID_SVEStreamEnd","features":[446]},{"name":"DISPID_SVEStreamStart","features":[446]},{"name":"DISPID_SVEViseme","features":[446]},{"name":"DISPID_SVEVoiceChange","features":[446]},{"name":"DISPID_SVEWord","features":[446]},{"name":"DISPID_SVEventInterests","features":[446]},{"name":"DISPID_SVGetAudioInputs","features":[446]},{"name":"DISPID_SVGetAudioOutputs","features":[446]},{"name":"DISPID_SVGetProfiles","features":[446]},{"name":"DISPID_SVGetVoices","features":[446]},{"name":"DISPID_SVIsUISupported","features":[446]},{"name":"DISPID_SVPause","features":[446]},{"name":"DISPID_SVPriority","features":[446]},{"name":"DISPID_SVRate","features":[446]},{"name":"DISPID_SVResume","features":[446]},{"name":"DISPID_SVSCurrentStreamNumber","features":[446]},{"name":"DISPID_SVSInputSentenceLength","features":[446]},{"name":"DISPID_SVSInputSentencePosition","features":[446]},{"name":"DISPID_SVSInputWordLength","features":[446]},{"name":"DISPID_SVSInputWordPosition","features":[446]},{"name":"DISPID_SVSLastBookmark","features":[446]},{"name":"DISPID_SVSLastBookmarkId","features":[446]},{"name":"DISPID_SVSLastResult","features":[446]},{"name":"DISPID_SVSLastStreamNumberQueued","features":[446]},{"name":"DISPID_SVSPhonemeId","features":[446]},{"name":"DISPID_SVSRunningState","features":[446]},{"name":"DISPID_SVSVisemeId","features":[446]},{"name":"DISPID_SVSkip","features":[446]},{"name":"DISPID_SVSpeak","features":[446]},{"name":"DISPID_SVSpeakCompleteEvent","features":[446]},{"name":"DISPID_SVSpeakStream","features":[446]},{"name":"DISPID_SVStatus","features":[446]},{"name":"DISPID_SVSyncronousSpeakTimeout","features":[446]},{"name":"DISPID_SVVoice","features":[446]},{"name":"DISPID_SVVolume","features":[446]},{"name":"DISPID_SVWaitUntilDone","features":[446]},{"name":"DISPID_SWFEAvgBytesPerSec","features":[446]},{"name":"DISPID_SWFEBitsPerSample","features":[446]},{"name":"DISPID_SWFEBlockAlign","features":[446]},{"name":"DISPID_SWFEChannels","features":[446]},{"name":"DISPID_SWFEExtraData","features":[446]},{"name":"DISPID_SWFEFormatTag","features":[446]},{"name":"DISPID_SWFESamplesPerSec","features":[446]},{"name":"DISPID_SpeechAudio","features":[446]},{"name":"DISPID_SpeechAudioBufferInfo","features":[446]},{"name":"DISPID_SpeechAudioFormat","features":[446]},{"name":"DISPID_SpeechAudioStatus","features":[446]},{"name":"DISPID_SpeechBaseStream","features":[446]},{"name":"DISPID_SpeechCustomStream","features":[446]},{"name":"DISPID_SpeechDataKey","features":[446]},{"name":"DISPID_SpeechFileStream","features":[446]},{"name":"DISPID_SpeechGrammarRule","features":[446]},{"name":"DISPID_SpeechGrammarRuleState","features":[446]},{"name":"DISPID_SpeechGrammarRuleStateTransition","features":[446]},{"name":"DISPID_SpeechGrammarRuleStateTransitions","features":[446]},{"name":"DISPID_SpeechGrammarRules","features":[446]},{"name":"DISPID_SpeechLexicon","features":[446]},{"name":"DISPID_SpeechLexiconProns","features":[446]},{"name":"DISPID_SpeechLexiconPronunciation","features":[446]},{"name":"DISPID_SpeechLexiconWord","features":[446]},{"name":"DISPID_SpeechLexiconWords","features":[446]},{"name":"DISPID_SpeechMMSysAudio","features":[446]},{"name":"DISPID_SpeechMemoryStream","features":[446]},{"name":"DISPID_SpeechObjectToken","features":[446]},{"name":"DISPID_SpeechObjectTokenCategory","features":[446]},{"name":"DISPID_SpeechObjectTokens","features":[446]},{"name":"DISPID_SpeechPhoneConverter","features":[446]},{"name":"DISPID_SpeechPhraseAlternate","features":[446]},{"name":"DISPID_SpeechPhraseAlternates","features":[446]},{"name":"DISPID_SpeechPhraseBuilder","features":[446]},{"name":"DISPID_SpeechPhraseElement","features":[446]},{"name":"DISPID_SpeechPhraseElements","features":[446]},{"name":"DISPID_SpeechPhraseInfo","features":[446]},{"name":"DISPID_SpeechPhraseProperties","features":[446]},{"name":"DISPID_SpeechPhraseProperty","features":[446]},{"name":"DISPID_SpeechPhraseReplacement","features":[446]},{"name":"DISPID_SpeechPhraseReplacements","features":[446]},{"name":"DISPID_SpeechPhraseRule","features":[446]},{"name":"DISPID_SpeechPhraseRules","features":[446]},{"name":"DISPID_SpeechRecoContext","features":[446]},{"name":"DISPID_SpeechRecoContextEvents","features":[446]},{"name":"DISPID_SpeechRecoResult","features":[446]},{"name":"DISPID_SpeechRecoResult2","features":[446]},{"name":"DISPID_SpeechRecoResultTimes","features":[446]},{"name":"DISPID_SpeechRecognizer","features":[446]},{"name":"DISPID_SpeechRecognizerStatus","features":[446]},{"name":"DISPID_SpeechVoice","features":[446]},{"name":"DISPID_SpeechVoiceEvent","features":[446]},{"name":"DISPID_SpeechVoiceStatus","features":[446]},{"name":"DISPID_SpeechWaveFormatEx","features":[446]},{"name":"DISPID_SpeechXMLRecoResult","features":[446]},{"name":"IEnumSpObjectTokens","features":[446]},{"name":"ISpAudio","features":[446,358]},{"name":"ISpCFGInterpreter","features":[446]},{"name":"ISpCFGInterpreterSite","features":[446]},{"name":"ISpContainerLexicon","features":[446]},{"name":"ISpDataKey","features":[446]},{"name":"ISpDisplayAlternates","features":[446]},{"name":"ISpEnginePronunciation","features":[446]},{"name":"ISpErrorLog","features":[446]},{"name":"ISpEventSink","features":[446]},{"name":"ISpEventSource","features":[446]},{"name":"ISpEventSource2","features":[446]},{"name":"ISpGramCompBackend","features":[446]},{"name":"ISpGrammarBuilder","features":[446]},{"name":"ISpGrammarBuilder2","features":[446]},{"name":"ISpGrammarCompiler","features":[446]},{"name":"ISpITNProcessor","features":[446]},{"name":"ISpLexicon","features":[446]},{"name":"ISpMMSysAudio","features":[446,358]},{"name":"ISpNotifyCallback","features":[446]},{"name":"ISpNotifySink","features":[446]},{"name":"ISpNotifySource","features":[446]},{"name":"ISpNotifyTranslator","features":[446]},{"name":"ISpObjectToken","features":[446]},{"name":"ISpObjectTokenCategory","features":[446]},{"name":"ISpObjectTokenEnumBuilder","features":[446]},{"name":"ISpObjectTokenInit","features":[446]},{"name":"ISpObjectWithToken","features":[446]},{"name":"ISpPhoneConverter","features":[446]},{"name":"ISpPhoneticAlphabetConverter","features":[446]},{"name":"ISpPhoneticAlphabetSelection","features":[446]},{"name":"ISpPhrase","features":[446]},{"name":"ISpPhrase2","features":[446]},{"name":"ISpPhraseAlt","features":[446]},{"name":"ISpPhraseBuilder","features":[446]},{"name":"ISpPrivateEngineCallEx","features":[446]},{"name":"ISpProperties","features":[446]},{"name":"ISpRecoContext","features":[446]},{"name":"ISpRecoContext2","features":[446]},{"name":"ISpRecoGrammar","features":[446]},{"name":"ISpRecoGrammar2","features":[446]},{"name":"ISpRecoResult","features":[446]},{"name":"ISpRecoResult2","features":[446]},{"name":"ISpRecognizer","features":[446]},{"name":"ISpRecognizer2","features":[446]},{"name":"ISpRegDataKey","features":[446]},{"name":"ISpResourceManager","features":[446,358]},{"name":"ISpSRAlternates","features":[446]},{"name":"ISpSRAlternates2","features":[446]},{"name":"ISpSREngine","features":[446]},{"name":"ISpSREngine2","features":[446]},{"name":"ISpSREngineSite","features":[446]},{"name":"ISpSREngineSite2","features":[446]},{"name":"ISpSerializeState","features":[446]},{"name":"ISpShortcut","features":[446]},{"name":"ISpStream","features":[446,358]},{"name":"ISpStreamFormat","features":[446,358]},{"name":"ISpStreamFormatConverter","features":[446,358]},{"name":"ISpTTSEngine","features":[446]},{"name":"ISpTTSEngineSite","features":[446]},{"name":"ISpTask","features":[446]},{"name":"ISpTaskManager","features":[446]},{"name":"ISpThreadControl","features":[446]},{"name":"ISpThreadTask","features":[446]},{"name":"ISpTokenUI","features":[446]},{"name":"ISpTranscript","features":[446]},{"name":"ISpVoice","features":[446]},{"name":"ISpXMLRecoResult","features":[446]},{"name":"ISpeechAudio","features":[446,358]},{"name":"ISpeechAudioBufferInfo","features":[446,358]},{"name":"ISpeechAudioFormat","features":[446,358]},{"name":"ISpeechAudioStatus","features":[446,358]},{"name":"ISpeechBaseStream","features":[446,358]},{"name":"ISpeechCustomStream","features":[446,358]},{"name":"ISpeechDataKey","features":[446,358]},{"name":"ISpeechFileStream","features":[446,358]},{"name":"ISpeechGrammarRule","features":[446,358]},{"name":"ISpeechGrammarRuleState","features":[446,358]},{"name":"ISpeechGrammarRuleStateTransition","features":[446,358]},{"name":"ISpeechGrammarRuleStateTransitions","features":[446,358]},{"name":"ISpeechGrammarRules","features":[446,358]},{"name":"ISpeechLexicon","features":[446,358]},{"name":"ISpeechLexiconPronunciation","features":[446,358]},{"name":"ISpeechLexiconPronunciations","features":[446,358]},{"name":"ISpeechLexiconWord","features":[446,358]},{"name":"ISpeechLexiconWords","features":[446,358]},{"name":"ISpeechMMSysAudio","features":[446,358]},{"name":"ISpeechMemoryStream","features":[446,358]},{"name":"ISpeechObjectToken","features":[446,358]},{"name":"ISpeechObjectTokenCategory","features":[446,358]},{"name":"ISpeechObjectTokens","features":[446,358]},{"name":"ISpeechPhoneConverter","features":[446,358]},{"name":"ISpeechPhraseAlternate","features":[446,358]},{"name":"ISpeechPhraseAlternates","features":[446,358]},{"name":"ISpeechPhraseElement","features":[446,358]},{"name":"ISpeechPhraseElements","features":[446,358]},{"name":"ISpeechPhraseInfo","features":[446,358]},{"name":"ISpeechPhraseInfoBuilder","features":[446,358]},{"name":"ISpeechPhraseProperties","features":[446,358]},{"name":"ISpeechPhraseProperty","features":[446,358]},{"name":"ISpeechPhraseReplacement","features":[446,358]},{"name":"ISpeechPhraseReplacements","features":[446,358]},{"name":"ISpeechPhraseRule","features":[446,358]},{"name":"ISpeechPhraseRules","features":[446,358]},{"name":"ISpeechRecoContext","features":[446,358]},{"name":"ISpeechRecoGrammar","features":[446,358]},{"name":"ISpeechRecoResult","features":[446,358]},{"name":"ISpeechRecoResult2","features":[446,358]},{"name":"ISpeechRecoResultDispatch","features":[446,358]},{"name":"ISpeechRecoResultTimes","features":[446,358]},{"name":"ISpeechRecognizer","features":[446,358]},{"name":"ISpeechRecognizerStatus","features":[446,358]},{"name":"ISpeechResourceLoader","features":[446,358]},{"name":"ISpeechTextSelectionInformation","features":[446,358]},{"name":"ISpeechVoice","features":[446,358]},{"name":"ISpeechVoiceStatus","features":[446,358]},{"name":"ISpeechWaveFormatEx","features":[446,358]},{"name":"ISpeechXMLRecoResult","features":[446,358]},{"name":"OrderedSubset","features":[446]},{"name":"OrderedSubsetContentRequired","features":[446]},{"name":"PA_Ipa","features":[446]},{"name":"PA_Sapi","features":[446]},{"name":"PA_Ups","features":[446]},{"name":"PHONETICALPHABET","features":[446]},{"name":"SAFT11kHz16BitMono","features":[446]},{"name":"SAFT11kHz16BitStereo","features":[446]},{"name":"SAFT11kHz8BitMono","features":[446]},{"name":"SAFT11kHz8BitStereo","features":[446]},{"name":"SAFT12kHz16BitMono","features":[446]},{"name":"SAFT12kHz16BitStereo","features":[446]},{"name":"SAFT12kHz8BitMono","features":[446]},{"name":"SAFT12kHz8BitStereo","features":[446]},{"name":"SAFT16kHz16BitMono","features":[446]},{"name":"SAFT16kHz16BitStereo","features":[446]},{"name":"SAFT16kHz8BitMono","features":[446]},{"name":"SAFT16kHz8BitStereo","features":[446]},{"name":"SAFT22kHz16BitMono","features":[446]},{"name":"SAFT22kHz16BitStereo","features":[446]},{"name":"SAFT22kHz8BitMono","features":[446]},{"name":"SAFT22kHz8BitStereo","features":[446]},{"name":"SAFT24kHz16BitMono","features":[446]},{"name":"SAFT24kHz16BitStereo","features":[446]},{"name":"SAFT24kHz8BitMono","features":[446]},{"name":"SAFT24kHz8BitStereo","features":[446]},{"name":"SAFT32kHz16BitMono","features":[446]},{"name":"SAFT32kHz16BitStereo","features":[446]},{"name":"SAFT32kHz8BitMono","features":[446]},{"name":"SAFT32kHz8BitStereo","features":[446]},{"name":"SAFT44kHz16BitMono","features":[446]},{"name":"SAFT44kHz16BitStereo","features":[446]},{"name":"SAFT44kHz8BitMono","features":[446]},{"name":"SAFT44kHz8BitStereo","features":[446]},{"name":"SAFT48kHz16BitMono","features":[446]},{"name":"SAFT48kHz16BitStereo","features":[446]},{"name":"SAFT48kHz8BitMono","features":[446]},{"name":"SAFT48kHz8BitStereo","features":[446]},{"name":"SAFT8kHz16BitMono","features":[446]},{"name":"SAFT8kHz16BitStereo","features":[446]},{"name":"SAFT8kHz8BitMono","features":[446]},{"name":"SAFT8kHz8BitStereo","features":[446]},{"name":"SAFTADPCM_11kHzMono","features":[446]},{"name":"SAFTADPCM_11kHzStereo","features":[446]},{"name":"SAFTADPCM_22kHzMono","features":[446]},{"name":"SAFTADPCM_22kHzStereo","features":[446]},{"name":"SAFTADPCM_44kHzMono","features":[446]},{"name":"SAFTADPCM_44kHzStereo","features":[446]},{"name":"SAFTADPCM_8kHzMono","features":[446]},{"name":"SAFTADPCM_8kHzStereo","features":[446]},{"name":"SAFTCCITT_ALaw_11kHzMono","features":[446]},{"name":"SAFTCCITT_ALaw_11kHzStereo","features":[446]},{"name":"SAFTCCITT_ALaw_22kHzMono","features":[446]},{"name":"SAFTCCITT_ALaw_22kHzStereo","features":[446]},{"name":"SAFTCCITT_ALaw_44kHzMono","features":[446]},{"name":"SAFTCCITT_ALaw_44kHzStereo","features":[446]},{"name":"SAFTCCITT_ALaw_8kHzMono","features":[446]},{"name":"SAFTCCITT_ALaw_8kHzStereo","features":[446]},{"name":"SAFTCCITT_uLaw_11kHzMono","features":[446]},{"name":"SAFTCCITT_uLaw_11kHzStereo","features":[446]},{"name":"SAFTCCITT_uLaw_22kHzMono","features":[446]},{"name":"SAFTCCITT_uLaw_22kHzStereo","features":[446]},{"name":"SAFTCCITT_uLaw_44kHzMono","features":[446]},{"name":"SAFTCCITT_uLaw_44kHzStereo","features":[446]},{"name":"SAFTCCITT_uLaw_8kHzMono","features":[446]},{"name":"SAFTCCITT_uLaw_8kHzStereo","features":[446]},{"name":"SAFTDefault","features":[446]},{"name":"SAFTExtendedAudioFormat","features":[446]},{"name":"SAFTGSM610_11kHzMono","features":[446]},{"name":"SAFTGSM610_22kHzMono","features":[446]},{"name":"SAFTGSM610_44kHzMono","features":[446]},{"name":"SAFTGSM610_8kHzMono","features":[446]},{"name":"SAFTNoAssignedFormat","features":[446]},{"name":"SAFTNonStandardFormat","features":[446]},{"name":"SAFTText","features":[446]},{"name":"SAFTTrueSpeech_8kHz1BitMono","features":[446]},{"name":"SAPI_ERROR_BASE","features":[446]},{"name":"SASClosed","features":[446]},{"name":"SASPause","features":[446]},{"name":"SASRun","features":[446]},{"name":"SASStop","features":[446]},{"name":"SBONone","features":[446]},{"name":"SBOPause","features":[446]},{"name":"SDA_Consume_Leading_Spaces","features":[446]},{"name":"SDA_No_Trailing_Space","features":[446]},{"name":"SDA_One_Trailing_Space","features":[446]},{"name":"SDA_Two_Trailing_Spaces","features":[446]},{"name":"SDKLCurrentConfig","features":[446]},{"name":"SDKLCurrentUser","features":[446]},{"name":"SDKLDefaultLocation","features":[446]},{"name":"SDKLLocalMachine","features":[446]},{"name":"SDTAll","features":[446]},{"name":"SDTAlternates","features":[446]},{"name":"SDTAudio","features":[446]},{"name":"SDTDisplayText","features":[446]},{"name":"SDTLexicalForm","features":[446]},{"name":"SDTPronunciation","features":[446]},{"name":"SDTProperty","features":[446]},{"name":"SDTReplacement","features":[446]},{"name":"SDTRule","features":[446]},{"name":"SECFDefault","features":[446]},{"name":"SECFEmulateResult","features":[446]},{"name":"SECFIgnoreCase","features":[446]},{"name":"SECFIgnoreKanaType","features":[446]},{"name":"SECFIgnoreWidth","features":[446]},{"name":"SECFNoSpecialChars","features":[446]},{"name":"SECHighConfidence","features":[446]},{"name":"SECLowConfidence","features":[446]},{"name":"SECNormalConfidence","features":[446]},{"name":"SFTInput","features":[446]},{"name":"SFTSREngine","features":[446]},{"name":"SGDSActive","features":[446]},{"name":"SGDSActiveUserDelimited","features":[446]},{"name":"SGDSActiveWithAutoPause","features":[446]},{"name":"SGDSInactive","features":[446]},{"name":"SGDisplay","features":[446]},{"name":"SGLexical","features":[446]},{"name":"SGLexicalNoSpecialChars","features":[446]},{"name":"SGPronounciation","features":[446]},{"name":"SGRSTTDictation","features":[446]},{"name":"SGRSTTEpsilon","features":[446]},{"name":"SGRSTTRule","features":[446]},{"name":"SGRSTTTextBuffer","features":[446]},{"name":"SGRSTTWildcard","features":[446]},{"name":"SGRSTTWord","features":[446]},{"name":"SGSDisabled","features":[446]},{"name":"SGSEnabled","features":[446]},{"name":"SGSExclusive","features":[446]},{"name":"SINoSignal","features":[446]},{"name":"SINoise","features":[446]},{"name":"SINone","features":[446]},{"name":"SITooFast","features":[446]},{"name":"SITooLoud","features":[446]},{"name":"SITooQuiet","features":[446]},{"name":"SITooSlow","features":[446]},{"name":"SLODynamic","features":[446]},{"name":"SLOStatic","features":[446]},{"name":"SLTApp","features":[446]},{"name":"SLTUser","features":[446]},{"name":"SPADAPTATIONRELEVANCE","features":[446]},{"name":"SPADAPTATIONSETTINGS","features":[446]},{"name":"SPADS_CurrentRecognizer","features":[446]},{"name":"SPADS_Default","features":[446]},{"name":"SPADS_HighVolumeDataSource","features":[446]},{"name":"SPADS_Immediate","features":[446]},{"name":"SPADS_RecoProfile","features":[446]},{"name":"SPADS_Reset","features":[446]},{"name":"SPAF_ALL","features":[446]},{"name":"SPAF_BUFFER_POSITION","features":[446]},{"name":"SPAF_CONSUME_LEADING_SPACES","features":[446]},{"name":"SPAF_ONE_TRAILING_SPACE","features":[446]},{"name":"SPAF_TWO_TRAILING_SPACES","features":[446]},{"name":"SPAF_USER_SPECIFIED","features":[446]},{"name":"SPALTERNATESCLSID","features":[446]},{"name":"SPAO_NONE","features":[446]},{"name":"SPAO_RETAIN_AUDIO","features":[446]},{"name":"SPAR_High","features":[446]},{"name":"SPAR_Low","features":[446]},{"name":"SPAR_Medium","features":[446]},{"name":"SPAR_Unknown","features":[446]},{"name":"SPAS_CLOSED","features":[446]},{"name":"SPAS_PAUSE","features":[446]},{"name":"SPAS_RUN","features":[446]},{"name":"SPAS_STOP","features":[446]},{"name":"SPAUDIOBUFFERINFO","features":[446]},{"name":"SPAUDIOOPTIONS","features":[446]},{"name":"SPAUDIOSTATE","features":[446]},{"name":"SPAUDIOSTATUS","features":[446]},{"name":"SPBINARYGRAMMAR","features":[446]},{"name":"SPBOOKMARKOPTIONS","features":[446]},{"name":"SPBO_AHEAD","features":[446]},{"name":"SPBO_NONE","features":[446]},{"name":"SPBO_PAUSE","features":[446]},{"name":"SPBO_TIME_UNITS","features":[446]},{"name":"SPCAT_APPLEXICONS","features":[446]},{"name":"SPCAT_AUDIOIN","features":[446]},{"name":"SPCAT_AUDIOOUT","features":[446]},{"name":"SPCAT_PHONECONVERTERS","features":[446]},{"name":"SPCAT_RECOGNIZERS","features":[446]},{"name":"SPCAT_RECOPROFILES","features":[446]},{"name":"SPCAT_TEXTNORMALIZERS","features":[446]},{"name":"SPCAT_VOICES","features":[446]},{"name":"SPCFGNOTIFY","features":[446]},{"name":"SPCFGN_ACTIVATE","features":[446]},{"name":"SPCFGN_ADD","features":[446]},{"name":"SPCFGN_DEACTIVATE","features":[446]},{"name":"SPCFGN_INVALIDATE","features":[446]},{"name":"SPCFGN_REMOVE","features":[446]},{"name":"SPCFGRULEATTRIBUTES","features":[446]},{"name":"SPCF_ADD_TO_USER_LEXICON","features":[446]},{"name":"SPCF_DEFINITE_CORRECTION","features":[446]},{"name":"SPCF_NONE","features":[446]},{"name":"SPCOMMITFLAGS","features":[446]},{"name":"SPCONTEXTSTATE","features":[446]},{"name":"SPCS_DISABLED","features":[446]},{"name":"SPCS_ENABLED","features":[446]},{"name":"SPCURRENT_USER_LEXICON_TOKEN_ID","features":[446]},{"name":"SPCURRENT_USER_SHORTCUT_TOKEN_ID","features":[446]},{"name":"SPDATAKEYLOCATION","features":[446]},{"name":"SPDF_ALL","features":[446]},{"name":"SPDF_ALTERNATES","features":[446]},{"name":"SPDF_AUDIO","features":[446]},{"name":"SPDF_DISPLAYTEXT","features":[446]},{"name":"SPDF_LEXICALFORM","features":[446]},{"name":"SPDF_PRONUNCIATION","features":[446]},{"name":"SPDF_PROPERTY","features":[446]},{"name":"SPDF_REPLACEMENT","features":[446]},{"name":"SPDF_RULE","features":[446]},{"name":"SPDICTATION","features":[446]},{"name":"SPDISPLAYATTRIBUTES","features":[446]},{"name":"SPDISPLAYPHRASE","features":[446]},{"name":"SPDISPLAYTOKEN","features":[446]},{"name":"SPDKL_CurrentConfig","features":[446]},{"name":"SPDKL_CurrentUser","features":[446]},{"name":"SPDKL_DefaultLocation","features":[446]},{"name":"SPDKL_LocalMachine","features":[446]},{"name":"SPDUI_AddRemoveWord","features":[446]},{"name":"SPDUI_AudioProperties","features":[446]},{"name":"SPDUI_AudioVolume","features":[446]},{"name":"SPDUI_EngineProperties","features":[446]},{"name":"SPDUI_MicTraining","features":[446]},{"name":"SPDUI_RecoProfileProperties","features":[446]},{"name":"SPDUI_ShareData","features":[446]},{"name":"SPDUI_Tutorial","features":[446]},{"name":"SPDUI_UserEnrollment","features":[446]},{"name":"SPDUI_UserTraining","features":[446]},{"name":"SPEAKFLAGS","features":[446]},{"name":"SPEI_ADAPTATION","features":[446]},{"name":"SPEI_END_INPUT_STREAM","features":[446]},{"name":"SPEI_END_SR_STREAM","features":[446]},{"name":"SPEI_FALSE_RECOGNITION","features":[446]},{"name":"SPEI_HYPOTHESIS","features":[446]},{"name":"SPEI_INTERFERENCE","features":[446]},{"name":"SPEI_MAX_SR","features":[446]},{"name":"SPEI_MAX_TTS","features":[446]},{"name":"SPEI_MIN_SR","features":[446]},{"name":"SPEI_MIN_TTS","features":[446]},{"name":"SPEI_PHONEME","features":[446]},{"name":"SPEI_PHRASE_START","features":[446]},{"name":"SPEI_PROPERTY_NUM_CHANGE","features":[446]},{"name":"SPEI_PROPERTY_STRING_CHANGE","features":[446]},{"name":"SPEI_RECOGNITION","features":[446]},{"name":"SPEI_RECO_OTHER_CONTEXT","features":[446]},{"name":"SPEI_RECO_STATE_CHANGE","features":[446]},{"name":"SPEI_REQUEST_UI","features":[446]},{"name":"SPEI_RESERVED1","features":[446]},{"name":"SPEI_RESERVED2","features":[446]},{"name":"SPEI_RESERVED3","features":[446]},{"name":"SPEI_RESERVED4","features":[446]},{"name":"SPEI_RESERVED5","features":[446]},{"name":"SPEI_RESERVED6","features":[446]},{"name":"SPEI_SENTENCE_BOUNDARY","features":[446]},{"name":"SPEI_SOUND_END","features":[446]},{"name":"SPEI_SOUND_START","features":[446]},{"name":"SPEI_SR_AUDIO_LEVEL","features":[446]},{"name":"SPEI_SR_BOOKMARK","features":[446]},{"name":"SPEI_SR_PRIVATE","features":[446]},{"name":"SPEI_SR_RETAINEDAUDIO","features":[446]},{"name":"SPEI_START_INPUT_STREAM","features":[446]},{"name":"SPEI_START_SR_STREAM","features":[446]},{"name":"SPEI_TTS_AUDIO_LEVEL","features":[446]},{"name":"SPEI_TTS_BOOKMARK","features":[446]},{"name":"SPEI_TTS_PRIVATE","features":[446]},{"name":"SPEI_UNDEFINED","features":[446]},{"name":"SPEI_VISEME","features":[446]},{"name":"SPEI_VOICE_CHANGE","features":[446]},{"name":"SPEI_WORD_BOUNDARY","features":[446]},{"name":"SPENDSRSTREAMFLAGS","features":[446]},{"name":"SPESF_EMULATED","features":[446]},{"name":"SPESF_NONE","features":[446]},{"name":"SPESF_STREAM_RELEASED","features":[446]},{"name":"SPET_LPARAM_IS_OBJECT","features":[446]},{"name":"SPET_LPARAM_IS_POINTER","features":[446]},{"name":"SPET_LPARAM_IS_STRING","features":[446]},{"name":"SPET_LPARAM_IS_TOKEN","features":[446]},{"name":"SPET_LPARAM_IS_UNDEFINED","features":[446]},{"name":"SPEVENT","features":[305,446]},{"name":"SPEVENTENUM","features":[446]},{"name":"SPEVENTEX","features":[305,446]},{"name":"SPEVENTLPARAMTYPE","features":[446]},{"name":"SPEVENTSOURCEINFO","features":[446]},{"name":"SPFILEMODE","features":[446]},{"name":"SPFM_CREATE","features":[446]},{"name":"SPFM_CREATE_ALWAYS","features":[446]},{"name":"SPFM_NUM_MODES","features":[446]},{"name":"SPFM_OPEN_READONLY","features":[446]},{"name":"SPFM_OPEN_READWRITE","features":[446]},{"name":"SPF_ASYNC","features":[446]},{"name":"SPF_DEFAULT","features":[446]},{"name":"SPF_IS_FILENAME","features":[446]},{"name":"SPF_IS_NOT_XML","features":[446]},{"name":"SPF_IS_XML","features":[446]},{"name":"SPF_NLP_MASK","features":[446]},{"name":"SPF_NLP_SPEAK_PUNC","features":[446]},{"name":"SPF_PARSE_AUTODETECT","features":[446]},{"name":"SPF_PARSE_MASK","features":[446]},{"name":"SPF_PARSE_SAPI","features":[446]},{"name":"SPF_PARSE_SSML","features":[446]},{"name":"SPF_PERSIST_XML","features":[446]},{"name":"SPF_PURGEBEFORESPEAK","features":[446]},{"name":"SPF_UNUSED_FLAGS","features":[446]},{"name":"SPF_VOICE_MASK","features":[446]},{"name":"SPGO_ALL","features":[446]},{"name":"SPGO_DEFAULT","features":[446]},{"name":"SPGO_FILE","features":[446]},{"name":"SPGO_HTTP","features":[446]},{"name":"SPGO_OBJECT","features":[446]},{"name":"SPGO_RES","features":[446]},{"name":"SPGO_SAPI","features":[446]},{"name":"SPGO_SRGS","features":[446]},{"name":"SPGO_SRGS_MS_SCRIPT","features":[446]},{"name":"SPGO_SRGS_SCRIPT","features":[446]},{"name":"SPGO_SRGS_STG_SCRIPT","features":[446]},{"name":"SPGO_SRGS_W3C_SCRIPT","features":[446]},{"name":"SPGO_UPS","features":[446]},{"name":"SPGRAMMARHANDLE","features":[446]},{"name":"SPGRAMMAROPTIONS","features":[446]},{"name":"SPGRAMMARSTATE","features":[446]},{"name":"SPGRAMMARWORDTYPE","features":[446]},{"name":"SPGS_DISABLED","features":[446]},{"name":"SPGS_ENABLED","features":[446]},{"name":"SPGS_EXCLUSIVE","features":[446]},{"name":"SPINFDICTATION","features":[446]},{"name":"SPINTERFERENCE","features":[446]},{"name":"SPINTERFERENCE_LATENCY_TRUNCATE_BEGIN","features":[446]},{"name":"SPINTERFERENCE_LATENCY_TRUNCATE_END","features":[446]},{"name":"SPINTERFERENCE_LATENCY_WARNING","features":[446]},{"name":"SPINTERFERENCE_NOISE","features":[446]},{"name":"SPINTERFERENCE_NONE","features":[446]},{"name":"SPINTERFERENCE_NOSIGNAL","features":[446]},{"name":"SPINTERFERENCE_TOOFAST","features":[446]},{"name":"SPINTERFERENCE_TOOLOUD","features":[446]},{"name":"SPINTERFERENCE_TOOQUIET","features":[446]},{"name":"SPINTERFERENCE_TOOSLOW","features":[446]},{"name":"SPLEXICONTYPE","features":[446]},{"name":"SPLOADOPTIONS","features":[446]},{"name":"SPLO_DYNAMIC","features":[446]},{"name":"SPLO_STATIC","features":[446]},{"name":"SPMATCHINGMODE","features":[446]},{"name":"SPMAX_RATE","features":[446]},{"name":"SPMAX_VOLUME","features":[446]},{"name":"SPMIN_RATE","features":[446]},{"name":"SPMIN_VOLUME","features":[446]},{"name":"SPMMSYS_AUDIO_IN_TOKEN_ID","features":[446]},{"name":"SPMMSYS_AUDIO_OUT_TOKEN_ID","features":[446]},{"name":"SPNORMALIZATIONLIST","features":[446]},{"name":"SPNOTIFYCALLBACK","features":[305,446]},{"name":"SPPARSEINFO","features":[305,446]},{"name":"SPPARTOFSPEECH","features":[446]},{"name":"SPPATHENTRY","features":[446]},{"name":"SPPHRASE","features":[305,446,358,359,360]},{"name":"SPPHRASEALT","features":[446]},{"name":"SPPHRASEALTREQUEST","features":[446]},{"name":"SPPHRASEELEMENT","features":[446]},{"name":"SPPHRASEPROPERTY","features":[305,446,358,359,360]},{"name":"SPPHRASEPROPERTYHANDLE","features":[446]},{"name":"SPPHRASEPROPERTYUNIONTYPE","features":[446]},{"name":"SPPHRASEREPLACEMENT","features":[446]},{"name":"SPPHRASERNG","features":[446]},{"name":"SPPHRASERULE","features":[446]},{"name":"SPPHRASERULEHANDLE","features":[446]},{"name":"SPPHRASE_50","features":[305,446,358,359,360]},{"name":"SPPPUT_ARRAY_INDEX","features":[446]},{"name":"SPPPUT_UNUSED","features":[446]},{"name":"SPPRONUNCIATIONFLAGS","features":[446]},{"name":"SPPROPERTYINFO","features":[305,446,358,359,360]},{"name":"SPPROPSRC","features":[446]},{"name":"SPPROPSRC_RECO_CTX","features":[446]},{"name":"SPPROPSRC_RECO_GRAMMAR","features":[446]},{"name":"SPPROPSRC_RECO_INST","features":[446]},{"name":"SPPROP_ADAPTATION_ON","features":[446]},{"name":"SPPROP_COMPLEX_RESPONSE_SPEED","features":[446]},{"name":"SPPROP_HIGH_CONFIDENCE_THRESHOLD","features":[446]},{"name":"SPPROP_LOW_CONFIDENCE_THRESHOLD","features":[446]},{"name":"SPPROP_NORMAL_CONFIDENCE_THRESHOLD","features":[446]},{"name":"SPPROP_PERSISTED_BACKGROUND_ADAPTATION","features":[446]},{"name":"SPPROP_PERSISTED_LANGUAGE_MODEL_ADAPTATION","features":[446]},{"name":"SPPROP_RESOURCE_USAGE","features":[446]},{"name":"SPPROP_RESPONSE_SPEED","features":[446]},{"name":"SPPROP_UX_IS_LISTENING","features":[446]},{"name":"SPPR_ALL_ELEMENTS","features":[446]},{"name":"SPPS_Function","features":[446]},{"name":"SPPS_Interjection","features":[446]},{"name":"SPPS_LMA","features":[446]},{"name":"SPPS_Modifier","features":[446]},{"name":"SPPS_Noncontent","features":[446]},{"name":"SPPS_NotOverriden","features":[446]},{"name":"SPPS_Noun","features":[446]},{"name":"SPPS_RESERVED1","features":[446]},{"name":"SPPS_RESERVED2","features":[446]},{"name":"SPPS_RESERVED3","features":[446]},{"name":"SPPS_RESERVED4","features":[446]},{"name":"SPPS_SuppressWord","features":[446]},{"name":"SPPS_Unknown","features":[446]},{"name":"SPPS_Verb","features":[446]},{"name":"SPRAF_Active","features":[446]},{"name":"SPRAF_AutoPause","features":[446]},{"name":"SPRAF_Dynamic","features":[446]},{"name":"SPRAF_Export","features":[446]},{"name":"SPRAF_Import","features":[446]},{"name":"SPRAF_Interpreter","features":[446]},{"name":"SPRAF_Root","features":[446]},{"name":"SPRAF_TopLevel","features":[446]},{"name":"SPRAF_UserDelimited","features":[446]},{"name":"SPRECOCONTEXTHANDLE","features":[446]},{"name":"SPRECOCONTEXTSTATUS","features":[446]},{"name":"SPRECOEVENTFLAGS","features":[446]},{"name":"SPRECOEXTENSION","features":[446]},{"name":"SPRECOGNIZERSTATUS","features":[446]},{"name":"SPRECORESULTINFO","features":[305,446]},{"name":"SPRECORESULTINFOEX","features":[305,446]},{"name":"SPRECORESULTTIMES","features":[305,446]},{"name":"SPRECOSTATE","features":[446]},{"name":"SPREF_AutoPause","features":[446]},{"name":"SPREF_Emulated","features":[446]},{"name":"SPREF_ExtendableParse","features":[446]},{"name":"SPREF_FalseRecognition","features":[446]},{"name":"SPREF_Hypothesis","features":[446]},{"name":"SPREF_ReSent","features":[446]},{"name":"SPREF_SMLTimeout","features":[446]},{"name":"SPREG_LOCAL_MACHINE_ROOT","features":[446]},{"name":"SPREG_SAFE_USER_TOKENS","features":[446]},{"name":"SPREG_USER_ROOT","features":[446]},{"name":"SPRESULTTYPE","features":[446]},{"name":"SPRIO_NONE","features":[446]},{"name":"SPRP_NORMAL","features":[446]},{"name":"SPRST_ACTIVE","features":[446]},{"name":"SPRST_ACTIVE_ALWAYS","features":[446]},{"name":"SPRST_INACTIVE","features":[446]},{"name":"SPRST_INACTIVE_WITH_PURGE","features":[446]},{"name":"SPRST_NUM_STATES","features":[446]},{"name":"SPRS_ACTIVE","features":[446]},{"name":"SPRS_ACTIVE_USER_DELIMITED","features":[446]},{"name":"SPRS_ACTIVE_WITH_AUTO_PAUSE","features":[446]},{"name":"SPRS_DONE","features":[446]},{"name":"SPRS_INACTIVE","features":[446]},{"name":"SPRS_IS_SPEAKING","features":[446]},{"name":"SPRT_CFG","features":[446]},{"name":"SPRT_EMULATED","features":[446]},{"name":"SPRT_EXTENDABLE_PARSE","features":[446]},{"name":"SPRT_FALSE_RECOGNITION","features":[446]},{"name":"SPRT_PROPRIETARY","features":[446]},{"name":"SPRT_SLM","features":[446]},{"name":"SPRT_TYPE_MASK","features":[446]},{"name":"SPRULE","features":[446]},{"name":"SPRULEENTRY","features":[446]},{"name":"SPRULEHANDLE","features":[446]},{"name":"SPRULEINFOOPT","features":[446]},{"name":"SPRULESTATE","features":[446]},{"name":"SPRUNSTATE","features":[446]},{"name":"SPSEMANTICERRORINFO","features":[446]},{"name":"SPSEMANTICFORMAT","features":[446]},{"name":"SPSERIALIZEDEVENT","features":[446]},{"name":"SPSERIALIZEDEVENT64","features":[446]},{"name":"SPSERIALIZEDPHRASE","features":[446]},{"name":"SPSERIALIZEDRESULT","features":[446]},{"name":"SPSF_11kHz16BitMono","features":[446]},{"name":"SPSF_11kHz16BitStereo","features":[446]},{"name":"SPSF_11kHz8BitMono","features":[446]},{"name":"SPSF_11kHz8BitStereo","features":[446]},{"name":"SPSF_12kHz16BitMono","features":[446]},{"name":"SPSF_12kHz16BitStereo","features":[446]},{"name":"SPSF_12kHz8BitMono","features":[446]},{"name":"SPSF_12kHz8BitStereo","features":[446]},{"name":"SPSF_16kHz16BitMono","features":[446]},{"name":"SPSF_16kHz16BitStereo","features":[446]},{"name":"SPSF_16kHz8BitMono","features":[446]},{"name":"SPSF_16kHz8BitStereo","features":[446]},{"name":"SPSF_22kHz16BitMono","features":[446]},{"name":"SPSF_22kHz16BitStereo","features":[446]},{"name":"SPSF_22kHz8BitMono","features":[446]},{"name":"SPSF_22kHz8BitStereo","features":[446]},{"name":"SPSF_24kHz16BitMono","features":[446]},{"name":"SPSF_24kHz16BitStereo","features":[446]},{"name":"SPSF_24kHz8BitMono","features":[446]},{"name":"SPSF_24kHz8BitStereo","features":[446]},{"name":"SPSF_32kHz16BitMono","features":[446]},{"name":"SPSF_32kHz16BitStereo","features":[446]},{"name":"SPSF_32kHz8BitMono","features":[446]},{"name":"SPSF_32kHz8BitStereo","features":[446]},{"name":"SPSF_44kHz16BitMono","features":[446]},{"name":"SPSF_44kHz16BitStereo","features":[446]},{"name":"SPSF_44kHz8BitMono","features":[446]},{"name":"SPSF_44kHz8BitStereo","features":[446]},{"name":"SPSF_48kHz16BitMono","features":[446]},{"name":"SPSF_48kHz16BitStereo","features":[446]},{"name":"SPSF_48kHz8BitMono","features":[446]},{"name":"SPSF_48kHz8BitStereo","features":[446]},{"name":"SPSF_8kHz16BitMono","features":[446]},{"name":"SPSF_8kHz16BitStereo","features":[446]},{"name":"SPSF_8kHz8BitMono","features":[446]},{"name":"SPSF_8kHz8BitStereo","features":[446]},{"name":"SPSF_ADPCM_11kHzMono","features":[446]},{"name":"SPSF_ADPCM_11kHzStereo","features":[446]},{"name":"SPSF_ADPCM_22kHzMono","features":[446]},{"name":"SPSF_ADPCM_22kHzStereo","features":[446]},{"name":"SPSF_ADPCM_44kHzMono","features":[446]},{"name":"SPSF_ADPCM_44kHzStereo","features":[446]},{"name":"SPSF_ADPCM_8kHzMono","features":[446]},{"name":"SPSF_ADPCM_8kHzStereo","features":[446]},{"name":"SPSF_CCITT_ALaw_11kHzMono","features":[446]},{"name":"SPSF_CCITT_ALaw_11kHzStereo","features":[446]},{"name":"SPSF_CCITT_ALaw_22kHzMono","features":[446]},{"name":"SPSF_CCITT_ALaw_22kHzStereo","features":[446]},{"name":"SPSF_CCITT_ALaw_44kHzMono","features":[446]},{"name":"SPSF_CCITT_ALaw_44kHzStereo","features":[446]},{"name":"SPSF_CCITT_ALaw_8kHzMono","features":[446]},{"name":"SPSF_CCITT_ALaw_8kHzStereo","features":[446]},{"name":"SPSF_CCITT_uLaw_11kHzMono","features":[446]},{"name":"SPSF_CCITT_uLaw_11kHzStereo","features":[446]},{"name":"SPSF_CCITT_uLaw_22kHzMono","features":[446]},{"name":"SPSF_CCITT_uLaw_22kHzStereo","features":[446]},{"name":"SPSF_CCITT_uLaw_44kHzMono","features":[446]},{"name":"SPSF_CCITT_uLaw_44kHzStereo","features":[446]},{"name":"SPSF_CCITT_uLaw_8kHzMono","features":[446]},{"name":"SPSF_CCITT_uLaw_8kHzStereo","features":[446]},{"name":"SPSF_Default","features":[446]},{"name":"SPSF_ExtendedAudioFormat","features":[446]},{"name":"SPSF_GSM610_11kHzMono","features":[446]},{"name":"SPSF_GSM610_22kHzMono","features":[446]},{"name":"SPSF_GSM610_44kHzMono","features":[446]},{"name":"SPSF_GSM610_8kHzMono","features":[446]},{"name":"SPSF_NUM_FORMATS","features":[446]},{"name":"SPSF_NoAssignedFormat","features":[446]},{"name":"SPSF_NonStandardFormat","features":[446]},{"name":"SPSF_Text","features":[446]},{"name":"SPSF_TrueSpeech_8kHz1BitMono","features":[446]},{"name":"SPSFunction","features":[446]},{"name":"SPSHORTCUTPAIR","features":[446]},{"name":"SPSHORTCUTPAIRLIST","features":[446]},{"name":"SPSHORTCUTTYPE","features":[446]},{"name":"SPSHT_EMAIL","features":[446]},{"name":"SPSHT_NotOverriden","features":[446]},{"name":"SPSHT_OTHER","features":[446]},{"name":"SPSHT_Unknown","features":[446]},{"name":"SPSInterjection","features":[446]},{"name":"SPSLMA","features":[446]},{"name":"SPSMF_SAPI_PROPERTIES","features":[446]},{"name":"SPSMF_SRGS_SAPIPROPERTIES","features":[446]},{"name":"SPSMF_SRGS_SEMANTICINTERPRETATION_MS","features":[446]},{"name":"SPSMF_SRGS_SEMANTICINTERPRETATION_W3C","features":[446]},{"name":"SPSMF_UPS","features":[446]},{"name":"SPSModifier","features":[446]},{"name":"SPSNotOverriden","features":[446]},{"name":"SPSNoun","features":[446]},{"name":"SPSSuppressWord","features":[446]},{"name":"SPSTATEHANDLE","features":[446]},{"name":"SPSTATEINFO","features":[446]},{"name":"SPSTREAMFORMAT","features":[446]},{"name":"SPSTREAMFORMATTYPE","features":[446]},{"name":"SPSUnknown","features":[446]},{"name":"SPSVerb","features":[446]},{"name":"SPTEXTSELECTIONINFO","features":[446]},{"name":"SPTMTHREADINFO","features":[446]},{"name":"SPTOKENKEY_ATTRIBUTES","features":[446]},{"name":"SPTOKENKEY_AUDIO_LATENCY_TRUNCATE","features":[446]},{"name":"SPTOKENKEY_AUDIO_LATENCY_UPDATE_INTERVAL","features":[446]},{"name":"SPTOKENKEY_AUDIO_LATENCY_WARNING","features":[446]},{"name":"SPTOKENKEY_FILES","features":[446]},{"name":"SPTOKENKEY_RETAINEDAUDIO","features":[446]},{"name":"SPTOKENKEY_UI","features":[446]},{"name":"SPTOKENVALUE_CLSID","features":[446]},{"name":"SPTOPIC_SPELLING","features":[446]},{"name":"SPTRANSDICTATION","features":[446]},{"name":"SPTRANSEPSILON","features":[446]},{"name":"SPTRANSITIONENTRY","features":[446]},{"name":"SPTRANSITIONID","features":[446]},{"name":"SPTRANSITIONPROPERTY","features":[305,446,358,359,360]},{"name":"SPTRANSITIONTYPE","features":[446]},{"name":"SPTRANSRULE","features":[446]},{"name":"SPTRANSTEXTBUF","features":[446]},{"name":"SPTRANSWILDCARD","features":[446]},{"name":"SPTRANSWORD","features":[446]},{"name":"SPVACTIONS","features":[446]},{"name":"SPVALUETYPE","features":[446]},{"name":"SPVA_Bookmark","features":[446]},{"name":"SPVA_ParseUnknownTag","features":[446]},{"name":"SPVA_Pronounce","features":[446]},{"name":"SPVA_Section","features":[446]},{"name":"SPVA_Silence","features":[446]},{"name":"SPVA_Speak","features":[446]},{"name":"SPVA_SpellOut","features":[446]},{"name":"SPVCONTEXT","features":[446]},{"name":"SPVESACTIONS","features":[446]},{"name":"SPVES_ABORT","features":[446]},{"name":"SPVES_CONTINUE","features":[446]},{"name":"SPVES_RATE","features":[446]},{"name":"SPVES_SKIP","features":[446]},{"name":"SPVES_VOLUME","features":[446]},{"name":"SPVFEATURE","features":[446]},{"name":"SPVFEATURE_EMPHASIS","features":[446]},{"name":"SPVFEATURE_STRESSED","features":[446]},{"name":"SPVISEMES","features":[446]},{"name":"SPVLIMITS","features":[446]},{"name":"SPVOICECATEGORY_TTSRATE","features":[446]},{"name":"SPVOICESTATUS","features":[446]},{"name":"SPVPITCH","features":[446]},{"name":"SPVPRIORITY","features":[446]},{"name":"SPVPRI_ALERT","features":[446]},{"name":"SPVPRI_NORMAL","features":[446]},{"name":"SPVPRI_OVER","features":[446]},{"name":"SPVSKIPTYPE","features":[446]},{"name":"SPVSTATE","features":[446]},{"name":"SPVST_SENTENCE","features":[446]},{"name":"SPVTEXTFRAG","features":[446]},{"name":"SPWF_INPUT","features":[446]},{"name":"SPWF_SRENGINE","features":[446]},{"name":"SPWILDCARD","features":[446]},{"name":"SPWIO_NONE","features":[446]},{"name":"SPWIO_WANT_TEXT","features":[446]},{"name":"SPWORD","features":[446]},{"name":"SPWORDENTRY","features":[446]},{"name":"SPWORDHANDLE","features":[446]},{"name":"SPWORDINFOOPT","features":[446]},{"name":"SPWORDLIST","features":[446]},{"name":"SPWORDPRONOUNCEABLE","features":[446]},{"name":"SPWORDPRONUNCIATION","features":[446]},{"name":"SPWORDPRONUNCIATIONLIST","features":[446]},{"name":"SPWORDTYPE","features":[446]},{"name":"SPWP_KNOWN_WORD_PRONOUNCEABLE","features":[446]},{"name":"SPWP_UNKNOWN_WORD_PRONOUNCEABLE","features":[446]},{"name":"SPWP_UNKNOWN_WORD_UNPRONOUNCEABLE","features":[446]},{"name":"SPWT_DISPLAY","features":[446]},{"name":"SPWT_LEXICAL","features":[446]},{"name":"SPWT_LEXICAL_NO_SPECIAL_CHARS","features":[446]},{"name":"SPWT_PRONUNCIATION","features":[446]},{"name":"SPXMLRESULTOPTIONS","features":[446]},{"name":"SPXRO_Alternates_SML","features":[446]},{"name":"SPXRO_SML","features":[446]},{"name":"SP_EMULATE_RESULT","features":[446]},{"name":"SP_LOW_CONFIDENCE","features":[446]},{"name":"SP_MAX_LANGIDS","features":[446]},{"name":"SP_MAX_PRON_LENGTH","features":[446]},{"name":"SP_MAX_WORD_LENGTH","features":[446]},{"name":"SP_NORMAL_CONFIDENCE","features":[446]},{"name":"SP_STREAMPOS_ASAP","features":[446]},{"name":"SP_STREAMPOS_REALTIME","features":[446]},{"name":"SP_VISEME_0","features":[446]},{"name":"SP_VISEME_1","features":[446]},{"name":"SP_VISEME_10","features":[446]},{"name":"SP_VISEME_11","features":[446]},{"name":"SP_VISEME_12","features":[446]},{"name":"SP_VISEME_13","features":[446]},{"name":"SP_VISEME_14","features":[446]},{"name":"SP_VISEME_15","features":[446]},{"name":"SP_VISEME_16","features":[446]},{"name":"SP_VISEME_17","features":[446]},{"name":"SP_VISEME_18","features":[446]},{"name":"SP_VISEME_19","features":[446]},{"name":"SP_VISEME_2","features":[446]},{"name":"SP_VISEME_20","features":[446]},{"name":"SP_VISEME_21","features":[446]},{"name":"SP_VISEME_3","features":[446]},{"name":"SP_VISEME_4","features":[446]},{"name":"SP_VISEME_5","features":[446]},{"name":"SP_VISEME_6","features":[446]},{"name":"SP_VISEME_7","features":[446]},{"name":"SP_VISEME_8","features":[446]},{"name":"SP_VISEME_9","features":[446]},{"name":"SRADefaultToActive","features":[446]},{"name":"SRADynamic","features":[446]},{"name":"SRAExport","features":[446]},{"name":"SRAImport","features":[446]},{"name":"SRAInterpreter","features":[446]},{"name":"SRAONone","features":[446]},{"name":"SRAORetainAudio","features":[446]},{"name":"SRARoot","features":[446]},{"name":"SRATopLevel","features":[446]},{"name":"SRCS_Disabled","features":[446]},{"name":"SRCS_Enabled","features":[446]},{"name":"SREAdaptation","features":[446]},{"name":"SREAllEvents","features":[446]},{"name":"SREAudioLevel","features":[446]},{"name":"SREBookmark","features":[446]},{"name":"SREFalseRecognition","features":[446]},{"name":"SREHypothesis","features":[446]},{"name":"SREInterference","features":[446]},{"name":"SREPhraseStart","features":[446]},{"name":"SREPrivate","features":[446]},{"name":"SREPropertyNumChange","features":[446]},{"name":"SREPropertyStringChange","features":[446]},{"name":"SRERecoOtherContext","features":[446]},{"name":"SRERecognition","features":[446]},{"name":"SRERequestUI","features":[446]},{"name":"SRESoundEnd","features":[446]},{"name":"SRESoundStart","features":[446]},{"name":"SREStateChange","features":[446]},{"name":"SREStreamEnd","features":[446]},{"name":"SREStreamStart","features":[446]},{"name":"SRSActive","features":[446]},{"name":"SRSActiveAlways","features":[446]},{"name":"SRSEDone","features":[446]},{"name":"SRSEIsSpeaking","features":[446]},{"name":"SRSInactive","features":[446]},{"name":"SRSInactiveWithPurge","features":[446]},{"name":"SRTAutopause","features":[446]},{"name":"SRTEmulated","features":[446]},{"name":"SRTExtendableParse","features":[446]},{"name":"SRTReSent","features":[446]},{"name":"SRTSMLTimeout","features":[446]},{"name":"SRTStandard","features":[446]},{"name":"SR_LOCALIZED_DESCRIPTION","features":[446]},{"name":"SSFMCreate","features":[446]},{"name":"SSFMCreateForWrite","features":[446]},{"name":"SSFMOpenForRead","features":[446]},{"name":"SSFMOpenReadWrite","features":[446]},{"name":"SSSPTRelativeToCurrentPosition","features":[446]},{"name":"SSSPTRelativeToEnd","features":[446]},{"name":"SSSPTRelativeToStart","features":[446]},{"name":"SSTTDictation","features":[446]},{"name":"SSTTTextBuffer","features":[446]},{"name":"SSTTWildcard","features":[446]},{"name":"STCAll","features":[446]},{"name":"STCInprocHandler","features":[446]},{"name":"STCInprocServer","features":[446]},{"name":"STCLocalServer","features":[446]},{"name":"STCRemoteServer","features":[446]},{"name":"STSF_AppData","features":[446]},{"name":"STSF_CommonAppData","features":[446]},{"name":"STSF_FlagCreate","features":[446]},{"name":"STSF_LocalAppData","features":[446]},{"name":"SVEAllEvents","features":[446]},{"name":"SVEAudioLevel","features":[446]},{"name":"SVEBookmark","features":[446]},{"name":"SVEEndInputStream","features":[446]},{"name":"SVEPhoneme","features":[446]},{"name":"SVEPrivate","features":[446]},{"name":"SVESentenceBoundary","features":[446]},{"name":"SVEStartInputStream","features":[446]},{"name":"SVEViseme","features":[446]},{"name":"SVEVoiceChange","features":[446]},{"name":"SVEWordBoundary","features":[446]},{"name":"SVF_Emphasis","features":[446]},{"name":"SVF_None","features":[446]},{"name":"SVF_Stressed","features":[446]},{"name":"SVPAlert","features":[446]},{"name":"SVPNormal","features":[446]},{"name":"SVPOver","features":[446]},{"name":"SVP_0","features":[446]},{"name":"SVP_1","features":[446]},{"name":"SVP_10","features":[446]},{"name":"SVP_11","features":[446]},{"name":"SVP_12","features":[446]},{"name":"SVP_13","features":[446]},{"name":"SVP_14","features":[446]},{"name":"SVP_15","features":[446]},{"name":"SVP_16","features":[446]},{"name":"SVP_17","features":[446]},{"name":"SVP_18","features":[446]},{"name":"SVP_19","features":[446]},{"name":"SVP_2","features":[446]},{"name":"SVP_20","features":[446]},{"name":"SVP_21","features":[446]},{"name":"SVP_3","features":[446]},{"name":"SVP_4","features":[446]},{"name":"SVP_5","features":[446]},{"name":"SVP_6","features":[446]},{"name":"SVP_7","features":[446]},{"name":"SVP_8","features":[446]},{"name":"SVP_9","features":[446]},{"name":"SVSFDefault","features":[446]},{"name":"SVSFIsFilename","features":[446]},{"name":"SVSFIsNotXML","features":[446]},{"name":"SVSFIsXML","features":[446]},{"name":"SVSFNLPMask","features":[446]},{"name":"SVSFNLPSpeakPunc","features":[446]},{"name":"SVSFParseAutodetect","features":[446]},{"name":"SVSFParseMask","features":[446]},{"name":"SVSFParseSapi","features":[446]},{"name":"SVSFParseSsml","features":[446]},{"name":"SVSFPersistXML","features":[446]},{"name":"SVSFPurgeBeforeSpeak","features":[446]},{"name":"SVSFUnusedFlags","features":[446]},{"name":"SVSFVoiceMask","features":[446]},{"name":"SVSFlagsAsync","features":[446]},{"name":"SWPKnownWordPronounceable","features":[446]},{"name":"SWPUnknownWordPronounceable","features":[446]},{"name":"SWPUnknownWordUnpronounceable","features":[446]},{"name":"SWTAdded","features":[446]},{"name":"SWTDeleted","features":[446]},{"name":"SpAudioFormat","features":[446]},{"name":"SpCompressedLexicon","features":[446]},{"name":"SpCustomStream","features":[446]},{"name":"SpDataKey","features":[446]},{"name":"SpFileStream","features":[446]},{"name":"SpGramCompBackend","features":[446]},{"name":"SpGrammarCompiler","features":[446]},{"name":"SpITNProcessor","features":[446]},{"name":"SpInProcRecoContext","features":[446]},{"name":"SpInprocRecognizer","features":[446]},{"name":"SpLexicon","features":[446]},{"name":"SpMMAudioEnum","features":[446]},{"name":"SpMMAudioIn","features":[446]},{"name":"SpMMAudioOut","features":[446]},{"name":"SpMemoryStream","features":[446]},{"name":"SpNotifyTranslator","features":[446]},{"name":"SpNullPhoneConverter","features":[446]},{"name":"SpObjectToken","features":[446]},{"name":"SpObjectTokenCategory","features":[446]},{"name":"SpObjectTokenEnum","features":[446]},{"name":"SpPhoneConverter","features":[446]},{"name":"SpPhoneticAlphabetConverter","features":[446]},{"name":"SpPhraseBuilder","features":[446]},{"name":"SpPhraseInfoBuilder","features":[446]},{"name":"SpResourceManager","features":[446]},{"name":"SpSharedRecoContext","features":[446]},{"name":"SpSharedRecognizer","features":[446]},{"name":"SpShortcut","features":[446]},{"name":"SpStream","features":[446]},{"name":"SpStreamFormatConverter","features":[446]},{"name":"SpTextSelectionInformation","features":[446]},{"name":"SpUnCompressedLexicon","features":[446]},{"name":"SpVoice","features":[446]},{"name":"SpW3CGrammarCompiler","features":[446]},{"name":"SpWaveFormatEx","features":[446]},{"name":"SpeechAllElements","features":[446]},{"name":"SpeechAudioFormatType","features":[446]},{"name":"SpeechAudioState","features":[446]},{"name":"SpeechBookmarkOptions","features":[446]},{"name":"SpeechDataKeyLocation","features":[446]},{"name":"SpeechDiscardType","features":[446]},{"name":"SpeechDisplayAttributes","features":[446]},{"name":"SpeechEmulationCompareFlags","features":[446]},{"name":"SpeechEngineConfidence","features":[446]},{"name":"SpeechFormatType","features":[446]},{"name":"SpeechGrammarRuleStateTransitionType","features":[446]},{"name":"SpeechGrammarState","features":[446]},{"name":"SpeechGrammarWordType","features":[446]},{"name":"SpeechInterference","features":[446]},{"name":"SpeechLexiconType","features":[446]},{"name":"SpeechLoadOption","features":[446]},{"name":"SpeechPartOfSpeech","features":[446]},{"name":"SpeechRecoContextState","features":[446]},{"name":"SpeechRecoEvents","features":[446]},{"name":"SpeechRecognitionType","features":[446]},{"name":"SpeechRecognizerState","features":[446]},{"name":"SpeechRetainedAudioOptions","features":[446]},{"name":"SpeechRuleAttributes","features":[446]},{"name":"SpeechRuleState","features":[446]},{"name":"SpeechRunState","features":[446]},{"name":"SpeechSpecialTransitionType","features":[446]},{"name":"SpeechStreamFileMode","features":[446]},{"name":"SpeechStreamSeekPositionType","features":[446]},{"name":"SpeechTokenContext","features":[446]},{"name":"SpeechTokenShellFolder","features":[446]},{"name":"SpeechVisemeFeature","features":[446]},{"name":"SpeechVisemeType","features":[446]},{"name":"SpeechVoiceEvents","features":[446]},{"name":"SpeechVoicePriority","features":[446]},{"name":"SpeechVoiceSpeakFlags","features":[446]},{"name":"SpeechWordPronounceable","features":[446]},{"name":"SpeechWordType","features":[446]},{"name":"Speech_Default_Weight","features":[446]},{"name":"Speech_Max_Pron_Length","features":[446]},{"name":"Speech_Max_Word_Length","features":[446]},{"name":"Speech_StreamPos_Asap","features":[446]},{"name":"Speech_StreamPos_RealTime","features":[446]},{"name":"Subsequence","features":[446]},{"name":"SubsequenceContentRequired","features":[446]},{"name":"_ISpPrivateEngineCall","features":[446]},{"name":"_ISpeechRecoContextEvents","features":[446,358]},{"name":"_ISpeechVoiceEvents","features":[446,358]},{"name":"eLEXTYPE_APP","features":[446]},{"name":"eLEXTYPE_LETTERTOSOUND","features":[446]},{"name":"eLEXTYPE_MORPHOLOGY","features":[446]},{"name":"eLEXTYPE_PRIVATE1","features":[446]},{"name":"eLEXTYPE_PRIVATE10","features":[446]},{"name":"eLEXTYPE_PRIVATE11","features":[446]},{"name":"eLEXTYPE_PRIVATE12","features":[446]},{"name":"eLEXTYPE_PRIVATE13","features":[446]},{"name":"eLEXTYPE_PRIVATE14","features":[446]},{"name":"eLEXTYPE_PRIVATE15","features":[446]},{"name":"eLEXTYPE_PRIVATE16","features":[446]},{"name":"eLEXTYPE_PRIVATE17","features":[446]},{"name":"eLEXTYPE_PRIVATE18","features":[446]},{"name":"eLEXTYPE_PRIVATE19","features":[446]},{"name":"eLEXTYPE_PRIVATE2","features":[446]},{"name":"eLEXTYPE_PRIVATE20","features":[446]},{"name":"eLEXTYPE_PRIVATE3","features":[446]},{"name":"eLEXTYPE_PRIVATE4","features":[446]},{"name":"eLEXTYPE_PRIVATE5","features":[446]},{"name":"eLEXTYPE_PRIVATE6","features":[446]},{"name":"eLEXTYPE_PRIVATE7","features":[446]},{"name":"eLEXTYPE_PRIVATE8","features":[446]},{"name":"eLEXTYPE_PRIVATE9","features":[446]},{"name":"eLEXTYPE_RESERVED10","features":[446]},{"name":"eLEXTYPE_RESERVED4","features":[446]},{"name":"eLEXTYPE_RESERVED6","features":[446]},{"name":"eLEXTYPE_RESERVED7","features":[446]},{"name":"eLEXTYPE_RESERVED8","features":[446]},{"name":"eLEXTYPE_RESERVED9","features":[446]},{"name":"eLEXTYPE_USER","features":[446]},{"name":"eLEXTYPE_USER_SHORTCUT","features":[446]},{"name":"eLEXTYPE_VENDORLEXICON","features":[446]},{"name":"ePRONFLAG_USED","features":[446]},{"name":"eWORDTYPE_ADDED","features":[446]},{"name":"eWORDTYPE_DELETED","features":[446]}],"450":[{"name":"CapturedMetadataExposureCompensation","features":[447]},{"name":"CapturedMetadataISOGains","features":[447]},{"name":"CapturedMetadataWhiteBalanceGains","features":[447]},{"name":"DEVPKEY_Device_DLNACAP","features":[305,447]},{"name":"DEVPKEY_Device_DLNADOC","features":[305,447]},{"name":"DEVPKEY_Device_MaxVolume","features":[305,447]},{"name":"DEVPKEY_Device_PacketWakeSupported","features":[305,447]},{"name":"DEVPKEY_Device_SendPacketWakeSupported","features":[305,447]},{"name":"DEVPKEY_Device_SinkProtocolInfo","features":[305,447]},{"name":"DEVPKEY_Device_SupportsAudio","features":[305,447]},{"name":"DEVPKEY_Device_SupportsImages","features":[305,447]},{"name":"DEVPKEY_Device_SupportsMute","features":[305,447]},{"name":"DEVPKEY_Device_SupportsSearch","features":[305,447]},{"name":"DEVPKEY_Device_SupportsSetNextAVT","features":[305,447]},{"name":"DEVPKEY_Device_SupportsVideo","features":[305,447]},{"name":"DEVPKEY_Device_UDN","features":[305,447]},{"name":"FaceCharacterization","features":[447]},{"name":"FaceCharacterizationBlobHeader","features":[447]},{"name":"FaceRectInfo","features":[305,447]},{"name":"FaceRectInfoBlobHeader","features":[447]},{"name":"GUID_DEVINTERFACE_DMP","features":[447]},{"name":"GUID_DEVINTERFACE_DMR","features":[447]},{"name":"GUID_DEVINTERFACE_DMS","features":[447]},{"name":"HistogramBlobHeader","features":[447]},{"name":"HistogramDataHeader","features":[447]},{"name":"HistogramGrid","features":[305,447]},{"name":"HistogramHeader","features":[305,447]},{"name":"MF_MEDIASOURCE_STATUS_INFO","features":[447]},{"name":"MF_MEDIASOURCE_STATUS_INFO_FULLYSUPPORTED","features":[447]},{"name":"MF_MEDIASOURCE_STATUS_INFO_UNKNOWN","features":[447]},{"name":"MF_TRANSFER_VIDEO_FRAME_DEFAULT","features":[447]},{"name":"MF_TRANSFER_VIDEO_FRAME_FLAGS","features":[447]},{"name":"MF_TRANSFER_VIDEO_FRAME_IGNORE_PAR","features":[447]},{"name":"MF_TRANSFER_VIDEO_FRAME_STRETCH","features":[447]},{"name":"MetadataTimeStamps","features":[447]}],"451":[{"name":"AM_CONFIGASFWRITER_PARAM_AUTOINDEX","features":[448]},{"name":"AM_CONFIGASFWRITER_PARAM_DONTCOMPRESS","features":[448]},{"name":"AM_CONFIGASFWRITER_PARAM_MULTIPASS","features":[448]},{"name":"AM_WMT_EVENT_DATA","features":[448]},{"name":"CLSID_ClientNetManager","features":[448]},{"name":"CLSID_WMBandwidthSharing_Exclusive","features":[448]},{"name":"CLSID_WMBandwidthSharing_Partial","features":[448]},{"name":"CLSID_WMMUTEX_Bitrate","features":[448]},{"name":"CLSID_WMMUTEX_Language","features":[448]},{"name":"CLSID_WMMUTEX_Presentation","features":[448]},{"name":"CLSID_WMMUTEX_Unknown","features":[448]},{"name":"DRM_COPY_OPL","features":[448]},{"name":"DRM_MINIMUM_OUTPUT_PROTECTION_LEVELS","features":[448]},{"name":"DRM_OPL_OUTPUT_IDS","features":[448]},{"name":"DRM_OPL_TYPES","features":[448]},{"name":"DRM_OUTPUT_PROTECTION","features":[448]},{"name":"DRM_PLAY_OPL","features":[448]},{"name":"DRM_VAL16","features":[448]},{"name":"DRM_VIDEO_OUTPUT_PROTECTION_IDS","features":[448]},{"name":"INSNetSourceCreator","features":[448]},{"name":"INSSBuffer","features":[448]},{"name":"INSSBuffer2","features":[448]},{"name":"INSSBuffer3","features":[448]},{"name":"INSSBuffer4","features":[448]},{"name":"IWMAddressAccess","features":[448]},{"name":"IWMAddressAccess2","features":[448]},{"name":"IWMAuthorizer","features":[448]},{"name":"IWMBackupRestoreProps","features":[448]},{"name":"IWMBandwidthSharing","features":[448]},{"name":"IWMClientConnections","features":[448]},{"name":"IWMClientConnections2","features":[448]},{"name":"IWMCodecInfo","features":[448]},{"name":"IWMCodecInfo2","features":[448]},{"name":"IWMCodecInfo3","features":[448]},{"name":"IWMCredentialCallback","features":[448]},{"name":"IWMDRMEditor","features":[448]},{"name":"IWMDRMMessageParser","features":[448]},{"name":"IWMDRMReader","features":[448]},{"name":"IWMDRMReader2","features":[448]},{"name":"IWMDRMReader3","features":[448]},{"name":"IWMDRMTranscryptionManager","features":[448]},{"name":"IWMDRMTranscryptor","features":[448]},{"name":"IWMDRMTranscryptor2","features":[448]},{"name":"IWMDRMWriter","features":[448]},{"name":"IWMDRMWriter2","features":[448]},{"name":"IWMDRMWriter3","features":[448]},{"name":"IWMDeviceRegistration","features":[448]},{"name":"IWMGetSecureChannel","features":[448]},{"name":"IWMHeaderInfo","features":[448]},{"name":"IWMHeaderInfo2","features":[448]},{"name":"IWMHeaderInfo3","features":[448]},{"name":"IWMIStreamProps","features":[448]},{"name":"IWMImageInfo","features":[448]},{"name":"IWMIndexer","features":[448]},{"name":"IWMIndexer2","features":[448]},{"name":"IWMInputMediaProps","features":[448]},{"name":"IWMLanguageList","features":[448]},{"name":"IWMLicenseBackup","features":[448]},{"name":"IWMLicenseRestore","features":[448]},{"name":"IWMLicenseRevocationAgent","features":[448]},{"name":"IWMMediaProps","features":[448]},{"name":"IWMMetadataEditor","features":[448]},{"name":"IWMMetadataEditor2","features":[448]},{"name":"IWMMutualExclusion","features":[448]},{"name":"IWMMutualExclusion2","features":[448]},{"name":"IWMOutputMediaProps","features":[448]},{"name":"IWMPacketSize","features":[448]},{"name":"IWMPacketSize2","features":[448]},{"name":"IWMPlayerHook","features":[448]},{"name":"IWMPlayerTimestampHook","features":[448]},{"name":"IWMProfile","features":[448]},{"name":"IWMProfile2","features":[448]},{"name":"IWMProfile3","features":[448]},{"name":"IWMProfileManager","features":[448]},{"name":"IWMProfileManager2","features":[448]},{"name":"IWMProfileManagerLanguage","features":[448]},{"name":"IWMPropertyVault","features":[448]},{"name":"IWMProximityDetection","features":[448]},{"name":"IWMReader","features":[448]},{"name":"IWMReaderAccelerator","features":[448]},{"name":"IWMReaderAdvanced","features":[448]},{"name":"IWMReaderAdvanced2","features":[448]},{"name":"IWMReaderAdvanced3","features":[448]},{"name":"IWMReaderAdvanced4","features":[448]},{"name":"IWMReaderAdvanced5","features":[448]},{"name":"IWMReaderAdvanced6","features":[448]},{"name":"IWMReaderAllocatorEx","features":[448]},{"name":"IWMReaderCallback","features":[448]},{"name":"IWMReaderCallbackAdvanced","features":[448]},{"name":"IWMReaderNetworkConfig","features":[448]},{"name":"IWMReaderNetworkConfig2","features":[448]},{"name":"IWMReaderPlaylistBurn","features":[448]},{"name":"IWMReaderStreamClock","features":[448]},{"name":"IWMReaderTimecode","features":[448]},{"name":"IWMReaderTypeNegotiation","features":[448]},{"name":"IWMRegisterCallback","features":[448]},{"name":"IWMRegisteredDevice","features":[448]},{"name":"IWMSBufferAllocator","features":[448]},{"name":"IWMSInternalAdminNetSource","features":[448]},{"name":"IWMSInternalAdminNetSource2","features":[448]},{"name":"IWMSInternalAdminNetSource3","features":[448]},{"name":"IWMSecureChannel","features":[448]},{"name":"IWMStatusCallback","features":[448]},{"name":"IWMStreamConfig","features":[448]},{"name":"IWMStreamConfig2","features":[448]},{"name":"IWMStreamConfig3","features":[448]},{"name":"IWMStreamList","features":[448]},{"name":"IWMStreamPrioritization","features":[448]},{"name":"IWMSyncReader","features":[448]},{"name":"IWMSyncReader2","features":[448]},{"name":"IWMVideoMediaProps","features":[448]},{"name":"IWMWatermarkInfo","features":[448]},{"name":"IWMWriter","features":[448]},{"name":"IWMWriterAdvanced","features":[448]},{"name":"IWMWriterAdvanced2","features":[448]},{"name":"IWMWriterAdvanced3","features":[448]},{"name":"IWMWriterFileSink","features":[448]},{"name":"IWMWriterFileSink2","features":[448]},{"name":"IWMWriterFileSink3","features":[448]},{"name":"IWMWriterNetworkSink","features":[448]},{"name":"IWMWriterPostView","features":[448]},{"name":"IWMWriterPostViewCallback","features":[448]},{"name":"IWMWriterPreprocess","features":[448]},{"name":"IWMWriterPushSink","features":[448]},{"name":"IWMWriterSink","features":[448]},{"name":"NETSOURCE_URLCREDPOLICY_SETTINGS","features":[448]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_ANONYMOUSONLY","features":[448]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_MUSTPROMPTUSER","features":[448]},{"name":"NETSOURCE_URLCREDPOLICY_SETTING_SILENTLOGONOK","features":[448]},{"name":"WEBSTREAM_SAMPLE_TYPE","features":[448]},{"name":"WEBSTREAM_SAMPLE_TYPE_FILE","features":[448]},{"name":"WEBSTREAM_SAMPLE_TYPE_RENDER","features":[448]},{"name":"WMCreateBackupRestorer","features":[448]},{"name":"WMCreateEditor","features":[448]},{"name":"WMCreateIndexer","features":[448]},{"name":"WMCreateProfileManager","features":[448]},{"name":"WMCreateReader","features":[448]},{"name":"WMCreateSyncReader","features":[448]},{"name":"WMCreateWriter","features":[448]},{"name":"WMCreateWriterFileSink","features":[448]},{"name":"WMCreateWriterNetworkSink","features":[448]},{"name":"WMCreateWriterPushSink","features":[448]},{"name":"WMDRM_IMPORT_INIT_STRUCT","features":[448]},{"name":"WMDRM_IMPORT_INIT_STRUCT_DEFINED","features":[448]},{"name":"WMFORMAT_MPEG2Video","features":[448]},{"name":"WMFORMAT_Script","features":[448]},{"name":"WMFORMAT_VideoInfo","features":[448]},{"name":"WMFORMAT_WaveFormatEx","features":[448]},{"name":"WMFORMAT_WebStream","features":[448]},{"name":"WMIsContentProtected","features":[305,448]},{"name":"WMMEDIASUBTYPE_ACELPnet","features":[448]},{"name":"WMMEDIASUBTYPE_Base","features":[448]},{"name":"WMMEDIASUBTYPE_DRM","features":[448]},{"name":"WMMEDIASUBTYPE_I420","features":[448]},{"name":"WMMEDIASUBTYPE_IYUV","features":[448]},{"name":"WMMEDIASUBTYPE_M4S2","features":[448]},{"name":"WMMEDIASUBTYPE_MP3","features":[448]},{"name":"WMMEDIASUBTYPE_MP43","features":[448]},{"name":"WMMEDIASUBTYPE_MP4S","features":[448]},{"name":"WMMEDIASUBTYPE_MPEG2_VIDEO","features":[448]},{"name":"WMMEDIASUBTYPE_MSS1","features":[448]},{"name":"WMMEDIASUBTYPE_MSS2","features":[448]},{"name":"WMMEDIASUBTYPE_P422","features":[448]},{"name":"WMMEDIASUBTYPE_PCM","features":[448]},{"name":"WMMEDIASUBTYPE_RGB1","features":[448]},{"name":"WMMEDIASUBTYPE_RGB24","features":[448]},{"name":"WMMEDIASUBTYPE_RGB32","features":[448]},{"name":"WMMEDIASUBTYPE_RGB4","features":[448]},{"name":"WMMEDIASUBTYPE_RGB555","features":[448]},{"name":"WMMEDIASUBTYPE_RGB565","features":[448]},{"name":"WMMEDIASUBTYPE_RGB8","features":[448]},{"name":"WMMEDIASUBTYPE_UYVY","features":[448]},{"name":"WMMEDIASUBTYPE_VIDEOIMAGE","features":[448]},{"name":"WMMEDIASUBTYPE_WMAudioV2","features":[448]},{"name":"WMMEDIASUBTYPE_WMAudioV7","features":[448]},{"name":"WMMEDIASUBTYPE_WMAudioV8","features":[448]},{"name":"WMMEDIASUBTYPE_WMAudioV9","features":[448]},{"name":"WMMEDIASUBTYPE_WMAudio_Lossless","features":[448]},{"name":"WMMEDIASUBTYPE_WMSP1","features":[448]},{"name":"WMMEDIASUBTYPE_WMSP2","features":[448]},{"name":"WMMEDIASUBTYPE_WMV1","features":[448]},{"name":"WMMEDIASUBTYPE_WMV2","features":[448]},{"name":"WMMEDIASUBTYPE_WMV3","features":[448]},{"name":"WMMEDIASUBTYPE_WMVA","features":[448]},{"name":"WMMEDIASUBTYPE_WMVP","features":[448]},{"name":"WMMEDIASUBTYPE_WVC1","features":[448]},{"name":"WMMEDIASUBTYPE_WVP2","features":[448]},{"name":"WMMEDIASUBTYPE_WebStream","features":[448]},{"name":"WMMEDIASUBTYPE_YUY2","features":[448]},{"name":"WMMEDIASUBTYPE_YV12","features":[448]},{"name":"WMMEDIASUBTYPE_YVU9","features":[448]},{"name":"WMMEDIASUBTYPE_YVYU","features":[448]},{"name":"WMMEDIATYPE_Audio","features":[448]},{"name":"WMMEDIATYPE_FileTransfer","features":[448]},{"name":"WMMEDIATYPE_Image","features":[448]},{"name":"WMMEDIATYPE_Script","features":[448]},{"name":"WMMEDIATYPE_Text","features":[448]},{"name":"WMMEDIATYPE_Video","features":[448]},{"name":"WMMPEG2VIDEOINFO","features":[305,317,448]},{"name":"WMSCRIPTFORMAT","features":[448]},{"name":"WMSCRIPTTYPE_TwoStrings","features":[448]},{"name":"WMT_ACQUIRE_LICENSE","features":[448]},{"name":"WMT_ATTR_DATATYPE","features":[448]},{"name":"WMT_ATTR_IMAGETYPE","features":[448]},{"name":"WMT_BACKUPRESTORE_BEGIN","features":[448]},{"name":"WMT_BACKUPRESTORE_CONNECTING","features":[448]},{"name":"WMT_BACKUPRESTORE_DISCONNECTING","features":[448]},{"name":"WMT_BACKUPRESTORE_END","features":[448]},{"name":"WMT_BUFFERING_START","features":[448]},{"name":"WMT_BUFFERING_STOP","features":[448]},{"name":"WMT_BUFFER_SEGMENT","features":[448]},{"name":"WMT_CLEANPOINT_ONLY","features":[448]},{"name":"WMT_CLIENT_CONNECT","features":[448]},{"name":"WMT_CLIENT_CONNECT_EX","features":[448]},{"name":"WMT_CLIENT_DISCONNECT","features":[448]},{"name":"WMT_CLIENT_DISCONNECT_EX","features":[448]},{"name":"WMT_CLIENT_PROPERTIES","features":[448]},{"name":"WMT_CLOSED","features":[448]},{"name":"WMT_CODECINFO_AUDIO","features":[448]},{"name":"WMT_CODECINFO_UNKNOWN","features":[448]},{"name":"WMT_CODECINFO_VIDEO","features":[448]},{"name":"WMT_CODEC_INFO_TYPE","features":[448]},{"name":"WMT_COLORSPACEINFO_EXTENSION_DATA","features":[448]},{"name":"WMT_CONNECTING","features":[448]},{"name":"WMT_CONTENT_ENABLER","features":[448]},{"name":"WMT_CREDENTIAL_CLEAR_TEXT","features":[448]},{"name":"WMT_CREDENTIAL_DONT_CACHE","features":[448]},{"name":"WMT_CREDENTIAL_ENCRYPT","features":[448]},{"name":"WMT_CREDENTIAL_FLAGS","features":[448]},{"name":"WMT_CREDENTIAL_PROXY","features":[448]},{"name":"WMT_CREDENTIAL_SAVE","features":[448]},{"name":"WMT_DMOCATEGORY_AUDIO_WATERMARK","features":[448]},{"name":"WMT_DMOCATEGORY_VIDEO_WATERMARK","features":[448]},{"name":"WMT_DRMLA_TAMPERED","features":[448]},{"name":"WMT_DRMLA_TRUST","features":[448]},{"name":"WMT_DRMLA_TRUSTED","features":[448]},{"name":"WMT_DRMLA_UNTRUSTED","features":[448]},{"name":"WMT_END_OF_FILE","features":[448]},{"name":"WMT_END_OF_SEGMENT","features":[448]},{"name":"WMT_END_OF_STREAMING","features":[448]},{"name":"WMT_EOF","features":[448]},{"name":"WMT_ERROR","features":[448]},{"name":"WMT_ERROR_WITHURL","features":[448]},{"name":"WMT_FILESINK_DATA_UNIT","features":[448]},{"name":"WMT_FILESINK_MODE","features":[448]},{"name":"WMT_FM_FILESINK_DATA_UNITS","features":[448]},{"name":"WMT_FM_FILESINK_UNBUFFERED","features":[448]},{"name":"WMT_FM_SINGLE_BUFFERS","features":[448]},{"name":"WMT_IMAGETYPE_BITMAP","features":[448]},{"name":"WMT_IMAGETYPE_GIF","features":[448]},{"name":"WMT_IMAGETYPE_JPEG","features":[448]},{"name":"WMT_IMAGE_TYPE","features":[448]},{"name":"WMT_INDEXER_TYPE","features":[448]},{"name":"WMT_INDEX_PROGRESS","features":[448]},{"name":"WMT_INDEX_TYPE","features":[448]},{"name":"WMT_INDIVIDUALIZE","features":[448]},{"name":"WMT_INIT_PLAYLIST_BURN","features":[448]},{"name":"WMT_IT_BITMAP","features":[448]},{"name":"WMT_IT_FRAME_NUMBERS","features":[448]},{"name":"WMT_IT_GIF","features":[448]},{"name":"WMT_IT_JPEG","features":[448]},{"name":"WMT_IT_NEAREST_CLEAN_POINT","features":[448]},{"name":"WMT_IT_NEAREST_DATA_UNIT","features":[448]},{"name":"WMT_IT_NEAREST_OBJECT","features":[448]},{"name":"WMT_IT_NONE","features":[448]},{"name":"WMT_IT_PRESENTATION_TIME","features":[448]},{"name":"WMT_IT_TIMECODE","features":[448]},{"name":"WMT_LICENSEURL_SIGNATURE_STATE","features":[448]},{"name":"WMT_LOCATING","features":[448]},{"name":"WMT_MISSING_CODEC","features":[448]},{"name":"WMT_MS_CLASS_MIXED","features":[448]},{"name":"WMT_MS_CLASS_MUSIC","features":[448]},{"name":"WMT_MS_CLASS_SPEECH","features":[448]},{"name":"WMT_MUSICSPEECH_CLASS_MODE","features":[448]},{"name":"WMT_NATIVE_OUTPUT_PROPS_CHANGED","features":[448]},{"name":"WMT_NEEDS_INDIVIDUALIZATION","features":[448]},{"name":"WMT_NET_PROTOCOL","features":[448]},{"name":"WMT_NEW_METADATA","features":[448]},{"name":"WMT_NEW_SOURCEFLAGS","features":[448]},{"name":"WMT_NO_RIGHTS","features":[448]},{"name":"WMT_NO_RIGHTS_EX","features":[448]},{"name":"WMT_OFF","features":[448]},{"name":"WMT_OFFSET_FORMAT","features":[448]},{"name":"WMT_OFFSET_FORMAT_100NS","features":[448]},{"name":"WMT_OFFSET_FORMAT_100NS_APPROXIMATE","features":[448]},{"name":"WMT_OFFSET_FORMAT_FRAME_NUMBERS","features":[448]},{"name":"WMT_OFFSET_FORMAT_PLAYLIST_OFFSET","features":[448]},{"name":"WMT_OFFSET_FORMAT_TIMECODE","features":[448]},{"name":"WMT_ON","features":[448]},{"name":"WMT_OPENED","features":[448]},{"name":"WMT_PAYLOAD_FRAGMENT","features":[448]},{"name":"WMT_PLAY_MODE","features":[448]},{"name":"WMT_PLAY_MODE_AUTOSELECT","features":[448]},{"name":"WMT_PLAY_MODE_DOWNLOAD","features":[448]},{"name":"WMT_PLAY_MODE_LOCAL","features":[448]},{"name":"WMT_PLAY_MODE_STREAMING","features":[448]},{"name":"WMT_PREROLL_COMPLETE","features":[448]},{"name":"WMT_PREROLL_READY","features":[448]},{"name":"WMT_PROTOCOL_HTTP","features":[448]},{"name":"WMT_PROXIMITY_COMPLETED","features":[448]},{"name":"WMT_PROXIMITY_RESULT","features":[448]},{"name":"WMT_PROXY_SETTINGS","features":[448]},{"name":"WMT_PROXY_SETTING_AUTO","features":[448]},{"name":"WMT_PROXY_SETTING_BROWSER","features":[448]},{"name":"WMT_PROXY_SETTING_MANUAL","features":[448]},{"name":"WMT_PROXY_SETTING_MAX","features":[448]},{"name":"WMT_PROXY_SETTING_NONE","features":[448]},{"name":"WMT_RECONNECT_END","features":[448]},{"name":"WMT_RECONNECT_START","features":[448]},{"name":"WMT_RESTRICTED_LICENSE","features":[448]},{"name":"WMT_RIGHTS","features":[448]},{"name":"WMT_RIGHT_COLLABORATIVE_PLAY","features":[448]},{"name":"WMT_RIGHT_COPY","features":[448]},{"name":"WMT_RIGHT_COPY_TO_CD","features":[448]},{"name":"WMT_RIGHT_COPY_TO_NON_SDMI_DEVICE","features":[448]},{"name":"WMT_RIGHT_COPY_TO_SDMI_DEVICE","features":[448]},{"name":"WMT_RIGHT_ONE_TIME","features":[448]},{"name":"WMT_RIGHT_PLAYBACK","features":[448]},{"name":"WMT_RIGHT_SAVE_STREAM_PROTECTED","features":[448]},{"name":"WMT_RIGHT_SDMI_NOMORECOPIES","features":[448]},{"name":"WMT_RIGHT_SDMI_TRIGGER","features":[448]},{"name":"WMT_SAVEAS_START","features":[448]},{"name":"WMT_SAVEAS_STOP","features":[448]},{"name":"WMT_SET_FEC_SPAN","features":[448]},{"name":"WMT_SOURCE_SWITCH","features":[448]},{"name":"WMT_STARTED","features":[448]},{"name":"WMT_STATUS","features":[448]},{"name":"WMT_STOPPED","features":[448]},{"name":"WMT_STORAGE_FORMAT","features":[448]},{"name":"WMT_STREAM_SELECTION","features":[448]},{"name":"WMT_STRIDING","features":[448]},{"name":"WMT_Storage_Format_MP3","features":[448]},{"name":"WMT_Storage_Format_V1","features":[448]},{"name":"WMT_TIMECODE_EXTENSION_DATA","features":[448]},{"name":"WMT_TIMECODE_FRAMERATE","features":[448]},{"name":"WMT_TIMECODE_FRAMERATE_24","features":[448]},{"name":"WMT_TIMECODE_FRAMERATE_25","features":[448]},{"name":"WMT_TIMECODE_FRAMERATE_30","features":[448]},{"name":"WMT_TIMECODE_FRAMERATE_30DROP","features":[448]},{"name":"WMT_TIMER","features":[448]},{"name":"WMT_TRANSCRYPTOR_CLOSED","features":[448]},{"name":"WMT_TRANSCRYPTOR_INIT","features":[448]},{"name":"WMT_TRANSCRYPTOR_READ","features":[448]},{"name":"WMT_TRANSCRYPTOR_SEEKED","features":[448]},{"name":"WMT_TRANSPORT_TYPE","features":[448]},{"name":"WMT_TYPE_BINARY","features":[448]},{"name":"WMT_TYPE_BOOL","features":[448]},{"name":"WMT_TYPE_DWORD","features":[448]},{"name":"WMT_TYPE_GUID","features":[448]},{"name":"WMT_TYPE_QWORD","features":[448]},{"name":"WMT_TYPE_STRING","features":[448]},{"name":"WMT_TYPE_WORD","features":[448]},{"name":"WMT_Transport_Type_Reliable","features":[448]},{"name":"WMT_Transport_Type_Unreliable","features":[448]},{"name":"WMT_VERSION","features":[448]},{"name":"WMT_VER_4_0","features":[448]},{"name":"WMT_VER_7_0","features":[448]},{"name":"WMT_VER_8_0","features":[448]},{"name":"WMT_VER_9_0","features":[448]},{"name":"WMT_VIDEOIMAGE_INTEGER_DENOMINATOR","features":[448]},{"name":"WMT_VIDEOIMAGE_MAGIC_NUMBER","features":[448]},{"name":"WMT_VIDEOIMAGE_MAGIC_NUMBER_2","features":[448]},{"name":"WMT_VIDEOIMAGE_SAMPLE","features":[448]},{"name":"WMT_VIDEOIMAGE_SAMPLE2","features":[305,448]},{"name":"WMT_VIDEOIMAGE_SAMPLE_ADV_BLENDING","features":[448]},{"name":"WMT_VIDEOIMAGE_SAMPLE_BLENDING","features":[448]},{"name":"WMT_VIDEOIMAGE_SAMPLE_INPUT_FRAME","features":[448]},{"name":"WMT_VIDEOIMAGE_SAMPLE_MOTION","features":[448]},{"name":"WMT_VIDEOIMAGE_SAMPLE_OUTPUT_FRAME","features":[448]},{"name":"WMT_VIDEOIMAGE_SAMPLE_ROTATION","features":[448]},{"name":"WMT_VIDEOIMAGE_SAMPLE_USES_CURRENT_INPUT_FRAME","features":[448]},{"name":"WMT_VIDEOIMAGE_SAMPLE_USES_PREVIOUS_INPUT_FRAME","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_BOW_TIE","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_CIRCLE","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_CROSS_FADE","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_DIAGONAL","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_DIAMOND","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FADE_TO_COLOR","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FILLED_V","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_FLIP","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_INSET","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_IRIS","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_PAGE_ROLL","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_RECTANGLE","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_REVEAL","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_SLIDE","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_SPLIT","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_STAR","features":[448]},{"name":"WMT_VIDEOIMAGE_TRANSITION_WHEEL","features":[448]},{"name":"WMT_WATERMARK_ENTRY","features":[448]},{"name":"WMT_WATERMARK_ENTRY_TYPE","features":[448]},{"name":"WMT_WEBSTREAM_FORMAT","features":[448]},{"name":"WMT_WEBSTREAM_SAMPLE_HEADER","features":[448]},{"name":"WMT_WMETYPE_AUDIO","features":[448]},{"name":"WMT_WMETYPE_VIDEO","features":[448]},{"name":"WMVIDEOINFOHEADER","features":[305,317,448]},{"name":"WMVIDEOINFOHEADER2","features":[305,317,448]},{"name":"WM_ADDRESS_ACCESSENTRY","features":[448]},{"name":"WM_AETYPE","features":[448]},{"name":"WM_AETYPE_EXCLUDE","features":[448]},{"name":"WM_AETYPE_INCLUDE","features":[448]},{"name":"WM_CLIENT_PROPERTIES","features":[448]},{"name":"WM_CLIENT_PROPERTIES_EX","features":[448]},{"name":"WM_CL_INTERLACED420","features":[448]},{"name":"WM_CL_PROGRESSIVE420","features":[448]},{"name":"WM_CT_BOTTOM_FIELD_FIRST","features":[448]},{"name":"WM_CT_INTERLACED","features":[448]},{"name":"WM_CT_REPEAT_FIRST_FIELD","features":[448]},{"name":"WM_CT_TOP_FIELD_FIRST","features":[448]},{"name":"WM_DM_DEINTERLACE_HALFSIZE","features":[448]},{"name":"WM_DM_DEINTERLACE_HALFSIZEDOUBLERATE","features":[448]},{"name":"WM_DM_DEINTERLACE_INVERSETELECINE","features":[448]},{"name":"WM_DM_DEINTERLACE_NORMAL","features":[448]},{"name":"WM_DM_DEINTERLACE_VERTICALHALFSIZEDOUBLERATE","features":[448]},{"name":"WM_DM_INTERLACED_TYPE","features":[448]},{"name":"WM_DM_IT_DISABLE_COHERENT_MODE","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_COHERENCY","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_AA_BOTTOM","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_AA_TOP","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BB_BOTTOM","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BB_TOP","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BC_BOTTOM","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_BC_TOP","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_CD_BOTTOM","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_CD_TOP","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_DD_BOTTOM","features":[448]},{"name":"WM_DM_IT_FIRST_FRAME_IN_CLIP_IS_DD_TOP","features":[448]},{"name":"WM_DM_NOTINTERLACED","features":[448]},{"name":"WM_LEAKY_BUCKET_PAIR","features":[448]},{"name":"WM_MAX_STREAMS","features":[448]},{"name":"WM_MAX_VIDEO_STREAMS","features":[448]},{"name":"WM_MEDIA_TYPE","features":[305,448]},{"name":"WM_PICTURE","features":[448]},{"name":"WM_PLAYBACK_DRC_HIGH","features":[448]},{"name":"WM_PLAYBACK_DRC_LEVEL","features":[448]},{"name":"WM_PLAYBACK_DRC_LOW","features":[448]},{"name":"WM_PLAYBACK_DRC_MEDIUM","features":[448]},{"name":"WM_PORT_NUMBER_RANGE","features":[448]},{"name":"WM_READER_CLIENTINFO","features":[305,448]},{"name":"WM_READER_STATISTICS","features":[448]},{"name":"WM_SFEX_DATALOSS","features":[448]},{"name":"WM_SFEX_NOTASYNCPOINT","features":[448]},{"name":"WM_SFEX_TYPE","features":[448]},{"name":"WM_SF_CLEANPOINT","features":[448]},{"name":"WM_SF_DATALOSS","features":[448]},{"name":"WM_SF_DISCONTINUITY","features":[448]},{"name":"WM_SF_TYPE","features":[448]},{"name":"WM_STREAM_PRIORITY_RECORD","features":[305,448]},{"name":"WM_STREAM_TYPE_INFO","features":[448]},{"name":"WM_SYNCHRONISED_LYRICS","features":[448]},{"name":"WM_SampleExtensionGUID_ChromaLocation","features":[448]},{"name":"WM_SampleExtensionGUID_ColorSpaceInfo","features":[448]},{"name":"WM_SampleExtensionGUID_ContentType","features":[448]},{"name":"WM_SampleExtensionGUID_FileName","features":[448]},{"name":"WM_SampleExtensionGUID_OutputCleanPoint","features":[448]},{"name":"WM_SampleExtensionGUID_PixelAspectRatio","features":[448]},{"name":"WM_SampleExtensionGUID_SampleDuration","features":[448]},{"name":"WM_SampleExtensionGUID_SampleProtectionSalt","features":[448]},{"name":"WM_SampleExtensionGUID_Timecode","features":[448]},{"name":"WM_SampleExtensionGUID_UserDataInfo","features":[448]},{"name":"WM_SampleExtension_ChromaLocation_Size","features":[448]},{"name":"WM_SampleExtension_ColorSpaceInfo_Size","features":[448]},{"name":"WM_SampleExtension_ContentType_Size","features":[448]},{"name":"WM_SampleExtension_PixelAspectRatio_Size","features":[448]},{"name":"WM_SampleExtension_SampleDuration_Size","features":[448]},{"name":"WM_SampleExtension_Timecode_Size","features":[448]},{"name":"WM_USER_TEXT","features":[448]},{"name":"WM_USER_WEB_URL","features":[448]},{"name":"WM_WRITER_STATISTICS","features":[448]},{"name":"WM_WRITER_STATISTICS_EX","features":[448]},{"name":"_AM_ASFWRITERCONFIG_PARAM","features":[448]},{"name":"g_dwWMContentAttributes","features":[448]},{"name":"g_dwWMNSCAttributes","features":[448]},{"name":"g_dwWMSpecialAttributes","features":[448]},{"name":"g_wszASFLeakyBucketPairs","features":[448]},{"name":"g_wszAllowInterlacedOutput","features":[448]},{"name":"g_wszAverageLevel","features":[448]},{"name":"g_wszBufferAverage","features":[448]},{"name":"g_wszComplexity","features":[448]},{"name":"g_wszComplexityLive","features":[448]},{"name":"g_wszComplexityMax","features":[448]},{"name":"g_wszComplexityOffline","features":[448]},{"name":"g_wszDecoderComplexityRequested","features":[448]},{"name":"g_wszDedicatedDeliveryThread","features":[448]},{"name":"g_wszDeinterlaceMode","features":[448]},{"name":"g_wszDeliverOnReceive","features":[448]},{"name":"g_wszDeviceConformanceTemplate","features":[448]},{"name":"g_wszDynamicRangeControl","features":[448]},{"name":"g_wszEDL","features":[448]},{"name":"g_wszEarlyDataDelivery","features":[448]},{"name":"g_wszEnableDiscreteOutput","features":[448]},{"name":"g_wszEnableFrameInterpolation","features":[448]},{"name":"g_wszEnableWMAProSPDIFOutput","features":[448]},{"name":"g_wszFailSeekOnError","features":[448]},{"name":"g_wszFixedFrameRate","features":[448]},{"name":"g_wszFold6To2Channels3","features":[448]},{"name":"g_wszFoldToChannelsTemplate","features":[448]},{"name":"g_wszInitialPatternForInverseTelecine","features":[448]},{"name":"g_wszInterlacedCoding","features":[448]},{"name":"g_wszIsVBRSupported","features":[448]},{"name":"g_wszJPEGCompressionQuality","features":[448]},{"name":"g_wszJustInTimeDecode","features":[448]},{"name":"g_wszMixedClassMode","features":[448]},{"name":"g_wszMusicClassMode","features":[448]},{"name":"g_wszMusicSpeechClassMode","features":[448]},{"name":"g_wszNeedsPreviousSample","features":[448]},{"name":"g_wszNumPasses","features":[448]},{"name":"g_wszOriginalSourceFormatTag","features":[448]},{"name":"g_wszOriginalWaveFormat","features":[448]},{"name":"g_wszPeakValue","features":[448]},{"name":"g_wszPermitSeeksBeyondEndOfStream","features":[448]},{"name":"g_wszReloadIndexOnSeek","features":[448]},{"name":"g_wszScrambledAudio","features":[448]},{"name":"g_wszSingleOutputBuffer","features":[448]},{"name":"g_wszSoftwareScaling","features":[448]},{"name":"g_wszSourceBufferTime","features":[448]},{"name":"g_wszSourceMaxBytesAtOnce","features":[448]},{"name":"g_wszSpeakerConfig","features":[448]},{"name":"g_wszSpeechCaps","features":[448]},{"name":"g_wszSpeechClassMode","features":[448]},{"name":"g_wszStreamLanguage","features":[448]},{"name":"g_wszStreamNumIndexObjects","features":[448]},{"name":"g_wszUsePacketAtSeekPoint","features":[448]},{"name":"g_wszVBRBitrateMax","features":[448]},{"name":"g_wszVBRBufferWindowMax","features":[448]},{"name":"g_wszVBREnabled","features":[448]},{"name":"g_wszVBRPeak","features":[448]},{"name":"g_wszVBRQuality","features":[448]},{"name":"g_wszVideoSampleDurations","features":[448]},{"name":"g_wszWMADID","features":[448]},{"name":"g_wszWMASFPacketCount","features":[448]},{"name":"g_wszWMASFSecurityObjectsSize","features":[448]},{"name":"g_wszWMAlbumArtist","features":[448]},{"name":"g_wszWMAlbumArtistSort","features":[448]},{"name":"g_wszWMAlbumCoverURL","features":[448]},{"name":"g_wszWMAlbumTitle","features":[448]},{"name":"g_wszWMAlbumTitleSort","features":[448]},{"name":"g_wszWMAspectRatioX","features":[448]},{"name":"g_wszWMAspectRatioY","features":[448]},{"name":"g_wszWMAudioFileURL","features":[448]},{"name":"g_wszWMAudioSourceURL","features":[448]},{"name":"g_wszWMAuthor","features":[448]},{"name":"g_wszWMAuthorSort","features":[448]},{"name":"g_wszWMAuthorURL","features":[448]},{"name":"g_wszWMBannerImageData","features":[448]},{"name":"g_wszWMBannerImageType","features":[448]},{"name":"g_wszWMBannerImageURL","features":[448]},{"name":"g_wszWMBeatsPerMinute","features":[448]},{"name":"g_wszWMBitrate","features":[448]},{"name":"g_wszWMBroadcast","features":[448]},{"name":"g_wszWMCategory","features":[448]},{"name":"g_wszWMCodec","features":[448]},{"name":"g_wszWMComposer","features":[448]},{"name":"g_wszWMComposerSort","features":[448]},{"name":"g_wszWMConductor","features":[448]},{"name":"g_wszWMContainerFormat","features":[448]},{"name":"g_wszWMContentDistributor","features":[448]},{"name":"g_wszWMContentGroupDescription","features":[448]},{"name":"g_wszWMCopyright","features":[448]},{"name":"g_wszWMCopyrightURL","features":[448]},{"name":"g_wszWMCurrentBitrate","features":[448]},{"name":"g_wszWMDRM","features":[448]},{"name":"g_wszWMDRM_ContentID","features":[448]},{"name":"g_wszWMDRM_Flags","features":[448]},{"name":"g_wszWMDRM_HeaderSignPrivKey","features":[448]},{"name":"g_wszWMDRM_IndividualizedVersion","features":[448]},{"name":"g_wszWMDRM_KeyID","features":[448]},{"name":"g_wszWMDRM_KeySeed","features":[448]},{"name":"g_wszWMDRM_LASignatureCert","features":[448]},{"name":"g_wszWMDRM_LASignatureLicSrvCert","features":[448]},{"name":"g_wszWMDRM_LASignaturePrivKey","features":[448]},{"name":"g_wszWMDRM_LASignatureRootCert","features":[448]},{"name":"g_wszWMDRM_Level","features":[448]},{"name":"g_wszWMDRM_LicenseAcqURL","features":[448]},{"name":"g_wszWMDRM_SourceID","features":[448]},{"name":"g_wszWMDRM_V1LicenseAcqURL","features":[448]},{"name":"g_wszWMDVDID","features":[448]},{"name":"g_wszWMDescription","features":[448]},{"name":"g_wszWMDirector","features":[448]},{"name":"g_wszWMDuration","features":[448]},{"name":"g_wszWMEncodedBy","features":[448]},{"name":"g_wszWMEncodingSettings","features":[448]},{"name":"g_wszWMEncodingTime","features":[448]},{"name":"g_wszWMEpisodeNumber","features":[448]},{"name":"g_wszWMFileSize","features":[448]},{"name":"g_wszWMGenre","features":[448]},{"name":"g_wszWMGenreID","features":[448]},{"name":"g_wszWMHasArbitraryDataStream","features":[448]},{"name":"g_wszWMHasAttachedImages","features":[448]},{"name":"g_wszWMHasAudio","features":[448]},{"name":"g_wszWMHasFileTransferStream","features":[448]},{"name":"g_wszWMHasImage","features":[448]},{"name":"g_wszWMHasScript","features":[448]},{"name":"g_wszWMHasVideo","features":[448]},{"name":"g_wszWMISAN","features":[448]},{"name":"g_wszWMISRC","features":[448]},{"name":"g_wszWMInitialKey","features":[448]},{"name":"g_wszWMIsCompilation","features":[448]},{"name":"g_wszWMIsVBR","features":[448]},{"name":"g_wszWMLanguage","features":[448]},{"name":"g_wszWMLyrics","features":[448]},{"name":"g_wszWMLyrics_Synchronised","features":[448]},{"name":"g_wszWMMCDI","features":[448]},{"name":"g_wszWMMediaClassPrimaryID","features":[448]},{"name":"g_wszWMMediaClassSecondaryID","features":[448]},{"name":"g_wszWMMediaCredits","features":[448]},{"name":"g_wszWMMediaIsDelay","features":[448]},{"name":"g_wszWMMediaIsFinale","features":[448]},{"name":"g_wszWMMediaIsLive","features":[448]},{"name":"g_wszWMMediaIsPremiere","features":[448]},{"name":"g_wszWMMediaIsRepeat","features":[448]},{"name":"g_wszWMMediaIsSAP","features":[448]},{"name":"g_wszWMMediaIsStereo","features":[448]},{"name":"g_wszWMMediaIsSubtitled","features":[448]},{"name":"g_wszWMMediaIsTape","features":[448]},{"name":"g_wszWMMediaNetworkAffiliation","features":[448]},{"name":"g_wszWMMediaOriginalBroadcastDateTime","features":[448]},{"name":"g_wszWMMediaOriginalChannel","features":[448]},{"name":"g_wszWMMediaStationCallSign","features":[448]},{"name":"g_wszWMMediaStationName","features":[448]},{"name":"g_wszWMModifiedBy","features":[448]},{"name":"g_wszWMMood","features":[448]},{"name":"g_wszWMNSCAddress","features":[448]},{"name":"g_wszWMNSCDescription","features":[448]},{"name":"g_wszWMNSCEmail","features":[448]},{"name":"g_wszWMNSCName","features":[448]},{"name":"g_wszWMNSCPhone","features":[448]},{"name":"g_wszWMNumberOfFrames","features":[448]},{"name":"g_wszWMOptimalBitrate","features":[448]},{"name":"g_wszWMOriginalAlbumTitle","features":[448]},{"name":"g_wszWMOriginalArtist","features":[448]},{"name":"g_wszWMOriginalFilename","features":[448]},{"name":"g_wszWMOriginalLyricist","features":[448]},{"name":"g_wszWMOriginalReleaseTime","features":[448]},{"name":"g_wszWMOriginalReleaseYear","features":[448]},{"name":"g_wszWMParentalRating","features":[448]},{"name":"g_wszWMParentalRatingReason","features":[448]},{"name":"g_wszWMPartOfSet","features":[448]},{"name":"g_wszWMPeakBitrate","features":[448]},{"name":"g_wszWMPeriod","features":[448]},{"name":"g_wszWMPicture","features":[448]},{"name":"g_wszWMPlaylistDelay","features":[448]},{"name":"g_wszWMProducer","features":[448]},{"name":"g_wszWMPromotionURL","features":[448]},{"name":"g_wszWMProtected","features":[448]},{"name":"g_wszWMProtectionType","features":[448]},{"name":"g_wszWMProvider","features":[448]},{"name":"g_wszWMProviderCopyright","features":[448]},{"name":"g_wszWMProviderRating","features":[448]},{"name":"g_wszWMProviderStyle","features":[448]},{"name":"g_wszWMPublisher","features":[448]},{"name":"g_wszWMRadioStationName","features":[448]},{"name":"g_wszWMRadioStationOwner","features":[448]},{"name":"g_wszWMRating","features":[448]},{"name":"g_wszWMSeasonNumber","features":[448]},{"name":"g_wszWMSeekable","features":[448]},{"name":"g_wszWMSharedUserRating","features":[448]},{"name":"g_wszWMSignature_Name","features":[448]},{"name":"g_wszWMSkipBackward","features":[448]},{"name":"g_wszWMSkipForward","features":[448]},{"name":"g_wszWMStreamTypeInfo","features":[448]},{"name":"g_wszWMStridable","features":[448]},{"name":"g_wszWMSubTitle","features":[448]},{"name":"g_wszWMSubTitleDescription","features":[448]},{"name":"g_wszWMSubscriptionContentID","features":[448]},{"name":"g_wszWMText","features":[448]},{"name":"g_wszWMTitle","features":[448]},{"name":"g_wszWMTitleSort","features":[448]},{"name":"g_wszWMToolName","features":[448]},{"name":"g_wszWMToolVersion","features":[448]},{"name":"g_wszWMTrack","features":[448]},{"name":"g_wszWMTrackNumber","features":[448]},{"name":"g_wszWMTrusted","features":[448]},{"name":"g_wszWMUniqueFileIdentifier","features":[448]},{"name":"g_wszWMUse_Advanced_DRM","features":[448]},{"name":"g_wszWMUse_DRM","features":[448]},{"name":"g_wszWMUserWebURL","features":[448]},{"name":"g_wszWMVideoClosedCaptioning","features":[448]},{"name":"g_wszWMVideoFrameRate","features":[448]},{"name":"g_wszWMVideoHeight","features":[448]},{"name":"g_wszWMVideoWidth","features":[448]},{"name":"g_wszWMWMADRCAverageReference","features":[448]},{"name":"g_wszWMWMADRCAverageTarget","features":[448]},{"name":"g_wszWMWMADRCPeakReference","features":[448]},{"name":"g_wszWMWMADRCPeakTarget","features":[448]},{"name":"g_wszWMWMCPDistributor","features":[448]},{"name":"g_wszWMWMCPDistributorID","features":[448]},{"name":"g_wszWMWMCollectionGroupID","features":[448]},{"name":"g_wszWMWMCollectionID","features":[448]},{"name":"g_wszWMWMContentID","features":[448]},{"name":"g_wszWMWMShadowFileSourceDRMType","features":[448]},{"name":"g_wszWMWMShadowFileSourceFileType","features":[448]},{"name":"g_wszWMWriter","features":[448]},{"name":"g_wszWMYear","features":[448]},{"name":"g_wszWatermarkCLSID","features":[448]},{"name":"g_wszWatermarkConfig","features":[448]}],"452":[{"name":"ADDRESS_TYPE_IANA","features":[449]},{"name":"ADDRESS_TYPE_IATA","features":[449]},{"name":"Allow","features":[449]},{"name":"CHANGESTATE","features":[449]},{"name":"CLIENT_TYPE_BOOTP","features":[449]},{"name":"CLIENT_TYPE_DHCP","features":[449]},{"name":"CLIENT_TYPE_NONE","features":[449]},{"name":"CLIENT_TYPE_RESERVATION_FLAG","features":[449]},{"name":"CLIENT_TYPE_UNSPECIFIED","features":[449]},{"name":"COMMUNICATION_INT","features":[449]},{"name":"CONFLICT_DONE","features":[449]},{"name":"DATE_TIME","features":[449]},{"name":"DEFAULTQUARSETTING","features":[449]},{"name":"DHCPAPI_PARAMS","features":[305,449]},{"name":"DHCPCAPI_CLASSID","features":[449]},{"name":"DHCPCAPI_DEREGISTER_HANDLE_EVENT","features":[449]},{"name":"DHCPCAPI_PARAMS_ARRAY","features":[305,449]},{"name":"DHCPCAPI_REGISTER_HANDLE_EVENT","features":[449]},{"name":"DHCPCAPI_REQUEST_ASYNCHRONOUS","features":[449]},{"name":"DHCPCAPI_REQUEST_CANCEL","features":[449]},{"name":"DHCPCAPI_REQUEST_MASK","features":[449]},{"name":"DHCPCAPI_REQUEST_PERSISTENT","features":[449]},{"name":"DHCPCAPI_REQUEST_SYNCHRONOUS","features":[449]},{"name":"DHCPDS_SERVER","features":[449]},{"name":"DHCPDS_SERVERS","features":[449]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO","features":[305,449]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO_ARRAY","features":[305,449]},{"name":"DHCPV4_FAILOVER_CLIENT_INFO_EX","features":[305,449]},{"name":"DHCPV6CAPI_CLASSID","features":[449]},{"name":"DHCPV6CAPI_PARAMS","features":[305,449]},{"name":"DHCPV6CAPI_PARAMS_ARRAY","features":[305,449]},{"name":"DHCPV6Prefix","features":[449]},{"name":"DHCPV6PrefixLeaseInformation","features":[449]},{"name":"DHCPV6_BIND_ELEMENT","features":[305,449]},{"name":"DHCPV6_BIND_ELEMENT_ARRAY","features":[305,449]},{"name":"DHCPV6_IP_ARRAY","features":[449]},{"name":"DHCPV6_OPTION_CLIENTID","features":[449]},{"name":"DHCPV6_OPTION_DNS_SERVERS","features":[449]},{"name":"DHCPV6_OPTION_DOMAIN_LIST","features":[449]},{"name":"DHCPV6_OPTION_IA_NA","features":[449]},{"name":"DHCPV6_OPTION_IA_PD","features":[449]},{"name":"DHCPV6_OPTION_IA_TA","features":[449]},{"name":"DHCPV6_OPTION_NISP_DOMAIN_NAME","features":[449]},{"name":"DHCPV6_OPTION_NISP_SERVERS","features":[449]},{"name":"DHCPV6_OPTION_NIS_DOMAIN_NAME","features":[449]},{"name":"DHCPV6_OPTION_NIS_SERVERS","features":[449]},{"name":"DHCPV6_OPTION_ORO","features":[449]},{"name":"DHCPV6_OPTION_PREFERENCE","features":[449]},{"name":"DHCPV6_OPTION_RAPID_COMMIT","features":[449]},{"name":"DHCPV6_OPTION_RECONF_MSG","features":[449]},{"name":"DHCPV6_OPTION_SERVERID","features":[449]},{"name":"DHCPV6_OPTION_SIP_SERVERS_ADDRS","features":[449]},{"name":"DHCPV6_OPTION_SIP_SERVERS_NAMES","features":[449]},{"name":"DHCPV6_OPTION_UNICAST","features":[449]},{"name":"DHCPV6_OPTION_USER_CLASS","features":[449]},{"name":"DHCPV6_OPTION_VENDOR_CLASS","features":[449]},{"name":"DHCPV6_OPTION_VENDOR_OPTS","features":[449]},{"name":"DHCPV6_STATELESS_PARAMS","features":[305,449]},{"name":"DHCPV6_STATELESS_PARAM_TYPE","features":[449]},{"name":"DHCPV6_STATELESS_SCOPE_STATS","features":[449]},{"name":"DHCPV6_STATELESS_STATS","features":[449]},{"name":"DHCP_ADDR_PATTERN","features":[305,449]},{"name":"DHCP_ALL_OPTIONS","features":[449]},{"name":"DHCP_ALL_OPTION_VALUES","features":[305,449]},{"name":"DHCP_ALL_OPTION_VALUES_PB","features":[305,449]},{"name":"DHCP_ATTRIB","features":[305,449]},{"name":"DHCP_ATTRIB_ARRAY","features":[305,449]},{"name":"DHCP_ATTRIB_BOOL_IS_ADMIN","features":[449]},{"name":"DHCP_ATTRIB_BOOL_IS_BINDING_AWARE","features":[449]},{"name":"DHCP_ATTRIB_BOOL_IS_DYNBOOTP","features":[449]},{"name":"DHCP_ATTRIB_BOOL_IS_PART_OF_DSDC","features":[449]},{"name":"DHCP_ATTRIB_BOOL_IS_ROGUE","features":[449]},{"name":"DHCP_ATTRIB_TYPE_BOOL","features":[449]},{"name":"DHCP_ATTRIB_TYPE_ULONG","features":[449]},{"name":"DHCP_ATTRIB_ULONG_RESTORE_STATUS","features":[449]},{"name":"DHCP_BINARY_DATA","features":[449]},{"name":"DHCP_BIND_ELEMENT","features":[305,449]},{"name":"DHCP_BIND_ELEMENT_ARRAY","features":[305,449]},{"name":"DHCP_BOOTP_IP_RANGE","features":[449]},{"name":"DHCP_CALLOUT_ENTRY_POINT","features":[449]},{"name":"DHCP_CALLOUT_LIST_KEY","features":[449]},{"name":"DHCP_CALLOUT_LIST_VALUE","features":[449]},{"name":"DHCP_CALLOUT_TABLE","features":[305,449]},{"name":"DHCP_CLASS_INFO","features":[305,449]},{"name":"DHCP_CLASS_INFO_ARRAY","features":[305,449]},{"name":"DHCP_CLASS_INFO_ARRAY_V6","features":[305,449]},{"name":"DHCP_CLASS_INFO_V6","features":[305,449]},{"name":"DHCP_CLIENT_BOOTP","features":[449]},{"name":"DHCP_CLIENT_DHCP","features":[449]},{"name":"DHCP_CLIENT_FILTER_STATUS_INFO","features":[305,449]},{"name":"DHCP_CLIENT_FILTER_STATUS_INFO_ARRAY","features":[305,449]},{"name":"DHCP_CLIENT_INFO","features":[449]},{"name":"DHCP_CLIENT_INFO_ARRAY","features":[449]},{"name":"DHCP_CLIENT_INFO_ARRAY_V4","features":[449]},{"name":"DHCP_CLIENT_INFO_ARRAY_V5","features":[449]},{"name":"DHCP_CLIENT_INFO_ARRAY_V6","features":[449]},{"name":"DHCP_CLIENT_INFO_ARRAY_VQ","features":[305,449]},{"name":"DHCP_CLIENT_INFO_EX","features":[305,449]},{"name":"DHCP_CLIENT_INFO_EX_ARRAY","features":[305,449]},{"name":"DHCP_CLIENT_INFO_PB","features":[305,449]},{"name":"DHCP_CLIENT_INFO_PB_ARRAY","features":[305,449]},{"name":"DHCP_CLIENT_INFO_V4","features":[449]},{"name":"DHCP_CLIENT_INFO_V5","features":[449]},{"name":"DHCP_CLIENT_INFO_V6","features":[449]},{"name":"DHCP_CLIENT_INFO_VQ","features":[305,449]},{"name":"DHCP_CONTROL_CONTINUE","features":[449]},{"name":"DHCP_CONTROL_PAUSE","features":[449]},{"name":"DHCP_CONTROL_START","features":[449]},{"name":"DHCP_CONTROL_STOP","features":[449]},{"name":"DHCP_DROP_DUPLICATE","features":[449]},{"name":"DHCP_DROP_GEN_FAILURE","features":[449]},{"name":"DHCP_DROP_INTERNAL_ERROR","features":[449]},{"name":"DHCP_DROP_INVALID","features":[449]},{"name":"DHCP_DROP_NOADDRESS","features":[449]},{"name":"DHCP_DROP_NOMEM","features":[449]},{"name":"DHCP_DROP_NO_SUBNETS","features":[449]},{"name":"DHCP_DROP_PAUSED","features":[449]},{"name":"DHCP_DROP_PROCESSED","features":[449]},{"name":"DHCP_DROP_TIMEOUT","features":[449]},{"name":"DHCP_DROP_UNAUTH","features":[449]},{"name":"DHCP_DROP_WRONG_SERVER","features":[449]},{"name":"DHCP_ENDPOINT_FLAG_CANT_MODIFY","features":[449]},{"name":"DHCP_FAILOVER_DELETE_SCOPES","features":[449]},{"name":"DHCP_FAILOVER_MAX_NUM_ADD_SCOPES","features":[449]},{"name":"DHCP_FAILOVER_MAX_NUM_REL","features":[449]},{"name":"DHCP_FAILOVER_MODE","features":[449]},{"name":"DHCP_FAILOVER_RELATIONSHIP","features":[449]},{"name":"DHCP_FAILOVER_RELATIONSHIP_ARRAY","features":[449]},{"name":"DHCP_FAILOVER_SERVER","features":[449]},{"name":"DHCP_FAILOVER_STATISTICS","features":[449]},{"name":"DHCP_FILTER_ADD_INFO","features":[305,449]},{"name":"DHCP_FILTER_ENUM_INFO","features":[305,449]},{"name":"DHCP_FILTER_GLOBAL_INFO","features":[305,449]},{"name":"DHCP_FILTER_LIST_TYPE","features":[449]},{"name":"DHCP_FILTER_RECORD","features":[305,449]},{"name":"DHCP_FLAGS_DONT_ACCESS_DS","features":[449]},{"name":"DHCP_FLAGS_DONT_DO_RPC","features":[449]},{"name":"DHCP_FLAGS_OPTION_IS_VENDOR","features":[449]},{"name":"DHCP_FORCE_FLAG","features":[449]},{"name":"DHCP_GIVE_ADDRESS_NEW","features":[449]},{"name":"DHCP_GIVE_ADDRESS_OLD","features":[449]},{"name":"DHCP_HOST_INFO","features":[449]},{"name":"DHCP_HOST_INFO_V6","features":[449]},{"name":"DHCP_IPV6_ADDRESS","features":[449]},{"name":"DHCP_IP_ARRAY","features":[449]},{"name":"DHCP_IP_CLUSTER","features":[449]},{"name":"DHCP_IP_RANGE","features":[449]},{"name":"DHCP_IP_RANGE_ARRAY","features":[449]},{"name":"DHCP_IP_RANGE_V6","features":[449]},{"name":"DHCP_IP_RESERVATION","features":[449]},{"name":"DHCP_IP_RESERVATION_INFO","features":[449]},{"name":"DHCP_IP_RESERVATION_V4","features":[449]},{"name":"DHCP_IP_RESERVATION_V6","features":[449]},{"name":"DHCP_MAX_DELAY","features":[449]},{"name":"DHCP_MIB_INFO","features":[449]},{"name":"DHCP_MIB_INFO_V5","features":[449]},{"name":"DHCP_MIB_INFO_V6","features":[449]},{"name":"DHCP_MIB_INFO_VQ","features":[449]},{"name":"DHCP_MIN_DELAY","features":[449]},{"name":"DHCP_OPTION","features":[449]},{"name":"DHCP_OPTION_ARRAY","features":[449]},{"name":"DHCP_OPTION_DATA","features":[449]},{"name":"DHCP_OPTION_DATA_ELEMENT","features":[449]},{"name":"DHCP_OPTION_DATA_TYPE","features":[449]},{"name":"DHCP_OPTION_LIST","features":[449]},{"name":"DHCP_OPTION_SCOPE_INFO","features":[449]},{"name":"DHCP_OPTION_SCOPE_INFO6","features":[449]},{"name":"DHCP_OPTION_SCOPE_TYPE","features":[449]},{"name":"DHCP_OPTION_SCOPE_TYPE6","features":[449]},{"name":"DHCP_OPTION_TYPE","features":[449]},{"name":"DHCP_OPTION_VALUE","features":[449]},{"name":"DHCP_OPTION_VALUE_ARRAY","features":[449]},{"name":"DHCP_OPT_ENUM_IGNORE_VENDOR","features":[449]},{"name":"DHCP_OPT_ENUM_USE_CLASSNAME","features":[449]},{"name":"DHCP_PERF_STATS","features":[449]},{"name":"DHCP_POLICY","features":[305,449]},{"name":"DHCP_POLICY_ARRAY","features":[305,449]},{"name":"DHCP_POLICY_EX","features":[305,449]},{"name":"DHCP_POLICY_EX_ARRAY","features":[305,449]},{"name":"DHCP_POLICY_FIELDS_TO_UPDATE","features":[449]},{"name":"DHCP_POL_ATTR_TYPE","features":[449]},{"name":"DHCP_POL_COMPARATOR","features":[449]},{"name":"DHCP_POL_COND","features":[449]},{"name":"DHCP_POL_COND_ARRAY","features":[449]},{"name":"DHCP_POL_EXPR","features":[449]},{"name":"DHCP_POL_EXPR_ARRAY","features":[449]},{"name":"DHCP_POL_LOGIC_OPER","features":[449]},{"name":"DHCP_PROB_CONFLICT","features":[449]},{"name":"DHCP_PROB_DECLINE","features":[449]},{"name":"DHCP_PROB_NACKED","features":[449]},{"name":"DHCP_PROB_RELEASE","features":[449]},{"name":"DHCP_PROPERTY","features":[449]},{"name":"DHCP_PROPERTY_ARRAY","features":[449]},{"name":"DHCP_PROPERTY_ID","features":[449]},{"name":"DHCP_PROPERTY_TYPE","features":[449]},{"name":"DHCP_RESERVATION_INFO_ARRAY","features":[449]},{"name":"DHCP_RESERVED_SCOPE","features":[449]},{"name":"DHCP_RESERVED_SCOPE6","features":[449]},{"name":"DHCP_SCAN_FLAG","features":[449]},{"name":"DHCP_SCAN_ITEM","features":[449]},{"name":"DHCP_SCAN_LIST","features":[449]},{"name":"DHCP_SEARCH_INFO","features":[449]},{"name":"DHCP_SEARCH_INFO_TYPE","features":[449]},{"name":"DHCP_SEARCH_INFO_TYPE_V6","features":[449]},{"name":"DHCP_SEARCH_INFO_V6","features":[449]},{"name":"DHCP_SEND_PACKET","features":[449]},{"name":"DHCP_SERVER_CONFIG_INFO","features":[449]},{"name":"DHCP_SERVER_CONFIG_INFO_V4","features":[305,449]},{"name":"DHCP_SERVER_CONFIG_INFO_V6","features":[305,449]},{"name":"DHCP_SERVER_CONFIG_INFO_VQ","features":[305,449]},{"name":"DHCP_SERVER_OPTIONS","features":[305,449]},{"name":"DHCP_SERVER_SPECIFIC_STRINGS","features":[449]},{"name":"DHCP_SUBNET_ELEMENT_DATA","features":[449]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V4","features":[449]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V5","features":[449]},{"name":"DHCP_SUBNET_ELEMENT_DATA_V6","features":[449]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY","features":[449]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V4","features":[449]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5","features":[449]},{"name":"DHCP_SUBNET_ELEMENT_INFO_ARRAY_V6","features":[449]},{"name":"DHCP_SUBNET_ELEMENT_TYPE","features":[449]},{"name":"DHCP_SUBNET_ELEMENT_TYPE_V6","features":[449]},{"name":"DHCP_SUBNET_INFO","features":[449]},{"name":"DHCP_SUBNET_INFO_V6","features":[449]},{"name":"DHCP_SUBNET_INFO_VQ","features":[449]},{"name":"DHCP_SUBNET_INFO_VQ_FLAG_QUARANTINE","features":[449]},{"name":"DHCP_SUBNET_STATE","features":[449]},{"name":"DHCP_SUPER_SCOPE_TABLE","features":[449]},{"name":"DHCP_SUPER_SCOPE_TABLE_ENTRY","features":[449]},{"name":"DNS_FLAG_CLEANUP_EXPIRED","features":[449]},{"name":"DNS_FLAG_DISABLE_PTR_UPDATE","features":[449]},{"name":"DNS_FLAG_ENABLED","features":[449]},{"name":"DNS_FLAG_HAS_DNS_SUFFIX","features":[449]},{"name":"DNS_FLAG_UPDATE_BOTH_ALWAYS","features":[449]},{"name":"DNS_FLAG_UPDATE_DHCID","features":[449]},{"name":"DNS_FLAG_UPDATE_DOWNLEVEL","features":[449]},{"name":"DROPPACKET","features":[449]},{"name":"DWORD_DWORD","features":[449]},{"name":"Deny","features":[449]},{"name":"DhcpAddFilterV4","features":[305,449]},{"name":"DhcpAddSecurityGroup","features":[449]},{"name":"DhcpAddServer","features":[449]},{"name":"DhcpAddSubnetElement","features":[449]},{"name":"DhcpAddSubnetElementV4","features":[449]},{"name":"DhcpAddSubnetElementV5","features":[449]},{"name":"DhcpAddSubnetElementV6","features":[449]},{"name":"DhcpArrayTypeOption","features":[449]},{"name":"DhcpAttrFqdn","features":[449]},{"name":"DhcpAttrFqdnSingleLabel","features":[449]},{"name":"DhcpAttrHWAddr","features":[449]},{"name":"DhcpAttrOption","features":[449]},{"name":"DhcpAttrSubOption","features":[449]},{"name":"DhcpAuditLogGetParams","features":[449]},{"name":"DhcpAuditLogSetParams","features":[449]},{"name":"DhcpBinaryDataOption","features":[449]},{"name":"DhcpByteOption","features":[449]},{"name":"DhcpCApiCleanup","features":[449]},{"name":"DhcpCApiInitialize","features":[449]},{"name":"DhcpClientHardwareAddress","features":[449]},{"name":"DhcpClientIpAddress","features":[449]},{"name":"DhcpClientName","features":[449]},{"name":"DhcpCompBeginsWith","features":[449]},{"name":"DhcpCompEndsWith","features":[449]},{"name":"DhcpCompEqual","features":[449]},{"name":"DhcpCompNotBeginWith","features":[449]},{"name":"DhcpCompNotEndWith","features":[449]},{"name":"DhcpCompNotEqual","features":[449]},{"name":"DhcpCreateClass","features":[305,449]},{"name":"DhcpCreateClassV6","features":[305,449]},{"name":"DhcpCreateClientInfo","features":[449]},{"name":"DhcpCreateClientInfoV4","features":[449]},{"name":"DhcpCreateClientInfoVQ","features":[305,449]},{"name":"DhcpCreateOption","features":[449]},{"name":"DhcpCreateOptionV5","features":[449]},{"name":"DhcpCreateOptionV6","features":[449]},{"name":"DhcpCreateSubnet","features":[449]},{"name":"DhcpCreateSubnetV6","features":[449]},{"name":"DhcpCreateSubnetVQ","features":[449]},{"name":"DhcpDWordDWordOption","features":[449]},{"name":"DhcpDWordOption","features":[449]},{"name":"DhcpDatabaseFix","features":[449]},{"name":"DhcpDeRegisterParamChange","features":[449]},{"name":"DhcpDefaultOptions","features":[449]},{"name":"DhcpDefaultOptions6","features":[449]},{"name":"DhcpDeleteClass","features":[449]},{"name":"DhcpDeleteClassV6","features":[449]},{"name":"DhcpDeleteClientInfo","features":[449]},{"name":"DhcpDeleteClientInfoV6","features":[449]},{"name":"DhcpDeleteFilterV4","features":[305,449]},{"name":"DhcpDeleteServer","features":[449]},{"name":"DhcpDeleteSubnet","features":[449]},{"name":"DhcpDeleteSubnetV6","features":[449]},{"name":"DhcpDeleteSuperScopeV4","features":[449]},{"name":"DhcpDsCleanup","features":[449]},{"name":"DhcpDsInit","features":[449]},{"name":"DhcpEncapsulatedDataOption","features":[449]},{"name":"DhcpEnumClasses","features":[305,449]},{"name":"DhcpEnumClassesV6","features":[305,449]},{"name":"DhcpEnumFilterV4","features":[305,449]},{"name":"DhcpEnumOptionValues","features":[449]},{"name":"DhcpEnumOptionValuesV5","features":[449]},{"name":"DhcpEnumOptionValuesV6","features":[449]},{"name":"DhcpEnumOptions","features":[449]},{"name":"DhcpEnumOptionsV5","features":[449]},{"name":"DhcpEnumOptionsV6","features":[449]},{"name":"DhcpEnumServers","features":[449]},{"name":"DhcpEnumSubnetClients","features":[449]},{"name":"DhcpEnumSubnetClientsFilterStatusInfo","features":[305,449]},{"name":"DhcpEnumSubnetClientsV4","features":[449]},{"name":"DhcpEnumSubnetClientsV5","features":[449]},{"name":"DhcpEnumSubnetClientsV6","features":[449]},{"name":"DhcpEnumSubnetClientsVQ","features":[305,449]},{"name":"DhcpEnumSubnetElements","features":[449]},{"name":"DhcpEnumSubnetElementsV4","features":[449]},{"name":"DhcpEnumSubnetElementsV5","features":[449]},{"name":"DhcpEnumSubnetElementsV6","features":[449]},{"name":"DhcpEnumSubnets","features":[449]},{"name":"DhcpEnumSubnetsV6","features":[449]},{"name":"DhcpExcludedIpRanges","features":[449]},{"name":"DhcpFailoverForce","features":[449]},{"name":"DhcpFullForce","features":[449]},{"name":"DhcpGetAllOptionValues","features":[305,449]},{"name":"DhcpGetAllOptionValuesV6","features":[305,449]},{"name":"DhcpGetAllOptions","features":[449]},{"name":"DhcpGetAllOptionsV6","features":[449]},{"name":"DhcpGetClassInfo","features":[305,449]},{"name":"DhcpGetClientInfo","features":[449]},{"name":"DhcpGetClientInfoV4","features":[449]},{"name":"DhcpGetClientInfoV6","features":[449]},{"name":"DhcpGetClientInfoVQ","features":[305,449]},{"name":"DhcpGetClientOptions","features":[449]},{"name":"DhcpGetFilterV4","features":[305,449]},{"name":"DhcpGetMibInfo","features":[449]},{"name":"DhcpGetMibInfoV5","features":[449]},{"name":"DhcpGetMibInfoV6","features":[449]},{"name":"DhcpGetOptionInfo","features":[449]},{"name":"DhcpGetOptionInfoV5","features":[449]},{"name":"DhcpGetOptionInfoV6","features":[449]},{"name":"DhcpGetOptionValue","features":[449]},{"name":"DhcpGetOptionValueV5","features":[449]},{"name":"DhcpGetOptionValueV6","features":[449]},{"name":"DhcpGetOriginalSubnetMask","features":[449]},{"name":"DhcpGetServerBindingInfo","features":[305,449]},{"name":"DhcpGetServerBindingInfoV6","features":[305,449]},{"name":"DhcpGetServerSpecificStrings","features":[449]},{"name":"DhcpGetSubnetDelayOffer","features":[449]},{"name":"DhcpGetSubnetInfo","features":[449]},{"name":"DhcpGetSubnetInfoV6","features":[449]},{"name":"DhcpGetSubnetInfoVQ","features":[449]},{"name":"DhcpGetSuperScopeInfoV4","features":[449]},{"name":"DhcpGetThreadOptions","features":[449]},{"name":"DhcpGetVersion","features":[449]},{"name":"DhcpGlobalOptions","features":[449]},{"name":"DhcpGlobalOptions6","features":[449]},{"name":"DhcpHlprAddV4PolicyCondition","features":[305,449]},{"name":"DhcpHlprAddV4PolicyExpr","features":[305,449]},{"name":"DhcpHlprAddV4PolicyRange","features":[305,449]},{"name":"DhcpHlprCreateV4Policy","features":[305,449]},{"name":"DhcpHlprCreateV4PolicyEx","features":[305,449]},{"name":"DhcpHlprFindV4DhcpProperty","features":[449]},{"name":"DhcpHlprFreeV4DhcpProperty","features":[449]},{"name":"DhcpHlprFreeV4DhcpPropertyArray","features":[449]},{"name":"DhcpHlprFreeV4Policy","features":[305,449]},{"name":"DhcpHlprFreeV4PolicyArray","features":[305,449]},{"name":"DhcpHlprFreeV4PolicyEx","features":[305,449]},{"name":"DhcpHlprFreeV4PolicyExArray","features":[305,449]},{"name":"DhcpHlprIsV4PolicySingleUC","features":[305,449]},{"name":"DhcpHlprIsV4PolicyValid","features":[305,449]},{"name":"DhcpHlprIsV4PolicyWellFormed","features":[305,449]},{"name":"DhcpHlprModifyV4PolicyExpr","features":[305,449]},{"name":"DhcpHlprResetV4PolicyExpr","features":[305,449]},{"name":"DhcpIpAddressOption","features":[449]},{"name":"DhcpIpRanges","features":[449]},{"name":"DhcpIpRangesBootpOnly","features":[449]},{"name":"DhcpIpRangesDhcpBootp","features":[449]},{"name":"DhcpIpRangesDhcpOnly","features":[449]},{"name":"DhcpIpUsedClusters","features":[449]},{"name":"DhcpIpv6AddressOption","features":[449]},{"name":"DhcpLogicalAnd","features":[449]},{"name":"DhcpLogicalOr","features":[449]},{"name":"DhcpMScopeOptions","features":[449]},{"name":"DhcpModifyClass","features":[305,449]},{"name":"DhcpModifyClassV6","features":[305,449]},{"name":"DhcpNoForce","features":[449]},{"name":"DhcpPropIdClientAddressStateEx","features":[449]},{"name":"DhcpPropIdPolicyDnsSuffix","features":[449]},{"name":"DhcpPropTypeBinary","features":[449]},{"name":"DhcpPropTypeByte","features":[449]},{"name":"DhcpPropTypeDword","features":[449]},{"name":"DhcpPropTypeString","features":[449]},{"name":"DhcpPropTypeWord","features":[449]},{"name":"DhcpRegisterParamChange","features":[305,449]},{"name":"DhcpRegistryFix","features":[449]},{"name":"DhcpRemoveDNSRegistrations","features":[449]},{"name":"DhcpRemoveOption","features":[449]},{"name":"DhcpRemoveOptionV5","features":[449]},{"name":"DhcpRemoveOptionV6","features":[449]},{"name":"DhcpRemoveOptionValue","features":[449]},{"name":"DhcpRemoveOptionValueV5","features":[449]},{"name":"DhcpRemoveOptionValueV6","features":[449]},{"name":"DhcpRemoveSubnetElement","features":[449]},{"name":"DhcpRemoveSubnetElementV4","features":[449]},{"name":"DhcpRemoveSubnetElementV5","features":[449]},{"name":"DhcpRemoveSubnetElementV6","features":[449]},{"name":"DhcpRequestParams","features":[305,449]},{"name":"DhcpReservedIps","features":[449]},{"name":"DhcpReservedOptions","features":[449]},{"name":"DhcpReservedOptions6","features":[449]},{"name":"DhcpRpcFreeMemory","features":[449]},{"name":"DhcpScanDatabase","features":[449]},{"name":"DhcpScopeOptions6","features":[449]},{"name":"DhcpSecondaryHosts","features":[449]},{"name":"DhcpServerAuditlogParamsFree","features":[305,449]},{"name":"DhcpServerBackupDatabase","features":[449]},{"name":"DhcpServerGetConfig","features":[449]},{"name":"DhcpServerGetConfigV4","features":[305,449]},{"name":"DhcpServerGetConfigV6","features":[305,449]},{"name":"DhcpServerGetConfigVQ","features":[305,449]},{"name":"DhcpServerQueryAttribute","features":[305,449]},{"name":"DhcpServerQueryAttributes","features":[305,449]},{"name":"DhcpServerQueryDnsRegCredentials","features":[449]},{"name":"DhcpServerRedoAuthorization","features":[449]},{"name":"DhcpServerRestoreDatabase","features":[449]},{"name":"DhcpServerSetConfig","features":[449]},{"name":"DhcpServerSetConfigV4","features":[305,449]},{"name":"DhcpServerSetConfigV6","features":[305,449]},{"name":"DhcpServerSetConfigVQ","features":[305,449]},{"name":"DhcpServerSetDnsRegCredentials","features":[449]},{"name":"DhcpServerSetDnsRegCredentialsV5","features":[449]},{"name":"DhcpSetClientInfo","features":[449]},{"name":"DhcpSetClientInfoV4","features":[449]},{"name":"DhcpSetClientInfoV6","features":[449]},{"name":"DhcpSetClientInfoVQ","features":[305,449]},{"name":"DhcpSetFilterV4","features":[305,449]},{"name":"DhcpSetOptionInfo","features":[449]},{"name":"DhcpSetOptionInfoV5","features":[449]},{"name":"DhcpSetOptionInfoV6","features":[449]},{"name":"DhcpSetOptionValue","features":[449]},{"name":"DhcpSetOptionValueV5","features":[449]},{"name":"DhcpSetOptionValueV6","features":[449]},{"name":"DhcpSetOptionValues","features":[449]},{"name":"DhcpSetOptionValuesV5","features":[449]},{"name":"DhcpSetServerBindingInfo","features":[305,449]},{"name":"DhcpSetServerBindingInfoV6","features":[305,449]},{"name":"DhcpSetSubnetDelayOffer","features":[449]},{"name":"DhcpSetSubnetInfo","features":[449]},{"name":"DhcpSetSubnetInfoV6","features":[449]},{"name":"DhcpSetSubnetInfoVQ","features":[449]},{"name":"DhcpSetSuperScopeV4","features":[305,449]},{"name":"DhcpSetThreadOptions","features":[449]},{"name":"DhcpStatelessPurgeInterval","features":[449]},{"name":"DhcpStatelessStatus","features":[449]},{"name":"DhcpStringDataOption","features":[449]},{"name":"DhcpSubnetDisabled","features":[449]},{"name":"DhcpSubnetDisabledSwitched","features":[449]},{"name":"DhcpSubnetEnabled","features":[449]},{"name":"DhcpSubnetEnabledSwitched","features":[449]},{"name":"DhcpSubnetInvalidState","features":[449]},{"name":"DhcpSubnetOptions","features":[449]},{"name":"DhcpUnaryElementTypeOption","features":[449]},{"name":"DhcpUndoRequestParams","features":[449]},{"name":"DhcpUpdatePolicyDescr","features":[449]},{"name":"DhcpUpdatePolicyDnsSuffix","features":[449]},{"name":"DhcpUpdatePolicyExpr","features":[449]},{"name":"DhcpUpdatePolicyName","features":[449]},{"name":"DhcpUpdatePolicyOrder","features":[449]},{"name":"DhcpUpdatePolicyRanges","features":[449]},{"name":"DhcpUpdatePolicyStatus","features":[449]},{"name":"DhcpV4AddPolicyRange","features":[449]},{"name":"DhcpV4CreateClientInfo","features":[305,449]},{"name":"DhcpV4CreateClientInfoEx","features":[305,449]},{"name":"DhcpV4CreatePolicy","features":[305,449]},{"name":"DhcpV4CreatePolicyEx","features":[305,449]},{"name":"DhcpV4DeletePolicy","features":[305,449]},{"name":"DhcpV4EnumPolicies","features":[305,449]},{"name":"DhcpV4EnumPoliciesEx","features":[305,449]},{"name":"DhcpV4EnumSubnetClients","features":[305,449]},{"name":"DhcpV4EnumSubnetClientsEx","features":[305,449]},{"name":"DhcpV4EnumSubnetReservations","features":[449]},{"name":"DhcpV4FailoverAddScopeToRelationship","features":[449]},{"name":"DhcpV4FailoverCreateRelationship","features":[449]},{"name":"DhcpV4FailoverDeleteRelationship","features":[449]},{"name":"DhcpV4FailoverDeleteScopeFromRelationship","features":[449]},{"name":"DhcpV4FailoverEnumRelationship","features":[449]},{"name":"DhcpV4FailoverGetAddressStatus","features":[449]},{"name":"DhcpV4FailoverGetClientInfo","features":[305,449]},{"name":"DhcpV4FailoverGetRelationship","features":[449]},{"name":"DhcpV4FailoverGetScopeRelationship","features":[449]},{"name":"DhcpV4FailoverGetScopeStatistics","features":[449]},{"name":"DhcpV4FailoverGetSystemTime","features":[449]},{"name":"DhcpV4FailoverSetRelationship","features":[449]},{"name":"DhcpV4FailoverTriggerAddrAllocation","features":[449]},{"name":"DhcpV4GetAllOptionValues","features":[305,449]},{"name":"DhcpV4GetClientInfo","features":[305,449]},{"name":"DhcpV4GetClientInfoEx","features":[305,449]},{"name":"DhcpV4GetFreeIPAddress","features":[449]},{"name":"DhcpV4GetOptionValue","features":[449]},{"name":"DhcpV4GetPolicy","features":[305,449]},{"name":"DhcpV4GetPolicyEx","features":[305,449]},{"name":"DhcpV4QueryPolicyEnforcement","features":[305,449]},{"name":"DhcpV4RemoveOptionValue","features":[449]},{"name":"DhcpV4RemovePolicyRange","features":[449]},{"name":"DhcpV4SetOptionValue","features":[449]},{"name":"DhcpV4SetOptionValues","features":[449]},{"name":"DhcpV4SetPolicy","features":[305,449]},{"name":"DhcpV4SetPolicyEnforcement","features":[305,449]},{"name":"DhcpV4SetPolicyEx","features":[305,449]},{"name":"DhcpV6CreateClientInfo","features":[449]},{"name":"DhcpV6GetFreeIPAddress","features":[449]},{"name":"DhcpV6GetStatelessStatistics","features":[449]},{"name":"DhcpV6GetStatelessStoreParams","features":[305,449]},{"name":"DhcpV6SetStatelessStoreParams","features":[305,449]},{"name":"DhcpWordOption","features":[449]},{"name":"Dhcpv6CApiCleanup","features":[449]},{"name":"Dhcpv6CApiInitialize","features":[449]},{"name":"Dhcpv6ClientDUID","features":[449]},{"name":"Dhcpv6ClientIpAddress","features":[449]},{"name":"Dhcpv6ClientName","features":[449]},{"name":"Dhcpv6ExcludedIpRanges","features":[449]},{"name":"Dhcpv6IpRanges","features":[449]},{"name":"Dhcpv6ReleasePrefix","features":[449]},{"name":"Dhcpv6RenewPrefix","features":[449]},{"name":"Dhcpv6RequestParams","features":[305,449]},{"name":"Dhcpv6RequestPrefix","features":[449]},{"name":"Dhcpv6ReservedIps","features":[449]},{"name":"ERROR_DDS_CLASS_DOES_NOT_EXIST","features":[449]},{"name":"ERROR_DDS_CLASS_EXISTS","features":[449]},{"name":"ERROR_DDS_DHCP_SERVER_NOT_FOUND","features":[449]},{"name":"ERROR_DDS_NO_DHCP_ROOT","features":[449]},{"name":"ERROR_DDS_NO_DS_AVAILABLE","features":[449]},{"name":"ERROR_DDS_OPTION_ALREADY_EXISTS","features":[449]},{"name":"ERROR_DDS_OPTION_DOES_NOT_EXIST","features":[449]},{"name":"ERROR_DDS_POSSIBLE_RANGE_CONFLICT","features":[449]},{"name":"ERROR_DDS_RANGE_DOES_NOT_EXIST","features":[449]},{"name":"ERROR_DDS_RESERVATION_CONFLICT","features":[449]},{"name":"ERROR_DDS_RESERVATION_NOT_PRESENT","features":[449]},{"name":"ERROR_DDS_SERVER_ADDRESS_MISMATCH","features":[449]},{"name":"ERROR_DDS_SERVER_ALREADY_EXISTS","features":[449]},{"name":"ERROR_DDS_SERVER_DOES_NOT_EXIST","features":[449]},{"name":"ERROR_DDS_SUBNET_EXISTS","features":[449]},{"name":"ERROR_DDS_SUBNET_HAS_DIFF_SSCOPE","features":[449]},{"name":"ERROR_DDS_SUBNET_NOT_PRESENT","features":[449]},{"name":"ERROR_DDS_TOO_MANY_ERRORS","features":[449]},{"name":"ERROR_DDS_UNEXPECTED_ERROR","features":[449]},{"name":"ERROR_DHCP_ADDRESS_NOT_AVAILABLE","features":[449]},{"name":"ERROR_DHCP_CANNOT_MODIFY_BINDINGS","features":[449]},{"name":"ERROR_DHCP_CANT_CHANGE_ATTRIBUTE","features":[449]},{"name":"ERROR_DHCP_CLASS_ALREADY_EXISTS","features":[449]},{"name":"ERROR_DHCP_CLASS_NOT_FOUND","features":[449]},{"name":"ERROR_DHCP_CLIENT_EXISTS","features":[449]},{"name":"ERROR_DHCP_DATABASE_INIT_FAILED","features":[449]},{"name":"ERROR_DHCP_DEFAULT_SCOPE_EXITS","features":[449]},{"name":"ERROR_DHCP_DELETE_BUILTIN_CLASS","features":[449]},{"name":"ERROR_DHCP_ELEMENT_CANT_REMOVE","features":[449]},{"name":"ERROR_DHCP_EXEMPTION_EXISTS","features":[449]},{"name":"ERROR_DHCP_EXEMPTION_NOT_PRESENT","features":[449]},{"name":"ERROR_DHCP_FO_ADDSCOPE_LEASES_NOT_SYNCED","features":[449]},{"name":"ERROR_DHCP_FO_BOOT_NOT_SUPPORTED","features":[449]},{"name":"ERROR_DHCP_FO_FEATURE_NOT_SUPPORTED","features":[449]},{"name":"ERROR_DHCP_FO_IPRANGE_TYPE_CONV_ILLEGAL","features":[449]},{"name":"ERROR_DHCP_FO_MAX_ADD_SCOPES","features":[449]},{"name":"ERROR_DHCP_FO_MAX_RELATIONSHIPS","features":[449]},{"name":"ERROR_DHCP_FO_NOT_SUPPORTED","features":[449]},{"name":"ERROR_DHCP_FO_RANGE_PART_OF_REL","features":[449]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_DOES_NOT_EXIST","features":[449]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_EXISTS","features":[449]},{"name":"ERROR_DHCP_FO_RELATIONSHIP_NAME_TOO_LONG","features":[449]},{"name":"ERROR_DHCP_FO_RELATION_IS_SECONDARY","features":[449]},{"name":"ERROR_DHCP_FO_SCOPE_ALREADY_IN_RELATIONSHIP","features":[449]},{"name":"ERROR_DHCP_FO_SCOPE_NOT_IN_RELATIONSHIP","features":[449]},{"name":"ERROR_DHCP_FO_SCOPE_SYNC_IN_PROGRESS","features":[449]},{"name":"ERROR_DHCP_FO_STATE_NOT_NORMAL","features":[449]},{"name":"ERROR_DHCP_FO_TIME_OUT_OF_SYNC","features":[449]},{"name":"ERROR_DHCP_HARDWARE_ADDRESS_TYPE_ALREADY_EXEMPT","features":[449]},{"name":"ERROR_DHCP_INVALID_DELAY","features":[449]},{"name":"ERROR_DHCP_INVALID_DHCP_CLIENT","features":[449]},{"name":"ERROR_DHCP_INVALID_DHCP_MESSAGE","features":[449]},{"name":"ERROR_DHCP_INVALID_PARAMETER_OPTION32","features":[449]},{"name":"ERROR_DHCP_INVALID_POLICY_EXPRESSION","features":[449]},{"name":"ERROR_DHCP_INVALID_PROCESSING_ORDER","features":[449]},{"name":"ERROR_DHCP_INVALID_RANGE","features":[449]},{"name":"ERROR_DHCP_INVALID_SUBNET_PREFIX","features":[449]},{"name":"ERROR_DHCP_IPRANGE_CONV_ILLEGAL","features":[449]},{"name":"ERROR_DHCP_IPRANGE_EXITS","features":[449]},{"name":"ERROR_DHCP_IP_ADDRESS_IN_USE","features":[449]},{"name":"ERROR_DHCP_JET97_CONV_REQUIRED","features":[449]},{"name":"ERROR_DHCP_JET_CONV_REQUIRED","features":[449]},{"name":"ERROR_DHCP_JET_ERROR","features":[449]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_DOES_NOT_EXIST","features":[449]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_EXISTS","features":[449]},{"name":"ERROR_DHCP_LINKLAYER_ADDRESS_RESERVATION_EXISTS","features":[449]},{"name":"ERROR_DHCP_LOG_FILE_PATH_TOO_LONG","features":[449]},{"name":"ERROR_DHCP_MSCOPE_EXISTS","features":[449]},{"name":"ERROR_DHCP_NAP_NOT_SUPPORTED","features":[449]},{"name":"ERROR_DHCP_NETWORK_CHANGED","features":[449]},{"name":"ERROR_DHCP_NETWORK_INIT_FAILED","features":[449]},{"name":"ERROR_DHCP_NOT_RESERVED_CLIENT","features":[449]},{"name":"ERROR_DHCP_NO_ADMIN_PERMISSION","features":[449]},{"name":"ERROR_DHCP_OPTION_EXITS","features":[449]},{"name":"ERROR_DHCP_OPTION_NOT_PRESENT","features":[449]},{"name":"ERROR_DHCP_OPTION_TYPE_MISMATCH","features":[449]},{"name":"ERROR_DHCP_POLICY_BAD_PARENT_EXPR","features":[449]},{"name":"ERROR_DHCP_POLICY_EDIT_FQDN_UNSUPPORTED","features":[449]},{"name":"ERROR_DHCP_POLICY_EXISTS","features":[449]},{"name":"ERROR_DHCP_POLICY_FQDN_OPTION_UNSUPPORTED","features":[449]},{"name":"ERROR_DHCP_POLICY_FQDN_RANGE_UNSUPPORTED","features":[449]},{"name":"ERROR_DHCP_POLICY_NOT_FOUND","features":[449]},{"name":"ERROR_DHCP_POLICY_RANGE_BAD","features":[449]},{"name":"ERROR_DHCP_POLICY_RANGE_EXISTS","features":[449]},{"name":"ERROR_DHCP_PRIMARY_NOT_FOUND","features":[449]},{"name":"ERROR_DHCP_RANGE_EXTENDED","features":[449]},{"name":"ERROR_DHCP_RANGE_FULL","features":[449]},{"name":"ERROR_DHCP_RANGE_INVALID_IN_SERVER_POLICY","features":[449]},{"name":"ERROR_DHCP_RANGE_TOO_SMALL","features":[449]},{"name":"ERROR_DHCP_REACHED_END_OF_SELECTION","features":[449]},{"name":"ERROR_DHCP_REGISTRY_INIT_FAILED","features":[449]},{"name":"ERROR_DHCP_RESERVEDIP_EXITS","features":[449]},{"name":"ERROR_DHCP_RESERVED_CLIENT","features":[449]},{"name":"ERROR_DHCP_ROGUE_DS_CONFLICT","features":[449]},{"name":"ERROR_DHCP_ROGUE_DS_UNREACHABLE","features":[449]},{"name":"ERROR_DHCP_ROGUE_INIT_FAILED","features":[449]},{"name":"ERROR_DHCP_ROGUE_NOT_AUTHORIZED","features":[449]},{"name":"ERROR_DHCP_ROGUE_NOT_OUR_ENTERPRISE","features":[449]},{"name":"ERROR_DHCP_ROGUE_SAMSHUTDOWN","features":[449]},{"name":"ERROR_DHCP_ROGUE_STANDALONE_IN_DS","features":[449]},{"name":"ERROR_DHCP_RPC_INIT_FAILED","features":[449]},{"name":"ERROR_DHCP_SCOPE_NAME_TOO_LONG","features":[449]},{"name":"ERROR_DHCP_SERVER_NAME_NOT_RESOLVED","features":[449]},{"name":"ERROR_DHCP_SERVER_NOT_REACHABLE","features":[449]},{"name":"ERROR_DHCP_SERVER_NOT_RUNNING","features":[449]},{"name":"ERROR_DHCP_SERVICE_PAUSED","features":[449]},{"name":"ERROR_DHCP_SUBNET_EXISTS","features":[449]},{"name":"ERROR_DHCP_SUBNET_EXITS","features":[449]},{"name":"ERROR_DHCP_SUBNET_NOT_PRESENT","features":[449]},{"name":"ERROR_DHCP_SUPER_SCOPE_NAME_TOO_LONG","features":[449]},{"name":"ERROR_DHCP_UNDEFINED_HARDWARE_ADDRESS_TYPE","features":[449]},{"name":"ERROR_DHCP_UNSUPPORTED_CLIENT","features":[449]},{"name":"ERROR_EXTEND_TOO_SMALL","features":[449]},{"name":"ERROR_LAST_DHCP_SERVER_ERROR","features":[449]},{"name":"ERROR_MSCOPE_RANGE_TOO_SMALL","features":[449]},{"name":"ERROR_SCOPE_RANGE_POLICY_RANGE_CONFLICT","features":[449]},{"name":"ERROR_SERVER_INVALID_BOOT_FILE_TABLE","features":[449]},{"name":"ERROR_SERVER_UNKNOWN_BOOT_FILE_NAME","features":[449]},{"name":"EXEMPT","features":[449]},{"name":"FILTER_STATUS_FULL_MATCH_IN_ALLOW_LIST","features":[449]},{"name":"FILTER_STATUS_FULL_MATCH_IN_DENY_LIST","features":[449]},{"name":"FILTER_STATUS_NONE","features":[449]},{"name":"FILTER_STATUS_WILDCARD_MATCH_IN_ALLOW_LIST","features":[449]},{"name":"FILTER_STATUS_WILDCARD_MATCH_IN_DENY_LIST","features":[449]},{"name":"FSM_STATE","features":[449]},{"name":"HWTYPE_ETHERNET_10MB","features":[449]},{"name":"HotStandby","features":[449]},{"name":"INIT","features":[449]},{"name":"LPDHCP_CONTROL","features":[449]},{"name":"LPDHCP_DELETE_CLIENT","features":[449]},{"name":"LPDHCP_DROP_SEND","features":[449]},{"name":"LPDHCP_ENTRY_POINT_FUNC","features":[305,449]},{"name":"LPDHCP_GIVE_ADDRESS","features":[449]},{"name":"LPDHCP_HANDLE_OPTIONS","features":[305,449]},{"name":"LPDHCP_NEWPKT","features":[305,449]},{"name":"LPDHCP_PROB","features":[449]},{"name":"LoadBalance","features":[449]},{"name":"MAC_ADDRESS_LENGTH","features":[449]},{"name":"MAX_PATTERN_LENGTH","features":[449]},{"name":"MCLT","features":[449]},{"name":"MODE","features":[449]},{"name":"NOQUARANTINE","features":[449]},{"name":"NOQUARINFO","features":[449]},{"name":"NORMAL","features":[449]},{"name":"NO_STATE","features":[449]},{"name":"OPTION_ALL_SUBNETS_MTU","features":[449]},{"name":"OPTION_ARP_CACHE_TIMEOUT","features":[449]},{"name":"OPTION_BE_A_MASK_SUPPLIER","features":[449]},{"name":"OPTION_BE_A_ROUTER","features":[449]},{"name":"OPTION_BOOTFILE_NAME","features":[449]},{"name":"OPTION_BOOT_FILE_SIZE","features":[449]},{"name":"OPTION_BROADCAST_ADDRESS","features":[449]},{"name":"OPTION_CLIENT_CLASS_INFO","features":[449]},{"name":"OPTION_CLIENT_ID","features":[449]},{"name":"OPTION_COOKIE_SERVERS","features":[449]},{"name":"OPTION_DEFAULT_TTL","features":[449]},{"name":"OPTION_DOMAIN_NAME","features":[449]},{"name":"OPTION_DOMAIN_NAME_SERVERS","features":[449]},{"name":"OPTION_END","features":[449]},{"name":"OPTION_ETHERNET_ENCAPSULATION","features":[449]},{"name":"OPTION_EXTENSIONS_PATH","features":[449]},{"name":"OPTION_HOST_NAME","features":[449]},{"name":"OPTION_IEN116_NAME_SERVERS","features":[449]},{"name":"OPTION_IMPRESS_SERVERS","features":[449]},{"name":"OPTION_KEEP_ALIVE_DATA_SIZE","features":[449]},{"name":"OPTION_KEEP_ALIVE_INTERVAL","features":[449]},{"name":"OPTION_LEASE_TIME","features":[449]},{"name":"OPTION_LOG_SERVERS","features":[449]},{"name":"OPTION_LPR_SERVERS","features":[449]},{"name":"OPTION_MAX_REASSEMBLY_SIZE","features":[449]},{"name":"OPTION_MERIT_DUMP_FILE","features":[449]},{"name":"OPTION_MESSAGE","features":[449]},{"name":"OPTION_MESSAGE_LENGTH","features":[449]},{"name":"OPTION_MESSAGE_TYPE","features":[449]},{"name":"OPTION_MSFT_IE_PROXY","features":[449]},{"name":"OPTION_MTU","features":[449]},{"name":"OPTION_NETBIOS_DATAGRAM_SERVER","features":[449]},{"name":"OPTION_NETBIOS_NAME_SERVER","features":[449]},{"name":"OPTION_NETBIOS_NODE_TYPE","features":[449]},{"name":"OPTION_NETBIOS_SCOPE_OPTION","features":[449]},{"name":"OPTION_NETWORK_INFO_SERVERS","features":[449]},{"name":"OPTION_NETWORK_INFO_SERVICE_DOM","features":[449]},{"name":"OPTION_NETWORK_TIME_SERVERS","features":[449]},{"name":"OPTION_NON_LOCAL_SOURCE_ROUTING","features":[449]},{"name":"OPTION_OK_TO_OVERLAY","features":[449]},{"name":"OPTION_PAD","features":[449]},{"name":"OPTION_PARAMETER_REQUEST_LIST","features":[449]},{"name":"OPTION_PERFORM_MASK_DISCOVERY","features":[449]},{"name":"OPTION_PERFORM_ROUTER_DISCOVERY","features":[449]},{"name":"OPTION_PMTU_AGING_TIMEOUT","features":[449]},{"name":"OPTION_PMTU_PLATEAU_TABLE","features":[449]},{"name":"OPTION_POLICY_FILTER_FOR_NLSR","features":[449]},{"name":"OPTION_REBIND_TIME","features":[449]},{"name":"OPTION_RENEWAL_TIME","features":[449]},{"name":"OPTION_REQUESTED_ADDRESS","features":[449]},{"name":"OPTION_RLP_SERVERS","features":[449]},{"name":"OPTION_ROOT_DISK","features":[449]},{"name":"OPTION_ROUTER_ADDRESS","features":[449]},{"name":"OPTION_ROUTER_SOLICITATION_ADDR","features":[449]},{"name":"OPTION_SERVER_IDENTIFIER","features":[449]},{"name":"OPTION_STATIC_ROUTES","features":[449]},{"name":"OPTION_SUBNET_MASK","features":[449]},{"name":"OPTION_SWAP_SERVER","features":[449]},{"name":"OPTION_TFTP_SERVER_NAME","features":[449]},{"name":"OPTION_TIME_OFFSET","features":[449]},{"name":"OPTION_TIME_SERVERS","features":[449]},{"name":"OPTION_TRAILERS","features":[449]},{"name":"OPTION_TTL","features":[449]},{"name":"OPTION_VENDOR_SPEC_INFO","features":[449]},{"name":"OPTION_XWINDOW_DISPLAY_MANAGER","features":[449]},{"name":"OPTION_XWINDOW_FONT_SERVER","features":[449]},{"name":"PARTNER_DOWN","features":[449]},{"name":"PAUSED","features":[449]},{"name":"PERCENTAGE","features":[449]},{"name":"POTENTIAL_CONFLICT","features":[449]},{"name":"PREVSTATE","features":[449]},{"name":"PROBATION","features":[449]},{"name":"PrimaryServer","features":[449]},{"name":"QUARANTINE_CONFIG_OPTION","features":[449]},{"name":"QUARANTINE_SCOPE_QUARPROFILE_OPTION","features":[449]},{"name":"QUARANTIN_OPTION_BASE","features":[449]},{"name":"QuarantineStatus","features":[449]},{"name":"RECOVER","features":[449]},{"name":"RECOVER_DONE","features":[449]},{"name":"RECOVER_WAIT","features":[449]},{"name":"RESOLUTION_INT","features":[449]},{"name":"RESTRICTEDACCESS","features":[449]},{"name":"SAFEPERIOD","features":[449]},{"name":"SCOPE_MIB_INFO","features":[449]},{"name":"SCOPE_MIB_INFO_V5","features":[449]},{"name":"SCOPE_MIB_INFO_V6","features":[449]},{"name":"SCOPE_MIB_INFO_VQ","features":[449]},{"name":"SHAREDSECRET","features":[449]},{"name":"SHUTDOWN","features":[449]},{"name":"STARTUP","features":[449]},{"name":"STATUS_NOPREFIX_AVAIL","features":[449]},{"name":"STATUS_NO_BINDING","features":[449]},{"name":"STATUS_NO_ERROR","features":[449]},{"name":"STATUS_UNSPECIFIED_FAILURE","features":[449]},{"name":"SecondaryServer","features":[449]},{"name":"Set_APIProtocolSupport","features":[449]},{"name":"Set_AuditLogState","features":[449]},{"name":"Set_BackupInterval","features":[449]},{"name":"Set_BackupPath","features":[449]},{"name":"Set_BootFileTable","features":[449]},{"name":"Set_DatabaseCleanupInterval","features":[449]},{"name":"Set_DatabaseLoggingFlag","features":[449]},{"name":"Set_DatabaseName","features":[449]},{"name":"Set_DatabasePath","features":[449]},{"name":"Set_DebugFlag","features":[449]},{"name":"Set_PingRetries","features":[449]},{"name":"Set_PreferredLifetime","features":[449]},{"name":"Set_PreferredLifetimeIATA","features":[449]},{"name":"Set_QuarantineDefFail","features":[449]},{"name":"Set_QuarantineON","features":[449]},{"name":"Set_RapidCommitFlag","features":[449]},{"name":"Set_RestoreFlag","features":[449]},{"name":"Set_T1","features":[449]},{"name":"Set_T2","features":[449]},{"name":"Set_UnicastFlag","features":[449]},{"name":"Set_ValidLifetime","features":[449]},{"name":"Set_ValidLifetimeIATA","features":[449]},{"name":"StatusCode","features":[449]},{"name":"V5_ADDRESS_BIT_BOTH_REC","features":[449]},{"name":"V5_ADDRESS_BIT_DELETED","features":[449]},{"name":"V5_ADDRESS_BIT_UNREGISTERED","features":[449]},{"name":"V5_ADDRESS_EX_BIT_DISABLE_PTR_RR","features":[449]},{"name":"V5_ADDRESS_STATE_ACTIVE","features":[449]},{"name":"V5_ADDRESS_STATE_DECLINED","features":[449]},{"name":"V5_ADDRESS_STATE_DOOM","features":[449]},{"name":"V5_ADDRESS_STATE_OFFERED","features":[449]},{"name":"WARNING_EXTENDED_LESS","features":[449]}],"453":[{"name":"DDR_MAX_IP_HINTS","features":[450]},{"name":"DNSREC_ADDITIONAL","features":[450]},{"name":"DNSREC_ANSWER","features":[450]},{"name":"DNSREC_AUTHORITY","features":[450]},{"name":"DNSREC_DELETE","features":[450]},{"name":"DNSREC_NOEXIST","features":[450]},{"name":"DNSREC_PREREQ","features":[450]},{"name":"DNSREC_QUESTION","features":[450]},{"name":"DNSREC_SECTION","features":[450]},{"name":"DNSREC_UPDATE","features":[450]},{"name":"DNSREC_ZONE","features":[450]},{"name":"DNSSEC_ALGORITHM_ECDSAP256_SHA256","features":[450]},{"name":"DNSSEC_ALGORITHM_ECDSAP384_SHA384","features":[450]},{"name":"DNSSEC_ALGORITHM_NULL","features":[450]},{"name":"DNSSEC_ALGORITHM_PRIVATE","features":[450]},{"name":"DNSSEC_ALGORITHM_RSAMD5","features":[450]},{"name":"DNSSEC_ALGORITHM_RSASHA1","features":[450]},{"name":"DNSSEC_ALGORITHM_RSASHA1_NSEC3","features":[450]},{"name":"DNSSEC_ALGORITHM_RSASHA256","features":[450]},{"name":"DNSSEC_ALGORITHM_RSASHA512","features":[450]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA1","features":[450]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA256","features":[450]},{"name":"DNSSEC_DIGEST_ALGORITHM_SHA384","features":[450]},{"name":"DNSSEC_KEY_FLAG_EXTEND","features":[450]},{"name":"DNSSEC_KEY_FLAG_FLAG10","features":[450]},{"name":"DNSSEC_KEY_FLAG_FLAG11","features":[450]},{"name":"DNSSEC_KEY_FLAG_FLAG2","features":[450]},{"name":"DNSSEC_KEY_FLAG_FLAG4","features":[450]},{"name":"DNSSEC_KEY_FLAG_FLAG5","features":[450]},{"name":"DNSSEC_KEY_FLAG_FLAG8","features":[450]},{"name":"DNSSEC_KEY_FLAG_FLAG9","features":[450]},{"name":"DNSSEC_KEY_FLAG_HOST","features":[450]},{"name":"DNSSEC_KEY_FLAG_NOAUTH","features":[450]},{"name":"DNSSEC_KEY_FLAG_NOCONF","features":[450]},{"name":"DNSSEC_KEY_FLAG_NTPE3","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG0","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG1","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG10","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG11","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG12","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG13","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG14","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG15","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG2","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG3","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG4","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG5","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG6","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG7","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG8","features":[450]},{"name":"DNSSEC_KEY_FLAG_SIG9","features":[450]},{"name":"DNSSEC_KEY_FLAG_USER","features":[450]},{"name":"DNSSEC_KEY_FLAG_ZONE","features":[450]},{"name":"DNSSEC_PROTOCOL_DNSSEC","features":[450]},{"name":"DNSSEC_PROTOCOL_EMAIL","features":[450]},{"name":"DNSSEC_PROTOCOL_IPSEC","features":[450]},{"name":"DNSSEC_PROTOCOL_NONE","features":[450]},{"name":"DNSSEC_PROTOCOL_TLS","features":[450]},{"name":"DNS_AAAA_DATA","features":[450]},{"name":"DNS_ADDR","features":[450]},{"name":"DNS_ADDRESS_STRING_LENGTH","features":[450]},{"name":"DNS_ADDR_ARRAY","features":[450]},{"name":"DNS_ADDR_MAX_SOCKADDR_LENGTH","features":[450]},{"name":"DNS_APPLICATION_SETTINGS","features":[450]},{"name":"DNS_APP_SETTINGS_EXCLUSIVE_SERVERS","features":[450]},{"name":"DNS_APP_SETTINGS_VERSION1","features":[450]},{"name":"DNS_ATMA_AESA_ADDR_LENGTH","features":[450]},{"name":"DNS_ATMA_DATA","features":[450]},{"name":"DNS_ATMA_FORMAT_AESA","features":[450]},{"name":"DNS_ATMA_FORMAT_E164","features":[450]},{"name":"DNS_ATMA_MAX_ADDR_LENGTH","features":[450]},{"name":"DNS_ATMA_MAX_RECORD_LENGTH","features":[450]},{"name":"DNS_A_DATA","features":[450]},{"name":"DNS_CHARSET","features":[450]},{"name":"DNS_CLASS_ALL","features":[450]},{"name":"DNS_CLASS_ANY","features":[450]},{"name":"DNS_CLASS_CHAOS","features":[450]},{"name":"DNS_CLASS_CSNET","features":[450]},{"name":"DNS_CLASS_HESIOD","features":[450]},{"name":"DNS_CLASS_INTERNET","features":[450]},{"name":"DNS_CLASS_NONE","features":[450]},{"name":"DNS_CLASS_UNICAST_RESPONSE","features":[450]},{"name":"DNS_COMPRESSED_QUESTION_NAME","features":[450]},{"name":"DNS_CONFIG_FLAG_ALLOC","features":[450]},{"name":"DNS_CONFIG_TYPE","features":[450]},{"name":"DNS_CONNECTION_IFINDEX_ENTRY","features":[450]},{"name":"DNS_CONNECTION_IFINDEX_LIST","features":[450]},{"name":"DNS_CONNECTION_NAME","features":[450]},{"name":"DNS_CONNECTION_NAME_LIST","features":[450]},{"name":"DNS_CONNECTION_NAME_MAX_LENGTH","features":[450]},{"name":"DNS_CONNECTION_POLICY_ENTRY","features":[450]},{"name":"DNS_CONNECTION_POLICY_ENTRY_LIST","features":[450]},{"name":"DNS_CONNECTION_POLICY_ENTRY_ONDEMAND","features":[450]},{"name":"DNS_CONNECTION_POLICY_TAG","features":[450]},{"name":"DNS_CONNECTION_PROXY_ELEMENT","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_CURRENT_VERSION","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_EX","features":[305,450]},{"name":"DNS_CONNECTION_PROXY_INFO_EXCEPTION_MAX_LENGTH","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_EXTRA_INFO_MAX_LENGTH","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_FLAG_BYPASSLOCAL","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_FLAG_DISABLED","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_FRIENDLY_NAME_MAX_LENGTH","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_PASSWORD_MAX_LENGTH","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_SERVER_MAX_LENGTH","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_CONFIG","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_SCRIPT","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_SWITCH_WPAD","features":[450]},{"name":"DNS_CONNECTION_PROXY_INFO_USERNAME_MAX_LENGTH","features":[450]},{"name":"DNS_CONNECTION_PROXY_LIST","features":[450]},{"name":"DNS_CONNECTION_PROXY_TYPE","features":[450]},{"name":"DNS_CONNECTION_PROXY_TYPE_HTTP","features":[450]},{"name":"DNS_CONNECTION_PROXY_TYPE_NULL","features":[450]},{"name":"DNS_CONNECTION_PROXY_TYPE_SOCKS4","features":[450]},{"name":"DNS_CONNECTION_PROXY_TYPE_SOCKS5","features":[450]},{"name":"DNS_CONNECTION_PROXY_TYPE_WAP","features":[450]},{"name":"DNS_CUSTOM_SERVER","features":[450]},{"name":"DNS_CUSTOM_SERVER_TYPE_DOH","features":[450]},{"name":"DNS_CUSTOM_SERVER_TYPE_UDP","features":[450]},{"name":"DNS_CUSTOM_SERVER_UDP_FALLBACK","features":[450]},{"name":"DNS_DHCID_DATA","features":[450]},{"name":"DNS_DS_DATA","features":[450]},{"name":"DNS_FREE_TYPE","features":[450]},{"name":"DNS_HEADER","features":[450]},{"name":"DNS_HEADER_EXT","features":[450]},{"name":"DNS_KEY_DATA","features":[450]},{"name":"DNS_LOC_DATA","features":[450]},{"name":"DNS_MAX_IP4_REVERSE_NAME_BUFFER_LENGTH","features":[450]},{"name":"DNS_MAX_IP4_REVERSE_NAME_LENGTH","features":[450]},{"name":"DNS_MAX_IP6_REVERSE_NAME_BUFFER_LENGTH","features":[450]},{"name":"DNS_MAX_IP6_REVERSE_NAME_LENGTH","features":[450]},{"name":"DNS_MAX_LABEL_BUFFER_LENGTH","features":[450]},{"name":"DNS_MAX_LABEL_LENGTH","features":[450]},{"name":"DNS_MAX_NAME_BUFFER_LENGTH","features":[450]},{"name":"DNS_MAX_NAME_LENGTH","features":[450]},{"name":"DNS_MAX_REVERSE_NAME_BUFFER_LENGTH","features":[450]},{"name":"DNS_MAX_REVERSE_NAME_LENGTH","features":[450]},{"name":"DNS_MAX_TEXT_STRING_LENGTH","features":[450]},{"name":"DNS_MESSAGE_BUFFER","features":[450]},{"name":"DNS_MINFO_DATAA","features":[450]},{"name":"DNS_MINFO_DATAW","features":[450]},{"name":"DNS_MX_DATAA","features":[450]},{"name":"DNS_MX_DATAW","features":[450]},{"name":"DNS_NAME_FORMAT","features":[450]},{"name":"DNS_NAPTR_DATAA","features":[450]},{"name":"DNS_NAPTR_DATAW","features":[450]},{"name":"DNS_NSEC3PARAM_DATA","features":[450]},{"name":"DNS_NSEC3_DATA","features":[450]},{"name":"DNS_NSEC_DATAA","features":[450]},{"name":"DNS_NSEC_DATAW","features":[450]},{"name":"DNS_NULL_DATA","features":[450]},{"name":"DNS_NXT_DATAA","features":[450]},{"name":"DNS_NXT_DATAW","features":[450]},{"name":"DNS_OPCODE_IQUERY","features":[450]},{"name":"DNS_OPCODE_NOTIFY","features":[450]},{"name":"DNS_OPCODE_QUERY","features":[450]},{"name":"DNS_OPCODE_SERVER_STATUS","features":[450]},{"name":"DNS_OPCODE_UNKNOWN","features":[450]},{"name":"DNS_OPCODE_UPDATE","features":[450]},{"name":"DNS_OPT_DATA","features":[450]},{"name":"DNS_PORT_HOST_ORDER","features":[450]},{"name":"DNS_PORT_NET_ORDER","features":[450]},{"name":"DNS_PROTOCOL_DOH","features":[450]},{"name":"DNS_PROTOCOL_NO_WIRE","features":[450]},{"name":"DNS_PROTOCOL_TCP","features":[450]},{"name":"DNS_PROTOCOL_UDP","features":[450]},{"name":"DNS_PROTOCOL_UNSPECIFIED","features":[450]},{"name":"DNS_PROXY_COMPLETION_ROUTINE","features":[450]},{"name":"DNS_PROXY_INFORMATION","features":[450]},{"name":"DNS_PROXY_INFORMATION_DEFAULT_SETTINGS","features":[450]},{"name":"DNS_PROXY_INFORMATION_DIRECT","features":[450]},{"name":"DNS_PROXY_INFORMATION_DOES_NOT_EXIST","features":[450]},{"name":"DNS_PROXY_INFORMATION_PROXY_NAME","features":[450]},{"name":"DNS_PROXY_INFORMATION_TYPE","features":[450]},{"name":"DNS_PTR_DATAA","features":[450]},{"name":"DNS_PTR_DATAW","features":[450]},{"name":"DNS_QUERY_ACCEPT_TRUNCATED_RESPONSE","features":[450]},{"name":"DNS_QUERY_ADDRCONFIG","features":[450]},{"name":"DNS_QUERY_APPEND_MULTILABEL","features":[450]},{"name":"DNS_QUERY_BYPASS_CACHE","features":[450]},{"name":"DNS_QUERY_CACHE_ONLY","features":[450]},{"name":"DNS_QUERY_CANCEL","features":[450]},{"name":"DNS_QUERY_DISABLE_IDN_ENCODING","features":[450]},{"name":"DNS_QUERY_DNSSEC_CHECKING_DISABLED","features":[450]},{"name":"DNS_QUERY_DNSSEC_OK","features":[450]},{"name":"DNS_QUERY_DONT_RESET_TTL_VALUES","features":[450]},{"name":"DNS_QUERY_DUAL_ADDR","features":[450]},{"name":"DNS_QUERY_MULTICAST_ONLY","features":[450]},{"name":"DNS_QUERY_NO_HOSTS_FILE","features":[450]},{"name":"DNS_QUERY_NO_LOCAL_NAME","features":[450]},{"name":"DNS_QUERY_NO_MULTICAST","features":[450]},{"name":"DNS_QUERY_NO_NETBT","features":[450]},{"name":"DNS_QUERY_NO_RECURSION","features":[450]},{"name":"DNS_QUERY_NO_WIRE_QUERY","features":[450]},{"name":"DNS_QUERY_OPTIONS","features":[450]},{"name":"DNS_QUERY_RAW_CANCEL","features":[450]},{"name":"DNS_QUERY_RAW_COMPLETION_ROUTINE","features":[305,450]},{"name":"DNS_QUERY_RAW_OPTION_BEST_EFFORT_PARSE","features":[450]},{"name":"DNS_QUERY_RAW_REQUEST","features":[305,450]},{"name":"DNS_QUERY_RAW_REQUEST_VERSION1","features":[450]},{"name":"DNS_QUERY_RAW_RESULT","features":[305,450]},{"name":"DNS_QUERY_RAW_RESULTS_VERSION1","features":[450]},{"name":"DNS_QUERY_REQUEST","features":[305,450]},{"name":"DNS_QUERY_REQUEST3","features":[305,450]},{"name":"DNS_QUERY_REQUEST_VERSION1","features":[450]},{"name":"DNS_QUERY_REQUEST_VERSION2","features":[450]},{"name":"DNS_QUERY_REQUEST_VERSION3","features":[450]},{"name":"DNS_QUERY_RESERVED","features":[450]},{"name":"DNS_QUERY_RESULT","features":[305,450]},{"name":"DNS_QUERY_RESULTS_VERSION1","features":[450]},{"name":"DNS_QUERY_RETURN_MESSAGE","features":[450]},{"name":"DNS_QUERY_STANDARD","features":[450]},{"name":"DNS_QUERY_TREAT_AS_FQDN","features":[450]},{"name":"DNS_QUERY_USE_TCP_ONLY","features":[450]},{"name":"DNS_QUERY_WIRE_ONLY","features":[450]},{"name":"DNS_RCLASS_ALL","features":[450]},{"name":"DNS_RCLASS_ANY","features":[450]},{"name":"DNS_RCLASS_CHAOS","features":[450]},{"name":"DNS_RCLASS_CSNET","features":[450]},{"name":"DNS_RCLASS_HESIOD","features":[450]},{"name":"DNS_RCLASS_INTERNET","features":[450]},{"name":"DNS_RCLASS_MDNS_CACHE_FLUSH","features":[450]},{"name":"DNS_RCLASS_NONE","features":[450]},{"name":"DNS_RCLASS_UNICAST_RESPONSE","features":[450]},{"name":"DNS_RCODE_BADKEY","features":[450]},{"name":"DNS_RCODE_BADSIG","features":[450]},{"name":"DNS_RCODE_BADTIME","features":[450]},{"name":"DNS_RCODE_BADVERS","features":[450]},{"name":"DNS_RCODE_FORMAT_ERROR","features":[450]},{"name":"DNS_RCODE_FORMERR","features":[450]},{"name":"DNS_RCODE_MAX","features":[450]},{"name":"DNS_RCODE_NAME_ERROR","features":[450]},{"name":"DNS_RCODE_NOERROR","features":[450]},{"name":"DNS_RCODE_NOTAUTH","features":[450]},{"name":"DNS_RCODE_NOTIMPL","features":[450]},{"name":"DNS_RCODE_NOTZONE","features":[450]},{"name":"DNS_RCODE_NOT_IMPLEMENTED","features":[450]},{"name":"DNS_RCODE_NO_ERROR","features":[450]},{"name":"DNS_RCODE_NXDOMAIN","features":[450]},{"name":"DNS_RCODE_NXRRSET","features":[450]},{"name":"DNS_RCODE_REFUSED","features":[450]},{"name":"DNS_RCODE_SERVER_FAILURE","features":[450]},{"name":"DNS_RCODE_SERVFAIL","features":[450]},{"name":"DNS_RCODE_YXDOMAIN","features":[450]},{"name":"DNS_RCODE_YXRRSET","features":[450]},{"name":"DNS_RECORDA","features":[305,450]},{"name":"DNS_RECORDW","features":[305,450]},{"name":"DNS_RECORD_FLAGS","features":[450]},{"name":"DNS_RECORD_OPTW","features":[305,450]},{"name":"DNS_RFC_MAX_UDP_PACKET_LENGTH","features":[450]},{"name":"DNS_RRSET","features":[305,450]},{"name":"DNS_RTYPE_A","features":[450]},{"name":"DNS_RTYPE_A6","features":[450]},{"name":"DNS_RTYPE_AAAA","features":[450]},{"name":"DNS_RTYPE_AFSDB","features":[450]},{"name":"DNS_RTYPE_ALL","features":[450]},{"name":"DNS_RTYPE_ANY","features":[450]},{"name":"DNS_RTYPE_ATMA","features":[450]},{"name":"DNS_RTYPE_AXFR","features":[450]},{"name":"DNS_RTYPE_CERT","features":[450]},{"name":"DNS_RTYPE_CNAME","features":[450]},{"name":"DNS_RTYPE_DHCID","features":[450]},{"name":"DNS_RTYPE_DNAME","features":[450]},{"name":"DNS_RTYPE_DNSKEY","features":[450]},{"name":"DNS_RTYPE_DS","features":[450]},{"name":"DNS_RTYPE_EID","features":[450]},{"name":"DNS_RTYPE_GID","features":[450]},{"name":"DNS_RTYPE_GPOS","features":[450]},{"name":"DNS_RTYPE_HINFO","features":[450]},{"name":"DNS_RTYPE_ISDN","features":[450]},{"name":"DNS_RTYPE_IXFR","features":[450]},{"name":"DNS_RTYPE_KEY","features":[450]},{"name":"DNS_RTYPE_KX","features":[450]},{"name":"DNS_RTYPE_LOC","features":[450]},{"name":"DNS_RTYPE_MAILA","features":[450]},{"name":"DNS_RTYPE_MAILB","features":[450]},{"name":"DNS_RTYPE_MB","features":[450]},{"name":"DNS_RTYPE_MD","features":[450]},{"name":"DNS_RTYPE_MF","features":[450]},{"name":"DNS_RTYPE_MG","features":[450]},{"name":"DNS_RTYPE_MINFO","features":[450]},{"name":"DNS_RTYPE_MR","features":[450]},{"name":"DNS_RTYPE_MX","features":[450]},{"name":"DNS_RTYPE_NAPTR","features":[450]},{"name":"DNS_RTYPE_NIMLOC","features":[450]},{"name":"DNS_RTYPE_NS","features":[450]},{"name":"DNS_RTYPE_NSAP","features":[450]},{"name":"DNS_RTYPE_NSAPPTR","features":[450]},{"name":"DNS_RTYPE_NSEC","features":[450]},{"name":"DNS_RTYPE_NSEC3","features":[450]},{"name":"DNS_RTYPE_NSEC3PARAM","features":[450]},{"name":"DNS_RTYPE_NULL","features":[450]},{"name":"DNS_RTYPE_NXT","features":[450]},{"name":"DNS_RTYPE_OPT","features":[450]},{"name":"DNS_RTYPE_PTR","features":[450]},{"name":"DNS_RTYPE_PX","features":[450]},{"name":"DNS_RTYPE_RP","features":[450]},{"name":"DNS_RTYPE_RRSIG","features":[450]},{"name":"DNS_RTYPE_RT","features":[450]},{"name":"DNS_RTYPE_SIG","features":[450]},{"name":"DNS_RTYPE_SINK","features":[450]},{"name":"DNS_RTYPE_SOA","features":[450]},{"name":"DNS_RTYPE_SRV","features":[450]},{"name":"DNS_RTYPE_TEXT","features":[450]},{"name":"DNS_RTYPE_TKEY","features":[450]},{"name":"DNS_RTYPE_TLSA","features":[450]},{"name":"DNS_RTYPE_TSIG","features":[450]},{"name":"DNS_RTYPE_UID","features":[450]},{"name":"DNS_RTYPE_UINFO","features":[450]},{"name":"DNS_RTYPE_UNSPEC","features":[450]},{"name":"DNS_RTYPE_WINS","features":[450]},{"name":"DNS_RTYPE_WINSR","features":[450]},{"name":"DNS_RTYPE_WKS","features":[450]},{"name":"DNS_RTYPE_X25","features":[450]},{"name":"DNS_SECTION","features":[450]},{"name":"DNS_SERVICE_BROWSE_REQUEST","features":[305,450]},{"name":"DNS_SERVICE_CANCEL","features":[450]},{"name":"DNS_SERVICE_INSTANCE","features":[450]},{"name":"DNS_SERVICE_REGISTER_REQUEST","features":[305,450]},{"name":"DNS_SERVICE_RESOLVE_REQUEST","features":[450]},{"name":"DNS_SIG_DATAA","features":[450]},{"name":"DNS_SIG_DATAW","features":[450]},{"name":"DNS_SOA_DATAA","features":[450]},{"name":"DNS_SOA_DATAW","features":[450]},{"name":"DNS_SRV_DATAA","features":[450]},{"name":"DNS_SRV_DATAW","features":[450]},{"name":"DNS_SVCB_DATA","features":[450]},{"name":"DNS_SVCB_PARAM","features":[450]},{"name":"DNS_SVCB_PARAM_ALPN","features":[450]},{"name":"DNS_SVCB_PARAM_ALPN_ID","features":[450]},{"name":"DNS_SVCB_PARAM_IPV4","features":[450]},{"name":"DNS_SVCB_PARAM_IPV6","features":[450]},{"name":"DNS_SVCB_PARAM_MANDATORY","features":[450]},{"name":"DNS_SVCB_PARAM_TYPE","features":[450]},{"name":"DNS_SVCB_PARAM_UNKNOWN","features":[450]},{"name":"DNS_TKEY_DATAA","features":[305,450]},{"name":"DNS_TKEY_DATAW","features":[305,450]},{"name":"DNS_TKEY_MODE_DIFFIE_HELLMAN","features":[450]},{"name":"DNS_TKEY_MODE_GSS","features":[450]},{"name":"DNS_TKEY_MODE_RESOLVER_ASSIGN","features":[450]},{"name":"DNS_TKEY_MODE_SERVER_ASSIGN","features":[450]},{"name":"DNS_TLSA_DATA","features":[450]},{"name":"DNS_TSIG_DATAA","features":[305,450]},{"name":"DNS_TSIG_DATAW","features":[305,450]},{"name":"DNS_TXT_DATAA","features":[450]},{"name":"DNS_TXT_DATAW","features":[450]},{"name":"DNS_TYPE","features":[450]},{"name":"DNS_TYPE_A","features":[450]},{"name":"DNS_TYPE_A6","features":[450]},{"name":"DNS_TYPE_AAAA","features":[450]},{"name":"DNS_TYPE_ADDRS","features":[450]},{"name":"DNS_TYPE_AFSDB","features":[450]},{"name":"DNS_TYPE_ALL","features":[450]},{"name":"DNS_TYPE_ANY","features":[450]},{"name":"DNS_TYPE_ATMA","features":[450]},{"name":"DNS_TYPE_AXFR","features":[450]},{"name":"DNS_TYPE_CERT","features":[450]},{"name":"DNS_TYPE_CNAME","features":[450]},{"name":"DNS_TYPE_DHCID","features":[450]},{"name":"DNS_TYPE_DNAME","features":[450]},{"name":"DNS_TYPE_DNSKEY","features":[450]},{"name":"DNS_TYPE_DS","features":[450]},{"name":"DNS_TYPE_EID","features":[450]},{"name":"DNS_TYPE_GID","features":[450]},{"name":"DNS_TYPE_GPOS","features":[450]},{"name":"DNS_TYPE_HINFO","features":[450]},{"name":"DNS_TYPE_HTTPS","features":[450]},{"name":"DNS_TYPE_ISDN","features":[450]},{"name":"DNS_TYPE_IXFR","features":[450]},{"name":"DNS_TYPE_KEY","features":[450]},{"name":"DNS_TYPE_KX","features":[450]},{"name":"DNS_TYPE_LOC","features":[450]},{"name":"DNS_TYPE_MAILA","features":[450]},{"name":"DNS_TYPE_MAILB","features":[450]},{"name":"DNS_TYPE_MB","features":[450]},{"name":"DNS_TYPE_MD","features":[450]},{"name":"DNS_TYPE_MF","features":[450]},{"name":"DNS_TYPE_MG","features":[450]},{"name":"DNS_TYPE_MINFO","features":[450]},{"name":"DNS_TYPE_MR","features":[450]},{"name":"DNS_TYPE_MX","features":[450]},{"name":"DNS_TYPE_NAPTR","features":[450]},{"name":"DNS_TYPE_NBSTAT","features":[450]},{"name":"DNS_TYPE_NIMLOC","features":[450]},{"name":"DNS_TYPE_NS","features":[450]},{"name":"DNS_TYPE_NSAP","features":[450]},{"name":"DNS_TYPE_NSAPPTR","features":[450]},{"name":"DNS_TYPE_NSEC","features":[450]},{"name":"DNS_TYPE_NSEC3","features":[450]},{"name":"DNS_TYPE_NSEC3PARAM","features":[450]},{"name":"DNS_TYPE_NULL","features":[450]},{"name":"DNS_TYPE_NXT","features":[450]},{"name":"DNS_TYPE_OPT","features":[450]},{"name":"DNS_TYPE_PTR","features":[450]},{"name":"DNS_TYPE_PX","features":[450]},{"name":"DNS_TYPE_RP","features":[450]},{"name":"DNS_TYPE_RRSIG","features":[450]},{"name":"DNS_TYPE_RT","features":[450]},{"name":"DNS_TYPE_SIG","features":[450]},{"name":"DNS_TYPE_SINK","features":[450]},{"name":"DNS_TYPE_SOA","features":[450]},{"name":"DNS_TYPE_SRV","features":[450]},{"name":"DNS_TYPE_SVCB","features":[450]},{"name":"DNS_TYPE_TEXT","features":[450]},{"name":"DNS_TYPE_TKEY","features":[450]},{"name":"DNS_TYPE_TLSA","features":[450]},{"name":"DNS_TYPE_TSIG","features":[450]},{"name":"DNS_TYPE_UID","features":[450]},{"name":"DNS_TYPE_UINFO","features":[450]},{"name":"DNS_TYPE_UNSPEC","features":[450]},{"name":"DNS_TYPE_WINS","features":[450]},{"name":"DNS_TYPE_WINSR","features":[450]},{"name":"DNS_TYPE_WKS","features":[450]},{"name":"DNS_TYPE_X25","features":[450]},{"name":"DNS_TYPE_ZERO","features":[450]},{"name":"DNS_UNKNOWN_DATA","features":[450]},{"name":"DNS_UPDATE_CACHE_SECURITY_CONTEXT","features":[450]},{"name":"DNS_UPDATE_FORCE_SECURITY_NEGO","features":[450]},{"name":"DNS_UPDATE_REMOTE_SERVER","features":[450]},{"name":"DNS_UPDATE_RESERVED","features":[450]},{"name":"DNS_UPDATE_SECURITY_OFF","features":[450]},{"name":"DNS_UPDATE_SECURITY_ON","features":[450]},{"name":"DNS_UPDATE_SECURITY_ONLY","features":[450]},{"name":"DNS_UPDATE_SECURITY_USE_DEFAULT","features":[450]},{"name":"DNS_UPDATE_SKIP_NO_UPDATE_ADAPTERS","features":[450]},{"name":"DNS_UPDATE_TEST_USE_LOCAL_SYS_ACCT","features":[450]},{"name":"DNS_UPDATE_TRY_ALL_MASTER_SERVERS","features":[450]},{"name":"DNS_VALSVR_ERROR_INVALID_ADDR","features":[450]},{"name":"DNS_VALSVR_ERROR_INVALID_NAME","features":[450]},{"name":"DNS_VALSVR_ERROR_NO_AUTH","features":[450]},{"name":"DNS_VALSVR_ERROR_NO_RESPONSE","features":[450]},{"name":"DNS_VALSVR_ERROR_NO_TCP","features":[450]},{"name":"DNS_VALSVR_ERROR_REFUSED","features":[450]},{"name":"DNS_VALSVR_ERROR_UNKNOWN","features":[450]},{"name":"DNS_VALSVR_ERROR_UNREACHABLE","features":[450]},{"name":"DNS_WINSR_DATAA","features":[450]},{"name":"DNS_WINSR_DATAW","features":[450]},{"name":"DNS_WINS_DATA","features":[450]},{"name":"DNS_WINS_FLAG_LOCAL","features":[450]},{"name":"DNS_WINS_FLAG_SCOPE","features":[450]},{"name":"DNS_WIRE_QUESTION","features":[450]},{"name":"DNS_WIRE_RECORD","features":[450]},{"name":"DNS_WKS_DATA","features":[450]},{"name":"DnsAcquireContextHandle_A","features":[305,450]},{"name":"DnsAcquireContextHandle_W","features":[305,450]},{"name":"DnsCancelQuery","features":[450]},{"name":"DnsCancelQueryRaw","features":[450]},{"name":"DnsCharSetAnsi","features":[450]},{"name":"DnsCharSetUnicode","features":[450]},{"name":"DnsCharSetUnknown","features":[450]},{"name":"DnsCharSetUtf8","features":[450]},{"name":"DnsConfigAdapterDomainName_A","features":[450]},{"name":"DnsConfigAdapterDomainName_UTF8","features":[450]},{"name":"DnsConfigAdapterDomainName_W","features":[450]},{"name":"DnsConfigAdapterHostNameRegistrationEnabled","features":[450]},{"name":"DnsConfigAdapterInfo","features":[450]},{"name":"DnsConfigAddressRegistrationMaxCount","features":[450]},{"name":"DnsConfigDnsServerList","features":[450]},{"name":"DnsConfigFullHostName_A","features":[450]},{"name":"DnsConfigFullHostName_UTF8","features":[450]},{"name":"DnsConfigFullHostName_W","features":[450]},{"name":"DnsConfigHostName_A","features":[450]},{"name":"DnsConfigHostName_UTF8","features":[450]},{"name":"DnsConfigHostName_W","features":[450]},{"name":"DnsConfigNameServer","features":[450]},{"name":"DnsConfigPrimaryDomainName_A","features":[450]},{"name":"DnsConfigPrimaryDomainName_UTF8","features":[450]},{"name":"DnsConfigPrimaryDomainName_W","features":[450]},{"name":"DnsConfigPrimaryHostNameRegistrationEnabled","features":[450]},{"name":"DnsConfigSearchList","features":[450]},{"name":"DnsConnectionDeletePolicyEntries","features":[450]},{"name":"DnsConnectionDeleteProxyInfo","features":[450]},{"name":"DnsConnectionFreeNameList","features":[450]},{"name":"DnsConnectionFreeProxyInfo","features":[450]},{"name":"DnsConnectionFreeProxyInfoEx","features":[305,450]},{"name":"DnsConnectionFreeProxyList","features":[450]},{"name":"DnsConnectionGetNameList","features":[450]},{"name":"DnsConnectionGetProxyInfo","features":[450]},{"name":"DnsConnectionGetProxyInfoForHostUrl","features":[305,450]},{"name":"DnsConnectionGetProxyInfoForHostUrlEx","features":[305,450]},{"name":"DnsConnectionGetProxyList","features":[450]},{"name":"DnsConnectionSetPolicyEntries","features":[450]},{"name":"DnsConnectionSetProxyInfo","features":[450]},{"name":"DnsConnectionUpdateIfIndexTable","features":[450]},{"name":"DnsExtractRecordsFromMessage_UTF8","features":[305,450]},{"name":"DnsExtractRecordsFromMessage_W","features":[305,450]},{"name":"DnsFree","features":[450]},{"name":"DnsFreeCustomServers","features":[450]},{"name":"DnsFreeFlat","features":[450]},{"name":"DnsFreeParsedMessageFields","features":[450]},{"name":"DnsFreeProxyName","features":[450]},{"name":"DnsFreeRecordList","features":[450]},{"name":"DnsGetApplicationSettings","features":[450]},{"name":"DnsGetProxyInformation","features":[450]},{"name":"DnsModifyRecordsInSet_A","features":[305,450]},{"name":"DnsModifyRecordsInSet_UTF8","features":[305,450]},{"name":"DnsModifyRecordsInSet_W","features":[305,450]},{"name":"DnsNameCompare_A","features":[305,450]},{"name":"DnsNameCompare_W","features":[305,450]},{"name":"DnsNameDomain","features":[450]},{"name":"DnsNameDomainLabel","features":[450]},{"name":"DnsNameHostnameFull","features":[450]},{"name":"DnsNameHostnameLabel","features":[450]},{"name":"DnsNameSrvRecord","features":[450]},{"name":"DnsNameValidateTld","features":[450]},{"name":"DnsNameWildcard","features":[450]},{"name":"DnsQueryConfig","features":[450]},{"name":"DnsQueryEx","features":[305,450]},{"name":"DnsQueryRaw","features":[305,450]},{"name":"DnsQueryRawResultFree","features":[305,450]},{"name":"DnsQuery_A","features":[305,450]},{"name":"DnsQuery_UTF8","features":[305,450]},{"name":"DnsQuery_W","features":[305,450]},{"name":"DnsRecordCompare","features":[305,450]},{"name":"DnsRecordCopyEx","features":[305,450]},{"name":"DnsRecordSetCompare","features":[305,450]},{"name":"DnsRecordSetCopyEx","features":[305,450]},{"name":"DnsRecordSetDetach","features":[305,450]},{"name":"DnsReleaseContextHandle","features":[305,450]},{"name":"DnsReplaceRecordSetA","features":[305,450]},{"name":"DnsReplaceRecordSetUTF8","features":[305,450]},{"name":"DnsReplaceRecordSetW","features":[305,450]},{"name":"DnsSectionAddtional","features":[450]},{"name":"DnsSectionAnswer","features":[450]},{"name":"DnsSectionAuthority","features":[450]},{"name":"DnsSectionQuestion","features":[450]},{"name":"DnsServiceBrowse","features":[305,450]},{"name":"DnsServiceBrowseCancel","features":[450]},{"name":"DnsServiceConstructInstance","features":[450]},{"name":"DnsServiceCopyInstance","features":[450]},{"name":"DnsServiceDeRegister","features":[305,450]},{"name":"DnsServiceFreeInstance","features":[450]},{"name":"DnsServiceRegister","features":[305,450]},{"name":"DnsServiceRegisterCancel","features":[450]},{"name":"DnsServiceResolve","features":[450]},{"name":"DnsServiceResolveCancel","features":[450]},{"name":"DnsSetApplicationSettings","features":[450]},{"name":"DnsStartMulticastQuery","features":[305,450]},{"name":"DnsStopMulticastQuery","features":[450]},{"name":"DnsSvcbParamAlpn","features":[450]},{"name":"DnsSvcbParamDohPath","features":[450]},{"name":"DnsSvcbParamDohPathOpenDns","features":[450]},{"name":"DnsSvcbParamDohPathQuad9","features":[450]},{"name":"DnsSvcbParamEch","features":[450]},{"name":"DnsSvcbParamIpv4Hint","features":[450]},{"name":"DnsSvcbParamIpv6Hint","features":[450]},{"name":"DnsSvcbParamMandatory","features":[450]},{"name":"DnsSvcbParamNoDefaultAlpn","features":[450]},{"name":"DnsSvcbParamPort","features":[450]},{"name":"DnsValidateName_A","features":[450]},{"name":"DnsValidateName_UTF8","features":[450]},{"name":"DnsValidateName_W","features":[450]},{"name":"DnsWriteQuestionToBuffer_UTF8","features":[305,450]},{"name":"DnsWriteQuestionToBuffer_W","features":[305,450]},{"name":"IP4_ADDRESS_STRING_BUFFER_LENGTH","features":[450]},{"name":"IP4_ADDRESS_STRING_LENGTH","features":[450]},{"name":"IP4_ARRAY","features":[450]},{"name":"IP6_ADDRESS","features":[450]},{"name":"IP6_ADDRESS","features":[450]},{"name":"IP6_ADDRESS_STRING_BUFFER_LENGTH","features":[450]},{"name":"IP6_ADDRESS_STRING_LENGTH","features":[450]},{"name":"MDNS_QUERY_HANDLE","features":[450]},{"name":"MDNS_QUERY_REQUEST","features":[305,450]},{"name":"PDNS_QUERY_COMPLETION_ROUTINE","features":[305,450]},{"name":"PDNS_SERVICE_BROWSE_CALLBACK","features":[305,450]},{"name":"PDNS_SERVICE_REGISTER_COMPLETE","features":[450]},{"name":"PDNS_SERVICE_RESOLVE_COMPLETE","features":[450]},{"name":"PMDNS_QUERY_CALLBACK","features":[305,450]},{"name":"SIZEOF_IP4_ADDRESS","features":[450]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_CONNECTION_MANAGER","features":[450]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_DEFAULT","features":[450]},{"name":"TAG_DNS_CONNECTION_POLICY_TAG_WWWPT","features":[450]},{"name":"_DnsRecordOptA","features":[305,450]}],"454":[{"name":"ICW_ALREADYRUN","features":[451]},{"name":"ICW_CHECKSTATUS","features":[451]},{"name":"ICW_FULLPRESENT","features":[451]},{"name":"ICW_FULL_SMARTSTART","features":[451]},{"name":"ICW_LAUNCHEDFULL","features":[451]},{"name":"ICW_LAUNCHEDMANUAL","features":[451]},{"name":"ICW_LAUNCHFULL","features":[451]},{"name":"ICW_LAUNCHMANUAL","features":[451]},{"name":"ICW_MANUALPRESENT","features":[451]},{"name":"ICW_MAX_ACCTNAME","features":[451]},{"name":"ICW_MAX_EMAILADDR","features":[451]},{"name":"ICW_MAX_EMAILNAME","features":[451]},{"name":"ICW_MAX_LOGONNAME","features":[451]},{"name":"ICW_MAX_PASSWORD","features":[451]},{"name":"ICW_MAX_RASNAME","features":[451]},{"name":"ICW_MAX_SERVERNAME","features":[451]},{"name":"ICW_REGKEYCOMPLETED","features":[451]},{"name":"ICW_REGPATHSETTINGS","features":[451]},{"name":"ICW_USEDEFAULTS","features":[451]},{"name":"ICW_USE_SHELLNEXT","features":[451]},{"name":"PFNCHECKCONNECTIONWIZARD","features":[451]},{"name":"PFNSETSHELLNEXT","features":[451]}],"455":[{"name":"ANY_SIZE","features":[452]},{"name":"ARP_SEND_REPLY","features":[452]},{"name":"AddIPAddress","features":[452]},{"name":"BEST_IF","features":[452]},{"name":"BEST_ROUTE","features":[452]},{"name":"BROADCAST_NODETYPE","features":[452]},{"name":"CancelIPChangeNotify","features":[305,452,311]},{"name":"CancelIfTimestampConfigChange","features":[452]},{"name":"CancelMibChangeNotify2","features":[305,452]},{"name":"CaptureInterfaceHardwareCrossTimestamp","features":[452,320]},{"name":"ConvertCompartmentGuidToId","features":[305,452]},{"name":"ConvertCompartmentIdToGuid","features":[305,452,320]},{"name":"ConvertInterfaceAliasToLuid","features":[305,452,320]},{"name":"ConvertInterfaceGuidToLuid","features":[305,452,320]},{"name":"ConvertInterfaceIndexToLuid","features":[305,452,320]},{"name":"ConvertInterfaceLuidToAlias","features":[305,452,320]},{"name":"ConvertInterfaceLuidToGuid","features":[305,452,320]},{"name":"ConvertInterfaceLuidToIndex","features":[305,452,320]},{"name":"ConvertInterfaceLuidToNameA","features":[305,452,320]},{"name":"ConvertInterfaceLuidToNameW","features":[305,452,320]},{"name":"ConvertInterfaceNameToLuidA","features":[305,452,320]},{"name":"ConvertInterfaceNameToLuidW","features":[305,452,320]},{"name":"ConvertIpv4MaskToLength","features":[305,452]},{"name":"ConvertLengthToIpv4Mask","features":[305,452]},{"name":"CreateAnycastIpAddressEntry","features":[305,452,320,319]},{"name":"CreateIpForwardEntry","features":[452,319]},{"name":"CreateIpForwardEntry2","features":[305,452,320,319]},{"name":"CreateIpNetEntry","features":[452]},{"name":"CreateIpNetEntry2","features":[305,452,320,319]},{"name":"CreatePersistentTcpPortReservation","features":[452]},{"name":"CreatePersistentUdpPortReservation","features":[452]},{"name":"CreateProxyArpEntry","features":[452]},{"name":"CreateSortedAddressPairs","features":[305,452,319]},{"name":"CreateUnicastIpAddressEntry","features":[305,452,320,319]},{"name":"DEFAULT_MINIMUM_ENTITIES","features":[452]},{"name":"DEST_LONGER","features":[452]},{"name":"DEST_MATCHING","features":[452]},{"name":"DEST_SHORTER","features":[452]},{"name":"DNS_DDR_ADAPTER_ENABLE_DOH","features":[452]},{"name":"DNS_DDR_ADAPTER_ENABLE_UDP_FALLBACK","features":[452]},{"name":"DNS_DOH_AUTO_UPGRADE_SERVER","features":[452]},{"name":"DNS_DOH_POLICY_AUTO","features":[452]},{"name":"DNS_DOH_POLICY_DISABLE","features":[452]},{"name":"DNS_DOH_POLICY_NOT_CONFIGURED","features":[452]},{"name":"DNS_DOH_POLICY_REQUIRED","features":[452]},{"name":"DNS_DOH_SERVER_SETTINGS","features":[452]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE","features":[452]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE_AUTO","features":[452]},{"name":"DNS_DOH_SERVER_SETTINGS_ENABLE_DDR","features":[452]},{"name":"DNS_DOH_SERVER_SETTINGS_FALLBACK_TO_UDP","features":[452]},{"name":"DNS_ENABLE_DDR","features":[452]},{"name":"DNS_ENABLE_DOH","features":[452]},{"name":"DNS_INTERFACE_SETTINGS","features":[452]},{"name":"DNS_INTERFACE_SETTINGS3","features":[452]},{"name":"DNS_INTERFACE_SETTINGS4","features":[452]},{"name":"DNS_INTERFACE_SETTINGS_EX","features":[452]},{"name":"DNS_INTERFACE_SETTINGS_VERSION1","features":[452]},{"name":"DNS_INTERFACE_SETTINGS_VERSION2","features":[452]},{"name":"DNS_INTERFACE_SETTINGS_VERSION3","features":[452]},{"name":"DNS_INTERFACE_SETTINGS_VERSION4","features":[452]},{"name":"DNS_SERVER_PROPERTY","features":[452]},{"name":"DNS_SERVER_PROPERTY_TYPE","features":[452]},{"name":"DNS_SERVER_PROPERTY_TYPES","features":[452]},{"name":"DNS_SERVER_PROPERTY_VERSION1","features":[452]},{"name":"DNS_SETTINGS","features":[452]},{"name":"DNS_SETTINGS2","features":[452]},{"name":"DNS_SETTINGS_ENABLE_LLMNR","features":[452]},{"name":"DNS_SETTINGS_QUERY_ADAPTER_NAME","features":[452]},{"name":"DNS_SETTINGS_VERSION1","features":[452]},{"name":"DNS_SETTINGS_VERSION2","features":[452]},{"name":"DNS_SETTING_DDR","features":[452]},{"name":"DNS_SETTING_DISABLE_UNCONSTRAINED_QUERIES","features":[452]},{"name":"DNS_SETTING_DOH","features":[452]},{"name":"DNS_SETTING_DOH_PROFILE","features":[452]},{"name":"DNS_SETTING_DOMAIN","features":[452]},{"name":"DNS_SETTING_ENCRYPTED_DNS_ADAPTER_FLAGS","features":[452]},{"name":"DNS_SETTING_HOSTNAME","features":[452]},{"name":"DNS_SETTING_IPV6","features":[452]},{"name":"DNS_SETTING_NAMESERVER","features":[452]},{"name":"DNS_SETTING_PROFILE_NAMESERVER","features":[452]},{"name":"DNS_SETTING_REGISTER_ADAPTER_NAME","features":[452]},{"name":"DNS_SETTING_REGISTRATION_ENABLED","features":[452]},{"name":"DNS_SETTING_SEARCHLIST","features":[452]},{"name":"DNS_SETTING_SUPPLEMENTAL_SEARCH_LIST","features":[452]},{"name":"DeleteAnycastIpAddressEntry","features":[305,452,320,319]},{"name":"DeleteIPAddress","features":[452]},{"name":"DeleteIpForwardEntry","features":[452,319]},{"name":"DeleteIpForwardEntry2","features":[305,452,320,319]},{"name":"DeleteIpNetEntry","features":[452]},{"name":"DeleteIpNetEntry2","features":[305,452,320,319]},{"name":"DeletePersistentTcpPortReservation","features":[452]},{"name":"DeletePersistentUdpPortReservation","features":[452]},{"name":"DeleteProxyArpEntry","features":[452]},{"name":"DeleteUnicastIpAddressEntry","features":[305,452,320,319]},{"name":"DisableMediaSense","features":[305,452,311]},{"name":"DnsServerDohProperty","features":[452]},{"name":"DnsServerInvalidProperty","features":[452]},{"name":"ERROR_BASE","features":[452]},{"name":"ERROR_IPV6_NOT_IMPLEMENTED","features":[452]},{"name":"EnableRouter","features":[305,452,311]},{"name":"FD_FLAGS_ALLFLAGS","features":[452]},{"name":"FD_FLAGS_NOSYN","features":[452]},{"name":"FILTER_ICMP_CODE_ANY","features":[452]},{"name":"FILTER_ICMP_TYPE_ANY","features":[452]},{"name":"FIXED_INFO_W2KSP1","features":[452]},{"name":"FlushIpNetTable","features":[452]},{"name":"FlushIpNetTable2","features":[305,452,319]},{"name":"FlushIpPathTable","features":[305,452,319]},{"name":"FreeDnsSettings","features":[452]},{"name":"FreeInterfaceDnsSettings","features":[452]},{"name":"FreeMibTable","features":[452]},{"name":"GAA_FLAG_INCLUDE_ALL_COMPARTMENTS","features":[452]},{"name":"GAA_FLAG_INCLUDE_ALL_INTERFACES","features":[452]},{"name":"GAA_FLAG_INCLUDE_GATEWAYS","features":[452]},{"name":"GAA_FLAG_INCLUDE_PREFIX","features":[452]},{"name":"GAA_FLAG_INCLUDE_TUNNEL_BINDINGORDER","features":[452]},{"name":"GAA_FLAG_INCLUDE_WINS_INFO","features":[452]},{"name":"GAA_FLAG_SKIP_ANYCAST","features":[452]},{"name":"GAA_FLAG_SKIP_DNS_INFO","features":[452]},{"name":"GAA_FLAG_SKIP_DNS_SERVER","features":[452]},{"name":"GAA_FLAG_SKIP_FRIENDLY_NAME","features":[452]},{"name":"GAA_FLAG_SKIP_MULTICAST","features":[452]},{"name":"GAA_FLAG_SKIP_UNICAST","features":[452]},{"name":"GET_ADAPTERS_ADDRESSES_FLAGS","features":[452]},{"name":"GF_FRAGCACHE","features":[452]},{"name":"GF_FRAGMENTS","features":[452]},{"name":"GF_STRONGHOST","features":[452]},{"name":"GLOBAL_FILTER","features":[452]},{"name":"GetAdapterIndex","features":[452]},{"name":"GetAdapterOrderMap","features":[452]},{"name":"GetAdaptersAddresses","features":[452,320,319]},{"name":"GetAdaptersInfo","features":[305,452]},{"name":"GetAnycastIpAddressEntry","features":[305,452,320,319]},{"name":"GetAnycastIpAddressTable","features":[305,452,320,319]},{"name":"GetBestInterface","features":[452]},{"name":"GetBestInterfaceEx","features":[452,319]},{"name":"GetBestRoute","features":[452,319]},{"name":"GetBestRoute2","features":[305,452,320,319]},{"name":"GetCurrentThreadCompartmentId","features":[452,320]},{"name":"GetCurrentThreadCompartmentScope","features":[452]},{"name":"GetDefaultCompartmentId","features":[452,320]},{"name":"GetDnsSettings","features":[305,452]},{"name":"GetExtendedTcpTable","features":[305,452]},{"name":"GetExtendedUdpTable","features":[305,452]},{"name":"GetFriendlyIfIndex","features":[452]},{"name":"GetIcmpStatistics","features":[452]},{"name":"GetIcmpStatisticsEx","features":[452]},{"name":"GetIfEntry","features":[452]},{"name":"GetIfEntry2","features":[305,452,320]},{"name":"GetIfEntry2Ex","features":[305,452,320]},{"name":"GetIfStackTable","features":[305,452]},{"name":"GetIfTable","features":[305,452]},{"name":"GetIfTable2","features":[305,452,320]},{"name":"GetIfTable2Ex","features":[305,452,320]},{"name":"GetInterfaceActiveTimestampCapabilities","features":[305,452,320]},{"name":"GetInterfaceCurrentTimestampCapabilities","features":[305,452,320]},{"name":"GetInterfaceDnsSettings","features":[305,452]},{"name":"GetInterfaceHardwareTimestampCapabilities","features":[305,452,320]},{"name":"GetInterfaceInfo","features":[452]},{"name":"GetInterfaceSupportedTimestampCapabilities","features":[305,452,320]},{"name":"GetInvertedIfStackTable","features":[305,452]},{"name":"GetIpAddrTable","features":[305,452]},{"name":"GetIpErrorString","features":[452]},{"name":"GetIpForwardEntry2","features":[305,452,320,319]},{"name":"GetIpForwardTable","features":[305,452,319]},{"name":"GetIpForwardTable2","features":[305,452,320,319]},{"name":"GetIpInterfaceEntry","features":[305,452,320,319]},{"name":"GetIpInterfaceTable","features":[305,452,320,319]},{"name":"GetIpNetEntry2","features":[305,452,320,319]},{"name":"GetIpNetTable","features":[305,452]},{"name":"GetIpNetTable2","features":[305,452,320,319]},{"name":"GetIpNetworkConnectionBandwidthEstimates","features":[305,452,319]},{"name":"GetIpPathEntry","features":[305,452,320,319]},{"name":"GetIpPathTable","features":[305,452,320,319]},{"name":"GetIpStatistics","features":[452]},{"name":"GetIpStatisticsEx","features":[452]},{"name":"GetJobCompartmentId","features":[305,452,320]},{"name":"GetMulticastIpAddressEntry","features":[305,452,320,319]},{"name":"GetMulticastIpAddressTable","features":[305,452,320,319]},{"name":"GetNetworkConnectivityHint","features":[305,452,319]},{"name":"GetNetworkConnectivityHintForInterface","features":[305,452,319]},{"name":"GetNetworkInformation","features":[305,452]},{"name":"GetNetworkParams","features":[305,452]},{"name":"GetNumberOfInterfaces","features":[452]},{"name":"GetOwnerModuleFromPidAndInfo","features":[452]},{"name":"GetOwnerModuleFromTcp6Entry","features":[452]},{"name":"GetOwnerModuleFromTcpEntry","features":[452]},{"name":"GetOwnerModuleFromUdp6Entry","features":[452]},{"name":"GetOwnerModuleFromUdpEntry","features":[452]},{"name":"GetPerAdapterInfo","features":[452]},{"name":"GetPerTcp6ConnectionEStats","features":[452,319]},{"name":"GetPerTcpConnectionEStats","features":[452]},{"name":"GetRTTAndHopCount","features":[305,452]},{"name":"GetSessionCompartmentId","features":[452,320]},{"name":"GetTcp6Table","features":[305,452,319]},{"name":"GetTcp6Table2","features":[305,452,319]},{"name":"GetTcpStatistics","features":[452]},{"name":"GetTcpStatisticsEx","features":[452]},{"name":"GetTcpStatisticsEx2","features":[452]},{"name":"GetTcpTable","features":[305,452]},{"name":"GetTcpTable2","features":[305,452]},{"name":"GetTeredoPort","features":[305,452]},{"name":"GetUdp6Table","features":[305,452,319]},{"name":"GetUdpStatistics","features":[452]},{"name":"GetUdpStatisticsEx","features":[452]},{"name":"GetUdpStatisticsEx2","features":[452]},{"name":"GetUdpTable","features":[305,452]},{"name":"GetUniDirectionalAdapterInfo","features":[452]},{"name":"GetUnicastIpAddressEntry","features":[305,452,320,319]},{"name":"GetUnicastIpAddressTable","features":[305,452,320,319]},{"name":"HIFTIMESTAMPCHANGE","features":[452]},{"name":"HYBRID_NODETYPE","features":[452]},{"name":"ICMP4_DST_UNREACH","features":[452]},{"name":"ICMP4_ECHO_REPLY","features":[452]},{"name":"ICMP4_ECHO_REQUEST","features":[452]},{"name":"ICMP4_MASK_REPLY","features":[452]},{"name":"ICMP4_MASK_REQUEST","features":[452]},{"name":"ICMP4_PARAM_PROB","features":[452]},{"name":"ICMP4_REDIRECT","features":[452]},{"name":"ICMP4_ROUTER_ADVERT","features":[452]},{"name":"ICMP4_ROUTER_SOLICIT","features":[452]},{"name":"ICMP4_SOURCE_QUENCH","features":[452]},{"name":"ICMP4_TIMESTAMP_REPLY","features":[452]},{"name":"ICMP4_TIMESTAMP_REQUEST","features":[452]},{"name":"ICMP4_TIME_EXCEEDED","features":[452]},{"name":"ICMP4_TYPE","features":[452]},{"name":"ICMP6_DST_UNREACH","features":[452]},{"name":"ICMP6_ECHO_REPLY","features":[452]},{"name":"ICMP6_ECHO_REQUEST","features":[452]},{"name":"ICMP6_INFOMSG_MASK","features":[452]},{"name":"ICMP6_MEMBERSHIP_QUERY","features":[452]},{"name":"ICMP6_MEMBERSHIP_REDUCTION","features":[452]},{"name":"ICMP6_MEMBERSHIP_REPORT","features":[452]},{"name":"ICMP6_PACKET_TOO_BIG","features":[452]},{"name":"ICMP6_PARAM_PROB","features":[452]},{"name":"ICMP6_TIME_EXCEEDED","features":[452]},{"name":"ICMP6_TYPE","features":[452]},{"name":"ICMP6_V2_MEMBERSHIP_REPORT","features":[452]},{"name":"ICMPV6_ECHO_REPLY_LH","features":[452]},{"name":"ICMP_ECHO_REPLY","features":[452]},{"name":"ICMP_ECHO_REPLY32","features":[452]},{"name":"ICMP_STATS","features":[452]},{"name":"IF_ACCESS_BROADCAST","features":[452]},{"name":"IF_ACCESS_LOOPBACK","features":[452]},{"name":"IF_ACCESS_POINTTOMULTIPOINT","features":[452]},{"name":"IF_ACCESS_POINTTOPOINT","features":[452]},{"name":"IF_ACCESS_POINT_TO_MULTI_POINT","features":[452]},{"name":"IF_ACCESS_POINT_TO_POINT","features":[452]},{"name":"IF_ACCESS_TYPE","features":[452]},{"name":"IF_ADMIN_STATUS_DOWN","features":[452]},{"name":"IF_ADMIN_STATUS_TESTING","features":[452]},{"name":"IF_ADMIN_STATUS_UP","features":[452]},{"name":"IF_CHECK_MCAST","features":[452]},{"name":"IF_CHECK_NONE","features":[452]},{"name":"IF_CHECK_SEND","features":[452]},{"name":"IF_CONNECTION_DEDICATED","features":[452]},{"name":"IF_CONNECTION_DEMAND","features":[452]},{"name":"IF_CONNECTION_PASSIVE","features":[452]},{"name":"IF_NUMBER","features":[452]},{"name":"IF_OPER_STATUS_CONNECTED","features":[452]},{"name":"IF_OPER_STATUS_CONNECTING","features":[452]},{"name":"IF_OPER_STATUS_DISCONNECTED","features":[452]},{"name":"IF_OPER_STATUS_NON_OPERATIONAL","features":[452]},{"name":"IF_OPER_STATUS_OPERATIONAL","features":[452]},{"name":"IF_OPER_STATUS_UNREACHABLE","features":[452]},{"name":"IF_ROW","features":[452]},{"name":"IF_STATUS","features":[452]},{"name":"IF_TABLE","features":[452]},{"name":"IF_TYPE_A12MPPSWITCH","features":[452]},{"name":"IF_TYPE_AAL2","features":[452]},{"name":"IF_TYPE_AAL5","features":[452]},{"name":"IF_TYPE_ADSL","features":[452]},{"name":"IF_TYPE_AFLANE_8023","features":[452]},{"name":"IF_TYPE_AFLANE_8025","features":[452]},{"name":"IF_TYPE_ARAP","features":[452]},{"name":"IF_TYPE_ARCNET","features":[452]},{"name":"IF_TYPE_ARCNET_PLUS","features":[452]},{"name":"IF_TYPE_ASYNC","features":[452]},{"name":"IF_TYPE_ATM","features":[452]},{"name":"IF_TYPE_ATM_DXI","features":[452]},{"name":"IF_TYPE_ATM_FUNI","features":[452]},{"name":"IF_TYPE_ATM_IMA","features":[452]},{"name":"IF_TYPE_ATM_LOGICAL","features":[452]},{"name":"IF_TYPE_ATM_RADIO","features":[452]},{"name":"IF_TYPE_ATM_SUBINTERFACE","features":[452]},{"name":"IF_TYPE_ATM_VCI_ENDPT","features":[452]},{"name":"IF_TYPE_ATM_VIRTUAL","features":[452]},{"name":"IF_TYPE_BASIC_ISDN","features":[452]},{"name":"IF_TYPE_BGP_POLICY_ACCOUNTING","features":[452]},{"name":"IF_TYPE_BSC","features":[452]},{"name":"IF_TYPE_CCTEMUL","features":[452]},{"name":"IF_TYPE_CES","features":[452]},{"name":"IF_TYPE_CHANNEL","features":[452]},{"name":"IF_TYPE_CNR","features":[452]},{"name":"IF_TYPE_COFFEE","features":[452]},{"name":"IF_TYPE_COMPOSITELINK","features":[452]},{"name":"IF_TYPE_DCN","features":[452]},{"name":"IF_TYPE_DDN_X25","features":[452]},{"name":"IF_TYPE_DIGITALPOWERLINE","features":[452]},{"name":"IF_TYPE_DIGITAL_WRAPPER_OVERHEAD_CHANNEL","features":[452]},{"name":"IF_TYPE_DLSW","features":[452]},{"name":"IF_TYPE_DOCSCABLE_DOWNSTREAM","features":[452]},{"name":"IF_TYPE_DOCSCABLE_MACLAYER","features":[452]},{"name":"IF_TYPE_DOCSCABLE_UPSTREAM","features":[452]},{"name":"IF_TYPE_DS0","features":[452]},{"name":"IF_TYPE_DS0_BUNDLE","features":[452]},{"name":"IF_TYPE_DS1","features":[452]},{"name":"IF_TYPE_DS1_FDL","features":[452]},{"name":"IF_TYPE_DS3","features":[452]},{"name":"IF_TYPE_DTM","features":[452]},{"name":"IF_TYPE_DVBRCC_DOWNSTREAM","features":[452]},{"name":"IF_TYPE_DVBRCC_MACLAYER","features":[452]},{"name":"IF_TYPE_DVBRCC_UPSTREAM","features":[452]},{"name":"IF_TYPE_DVB_ASI_IN","features":[452]},{"name":"IF_TYPE_DVB_ASI_OUT","features":[452]},{"name":"IF_TYPE_E1","features":[452]},{"name":"IF_TYPE_EON","features":[452]},{"name":"IF_TYPE_EPLRS","features":[452]},{"name":"IF_TYPE_ESCON","features":[452]},{"name":"IF_TYPE_ETHERNET_3MBIT","features":[452]},{"name":"IF_TYPE_ETHERNET_CSMACD","features":[452]},{"name":"IF_TYPE_FAST","features":[452]},{"name":"IF_TYPE_FASTETHER","features":[452]},{"name":"IF_TYPE_FASTETHER_FX","features":[452]},{"name":"IF_TYPE_FDDI","features":[452]},{"name":"IF_TYPE_FIBRECHANNEL","features":[452]},{"name":"IF_TYPE_FRAMERELAY","features":[452]},{"name":"IF_TYPE_FRAMERELAY_INTERCONNECT","features":[452]},{"name":"IF_TYPE_FRAMERELAY_MPI","features":[452]},{"name":"IF_TYPE_FRAMERELAY_SERVICE","features":[452]},{"name":"IF_TYPE_FRF16_MFR_BUNDLE","features":[452]},{"name":"IF_TYPE_FR_DLCI_ENDPT","features":[452]},{"name":"IF_TYPE_FR_FORWARD","features":[452]},{"name":"IF_TYPE_G703_2MB","features":[452]},{"name":"IF_TYPE_G703_64K","features":[452]},{"name":"IF_TYPE_GIGABITETHERNET","features":[452]},{"name":"IF_TYPE_GR303_IDT","features":[452]},{"name":"IF_TYPE_GR303_RDT","features":[452]},{"name":"IF_TYPE_H323_GATEKEEPER","features":[452]},{"name":"IF_TYPE_H323_PROXY","features":[452]},{"name":"IF_TYPE_HDH_1822","features":[452]},{"name":"IF_TYPE_HDLC","features":[452]},{"name":"IF_TYPE_HDSL2","features":[452]},{"name":"IF_TYPE_HIPERLAN2","features":[452]},{"name":"IF_TYPE_HIPPI","features":[452]},{"name":"IF_TYPE_HIPPIINTERFACE","features":[452]},{"name":"IF_TYPE_HOSTPAD","features":[452]},{"name":"IF_TYPE_HSSI","features":[452]},{"name":"IF_TYPE_HYPERCHANNEL","features":[452]},{"name":"IF_TYPE_IBM370PARCHAN","features":[452]},{"name":"IF_TYPE_IDSL","features":[452]},{"name":"IF_TYPE_IEEE1394","features":[452]},{"name":"IF_TYPE_IEEE80211","features":[452]},{"name":"IF_TYPE_IEEE80212","features":[452]},{"name":"IF_TYPE_IEEE802154","features":[452]},{"name":"IF_TYPE_IEEE80216_WMAN","features":[452]},{"name":"IF_TYPE_IEEE8023AD_LAG","features":[452]},{"name":"IF_TYPE_IF_GSN","features":[452]},{"name":"IF_TYPE_IMT","features":[452]},{"name":"IF_TYPE_INTERLEAVE","features":[452]},{"name":"IF_TYPE_IP","features":[452]},{"name":"IF_TYPE_IPFORWARD","features":[452]},{"name":"IF_TYPE_IPOVER_ATM","features":[452]},{"name":"IF_TYPE_IPOVER_CDLC","features":[452]},{"name":"IF_TYPE_IPOVER_CLAW","features":[452]},{"name":"IF_TYPE_IPSWITCH","features":[452]},{"name":"IF_TYPE_IS088023_CSMACD","features":[452]},{"name":"IF_TYPE_ISDN","features":[452]},{"name":"IF_TYPE_ISDN_S","features":[452]},{"name":"IF_TYPE_ISDN_U","features":[452]},{"name":"IF_TYPE_ISO88022_LLC","features":[452]},{"name":"IF_TYPE_ISO88024_TOKENBUS","features":[452]},{"name":"IF_TYPE_ISO88025R_DTR","features":[452]},{"name":"IF_TYPE_ISO88025_CRFPRINT","features":[452]},{"name":"IF_TYPE_ISO88025_FIBER","features":[452]},{"name":"IF_TYPE_ISO88025_TOKENRING","features":[452]},{"name":"IF_TYPE_ISO88026_MAN","features":[452]},{"name":"IF_TYPE_ISUP","features":[452]},{"name":"IF_TYPE_L2_VLAN","features":[452]},{"name":"IF_TYPE_L3_IPVLAN","features":[452]},{"name":"IF_TYPE_L3_IPXVLAN","features":[452]},{"name":"IF_TYPE_LAP_B","features":[452]},{"name":"IF_TYPE_LAP_D","features":[452]},{"name":"IF_TYPE_LAP_F","features":[452]},{"name":"IF_TYPE_LOCALTALK","features":[452]},{"name":"IF_TYPE_MEDIAMAILOVERIP","features":[452]},{"name":"IF_TYPE_MF_SIGLINK","features":[452]},{"name":"IF_TYPE_MIO_X25","features":[452]},{"name":"IF_TYPE_MODEM","features":[452]},{"name":"IF_TYPE_MPC","features":[452]},{"name":"IF_TYPE_MPLS","features":[452]},{"name":"IF_TYPE_MPLS_TUNNEL","features":[452]},{"name":"IF_TYPE_MSDSL","features":[452]},{"name":"IF_TYPE_MVL","features":[452]},{"name":"IF_TYPE_MYRINET","features":[452]},{"name":"IF_TYPE_NFAS","features":[452]},{"name":"IF_TYPE_NSIP","features":[452]},{"name":"IF_TYPE_OPTICAL_CHANNEL","features":[452]},{"name":"IF_TYPE_OPTICAL_TRANSPORT","features":[452]},{"name":"IF_TYPE_OTHER","features":[452]},{"name":"IF_TYPE_PARA","features":[452]},{"name":"IF_TYPE_PLC","features":[452]},{"name":"IF_TYPE_POS","features":[452]},{"name":"IF_TYPE_PPP","features":[452]},{"name":"IF_TYPE_PPPMULTILINKBUNDLE","features":[452]},{"name":"IF_TYPE_PRIMARY_ISDN","features":[452]},{"name":"IF_TYPE_PROP_BWA_P2MP","features":[452]},{"name":"IF_TYPE_PROP_CNLS","features":[452]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_DOWNSTREAM","features":[452]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_MACLAYER","features":[452]},{"name":"IF_TYPE_PROP_DOCS_WIRELESS_UPSTREAM","features":[452]},{"name":"IF_TYPE_PROP_MULTIPLEXOR","features":[452]},{"name":"IF_TYPE_PROP_POINT2POINT_SERIAL","features":[452]},{"name":"IF_TYPE_PROP_VIRTUAL","features":[452]},{"name":"IF_TYPE_PROP_WIRELESS_P2P","features":[452]},{"name":"IF_TYPE_PROTEON_10MBIT","features":[452]},{"name":"IF_TYPE_PROTEON_80MBIT","features":[452]},{"name":"IF_TYPE_QLLC","features":[452]},{"name":"IF_TYPE_RADIO_MAC","features":[452]},{"name":"IF_TYPE_RADSL","features":[452]},{"name":"IF_TYPE_REACH_DSL","features":[452]},{"name":"IF_TYPE_REGULAR_1822","features":[452]},{"name":"IF_TYPE_RFC1483","features":[452]},{"name":"IF_TYPE_RFC877_X25","features":[452]},{"name":"IF_TYPE_RS232","features":[452]},{"name":"IF_TYPE_RSRB","features":[452]},{"name":"IF_TYPE_SDLC","features":[452]},{"name":"IF_TYPE_SDSL","features":[452]},{"name":"IF_TYPE_SHDSL","features":[452]},{"name":"IF_TYPE_SIP","features":[452]},{"name":"IF_TYPE_SLIP","features":[452]},{"name":"IF_TYPE_SMDS_DXI","features":[452]},{"name":"IF_TYPE_SMDS_ICIP","features":[452]},{"name":"IF_TYPE_SOFTWARE_LOOPBACK","features":[452]},{"name":"IF_TYPE_SONET","features":[452]},{"name":"IF_TYPE_SONET_OVERHEAD_CHANNEL","features":[452]},{"name":"IF_TYPE_SONET_PATH","features":[452]},{"name":"IF_TYPE_SONET_VT","features":[452]},{"name":"IF_TYPE_SRP","features":[452]},{"name":"IF_TYPE_SS7_SIGLINK","features":[452]},{"name":"IF_TYPE_STACKTOSTACK","features":[452]},{"name":"IF_TYPE_STARLAN","features":[452]},{"name":"IF_TYPE_TDLC","features":[452]},{"name":"IF_TYPE_TERMPAD","features":[452]},{"name":"IF_TYPE_TR008","features":[452]},{"name":"IF_TYPE_TRANSPHDLC","features":[452]},{"name":"IF_TYPE_TUNNEL","features":[452]},{"name":"IF_TYPE_ULTRA","features":[452]},{"name":"IF_TYPE_USB","features":[452]},{"name":"IF_TYPE_V11","features":[452]},{"name":"IF_TYPE_V35","features":[452]},{"name":"IF_TYPE_V36","features":[452]},{"name":"IF_TYPE_V37","features":[452]},{"name":"IF_TYPE_VDSL","features":[452]},{"name":"IF_TYPE_VIRTUALIPADDRESS","features":[452]},{"name":"IF_TYPE_VOICEOVERATM","features":[452]},{"name":"IF_TYPE_VOICEOVERFRAMERELAY","features":[452]},{"name":"IF_TYPE_VOICE_EM","features":[452]},{"name":"IF_TYPE_VOICE_ENCAP","features":[452]},{"name":"IF_TYPE_VOICE_FXO","features":[452]},{"name":"IF_TYPE_VOICE_FXS","features":[452]},{"name":"IF_TYPE_VOICE_OVERIP","features":[452]},{"name":"IF_TYPE_WWANPP","features":[452]},{"name":"IF_TYPE_WWANPP2","features":[452]},{"name":"IF_TYPE_X213","features":[452]},{"name":"IF_TYPE_X25_HUNTGROUP","features":[452]},{"name":"IF_TYPE_X25_MLP","features":[452]},{"name":"IF_TYPE_X25_PLE","features":[452]},{"name":"IF_TYPE_XBOX_WIRELESS","features":[452]},{"name":"INTERFACE_HARDWARE_CROSSTIMESTAMP","features":[452]},{"name":"INTERFACE_HARDWARE_CROSSTIMESTAMP_VERSION_1","features":[452]},{"name":"INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES","features":[305,452]},{"name":"INTERFACE_SOFTWARE_TIMESTAMP_CAPABILITIES","features":[305,452]},{"name":"INTERFACE_TIMESTAMP_CAPABILITIES","features":[305,452]},{"name":"INTERFACE_TIMESTAMP_CAPABILITIES_VERSION_1","features":[452]},{"name":"INTERNAL_IF_OPER_STATUS","features":[452]},{"name":"IOCTL_ARP_SEND_REQUEST","features":[452]},{"name":"IOCTL_IP_ADDCHANGE_NOTIFY_REQUEST","features":[452]},{"name":"IOCTL_IP_GET_BEST_INTERFACE","features":[452]},{"name":"IOCTL_IP_INTERFACE_INFO","features":[452]},{"name":"IOCTL_IP_RTCHANGE_NOTIFY_REQUEST","features":[452]},{"name":"IOCTL_IP_UNIDIRECTIONAL_ADAPTER_ADDRESS","features":[452]},{"name":"IP6_STATS","features":[452]},{"name":"IPRTRMGR_PID","features":[452]},{"name":"IPV6_ADDRESS_EX","features":[452]},{"name":"IPV6_GLOBAL_INFO","features":[452]},{"name":"IPV6_ROUTE_INFO","features":[452]},{"name":"IP_ADAPTER_ADDRESSES_LH","features":[452,320,319]},{"name":"IP_ADAPTER_ADDRESSES_XP","features":[452,320,319]},{"name":"IP_ADAPTER_ADDRESS_DNS_ELIGIBLE","features":[452]},{"name":"IP_ADAPTER_ADDRESS_TRANSIENT","features":[452]},{"name":"IP_ADAPTER_ANYCAST_ADDRESS_XP","features":[452,319]},{"name":"IP_ADAPTER_DDNS_ENABLED","features":[452]},{"name":"IP_ADAPTER_DHCP_ENABLED","features":[452]},{"name":"IP_ADAPTER_DNS_SERVER_ADDRESS_XP","features":[452,319]},{"name":"IP_ADAPTER_DNS_SUFFIX","features":[452]},{"name":"IP_ADAPTER_GATEWAY_ADDRESS_LH","features":[452,319]},{"name":"IP_ADAPTER_INDEX_MAP","features":[452]},{"name":"IP_ADAPTER_INFO","features":[305,452]},{"name":"IP_ADAPTER_IPV4_ENABLED","features":[452]},{"name":"IP_ADAPTER_IPV6_ENABLED","features":[452]},{"name":"IP_ADAPTER_IPV6_MANAGE_ADDRESS_CONFIG","features":[452]},{"name":"IP_ADAPTER_IPV6_OTHER_STATEFUL_CONFIG","features":[452]},{"name":"IP_ADAPTER_MULTICAST_ADDRESS_XP","features":[452,319]},{"name":"IP_ADAPTER_NETBIOS_OVER_TCPIP_ENABLED","features":[452]},{"name":"IP_ADAPTER_NO_MULTICAST","features":[452]},{"name":"IP_ADAPTER_ORDER_MAP","features":[452]},{"name":"IP_ADAPTER_PREFIX_XP","features":[452,319]},{"name":"IP_ADAPTER_RECEIVE_ONLY","features":[452]},{"name":"IP_ADAPTER_REGISTER_ADAPTER_SUFFIX","features":[452]},{"name":"IP_ADAPTER_UNICAST_ADDRESS_LH","features":[452,319]},{"name":"IP_ADAPTER_UNICAST_ADDRESS_XP","features":[452,319]},{"name":"IP_ADAPTER_WINS_SERVER_ADDRESS_LH","features":[452,319]},{"name":"IP_ADDRESS_PREFIX","features":[452,319]},{"name":"IP_ADDRESS_STRING","features":[452]},{"name":"IP_ADDRROW","features":[452]},{"name":"IP_ADDRTABLE","features":[452]},{"name":"IP_ADDR_ADDED","features":[452]},{"name":"IP_ADDR_DELETED","features":[452]},{"name":"IP_ADDR_STRING","features":[452]},{"name":"IP_BAD_DESTINATION","features":[452]},{"name":"IP_BAD_HEADER","features":[452]},{"name":"IP_BAD_OPTION","features":[452]},{"name":"IP_BAD_REQ","features":[452]},{"name":"IP_BAD_ROUTE","features":[452]},{"name":"IP_BIND_ADAPTER","features":[452]},{"name":"IP_BUF_TOO_SMALL","features":[452]},{"name":"IP_DEMAND_DIAL_FILTER_INFO","features":[452]},{"name":"IP_DEMAND_DIAL_FILTER_INFO_V6","features":[452]},{"name":"IP_DEST_ADDR_UNREACHABLE","features":[452]},{"name":"IP_DEST_HOST_UNREACHABLE","features":[452]},{"name":"IP_DEST_NET_UNREACHABLE","features":[452]},{"name":"IP_DEST_NO_ROUTE","features":[452]},{"name":"IP_DEST_PORT_UNREACHABLE","features":[452]},{"name":"IP_DEST_PROHIBITED","features":[452]},{"name":"IP_DEST_PROT_UNREACHABLE","features":[452]},{"name":"IP_DEST_SCOPE_MISMATCH","features":[452]},{"name":"IP_DEST_UNREACHABLE","features":[452]},{"name":"IP_DEVICE_DOES_NOT_EXIST","features":[452]},{"name":"IP_DUPLICATE_ADDRESS","features":[452]},{"name":"IP_DUPLICATE_IPADD","features":[452]},{"name":"IP_EXPORT_INCLUDED","features":[452]},{"name":"IP_FILTER_ENABLE_INFO","features":[452]},{"name":"IP_FILTER_ENABLE_INFO_V6","features":[452]},{"name":"IP_FLAG_DF","features":[452]},{"name":"IP_FLAG_REVERSE","features":[452]},{"name":"IP_FORWARDNUMBER","features":[452]},{"name":"IP_FORWARDROW","features":[452]},{"name":"IP_FORWARDTABLE","features":[452]},{"name":"IP_GENERAL_FAILURE","features":[452]},{"name":"IP_GENERAL_INFO_BASE","features":[452]},{"name":"IP_GLOBAL_INFO","features":[452]},{"name":"IP_HOP_LIMIT_EXCEEDED","features":[452]},{"name":"IP_HW_ERROR","features":[452]},{"name":"IP_ICMP_ERROR","features":[452]},{"name":"IP_IFFILTER_INFO","features":[452]},{"name":"IP_IFFILTER_INFO_V6","features":[452]},{"name":"IP_INTERFACE_INFO","features":[452]},{"name":"IP_INTERFACE_METRIC_CHANGE","features":[452]},{"name":"IP_INTERFACE_NAME_INFO_W2KSP1","features":[452]},{"name":"IP_INTERFACE_STATUS_INFO","features":[452]},{"name":"IP_INTERFACE_WOL_CAPABILITY_CHANGE","features":[452]},{"name":"IP_IN_FILTER_INFO","features":[452]},{"name":"IP_IN_FILTER_INFO_V6","features":[452]},{"name":"IP_IPINIP_CFG_INFO","features":[452]},{"name":"IP_MCAST_BOUNDARY_INFO","features":[452]},{"name":"IP_MCAST_COUNTER_INFO","features":[452]},{"name":"IP_MCAST_HEARBEAT_INFO","features":[452]},{"name":"IP_MCAST_LIMIT_INFO","features":[452]},{"name":"IP_MEDIA_CONNECT","features":[452]},{"name":"IP_MEDIA_DISCONNECT","features":[452]},{"name":"IP_MTU_CHANGE","features":[452]},{"name":"IP_NEGOTIATING_IPSEC","features":[452]},{"name":"IP_NETROW","features":[452]},{"name":"IP_NETTABLE","features":[452]},{"name":"IP_NO_RESOURCES","features":[452]},{"name":"IP_OPTION_INFORMATION","features":[452]},{"name":"IP_OPTION_INFORMATION32","features":[452]},{"name":"IP_OPTION_TOO_BIG","features":[452]},{"name":"IP_OUT_FILTER_INFO","features":[452]},{"name":"IP_OUT_FILTER_INFO_V6","features":[452]},{"name":"IP_PACKET_TOO_BIG","features":[452]},{"name":"IP_PARAMETER_PROBLEM","features":[452]},{"name":"IP_PARAM_PROBLEM","features":[452]},{"name":"IP_PENDING","features":[452]},{"name":"IP_PER_ADAPTER_INFO_W2KSP1","features":[452]},{"name":"IP_PROT_PRIORITY_INFO","features":[452]},{"name":"IP_PROT_PRIORITY_INFO_EX","features":[452]},{"name":"IP_REASSEMBLY_TIME_EXCEEDED","features":[452]},{"name":"IP_RECONFIG_SECFLTR","features":[452]},{"name":"IP_REQ_TIMED_OUT","features":[452]},{"name":"IP_ROUTER_DISC_INFO","features":[452]},{"name":"IP_ROUTER_MANAGER_VERSION","features":[452]},{"name":"IP_ROUTE_INFO","features":[452]},{"name":"IP_SOURCE_QUENCH","features":[452]},{"name":"IP_SPEC_MTU_CHANGE","features":[452]},{"name":"IP_STATS","features":[452]},{"name":"IP_STATUS_BASE","features":[452]},{"name":"IP_SUCCESS","features":[452]},{"name":"IP_TIME_EXCEEDED","features":[452]},{"name":"IP_TTL_EXPIRED_REASSEM","features":[452]},{"name":"IP_TTL_EXPIRED_TRANSIT","features":[452]},{"name":"IP_UNBIND_ADAPTER","features":[452]},{"name":"IP_UNIDIRECTIONAL_ADAPTER_ADDRESS","features":[452]},{"name":"IP_UNLOAD","features":[452]},{"name":"IP_UNRECOGNIZED_NEXT_HEADER","features":[452]},{"name":"Icmp6CreateFile","features":[305,452]},{"name":"Icmp6ParseReplies","features":[452]},{"name":"Icmp6SendEcho2","features":[305,452,319,311]},{"name":"IcmpCloseHandle","features":[305,452]},{"name":"IcmpCreateFile","features":[305,452]},{"name":"IcmpParseReplies","features":[452]},{"name":"IcmpSendEcho","features":[305,452]},{"name":"IcmpSendEcho2","features":[305,452,311]},{"name":"IcmpSendEcho2Ex","features":[305,452,311]},{"name":"InitializeIpForwardEntry","features":[305,452,320,319]},{"name":"InitializeIpInterfaceEntry","features":[305,452,320,319]},{"name":"InitializeUnicastIpAddressEntry","features":[305,452,320,319]},{"name":"IpReleaseAddress","features":[452]},{"name":"IpRenewAddress","features":[452]},{"name":"LB_DST_ADDR_USE_DSTADDR_FLAG","features":[452]},{"name":"LB_DST_ADDR_USE_SRCADDR_FLAG","features":[452]},{"name":"LB_DST_MASK_LATE_FLAG","features":[452]},{"name":"LB_SRC_ADDR_USE_DSTADDR_FLAG","features":[452]},{"name":"LB_SRC_ADDR_USE_SRCADDR_FLAG","features":[452]},{"name":"LB_SRC_MASK_LATE_FLAG","features":[452]},{"name":"LookupPersistentTcpPortReservation","features":[452]},{"name":"LookupPersistentUdpPortReservation","features":[452]},{"name":"MAXLEN_IFDESCR","features":[452]},{"name":"MAXLEN_PHYSADDR","features":[452]},{"name":"MAX_ADAPTER_ADDRESS_LENGTH","features":[452]},{"name":"MAX_ADAPTER_DESCRIPTION_LENGTH","features":[452]},{"name":"MAX_ADAPTER_NAME","features":[452]},{"name":"MAX_ADAPTER_NAME_LENGTH","features":[452]},{"name":"MAX_DHCPV6_DUID_LENGTH","features":[452]},{"name":"MAX_DNS_SUFFIX_STRING_LENGTH","features":[452]},{"name":"MAX_DOMAIN_NAME_LEN","features":[452]},{"name":"MAX_HOSTNAME_LEN","features":[452]},{"name":"MAX_IF_TYPE","features":[452]},{"name":"MAX_INTERFACE_NAME_LEN","features":[452]},{"name":"MAX_IP_STATUS","features":[452]},{"name":"MAX_MIB_OFFSET","features":[452]},{"name":"MAX_OPT_SIZE","features":[452]},{"name":"MAX_SCOPE_ID_LEN","features":[452]},{"name":"MAX_SCOPE_NAME_LEN","features":[452]},{"name":"MCAST_BOUNDARY","features":[452]},{"name":"MCAST_GLOBAL","features":[452]},{"name":"MCAST_IF_ENTRY","features":[452]},{"name":"MCAST_MFE","features":[452]},{"name":"MCAST_MFE_STATS","features":[452]},{"name":"MCAST_MFE_STATS_EX","features":[452]},{"name":"MCAST_SCOPE","features":[452]},{"name":"MIBICMPINFO","features":[452]},{"name":"MIBICMPSTATS","features":[452]},{"name":"MIBICMPSTATS_EX_XPSP1","features":[452]},{"name":"MIB_ANYCASTIPADDRESS_ROW","features":[452,320,319]},{"name":"MIB_ANYCASTIPADDRESS_TABLE","features":[452,320,319]},{"name":"MIB_BEST_IF","features":[452]},{"name":"MIB_BOUNDARYROW","features":[452]},{"name":"MIB_ICMP","features":[452]},{"name":"MIB_ICMP_EX_XPSP1","features":[452]},{"name":"MIB_IFNUMBER","features":[452]},{"name":"MIB_IFROW","features":[452]},{"name":"MIB_IFSTACK_ROW","features":[452]},{"name":"MIB_IFSTACK_TABLE","features":[452]},{"name":"MIB_IFSTATUS","features":[305,452]},{"name":"MIB_IFTABLE","features":[452]},{"name":"MIB_IF_ADMIN_STATUS_DOWN","features":[452]},{"name":"MIB_IF_ADMIN_STATUS_TESTING","features":[452]},{"name":"MIB_IF_ADMIN_STATUS_UP","features":[452]},{"name":"MIB_IF_ENTRY_LEVEL","features":[452]},{"name":"MIB_IF_ROW2","features":[452,320]},{"name":"MIB_IF_TABLE2","features":[452,320]},{"name":"MIB_IF_TABLE_LEVEL","features":[452]},{"name":"MIB_IF_TYPE_ETHERNET","features":[452]},{"name":"MIB_IF_TYPE_FDDI","features":[452]},{"name":"MIB_IF_TYPE_LOOPBACK","features":[452]},{"name":"MIB_IF_TYPE_OTHER","features":[452]},{"name":"MIB_IF_TYPE_PPP","features":[452]},{"name":"MIB_IF_TYPE_SLIP","features":[452]},{"name":"MIB_IF_TYPE_TOKENRING","features":[452]},{"name":"MIB_INVALID_TEREDO_PORT_NUMBER","features":[452]},{"name":"MIB_INVERTEDIFSTACK_ROW","features":[452]},{"name":"MIB_INVERTEDIFSTACK_TABLE","features":[452]},{"name":"MIB_IPADDRROW_W2K","features":[452]},{"name":"MIB_IPADDRROW_XP","features":[452]},{"name":"MIB_IPADDRTABLE","features":[452]},{"name":"MIB_IPADDR_DELETED","features":[452]},{"name":"MIB_IPADDR_DISCONNECTED","features":[452]},{"name":"MIB_IPADDR_DNS_ELIGIBLE","features":[452]},{"name":"MIB_IPADDR_DYNAMIC","features":[452]},{"name":"MIB_IPADDR_PRIMARY","features":[452]},{"name":"MIB_IPADDR_TRANSIENT","features":[452]},{"name":"MIB_IPDESTROW","features":[452,319]},{"name":"MIB_IPDESTTABLE","features":[452,319]},{"name":"MIB_IPFORWARDNUMBER","features":[452]},{"name":"MIB_IPFORWARDROW","features":[452,319]},{"name":"MIB_IPFORWARDTABLE","features":[452,319]},{"name":"MIB_IPFORWARD_ROW2","features":[305,452,320,319]},{"name":"MIB_IPFORWARD_TABLE2","features":[305,452,320,319]},{"name":"MIB_IPFORWARD_TYPE","features":[452]},{"name":"MIB_IPINTERFACE_ROW","features":[305,452,320,319]},{"name":"MIB_IPINTERFACE_TABLE","features":[305,452,320,319]},{"name":"MIB_IPMCAST_BOUNDARY","features":[452]},{"name":"MIB_IPMCAST_BOUNDARY_TABLE","features":[452]},{"name":"MIB_IPMCAST_GLOBAL","features":[452]},{"name":"MIB_IPMCAST_IF_ENTRY","features":[452]},{"name":"MIB_IPMCAST_IF_TABLE","features":[452]},{"name":"MIB_IPMCAST_MFE","features":[452]},{"name":"MIB_IPMCAST_MFE_STATS","features":[452]},{"name":"MIB_IPMCAST_MFE_STATS_EX_XP","features":[452]},{"name":"MIB_IPMCAST_OIF_STATS_LH","features":[452]},{"name":"MIB_IPMCAST_OIF_STATS_W2K","features":[452]},{"name":"MIB_IPMCAST_OIF_W2K","features":[452]},{"name":"MIB_IPMCAST_OIF_XP","features":[452]},{"name":"MIB_IPMCAST_SCOPE","features":[452]},{"name":"MIB_IPNETROW_LH","features":[452]},{"name":"MIB_IPNETROW_W2K","features":[452]},{"name":"MIB_IPNETTABLE","features":[452]},{"name":"MIB_IPNET_ROW2","features":[452,320,319]},{"name":"MIB_IPNET_TABLE2","features":[452,320,319]},{"name":"MIB_IPNET_TYPE","features":[452]},{"name":"MIB_IPNET_TYPE_DYNAMIC","features":[452]},{"name":"MIB_IPNET_TYPE_INVALID","features":[452]},{"name":"MIB_IPNET_TYPE_OTHER","features":[452]},{"name":"MIB_IPNET_TYPE_STATIC","features":[452]},{"name":"MIB_IPPATH_ROW","features":[305,452,320,319]},{"name":"MIB_IPPATH_TABLE","features":[305,452,320,319]},{"name":"MIB_IPROUTE_METRIC_UNUSED","features":[452]},{"name":"MIB_IPROUTE_TYPE_DIRECT","features":[452]},{"name":"MIB_IPROUTE_TYPE_INDIRECT","features":[452]},{"name":"MIB_IPROUTE_TYPE_INVALID","features":[452]},{"name":"MIB_IPROUTE_TYPE_OTHER","features":[452]},{"name":"MIB_IPSTATS_FORWARDING","features":[452]},{"name":"MIB_IPSTATS_LH","features":[452]},{"name":"MIB_IPSTATS_W2K","features":[452]},{"name":"MIB_IP_FORWARDING","features":[452]},{"name":"MIB_IP_NETWORK_CONNECTION_BANDWIDTH_ESTIMATES","features":[305,452,319]},{"name":"MIB_IP_NOT_FORWARDING","features":[452]},{"name":"MIB_MCAST_LIMIT_ROW","features":[452]},{"name":"MIB_MFE_STATS_TABLE","features":[452]},{"name":"MIB_MFE_STATS_TABLE_EX_XP","features":[452]},{"name":"MIB_MFE_TABLE","features":[452]},{"name":"MIB_MULTICASTIPADDRESS_ROW","features":[452,320,319]},{"name":"MIB_MULTICASTIPADDRESS_TABLE","features":[452,320,319]},{"name":"MIB_NOTIFICATION_TYPE","features":[452]},{"name":"MIB_OPAQUE_INFO","features":[452]},{"name":"MIB_OPAQUE_QUERY","features":[452]},{"name":"MIB_PROXYARP","features":[452]},{"name":"MIB_ROUTESTATE","features":[305,452]},{"name":"MIB_TCP6ROW","features":[452,319]},{"name":"MIB_TCP6ROW2","features":[452,319]},{"name":"MIB_TCP6ROW_OWNER_MODULE","features":[452]},{"name":"MIB_TCP6ROW_OWNER_PID","features":[452]},{"name":"MIB_TCP6TABLE","features":[452,319]},{"name":"MIB_TCP6TABLE2","features":[452,319]},{"name":"MIB_TCP6TABLE_OWNER_MODULE","features":[452]},{"name":"MIB_TCP6TABLE_OWNER_PID","features":[452]},{"name":"MIB_TCPROW2","features":[452]},{"name":"MIB_TCPROW_LH","features":[452]},{"name":"MIB_TCPROW_OWNER_MODULE","features":[452]},{"name":"MIB_TCPROW_OWNER_PID","features":[452]},{"name":"MIB_TCPROW_W2K","features":[452]},{"name":"MIB_TCPSTATS2","features":[452]},{"name":"MIB_TCPSTATS_LH","features":[452]},{"name":"MIB_TCPSTATS_W2K","features":[452]},{"name":"MIB_TCPTABLE","features":[452]},{"name":"MIB_TCPTABLE2","features":[452]},{"name":"MIB_TCPTABLE_OWNER_MODULE","features":[452]},{"name":"MIB_TCPTABLE_OWNER_PID","features":[452]},{"name":"MIB_TCP_RTO_CONSTANT","features":[452]},{"name":"MIB_TCP_RTO_OTHER","features":[452]},{"name":"MIB_TCP_RTO_RSRE","features":[452]},{"name":"MIB_TCP_RTO_VANJ","features":[452]},{"name":"MIB_TCP_STATE","features":[452]},{"name":"MIB_TCP_STATE_CLOSED","features":[452]},{"name":"MIB_TCP_STATE_CLOSE_WAIT","features":[452]},{"name":"MIB_TCP_STATE_CLOSING","features":[452]},{"name":"MIB_TCP_STATE_DELETE_TCB","features":[452]},{"name":"MIB_TCP_STATE_ESTAB","features":[452]},{"name":"MIB_TCP_STATE_FIN_WAIT1","features":[452]},{"name":"MIB_TCP_STATE_FIN_WAIT2","features":[452]},{"name":"MIB_TCP_STATE_LAST_ACK","features":[452]},{"name":"MIB_TCP_STATE_LISTEN","features":[452]},{"name":"MIB_TCP_STATE_RESERVED","features":[452]},{"name":"MIB_TCP_STATE_SYN_RCVD","features":[452]},{"name":"MIB_TCP_STATE_SYN_SENT","features":[452]},{"name":"MIB_TCP_STATE_TIME_WAIT","features":[452]},{"name":"MIB_UDP6ROW","features":[452,319]},{"name":"MIB_UDP6ROW2","features":[452]},{"name":"MIB_UDP6ROW_OWNER_MODULE","features":[452]},{"name":"MIB_UDP6ROW_OWNER_PID","features":[452]},{"name":"MIB_UDP6TABLE","features":[452,319]},{"name":"MIB_UDP6TABLE2","features":[452]},{"name":"MIB_UDP6TABLE_OWNER_MODULE","features":[452]},{"name":"MIB_UDP6TABLE_OWNER_PID","features":[452]},{"name":"MIB_UDPROW","features":[452]},{"name":"MIB_UDPROW2","features":[452]},{"name":"MIB_UDPROW_OWNER_MODULE","features":[452]},{"name":"MIB_UDPROW_OWNER_PID","features":[452]},{"name":"MIB_UDPSTATS","features":[452]},{"name":"MIB_UDPSTATS2","features":[452]},{"name":"MIB_UDPTABLE","features":[452]},{"name":"MIB_UDPTABLE2","features":[452]},{"name":"MIB_UDPTABLE_OWNER_MODULE","features":[452]},{"name":"MIB_UDPTABLE_OWNER_PID","features":[452]},{"name":"MIB_UNICASTIPADDRESS_ROW","features":[305,452,320,319]},{"name":"MIB_UNICASTIPADDRESS_TABLE","features":[305,452,320,319]},{"name":"MIB_USE_CURRENT_FORWARDING","features":[452]},{"name":"MIB_USE_CURRENT_TTL","features":[452]},{"name":"MIN_IF_TYPE","features":[452]},{"name":"MIXED_NODETYPE","features":[452]},{"name":"MibAddInstance","features":[452]},{"name":"MibDeleteInstance","features":[452]},{"name":"MibIfEntryNormal","features":[452]},{"name":"MibIfEntryNormalWithoutStatistics","features":[452]},{"name":"MibIfTableNormal","features":[452]},{"name":"MibIfTableNormalWithoutStatistics","features":[452]},{"name":"MibIfTableRaw","features":[452]},{"name":"MibInitialNotification","features":[452]},{"name":"MibParameterNotification","features":[452]},{"name":"ND_NEIGHBOR_ADVERT","features":[452]},{"name":"ND_NEIGHBOR_SOLICIT","features":[452]},{"name":"ND_REDIRECT","features":[452]},{"name":"ND_ROUTER_ADVERT","features":[452]},{"name":"ND_ROUTER_SOLICIT","features":[452]},{"name":"NET_ADDRESS_DNS_NAME","features":[452]},{"name":"NET_ADDRESS_FORMAT","features":[452]},{"name":"NET_ADDRESS_FORMAT_UNSPECIFIED","features":[452]},{"name":"NET_ADDRESS_INFO","features":[452,319]},{"name":"NET_ADDRESS_IPV4","features":[452]},{"name":"NET_ADDRESS_IPV6","features":[452]},{"name":"NET_STRING_IPV4_ADDRESS","features":[452]},{"name":"NET_STRING_IPV4_NETWORK","features":[452]},{"name":"NET_STRING_IPV4_SERVICE","features":[452]},{"name":"NET_STRING_IPV6_ADDRESS","features":[452]},{"name":"NET_STRING_IPV6_ADDRESS_NO_SCOPE","features":[452]},{"name":"NET_STRING_IPV6_NETWORK","features":[452]},{"name":"NET_STRING_IPV6_SERVICE","features":[452]},{"name":"NET_STRING_IPV6_SERVICE_NO_SCOPE","features":[452]},{"name":"NET_STRING_NAMED_ADDRESS","features":[452]},{"name":"NET_STRING_NAMED_SERVICE","features":[452]},{"name":"NUMBER_OF_EXPORTED_VARIABLES","features":[452]},{"name":"NhpAllocateAndGetInterfaceInfoFromStack","features":[305,452]},{"name":"NotifyAddrChange","features":[305,452,311]},{"name":"NotifyIfTimestampConfigChange","features":[452]},{"name":"NotifyIpInterfaceChange","features":[305,452,320,319]},{"name":"NotifyNetworkConnectivityHintChange","features":[305,452,319]},{"name":"NotifyRouteChange","features":[305,452,311]},{"name":"NotifyRouteChange2","features":[305,452,320,319]},{"name":"NotifyStableUnicastIpAddressTable","features":[305,452,320,319]},{"name":"NotifyTeredoPortChange","features":[305,452]},{"name":"NotifyUnicastIpAddressChange","features":[305,452,320,319]},{"name":"PEER_TO_PEER_NODETYPE","features":[452]},{"name":"PFADDRESSTYPE","features":[452]},{"name":"PFERROR_BUFFER_TOO_SMALL","features":[452]},{"name":"PFERROR_NO_FILTERS_GIVEN","features":[452]},{"name":"PFERROR_NO_PF_INTERFACE","features":[452]},{"name":"PFFORWARD_ACTION","features":[452]},{"name":"PFFRAMETYPE","features":[452]},{"name":"PFFT_FILTER","features":[452]},{"name":"PFFT_FRAG","features":[452]},{"name":"PFFT_SPOOF","features":[452]},{"name":"PFLOGFRAME","features":[452]},{"name":"PF_ACTION_DROP","features":[452]},{"name":"PF_ACTION_FORWARD","features":[452]},{"name":"PF_FILTER_DESCRIPTOR","features":[452]},{"name":"PF_FILTER_STATS","features":[452]},{"name":"PF_INTERFACE_STATS","features":[452]},{"name":"PF_IPV4","features":[452]},{"name":"PF_IPV6","features":[452]},{"name":"PF_LATEBIND_INFO","features":[452]},{"name":"PINTERFACE_TIMESTAMP_CONFIG_CHANGE_CALLBACK","features":[452]},{"name":"PIPFORWARD_CHANGE_CALLBACK","features":[305,452,320,319]},{"name":"PIPINTERFACE_CHANGE_CALLBACK","features":[305,452,320,319]},{"name":"PNETWORK_CONNECTIVITY_HINT_CHANGE_CALLBACK","features":[305,452,319]},{"name":"PROXY_ARP","features":[452]},{"name":"PSTABLE_UNICAST_IPADDRESS_TABLE_CALLBACK","features":[305,452,320,319]},{"name":"PTEREDO_PORT_CHANGE_CALLBACK","features":[452]},{"name":"PUNICAST_IPADDRESS_CHANGE_CALLBACK","features":[305,452,320,319]},{"name":"ParseNetworkString","features":[452,319]},{"name":"PfAddFiltersToInterface","features":[452]},{"name":"PfAddGlobalFilterToInterface","features":[452]},{"name":"PfBindInterfaceToIPAddress","features":[452]},{"name":"PfBindInterfaceToIndex","features":[452]},{"name":"PfCreateInterface","features":[305,452]},{"name":"PfDeleteInterface","features":[452]},{"name":"PfDeleteLog","features":[452]},{"name":"PfGetInterfaceStatistics","features":[305,452]},{"name":"PfMakeLog","features":[305,452]},{"name":"PfRebindFilters","features":[452]},{"name":"PfRemoveFilterHandles","features":[452]},{"name":"PfRemoveFiltersFromInterface","features":[452]},{"name":"PfRemoveGlobalFilterFromInterface","features":[452]},{"name":"PfSetLogBuffer","features":[452]},{"name":"PfTestPacket","features":[452]},{"name":"PfUnBindInterface","features":[452]},{"name":"ROUTE_LONGER","features":[452]},{"name":"ROUTE_MATCHING","features":[452]},{"name":"ROUTE_SHORTER","features":[452]},{"name":"ROUTE_STATE","features":[452]},{"name":"RegisterInterfaceTimestampConfigChange","features":[452]},{"name":"ResolveIpNetEntry2","features":[305,452,320,319]},{"name":"ResolveNeighbor","features":[452,319]},{"name":"RestoreMediaSense","features":[305,452,311]},{"name":"SendARP","features":[452]},{"name":"SetCurrentThreadCompartmentId","features":[305,452,320]},{"name":"SetCurrentThreadCompartmentScope","features":[305,452]},{"name":"SetDnsSettings","features":[305,452]},{"name":"SetIfEntry","features":[452]},{"name":"SetInterfaceDnsSettings","features":[305,452]},{"name":"SetIpForwardEntry","features":[452,319]},{"name":"SetIpForwardEntry2","features":[305,452,320,319]},{"name":"SetIpInterfaceEntry","features":[305,452,320,319]},{"name":"SetIpNetEntry","features":[452]},{"name":"SetIpNetEntry2","features":[305,452,320,319]},{"name":"SetIpStatistics","features":[452]},{"name":"SetIpStatisticsEx","features":[452]},{"name":"SetIpTTL","features":[452]},{"name":"SetJobCompartmentId","features":[305,452,320]},{"name":"SetNetworkInformation","features":[305,452,320]},{"name":"SetPerTcp6ConnectionEStats","features":[452,319]},{"name":"SetPerTcpConnectionEStats","features":[452]},{"name":"SetSessionCompartmentId","features":[305,452,320]},{"name":"SetTcpEntry","features":[452]},{"name":"SetUnicastIpAddressEntry","features":[305,452,320,319]},{"name":"TCP6_STATS","features":[452]},{"name":"TCPIP_OWNER_MODULE_BASIC_INFO","features":[452]},{"name":"TCPIP_OWNER_MODULE_INFO_BASIC","features":[452]},{"name":"TCPIP_OWNER_MODULE_INFO_CLASS","features":[452]},{"name":"TCPIP_OWNING_MODULE_SIZE","features":[452]},{"name":"TCP_BOOLEAN_OPTIONAL","features":[452]},{"name":"TCP_CONNECTION_OFFLOAD_STATE","features":[452]},{"name":"TCP_ESTATS_BANDWIDTH_ROD_v0","features":[305,452]},{"name":"TCP_ESTATS_BANDWIDTH_RW_v0","features":[452]},{"name":"TCP_ESTATS_DATA_ROD_v0","features":[452]},{"name":"TCP_ESTATS_DATA_RW_v0","features":[305,452]},{"name":"TCP_ESTATS_FINE_RTT_ROD_v0","features":[452]},{"name":"TCP_ESTATS_FINE_RTT_RW_v0","features":[305,452]},{"name":"TCP_ESTATS_OBS_REC_ROD_v0","features":[452]},{"name":"TCP_ESTATS_OBS_REC_RW_v0","features":[305,452]},{"name":"TCP_ESTATS_PATH_ROD_v0","features":[452]},{"name":"TCP_ESTATS_PATH_RW_v0","features":[305,452]},{"name":"TCP_ESTATS_REC_ROD_v0","features":[452]},{"name":"TCP_ESTATS_REC_RW_v0","features":[305,452]},{"name":"TCP_ESTATS_SEND_BUFF_ROD_v0","features":[452]},{"name":"TCP_ESTATS_SEND_BUFF_RW_v0","features":[305,452]},{"name":"TCP_ESTATS_SND_CONG_ROD_v0","features":[452]},{"name":"TCP_ESTATS_SND_CONG_ROS_v0","features":[452]},{"name":"TCP_ESTATS_SND_CONG_RW_v0","features":[305,452]},{"name":"TCP_ESTATS_SYN_OPTS_ROS_v0","features":[305,452]},{"name":"TCP_ESTATS_TYPE","features":[452]},{"name":"TCP_RESERVE_PORT_RANGE","features":[452]},{"name":"TCP_ROW","features":[452]},{"name":"TCP_RTO_ALGORITHM","features":[452]},{"name":"TCP_SOFT_ERROR","features":[452]},{"name":"TCP_STATS","features":[452]},{"name":"TCP_TABLE","features":[452]},{"name":"TCP_TABLE_BASIC_ALL","features":[452]},{"name":"TCP_TABLE_BASIC_CONNECTIONS","features":[452]},{"name":"TCP_TABLE_BASIC_LISTENER","features":[452]},{"name":"TCP_TABLE_CLASS","features":[452]},{"name":"TCP_TABLE_OWNER_MODULE_ALL","features":[452]},{"name":"TCP_TABLE_OWNER_MODULE_CONNECTIONS","features":[452]},{"name":"TCP_TABLE_OWNER_MODULE_LISTENER","features":[452]},{"name":"TCP_TABLE_OWNER_PID_ALL","features":[452]},{"name":"TCP_TABLE_OWNER_PID_CONNECTIONS","features":[452]},{"name":"TCP_TABLE_OWNER_PID_LISTENER","features":[452]},{"name":"TcpBoolOptDisabled","features":[452]},{"name":"TcpBoolOptEnabled","features":[452]},{"name":"TcpBoolOptUnchanged","features":[452]},{"name":"TcpConnectionEstatsBandwidth","features":[452]},{"name":"TcpConnectionEstatsData","features":[452]},{"name":"TcpConnectionEstatsFineRtt","features":[452]},{"name":"TcpConnectionEstatsMaximum","features":[452]},{"name":"TcpConnectionEstatsObsRec","features":[452]},{"name":"TcpConnectionEstatsPath","features":[452]},{"name":"TcpConnectionEstatsRec","features":[452]},{"name":"TcpConnectionEstatsSendBuff","features":[452]},{"name":"TcpConnectionEstatsSndCong","features":[452]},{"name":"TcpConnectionEstatsSynOpts","features":[452]},{"name":"TcpConnectionOffloadStateInHost","features":[452]},{"name":"TcpConnectionOffloadStateMax","features":[452]},{"name":"TcpConnectionOffloadStateOffloaded","features":[452]},{"name":"TcpConnectionOffloadStateOffloading","features":[452]},{"name":"TcpConnectionOffloadStateUploading","features":[452]},{"name":"TcpErrorAboveAckWindow","features":[452]},{"name":"TcpErrorAboveDataWindow","features":[452]},{"name":"TcpErrorAboveTsWindow","features":[452]},{"name":"TcpErrorBelowAckWindow","features":[452]},{"name":"TcpErrorBelowDataWindow","features":[452]},{"name":"TcpErrorBelowTsWindow","features":[452]},{"name":"TcpErrorDataChecksumError","features":[452]},{"name":"TcpErrorDataLengthError","features":[452]},{"name":"TcpErrorMaxSoftError","features":[452]},{"name":"TcpErrorNone","features":[452]},{"name":"TcpRtoAlgorithmConstant","features":[452]},{"name":"TcpRtoAlgorithmOther","features":[452]},{"name":"TcpRtoAlgorithmRsre","features":[452]},{"name":"TcpRtoAlgorithmVanj","features":[452]},{"name":"UDP6_STATS","features":[452]},{"name":"UDP_ROW","features":[452]},{"name":"UDP_STATS","features":[452]},{"name":"UDP_TABLE","features":[452]},{"name":"UDP_TABLE_BASIC","features":[452]},{"name":"UDP_TABLE_CLASS","features":[452]},{"name":"UDP_TABLE_OWNER_MODULE","features":[452]},{"name":"UDP_TABLE_OWNER_PID","features":[452]},{"name":"UnenableRouter","features":[305,452,311]},{"name":"UnregisterInterfaceTimestampConfigChange","features":[452]},{"name":"if_indextoname","features":[452]},{"name":"if_nametoindex","features":[452]}],"456":[{"name":"IDummyMBNUCMExt","features":[453,358]},{"name":"IMbnConnection","features":[453]},{"name":"IMbnConnectionContext","features":[453]},{"name":"IMbnConnectionContextEvents","features":[453]},{"name":"IMbnConnectionEvents","features":[453]},{"name":"IMbnConnectionManager","features":[453]},{"name":"IMbnConnectionManagerEvents","features":[453]},{"name":"IMbnConnectionProfile","features":[453]},{"name":"IMbnConnectionProfileEvents","features":[453]},{"name":"IMbnConnectionProfileManager","features":[453]},{"name":"IMbnConnectionProfileManagerEvents","features":[453]},{"name":"IMbnDeviceService","features":[453]},{"name":"IMbnDeviceServiceStateEvents","features":[453]},{"name":"IMbnDeviceServicesContext","features":[453]},{"name":"IMbnDeviceServicesEvents","features":[453]},{"name":"IMbnDeviceServicesManager","features":[453]},{"name":"IMbnInterface","features":[453]},{"name":"IMbnInterfaceEvents","features":[453]},{"name":"IMbnInterfaceManager","features":[453]},{"name":"IMbnInterfaceManagerEvents","features":[453]},{"name":"IMbnMultiCarrier","features":[453]},{"name":"IMbnMultiCarrierEvents","features":[453]},{"name":"IMbnPin","features":[453]},{"name":"IMbnPinEvents","features":[453]},{"name":"IMbnPinManager","features":[453]},{"name":"IMbnPinManagerEvents","features":[453]},{"name":"IMbnRadio","features":[453]},{"name":"IMbnRadioEvents","features":[453]},{"name":"IMbnRegistration","features":[453]},{"name":"IMbnRegistrationEvents","features":[453]},{"name":"IMbnServiceActivation","features":[453]},{"name":"IMbnServiceActivationEvents","features":[453]},{"name":"IMbnSignal","features":[453]},{"name":"IMbnSignalEvents","features":[453]},{"name":"IMbnSms","features":[453]},{"name":"IMbnSmsConfiguration","features":[453]},{"name":"IMbnSmsEvents","features":[453]},{"name":"IMbnSmsReadMsgPdu","features":[453]},{"name":"IMbnSmsReadMsgTextCdma","features":[453]},{"name":"IMbnSubscriberInformation","features":[453]},{"name":"IMbnVendorSpecificEvents","features":[453]},{"name":"IMbnVendorSpecificOperation","features":[453]},{"name":"MBN_ACCESSSTRING_LEN","features":[453]},{"name":"MBN_ACTIVATION_STATE","features":[453]},{"name":"MBN_ACTIVATION_STATE_ACTIVATED","features":[453]},{"name":"MBN_ACTIVATION_STATE_ACTIVATING","features":[453]},{"name":"MBN_ACTIVATION_STATE_DEACTIVATED","features":[453]},{"name":"MBN_ACTIVATION_STATE_DEACTIVATING","features":[453]},{"name":"MBN_ACTIVATION_STATE_NONE","features":[453]},{"name":"MBN_ATTEMPTS_REMAINING_UNKNOWN","features":[453]},{"name":"MBN_AUTH_PROTOCOL","features":[453]},{"name":"MBN_AUTH_PROTOCOL_CHAP","features":[453]},{"name":"MBN_AUTH_PROTOCOL_MSCHAPV2","features":[453]},{"name":"MBN_AUTH_PROTOCOL_NONE","features":[453]},{"name":"MBN_AUTH_PROTOCOL_PAP","features":[453]},{"name":"MBN_BAND_CLASS","features":[453]},{"name":"MBN_BAND_CLASS_0","features":[453]},{"name":"MBN_BAND_CLASS_CUSTOM","features":[453]},{"name":"MBN_BAND_CLASS_I","features":[453]},{"name":"MBN_BAND_CLASS_II","features":[453]},{"name":"MBN_BAND_CLASS_III","features":[453]},{"name":"MBN_BAND_CLASS_IV","features":[453]},{"name":"MBN_BAND_CLASS_IX","features":[453]},{"name":"MBN_BAND_CLASS_NONE","features":[453]},{"name":"MBN_BAND_CLASS_V","features":[453]},{"name":"MBN_BAND_CLASS_VI","features":[453]},{"name":"MBN_BAND_CLASS_VII","features":[453]},{"name":"MBN_BAND_CLASS_VIII","features":[453]},{"name":"MBN_BAND_CLASS_X","features":[453]},{"name":"MBN_BAND_CLASS_XI","features":[453]},{"name":"MBN_BAND_CLASS_XII","features":[453]},{"name":"MBN_BAND_CLASS_XIII","features":[453]},{"name":"MBN_BAND_CLASS_XIV","features":[453]},{"name":"MBN_BAND_CLASS_XV","features":[453]},{"name":"MBN_BAND_CLASS_XVI","features":[453]},{"name":"MBN_BAND_CLASS_XVII","features":[453]},{"name":"MBN_CDMA_DEFAULT_PROVIDER_ID","features":[453]},{"name":"MBN_CDMA_SHORT_MSG_SIZE_MAX","features":[453]},{"name":"MBN_CDMA_SHORT_MSG_SIZE_UNKNOWN","features":[453]},{"name":"MBN_CELLULAR_CLASS","features":[453]},{"name":"MBN_CELLULAR_CLASS_CDMA","features":[453]},{"name":"MBN_CELLULAR_CLASS_GSM","features":[453]},{"name":"MBN_CELLULAR_CLASS_NONE","features":[453]},{"name":"MBN_COMPRESSION","features":[453]},{"name":"MBN_COMPRESSION_ENABLE","features":[453]},{"name":"MBN_COMPRESSION_NONE","features":[453]},{"name":"MBN_CONNECTION_MODE","features":[453]},{"name":"MBN_CONNECTION_MODE_PROFILE","features":[453]},{"name":"MBN_CONNECTION_MODE_TMP_PROFILE","features":[453]},{"name":"MBN_CONTEXT","features":[453]},{"name":"MBN_CONTEXT_CONSTANTS","features":[453]},{"name":"MBN_CONTEXT_ID_APPEND","features":[453]},{"name":"MBN_CONTEXT_TYPE","features":[453]},{"name":"MBN_CONTEXT_TYPE_CUSTOM","features":[453]},{"name":"MBN_CONTEXT_TYPE_INTERNET","features":[453]},{"name":"MBN_CONTEXT_TYPE_NONE","features":[453]},{"name":"MBN_CONTEXT_TYPE_PURCHASE","features":[453]},{"name":"MBN_CONTEXT_TYPE_VIDEO_SHARE","features":[453]},{"name":"MBN_CONTEXT_TYPE_VOICE","features":[453]},{"name":"MBN_CONTEXT_TYPE_VPN","features":[453]},{"name":"MBN_CTRL_CAPS","features":[453]},{"name":"MBN_CTRL_CAPS_CDMA_MOBILE_IP","features":[453]},{"name":"MBN_CTRL_CAPS_CDMA_SIMPLE_IP","features":[453]},{"name":"MBN_CTRL_CAPS_HW_RADIO_SWITCH","features":[453]},{"name":"MBN_CTRL_CAPS_MODEL_MULTI_CARRIER","features":[453]},{"name":"MBN_CTRL_CAPS_MULTI_MODE","features":[453]},{"name":"MBN_CTRL_CAPS_NONE","features":[453]},{"name":"MBN_CTRL_CAPS_PROTECT_UNIQUEID","features":[453]},{"name":"MBN_CTRL_CAPS_REG_MANUAL","features":[453]},{"name":"MBN_CTRL_CAPS_USSD","features":[453]},{"name":"MBN_DATA_CLASS","features":[453]},{"name":"MBN_DATA_CLASS_1XEVDO","features":[453]},{"name":"MBN_DATA_CLASS_1XEVDO_REVA","features":[453]},{"name":"MBN_DATA_CLASS_1XEVDO_REVB","features":[453]},{"name":"MBN_DATA_CLASS_1XEVDV","features":[453]},{"name":"MBN_DATA_CLASS_1XRTT","features":[453]},{"name":"MBN_DATA_CLASS_3XRTT","features":[453]},{"name":"MBN_DATA_CLASS_5G_NSA","features":[453]},{"name":"MBN_DATA_CLASS_5G_SA","features":[453]},{"name":"MBN_DATA_CLASS_CUSTOM","features":[453]},{"name":"MBN_DATA_CLASS_EDGE","features":[453]},{"name":"MBN_DATA_CLASS_GPRS","features":[453]},{"name":"MBN_DATA_CLASS_HSDPA","features":[453]},{"name":"MBN_DATA_CLASS_HSUPA","features":[453]},{"name":"MBN_DATA_CLASS_LTE","features":[453]},{"name":"MBN_DATA_CLASS_NONE","features":[453]},{"name":"MBN_DATA_CLASS_UMB","features":[453]},{"name":"MBN_DATA_CLASS_UMTS","features":[453]},{"name":"MBN_DEVICEID_LEN","features":[453]},{"name":"MBN_DEVICE_SERVICE","features":[305,453]},{"name":"MBN_DEVICE_SERVICES_CAPABLE_INTERFACE_ARRIVAL","features":[453]},{"name":"MBN_DEVICE_SERVICES_CAPABLE_INTERFACE_REMOVAL","features":[453]},{"name":"MBN_DEVICE_SERVICES_INTERFACE_STATE","features":[453]},{"name":"MBN_DEVICE_SERVICE_SESSIONS_RESTORED","features":[453]},{"name":"MBN_DEVICE_SERVICE_SESSIONS_STATE","features":[453]},{"name":"MBN_ERROR_RATE_UNKNOWN","features":[453]},{"name":"MBN_FIRMWARE_LEN","features":[453]},{"name":"MBN_INTERFACE_CAPS","features":[453]},{"name":"MBN_INTERFACE_CAPS_CONSTANTS","features":[453]},{"name":"MBN_MANUFACTURER_LEN","features":[453]},{"name":"MBN_MESSAGE_INDEX_NONE","features":[453]},{"name":"MBN_MODEL_LEN","features":[453]},{"name":"MBN_MSG_STATUS","features":[453]},{"name":"MBN_MSG_STATUS_DRAFT","features":[453]},{"name":"MBN_MSG_STATUS_NEW","features":[453]},{"name":"MBN_MSG_STATUS_OLD","features":[453]},{"name":"MBN_MSG_STATUS_SENT","features":[453]},{"name":"MBN_PASSWORD_LEN","features":[453]},{"name":"MBN_PIN_CONSTANTS","features":[453]},{"name":"MBN_PIN_FORMAT","features":[453]},{"name":"MBN_PIN_FORMAT_ALPHANUMERIC","features":[453]},{"name":"MBN_PIN_FORMAT_NONE","features":[453]},{"name":"MBN_PIN_FORMAT_NUMERIC","features":[453]},{"name":"MBN_PIN_INFO","features":[453]},{"name":"MBN_PIN_LENGTH_UNKNOWN","features":[453]},{"name":"MBN_PIN_MODE","features":[453]},{"name":"MBN_PIN_MODE_DISABLED","features":[453]},{"name":"MBN_PIN_MODE_ENABLED","features":[453]},{"name":"MBN_PIN_STATE","features":[453]},{"name":"MBN_PIN_STATE_ENTER","features":[453]},{"name":"MBN_PIN_STATE_NONE","features":[453]},{"name":"MBN_PIN_STATE_UNBLOCK","features":[453]},{"name":"MBN_PIN_TYPE","features":[453]},{"name":"MBN_PIN_TYPE_CORPORATE_PIN","features":[453]},{"name":"MBN_PIN_TYPE_CUSTOM","features":[453]},{"name":"MBN_PIN_TYPE_DEVICE_FIRST_SIM_PIN","features":[453]},{"name":"MBN_PIN_TYPE_DEVICE_SIM_PIN","features":[453]},{"name":"MBN_PIN_TYPE_NETWORK_PIN","features":[453]},{"name":"MBN_PIN_TYPE_NETWORK_SUBSET_PIN","features":[453]},{"name":"MBN_PIN_TYPE_NONE","features":[453]},{"name":"MBN_PIN_TYPE_PIN1","features":[453]},{"name":"MBN_PIN_TYPE_PIN2","features":[453]},{"name":"MBN_PIN_TYPE_SUBSIDY_LOCK","features":[453]},{"name":"MBN_PIN_TYPE_SVC_PROVIDER_PIN","features":[453]},{"name":"MBN_PROVIDER","features":[453]},{"name":"MBN_PROVIDER2","features":[453]},{"name":"MBN_PROVIDERID_LEN","features":[453]},{"name":"MBN_PROVIDERNAME_LEN","features":[453]},{"name":"MBN_PROVIDER_CONSTANTS","features":[453]},{"name":"MBN_PROVIDER_STATE","features":[453]},{"name":"MBN_PROVIDER_STATE_FORBIDDEN","features":[453]},{"name":"MBN_PROVIDER_STATE_HOME","features":[453]},{"name":"MBN_PROVIDER_STATE_NONE","features":[453]},{"name":"MBN_PROVIDER_STATE_PREFERRED","features":[453]},{"name":"MBN_PROVIDER_STATE_PREFERRED_MULTICARRIER","features":[453]},{"name":"MBN_PROVIDER_STATE_REGISTERED","features":[453]},{"name":"MBN_PROVIDER_STATE_VISIBLE","features":[453]},{"name":"MBN_RADIO","features":[453]},{"name":"MBN_RADIO_OFF","features":[453]},{"name":"MBN_RADIO_ON","features":[453]},{"name":"MBN_READY_STATE","features":[453]},{"name":"MBN_READY_STATE_BAD_SIM","features":[453]},{"name":"MBN_READY_STATE_DEVICE_BLOCKED","features":[453]},{"name":"MBN_READY_STATE_DEVICE_LOCKED","features":[453]},{"name":"MBN_READY_STATE_FAILURE","features":[453]},{"name":"MBN_READY_STATE_INITIALIZED","features":[453]},{"name":"MBN_READY_STATE_NOT_ACTIVATED","features":[453]},{"name":"MBN_READY_STATE_NO_ESIM_PROFILE","features":[453]},{"name":"MBN_READY_STATE_OFF","features":[453]},{"name":"MBN_READY_STATE_SIM_NOT_INSERTED","features":[453]},{"name":"MBN_REGISTER_MODE","features":[453]},{"name":"MBN_REGISTER_MODE_AUTOMATIC","features":[453]},{"name":"MBN_REGISTER_MODE_MANUAL","features":[453]},{"name":"MBN_REGISTER_MODE_NONE","features":[453]},{"name":"MBN_REGISTER_STATE","features":[453]},{"name":"MBN_REGISTER_STATE_DENIED","features":[453]},{"name":"MBN_REGISTER_STATE_DEREGISTERED","features":[453]},{"name":"MBN_REGISTER_STATE_HOME","features":[453]},{"name":"MBN_REGISTER_STATE_NONE","features":[453]},{"name":"MBN_REGISTER_STATE_PARTNER","features":[453]},{"name":"MBN_REGISTER_STATE_ROAMING","features":[453]},{"name":"MBN_REGISTER_STATE_SEARCHING","features":[453]},{"name":"MBN_REGISTRATION_CONSTANTS","features":[453]},{"name":"MBN_ROAMTEXT_LEN","features":[453]},{"name":"MBN_RSSI_DEFAULT","features":[453]},{"name":"MBN_RSSI_DISABLE","features":[453]},{"name":"MBN_RSSI_UNKNOWN","features":[453]},{"name":"MBN_SIGNAL_CONSTANTS","features":[453]},{"name":"MBN_SMS_CAPS","features":[453]},{"name":"MBN_SMS_CAPS_NONE","features":[453]},{"name":"MBN_SMS_CAPS_PDU_RECEIVE","features":[453]},{"name":"MBN_SMS_CAPS_PDU_SEND","features":[453]},{"name":"MBN_SMS_CAPS_TEXT_RECEIVE","features":[453]},{"name":"MBN_SMS_CAPS_TEXT_SEND","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING_7BIT_ASCII","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING_EPM","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING_GSM_7BIT","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING_IA5","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING_KOREAN","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING_LATIN","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING_LATIN_HEBREW","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING_OCTET","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING_SHIFT_JIS","features":[453]},{"name":"MBN_SMS_CDMA_ENCODING_UNICODE","features":[453]},{"name":"MBN_SMS_CDMA_LANG","features":[453]},{"name":"MBN_SMS_CDMA_LANG_CHINESE","features":[453]},{"name":"MBN_SMS_CDMA_LANG_ENGLISH","features":[453]},{"name":"MBN_SMS_CDMA_LANG_FRENCH","features":[453]},{"name":"MBN_SMS_CDMA_LANG_HEBREW","features":[453]},{"name":"MBN_SMS_CDMA_LANG_JAPANESE","features":[453]},{"name":"MBN_SMS_CDMA_LANG_KOREAN","features":[453]},{"name":"MBN_SMS_CDMA_LANG_NONE","features":[453]},{"name":"MBN_SMS_CDMA_LANG_SPANISH","features":[453]},{"name":"MBN_SMS_FILTER","features":[453]},{"name":"MBN_SMS_FLAG","features":[453]},{"name":"MBN_SMS_FLAG_ALL","features":[453]},{"name":"MBN_SMS_FLAG_DRAFT","features":[453]},{"name":"MBN_SMS_FLAG_INDEX","features":[453]},{"name":"MBN_SMS_FLAG_MESSAGE_STORE_FULL","features":[453]},{"name":"MBN_SMS_FLAG_NEW","features":[453]},{"name":"MBN_SMS_FLAG_NEW_MESSAGE","features":[453]},{"name":"MBN_SMS_FLAG_NONE","features":[453]},{"name":"MBN_SMS_FLAG_OLD","features":[453]},{"name":"MBN_SMS_FLAG_SENT","features":[453]},{"name":"MBN_SMS_FORMAT","features":[453]},{"name":"MBN_SMS_FORMAT_NONE","features":[453]},{"name":"MBN_SMS_FORMAT_PDU","features":[453]},{"name":"MBN_SMS_FORMAT_TEXT","features":[453]},{"name":"MBN_SMS_STATUS_FLAG","features":[453]},{"name":"MBN_SMS_STATUS_INFO","features":[453]},{"name":"MBN_USERNAME_LEN","features":[453]},{"name":"MBN_VOICE_CALL_STATE","features":[453]},{"name":"MBN_VOICE_CALL_STATE_HANGUP","features":[453]},{"name":"MBN_VOICE_CALL_STATE_IN_PROGRESS","features":[453]},{"name":"MBN_VOICE_CALL_STATE_NONE","features":[453]},{"name":"MBN_VOICE_CLASS","features":[453]},{"name":"MBN_VOICE_CLASS_NONE","features":[453]},{"name":"MBN_VOICE_CLASS_NO_VOICE","features":[453]},{"name":"MBN_VOICE_CLASS_SEPARATE_VOICE_DATA","features":[453]},{"name":"MBN_VOICE_CLASS_SIMULTANEOUS_VOICE_DATA","features":[453]},{"name":"MbnConnectionManager","features":[453]},{"name":"MbnConnectionProfileManager","features":[453]},{"name":"MbnDeviceServicesManager","features":[453]},{"name":"MbnInterfaceManager","features":[453]},{"name":"WWAEXT_SMS_CONSTANTS","features":[453]},{"name":"__DummyPinType__","features":[453]},{"name":"__mbnapi_ReferenceRemainingTypes__","features":[453]}],"457":[{"name":"IPNG_ADDRESS","features":[454]},{"name":"MCAST_API_CURRENT_VERSION","features":[454]},{"name":"MCAST_API_VERSION_0","features":[454]},{"name":"MCAST_API_VERSION_1","features":[454]},{"name":"MCAST_CLIENT_ID_LEN","features":[454]},{"name":"MCAST_CLIENT_UID","features":[454]},{"name":"MCAST_LEASE_REQUEST","features":[454]},{"name":"MCAST_LEASE_RESPONSE","features":[454]},{"name":"MCAST_SCOPE_CTX","features":[454]},{"name":"MCAST_SCOPE_ENTRY","features":[305,454]},{"name":"McastApiCleanup","features":[454]},{"name":"McastApiStartup","features":[454]},{"name":"McastEnumerateScopes","features":[305,454]},{"name":"McastGenUID","features":[454]},{"name":"McastReleaseAddress","features":[454]},{"name":"McastRenewAddress","features":[454]},{"name":"McastRequestAddress","features":[454]}],"458":[{"name":"AUTHENTICATE","features":[320]},{"name":"BSSID_INFO","features":[320]},{"name":"CLOCK_NETWORK_DERIVED","features":[320]},{"name":"CLOCK_PRECISION","features":[320]},{"name":"DD_NDIS_DEVICE_NAME","features":[320]},{"name":"DOT11_RSN_KCK_LENGTH","features":[320]},{"name":"DOT11_RSN_KEK_LENGTH","features":[320]},{"name":"DOT11_RSN_MAX_CIPHER_KEY_LENGTH","features":[320]},{"name":"EAPOL_REQUEST_ID_WOL_FLAG_MUST_ENCRYPT","features":[320]},{"name":"ENCRYPT","features":[320]},{"name":"ETHERNET_LENGTH_OF_ADDRESS","features":[320]},{"name":"GEN_GET_NETCARD_TIME","features":[320]},{"name":"GEN_GET_TIME_CAPS","features":[320]},{"name":"GUID_DEVINTERFACE_NET","features":[320]},{"name":"GUID_DEVINTERFACE_NETUIO","features":[320]},{"name":"GUID_NDIS_802_11_ADD_KEY","features":[320]},{"name":"GUID_NDIS_802_11_ADD_WEP","features":[320]},{"name":"GUID_NDIS_802_11_ASSOCIATION_INFORMATION","features":[320]},{"name":"GUID_NDIS_802_11_AUTHENTICATION_MODE","features":[320]},{"name":"GUID_NDIS_802_11_BSSID","features":[320]},{"name":"GUID_NDIS_802_11_BSSID_LIST","features":[320]},{"name":"GUID_NDIS_802_11_BSSID_LIST_SCAN","features":[320]},{"name":"GUID_NDIS_802_11_CONFIGURATION","features":[320]},{"name":"GUID_NDIS_802_11_DESIRED_RATES","features":[320]},{"name":"GUID_NDIS_802_11_DISASSOCIATE","features":[320]},{"name":"GUID_NDIS_802_11_FRAGMENTATION_THRESHOLD","features":[320]},{"name":"GUID_NDIS_802_11_INFRASTRUCTURE_MODE","features":[320]},{"name":"GUID_NDIS_802_11_MEDIA_STREAM_MODE","features":[320]},{"name":"GUID_NDIS_802_11_NETWORK_TYPES_SUPPORTED","features":[320]},{"name":"GUID_NDIS_802_11_NETWORK_TYPE_IN_USE","features":[320]},{"name":"GUID_NDIS_802_11_NUMBER_OF_ANTENNAS","features":[320]},{"name":"GUID_NDIS_802_11_POWER_MODE","features":[320]},{"name":"GUID_NDIS_802_11_PRIVACY_FILTER","features":[320]},{"name":"GUID_NDIS_802_11_RELOAD_DEFAULTS","features":[320]},{"name":"GUID_NDIS_802_11_REMOVE_KEY","features":[320]},{"name":"GUID_NDIS_802_11_REMOVE_WEP","features":[320]},{"name":"GUID_NDIS_802_11_RSSI","features":[320]},{"name":"GUID_NDIS_802_11_RSSI_TRIGGER","features":[320]},{"name":"GUID_NDIS_802_11_RTS_THRESHOLD","features":[320]},{"name":"GUID_NDIS_802_11_RX_ANTENNA_SELECTED","features":[320]},{"name":"GUID_NDIS_802_11_SSID","features":[320]},{"name":"GUID_NDIS_802_11_STATISTICS","features":[320]},{"name":"GUID_NDIS_802_11_SUPPORTED_RATES","features":[320]},{"name":"GUID_NDIS_802_11_TEST","features":[320]},{"name":"GUID_NDIS_802_11_TX_ANTENNA_SELECTED","features":[320]},{"name":"GUID_NDIS_802_11_TX_POWER_LEVEL","features":[320]},{"name":"GUID_NDIS_802_11_WEP_STATUS","features":[320]},{"name":"GUID_NDIS_802_3_CURRENT_ADDRESS","features":[320]},{"name":"GUID_NDIS_802_3_MAC_OPTIONS","features":[320]},{"name":"GUID_NDIS_802_3_MAXIMUM_LIST_SIZE","features":[320]},{"name":"GUID_NDIS_802_3_MULTICAST_LIST","features":[320]},{"name":"GUID_NDIS_802_3_PERMANENT_ADDRESS","features":[320]},{"name":"GUID_NDIS_802_3_RCV_ERROR_ALIGNMENT","features":[320]},{"name":"GUID_NDIS_802_3_XMIT_MORE_COLLISIONS","features":[320]},{"name":"GUID_NDIS_802_3_XMIT_ONE_COLLISION","features":[320]},{"name":"GUID_NDIS_802_5_CURRENT_ADDRESS","features":[320]},{"name":"GUID_NDIS_802_5_CURRENT_FUNCTIONAL","features":[320]},{"name":"GUID_NDIS_802_5_CURRENT_GROUP","features":[320]},{"name":"GUID_NDIS_802_5_CURRENT_RING_STATE","features":[320]},{"name":"GUID_NDIS_802_5_CURRENT_RING_STATUS","features":[320]},{"name":"GUID_NDIS_802_5_LAST_OPEN_STATUS","features":[320]},{"name":"GUID_NDIS_802_5_LINE_ERRORS","features":[320]},{"name":"GUID_NDIS_802_5_LOST_FRAMES","features":[320]},{"name":"GUID_NDIS_802_5_PERMANENT_ADDRESS","features":[320]},{"name":"GUID_NDIS_ENUMERATE_ADAPTER","features":[320]},{"name":"GUID_NDIS_ENUMERATE_ADAPTERS_EX","features":[320]},{"name":"GUID_NDIS_ENUMERATE_VC","features":[320]},{"name":"GUID_NDIS_GEN_CO_DRIVER_VERSION","features":[320]},{"name":"GUID_NDIS_GEN_CO_HARDWARE_STATUS","features":[320]},{"name":"GUID_NDIS_GEN_CO_LINK_SPEED","features":[320]},{"name":"GUID_NDIS_GEN_CO_MAC_OPTIONS","features":[320]},{"name":"GUID_NDIS_GEN_CO_MEDIA_CONNECT_STATUS","features":[320]},{"name":"GUID_NDIS_GEN_CO_MEDIA_IN_USE","features":[320]},{"name":"GUID_NDIS_GEN_CO_MEDIA_SUPPORTED","features":[320]},{"name":"GUID_NDIS_GEN_CO_MINIMUM_LINK_SPEED","features":[320]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_ERROR","features":[320]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_NO_BUFFER","features":[320]},{"name":"GUID_NDIS_GEN_CO_RCV_PDUS_OK","features":[320]},{"name":"GUID_NDIS_GEN_CO_VENDOR_DESCRIPTION","features":[320]},{"name":"GUID_NDIS_GEN_CO_VENDOR_DRIVER_VERSION","features":[320]},{"name":"GUID_NDIS_GEN_CO_VENDOR_ID","features":[320]},{"name":"GUID_NDIS_GEN_CO_XMIT_PDUS_ERROR","features":[320]},{"name":"GUID_NDIS_GEN_CO_XMIT_PDUS_OK","features":[320]},{"name":"GUID_NDIS_GEN_CURRENT_LOOKAHEAD","features":[320]},{"name":"GUID_NDIS_GEN_CURRENT_PACKET_FILTER","features":[320]},{"name":"GUID_NDIS_GEN_DRIVER_VERSION","features":[320]},{"name":"GUID_NDIS_GEN_ENUMERATE_PORTS","features":[320]},{"name":"GUID_NDIS_GEN_HARDWARE_STATUS","features":[320]},{"name":"GUID_NDIS_GEN_INTERRUPT_MODERATION","features":[320]},{"name":"GUID_NDIS_GEN_INTERRUPT_MODERATION_PARAMETERS","features":[320]},{"name":"GUID_NDIS_GEN_LINK_PARAMETERS","features":[320]},{"name":"GUID_NDIS_GEN_LINK_SPEED","features":[320]},{"name":"GUID_NDIS_GEN_LINK_STATE","features":[320]},{"name":"GUID_NDIS_GEN_MAC_OPTIONS","features":[320]},{"name":"GUID_NDIS_GEN_MAXIMUM_FRAME_SIZE","features":[320]},{"name":"GUID_NDIS_GEN_MAXIMUM_LOOKAHEAD","features":[320]},{"name":"GUID_NDIS_GEN_MAXIMUM_SEND_PACKETS","features":[320]},{"name":"GUID_NDIS_GEN_MAXIMUM_TOTAL_SIZE","features":[320]},{"name":"GUID_NDIS_GEN_MEDIA_CONNECT_STATUS","features":[320]},{"name":"GUID_NDIS_GEN_MEDIA_IN_USE","features":[320]},{"name":"GUID_NDIS_GEN_MEDIA_SUPPORTED","features":[320]},{"name":"GUID_NDIS_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[320]},{"name":"GUID_NDIS_GEN_PHYSICAL_MEDIUM","features":[320]},{"name":"GUID_NDIS_GEN_PHYSICAL_MEDIUM_EX","features":[320]},{"name":"GUID_NDIS_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[320]},{"name":"GUID_NDIS_GEN_PORT_STATE","features":[320]},{"name":"GUID_NDIS_GEN_RCV_ERROR","features":[320]},{"name":"GUID_NDIS_GEN_RCV_NO_BUFFER","features":[320]},{"name":"GUID_NDIS_GEN_RCV_OK","features":[320]},{"name":"GUID_NDIS_GEN_RECEIVE_BLOCK_SIZE","features":[320]},{"name":"GUID_NDIS_GEN_RECEIVE_BUFFER_SPACE","features":[320]},{"name":"GUID_NDIS_GEN_STATISTICS","features":[320]},{"name":"GUID_NDIS_GEN_TRANSMIT_BLOCK_SIZE","features":[320]},{"name":"GUID_NDIS_GEN_TRANSMIT_BUFFER_SPACE","features":[320]},{"name":"GUID_NDIS_GEN_VENDOR_DESCRIPTION","features":[320]},{"name":"GUID_NDIS_GEN_VENDOR_DRIVER_VERSION","features":[320]},{"name":"GUID_NDIS_GEN_VENDOR_ID","features":[320]},{"name":"GUID_NDIS_GEN_VLAN_ID","features":[320]},{"name":"GUID_NDIS_GEN_XMIT_ERROR","features":[320]},{"name":"GUID_NDIS_GEN_XMIT_OK","features":[320]},{"name":"GUID_NDIS_HD_SPLIT_CURRENT_CONFIG","features":[320]},{"name":"GUID_NDIS_HD_SPLIT_PARAMETERS","features":[320]},{"name":"GUID_NDIS_LAN_CLASS","features":[320]},{"name":"GUID_NDIS_NDK_CAPABILITIES","features":[320]},{"name":"GUID_NDIS_NDK_STATE","features":[320]},{"name":"GUID_NDIS_NOTIFY_ADAPTER_ARRIVAL","features":[320]},{"name":"GUID_NDIS_NOTIFY_ADAPTER_REMOVAL","features":[320]},{"name":"GUID_NDIS_NOTIFY_BIND","features":[320]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_OFF","features":[320]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_OFF_EX","features":[320]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_ON","features":[320]},{"name":"GUID_NDIS_NOTIFY_DEVICE_POWER_ON_EX","features":[320]},{"name":"GUID_NDIS_NOTIFY_FILTER_ARRIVAL","features":[320]},{"name":"GUID_NDIS_NOTIFY_FILTER_REMOVAL","features":[320]},{"name":"GUID_NDIS_NOTIFY_UNBIND","features":[320]},{"name":"GUID_NDIS_NOTIFY_VC_ARRIVAL","features":[320]},{"name":"GUID_NDIS_NOTIFY_VC_REMOVAL","features":[320]},{"name":"GUID_NDIS_PM_ACTIVE_CAPABILITIES","features":[320]},{"name":"GUID_NDIS_PM_ADMIN_CONFIG","features":[320]},{"name":"GUID_NDIS_RECEIVE_FILTER_ENUM_FILTERS","features":[320]},{"name":"GUID_NDIS_RECEIVE_FILTER_ENUM_QUEUES","features":[320]},{"name":"GUID_NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[320]},{"name":"GUID_NDIS_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[320]},{"name":"GUID_NDIS_RECEIVE_FILTER_PARAMETERS","features":[320]},{"name":"GUID_NDIS_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[320]},{"name":"GUID_NDIS_RECEIVE_SCALE_CAPABILITIES","features":[320]},{"name":"GUID_NDIS_RSS_ENABLED","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_ASSOCIATION_COMPLETION","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_ASSOCIATION_START","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_CONNECTION_COMPLETION","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_CONNECTION_START","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_DISASSOCIATION","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_LINK_QUALITY","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_MPDU_MAX_LENGTH_CHANGED","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_PHY_STATE_CHANGED","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_PMKID_CANDIDATE_LIST","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_ROAMING_COMPLETION","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_ROAMING_START","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_SCAN_CONFIRM","features":[320]},{"name":"GUID_NDIS_STATUS_DOT11_TKIPMIC_FAILURE","features":[320]},{"name":"GUID_NDIS_STATUS_EXTERNAL_CONNECTIVITY_CHANGE","features":[320]},{"name":"GUID_NDIS_STATUS_HD_SPLIT_CURRENT_CONFIG","features":[320]},{"name":"GUID_NDIS_STATUS_LINK_SPEED_CHANGE","features":[320]},{"name":"GUID_NDIS_STATUS_LINK_STATE","features":[320]},{"name":"GUID_NDIS_STATUS_MEDIA_CONNECT","features":[320]},{"name":"GUID_NDIS_STATUS_MEDIA_DISCONNECT","features":[320]},{"name":"GUID_NDIS_STATUS_MEDIA_SPECIFIC_INDICATION","features":[320]},{"name":"GUID_NDIS_STATUS_NETWORK_CHANGE","features":[320]},{"name":"GUID_NDIS_STATUS_OPER_STATUS","features":[320]},{"name":"GUID_NDIS_STATUS_PACKET_FILTER","features":[320]},{"name":"GUID_NDIS_STATUS_PM_OFFLOAD_REJECTED","features":[320]},{"name":"GUID_NDIS_STATUS_PM_WAKE_REASON","features":[320]},{"name":"GUID_NDIS_STATUS_PM_WOL_PATTERN_REJECTED","features":[320]},{"name":"GUID_NDIS_STATUS_PORT_STATE","features":[320]},{"name":"GUID_NDIS_STATUS_RESET_END","features":[320]},{"name":"GUID_NDIS_STATUS_RESET_START","features":[320]},{"name":"GUID_NDIS_STATUS_TASK_OFFLOAD_CURRENT_CONFIG","features":[320]},{"name":"GUID_NDIS_STATUS_TASK_OFFLOAD_HARDWARE_CAPABILITIES","features":[320]},{"name":"GUID_NDIS_STATUS_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[320]},{"name":"GUID_NDIS_STATUS_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[320]},{"name":"GUID_NDIS_SWITCH_MICROSOFT_VENDOR_ID","features":[320]},{"name":"GUID_NDIS_SWITCH_PORT_PROPERTY_PROFILE_ID_DEFAULT_EXTERNAL_NIC","features":[320]},{"name":"GUID_NDIS_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[320]},{"name":"GUID_NDIS_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[320]},{"name":"GUID_NDIS_TCP_OFFLOAD_CURRENT_CONFIG","features":[320]},{"name":"GUID_NDIS_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[320]},{"name":"GUID_NDIS_TCP_OFFLOAD_PARAMETERS","features":[320]},{"name":"GUID_NDIS_TCP_RSC_STATISTICS","features":[320]},{"name":"GUID_NDIS_WAKE_ON_MAGIC_PACKET_ONLY","features":[320]},{"name":"GUID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[320]},{"name":"GUID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[320]},{"name":"GUID_PM_ADD_PROTOCOL_OFFLOAD","features":[320]},{"name":"GUID_PM_ADD_WOL_PATTERN","features":[320]},{"name":"GUID_PM_CURRENT_CAPABILITIES","features":[320]},{"name":"GUID_PM_GET_PROTOCOL_OFFLOAD","features":[320]},{"name":"GUID_PM_HARDWARE_CAPABILITIES","features":[320]},{"name":"GUID_PM_PARAMETERS","features":[320]},{"name":"GUID_PM_PROTOCOL_OFFLOAD_LIST","features":[320]},{"name":"GUID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[320]},{"name":"GUID_PM_REMOVE_WOL_PATTERN","features":[320]},{"name":"GUID_PM_WOL_PATTERN_LIST","features":[320]},{"name":"GUID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[320]},{"name":"GUID_STATUS_MEDIA_SPECIFIC_INDICATION_EX","features":[320]},{"name":"IF_ADMINISTRATIVE_DEMANDDIAL","features":[320]},{"name":"IF_ADMINISTRATIVE_DISABLED","features":[320]},{"name":"IF_ADMINISTRATIVE_ENABLED","features":[320]},{"name":"IF_ADMINISTRATIVE_STATE","features":[320]},{"name":"IF_COUNTED_STRING_LH","features":[320]},{"name":"IF_MAX_PHYS_ADDRESS_LENGTH","features":[320]},{"name":"IF_MAX_STRING_SIZE","features":[320]},{"name":"IF_OPER_STATUS","features":[320]},{"name":"IF_PHYSICAL_ADDRESS_LH","features":[320]},{"name":"IOCTL_NDIS_RESERVED5","features":[320]},{"name":"IOCTL_NDIS_RESERVED6","features":[320]},{"name":"IPSEC_OFFLOAD_V2_AND_TCP_CHECKSUM_COEXISTENCE","features":[320]},{"name":"IPSEC_OFFLOAD_V2_AND_UDP_CHECKSUM_COEXISTENCE","features":[320]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_128","features":[320]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_192","features":[320]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_AES_GCM_256","features":[320]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_MD5","features":[320]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_1","features":[320]},{"name":"IPSEC_OFFLOAD_V2_AUTHENTICATION_SHA_256","features":[320]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_3_DES_CBC","features":[320]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_128","features":[320]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_192","features":[320]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_CBC_256","features":[320]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_128","features":[320]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_192","features":[320]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_AES_GCM_256","features":[320]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_DES_CBC","features":[320]},{"name":"IPSEC_OFFLOAD_V2_ENCRYPTION_NONE","features":[320]},{"name":"IfOperStatusDormant","features":[320]},{"name":"IfOperStatusDown","features":[320]},{"name":"IfOperStatusLowerLayerDown","features":[320]},{"name":"IfOperStatusNotPresent","features":[320]},{"name":"IfOperStatusTesting","features":[320]},{"name":"IfOperStatusUnknown","features":[320]},{"name":"IfOperStatusUp","features":[320]},{"name":"MAXIMUM_IP_OPER_STATUS_ADDRESS_FAMILIES_SUPPORTED","features":[320]},{"name":"MediaConnectStateConnected","features":[320]},{"name":"MediaConnectStateDisconnected","features":[320]},{"name":"MediaConnectStateUnknown","features":[320]},{"name":"MediaDuplexStateFull","features":[320]},{"name":"MediaDuplexStateHalf","features":[320]},{"name":"MediaDuplexStateUnknown","features":[320]},{"name":"NDIS_802_11_AI_REQFI","features":[320]},{"name":"NDIS_802_11_AI_REQFI_CAPABILITIES","features":[320]},{"name":"NDIS_802_11_AI_REQFI_CURRENTAPADDRESS","features":[320]},{"name":"NDIS_802_11_AI_REQFI_LISTENINTERVAL","features":[320]},{"name":"NDIS_802_11_AI_RESFI","features":[320]},{"name":"NDIS_802_11_AI_RESFI_ASSOCIATIONID","features":[320]},{"name":"NDIS_802_11_AI_RESFI_CAPABILITIES","features":[320]},{"name":"NDIS_802_11_AI_RESFI_STATUSCODE","features":[320]},{"name":"NDIS_802_11_ASSOCIATION_INFORMATION","features":[320]},{"name":"NDIS_802_11_AUTHENTICATION_ENCRYPTION","features":[320]},{"name":"NDIS_802_11_AUTHENTICATION_EVENT","features":[320]},{"name":"NDIS_802_11_AUTHENTICATION_MODE","features":[320]},{"name":"NDIS_802_11_AUTHENTICATION_REQUEST","features":[320]},{"name":"NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS","features":[320]},{"name":"NDIS_802_11_AUTH_REQUEST_GROUP_ERROR","features":[320]},{"name":"NDIS_802_11_AUTH_REQUEST_KEYUPDATE","features":[320]},{"name":"NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR","features":[320]},{"name":"NDIS_802_11_AUTH_REQUEST_REAUTH","features":[320]},{"name":"NDIS_802_11_BSSID_LIST","features":[320]},{"name":"NDIS_802_11_BSSID_LIST_EX","features":[320]},{"name":"NDIS_802_11_CAPABILITY","features":[320]},{"name":"NDIS_802_11_CONFIGURATION","features":[320]},{"name":"NDIS_802_11_CONFIGURATION_FH","features":[320]},{"name":"NDIS_802_11_FIXED_IEs","features":[320]},{"name":"NDIS_802_11_KEY","features":[320]},{"name":"NDIS_802_11_LENGTH_RATES","features":[320]},{"name":"NDIS_802_11_LENGTH_RATES_EX","features":[320]},{"name":"NDIS_802_11_LENGTH_SSID","features":[320]},{"name":"NDIS_802_11_MEDIA_STREAM_MODE","features":[320]},{"name":"NDIS_802_11_NETWORK_INFRASTRUCTURE","features":[320]},{"name":"NDIS_802_11_NETWORK_TYPE","features":[320]},{"name":"NDIS_802_11_NETWORK_TYPE_LIST","features":[320]},{"name":"NDIS_802_11_NON_BCAST_SSID_LIST","features":[320]},{"name":"NDIS_802_11_PMKID","features":[320]},{"name":"NDIS_802_11_PMKID_CANDIDATE_LIST","features":[320]},{"name":"NDIS_802_11_PMKID_CANDIDATE_PREAUTH_ENABLED","features":[320]},{"name":"NDIS_802_11_POWER_MODE","features":[320]},{"name":"NDIS_802_11_PRIVACY_FILTER","features":[320]},{"name":"NDIS_802_11_RADIO_STATUS","features":[320]},{"name":"NDIS_802_11_RELOAD_DEFAULTS","features":[320]},{"name":"NDIS_802_11_REMOVE_KEY","features":[320]},{"name":"NDIS_802_11_SSID","features":[320]},{"name":"NDIS_802_11_STATISTICS","features":[320]},{"name":"NDIS_802_11_STATUS_INDICATION","features":[320]},{"name":"NDIS_802_11_STATUS_TYPE","features":[320]},{"name":"NDIS_802_11_TEST","features":[320]},{"name":"NDIS_802_11_VARIABLE_IEs","features":[320]},{"name":"NDIS_802_11_WEP","features":[320]},{"name":"NDIS_802_11_WEP_STATUS","features":[320]},{"name":"NDIS_802_3_MAC_OPTION_PRIORITY","features":[320]},{"name":"NDIS_802_5_RING_STATE","features":[320]},{"name":"NDIS_CO_DEVICE_PROFILE","features":[320]},{"name":"NDIS_CO_LINK_SPEED","features":[320]},{"name":"NDIS_CO_MAC_OPTION_DYNAMIC_LINK_SPEED","features":[320]},{"name":"NDIS_DEFAULT_RECEIVE_FILTER_ID","features":[320]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_GROUP_ID","features":[320]},{"name":"NDIS_DEFAULT_RECEIVE_QUEUE_ID","features":[320]},{"name":"NDIS_DEFAULT_SWITCH_ID","features":[320]},{"name":"NDIS_DEFAULT_VPORT_ID","features":[320]},{"name":"NDIS_DEVICE_POWER_STATE","features":[320]},{"name":"NDIS_DEVICE_TYPE_ENDPOINT","features":[320]},{"name":"NDIS_DEVICE_WAKE_ON_MAGIC_PACKET_ENABLE","features":[320]},{"name":"NDIS_DEVICE_WAKE_ON_PATTERN_MATCH_ENABLE","features":[320]},{"name":"NDIS_DEVICE_WAKE_UP_ENABLE","features":[320]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV4","features":[320]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_INNER_IPV6","features":[320]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_NOT_SUPPORTED","features":[320]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV4","features":[320]},{"name":"NDIS_ENCAPSULATED_PACKET_TASK_OFFLOAD_OUTER_IPV6","features":[320]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3","features":[320]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q","features":[320]},{"name":"NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q_IN_OOB","features":[320]},{"name":"NDIS_ENCAPSULATION_IEEE_LLC_SNAP_ROUTED","features":[320]},{"name":"NDIS_ENCAPSULATION_NOT_SUPPORTED","features":[320]},{"name":"NDIS_ENCAPSULATION_NULL","features":[320]},{"name":"NDIS_ENCAPSULATION_TYPE_GRE_MAC","features":[320]},{"name":"NDIS_ENCAPSULATION_TYPE_VXLAN","features":[320]},{"name":"NDIS_ETH_TYPE_802_1Q","features":[320]},{"name":"NDIS_ETH_TYPE_802_1X","features":[320]},{"name":"NDIS_ETH_TYPE_ARP","features":[320]},{"name":"NDIS_ETH_TYPE_IPV4","features":[320]},{"name":"NDIS_ETH_TYPE_IPV6","features":[320]},{"name":"NDIS_ETH_TYPE_SLOW_PROTOCOL","features":[320]},{"name":"NDIS_FDDI_ATTACHMENT_TYPE","features":[320]},{"name":"NDIS_FDDI_LCONNECTION_STATE","features":[320]},{"name":"NDIS_FDDI_RING_MGT_STATE","features":[320]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_GRE","features":[320]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_IP_IN_IP","features":[320]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NOT_ENCAPSULATED","features":[320]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_NVGRE","features":[320]},{"name":"NDIS_GFP_ENCAPSULATION_TYPE_VXLAN","features":[320]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_RDMA_FLOW","features":[320]},{"name":"NDIS_GFP_EXACT_MATCH_PROFILE_REVISION_1","features":[320]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_IS_TTL_ONE","features":[320]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_IS_TTL_ONE","features":[320]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_PROFILE_REVISION_1","features":[320]},{"name":"NDIS_GFP_HEADER_GROUP_EXACT_MATCH_REVISION_1","features":[320]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_IS_TTL_ONE","features":[320]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_IS_TTL_ONE","features":[320]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[320]},{"name":"NDIS_GFP_HEADER_GROUP_WILDCARD_MATCH_REVISION_1","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_ESP","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_ETHERNET","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_ICMP","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV4","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_IPV6","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_GRE_ENCAP","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_IP_IN_IP_ENCAP","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_NO_ENCAP","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_NVGRE_ENCAP","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_TCP","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_UDP","features":[320]},{"name":"NDIS_GFP_HEADER_PRESENT_VXLAN_ENCAP","features":[320]},{"name":"NDIS_GFP_UNDEFINED_PROFILE_ID","features":[320]},{"name":"NDIS_GFP_WILDCARD_MATCH_PROFILE_REVISION_1","features":[320]},{"name":"NDIS_GFT_COUNTER_INFO_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_GFT_COUNTER_INFO_REVISION_1","features":[320]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_CLIENT_SPECIFIED_ADDRESS","features":[320]},{"name":"NDIS_GFT_COUNTER_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_GET_VALUES","features":[320]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_GFT_COUNTER_VALUE_ARRAY_UPDATE_MEMORY_MAPPED_COUNTERS","features":[320]},{"name":"NDIS_GFT_CUSTOM_ACTION_LAST_ACTION","features":[320]},{"name":"NDIS_GFT_CUSTOM_ACTION_PROFILE_REVISION_1","features":[320]},{"name":"NDIS_GFT_CUSTOM_ACTION_REVISION_1","features":[320]},{"name":"NDIS_GFT_DELETE_PROFILE_ALL_PROFILES","features":[320]},{"name":"NDIS_GFT_DELETE_PROFILE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_GFT_DELETE_TABLE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_GFT_EMFE_ADD_IN_ACTIVATED_STATE","features":[320]},{"name":"NDIS_GFT_EMFE_ALL_VPORT_FLOW_ENTRIES","features":[320]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_FIN_FLAG_SET","features":[320]},{"name":"NDIS_GFT_EMFE_COPY_AFTER_TCP_RST_FLAG_SET","features":[320]},{"name":"NDIS_GFT_EMFE_COPY_ALL_PACKETS","features":[320]},{"name":"NDIS_GFT_EMFE_COPY_CONDITION_CHANGED","features":[320]},{"name":"NDIS_GFT_EMFE_COPY_FIRST_PACKET","features":[320]},{"name":"NDIS_GFT_EMFE_COPY_WHEN_TCP_FLAG_SET","features":[320]},{"name":"NDIS_GFT_EMFE_COUNTER_ALLOCATE","features":[320]},{"name":"NDIS_GFT_EMFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[320]},{"name":"NDIS_GFT_EMFE_COUNTER_MEMORY_MAPPED","features":[320]},{"name":"NDIS_GFT_EMFE_COUNTER_TRACK_TCP_FLOW","features":[320]},{"name":"NDIS_GFT_EMFE_CUSTOM_ACTION_PRESENT","features":[320]},{"name":"NDIS_GFT_EMFE_MATCH_AND_ACTION_MUST_BE_SUPPORTED","features":[320]},{"name":"NDIS_GFT_EMFE_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[320]},{"name":"NDIS_GFT_EMFE_RDMA_FLOW","features":[320]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[320]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[320]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[320]},{"name":"NDIS_GFT_EMFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[320]},{"name":"NDIS_GFT_EXACT_MATCH_FLOW_ENTRY_REVISION_1","features":[320]},{"name":"NDIS_GFT_FLOW_ENTRY_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_NIC_SWITCH_FLOW_ENTRIES","features":[320]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_TABLE_FLOW_ENTRIES","features":[320]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ALL_VPORT_FLOW_ENTRIES","features":[320]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_COUNTER_VALUES","features":[320]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_DEFINED","features":[320]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_GFT_FLOW_ENTRY_ID_RANGE_DEFINED","features":[320]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ALL_FLOW_ENTRIES","features":[320]},{"name":"NDIS_GFT_FLOW_ENTRY_INFO_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_GFT_FREE_COUNTER_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_DECREMENT_TTL_IF_NOT_ONE","features":[320]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_DECREMENT_TTL_IF_NOT_ONE","features":[320]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_PROFILE_REVISION_1","features":[320]},{"name":"NDIS_GFT_HEADER_GROUP_TRANSPOSITION_REVISION_1","features":[320]},{"name":"NDIS_GFT_HEADER_TRANSPOSITION_PROFILE_REVISION_1","features":[320]},{"name":"NDIS_GFT_HTP_COPY_ALL_PACKETS","features":[320]},{"name":"NDIS_GFT_HTP_COPY_FIRST_PACKET","features":[320]},{"name":"NDIS_GFT_HTP_COPY_WHEN_TCP_FLAG_SET","features":[320]},{"name":"NDIS_GFT_HTP_CUSTOM_ACTION_PRESENT","features":[320]},{"name":"NDIS_GFT_HTP_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[320]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[320]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[320]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[320]},{"name":"NDIS_GFT_HTP_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[320]},{"name":"NDIS_GFT_MAX_COUNTER_OBJECTS_PER_FLOW_ENTRY","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_8021P_PRIORITY_MASK","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ADD_FLOW_ENTRY_DEACTIVATED_PREFERRED","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_ALLOW","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_CLIENT_SPECIFIED_MEMORY_MAPPED_COUNTERS","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COMBINED_COUNTER_AND_STATE","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_ALL","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_FIRST","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_COPY_WHEN_TCP_FLAG_SET","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DESIGNATED_EXCEPTION_VPORT","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DROP","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_DSCP_MASK","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_AGGREGATE_COUNTERS","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_EXACT_MATCH","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EGRESS_WILDCARD_MATCH","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_EXACT_MATCH","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_EGRESS_WILDCARD_MATCH","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_EXACT_MATCH","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_EXT_VPORT_INGRESS_WILDCARD_MATCH","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_IGNORE_ACTION_SUPPORTED","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_AGGREGATE_COUNTERS","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_EXACT_MATCH","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_INGRESS_WILDCARD_MATCH","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_COUNTERS","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MEMORY_MAPPED_PAKCET_AND_BYTE_COUNTERS","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_AFTER_HEADER_TRANSPOSITION","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_META_ACTION_BEFORE_HEADER_TRANSPOSITION","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_MODIFY","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_FLOW_ENTRY_COUNTERS","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_PACKET_COUNTER_UPDATE","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PER_VPORT_EXCEPTION_VPORT","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_POP","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_PUSH","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_RATE_LIMITING_QUEUE_SUPPORTED","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_SAMPLE","features":[320]},{"name":"NDIS_GFT_OFFLOAD_CAPS_TRACK_TCP_FLOW_STATE","features":[320]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_CUSTOM_PROVIDER_RESERVED","features":[320]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_ENABLE_OFFLOAD","features":[320]},{"name":"NDIS_GFT_OFFLOAD_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_GFT_PROFILE_INFO_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_GFT_PROFILE_INFO_REVISION_1","features":[320]},{"name":"NDIS_GFT_RESERVED_CUSTOM_ACTIONS","features":[320]},{"name":"NDIS_GFT_STATISTICS_REVISION_1","features":[320]},{"name":"NDIS_GFT_TABLE_INCLUDE_EXTERNAL_VPPORT","features":[320]},{"name":"NDIS_GFT_TABLE_INFO_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_GFT_TABLE_INFO_REVISION_1","features":[320]},{"name":"NDIS_GFT_TABLE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_GFT_UNDEFINED_COUNTER_ID","features":[320]},{"name":"NDIS_GFT_UNDEFINED_CUSTOM_ACTION","features":[320]},{"name":"NDIS_GFT_UNDEFINED_FLOW_ENTRY_ID","features":[320]},{"name":"NDIS_GFT_UNDEFINED_TABLE_ID","features":[320]},{"name":"NDIS_GFT_VPORT_DSCP_FLAGS_CHANGED","features":[320]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_RX","features":[320]},{"name":"NDIS_GFT_VPORT_DSCP_GUARD_ENABLE_TX","features":[320]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_CHANGED","features":[320]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_RX","features":[320]},{"name":"NDIS_GFT_VPORT_DSCP_MASK_ENABLE_TX","features":[320]},{"name":"NDIS_GFT_VPORT_ENABLE","features":[320]},{"name":"NDIS_GFT_VPORT_ENABLE_STATE_CHANGED","features":[320]},{"name":"NDIS_GFT_VPORT_EXCEPTION_VPORT_CHANGED","features":[320]},{"name":"NDIS_GFT_VPORT_MAX_DSCP_MASK_COUNTER_OBJECTS","features":[320]},{"name":"NDIS_GFT_VPORT_MAX_PRIORITY_MASK_COUNTER_OBJECTS","features":[320]},{"name":"NDIS_GFT_VPORT_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_GFT_VPORT_PARAMS_CHANGE_MASK","features":[320]},{"name":"NDIS_GFT_VPORT_PARAMS_CUSTOM_PROVIDER_RESERVED","features":[320]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN","features":[320]},{"name":"NDIS_GFT_VPORT_PARSE_VXLAN_NOT_IN_SRC_PORT_RANGE","features":[320]},{"name":"NDIS_GFT_VPORT_PRIORITY_MASK_CHANGED","features":[320]},{"name":"NDIS_GFT_VPORT_SAMPLING_RATE_CHANGED","features":[320]},{"name":"NDIS_GFT_VPORT_VXLAN_SETTINGS_CHANGED","features":[320]},{"name":"NDIS_GFT_WCFE_ADD_IN_ACTIVATED_STATE","features":[320]},{"name":"NDIS_GFT_WCFE_COPY_ALL_PACKETS","features":[320]},{"name":"NDIS_GFT_WCFE_COUNTER_ALLOCATE","features":[320]},{"name":"NDIS_GFT_WCFE_COUNTER_CLIENT_SPECIFIED_ADDRESS","features":[320]},{"name":"NDIS_GFT_WCFE_COUNTER_MEMORY_MAPPED","features":[320]},{"name":"NDIS_GFT_WCFE_CUSTOM_ACTION_PRESENT","features":[320]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT","features":[320]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_EGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[320]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT","features":[320]},{"name":"NDIS_GFT_WCFE_REDIRECT_TO_INGRESS_QUEUE_OF_VPORT_IF_TTL_IS_ONE","features":[320]},{"name":"NDIS_GFT_WILDCARD_MATCH_FLOW_ENTRY_REVISION_1","features":[320]},{"name":"NDIS_GUID","features":[320]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP","features":[320]},{"name":"NDIS_HARDWARE_CROSSTIMESTAMP_REVISION_1","features":[320]},{"name":"NDIS_HARDWARE_STATUS","features":[320]},{"name":"NDIS_HASH_FUNCTION_MASK","features":[320]},{"name":"NDIS_HASH_IPV4","features":[320]},{"name":"NDIS_HASH_IPV6","features":[320]},{"name":"NDIS_HASH_IPV6_EX","features":[320]},{"name":"NDIS_HASH_TCP_IPV4","features":[320]},{"name":"NDIS_HASH_TCP_IPV6","features":[320]},{"name":"NDIS_HASH_TCP_IPV6_EX","features":[320]},{"name":"NDIS_HASH_TYPE_MASK","features":[320]},{"name":"NDIS_HASH_UDP_IPV4","features":[320]},{"name":"NDIS_HASH_UDP_IPV6","features":[320]},{"name":"NDIS_HASH_UDP_IPV6_EX","features":[320]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_HEADER_DATA_SPLIT","features":[320]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV4_OPTIONS","features":[320]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_IPV6_EXTENSION_HEADERS","features":[320]},{"name":"NDIS_HD_SPLIT_CAPS_SUPPORTS_TCP_OPTIONS","features":[320]},{"name":"NDIS_HD_SPLIT_COMBINE_ALL_HEADERS","features":[320]},{"name":"NDIS_HD_SPLIT_CURRENT_CONFIG_REVISION_1","features":[320]},{"name":"NDIS_HD_SPLIT_ENABLE_HEADER_DATA_SPLIT","features":[320]},{"name":"NDIS_HD_SPLIT_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_HYPERVISOR_INFO_FLAG_HYPERVISOR_PRESENT","features":[320]},{"name":"NDIS_HYPERVISOR_INFO_REVISION_1","features":[320]},{"name":"NDIS_INTERFACE_INFORMATION","features":[305,320]},{"name":"NDIS_INTERRUPT_MODERATION","features":[320]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_REINITIALIZE","features":[320]},{"name":"NDIS_INTERRUPT_MODERATION_CHANGE_NEEDS_RESET","features":[320]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS","features":[320]},{"name":"NDIS_INTERRUPT_MODERATION_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_IPSEC_OFFLOAD_V1","features":[320]},{"name":"NDIS_IP_OPER_STATE","features":[320]},{"name":"NDIS_IP_OPER_STATE_REVISION_1","features":[320]},{"name":"NDIS_IP_OPER_STATUS","features":[320]},{"name":"NDIS_IP_OPER_STATUS_INFO","features":[320]},{"name":"NDIS_IP_OPER_STATUS_INFO_REVISION_1","features":[320]},{"name":"NDIS_IRDA_PACKET_INFO","features":[320]},{"name":"NDIS_ISOLATION_NAME_MAX_STRING_SIZE","features":[320]},{"name":"NDIS_ISOLATION_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_LINK_PARAMETERS","features":[320]},{"name":"NDIS_LINK_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_LINK_SPEED","features":[320]},{"name":"NDIS_LINK_STATE","features":[320]},{"name":"NDIS_LINK_STATE_DUPLEX_AUTO_NEGOTIATED","features":[320]},{"name":"NDIS_LINK_STATE_PAUSE_FUNCTIONS_AUTO_NEGOTIATED","features":[320]},{"name":"NDIS_LINK_STATE_RCV_LINK_SPEED_AUTO_NEGOTIATED","features":[320]},{"name":"NDIS_LINK_STATE_REVISION_1","features":[320]},{"name":"NDIS_LINK_STATE_XMIT_LINK_SPEED_AUTO_NEGOTIATED","features":[320]},{"name":"NDIS_MAC_OPTION_8021P_PRIORITY","features":[320]},{"name":"NDIS_MAC_OPTION_8021Q_VLAN","features":[320]},{"name":"NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA","features":[320]},{"name":"NDIS_MAC_OPTION_EOTX_INDICATION","features":[320]},{"name":"NDIS_MAC_OPTION_FULL_DUPLEX","features":[320]},{"name":"NDIS_MAC_OPTION_NO_LOOPBACK","features":[320]},{"name":"NDIS_MAC_OPTION_RECEIVE_AT_DPC","features":[320]},{"name":"NDIS_MAC_OPTION_RECEIVE_SERIALIZED","features":[320]},{"name":"NDIS_MAC_OPTION_RESERVED","features":[320]},{"name":"NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE","features":[320]},{"name":"NDIS_MAC_OPTION_TRANSFERS_NOT_PEND","features":[320]},{"name":"NDIS_MAXIMUM_PORTS","features":[320]},{"name":"NDIS_MEDIA_CAP_RECEIVE","features":[320]},{"name":"NDIS_MEDIA_CAP_TRANSMIT","features":[320]},{"name":"NDIS_MEDIA_STATE","features":[320]},{"name":"NDIS_MEDIUM","features":[320]},{"name":"NDIS_NDK_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_NDK_CONNECTIONS_REVISION_1","features":[320]},{"name":"NDIS_NDK_LOCAL_ENDPOINTS_REVISION_1","features":[320]},{"name":"NDIS_NDK_STATISTICS_INFO_REVISION_1","features":[320]},{"name":"NDIS_NETWORK_CHANGE_TYPE","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_2","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPABILITIES_REVISION_3","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_ASYMMETRIC_QUEUE_PAIRS_FOR_NONDEFAULT_VPORT_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_NIC_SWITCH_WITHOUT_IOV_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_PER_VPORT_INTERRUPT_MODERATION_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_ON_PF_VPORTS_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PARAMETERS_PER_PF_VPORT_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_FUNCTION_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_KEY_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_HASH_TYPE_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SIZE_RESTRICTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_RSS_PER_PF_VPORT_INDIRECTION_TABLE_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_SINGLE_VPORT_POOL","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_VF_RSS_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_CAPS_VLAN_SUPPORTED","features":[320]},{"name":"NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_DELETE_VPORT_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_FREE_VF_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_INFO_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_INFO_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_CHANGE_MASK","features":[320]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_DEFAULT_NUMBER_OF_QUEUE_PAIRS_FOR_DEFAULT_VPORT","features":[320]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_REVISION_2","features":[320]},{"name":"NDIS_NIC_SWITCH_PARAMETERS_SWITCH_NAME_CHANGED","features":[320]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[320]},{"name":"NDIS_NIC_SWITCH_VF_INFO_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_VF_INFO_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_VF_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_FUNCTION","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_ENUM_ON_SPECIFIC_SWITCH","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_GFT_ENABLED","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_LOOKAHEAD_SPLIT_ENABLED","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_PACKET_DIRECT_RX_ONLY","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_INFO_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMETERS_REVISION_2","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_CHANGE_MASK","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_ENFORCE_MAX_SG_LIST","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_FLAGS_CHANGED","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_INT_MOD_CHANGED","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_LOOKAHEAD_SPLIT_ENABLED","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NAME_CHANGED","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NDK_PARAMS_CHANGED","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_NUM_QUEUE_PAIRS_CHANGED","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PACKET_DIRECT_RX_ONLY","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_PROCESSOR_AFFINITY_CHANGED","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_QOS_SQ_ID_CHANGED","features":[320]},{"name":"NDIS_NIC_SWITCH_VPORT_PARAMS_STATE_CHANGED","features":[320]},{"name":"NDIS_OBJECT_HEADER","features":[320]},{"name":"NDIS_OBJECT_REVISION_1","features":[320]},{"name":"NDIS_OBJECT_TYPE_BIND_PARAMETERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_CLIENT_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_CONFIGURATION_OBJECT","features":[320]},{"name":"NDIS_OBJECT_TYPE_CO_CALL_MANAGER_OPTIONAL_HANDLERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_CO_CLIENT_OPTIONAL_HANDLERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_CO_MINIPORT_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_CO_PROTOCOL_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_DEFAULT","features":[320]},{"name":"NDIS_OBJECT_TYPE_DEVICE_OBJECT_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_DRIVER_WRAPPER_OBJECT","features":[320]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTACH_PARAMETERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_FILTER_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_FILTER_DRIVER_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_FILTER_PARTIAL_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_FILTER_PAUSE_PARAMETERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_FILTER_RESTART_PARAMETERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_HD_SPLIT_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_HARDWARE_ASSIST_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NDK_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_PACKET_DIRECT_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_REGISTRATION_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_ADD_DEVICE_REGISTRATION_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DEVICE_POWER_NOTIFICATION","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_DRIVER_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INIT_PARAMETERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_INTERRUPT","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_PNP_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_MINIPORT_SS_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_NDK_PROVIDER_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_NSI_COMPARTMENT_RW_STRUCT","features":[320]},{"name":"NDIS_OBJECT_TYPE_NSI_INTERFACE_PERSIST_RW_STRUCT","features":[320]},{"name":"NDIS_OBJECT_TYPE_NSI_NETWORK_RW_STRUCT","features":[320]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD","features":[320]},{"name":"NDIS_OBJECT_TYPE_OFFLOAD_ENCAPSULATION","features":[320]},{"name":"NDIS_OBJECT_TYPE_OID_REQUEST","features":[320]},{"name":"NDIS_OBJECT_TYPE_OPEN_PARAMETERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_1","features":[320]},{"name":"NDIS_OBJECT_TYPE_PCI_DEVICE_CUSTOM_PROPERTIES_REVISION_2","features":[320]},{"name":"NDIS_OBJECT_TYPE_PD_RECEIVE_QUEUE","features":[320]},{"name":"NDIS_OBJECT_TYPE_PD_TRANSMIT_QUEUE","features":[320]},{"name":"NDIS_OBJECT_TYPE_PORT_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_PORT_STATE","features":[320]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_DRIVER_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_PROTOCOL_RESTART_PARAMETERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_PROVIDER_CHIMNEY_OFFLOAD_GENERIC_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_QOS_CAPABILITIES","features":[320]},{"name":"NDIS_OBJECT_TYPE_QOS_CLASSIFICATION_ELEMENT","features":[320]},{"name":"NDIS_OBJECT_TYPE_QOS_PARAMETERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_REQUEST_EX","features":[320]},{"name":"NDIS_OBJECT_TYPE_RESTART_GENERAL_ATTRIBUTES","features":[320]},{"name":"NDIS_OBJECT_TYPE_RSS_CAPABILITIES","features":[320]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_RSS_PARAMETERS_V2","features":[320]},{"name":"NDIS_OBJECT_TYPE_RSS_PROCESSOR_INFO","features":[320]},{"name":"NDIS_OBJECT_TYPE_RSS_SET_INDIRECTION_ENTRIES","features":[320]},{"name":"NDIS_OBJECT_TYPE_SG_DMA_DESCRIPTION","features":[320]},{"name":"NDIS_OBJECT_TYPE_SHARED_MEMORY_PROVIDER_CHARACTERISTICS","features":[320]},{"name":"NDIS_OBJECT_TYPE_STATUS_INDICATION","features":[320]},{"name":"NDIS_OBJECT_TYPE_SWITCH_OPTIONAL_HANDLERS","features":[320]},{"name":"NDIS_OBJECT_TYPE_TIMER_CHARACTERISTICS","features":[320]},{"name":"NDIS_OFFLOAD","features":[320]},{"name":"NDIS_OFFLOAD_FLAGS_GROUP_CHECKSUM_CAPABILITIES","features":[320]},{"name":"NDIS_OFFLOAD_NOT_SUPPORTED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_DISABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_CONNECTION_OFFLOAD_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_AND_ESP_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_AH_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_DISABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV1_ESP_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_AND_ESP_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_AH_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_DISABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_IPSECV2_ESP_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_DISABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV1_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_DISABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_LSOV2_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_NO_CHANGE","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_2","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_3","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_4","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_REVISION_5","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_DISABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_RSC_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_RX_ENABLED_TX_DISABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_SKIP_REGISTRY_UPDATE","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_ENABLED_RX_DISABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_DISABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_TX_RX_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_DISABLED","features":[320]},{"name":"NDIS_OFFLOAD_PARAMETERS_USO_ENABLED","features":[320]},{"name":"NDIS_OFFLOAD_REVISION_1","features":[320]},{"name":"NDIS_OFFLOAD_REVISION_2","features":[320]},{"name":"NDIS_OFFLOAD_REVISION_3","features":[320]},{"name":"NDIS_OFFLOAD_REVISION_4","features":[320]},{"name":"NDIS_OFFLOAD_REVISION_5","features":[320]},{"name":"NDIS_OFFLOAD_REVISION_6","features":[320]},{"name":"NDIS_OFFLOAD_REVISION_7","features":[320]},{"name":"NDIS_OFFLOAD_SET_NO_CHANGE","features":[320]},{"name":"NDIS_OFFLOAD_SET_OFF","features":[320]},{"name":"NDIS_OFFLOAD_SET_ON","features":[320]},{"name":"NDIS_OFFLOAD_SUPPORTED","features":[320]},{"name":"NDIS_OPER_STATE","features":[320]},{"name":"NDIS_OPER_STATE_REVISION_1","features":[320]},{"name":"NDIS_PACKET_TYPE_ALL_FUNCTIONAL","features":[320]},{"name":"NDIS_PACKET_TYPE_ALL_LOCAL","features":[320]},{"name":"NDIS_PACKET_TYPE_ALL_MULTICAST","features":[320]},{"name":"NDIS_PACKET_TYPE_BROADCAST","features":[320]},{"name":"NDIS_PACKET_TYPE_DIRECTED","features":[320]},{"name":"NDIS_PACKET_TYPE_FUNCTIONAL","features":[320]},{"name":"NDIS_PACKET_TYPE_GROUP","features":[320]},{"name":"NDIS_PACKET_TYPE_MAC_FRAME","features":[320]},{"name":"NDIS_PACKET_TYPE_MULTICAST","features":[320]},{"name":"NDIS_PACKET_TYPE_NO_LOCAL","features":[320]},{"name":"NDIS_PACKET_TYPE_PROMISCUOUS","features":[320]},{"name":"NDIS_PACKET_TYPE_SMT","features":[320]},{"name":"NDIS_PACKET_TYPE_SOURCE_ROUTING","features":[320]},{"name":"NDIS_PCI_DEVICE_CUSTOM_PROPERTIES","features":[320]},{"name":"NDIS_PD_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_PD_CAPS_DRAIN_NOTIFICATIONS_SUPPORTED","features":[320]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_COUNT_SUPPORTED","features":[320]},{"name":"NDIS_PD_CAPS_NOTIFICATION_MODERATION_INTERVAL_SUPPORTED","features":[320]},{"name":"NDIS_PD_CAPS_RECEIVE_FILTER_COUNTERS_SUPPORTED","features":[320]},{"name":"NDIS_PD_CONFIG_REVISION_1","features":[320]},{"name":"NDIS_PHYSICAL_MEDIUM","features":[320]},{"name":"NDIS_PM_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_PM_CAPABILITIES_REVISION_2","features":[320]},{"name":"NDIS_PM_MAX_PATTERN_ID","features":[320]},{"name":"NDIS_PM_MAX_STRING_SIZE","features":[320]},{"name":"NDIS_PM_PACKET_PATTERN","features":[320]},{"name":"NDIS_PM_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_PM_PARAMETERS_REVISION_2","features":[320]},{"name":"NDIS_PM_PRIVATE_PATTERN_ID","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_ENABLED","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_80211_RSN_REKEY_SUPPORTED","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_ENABLED","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_ARP_SUPPORTED","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_ENABLED","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_NS_SUPPORTED","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_HIGHEST","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_LOWEST","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_PRIORITY_NORMAL","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[320]},{"name":"NDIS_PM_PROTOCOL_OFFLOAD_REVISION_2","features":[320]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_ENABLED","features":[320]},{"name":"NDIS_PM_SELECTIVE_SUSPEND_SUPPORTED","features":[320]},{"name":"NDIS_PM_WAKE_ON_LINK_CHANGE_ENABLED","features":[320]},{"name":"NDIS_PM_WAKE_ON_MEDIA_CONNECT_SUPPORTED","features":[320]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_ENABLED","features":[320]},{"name":"NDIS_PM_WAKE_ON_MEDIA_DISCONNECT_SUPPORTED","features":[320]},{"name":"NDIS_PM_WAKE_PACKET_INDICATION_SUPPORTED","features":[320]},{"name":"NDIS_PM_WAKE_PACKET_REVISION_1","features":[320]},{"name":"NDIS_PM_WAKE_REASON_REVISION_1","features":[320]},{"name":"NDIS_PM_WAKE_UP_CAPABILITIES","features":[320]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_ENABLED","features":[320]},{"name":"NDIS_PM_WOL_BITMAP_PATTERN_SUPPORTED","features":[320]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_ENABLED","features":[320]},{"name":"NDIS_PM_WOL_EAPOL_REQUEST_ID_MESSAGE_SUPPORTED","features":[320]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_ENABLED","features":[320]},{"name":"NDIS_PM_WOL_IPV4_DEST_ADDR_WILDCARD_SUPPORTED","features":[320]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_ENABLED","features":[320]},{"name":"NDIS_PM_WOL_IPV4_TCP_SYN_SUPPORTED","features":[320]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_ENABLED","features":[320]},{"name":"NDIS_PM_WOL_IPV6_DEST_ADDR_WILDCARD_SUPPORTED","features":[320]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_ENABLED","features":[320]},{"name":"NDIS_PM_WOL_IPV6_TCP_SYN_SUPPORTED","features":[320]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_ENABLED","features":[320]},{"name":"NDIS_PM_WOL_MAGIC_PACKET_SUPPORTED","features":[320]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_1","features":[320]},{"name":"NDIS_PM_WOL_PATTERN_REVISION_2","features":[320]},{"name":"NDIS_PM_WOL_PRIORITY_HIGHEST","features":[320]},{"name":"NDIS_PM_WOL_PRIORITY_LOWEST","features":[320]},{"name":"NDIS_PM_WOL_PRIORITY_NORMAL","features":[320]},{"name":"NDIS_PNP_CAPABILITIES","features":[320]},{"name":"NDIS_PNP_WAKE_UP_LINK_CHANGE","features":[320]},{"name":"NDIS_PNP_WAKE_UP_MAGIC_PACKET","features":[320]},{"name":"NDIS_PNP_WAKE_UP_PATTERN_MATCH","features":[320]},{"name":"NDIS_PORT","features":[320]},{"name":"NDIS_PORT_ARRAY","features":[320]},{"name":"NDIS_PORT_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS","features":[320]},{"name":"NDIS_PORT_AUTHENTICATION_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_PORT_AUTHORIZATION_STATE","features":[320]},{"name":"NDIS_PORT_CHARACTERISTICS","features":[320]},{"name":"NDIS_PORT_CHARACTERISTICS_REVISION_1","features":[320]},{"name":"NDIS_PORT_CHAR_USE_DEFAULT_AUTH_SETTINGS","features":[320]},{"name":"NDIS_PORT_CONTROL_STATE","features":[320]},{"name":"NDIS_PORT_STATE","features":[320]},{"name":"NDIS_PORT_STATE_REVISION_1","features":[320]},{"name":"NDIS_PORT_TYPE","features":[320]},{"name":"NDIS_PROCESSOR_VENDOR","features":[320]},{"name":"NDIS_PROTOCOL_ID_DEFAULT","features":[320]},{"name":"NDIS_PROTOCOL_ID_IP6","features":[320]},{"name":"NDIS_PROTOCOL_ID_IPX","features":[320]},{"name":"NDIS_PROTOCOL_ID_MASK","features":[320]},{"name":"NDIS_PROTOCOL_ID_MAX","features":[320]},{"name":"NDIS_PROTOCOL_ID_NBF","features":[320]},{"name":"NDIS_PROTOCOL_ID_TCP_IP","features":[320]},{"name":"NDIS_PROT_OPTION_ESTIMATED_LENGTH","features":[320]},{"name":"NDIS_PROT_OPTION_NO_LOOPBACK","features":[320]},{"name":"NDIS_PROT_OPTION_NO_RSVD_ON_RCVPKT","features":[320]},{"name":"NDIS_PROT_OPTION_SEND_RESTRICTED","features":[320]},{"name":"NDIS_QOS_ACTION_MAXIMUM","features":[320]},{"name":"NDIS_QOS_ACTION_PRIORITY","features":[320]},{"name":"NDIS_QOS_CAPABILITIES_CEE_DCBX_SUPPORTED","features":[320]},{"name":"NDIS_QOS_CAPABILITIES_IEEE_DCBX_SUPPORTED","features":[320]},{"name":"NDIS_QOS_CAPABILITIES_MACSEC_BYPASS_SUPPORTED","features":[320]},{"name":"NDIS_QOS_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_QOS_CAPABILITIES_STRICT_TSA_SUPPORTED","features":[320]},{"name":"NDIS_QOS_CLASSIFICATION_ELEMENT_REVISION_1","features":[320]},{"name":"NDIS_QOS_CLASSIFICATION_ENFORCED_BY_MINIPORT","features":[320]},{"name":"NDIS_QOS_CLASSIFICATION_SET_BY_MINIPORT_MASK","features":[320]},{"name":"NDIS_QOS_CONDITION_DEFAULT","features":[320]},{"name":"NDIS_QOS_CONDITION_ETHERTYPE","features":[320]},{"name":"NDIS_QOS_CONDITION_MAXIMUM","features":[320]},{"name":"NDIS_QOS_CONDITION_NETDIRECT_PORT","features":[320]},{"name":"NDIS_QOS_CONDITION_RESERVED","features":[320]},{"name":"NDIS_QOS_CONDITION_TCP_OR_UDP_PORT","features":[320]},{"name":"NDIS_QOS_CONDITION_TCP_PORT","features":[320]},{"name":"NDIS_QOS_CONDITION_UDP_PORT","features":[320]},{"name":"NDIS_QOS_DEFAULT_SQ_ID","features":[320]},{"name":"NDIS_QOS_MAXIMUM_PRIORITIES","features":[320]},{"name":"NDIS_QOS_MAXIMUM_TRAFFIC_CLASSES","features":[320]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_QOS_OFFLOAD_CAPABILITIES_REVISION_2","features":[320]},{"name":"NDIS_QOS_OFFLOAD_CAPS_GFT_SQ","features":[320]},{"name":"NDIS_QOS_OFFLOAD_CAPS_STANDARD_SQ","features":[320]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CHANGED","features":[320]},{"name":"NDIS_QOS_PARAMETERS_CLASSIFICATION_CONFIGURED","features":[320]},{"name":"NDIS_QOS_PARAMETERS_ETS_CHANGED","features":[320]},{"name":"NDIS_QOS_PARAMETERS_ETS_CONFIGURED","features":[320]},{"name":"NDIS_QOS_PARAMETERS_PFC_CHANGED","features":[320]},{"name":"NDIS_QOS_PARAMETERS_PFC_CONFIGURED","features":[320]},{"name":"NDIS_QOS_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_QOS_PARAMETERS_WILLING","features":[320]},{"name":"NDIS_QOS_SQ_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_QOS_SQ_PARAMETERS_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_QOS_SQ_PARAMETERS_REVISION_2","features":[320]},{"name":"NDIS_QOS_SQ_RECEIVE_CAP_ENABLED","features":[320]},{"name":"NDIS_QOS_SQ_STATS_REVISION_1","features":[320]},{"name":"NDIS_QOS_SQ_TRANSMIT_CAP_ENABLED","features":[320]},{"name":"NDIS_QOS_SQ_TRANSMIT_RESERVATION_ENABLED","features":[320]},{"name":"NDIS_QOS_TSA_CBS","features":[320]},{"name":"NDIS_QOS_TSA_ETS","features":[320]},{"name":"NDIS_QOS_TSA_MAXIMUM","features":[320]},{"name":"NDIS_QOS_TSA_STRICT","features":[320]},{"name":"NDIS_RECEIVE_FILTER_ANY_VLAN_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_OPERATION_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SPA_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_ARP_HEADER_TPA_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_FILTER_CAPABILITIES_REVISION_2","features":[320]},{"name":"NDIS_RECEIVE_FILTER_CLEAR_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_FOR_DEFAULT_QUEUE_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_DYNAMIC_PROCESSOR_AFFINITY_CHANGE_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_FIELD_MAC_HEADER_VLAN_UNTAGGED_OR_ZERO","features":[320]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_FILTER_FIELD_PARAMETERS_REVISION_2","features":[320]},{"name":"NDIS_RECEIVE_FILTER_FLAGS_RESERVED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_GLOBAL_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_MIN_OF_QUEUES_MODE","features":[320]},{"name":"NDIS_RECEIVE_FILTER_IMPLAT_SUM_OF_QUEUES_MODE","features":[320]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_REVISION_2","features":[320]},{"name":"NDIS_RECEIVE_FILTER_INFO_ARRAY_VPORT_ID_SPECIFIED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_INFO_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_FILTER_INTERRUPT_VECTOR_COALESCING_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_PROTOCOL_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_IPV4_HEADER_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_PROTOCOL_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_IPV6_HEADER_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_LOOKAHEAD_SPLIT_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_DEST_ADDR_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PACKET_TYPE_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PRIORITY_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_PROTOCOL_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SOURCE_ADDR_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_MAC_HEADER_VLAN_ID_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_MOVE_FILTER_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_FILTER_MSI_X_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_FILTERS_ENABLED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_PACKET_COALESCING_SUPPORTED_ON_DEFAULT_QUEUE","features":[320]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION","features":[320]},{"name":"NDIS_RECEIVE_FILTER_PACKET_ENCAPSULATION_GRE","features":[320]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_FILTER_PARAMETERS_REVISION_2","features":[320]},{"name":"NDIS_RECEIVE_FILTER_RESERVED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_EQUAL_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_MASK_EQUAL_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_TEST_HEADER_FIELD_NOT_EQUAL_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_DEST_PORT_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_UDP_HEADER_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_VMQ_FILTERS_ENABLED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUES_ENABLED","features":[320]},{"name":"NDIS_RECEIVE_FILTER_VM_QUEUE_SUPPORTED","features":[320]},{"name":"NDIS_RECEIVE_HASH_FLAG_ENABLE_HASH","features":[320]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_INFO_UNCHANGED","features":[320]},{"name":"NDIS_RECEIVE_HASH_FLAG_HASH_KEY_UNCHANGED","features":[320]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS","features":[320]},{"name":"NDIS_RECEIVE_HASH_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_ALLOCATION_COMPLETE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_FREE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_INFO_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_INFO_REVISION_2","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_CHANGE_MASK","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_FLAGS_CHANGED","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_INTERRUPT_COALESCING_DOMAIN_ID_CHANGED","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_LOOKAHEAD_SPLIT_REQUIRED","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_NAME_CHANGED","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PER_QUEUE_RECEIVE_INDICATION","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_PROCESSOR_AFFINITY_CHANGED","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_QOS_SQ_ID_CHANGED","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_2","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_REVISION_3","features":[320]},{"name":"NDIS_RECEIVE_QUEUE_PARAMETERS_SUGGESTED_RECV_BUFFER_NUMBERS_CHANGED","features":[320]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES","features":[320]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_2","features":[320]},{"name":"NDIS_RECEIVE_SCALE_CAPABILITIES_REVISION_3","features":[320]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS","features":[320]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_2","features":[320]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_REVISION_3","features":[320]},{"name":"NDIS_RECEIVE_SCALE_PARAMETERS_V2_REVISION_1","features":[320]},{"name":"NDIS_RECEIVE_SCALE_PARAM_ENABLE_RSS","features":[320]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_INFO_CHANGED","features":[320]},{"name":"NDIS_RECEIVE_SCALE_PARAM_HASH_KEY_CHANGED","features":[320]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_ENTRIES_CHANGED","features":[320]},{"name":"NDIS_RECEIVE_SCALE_PARAM_NUMBER_OF_QUEUES_CHANGED","features":[320]},{"name":"NDIS_REQUEST_TYPE","features":[320]},{"name":"NDIS_RING_AUTO_REMOVAL_ERROR","features":[320]},{"name":"NDIS_RING_COUNTER_OVERFLOW","features":[320]},{"name":"NDIS_RING_HARD_ERROR","features":[320]},{"name":"NDIS_RING_LOBE_WIRE_FAULT","features":[320]},{"name":"NDIS_RING_REMOVE_RECEIVED","features":[320]},{"name":"NDIS_RING_RING_RECOVERY","features":[320]},{"name":"NDIS_RING_SIGNAL_LOSS","features":[320]},{"name":"NDIS_RING_SINGLE_STATION","features":[320]},{"name":"NDIS_RING_SOFT_ERROR","features":[320]},{"name":"NDIS_RING_TRANSMIT_BEACON","features":[320]},{"name":"NDIS_ROUTING_DOMAIN_ENTRY_REVISION_1","features":[320]},{"name":"NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_REVISION_1","features":[320]},{"name":"NDIS_RSC_STATISTICS_REVISION_1","features":[320]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_DPC","features":[320]},{"name":"NDIS_RSS_CAPS_CLASSIFICATION_AT_ISR","features":[320]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV4","features":[320]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6","features":[320]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_TCP_IPV6_EX","features":[320]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV4","features":[320]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6","features":[320]},{"name":"NDIS_RSS_CAPS_HASH_TYPE_UDP_IPV6_EX","features":[320]},{"name":"NDIS_RSS_CAPS_MESSAGE_SIGNALED_INTERRUPTS","features":[320]},{"name":"NDIS_RSS_CAPS_RSS_AVAILABLE_ON_PORTS","features":[320]},{"name":"NDIS_RSS_CAPS_SUPPORTS_INDEPENDENT_ENTRY_MOVE","features":[320]},{"name":"NDIS_RSS_CAPS_SUPPORTS_MSI_X","features":[320]},{"name":"NDIS_RSS_CAPS_USING_MSI_X","features":[320]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_1","features":[320]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_2","features":[320]},{"name":"NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_3","features":[320]},{"name":"NDIS_RSS_HASH_SECRET_KEY_SIZE_REVISION_1","features":[320]},{"name":"NDIS_RSS_INDIRECTION_TABLE_MAX_SIZE_REVISION_1","features":[320]},{"name":"NDIS_RSS_INDIRECTION_TABLE_SIZE_REVISION_1","features":[320]},{"name":"NDIS_RSS_PARAM_FLAG_BASE_CPU_UNCHANGED","features":[320]},{"name":"NDIS_RSS_PARAM_FLAG_DEFAULT_PROCESSOR_UNCHANGED","features":[320]},{"name":"NDIS_RSS_PARAM_FLAG_DISABLE_RSS","features":[320]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_INFO_UNCHANGED","features":[320]},{"name":"NDIS_RSS_PARAM_FLAG_HASH_KEY_UNCHANGED","features":[320]},{"name":"NDIS_RSS_PARAM_FLAG_ITABLE_UNCHANGED","features":[320]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_1","features":[320]},{"name":"NDIS_RSS_PROCESSOR_INFO_REVISION_2","features":[320]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRIES_REVISION_1","features":[320]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_DEFAULT_PROCESSOR","features":[320]},{"name":"NDIS_RSS_SET_INDIRECTION_ENTRY_FLAG_PRIMARY_PROCESSOR","features":[320]},{"name":"NDIS_SIZEOF_NDIS_PM_PROTOCOL_OFFLOAD_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_BAR_RESOURCES_INFO_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_CAPS_PF_MINIPORT","features":[320]},{"name":"NDIS_SRIOV_CAPS_SRIOV_SUPPORTED","features":[320]},{"name":"NDIS_SRIOV_CAPS_VF_MINIPORT","features":[320]},{"name":"NDIS_SRIOV_CONFIG_STATE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_OVERLYING_ADAPTER_INFO_VERSION_1","features":[320]},{"name":"NDIS_SRIOV_PF_LUID_INFO_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_PROBED_BARS_INFO_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_READ_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_RESET_VF_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_SET_VF_POWER_STATE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_VF_INVALIDATE_CONFIG_BLOCK_INFO_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_VF_SERIAL_NUMBER_INFO_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_VF_VENDOR_DEVICE_ID_INFO_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_BLOCK_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SRIOV_WRITE_VF_CONFIG_SPACE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_RCV","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_BYTES_XMIT","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_RCV","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BROADCAST_FRAMES_XMIT","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_RCV","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_BYTES_XMIT","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_RCV","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_BYTES_XMIT","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_RCV","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_DIRECTED_FRAMES_XMIT","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_RCV","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_BYTES_XMIT","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_RCV","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_MULTICAST_FRAMES_XMIT","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_DISCARDS","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_RCV_ERROR","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_DISCARDS","features":[320]},{"name":"NDIS_STATISTICS_FLAGS_VALID_XMIT_ERROR","features":[320]},{"name":"NDIS_STATISTICS_INFO","features":[320]},{"name":"NDIS_STATISTICS_INFO_REVISION_1","features":[320]},{"name":"NDIS_STATISTICS_VALUE","features":[320]},{"name":"NDIS_STATISTICS_VALUE_EX","features":[320]},{"name":"NDIS_SUPPORTED_PAUSE_FUNCTIONS","features":[320]},{"name":"NDIS_SUPPORT_NDIS6","features":[320]},{"name":"NDIS_SUPPORT_NDIS61","features":[320]},{"name":"NDIS_SUPPORT_NDIS620","features":[320]},{"name":"NDIS_SUPPORT_NDIS630","features":[320]},{"name":"NDIS_SUPPORT_NDIS640","features":[320]},{"name":"NDIS_SUPPORT_NDIS650","features":[320]},{"name":"NDIS_SUPPORT_NDIS651","features":[320]},{"name":"NDIS_SUPPORT_NDIS660","features":[320]},{"name":"NDIS_SUPPORT_NDIS670","features":[320]},{"name":"NDIS_SUPPORT_NDIS680","features":[320]},{"name":"NDIS_SUPPORT_NDIS681","features":[320]},{"name":"NDIS_SUPPORT_NDIS682","features":[320]},{"name":"NDIS_SUPPORT_NDIS683","features":[320]},{"name":"NDIS_SUPPORT_NDIS684","features":[320]},{"name":"NDIS_SUPPORT_NDIS685","features":[320]},{"name":"NDIS_SUPPORT_NDIS686","features":[320]},{"name":"NDIS_SUPPORT_NDIS687","features":[320]},{"name":"NDIS_SWITCH_FEATURE_STATUS_CUSTOM_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_NIC_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_NIC_FLAGS_MAPPED_NIC_UPDATED","features":[320]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_INITIALIZING","features":[320]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED","features":[320]},{"name":"NDIS_SWITCH_NIC_FLAGS_NIC_SUSPENDED_LM","features":[320]},{"name":"NDIS_SWITCH_NIC_OID_REQUEST_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_NIC_PARAMETERS_REVISION_2","features":[320]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_NIC_SAVE_STATE_REVISION_2","features":[320]},{"name":"NDIS_SWITCH_OBJECT_SERIALIZATION_VERSION_1","features":[320]},{"name":"NDIS_SWITCH_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_ARRAY_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_CUSTOM_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_FEATURE_STATUS_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_RESTORING_PORT","features":[320]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_FLAG_UNTRUSTED_INTERNAL_PORT","features":[320]},{"name":"NDIS_SWITCH_PORT_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_CUSTOM_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ISOLATION_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_PROFILE_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_SECURITY_REVISION_2","features":[320]},{"name":"NDIS_SWITCH_PORT_PROPERTY_VLAN_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PROPERTY_CUSTOM_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PROPERTY_DELETE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_INFO_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SWITCH_PROPERTY_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_SYSTEM_PROCESSOR_INFO_EX_REVISION_1","features":[320]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD","features":[320]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_1","features":[320]},{"name":"NDIS_TCP_CONNECTION_OFFLOAD_REVISION_2","features":[320]},{"name":"NDIS_TCP_IP_CHECKSUM_OFFLOAD","features":[320]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V1","features":[320]},{"name":"NDIS_TCP_LARGE_SEND_OFFLOAD_V2","features":[320]},{"name":"NDIS_TCP_RECV_SEG_COALESC_OFFLOAD_REVISION_1","features":[320]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[320]},{"name":"NDIS_TIMEOUT_DPC_REQUEST_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_TIMESTAMP_CAPABILITIES","features":[305,320]},{"name":"NDIS_TIMESTAMP_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_TIMESTAMP_CAPABILITY_FLAGS","features":[305,320]},{"name":"NDIS_VAR_DATA_DESC","features":[320]},{"name":"NDIS_WAN_HEADER_FORMAT","features":[320]},{"name":"NDIS_WAN_MEDIUM_SUBTYPE","features":[320]},{"name":"NDIS_WAN_PROTOCOL_CAPS","features":[320]},{"name":"NDIS_WAN_QUALITY","features":[320]},{"name":"NDIS_WLAN_BSSID","features":[320]},{"name":"NDIS_WLAN_BSSID_EX","features":[320]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_ENABLED","features":[320]},{"name":"NDIS_WLAN_WAKE_ON_4WAY_HANDSHAKE_REQUEST_SUPPORTED","features":[320]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_ENABLED","features":[320]},{"name":"NDIS_WLAN_WAKE_ON_AP_ASSOCIATION_LOST_SUPPORTED","features":[320]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_ENABLED","features":[320]},{"name":"NDIS_WLAN_WAKE_ON_GTK_HANDSHAKE_ERROR_SUPPORTED","features":[320]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_ENABLED","features":[320]},{"name":"NDIS_WLAN_WAKE_ON_NLO_DISCOVERY_SUPPORTED","features":[320]},{"name":"NDIS_WMI_DEFAULT_METHOD_ID","features":[320]},{"name":"NDIS_WMI_ENUM_ADAPTER","features":[320]},{"name":"NDIS_WMI_ENUM_ADAPTER_REVISION_1","features":[320]},{"name":"NDIS_WMI_EVENT_HEADER","features":[320]},{"name":"NDIS_WMI_EVENT_HEADER_REVISION_1","features":[320]},{"name":"NDIS_WMI_IPSEC_OFFLOAD_V1","features":[320]},{"name":"NDIS_WMI_METHOD_HEADER","features":[320]},{"name":"NDIS_WMI_METHOD_HEADER_REVISION_1","features":[320]},{"name":"NDIS_WMI_OBJECT_TYPE_ENUM_ADAPTER","features":[320]},{"name":"NDIS_WMI_OBJECT_TYPE_EVENT","features":[320]},{"name":"NDIS_WMI_OBJECT_TYPE_METHOD","features":[320]},{"name":"NDIS_WMI_OBJECT_TYPE_OUTPUT_INFO","features":[320]},{"name":"NDIS_WMI_OBJECT_TYPE_SET","features":[320]},{"name":"NDIS_WMI_OFFLOAD","features":[320]},{"name":"NDIS_WMI_OUTPUT_INFO","features":[320]},{"name":"NDIS_WMI_PM_ACTIVE_CAPABILITIES_REVISION_1","features":[320]},{"name":"NDIS_WMI_PM_ADMIN_CONFIG_REVISION_1","features":[320]},{"name":"NDIS_WMI_RECEIVE_QUEUE_INFO_REVISION_1","features":[320]},{"name":"NDIS_WMI_RECEIVE_QUEUE_PARAMETERS_REVISION_1","features":[320]},{"name":"NDIS_WMI_SET_HEADER","features":[320]},{"name":"NDIS_WMI_SET_HEADER_REVISION_1","features":[320]},{"name":"NDIS_WMI_TCP_CONNECTION_OFFLOAD","features":[320]},{"name":"NDIS_WMI_TCP_IP_CHECKSUM_OFFLOAD","features":[320]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V1","features":[320]},{"name":"NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2","features":[320]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_ENABLED","features":[320]},{"name":"NDIS_WWAN_WAKE_ON_PACKET_STATE_SUPPORTED","features":[320]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_ENABLED","features":[320]},{"name":"NDIS_WWAN_WAKE_ON_REGISTER_STATE_SUPPORTED","features":[320]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_ENABLED","features":[320]},{"name":"NDIS_WWAN_WAKE_ON_SMS_RECEIVE_SUPPORTED","features":[320]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_ENABLED","features":[320]},{"name":"NDIS_WWAN_WAKE_ON_UICC_CHANGE_SUPPORTED","features":[320]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_ENABLED","features":[320]},{"name":"NDIS_WWAN_WAKE_ON_USSD_RECEIVE_SUPPORTED","features":[320]},{"name":"NDK_ADAPTER_FLAG_CQ_INTERRUPT_MODERATION_SUPPORTED","features":[320]},{"name":"NDK_ADAPTER_FLAG_CQ_RESIZE_SUPPORTED","features":[320]},{"name":"NDK_ADAPTER_FLAG_IN_ORDER_DMA_SUPPORTED","features":[320]},{"name":"NDK_ADAPTER_FLAG_LOOPBACK_CONNECTIONS_SUPPORTED","features":[320]},{"name":"NDK_ADAPTER_FLAG_MULTI_ENGINE_SUPPORTED","features":[320]},{"name":"NDK_ADAPTER_FLAG_RDMA_READ_LOCAL_INVALIDATE_SUPPORTED","features":[320]},{"name":"NDK_ADAPTER_FLAG_RDMA_READ_SINK_NOT_REQUIRED","features":[320]},{"name":"NDK_ADAPTER_INFO","features":[320]},{"name":"NDK_RDMA_TECHNOLOGY","features":[320]},{"name":"NDK_VERSION","features":[320]},{"name":"NETWORK_ADDRESS","features":[320]},{"name":"NETWORK_ADDRESS_IP","features":[320]},{"name":"NETWORK_ADDRESS_IP6","features":[320]},{"name":"NETWORK_ADDRESS_IPX","features":[320]},{"name":"NETWORK_ADDRESS_LIST","features":[320]},{"name":"NET_IFLUID_UNSPECIFIED","features":[320]},{"name":"NET_IF_ACCESS_BROADCAST","features":[320]},{"name":"NET_IF_ACCESS_LOOPBACK","features":[320]},{"name":"NET_IF_ACCESS_MAXIMUM","features":[320]},{"name":"NET_IF_ACCESS_POINT_TO_MULTI_POINT","features":[320]},{"name":"NET_IF_ACCESS_POINT_TO_POINT","features":[320]},{"name":"NET_IF_ACCESS_TYPE","features":[320]},{"name":"NET_IF_ADMIN_STATUS","features":[320]},{"name":"NET_IF_ADMIN_STATUS_DOWN","features":[320]},{"name":"NET_IF_ADMIN_STATUS_TESTING","features":[320]},{"name":"NET_IF_ADMIN_STATUS_UP","features":[320]},{"name":"NET_IF_ALIAS_LH","features":[320]},{"name":"NET_IF_COMPARTMENT_ID","features":[320]},{"name":"NET_IF_COMPARTMENT_ID_PRIMARY","features":[320]},{"name":"NET_IF_COMPARTMENT_ID_UNSPECIFIED","features":[320]},{"name":"NET_IF_CONNECTION_DEDICATED","features":[320]},{"name":"NET_IF_CONNECTION_DEMAND","features":[320]},{"name":"NET_IF_CONNECTION_MAXIMUM","features":[320]},{"name":"NET_IF_CONNECTION_PASSIVE","features":[320]},{"name":"NET_IF_CONNECTION_TYPE","features":[320]},{"name":"NET_IF_DIRECTION_MAXIMUM","features":[320]},{"name":"NET_IF_DIRECTION_RECEIVEONLY","features":[320]},{"name":"NET_IF_DIRECTION_SENDONLY","features":[320]},{"name":"NET_IF_DIRECTION_SENDRECEIVE","features":[320]},{"name":"NET_IF_DIRECTION_TYPE","features":[320]},{"name":"NET_IF_MEDIA_CONNECT_STATE","features":[320]},{"name":"NET_IF_MEDIA_DUPLEX_STATE","features":[320]},{"name":"NET_IF_OID_COMPARTMENT_ID","features":[320]},{"name":"NET_IF_OID_IF_ALIAS","features":[320]},{"name":"NET_IF_OID_IF_ENTRY","features":[320]},{"name":"NET_IF_OID_NETWORK_GUID","features":[320]},{"name":"NET_IF_OPER_STATUS","features":[320]},{"name":"NET_IF_OPER_STATUS_DORMANT","features":[320]},{"name":"NET_IF_OPER_STATUS_DORMANT_LOW_POWER","features":[320]},{"name":"NET_IF_OPER_STATUS_DORMANT_PAUSED","features":[320]},{"name":"NET_IF_OPER_STATUS_DOWN","features":[320]},{"name":"NET_IF_OPER_STATUS_DOWN_NOT_AUTHENTICATED","features":[320]},{"name":"NET_IF_OPER_STATUS_DOWN_NOT_MEDIA_CONNECTED","features":[320]},{"name":"NET_IF_OPER_STATUS_LOWER_LAYER_DOWN","features":[320]},{"name":"NET_IF_OPER_STATUS_NOT_PRESENT","features":[320]},{"name":"NET_IF_OPER_STATUS_TESTING","features":[320]},{"name":"NET_IF_OPER_STATUS_UNKNOWN","features":[320]},{"name":"NET_IF_OPER_STATUS_UP","features":[320]},{"name":"NET_IF_RCV_ADDRESS_LH","features":[320]},{"name":"NET_IF_RCV_ADDRESS_TYPE","features":[320]},{"name":"NET_IF_RCV_ADDRESS_TYPE_NON_VOLATILE","features":[320]},{"name":"NET_IF_RCV_ADDRESS_TYPE_OTHER","features":[320]},{"name":"NET_IF_RCV_ADDRESS_TYPE_VOLATILE","features":[320]},{"name":"NET_LUID_LH","features":[320]},{"name":"NET_PHYSICAL_LOCATION_LH","features":[320]},{"name":"NET_SITEID_MAXSYSTEM","features":[320]},{"name":"NET_SITEID_MAXUSER","features":[320]},{"name":"NET_SITEID_UNSPECIFIED","features":[320]},{"name":"NIIF_FILTER_INTERFACE","features":[320]},{"name":"NIIF_HARDWARE_INTERFACE","features":[320]},{"name":"NIIF_NDIS_ENDPOINT_INTERFACE","features":[320]},{"name":"NIIF_NDIS_ISCSI_INTERFACE","features":[320]},{"name":"NIIF_NDIS_RESERVED1","features":[320]},{"name":"NIIF_NDIS_RESERVED2","features":[320]},{"name":"NIIF_NDIS_RESERVED3","features":[320]},{"name":"NIIF_NDIS_RESERVED4","features":[320]},{"name":"NIIF_NDIS_WDM_INTERFACE","features":[320]},{"name":"Ndis802_11AuthModeAutoSwitch","features":[320]},{"name":"Ndis802_11AuthModeMax","features":[320]},{"name":"Ndis802_11AuthModeOpen","features":[320]},{"name":"Ndis802_11AuthModeShared","features":[320]},{"name":"Ndis802_11AuthModeWPA","features":[320]},{"name":"Ndis802_11AuthModeWPA2","features":[320]},{"name":"Ndis802_11AuthModeWPA2PSK","features":[320]},{"name":"Ndis802_11AuthModeWPA3","features":[320]},{"name":"Ndis802_11AuthModeWPA3Ent","features":[320]},{"name":"Ndis802_11AuthModeWPA3Ent192","features":[320]},{"name":"Ndis802_11AuthModeWPA3SAE","features":[320]},{"name":"Ndis802_11AuthModeWPANone","features":[320]},{"name":"Ndis802_11AuthModeWPAPSK","features":[320]},{"name":"Ndis802_11AutoUnknown","features":[320]},{"name":"Ndis802_11Automode","features":[320]},{"name":"Ndis802_11DS","features":[320]},{"name":"Ndis802_11Encryption1Enabled","features":[320]},{"name":"Ndis802_11Encryption1KeyAbsent","features":[320]},{"name":"Ndis802_11Encryption2Enabled","features":[320]},{"name":"Ndis802_11Encryption2KeyAbsent","features":[320]},{"name":"Ndis802_11Encryption3Enabled","features":[320]},{"name":"Ndis802_11Encryption3KeyAbsent","features":[320]},{"name":"Ndis802_11EncryptionDisabled","features":[320]},{"name":"Ndis802_11EncryptionNotSupported","features":[320]},{"name":"Ndis802_11FH","features":[320]},{"name":"Ndis802_11IBSS","features":[320]},{"name":"Ndis802_11Infrastructure","features":[320]},{"name":"Ndis802_11InfrastructureMax","features":[320]},{"name":"Ndis802_11MediaStreamOff","features":[320]},{"name":"Ndis802_11MediaStreamOn","features":[320]},{"name":"Ndis802_11NetworkTypeMax","features":[320]},{"name":"Ndis802_11OFDM24","features":[320]},{"name":"Ndis802_11OFDM5","features":[320]},{"name":"Ndis802_11PowerModeCAM","features":[320]},{"name":"Ndis802_11PowerModeFast_PSP","features":[320]},{"name":"Ndis802_11PowerModeMAX_PSP","features":[320]},{"name":"Ndis802_11PowerModeMax","features":[320]},{"name":"Ndis802_11PrivFilter8021xWEP","features":[320]},{"name":"Ndis802_11PrivFilterAcceptAll","features":[320]},{"name":"Ndis802_11RadioStatusHardwareOff","features":[320]},{"name":"Ndis802_11RadioStatusHardwareSoftwareOff","features":[320]},{"name":"Ndis802_11RadioStatusMax","features":[320]},{"name":"Ndis802_11RadioStatusOn","features":[320]},{"name":"Ndis802_11RadioStatusSoftwareOff","features":[320]},{"name":"Ndis802_11ReloadWEPKeys","features":[320]},{"name":"Ndis802_11StatusTypeMax","features":[320]},{"name":"Ndis802_11StatusType_Authentication","features":[320]},{"name":"Ndis802_11StatusType_MediaStreamMode","features":[320]},{"name":"Ndis802_11StatusType_PMKID_CandidateList","features":[320]},{"name":"Ndis802_11WEPDisabled","features":[320]},{"name":"Ndis802_11WEPEnabled","features":[320]},{"name":"Ndis802_11WEPKeyAbsent","features":[320]},{"name":"Ndis802_11WEPNotSupported","features":[320]},{"name":"NdisDefinitelyNetworkChange","features":[320]},{"name":"NdisDeviceStateD0","features":[320]},{"name":"NdisDeviceStateD1","features":[320]},{"name":"NdisDeviceStateD2","features":[320]},{"name":"NdisDeviceStateD3","features":[320]},{"name":"NdisDeviceStateMaximum","features":[320]},{"name":"NdisDeviceStateUnspecified","features":[320]},{"name":"NdisFddiRingDetect","features":[320]},{"name":"NdisFddiRingDirected","features":[320]},{"name":"NdisFddiRingIsolated","features":[320]},{"name":"NdisFddiRingNonOperational","features":[320]},{"name":"NdisFddiRingNonOperationalDup","features":[320]},{"name":"NdisFddiRingOperational","features":[320]},{"name":"NdisFddiRingOperationalDup","features":[320]},{"name":"NdisFddiRingTrace","features":[320]},{"name":"NdisFddiStateActive","features":[320]},{"name":"NdisFddiStateBreak","features":[320]},{"name":"NdisFddiStateConnect","features":[320]},{"name":"NdisFddiStateJoin","features":[320]},{"name":"NdisFddiStateMaintenance","features":[320]},{"name":"NdisFddiStateNext","features":[320]},{"name":"NdisFddiStateOff","features":[320]},{"name":"NdisFddiStateSignal","features":[320]},{"name":"NdisFddiStateTrace","features":[320]},{"name":"NdisFddiStateVerify","features":[320]},{"name":"NdisFddiTypeCWrapA","features":[320]},{"name":"NdisFddiTypeCWrapB","features":[320]},{"name":"NdisFddiTypeCWrapS","features":[320]},{"name":"NdisFddiTypeIsolated","features":[320]},{"name":"NdisFddiTypeLocalA","features":[320]},{"name":"NdisFddiTypeLocalAB","features":[320]},{"name":"NdisFddiTypeLocalB","features":[320]},{"name":"NdisFddiTypeLocalS","features":[320]},{"name":"NdisFddiTypeThrough","features":[320]},{"name":"NdisFddiTypeWrapA","features":[320]},{"name":"NdisFddiTypeWrapAB","features":[320]},{"name":"NdisFddiTypeWrapB","features":[320]},{"name":"NdisFddiTypeWrapS","features":[320]},{"name":"NdisHardwareStatusClosing","features":[320]},{"name":"NdisHardwareStatusInitializing","features":[320]},{"name":"NdisHardwareStatusNotReady","features":[320]},{"name":"NdisHardwareStatusReady","features":[320]},{"name":"NdisHardwareStatusReset","features":[320]},{"name":"NdisHashFunctionReserved1","features":[320]},{"name":"NdisHashFunctionReserved2","features":[320]},{"name":"NdisHashFunctionReserved3","features":[320]},{"name":"NdisHashFunctionToeplitz","features":[320]},{"name":"NdisInterruptModerationDisabled","features":[320]},{"name":"NdisInterruptModerationEnabled","features":[320]},{"name":"NdisInterruptModerationNotSupported","features":[320]},{"name":"NdisInterruptModerationUnknown","features":[320]},{"name":"NdisMediaStateConnected","features":[320]},{"name":"NdisMediaStateDisconnected","features":[320]},{"name":"NdisMedium1394","features":[320]},{"name":"NdisMedium802_3","features":[320]},{"name":"NdisMedium802_5","features":[320]},{"name":"NdisMediumArcnet878_2","features":[320]},{"name":"NdisMediumArcnetRaw","features":[320]},{"name":"NdisMediumAtm","features":[320]},{"name":"NdisMediumBpc","features":[320]},{"name":"NdisMediumCoWan","features":[320]},{"name":"NdisMediumDix","features":[320]},{"name":"NdisMediumFddi","features":[320]},{"name":"NdisMediumIP","features":[320]},{"name":"NdisMediumInfiniBand","features":[320]},{"name":"NdisMediumIrda","features":[320]},{"name":"NdisMediumLocalTalk","features":[320]},{"name":"NdisMediumLoopback","features":[320]},{"name":"NdisMediumMax","features":[320]},{"name":"NdisMediumNative802_11","features":[320]},{"name":"NdisMediumTunnel","features":[320]},{"name":"NdisMediumWan","features":[320]},{"name":"NdisMediumWiMAX","features":[320]},{"name":"NdisMediumWirelessWan","features":[320]},{"name":"NdisNetworkChangeFromMediaConnect","features":[320]},{"name":"NdisNetworkChangeMax","features":[320]},{"name":"NdisPauseFunctionsReceiveOnly","features":[320]},{"name":"NdisPauseFunctionsSendAndReceive","features":[320]},{"name":"NdisPauseFunctionsSendOnly","features":[320]},{"name":"NdisPauseFunctionsUnknown","features":[320]},{"name":"NdisPauseFunctionsUnsupported","features":[320]},{"name":"NdisPhysicalMedium1394","features":[320]},{"name":"NdisPhysicalMedium802_3","features":[320]},{"name":"NdisPhysicalMedium802_5","features":[320]},{"name":"NdisPhysicalMediumBluetooth","features":[320]},{"name":"NdisPhysicalMediumCableModem","features":[320]},{"name":"NdisPhysicalMediumDSL","features":[320]},{"name":"NdisPhysicalMediumFibreChannel","features":[320]},{"name":"NdisPhysicalMediumInfiniband","features":[320]},{"name":"NdisPhysicalMediumIrda","features":[320]},{"name":"NdisPhysicalMediumMax","features":[320]},{"name":"NdisPhysicalMediumNative802_11","features":[320]},{"name":"NdisPhysicalMediumNative802_15_4","features":[320]},{"name":"NdisPhysicalMediumOther","features":[320]},{"name":"NdisPhysicalMediumPhoneLine","features":[320]},{"name":"NdisPhysicalMediumPowerLine","features":[320]},{"name":"NdisPhysicalMediumUWB","features":[320]},{"name":"NdisPhysicalMediumUnspecified","features":[320]},{"name":"NdisPhysicalMediumWiMax","features":[320]},{"name":"NdisPhysicalMediumWiredCoWan","features":[320]},{"name":"NdisPhysicalMediumWiredWAN","features":[320]},{"name":"NdisPhysicalMediumWirelessLan","features":[320]},{"name":"NdisPhysicalMediumWirelessWan","features":[320]},{"name":"NdisPortAuthorizationUnknown","features":[320]},{"name":"NdisPortAuthorized","features":[320]},{"name":"NdisPortControlStateControlled","features":[320]},{"name":"NdisPortControlStateUncontrolled","features":[320]},{"name":"NdisPortControlStateUnknown","features":[320]},{"name":"NdisPortReauthorizing","features":[320]},{"name":"NdisPortType8021xSupplicant","features":[320]},{"name":"NdisPortTypeBridge","features":[320]},{"name":"NdisPortTypeMax","features":[320]},{"name":"NdisPortTypeRasConnection","features":[320]},{"name":"NdisPortTypeUndefined","features":[320]},{"name":"NdisPortUnauthorized","features":[320]},{"name":"NdisPossibleNetworkChange","features":[320]},{"name":"NdisProcessorVendorAuthenticAMD","features":[320]},{"name":"NdisProcessorVendorGenuinIntel","features":[320]},{"name":"NdisProcessorVendorGenuineIntel","features":[320]},{"name":"NdisProcessorVendorUnknown","features":[320]},{"name":"NdisRequestClose","features":[320]},{"name":"NdisRequestGeneric1","features":[320]},{"name":"NdisRequestGeneric2","features":[320]},{"name":"NdisRequestGeneric3","features":[320]},{"name":"NdisRequestGeneric4","features":[320]},{"name":"NdisRequestOpen","features":[320]},{"name":"NdisRequestQueryInformation","features":[320]},{"name":"NdisRequestQueryStatistics","features":[320]},{"name":"NdisRequestReset","features":[320]},{"name":"NdisRequestSend","features":[320]},{"name":"NdisRequestSetInformation","features":[320]},{"name":"NdisRequestTransferData","features":[320]},{"name":"NdisRingStateClosed","features":[320]},{"name":"NdisRingStateClosing","features":[320]},{"name":"NdisRingStateOpenFailure","features":[320]},{"name":"NdisRingStateOpened","features":[320]},{"name":"NdisRingStateOpening","features":[320]},{"name":"NdisRingStateRingFailure","features":[320]},{"name":"NdisWanErrorControl","features":[320]},{"name":"NdisWanHeaderEthernet","features":[320]},{"name":"NdisWanHeaderNative","features":[320]},{"name":"NdisWanMediumAgileVPN","features":[320]},{"name":"NdisWanMediumAtm","features":[320]},{"name":"NdisWanMediumFrameRelay","features":[320]},{"name":"NdisWanMediumGre","features":[320]},{"name":"NdisWanMediumHub","features":[320]},{"name":"NdisWanMediumIrda","features":[320]},{"name":"NdisWanMediumIsdn","features":[320]},{"name":"NdisWanMediumL2TP","features":[320]},{"name":"NdisWanMediumPPTP","features":[320]},{"name":"NdisWanMediumParallel","features":[320]},{"name":"NdisWanMediumPppoe","features":[320]},{"name":"NdisWanMediumSSTP","features":[320]},{"name":"NdisWanMediumSW56K","features":[320]},{"name":"NdisWanMediumSerial","features":[320]},{"name":"NdisWanMediumSonet","features":[320]},{"name":"NdisWanMediumSubTypeMax","features":[320]},{"name":"NdisWanMediumX_25","features":[320]},{"name":"NdisWanRaw","features":[320]},{"name":"NdisWanReliable","features":[320]},{"name":"NdkInfiniBand","features":[320]},{"name":"NdkMaxTechnology","features":[320]},{"name":"NdkRoCE","features":[320]},{"name":"NdkRoCEv2","features":[320]},{"name":"NdkUndefined","features":[320]},{"name":"NdkiWarp","features":[320]},{"name":"OFFLOAD_ALGO_INFO","features":[320]},{"name":"OFFLOAD_CONF_ALGO","features":[320]},{"name":"OFFLOAD_INBOUND_SA","features":[320]},{"name":"OFFLOAD_INTEGRITY_ALGO","features":[320]},{"name":"OFFLOAD_IPSEC_ADD_SA","features":[305,320]},{"name":"OFFLOAD_IPSEC_ADD_UDPESP_SA","features":[305,320]},{"name":"OFFLOAD_IPSEC_CONF_3_DES","features":[320]},{"name":"OFFLOAD_IPSEC_CONF_DES","features":[320]},{"name":"OFFLOAD_IPSEC_CONF_MAX","features":[320]},{"name":"OFFLOAD_IPSEC_CONF_NONE","features":[320]},{"name":"OFFLOAD_IPSEC_CONF_RESERVED","features":[320]},{"name":"OFFLOAD_IPSEC_DELETE_SA","features":[305,320]},{"name":"OFFLOAD_IPSEC_DELETE_UDPESP_SA","features":[305,320]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MAX","features":[320]},{"name":"OFFLOAD_IPSEC_INTEGRITY_MD5","features":[320]},{"name":"OFFLOAD_IPSEC_INTEGRITY_NONE","features":[320]},{"name":"OFFLOAD_IPSEC_INTEGRITY_SHA","features":[320]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_ENTRY","features":[320]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_IKE","features":[320]},{"name":"OFFLOAD_IPSEC_UDPESP_ENCAPTYPE_OTHER","features":[320]},{"name":"OFFLOAD_MAX_SAS","features":[320]},{"name":"OFFLOAD_OPERATION_E","features":[320]},{"name":"OFFLOAD_OUTBOUND_SA","features":[320]},{"name":"OFFLOAD_SECURITY_ASSOCIATION","features":[320]},{"name":"OID_1394_LOCAL_NODE_INFO","features":[320]},{"name":"OID_1394_VC_INFO","features":[320]},{"name":"OID_802_11_ADD_KEY","features":[320]},{"name":"OID_802_11_ADD_WEP","features":[320]},{"name":"OID_802_11_ASSOCIATION_INFORMATION","features":[320]},{"name":"OID_802_11_AUTHENTICATION_MODE","features":[320]},{"name":"OID_802_11_BSSID","features":[320]},{"name":"OID_802_11_BSSID_LIST","features":[320]},{"name":"OID_802_11_BSSID_LIST_SCAN","features":[320]},{"name":"OID_802_11_CAPABILITY","features":[320]},{"name":"OID_802_11_CONFIGURATION","features":[320]},{"name":"OID_802_11_DESIRED_RATES","features":[320]},{"name":"OID_802_11_DISASSOCIATE","features":[320]},{"name":"OID_802_11_ENCRYPTION_STATUS","features":[320]},{"name":"OID_802_11_FRAGMENTATION_THRESHOLD","features":[320]},{"name":"OID_802_11_INFRASTRUCTURE_MODE","features":[320]},{"name":"OID_802_11_MEDIA_STREAM_MODE","features":[320]},{"name":"OID_802_11_NETWORK_TYPES_SUPPORTED","features":[320]},{"name":"OID_802_11_NETWORK_TYPE_IN_USE","features":[320]},{"name":"OID_802_11_NON_BCAST_SSID_LIST","features":[320]},{"name":"OID_802_11_NUMBER_OF_ANTENNAS","features":[320]},{"name":"OID_802_11_PMKID","features":[320]},{"name":"OID_802_11_POWER_MODE","features":[320]},{"name":"OID_802_11_PRIVACY_FILTER","features":[320]},{"name":"OID_802_11_RADIO_STATUS","features":[320]},{"name":"OID_802_11_RELOAD_DEFAULTS","features":[320]},{"name":"OID_802_11_REMOVE_KEY","features":[320]},{"name":"OID_802_11_REMOVE_WEP","features":[320]},{"name":"OID_802_11_RSSI","features":[320]},{"name":"OID_802_11_RSSI_TRIGGER","features":[320]},{"name":"OID_802_11_RTS_THRESHOLD","features":[320]},{"name":"OID_802_11_RX_ANTENNA_SELECTED","features":[320]},{"name":"OID_802_11_SSID","features":[320]},{"name":"OID_802_11_STATISTICS","features":[320]},{"name":"OID_802_11_SUPPORTED_RATES","features":[320]},{"name":"OID_802_11_TEST","features":[320]},{"name":"OID_802_11_TX_ANTENNA_SELECTED","features":[320]},{"name":"OID_802_11_TX_POWER_LEVEL","features":[320]},{"name":"OID_802_11_WEP_STATUS","features":[320]},{"name":"OID_802_3_ADD_MULTICAST_ADDRESS","features":[320]},{"name":"OID_802_3_CURRENT_ADDRESS","features":[320]},{"name":"OID_802_3_DELETE_MULTICAST_ADDRESS","features":[320]},{"name":"OID_802_3_MAC_OPTIONS","features":[320]},{"name":"OID_802_3_MAXIMUM_LIST_SIZE","features":[320]},{"name":"OID_802_3_MULTICAST_LIST","features":[320]},{"name":"OID_802_3_PERMANENT_ADDRESS","features":[320]},{"name":"OID_802_3_RCV_ERROR_ALIGNMENT","features":[320]},{"name":"OID_802_3_RCV_OVERRUN","features":[320]},{"name":"OID_802_3_XMIT_DEFERRED","features":[320]},{"name":"OID_802_3_XMIT_HEARTBEAT_FAILURE","features":[320]},{"name":"OID_802_3_XMIT_LATE_COLLISIONS","features":[320]},{"name":"OID_802_3_XMIT_MAX_COLLISIONS","features":[320]},{"name":"OID_802_3_XMIT_MORE_COLLISIONS","features":[320]},{"name":"OID_802_3_XMIT_ONE_COLLISION","features":[320]},{"name":"OID_802_3_XMIT_TIMES_CRS_LOST","features":[320]},{"name":"OID_802_3_XMIT_UNDERRUN","features":[320]},{"name":"OID_802_5_ABORT_DELIMETERS","features":[320]},{"name":"OID_802_5_AC_ERRORS","features":[320]},{"name":"OID_802_5_BURST_ERRORS","features":[320]},{"name":"OID_802_5_CURRENT_ADDRESS","features":[320]},{"name":"OID_802_5_CURRENT_FUNCTIONAL","features":[320]},{"name":"OID_802_5_CURRENT_GROUP","features":[320]},{"name":"OID_802_5_CURRENT_RING_STATE","features":[320]},{"name":"OID_802_5_CURRENT_RING_STATUS","features":[320]},{"name":"OID_802_5_FRAME_COPIED_ERRORS","features":[320]},{"name":"OID_802_5_FREQUENCY_ERRORS","features":[320]},{"name":"OID_802_5_INTERNAL_ERRORS","features":[320]},{"name":"OID_802_5_LAST_OPEN_STATUS","features":[320]},{"name":"OID_802_5_LINE_ERRORS","features":[320]},{"name":"OID_802_5_LOST_FRAMES","features":[320]},{"name":"OID_802_5_PERMANENT_ADDRESS","features":[320]},{"name":"OID_802_5_TOKEN_ERRORS","features":[320]},{"name":"OID_ARCNET_CURRENT_ADDRESS","features":[320]},{"name":"OID_ARCNET_PERMANENT_ADDRESS","features":[320]},{"name":"OID_ARCNET_RECONFIGURATIONS","features":[320]},{"name":"OID_ATM_ACQUIRE_ACCESS_NET_RESOURCES","features":[320]},{"name":"OID_ATM_ALIGNMENT_REQUIRED","features":[320]},{"name":"OID_ATM_ASSIGNED_VPI","features":[320]},{"name":"OID_ATM_CALL_ALERTING","features":[320]},{"name":"OID_ATM_CALL_NOTIFY","features":[320]},{"name":"OID_ATM_CALL_PROCEEDING","features":[320]},{"name":"OID_ATM_CELLS_HEC_ERROR","features":[320]},{"name":"OID_ATM_DIGITAL_BROADCAST_VPIVCI","features":[320]},{"name":"OID_ATM_GET_NEAREST_FLOW","features":[320]},{"name":"OID_ATM_HW_CURRENT_ADDRESS","features":[320]},{"name":"OID_ATM_ILMI_VPIVCI","features":[320]},{"name":"OID_ATM_LECS_ADDRESS","features":[320]},{"name":"OID_ATM_MAX_AAL0_PACKET_SIZE","features":[320]},{"name":"OID_ATM_MAX_AAL1_PACKET_SIZE","features":[320]},{"name":"OID_ATM_MAX_AAL34_PACKET_SIZE","features":[320]},{"name":"OID_ATM_MAX_AAL5_PACKET_SIZE","features":[320]},{"name":"OID_ATM_MAX_ACTIVE_VCI_BITS","features":[320]},{"name":"OID_ATM_MAX_ACTIVE_VCS","features":[320]},{"name":"OID_ATM_MAX_ACTIVE_VPI_BITS","features":[320]},{"name":"OID_ATM_MY_IP_NM_ADDRESS","features":[320]},{"name":"OID_ATM_PARTY_ALERTING","features":[320]},{"name":"OID_ATM_RCV_CELLS_DROPPED","features":[320]},{"name":"OID_ATM_RCV_CELLS_OK","features":[320]},{"name":"OID_ATM_RCV_INVALID_VPI_VCI","features":[320]},{"name":"OID_ATM_RCV_REASSEMBLY_ERROR","features":[320]},{"name":"OID_ATM_RELEASE_ACCESS_NET_RESOURCES","features":[320]},{"name":"OID_ATM_SERVICE_ADDRESS","features":[320]},{"name":"OID_ATM_SIGNALING_VPIVCI","features":[320]},{"name":"OID_ATM_SUPPORTED_AAL_TYPES","features":[320]},{"name":"OID_ATM_SUPPORTED_SERVICE_CATEGORY","features":[320]},{"name":"OID_ATM_SUPPORTED_VC_RATES","features":[320]},{"name":"OID_ATM_XMIT_CELLS_OK","features":[320]},{"name":"OID_CO_ADDRESS_CHANGE","features":[320]},{"name":"OID_CO_ADD_ADDRESS","features":[320]},{"name":"OID_CO_ADD_PVC","features":[320]},{"name":"OID_CO_AF_CLOSE","features":[320]},{"name":"OID_CO_DELETE_ADDRESS","features":[320]},{"name":"OID_CO_DELETE_PVC","features":[320]},{"name":"OID_CO_GET_ADDRESSES","features":[320]},{"name":"OID_CO_GET_CALL_INFORMATION","features":[320]},{"name":"OID_CO_SIGNALING_DISABLED","features":[320]},{"name":"OID_CO_SIGNALING_ENABLED","features":[320]},{"name":"OID_CO_TAPI_ADDRESS_CAPS","features":[320]},{"name":"OID_CO_TAPI_CM_CAPS","features":[320]},{"name":"OID_CO_TAPI_DONT_REPORT_DIGITS","features":[320]},{"name":"OID_CO_TAPI_GET_CALL_DIAGNOSTICS","features":[320]},{"name":"OID_CO_TAPI_LINE_CAPS","features":[320]},{"name":"OID_CO_TAPI_REPORT_DIGITS","features":[320]},{"name":"OID_CO_TAPI_TRANSLATE_NDIS_CALLPARAMS","features":[320]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_CALLPARAMS","features":[320]},{"name":"OID_CO_TAPI_TRANSLATE_TAPI_SAP","features":[320]},{"name":"OID_FDDI_ATTACHMENT_TYPE","features":[320]},{"name":"OID_FDDI_DOWNSTREAM_NODE_LONG","features":[320]},{"name":"OID_FDDI_FRAMES_LOST","features":[320]},{"name":"OID_FDDI_FRAME_ERRORS","features":[320]},{"name":"OID_FDDI_IF_ADMIN_STATUS","features":[320]},{"name":"OID_FDDI_IF_DESCR","features":[320]},{"name":"OID_FDDI_IF_IN_DISCARDS","features":[320]},{"name":"OID_FDDI_IF_IN_ERRORS","features":[320]},{"name":"OID_FDDI_IF_IN_NUCAST_PKTS","features":[320]},{"name":"OID_FDDI_IF_IN_OCTETS","features":[320]},{"name":"OID_FDDI_IF_IN_UCAST_PKTS","features":[320]},{"name":"OID_FDDI_IF_IN_UNKNOWN_PROTOS","features":[320]},{"name":"OID_FDDI_IF_LAST_CHANGE","features":[320]},{"name":"OID_FDDI_IF_MTU","features":[320]},{"name":"OID_FDDI_IF_OPER_STATUS","features":[320]},{"name":"OID_FDDI_IF_OUT_DISCARDS","features":[320]},{"name":"OID_FDDI_IF_OUT_ERRORS","features":[320]},{"name":"OID_FDDI_IF_OUT_NUCAST_PKTS","features":[320]},{"name":"OID_FDDI_IF_OUT_OCTETS","features":[320]},{"name":"OID_FDDI_IF_OUT_QLEN","features":[320]},{"name":"OID_FDDI_IF_OUT_UCAST_PKTS","features":[320]},{"name":"OID_FDDI_IF_PHYS_ADDRESS","features":[320]},{"name":"OID_FDDI_IF_SPECIFIC","features":[320]},{"name":"OID_FDDI_IF_SPEED","features":[320]},{"name":"OID_FDDI_IF_TYPE","features":[320]},{"name":"OID_FDDI_LCONNECTION_STATE","features":[320]},{"name":"OID_FDDI_LCT_FAILURES","features":[320]},{"name":"OID_FDDI_LEM_REJECTS","features":[320]},{"name":"OID_FDDI_LONG_CURRENT_ADDR","features":[320]},{"name":"OID_FDDI_LONG_MAX_LIST_SIZE","features":[320]},{"name":"OID_FDDI_LONG_MULTICAST_LIST","features":[320]},{"name":"OID_FDDI_LONG_PERMANENT_ADDR","features":[320]},{"name":"OID_FDDI_MAC_AVAILABLE_PATHS","features":[320]},{"name":"OID_FDDI_MAC_BRIDGE_FUNCTIONS","features":[320]},{"name":"OID_FDDI_MAC_COPIED_CT","features":[320]},{"name":"OID_FDDI_MAC_CURRENT_PATH","features":[320]},{"name":"OID_FDDI_MAC_DA_FLAG","features":[320]},{"name":"OID_FDDI_MAC_DOWNSTREAM_NBR","features":[320]},{"name":"OID_FDDI_MAC_DOWNSTREAM_PORT_TYPE","features":[320]},{"name":"OID_FDDI_MAC_DUP_ADDRESS_TEST","features":[320]},{"name":"OID_FDDI_MAC_ERROR_CT","features":[320]},{"name":"OID_FDDI_MAC_FRAME_CT","features":[320]},{"name":"OID_FDDI_MAC_FRAME_ERROR_FLAG","features":[320]},{"name":"OID_FDDI_MAC_FRAME_ERROR_RATIO","features":[320]},{"name":"OID_FDDI_MAC_FRAME_ERROR_THRESHOLD","features":[320]},{"name":"OID_FDDI_MAC_FRAME_STATUS_FUNCTIONS","features":[320]},{"name":"OID_FDDI_MAC_HARDWARE_PRESENT","features":[320]},{"name":"OID_FDDI_MAC_INDEX","features":[320]},{"name":"OID_FDDI_MAC_LATE_CT","features":[320]},{"name":"OID_FDDI_MAC_LONG_GRP_ADDRESS","features":[320]},{"name":"OID_FDDI_MAC_LOST_CT","features":[320]},{"name":"OID_FDDI_MAC_MA_UNITDATA_AVAILABLE","features":[320]},{"name":"OID_FDDI_MAC_MA_UNITDATA_ENABLE","features":[320]},{"name":"OID_FDDI_MAC_NOT_COPIED_CT","features":[320]},{"name":"OID_FDDI_MAC_NOT_COPIED_FLAG","features":[320]},{"name":"OID_FDDI_MAC_NOT_COPIED_RATIO","features":[320]},{"name":"OID_FDDI_MAC_NOT_COPIED_THRESHOLD","features":[320]},{"name":"OID_FDDI_MAC_OLD_DOWNSTREAM_NBR","features":[320]},{"name":"OID_FDDI_MAC_OLD_UPSTREAM_NBR","features":[320]},{"name":"OID_FDDI_MAC_REQUESTED_PATHS","features":[320]},{"name":"OID_FDDI_MAC_RING_OP_CT","features":[320]},{"name":"OID_FDDI_MAC_RMT_STATE","features":[320]},{"name":"OID_FDDI_MAC_SHORT_GRP_ADDRESS","features":[320]},{"name":"OID_FDDI_MAC_SMT_ADDRESS","features":[320]},{"name":"OID_FDDI_MAC_TOKEN_CT","features":[320]},{"name":"OID_FDDI_MAC_TRANSMIT_CT","features":[320]},{"name":"OID_FDDI_MAC_TVX_CAPABILITY","features":[320]},{"name":"OID_FDDI_MAC_TVX_EXPIRED_CT","features":[320]},{"name":"OID_FDDI_MAC_TVX_VALUE","features":[320]},{"name":"OID_FDDI_MAC_T_MAX","features":[320]},{"name":"OID_FDDI_MAC_T_MAX_CAPABILITY","features":[320]},{"name":"OID_FDDI_MAC_T_NEG","features":[320]},{"name":"OID_FDDI_MAC_T_PRI0","features":[320]},{"name":"OID_FDDI_MAC_T_PRI1","features":[320]},{"name":"OID_FDDI_MAC_T_PRI2","features":[320]},{"name":"OID_FDDI_MAC_T_PRI3","features":[320]},{"name":"OID_FDDI_MAC_T_PRI4","features":[320]},{"name":"OID_FDDI_MAC_T_PRI5","features":[320]},{"name":"OID_FDDI_MAC_T_PRI6","features":[320]},{"name":"OID_FDDI_MAC_T_REQ","features":[320]},{"name":"OID_FDDI_MAC_UNDA_FLAG","features":[320]},{"name":"OID_FDDI_MAC_UPSTREAM_NBR","features":[320]},{"name":"OID_FDDI_PATH_CONFIGURATION","features":[320]},{"name":"OID_FDDI_PATH_INDEX","features":[320]},{"name":"OID_FDDI_PATH_MAX_T_REQ","features":[320]},{"name":"OID_FDDI_PATH_RING_LATENCY","features":[320]},{"name":"OID_FDDI_PATH_SBA_AVAILABLE","features":[320]},{"name":"OID_FDDI_PATH_SBA_OVERHEAD","features":[320]},{"name":"OID_FDDI_PATH_SBA_PAYLOAD","features":[320]},{"name":"OID_FDDI_PATH_TRACE_STATUS","features":[320]},{"name":"OID_FDDI_PATH_TVX_LOWER_BOUND","features":[320]},{"name":"OID_FDDI_PATH_T_MAX_LOWER_BOUND","features":[320]},{"name":"OID_FDDI_PATH_T_R_MODE","features":[320]},{"name":"OID_FDDI_PORT_ACTION","features":[320]},{"name":"OID_FDDI_PORT_AVAILABLE_PATHS","features":[320]},{"name":"OID_FDDI_PORT_BS_FLAG","features":[320]},{"name":"OID_FDDI_PORT_CONNECTION_CAPABILITIES","features":[320]},{"name":"OID_FDDI_PORT_CONNECTION_POLICIES","features":[320]},{"name":"OID_FDDI_PORT_CONNNECT_STATE","features":[320]},{"name":"OID_FDDI_PORT_CURRENT_PATH","features":[320]},{"name":"OID_FDDI_PORT_EB_ERROR_CT","features":[320]},{"name":"OID_FDDI_PORT_HARDWARE_PRESENT","features":[320]},{"name":"OID_FDDI_PORT_INDEX","features":[320]},{"name":"OID_FDDI_PORT_LCT_FAIL_CT","features":[320]},{"name":"OID_FDDI_PORT_LEM_CT","features":[320]},{"name":"OID_FDDI_PORT_LEM_REJECT_CT","features":[320]},{"name":"OID_FDDI_PORT_LER_ALARM","features":[320]},{"name":"OID_FDDI_PORT_LER_CUTOFF","features":[320]},{"name":"OID_FDDI_PORT_LER_ESTIMATE","features":[320]},{"name":"OID_FDDI_PORT_LER_FLAG","features":[320]},{"name":"OID_FDDI_PORT_MAC_INDICATED","features":[320]},{"name":"OID_FDDI_PORT_MAC_LOOP_TIME","features":[320]},{"name":"OID_FDDI_PORT_MAC_PLACEMENT","features":[320]},{"name":"OID_FDDI_PORT_MAINT_LS","features":[320]},{"name":"OID_FDDI_PORT_MY_TYPE","features":[320]},{"name":"OID_FDDI_PORT_NEIGHBOR_TYPE","features":[320]},{"name":"OID_FDDI_PORT_PCM_STATE","features":[320]},{"name":"OID_FDDI_PORT_PC_LS","features":[320]},{"name":"OID_FDDI_PORT_PC_WITHHOLD","features":[320]},{"name":"OID_FDDI_PORT_PMD_CLASS","features":[320]},{"name":"OID_FDDI_PORT_REQUESTED_PATHS","features":[320]},{"name":"OID_FDDI_RING_MGT_STATE","features":[320]},{"name":"OID_FDDI_SHORT_CURRENT_ADDR","features":[320]},{"name":"OID_FDDI_SHORT_MAX_LIST_SIZE","features":[320]},{"name":"OID_FDDI_SHORT_MULTICAST_LIST","features":[320]},{"name":"OID_FDDI_SHORT_PERMANENT_ADDR","features":[320]},{"name":"OID_FDDI_SMT_AVAILABLE_PATHS","features":[320]},{"name":"OID_FDDI_SMT_BYPASS_PRESENT","features":[320]},{"name":"OID_FDDI_SMT_CF_STATE","features":[320]},{"name":"OID_FDDI_SMT_CONFIG_CAPABILITIES","features":[320]},{"name":"OID_FDDI_SMT_CONFIG_POLICY","features":[320]},{"name":"OID_FDDI_SMT_CONNECTION_POLICY","features":[320]},{"name":"OID_FDDI_SMT_ECM_STATE","features":[320]},{"name":"OID_FDDI_SMT_HI_VERSION_ID","features":[320]},{"name":"OID_FDDI_SMT_HOLD_STATE","features":[320]},{"name":"OID_FDDI_SMT_LAST_SET_STATION_ID","features":[320]},{"name":"OID_FDDI_SMT_LO_VERSION_ID","features":[320]},{"name":"OID_FDDI_SMT_MAC_CT","features":[320]},{"name":"OID_FDDI_SMT_MAC_INDEXES","features":[320]},{"name":"OID_FDDI_SMT_MANUFACTURER_DATA","features":[320]},{"name":"OID_FDDI_SMT_MASTER_CT","features":[320]},{"name":"OID_FDDI_SMT_MIB_VERSION_ID","features":[320]},{"name":"OID_FDDI_SMT_MSG_TIME_STAMP","features":[320]},{"name":"OID_FDDI_SMT_NON_MASTER_CT","features":[320]},{"name":"OID_FDDI_SMT_OP_VERSION_ID","features":[320]},{"name":"OID_FDDI_SMT_PEER_WRAP_FLAG","features":[320]},{"name":"OID_FDDI_SMT_PORT_INDEXES","features":[320]},{"name":"OID_FDDI_SMT_REMOTE_DISCONNECT_FLAG","features":[320]},{"name":"OID_FDDI_SMT_SET_COUNT","features":[320]},{"name":"OID_FDDI_SMT_STATION_ACTION","features":[320]},{"name":"OID_FDDI_SMT_STATION_ID","features":[320]},{"name":"OID_FDDI_SMT_STATION_STATUS","features":[320]},{"name":"OID_FDDI_SMT_STAT_RPT_POLICY","features":[320]},{"name":"OID_FDDI_SMT_TRACE_MAX_EXPIRATION","features":[320]},{"name":"OID_FDDI_SMT_TRANSITION_TIME_STAMP","features":[320]},{"name":"OID_FDDI_SMT_T_NOTIFY","features":[320]},{"name":"OID_FDDI_SMT_USER_DATA","features":[320]},{"name":"OID_FDDI_UPSTREAM_NODE_LONG","features":[320]},{"name":"OID_FFP_ADAPTER_STATS","features":[320]},{"name":"OID_FFP_CONTROL","features":[320]},{"name":"OID_FFP_DATA","features":[320]},{"name":"OID_FFP_DRIVER_STATS","features":[320]},{"name":"OID_FFP_FLUSH","features":[320]},{"name":"OID_FFP_PARAMS","features":[320]},{"name":"OID_FFP_SUPPORT","features":[320]},{"name":"OID_GEN_ADMIN_STATUS","features":[320]},{"name":"OID_GEN_ALIAS","features":[320]},{"name":"OID_GEN_BROADCAST_BYTES_RCV","features":[320]},{"name":"OID_GEN_BROADCAST_BYTES_XMIT","features":[320]},{"name":"OID_GEN_BROADCAST_FRAMES_RCV","features":[320]},{"name":"OID_GEN_BROADCAST_FRAMES_XMIT","features":[320]},{"name":"OID_GEN_BYTES_RCV","features":[320]},{"name":"OID_GEN_BYTES_XMIT","features":[320]},{"name":"OID_GEN_CO_BYTES_RCV","features":[320]},{"name":"OID_GEN_CO_BYTES_XMIT","features":[320]},{"name":"OID_GEN_CO_BYTES_XMIT_OUTSTANDING","features":[320]},{"name":"OID_GEN_CO_DEVICE_PROFILE","features":[320]},{"name":"OID_GEN_CO_DRIVER_VERSION","features":[320]},{"name":"OID_GEN_CO_GET_NETCARD_TIME","features":[320]},{"name":"OID_GEN_CO_GET_TIME_CAPS","features":[320]},{"name":"OID_GEN_CO_HARDWARE_STATUS","features":[320]},{"name":"OID_GEN_CO_LINK_SPEED","features":[320]},{"name":"OID_GEN_CO_MAC_OPTIONS","features":[320]},{"name":"OID_GEN_CO_MEDIA_CONNECT_STATUS","features":[320]},{"name":"OID_GEN_CO_MEDIA_IN_USE","features":[320]},{"name":"OID_GEN_CO_MEDIA_SUPPORTED","features":[320]},{"name":"OID_GEN_CO_MINIMUM_LINK_SPEED","features":[320]},{"name":"OID_GEN_CO_NETCARD_LOAD","features":[320]},{"name":"OID_GEN_CO_PROTOCOL_OPTIONS","features":[320]},{"name":"OID_GEN_CO_RCV_CRC_ERROR","features":[320]},{"name":"OID_GEN_CO_RCV_PDUS_ERROR","features":[320]},{"name":"OID_GEN_CO_RCV_PDUS_NO_BUFFER","features":[320]},{"name":"OID_GEN_CO_RCV_PDUS_OK","features":[320]},{"name":"OID_GEN_CO_SUPPORTED_GUIDS","features":[320]},{"name":"OID_GEN_CO_SUPPORTED_LIST","features":[320]},{"name":"OID_GEN_CO_TRANSMIT_QUEUE_LENGTH","features":[320]},{"name":"OID_GEN_CO_VENDOR_DESCRIPTION","features":[320]},{"name":"OID_GEN_CO_VENDOR_DRIVER_VERSION","features":[320]},{"name":"OID_GEN_CO_VENDOR_ID","features":[320]},{"name":"OID_GEN_CO_XMIT_PDUS_ERROR","features":[320]},{"name":"OID_GEN_CO_XMIT_PDUS_OK","features":[320]},{"name":"OID_GEN_CURRENT_LOOKAHEAD","features":[320]},{"name":"OID_GEN_CURRENT_PACKET_FILTER","features":[320]},{"name":"OID_GEN_DEVICE_PROFILE","features":[320]},{"name":"OID_GEN_DIRECTED_BYTES_RCV","features":[320]},{"name":"OID_GEN_DIRECTED_BYTES_XMIT","features":[320]},{"name":"OID_GEN_DIRECTED_FRAMES_RCV","features":[320]},{"name":"OID_GEN_DIRECTED_FRAMES_XMIT","features":[320]},{"name":"OID_GEN_DISCONTINUITY_TIME","features":[320]},{"name":"OID_GEN_DRIVER_VERSION","features":[320]},{"name":"OID_GEN_ENUMERATE_PORTS","features":[320]},{"name":"OID_GEN_FRIENDLY_NAME","features":[320]},{"name":"OID_GEN_GET_NETCARD_TIME","features":[320]},{"name":"OID_GEN_GET_TIME_CAPS","features":[320]},{"name":"OID_GEN_HARDWARE_STATUS","features":[320]},{"name":"OID_GEN_HD_SPLIT_CURRENT_CONFIG","features":[320]},{"name":"OID_GEN_HD_SPLIT_PARAMETERS","features":[320]},{"name":"OID_GEN_INIT_TIME_MS","features":[320]},{"name":"OID_GEN_INTERFACE_INFO","features":[320]},{"name":"OID_GEN_INTERRUPT_MODERATION","features":[320]},{"name":"OID_GEN_IP_OPER_STATUS","features":[320]},{"name":"OID_GEN_ISOLATION_PARAMETERS","features":[320]},{"name":"OID_GEN_LAST_CHANGE","features":[320]},{"name":"OID_GEN_LINK_PARAMETERS","features":[320]},{"name":"OID_GEN_LINK_SPEED","features":[320]},{"name":"OID_GEN_LINK_SPEED_EX","features":[320]},{"name":"OID_GEN_LINK_STATE","features":[320]},{"name":"OID_GEN_MACHINE_NAME","features":[320]},{"name":"OID_GEN_MAC_ADDRESS","features":[320]},{"name":"OID_GEN_MAC_OPTIONS","features":[320]},{"name":"OID_GEN_MAXIMUM_FRAME_SIZE","features":[320]},{"name":"OID_GEN_MAXIMUM_LOOKAHEAD","features":[320]},{"name":"OID_GEN_MAXIMUM_SEND_PACKETS","features":[320]},{"name":"OID_GEN_MAXIMUM_TOTAL_SIZE","features":[320]},{"name":"OID_GEN_MAX_LINK_SPEED","features":[320]},{"name":"OID_GEN_MEDIA_CAPABILITIES","features":[320]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS","features":[320]},{"name":"OID_GEN_MEDIA_CONNECT_STATUS_EX","features":[320]},{"name":"OID_GEN_MEDIA_DUPLEX_STATE","features":[320]},{"name":"OID_GEN_MEDIA_IN_USE","features":[320]},{"name":"OID_GEN_MEDIA_SENSE_COUNTS","features":[320]},{"name":"OID_GEN_MEDIA_SUPPORTED","features":[320]},{"name":"OID_GEN_MINIPORT_RESTART_ATTRIBUTES","features":[320]},{"name":"OID_GEN_MULTICAST_BYTES_RCV","features":[320]},{"name":"OID_GEN_MULTICAST_BYTES_XMIT","features":[320]},{"name":"OID_GEN_MULTICAST_FRAMES_RCV","features":[320]},{"name":"OID_GEN_MULTICAST_FRAMES_XMIT","features":[320]},{"name":"OID_GEN_NDIS_RESERVED_1","features":[320]},{"name":"OID_GEN_NDIS_RESERVED_2","features":[320]},{"name":"OID_GEN_NDIS_RESERVED_3","features":[320]},{"name":"OID_GEN_NDIS_RESERVED_4","features":[320]},{"name":"OID_GEN_NDIS_RESERVED_5","features":[320]},{"name":"OID_GEN_NDIS_RESERVED_6","features":[320]},{"name":"OID_GEN_NDIS_RESERVED_7","features":[320]},{"name":"OID_GEN_NETCARD_LOAD","features":[320]},{"name":"OID_GEN_NETWORK_LAYER_ADDRESSES","features":[320]},{"name":"OID_GEN_OPERATIONAL_STATUS","features":[320]},{"name":"OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES","features":[320]},{"name":"OID_GEN_PHYSICAL_MEDIUM","features":[320]},{"name":"OID_GEN_PHYSICAL_MEDIUM_EX","features":[320]},{"name":"OID_GEN_PORT_AUTHENTICATION_PARAMETERS","features":[320]},{"name":"OID_GEN_PORT_STATE","features":[320]},{"name":"OID_GEN_PROMISCUOUS_MODE","features":[320]},{"name":"OID_GEN_PROTOCOL_OPTIONS","features":[320]},{"name":"OID_GEN_RCV_CRC_ERROR","features":[320]},{"name":"OID_GEN_RCV_DISCARDS","features":[320]},{"name":"OID_GEN_RCV_ERROR","features":[320]},{"name":"OID_GEN_RCV_LINK_SPEED","features":[320]},{"name":"OID_GEN_RCV_NO_BUFFER","features":[320]},{"name":"OID_GEN_RCV_OK","features":[320]},{"name":"OID_GEN_RECEIVE_BLOCK_SIZE","features":[320]},{"name":"OID_GEN_RECEIVE_BUFFER_SPACE","features":[320]},{"name":"OID_GEN_RECEIVE_HASH","features":[320]},{"name":"OID_GEN_RECEIVE_SCALE_CAPABILITIES","features":[320]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS","features":[320]},{"name":"OID_GEN_RECEIVE_SCALE_PARAMETERS_V2","features":[320]},{"name":"OID_GEN_RESET_COUNTS","features":[320]},{"name":"OID_GEN_RNDIS_CONFIG_PARAMETER","features":[320]},{"name":"OID_GEN_RSS_SET_INDIRECTION_TABLE_ENTRIES","features":[320]},{"name":"OID_GEN_STATISTICS","features":[320]},{"name":"OID_GEN_SUPPORTED_GUIDS","features":[320]},{"name":"OID_GEN_SUPPORTED_LIST","features":[320]},{"name":"OID_GEN_TIMEOUT_DPC_REQUEST_CAPABILITIES","features":[320]},{"name":"OID_GEN_TRANSMIT_BLOCK_SIZE","features":[320]},{"name":"OID_GEN_TRANSMIT_BUFFER_SPACE","features":[320]},{"name":"OID_GEN_TRANSMIT_QUEUE_LENGTH","features":[320]},{"name":"OID_GEN_TRANSPORT_HEADER_OFFSET","features":[320]},{"name":"OID_GEN_UNKNOWN_PROTOS","features":[320]},{"name":"OID_GEN_VENDOR_DESCRIPTION","features":[320]},{"name":"OID_GEN_VENDOR_DRIVER_VERSION","features":[320]},{"name":"OID_GEN_VENDOR_ID","features":[320]},{"name":"OID_GEN_VLAN_ID","features":[320]},{"name":"OID_GEN_XMIT_DISCARDS","features":[320]},{"name":"OID_GEN_XMIT_ERROR","features":[320]},{"name":"OID_GEN_XMIT_LINK_SPEED","features":[320]},{"name":"OID_GEN_XMIT_OK","features":[320]},{"name":"OID_GFT_ACTIVATE_FLOW_ENTRIES","features":[320]},{"name":"OID_GFT_ADD_FLOW_ENTRIES","features":[320]},{"name":"OID_GFT_ALLOCATE_COUNTERS","features":[320]},{"name":"OID_GFT_COUNTER_VALUES","features":[320]},{"name":"OID_GFT_CREATE_LOGICAL_VPORT","features":[320]},{"name":"OID_GFT_CREATE_TABLE","features":[320]},{"name":"OID_GFT_CURRENT_CAPABILITIES","features":[320]},{"name":"OID_GFT_DEACTIVATE_FLOW_ENTRIES","features":[320]},{"name":"OID_GFT_DELETE_FLOW_ENTRIES","features":[320]},{"name":"OID_GFT_DELETE_LOGICAL_VPORT","features":[320]},{"name":"OID_GFT_DELETE_PROFILE","features":[320]},{"name":"OID_GFT_DELETE_TABLE","features":[320]},{"name":"OID_GFT_ENUM_COUNTERS","features":[320]},{"name":"OID_GFT_ENUM_FLOW_ENTRIES","features":[320]},{"name":"OID_GFT_ENUM_LOGICAL_VPORTS","features":[320]},{"name":"OID_GFT_ENUM_PROFILES","features":[320]},{"name":"OID_GFT_ENUM_TABLES","features":[320]},{"name":"OID_GFT_EXACT_MATCH_PROFILE","features":[320]},{"name":"OID_GFT_FLOW_ENTRY_PARAMETERS","features":[320]},{"name":"OID_GFT_FREE_COUNTERS","features":[320]},{"name":"OID_GFT_GLOBAL_PARAMETERS","features":[320]},{"name":"OID_GFT_HARDWARE_CAPABILITIES","features":[320]},{"name":"OID_GFT_HEADER_TRANSPOSITION_PROFILE","features":[320]},{"name":"OID_GFT_STATISTICS","features":[320]},{"name":"OID_GFT_VPORT_PARAMETERS","features":[320]},{"name":"OID_GFT_WILDCARD_MATCH_PROFILE","features":[320]},{"name":"OID_IP4_OFFLOAD_STATS","features":[320]},{"name":"OID_IP6_OFFLOAD_STATS","features":[320]},{"name":"OID_IRDA_EXTRA_RCV_BOFS","features":[320]},{"name":"OID_IRDA_LINK_SPEED","features":[320]},{"name":"OID_IRDA_MAX_RECEIVE_WINDOW_SIZE","features":[320]},{"name":"OID_IRDA_MAX_SEND_WINDOW_SIZE","features":[320]},{"name":"OID_IRDA_MAX_UNICAST_LIST_SIZE","features":[320]},{"name":"OID_IRDA_MEDIA_BUSY","features":[320]},{"name":"OID_IRDA_RATE_SNIFF","features":[320]},{"name":"OID_IRDA_RECEIVING","features":[320]},{"name":"OID_IRDA_RESERVED1","features":[320]},{"name":"OID_IRDA_RESERVED2","features":[320]},{"name":"OID_IRDA_SUPPORTED_SPEEDS","features":[320]},{"name":"OID_IRDA_TURNAROUND_TIME","features":[320]},{"name":"OID_IRDA_UNICAST_LIST","features":[320]},{"name":"OID_KDNET_ADD_PF","features":[320]},{"name":"OID_KDNET_ENUMERATE_PFS","features":[320]},{"name":"OID_KDNET_QUERY_PF_INFORMATION","features":[320]},{"name":"OID_KDNET_REMOVE_PF","features":[320]},{"name":"OID_LTALK_COLLISIONS","features":[320]},{"name":"OID_LTALK_CURRENT_NODE_ID","features":[320]},{"name":"OID_LTALK_DEFERS","features":[320]},{"name":"OID_LTALK_FCS_ERRORS","features":[320]},{"name":"OID_LTALK_IN_BROADCASTS","features":[320]},{"name":"OID_LTALK_IN_LENGTH_ERRORS","features":[320]},{"name":"OID_LTALK_NO_DATA_ERRORS","features":[320]},{"name":"OID_LTALK_OUT_NO_HANDLERS","features":[320]},{"name":"OID_LTALK_RANDOM_CTS_ERRORS","features":[320]},{"name":"OID_NDK_CONNECTIONS","features":[320]},{"name":"OID_NDK_LOCAL_ENDPOINTS","features":[320]},{"name":"OID_NDK_SET_STATE","features":[320]},{"name":"OID_NDK_STATISTICS","features":[320]},{"name":"OID_NIC_SWITCH_ALLOCATE_VF","features":[320]},{"name":"OID_NIC_SWITCH_CREATE_SWITCH","features":[320]},{"name":"OID_NIC_SWITCH_CREATE_VPORT","features":[320]},{"name":"OID_NIC_SWITCH_CURRENT_CAPABILITIES","features":[320]},{"name":"OID_NIC_SWITCH_DELETE_SWITCH","features":[320]},{"name":"OID_NIC_SWITCH_DELETE_VPORT","features":[320]},{"name":"OID_NIC_SWITCH_ENUM_SWITCHES","features":[320]},{"name":"OID_NIC_SWITCH_ENUM_VFS","features":[320]},{"name":"OID_NIC_SWITCH_ENUM_VPORTS","features":[320]},{"name":"OID_NIC_SWITCH_FREE_VF","features":[320]},{"name":"OID_NIC_SWITCH_HARDWARE_CAPABILITIES","features":[320]},{"name":"OID_NIC_SWITCH_PARAMETERS","features":[320]},{"name":"OID_NIC_SWITCH_VF_PARAMETERS","features":[320]},{"name":"OID_NIC_SWITCH_VPORT_PARAMETERS","features":[320]},{"name":"OID_OFFLOAD_ENCAPSULATION","features":[320]},{"name":"OID_PACKET_COALESCING_FILTER_MATCH_COUNT","features":[320]},{"name":"OID_PD_CLOSE_PROVIDER","features":[320]},{"name":"OID_PD_OPEN_PROVIDER","features":[320]},{"name":"OID_PD_QUERY_CURRENT_CONFIG","features":[320]},{"name":"OID_PM_ADD_PROTOCOL_OFFLOAD","features":[320]},{"name":"OID_PM_ADD_WOL_PATTERN","features":[320]},{"name":"OID_PM_CURRENT_CAPABILITIES","features":[320]},{"name":"OID_PM_GET_PROTOCOL_OFFLOAD","features":[320]},{"name":"OID_PM_HARDWARE_CAPABILITIES","features":[320]},{"name":"OID_PM_PARAMETERS","features":[320]},{"name":"OID_PM_PROTOCOL_OFFLOAD_LIST","features":[320]},{"name":"OID_PM_REMOVE_PROTOCOL_OFFLOAD","features":[320]},{"name":"OID_PM_REMOVE_WOL_PATTERN","features":[320]},{"name":"OID_PM_RESERVED_1","features":[320]},{"name":"OID_PM_WOL_PATTERN_LIST","features":[320]},{"name":"OID_PNP_ADD_WAKE_UP_PATTERN","features":[320]},{"name":"OID_PNP_CAPABILITIES","features":[320]},{"name":"OID_PNP_ENABLE_WAKE_UP","features":[320]},{"name":"OID_PNP_QUERY_POWER","features":[320]},{"name":"OID_PNP_REMOVE_WAKE_UP_PATTERN","features":[320]},{"name":"OID_PNP_SET_POWER","features":[320]},{"name":"OID_PNP_WAKE_UP_ERROR","features":[320]},{"name":"OID_PNP_WAKE_UP_OK","features":[320]},{"name":"OID_PNP_WAKE_UP_PATTERN_LIST","features":[320]},{"name":"OID_QOS_CURRENT_CAPABILITIES","features":[320]},{"name":"OID_QOS_HARDWARE_CAPABILITIES","features":[320]},{"name":"OID_QOS_OFFLOAD_CREATE_SQ","features":[320]},{"name":"OID_QOS_OFFLOAD_CURRENT_CAPABILITIES","features":[320]},{"name":"OID_QOS_OFFLOAD_DELETE_SQ","features":[320]},{"name":"OID_QOS_OFFLOAD_ENUM_SQS","features":[320]},{"name":"OID_QOS_OFFLOAD_HARDWARE_CAPABILITIES","features":[320]},{"name":"OID_QOS_OFFLOAD_SQ_STATS","features":[320]},{"name":"OID_QOS_OFFLOAD_UPDATE_SQ","features":[320]},{"name":"OID_QOS_OPERATIONAL_PARAMETERS","features":[320]},{"name":"OID_QOS_PARAMETERS","features":[320]},{"name":"OID_QOS_REMOTE_PARAMETERS","features":[320]},{"name":"OID_QOS_RESERVED1","features":[320]},{"name":"OID_QOS_RESERVED10","features":[320]},{"name":"OID_QOS_RESERVED11","features":[320]},{"name":"OID_QOS_RESERVED12","features":[320]},{"name":"OID_QOS_RESERVED13","features":[320]},{"name":"OID_QOS_RESERVED14","features":[320]},{"name":"OID_QOS_RESERVED15","features":[320]},{"name":"OID_QOS_RESERVED16","features":[320]},{"name":"OID_QOS_RESERVED17","features":[320]},{"name":"OID_QOS_RESERVED18","features":[320]},{"name":"OID_QOS_RESERVED19","features":[320]},{"name":"OID_QOS_RESERVED2","features":[320]},{"name":"OID_QOS_RESERVED20","features":[320]},{"name":"OID_QOS_RESERVED3","features":[320]},{"name":"OID_QOS_RESERVED4","features":[320]},{"name":"OID_QOS_RESERVED5","features":[320]},{"name":"OID_QOS_RESERVED6","features":[320]},{"name":"OID_QOS_RESERVED7","features":[320]},{"name":"OID_QOS_RESERVED8","features":[320]},{"name":"OID_QOS_RESERVED9","features":[320]},{"name":"OID_RECEIVE_FILTER_ALLOCATE_QUEUE","features":[320]},{"name":"OID_RECEIVE_FILTER_CLEAR_FILTER","features":[320]},{"name":"OID_RECEIVE_FILTER_CURRENT_CAPABILITIES","features":[320]},{"name":"OID_RECEIVE_FILTER_ENUM_FILTERS","features":[320]},{"name":"OID_RECEIVE_FILTER_ENUM_QUEUES","features":[320]},{"name":"OID_RECEIVE_FILTER_FREE_QUEUE","features":[320]},{"name":"OID_RECEIVE_FILTER_GLOBAL_PARAMETERS","features":[320]},{"name":"OID_RECEIVE_FILTER_HARDWARE_CAPABILITIES","features":[320]},{"name":"OID_RECEIVE_FILTER_MOVE_FILTER","features":[320]},{"name":"OID_RECEIVE_FILTER_PARAMETERS","features":[320]},{"name":"OID_RECEIVE_FILTER_QUEUE_ALLOCATION_COMPLETE","features":[320]},{"name":"OID_RECEIVE_FILTER_QUEUE_PARAMETERS","features":[320]},{"name":"OID_RECEIVE_FILTER_SET_FILTER","features":[320]},{"name":"OID_SRIOV_BAR_RESOURCES","features":[320]},{"name":"OID_SRIOV_CONFIG_STATE","features":[320]},{"name":"OID_SRIOV_CURRENT_CAPABILITIES","features":[320]},{"name":"OID_SRIOV_HARDWARE_CAPABILITIES","features":[320]},{"name":"OID_SRIOV_OVERLYING_ADAPTER_INFO","features":[320]},{"name":"OID_SRIOV_PF_LUID","features":[320]},{"name":"OID_SRIOV_PROBED_BARS","features":[320]},{"name":"OID_SRIOV_READ_VF_CONFIG_BLOCK","features":[320]},{"name":"OID_SRIOV_READ_VF_CONFIG_SPACE","features":[320]},{"name":"OID_SRIOV_RESET_VF","features":[320]},{"name":"OID_SRIOV_SET_VF_POWER_STATE","features":[320]},{"name":"OID_SRIOV_VF_INVALIDATE_CONFIG_BLOCK","features":[320]},{"name":"OID_SRIOV_VF_SERIAL_NUMBER","features":[320]},{"name":"OID_SRIOV_VF_VENDOR_DEVICE_ID","features":[320]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_BLOCK","features":[320]},{"name":"OID_SRIOV_WRITE_VF_CONFIG_SPACE","features":[320]},{"name":"OID_SWITCH_FEATURE_STATUS_QUERY","features":[320]},{"name":"OID_SWITCH_NIC_ARRAY","features":[320]},{"name":"OID_SWITCH_NIC_CONNECT","features":[320]},{"name":"OID_SWITCH_NIC_CREATE","features":[320]},{"name":"OID_SWITCH_NIC_DELETE","features":[320]},{"name":"OID_SWITCH_NIC_DIRECT_REQUEST","features":[320]},{"name":"OID_SWITCH_NIC_DISCONNECT","features":[320]},{"name":"OID_SWITCH_NIC_REQUEST","features":[320]},{"name":"OID_SWITCH_NIC_RESTORE","features":[320]},{"name":"OID_SWITCH_NIC_RESTORE_COMPLETE","features":[320]},{"name":"OID_SWITCH_NIC_RESUME","features":[320]},{"name":"OID_SWITCH_NIC_SAVE","features":[320]},{"name":"OID_SWITCH_NIC_SAVE_COMPLETE","features":[320]},{"name":"OID_SWITCH_NIC_SUSPEND","features":[320]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_FINISHED","features":[320]},{"name":"OID_SWITCH_NIC_SUSPENDED_LM_SOURCE_STARTED","features":[320]},{"name":"OID_SWITCH_NIC_UPDATED","features":[320]},{"name":"OID_SWITCH_PARAMETERS","features":[320]},{"name":"OID_SWITCH_PORT_ARRAY","features":[320]},{"name":"OID_SWITCH_PORT_CREATE","features":[320]},{"name":"OID_SWITCH_PORT_DELETE","features":[320]},{"name":"OID_SWITCH_PORT_FEATURE_STATUS_QUERY","features":[320]},{"name":"OID_SWITCH_PORT_PROPERTY_ADD","features":[320]},{"name":"OID_SWITCH_PORT_PROPERTY_DELETE","features":[320]},{"name":"OID_SWITCH_PORT_PROPERTY_ENUM","features":[320]},{"name":"OID_SWITCH_PORT_PROPERTY_UPDATE","features":[320]},{"name":"OID_SWITCH_PORT_TEARDOWN","features":[320]},{"name":"OID_SWITCH_PORT_UPDATED","features":[320]},{"name":"OID_SWITCH_PROPERTY_ADD","features":[320]},{"name":"OID_SWITCH_PROPERTY_DELETE","features":[320]},{"name":"OID_SWITCH_PROPERTY_ENUM","features":[320]},{"name":"OID_SWITCH_PROPERTY_UPDATE","features":[320]},{"name":"OID_TAPI_ACCEPT","features":[320]},{"name":"OID_TAPI_ANSWER","features":[320]},{"name":"OID_TAPI_CLOSE","features":[320]},{"name":"OID_TAPI_CLOSE_CALL","features":[320]},{"name":"OID_TAPI_CONDITIONAL_MEDIA_DETECTION","features":[320]},{"name":"OID_TAPI_CONFIG_DIALOG","features":[320]},{"name":"OID_TAPI_DEV_SPECIFIC","features":[320]},{"name":"OID_TAPI_DIAL","features":[320]},{"name":"OID_TAPI_DROP","features":[320]},{"name":"OID_TAPI_GATHER_DIGITS","features":[320]},{"name":"OID_TAPI_GET_ADDRESS_CAPS","features":[320]},{"name":"OID_TAPI_GET_ADDRESS_ID","features":[320]},{"name":"OID_TAPI_GET_ADDRESS_STATUS","features":[320]},{"name":"OID_TAPI_GET_CALL_ADDRESS_ID","features":[320]},{"name":"OID_TAPI_GET_CALL_INFO","features":[320]},{"name":"OID_TAPI_GET_CALL_STATUS","features":[320]},{"name":"OID_TAPI_GET_DEV_CAPS","features":[320]},{"name":"OID_TAPI_GET_DEV_CONFIG","features":[320]},{"name":"OID_TAPI_GET_EXTENSION_ID","features":[320]},{"name":"OID_TAPI_GET_ID","features":[320]},{"name":"OID_TAPI_GET_LINE_DEV_STATUS","features":[320]},{"name":"OID_TAPI_MAKE_CALL","features":[320]},{"name":"OID_TAPI_MONITOR_DIGITS","features":[320]},{"name":"OID_TAPI_NEGOTIATE_EXT_VERSION","features":[320]},{"name":"OID_TAPI_OPEN","features":[320]},{"name":"OID_TAPI_PROVIDER_INITIALIZE","features":[320]},{"name":"OID_TAPI_PROVIDER_SHUTDOWN","features":[320]},{"name":"OID_TAPI_SECURE_CALL","features":[320]},{"name":"OID_TAPI_SELECT_EXT_VERSION","features":[320]},{"name":"OID_TAPI_SEND_USER_USER_INFO","features":[320]},{"name":"OID_TAPI_SET_APP_SPECIFIC","features":[320]},{"name":"OID_TAPI_SET_CALL_PARAMS","features":[320]},{"name":"OID_TAPI_SET_DEFAULT_MEDIA_DETECTION","features":[320]},{"name":"OID_TAPI_SET_DEV_CONFIG","features":[320]},{"name":"OID_TAPI_SET_MEDIA_MODE","features":[320]},{"name":"OID_TAPI_SET_STATUS_MESSAGES","features":[320]},{"name":"OID_TCP4_OFFLOAD_STATS","features":[320]},{"name":"OID_TCP6_OFFLOAD_STATS","features":[320]},{"name":"OID_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG","features":[320]},{"name":"OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES","features":[320]},{"name":"OID_TCP_CONNECTION_OFFLOAD_PARAMETERS","features":[320]},{"name":"OID_TCP_OFFLOAD_CURRENT_CONFIG","features":[320]},{"name":"OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES","features":[320]},{"name":"OID_TCP_OFFLOAD_PARAMETERS","features":[320]},{"name":"OID_TCP_RSC_STATISTICS","features":[320]},{"name":"OID_TCP_SAN_SUPPORT","features":[320]},{"name":"OID_TCP_TASK_IPSEC_ADD_SA","features":[320]},{"name":"OID_TCP_TASK_IPSEC_ADD_UDPESP_SA","features":[320]},{"name":"OID_TCP_TASK_IPSEC_DELETE_SA","features":[320]},{"name":"OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA","features":[320]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA","features":[320]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA_EX","features":[320]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_DELETE_SA","features":[320]},{"name":"OID_TCP_TASK_IPSEC_OFFLOAD_V2_UPDATE_SA","features":[320]},{"name":"OID_TCP_TASK_OFFLOAD","features":[320]},{"name":"OID_TIMESTAMP_CAPABILITY","features":[320]},{"name":"OID_TIMESTAMP_CURRENT_CONFIG","features":[320]},{"name":"OID_TIMESTAMP_GET_CROSSTIMESTAMP","features":[320]},{"name":"OID_TUNNEL_INTERFACE_RELEASE_OID","features":[320]},{"name":"OID_TUNNEL_INTERFACE_SET_OID","features":[320]},{"name":"OID_VLAN_RESERVED1","features":[320]},{"name":"OID_VLAN_RESERVED2","features":[320]},{"name":"OID_VLAN_RESERVED3","features":[320]},{"name":"OID_VLAN_RESERVED4","features":[320]},{"name":"OID_WAN_CO_GET_COMP_INFO","features":[320]},{"name":"OID_WAN_CO_GET_INFO","features":[320]},{"name":"OID_WAN_CO_GET_LINK_INFO","features":[320]},{"name":"OID_WAN_CO_GET_STATS_INFO","features":[320]},{"name":"OID_WAN_CO_SET_COMP_INFO","features":[320]},{"name":"OID_WAN_CO_SET_LINK_INFO","features":[320]},{"name":"OID_WAN_CURRENT_ADDRESS","features":[320]},{"name":"OID_WAN_GET_BRIDGE_INFO","features":[320]},{"name":"OID_WAN_GET_COMP_INFO","features":[320]},{"name":"OID_WAN_GET_INFO","features":[320]},{"name":"OID_WAN_GET_LINK_INFO","features":[320]},{"name":"OID_WAN_GET_STATS_INFO","features":[320]},{"name":"OID_WAN_HEADER_FORMAT","features":[320]},{"name":"OID_WAN_LINE_COUNT","features":[320]},{"name":"OID_WAN_MEDIUM_SUBTYPE","features":[320]},{"name":"OID_WAN_PERMANENT_ADDRESS","features":[320]},{"name":"OID_WAN_PROTOCOL_CAPS","features":[320]},{"name":"OID_WAN_PROTOCOL_TYPE","features":[320]},{"name":"OID_WAN_QUALITY_OF_SERVICE","features":[320]},{"name":"OID_WAN_SET_BRIDGE_INFO","features":[320]},{"name":"OID_WAN_SET_COMP_INFO","features":[320]},{"name":"OID_WAN_SET_LINK_INFO","features":[320]},{"name":"OID_WWAN_AUTH_CHALLENGE","features":[320]},{"name":"OID_WWAN_BASE_STATIONS_INFO","features":[320]},{"name":"OID_WWAN_CONNECT","features":[320]},{"name":"OID_WWAN_CREATE_MAC","features":[320]},{"name":"OID_WWAN_DELETE_MAC","features":[320]},{"name":"OID_WWAN_DEVICE_BINDINGS","features":[320]},{"name":"OID_WWAN_DEVICE_CAPS","features":[320]},{"name":"OID_WWAN_DEVICE_CAPS_EX","features":[320]},{"name":"OID_WWAN_DEVICE_RESET","features":[320]},{"name":"OID_WWAN_DEVICE_SERVICE_COMMAND","features":[320]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION","features":[320]},{"name":"OID_WWAN_DEVICE_SERVICE_SESSION_WRITE","features":[320]},{"name":"OID_WWAN_DRIVER_CAPS","features":[320]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICES","features":[320]},{"name":"OID_WWAN_ENUMERATE_DEVICE_SERVICE_COMMANDS","features":[320]},{"name":"OID_WWAN_HOME_PROVIDER","features":[320]},{"name":"OID_WWAN_IMS_VOICE_STATE","features":[320]},{"name":"OID_WWAN_LOCATION_STATE","features":[320]},{"name":"OID_WWAN_LTE_ATTACH_CONFIG","features":[320]},{"name":"OID_WWAN_LTE_ATTACH_STATUS","features":[320]},{"name":"OID_WWAN_MBIM_VERSION","features":[320]},{"name":"OID_WWAN_MODEM_CONFIG_INFO","features":[320]},{"name":"OID_WWAN_MODEM_LOGGING_CONFIG","features":[320]},{"name":"OID_WWAN_MPDP","features":[320]},{"name":"OID_WWAN_NETWORK_BLACKLIST","features":[320]},{"name":"OID_WWAN_NETWORK_IDLE_HINT","features":[320]},{"name":"OID_WWAN_NETWORK_PARAMS","features":[320]},{"name":"OID_WWAN_NITZ","features":[320]},{"name":"OID_WWAN_PACKET_SERVICE","features":[320]},{"name":"OID_WWAN_PCO","features":[320]},{"name":"OID_WWAN_PIN","features":[320]},{"name":"OID_WWAN_PIN_EX","features":[320]},{"name":"OID_WWAN_PIN_EX2","features":[320]},{"name":"OID_WWAN_PIN_LIST","features":[320]},{"name":"OID_WWAN_PREFERRED_MULTICARRIER_PROVIDERS","features":[320]},{"name":"OID_WWAN_PREFERRED_PROVIDERS","features":[320]},{"name":"OID_WWAN_PRESHUTDOWN","features":[320]},{"name":"OID_WWAN_PROVISIONED_CONTEXTS","features":[320]},{"name":"OID_WWAN_PS_MEDIA_CONFIG","features":[320]},{"name":"OID_WWAN_RADIO_STATE","features":[320]},{"name":"OID_WWAN_READY_INFO","features":[320]},{"name":"OID_WWAN_REGISTER_PARAMS","features":[320]},{"name":"OID_WWAN_REGISTER_STATE","features":[320]},{"name":"OID_WWAN_REGISTER_STATE_EX","features":[320]},{"name":"OID_WWAN_SAR_CONFIG","features":[320]},{"name":"OID_WWAN_SAR_TRANSMISSION_STATUS","features":[320]},{"name":"OID_WWAN_SERVICE_ACTIVATION","features":[320]},{"name":"OID_WWAN_SIGNAL_STATE","features":[320]},{"name":"OID_WWAN_SIGNAL_STATE_EX","features":[320]},{"name":"OID_WWAN_SLOT_INFO_STATUS","features":[320]},{"name":"OID_WWAN_SMS_CONFIGURATION","features":[320]},{"name":"OID_WWAN_SMS_DELETE","features":[320]},{"name":"OID_WWAN_SMS_READ","features":[320]},{"name":"OID_WWAN_SMS_SEND","features":[320]},{"name":"OID_WWAN_SMS_STATUS","features":[320]},{"name":"OID_WWAN_SUBSCRIBE_DEVICE_SERVICE_EVENTS","features":[320]},{"name":"OID_WWAN_SYS_CAPS","features":[320]},{"name":"OID_WWAN_SYS_SLOTMAPPINGS","features":[320]},{"name":"OID_WWAN_UE_POLICY","features":[320]},{"name":"OID_WWAN_UICC_ACCESS_BINARY","features":[320]},{"name":"OID_WWAN_UICC_ACCESS_RECORD","features":[320]},{"name":"OID_WWAN_UICC_APDU","features":[320]},{"name":"OID_WWAN_UICC_APP_LIST","features":[320]},{"name":"OID_WWAN_UICC_ATR","features":[320]},{"name":"OID_WWAN_UICC_CLOSE_CHANNEL","features":[320]},{"name":"OID_WWAN_UICC_FILE_STATUS","features":[320]},{"name":"OID_WWAN_UICC_OPEN_CHANNEL","features":[320]},{"name":"OID_WWAN_UICC_RESET","features":[320]},{"name":"OID_WWAN_UICC_TERMINAL_CAPABILITY","features":[320]},{"name":"OID_WWAN_USSD","features":[320]},{"name":"OID_WWAN_VENDOR_SPECIFIC","features":[320]},{"name":"OID_WWAN_VISIBLE_PROVIDERS","features":[320]},{"name":"OID_XBOX_ACC_RESERVED0","features":[320]},{"name":"PMKID_CANDIDATE","features":[320]},{"name":"READABLE_LOCAL_CLOCK","features":[320]},{"name":"RECEIVE_TIME_INDICATION_CAPABLE","features":[320]},{"name":"TIMED_SEND_CAPABLE","features":[320]},{"name":"TIME_STAMP_CAPABLE","features":[320]},{"name":"TRANSPORT_HEADER_OFFSET","features":[320]},{"name":"TUNNEL_TYPE","features":[320]},{"name":"TUNNEL_TYPE_6TO4","features":[320]},{"name":"TUNNEL_TYPE_DIRECT","features":[320]},{"name":"TUNNEL_TYPE_IPHTTPS","features":[320]},{"name":"TUNNEL_TYPE_ISATAP","features":[320]},{"name":"TUNNEL_TYPE_NONE","features":[320]},{"name":"TUNNEL_TYPE_OTHER","features":[320]},{"name":"TUNNEL_TYPE_TEREDO","features":[320]},{"name":"UDP_ENCAP_TYPE","features":[320]},{"name":"UNSPECIFIED_NETWORK_GUID","features":[320]},{"name":"WAN_PROTOCOL_KEEPS_STATS","features":[320]},{"name":"fNDIS_GUID_ALLOW_READ","features":[320]},{"name":"fNDIS_GUID_ALLOW_WRITE","features":[320]},{"name":"fNDIS_GUID_ANSI_STRING","features":[320]},{"name":"fNDIS_GUID_ARRAY","features":[320]},{"name":"fNDIS_GUID_METHOD","features":[320]},{"name":"fNDIS_GUID_NDIS_RESERVED","features":[320]},{"name":"fNDIS_GUID_SUPPORT_COMMON_HEADER","features":[320]},{"name":"fNDIS_GUID_TO_OID","features":[320]},{"name":"fNDIS_GUID_TO_STATUS","features":[320]},{"name":"fNDIS_GUID_UNICODE_STRING","features":[320]}],"459":[{"name":"ACTION_HEADER","features":[455]},{"name":"ADAPTER_STATUS","features":[455]},{"name":"ALL_TRANSPORTS","features":[455]},{"name":"ASYNCH","features":[455]},{"name":"CALL_PENDING","features":[455]},{"name":"DEREGISTERED","features":[455]},{"name":"DUPLICATE","features":[455]},{"name":"DUPLICATE_DEREG","features":[455]},{"name":"FIND_NAME_BUFFER","features":[455]},{"name":"FIND_NAME_HEADER","features":[455]},{"name":"GROUP_NAME","features":[455]},{"name":"HANGUP_COMPLETE","features":[455]},{"name":"HANGUP_PENDING","features":[455]},{"name":"LANA_ENUM","features":[455]},{"name":"LISTEN_OUTSTANDING","features":[455]},{"name":"MAX_LANA","features":[455]},{"name":"MS_NBF","features":[455]},{"name":"NAME_BUFFER","features":[455]},{"name":"NAME_FLAGS_MASK","features":[455]},{"name":"NCB","features":[305,455]},{"name":"NCB","features":[305,455]},{"name":"NCBACTION","features":[455]},{"name":"NCBADDGRNAME","features":[455]},{"name":"NCBADDNAME","features":[455]},{"name":"NCBASTAT","features":[455]},{"name":"NCBCALL","features":[455]},{"name":"NCBCANCEL","features":[455]},{"name":"NCBCHAINSEND","features":[455]},{"name":"NCBCHAINSENDNA","features":[455]},{"name":"NCBDELNAME","features":[455]},{"name":"NCBDGRECV","features":[455]},{"name":"NCBDGRECVBC","features":[455]},{"name":"NCBDGSEND","features":[455]},{"name":"NCBDGSENDBC","features":[455]},{"name":"NCBENUM","features":[455]},{"name":"NCBFINDNAME","features":[455]},{"name":"NCBHANGUP","features":[455]},{"name":"NCBLANSTALERT","features":[455]},{"name":"NCBLISTEN","features":[455]},{"name":"NCBNAMSZ","features":[455]},{"name":"NCBRECV","features":[455]},{"name":"NCBRECVANY","features":[455]},{"name":"NCBRESET","features":[455]},{"name":"NCBSEND","features":[455]},{"name":"NCBSENDNA","features":[455]},{"name":"NCBSSTAT","features":[455]},{"name":"NCBTRACE","features":[455]},{"name":"NCBUNLINK","features":[455]},{"name":"NRC_ACTSES","features":[455]},{"name":"NRC_BADDR","features":[455]},{"name":"NRC_BRIDGE","features":[455]},{"name":"NRC_BUFLEN","features":[455]},{"name":"NRC_CANCEL","features":[455]},{"name":"NRC_CANOCCR","features":[455]},{"name":"NRC_CMDCAN","features":[455]},{"name":"NRC_CMDTMO","features":[455]},{"name":"NRC_DUPENV","features":[455]},{"name":"NRC_DUPNAME","features":[455]},{"name":"NRC_ENVNOTDEF","features":[455]},{"name":"NRC_GOODRET","features":[455]},{"name":"NRC_IFBUSY","features":[455]},{"name":"NRC_ILLCMD","features":[455]},{"name":"NRC_ILLNN","features":[455]},{"name":"NRC_INCOMP","features":[455]},{"name":"NRC_INUSE","features":[455]},{"name":"NRC_INVADDRESS","features":[455]},{"name":"NRC_INVDDID","features":[455]},{"name":"NRC_LOCKFAIL","features":[455]},{"name":"NRC_LOCTFUL","features":[455]},{"name":"NRC_MAXAPPS","features":[455]},{"name":"NRC_NAMCONF","features":[455]},{"name":"NRC_NAMERR","features":[455]},{"name":"NRC_NAMTFUL","features":[455]},{"name":"NRC_NOCALL","features":[455]},{"name":"NRC_NORES","features":[455]},{"name":"NRC_NORESOURCES","features":[455]},{"name":"NRC_NOSAPS","features":[455]},{"name":"NRC_NOWILD","features":[455]},{"name":"NRC_OPENERR","features":[455]},{"name":"NRC_OSRESNOTAV","features":[455]},{"name":"NRC_PENDING","features":[455]},{"name":"NRC_REMTFUL","features":[455]},{"name":"NRC_SABORT","features":[455]},{"name":"NRC_SCLOSED","features":[455]},{"name":"NRC_SNUMOUT","features":[455]},{"name":"NRC_SYSTEM","features":[455]},{"name":"NRC_TOOMANY","features":[455]},{"name":"Netbios","features":[305,455]},{"name":"REGISTERED","features":[455]},{"name":"REGISTERING","features":[455]},{"name":"SESSION_ABORTED","features":[455]},{"name":"SESSION_BUFFER","features":[455]},{"name":"SESSION_ESTABLISHED","features":[455]},{"name":"SESSION_HEADER","features":[455]},{"name":"UNIQUE_NAME","features":[455]}],"460":[{"name":"AA_AUDIT_ALL","features":[456]},{"name":"AA_A_ACL","features":[456]},{"name":"AA_A_CREATE","features":[456]},{"name":"AA_A_DELETE","features":[456]},{"name":"AA_A_OPEN","features":[456]},{"name":"AA_A_OWNER","features":[456]},{"name":"AA_A_WRITE","features":[456]},{"name":"AA_CLOSE","features":[456]},{"name":"AA_F_ACL","features":[456]},{"name":"AA_F_CREATE","features":[456]},{"name":"AA_F_DELETE","features":[456]},{"name":"AA_F_OPEN","features":[456]},{"name":"AA_F_WRITE","features":[456]},{"name":"AA_S_ACL","features":[456]},{"name":"AA_S_CREATE","features":[456]},{"name":"AA_S_DELETE","features":[456]},{"name":"AA_S_OPEN","features":[456]},{"name":"AA_S_WRITE","features":[456]},{"name":"ACCESS_ACCESS_LIST_PARMNUM","features":[456]},{"name":"ACCESS_ATTR_PARMNUM","features":[456]},{"name":"ACCESS_AUDIT","features":[456]},{"name":"ACCESS_COUNT_PARMNUM","features":[456]},{"name":"ACCESS_FAIL_ACL","features":[456]},{"name":"ACCESS_FAIL_DELETE","features":[456]},{"name":"ACCESS_FAIL_MASK","features":[456]},{"name":"ACCESS_FAIL_OPEN","features":[456]},{"name":"ACCESS_FAIL_SHIFT","features":[456]},{"name":"ACCESS_FAIL_WRITE","features":[456]},{"name":"ACCESS_GROUP","features":[456]},{"name":"ACCESS_INFO_0","features":[456]},{"name":"ACCESS_INFO_1","features":[456]},{"name":"ACCESS_INFO_1002","features":[456]},{"name":"ACCESS_LETTERS","features":[456]},{"name":"ACCESS_LIST","features":[456]},{"name":"ACCESS_NONE","features":[456]},{"name":"ACCESS_RESOURCE_NAME_PARMNUM","features":[456]},{"name":"ACCESS_SUCCESS_ACL","features":[456]},{"name":"ACCESS_SUCCESS_DELETE","features":[456]},{"name":"ACCESS_SUCCESS_MASK","features":[456]},{"name":"ACCESS_SUCCESS_OPEN","features":[456]},{"name":"ACCESS_SUCCESS_WRITE","features":[456]},{"name":"ACTION_ADMINUNLOCK","features":[456]},{"name":"ACTION_LOCKOUT","features":[456]},{"name":"ADMIN_OTHER_INFO","features":[456]},{"name":"AE_ACCLIM","features":[456]},{"name":"AE_ACCLIMITEXCD","features":[456]},{"name":"AE_ACCRESTRICT","features":[456]},{"name":"AE_ACLMOD","features":[456]},{"name":"AE_ACLMOD","features":[456]},{"name":"AE_ACLMODFAIL","features":[456]},{"name":"AE_ADD","features":[456]},{"name":"AE_ADMIN","features":[456]},{"name":"AE_ADMINDIS","features":[456]},{"name":"AE_ADMINPRIVREQD","features":[456]},{"name":"AE_ADMIN_CLOSE","features":[456]},{"name":"AE_AUTODIS","features":[456]},{"name":"AE_BADPW","features":[456]},{"name":"AE_CLOSEFILE","features":[456]},{"name":"AE_CLOSEFILE","features":[456]},{"name":"AE_CONNREJ","features":[456]},{"name":"AE_CONNREJ","features":[456]},{"name":"AE_CONNSTART","features":[456]},{"name":"AE_CONNSTART","features":[456]},{"name":"AE_CONNSTOP","features":[456]},{"name":"AE_CONNSTOP","features":[456]},{"name":"AE_DELETE","features":[456]},{"name":"AE_ERROR","features":[456]},{"name":"AE_GENERAL","features":[456]},{"name":"AE_GENERIC","features":[456]},{"name":"AE_GENERIC_TYPE","features":[456]},{"name":"AE_GUEST","features":[456]},{"name":"AE_LIM_DELETED","features":[456]},{"name":"AE_LIM_DISABLED","features":[456]},{"name":"AE_LIM_EXPIRED","features":[456]},{"name":"AE_LIM_INVAL_WKSTA","features":[456]},{"name":"AE_LIM_LOGONHOURS","features":[456]},{"name":"AE_LIM_UNKNOWN","features":[456]},{"name":"AE_LOCKOUT","features":[456]},{"name":"AE_LOCKOUT","features":[456]},{"name":"AE_MOD","features":[456]},{"name":"AE_NETLOGDENIED","features":[456]},{"name":"AE_NETLOGOFF","features":[456]},{"name":"AE_NETLOGOFF","features":[456]},{"name":"AE_NETLOGON","features":[456]},{"name":"AE_NETLOGON","features":[456]},{"name":"AE_NOACCESSPERM","features":[456]},{"name":"AE_NORMAL","features":[456]},{"name":"AE_NORMAL_CLOSE","features":[456]},{"name":"AE_RESACCESS","features":[456]},{"name":"AE_RESACCESS","features":[456]},{"name":"AE_RESACCESS2","features":[456]},{"name":"AE_RESACCESSREJ","features":[456]},{"name":"AE_RESACCESSREJ","features":[456]},{"name":"AE_SERVICESTAT","features":[456]},{"name":"AE_SERVICESTAT","features":[456]},{"name":"AE_SESSDIS","features":[456]},{"name":"AE_SESSLOGOFF","features":[456]},{"name":"AE_SESSLOGOFF","features":[456]},{"name":"AE_SESSLOGON","features":[456]},{"name":"AE_SESSLOGON","features":[456]},{"name":"AE_SESSPWERR","features":[456]},{"name":"AE_SESSPWERR","features":[456]},{"name":"AE_SES_CLOSE","features":[456]},{"name":"AE_SRVCONT","features":[456]},{"name":"AE_SRVPAUSED","features":[456]},{"name":"AE_SRVSTART","features":[456]},{"name":"AE_SRVSTATUS","features":[456]},{"name":"AE_SRVSTATUS","features":[456]},{"name":"AE_SRVSTOP","features":[456]},{"name":"AE_UASMOD","features":[456]},{"name":"AE_UASMOD","features":[456]},{"name":"AE_UAS_GROUP","features":[456]},{"name":"AE_UAS_MODALS","features":[456]},{"name":"AE_UAS_USER","features":[456]},{"name":"AE_UNSHARE","features":[456]},{"name":"AE_USER","features":[456]},{"name":"AE_USERLIMIT","features":[456]},{"name":"AF_OP","features":[456]},{"name":"AF_OP_ACCOUNTS","features":[456]},{"name":"AF_OP_COMM","features":[456]},{"name":"AF_OP_PRINT","features":[456]},{"name":"AF_OP_SERVER","features":[456]},{"name":"ALERTER_MAILSLOT","features":[456]},{"name":"ALERTSZ","features":[456]},{"name":"ALERT_ADMIN_EVENT","features":[456]},{"name":"ALERT_ERRORLOG_EVENT","features":[456]},{"name":"ALERT_MESSAGE_EVENT","features":[456]},{"name":"ALERT_PRINT_EVENT","features":[456]},{"name":"ALERT_USER_EVENT","features":[456]},{"name":"ALIGN_SHIFT","features":[456]},{"name":"ALIGN_SIZE","features":[456]},{"name":"ALLOCATE_RESPONSE","features":[456]},{"name":"AT_ENUM","features":[456]},{"name":"AT_INFO","features":[456]},{"name":"AUDIT_ENTRY","features":[456]},{"name":"BACKUP_MSG_FILENAME","features":[456]},{"name":"BIND_FLAGS1","features":[456]},{"name":"CLTYPE_LEN","features":[456]},{"name":"CNLEN","features":[456]},{"name":"COMPONENT_CHARACTERISTICS","features":[456]},{"name":"CONFIG_INFO_0","features":[456]},{"name":"COULD_NOT_VERIFY_VOLUMES","features":[456]},{"name":"CREATE_BYPASS_CSC","features":[456]},{"name":"CREATE_CRED_RESET","features":[456]},{"name":"CREATE_GLOBAL_MAPPING","features":[456]},{"name":"CREATE_NO_CONNECT","features":[456]},{"name":"CREATE_PERSIST_MAPPING","features":[456]},{"name":"CREATE_REQUIRE_CONNECTION_INTEGRITY","features":[456]},{"name":"CREATE_REQUIRE_CONNECTION_PRIVACY","features":[456]},{"name":"CREATE_WRITE_THROUGH_SEMANTICS","features":[456]},{"name":"CRYPT_KEY_LEN","features":[456]},{"name":"CRYPT_TXT_LEN","features":[456]},{"name":"DEFAULT_PAGES","features":[456]},{"name":"DEF_MAX_BADPW","features":[456]},{"name":"DEF_MAX_PWHIST","features":[456]},{"name":"DEF_MIN_PWLEN","features":[456]},{"name":"DEF_PWUNIQUENESS","features":[456]},{"name":"DEVLEN","features":[456]},{"name":"DFS_CONNECTION_FAILURE","features":[456]},{"name":"DFS_ERROR_ACTIVEDIRECTORY_OFFLINE","features":[456]},{"name":"DFS_ERROR_CLUSTERINFO_FAILED","features":[456]},{"name":"DFS_ERROR_COMPUTERINFO_FAILED","features":[456]},{"name":"DFS_ERROR_CREATEEVENT_FAILED","features":[456]},{"name":"DFS_ERROR_CREATE_REPARSEPOINT_FAILURE","features":[456]},{"name":"DFS_ERROR_CREATE_REPARSEPOINT_SUCCESS","features":[456]},{"name":"DFS_ERROR_CROSS_FOREST_TRUST_INFO_FAILED","features":[456]},{"name":"DFS_ERROR_DCINFO_FAILED","features":[456]},{"name":"DFS_ERROR_DSCONNECT_FAILED","features":[456]},{"name":"DFS_ERROR_DUPLICATE_LINK","features":[456]},{"name":"DFS_ERROR_HANDLENAMESPACE_FAILED","features":[456]},{"name":"DFS_ERROR_LINKS_OVERLAP","features":[456]},{"name":"DFS_ERROR_LINK_OVERLAP","features":[456]},{"name":"DFS_ERROR_MUTLIPLE_ROOTS_NOT_SUPPORTED","features":[456]},{"name":"DFS_ERROR_NO_DFS_DATA","features":[456]},{"name":"DFS_ERROR_ON_ROOT","features":[456]},{"name":"DFS_ERROR_OVERLAPPING_DIRECTORIES","features":[456]},{"name":"DFS_ERROR_PREFIXTABLE_FAILED","features":[456]},{"name":"DFS_ERROR_REFLECTIONENGINE_FAILED","features":[456]},{"name":"DFS_ERROR_REGISTERSTORE_FAILED","features":[456]},{"name":"DFS_ERROR_REMOVE_LINK_FAILED","features":[456]},{"name":"DFS_ERROR_RESYNCHRONIZE_FAILED","features":[456]},{"name":"DFS_ERROR_ROOTSYNCINIT_FAILED","features":[456]},{"name":"DFS_ERROR_SECURITYINIT_FAILED","features":[456]},{"name":"DFS_ERROR_SITECACHEINIT_FAILED","features":[456]},{"name":"DFS_ERROR_SITESUPPOR_FAILED","features":[456]},{"name":"DFS_ERROR_TARGET_LIST_INCORRECT","features":[456]},{"name":"DFS_ERROR_THREADINIT_FAILED","features":[456]},{"name":"DFS_ERROR_TOO_MANY_ERRORS","features":[456]},{"name":"DFS_ERROR_TRUSTED_DOMAIN_INFO_FAILED","features":[456]},{"name":"DFS_ERROR_UNSUPPORTED_FILESYSTEM","features":[456]},{"name":"DFS_ERROR_WINSOCKINIT_FAILED","features":[456]},{"name":"DFS_INFO_ACTIVEDIRECTORY_ONLINE","features":[456]},{"name":"DFS_INFO_CROSS_FOREST_TRUST_INFO_SUCCESS","features":[456]},{"name":"DFS_INFO_DOMAIN_REFERRAL_MIN_OVERFLOW","features":[456]},{"name":"DFS_INFO_DS_RECONNECTED","features":[456]},{"name":"DFS_INFO_FINISH_BUILDING_NAMESPACE","features":[456]},{"name":"DFS_INFO_FINISH_INIT","features":[456]},{"name":"DFS_INFO_RECONNECT_DATA","features":[456]},{"name":"DFS_INFO_TRUSTED_DOMAIN_INFO_SUCCESS","features":[456]},{"name":"DFS_INIT_SUCCESS","features":[456]},{"name":"DFS_MAX_DNR_ATTEMPTS","features":[456]},{"name":"DFS_OPEN_FAILURE","features":[456]},{"name":"DFS_REFERRAL_FAILURE","features":[456]},{"name":"DFS_REFERRAL_REQUEST","features":[456]},{"name":"DFS_REFERRAL_SUCCESS","features":[456]},{"name":"DFS_ROOT_SHARE_ACQUIRE_FAILED","features":[456]},{"name":"DFS_ROOT_SHARE_ACQUIRE_SUCCESS","features":[456]},{"name":"DFS_SPECIAL_REFERRAL_FAILURE","features":[456]},{"name":"DFS_WARN_DOMAIN_REFERRAL_OVERFLOW","features":[456]},{"name":"DFS_WARN_INCOMPLETE_MOVE","features":[456]},{"name":"DFS_WARN_METADATA_LINK_INFO_INVALID","features":[456]},{"name":"DFS_WARN_METADATA_LINK_TYPE_INCORRECT","features":[456]},{"name":"DNLEN","features":[456]},{"name":"DPP_ADVANCED","features":[456]},{"name":"DSREG_DEVICE_JOIN","features":[456]},{"name":"DSREG_JOIN_INFO","features":[305,456,398]},{"name":"DSREG_JOIN_TYPE","features":[456]},{"name":"DSREG_UNKNOWN_JOIN","features":[456]},{"name":"DSREG_USER_INFO","features":[456]},{"name":"DSREG_WORKPLACE_JOIN","features":[456]},{"name":"EBP_ABOVE","features":[456]},{"name":"EBP_BELOW","features":[456]},{"name":"ENCRYPTED_PWLEN","features":[456]},{"name":"ENUM_BINDING_PATHS_FLAGS","features":[456]},{"name":"ERRLOG2_BASE","features":[456]},{"name":"ERRLOG_BASE","features":[456]},{"name":"ERRLOG_OTHER_INFO","features":[456]},{"name":"ERROR_LOG","features":[456]},{"name":"EVENT_BAD_ACCOUNT_NAME","features":[456]},{"name":"EVENT_BAD_SERVICE_STATE","features":[456]},{"name":"EVENT_BOOT_SYSTEM_DRIVERS_FAILED","features":[456]},{"name":"EVENT_BOWSER_CANT_READ_REGISTRY","features":[456]},{"name":"EVENT_BOWSER_ELECTION_RECEIVED","features":[456]},{"name":"EVENT_BOWSER_ELECTION_SENT_FIND_MASTER_FAILED","features":[456]},{"name":"EVENT_BOWSER_ELECTION_SENT_GETBLIST_FAILED","features":[456]},{"name":"EVENT_BOWSER_GETBROWSERLIST_THRESHOLD_EXCEEDED","features":[456]},{"name":"EVENT_BOWSER_ILLEGAL_DATAGRAM","features":[456]},{"name":"EVENT_BOWSER_ILLEGAL_DATAGRAM_THRESHOLD","features":[456]},{"name":"EVENT_BOWSER_MAILSLOT_DATAGRAM_THRESHOLD_EXCEEDED","features":[456]},{"name":"EVENT_BOWSER_NAME_CONVERSION_FAILED","features":[456]},{"name":"EVENT_BOWSER_NON_MASTER_MASTER_ANNOUNCE","features":[456]},{"name":"EVENT_BOWSER_NON_PDC_WON_ELECTION","features":[456]},{"name":"EVENT_BOWSER_OLD_BACKUP_FOUND","features":[456]},{"name":"EVENT_BOWSER_OTHER_MASTER_ON_NET","features":[456]},{"name":"EVENT_BOWSER_PDC_LOST_ELECTION","features":[456]},{"name":"EVENT_BOWSER_PROMOTED_WHILE_ALREADY_MASTER","features":[456]},{"name":"EVENT_BRIDGE_ADAPTER_BIND_FAILED","features":[456]},{"name":"EVENT_BRIDGE_ADAPTER_FILTER_FAILED","features":[456]},{"name":"EVENT_BRIDGE_ADAPTER_LINK_SPEED_QUERY_FAILED","features":[456]},{"name":"EVENT_BRIDGE_ADAPTER_MAC_ADDR_QUERY_FAILED","features":[456]},{"name":"EVENT_BRIDGE_ADAPTER_NAME_QUERY_FAILED","features":[456]},{"name":"EVENT_BRIDGE_BUFFER_POOL_CREATION_FAILED","features":[456]},{"name":"EVENT_BRIDGE_DEVICE_CREATION_FAILED","features":[456]},{"name":"EVENT_BRIDGE_ETHERNET_NOT_OFFERED","features":[456]},{"name":"EVENT_BRIDGE_INIT_MALLOC_FAILED","features":[456]},{"name":"EVENT_BRIDGE_MINIPORT_INIT_FAILED","features":[456]},{"name":"EVENT_BRIDGE_MINIPORT_REGISTER_FAILED","features":[456]},{"name":"EVENT_BRIDGE_MINIPROT_DEVNAME_MISSING","features":[456]},{"name":"EVENT_BRIDGE_NO_BRIDGE_MAC_ADDR","features":[456]},{"name":"EVENT_BRIDGE_PACKET_POOL_CREATION_FAILED","features":[456]},{"name":"EVENT_BRIDGE_PROTOCOL_REGISTER_FAILED","features":[456]},{"name":"EVENT_BRIDGE_THREAD_CREATION_FAILED","features":[456]},{"name":"EVENT_BRIDGE_THREAD_REF_FAILED","features":[456]},{"name":"EVENT_BROWSER_BACKUP_STOPPED","features":[456]},{"name":"EVENT_BROWSER_DEPENDANT_SERVICE_FAILED","features":[456]},{"name":"EVENT_BROWSER_DOMAIN_LIST_FAILED","features":[456]},{"name":"EVENT_BROWSER_DOMAIN_LIST_RETRIEVED","features":[456]},{"name":"EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STARTED","features":[456]},{"name":"EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STOPPED","features":[456]},{"name":"EVENT_BROWSER_ELECTION_SENT_ROLE_CHANGED","features":[456]},{"name":"EVENT_BROWSER_GETBLIST_RECEIVED_NOT_MASTER","features":[456]},{"name":"EVENT_BROWSER_ILLEGAL_CONFIG","features":[456]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED","features":[456]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED_NO_MASTER","features":[456]},{"name":"EVENT_BROWSER_MASTER_PROMOTION_FAILED_STOPPING","features":[456]},{"name":"EVENT_BROWSER_NOT_STARTED_IPX_CONFIG_MISMATCH","features":[456]},{"name":"EVENT_BROWSER_OTHERDOMAIN_ADD_FAILED","features":[456]},{"name":"EVENT_BROWSER_ROLE_CHANGE_FAILED","features":[456]},{"name":"EVENT_BROWSER_SERVER_LIST_FAILED","features":[456]},{"name":"EVENT_BROWSER_SERVER_LIST_RETRIEVED","features":[456]},{"name":"EVENT_BROWSER_STATUS_BITS_UPDATE_FAILED","features":[456]},{"name":"EVENT_CALL_TO_FUNCTION_FAILED","features":[456]},{"name":"EVENT_CALL_TO_FUNCTION_FAILED_II","features":[456]},{"name":"EVENT_CIRCULAR_DEPENDENCY_AUTO","features":[456]},{"name":"EVENT_CIRCULAR_DEPENDENCY_DEMAND","features":[456]},{"name":"EVENT_COMMAND_NOT_INTERACTIVE","features":[456]},{"name":"EVENT_COMMAND_START_FAILED","features":[456]},{"name":"EVENT_CONNECTION_TIMEOUT","features":[456]},{"name":"EVENT_ComputerNameChange","features":[456]},{"name":"EVENT_DAV_REDIR_DELAYED_WRITE_FAILED","features":[456]},{"name":"EVENT_DCOM_ASSERTION_FAILURE","features":[456]},{"name":"EVENT_DCOM_COMPLUS_DISABLED","features":[456]},{"name":"EVENT_DCOM_INVALID_ENDPOINT_DATA","features":[456]},{"name":"EVENT_DEPEND_ON_LATER_GROUP","features":[456]},{"name":"EVENT_DEPEND_ON_LATER_SERVICE","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT","features":[456]},{"name":"EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_NOTSUPP","features":[456]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_OTHER","features":[456]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_REFUSED","features":[456]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SECURITY","features":[456]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SERVERFAIL","features":[456]},{"name":"EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_TIMEOUT","features":[456]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_NOTSUPP","features":[456]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_OTHER","features":[456]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_REFUSED","features":[456]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SECURITY","features":[456]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SERVERFAIL","features":[456]},{"name":"EVENT_DNSAPI_PTR_REGISTRATION_FAILED_TIMEOUT","features":[456]},{"name":"EVENT_DNSAPI_REGISTERED_ADAPTER","features":[456]},{"name":"EVENT_DNSAPI_REGISTERED_ADAPTER_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_REGISTERED_PTR","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_OTHER","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_OTHER_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT","features":[456]},{"name":"EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT_PRIMARY_DN","features":[456]},{"name":"EVENT_DNSDomainNameChange","features":[456]},{"name":"EVENT_DNS_CACHE_NETWORK_PERF_WARNING","features":[456]},{"name":"EVENT_DNS_CACHE_START_FAILURE_LOW_MEMORY","features":[456]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_CONTROL","features":[456]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_DLL","features":[456]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_DONE_EVENT","features":[456]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_ENTRY","features":[456]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_RPC","features":[456]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_SHUTDOWN_NOTIFY","features":[456]},{"name":"EVENT_DNS_CACHE_START_FAILURE_NO_UPDATE","features":[456]},{"name":"EVENT_DNS_CACHE_UNABLE_TO_REACH_SERVER_WARNING","features":[456]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_KEYNAME_SIZE_ZERO","features":[456]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_KEYNAME_TOO_LONG","features":[456]},{"name":"EVENT_EQOS_ERROR_MACHINE_POLICY_REFERESH","features":[456]},{"name":"EVENT_EQOS_ERROR_OPENING_MACHINE_POLICY_ROOT_KEY","features":[456]},{"name":"EVENT_EQOS_ERROR_OPENING_MACHINE_POLICY_SUBKEY","features":[456]},{"name":"EVENT_EQOS_ERROR_OPENING_USER_POLICY_ROOT_KEY","features":[456]},{"name":"EVENT_EQOS_ERROR_OPENING_USER_POLICY_SUBKEY","features":[456]},{"name":"EVENT_EQOS_ERROR_PROCESSING_MACHINE_POLICY_FIELD","features":[456]},{"name":"EVENT_EQOS_ERROR_PROCESSING_USER_POLICY_FIELD","features":[456]},{"name":"EVENT_EQOS_ERROR_SETTING_APP_MARKING","features":[456]},{"name":"EVENT_EQOS_ERROR_SETTING_TCP_AUTOTUNING","features":[456]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_KEYNAME_SIZE_ZERO","features":[456]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_KEYNAME_TOO_LONG","features":[456]},{"name":"EVENT_EQOS_ERROR_USER_POLICY_REFERESH","features":[456]},{"name":"EVENT_EQOS_INFO_APP_MARKING_ALLOWED","features":[456]},{"name":"EVENT_EQOS_INFO_APP_MARKING_IGNORED","features":[456]},{"name":"EVENT_EQOS_INFO_APP_MARKING_NOT_CONFIGURED","features":[456]},{"name":"EVENT_EQOS_INFO_LOCAL_SETTING_DONT_USE_NLA","features":[456]},{"name":"EVENT_EQOS_INFO_MACHINE_POLICY_REFRESH_NO_CHANGE","features":[456]},{"name":"EVENT_EQOS_INFO_MACHINE_POLICY_REFRESH_WITH_CHANGE","features":[456]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_HIGHLY_RESTRICTED","features":[456]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_NORMAL","features":[456]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_NOT_CONFIGURED","features":[456]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_OFF","features":[456]},{"name":"EVENT_EQOS_INFO_TCP_AUTOTUNING_RESTRICTED","features":[456]},{"name":"EVENT_EQOS_INFO_USER_POLICY_REFRESH_NO_CHANGE","features":[456]},{"name":"EVENT_EQOS_INFO_USER_POLICY_REFRESH_WITH_CHANGE","features":[456]},{"name":"EVENT_EQOS_URL_QOS_APPLICATION_CONFLICT","features":[456]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_CONFLICT","features":[456]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_NO_FULLPATH_APPNAME","features":[456]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_PROFILE_NOT_SPECIFIED","features":[456]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_QUOTA_EXCEEDED","features":[456]},{"name":"EVENT_EQOS_WARNING_MACHINE_POLICY_VERSION","features":[456]},{"name":"EVENT_EQOS_WARNING_TEST_1","features":[456]},{"name":"EVENT_EQOS_WARNING_TEST_2","features":[456]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_CONFLICT","features":[456]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_NO_FULLPATH_APPNAME","features":[456]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_PROFILE_NOT_SPECIFIED","features":[456]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_QUOTA_EXCEEDED","features":[456]},{"name":"EVENT_EQOS_WARNING_USER_POLICY_VERSION","features":[456]},{"name":"EVENT_EventLogProductInfo","features":[456]},{"name":"EVENT_EventlogAbnormalShutdown","features":[456]},{"name":"EVENT_EventlogStarted","features":[456]},{"name":"EVENT_EventlogStopped","features":[456]},{"name":"EVENT_EventlogUptime","features":[456]},{"name":"EVENT_FIRST_LOGON_FAILED","features":[456]},{"name":"EVENT_FIRST_LOGON_FAILED_II","features":[456]},{"name":"EVENT_FRS_ACCESS_CHECKS_DISABLED","features":[456]},{"name":"EVENT_FRS_ACCESS_CHECKS_FAILED_UNKNOWN","features":[456]},{"name":"EVENT_FRS_ACCESS_CHECKS_FAILED_USER","features":[456]},{"name":"EVENT_FRS_ASSERT","features":[456]},{"name":"EVENT_FRS_BAD_REG_DATA","features":[456]},{"name":"EVENT_FRS_CANNOT_COMMUNICATE","features":[456]},{"name":"EVENT_FRS_CANNOT_CREATE_UUID","features":[456]},{"name":"EVENT_FRS_CANNOT_START_BACKUP_RESTORE_IN_PROGRESS","features":[456]},{"name":"EVENT_FRS_CANT_OPEN_PREINSTALL","features":[456]},{"name":"EVENT_FRS_CANT_OPEN_STAGE","features":[456]},{"name":"EVENT_FRS_DATABASE_SPACE","features":[456]},{"name":"EVENT_FRS_DISK_WRITE_CACHE_ENABLED","features":[456]},{"name":"EVENT_FRS_DS_POLL_ERROR_SUMMARY","features":[456]},{"name":"EVENT_FRS_DUPLICATE_IN_CXTION","features":[456]},{"name":"EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL","features":[456]},{"name":"EVENT_FRS_ERROR","features":[456]},{"name":"EVENT_FRS_ERROR_REPLICA_SET_DELETED","features":[456]},{"name":"EVENT_FRS_HUGE_FILE","features":[456]},{"name":"EVENT_FRS_IN_ERROR_STATE","features":[456]},{"name":"EVENT_FRS_JET_1414","features":[456]},{"name":"EVENT_FRS_JOIN_FAIL_TIME_SKEW","features":[456]},{"name":"EVENT_FRS_LONG_JOIN","features":[456]},{"name":"EVENT_FRS_LONG_JOIN_DONE","features":[456]},{"name":"EVENT_FRS_MOVED_PREEXISTING","features":[456]},{"name":"EVENT_FRS_NO_DNS_ATTRIBUTE","features":[456]},{"name":"EVENT_FRS_NO_SID","features":[456]},{"name":"EVENT_FRS_OVERLAPS_LOGGING","features":[456]},{"name":"EVENT_FRS_OVERLAPS_OTHER_STAGE","features":[456]},{"name":"EVENT_FRS_OVERLAPS_ROOT","features":[456]},{"name":"EVENT_FRS_OVERLAPS_STAGE","features":[456]},{"name":"EVENT_FRS_OVERLAPS_WORKING","features":[456]},{"name":"EVENT_FRS_PREPARE_ROOT_FAILED","features":[456]},{"name":"EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR","features":[456]},{"name":"EVENT_FRS_REPLICA_NO_ROOT_CHANGE","features":[456]},{"name":"EVENT_FRS_REPLICA_SET_CREATE_FAIL","features":[456]},{"name":"EVENT_FRS_REPLICA_SET_CREATE_OK","features":[456]},{"name":"EVENT_FRS_REPLICA_SET_CXTIONS","features":[456]},{"name":"EVENT_FRS_RMTCO_TIME_SKEW","features":[456]},{"name":"EVENT_FRS_ROOT_HAS_MOVED","features":[456]},{"name":"EVENT_FRS_ROOT_NOT_VALID","features":[456]},{"name":"EVENT_FRS_STAGE_NOT_VALID","features":[456]},{"name":"EVENT_FRS_STAGING_AREA_FULL","features":[456]},{"name":"EVENT_FRS_STARTING","features":[456]},{"name":"EVENT_FRS_STOPPED","features":[456]},{"name":"EVENT_FRS_STOPPED_ASSERT","features":[456]},{"name":"EVENT_FRS_STOPPED_FORCE","features":[456]},{"name":"EVENT_FRS_STOPPING","features":[456]},{"name":"EVENT_FRS_SYSVOL_NOT_READY","features":[456]},{"name":"EVENT_FRS_SYSVOL_NOT_READY_PRIMARY","features":[456]},{"name":"EVENT_FRS_SYSVOL_READY","features":[456]},{"name":"EVENT_FRS_VOLUME_NOT_SUPPORTED","features":[456]},{"name":"EVENT_INVALID_DRIVER_DEPENDENCY","features":[456]},{"name":"EVENT_IPX_CREATE_DEVICE","features":[456]},{"name":"EVENT_IPX_ILLEGAL_CONFIG","features":[456]},{"name":"EVENT_IPX_INTERNAL_NET_INVALID","features":[456]},{"name":"EVENT_IPX_NEW_DEFAULT_TYPE","features":[456]},{"name":"EVENT_IPX_NO_ADAPTERS","features":[456]},{"name":"EVENT_IPX_NO_FRAME_TYPES","features":[456]},{"name":"EVENT_IPX_SAP_ANNOUNCE","features":[456]},{"name":"EVENT_NBT_BAD_BACKUP_WINS_ADDR","features":[456]},{"name":"EVENT_NBT_BAD_PRIMARY_WINS_ADDR","features":[456]},{"name":"EVENT_NBT_CREATE_ADDRESS","features":[456]},{"name":"EVENT_NBT_CREATE_CONNECTION","features":[456]},{"name":"EVENT_NBT_CREATE_DEVICE","features":[456]},{"name":"EVENT_NBT_CREATE_DRIVER","features":[456]},{"name":"EVENT_NBT_DUPLICATE_NAME","features":[456]},{"name":"EVENT_NBT_DUPLICATE_NAME_ERROR","features":[456]},{"name":"EVENT_NBT_NAME_RELEASE","features":[456]},{"name":"EVENT_NBT_NAME_SERVER_ADDRS","features":[456]},{"name":"EVENT_NBT_NON_OS_INIT","features":[456]},{"name":"EVENT_NBT_NO_BACKUP_WINS","features":[456]},{"name":"EVENT_NBT_NO_DEVICES","features":[456]},{"name":"EVENT_NBT_NO_RESOURCES","features":[456]},{"name":"EVENT_NBT_NO_WINS","features":[456]},{"name":"EVENT_NBT_OPEN_REG_LINKAGE","features":[456]},{"name":"EVENT_NBT_OPEN_REG_NAMESERVER","features":[456]},{"name":"EVENT_NBT_OPEN_REG_PARAMS","features":[456]},{"name":"EVENT_NBT_READ_BIND","features":[456]},{"name":"EVENT_NBT_READ_EXPORT","features":[456]},{"name":"EVENT_NBT_TIMERS","features":[456]},{"name":"EVENT_NDIS_ADAPTER_CHECK_ERROR","features":[456]},{"name":"EVENT_NDIS_ADAPTER_DISABLED","features":[456]},{"name":"EVENT_NDIS_ADAPTER_NOT_FOUND","features":[456]},{"name":"EVENT_NDIS_BAD_IO_BASE_ADDRESS","features":[456]},{"name":"EVENT_NDIS_BAD_VERSION","features":[456]},{"name":"EVENT_NDIS_CABLE_DISCONNECTED_ERROR","features":[456]},{"name":"EVENT_NDIS_DMA_CONFLICT","features":[456]},{"name":"EVENT_NDIS_DRIVER_FAILURE","features":[456]},{"name":"EVENT_NDIS_HARDWARE_FAILURE","features":[456]},{"name":"EVENT_NDIS_INTERRUPT_CONFLICT","features":[456]},{"name":"EVENT_NDIS_INTERRUPT_CONNECT","features":[456]},{"name":"EVENT_NDIS_INVALID_DOWNLOAD_FILE_ERROR","features":[456]},{"name":"EVENT_NDIS_INVALID_VALUE_FROM_ADAPTER","features":[456]},{"name":"EVENT_NDIS_IO_PORT_CONFLICT","features":[456]},{"name":"EVENT_NDIS_LOBE_FAILUE_ERROR","features":[456]},{"name":"EVENT_NDIS_MAXFRAMESIZE_ERROR","features":[456]},{"name":"EVENT_NDIS_MAXINTERNALBUFS_ERROR","features":[456]},{"name":"EVENT_NDIS_MAXMULTICAST_ERROR","features":[456]},{"name":"EVENT_NDIS_MAXRECEIVES_ERROR","features":[456]},{"name":"EVENT_NDIS_MAXTRANSMITS_ERROR","features":[456]},{"name":"EVENT_NDIS_MEMORY_CONFLICT","features":[456]},{"name":"EVENT_NDIS_MISSING_CONFIGURATION_PARAMETER","features":[456]},{"name":"EVENT_NDIS_NETWORK_ADDRESS","features":[456]},{"name":"EVENT_NDIS_OUT_OF_RESOURCE","features":[456]},{"name":"EVENT_NDIS_PORT_OR_DMA_CONFLICT","features":[456]},{"name":"EVENT_NDIS_PRODUCTID_ERROR","features":[456]},{"name":"EVENT_NDIS_RECEIVE_SPACE_SMALL","features":[456]},{"name":"EVENT_NDIS_REMOVE_RECEIVED_ERROR","features":[456]},{"name":"EVENT_NDIS_RESET_FAILURE_CORRECTION","features":[456]},{"name":"EVENT_NDIS_RESET_FAILURE_ERROR","features":[456]},{"name":"EVENT_NDIS_RESOURCE_CONFLICT","features":[456]},{"name":"EVENT_NDIS_SIGNAL_LOSS_ERROR","features":[456]},{"name":"EVENT_NDIS_TIMEOUT","features":[456]},{"name":"EVENT_NDIS_TOKEN_RING_CORRECTION","features":[456]},{"name":"EVENT_NDIS_UNSUPPORTED_CONFIGURATION","features":[456]},{"name":"EVENT_PS_ADMISSIONCONTROL_OVERFLOW","features":[456]},{"name":"EVENT_PS_BAD_BESTEFFORT_LIMIT","features":[456]},{"name":"EVENT_PS_BINDING_FAILED","features":[456]},{"name":"EVENT_PS_GPC_REGISTER_FAILED","features":[456]},{"name":"EVENT_PS_INIT_DEVICE_FAILED","features":[456]},{"name":"EVENT_PS_MISSING_ADAPTER_REGISTRY_DATA","features":[456]},{"name":"EVENT_PS_NETWORK_ADDRESS_FAIL","features":[456]},{"name":"EVENT_PS_NO_RESOURCES_FOR_INIT","features":[456]},{"name":"EVENT_PS_QUERY_OID_GEN_LINK_SPEED","features":[456]},{"name":"EVENT_PS_QUERY_OID_GEN_MAXIMUM_FRAME_SIZE","features":[456]},{"name":"EVENT_PS_QUERY_OID_GEN_MAXIMUM_TOTAL_SIZE","features":[456]},{"name":"EVENT_PS_REGISTER_ADDRESS_FAMILY_FAILED","features":[456]},{"name":"EVENT_PS_REGISTER_MINIPORT_FAILED","features":[456]},{"name":"EVENT_PS_REGISTER_PROTOCOL_FAILED","features":[456]},{"name":"EVENT_PS_RESOURCE_POOL","features":[456]},{"name":"EVENT_PS_WAN_LIMITED_BESTEFFORT","features":[456]},{"name":"EVENT_PS_WMI_INSTANCE_NAME_FAILED","features":[456]},{"name":"EVENT_RDR_AT_THREAD_MAX","features":[456]},{"name":"EVENT_RDR_CANT_BIND_TRANSPORT","features":[456]},{"name":"EVENT_RDR_CANT_BUILD_SMB_HEADER","features":[456]},{"name":"EVENT_RDR_CANT_CREATE_DEVICE","features":[456]},{"name":"EVENT_RDR_CANT_CREATE_THREAD","features":[456]},{"name":"EVENT_RDR_CANT_GET_SECURITY_CONTEXT","features":[456]},{"name":"EVENT_RDR_CANT_READ_REGISTRY","features":[456]},{"name":"EVENT_RDR_CANT_REGISTER_ADDRESS","features":[456]},{"name":"EVENT_RDR_CANT_SET_THREAD","features":[456]},{"name":"EVENT_RDR_CLOSE_BEHIND","features":[456]},{"name":"EVENT_RDR_CONNECTION","features":[456]},{"name":"EVENT_RDR_CONNECTION_REFERENCE","features":[456]},{"name":"EVENT_RDR_CONTEXTS","features":[456]},{"name":"EVENT_RDR_DELAYED_SET_ATTRIBUTES_FAILED","features":[456]},{"name":"EVENT_RDR_DELETEONCLOSE_FAILED","features":[456]},{"name":"EVENT_RDR_DISPOSITION","features":[456]},{"name":"EVENT_RDR_ENCRYPT","features":[456]},{"name":"EVENT_RDR_FAILED_UNLOCK","features":[456]},{"name":"EVENT_RDR_INVALID_LOCK_REPLY","features":[456]},{"name":"EVENT_RDR_INVALID_OPLOCK","features":[456]},{"name":"EVENT_RDR_INVALID_REPLY","features":[456]},{"name":"EVENT_RDR_INVALID_SMB","features":[456]},{"name":"EVENT_RDR_MAXCMDS","features":[456]},{"name":"EVENT_RDR_OPLOCK_SMB","features":[456]},{"name":"EVENT_RDR_PRIMARY_TRANSPORT_CONNECT_FAILED","features":[456]},{"name":"EVENT_RDR_RESOURCE_SHORTAGE","features":[456]},{"name":"EVENT_RDR_SECURITY_SIGNATURE_MISMATCH","features":[456]},{"name":"EVENT_RDR_SERVER_REFERENCE","features":[456]},{"name":"EVENT_RDR_SMB_REFERENCE","features":[456]},{"name":"EVENT_RDR_TIMEOUT","features":[456]},{"name":"EVENT_RDR_TIMEZONE_BIAS_TOO_LARGE","features":[456]},{"name":"EVENT_RDR_UNEXPECTED_ERROR","features":[456]},{"name":"EVENT_RDR_WRITE_BEHIND_FLUSH_FAILED","features":[456]},{"name":"EVENT_READFILE_TIMEOUT","features":[456]},{"name":"EVENT_REVERTED_TO_LASTKNOWNGOOD","features":[456]},{"name":"EVENT_RPCSS_ACTIVATION_ERROR","features":[456]},{"name":"EVENT_RPCSS_CREATEDEBUGGERPROCESS_FAILURE","features":[456]},{"name":"EVENT_RPCSS_CREATEPROCESS_FAILURE","features":[456]},{"name":"EVENT_RPCSS_DEFAULT_LAUNCH_ACCESS_DENIED","features":[456]},{"name":"EVENT_RPCSS_LAUNCH_ACCESS_DENIED","features":[456]},{"name":"EVENT_RPCSS_REMOTE_SIDE_ERROR","features":[456]},{"name":"EVENT_RPCSS_REMOTE_SIDE_ERROR_WITH_FILE","features":[456]},{"name":"EVENT_RPCSS_REMOTE_SIDE_UNAVAILABLE","features":[456]},{"name":"EVENT_RPCSS_RUNAS_CANT_LOGIN","features":[456]},{"name":"EVENT_RPCSS_RUNAS_CREATEPROCESS_FAILURE","features":[456]},{"name":"EVENT_RPCSS_SERVER_NOT_RESPONDING","features":[456]},{"name":"EVENT_RPCSS_SERVER_START_TIMEOUT","features":[456]},{"name":"EVENT_RPCSS_START_SERVICE_FAILURE","features":[456]},{"name":"EVENT_RPCSS_STOP_SERVICE_FAILURE","features":[456]},{"name":"EVENT_RUNNING_LASTKNOWNGOOD","features":[456]},{"name":"EVENT_SCOPE_LABEL_TOO_LONG","features":[456]},{"name":"EVENT_SCOPE_TOO_LONG","features":[456]},{"name":"EVENT_SECOND_LOGON_FAILED","features":[456]},{"name":"EVENT_SERVICE_CONFIG_BACKOUT_FAILED","features":[456]},{"name":"EVENT_SERVICE_CONTROL_SUCCESS","features":[456]},{"name":"EVENT_SERVICE_CRASH","features":[456]},{"name":"EVENT_SERVICE_CRASH_NO_ACTION","features":[456]},{"name":"EVENT_SERVICE_DIFFERENT_PID_CONNECTED","features":[456]},{"name":"EVENT_SERVICE_EXIT_FAILED","features":[456]},{"name":"EVENT_SERVICE_EXIT_FAILED_SPECIFIC","features":[456]},{"name":"EVENT_SERVICE_LOGON_TYPE_NOT_GRANTED","features":[456]},{"name":"EVENT_SERVICE_NOT_INTERACTIVE","features":[456]},{"name":"EVENT_SERVICE_RECOVERY_FAILED","features":[456]},{"name":"EVENT_SERVICE_SCESRV_FAILED","features":[456]},{"name":"EVENT_SERVICE_SHUTDOWN_FAILED","features":[456]},{"name":"EVENT_SERVICE_START_AT_BOOT_FAILED","features":[456]},{"name":"EVENT_SERVICE_START_FAILED","features":[456]},{"name":"EVENT_SERVICE_START_FAILED_GROUP","features":[456]},{"name":"EVENT_SERVICE_START_FAILED_II","features":[456]},{"name":"EVENT_SERVICE_START_FAILED_NONE","features":[456]},{"name":"EVENT_SERVICE_START_HUNG","features":[456]},{"name":"EVENT_SERVICE_START_TYPE_CHANGED","features":[456]},{"name":"EVENT_SERVICE_STATUS_SUCCESS","features":[456]},{"name":"EVENT_SERVICE_STOP_SUCCESS_WITH_REASON","features":[456]},{"name":"EVENT_SEVERE_SERVICE_FAILED","features":[456]},{"name":"EVENT_SRV_CANT_BIND_DUP_NAME","features":[456]},{"name":"EVENT_SRV_CANT_BIND_TO_TRANSPORT","features":[456]},{"name":"EVENT_SRV_CANT_CHANGE_DOMAIN_NAME","features":[456]},{"name":"EVENT_SRV_CANT_CREATE_DEVICE","features":[456]},{"name":"EVENT_SRV_CANT_CREATE_PROCESS","features":[456]},{"name":"EVENT_SRV_CANT_CREATE_THREAD","features":[456]},{"name":"EVENT_SRV_CANT_GROW_TABLE","features":[456]},{"name":"EVENT_SRV_CANT_LOAD_DRIVER","features":[456]},{"name":"EVENT_SRV_CANT_MAP_ERROR","features":[456]},{"name":"EVENT_SRV_CANT_OPEN_NPFS","features":[456]},{"name":"EVENT_SRV_CANT_RECREATE_SHARE","features":[456]},{"name":"EVENT_SRV_CANT_START_SCAVENGER","features":[456]},{"name":"EVENT_SRV_CANT_UNLOAD_DRIVER","features":[456]},{"name":"EVENT_SRV_DISK_FULL","features":[456]},{"name":"EVENT_SRV_DOS_ATTACK_DETECTED","features":[456]},{"name":"EVENT_SRV_INVALID_REGISTRY_VALUE","features":[456]},{"name":"EVENT_SRV_INVALID_REQUEST","features":[456]},{"name":"EVENT_SRV_INVALID_SD","features":[456]},{"name":"EVENT_SRV_IRP_STACK_SIZE","features":[456]},{"name":"EVENT_SRV_KEY_NOT_CREATED","features":[456]},{"name":"EVENT_SRV_KEY_NOT_FOUND","features":[456]},{"name":"EVENT_SRV_NETWORK_ERROR","features":[456]},{"name":"EVENT_SRV_NONPAGED_POOL_LIMIT","features":[456]},{"name":"EVENT_SRV_NO_BLOCKING_IO","features":[456]},{"name":"EVENT_SRV_NO_FREE_CONNECTIONS","features":[456]},{"name":"EVENT_SRV_NO_FREE_RAW_WORK_ITEM","features":[456]},{"name":"EVENT_SRV_NO_NONPAGED_POOL","features":[456]},{"name":"EVENT_SRV_NO_PAGED_POOL","features":[456]},{"name":"EVENT_SRV_NO_TRANSPORTS_BOUND","features":[456]},{"name":"EVENT_SRV_NO_VIRTUAL_MEMORY","features":[456]},{"name":"EVENT_SRV_NO_WORK_ITEM","features":[456]},{"name":"EVENT_SRV_OUT_OF_WORK_ITEM_DOS","features":[456]},{"name":"EVENT_SRV_PAGED_POOL_LIMIT","features":[456]},{"name":"EVENT_SRV_RESOURCE_SHORTAGE","features":[456]},{"name":"EVENT_SRV_SERVICE_FAILED","features":[456]},{"name":"EVENT_SRV_TOO_MANY_DOS","features":[456]},{"name":"EVENT_SRV_TXF_INIT_FAILED","features":[456]},{"name":"EVENT_SRV_UNEXPECTED_DISC","features":[456]},{"name":"EVENT_STREAMS_ALLOCB_FAILURE","features":[456]},{"name":"EVENT_STREAMS_ALLOCB_FAILURE_CNT","features":[456]},{"name":"EVENT_STREAMS_ESBALLOC_FAILURE","features":[456]},{"name":"EVENT_STREAMS_ESBALLOC_FAILURE_CNT","features":[456]},{"name":"EVENT_STREAMS_STRLOG","features":[456]},{"name":"EVENT_TAKE_OWNERSHIP","features":[456]},{"name":"EVENT_TCPIP6_STARTED","features":[456]},{"name":"EVENT_TCPIP_ADAPTER_REG_FAILURE","features":[456]},{"name":"EVENT_TCPIP_ADDRESS_CONFLICT1","features":[456]},{"name":"EVENT_TCPIP_ADDRESS_CONFLICT2","features":[456]},{"name":"EVENT_TCPIP_AUTOCONFIGURED_ADDRESS_LIMIT_REACHED","features":[456]},{"name":"EVENT_TCPIP_AUTOCONFIGURED_ROUTE_LIMIT_REACHED","features":[456]},{"name":"EVENT_TCPIP_CREATE_DEVICE_FAILED","features":[456]},{"name":"EVENT_TCPIP_DHCP_INIT_FAILED","features":[456]},{"name":"EVENT_TCPIP_INTERFACE_BIND_FAILURE","features":[456]},{"name":"EVENT_TCPIP_INVALID_ADDRESS","features":[456]},{"name":"EVENT_TCPIP_INVALID_DEFAULT_GATEWAY","features":[456]},{"name":"EVENT_TCPIP_INVALID_MASK","features":[456]},{"name":"EVENT_TCPIP_IPV4_UNINSTALLED","features":[456]},{"name":"EVENT_TCPIP_IP_INIT_FAILED","features":[456]},{"name":"EVENT_TCPIP_MEDIA_CONNECT","features":[456]},{"name":"EVENT_TCPIP_MEDIA_DISCONNECT","features":[456]},{"name":"EVENT_TCPIP_NO_ADAPTER_RESOURCES","features":[456]},{"name":"EVENT_TCPIP_NO_ADDRESS_LIST","features":[456]},{"name":"EVENT_TCPIP_NO_BINDINGS","features":[456]},{"name":"EVENT_TCPIP_NO_MASK","features":[456]},{"name":"EVENT_TCPIP_NO_MASK_LIST","features":[456]},{"name":"EVENT_TCPIP_NO_RESOURCES_FOR_INIT","features":[456]},{"name":"EVENT_TCPIP_NTE_CONTEXT_LIST_FAILURE","features":[456]},{"name":"EVENT_TCPIP_OUT_OF_ORDER_FRAGMENTS_EXCEEDED","features":[456]},{"name":"EVENT_TCPIP_PCF_CLEAR_FILTER_FAILURE","features":[456]},{"name":"EVENT_TCPIP_PCF_MISSING_CAPABILITY","features":[456]},{"name":"EVENT_TCPIP_PCF_MULTICAST_OID_ISSUE","features":[456]},{"name":"EVENT_TCPIP_PCF_NO_ARP_FILTER","features":[456]},{"name":"EVENT_TCPIP_PCF_SET_FILTER_FAILURE","features":[456]},{"name":"EVENT_TCPIP_TCP_CONNECTIONS_PERF_IMPACTED","features":[456]},{"name":"EVENT_TCPIP_TCP_CONNECT_LIMIT_REACHED","features":[456]},{"name":"EVENT_TCPIP_TCP_GLOBAL_EPHEMERAL_PORT_SPACE_EXHAUSTED","features":[456]},{"name":"EVENT_TCPIP_TCP_INIT_FAILED","features":[456]},{"name":"EVENT_TCPIP_TCP_MPP_ATTACKS_DETECTED","features":[456]},{"name":"EVENT_TCPIP_TCP_TIME_WAIT_COLLISION","features":[456]},{"name":"EVENT_TCPIP_TCP_WSD_WS_RESTRICTED","features":[456]},{"name":"EVENT_TCPIP_TOO_MANY_GATEWAYS","features":[456]},{"name":"EVENT_TCPIP_TOO_MANY_NETS","features":[456]},{"name":"EVENT_TCPIP_UDP_GLOBAL_EPHEMERAL_PORT_SPACE_EXHAUSTED","features":[456]},{"name":"EVENT_TCPIP_UDP_LIMIT_REACHED","features":[456]},{"name":"EVENT_TRANSACT_INVALID","features":[456]},{"name":"EVENT_TRANSACT_TIMEOUT","features":[456]},{"name":"EVENT_TRANSPORT_ADAPTER_NOT_FOUND","features":[456]},{"name":"EVENT_TRANSPORT_BAD_PROTOCOL","features":[456]},{"name":"EVENT_TRANSPORT_BINDING_FAILED","features":[456]},{"name":"EVENT_TRANSPORT_QUERY_OID_FAILED","features":[456]},{"name":"EVENT_TRANSPORT_REGISTER_FAILED","features":[456]},{"name":"EVENT_TRANSPORT_RESOURCE_LIMIT","features":[456]},{"name":"EVENT_TRANSPORT_RESOURCE_POOL","features":[456]},{"name":"EVENT_TRANSPORT_RESOURCE_SPECIFIC","features":[456]},{"name":"EVENT_TRANSPORT_SET_OID_FAILED","features":[456]},{"name":"EVENT_TRANSPORT_TOO_MANY_LINKS","features":[456]},{"name":"EVENT_TRANSPORT_TRANSFER_DATA","features":[456]},{"name":"EVENT_TRK_INTERNAL_ERROR","features":[456]},{"name":"EVENT_TRK_SERVICE_CORRUPT_LOG","features":[456]},{"name":"EVENT_TRK_SERVICE_DUPLICATE_VOLIDS","features":[456]},{"name":"EVENT_TRK_SERVICE_MOVE_QUOTA_EXCEEDED","features":[456]},{"name":"EVENT_TRK_SERVICE_START_FAILURE","features":[456]},{"name":"EVENT_TRK_SERVICE_START_SUCCESS","features":[456]},{"name":"EVENT_TRK_SERVICE_VOLUME_CLAIM","features":[456]},{"name":"EVENT_TRK_SERVICE_VOLUME_CREATE","features":[456]},{"name":"EVENT_TRK_SERVICE_VOL_QUOTA_EXCEEDED","features":[456]},{"name":"EVENT_UP_DRIVER_ON_MP","features":[456]},{"name":"EVENT_WEBCLIENT_CLOSE_DELETE_FAILED","features":[456]},{"name":"EVENT_WEBCLIENT_CLOSE_PROPPATCH_FAILED","features":[456]},{"name":"EVENT_WEBCLIENT_CLOSE_PUT_FAILED","features":[456]},{"name":"EVENT_WEBCLIENT_SETINFO_PROPPATCH_FAILED","features":[456]},{"name":"EVENT_WINNAT_SESSION_LIMIT_REACHED","features":[456]},{"name":"EVENT_WINSOCK_CLOSESOCKET_STUCK","features":[456]},{"name":"EVENT_WINSOCK_TDI_FILTER_DETECTED","features":[456]},{"name":"EVENT_WSK_OWNINGTHREAD_PARAMETER_IGNORED","features":[456]},{"name":"EVLEN","features":[456]},{"name":"EXTRA_EXIT_POINT","features":[456]},{"name":"EXTRA_EXIT_POINT_DELETED","features":[456]},{"name":"EXTRA_EXIT_POINT_NOT_DELETED","features":[456]},{"name":"EXTRA_VOLUME","features":[456]},{"name":"EXTRA_VOLUME_DELETED","features":[456]},{"name":"EXTRA_VOLUME_NOT_DELETED","features":[456]},{"name":"FILTER_INTERDOMAIN_TRUST_ACCOUNT","features":[456]},{"name":"FILTER_NORMAL_ACCOUNT","features":[456]},{"name":"FILTER_SERVER_TRUST_ACCOUNT","features":[456]},{"name":"FILTER_TEMP_DUPLICATE_ACCOUNT","features":[456]},{"name":"FILTER_WORKSTATION_TRUST_ACCOUNT","features":[456]},{"name":"FLAT_STRING","features":[456]},{"name":"FORCE_LEVEL_FLAGS","features":[456]},{"name":"GNLEN","features":[456]},{"name":"GROUPIDMASK","features":[456]},{"name":"GROUP_ALL_PARMNUM","features":[456]},{"name":"GROUP_ATTRIBUTES_PARMNUM","features":[456]},{"name":"GROUP_COMMENT_PARMNUM","features":[456]},{"name":"GROUP_INFO_0","features":[456]},{"name":"GROUP_INFO_1","features":[456]},{"name":"GROUP_INFO_1002","features":[456]},{"name":"GROUP_INFO_1005","features":[456]},{"name":"GROUP_INFO_2","features":[456]},{"name":"GROUP_INFO_3","features":[456,309]},{"name":"GROUP_NAME_PARMNUM","features":[456]},{"name":"GROUP_SPECIALGRP_ADMINS","features":[456]},{"name":"GROUP_SPECIALGRP_GUESTS","features":[456]},{"name":"GROUP_SPECIALGRP_LOCAL","features":[456]},{"name":"GROUP_SPECIALGRP_USERS","features":[456]},{"name":"GROUP_USERS_INFO_0","features":[456]},{"name":"GROUP_USERS_INFO_1","features":[456]},{"name":"GetNetScheduleAccountInformation","features":[456]},{"name":"HARDWARE_ADDRESS","features":[456]},{"name":"HARDWARE_ADDRESS_LENGTH","features":[456]},{"name":"HELP_MSG_FILENAME","features":[456]},{"name":"HLOG","features":[456]},{"name":"IEnumNetCfgBindingInterface","features":[456]},{"name":"IEnumNetCfgBindingPath","features":[456]},{"name":"IEnumNetCfgComponent","features":[456]},{"name":"INTERFACE_INFO_REVISION_1","features":[456]},{"name":"INVALID_TRACEID","features":[456]},{"name":"INetCfg","features":[456]},{"name":"INetCfgBindingInterface","features":[456]},{"name":"INetCfgBindingPath","features":[456]},{"name":"INetCfgClass","features":[456]},{"name":"INetCfgClassSetup","features":[456]},{"name":"INetCfgClassSetup2","features":[456]},{"name":"INetCfgComponent","features":[456]},{"name":"INetCfgComponentBindings","features":[456]},{"name":"INetCfgComponentControl","features":[456]},{"name":"INetCfgComponentNotifyBinding","features":[456]},{"name":"INetCfgComponentNotifyGlobal","features":[456]},{"name":"INetCfgComponentPropertyUi","features":[456]},{"name":"INetCfgComponentSetup","features":[456]},{"name":"INetCfgComponentSysPrep","features":[456]},{"name":"INetCfgComponentUpperEdge","features":[456]},{"name":"INetCfgLock","features":[456]},{"name":"INetCfgPnpReconfigCallback","features":[456]},{"name":"INetCfgSysPrep","features":[456]},{"name":"INetLanConnectionUiInfo","features":[456]},{"name":"INetRasConnectionIpUiInfo","features":[456]},{"name":"IPX_PROTOCOL_BASE","features":[456]},{"name":"IPX_PROTOCOL_RIP","features":[456]},{"name":"IProvisioningDomain","features":[456]},{"name":"IProvisioningProfileWireless","features":[456]},{"name":"IR_PROMISCUOUS","features":[456]},{"name":"IR_PROMISCUOUS_MULTICAST","features":[456]},{"name":"I_NetLogonControl2","features":[456]},{"name":"JOB_ADD_CURRENT_DATE","features":[456]},{"name":"JOB_EXEC_ERROR","features":[456]},{"name":"JOB_NONINTERACTIVE","features":[456]},{"name":"JOB_RUNS_TODAY","features":[456]},{"name":"JOB_RUN_PERIODICALLY","features":[456]},{"name":"KNOWLEDGE_INCONSISTENCY_DETECTED","features":[456]},{"name":"LG_INCLUDE_INDIRECT","features":[456]},{"name":"LM20_CNLEN","features":[456]},{"name":"LM20_DEVLEN","features":[456]},{"name":"LM20_DNLEN","features":[456]},{"name":"LM20_GNLEN","features":[456]},{"name":"LM20_MAXCOMMENTSZ","features":[456]},{"name":"LM20_NNLEN","features":[456]},{"name":"LM20_PATHLEN","features":[456]},{"name":"LM20_PWLEN","features":[456]},{"name":"LM20_QNLEN","features":[456]},{"name":"LM20_SERVICE_ACTIVE","features":[456]},{"name":"LM20_SERVICE_CONTINUE_PENDING","features":[456]},{"name":"LM20_SERVICE_PAUSED","features":[456]},{"name":"LM20_SERVICE_PAUSE_PENDING","features":[456]},{"name":"LM20_SNLEN","features":[456]},{"name":"LM20_STXTLEN","features":[456]},{"name":"LM20_UNCLEN","features":[456]},{"name":"LM20_UNLEN","features":[456]},{"name":"LM_REDIR_FAILURE","features":[456]},{"name":"LOCALGROUP_COMMENT_PARMNUM","features":[456]},{"name":"LOCALGROUP_INFO_0","features":[456]},{"name":"LOCALGROUP_INFO_1","features":[456]},{"name":"LOCALGROUP_INFO_1002","features":[456]},{"name":"LOCALGROUP_MEMBERS_INFO_0","features":[456,309]},{"name":"LOCALGROUP_MEMBERS_INFO_1","features":[456,309]},{"name":"LOCALGROUP_MEMBERS_INFO_2","features":[456,309]},{"name":"LOCALGROUP_MEMBERS_INFO_3","features":[456]},{"name":"LOCALGROUP_NAME_PARMNUM","features":[456]},{"name":"LOCALGROUP_USERS_INFO_0","features":[456]},{"name":"LOGFLAGS_BACKWARD","features":[456]},{"name":"LOGFLAGS_FORWARD","features":[456]},{"name":"LOGFLAGS_SEEK","features":[456]},{"name":"LOWER_GET_HINT_MASK","features":[456]},{"name":"LOWER_HINT_MASK","features":[456]},{"name":"LogErrorA","features":[456]},{"name":"LogErrorW","features":[456]},{"name":"LogEventA","features":[456]},{"name":"LogEventW","features":[456]},{"name":"MACHINE_UNJOINED","features":[456]},{"name":"MAJOR_VERSION_MASK","features":[456]},{"name":"MAXCOMMENTSZ","features":[456]},{"name":"MAXPERMENTRIES","features":[456]},{"name":"MAX_LANMAN_MESSAGE_ID","features":[456]},{"name":"MAX_NERR","features":[456]},{"name":"MAX_PASSWD_LEN","features":[456]},{"name":"MAX_PREFERRED_LENGTH","features":[456]},{"name":"MAX_PROTOCOL_DLL_LEN","features":[456]},{"name":"MAX_PROTOCOL_NAME_LEN","features":[456]},{"name":"MESSAGE_FILENAME","features":[456]},{"name":"MFE_BOUNDARY_REACHED","features":[456]},{"name":"MFE_IIF","features":[456]},{"name":"MFE_NOT_FORWARDING","features":[456]},{"name":"MFE_NOT_LAST_HOP","features":[456]},{"name":"MFE_NO_ERROR","features":[456]},{"name":"MFE_NO_MULTICAST","features":[456]},{"name":"MFE_NO_ROUTE","features":[456]},{"name":"MFE_NO_SPACE","features":[456]},{"name":"MFE_OIF_PRUNED","features":[456]},{"name":"MFE_OLD_ROUTER","features":[456]},{"name":"MFE_PROHIBITED","features":[456]},{"name":"MFE_PRUNED_UPSTREAM","features":[456]},{"name":"MFE_REACHED_CORE","features":[456]},{"name":"MFE_WRONG_IF","features":[456]},{"name":"MIN_LANMAN_MESSAGE_ID","features":[456]},{"name":"MISSING_EXIT_POINT","features":[456]},{"name":"MISSING_EXIT_POINT_CREATED","features":[456]},{"name":"MISSING_EXIT_POINT_NOT_CREATED","features":[456]},{"name":"MISSING_VOLUME","features":[456]},{"name":"MISSING_VOLUME_CREATED","features":[456]},{"name":"MISSING_VOLUME_NOT_CREATED","features":[456]},{"name":"MODALS_DOMAIN_ID_PARMNUM","features":[456]},{"name":"MODALS_DOMAIN_NAME_PARMNUM","features":[456]},{"name":"MODALS_FORCE_LOGOFF_PARMNUM","features":[456]},{"name":"MODALS_LOCKOUT_DURATION_PARMNUM","features":[456]},{"name":"MODALS_LOCKOUT_OBSERVATION_WINDOW_PARMNUM","features":[456]},{"name":"MODALS_LOCKOUT_THRESHOLD_PARMNUM","features":[456]},{"name":"MODALS_MAX_PASSWD_AGE_PARMNUM","features":[456]},{"name":"MODALS_MIN_PASSWD_AGE_PARMNUM","features":[456]},{"name":"MODALS_MIN_PASSWD_LEN_PARMNUM","features":[456]},{"name":"MODALS_PASSWD_HIST_LEN_PARMNUM","features":[456]},{"name":"MODALS_PRIMARY_PARMNUM","features":[456]},{"name":"MODALS_ROLE_PARMNUM","features":[456]},{"name":"MPR_PROTOCOL_0","features":[456]},{"name":"MRINFO_DISABLED_FLAG","features":[456]},{"name":"MRINFO_DOWN_FLAG","features":[456]},{"name":"MRINFO_LEAF_FLAG","features":[456]},{"name":"MRINFO_PIM_FLAG","features":[456]},{"name":"MRINFO_QUERIER_FLAG","features":[456]},{"name":"MRINFO_TUNNEL_FLAG","features":[456]},{"name":"MSA_INFO_0","features":[456]},{"name":"MSA_INFO_LEVEL","features":[456]},{"name":"MSA_INFO_STATE","features":[456]},{"name":"MSGNAME_FORWARDED_FROM","features":[456]},{"name":"MSGNAME_FORWARDED_TO","features":[456]},{"name":"MSGNAME_NOT_FORWARDED","features":[456]},{"name":"MSG_INFO_0","features":[456]},{"name":"MSG_INFO_1","features":[456]},{"name":"MS_ROUTER_VERSION","features":[456]},{"name":"MprSetupProtocolEnum","features":[456]},{"name":"MprSetupProtocolFree","features":[456]},{"name":"MsaInfoCanInstall","features":[456]},{"name":"MsaInfoCannotInstall","features":[456]},{"name":"MsaInfoInstalled","features":[456]},{"name":"MsaInfoLevel0","features":[456]},{"name":"MsaInfoLevelMax","features":[456]},{"name":"MsaInfoNotExist","features":[456]},{"name":"MsaInfoNotService","features":[456]},{"name":"NCF_DONTEXPOSELOWER","features":[456]},{"name":"NCF_FILTER","features":[456]},{"name":"NCF_FIXED_BINDING","features":[456]},{"name":"NCF_HAS_UI","features":[456]},{"name":"NCF_HIDDEN","features":[456]},{"name":"NCF_HIDE_BINDING","features":[456]},{"name":"NCF_LOWER","features":[456]},{"name":"NCF_LW_FILTER","features":[456]},{"name":"NCF_MULTIPORT_INSTANCED_ADAPTER","features":[456]},{"name":"NCF_NDIS_PROTOCOL","features":[456]},{"name":"NCF_NOT_USER_REMOVABLE","features":[456]},{"name":"NCF_NO_SERVICE","features":[456]},{"name":"NCF_PHYSICAL","features":[456]},{"name":"NCF_SINGLE_INSTANCE","features":[456]},{"name":"NCF_SOFTWARE_ENUMERATED","features":[456]},{"name":"NCF_UPPER","features":[456]},{"name":"NCF_VIRTUAL","features":[456]},{"name":"NCN_ADD","features":[456]},{"name":"NCN_BINDING_PATH","features":[456]},{"name":"NCN_DISABLE","features":[456]},{"name":"NCN_ENABLE","features":[456]},{"name":"NCN_NET","features":[456]},{"name":"NCN_NETCLIENT","features":[456]},{"name":"NCN_NETSERVICE","features":[456]},{"name":"NCN_NETTRANS","features":[456]},{"name":"NCN_PROPERTYCHANGE","features":[456]},{"name":"NCN_REMOVE","features":[456]},{"name":"NCN_UPDATE","features":[456]},{"name":"NCPNP_RECONFIG_LAYER","features":[456]},{"name":"NCRL_NDIS","features":[456]},{"name":"NCRL_TDI","features":[456]},{"name":"NCRP_FLAGS","features":[456]},{"name":"NCRP_QUERY_PROPERTY_UI","features":[456]},{"name":"NCRP_SHOW_PROPERTY_UI","features":[456]},{"name":"NELOG_AT_Exec_Err","features":[456]},{"name":"NELOG_AT_cannot_read","features":[456]},{"name":"NELOG_AT_cannot_write","features":[456]},{"name":"NELOG_AT_sched_err","features":[456]},{"name":"NELOG_AT_schedule_file_created","features":[456]},{"name":"NELOG_Access_File_Bad","features":[456]},{"name":"NELOG_Build_Name","features":[456]},{"name":"NELOG_Cant_Make_Msg_File","features":[456]},{"name":"NELOG_DiskFT","features":[456]},{"name":"NELOG_DriverNotLoaded","features":[456]},{"name":"NELOG_Entries_Lost","features":[456]},{"name":"NELOG_Error_in_DLL","features":[456]},{"name":"NELOG_Exec_Netservr_NoMem","features":[456]},{"name":"NELOG_FT_ErrLog_Too_Large","features":[456]},{"name":"NELOG_FT_Update_In_Progress","features":[456]},{"name":"NELOG_FailedToGetComputerName","features":[456]},{"name":"NELOG_FailedToRegisterSC","features":[456]},{"name":"NELOG_FailedToSetServiceStatus","features":[456]},{"name":"NELOG_File_Changed","features":[456]},{"name":"NELOG_Files_Dont_Fit","features":[456]},{"name":"NELOG_HardErr_From_Server","features":[456]},{"name":"NELOG_HotFix","features":[456]},{"name":"NELOG_Init_Chardev_Err","features":[456]},{"name":"NELOG_Init_Exec_Fail","features":[456]},{"name":"NELOG_Init_OpenCreate_Err","features":[456]},{"name":"NELOG_Init_Seg_Overflow","features":[456]},{"name":"NELOG_Internal_Error","features":[456]},{"name":"NELOG_Invalid_Config_File","features":[456]},{"name":"NELOG_Invalid_Config_Line","features":[456]},{"name":"NELOG_Ioctl_Error","features":[456]},{"name":"NELOG_Joined_Domain","features":[456]},{"name":"NELOG_Joined_Workgroup","features":[456]},{"name":"NELOG_Lazy_Write_Err","features":[456]},{"name":"NELOG_LocalSecFail1","features":[456]},{"name":"NELOG_LocalSecFail2","features":[456]},{"name":"NELOG_LocalSecFail3","features":[456]},{"name":"NELOG_LocalSecGeneralFail","features":[456]},{"name":"NELOG_Mail_Slt_Err","features":[456]},{"name":"NELOG_Mailslot_err","features":[456]},{"name":"NELOG_Message_Send","features":[456]},{"name":"NELOG_Missing_Parameter","features":[456]},{"name":"NELOG_Msg_Log_Err","features":[456]},{"name":"NELOG_Msg_Sem_Shutdown","features":[456]},{"name":"NELOG_Msg_Shutdown","features":[456]},{"name":"NELOG_Msg_Unexpected_SMB_Type","features":[456]},{"name":"NELOG_Name_Expansion","features":[456]},{"name":"NELOG_Ncb_Error","features":[456]},{"name":"NELOG_Ncb_TooManyErr","features":[456]},{"name":"NELOG_NetBios","features":[456]},{"name":"NELOG_NetLogonFailedToInitializeAuthzRm","features":[456]},{"name":"NELOG_NetLogonFailedToInitializeRPCSD","features":[456]},{"name":"NELOG_NetWkSta_Internal_Error","features":[456]},{"name":"NELOG_NetWkSta_NCB_Err","features":[456]},{"name":"NELOG_NetWkSta_No_Resource","features":[456]},{"name":"NELOG_NetWkSta_Reset_Err","features":[456]},{"name":"NELOG_NetWkSta_SMB_Err","features":[456]},{"name":"NELOG_NetWkSta_Stuck_VC_Err","features":[456]},{"name":"NELOG_NetWkSta_Too_Many","features":[456]},{"name":"NELOG_NetWkSta_VC_Err","features":[456]},{"name":"NELOG_NetWkSta_Write_Behind_Err","features":[456]},{"name":"NELOG_Net_Not_Started","features":[456]},{"name":"NELOG_NetlogonAddNameFailure","features":[456]},{"name":"NELOG_NetlogonAuthDCFail","features":[456]},{"name":"NELOG_NetlogonAuthDomainDowngraded","features":[456]},{"name":"NELOG_NetlogonAuthNoDomainController","features":[456]},{"name":"NELOG_NetlogonAuthNoTrustLsaSecret","features":[456]},{"name":"NELOG_NetlogonAuthNoTrustSamAccount","features":[456]},{"name":"NELOG_NetlogonAuthNoUplevelDomainController","features":[456]},{"name":"NELOG_NetlogonBadSiteName","features":[456]},{"name":"NELOG_NetlogonBadSubnetName","features":[456]},{"name":"NELOG_NetlogonBrowserDriver","features":[456]},{"name":"NELOG_NetlogonChangeLogCorrupt","features":[456]},{"name":"NELOG_NetlogonDcOldSiteCovered","features":[456]},{"name":"NELOG_NetlogonDcSiteCovered","features":[456]},{"name":"NELOG_NetlogonDcSiteNotCovered","features":[456]},{"name":"NELOG_NetlogonDcSiteNotCoveredAuto","features":[456]},{"name":"NELOG_NetlogonDnsDeregAborted","features":[456]},{"name":"NELOG_NetlogonDnsHostNameLowerCasingFailed","features":[456]},{"name":"NELOG_NetlogonDownLevelLogoffFailed","features":[456]},{"name":"NELOG_NetlogonDownLevelLogonFailed","features":[456]},{"name":"NELOG_NetlogonDuplicateMachineAccounts","features":[456]},{"name":"NELOG_NetlogonDynamicDnsDeregisterFailure","features":[456]},{"name":"NELOG_NetlogonDynamicDnsFailure","features":[456]},{"name":"NELOG_NetlogonDynamicDnsRegisterFailure","features":[456]},{"name":"NELOG_NetlogonDynamicDnsServerFailure","features":[456]},{"name":"NELOG_NetlogonFailedAccountDelta","features":[456]},{"name":"NELOG_NetlogonFailedDnsHostNameUpdate","features":[456]},{"name":"NELOG_NetlogonFailedDomainDelta","features":[456]},{"name":"NELOG_NetlogonFailedFileCreate","features":[456]},{"name":"NELOG_NetlogonFailedGlobalGroupDelta","features":[456]},{"name":"NELOG_NetlogonFailedLocalGroupDelta","features":[456]},{"name":"NELOG_NetlogonFailedPolicyDelta","features":[456]},{"name":"NELOG_NetlogonFailedPrimary","features":[456]},{"name":"NELOG_NetlogonFailedSecretDelta","features":[456]},{"name":"NELOG_NetlogonFailedSpnUpdate","features":[456]},{"name":"NELOG_NetlogonFailedToAddAuthzRpcInterface","features":[456]},{"name":"NELOG_NetlogonFailedToAddRpcInterface","features":[456]},{"name":"NELOG_NetlogonFailedToCreateShare","features":[456]},{"name":"NELOG_NetlogonFailedToReadMailslot","features":[456]},{"name":"NELOG_NetlogonFailedToRegisterSC","features":[456]},{"name":"NELOG_NetlogonFailedToUpdateTrustList","features":[456]},{"name":"NELOG_NetlogonFailedTrustedDomainDelta","features":[456]},{"name":"NELOG_NetlogonFailedUserDelta","features":[456]},{"name":"NELOG_NetlogonFullSyncCallFailed","features":[456]},{"name":"NELOG_NetlogonFullSyncCallSuccess","features":[456]},{"name":"NELOG_NetlogonFullSyncFailed","features":[456]},{"name":"NELOG_NetlogonFullSyncSuccess","features":[456]},{"name":"NELOG_NetlogonGcOldSiteCovered","features":[456]},{"name":"NELOG_NetlogonGcSiteCovered","features":[456]},{"name":"NELOG_NetlogonGcSiteNotCovered","features":[456]},{"name":"NELOG_NetlogonGcSiteNotCoveredAuto","features":[456]},{"name":"NELOG_NetlogonGetSubnetToSite","features":[456]},{"name":"NELOG_NetlogonInvalidDwordParameterValue","features":[456]},{"name":"NELOG_NetlogonInvalidGenericParameterValue","features":[456]},{"name":"NELOG_NetlogonLanmanBdcsNotAllowed","features":[456]},{"name":"NELOG_NetlogonMachinePasswdSetSucceeded","features":[456]},{"name":"NELOG_NetlogonMsaPasswdSetSucceeded","features":[456]},{"name":"NELOG_NetlogonNTLogoffFailed","features":[456]},{"name":"NELOG_NetlogonNTLogonFailed","features":[456]},{"name":"NELOG_NetlogonNdncOldSiteCovered","features":[456]},{"name":"NELOG_NetlogonNdncSiteCovered","features":[456]},{"name":"NELOG_NetlogonNdncSiteNotCovered","features":[456]},{"name":"NELOG_NetlogonNdncSiteNotCoveredAuto","features":[456]},{"name":"NELOG_NetlogonNoAddressToSiteMapping","features":[456]},{"name":"NELOG_NetlogonNoDynamicDns","features":[456]},{"name":"NELOG_NetlogonNoDynamicDnsManual","features":[456]},{"name":"NELOG_NetlogonNoSiteForClient","features":[456]},{"name":"NELOG_NetlogonNoSiteForClients","features":[456]},{"name":"NELOG_NetlogonPartialSiteMappingForClients","features":[456]},{"name":"NELOG_NetlogonPartialSyncCallFailed","features":[456]},{"name":"NELOG_NetlogonPartialSyncCallSuccess","features":[456]},{"name":"NELOG_NetlogonPartialSyncFailed","features":[456]},{"name":"NELOG_NetlogonPartialSyncSuccess","features":[456]},{"name":"NELOG_NetlogonPasswdSetFailed","features":[456]},{"name":"NELOG_NetlogonRejectedRemoteDynamicDnsDeregister","features":[456]},{"name":"NELOG_NetlogonRejectedRemoteDynamicDnsRegister","features":[456]},{"name":"NELOG_NetlogonRemoteDynamicDnsDeregisterFailure","features":[456]},{"name":"NELOG_NetlogonRemoteDynamicDnsRegisterFailure","features":[456]},{"name":"NELOG_NetlogonRemoteDynamicDnsUpdateRequestFailure","features":[456]},{"name":"NELOG_NetlogonRequireSignOrSealError","features":[456]},{"name":"NELOG_NetlogonRpcCallCancelled","features":[456]},{"name":"NELOG_NetlogonRpcPortRequestFailure","features":[456]},{"name":"NELOG_NetlogonSSIInitError","features":[456]},{"name":"NELOG_NetlogonServerAuthFailed","features":[456]},{"name":"NELOG_NetlogonServerAuthFailedNoAccount","features":[456]},{"name":"NELOG_NetlogonServerAuthNoTrustSamAccount","features":[456]},{"name":"NELOG_NetlogonSessionTypeWrong","features":[456]},{"name":"NELOG_NetlogonSpnCrackNamesFailure","features":[456]},{"name":"NELOG_NetlogonSpnMultipleSamAccountNames","features":[456]},{"name":"NELOG_NetlogonSyncError","features":[456]},{"name":"NELOG_NetlogonSystemError","features":[456]},{"name":"NELOG_NetlogonTooManyGlobalGroups","features":[456]},{"name":"NELOG_NetlogonTrackingError","features":[456]},{"name":"NELOG_NetlogonUserValidationReqInitialTimeOut","features":[456]},{"name":"NELOG_NetlogonUserValidationReqRecurringTimeOut","features":[456]},{"name":"NELOG_NetlogonUserValidationReqWaitInitialWarning","features":[456]},{"name":"NELOG_NetlogonUserValidationReqWaitRecurringWarning","features":[456]},{"name":"NELOG_NoTranportLoaded","features":[456]},{"name":"NELOG_OEM_Code","features":[456]},{"name":"NELOG_ReleaseMem_Alert","features":[456]},{"name":"NELOG_Remote_API","features":[456]},{"name":"NELOG_ReplAccessDenied","features":[456]},{"name":"NELOG_ReplBadExport","features":[456]},{"name":"NELOG_ReplBadImport","features":[456]},{"name":"NELOG_ReplBadMsg","features":[456]},{"name":"NELOG_ReplCannotMasterDir","features":[456]},{"name":"NELOG_ReplLogonFailed","features":[456]},{"name":"NELOG_ReplLostMaster","features":[456]},{"name":"NELOG_ReplMaxFiles","features":[456]},{"name":"NELOG_ReplMaxTreeDepth","features":[456]},{"name":"NELOG_ReplNetErr","features":[456]},{"name":"NELOG_ReplSignalFileErr","features":[456]},{"name":"NELOG_ReplSysErr","features":[456]},{"name":"NELOG_ReplUpdateError","features":[456]},{"name":"NELOG_ReplUserCurDir","features":[456]},{"name":"NELOG_ReplUserLoged","features":[456]},{"name":"NELOG_Resource_Shortage","features":[456]},{"name":"NELOG_RplAdapterResource","features":[456]},{"name":"NELOG_RplBackupDatabase","features":[456]},{"name":"NELOG_RplCheckConfigs","features":[456]},{"name":"NELOG_RplCheckSecurity","features":[456]},{"name":"NELOG_RplCreateProfiles","features":[456]},{"name":"NELOG_RplFileCopy","features":[456]},{"name":"NELOG_RplFileDelete","features":[456]},{"name":"NELOG_RplFilePerms","features":[456]},{"name":"NELOG_RplInitDatabase","features":[456]},{"name":"NELOG_RplInitRestoredDatabase","features":[456]},{"name":"NELOG_RplMessages","features":[456]},{"name":"NELOG_RplRegistry","features":[456]},{"name":"NELOG_RplReplaceRPLDISK","features":[456]},{"name":"NELOG_RplRestoreDatabaseFailure","features":[456]},{"name":"NELOG_RplRestoreDatabaseSuccess","features":[456]},{"name":"NELOG_RplSystem","features":[456]},{"name":"NELOG_RplUpgradeDBTo40","features":[456]},{"name":"NELOG_RplWkstaBbcFile","features":[456]},{"name":"NELOG_RplWkstaFileChecksum","features":[456]},{"name":"NELOG_RplWkstaFileLineCount","features":[456]},{"name":"NELOG_RplWkstaFileOpen","features":[456]},{"name":"NELOG_RplWkstaFileRead","features":[456]},{"name":"NELOG_RplWkstaFileSize","features":[456]},{"name":"NELOG_RplWkstaInternal","features":[456]},{"name":"NELOG_RplWkstaMemory","features":[456]},{"name":"NELOG_RplWkstaNetwork","features":[456]},{"name":"NELOG_RplWkstaTimeout","features":[456]},{"name":"NELOG_RplWkstaWrongVersion","features":[456]},{"name":"NELOG_RplXnsBoot","features":[456]},{"name":"NELOG_SMB_Illegal","features":[456]},{"name":"NELOG_Server_Lock_Failure","features":[456]},{"name":"NELOG_Service_Fail","features":[456]},{"name":"NELOG_Srv_Close_Failure","features":[456]},{"name":"NELOG_Srv_No_Mem_Grow","features":[456]},{"name":"NELOG_Srv_Thread_Failure","features":[456]},{"name":"NELOG_Srvnet_NB_Open","features":[456]},{"name":"NELOG_Srvnet_Not_Started","features":[456]},{"name":"NELOG_System_Error","features":[456]},{"name":"NELOG_System_Semaphore","features":[456]},{"name":"NELOG_UPS_CannotOpenDriver","features":[456]},{"name":"NELOG_UPS_CmdFileConfig","features":[456]},{"name":"NELOG_UPS_CmdFileError","features":[456]},{"name":"NELOG_UPS_CmdFileExec","features":[456]},{"name":"NELOG_UPS_PowerBack","features":[456]},{"name":"NELOG_UPS_PowerOut","features":[456]},{"name":"NELOG_UPS_Shutdown","features":[456]},{"name":"NELOG_Unable_To_Lock_Segment","features":[456]},{"name":"NELOG_Unable_To_Unlock_Segment","features":[456]},{"name":"NELOG_Uninstall_Service","features":[456]},{"name":"NELOG_VIO_POPUP_ERR","features":[456]},{"name":"NELOG_Wksta_Bad_Mailslot_SMB","features":[456]},{"name":"NELOG_Wksta_BiosThreadFailure","features":[456]},{"name":"NELOG_Wksta_Compname","features":[456]},{"name":"NELOG_Wksta_HostTab_Full","features":[456]},{"name":"NELOG_Wksta_Infoseg","features":[456]},{"name":"NELOG_Wksta_IniSeg","features":[456]},{"name":"NELOG_Wksta_SSIRelogon","features":[456]},{"name":"NELOG_Wksta_UASInit","features":[456]},{"name":"NELOG_Wrong_DLL_Version","features":[456]},{"name":"NERR_ACFFileIOFail","features":[456]},{"name":"NERR_ACFNoParent","features":[456]},{"name":"NERR_ACFNoRoom","features":[456]},{"name":"NERR_ACFNotFound","features":[456]},{"name":"NERR_ACFNotLoaded","features":[456]},{"name":"NERR_ACFTooManyLists","features":[456]},{"name":"NERR_AccountExpired","features":[456]},{"name":"NERR_AccountLockedOut","features":[456]},{"name":"NERR_AccountReuseBlockedByPolicy","features":[456]},{"name":"NERR_AccountUndefined","features":[456]},{"name":"NERR_AcctLimitExceeded","features":[456]},{"name":"NERR_ActiveConns","features":[456]},{"name":"NERR_AddForwarded","features":[456]},{"name":"NERR_AlertExists","features":[456]},{"name":"NERR_AlreadyCloudDomainJoined","features":[456]},{"name":"NERR_AlreadyExists","features":[456]},{"name":"NERR_AlreadyForwarded","features":[456]},{"name":"NERR_AlreadyLoggedOn","features":[456]},{"name":"NERR_BASE","features":[456]},{"name":"NERR_BadAsgType","features":[456]},{"name":"NERR_BadComponent","features":[456]},{"name":"NERR_BadControlRecv","features":[456]},{"name":"NERR_BadDest","features":[456]},{"name":"NERR_BadDev","features":[456]},{"name":"NERR_BadDevString","features":[456]},{"name":"NERR_BadDomainJoinInfo","features":[456]},{"name":"NERR_BadDosFunction","features":[456]},{"name":"NERR_BadDosRetCode","features":[456]},{"name":"NERR_BadEventName","features":[456]},{"name":"NERR_BadFileCheckSum","features":[456]},{"name":"NERR_BadOfflineJoinInfo","features":[456]},{"name":"NERR_BadPassword","features":[456]},{"name":"NERR_BadPasswordCore","features":[456]},{"name":"NERR_BadQueueDevString","features":[456]},{"name":"NERR_BadQueuePriority","features":[456]},{"name":"NERR_BadReceive","features":[456]},{"name":"NERR_BadRecipient","features":[456]},{"name":"NERR_BadServiceName","features":[456]},{"name":"NERR_BadServiceProgName","features":[456]},{"name":"NERR_BadSource","features":[456]},{"name":"NERR_BadTransactConfig","features":[456]},{"name":"NERR_BadUasConfig","features":[456]},{"name":"NERR_BadUsername","features":[456]},{"name":"NERR_BrowserConfiguredToNotRun","features":[456]},{"name":"NERR_BrowserNotStarted","features":[456]},{"name":"NERR_BrowserTableIncomplete","features":[456]},{"name":"NERR_BufTooSmall","features":[456]},{"name":"NERR_CallingRplSrvr","features":[456]},{"name":"NERR_CanNotGrowSegment","features":[456]},{"name":"NERR_CanNotGrowUASFile","features":[456]},{"name":"NERR_CannotUnjoinAadDomain","features":[456]},{"name":"NERR_CannotUpdateAadHostName","features":[456]},{"name":"NERR_CantConnectRplSrvr","features":[456]},{"name":"NERR_CantCreateJoinInfo","features":[456]},{"name":"NERR_CantLoadOfflineHive","features":[456]},{"name":"NERR_CantOpenImageFile","features":[456]},{"name":"NERR_CantType","features":[456]},{"name":"NERR_CantVerifyHostname","features":[456]},{"name":"NERR_CfgCompNotFound","features":[456]},{"name":"NERR_CfgParamNotFound","features":[456]},{"name":"NERR_ClientNameNotFound","features":[456]},{"name":"NERR_CommDevInUse","features":[456]},{"name":"NERR_ComputerAccountNotFound","features":[456]},{"name":"NERR_ConnectionInsecure","features":[456]},{"name":"NERR_DCNotFound","features":[456]},{"name":"NERR_DS8DCNotFound","features":[456]},{"name":"NERR_DS8DCRequired","features":[456]},{"name":"NERR_DS9DCNotFound","features":[456]},{"name":"NERR_DataTypeInvalid","features":[456]},{"name":"NERR_DatabaseUpToDate","features":[456]},{"name":"NERR_DefaultJoinRequired","features":[456]},{"name":"NERR_DelComputerName","features":[456]},{"name":"NERR_DeleteLater","features":[456]},{"name":"NERR_DestExists","features":[456]},{"name":"NERR_DestIdle","features":[456]},{"name":"NERR_DestInvalidOp","features":[456]},{"name":"NERR_DestInvalidState","features":[456]},{"name":"NERR_DestNoRoom","features":[456]},{"name":"NERR_DestNotFound","features":[456]},{"name":"NERR_DevInUse","features":[456]},{"name":"NERR_DevInvalidOpCode","features":[456]},{"name":"NERR_DevNotFound","features":[456]},{"name":"NERR_DevNotOpen","features":[456]},{"name":"NERR_DevNotRedirected","features":[456]},{"name":"NERR_DeviceIsShared","features":[456]},{"name":"NERR_DeviceNotShared","features":[456]},{"name":"NERR_DeviceShareConflict","features":[456]},{"name":"NERR_DfsAlreadyShared","features":[456]},{"name":"NERR_DfsBadRenamePath","features":[456]},{"name":"NERR_DfsCantCreateJunctionPoint","features":[456]},{"name":"NERR_DfsCantRemoveDfsRoot","features":[456]},{"name":"NERR_DfsCantRemoveLastServerShare","features":[456]},{"name":"NERR_DfsChildOrParentInDfs","features":[456]},{"name":"NERR_DfsCyclicalName","features":[456]},{"name":"NERR_DfsDataIsIdentical","features":[456]},{"name":"NERR_DfsDuplicateService","features":[456]},{"name":"NERR_DfsInconsistent","features":[456]},{"name":"NERR_DfsInternalCorruption","features":[456]},{"name":"NERR_DfsInternalError","features":[456]},{"name":"NERR_DfsLeafVolume","features":[456]},{"name":"NERR_DfsNoSuchServer","features":[456]},{"name":"NERR_DfsNoSuchShare","features":[456]},{"name":"NERR_DfsNoSuchVolume","features":[456]},{"name":"NERR_DfsNotALeafVolume","features":[456]},{"name":"NERR_DfsNotSupportedInServerDfs","features":[456]},{"name":"NERR_DfsServerNotDfsAware","features":[456]},{"name":"NERR_DfsServerUpgraded","features":[456]},{"name":"NERR_DfsVolumeAlreadyExists","features":[456]},{"name":"NERR_DfsVolumeDataCorrupt","features":[456]},{"name":"NERR_DfsVolumeHasMultipleServers","features":[456]},{"name":"NERR_DfsVolumeIsInterDfs","features":[456]},{"name":"NERR_DfsVolumeIsOffline","features":[456]},{"name":"NERR_DifferentServers","features":[456]},{"name":"NERR_DriverNotFound","features":[456]},{"name":"NERR_DupNameReboot","features":[456]},{"name":"NERR_DuplicateHostName","features":[456]},{"name":"NERR_DuplicateName","features":[456]},{"name":"NERR_DuplicateShare","features":[456]},{"name":"NERR_ErrCommRunSrv","features":[456]},{"name":"NERR_ErrorExecingGhost","features":[456]},{"name":"NERR_ExecFailure","features":[456]},{"name":"NERR_FileIdNotFound","features":[456]},{"name":"NERR_GroupExists","features":[456]},{"name":"NERR_GroupNotFound","features":[456]},{"name":"NERR_GrpMsgProcessor","features":[456]},{"name":"NERR_HostNameTooLong","features":[456]},{"name":"NERR_ImageParamErr","features":[456]},{"name":"NERR_InUseBySpooler","features":[456]},{"name":"NERR_IncompleteDel","features":[456]},{"name":"NERR_InternalError","features":[456]},{"name":"NERR_InvalidAPI","features":[456]},{"name":"NERR_InvalidComputer","features":[456]},{"name":"NERR_InvalidDatabase","features":[456]},{"name":"NERR_InvalidDevice","features":[456]},{"name":"NERR_InvalidLana","features":[456]},{"name":"NERR_InvalidLogSeek","features":[456]},{"name":"NERR_InvalidLogonHours","features":[456]},{"name":"NERR_InvalidMachineNameForJoin","features":[456]},{"name":"NERR_InvalidMaxUsers","features":[456]},{"name":"NERR_InvalidUASOp","features":[456]},{"name":"NERR_InvalidWorkgroupName","features":[456]},{"name":"NERR_InvalidWorkstation","features":[456]},{"name":"NERR_IsDfsShare","features":[456]},{"name":"NERR_ItemNotFound","features":[456]},{"name":"NERR_JobInvalidState","features":[456]},{"name":"NERR_JobNoRoom","features":[456]},{"name":"NERR_JobNotFound","features":[456]},{"name":"NERR_JoinPerformedMustRestart","features":[456]},{"name":"NERR_LDAPCapableDCRequired","features":[456]},{"name":"NERR_LanmanIniError","features":[456]},{"name":"NERR_LastAdmin","features":[456]},{"name":"NERR_LineTooLong","features":[456]},{"name":"NERR_LocalDrive","features":[456]},{"name":"NERR_LocalForward","features":[456]},{"name":"NERR_LogFileChanged","features":[456]},{"name":"NERR_LogFileCorrupt","features":[456]},{"name":"NERR_LogOverflow","features":[456]},{"name":"NERR_LogonDomainExists","features":[456]},{"name":"NERR_LogonNoUserPath","features":[456]},{"name":"NERR_LogonScriptError","features":[456]},{"name":"NERR_LogonServerConflict","features":[456]},{"name":"NERR_LogonServerNotFound","features":[456]},{"name":"NERR_LogonTrackingError","features":[456]},{"name":"NERR_LogonsPaused","features":[456]},{"name":"NERR_MaxLenExceeded","features":[456]},{"name":"NERR_MsgAlreadyStarted","features":[456]},{"name":"NERR_MsgInitFailed","features":[456]},{"name":"NERR_MsgNotStarted","features":[456]},{"name":"NERR_MultipleNets","features":[456]},{"name":"NERR_NameInUse","features":[456]},{"name":"NERR_NameNotForwarded","features":[456]},{"name":"NERR_NameNotFound","features":[456]},{"name":"NERR_NameUsesIncompatibleCodePage","features":[456]},{"name":"NERR_NetNameNotFound","features":[456]},{"name":"NERR_NetNotStarted","features":[456]},{"name":"NERR_NetlogonNotStarted","features":[456]},{"name":"NERR_NetworkError","features":[456]},{"name":"NERR_NoAlternateServers","features":[456]},{"name":"NERR_NoCommDevs","features":[456]},{"name":"NERR_NoComputerName","features":[456]},{"name":"NERR_NoForwardName","features":[456]},{"name":"NERR_NoJoinPending","features":[456]},{"name":"NERR_NoNetworkResource","features":[456]},{"name":"NERR_NoOfflineJoinInfo","features":[456]},{"name":"NERR_NoRoom","features":[456]},{"name":"NERR_NoRplBootSystem","features":[456]},{"name":"NERR_NoSuchAlert","features":[456]},{"name":"NERR_NoSuchConnection","features":[456]},{"name":"NERR_NoSuchServer","features":[456]},{"name":"NERR_NoSuchSession","features":[456]},{"name":"NERR_NonDosFloppyUsed","features":[456]},{"name":"NERR_NonValidatedLogon","features":[456]},{"name":"NERR_NotInCache","features":[456]},{"name":"NERR_NotInDispatchTbl","features":[456]},{"name":"NERR_NotLocalDomain","features":[456]},{"name":"NERR_NotLocalName","features":[456]},{"name":"NERR_NotLoggedOn","features":[456]},{"name":"NERR_NotPrimary","features":[456]},{"name":"NERR_OpenFiles","features":[456]},{"name":"NERR_PasswordCantChange","features":[456]},{"name":"NERR_PasswordExpired","features":[456]},{"name":"NERR_PasswordFilterError","features":[456]},{"name":"NERR_PasswordHistConflict","features":[456]},{"name":"NERR_PasswordMismatch","features":[456]},{"name":"NERR_PasswordMustChange","features":[456]},{"name":"NERR_PasswordNotComplexEnough","features":[456]},{"name":"NERR_PasswordTooLong","features":[456]},{"name":"NERR_PasswordTooRecent","features":[456]},{"name":"NERR_PasswordTooShort","features":[456]},{"name":"NERR_PausedRemote","features":[456]},{"name":"NERR_PersonalSku","features":[456]},{"name":"NERR_PlainTextSecretsRequired","features":[456]},{"name":"NERR_ProcNoRespond","features":[456]},{"name":"NERR_ProcNotFound","features":[456]},{"name":"NERR_ProfileCleanup","features":[456]},{"name":"NERR_ProfileFileTooBig","features":[456]},{"name":"NERR_ProfileLoadErr","features":[456]},{"name":"NERR_ProfileOffset","features":[456]},{"name":"NERR_ProfileSaveErr","features":[456]},{"name":"NERR_ProfileUnknownCmd","features":[456]},{"name":"NERR_ProgNeedsExtraMem","features":[456]},{"name":"NERR_ProvisioningBlobUnsupported","features":[456]},{"name":"NERR_QExists","features":[456]},{"name":"NERR_QInvalidState","features":[456]},{"name":"NERR_QNoRoom","features":[456]},{"name":"NERR_QNotFound","features":[456]},{"name":"NERR_QueueNotFound","features":[456]},{"name":"NERR_RPL_CONNECTED","features":[456]},{"name":"NERR_RedirectedPath","features":[456]},{"name":"NERR_RemoteBootFailed","features":[456]},{"name":"NERR_RemoteErr","features":[456]},{"name":"NERR_RemoteFull","features":[456]},{"name":"NERR_RemoteOnly","features":[456]},{"name":"NERR_ResourceExists","features":[456]},{"name":"NERR_ResourceNotFound","features":[456]},{"name":"NERR_RplAdapterInfoCorrupted","features":[456]},{"name":"NERR_RplAdapterNameUnavailable","features":[456]},{"name":"NERR_RplAdapterNotFound","features":[456]},{"name":"NERR_RplBackupDatabase","features":[456]},{"name":"NERR_RplBadDatabase","features":[456]},{"name":"NERR_RplBadRegistry","features":[456]},{"name":"NERR_RplBootInUse","features":[456]},{"name":"NERR_RplBootInfoCorrupted","features":[456]},{"name":"NERR_RplBootNameUnavailable","features":[456]},{"name":"NERR_RplBootNotFound","features":[456]},{"name":"NERR_RplBootRestart","features":[456]},{"name":"NERR_RplBootServiceTerm","features":[456]},{"name":"NERR_RplBootStartFailed","features":[456]},{"name":"NERR_RplCannotEnum","features":[456]},{"name":"NERR_RplConfigInfoCorrupted","features":[456]},{"name":"NERR_RplConfigNameUnavailable","features":[456]},{"name":"NERR_RplConfigNotEmpty","features":[456]},{"name":"NERR_RplConfigNotFound","features":[456]},{"name":"NERR_RplIncompatibleProfile","features":[456]},{"name":"NERR_RplInternal","features":[456]},{"name":"NERR_RplLoadrDiskErr","features":[456]},{"name":"NERR_RplLoadrNetBiosErr","features":[456]},{"name":"NERR_RplNeedsRPLUSERAcct","features":[456]},{"name":"NERR_RplNoAdaptersStarted","features":[456]},{"name":"NERR_RplNotRplServer","features":[456]},{"name":"NERR_RplProfileInfoCorrupted","features":[456]},{"name":"NERR_RplProfileNameUnavailable","features":[456]},{"name":"NERR_RplProfileNotEmpty","features":[456]},{"name":"NERR_RplProfileNotFound","features":[456]},{"name":"NERR_RplRplfilesShare","features":[456]},{"name":"NERR_RplSrvrCallFailed","features":[456]},{"name":"NERR_RplVendorInfoCorrupted","features":[456]},{"name":"NERR_RplVendorNameUnavailable","features":[456]},{"name":"NERR_RplVendorNotFound","features":[456]},{"name":"NERR_RplWkstaInfoCorrupted","features":[456]},{"name":"NERR_RplWkstaNameUnavailable","features":[456]},{"name":"NERR_RplWkstaNeedsUserAcct","features":[456]},{"name":"NERR_RplWkstaNotFound","features":[456]},{"name":"NERR_RunSrvPaused","features":[456]},{"name":"NERR_SameAsComputerName","features":[456]},{"name":"NERR_ServerNotStarted","features":[456]},{"name":"NERR_ServiceCtlBusy","features":[456]},{"name":"NERR_ServiceCtlNotValid","features":[456]},{"name":"NERR_ServiceCtlTimeout","features":[456]},{"name":"NERR_ServiceEntryLocked","features":[456]},{"name":"NERR_ServiceInstalled","features":[456]},{"name":"NERR_ServiceKillProc","features":[456]},{"name":"NERR_ServiceNotCtrl","features":[456]},{"name":"NERR_ServiceNotInstalled","features":[456]},{"name":"NERR_ServiceNotStarting","features":[456]},{"name":"NERR_ServiceTableFull","features":[456]},{"name":"NERR_ServiceTableLocked","features":[456]},{"name":"NERR_SetupAlreadyJoined","features":[456]},{"name":"NERR_SetupCheckDNSConfig","features":[456]},{"name":"NERR_SetupDomainController","features":[456]},{"name":"NERR_SetupNotJoined","features":[456]},{"name":"NERR_ShareMem","features":[456]},{"name":"NERR_ShareNotFound","features":[456]},{"name":"NERR_SourceIsDir","features":[456]},{"name":"NERR_SpeGroupOp","features":[456]},{"name":"NERR_SpoolNoMemory","features":[456]},{"name":"NERR_SpoolerNotLoaded","features":[456]},{"name":"NERR_StandaloneLogon","features":[456]},{"name":"NERR_StartingRplBoot","features":[456]},{"name":"NERR_Success","features":[456]},{"name":"NERR_SyncRequired","features":[456]},{"name":"NERR_TargetVersionUnsupported","features":[456]},{"name":"NERR_TimeDiffAtDC","features":[456]},{"name":"NERR_TmpFile","features":[456]},{"name":"NERR_TooManyAlerts","features":[456]},{"name":"NERR_TooManyConnections","features":[456]},{"name":"NERR_TooManyEntries","features":[456]},{"name":"NERR_TooManyFiles","features":[456]},{"name":"NERR_TooManyHostNames","features":[456]},{"name":"NERR_TooManyImageParams","features":[456]},{"name":"NERR_TooManyItems","features":[456]},{"name":"NERR_TooManyNames","features":[456]},{"name":"NERR_TooManyServers","features":[456]},{"name":"NERR_TooManySessions","features":[456]},{"name":"NERR_TooMuchData","features":[456]},{"name":"NERR_TruncatedBroadcast","features":[456]},{"name":"NERR_TryDownLevel","features":[456]},{"name":"NERR_UPSDriverNotStarted","features":[456]},{"name":"NERR_UPSInvalidCommPort","features":[456]},{"name":"NERR_UPSInvalidConfig","features":[456]},{"name":"NERR_UPSShutdownFailed","features":[456]},{"name":"NERR_UPSSignalAsserted","features":[456]},{"name":"NERR_UnableToAddName_F","features":[456]},{"name":"NERR_UnableToAddName_W","features":[456]},{"name":"NERR_UnableToDelName_F","features":[456]},{"name":"NERR_UnableToDelName_W","features":[456]},{"name":"NERR_UnknownDevDir","features":[456]},{"name":"NERR_UnknownServer","features":[456]},{"name":"NERR_UseNotFound","features":[456]},{"name":"NERR_UserExists","features":[456]},{"name":"NERR_UserInGroup","features":[456]},{"name":"NERR_UserLogon","features":[456]},{"name":"NERR_UserNotFound","features":[456]},{"name":"NERR_UserNotInGroup","features":[456]},{"name":"NERR_ValuesNotSet","features":[456]},{"name":"NERR_WkstaInconsistentState","features":[456]},{"name":"NERR_WkstaNotStarted","features":[456]},{"name":"NERR_WriteFault","features":[456]},{"name":"NETBIOS_NAME_LEN","features":[456]},{"name":"NETCFG_CLIENT_CID_MS_MSClient","features":[456]},{"name":"NETCFG_E_ACTIVE_RAS_CONNECTIONS","features":[456]},{"name":"NETCFG_E_ADAPTER_NOT_FOUND","features":[456]},{"name":"NETCFG_E_ALREADY_INITIALIZED","features":[456]},{"name":"NETCFG_E_COMPONENT_REMOVED_PENDING_REBOOT","features":[456]},{"name":"NETCFG_E_DUPLICATE_INSTANCEID","features":[456]},{"name":"NETCFG_E_IN_USE","features":[456]},{"name":"NETCFG_E_MAX_FILTER_LIMIT","features":[456]},{"name":"NETCFG_E_NEED_REBOOT","features":[456]},{"name":"NETCFG_E_NOT_INITIALIZED","features":[456]},{"name":"NETCFG_E_NO_WRITE_LOCK","features":[456]},{"name":"NETCFG_E_VMSWITCH_ACTIVE_OVER_ADAPTER","features":[456]},{"name":"NETCFG_SERVICE_CID_MS_NETBIOS","features":[456]},{"name":"NETCFG_SERVICE_CID_MS_PSCHED","features":[456]},{"name":"NETCFG_SERVICE_CID_MS_SERVER","features":[456]},{"name":"NETCFG_SERVICE_CID_MS_WLBS","features":[456]},{"name":"NETCFG_S_CAUSED_SETUP_CHANGE","features":[456]},{"name":"NETCFG_S_COMMIT_NOW","features":[456]},{"name":"NETCFG_S_DISABLE_QUERY","features":[456]},{"name":"NETCFG_S_REBOOT","features":[456]},{"name":"NETCFG_S_STILL_REFERENCED","features":[456]},{"name":"NETCFG_TRANS_CID_MS_APPLETALK","features":[456]},{"name":"NETCFG_TRANS_CID_MS_NETBEUI","features":[456]},{"name":"NETCFG_TRANS_CID_MS_NETMON","features":[456]},{"name":"NETCFG_TRANS_CID_MS_NWIPX","features":[456]},{"name":"NETCFG_TRANS_CID_MS_NWSPX","features":[456]},{"name":"NETCFG_TRANS_CID_MS_TCPIP","features":[456]},{"name":"NETLOGON_CONTROL_BACKUP_CHANGE_LOG","features":[456]},{"name":"NETLOGON_CONTROL_BREAKPOINT","features":[456]},{"name":"NETLOGON_CONTROL_CHANGE_PASSWORD","features":[456]},{"name":"NETLOGON_CONTROL_FIND_USER","features":[456]},{"name":"NETLOGON_CONTROL_FORCE_DNS_REG","features":[456]},{"name":"NETLOGON_CONTROL_PDC_REPLICATE","features":[456]},{"name":"NETLOGON_CONTROL_QUERY","features":[456]},{"name":"NETLOGON_CONTROL_QUERY_DNS_REG","features":[456]},{"name":"NETLOGON_CONTROL_QUERY_ENC_TYPES","features":[456]},{"name":"NETLOGON_CONTROL_REDISCOVER","features":[456]},{"name":"NETLOGON_CONTROL_REPLICATE","features":[456]},{"name":"NETLOGON_CONTROL_SET_DBFLAG","features":[456]},{"name":"NETLOGON_CONTROL_SYNCHRONIZE","features":[456]},{"name":"NETLOGON_CONTROL_TC_QUERY","features":[456]},{"name":"NETLOGON_CONTROL_TC_VERIFY","features":[456]},{"name":"NETLOGON_CONTROL_TRANSPORT_NOTIFY","features":[456]},{"name":"NETLOGON_CONTROL_TRUNCATE_LOG","features":[456]},{"name":"NETLOGON_CONTROL_UNLOAD_NETLOGON_DLL","features":[456]},{"name":"NETLOGON_DNS_UPDATE_FAILURE","features":[456]},{"name":"NETLOGON_FULL_SYNC_REPLICATION","features":[456]},{"name":"NETLOGON_HAS_IP","features":[456]},{"name":"NETLOGON_HAS_TIMESERV","features":[456]},{"name":"NETLOGON_INFO_1","features":[456]},{"name":"NETLOGON_INFO_2","features":[456]},{"name":"NETLOGON_INFO_3","features":[456]},{"name":"NETLOGON_INFO_4","features":[456]},{"name":"NETLOGON_REDO_NEEDED","features":[456]},{"name":"NETLOGON_REPLICATION_IN_PROGRESS","features":[456]},{"name":"NETLOGON_REPLICATION_NEEDED","features":[456]},{"name":"NETLOGON_VERIFY_STATUS_RETURNED","features":[456]},{"name":"NETLOG_NetlogonNonWindowsSupportsSecureRpc","features":[456]},{"name":"NETLOG_NetlogonRc4Allowed","features":[456]},{"name":"NETLOG_NetlogonRc4Denied","features":[456]},{"name":"NETLOG_NetlogonRpcBacklogLimitFailure","features":[456]},{"name":"NETLOG_NetlogonRpcBacklogLimitSet","features":[456]},{"name":"NETLOG_NetlogonRpcSigningClient","features":[456]},{"name":"NETLOG_NetlogonRpcSigningTrust","features":[456]},{"name":"NETLOG_NetlogonUnsecureRpcClient","features":[456]},{"name":"NETLOG_NetlogonUnsecureRpcMachineAllowedBySsdl","features":[456]},{"name":"NETLOG_NetlogonUnsecureRpcTrust","features":[456]},{"name":"NETLOG_NetlogonUnsecureRpcTrustAllowedBySsdl","features":[456]},{"name":"NETLOG_NetlogonUnsecuredRpcMachineTemporarilyAllowed","features":[456]},{"name":"NETLOG_PassThruFilterError_Request_AdminOverride","features":[456]},{"name":"NETLOG_PassThruFilterError_Request_Blocked","features":[456]},{"name":"NETLOG_PassThruFilterError_Summary_AdminOverride","features":[456]},{"name":"NETLOG_PassThruFilterError_Summary_Blocked","features":[456]},{"name":"NETMAN_VARTYPE_HARDWARE_ADDRESS","features":[456]},{"name":"NETMAN_VARTYPE_STRING","features":[456]},{"name":"NETMAN_VARTYPE_ULONG","features":[456]},{"name":"NETSETUP_ACCT_CREATE","features":[456]},{"name":"NETSETUP_ACCT_DELETE","features":[456]},{"name":"NETSETUP_ALT_SAMACCOUNTNAME","features":[456]},{"name":"NETSETUP_AMBIGUOUS_DC","features":[456]},{"name":"NETSETUP_DEFER_SPN_SET","features":[456]},{"name":"NETSETUP_DNS_NAME_CHANGES_ONLY","features":[456]},{"name":"NETSETUP_DOMAIN_JOIN_IF_JOINED","features":[456]},{"name":"NETSETUP_DONT_CONTROL_SERVICES","features":[456]},{"name":"NETSETUP_FORCE_SPN_SET","features":[456]},{"name":"NETSETUP_IGNORE_UNSUPPORTED_FLAGS","features":[456]},{"name":"NETSETUP_INSTALL_INVOCATION","features":[456]},{"name":"NETSETUP_JOIN_DC_ACCOUNT","features":[456]},{"name":"NETSETUP_JOIN_DOMAIN","features":[456]},{"name":"NETSETUP_JOIN_READONLY","features":[456]},{"name":"NETSETUP_JOIN_STATUS","features":[456]},{"name":"NETSETUP_JOIN_UNSECURE","features":[456]},{"name":"NETSETUP_JOIN_WITH_NEW_NAME","features":[456]},{"name":"NETSETUP_MACHINE_PWD_PASSED","features":[456]},{"name":"NETSETUP_NAME_TYPE","features":[456]},{"name":"NETSETUP_NO_ACCT_REUSE","features":[456]},{"name":"NETSETUP_NO_NETLOGON_CACHE","features":[456]},{"name":"NETSETUP_PROVISION","features":[456]},{"name":"NETSETUP_PROVISIONING_PARAMS","features":[456]},{"name":"NETSETUP_PROVISIONING_PARAMS_CURRENT_VERSION","features":[456]},{"name":"NETSETUP_PROVISIONING_PARAMS_WIN8_VERSION","features":[456]},{"name":"NETSETUP_PROVISION_CHECK_PWD_ONLY","features":[456]},{"name":"NETSETUP_PROVISION_DOWNLEVEL_PRIV_SUPPORT","features":[456]},{"name":"NETSETUP_PROVISION_ONLINE_CALLER","features":[456]},{"name":"NETSETUP_PROVISION_PERSISTENTSITE","features":[456]},{"name":"NETSETUP_PROVISION_REUSE_ACCOUNT","features":[456]},{"name":"NETSETUP_PROVISION_ROOT_CA_CERTS","features":[456]},{"name":"NETSETUP_PROVISION_SKIP_ACCOUNT_SEARCH","features":[456]},{"name":"NETSETUP_PROVISION_USE_DEFAULT_PASSWORD","features":[456]},{"name":"NETSETUP_SET_MACHINE_NAME","features":[456]},{"name":"NETSETUP_WIN9X_UPGRADE","features":[456]},{"name":"NETWORK_INSTALL_TIME","features":[456]},{"name":"NETWORK_NAME","features":[456]},{"name":"NETWORK_UPGRADE_TYPE","features":[456]},{"name":"NET_COMPUTER_NAME_TYPE","features":[456]},{"name":"NET_DFS_ENUM","features":[456]},{"name":"NET_DFS_ENUMEX","features":[456]},{"name":"NET_DISPLAY_GROUP","features":[456]},{"name":"NET_DISPLAY_MACHINE","features":[456]},{"name":"NET_DISPLAY_USER","features":[456]},{"name":"NET_IGNORE_UNSUPPORTED_FLAGS","features":[456]},{"name":"NET_JOIN_DOMAIN_JOIN_OPTIONS","features":[456]},{"name":"NET_REMOTE_COMPUTER_SUPPORTS_OPTIONS","features":[456]},{"name":"NET_REQUEST_PROVISION_OPTIONS","features":[456]},{"name":"NET_SERVER_TYPE","features":[456]},{"name":"NET_USER_ENUM_FILTER_FLAGS","features":[456]},{"name":"NET_VALIDATE_AUTHENTICATION_INPUT_ARG","features":[305,456]},{"name":"NET_VALIDATE_BAD_PASSWORD_COUNT","features":[456]},{"name":"NET_VALIDATE_BAD_PASSWORD_TIME","features":[456]},{"name":"NET_VALIDATE_LOCKOUT_TIME","features":[456]},{"name":"NET_VALIDATE_OUTPUT_ARG","features":[305,456]},{"name":"NET_VALIDATE_PASSWORD_CHANGE_INPUT_ARG","features":[305,456]},{"name":"NET_VALIDATE_PASSWORD_HASH","features":[456]},{"name":"NET_VALIDATE_PASSWORD_HISTORY","features":[456]},{"name":"NET_VALIDATE_PASSWORD_HISTORY_LENGTH","features":[456]},{"name":"NET_VALIDATE_PASSWORD_LAST_SET","features":[456]},{"name":"NET_VALIDATE_PASSWORD_RESET_INPUT_ARG","features":[305,456]},{"name":"NET_VALIDATE_PASSWORD_TYPE","features":[456]},{"name":"NET_VALIDATE_PERSISTED_FIELDS","features":[305,456]},{"name":"NON_VALIDATED_LOGON","features":[456]},{"name":"NOT_A_DFS_PATH","features":[456]},{"name":"NO_PERMISSION_REQUIRED","features":[456]},{"name":"NSF_COMPONENT_UPDATE","features":[456]},{"name":"NSF_POSTSYSINSTALL","features":[456]},{"name":"NSF_PRIMARYINSTALL","features":[456]},{"name":"NSF_WIN16_UPGRADE","features":[456]},{"name":"NSF_WIN95_UPGRADE","features":[456]},{"name":"NSF_WINNT_SBS_UPGRADE","features":[456]},{"name":"NSF_WINNT_SVR_UPGRADE","features":[456]},{"name":"NSF_WINNT_WKS_UPGRADE","features":[456]},{"name":"NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN","features":[456]},{"name":"NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET","features":[456]},{"name":"NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN","features":[456]},{"name":"NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET","features":[456]},{"name":"NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN","features":[456]},{"name":"NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET","features":[456]},{"name":"NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN","features":[456]},{"name":"NTFRSPRF_OPEN_RPC_CALL_ERROR_SET","features":[456]},{"name":"NTFRSPRF_REGISTRY_ERROR_CONN","features":[456]},{"name":"NTFRSPRF_REGISTRY_ERROR_SET","features":[456]},{"name":"NTFRSPRF_VIRTUALALLOC_ERROR_CONN","features":[456]},{"name":"NTFRSPRF_VIRTUALALLOC_ERROR_SET","features":[456]},{"name":"NULL_USERSETINFO_PASSWD","features":[456]},{"name":"NWSAP_DISPLAY_NAME","features":[456]},{"name":"NWSAP_EVENT_BADWANFILTER_VALUE","features":[456]},{"name":"NWSAP_EVENT_BIND_FAILED","features":[456]},{"name":"NWSAP_EVENT_CARDLISTEVENT_FAIL","features":[456]},{"name":"NWSAP_EVENT_CARDMALLOC_FAILED","features":[456]},{"name":"NWSAP_EVENT_CREATELPCEVENT_ERROR","features":[456]},{"name":"NWSAP_EVENT_CREATELPCPORT_ERROR","features":[456]},{"name":"NWSAP_EVENT_GETSOCKNAME_FAILED","features":[456]},{"name":"NWSAP_EVENT_HASHTABLE_MALLOC_FAILED","features":[456]},{"name":"NWSAP_EVENT_INVALID_FILTERNAME","features":[456]},{"name":"NWSAP_EVENT_KEY_NOT_FOUND","features":[456]},{"name":"NWSAP_EVENT_LPCHANDLEMEMORY_ERROR","features":[456]},{"name":"NWSAP_EVENT_LPCLISTENMEMORY_ERROR","features":[456]},{"name":"NWSAP_EVENT_NOCARDS","features":[456]},{"name":"NWSAP_EVENT_OPTBCASTINADDR_FAILED","features":[456]},{"name":"NWSAP_EVENT_OPTEXTENDEDADDR_FAILED","features":[456]},{"name":"NWSAP_EVENT_OPTMAXADAPTERNUM_ERROR","features":[456]},{"name":"NWSAP_EVENT_RECVSEM_FAIL","features":[456]},{"name":"NWSAP_EVENT_SDMDEVENT_FAIL","features":[456]},{"name":"NWSAP_EVENT_SENDEVENT_FAIL","features":[456]},{"name":"NWSAP_EVENT_SETOPTBCAST_FAILED","features":[456]},{"name":"NWSAP_EVENT_SOCKET_FAILED","features":[456]},{"name":"NWSAP_EVENT_STARTLPCWORKER_ERROR","features":[456]},{"name":"NWSAP_EVENT_STARTRECEIVE_ERROR","features":[456]},{"name":"NWSAP_EVENT_STARTWANCHECK_ERROR","features":[456]},{"name":"NWSAP_EVENT_STARTWANWORKER_ERROR","features":[456]},{"name":"NWSAP_EVENT_STARTWORKER_ERROR","features":[456]},{"name":"NWSAP_EVENT_TABLE_MALLOC_FAILED","features":[456]},{"name":"NWSAP_EVENT_THREADEVENT_FAIL","features":[456]},{"name":"NWSAP_EVENT_WANBIND_FAILED","features":[456]},{"name":"NWSAP_EVENT_WANEVENT_ERROR","features":[456]},{"name":"NWSAP_EVENT_WANHANDLEMEMORY_ERROR","features":[456]},{"name":"NWSAP_EVENT_WANSEM_FAIL","features":[456]},{"name":"NWSAP_EVENT_WANSOCKET_FAILED","features":[456]},{"name":"NWSAP_EVENT_WSASTARTUP_FAILED","features":[456]},{"name":"NetAccessAdd","features":[456]},{"name":"NetAccessDel","features":[456]},{"name":"NetAccessEnum","features":[456]},{"name":"NetAccessGetInfo","features":[456]},{"name":"NetAccessGetUserPerms","features":[456]},{"name":"NetAccessSetInfo","features":[456]},{"name":"NetAddAlternateComputerName","features":[456]},{"name":"NetAddServiceAccount","features":[305,456]},{"name":"NetAlertRaise","features":[456]},{"name":"NetAlertRaiseEx","features":[456]},{"name":"NetAllComputerNames","features":[456]},{"name":"NetAlternateComputerNames","features":[456]},{"name":"NetApiBufferAllocate","features":[456]},{"name":"NetApiBufferFree","features":[456]},{"name":"NetApiBufferReallocate","features":[456]},{"name":"NetApiBufferSize","features":[456]},{"name":"NetAuditClear","features":[456]},{"name":"NetAuditRead","features":[456]},{"name":"NetAuditWrite","features":[456]},{"name":"NetComputerNameTypeMax","features":[456]},{"name":"NetConfigGet","features":[456]},{"name":"NetConfigGetAll","features":[456]},{"name":"NetConfigSet","features":[456]},{"name":"NetCreateProvisioningPackage","features":[456]},{"name":"NetEnumerateComputerNames","features":[456]},{"name":"NetEnumerateServiceAccounts","features":[305,456]},{"name":"NetErrorLogClear","features":[456]},{"name":"NetErrorLogRead","features":[456]},{"name":"NetErrorLogWrite","features":[456]},{"name":"NetFreeAadJoinInformation","features":[305,456,398]},{"name":"NetGetAadJoinInformation","features":[305,456,398]},{"name":"NetGetAnyDCName","features":[456]},{"name":"NetGetDCName","features":[456]},{"name":"NetGetDisplayInformationIndex","features":[456]},{"name":"NetGetJoinInformation","features":[456]},{"name":"NetGetJoinableOUs","features":[456]},{"name":"NetGroupAdd","features":[456]},{"name":"NetGroupAddUser","features":[456]},{"name":"NetGroupDel","features":[456]},{"name":"NetGroupDelUser","features":[456]},{"name":"NetGroupEnum","features":[456]},{"name":"NetGroupGetInfo","features":[456]},{"name":"NetGroupGetUsers","features":[456]},{"name":"NetGroupSetInfo","features":[456]},{"name":"NetGroupSetUsers","features":[456]},{"name":"NetIsServiceAccount","features":[305,456]},{"name":"NetJoinDomain","features":[456]},{"name":"NetLocalGroupAdd","features":[456]},{"name":"NetLocalGroupAddMember","features":[456,309]},{"name":"NetLocalGroupAddMembers","features":[456]},{"name":"NetLocalGroupDel","features":[456]},{"name":"NetLocalGroupDelMember","features":[456,309]},{"name":"NetLocalGroupDelMembers","features":[456]},{"name":"NetLocalGroupEnum","features":[456]},{"name":"NetLocalGroupGetInfo","features":[456]},{"name":"NetLocalGroupGetMembers","features":[456]},{"name":"NetLocalGroupSetInfo","features":[456]},{"name":"NetLocalGroupSetMembers","features":[456]},{"name":"NetMessageBufferSend","features":[456]},{"name":"NetMessageNameAdd","features":[456]},{"name":"NetMessageNameDel","features":[456]},{"name":"NetMessageNameEnum","features":[456]},{"name":"NetMessageNameGetInfo","features":[456]},{"name":"NetPrimaryComputerName","features":[456]},{"name":"NetProvisionComputerAccount","features":[456]},{"name":"NetProvisioning","features":[456]},{"name":"NetQueryDisplayInformation","features":[456]},{"name":"NetQueryServiceAccount","features":[305,456]},{"name":"NetRemoteComputerSupports","features":[456]},{"name":"NetRemoteTOD","features":[456]},{"name":"NetRemoveAlternateComputerName","features":[456]},{"name":"NetRemoveServiceAccount","features":[305,456]},{"name":"NetRenameMachineInDomain","features":[456]},{"name":"NetReplExportDirAdd","features":[456]},{"name":"NetReplExportDirDel","features":[456]},{"name":"NetReplExportDirEnum","features":[456]},{"name":"NetReplExportDirGetInfo","features":[456]},{"name":"NetReplExportDirLock","features":[456]},{"name":"NetReplExportDirSetInfo","features":[456]},{"name":"NetReplExportDirUnlock","features":[456]},{"name":"NetReplGetInfo","features":[456]},{"name":"NetReplImportDirAdd","features":[456]},{"name":"NetReplImportDirDel","features":[456]},{"name":"NetReplImportDirEnum","features":[456]},{"name":"NetReplImportDirGetInfo","features":[456]},{"name":"NetReplImportDirLock","features":[456]},{"name":"NetReplImportDirUnlock","features":[456]},{"name":"NetReplSetInfo","features":[456]},{"name":"NetRequestOfflineDomainJoin","features":[456]},{"name":"NetRequestProvisioningPackageInstall","features":[456]},{"name":"NetScheduleJobAdd","features":[456]},{"name":"NetScheduleJobDel","features":[456]},{"name":"NetScheduleJobEnum","features":[456]},{"name":"NetScheduleJobGetInfo","features":[456]},{"name":"NetServerComputerNameAdd","features":[456]},{"name":"NetServerComputerNameDel","features":[456]},{"name":"NetServerDiskEnum","features":[456]},{"name":"NetServerEnum","features":[456]},{"name":"NetServerGetInfo","features":[456]},{"name":"NetServerSetInfo","features":[456]},{"name":"NetServerTransportAdd","features":[456]},{"name":"NetServerTransportAddEx","features":[456]},{"name":"NetServerTransportDel","features":[456]},{"name":"NetServerTransportEnum","features":[456]},{"name":"NetServiceControl","features":[456]},{"name":"NetServiceEnum","features":[456]},{"name":"NetServiceGetInfo","features":[456]},{"name":"NetServiceInstall","features":[456]},{"name":"NetSetPrimaryComputerName","features":[456]},{"name":"NetSetupDnsMachine","features":[456]},{"name":"NetSetupDomain","features":[456]},{"name":"NetSetupDomainName","features":[456]},{"name":"NetSetupMachine","features":[456]},{"name":"NetSetupNonExistentDomain","features":[456]},{"name":"NetSetupUnjoined","features":[456]},{"name":"NetSetupUnknown","features":[456]},{"name":"NetSetupUnknownStatus","features":[456]},{"name":"NetSetupWorkgroup","features":[456]},{"name":"NetSetupWorkgroupName","features":[456]},{"name":"NetUnjoinDomain","features":[456]},{"name":"NetUseAdd","features":[456]},{"name":"NetUseDel","features":[456]},{"name":"NetUseEnum","features":[456]},{"name":"NetUseGetInfo","features":[456]},{"name":"NetUserAdd","features":[456]},{"name":"NetUserChangePassword","features":[456]},{"name":"NetUserDel","features":[456]},{"name":"NetUserEnum","features":[456]},{"name":"NetUserGetGroups","features":[456]},{"name":"NetUserGetInfo","features":[456]},{"name":"NetUserGetLocalGroups","features":[456]},{"name":"NetUserModalsGet","features":[456]},{"name":"NetUserModalsSet","features":[456]},{"name":"NetUserSetGroups","features":[456]},{"name":"NetUserSetInfo","features":[456]},{"name":"NetValidateAuthentication","features":[456]},{"name":"NetValidateName","features":[456]},{"name":"NetValidatePasswordChange","features":[456]},{"name":"NetValidatePasswordPolicy","features":[456]},{"name":"NetValidatePasswordPolicyFree","features":[456]},{"name":"NetValidatePasswordReset","features":[456]},{"name":"NetWkstaGetInfo","features":[456]},{"name":"NetWkstaSetInfo","features":[456]},{"name":"NetWkstaTransportAdd","features":[456]},{"name":"NetWkstaTransportDel","features":[456]},{"name":"NetWkstaTransportEnum","features":[456]},{"name":"NetWkstaUserEnum","features":[456]},{"name":"NetWkstaUserGetInfo","features":[456]},{"name":"NetWkstaUserSetInfo","features":[456]},{"name":"OBO_COMPONENT","features":[456]},{"name":"OBO_SOFTWARE","features":[456]},{"name":"OBO_TOKEN","features":[305,456]},{"name":"OBO_TOKEN_TYPE","features":[456]},{"name":"OBO_USER","features":[456]},{"name":"OS2MSG_FILENAME","features":[456]},{"name":"PARMNUM_ALL","features":[456]},{"name":"PARMNUM_BASE_INFOLEVEL","features":[456]},{"name":"PARM_ERROR_NONE","features":[456]},{"name":"PARM_ERROR_UNKNOWN","features":[456]},{"name":"PASSWORD_EXPIRED","features":[456]},{"name":"PATHLEN","features":[456]},{"name":"PLATFORM_ID_DOS","features":[456]},{"name":"PLATFORM_ID_NT","features":[456]},{"name":"PLATFORM_ID_OS2","features":[456]},{"name":"PLATFORM_ID_OSF","features":[456]},{"name":"PLATFORM_ID_VMS","features":[456]},{"name":"PREFIX_MISMATCH","features":[456]},{"name":"PREFIX_MISMATCH_FIXED","features":[456]},{"name":"PREFIX_MISMATCH_NOT_FIXED","features":[456]},{"name":"PRINT_OTHER_INFO","features":[456]},{"name":"PRJOB_COMPLETE","features":[456]},{"name":"PRJOB_DELETED","features":[456]},{"name":"PRJOB_DESTNOPAPER","features":[456]},{"name":"PRJOB_DESTOFFLINE","features":[456]},{"name":"PRJOB_DESTPAUSED","features":[456]},{"name":"PRJOB_DEVSTATUS","features":[456]},{"name":"PRJOB_ERROR","features":[456]},{"name":"PRJOB_INTERV","features":[456]},{"name":"PRJOB_NOTIFY","features":[456]},{"name":"PRJOB_QSTATUS","features":[456]},{"name":"PRJOB_QS_PAUSED","features":[456]},{"name":"PRJOB_QS_PRINTING","features":[456]},{"name":"PRJOB_QS_QUEUED","features":[456]},{"name":"PRJOB_QS_SPOOLING","features":[456]},{"name":"PROTO_IPV6_DHCP","features":[456]},{"name":"PROTO_IP_ALG","features":[456]},{"name":"PROTO_IP_BGMP","features":[456]},{"name":"PROTO_IP_BOOTP","features":[456]},{"name":"PROTO_IP_DHCP_ALLOCATOR","features":[456]},{"name":"PROTO_IP_DIFFSERV","features":[456]},{"name":"PROTO_IP_DNS_PROXY","features":[456]},{"name":"PROTO_IP_DTP","features":[456]},{"name":"PROTO_IP_FTP","features":[456]},{"name":"PROTO_IP_H323","features":[456]},{"name":"PROTO_IP_IGMP","features":[456]},{"name":"PROTO_IP_MGM","features":[456]},{"name":"PROTO_IP_MSDP","features":[456]},{"name":"PROTO_IP_NAT","features":[456]},{"name":"PROTO_IP_VRRP","features":[456]},{"name":"PROTO_TYPE_MCAST","features":[456]},{"name":"PROTO_TYPE_MS0","features":[456]},{"name":"PROTO_TYPE_MS1","features":[456]},{"name":"PROTO_TYPE_UCAST","features":[456]},{"name":"PROTO_VENDOR_MS0","features":[456]},{"name":"PROTO_VENDOR_MS1","features":[456]},{"name":"PROTO_VENDOR_MS2","features":[456]},{"name":"PWLEN","features":[456]},{"name":"QNLEN","features":[456]},{"name":"RASCON_IPUI","features":[305,456]},{"name":"RASCON_UIINFO_FLAGS","features":[456]},{"name":"RCUIF_DEMAND_DIAL","features":[456]},{"name":"RCUIF_DISABLE_CLASS_BASED_ROUTE","features":[456]},{"name":"RCUIF_ENABLE_NBT","features":[456]},{"name":"RCUIF_NOT_ADMIN","features":[456]},{"name":"RCUIF_USE_DISABLE_REGISTER_DNS","features":[456]},{"name":"RCUIF_USE_HEADER_COMPRESSION","features":[456]},{"name":"RCUIF_USE_IPv4_EXPLICIT_METRIC","features":[456]},{"name":"RCUIF_USE_IPv4_NAME_SERVERS","features":[456]},{"name":"RCUIF_USE_IPv4_REMOTE_GATEWAY","features":[456]},{"name":"RCUIF_USE_IPv4_STATICADDRESS","features":[456]},{"name":"RCUIF_USE_IPv6_EXPLICIT_METRIC","features":[456]},{"name":"RCUIF_USE_IPv6_NAME_SERVERS","features":[456]},{"name":"RCUIF_USE_IPv6_REMOTE_GATEWAY","features":[456]},{"name":"RCUIF_USE_IPv6_STATICADDRESS","features":[456]},{"name":"RCUIF_USE_PRIVATE_DNS_SUFFIX","features":[456]},{"name":"RCUIF_VPN","features":[456]},{"name":"REGISTER_PROTOCOL_ENTRY_POINT_STRING","features":[456]},{"name":"REPL_EDIR_INFO_0","features":[456]},{"name":"REPL_EDIR_INFO_1","features":[456]},{"name":"REPL_EDIR_INFO_1000","features":[456]},{"name":"REPL_EDIR_INFO_1001","features":[456]},{"name":"REPL_EDIR_INFO_2","features":[456]},{"name":"REPL_EXPORT_EXTENT_INFOLEVEL","features":[456]},{"name":"REPL_EXPORT_INTEGRITY_INFOLEVEL","features":[456]},{"name":"REPL_EXTENT_FILE","features":[456]},{"name":"REPL_EXTENT_TREE","features":[456]},{"name":"REPL_GUARDTIME_INFOLEVEL","features":[456]},{"name":"REPL_IDIR_INFO_0","features":[456]},{"name":"REPL_IDIR_INFO_1","features":[456]},{"name":"REPL_INFO_0","features":[456]},{"name":"REPL_INFO_1000","features":[456]},{"name":"REPL_INFO_1001","features":[456]},{"name":"REPL_INFO_1002","features":[456]},{"name":"REPL_INFO_1003","features":[456]},{"name":"REPL_INTEGRITY_FILE","features":[456]},{"name":"REPL_INTEGRITY_TREE","features":[456]},{"name":"REPL_INTERVAL_INFOLEVEL","features":[456]},{"name":"REPL_PULSE_INFOLEVEL","features":[456]},{"name":"REPL_RANDOM_INFOLEVEL","features":[456]},{"name":"REPL_ROLE_BOTH","features":[456]},{"name":"REPL_ROLE_EXPORT","features":[456]},{"name":"REPL_ROLE_IMPORT","features":[456]},{"name":"REPL_STATE_NEVER_REPLICATED","features":[456]},{"name":"REPL_STATE_NO_MASTER","features":[456]},{"name":"REPL_STATE_NO_SYNC","features":[456]},{"name":"REPL_STATE_OK","features":[456]},{"name":"REPL_UNLOCK_FORCE","features":[456]},{"name":"REPL_UNLOCK_NOFORCE","features":[456]},{"name":"RF_ADD_ALL_INTERFACES","features":[456]},{"name":"RF_DEMAND_UPDATE_ROUTES","features":[456]},{"name":"RF_MULTICAST","features":[456]},{"name":"RF_POWER","features":[456]},{"name":"RF_ROUTING","features":[456]},{"name":"RF_ROUTINGV6","features":[456]},{"name":"RIS_INTERFACE_ADDRESS_CHANGE","features":[456]},{"name":"RIS_INTERFACE_DISABLED","features":[456]},{"name":"RIS_INTERFACE_ENABLED","features":[456]},{"name":"RIS_INTERFACE_MEDIA_ABSENT","features":[456]},{"name":"RIS_INTERFACE_MEDIA_PRESENT","features":[456]},{"name":"ROUTING_DOMAIN_INFO_REVISION_1","features":[456]},{"name":"RTR_INFO_BLOCK_HEADER","features":[456]},{"name":"RTR_INFO_BLOCK_VERSION","features":[456]},{"name":"RTR_TOC_ENTRY","features":[456]},{"name":"RTUTILS_MAX_PROTOCOL_DLL_LEN","features":[456]},{"name":"RTUTILS_MAX_PROTOCOL_NAME_LEN","features":[456]},{"name":"RouterAssert","features":[456]},{"name":"RouterGetErrorStringA","features":[456]},{"name":"RouterGetErrorStringW","features":[456]},{"name":"RouterLogDeregisterA","features":[305,456]},{"name":"RouterLogDeregisterW","features":[305,456]},{"name":"RouterLogEventA","features":[305,456]},{"name":"RouterLogEventDataA","features":[305,456]},{"name":"RouterLogEventDataW","features":[305,456]},{"name":"RouterLogEventExA","features":[305,456]},{"name":"RouterLogEventExW","features":[305,456]},{"name":"RouterLogEventStringA","features":[305,456]},{"name":"RouterLogEventStringW","features":[305,456]},{"name":"RouterLogEventValistExA","features":[305,456]},{"name":"RouterLogEventValistExW","features":[305,456]},{"name":"RouterLogEventW","features":[305,456]},{"name":"RouterLogRegisterA","features":[305,456]},{"name":"RouterLogRegisterW","features":[305,456]},{"name":"SERVCE_LM20_W32TIME","features":[456]},{"name":"SERVER_DISPLAY_NAME","features":[456]},{"name":"SERVER_INFO_100","features":[456]},{"name":"SERVER_INFO_1005","features":[456]},{"name":"SERVER_INFO_101","features":[456]},{"name":"SERVER_INFO_1010","features":[456]},{"name":"SERVER_INFO_1016","features":[456]},{"name":"SERVER_INFO_1017","features":[456]},{"name":"SERVER_INFO_1018","features":[456]},{"name":"SERVER_INFO_102","features":[456]},{"name":"SERVER_INFO_103","features":[305,456]},{"name":"SERVER_INFO_1107","features":[456]},{"name":"SERVER_INFO_1501","features":[456]},{"name":"SERVER_INFO_1502","features":[456]},{"name":"SERVER_INFO_1503","features":[456]},{"name":"SERVER_INFO_1506","features":[456]},{"name":"SERVER_INFO_1509","features":[456]},{"name":"SERVER_INFO_1510","features":[456]},{"name":"SERVER_INFO_1511","features":[456]},{"name":"SERVER_INFO_1512","features":[456]},{"name":"SERVER_INFO_1513","features":[456]},{"name":"SERVER_INFO_1514","features":[305,456]},{"name":"SERVER_INFO_1515","features":[305,456]},{"name":"SERVER_INFO_1516","features":[305,456]},{"name":"SERVER_INFO_1518","features":[305,456]},{"name":"SERVER_INFO_1520","features":[456]},{"name":"SERVER_INFO_1521","features":[456]},{"name":"SERVER_INFO_1522","features":[456]},{"name":"SERVER_INFO_1523","features":[456]},{"name":"SERVER_INFO_1524","features":[456]},{"name":"SERVER_INFO_1525","features":[456]},{"name":"SERVER_INFO_1528","features":[456]},{"name":"SERVER_INFO_1529","features":[456]},{"name":"SERVER_INFO_1530","features":[456]},{"name":"SERVER_INFO_1533","features":[456]},{"name":"SERVER_INFO_1534","features":[456]},{"name":"SERVER_INFO_1535","features":[456]},{"name":"SERVER_INFO_1536","features":[305,456]},{"name":"SERVER_INFO_1537","features":[305,456]},{"name":"SERVER_INFO_1538","features":[305,456]},{"name":"SERVER_INFO_1539","features":[305,456]},{"name":"SERVER_INFO_1540","features":[305,456]},{"name":"SERVER_INFO_1541","features":[305,456]},{"name":"SERVER_INFO_1542","features":[305,456]},{"name":"SERVER_INFO_1543","features":[456]},{"name":"SERVER_INFO_1544","features":[456]},{"name":"SERVER_INFO_1545","features":[456]},{"name":"SERVER_INFO_1546","features":[456]},{"name":"SERVER_INFO_1547","features":[456]},{"name":"SERVER_INFO_1548","features":[456]},{"name":"SERVER_INFO_1549","features":[456]},{"name":"SERVER_INFO_1550","features":[456]},{"name":"SERVER_INFO_1552","features":[456]},{"name":"SERVER_INFO_1553","features":[456]},{"name":"SERVER_INFO_1554","features":[456]},{"name":"SERVER_INFO_1555","features":[456]},{"name":"SERVER_INFO_1556","features":[456]},{"name":"SERVER_INFO_1557","features":[456]},{"name":"SERVER_INFO_1560","features":[456]},{"name":"SERVER_INFO_1561","features":[456]},{"name":"SERVER_INFO_1562","features":[456]},{"name":"SERVER_INFO_1563","features":[456]},{"name":"SERVER_INFO_1564","features":[456]},{"name":"SERVER_INFO_1565","features":[456]},{"name":"SERVER_INFO_1566","features":[305,456]},{"name":"SERVER_INFO_1567","features":[456]},{"name":"SERVER_INFO_1568","features":[456]},{"name":"SERVER_INFO_1569","features":[456]},{"name":"SERVER_INFO_1570","features":[456]},{"name":"SERVER_INFO_1571","features":[456]},{"name":"SERVER_INFO_1572","features":[456]},{"name":"SERVER_INFO_1573","features":[456]},{"name":"SERVER_INFO_1574","features":[456]},{"name":"SERVER_INFO_1575","features":[456]},{"name":"SERVER_INFO_1576","features":[456]},{"name":"SERVER_INFO_1577","features":[456]},{"name":"SERVER_INFO_1578","features":[456]},{"name":"SERVER_INFO_1579","features":[456]},{"name":"SERVER_INFO_1580","features":[456]},{"name":"SERVER_INFO_1581","features":[456]},{"name":"SERVER_INFO_1582","features":[456]},{"name":"SERVER_INFO_1583","features":[456]},{"name":"SERVER_INFO_1584","features":[456]},{"name":"SERVER_INFO_1585","features":[305,456]},{"name":"SERVER_INFO_1586","features":[456]},{"name":"SERVER_INFO_1587","features":[456]},{"name":"SERVER_INFO_1588","features":[456]},{"name":"SERVER_INFO_1590","features":[456]},{"name":"SERVER_INFO_1591","features":[456]},{"name":"SERVER_INFO_1592","features":[456]},{"name":"SERVER_INFO_1593","features":[456]},{"name":"SERVER_INFO_1594","features":[456]},{"name":"SERVER_INFO_1595","features":[456]},{"name":"SERVER_INFO_1596","features":[456]},{"name":"SERVER_INFO_1597","features":[456]},{"name":"SERVER_INFO_1598","features":[456]},{"name":"SERVER_INFO_1599","features":[305,456]},{"name":"SERVER_INFO_1600","features":[305,456]},{"name":"SERVER_INFO_1601","features":[456]},{"name":"SERVER_INFO_1602","features":[305,456]},{"name":"SERVER_INFO_402","features":[456]},{"name":"SERVER_INFO_403","features":[456]},{"name":"SERVER_INFO_502","features":[305,456]},{"name":"SERVER_INFO_503","features":[305,456]},{"name":"SERVER_INFO_598","features":[305,456]},{"name":"SERVER_INFO_599","features":[305,456]},{"name":"SERVER_INFO_HIDDEN","features":[456]},{"name":"SERVER_INFO_SECURITY","features":[456]},{"name":"SERVER_TRANSPORT_INFO_0","features":[456]},{"name":"SERVER_TRANSPORT_INFO_1","features":[456]},{"name":"SERVER_TRANSPORT_INFO_2","features":[456]},{"name":"SERVER_TRANSPORT_INFO_3","features":[456]},{"name":"SERVICE2_BASE","features":[456]},{"name":"SERVICE_ACCOUNT_FLAG_ADD_AGAINST_RODC","features":[456]},{"name":"SERVICE_ACCOUNT_FLAG_LINK_TO_HOST_ONLY","features":[456]},{"name":"SERVICE_ACCOUNT_FLAG_REMOVE_OFFLINE","features":[456]},{"name":"SERVICE_ACCOUNT_FLAG_UNLINK_FROM_HOST_ONLY","features":[456]},{"name":"SERVICE_ACCOUNT_PASSWORD","features":[456]},{"name":"SERVICE_ACCOUNT_SECRET_PREFIX","features":[456]},{"name":"SERVICE_ADWS","features":[456]},{"name":"SERVICE_AFP","features":[456]},{"name":"SERVICE_ALERTER","features":[456]},{"name":"SERVICE_BASE","features":[456]},{"name":"SERVICE_BROWSER","features":[456]},{"name":"SERVICE_CCP_CHKPT_NUM","features":[456]},{"name":"SERVICE_CCP_NO_HINT","features":[456]},{"name":"SERVICE_CCP_QUERY_HINT","features":[456]},{"name":"SERVICE_CCP_WAIT_TIME","features":[456]},{"name":"SERVICE_CTRL_CONTINUE","features":[456]},{"name":"SERVICE_CTRL_INTERROGATE","features":[456]},{"name":"SERVICE_CTRL_PAUSE","features":[456]},{"name":"SERVICE_CTRL_REDIR_COMM","features":[456]},{"name":"SERVICE_CTRL_REDIR_DISK","features":[456]},{"name":"SERVICE_CTRL_REDIR_PRINT","features":[456]},{"name":"SERVICE_CTRL_UNINSTALL","features":[456]},{"name":"SERVICE_DHCP","features":[456]},{"name":"SERVICE_DNS_CACHE","features":[456]},{"name":"SERVICE_DOS_ENCRYPTION","features":[456]},{"name":"SERVICE_DSROLE","features":[456]},{"name":"SERVICE_INFO_0","features":[456]},{"name":"SERVICE_INFO_1","features":[456]},{"name":"SERVICE_INFO_2","features":[456]},{"name":"SERVICE_INSTALLED","features":[456]},{"name":"SERVICE_INSTALL_PENDING","features":[456]},{"name":"SERVICE_INSTALL_STATE","features":[456]},{"name":"SERVICE_IP_CHKPT_NUM","features":[456]},{"name":"SERVICE_IP_NO_HINT","features":[456]},{"name":"SERVICE_IP_QUERY_HINT","features":[456]},{"name":"SERVICE_IP_WAITTIME_SHIFT","features":[456]},{"name":"SERVICE_IP_WAIT_TIME","features":[456]},{"name":"SERVICE_ISMSERV","features":[456]},{"name":"SERVICE_KDC","features":[456]},{"name":"SERVICE_LM20_AFP","features":[456]},{"name":"SERVICE_LM20_ALERTER","features":[456]},{"name":"SERVICE_LM20_BROWSER","features":[456]},{"name":"SERVICE_LM20_DHCP","features":[456]},{"name":"SERVICE_LM20_DSROLE","features":[456]},{"name":"SERVICE_LM20_ISMSERV","features":[456]},{"name":"SERVICE_LM20_KDC","features":[456]},{"name":"SERVICE_LM20_LMHOSTS","features":[456]},{"name":"SERVICE_LM20_MESSENGER","features":[456]},{"name":"SERVICE_LM20_NBT","features":[456]},{"name":"SERVICE_LM20_NETLOGON","features":[456]},{"name":"SERVICE_LM20_NETPOPUP","features":[456]},{"name":"SERVICE_LM20_NETRUN","features":[456]},{"name":"SERVICE_LM20_NTDS","features":[456]},{"name":"SERVICE_LM20_NTFRS","features":[456]},{"name":"SERVICE_LM20_NWSAP","features":[456]},{"name":"SERVICE_LM20_REPL","features":[456]},{"name":"SERVICE_LM20_RIPL","features":[456]},{"name":"SERVICE_LM20_RPCLOCATOR","features":[456]},{"name":"SERVICE_LM20_SCHEDULE","features":[456]},{"name":"SERVICE_LM20_SERVER","features":[456]},{"name":"SERVICE_LM20_SPOOLER","features":[456]},{"name":"SERVICE_LM20_SQLSERVER","features":[456]},{"name":"SERVICE_LM20_TCPIP","features":[456]},{"name":"SERVICE_LM20_TELNET","features":[456]},{"name":"SERVICE_LM20_TIMESOURCE","features":[456]},{"name":"SERVICE_LM20_TRKSVR","features":[456]},{"name":"SERVICE_LM20_TRKWKS","features":[456]},{"name":"SERVICE_LM20_UPS","features":[456]},{"name":"SERVICE_LM20_WORKSTATION","features":[456]},{"name":"SERVICE_LM20_XACTSRV","features":[456]},{"name":"SERVICE_LMHOSTS","features":[456]},{"name":"SERVICE_MAXTIME","features":[456]},{"name":"SERVICE_MESSENGER","features":[456]},{"name":"SERVICE_NBT","features":[456]},{"name":"SERVICE_NETLOGON","features":[456]},{"name":"SERVICE_NETPOPUP","features":[456]},{"name":"SERVICE_NETRUN","features":[456]},{"name":"SERVICE_NOT_PAUSABLE","features":[456]},{"name":"SERVICE_NOT_UNINSTALLABLE","features":[456]},{"name":"SERVICE_NTDS","features":[456]},{"name":"SERVICE_NTFRS","features":[456]},{"name":"SERVICE_NTIP_WAITTIME_SHIFT","features":[456]},{"name":"SERVICE_NTLMSSP","features":[456]},{"name":"SERVICE_NT_MAXTIME","features":[456]},{"name":"SERVICE_NWCS","features":[456]},{"name":"SERVICE_NWSAP","features":[456]},{"name":"SERVICE_PAUSABLE","features":[456]},{"name":"SERVICE_PAUSE_STATE","features":[456]},{"name":"SERVICE_REDIR_COMM_PAUSED","features":[456]},{"name":"SERVICE_REDIR_DISK_PAUSED","features":[456]},{"name":"SERVICE_REDIR_PAUSED","features":[456]},{"name":"SERVICE_REDIR_PRINT_PAUSED","features":[456]},{"name":"SERVICE_REPL","features":[456]},{"name":"SERVICE_RESRV_MASK","features":[456]},{"name":"SERVICE_RIPL","features":[456]},{"name":"SERVICE_RPCLOCATOR","features":[456]},{"name":"SERVICE_SCHEDULE","features":[456]},{"name":"SERVICE_SERVER","features":[456]},{"name":"SERVICE_SPOOLER","features":[456]},{"name":"SERVICE_SQLSERVER","features":[456]},{"name":"SERVICE_TCPIP","features":[456]},{"name":"SERVICE_TELNET","features":[456]},{"name":"SERVICE_TIMESOURCE","features":[456]},{"name":"SERVICE_TRKSVR","features":[456]},{"name":"SERVICE_TRKWKS","features":[456]},{"name":"SERVICE_UIC_AMBIGPARM","features":[456]},{"name":"SERVICE_UIC_BADPARMVAL","features":[456]},{"name":"SERVICE_UIC_CONFIG","features":[456]},{"name":"SERVICE_UIC_CONFLPARM","features":[456]},{"name":"SERVICE_UIC_DUPPARM","features":[456]},{"name":"SERVICE_UIC_EXEC","features":[456]},{"name":"SERVICE_UIC_FILE","features":[456]},{"name":"SERVICE_UIC_INTERNAL","features":[456]},{"name":"SERVICE_UIC_KILL","features":[456]},{"name":"SERVICE_UIC_MISSPARM","features":[456]},{"name":"SERVICE_UIC_M_ADDPAK","features":[456]},{"name":"SERVICE_UIC_M_ANNOUNCE","features":[456]},{"name":"SERVICE_UIC_M_DATABASE_ERROR","features":[456]},{"name":"SERVICE_UIC_M_DISK","features":[456]},{"name":"SERVICE_UIC_M_ERRLOG","features":[456]},{"name":"SERVICE_UIC_M_FILES","features":[456]},{"name":"SERVICE_UIC_M_FILE_UW","features":[456]},{"name":"SERVICE_UIC_M_LANGROUP","features":[456]},{"name":"SERVICE_UIC_M_LANROOT","features":[456]},{"name":"SERVICE_UIC_M_LAZY","features":[456]},{"name":"SERVICE_UIC_M_LOGS","features":[456]},{"name":"SERVICE_UIC_M_LSA_MACHINE_ACCT","features":[456]},{"name":"SERVICE_UIC_M_MEMORY","features":[456]},{"name":"SERVICE_UIC_M_MSGNAME","features":[456]},{"name":"SERVICE_UIC_M_NETLOGON_AUTH","features":[456]},{"name":"SERVICE_UIC_M_NETLOGON_DC_CFLCT","features":[456]},{"name":"SERVICE_UIC_M_NETLOGON_MPATH","features":[456]},{"name":"SERVICE_UIC_M_NETLOGON_NO_DC","features":[456]},{"name":"SERVICE_UIC_M_NULL","features":[456]},{"name":"SERVICE_UIC_M_PROCESSES","features":[456]},{"name":"SERVICE_UIC_M_REDIR","features":[456]},{"name":"SERVICE_UIC_M_SECURITY","features":[456]},{"name":"SERVICE_UIC_M_SEC_FILE_ERR","features":[456]},{"name":"SERVICE_UIC_M_SERVER","features":[456]},{"name":"SERVICE_UIC_M_SERVER_SEC_ERR","features":[456]},{"name":"SERVICE_UIC_M_THREADS","features":[456]},{"name":"SERVICE_UIC_M_UAS","features":[456]},{"name":"SERVICE_UIC_M_UAS_INVALID_ROLE","features":[456]},{"name":"SERVICE_UIC_M_UAS_MACHINE_ACCT","features":[456]},{"name":"SERVICE_UIC_M_UAS_PROLOG","features":[456]},{"name":"SERVICE_UIC_M_UAS_SERVERS_NMEMB","features":[456]},{"name":"SERVICE_UIC_M_UAS_SERVERS_NOGRP","features":[456]},{"name":"SERVICE_UIC_M_WKSTA","features":[456]},{"name":"SERVICE_UIC_NORMAL","features":[456]},{"name":"SERVICE_UIC_RESOURCE","features":[456]},{"name":"SERVICE_UIC_SUBSERV","features":[456]},{"name":"SERVICE_UIC_SYSTEM","features":[456]},{"name":"SERVICE_UIC_UNKPARM","features":[456]},{"name":"SERVICE_UNINSTALLABLE","features":[456]},{"name":"SERVICE_UNINSTALLED","features":[456]},{"name":"SERVICE_UNINSTALL_PENDING","features":[456]},{"name":"SERVICE_UPS","features":[456]},{"name":"SERVICE_W32TIME","features":[456]},{"name":"SERVICE_WORKSTATION","features":[456]},{"name":"SERVICE_XACTSRV","features":[456]},{"name":"SESSION_CRYPT_KLEN","features":[456]},{"name":"SESSION_PWLEN","features":[456]},{"name":"SHPWLEN","features":[456]},{"name":"SMB_COMPRESSION_INFO","features":[305,456]},{"name":"SMB_TREE_CONNECT_PARAMETERS","features":[456]},{"name":"SMB_USE_OPTION_COMPRESSION_PARAMETERS","features":[456]},{"name":"SNLEN","features":[456]},{"name":"SRV_HASH_GENERATION_ACTIVE","features":[456]},{"name":"SRV_SUPPORT_HASH_GENERATION","features":[456]},{"name":"STD_ALERT","features":[456]},{"name":"STXTLEN","features":[456]},{"name":"SUPPORTS_ANY","features":[456]},{"name":"SUPPORTS_BINDING_INTERFACE_FLAGS","features":[456]},{"name":"SUPPORTS_LOCAL","features":[456]},{"name":"SUPPORTS_REMOTE_ADMIN_PROTOCOL","features":[456]},{"name":"SUPPORTS_RPC","features":[456]},{"name":"SUPPORTS_SAM_PROTOCOL","features":[456]},{"name":"SUPPORTS_UNICODE","features":[456]},{"name":"SVAUD_BADNETLOGON","features":[456]},{"name":"SVAUD_BADSESSLOGON","features":[456]},{"name":"SVAUD_BADUSE","features":[456]},{"name":"SVAUD_GOODNETLOGON","features":[456]},{"name":"SVAUD_GOODSESSLOGON","features":[456]},{"name":"SVAUD_GOODUSE","features":[456]},{"name":"SVAUD_LOGONLIM","features":[456]},{"name":"SVAUD_PERMISSIONS","features":[456]},{"name":"SVAUD_RESOURCE","features":[456]},{"name":"SVAUD_SERVICE","features":[456]},{"name":"SVAUD_USERLIST","features":[456]},{"name":"SVI1_NUM_ELEMENTS","features":[456]},{"name":"SVI2_NUM_ELEMENTS","features":[456]},{"name":"SVI3_NUM_ELEMENTS","features":[456]},{"name":"SVTI2_CLUSTER_DNN_NAME","features":[456]},{"name":"SVTI2_CLUSTER_NAME","features":[456]},{"name":"SVTI2_REMAP_PIPE_NAMES","features":[456]},{"name":"SVTI2_RESERVED1","features":[456]},{"name":"SVTI2_RESERVED2","features":[456]},{"name":"SVTI2_RESERVED3","features":[456]},{"name":"SVTI2_SCOPED_NAME","features":[456]},{"name":"SVTI2_UNICODE_TRANSPORT_ADDRESS","features":[456]},{"name":"SV_ACCEPTDOWNLEVELAPIS_PARMNUM","features":[456]},{"name":"SV_ACCESSALERT_PARMNUM","features":[456]},{"name":"SV_ACTIVELOCKS_PARMNUM","features":[456]},{"name":"SV_ALERTSCHEDULE_PARMNUM","features":[456]},{"name":"SV_ALERTSCHED_PARMNUM","features":[456]},{"name":"SV_ALERTS_PARMNUM","features":[456]},{"name":"SV_ALIST_MTIME_PARMNUM","features":[456]},{"name":"SV_ANNDELTA_PARMNUM","features":[456]},{"name":"SV_ANNOUNCE_PARMNUM","features":[456]},{"name":"SV_AUTOSHARESERVER_PARMNUM","features":[456]},{"name":"SV_AUTOSHAREWKS_PARMNUM","features":[456]},{"name":"SV_BALANCECOUNT_PARMNUM","features":[456]},{"name":"SV_CACHEDDIRECTORYLIMIT_PARMNUM","features":[456]},{"name":"SV_CACHEDOPENLIMIT_PARMNUM","features":[456]},{"name":"SV_CHDEVJOBS_PARMNUM","features":[456]},{"name":"SV_CHDEVQ_PARMNUM","features":[456]},{"name":"SV_COMMENT_PARMNUM","features":[456]},{"name":"SV_CONNECTIONLESSAUTODISC_PARMNUM","features":[456]},{"name":"SV_CONNECTIONNOSESSIONSTIMEOUT_PARMNUM","features":[456]},{"name":"SV_CONNECTIONS_PARMNUM","features":[456]},{"name":"SV_CRITICALTHREADS_PARMNUM","features":[456]},{"name":"SV_DISABLEDOS_PARMNUM","features":[456]},{"name":"SV_DISABLESTRICTNAMECHECKING_PARMNUM","features":[456]},{"name":"SV_DISC_PARMNUM","features":[456]},{"name":"SV_DISKALERT_PARMNUM","features":[456]},{"name":"SV_DISKSPACETHRESHOLD_PARMNUM","features":[456]},{"name":"SV_DOMAIN_PARMNUM","features":[456]},{"name":"SV_ENABLEAUTHENTICATEUSERSHARING_PARMNUM","features":[456]},{"name":"SV_ENABLECOMPRESSION_PARMNUM","features":[456]},{"name":"SV_ENABLEFCBOPENS_PARMNUM","features":[456]},{"name":"SV_ENABLEFORCEDLOGOFF_PARMNUM","features":[456]},{"name":"SV_ENABLEOPLOCKFORCECLOSE_PARMNUM","features":[456]},{"name":"SV_ENABLEOPLOCKS_PARMNUM","features":[456]},{"name":"SV_ENABLERAW_PARMNUM","features":[456]},{"name":"SV_ENABLESECURITYSIGNATURE_PARMNUM","features":[456]},{"name":"SV_ENABLESHAREDNETDRIVES_PARMNUM","features":[456]},{"name":"SV_ENABLESOFTCOMPAT_PARMNUM","features":[456]},{"name":"SV_ENABLEW9XSECURITYSIGNATURE_PARMNUM","features":[456]},{"name":"SV_ENABLEWFW311DIRECTIPX_PARMNUM","features":[456]},{"name":"SV_ENFORCEKERBEROSREAUTHENTICATION_PARMNUM","features":[456]},{"name":"SV_ERRORALERT_PARMNUM","features":[456]},{"name":"SV_ERRORTHRESHOLD_PARMNUM","features":[456]},{"name":"SV_GLIST_MTIME_PARMNUM","features":[456]},{"name":"SV_GUESTACC_PARMNUM","features":[456]},{"name":"SV_HIDDEN","features":[456]},{"name":"SV_HIDDEN_PARMNUM","features":[456]},{"name":"SV_IDLETHREADTIMEOUT_PARMNUM","features":[456]},{"name":"SV_INITCONNTABLE_PARMNUM","features":[456]},{"name":"SV_INITFILETABLE_PARMNUM","features":[456]},{"name":"SV_INITSEARCHTABLE_PARMNUM","features":[456]},{"name":"SV_INITSESSTABLE_PARMNUM","features":[456]},{"name":"SV_INITWORKITEMS_PARMNUM","features":[456]},{"name":"SV_IRPSTACKSIZE_PARMNUM","features":[456]},{"name":"SV_LANMASK_PARMNUM","features":[456]},{"name":"SV_LINKINFOVALIDTIME_PARMNUM","features":[456]},{"name":"SV_LMANNOUNCE_PARMNUM","features":[456]},{"name":"SV_LOCKVIOLATIONDELAY_PARMNUM","features":[456]},{"name":"SV_LOCKVIOLATIONOFFSET_PARMNUM","features":[456]},{"name":"SV_LOCKVIOLATIONRETRIES_PARMNUM","features":[456]},{"name":"SV_LOGONALERT_PARMNUM","features":[456]},{"name":"SV_LOWDISKSPACEMINIMUM_PARMNUM","features":[456]},{"name":"SV_MAXAUDITSZ_PARMNUM","features":[456]},{"name":"SV_MAXCOPYLENGTH_PARMNUM","features":[456]},{"name":"SV_MAXCOPYREADLEN_PARMNUM","features":[456]},{"name":"SV_MAXCOPYWRITELEN_PARMNUM","features":[456]},{"name":"SV_MAXFREECONNECTIONS_PARMNUM","features":[456]},{"name":"SV_MAXFREELFCBS_PARMNUM","features":[456]},{"name":"SV_MAXFREEMFCBS_PARMNUM","features":[456]},{"name":"SV_MAXFREEPAGEDPOOLCHUNKS_PARMNUM","features":[456]},{"name":"SV_MAXFREERFCBS_PARMNUM","features":[456]},{"name":"SV_MAXGLOBALOPENSEARCH_PARMNUM","features":[456]},{"name":"SV_MAXKEEPCOMPLSEARCH_PARMNUM","features":[456]},{"name":"SV_MAXKEEPSEARCH_PARMNUM","features":[456]},{"name":"SV_MAXLINKDELAY_PARMNUM","features":[456]},{"name":"SV_MAXMPXCT_PARMNUM","features":[456]},{"name":"SV_MAXNONPAGEDMEMORYUSAGE_PARMNUM","features":[456]},{"name":"SV_MAXPAGEDMEMORYUSAGE_PARMNUM","features":[456]},{"name":"SV_MAXPAGEDPOOLCHUNKSIZE_PARMNUM","features":[456]},{"name":"SV_MAXRAWBUFLEN_PARMNUM","features":[456]},{"name":"SV_MAXRAWWORKITEMS_PARMNUM","features":[456]},{"name":"SV_MAXTHREADSPERQUEUE_PARMNUM","features":[456]},{"name":"SV_MAXWORKITEMIDLETIME_PARMNUM","features":[456]},{"name":"SV_MAXWORKITEMS_PARMNUM","features":[456]},{"name":"SV_MAX_CMD_LEN","features":[456]},{"name":"SV_MAX_SRV_HEUR_LEN","features":[456]},{"name":"SV_MDLREADSWITCHOVER_PARMNUM","features":[456]},{"name":"SV_MINCLIENTBUFFERSIZE_PARMNUM","features":[456]},{"name":"SV_MINFREECONNECTIONS_PARMNUM","features":[456]},{"name":"SV_MINFREEWORKITEMS_PARMNUM","features":[456]},{"name":"SV_MINKEEPCOMPLSEARCH_PARMNUM","features":[456]},{"name":"SV_MINKEEPSEARCH_PARMNUM","features":[456]},{"name":"SV_MINLINKTHROUGHPUT_PARMNUM","features":[456]},{"name":"SV_MINPAGEDPOOLCHUNKSIZE_PARMNUM","features":[456]},{"name":"SV_MINRCVQUEUE_PARMNUM","features":[456]},{"name":"SV_NAME_PARMNUM","features":[456]},{"name":"SV_NETIOALERT_PARMNUM","features":[456]},{"name":"SV_NETWORKERRORTHRESHOLD_PARMNUM","features":[456]},{"name":"SV_NODISC","features":[456]},{"name":"SV_NUMADMIN_PARMNUM","features":[456]},{"name":"SV_NUMBIGBUF_PARMNUM","features":[456]},{"name":"SV_NUMBLOCKTHREADS_PARMNUM","features":[456]},{"name":"SV_NUMFILETASKS_PARMNUM","features":[456]},{"name":"SV_NUMREQBUF_PARMNUM","features":[456]},{"name":"SV_OPENFILES_PARMNUM","features":[456]},{"name":"SV_OPENSEARCH_PARMNUM","features":[456]},{"name":"SV_OPLOCKBREAKRESPONSEWAIT_PARMNUM","features":[456]},{"name":"SV_OPLOCKBREAKWAIT_PARMNUM","features":[456]},{"name":"SV_OTHERQUEUEAFFINITY_PARMNUM","features":[456]},{"name":"SV_PLATFORM_ID_NT","features":[456]},{"name":"SV_PLATFORM_ID_OS2","features":[456]},{"name":"SV_PLATFORM_ID_PARMNUM","features":[456]},{"name":"SV_PREFERREDAFFINITY_PARMNUM","features":[456]},{"name":"SV_PRODUCTTYPE_PARMNUM","features":[456]},{"name":"SV_QUEUESAMPLESECS_PARMNUM","features":[456]},{"name":"SV_RAWWORKITEMS_PARMNUM","features":[456]},{"name":"SV_REMOVEDUPLICATESEARCHES_PARMNUM","features":[456]},{"name":"SV_REQUIRESECURITYSIGNATURE_PARMNUM","features":[456]},{"name":"SV_RESTRICTNULLSESSACCESS_PARMNUM","features":[456]},{"name":"SV_SCAVQOSINFOUPDATETIME_PARMNUM","features":[456]},{"name":"SV_SCAVTIMEOUT_PARMNUM","features":[456]},{"name":"SV_SECURITY_PARMNUM","features":[456]},{"name":"SV_SENDSFROMPREFERREDPROCESSOR_PARMNUM","features":[456]},{"name":"SV_SERVERSIZE_PARMNUM","features":[456]},{"name":"SV_SESSCONNS_PARMNUM","features":[456]},{"name":"SV_SESSOPENS_PARMNUM","features":[456]},{"name":"SV_SESSREQS_PARMNUM","features":[456]},{"name":"SV_SESSUSERS_PARMNUM","features":[456]},{"name":"SV_SESSVCS_PARMNUM","features":[456]},{"name":"SV_SHARESECURITY","features":[456]},{"name":"SV_SHARES_PARMNUM","features":[456]},{"name":"SV_SHARINGVIOLATIONDELAY_PARMNUM","features":[456]},{"name":"SV_SHARINGVIOLATIONRETRIES_PARMNUM","features":[456]},{"name":"SV_SIZREQBUF_PARMNUM","features":[456]},{"name":"SV_SRVHEURISTICS_PARMNUM","features":[456]},{"name":"SV_THREADCOUNTADD_PARMNUM","features":[456]},{"name":"SV_THREADPRIORITY_PARMNUM","features":[456]},{"name":"SV_TIMESOURCE_PARMNUM","features":[456]},{"name":"SV_TYPE_AFP","features":[456]},{"name":"SV_TYPE_ALL","features":[456]},{"name":"SV_TYPE_ALTERNATE_XPORT","features":[456]},{"name":"SV_TYPE_BACKUP_BROWSER","features":[456]},{"name":"SV_TYPE_CLUSTER_NT","features":[456]},{"name":"SV_TYPE_CLUSTER_VS_NT","features":[456]},{"name":"SV_TYPE_DCE","features":[456]},{"name":"SV_TYPE_DFS","features":[456]},{"name":"SV_TYPE_DIALIN_SERVER","features":[456]},{"name":"SV_TYPE_DOMAIN_BAKCTRL","features":[456]},{"name":"SV_TYPE_DOMAIN_CTRL","features":[456]},{"name":"SV_TYPE_DOMAIN_ENUM","features":[456]},{"name":"SV_TYPE_DOMAIN_MASTER","features":[456]},{"name":"SV_TYPE_DOMAIN_MEMBER","features":[456]},{"name":"SV_TYPE_LOCAL_LIST_ONLY","features":[456]},{"name":"SV_TYPE_MASTER_BROWSER","features":[456]},{"name":"SV_TYPE_NOVELL","features":[456]},{"name":"SV_TYPE_NT","features":[456]},{"name":"SV_TYPE_PARMNUM","features":[456]},{"name":"SV_TYPE_POTENTIAL_BROWSER","features":[456]},{"name":"SV_TYPE_PRINTQ_SERVER","features":[456]},{"name":"SV_TYPE_SERVER","features":[456]},{"name":"SV_TYPE_SERVER_MFPN","features":[456]},{"name":"SV_TYPE_SERVER_NT","features":[456]},{"name":"SV_TYPE_SERVER_OSF","features":[456]},{"name":"SV_TYPE_SERVER_UNIX","features":[456]},{"name":"SV_TYPE_SERVER_VMS","features":[456]},{"name":"SV_TYPE_SQLSERVER","features":[456]},{"name":"SV_TYPE_TERMINALSERVER","features":[456]},{"name":"SV_TYPE_TIME_SOURCE","features":[456]},{"name":"SV_TYPE_WFW","features":[456]},{"name":"SV_TYPE_WINDOWS","features":[456]},{"name":"SV_TYPE_WORKSTATION","features":[456]},{"name":"SV_TYPE_XENIX_SERVER","features":[456]},{"name":"SV_ULIST_MTIME_PARMNUM","features":[456]},{"name":"SV_USERPATH_PARMNUM","features":[456]},{"name":"SV_USERSECURITY","features":[456]},{"name":"SV_USERS_PARMNUM","features":[456]},{"name":"SV_USERS_PER_LICENSE","features":[456]},{"name":"SV_VERSION_MAJOR_PARMNUM","features":[456]},{"name":"SV_VERSION_MINOR_PARMNUM","features":[456]},{"name":"SV_VISIBLE","features":[456]},{"name":"SV_XACTMEMSIZE_PARMNUM","features":[456]},{"name":"SW_AUTOPROF_LOAD_MASK","features":[456]},{"name":"SW_AUTOPROF_SAVE_MASK","features":[456]},{"name":"ServiceAccountPasswordGUID","features":[456]},{"name":"SetNetScheduleAccountInformation","features":[456]},{"name":"TIME_OF_DAY_INFO","features":[456]},{"name":"TITLE_SC_MESSAGE_BOX","features":[456]},{"name":"TRACE_NO_STDINFO","features":[456]},{"name":"TRACE_NO_SYNCH","features":[456]},{"name":"TRACE_USE_CONSOLE","features":[456]},{"name":"TRACE_USE_DATE","features":[456]},{"name":"TRACE_USE_FILE","features":[456]},{"name":"TRACE_USE_MASK","features":[456]},{"name":"TRACE_USE_MSEC","features":[456]},{"name":"TRANSPORT_INFO","features":[305,456]},{"name":"TRANSPORT_NAME_PARMNUM","features":[456]},{"name":"TRANSPORT_QUALITYOFSERVICE_PARMNUM","features":[456]},{"name":"TRANSPORT_TYPE","features":[456]},{"name":"TraceDeregisterA","features":[456]},{"name":"TraceDeregisterExA","features":[456]},{"name":"TraceDeregisterExW","features":[456]},{"name":"TraceDeregisterW","features":[456]},{"name":"TraceDumpExA","features":[305,456]},{"name":"TraceDumpExW","features":[305,456]},{"name":"TraceGetConsoleA","features":[305,456]},{"name":"TraceGetConsoleW","features":[305,456]},{"name":"TracePrintfA","features":[456]},{"name":"TracePrintfExA","features":[456]},{"name":"TracePrintfExW","features":[456]},{"name":"TracePrintfW","features":[456]},{"name":"TracePutsExA","features":[456]},{"name":"TracePutsExW","features":[456]},{"name":"TraceRegisterExA","features":[456]},{"name":"TraceRegisterExW","features":[456]},{"name":"TraceVprintfExA","features":[456]},{"name":"TraceVprintfExW","features":[456]},{"name":"UAS_ROLE_BACKUP","features":[456]},{"name":"UAS_ROLE_MEMBER","features":[456]},{"name":"UAS_ROLE_PRIMARY","features":[456]},{"name":"UAS_ROLE_STANDALONE","features":[456]},{"name":"UF_ACCOUNTDISABLE","features":[456]},{"name":"UF_DONT_EXPIRE_PASSWD","features":[456]},{"name":"UF_DONT_REQUIRE_PREAUTH","features":[456]},{"name":"UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[456]},{"name":"UF_HOMEDIR_REQUIRED","features":[456]},{"name":"UF_INTERDOMAIN_TRUST_ACCOUNT","features":[456]},{"name":"UF_LOCKOUT","features":[456]},{"name":"UF_MNS_LOGON_ACCOUNT","features":[456]},{"name":"UF_NORMAL_ACCOUNT","features":[456]},{"name":"UF_NOT_DELEGATED","features":[456]},{"name":"UF_NO_AUTH_DATA_REQUIRED","features":[456]},{"name":"UF_PARTIAL_SECRETS_ACCOUNT","features":[456]},{"name":"UF_PASSWD_CANT_CHANGE","features":[456]},{"name":"UF_PASSWD_NOTREQD","features":[456]},{"name":"UF_PASSWORD_EXPIRED","features":[456]},{"name":"UF_SCRIPT","features":[456]},{"name":"UF_SERVER_TRUST_ACCOUNT","features":[456]},{"name":"UF_SMARTCARD_REQUIRED","features":[456]},{"name":"UF_TEMP_DUPLICATE_ACCOUNT","features":[456]},{"name":"UF_TRUSTED_FOR_DELEGATION","features":[456]},{"name":"UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[456]},{"name":"UF_USE_AES_KEYS","features":[456]},{"name":"UF_USE_DES_KEY_ONLY","features":[456]},{"name":"UF_WORKSTATION_TRUST_ACCOUNT","features":[456]},{"name":"UNCLEN","features":[456]},{"name":"UNITS_PER_DAY","features":[456]},{"name":"UNLEN","features":[456]},{"name":"UPPER_GET_HINT_MASK","features":[456]},{"name":"UPPER_HINT_MASK","features":[456]},{"name":"USER_ACCOUNT_FLAGS","features":[456]},{"name":"USER_ACCT_EXPIRES_PARMNUM","features":[456]},{"name":"USER_AUTH_FLAGS_PARMNUM","features":[456]},{"name":"USER_CODE_PAGE_PARMNUM","features":[456]},{"name":"USER_COMMENT_PARMNUM","features":[456]},{"name":"USER_COUNTRY_CODE_PARMNUM","features":[456]},{"name":"USER_FLAGS_PARMNUM","features":[456]},{"name":"USER_FULL_NAME_PARMNUM","features":[456]},{"name":"USER_HOME_DIR_DRIVE_PARMNUM","features":[456]},{"name":"USER_HOME_DIR_PARMNUM","features":[456]},{"name":"USER_INFO_0","features":[456]},{"name":"USER_INFO_1","features":[456]},{"name":"USER_INFO_10","features":[456]},{"name":"USER_INFO_1003","features":[456]},{"name":"USER_INFO_1005","features":[456]},{"name":"USER_INFO_1006","features":[456]},{"name":"USER_INFO_1007","features":[456]},{"name":"USER_INFO_1008","features":[456]},{"name":"USER_INFO_1009","features":[456]},{"name":"USER_INFO_1010","features":[456]},{"name":"USER_INFO_1011","features":[456]},{"name":"USER_INFO_1012","features":[456]},{"name":"USER_INFO_1013","features":[456]},{"name":"USER_INFO_1014","features":[456]},{"name":"USER_INFO_1017","features":[456]},{"name":"USER_INFO_1018","features":[456]},{"name":"USER_INFO_1020","features":[456]},{"name":"USER_INFO_1023","features":[456]},{"name":"USER_INFO_1024","features":[456]},{"name":"USER_INFO_1025","features":[456]},{"name":"USER_INFO_1051","features":[456]},{"name":"USER_INFO_1052","features":[456]},{"name":"USER_INFO_1053","features":[456]},{"name":"USER_INFO_11","features":[456]},{"name":"USER_INFO_2","features":[456]},{"name":"USER_INFO_20","features":[456]},{"name":"USER_INFO_21","features":[456]},{"name":"USER_INFO_22","features":[456]},{"name":"USER_INFO_23","features":[456,309]},{"name":"USER_INFO_24","features":[305,456,309]},{"name":"USER_INFO_3","features":[456]},{"name":"USER_INFO_4","features":[456,309]},{"name":"USER_LAST_LOGOFF_PARMNUM","features":[456]},{"name":"USER_LAST_LOGON_PARMNUM","features":[456]},{"name":"USER_LOGON_HOURS_PARMNUM","features":[456]},{"name":"USER_LOGON_SERVER_PARMNUM","features":[456]},{"name":"USER_MAX_STORAGE_PARMNUM","features":[456]},{"name":"USER_MODALS_INFO_0","features":[456]},{"name":"USER_MODALS_INFO_1","features":[456]},{"name":"USER_MODALS_INFO_1001","features":[456]},{"name":"USER_MODALS_INFO_1002","features":[456]},{"name":"USER_MODALS_INFO_1003","features":[456]},{"name":"USER_MODALS_INFO_1004","features":[456]},{"name":"USER_MODALS_INFO_1005","features":[456]},{"name":"USER_MODALS_INFO_1006","features":[456]},{"name":"USER_MODALS_INFO_1007","features":[456]},{"name":"USER_MODALS_INFO_2","features":[456,309]},{"name":"USER_MODALS_INFO_3","features":[456]},{"name":"USER_MODALS_ROLES","features":[456]},{"name":"USER_NAME_PARMNUM","features":[456]},{"name":"USER_NUM_LOGONS_PARMNUM","features":[456]},{"name":"USER_OTHER_INFO","features":[456]},{"name":"USER_PAD_PW_COUNT_PARMNUM","features":[456]},{"name":"USER_PARMS_PARMNUM","features":[456]},{"name":"USER_PASSWORD_AGE_PARMNUM","features":[456]},{"name":"USER_PASSWORD_PARMNUM","features":[456]},{"name":"USER_PRIMARY_GROUP_PARMNUM","features":[456]},{"name":"USER_PRIV","features":[456]},{"name":"USER_PRIV_ADMIN","features":[456]},{"name":"USER_PRIV_GUEST","features":[456]},{"name":"USER_PRIV_MASK","features":[456]},{"name":"USER_PRIV_PARMNUM","features":[456]},{"name":"USER_PRIV_USER","features":[456]},{"name":"USER_PROFILE","features":[456]},{"name":"USER_PROFILE_PARMNUM","features":[456]},{"name":"USER_SCRIPT_PATH_PARMNUM","features":[456]},{"name":"USER_UNITS_PER_WEEK_PARMNUM","features":[456]},{"name":"USER_USR_COMMENT_PARMNUM","features":[456]},{"name":"USER_WORKSTATIONS_PARMNUM","features":[456]},{"name":"USE_ASGTYPE_PARMNUM","features":[456]},{"name":"USE_AUTHIDENTITY_PARMNUM","features":[456]},{"name":"USE_CHARDEV","features":[456]},{"name":"USE_CONN","features":[456]},{"name":"USE_DEFAULT_CREDENTIALS","features":[456]},{"name":"USE_DISCONN","features":[456]},{"name":"USE_DISKDEV","features":[456]},{"name":"USE_DOMAINNAME_PARMNUM","features":[456]},{"name":"USE_FLAGS_PARMNUM","features":[456]},{"name":"USE_FLAG_GLOBAL_MAPPING","features":[456]},{"name":"USE_FORCE","features":[456]},{"name":"USE_INFO_0","features":[456]},{"name":"USE_INFO_1","features":[456]},{"name":"USE_INFO_2","features":[456]},{"name":"USE_INFO_3","features":[456]},{"name":"USE_INFO_4","features":[456]},{"name":"USE_INFO_5","features":[456]},{"name":"USE_INFO_ASG_TYPE","features":[456]},{"name":"USE_IPC","features":[456]},{"name":"USE_LOCAL_PARMNUM","features":[456]},{"name":"USE_LOTS_OF_FORCE","features":[456]},{"name":"USE_NETERR","features":[456]},{"name":"USE_NOFORCE","features":[456]},{"name":"USE_OK","features":[456]},{"name":"USE_OPTIONS_PARMNUM","features":[456]},{"name":"USE_OPTION_DEFERRED_CONNECTION_PARAMETERS","features":[456]},{"name":"USE_OPTION_GENERIC","features":[456]},{"name":"USE_OPTION_PROPERTIES","features":[456]},{"name":"USE_OPTION_TRANSPORT_PARAMETERS","features":[456]},{"name":"USE_PASSWORD_PARMNUM","features":[456]},{"name":"USE_PAUSED","features":[456]},{"name":"USE_RECONN","features":[456]},{"name":"USE_REMOTE_PARMNUM","features":[456]},{"name":"USE_SD_PARMNUM","features":[456]},{"name":"USE_SESSLOST","features":[456]},{"name":"USE_SPECIFIC_TRANSPORT","features":[456]},{"name":"USE_SPOOLDEV","features":[456]},{"name":"USE_USERNAME_PARMNUM","features":[456]},{"name":"USE_WILDCARD","features":[456]},{"name":"UseTransportType_None","features":[456]},{"name":"UseTransportType_Quic","features":[456]},{"name":"UseTransportType_Wsk","features":[456]},{"name":"VALIDATED_LOGON","features":[456]},{"name":"VALID_LOGOFF","features":[456]},{"name":"WKSTA_BUFFERNAMEDPIPES_PARMNUM","features":[456]},{"name":"WKSTA_BUFFERREADONLYFILES_PARMNUM","features":[456]},{"name":"WKSTA_BUFFILESWITHDENYWRITE_PARMNUM","features":[456]},{"name":"WKSTA_CACHEFILETIMEOUT_PARMNUM","features":[456]},{"name":"WKSTA_CHARCOUNT_PARMNUM","features":[456]},{"name":"WKSTA_CHARTIME_PARMNUM","features":[456]},{"name":"WKSTA_CHARWAIT_PARMNUM","features":[456]},{"name":"WKSTA_COMPUTERNAME_PARMNUM","features":[456]},{"name":"WKSTA_DORMANTFILELIMIT_PARMNUM","features":[456]},{"name":"WKSTA_ERRLOGSZ_PARMNUM","features":[456]},{"name":"WKSTA_FORCECORECREATEMODE_PARMNUM","features":[456]},{"name":"WKSTA_INFO_100","features":[456]},{"name":"WKSTA_INFO_101","features":[456]},{"name":"WKSTA_INFO_1010","features":[456]},{"name":"WKSTA_INFO_1011","features":[456]},{"name":"WKSTA_INFO_1012","features":[456]},{"name":"WKSTA_INFO_1013","features":[456]},{"name":"WKSTA_INFO_1018","features":[456]},{"name":"WKSTA_INFO_102","features":[456]},{"name":"WKSTA_INFO_1023","features":[456]},{"name":"WKSTA_INFO_1027","features":[456]},{"name":"WKSTA_INFO_1028","features":[456]},{"name":"WKSTA_INFO_1032","features":[456]},{"name":"WKSTA_INFO_1033","features":[456]},{"name":"WKSTA_INFO_1041","features":[456]},{"name":"WKSTA_INFO_1042","features":[456]},{"name":"WKSTA_INFO_1043","features":[456]},{"name":"WKSTA_INFO_1044","features":[456]},{"name":"WKSTA_INFO_1045","features":[456]},{"name":"WKSTA_INFO_1046","features":[456]},{"name":"WKSTA_INFO_1047","features":[456]},{"name":"WKSTA_INFO_1048","features":[305,456]},{"name":"WKSTA_INFO_1049","features":[305,456]},{"name":"WKSTA_INFO_1050","features":[305,456]},{"name":"WKSTA_INFO_1051","features":[305,456]},{"name":"WKSTA_INFO_1052","features":[305,456]},{"name":"WKSTA_INFO_1053","features":[305,456]},{"name":"WKSTA_INFO_1054","features":[305,456]},{"name":"WKSTA_INFO_1055","features":[305,456]},{"name":"WKSTA_INFO_1056","features":[305,456]},{"name":"WKSTA_INFO_1057","features":[305,456]},{"name":"WKSTA_INFO_1058","features":[305,456]},{"name":"WKSTA_INFO_1059","features":[305,456]},{"name":"WKSTA_INFO_1060","features":[305,456]},{"name":"WKSTA_INFO_1061","features":[305,456]},{"name":"WKSTA_INFO_1062","features":[456]},{"name":"WKSTA_INFO_302","features":[456]},{"name":"WKSTA_INFO_402","features":[456]},{"name":"WKSTA_INFO_502","features":[305,456]},{"name":"WKSTA_KEEPCONN_PARMNUM","features":[456]},{"name":"WKSTA_KEEPSEARCH_PARMNUM","features":[456]},{"name":"WKSTA_LANGROUP_PARMNUM","features":[456]},{"name":"WKSTA_LANROOT_PARMNUM","features":[456]},{"name":"WKSTA_LOCKINCREMENT_PARMNUM","features":[456]},{"name":"WKSTA_LOCKMAXIMUM_PARMNUM","features":[456]},{"name":"WKSTA_LOCKQUOTA_PARMNUM","features":[456]},{"name":"WKSTA_LOGGED_ON_USERS_PARMNUM","features":[456]},{"name":"WKSTA_LOGON_DOMAIN_PARMNUM","features":[456]},{"name":"WKSTA_LOGON_SERVER_PARMNUM","features":[456]},{"name":"WKSTA_MAILSLOTS_PARMNUM","features":[456]},{"name":"WKSTA_MAXCMDS_PARMNUM","features":[456]},{"name":"WKSTA_MAXTHREADS_PARMNUM","features":[456]},{"name":"WKSTA_MAXWRKCACHE_PARMNUM","features":[456]},{"name":"WKSTA_NUMALERTS_PARMNUM","features":[456]},{"name":"WKSTA_NUMCHARBUF_PARMNUM","features":[456]},{"name":"WKSTA_NUMDGRAMBUF_PARMNUM","features":[456]},{"name":"WKSTA_NUMSERVICES_PARMNUM","features":[456]},{"name":"WKSTA_NUMWORKBUF_PARMNUM","features":[456]},{"name":"WKSTA_OTH_DOMAINS_PARMNUM","features":[456]},{"name":"WKSTA_PIPEINCREMENT_PARMNUM","features":[456]},{"name":"WKSTA_PIPEMAXIMUM_PARMNUM","features":[456]},{"name":"WKSTA_PLATFORM_ID_PARMNUM","features":[456]},{"name":"WKSTA_PRINTBUFTIME_PARMNUM","features":[456]},{"name":"WKSTA_READAHEADTHRUPUT_PARMNUM","features":[456]},{"name":"WKSTA_SESSTIMEOUT_PARMNUM","features":[456]},{"name":"WKSTA_SIZCHARBUF_PARMNUM","features":[456]},{"name":"WKSTA_SIZERROR_PARMNUM","features":[456]},{"name":"WKSTA_SIZWORKBUF_PARMNUM","features":[456]},{"name":"WKSTA_TRANSPORT_INFO_0","features":[305,456]},{"name":"WKSTA_USE512BYTESMAXTRANSFER_PARMNUM","features":[456]},{"name":"WKSTA_USECLOSEBEHIND_PARMNUM","features":[456]},{"name":"WKSTA_USEENCRYPTION_PARMNUM","features":[456]},{"name":"WKSTA_USELOCKANDREADANDUNLOCK_PARMNUM","features":[456]},{"name":"WKSTA_USEOPPORTUNISTICLOCKING_PARMNUM","features":[456]},{"name":"WKSTA_USERAWREAD_PARMNUM","features":[456]},{"name":"WKSTA_USERAWWRITE_PARMNUM","features":[456]},{"name":"WKSTA_USER_INFO_0","features":[456]},{"name":"WKSTA_USER_INFO_1","features":[456]},{"name":"WKSTA_USER_INFO_1101","features":[456]},{"name":"WKSTA_USEUNLOCKBEHIND_PARMNUM","features":[456]},{"name":"WKSTA_USEWRITERAWWITHDATA_PARMNUM","features":[456]},{"name":"WKSTA_UTILIZENTCACHING_PARMNUM","features":[456]},{"name":"WKSTA_VER_MAJOR_PARMNUM","features":[456]},{"name":"WKSTA_VER_MINOR_PARMNUM","features":[456]},{"name":"WKSTA_WRKHEURISTICS_PARMNUM","features":[456]},{"name":"WORKERFUNCTION","features":[456]},{"name":"WORKSTATION_DISPLAY_NAME","features":[456]},{"name":"WZC_PROFILE_API_ERROR_FAILED_TO_LOAD_SCHEMA","features":[456]},{"name":"WZC_PROFILE_API_ERROR_FAILED_TO_LOAD_XML","features":[456]},{"name":"WZC_PROFILE_API_ERROR_INTERNAL","features":[456]},{"name":"WZC_PROFILE_API_ERROR_NOT_SUPPORTED","features":[456]},{"name":"WZC_PROFILE_API_ERROR_XML_VALIDATION_FAILED","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ALLOWED","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ALLOWED_KEY_REQUIRED","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_1X_NOT_ENABLED_KEY_PROVIDED","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_EAP_METHOD_NOT_APPLICABLE","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_EAP_METHOD_REQUIRED","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_INVALID_AUTH_FOR_CONNECTION_TYPE","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_INVALID_ENCRYPTION_FOR_AUTHMODE","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_INDEX_NOT_APPLICABLE","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_INDEX_REQUIRED","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_KEY_REQUIRED","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_WPA_ENCRYPTION_NOT_SUPPORTED","features":[456]},{"name":"WZC_PROFILE_CONFIG_ERROR_WPA_NOT_SUPPORTED","features":[456]},{"name":"WZC_PROFILE_SET_ERROR_DUPLICATE_NETWORK","features":[456]},{"name":"WZC_PROFILE_SET_ERROR_MEMORY_ALLOCATION","features":[456]},{"name":"WZC_PROFILE_SET_ERROR_READING_1X_CONFIG","features":[456]},{"name":"WZC_PROFILE_SET_ERROR_WRITING_1X_CONFIG","features":[456]},{"name":"WZC_PROFILE_SET_ERROR_WRITING_WZC_CFG","features":[456]},{"name":"WZC_PROFILE_SUCCESS","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_1X_ENABLED","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_AUTHENTICATION","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_BAD_KEY_INDEX","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_BAD_NETWORK_KEY","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_BAD_SSID","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_BAD_VERSION","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_CONNECTION_TYPE","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_EAP_METHOD","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_ENCRYPTION","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_KEY_INDEX_RANGE","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_KEY_PROVIDED_AUTOMATICALLY","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_NO_VERSION","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_SSID_NOT_FOUND","features":[456]},{"name":"WZC_PROFILE_XML_ERROR_UNSUPPORTED_VERSION","features":[456]}],"461":[{"name":"CMD_ENTRY","features":[305,457]},{"name":"CMD_FLAG_HIDDEN","features":[457]},{"name":"CMD_FLAG_INTERACTIVE","features":[457]},{"name":"CMD_FLAG_LIMIT_MASK","features":[457]},{"name":"CMD_FLAG_LOCAL","features":[457]},{"name":"CMD_FLAG_ONLINE","features":[457]},{"name":"CMD_FLAG_PRIORITY","features":[457]},{"name":"CMD_FLAG_PRIVATE","features":[457]},{"name":"CMD_GROUP_ENTRY","features":[305,457]},{"name":"DEFAULT_CONTEXT_PRIORITY","features":[457]},{"name":"ERROR_CMD_NOT_FOUND","features":[457]},{"name":"ERROR_CONTEXT_ALREADY_REGISTERED","features":[457]},{"name":"ERROR_CONTINUE_IN_PARENT_CONTEXT","features":[457]},{"name":"ERROR_DLL_LOAD_FAILED","features":[457]},{"name":"ERROR_ENTRY_PT_NOT_FOUND","features":[457]},{"name":"ERROR_HELPER_ALREADY_REGISTERED","features":[457]},{"name":"ERROR_INIT_DISPLAY","features":[457]},{"name":"ERROR_INVALID_OPTION_TAG","features":[457]},{"name":"ERROR_INVALID_OPTION_VALUE","features":[457]},{"name":"ERROR_INVALID_SYNTAX","features":[457]},{"name":"ERROR_MISSING_OPTION","features":[457]},{"name":"ERROR_NO_CHANGE","features":[457]},{"name":"ERROR_NO_ENTRIES","features":[457]},{"name":"ERROR_NO_TAG","features":[457]},{"name":"ERROR_OKAY","features":[457]},{"name":"ERROR_PARSING_FAILURE","features":[457]},{"name":"ERROR_PROTOCOL_NOT_IN_TRANSPORT","features":[457]},{"name":"ERROR_SHOW_USAGE","features":[457]},{"name":"ERROR_SUPPRESS_OUTPUT","features":[457]},{"name":"ERROR_TAG_ALREADY_PRESENT","features":[457]},{"name":"ERROR_TRANSPORT_NOT_PRESENT","features":[457]},{"name":"GET_RESOURCE_STRING_FN_NAME","features":[457]},{"name":"MAX_NAME_LEN","features":[457]},{"name":"MatchEnumTag","features":[305,457]},{"name":"MatchToken","features":[305,457]},{"name":"NETSH_ARG_DELIMITER","features":[457]},{"name":"NETSH_CMD_DELIMITER","features":[457]},{"name":"NETSH_COMMIT","features":[457]},{"name":"NETSH_COMMIT_STATE","features":[457]},{"name":"NETSH_ERROR_BASE","features":[457]},{"name":"NETSH_ERROR_END","features":[457]},{"name":"NETSH_FLUSH","features":[457]},{"name":"NETSH_MAX_CMD_TOKEN_LENGTH","features":[457]},{"name":"NETSH_MAX_TOKEN_LENGTH","features":[457]},{"name":"NETSH_SAVE","features":[457]},{"name":"NETSH_UNCOMMIT","features":[457]},{"name":"NETSH_VERSION_50","features":[457]},{"name":"NS_CMD_FLAGS","features":[457]},{"name":"NS_CONTEXT_ATTRIBUTES","features":[305,457]},{"name":"NS_EVENTS","features":[457]},{"name":"NS_EVENT_FROM_N","features":[457]},{"name":"NS_EVENT_FROM_START","features":[457]},{"name":"NS_EVENT_LAST_N","features":[457]},{"name":"NS_EVENT_LAST_SECS","features":[457]},{"name":"NS_EVENT_LOOP","features":[457]},{"name":"NS_GET_EVENT_IDS_FN_NAME","features":[457]},{"name":"NS_HELPER_ATTRIBUTES","features":[457]},{"name":"NS_MODE_CHANGE","features":[457]},{"name":"NS_REQS","features":[457]},{"name":"NS_REQ_ALLOW_MULTIPLE","features":[457]},{"name":"NS_REQ_ONE_OR_MORE","features":[457]},{"name":"NS_REQ_PRESENT","features":[457]},{"name":"NS_REQ_ZERO","features":[457]},{"name":"PFN_CUSTOM_HELP","features":[305,457]},{"name":"PFN_HANDLE_CMD","features":[305,457]},{"name":"PGET_RESOURCE_STRING_FN","features":[457]},{"name":"PNS_CONTEXT_COMMIT_FN","features":[457]},{"name":"PNS_CONTEXT_CONNECT_FN","features":[457]},{"name":"PNS_CONTEXT_DUMP_FN","features":[457]},{"name":"PNS_DLL_INIT_FN","features":[457]},{"name":"PNS_DLL_STOP_FN","features":[457]},{"name":"PNS_HELPER_START_FN","features":[457]},{"name":"PNS_HELPER_STOP_FN","features":[457]},{"name":"PNS_OSVERSIONCHECK","features":[305,457]},{"name":"PreprocessCommand","features":[305,457]},{"name":"PrintError","features":[305,457]},{"name":"PrintMessage","features":[457]},{"name":"PrintMessageFromModule","features":[305,457]},{"name":"RegisterContext","features":[305,457]},{"name":"RegisterHelper","features":[457]},{"name":"TAG_TYPE","features":[305,457]},{"name":"TOKEN_VALUE","features":[457]}],"462":[{"name":"ATTRIBUTE_TYPE","features":[458]},{"name":"AT_BOOLEAN","features":[458]},{"name":"AT_GUID","features":[458]},{"name":"AT_INT16","features":[458]},{"name":"AT_INT32","features":[458]},{"name":"AT_INT64","features":[458]},{"name":"AT_INT8","features":[458]},{"name":"AT_INVALID","features":[458]},{"name":"AT_LIFE_TIME","features":[458]},{"name":"AT_OCTET_STRING","features":[458]},{"name":"AT_SOCKADDR","features":[458]},{"name":"AT_STRING","features":[458]},{"name":"AT_UINT16","features":[458]},{"name":"AT_UINT32","features":[458]},{"name":"AT_UINT64","features":[458]},{"name":"AT_UINT8","features":[458]},{"name":"DF_IMPERSONATION","features":[458]},{"name":"DF_TRACELESS","features":[458]},{"name":"DIAGNOSIS_STATUS","features":[458]},{"name":"DIAG_SOCKADDR","features":[458]},{"name":"DS_CONFIRMED","features":[458]},{"name":"DS_DEFERRED","features":[458]},{"name":"DS_INDETERMINATE","features":[458]},{"name":"DS_NOT_IMPLEMENTED","features":[458]},{"name":"DS_PASSTHROUGH","features":[458]},{"name":"DS_REJECTED","features":[458]},{"name":"DiagnosticsInfo","features":[458]},{"name":"HELPER_ATTRIBUTE","features":[305,458]},{"name":"HYPOTHESIS","features":[305,458]},{"name":"HelperAttributeInfo","features":[458]},{"name":"HypothesisResult","features":[305,458]},{"name":"INetDiagExtensibleHelper","features":[458]},{"name":"INetDiagHelper","features":[458]},{"name":"INetDiagHelperEx","features":[458]},{"name":"INetDiagHelperInfo","features":[458]},{"name":"INetDiagHelperUtilFactory","features":[458]},{"name":"LIFE_TIME","features":[305,458]},{"name":"NDF_ADD_CAPTURE_TRACE","features":[458]},{"name":"NDF_APPLY_INCLUSION_LIST_FILTER","features":[458]},{"name":"NDF_ERROR_START","features":[458]},{"name":"NDF_E_BAD_PARAM","features":[458]},{"name":"NDF_E_CANCELLED","features":[458]},{"name":"NDF_E_DISABLED","features":[458]},{"name":"NDF_E_LENGTH_EXCEEDED","features":[458]},{"name":"NDF_E_NOHELPERCLASS","features":[458]},{"name":"NDF_E_PROBLEM_PRESENT","features":[458]},{"name":"NDF_E_UNKNOWN","features":[458]},{"name":"NDF_E_VALIDATION","features":[458]},{"name":"NDF_INBOUND_FLAG_EDGETRAVERSAL","features":[458]},{"name":"NDF_INBOUND_FLAG_HEALTHCHECK","features":[458]},{"name":"NdfCancelIncident","features":[458]},{"name":"NdfCloseIncident","features":[458]},{"name":"NdfCreateConnectivityIncident","features":[458]},{"name":"NdfCreateDNSIncident","features":[458]},{"name":"NdfCreateGroupingIncident","features":[458,319]},{"name":"NdfCreateIncident","features":[305,458]},{"name":"NdfCreateNetConnectionIncident","features":[458]},{"name":"NdfCreatePnrpIncident","features":[305,458]},{"name":"NdfCreateSharingIncident","features":[458]},{"name":"NdfCreateWebIncident","features":[458]},{"name":"NdfCreateWebIncidentEx","features":[305,458]},{"name":"NdfCreateWinSockIncident","features":[458,319,309]},{"name":"NdfDiagnoseIncident","features":[458]},{"name":"NdfExecuteDiagnosis","features":[305,458]},{"name":"NdfGetTraceFile","features":[458]},{"name":"NdfRepairIncident","features":[458]},{"name":"OCTET_STRING","features":[458]},{"name":"PROBLEM_TYPE","features":[458]},{"name":"PT_DOWN_STREAM_HEALTH","features":[458]},{"name":"PT_HIGHER_UTILIZATION","features":[458]},{"name":"PT_HIGH_UTILIZATION","features":[458]},{"name":"PT_INVALID","features":[458]},{"name":"PT_LOWER_HEALTH","features":[458]},{"name":"PT_LOW_HEALTH","features":[458]},{"name":"PT_UP_STREAM_UTILIZATION","features":[458]},{"name":"RCF_ISCONFIRMED","features":[458]},{"name":"RCF_ISLEAF","features":[458]},{"name":"RCF_ISTHIRDPARTY","features":[458]},{"name":"REPAIR_RISK","features":[458]},{"name":"REPAIR_SCOPE","features":[458]},{"name":"REPAIR_STATUS","features":[458]},{"name":"RF_CONTACT_ADMIN","features":[458]},{"name":"RF_INFORMATION_ONLY","features":[458]},{"name":"RF_REPRO","features":[458]},{"name":"RF_RESERVED","features":[458]},{"name":"RF_RESERVED_CA","features":[458]},{"name":"RF_RESERVED_LNI","features":[458]},{"name":"RF_SHOW_EVENTS","features":[458]},{"name":"RF_UI_ONLY","features":[458]},{"name":"RF_USER_ACTION","features":[458]},{"name":"RF_USER_CONFIRMATION","features":[458]},{"name":"RF_VALIDATE_HELPTOPIC","features":[458]},{"name":"RF_WORKAROUND","features":[458]},{"name":"RR_NORISK","features":[458]},{"name":"RR_NOROLLBACK","features":[458]},{"name":"RR_ROLLBACK","features":[458]},{"name":"RS_APPLICATION","features":[458]},{"name":"RS_DEFERRED","features":[458]},{"name":"RS_NOT_IMPLEMENTED","features":[458]},{"name":"RS_PROCESS","features":[458]},{"name":"RS_REPAIRED","features":[458]},{"name":"RS_SYSTEM","features":[458]},{"name":"RS_UNREPAIRED","features":[458]},{"name":"RS_USER","features":[458]},{"name":"RS_USER_ACTION","features":[458]},{"name":"RepairInfo","features":[458]},{"name":"RepairInfoEx","features":[458]},{"name":"RootCauseInfo","features":[458]},{"name":"ShellCommandInfo","features":[458]},{"name":"UIT_DUI","features":[458]},{"name":"UIT_HELP_PANE","features":[458]},{"name":"UIT_INVALID","features":[458]},{"name":"UIT_NONE","features":[458]},{"name":"UIT_SHELL_COMMAND","features":[458]},{"name":"UI_INFO_TYPE","features":[458]},{"name":"UiInfo","features":[458]}],"463":[{"name":"ACCOUNTINGPROPERTIES","features":[459]},{"name":"ALLOWEDIN8021X","features":[459]},{"name":"ALLOWEDINCONDITION","features":[459]},{"name":"ALLOWEDINPROFILE","features":[459]},{"name":"ALLOWEDINPROXYCONDITION","features":[459]},{"name":"ALLOWEDINPROXYPROFILE","features":[459]},{"name":"ALLOWEDINVPNDIALUP","features":[459]},{"name":"ATTRIBUTEFILTER","features":[459]},{"name":"ATTRIBUTEID","features":[459]},{"name":"ATTRIBUTEINFO","features":[459]},{"name":"ATTRIBUTEPROPERTIES","features":[459]},{"name":"ATTRIBUTERESTRICTIONS","features":[459]},{"name":"ATTRIBUTESYNTAX","features":[459]},{"name":"ATTRIBUTE_FILTER_IEEE_802_1x","features":[459]},{"name":"ATTRIBUTE_FILTER_NONE","features":[459]},{"name":"ATTRIBUTE_FILTER_VPN_DIALUP","features":[459]},{"name":"ATTRIBUTE_MIN_VALUE","features":[459]},{"name":"ATTRIBUTE_UNDEFINED","features":[459]},{"name":"AUTHENTICATION_TYPE","features":[459]},{"name":"AUTHSRV_AUTHORIZATION_VALUE_W","features":[459]},{"name":"AUTHSRV_ENFORCE_NP_FOR_PAP_CHALLENGE_RESPONSE_VALUE_W","features":[459]},{"name":"AUTHSRV_EXTENSIONS_VALUE_W","features":[459]},{"name":"AUTHSRV_PARAMETERS_KEY_W","features":[459]},{"name":"CLIENTPROPERTIES","features":[459]},{"name":"CONDITIONPROPERTIES","features":[459]},{"name":"DATA_STORE_DIRECTORY","features":[459]},{"name":"DATA_STORE_LOCAL","features":[459]},{"name":"DESCRIPTION","features":[459]},{"name":"DICTIONARYPROPERTIES","features":[459]},{"name":"DOMAIN_TYPE_MIXED","features":[459]},{"name":"DOMAIN_TYPE_NONE","features":[459]},{"name":"DOMAIN_TYPE_NT4","features":[459]},{"name":"DOMAIN_TYPE_NT5","features":[459]},{"name":"IASCOMMONPROPERTIES","features":[459]},{"name":"IASCOMPONENTPROPERTIES","features":[459]},{"name":"IASDATASTORE","features":[459]},{"name":"IASDOMAINTYPE","features":[459]},{"name":"IASOSTYPE","features":[459]},{"name":"IASPROPERTIES","features":[459]},{"name":"IAS_ATTRIBUTE_ABSOLUTE_TIME","features":[459]},{"name":"IAS_ATTRIBUTE_ACCEPT_REASON_CODE","features":[459]},{"name":"IAS_ATTRIBUTE_ACCT_PROVIDER_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_ACCT_PROVIDER_TYPE","features":[459]},{"name":"IAS_ATTRIBUTE_ALLOWED_CERTIFICATE_EKU","features":[459]},{"name":"IAS_ATTRIBUTE_ALLOW_DIALIN","features":[459]},{"name":"IAS_ATTRIBUTE_AUTHENTICATION_TYPE","features":[459]},{"name":"IAS_ATTRIBUTE_AUTH_PROVIDER_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_AUTH_PROVIDER_TYPE","features":[459]},{"name":"IAS_ATTRIBUTE_CERTIFICATE_EKU","features":[459]},{"name":"IAS_ATTRIBUTE_CERTIFICATE_THUMBPRINT","features":[459]},{"name":"IAS_ATTRIBUTE_CLEAR_TEXT_PASSWORD","features":[459]},{"name":"IAS_ATTRIBUTE_CLIENT_IP_ADDRESS","features":[459]},{"name":"IAS_ATTRIBUTE_CLIENT_IPv6_ADDRESS","features":[459]},{"name":"IAS_ATTRIBUTE_CLIENT_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_CLIENT_PACKET_HEADER","features":[459]},{"name":"IAS_ATTRIBUTE_CLIENT_QUARANTINE_COMPATIBLE","features":[459]},{"name":"IAS_ATTRIBUTE_CLIENT_UDP_PORT","features":[459]},{"name":"IAS_ATTRIBUTE_CLIENT_VENDOR_TYPE","features":[459]},{"name":"IAS_ATTRIBUTE_EAP_CONFIG","features":[459]},{"name":"IAS_ATTRIBUTE_EAP_FRIENDLY_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_EAP_SESSION","features":[459]},{"name":"IAS_ATTRIBUTE_EAP_TYPEID","features":[459]},{"name":"IAS_ATTRIBUTE_EAP_TYPES_CONFIGURED_IN_PROXYPOLICY","features":[459]},{"name":"IAS_ATTRIBUTE_EXTENSION_STATE","features":[459]},{"name":"IAS_ATTRIBUTE_FULLY_QUALIFIED_MACHINE_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_FULLY_QUALIFIED_USER_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_GENERATE_CLASS_ATTRIBUTE","features":[459]},{"name":"IAS_ATTRIBUTE_GENERATE_SESSION_TIMEOUT","features":[459]},{"name":"IAS_ATTRIBUTE_IGNORE_USER_DIALIN_PROPERTIES","features":[459]},{"name":"IAS_ATTRIBUTE_IS_REPLAY","features":[459]},{"name":"IAS_ATTRIBUTE_LOGGING_RESULT","features":[459]},{"name":"IAS_ATTRIBUTE_MACHINE_INVENTORY","features":[459]},{"name":"IAS_ATTRIBUTE_MACHINE_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_MACHINE_NTGROUPS","features":[459]},{"name":"IAS_ATTRIBUTE_MACHINE_TOKEN_GROUPS","features":[459]},{"name":"IAS_ATTRIBUTE_MACHINE_TOKEN_SID","features":[459]},{"name":"IAS_ATTRIBUTE_MACHINE_VALIDATED","features":[459]},{"name":"IAS_ATTRIBUTE_MANIPULATION_RULE","features":[459]},{"name":"IAS_ATTRIBUTE_MANIPULATION_TARGET","features":[459]},{"name":"IAS_ATTRIBUTE_NAME_MAPPED","features":[459]},{"name":"IAS_ATTRIBUTE_NP_ALLOWED_EAP_TYPE","features":[459]},{"name":"IAS_ATTRIBUTE_NP_ALLOWED_PORT_TYPES","features":[459]},{"name":"IAS_ATTRIBUTE_NP_AUTHENTICATION_TYPE","features":[459]},{"name":"IAS_ATTRIBUTE_NP_CALLED_STATION_ID","features":[459]},{"name":"IAS_ATTRIBUTE_NP_CALLING_STATION_ID","features":[459]},{"name":"IAS_ATTRIBUTE_NP_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_NP_PEAPUPFRONT_ENABLED","features":[459]},{"name":"IAS_ATTRIBUTE_NP_TIME_OF_DAY","features":[459]},{"name":"IAS_ATTRIBUTE_NT4_ACCOUNT_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_NT4_HCAP_ACCOUNT_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_NT4_MACHINE_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_NTGROUPS","features":[459]},{"name":"IAS_ATTRIBUTE_ORIGINAL_USER_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_OVERRIDE_RAP_AUTH","features":[459]},{"name":"IAS_ATTRIBUTE_PACKET_TYPE","features":[459]},{"name":"IAS_ATTRIBUTE_PASSPORT_USER_MAPPING_UPN_SUFFIX","features":[459]},{"name":"IAS_ATTRIBUTE_PEAP_CHANNEL_UP","features":[459]},{"name":"IAS_ATTRIBUTE_PEAP_EMBEDDED_EAP_TYPEID","features":[459]},{"name":"IAS_ATTRIBUTE_PEAP_FAST_ROAMED_SESSION","features":[459]},{"name":"IAS_ATTRIBUTE_POLICY_ENFORCED","features":[459]},{"name":"IAS_ATTRIBUTE_POLICY_EVALUATED_SHV","features":[459]},{"name":"IAS_ATTRIBUTE_PROVIDER_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_PROVIDER_TYPE","features":[459]},{"name":"IAS_ATTRIBUTE_PROXY_EAP_CONFIG","features":[459]},{"name":"IAS_ATTRIBUTE_PROXY_POLICY_NAME","features":[459]},{"name":"IAS_ATTRIBUTE_PROXY_RETRY_COUNT","features":[459]},{"name":"IAS_ATTRIBUTE_QUARANTINE_FIXUP_SERVERS","features":[459]},{"name":"IAS_ATTRIBUTE_QUARANTINE_FIXUP_SERVERS_CONFIGURATION","features":[459]},{"name":"IAS_ATTRIBUTE_QUARANTINE_SESSION_HANDLE","features":[459]},{"name":"IAS_ATTRIBUTE_QUARANTINE_SESSION_ID","features":[459]},{"name":"IAS_ATTRIBUTE_QUARANTINE_SYSTEM_HEALTH_RESULT","features":[459]},{"name":"IAS_ATTRIBUTE_QUARANTINE_SYSTEM_HEALTH_VALIDATORS","features":[459]},{"name":"IAS_ATTRIBUTE_QUARANTINE_UPDATE_NON_COMPLIANT","features":[459]},{"name":"IAS_ATTRIBUTE_QUARANTINE_URL","features":[459]},{"name":"IAS_ATTRIBUTE_RADIUS_USERNAME_ENCODING_ASCII","features":[459]},{"name":"IAS_ATTRIBUTE_REASON_CODE","features":[459]},{"name":"IAS_ATTRIBUTE_REJECT_REASON_CODE","features":[459]},{"name":"IAS_ATTRIBUTE_REMOTE_RADIUS_TO_WINDOWS_USER_MAPPING","features":[459]},{"name":"IAS_ATTRIBUTE_REMOTE_SERVER_ADDRESS","features":[459]},{"name":"IAS_ATTRIBUTE_REQUEST_ID","features":[459]},{"name":"IAS_ATTRIBUTE_REQUEST_START_TIME","features":[459]},{"name":"IAS_ATTRIBUTE_SAVED_MACHINE_HEALTHCHECK_ONLY","features":[459]},{"name":"IAS_ATTRIBUTE_SAVED_NP_CALLING_STATION_ID","features":[459]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_CALLBACK_NUMBER","features":[459]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_FRAMED_INTERFACE_ID","features":[459]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_FRAMED_IP_ADDRESS","features":[459]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_FRAMED_IPv6_PREFIX","features":[459]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_FRAMED_IPv6_ROUTE","features":[459]},{"name":"IAS_ATTRIBUTE_SAVED_RADIUS_FRAMED_ROUTE","features":[459]},{"name":"IAS_ATTRIBUTE_SERVER_IP_ADDRESS","features":[459]},{"name":"IAS_ATTRIBUTE_SERVER_IPv6_ADDRESS","features":[459]},{"name":"IAS_ATTRIBUTE_SESSION_TIMEOUT","features":[459]},{"name":"IAS_ATTRIBUTE_SHARED_SECRET","features":[459]},{"name":"IAS_ATTRIBUTE_SOH_CARRIER_EAPTLV","features":[459]},{"name":"IAS_ATTRIBUTE_TOKEN_GROUPS","features":[459]},{"name":"IAS_ATTRIBUTE_TUNNEL_TAG","features":[459]},{"name":"IAS_ATTRIBUTE_USER_NTGROUPS","features":[459]},{"name":"IAS_ATTRIBUTE_USER_TOKEN_GROUPS","features":[459]},{"name":"IAS_ATTRIBUTE_USER_TOKEN_SID","features":[459]},{"name":"IAS_AUTH_ARAP","features":[459]},{"name":"IAS_AUTH_CUSTOM","features":[459]},{"name":"IAS_AUTH_EAP","features":[459]},{"name":"IAS_AUTH_INVALID","features":[459]},{"name":"IAS_AUTH_MD5CHAP","features":[459]},{"name":"IAS_AUTH_MSCHAP","features":[459]},{"name":"IAS_AUTH_MSCHAP2","features":[459]},{"name":"IAS_AUTH_MSCHAP2_CPW","features":[459]},{"name":"IAS_AUTH_MSCHAP_CPW","features":[459]},{"name":"IAS_AUTH_NONE","features":[459]},{"name":"IAS_AUTH_PAP","features":[459]},{"name":"IAS_AUTH_PEAP","features":[459]},{"name":"IAS_IDENTITY_NO_DEFAULT","features":[459]},{"name":"IAS_LOGGING_DAILY","features":[459]},{"name":"IAS_LOGGING_MONTHLY","features":[459]},{"name":"IAS_LOGGING_UNLIMITED_SIZE","features":[459]},{"name":"IAS_LOGGING_WEEKLY","features":[459]},{"name":"IAS_LOGGING_WHEN_FILE_SIZE_REACHES","features":[459]},{"name":"IAS_SYNTAX_BOOLEAN","features":[459]},{"name":"IAS_SYNTAX_ENUMERATOR","features":[459]},{"name":"IAS_SYNTAX_INETADDR","features":[459]},{"name":"IAS_SYNTAX_INETADDR6","features":[459]},{"name":"IAS_SYNTAX_INTEGER","features":[459]},{"name":"IAS_SYNTAX_OCTETSTRING","features":[459]},{"name":"IAS_SYNTAX_PROVIDERSPECIFIC","features":[459]},{"name":"IAS_SYNTAX_STRING","features":[459]},{"name":"IAS_SYNTAX_UNSIGNEDINTEGER","features":[459]},{"name":"IAS_SYNTAX_UTCTIME","features":[459]},{"name":"IDENTITY_TYPE","features":[459]},{"name":"IPFILTERPROPERTIES","features":[459]},{"name":"ISdo","features":[459,358]},{"name":"ISdoCollection","features":[459,358]},{"name":"ISdoDictionaryOld","features":[459,358]},{"name":"ISdoMachine","features":[459,358]},{"name":"ISdoMachine2","features":[459,358]},{"name":"ISdoServiceControl","features":[459,358]},{"name":"ITemplateSdo","features":[459,358]},{"name":"LDAPNAME","features":[459]},{"name":"MS_ATTRIBUTE_ACCT_AUTH_TYPE","features":[459]},{"name":"MS_ATTRIBUTE_ACCT_EAP_TYPE","features":[459]},{"name":"MS_ATTRIBUTE_AFW_PROTECTION_LEVEL","features":[459]},{"name":"MS_ATTRIBUTE_AFW_QUARANTINE_ZONE","features":[459]},{"name":"MS_ATTRIBUTE_AZURE_POLICY_ID","features":[459]},{"name":"MS_ATTRIBUTE_CHAP2_CPW","features":[459]},{"name":"MS_ATTRIBUTE_CHAP2_RESPONSE","features":[459]},{"name":"MS_ATTRIBUTE_CHAP2_SUCCESS","features":[459]},{"name":"MS_ATTRIBUTE_CHAP_CHALLENGE","features":[459]},{"name":"MS_ATTRIBUTE_CHAP_CPW1","features":[459]},{"name":"MS_ATTRIBUTE_CHAP_CPW2","features":[459]},{"name":"MS_ATTRIBUTE_CHAP_DOMAIN","features":[459]},{"name":"MS_ATTRIBUTE_CHAP_ERROR","features":[459]},{"name":"MS_ATTRIBUTE_CHAP_LM_ENC_PW","features":[459]},{"name":"MS_ATTRIBUTE_CHAP_MPPE_KEYS","features":[459]},{"name":"MS_ATTRIBUTE_CHAP_NT_ENC_PW","features":[459]},{"name":"MS_ATTRIBUTE_CHAP_RESPONSE","features":[459]},{"name":"MS_ATTRIBUTE_EAP_TLV","features":[459]},{"name":"MS_ATTRIBUTE_EXTENDED_QUARANTINE_STATE","features":[459]},{"name":"MS_ATTRIBUTE_FILTER","features":[459]},{"name":"MS_ATTRIBUTE_HCAP_LOCATION_GROUP_NAME","features":[459]},{"name":"MS_ATTRIBUTE_HCAP_USER_GROUPS","features":[459]},{"name":"MS_ATTRIBUTE_HCAP_USER_NAME","features":[459]},{"name":"MS_ATTRIBUTE_IDENTITY_TYPE","features":[459]},{"name":"MS_ATTRIBUTE_IPV4_REMEDIATION_SERVERS","features":[459]},{"name":"MS_ATTRIBUTE_IPV6_REMEDIATION_SERVERS","features":[459]},{"name":"MS_ATTRIBUTE_IPv6_FILTER","features":[459]},{"name":"MS_ATTRIBUTE_MACHINE_NAME","features":[459]},{"name":"MS_ATTRIBUTE_MPPE_RECV_KEY","features":[459]},{"name":"MS_ATTRIBUTE_MPPE_SEND_KEY","features":[459]},{"name":"MS_ATTRIBUTE_NETWORK_ACCESS_SERVER_TYPE","features":[459]},{"name":"MS_ATTRIBUTE_NOT_QUARANTINE_CAPABLE","features":[459]},{"name":"MS_ATTRIBUTE_PRIMARY_DNS_SERVER","features":[459]},{"name":"MS_ATTRIBUTE_PRIMARY_NBNS_SERVER","features":[459]},{"name":"MS_ATTRIBUTE_QUARANTINE_GRACE_TIME","features":[459]},{"name":"MS_ATTRIBUTE_QUARANTINE_GRACE_TIME_CONFIGURATION","features":[459]},{"name":"MS_ATTRIBUTE_QUARANTINE_IPFILTER","features":[459]},{"name":"MS_ATTRIBUTE_QUARANTINE_SESSION_TIMEOUT","features":[459]},{"name":"MS_ATTRIBUTE_QUARANTINE_SOH","features":[459]},{"name":"MS_ATTRIBUTE_QUARANTINE_STATE","features":[459]},{"name":"MS_ATTRIBUTE_QUARANTINE_USER_CLASS","features":[459]},{"name":"MS_ATTRIBUTE_RAS_CLIENT_NAME","features":[459]},{"name":"MS_ATTRIBUTE_RAS_CLIENT_VERSION","features":[459]},{"name":"MS_ATTRIBUTE_RAS_CORRELATION_ID","features":[459]},{"name":"MS_ATTRIBUTE_RAS_ROUTING_DOMAIN_ID","features":[459]},{"name":"MS_ATTRIBUTE_RAS_VENDOR","features":[459]},{"name":"MS_ATTRIBUTE_RAS_VERSION","features":[459]},{"name":"MS_ATTRIBUTE_SECONDARY_DNS_SERVER","features":[459]},{"name":"MS_ATTRIBUTE_SECONDARY_NBNS_SERVER","features":[459]},{"name":"MS_ATTRIBUTE_SERVICE_CLASS","features":[459]},{"name":"MS_ATTRIBUTE_TSG_DEVICE_REDIRECTION","features":[459]},{"name":"MS_ATTRIBUTE_USER_IPv4_ADDRESS","features":[459]},{"name":"MS_ATTRIBUTE_USER_IPv6_ADDRESS","features":[459]},{"name":"MS_ATTRIBUTE_USER_SECURITY_IDENTITY","features":[459]},{"name":"MULTIVALUED","features":[459]},{"name":"NAME","features":[459]},{"name":"NAMESPROPERTIES","features":[459]},{"name":"NAPPROPERTIES","features":[459]},{"name":"NEW_LOG_FILE_FREQUENCY","features":[459]},{"name":"NTEVENTLOGPROPERTIES","features":[459]},{"name":"NTSAMPROPERTIES","features":[459]},{"name":"POLICYPROPERTIES","features":[459]},{"name":"PRADIUS_EXTENSION_FREE_ATTRIBUTES","features":[459]},{"name":"PRADIUS_EXTENSION_INIT","features":[459]},{"name":"PRADIUS_EXTENSION_PROCESS","features":[459]},{"name":"PRADIUS_EXTENSION_PROCESS_2","features":[459]},{"name":"PRADIUS_EXTENSION_PROCESS_EX","features":[459]},{"name":"PRADIUS_EXTENSION_TERM","features":[459]},{"name":"PROFILEPROPERTIES","features":[459]},{"name":"PROPERTY_ACCOUNTING_DISCARD_REQUEST_ON_FAILURE","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_ACCOUNTING","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_ACCOUNTING_INTERIM","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_AUTHENTICATION","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_AUTHENTICATION_INTERIM","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_DELETE_IF_FULL","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_ENABLE_LOGGING","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_FILE_DIRECTORY","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_FILE_IS_BACKUP","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_IAS1_FORMAT","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_OPEN_NEW_FREQUENCY","features":[459]},{"name":"PROPERTY_ACCOUNTING_LOG_OPEN_NEW_SIZE","features":[459]},{"name":"PROPERTY_ACCOUNTING_SQL_MAX_SESSIONS","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_8021X","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_CONDITION","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_PROFILE","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_PROXY_CONDITION","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_PROXY_PROFILE","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_IN_VPNDIALUP","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_LOG_ORDINAL","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ALLOW_MULTIPLE","features":[459]},{"name":"PROPERTY_ATTRIBUTE_DISPLAY_NAME","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ENUM_FILTERS","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ENUM_NAMES","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ENUM_VALUES","features":[459]},{"name":"PROPERTY_ATTRIBUTE_ID","features":[459]},{"name":"PROPERTY_ATTRIBUTE_IS_ENUMERABLE","features":[459]},{"name":"PROPERTY_ATTRIBUTE_SYNTAX","features":[459]},{"name":"PROPERTY_ATTRIBUTE_VALUE","features":[459]},{"name":"PROPERTY_ATTRIBUTE_VENDOR_ID","features":[459]},{"name":"PROPERTY_ATTRIBUTE_VENDOR_TYPE_ID","features":[459]},{"name":"PROPERTY_CLIENT_ADDRESS","features":[459]},{"name":"PROPERTY_CLIENT_ENABLED","features":[459]},{"name":"PROPERTY_CLIENT_NAS_MANUFACTURER","features":[459]},{"name":"PROPERTY_CLIENT_QUARANTINE_COMPATIBLE","features":[459]},{"name":"PROPERTY_CLIENT_REQUIRE_SIGNATURE","features":[459]},{"name":"PROPERTY_CLIENT_SECRET_TEMPLATE_GUID","features":[459]},{"name":"PROPERTY_CLIENT_SHARED_SECRET","features":[459]},{"name":"PROPERTY_CLIENT_UNUSED","features":[459]},{"name":"PROPERTY_COMPONENT_ID","features":[459]},{"name":"PROPERTY_COMPONENT_PROG_ID","features":[459]},{"name":"PROPERTY_COMPONENT_START","features":[459]},{"name":"PROPERTY_CONDITION_TEXT","features":[459]},{"name":"PROPERTY_DICTIONARY_ATTRIBUTES_COLLECTION","features":[459]},{"name":"PROPERTY_DICTIONARY_LOCATION","features":[459]},{"name":"PROPERTY_EVENTLOG_LOG_APPLICATION_EVENTS","features":[459]},{"name":"PROPERTY_EVENTLOG_LOG_DEBUG","features":[459]},{"name":"PROPERTY_EVENTLOG_LOG_MALFORMED","features":[459]},{"name":"PROPERTY_IAS_AUDITORS_COLLECTION","features":[459]},{"name":"PROPERTY_IAS_POLICIES_COLLECTION","features":[459]},{"name":"PROPERTY_IAS_PROFILES_COLLECTION","features":[459]},{"name":"PROPERTY_IAS_PROTOCOLS_COLLECTION","features":[459]},{"name":"PROPERTY_IAS_PROXYPOLICIES_COLLECTION","features":[459]},{"name":"PROPERTY_IAS_PROXYPROFILES_COLLECTION","features":[459]},{"name":"PROPERTY_IAS_RADIUSSERVERGROUPS_COLLECTION","features":[459]},{"name":"PROPERTY_IAS_REMEDIATIONSERVERGROUPS_COLLECTION","features":[459]},{"name":"PROPERTY_IAS_REQUESTHANDLERS_COLLECTION","features":[459]},{"name":"PROPERTY_IAS_SHVTEMPLATES_COLLECTION","features":[459]},{"name":"PROPERTY_IPFILTER_ATTRIBUTES_COLLECTION","features":[459]},{"name":"PROPERTY_NAMES_REALMS","features":[459]},{"name":"PROPERTY_NAP_POLICIES_COLLECTION","features":[459]},{"name":"PROPERTY_NAS_VENDOR_ID","features":[459]},{"name":"PROPERTY_NTSAM_ALLOW_LM_AUTHENTICATION","features":[459]},{"name":"PROPERTY_POLICY_ACTION","features":[459]},{"name":"PROPERTY_POLICY_CONDITIONS_COLLECTION","features":[459]},{"name":"PROPERTY_POLICY_CONSTRAINT","features":[459]},{"name":"PROPERTY_POLICY_ENABLED","features":[459]},{"name":"PROPERTY_POLICY_MERIT","features":[459]},{"name":"PROPERTY_POLICY_PROFILE_NAME","features":[459]},{"name":"PROPERTY_POLICY_SOURCETAG","features":[459]},{"name":"PROPERTY_POLICY_UNUSED0","features":[459]},{"name":"PROPERTY_POLICY_UNUSED1","features":[459]},{"name":"PROPERTY_PROFILE_ATTRIBUTES_COLLECTION","features":[459]},{"name":"PROPERTY_PROFILE_IPFILTER_TEMPLATE_GUID","features":[459]},{"name":"PROPERTY_PROTOCOL_REQUEST_HANDLER","features":[459]},{"name":"PROPERTY_PROTOCOL_START","features":[459]},{"name":"PROPERTY_RADIUSPROXY_SERVERGROUPS","features":[459]},{"name":"PROPERTY_RADIUSSERVERGROUP_SERVERS_COLLECTION","features":[459]},{"name":"PROPERTY_RADIUSSERVER_ACCT_PORT","features":[459]},{"name":"PROPERTY_RADIUSSERVER_ACCT_SECRET","features":[459]},{"name":"PROPERTY_RADIUSSERVER_ACCT_SECRET_TEMPLATE_GUID","features":[459]},{"name":"PROPERTY_RADIUSSERVER_ADDRESS","features":[459]},{"name":"PROPERTY_RADIUSSERVER_AUTH_PORT","features":[459]},{"name":"PROPERTY_RADIUSSERVER_AUTH_SECRET","features":[459]},{"name":"PROPERTY_RADIUSSERVER_AUTH_SECRET_TEMPLATE_GUID","features":[459]},{"name":"PROPERTY_RADIUSSERVER_BLACKOUT","features":[459]},{"name":"PROPERTY_RADIUSSERVER_FORWARD_ACCT_ONOFF","features":[459]},{"name":"PROPERTY_RADIUSSERVER_MAX_LOST","features":[459]},{"name":"PROPERTY_RADIUSSERVER_PRIORITY","features":[459]},{"name":"PROPERTY_RADIUSSERVER_SEND_SIGNATURE","features":[459]},{"name":"PROPERTY_RADIUSSERVER_TIMEOUT","features":[459]},{"name":"PROPERTY_RADIUSSERVER_WEIGHT","features":[459]},{"name":"PROPERTY_RADIUS_ACCOUNTING_PORT","features":[459]},{"name":"PROPERTY_RADIUS_AUTHENTICATION_PORT","features":[459]},{"name":"PROPERTY_RADIUS_CLIENTS_COLLECTION","features":[459]},{"name":"PROPERTY_RADIUS_VENDORS_COLLECTION","features":[459]},{"name":"PROPERTY_REMEDIATIONSERVERGROUP_SERVERS_COLLECTION","features":[459]},{"name":"PROPERTY_REMEDIATIONSERVERS_SERVERGROUPS","features":[459]},{"name":"PROPERTY_REMEDIATIONSERVER_ADDRESS","features":[459]},{"name":"PROPERTY_REMEDIATIONSERVER_FRIENDLY_NAME","features":[459]},{"name":"PROPERTY_SDO_CLASS","features":[459]},{"name":"PROPERTY_SDO_DATASTORE_NAME","features":[459]},{"name":"PROPERTY_SDO_DESCRIPTION","features":[459]},{"name":"PROPERTY_SDO_ID","features":[459]},{"name":"PROPERTY_SDO_NAME","features":[459]},{"name":"PROPERTY_SDO_OPAQUE","features":[459]},{"name":"PROPERTY_SDO_RESERVED","features":[459]},{"name":"PROPERTY_SDO_START","features":[459]},{"name":"PROPERTY_SDO_TEMPLATE_GUID","features":[459]},{"name":"PROPERTY_SHAREDSECRET_STRING","features":[459]},{"name":"PROPERTY_SHVCONFIG_LIST","features":[459]},{"name":"PROPERTY_SHV_COMBINATION_TYPE","features":[459]},{"name":"PROPERTY_SHV_LIST","features":[459]},{"name":"PROPERTY_SHV_TEMPLATES_COLLECTION","features":[459]},{"name":"PROPERTY_TEMPLATES_CLIENTS_TEMPLATES","features":[459]},{"name":"PROPERTY_TEMPLATES_IPFILTERS_TEMPLATES","features":[459]},{"name":"PROPERTY_TEMPLATES_POLICIES_TEMPLATES","features":[459]},{"name":"PROPERTY_TEMPLATES_PROFILES_COLLECTION","features":[459]},{"name":"PROPERTY_TEMPLATES_PROFILES_TEMPLATES","features":[459]},{"name":"PROPERTY_TEMPLATES_PROXYPOLICIES_TEMPLATES","features":[459]},{"name":"PROPERTY_TEMPLATES_PROXYPROFILES_COLLECTION","features":[459]},{"name":"PROPERTY_TEMPLATES_PROXYPROFILES_TEMPLATES","features":[459]},{"name":"PROPERTY_TEMPLATES_RADIUSSERVERS_TEMPLATES","features":[459]},{"name":"PROPERTY_TEMPLATES_REMEDIATIONSERVERGROUPS_TEMPLATES","features":[459]},{"name":"PROPERTY_TEMPLATES_SHAREDSECRETS_TEMPLATES","features":[459]},{"name":"PROPERTY_TEMPLATES_SHVTEMPLATES_TEMPLATES","features":[459]},{"name":"PROPERTY_USER_ALLOW_DIALIN","features":[459]},{"name":"PROPERTY_USER_CALLING_STATION_ID","features":[459]},{"name":"PROPERTY_USER_RADIUS_CALLBACK_NUMBER","features":[459]},{"name":"PROPERTY_USER_RADIUS_FRAMED_INTERFACE_ID","features":[459]},{"name":"PROPERTY_USER_RADIUS_FRAMED_IPV6_PREFIX","features":[459]},{"name":"PROPERTY_USER_RADIUS_FRAMED_IPV6_ROUTE","features":[459]},{"name":"PROPERTY_USER_RADIUS_FRAMED_IP_ADDRESS","features":[459]},{"name":"PROPERTY_USER_RADIUS_FRAMED_ROUTE","features":[459]},{"name":"PROPERTY_USER_SAVED_CALLING_STATION_ID","features":[459]},{"name":"PROPERTY_USER_SAVED_RADIUS_CALLBACK_NUMBER","features":[459]},{"name":"PROPERTY_USER_SAVED_RADIUS_FRAMED_INTERFACE_ID","features":[459]},{"name":"PROPERTY_USER_SAVED_RADIUS_FRAMED_IPV6_PREFIX","features":[459]},{"name":"PROPERTY_USER_SAVED_RADIUS_FRAMED_IPV6_ROUTE","features":[459]},{"name":"PROPERTY_USER_SAVED_RADIUS_FRAMED_IP_ADDRESS","features":[459]},{"name":"PROPERTY_USER_SAVED_RADIUS_FRAMED_ROUTE","features":[459]},{"name":"PROPERTY_USER_SERVICE_TYPE","features":[459]},{"name":"PROTOCOLPROPERTIES","features":[459]},{"name":"RADIUSPROPERTIES","features":[459]},{"name":"RADIUSPROXYPROPERTIES","features":[459]},{"name":"RADIUSSERVERGROUPPROPERTIES","features":[459]},{"name":"RADIUSSERVERPROPERTIES","features":[459]},{"name":"RADIUS_ACTION","features":[459]},{"name":"RADIUS_ATTRIBUTE","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_AUTHENTIC","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_DELAY_TIME","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_INPUT_OCTETS","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_INPUT_PACKETS","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_INTERIM_INTERVAL","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_LINK_COUNT","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_MULTI_SSN_ID","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_OUTPUT_OCTETS","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_OUTPUT_PACKETS","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_SESSION_ID","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_SESSION_TIME","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_STATUS_TYPE","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_TERMINATE_CAUSE","features":[459]},{"name":"RADIUS_ATTRIBUTE_ACCT_TUNNEL_CONN","features":[459]},{"name":"RADIUS_ATTRIBUTE_ARAP_CHALLENGE_RESPONSE","features":[459]},{"name":"RADIUS_ATTRIBUTE_ARAP_FEATURES","features":[459]},{"name":"RADIUS_ATTRIBUTE_ARAP_PASSWORD","features":[459]},{"name":"RADIUS_ATTRIBUTE_ARAP_SECURITY","features":[459]},{"name":"RADIUS_ATTRIBUTE_ARAP_SECURITY_DATA","features":[459]},{"name":"RADIUS_ATTRIBUTE_ARAP_ZONE_ACCESS","features":[459]},{"name":"RADIUS_ATTRIBUTE_ARRAY","features":[459]},{"name":"RADIUS_ATTRIBUTE_CALLBACK_ID","features":[459]},{"name":"RADIUS_ATTRIBUTE_CALLBACK_NUMBER","features":[459]},{"name":"RADIUS_ATTRIBUTE_CALLED_STATION_ID","features":[459]},{"name":"RADIUS_ATTRIBUTE_CALLING_STATION_ID","features":[459]},{"name":"RADIUS_ATTRIBUTE_CHAP_CHALLENGE","features":[459]},{"name":"RADIUS_ATTRIBUTE_CHAP_PASSWORD","features":[459]},{"name":"RADIUS_ATTRIBUTE_CLASS","features":[459]},{"name":"RADIUS_ATTRIBUTE_CONFIGURATION_TOKEN","features":[459]},{"name":"RADIUS_ATTRIBUTE_CONNECT_INFO","features":[459]},{"name":"RADIUS_ATTRIBUTE_EAP_MESSAGE","features":[459]},{"name":"RADIUS_ATTRIBUTE_FILTER_ID","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_APPLETALK_LINK","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_APPLETALK_NET","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_APPLETALK_ZONE","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_COMPRESSION","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_INTERFACE_ID","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IPX_NETWORK","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IP_ADDRESS","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IP_NETMASK","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IPv6_POOL","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IPv6_PREFIX","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_IPv6_ROUTE","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_MTU","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_PROTOCOL","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_ROUTE","features":[459]},{"name":"RADIUS_ATTRIBUTE_FRAMED_ROUTING","features":[459]},{"name":"RADIUS_ATTRIBUTE_IDLE_TIMEOUT","features":[459]},{"name":"RADIUS_ATTRIBUTE_LOGIN_IP_HOST","features":[459]},{"name":"RADIUS_ATTRIBUTE_LOGIN_IPv6_HOST","features":[459]},{"name":"RADIUS_ATTRIBUTE_LOGIN_LAT_GROUP","features":[459]},{"name":"RADIUS_ATTRIBUTE_LOGIN_LAT_NODE","features":[459]},{"name":"RADIUS_ATTRIBUTE_LOGIN_LAT_PORT","features":[459]},{"name":"RADIUS_ATTRIBUTE_LOGIN_LAT_SERVICE","features":[459]},{"name":"RADIUS_ATTRIBUTE_LOGIN_SERVICE","features":[459]},{"name":"RADIUS_ATTRIBUTE_LOGIN_TCP_PORT","features":[459]},{"name":"RADIUS_ATTRIBUTE_NAS_IDENTIFIER","features":[459]},{"name":"RADIUS_ATTRIBUTE_NAS_IP_ADDRESS","features":[459]},{"name":"RADIUS_ATTRIBUTE_NAS_IPv6_ADDRESS","features":[459]},{"name":"RADIUS_ATTRIBUTE_NAS_PORT","features":[459]},{"name":"RADIUS_ATTRIBUTE_NAS_PORT_TYPE","features":[459]},{"name":"RADIUS_ATTRIBUTE_PASSWORD_RETRY","features":[459]},{"name":"RADIUS_ATTRIBUTE_PORT_LIMIT","features":[459]},{"name":"RADIUS_ATTRIBUTE_PROMPT","features":[459]},{"name":"RADIUS_ATTRIBUTE_PROXY_STATE","features":[459]},{"name":"RADIUS_ATTRIBUTE_REPLY_MESSAGE","features":[459]},{"name":"RADIUS_ATTRIBUTE_SERVICE_TYPE","features":[459]},{"name":"RADIUS_ATTRIBUTE_SESSION_TIMEOUT","features":[459]},{"name":"RADIUS_ATTRIBUTE_SIGNATURE","features":[459]},{"name":"RADIUS_ATTRIBUTE_STATE","features":[459]},{"name":"RADIUS_ATTRIBUTE_TERMINATION_ACTION","features":[459]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_ASSIGNMENT_ID","features":[459]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_CLIENT_ENDPT","features":[459]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_MEDIUM_TYPE","features":[459]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_PASSWORD","features":[459]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_PREFERENCE","features":[459]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_PVT_GROUP_ID","features":[459]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_SERVER_ENDPT","features":[459]},{"name":"RADIUS_ATTRIBUTE_TUNNEL_TYPE","features":[459]},{"name":"RADIUS_ATTRIBUTE_TYPE","features":[459]},{"name":"RADIUS_ATTRIBUTE_UNASSIGNED1","features":[459]},{"name":"RADIUS_ATTRIBUTE_UNASSIGNED2","features":[459]},{"name":"RADIUS_ATTRIBUTE_USER_NAME","features":[459]},{"name":"RADIUS_ATTRIBUTE_USER_PASSWORD","features":[459]},{"name":"RADIUS_ATTRIBUTE_VENDOR_SPECIFIC","features":[459]},{"name":"RADIUS_AUTHENTICATION_PROVIDER","features":[459]},{"name":"RADIUS_CODE","features":[459]},{"name":"RADIUS_DATA_TYPE","features":[459]},{"name":"RADIUS_EXTENSION_CONTROL_BLOCK","features":[459]},{"name":"RADIUS_EXTENSION_FREE_ATTRIBUTES","features":[459]},{"name":"RADIUS_EXTENSION_INIT","features":[459]},{"name":"RADIUS_EXTENSION_POINT","features":[459]},{"name":"RADIUS_EXTENSION_PROCESS","features":[459]},{"name":"RADIUS_EXTENSION_PROCESS2","features":[459]},{"name":"RADIUS_EXTENSION_PROCESS_EX","features":[459]},{"name":"RADIUS_EXTENSION_TERM","features":[459]},{"name":"RADIUS_EXTENSION_VERSION","features":[459]},{"name":"RADIUS_REJECT_REASON_CODE","features":[459]},{"name":"RADIUS_VSA_FORMAT","features":[459]},{"name":"RAS_ATTRIBUTE_BAP_LINE_DOWN_LIMIT","features":[459]},{"name":"RAS_ATTRIBUTE_BAP_LINE_DOWN_TIME","features":[459]},{"name":"RAS_ATTRIBUTE_BAP_REQUIRED","features":[459]},{"name":"RAS_ATTRIBUTE_ENCRYPTION_POLICY","features":[459]},{"name":"RAS_ATTRIBUTE_ENCRYPTION_TYPE","features":[459]},{"name":"REMEDIATIONSERVERGROUPPROPERTIES","features":[459]},{"name":"REMEDIATIONSERVERPROPERTIES","features":[459]},{"name":"REMEDIATIONSERVERSPROPERTIES","features":[459]},{"name":"RESTRICTIONS","features":[459]},{"name":"SERVICE_TYPE","features":[459]},{"name":"SERVICE_TYPE_IAS","features":[459]},{"name":"SERVICE_TYPE_MAX","features":[459]},{"name":"SERVICE_TYPE_RAMGMTSVC","features":[459]},{"name":"SERVICE_TYPE_RAS","features":[459]},{"name":"SHAREDSECRETPROPERTIES","features":[459]},{"name":"SHVTEMPLATEPROPERTIES","features":[459]},{"name":"SHV_COMBINATION_TYPE","features":[459]},{"name":"SHV_COMBINATION_TYPE_ALL_FAIL","features":[459]},{"name":"SHV_COMBINATION_TYPE_ALL_PASS","features":[459]},{"name":"SHV_COMBINATION_TYPE_MAX","features":[459]},{"name":"SHV_COMBINATION_TYPE_ONE_OR_MORE_FAIL","features":[459]},{"name":"SHV_COMBINATION_TYPE_ONE_OR_MORE_INFECTED","features":[459]},{"name":"SHV_COMBINATION_TYPE_ONE_OR_MORE_PASS","features":[459]},{"name":"SHV_COMBINATION_TYPE_ONE_OR_MORE_TRANSITIONAL","features":[459]},{"name":"SHV_COMBINATION_TYPE_ONE_OR_MORE_UNKNOWN","features":[459]},{"name":"SYNTAX","features":[459]},{"name":"SYSTEM_TYPE_NT10_0_SERVER","features":[459]},{"name":"SYSTEM_TYPE_NT10_0_WORKSTATION","features":[459]},{"name":"SYSTEM_TYPE_NT4_SERVER","features":[459]},{"name":"SYSTEM_TYPE_NT4_WORKSTATION","features":[459]},{"name":"SYSTEM_TYPE_NT5_SERVER","features":[459]},{"name":"SYSTEM_TYPE_NT5_WORKSTATION","features":[459]},{"name":"SYSTEM_TYPE_NT6_1_SERVER","features":[459]},{"name":"SYSTEM_TYPE_NT6_1_WORKSTATION","features":[459]},{"name":"SYSTEM_TYPE_NT6_2_SERVER","features":[459]},{"name":"SYSTEM_TYPE_NT6_2_WORKSTATION","features":[459]},{"name":"SYSTEM_TYPE_NT6_3_SERVER","features":[459]},{"name":"SYSTEM_TYPE_NT6_3_WORKSTATION","features":[459]},{"name":"SYSTEM_TYPE_NT6_SERVER","features":[459]},{"name":"SYSTEM_TYPE_NT6_WORKSTATION","features":[459]},{"name":"SdoMachine","features":[459]},{"name":"TEMPLATESPROPERTIES","features":[459]},{"name":"USERPROPERTIES","features":[459]},{"name":"VENDORID","features":[459]},{"name":"VENDORPROPERTIES","features":[459]},{"name":"VENDORTYPE","features":[459]},{"name":"raAccept","features":[459]},{"name":"raContinue","features":[459]},{"name":"raReject","features":[459]},{"name":"rapMCIS","features":[459]},{"name":"rapNone","features":[459]},{"name":"rapODBC","features":[459]},{"name":"rapProxy","features":[459]},{"name":"rapUnknown","features":[459]},{"name":"rapUsersFile","features":[459]},{"name":"rapWindowsNT","features":[459]},{"name":"ratAcctAuthentic","features":[459]},{"name":"ratAcctDelayTime","features":[459]},{"name":"ratAcctInputOctets","features":[459]},{"name":"ratAcctInputPackets","features":[459]},{"name":"ratAcctOutputOctets","features":[459]},{"name":"ratAcctOutputPackets","features":[459]},{"name":"ratAcctSessionId","features":[459]},{"name":"ratAcctSessionTime","features":[459]},{"name":"ratAcctStatusType","features":[459]},{"name":"ratAcctTerminationCause","features":[459]},{"name":"ratAuthenticator","features":[459]},{"name":"ratCHAPChallenge","features":[459]},{"name":"ratCHAPPassword","features":[459]},{"name":"ratCRPPolicyName","features":[459]},{"name":"ratCallbackId","features":[459]},{"name":"ratCallbackNumber","features":[459]},{"name":"ratCalledStationId","features":[459]},{"name":"ratCallingStationId","features":[459]},{"name":"ratCertificateThumbprint","features":[459]},{"name":"ratClass","features":[459]},{"name":"ratClearTextPassword","features":[459]},{"name":"ratCode","features":[459]},{"name":"ratEAPTLV","features":[459]},{"name":"ratExtensionState","features":[459]},{"name":"ratFQUserName","features":[459]},{"name":"ratFilterId","features":[459]},{"name":"ratFramedAppleTalkLink","features":[459]},{"name":"ratFramedAppleTalkNetwork","features":[459]},{"name":"ratFramedAppleTalkZone","features":[459]},{"name":"ratFramedCompression","features":[459]},{"name":"ratFramedIPAddress","features":[459]},{"name":"ratFramedIPNetmask","features":[459]},{"name":"ratFramedIPXNetwork","features":[459]},{"name":"ratFramedIPv6Pool","features":[459]},{"name":"ratFramedIPv6Prefix","features":[459]},{"name":"ratFramedIPv6Route","features":[459]},{"name":"ratFramedInterfaceId","features":[459]},{"name":"ratFramedMTU","features":[459]},{"name":"ratFramedProtocol","features":[459]},{"name":"ratFramedRoute","features":[459]},{"name":"ratFramedRouting","features":[459]},{"name":"ratIdentifier","features":[459]},{"name":"ratIdleTimeout","features":[459]},{"name":"ratLoginIPHost","features":[459]},{"name":"ratLoginIPv6Host","features":[459]},{"name":"ratLoginLATGroup","features":[459]},{"name":"ratLoginLATNode","features":[459]},{"name":"ratLoginLATService","features":[459]},{"name":"ratLoginPort","features":[459]},{"name":"ratLoginService","features":[459]},{"name":"ratMediumType","features":[459]},{"name":"ratMinimum","features":[459]},{"name":"ratNASIPAddress","features":[459]},{"name":"ratNASIPv6Address","features":[459]},{"name":"ratNASIdentifier","features":[459]},{"name":"ratNASPort","features":[459]},{"name":"ratNASPortType","features":[459]},{"name":"ratPolicyName","features":[459]},{"name":"ratPortLimit","features":[459]},{"name":"ratProvider","features":[459]},{"name":"ratProviderName","features":[459]},{"name":"ratProxyState","features":[459]},{"name":"ratRejectReasonCode","features":[459]},{"name":"ratReplyMessage","features":[459]},{"name":"ratServiceType","features":[459]},{"name":"ratSessionTimeout","features":[459]},{"name":"ratSrcIPAddress","features":[459]},{"name":"ratSrcIPv6Address","features":[459]},{"name":"ratSrcPort","features":[459]},{"name":"ratState","features":[459]},{"name":"ratStrippedUserName","features":[459]},{"name":"ratTerminationAction","features":[459]},{"name":"ratTunnelPassword","features":[459]},{"name":"ratTunnelPrivateGroupID","features":[459]},{"name":"ratTunnelType","features":[459]},{"name":"ratUniqueId","features":[459]},{"name":"ratUserName","features":[459]},{"name":"ratUserPassword","features":[459]},{"name":"ratVendorSpecific","features":[459]},{"name":"rcAccessAccept","features":[459]},{"name":"rcAccessChallenge","features":[459]},{"name":"rcAccessReject","features":[459]},{"name":"rcAccessRequest","features":[459]},{"name":"rcAccountingRequest","features":[459]},{"name":"rcAccountingResponse","features":[459]},{"name":"rcDiscard","features":[459]},{"name":"rcUnknown","features":[459]},{"name":"rdtAddress","features":[459]},{"name":"rdtInteger","features":[459]},{"name":"rdtIpv6Address","features":[459]},{"name":"rdtString","features":[459]},{"name":"rdtTime","features":[459]},{"name":"rdtUnknown","features":[459]},{"name":"repAuthentication","features":[459]},{"name":"repAuthorization","features":[459]},{"name":"rrrcAccountDisabled","features":[459]},{"name":"rrrcAccountExpired","features":[459]},{"name":"rrrcAccountUnknown","features":[459]},{"name":"rrrcAuthenticationFailure","features":[459]},{"name":"rrrcUndefined","features":[459]}],"464":[{"name":"DRT_ACTIVE","features":[460]},{"name":"DRT_ADDRESS","features":[460,319]},{"name":"DRT_ADDRESS_FLAGS","features":[460]},{"name":"DRT_ADDRESS_FLAG_ACCEPTED","features":[460]},{"name":"DRT_ADDRESS_FLAG_BAD_VALIDATE_ID","features":[460]},{"name":"DRT_ADDRESS_FLAG_INQUIRE","features":[460]},{"name":"DRT_ADDRESS_FLAG_LOOP","features":[460]},{"name":"DRT_ADDRESS_FLAG_REJECTED","features":[460]},{"name":"DRT_ADDRESS_FLAG_SUSPECT_UNREGISTERED_ID","features":[460]},{"name":"DRT_ADDRESS_FLAG_TOO_BUSY","features":[460]},{"name":"DRT_ADDRESS_FLAG_UNREACHABLE","features":[460]},{"name":"DRT_ADDRESS_LIST","features":[460,319]},{"name":"DRT_ALONE","features":[460]},{"name":"DRT_BOOTSTRAP_PROVIDER","features":[460]},{"name":"DRT_BOOTSTRAP_RESOLVE_CALLBACK","features":[305,460,319]},{"name":"DRT_DATA","features":[460]},{"name":"DRT_EVENT_DATA","features":[460,319]},{"name":"DRT_EVENT_LEAFSET_KEY_CHANGED","features":[460]},{"name":"DRT_EVENT_REGISTRATION_STATE_CHANGED","features":[460]},{"name":"DRT_EVENT_STATUS_CHANGED","features":[460]},{"name":"DRT_EVENT_TYPE","features":[460]},{"name":"DRT_E_BOOTSTRAPPROVIDER_IN_USE","features":[460]},{"name":"DRT_E_BOOTSTRAPPROVIDER_NOT_ATTACHED","features":[460]},{"name":"DRT_E_CAPABILITY_MISMATCH","features":[460]},{"name":"DRT_E_DUPLICATE_KEY","features":[460]},{"name":"DRT_E_FAULTED","features":[460]},{"name":"DRT_E_INSUFFICIENT_BUFFER","features":[460]},{"name":"DRT_E_INVALID_ADDRESS","features":[460]},{"name":"DRT_E_INVALID_BOOTSTRAP_PROVIDER","features":[460]},{"name":"DRT_E_INVALID_CERT_CHAIN","features":[460]},{"name":"DRT_E_INVALID_INSTANCE_PREFIX","features":[460]},{"name":"DRT_E_INVALID_KEY","features":[460]},{"name":"DRT_E_INVALID_KEY_SIZE","features":[460]},{"name":"DRT_E_INVALID_MAX_ADDRESSES","features":[460]},{"name":"DRT_E_INVALID_MAX_ENDPOINTS","features":[460]},{"name":"DRT_E_INVALID_MESSAGE","features":[460]},{"name":"DRT_E_INVALID_PORT","features":[460]},{"name":"DRT_E_INVALID_SCOPE","features":[460]},{"name":"DRT_E_INVALID_SEARCH_INFO","features":[460]},{"name":"DRT_E_INVALID_SEARCH_RANGE","features":[460]},{"name":"DRT_E_INVALID_SECURITY_MODE","features":[460]},{"name":"DRT_E_INVALID_SECURITY_PROVIDER","features":[460]},{"name":"DRT_E_INVALID_SETTINGS","features":[460]},{"name":"DRT_E_INVALID_TRANSPORT_PROVIDER","features":[460]},{"name":"DRT_E_NO_ADDRESSES_AVAILABLE","features":[460]},{"name":"DRT_E_NO_MORE","features":[460]},{"name":"DRT_E_SEARCH_IN_PROGRESS","features":[460]},{"name":"DRT_E_SECURITYPROVIDER_IN_USE","features":[460]},{"name":"DRT_E_SECURITYPROVIDER_NOT_ATTACHED","features":[460]},{"name":"DRT_E_STILL_IN_USE","features":[460]},{"name":"DRT_E_TIMEOUT","features":[460]},{"name":"DRT_E_TRANSPORTPROVIDER_IN_USE","features":[460]},{"name":"DRT_E_TRANSPORTPROVIDER_NOT_ATTACHED","features":[460]},{"name":"DRT_E_TRANSPORT_ALREADY_BOUND","features":[460]},{"name":"DRT_E_TRANSPORT_ALREADY_EXISTS_FOR_SCOPE","features":[460]},{"name":"DRT_E_TRANSPORT_EXECUTING_CALLBACK","features":[460]},{"name":"DRT_E_TRANSPORT_INVALID_ARGUMENT","features":[460]},{"name":"DRT_E_TRANSPORT_NOT_BOUND","features":[460]},{"name":"DRT_E_TRANSPORT_NO_DEST_ADDRESSES","features":[460]},{"name":"DRT_E_TRANSPORT_SHUTTING_DOWN","features":[460]},{"name":"DRT_E_TRANSPORT_STILL_BOUND","features":[460]},{"name":"DRT_E_TRANSPORT_UNEXPECTED","features":[460]},{"name":"DRT_FAULTED","features":[460]},{"name":"DRT_GLOBAL_SCOPE","features":[460]},{"name":"DRT_LEAFSET_KEY_ADDED","features":[460]},{"name":"DRT_LEAFSET_KEY_CHANGE_TYPE","features":[460]},{"name":"DRT_LEAFSET_KEY_DELETED","features":[460]},{"name":"DRT_LINK_LOCAL_ISATAP_SCOPEID","features":[460]},{"name":"DRT_LINK_LOCAL_SCOPE","features":[460]},{"name":"DRT_MATCH_EXACT","features":[460]},{"name":"DRT_MATCH_INTERMEDIATE","features":[460]},{"name":"DRT_MATCH_NEAR","features":[460]},{"name":"DRT_MATCH_TYPE","features":[460]},{"name":"DRT_MAX_INSTANCE_PREFIX_LEN","features":[460]},{"name":"DRT_MAX_PAYLOAD_SIZE","features":[460]},{"name":"DRT_MAX_ROUTING_ADDRESSES","features":[460]},{"name":"DRT_MIN_ROUTING_ADDRESSES","features":[460]},{"name":"DRT_NO_NETWORK","features":[460]},{"name":"DRT_PAYLOAD_REVOKED","features":[460]},{"name":"DRT_REGISTRATION","features":[460]},{"name":"DRT_REGISTRATION_STATE","features":[460]},{"name":"DRT_REGISTRATION_STATE_UNRESOLVEABLE","features":[460]},{"name":"DRT_SCOPE","features":[460]},{"name":"DRT_SEARCH_INFO","features":[305,460]},{"name":"DRT_SEARCH_RESULT","features":[460]},{"name":"DRT_SECURE_CONFIDENTIALPAYLOAD","features":[460]},{"name":"DRT_SECURE_MEMBERSHIP","features":[460]},{"name":"DRT_SECURE_RESOLVE","features":[460]},{"name":"DRT_SECURITY_MODE","features":[460]},{"name":"DRT_SECURITY_PROVIDER","features":[460]},{"name":"DRT_SETTINGS","features":[460]},{"name":"DRT_SITE_LOCAL_SCOPE","features":[460]},{"name":"DRT_STATUS","features":[460]},{"name":"DRT_S_RETRY","features":[460]},{"name":"DrtClose","features":[460]},{"name":"DrtContinueSearch","features":[460]},{"name":"DrtCreateDerivedKey","features":[305,460,398]},{"name":"DrtCreateDerivedKeySecurityProvider","features":[305,460,398]},{"name":"DrtCreateDnsBootstrapResolver","features":[460]},{"name":"DrtCreateIpv6UdpTransport","features":[460]},{"name":"DrtCreateNullSecurityProvider","features":[460]},{"name":"DrtCreatePnrpBootstrapResolver","features":[305,460]},{"name":"DrtDeleteDerivedKeySecurityProvider","features":[460]},{"name":"DrtDeleteDnsBootstrapResolver","features":[460]},{"name":"DrtDeleteIpv6UdpTransport","features":[460]},{"name":"DrtDeleteNullSecurityProvider","features":[460]},{"name":"DrtDeletePnrpBootstrapResolver","features":[460]},{"name":"DrtEndSearch","features":[460]},{"name":"DrtGetEventData","features":[460,319]},{"name":"DrtGetEventDataSize","features":[460]},{"name":"DrtGetInstanceName","features":[460]},{"name":"DrtGetInstanceNameSize","features":[460]},{"name":"DrtGetSearchPath","features":[460,319]},{"name":"DrtGetSearchPathSize","features":[460]},{"name":"DrtGetSearchResult","features":[460]},{"name":"DrtGetSearchResultSize","features":[460]},{"name":"DrtOpen","features":[305,460]},{"name":"DrtRegisterKey","features":[460]},{"name":"DrtStartSearch","features":[305,460]},{"name":"DrtUnregisterKey","features":[460]},{"name":"DrtUpdateKey","features":[460]},{"name":"FACILITY_DRT","features":[460]},{"name":"MaximumPeerDistClientInfoByHandlesClass","features":[460]},{"name":"NS_PNRPCLOUD","features":[460]},{"name":"NS_PNRPNAME","features":[460]},{"name":"NS_PROVIDER_PNRPCLOUD","features":[460]},{"name":"NS_PROVIDER_PNRPNAME","features":[460]},{"name":"PEERDIST_CLIENT_BASIC_INFO","features":[305,460]},{"name":"PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS","features":[460]},{"name":"PEERDIST_CONTENT_TAG","features":[460]},{"name":"PEERDIST_PUBLICATION_OPTIONS","features":[460]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION","features":[460]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION_1","features":[460]},{"name":"PEERDIST_PUBLICATION_OPTIONS_VERSION_2","features":[460]},{"name":"PEERDIST_READ_TIMEOUT_DEFAULT","features":[460]},{"name":"PEERDIST_READ_TIMEOUT_LOCAL_CACHE_ONLY","features":[460]},{"name":"PEERDIST_RETRIEVAL_OPTIONS","features":[460]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION","features":[460]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_1","features":[460]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_2","features":[460]},{"name":"PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE","features":[460]},{"name":"PEERDIST_STATUS","features":[460]},{"name":"PEERDIST_STATUS_AVAILABLE","features":[460]},{"name":"PEERDIST_STATUS_DISABLED","features":[460]},{"name":"PEERDIST_STATUS_INFO","features":[460]},{"name":"PEERDIST_STATUS_UNAVAILABLE","features":[460]},{"name":"PEER_ADDRESS","features":[460,319]},{"name":"PEER_APPLICATION","features":[460]},{"name":"PEER_APPLICATION_ALL_USERS","features":[460]},{"name":"PEER_APPLICATION_CURRENT_USER","features":[460]},{"name":"PEER_APPLICATION_REGISTRATION_INFO","features":[460]},{"name":"PEER_APPLICATION_REGISTRATION_TYPE","features":[460]},{"name":"PEER_APP_LAUNCH_INFO","features":[305,460,319]},{"name":"PEER_CHANGE_ADDED","features":[460]},{"name":"PEER_CHANGE_DELETED","features":[460]},{"name":"PEER_CHANGE_TYPE","features":[460]},{"name":"PEER_CHANGE_UPDATED","features":[460]},{"name":"PEER_COLLAB_EVENT_DATA","features":[305,460,319]},{"name":"PEER_COLLAB_EVENT_REGISTRATION","features":[460]},{"name":"PEER_COLLAB_EVENT_TYPE","features":[460]},{"name":"PEER_COLLAB_OBJECTID_USER_PICTURE","features":[460]},{"name":"PEER_CONNECTED","features":[460]},{"name":"PEER_CONNECTION_DIRECT","features":[460]},{"name":"PEER_CONNECTION_FAILED","features":[460]},{"name":"PEER_CONNECTION_FLAGS","features":[460]},{"name":"PEER_CONNECTION_INFO","features":[460,319]},{"name":"PEER_CONNECTION_NEIGHBOR","features":[460]},{"name":"PEER_CONNECTION_STATUS","features":[460]},{"name":"PEER_CONTACT","features":[305,460]},{"name":"PEER_CREDENTIAL_INFO","features":[305,460,398]},{"name":"PEER_DATA","features":[460]},{"name":"PEER_DEFER_EXPIRATION","features":[460]},{"name":"PEER_DISABLE_PRESENCE","features":[460]},{"name":"PEER_DISCONNECTED","features":[460]},{"name":"PEER_ENDPOINT","features":[460,319]},{"name":"PEER_EVENT_APPLICATION_CHANGED_DATA","features":[305,460,319]},{"name":"PEER_EVENT_CONNECTION_CHANGE_DATA","features":[460]},{"name":"PEER_EVENT_ENDPOINT_APPLICATION_CHANGED","features":[460]},{"name":"PEER_EVENT_ENDPOINT_CHANGED","features":[460]},{"name":"PEER_EVENT_ENDPOINT_CHANGED_DATA","features":[305,460,319]},{"name":"PEER_EVENT_ENDPOINT_OBJECT_CHANGED","features":[460]},{"name":"PEER_EVENT_ENDPOINT_PRESENCE_CHANGED","features":[460]},{"name":"PEER_EVENT_INCOMING_DATA","features":[460]},{"name":"PEER_EVENT_MEMBER_CHANGE_DATA","features":[460]},{"name":"PEER_EVENT_MY_APPLICATION_CHANGED","features":[460]},{"name":"PEER_EVENT_MY_ENDPOINT_CHANGED","features":[460]},{"name":"PEER_EVENT_MY_OBJECT_CHANGED","features":[460]},{"name":"PEER_EVENT_MY_PRESENCE_CHANGED","features":[460]},{"name":"PEER_EVENT_NODE_CHANGE_DATA","features":[460]},{"name":"PEER_EVENT_OBJECT_CHANGED_DATA","features":[305,460,319]},{"name":"PEER_EVENT_PEOPLE_NEAR_ME_CHANGED","features":[460]},{"name":"PEER_EVENT_PEOPLE_NEAR_ME_CHANGED_DATA","features":[460,319]},{"name":"PEER_EVENT_PRESENCE_CHANGED_DATA","features":[305,460,319]},{"name":"PEER_EVENT_RECORD_CHANGE_DATA","features":[460]},{"name":"PEER_EVENT_REQUEST_STATUS_CHANGED","features":[460]},{"name":"PEER_EVENT_REQUEST_STATUS_CHANGED_DATA","features":[460,319]},{"name":"PEER_EVENT_SYNCHRONIZED_DATA","features":[460]},{"name":"PEER_EVENT_WATCHLIST_CHANGED","features":[460]},{"name":"PEER_EVENT_WATCHLIST_CHANGED_DATA","features":[305,460]},{"name":"PEER_E_ALREADY_EXISTS","features":[460]},{"name":"PEER_E_CLIENT_INVALID_COMPARTMENT_ID","features":[460]},{"name":"PEER_E_CLOUD_DISABLED","features":[460]},{"name":"PEER_E_CLOUD_IS_DEAD","features":[460]},{"name":"PEER_E_CLOUD_IS_SEARCH_ONLY","features":[460]},{"name":"PEER_E_CLOUD_NOT_FOUND","features":[460]},{"name":"PEER_E_DISK_FULL","features":[460]},{"name":"PEER_E_DUPLICATE_PEER_NAME","features":[460]},{"name":"PEER_E_INVALID_IDENTITY","features":[460]},{"name":"PEER_E_NOT_FOUND","features":[460]},{"name":"PEER_E_TOO_MUCH_LOAD","features":[460]},{"name":"PEER_GRAPH_EVENT_CONNECTION_REQUIRED","features":[460]},{"name":"PEER_GRAPH_EVENT_DATA","features":[460]},{"name":"PEER_GRAPH_EVENT_DIRECT_CONNECTION","features":[460]},{"name":"PEER_GRAPH_EVENT_INCOMING_DATA","features":[460]},{"name":"PEER_GRAPH_EVENT_NEIGHBOR_CONNECTION","features":[460]},{"name":"PEER_GRAPH_EVENT_NODE_CHANGED","features":[460]},{"name":"PEER_GRAPH_EVENT_PROPERTY_CHANGED","features":[460]},{"name":"PEER_GRAPH_EVENT_RECORD_CHANGED","features":[460]},{"name":"PEER_GRAPH_EVENT_REGISTRATION","features":[460]},{"name":"PEER_GRAPH_EVENT_STATUS_CHANGED","features":[460]},{"name":"PEER_GRAPH_EVENT_SYNCHRONIZED","features":[460]},{"name":"PEER_GRAPH_EVENT_TYPE","features":[460]},{"name":"PEER_GRAPH_PROPERTIES","features":[460]},{"name":"PEER_GRAPH_PROPERTY_DEFER_EXPIRATION","features":[460]},{"name":"PEER_GRAPH_PROPERTY_FLAGS","features":[460]},{"name":"PEER_GRAPH_PROPERTY_HEARTBEATS","features":[460]},{"name":"PEER_GRAPH_SCOPE","features":[460]},{"name":"PEER_GRAPH_SCOPE_ANY","features":[460]},{"name":"PEER_GRAPH_SCOPE_GLOBAL","features":[460]},{"name":"PEER_GRAPH_SCOPE_LINKLOCAL","features":[460]},{"name":"PEER_GRAPH_SCOPE_LOOPBACK","features":[460]},{"name":"PEER_GRAPH_SCOPE_SITELOCAL","features":[460]},{"name":"PEER_GRAPH_STATUS_FLAGS","features":[460]},{"name":"PEER_GRAPH_STATUS_HAS_CONNECTIONS","features":[460]},{"name":"PEER_GRAPH_STATUS_LISTENING","features":[460]},{"name":"PEER_GRAPH_STATUS_SYNCHRONIZED","features":[460]},{"name":"PEER_GROUP_AUTHENTICATION_SCHEME","features":[460]},{"name":"PEER_GROUP_EVENT_AUTHENTICATION_FAILED","features":[460]},{"name":"PEER_GROUP_EVENT_CONNECTION_FAILED","features":[460]},{"name":"PEER_GROUP_EVENT_DATA","features":[460]},{"name":"PEER_GROUP_EVENT_DIRECT_CONNECTION","features":[460]},{"name":"PEER_GROUP_EVENT_INCOMING_DATA","features":[460]},{"name":"PEER_GROUP_EVENT_MEMBER_CHANGED","features":[460]},{"name":"PEER_GROUP_EVENT_NEIGHBOR_CONNECTION","features":[460]},{"name":"PEER_GROUP_EVENT_PROPERTY_CHANGED","features":[460]},{"name":"PEER_GROUP_EVENT_RECORD_CHANGED","features":[460]},{"name":"PEER_GROUP_EVENT_REGISTRATION","features":[460]},{"name":"PEER_GROUP_EVENT_STATUS_CHANGED","features":[460]},{"name":"PEER_GROUP_EVENT_TYPE","features":[460]},{"name":"PEER_GROUP_GMC_AUTHENTICATION","features":[460]},{"name":"PEER_GROUP_ISSUE_CREDENTIAL_FLAGS","features":[460]},{"name":"PEER_GROUP_PASSWORD_AUTHENTICATION","features":[460]},{"name":"PEER_GROUP_PROPERTIES","features":[460]},{"name":"PEER_GROUP_PROPERTY_FLAGS","features":[460]},{"name":"PEER_GROUP_ROLE_ADMIN","features":[460]},{"name":"PEER_GROUP_ROLE_INVITING_MEMBER","features":[460]},{"name":"PEER_GROUP_ROLE_MEMBER","features":[460]},{"name":"PEER_GROUP_STATUS","features":[460]},{"name":"PEER_GROUP_STATUS_HAS_CONNECTIONS","features":[460]},{"name":"PEER_GROUP_STATUS_LISTENING","features":[460]},{"name":"PEER_GROUP_STORE_CREDENTIALS","features":[460]},{"name":"PEER_INVITATION","features":[460]},{"name":"PEER_INVITATION_INFO","features":[305,460,398]},{"name":"PEER_INVITATION_RESPONSE","features":[460]},{"name":"PEER_INVITATION_RESPONSE_ACCEPTED","features":[460]},{"name":"PEER_INVITATION_RESPONSE_DECLINED","features":[460]},{"name":"PEER_INVITATION_RESPONSE_ERROR","features":[460]},{"name":"PEER_INVITATION_RESPONSE_EXPIRED","features":[460]},{"name":"PEER_INVITATION_RESPONSE_TYPE","features":[460]},{"name":"PEER_MEMBER","features":[305,460,319,398]},{"name":"PEER_MEMBER_CHANGE_TYPE","features":[460]},{"name":"PEER_MEMBER_CONNECTED","features":[460]},{"name":"PEER_MEMBER_DATA_OPTIONAL","features":[460]},{"name":"PEER_MEMBER_DISCONNECTED","features":[460]},{"name":"PEER_MEMBER_FLAGS","features":[460]},{"name":"PEER_MEMBER_JOINED","features":[460]},{"name":"PEER_MEMBER_LEFT","features":[460]},{"name":"PEER_MEMBER_PRESENT","features":[460]},{"name":"PEER_MEMBER_UPDATED","features":[460]},{"name":"PEER_NAME_PAIR","features":[460]},{"name":"PEER_NODE_CHANGE_CONNECTED","features":[460]},{"name":"PEER_NODE_CHANGE_DISCONNECTED","features":[460]},{"name":"PEER_NODE_CHANGE_TYPE","features":[460]},{"name":"PEER_NODE_CHANGE_UPDATED","features":[460]},{"name":"PEER_NODE_INFO","features":[460,319]},{"name":"PEER_OBJECT","features":[460]},{"name":"PEER_PEOPLE_NEAR_ME","features":[460,319]},{"name":"PEER_PNRP_ALL_LINK_CLOUDS","features":[460]},{"name":"PEER_PNRP_CLOUD_INFO","features":[460]},{"name":"PEER_PNRP_ENDPOINT_INFO","features":[460,319]},{"name":"PEER_PNRP_REGISTRATION_INFO","features":[460,319]},{"name":"PEER_PRESENCE_AWAY","features":[460]},{"name":"PEER_PRESENCE_BE_RIGHT_BACK","features":[460]},{"name":"PEER_PRESENCE_BUSY","features":[460]},{"name":"PEER_PRESENCE_IDLE","features":[460]},{"name":"PEER_PRESENCE_INFO","features":[460]},{"name":"PEER_PRESENCE_OFFLINE","features":[460]},{"name":"PEER_PRESENCE_ONLINE","features":[460]},{"name":"PEER_PRESENCE_ON_THE_PHONE","features":[460]},{"name":"PEER_PRESENCE_OUT_TO_LUNCH","features":[460]},{"name":"PEER_PRESENCE_STATUS","features":[460]},{"name":"PEER_PUBLICATION_SCOPE","features":[460]},{"name":"PEER_PUBLICATION_SCOPE_ALL","features":[460]},{"name":"PEER_PUBLICATION_SCOPE_INTERNET","features":[460]},{"name":"PEER_PUBLICATION_SCOPE_NEAR_ME","features":[460]},{"name":"PEER_PUBLICATION_SCOPE_NONE","features":[460]},{"name":"PEER_RECORD","features":[305,460]},{"name":"PEER_RECORD_ADDED","features":[460]},{"name":"PEER_RECORD_CHANGE_TYPE","features":[460]},{"name":"PEER_RECORD_DELETED","features":[460]},{"name":"PEER_RECORD_EXPIRED","features":[460]},{"name":"PEER_RECORD_FLAGS","features":[460]},{"name":"PEER_RECORD_FLAG_AUTOREFRESH","features":[460]},{"name":"PEER_RECORD_FLAG_DELETED","features":[460]},{"name":"PEER_RECORD_UPDATED","features":[460]},{"name":"PEER_SECURITY_INTERFACE","features":[305,460]},{"name":"PEER_SIGNIN_ALL","features":[460]},{"name":"PEER_SIGNIN_FLAGS","features":[460]},{"name":"PEER_SIGNIN_INTERNET","features":[460]},{"name":"PEER_SIGNIN_NEAR_ME","features":[460]},{"name":"PEER_SIGNIN_NONE","features":[460]},{"name":"PEER_VERSION_DATA","features":[460]},{"name":"PEER_WATCH_ALLOWED","features":[460]},{"name":"PEER_WATCH_BLOCKED","features":[460]},{"name":"PEER_WATCH_PERMISSION","features":[460]},{"name":"PFNPEER_FREE_SECURITY_DATA","features":[460]},{"name":"PFNPEER_ON_PASSWORD_AUTH_FAILED","features":[460]},{"name":"PFNPEER_SECURE_RECORD","features":[305,460]},{"name":"PFNPEER_VALIDATE_RECORD","features":[305,460]},{"name":"PNRPCLOUDINFO","features":[460]},{"name":"PNRPINFO_HINT","features":[460]},{"name":"PNRPINFO_V1","features":[460,319]},{"name":"PNRPINFO_V2","features":[460,319,358]},{"name":"PNRP_CLOUD_FLAGS","features":[460]},{"name":"PNRP_CLOUD_FULL_PARTICIPANT","features":[460]},{"name":"PNRP_CLOUD_ID","features":[460]},{"name":"PNRP_CLOUD_NAME_LOCAL","features":[460]},{"name":"PNRP_CLOUD_NO_FLAGS","features":[460]},{"name":"PNRP_CLOUD_RESOLVE_ONLY","features":[460]},{"name":"PNRP_CLOUD_STATE","features":[460]},{"name":"PNRP_CLOUD_STATE_ACTIVE","features":[460]},{"name":"PNRP_CLOUD_STATE_ALONE","features":[460]},{"name":"PNRP_CLOUD_STATE_DEAD","features":[460]},{"name":"PNRP_CLOUD_STATE_DISABLED","features":[460]},{"name":"PNRP_CLOUD_STATE_NO_NET","features":[460]},{"name":"PNRP_CLOUD_STATE_SYNCHRONISING","features":[460]},{"name":"PNRP_CLOUD_STATE_VIRTUAL","features":[460]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE","features":[460]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_BINARY","features":[460]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_NONE","features":[460]},{"name":"PNRP_EXTENDED_PAYLOAD_TYPE_STRING","features":[460]},{"name":"PNRP_GLOBAL_SCOPE","features":[460]},{"name":"PNRP_LINK_LOCAL_SCOPE","features":[460]},{"name":"PNRP_MAX_ENDPOINT_ADDRESSES","features":[460]},{"name":"PNRP_MAX_EXTENDED_PAYLOAD_BYTES","features":[460]},{"name":"PNRP_REGISTERED_ID_STATE","features":[460]},{"name":"PNRP_REGISTERED_ID_STATE_OK","features":[460]},{"name":"PNRP_REGISTERED_ID_STATE_PROBLEM","features":[460]},{"name":"PNRP_RESOLVE_CRITERIA","features":[460]},{"name":"PNRP_RESOLVE_CRITERIA_ANY_PEER_NAME","features":[460]},{"name":"PNRP_RESOLVE_CRITERIA_DEFAULT","features":[460]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_NON_CURRENT_PROCESS_PEER_NAME","features":[460]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_PEER_NAME","features":[460]},{"name":"PNRP_RESOLVE_CRITERIA_NEAREST_REMOTE_PEER_NAME","features":[460]},{"name":"PNRP_RESOLVE_CRITERIA_NON_CURRENT_PROCESS_PEER_NAME","features":[460]},{"name":"PNRP_RESOLVE_CRITERIA_REMOTE_PEER_NAME","features":[460]},{"name":"PNRP_SCOPE","features":[460]},{"name":"PNRP_SCOPE_ANY","features":[460]},{"name":"PNRP_SITE_LOCAL_SCOPE","features":[460]},{"name":"PeerCollabAddContact","features":[305,460]},{"name":"PeerCollabAsyncInviteContact","features":[305,460,319]},{"name":"PeerCollabAsyncInviteEndpoint","features":[305,460,319]},{"name":"PeerCollabCancelInvitation","features":[305,460]},{"name":"PeerCollabCloseHandle","features":[305,460]},{"name":"PeerCollabDeleteContact","features":[460]},{"name":"PeerCollabDeleteEndpointData","features":[460,319]},{"name":"PeerCollabDeleteObject","features":[460]},{"name":"PeerCollabEnumApplicationRegistrationInfo","features":[460]},{"name":"PeerCollabEnumApplications","features":[460,319]},{"name":"PeerCollabEnumContacts","features":[460]},{"name":"PeerCollabEnumEndpoints","features":[305,460]},{"name":"PeerCollabEnumObjects","features":[460,319]},{"name":"PeerCollabEnumPeopleNearMe","features":[460]},{"name":"PeerCollabExportContact","features":[460]},{"name":"PeerCollabGetAppLaunchInfo","features":[305,460,319]},{"name":"PeerCollabGetApplicationRegistrationInfo","features":[460]},{"name":"PeerCollabGetContact","features":[305,460]},{"name":"PeerCollabGetEndpointName","features":[460]},{"name":"PeerCollabGetEventData","features":[305,460,319]},{"name":"PeerCollabGetInvitationResponse","features":[305,460]},{"name":"PeerCollabGetPresenceInfo","features":[460,319]},{"name":"PeerCollabGetSigninOptions","features":[460]},{"name":"PeerCollabInviteContact","features":[305,460,319]},{"name":"PeerCollabInviteEndpoint","features":[460,319]},{"name":"PeerCollabParseContact","features":[305,460]},{"name":"PeerCollabQueryContactData","features":[460,319]},{"name":"PeerCollabRefreshEndpointData","features":[460,319]},{"name":"PeerCollabRegisterApplication","features":[460]},{"name":"PeerCollabRegisterEvent","features":[305,460]},{"name":"PeerCollabSetEndpointName","features":[460]},{"name":"PeerCollabSetObject","features":[460]},{"name":"PeerCollabSetPresenceInfo","features":[460]},{"name":"PeerCollabShutdown","features":[460]},{"name":"PeerCollabSignin","features":[305,460]},{"name":"PeerCollabSignout","features":[460]},{"name":"PeerCollabStartup","features":[460]},{"name":"PeerCollabSubscribeEndpointData","features":[460,319]},{"name":"PeerCollabUnregisterApplication","features":[460]},{"name":"PeerCollabUnregisterEvent","features":[460]},{"name":"PeerCollabUnsubscribeEndpointData","features":[460,319]},{"name":"PeerCollabUpdateContact","features":[305,460]},{"name":"PeerCreatePeerName","features":[460]},{"name":"PeerDistClientAddContentInformation","features":[305,460,311]},{"name":"PeerDistClientAddData","features":[305,460,311]},{"name":"PeerDistClientBasicInfo","features":[460]},{"name":"PeerDistClientBlockRead","features":[305,460,311]},{"name":"PeerDistClientCancelAsyncOperation","features":[305,460,311]},{"name":"PeerDistClientCloseContent","features":[460]},{"name":"PeerDistClientCompleteContentInformation","features":[305,460,311]},{"name":"PeerDistClientFlushContent","features":[305,460,311]},{"name":"PeerDistClientGetInformationByHandle","features":[460]},{"name":"PeerDistClientOpenContent","features":[305,460]},{"name":"PeerDistClientStreamRead","features":[305,460,311]},{"name":"PeerDistGetOverlappedResult","features":[305,460,311]},{"name":"PeerDistGetStatus","features":[460]},{"name":"PeerDistGetStatusEx","features":[460]},{"name":"PeerDistRegisterForStatusChangeNotification","features":[305,460,311]},{"name":"PeerDistRegisterForStatusChangeNotificationEx","features":[305,460,311]},{"name":"PeerDistServerCancelAsyncOperation","features":[305,460,311]},{"name":"PeerDistServerCloseContentInformation","features":[460]},{"name":"PeerDistServerCloseStreamHandle","features":[460]},{"name":"PeerDistServerOpenContentInformation","features":[305,460]},{"name":"PeerDistServerOpenContentInformationEx","features":[305,460]},{"name":"PeerDistServerPublishAddToStream","features":[305,460,311]},{"name":"PeerDistServerPublishCompleteStream","features":[305,460,311]},{"name":"PeerDistServerPublishStream","features":[305,460]},{"name":"PeerDistServerRetrieveContentInformation","features":[305,460,311]},{"name":"PeerDistServerUnpublish","features":[460]},{"name":"PeerDistShutdown","features":[460]},{"name":"PeerDistStartup","features":[460]},{"name":"PeerDistUnregisterForStatusChangeNotification","features":[460]},{"name":"PeerEndEnumeration","features":[460]},{"name":"PeerEnumGroups","features":[460]},{"name":"PeerEnumIdentities","features":[460]},{"name":"PeerFreeData","features":[460]},{"name":"PeerGetItemCount","features":[460]},{"name":"PeerGetNextItem","features":[460]},{"name":"PeerGraphAddRecord","features":[305,460]},{"name":"PeerGraphClose","features":[460]},{"name":"PeerGraphCloseDirectConnection","features":[460]},{"name":"PeerGraphConnect","features":[460,319]},{"name":"PeerGraphCreate","features":[305,460]},{"name":"PeerGraphDelete","features":[460]},{"name":"PeerGraphDeleteRecord","features":[305,460]},{"name":"PeerGraphEndEnumeration","features":[460]},{"name":"PeerGraphEnumConnections","features":[460]},{"name":"PeerGraphEnumNodes","features":[460]},{"name":"PeerGraphEnumRecords","features":[460]},{"name":"PeerGraphExportDatabase","features":[460]},{"name":"PeerGraphFreeData","features":[460]},{"name":"PeerGraphGetEventData","features":[460]},{"name":"PeerGraphGetItemCount","features":[460]},{"name":"PeerGraphGetNextItem","features":[460]},{"name":"PeerGraphGetNodeInfo","features":[460,319]},{"name":"PeerGraphGetProperties","features":[460]},{"name":"PeerGraphGetRecord","features":[305,460]},{"name":"PeerGraphGetStatus","features":[460]},{"name":"PeerGraphImportDatabase","features":[460]},{"name":"PeerGraphListen","features":[460]},{"name":"PeerGraphOpen","features":[305,460]},{"name":"PeerGraphOpenDirectConnection","features":[460,319]},{"name":"PeerGraphPeerTimeToUniversalTime","features":[305,460]},{"name":"PeerGraphRegisterEvent","features":[305,460]},{"name":"PeerGraphSearchRecords","features":[460]},{"name":"PeerGraphSendData","features":[460]},{"name":"PeerGraphSetNodeAttributes","features":[460]},{"name":"PeerGraphSetPresence","features":[305,460]},{"name":"PeerGraphSetProperties","features":[460]},{"name":"PeerGraphShutdown","features":[460]},{"name":"PeerGraphStartup","features":[460]},{"name":"PeerGraphUniversalTimeToPeerTime","features":[305,460]},{"name":"PeerGraphUnregisterEvent","features":[460]},{"name":"PeerGraphUpdateRecord","features":[305,460]},{"name":"PeerGraphValidateDeferredRecords","features":[460]},{"name":"PeerGroupAddRecord","features":[305,460]},{"name":"PeerGroupClose","features":[460]},{"name":"PeerGroupCloseDirectConnection","features":[460]},{"name":"PeerGroupConnect","features":[460]},{"name":"PeerGroupConnectByAddress","features":[460,319]},{"name":"PeerGroupCreate","features":[460]},{"name":"PeerGroupCreateInvitation","features":[305,460]},{"name":"PeerGroupCreatePasswordInvitation","features":[460]},{"name":"PeerGroupDelete","features":[460]},{"name":"PeerGroupDeleteRecord","features":[460]},{"name":"PeerGroupEnumConnections","features":[460]},{"name":"PeerGroupEnumMembers","features":[460]},{"name":"PeerGroupEnumRecords","features":[460]},{"name":"PeerGroupExportConfig","features":[460]},{"name":"PeerGroupExportDatabase","features":[460]},{"name":"PeerGroupGetEventData","features":[460]},{"name":"PeerGroupGetProperties","features":[460]},{"name":"PeerGroupGetRecord","features":[305,460]},{"name":"PeerGroupGetStatus","features":[460]},{"name":"PeerGroupImportConfig","features":[305,460]},{"name":"PeerGroupImportDatabase","features":[460]},{"name":"PeerGroupIssueCredentials","features":[305,460,398]},{"name":"PeerGroupJoin","features":[460]},{"name":"PeerGroupOpen","features":[460]},{"name":"PeerGroupOpenDirectConnection","features":[460,319]},{"name":"PeerGroupParseInvitation","features":[305,460,398]},{"name":"PeerGroupPasswordJoin","features":[460]},{"name":"PeerGroupPeerTimeToUniversalTime","features":[305,460]},{"name":"PeerGroupRegisterEvent","features":[305,460]},{"name":"PeerGroupResumePasswordAuthentication","features":[460]},{"name":"PeerGroupSearchRecords","features":[460]},{"name":"PeerGroupSendData","features":[460]},{"name":"PeerGroupSetProperties","features":[460]},{"name":"PeerGroupShutdown","features":[460]},{"name":"PeerGroupStartup","features":[460]},{"name":"PeerGroupUniversalTimeToPeerTime","features":[305,460]},{"name":"PeerGroupUnregisterEvent","features":[460]},{"name":"PeerGroupUpdateRecord","features":[305,460]},{"name":"PeerHostNameToPeerName","features":[460]},{"name":"PeerIdentityCreate","features":[460]},{"name":"PeerIdentityDelete","features":[460]},{"name":"PeerIdentityExport","features":[460]},{"name":"PeerIdentityGetCryptKey","features":[460]},{"name":"PeerIdentityGetDefault","features":[460]},{"name":"PeerIdentityGetFriendlyName","features":[460]},{"name":"PeerIdentityGetXML","features":[460]},{"name":"PeerIdentityImport","features":[460]},{"name":"PeerIdentitySetFriendlyName","features":[460]},{"name":"PeerNameToPeerHostName","features":[460]},{"name":"PeerPnrpEndResolve","features":[460]},{"name":"PeerPnrpGetCloudInfo","features":[460]},{"name":"PeerPnrpGetEndpoint","features":[460,319]},{"name":"PeerPnrpRegister","features":[460,319]},{"name":"PeerPnrpResolve","features":[460,319]},{"name":"PeerPnrpShutdown","features":[460]},{"name":"PeerPnrpStartResolve","features":[305,460]},{"name":"PeerPnrpStartup","features":[460]},{"name":"PeerPnrpUnregister","features":[460]},{"name":"PeerPnrpUpdateRegistration","features":[460,319]},{"name":"SVCID_PNRPCLOUD","features":[460]},{"name":"SVCID_PNRPNAME_V1","features":[460]},{"name":"SVCID_PNRPNAME_V2","features":[460]},{"name":"WSA_PNRP_CLIENT_INVALID_COMPARTMENT_ID","features":[460]},{"name":"WSA_PNRP_CLOUD_DISABLED","features":[460]},{"name":"WSA_PNRP_CLOUD_IS_DEAD","features":[460]},{"name":"WSA_PNRP_CLOUD_IS_SEARCH_ONLY","features":[460]},{"name":"WSA_PNRP_CLOUD_NOT_FOUND","features":[460]},{"name":"WSA_PNRP_DUPLICATE_PEER_NAME","features":[460]},{"name":"WSA_PNRP_ERROR_BASE","features":[460]},{"name":"WSA_PNRP_INVALID_IDENTITY","features":[460]},{"name":"WSA_PNRP_TOO_MUCH_LOAD","features":[460]},{"name":"WSZ_SCOPE_GLOBAL","features":[460]},{"name":"WSZ_SCOPE_LINKLOCAL","features":[460]},{"name":"WSZ_SCOPE_SITELOCAL","features":[460]}],"465":[{"name":"ABLE_TO_RECV_RSVP","features":[461]},{"name":"ADDRESS_LIST_DESCRIPTOR","features":[320,461]},{"name":"ADM_CTRL_FAILED","features":[461]},{"name":"ADSPEC","features":[461]},{"name":"AD_FLAG_BREAK_BIT","features":[461]},{"name":"AD_GENERAL_PARAMS","features":[461]},{"name":"AD_GUARANTEED","features":[461]},{"name":"ALLOWED_TO_SEND_DATA","features":[461]},{"name":"ANY_DEST_ADDR","features":[461]},{"name":"CBADMITRESULT","features":[461]},{"name":"CBGETRSVPOBJECTS","features":[461]},{"name":"CONTROLLED_DELAY_SERV","features":[461]},{"name":"CONTROLLED_LOAD_SERV","features":[461]},{"name":"CONTROL_SERVICE","features":[461]},{"name":"CREDENTIAL_SUB_TYPE_ASCII_ID","features":[461]},{"name":"CREDENTIAL_SUB_TYPE_KERBEROS_TKT","features":[461]},{"name":"CREDENTIAL_SUB_TYPE_PGP_CERT","features":[461]},{"name":"CREDENTIAL_SUB_TYPE_UNICODE_ID","features":[461]},{"name":"CREDENTIAL_SUB_TYPE_X509_V3_CERT","features":[461]},{"name":"CURRENT_TCI_VERSION","features":[461]},{"name":"CtrlLoadFlowspec","features":[461]},{"name":"DD_TCP_DEVICE_NAME","features":[461]},{"name":"DUP_RESULTS","features":[461]},{"name":"END_TO_END_QOSABILITY","features":[461]},{"name":"ENUMERATION_BUFFER","features":[461,319]},{"name":"ERROR_ADDRESS_TYPE_NOT_SUPPORTED","features":[461]},{"name":"ERROR_DS_MAPPING_EXISTS","features":[461]},{"name":"ERROR_DUPLICATE_FILTER","features":[461]},{"name":"ERROR_FILTER_CONFLICT","features":[461]},{"name":"ERROR_INCOMPATABLE_QOS","features":[461]},{"name":"ERROR_INCOMPATIBLE_TCI_VERSION","features":[461]},{"name":"ERROR_INVALID_ADDRESS_TYPE","features":[461]},{"name":"ERROR_INVALID_DIFFSERV_FLOW","features":[461]},{"name":"ERROR_INVALID_DS_CLASS","features":[461]},{"name":"ERROR_INVALID_FLOW_MODE","features":[461]},{"name":"ERROR_INVALID_PEAK_RATE","features":[461]},{"name":"ERROR_INVALID_QOS_PRIORITY","features":[461]},{"name":"ERROR_INVALID_SD_MODE","features":[461]},{"name":"ERROR_INVALID_SERVICE_TYPE","features":[461]},{"name":"ERROR_INVALID_SHAPE_RATE","features":[461]},{"name":"ERROR_INVALID_TOKEN_RATE","features":[461]},{"name":"ERROR_INVALID_TRAFFIC_CLASS","features":[461]},{"name":"ERROR_NO_MORE_INFO","features":[461]},{"name":"ERROR_SPEC","features":[461,319]},{"name":"ERROR_SPECF_InPlace","features":[461]},{"name":"ERROR_SPECF_NotGuilty","features":[461]},{"name":"ERROR_TC_NOT_SUPPORTED","features":[461]},{"name":"ERROR_TC_OBJECT_LENGTH_INVALID","features":[461]},{"name":"ERROR_TC_SUPPORTED_OBJECTS_EXIST","features":[461]},{"name":"ERROR_TOO_MANY_CLIENTS","features":[461]},{"name":"ERR_FORWARD_OK","features":[461]},{"name":"ERR_Usage_globl","features":[461]},{"name":"ERR_Usage_local","features":[461]},{"name":"ERR_Usage_serv","features":[461]},{"name":"ERR_global_mask","features":[461]},{"name":"EXPIRED_CREDENTIAL","features":[461]},{"name":"Error_Spec_IPv4","features":[461,319]},{"name":"FILTERSPECV4","features":[461]},{"name":"FILTERSPECV4_GPI","features":[461]},{"name":"FILTERSPECV6","features":[461]},{"name":"FILTERSPECV6_FLOW","features":[461]},{"name":"FILTERSPECV6_GPI","features":[461]},{"name":"FILTERSPEC_END","features":[461]},{"name":"FILTER_SPEC","features":[461,319]},{"name":"FLOWDESCRIPTOR","features":[461,319]},{"name":"FLOW_DESC","features":[461,319]},{"name":"FLOW_DURATION","features":[461]},{"name":"FORCE_IMMEDIATE_REFRESH","features":[461]},{"name":"FSCTL_TCP_BASE","features":[461]},{"name":"FVEB_UNLOCK_FLAG_AUK_OSFVEINFO","features":[461]},{"name":"FVEB_UNLOCK_FLAG_CACHED","features":[461]},{"name":"FVEB_UNLOCK_FLAG_EXTERNAL","features":[461]},{"name":"FVEB_UNLOCK_FLAG_MEDIA","features":[461]},{"name":"FVEB_UNLOCK_FLAG_NBP","features":[461]},{"name":"FVEB_UNLOCK_FLAG_NONE","features":[461]},{"name":"FVEB_UNLOCK_FLAG_PASSPHRASE","features":[461]},{"name":"FVEB_UNLOCK_FLAG_PIN","features":[461]},{"name":"FVEB_UNLOCK_FLAG_RECOVERY","features":[461]},{"name":"FVEB_UNLOCK_FLAG_TPM","features":[461]},{"name":"FilterType","features":[461]},{"name":"Filter_Spec_IPv4","features":[461,319]},{"name":"Filter_Spec_IPv4GPI","features":[461,319]},{"name":"GENERAL_INFO","features":[461]},{"name":"GQOS_API","features":[461]},{"name":"GQOS_ERRORCODE_UNKNOWN","features":[461]},{"name":"GQOS_ERRORVALUE_UNKNOWN","features":[461]},{"name":"GQOS_KERNEL_TC","features":[461]},{"name":"GQOS_KERNEL_TC_SYS","features":[461]},{"name":"GQOS_NET_ADMISSION","features":[461]},{"name":"GQOS_NET_POLICY","features":[461]},{"name":"GQOS_NO_ERRORCODE","features":[461]},{"name":"GQOS_NO_ERRORVALUE","features":[461]},{"name":"GQOS_RSVP","features":[461]},{"name":"GQOS_RSVP_SYS","features":[461]},{"name":"GUARANTEED_SERV","features":[461]},{"name":"GUAR_ADSPARM_C","features":[461]},{"name":"GUAR_ADSPARM_Csum","features":[461]},{"name":"GUAR_ADSPARM_Ctot","features":[461]},{"name":"GUAR_ADSPARM_D","features":[461]},{"name":"GUAR_ADSPARM_Dsum","features":[461]},{"name":"GUAR_ADSPARM_Dtot","features":[461]},{"name":"GUID_QOS_BESTEFFORT_BANDWIDTH","features":[461]},{"name":"GUID_QOS_ENABLE_AVG_STATS","features":[461]},{"name":"GUID_QOS_ENABLE_WINDOW_ADJUSTMENT","features":[461]},{"name":"GUID_QOS_FLOW_8021P_CONFORMING","features":[461]},{"name":"GUID_QOS_FLOW_8021P_NONCONFORMING","features":[461]},{"name":"GUID_QOS_FLOW_COUNT","features":[461]},{"name":"GUID_QOS_FLOW_IP_CONFORMING","features":[461]},{"name":"GUID_QOS_FLOW_IP_NONCONFORMING","features":[461]},{"name":"GUID_QOS_FLOW_MODE","features":[461]},{"name":"GUID_QOS_ISSLOW_FLOW","features":[461]},{"name":"GUID_QOS_LATENCY","features":[461]},{"name":"GUID_QOS_MAX_OUTSTANDING_SENDS","features":[461]},{"name":"GUID_QOS_NON_BESTEFFORT_LIMIT","features":[461]},{"name":"GUID_QOS_REMAINING_BANDWIDTH","features":[461]},{"name":"GUID_QOS_STATISTICS_BUFFER","features":[461]},{"name":"GUID_QOS_TIMER_RESOLUTION","features":[461]},{"name":"Gads_parms_t","features":[461]},{"name":"GenAdspecParams","features":[461]},{"name":"GenTspec","features":[461]},{"name":"GenTspecParms","features":[461]},{"name":"GuarFlowSpec","features":[461]},{"name":"GuarRspec","features":[461]},{"name":"HIGHLY_DELAY_SENSITIVE","features":[461]},{"name":"HSP_UPGRADE_IMAGEDATA","features":[461]},{"name":"IDENTITY_CHANGED","features":[461]},{"name":"IDPE_ATTR","features":[461]},{"name":"ID_ERROR_OBJECT","features":[461]},{"name":"IF_MIB_STATS_ID","features":[461]},{"name":"INFO_NOT_AVAILABLE","features":[461]},{"name":"INSUFFICIENT_PRIVILEGES","features":[461]},{"name":"INTSERV_VERSION0","features":[461]},{"name":"INTSERV_VERS_MASK","features":[461]},{"name":"INV_LPM_HANDLE","features":[461]},{"name":"INV_REQ_HANDLE","features":[461]},{"name":"INV_RESULTS","features":[461]},{"name":"IN_ADDR_IPV4","features":[461]},{"name":"IN_ADDR_IPV6","features":[461]},{"name":"IPX_PATTERN","features":[461]},{"name":"IP_INTFC_INFO_ID","features":[461]},{"name":"IP_MIB_ADDRTABLE_ENTRY_ID","features":[461]},{"name":"IP_MIB_STATS_ID","features":[461]},{"name":"IP_PATTERN","features":[461]},{"name":"ISPH_FLG_INV","features":[461]},{"name":"ISSH_BREAK_BIT","features":[461]},{"name":"IS_ADSPEC_BODY","features":[461]},{"name":"IS_FLOWSPEC","features":[461]},{"name":"IS_GUAR_RSPEC","features":[461]},{"name":"IS_WKP_COMPOSED_MTU","features":[461]},{"name":"IS_WKP_HOP_CNT","features":[461]},{"name":"IS_WKP_MIN_LATENCY","features":[461]},{"name":"IS_WKP_PATH_BW","features":[461]},{"name":"IS_WKP_Q_TSPEC","features":[461]},{"name":"IS_WKP_TB_TSPEC","features":[461]},{"name":"IntServFlowSpec","features":[461]},{"name":"IntServMainHdr","features":[461]},{"name":"IntServParmHdr","features":[461]},{"name":"IntServServiceHdr","features":[461]},{"name":"IntServTspecBody","features":[461]},{"name":"LINE_RATE","features":[461]},{"name":"LOCAL_QOSABILITY","features":[461]},{"name":"LOCAL_TRAFFIC_CONTROL","features":[461]},{"name":"LPMIPTABLE","features":[461,319]},{"name":"LPM_API_VERSION_1","features":[461]},{"name":"LPM_HANDLE","features":[461]},{"name":"LPM_INIT_INFO","features":[461]},{"name":"LPM_OK","features":[461]},{"name":"LPM_PE_ALL_TYPES","features":[461]},{"name":"LPM_PE_APP_IDENTITY","features":[461]},{"name":"LPM_PE_USER_IDENTITY","features":[461]},{"name":"LPM_RESULT_DEFER","features":[461]},{"name":"LPM_RESULT_READY","features":[461]},{"name":"LPM_TIME_OUT","features":[461]},{"name":"LPV_DONT_CARE","features":[461]},{"name":"LPV_DROP_MSG","features":[461]},{"name":"LPV_MAX_PRIORITY","features":[461]},{"name":"LPV_MIN_PRIORITY","features":[461]},{"name":"LPV_REJECT","features":[461]},{"name":"LPV_RESERVED","features":[461]},{"name":"MAX_HSP_UPGRADE_FILENAME_LENGTH","features":[461]},{"name":"MAX_PHYSADDR_SIZE","features":[461]},{"name":"MAX_STRING_LENGTH","features":[461]},{"name":"MODERATELY_DELAY_SENSITIVE","features":[461]},{"name":"OSDEVICE_TYPE_BLOCKIO_CDROM","features":[461]},{"name":"OSDEVICE_TYPE_BLOCKIO_FILE","features":[461]},{"name":"OSDEVICE_TYPE_BLOCKIO_HARDDISK","features":[461]},{"name":"OSDEVICE_TYPE_BLOCKIO_PARTITION","features":[461]},{"name":"OSDEVICE_TYPE_BLOCKIO_RAMDISK","features":[461]},{"name":"OSDEVICE_TYPE_BLOCKIO_REMOVABLEDISK","features":[461]},{"name":"OSDEVICE_TYPE_BLOCKIO_VIRTUALHARDDISK","features":[461]},{"name":"OSDEVICE_TYPE_CIMFS","features":[461]},{"name":"OSDEVICE_TYPE_COMPOSITE","features":[461]},{"name":"OSDEVICE_TYPE_SERIAL","features":[461]},{"name":"OSDEVICE_TYPE_UDP","features":[461]},{"name":"OSDEVICE_TYPE_UNKNOWN","features":[461]},{"name":"OSDEVICE_TYPE_VMBUS","features":[461]},{"name":"Opt_Distinct","features":[461]},{"name":"Opt_Explicit","features":[461]},{"name":"Opt_Share_mask","features":[461]},{"name":"Opt_Shared","features":[461]},{"name":"Opt_SndSel_mask","features":[461]},{"name":"Opt_Wildcard","features":[461]},{"name":"PALLOCMEM","features":[461]},{"name":"PARAM_BUFFER","features":[461]},{"name":"PCM_VERSION_1","features":[461]},{"name":"PE_ATTRIB_TYPE_CREDENTIAL","features":[461]},{"name":"PE_ATTRIB_TYPE_POLICY_LOCATOR","features":[461]},{"name":"PE_TYPE_APPID","features":[461]},{"name":"PFREEMEM","features":[461]},{"name":"POLICY_DATA","features":[461]},{"name":"POLICY_DECISION","features":[461]},{"name":"POLICY_ELEMENT","features":[461]},{"name":"POLICY_ERRV_CRAZY_FLOWSPEC","features":[461]},{"name":"POLICY_ERRV_EXPIRED_CREDENTIALS","features":[461]},{"name":"POLICY_ERRV_EXPIRED_USER_TOKEN","features":[461]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_COUNT","features":[461]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_DURATION","features":[461]},{"name":"POLICY_ERRV_GLOBAL_DEF_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_DEF_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_DEF_SUM_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_DEF_SUM_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_COUNT","features":[461]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_DURATION","features":[461]},{"name":"POLICY_ERRV_GLOBAL_GRP_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_GRP_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_GRP_SUM_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_GRP_SUM_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_COUNT","features":[461]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_DURATION","features":[461]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_SUM_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_UNAUTH_USER_SUM_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_COUNT","features":[461]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_DURATION","features":[461]},{"name":"POLICY_ERRV_GLOBAL_USER_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_USER_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_USER_SUM_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_GLOBAL_USER_SUM_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_IDENTITY_CHANGED","features":[461]},{"name":"POLICY_ERRV_INSUFFICIENT_PRIVILEGES","features":[461]},{"name":"POLICY_ERRV_NO_ACCEPTS","features":[461]},{"name":"POLICY_ERRV_NO_MEMORY","features":[461]},{"name":"POLICY_ERRV_NO_MORE_INFO","features":[461]},{"name":"POLICY_ERRV_NO_PRIVILEGES","features":[461]},{"name":"POLICY_ERRV_NO_RESOURCES","features":[461]},{"name":"POLICY_ERRV_PRE_EMPTED","features":[461]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_COUNT","features":[461]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_DURATION","features":[461]},{"name":"POLICY_ERRV_SUBNET_DEF_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_DEF_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_DEF_SUM_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_DEF_SUM_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_COUNT","features":[461]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_DURATION","features":[461]},{"name":"POLICY_ERRV_SUBNET_GRP_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_GRP_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_GRP_SUM_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_GRP_SUM_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_COUNT","features":[461]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_DURATION","features":[461]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_SUM_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_UNAUTH_USER_SUM_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_COUNT","features":[461]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_DURATION","features":[461]},{"name":"POLICY_ERRV_SUBNET_USER_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_USER_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_USER_SUM_FLOW_RATE","features":[461]},{"name":"POLICY_ERRV_SUBNET_USER_SUM_PEAK_RATE","features":[461]},{"name":"POLICY_ERRV_UNKNOWN","features":[461]},{"name":"POLICY_ERRV_UNKNOWN_USER","features":[461]},{"name":"POLICY_ERRV_UNSUPPORTED_CREDENTIAL_TYPE","features":[461]},{"name":"POLICY_ERRV_USER_CHANGED","features":[461]},{"name":"POLICY_LOCATOR_SUB_TYPE_ASCII_DN","features":[461]},{"name":"POLICY_LOCATOR_SUB_TYPE_ASCII_DN_ENC","features":[461]},{"name":"POLICY_LOCATOR_SUB_TYPE_UNICODE_DN","features":[461]},{"name":"POLICY_LOCATOR_SUB_TYPE_UNICODE_DN_ENC","features":[461]},{"name":"POSITIVE_INFINITY_RATE","features":[461]},{"name":"PREDICTIVE_SERV","features":[461]},{"name":"QOSAddSocketToFlow","features":[305,461,319]},{"name":"QOSCancel","features":[305,461,311]},{"name":"QOSCloseHandle","features":[305,461]},{"name":"QOSCreateHandle","features":[305,461]},{"name":"QOSEnumerateFlows","features":[305,461]},{"name":"QOSFlowRateCongestion","features":[461]},{"name":"QOSFlowRateContentChange","features":[461]},{"name":"QOSFlowRateHigherContentEncoding","features":[461]},{"name":"QOSFlowRateNotApplicable","features":[461]},{"name":"QOSFlowRateUserCaused","features":[461]},{"name":"QOSNotifyAvailable","features":[461]},{"name":"QOSNotifyCongested","features":[461]},{"name":"QOSNotifyFlow","features":[305,461,311]},{"name":"QOSNotifyUncongested","features":[461]},{"name":"QOSQueryFlow","features":[305,461,311]},{"name":"QOSQueryFlowFundamentals","features":[461]},{"name":"QOSQueryOutgoingRate","features":[461]},{"name":"QOSQueryPacketPriority","features":[461]},{"name":"QOSRemoveSocketFromFlow","features":[305,461,319]},{"name":"QOSSPBASE","features":[461]},{"name":"QOSSP_ERR_BASE","features":[461]},{"name":"QOSSetFlow","features":[305,461,311]},{"name":"QOSSetOutgoingDSCPValue","features":[461]},{"name":"QOSSetOutgoingRate","features":[461]},{"name":"QOSSetTrafficType","features":[461]},{"name":"QOSShapeAndMark","features":[461]},{"name":"QOSShapeOnly","features":[461]},{"name":"QOSStartTrackingClient","features":[305,461,319]},{"name":"QOSStopTrackingClient","features":[305,461,319]},{"name":"QOSTrafficTypeAudioVideo","features":[461]},{"name":"QOSTrafficTypeBackground","features":[461]},{"name":"QOSTrafficTypeBestEffort","features":[461]},{"name":"QOSTrafficTypeControl","features":[461]},{"name":"QOSTrafficTypeExcellentEffort","features":[461]},{"name":"QOSTrafficTypeVoice","features":[461]},{"name":"QOSUseNonConformantMarkings","features":[461]},{"name":"QOS_DESTADDR","features":[461,319]},{"name":"QOS_DIFFSERV","features":[461]},{"name":"QOS_DIFFSERV_RULE","features":[461]},{"name":"QOS_DS_CLASS","features":[461]},{"name":"QOS_FLOWRATE_OUTGOING","features":[461]},{"name":"QOS_FLOWRATE_REASON","features":[461]},{"name":"QOS_FLOW_FUNDAMENTALS","features":[305,461]},{"name":"QOS_FRIENDLY_NAME","features":[461]},{"name":"QOS_GENERAL_ID_BASE","features":[461]},{"name":"QOS_MAX_OBJECT_STRING_LENGTH","features":[461]},{"name":"QOS_NON_ADAPTIVE_FLOW","features":[461]},{"name":"QOS_NOTIFY_FLOW","features":[461]},{"name":"QOS_NOT_SPECIFIED","features":[461]},{"name":"QOS_OBJECT_HDR","features":[461]},{"name":"QOS_OUTGOING_DEFAULT_MINIMUM_BANDWIDTH","features":[461]},{"name":"QOS_PACKET_PRIORITY","features":[461]},{"name":"QOS_QUERYFLOW_FRESH","features":[461]},{"name":"QOS_QUERY_FLOW","features":[461]},{"name":"QOS_SD_MODE","features":[461]},{"name":"QOS_SET_FLOW","features":[461]},{"name":"QOS_SHAPING","features":[461]},{"name":"QOS_SHAPING_RATE","features":[461]},{"name":"QOS_TCP_TRAFFIC","features":[461]},{"name":"QOS_TRAFFIC_CLASS","features":[461]},{"name":"QOS_TRAFFIC_GENERAL_ID_BASE","features":[461]},{"name":"QOS_TRAFFIC_TYPE","features":[461]},{"name":"QOS_VERSION","features":[461]},{"name":"QUALITATIVE_SERV","features":[461]},{"name":"QualAppFlowSpec","features":[461]},{"name":"QualTspec","features":[461]},{"name":"QualTspecParms","features":[461]},{"name":"RCVD_PATH_TEAR","features":[461]},{"name":"RCVD_RESV_TEAR","features":[461]},{"name":"RESOURCES_ALLOCATED","features":[461]},{"name":"RESOURCES_MODIFIED","features":[461]},{"name":"RESV_STYLE","features":[461]},{"name":"RHANDLE","features":[461]},{"name":"RSVP_ADSPEC","features":[461]},{"name":"RSVP_DEFAULT_STYLE","features":[461]},{"name":"RSVP_Err_ADMISSION","features":[461]},{"name":"RSVP_Err_AMBIG_FILTER","features":[461]},{"name":"RSVP_Err_API_ERROR","features":[461]},{"name":"RSVP_Err_BAD_DSTPORT","features":[461]},{"name":"RSVP_Err_BAD_SNDPORT","features":[461]},{"name":"RSVP_Err_BAD_STYLE","features":[461]},{"name":"RSVP_Err_NONE","features":[461]},{"name":"RSVP_Err_NO_PATH","features":[461]},{"name":"RSVP_Err_NO_SENDER","features":[461]},{"name":"RSVP_Err_POLICY","features":[461]},{"name":"RSVP_Err_PREEMPTED","features":[461]},{"name":"RSVP_Err_RSVP_SYS_ERROR","features":[461]},{"name":"RSVP_Err_TC_ERROR","features":[461]},{"name":"RSVP_Err_TC_SYS_ERROR","features":[461]},{"name":"RSVP_Err_UNKNOWN_CTYPE","features":[461]},{"name":"RSVP_Err_UNKNOWN_STYLE","features":[461]},{"name":"RSVP_Err_UNKN_OBJ_CLASS","features":[461]},{"name":"RSVP_Erv_API","features":[461]},{"name":"RSVP_Erv_Bandwidth","features":[461]},{"name":"RSVP_Erv_Bucket_szie","features":[461]},{"name":"RSVP_Erv_Conflict_Serv","features":[461]},{"name":"RSVP_Erv_Crazy_Flowspec","features":[461]},{"name":"RSVP_Erv_Crazy_Tspec","features":[461]},{"name":"RSVP_Erv_DelayBnd","features":[461]},{"name":"RSVP_Erv_Flow_Rate","features":[461]},{"name":"RSVP_Erv_MEMORY","features":[461]},{"name":"RSVP_Erv_MTU","features":[461]},{"name":"RSVP_Erv_Min_Policied_size","features":[461]},{"name":"RSVP_Erv_No_Serv","features":[461]},{"name":"RSVP_Erv_Nonev","features":[461]},{"name":"RSVP_Erv_Other","features":[461]},{"name":"RSVP_Erv_Peak_Rate","features":[461]},{"name":"RSVP_FILTERSPEC","features":[461]},{"name":"RSVP_FILTERSPEC_V4","features":[461]},{"name":"RSVP_FILTERSPEC_V4_GPI","features":[461]},{"name":"RSVP_FILTERSPEC_V6","features":[461]},{"name":"RSVP_FILTERSPEC_V6_FLOW","features":[461]},{"name":"RSVP_FILTERSPEC_V6_GPI","features":[461]},{"name":"RSVP_FIXED_FILTER_STYLE","features":[461]},{"name":"RSVP_HOP","features":[461,319]},{"name":"RSVP_MSG_OBJS","features":[461,319]},{"name":"RSVP_OBJECT_ID_BASE","features":[461]},{"name":"RSVP_PATH","features":[461]},{"name":"RSVP_PATH_ERR","features":[461]},{"name":"RSVP_PATH_TEAR","features":[461]},{"name":"RSVP_POLICY","features":[461]},{"name":"RSVP_POLICY_INFO","features":[461]},{"name":"RSVP_RESERVE_INFO","features":[461,319]},{"name":"RSVP_RESV","features":[461]},{"name":"RSVP_RESV_ERR","features":[461]},{"name":"RSVP_RESV_TEAR","features":[461]},{"name":"RSVP_SCOPE","features":[461,319]},{"name":"RSVP_SESSION","features":[461,319]},{"name":"RSVP_SHARED_EXPLICIT_STYLE","features":[461]},{"name":"RSVP_STATUS_INFO","features":[461]},{"name":"RSVP_WILDCARD_STYLE","features":[461]},{"name":"RsvpObjHdr","features":[461]},{"name":"Rsvp_Hop_IPv4","features":[461,319]},{"name":"SENDER_TSPEC","features":[461]},{"name":"SERVICETYPE_BESTEFFORT","features":[461]},{"name":"SERVICETYPE_CONTROLLEDLOAD","features":[461]},{"name":"SERVICETYPE_GENERAL_INFORMATION","features":[461]},{"name":"SERVICETYPE_GUARANTEED","features":[461]},{"name":"SERVICETYPE_NETWORK_CONTROL","features":[461]},{"name":"SERVICETYPE_NETWORK_UNAVAILABLE","features":[461]},{"name":"SERVICETYPE_NOCHANGE","features":[461]},{"name":"SERVICETYPE_NONCONFORMING","features":[461]},{"name":"SERVICETYPE_NOTRAFFIC","features":[461]},{"name":"SERVICETYPE_QUALITATIVE","features":[461]},{"name":"SERVICE_BESTEFFORT","features":[461]},{"name":"SERVICE_CONTROLLEDLOAD","features":[461]},{"name":"SERVICE_GUARANTEED","features":[461]},{"name":"SERVICE_NO_QOS_SIGNALING","features":[461]},{"name":"SERVICE_NO_TRAFFIC_CONTROL","features":[461]},{"name":"SERVICE_QUALITATIVE","features":[461]},{"name":"SESSFLG_E_Police","features":[461]},{"name":"SIPAERROR_FIRMWAREFAILURE","features":[461]},{"name":"SIPAERROR_INTERNALFAILURE","features":[461]},{"name":"SIPAEVENTTYPE_AGGREGATION","features":[461]},{"name":"SIPAEVENTTYPE_AUTHORITY","features":[461]},{"name":"SIPAEVENTTYPE_CONTAINER","features":[461]},{"name":"SIPAEVENTTYPE_DRTM","features":[461]},{"name":"SIPAEVENTTYPE_ELAM","features":[461]},{"name":"SIPAEVENTTYPE_ERROR","features":[461]},{"name":"SIPAEVENTTYPE_INFORMATION","features":[461]},{"name":"SIPAEVENTTYPE_KSR","features":[461]},{"name":"SIPAEVENTTYPE_LOADEDMODULE","features":[461]},{"name":"SIPAEVENTTYPE_NONMEASURED","features":[461]},{"name":"SIPAEVENTTYPE_OSPARAMETER","features":[461]},{"name":"SIPAEVENTTYPE_PREOSPARAMETER","features":[461]},{"name":"SIPAEVENTTYPE_TRUSTPOINT","features":[461]},{"name":"SIPAEVENTTYPE_VBS","features":[461]},{"name":"SIPAEVENT_APPLICATION_RETURN","features":[461]},{"name":"SIPAEVENT_APPLICATION_SVN","features":[461]},{"name":"SIPAEVENT_AUTHENTICODEHASH","features":[461]},{"name":"SIPAEVENT_AUTHORITYISSUER","features":[461]},{"name":"SIPAEVENT_AUTHORITYPUBKEY","features":[461]},{"name":"SIPAEVENT_AUTHORITYPUBLISHER","features":[461]},{"name":"SIPAEVENT_AUTHORITYSERIAL","features":[461]},{"name":"SIPAEVENT_AUTHORITYSHA1THUMBPRINT","features":[461]},{"name":"SIPAEVENT_BITLOCKER_UNLOCK","features":[461]},{"name":"SIPAEVENT_BOOTCOUNTER","features":[461]},{"name":"SIPAEVENT_BOOTDEBUGGING","features":[461]},{"name":"SIPAEVENT_BOOT_REVOCATION_LIST","features":[461]},{"name":"SIPAEVENT_CODEINTEGRITY","features":[461]},{"name":"SIPAEVENT_COUNTERID","features":[461]},{"name":"SIPAEVENT_DATAEXECUTIONPREVENTION","features":[461]},{"name":"SIPAEVENT_DRIVER_LOAD_POLICY","features":[461]},{"name":"SIPAEVENT_DRTM_AMD_SMM_HASH","features":[461]},{"name":"SIPAEVENT_DRTM_AMD_SMM_SIGNER_KEY","features":[461]},{"name":"SIPAEVENT_DRTM_SMM_LEVEL","features":[461]},{"name":"SIPAEVENT_DRTM_STATE_AUTH","features":[461]},{"name":"SIPAEVENT_DUMPS_DISABLED","features":[461]},{"name":"SIPAEVENT_DUMP_ENCRYPTION_ENABLED","features":[461]},{"name":"SIPAEVENT_DUMP_ENCRYPTION_KEY_DIGEST","features":[461]},{"name":"SIPAEVENT_ELAM_CONFIGURATION","features":[461]},{"name":"SIPAEVENT_ELAM_KEYNAME","features":[461]},{"name":"SIPAEVENT_ELAM_MEASURED","features":[461]},{"name":"SIPAEVENT_ELAM_POLICY","features":[461]},{"name":"SIPAEVENT_EVENTCOUNTER","features":[461]},{"name":"SIPAEVENT_FILEPATH","features":[461]},{"name":"SIPAEVENT_FLIGHTSIGNING","features":[461]},{"name":"SIPAEVENT_HASHALGORITHMID","features":[461]},{"name":"SIPAEVENT_HIBERNATION_DISABLED","features":[461]},{"name":"SIPAEVENT_HYPERVISOR_BOOT_DMA_PROTECTION","features":[461]},{"name":"SIPAEVENT_HYPERVISOR_DEBUG","features":[461]},{"name":"SIPAEVENT_HYPERVISOR_IOMMU_POLICY","features":[461]},{"name":"SIPAEVENT_HYPERVISOR_LAUNCH_TYPE","features":[461]},{"name":"SIPAEVENT_HYPERVISOR_MMIO_NX_POLICY","features":[461]},{"name":"SIPAEVENT_HYPERVISOR_MSR_FILTER_POLICY","features":[461]},{"name":"SIPAEVENT_HYPERVISOR_PATH","features":[461]},{"name":"SIPAEVENT_IMAGEBASE","features":[461]},{"name":"SIPAEVENT_IMAGESIZE","features":[461]},{"name":"SIPAEVENT_IMAGEVALIDATED","features":[461]},{"name":"SIPAEVENT_INFORMATION","features":[461]},{"name":"SIPAEVENT_KSR_SIGNATURE","features":[461]},{"name":"SIPAEVENT_KSR_SIGNATURE_PAYLOAD","features":[461]},{"name":"SIPAEVENT_LSAISO_CONFIG","features":[461]},{"name":"SIPAEVENT_MODULE_HSP","features":[461]},{"name":"SIPAEVENT_MODULE_SVN","features":[461]},{"name":"SIPAEVENT_MORBIT_API_STATUS","features":[461]},{"name":"SIPAEVENT_MORBIT_NOT_CANCELABLE","features":[461]},{"name":"SIPAEVENT_NOAUTHORITY","features":[461]},{"name":"SIPAEVENT_OSDEVICE","features":[461]},{"name":"SIPAEVENT_OSKERNELDEBUG","features":[461]},{"name":"SIPAEVENT_OS_REVOCATION_LIST","features":[461]},{"name":"SIPAEVENT_PAGEFILE_ENCRYPTION_ENABLED","features":[461]},{"name":"SIPAEVENT_PHYSICALADDRESSEXTENSION","features":[461]},{"name":"SIPAEVENT_REVOCATION_LIST_PAYLOAD","features":[461]},{"name":"SIPAEVENT_SAFEMODE","features":[461]},{"name":"SIPAEVENT_SBCP_INFO","features":[461]},{"name":"SIPAEVENT_SBCP_INFO_PAYLOAD_V1","features":[461]},{"name":"SIPAEVENT_SI_POLICY","features":[461]},{"name":"SIPAEVENT_SI_POLICY_PAYLOAD","features":[461]},{"name":"SIPAEVENT_SMT_STATUS","features":[461]},{"name":"SIPAEVENT_SVN_CHAIN_STATUS","features":[461]},{"name":"SIPAEVENT_SYSTEMROOT","features":[461]},{"name":"SIPAEVENT_TESTSIGNING","features":[461]},{"name":"SIPAEVENT_TRANSFER_CONTROL","features":[461]},{"name":"SIPAEVENT_VBS_DUMP_USES_AMEROOT","features":[461]},{"name":"SIPAEVENT_VBS_HVCI_POLICY","features":[461]},{"name":"SIPAEVENT_VBS_IOMMU_REQUIRED","features":[461]},{"name":"SIPAEVENT_VBS_MANDATORY_ENFORCEMENT","features":[461]},{"name":"SIPAEVENT_VBS_MICROSOFT_BOOT_CHAIN_REQUIRED","features":[461]},{"name":"SIPAEVENT_VBS_MMIO_NX_REQUIRED","features":[461]},{"name":"SIPAEVENT_VBS_MSR_FILTERING_REQUIRED","features":[461]},{"name":"SIPAEVENT_VBS_SECUREBOOT_REQUIRED","features":[461]},{"name":"SIPAEVENT_VBS_VSM_NOSECRETS_ENFORCED","features":[461]},{"name":"SIPAEVENT_VBS_VSM_REQUIRED","features":[461]},{"name":"SIPAEVENT_VSM_IDKS_INFO","features":[461]},{"name":"SIPAEVENT_VSM_IDK_INFO","features":[461]},{"name":"SIPAEVENT_VSM_IDK_INFO_PAYLOAD","features":[461]},{"name":"SIPAEVENT_VSM_IDK_RSA_INFO","features":[461]},{"name":"SIPAEVENT_VSM_LAUNCH_TYPE","features":[461]},{"name":"SIPAEVENT_WINPE","features":[461]},{"name":"SIPAEV_ACTION","features":[461]},{"name":"SIPAEV_AMD_SL_EVENT_BASE","features":[461]},{"name":"SIPAEV_AMD_SL_LOAD","features":[461]},{"name":"SIPAEV_AMD_SL_LOAD_1","features":[461]},{"name":"SIPAEV_AMD_SL_PSP_FW_SPLT","features":[461]},{"name":"SIPAEV_AMD_SL_PUB_KEY","features":[461]},{"name":"SIPAEV_AMD_SL_SEPARATOR","features":[461]},{"name":"SIPAEV_AMD_SL_SVN","features":[461]},{"name":"SIPAEV_AMD_SL_TSME_RB_FUSE","features":[461]},{"name":"SIPAEV_COMPACT_HASH","features":[461]},{"name":"SIPAEV_CPU_MICROCODE","features":[461]},{"name":"SIPAEV_EFI_ACTION","features":[461]},{"name":"SIPAEV_EFI_BOOT_SERVICES_APPLICATION","features":[461]},{"name":"SIPAEV_EFI_BOOT_SERVICES_DRIVER","features":[461]},{"name":"SIPAEV_EFI_EVENT_BASE","features":[461]},{"name":"SIPAEV_EFI_GPT_EVENT","features":[461]},{"name":"SIPAEV_EFI_HANDOFF_TABLES","features":[461]},{"name":"SIPAEV_EFI_HANDOFF_TABLES2","features":[461]},{"name":"SIPAEV_EFI_HCRTM_EVENT","features":[461]},{"name":"SIPAEV_EFI_PLATFORM_FIRMWARE_BLOB","features":[461]},{"name":"SIPAEV_EFI_PLATFORM_FIRMWARE_BLOB2","features":[461]},{"name":"SIPAEV_EFI_RUNTIME_SERVICES_DRIVER","features":[461]},{"name":"SIPAEV_EFI_SPDM_FIRMWARE_BLOB","features":[461]},{"name":"SIPAEV_EFI_SPDM_FIRMWARE_CONFIG","features":[461]},{"name":"SIPAEV_EFI_VARIABLE_AUTHORITY","features":[461]},{"name":"SIPAEV_EFI_VARIABLE_BOOT","features":[461]},{"name":"SIPAEV_EFI_VARIABLE_BOOT2","features":[461]},{"name":"SIPAEV_EFI_VARIABLE_DRIVER_CONFIG","features":[461]},{"name":"SIPAEV_EVENT_TAG","features":[461]},{"name":"SIPAEV_IPL","features":[461]},{"name":"SIPAEV_IPL_PARTITION_DATA","features":[461]},{"name":"SIPAEV_NONHOST_CODE","features":[461]},{"name":"SIPAEV_NONHOST_CONFIG","features":[461]},{"name":"SIPAEV_NONHOST_INFO","features":[461]},{"name":"SIPAEV_NO_ACTION","features":[461]},{"name":"SIPAEV_OMIT_BOOT_DEVICE_EVENTS","features":[461]},{"name":"SIPAEV_PLATFORM_CONFIG_FLAGS","features":[461]},{"name":"SIPAEV_POST_CODE","features":[461]},{"name":"SIPAEV_PREBOOT_CERT","features":[461]},{"name":"SIPAEV_SEPARATOR","features":[461]},{"name":"SIPAEV_S_CRTM_CONTENTS","features":[461]},{"name":"SIPAEV_S_CRTM_VERSION","features":[461]},{"name":"SIPAEV_TABLE_OF_DEVICES","features":[461]},{"name":"SIPAEV_TXT_BIOSAC_REG_DATA","features":[461]},{"name":"SIPAEV_TXT_BOOT_POL_HASH","features":[461]},{"name":"SIPAEV_TXT_BPM_HASH","features":[461]},{"name":"SIPAEV_TXT_BPM_INFO_HASH","features":[461]},{"name":"SIPAEV_TXT_CAP_VALUE","features":[461]},{"name":"SIPAEV_TXT_COLD_BOOT_BIOS_HASH","features":[461]},{"name":"SIPAEV_TXT_COMBINED_HASH","features":[461]},{"name":"SIPAEV_TXT_CPU_SCRTM_STAT","features":[461]},{"name":"SIPAEV_TXT_ELEMENTS_HASH","features":[461]},{"name":"SIPAEV_TXT_EVENT_BASE","features":[461]},{"name":"SIPAEV_TXT_HASH_START","features":[461]},{"name":"SIPAEV_TXT_KM_HASH","features":[461]},{"name":"SIPAEV_TXT_KM_INFO_HASH","features":[461]},{"name":"SIPAEV_TXT_LCP_AUTHORITIES_HASH","features":[461]},{"name":"SIPAEV_TXT_LCP_CONTROL_HASH","features":[461]},{"name":"SIPAEV_TXT_LCP_DETAILS_HASH","features":[461]},{"name":"SIPAEV_TXT_LCP_HASH","features":[461]},{"name":"SIPAEV_TXT_MLE_HASH","features":[461]},{"name":"SIPAEV_TXT_NV_INFO_HASH","features":[461]},{"name":"SIPAEV_TXT_OSSINITDATA_CAP_HASH","features":[461]},{"name":"SIPAEV_TXT_PCR_MAPPING","features":[461]},{"name":"SIPAEV_TXT_RANDOM_VALUE","features":[461]},{"name":"SIPAEV_TXT_SINIT_PUBKEY_HASH","features":[461]},{"name":"SIPAEV_TXT_STM_HASH","features":[461]},{"name":"SIPAEV_UNUSED","features":[461]},{"name":"SIPAHDRSIGNATURE","features":[461]},{"name":"SIPAKSRHDRSIGNATURE","features":[461]},{"name":"SIPALOGVERSION","features":[461]},{"name":"STATE_TIMEOUT","features":[461]},{"name":"Scope_list_ipv4","features":[461,319]},{"name":"Session_IPv4","features":[461,319]},{"name":"TCBASE","features":[461]},{"name":"TCG_PCClientPCREventStruct","features":[461]},{"name":"TCG_PCClientTaggedEventStruct","features":[461]},{"name":"TCI_ADD_FLOW_COMPLETE_HANDLER","features":[305,461]},{"name":"TCI_CLIENT_FUNC_LIST","features":[305,461]},{"name":"TCI_DEL_FLOW_COMPLETE_HANDLER","features":[305,461]},{"name":"TCI_MOD_FLOW_COMPLETE_HANDLER","features":[305,461]},{"name":"TCI_NOTIFY_HANDLER","features":[305,461]},{"name":"TC_GEN_FILTER","features":[461]},{"name":"TC_GEN_FLOW","features":[461,319]},{"name":"TC_IFC_DESCRIPTOR","features":[320,461]},{"name":"TC_NONCONF_BORROW","features":[461]},{"name":"TC_NONCONF_BORROW_PLUS","features":[461]},{"name":"TC_NONCONF_DISCARD","features":[461]},{"name":"TC_NONCONF_SHAPE","features":[461]},{"name":"TC_NOTIFY_FLOW_CLOSE","features":[461]},{"name":"TC_NOTIFY_IFC_CHANGE","features":[461]},{"name":"TC_NOTIFY_IFC_CLOSE","features":[461]},{"name":"TC_NOTIFY_IFC_UP","features":[461]},{"name":"TC_NOTIFY_PARAM_CHANGED","features":[461]},{"name":"TC_SUPPORTED_INFO_BUFFER","features":[320,461]},{"name":"TcAddFilter","features":[305,461]},{"name":"TcAddFlow","features":[305,461,319]},{"name":"TcCloseInterface","features":[305,461]},{"name":"TcDeleteFilter","features":[305,461]},{"name":"TcDeleteFlow","features":[305,461]},{"name":"TcDeregisterClient","features":[305,461]},{"name":"TcEnumerateFlows","features":[305,461,319]},{"name":"TcEnumerateInterfaces","features":[305,320,461]},{"name":"TcGetFlowNameA","features":[305,461]},{"name":"TcGetFlowNameW","features":[305,461]},{"name":"TcModifyFlow","features":[305,461,319]},{"name":"TcOpenInterfaceA","features":[305,461]},{"name":"TcOpenInterfaceW","features":[305,461]},{"name":"TcQueryFlowA","features":[461]},{"name":"TcQueryFlowW","features":[461]},{"name":"TcQueryInterface","features":[305,461]},{"name":"TcRegisterClient","features":[305,461]},{"name":"TcSetFlowA","features":[461]},{"name":"TcSetFlowW","features":[461]},{"name":"TcSetInterface","features":[305,461]},{"name":"UNSUPPORTED_CREDENTIAL_TYPE","features":[461]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_256","features":[461]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_384","features":[461]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA3_512","features":[461]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_1","features":[461]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_256","features":[461]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_384","features":[461]},{"name":"WBCL_DIGEST_ALG_BITMAP_SHA_2_512","features":[461]},{"name":"WBCL_DIGEST_ALG_BITMAP_SM3_256","features":[461]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_256","features":[461]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_384","features":[461]},{"name":"WBCL_DIGEST_ALG_ID_SHA3_512","features":[461]},{"name":"WBCL_DIGEST_ALG_ID_SHA_1","features":[461]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_256","features":[461]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_384","features":[461]},{"name":"WBCL_DIGEST_ALG_ID_SHA_2_512","features":[461]},{"name":"WBCL_DIGEST_ALG_ID_SM3_256","features":[461]},{"name":"WBCL_HASH_LEN_SHA1","features":[461]},{"name":"WBCL_Iterator","features":[461]},{"name":"WBCL_LogHdr","features":[461]},{"name":"WBCL_MAX_HSP_UPGRADE_HASH_LEN","features":[461]},{"name":"class_ADSPEC","features":[461]},{"name":"class_CONFIRM","features":[461]},{"name":"class_ERROR_SPEC","features":[461]},{"name":"class_FILTER_SPEC","features":[461]},{"name":"class_FLOWSPEC","features":[461]},{"name":"class_INTEGRITY","features":[461]},{"name":"class_IS_FLOWSPEC","features":[461]},{"name":"class_MAX","features":[461]},{"name":"class_NULL","features":[461]},{"name":"class_POLICY_DATA","features":[461]},{"name":"class_RSVP_HOP","features":[461]},{"name":"class_SCOPE","features":[461]},{"name":"class_SENDER_TEMPLATE","features":[461]},{"name":"class_SENDER_TSPEC","features":[461]},{"name":"class_SESSION","features":[461]},{"name":"class_SESSION_GROUP","features":[461]},{"name":"class_STYLE","features":[461]},{"name":"class_TIME_VALUES","features":[461]},{"name":"ctype_ADSPEC_INTSERV","features":[461]},{"name":"ctype_ERROR_SPEC_ipv4","features":[461]},{"name":"ctype_FILTER_SPEC_ipv4","features":[461]},{"name":"ctype_FILTER_SPEC_ipv4GPI","features":[461]},{"name":"ctype_FLOWSPEC_Intserv0","features":[461]},{"name":"ctype_POLICY_DATA","features":[461]},{"name":"ctype_RSVP_HOP_ipv4","features":[461]},{"name":"ctype_SCOPE_list_ipv4","features":[461]},{"name":"ctype_SENDER_TEMPLATE_ipv4","features":[461]},{"name":"ctype_SENDER_TEMPLATE_ipv4GPI","features":[461]},{"name":"ctype_SENDER_TSPEC","features":[461]},{"name":"ctype_SESSION_ipv4","features":[461]},{"name":"ctype_SESSION_ipv4GPI","features":[461]},{"name":"ctype_STYLE","features":[461]},{"name":"int_serv_wkp","features":[461]},{"name":"ioctl_code","features":[461]},{"name":"mCOMPANY","features":[461]},{"name":"mIOC_IN","features":[461]},{"name":"mIOC_OUT","features":[461]},{"name":"mIOC_VENDOR","features":[461]}],"466":[{"name":"ALLOW_NO_AUTH","features":[462]},{"name":"ALL_SOURCES","features":[462]},{"name":"ANY_SOURCE","features":[462]},{"name":"ATADDRESSLEN","features":[462]},{"name":"AUTH_VALIDATION_EX","features":[305,462]},{"name":"DO_NOT_ALLOW_NO_AUTH","features":[462]},{"name":"ERROR_ACCESSING_TCPCFGDLL","features":[462]},{"name":"ERROR_ACCT_DISABLED","features":[462]},{"name":"ERROR_ACCT_EXPIRED","features":[462]},{"name":"ERROR_ACTION_REQUIRED","features":[462]},{"name":"ERROR_ALLOCATING_MEMORY","features":[462]},{"name":"ERROR_ALREADY_DISCONNECTING","features":[462]},{"name":"ERROR_ASYNC_REQUEST_PENDING","features":[462]},{"name":"ERROR_AUTHENTICATION_FAILURE","features":[462]},{"name":"ERROR_AUTH_INTERNAL","features":[462]},{"name":"ERROR_AUTOMATIC_VPN_FAILED","features":[462]},{"name":"ERROR_BAD_ADDRESS_SPECIFIED","features":[462]},{"name":"ERROR_BAD_CALLBACK_NUMBER","features":[462]},{"name":"ERROR_BAD_PHONE_NUMBER","features":[462]},{"name":"ERROR_BAD_STRING","features":[462]},{"name":"ERROR_BAD_USAGE_IN_INI_FILE","features":[462]},{"name":"ERROR_BIPLEX_PORT_NOT_AVAILABLE","features":[462]},{"name":"ERROR_BLOCKED","features":[462]},{"name":"ERROR_BROADBAND_ACTIVE","features":[462]},{"name":"ERROR_BROADBAND_NO_NIC","features":[462]},{"name":"ERROR_BROADBAND_TIMEOUT","features":[462]},{"name":"ERROR_BUFFER_INVALID","features":[462]},{"name":"ERROR_BUFFER_TOO_SMALL","features":[462]},{"name":"ERROR_BUNDLE_NOT_FOUND","features":[462]},{"name":"ERROR_CANNOT_DELETE","features":[462]},{"name":"ERROR_CANNOT_DO_CUSTOMDIAL","features":[462]},{"name":"ERROR_CANNOT_FIND_PHONEBOOK_ENTRY","features":[462]},{"name":"ERROR_CANNOT_GET_LANA","features":[462]},{"name":"ERROR_CANNOT_INITIATE_MOBIKE_UPDATE","features":[462]},{"name":"ERROR_CANNOT_LOAD_PHONEBOOK","features":[462]},{"name":"ERROR_CANNOT_LOAD_STRING","features":[462]},{"name":"ERROR_CANNOT_OPEN_PHONEBOOK","features":[462]},{"name":"ERROR_CANNOT_PROJECT_CLIENT","features":[462]},{"name":"ERROR_CANNOT_SET_PORT_INFO","features":[462]},{"name":"ERROR_CANNOT_SHARE_CONNECTION","features":[462]},{"name":"ERROR_CANNOT_USE_LOGON_CREDENTIALS","features":[462]},{"name":"ERROR_CANNOT_WRITE_PHONEBOOK","features":[462]},{"name":"ERROR_CERT_FOR_ENCRYPTION_NOT_FOUND","features":[462]},{"name":"ERROR_CHANGING_PASSWORD","features":[462]},{"name":"ERROR_CMD_TOO_LONG","features":[462]},{"name":"ERROR_CONGESTION","features":[462]},{"name":"ERROR_CONNECTING_DEVICE_NOT_FOUND","features":[462]},{"name":"ERROR_CONNECTION_ALREADY_SHARED","features":[462]},{"name":"ERROR_CONNECTION_REJECT","features":[462]},{"name":"ERROR_CORRUPT_PHONEBOOK","features":[462]},{"name":"ERROR_DCB_NOT_FOUND","features":[462]},{"name":"ERROR_DEFAULTOFF_MACRO_NOT_FOUND","features":[462]},{"name":"ERROR_DEVICENAME_NOT_FOUND","features":[462]},{"name":"ERROR_DEVICENAME_TOO_LONG","features":[462]},{"name":"ERROR_DEVICETYPE_DOES_NOT_EXIST","features":[462]},{"name":"ERROR_DEVICE_COMPLIANCE","features":[462]},{"name":"ERROR_DEVICE_DOES_NOT_EXIST","features":[462]},{"name":"ERROR_DEVICE_NOT_READY","features":[462]},{"name":"ERROR_DIAL_ALREADY_IN_PROGRESS","features":[462]},{"name":"ERROR_DISCONNECTION","features":[462]},{"name":"ERROR_DNSNAME_NOT_RESOLVABLE","features":[462]},{"name":"ERROR_DONOTDISTURB","features":[462]},{"name":"ERROR_EAPTLS_CACHE_CREDENTIALS_INVALID","features":[462]},{"name":"ERROR_EAPTLS_PASSWD_INVALID","features":[462]},{"name":"ERROR_EAPTLS_SCARD_CACHE_CREDENTIALS_INVALID","features":[462]},{"name":"ERROR_EAP_METHOD_DOES_NOT_SUPPORT_SSO","features":[462]},{"name":"ERROR_EAP_METHOD_NOT_INSTALLED","features":[462]},{"name":"ERROR_EAP_METHOD_OPERATION_NOT_SUPPORTED","features":[462]},{"name":"ERROR_EAP_SERVER_CERT_EXPIRED","features":[462]},{"name":"ERROR_EAP_SERVER_CERT_INVALID","features":[462]},{"name":"ERROR_EAP_SERVER_CERT_OTHER_ERROR","features":[462]},{"name":"ERROR_EAP_SERVER_CERT_REVOKED","features":[462]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_INVALID","features":[462]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_NAME_REQUIRED","features":[462]},{"name":"ERROR_EAP_SERVER_ROOT_CERT_NOT_FOUND","features":[462]},{"name":"ERROR_EAP_USER_CERT_EXPIRED","features":[462]},{"name":"ERROR_EAP_USER_CERT_INVALID","features":[462]},{"name":"ERROR_EAP_USER_CERT_OTHER_ERROR","features":[462]},{"name":"ERROR_EAP_USER_CERT_REVOKED","features":[462]},{"name":"ERROR_EAP_USER_ROOT_CERT_EXPIRED","features":[462]},{"name":"ERROR_EAP_USER_ROOT_CERT_INVALID","features":[462]},{"name":"ERROR_EAP_USER_ROOT_CERT_NOT_FOUND","features":[462]},{"name":"ERROR_EMPTY_INI_FILE","features":[462]},{"name":"ERROR_EVENT_INVALID","features":[462]},{"name":"ERROR_FAILED_CP_REQUIRED","features":[462]},{"name":"ERROR_FAILED_TO_ENCRYPT","features":[462]},{"name":"ERROR_FAST_USER_SWITCH","features":[462]},{"name":"ERROR_FEATURE_DEPRECATED","features":[462]},{"name":"ERROR_FILE_COULD_NOT_BE_OPENED","features":[462]},{"name":"ERROR_FROM_DEVICE","features":[462]},{"name":"ERROR_HANGUP_FAILED","features":[462]},{"name":"ERROR_HARDWARE_FAILURE","features":[462]},{"name":"ERROR_HIBERNATION","features":[462]},{"name":"ERROR_IDLE_TIMEOUT","features":[462]},{"name":"ERROR_IKEV2_PSK_INTERFACE_ALREADY_EXISTS","features":[462]},{"name":"ERROR_INCOMPATIBLE","features":[462]},{"name":"ERROR_INTERACTIVE_MODE","features":[462]},{"name":"ERROR_INTERNAL_ADDRESS_FAILURE","features":[462]},{"name":"ERROR_INVALID_AUTH_STATE","features":[462]},{"name":"ERROR_INVALID_CALLBACK_NUMBER","features":[462]},{"name":"ERROR_INVALID_COMPRESSION_SPECIFIED","features":[462]},{"name":"ERROR_INVALID_DESTINATION_IP","features":[462]},{"name":"ERROR_INVALID_FUNCTION_FOR_ENTRY","features":[462]},{"name":"ERROR_INVALID_INTERFACE_CONFIG","features":[462]},{"name":"ERROR_INVALID_MSCHAPV2_CONFIG","features":[462]},{"name":"ERROR_INVALID_PEAP_COOKIE_ATTRIBUTES","features":[462]},{"name":"ERROR_INVALID_PEAP_COOKIE_CONFIG","features":[462]},{"name":"ERROR_INVALID_PEAP_COOKIE_USER","features":[462]},{"name":"ERROR_INVALID_PORT_HANDLE","features":[462]},{"name":"ERROR_INVALID_PREFERENCES","features":[462]},{"name":"ERROR_INVALID_SERVER_CERT","features":[462]},{"name":"ERROR_INVALID_SIZE","features":[462]},{"name":"ERROR_INVALID_SMM","features":[462]},{"name":"ERROR_INVALID_TUNNELID","features":[462]},{"name":"ERROR_INVALID_VPNSTRATEGY","features":[462]},{"name":"ERROR_IN_COMMAND","features":[462]},{"name":"ERROR_IPSEC_SERVICE_STOPPED","features":[462]},{"name":"ERROR_IPXCP_DIALOUT_ALREADY_ACTIVE","features":[462]},{"name":"ERROR_IPXCP_NET_NUMBER_CONFLICT","features":[462]},{"name":"ERROR_IPXCP_NO_DIALIN_CONFIGURED","features":[462]},{"name":"ERROR_IPXCP_NO_DIALOUT_CONFIGURED","features":[462]},{"name":"ERROR_IP_CONFIGURATION","features":[462]},{"name":"ERROR_KEY_NOT_FOUND","features":[462]},{"name":"ERROR_LINE_BUSY","features":[462]},{"name":"ERROR_LINK_FAILURE","features":[462]},{"name":"ERROR_MACRO_NOT_DEFINED","features":[462]},{"name":"ERROR_MACRO_NOT_FOUND","features":[462]},{"name":"ERROR_MESSAGE_MACRO_NOT_FOUND","features":[462]},{"name":"ERROR_MOBIKE_DISABLED","features":[462]},{"name":"ERROR_NAME_EXISTS_ON_NET","features":[462]},{"name":"ERROR_NETBIOS_ERROR","features":[462]},{"name":"ERROR_NOT_BINARY_MACRO","features":[462]},{"name":"ERROR_NOT_NAP_CAPABLE","features":[462]},{"name":"ERROR_NO_ACTIVE_ISDN_LINES","features":[462]},{"name":"ERROR_NO_ANSWER","features":[462]},{"name":"ERROR_NO_CARRIER","features":[462]},{"name":"ERROR_NO_CERTIFICATE","features":[462]},{"name":"ERROR_NO_COMMAND_FOUND","features":[462]},{"name":"ERROR_NO_CONNECTION","features":[462]},{"name":"ERROR_NO_DIALIN_PERMISSION","features":[462]},{"name":"ERROR_NO_DIALTONE","features":[462]},{"name":"ERROR_NO_DIFF_USER_AT_LOGON","features":[462]},{"name":"ERROR_NO_EAPTLS_CERTIFICATE","features":[462]},{"name":"ERROR_NO_ENDPOINTS","features":[462]},{"name":"ERROR_NO_IP_ADDRESSES","features":[462]},{"name":"ERROR_NO_IP_RAS_ADAPTER","features":[462]},{"name":"ERROR_NO_ISDN_CHANNELS_AVAILABLE","features":[462]},{"name":"ERROR_NO_LOCAL_ENCRYPTION","features":[462]},{"name":"ERROR_NO_MAC_FOR_PORT","features":[462]},{"name":"ERROR_NO_REG_CERT_AT_LOGON","features":[462]},{"name":"ERROR_NO_REMOTE_ENCRYPTION","features":[462]},{"name":"ERROR_NO_RESPONSES","features":[462]},{"name":"ERROR_NO_SMART_CARD_READER","features":[462]},{"name":"ERROR_NUMBERCHANGED","features":[462]},{"name":"ERROR_OAKLEY_ATTRIB_FAIL","features":[462]},{"name":"ERROR_OAKLEY_AUTH_FAIL","features":[462]},{"name":"ERROR_OAKLEY_ERROR","features":[462]},{"name":"ERROR_OAKLEY_GENERAL_PROCESSING","features":[462]},{"name":"ERROR_OAKLEY_NO_CERT","features":[462]},{"name":"ERROR_OAKLEY_NO_PEER_CERT","features":[462]},{"name":"ERROR_OAKLEY_NO_POLICY","features":[462]},{"name":"ERROR_OAKLEY_TIMED_OUT","features":[462]},{"name":"ERROR_OUTOFORDER","features":[462]},{"name":"ERROR_OUT_OF_BUFFERS","features":[462]},{"name":"ERROR_OVERRUN","features":[462]},{"name":"ERROR_PARTIAL_RESPONSE_LOOPING","features":[462]},{"name":"ERROR_PASSWD_EXPIRED","features":[462]},{"name":"ERROR_PEAP_CRYPTOBINDING_INVALID","features":[462]},{"name":"ERROR_PEAP_CRYPTOBINDING_NOTRECEIVED","features":[462]},{"name":"ERROR_PEAP_IDENTITY_MISMATCH","features":[462]},{"name":"ERROR_PEAP_SERVER_REJECTED_CLIENT_TLV","features":[462]},{"name":"ERROR_PHONE_NUMBER_TOO_LONG","features":[462]},{"name":"ERROR_PLUGIN_NOT_INSTALLED","features":[462]},{"name":"ERROR_PORT_ALREADY_OPEN","features":[462]},{"name":"ERROR_PORT_DISCONNECTED","features":[462]},{"name":"ERROR_PORT_NOT_AVAILABLE","features":[462]},{"name":"ERROR_PORT_NOT_CONFIGURED","features":[462]},{"name":"ERROR_PORT_NOT_CONNECTED","features":[462]},{"name":"ERROR_PORT_NOT_FOUND","features":[462]},{"name":"ERROR_PORT_NOT_OPEN","features":[462]},{"name":"ERROR_PORT_OR_DEVICE","features":[462]},{"name":"ERROR_PPP_CP_REJECTED","features":[462]},{"name":"ERROR_PPP_INVALID_PACKET","features":[462]},{"name":"ERROR_PPP_LCP_TERMINATED","features":[462]},{"name":"ERROR_PPP_LOOPBACK_DETECTED","features":[462]},{"name":"ERROR_PPP_NCP_TERMINATED","features":[462]},{"name":"ERROR_PPP_NOT_CONVERGING","features":[462]},{"name":"ERROR_PPP_NO_ADDRESS_ASSIGNED","features":[462]},{"name":"ERROR_PPP_NO_PROTOCOLS_CONFIGURED","features":[462]},{"name":"ERROR_PPP_NO_RESPONSE","features":[462]},{"name":"ERROR_PPP_REMOTE_TERMINATED","features":[462]},{"name":"ERROR_PPP_REQUIRED_ADDRESS_REJECTED","features":[462]},{"name":"ERROR_PPP_TIMEOUT","features":[462]},{"name":"ERROR_PROJECTION_NOT_COMPLETE","features":[462]},{"name":"ERROR_PROTOCOL_ENGINE_DISABLED","features":[462]},{"name":"ERROR_PROTOCOL_NOT_CONFIGURED","features":[462]},{"name":"ERROR_RASAUTO_CANNOT_INITIALIZE","features":[462]},{"name":"ERROR_RASMAN_CANNOT_INITIALIZE","features":[462]},{"name":"ERROR_RASMAN_SERVICE_STOPPED","features":[462]},{"name":"ERROR_RASQEC_CONN_DOESNOTEXIST","features":[462]},{"name":"ERROR_RASQEC_NAPAGENT_NOT_CONNECTED","features":[462]},{"name":"ERROR_RASQEC_NAPAGENT_NOT_ENABLED","features":[462]},{"name":"ERROR_RASQEC_RESOURCE_CREATION_FAILED","features":[462]},{"name":"ERROR_RASQEC_TIMEOUT","features":[462]},{"name":"ERROR_READING_DEFAULTOFF","features":[462]},{"name":"ERROR_READING_DEVICENAME","features":[462]},{"name":"ERROR_READING_DEVICETYPE","features":[462]},{"name":"ERROR_READING_INI_FILE","features":[462]},{"name":"ERROR_READING_MAXCARRIERBPS","features":[462]},{"name":"ERROR_READING_MAXCONNECTBPS","features":[462]},{"name":"ERROR_READING_SCARD","features":[462]},{"name":"ERROR_READING_SECTIONNAME","features":[462]},{"name":"ERROR_READING_USAGE","features":[462]},{"name":"ERROR_RECV_BUF_FULL","features":[462]},{"name":"ERROR_REMOTE_DISCONNECTION","features":[462]},{"name":"ERROR_REMOTE_REQUIRES_ENCRYPTION","features":[462]},{"name":"ERROR_REQUEST_TIMEOUT","features":[462]},{"name":"ERROR_RESTRICTED_LOGON_HOURS","features":[462]},{"name":"ERROR_ROUTE_NOT_ALLOCATED","features":[462]},{"name":"ERROR_ROUTE_NOT_AVAILABLE","features":[462]},{"name":"ERROR_SCRIPT_SYNTAX","features":[462]},{"name":"ERROR_SERVER_GENERAL_NET_FAILURE","features":[462]},{"name":"ERROR_SERVER_NOT_RESPONDING","features":[462]},{"name":"ERROR_SERVER_OUT_OF_RESOURCES","features":[462]},{"name":"ERROR_SERVER_POLICY","features":[462]},{"name":"ERROR_SHARE_CONNECTION_FAILED","features":[462]},{"name":"ERROR_SHARING_ADDRESS_EXISTS","features":[462]},{"name":"ERROR_SHARING_CHANGE_FAILED","features":[462]},{"name":"ERROR_SHARING_HOST_ADDRESS_CONFLICT","features":[462]},{"name":"ERROR_SHARING_MULTIPLE_ADDRESSES","features":[462]},{"name":"ERROR_SHARING_NO_PRIVATE_LAN","features":[462]},{"name":"ERROR_SHARING_PRIVATE_INSTALL","features":[462]},{"name":"ERROR_SHARING_ROUTER_INSTALL","features":[462]},{"name":"ERROR_SHARING_RRAS_CONFLICT","features":[462]},{"name":"ERROR_SLIP_REQUIRES_IP","features":[462]},{"name":"ERROR_SMART_CARD_REQUIRED","features":[462]},{"name":"ERROR_SMM_TIMEOUT","features":[462]},{"name":"ERROR_SMM_UNINITIALIZED","features":[462]},{"name":"ERROR_SSO_CERT_MISSING","features":[462]},{"name":"ERROR_SSTP_COOKIE_SET_FAILURE","features":[462]},{"name":"ERROR_STATE_MACHINES_ALREADY_STARTED","features":[462]},{"name":"ERROR_STATE_MACHINES_NOT_STARTED","features":[462]},{"name":"ERROR_SYSTEM_SUSPENDED","features":[462]},{"name":"ERROR_TAPI_CONFIGURATION","features":[462]},{"name":"ERROR_TEMPFAILURE","features":[462]},{"name":"ERROR_TOO_MANY_LINE_ERRORS","features":[462]},{"name":"ERROR_TS_UNACCEPTABLE","features":[462]},{"name":"ERROR_UNABLE_TO_AUTHENTICATE_SERVER","features":[462]},{"name":"ERROR_UNEXPECTED_RESPONSE","features":[462]},{"name":"ERROR_UNKNOWN","features":[462]},{"name":"ERROR_UNKNOWN_DEVICE_TYPE","features":[462]},{"name":"ERROR_UNKNOWN_FRAMED_PROTOCOL","features":[462]},{"name":"ERROR_UNKNOWN_RESPONSE_KEY","features":[462]},{"name":"ERROR_UNKNOWN_SERVICE_TYPE","features":[462]},{"name":"ERROR_UNRECOGNIZED_RESPONSE","features":[462]},{"name":"ERROR_UNSUPPORTED_BPS","features":[462]},{"name":"ERROR_UPDATECONNECTION_REQUEST_IN_PROCESS","features":[462]},{"name":"ERROR_USER_DISCONNECTION","features":[462]},{"name":"ERROR_USER_LOGOFF","features":[462]},{"name":"ERROR_VALIDATING_SERVER_CERT","features":[462]},{"name":"ERROR_VOICE_ANSWER","features":[462]},{"name":"ERROR_VPN_BAD_CERT","features":[462]},{"name":"ERROR_VPN_BAD_PSK","features":[462]},{"name":"ERROR_VPN_DISCONNECT","features":[462]},{"name":"ERROR_VPN_GRE_BLOCKED","features":[462]},{"name":"ERROR_VPN_PLUGIN_GENERIC","features":[462]},{"name":"ERROR_VPN_REFUSED","features":[462]},{"name":"ERROR_VPN_TIMEOUT","features":[462]},{"name":"ERROR_WRITING_DEFAULTOFF","features":[462]},{"name":"ERROR_WRITING_DEVICENAME","features":[462]},{"name":"ERROR_WRITING_DEVICETYPE","features":[462]},{"name":"ERROR_WRITING_INITBPS","features":[462]},{"name":"ERROR_WRITING_MAXCARRIERBPS","features":[462]},{"name":"ERROR_WRITING_MAXCONNECTBPS","features":[462]},{"name":"ERROR_WRITING_SECTIONNAME","features":[462]},{"name":"ERROR_WRITING_USAGE","features":[462]},{"name":"ERROR_WRONG_DEVICE_ATTACHED","features":[462]},{"name":"ERROR_WRONG_INFO_SPECIFIED","features":[462]},{"name":"ERROR_WRONG_KEY_SPECIFIED","features":[462]},{"name":"ERROR_WRONG_MODULE","features":[462]},{"name":"ERROR_WRONG_TUNNEL_TYPE","features":[462]},{"name":"ERROR_X25_DIAGNOSTIC","features":[462]},{"name":"ET_None","features":[462]},{"name":"ET_Optional","features":[462]},{"name":"ET_Require","features":[462]},{"name":"ET_RequireMax","features":[462]},{"name":"GRE_CONFIG_PARAMS0","features":[462]},{"name":"HRASCONN","features":[462]},{"name":"IKEV2_CONFIG_PARAMS","features":[305,462,398]},{"name":"IKEV2_ID_PAYLOAD_TYPE","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_FQDN","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_INVALID","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_KEY_ID","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_MAX","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED1","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED2","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED3","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RESERVED4","features":[462]},{"name":"IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR","features":[462]},{"name":"IKEV2_PROJECTION_INFO","features":[462]},{"name":"IKEV2_PROJECTION_INFO2","features":[462]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS2","features":[462,398]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS3","features":[305,462,398]},{"name":"IKEV2_TUNNEL_CONFIG_PARAMS4","features":[305,462,398]},{"name":"IPADDRESSLEN","features":[462]},{"name":"IPV6_ADDRESS_LEN_IN_BYTES","features":[462]},{"name":"IPXADDRESSLEN","features":[462]},{"name":"L2TP_CONFIG_PARAMS0","features":[462]},{"name":"L2TP_CONFIG_PARAMS1","features":[462]},{"name":"L2TP_TUNNEL_CONFIG_PARAMS1","features":[462]},{"name":"L2TP_TUNNEL_CONFIG_PARAMS2","features":[462]},{"name":"MAXIPADRESSLEN","features":[462]},{"name":"MAX_SSTP_HASH_SIZE","features":[462]},{"name":"METHOD_BGP4_AS_PATH","features":[462]},{"name":"METHOD_BGP4_NEXTHOP_ATTR","features":[462]},{"name":"METHOD_BGP4_PA_ORIGIN","features":[462]},{"name":"METHOD_BGP4_PEER_ID","features":[462]},{"name":"METHOD_RIP2_NEIGHBOUR_ADDR","features":[462]},{"name":"METHOD_RIP2_OUTBOUND_INTF","features":[462]},{"name":"METHOD_RIP2_ROUTE_TAG","features":[462]},{"name":"METHOD_RIP2_ROUTE_TIMESTAMP","features":[462]},{"name":"METHOD_TYPE_ALL_METHODS","features":[462]},{"name":"MGM_ENUM_TYPES","features":[462]},{"name":"MGM_FORWARD_STATE_FLAG","features":[462]},{"name":"MGM_IF_ENTRY","features":[305,462]},{"name":"MGM_JOIN_STATE_FLAG","features":[462]},{"name":"MGM_MFE_STATS_0","features":[462]},{"name":"MGM_MFE_STATS_1","features":[462]},{"name":"MPRAPI_ADMIN_DLL_CALLBACKS","features":[305,462,319]},{"name":"MPRAPI_ADMIN_DLL_VERSION_1","features":[462]},{"name":"MPRAPI_ADMIN_DLL_VERSION_2","features":[462]},{"name":"MPRAPI_IF_CUSTOM_CONFIG_FOR_IKEV2","features":[462]},{"name":"MPRAPI_IKEV2_AUTH_USING_CERT","features":[462]},{"name":"MPRAPI_IKEV2_AUTH_USING_EAP","features":[462]},{"name":"MPRAPI_IKEV2_PROJECTION_INFO_TYPE","features":[462]},{"name":"MPRAPI_IKEV2_SET_TUNNEL_CONFIG_PARAMS","features":[462]},{"name":"MPRAPI_L2TP_SET_TUNNEL_CONFIG_PARAMS","features":[462]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_1","features":[462]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_2","features":[462]},{"name":"MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_3","features":[462]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_1","features":[462]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_2","features":[462]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_3","features":[462]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_4","features":[462]},{"name":"MPRAPI_MPR_SERVER_OBJECT_REVISION_5","features":[462]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_1","features":[462]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_2","features":[462]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_3","features":[462]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_4","features":[462]},{"name":"MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_5","features":[462]},{"name":"MPRAPI_OBJECT_HEADER","features":[462]},{"name":"MPRAPI_OBJECT_TYPE","features":[462]},{"name":"MPRAPI_OBJECT_TYPE_AUTH_VALIDATION_OBJECT","features":[462]},{"name":"MPRAPI_OBJECT_TYPE_IF_CUSTOM_CONFIG_OBJECT","features":[462]},{"name":"MPRAPI_OBJECT_TYPE_MPR_SERVER_OBJECT","features":[462]},{"name":"MPRAPI_OBJECT_TYPE_MPR_SERVER_SET_CONFIG_OBJECT","features":[462]},{"name":"MPRAPI_OBJECT_TYPE_RAS_CONNECTION_OBJECT","features":[462]},{"name":"MPRAPI_OBJECT_TYPE_UPDATE_CONNECTION_OBJECT","features":[462]},{"name":"MPRAPI_PPP_PROJECTION_INFO_TYPE","features":[462]},{"name":"MPRAPI_RAS_CONNECTION_OBJECT_REVISION_1","features":[462]},{"name":"MPRAPI_RAS_UPDATE_CONNECTION_OBJECT_REVISION_1","features":[462]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_GRE","features":[462]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_IKEV2","features":[462]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_L2TP","features":[462]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_PPTP","features":[462]},{"name":"MPRAPI_SET_CONFIG_PROTOCOL_FOR_SSTP","features":[462]},{"name":"MPRAPI_TUNNEL_CONFIG_PARAMS0","features":[305,462,398]},{"name":"MPRAPI_TUNNEL_CONFIG_PARAMS1","features":[305,462,398]},{"name":"MPRDM_DialAll","features":[462]},{"name":"MPRDM_DialAsNeeded","features":[462]},{"name":"MPRDM_DialFirst","features":[462]},{"name":"MPRDT_Atm","features":[462]},{"name":"MPRDT_FrameRelay","features":[462]},{"name":"MPRDT_Generic","features":[462]},{"name":"MPRDT_Irda","features":[462]},{"name":"MPRDT_Isdn","features":[462]},{"name":"MPRDT_Modem","features":[462]},{"name":"MPRDT_Pad","features":[462]},{"name":"MPRDT_Parallel","features":[462]},{"name":"MPRDT_SW56","features":[462]},{"name":"MPRDT_Serial","features":[462]},{"name":"MPRDT_Sonet","features":[462]},{"name":"MPRDT_Vpn","features":[462]},{"name":"MPRDT_X25","features":[462]},{"name":"MPRET_Direct","features":[462]},{"name":"MPRET_Phone","features":[462]},{"name":"MPRET_Vpn","features":[462]},{"name":"MPRIDS_Disabled","features":[462]},{"name":"MPRIDS_UseGlobalValue","features":[462]},{"name":"MPRIO_DisableLcpExtensions","features":[462]},{"name":"MPRIO_IpHeaderCompression","features":[462]},{"name":"MPRIO_IpSecPreSharedKey","features":[462]},{"name":"MPRIO_NetworkLogon","features":[462]},{"name":"MPRIO_PromoteAlternates","features":[462]},{"name":"MPRIO_RemoteDefaultGateway","features":[462]},{"name":"MPRIO_RequireCHAP","features":[462]},{"name":"MPRIO_RequireDataEncryption","features":[462]},{"name":"MPRIO_RequireEAP","features":[462]},{"name":"MPRIO_RequireEncryptedPw","features":[462]},{"name":"MPRIO_RequireMachineCertificates","features":[462]},{"name":"MPRIO_RequireMsCHAP","features":[462]},{"name":"MPRIO_RequireMsCHAP2","features":[462]},{"name":"MPRIO_RequireMsEncryptedPw","features":[462]},{"name":"MPRIO_RequirePAP","features":[462]},{"name":"MPRIO_RequireSPAP","features":[462]},{"name":"MPRIO_SecureLocalFiles","features":[462]},{"name":"MPRIO_SharedPhoneNumbers","features":[462]},{"name":"MPRIO_SpecificIpAddr","features":[462]},{"name":"MPRIO_SpecificNameServers","features":[462]},{"name":"MPRIO_SwCompression","features":[462]},{"name":"MPRIO_UsePreSharedKeyForIkev2Initiator","features":[462]},{"name":"MPRIO_UsePreSharedKeyForIkev2Responder","features":[462]},{"name":"MPRNP_Ip","features":[462]},{"name":"MPRNP_Ipv6","features":[462]},{"name":"MPRNP_Ipx","features":[462]},{"name":"MPR_CERT_EKU","features":[305,462]},{"name":"MPR_CREDENTIALSEX_0","features":[462]},{"name":"MPR_CREDENTIALSEX_1","features":[462]},{"name":"MPR_DEVICE_0","features":[462]},{"name":"MPR_DEVICE_1","features":[462]},{"name":"MPR_ENABLE_RAS_ON_DEVICE","features":[462]},{"name":"MPR_ENABLE_ROUTING_ON_DEVICE","features":[462]},{"name":"MPR_ET","features":[462]},{"name":"MPR_ET_None","features":[462]},{"name":"MPR_ET_Optional","features":[462]},{"name":"MPR_ET_Require","features":[462]},{"name":"MPR_ET_RequireMax","features":[462]},{"name":"MPR_FILTER_0","features":[305,462]},{"name":"MPR_IFTRANSPORT_0","features":[305,462]},{"name":"MPR_IF_CUSTOMINFOEX0","features":[462,398]},{"name":"MPR_IF_CUSTOMINFOEX1","features":[462,398]},{"name":"MPR_IF_CUSTOMINFOEX2","features":[462,319,398]},{"name":"MPR_INTERFACE_0","features":[305,462]},{"name":"MPR_INTERFACE_1","features":[305,462]},{"name":"MPR_INTERFACE_2","features":[305,462]},{"name":"MPR_INTERFACE_3","features":[305,462,319]},{"name":"MPR_INTERFACE_ADMIN_DISABLED","features":[462]},{"name":"MPR_INTERFACE_CONNECTION_FAILURE","features":[462]},{"name":"MPR_INTERFACE_DIALOUT_HOURS_RESTRICTION","features":[462]},{"name":"MPR_INTERFACE_DIAL_MODE","features":[462]},{"name":"MPR_INTERFACE_NO_DEVICE","features":[462]},{"name":"MPR_INTERFACE_NO_MEDIA_SENSE","features":[462]},{"name":"MPR_INTERFACE_OUT_OF_RESOURCES","features":[462]},{"name":"MPR_INTERFACE_SERVICE_PAUSED","features":[462]},{"name":"MPR_IPINIP_INTERFACE_0","features":[462]},{"name":"MPR_MaxAreaCode","features":[462]},{"name":"MPR_MaxCallbackNumber","features":[462]},{"name":"MPR_MaxDeviceName","features":[462]},{"name":"MPR_MaxDeviceType","features":[462]},{"name":"MPR_MaxEntryName","features":[462]},{"name":"MPR_MaxFacilities","features":[462]},{"name":"MPR_MaxIpAddress","features":[462]},{"name":"MPR_MaxIpxAddress","features":[462]},{"name":"MPR_MaxPadType","features":[462]},{"name":"MPR_MaxPhoneNumber","features":[462]},{"name":"MPR_MaxUserData","features":[462]},{"name":"MPR_MaxX25Address","features":[462]},{"name":"MPR_SERVER_0","features":[305,462]},{"name":"MPR_SERVER_1","features":[462]},{"name":"MPR_SERVER_2","features":[462]},{"name":"MPR_SERVER_EX0","features":[305,462,398]},{"name":"MPR_SERVER_EX1","features":[305,462,398]},{"name":"MPR_SERVER_SET_CONFIG_EX0","features":[305,462,398]},{"name":"MPR_SERVER_SET_CONFIG_EX1","features":[305,462,398]},{"name":"MPR_TRANSPORT_0","features":[305,462]},{"name":"MPR_VPN_TRAFFIC_SELECTOR","features":[462,319]},{"name":"MPR_VPN_TRAFFIC_SELECTORS","features":[462,319]},{"name":"MPR_VPN_TS_IPv4_ADDR_RANGE","features":[462]},{"name":"MPR_VPN_TS_IPv6_ADDR_RANGE","features":[462]},{"name":"MPR_VPN_TS_TYPE","features":[462]},{"name":"MPR_VS","features":[462]},{"name":"MPR_VS_Default","features":[462]},{"name":"MPR_VS_Ikev2First","features":[462]},{"name":"MPR_VS_Ikev2Only","features":[462]},{"name":"MPR_VS_L2tpFirst","features":[462]},{"name":"MPR_VS_L2tpOnly","features":[462]},{"name":"MPR_VS_PptpFirst","features":[462]},{"name":"MPR_VS_PptpOnly","features":[462]},{"name":"MgmAddGroupMembershipEntry","features":[305,462]},{"name":"MgmDeRegisterMProtocol","features":[305,462]},{"name":"MgmDeleteGroupMembershipEntry","features":[305,462]},{"name":"MgmGetFirstMfe","features":[462]},{"name":"MgmGetFirstMfeStats","features":[462]},{"name":"MgmGetMfe","features":[452,462]},{"name":"MgmGetMfeStats","features":[452,462]},{"name":"MgmGetNextMfe","features":[452,462]},{"name":"MgmGetNextMfeStats","features":[452,462]},{"name":"MgmGetProtocolOnInterface","features":[462]},{"name":"MgmGroupEnumerationEnd","features":[305,462]},{"name":"MgmGroupEnumerationGetNext","features":[305,462]},{"name":"MgmGroupEnumerationStart","features":[305,462]},{"name":"MgmRegisterMProtocol","features":[305,462]},{"name":"MgmReleaseInterfaceOwnership","features":[305,462]},{"name":"MgmTakeInterfaceOwnership","features":[305,462]},{"name":"MprAdminBufferFree","features":[462]},{"name":"MprAdminConnectionClearStats","features":[305,462]},{"name":"MprAdminConnectionEnum","features":[462]},{"name":"MprAdminConnectionEnumEx","features":[305,462]},{"name":"MprAdminConnectionGetInfo","features":[305,462]},{"name":"MprAdminConnectionGetInfoEx","features":[305,462]},{"name":"MprAdminConnectionRemoveQuarantine","features":[305,462]},{"name":"MprAdminDeregisterConnectionNotification","features":[305,462]},{"name":"MprAdminDeviceEnum","features":[462]},{"name":"MprAdminEstablishDomainRasServer","features":[305,462]},{"name":"MprAdminGetErrorString","features":[462]},{"name":"MprAdminGetPDCServer","features":[462]},{"name":"MprAdminInterfaceConnect","features":[305,462]},{"name":"MprAdminInterfaceCreate","features":[305,462]},{"name":"MprAdminInterfaceDelete","features":[305,462]},{"name":"MprAdminInterfaceDeviceGetInfo","features":[305,462]},{"name":"MprAdminInterfaceDeviceSetInfo","features":[305,462]},{"name":"MprAdminInterfaceDisconnect","features":[305,462]},{"name":"MprAdminInterfaceEnum","features":[462]},{"name":"MprAdminInterfaceGetCredentials","features":[462]},{"name":"MprAdminInterfaceGetCredentialsEx","features":[305,462]},{"name":"MprAdminInterfaceGetCustomInfoEx","features":[305,462,319,398]},{"name":"MprAdminInterfaceGetHandle","features":[305,462]},{"name":"MprAdminInterfaceGetInfo","features":[305,462]},{"name":"MprAdminInterfaceQueryUpdateResult","features":[305,462]},{"name":"MprAdminInterfaceSetCredentials","features":[462]},{"name":"MprAdminInterfaceSetCredentialsEx","features":[305,462]},{"name":"MprAdminInterfaceSetCustomInfoEx","features":[305,462,319,398]},{"name":"MprAdminInterfaceSetInfo","features":[305,462]},{"name":"MprAdminInterfaceTransportAdd","features":[305,462]},{"name":"MprAdminInterfaceTransportGetInfo","features":[305,462]},{"name":"MprAdminInterfaceTransportRemove","features":[305,462]},{"name":"MprAdminInterfaceTransportSetInfo","features":[305,462]},{"name":"MprAdminInterfaceUpdatePhonebookInfo","features":[305,462]},{"name":"MprAdminInterfaceUpdateRoutes","features":[305,462]},{"name":"MprAdminIsDomainRasServer","features":[305,462]},{"name":"MprAdminIsServiceInitialized","features":[305,462]},{"name":"MprAdminIsServiceRunning","features":[305,462]},{"name":"MprAdminMIBBufferFree","features":[462]},{"name":"MprAdminMIBEntryCreate","features":[462]},{"name":"MprAdminMIBEntryDelete","features":[462]},{"name":"MprAdminMIBEntryGet","features":[462]},{"name":"MprAdminMIBEntryGetFirst","features":[462]},{"name":"MprAdminMIBEntryGetNext","features":[462]},{"name":"MprAdminMIBEntrySet","features":[462]},{"name":"MprAdminMIBServerConnect","features":[462]},{"name":"MprAdminMIBServerDisconnect","features":[462]},{"name":"MprAdminPortClearStats","features":[305,462]},{"name":"MprAdminPortDisconnect","features":[305,462]},{"name":"MprAdminPortEnum","features":[305,462]},{"name":"MprAdminPortGetInfo","features":[305,462]},{"name":"MprAdminPortReset","features":[305,462]},{"name":"MprAdminRegisterConnectionNotification","features":[305,462]},{"name":"MprAdminSendUserMessage","features":[305,462]},{"name":"MprAdminServerConnect","features":[462]},{"name":"MprAdminServerDisconnect","features":[462]},{"name":"MprAdminServerGetCredentials","features":[462]},{"name":"MprAdminServerGetInfo","features":[462]},{"name":"MprAdminServerGetInfoEx","features":[305,462,398]},{"name":"MprAdminServerSetCredentials","features":[462]},{"name":"MprAdminServerSetInfo","features":[462]},{"name":"MprAdminServerSetInfoEx","features":[305,462,398]},{"name":"MprAdminTransportCreate","features":[462]},{"name":"MprAdminTransportGetInfo","features":[462]},{"name":"MprAdminTransportSetInfo","features":[462]},{"name":"MprAdminUpdateConnection","features":[305,462]},{"name":"MprAdminUserGetInfo","features":[462]},{"name":"MprAdminUserSetInfo","features":[462]},{"name":"MprConfigBufferFree","features":[462]},{"name":"MprConfigFilterGetInfo","features":[305,462]},{"name":"MprConfigFilterSetInfo","features":[305,462]},{"name":"MprConfigGetFriendlyName","features":[305,462]},{"name":"MprConfigGetGuidName","features":[305,462]},{"name":"MprConfigInterfaceCreate","features":[305,462]},{"name":"MprConfigInterfaceDelete","features":[305,462]},{"name":"MprConfigInterfaceEnum","features":[305,462]},{"name":"MprConfigInterfaceGetCustomInfoEx","features":[305,462,319,398]},{"name":"MprConfigInterfaceGetHandle","features":[305,462]},{"name":"MprConfigInterfaceGetInfo","features":[305,462]},{"name":"MprConfigInterfaceSetCustomInfoEx","features":[305,462,319,398]},{"name":"MprConfigInterfaceSetInfo","features":[305,462]},{"name":"MprConfigInterfaceTransportAdd","features":[305,462]},{"name":"MprConfigInterfaceTransportEnum","features":[305,462]},{"name":"MprConfigInterfaceTransportGetHandle","features":[305,462]},{"name":"MprConfigInterfaceTransportGetInfo","features":[305,462]},{"name":"MprConfigInterfaceTransportRemove","features":[305,462]},{"name":"MprConfigInterfaceTransportSetInfo","features":[305,462]},{"name":"MprConfigServerBackup","features":[305,462]},{"name":"MprConfigServerConnect","features":[305,462]},{"name":"MprConfigServerDisconnect","features":[305,462]},{"name":"MprConfigServerGetInfo","features":[305,462]},{"name":"MprConfigServerGetInfoEx","features":[305,462,398]},{"name":"MprConfigServerInstall","features":[462]},{"name":"MprConfigServerRefresh","features":[305,462]},{"name":"MprConfigServerRestore","features":[305,462]},{"name":"MprConfigServerSetInfo","features":[462]},{"name":"MprConfigServerSetInfoEx","features":[305,462,398]},{"name":"MprConfigTransportCreate","features":[305,462]},{"name":"MprConfigTransportDelete","features":[305,462]},{"name":"MprConfigTransportEnum","features":[305,462]},{"name":"MprConfigTransportGetHandle","features":[305,462]},{"name":"MprConfigTransportGetInfo","features":[305,462]},{"name":"MprConfigTransportSetInfo","features":[305,462]},{"name":"MprInfoBlockAdd","features":[462]},{"name":"MprInfoBlockFind","features":[462]},{"name":"MprInfoBlockQuerySize","features":[462]},{"name":"MprInfoBlockRemove","features":[462]},{"name":"MprInfoBlockSet","features":[462]},{"name":"MprInfoCreate","features":[462]},{"name":"MprInfoDelete","features":[462]},{"name":"MprInfoDuplicate","features":[462]},{"name":"MprInfoRemoveAll","features":[462]},{"name":"ORASADFUNC","features":[305,462]},{"name":"PENDING","features":[462]},{"name":"PFNRASFREEBUFFER","features":[462]},{"name":"PFNRASGETBUFFER","features":[462]},{"name":"PFNRASRECEIVEBUFFER","features":[305,462]},{"name":"PFNRASRETRIEVEBUFFER","features":[305,462]},{"name":"PFNRASSENDBUFFER","features":[305,462]},{"name":"PFNRASSETCOMMSETTINGS","features":[305,462]},{"name":"PID_ATALK","features":[462]},{"name":"PID_IP","features":[462]},{"name":"PID_IPV6","features":[462]},{"name":"PID_IPX","features":[462]},{"name":"PID_NBF","features":[462]},{"name":"PMGM_CREATION_ALERT_CALLBACK","features":[305,462]},{"name":"PMGM_DISABLE_IGMP_CALLBACK","features":[462]},{"name":"PMGM_ENABLE_IGMP_CALLBACK","features":[462]},{"name":"PMGM_JOIN_ALERT_CALLBACK","features":[305,462]},{"name":"PMGM_LOCAL_JOIN_CALLBACK","features":[462]},{"name":"PMGM_LOCAL_LEAVE_CALLBACK","features":[462]},{"name":"PMGM_PRUNE_ALERT_CALLBACK","features":[305,462]},{"name":"PMGM_RPF_CALLBACK","features":[462]},{"name":"PMGM_WRONG_IF_CALLBACK","features":[462]},{"name":"PMPRADMINACCEPTNEWCONNECTION","features":[305,462]},{"name":"PMPRADMINACCEPTNEWCONNECTION2","features":[305,462]},{"name":"PMPRADMINACCEPTNEWCONNECTION3","features":[305,462]},{"name":"PMPRADMINACCEPTNEWCONNECTIONEX","features":[305,462]},{"name":"PMPRADMINACCEPTNEWLINK","features":[305,462]},{"name":"PMPRADMINACCEPTREAUTHENTICATION","features":[305,462]},{"name":"PMPRADMINACCEPTREAUTHENTICATIONEX","features":[305,462]},{"name":"PMPRADMINACCEPTTUNNELENDPOINTCHANGEEX","features":[305,462]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION","features":[305,462]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION2","features":[305,462]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATION3","features":[305,462]},{"name":"PMPRADMINCONNECTIONHANGUPNOTIFICATIONEX","features":[305,462]},{"name":"PMPRADMINGETIPADDRESSFORUSER","features":[305,462]},{"name":"PMPRADMINGETIPV6ADDRESSFORUSER","features":[305,462,319]},{"name":"PMPRADMINLINKHANGUPNOTIFICATION","features":[305,462]},{"name":"PMPRADMINRASVALIDATEPREAUTHENTICATEDCONNECTIONEX","features":[305,462]},{"name":"PMPRADMINRELEASEIPADRESS","features":[462]},{"name":"PMPRADMINRELEASEIPV6ADDRESSFORUSER","features":[462,319]},{"name":"PMPRADMINTERMINATEDLL","features":[462]},{"name":"PPP_ATCP_INFO","features":[462]},{"name":"PPP_CCP_COMPRESSION","features":[462]},{"name":"PPP_CCP_ENCRYPTION128BIT","features":[462]},{"name":"PPP_CCP_ENCRYPTION40BIT","features":[462]},{"name":"PPP_CCP_ENCRYPTION40BITOLD","features":[462]},{"name":"PPP_CCP_ENCRYPTION56BIT","features":[462]},{"name":"PPP_CCP_HISTORYLESS","features":[462]},{"name":"PPP_CCP_INFO","features":[462]},{"name":"PPP_INFO","features":[462]},{"name":"PPP_INFO_2","features":[462]},{"name":"PPP_INFO_3","features":[462]},{"name":"PPP_IPCP_INFO","features":[462]},{"name":"PPP_IPCP_INFO2","features":[462]},{"name":"PPP_IPCP_VJ","features":[462]},{"name":"PPP_IPV6_CP_INFO","features":[462]},{"name":"PPP_IPXCP_INFO","features":[462]},{"name":"PPP_LCP","features":[462]},{"name":"PPP_LCP_3_DES","features":[462]},{"name":"PPP_LCP_ACFC","features":[462]},{"name":"PPP_LCP_AES_128","features":[462]},{"name":"PPP_LCP_AES_192","features":[462]},{"name":"PPP_LCP_AES_256","features":[462]},{"name":"PPP_LCP_CHAP","features":[462]},{"name":"PPP_LCP_CHAP_MD5","features":[462]},{"name":"PPP_LCP_CHAP_MS","features":[462]},{"name":"PPP_LCP_CHAP_MSV2","features":[462]},{"name":"PPP_LCP_DES_56","features":[462]},{"name":"PPP_LCP_EAP","features":[462]},{"name":"PPP_LCP_GCM_AES_128","features":[462]},{"name":"PPP_LCP_GCM_AES_192","features":[462]},{"name":"PPP_LCP_GCM_AES_256","features":[462]},{"name":"PPP_LCP_INFO","features":[462]},{"name":"PPP_LCP_INFO_AUTH_DATA","features":[462]},{"name":"PPP_LCP_MULTILINK_FRAMING","features":[462]},{"name":"PPP_LCP_PAP","features":[462]},{"name":"PPP_LCP_PFC","features":[462]},{"name":"PPP_LCP_SPAP","features":[462]},{"name":"PPP_LCP_SSHF","features":[462]},{"name":"PPP_NBFCP_INFO","features":[462]},{"name":"PPP_PROJECTION_INFO","features":[462]},{"name":"PPP_PROJECTION_INFO2","features":[462]},{"name":"PPTP_CONFIG_PARAMS","features":[462]},{"name":"PROJECTION_INFO","features":[462]},{"name":"PROJECTION_INFO2","features":[462]},{"name":"PROJECTION_INFO_TYPE_IKEv2","features":[462]},{"name":"PROJECTION_INFO_TYPE_PPP","features":[462]},{"name":"RASADFLG_PositionDlg","features":[462]},{"name":"RASADFUNCA","features":[305,462]},{"name":"RASADFUNCW","features":[305,462]},{"name":"RASADPARAMS","features":[305,462]},{"name":"RASADP_ConnectionQueryTimeout","features":[462]},{"name":"RASADP_DisableConnectionQuery","features":[462]},{"name":"RASADP_FailedConnectionTimeout","features":[462]},{"name":"RASADP_LoginSessionDisable","features":[462]},{"name":"RASADP_SavedAddressesLimit","features":[462]},{"name":"RASAMBA","features":[462]},{"name":"RASAMBW","features":[462]},{"name":"RASAPIVERSION","features":[462]},{"name":"RASAPIVERSION_500","features":[462]},{"name":"RASAPIVERSION_501","features":[462]},{"name":"RASAPIVERSION_600","features":[462]},{"name":"RASAPIVERSION_601","features":[462]},{"name":"RASAUTODIALENTRYA","features":[462]},{"name":"RASAUTODIALENTRYW","features":[462]},{"name":"RASBASE","features":[462]},{"name":"RASBASEEND","features":[462]},{"name":"RASCCPCA_MPPC","features":[462]},{"name":"RASCCPCA_STAC","features":[462]},{"name":"RASCCPO_Compression","features":[462]},{"name":"RASCCPO_Encryption128bit","features":[462]},{"name":"RASCCPO_Encryption40bit","features":[462]},{"name":"RASCCPO_Encryption56bit","features":[462]},{"name":"RASCCPO_HistoryLess","features":[462]},{"name":"RASCF_AllUsers","features":[462]},{"name":"RASCF_GlobalCreds","features":[462]},{"name":"RASCF_OwnerKnown","features":[462]},{"name":"RASCF_OwnerMatch","features":[462]},{"name":"RASCM_DDMPreSharedKey","features":[462]},{"name":"RASCM_DefaultCreds","features":[462]},{"name":"RASCM_Domain","features":[462]},{"name":"RASCM_Password","features":[462]},{"name":"RASCM_PreSharedKey","features":[462]},{"name":"RASCM_ServerPreSharedKey","features":[462]},{"name":"RASCM_UserName","features":[462]},{"name":"RASCN_BandwidthAdded","features":[462]},{"name":"RASCN_BandwidthRemoved","features":[462]},{"name":"RASCN_Connection","features":[462]},{"name":"RASCN_Disconnection","features":[462]},{"name":"RASCN_Dormant","features":[462]},{"name":"RASCN_EPDGPacketArrival","features":[462]},{"name":"RASCN_ReConnection","features":[462]},{"name":"RASCOMMSETTINGS","features":[462]},{"name":"RASCONNA","features":[305,462]},{"name":"RASCONNA","features":[305,462]},{"name":"RASCONNSTATE","features":[462]},{"name":"RASCONNSTATUSA","features":[462,319]},{"name":"RASCONNSTATUSW","features":[462,319]},{"name":"RASCONNSUBSTATE","features":[462]},{"name":"RASCONNW","features":[305,462]},{"name":"RASCONNW","features":[305,462]},{"name":"RASCREDENTIALSA","features":[462]},{"name":"RASCREDENTIALSW","features":[462]},{"name":"RASCSS_DONE","features":[462]},{"name":"RASCSS_Dormant","features":[462]},{"name":"RASCSS_None","features":[462]},{"name":"RASCSS_Reconnected","features":[462]},{"name":"RASCSS_Reconnecting","features":[462]},{"name":"RASCS_AllDevicesConnected","features":[462]},{"name":"RASCS_ApplySettings","features":[462]},{"name":"RASCS_AuthAck","features":[462]},{"name":"RASCS_AuthCallback","features":[462]},{"name":"RASCS_AuthChangePassword","features":[462]},{"name":"RASCS_AuthLinkSpeed","features":[462]},{"name":"RASCS_AuthNotify","features":[462]},{"name":"RASCS_AuthProject","features":[462]},{"name":"RASCS_AuthRetry","features":[462]},{"name":"RASCS_Authenticate","features":[462]},{"name":"RASCS_Authenticated","features":[462]},{"name":"RASCS_CallbackComplete","features":[462]},{"name":"RASCS_CallbackSetByCaller","features":[462]},{"name":"RASCS_ConnectDevice","features":[462]},{"name":"RASCS_Connected","features":[462]},{"name":"RASCS_DONE","features":[462]},{"name":"RASCS_DeviceConnected","features":[462]},{"name":"RASCS_Disconnected","features":[462]},{"name":"RASCS_Interactive","features":[462]},{"name":"RASCS_InvokeEapUI","features":[462]},{"name":"RASCS_LogonNetwork","features":[462]},{"name":"RASCS_OpenPort","features":[462]},{"name":"RASCS_PAUSED","features":[462]},{"name":"RASCS_PasswordExpired","features":[462]},{"name":"RASCS_PortOpened","features":[462]},{"name":"RASCS_PrepareForCallback","features":[462]},{"name":"RASCS_Projected","features":[462]},{"name":"RASCS_ReAuthenticate","features":[462]},{"name":"RASCS_RetryAuthentication","features":[462]},{"name":"RASCS_StartAuthentication","features":[462]},{"name":"RASCS_SubEntryConnected","features":[462]},{"name":"RASCS_SubEntryDisconnected","features":[462]},{"name":"RASCS_WaitForCallback","features":[462]},{"name":"RASCS_WaitForModemReset","features":[462]},{"name":"RASCTRYINFO","features":[462]},{"name":"RASCUSTOMSCRIPTEXTENSIONS","features":[305,462]},{"name":"RASDDFLAG_AoacRedial","features":[462]},{"name":"RASDDFLAG_LinkFailure","features":[462]},{"name":"RASDDFLAG_NoPrompt","features":[462]},{"name":"RASDDFLAG_PositionDlg","features":[462]},{"name":"RASDEVINFOA","features":[462]},{"name":"RASDEVINFOW","features":[462]},{"name":"RASDEVSPECIFICINFO","features":[462]},{"name":"RASDEVSPECIFICINFO","features":[462]},{"name":"RASDIALDLG","features":[305,462]},{"name":"RASDIALEVENT","features":[462]},{"name":"RASDIALEXTENSIONS","features":[305,462]},{"name":"RASDIALFUNC","features":[462]},{"name":"RASDIALFUNC1","features":[462]},{"name":"RASDIALFUNC2","features":[462]},{"name":"RASDIALPARAMSA","features":[462]},{"name":"RASDIALPARAMSA","features":[462]},{"name":"RASDIALPARAMSW","features":[462]},{"name":"RASDIALPARAMSW","features":[462]},{"name":"RASDT_Atm","features":[462]},{"name":"RASDT_FrameRelay","features":[462]},{"name":"RASDT_Generic","features":[462]},{"name":"RASDT_Irda","features":[462]},{"name":"RASDT_Isdn","features":[462]},{"name":"RASDT_Modem","features":[462]},{"name":"RASDT_PPPoE","features":[462]},{"name":"RASDT_Pad","features":[462]},{"name":"RASDT_Parallel","features":[462]},{"name":"RASDT_SW56","features":[462]},{"name":"RASDT_Serial","features":[462]},{"name":"RASDT_Sonet","features":[462]},{"name":"RASDT_Vpn","features":[462]},{"name":"RASDT_X25","features":[462]},{"name":"RASEAPF_Logon","features":[462]},{"name":"RASEAPF_NonInteractive","features":[462]},{"name":"RASEAPF_Preview","features":[462]},{"name":"RASEAPINFO","features":[462]},{"name":"RASEAPUSERIDENTITYA","features":[462]},{"name":"RASEAPUSERIDENTITYW","features":[462]},{"name":"RASEDFLAG_CloneEntry","features":[462]},{"name":"RASEDFLAG_IncomingConnection","features":[462]},{"name":"RASEDFLAG_InternetEntry","features":[462]},{"name":"RASEDFLAG_NAT","features":[462]},{"name":"RASEDFLAG_NewBroadbandEntry","features":[462]},{"name":"RASEDFLAG_NewDirectEntry","features":[462]},{"name":"RASEDFLAG_NewEntry","features":[462]},{"name":"RASEDFLAG_NewPhoneEntry","features":[462]},{"name":"RASEDFLAG_NewTunnelEntry","features":[462]},{"name":"RASEDFLAG_NoRename","features":[462]},{"name":"RASEDFLAG_PositionDlg","features":[462]},{"name":"RASEDFLAG_ShellOwned","features":[462]},{"name":"RASEDM_DialAll","features":[462]},{"name":"RASEDM_DialAsNeeded","features":[462]},{"name":"RASENTRYA","features":[305,462,319]},{"name":"RASENTRYDLGA","features":[305,462]},{"name":"RASENTRYDLGA","features":[305,462]},{"name":"RASENTRYDLGW","features":[305,462]},{"name":"RASENTRYDLGW","features":[305,462]},{"name":"RASENTRYNAMEA","features":[462]},{"name":"RASENTRYNAMEW","features":[462]},{"name":"RASENTRYW","features":[305,462,319]},{"name":"RASENTRY_DIAL_MODE","features":[462]},{"name":"RASEO2_AuthTypeIsOtp","features":[462]},{"name":"RASEO2_AutoTriggerCapable","features":[462]},{"name":"RASEO2_CacheCredentials","features":[462]},{"name":"RASEO2_DisableClassBasedStaticRoute","features":[462]},{"name":"RASEO2_DisableIKENameEkuCheck","features":[462]},{"name":"RASEO2_DisableMobility","features":[462]},{"name":"RASEO2_DisableNbtOverIP","features":[462]},{"name":"RASEO2_DontNegotiateMultilink","features":[462]},{"name":"RASEO2_DontUseRasCredentials","features":[462]},{"name":"RASEO2_IPv4ExplicitMetric","features":[462]},{"name":"RASEO2_IPv6ExplicitMetric","features":[462]},{"name":"RASEO2_IPv6RemoteDefaultGateway","features":[462]},{"name":"RASEO2_IPv6SpecificNameServers","features":[462]},{"name":"RASEO2_Internet","features":[462]},{"name":"RASEO2_IsAlwaysOn","features":[462]},{"name":"RASEO2_IsPrivateNetwork","features":[462]},{"name":"RASEO2_IsThirdPartyProfile","features":[462]},{"name":"RASEO2_PlumbIKEv2TSAsRoutes","features":[462]},{"name":"RASEO2_ReconnectIfDropped","features":[462]},{"name":"RASEO2_RegisterIpWithDNS","features":[462]},{"name":"RASEO2_RequireMachineCertificates","features":[462]},{"name":"RASEO2_SecureClientForMSNet","features":[462]},{"name":"RASEO2_SecureFileAndPrint","features":[462]},{"name":"RASEO2_SecureRoutingCompartment","features":[462]},{"name":"RASEO2_SharePhoneNumbers","features":[462]},{"name":"RASEO2_SpecificIPv6Addr","features":[462]},{"name":"RASEO2_UseDNSSuffixForRegistration","features":[462]},{"name":"RASEO2_UseGlobalDeviceSettings","features":[462]},{"name":"RASEO2_UsePreSharedKey","features":[462]},{"name":"RASEO2_UsePreSharedKeyForIkev2Initiator","features":[462]},{"name":"RASEO2_UsePreSharedKeyForIkev2Responder","features":[462]},{"name":"RASEO2_UseTypicalSettings","features":[462]},{"name":"RASEO_Custom","features":[462]},{"name":"RASEO_CustomScript","features":[462]},{"name":"RASEO_DisableLcpExtensions","features":[462]},{"name":"RASEO_IpHeaderCompression","features":[462]},{"name":"RASEO_ModemLights","features":[462]},{"name":"RASEO_NetworkLogon","features":[462]},{"name":"RASEO_PreviewDomain","features":[462]},{"name":"RASEO_PreviewPhoneNumber","features":[462]},{"name":"RASEO_PreviewUserPw","features":[462]},{"name":"RASEO_PromoteAlternates","features":[462]},{"name":"RASEO_RemoteDefaultGateway","features":[462]},{"name":"RASEO_RequireCHAP","features":[462]},{"name":"RASEO_RequireDataEncryption","features":[462]},{"name":"RASEO_RequireEAP","features":[462]},{"name":"RASEO_RequireEncryptedPw","features":[462]},{"name":"RASEO_RequireMsCHAP","features":[462]},{"name":"RASEO_RequireMsCHAP2","features":[462]},{"name":"RASEO_RequireMsEncryptedPw","features":[462]},{"name":"RASEO_RequirePAP","features":[462]},{"name":"RASEO_RequireSPAP","features":[462]},{"name":"RASEO_RequireW95MSCHAP","features":[462]},{"name":"RASEO_SecureLocalFiles","features":[462]},{"name":"RASEO_SharedPhoneNumbers","features":[462]},{"name":"RASEO_ShowDialingProgress","features":[462]},{"name":"RASEO_SpecificIpAddr","features":[462]},{"name":"RASEO_SpecificNameServers","features":[462]},{"name":"RASEO_SwCompression","features":[462]},{"name":"RASEO_TerminalAfterDial","features":[462]},{"name":"RASEO_TerminalBeforeDial","features":[462]},{"name":"RASEO_UseCountryAndAreaCodes","features":[462]},{"name":"RASEO_UseLogonCredentials","features":[462]},{"name":"RASET_Broadband","features":[462]},{"name":"RASET_Direct","features":[462]},{"name":"RASET_Internet","features":[462]},{"name":"RASET_Phone","features":[462]},{"name":"RASET_Vpn","features":[462]},{"name":"RASFP_Ppp","features":[462]},{"name":"RASFP_Ras","features":[462]},{"name":"RASFP_Slip","features":[462]},{"name":"RASIDS_Disabled","features":[462]},{"name":"RASIDS_UseGlobalValue","features":[462]},{"name":"RASIKEV2_PROJECTION_INFO","features":[462,319]},{"name":"RASIKEV2_PROJECTION_INFO","features":[462,319]},{"name":"RASIKEV_PROJECTION_INFO_FLAGS","features":[462]},{"name":"RASIKEv2_AUTH_EAP","features":[462]},{"name":"RASIKEv2_AUTH_MACHINECERTIFICATES","features":[462]},{"name":"RASIKEv2_AUTH_PSK","features":[462]},{"name":"RASIKEv2_FLAGS_BEHIND_NAT","features":[462]},{"name":"RASIKEv2_FLAGS_MOBIKESUPPORTED","features":[462]},{"name":"RASIKEv2_FLAGS_SERVERBEHIND_NAT","features":[462]},{"name":"RASIPADDR","features":[462]},{"name":"RASIPO_VJ","features":[462]},{"name":"RASIPXW","features":[462]},{"name":"RASLCPAD_CHAP_MD5","features":[462]},{"name":"RASLCPAD_CHAP_MS","features":[462]},{"name":"RASLCPAD_CHAP_MSV2","features":[462]},{"name":"RASLCPAP_CHAP","features":[462]},{"name":"RASLCPAP_EAP","features":[462]},{"name":"RASLCPAP_PAP","features":[462]},{"name":"RASLCPAP_SPAP","features":[462]},{"name":"RASLCPO_3_DES","features":[462]},{"name":"RASLCPO_ACFC","features":[462]},{"name":"RASLCPO_AES_128","features":[462]},{"name":"RASLCPO_AES_192","features":[462]},{"name":"RASLCPO_AES_256","features":[462]},{"name":"RASLCPO_DES_56","features":[462]},{"name":"RASLCPO_GCM_AES_128","features":[462]},{"name":"RASLCPO_GCM_AES_192","features":[462]},{"name":"RASLCPO_GCM_AES_256","features":[462]},{"name":"RASLCPO_PFC","features":[462]},{"name":"RASLCPO_SSHF","features":[462]},{"name":"RASNAP_ProbationTime","features":[462]},{"name":"RASNOUSERA","features":[462]},{"name":"RASNOUSERW","features":[462]},{"name":"RASNOUSER_SmartCard","features":[462]},{"name":"RASNP_Ip","features":[462]},{"name":"RASNP_Ipv6","features":[462]},{"name":"RASNP_Ipx","features":[462]},{"name":"RASNP_NetBEUI","features":[462]},{"name":"RASPBDEVENT_AddEntry","features":[462]},{"name":"RASPBDEVENT_DialEntry","features":[462]},{"name":"RASPBDEVENT_EditEntry","features":[462]},{"name":"RASPBDEVENT_EditGlobals","features":[462]},{"name":"RASPBDEVENT_NoUser","features":[462]},{"name":"RASPBDEVENT_NoUserEdit","features":[462]},{"name":"RASPBDEVENT_RemoveEntry","features":[462]},{"name":"RASPBDFLAG_ForceCloseOnDial","features":[462]},{"name":"RASPBDFLAG_NoUser","features":[462]},{"name":"RASPBDFLAG_PositionDlg","features":[462]},{"name":"RASPBDFLAG_UpdateDefaults","features":[462]},{"name":"RASPBDLGA","features":[305,462]},{"name":"RASPBDLGA","features":[305,462]},{"name":"RASPBDLGFUNCA","features":[462]},{"name":"RASPBDLGFUNCW","features":[462]},{"name":"RASPBDLGW","features":[305,462]},{"name":"RASPBDLGW","features":[305,462]},{"name":"RASPPPCCP","features":[462]},{"name":"RASPPPIPA","features":[462]},{"name":"RASPPPIPV6","features":[462]},{"name":"RASPPPIPW","features":[462]},{"name":"RASPPPIPXA","features":[462]},{"name":"RASPPPLCPA","features":[305,462]},{"name":"RASPPPLCPW","features":[305,462]},{"name":"RASPPPNBFA","features":[462]},{"name":"RASPPPNBFW","features":[462]},{"name":"RASPPP_PROJECTION_INFO","features":[305,462,319]},{"name":"RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA","features":[462]},{"name":"RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL","features":[462]},{"name":"RASPRIV2_DialinPolicy","features":[462]},{"name":"RASPRIV_AdminSetCallback","features":[462]},{"name":"RASPRIV_CallerSetCallback","features":[462]},{"name":"RASPRIV_DialinPrivilege","features":[462]},{"name":"RASPRIV_NoCallback","features":[462]},{"name":"RASPROJECTION","features":[462]},{"name":"RASPROJECTION_INFO_TYPE","features":[462]},{"name":"RASP_Amb","features":[462]},{"name":"RASP_PppCcp","features":[462]},{"name":"RASP_PppIp","features":[462]},{"name":"RASP_PppIpv6","features":[462]},{"name":"RASP_PppIpx","features":[462]},{"name":"RASP_PppLcp","features":[462]},{"name":"RASP_PppNbf","features":[462]},{"name":"RASSECURITYPROC","features":[462]},{"name":"RASSUBENTRYA","features":[462]},{"name":"RASSUBENTRYW","features":[462]},{"name":"RASTUNNELENDPOINT","features":[462,319]},{"name":"RASTUNNELENDPOINT_IPv4","features":[462]},{"name":"RASTUNNELENDPOINT_IPv6","features":[462]},{"name":"RASTUNNELENDPOINT_UNKNOWN","features":[462]},{"name":"RASUPDATECONN","features":[462,319]},{"name":"RAS_CONNECTION_0","features":[305,462]},{"name":"RAS_CONNECTION_1","features":[305,462]},{"name":"RAS_CONNECTION_2","features":[305,462]},{"name":"RAS_CONNECTION_3","features":[305,462]},{"name":"RAS_CONNECTION_4","features":[305,462]},{"name":"RAS_CONNECTION_EX","features":[305,462]},{"name":"RAS_FLAGS","features":[462]},{"name":"RAS_FLAGS_ARAP_CONNECTION","features":[462]},{"name":"RAS_FLAGS_DORMANT","features":[462]},{"name":"RAS_FLAGS_IKEV2_CONNECTION","features":[462]},{"name":"RAS_FLAGS_MESSENGER_PRESENT","features":[462]},{"name":"RAS_FLAGS_PPP_CONNECTION","features":[462]},{"name":"RAS_FLAGS_QUARANTINE_PRESENT","features":[462]},{"name":"RAS_FLAGS_RAS_CONNECTION","features":[462]},{"name":"RAS_HARDWARE_CONDITION","features":[462]},{"name":"RAS_HARDWARE_FAILURE","features":[462]},{"name":"RAS_HARDWARE_OPERATIONAL","features":[462]},{"name":"RAS_MaxAreaCode","features":[462]},{"name":"RAS_MaxCallbackNumber","features":[462]},{"name":"RAS_MaxDeviceName","features":[462]},{"name":"RAS_MaxDeviceType","features":[462]},{"name":"RAS_MaxDnsSuffix","features":[462]},{"name":"RAS_MaxEntryName","features":[462]},{"name":"RAS_MaxFacilities","features":[462]},{"name":"RAS_MaxIDSize","features":[462]},{"name":"RAS_MaxIpAddress","features":[462]},{"name":"RAS_MaxIpxAddress","features":[462]},{"name":"RAS_MaxPadType","features":[462]},{"name":"RAS_MaxPhoneNumber","features":[462]},{"name":"RAS_MaxReplyMessage","features":[462]},{"name":"RAS_MaxUserData","features":[462]},{"name":"RAS_MaxX25Address","features":[462]},{"name":"RAS_PORT_0","features":[305,462]},{"name":"RAS_PORT_1","features":[305,462]},{"name":"RAS_PORT_2","features":[305,462]},{"name":"RAS_PORT_AUTHENTICATED","features":[462]},{"name":"RAS_PORT_AUTHENTICATING","features":[462]},{"name":"RAS_PORT_CALLING_BACK","features":[462]},{"name":"RAS_PORT_CONDITION","features":[462]},{"name":"RAS_PORT_DISCONNECTED","features":[462]},{"name":"RAS_PORT_INITIALIZING","features":[462]},{"name":"RAS_PORT_LISTENING","features":[462]},{"name":"RAS_PORT_NON_OPERATIONAL","features":[462]},{"name":"RAS_PROJECTION_INFO","features":[305,462,319]},{"name":"RAS_QUARANTINE_STATE","features":[462]},{"name":"RAS_QUAR_STATE_NORMAL","features":[462]},{"name":"RAS_QUAR_STATE_NOT_CAPABLE","features":[462]},{"name":"RAS_QUAR_STATE_PROBATION","features":[462]},{"name":"RAS_QUAR_STATE_QUARANTINE","features":[462]},{"name":"RAS_SECURITY_INFO","features":[462]},{"name":"RAS_STATS","features":[462]},{"name":"RAS_UPDATE_CONNECTION","features":[462]},{"name":"RAS_USER_0","features":[462]},{"name":"RAS_USER_1","features":[462]},{"name":"RCD_AllUsers","features":[462]},{"name":"RCD_Eap","features":[462]},{"name":"RCD_Logon","features":[462]},{"name":"RCD_SingleUser","features":[462]},{"name":"RDEOPT_CustomDial","features":[462]},{"name":"RDEOPT_DisableConnectedUI","features":[462]},{"name":"RDEOPT_DisableReconnect","features":[462]},{"name":"RDEOPT_DisableReconnectUI","features":[462]},{"name":"RDEOPT_EapInfoCryptInCapable","features":[462]},{"name":"RDEOPT_IgnoreModemSpeaker","features":[462]},{"name":"RDEOPT_IgnoreSoftwareCompression","features":[462]},{"name":"RDEOPT_InvokeAutoTriggerCredentialUI","features":[462]},{"name":"RDEOPT_NoUser","features":[462]},{"name":"RDEOPT_PauseOnScript","features":[462]},{"name":"RDEOPT_PausedStates","features":[462]},{"name":"RDEOPT_Router","features":[462]},{"name":"RDEOPT_SetModemSpeaker","features":[462]},{"name":"RDEOPT_SetSoftwareCompression","features":[462]},{"name":"RDEOPT_UseCustomScripting","features":[462]},{"name":"RDEOPT_UsePrefixSuffix","features":[462]},{"name":"REN_AllUsers","features":[462]},{"name":"REN_User","features":[462]},{"name":"ROUTER_CONNECTION_STATE","features":[462]},{"name":"ROUTER_CUSTOM_IKEv2_POLICY0","features":[462]},{"name":"ROUTER_IF_STATE_CONNECTED","features":[462]},{"name":"ROUTER_IF_STATE_CONNECTING","features":[462]},{"name":"ROUTER_IF_STATE_DISCONNECTED","features":[462]},{"name":"ROUTER_IF_STATE_UNREACHABLE","features":[462]},{"name":"ROUTER_IF_TYPE_CLIENT","features":[462]},{"name":"ROUTER_IF_TYPE_DEDICATED","features":[462]},{"name":"ROUTER_IF_TYPE_DIALOUT","features":[462]},{"name":"ROUTER_IF_TYPE_FULL_ROUTER","features":[462]},{"name":"ROUTER_IF_TYPE_HOME_ROUTER","features":[462]},{"name":"ROUTER_IF_TYPE_INTERNAL","features":[462]},{"name":"ROUTER_IF_TYPE_LOOPBACK","features":[462]},{"name":"ROUTER_IF_TYPE_MAX","features":[462]},{"name":"ROUTER_IF_TYPE_TUNNEL1","features":[462]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG0","features":[462,398]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG1","features":[462,398]},{"name":"ROUTER_IKEv2_IF_CUSTOM_CONFIG2","features":[462,319,398]},{"name":"ROUTER_INTERFACE_TYPE","features":[462]},{"name":"ROUTING_PROTOCOL_CONFIG","features":[305,462]},{"name":"RRAS_SERVICE_NAME","features":[462]},{"name":"RTM_BLOCK_METHODS","features":[462]},{"name":"RTM_CHANGE_NOTIFICATION","features":[462]},{"name":"RTM_CHANGE_TYPE_ALL","features":[462]},{"name":"RTM_CHANGE_TYPE_BEST","features":[462]},{"name":"RTM_CHANGE_TYPE_FORWARDING","features":[462]},{"name":"RTM_DEST_FLAG_DONT_FORWARD","features":[462]},{"name":"RTM_DEST_FLAG_FWD_ENGIN_ADD","features":[462]},{"name":"RTM_DEST_FLAG_NATURAL_NET","features":[462]},{"name":"RTM_DEST_INFO","features":[305,462]},{"name":"RTM_ENTITY_DEREGISTERED","features":[462]},{"name":"RTM_ENTITY_EXPORT_METHOD","features":[462]},{"name":"RTM_ENTITY_EXPORT_METHODS","features":[462]},{"name":"RTM_ENTITY_ID","features":[462]},{"name":"RTM_ENTITY_INFO","features":[462]},{"name":"RTM_ENTITY_METHOD_INPUT","features":[462]},{"name":"RTM_ENTITY_METHOD_OUTPUT","features":[462]},{"name":"RTM_ENTITY_REGISTERED","features":[462]},{"name":"RTM_ENUM_ALL_DESTS","features":[462]},{"name":"RTM_ENUM_ALL_ROUTES","features":[462]},{"name":"RTM_ENUM_NEXT","features":[462]},{"name":"RTM_ENUM_OWN_DESTS","features":[462]},{"name":"RTM_ENUM_OWN_ROUTES","features":[462]},{"name":"RTM_ENUM_RANGE","features":[462]},{"name":"RTM_ENUM_START","features":[462]},{"name":"RTM_EVENT_CALLBACK","features":[462]},{"name":"RTM_EVENT_TYPE","features":[462]},{"name":"RTM_MATCH_FULL","features":[462]},{"name":"RTM_MATCH_INTERFACE","features":[462]},{"name":"RTM_MATCH_NEIGHBOUR","features":[462]},{"name":"RTM_MATCH_NEXTHOP","features":[462]},{"name":"RTM_MATCH_NONE","features":[462]},{"name":"RTM_MATCH_OWNER","features":[462]},{"name":"RTM_MATCH_PREF","features":[462]},{"name":"RTM_MAX_ADDRESS_SIZE","features":[462]},{"name":"RTM_MAX_VIEWS","features":[462]},{"name":"RTM_NET_ADDRESS","features":[462]},{"name":"RTM_NEXTHOP_CHANGE_NEW","features":[462]},{"name":"RTM_NEXTHOP_FLAGS_DOWN","features":[462]},{"name":"RTM_NEXTHOP_FLAGS_REMOTE","features":[462]},{"name":"RTM_NEXTHOP_INFO","features":[462]},{"name":"RTM_NEXTHOP_LIST","features":[462]},{"name":"RTM_NEXTHOP_STATE_CREATED","features":[462]},{"name":"RTM_NEXTHOP_STATE_DELETED","features":[462]},{"name":"RTM_NOTIFY_ONLY_MARKED_DESTS","features":[462]},{"name":"RTM_NUM_CHANGE_TYPES","features":[462]},{"name":"RTM_PREF_INFO","features":[462]},{"name":"RTM_REGN_PROFILE","features":[462]},{"name":"RTM_RESUME_METHODS","features":[462]},{"name":"RTM_ROUTE_CHANGE_BEST","features":[462]},{"name":"RTM_ROUTE_CHANGE_FIRST","features":[462]},{"name":"RTM_ROUTE_CHANGE_NEW","features":[462]},{"name":"RTM_ROUTE_EXPIRED","features":[462]},{"name":"RTM_ROUTE_FLAGS_BLACKHOLE","features":[462]},{"name":"RTM_ROUTE_FLAGS_DISCARD","features":[462]},{"name":"RTM_ROUTE_FLAGS_INACTIVE","features":[462]},{"name":"RTM_ROUTE_FLAGS_LIMITED_BC","features":[462]},{"name":"RTM_ROUTE_FLAGS_LOCAL","features":[462]},{"name":"RTM_ROUTE_FLAGS_LOCAL_MCAST","features":[462]},{"name":"RTM_ROUTE_FLAGS_LOOPBACK","features":[462]},{"name":"RTM_ROUTE_FLAGS_MARTIAN","features":[462]},{"name":"RTM_ROUTE_FLAGS_MCAST","features":[462]},{"name":"RTM_ROUTE_FLAGS_MYSELF","features":[462]},{"name":"RTM_ROUTE_FLAGS_ONES_NETBC","features":[462]},{"name":"RTM_ROUTE_FLAGS_ONES_SUBNETBC","features":[462]},{"name":"RTM_ROUTE_FLAGS_REMOTE","features":[462]},{"name":"RTM_ROUTE_FLAGS_ZEROS_NETBC","features":[462]},{"name":"RTM_ROUTE_FLAGS_ZEROS_SUBNETBC","features":[462]},{"name":"RTM_ROUTE_INFO","features":[462]},{"name":"RTM_ROUTE_STATE_CREATED","features":[462]},{"name":"RTM_ROUTE_STATE_DELETED","features":[462]},{"name":"RTM_ROUTE_STATE_DELETING","features":[462]},{"name":"RTM_VIEW_ID_MCAST","features":[462]},{"name":"RTM_VIEW_ID_UCAST","features":[462]},{"name":"RTM_VIEW_MASK_ALL","features":[462]},{"name":"RTM_VIEW_MASK_ANY","features":[462]},{"name":"RTM_VIEW_MASK_MCAST","features":[462]},{"name":"RTM_VIEW_MASK_NONE","features":[462]},{"name":"RTM_VIEW_MASK_SIZE","features":[462]},{"name":"RTM_VIEW_MASK_UCAST","features":[462]},{"name":"RasClearConnectionStatistics","features":[462]},{"name":"RasClearLinkStatistics","features":[462]},{"name":"RasConnectionNotificationA","features":[305,462]},{"name":"RasConnectionNotificationW","features":[305,462]},{"name":"RasCreatePhonebookEntryA","features":[305,462]},{"name":"RasCreatePhonebookEntryW","features":[305,462]},{"name":"RasCustomDeleteEntryNotifyFn","features":[462]},{"name":"RasCustomDialDlgFn","features":[305,462]},{"name":"RasCustomDialFn","features":[305,462]},{"name":"RasCustomEntryDlgFn","features":[305,462]},{"name":"RasCustomHangUpFn","features":[462]},{"name":"RasCustomScriptExecuteFn","features":[305,462]},{"name":"RasDeleteEntryA","features":[462]},{"name":"RasDeleteEntryW","features":[462]},{"name":"RasDeleteSubEntryA","features":[462]},{"name":"RasDeleteSubEntryW","features":[462]},{"name":"RasDialA","features":[305,462]},{"name":"RasDialDlgA","features":[305,462]},{"name":"RasDialDlgW","features":[305,462]},{"name":"RasDialW","features":[305,462]},{"name":"RasEditPhonebookEntryA","features":[305,462]},{"name":"RasEditPhonebookEntryW","features":[305,462]},{"name":"RasEntryDlgA","features":[305,462]},{"name":"RasEntryDlgW","features":[305,462]},{"name":"RasEnumAutodialAddressesA","features":[462]},{"name":"RasEnumAutodialAddressesW","features":[462]},{"name":"RasEnumConnectionsA","features":[305,462]},{"name":"RasEnumConnectionsW","features":[305,462]},{"name":"RasEnumDevicesA","features":[462]},{"name":"RasEnumDevicesW","features":[462]},{"name":"RasEnumEntriesA","features":[462]},{"name":"RasEnumEntriesW","features":[462]},{"name":"RasFreeEapUserIdentityA","features":[462]},{"name":"RasFreeEapUserIdentityW","features":[462]},{"name":"RasGetAutodialAddressA","features":[462]},{"name":"RasGetAutodialAddressW","features":[462]},{"name":"RasGetAutodialEnableA","features":[305,462]},{"name":"RasGetAutodialEnableW","features":[305,462]},{"name":"RasGetAutodialParamA","features":[462]},{"name":"RasGetAutodialParamW","features":[462]},{"name":"RasGetConnectStatusA","features":[462,319]},{"name":"RasGetConnectStatusW","features":[462,319]},{"name":"RasGetConnectionStatistics","features":[462]},{"name":"RasGetCountryInfoA","features":[462]},{"name":"RasGetCountryInfoW","features":[462]},{"name":"RasGetCredentialsA","features":[462]},{"name":"RasGetCredentialsW","features":[462]},{"name":"RasGetCustomAuthDataA","features":[462]},{"name":"RasGetCustomAuthDataW","features":[462]},{"name":"RasGetEapUserDataA","features":[305,462]},{"name":"RasGetEapUserDataW","features":[305,462]},{"name":"RasGetEapUserIdentityA","features":[305,462]},{"name":"RasGetEapUserIdentityW","features":[305,462]},{"name":"RasGetEntryDialParamsA","features":[305,462]},{"name":"RasGetEntryDialParamsW","features":[305,462]},{"name":"RasGetEntryPropertiesA","features":[305,462,319]},{"name":"RasGetEntryPropertiesW","features":[305,462,319]},{"name":"RasGetErrorStringA","features":[462]},{"name":"RasGetErrorStringW","features":[462]},{"name":"RasGetLinkStatistics","features":[462]},{"name":"RasGetPCscf","features":[462]},{"name":"RasGetProjectionInfoA","features":[462]},{"name":"RasGetProjectionInfoEx","features":[305,462,319]},{"name":"RasGetProjectionInfoW","features":[462]},{"name":"RasGetSubEntryHandleA","features":[462]},{"name":"RasGetSubEntryHandleW","features":[462]},{"name":"RasGetSubEntryPropertiesA","features":[462]},{"name":"RasGetSubEntryPropertiesW","features":[462]},{"name":"RasHangUpA","features":[462]},{"name":"RasHangUpW","features":[462]},{"name":"RasInvokeEapUI","features":[305,462]},{"name":"RasPhonebookDlgA","features":[305,462]},{"name":"RasPhonebookDlgW","features":[305,462]},{"name":"RasRenameEntryA","features":[462]},{"name":"RasRenameEntryW","features":[462]},{"name":"RasSetAutodialAddressA","features":[462]},{"name":"RasSetAutodialAddressW","features":[462]},{"name":"RasSetAutodialEnableA","features":[305,462]},{"name":"RasSetAutodialEnableW","features":[305,462]},{"name":"RasSetAutodialParamA","features":[462]},{"name":"RasSetAutodialParamW","features":[462]},{"name":"RasSetCredentialsA","features":[305,462]},{"name":"RasSetCredentialsW","features":[305,462]},{"name":"RasSetCustomAuthDataA","features":[462]},{"name":"RasSetCustomAuthDataW","features":[462]},{"name":"RasSetEapUserDataA","features":[305,462]},{"name":"RasSetEapUserDataW","features":[305,462]},{"name":"RasSetEntryDialParamsA","features":[305,462]},{"name":"RasSetEntryDialParamsW","features":[305,462]},{"name":"RasSetEntryPropertiesA","features":[305,462,319]},{"name":"RasSetEntryPropertiesW","features":[305,462,319]},{"name":"RasSetSubEntryPropertiesA","features":[462]},{"name":"RasSetSubEntryPropertiesW","features":[462]},{"name":"RasUpdateConnection","features":[462,319]},{"name":"RasValidateEntryNameA","features":[462]},{"name":"RasValidateEntryNameW","features":[462]},{"name":"RtmAddNextHop","features":[462]},{"name":"RtmAddRouteToDest","features":[462]},{"name":"RtmBlockMethods","features":[305,462]},{"name":"RtmConvertIpv6AddressAndLengthToNetAddress","features":[462,319]},{"name":"RtmConvertNetAddressToIpv6AddressAndLength","features":[462,319]},{"name":"RtmCreateDestEnum","features":[462]},{"name":"RtmCreateNextHopEnum","features":[462]},{"name":"RtmCreateRouteEnum","features":[462]},{"name":"RtmCreateRouteList","features":[462]},{"name":"RtmCreateRouteListEnum","features":[462]},{"name":"RtmDeleteEnumHandle","features":[462]},{"name":"RtmDeleteNextHop","features":[462]},{"name":"RtmDeleteRouteList","features":[462]},{"name":"RtmDeleteRouteToDest","features":[462]},{"name":"RtmDeregisterEntity","features":[462]},{"name":"RtmDeregisterFromChangeNotification","features":[462]},{"name":"RtmFindNextHop","features":[462]},{"name":"RtmGetChangeStatus","features":[305,462]},{"name":"RtmGetChangedDests","features":[305,462]},{"name":"RtmGetDestInfo","features":[305,462]},{"name":"RtmGetEntityInfo","features":[462]},{"name":"RtmGetEntityMethods","features":[462]},{"name":"RtmGetEnumDests","features":[305,462]},{"name":"RtmGetEnumNextHops","features":[462]},{"name":"RtmGetEnumRoutes","features":[462]},{"name":"RtmGetExactMatchDestination","features":[305,462]},{"name":"RtmGetExactMatchRoute","features":[462]},{"name":"RtmGetLessSpecificDestination","features":[305,462]},{"name":"RtmGetListEnumRoutes","features":[462]},{"name":"RtmGetMostSpecificDestination","features":[305,462]},{"name":"RtmGetNextHopInfo","features":[462]},{"name":"RtmGetNextHopPointer","features":[462]},{"name":"RtmGetOpaqueInformationPointer","features":[462]},{"name":"RtmGetRegisteredEntities","features":[462]},{"name":"RtmGetRouteInfo","features":[462]},{"name":"RtmGetRoutePointer","features":[462]},{"name":"RtmHoldDestination","features":[462]},{"name":"RtmIgnoreChangedDests","features":[462]},{"name":"RtmInsertInRouteList","features":[462]},{"name":"RtmInvokeMethod","features":[462]},{"name":"RtmIsBestRoute","features":[462]},{"name":"RtmIsMarkedForChangeNotification","features":[305,462]},{"name":"RtmLockDestination","features":[305,462]},{"name":"RtmLockNextHop","features":[305,462]},{"name":"RtmLockRoute","features":[305,462]},{"name":"RtmMarkDestForChangeNotification","features":[305,462]},{"name":"RtmReferenceHandles","features":[305,462]},{"name":"RtmRegisterEntity","features":[305,462]},{"name":"RtmRegisterForChangeNotification","features":[462]},{"name":"RtmReleaseChangedDests","features":[305,462]},{"name":"RtmReleaseDestInfo","features":[305,462]},{"name":"RtmReleaseDests","features":[305,462]},{"name":"RtmReleaseEntities","features":[462]},{"name":"RtmReleaseEntityInfo","features":[462]},{"name":"RtmReleaseNextHopInfo","features":[462]},{"name":"RtmReleaseNextHops","features":[462]},{"name":"RtmReleaseRouteInfo","features":[462]},{"name":"RtmReleaseRoutes","features":[462]},{"name":"RtmUpdateAndUnlockRoute","features":[462]},{"name":"SECURITYMSG_ERROR","features":[462]},{"name":"SECURITYMSG_FAILURE","features":[462]},{"name":"SECURITYMSG_SUCCESS","features":[462]},{"name":"SECURITY_MESSAGE","features":[462]},{"name":"SECURITY_MESSAGE_MSG_ID","features":[462]},{"name":"SOURCE_GROUP_ENTRY","features":[462]},{"name":"SSTP_CERT_INFO","features":[305,462,398]},{"name":"SSTP_CONFIG_PARAMS","features":[305,462,398]},{"name":"VPN_TS_IP_ADDRESS","features":[462,319]},{"name":"VS_Default","features":[462]},{"name":"VS_GREOnly","features":[462]},{"name":"VS_Ikev2First","features":[462]},{"name":"VS_Ikev2Only","features":[462]},{"name":"VS_Ikev2Sstp","features":[462]},{"name":"VS_L2tpFirst","features":[462]},{"name":"VS_L2tpOnly","features":[462]},{"name":"VS_L2tpSstp","features":[462]},{"name":"VS_PptpFirst","features":[462]},{"name":"VS_PptpOnly","features":[462]},{"name":"VS_PptpSstp","features":[462]},{"name":"VS_ProtocolList","features":[462]},{"name":"VS_SstpFirst","features":[462]},{"name":"VS_SstpOnly","features":[462]},{"name":"WARNING_MSG_ALIAS_NOT_ADDED","features":[462]},{"name":"WM_RASDIALEVENT","features":[462]}],"467":[{"name":"ASN_APPLICATION","features":[463]},{"name":"ASN_CONSTRUCTOR","features":[463]},{"name":"ASN_CONTEXT","features":[463]},{"name":"ASN_CONTEXTSPECIFIC","features":[463]},{"name":"ASN_PRIMATIVE","features":[463]},{"name":"ASN_PRIMITIVE","features":[463]},{"name":"ASN_PRIVATE","features":[463]},{"name":"ASN_UNIVERSAL","features":[463]},{"name":"AsnAny","features":[305,463]},{"name":"AsnObjectIdentifier","features":[463]},{"name":"AsnObjectIdentifier","features":[463]},{"name":"AsnOctetString","features":[305,463]},{"name":"AsnOctetString","features":[305,463]},{"name":"DEFAULT_SNMPTRAP_PORT_IPX","features":[463]},{"name":"DEFAULT_SNMPTRAP_PORT_UDP","features":[463]},{"name":"DEFAULT_SNMP_PORT_IPX","features":[463]},{"name":"DEFAULT_SNMP_PORT_UDP","features":[463]},{"name":"MAXOBJIDSIZE","features":[463]},{"name":"MAXOBJIDSTRSIZE","features":[463]},{"name":"MAXVENDORINFO","features":[463]},{"name":"MGMCTL_SETAGENTPORT","features":[463]},{"name":"PFNSNMPCLEANUPEX","features":[463]},{"name":"PFNSNMPEXTENSIONCLOSE","features":[463]},{"name":"PFNSNMPEXTENSIONINIT","features":[305,463]},{"name":"PFNSNMPEXTENSIONINITEX","features":[305,463]},{"name":"PFNSNMPEXTENSIONMONITOR","features":[305,463]},{"name":"PFNSNMPEXTENSIONQUERY","features":[305,463]},{"name":"PFNSNMPEXTENSIONQUERYEX","features":[305,463]},{"name":"PFNSNMPEXTENSIONTRAP","features":[305,463]},{"name":"PFNSNMPSTARTUPEX","features":[463]},{"name":"SNMPAPI_ALLOC_ERROR","features":[463]},{"name":"SNMPAPI_CALLBACK","features":[305,463]},{"name":"SNMPAPI_CONTEXT_INVALID","features":[463]},{"name":"SNMPAPI_CONTEXT_UNKNOWN","features":[463]},{"name":"SNMPAPI_ENTITY_INVALID","features":[463]},{"name":"SNMPAPI_ENTITY_UNKNOWN","features":[463]},{"name":"SNMPAPI_ERROR","features":[463]},{"name":"SNMPAPI_FAILURE","features":[463]},{"name":"SNMPAPI_HWND_INVALID","features":[463]},{"name":"SNMPAPI_INDEX_INVALID","features":[463]},{"name":"SNMPAPI_M2M_SUPPORT","features":[463]},{"name":"SNMPAPI_MESSAGE_INVALID","features":[463]},{"name":"SNMPAPI_MODE_INVALID","features":[463]},{"name":"SNMPAPI_NOERROR","features":[463]},{"name":"SNMPAPI_NOOP","features":[463]},{"name":"SNMPAPI_NOT_INITIALIZED","features":[463]},{"name":"SNMPAPI_NO_SUPPORT","features":[463]},{"name":"SNMPAPI_OFF","features":[463]},{"name":"SNMPAPI_OID_INVALID","features":[463]},{"name":"SNMPAPI_ON","features":[463]},{"name":"SNMPAPI_OPERATION_INVALID","features":[463]},{"name":"SNMPAPI_OTHER_ERROR","features":[463]},{"name":"SNMPAPI_OUTPUT_TRUNCATED","features":[463]},{"name":"SNMPAPI_PDU_INVALID","features":[463]},{"name":"SNMPAPI_SESSION_INVALID","features":[463]},{"name":"SNMPAPI_SIZE_INVALID","features":[463]},{"name":"SNMPAPI_SUCCESS","features":[463]},{"name":"SNMPAPI_SYNTAX_INVALID","features":[463]},{"name":"SNMPAPI_TL_INVALID_PARAM","features":[463]},{"name":"SNMPAPI_TL_IN_USE","features":[463]},{"name":"SNMPAPI_TL_NOT_AVAILABLE","features":[463]},{"name":"SNMPAPI_TL_NOT_INITIALIZED","features":[463]},{"name":"SNMPAPI_TL_NOT_SUPPORTED","features":[463]},{"name":"SNMPAPI_TL_OTHER","features":[463]},{"name":"SNMPAPI_TL_PDU_TOO_BIG","features":[463]},{"name":"SNMPAPI_TL_RESOURCE_ERROR","features":[463]},{"name":"SNMPAPI_TL_SRC_INVALID","features":[463]},{"name":"SNMPAPI_TL_TIMEOUT","features":[463]},{"name":"SNMPAPI_TL_UNDELIVERABLE","features":[463]},{"name":"SNMPAPI_TRANSLATED","features":[463]},{"name":"SNMPAPI_UNTRANSLATED_V1","features":[463]},{"name":"SNMPAPI_UNTRANSLATED_V2","features":[463]},{"name":"SNMPAPI_V1_SUPPORT","features":[463]},{"name":"SNMPAPI_V2_SUPPORT","features":[463]},{"name":"SNMPAPI_VBL_INVALID","features":[463]},{"name":"SNMPLISTEN_ALL_ADDR","features":[463]},{"name":"SNMPLISTEN_USEENTITY_ADDR","features":[463]},{"name":"SNMP_ACCESS_NONE","features":[463]},{"name":"SNMP_ACCESS_NOTIFY","features":[463]},{"name":"SNMP_ACCESS_READ_CREATE","features":[463]},{"name":"SNMP_ACCESS_READ_ONLY","features":[463]},{"name":"SNMP_ACCESS_READ_WRITE","features":[463]},{"name":"SNMP_API_TRANSLATE_MODE","features":[463]},{"name":"SNMP_AUTHAPI_INVALID_MSG_TYPE","features":[463]},{"name":"SNMP_AUTHAPI_INVALID_VERSION","features":[463]},{"name":"SNMP_AUTHAPI_TRIV_AUTH_FAILED","features":[463]},{"name":"SNMP_BERAPI_INVALID_LENGTH","features":[463]},{"name":"SNMP_BERAPI_INVALID_OBJELEM","features":[463]},{"name":"SNMP_BERAPI_INVALID_TAG","features":[463]},{"name":"SNMP_BERAPI_OVERFLOW","features":[463]},{"name":"SNMP_BERAPI_SHORT_BUFFER","features":[463]},{"name":"SNMP_ERROR","features":[463]},{"name":"SNMP_ERRORSTATUS_AUTHORIZATIONERROR","features":[463]},{"name":"SNMP_ERRORSTATUS_BADVALUE","features":[463]},{"name":"SNMP_ERRORSTATUS_COMMITFAILED","features":[463]},{"name":"SNMP_ERRORSTATUS_GENERR","features":[463]},{"name":"SNMP_ERRORSTATUS_INCONSISTENTNAME","features":[463]},{"name":"SNMP_ERRORSTATUS_INCONSISTENTVALUE","features":[463]},{"name":"SNMP_ERRORSTATUS_NOACCESS","features":[463]},{"name":"SNMP_ERRORSTATUS_NOCREATION","features":[463]},{"name":"SNMP_ERRORSTATUS_NOERROR","features":[463]},{"name":"SNMP_ERRORSTATUS_NOSUCHNAME","features":[463]},{"name":"SNMP_ERRORSTATUS_NOTWRITABLE","features":[463]},{"name":"SNMP_ERRORSTATUS_READONLY","features":[463]},{"name":"SNMP_ERRORSTATUS_RESOURCEUNAVAILABLE","features":[463]},{"name":"SNMP_ERRORSTATUS_TOOBIG","features":[463]},{"name":"SNMP_ERRORSTATUS_UNDOFAILED","features":[463]},{"name":"SNMP_ERRORSTATUS_WRONGENCODING","features":[463]},{"name":"SNMP_ERRORSTATUS_WRONGLENGTH","features":[463]},{"name":"SNMP_ERRORSTATUS_WRONGTYPE","features":[463]},{"name":"SNMP_ERRORSTATUS_WRONGVALUE","features":[463]},{"name":"SNMP_ERROR_AUTHORIZATIONERROR","features":[463]},{"name":"SNMP_ERROR_BADVALUE","features":[463]},{"name":"SNMP_ERROR_COMMITFAILED","features":[463]},{"name":"SNMP_ERROR_GENERR","features":[463]},{"name":"SNMP_ERROR_INCONSISTENTNAME","features":[463]},{"name":"SNMP_ERROR_INCONSISTENTVALUE","features":[463]},{"name":"SNMP_ERROR_NOACCESS","features":[463]},{"name":"SNMP_ERROR_NOCREATION","features":[463]},{"name":"SNMP_ERROR_NOERROR","features":[463]},{"name":"SNMP_ERROR_NOSUCHNAME","features":[463]},{"name":"SNMP_ERROR_NOTWRITABLE","features":[463]},{"name":"SNMP_ERROR_READONLY","features":[463]},{"name":"SNMP_ERROR_RESOURCEUNAVAILABLE","features":[463]},{"name":"SNMP_ERROR_STATUS","features":[463]},{"name":"SNMP_ERROR_TOOBIG","features":[463]},{"name":"SNMP_ERROR_UNDOFAILED","features":[463]},{"name":"SNMP_ERROR_WRONGENCODING","features":[463]},{"name":"SNMP_ERROR_WRONGLENGTH","features":[463]},{"name":"SNMP_ERROR_WRONGTYPE","features":[463]},{"name":"SNMP_ERROR_WRONGVALUE","features":[463]},{"name":"SNMP_EXTENSION_GET","features":[463]},{"name":"SNMP_EXTENSION_GET_NEXT","features":[463]},{"name":"SNMP_EXTENSION_REQUEST_TYPE","features":[463]},{"name":"SNMP_EXTENSION_SET_CLEANUP","features":[463]},{"name":"SNMP_EXTENSION_SET_COMMIT","features":[463]},{"name":"SNMP_EXTENSION_SET_TEST","features":[463]},{"name":"SNMP_EXTENSION_SET_UNDO","features":[463]},{"name":"SNMP_GENERICTRAP","features":[463]},{"name":"SNMP_GENERICTRAP_AUTHFAILURE","features":[463]},{"name":"SNMP_GENERICTRAP_COLDSTART","features":[463]},{"name":"SNMP_GENERICTRAP_EGPNEIGHLOSS","features":[463]},{"name":"SNMP_GENERICTRAP_ENTERSPECIFIC","features":[463]},{"name":"SNMP_GENERICTRAP_LINKDOWN","features":[463]},{"name":"SNMP_GENERICTRAP_LINKUP","features":[463]},{"name":"SNMP_GENERICTRAP_WARMSTART","features":[463]},{"name":"SNMP_LOG","features":[463]},{"name":"SNMP_LOG_ERROR","features":[463]},{"name":"SNMP_LOG_FATAL","features":[463]},{"name":"SNMP_LOG_SILENT","features":[463]},{"name":"SNMP_LOG_TRACE","features":[463]},{"name":"SNMP_LOG_VERBOSE","features":[463]},{"name":"SNMP_LOG_WARNING","features":[463]},{"name":"SNMP_MAX_OID_LEN","features":[463]},{"name":"SNMP_MEM_ALLOC_ERROR","features":[463]},{"name":"SNMP_MGMTAPI_AGAIN","features":[463]},{"name":"SNMP_MGMTAPI_INVALID_BUFFER","features":[463]},{"name":"SNMP_MGMTAPI_INVALID_CTL","features":[463]},{"name":"SNMP_MGMTAPI_INVALID_SESSION","features":[463]},{"name":"SNMP_MGMTAPI_NOTRAPS","features":[463]},{"name":"SNMP_MGMTAPI_SELECT_FDERRORS","features":[463]},{"name":"SNMP_MGMTAPI_TIMEOUT","features":[463]},{"name":"SNMP_MGMTAPI_TRAP_DUPINIT","features":[463]},{"name":"SNMP_MGMTAPI_TRAP_ERRORS","features":[463]},{"name":"SNMP_OUTPUT_LOG_TYPE","features":[463]},{"name":"SNMP_OUTPUT_TO_CONSOLE","features":[463]},{"name":"SNMP_OUTPUT_TO_DEBUGGER","features":[463]},{"name":"SNMP_OUTPUT_TO_EVENTLOG","features":[463]},{"name":"SNMP_OUTPUT_TO_LOGFILE","features":[463]},{"name":"SNMP_PDUAPI_INVALID_ES","features":[463]},{"name":"SNMP_PDUAPI_INVALID_GT","features":[463]},{"name":"SNMP_PDUAPI_UNRECOGNIZED_PDU","features":[463]},{"name":"SNMP_PDU_GET","features":[463]},{"name":"SNMP_PDU_GETBULK","features":[463]},{"name":"SNMP_PDU_GETNEXT","features":[463]},{"name":"SNMP_PDU_RESPONSE","features":[463]},{"name":"SNMP_PDU_SET","features":[463]},{"name":"SNMP_PDU_TRAP","features":[463]},{"name":"SNMP_PDU_TYPE","features":[463]},{"name":"SNMP_STATUS","features":[463]},{"name":"SNMP_TRAP_AUTHFAIL","features":[463]},{"name":"SNMP_TRAP_COLDSTART","features":[463]},{"name":"SNMP_TRAP_EGPNEIGHBORLOSS","features":[463]},{"name":"SNMP_TRAP_ENTERPRISESPECIFIC","features":[463]},{"name":"SNMP_TRAP_LINKDOWN","features":[463]},{"name":"SNMP_TRAP_LINKUP","features":[463]},{"name":"SNMP_TRAP_WARMSTART","features":[463]},{"name":"SnmpCancelMsg","features":[463]},{"name":"SnmpCleanup","features":[463]},{"name":"SnmpCleanupEx","features":[463]},{"name":"SnmpClose","features":[463]},{"name":"SnmpContextToStr","features":[463]},{"name":"SnmpCountVbl","features":[463]},{"name":"SnmpCreatePdu","features":[463]},{"name":"SnmpCreateSession","features":[305,463]},{"name":"SnmpCreateVbl","features":[463]},{"name":"SnmpDecodeMsg","features":[463]},{"name":"SnmpDeleteVb","features":[463]},{"name":"SnmpDuplicatePdu","features":[463]},{"name":"SnmpDuplicateVbl","features":[463]},{"name":"SnmpEncodeMsg","features":[463]},{"name":"SnmpEntityToStr","features":[463]},{"name":"SnmpFreeContext","features":[463]},{"name":"SnmpFreeDescriptor","features":[463]},{"name":"SnmpFreeEntity","features":[463]},{"name":"SnmpFreePdu","features":[463]},{"name":"SnmpFreeVbl","features":[463]},{"name":"SnmpGetLastError","features":[463]},{"name":"SnmpGetPduData","features":[463]},{"name":"SnmpGetRetransmitMode","features":[463]},{"name":"SnmpGetRetry","features":[463]},{"name":"SnmpGetTimeout","features":[463]},{"name":"SnmpGetTranslateMode","features":[463]},{"name":"SnmpGetVb","features":[463]},{"name":"SnmpGetVendorInfo","features":[463]},{"name":"SnmpListen","features":[463]},{"name":"SnmpListenEx","features":[463]},{"name":"SnmpMgrClose","features":[305,463]},{"name":"SnmpMgrCtl","features":[305,463]},{"name":"SnmpMgrGetTrap","features":[305,463]},{"name":"SnmpMgrGetTrapEx","features":[305,463]},{"name":"SnmpMgrOidToStr","features":[305,463]},{"name":"SnmpMgrOpen","features":[463]},{"name":"SnmpMgrRequest","features":[305,463]},{"name":"SnmpMgrStrToOid","features":[305,463]},{"name":"SnmpMgrTrapListen","features":[305,463]},{"name":"SnmpOidCompare","features":[463]},{"name":"SnmpOidCopy","features":[463]},{"name":"SnmpOidToStr","features":[463]},{"name":"SnmpOpen","features":[305,463]},{"name":"SnmpRecvMsg","features":[463]},{"name":"SnmpRegister","features":[463]},{"name":"SnmpSendMsg","features":[463]},{"name":"SnmpSetPduData","features":[463]},{"name":"SnmpSetPort","features":[463]},{"name":"SnmpSetRetransmitMode","features":[463]},{"name":"SnmpSetRetry","features":[463]},{"name":"SnmpSetTimeout","features":[463]},{"name":"SnmpSetTranslateMode","features":[463]},{"name":"SnmpSetVb","features":[463]},{"name":"SnmpStartup","features":[463]},{"name":"SnmpStartupEx","features":[463]},{"name":"SnmpStrToContext","features":[463]},{"name":"SnmpStrToEntity","features":[463]},{"name":"SnmpStrToOid","features":[463]},{"name":"SnmpSvcGetUptime","features":[463]},{"name":"SnmpSvcSetLogLevel","features":[463]},{"name":"SnmpSvcSetLogType","features":[463]},{"name":"SnmpUtilAsnAnyCpy","features":[305,463]},{"name":"SnmpUtilAsnAnyFree","features":[305,463]},{"name":"SnmpUtilDbgPrint","features":[463]},{"name":"SnmpUtilIdsToA","features":[463]},{"name":"SnmpUtilMemAlloc","features":[463]},{"name":"SnmpUtilMemFree","features":[463]},{"name":"SnmpUtilMemReAlloc","features":[463]},{"name":"SnmpUtilOctetsCmp","features":[305,463]},{"name":"SnmpUtilOctetsCpy","features":[305,463]},{"name":"SnmpUtilOctetsFree","features":[305,463]},{"name":"SnmpUtilOctetsNCmp","features":[305,463]},{"name":"SnmpUtilOidAppend","features":[463]},{"name":"SnmpUtilOidCmp","features":[463]},{"name":"SnmpUtilOidCpy","features":[463]},{"name":"SnmpUtilOidFree","features":[463]},{"name":"SnmpUtilOidNCmp","features":[463]},{"name":"SnmpUtilOidToA","features":[463]},{"name":"SnmpUtilPrintAsnAny","features":[305,463]},{"name":"SnmpUtilPrintOid","features":[463]},{"name":"SnmpUtilVarBindCpy","features":[305,463]},{"name":"SnmpUtilVarBindFree","features":[305,463]},{"name":"SnmpUtilVarBindListCpy","features":[305,463]},{"name":"SnmpUtilVarBindListFree","features":[305,463]},{"name":"SnmpVarBind","features":[305,463]},{"name":"SnmpVarBindList","features":[305,463]},{"name":"SnmpVarBindList","features":[305,463]},{"name":"smiCNTR64","features":[463]},{"name":"smiOCTETS","features":[463]},{"name":"smiOID","features":[463]},{"name":"smiVALUE","features":[463]},{"name":"smiVENDORINFO","features":[463]}],"468":[{"name":"CONNDLG_CONN_POINT","features":[464]},{"name":"CONNDLG_HIDE_BOX","features":[464]},{"name":"CONNDLG_NOT_PERSIST","features":[464]},{"name":"CONNDLG_PERSIST","features":[464]},{"name":"CONNDLG_RO_PATH","features":[464]},{"name":"CONNDLG_USE_MRU","features":[464]},{"name":"CONNECTDLGSTRUCTA","features":[305,464]},{"name":"CONNECTDLGSTRUCTW","features":[305,464]},{"name":"CONNECTDLGSTRUCT_FLAGS","features":[464]},{"name":"CONNECT_CMD_SAVECRED","features":[464]},{"name":"CONNECT_COMMANDLINE","features":[464]},{"name":"CONNECT_CRED_RESET","features":[464]},{"name":"CONNECT_CURRENT_MEDIA","features":[464]},{"name":"CONNECT_DEFERRED","features":[464]},{"name":"CONNECT_GLOBAL_MAPPING","features":[464]},{"name":"CONNECT_INTERACTIVE","features":[464]},{"name":"CONNECT_LOCALDRIVE","features":[464]},{"name":"CONNECT_NEED_DRIVE","features":[464]},{"name":"CONNECT_PROMPT","features":[464]},{"name":"CONNECT_REDIRECT","features":[464]},{"name":"CONNECT_REFCOUNT","features":[464]},{"name":"CONNECT_REQUIRE_INTEGRITY","features":[464]},{"name":"CONNECT_REQUIRE_PRIVACY","features":[464]},{"name":"CONNECT_RESERVED","features":[464]},{"name":"CONNECT_TEMPORARY","features":[464]},{"name":"CONNECT_UPDATE_PROFILE","features":[464]},{"name":"CONNECT_UPDATE_RECENT","features":[464]},{"name":"CONNECT_WRITE_THROUGH_SEMANTICS","features":[464]},{"name":"DISCDLGSTRUCTA","features":[305,464]},{"name":"DISCDLGSTRUCTW","features":[305,464]},{"name":"DISCDLGSTRUCT_FLAGS","features":[464]},{"name":"DISC_NO_FORCE","features":[464]},{"name":"DISC_UPDATE_PROFILE","features":[464]},{"name":"MultinetGetConnectionPerformanceA","features":[464]},{"name":"MultinetGetConnectionPerformanceW","features":[464]},{"name":"NETCONNECTINFOSTRUCT","features":[464]},{"name":"NETINFOSTRUCT","features":[305,464]},{"name":"NETINFOSTRUCT_CHARACTERISTICS","features":[464]},{"name":"NETINFO_DISKRED","features":[464]},{"name":"NETINFO_DLL16","features":[464]},{"name":"NETINFO_PRINTERRED","features":[464]},{"name":"NETPROPERTY_PERSISTENT","features":[464]},{"name":"NETRESOURCEA","features":[464]},{"name":"NETRESOURCEW","features":[464]},{"name":"NETWORK_NAME_FORMAT_FLAGS","features":[464]},{"name":"NET_CONNECT_FLAGS","features":[464]},{"name":"NET_RESOURCE_SCOPE","features":[464]},{"name":"NET_RESOURCE_TYPE","features":[464]},{"name":"NOTIFYADD","features":[305,464]},{"name":"NOTIFYCANCEL","features":[305,464]},{"name":"NOTIFYINFO","features":[464]},{"name":"NOTIFY_POST","features":[464]},{"name":"NOTIFY_PRE","features":[464]},{"name":"NPAddConnection","features":[464]},{"name":"NPAddConnection3","features":[305,464]},{"name":"NPAddConnection4","features":[305,464]},{"name":"NPCancelConnection","features":[305,464]},{"name":"NPCancelConnection2","features":[305,464]},{"name":"NPCloseEnum","features":[305,464]},{"name":"NPDIRECTORY_NOTIFY_OPERATION","features":[464]},{"name":"NPEnumResource","features":[305,464]},{"name":"NPFormatNetworkName","features":[464]},{"name":"NPGetCaps","features":[464]},{"name":"NPGetConnection","features":[464]},{"name":"NPGetConnection3","features":[464]},{"name":"NPGetConnectionPerformance","features":[464]},{"name":"NPGetPersistentUseOptionsForConnection","features":[464]},{"name":"NPGetResourceInformation","features":[464]},{"name":"NPGetResourceParent","features":[464]},{"name":"NPGetUniversalName","features":[464]},{"name":"NPGetUser","features":[464]},{"name":"NPOpenEnum","features":[305,464]},{"name":"NP_PROPERTY_DIALOG_SELECTION","features":[464]},{"name":"PF_AddConnectNotify","features":[305,464]},{"name":"PF_CancelConnectNotify","features":[305,464]},{"name":"PF_NPAddConnection","features":[464]},{"name":"PF_NPAddConnection3","features":[305,464]},{"name":"PF_NPAddConnection4","features":[305,464]},{"name":"PF_NPCancelConnection","features":[305,464]},{"name":"PF_NPCancelConnection2","features":[305,464]},{"name":"PF_NPCloseEnum","features":[305,464]},{"name":"PF_NPDeviceMode","features":[305,464]},{"name":"PF_NPDirectoryNotify","features":[305,464]},{"name":"PF_NPEnumResource","features":[305,464]},{"name":"PF_NPFMXEditPerm","features":[305,464]},{"name":"PF_NPFMXGetPermCaps","features":[464]},{"name":"PF_NPFMXGetPermHelp","features":[305,464]},{"name":"PF_NPFormatNetworkName","features":[464]},{"name":"PF_NPGetCaps","features":[464]},{"name":"PF_NPGetConnection","features":[464]},{"name":"PF_NPGetConnection3","features":[464]},{"name":"PF_NPGetConnectionPerformance","features":[464]},{"name":"PF_NPGetDirectoryType","features":[305,464]},{"name":"PF_NPGetPersistentUseOptionsForConnection","features":[464]},{"name":"PF_NPGetPropertyText","features":[464]},{"name":"PF_NPGetResourceInformation","features":[464]},{"name":"PF_NPGetResourceParent","features":[464]},{"name":"PF_NPGetUniversalName","features":[464]},{"name":"PF_NPGetUser","features":[464]},{"name":"PF_NPLogonNotify","features":[305,464]},{"name":"PF_NPOpenEnum","features":[305,464]},{"name":"PF_NPPasswordChangeNotify","features":[464]},{"name":"PF_NPPropertyDialog","features":[305,464]},{"name":"PF_NPSearchDialog","features":[305,464]},{"name":"REMOTE_NAME_INFOA","features":[464]},{"name":"REMOTE_NAME_INFOW","features":[464]},{"name":"REMOTE_NAME_INFO_LEVEL","features":[464]},{"name":"RESOURCEDISPLAYTYPE_DIRECTORY","features":[464]},{"name":"RESOURCEDISPLAYTYPE_NDSCONTAINER","features":[464]},{"name":"RESOURCEDISPLAYTYPE_NETWORK","features":[464]},{"name":"RESOURCEDISPLAYTYPE_ROOT","features":[464]},{"name":"RESOURCEDISPLAYTYPE_SHAREADMIN","features":[464]},{"name":"RESOURCETYPE_ANY","features":[464]},{"name":"RESOURCETYPE_DISK","features":[464]},{"name":"RESOURCETYPE_PRINT","features":[464]},{"name":"RESOURCETYPE_RESERVED","features":[464]},{"name":"RESOURCETYPE_UNKNOWN","features":[464]},{"name":"RESOURCEUSAGE_ALL","features":[464]},{"name":"RESOURCEUSAGE_ATTACHED","features":[464]},{"name":"RESOURCEUSAGE_CONNECTABLE","features":[464]},{"name":"RESOURCEUSAGE_CONTAINER","features":[464]},{"name":"RESOURCEUSAGE_NOLOCALDEVICE","features":[464]},{"name":"RESOURCEUSAGE_NONE","features":[464]},{"name":"RESOURCEUSAGE_RESERVED","features":[464]},{"name":"RESOURCEUSAGE_SIBLING","features":[464]},{"name":"RESOURCE_CONNECTED","features":[464]},{"name":"RESOURCE_CONTEXT","features":[464]},{"name":"RESOURCE_GLOBALNET","features":[464]},{"name":"RESOURCE_RECENT","features":[464]},{"name":"RESOURCE_REMEMBERED","features":[464]},{"name":"UNC_INFO_LEVEL","features":[464]},{"name":"UNIVERSAL_NAME_INFOA","features":[464]},{"name":"UNIVERSAL_NAME_INFOW","features":[464]},{"name":"UNIVERSAL_NAME_INFO_LEVEL","features":[464]},{"name":"WNCON_DYNAMIC","features":[464]},{"name":"WNCON_FORNETCARD","features":[464]},{"name":"WNCON_NOTROUTED","features":[464]},{"name":"WNCON_SLOWLINK","features":[464]},{"name":"WNDN_MKDIR","features":[464]},{"name":"WNDN_MVDIR","features":[464]},{"name":"WNDN_RMDIR","features":[464]},{"name":"WNDT_NETWORK","features":[464]},{"name":"WNDT_NORMAL","features":[464]},{"name":"WNET_OPEN_ENUM_USAGE","features":[464]},{"name":"WNFMT_ABBREVIATED","features":[464]},{"name":"WNFMT_CONNECTION","features":[464]},{"name":"WNFMT_INENUM","features":[464]},{"name":"WNFMT_MULTILINE","features":[464]},{"name":"WNGETCON_CONNECTED","features":[464]},{"name":"WNGETCON_DISCONNECTED","features":[464]},{"name":"WNNC_ADMIN","features":[464]},{"name":"WNNC_ADM_DIRECTORYNOTIFY","features":[464]},{"name":"WNNC_ADM_GETDIRECTORYTYPE","features":[464]},{"name":"WNNC_CONNECTION","features":[464]},{"name":"WNNC_CONNECTION_FLAGS","features":[464]},{"name":"WNNC_CON_ADDCONNECTION","features":[464]},{"name":"WNNC_CON_ADDCONNECTION3","features":[464]},{"name":"WNNC_CON_ADDCONNECTION4","features":[464]},{"name":"WNNC_CON_CANCELCONNECTION","features":[464]},{"name":"WNNC_CON_CANCELCONNECTION2","features":[464]},{"name":"WNNC_CON_DEFER","features":[464]},{"name":"WNNC_CON_GETCONNECTIONS","features":[464]},{"name":"WNNC_CON_GETPERFORMANCE","features":[464]},{"name":"WNNC_DIALOG","features":[464]},{"name":"WNNC_DLG_DEVICEMODE","features":[464]},{"name":"WNNC_DLG_FORMATNETWORKNAME","features":[464]},{"name":"WNNC_DLG_GETRESOURCEINFORMATION","features":[464]},{"name":"WNNC_DLG_GETRESOURCEPARENT","features":[464]},{"name":"WNNC_DLG_PERMISSIONEDITOR","features":[464]},{"name":"WNNC_DLG_PROPERTYDIALOG","features":[464]},{"name":"WNNC_DLG_SEARCHDIALOG","features":[464]},{"name":"WNNC_DRIVER_VERSION","features":[464]},{"name":"WNNC_ENUMERATION","features":[464]},{"name":"WNNC_ENUM_CONTEXT","features":[464]},{"name":"WNNC_ENUM_GLOBAL","features":[464]},{"name":"WNNC_ENUM_LOCAL","features":[464]},{"name":"WNNC_ENUM_SHAREABLE","features":[464]},{"name":"WNNC_NET_NONE","features":[464]},{"name":"WNNC_NET_TYPE","features":[464]},{"name":"WNNC_SPEC_VERSION","features":[464]},{"name":"WNNC_SPEC_VERSION51","features":[464]},{"name":"WNNC_START","features":[464]},{"name":"WNNC_USER","features":[464]},{"name":"WNNC_USR_GETUSER","features":[464]},{"name":"WNNC_WAIT_FOR_START","features":[464]},{"name":"WNPERMC_AUDIT","features":[464]},{"name":"WNPERMC_OWNER","features":[464]},{"name":"WNPERMC_PERM","features":[464]},{"name":"WNPERM_DLG","features":[464]},{"name":"WNPERM_DLG_AUDIT","features":[464]},{"name":"WNPERM_DLG_OWNER","features":[464]},{"name":"WNPERM_DLG_PERM","features":[464]},{"name":"WNPS_DIR","features":[464]},{"name":"WNPS_FILE","features":[464]},{"name":"WNPS_MULT","features":[464]},{"name":"WNSRCH_REFRESH_FIRST_LEVEL","features":[464]},{"name":"WNTYPE_COMM","features":[464]},{"name":"WNTYPE_DRIVE","features":[464]},{"name":"WNTYPE_FILE","features":[464]},{"name":"WNTYPE_PRINTER","features":[464]},{"name":"WN_CREDENTIAL_CLASS","features":[464]},{"name":"WN_NETWORK_CLASS","features":[464]},{"name":"WN_NT_PASSWORD_CHANGED","features":[464]},{"name":"WN_PRIMARY_AUTHENT_CLASS","features":[464]},{"name":"WN_SERVICE_CLASS","features":[464]},{"name":"WN_VALID_LOGON_ACCOUNT","features":[464]},{"name":"WNetAddConnection2A","features":[305,464]},{"name":"WNetAddConnection2W","features":[305,464]},{"name":"WNetAddConnection3A","features":[305,464]},{"name":"WNetAddConnection3W","features":[305,464]},{"name":"WNetAddConnection4A","features":[305,464]},{"name":"WNetAddConnection4W","features":[305,464]},{"name":"WNetAddConnectionA","features":[305,464]},{"name":"WNetAddConnectionW","features":[305,464]},{"name":"WNetCancelConnection2A","features":[305,464]},{"name":"WNetCancelConnection2W","features":[305,464]},{"name":"WNetCancelConnectionA","features":[305,464]},{"name":"WNetCancelConnectionW","features":[305,464]},{"name":"WNetCloseEnum","features":[305,464]},{"name":"WNetConnectionDialog","features":[305,464]},{"name":"WNetConnectionDialog1A","features":[305,464]},{"name":"WNetConnectionDialog1W","features":[305,464]},{"name":"WNetDisconnectDialog","features":[305,464]},{"name":"WNetDisconnectDialog1A","features":[305,464]},{"name":"WNetDisconnectDialog1W","features":[305,464]},{"name":"WNetEnumResourceA","features":[305,464]},{"name":"WNetEnumResourceW","features":[305,464]},{"name":"WNetGetConnectionA","features":[305,464]},{"name":"WNetGetConnectionW","features":[305,464]},{"name":"WNetGetLastErrorA","features":[305,464]},{"name":"WNetGetLastErrorW","features":[305,464]},{"name":"WNetGetNetworkInformationA","features":[305,464]},{"name":"WNetGetNetworkInformationW","features":[305,464]},{"name":"WNetGetProviderNameA","features":[305,464]},{"name":"WNetGetProviderNameW","features":[305,464]},{"name":"WNetGetResourceInformationA","features":[305,464]},{"name":"WNetGetResourceInformationW","features":[305,464]},{"name":"WNetGetResourceParentA","features":[305,464]},{"name":"WNetGetResourceParentW","features":[305,464]},{"name":"WNetGetUniversalNameA","features":[305,464]},{"name":"WNetGetUniversalNameW","features":[305,464]},{"name":"WNetGetUserA","features":[305,464]},{"name":"WNetGetUserW","features":[305,464]},{"name":"WNetOpenEnumA","features":[305,464]},{"name":"WNetOpenEnumW","features":[305,464]},{"name":"WNetSetLastErrorA","features":[464]},{"name":"WNetSetLastErrorW","features":[464]},{"name":"WNetUseConnection4A","features":[305,464]},{"name":"WNetUseConnection4W","features":[305,464]},{"name":"WNetUseConnectionA","features":[305,464]},{"name":"WNetUseConnectionW","features":[305,464]}],"469":[{"name":"AUTHNEXTSTEP","features":[465]},{"name":"CancelRequest","features":[465]},{"name":"DAV_AUTHN_SCHEME_BASIC","features":[465]},{"name":"DAV_AUTHN_SCHEME_CERT","features":[465]},{"name":"DAV_AUTHN_SCHEME_DIGEST","features":[465]},{"name":"DAV_AUTHN_SCHEME_FBA","features":[465]},{"name":"DAV_AUTHN_SCHEME_NEGOTIATE","features":[465]},{"name":"DAV_AUTHN_SCHEME_NTLM","features":[465]},{"name":"DAV_AUTHN_SCHEME_PASSPORT","features":[465]},{"name":"DAV_CALLBACK_AUTH_BLOB","features":[465]},{"name":"DAV_CALLBACK_AUTH_UNP","features":[465]},{"name":"DAV_CALLBACK_CRED","features":[305,465]},{"name":"DavAddConnection","features":[305,465]},{"name":"DavCancelConnectionsToServer","features":[305,465]},{"name":"DavDeleteConnection","features":[305,465]},{"name":"DavFlushFile","features":[305,465]},{"name":"DavGetExtendedError","features":[305,465]},{"name":"DavGetHTTPFromUNCPath","features":[465]},{"name":"DavGetTheLockOwnerOfTheFile","features":[465]},{"name":"DavGetUNCFromHTTPPath","features":[465]},{"name":"DavInvalidateCache","features":[465]},{"name":"DavRegisterAuthCallback","features":[305,465]},{"name":"DavUnregisterAuthCallback","features":[465]},{"name":"DefaultBehavior","features":[465]},{"name":"PFNDAVAUTHCALLBACK","features":[305,465]},{"name":"PFNDAVAUTHCALLBACK_FREECRED","features":[465]},{"name":"RetryRequest","features":[465]}],"470":[{"name":"CH_DESCRIPTION_TYPE","features":[466]},{"name":"DEVPKEY_InfraCast_AccessPointBssid","features":[305,466]},{"name":"DEVPKEY_InfraCast_ChallengeAep","features":[305,466]},{"name":"DEVPKEY_InfraCast_DevnodeAep","features":[305,466]},{"name":"DEVPKEY_InfraCast_HostName_ResolutionMode","features":[305,466]},{"name":"DEVPKEY_InfraCast_PinSupported","features":[305,466]},{"name":"DEVPKEY_InfraCast_RtspTcpConnectionParametersSupported","features":[305,466]},{"name":"DEVPKEY_InfraCast_SinkHostName","features":[305,466]},{"name":"DEVPKEY_InfraCast_SinkIpAddress","features":[305,466]},{"name":"DEVPKEY_InfraCast_StreamSecuritySupported","features":[305,466]},{"name":"DEVPKEY_InfraCast_Supported","features":[305,466]},{"name":"DEVPKEY_PciDevice_AERCapabilityPresent","features":[305,466]},{"name":"DEVPKEY_PciDevice_AcsCapabilityRegister","features":[305,466]},{"name":"DEVPKEY_PciDevice_AcsCompatibleUpHierarchy","features":[305,466]},{"name":"DEVPKEY_PciDevice_AcsSupport","features":[305,466]},{"name":"DEVPKEY_PciDevice_AriSupport","features":[305,466]},{"name":"DEVPKEY_PciDevice_AtomicsSupported","features":[305,466]},{"name":"DEVPKEY_PciDevice_AtsSupport","features":[305,466]},{"name":"DEVPKEY_PciDevice_BarTypes","features":[305,466]},{"name":"DEVPKEY_PciDevice_BaseClass","features":[305,466]},{"name":"DEVPKEY_PciDevice_Correctable_Error_Mask","features":[305,466]},{"name":"DEVPKEY_PciDevice_CurrentLinkSpeed","features":[305,466]},{"name":"DEVPKEY_PciDevice_CurrentLinkWidth","features":[305,466]},{"name":"DEVPKEY_PciDevice_CurrentPayloadSize","features":[305,466]},{"name":"DEVPKEY_PciDevice_CurrentSpeedAndMode","features":[305,466]},{"name":"DEVPKEY_PciDevice_D3ColdSupport","features":[305,466]},{"name":"DEVPKEY_PciDevice_DeviceType","features":[305,466]},{"name":"DEVPKEY_PciDevice_ECRC_Errors","features":[305,466]},{"name":"DEVPKEY_PciDevice_Error_Reporting","features":[305,466]},{"name":"DEVPKEY_PciDevice_ExpressSpecVersion","features":[305,466]},{"name":"DEVPKEY_PciDevice_FirmwareErrorHandling","features":[305,466]},{"name":"DEVPKEY_PciDevice_InterruptMessageMaximum","features":[305,466]},{"name":"DEVPKEY_PciDevice_InterruptSupport","features":[305,466]},{"name":"DEVPKEY_PciDevice_Label_Id","features":[305,466]},{"name":"DEVPKEY_PciDevice_Label_String","features":[305,466]},{"name":"DEVPKEY_PciDevice_MaxLinkSpeed","features":[305,466]},{"name":"DEVPKEY_PciDevice_MaxLinkWidth","features":[305,466]},{"name":"DEVPKEY_PciDevice_MaxPayloadSize","features":[305,466]},{"name":"DEVPKEY_PciDevice_MaxReadRequestSize","features":[305,466]},{"name":"DEVPKEY_PciDevice_OnPostPath","features":[305,466]},{"name":"DEVPKEY_PciDevice_ParentSerialNumber","features":[305,466]},{"name":"DEVPKEY_PciDevice_ProgIf","features":[305,466]},{"name":"DEVPKEY_PciDevice_RequiresReservedMemoryRegion","features":[305,466]},{"name":"DEVPKEY_PciDevice_RootError_Reporting","features":[305,466]},{"name":"DEVPKEY_PciDevice_S0WakeupSupported","features":[305,466]},{"name":"DEVPKEY_PciDevice_SerialNumber","features":[305,466]},{"name":"DEVPKEY_PciDevice_SriovSupport","features":[305,466]},{"name":"DEVPKEY_PciDevice_SubClass","features":[305,466]},{"name":"DEVPKEY_PciDevice_SupportedLinkSubState","features":[305,466]},{"name":"DEVPKEY_PciDevice_Uncorrectable_Error_Mask","features":[305,466]},{"name":"DEVPKEY_PciDevice_Uncorrectable_Error_Severity","features":[305,466]},{"name":"DEVPKEY_PciDevice_UsbComponentRelation","features":[305,466]},{"name":"DEVPKEY_PciDevice_UsbDvsecPortSpecificAttributes","features":[305,466]},{"name":"DEVPKEY_PciDevice_UsbDvsecPortType","features":[305,466]},{"name":"DEVPKEY_PciDevice_UsbHostRouterName","features":[305,466]},{"name":"DEVPKEY_PciRootBus_ASPMSupport","features":[305,466]},{"name":"DEVPKEY_PciRootBus_ClockPowerManagementSupport","features":[305,466]},{"name":"DEVPKEY_PciRootBus_CurrentSpeedAndMode","features":[305,466]},{"name":"DEVPKEY_PciRootBus_DeviceIDMessagingCapable","features":[305,466]},{"name":"DEVPKEY_PciRootBus_ExtendedConfigAvailable","features":[305,466]},{"name":"DEVPKEY_PciRootBus_ExtendedPCIConfigOpRegionSupport","features":[305,466]},{"name":"DEVPKEY_PciRootBus_MSISupport","features":[305,466]},{"name":"DEVPKEY_PciRootBus_NativePciExpressControl","features":[305,466]},{"name":"DEVPKEY_PciRootBus_PCIExpressAERControl","features":[305,466]},{"name":"DEVPKEY_PciRootBus_PCIExpressCapabilityControl","features":[305,466]},{"name":"DEVPKEY_PciRootBus_PCIExpressNativeHotPlugControl","features":[305,466]},{"name":"DEVPKEY_PciRootBus_PCIExpressNativePMEControl","features":[305,466]},{"name":"DEVPKEY_PciRootBus_PCISegmentGroupsSupport","features":[305,466]},{"name":"DEVPKEY_PciRootBus_SHPCNativeHotPlugControl","features":[305,466]},{"name":"DEVPKEY_PciRootBus_SecondaryBusWidth","features":[305,466]},{"name":"DEVPKEY_PciRootBus_SecondaryInterface","features":[305,466]},{"name":"DEVPKEY_PciRootBus_SupportedSpeedsAndModes","features":[305,466]},{"name":"DEVPKEY_PciRootBus_SystemMsiSupport","features":[305,466]},{"name":"DEVPKEY_WiFiDirectServices_AdvertisementId","features":[305,466]},{"name":"DEVPKEY_WiFiDirectServices_RequestServiceInformation","features":[305,466]},{"name":"DEVPKEY_WiFiDirectServices_ServiceAddress","features":[305,466]},{"name":"DEVPKEY_WiFiDirectServices_ServiceConfigMethods","features":[305,466]},{"name":"DEVPKEY_WiFiDirectServices_ServiceInformation","features":[305,466]},{"name":"DEVPKEY_WiFiDirectServices_ServiceName","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_DeviceAddress","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_DeviceAddressCopy","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_FoundWsbService","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_GroupId","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_InformationElements","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_InterfaceAddress","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_InterfaceGuid","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_IsConnected","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_IsDMGCapable","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_IsLegacyDevice","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_IsMiracastLCPSupported","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_IsRecentlyAssociated","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_IsVisible","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_LinkQuality","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_MiracastVersion","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_Miracast_SessionMgmtControlPort","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_NoMiracastAutoProject","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_RtspTcpConnectionParametersSupported","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_Service_Aeps","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_Services","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_SupportedChannelList","features":[305,466]},{"name":"DEVPKEY_WiFiDirect_TransientAssociation","features":[305,466]},{"name":"DEVPKEY_WiFi_InterfaceGuid","features":[305,466]},{"name":"DEVPROP_PCIDEVICE_ACSCOMPATIBLEUPHIERARCHY","features":[466]},{"name":"DEVPROP_PCIDEVICE_ACSSUPPORT","features":[466]},{"name":"DEVPROP_PCIDEVICE_CURRENTSPEEDANDMODE","features":[466]},{"name":"DEVPROP_PCIDEVICE_DEVICEBRIDGETYPE","features":[466]},{"name":"DEVPROP_PCIDEVICE_INTERRUPTTYPE","features":[466]},{"name":"DEVPROP_PCIDEVICE_SRIOVSUPPORT","features":[466]},{"name":"DEVPROP_PCIEXPRESSDEVICE_LINKSPEED","features":[466]},{"name":"DEVPROP_PCIEXPRESSDEVICE_LINKWIDTH","features":[466]},{"name":"DEVPROP_PCIEXPRESSDEVICE_PAYLOADORREQUESTSIZE","features":[466]},{"name":"DEVPROP_PCIEXPRESSDEVICE_SPEC_VERSION","features":[466]},{"name":"DEVPROP_PCIROOTBUS_BUSWIDTH","features":[466]},{"name":"DEVPROP_PCIROOTBUS_CURRENTSPEEDANDMODE","features":[466]},{"name":"DEVPROP_PCIROOTBUS_SECONDARYINTERFACE","features":[466]},{"name":"DEVPROP_PCIROOTBUS_SUPPORTEDSPEEDSANDMODES","features":[466]},{"name":"DISCOVERY_FILTER_BITMASK_ANY","features":[466]},{"name":"DISCOVERY_FILTER_BITMASK_DEVICE","features":[466]},{"name":"DISCOVERY_FILTER_BITMASK_GO","features":[466]},{"name":"DOT11EXTIHV_ADAPTER_RESET","features":[305,466]},{"name":"DOT11EXTIHV_CONTROL","features":[305,466]},{"name":"DOT11EXTIHV_CREATE_DISCOVERY_PROFILES","features":[305,466,467]},{"name":"DOT11EXTIHV_DEINIT_ADAPTER","features":[305,466]},{"name":"DOT11EXTIHV_DEINIT_SERVICE","features":[466]},{"name":"DOT11EXTIHV_GET_VERSION_INFO","features":[466]},{"name":"DOT11EXTIHV_INIT_ADAPTER","features":[305,466]},{"name":"DOT11EXTIHV_INIT_SERVICE","features":[305,320,466,467,468]},{"name":"DOT11EXTIHV_INIT_VIRTUAL_STATION","features":[305,466]},{"name":"DOT11EXTIHV_IS_UI_REQUEST_PENDING","features":[305,466]},{"name":"DOT11EXTIHV_ONEX_INDICATE_RESULT","features":[305,466,467]},{"name":"DOT11EXTIHV_PERFORM_CAPABILITY_MATCH","features":[305,466,467]},{"name":"DOT11EXTIHV_PERFORM_POST_ASSOCIATE","features":[305,320,466]},{"name":"DOT11EXTIHV_PERFORM_PRE_ASSOCIATE","features":[305,466,467]},{"name":"DOT11EXTIHV_PROCESS_SESSION_CHANGE","features":[466,468]},{"name":"DOT11EXTIHV_PROCESS_UI_RESPONSE","features":[466]},{"name":"DOT11EXTIHV_QUERY_UI_REQUEST","features":[305,466]},{"name":"DOT11EXTIHV_RECEIVE_INDICATION","features":[305,466]},{"name":"DOT11EXTIHV_RECEIVE_PACKET","features":[305,466]},{"name":"DOT11EXTIHV_SEND_PACKET_COMPLETION","features":[305,466]},{"name":"DOT11EXTIHV_STOP_POST_ASSOCIATE","features":[305,466]},{"name":"DOT11EXTIHV_VALIDATE_PROFILE","features":[305,466,467]},{"name":"DOT11EXT_ALLOCATE_BUFFER","features":[466]},{"name":"DOT11EXT_APIS","features":[305,320,466,467]},{"name":"DOT11EXT_FREE_BUFFER","features":[466]},{"name":"DOT11EXT_GET_PROFILE_CUSTOM_USER_DATA","features":[305,466]},{"name":"DOT11EXT_IHV_CONNECTION_PHASE","features":[466]},{"name":"DOT11EXT_IHV_CONNECTIVITY_PROFILE","features":[466]},{"name":"DOT11EXT_IHV_DISCOVERY_PROFILE","features":[305,466]},{"name":"DOT11EXT_IHV_DISCOVERY_PROFILE_LIST","features":[305,466]},{"name":"DOT11EXT_IHV_HANDLERS","features":[305,320,466,467,468]},{"name":"DOT11EXT_IHV_INDICATION_TYPE","features":[466]},{"name":"DOT11EXT_IHV_PARAMS","features":[305,466,467]},{"name":"DOT11EXT_IHV_PROFILE_PARAMS","features":[305,466,467]},{"name":"DOT11EXT_IHV_SECURITY_PROFILE","features":[305,466]},{"name":"DOT11EXT_IHV_SSID_LIST","features":[466]},{"name":"DOT11EXT_IHV_UI_REQUEST","features":[466]},{"name":"DOT11EXT_NIC_SPECIFIC_EXTENSION","features":[305,466]},{"name":"DOT11EXT_ONEX_START","features":[305,466,467]},{"name":"DOT11EXT_ONEX_STOP","features":[305,466]},{"name":"DOT11EXT_POST_ASSOCIATE_COMPLETION","features":[305,466]},{"name":"DOT11EXT_PRE_ASSOCIATE_COMPLETION","features":[305,466]},{"name":"DOT11EXT_PROCESS_ONEX_PACKET","features":[305,466]},{"name":"DOT11EXT_PSK_MAX_LENGTH","features":[466]},{"name":"DOT11EXT_QUERY_VIRTUAL_STATION_PROPERTIES","features":[305,466]},{"name":"DOT11EXT_RELEASE_VIRTUAL_STATION","features":[305,466]},{"name":"DOT11EXT_REQUEST_VIRTUAL_STATION","features":[305,466]},{"name":"DOT11EXT_SEND_NOTIFICATION","features":[305,466]},{"name":"DOT11EXT_SEND_PACKET","features":[305,466]},{"name":"DOT11EXT_SEND_UI_REQUEST","features":[305,466]},{"name":"DOT11EXT_SET_AUTH_ALGORITHM","features":[305,466]},{"name":"DOT11EXT_SET_CURRENT_PROFILE","features":[305,466]},{"name":"DOT11EXT_SET_DEFAULT_KEY","features":[305,320,466]},{"name":"DOT11EXT_SET_DEFAULT_KEY_ID","features":[305,466]},{"name":"DOT11EXT_SET_ETHERTYPE_HANDLING","features":[305,466]},{"name":"DOT11EXT_SET_EXCLUDE_UNENCRYPTED","features":[305,466]},{"name":"DOT11EXT_SET_KEY_MAPPING_KEY","features":[305,466]},{"name":"DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM","features":[305,466]},{"name":"DOT11EXT_SET_PROFILE_CUSTOM_USER_DATA","features":[305,466]},{"name":"DOT11EXT_SET_UNICAST_CIPHER_ALGORITHM","features":[305,466]},{"name":"DOT11EXT_SET_VIRTUAL_STATION_AP_PROPERTIES","features":[305,466]},{"name":"DOT11EXT_VIRTUAL_STATION_APIS","features":[305,466]},{"name":"DOT11EXT_VIRTUAL_STATION_AP_PROPERTY","features":[305,466]},{"name":"DOT11_ACCESSNETWORKOPTIONS","features":[466]},{"name":"DOT11_AC_PARAM","features":[466]},{"name":"DOT11_ADAPTER","features":[466]},{"name":"DOT11_ADDITIONAL_IE","features":[320,466]},{"name":"DOT11_ADDITIONAL_IE_REVISION_1","features":[466]},{"name":"DOT11_ADHOC_AUTH_ALGORITHM","features":[466]},{"name":"DOT11_ADHOC_AUTH_ALGO_80211_OPEN","features":[466]},{"name":"DOT11_ADHOC_AUTH_ALGO_INVALID","features":[466]},{"name":"DOT11_ADHOC_AUTH_ALGO_RSNA_PSK","features":[466]},{"name":"DOT11_ADHOC_CIPHER_ALGORITHM","features":[466]},{"name":"DOT11_ADHOC_CIPHER_ALGO_CCMP","features":[466]},{"name":"DOT11_ADHOC_CIPHER_ALGO_INVALID","features":[466]},{"name":"DOT11_ADHOC_CIPHER_ALGO_NONE","features":[466]},{"name":"DOT11_ADHOC_CIPHER_ALGO_WEP","features":[466]},{"name":"DOT11_ADHOC_CONNECT_FAIL_DOMAIN_MISMATCH","features":[466]},{"name":"DOT11_ADHOC_CONNECT_FAIL_OTHER","features":[466]},{"name":"DOT11_ADHOC_CONNECT_FAIL_PASSPHRASE_MISMATCH","features":[466]},{"name":"DOT11_ADHOC_CONNECT_FAIL_REASON","features":[466]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS","features":[466]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTED","features":[466]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTING","features":[466]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_DISCONNECTED","features":[466]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_FORMED","features":[466]},{"name":"DOT11_ADHOC_NETWORK_CONNECTION_STATUS_INVALID","features":[466]},{"name":"DOT11_ANQP_QUERY_COMPLETE_PARAMETERS","features":[305,320,466]},{"name":"DOT11_ANQP_QUERY_COMPLETE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_ANQP_QUERY_RESULT","features":[466]},{"name":"DOT11_AP_JOIN_REQUEST","features":[466]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS","features":[305,320,466]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_ASSOCIATION_COMPLETION_PARAMETERS_REVISION_2","features":[466]},{"name":"DOT11_ASSOCIATION_INFO_EX","features":[466]},{"name":"DOT11_ASSOCIATION_INFO_LIST","features":[320,466]},{"name":"DOT11_ASSOCIATION_INFO_LIST_REVISION_1","features":[466]},{"name":"DOT11_ASSOCIATION_PARAMS","features":[320,466]},{"name":"DOT11_ASSOCIATION_PARAMS_REVISION_1","features":[466]},{"name":"DOT11_ASSOCIATION_START_PARAMETERS","features":[320,466]},{"name":"DOT11_ASSOCIATION_START_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_ASSOCIATION_STATE","features":[466]},{"name":"DOT11_ASSOC_ERROR_SOURCE_OS","features":[466]},{"name":"DOT11_ASSOC_ERROR_SOURCE_OTHER","features":[466]},{"name":"DOT11_ASSOC_ERROR_SOURCE_REMOTE","features":[466]},{"name":"DOT11_ASSOC_STATUS_SUCCESS","features":[466]},{"name":"DOT11_AUTH_ALGORITHM","features":[466]},{"name":"DOT11_AUTH_ALGORITHM_LIST","features":[320,466]},{"name":"DOT11_AUTH_ALGORITHM_LIST_REVISION_1","features":[466]},{"name":"DOT11_AUTH_ALGO_80211_OPEN","features":[466]},{"name":"DOT11_AUTH_ALGO_80211_SHARED_KEY","features":[466]},{"name":"DOT11_AUTH_ALGO_IHV_END","features":[466]},{"name":"DOT11_AUTH_ALGO_IHV_START","features":[466]},{"name":"DOT11_AUTH_ALGO_MICHAEL","features":[466]},{"name":"DOT11_AUTH_ALGO_OWE","features":[466]},{"name":"DOT11_AUTH_ALGO_RSNA","features":[466]},{"name":"DOT11_AUTH_ALGO_RSNA_PSK","features":[466]},{"name":"DOT11_AUTH_ALGO_WPA","features":[466]},{"name":"DOT11_AUTH_ALGO_WPA3","features":[466]},{"name":"DOT11_AUTH_ALGO_WPA3_ENT","features":[466]},{"name":"DOT11_AUTH_ALGO_WPA3_ENT_192","features":[466]},{"name":"DOT11_AUTH_ALGO_WPA3_SAE","features":[466]},{"name":"DOT11_AUTH_ALGO_WPA_NONE","features":[466]},{"name":"DOT11_AUTH_ALGO_WPA_PSK","features":[466]},{"name":"DOT11_AUTH_CIPHER_PAIR","features":[466]},{"name":"DOT11_AUTH_CIPHER_PAIR_LIST","features":[320,466]},{"name":"DOT11_AUTH_CIPHER_PAIR_LIST_REVISION_1","features":[466]},{"name":"DOT11_AVAILABLE_CHANNEL_LIST","features":[320,466]},{"name":"DOT11_AVAILABLE_CHANNEL_LIST_REVISION_1","features":[466]},{"name":"DOT11_AVAILABLE_FREQUENCY_LIST","features":[320,466]},{"name":"DOT11_AVAILABLE_FREQUENCY_LIST_REVISION_1","features":[466]},{"name":"DOT11_BAND","features":[466]},{"name":"DOT11_BSSID_CANDIDATE","features":[466]},{"name":"DOT11_BSSID_LIST","features":[320,466]},{"name":"DOT11_BSSID_LIST_REVISION_1","features":[466]},{"name":"DOT11_BSS_DESCRIPTION","features":[466]},{"name":"DOT11_BSS_ENTRY","features":[305,466]},{"name":"DOT11_BSS_ENTRY_BYTE_ARRAY_REVISION_1","features":[466]},{"name":"DOT11_BSS_ENTRY_PHY_SPECIFIC_INFO","features":[466]},{"name":"DOT11_BSS_LIST","features":[466]},{"name":"DOT11_BSS_TYPE","features":[466]},{"name":"DOT11_BYTE_ARRAY","features":[320,466]},{"name":"DOT11_CAN_SUSTAIN_AP_PARAMETERS","features":[320,466]},{"name":"DOT11_CAN_SUSTAIN_AP_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_CAN_SUSTAIN_AP_REASON_IHV_END","features":[466]},{"name":"DOT11_CAN_SUSTAIN_AP_REASON_IHV_START","features":[466]},{"name":"DOT11_CAPABILITY_CHANNEL_AGILITY","features":[466]},{"name":"DOT11_CAPABILITY_DSSSOFDM","features":[466]},{"name":"DOT11_CAPABILITY_INFO_CF_POLLABLE","features":[466]},{"name":"DOT11_CAPABILITY_INFO_CF_POLL_REQ","features":[466]},{"name":"DOT11_CAPABILITY_INFO_ESS","features":[466]},{"name":"DOT11_CAPABILITY_INFO_IBSS","features":[466]},{"name":"DOT11_CAPABILITY_INFO_PRIVACY","features":[466]},{"name":"DOT11_CAPABILITY_PBCC","features":[466]},{"name":"DOT11_CAPABILITY_SHORT_PREAMBLE","features":[466]},{"name":"DOT11_CAPABILITY_SHORT_SLOT_TIME","features":[466]},{"name":"DOT11_CCA_MODE_CS_ONLY","features":[466]},{"name":"DOT11_CCA_MODE_CS_WITH_TIMER","features":[466]},{"name":"DOT11_CCA_MODE_ED_ONLY","features":[466]},{"name":"DOT11_CCA_MODE_ED_and_CS","features":[466]},{"name":"DOT11_CCA_MODE_HRCS_AND_ED","features":[466]},{"name":"DOT11_CHANNEL_HINT","features":[466]},{"name":"DOT11_CIPHER_ALGORITHM","features":[466]},{"name":"DOT11_CIPHER_ALGORITHM_LIST","features":[320,466]},{"name":"DOT11_CIPHER_ALGORITHM_LIST_REVISION_1","features":[466]},{"name":"DOT11_CIPHER_ALGO_BIP","features":[466]},{"name":"DOT11_CIPHER_ALGO_BIP_CMAC_256","features":[466]},{"name":"DOT11_CIPHER_ALGO_BIP_GMAC_128","features":[466]},{"name":"DOT11_CIPHER_ALGO_BIP_GMAC_256","features":[466]},{"name":"DOT11_CIPHER_ALGO_CCMP","features":[466]},{"name":"DOT11_CIPHER_ALGO_CCMP_256","features":[466]},{"name":"DOT11_CIPHER_ALGO_GCMP","features":[466]},{"name":"DOT11_CIPHER_ALGO_GCMP_256","features":[466]},{"name":"DOT11_CIPHER_ALGO_IHV_END","features":[466]},{"name":"DOT11_CIPHER_ALGO_IHV_START","features":[466]},{"name":"DOT11_CIPHER_ALGO_NONE","features":[466]},{"name":"DOT11_CIPHER_ALGO_RSN_USE_GROUP","features":[466]},{"name":"DOT11_CIPHER_ALGO_TKIP","features":[466]},{"name":"DOT11_CIPHER_ALGO_WEP","features":[466]},{"name":"DOT11_CIPHER_ALGO_WEP104","features":[466]},{"name":"DOT11_CIPHER_ALGO_WEP40","features":[466]},{"name":"DOT11_CIPHER_ALGO_WPA_USE_GROUP","features":[466]},{"name":"DOT11_CIPHER_DEFAULT_KEY_VALUE","features":[305,320,466]},{"name":"DOT11_CIPHER_DEFAULT_KEY_VALUE_REVISION_1","features":[466]},{"name":"DOT11_CIPHER_KEY_MAPPING_KEY_VALUE","features":[305,466]},{"name":"DOT11_CIPHER_KEY_MAPPING_KEY_VALUE_BYTE_ARRAY_REVISION_1","features":[466]},{"name":"DOT11_CONF_ALGO_TKIP","features":[466]},{"name":"DOT11_CONF_ALGO_WEP_RC4","features":[466]},{"name":"DOT11_CONNECTION_COMPLETION_PARAMETERS","features":[320,466]},{"name":"DOT11_CONNECTION_COMPLETION_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_CONNECTION_START_PARAMETERS","features":[320,466]},{"name":"DOT11_CONNECTION_START_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_CONNECTION_STATUS_SUCCESS","features":[466]},{"name":"DOT11_COUNTERS_ENTRY","features":[466]},{"name":"DOT11_COUNTRY_OR_REGION_STRING_LIST","features":[320,466]},{"name":"DOT11_COUNTRY_OR_REGION_STRING_LIST_REVISION_1","features":[466]},{"name":"DOT11_CURRENT_OFFLOAD_CAPABILITY","features":[466]},{"name":"DOT11_CURRENT_OPERATION_MODE","features":[466]},{"name":"DOT11_CURRENT_OPTIONAL_CAPABILITY","features":[305,466]},{"name":"DOT11_DATA_RATE_MAPPING_ENTRY","features":[466]},{"name":"DOT11_DATA_RATE_MAPPING_TABLE","features":[320,466]},{"name":"DOT11_DATA_RATE_MAPPING_TABLE_REVISION_1","features":[466]},{"name":"DOT11_DEFAULT_WEP_OFFLOAD","features":[305,466]},{"name":"DOT11_DEFAULT_WEP_UPLOAD","features":[305,466]},{"name":"DOT11_DEVICE_ENTRY_BYTE_ARRAY_REVISION_1","features":[466]},{"name":"DOT11_DIRECTION","features":[466]},{"name":"DOT11_DIR_BOTH","features":[466]},{"name":"DOT11_DIR_INBOUND","features":[466]},{"name":"DOT11_DIR_OUTBOUND","features":[466]},{"name":"DOT11_DISASSOCIATE_PEER_REQUEST","features":[320,466]},{"name":"DOT11_DISASSOCIATE_PEER_REQUEST_REVISION_1","features":[466]},{"name":"DOT11_DISASSOCIATION_PARAMETERS","features":[320,466]},{"name":"DOT11_DISASSOCIATION_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_DIVERSITY_SELECTION_RX","features":[305,466]},{"name":"DOT11_DIVERSITY_SELECTION_RX_LIST","features":[305,466]},{"name":"DOT11_DIVERSITY_SUPPORT","features":[466]},{"name":"DOT11_DS_CHANGED","features":[466]},{"name":"DOT11_DS_INFO","features":[466]},{"name":"DOT11_DS_UNCHANGED","features":[466]},{"name":"DOT11_DS_UNKNOWN","features":[466]},{"name":"DOT11_EAP_RESULT","features":[466,467]},{"name":"DOT11_ENCAP_802_1H","features":[466]},{"name":"DOT11_ENCAP_ENTRY","features":[466]},{"name":"DOT11_ENCAP_RFC_1042","features":[466]},{"name":"DOT11_ERP_PHY_ATTRIBUTES","features":[305,466]},{"name":"DOT11_EXEMPT_ALWAYS","features":[466]},{"name":"DOT11_EXEMPT_BOTH","features":[466]},{"name":"DOT11_EXEMPT_MULTICAST","features":[466]},{"name":"DOT11_EXEMPT_NO_EXEMPTION","features":[466]},{"name":"DOT11_EXEMPT_ON_KEY_MAPPING_KEY_UNAVAILABLE","features":[466]},{"name":"DOT11_EXEMPT_UNICAST","features":[466]},{"name":"DOT11_EXTAP_ATTRIBUTES","features":[305,320,466]},{"name":"DOT11_EXTAP_ATTRIBUTES_REVISION_1","features":[466]},{"name":"DOT11_EXTAP_RECV_CONTEXT_REVISION_1","features":[466]},{"name":"DOT11_EXTAP_SEND_CONTEXT_REVISION_1","features":[466]},{"name":"DOT11_EXTSTA_ATTRIBUTES","features":[305,320,466]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_1","features":[466]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_2","features":[466]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_3","features":[466]},{"name":"DOT11_EXTSTA_ATTRIBUTES_REVISION_4","features":[466]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_CERTIFIED","features":[466]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_OID_SUPPORTED","features":[466]},{"name":"DOT11_EXTSTA_ATTRIBUTES_SAFEMODE_RESERVED","features":[466]},{"name":"DOT11_EXTSTA_CAPABILITY","features":[320,466]},{"name":"DOT11_EXTSTA_CAPABILITY_REVISION_1","features":[466]},{"name":"DOT11_EXTSTA_RECV_CONTEXT","features":[320,466]},{"name":"DOT11_EXTSTA_RECV_CONTEXT_REVISION_1","features":[466]},{"name":"DOT11_EXTSTA_SEND_CONTEXT","features":[320,466]},{"name":"DOT11_EXTSTA_SEND_CONTEXT_REVISION_1","features":[466]},{"name":"DOT11_FLAGS_80211B_CHANNEL_AGILITY","features":[466]},{"name":"DOT11_FLAGS_80211B_PBCC","features":[466]},{"name":"DOT11_FLAGS_80211B_SHORT_PREAMBLE","features":[466]},{"name":"DOT11_FLAGS_80211G_BARKER_PREAMBLE_MODE","features":[466]},{"name":"DOT11_FLAGS_80211G_DSSS_OFDM","features":[466]},{"name":"DOT11_FLAGS_80211G_NON_ERP_PRESENT","features":[466]},{"name":"DOT11_FLAGS_80211G_USE_PROTECTION","features":[466]},{"name":"DOT11_FLAGS_PS_ON","features":[466]},{"name":"DOT11_FRAGMENT_DESCRIPTOR","features":[466]},{"name":"DOT11_FREQUENCY_BANDS_LOWER","features":[466]},{"name":"DOT11_FREQUENCY_BANDS_MIDDLE","features":[466]},{"name":"DOT11_FREQUENCY_BANDS_UPPER","features":[466]},{"name":"DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS","features":[320,466]},{"name":"DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_GO_NEGOTIATION_REQUEST_SEND_COMPLETE_PARAMETERS","features":[320,466]},{"name":"DOT11_GO_NEGOTIATION_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_GO_NEGOTIATION_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[320,466]},{"name":"DOT11_GO_NEGOTIATION_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_HESSID_LENGTH","features":[466]},{"name":"DOT11_HOPPING_PATTERN_ENTRY","features":[466]},{"name":"DOT11_HOPPING_PATTERN_ENTRY_LIST","features":[466]},{"name":"DOT11_HOP_ALGO_ADOPTED","features":[466]},{"name":"DOT11_HRDSSS_PHY_ATTRIBUTES","features":[305,466]},{"name":"DOT11_HR_CCA_MODE_CS_AND_ED","features":[466]},{"name":"DOT11_HR_CCA_MODE_CS_ONLY","features":[466]},{"name":"DOT11_HR_CCA_MODE_CS_WITH_TIMER","features":[466]},{"name":"DOT11_HR_CCA_MODE_ED_ONLY","features":[466]},{"name":"DOT11_HR_CCA_MODE_HRCS_AND_ED","features":[466]},{"name":"DOT11_HW_DEFRAGMENTATION_SUPPORTED","features":[466]},{"name":"DOT11_HW_FRAGMENTATION_SUPPORTED","features":[466]},{"name":"DOT11_HW_MSDU_AUTH_SUPPORTED_RX","features":[466]},{"name":"DOT11_HW_MSDU_AUTH_SUPPORTED_TX","features":[466]},{"name":"DOT11_HW_WEP_SUPPORTED_RX","features":[466]},{"name":"DOT11_HW_WEP_SUPPORTED_TX","features":[466]},{"name":"DOT11_IBSS_PARAMS","features":[305,320,466]},{"name":"DOT11_IBSS_PARAMS_REVISION_1","features":[466]},{"name":"DOT11_IHV_VERSION_INFO","features":[466]},{"name":"DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS","features":[305,320,466]},{"name":"DOT11_INCOMING_ASSOC_COMPLETION_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_INCOMING_ASSOC_DECISION","features":[305,320,466]},{"name":"DOT11_INCOMING_ASSOC_DECISION_REVISION_1","features":[466]},{"name":"DOT11_INCOMING_ASSOC_DECISION_REVISION_2","features":[466]},{"name":"DOT11_INCOMING_ASSOC_DECISION_V2","features":[305,320,466]},{"name":"DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS","features":[305,320,466]},{"name":"DOT11_INCOMING_ASSOC_REQUEST_RECEIVED_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_INCOMING_ASSOC_STARTED_PARAMETERS","features":[320,466]},{"name":"DOT11_INCOMING_ASSOC_STARTED_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_INVALID_CHANNEL_NUMBER","features":[466]},{"name":"DOT11_INVITATION_REQUEST_SEND_COMPLETE_PARAMETERS","features":[320,466]},{"name":"DOT11_INVITATION_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_INVITATION_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[320,466]},{"name":"DOT11_INVITATION_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_IV48_COUNTER","features":[466]},{"name":"DOT11_JOIN_REQUEST","features":[466]},{"name":"DOT11_KEY_ALGO_BIP","features":[466]},{"name":"DOT11_KEY_ALGO_BIP_GMAC_256","features":[466]},{"name":"DOT11_KEY_ALGO_CCMP","features":[466]},{"name":"DOT11_KEY_ALGO_GCMP","features":[466]},{"name":"DOT11_KEY_ALGO_GCMP_256","features":[466]},{"name":"DOT11_KEY_ALGO_TKIP_MIC","features":[466]},{"name":"DOT11_KEY_DIRECTION","features":[466]},{"name":"DOT11_LINK_QUALITY_ENTRY","features":[466]},{"name":"DOT11_LINK_QUALITY_PARAMETERS","features":[320,466]},{"name":"DOT11_LINK_QUALITY_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_MAC_ADDRESS_LIST","features":[320,466]},{"name":"DOT11_MAC_ADDRESS_LIST_REVISION_1","features":[466]},{"name":"DOT11_MAC_FRAME_STATISTICS","features":[466]},{"name":"DOT11_MAC_INFO","features":[466]},{"name":"DOT11_MAC_PARAMETERS","features":[320,466]},{"name":"DOT11_MAC_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_MANUFACTURING_CALLBACK_PARAMETERS","features":[320,466]},{"name":"DOT11_MANUFACTURING_CALLBACK_REVISION_1","features":[466]},{"name":"DOT11_MANUFACTURING_CALLBACK_TYPE","features":[466]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_QUERY_ADC","features":[466]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_RX","features":[305,466]},{"name":"DOT11_MANUFACTURING_FUNCTIONAL_TEST_TX","features":[305,466]},{"name":"DOT11_MANUFACTURING_SELF_TEST_QUERY_RESULTS","features":[305,466]},{"name":"DOT11_MANUFACTURING_SELF_TEST_SET_PARAMS","features":[466]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE","features":[466]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_BT_COEXISTENCE","features":[466]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_INTERFACE","features":[466]},{"name":"DOT11_MANUFACTURING_SELF_TEST_TYPE_RF_INTERFACE","features":[466]},{"name":"DOT11_MANUFACTURING_TEST","features":[466]},{"name":"DOT11_MANUFACTURING_TEST_QUERY_DATA","features":[466]},{"name":"DOT11_MANUFACTURING_TEST_REVISION_1","features":[466]},{"name":"DOT11_MANUFACTURING_TEST_SET_DATA","features":[466]},{"name":"DOT11_MANUFACTURING_TEST_SLEEP","features":[466]},{"name":"DOT11_MANUFACTURING_TEST_TYPE","features":[466]},{"name":"DOT11_MAX_CHANNEL_HINTS","features":[466]},{"name":"DOT11_MAX_NUM_DEFAULT_KEY","features":[466]},{"name":"DOT11_MAX_NUM_DEFAULT_KEY_MFP","features":[466]},{"name":"DOT11_MAX_NUM_OF_FRAGMENTS","features":[466]},{"name":"DOT11_MAX_PDU_SIZE","features":[466]},{"name":"DOT11_MAX_REQUESTED_SERVICE_INFORMATION_LENGTH","features":[466]},{"name":"DOT11_MD_CAPABILITY_ENTRY_LIST","features":[466]},{"name":"DOT11_MIN_PDU_SIZE","features":[466]},{"name":"DOT11_MPDU_MAX_LENGTH_INDICATION","features":[320,466]},{"name":"DOT11_MPDU_MAX_LENGTH_INDICATION_REVISION_1","features":[466]},{"name":"DOT11_MSONEX_FAILURE","features":[466]},{"name":"DOT11_MSONEX_IN_PROGRESS","features":[466]},{"name":"DOT11_MSONEX_RESULT","features":[466]},{"name":"DOT11_MSONEX_RESULT_PARAMS","features":[466,467]},{"name":"DOT11_MSONEX_SUCCESS","features":[466]},{"name":"DOT11_MSSECURITY_SETTINGS","features":[305,466,467]},{"name":"DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY","features":[466]},{"name":"DOT11_NETWORK","features":[466]},{"name":"DOT11_NETWORK_LIST","features":[466]},{"name":"DOT11_NIC_SPECIFIC_EXTENSION","features":[466]},{"name":"DOT11_NLO_FLAG_SCAN_AT_SYSTEM_RESUME","features":[466]},{"name":"DOT11_NLO_FLAG_SCAN_ON_AOAC_PLATFORM","features":[466]},{"name":"DOT11_NLO_FLAG_STOP_NLO_INDICATION","features":[466]},{"name":"DOT11_OFDM_PHY_ATTRIBUTES","features":[466]},{"name":"DOT11_OFFLOAD_CAPABILITY","features":[466]},{"name":"DOT11_OFFLOAD_NETWORK","features":[466]},{"name":"DOT11_OFFLOAD_NETWORK_LIST_INFO","features":[320,466]},{"name":"DOT11_OFFLOAD_NETWORK_LIST_REVISION_1","features":[466]},{"name":"DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS","features":[320,466]},{"name":"DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_OFFLOAD_TYPE","features":[466]},{"name":"DOT11_OI","features":[466]},{"name":"DOT11_OI_MAX_LENGTH","features":[466]},{"name":"DOT11_OI_MIN_LENGTH","features":[466]},{"name":"DOT11_OPERATION_MODE_AP","features":[466]},{"name":"DOT11_OPERATION_MODE_CAPABILITY","features":[466]},{"name":"DOT11_OPERATION_MODE_EXTENSIBLE_AP","features":[466]},{"name":"DOT11_OPERATION_MODE_EXTENSIBLE_STATION","features":[466]},{"name":"DOT11_OPERATION_MODE_MANUFACTURING","features":[466]},{"name":"DOT11_OPERATION_MODE_NETWORK_MONITOR","features":[466]},{"name":"DOT11_OPERATION_MODE_STATION","features":[466]},{"name":"DOT11_OPERATION_MODE_UNKNOWN","features":[466]},{"name":"DOT11_OPERATION_MODE_WFD_CLIENT","features":[466]},{"name":"DOT11_OPERATION_MODE_WFD_DEVICE","features":[466]},{"name":"DOT11_OPERATION_MODE_WFD_GROUP_OWNER","features":[466]},{"name":"DOT11_OPTIONAL_CAPABILITY","features":[305,466]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_CTRL","features":[466]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_DATA","features":[466]},{"name":"DOT11_PACKET_TYPE_ALL_MULTICAST_MGMT","features":[466]},{"name":"DOT11_PACKET_TYPE_BROADCAST_CTRL","features":[466]},{"name":"DOT11_PACKET_TYPE_BROADCAST_DATA","features":[466]},{"name":"DOT11_PACKET_TYPE_BROADCAST_MGMT","features":[466]},{"name":"DOT11_PACKET_TYPE_DIRECTED_CTRL","features":[466]},{"name":"DOT11_PACKET_TYPE_DIRECTED_DATA","features":[466]},{"name":"DOT11_PACKET_TYPE_DIRECTED_MGMT","features":[466]},{"name":"DOT11_PACKET_TYPE_MULTICAST_CTRL","features":[466]},{"name":"DOT11_PACKET_TYPE_MULTICAST_DATA","features":[466]},{"name":"DOT11_PACKET_TYPE_MULTICAST_MGMT","features":[466]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_CTRL","features":[466]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_DATA","features":[466]},{"name":"DOT11_PACKET_TYPE_PROMISCUOUS_MGMT","features":[466]},{"name":"DOT11_PEER_INFO","features":[305,466]},{"name":"DOT11_PEER_INFO_LIST","features":[305,320,466]},{"name":"DOT11_PEER_INFO_LIST_REVISION_1","features":[466]},{"name":"DOT11_PEER_STATISTICS","features":[466]},{"name":"DOT11_PER_MSDU_COUNTERS","features":[466]},{"name":"DOT11_PHY_ATTRIBUTES","features":[305,320,466]},{"name":"DOT11_PHY_ATTRIBUTES_REVISION_1","features":[466]},{"name":"DOT11_PHY_FRAME_STATISTICS","features":[466]},{"name":"DOT11_PHY_FREQUENCY_ADOPTED_PARAMETERS","features":[320,466]},{"name":"DOT11_PHY_FREQUENCY_ADOPTED_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_PHY_ID_LIST","features":[320,466]},{"name":"DOT11_PHY_ID_LIST_REVISION_1","features":[466]},{"name":"DOT11_PHY_STATE_PARAMETERS","features":[305,320,466]},{"name":"DOT11_PHY_STATE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_PHY_TYPE","features":[466]},{"name":"DOT11_PHY_TYPE_INFO","features":[305,466]},{"name":"DOT11_PHY_TYPE_LIST","features":[320,466]},{"name":"DOT11_PHY_TYPE_LIST_REVISION_1","features":[466]},{"name":"DOT11_PMKID_CANDIDATE_LIST_PARAMETERS","features":[320,466]},{"name":"DOT11_PMKID_CANDIDATE_LIST_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_PMKID_ENTRY","features":[466]},{"name":"DOT11_PMKID_LIST","features":[320,466]},{"name":"DOT11_PMKID_LIST_REVISION_1","features":[466]},{"name":"DOT11_PORT_STATE","features":[305,466]},{"name":"DOT11_PORT_STATE_NOTIFICATION","features":[305,320,466]},{"name":"DOT11_PORT_STATE_NOTIFICATION_REVISION_1","features":[466]},{"name":"DOT11_POWER_MGMT_AUTO_MODE_ENABLED_INFO","features":[305,320,466]},{"name":"DOT11_POWER_MGMT_AUTO_MODE_ENABLED_REVISION_1","features":[466]},{"name":"DOT11_POWER_MGMT_MODE","features":[305,466]},{"name":"DOT11_POWER_MGMT_MODE_STATUS_INFO","features":[320,466]},{"name":"DOT11_POWER_MGMT_MODE_STATUS_INFO_REVISION_1","features":[466]},{"name":"DOT11_POWER_MODE","features":[466]},{"name":"DOT11_POWER_MODE_REASON","features":[466]},{"name":"DOT11_POWER_SAVE_LEVEL_FAST_PSP","features":[466]},{"name":"DOT11_POWER_SAVE_LEVEL_MAX_PSP","features":[466]},{"name":"DOT11_POWER_SAVING_FAST_PSP","features":[466]},{"name":"DOT11_POWER_SAVING_MAXIMUM_LEVEL","features":[466]},{"name":"DOT11_POWER_SAVING_MAX_PSP","features":[466]},{"name":"DOT11_POWER_SAVING_NO_POWER_SAVING","features":[466]},{"name":"DOT11_PRIORITY_CONTENTION","features":[466]},{"name":"DOT11_PRIORITY_CONTENTION_FREE","features":[466]},{"name":"DOT11_PRIVACY_EXEMPTION","features":[466]},{"name":"DOT11_PRIVACY_EXEMPTION_LIST","features":[320,466]},{"name":"DOT11_PRIVACY_EXEMPTION_LIST_REVISION_1","features":[466]},{"name":"DOT11_PROVISION_DISCOVERY_REQUEST_SEND_COMPLETE_PARAMETERS","features":[320,466]},{"name":"DOT11_PROVISION_DISCOVERY_REQUEST_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_PROVISION_DISCOVERY_RESPONSE_SEND_COMPLETE_PARAMETERS","features":[320,466]},{"name":"DOT11_PROVISION_DISCOVERY_RESPONSE_SEND_COMPLETE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_PSD_IE_MAX_DATA_SIZE","features":[466]},{"name":"DOT11_PSD_IE_MAX_ENTRY_NUMBER","features":[466]},{"name":"DOT11_QOS_PARAMS","features":[320,466]},{"name":"DOT11_QOS_PARAMS_REVISION_1","features":[466]},{"name":"DOT11_QOS_TX_DURATION","features":[466]},{"name":"DOT11_QOS_TX_MEDIUM_TIME","features":[466]},{"name":"DOT11_RADIO_STATE","features":[466]},{"name":"DOT11_RATE_SET","features":[466]},{"name":"DOT11_RATE_SET_MAX_LENGTH","features":[466]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_CONFIRMATION_PARAMETERS","features":[320,466]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_CONFIRMATION_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_REQUEST_PARAMETERS","features":[320,466]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_REQUEST_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_RESPONSE_PARAMETERS","features":[320,466]},{"name":"DOT11_RECEIVED_GO_NEGOTIATION_RESPONSE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_RECEIVED_INVITATION_REQUEST_PARAMETERS","features":[320,466]},{"name":"DOT11_RECEIVED_INVITATION_REQUEST_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_RECEIVED_INVITATION_RESPONSE_PARAMETERS","features":[320,466]},{"name":"DOT11_RECEIVED_INVITATION_RESPONSE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS","features":[320,466]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_RESPONSE_PARAMETERS","features":[320,466]},{"name":"DOT11_RECEIVED_PROVISION_DISCOVERY_RESPONSE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_RECV_CONTEXT_REVISION_1","features":[466]},{"name":"DOT11_RECV_EXTENSION_INFO","features":[305,466]},{"name":"DOT11_RECV_EXTENSION_INFO_V2","features":[305,466]},{"name":"DOT11_RECV_SENSITIVITY","features":[466]},{"name":"DOT11_RECV_SENSITIVITY_LIST","features":[466]},{"name":"DOT11_REG_DOMAINS_SUPPORT_VALUE","features":[466]},{"name":"DOT11_REG_DOMAIN_DOC","features":[466]},{"name":"DOT11_REG_DOMAIN_ETSI","features":[466]},{"name":"DOT11_REG_DOMAIN_FCC","features":[466]},{"name":"DOT11_REG_DOMAIN_FRANCE","features":[466]},{"name":"DOT11_REG_DOMAIN_MKK","features":[466]},{"name":"DOT11_REG_DOMAIN_OTHER","features":[466]},{"name":"DOT11_REG_DOMAIN_SPAIN","features":[466]},{"name":"DOT11_REG_DOMAIN_VALUE","features":[466]},{"name":"DOT11_RESET_REQUEST","features":[305,466]},{"name":"DOT11_RESET_TYPE","features":[466]},{"name":"DOT11_ROAMING_COMPLETION_PARAMETERS","features":[320,466]},{"name":"DOT11_ROAMING_COMPLETION_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_ROAMING_START_PARAMETERS","features":[320,466]},{"name":"DOT11_ROAMING_START_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_RSSI_RANGE","features":[466]},{"name":"DOT11_SCAN_REQUEST","features":[305,466]},{"name":"DOT11_SCAN_REQUEST_V2","features":[305,466]},{"name":"DOT11_SCAN_TYPE","features":[466]},{"name":"DOT11_SECURITY_PACKET_HEADER","features":[466]},{"name":"DOT11_SEND_CONTEXT_REVISION_1","features":[466]},{"name":"DOT11_SEND_GO_NEGOTIATION_CONFIRMATION_PARAMETERS","features":[305,320,466]},{"name":"DOT11_SEND_GO_NEGOTIATION_CONFIRMATION_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS","features":[320,466]},{"name":"DOT11_SEND_GO_NEGOTIATION_REQUEST_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_SEND_GO_NEGOTIATION_RESPONSE_PARAMETERS","features":[305,320,466]},{"name":"DOT11_SEND_GO_NEGOTIATION_RESPONSE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_SEND_INVITATION_REQUEST_PARAMETERS","features":[305,320,466]},{"name":"DOT11_SEND_INVITATION_REQUEST_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_SEND_INVITATION_RESPONSE_PARAMETERS","features":[305,320,466]},{"name":"DOT11_SEND_INVITATION_RESPONSE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS","features":[305,320,466]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_REQUEST_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_RESPONSE_PARAMETERS","features":[320,466]},{"name":"DOT11_SEND_PROVISION_DISCOVERY_RESPONSE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_SERVICE_CLASS_REORDERABLE_MULTICAST","features":[466]},{"name":"DOT11_SERVICE_CLASS_STRICTLY_ORDERED","features":[466]},{"name":"DOT11_SSID","features":[466]},{"name":"DOT11_SSID_LIST","features":[320,466]},{"name":"DOT11_SSID_LIST_REVISION_1","features":[466]},{"name":"DOT11_SSID_MAX_LENGTH","features":[466]},{"name":"DOT11_START_REQUEST","features":[466]},{"name":"DOT11_STATISTICS","features":[320,466]},{"name":"DOT11_STATISTICS_REVISION_1","features":[466]},{"name":"DOT11_STATUS_AP_JOIN_CONFIRM","features":[466]},{"name":"DOT11_STATUS_AUTH_FAILED","features":[466]},{"name":"DOT11_STATUS_AUTH_NOT_VERIFIED","features":[466]},{"name":"DOT11_STATUS_AUTH_VERIFIED","features":[466]},{"name":"DOT11_STATUS_ENCRYPTION_FAILED","features":[466]},{"name":"DOT11_STATUS_EXCESSIVE_DATA_LENGTH","features":[466]},{"name":"DOT11_STATUS_GENERATE_AUTH_FAILED","features":[466]},{"name":"DOT11_STATUS_ICV_VERIFIED","features":[466]},{"name":"DOT11_STATUS_INDICATION","features":[466]},{"name":"DOT11_STATUS_JOIN_CONFIRM","features":[466]},{"name":"DOT11_STATUS_MPDU_MAX_LENGTH_CHANGED","features":[466]},{"name":"DOT11_STATUS_PACKET_NOT_REASSEMBLED","features":[466]},{"name":"DOT11_STATUS_PACKET_REASSEMBLED","features":[466]},{"name":"DOT11_STATUS_PS_LIFETIME_EXPIRED","features":[466]},{"name":"DOT11_STATUS_RESET_CONFIRM","features":[466]},{"name":"DOT11_STATUS_RETRY_LIMIT_EXCEEDED","features":[466]},{"name":"DOT11_STATUS_SCAN_CONFIRM","features":[466]},{"name":"DOT11_STATUS_START_CONFIRM","features":[466]},{"name":"DOT11_STATUS_SUCCESS","features":[466]},{"name":"DOT11_STATUS_UNAVAILABLE_BSS","features":[466]},{"name":"DOT11_STATUS_UNAVAILABLE_PRIORITY","features":[466]},{"name":"DOT11_STATUS_UNAVAILABLE_SERVICE_CLASS","features":[466]},{"name":"DOT11_STATUS_UNSUPPORTED_PRIORITY","features":[466]},{"name":"DOT11_STATUS_UNSUPPORTED_SERVICE_CLASS","features":[466]},{"name":"DOT11_STATUS_WEP_KEY_UNAVAILABLE","features":[466]},{"name":"DOT11_STATUS_XMIT_MSDU_TIMER_EXPIRED","features":[466]},{"name":"DOT11_STOP_AP_PARAMETERS","features":[320,466]},{"name":"DOT11_STOP_AP_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_STOP_AP_REASON_AP_ACTIVE","features":[466]},{"name":"DOT11_STOP_AP_REASON_CHANNEL_NOT_AVAILABLE","features":[466]},{"name":"DOT11_STOP_AP_REASON_FREQUENCY_NOT_AVAILABLE","features":[466]},{"name":"DOT11_STOP_AP_REASON_IHV_END","features":[466]},{"name":"DOT11_STOP_AP_REASON_IHV_START","features":[466]},{"name":"DOT11_SUPPORTED_ANTENNA","features":[305,466]},{"name":"DOT11_SUPPORTED_ANTENNA_LIST","features":[305,466]},{"name":"DOT11_SUPPORTED_DATA_RATES_VALUE","features":[466]},{"name":"DOT11_SUPPORTED_DATA_RATES_VALUE_V2","features":[466]},{"name":"DOT11_SUPPORTED_DSSS_CHANNEL","features":[466]},{"name":"DOT11_SUPPORTED_DSSS_CHANNEL_LIST","features":[466]},{"name":"DOT11_SUPPORTED_OFDM_FREQUENCY","features":[466]},{"name":"DOT11_SUPPORTED_OFDM_FREQUENCY_LIST","features":[466]},{"name":"DOT11_SUPPORTED_PHY_TYPES","features":[466]},{"name":"DOT11_SUPPORTED_POWER_LEVELS","features":[466]},{"name":"DOT11_TEMP_TYPE","features":[466]},{"name":"DOT11_TKIPMIC_FAILURE_PARAMETERS","features":[305,320,466]},{"name":"DOT11_TKIPMIC_FAILURE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_UPDATE_IE","features":[466]},{"name":"DOT11_UPDATE_IE_OP","features":[466]},{"name":"DOT11_VENUEINFO","features":[466]},{"name":"DOT11_VWIFI_ATTRIBUTES","features":[320,466]},{"name":"DOT11_VWIFI_ATTRIBUTES_REVISION_1","features":[466]},{"name":"DOT11_VWIFI_COMBINATION","features":[320,466]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_1","features":[466]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_2","features":[466]},{"name":"DOT11_VWIFI_COMBINATION_REVISION_3","features":[466]},{"name":"DOT11_VWIFI_COMBINATION_V2","features":[320,466]},{"name":"DOT11_VWIFI_COMBINATION_V3","features":[320,466]},{"name":"DOT11_WEP_OFFLOAD","features":[305,466]},{"name":"DOT11_WEP_UPLOAD","features":[305,466]},{"name":"DOT11_WFD_ADDITIONAL_IE","features":[320,466]},{"name":"DOT11_WFD_ADDITIONAL_IE_REVISION_1","features":[466]},{"name":"DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR","features":[466]},{"name":"DOT11_WFD_ADVERTISED_SERVICE_LIST","features":[466]},{"name":"DOT11_WFD_ADVERTISEMENT_ID","features":[466]},{"name":"DOT11_WFD_APS2_SERVICE_TYPE_MAX_LENGTH","features":[466]},{"name":"DOT11_WFD_ASP2_INSTANCE_NAME_MAX_LENGTH","features":[466]},{"name":"DOT11_WFD_ATTRIBUTES","features":[305,320,466]},{"name":"DOT11_WFD_ATTRIBUTES_REVISION_1","features":[466]},{"name":"DOT11_WFD_CHANNEL","features":[466]},{"name":"DOT11_WFD_CONFIGURATION_TIMEOUT","features":[466]},{"name":"DOT11_WFD_DEVICE_AUTO_AVAILABILITY","features":[466]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONCURRENT_OPERATION","features":[466]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONFIG","features":[305,320,466]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_CONFIG_REVISION_1","features":[466]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_CLIENT_DISCOVERABILITY","features":[466]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_DEVICE_LIMIT","features":[466]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_INFRASTRUCTURE_MANAGED","features":[466]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_P2P_INVITATION_PROCEDURE","features":[466]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_RESERVED_6","features":[466]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_RESERVED_7","features":[466]},{"name":"DOT11_WFD_DEVICE_CAPABILITY_SERVICE_DISCOVERY","features":[466]},{"name":"DOT11_WFD_DEVICE_ENTRY","features":[466]},{"name":"DOT11_WFD_DEVICE_HIGH_AVAILABILITY","features":[466]},{"name":"DOT11_WFD_DEVICE_INFO","features":[320,466]},{"name":"DOT11_WFD_DEVICE_INFO_REVISION_1","features":[466]},{"name":"DOT11_WFD_DEVICE_LISTEN_CHANNEL","features":[320,466]},{"name":"DOT11_WFD_DEVICE_LISTEN_CHANNEL_REVISION_1","features":[466]},{"name":"DOT11_WFD_DEVICE_NOT_DISCOVERABLE","features":[466]},{"name":"DOT11_WFD_DEVICE_TYPE","features":[466]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_MAX_LIST_SIZE","features":[466]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_PARAMETERS","features":[320,466]},{"name":"DOT11_WFD_DISCOVER_COMPLETE_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_WFD_DISCOVER_DEVICE_FILTER","features":[466]},{"name":"DOT11_WFD_DISCOVER_REQUEST","features":[305,320,466]},{"name":"DOT11_WFD_DISCOVER_REQUEST_REVISION_1","features":[466]},{"name":"DOT11_WFD_DISCOVER_TYPE","features":[466]},{"name":"DOT11_WFD_GO_INTENT","features":[466]},{"name":"DOT11_WFD_GROUP_CAPABILITY_CROSS_CONNECTION_SUPPORTED","features":[466]},{"name":"DOT11_WFD_GROUP_CAPABILITY_EAPOL_KEY_IP_ADDRESS_ALLOCATION_SUPPORTED","features":[466]},{"name":"DOT11_WFD_GROUP_CAPABILITY_GROUP_LIMIT_REACHED","features":[466]},{"name":"DOT11_WFD_GROUP_CAPABILITY_GROUP_OWNER","features":[466]},{"name":"DOT11_WFD_GROUP_CAPABILITY_INTRABSS_DISTRIBUTION_SUPPORTED","features":[466]},{"name":"DOT11_WFD_GROUP_CAPABILITY_IN_GROUP_FORMATION","features":[466]},{"name":"DOT11_WFD_GROUP_CAPABILITY_NONE","features":[466]},{"name":"DOT11_WFD_GROUP_CAPABILITY_PERSISTENT_GROUP","features":[466]},{"name":"DOT11_WFD_GROUP_CAPABILITY_PERSISTENT_RECONNECT_SUPPORTED","features":[466]},{"name":"DOT11_WFD_GROUP_CAPABILITY_RESERVED_7","features":[466]},{"name":"DOT11_WFD_GROUP_ID","features":[466]},{"name":"DOT11_WFD_GROUP_JOIN_PARAMETERS","features":[305,320,466]},{"name":"DOT11_WFD_GROUP_JOIN_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG","features":[305,320,466]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_REVISION_1","features":[466]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_REVISION_2","features":[466]},{"name":"DOT11_WFD_GROUP_OWNER_CAPABILITY_CONFIG_V2","features":[305,320,466]},{"name":"DOT11_WFD_GROUP_START_PARAMETERS","features":[320,466]},{"name":"DOT11_WFD_GROUP_START_PARAMETERS_REVISION_1","features":[466]},{"name":"DOT11_WFD_INVITATION_FLAGS","features":[466]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_FROM_WLAN_CROSS_CONNECTION_POLICY","features":[466]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_INFRASTRUCTURE_MANAGED_POLICY","features":[466]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_NOT_MANAGED_INFRASTRUCTURE_CAPABLE","features":[466]},{"name":"DOT11_WFD_MINOR_REASON_DISASSOCIATED_WFD_COEXISTENCE_POLICY","features":[466]},{"name":"DOT11_WFD_MINOR_REASON_SUCCESS","features":[466]},{"name":"DOT11_WFD_SCAN_TYPE","features":[466]},{"name":"DOT11_WFD_SECONDARY_DEVICE_TYPE_LIST","features":[320,466]},{"name":"DOT11_WFD_SECONDARY_DEVICE_TYPE_LIST_REVISION_1","features":[466]},{"name":"DOT11_WFD_SERVICE_HASH_LIST","features":[466]},{"name":"DOT11_WFD_SERVICE_INFORMATION_MAX_LENGTH","features":[466]},{"name":"DOT11_WFD_SERVICE_NAME_MAX_LENGTH","features":[466]},{"name":"DOT11_WFD_SESSION_ID","features":[466]},{"name":"DOT11_WFD_SESSION_INFO","features":[466]},{"name":"DOT11_WFD_SESSION_INFO_MAX_LENGTH","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_INCOMPATIBLE_PARAMETERS","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_INCOMPATIBLE_PROVISIONING_METHOD","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_INFORMATION_IS_UNAVAILABLE","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_INVALID_PARAMETERS","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_LIMIT_REACHED","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_MATCHING_MAX_INTENT","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_NO_COMMON_CHANNELS","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_PREVIOUS_PROTOCOL_ERROR","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_REJECTED_BY_USER","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_UNABLE_TO_ACCOMODATE_REQUEST","features":[466]},{"name":"DOT11_WFD_STATUS_FAILED_UNKNOWN_WFD_GROUP","features":[466]},{"name":"DOT11_WFD_STATUS_SUCCESS","features":[466]},{"name":"DOT11_WFD_STATUS_SUCCESS_ACCEPTED_BY_USER","features":[466]},{"name":"DOT11_WME_AC_PARAMETERS","features":[466]},{"name":"DOT11_WME_AC_PARAMETERS_LIST","features":[466]},{"name":"DOT11_WME_PACKET","features":[466]},{"name":"DOT11_WME_UPDATE_IE","features":[466]},{"name":"DOT11_WPA_TSC","features":[305,466]},{"name":"DOT11_WPS_CONFIG_METHOD","features":[466]},{"name":"DOT11_WPS_CONFIG_METHOD_DISPLAY","features":[466]},{"name":"DOT11_WPS_CONFIG_METHOD_KEYPAD","features":[466]},{"name":"DOT11_WPS_CONFIG_METHOD_NFC_INTERFACE","features":[466]},{"name":"DOT11_WPS_CONFIG_METHOD_NFC_TAG","features":[466]},{"name":"DOT11_WPS_CONFIG_METHOD_NULL","features":[466]},{"name":"DOT11_WPS_CONFIG_METHOD_PUSHBUTTON","features":[466]},{"name":"DOT11_WPS_CONFIG_METHOD_WFDS_DEFAULT","features":[466]},{"name":"DOT11_WPS_DEVICE_NAME","features":[466]},{"name":"DOT11_WPS_DEVICE_NAME_MAX_LENGTH","features":[466]},{"name":"DOT11_WPS_DEVICE_PASSWORD_ID","features":[466]},{"name":"DOT11_WPS_MAX_MODEL_NAME_LENGTH","features":[466]},{"name":"DOT11_WPS_MAX_MODEL_NUMBER_LENGTH","features":[466]},{"name":"DOT11_WPS_MAX_PASSKEY_LENGTH","features":[466]},{"name":"DOT11_WPS_PASSWORD_ID_DEFAULT","features":[466]},{"name":"DOT11_WPS_PASSWORD_ID_MACHINE_SPECIFIED","features":[466]},{"name":"DOT11_WPS_PASSWORD_ID_NFC_CONNECTION_HANDOVER","features":[466]},{"name":"DOT11_WPS_PASSWORD_ID_OOB_RANGE_MAX","features":[466]},{"name":"DOT11_WPS_PASSWORD_ID_OOB_RANGE_MIN","features":[466]},{"name":"DOT11_WPS_PASSWORD_ID_PUSHBUTTON","features":[466]},{"name":"DOT11_WPS_PASSWORD_ID_REGISTRAR_SPECIFIED","features":[466]},{"name":"DOT11_WPS_PASSWORD_ID_REKEY","features":[466]},{"name":"DOT11_WPS_PASSWORD_ID_USER_SPECIFIED","features":[466]},{"name":"DOT11_WPS_PASSWORD_ID_WFD_SERVICES","features":[466]},{"name":"DOT11_WPS_VERSION_1_0","features":[466]},{"name":"DOT11_WPS_VERSION_2_0","features":[466]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_Enhanced","features":[466]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_NoP2PSupported","features":[466]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_NotSupported","features":[466]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_SingleFunctionSupported","features":[466]},{"name":"DevProp_PciDevice_AcsCompatibleUpHierarchy_Supported","features":[466]},{"name":"DevProp_PciDevice_AcsSupport_Missing","features":[466]},{"name":"DevProp_PciDevice_AcsSupport_NotNeeded","features":[466]},{"name":"DevProp_PciDevice_AcsSupport_Present","features":[466]},{"name":"DevProp_PciDevice_BridgeType_PciConventional","features":[466]},{"name":"DevProp_PciDevice_BridgeType_PciExpressDownstreamSwitchPort","features":[466]},{"name":"DevProp_PciDevice_BridgeType_PciExpressEventCollector","features":[466]},{"name":"DevProp_PciDevice_BridgeType_PciExpressRootPort","features":[466]},{"name":"DevProp_PciDevice_BridgeType_PciExpressToPciXBridge","features":[466]},{"name":"DevProp_PciDevice_BridgeType_PciExpressTreatedAsPci","features":[466]},{"name":"DevProp_PciDevice_BridgeType_PciExpressUpstreamSwitchPort","features":[466]},{"name":"DevProp_PciDevice_BridgeType_PciX","features":[466]},{"name":"DevProp_PciDevice_BridgeType_PciXToExpressBridge","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_100Mhz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_133MHZ","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_66Mhz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_100Mhz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_133Mhz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode1_ECC_66Mhz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_100MHz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_133MHz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_266_66MHz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_100MHz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_133MHz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode2_533_66MHz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_PciX_Mode_Conventional_Pci","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_Pci_Conventional_33MHz","features":[466]},{"name":"DevProp_PciDevice_CurrentSpeedAndMode_Pci_Conventional_66MHz","features":[466]},{"name":"DevProp_PciDevice_DeviceType_PciConventional","features":[466]},{"name":"DevProp_PciDevice_DeviceType_PciExpressEndpoint","features":[466]},{"name":"DevProp_PciDevice_DeviceType_PciExpressLegacyEndpoint","features":[466]},{"name":"DevProp_PciDevice_DeviceType_PciExpressRootComplexIntegratedEndpoint","features":[466]},{"name":"DevProp_PciDevice_DeviceType_PciExpressTreatedAsPci","features":[466]},{"name":"DevProp_PciDevice_DeviceType_PciX","features":[466]},{"name":"DevProp_PciDevice_InterruptType_LineBased","features":[466]},{"name":"DevProp_PciDevice_InterruptType_Msi","features":[466]},{"name":"DevProp_PciDevice_InterruptType_MsiX","features":[466]},{"name":"DevProp_PciDevice_SriovSupport_DidntGetVfBarSpace","features":[466]},{"name":"DevProp_PciDevice_SriovSupport_MissingAcs","features":[466]},{"name":"DevProp_PciDevice_SriovSupport_MissingPfDriver","features":[466]},{"name":"DevProp_PciDevice_SriovSupport_NoBusResource","features":[466]},{"name":"DevProp_PciDevice_SriovSupport_Ok","features":[466]},{"name":"DevProp_PciExpressDevice_LinkSpeed_Five_Gbps","features":[466]},{"name":"DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps","features":[466]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_1","features":[466]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_12","features":[466]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_16","features":[466]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_2","features":[466]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_32","features":[466]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_4","features":[466]},{"name":"DevProp_PciExpressDevice_LinkWidth_By_8","features":[466]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_1024Bytes","features":[466]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_128Bytes","features":[466]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_2048Bytes","features":[466]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_256Bytes","features":[466]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_4096Bytes","features":[466]},{"name":"DevProp_PciExpressDevice_PayloadOrRequestSize_512Bytes","features":[466]},{"name":"DevProp_PciExpressDevice_Spec_Version_10","features":[466]},{"name":"DevProp_PciExpressDevice_Spec_Version_11","features":[466]},{"name":"DevProp_PciRootBus_BusWidth_32Bits","features":[466]},{"name":"DevProp_PciRootBus_BusWidth_64Bits","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_Conventional_33Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_Conventional_66Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_100Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_133Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_266_Mode2_66Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_100Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_133Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_533_Mode2_66Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_100Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_133Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_66Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_100Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_133Mhz","features":[466]},{"name":"DevProp_PciRootBus_CurrentSpeedAndMode_Pci_X_Mode1_ECC_66Mhz","features":[466]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciConventional","features":[466]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciExpress","features":[466]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciXMode1","features":[466]},{"name":"DevProp_PciRootBus_SecondaryInterface_PciXMode2","features":[466]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_Conventional_33Mhz","features":[466]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_Conventional_66Mhz","features":[466]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_133Mhz","features":[466]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_266Mhz","features":[466]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_533Mhz","features":[466]},{"name":"DevProp_PciRootBus_SupportedSpeedsAndModes_Pci_X_66Mhz","features":[466]},{"name":"Dot11AdHocManager","features":[466]},{"name":"GUID_AEPSERVICE_WIFIDIRECT_DEVICE","features":[466]},{"name":"GUID_DEVINTERFACE_ASP_INFRA_DEVICE","features":[466]},{"name":"GUID_DEVINTERFACE_WIFIDIRECT_DEVICE","features":[466]},{"name":"IDot11AdHocInterface","features":[466]},{"name":"IDot11AdHocInterfaceNotificationSink","features":[466]},{"name":"IDot11AdHocManager","features":[466]},{"name":"IDot11AdHocManagerNotificationSink","features":[466]},{"name":"IDot11AdHocNetwork","features":[466]},{"name":"IDot11AdHocNetworkNotificationSink","features":[466]},{"name":"IDot11AdHocSecuritySettings","features":[466]},{"name":"IEnumDot11AdHocInterfaces","features":[466]},{"name":"IEnumDot11AdHocNetworks","features":[466]},{"name":"IEnumDot11AdHocSecuritySettings","features":[466]},{"name":"IHV_INIT_FUNCTION_NAME","features":[466]},{"name":"IHV_INIT_VS_FUNCTION_NAME","features":[466]},{"name":"IHV_VERSION_FUNCTION_NAME","features":[466]},{"name":"IndicationTypeLinkQuality","features":[466]},{"name":"IndicationTypeNicSpecificNotification","features":[466]},{"name":"IndicationTypePhyStateChange","features":[466]},{"name":"IndicationTypePmkidCandidateList","features":[466]},{"name":"IndicationTypeTkipMicFailure","features":[466]},{"name":"L2_NOTIFICATION_CODE_GROUP_SIZE","features":[466]},{"name":"L2_NOTIFICATION_CODE_PUBLIC_BEGIN","features":[466]},{"name":"L2_NOTIFICATION_DATA","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_ALL","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_DOT3_AUTO_CONFIG","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_NONE","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_ONEX","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_SECURITY","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_WCM","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_WCM_CSP","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_WFD","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_ACM","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_DEVICE_SERVICE","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_HNWK","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_IHV","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_MSM","features":[466]},{"name":"L2_NOTIFICATION_SOURCE_WLAN_SECURITY","features":[466]},{"name":"L2_PROFILE_MAX_NAME_LENGTH","features":[466]},{"name":"L2_REASON_CODE_DOT11_AC_BASE","features":[466]},{"name":"L2_REASON_CODE_DOT11_MSM_BASE","features":[466]},{"name":"L2_REASON_CODE_DOT11_SECURITY_BASE","features":[466]},{"name":"L2_REASON_CODE_DOT3_AC_BASE","features":[466]},{"name":"L2_REASON_CODE_DOT3_MSM_BASE","features":[466]},{"name":"L2_REASON_CODE_GEN_BASE","features":[466]},{"name":"L2_REASON_CODE_GROUP_SIZE","features":[466]},{"name":"L2_REASON_CODE_IHV_BASE","features":[466]},{"name":"L2_REASON_CODE_ONEX_BASE","features":[466]},{"name":"L2_REASON_CODE_PROFILE_BASE","features":[466]},{"name":"L2_REASON_CODE_PROFILE_MISSING","features":[466]},{"name":"L2_REASON_CODE_RESERVED_BASE","features":[466]},{"name":"L2_REASON_CODE_SUCCESS","features":[466]},{"name":"L2_REASON_CODE_UNKNOWN","features":[466]},{"name":"L2_REASON_CODE_WIMAX_BASE","features":[466]},{"name":"MAX_NUM_SUPPORTED_RATES","features":[466]},{"name":"MAX_NUM_SUPPORTED_RATES_V2","features":[466]},{"name":"MS_MAX_PROFILE_NAME_LENGTH","features":[466]},{"name":"MS_PROFILE_GROUP_POLICY","features":[466]},{"name":"MS_PROFILE_USER","features":[466]},{"name":"NDIS_PACKET_TYPE_802_11_ALL_MULTICAST_DATA","features":[466]},{"name":"NDIS_PACKET_TYPE_802_11_BROADCAST_DATA","features":[466]},{"name":"NDIS_PACKET_TYPE_802_11_DIRECTED_DATA","features":[466]},{"name":"NDIS_PACKET_TYPE_802_11_MULTICAST_DATA","features":[466]},{"name":"NDIS_PACKET_TYPE_802_11_PROMISCUOUS_DATA","features":[466]},{"name":"OID_DOT11_AP_JOIN_REQUEST","features":[466]},{"name":"OID_DOT11_ATIM_WINDOW","features":[466]},{"name":"OID_DOT11_BEACON_PERIOD","features":[466]},{"name":"OID_DOT11_CCA_MODE_SUPPORTED","features":[466]},{"name":"OID_DOT11_CCA_WATCHDOG_COUNT_MAX","features":[466]},{"name":"OID_DOT11_CCA_WATCHDOG_COUNT_MIN","features":[466]},{"name":"OID_DOT11_CCA_WATCHDOG_TIMER_MAX","features":[466]},{"name":"OID_DOT11_CCA_WATCHDOG_TIMER_MIN","features":[466]},{"name":"OID_DOT11_CFP_MAX_DURATION","features":[466]},{"name":"OID_DOT11_CFP_PERIOD","features":[466]},{"name":"OID_DOT11_CF_POLLABLE","features":[466]},{"name":"OID_DOT11_CHANNEL_AGILITY_ENABLED","features":[466]},{"name":"OID_DOT11_CHANNEL_AGILITY_PRESENT","features":[466]},{"name":"OID_DOT11_COUNTERS_ENTRY","features":[466]},{"name":"OID_DOT11_COUNTRY_STRING","features":[466]},{"name":"OID_DOT11_CURRENT_ADDRESS","features":[466]},{"name":"OID_DOT11_CURRENT_CCA_MODE","features":[466]},{"name":"OID_DOT11_CURRENT_CHANNEL","features":[466]},{"name":"OID_DOT11_CURRENT_CHANNEL_NUMBER","features":[466]},{"name":"OID_DOT11_CURRENT_DWELL_TIME","features":[466]},{"name":"OID_DOT11_CURRENT_FREQUENCY","features":[466]},{"name":"OID_DOT11_CURRENT_INDEX","features":[466]},{"name":"OID_DOT11_CURRENT_OFFLOAD_CAPABILITY","features":[466]},{"name":"OID_DOT11_CURRENT_OPERATION_MODE","features":[466]},{"name":"OID_DOT11_CURRENT_OPTIONAL_CAPABILITY","features":[466]},{"name":"OID_DOT11_CURRENT_PACKET_FILTER","features":[466]},{"name":"OID_DOT11_CURRENT_PATTERN","features":[466]},{"name":"OID_DOT11_CURRENT_PHY_TYPE","features":[466]},{"name":"OID_DOT11_CURRENT_REG_DOMAIN","features":[466]},{"name":"OID_DOT11_CURRENT_RX_ANTENNA","features":[466]},{"name":"OID_DOT11_CURRENT_SET","features":[466]},{"name":"OID_DOT11_CURRENT_TX_ANTENNA","features":[466]},{"name":"OID_DOT11_CURRENT_TX_POWER_LEVEL","features":[466]},{"name":"OID_DOT11_DEFAULT_WEP_OFFLOAD","features":[466]},{"name":"OID_DOT11_DEFAULT_WEP_UPLOAD","features":[466]},{"name":"OID_DOT11_DIVERSITY_SELECTION_RX","features":[466]},{"name":"OID_DOT11_DIVERSITY_SUPPORT","features":[466]},{"name":"OID_DOT11_DSSS_OFDM_OPTION_ENABLED","features":[466]},{"name":"OID_DOT11_DSSS_OFDM_OPTION_IMPLEMENTED","features":[466]},{"name":"OID_DOT11_DTIM_PERIOD","features":[466]},{"name":"OID_DOT11_ED_THRESHOLD","features":[466]},{"name":"OID_DOT11_EHCC_CAPABILITY_ENABLED","features":[466]},{"name":"OID_DOT11_EHCC_CAPABILITY_IMPLEMENTED","features":[466]},{"name":"OID_DOT11_EHCC_NUMBER_OF_CHANNELS_FAMILY_INDEX","features":[466]},{"name":"OID_DOT11_EHCC_PRIME_RADIX","features":[466]},{"name":"OID_DOT11_ERP_PBCC_OPTION_ENABLED","features":[466]},{"name":"OID_DOT11_ERP_PBCC_OPTION_IMPLEMENTED","features":[466]},{"name":"OID_DOT11_FRAGMENTATION_THRESHOLD","features":[466]},{"name":"OID_DOT11_FREQUENCY_BANDS_SUPPORTED","features":[466]},{"name":"OID_DOT11_HOPPING_PATTERN","features":[466]},{"name":"OID_DOT11_HOP_ALGORITHM_ADOPTED","features":[466]},{"name":"OID_DOT11_HOP_MODULUS","features":[466]},{"name":"OID_DOT11_HOP_OFFSET","features":[466]},{"name":"OID_DOT11_HOP_TIME","features":[466]},{"name":"OID_DOT11_HR_CCA_MODE_SUPPORTED","features":[466]},{"name":"OID_DOT11_JOIN_REQUEST","features":[466]},{"name":"OID_DOT11_LONG_RETRY_LIMIT","features":[466]},{"name":"OID_DOT11_MAC_ADDRESS","features":[466]},{"name":"OID_DOT11_MAXIMUM_LIST_SIZE","features":[466]},{"name":"OID_DOT11_MAX_DWELL_TIME","features":[466]},{"name":"OID_DOT11_MAX_MAC_ADDRESS_STATES","features":[466]},{"name":"OID_DOT11_MAX_RECEIVE_LIFETIME","features":[466]},{"name":"OID_DOT11_MAX_TRANSMIT_MSDU_LIFETIME","features":[466]},{"name":"OID_DOT11_MEDIUM_OCCUPANCY_LIMIT","features":[466]},{"name":"OID_DOT11_MPDU_MAX_LENGTH","features":[466]},{"name":"OID_DOT11_MULTICAST_LIST","features":[466]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY","features":[466]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY_ENABLED","features":[466]},{"name":"OID_DOT11_MULTI_DOMAIN_CAPABILITY_IMPLEMENTED","features":[466]},{"name":"OID_DOT11_NDIS_START","features":[466]},{"name":"OID_DOT11_NIC_POWER_STATE","features":[466]},{"name":"OID_DOT11_NIC_SPECIFIC_EXTENSION","features":[466]},{"name":"OID_DOT11_NUMBER_OF_HOPPING_SETS","features":[466]},{"name":"OID_DOT11_OFFLOAD_CAPABILITY","features":[466]},{"name":"OID_DOT11_OPERATIONAL_RATE_SET","features":[466]},{"name":"OID_DOT11_OPERATION_MODE_CAPABILITY","features":[466]},{"name":"OID_DOT11_OPTIONAL_CAPABILITY","features":[466]},{"name":"OID_DOT11_PBCC_OPTION_IMPLEMENTED","features":[466]},{"name":"OID_DOT11_PERMANENT_ADDRESS","features":[466]},{"name":"OID_DOT11_POWER_MGMT_MODE","features":[466]},{"name":"OID_DOT11_PRIVATE_OIDS_START","features":[466]},{"name":"OID_DOT11_QOS_TX_DURATION","features":[466]},{"name":"OID_DOT11_QOS_TX_MEDIUM_TIME","features":[466]},{"name":"OID_DOT11_QOS_TX_QUEUES_SUPPORTED","features":[466]},{"name":"OID_DOT11_RANDOM_TABLE_FIELD_NUMBER","features":[466]},{"name":"OID_DOT11_RANDOM_TABLE_FLAG","features":[466]},{"name":"OID_DOT11_RECV_SENSITIVITY_LIST","features":[466]},{"name":"OID_DOT11_REG_DOMAINS_SUPPORT_VALUE","features":[466]},{"name":"OID_DOT11_RESET_REQUEST","features":[466]},{"name":"OID_DOT11_RF_USAGE","features":[466]},{"name":"OID_DOT11_RSSI_RANGE","features":[466]},{"name":"OID_DOT11_RTS_THRESHOLD","features":[466]},{"name":"OID_DOT11_SCAN_REQUEST","features":[466]},{"name":"OID_DOT11_SHORT_PREAMBLE_OPTION_IMPLEMENTED","features":[466]},{"name":"OID_DOT11_SHORT_RETRY_LIMIT","features":[466]},{"name":"OID_DOT11_SHORT_SLOT_TIME_OPTION_ENABLED","features":[466]},{"name":"OID_DOT11_SHORT_SLOT_TIME_OPTION_IMPLEMENTED","features":[466]},{"name":"OID_DOT11_START_REQUEST","features":[466]},{"name":"OID_DOT11_STATION_ID","features":[466]},{"name":"OID_DOT11_SUPPORTED_DATA_RATES_VALUE","features":[466]},{"name":"OID_DOT11_SUPPORTED_DSSS_CHANNEL_LIST","features":[466]},{"name":"OID_DOT11_SUPPORTED_OFDM_FREQUENCY_LIST","features":[466]},{"name":"OID_DOT11_SUPPORTED_PHY_TYPES","features":[466]},{"name":"OID_DOT11_SUPPORTED_POWER_LEVELS","features":[466]},{"name":"OID_DOT11_SUPPORTED_RX_ANTENNA","features":[466]},{"name":"OID_DOT11_SUPPORTED_TX_ANTENNA","features":[466]},{"name":"OID_DOT11_TEMP_TYPE","features":[466]},{"name":"OID_DOT11_TI_THRESHOLD","features":[466]},{"name":"OID_DOT11_UPDATE_IE","features":[466]},{"name":"OID_DOT11_WEP_ICV_ERROR_COUNT","features":[466]},{"name":"OID_DOT11_WEP_OFFLOAD","features":[466]},{"name":"OID_DOT11_WEP_UPLOAD","features":[466]},{"name":"OID_DOT11_WME_AC_PARAMETERS","features":[466]},{"name":"OID_DOT11_WME_ENABLED","features":[466]},{"name":"OID_DOT11_WME_IMPLEMENTED","features":[466]},{"name":"OID_DOT11_WME_UPDATE_IE","features":[466]},{"name":"OID_DOT11_WPA_TSC","features":[466]},{"name":"ONEX_AUTHENTICATOR_NO_LONGER_PRESENT","features":[466]},{"name":"ONEX_AUTH_IDENTITY","features":[466]},{"name":"ONEX_AUTH_PARAMS","features":[305,466]},{"name":"ONEX_AUTH_RESTART_REASON","features":[466]},{"name":"ONEX_AUTH_STATUS","features":[466]},{"name":"ONEX_EAP_ERROR","features":[466,467]},{"name":"ONEX_EAP_FAILURE_RECEIVED","features":[466]},{"name":"ONEX_EAP_METHOD_BACKEND_SUPPORT","features":[466]},{"name":"ONEX_IDENTITY_NOT_FOUND","features":[466]},{"name":"ONEX_NOTIFICATION_TYPE","features":[466]},{"name":"ONEX_NO_RESPONSE_TO_IDENTITY","features":[466]},{"name":"ONEX_PROFILE_DISALLOWED_EAP_TYPE","features":[466]},{"name":"ONEX_PROFILE_EXPIRED_EXPLICIT_CREDENTIALS","features":[466]},{"name":"ONEX_PROFILE_INVALID_AUTH_MODE","features":[466]},{"name":"ONEX_PROFILE_INVALID_EAP_CONNECTION_PROPERTIES","features":[466]},{"name":"ONEX_PROFILE_INVALID_EAP_TYPE_OR_FLAG","features":[466]},{"name":"ONEX_PROFILE_INVALID_EXPLICIT_CREDENTIALS","features":[466]},{"name":"ONEX_PROFILE_INVALID_LENGTH","features":[466]},{"name":"ONEX_PROFILE_INVALID_ONEX_FLAGS","features":[466]},{"name":"ONEX_PROFILE_INVALID_SUPPLICANT_MODE","features":[466]},{"name":"ONEX_PROFILE_INVALID_TIMER_VALUE","features":[466]},{"name":"ONEX_PROFILE_VERSION_NOT_SUPPORTED","features":[466]},{"name":"ONEX_REASON_CODE","features":[466]},{"name":"ONEX_REASON_CODE_SUCCESS","features":[466]},{"name":"ONEX_REASON_START","features":[466]},{"name":"ONEX_RESULT_UPDATE_DATA","features":[305,466]},{"name":"ONEX_STATUS","features":[466]},{"name":"ONEX_UI_CANCELLED","features":[466]},{"name":"ONEX_UI_DISABLED","features":[466]},{"name":"ONEX_UI_FAILURE","features":[466]},{"name":"ONEX_UI_NOT_PERMITTED","features":[466]},{"name":"ONEX_UNABLE_TO_IDENTIFY_USER","features":[466]},{"name":"ONEX_USER_INFO","features":[466]},{"name":"ONEX_VARIABLE_BLOB","features":[466]},{"name":"OneXAuthFailure","features":[466]},{"name":"OneXAuthIdentityExplicitUser","features":[466]},{"name":"OneXAuthIdentityGuest","features":[466]},{"name":"OneXAuthIdentityInvalid","features":[466]},{"name":"OneXAuthIdentityMachine","features":[466]},{"name":"OneXAuthIdentityNone","features":[466]},{"name":"OneXAuthIdentityUser","features":[466]},{"name":"OneXAuthInProgress","features":[466]},{"name":"OneXAuthInvalid","features":[466]},{"name":"OneXAuthNoAuthenticatorFound","features":[466]},{"name":"OneXAuthNotStarted","features":[466]},{"name":"OneXAuthSuccess","features":[466]},{"name":"OneXEapMethodBackendSupportUnknown","features":[466]},{"name":"OneXEapMethodBackendSupported","features":[466]},{"name":"OneXEapMethodBackendUnsupported","features":[466]},{"name":"OneXNotificationTypeAuthRestarted","features":[466]},{"name":"OneXNotificationTypeEventInvalid","features":[466]},{"name":"OneXNotificationTypeResultUpdate","features":[466]},{"name":"OneXNumNotifications","features":[466]},{"name":"OneXPublicNotificationBase","features":[466]},{"name":"OneXRestartReasonAltCredsTrial","features":[466]},{"name":"OneXRestartReasonInvalid","features":[466]},{"name":"OneXRestartReasonMsmInitiated","features":[466]},{"name":"OneXRestartReasonOneXAuthTimeout","features":[466]},{"name":"OneXRestartReasonOneXConfigurationChanged","features":[466]},{"name":"OneXRestartReasonOneXHeldStateTimeout","features":[466]},{"name":"OneXRestartReasonOneXUserChanged","features":[466]},{"name":"OneXRestartReasonPeerInitiated","features":[466]},{"name":"OneXRestartReasonQuarantineStateChanged","features":[466]},{"name":"WDIAG_IHV_WLAN_ID","features":[466]},{"name":"WDIAG_IHV_WLAN_ID_FLAG_SECURITY_ENABLED","features":[466]},{"name":"WFDCancelOpenSession","features":[305,466]},{"name":"WFDCloseHandle","features":[305,466]},{"name":"WFDCloseSession","features":[305,466]},{"name":"WFDOpenHandle","features":[305,466]},{"name":"WFDOpenLegacySession","features":[305,466]},{"name":"WFDSVC_CONNECTION_CAPABILITY","features":[305,466]},{"name":"WFDSVC_CONNECTION_CAPABILITY_CLIENT","features":[466]},{"name":"WFDSVC_CONNECTION_CAPABILITY_GO","features":[466]},{"name":"WFDSVC_CONNECTION_CAPABILITY_NEW","features":[466]},{"name":"WFDStartOpenSession","features":[305,466]},{"name":"WFDUpdateDeviceVisibility","features":[466]},{"name":"WFD_API_VERSION","features":[466]},{"name":"WFD_API_VERSION_1_0","features":[466]},{"name":"WFD_GROUP_ID","features":[466]},{"name":"WFD_OPEN_SESSION_COMPLETE_CALLBACK","features":[305,466]},{"name":"WFD_ROLE_TYPE","features":[466]},{"name":"WFD_ROLE_TYPE_CLIENT","features":[466]},{"name":"WFD_ROLE_TYPE_DEVICE","features":[466]},{"name":"WFD_ROLE_TYPE_GROUP_OWNER","features":[466]},{"name":"WFD_ROLE_TYPE_MAX","features":[466]},{"name":"WFD_ROLE_TYPE_NONE","features":[466]},{"name":"WLAN_ADHOC_NETWORK_STATE","features":[466]},{"name":"WLAN_API_VERSION","features":[466]},{"name":"WLAN_API_VERSION_1_0","features":[466]},{"name":"WLAN_API_VERSION_2_0","features":[466]},{"name":"WLAN_ASSOCIATION_ATTRIBUTES","features":[466]},{"name":"WLAN_AUTH_CIPHER_PAIR_LIST","features":[466]},{"name":"WLAN_AUTOCONF_OPCODE","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK","features":[305,466]},{"name":"WLAN_AVAILABLE_NETWORK_ANQP_SUPPORTED","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_AUTO_CONNECT_FAILED","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_CONNECTED","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_CONSOLE_USER_PROFILE","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_HAS_PROFILE","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_DOMAIN","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_ENABLED","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_HOTSPOT2_ROAMING","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_INCLUDE_ALL_ADHOC_PROFILES","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_INCLUDE_ALL_MANUAL_HIDDEN_PROFILES","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_INTERWORKING_SUPPORTED","features":[466]},{"name":"WLAN_AVAILABLE_NETWORK_LIST","features":[305,466]},{"name":"WLAN_AVAILABLE_NETWORK_LIST_V2","features":[305,466]},{"name":"WLAN_AVAILABLE_NETWORK_V2","features":[305,466]},{"name":"WLAN_BSS_ENTRY","features":[305,466]},{"name":"WLAN_BSS_LIST","features":[305,466]},{"name":"WLAN_CONNECTION_ADHOC_JOIN_ONLY","features":[466]},{"name":"WLAN_CONNECTION_ATTRIBUTES","features":[305,466]},{"name":"WLAN_CONNECTION_EAPOL_PASSTHROUGH","features":[466]},{"name":"WLAN_CONNECTION_HIDDEN_NETWORK","features":[466]},{"name":"WLAN_CONNECTION_IGNORE_PRIVACY_BIT","features":[466]},{"name":"WLAN_CONNECTION_MODE","features":[466]},{"name":"WLAN_CONNECTION_NOTIFICATION_ADHOC_NETWORK_FORMED","features":[466]},{"name":"WLAN_CONNECTION_NOTIFICATION_CONSOLE_USER_PROFILE","features":[466]},{"name":"WLAN_CONNECTION_NOTIFICATION_DATA","features":[305,466]},{"name":"WLAN_CONNECTION_NOTIFICATION_FLAGS","features":[466]},{"name":"WLAN_CONNECTION_PARAMETERS","features":[320,466]},{"name":"WLAN_CONNECTION_PARAMETERS_V2","features":[320,466]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE","features":[466]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE_CONNECTION_MODE_AUTO","features":[466]},{"name":"WLAN_CONNECTION_PERSIST_DISCOVERY_PROFILE_OVERWRITE_EXISTING","features":[466]},{"name":"WLAN_COUNTRY_OR_REGION_STRING_LIST","features":[466]},{"name":"WLAN_DEVICE_SERVICE_GUID_LIST","features":[466]},{"name":"WLAN_DEVICE_SERVICE_NOTIFICATION_DATA","features":[466]},{"name":"WLAN_FILTER_LIST_TYPE","features":[466]},{"name":"WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS","features":[466]},{"name":"WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE","features":[466]},{"name":"WLAN_HOSTED_NETWORK_NOTIFICATION_CODE","features":[466]},{"name":"WLAN_HOSTED_NETWORK_OPCODE","features":[466]},{"name":"WLAN_HOSTED_NETWORK_PEER_AUTH_STATE","features":[466]},{"name":"WLAN_HOSTED_NETWORK_PEER_STATE","features":[466]},{"name":"WLAN_HOSTED_NETWORK_RADIO_STATE","features":[466]},{"name":"WLAN_HOSTED_NETWORK_REASON","features":[466]},{"name":"WLAN_HOSTED_NETWORK_SECURITY_SETTINGS","features":[466]},{"name":"WLAN_HOSTED_NETWORK_STATE","features":[466]},{"name":"WLAN_HOSTED_NETWORK_STATE_CHANGE","features":[466]},{"name":"WLAN_HOSTED_NETWORK_STATUS","features":[466]},{"name":"WLAN_IHV_CONTROL_TYPE","features":[466]},{"name":"WLAN_INTERFACE_CAPABILITY","features":[305,466]},{"name":"WLAN_INTERFACE_INFO","features":[466]},{"name":"WLAN_INTERFACE_INFO_LIST","features":[466]},{"name":"WLAN_INTERFACE_STATE","features":[466]},{"name":"WLAN_INTERFACE_TYPE","features":[466]},{"name":"WLAN_INTF_OPCODE","features":[466]},{"name":"WLAN_MAC_FRAME_STATISTICS","features":[466]},{"name":"WLAN_MAX_NAME_LENGTH","features":[466]},{"name":"WLAN_MAX_PHY_INDEX","features":[466]},{"name":"WLAN_MAX_PHY_TYPE_NUMBER","features":[466]},{"name":"WLAN_MSM_NOTIFICATION_DATA","features":[305,466]},{"name":"WLAN_NOTIFICATION_ACM","features":[466]},{"name":"WLAN_NOTIFICATION_CALLBACK","features":[466]},{"name":"WLAN_NOTIFICATION_MSM","features":[466]},{"name":"WLAN_NOTIFICATION_SECURITY","features":[466]},{"name":"WLAN_NOTIFICATION_SOURCES","features":[466]},{"name":"WLAN_NOTIFICATION_SOURCE_ACM","features":[466]},{"name":"WLAN_NOTIFICATION_SOURCE_ALL","features":[466]},{"name":"WLAN_NOTIFICATION_SOURCE_DEVICE_SERVICE","features":[466]},{"name":"WLAN_NOTIFICATION_SOURCE_HNWK","features":[466]},{"name":"WLAN_NOTIFICATION_SOURCE_IHV","features":[466]},{"name":"WLAN_NOTIFICATION_SOURCE_MSM","features":[466]},{"name":"WLAN_NOTIFICATION_SOURCE_NONE","features":[466]},{"name":"WLAN_NOTIFICATION_SOURCE_ONEX","features":[466]},{"name":"WLAN_NOTIFICATION_SOURCE_SECURITY","features":[466]},{"name":"WLAN_OPCODE_VALUE_TYPE","features":[466]},{"name":"WLAN_OPERATIONAL_STATE","features":[466]},{"name":"WLAN_PHY_FRAME_STATISTICS","features":[466]},{"name":"WLAN_PHY_RADIO_STATE","features":[466]},{"name":"WLAN_POWER_SETTING","features":[466]},{"name":"WLAN_PROFILE_CONNECTION_MODE_AUTO","features":[466]},{"name":"WLAN_PROFILE_CONNECTION_MODE_SET_BY_CLIENT","features":[466]},{"name":"WLAN_PROFILE_GET_PLAINTEXT_KEY","features":[466]},{"name":"WLAN_PROFILE_GROUP_POLICY","features":[466]},{"name":"WLAN_PROFILE_INFO","features":[466]},{"name":"WLAN_PROFILE_INFO_LIST","features":[466]},{"name":"WLAN_PROFILE_USER","features":[466]},{"name":"WLAN_RADIO_STATE","features":[466]},{"name":"WLAN_RATE_SET","features":[466]},{"name":"WLAN_RAW_DATA","features":[466]},{"name":"WLAN_RAW_DATA_LIST","features":[466]},{"name":"WLAN_REASON_CODE_AC_BASE","features":[466]},{"name":"WLAN_REASON_CODE_AC_CONNECT_BASE","features":[466]},{"name":"WLAN_REASON_CODE_AC_END","features":[466]},{"name":"WLAN_REASON_CODE_ADHOC_SECURITY_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_AP_PROFILE_NOT_ALLOWED","features":[466]},{"name":"WLAN_REASON_CODE_AP_PROFILE_NOT_ALLOWED_FOR_CLIENT","features":[466]},{"name":"WLAN_REASON_CODE_AP_STARTING_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_ASSOCIATION_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_ASSOCIATION_TIMEOUT","features":[466]},{"name":"WLAN_REASON_CODE_AUTO_AP_PROFILE_NOT_ALLOWED","features":[466]},{"name":"WLAN_REASON_CODE_AUTO_CONNECTION_NOT_ALLOWED","features":[466]},{"name":"WLAN_REASON_CODE_AUTO_SWITCH_SET_FOR_ADHOC","features":[466]},{"name":"WLAN_REASON_CODE_AUTO_SWITCH_SET_FOR_MANUAL_CONNECTION","features":[466]},{"name":"WLAN_REASON_CODE_BAD_MAX_NUMBER_OF_CLIENTS_FOR_AP","features":[466]},{"name":"WLAN_REASON_CODE_BASE","features":[466]},{"name":"WLAN_REASON_CODE_BSS_TYPE_NOT_ALLOWED","features":[466]},{"name":"WLAN_REASON_CODE_BSS_TYPE_UNMATCH","features":[466]},{"name":"WLAN_REASON_CODE_CONFLICT_SECURITY","features":[466]},{"name":"WLAN_REASON_CODE_CONNECT_CALL_FAIL","features":[466]},{"name":"WLAN_REASON_CODE_DATARATE_UNMATCH","features":[466]},{"name":"WLAN_REASON_CODE_DISCONNECT_TIMEOUT","features":[466]},{"name":"WLAN_REASON_CODE_DRIVER_DISCONNECTED","features":[466]},{"name":"WLAN_REASON_CODE_DRIVER_OPERATION_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_GP_DENIED","features":[466]},{"name":"WLAN_REASON_CODE_HOTSPOT2_PROFILE_DENIED","features":[466]},{"name":"WLAN_REASON_CODE_HOTSPOT2_PROFILE_NOT_ALLOWED","features":[466]},{"name":"WLAN_REASON_CODE_IHV_CONNECTIVITY_NOT_SUPPORTED","features":[466]},{"name":"WLAN_REASON_CODE_IHV_NOT_AVAILABLE","features":[466]},{"name":"WLAN_REASON_CODE_IHV_NOT_RESPONDING","features":[466]},{"name":"WLAN_REASON_CODE_IHV_OUI_MISMATCH","features":[466]},{"name":"WLAN_REASON_CODE_IHV_OUI_MISSING","features":[466]},{"name":"WLAN_REASON_CODE_IHV_SECURITY_NOT_SUPPORTED","features":[466]},{"name":"WLAN_REASON_CODE_IHV_SECURITY_ONEX_MISSING","features":[466]},{"name":"WLAN_REASON_CODE_IHV_SETTINGS_MISSING","features":[466]},{"name":"WLAN_REASON_CODE_INTERNAL_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_INVALID_ADHOC_CONNECTION_MODE","features":[466]},{"name":"WLAN_REASON_CODE_INVALID_BSS_TYPE","features":[466]},{"name":"WLAN_REASON_CODE_INVALID_CHANNEL","features":[466]},{"name":"WLAN_REASON_CODE_INVALID_PHY_TYPE","features":[466]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_NAME","features":[466]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_SCHEMA","features":[466]},{"name":"WLAN_REASON_CODE_INVALID_PROFILE_TYPE","features":[466]},{"name":"WLAN_REASON_CODE_IN_BLOCKED_LIST","features":[466]},{"name":"WLAN_REASON_CODE_IN_FAILED_LIST","features":[466]},{"name":"WLAN_REASON_CODE_KEY_MISMATCH","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_START_TIMEOUT","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_SUCCESS_TIMEOUT","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_AUTH_WCN_COMPLETED","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_BASE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CANCELLED","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_DISCOVERY","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_MFP_NW_NIC","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_NETWORK","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_NIC","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_AUTH","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_CIPHER","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_SAFE_MODE_NIC","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CAPABILITY_PROFILE_SAFE_MODE_NW","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_CONNECT_BASE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_DOWNGRADE_DETECTED","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_END","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_FORCED_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_GRP_KEY","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_KEY_DATA","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_G1_MISSING_MGMT_GRP_KEY","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_FORMAT","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_START_TIMEOUT","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_KEY_SUCCESS_TIMEOUT","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_M2_MISSING_IE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_M2_MISSING_KEY_DATA","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_GRP_KEY","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_IE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_KEY_DATA","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_MISSING_MGMT_GRP_KEY","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_M3_TOO_MANY_RSNIE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_MAX","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_MIN","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_MIXED_CELL","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_NIC_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_NO_AUTHENTICATOR","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_NO_PAIRWISE_KEY","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PEER_INDICATED_INSECURE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_AUTH_TIMERS_INVALID","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_DUPLICATE_AUTH_CIPHER","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_AUTH_CIPHER","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_GKEY_INTV","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_KEY_INDEX","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_MODE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_SIZE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PMKCACHE_TTL","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PREAUTH_MODE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_INVALID_PREAUTH_THROTTLE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEYMATERIAL_CHAR","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEY_LENGTH","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_KEY_UNMAPPED_CHAR","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_NO_AUTH_CIPHER_SPECIFIED","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_ONEX_DISABLED","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_ONEX_ENABLED","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PASSPHRASE_CHAR","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PREAUTH_ONLY_ENABLED","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PSK_LENGTH","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_PSK_PRESENT","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_RAWDATA_INVALID","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_SAFE_MODE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_TOO_MANY_AUTH_CIPHER_SPECIFIED","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_UNSUPPORTED_AUTH","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_UNSUPPORTED_CIPHER","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PROFILE_WRONG_KEYTYPE","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PR_IE_MATCHING","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_PSK_MISMATCH_SUSPECTED","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_SEC_IE_MATCHING","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_TRANSITION_NETWORK","features":[466]},{"name":"WLAN_REASON_CODE_MSMSEC_UI_REQUEST_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_MSM_BASE","features":[466]},{"name":"WLAN_REASON_CODE_MSM_CONNECT_BASE","features":[466]},{"name":"WLAN_REASON_CODE_MSM_END","features":[466]},{"name":"WLAN_REASON_CODE_MSM_SECURITY_MISSING","features":[466]},{"name":"WLAN_REASON_CODE_NETWORK_NOT_AVAILABLE","features":[466]},{"name":"WLAN_REASON_CODE_NETWORK_NOT_COMPATIBLE","features":[466]},{"name":"WLAN_REASON_CODE_NON_BROADCAST_SET_FOR_ADHOC","features":[466]},{"name":"WLAN_REASON_CODE_NOT_VISIBLE","features":[466]},{"name":"WLAN_REASON_CODE_NO_AUTO_CONNECTION","features":[466]},{"name":"WLAN_REASON_CODE_NO_VISIBLE_AP","features":[466]},{"name":"WLAN_REASON_CODE_OPERATION_MODE_NOT_SUPPORTED","features":[466]},{"name":"WLAN_REASON_CODE_PHY_TYPE_UNMATCH","features":[466]},{"name":"WLAN_REASON_CODE_PRE_SECURITY_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_PROFILE_BASE","features":[466]},{"name":"WLAN_REASON_CODE_PROFILE_CHANGED_OR_DELETED","features":[466]},{"name":"WLAN_REASON_CODE_PROFILE_CONNECT_BASE","features":[466]},{"name":"WLAN_REASON_CODE_PROFILE_END","features":[466]},{"name":"WLAN_REASON_CODE_PROFILE_MISSING","features":[466]},{"name":"WLAN_REASON_CODE_PROFILE_NOT_COMPATIBLE","features":[466]},{"name":"WLAN_REASON_CODE_PROFILE_SSID_INVALID","features":[466]},{"name":"WLAN_REASON_CODE_RANGE_SIZE","features":[466]},{"name":"WLAN_REASON_CODE_RESERVED_BASE","features":[466]},{"name":"WLAN_REASON_CODE_RESERVED_END","features":[466]},{"name":"WLAN_REASON_CODE_ROAMING_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_ROAMING_SECURITY_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_SCAN_CALL_FAIL","features":[466]},{"name":"WLAN_REASON_CODE_SECURITY_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_SECURITY_MISSING","features":[466]},{"name":"WLAN_REASON_CODE_SECURITY_TIMEOUT","features":[466]},{"name":"WLAN_REASON_CODE_SSID_LIST_TOO_LONG","features":[466]},{"name":"WLAN_REASON_CODE_START_SECURITY_FAILURE","features":[466]},{"name":"WLAN_REASON_CODE_SUCCESS","features":[466]},{"name":"WLAN_REASON_CODE_TOO_MANY_SECURITY_ATTEMPTS","features":[466]},{"name":"WLAN_REASON_CODE_TOO_MANY_SSID","features":[466]},{"name":"WLAN_REASON_CODE_UI_REQUEST_TIMEOUT","features":[466]},{"name":"WLAN_REASON_CODE_UNKNOWN","features":[466]},{"name":"WLAN_REASON_CODE_UNSUPPORTED_SECURITY_SET","features":[466]},{"name":"WLAN_REASON_CODE_UNSUPPORTED_SECURITY_SET_BY_OS","features":[466]},{"name":"WLAN_REASON_CODE_USER_CANCELLED","features":[466]},{"name":"WLAN_REASON_CODE_USER_DENIED","features":[466]},{"name":"WLAN_REASON_CODE_USER_NOT_RESPOND","features":[466]},{"name":"WLAN_SECURABLE_OBJECT","features":[466]},{"name":"WLAN_SECURABLE_OBJECT_COUNT","features":[466]},{"name":"WLAN_SECURITY_ATTRIBUTES","features":[305,466]},{"name":"WLAN_SET_EAPHOST_DATA_ALL_USERS","features":[466]},{"name":"WLAN_SET_EAPHOST_FLAGS","features":[466]},{"name":"WLAN_STATISTICS","features":[466]},{"name":"WLAN_UI_API_INITIAL_VERSION","features":[466]},{"name":"WLAN_UI_API_VERSION","features":[466]},{"name":"WLAdvPage","features":[466]},{"name":"WLConnectionPage","features":[466]},{"name":"WLSecurityPage","features":[466]},{"name":"WL_DISPLAY_PAGES","features":[466]},{"name":"WlanAllocateMemory","features":[466]},{"name":"WlanCloseHandle","features":[305,466]},{"name":"WlanConnect","features":[305,320,466]},{"name":"WlanConnect2","features":[305,320,466]},{"name":"WlanDeleteProfile","features":[305,466]},{"name":"WlanDeviceServiceCommand","features":[305,466]},{"name":"WlanDisconnect","features":[305,466]},{"name":"WlanEnumInterfaces","features":[305,466]},{"name":"WlanExtractPsdIEDataList","features":[305,466]},{"name":"WlanFreeMemory","features":[466]},{"name":"WlanGetAvailableNetworkList","features":[305,466]},{"name":"WlanGetAvailableNetworkList2","features":[305,466]},{"name":"WlanGetFilterList","features":[305,466]},{"name":"WlanGetInterfaceCapability","features":[305,466]},{"name":"WlanGetNetworkBssList","features":[305,466]},{"name":"WlanGetProfile","features":[305,466]},{"name":"WlanGetProfileCustomUserData","features":[305,466]},{"name":"WlanGetProfileList","features":[305,466]},{"name":"WlanGetSecuritySettings","features":[305,466]},{"name":"WlanGetSupportedDeviceServices","features":[305,466]},{"name":"WlanHostedNetworkForceStart","features":[305,466]},{"name":"WlanHostedNetworkForceStop","features":[305,466]},{"name":"WlanHostedNetworkInitSettings","features":[305,466]},{"name":"WlanHostedNetworkQueryProperty","features":[305,466]},{"name":"WlanHostedNetworkQuerySecondaryKey","features":[305,466]},{"name":"WlanHostedNetworkQueryStatus","features":[305,466]},{"name":"WlanHostedNetworkRefreshSecuritySettings","features":[305,466]},{"name":"WlanHostedNetworkSetProperty","features":[305,466]},{"name":"WlanHostedNetworkSetSecondaryKey","features":[305,466]},{"name":"WlanHostedNetworkStartUsing","features":[305,466]},{"name":"WlanHostedNetworkStopUsing","features":[305,466]},{"name":"WlanIhvControl","features":[305,466]},{"name":"WlanOpenHandle","features":[305,466]},{"name":"WlanQueryAutoConfigParameter","features":[305,466]},{"name":"WlanQueryInterface","features":[305,466]},{"name":"WlanReasonCodeToString","features":[466]},{"name":"WlanRegisterDeviceServiceNotification","features":[305,466]},{"name":"WlanRegisterNotification","features":[305,466]},{"name":"WlanRegisterVirtualStationNotification","features":[305,466]},{"name":"WlanRenameProfile","features":[305,466]},{"name":"WlanSaveTemporaryProfile","features":[305,466]},{"name":"WlanScan","features":[305,466]},{"name":"WlanSetAutoConfigParameter","features":[305,466]},{"name":"WlanSetFilterList","features":[305,466]},{"name":"WlanSetInterface","features":[305,466]},{"name":"WlanSetProfile","features":[305,466]},{"name":"WlanSetProfileCustomUserData","features":[305,466]},{"name":"WlanSetProfileEapUserData","features":[305,466,467]},{"name":"WlanSetProfileEapXmlUserData","features":[305,466]},{"name":"WlanSetProfileList","features":[305,466]},{"name":"WlanSetProfilePosition","features":[305,466]},{"name":"WlanSetPsdIEDataList","features":[305,466]},{"name":"WlanSetSecuritySettings","features":[305,466]},{"name":"WlanUIEditProfile","features":[305,466]},{"name":"ch_description_type_center_frequency","features":[466]},{"name":"ch_description_type_logical","features":[466]},{"name":"ch_description_type_phy_specific","features":[466]},{"name":"connection_phase_any","features":[466]},{"name":"connection_phase_initial_connection","features":[466]},{"name":"connection_phase_post_l3_connection","features":[466]},{"name":"dot11_AC_param_BE","features":[466]},{"name":"dot11_AC_param_BK","features":[466]},{"name":"dot11_AC_param_VI","features":[466]},{"name":"dot11_AC_param_VO","features":[466]},{"name":"dot11_AC_param_max","features":[466]},{"name":"dot11_ANQP_query_result_access_issues","features":[466]},{"name":"dot11_ANQP_query_result_advertisement_protocol_not_supported_on_remote","features":[466]},{"name":"dot11_ANQP_query_result_advertisement_server_not_responding","features":[466]},{"name":"dot11_ANQP_query_result_failure","features":[466]},{"name":"dot11_ANQP_query_result_gas_protocol_failure","features":[466]},{"name":"dot11_ANQP_query_result_resources","features":[466]},{"name":"dot11_ANQP_query_result_success","features":[466]},{"name":"dot11_ANQP_query_result_timed_out","features":[466]},{"name":"dot11_BSS_type_any","features":[466]},{"name":"dot11_BSS_type_independent","features":[466]},{"name":"dot11_BSS_type_infrastructure","features":[466]},{"name":"dot11_assoc_state_auth_assoc","features":[466]},{"name":"dot11_assoc_state_auth_unassoc","features":[466]},{"name":"dot11_assoc_state_unauth_unassoc","features":[466]},{"name":"dot11_assoc_state_zero","features":[466]},{"name":"dot11_band_2p4g","features":[466]},{"name":"dot11_band_4p9g","features":[466]},{"name":"dot11_band_5g","features":[466]},{"name":"dot11_diversity_support_dynamic","features":[466]},{"name":"dot11_diversity_support_fixedlist","features":[466]},{"name":"dot11_diversity_support_notsupported","features":[466]},{"name":"dot11_diversity_support_unknown","features":[466]},{"name":"dot11_hop_algo_current","features":[466]},{"name":"dot11_hop_algo_hcc","features":[466]},{"name":"dot11_hop_algo_hop_index","features":[466]},{"name":"dot11_key_direction_both","features":[466]},{"name":"dot11_key_direction_inbound","features":[466]},{"name":"dot11_key_direction_outbound","features":[466]},{"name":"dot11_manufacturing_callback_IHV_end","features":[466]},{"name":"dot11_manufacturing_callback_IHV_start","features":[466]},{"name":"dot11_manufacturing_callback_self_test_complete","features":[466]},{"name":"dot11_manufacturing_callback_sleep_complete","features":[466]},{"name":"dot11_manufacturing_callback_unknown","features":[466]},{"name":"dot11_manufacturing_test_IHV_end","features":[466]},{"name":"dot11_manufacturing_test_IHV_start","features":[466]},{"name":"dot11_manufacturing_test_awake","features":[466]},{"name":"dot11_manufacturing_test_query_adc","features":[466]},{"name":"dot11_manufacturing_test_query_data","features":[466]},{"name":"dot11_manufacturing_test_rx","features":[466]},{"name":"dot11_manufacturing_test_self_query_result","features":[466]},{"name":"dot11_manufacturing_test_self_start","features":[466]},{"name":"dot11_manufacturing_test_set_data","features":[466]},{"name":"dot11_manufacturing_test_sleep","features":[466]},{"name":"dot11_manufacturing_test_tx","features":[466]},{"name":"dot11_manufacturing_test_unknown","features":[466]},{"name":"dot11_offload_type_auth","features":[466]},{"name":"dot11_offload_type_wep","features":[466]},{"name":"dot11_phy_type_IHV_end","features":[466]},{"name":"dot11_phy_type_IHV_start","features":[466]},{"name":"dot11_phy_type_any","features":[466]},{"name":"dot11_phy_type_dmg","features":[466]},{"name":"dot11_phy_type_dsss","features":[466]},{"name":"dot11_phy_type_eht","features":[466]},{"name":"dot11_phy_type_erp","features":[466]},{"name":"dot11_phy_type_fhss","features":[466]},{"name":"dot11_phy_type_he","features":[466]},{"name":"dot11_phy_type_hrdsss","features":[466]},{"name":"dot11_phy_type_ht","features":[466]},{"name":"dot11_phy_type_irbaseband","features":[466]},{"name":"dot11_phy_type_ofdm","features":[466]},{"name":"dot11_phy_type_unknown","features":[466]},{"name":"dot11_phy_type_vht","features":[466]},{"name":"dot11_power_mode_active","features":[466]},{"name":"dot11_power_mode_powersave","features":[466]},{"name":"dot11_power_mode_reason_compliant_AP","features":[466]},{"name":"dot11_power_mode_reason_compliant_WFD_device","features":[466]},{"name":"dot11_power_mode_reason_legacy_WFD_device","features":[466]},{"name":"dot11_power_mode_reason_no_change","features":[466]},{"name":"dot11_power_mode_reason_noncompliant_AP","features":[466]},{"name":"dot11_power_mode_reason_others","features":[466]},{"name":"dot11_power_mode_unknown","features":[466]},{"name":"dot11_radio_state_off","features":[466]},{"name":"dot11_radio_state_on","features":[466]},{"name":"dot11_radio_state_unknown","features":[466]},{"name":"dot11_reset_type_mac","features":[466]},{"name":"dot11_reset_type_phy","features":[466]},{"name":"dot11_reset_type_phy_and_mac","features":[466]},{"name":"dot11_scan_type_active","features":[466]},{"name":"dot11_scan_type_auto","features":[466]},{"name":"dot11_scan_type_forced","features":[466]},{"name":"dot11_scan_type_passive","features":[466]},{"name":"dot11_temp_type_1","features":[466]},{"name":"dot11_temp_type_2","features":[466]},{"name":"dot11_temp_type_unknown","features":[466]},{"name":"dot11_update_ie_op_create_replace","features":[466]},{"name":"dot11_update_ie_op_delete","features":[466]},{"name":"dot11_wfd_discover_type_auto","features":[466]},{"name":"dot11_wfd_discover_type_find_only","features":[466]},{"name":"dot11_wfd_discover_type_forced","features":[466]},{"name":"dot11_wfd_discover_type_scan_only","features":[466]},{"name":"dot11_wfd_discover_type_scan_social_channels","features":[466]},{"name":"dot11_wfd_scan_type_active","features":[466]},{"name":"dot11_wfd_scan_type_auto","features":[466]},{"name":"dot11_wfd_scan_type_passive","features":[466]},{"name":"wlan_adhoc_network_state_connected","features":[466]},{"name":"wlan_adhoc_network_state_formed","features":[466]},{"name":"wlan_autoconf_opcode_allow_explicit_creds","features":[466]},{"name":"wlan_autoconf_opcode_allow_virtual_station_extensibility","features":[466]},{"name":"wlan_autoconf_opcode_block_period","features":[466]},{"name":"wlan_autoconf_opcode_end","features":[466]},{"name":"wlan_autoconf_opcode_only_use_gp_profiles_for_allowed_networks","features":[466]},{"name":"wlan_autoconf_opcode_power_setting","features":[466]},{"name":"wlan_autoconf_opcode_show_denied_networks","features":[466]},{"name":"wlan_autoconf_opcode_start","features":[466]},{"name":"wlan_connection_mode_auto","features":[466]},{"name":"wlan_connection_mode_discovery_secure","features":[466]},{"name":"wlan_connection_mode_discovery_unsecure","features":[466]},{"name":"wlan_connection_mode_invalid","features":[466]},{"name":"wlan_connection_mode_profile","features":[466]},{"name":"wlan_connection_mode_temporary_profile","features":[466]},{"name":"wlan_filter_list_type_gp_deny","features":[466]},{"name":"wlan_filter_list_type_gp_permit","features":[466]},{"name":"wlan_filter_list_type_user_deny","features":[466]},{"name":"wlan_filter_list_type_user_permit","features":[466]},{"name":"wlan_hosted_network_active","features":[466]},{"name":"wlan_hosted_network_idle","features":[466]},{"name":"wlan_hosted_network_opcode_connection_settings","features":[466]},{"name":"wlan_hosted_network_opcode_enable","features":[466]},{"name":"wlan_hosted_network_opcode_security_settings","features":[466]},{"name":"wlan_hosted_network_opcode_station_profile","features":[466]},{"name":"wlan_hosted_network_peer_state_authenticated","features":[466]},{"name":"wlan_hosted_network_peer_state_change","features":[466]},{"name":"wlan_hosted_network_peer_state_invalid","features":[466]},{"name":"wlan_hosted_network_radio_state_change","features":[466]},{"name":"wlan_hosted_network_reason_ap_start_failed","features":[466]},{"name":"wlan_hosted_network_reason_bad_parameters","features":[466]},{"name":"wlan_hosted_network_reason_client_abort","features":[466]},{"name":"wlan_hosted_network_reason_crypt_error","features":[466]},{"name":"wlan_hosted_network_reason_device_change","features":[466]},{"name":"wlan_hosted_network_reason_elevation_required","features":[466]},{"name":"wlan_hosted_network_reason_gp_denied","features":[466]},{"name":"wlan_hosted_network_reason_impersonation","features":[466]},{"name":"wlan_hosted_network_reason_incompatible_connection_started","features":[466]},{"name":"wlan_hosted_network_reason_incompatible_connection_stopped","features":[466]},{"name":"wlan_hosted_network_reason_insufficient_resources","features":[466]},{"name":"wlan_hosted_network_reason_interface_available","features":[466]},{"name":"wlan_hosted_network_reason_interface_unavailable","features":[466]},{"name":"wlan_hosted_network_reason_miniport_started","features":[466]},{"name":"wlan_hosted_network_reason_miniport_stopped","features":[466]},{"name":"wlan_hosted_network_reason_peer_arrived","features":[466]},{"name":"wlan_hosted_network_reason_peer_departed","features":[466]},{"name":"wlan_hosted_network_reason_peer_timeout","features":[466]},{"name":"wlan_hosted_network_reason_persistence_failed","features":[466]},{"name":"wlan_hosted_network_reason_properties_change","features":[466]},{"name":"wlan_hosted_network_reason_read_only","features":[466]},{"name":"wlan_hosted_network_reason_service_available_on_virtual_station","features":[466]},{"name":"wlan_hosted_network_reason_service_shutting_down","features":[466]},{"name":"wlan_hosted_network_reason_service_unavailable","features":[466]},{"name":"wlan_hosted_network_reason_stop_before_start","features":[466]},{"name":"wlan_hosted_network_reason_success","features":[466]},{"name":"wlan_hosted_network_reason_unspecified","features":[466]},{"name":"wlan_hosted_network_reason_user_action","features":[466]},{"name":"wlan_hosted_network_reason_virtual_station_blocking_use","features":[466]},{"name":"wlan_hosted_network_state_change","features":[466]},{"name":"wlan_hosted_network_unavailable","features":[466]},{"name":"wlan_ihv_control_type_driver","features":[466]},{"name":"wlan_ihv_control_type_service","features":[466]},{"name":"wlan_interface_state_ad_hoc_network_formed","features":[466]},{"name":"wlan_interface_state_associating","features":[466]},{"name":"wlan_interface_state_authenticating","features":[466]},{"name":"wlan_interface_state_connected","features":[466]},{"name":"wlan_interface_state_disconnected","features":[466]},{"name":"wlan_interface_state_disconnecting","features":[466]},{"name":"wlan_interface_state_discovering","features":[466]},{"name":"wlan_interface_state_not_ready","features":[466]},{"name":"wlan_interface_type_emulated_802_11","features":[466]},{"name":"wlan_interface_type_invalid","features":[466]},{"name":"wlan_interface_type_native_802_11","features":[466]},{"name":"wlan_intf_opcode_autoconf_enabled","features":[466]},{"name":"wlan_intf_opcode_autoconf_end","features":[466]},{"name":"wlan_intf_opcode_autoconf_start","features":[466]},{"name":"wlan_intf_opcode_background_scan_enabled","features":[466]},{"name":"wlan_intf_opcode_bss_type","features":[466]},{"name":"wlan_intf_opcode_certified_safe_mode","features":[466]},{"name":"wlan_intf_opcode_channel_number","features":[466]},{"name":"wlan_intf_opcode_current_connection","features":[466]},{"name":"wlan_intf_opcode_current_operation_mode","features":[466]},{"name":"wlan_intf_opcode_hosted_network_capable","features":[466]},{"name":"wlan_intf_opcode_ihv_end","features":[466]},{"name":"wlan_intf_opcode_ihv_start","features":[466]},{"name":"wlan_intf_opcode_interface_state","features":[466]},{"name":"wlan_intf_opcode_management_frame_protection_capable","features":[466]},{"name":"wlan_intf_opcode_media_streaming_mode","features":[466]},{"name":"wlan_intf_opcode_msm_end","features":[466]},{"name":"wlan_intf_opcode_msm_start","features":[466]},{"name":"wlan_intf_opcode_radio_state","features":[466]},{"name":"wlan_intf_opcode_rssi","features":[466]},{"name":"wlan_intf_opcode_secondary_sta_interfaces","features":[466]},{"name":"wlan_intf_opcode_secondary_sta_synchronized_connections","features":[466]},{"name":"wlan_intf_opcode_security_end","features":[466]},{"name":"wlan_intf_opcode_security_start","features":[466]},{"name":"wlan_intf_opcode_statistics","features":[466]},{"name":"wlan_intf_opcode_supported_adhoc_auth_cipher_pairs","features":[466]},{"name":"wlan_intf_opcode_supported_country_or_region_string_list","features":[466]},{"name":"wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs","features":[466]},{"name":"wlan_intf_opcode_supported_safe_mode","features":[466]},{"name":"wlan_notification_acm_adhoc_network_state_change","features":[466]},{"name":"wlan_notification_acm_autoconf_disabled","features":[466]},{"name":"wlan_notification_acm_autoconf_enabled","features":[466]},{"name":"wlan_notification_acm_background_scan_disabled","features":[466]},{"name":"wlan_notification_acm_background_scan_enabled","features":[466]},{"name":"wlan_notification_acm_bss_type_change","features":[466]},{"name":"wlan_notification_acm_connection_attempt_fail","features":[466]},{"name":"wlan_notification_acm_connection_complete","features":[466]},{"name":"wlan_notification_acm_connection_start","features":[466]},{"name":"wlan_notification_acm_disconnected","features":[466]},{"name":"wlan_notification_acm_disconnecting","features":[466]},{"name":"wlan_notification_acm_end","features":[466]},{"name":"wlan_notification_acm_filter_list_change","features":[466]},{"name":"wlan_notification_acm_interface_arrival","features":[466]},{"name":"wlan_notification_acm_interface_removal","features":[466]},{"name":"wlan_notification_acm_network_available","features":[466]},{"name":"wlan_notification_acm_network_not_available","features":[466]},{"name":"wlan_notification_acm_operational_state_change","features":[466]},{"name":"wlan_notification_acm_power_setting_change","features":[466]},{"name":"wlan_notification_acm_profile_blocked","features":[466]},{"name":"wlan_notification_acm_profile_change","features":[466]},{"name":"wlan_notification_acm_profile_name_change","features":[466]},{"name":"wlan_notification_acm_profile_unblocked","features":[466]},{"name":"wlan_notification_acm_profiles_exhausted","features":[466]},{"name":"wlan_notification_acm_scan_complete","features":[466]},{"name":"wlan_notification_acm_scan_fail","features":[466]},{"name":"wlan_notification_acm_scan_list_refresh","features":[466]},{"name":"wlan_notification_acm_screen_power_change","features":[466]},{"name":"wlan_notification_acm_start","features":[466]},{"name":"wlan_notification_msm_adapter_operation_mode_change","features":[466]},{"name":"wlan_notification_msm_adapter_removal","features":[466]},{"name":"wlan_notification_msm_associated","features":[466]},{"name":"wlan_notification_msm_associating","features":[466]},{"name":"wlan_notification_msm_authenticating","features":[466]},{"name":"wlan_notification_msm_connected","features":[466]},{"name":"wlan_notification_msm_disassociating","features":[466]},{"name":"wlan_notification_msm_disconnected","features":[466]},{"name":"wlan_notification_msm_end","features":[466]},{"name":"wlan_notification_msm_link_degraded","features":[466]},{"name":"wlan_notification_msm_link_improved","features":[466]},{"name":"wlan_notification_msm_peer_join","features":[466]},{"name":"wlan_notification_msm_peer_leave","features":[466]},{"name":"wlan_notification_msm_radio_state_change","features":[466]},{"name":"wlan_notification_msm_roaming_end","features":[466]},{"name":"wlan_notification_msm_roaming_start","features":[466]},{"name":"wlan_notification_msm_signal_quality_change","features":[466]},{"name":"wlan_notification_msm_start","features":[466]},{"name":"wlan_notification_security_end","features":[466]},{"name":"wlan_notification_security_start","features":[466]},{"name":"wlan_opcode_value_type_invalid","features":[466]},{"name":"wlan_opcode_value_type_query_only","features":[466]},{"name":"wlan_opcode_value_type_set_by_group_policy","features":[466]},{"name":"wlan_opcode_value_type_set_by_user","features":[466]},{"name":"wlan_operational_state_going_off","features":[466]},{"name":"wlan_operational_state_going_on","features":[466]},{"name":"wlan_operational_state_off","features":[466]},{"name":"wlan_operational_state_on","features":[466]},{"name":"wlan_operational_state_unknown","features":[466]},{"name":"wlan_power_setting_invalid","features":[466]},{"name":"wlan_power_setting_low_saving","features":[466]},{"name":"wlan_power_setting_maximum_saving","features":[466]},{"name":"wlan_power_setting_medium_saving","features":[466]},{"name":"wlan_power_setting_no_saving","features":[466]},{"name":"wlan_secure_ac_enabled","features":[466]},{"name":"wlan_secure_add_new_all_user_profiles","features":[466]},{"name":"wlan_secure_add_new_per_user_profiles","features":[466]},{"name":"wlan_secure_all_user_profiles_order","features":[466]},{"name":"wlan_secure_bc_scan_enabled","features":[466]},{"name":"wlan_secure_bss_type","features":[466]},{"name":"wlan_secure_current_operation_mode","features":[466]},{"name":"wlan_secure_deny_list","features":[466]},{"name":"wlan_secure_get_plaintext_key","features":[466]},{"name":"wlan_secure_hosted_network_elevated_access","features":[466]},{"name":"wlan_secure_ihv_control","features":[466]},{"name":"wlan_secure_interface_properties","features":[466]},{"name":"wlan_secure_media_streaming_mode_enabled","features":[466]},{"name":"wlan_secure_permit_list","features":[466]},{"name":"wlan_secure_show_denied","features":[466]},{"name":"wlan_secure_virtual_station_extensibility","features":[466]},{"name":"wlan_secure_wfd_elevated_access","features":[466]}],"471":[{"name":"IWCNConnectNotify","features":[469]},{"name":"IWCNDevice","features":[469]},{"name":"PKEY_WCN_DeviceType_Category","features":[305,469]},{"name":"PKEY_WCN_DeviceType_SubCategory","features":[305,469]},{"name":"PKEY_WCN_DeviceType_SubCategoryOUI","features":[305,469]},{"name":"PKEY_WCN_SSID","features":[305,469]},{"name":"SID_WcnProvider","features":[469]},{"name":"WCNDeviceObject","features":[469]},{"name":"WCN_API_MAX_BUFFER_SIZE","features":[469]},{"name":"WCN_ATTRIBUTE_TYPE","features":[469]},{"name":"WCN_E_AUTHENTICATION_FAILED","features":[469]},{"name":"WCN_E_CONNECTION_REJECTED","features":[469]},{"name":"WCN_E_PEER_NOT_FOUND","features":[469]},{"name":"WCN_E_PROTOCOL_ERROR","features":[469]},{"name":"WCN_E_SESSION_TIMEDOUT","features":[469]},{"name":"WCN_FLAG_AUTHENTICATED_VE","features":[469]},{"name":"WCN_FLAG_DISCOVERY_VE","features":[469]},{"name":"WCN_FLAG_ENCRYPTED_VE","features":[469]},{"name":"WCN_MICROSOFT_VENDOR_ID","features":[469]},{"name":"WCN_NO_SUBTYPE","features":[469]},{"name":"WCN_NUM_ATTRIBUTE_TYPES","features":[469]},{"name":"WCN_PASSWORD_TYPE","features":[469]},{"name":"WCN_PASSWORD_TYPE_OOB_SPECIFIED","features":[469]},{"name":"WCN_PASSWORD_TYPE_PIN","features":[469]},{"name":"WCN_PASSWORD_TYPE_PIN_REGISTRAR_SPECIFIED","features":[469]},{"name":"WCN_PASSWORD_TYPE_PUSH_BUTTON","features":[469]},{"name":"WCN_PASSWORD_TYPE_WFDS","features":[469]},{"name":"WCN_QUERY_CONSTRAINT_USE_SOFTAP","features":[469]},{"name":"WCN_SESSION_STATUS","features":[469]},{"name":"WCN_SESSION_STATUS_FAILURE_GENERIC","features":[469]},{"name":"WCN_SESSION_STATUS_FAILURE_TIMEOUT","features":[469]},{"name":"WCN_SESSION_STATUS_SUCCESS","features":[469]},{"name":"WCN_TYPE_802_1X_ENABLED","features":[469]},{"name":"WCN_TYPE_APPLICATION_EXTENSION","features":[469]},{"name":"WCN_TYPE_APPSESSIONKEY","features":[469]},{"name":"WCN_TYPE_AP_CHANNEL","features":[469]},{"name":"WCN_TYPE_AP_SETUP_LOCKED","features":[469]},{"name":"WCN_TYPE_ASSOCIATION_STATE","features":[469]},{"name":"WCN_TYPE_AUTHENTICATION_TYPE","features":[469]},{"name":"WCN_TYPE_AUTHENTICATION_TYPE_FLAGS","features":[469]},{"name":"WCN_TYPE_AUTHENTICATOR","features":[469]},{"name":"WCN_TYPE_AUTHORIZED_MACS","features":[469]},{"name":"WCN_TYPE_BSSID","features":[469]},{"name":"WCN_TYPE_CONFIGURATION_ERROR","features":[469]},{"name":"WCN_TYPE_CONFIG_METHODS","features":[469]},{"name":"WCN_TYPE_CONFIRMATION_URL4","features":[469]},{"name":"WCN_TYPE_CONFIRMATION_URL6","features":[469]},{"name":"WCN_TYPE_CONNECTION_TYPE","features":[469]},{"name":"WCN_TYPE_CONNECTION_TYPE_FLAGS","features":[469]},{"name":"WCN_TYPE_CREDENTIAL","features":[469]},{"name":"WCN_TYPE_CURRENT_SSID","features":[469]},{"name":"WCN_TYPE_DEVICE_NAME","features":[469]},{"name":"WCN_TYPE_DEVICE_PASSWORD_ID","features":[469]},{"name":"WCN_TYPE_DOT11_MAC_ADDRESS","features":[469]},{"name":"WCN_TYPE_EAP_IDENTITY","features":[469]},{"name":"WCN_TYPE_EAP_TYPE","features":[469]},{"name":"WCN_TYPE_ENCRYPTED_SETTINGS","features":[469]},{"name":"WCN_TYPE_ENCRYPTION_TYPE","features":[469]},{"name":"WCN_TYPE_ENCRYPTION_TYPE_FLAGS","features":[469]},{"name":"WCN_TYPE_ENROLLEE_NONCE","features":[469]},{"name":"WCN_TYPE_E_HASH1","features":[469]},{"name":"WCN_TYPE_E_HASH2","features":[469]},{"name":"WCN_TYPE_E_SNONCE1","features":[469]},{"name":"WCN_TYPE_E_SNONCE2","features":[469]},{"name":"WCN_TYPE_FEATURE_ID","features":[469]},{"name":"WCN_TYPE_IDENTITY","features":[469]},{"name":"WCN_TYPE_IDENTITY_PROOF","features":[469]},{"name":"WCN_TYPE_INITIALIZATION_VECTOR","features":[469]},{"name":"WCN_TYPE_KEY_IDENTIFIER","features":[469]},{"name":"WCN_TYPE_KEY_LIFETIME","features":[469]},{"name":"WCN_TYPE_KEY_PROVIDED_AUTOMATICALLY","features":[469]},{"name":"WCN_TYPE_KEY_WRAP_AUTHENTICATOR","features":[469]},{"name":"WCN_TYPE_MAC_ADDRESS","features":[469]},{"name":"WCN_TYPE_MANUFACTURER","features":[469]},{"name":"WCN_TYPE_MESSAGE_COUNTER","features":[469]},{"name":"WCN_TYPE_MESSAGE_TYPE","features":[469]},{"name":"WCN_TYPE_MODEL_NAME","features":[469]},{"name":"WCN_TYPE_MODEL_NUMBER","features":[469]},{"name":"WCN_TYPE_NETWORK_INDEX","features":[469]},{"name":"WCN_TYPE_NETWORK_KEY","features":[469]},{"name":"WCN_TYPE_NETWORK_KEY_INDEX","features":[469]},{"name":"WCN_TYPE_NETWORK_KEY_SHAREABLE","features":[469]},{"name":"WCN_TYPE_NEW_DEVICE_NAME","features":[469]},{"name":"WCN_TYPE_NEW_PASSWORD","features":[469]},{"name":"WCN_TYPE_OOB_DEVICE_PASSWORD","features":[469]},{"name":"WCN_TYPE_OS_VERSION","features":[469]},{"name":"WCN_TYPE_PERMITTED_CONFIG_METHODS","features":[469]},{"name":"WCN_TYPE_PORTABLE_DEVICE","features":[469]},{"name":"WCN_TYPE_POWER_LEVEL","features":[469]},{"name":"WCN_TYPE_PRIMARY_DEVICE_TYPE","features":[469]},{"name":"WCN_TYPE_PRIMARY_DEVICE_TYPE_CATEGORY","features":[469]},{"name":"WCN_TYPE_PRIMARY_DEVICE_TYPE_SUBCATEGORY","features":[469]},{"name":"WCN_TYPE_PRIMARY_DEVICE_TYPE_SUBCATEGORY_OUI","features":[469]},{"name":"WCN_TYPE_PSK_CURRENT","features":[469]},{"name":"WCN_TYPE_PSK_MAX","features":[469]},{"name":"WCN_TYPE_PUBLIC_KEY","features":[469]},{"name":"WCN_TYPE_PUBLIC_KEY_HASH","features":[469]},{"name":"WCN_TYPE_RADIO_ENABLED","features":[469]},{"name":"WCN_TYPE_REBOOT","features":[469]},{"name":"WCN_TYPE_REGISTRAR_CURRENT","features":[469]},{"name":"WCN_TYPE_REGISTRAR_ESTABLISHED","features":[469]},{"name":"WCN_TYPE_REGISTRAR_LIST","features":[469]},{"name":"WCN_TYPE_REGISTRAR_MAX","features":[469]},{"name":"WCN_TYPE_REGISTRAR_NONCE","features":[469]},{"name":"WCN_TYPE_REKEY_KEY","features":[469]},{"name":"WCN_TYPE_REQUESTED_DEVICE_TYPE","features":[469]},{"name":"WCN_TYPE_REQUEST_TO_ENROLL","features":[469]},{"name":"WCN_TYPE_REQUEST_TYPE","features":[469]},{"name":"WCN_TYPE_RESPONSE_TYPE","features":[469]},{"name":"WCN_TYPE_RF_BANDS","features":[469]},{"name":"WCN_TYPE_R_HASH1","features":[469]},{"name":"WCN_TYPE_R_HASH2","features":[469]},{"name":"WCN_TYPE_R_SNONCE1","features":[469]},{"name":"WCN_TYPE_R_SNONCE2","features":[469]},{"name":"WCN_TYPE_SECONDARY_DEVICE_TYPE_LIST","features":[469]},{"name":"WCN_TYPE_SELECTED_REGISTRAR","features":[469]},{"name":"WCN_TYPE_SELECTED_REGISTRAR_CONFIG_METHODS","features":[469]},{"name":"WCN_TYPE_SERIAL_NUMBER","features":[469]},{"name":"WCN_TYPE_SETTINGS_DELAY_TIME","features":[469]},{"name":"WCN_TYPE_SSID","features":[469]},{"name":"WCN_TYPE_TOTAL_NETWORKS","features":[469]},{"name":"WCN_TYPE_UUID","features":[469]},{"name":"WCN_TYPE_UUID_E","features":[469]},{"name":"WCN_TYPE_UUID_R","features":[469]},{"name":"WCN_TYPE_VENDOR_EXTENSION","features":[469]},{"name":"WCN_TYPE_VENDOR_EXTENSION_WFA","features":[469]},{"name":"WCN_TYPE_VERSION","features":[469]},{"name":"WCN_TYPE_VERSION2","features":[469]},{"name":"WCN_TYPE_WEPTRANSMITKEY","features":[469]},{"name":"WCN_TYPE_WI_FI_PROTECTED_SETUP_STATE","features":[469]},{"name":"WCN_TYPE_X_509_CERTIFICATE","features":[469]},{"name":"WCN_TYPE_X_509_CERTIFICATE_REQUEST","features":[469]},{"name":"WCN_VALUE_AS_ASSOCIATION_FAILURE","features":[469]},{"name":"WCN_VALUE_AS_CONFIGURATION_FAILURE","features":[469]},{"name":"WCN_VALUE_AS_CONNECTION_SUCCESS","features":[469]},{"name":"WCN_VALUE_AS_IP_FAILURE","features":[469]},{"name":"WCN_VALUE_AS_NOT_ASSOCIATED","features":[469]},{"name":"WCN_VALUE_AT_OPEN","features":[469]},{"name":"WCN_VALUE_AT_SHARED","features":[469]},{"name":"WCN_VALUE_AT_WPA","features":[469]},{"name":"WCN_VALUE_AT_WPA2","features":[469]},{"name":"WCN_VALUE_AT_WPA2PSK","features":[469]},{"name":"WCN_VALUE_AT_WPAPSK","features":[469]},{"name":"WCN_VALUE_AT_WPAWPA2PSK_MIXED","features":[469]},{"name":"WCN_VALUE_CE_2_4_CHANNEL_NOT_SUPPORTED","features":[469]},{"name":"WCN_VALUE_CE_5_0_CHANNEL_NOT_SUPPORTED","features":[469]},{"name":"WCN_VALUE_CE_COULD_NOT_CONNECT_TO_REGISTRAR","features":[469]},{"name":"WCN_VALUE_CE_DECRYPTION_CRC_FAILURE","features":[469]},{"name":"WCN_VALUE_CE_DEVICE_BUSY","features":[469]},{"name":"WCN_VALUE_CE_DEVICE_PASSWORD_AUTH_FAILURE","features":[469]},{"name":"WCN_VALUE_CE_FAILED_DHCP_CONFIG","features":[469]},{"name":"WCN_VALUE_CE_IP_ADDRESS_CONFLICT","features":[469]},{"name":"WCN_VALUE_CE_MESSAGE_TIMEOUT","features":[469]},{"name":"WCN_VALUE_CE_MULTIPLE_PBC_SESSIONS_DETECTED","features":[469]},{"name":"WCN_VALUE_CE_NETWORK_ASSOCIATION_FAILURE","features":[469]},{"name":"WCN_VALUE_CE_NETWORK_AUTHENTICATION_FAILURE","features":[469]},{"name":"WCN_VALUE_CE_NO_DHCP_RESPONSE","features":[469]},{"name":"WCN_VALUE_CE_NO_ERROR","features":[469]},{"name":"WCN_VALUE_CE_OOB_INTERFACE_READ_ERROR","features":[469]},{"name":"WCN_VALUE_CE_REGISTRATION_SESSION_TIMEOUT","features":[469]},{"name":"WCN_VALUE_CE_ROGUE_ACTIVITY_SUSPECTED","features":[469]},{"name":"WCN_VALUE_CE_SETUP_LOCKED","features":[469]},{"name":"WCN_VALUE_CE_SIGNAL_TOO_WEAK","features":[469]},{"name":"WCN_VALUE_CM_DISPLAY","features":[469]},{"name":"WCN_VALUE_CM_ETHERNET","features":[469]},{"name":"WCN_VALUE_CM_EXTERNAL_NFC","features":[469]},{"name":"WCN_VALUE_CM_INTEGRATED_NFC","features":[469]},{"name":"WCN_VALUE_CM_KEYPAD","features":[469]},{"name":"WCN_VALUE_CM_LABEL","features":[469]},{"name":"WCN_VALUE_CM_NFC_INTERFACE","features":[469]},{"name":"WCN_VALUE_CM_PHYS_DISPLAY","features":[469]},{"name":"WCN_VALUE_CM_PHYS_PUSHBUTTON","features":[469]},{"name":"WCN_VALUE_CM_PUSHBUTTON","features":[469]},{"name":"WCN_VALUE_CM_USBA","features":[469]},{"name":"WCN_VALUE_CM_VIRT_DISPLAY","features":[469]},{"name":"WCN_VALUE_CM_VIRT_PUSHBUTTON","features":[469]},{"name":"WCN_VALUE_CT_ESS","features":[469]},{"name":"WCN_VALUE_CT_IBSS","features":[469]},{"name":"WCN_VALUE_DP_DEFAULT","features":[469]},{"name":"WCN_VALUE_DP_MACHINE_SPECIFIED","features":[469]},{"name":"WCN_VALUE_DP_NFC_CONNECTION_HANDOVER","features":[469]},{"name":"WCN_VALUE_DP_OUTOFBAND_MAX","features":[469]},{"name":"WCN_VALUE_DP_OUTOFBAND_MIN","features":[469]},{"name":"WCN_VALUE_DP_PUSHBUTTON","features":[469]},{"name":"WCN_VALUE_DP_REGISTRAR_SPECIFIED","features":[469]},{"name":"WCN_VALUE_DP_REKEY","features":[469]},{"name":"WCN_VALUE_DP_USER_SPECIFIED","features":[469]},{"name":"WCN_VALUE_DP_WFD_SERVICES","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_AUDIO_DEVICE","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_CAMERA","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_COMPUTER","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_DISPLAY","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_GAMING_DEVICE","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_INPUT_DEVICE","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_MULTIMEDIA_DEVICE","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_NETWORK_INFRASTRUCTURE","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_OTHER","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_PRINTER","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_STORAGE","features":[469]},{"name":"WCN_VALUE_DT_CATEGORY_TELEPHONE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__HEADPHONES","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__HEADSET","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__HOMETHEATER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__MICROPHONE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__PMP","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__SPEAKERS","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_AUDIO_DEVICE__TUNER_RECEIVER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_CAMERA__SECURITY_CAMERA","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_CAMERA__STILL_CAMERA","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_CAMERA__VIDEO_CAMERA","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_CAMERA__WEB_CAMERA","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__DESKTOP","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__MEDIACENTER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__MID","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__NETBOOK","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__NOTEBOOK","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__PC","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__SERVER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_COMPUTER__ULTRAMOBILEPC","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_DISPLAY__MONITOR","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_DISPLAY__PICTURE_FRAME","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_DISPLAY__PROJECTOR","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_DISPLAY__TELEVISION","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_GAMING_DEVICE__CONSOLE_ADAPT","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_GAMING_DEVICE__PLAYSTATION","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_GAMING_DEVICE__PORTABLE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_GAMING_DEVICE__XBOX","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_GAMING_DEVICE__XBOX360","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__BARCODEREADER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__BIOMETRICREADER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__GAMECONTROLLER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__JOYSTICK","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__KEYBOARD","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__MOUSE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__REMOTE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__TOUCHSCREEN","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_INPUT_DEVICE__TRACKBALL","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__DAR","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__MCX","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__MEDIA_SERVER_ADAPT_EXT","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__PVP","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__PVR","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_MULTIMEDIA_DEVICE__SETTOPBOX","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_NETWORK_INFRASTRUCUTURE__AP","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_NETWORK_INFRASTRUCUTURE__BRIDGE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_NETWORK_INFRASTRUCUTURE__GATEWAY","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_NETWORK_INFRASTRUCUTURE__ROUTER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_NETWORK_INFRASTRUCUTURE__SWITCH","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_PRINTER__ALLINONE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_PRINTER__COPIER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_PRINTER__FAX","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_PRINTER__PRINTER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_PRINTER__SCANNER","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_STORAGE__NAS","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_TELEPHONE__PHONE_DUALMODE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_TELEPHONE__PHONE_SINGLEMODE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_TELEPHONE__SMARTPHONE_DUALMODE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_TELEPHONE__SMARTPHONE_SINGLEMODE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_TELEPHONE__WINDOWS_MOBILE","features":[469]},{"name":"WCN_VALUE_DT_SUBTYPE_WIFI_OUI","features":[469]},{"name":"WCN_VALUE_ET_AES","features":[469]},{"name":"WCN_VALUE_ET_NONE","features":[469]},{"name":"WCN_VALUE_ET_TKIP","features":[469]},{"name":"WCN_VALUE_ET_TKIP_AES_MIXED","features":[469]},{"name":"WCN_VALUE_ET_WEP","features":[469]},{"name":"WCN_VALUE_FALSE","features":[469]},{"name":"WCN_VALUE_MT_ACK","features":[469]},{"name":"WCN_VALUE_MT_BEACON","features":[469]},{"name":"WCN_VALUE_MT_DONE","features":[469]},{"name":"WCN_VALUE_MT_M1","features":[469]},{"name":"WCN_VALUE_MT_M2","features":[469]},{"name":"WCN_VALUE_MT_M2D","features":[469]},{"name":"WCN_VALUE_MT_M3","features":[469]},{"name":"WCN_VALUE_MT_M4","features":[469]},{"name":"WCN_VALUE_MT_M5","features":[469]},{"name":"WCN_VALUE_MT_M6","features":[469]},{"name":"WCN_VALUE_MT_M7","features":[469]},{"name":"WCN_VALUE_MT_M8","features":[469]},{"name":"WCN_VALUE_MT_NACK","features":[469]},{"name":"WCN_VALUE_MT_PROBE_REQUEST","features":[469]},{"name":"WCN_VALUE_MT_PROBE_RESPONSE","features":[469]},{"name":"WCN_VALUE_RB_24GHZ","features":[469]},{"name":"WCN_VALUE_RB_50GHZ","features":[469]},{"name":"WCN_VALUE_ReqT_ENROLLEE_INFO","features":[469]},{"name":"WCN_VALUE_ReqT_ENROLLEE_OPEN_1X","features":[469]},{"name":"WCN_VALUE_ReqT_MANAGER_REGISTRAR","features":[469]},{"name":"WCN_VALUE_ReqT_REGISTRAR","features":[469]},{"name":"WCN_VALUE_RspT_AP","features":[469]},{"name":"WCN_VALUE_RspT_ENROLLEE_INFO","features":[469]},{"name":"WCN_VALUE_RspT_ENROLLEE_OPEN_1X","features":[469]},{"name":"WCN_VALUE_RspT_REGISTRAR","features":[469]},{"name":"WCN_VALUE_SS_CONFIGURED","features":[469]},{"name":"WCN_VALUE_SS_NOT_CONFIGURED","features":[469]},{"name":"WCN_VALUE_SS_RESERVED00","features":[469]},{"name":"WCN_VALUE_TRUE","features":[469]},{"name":"WCN_VALUE_TYPE_ASSOCIATION_STATE","features":[469]},{"name":"WCN_VALUE_TYPE_AUTHENTICATION_TYPE","features":[469]},{"name":"WCN_VALUE_TYPE_BOOLEAN","features":[469]},{"name":"WCN_VALUE_TYPE_CONFIGURATION_ERROR","features":[469]},{"name":"WCN_VALUE_TYPE_CONFIG_METHODS","features":[469]},{"name":"WCN_VALUE_TYPE_CONNECTION_TYPE","features":[469]},{"name":"WCN_VALUE_TYPE_DEVICE_PASSWORD_ID","features":[469]},{"name":"WCN_VALUE_TYPE_ENCRYPTION_TYPE","features":[469]},{"name":"WCN_VALUE_TYPE_MESSAGE_TYPE","features":[469]},{"name":"WCN_VALUE_TYPE_PRIMARY_DEVICE_TYPE","features":[469]},{"name":"WCN_VALUE_TYPE_REQUEST_TYPE","features":[469]},{"name":"WCN_VALUE_TYPE_RESPONSE_TYPE","features":[469]},{"name":"WCN_VALUE_TYPE_RF_BANDS","features":[469]},{"name":"WCN_VALUE_TYPE_VERSION","features":[469]},{"name":"WCN_VALUE_TYPE_WI_FI_PROTECTED_SETUP_STATE","features":[469]},{"name":"WCN_VALUE_VERSION_1_0","features":[469]},{"name":"WCN_VALUE_VERSION_2_0","features":[469]},{"name":"WCN_VENDOR_EXTENSION_SPEC","features":[469]}],"472":[{"name":"FreeInterfaceContextTable","features":[305,470]},{"name":"GetInterfaceContextTableForHostName","features":[305,470]},{"name":"NET_INTERFACE_CONTEXT","features":[470]},{"name":"NET_INTERFACE_CONTEXT_TABLE","features":[305,470]},{"name":"NET_INTERFACE_FLAG_CONNECT_IF_NEEDED","features":[470]},{"name":"NET_INTERFACE_FLAG_NONE","features":[470]},{"name":"ONDEMAND_NOTIFICATION_CALLBACK","features":[470]},{"name":"OnDemandGetRoutingHint","features":[470]},{"name":"OnDemandRegisterNotification","features":[305,470]},{"name":"OnDemandUnRegisterNotification","features":[305,470]},{"name":"WCM_API_VERSION","features":[470]},{"name":"WCM_API_VERSION_1_0","features":[470]},{"name":"WCM_BILLING_CYCLE_INFO","features":[305,470]},{"name":"WCM_CONNECTION_COST","features":[470]},{"name":"WCM_CONNECTION_COST_APPROACHINGDATALIMIT","features":[470]},{"name":"WCM_CONNECTION_COST_CONGESTED","features":[470]},{"name":"WCM_CONNECTION_COST_DATA","features":[470]},{"name":"WCM_CONNECTION_COST_FIXED","features":[470]},{"name":"WCM_CONNECTION_COST_OVERDATALIMIT","features":[470]},{"name":"WCM_CONNECTION_COST_ROAMING","features":[470]},{"name":"WCM_CONNECTION_COST_SOURCE","features":[470]},{"name":"WCM_CONNECTION_COST_SOURCE_DEFAULT","features":[470]},{"name":"WCM_CONNECTION_COST_SOURCE_GP","features":[470]},{"name":"WCM_CONNECTION_COST_SOURCE_OPERATOR","features":[470]},{"name":"WCM_CONNECTION_COST_SOURCE_USER","features":[470]},{"name":"WCM_CONNECTION_COST_UNKNOWN","features":[470]},{"name":"WCM_CONNECTION_COST_UNRESTRICTED","features":[470]},{"name":"WCM_CONNECTION_COST_VARIABLE","features":[470]},{"name":"WCM_DATAPLAN_STATUS","features":[305,470]},{"name":"WCM_MAX_PROFILE_NAME","features":[470]},{"name":"WCM_MEDIA_TYPE","features":[470]},{"name":"WCM_POLICY_VALUE","features":[305,470]},{"name":"WCM_PROFILE_INFO","features":[470]},{"name":"WCM_PROFILE_INFO_LIST","features":[470]},{"name":"WCM_PROPERTY","features":[470]},{"name":"WCM_TIME_INTERVAL","features":[470]},{"name":"WCM_UNKNOWN_DATAPLAN_STATUS","features":[470]},{"name":"WCM_USAGE_DATA","features":[305,470]},{"name":"WcmFreeMemory","features":[470]},{"name":"WcmGetProfileList","features":[470]},{"name":"WcmQueryProperty","features":[470]},{"name":"WcmSetProfileList","features":[305,470]},{"name":"WcmSetProperty","features":[470]},{"name":"wcm_global_property_domain_policy","features":[470]},{"name":"wcm_global_property_minimize_policy","features":[470]},{"name":"wcm_global_property_powermanagement_policy","features":[470]},{"name":"wcm_global_property_roaming_policy","features":[470]},{"name":"wcm_intf_property_connection_cost","features":[470]},{"name":"wcm_intf_property_dataplan_status","features":[470]},{"name":"wcm_intf_property_hotspot_profile","features":[470]},{"name":"wcm_media_ethernet","features":[470]},{"name":"wcm_media_invalid","features":[470]},{"name":"wcm_media_max","features":[470]},{"name":"wcm_media_mbn","features":[470]},{"name":"wcm_media_unknown","features":[470]},{"name":"wcm_media_wlan","features":[470]}],"473":[{"name":"DL_ADDRESS_TYPE","features":[322]},{"name":"DlBroadcast","features":[322]},{"name":"DlMulticast","features":[322]},{"name":"DlUnicast","features":[322]},{"name":"FWPM_ACTION0","features":[322]},{"name":"FWPM_ACTRL_ADD","features":[322]},{"name":"FWPM_ACTRL_ADD_LINK","features":[322]},{"name":"FWPM_ACTRL_BEGIN_READ_TXN","features":[322]},{"name":"FWPM_ACTRL_BEGIN_WRITE_TXN","features":[322]},{"name":"FWPM_ACTRL_CLASSIFY","features":[322]},{"name":"FWPM_ACTRL_ENUM","features":[322]},{"name":"FWPM_ACTRL_OPEN","features":[322]},{"name":"FWPM_ACTRL_READ","features":[322]},{"name":"FWPM_ACTRL_READ_STATS","features":[322]},{"name":"FWPM_ACTRL_SUBSCRIBE","features":[322]},{"name":"FWPM_ACTRL_WRITE","features":[322]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT","features":[322]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT_SERVER","features":[322]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_INTERNET_PRIVATE_NETWORK","features":[322]},{"name":"FWPM_APPC_NETWORK_CAPABILITY_TYPE","features":[322]},{"name":"FWPM_AUTO_WEIGHT_BITS","features":[322]},{"name":"FWPM_CALLOUT0","features":[322]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_1","features":[322]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_2","features":[322]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_3","features":[322]},{"name":"FWPM_CALLOUT_BUILT_IN_RESERVED_4","features":[322]},{"name":"FWPM_CALLOUT_CHANGE0","features":[322]},{"name":"FWPM_CALLOUT_CHANGE_CALLBACK0","features":[322]},{"name":"FWPM_CALLOUT_EDGE_TRAVERSAL_ALE_LISTEN_V4","features":[322]},{"name":"FWPM_CALLOUT_EDGE_TRAVERSAL_ALE_RESOURCE_ASSIGNMENT_V4","features":[322]},{"name":"FWPM_CALLOUT_ENUM_TEMPLATE0","features":[322]},{"name":"FWPM_CALLOUT_FLAG_PERSISTENT","features":[322]},{"name":"FWPM_CALLOUT_FLAG_REGISTERED","features":[322]},{"name":"FWPM_CALLOUT_FLAG_USES_PROVIDER_CONTEXT","features":[322]},{"name":"FWPM_CALLOUT_HTTP_TEMPLATE_SSL_HANDSHAKE","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_ALE_CONNECT_V4","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_ALE_CONNECT_V6","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_DOSP_FORWARD_V4","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_DOSP_FORWARD_V6","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_INBOUND_TUNNEL_V4","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_INBOUND_TUNNEL_V6","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_OUTBOUND_TUNNEL_V4","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_FORWARD_OUTBOUND_TUNNEL_V6","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_INITIATE_SECURE_V4","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_INITIATE_SECURE_V6","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V4","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TRANSPORT_V6","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_ALE_ACCEPT_V4","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_ALE_ACCEPT_V6","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_V4","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_INBOUND_TUNNEL_V6","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TRANSPORT_V4","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TRANSPORT_V6","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TUNNEL_V4","features":[322]},{"name":"FWPM_CALLOUT_IPSEC_OUTBOUND_TUNNEL_V6","features":[322]},{"name":"FWPM_CALLOUT_OUTBOUND_NETWORK_CONNECTION_POLICY_LAYER_V4","features":[322]},{"name":"FWPM_CALLOUT_OUTBOUND_NETWORK_CONNECTION_POLICY_LAYER_V6","features":[322]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_CONNECT_LAYER_V4","features":[322]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_CONNECT_LAYER_V6","features":[322]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_RECV_ACCEPT_LAYER_V4","features":[322]},{"name":"FWPM_CALLOUT_POLICY_SILENT_MODE_AUTH_RECV_ACCEPT_LAYER_V6","features":[322]},{"name":"FWPM_CALLOUT_RESERVED_AUTH_CONNECT_LAYER_V4","features":[322]},{"name":"FWPM_CALLOUT_RESERVED_AUTH_CONNECT_LAYER_V6","features":[322]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_CONNECT_LAYER_V4","features":[322]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_CONNECT_LAYER_V6","features":[322]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_RECV_ACCEPT_LAYER_V4","features":[322]},{"name":"FWPM_CALLOUT_SET_OPTIONS_AUTH_RECV_ACCEPT_LAYER_V6","features":[322]},{"name":"FWPM_CALLOUT_SUBSCRIPTION0","features":[322]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_ACCEPT_LAYER_V4","features":[322]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_ACCEPT_LAYER_V6","features":[322]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_CONNECT_LAYER_V4","features":[322]},{"name":"FWPM_CALLOUT_TCP_CHIMNEY_CONNECT_LAYER_V6","features":[322]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_ACCEPT_LAYER_V4","features":[322]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_ACCEPT_LAYER_V6","features":[322]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_CONNECT_LAYER_V4","features":[322]},{"name":"FWPM_CALLOUT_TCP_TEMPLATES_CONNECT_LAYER_V6","features":[322]},{"name":"FWPM_CALLOUT_TEREDO_ALE_LISTEN_V6","features":[322]},{"name":"FWPM_CALLOUT_TEREDO_ALE_RESOURCE_ASSIGNMENT_V6","features":[322]},{"name":"FWPM_CALLOUT_WFP_TRANSPORT_LAYER_V4_SILENT_DROP","features":[322]},{"name":"FWPM_CALLOUT_WFP_TRANSPORT_LAYER_V6_SILENT_DROP","features":[322]},{"name":"FWPM_CHANGE_ADD","features":[322]},{"name":"FWPM_CHANGE_DELETE","features":[322]},{"name":"FWPM_CHANGE_TYPE","features":[322]},{"name":"FWPM_CHANGE_TYPE_MAX","features":[322]},{"name":"FWPM_CLASSIFY_OPTION0","features":[322,309]},{"name":"FWPM_CLASSIFY_OPTIONS0","features":[322,309]},{"name":"FWPM_CLASSIFY_OPTIONS_CONTEXT","features":[322]},{"name":"FWPM_CONDITION_ALE_APP_ID","features":[322]},{"name":"FWPM_CONDITION_ALE_EFFECTIVE_NAME","features":[322]},{"name":"FWPM_CONDITION_ALE_NAP_CONTEXT","features":[322]},{"name":"FWPM_CONDITION_ALE_ORIGINAL_APP_ID","features":[322]},{"name":"FWPM_CONDITION_ALE_PACKAGE_ID","features":[322]},{"name":"FWPM_CONDITION_ALE_PROMISCUOUS_MODE","features":[322]},{"name":"FWPM_CONDITION_ALE_REAUTH_REASON","features":[322]},{"name":"FWPM_CONDITION_ALE_REMOTE_MACHINE_ID","features":[322]},{"name":"FWPM_CONDITION_ALE_REMOTE_USER_ID","features":[322]},{"name":"FWPM_CONDITION_ALE_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[322]},{"name":"FWPM_CONDITION_ALE_SIO_FIREWALL_SYSTEM_PORT","features":[322]},{"name":"FWPM_CONDITION_ALE_USER_ID","features":[322]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_INDEX","features":[322]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_PROFILE_ID","features":[322]},{"name":"FWPM_CONDITION_ARRIVAL_INTERFACE_TYPE","features":[322]},{"name":"FWPM_CONDITION_ARRIVAL_TUNNEL_TYPE","features":[322]},{"name":"FWPM_CONDITION_AUTHENTICATION_TYPE","features":[322]},{"name":"FWPM_CONDITION_CLIENT_CERT_KEY_LENGTH","features":[322]},{"name":"FWPM_CONDITION_CLIENT_CERT_OID","features":[322]},{"name":"FWPM_CONDITION_CLIENT_TOKEN","features":[322]},{"name":"FWPM_CONDITION_COMPARTMENT_ID","features":[322]},{"name":"FWPM_CONDITION_CURRENT_PROFILE_ID","features":[322]},{"name":"FWPM_CONDITION_DCOM_APP_ID","features":[322]},{"name":"FWPM_CONDITION_DESTINATION_INTERFACE_INDEX","features":[322]},{"name":"FWPM_CONDITION_DESTINATION_SUB_INTERFACE_INDEX","features":[322]},{"name":"FWPM_CONDITION_DIRECTION","features":[322]},{"name":"FWPM_CONDITION_EMBEDDED_LOCAL_ADDRESS_TYPE","features":[322]},{"name":"FWPM_CONDITION_EMBEDDED_LOCAL_PORT","features":[322]},{"name":"FWPM_CONDITION_EMBEDDED_PROTOCOL","features":[322]},{"name":"FWPM_CONDITION_EMBEDDED_REMOTE_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_EMBEDDED_REMOTE_PORT","features":[322]},{"name":"FWPM_CONDITION_ETHER_TYPE","features":[322]},{"name":"FWPM_CONDITION_FLAGS","features":[322]},{"name":"FWPM_CONDITION_IMAGE_NAME","features":[322]},{"name":"FWPM_CONDITION_INTERFACE_INDEX","features":[322]},{"name":"FWPM_CONDITION_INTERFACE_MAC_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_INTERFACE_QUARANTINE_EPOCH","features":[322]},{"name":"FWPM_CONDITION_INTERFACE_TYPE","features":[322]},{"name":"FWPM_CONDITION_IPSEC_POLICY_KEY","features":[322]},{"name":"FWPM_CONDITION_IPSEC_SECURITY_REALM_ID","features":[322]},{"name":"FWPM_CONDITION_IP_ARRIVAL_INTERFACE","features":[322]},{"name":"FWPM_CONDITION_IP_DESTINATION_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_IP_DESTINATION_ADDRESS_TYPE","features":[322]},{"name":"FWPM_CONDITION_IP_DESTINATION_PORT","features":[322]},{"name":"FWPM_CONDITION_IP_FORWARD_INTERFACE","features":[322]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_TYPE","features":[322]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_V4","features":[322]},{"name":"FWPM_CONDITION_IP_LOCAL_ADDRESS_V6","features":[322]},{"name":"FWPM_CONDITION_IP_LOCAL_INTERFACE","features":[322]},{"name":"FWPM_CONDITION_IP_LOCAL_PORT","features":[322]},{"name":"FWPM_CONDITION_IP_NEXTHOP_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_IP_NEXTHOP_INTERFACE","features":[322]},{"name":"FWPM_CONDITION_IP_PHYSICAL_ARRIVAL_INTERFACE","features":[322]},{"name":"FWPM_CONDITION_IP_PHYSICAL_NEXTHOP_INTERFACE","features":[322]},{"name":"FWPM_CONDITION_IP_PROTOCOL","features":[322]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS_V4","features":[322]},{"name":"FWPM_CONDITION_IP_REMOTE_ADDRESS_V6","features":[322]},{"name":"FWPM_CONDITION_IP_REMOTE_PORT","features":[322]},{"name":"FWPM_CONDITION_IP_SOURCE_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_IP_SOURCE_PORT","features":[322]},{"name":"FWPM_CONDITION_KM_AUTH_NAP_CONTEXT","features":[322]},{"name":"FWPM_CONDITION_KM_MODE","features":[322]},{"name":"FWPM_CONDITION_KM_TYPE","features":[322]},{"name":"FWPM_CONDITION_L2_FLAGS","features":[322]},{"name":"FWPM_CONDITION_LOCAL_INTERFACE_PROFILE_ID","features":[322]},{"name":"FWPM_CONDITION_MAC_DESTINATION_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_MAC_DESTINATION_ADDRESS_TYPE","features":[322]},{"name":"FWPM_CONDITION_MAC_LOCAL_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_MAC_LOCAL_ADDRESS_TYPE","features":[322]},{"name":"FWPM_CONDITION_MAC_REMOTE_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_MAC_REMOTE_ADDRESS_TYPE","features":[322]},{"name":"FWPM_CONDITION_MAC_SOURCE_ADDRESS","features":[322]},{"name":"FWPM_CONDITION_MAC_SOURCE_ADDRESS_TYPE","features":[322]},{"name":"FWPM_CONDITION_NDIS_MEDIA_TYPE","features":[322]},{"name":"FWPM_CONDITION_NDIS_PHYSICAL_MEDIA_TYPE","features":[322]},{"name":"FWPM_CONDITION_NDIS_PORT","features":[322]},{"name":"FWPM_CONDITION_NET_EVENT_TYPE","features":[322]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_INDEX","features":[322]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_PROFILE_ID","features":[322]},{"name":"FWPM_CONDITION_NEXTHOP_INTERFACE_TYPE","features":[322]},{"name":"FWPM_CONDITION_NEXTHOP_SUB_INTERFACE_INDEX","features":[322]},{"name":"FWPM_CONDITION_NEXTHOP_TUNNEL_TYPE","features":[322]},{"name":"FWPM_CONDITION_ORIGINAL_ICMP_TYPE","features":[322]},{"name":"FWPM_CONDITION_ORIGINAL_PROFILE_ID","features":[322]},{"name":"FWPM_CONDITION_PEER_NAME","features":[322]},{"name":"FWPM_CONDITION_PIPE","features":[322]},{"name":"FWPM_CONDITION_PROCESS_WITH_RPC_IF_UUID","features":[322]},{"name":"FWPM_CONDITION_QM_MODE","features":[322]},{"name":"FWPM_CONDITION_REAUTHORIZE_REASON","features":[322]},{"name":"FWPM_CONDITION_REMOTE_ID","features":[322]},{"name":"FWPM_CONDITION_REMOTE_USER_TOKEN","features":[322]},{"name":"FWPM_CONDITION_RESERVED0","features":[322]},{"name":"FWPM_CONDITION_RESERVED1","features":[322]},{"name":"FWPM_CONDITION_RESERVED10","features":[322]},{"name":"FWPM_CONDITION_RESERVED11","features":[322]},{"name":"FWPM_CONDITION_RESERVED12","features":[322]},{"name":"FWPM_CONDITION_RESERVED13","features":[322]},{"name":"FWPM_CONDITION_RESERVED14","features":[322]},{"name":"FWPM_CONDITION_RESERVED15","features":[322]},{"name":"FWPM_CONDITION_RESERVED2","features":[322]},{"name":"FWPM_CONDITION_RESERVED3","features":[322]},{"name":"FWPM_CONDITION_RESERVED4","features":[322]},{"name":"FWPM_CONDITION_RESERVED5","features":[322]},{"name":"FWPM_CONDITION_RESERVED6","features":[322]},{"name":"FWPM_CONDITION_RESERVED7","features":[322]},{"name":"FWPM_CONDITION_RESERVED8","features":[322]},{"name":"FWPM_CONDITION_RESERVED9","features":[322]},{"name":"FWPM_CONDITION_RPC_AUTH_LEVEL","features":[322]},{"name":"FWPM_CONDITION_RPC_AUTH_TYPE","features":[322]},{"name":"FWPM_CONDITION_RPC_EP_FLAGS","features":[322]},{"name":"FWPM_CONDITION_RPC_EP_VALUE","features":[322]},{"name":"FWPM_CONDITION_RPC_IF_FLAG","features":[322]},{"name":"FWPM_CONDITION_RPC_IF_UUID","features":[322]},{"name":"FWPM_CONDITION_RPC_IF_VERSION","features":[322]},{"name":"FWPM_CONDITION_RPC_PROTOCOL","features":[322]},{"name":"FWPM_CONDITION_RPC_PROXY_AUTH_TYPE","features":[322]},{"name":"FWPM_CONDITION_RPC_SERVER_NAME","features":[322]},{"name":"FWPM_CONDITION_RPC_SERVER_PORT","features":[322]},{"name":"FWPM_CONDITION_SEC_ENCRYPT_ALGORITHM","features":[322]},{"name":"FWPM_CONDITION_SEC_KEY_SIZE","features":[322]},{"name":"FWPM_CONDITION_SOURCE_INTERFACE_INDEX","features":[322]},{"name":"FWPM_CONDITION_SOURCE_SUB_INTERFACE_INDEX","features":[322]},{"name":"FWPM_CONDITION_SUB_INTERFACE_INDEX","features":[322]},{"name":"FWPM_CONDITION_TUNNEL_TYPE","features":[322]},{"name":"FWPM_CONDITION_VLAN_ID","features":[322]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_INTERFACE_ID","features":[322]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_INTERFACE_TYPE","features":[322]},{"name":"FWPM_CONDITION_VSWITCH_DESTINATION_VM_ID","features":[322]},{"name":"FWPM_CONDITION_VSWITCH_ID","features":[322]},{"name":"FWPM_CONDITION_VSWITCH_NETWORK_TYPE","features":[322]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_INTERFACE_ID","features":[322]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_INTERFACE_TYPE","features":[322]},{"name":"FWPM_CONDITION_VSWITCH_SOURCE_VM_ID","features":[322]},{"name":"FWPM_CONDITION_VSWITCH_TENANT_NETWORK_ID","features":[322]},{"name":"FWPM_CONNECTION0","features":[305,322]},{"name":"FWPM_CONNECTION_CALLBACK0","features":[305,322]},{"name":"FWPM_CONNECTION_ENUM_FLAG_QUERY_BYTES_TRANSFERRED","features":[322]},{"name":"FWPM_CONNECTION_ENUM_TEMPLATE0","features":[322]},{"name":"FWPM_CONNECTION_EVENT_ADD","features":[322]},{"name":"FWPM_CONNECTION_EVENT_DELETE","features":[322]},{"name":"FWPM_CONNECTION_EVENT_MAX","features":[322]},{"name":"FWPM_CONNECTION_EVENT_TYPE","features":[322]},{"name":"FWPM_CONNECTION_SUBSCRIPTION0","features":[322]},{"name":"FWPM_DISPLAY_DATA0","features":[322]},{"name":"FWPM_DYNAMIC_KEYWORD_CALLBACK0","features":[322]},{"name":"FWPM_ENGINE_COLLECT_NET_EVENTS","features":[322]},{"name":"FWPM_ENGINE_MONITOR_IPSEC_CONNECTIONS","features":[322]},{"name":"FWPM_ENGINE_NAME_CACHE","features":[322]},{"name":"FWPM_ENGINE_NET_EVENT_MATCH_ANY_KEYWORDS","features":[322]},{"name":"FWPM_ENGINE_OPTION","features":[322]},{"name":"FWPM_ENGINE_OPTION_MAX","features":[322]},{"name":"FWPM_ENGINE_OPTION_PACKET_BATCH_INBOUND","features":[322]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_FORWARD","features":[322]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_INBOUND","features":[322]},{"name":"FWPM_ENGINE_OPTION_PACKET_QUEUE_NONE","features":[322]},{"name":"FWPM_ENGINE_PACKET_QUEUING","features":[322]},{"name":"FWPM_ENGINE_TXN_WATCHDOG_TIMEOUT_IN_MSEC","features":[322]},{"name":"FWPM_FIELD0","features":[322]},{"name":"FWPM_FIELD_FLAGS","features":[322]},{"name":"FWPM_FIELD_IP_ADDRESS","features":[322]},{"name":"FWPM_FIELD_RAW_DATA","features":[322]},{"name":"FWPM_FIELD_TYPE","features":[322]},{"name":"FWPM_FIELD_TYPE_MAX","features":[322]},{"name":"FWPM_FILTER0","features":[322,309]},{"name":"FWPM_FILTER_CHANGE0","features":[322]},{"name":"FWPM_FILTER_CHANGE_CALLBACK0","features":[322]},{"name":"FWPM_FILTER_CONDITION0","features":[322,309]},{"name":"FWPM_FILTER_ENUM_TEMPLATE0","features":[322,309]},{"name":"FWPM_FILTER_FLAGS","features":[322]},{"name":"FWPM_FILTER_FLAG_BOOTTIME","features":[322]},{"name":"FWPM_FILTER_FLAG_CLEAR_ACTION_RIGHT","features":[322]},{"name":"FWPM_FILTER_FLAG_DISABLED","features":[322]},{"name":"FWPM_FILTER_FLAG_GAMEOS_ONLY","features":[322]},{"name":"FWPM_FILTER_FLAG_HAS_PROVIDER_CONTEXT","features":[322]},{"name":"FWPM_FILTER_FLAG_HAS_SECURITY_REALM_PROVIDER_CONTEXT","features":[322]},{"name":"FWPM_FILTER_FLAG_INDEXED","features":[322]},{"name":"FWPM_FILTER_FLAG_IPSEC_NO_ACQUIRE_INITIATE","features":[322]},{"name":"FWPM_FILTER_FLAG_NONE","features":[322]},{"name":"FWPM_FILTER_FLAG_PERMIT_IF_CALLOUT_UNREGISTERED","features":[322]},{"name":"FWPM_FILTER_FLAG_PERSISTENT","features":[322]},{"name":"FWPM_FILTER_FLAG_RESERVED0","features":[322]},{"name":"FWPM_FILTER_FLAG_RESERVED1","features":[322]},{"name":"FWPM_FILTER_FLAG_SILENT_MODE","features":[322]},{"name":"FWPM_FILTER_FLAG_SYSTEMOS_ONLY","features":[322]},{"name":"FWPM_FILTER_SUBSCRIPTION0","features":[322,309]},{"name":"FWPM_GENERAL_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_AUTHIP_MM_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_AUTHIP_QM_TRANSPORT_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_AUTHIP_QM_TUNNEL_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_DOSP_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_IKEV2_MM_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_IKEV2_QM_TRANSPORT_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_IKEV2_QM_TUNNEL_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_IKE_MM_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_IKE_QM_TRANSPORT_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_IKE_QM_TUNNEL_CONTEXT","features":[322]},{"name":"FWPM_IPSEC_KEYING_CONTEXT","features":[322]},{"name":"FWPM_KEYING_MODULE_AUTHIP","features":[322]},{"name":"FWPM_KEYING_MODULE_IKE","features":[322]},{"name":"FWPM_KEYING_MODULE_IKEV2","features":[322]},{"name":"FWPM_LAYER0","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V4","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V6","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_CONNECT_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V4","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V6","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_LISTEN_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V4","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V6","features":[322]},{"name":"FWPM_LAYER_ALE_AUTH_RECV_ACCEPT_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_ALE_BIND_REDIRECT_V4","features":[322]},{"name":"FWPM_LAYER_ALE_BIND_REDIRECT_V6","features":[322]},{"name":"FWPM_LAYER_ALE_CONNECT_REDIRECT_V4","features":[322]},{"name":"FWPM_LAYER_ALE_CONNECT_REDIRECT_V6","features":[322]},{"name":"FWPM_LAYER_ALE_ENDPOINT_CLOSURE_V4","features":[322]},{"name":"FWPM_LAYER_ALE_ENDPOINT_CLOSURE_V6","features":[322]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V4","features":[322]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V6","features":[322]},{"name":"FWPM_LAYER_ALE_FLOW_ESTABLISHED_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V4","features":[322]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V6","features":[322]},{"name":"FWPM_LAYER_ALE_RESOURCE_ASSIGNMENT_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_ALE_RESOURCE_RELEASE_V4","features":[322]},{"name":"FWPM_LAYER_ALE_RESOURCE_RELEASE_V6","features":[322]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V4","features":[322]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V6","features":[322]},{"name":"FWPM_LAYER_DATAGRAM_DATA_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_ETHERNET","features":[322]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_TRANSPORT_V4","features":[322]},{"name":"FWPM_LAYER_EGRESS_VSWITCH_TRANSPORT_V6","features":[322]},{"name":"FWPM_LAYER_ENUM_TEMPLATE0","features":[322]},{"name":"FWPM_LAYER_FLAG_BUFFERED","features":[322]},{"name":"FWPM_LAYER_FLAG_BUILTIN","features":[322]},{"name":"FWPM_LAYER_FLAG_CLASSIFY_MOSTLY","features":[322]},{"name":"FWPM_LAYER_FLAG_KERNEL","features":[322]},{"name":"FWPM_LAYER_IKEEXT_V4","features":[322]},{"name":"FWPM_LAYER_IKEEXT_V6","features":[322]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V4","features":[322]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V6","features":[322]},{"name":"FWPM_LAYER_INBOUND_ICMP_ERROR_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V4","features":[322]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V6","features":[322]},{"name":"FWPM_LAYER_INBOUND_IPPACKET_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_ETHERNET","features":[322]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_NATIVE","features":[322]},{"name":"FWPM_LAYER_INBOUND_MAC_FRAME_NATIVE_FAST","features":[322]},{"name":"FWPM_LAYER_INBOUND_RESERVED2","features":[322]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_FAST","features":[322]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V4","features":[322]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V6","features":[322]},{"name":"FWPM_LAYER_INBOUND_TRANSPORT_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_ETHERNET","features":[322]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_TRANSPORT_V4","features":[322]},{"name":"FWPM_LAYER_INGRESS_VSWITCH_TRANSPORT_V6","features":[322]},{"name":"FWPM_LAYER_IPFORWARD_V4","features":[322]},{"name":"FWPM_LAYER_IPFORWARD_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_IPFORWARD_V6","features":[322]},{"name":"FWPM_LAYER_IPFORWARD_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_IPSEC_KM_DEMUX_V4","features":[322]},{"name":"FWPM_LAYER_IPSEC_KM_DEMUX_V6","features":[322]},{"name":"FWPM_LAYER_IPSEC_V4","features":[322]},{"name":"FWPM_LAYER_IPSEC_V6","features":[322]},{"name":"FWPM_LAYER_KM_AUTHORIZATION","features":[322]},{"name":"FWPM_LAYER_NAME_RESOLUTION_CACHE_V4","features":[322]},{"name":"FWPM_LAYER_NAME_RESOLUTION_CACHE_V6","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V4","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V6","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_ICMP_ERROR_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V4","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V6","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_IPPACKET_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_ETHERNET","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_NATIVE","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_MAC_FRAME_NATIVE_FAST","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_NETWORK_CONNECTION_POLICY_V4","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_NETWORK_CONNECTION_POLICY_V6","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_FAST","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V4","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V6","features":[322]},{"name":"FWPM_LAYER_OUTBOUND_TRANSPORT_V6_DISCARD","features":[322]},{"name":"FWPM_LAYER_RPC_EPMAP","features":[322]},{"name":"FWPM_LAYER_RPC_EP_ADD","features":[322]},{"name":"FWPM_LAYER_RPC_PROXY_CONN","features":[322]},{"name":"FWPM_LAYER_RPC_PROXY_IF","features":[322]},{"name":"FWPM_LAYER_RPC_UM","features":[322]},{"name":"FWPM_LAYER_STATISTICS0","features":[322]},{"name":"FWPM_LAYER_STREAM_PACKET_V4","features":[322]},{"name":"FWPM_LAYER_STREAM_PACKET_V6","features":[322]},{"name":"FWPM_LAYER_STREAM_V4","features":[322]},{"name":"FWPM_LAYER_STREAM_V4_DISCARD","features":[322]},{"name":"FWPM_LAYER_STREAM_V6","features":[322]},{"name":"FWPM_LAYER_STREAM_V6_DISCARD","features":[322]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_CONTEXT","features":[322]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_SETTING0","features":[322,309]},{"name":"FWPM_NETWORK_CONNECTION_POLICY_SETTINGS0","features":[322,309]},{"name":"FWPM_NET_EVENT0","features":[305,322,309]},{"name":"FWPM_NET_EVENT1","features":[305,322,309]},{"name":"FWPM_NET_EVENT2","features":[305,322,309]},{"name":"FWPM_NET_EVENT3","features":[305,322,309]},{"name":"FWPM_NET_EVENT4","features":[305,322,309]},{"name":"FWPM_NET_EVENT5","features":[305,322,309]},{"name":"FWPM_NET_EVENT_CALLBACK0","features":[305,322,309]},{"name":"FWPM_NET_EVENT_CALLBACK1","features":[305,322,309]},{"name":"FWPM_NET_EVENT_CALLBACK2","features":[305,322,309]},{"name":"FWPM_NET_EVENT_CALLBACK3","features":[305,322,309]},{"name":"FWPM_NET_EVENT_CALLBACK4","features":[305,322,309]},{"name":"FWPM_NET_EVENT_CAPABILITY_ALLOW0","features":[305,322]},{"name":"FWPM_NET_EVENT_CAPABILITY_DROP0","features":[305,322]},{"name":"FWPM_NET_EVENT_CLASSIFY_ALLOW0","features":[305,322]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP0","features":[322]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP1","features":[305,322]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP2","features":[305,322]},{"name":"FWPM_NET_EVENT_CLASSIFY_DROP_MAC0","features":[305,322]},{"name":"FWPM_NET_EVENT_ENUM_TEMPLATE0","features":[305,322,309]},{"name":"FWPM_NET_EVENT_FLAG_APP_ID_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_EFFECTIVE_NAME_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_ENTERPRISE_ID_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_IP_PROTOCOL_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_IP_VERSION_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_LOCAL_ADDR_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_LOCAL_PORT_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_PACKAGE_ID_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_POLICY_FLAGS_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_REAUTH_REASON_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_REMOTE_ADDR_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_REMOTE_PORT_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_SCOPE_ID_SET","features":[322]},{"name":"FWPM_NET_EVENT_FLAG_USER_ID_SET","features":[322]},{"name":"FWPM_NET_EVENT_HEADER0","features":[305,322,309]},{"name":"FWPM_NET_EVENT_HEADER1","features":[305,322,309]},{"name":"FWPM_NET_EVENT_HEADER2","features":[305,322,309]},{"name":"FWPM_NET_EVENT_HEADER3","features":[305,322,309]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE0","features":[322]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE1","features":[322]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE_FLAG_BENIGN","features":[322]},{"name":"FWPM_NET_EVENT_IKEEXT_EM_FAILURE_FLAG_MULTIPLE","features":[322]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE0","features":[322]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE1","features":[322]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE2","features":[322]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE_FLAG_BENIGN","features":[322]},{"name":"FWPM_NET_EVENT_IKEEXT_MM_FAILURE_FLAG_MULTIPLE","features":[322]},{"name":"FWPM_NET_EVENT_IKEEXT_QM_FAILURE0","features":[322,309]},{"name":"FWPM_NET_EVENT_IKEEXT_QM_FAILURE1","features":[322,309]},{"name":"FWPM_NET_EVENT_IPSEC_DOSP_DROP0","features":[322]},{"name":"FWPM_NET_EVENT_IPSEC_KERNEL_DROP0","features":[322]},{"name":"FWPM_NET_EVENT_KEYWORD_CAPABILITY_ALLOW","features":[322]},{"name":"FWPM_NET_EVENT_KEYWORD_CAPABILITY_DROP","features":[322]},{"name":"FWPM_NET_EVENT_KEYWORD_CLASSIFY_ALLOW","features":[322]},{"name":"FWPM_NET_EVENT_KEYWORD_INBOUND_BCAST","features":[322]},{"name":"FWPM_NET_EVENT_KEYWORD_INBOUND_MCAST","features":[322]},{"name":"FWPM_NET_EVENT_KEYWORD_PORT_SCANNING_DROP","features":[322]},{"name":"FWPM_NET_EVENT_LPM_PACKET_ARRIVAL0","features":[322]},{"name":"FWPM_NET_EVENT_SUBSCRIPTION0","features":[305,322,309]},{"name":"FWPM_NET_EVENT_TYPE","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_CAPABILITY_ALLOW","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_CAPABILITY_DROP","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_ALLOW","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_DROP","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_CLASSIFY_DROP_MAC","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_EM_FAILURE","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_MM_FAILURE","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_IKEEXT_QM_FAILURE","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_IPSEC_DOSP_DROP","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_IPSEC_KERNEL_DROP","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_LPM_PACKET_ARRIVAL","features":[322]},{"name":"FWPM_NET_EVENT_TYPE_MAX","features":[322]},{"name":"FWPM_PROVIDER0","features":[322]},{"name":"FWPM_PROVIDER_CHANGE0","features":[322]},{"name":"FWPM_PROVIDER_CHANGE_CALLBACK0","features":[322]},{"name":"FWPM_PROVIDER_CONTEXT0","features":[322,309]},{"name":"FWPM_PROVIDER_CONTEXT1","features":[322,309]},{"name":"FWPM_PROVIDER_CONTEXT2","features":[322,309]},{"name":"FWPM_PROVIDER_CONTEXT3","features":[322,309]},{"name":"FWPM_PROVIDER_CONTEXT_CHANGE0","features":[322]},{"name":"FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0","features":[322]},{"name":"FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0","features":[322]},{"name":"FWPM_PROVIDER_CONTEXT_FLAG_DOWNLEVEL","features":[322]},{"name":"FWPM_PROVIDER_CONTEXT_FLAG_PERSISTENT","features":[322]},{"name":"FWPM_PROVIDER_CONTEXT_SECURE_SOCKET_AUTHIP","features":[322]},{"name":"FWPM_PROVIDER_CONTEXT_SECURE_SOCKET_IPSEC","features":[322]},{"name":"FWPM_PROVIDER_CONTEXT_SUBSCRIPTION0","features":[322]},{"name":"FWPM_PROVIDER_CONTEXT_TYPE","features":[322]},{"name":"FWPM_PROVIDER_CONTEXT_TYPE_MAX","features":[322]},{"name":"FWPM_PROVIDER_ENUM_TEMPLATE0","features":[322]},{"name":"FWPM_PROVIDER_FLAG_DISABLED","features":[322]},{"name":"FWPM_PROVIDER_FLAG_PERSISTENT","features":[322]},{"name":"FWPM_PROVIDER_IKEEXT","features":[322]},{"name":"FWPM_PROVIDER_IPSEC_DOSP_CONFIG","features":[322]},{"name":"FWPM_PROVIDER_MPSSVC_APP_ISOLATION","features":[322]},{"name":"FWPM_PROVIDER_MPSSVC_EDP","features":[322]},{"name":"FWPM_PROVIDER_MPSSVC_TENANT_RESTRICTIONS","features":[322]},{"name":"FWPM_PROVIDER_MPSSVC_WF","features":[322]},{"name":"FWPM_PROVIDER_MPSSVC_WSH","features":[322]},{"name":"FWPM_PROVIDER_SUBSCRIPTION0","features":[322]},{"name":"FWPM_PROVIDER_TCP_CHIMNEY_OFFLOAD","features":[322]},{"name":"FWPM_PROVIDER_TCP_TEMPLATES","features":[322]},{"name":"FWPM_SERVICE_RUNNING","features":[322]},{"name":"FWPM_SERVICE_START_PENDING","features":[322]},{"name":"FWPM_SERVICE_STATE","features":[322]},{"name":"FWPM_SERVICE_STATE_MAX","features":[322]},{"name":"FWPM_SERVICE_STOPPED","features":[322]},{"name":"FWPM_SERVICE_STOP_PENDING","features":[322]},{"name":"FWPM_SESSION0","features":[305,322,309]},{"name":"FWPM_SESSION_ENUM_TEMPLATE0","features":[322]},{"name":"FWPM_SESSION_FLAG_DYNAMIC","features":[322]},{"name":"FWPM_SESSION_FLAG_RESERVED","features":[322]},{"name":"FWPM_STATISTICS0","features":[322]},{"name":"FWPM_SUBLAYER0","features":[322]},{"name":"FWPM_SUBLAYER_CHANGE0","features":[322]},{"name":"FWPM_SUBLAYER_CHANGE_CALLBACK0","features":[322]},{"name":"FWPM_SUBLAYER_ENUM_TEMPLATE0","features":[322]},{"name":"FWPM_SUBLAYER_FLAG_PERSISTENT","features":[322]},{"name":"FWPM_SUBLAYER_INSPECTION","features":[322]},{"name":"FWPM_SUBLAYER_IPSEC_DOSP","features":[322]},{"name":"FWPM_SUBLAYER_IPSEC_FORWARD_OUTBOUND_TUNNEL","features":[322]},{"name":"FWPM_SUBLAYER_IPSEC_SECURITY_REALM","features":[322]},{"name":"FWPM_SUBLAYER_IPSEC_TUNNEL","features":[322]},{"name":"FWPM_SUBLAYER_LIPS","features":[322]},{"name":"FWPM_SUBLAYER_MPSSVC_APP_ISOLATION","features":[322]},{"name":"FWPM_SUBLAYER_MPSSVC_EDP","features":[322]},{"name":"FWPM_SUBLAYER_MPSSVC_QUARANTINE","features":[322]},{"name":"FWPM_SUBLAYER_MPSSVC_TENANT_RESTRICTIONS","features":[322]},{"name":"FWPM_SUBLAYER_MPSSVC_WF","features":[322]},{"name":"FWPM_SUBLAYER_MPSSVC_WSH","features":[322]},{"name":"FWPM_SUBLAYER_RPC_AUDIT","features":[322]},{"name":"FWPM_SUBLAYER_SECURE_SOCKET","features":[322]},{"name":"FWPM_SUBLAYER_SUBSCRIPTION0","features":[322]},{"name":"FWPM_SUBLAYER_TCP_CHIMNEY_OFFLOAD","features":[322]},{"name":"FWPM_SUBLAYER_TCP_TEMPLATES","features":[322]},{"name":"FWPM_SUBLAYER_TEREDO","features":[322]},{"name":"FWPM_SUBLAYER_UNIVERSAL","features":[322]},{"name":"FWPM_SUBSCRIPTION_FLAGS","features":[322]},{"name":"FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD","features":[322]},{"name":"FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE","features":[322]},{"name":"FWPM_SYSTEM_PORTS0","features":[322]},{"name":"FWPM_SYSTEM_PORTS_BY_TYPE0","features":[322]},{"name":"FWPM_SYSTEM_PORTS_CALLBACK0","features":[322]},{"name":"FWPM_SYSTEM_PORT_IPHTTPS_IN","features":[322]},{"name":"FWPM_SYSTEM_PORT_IPHTTPS_OUT","features":[322]},{"name":"FWPM_SYSTEM_PORT_RPC_EPMAP","features":[322]},{"name":"FWPM_SYSTEM_PORT_TEREDO","features":[322]},{"name":"FWPM_SYSTEM_PORT_TYPE","features":[322]},{"name":"FWPM_SYSTEM_PORT_TYPE_MAX","features":[322]},{"name":"FWPM_TUNNEL_FLAG_ENABLE_VIRTUAL_IF_TUNNELING","features":[322]},{"name":"FWPM_TUNNEL_FLAG_POINT_TO_POINT","features":[322]},{"name":"FWPM_TUNNEL_FLAG_RESERVED0","features":[322]},{"name":"FWPM_TXN_READ_ONLY","features":[322]},{"name":"FWPM_VSWITCH_EVENT0","features":[305,322]},{"name":"FWPM_VSWITCH_EVENT_CALLBACK0","features":[305,322]},{"name":"FWPM_VSWITCH_EVENT_DISABLED_FOR_INSPECTION","features":[322]},{"name":"FWPM_VSWITCH_EVENT_ENABLED_FOR_INSPECTION","features":[322]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ADD_TO_INCOMPLETE_LAYER","features":[322]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ENGINE_NOT_IN_REQUIRED_POSITION","features":[322]},{"name":"FWPM_VSWITCH_EVENT_FILTER_ENGINE_REORDER","features":[322]},{"name":"FWPM_VSWITCH_EVENT_MAX","features":[322]},{"name":"FWPM_VSWITCH_EVENT_SUBSCRIPTION0","features":[322]},{"name":"FWPM_VSWITCH_EVENT_TYPE","features":[322]},{"name":"FWPM_WEIGHT_RANGE_IKE_EXEMPTIONS","features":[322]},{"name":"FWPM_WEIGHT_RANGE_IPSEC","features":[322]},{"name":"FWPS_ALE_ENDPOINT_FLAG_IPSEC_SECURED","features":[322]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ABSORB","features":[322]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ALE_FAST_CACHE_CHECK","features":[322]},{"name":"FWPS_CLASSIFY_OUT_FLAG_ALE_FAST_CACHE_POSSIBLE","features":[322]},{"name":"FWPS_CLASSIFY_OUT_FLAG_BUFFER_LIMIT_REACHED","features":[322]},{"name":"FWPS_CLASSIFY_OUT_FLAG_NO_MORE_DATA","features":[322]},{"name":"FWPS_FILTER_FLAG_CLEAR_ACTION_RIGHT","features":[322]},{"name":"FWPS_FILTER_FLAG_HAS_SECURITY_REALM_PROVIDER_CONTEXT","features":[322]},{"name":"FWPS_FILTER_FLAG_IPSEC_NO_ACQUIRE_INITIATE","features":[322]},{"name":"FWPS_FILTER_FLAG_OR_CONDITIONS","features":[322]},{"name":"FWPS_FILTER_FLAG_PERMIT_IF_CALLOUT_UNREGISTERED","features":[322]},{"name":"FWPS_FILTER_FLAG_RESERVED0","features":[322]},{"name":"FWPS_FILTER_FLAG_RESERVED1","features":[322]},{"name":"FWPS_FILTER_FLAG_SILENT_MODE","features":[322]},{"name":"FWPS_INCOMING_FLAG_ABSORB","features":[322]},{"name":"FWPS_INCOMING_FLAG_CACHE_SAFE","features":[322]},{"name":"FWPS_INCOMING_FLAG_CONNECTION_FAILING_INDICATION","features":[322]},{"name":"FWPS_INCOMING_FLAG_ENFORCE_QUERY","features":[322]},{"name":"FWPS_INCOMING_FLAG_IS_LOCAL_ONLY_FLOW","features":[322]},{"name":"FWPS_INCOMING_FLAG_IS_LOOSE_SOURCE_FLOW","features":[322]},{"name":"FWPS_INCOMING_FLAG_MID_STREAM_INSPECTION","features":[322]},{"name":"FWPS_INCOMING_FLAG_RECLASSIFY","features":[322]},{"name":"FWPS_INCOMING_FLAG_RESERVED0","features":[322]},{"name":"FWPS_L2_INCOMING_FLAG_IS_RAW_IPV4_FRAMING","features":[322]},{"name":"FWPS_L2_INCOMING_FLAG_IS_RAW_IPV6_FRAMING","features":[322]},{"name":"FWPS_L2_INCOMING_FLAG_RECLASSIFY_MULTI_DESTINATION","features":[322]},{"name":"FWPS_L2_METADATA_FIELD_ETHERNET_MAC_HEADER_SIZE","features":[322]},{"name":"FWPS_L2_METADATA_FIELD_RESERVED","features":[322]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_DESTINATION_PORT_ID","features":[322]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_PACKET_CONTEXT","features":[322]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_SOURCE_NIC_INDEX","features":[322]},{"name":"FWPS_L2_METADATA_FIELD_VSWITCH_SOURCE_PORT_ID","features":[322]},{"name":"FWPS_L2_METADATA_FIELD_WIFI_OPERATION_MODE","features":[322]},{"name":"FWPS_METADATA_FIELD_ALE_CLASSIFY_REQUIRED","features":[322]},{"name":"FWPS_METADATA_FIELD_COMPARTMENT_ID","features":[322]},{"name":"FWPS_METADATA_FIELD_COMPLETION_HANDLE","features":[322]},{"name":"FWPS_METADATA_FIELD_DESTINATION_INTERFACE_INDEX","features":[322]},{"name":"FWPS_METADATA_FIELD_DESTINATION_PREFIX","features":[322]},{"name":"FWPS_METADATA_FIELD_DISCARD_REASON","features":[322]},{"name":"FWPS_METADATA_FIELD_ETHER_FRAME_LENGTH","features":[322]},{"name":"FWPS_METADATA_FIELD_FLOW_HANDLE","features":[322]},{"name":"FWPS_METADATA_FIELD_FORWARD_LAYER_INBOUND_PASS_THRU","features":[322]},{"name":"FWPS_METADATA_FIELD_FORWARD_LAYER_OUTBOUND_PASS_THRU","features":[322]},{"name":"FWPS_METADATA_FIELD_FRAGMENT_DATA","features":[322]},{"name":"FWPS_METADATA_FIELD_ICMP_ID_AND_SEQUENCE","features":[322]},{"name":"FWPS_METADATA_FIELD_IP_HEADER_SIZE","features":[322]},{"name":"FWPS_METADATA_FIELD_LOCAL_REDIRECT_TARGET_PID","features":[322]},{"name":"FWPS_METADATA_FIELD_ORIGINAL_DESTINATION","features":[322]},{"name":"FWPS_METADATA_FIELD_PACKET_DIRECTION","features":[322]},{"name":"FWPS_METADATA_FIELD_PACKET_SYSTEM_CRITICAL","features":[322]},{"name":"FWPS_METADATA_FIELD_PARENT_ENDPOINT_HANDLE","features":[322]},{"name":"FWPS_METADATA_FIELD_PATH_MTU","features":[322]},{"name":"FWPS_METADATA_FIELD_PROCESS_ID","features":[322]},{"name":"FWPS_METADATA_FIELD_PROCESS_PATH","features":[322]},{"name":"FWPS_METADATA_FIELD_REDIRECT_RECORD_HANDLE","features":[322]},{"name":"FWPS_METADATA_FIELD_REMOTE_SCOPE_ID","features":[322]},{"name":"FWPS_METADATA_FIELD_RESERVED","features":[322]},{"name":"FWPS_METADATA_FIELD_SOURCE_INTERFACE_INDEX","features":[322]},{"name":"FWPS_METADATA_FIELD_SUB_PROCESS_TAG","features":[322]},{"name":"FWPS_METADATA_FIELD_SYSTEM_FLAGS","features":[322]},{"name":"FWPS_METADATA_FIELD_TOKEN","features":[322]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_CONTROL_DATA","features":[322]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_ENDPOINT_HANDLE","features":[322]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_HEADER_INCLUDE_HEADER","features":[322]},{"name":"FWPS_METADATA_FIELD_TRANSPORT_HEADER_SIZE","features":[322]},{"name":"FWPS_RIGHT_ACTION_WRITE","features":[322]},{"name":"FWP_ACTION_BLOCK","features":[322]},{"name":"FWP_ACTION_CALLOUT_INSPECTION","features":[322]},{"name":"FWP_ACTION_CALLOUT_TERMINATING","features":[322]},{"name":"FWP_ACTION_CALLOUT_UNKNOWN","features":[322]},{"name":"FWP_ACTION_CONTINUE","features":[322]},{"name":"FWP_ACTION_FLAG_CALLOUT","features":[322]},{"name":"FWP_ACTION_FLAG_NON_TERMINATING","features":[322]},{"name":"FWP_ACTION_FLAG_TERMINATING","features":[322]},{"name":"FWP_ACTION_NONE","features":[322]},{"name":"FWP_ACTION_NONE_NO_MATCH","features":[322]},{"name":"FWP_ACTION_PERMIT","features":[322]},{"name":"FWP_ACTION_TYPE","features":[322]},{"name":"FWP_ACTRL_MATCH_FILTER","features":[322]},{"name":"FWP_AF","features":[322]},{"name":"FWP_AF_ETHER","features":[322]},{"name":"FWP_AF_INET","features":[322]},{"name":"FWP_AF_INET6","features":[322]},{"name":"FWP_AF_NONE","features":[322]},{"name":"FWP_BYTEMAP_ARRAY64_SIZE","features":[322]},{"name":"FWP_BYTE_ARRAY16","features":[322]},{"name":"FWP_BYTE_ARRAY16_TYPE","features":[322]},{"name":"FWP_BYTE_ARRAY6","features":[322]},{"name":"FWP_BYTE_ARRAY6_SIZE","features":[322]},{"name":"FWP_BYTE_ARRAY6_TYPE","features":[322]},{"name":"FWP_BYTE_BLOB","features":[322]},{"name":"FWP_BYTE_BLOB_TYPE","features":[322]},{"name":"FWP_CALLOUT_FLAG_ALLOW_L2_BATCH_CLASSIFY","features":[322]},{"name":"FWP_CALLOUT_FLAG_ALLOW_MID_STREAM_INSPECTION","features":[322]},{"name":"FWP_CALLOUT_FLAG_ALLOW_OFFLOAD","features":[322]},{"name":"FWP_CALLOUT_FLAG_ALLOW_RECLASSIFY","features":[322]},{"name":"FWP_CALLOUT_FLAG_ALLOW_RSC","features":[322]},{"name":"FWP_CALLOUT_FLAG_ALLOW_URO","features":[322]},{"name":"FWP_CALLOUT_FLAG_ALLOW_USO","features":[322]},{"name":"FWP_CALLOUT_FLAG_CONDITIONAL_ON_FLOW","features":[322]},{"name":"FWP_CALLOUT_FLAG_ENABLE_COMMIT_ADD_NOTIFY","features":[322]},{"name":"FWP_CALLOUT_FLAG_RESERVED1","features":[322]},{"name":"FWP_CALLOUT_FLAG_RESERVED2","features":[322]},{"name":"FWP_CLASSIFY_OPTION_LOCAL_ONLY_MAPPING","features":[322]},{"name":"FWP_CLASSIFY_OPTION_LOOSE_SOURCE_MAPPING","features":[322]},{"name":"FWP_CLASSIFY_OPTION_MAX","features":[322]},{"name":"FWP_CLASSIFY_OPTION_MCAST_BCAST_LIFETIME","features":[322]},{"name":"FWP_CLASSIFY_OPTION_MULTICAST_STATE","features":[322]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_AUTHIP_MM_POLICY_KEY","features":[322]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_AUTHIP_QM_POLICY_KEY","features":[322]},{"name":"FWP_CLASSIFY_OPTION_SECURE_SOCKET_SECURITY_FLAGS","features":[322]},{"name":"FWP_CLASSIFY_OPTION_TYPE","features":[322]},{"name":"FWP_CLASSIFY_OPTION_UNICAST_LIFETIME","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_APPCONTAINER_LOOPBACK","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_AUTH_FW","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_CONNECTION_REDIRECTED","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_FRAGMENT","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_FRAGMENT_GROUP","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_HONORING_POLICY_AUTHORIZE","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_IMPLICIT_BIND","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_INBOUND_PASS_THRU","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_IPSEC_NATT_RECLASSIFY","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_IPSEC_SECURED","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_LOOPBACK","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_NAME_APP_SPECIFIED","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_NON_APPCONTAINER_LOOPBACK","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_OUTBOUND_PASS_THRU","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_PROMISCUOUS","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_PROXY_CONNECTION","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_RAW_ENDPOINT","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_REASSEMBLED","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_REAUTHORIZE","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_RECLASSIFY","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_RESERVED","features":[322]},{"name":"FWP_CONDITION_FLAG_IS_WILDCARD_BIND","features":[322]},{"name":"FWP_CONDITION_FLAG_REQUIRES_ALE_CLASSIFY","features":[322]},{"name":"FWP_CONDITION_L2_IF_CONNECTOR_PRESENT","features":[322]},{"name":"FWP_CONDITION_L2_IS_IP_FRAGMENT_GROUP","features":[322]},{"name":"FWP_CONDITION_L2_IS_MALFORMED_PACKET","features":[322]},{"name":"FWP_CONDITION_L2_IS_MOBILE_BROADBAND","features":[322]},{"name":"FWP_CONDITION_L2_IS_NATIVE_ETHERNET","features":[322]},{"name":"FWP_CONDITION_L2_IS_VM2VM","features":[322]},{"name":"FWP_CONDITION_L2_IS_WIFI","features":[322]},{"name":"FWP_CONDITION_L2_IS_WIFI_DIRECT_DATA","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_CHECK_OFFLOAD","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_CLASSIFY_COMPLETION","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_EDP_POLICY_CHANGED","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_IPSEC_PROPERTIES_CHANGED","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_MID_STREAM_INSPECTION","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_ARRIVAL_INTERFACE","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_INBOUND_MCAST_BCAST_PACKET","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_NEW_NEXTHOP_INTERFACE","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_POLICY_CHANGE","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_PROFILE_CROSSING","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_PROXY_HANDLE_CHANGED","features":[322]},{"name":"FWP_CONDITION_REAUTHORIZE_REASON_SOCKET_PROPERTY_CHANGED","features":[322]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_ALLOW_EDGE_TRAFFIC","features":[322]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_DENY_EDGE_TRAFFIC","features":[322]},{"name":"FWP_CONDITION_SOCKET_PROPERTY_FLAG_IS_SYSTEM_PORT_RPC","features":[322]},{"name":"FWP_CONDITION_VALUE0","features":[322,309]},{"name":"FWP_DATA_TYPE","features":[322]},{"name":"FWP_DATA_TYPE_MAX","features":[322]},{"name":"FWP_DIRECTION","features":[322]},{"name":"FWP_DIRECTION_INBOUND","features":[322]},{"name":"FWP_DIRECTION_MAX","features":[322]},{"name":"FWP_DIRECTION_OUTBOUND","features":[322]},{"name":"FWP_DOUBLE","features":[322]},{"name":"FWP_EMPTY","features":[322]},{"name":"FWP_ETHER_ENCAP_METHOD","features":[322]},{"name":"FWP_ETHER_ENCAP_METHOD_ETHER_V2","features":[322]},{"name":"FWP_ETHER_ENCAP_METHOD_SNAP","features":[322]},{"name":"FWP_ETHER_ENCAP_METHOD_SNAP_W_OUI_ZERO","features":[322]},{"name":"FWP_FILTER_ENUM_FLAG_BEST_TERMINATING_MATCH","features":[322]},{"name":"FWP_FILTER_ENUM_FLAG_BOOTTIME_ONLY","features":[322]},{"name":"FWP_FILTER_ENUM_FLAG_INCLUDE_BOOTTIME","features":[322]},{"name":"FWP_FILTER_ENUM_FLAG_INCLUDE_DISABLED","features":[322]},{"name":"FWP_FILTER_ENUM_FLAG_RESERVED1","features":[322]},{"name":"FWP_FILTER_ENUM_FLAG_SORTED","features":[322]},{"name":"FWP_FILTER_ENUM_FULLY_CONTAINED","features":[322]},{"name":"FWP_FILTER_ENUM_OVERLAPPING","features":[322]},{"name":"FWP_FILTER_ENUM_TYPE","features":[322]},{"name":"FWP_FILTER_ENUM_TYPE_MAX","features":[322]},{"name":"FWP_FLOAT","features":[322]},{"name":"FWP_INT16","features":[322]},{"name":"FWP_INT32","features":[322]},{"name":"FWP_INT64","features":[322]},{"name":"FWP_INT8","features":[322]},{"name":"FWP_IP_VERSION","features":[322]},{"name":"FWP_IP_VERSION_MAX","features":[322]},{"name":"FWP_IP_VERSION_NONE","features":[322]},{"name":"FWP_IP_VERSION_V4","features":[322]},{"name":"FWP_IP_VERSION_V6","features":[322]},{"name":"FWP_MATCH_EQUAL","features":[322]},{"name":"FWP_MATCH_EQUAL_CASE_INSENSITIVE","features":[322]},{"name":"FWP_MATCH_FLAGS_ALL_SET","features":[322]},{"name":"FWP_MATCH_FLAGS_ANY_SET","features":[322]},{"name":"FWP_MATCH_FLAGS_NONE_SET","features":[322]},{"name":"FWP_MATCH_GREATER","features":[322]},{"name":"FWP_MATCH_GREATER_OR_EQUAL","features":[322]},{"name":"FWP_MATCH_LESS","features":[322]},{"name":"FWP_MATCH_LESS_OR_EQUAL","features":[322]},{"name":"FWP_MATCH_NOT_EQUAL","features":[322]},{"name":"FWP_MATCH_NOT_PREFIX","features":[322]},{"name":"FWP_MATCH_PREFIX","features":[322]},{"name":"FWP_MATCH_RANGE","features":[322]},{"name":"FWP_MATCH_TYPE","features":[322]},{"name":"FWP_MATCH_TYPE_MAX","features":[322]},{"name":"FWP_NETWORK_CONNECTION_POLICY_MAX","features":[322]},{"name":"FWP_NETWORK_CONNECTION_POLICY_NEXT_HOP","features":[322]},{"name":"FWP_NETWORK_CONNECTION_POLICY_NEXT_HOP_INTERFACE","features":[322]},{"name":"FWP_NETWORK_CONNECTION_POLICY_SETTING_TYPE","features":[322]},{"name":"FWP_NETWORK_CONNECTION_POLICY_SOURCE_ADDRESS","features":[322]},{"name":"FWP_OPTION_VALUE_ALLOW_GLOBAL_MULTICAST_STATE","features":[322]},{"name":"FWP_OPTION_VALUE_ALLOW_MULTICAST_STATE","features":[322]},{"name":"FWP_OPTION_VALUE_DENY_MULTICAST_STATE","features":[322]},{"name":"FWP_OPTION_VALUE_DISABLE_LOCAL_ONLY_MAPPING","features":[322]},{"name":"FWP_OPTION_VALUE_DISABLE_LOOSE_SOURCE","features":[322]},{"name":"FWP_OPTION_VALUE_ENABLE_LOCAL_ONLY_MAPPING","features":[322]},{"name":"FWP_OPTION_VALUE_ENABLE_LOOSE_SOURCE","features":[322]},{"name":"FWP_RANGE0","features":[322,309]},{"name":"FWP_RANGE_TYPE","features":[322]},{"name":"FWP_SECURITY_DESCRIPTOR_TYPE","features":[322]},{"name":"FWP_SID","features":[322]},{"name":"FWP_SINGLE_DATA_TYPE_MAX","features":[322]},{"name":"FWP_TOKEN_ACCESS_INFORMATION_TYPE","features":[322]},{"name":"FWP_TOKEN_INFORMATION","features":[322,309]},{"name":"FWP_TOKEN_INFORMATION_TYPE","features":[322]},{"name":"FWP_UINT16","features":[322]},{"name":"FWP_UINT32","features":[322]},{"name":"FWP_UINT64","features":[322]},{"name":"FWP_UINT8","features":[322]},{"name":"FWP_UNICODE_STRING_TYPE","features":[322]},{"name":"FWP_V4_ADDR_AND_MASK","features":[322]},{"name":"FWP_V4_ADDR_MASK","features":[322]},{"name":"FWP_V6_ADDR_AND_MASK","features":[322]},{"name":"FWP_V6_ADDR_MASK","features":[322]},{"name":"FWP_V6_ADDR_SIZE","features":[322]},{"name":"FWP_VALUE0","features":[322,309]},{"name":"FWP_VSWITCH_NETWORK_TYPE","features":[322]},{"name":"FWP_VSWITCH_NETWORK_TYPE_EXTERNAL","features":[322]},{"name":"FWP_VSWITCH_NETWORK_TYPE_INTERNAL","features":[322]},{"name":"FWP_VSWITCH_NETWORK_TYPE_PRIVATE","features":[322]},{"name":"FWP_VSWITCH_NETWORK_TYPE_UNKNOWN","features":[322]},{"name":"FwpmCalloutAdd0","features":[305,322,309]},{"name":"FwpmCalloutCreateEnumHandle0","features":[305,322]},{"name":"FwpmCalloutDeleteById0","features":[305,322]},{"name":"FwpmCalloutDeleteByKey0","features":[305,322]},{"name":"FwpmCalloutDestroyEnumHandle0","features":[305,322]},{"name":"FwpmCalloutEnum0","features":[305,322]},{"name":"FwpmCalloutGetById0","features":[305,322]},{"name":"FwpmCalloutGetByKey0","features":[305,322]},{"name":"FwpmCalloutGetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmCalloutSetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmCalloutSubscribeChanges0","features":[305,322]},{"name":"FwpmCalloutSubscriptionsGet0","features":[305,322]},{"name":"FwpmCalloutUnsubscribeChanges0","features":[305,322]},{"name":"FwpmConnectionCreateEnumHandle0","features":[305,322]},{"name":"FwpmConnectionDestroyEnumHandle0","features":[305,322]},{"name":"FwpmConnectionEnum0","features":[305,322]},{"name":"FwpmConnectionGetById0","features":[305,322]},{"name":"FwpmConnectionGetSecurityInfo0","features":[305,322,309]},{"name":"FwpmConnectionSetSecurityInfo0","features":[305,322,309]},{"name":"FwpmConnectionSubscribe0","features":[305,322]},{"name":"FwpmConnectionUnsubscribe0","features":[305,322]},{"name":"FwpmDynamicKeywordSubscribe0","features":[305,322]},{"name":"FwpmDynamicKeywordUnsubscribe0","features":[305,322]},{"name":"FwpmEngineClose0","features":[305,322]},{"name":"FwpmEngineGetOption0","features":[305,322,309]},{"name":"FwpmEngineGetSecurityInfo0","features":[305,322,309]},{"name":"FwpmEngineOpen0","features":[305,322,309,323]},{"name":"FwpmEngineSetOption0","features":[305,322,309]},{"name":"FwpmEngineSetSecurityInfo0","features":[305,322,309]},{"name":"FwpmFilterAdd0","features":[305,322,309]},{"name":"FwpmFilterCreateEnumHandle0","features":[305,322,309]},{"name":"FwpmFilterDeleteById0","features":[305,322]},{"name":"FwpmFilterDeleteByKey0","features":[305,322]},{"name":"FwpmFilterDestroyEnumHandle0","features":[305,322]},{"name":"FwpmFilterEnum0","features":[305,322,309]},{"name":"FwpmFilterGetById0","features":[305,322,309]},{"name":"FwpmFilterGetByKey0","features":[305,322,309]},{"name":"FwpmFilterGetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmFilterSetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmFilterSubscribeChanges0","features":[305,322,309]},{"name":"FwpmFilterSubscriptionsGet0","features":[305,322,309]},{"name":"FwpmFilterUnsubscribeChanges0","features":[305,322]},{"name":"FwpmFreeMemory0","features":[322]},{"name":"FwpmGetAppIdFromFileName0","features":[322]},{"name":"FwpmIPsecTunnelAdd0","features":[305,322,309]},{"name":"FwpmIPsecTunnelAdd1","features":[305,322,309]},{"name":"FwpmIPsecTunnelAdd2","features":[305,322,309]},{"name":"FwpmIPsecTunnelAdd3","features":[305,322,309]},{"name":"FwpmIPsecTunnelDeleteByKey0","features":[305,322]},{"name":"FwpmLayerCreateEnumHandle0","features":[305,322]},{"name":"FwpmLayerDestroyEnumHandle0","features":[305,322]},{"name":"FwpmLayerEnum0","features":[305,322]},{"name":"FwpmLayerGetById0","features":[305,322]},{"name":"FwpmLayerGetByKey0","features":[305,322]},{"name":"FwpmLayerGetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmLayerSetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmNetEventCreateEnumHandle0","features":[305,322,309]},{"name":"FwpmNetEventDestroyEnumHandle0","features":[305,322]},{"name":"FwpmNetEventEnum0","features":[305,322,309]},{"name":"FwpmNetEventEnum1","features":[305,322,309]},{"name":"FwpmNetEventEnum2","features":[305,322,309]},{"name":"FwpmNetEventEnum3","features":[305,322,309]},{"name":"FwpmNetEventEnum4","features":[305,322,309]},{"name":"FwpmNetEventEnum5","features":[305,322,309]},{"name":"FwpmNetEventSubscribe0","features":[305,322,309]},{"name":"FwpmNetEventSubscribe1","features":[305,322,309]},{"name":"FwpmNetEventSubscribe2","features":[305,322,309]},{"name":"FwpmNetEventSubscribe3","features":[305,322,309]},{"name":"FwpmNetEventSubscribe4","features":[305,322,309]},{"name":"FwpmNetEventSubscriptionsGet0","features":[305,322,309]},{"name":"FwpmNetEventUnsubscribe0","features":[305,322]},{"name":"FwpmNetEventsGetSecurityInfo0","features":[305,322,309]},{"name":"FwpmNetEventsSetSecurityInfo0","features":[305,322,309]},{"name":"FwpmProviderAdd0","features":[305,322,309]},{"name":"FwpmProviderContextAdd0","features":[305,322,309]},{"name":"FwpmProviderContextAdd1","features":[305,322,309]},{"name":"FwpmProviderContextAdd2","features":[305,322,309]},{"name":"FwpmProviderContextAdd3","features":[305,322,309]},{"name":"FwpmProviderContextCreateEnumHandle0","features":[305,322]},{"name":"FwpmProviderContextDeleteById0","features":[305,322]},{"name":"FwpmProviderContextDeleteByKey0","features":[305,322]},{"name":"FwpmProviderContextDestroyEnumHandle0","features":[305,322]},{"name":"FwpmProviderContextEnum0","features":[305,322,309]},{"name":"FwpmProviderContextEnum1","features":[305,322,309]},{"name":"FwpmProviderContextEnum2","features":[305,322,309]},{"name":"FwpmProviderContextEnum3","features":[305,322,309]},{"name":"FwpmProviderContextGetById0","features":[305,322,309]},{"name":"FwpmProviderContextGetById1","features":[305,322,309]},{"name":"FwpmProviderContextGetById2","features":[305,322,309]},{"name":"FwpmProviderContextGetById3","features":[305,322,309]},{"name":"FwpmProviderContextGetByKey0","features":[305,322,309]},{"name":"FwpmProviderContextGetByKey1","features":[305,322,309]},{"name":"FwpmProviderContextGetByKey2","features":[305,322,309]},{"name":"FwpmProviderContextGetByKey3","features":[305,322,309]},{"name":"FwpmProviderContextGetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmProviderContextSetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmProviderContextSubscribeChanges0","features":[305,322]},{"name":"FwpmProviderContextSubscriptionsGet0","features":[305,322]},{"name":"FwpmProviderContextUnsubscribeChanges0","features":[305,322]},{"name":"FwpmProviderCreateEnumHandle0","features":[305,322]},{"name":"FwpmProviderDeleteByKey0","features":[305,322]},{"name":"FwpmProviderDestroyEnumHandle0","features":[305,322]},{"name":"FwpmProviderEnum0","features":[305,322]},{"name":"FwpmProviderGetByKey0","features":[305,322]},{"name":"FwpmProviderGetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmProviderSetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmProviderSubscribeChanges0","features":[305,322]},{"name":"FwpmProviderSubscriptionsGet0","features":[305,322]},{"name":"FwpmProviderUnsubscribeChanges0","features":[305,322]},{"name":"FwpmSessionCreateEnumHandle0","features":[305,322]},{"name":"FwpmSessionDestroyEnumHandle0","features":[305,322]},{"name":"FwpmSessionEnum0","features":[305,322,309]},{"name":"FwpmSubLayerAdd0","features":[305,322,309]},{"name":"FwpmSubLayerCreateEnumHandle0","features":[305,322]},{"name":"FwpmSubLayerDeleteByKey0","features":[305,322]},{"name":"FwpmSubLayerDestroyEnumHandle0","features":[305,322]},{"name":"FwpmSubLayerEnum0","features":[305,322]},{"name":"FwpmSubLayerGetByKey0","features":[305,322]},{"name":"FwpmSubLayerGetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmSubLayerSetSecurityInfoByKey0","features":[305,322,309]},{"name":"FwpmSubLayerSubscribeChanges0","features":[305,322]},{"name":"FwpmSubLayerSubscriptionsGet0","features":[305,322]},{"name":"FwpmSubLayerUnsubscribeChanges0","features":[305,322]},{"name":"FwpmSystemPortsGet0","features":[305,322]},{"name":"FwpmSystemPortsSubscribe0","features":[305,322]},{"name":"FwpmSystemPortsUnsubscribe0","features":[305,322]},{"name":"FwpmTransactionAbort0","features":[305,322]},{"name":"FwpmTransactionBegin0","features":[305,322]},{"name":"FwpmTransactionCommit0","features":[305,322]},{"name":"FwpmvSwitchEventSubscribe0","features":[305,322]},{"name":"FwpmvSwitchEventUnsubscribe0","features":[305,322]},{"name":"FwpmvSwitchEventsGetSecurityInfo0","features":[305,322,309]},{"name":"FwpmvSwitchEventsSetSecurityInfo0","features":[305,322,309]},{"name":"IKEEXT_ANONYMOUS","features":[322]},{"name":"IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE","features":[322]},{"name":"IKEEXT_AUTHENTICATION_METHOD0","features":[322]},{"name":"IKEEXT_AUTHENTICATION_METHOD1","features":[322]},{"name":"IKEEXT_AUTHENTICATION_METHOD2","features":[322]},{"name":"IKEEXT_AUTHENTICATION_METHOD_TYPE","features":[322]},{"name":"IKEEXT_AUTHENTICATION_METHOD_TYPE_MAX","features":[322]},{"name":"IKEEXT_CERTIFICATE","features":[322]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION0","features":[322]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION1","features":[322]},{"name":"IKEEXT_CERTIFICATE_AUTHENTICATION2","features":[322]},{"name":"IKEEXT_CERTIFICATE_CREDENTIAL0","features":[322]},{"name":"IKEEXT_CERTIFICATE_CREDENTIAL1","features":[322]},{"name":"IKEEXT_CERTIFICATE_CRITERIA0","features":[322]},{"name":"IKEEXT_CERTIFICATE_ECDSA_P256","features":[322]},{"name":"IKEEXT_CERTIFICATE_ECDSA_P384","features":[322]},{"name":"IKEEXT_CERT_AUTH","features":[322]},{"name":"IKEEXT_CERT_AUTH_ALLOW_HTTP_CERT_LOOKUP","features":[322]},{"name":"IKEEXT_CERT_AUTH_DISABLE_SSL_CERT_VALIDATION","features":[322]},{"name":"IKEEXT_CERT_AUTH_ENABLE_CRL_CHECK_STRONG","features":[322]},{"name":"IKEEXT_CERT_AUTH_FLAG_DISABLE_CRL_CHECK","features":[322]},{"name":"IKEEXT_CERT_AUTH_FLAG_DISABLE_REQUEST_PAYLOAD","features":[322]},{"name":"IKEEXT_CERT_AUTH_FLAG_SSL_ONE_WAY","features":[322]},{"name":"IKEEXT_CERT_AUTH_URL_CONTAINS_BUNDLE","features":[322]},{"name":"IKEEXT_CERT_CONFIG_ENTERPRISE_STORE","features":[322]},{"name":"IKEEXT_CERT_CONFIG_EXPLICIT_TRUST_LIST","features":[322]},{"name":"IKEEXT_CERT_CONFIG_TRUSTED_ROOT_STORE","features":[322]},{"name":"IKEEXT_CERT_CONFIG_TYPE","features":[322]},{"name":"IKEEXT_CERT_CONFIG_TYPE_MAX","features":[322]},{"name":"IKEEXT_CERT_CONFIG_UNSPECIFIED","features":[322]},{"name":"IKEEXT_CERT_CREDENTIAL_FLAG_NAP_CERT","features":[322]},{"name":"IKEEXT_CERT_CRITERIA_CN","features":[322]},{"name":"IKEEXT_CERT_CRITERIA_DC","features":[322]},{"name":"IKEEXT_CERT_CRITERIA_DNS","features":[322]},{"name":"IKEEXT_CERT_CRITERIA_NAME_TYPE","features":[322]},{"name":"IKEEXT_CERT_CRITERIA_NAME_TYPE_MAX","features":[322]},{"name":"IKEEXT_CERT_CRITERIA_O","features":[322]},{"name":"IKEEXT_CERT_CRITERIA_OU","features":[322]},{"name":"IKEEXT_CERT_CRITERIA_RFC822","features":[322]},{"name":"IKEEXT_CERT_CRITERIA_UPN","features":[322]},{"name":"IKEEXT_CERT_EKUS0","features":[322]},{"name":"IKEEXT_CERT_FLAGS","features":[322]},{"name":"IKEEXT_CERT_FLAG_DISABLE_REQUEST_PAYLOAD","features":[322]},{"name":"IKEEXT_CERT_FLAG_ENABLE_ACCOUNT_MAPPING","features":[322]},{"name":"IKEEXT_CERT_FLAG_FOLLOW_RENEWAL_CERTIFICATE","features":[322]},{"name":"IKEEXT_CERT_FLAG_IGNORE_INIT_CERT_MAP_FAILURE","features":[322]},{"name":"IKEEXT_CERT_FLAG_INTERMEDIATE_CA","features":[322]},{"name":"IKEEXT_CERT_FLAG_PREFER_NAP_CERTIFICATE_OUTBOUND","features":[322]},{"name":"IKEEXT_CERT_FLAG_SELECT_NAP_CERTIFICATE","features":[322]},{"name":"IKEEXT_CERT_FLAG_USE_NAP_CERTIFICATE","features":[322]},{"name":"IKEEXT_CERT_FLAG_VERIFY_NAP_CERTIFICATE","features":[322]},{"name":"IKEEXT_CERT_HASH_LEN","features":[322]},{"name":"IKEEXT_CERT_NAME0","features":[322]},{"name":"IKEEXT_CERT_ROOT_CONFIG0","features":[322]},{"name":"IKEEXT_CIPHER_3DES","features":[322]},{"name":"IKEEXT_CIPHER_AES_128","features":[322]},{"name":"IKEEXT_CIPHER_AES_192","features":[322]},{"name":"IKEEXT_CIPHER_AES_256","features":[322]},{"name":"IKEEXT_CIPHER_AES_GCM_128_16ICV","features":[322]},{"name":"IKEEXT_CIPHER_AES_GCM_256_16ICV","features":[322]},{"name":"IKEEXT_CIPHER_ALGORITHM0","features":[322]},{"name":"IKEEXT_CIPHER_DES","features":[322]},{"name":"IKEEXT_CIPHER_TYPE","features":[322]},{"name":"IKEEXT_CIPHER_TYPE_MAX","features":[322]},{"name":"IKEEXT_COMMON_STATISTICS0","features":[322]},{"name":"IKEEXT_COMMON_STATISTICS1","features":[322]},{"name":"IKEEXT_COOKIE_PAIR0","features":[322]},{"name":"IKEEXT_CREDENTIAL0","features":[322]},{"name":"IKEEXT_CREDENTIAL1","features":[322]},{"name":"IKEEXT_CREDENTIAL2","features":[322]},{"name":"IKEEXT_CREDENTIALS0","features":[322]},{"name":"IKEEXT_CREDENTIALS1","features":[322]},{"name":"IKEEXT_CREDENTIALS2","features":[322]},{"name":"IKEEXT_CREDENTIAL_PAIR0","features":[322]},{"name":"IKEEXT_CREDENTIAL_PAIR1","features":[322]},{"name":"IKEEXT_CREDENTIAL_PAIR2","features":[322]},{"name":"IKEEXT_DH_ECP_256","features":[322]},{"name":"IKEEXT_DH_ECP_384","features":[322]},{"name":"IKEEXT_DH_GROUP","features":[322]},{"name":"IKEEXT_DH_GROUP_1","features":[322]},{"name":"IKEEXT_DH_GROUP_14","features":[322]},{"name":"IKEEXT_DH_GROUP_2","features":[322]},{"name":"IKEEXT_DH_GROUP_2048","features":[322]},{"name":"IKEEXT_DH_GROUP_24","features":[322]},{"name":"IKEEXT_DH_GROUP_MAX","features":[322]},{"name":"IKEEXT_DH_GROUP_NONE","features":[322]},{"name":"IKEEXT_EAP","features":[322]},{"name":"IKEEXT_EAP_AUTHENTICATION0","features":[322]},{"name":"IKEEXT_EAP_AUTHENTICATION_FLAGS","features":[322]},{"name":"IKEEXT_EAP_FLAG_LOCAL_AUTH_ONLY","features":[322]},{"name":"IKEEXT_EAP_FLAG_REMOTE_AUTH_ONLY","features":[322]},{"name":"IKEEXT_EM_POLICY0","features":[322]},{"name":"IKEEXT_EM_POLICY1","features":[322]},{"name":"IKEEXT_EM_POLICY2","features":[322]},{"name":"IKEEXT_EM_SA_STATE","features":[322]},{"name":"IKEEXT_EM_SA_STATE_AUTH_COMPLETE","features":[322]},{"name":"IKEEXT_EM_SA_STATE_COMPLETE","features":[322]},{"name":"IKEEXT_EM_SA_STATE_FINAL","features":[322]},{"name":"IKEEXT_EM_SA_STATE_MAX","features":[322]},{"name":"IKEEXT_EM_SA_STATE_NONE","features":[322]},{"name":"IKEEXT_EM_SA_STATE_SENT_ATTS","features":[322]},{"name":"IKEEXT_EM_SA_STATE_SSPI_SENT","features":[322]},{"name":"IKEEXT_IMPERSONATION_MAX","features":[322]},{"name":"IKEEXT_IMPERSONATION_NONE","features":[322]},{"name":"IKEEXT_IMPERSONATION_SOCKET_PRINCIPAL","features":[322]},{"name":"IKEEXT_INTEGRITY_ALGORITHM0","features":[322]},{"name":"IKEEXT_INTEGRITY_MD5","features":[322]},{"name":"IKEEXT_INTEGRITY_SHA1","features":[322]},{"name":"IKEEXT_INTEGRITY_SHA_256","features":[322]},{"name":"IKEEXT_INTEGRITY_SHA_384","features":[322]},{"name":"IKEEXT_INTEGRITY_TYPE","features":[322]},{"name":"IKEEXT_INTEGRITY_TYPE_MAX","features":[322]},{"name":"IKEEXT_IPV6_CGA","features":[322]},{"name":"IKEEXT_IPV6_CGA_AUTHENTICATION0","features":[322]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0","features":[322]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1","features":[322]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS0","features":[322]},{"name":"IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1","features":[322]},{"name":"IKEEXT_KERBEROS","features":[322]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION0","features":[322]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION1","features":[322]},{"name":"IKEEXT_KERBEROS_AUTHENTICATION_FLAGS","features":[322]},{"name":"IKEEXT_KERB_AUTH_DISABLE_INITIATOR_TOKEN_GENERATION","features":[322]},{"name":"IKEEXT_KERB_AUTH_DONT_ACCEPT_EXPLICIT_CREDENTIALS","features":[322]},{"name":"IKEEXT_KERB_AUTH_FORCE_PROXY_ON_INITIATOR","features":[322]},{"name":"IKEEXT_KEYMODULE_STATISTICS0","features":[322]},{"name":"IKEEXT_KEYMODULE_STATISTICS1","features":[322]},{"name":"IKEEXT_KEY_MODULE_AUTHIP","features":[322]},{"name":"IKEEXT_KEY_MODULE_IKE","features":[322]},{"name":"IKEEXT_KEY_MODULE_IKEV2","features":[322]},{"name":"IKEEXT_KEY_MODULE_MAX","features":[322]},{"name":"IKEEXT_KEY_MODULE_TYPE","features":[322]},{"name":"IKEEXT_MM_SA_STATE","features":[322]},{"name":"IKEEXT_MM_SA_STATE_COMPLETE","features":[322]},{"name":"IKEEXT_MM_SA_STATE_FINAL","features":[322]},{"name":"IKEEXT_MM_SA_STATE_FINAL_SENT","features":[322]},{"name":"IKEEXT_MM_SA_STATE_MAX","features":[322]},{"name":"IKEEXT_MM_SA_STATE_NONE","features":[322]},{"name":"IKEEXT_MM_SA_STATE_SA_SENT","features":[322]},{"name":"IKEEXT_MM_SA_STATE_SSPI_SENT","features":[322]},{"name":"IKEEXT_NAME_CREDENTIAL0","features":[322]},{"name":"IKEEXT_NTLM_V2","features":[322]},{"name":"IKEEXT_NTLM_V2_AUTHENTICATION0","features":[322]},{"name":"IKEEXT_NTLM_V2_AUTH_DONT_ACCEPT_EXPLICIT_CREDENTIALS","features":[322]},{"name":"IKEEXT_POLICY0","features":[322]},{"name":"IKEEXT_POLICY1","features":[322]},{"name":"IKEEXT_POLICY2","features":[322]},{"name":"IKEEXT_POLICY_ENABLE_IKEV2_FRAGMENTATION","features":[322]},{"name":"IKEEXT_POLICY_FLAG","features":[322]},{"name":"IKEEXT_POLICY_FLAG_DISABLE_DIAGNOSTICS","features":[322]},{"name":"IKEEXT_POLICY_FLAG_ENABLE_OPTIONAL_DH","features":[322]},{"name":"IKEEXT_POLICY_FLAG_IMS_VPN","features":[322]},{"name":"IKEEXT_POLICY_FLAG_MOBIKE_NOT_SUPPORTED","features":[322]},{"name":"IKEEXT_POLICY_FLAG_NO_IMPERSONATION_LUID_VERIFY","features":[322]},{"name":"IKEEXT_POLICY_FLAG_NO_MACHINE_LUID_VERIFY","features":[322]},{"name":"IKEEXT_POLICY_FLAG_SITE_TO_SITE","features":[322]},{"name":"IKEEXT_POLICY_SUPPORT_LOW_POWER_MODE","features":[322]},{"name":"IKEEXT_PRESHARED_KEY","features":[322]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION0","features":[322]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION1","features":[322]},{"name":"IKEEXT_PRESHARED_KEY_AUTHENTICATION_FLAGS","features":[322]},{"name":"IKEEXT_PROPOSAL0","features":[322]},{"name":"IKEEXT_PSK_FLAG_LOCAL_AUTH_ONLY","features":[322]},{"name":"IKEEXT_PSK_FLAG_REMOTE_AUTH_ONLY","features":[322]},{"name":"IKEEXT_QM_SA_STATE","features":[322]},{"name":"IKEEXT_QM_SA_STATE_COMPLETE","features":[322]},{"name":"IKEEXT_QM_SA_STATE_FINAL","features":[322]},{"name":"IKEEXT_QM_SA_STATE_INITIAL","features":[322]},{"name":"IKEEXT_QM_SA_STATE_MAX","features":[322]},{"name":"IKEEXT_QM_SA_STATE_NONE","features":[322]},{"name":"IKEEXT_RESERVED","features":[322]},{"name":"IKEEXT_RESERVED_AUTHENTICATION0","features":[322]},{"name":"IKEEXT_RESERVED_AUTHENTICATION_FLAGS","features":[322]},{"name":"IKEEXT_RESERVED_AUTH_DISABLE_INITIATOR_TOKEN_GENERATION","features":[322]},{"name":"IKEEXT_SA_DETAILS0","features":[322]},{"name":"IKEEXT_SA_DETAILS1","features":[322]},{"name":"IKEEXT_SA_DETAILS2","features":[322]},{"name":"IKEEXT_SA_ENUM_TEMPLATE0","features":[322,309]},{"name":"IKEEXT_SA_ROLE","features":[322]},{"name":"IKEEXT_SA_ROLE_INITIATOR","features":[322]},{"name":"IKEEXT_SA_ROLE_MAX","features":[322]},{"name":"IKEEXT_SA_ROLE_RESPONDER","features":[322]},{"name":"IKEEXT_SSL","features":[322]},{"name":"IKEEXT_SSL_ECDSA_P256","features":[322]},{"name":"IKEEXT_SSL_ECDSA_P384","features":[322]},{"name":"IKEEXT_STATISTICS0","features":[322]},{"name":"IKEEXT_STATISTICS1","features":[322]},{"name":"IKEEXT_TRAFFIC0","features":[322]},{"name":"IPSEC_ADDRESS_INFO0","features":[322]},{"name":"IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0","features":[322]},{"name":"IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1","features":[322]},{"name":"IPSEC_AGGREGATE_SA_STATISTICS0","features":[322]},{"name":"IPSEC_AH_DROP_PACKET_STATISTICS0","features":[322]},{"name":"IPSEC_AUTH_AES_128","features":[322]},{"name":"IPSEC_AUTH_AES_192","features":[322]},{"name":"IPSEC_AUTH_AES_256","features":[322]},{"name":"IPSEC_AUTH_AND_CIPHER_TRANSFORM0","features":[322]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_128","features":[322]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_192","features":[322]},{"name":"IPSEC_AUTH_CONFIG_GCM_AES_256","features":[322]},{"name":"IPSEC_AUTH_CONFIG_HMAC_MD5_96","features":[322]},{"name":"IPSEC_AUTH_CONFIG_HMAC_SHA_1_96","features":[322]},{"name":"IPSEC_AUTH_CONFIG_HMAC_SHA_256_128","features":[322]},{"name":"IPSEC_AUTH_CONFIG_MAX","features":[322]},{"name":"IPSEC_AUTH_MAX","features":[322]},{"name":"IPSEC_AUTH_MD5","features":[322]},{"name":"IPSEC_AUTH_SHA_1","features":[322]},{"name":"IPSEC_AUTH_SHA_256","features":[322]},{"name":"IPSEC_AUTH_TRANSFORM0","features":[322]},{"name":"IPSEC_AUTH_TRANSFORM_ID0","features":[322]},{"name":"IPSEC_AUTH_TYPE","features":[322]},{"name":"IPSEC_CIPHER_CONFIG_CBC_3DES","features":[322]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_128","features":[322]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_192","features":[322]},{"name":"IPSEC_CIPHER_CONFIG_CBC_AES_256","features":[322]},{"name":"IPSEC_CIPHER_CONFIG_CBC_DES","features":[322]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_128","features":[322]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_192","features":[322]},{"name":"IPSEC_CIPHER_CONFIG_GCM_AES_256","features":[322]},{"name":"IPSEC_CIPHER_CONFIG_MAX","features":[322]},{"name":"IPSEC_CIPHER_TRANSFORM0","features":[322]},{"name":"IPSEC_CIPHER_TRANSFORM_ID0","features":[322]},{"name":"IPSEC_CIPHER_TYPE","features":[322]},{"name":"IPSEC_CIPHER_TYPE_3DES","features":[322]},{"name":"IPSEC_CIPHER_TYPE_AES_128","features":[322]},{"name":"IPSEC_CIPHER_TYPE_AES_192","features":[322]},{"name":"IPSEC_CIPHER_TYPE_AES_256","features":[322]},{"name":"IPSEC_CIPHER_TYPE_DES","features":[322]},{"name":"IPSEC_CIPHER_TYPE_MAX","features":[322]},{"name":"IPSEC_DOSP_DSCP_DISABLE_VALUE","features":[322]},{"name":"IPSEC_DOSP_FLAGS","features":[322]},{"name":"IPSEC_DOSP_FLAG_DISABLE_AUTHIP","features":[322]},{"name":"IPSEC_DOSP_FLAG_DISABLE_DEFAULT_BLOCK","features":[322]},{"name":"IPSEC_DOSP_FLAG_ENABLE_IKEV1","features":[322]},{"name":"IPSEC_DOSP_FLAG_ENABLE_IKEV2","features":[322]},{"name":"IPSEC_DOSP_FLAG_FILTER_BLOCK","features":[322]},{"name":"IPSEC_DOSP_FLAG_FILTER_EXEMPT","features":[322]},{"name":"IPSEC_DOSP_OPTIONS0","features":[322]},{"name":"IPSEC_DOSP_RATE_LIMIT_DISABLE_VALUE","features":[322]},{"name":"IPSEC_DOSP_STATE0","features":[322]},{"name":"IPSEC_DOSP_STATE_ENUM_TEMPLATE0","features":[322]},{"name":"IPSEC_DOSP_STATISTICS0","features":[322]},{"name":"IPSEC_ESP_DROP_PACKET_STATISTICS0","features":[322]},{"name":"IPSEC_FAILURE_ME","features":[322]},{"name":"IPSEC_FAILURE_NONE","features":[322]},{"name":"IPSEC_FAILURE_PEER","features":[322]},{"name":"IPSEC_FAILURE_POINT","features":[322]},{"name":"IPSEC_FAILURE_POINT_MAX","features":[322]},{"name":"IPSEC_GETSPI0","features":[322]},{"name":"IPSEC_GETSPI1","features":[322]},{"name":"IPSEC_ID0","features":[322]},{"name":"IPSEC_KEYING_POLICY0","features":[322]},{"name":"IPSEC_KEYING_POLICY1","features":[322]},{"name":"IPSEC_KEYING_POLICY_FLAG_TERMINATING_MATCH","features":[322]},{"name":"IPSEC_KEYMODULE_STATE0","features":[322]},{"name":"IPSEC_KEY_MANAGER0","features":[322]},{"name":"IPSEC_KEY_MANAGER_CALLBACKS0","features":[305,322,309]},{"name":"IPSEC_KEY_MANAGER_DICTATE_KEY0","features":[305,322,309]},{"name":"IPSEC_KEY_MANAGER_FLAG_DICTATE_KEY","features":[322]},{"name":"IPSEC_KEY_MANAGER_KEY_DICTATION_CHECK0","features":[305,322]},{"name":"IPSEC_KEY_MANAGER_NOTIFY_KEY0","features":[322,309]},{"name":"IPSEC_PFS_1","features":[322]},{"name":"IPSEC_PFS_14","features":[322]},{"name":"IPSEC_PFS_2","features":[322]},{"name":"IPSEC_PFS_2048","features":[322]},{"name":"IPSEC_PFS_24","features":[322]},{"name":"IPSEC_PFS_ECP_256","features":[322]},{"name":"IPSEC_PFS_ECP_384","features":[322]},{"name":"IPSEC_PFS_GROUP","features":[322]},{"name":"IPSEC_PFS_MAX","features":[322]},{"name":"IPSEC_PFS_MM","features":[322]},{"name":"IPSEC_PFS_NONE","features":[322]},{"name":"IPSEC_POLICY_FLAG","features":[322]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH1","features":[322]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH2","features":[322]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH3","features":[322]},{"name":"IPSEC_POLICY_FLAG_BANDWIDTH4","features":[322]},{"name":"IPSEC_POLICY_FLAG_CLEAR_DF_ON_TUNNEL","features":[322]},{"name":"IPSEC_POLICY_FLAG_DONT_NEGOTIATE_BYTE_LIFETIME","features":[322]},{"name":"IPSEC_POLICY_FLAG_DONT_NEGOTIATE_SECOND_LIFETIME","features":[322]},{"name":"IPSEC_POLICY_FLAG_ENABLE_SERVER_ADDR_ASSIGNMENT","features":[322]},{"name":"IPSEC_POLICY_FLAG_ENABLE_V6_IN_V4_TUNNELING","features":[322]},{"name":"IPSEC_POLICY_FLAG_KEY_MANAGER_ALLOW_DICTATE_KEY","features":[322]},{"name":"IPSEC_POLICY_FLAG_KEY_MANAGER_ALLOW_NOTIFY_KEY","features":[322]},{"name":"IPSEC_POLICY_FLAG_NAT_ENCAP_ALLOW_GENERAL_NAT_TRAVERSAL","features":[322]},{"name":"IPSEC_POLICY_FLAG_NAT_ENCAP_ALLOW_PEER_BEHIND_NAT","features":[322]},{"name":"IPSEC_POLICY_FLAG_ND_BOUNDARY","features":[322]},{"name":"IPSEC_POLICY_FLAG_ND_SECURE","features":[322]},{"name":"IPSEC_POLICY_FLAG_RESERVED1","features":[322]},{"name":"IPSEC_POLICY_FLAG_SITE_TO_SITE_TUNNEL","features":[322]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_ALLOW_OUTBOUND_CLEAR_CONNECTION","features":[322]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_BYPASS_ALREADY_SECURE_CONNECTION","features":[322]},{"name":"IPSEC_POLICY_FLAG_TUNNEL_BYPASS_ICMPV6","features":[322]},{"name":"IPSEC_PROPOSAL0","features":[322]},{"name":"IPSEC_SA0","features":[322]},{"name":"IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0","features":[322]},{"name":"IPSEC_SA_AUTH_INFORMATION0","features":[322]},{"name":"IPSEC_SA_BUNDLE0","features":[322]},{"name":"IPSEC_SA_BUNDLE1","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAGS","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_ALLOW_NULL_TARGET_NAME_MATCH","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_ASSUME_UDP_CONTEXT_OUTBOUND","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_CLEAR_DF_ON_TUNNEL","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_ENABLE_OPTIONAL_ASYMMETRIC_IDLE","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORCE_INBOUND_CONNECTIONS","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORCE_OUTBOUND_CONNECTIONS","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_FORWARD_PATH_INITIATOR","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_GUARANTEE_ENCRYPTION","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_IP_IN_IP_PKT","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_LOCALLY_DICTATED_KEYS","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_LOW_POWER_MODE_SUPPORT","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_BOUNDARY","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_PEER_BOUNDARY","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_PEER_NAT_BOUNDARY","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_ND_SECURE","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_NLB","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_EXPLICIT_CRED_MATCH","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_IMPERSONATION_LUID_VERIFY","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_NO_MACHINE_LUID_VERIFY","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_PEER_SUPPORTS_GUARANTEE_ENCRYPTION","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_SA_OFFLOADED","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_SUPPRESS_DUPLICATE_DELETION","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH1","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH2","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH3","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_TUNNEL_BANDWIDTH4","features":[322]},{"name":"IPSEC_SA_BUNDLE_FLAG_USING_DICTATED_KEYS","features":[322]},{"name":"IPSEC_SA_CIPHER_INFORMATION0","features":[322]},{"name":"IPSEC_SA_CONTEXT0","features":[322,309]},{"name":"IPSEC_SA_CONTEXT1","features":[322,309]},{"name":"IPSEC_SA_CONTEXT_CALLBACK0","features":[322]},{"name":"IPSEC_SA_CONTEXT_CHANGE0","features":[322]},{"name":"IPSEC_SA_CONTEXT_ENUM_TEMPLATE0","features":[322,309]},{"name":"IPSEC_SA_CONTEXT_EVENT_ADD","features":[322]},{"name":"IPSEC_SA_CONTEXT_EVENT_DELETE","features":[322]},{"name":"IPSEC_SA_CONTEXT_EVENT_MAX","features":[322]},{"name":"IPSEC_SA_CONTEXT_EVENT_TYPE0","features":[322]},{"name":"IPSEC_SA_CONTEXT_SUBSCRIPTION0","features":[322,309]},{"name":"IPSEC_SA_DETAILS0","features":[322,309]},{"name":"IPSEC_SA_DETAILS1","features":[322,309]},{"name":"IPSEC_SA_ENUM_TEMPLATE0","features":[322]},{"name":"IPSEC_SA_IDLE_TIMEOUT0","features":[322]},{"name":"IPSEC_SA_LIFETIME0","features":[322]},{"name":"IPSEC_SA_TRANSFORM0","features":[322]},{"name":"IPSEC_STATISTICS0","features":[322]},{"name":"IPSEC_STATISTICS1","features":[322]},{"name":"IPSEC_TOKEN0","features":[322]},{"name":"IPSEC_TOKEN_MODE","features":[322]},{"name":"IPSEC_TOKEN_MODE_EXTENDED","features":[322]},{"name":"IPSEC_TOKEN_MODE_MAIN","features":[322]},{"name":"IPSEC_TOKEN_MODE_MAX","features":[322]},{"name":"IPSEC_TOKEN_PRINCIPAL","features":[322]},{"name":"IPSEC_TOKEN_PRINCIPAL_LOCAL","features":[322]},{"name":"IPSEC_TOKEN_PRINCIPAL_MAX","features":[322]},{"name":"IPSEC_TOKEN_PRINCIPAL_PEER","features":[322]},{"name":"IPSEC_TOKEN_TYPE","features":[322]},{"name":"IPSEC_TOKEN_TYPE_IMPERSONATION","features":[322]},{"name":"IPSEC_TOKEN_TYPE_MACHINE","features":[322]},{"name":"IPSEC_TOKEN_TYPE_MAX","features":[322]},{"name":"IPSEC_TRAFFIC0","features":[322]},{"name":"IPSEC_TRAFFIC1","features":[322]},{"name":"IPSEC_TRAFFIC_SELECTOR0","features":[322]},{"name":"IPSEC_TRAFFIC_SELECTOR_POLICY0","features":[322]},{"name":"IPSEC_TRAFFIC_STATISTICS0","features":[322]},{"name":"IPSEC_TRAFFIC_STATISTICS1","features":[322]},{"name":"IPSEC_TRAFFIC_TYPE","features":[322]},{"name":"IPSEC_TRAFFIC_TYPE_MAX","features":[322]},{"name":"IPSEC_TRAFFIC_TYPE_TRANSPORT","features":[322]},{"name":"IPSEC_TRAFFIC_TYPE_TUNNEL","features":[322]},{"name":"IPSEC_TRANSFORM_AH","features":[322]},{"name":"IPSEC_TRANSFORM_ESP_AUTH","features":[322]},{"name":"IPSEC_TRANSFORM_ESP_AUTH_AND_CIPHER","features":[322]},{"name":"IPSEC_TRANSFORM_ESP_AUTH_FW","features":[322]},{"name":"IPSEC_TRANSFORM_ESP_CIPHER","features":[322]},{"name":"IPSEC_TRANSFORM_TYPE","features":[322]},{"name":"IPSEC_TRANSFORM_TYPE_MAX","features":[322]},{"name":"IPSEC_TRANSPORT_POLICY0","features":[322]},{"name":"IPSEC_TRANSPORT_POLICY1","features":[322]},{"name":"IPSEC_TRANSPORT_POLICY2","features":[322]},{"name":"IPSEC_TUNNEL_ENDPOINT0","features":[322]},{"name":"IPSEC_TUNNEL_ENDPOINTS0","features":[322]},{"name":"IPSEC_TUNNEL_ENDPOINTS1","features":[322]},{"name":"IPSEC_TUNNEL_ENDPOINTS2","features":[322]},{"name":"IPSEC_TUNNEL_POLICY0","features":[322]},{"name":"IPSEC_TUNNEL_POLICY1","features":[322]},{"name":"IPSEC_TUNNEL_POLICY2","features":[322]},{"name":"IPSEC_TUNNEL_POLICY3","features":[322]},{"name":"IPSEC_V4_UDP_ENCAPSULATION0","features":[322]},{"name":"IPSEC_VIRTUAL_IF_TUNNEL_INFO0","features":[322]},{"name":"IPsecDospGetSecurityInfo0","features":[305,322,309]},{"name":"IPsecDospGetStatistics0","features":[305,322]},{"name":"IPsecDospSetSecurityInfo0","features":[305,322,309]},{"name":"IPsecDospStateCreateEnumHandle0","features":[305,322]},{"name":"IPsecDospStateDestroyEnumHandle0","features":[305,322]},{"name":"IPsecDospStateEnum0","features":[305,322]},{"name":"IPsecGetStatistics0","features":[305,322]},{"name":"IPsecGetStatistics1","features":[305,322]},{"name":"IPsecKeyManagerAddAndRegister0","features":[305,322,309]},{"name":"IPsecKeyManagerGetSecurityInfoByKey0","features":[305,322,309]},{"name":"IPsecKeyManagerSetSecurityInfoByKey0","features":[305,322,309]},{"name":"IPsecKeyManagerUnregisterAndDelete0","features":[305,322]},{"name":"IPsecKeyManagersGet0","features":[305,322]},{"name":"IPsecSaContextAddInbound0","features":[305,322]},{"name":"IPsecSaContextAddInbound1","features":[305,322]},{"name":"IPsecSaContextAddOutbound0","features":[305,322]},{"name":"IPsecSaContextAddOutbound1","features":[305,322]},{"name":"IPsecSaContextCreate0","features":[305,322]},{"name":"IPsecSaContextCreate1","features":[305,322]},{"name":"IPsecSaContextCreateEnumHandle0","features":[305,322,309]},{"name":"IPsecSaContextDeleteById0","features":[305,322]},{"name":"IPsecSaContextDestroyEnumHandle0","features":[305,322]},{"name":"IPsecSaContextEnum0","features":[305,322,309]},{"name":"IPsecSaContextEnum1","features":[305,322,309]},{"name":"IPsecSaContextExpire0","features":[305,322]},{"name":"IPsecSaContextGetById0","features":[305,322,309]},{"name":"IPsecSaContextGetById1","features":[305,322,309]},{"name":"IPsecSaContextGetSpi0","features":[305,322]},{"name":"IPsecSaContextGetSpi1","features":[305,322]},{"name":"IPsecSaContextSetSpi0","features":[305,322]},{"name":"IPsecSaContextSubscribe0","features":[305,322,309]},{"name":"IPsecSaContextSubscriptionsGet0","features":[305,322,309]},{"name":"IPsecSaContextUnsubscribe0","features":[305,322]},{"name":"IPsecSaContextUpdate0","features":[305,322,309]},{"name":"IPsecSaCreateEnumHandle0","features":[305,322]},{"name":"IPsecSaDbGetSecurityInfo0","features":[305,322,309]},{"name":"IPsecSaDbSetSecurityInfo0","features":[305,322,309]},{"name":"IPsecSaDestroyEnumHandle0","features":[305,322]},{"name":"IPsecSaEnum0","features":[305,322,309]},{"name":"IPsecSaEnum1","features":[305,322,309]},{"name":"IkeextGetStatistics0","features":[305,322]},{"name":"IkeextGetStatistics1","features":[305,322]},{"name":"IkeextSaCreateEnumHandle0","features":[305,322,309]},{"name":"IkeextSaDbGetSecurityInfo0","features":[305,322,309]},{"name":"IkeextSaDbSetSecurityInfo0","features":[305,322,309]},{"name":"IkeextSaDeleteById0","features":[305,322]},{"name":"IkeextSaDestroyEnumHandle0","features":[305,322]},{"name":"IkeextSaEnum0","features":[305,322]},{"name":"IkeextSaEnum1","features":[305,322]},{"name":"IkeextSaEnum2","features":[305,322]},{"name":"IkeextSaGetById0","features":[305,322]},{"name":"IkeextSaGetById1","features":[305,322]},{"name":"IkeextSaGetById2","features":[305,322]}],"474":[{"name":"FW_DYNAMIC_KEYWORD_ADDRESS0","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_DATA0","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_ALL","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_AUTO_RESOLVE","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_NON_AUTO_RESOLVE","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS_AUTO_RESOLVE","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_INVALID","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_LOCAL","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_MDM","features":[471]},{"name":"FW_DYNAMIC_KEYWORD_ORIGIN_TYPE","features":[471]},{"name":"ICSSC_DEFAULT","features":[471]},{"name":"ICSSC_ENABLED","features":[471]},{"name":"ICSSHARINGTYPE_PRIVATE","features":[471]},{"name":"ICSSHARINGTYPE_PUBLIC","features":[471]},{"name":"ICSTT_IPADDRESS","features":[471]},{"name":"ICSTT_NAME","features":[471]},{"name":"ICS_TARGETTYPE","features":[471]},{"name":"IDynamicPortMapping","features":[471,358]},{"name":"IDynamicPortMappingCollection","features":[471,358]},{"name":"IEnumNetConnection","features":[471]},{"name":"IEnumNetSharingEveryConnection","features":[471]},{"name":"IEnumNetSharingPortMapping","features":[471]},{"name":"IEnumNetSharingPrivateConnection","features":[471]},{"name":"IEnumNetSharingPublicConnection","features":[471]},{"name":"INATEventManager","features":[471,358]},{"name":"INATExternalIPAddressCallback","features":[471]},{"name":"INATNumberOfEntriesCallback","features":[471]},{"name":"INET_FIREWALL_AC_BINARIES","features":[471]},{"name":"INET_FIREWALL_AC_BINARY","features":[471]},{"name":"INET_FIREWALL_AC_CAPABILITIES","features":[471,309]},{"name":"INET_FIREWALL_AC_CHANGE","features":[471,309]},{"name":"INET_FIREWALL_AC_CHANGE_CREATE","features":[471]},{"name":"INET_FIREWALL_AC_CHANGE_DELETE","features":[471]},{"name":"INET_FIREWALL_AC_CHANGE_INVALID","features":[471]},{"name":"INET_FIREWALL_AC_CHANGE_MAX","features":[471]},{"name":"INET_FIREWALL_AC_CHANGE_TYPE","features":[471]},{"name":"INET_FIREWALL_AC_CREATION_TYPE","features":[471]},{"name":"INET_FIREWALL_AC_MAX","features":[471]},{"name":"INET_FIREWALL_AC_NONE","features":[471]},{"name":"INET_FIREWALL_AC_PACKAGE_ID_ONLY","features":[471]},{"name":"INET_FIREWALL_APP_CONTAINER","features":[471,309]},{"name":"INetConnection","features":[471]},{"name":"INetConnectionConnectUi","features":[471]},{"name":"INetConnectionManager","features":[471]},{"name":"INetConnectionProps","features":[471,358]},{"name":"INetFwAuthorizedApplication","features":[471,358]},{"name":"INetFwAuthorizedApplications","features":[471,358]},{"name":"INetFwIcmpSettings","features":[471,358]},{"name":"INetFwMgr","features":[471,358]},{"name":"INetFwOpenPort","features":[471,358]},{"name":"INetFwOpenPorts","features":[471,358]},{"name":"INetFwPolicy","features":[471,358]},{"name":"INetFwPolicy2","features":[471,358]},{"name":"INetFwProduct","features":[471,358]},{"name":"INetFwProducts","features":[471,358]},{"name":"INetFwProfile","features":[471,358]},{"name":"INetFwRemoteAdminSettings","features":[471,358]},{"name":"INetFwRule","features":[471,358]},{"name":"INetFwRule2","features":[471,358]},{"name":"INetFwRule3","features":[471,358]},{"name":"INetFwRules","features":[471,358]},{"name":"INetFwService","features":[471,358]},{"name":"INetFwServiceRestriction","features":[471,358]},{"name":"INetFwServices","features":[471,358]},{"name":"INetSharingConfiguration","features":[471,358]},{"name":"INetSharingEveryConnectionCollection","features":[471,358]},{"name":"INetSharingManager","features":[471,358]},{"name":"INetSharingPortMapping","features":[471,358]},{"name":"INetSharingPortMappingCollection","features":[471,358]},{"name":"INetSharingPortMappingProps","features":[471,358]},{"name":"INetSharingPrivateConnectionCollection","features":[471,358]},{"name":"INetSharingPublicConnectionCollection","features":[471,358]},{"name":"IStaticPortMapping","features":[471,358]},{"name":"IStaticPortMappingCollection","features":[471,358]},{"name":"IUPnPNAT","features":[471,358]},{"name":"NCCF_ALLOW_DUPLICATION","features":[471]},{"name":"NCCF_ALLOW_REMOVAL","features":[471]},{"name":"NCCF_ALLOW_RENAME","features":[471]},{"name":"NCCF_ALL_USERS","features":[471]},{"name":"NCCF_BLUETOOTH_MASK","features":[471]},{"name":"NCCF_BRANDED","features":[471]},{"name":"NCCF_BRIDGED","features":[471]},{"name":"NCCF_DEFAULT","features":[471]},{"name":"NCCF_FIREWALLED","features":[471]},{"name":"NCCF_HOMENET_CAPABLE","features":[471]},{"name":"NCCF_HOSTED_NETWORK","features":[471]},{"name":"NCCF_INCOMING_ONLY","features":[471]},{"name":"NCCF_LAN_MASK","features":[471]},{"name":"NCCF_NONE","features":[471]},{"name":"NCCF_OUTGOING_ONLY","features":[471]},{"name":"NCCF_QUARANTINED","features":[471]},{"name":"NCCF_RESERVED","features":[471]},{"name":"NCCF_SHARED","features":[471]},{"name":"NCCF_SHARED_PRIVATE","features":[471]},{"name":"NCCF_VIRTUAL_STATION","features":[471]},{"name":"NCCF_WIFI_DIRECT","features":[471]},{"name":"NCME_DEFAULT","features":[471]},{"name":"NCME_HIDDEN","features":[471]},{"name":"NCM_BRIDGE","features":[471]},{"name":"NCM_DIRECT","features":[471]},{"name":"NCM_ISDN","features":[471]},{"name":"NCM_LAN","features":[471]},{"name":"NCM_NONE","features":[471]},{"name":"NCM_PHONE","features":[471]},{"name":"NCM_PPPOE","features":[471]},{"name":"NCM_SHAREDACCESSHOST_LAN","features":[471]},{"name":"NCM_SHAREDACCESSHOST_RAS","features":[471]},{"name":"NCM_TUNNEL","features":[471]},{"name":"NCS_ACTION_REQUIRED","features":[471]},{"name":"NCS_ACTION_REQUIRED_RETRY","features":[471]},{"name":"NCS_AUTHENTICATING","features":[471]},{"name":"NCS_AUTHENTICATION_FAILED","features":[471]},{"name":"NCS_AUTHENTICATION_SUCCEEDED","features":[471]},{"name":"NCS_CONNECTED","features":[471]},{"name":"NCS_CONNECTING","features":[471]},{"name":"NCS_CONNECT_FAILED","features":[471]},{"name":"NCS_CREDENTIALS_REQUIRED","features":[471]},{"name":"NCS_DISCONNECTED","features":[471]},{"name":"NCS_DISCONNECTING","features":[471]},{"name":"NCS_HARDWARE_DISABLED","features":[471]},{"name":"NCS_HARDWARE_MALFUNCTION","features":[471]},{"name":"NCS_HARDWARE_NOT_PRESENT","features":[471]},{"name":"NCS_INVALID_ADDRESS","features":[471]},{"name":"NCS_MEDIA_DISCONNECTED","features":[471]},{"name":"NCT_BRIDGE","features":[471]},{"name":"NCT_DIRECT_CONNECT","features":[471]},{"name":"NCT_INBOUND","features":[471]},{"name":"NCT_INTERNET","features":[471]},{"name":"NCT_LAN","features":[471]},{"name":"NCT_PHONE","features":[471]},{"name":"NCT_TUNNEL","features":[471]},{"name":"NCUC_DEFAULT","features":[471]},{"name":"NCUC_ENABLE_DISABLE","features":[471]},{"name":"NCUC_NO_UI","features":[471]},{"name":"NETCONMGR_ENUM_FLAGS","features":[471]},{"name":"NETCONUI_CONNECT_FLAGS","features":[471]},{"name":"NETCON_CHARACTERISTIC_FLAGS","features":[471]},{"name":"NETCON_MAX_NAME_LEN","features":[471]},{"name":"NETCON_MEDIATYPE","features":[471]},{"name":"NETCON_PROPERTIES","features":[471]},{"name":"NETCON_STATUS","features":[471]},{"name":"NETCON_TYPE","features":[471]},{"name":"NETISO_ERROR_TYPE","features":[471]},{"name":"NETISO_ERROR_TYPE_INTERNET_CLIENT","features":[471]},{"name":"NETISO_ERROR_TYPE_INTERNET_CLIENT_SERVER","features":[471]},{"name":"NETISO_ERROR_TYPE_MAX","features":[471]},{"name":"NETISO_ERROR_TYPE_NONE","features":[471]},{"name":"NETISO_ERROR_TYPE_PRIVATE_NETWORK","features":[471]},{"name":"NETISO_FLAG","features":[471]},{"name":"NETISO_FLAG_FORCE_COMPUTE_BINARIES","features":[471]},{"name":"NETISO_FLAG_MAX","features":[471]},{"name":"NETISO_GEID_FOR_NEUTRAL_AWARE","features":[471]},{"name":"NETISO_GEID_FOR_WDAG","features":[471]},{"name":"NET_FW_ACTION","features":[471]},{"name":"NET_FW_ACTION_ALLOW","features":[471]},{"name":"NET_FW_ACTION_BLOCK","features":[471]},{"name":"NET_FW_ACTION_MAX","features":[471]},{"name":"NET_FW_AUTHENTICATE_AND_ENCRYPT","features":[471]},{"name":"NET_FW_AUTHENTICATE_AND_NEGOTIATE_ENCRYPTION","features":[471]},{"name":"NET_FW_AUTHENTICATE_NONE","features":[471]},{"name":"NET_FW_AUTHENTICATE_NO_ENCAPSULATION","features":[471]},{"name":"NET_FW_AUTHENTICATE_TYPE","features":[471]},{"name":"NET_FW_AUTHENTICATE_WITH_INTEGRITY","features":[471]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE","features":[471]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_ALLOW","features":[471]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_APP","features":[471]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_USER","features":[471]},{"name":"NET_FW_EDGE_TRAVERSAL_TYPE_DENY","features":[471]},{"name":"NET_FW_IP_PROTOCOL","features":[471]},{"name":"NET_FW_IP_PROTOCOL_ANY","features":[471]},{"name":"NET_FW_IP_PROTOCOL_TCP","features":[471]},{"name":"NET_FW_IP_PROTOCOL_UDP","features":[471]},{"name":"NET_FW_IP_VERSION","features":[471]},{"name":"NET_FW_IP_VERSION_ANY","features":[471]},{"name":"NET_FW_IP_VERSION_MAX","features":[471]},{"name":"NET_FW_IP_VERSION_V4","features":[471]},{"name":"NET_FW_IP_VERSION_V6","features":[471]},{"name":"NET_FW_MODIFY_STATE","features":[471]},{"name":"NET_FW_MODIFY_STATE_GP_OVERRIDE","features":[471]},{"name":"NET_FW_MODIFY_STATE_INBOUND_BLOCKED","features":[471]},{"name":"NET_FW_MODIFY_STATE_OK","features":[471]},{"name":"NET_FW_POLICY_EFFECTIVE","features":[471]},{"name":"NET_FW_POLICY_GROUP","features":[471]},{"name":"NET_FW_POLICY_LOCAL","features":[471]},{"name":"NET_FW_POLICY_TYPE","features":[471]},{"name":"NET_FW_POLICY_TYPE_MAX","features":[471]},{"name":"NET_FW_PROFILE2_ALL","features":[471]},{"name":"NET_FW_PROFILE2_DOMAIN","features":[471]},{"name":"NET_FW_PROFILE2_PRIVATE","features":[471]},{"name":"NET_FW_PROFILE2_PUBLIC","features":[471]},{"name":"NET_FW_PROFILE_CURRENT","features":[471]},{"name":"NET_FW_PROFILE_DOMAIN","features":[471]},{"name":"NET_FW_PROFILE_STANDARD","features":[471]},{"name":"NET_FW_PROFILE_TYPE","features":[471]},{"name":"NET_FW_PROFILE_TYPE2","features":[471]},{"name":"NET_FW_PROFILE_TYPE_MAX","features":[471]},{"name":"NET_FW_RULE_CATEGORY","features":[471]},{"name":"NET_FW_RULE_CATEGORY_BOOT","features":[471]},{"name":"NET_FW_RULE_CATEGORY_CONSEC","features":[471]},{"name":"NET_FW_RULE_CATEGORY_FIREWALL","features":[471]},{"name":"NET_FW_RULE_CATEGORY_MAX","features":[471]},{"name":"NET_FW_RULE_CATEGORY_STEALTH","features":[471]},{"name":"NET_FW_RULE_DIRECTION","features":[471]},{"name":"NET_FW_RULE_DIR_IN","features":[471]},{"name":"NET_FW_RULE_DIR_MAX","features":[471]},{"name":"NET_FW_RULE_DIR_OUT","features":[471]},{"name":"NET_FW_SCOPE","features":[471]},{"name":"NET_FW_SCOPE_ALL","features":[471]},{"name":"NET_FW_SCOPE_CUSTOM","features":[471]},{"name":"NET_FW_SCOPE_LOCAL_SUBNET","features":[471]},{"name":"NET_FW_SCOPE_MAX","features":[471]},{"name":"NET_FW_SERVICE_FILE_AND_PRINT","features":[471]},{"name":"NET_FW_SERVICE_NONE","features":[471]},{"name":"NET_FW_SERVICE_REMOTE_DESKTOP","features":[471]},{"name":"NET_FW_SERVICE_TYPE","features":[471]},{"name":"NET_FW_SERVICE_TYPE_MAX","features":[471]},{"name":"NET_FW_SERVICE_UPNP","features":[471]},{"name":"NcFreeNetconProperties","features":[471]},{"name":"NcIsValidConnectionName","features":[305,471]},{"name":"NetFwAuthorizedApplication","features":[471]},{"name":"NetFwMgr","features":[471]},{"name":"NetFwOpenPort","features":[471]},{"name":"NetFwPolicy2","features":[471]},{"name":"NetFwProduct","features":[471]},{"name":"NetFwProducts","features":[471]},{"name":"NetFwRule","features":[471]},{"name":"NetSharingManager","features":[471]},{"name":"NetworkIsolationDiagnoseConnectFailureAndGetInfo","features":[471]},{"name":"NetworkIsolationEnumAppContainers","features":[471,309]},{"name":"NetworkIsolationEnumerateAppContainerRules","features":[471,359]},{"name":"NetworkIsolationFreeAppContainers","features":[471,309]},{"name":"NetworkIsolationGetAppContainerConfig","features":[471,309]},{"name":"NetworkIsolationGetEnterpriseIdAsync","features":[305,471]},{"name":"NetworkIsolationGetEnterpriseIdClose","features":[305,471]},{"name":"NetworkIsolationRegisterForAppContainerChanges","features":[305,471,309]},{"name":"NetworkIsolationSetAppContainerConfig","features":[471,309]},{"name":"NetworkIsolationSetupAppContainerBinaries","features":[305,471,309]},{"name":"NetworkIsolationUnregisterForAppContainerChanges","features":[305,471]},{"name":"PAC_CHANGES_CALLBACK_FN","features":[471,309]},{"name":"PFN_FWADDDYNAMICKEYWORDADDRESS0","features":[471]},{"name":"PFN_FWDELETEDYNAMICKEYWORDADDRESS0","features":[471]},{"name":"PFN_FWENUMDYNAMICKEYWORDADDRESSBYID0","features":[471]},{"name":"PFN_FWENUMDYNAMICKEYWORDADDRESSESBYTYPE0","features":[471]},{"name":"PFN_FWFREEDYNAMICKEYWORDADDRESSDATA0","features":[471]},{"name":"PFN_FWUPDATEDYNAMICKEYWORDADDRESS0","features":[305,471]},{"name":"PNETISO_EDP_ID_CALLBACK_FN","features":[471]},{"name":"SHARINGCONNECTIONTYPE","features":[471]},{"name":"SHARINGCONNECTION_ENUM_FLAGS","features":[471]},{"name":"S_OBJECT_NO_LONGER_VALID","features":[471]},{"name":"UPnPNAT","features":[471]}],"475":[{"name":"WNV_API_MAJOR_VERSION_1","features":[472]},{"name":"WNV_API_MINOR_VERSION_0","features":[472]},{"name":"WNV_CA_NOTIFICATION_TYPE","features":[472]},{"name":"WNV_CUSTOMER_ADDRESS_CHANGE_PARAM","features":[472,319]},{"name":"WNV_IP_ADDRESS","features":[472,319]},{"name":"WNV_NOTIFICATION_PARAM","features":[472]},{"name":"WNV_NOTIFICATION_TYPE","features":[472]},{"name":"WNV_OBJECT_CHANGE_PARAM","features":[472,319]},{"name":"WNV_OBJECT_HEADER","features":[472]},{"name":"WNV_OBJECT_TYPE","features":[472]},{"name":"WNV_POLICY_MISMATCH_PARAM","features":[472,319]},{"name":"WNV_PROVIDER_ADDRESS_CHANGE_PARAM","features":[472,319]},{"name":"WNV_REDIRECT_PARAM","features":[472,319]},{"name":"WnvCustomerAddressAdded","features":[472]},{"name":"WnvCustomerAddressDeleted","features":[472]},{"name":"WnvCustomerAddressMax","features":[472]},{"name":"WnvCustomerAddressMoved","features":[472]},{"name":"WnvCustomerAddressType","features":[472]},{"name":"WnvNotificationTypeMax","features":[472]},{"name":"WnvObjectChangeType","features":[472]},{"name":"WnvObjectTypeMax","features":[472]},{"name":"WnvOpen","features":[305,472]},{"name":"WnvPolicyMismatchType","features":[472]},{"name":"WnvProviderAddressType","features":[472]},{"name":"WnvRedirectType","features":[472]},{"name":"WnvRequestNotification","features":[305,472,311]}],"476":[{"name":"ACTRL_DS_CONTROL_ACCESS","features":[473]},{"name":"ACTRL_DS_CREATE_CHILD","features":[473]},{"name":"ACTRL_DS_DELETE_CHILD","features":[473]},{"name":"ACTRL_DS_DELETE_TREE","features":[473]},{"name":"ACTRL_DS_LIST","features":[473]},{"name":"ACTRL_DS_LIST_OBJECT","features":[473]},{"name":"ACTRL_DS_OPEN","features":[473]},{"name":"ACTRL_DS_READ_PROP","features":[473]},{"name":"ACTRL_DS_SELF","features":[473]},{"name":"ACTRL_DS_WRITE_PROP","features":[473]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_MUTUAL_AUTH_REQUIRED","features":[473]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_NEGOTIATE","features":[473]},{"name":"ADAM_REPL_AUTHENTICATION_MODE_NEGOTIATE_PASS_THROUGH","features":[473]},{"name":"ADAM_SCP_FSMO_NAMING_STRING","features":[473]},{"name":"ADAM_SCP_FSMO_NAMING_STRING_W","features":[473]},{"name":"ADAM_SCP_FSMO_SCHEMA_STRING","features":[473]},{"name":"ADAM_SCP_FSMO_SCHEMA_STRING_W","features":[473]},{"name":"ADAM_SCP_FSMO_STRING","features":[473]},{"name":"ADAM_SCP_FSMO_STRING_W","features":[473]},{"name":"ADAM_SCP_INSTANCE_NAME_STRING","features":[473]},{"name":"ADAM_SCP_INSTANCE_NAME_STRING_W","features":[473]},{"name":"ADAM_SCP_PARTITION_STRING","features":[473]},{"name":"ADAM_SCP_PARTITION_STRING_W","features":[473]},{"name":"ADAM_SCP_SITE_NAME_STRING","features":[473]},{"name":"ADAM_SCP_SITE_NAME_STRING_W","features":[473]},{"name":"ADSIPROP_ADSIFLAG","features":[473]},{"name":"ADSIPROP_ASYNCHRONOUS","features":[473]},{"name":"ADSIPROP_ATTRIBTYPES_ONLY","features":[473]},{"name":"ADSIPROP_CACHE_RESULTS","features":[473]},{"name":"ADSIPROP_CHASE_REFERRALS","features":[473]},{"name":"ADSIPROP_DEREF_ALIASES","features":[473]},{"name":"ADSIPROP_PAGED_TIME_LIMIT","features":[473]},{"name":"ADSIPROP_PAGESIZE","features":[473]},{"name":"ADSIPROP_SEARCH_SCOPE","features":[473]},{"name":"ADSIPROP_SIZE_LIMIT","features":[473]},{"name":"ADSIPROP_SORT_ON","features":[473]},{"name":"ADSIPROP_TIMEOUT","features":[473]},{"name":"ADSIPROP_TIME_LIMIT","features":[473]},{"name":"ADSI_DIALECT_ENUM","features":[473]},{"name":"ADSI_DIALECT_LDAP","features":[473]},{"name":"ADSI_DIALECT_SQL","features":[473]},{"name":"ADSPROPERROR","features":[305,473]},{"name":"ADSPROPINITPARAMS","features":[305,473]},{"name":"ADSTYPE","features":[473]},{"name":"ADSTYPE_BACKLINK","features":[473]},{"name":"ADSTYPE_BOOLEAN","features":[473]},{"name":"ADSTYPE_CASEIGNORE_LIST","features":[473]},{"name":"ADSTYPE_CASE_EXACT_STRING","features":[473]},{"name":"ADSTYPE_CASE_IGNORE_STRING","features":[473]},{"name":"ADSTYPE_DN_STRING","features":[473]},{"name":"ADSTYPE_DN_WITH_BINARY","features":[473]},{"name":"ADSTYPE_DN_WITH_STRING","features":[473]},{"name":"ADSTYPE_EMAIL","features":[473]},{"name":"ADSTYPE_FAXNUMBER","features":[473]},{"name":"ADSTYPE_HOLD","features":[473]},{"name":"ADSTYPE_INTEGER","features":[473]},{"name":"ADSTYPE_INVALID","features":[473]},{"name":"ADSTYPE_LARGE_INTEGER","features":[473]},{"name":"ADSTYPE_NETADDRESS","features":[473]},{"name":"ADSTYPE_NT_SECURITY_DESCRIPTOR","features":[473]},{"name":"ADSTYPE_NUMERIC_STRING","features":[473]},{"name":"ADSTYPE_OBJECT_CLASS","features":[473]},{"name":"ADSTYPE_OCTET_LIST","features":[473]},{"name":"ADSTYPE_OCTET_STRING","features":[473]},{"name":"ADSTYPE_PATH","features":[473]},{"name":"ADSTYPE_POSTALADDRESS","features":[473]},{"name":"ADSTYPE_PRINTABLE_STRING","features":[473]},{"name":"ADSTYPE_PROV_SPECIFIC","features":[473]},{"name":"ADSTYPE_REPLICAPOINTER","features":[473]},{"name":"ADSTYPE_TIMESTAMP","features":[473]},{"name":"ADSTYPE_TYPEDNAME","features":[473]},{"name":"ADSTYPE_UNKNOWN","features":[473]},{"name":"ADSTYPE_UTC_TIME","features":[473]},{"name":"ADSVALUE","features":[305,473]},{"name":"ADS_ACEFLAG_ENUM","features":[473]},{"name":"ADS_ACEFLAG_FAILED_ACCESS","features":[473]},{"name":"ADS_ACEFLAG_INHERITED_ACE","features":[473]},{"name":"ADS_ACEFLAG_INHERIT_ACE","features":[473]},{"name":"ADS_ACEFLAG_INHERIT_ONLY_ACE","features":[473]},{"name":"ADS_ACEFLAG_NO_PROPAGATE_INHERIT_ACE","features":[473]},{"name":"ADS_ACEFLAG_SUCCESSFUL_ACCESS","features":[473]},{"name":"ADS_ACEFLAG_VALID_INHERIT_FLAGS","features":[473]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED","features":[473]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_CALLBACK","features":[473]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_CALLBACK_OBJECT","features":[473]},{"name":"ADS_ACETYPE_ACCESS_ALLOWED_OBJECT","features":[473]},{"name":"ADS_ACETYPE_ACCESS_DENIED","features":[473]},{"name":"ADS_ACETYPE_ACCESS_DENIED_CALLBACK","features":[473]},{"name":"ADS_ACETYPE_ACCESS_DENIED_CALLBACK_OBJECT","features":[473]},{"name":"ADS_ACETYPE_ACCESS_DENIED_OBJECT","features":[473]},{"name":"ADS_ACETYPE_ENUM","features":[473]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_CALLBACK","features":[473]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_CALLBACK_OBJECT","features":[473]},{"name":"ADS_ACETYPE_SYSTEM_ALARM_OBJECT","features":[473]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT","features":[473]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_CALLBACK","features":[473]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_CALLBACK_OBJECT","features":[473]},{"name":"ADS_ACETYPE_SYSTEM_AUDIT_OBJECT","features":[473]},{"name":"ADS_ATTR_APPEND","features":[473]},{"name":"ADS_ATTR_CLEAR","features":[473]},{"name":"ADS_ATTR_DEF","features":[305,473]},{"name":"ADS_ATTR_DELETE","features":[473]},{"name":"ADS_ATTR_INFO","features":[305,473]},{"name":"ADS_ATTR_UPDATE","features":[473]},{"name":"ADS_AUTHENTICATION_ENUM","features":[473]},{"name":"ADS_AUTH_RESERVED","features":[473]},{"name":"ADS_BACKLINK","features":[473]},{"name":"ADS_CASEIGNORE_LIST","features":[473]},{"name":"ADS_CHASE_REFERRALS_ALWAYS","features":[473]},{"name":"ADS_CHASE_REFERRALS_ENUM","features":[473]},{"name":"ADS_CHASE_REFERRALS_EXTERNAL","features":[473]},{"name":"ADS_CHASE_REFERRALS_NEVER","features":[473]},{"name":"ADS_CHASE_REFERRALS_SUBORDINATE","features":[473]},{"name":"ADS_CLASS_DEF","features":[305,473]},{"name":"ADS_DEREFENUM","features":[473]},{"name":"ADS_DEREF_ALWAYS","features":[473]},{"name":"ADS_DEREF_FINDING","features":[473]},{"name":"ADS_DEREF_NEVER","features":[473]},{"name":"ADS_DEREF_SEARCHING","features":[473]},{"name":"ADS_DISPLAY_ENUM","features":[473]},{"name":"ADS_DISPLAY_FULL","features":[473]},{"name":"ADS_DISPLAY_VALUE_ONLY","features":[473]},{"name":"ADS_DN_WITH_BINARY","features":[473]},{"name":"ADS_DN_WITH_STRING","features":[473]},{"name":"ADS_EMAIL","features":[473]},{"name":"ADS_ESCAPEDMODE_DEFAULT","features":[473]},{"name":"ADS_ESCAPEDMODE_OFF","features":[473]},{"name":"ADS_ESCAPEDMODE_OFF_EX","features":[473]},{"name":"ADS_ESCAPEDMODE_ON","features":[473]},{"name":"ADS_ESCAPE_MODE_ENUM","features":[473]},{"name":"ADS_EXT_INITCREDENTIALS","features":[473]},{"name":"ADS_EXT_INITIALIZE_COMPLETE","features":[473]},{"name":"ADS_EXT_MAXEXTDISPID","features":[473]},{"name":"ADS_EXT_MINEXTDISPID","features":[473]},{"name":"ADS_FAST_BIND","features":[473]},{"name":"ADS_FAXNUMBER","features":[473]},{"name":"ADS_FLAGTYPE_ENUM","features":[473]},{"name":"ADS_FLAG_INHERITED_OBJECT_TYPE_PRESENT","features":[473]},{"name":"ADS_FLAG_OBJECT_TYPE_PRESENT","features":[473]},{"name":"ADS_FORMAT_ENUM","features":[473]},{"name":"ADS_FORMAT_LEAF","features":[473]},{"name":"ADS_FORMAT_PROVIDER","features":[473]},{"name":"ADS_FORMAT_SERVER","features":[473]},{"name":"ADS_FORMAT_WINDOWS","features":[473]},{"name":"ADS_FORMAT_WINDOWS_DN","features":[473]},{"name":"ADS_FORMAT_WINDOWS_NO_SERVER","features":[473]},{"name":"ADS_FORMAT_WINDOWS_PARENT","features":[473]},{"name":"ADS_FORMAT_X500","features":[473]},{"name":"ADS_FORMAT_X500_DN","features":[473]},{"name":"ADS_FORMAT_X500_NO_SERVER","features":[473]},{"name":"ADS_FORMAT_X500_PARENT","features":[473]},{"name":"ADS_GROUP_TYPE_DOMAIN_LOCAL_GROUP","features":[473]},{"name":"ADS_GROUP_TYPE_ENUM","features":[473]},{"name":"ADS_GROUP_TYPE_GLOBAL_GROUP","features":[473]},{"name":"ADS_GROUP_TYPE_LOCAL_GROUP","features":[473]},{"name":"ADS_GROUP_TYPE_SECURITY_ENABLED","features":[473]},{"name":"ADS_GROUP_TYPE_UNIVERSAL_GROUP","features":[473]},{"name":"ADS_HOLD","features":[473]},{"name":"ADS_NAME_INITTYPE_DOMAIN","features":[473]},{"name":"ADS_NAME_INITTYPE_ENUM","features":[473]},{"name":"ADS_NAME_INITTYPE_GC","features":[473]},{"name":"ADS_NAME_INITTYPE_SERVER","features":[473]},{"name":"ADS_NAME_TYPE_1779","features":[473]},{"name":"ADS_NAME_TYPE_CANONICAL","features":[473]},{"name":"ADS_NAME_TYPE_CANONICAL_EX","features":[473]},{"name":"ADS_NAME_TYPE_DISPLAY","features":[473]},{"name":"ADS_NAME_TYPE_DOMAIN_SIMPLE","features":[473]},{"name":"ADS_NAME_TYPE_ENTERPRISE_SIMPLE","features":[473]},{"name":"ADS_NAME_TYPE_ENUM","features":[473]},{"name":"ADS_NAME_TYPE_GUID","features":[473]},{"name":"ADS_NAME_TYPE_NT4","features":[473]},{"name":"ADS_NAME_TYPE_SERVICE_PRINCIPAL_NAME","features":[473]},{"name":"ADS_NAME_TYPE_SID_OR_SID_HISTORY_NAME","features":[473]},{"name":"ADS_NAME_TYPE_UNKNOWN","features":[473]},{"name":"ADS_NAME_TYPE_USER_PRINCIPAL_NAME","features":[473]},{"name":"ADS_NETADDRESS","features":[473]},{"name":"ADS_NO_AUTHENTICATION","features":[473]},{"name":"ADS_NO_REFERRAL_CHASING","features":[473]},{"name":"ADS_NT_SECURITY_DESCRIPTOR","features":[473]},{"name":"ADS_OBJECT_INFO","features":[473]},{"name":"ADS_OCTET_LIST","features":[473]},{"name":"ADS_OCTET_STRING","features":[473]},{"name":"ADS_OPTION_ACCUMULATIVE_MODIFICATION","features":[473]},{"name":"ADS_OPTION_ENUM","features":[473]},{"name":"ADS_OPTION_MUTUAL_AUTH_STATUS","features":[473]},{"name":"ADS_OPTION_PAGE_SIZE","features":[473]},{"name":"ADS_OPTION_PASSWORD_METHOD","features":[473]},{"name":"ADS_OPTION_PASSWORD_PORTNUMBER","features":[473]},{"name":"ADS_OPTION_QUOTA","features":[473]},{"name":"ADS_OPTION_REFERRALS","features":[473]},{"name":"ADS_OPTION_SECURITY_MASK","features":[473]},{"name":"ADS_OPTION_SERVERNAME","features":[473]},{"name":"ADS_OPTION_SKIP_SID_LOOKUP","features":[473]},{"name":"ADS_PASSWORD_ENCODE_CLEAR","features":[473]},{"name":"ADS_PASSWORD_ENCODE_REQUIRE_SSL","features":[473]},{"name":"ADS_PASSWORD_ENCODING_ENUM","features":[473]},{"name":"ADS_PATH","features":[473]},{"name":"ADS_PATHTYPE_ENUM","features":[473]},{"name":"ADS_PATH_FILE","features":[473]},{"name":"ADS_PATH_FILESHARE","features":[473]},{"name":"ADS_PATH_REGISTRY","features":[473]},{"name":"ADS_POSTALADDRESS","features":[473]},{"name":"ADS_PREFERENCES_ENUM","features":[473]},{"name":"ADS_PROMPT_CREDENTIALS","features":[473]},{"name":"ADS_PROPERTY_APPEND","features":[473]},{"name":"ADS_PROPERTY_CLEAR","features":[473]},{"name":"ADS_PROPERTY_DELETE","features":[473]},{"name":"ADS_PROPERTY_OPERATION_ENUM","features":[473]},{"name":"ADS_PROPERTY_UPDATE","features":[473]},{"name":"ADS_PROV_SPECIFIC","features":[473]},{"name":"ADS_READONLY_SERVER","features":[473]},{"name":"ADS_REPLICAPOINTER","features":[473]},{"name":"ADS_RIGHTS_ENUM","features":[473]},{"name":"ADS_RIGHT_ACCESS_SYSTEM_SECURITY","features":[473]},{"name":"ADS_RIGHT_ACTRL_DS_LIST","features":[473]},{"name":"ADS_RIGHT_DELETE","features":[473]},{"name":"ADS_RIGHT_DS_CONTROL_ACCESS","features":[473]},{"name":"ADS_RIGHT_DS_CREATE_CHILD","features":[473]},{"name":"ADS_RIGHT_DS_DELETE_CHILD","features":[473]},{"name":"ADS_RIGHT_DS_DELETE_TREE","features":[473]},{"name":"ADS_RIGHT_DS_LIST_OBJECT","features":[473]},{"name":"ADS_RIGHT_DS_READ_PROP","features":[473]},{"name":"ADS_RIGHT_DS_SELF","features":[473]},{"name":"ADS_RIGHT_DS_WRITE_PROP","features":[473]},{"name":"ADS_RIGHT_GENERIC_ALL","features":[473]},{"name":"ADS_RIGHT_GENERIC_EXECUTE","features":[473]},{"name":"ADS_RIGHT_GENERIC_READ","features":[473]},{"name":"ADS_RIGHT_GENERIC_WRITE","features":[473]},{"name":"ADS_RIGHT_READ_CONTROL","features":[473]},{"name":"ADS_RIGHT_SYNCHRONIZE","features":[473]},{"name":"ADS_RIGHT_WRITE_DAC","features":[473]},{"name":"ADS_RIGHT_WRITE_OWNER","features":[473]},{"name":"ADS_SCOPEENUM","features":[473]},{"name":"ADS_SCOPE_BASE","features":[473]},{"name":"ADS_SCOPE_ONELEVEL","features":[473]},{"name":"ADS_SCOPE_SUBTREE","features":[473]},{"name":"ADS_SD_CONTROL_ENUM","features":[473]},{"name":"ADS_SD_CONTROL_SE_DACL_AUTO_INHERITED","features":[473]},{"name":"ADS_SD_CONTROL_SE_DACL_AUTO_INHERIT_REQ","features":[473]},{"name":"ADS_SD_CONTROL_SE_DACL_DEFAULTED","features":[473]},{"name":"ADS_SD_CONTROL_SE_DACL_PRESENT","features":[473]},{"name":"ADS_SD_CONTROL_SE_DACL_PROTECTED","features":[473]},{"name":"ADS_SD_CONTROL_SE_GROUP_DEFAULTED","features":[473]},{"name":"ADS_SD_CONTROL_SE_OWNER_DEFAULTED","features":[473]},{"name":"ADS_SD_CONTROL_SE_SACL_AUTO_INHERITED","features":[473]},{"name":"ADS_SD_CONTROL_SE_SACL_AUTO_INHERIT_REQ","features":[473]},{"name":"ADS_SD_CONTROL_SE_SACL_DEFAULTED","features":[473]},{"name":"ADS_SD_CONTROL_SE_SACL_PRESENT","features":[473]},{"name":"ADS_SD_CONTROL_SE_SACL_PROTECTED","features":[473]},{"name":"ADS_SD_CONTROL_SE_SELF_RELATIVE","features":[473]},{"name":"ADS_SD_FORMAT_ENUM","features":[473]},{"name":"ADS_SD_FORMAT_HEXSTRING","features":[473]},{"name":"ADS_SD_FORMAT_IID","features":[473]},{"name":"ADS_SD_FORMAT_RAW","features":[473]},{"name":"ADS_SD_REVISION_DS","features":[473]},{"name":"ADS_SD_REVISION_ENUM","features":[473]},{"name":"ADS_SEARCHPREF_ASYNCHRONOUS","features":[473]},{"name":"ADS_SEARCHPREF_ATTRIBTYPES_ONLY","features":[473]},{"name":"ADS_SEARCHPREF_ATTRIBUTE_QUERY","features":[473]},{"name":"ADS_SEARCHPREF_CACHE_RESULTS","features":[473]},{"name":"ADS_SEARCHPREF_CHASE_REFERRALS","features":[473]},{"name":"ADS_SEARCHPREF_DEREF_ALIASES","features":[473]},{"name":"ADS_SEARCHPREF_DIRSYNC","features":[473]},{"name":"ADS_SEARCHPREF_DIRSYNC_FLAG","features":[473]},{"name":"ADS_SEARCHPREF_ENUM","features":[473]},{"name":"ADS_SEARCHPREF_EXTENDED_DN","features":[473]},{"name":"ADS_SEARCHPREF_INFO","features":[305,473]},{"name":"ADS_SEARCHPREF_PAGED_TIME_LIMIT","features":[473]},{"name":"ADS_SEARCHPREF_PAGESIZE","features":[473]},{"name":"ADS_SEARCHPREF_SEARCH_SCOPE","features":[473]},{"name":"ADS_SEARCHPREF_SECURITY_MASK","features":[473]},{"name":"ADS_SEARCHPREF_SIZE_LIMIT","features":[473]},{"name":"ADS_SEARCHPREF_SORT_ON","features":[473]},{"name":"ADS_SEARCHPREF_TIMEOUT","features":[473]},{"name":"ADS_SEARCHPREF_TIME_LIMIT","features":[473]},{"name":"ADS_SEARCHPREF_TOMBSTONE","features":[473]},{"name":"ADS_SEARCHPREF_VLV","features":[473]},{"name":"ADS_SEARCH_COLUMN","features":[305,473]},{"name":"ADS_SEARCH_HANDLE","features":[473]},{"name":"ADS_SECURE_AUTHENTICATION","features":[473]},{"name":"ADS_SECURITY_INFO_DACL","features":[473]},{"name":"ADS_SECURITY_INFO_ENUM","features":[473]},{"name":"ADS_SECURITY_INFO_GROUP","features":[473]},{"name":"ADS_SECURITY_INFO_OWNER","features":[473]},{"name":"ADS_SECURITY_INFO_SACL","features":[473]},{"name":"ADS_SERVER_BIND","features":[473]},{"name":"ADS_SETTYPE_DN","features":[473]},{"name":"ADS_SETTYPE_ENUM","features":[473]},{"name":"ADS_SETTYPE_FULL","features":[473]},{"name":"ADS_SETTYPE_PROVIDER","features":[473]},{"name":"ADS_SETTYPE_SERVER","features":[473]},{"name":"ADS_SORTKEY","features":[305,473]},{"name":"ADS_STATUSENUM","features":[473]},{"name":"ADS_STATUS_INVALID_SEARCHPREF","features":[473]},{"name":"ADS_STATUS_INVALID_SEARCHPREFVALUE","features":[473]},{"name":"ADS_STATUS_S_OK","features":[473]},{"name":"ADS_SYSTEMFLAG_ATTR_IS_CONSTRUCTED","features":[473]},{"name":"ADS_SYSTEMFLAG_ATTR_NOT_REPLICATED","features":[473]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_LIMITED_MOVE","features":[473]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_MOVE","features":[473]},{"name":"ADS_SYSTEMFLAG_CONFIG_ALLOW_RENAME","features":[473]},{"name":"ADS_SYSTEMFLAG_CR_NTDS_DOMAIN","features":[473]},{"name":"ADS_SYSTEMFLAG_CR_NTDS_NC","features":[473]},{"name":"ADS_SYSTEMFLAG_DISALLOW_DELETE","features":[473]},{"name":"ADS_SYSTEMFLAG_DOMAIN_DISALLOW_MOVE","features":[473]},{"name":"ADS_SYSTEMFLAG_DOMAIN_DISALLOW_RENAME","features":[473]},{"name":"ADS_SYSTEMFLAG_ENUM","features":[473]},{"name":"ADS_TIMESTAMP","features":[473]},{"name":"ADS_TYPEDNAME","features":[473]},{"name":"ADS_UF_ACCOUNTDISABLE","features":[473]},{"name":"ADS_UF_DONT_EXPIRE_PASSWD","features":[473]},{"name":"ADS_UF_DONT_REQUIRE_PREAUTH","features":[473]},{"name":"ADS_UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[473]},{"name":"ADS_UF_HOMEDIR_REQUIRED","features":[473]},{"name":"ADS_UF_INTERDOMAIN_TRUST_ACCOUNT","features":[473]},{"name":"ADS_UF_LOCKOUT","features":[473]},{"name":"ADS_UF_MNS_LOGON_ACCOUNT","features":[473]},{"name":"ADS_UF_NORMAL_ACCOUNT","features":[473]},{"name":"ADS_UF_NOT_DELEGATED","features":[473]},{"name":"ADS_UF_PASSWD_CANT_CHANGE","features":[473]},{"name":"ADS_UF_PASSWD_NOTREQD","features":[473]},{"name":"ADS_UF_PASSWORD_EXPIRED","features":[473]},{"name":"ADS_UF_SCRIPT","features":[473]},{"name":"ADS_UF_SERVER_TRUST_ACCOUNT","features":[473]},{"name":"ADS_UF_SMARTCARD_REQUIRED","features":[473]},{"name":"ADS_UF_TEMP_DUPLICATE_ACCOUNT","features":[473]},{"name":"ADS_UF_TRUSTED_FOR_DELEGATION","features":[473]},{"name":"ADS_UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[473]},{"name":"ADS_UF_USE_DES_KEY_ONLY","features":[473]},{"name":"ADS_UF_WORKSTATION_TRUST_ACCOUNT","features":[473]},{"name":"ADS_USER_FLAG_ENUM","features":[473]},{"name":"ADS_USE_DELEGATION","features":[473]},{"name":"ADS_USE_ENCRYPTION","features":[473]},{"name":"ADS_USE_SEALING","features":[473]},{"name":"ADS_USE_SIGNING","features":[473]},{"name":"ADS_USE_SSL","features":[473]},{"name":"ADS_VLV","features":[473]},{"name":"ADSystemInfo","features":[473]},{"name":"ADsBuildEnumerator","features":[473,358,359]},{"name":"ADsBuildVarArrayInt","features":[305,473,358,359,360]},{"name":"ADsBuildVarArrayStr","features":[305,473,358,359,360]},{"name":"ADsDecodeBinaryData","features":[473]},{"name":"ADsEncodeBinaryData","features":[473]},{"name":"ADsEnumerateNext","features":[305,473,358,359,360]},{"name":"ADsFreeEnumerator","features":[473,359]},{"name":"ADsGetLastError","features":[473]},{"name":"ADsGetObject","features":[473]},{"name":"ADsOpenObject","features":[473]},{"name":"ADsPropCheckIfWritable","features":[305,473]},{"name":"ADsPropCreateNotifyObj","features":[305,473,358]},{"name":"ADsPropGetInitInfo","features":[305,473]},{"name":"ADsPropSendErrorMessage","features":[305,473]},{"name":"ADsPropSetHwnd","features":[305,473]},{"name":"ADsPropSetHwndWithTitle","features":[305,473]},{"name":"ADsPropShowErrorDialog","features":[305,473]},{"name":"ADsSecurityUtility","features":[473]},{"name":"ADsSetLastError","features":[473]},{"name":"AccessControlEntry","features":[473]},{"name":"AccessControlList","features":[473]},{"name":"AdsFreeAdsValues","features":[305,473]},{"name":"AdsTypeToPropVariant","features":[305,473,358,359,360]},{"name":"AllocADsMem","features":[473]},{"name":"AllocADsStr","features":[473]},{"name":"BackLink","features":[473]},{"name":"BinarySDToSecurityDescriptor","features":[305,473,309,358,359,360]},{"name":"CFSTR_DSDISPLAYSPECOPTIONS","features":[473]},{"name":"CFSTR_DSOBJECTNAMES","features":[473]},{"name":"CFSTR_DSOP_DS_SELECTION_LIST","features":[473]},{"name":"CFSTR_DSPROPERTYPAGEINFO","features":[473]},{"name":"CFSTR_DSQUERYPARAMS","features":[473]},{"name":"CFSTR_DSQUERYSCOPE","features":[473]},{"name":"CFSTR_DS_DISPLAY_SPEC_OPTIONS","features":[473]},{"name":"CLSID_CommonQuery","features":[473]},{"name":"CLSID_DsAdminCreateObj","features":[473]},{"name":"CLSID_DsDisplaySpecifier","features":[473]},{"name":"CLSID_DsDomainTreeBrowser","features":[473]},{"name":"CLSID_DsFindAdvanced","features":[473]},{"name":"CLSID_DsFindComputer","features":[473]},{"name":"CLSID_DsFindContainer","features":[473]},{"name":"CLSID_DsFindDomainController","features":[473]},{"name":"CLSID_DsFindFrsMembers","features":[473]},{"name":"CLSID_DsFindObjects","features":[473]},{"name":"CLSID_DsFindPeople","features":[473]},{"name":"CLSID_DsFindPrinter","features":[473]},{"name":"CLSID_DsFindVolume","features":[473]},{"name":"CLSID_DsFindWriteableDomainController","features":[473]},{"name":"CLSID_DsFolderProperties","features":[473]},{"name":"CLSID_DsObjectPicker","features":[473]},{"name":"CLSID_DsPropertyPages","features":[473]},{"name":"CLSID_DsQuery","features":[473]},{"name":"CLSID_MicrosoftDS","features":[473]},{"name":"CQFF_ISOPTIONAL","features":[473]},{"name":"CQFF_NOGLOBALPAGES","features":[473]},{"name":"CQFORM","features":[473,374]},{"name":"CQPAGE","features":[305,473,374]},{"name":"CQPM_CLEARFORM","features":[473]},{"name":"CQPM_ENABLE","features":[473]},{"name":"CQPM_GETPARAMETERS","features":[473]},{"name":"CQPM_HANDLERSPECIFIC","features":[473]},{"name":"CQPM_HELP","features":[473]},{"name":"CQPM_INITIALIZE","features":[473]},{"name":"CQPM_PERSIST","features":[473]},{"name":"CQPM_RELEASE","features":[473]},{"name":"CQPM_SETDEFAULTPARAMETERS","features":[473]},{"name":"CaseIgnoreList","features":[473]},{"name":"DBDTF_RETURNEXTERNAL","features":[473]},{"name":"DBDTF_RETURNFQDN","features":[473]},{"name":"DBDTF_RETURNINBOUND","features":[473]},{"name":"DBDTF_RETURNINOUTBOUND","features":[473]},{"name":"DBDTF_RETURNMIXEDDOMAINS","features":[473]},{"name":"DNWithBinary","features":[473]},{"name":"DNWithString","features":[473]},{"name":"DOMAINDESC","features":[305,473]},{"name":"DOMAIN_CONTROLLER_INFOA","features":[473]},{"name":"DOMAIN_CONTROLLER_INFOW","features":[473]},{"name":"DOMAIN_TREE","features":[305,473]},{"name":"DSA_NEWOBJ_CTX_CLEANUP","features":[473]},{"name":"DSA_NEWOBJ_CTX_COMMIT","features":[473]},{"name":"DSA_NEWOBJ_CTX_POSTCOMMIT","features":[473]},{"name":"DSA_NEWOBJ_CTX_PRECOMMIT","features":[473]},{"name":"DSA_NEWOBJ_DISPINFO","features":[473,374]},{"name":"DSA_NOTIFY_DEL","features":[473]},{"name":"DSA_NOTIFY_FLAG_ADDITIONAL_DATA","features":[473]},{"name":"DSA_NOTIFY_FLAG_FORCE_ADDITIONAL_DATA","features":[473]},{"name":"DSA_NOTIFY_MOV","features":[473]},{"name":"DSA_NOTIFY_PROP","features":[473]},{"name":"DSA_NOTIFY_REN","features":[473]},{"name":"DSBF_DISPLAYNAME","features":[473]},{"name":"DSBF_ICONLOCATION","features":[473]},{"name":"DSBF_STATE","features":[473]},{"name":"DSBID_BANNER","features":[473]},{"name":"DSBID_CONTAINERLIST","features":[473]},{"name":"DSBITEMA","features":[473]},{"name":"DSBITEMW","features":[473]},{"name":"DSBI_CHECKBOXES","features":[473]},{"name":"DSBI_DONTSIGNSEAL","features":[473]},{"name":"DSBI_ENTIREDIRECTORY","features":[473]},{"name":"DSBI_EXPANDONOPEN","features":[473]},{"name":"DSBI_HASCREDENTIALS","features":[473]},{"name":"DSBI_IGNORETREATASLEAF","features":[473]},{"name":"DSBI_INCLUDEHIDDEN","features":[473]},{"name":"DSBI_NOBUTTONS","features":[473]},{"name":"DSBI_NOLINES","features":[473]},{"name":"DSBI_NOLINESATROOT","features":[473]},{"name":"DSBI_NOROOT","features":[473]},{"name":"DSBI_RETURNOBJECTCLASS","features":[473]},{"name":"DSBI_RETURN_FORMAT","features":[473]},{"name":"DSBI_SIMPLEAUTHENTICATE","features":[473]},{"name":"DSBM_CHANGEIMAGESTATE","features":[473]},{"name":"DSBM_CONTEXTMENU","features":[473]},{"name":"DSBM_HELP","features":[473]},{"name":"DSBM_QUERYINSERT","features":[473]},{"name":"DSBM_QUERYINSERTA","features":[473]},{"name":"DSBM_QUERYINSERTW","features":[473]},{"name":"DSBROWSEINFOA","features":[305,473,474]},{"name":"DSBROWSEINFOW","features":[305,473,474]},{"name":"DSBS_CHECKED","features":[473]},{"name":"DSBS_HIDDEN","features":[473]},{"name":"DSBS_ROOT","features":[473]},{"name":"DSB_MAX_DISPLAYNAME_CHARS","features":[473]},{"name":"DSCCIF_HASWIZARDDIALOG","features":[473]},{"name":"DSCCIF_HASWIZARDPRIMARYPAGE","features":[473]},{"name":"DSCLASSCREATIONINFO","features":[473]},{"name":"DSCOLUMN","features":[473]},{"name":"DSDISPLAYSPECOPTIONS","features":[473]},{"name":"DSDSOF_DONTSIGNSEAL","features":[473]},{"name":"DSDSOF_DSAVAILABLE","features":[473]},{"name":"DSDSOF_HASUSERANDSERVERINFO","features":[473]},{"name":"DSDSOF_SIMPLEAUTHENTICATE","features":[473]},{"name":"DSECAF_NOTLISTED","features":[473]},{"name":"DSGIF_DEFAULTISCONTAINER","features":[473]},{"name":"DSGIF_GETDEFAULTICON","features":[473]},{"name":"DSGIF_ISDISABLED","features":[473]},{"name":"DSGIF_ISMASK","features":[473]},{"name":"DSGIF_ISNORMAL","features":[473]},{"name":"DSGIF_ISOPEN","features":[473]},{"name":"DSICCF_IGNORETREATASLEAF","features":[473]},{"name":"DSOBJECT","features":[473]},{"name":"DSOBJECTNAMES","features":[473]},{"name":"DSOBJECT_ISCONTAINER","features":[473]},{"name":"DSOBJECT_READONLYPAGES","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_ALL_APP_PACKAGES","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_ALL_WELLKNOWN_SIDS","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_ANONYMOUS","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_AUTHENTICATED_USER","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_BATCH","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_COMPUTERS","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_CREATOR_GROUP","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_CREATOR_OWNER","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_DIALUP","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_EXCLUDE_BUILTIN_GROUPS","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_GLOBAL_GROUPS","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_IIS_APP_POOL","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_INTERACTIVE","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_INTERNET_USER","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_ACCOUNTS","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_GROUPS","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_LOGON","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_LOCAL_SERVICE","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_NETWORK","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_NETWORK_SERVICE","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_OWNER_RIGHTS","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_REMOTE_LOGON","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_SERVICE","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_SERVICES","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_SYSTEM","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_TERMINAL_SERVER","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_THIS_ORG_CERT","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_USERS","features":[473]},{"name":"DSOP_DOWNLEVEL_FILTER_WORLD","features":[473]},{"name":"DSOP_FILTER_BUILTIN_GROUPS","features":[473]},{"name":"DSOP_FILTER_COMPUTERS","features":[473]},{"name":"DSOP_FILTER_CONTACTS","features":[473]},{"name":"DSOP_FILTER_DOMAIN_LOCAL_GROUPS_DL","features":[473]},{"name":"DSOP_FILTER_DOMAIN_LOCAL_GROUPS_SE","features":[473]},{"name":"DSOP_FILTER_FLAGS","features":[473]},{"name":"DSOP_FILTER_GLOBAL_GROUPS_DL","features":[473]},{"name":"DSOP_FILTER_GLOBAL_GROUPS_SE","features":[473]},{"name":"DSOP_FILTER_INCLUDE_ADVANCED_VIEW","features":[473]},{"name":"DSOP_FILTER_PASSWORDSETTINGS_OBJECTS","features":[473]},{"name":"DSOP_FILTER_SERVICE_ACCOUNTS","features":[473]},{"name":"DSOP_FILTER_UNIVERSAL_GROUPS_DL","features":[473]},{"name":"DSOP_FILTER_UNIVERSAL_GROUPS_SE","features":[473]},{"name":"DSOP_FILTER_USERS","features":[473]},{"name":"DSOP_FILTER_WELL_KNOWN_PRINCIPALS","features":[473]},{"name":"DSOP_FLAG_MULTISELECT","features":[473]},{"name":"DSOP_FLAG_SKIP_TARGET_COMPUTER_DC_CHECK","features":[473]},{"name":"DSOP_INIT_INFO","features":[473]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_COMPUTERS","features":[473]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_CONTACTS","features":[473]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_GROUPS","features":[473]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_PASSWORDSETTINGS_OBJECTS","features":[473]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_SERVICE_ACCOUNTS","features":[473]},{"name":"DSOP_SCOPE_FLAG_DEFAULT_FILTER_USERS","features":[473]},{"name":"DSOP_SCOPE_FLAG_STARTING_SCOPE","features":[473]},{"name":"DSOP_SCOPE_FLAG_WANT_DOWNLEVEL_BUILTIN_PATH","features":[473]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_GC","features":[473]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_LDAP","features":[473]},{"name":"DSOP_SCOPE_FLAG_WANT_PROVIDER_WINNT","features":[473]},{"name":"DSOP_SCOPE_FLAG_WANT_SID_PATH","features":[473]},{"name":"DSOP_SCOPE_INIT_INFO","features":[473]},{"name":"DSOP_SCOPE_TYPE_DOWNLEVEL_JOINED_DOMAIN","features":[473]},{"name":"DSOP_SCOPE_TYPE_ENTERPRISE_DOMAIN","features":[473]},{"name":"DSOP_SCOPE_TYPE_EXTERNAL_DOWNLEVEL_DOMAIN","features":[473]},{"name":"DSOP_SCOPE_TYPE_EXTERNAL_UPLEVEL_DOMAIN","features":[473]},{"name":"DSOP_SCOPE_TYPE_GLOBAL_CATALOG","features":[473]},{"name":"DSOP_SCOPE_TYPE_TARGET_COMPUTER","features":[473]},{"name":"DSOP_SCOPE_TYPE_UPLEVEL_JOINED_DOMAIN","features":[473]},{"name":"DSOP_SCOPE_TYPE_USER_ENTERED_DOWNLEVEL_SCOPE","features":[473]},{"name":"DSOP_SCOPE_TYPE_USER_ENTERED_UPLEVEL_SCOPE","features":[473]},{"name":"DSOP_SCOPE_TYPE_WORKGROUP","features":[473]},{"name":"DSOP_UPLEVEL_FILTER_FLAGS","features":[473]},{"name":"DSPROPERTYPAGEINFO","features":[473]},{"name":"DSPROP_ATTRCHANGED_MSG","features":[473]},{"name":"DSPROVIDER_ADVANCED","features":[473]},{"name":"DSPROVIDER_AD_LDS","features":[473]},{"name":"DSPROVIDER_UNUSED_0","features":[473]},{"name":"DSPROVIDER_UNUSED_1","features":[473]},{"name":"DSPROVIDER_UNUSED_2","features":[473]},{"name":"DSPROVIDER_UNUSED_3","features":[473]},{"name":"DSQPF_ENABLEADMINFEATURES","features":[473]},{"name":"DSQPF_ENABLEADVANCEDFEATURES","features":[473]},{"name":"DSQPF_HASCREDENTIALS","features":[473]},{"name":"DSQPF_NOCHOOSECOLUMNS","features":[473]},{"name":"DSQPF_NOSAVE","features":[473]},{"name":"DSQPF_SAVELOCATION","features":[473]},{"name":"DSQPF_SHOWHIDDENOBJECTS","features":[473]},{"name":"DSQPM_GETCLASSLIST","features":[473]},{"name":"DSQPM_HELPTOPICS","features":[473]},{"name":"DSQUERYCLASSLIST","features":[473]},{"name":"DSQUERYINITPARAMS","features":[473]},{"name":"DSQUERYPARAMS","features":[305,473]},{"name":"DSROLE_MACHINE_ROLE","features":[473]},{"name":"DSROLE_OPERATION_STATE","features":[473]},{"name":"DSROLE_OPERATION_STATE_INFO","features":[473]},{"name":"DSROLE_PRIMARY_DOMAIN_GUID_PRESENT","features":[473]},{"name":"DSROLE_PRIMARY_DOMAIN_INFO_BASIC","features":[473]},{"name":"DSROLE_PRIMARY_DOMAIN_INFO_LEVEL","features":[473]},{"name":"DSROLE_PRIMARY_DS_MIXED_MODE","features":[473]},{"name":"DSROLE_PRIMARY_DS_READONLY","features":[473]},{"name":"DSROLE_PRIMARY_DS_RUNNING","features":[473]},{"name":"DSROLE_SERVER_STATE","features":[473]},{"name":"DSROLE_UPGRADE_IN_PROGRESS","features":[473]},{"name":"DSROLE_UPGRADE_STATUS_INFO","features":[473]},{"name":"DSSSF_DONTSIGNSEAL","features":[473]},{"name":"DSSSF_DSAVAILABLE","features":[473]},{"name":"DSSSF_SIMPLEAUTHENTICATE","features":[473]},{"name":"DS_AVOID_SELF","features":[473]},{"name":"DS_BACKGROUND_ONLY","features":[473]},{"name":"DS_BEHAVIOR_LONGHORN","features":[473]},{"name":"DS_BEHAVIOR_WIN2000","features":[473]},{"name":"DS_BEHAVIOR_WIN2003","features":[473]},{"name":"DS_BEHAVIOR_WIN2003_WITH_MIXED_DOMAINS","features":[473]},{"name":"DS_BEHAVIOR_WIN2008","features":[473]},{"name":"DS_BEHAVIOR_WIN2008R2","features":[473]},{"name":"DS_BEHAVIOR_WIN2012","features":[473]},{"name":"DS_BEHAVIOR_WIN2012R2","features":[473]},{"name":"DS_BEHAVIOR_WIN2016","features":[473]},{"name":"DS_BEHAVIOR_WIN7","features":[473]},{"name":"DS_BEHAVIOR_WIN8","features":[473]},{"name":"DS_BEHAVIOR_WINBLUE","features":[473]},{"name":"DS_BEHAVIOR_WINTHRESHOLD","features":[473]},{"name":"DS_CANONICAL_NAME","features":[473]},{"name":"DS_CANONICAL_NAME_EX","features":[473]},{"name":"DS_CLOSEST_FLAG","features":[473]},{"name":"DS_DIRECTORY_SERVICE_10_REQUIRED","features":[473]},{"name":"DS_DIRECTORY_SERVICE_6_REQUIRED","features":[473]},{"name":"DS_DIRECTORY_SERVICE_8_REQUIRED","features":[473]},{"name":"DS_DIRECTORY_SERVICE_9_REQUIRED","features":[473]},{"name":"DS_DIRECTORY_SERVICE_PREFERRED","features":[473]},{"name":"DS_DIRECTORY_SERVICE_REQUIRED","features":[473]},{"name":"DS_DISPLAY_NAME","features":[473]},{"name":"DS_DNS_CONTROLLER_FLAG","features":[473]},{"name":"DS_DNS_DOMAIN_FLAG","features":[473]},{"name":"DS_DNS_DOMAIN_NAME","features":[473]},{"name":"DS_DNS_FOREST_FLAG","features":[473]},{"name":"DS_DOMAIN_CONTROLLER_INFO_1A","features":[305,473]},{"name":"DS_DOMAIN_CONTROLLER_INFO_1W","features":[305,473]},{"name":"DS_DOMAIN_CONTROLLER_INFO_2A","features":[305,473]},{"name":"DS_DOMAIN_CONTROLLER_INFO_2W","features":[305,473]},{"name":"DS_DOMAIN_CONTROLLER_INFO_3A","features":[305,473]},{"name":"DS_DOMAIN_CONTROLLER_INFO_3W","features":[305,473]},{"name":"DS_DOMAIN_DIRECT_INBOUND","features":[473]},{"name":"DS_DOMAIN_DIRECT_OUTBOUND","features":[473]},{"name":"DS_DOMAIN_IN_FOREST","features":[473]},{"name":"DS_DOMAIN_NATIVE_MODE","features":[473]},{"name":"DS_DOMAIN_PRIMARY","features":[473]},{"name":"DS_DOMAIN_TREE_ROOT","features":[473]},{"name":"DS_DOMAIN_TRUSTSA","features":[473,309]},{"name":"DS_DOMAIN_TRUSTSW","features":[473,309]},{"name":"DS_DS_10_FLAG","features":[473]},{"name":"DS_DS_8_FLAG","features":[473]},{"name":"DS_DS_9_FLAG","features":[473]},{"name":"DS_DS_FLAG","features":[473]},{"name":"DS_EXIST_ADVISORY_MODE","features":[473]},{"name":"DS_FORCE_REDISCOVERY","features":[473]},{"name":"DS_FQDN_1779_NAME","features":[473]},{"name":"DS_FULL_SECRET_DOMAIN_6_FLAG","features":[473]},{"name":"DS_GC_FLAG","features":[473]},{"name":"DS_GC_SERVER_REQUIRED","features":[473]},{"name":"DS_GFTI_UPDATE_TDO","features":[473]},{"name":"DS_GFTI_VALID_FLAGS","features":[473]},{"name":"DS_GOOD_TIMESERV_FLAG","features":[473]},{"name":"DS_GOOD_TIMESERV_PREFERRED","features":[473]},{"name":"DS_INSTANCETYPE_IS_NC_HEAD","features":[473]},{"name":"DS_INSTANCETYPE_NC_COMING","features":[473]},{"name":"DS_INSTANCETYPE_NC_GOING","features":[473]},{"name":"DS_INSTANCETYPE_NC_IS_WRITEABLE","features":[473]},{"name":"DS_IP_REQUIRED","features":[473]},{"name":"DS_IS_DNS_NAME","features":[473]},{"name":"DS_IS_FLAT_NAME","features":[473]},{"name":"DS_KCC_FLAG_ASYNC_OP","features":[473]},{"name":"DS_KCC_FLAG_DAMPED","features":[473]},{"name":"DS_KCC_TASKID","features":[473]},{"name":"DS_KCC_TASKID_UPDATE_TOPOLOGY","features":[473]},{"name":"DS_KDC_FLAG","features":[473]},{"name":"DS_KDC_REQUIRED","features":[473]},{"name":"DS_KEY_LIST_FLAG","features":[473]},{"name":"DS_KEY_LIST_SUPPORT_REQUIRED","features":[473]},{"name":"DS_LDAP_FLAG","features":[473]},{"name":"DS_LIST_ACCOUNT_OBJECT_FOR_SERVER","features":[473]},{"name":"DS_LIST_DNS_HOST_NAME_FOR_SERVER","features":[473]},{"name":"DS_LIST_DSA_OBJECT_FOR_SERVER","features":[473]},{"name":"DS_MANGLE_FOR","features":[473]},{"name":"DS_MANGLE_OBJECT_RDN_FOR_DELETION","features":[473]},{"name":"DS_MANGLE_OBJECT_RDN_FOR_NAME_CONFLICT","features":[473]},{"name":"DS_MANGLE_UNKNOWN","features":[473]},{"name":"DS_NAME_ERROR","features":[473]},{"name":"DS_NAME_ERROR_DOMAIN_ONLY","features":[473]},{"name":"DS_NAME_ERROR_NOT_FOUND","features":[473]},{"name":"DS_NAME_ERROR_NOT_UNIQUE","features":[473]},{"name":"DS_NAME_ERROR_NO_MAPPING","features":[473]},{"name":"DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING","features":[473]},{"name":"DS_NAME_ERROR_RESOLVING","features":[473]},{"name":"DS_NAME_ERROR_TRUST_REFERRAL","features":[473]},{"name":"DS_NAME_FLAGS","features":[473]},{"name":"DS_NAME_FLAG_EVAL_AT_DC","features":[473]},{"name":"DS_NAME_FLAG_GCVERIFY","features":[473]},{"name":"DS_NAME_FLAG_SYNTACTICAL_ONLY","features":[473]},{"name":"DS_NAME_FLAG_TRUST_REFERRAL","features":[473]},{"name":"DS_NAME_FORMAT","features":[473]},{"name":"DS_NAME_NO_ERROR","features":[473]},{"name":"DS_NAME_NO_FLAGS","features":[473]},{"name":"DS_NAME_RESULTA","features":[473]},{"name":"DS_NAME_RESULTW","features":[473]},{"name":"DS_NAME_RESULT_ITEMA","features":[473]},{"name":"DS_NAME_RESULT_ITEMW","features":[473]},{"name":"DS_NDNC_FLAG","features":[473]},{"name":"DS_NOTIFY_AFTER_SITE_RECORDS","features":[473]},{"name":"DS_NT4_ACCOUNT_NAME","features":[473]},{"name":"DS_ONLY_DO_SITE_NAME","features":[473]},{"name":"DS_ONLY_LDAP_NEEDED","features":[473]},{"name":"DS_PDC_FLAG","features":[473]},{"name":"DS_PDC_REQUIRED","features":[473]},{"name":"DS_PING_FLAGS","features":[473]},{"name":"DS_PROP_ADMIN_PREFIX","features":[473]},{"name":"DS_PROP_SHELL_PREFIX","features":[473]},{"name":"DS_REPADD_ASYNCHRONOUS_OPERATION","features":[473]},{"name":"DS_REPADD_ASYNCHRONOUS_REPLICA","features":[473]},{"name":"DS_REPADD_CRITICAL","features":[473]},{"name":"DS_REPADD_DISABLE_NOTIFICATION","features":[473]},{"name":"DS_REPADD_DISABLE_PERIODIC","features":[473]},{"name":"DS_REPADD_INITIAL","features":[473]},{"name":"DS_REPADD_INTERSITE_MESSAGING","features":[473]},{"name":"DS_REPADD_NEVER_NOTIFY","features":[473]},{"name":"DS_REPADD_NONGC_RO_REPLICA","features":[473]},{"name":"DS_REPADD_PERIODIC","features":[473]},{"name":"DS_REPADD_SELECT_SECRETS","features":[473]},{"name":"DS_REPADD_TWO_WAY","features":[473]},{"name":"DS_REPADD_USE_COMPRESSION","features":[473]},{"name":"DS_REPADD_WRITEABLE","features":[473]},{"name":"DS_REPDEL_ASYNCHRONOUS_OPERATION","features":[473]},{"name":"DS_REPDEL_IGNORE_ERRORS","features":[473]},{"name":"DS_REPDEL_INTERSITE_MESSAGING","features":[473]},{"name":"DS_REPDEL_LOCAL_ONLY","features":[473]},{"name":"DS_REPDEL_NO_SOURCE","features":[473]},{"name":"DS_REPDEL_REF_OK","features":[473]},{"name":"DS_REPDEL_WRITEABLE","features":[473]},{"name":"DS_REPL_ATTR_META_DATA","features":[305,473]},{"name":"DS_REPL_ATTR_META_DATA_2","features":[305,473]},{"name":"DS_REPL_ATTR_META_DATA_BLOB","features":[305,473]},{"name":"DS_REPL_ATTR_VALUE_META_DATA","features":[305,473]},{"name":"DS_REPL_ATTR_VALUE_META_DATA_2","features":[305,473]},{"name":"DS_REPL_ATTR_VALUE_META_DATA_EXT","features":[305,473]},{"name":"DS_REPL_CURSOR","features":[473]},{"name":"DS_REPL_CURSORS","features":[473]},{"name":"DS_REPL_CURSORS_2","features":[305,473]},{"name":"DS_REPL_CURSORS_3W","features":[305,473]},{"name":"DS_REPL_CURSOR_2","features":[305,473]},{"name":"DS_REPL_CURSOR_3W","features":[305,473]},{"name":"DS_REPL_CURSOR_BLOB","features":[305,473]},{"name":"DS_REPL_INFO_CURSORS_2_FOR_NC","features":[473]},{"name":"DS_REPL_INFO_CURSORS_3_FOR_NC","features":[473]},{"name":"DS_REPL_INFO_CURSORS_FOR_NC","features":[473]},{"name":"DS_REPL_INFO_FLAG_IMPROVE_LINKED_ATTRS","features":[473]},{"name":"DS_REPL_INFO_KCC_DSA_CONNECT_FAILURES","features":[473]},{"name":"DS_REPL_INFO_KCC_DSA_LINK_FAILURES","features":[473]},{"name":"DS_REPL_INFO_METADATA_2_FOR_ATTR_VALUE","features":[473]},{"name":"DS_REPL_INFO_METADATA_2_FOR_OBJ","features":[473]},{"name":"DS_REPL_INFO_METADATA_EXT_FOR_ATTR_VALUE","features":[473]},{"name":"DS_REPL_INFO_METADATA_FOR_ATTR_VALUE","features":[473]},{"name":"DS_REPL_INFO_METADATA_FOR_OBJ","features":[473]},{"name":"DS_REPL_INFO_NEIGHBORS","features":[473]},{"name":"DS_REPL_INFO_PENDING_OPS","features":[473]},{"name":"DS_REPL_INFO_TYPE","features":[473]},{"name":"DS_REPL_INFO_TYPE_MAX","features":[473]},{"name":"DS_REPL_KCC_DSA_FAILURESW","features":[305,473]},{"name":"DS_REPL_KCC_DSA_FAILUREW","features":[305,473]},{"name":"DS_REPL_KCC_DSA_FAILUREW_BLOB","features":[305,473]},{"name":"DS_REPL_NBR_COMPRESS_CHANGES","features":[473]},{"name":"DS_REPL_NBR_DISABLE_SCHEDULED_SYNC","features":[473]},{"name":"DS_REPL_NBR_DO_SCHEDULED_SYNCS","features":[473]},{"name":"DS_REPL_NBR_FULL_SYNC_IN_PROGRESS","features":[473]},{"name":"DS_REPL_NBR_FULL_SYNC_NEXT_PACKET","features":[473]},{"name":"DS_REPL_NBR_GCSPN","features":[473]},{"name":"DS_REPL_NBR_IGNORE_CHANGE_NOTIFICATIONS","features":[473]},{"name":"DS_REPL_NBR_NEVER_SYNCED","features":[473]},{"name":"DS_REPL_NBR_NONGC_RO_REPLICA","features":[473]},{"name":"DS_REPL_NBR_NO_CHANGE_NOTIFICATIONS","features":[473]},{"name":"DS_REPL_NBR_PARTIAL_ATTRIBUTE_SET","features":[473]},{"name":"DS_REPL_NBR_PREEMPTED","features":[473]},{"name":"DS_REPL_NBR_RETURN_OBJECT_PARENTS","features":[473]},{"name":"DS_REPL_NBR_SELECT_SECRETS","features":[473]},{"name":"DS_REPL_NBR_SYNC_ON_STARTUP","features":[473]},{"name":"DS_REPL_NBR_TWO_WAY_SYNC","features":[473]},{"name":"DS_REPL_NBR_USE_ASYNC_INTERSITE_TRANSPORT","features":[473]},{"name":"DS_REPL_NBR_WRITEABLE","features":[473]},{"name":"DS_REPL_NEIGHBORSW","features":[305,473]},{"name":"DS_REPL_NEIGHBORW","features":[305,473]},{"name":"DS_REPL_NEIGHBORW_BLOB","features":[305,473]},{"name":"DS_REPL_OBJ_META_DATA","features":[305,473]},{"name":"DS_REPL_OBJ_META_DATA_2","features":[305,473]},{"name":"DS_REPL_OPW","features":[305,473]},{"name":"DS_REPL_OPW_BLOB","features":[305,473]},{"name":"DS_REPL_OP_TYPE","features":[473]},{"name":"DS_REPL_OP_TYPE_ADD","features":[473]},{"name":"DS_REPL_OP_TYPE_DELETE","features":[473]},{"name":"DS_REPL_OP_TYPE_MODIFY","features":[473]},{"name":"DS_REPL_OP_TYPE_SYNC","features":[473]},{"name":"DS_REPL_OP_TYPE_UPDATE_REFS","features":[473]},{"name":"DS_REPL_PENDING_OPSW","features":[305,473]},{"name":"DS_REPL_QUEUE_STATISTICSW","features":[305,473]},{"name":"DS_REPL_VALUE_META_DATA","features":[305,473]},{"name":"DS_REPL_VALUE_META_DATA_2","features":[305,473]},{"name":"DS_REPL_VALUE_META_DATA_BLOB","features":[305,473]},{"name":"DS_REPL_VALUE_META_DATA_BLOB_EXT","features":[305,473]},{"name":"DS_REPL_VALUE_META_DATA_EXT","features":[305,473]},{"name":"DS_REPMOD_ASYNCHRONOUS_OPERATION","features":[473]},{"name":"DS_REPMOD_UPDATE_ADDRESS","features":[473]},{"name":"DS_REPMOD_UPDATE_FLAGS","features":[473]},{"name":"DS_REPMOD_UPDATE_INSTANCE","features":[473]},{"name":"DS_REPMOD_UPDATE_RESULT","features":[473]},{"name":"DS_REPMOD_UPDATE_SCHEDULE","features":[473]},{"name":"DS_REPMOD_UPDATE_TRANSPORT","features":[473]},{"name":"DS_REPMOD_WRITEABLE","features":[473]},{"name":"DS_REPSYNCALL_ABORT_IF_SERVER_UNAVAILABLE","features":[473]},{"name":"DS_REPSYNCALL_CROSS_SITE_BOUNDARIES","features":[473]},{"name":"DS_REPSYNCALL_DO_NOT_SYNC","features":[473]},{"name":"DS_REPSYNCALL_ERRINFOA","features":[473]},{"name":"DS_REPSYNCALL_ERRINFOW","features":[473]},{"name":"DS_REPSYNCALL_ERROR","features":[473]},{"name":"DS_REPSYNCALL_EVENT","features":[473]},{"name":"DS_REPSYNCALL_EVENT_ERROR","features":[473]},{"name":"DS_REPSYNCALL_EVENT_FINISHED","features":[473]},{"name":"DS_REPSYNCALL_EVENT_SYNC_COMPLETED","features":[473]},{"name":"DS_REPSYNCALL_EVENT_SYNC_STARTED","features":[473]},{"name":"DS_REPSYNCALL_ID_SERVERS_BY_DN","features":[473]},{"name":"DS_REPSYNCALL_NO_OPTIONS","features":[473]},{"name":"DS_REPSYNCALL_PUSH_CHANGES_OUTWARD","features":[473]},{"name":"DS_REPSYNCALL_SERVER_UNREACHABLE","features":[473]},{"name":"DS_REPSYNCALL_SKIP_INITIAL_CHECK","features":[473]},{"name":"DS_REPSYNCALL_SYNCA","features":[473]},{"name":"DS_REPSYNCALL_SYNCW","features":[473]},{"name":"DS_REPSYNCALL_SYNC_ADJACENT_SERVERS_ONLY","features":[473]},{"name":"DS_REPSYNCALL_UPDATEA","features":[473]},{"name":"DS_REPSYNCALL_UPDATEW","features":[473]},{"name":"DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER","features":[473]},{"name":"DS_REPSYNCALL_WIN32_ERROR_REPLICATING","features":[473]},{"name":"DS_REPSYNC_ABANDONED","features":[473]},{"name":"DS_REPSYNC_ADD_REFERENCE","features":[473]},{"name":"DS_REPSYNC_ASYNCHRONOUS_OPERATION","features":[473]},{"name":"DS_REPSYNC_ASYNCHRONOUS_REPLICA","features":[473]},{"name":"DS_REPSYNC_CRITICAL","features":[473]},{"name":"DS_REPSYNC_FORCE","features":[473]},{"name":"DS_REPSYNC_FULL","features":[473]},{"name":"DS_REPSYNC_FULL_IN_PROGRESS","features":[473]},{"name":"DS_REPSYNC_INITIAL","features":[473]},{"name":"DS_REPSYNC_INITIAL_IN_PROGRESS","features":[473]},{"name":"DS_REPSYNC_INTERSITE_MESSAGING","features":[473]},{"name":"DS_REPSYNC_NEVER_COMPLETED","features":[473]},{"name":"DS_REPSYNC_NEVER_NOTIFY","features":[473]},{"name":"DS_REPSYNC_NONGC_RO_REPLICA","features":[473]},{"name":"DS_REPSYNC_NOTIFICATION","features":[473]},{"name":"DS_REPSYNC_NO_DISCARD","features":[473]},{"name":"DS_REPSYNC_PARTIAL_ATTRIBUTE_SET","features":[473]},{"name":"DS_REPSYNC_PERIODIC","features":[473]},{"name":"DS_REPSYNC_PREEMPTED","features":[473]},{"name":"DS_REPSYNC_REQUEUE","features":[473]},{"name":"DS_REPSYNC_SELECT_SECRETS","features":[473]},{"name":"DS_REPSYNC_TWO_WAY","features":[473]},{"name":"DS_REPSYNC_URGENT","features":[473]},{"name":"DS_REPSYNC_USE_COMPRESSION","features":[473]},{"name":"DS_REPSYNC_WRITEABLE","features":[473]},{"name":"DS_REPUPD_ADD_REFERENCE","features":[473]},{"name":"DS_REPUPD_ASYNCHRONOUS_OPERATION","features":[473]},{"name":"DS_REPUPD_DELETE_REFERENCE","features":[473]},{"name":"DS_REPUPD_REFERENCE_GCSPN","features":[473]},{"name":"DS_REPUPD_WRITEABLE","features":[473]},{"name":"DS_RETURN_DNS_NAME","features":[473]},{"name":"DS_RETURN_FLAT_NAME","features":[473]},{"name":"DS_ROLE_DOMAIN_OWNER","features":[473]},{"name":"DS_ROLE_INFRASTRUCTURE_OWNER","features":[473]},{"name":"DS_ROLE_PDC_OWNER","features":[473]},{"name":"DS_ROLE_RID_OWNER","features":[473]},{"name":"DS_ROLE_SCHEMA_OWNER","features":[473]},{"name":"DS_SCHEMA_GUID_ATTR","features":[473]},{"name":"DS_SCHEMA_GUID_ATTR_SET","features":[473]},{"name":"DS_SCHEMA_GUID_CLASS","features":[473]},{"name":"DS_SCHEMA_GUID_CONTROL_RIGHT","features":[473]},{"name":"DS_SCHEMA_GUID_MAPA","features":[473]},{"name":"DS_SCHEMA_GUID_MAPW","features":[473]},{"name":"DS_SCHEMA_GUID_NOT_FOUND","features":[473]},{"name":"DS_SELECTION","features":[305,473,358,359,360]},{"name":"DS_SELECTION_LIST","features":[305,473,358,359,360]},{"name":"DS_SELECT_SECRET_DOMAIN_6_FLAG","features":[473]},{"name":"DS_SERVICE_PRINCIPAL_NAME","features":[473]},{"name":"DS_SID_OR_SID_HISTORY_NAME","features":[473]},{"name":"DS_SITE_COST_INFO","features":[473]},{"name":"DS_SPN_ADD_SPN_OP","features":[473]},{"name":"DS_SPN_DELETE_SPN_OP","features":[473]},{"name":"DS_SPN_DNS_HOST","features":[473]},{"name":"DS_SPN_DN_HOST","features":[473]},{"name":"DS_SPN_DOMAIN","features":[473]},{"name":"DS_SPN_NAME_TYPE","features":[473]},{"name":"DS_SPN_NB_DOMAIN","features":[473]},{"name":"DS_SPN_NB_HOST","features":[473]},{"name":"DS_SPN_REPLACE_SPN_OP","features":[473]},{"name":"DS_SPN_SERVICE","features":[473]},{"name":"DS_SPN_WRITE_OP","features":[473]},{"name":"DS_SYNCED_EVENT_NAME","features":[473]},{"name":"DS_SYNCED_EVENT_NAME_W","features":[473]},{"name":"DS_TIMESERV_FLAG","features":[473]},{"name":"DS_TIMESERV_REQUIRED","features":[473]},{"name":"DS_TRY_NEXTCLOSEST_SITE","features":[473]},{"name":"DS_UNIQUE_ID_NAME","features":[473]},{"name":"DS_UNKNOWN_NAME","features":[473]},{"name":"DS_USER_PRINCIPAL_NAME","features":[473]},{"name":"DS_WEB_SERVICE_REQUIRED","features":[473]},{"name":"DS_WRITABLE_FLAG","features":[473]},{"name":"DS_WRITABLE_REQUIRED","features":[473]},{"name":"DS_WS_FLAG","features":[473]},{"name":"DsAddSidHistoryA","features":[305,473]},{"name":"DsAddSidHistoryW","features":[305,473]},{"name":"DsAddressToSiteNamesA","features":[473,319]},{"name":"DsAddressToSiteNamesExA","features":[473,319]},{"name":"DsAddressToSiteNamesExW","features":[473,319]},{"name":"DsAddressToSiteNamesW","features":[473,319]},{"name":"DsBindA","features":[305,473]},{"name":"DsBindByInstanceA","features":[305,473]},{"name":"DsBindByInstanceW","features":[305,473]},{"name":"DsBindToISTGA","features":[305,473]},{"name":"DsBindToISTGW","features":[305,473]},{"name":"DsBindW","features":[305,473]},{"name":"DsBindWithCredA","features":[305,473]},{"name":"DsBindWithCredW","features":[305,473]},{"name":"DsBindWithSpnA","features":[305,473]},{"name":"DsBindWithSpnExA","features":[305,473]},{"name":"DsBindWithSpnExW","features":[305,473]},{"name":"DsBindWithSpnW","features":[305,473]},{"name":"DsBindingSetTimeout","features":[305,473]},{"name":"DsBrowseForContainerA","features":[305,473,474]},{"name":"DsBrowseForContainerW","features":[305,473,474]},{"name":"DsClientMakeSpnForTargetServerA","features":[473]},{"name":"DsClientMakeSpnForTargetServerW","features":[473]},{"name":"DsCrackNamesA","features":[305,473]},{"name":"DsCrackNamesW","features":[305,473]},{"name":"DsCrackSpn2A","features":[473]},{"name":"DsCrackSpn2W","features":[473]},{"name":"DsCrackSpn3W","features":[473]},{"name":"DsCrackSpn4W","features":[473]},{"name":"DsCrackSpnA","features":[473]},{"name":"DsCrackSpnW","features":[473]},{"name":"DsCrackUnquotedMangledRdnA","features":[305,473]},{"name":"DsCrackUnquotedMangledRdnW","features":[305,473]},{"name":"DsDeregisterDnsHostRecordsA","features":[473]},{"name":"DsDeregisterDnsHostRecordsW","features":[473]},{"name":"DsEnumerateDomainTrustsA","features":[473,309]},{"name":"DsEnumerateDomainTrustsW","features":[473,309]},{"name":"DsFreeDomainControllerInfoA","features":[473]},{"name":"DsFreeDomainControllerInfoW","features":[473]},{"name":"DsFreeNameResultA","features":[473]},{"name":"DsFreeNameResultW","features":[473]},{"name":"DsFreePasswordCredentials","features":[473]},{"name":"DsFreeSchemaGuidMapA","features":[473]},{"name":"DsFreeSchemaGuidMapW","features":[473]},{"name":"DsFreeSpnArrayA","features":[473]},{"name":"DsFreeSpnArrayW","features":[473]},{"name":"DsGetDcCloseW","features":[305,473]},{"name":"DsGetDcNameA","features":[473]},{"name":"DsGetDcNameW","features":[473]},{"name":"DsGetDcNextA","features":[305,473,319]},{"name":"DsGetDcNextW","features":[305,473,319]},{"name":"DsGetDcOpenA","features":[305,473]},{"name":"DsGetDcOpenW","features":[305,473]},{"name":"DsGetDcSiteCoverageA","features":[473]},{"name":"DsGetDcSiteCoverageW","features":[473]},{"name":"DsGetDomainControllerInfoA","features":[305,473]},{"name":"DsGetDomainControllerInfoW","features":[305,473]},{"name":"DsGetForestTrustInformationW","features":[473,327]},{"name":"DsGetFriendlyClassName","features":[473]},{"name":"DsGetIcon","features":[473,374]},{"name":"DsGetRdnW","features":[473]},{"name":"DsGetSiteNameA","features":[473]},{"name":"DsGetSiteNameW","features":[473]},{"name":"DsGetSpnA","features":[473]},{"name":"DsGetSpnW","features":[473]},{"name":"DsInheritSecurityIdentityA","features":[305,473]},{"name":"DsInheritSecurityIdentityW","features":[305,473]},{"name":"DsIsMangledDnA","features":[305,473]},{"name":"DsIsMangledDnW","features":[305,473]},{"name":"DsIsMangledRdnValueA","features":[305,473]},{"name":"DsIsMangledRdnValueW","features":[305,473]},{"name":"DsListDomainsInSiteA","features":[305,473]},{"name":"DsListDomainsInSiteW","features":[305,473]},{"name":"DsListInfoForServerA","features":[305,473]},{"name":"DsListInfoForServerW","features":[305,473]},{"name":"DsListRolesA","features":[305,473]},{"name":"DsListRolesW","features":[305,473]},{"name":"DsListServersForDomainInSiteA","features":[305,473]},{"name":"DsListServersForDomainInSiteW","features":[305,473]},{"name":"DsListServersInSiteA","features":[305,473]},{"name":"DsListServersInSiteW","features":[305,473]},{"name":"DsListSitesA","features":[305,473]},{"name":"DsListSitesW","features":[305,473]},{"name":"DsMakePasswordCredentialsA","features":[473]},{"name":"DsMakePasswordCredentialsW","features":[473]},{"name":"DsMakeSpnA","features":[473]},{"name":"DsMakeSpnW","features":[473]},{"name":"DsMapSchemaGuidsA","features":[305,473]},{"name":"DsMapSchemaGuidsW","features":[305,473]},{"name":"DsMergeForestTrustInformationW","features":[473,327]},{"name":"DsQuerySitesByCostA","features":[305,473]},{"name":"DsQuerySitesByCostW","features":[305,473]},{"name":"DsQuerySitesFree","features":[473]},{"name":"DsQuoteRdnValueA","features":[473]},{"name":"DsQuoteRdnValueW","features":[473]},{"name":"DsRemoveDsDomainA","features":[305,473]},{"name":"DsRemoveDsDomainW","features":[305,473]},{"name":"DsRemoveDsServerA","features":[305,473]},{"name":"DsRemoveDsServerW","features":[305,473]},{"name":"DsReplicaAddA","features":[305,473]},{"name":"DsReplicaAddW","features":[305,473]},{"name":"DsReplicaConsistencyCheck","features":[305,473]},{"name":"DsReplicaDelA","features":[305,473]},{"name":"DsReplicaDelW","features":[305,473]},{"name":"DsReplicaFreeInfo","features":[473]},{"name":"DsReplicaGetInfo2W","features":[305,473]},{"name":"DsReplicaGetInfoW","features":[305,473]},{"name":"DsReplicaModifyA","features":[305,473]},{"name":"DsReplicaModifyW","features":[305,473]},{"name":"DsReplicaSyncA","features":[305,473]},{"name":"DsReplicaSyncAllA","features":[305,473]},{"name":"DsReplicaSyncAllW","features":[305,473]},{"name":"DsReplicaSyncW","features":[305,473]},{"name":"DsReplicaUpdateRefsA","features":[305,473]},{"name":"DsReplicaUpdateRefsW","features":[305,473]},{"name":"DsReplicaVerifyObjectsA","features":[305,473]},{"name":"DsReplicaVerifyObjectsW","features":[305,473]},{"name":"DsRoleFreeMemory","features":[473]},{"name":"DsRoleGetPrimaryDomainInformation","features":[473]},{"name":"DsRoleOperationActive","features":[473]},{"name":"DsRoleOperationIdle","features":[473]},{"name":"DsRoleOperationNeedReboot","features":[473]},{"name":"DsRoleOperationState","features":[473]},{"name":"DsRolePrimaryDomainInfoBasic","features":[473]},{"name":"DsRoleServerBackup","features":[473]},{"name":"DsRoleServerPrimary","features":[473]},{"name":"DsRoleServerUnknown","features":[473]},{"name":"DsRoleUpgradeStatus","features":[473]},{"name":"DsRole_RoleBackupDomainController","features":[473]},{"name":"DsRole_RoleMemberServer","features":[473]},{"name":"DsRole_RoleMemberWorkstation","features":[473]},{"name":"DsRole_RolePrimaryDomainController","features":[473]},{"name":"DsRole_RoleStandaloneServer","features":[473]},{"name":"DsRole_RoleStandaloneWorkstation","features":[473]},{"name":"DsServerRegisterSpnA","features":[473]},{"name":"DsServerRegisterSpnW","features":[473]},{"name":"DsUnBindA","features":[305,473]},{"name":"DsUnBindW","features":[305,473]},{"name":"DsUnquoteRdnValueA","features":[473]},{"name":"DsUnquoteRdnValueW","features":[473]},{"name":"DsValidateSubnetNameA","features":[473]},{"name":"DsValidateSubnetNameW","features":[473]},{"name":"DsWriteAccountSpnA","features":[305,473]},{"name":"DsWriteAccountSpnW","features":[305,473]},{"name":"Email","features":[473]},{"name":"FACILITY_BACKUP","features":[473]},{"name":"FACILITY_NTDSB","features":[473]},{"name":"FACILITY_SYSTEM","features":[473]},{"name":"FLAG_DISABLABLE_OPTIONAL_FEATURE","features":[473]},{"name":"FLAG_DOMAIN_OPTIONAL_FEATURE","features":[473]},{"name":"FLAG_FOREST_OPTIONAL_FEATURE","features":[473]},{"name":"FLAG_SERVER_OPTIONAL_FEATURE","features":[473]},{"name":"FRSCONN_MAX_PRIORITY","features":[473]},{"name":"FRSCONN_PRIORITY_MASK","features":[473]},{"name":"FaxNumber","features":[473]},{"name":"FreeADsMem","features":[305,473]},{"name":"FreeADsStr","features":[305,473]},{"name":"GUID_COMPUTRS_CONTAINER_A","features":[473]},{"name":"GUID_COMPUTRS_CONTAINER_W","features":[473]},{"name":"GUID_DELETED_OBJECTS_CONTAINER_A","features":[473]},{"name":"GUID_DELETED_OBJECTS_CONTAINER_W","features":[473]},{"name":"GUID_DOMAIN_CONTROLLERS_CONTAINER_A","features":[473]},{"name":"GUID_DOMAIN_CONTROLLERS_CONTAINER_W","features":[473]},{"name":"GUID_FOREIGNSECURITYPRINCIPALS_CONTAINER_A","features":[473]},{"name":"GUID_FOREIGNSECURITYPRINCIPALS_CONTAINER_W","features":[473]},{"name":"GUID_INFRASTRUCTURE_CONTAINER_A","features":[473]},{"name":"GUID_INFRASTRUCTURE_CONTAINER_W","features":[473]},{"name":"GUID_KEYS_CONTAINER_W","features":[473]},{"name":"GUID_LOSTANDFOUND_CONTAINER_A","features":[473]},{"name":"GUID_LOSTANDFOUND_CONTAINER_W","features":[473]},{"name":"GUID_MANAGED_SERVICE_ACCOUNTS_CONTAINER_W","features":[473]},{"name":"GUID_MICROSOFT_PROGRAM_DATA_CONTAINER_A","features":[473]},{"name":"GUID_MICROSOFT_PROGRAM_DATA_CONTAINER_W","features":[473]},{"name":"GUID_NTDS_QUOTAS_CONTAINER_A","features":[473]},{"name":"GUID_NTDS_QUOTAS_CONTAINER_W","features":[473]},{"name":"GUID_PRIVILEGED_ACCESS_MANAGEMENT_OPTIONAL_FEATURE_A","features":[473]},{"name":"GUID_PRIVILEGED_ACCESS_MANAGEMENT_OPTIONAL_FEATURE_W","features":[473]},{"name":"GUID_PROGRAM_DATA_CONTAINER_A","features":[473]},{"name":"GUID_PROGRAM_DATA_CONTAINER_W","features":[473]},{"name":"GUID_RECYCLE_BIN_OPTIONAL_FEATURE_A","features":[473]},{"name":"GUID_RECYCLE_BIN_OPTIONAL_FEATURE_W","features":[473]},{"name":"GUID_SYSTEMS_CONTAINER_A","features":[473]},{"name":"GUID_SYSTEMS_CONTAINER_W","features":[473]},{"name":"GUID_USERS_CONTAINER_A","features":[473]},{"name":"GUID_USERS_CONTAINER_W","features":[473]},{"name":"Hold","features":[473]},{"name":"IADs","features":[473,358]},{"name":"IADsADSystemInfo","features":[473,358]},{"name":"IADsAccessControlEntry","features":[473,358]},{"name":"IADsAccessControlList","features":[473,358]},{"name":"IADsAcl","features":[473,358]},{"name":"IADsAggregatee","features":[473]},{"name":"IADsAggregator","features":[473]},{"name":"IADsBackLink","features":[473,358]},{"name":"IADsCaseIgnoreList","features":[473,358]},{"name":"IADsClass","features":[473,358]},{"name":"IADsCollection","features":[473,358]},{"name":"IADsComputer","features":[473,358]},{"name":"IADsComputerOperations","features":[473,358]},{"name":"IADsContainer","features":[473,358]},{"name":"IADsDNWithBinary","features":[473,358]},{"name":"IADsDNWithString","features":[473,358]},{"name":"IADsDeleteOps","features":[473,358]},{"name":"IADsDomain","features":[473,358]},{"name":"IADsEmail","features":[473,358]},{"name":"IADsExtension","features":[473]},{"name":"IADsFaxNumber","features":[473,358]},{"name":"IADsFileService","features":[473,358]},{"name":"IADsFileServiceOperations","features":[473,358]},{"name":"IADsFileShare","features":[473,358]},{"name":"IADsGroup","features":[473,358]},{"name":"IADsHold","features":[473,358]},{"name":"IADsLargeInteger","features":[473,358]},{"name":"IADsLocality","features":[473,358]},{"name":"IADsMembers","features":[473,358]},{"name":"IADsNameTranslate","features":[473,358]},{"name":"IADsNamespaces","features":[473,358]},{"name":"IADsNetAddress","features":[473,358]},{"name":"IADsO","features":[473,358]},{"name":"IADsOU","features":[473,358]},{"name":"IADsObjectOptions","features":[473,358]},{"name":"IADsOctetList","features":[473,358]},{"name":"IADsOpenDSObject","features":[473,358]},{"name":"IADsPath","features":[473,358]},{"name":"IADsPathname","features":[473,358]},{"name":"IADsPostalAddress","features":[473,358]},{"name":"IADsPrintJob","features":[473,358]},{"name":"IADsPrintJobOperations","features":[473,358]},{"name":"IADsPrintQueue","features":[473,358]},{"name":"IADsPrintQueueOperations","features":[473,358]},{"name":"IADsProperty","features":[473,358]},{"name":"IADsPropertyEntry","features":[473,358]},{"name":"IADsPropertyList","features":[473,358]},{"name":"IADsPropertyValue","features":[473,358]},{"name":"IADsPropertyValue2","features":[473,358]},{"name":"IADsReplicaPointer","features":[473,358]},{"name":"IADsResource","features":[473,358]},{"name":"IADsSecurityDescriptor","features":[473,358]},{"name":"IADsSecurityUtility","features":[473,358]},{"name":"IADsService","features":[473,358]},{"name":"IADsServiceOperations","features":[473,358]},{"name":"IADsSession","features":[473,358]},{"name":"IADsSyntax","features":[473,358]},{"name":"IADsTimestamp","features":[473,358]},{"name":"IADsTypedName","features":[473,358]},{"name":"IADsUser","features":[473,358]},{"name":"IADsWinNTSystemInfo","features":[473,358]},{"name":"ICommonQuery","features":[473]},{"name":"IDirectoryObject","features":[473]},{"name":"IDirectorySchemaMgmt","features":[473]},{"name":"IDirectorySearch","features":[473]},{"name":"IDsAdminCreateObj","features":[473]},{"name":"IDsAdminNewObj","features":[473]},{"name":"IDsAdminNewObjExt","features":[473]},{"name":"IDsAdminNewObjPrimarySite","features":[473]},{"name":"IDsAdminNotifyHandler","features":[473]},{"name":"IDsBrowseDomainTree","features":[473]},{"name":"IDsDisplaySpecifier","features":[473]},{"name":"IDsObjectPicker","features":[473]},{"name":"IDsObjectPickerCredentials","features":[473]},{"name":"IPersistQuery","features":[473,358]},{"name":"IPrivateDispatch","features":[473]},{"name":"IPrivateUnknown","features":[473]},{"name":"IQueryForm","features":[473]},{"name":"LPCQADDFORMSPROC","features":[305,473,374]},{"name":"LPCQADDPAGESPROC","features":[305,473,374]},{"name":"LPCQPAGEPROC","features":[305,473,374]},{"name":"LPDSENUMATTRIBUTES","features":[305,473]},{"name":"LargeInteger","features":[473]},{"name":"NTDSAPI_BIND_ALLOW_DELEGATION","features":[473]},{"name":"NTDSAPI_BIND_FIND_BINDING","features":[473]},{"name":"NTDSAPI_BIND_FORCE_KERBEROS","features":[473]},{"name":"NTDSCONN_KCC_GC_TOPOLOGY","features":[473]},{"name":"NTDSCONN_KCC_INTERSITE_GC_TOPOLOGY","features":[473]},{"name":"NTDSCONN_KCC_INTERSITE_TOPOLOGY","features":[473]},{"name":"NTDSCONN_KCC_MINIMIZE_HOPS_TOPOLOGY","features":[473]},{"name":"NTDSCONN_KCC_NO_REASON","features":[473]},{"name":"NTDSCONN_KCC_OSCILLATING_CONNECTION_TOPOLOGY","features":[473]},{"name":"NTDSCONN_KCC_REDUNDANT_SERVER_TOPOLOGY","features":[473]},{"name":"NTDSCONN_KCC_RING_TOPOLOGY","features":[473]},{"name":"NTDSCONN_KCC_SERVER_FAILOVER_TOPOLOGY","features":[473]},{"name":"NTDSCONN_KCC_SITE_FAILOVER_TOPOLOGY","features":[473]},{"name":"NTDSCONN_KCC_STALE_SERVERS_TOPOLOGY","features":[473]},{"name":"NTDSCONN_OPT_DISABLE_INTERSITE_COMPRESSION","features":[473]},{"name":"NTDSCONN_OPT_IGNORE_SCHEDULE_MASK","features":[473]},{"name":"NTDSCONN_OPT_IS_GENERATED","features":[473]},{"name":"NTDSCONN_OPT_OVERRIDE_NOTIFY_DEFAULT","features":[473]},{"name":"NTDSCONN_OPT_RODC_TOPOLOGY","features":[473]},{"name":"NTDSCONN_OPT_TWOWAY_SYNC","features":[473]},{"name":"NTDSCONN_OPT_USER_OWNED_SCHEDULE","features":[473]},{"name":"NTDSCONN_OPT_USE_NOTIFY","features":[473]},{"name":"NTDSDSA_OPT_BLOCK_RPC","features":[473]},{"name":"NTDSDSA_OPT_DISABLE_INBOUND_REPL","features":[473]},{"name":"NTDSDSA_OPT_DISABLE_NTDSCONN_XLATE","features":[473]},{"name":"NTDSDSA_OPT_DISABLE_OUTBOUND_REPL","features":[473]},{"name":"NTDSDSA_OPT_DISABLE_SPN_REGISTRATION","features":[473]},{"name":"NTDSDSA_OPT_GENERATE_OWN_TOPO","features":[473]},{"name":"NTDSDSA_OPT_IS_GC","features":[473]},{"name":"NTDSSETTINGS_DEFAULT_SERVER_REDUNDANCY","features":[473]},{"name":"NTDSSETTINGS_OPT_FORCE_KCC_W2K_ELECTION","features":[473]},{"name":"NTDSSETTINGS_OPT_FORCE_KCC_WHISTLER_BEHAVIOR","features":[473]},{"name":"NTDSSETTINGS_OPT_IS_AUTO_TOPOLOGY_DISABLED","features":[473]},{"name":"NTDSSETTINGS_OPT_IS_GROUP_CACHING_ENABLED","features":[473]},{"name":"NTDSSETTINGS_OPT_IS_INTER_SITE_AUTO_TOPOLOGY_DISABLED","features":[473]},{"name":"NTDSSETTINGS_OPT_IS_RAND_BH_SELECTION_DISABLED","features":[473]},{"name":"NTDSSETTINGS_OPT_IS_REDUNDANT_SERVER_TOPOLOGY_ENABLED","features":[473]},{"name":"NTDSSETTINGS_OPT_IS_SCHEDULE_HASHING_ENABLED","features":[473]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_CLEANUP_DISABLED","features":[473]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_DETECT_STALE_DISABLED","features":[473]},{"name":"NTDSSETTINGS_OPT_IS_TOPL_MIN_HOPS_DISABLED","features":[473]},{"name":"NTDSSETTINGS_OPT_W2K3_BRIDGES_REQUIRED","features":[473]},{"name":"NTDSSETTINGS_OPT_W2K3_IGNORE_SCHEDULES","features":[473]},{"name":"NTDSSITECONN_OPT_DISABLE_COMPRESSION","features":[473]},{"name":"NTDSSITECONN_OPT_TWOWAY_SYNC","features":[473]},{"name":"NTDSSITECONN_OPT_USE_NOTIFY","features":[473]},{"name":"NTDSSITELINK_OPT_DISABLE_COMPRESSION","features":[473]},{"name":"NTDSSITELINK_OPT_TWOWAY_SYNC","features":[473]},{"name":"NTDSSITELINK_OPT_USE_NOTIFY","features":[473]},{"name":"NTDSTRANSPORT_OPT_BRIDGES_REQUIRED","features":[473]},{"name":"NTDSTRANSPORT_OPT_IGNORE_SCHEDULES","features":[473]},{"name":"NameTranslate","features":[473]},{"name":"NetAddress","features":[473]},{"name":"OPENQUERYWINDOW","features":[473,392]},{"name":"OQWF_DEFAULTFORM","features":[473]},{"name":"OQWF_HIDEMENUS","features":[473]},{"name":"OQWF_HIDESEARCHUI","features":[473]},{"name":"OQWF_ISSUEONOPEN","features":[473]},{"name":"OQWF_LOADQUERY","features":[473]},{"name":"OQWF_OKCANCEL","features":[473]},{"name":"OQWF_PARAMISPROPERTYBAG","features":[473]},{"name":"OQWF_REMOVEFORMS","features":[473]},{"name":"OQWF_REMOVESCOPES","features":[473]},{"name":"OQWF_SAVEQUERYONOK","features":[473]},{"name":"OQWF_SHOWOPTIONAL","features":[473]},{"name":"OQWF_SINGLESELECT","features":[473]},{"name":"OctetList","features":[473]},{"name":"Path","features":[473]},{"name":"Pathname","features":[473]},{"name":"PostalAddress","features":[473]},{"name":"PropVariantToAdsType","features":[305,473,358,359,360]},{"name":"PropertyEntry","features":[473]},{"name":"PropertyValue","features":[473]},{"name":"QUERYFORM_CHANGESFORMLIST","features":[473]},{"name":"QUERYFORM_CHANGESOPTFORMLIST","features":[473]},{"name":"ReallocADsMem","features":[473]},{"name":"ReallocADsStr","features":[305,473]},{"name":"ReplicaPointer","features":[473]},{"name":"SCHEDULE","features":[473]},{"name":"SCHEDULE_BANDWIDTH","features":[473]},{"name":"SCHEDULE_HEADER","features":[473]},{"name":"SCHEDULE_INTERVAL","features":[473]},{"name":"SCHEDULE_PRIORITY","features":[473]},{"name":"SecurityDescriptor","features":[473]},{"name":"SecurityDescriptorToBinarySD","features":[305,473,309,358,359,360]},{"name":"Timestamp","features":[473]},{"name":"TypedName","features":[473]},{"name":"WM_ADSPROP_NOTIFY_APPLY","features":[473]},{"name":"WM_ADSPROP_NOTIFY_CHANGE","features":[473]},{"name":"WM_ADSPROP_NOTIFY_ERROR","features":[473]},{"name":"WM_ADSPROP_NOTIFY_EXIT","features":[473]},{"name":"WM_ADSPROP_NOTIFY_FOREGROUND","features":[473]},{"name":"WM_ADSPROP_NOTIFY_PAGEHWND","features":[473]},{"name":"WM_ADSPROP_NOTIFY_PAGEINIT","features":[473]},{"name":"WM_ADSPROP_NOTIFY_SETFOCUS","features":[473]},{"name":"WinNTSystemInfo","features":[473]},{"name":"hrAccessDenied","features":[473]},{"name":"hrAfterInitialization","features":[473]},{"name":"hrAlreadyInitialized","features":[473]},{"name":"hrAlreadyOpen","features":[473]},{"name":"hrAlreadyPrepared","features":[473]},{"name":"hrBFInUse","features":[473]},{"name":"hrBFNotSynchronous","features":[473]},{"name":"hrBFPageNotFound","features":[473]},{"name":"hrBackupDirectoryNotEmpty","features":[473]},{"name":"hrBackupInProgress","features":[473]},{"name":"hrBackupNotAllowedYet","features":[473]},{"name":"hrBadBackupDatabaseSize","features":[473]},{"name":"hrBadCheckpointSignature","features":[473]},{"name":"hrBadColumnId","features":[473]},{"name":"hrBadDbSignature","features":[473]},{"name":"hrBadItagSequence","features":[473]},{"name":"hrBadLogSignature","features":[473]},{"name":"hrBadLogVersion","features":[473]},{"name":"hrBufferTooSmall","features":[473]},{"name":"hrBufferTruncated","features":[473]},{"name":"hrCannotBeTagged","features":[473]},{"name":"hrCannotRename","features":[473]},{"name":"hrCheckpointCorrupt","features":[473]},{"name":"hrCircularLogging","features":[473]},{"name":"hrColumn2ndSysMaint","features":[473]},{"name":"hrColumnCannotIndex","features":[473]},{"name":"hrColumnDoesNotFit","features":[473]},{"name":"hrColumnDuplicate","features":[473]},{"name":"hrColumnInUse","features":[473]},{"name":"hrColumnIndexed","features":[473]},{"name":"hrColumnLong","features":[473]},{"name":"hrColumnMaxTruncated","features":[473]},{"name":"hrColumnNotFound","features":[473]},{"name":"hrColumnNotUpdatable","features":[473]},{"name":"hrColumnNull","features":[473]},{"name":"hrColumnSetNull","features":[473]},{"name":"hrColumnTooBig","features":[473]},{"name":"hrCommunicationError","features":[473]},{"name":"hrConsistentTimeMismatch","features":[473]},{"name":"hrContainerNotEmpty","features":[473]},{"name":"hrContentsExpired","features":[473]},{"name":"hrCouldNotConnect","features":[473]},{"name":"hrCreateIndexFailed","features":[473]},{"name":"hrCurrencyStackOutOfMemory","features":[473]},{"name":"hrDatabaseAttached","features":[473]},{"name":"hrDatabaseCorrupted","features":[473]},{"name":"hrDatabaseDuplicate","features":[473]},{"name":"hrDatabaseInUse","features":[473]},{"name":"hrDatabaseInconsistent","features":[473]},{"name":"hrDatabaseInvalidName","features":[473]},{"name":"hrDatabaseInvalidPages","features":[473]},{"name":"hrDatabaseLocked","features":[473]},{"name":"hrDatabaseNotFound","features":[473]},{"name":"hrDeleteBackupFileFail","features":[473]},{"name":"hrDensityInvalid","features":[473]},{"name":"hrDiskFull","features":[473]},{"name":"hrDiskIO","features":[473]},{"name":"hrError","features":[473]},{"name":"hrExistingLogFileHasBadSignature","features":[473]},{"name":"hrExistingLogFileIsNotContiguous","features":[473]},{"name":"hrFLDKeyTooBig","features":[473]},{"name":"hrFLDNullKey","features":[473]},{"name":"hrFLDTooManySegments","features":[473]},{"name":"hrFeatureNotAvailable","features":[473]},{"name":"hrFileAccessDenied","features":[473]},{"name":"hrFileClose","features":[473]},{"name":"hrFileNotFound","features":[473]},{"name":"hrFileOpenReadOnly","features":[473]},{"name":"hrFullBackupNotTaken","features":[473]},{"name":"hrGivenLogFileHasBadSignature","features":[473]},{"name":"hrGivenLogFileIsNotContiguous","features":[473]},{"name":"hrIllegalOperation","features":[473]},{"name":"hrInTransaction","features":[473]},{"name":"hrIncrementalBackupDisabled","features":[473]},{"name":"hrIndexCantBuild","features":[473]},{"name":"hrIndexDuplicate","features":[473]},{"name":"hrIndexHasClustered","features":[473]},{"name":"hrIndexHasPrimary","features":[473]},{"name":"hrIndexInUse","features":[473]},{"name":"hrIndexInvalidDef","features":[473]},{"name":"hrIndexMustStay","features":[473]},{"name":"hrIndexNotFound","features":[473]},{"name":"hrInvalidBackup","features":[473]},{"name":"hrInvalidBackupSequence","features":[473]},{"name":"hrInvalidBookmark","features":[473]},{"name":"hrInvalidBufferSize","features":[473]},{"name":"hrInvalidCodePage","features":[473]},{"name":"hrInvalidColumnType","features":[473]},{"name":"hrInvalidCountry","features":[473]},{"name":"hrInvalidDatabase","features":[473]},{"name":"hrInvalidDatabaseId","features":[473]},{"name":"hrInvalidFilename","features":[473]},{"name":"hrInvalidHandle","features":[473]},{"name":"hrInvalidLanguageId","features":[473]},{"name":"hrInvalidLogSequence","features":[473]},{"name":"hrInvalidName","features":[473]},{"name":"hrInvalidObject","features":[473]},{"name":"hrInvalidOnSort","features":[473]},{"name":"hrInvalidOperation","features":[473]},{"name":"hrInvalidParam","features":[473]},{"name":"hrInvalidParameter","features":[473]},{"name":"hrInvalidPath","features":[473]},{"name":"hrInvalidRecips","features":[473]},{"name":"hrInvalidSesid","features":[473]},{"name":"hrInvalidTableId","features":[473]},{"name":"hrKeyChanged","features":[473]},{"name":"hrKeyDuplicate","features":[473]},{"name":"hrKeyIsMade","features":[473]},{"name":"hrKeyNotMade","features":[473]},{"name":"hrLogBufferTooSmall","features":[473]},{"name":"hrLogCorrupted","features":[473]},{"name":"hrLogDiskFull","features":[473]},{"name":"hrLogFileCorrupt","features":[473]},{"name":"hrLogFileNotFound","features":[473]},{"name":"hrLogSequenceEnd","features":[473]},{"name":"hrLogWriteFail","features":[473]},{"name":"hrLoggingDisabled","features":[473]},{"name":"hrMakeBackupDirectoryFail","features":[473]},{"name":"hrMissingExpiryToken","features":[473]},{"name":"hrMissingFullBackup","features":[473]},{"name":"hrMissingLogFile","features":[473]},{"name":"hrMissingPreviousLogFile","features":[473]},{"name":"hrMissingRestoreLogFiles","features":[473]},{"name":"hrNoBackup","features":[473]},{"name":"hrNoBackupDirectory","features":[473]},{"name":"hrNoCurrentIndex","features":[473]},{"name":"hrNoCurrentRecord","features":[473]},{"name":"hrNoFullRestore","features":[473]},{"name":"hrNoIdleActivity","features":[473]},{"name":"hrNoWriteLock","features":[473]},{"name":"hrNone","features":[473]},{"name":"hrNotInTransaction","features":[473]},{"name":"hrNotInitialized","features":[473]},{"name":"hrNullInvalid","features":[473]},{"name":"hrNullKeyDisallowed","features":[473]},{"name":"hrNyi","features":[473]},{"name":"hrObjectDuplicate","features":[473]},{"name":"hrObjectNotFound","features":[473]},{"name":"hrOutOfBuffers","features":[473]},{"name":"hrOutOfCursors","features":[473]},{"name":"hrOutOfDatabaseSpace","features":[473]},{"name":"hrOutOfFileHandles","features":[473]},{"name":"hrOutOfMemory","features":[473]},{"name":"hrOutOfSessions","features":[473]},{"name":"hrOutOfThreads","features":[473]},{"name":"hrPMRecDeleted","features":[473]},{"name":"hrPatchFileMismatch","features":[473]},{"name":"hrPermissionDenied","features":[473]},{"name":"hrReadVerifyFailure","features":[473]},{"name":"hrRecordClusteredChanged","features":[473]},{"name":"hrRecordDeleted","features":[473]},{"name":"hrRecordNotFound","features":[473]},{"name":"hrRecordTooBig","features":[473]},{"name":"hrRecoveredWithErrors","features":[473]},{"name":"hrRemainingVersions","features":[473]},{"name":"hrRestoreInProgress","features":[473]},{"name":"hrRestoreLogTooHigh","features":[473]},{"name":"hrRestoreLogTooLow","features":[473]},{"name":"hrRestoreMapExists","features":[473]},{"name":"hrSeekNotEqual","features":[473]},{"name":"hrSessionWriteConflict","features":[473]},{"name":"hrTableDuplicate","features":[473]},{"name":"hrTableEmpty","features":[473]},{"name":"hrTableInUse","features":[473]},{"name":"hrTableLocked","features":[473]},{"name":"hrTableNotEmpty","features":[473]},{"name":"hrTaggedNotNULL","features":[473]},{"name":"hrTempFileOpenError","features":[473]},{"name":"hrTermInProgress","features":[473]},{"name":"hrTooManyActiveUsers","features":[473]},{"name":"hrTooManyAttachedDatabases","features":[473]},{"name":"hrTooManyColumns","features":[473]},{"name":"hrTooManyIO","features":[473]},{"name":"hrTooManyIndexes","features":[473]},{"name":"hrTooManyKeys","features":[473]},{"name":"hrTooManyOpenDatabases","features":[473]},{"name":"hrTooManyOpenIndexes","features":[473]},{"name":"hrTooManyOpenTables","features":[473]},{"name":"hrTooManySorts","features":[473]},{"name":"hrTransTooDeep","features":[473]},{"name":"hrUnknownExpiryTokenFormat","features":[473]},{"name":"hrUpdateNotPrepared","features":[473]},{"name":"hrVersionStoreOutOfMemory","features":[473]},{"name":"hrWriteConflict","features":[473]},{"name":"hrerrDataHasChanged","features":[473]},{"name":"hrwrnDataHasChanged","features":[473]}],"477":[{"name":"AsyncIBackgroundCopyCallback","features":[475]},{"name":"BG_AUTH_CREDENTIALS","features":[475]},{"name":"BG_AUTH_CREDENTIALS_UNION","features":[475]},{"name":"BG_AUTH_SCHEME","features":[475]},{"name":"BG_AUTH_SCHEME_BASIC","features":[475]},{"name":"BG_AUTH_SCHEME_DIGEST","features":[475]},{"name":"BG_AUTH_SCHEME_NEGOTIATE","features":[475]},{"name":"BG_AUTH_SCHEME_NTLM","features":[475]},{"name":"BG_AUTH_SCHEME_PASSPORT","features":[475]},{"name":"BG_AUTH_TARGET","features":[475]},{"name":"BG_AUTH_TARGET_PROXY","features":[475]},{"name":"BG_AUTH_TARGET_SERVER","features":[475]},{"name":"BG_BASIC_CREDENTIALS","features":[475]},{"name":"BG_CERT_STORE_LOCATION","features":[475]},{"name":"BG_CERT_STORE_LOCATION_CURRENT_SERVICE","features":[475]},{"name":"BG_CERT_STORE_LOCATION_CURRENT_USER","features":[475]},{"name":"BG_CERT_STORE_LOCATION_CURRENT_USER_GROUP_POLICY","features":[475]},{"name":"BG_CERT_STORE_LOCATION_LOCAL_MACHINE","features":[475]},{"name":"BG_CERT_STORE_LOCATION_LOCAL_MACHINE_ENTERPRISE","features":[475]},{"name":"BG_CERT_STORE_LOCATION_LOCAL_MACHINE_GROUP_POLICY","features":[475]},{"name":"BG_CERT_STORE_LOCATION_SERVICES","features":[475]},{"name":"BG_CERT_STORE_LOCATION_USERS","features":[475]},{"name":"BG_COPY_FILE_ALL","features":[475]},{"name":"BG_COPY_FILE_DACL","features":[475]},{"name":"BG_COPY_FILE_GROUP","features":[475]},{"name":"BG_COPY_FILE_OWNER","features":[475]},{"name":"BG_COPY_FILE_SACL","features":[475]},{"name":"BG_DISABLE_BRANCH_CACHE","features":[475]},{"name":"BG_ENABLE_PEERCACHING_CLIENT","features":[475]},{"name":"BG_ENABLE_PEERCACHING_SERVER","features":[475]},{"name":"BG_ERROR_CONTEXT","features":[475]},{"name":"BG_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER","features":[475]},{"name":"BG_ERROR_CONTEXT_GENERAL_TRANSPORT","features":[475]},{"name":"BG_ERROR_CONTEXT_LOCAL_FILE","features":[475]},{"name":"BG_ERROR_CONTEXT_NONE","features":[475]},{"name":"BG_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION","features":[475]},{"name":"BG_ERROR_CONTEXT_REMOTE_APPLICATION","features":[475]},{"name":"BG_ERROR_CONTEXT_REMOTE_FILE","features":[475]},{"name":"BG_ERROR_CONTEXT_SERVER_CERTIFICATE_CALLBACK","features":[475]},{"name":"BG_ERROR_CONTEXT_UNKNOWN","features":[475]},{"name":"BG_E_APP_PACKAGE_NOT_FOUND","features":[475]},{"name":"BG_E_APP_PACKAGE_SCENARIO_NOT_SUPPORTED","features":[475]},{"name":"BG_E_BLOCKED_BY_BACKGROUND_ACCESS_POLICY","features":[475]},{"name":"BG_E_BLOCKED_BY_BATTERY_POLICY","features":[475]},{"name":"BG_E_BLOCKED_BY_BATTERY_SAVER","features":[475]},{"name":"BG_E_BLOCKED_BY_COST_TRANSFER_POLICY","features":[475]},{"name":"BG_E_BLOCKED_BY_GAME_MODE","features":[475]},{"name":"BG_E_BLOCKED_BY_POLICY","features":[475]},{"name":"BG_E_BLOCKED_BY_SYSTEM_POLICY","features":[475]},{"name":"BG_E_BUSYCACHERECORD","features":[475]},{"name":"BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH","features":[475]},{"name":"BG_E_COMMIT_IN_PROGRESS","features":[475]},{"name":"BG_E_CONNECTION_CLOSED","features":[475]},{"name":"BG_E_CONNECT_FAILURE","features":[475]},{"name":"BG_E_DATABASE_CORRUPT","features":[475]},{"name":"BG_E_DESTINATION_LOCKED","features":[475]},{"name":"BG_E_DISCOVERY_IN_PROGRESS","features":[475]},{"name":"BG_E_EMPTY","features":[475]},{"name":"BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER","features":[475]},{"name":"BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT","features":[475]},{"name":"BG_E_ERROR_CONTEXT_LOCAL_FILE","features":[475]},{"name":"BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION","features":[475]},{"name":"BG_E_ERROR_CONTEXT_REMOTE_APPLICATION","features":[475]},{"name":"BG_E_ERROR_CONTEXT_REMOTE_FILE","features":[475]},{"name":"BG_E_ERROR_CONTEXT_SERVER_CERTIFICATE_CALLBACK","features":[475]},{"name":"BG_E_ERROR_CONTEXT_UNKNOWN","features":[475]},{"name":"BG_E_ERROR_INFORMATION_UNAVAILABLE","features":[475]},{"name":"BG_E_FILE_NOT_AVAILABLE","features":[475]},{"name":"BG_E_FILE_NOT_FOUND","features":[475]},{"name":"BG_E_HTTP_ERROR_100","features":[475]},{"name":"BG_E_HTTP_ERROR_101","features":[475]},{"name":"BG_E_HTTP_ERROR_200","features":[475]},{"name":"BG_E_HTTP_ERROR_201","features":[475]},{"name":"BG_E_HTTP_ERROR_202","features":[475]},{"name":"BG_E_HTTP_ERROR_203","features":[475]},{"name":"BG_E_HTTP_ERROR_204","features":[475]},{"name":"BG_E_HTTP_ERROR_205","features":[475]},{"name":"BG_E_HTTP_ERROR_206","features":[475]},{"name":"BG_E_HTTP_ERROR_300","features":[475]},{"name":"BG_E_HTTP_ERROR_301","features":[475]},{"name":"BG_E_HTTP_ERROR_302","features":[475]},{"name":"BG_E_HTTP_ERROR_303","features":[475]},{"name":"BG_E_HTTP_ERROR_304","features":[475]},{"name":"BG_E_HTTP_ERROR_305","features":[475]},{"name":"BG_E_HTTP_ERROR_307","features":[475]},{"name":"BG_E_HTTP_ERROR_400","features":[475]},{"name":"BG_E_HTTP_ERROR_401","features":[475]},{"name":"BG_E_HTTP_ERROR_402","features":[475]},{"name":"BG_E_HTTP_ERROR_403","features":[475]},{"name":"BG_E_HTTP_ERROR_404","features":[475]},{"name":"BG_E_HTTP_ERROR_405","features":[475]},{"name":"BG_E_HTTP_ERROR_406","features":[475]},{"name":"BG_E_HTTP_ERROR_407","features":[475]},{"name":"BG_E_HTTP_ERROR_408","features":[475]},{"name":"BG_E_HTTP_ERROR_409","features":[475]},{"name":"BG_E_HTTP_ERROR_410","features":[475]},{"name":"BG_E_HTTP_ERROR_411","features":[475]},{"name":"BG_E_HTTP_ERROR_412","features":[475]},{"name":"BG_E_HTTP_ERROR_413","features":[475]},{"name":"BG_E_HTTP_ERROR_414","features":[475]},{"name":"BG_E_HTTP_ERROR_415","features":[475]},{"name":"BG_E_HTTP_ERROR_416","features":[475]},{"name":"BG_E_HTTP_ERROR_417","features":[475]},{"name":"BG_E_HTTP_ERROR_449","features":[475]},{"name":"BG_E_HTTP_ERROR_500","features":[475]},{"name":"BG_E_HTTP_ERROR_501","features":[475]},{"name":"BG_E_HTTP_ERROR_502","features":[475]},{"name":"BG_E_HTTP_ERROR_503","features":[475]},{"name":"BG_E_HTTP_ERROR_504","features":[475]},{"name":"BG_E_HTTP_ERROR_505","features":[475]},{"name":"BG_E_INSUFFICIENT_HTTP_SUPPORT","features":[475]},{"name":"BG_E_INSUFFICIENT_RANGE_SUPPORT","features":[475]},{"name":"BG_E_INVALID_AUTH_SCHEME","features":[475]},{"name":"BG_E_INVALID_AUTH_TARGET","features":[475]},{"name":"BG_E_INVALID_CREDENTIALS","features":[475]},{"name":"BG_E_INVALID_HASH_ALGORITHM","features":[475]},{"name":"BG_E_INVALID_PROXY_INFO","features":[475]},{"name":"BG_E_INVALID_RANGE","features":[475]},{"name":"BG_E_INVALID_SERVER_RESPONSE","features":[475]},{"name":"BG_E_INVALID_STATE","features":[475]},{"name":"BG_E_LOCAL_FILE_CHANGED","features":[475]},{"name":"BG_E_MAXDOWNLOAD_TIMEOUT","features":[475]},{"name":"BG_E_MAX_DOWNLOAD_SIZE_INVALID_VALUE","features":[475]},{"name":"BG_E_MAX_DOWNLOAD_SIZE_LIMIT_REACHED","features":[475]},{"name":"BG_E_MISSING_FILE_SIZE","features":[475]},{"name":"BG_E_NETWORK_DISCONNECTED","features":[475]},{"name":"BG_E_NEW_OWNER_DIFF_MAPPING","features":[475]},{"name":"BG_E_NEW_OWNER_NO_FILE_ACCESS","features":[475]},{"name":"BG_E_NOT_FOUND","features":[475]},{"name":"BG_E_NOT_SUPPORTED_WITH_CUSTOM_HTTP_METHOD","features":[475]},{"name":"BG_E_NO_PROGRESS","features":[475]},{"name":"BG_E_OVERLAPPING_RANGES","features":[475]},{"name":"BG_E_PASSWORD_TOO_LARGE","features":[475]},{"name":"BG_E_PEERCACHING_DISABLED","features":[475]},{"name":"BG_E_PROPERTY_SUPPORTED_FOR_DOWNLOAD_JOBS_ONLY","features":[475]},{"name":"BG_E_PROTOCOL_NOT_AVAILABLE","features":[475]},{"name":"BG_E_PROXY_BYPASS_LIST_TOO_LARGE","features":[475]},{"name":"BG_E_PROXY_LIST_TOO_LARGE","features":[475]},{"name":"BG_E_RANDOM_ACCESS_NOT_SUPPORTED","features":[475]},{"name":"BG_E_READ_ONLY_PROPERTY","features":[475]},{"name":"BG_E_READ_ONLY_PROPERTY_AFTER_ADDFILE","features":[475]},{"name":"BG_E_READ_ONLY_PROPERTY_AFTER_RESUME","features":[475]},{"name":"BG_E_READ_ONLY_WHEN_JOB_ACTIVE","features":[475]},{"name":"BG_E_RECORD_DELETED","features":[475]},{"name":"BG_E_REMOTE_FILE_CHANGED","features":[475]},{"name":"BG_E_REMOTE_NOT_SUPPORTED","features":[475]},{"name":"BG_E_SERVER_CERT_VALIDATION_INTERFACE_REQUIRED","features":[475]},{"name":"BG_E_SERVER_EXECUTE_ENABLE","features":[475]},{"name":"BG_E_SESSION_NOT_FOUND","features":[475]},{"name":"BG_E_STANDBY_MODE","features":[475]},{"name":"BG_E_STRING_TOO_LONG","features":[475]},{"name":"BG_E_TEST_OPTION_BLOCKED_DOWNLOAD","features":[475]},{"name":"BG_E_TOKEN_REQUIRED","features":[475]},{"name":"BG_E_TOO_LARGE","features":[475]},{"name":"BG_E_TOO_MANY_FILES","features":[475]},{"name":"BG_E_TOO_MANY_FILES_IN_JOB","features":[475]},{"name":"BG_E_TOO_MANY_JOBS_PER_MACHINE","features":[475]},{"name":"BG_E_TOO_MANY_JOBS_PER_USER","features":[475]},{"name":"BG_E_TOO_MANY_RANGES_IN_FILE","features":[475]},{"name":"BG_E_UNKNOWN_PROPERTY_ID","features":[475]},{"name":"BG_E_UNSUPPORTED_JOB_CONFIGURATION","features":[475]},{"name":"BG_E_UPNP_ERROR","features":[475]},{"name":"BG_E_USERNAME_TOO_LARGE","features":[475]},{"name":"BG_E_USE_STORED_CREDENTIALS_NOT_SUPPORTED","features":[475]},{"name":"BG_E_VALIDATION_FAILED","features":[475]},{"name":"BG_E_VOLUME_CHANGED","features":[475]},{"name":"BG_E_WATCHDOG_TIMEOUT","features":[475]},{"name":"BG_FILE_INFO","features":[475]},{"name":"BG_FILE_PROGRESS","features":[305,475]},{"name":"BG_FILE_RANGE","features":[475]},{"name":"BG_HTTP_REDIRECT_POLICY_ALLOW_HTTPS_TO_HTTP","features":[475]},{"name":"BG_HTTP_REDIRECT_POLICY_ALLOW_REPORT","features":[475]},{"name":"BG_HTTP_REDIRECT_POLICY_ALLOW_SILENT","features":[475]},{"name":"BG_HTTP_REDIRECT_POLICY_DISALLOW","features":[475]},{"name":"BG_HTTP_REDIRECT_POLICY_MASK","features":[475]},{"name":"BG_JOB_DISABLE_BRANCH_CACHE","features":[475]},{"name":"BG_JOB_ENABLE_PEERCACHING_CLIENT","features":[475]},{"name":"BG_JOB_ENABLE_PEERCACHING_SERVER","features":[475]},{"name":"BG_JOB_ENUM_ALL_USERS","features":[475]},{"name":"BG_JOB_PRIORITY","features":[475]},{"name":"BG_JOB_PRIORITY_FOREGROUND","features":[475]},{"name":"BG_JOB_PRIORITY_HIGH","features":[475]},{"name":"BG_JOB_PRIORITY_LOW","features":[475]},{"name":"BG_JOB_PRIORITY_NORMAL","features":[475]},{"name":"BG_JOB_PROGRESS","features":[475]},{"name":"BG_JOB_PROXY_USAGE","features":[475]},{"name":"BG_JOB_PROXY_USAGE_AUTODETECT","features":[475]},{"name":"BG_JOB_PROXY_USAGE_NO_PROXY","features":[475]},{"name":"BG_JOB_PROXY_USAGE_OVERRIDE","features":[475]},{"name":"BG_JOB_PROXY_USAGE_PRECONFIG","features":[475]},{"name":"BG_JOB_REPLY_PROGRESS","features":[475]},{"name":"BG_JOB_STATE","features":[475]},{"name":"BG_JOB_STATE_ACKNOWLEDGED","features":[475]},{"name":"BG_JOB_STATE_CANCELLED","features":[475]},{"name":"BG_JOB_STATE_CONNECTING","features":[475]},{"name":"BG_JOB_STATE_ERROR","features":[475]},{"name":"BG_JOB_STATE_QUEUED","features":[475]},{"name":"BG_JOB_STATE_SUSPENDED","features":[475]},{"name":"BG_JOB_STATE_TRANSFERRED","features":[475]},{"name":"BG_JOB_STATE_TRANSFERRING","features":[475]},{"name":"BG_JOB_STATE_TRANSIENT_ERROR","features":[475]},{"name":"BG_JOB_TIMES","features":[305,475]},{"name":"BG_JOB_TYPE","features":[475]},{"name":"BG_JOB_TYPE_DOWNLOAD","features":[475]},{"name":"BG_JOB_TYPE_UPLOAD","features":[475]},{"name":"BG_JOB_TYPE_UPLOAD_REPLY","features":[475]},{"name":"BG_NOTIFY_DISABLE","features":[475]},{"name":"BG_NOTIFY_FILE_RANGES_TRANSFERRED","features":[475]},{"name":"BG_NOTIFY_FILE_TRANSFERRED","features":[475]},{"name":"BG_NOTIFY_JOB_ERROR","features":[475]},{"name":"BG_NOTIFY_JOB_MODIFICATION","features":[475]},{"name":"BG_NOTIFY_JOB_TRANSFERRED","features":[475]},{"name":"BG_SSL_ENABLE_CRL_CHECK","features":[475]},{"name":"BG_SSL_IGNORE_CERT_CN_INVALID","features":[475]},{"name":"BG_SSL_IGNORE_CERT_DATE_INVALID","features":[475]},{"name":"BG_SSL_IGNORE_CERT_WRONG_USAGE","features":[475]},{"name":"BG_SSL_IGNORE_UNKNOWN_CA","features":[475]},{"name":"BG_S_ERROR_CONTEXT_NONE","features":[475]},{"name":"BG_S_OVERRIDDEN_BY_POLICY","features":[475]},{"name":"BG_S_PARTIAL_COMPLETE","features":[475]},{"name":"BG_S_PROXY_CHANGED","features":[475]},{"name":"BG_S_UNABLE_TO_DELETE_FILES","features":[475]},{"name":"BG_TOKEN","features":[475]},{"name":"BG_TOKEN_LOCAL_FILE","features":[475]},{"name":"BG_TOKEN_NETWORK","features":[475]},{"name":"BITSExtensionSetupFactory","features":[475]},{"name":"BITS_COST_OPTION_IGNORE_CONGESTION","features":[475]},{"name":"BITS_COST_STATE_BELOW_CAP","features":[475]},{"name":"BITS_COST_STATE_CAPPED_USAGE_UNKNOWN","features":[475]},{"name":"BITS_COST_STATE_NEAR_CAP","features":[475]},{"name":"BITS_COST_STATE_OVERCAP_CHARGED","features":[475]},{"name":"BITS_COST_STATE_OVERCAP_THROTTLED","features":[475]},{"name":"BITS_COST_STATE_RESERVED","features":[475]},{"name":"BITS_COST_STATE_ROAMING","features":[475]},{"name":"BITS_COST_STATE_UNRESTRICTED","features":[475]},{"name":"BITS_COST_STATE_USAGE_BASED","features":[475]},{"name":"BITS_FILE_PROPERTY_ID","features":[475]},{"name":"BITS_FILE_PROPERTY_ID_HTTP_RESPONSE_HEADERS","features":[475]},{"name":"BITS_FILE_PROPERTY_VALUE","features":[475]},{"name":"BITS_JOB_PROPERTY_DYNAMIC_CONTENT","features":[475]},{"name":"BITS_JOB_PROPERTY_HIGH_PERFORMANCE","features":[475]},{"name":"BITS_JOB_PROPERTY_ID","features":[475]},{"name":"BITS_JOB_PROPERTY_ID_COST_FLAGS","features":[475]},{"name":"BITS_JOB_PROPERTY_MAX_DOWNLOAD_SIZE","features":[475]},{"name":"BITS_JOB_PROPERTY_MINIMUM_NOTIFICATION_INTERVAL_MS","features":[475]},{"name":"BITS_JOB_PROPERTY_NOTIFICATION_CLSID","features":[475]},{"name":"BITS_JOB_PROPERTY_ON_DEMAND_MODE","features":[475]},{"name":"BITS_JOB_PROPERTY_USE_STORED_CREDENTIALS","features":[475]},{"name":"BITS_JOB_PROPERTY_VALUE","features":[305,475]},{"name":"BITS_JOB_TRANSFER_POLICY","features":[475]},{"name":"BITS_JOB_TRANSFER_POLICY_ALWAYS","features":[475]},{"name":"BITS_JOB_TRANSFER_POLICY_NOT_ROAMING","features":[475]},{"name":"BITS_JOB_TRANSFER_POLICY_NO_SURCHARGE","features":[475]},{"name":"BITS_JOB_TRANSFER_POLICY_STANDARD","features":[475]},{"name":"BITS_JOB_TRANSFER_POLICY_UNRESTRICTED","features":[475]},{"name":"BITS_MC_FAILED_TO_START","features":[475]},{"name":"BITS_MC_FATAL_IGD_ERROR","features":[475]},{"name":"BITS_MC_FILE_DELETION_FAILED","features":[475]},{"name":"BITS_MC_FILE_DELETION_FAILED_MORE","features":[475]},{"name":"BITS_MC_JOB_CANCELLED","features":[475]},{"name":"BITS_MC_JOB_NOTIFICATION_FAILURE","features":[475]},{"name":"BITS_MC_JOB_PROPERTY_CHANGE","features":[475]},{"name":"BITS_MC_JOB_SCAVENGED","features":[475]},{"name":"BITS_MC_JOB_TAKE_OWNERSHIP","features":[475]},{"name":"BITS_MC_PEERCACHING_PORT","features":[475]},{"name":"BITS_MC_STATE_FILE_CORRUPT","features":[475]},{"name":"BITS_MC_WSD_PORT","features":[475]},{"name":"BackgroundCopyManager","features":[475]},{"name":"BackgroundCopyManager10_1","features":[475]},{"name":"BackgroundCopyManager10_2","features":[475]},{"name":"BackgroundCopyManager10_3","features":[475]},{"name":"BackgroundCopyManager1_5","features":[475]},{"name":"BackgroundCopyManager2_0","features":[475]},{"name":"BackgroundCopyManager2_5","features":[475]},{"name":"BackgroundCopyManager3_0","features":[475]},{"name":"BackgroundCopyManager4_0","features":[475]},{"name":"BackgroundCopyManager5_0","features":[475]},{"name":"BackgroundCopyQMgr","features":[475]},{"name":"FILESETINFO","features":[475]},{"name":"GROUPPROP","features":[475]},{"name":"GROUPPROP_DESCRIPTION","features":[475]},{"name":"GROUPPROP_DISPLAYNAME","features":[475]},{"name":"GROUPPROP_LOCALUSERID","features":[475]},{"name":"GROUPPROP_LOCALUSERPWD","features":[475]},{"name":"GROUPPROP_NOTIFYCLSID","features":[475]},{"name":"GROUPPROP_NOTIFYFLAGS","features":[475]},{"name":"GROUPPROP_PRIORITY","features":[475]},{"name":"GROUPPROP_PROGRESSPERCENT","features":[475]},{"name":"GROUPPROP_PROGRESSSIZE","features":[475]},{"name":"GROUPPROP_PROGRESSTIME","features":[475]},{"name":"GROUPPROP_PROTOCOLFLAGS","features":[475]},{"name":"GROUPPROP_REMOTEUSERID","features":[475]},{"name":"GROUPPROP_REMOTEUSERPWD","features":[475]},{"name":"IBITSExtensionSetup","features":[475,358]},{"name":"IBITSExtensionSetupFactory","features":[475,358]},{"name":"IBackgroundCopyCallback","features":[475]},{"name":"IBackgroundCopyCallback1","features":[475]},{"name":"IBackgroundCopyCallback2","features":[475]},{"name":"IBackgroundCopyCallback3","features":[475]},{"name":"IBackgroundCopyError","features":[475]},{"name":"IBackgroundCopyFile","features":[475]},{"name":"IBackgroundCopyFile2","features":[475]},{"name":"IBackgroundCopyFile3","features":[475]},{"name":"IBackgroundCopyFile4","features":[475]},{"name":"IBackgroundCopyFile5","features":[475]},{"name":"IBackgroundCopyFile6","features":[475]},{"name":"IBackgroundCopyGroup","features":[475]},{"name":"IBackgroundCopyJob","features":[475]},{"name":"IBackgroundCopyJob1","features":[475]},{"name":"IBackgroundCopyJob2","features":[475]},{"name":"IBackgroundCopyJob3","features":[475]},{"name":"IBackgroundCopyJob4","features":[475]},{"name":"IBackgroundCopyJob5","features":[475]},{"name":"IBackgroundCopyJobHttpOptions","features":[475]},{"name":"IBackgroundCopyJobHttpOptions2","features":[475]},{"name":"IBackgroundCopyJobHttpOptions3","features":[475]},{"name":"IBackgroundCopyManager","features":[475]},{"name":"IBackgroundCopyQMgr","features":[475]},{"name":"IBackgroundCopyServerCertificateValidationCallback","features":[475]},{"name":"IBitsPeer","features":[475]},{"name":"IBitsPeerCacheAdministration","features":[475]},{"name":"IBitsPeerCacheRecord","features":[475]},{"name":"IBitsTokenOptions","features":[475]},{"name":"IEnumBackgroundCopyFiles","features":[475]},{"name":"IEnumBackgroundCopyGroups","features":[475]},{"name":"IEnumBackgroundCopyJobs","features":[475]},{"name":"IEnumBackgroundCopyJobs1","features":[475]},{"name":"IEnumBitsPeerCacheRecords","features":[475]},{"name":"IEnumBitsPeers","features":[475]},{"name":"QM_E_DOWNLOADER_UNAVAILABLE","features":[475]},{"name":"QM_E_INVALID_STATE","features":[475]},{"name":"QM_E_ITEM_NOT_FOUND","features":[475]},{"name":"QM_E_SERVICE_UNAVAILABLE","features":[475]},{"name":"QM_NOTIFY_DISABLE_NOTIFY","features":[475]},{"name":"QM_NOTIFY_FILE_DONE","features":[475]},{"name":"QM_NOTIFY_GROUP_DONE","features":[475]},{"name":"QM_NOTIFY_JOB_DONE","features":[475]},{"name":"QM_NOTIFY_USE_PROGRESSEX","features":[475]},{"name":"QM_PROGRESS_PERCENT_DONE","features":[475]},{"name":"QM_PROGRESS_SIZE_DONE","features":[475]},{"name":"QM_PROGRESS_TIME_DONE","features":[475]},{"name":"QM_PROTOCOL_CUSTOM","features":[475]},{"name":"QM_PROTOCOL_FTP","features":[475]},{"name":"QM_PROTOCOL_HTTP","features":[475]},{"name":"QM_PROTOCOL_SMB","features":[475]},{"name":"QM_STATUS_FILE_COMPLETE","features":[475]},{"name":"QM_STATUS_FILE_INCOMPLETE","features":[475]},{"name":"QM_STATUS_GROUP_COMPLETE","features":[475]},{"name":"QM_STATUS_GROUP_ERROR","features":[475]},{"name":"QM_STATUS_GROUP_FOREGROUND","features":[475]},{"name":"QM_STATUS_GROUP_INCOMPLETE","features":[475]},{"name":"QM_STATUS_GROUP_SUSPENDED","features":[475]},{"name":"QM_STATUS_JOB_COMPLETE","features":[475]},{"name":"QM_STATUS_JOB_ERROR","features":[475]},{"name":"QM_STATUS_JOB_FOREGROUND","features":[475]},{"name":"QM_STATUS_JOB_INCOMPLETE","features":[475]}],"478":[{"name":"AddClusterGroupDependency","features":[476]},{"name":"AddClusterGroupDependencyEx","features":[476]},{"name":"AddClusterGroupSetDependency","features":[476]},{"name":"AddClusterGroupSetDependencyEx","features":[476]},{"name":"AddClusterGroupToGroupSetDependency","features":[476]},{"name":"AddClusterGroupToGroupSetDependencyEx","features":[476]},{"name":"AddClusterNode","features":[305,476]},{"name":"AddClusterNodeEx","features":[305,476]},{"name":"AddClusterResourceDependency","features":[476]},{"name":"AddClusterResourceDependencyEx","features":[476]},{"name":"AddClusterResourceNode","features":[476]},{"name":"AddClusterResourceNodeEx","features":[476]},{"name":"AddClusterStorageNode","features":[305,476]},{"name":"AddCrossClusterGroupSetDependency","features":[476]},{"name":"AddResourceToClusterSharedVolumes","features":[476]},{"name":"BackupClusterDatabase","features":[476]},{"name":"BitLockerDecrypted","features":[476]},{"name":"BitLockerDecrypting","features":[476]},{"name":"BitLockerEnabled","features":[476]},{"name":"BitLockerPaused","features":[476]},{"name":"BitLockerStopped","features":[476]},{"name":"BitlockerEncrypted","features":[476]},{"name":"BitlockerEncrypting","features":[476]},{"name":"CA_UPGRADE_VERSION","features":[476]},{"name":"CLCTL_ADD_CRYPTO_CHECKPOINT","features":[476]},{"name":"CLCTL_ADD_CRYPTO_CHECKPOINT_EX","features":[476]},{"name":"CLCTL_ADD_DEPENDENCY","features":[476]},{"name":"CLCTL_ADD_OWNER","features":[476]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT","features":[476]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT_32BIT","features":[476]},{"name":"CLCTL_ADD_REGISTRY_CHECKPOINT_64BIT","features":[476]},{"name":"CLCTL_BATCH_BLOCK_KEY","features":[476]},{"name":"CLCTL_BATCH_UNBLOCK_KEY","features":[476]},{"name":"CLCTL_BLOCK_GEM_SEND_RECV","features":[476]},{"name":"CLCTL_CHECK_DRAIN_VETO","features":[476]},{"name":"CLCTL_CHECK_VOTER_DOWN","features":[476]},{"name":"CLCTL_CHECK_VOTER_DOWN_WITNESS","features":[476]},{"name":"CLCTL_CHECK_VOTER_EVICT","features":[476]},{"name":"CLCTL_CHECK_VOTER_EVICT_WITNESS","features":[476]},{"name":"CLCTL_CLEAR_NODE_CONNECTION_INFO","features":[476]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS","features":[476]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS_WITH_KEY","features":[476]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_UPDATE_KEY","features":[476]},{"name":"CLCTL_CLOUD_WITNESS_RESOURCE_UPDATE_TOKEN","features":[476]},{"name":"CLCTL_CLUSTER_BASE","features":[476]},{"name":"CLCTL_CLUSTER_NAME_CHANGED","features":[476]},{"name":"CLCTL_CLUSTER_VERSION_CHANGED","features":[476]},{"name":"CLCTL_CODES","features":[476]},{"name":"CLCTL_DELETE","features":[476]},{"name":"CLCTL_DELETE_CRYPTO_CHECKPOINT","features":[476]},{"name":"CLCTL_DELETE_REGISTRY_CHECKPOINT","features":[476]},{"name":"CLCTL_DISABLE_SHARED_VOLUME_DIRECTIO","features":[476]},{"name":"CLCTL_ENABLE_SHARED_VOLUME_DIRECTIO","features":[476]},{"name":"CLCTL_ENUM_AFFINITY_RULE_NAMES","features":[476]},{"name":"CLCTL_ENUM_COMMON_PROPERTIES","features":[476]},{"name":"CLCTL_ENUM_PRIVATE_PROPERTIES","features":[476]},{"name":"CLCTL_EVICT_NODE","features":[476]},{"name":"CLCTL_FILESERVER_SHARE_ADD","features":[476]},{"name":"CLCTL_FILESERVER_SHARE_DEL","features":[476]},{"name":"CLCTL_FILESERVER_SHARE_MODIFY","features":[476]},{"name":"CLCTL_FILESERVER_SHARE_REPORT","features":[476]},{"name":"CLCTL_FIXUP_ON_UPGRADE","features":[476]},{"name":"CLCTL_FORCE_DB_FLUSH","features":[476]},{"name":"CLCTL_FORCE_QUORUM","features":[476]},{"name":"CLCTL_FSWITNESS_GET_EPOCH_INFO","features":[476]},{"name":"CLCTL_FSWITNESS_RELEASE_LOCK","features":[476]},{"name":"CLCTL_FSWITNESS_SET_EPOCH_INFO","features":[476]},{"name":"CLCTL_GET_ARB_TIMEOUT","features":[476]},{"name":"CLCTL_GET_CHARACTERISTICS","features":[476]},{"name":"CLCTL_GET_CLASS_INFO","features":[476]},{"name":"CLCTL_GET_CLUSDB_TIMESTAMP","features":[476]},{"name":"CLCTL_GET_CLUSTER_SERVICE_ACCOUNT_NAME","features":[476]},{"name":"CLCTL_GET_COMMON_PROPERTIES","features":[476]},{"name":"CLCTL_GET_COMMON_PROPERTY_FMTS","features":[476]},{"name":"CLCTL_GET_COMMON_RESOURCE_PROPERTY_FMTS","features":[476]},{"name":"CLCTL_GET_CRYPTO_CHECKPOINTS","features":[476]},{"name":"CLCTL_GET_DNS_NAME","features":[476]},{"name":"CLCTL_GET_FAILURE_INFO","features":[476]},{"name":"CLCTL_GET_FLAGS","features":[476]},{"name":"CLCTL_GET_FQDN","features":[476]},{"name":"CLCTL_GET_GEMID_VECTOR","features":[476]},{"name":"CLCTL_GET_GUM_LOCK_OWNER","features":[476]},{"name":"CLCTL_GET_ID","features":[476]},{"name":"CLCTL_GET_INFRASTRUCTURE_SOFS_BUFFER","features":[476]},{"name":"CLCTL_GET_LOADBAL_PROCESS_LIST","features":[476]},{"name":"CLCTL_GET_NAME","features":[476]},{"name":"CLCTL_GET_NETWORK","features":[476]},{"name":"CLCTL_GET_NETWORK_NAME","features":[476]},{"name":"CLCTL_GET_NODE","features":[476]},{"name":"CLCTL_GET_NODES_IN_FD","features":[476]},{"name":"CLCTL_GET_OPERATION_CONTEXT","features":[476]},{"name":"CLCTL_GET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLCTL_GET_PRIVATE_PROPERTY_FMTS","features":[476]},{"name":"CLCTL_GET_PRIVATE_RESOURCE_PROPERTY_FMTS","features":[476]},{"name":"CLCTL_GET_REGISTRY_CHECKPOINTS","features":[476]},{"name":"CLCTL_GET_REQUIRED_DEPENDENCIES","features":[476]},{"name":"CLCTL_GET_RESOURCE_TYPE","features":[476]},{"name":"CLCTL_GET_RO_COMMON_PROPERTIES","features":[476]},{"name":"CLCTL_GET_RO_PRIVATE_PROPERTIES","features":[476]},{"name":"CLCTL_GET_SHARED_VOLUME_ID","features":[476]},{"name":"CLCTL_GET_STATE_CHANGE_TIME","features":[476]},{"name":"CLCTL_GET_STORAGE_CONFIGURATION","features":[476]},{"name":"CLCTL_GET_STORAGE_CONFIG_ATTRIBUTES","features":[476]},{"name":"CLCTL_GET_STUCK_NODES","features":[476]},{"name":"CLCTL_GLOBAL_SHIFT","features":[476]},{"name":"CLCTL_GROUPSET_GET_GROUPS","features":[476]},{"name":"CLCTL_GROUPSET_GET_PROVIDER_GROUPS","features":[476]},{"name":"CLCTL_GROUPSET_GET_PROVIDER_GROUPSETS","features":[476]},{"name":"CLCTL_GROUP_GET_LAST_MOVE_TIME","features":[476]},{"name":"CLCTL_GROUP_GET_PROVIDER_GROUPS","features":[476]},{"name":"CLCTL_GROUP_GET_PROVIDER_GROUPSETS","features":[476]},{"name":"CLCTL_GROUP_SET_CCF_FROM_MASTER","features":[476]},{"name":"CLCTL_HOLD_IO","features":[476]},{"name":"CLCTL_INITIALIZE","features":[476]},{"name":"CLCTL_INJECT_GEM_FAULT","features":[476]},{"name":"CLCTL_INSTALL_NODE","features":[476]},{"name":"CLCTL_INTERNAL_SHIFT","features":[476]},{"name":"CLCTL_INTRODUCE_GEM_REPAIR_DELAY","features":[476]},{"name":"CLCTL_IPADDRESS_RELEASE_LEASE","features":[476]},{"name":"CLCTL_IPADDRESS_RENEW_LEASE","features":[476]},{"name":"CLCTL_IS_FEATURE_INSTALLED","features":[476]},{"name":"CLCTL_IS_QUORUM_BLOCKED","features":[476]},{"name":"CLCTL_IS_S2D_FEATURE_SUPPORTED","features":[476]},{"name":"CLCTL_JOINING_GROUP","features":[476]},{"name":"CLCTL_LEAVING_GROUP","features":[476]},{"name":"CLCTL_MODIFY_SHIFT","features":[476]},{"name":"CLCTL_NETNAME_CREDS_NOTIFYCAM","features":[476]},{"name":"CLCTL_NETNAME_DELETE_CO","features":[476]},{"name":"CLCTL_NETNAME_GET_OU_FOR_VCO","features":[476]},{"name":"CLCTL_NETNAME_GET_VIRTUAL_SERVER_TOKEN","features":[476]},{"name":"CLCTL_NETNAME_REGISTER_DNS_RECORDS","features":[476]},{"name":"CLCTL_NETNAME_REPAIR_VCO","features":[476]},{"name":"CLCTL_NETNAME_RESET_VCO","features":[476]},{"name":"CLCTL_NETNAME_SET_PWD_INFO","features":[476]},{"name":"CLCTL_NETNAME_SET_PWD_INFOEX","features":[476]},{"name":"CLCTL_NETNAME_VALIDATE_VCO","features":[476]},{"name":"CLCTL_NOTIFY_DRAIN_COMPLETE","features":[476]},{"name":"CLCTL_NOTIFY_INFRASTRUCTURE_SOFS_CHANGED","features":[476]},{"name":"CLCTL_NOTIFY_MONITOR_SHUTTING_DOWN","features":[476]},{"name":"CLCTL_NOTIFY_OWNER_CHANGE","features":[476]},{"name":"CLCTL_NOTIFY_QUORUM_STATUS","features":[476]},{"name":"CLCTL_POOL_GET_DRIVE_INFO","features":[476]},{"name":"CLCTL_PROVIDER_STATE_CHANGE","features":[476]},{"name":"CLCTL_QUERY_DELETE","features":[476]},{"name":"CLCTL_QUERY_MAINTENANCE_MODE","features":[476]},{"name":"CLCTL_RELOAD_AUTOLOGGER_CONFIG","features":[476]},{"name":"CLCTL_REMOVE_DEPENDENCY","features":[476]},{"name":"CLCTL_REMOVE_NODE","features":[476]},{"name":"CLCTL_REMOVE_OWNER","features":[476]},{"name":"CLCTL_REPLICATION_ADD_REPLICATION_GROUP","features":[476]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_LOGDISKS","features":[476]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_SOURCE_DATADISKS","features":[476]},{"name":"CLCTL_REPLICATION_GET_ELIGIBLE_TARGET_DATADISKS","features":[476]},{"name":"CLCTL_REPLICATION_GET_LOG_INFO","features":[476]},{"name":"CLCTL_REPLICATION_GET_LOG_VOLUME","features":[476]},{"name":"CLCTL_REPLICATION_GET_REPLICATED_DISKS","features":[476]},{"name":"CLCTL_REPLICATION_GET_REPLICATED_PARTITION_INFO","features":[476]},{"name":"CLCTL_REPLICATION_GET_REPLICA_VOLUMES","features":[476]},{"name":"CLCTL_REPLICATION_GET_RESOURCE_GROUP","features":[476]},{"name":"CLCTL_RESOURCE_PREPARE_UPGRADE","features":[476]},{"name":"CLCTL_RESOURCE_UPGRADE_COMPLETED","features":[476]},{"name":"CLCTL_RESOURCE_UPGRADE_DLL","features":[476]},{"name":"CLCTL_RESUME_IO","features":[476]},{"name":"CLCTL_RW_MODIFY_NOOP","features":[476]},{"name":"CLCTL_SCALEOUT_COMMAND","features":[476]},{"name":"CLCTL_SCALEOUT_CONTROL","features":[476]},{"name":"CLCTL_SCALEOUT_GET_CLUSTERS","features":[476]},{"name":"CLCTL_SEND_DUMMY_GEM_MESSAGES","features":[476]},{"name":"CLCTL_SET_ACCOUNT_ACCESS","features":[476]},{"name":"CLCTL_SET_CLUSTER_S2D_CACHE_METADATA_RESERVE_BYTES","features":[476]},{"name":"CLCTL_SET_CLUSTER_S2D_ENABLED","features":[476]},{"name":"CLCTL_SET_COMMON_PROPERTIES","features":[476]},{"name":"CLCTL_SET_CSV_MAINTENANCE_MODE","features":[476]},{"name":"CLCTL_SET_DNS_DOMAIN","features":[476]},{"name":"CLCTL_SET_INFRASTRUCTURE_SOFS_BUFFER","features":[476]},{"name":"CLCTL_SET_MAINTENANCE_MODE","features":[476]},{"name":"CLCTL_SET_NAME","features":[476]},{"name":"CLCTL_SET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLCTL_SET_SHARED_VOLUME_BACKUP_MODE","features":[476]},{"name":"CLCTL_SET_STORAGE_CONFIGURATION","features":[476]},{"name":"CLCTL_SHUTDOWN","features":[476]},{"name":"CLCTL_STARTING_PHASE1","features":[476]},{"name":"CLCTL_STARTING_PHASE2","features":[476]},{"name":"CLCTL_STATE_CHANGE_REASON","features":[476]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS","features":[476]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS_EX","features":[476]},{"name":"CLCTL_STORAGE_GET_AVAILABLE_DISKS_EX2_INT","features":[476]},{"name":"CLCTL_STORAGE_GET_CLUSBFLT_PATHINFO","features":[476]},{"name":"CLCTL_STORAGE_GET_CLUSBFLT_PATHS","features":[476]},{"name":"CLCTL_STORAGE_GET_CLUSPORT_DISK_COUNT","features":[476]},{"name":"CLCTL_STORAGE_GET_DIRTY","features":[476]},{"name":"CLCTL_STORAGE_GET_DISKID","features":[476]},{"name":"CLCTL_STORAGE_GET_DISK_INFO","features":[476]},{"name":"CLCTL_STORAGE_GET_DISK_INFO_EX","features":[476]},{"name":"CLCTL_STORAGE_GET_DISK_INFO_EX2","features":[476]},{"name":"CLCTL_STORAGE_GET_DISK_NUMBER_INFO","features":[476]},{"name":"CLCTL_STORAGE_GET_DRIVELETTERS","features":[476]},{"name":"CLCTL_STORAGE_GET_MOUNTPOINTS","features":[476]},{"name":"CLCTL_STORAGE_GET_PHYSICAL_DISK_INFO","features":[476]},{"name":"CLCTL_STORAGE_GET_RESOURCEID","features":[476]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_INFO","features":[476]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_PARTITION_NAMES","features":[476]},{"name":"CLCTL_STORAGE_GET_SHARED_VOLUME_STATES","features":[476]},{"name":"CLCTL_STORAGE_IS_CLUSTERABLE","features":[476]},{"name":"CLCTL_STORAGE_IS_CSV_FILE","features":[476]},{"name":"CLCTL_STORAGE_IS_PATH_VALID","features":[476]},{"name":"CLCTL_STORAGE_IS_SHARED_VOLUME","features":[476]},{"name":"CLCTL_STORAGE_REMAP_DRIVELETTER","features":[476]},{"name":"CLCTL_STORAGE_REMOVE_VM_OWNERSHIP","features":[476]},{"name":"CLCTL_STORAGE_RENAME_SHARED_VOLUME","features":[476]},{"name":"CLCTL_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[476]},{"name":"CLCTL_STORAGE_SET_DRIVELETTER","features":[476]},{"name":"CLCTL_STORAGE_SYNC_CLUSDISK_DB","features":[476]},{"name":"CLCTL_UNDELETE","features":[476]},{"name":"CLCTL_UNKNOWN","features":[476]},{"name":"CLCTL_USER_SHIFT","features":[476]},{"name":"CLCTL_VALIDATE_CHANGE_GROUP","features":[476]},{"name":"CLCTL_VALIDATE_COMMON_PROPERTIES","features":[476]},{"name":"CLCTL_VALIDATE_DIRECTORY","features":[476]},{"name":"CLCTL_VALIDATE_NETNAME","features":[476]},{"name":"CLCTL_VALIDATE_PATH","features":[476]},{"name":"CLCTL_VALIDATE_PRIVATE_PROPERTIES","features":[476]},{"name":"CLOUD_WITNESS_CONTAINER_NAME","features":[476]},{"name":"CLRES_CALLBACK_FUNCTION_TABLE","features":[305,476]},{"name":"CLRES_FUNCTION_TABLE","features":[305,476,373]},{"name":"CLRES_V1_FUNCTIONS","features":[305,476,373]},{"name":"CLRES_V2_FUNCTIONS","features":[305,476,373]},{"name":"CLRES_V3_FUNCTIONS","features":[305,476,373]},{"name":"CLRES_V4_FUNCTIONS","features":[305,476,373]},{"name":"CLRES_VERSION_V1_00","features":[476]},{"name":"CLRES_VERSION_V2_00","features":[476]},{"name":"CLRES_VERSION_V3_00","features":[476]},{"name":"CLRES_VERSION_V4_00","features":[476]},{"name":"CLUADMEX_OBJECT_TYPE","features":[476]},{"name":"CLUADMEX_OT_CLUSTER","features":[476]},{"name":"CLUADMEX_OT_GROUP","features":[476]},{"name":"CLUADMEX_OT_NETINTERFACE","features":[476]},{"name":"CLUADMEX_OT_NETWORK","features":[476]},{"name":"CLUADMEX_OT_NODE","features":[476]},{"name":"CLUADMEX_OT_NONE","features":[476]},{"name":"CLUADMEX_OT_RESOURCE","features":[476]},{"name":"CLUADMEX_OT_RESOURCETYPE","features":[476]},{"name":"CLUSAPI_CHANGE_ACCESS","features":[476]},{"name":"CLUSAPI_CHANGE_RESOURCE_GROUP_FORCE_MOVE_TO_CSV","features":[476]},{"name":"CLUSAPI_GROUP_MOVE_FAILBACK","features":[476]},{"name":"CLUSAPI_GROUP_MOVE_HIGH_PRIORITY_START","features":[476]},{"name":"CLUSAPI_GROUP_MOVE_IGNORE_AFFINITY_RULE","features":[476]},{"name":"CLUSAPI_GROUP_MOVE_IGNORE_RESOURCE_STATUS","features":[476]},{"name":"CLUSAPI_GROUP_MOVE_QUEUE_ENABLED","features":[476]},{"name":"CLUSAPI_GROUP_MOVE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[476]},{"name":"CLUSAPI_GROUP_OFFLINE_IGNORE_RESOURCE_STATUS","features":[476]},{"name":"CLUSAPI_GROUP_ONLINE_BEST_POSSIBLE_NODE","features":[476]},{"name":"CLUSAPI_GROUP_ONLINE_IGNORE_AFFINITY_RULE","features":[476]},{"name":"CLUSAPI_GROUP_ONLINE_IGNORE_RESOURCE_STATUS","features":[476]},{"name":"CLUSAPI_GROUP_ONLINE_SYNCHRONOUS","features":[476]},{"name":"CLUSAPI_NODE_AVOID_PLACEMENT","features":[476]},{"name":"CLUSAPI_NODE_PAUSE_REMAIN_ON_PAUSED_NODE_ON_MOVE_ERROR","features":[476]},{"name":"CLUSAPI_NODE_PAUSE_RETRY_DRAIN_ON_FAILURE","features":[476]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_PINNED_VMS_ONLY","features":[476]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_STORAGE","features":[476]},{"name":"CLUSAPI_NODE_RESUME_FAILBACK_VMS","features":[476]},{"name":"CLUSAPI_NO_ACCESS","features":[476]},{"name":"CLUSAPI_READ_ACCESS","features":[476]},{"name":"CLUSAPI_REASON_HANDLER","features":[305,476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_FORCE_WITH_TERMINATION","features":[476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_IGNORE_RESOURCE_STATUS","features":[476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_BEING_DELETED","features":[476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_BEING_RESTARTED","features":[476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_MOVING","features":[476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_NONE","features":[476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_PREEMPTED","features":[476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_SHUTTING_DOWN","features":[476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_UNKNOWN","features":[476]},{"name":"CLUSAPI_RESOURCE_OFFLINE_REASON_USER_REQUESTED","features":[476]},{"name":"CLUSAPI_RESOURCE_ONLINE_BEST_POSSIBLE_NODE","features":[476]},{"name":"CLUSAPI_RESOURCE_ONLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[476]},{"name":"CLUSAPI_RESOURCE_ONLINE_IGNORE_AFFINITY_RULE","features":[476]},{"name":"CLUSAPI_RESOURCE_ONLINE_IGNORE_RESOURCE_STATUS","features":[476]},{"name":"CLUSAPI_RESOURCE_ONLINE_NECESSARY_FOR_QUORUM","features":[476]},{"name":"CLUSAPI_VALID_CHANGE_RESOURCE_GROUP_FLAGS","features":[476]},{"name":"CLUSAPI_VERSION","features":[476]},{"name":"CLUSAPI_VERSION_NI","features":[476]},{"name":"CLUSAPI_VERSION_RS3","features":[476]},{"name":"CLUSAPI_VERSION_SERVER2008","features":[476]},{"name":"CLUSAPI_VERSION_SERVER2008R2","features":[476]},{"name":"CLUSAPI_VERSION_WINDOWS8","features":[476]},{"name":"CLUSAPI_VERSION_WINDOWSBLUE","features":[476]},{"name":"CLUSAPI_VERSION_WINTHRESHOLD","features":[476]},{"name":"CLUSCTL_ACCESS_MODE_MASK","features":[476]},{"name":"CLUSCTL_ACCESS_SHIFT","features":[476]},{"name":"CLUSCTL_AFFINITYRULE_CODES","features":[476]},{"name":"CLUSCTL_AFFINITYRULE_GET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_AFFINITYRULE_GET_GROUPNAMES","features":[476]},{"name":"CLUSCTL_AFFINITYRULE_GET_ID","features":[476]},{"name":"CLUSCTL_AFFINITYRULE_GET_RO_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_AFFINITYRULE_SET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS","features":[476]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_TYPE_VALIDATE_CREDENTIALS_WITH_KEY","features":[476]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_UPDATE_KEY","features":[476]},{"name":"CLUSCTL_CLOUD_WITNESS_RESOURCE_UPDATE_TOKEN","features":[476]},{"name":"CLUSCTL_CLUSTER_BATCH_BLOCK_KEY","features":[476]},{"name":"CLUSCTL_CLUSTER_BATCH_UNBLOCK_KEY","features":[476]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_DOWN","features":[476]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_DOWN_WITNESS","features":[476]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_EVICT","features":[476]},{"name":"CLUSCTL_CLUSTER_CHECK_VOTER_EVICT_WITNESS","features":[476]},{"name":"CLUSCTL_CLUSTER_CLEAR_NODE_CONNECTION_INFO","features":[476]},{"name":"CLUSCTL_CLUSTER_CODES","features":[476]},{"name":"CLUSCTL_CLUSTER_ENUM_AFFINITY_RULE_NAMES","features":[476]},{"name":"CLUSCTL_CLUSTER_ENUM_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_CLUSTER_ENUM_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_CLUSTER_FORCE_FLUSH_DB","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_CLMUSR_TOKEN","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_CLUSDB_TIMESTAMP","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_COMMON_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_FQDN","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_GUM_LOCK_OWNER","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_NODES_IN_FD","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_PRIVATE_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_RO_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_RO_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_SHARED_VOLUME_ID","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_STORAGE_CONFIGURATION","features":[476]},{"name":"CLUSCTL_CLUSTER_GET_STORAGE_CONFIG_ATTRIBUTES","features":[476]},{"name":"CLUSCTL_CLUSTER_RELOAD_AUTOLOGGER_CONFIG","features":[476]},{"name":"CLUSCTL_CLUSTER_REMOVE_NODE","features":[476]},{"name":"CLUSCTL_CLUSTER_SET_ACCOUNT_ACCESS","features":[476]},{"name":"CLUSCTL_CLUSTER_SET_CLUSTER_S2D_CACHE_METADATA_RESERVE_BYTES","features":[476]},{"name":"CLUSCTL_CLUSTER_SET_CLUSTER_S2D_ENABLED","features":[476]},{"name":"CLUSCTL_CLUSTER_SET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_CLUSTER_SET_DNS_DOMAIN","features":[476]},{"name":"CLUSCTL_CLUSTER_SET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_CLUSTER_SET_STORAGE_CONFIGURATION","features":[476]},{"name":"CLUSCTL_CLUSTER_SHUTDOWN","features":[476]},{"name":"CLUSCTL_CLUSTER_STORAGE_RENAME_SHARED_VOLUME","features":[476]},{"name":"CLUSCTL_CLUSTER_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[476]},{"name":"CLUSCTL_CLUSTER_UNKNOWN","features":[476]},{"name":"CLUSCTL_CLUSTER_VALIDATE_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_CLUSTER_VALIDATE_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_CONTROL_CODE_MASK","features":[476]},{"name":"CLUSCTL_FUNCTION_SHIFT","features":[476]},{"name":"CLUSCTL_GET_OPERATION_CONTEXT_PARAMS_VERSION_1","features":[476]},{"name":"CLUSCTL_GROUPSET_CODES","features":[476]},{"name":"CLUSCTL_GROUPSET_GET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUPSET_GET_GROUPS","features":[476]},{"name":"CLUSCTL_GROUPSET_GET_ID","features":[476]},{"name":"CLUSCTL_GROUPSET_GET_PROVIDER_GROUPS","features":[476]},{"name":"CLUSCTL_GROUPSET_GET_PROVIDER_GROUPSETS","features":[476]},{"name":"CLUSCTL_GROUPSET_GET_RO_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUPSET_SET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUP_CODES","features":[476]},{"name":"CLUSCTL_GROUP_ENUM_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUP_ENUM_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUP_GET_CHARACTERISTICS","features":[476]},{"name":"CLUSCTL_GROUP_GET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUP_GET_COMMON_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_GROUP_GET_FAILURE_INFO","features":[476]},{"name":"CLUSCTL_GROUP_GET_FLAGS","features":[476]},{"name":"CLUSCTL_GROUP_GET_ID","features":[476]},{"name":"CLUSCTL_GROUP_GET_LAST_MOVE_TIME","features":[476]},{"name":"CLUSCTL_GROUP_GET_LAST_MOVE_TIME_OUTPUT","features":[305,476]},{"name":"CLUSCTL_GROUP_GET_NAME","features":[476]},{"name":"CLUSCTL_GROUP_GET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUP_GET_PRIVATE_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_GROUP_GET_PROVIDER_GROUPS","features":[476]},{"name":"CLUSCTL_GROUP_GET_PROVIDER_GROUPSETS","features":[476]},{"name":"CLUSCTL_GROUP_GET_RO_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUP_GET_RO_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUP_QUERY_DELETE","features":[476]},{"name":"CLUSCTL_GROUP_SET_CCF_FROM_MASTER","features":[476]},{"name":"CLUSCTL_GROUP_SET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUP_SET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUP_UNKNOWN","features":[476]},{"name":"CLUSCTL_GROUP_VALIDATE_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_GROUP_VALIDATE_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_CODES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_ENUM_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_ENUM_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_CHARACTERISTICS","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_COMMON_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_FLAGS","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_ID","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_NAME","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_NETWORK","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_NODE","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_PRIVATE_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_RO_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_GET_RO_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_SET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_SET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_UNKNOWN","features":[476]},{"name":"CLUSCTL_NETINTERFACE_VALIDATE_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETINTERFACE_VALIDATE_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETWORK_CODES","features":[476]},{"name":"CLUSCTL_NETWORK_ENUM_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETWORK_ENUM_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETWORK_GET_CHARACTERISTICS","features":[476]},{"name":"CLUSCTL_NETWORK_GET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETWORK_GET_COMMON_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_NETWORK_GET_FLAGS","features":[476]},{"name":"CLUSCTL_NETWORK_GET_ID","features":[476]},{"name":"CLUSCTL_NETWORK_GET_NAME","features":[476]},{"name":"CLUSCTL_NETWORK_GET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETWORK_GET_PRIVATE_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_NETWORK_GET_RO_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETWORK_GET_RO_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETWORK_SET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETWORK_SET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETWORK_UNKNOWN","features":[476]},{"name":"CLUSCTL_NETWORK_VALIDATE_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NETWORK_VALIDATE_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NODE_BLOCK_GEM_SEND_RECV","features":[476]},{"name":"CLUSCTL_NODE_CODES","features":[476]},{"name":"CLUSCTL_NODE_ENUM_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NODE_ENUM_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NODE_GET_CHARACTERISTICS","features":[476]},{"name":"CLUSCTL_NODE_GET_CLUSTER_SERVICE_ACCOUNT_NAME","features":[476]},{"name":"CLUSCTL_NODE_GET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NODE_GET_COMMON_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_NODE_GET_FLAGS","features":[476]},{"name":"CLUSCTL_NODE_GET_GEMID_VECTOR","features":[476]},{"name":"CLUSCTL_NODE_GET_ID","features":[476]},{"name":"CLUSCTL_NODE_GET_NAME","features":[476]},{"name":"CLUSCTL_NODE_GET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NODE_GET_PRIVATE_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_NODE_GET_RO_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NODE_GET_RO_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NODE_GET_STUCK_NODES","features":[476]},{"name":"CLUSCTL_NODE_INJECT_GEM_FAULT","features":[476]},{"name":"CLUSCTL_NODE_INTRODUCE_GEM_REPAIR_DELAY","features":[476]},{"name":"CLUSCTL_NODE_SEND_DUMMY_GEM_MESSAGES","features":[476]},{"name":"CLUSCTL_NODE_SET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NODE_SET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_NODE_UNKNOWN","features":[476]},{"name":"CLUSCTL_NODE_VALIDATE_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_NODE_VALIDATE_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_OBJECT_MASK","features":[476]},{"name":"CLUSCTL_OBJECT_SHIFT","features":[476]},{"name":"CLUSCTL_RESOURCE_ADD_CRYPTO_CHECKPOINT","features":[476]},{"name":"CLUSCTL_RESOURCE_ADD_CRYPTO_CHECKPOINT_EX","features":[476]},{"name":"CLUSCTL_RESOURCE_ADD_DEPENDENCY","features":[476]},{"name":"CLUSCTL_RESOURCE_ADD_OWNER","features":[476]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT","features":[476]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT_32BIT","features":[476]},{"name":"CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT_64BIT","features":[476]},{"name":"CLUSCTL_RESOURCE_CHECK_DRAIN_VETO","features":[476]},{"name":"CLUSCTL_RESOURCE_CLUSTER_NAME_CHANGED","features":[476]},{"name":"CLUSCTL_RESOURCE_CLUSTER_VERSION_CHANGED","features":[476]},{"name":"CLUSCTL_RESOURCE_CODES","features":[476]},{"name":"CLUSCTL_RESOURCE_DELETE","features":[476]},{"name":"CLUSCTL_RESOURCE_DELETE_CRYPTO_CHECKPOINT","features":[476]},{"name":"CLUSCTL_RESOURCE_DELETE_REGISTRY_CHECKPOINT","features":[476]},{"name":"CLUSCTL_RESOURCE_DISABLE_SHARED_VOLUME_DIRECTIO","features":[476]},{"name":"CLUSCTL_RESOURCE_ENABLE_SHARED_VOLUME_DIRECTIO","features":[476]},{"name":"CLUSCTL_RESOURCE_ENUM_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_ENUM_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_EVICT_NODE","features":[476]},{"name":"CLUSCTL_RESOURCE_FORCE_QUORUM","features":[476]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_GET_EPOCH_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_RELEASE_LOCK","features":[476]},{"name":"CLUSCTL_RESOURCE_FSWITNESS_SET_EPOCH_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_CHARACTERISTICS","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_CLASS_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_COMMON_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_CRYPTO_CHECKPOINTS","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_DNS_NAME","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_FAILURE_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_FLAGS","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_ID","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_INFRASTRUCTURE_SOFS_BUFFER","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_LOADBAL_PROCESS_LIST","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_NAME","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_NETWORK_NAME","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_NODES_IN_FD","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_OPERATION_CONTEXT","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_PRIVATE_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_REGISTRY_CHECKPOINTS","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_REQUIRED_DEPENDENCIES","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_RESOURCE_TYPE","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_RO_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_RO_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_GET_STATE_CHANGE_TIME","features":[476]},{"name":"CLUSCTL_RESOURCE_INITIALIZE","features":[476]},{"name":"CLUSCTL_RESOURCE_INSTALL_NODE","features":[476]},{"name":"CLUSCTL_RESOURCE_IPADDRESS_RELEASE_LEASE","features":[476]},{"name":"CLUSCTL_RESOURCE_IPADDRESS_RENEW_LEASE","features":[476]},{"name":"CLUSCTL_RESOURCE_IS_QUORUM_BLOCKED","features":[476]},{"name":"CLUSCTL_RESOURCE_JOINING_GROUP","features":[476]},{"name":"CLUSCTL_RESOURCE_LEAVING_GROUP","features":[476]},{"name":"CLUSCTL_RESOURCE_NETNAME_CREDS_NOTIFYCAM","features":[476]},{"name":"CLUSCTL_RESOURCE_NETNAME_DELETE_CO","features":[476]},{"name":"CLUSCTL_RESOURCE_NETNAME_GET_VIRTUAL_SERVER_TOKEN","features":[476]},{"name":"CLUSCTL_RESOURCE_NETNAME_REGISTER_DNS_RECORDS","features":[476]},{"name":"CLUSCTL_RESOURCE_NETNAME_REPAIR_VCO","features":[476]},{"name":"CLUSCTL_RESOURCE_NETNAME_RESET_VCO","features":[476]},{"name":"CLUSCTL_RESOURCE_NETNAME_SET_PWD_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_NETNAME_SET_PWD_INFOEX","features":[476]},{"name":"CLUSCTL_RESOURCE_NETNAME_VALIDATE_VCO","features":[476]},{"name":"CLUSCTL_RESOURCE_NOTIFY_DRAIN_COMPLETE","features":[476]},{"name":"CLUSCTL_RESOURCE_NOTIFY_OWNER_CHANGE","features":[476]},{"name":"CLUSCTL_RESOURCE_NOTIFY_QUORUM_STATUS","features":[476]},{"name":"CLUSCTL_RESOURCE_POOL_GET_DRIVE_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_PREPARE_UPGRADE","features":[476]},{"name":"CLUSCTL_RESOURCE_PROVIDER_STATE_CHANGE","features":[476]},{"name":"CLUSCTL_RESOURCE_QUERY_DELETE","features":[476]},{"name":"CLUSCTL_RESOURCE_QUERY_MAINTENANCE_MODE","features":[476]},{"name":"CLUSCTL_RESOURCE_REMOVE_DEPENDENCY","features":[476]},{"name":"CLUSCTL_RESOURCE_REMOVE_OWNER","features":[476]},{"name":"CLUSCTL_RESOURCE_RLUA_GET_VIRTUAL_SERVER_TOKEN","features":[476]},{"name":"CLUSCTL_RESOURCE_RLUA_SET_PWD_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_RLUA_SET_PWD_INFOEX","features":[476]},{"name":"CLUSCTL_RESOURCE_RW_MODIFY_NOOP","features":[476]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_COMMAND","features":[476]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_CONTROL","features":[476]},{"name":"CLUSCTL_RESOURCE_SCALEOUT_GET_CLUSTERS","features":[476]},{"name":"CLUSCTL_RESOURCE_SET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_SET_CSV_MAINTENANCE_MODE","features":[476]},{"name":"CLUSCTL_RESOURCE_SET_INFRASTRUCTURE_SOFS_BUFFER","features":[476]},{"name":"CLUSCTL_RESOURCE_SET_MAINTENANCE_MODE","features":[476]},{"name":"CLUSCTL_RESOURCE_SET_NAME","features":[476]},{"name":"CLUSCTL_RESOURCE_SET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_SET_SHARED_VOLUME_BACKUP_MODE","features":[476]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON","features":[476]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON_STRUCT","features":[476]},{"name":"CLUSCTL_RESOURCE_STATE_CHANGE_REASON_VERSION_1","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DIRTY","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISKID","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO_EX","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO_EX2","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_DISK_NUMBER_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_MOUNTPOINTS","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_PARTITION_NAMES","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_GET_SHARED_VOLUME_STATES","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_IS_PATH_VALID","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_IS_SHARED_VOLUME","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_RENAME_SHARED_VOLUME","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_RENAME_SHARED_VOLUME_GUID","features":[476]},{"name":"CLUSCTL_RESOURCE_STORAGE_SET_DRIVELETTER","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_CHECK_DRAIN_VETO","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_CLUSTER_VERSION_CHANGED","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_CODES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_ENUM_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_ENUM_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_EVICT_NODE","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_FIXUP_ON_UPGRADE","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_APP_VALIDATE_DIRECTORY","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_APP_VALIDATE_PATH","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GEN_SCRIPT_VALIDATE_PATH","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_ARB_TIMEOUT","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CHARACTERISTICS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CLASS_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_COMMON_RESOURCE_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_CRYPTO_CHECKPOINTS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_FLAGS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_PRIVATE_RESOURCE_PROPERTY_FMTS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_REGISTRY_CHECKPOINTS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_REQUIRED_DEPENDENCIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_RO_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_GET_RO_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_HOLD_IO","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_INSTALL_NODE","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_NETNAME_GET_OU_FOR_VCO","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_NETNAME_VALIDATE_NETNAME","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_NOTIFY_DRAIN_COMPLETE","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_NOTIFY_MONITOR_SHUTTING_DOWN","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_PREPARE_UPGRADE","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_QUERY_DELETE","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_ADD_REPLICATION_GROUP","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_LOGDISKS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_SOURCE_DATADISKS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_TARGET_DATADISKS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_LOG_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_LOG_VOLUME","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICATED_DISKS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICATED_PARTITION_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_REPLICA_VOLUMES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_RESOURCE_GROUP","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_RESUME_IO","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_SET_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_SET_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STARTING_PHASE1","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STARTING_PHASE2","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_ADD_VOLUME_INFO","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_FILTER_BY_POOL","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_FLAG_INCLUDE_NON_SHARED_DISKS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_INPUT","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS_EX2_INT","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_DISKID","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_DRIVELETTERS","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_GET_RESOURCEID","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_IS_CLUSTERABLE","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_IS_CSV_FILE","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_REMAP_DRIVELETTER","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_REMOVE_VM_OWNERSHIP","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_STORAGE_SYNC_CLUSDISK_DB","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_UNKNOWN","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_UPGRADE_COMPLETED","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_VALIDATE_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_VALIDATE_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_TYPE_WITNESS_VALIDATE_PATH","features":[476]},{"name":"CLUSCTL_RESOURCE_UNDELETE","features":[476]},{"name":"CLUSCTL_RESOURCE_UNKNOWN","features":[476]},{"name":"CLUSCTL_RESOURCE_UPGRADE_COMPLETED","features":[476]},{"name":"CLUSCTL_RESOURCE_UPGRADE_DLL","features":[476]},{"name":"CLUSCTL_RESOURCE_VALIDATE_CHANGE_GROUP","features":[476]},{"name":"CLUSCTL_RESOURCE_VALIDATE_COMMON_PROPERTIES","features":[476]},{"name":"CLUSCTL_RESOURCE_VALIDATE_PRIVATE_PROPERTIES","features":[476]},{"name":"CLUSGROUPSET_STATUS_APPLICATION_READY","features":[476]},{"name":"CLUSGROUPSET_STATUS_GROUPS_ONLINE","features":[476]},{"name":"CLUSGROUPSET_STATUS_GROUPS_PENDING","features":[476]},{"name":"CLUSGROUPSET_STATUS_OS_HEARTBEAT","features":[476]},{"name":"CLUSGROUP_TYPE","features":[476]},{"name":"CLUSGRP_STATUS_APPLICATION_READY","features":[476]},{"name":"CLUSGRP_STATUS_EMBEDDED_FAILURE","features":[476]},{"name":"CLUSGRP_STATUS_LOCKED_MODE","features":[476]},{"name":"CLUSGRP_STATUS_NETWORK_FAILURE","features":[476]},{"name":"CLUSGRP_STATUS_OFFLINE_DUE_TO_ANTIAFFINITY_CONFLICT","features":[476]},{"name":"CLUSGRP_STATUS_OFFLINE_NOT_LOCAL_DISK_OWNER","features":[476]},{"name":"CLUSGRP_STATUS_OS_HEARTBEAT","features":[476]},{"name":"CLUSGRP_STATUS_PHYSICAL_RESOURCES_LACKING","features":[476]},{"name":"CLUSGRP_STATUS_PREEMPTED","features":[476]},{"name":"CLUSGRP_STATUS_UNMONITORED","features":[476]},{"name":"CLUSGRP_STATUS_WAITING_FOR_DEPENDENCIES","features":[476]},{"name":"CLUSGRP_STATUS_WAITING_IN_QUEUE_FOR_MOVE","features":[476]},{"name":"CLUSGRP_STATUS_WAITING_TO_START","features":[476]},{"name":"CLUSPROP_BINARY","features":[476]},{"name":"CLUSPROP_BUFFER_HELPER","features":[305,476,309]},{"name":"CLUSPROP_DWORD","features":[476]},{"name":"CLUSPROP_FILETIME","features":[305,476]},{"name":"CLUSPROP_FORMAT_BINARY","features":[476]},{"name":"CLUSPROP_FORMAT_DWORD","features":[476]},{"name":"CLUSPROP_FORMAT_EXPANDED_SZ","features":[476]},{"name":"CLUSPROP_FORMAT_EXPAND_SZ","features":[476]},{"name":"CLUSPROP_FORMAT_FILETIME","features":[476]},{"name":"CLUSPROP_FORMAT_LARGE_INTEGER","features":[476]},{"name":"CLUSPROP_FORMAT_LONG","features":[476]},{"name":"CLUSPROP_FORMAT_MULTI_SZ","features":[476]},{"name":"CLUSPROP_FORMAT_PROPERTY_LIST","features":[476]},{"name":"CLUSPROP_FORMAT_SECURITY_DESCRIPTOR","features":[476]},{"name":"CLUSPROP_FORMAT_SZ","features":[476]},{"name":"CLUSPROP_FORMAT_ULARGE_INTEGER","features":[476]},{"name":"CLUSPROP_FORMAT_UNKNOWN","features":[476]},{"name":"CLUSPROP_FORMAT_USER","features":[476]},{"name":"CLUSPROP_FORMAT_VALUE_LIST","features":[476]},{"name":"CLUSPROP_FORMAT_WORD","features":[476]},{"name":"CLUSPROP_FTSET_INFO","features":[476]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS","features":[476]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_DISABLED","features":[476]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_ENABLED","features":[476]},{"name":"CLUSPROP_IPADDR_ENABLENETBIOS_TRACK_NIC","features":[476]},{"name":"CLUSPROP_LARGE_INTEGER","features":[476]},{"name":"CLUSPROP_LIST","features":[476]},{"name":"CLUSPROP_LONG","features":[476]},{"name":"CLUSPROP_PARTITION_INFO","features":[476]},{"name":"CLUSPROP_PARTITION_INFO_EX","features":[476]},{"name":"CLUSPROP_PARTITION_INFO_EX2","features":[476]},{"name":"CLUSPROP_PIFLAGS","features":[476]},{"name":"CLUSPROP_PIFLAG_DEFAULT_QUORUM","features":[476]},{"name":"CLUSPROP_PIFLAG_ENCRYPTION_ENABLED","features":[476]},{"name":"CLUSPROP_PIFLAG_RAW","features":[476]},{"name":"CLUSPROP_PIFLAG_REMOVABLE","features":[476]},{"name":"CLUSPROP_PIFLAG_STICKY","features":[476]},{"name":"CLUSPROP_PIFLAG_UNKNOWN","features":[476]},{"name":"CLUSPROP_PIFLAG_USABLE","features":[476]},{"name":"CLUSPROP_PIFLAG_USABLE_FOR_CSV","features":[476]},{"name":"CLUSPROP_REQUIRED_DEPENDENCY","features":[476]},{"name":"CLUSPROP_RESOURCE_CLASS","features":[476]},{"name":"CLUSPROP_RESOURCE_CLASS_INFO","features":[476]},{"name":"CLUSPROP_SCSI_ADDRESS","features":[476]},{"name":"CLUSPROP_SECURITY_DESCRIPTOR","features":[476,309]},{"name":"CLUSPROP_SYNTAX","features":[476]},{"name":"CLUSPROP_SYNTAX_DISK_GUID","features":[476]},{"name":"CLUSPROP_SYNTAX_DISK_NUMBER","features":[476]},{"name":"CLUSPROP_SYNTAX_DISK_SERIALNUMBER","features":[476]},{"name":"CLUSPROP_SYNTAX_DISK_SIGNATURE","features":[476]},{"name":"CLUSPROP_SYNTAX_DISK_SIZE","features":[476]},{"name":"CLUSPROP_SYNTAX_ENDMARK","features":[476]},{"name":"CLUSPROP_SYNTAX_FTSET_INFO","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_BINARY","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_DWORD","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_EXPANDED_SZ","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_EXPAND_SZ","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_FILETIME","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_LARGE_INTEGER","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_LONG","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_MULTI_SZ","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_PROPERTY_LIST","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_SECURITY_DESCRIPTOR","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_SZ","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_ULARGE_INTEGER","features":[476]},{"name":"CLUSPROP_SYNTAX_LIST_VALUE_WORD","features":[476]},{"name":"CLUSPROP_SYNTAX_NAME","features":[476]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO","features":[476]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO_EX","features":[476]},{"name":"CLUSPROP_SYNTAX_PARTITION_INFO_EX2","features":[476]},{"name":"CLUSPROP_SYNTAX_RESCLASS","features":[476]},{"name":"CLUSPROP_SYNTAX_SCSI_ADDRESS","features":[476]},{"name":"CLUSPROP_SYNTAX_STORAGE_DEVICE_ID_DESCRIPTOR","features":[476]},{"name":"CLUSPROP_SZ","features":[476]},{"name":"CLUSPROP_TYPE_DISK_GUID","features":[476]},{"name":"CLUSPROP_TYPE_DISK_NUMBER","features":[476]},{"name":"CLUSPROP_TYPE_DISK_SERIALNUMBER","features":[476]},{"name":"CLUSPROP_TYPE_DISK_SIZE","features":[476]},{"name":"CLUSPROP_TYPE_ENDMARK","features":[476]},{"name":"CLUSPROP_TYPE_FTSET_INFO","features":[476]},{"name":"CLUSPROP_TYPE_LIST_VALUE","features":[476]},{"name":"CLUSPROP_TYPE_NAME","features":[476]},{"name":"CLUSPROP_TYPE_PARTITION_INFO","features":[476]},{"name":"CLUSPROP_TYPE_PARTITION_INFO_EX","features":[476]},{"name":"CLUSPROP_TYPE_PARTITION_INFO_EX2","features":[476]},{"name":"CLUSPROP_TYPE_RESCLASS","features":[476]},{"name":"CLUSPROP_TYPE_RESERVED1","features":[476]},{"name":"CLUSPROP_TYPE_SCSI_ADDRESS","features":[476]},{"name":"CLUSPROP_TYPE_SIGNATURE","features":[476]},{"name":"CLUSPROP_TYPE_STORAGE_DEVICE_ID_DESCRIPTOR","features":[476]},{"name":"CLUSPROP_TYPE_UNKNOWN","features":[476]},{"name":"CLUSPROP_TYPE_USER","features":[476]},{"name":"CLUSPROP_ULARGE_INTEGER","features":[476]},{"name":"CLUSPROP_VALUE","features":[476]},{"name":"CLUSPROP_WORD","features":[476]},{"name":"CLUSREG_COMMAND_NONE","features":[476]},{"name":"CLUSREG_CONDITION_EXISTS","features":[476]},{"name":"CLUSREG_CONDITION_IS_EQUAL","features":[476]},{"name":"CLUSREG_CONDITION_IS_GREATER_THAN","features":[476]},{"name":"CLUSREG_CONDITION_IS_LESS_THAN","features":[476]},{"name":"CLUSREG_CONDITION_IS_NOT_EQUAL","features":[476]},{"name":"CLUSREG_CONDITION_KEY_EXISTS","features":[476]},{"name":"CLUSREG_CONDITION_KEY_NOT_EXISTS","features":[476]},{"name":"CLUSREG_CONDITION_NOT_EXISTS","features":[476]},{"name":"CLUSREG_CONTROL_COMMAND","features":[476]},{"name":"CLUSREG_CREATE_KEY","features":[476]},{"name":"CLUSREG_DATABASE_ISOLATE_READ","features":[476]},{"name":"CLUSREG_DATABASE_SYNC_WRITE_TO_ALL_NODES","features":[476]},{"name":"CLUSREG_DELETE_KEY","features":[476]},{"name":"CLUSREG_DELETE_VALUE","features":[476]},{"name":"CLUSREG_KEYNAME_OBJECTGUIDS","features":[476]},{"name":"CLUSREG_LAST_COMMAND","features":[476]},{"name":"CLUSREG_NAME_AFFINITYRULE_ENABLED","features":[476]},{"name":"CLUSREG_NAME_AFFINITYRULE_GROUPS","features":[476]},{"name":"CLUSREG_NAME_AFFINITYRULE_NAME","features":[476]},{"name":"CLUSREG_NAME_AFFINITYRULE_TYPE","features":[476]},{"name":"CLUSREG_NAME_CLOUDWITNESS_ACCOUNT_NAME","features":[476]},{"name":"CLUSREG_NAME_CLOUDWITNESS_CONTAINER_NAME","features":[476]},{"name":"CLUSREG_NAME_CLOUDWITNESS_ENDPOINT_INFO","features":[476]},{"name":"CLUSREG_NAME_CLOUDWITNESS_PRIMARY_KEY","features":[476]},{"name":"CLUSREG_NAME_CLOUDWITNESS_PRIMARY_TOKEN","features":[476]},{"name":"CLUSREG_NAME_CLUS_DEFAULT_NETWORK_ROLE","features":[476]},{"name":"CLUSREG_NAME_CLUS_DESC","features":[476]},{"name":"CLUSREG_NAME_CLUS_SD","features":[476]},{"name":"CLUSREG_NAME_CROSS_SITE_DELAY","features":[476]},{"name":"CLUSREG_NAME_CROSS_SITE_THRESHOLD","features":[476]},{"name":"CLUSREG_NAME_CROSS_SUBNET_DELAY","features":[476]},{"name":"CLUSREG_NAME_CROSS_SUBNET_THRESHOLD","features":[476]},{"name":"CLUSREG_NAME_CSV_BLOCK_CACHE","features":[476]},{"name":"CLUSREG_NAME_CSV_MDS_SD","features":[476]},{"name":"CLUSREG_NAME_DATABASE_READ_WRITE_MODE","features":[476]},{"name":"CLUSREG_NAME_DDA_DEVICE_ALLOCATIONS","features":[476]},{"name":"CLUSREG_NAME_DHCP_BACKUP_PATH","features":[476]},{"name":"CLUSREG_NAME_DHCP_DATABASE_PATH","features":[476]},{"name":"CLUSREG_NAME_DRAIN_ON_SHUTDOWN","features":[476]},{"name":"CLUSREG_NAME_ENABLED_EVENT_LOGS","features":[476]},{"name":"CLUSREG_NAME_FAILOVER_MOVE_MIGRATION_TYPE","features":[476]},{"name":"CLUSREG_NAME_FILESHR_CA_TIMEOUT","features":[476]},{"name":"CLUSREG_NAME_FILESHR_HIDE_SUBDIR_SHARES","features":[476]},{"name":"CLUSREG_NAME_FILESHR_IS_DFS_ROOT","features":[476]},{"name":"CLUSREG_NAME_FILESHR_MAX_USERS","features":[476]},{"name":"CLUSREG_NAME_FILESHR_PATH","features":[476]},{"name":"CLUSREG_NAME_FILESHR_QOS_FLOWSCOPE","features":[476]},{"name":"CLUSREG_NAME_FILESHR_QOS_POLICYID","features":[476]},{"name":"CLUSREG_NAME_FILESHR_REMARK","features":[476]},{"name":"CLUSREG_NAME_FILESHR_SD","features":[476]},{"name":"CLUSREG_NAME_FILESHR_SERVER_NAME","features":[476]},{"name":"CLUSREG_NAME_FILESHR_SHARE_FLAGS","features":[476]},{"name":"CLUSREG_NAME_FILESHR_SHARE_NAME","features":[476]},{"name":"CLUSREG_NAME_FILESHR_SHARE_SUBDIRS","features":[476]},{"name":"CLUSREG_NAME_FIXQUORUM","features":[476]},{"name":"CLUSREG_NAME_FSWITNESS_ARB_DELAY","features":[476]},{"name":"CLUSREG_NAME_FSWITNESS_IMPERSONATE_CNO","features":[476]},{"name":"CLUSREG_NAME_FSWITNESS_SHARE_PATH","features":[476]},{"name":"CLUSREG_NAME_FUNCTIONAL_LEVEL","features":[476]},{"name":"CLUSREG_NAME_GENAPP_COMMAND_LINE","features":[476]},{"name":"CLUSREG_NAME_GENAPP_CURRENT_DIRECTORY","features":[476]},{"name":"CLUSREG_NAME_GENAPP_USE_NETWORK_NAME","features":[476]},{"name":"CLUSREG_NAME_GENSCRIPT_SCRIPT_FILEPATH","features":[476]},{"name":"CLUSREG_NAME_GENSVC_SERVICE_NAME","features":[476]},{"name":"CLUSREG_NAME_GENSVC_STARTUP_PARAMS","features":[476]},{"name":"CLUSREG_NAME_GENSVC_USE_NETWORK_NAME","features":[476]},{"name":"CLUSREG_NAME_GPUP_DEVICE_ALLOCATIONS","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_AVAILABILITY_SET_INDEX_TO_NODE_MAPPING","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_FAULT_DOMAINS","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_IS_AVAILABILITY_SET","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_IS_GLOBAL","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_NAME","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_RESERVE_NODE","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_COUNT","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_DELAY","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_STARTUP_SETTING","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_STATUS_INFORMATION","features":[476]},{"name":"CLUSREG_NAME_GROUPSET_UPDATE_DOMAINS","features":[476]},{"name":"CLUSREG_NAME_GROUP_DEPENDENCY_TIMEOUT","features":[476]},{"name":"CLUSREG_NAME_GRP_ANTI_AFFINITY_CLASS_NAME","features":[476]},{"name":"CLUSREG_NAME_GRP_CCF_EPOCH","features":[476]},{"name":"CLUSREG_NAME_GRP_CCF_EPOCH_HIGH","features":[476]},{"name":"CLUSREG_NAME_GRP_COLD_START_SETTING","features":[476]},{"name":"CLUSREG_NAME_GRP_DEFAULT_OWNER","features":[476]},{"name":"CLUSREG_NAME_GRP_DESC","features":[476]},{"name":"CLUSREG_NAME_GRP_FAILBACK_TYPE","features":[476]},{"name":"CLUSREG_NAME_GRP_FAILBACK_WIN_END","features":[476]},{"name":"CLUSREG_NAME_GRP_FAILBACK_WIN_START","features":[476]},{"name":"CLUSREG_NAME_GRP_FAILOVER_PERIOD","features":[476]},{"name":"CLUSREG_NAME_GRP_FAILOVER_THRESHOLD","features":[476]},{"name":"CLUSREG_NAME_GRP_FAULT_DOMAIN","features":[476]},{"name":"CLUSREG_NAME_GRP_LOCK_MOVE","features":[476]},{"name":"CLUSREG_NAME_GRP_NAME","features":[476]},{"name":"CLUSREG_NAME_GRP_PERSISTENT_STATE","features":[476]},{"name":"CLUSREG_NAME_GRP_PLACEMENT_OPTIONS","features":[476]},{"name":"CLUSREG_NAME_GRP_PREFERRED_SITE","features":[476]},{"name":"CLUSREG_NAME_GRP_PRIORITY","features":[476]},{"name":"CLUSREG_NAME_GRP_RESILIENCY_PERIOD","features":[476]},{"name":"CLUSREG_NAME_GRP_START_DELAY","features":[476]},{"name":"CLUSREG_NAME_GRP_STATUS_INFORMATION","features":[476]},{"name":"CLUSREG_NAME_GRP_TYPE","features":[476]},{"name":"CLUSREG_NAME_GRP_UPDATE_DOMAIN","features":[476]},{"name":"CLUSREG_NAME_IGNORE_PERSISTENT_STATE","features":[476]},{"name":"CLUSREG_NAME_IPADDR_ADDRESS","features":[476]},{"name":"CLUSREG_NAME_IPADDR_DHCP_ADDRESS","features":[476]},{"name":"CLUSREG_NAME_IPADDR_DHCP_SERVER","features":[476]},{"name":"CLUSREG_NAME_IPADDR_DHCP_SUBNET_MASK","features":[476]},{"name":"CLUSREG_NAME_IPADDR_ENABLE_DHCP","features":[476]},{"name":"CLUSREG_NAME_IPADDR_ENABLE_NETBIOS","features":[476]},{"name":"CLUSREG_NAME_IPADDR_LEASE_OBTAINED_TIME","features":[476]},{"name":"CLUSREG_NAME_IPADDR_LEASE_TERMINATES_TIME","features":[476]},{"name":"CLUSREG_NAME_IPADDR_NETWORK","features":[476]},{"name":"CLUSREG_NAME_IPADDR_OVERRIDE_ADDRMATCH","features":[476]},{"name":"CLUSREG_NAME_IPADDR_PROBE_FAILURE_THRESHOLD","features":[476]},{"name":"CLUSREG_NAME_IPADDR_PROBE_PORT","features":[476]},{"name":"CLUSREG_NAME_IPADDR_SHARED_NETNAME","features":[476]},{"name":"CLUSREG_NAME_IPADDR_SUBNET_MASK","features":[476]},{"name":"CLUSREG_NAME_IPADDR_T1","features":[476]},{"name":"CLUSREG_NAME_IPADDR_T2","features":[476]},{"name":"CLUSREG_NAME_IPV6_NATIVE_ADDRESS","features":[476]},{"name":"CLUSREG_NAME_IPV6_NATIVE_NETWORK","features":[476]},{"name":"CLUSREG_NAME_IPV6_NATIVE_PREFIX_LENGTH","features":[476]},{"name":"CLUSREG_NAME_IPV6_TUNNEL_ADDRESS","features":[476]},{"name":"CLUSREG_NAME_IPV6_TUNNEL_TUNNELTYPE","features":[476]},{"name":"CLUSREG_NAME_LAST_RECENT_EVENTS_RESET_TIME","features":[476]},{"name":"CLUSREG_NAME_LOG_FILE_PATH","features":[476]},{"name":"CLUSREG_NAME_MESSAGE_BUFFER_LENGTH","features":[476]},{"name":"CLUSREG_NAME_MIXED_MODE","features":[476]},{"name":"CLUSREG_NAME_NETFT_IPSEC_ENABLED","features":[476]},{"name":"CLUSREG_NAME_NETIFACE_ADAPTER_ID","features":[476]},{"name":"CLUSREG_NAME_NETIFACE_ADAPTER_NAME","features":[476]},{"name":"CLUSREG_NAME_NETIFACE_ADDRESS","features":[476]},{"name":"CLUSREG_NAME_NETIFACE_DESC","features":[476]},{"name":"CLUSREG_NAME_NETIFACE_DHCP_ENABLED","features":[476]},{"name":"CLUSREG_NAME_NETIFACE_IPV4_ADDRESSES","features":[476]},{"name":"CLUSREG_NAME_NETIFACE_IPV6_ADDRESSES","features":[476]},{"name":"CLUSREG_NAME_NETIFACE_NAME","features":[476]},{"name":"CLUSREG_NAME_NETIFACE_NETWORK","features":[476]},{"name":"CLUSREG_NAME_NETIFACE_NODE","features":[476]},{"name":"CLUSREG_NAME_NETNAME_AD_AWARE","features":[476]},{"name":"CLUSREG_NAME_NETNAME_ALIASES","features":[476]},{"name":"CLUSREG_NAME_NETNAME_CONTAINERGUID","features":[476]},{"name":"CLUSREG_NAME_NETNAME_CREATING_DC","features":[476]},{"name":"CLUSREG_NAME_NETNAME_DNN_DISABLE_CLONES","features":[476]},{"name":"CLUSREG_NAME_NETNAME_DNS_NAME","features":[476]},{"name":"CLUSREG_NAME_NETNAME_DNS_SUFFIX","features":[476]},{"name":"CLUSREG_NAME_NETNAME_EXCLUDE_NETWORKS","features":[476]},{"name":"CLUSREG_NAME_NETNAME_HOST_TTL","features":[476]},{"name":"CLUSREG_NAME_NETNAME_IN_USE_NETWORKS","features":[476]},{"name":"CLUSREG_NAME_NETNAME_LAST_DNS_UPDATE","features":[476]},{"name":"CLUSREG_NAME_NETNAME_NAME","features":[476]},{"name":"CLUSREG_NAME_NETNAME_OBJECT_ID","features":[476]},{"name":"CLUSREG_NAME_NETNAME_PUBLISH_PTR","features":[476]},{"name":"CLUSREG_NAME_NETNAME_REGISTER_ALL_IP","features":[476]},{"name":"CLUSREG_NAME_NETNAME_REMAP_PIPE_NAMES","features":[476]},{"name":"CLUSREG_NAME_NETNAME_REMOVEVCO_ONDELETE","features":[476]},{"name":"CLUSREG_NAME_NETNAME_RESOURCE_DATA","features":[476]},{"name":"CLUSREG_NAME_NETNAME_STATUS_DNS","features":[476]},{"name":"CLUSREG_NAME_NETNAME_STATUS_KERBEROS","features":[476]},{"name":"CLUSREG_NAME_NETNAME_STATUS_NETBIOS","features":[476]},{"name":"CLUSREG_NAME_NETNAME_VCO_CONTAINER","features":[476]},{"name":"CLUSREG_NAME_NET_ADDRESS","features":[476]},{"name":"CLUSREG_NAME_NET_ADDRESS_MASK","features":[476]},{"name":"CLUSREG_NAME_NET_AUTOMETRIC","features":[476]},{"name":"CLUSREG_NAME_NET_DESC","features":[476]},{"name":"CLUSREG_NAME_NET_IPV4_ADDRESSES","features":[476]},{"name":"CLUSREG_NAME_NET_IPV4_PREFIXLENGTHS","features":[476]},{"name":"CLUSREG_NAME_NET_IPV6_ADDRESSES","features":[476]},{"name":"CLUSREG_NAME_NET_IPV6_PREFIXLENGTHS","features":[476]},{"name":"CLUSREG_NAME_NET_METRIC","features":[476]},{"name":"CLUSREG_NAME_NET_NAME","features":[476]},{"name":"CLUSREG_NAME_NET_RDMA_CAPABLE","features":[476]},{"name":"CLUSREG_NAME_NET_ROLE","features":[476]},{"name":"CLUSREG_NAME_NET_RSS_CAPABLE","features":[476]},{"name":"CLUSREG_NAME_NET_SPEED","features":[476]},{"name":"CLUSREG_NAME_NODE_BUILD_NUMBER","features":[476]},{"name":"CLUSREG_NAME_NODE_CSDVERSION","features":[476]},{"name":"CLUSREG_NAME_NODE_DESC","features":[476]},{"name":"CLUSREG_NAME_NODE_DRAIN_STATUS","features":[476]},{"name":"CLUSREG_NAME_NODE_DRAIN_TARGET","features":[476]},{"name":"CLUSREG_NAME_NODE_DYNAMIC_WEIGHT","features":[476]},{"name":"CLUSREG_NAME_NODE_FAULT_DOMAIN","features":[476]},{"name":"CLUSREG_NAME_NODE_FDID","features":[476]},{"name":"CLUSREG_NAME_NODE_HIGHEST_VERSION","features":[476]},{"name":"CLUSREG_NAME_NODE_IS_PRIMARY","features":[476]},{"name":"CLUSREG_NAME_NODE_LOWEST_VERSION","features":[476]},{"name":"CLUSREG_NAME_NODE_MAJOR_VERSION","features":[476]},{"name":"CLUSREG_NAME_NODE_MANUFACTURER","features":[476]},{"name":"CLUSREG_NAME_NODE_MINOR_VERSION","features":[476]},{"name":"CLUSREG_NAME_NODE_MODEL","features":[476]},{"name":"CLUSREG_NAME_NODE_NAME","features":[476]},{"name":"CLUSREG_NAME_NODE_NEEDS_PQ","features":[476]},{"name":"CLUSREG_NAME_NODE_SERIALNUMBER","features":[476]},{"name":"CLUSREG_NAME_NODE_STATUS_INFO","features":[476]},{"name":"CLUSREG_NAME_NODE_UNIQUEID","features":[476]},{"name":"CLUSREG_NAME_NODE_WEIGHT","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_CSVBLOCKCACHE","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_CSVSNAPSHOTAGELIMIT","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_CSVSNAPSHOTDIFFAREASIZE","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_CSVWRITETHROUGH","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKARBINTERVAL","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKARBTYPE","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKGUID","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIDGUID","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIDTYPE","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKIODELAY","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKPATH","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRECOVERYACTION","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRELOAD","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKRUNCHKDSK","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKSIGNATURE","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKUNIQUEIDS","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_DISKVOLUMEINFO","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_FASTONLINEARBITRATE","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_MAINTMODE","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_MIGRATEFIXUP","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_SPACEIDGUID","features":[476]},{"name":"CLUSREG_NAME_PHYSDISK_VOLSNAPACTIVATETIMEOUT","features":[476]},{"name":"CLUSREG_NAME_PLACEMENT_OPTIONS","features":[476]},{"name":"CLUSREG_NAME_PLUMB_ALL_CROSS_SUBNET_ROUTES","features":[476]},{"name":"CLUSREG_NAME_PREVENTQUORUM","features":[476]},{"name":"CLUSREG_NAME_PRTSPOOL_DEFAULT_SPOOL_DIR","features":[476]},{"name":"CLUSREG_NAME_PRTSPOOL_TIMEOUT","features":[476]},{"name":"CLUSREG_NAME_QUARANTINE_DURATION","features":[476]},{"name":"CLUSREG_NAME_QUARANTINE_THRESHOLD","features":[476]},{"name":"CLUSREG_NAME_QUORUM_ARBITRATION_TIMEOUT","features":[476]},{"name":"CLUSREG_NAME_RESILIENCY_DEFAULT_SECONDS","features":[476]},{"name":"CLUSREG_NAME_RESILIENCY_LEVEL","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_ADMIN_EXTENSIONS","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_DEADLOCK_TIMEOUT","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_DESC","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_DLL_NAME","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_LOG_QUERY","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_POLICY","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_DUMP_SERVICES","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_ENABLED_EVENT_LOGS","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_IS_ALIVE","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_LOOKS_ALIVE","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_MAX_MONITORS","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_NAME","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_PENDING_TIMEOUT","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_WPR_PROFILES","features":[476]},{"name":"CLUSREG_NAME_RESTYPE_WPR_START_AFTER","features":[476]},{"name":"CLUSREG_NAME_RES_DATA1","features":[476]},{"name":"CLUSREG_NAME_RES_DATA2","features":[476]},{"name":"CLUSREG_NAME_RES_DEADLOCK_TIMEOUT","features":[476]},{"name":"CLUSREG_NAME_RES_DESC","features":[476]},{"name":"CLUSREG_NAME_RES_EMBEDDED_FAILURE_ACTION","features":[476]},{"name":"CLUSREG_NAME_RES_IS_ALIVE","features":[476]},{"name":"CLUSREG_NAME_RES_LAST_OPERATION_STATUS_CODE","features":[476]},{"name":"CLUSREG_NAME_RES_LOOKS_ALIVE","features":[476]},{"name":"CLUSREG_NAME_RES_MONITOR_PID","features":[476]},{"name":"CLUSREG_NAME_RES_NAME","features":[476]},{"name":"CLUSREG_NAME_RES_PENDING_TIMEOUT","features":[476]},{"name":"CLUSREG_NAME_RES_PERSISTENT_STATE","features":[476]},{"name":"CLUSREG_NAME_RES_RESTART_ACTION","features":[476]},{"name":"CLUSREG_NAME_RES_RESTART_DELAY","features":[476]},{"name":"CLUSREG_NAME_RES_RESTART_PERIOD","features":[476]},{"name":"CLUSREG_NAME_RES_RESTART_THRESHOLD","features":[476]},{"name":"CLUSREG_NAME_RES_RETRY_PERIOD_ON_FAILURE","features":[476]},{"name":"CLUSREG_NAME_RES_SEPARATE_MONITOR","features":[476]},{"name":"CLUSREG_NAME_RES_STATUS","features":[476]},{"name":"CLUSREG_NAME_RES_STATUS_INFORMATION","features":[476]},{"name":"CLUSREG_NAME_RES_TYPE","features":[476]},{"name":"CLUSREG_NAME_ROUTE_HISTORY_LENGTH","features":[476]},{"name":"CLUSREG_NAME_SAME_SUBNET_DELAY","features":[476]},{"name":"CLUSREG_NAME_SAME_SUBNET_THRESHOLD","features":[476]},{"name":"CLUSREG_NAME_SHUTDOWN_TIMEOUT_MINUTES","features":[476]},{"name":"CLUSREG_NAME_SOFS_SMBASYMMETRYMODE","features":[476]},{"name":"CLUSREG_NAME_START_MEMORY","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_DESCRIPTION","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_HEALTH","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_NAME","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLARBITRATE","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLCONSUMEDCAPACITY","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLDESC","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLDRIVEIDS","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLHEALTH","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLIDGUID","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLNAME","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLQUORUMSHARE","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLQUORUMUSERACCOUNT","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLREEVALTIMEOUT","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLSTATE","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_POOLTOTALCAPACITY","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_PROVISIONING","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYCOLUMNS","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYINTERLEAVE","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_RESILIENCYTYPE","features":[476]},{"name":"CLUSREG_NAME_STORAGESPACE_STATE","features":[476]},{"name":"CLUSREG_NAME_UPGRADE_VERSION","features":[476]},{"name":"CLUSREG_NAME_VIP_ADAPTER_NAME","features":[476]},{"name":"CLUSREG_NAME_VIP_ADDRESS","features":[476]},{"name":"CLUSREG_NAME_VIP_PREFIX_LENGTH","features":[476]},{"name":"CLUSREG_NAME_VIP_RDID","features":[476]},{"name":"CLUSREG_NAME_VIP_VSID","features":[476]},{"name":"CLUSREG_NAME_VIRTUAL_NUMA_COUNT","features":[476]},{"name":"CLUSREG_NAME_VSSTASK_APPNAME","features":[476]},{"name":"CLUSREG_NAME_VSSTASK_APPPARAMS","features":[476]},{"name":"CLUSREG_NAME_VSSTASK_CURRENTDIRECTORY","features":[476]},{"name":"CLUSREG_NAME_VSSTASK_TRIGGERARRAY","features":[476]},{"name":"CLUSREG_NAME_WINS_BACKUP_PATH","features":[476]},{"name":"CLUSREG_NAME_WINS_DATABASE_PATH","features":[476]},{"name":"CLUSREG_NAME_WITNESS_DYNAMIC_WEIGHT","features":[476]},{"name":"CLUSREG_READ_ERROR","features":[476]},{"name":"CLUSREG_READ_KEY","features":[476]},{"name":"CLUSREG_READ_VALUE","features":[476]},{"name":"CLUSREG_SET_KEY_SECURITY","features":[476]},{"name":"CLUSREG_SET_VALUE","features":[476]},{"name":"CLUSREG_VALUE_DELETED","features":[476]},{"name":"CLUSRESDLL_STATUS_DO_NOT_COLLECT_WER_REPORT","features":[476]},{"name":"CLUSRESDLL_STATUS_DUMP_NOW","features":[476]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_MEMORY","features":[476]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_OTHER_RESOURCES","features":[476]},{"name":"CLUSRESDLL_STATUS_INSUFFICIENT_PROCESSOR","features":[476]},{"name":"CLUSRESDLL_STATUS_INVALID_PARAMETERS","features":[476]},{"name":"CLUSRESDLL_STATUS_NETWORK_NOT_AVAILABLE","features":[476]},{"name":"CLUSRESDLL_STATUS_OFFLINE_BUSY","features":[476]},{"name":"CLUSRESDLL_STATUS_OFFLINE_DESTINATION_REJECTED","features":[476]},{"name":"CLUSRESDLL_STATUS_OFFLINE_DESTINATION_THROTTLED","features":[476]},{"name":"CLUSRESDLL_STATUS_OFFLINE_SOURCE_THROTTLED","features":[476]},{"name":"CLUSRES_DISABLE_WPR_WATCHDOG_FOR_OFFLINE_CALLS","features":[476]},{"name":"CLUSRES_DISABLE_WPR_WATCHDOG_FOR_ONLINE_CALLS","features":[476]},{"name":"CLUSRES_NAME_GET_OPERATION_CONTEXT_FLAGS","features":[476]},{"name":"CLUSRES_STATUS_APPLICATION_READY","features":[476]},{"name":"CLUSRES_STATUS_EMBEDDED_FAILURE","features":[476]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_CPU","features":[476]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_GENERIC_RESOURCES","features":[476]},{"name":"CLUSRES_STATUS_FAILED_DUE_TO_INSUFFICIENT_MEMORY","features":[476]},{"name":"CLUSRES_STATUS_LOCKED_MODE","features":[476]},{"name":"CLUSRES_STATUS_NETWORK_FAILURE","features":[476]},{"name":"CLUSRES_STATUS_OFFLINE_NOT_LOCAL_DISK_OWNER","features":[476]},{"name":"CLUSRES_STATUS_OS_HEARTBEAT","features":[476]},{"name":"CLUSRES_STATUS_UNMONITORED","features":[476]},{"name":"CLUSTERSET_OBJECT_TYPE","features":[476]},{"name":"CLUSTERSET_OBJECT_TYPE_DATABASE","features":[476]},{"name":"CLUSTERSET_OBJECT_TYPE_MEMBER","features":[476]},{"name":"CLUSTERSET_OBJECT_TYPE_NONE","features":[476]},{"name":"CLUSTERSET_OBJECT_TYPE_WORKLOAD","features":[476]},{"name":"CLUSTERVERSIONINFO","features":[476]},{"name":"CLUSTERVERSIONINFO_NT4","features":[476]},{"name":"CLUSTER_ADD_EVICT_DELAY","features":[476]},{"name":"CLUSTER_AVAILABILITY_SET_CONFIG","features":[305,476]},{"name":"CLUSTER_AVAILABILITY_SET_CONFIG_V1","features":[476]},{"name":"CLUSTER_BATCH_COMMAND","features":[476]},{"name":"CLUSTER_CHANGE","features":[476]},{"name":"CLUSTER_CHANGE_ALL","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_COMMON_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_GROUP_ADDED_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_HANDLE_CLOSE_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_LOST_NOTIFICATIONS_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_MEMBERSHIP_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_NETWORK_ADDED_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_NODE_ADDED_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_PRIVATE_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_PROPERTY","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_RECONNECT","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_RECONNECT_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_RENAME_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_RESOURCE_TYPE_ADDED_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_STATE","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_STATE_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_UPGRADED_V2","features":[476]},{"name":"CLUSTER_CHANGE_CLUSTER_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_COMMON_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_DELETED_v2","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_DEPENDENCIES_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_DEPENDENTS_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_GROUP_ADDED","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_GROUP_REMOVED","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_HANDLE_CLOSE_v2","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_PRIVATE_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_STATE_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUPSET_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_ADDED","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_COMMON_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_DELETED","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_DELETED_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_HANDLE_CLOSE_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_OWNER_NODE_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_PREFERRED_OWNERS_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_PRIVATE_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_PROPERTY","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_ADDED_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_GAINED_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_RESOURCE_LOST_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_STATE","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_STATE_V2","features":[476]},{"name":"CLUSTER_CHANGE_GROUP_V2","features":[476]},{"name":"CLUSTER_CHANGE_HANDLE_CLOSE","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_ADDED","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_COMMON_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_DELETED","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_DELETED_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_HANDLE_CLOSE_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_PRIVATE_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_PROPERTY","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_STATE","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_STATE_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETINTERFACE_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_ADDED","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_COMMON_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_DELETED","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_DELETED_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_HANDLE_CLOSE_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_PRIVATE_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_PROPERTY","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_STATE","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_STATE_V2","features":[476]},{"name":"CLUSTER_CHANGE_NETWORK_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_ADDED","features":[476]},{"name":"CLUSTER_CHANGE_NODE_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_COMMON_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_DELETED","features":[476]},{"name":"CLUSTER_CHANGE_NODE_DELETED_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_GROUP_GAINED_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_GROUP_LOST_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_HANDLE_CLOSE_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_NETINTERFACE_ADDED_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_PRIVATE_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_PROPERTY","features":[476]},{"name":"CLUSTER_CHANGE_NODE_STATE","features":[476]},{"name":"CLUSTER_CHANGE_NODE_STATE_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2","features":[476]},{"name":"CLUSTER_CHANGE_NODE_V2","features":[476]},{"name":"CLUSTER_CHANGE_QUORUM_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_QUORUM_STATE","features":[476]},{"name":"CLUSTER_CHANGE_QUORUM_STATE_V2","features":[476]},{"name":"CLUSTER_CHANGE_QUORUM_V2","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_ATTRIBUTES","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_ATTRIBUTES_V2","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_HANDLE_CLOSE_V2","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_NAME","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_NAME_V2","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_SUBTREE","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_SUBTREE_V2","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_V2","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_VALUE","features":[476]},{"name":"CLUSTER_CHANGE_REGISTRY_VALUE_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_ADDED","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_COMMON_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_DELETED","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_DELETED_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_DEPENDENCIES_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_DEPENDENTS_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_DLL_UPGRADED_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_HANDLE_CLOSE_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_OWNER_GROUP_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_POSSIBLE_OWNERS_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_PRIVATE_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_PROPERTY","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_STATE","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_STATE_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TERMINAL_STATE_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_ADDED","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_COMMON_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DELETED","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DELETED_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_DLL_UPGRADED_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_POSSIBLE_OWNERS_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_PRIVATE_PROPERTY_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_PROPERTY","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_TYPE_V2","features":[476]},{"name":"CLUSTER_CHANGE_RESOURCE_V2","features":[476]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_ADDED_V2","features":[476]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_ALL_V2","features":[476]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_REMOVED_V2","features":[476]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_STATE_V2","features":[476]},{"name":"CLUSTER_CHANGE_SHARED_VOLUME_V2","features":[476]},{"name":"CLUSTER_CHANGE_SPACEPORT_CUSTOM_PNP_V2","features":[476]},{"name":"CLUSTER_CHANGE_SPACEPORT_V2","features":[476]},{"name":"CLUSTER_CHANGE_UPGRADE_ALL","features":[476]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_COMMIT","features":[476]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT","features":[476]},{"name":"CLUSTER_CHANGE_UPGRADE_NODE_PREPARE","features":[476]},{"name":"CLUSTER_CLOUD_TYPE","features":[476]},{"name":"CLUSTER_CLOUD_TYPE_AZURE","features":[476]},{"name":"CLUSTER_CLOUD_TYPE_MIXED","features":[476]},{"name":"CLUSTER_CLOUD_TYPE_NONE","features":[476]},{"name":"CLUSTER_CLOUD_TYPE_UNKNOWN","features":[476]},{"name":"CLUSTER_CONFIGURED","features":[476]},{"name":"CLUSTER_CONTROL_OBJECT","features":[476]},{"name":"CLUSTER_CREATE_GROUP_INFO","features":[476]},{"name":"CLUSTER_CREATE_GROUP_INFO_VERSION","features":[476]},{"name":"CLUSTER_CREATE_GROUP_INFO_VERSION_1","features":[476]},{"name":"CLUSTER_CSA_VSS_STATE","features":[476]},{"name":"CLUSTER_CSV_COMPATIBLE_FILTERS","features":[476]},{"name":"CLUSTER_CSV_INCOMPATIBLE_FILTERS","features":[476]},{"name":"CLUSTER_CSV_VOLUME_FAULT_STATE","features":[476]},{"name":"CLUSTER_DELETE_ACCESS_CONTROL_ENTRY","features":[476]},{"name":"CLUSTER_ENFORCED_ANTIAFFINITY","features":[476]},{"name":"CLUSTER_ENUM","features":[476]},{"name":"CLUSTER_ENUM_ALL","features":[476]},{"name":"CLUSTER_ENUM_GROUP","features":[476]},{"name":"CLUSTER_ENUM_INTERNAL_NETWORK","features":[476]},{"name":"CLUSTER_ENUM_ITEM","features":[476]},{"name":"CLUSTER_ENUM_ITEM_VERSION","features":[476]},{"name":"CLUSTER_ENUM_ITEM_VERSION_1","features":[476]},{"name":"CLUSTER_ENUM_NETINTERFACE","features":[476]},{"name":"CLUSTER_ENUM_NETWORK","features":[476]},{"name":"CLUSTER_ENUM_NODE","features":[476]},{"name":"CLUSTER_ENUM_RESOURCE","features":[476]},{"name":"CLUSTER_ENUM_RESTYPE","features":[476]},{"name":"CLUSTER_ENUM_SHARED_VOLUME_GROUP","features":[476]},{"name":"CLUSTER_ENUM_SHARED_VOLUME_RESOURCE","features":[476]},{"name":"CLUSTER_GROUP_AUTOFAILBACK_TYPE","features":[476]},{"name":"CLUSTER_GROUP_ENUM","features":[476]},{"name":"CLUSTER_GROUP_ENUM_ALL","features":[476]},{"name":"CLUSTER_GROUP_ENUM_CONTAINS","features":[476]},{"name":"CLUSTER_GROUP_ENUM_ITEM","features":[476]},{"name":"CLUSTER_GROUP_ENUM_ITEM_VERSION","features":[476]},{"name":"CLUSTER_GROUP_ENUM_ITEM_VERSION_1","features":[476]},{"name":"CLUSTER_GROUP_ENUM_NODES","features":[476]},{"name":"CLUSTER_GROUP_PRIORITY","features":[476]},{"name":"CLUSTER_GROUP_STATE","features":[476]},{"name":"CLUSTER_GROUP_WAIT_DELAY","features":[476]},{"name":"CLUSTER_HANG_RECOVERY_ACTION_KEYNAME","features":[476]},{"name":"CLUSTER_HANG_TIMEOUT_KEYNAME","features":[476]},{"name":"CLUSTER_HEALTH_FAULT","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_ARGS","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_ARRAY","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_DESCRIPTION","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_DESCRIPTION_LABEL","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_ERRORCODE","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_ERRORCODE_LABEL","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_ERRORTYPE","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_ERRORTYPE_LABEL","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_FLAGS","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_FLAGS_LABEL","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_ID","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_ID_LABEL","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_PROPERTY_NAME","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_PROVIDER","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_PROVIDER_LABEL","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_RESERVED","features":[476]},{"name":"CLUSTER_HEALTH_FAULT_RESERVED_LABEL","features":[476]},{"name":"CLUSTER_INSTALLED","features":[476]},{"name":"CLUSTER_IP_ENTRY","features":[476]},{"name":"CLUSTER_MEMBERSHIP_INFO","features":[305,476]},{"name":"CLUSTER_MGMT_POINT_RESTYPE","features":[476]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_AUTO","features":[476]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_DNN","features":[476]},{"name":"CLUSTER_MGMT_POINT_RESTYPE_SNN","features":[476]},{"name":"CLUSTER_MGMT_POINT_TYPE","features":[476]},{"name":"CLUSTER_MGMT_POINT_TYPE_CNO","features":[476]},{"name":"CLUSTER_MGMT_POINT_TYPE_CNO_ONLY","features":[476]},{"name":"CLUSTER_MGMT_POINT_TYPE_DNS_ONLY","features":[476]},{"name":"CLUSTER_MGMT_POINT_TYPE_NONE","features":[476]},{"name":"CLUSTER_NAME_AUTO_BALANCER_LEVEL","features":[476]},{"name":"CLUSTER_NAME_AUTO_BALANCER_MODE","features":[476]},{"name":"CLUSTER_NAME_PREFERRED_SITE","features":[476]},{"name":"CLUSTER_NETINTERFACE_STATE","features":[476]},{"name":"CLUSTER_NETWORK_ENUM","features":[476]},{"name":"CLUSTER_NETWORK_ENUM_ALL","features":[476]},{"name":"CLUSTER_NETWORK_ENUM_NETINTERFACES","features":[476]},{"name":"CLUSTER_NETWORK_ROLE","features":[476]},{"name":"CLUSTER_NETWORK_STATE","features":[476]},{"name":"CLUSTER_NODE_DRAIN_STATUS","features":[476]},{"name":"CLUSTER_NODE_ENUM","features":[476]},{"name":"CLUSTER_NODE_ENUM_ALL","features":[476]},{"name":"CLUSTER_NODE_ENUM_GROUPS","features":[476]},{"name":"CLUSTER_NODE_ENUM_NETINTERFACES","features":[476]},{"name":"CLUSTER_NODE_ENUM_PREFERRED_GROUPS","features":[476]},{"name":"CLUSTER_NODE_RESUME_FAILBACK_TYPE","features":[476]},{"name":"CLUSTER_NODE_STATE","features":[476]},{"name":"CLUSTER_NODE_STATUS","features":[476]},{"name":"CLUSTER_NOTIFICATIONS_V1","features":[476]},{"name":"CLUSTER_NOTIFICATIONS_V2","features":[476]},{"name":"CLUSTER_NOTIFICATIONS_VERSION","features":[476]},{"name":"CLUSTER_OBJECT_TYPE","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_AFFINITYRULE","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_CLUSTER","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_FAULTDOMAIN","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_GROUP","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_GROUPSET","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_NETWORK","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_NETWORK_INTERFACE","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_NODE","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_NONE","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_QUORUM","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_REGISTRY","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_RESOURCE","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_RESOURCE_TYPE","features":[476]},{"name":"CLUSTER_OBJECT_TYPE_SHARED_VOLUME","features":[476]},{"name":"CLUSTER_PROPERTY_FORMAT","features":[476]},{"name":"CLUSTER_PROPERTY_SYNTAX","features":[476]},{"name":"CLUSTER_PROPERTY_TYPE","features":[476]},{"name":"CLUSTER_QUORUM_LOST","features":[476]},{"name":"CLUSTER_QUORUM_MAINTAINED","features":[476]},{"name":"CLUSTER_QUORUM_TYPE","features":[476]},{"name":"CLUSTER_QUORUM_VALUE","features":[476]},{"name":"CLUSTER_READ_BATCH_COMMAND","features":[476]},{"name":"CLUSTER_REG_COMMAND","features":[476]},{"name":"CLUSTER_REQUEST_REPLY_TIMEOUT","features":[476]},{"name":"CLUSTER_RESOURCE_APPLICATION_STATE","features":[476]},{"name":"CLUSTER_RESOURCE_CLASS","features":[476]},{"name":"CLUSTER_RESOURCE_CREATE_FLAGS","features":[476]},{"name":"CLUSTER_RESOURCE_DEFAULT_MONITOR","features":[476]},{"name":"CLUSTER_RESOURCE_EMBEDDED_FAILURE_ACTION","features":[476]},{"name":"CLUSTER_RESOURCE_ENUM","features":[476]},{"name":"CLUSTER_RESOURCE_ENUM_ALL","features":[476]},{"name":"CLUSTER_RESOURCE_ENUM_DEPENDS","features":[476]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM","features":[476]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM_VERSION","features":[476]},{"name":"CLUSTER_RESOURCE_ENUM_ITEM_VERSION_1","features":[476]},{"name":"CLUSTER_RESOURCE_ENUM_NODES","features":[476]},{"name":"CLUSTER_RESOURCE_ENUM_PROVIDES","features":[476]},{"name":"CLUSTER_RESOURCE_RESTART_ACTION","features":[476]},{"name":"CLUSTER_RESOURCE_SEPARATE_MONITOR","features":[476]},{"name":"CLUSTER_RESOURCE_STATE","features":[476]},{"name":"CLUSTER_RESOURCE_STATE_CHANGE_REASON","features":[476]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM","features":[476]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_ALL","features":[476]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_NODES","features":[476]},{"name":"CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES","features":[476]},{"name":"CLUSTER_RESOURCE_TYPE_SPECIFIC_V2","features":[476]},{"name":"CLUSTER_RESOURCE_VALID_FLAGS","features":[476]},{"name":"CLUSTER_ROLE","features":[476]},{"name":"CLUSTER_ROLE_STATE","features":[476]},{"name":"CLUSTER_RUNNING","features":[476]},{"name":"CLUSTER_S2D_BUS_TYPES","features":[476]},{"name":"CLUSTER_S2D_CACHE_BEHAVIOR_FLAGS","features":[476]},{"name":"CLUSTER_S2D_CACHE_DESIRED_STATE","features":[476]},{"name":"CLUSTER_S2D_CACHE_FLASH_RESERVE_PERCENT","features":[476]},{"name":"CLUSTER_S2D_CACHE_METADATA_RESERVE","features":[476]},{"name":"CLUSTER_S2D_CACHE_PAGE_SIZE_KBYTES","features":[476]},{"name":"CLUSTER_S2D_ENABLED","features":[476]},{"name":"CLUSTER_S2D_IO_LATENCY_THRESHOLD","features":[476]},{"name":"CLUSTER_S2D_OPTIMIZATIONS","features":[476]},{"name":"CLUSTER_SETUP_PHASE","features":[476]},{"name":"CLUSTER_SETUP_PHASE_SEVERITY","features":[476]},{"name":"CLUSTER_SETUP_PHASE_TYPE","features":[476]},{"name":"CLUSTER_SET_ACCESS_TYPE_ALLOWED","features":[476]},{"name":"CLUSTER_SET_ACCESS_TYPE_DENIED","features":[476]},{"name":"CLUSTER_SET_PASSWORD_STATUS","features":[305,476]},{"name":"CLUSTER_SHARED_VOLUMES_ROOT","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_BACKUP_STATE","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_GUID_INPUT","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_GUID_NAME","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_NAME","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_TYPE","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_RENAME_INPUT_VOLUME","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_STATE","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_STATE_INFO","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_STATE_INFO_EX","features":[476]},{"name":"CLUSTER_SHARED_VOLUME_VSS_WRITER_OPERATION_TIMEOUT","features":[476]},{"name":"CLUSTER_STORAGENODE_STATE","features":[476]},{"name":"CLUSTER_UPGRADE_PHASE","features":[476]},{"name":"CLUSTER_VALIDATE_CSV_FILENAME","features":[476]},{"name":"CLUSTER_VALIDATE_DIRECTORY","features":[476]},{"name":"CLUSTER_VALIDATE_NETNAME","features":[476]},{"name":"CLUSTER_VALIDATE_PATH","features":[476]},{"name":"CLUSTER_VERSION_FLAG_MIXED_MODE","features":[476]},{"name":"CLUSTER_VERSION_UNKNOWN","features":[476]},{"name":"CLUSTER_WITNESS_DATABASE_WRITE_TIMEOUT","features":[476]},{"name":"CLUSTER_WITNESS_FAILED_RESTART_INTERVAL","features":[476]},{"name":"CLUS_ACCESS_ANY","features":[476]},{"name":"CLUS_ACCESS_READ","features":[476]},{"name":"CLUS_ACCESS_WRITE","features":[476]},{"name":"CLUS_AFFINITY_RULE_DIFFERENT_FAULT_DOMAIN","features":[476]},{"name":"CLUS_AFFINITY_RULE_DIFFERENT_NODE","features":[476]},{"name":"CLUS_AFFINITY_RULE_MAX","features":[476]},{"name":"CLUS_AFFINITY_RULE_MIN","features":[476]},{"name":"CLUS_AFFINITY_RULE_NONE","features":[476]},{"name":"CLUS_AFFINITY_RULE_SAME_FAULT_DOMAIN","features":[476]},{"name":"CLUS_AFFINITY_RULE_SAME_NODE","features":[476]},{"name":"CLUS_AFFINITY_RULE_TYPE","features":[476]},{"name":"CLUS_CHARACTERISTICS","features":[476]},{"name":"CLUS_CHAR_BROADCAST_DELETE","features":[476]},{"name":"CLUS_CHAR_CLONES","features":[476]},{"name":"CLUS_CHAR_COEXIST_IN_SHARED_VOLUME_GROUP","features":[476]},{"name":"CLUS_CHAR_DELETE_REQUIRES_ALL_NODES","features":[476]},{"name":"CLUS_CHAR_DRAIN_LOCAL_OFFLINE","features":[476]},{"name":"CLUS_CHAR_INFRASTRUCTURE","features":[476]},{"name":"CLUS_CHAR_LOCAL_QUORUM","features":[476]},{"name":"CLUS_CHAR_LOCAL_QUORUM_DEBUG","features":[476]},{"name":"CLUS_CHAR_MONITOR_DETACH","features":[476]},{"name":"CLUS_CHAR_MONITOR_REATTACH","features":[476]},{"name":"CLUS_CHAR_NOTIFY_NEW_OWNER","features":[476]},{"name":"CLUS_CHAR_NOT_PREEMPTABLE","features":[476]},{"name":"CLUS_CHAR_OPERATION_CONTEXT","features":[476]},{"name":"CLUS_CHAR_PLACEMENT_DATA","features":[476]},{"name":"CLUS_CHAR_QUORUM","features":[476]},{"name":"CLUS_CHAR_REQUIRES_STATE_CHANGE_REASON","features":[476]},{"name":"CLUS_CHAR_SINGLE_CLUSTER_INSTANCE","features":[476]},{"name":"CLUS_CHAR_SINGLE_GROUP_INSTANCE","features":[476]},{"name":"CLUS_CHAR_SUPPORTS_UNMONITORED_STATE","features":[476]},{"name":"CLUS_CHAR_UNKNOWN","features":[476]},{"name":"CLUS_CHAR_VETO_DRAIN","features":[476]},{"name":"CLUS_CHKDSK_INFO","features":[476]},{"name":"CLUS_CREATE_CRYPT_CONTAINER_NOT_FOUND","features":[476]},{"name":"CLUS_CREATE_INFRASTRUCTURE_FILESERVER_INPUT","features":[476]},{"name":"CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT","features":[476]},{"name":"CLUS_CSV_MAINTENANCE_MODE_INFO","features":[305,476]},{"name":"CLUS_CSV_VOLUME_INFO","features":[476]},{"name":"CLUS_CSV_VOLUME_NAME","features":[476]},{"name":"CLUS_DISK_NUMBER_INFO","features":[476]},{"name":"CLUS_DNN_LEADER_STATUS","features":[305,476]},{"name":"CLUS_DNN_SODAFS_CLONE_STATUS","features":[476]},{"name":"CLUS_FLAGS","features":[476]},{"name":"CLUS_FLAG_CORE","features":[476]},{"name":"CLUS_FORCE_QUORUM_INFO","features":[476]},{"name":"CLUS_FTSET_INFO","features":[476]},{"name":"CLUS_GLOBAL","features":[476]},{"name":"CLUS_GROUP_DO_NOT_START","features":[476]},{"name":"CLUS_GROUP_START_ALLOWED","features":[476]},{"name":"CLUS_GROUP_START_ALWAYS","features":[476]},{"name":"CLUS_GROUP_START_SETTING","features":[476]},{"name":"CLUS_GRP_MOVE_ALLOWED","features":[476]},{"name":"CLUS_GRP_MOVE_LOCKED","features":[476]},{"name":"CLUS_HYBRID_QUORUM","features":[476]},{"name":"CLUS_MAINTENANCE_MODE_INFO","features":[305,476]},{"name":"CLUS_MAINTENANCE_MODE_INFOEX","features":[305,476]},{"name":"CLUS_MODIFY","features":[476]},{"name":"CLUS_NAME_RES_TYPE_CLUSTER_GROUPID","features":[476]},{"name":"CLUS_NAME_RES_TYPE_DATA_RESID","features":[476]},{"name":"CLUS_NAME_RES_TYPE_LOG_MULTIPLE","features":[476]},{"name":"CLUS_NAME_RES_TYPE_LOG_RESID","features":[476]},{"name":"CLUS_NAME_RES_TYPE_LOG_VOLUME","features":[476]},{"name":"CLUS_NAME_RES_TYPE_MINIMUM_LOG_SIZE","features":[476]},{"name":"CLUS_NAME_RES_TYPE_REPLICATION_GROUPID","features":[476]},{"name":"CLUS_NAME_RES_TYPE_REPLICATION_GROUP_TYPE","features":[476]},{"name":"CLUS_NAME_RES_TYPE_SOURCE_RESID","features":[476]},{"name":"CLUS_NAME_RES_TYPE_SOURCE_VOLUMES","features":[476]},{"name":"CLUS_NAME_RES_TYPE_TARGET_RESID","features":[476]},{"name":"CLUS_NAME_RES_TYPE_TARGET_VOLUMES","features":[476]},{"name":"CLUS_NAME_RES_TYPE_UNIT_LOG_SIZE_CHANGE","features":[476]},{"name":"CLUS_NETNAME_IP_INFO_ENTRY","features":[476]},{"name":"CLUS_NETNAME_IP_INFO_FOR_MULTICHANNEL","features":[476]},{"name":"CLUS_NETNAME_PWD_INFO","features":[476]},{"name":"CLUS_NETNAME_PWD_INFOEX","features":[476]},{"name":"CLUS_NETNAME_VS_TOKEN_INFO","features":[305,476]},{"name":"CLUS_NODE_MAJORITY_QUORUM","features":[476]},{"name":"CLUS_NOT_GLOBAL","features":[476]},{"name":"CLUS_NO_MODIFY","features":[476]},{"name":"CLUS_OBJECT_AFFINITYRULE","features":[476]},{"name":"CLUS_OBJECT_CLUSTER","features":[476]},{"name":"CLUS_OBJECT_GROUP","features":[476]},{"name":"CLUS_OBJECT_GROUPSET","features":[476]},{"name":"CLUS_OBJECT_INVALID","features":[476]},{"name":"CLUS_OBJECT_NETINTERFACE","features":[476]},{"name":"CLUS_OBJECT_NETWORK","features":[476]},{"name":"CLUS_OBJECT_NODE","features":[476]},{"name":"CLUS_OBJECT_RESOURCE","features":[476]},{"name":"CLUS_OBJECT_RESOURCE_TYPE","features":[476]},{"name":"CLUS_OBJECT_USER","features":[476]},{"name":"CLUS_PARTITION_INFO","features":[476]},{"name":"CLUS_PARTITION_INFO_EX","features":[476]},{"name":"CLUS_PARTITION_INFO_EX2","features":[476]},{"name":"CLUS_PROVIDER_STATE_CHANGE_INFO","features":[476]},{"name":"CLUS_RESCLASS_NETWORK","features":[476]},{"name":"CLUS_RESCLASS_STORAGE","features":[476]},{"name":"CLUS_RESCLASS_UNKNOWN","features":[476]},{"name":"CLUS_RESCLASS_USER","features":[476]},{"name":"CLUS_RESDLL_OFFLINE_DO_NOT_UPDATE_PERSISTENT_STATE","features":[476]},{"name":"CLUS_RESDLL_OFFLINE_DUE_TO_EMBEDDED_FAILURE","features":[476]},{"name":"CLUS_RESDLL_OFFLINE_IGNORE_NETWORK_CONNECTIVITY","features":[476]},{"name":"CLUS_RESDLL_OFFLINE_IGNORE_RESOURCE_STATUS","features":[476]},{"name":"CLUS_RESDLL_OFFLINE_QUEUE_ENABLED","features":[476]},{"name":"CLUS_RESDLL_OFFLINE_RETURNING_TO_SOURCE_NODE_BECAUSE_OF_ERROR","features":[476]},{"name":"CLUS_RESDLL_OFFLINE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[476]},{"name":"CLUS_RESDLL_ONLINE_IGNORE_NETWORK_CONNECTIVITY","features":[476]},{"name":"CLUS_RESDLL_ONLINE_IGNORE_RESOURCE_STATUS","features":[476]},{"name":"CLUS_RESDLL_ONLINE_RECOVER_MONITOR_STATE","features":[476]},{"name":"CLUS_RESDLL_ONLINE_RESTORE_ONLINE_STATE","features":[476]},{"name":"CLUS_RESDLL_ONLINE_RETURN_TO_SOURCE_NODE_ON_ERROR","features":[476]},{"name":"CLUS_RESDLL_OPEN_DONT_DELETE_TEMP_DISK","features":[476]},{"name":"CLUS_RESDLL_OPEN_RECOVER_MONITOR_STATE","features":[476]},{"name":"CLUS_RESOURCE_CLASS_INFO","features":[476]},{"name":"CLUS_RESSUBCLASS","features":[476]},{"name":"CLUS_RESSUBCLASS_NETWORK","features":[476]},{"name":"CLUS_RESSUBCLASS_NETWORK_INTERNET_PROTOCOL","features":[476]},{"name":"CLUS_RESSUBCLASS_SHARED","features":[476]},{"name":"CLUS_RESSUBCLASS_STORAGE","features":[476]},{"name":"CLUS_RESSUBCLASS_STORAGE_DISK","features":[476]},{"name":"CLUS_RESSUBCLASS_STORAGE_REPLICATION","features":[476]},{"name":"CLUS_RESSUBCLASS_STORAGE_SHARED_BUS","features":[476]},{"name":"CLUS_RESTYPE_NAME_CAU","features":[476]},{"name":"CLUS_RESTYPE_NAME_CLOUD_WITNESS","features":[476]},{"name":"CLUS_RESTYPE_NAME_CONTAINER","features":[476]},{"name":"CLUS_RESTYPE_NAME_CROSS_CLUSTER","features":[476]},{"name":"CLUS_RESTYPE_NAME_DFS","features":[476]},{"name":"CLUS_RESTYPE_NAME_DFSR","features":[476]},{"name":"CLUS_RESTYPE_NAME_DHCP","features":[476]},{"name":"CLUS_RESTYPE_NAME_DNN","features":[476]},{"name":"CLUS_RESTYPE_NAME_FILESERVER","features":[476]},{"name":"CLUS_RESTYPE_NAME_FILESHR","features":[476]},{"name":"CLUS_RESTYPE_NAME_FSWITNESS","features":[476]},{"name":"CLUS_RESTYPE_NAME_GENAPP","features":[476]},{"name":"CLUS_RESTYPE_NAME_GENSCRIPT","features":[476]},{"name":"CLUS_RESTYPE_NAME_GENSVC","features":[476]},{"name":"CLUS_RESTYPE_NAME_HARDDISK","features":[476]},{"name":"CLUS_RESTYPE_NAME_HCSVM","features":[476]},{"name":"CLUS_RESTYPE_NAME_HEALTH_SERVICE","features":[476]},{"name":"CLUS_RESTYPE_NAME_IPADDR","features":[476]},{"name":"CLUS_RESTYPE_NAME_IPV6_NATIVE","features":[476]},{"name":"CLUS_RESTYPE_NAME_IPV6_TUNNEL","features":[476]},{"name":"CLUS_RESTYPE_NAME_ISCSITARGET","features":[476]},{"name":"CLUS_RESTYPE_NAME_ISNS","features":[476]},{"name":"CLUS_RESTYPE_NAME_MSDTC","features":[476]},{"name":"CLUS_RESTYPE_NAME_MSMQ","features":[476]},{"name":"CLUS_RESTYPE_NAME_MSMQ_TRIGGER","features":[476]},{"name":"CLUS_RESTYPE_NAME_NAT","features":[476]},{"name":"CLUS_RESTYPE_NAME_NETNAME","features":[476]},{"name":"CLUS_RESTYPE_NAME_NETWORK_FILE_SYSTEM","features":[476]},{"name":"CLUS_RESTYPE_NAME_NEW_MSMQ","features":[476]},{"name":"CLUS_RESTYPE_NAME_NFS","features":[476]},{"name":"CLUS_RESTYPE_NAME_NFS_MSNS","features":[476]},{"name":"CLUS_RESTYPE_NAME_NFS_V2","features":[476]},{"name":"CLUS_RESTYPE_NAME_NV_PROVIDER_ADDRESS","features":[476]},{"name":"CLUS_RESTYPE_NAME_PHYS_DISK","features":[476]},{"name":"CLUS_RESTYPE_NAME_PRTSPLR","features":[476]},{"name":"CLUS_RESTYPE_NAME_SCALEOUT_MASTER","features":[476]},{"name":"CLUS_RESTYPE_NAME_SCALEOUT_WORKER","features":[476]},{"name":"CLUS_RESTYPE_NAME_SDDC_MANAGEMENT","features":[476]},{"name":"CLUS_RESTYPE_NAME_SODAFILESERVER","features":[476]},{"name":"CLUS_RESTYPE_NAME_STORAGE_POLICIES","features":[476]},{"name":"CLUS_RESTYPE_NAME_STORAGE_POOL","features":[476]},{"name":"CLUS_RESTYPE_NAME_STORAGE_REPLICA","features":[476]},{"name":"CLUS_RESTYPE_NAME_STORQOS","features":[476]},{"name":"CLUS_RESTYPE_NAME_TASKSCHEDULER","features":[476]},{"name":"CLUS_RESTYPE_NAME_VIRTUAL_IPV4","features":[476]},{"name":"CLUS_RESTYPE_NAME_VIRTUAL_IPV6","features":[476]},{"name":"CLUS_RESTYPE_NAME_VM","features":[476]},{"name":"CLUS_RESTYPE_NAME_VMREPLICA_BROKER","features":[476]},{"name":"CLUS_RESTYPE_NAME_VMREPLICA_COORDINATOR","features":[476]},{"name":"CLUS_RESTYPE_NAME_VM_CONFIG","features":[476]},{"name":"CLUS_RESTYPE_NAME_VM_WMI","features":[476]},{"name":"CLUS_RESTYPE_NAME_VSSTASK","features":[476]},{"name":"CLUS_RESTYPE_NAME_WINS","features":[476]},{"name":"CLUS_RES_NAME_SCALEOUT_MASTER","features":[476]},{"name":"CLUS_RES_NAME_SCALEOUT_WORKER","features":[476]},{"name":"CLUS_SCSI_ADDRESS","features":[476]},{"name":"CLUS_SET_MAINTENANCE_MODE_INPUT","features":[305,476]},{"name":"CLUS_SHARED_VOLUME_BACKUP_MODE","features":[476]},{"name":"CLUS_STARTING_PARAMS","features":[305,476]},{"name":"CLUS_STORAGE_GET_AVAILABLE_DRIVELETTERS","features":[476]},{"name":"CLUS_STORAGE_REMAP_DRIVELETTER","features":[476]},{"name":"CLUS_STORAGE_SET_DRIVELETTER","features":[476]},{"name":"CLUS_WORKER","features":[305,476]},{"name":"CREATEDC_PRESENT","features":[476]},{"name":"CREATE_CLUSTER_CONFIG","features":[305,476]},{"name":"CREATE_CLUSTER_MAJOR_VERSION_MASK","features":[476]},{"name":"CREATE_CLUSTER_NAME_ACCOUNT","features":[305,476]},{"name":"CREATE_CLUSTER_VERSION","features":[476]},{"name":"CTCTL_GET_FAULT_DOMAIN_STATE","features":[476]},{"name":"CTCTL_GET_ROUTESTATUS_BASIC","features":[476]},{"name":"CTCTL_GET_ROUTESTATUS_EXTENDED","features":[476]},{"name":"CanResourceBeDependent","features":[305,476]},{"name":"CancelClusterGroupOperation","features":[476]},{"name":"ChangeClusterResourceGroup","features":[476]},{"name":"ChangeClusterResourceGroupEx","features":[476]},{"name":"ChangeClusterResourceGroupEx2","features":[476]},{"name":"CloseCluster","features":[305,476]},{"name":"CloseClusterCryptProvider","features":[476]},{"name":"CloseClusterGroup","features":[305,476]},{"name":"CloseClusterGroupSet","features":[305,476]},{"name":"CloseClusterNetInterface","features":[305,476]},{"name":"CloseClusterNetwork","features":[305,476]},{"name":"CloseClusterNode","features":[305,476]},{"name":"CloseClusterNotifyPort","features":[305,476]},{"name":"CloseClusterResource","features":[305,476]},{"name":"ClusAddClusterHealthFault","features":[476]},{"name":"ClusApplication","features":[476]},{"name":"ClusCryptoKeys","features":[476]},{"name":"ClusDisk","features":[476]},{"name":"ClusDisks","features":[476]},{"name":"ClusGetClusterHealthFaults","features":[476]},{"name":"ClusGroupTypeAvailableStorage","features":[476]},{"name":"ClusGroupTypeClusterUpdateAgent","features":[476]},{"name":"ClusGroupTypeCoreCluster","features":[476]},{"name":"ClusGroupTypeCoreSddc","features":[476]},{"name":"ClusGroupTypeCrossClusterOrchestrator","features":[476]},{"name":"ClusGroupTypeDhcpServer","features":[476]},{"name":"ClusGroupTypeDtc","features":[476]},{"name":"ClusGroupTypeFileServer","features":[476]},{"name":"ClusGroupTypeGenericApplication","features":[476]},{"name":"ClusGroupTypeGenericScript","features":[476]},{"name":"ClusGroupTypeGenericService","features":[476]},{"name":"ClusGroupTypeIScsiNameService","features":[476]},{"name":"ClusGroupTypeIScsiTarget","features":[476]},{"name":"ClusGroupTypeInfrastructureFileServer","features":[476]},{"name":"ClusGroupTypeMsmq","features":[476]},{"name":"ClusGroupTypePrintServer","features":[476]},{"name":"ClusGroupTypeScaleoutCluster","features":[476]},{"name":"ClusGroupTypeScaleoutFileServer","features":[476]},{"name":"ClusGroupTypeSharedVolume","features":[476]},{"name":"ClusGroupTypeStandAloneDfs","features":[476]},{"name":"ClusGroupTypeStoragePool","features":[476]},{"name":"ClusGroupTypeStorageReplica","features":[476]},{"name":"ClusGroupTypeTaskScheduler","features":[476]},{"name":"ClusGroupTypeTemporary","features":[476]},{"name":"ClusGroupTypeTsSessionBroker","features":[476]},{"name":"ClusGroupTypeUnknown","features":[476]},{"name":"ClusGroupTypeVMReplicaBroker","features":[476]},{"name":"ClusGroupTypeVMReplicaCoordinator","features":[476]},{"name":"ClusGroupTypeVirtualMachine","features":[476]},{"name":"ClusGroupTypeWins","features":[476]},{"name":"ClusNetInterface","features":[476]},{"name":"ClusNetInterfaces","features":[476]},{"name":"ClusNetwork","features":[476]},{"name":"ClusNetworkNetInterfaces","features":[476]},{"name":"ClusNetworks","features":[476]},{"name":"ClusNode","features":[476]},{"name":"ClusNodeNetInterfaces","features":[476]},{"name":"ClusNodes","features":[476]},{"name":"ClusPartition","features":[476]},{"name":"ClusPartitionEx","features":[476]},{"name":"ClusPartitions","features":[476]},{"name":"ClusProperties","features":[476]},{"name":"ClusProperty","features":[476]},{"name":"ClusPropertyValue","features":[476]},{"name":"ClusPropertyValueData","features":[476]},{"name":"ClusPropertyValues","features":[476]},{"name":"ClusRefObject","features":[476]},{"name":"ClusRegistryKeys","features":[476]},{"name":"ClusRemoveClusterHealthFault","features":[476]},{"name":"ClusResDependencies","features":[476]},{"name":"ClusResDependents","features":[476]},{"name":"ClusResGroup","features":[476]},{"name":"ClusResGroupPreferredOwnerNodes","features":[476]},{"name":"ClusResGroupResources","features":[476]},{"name":"ClusResGroups","features":[476]},{"name":"ClusResPossibleOwnerNodes","features":[476]},{"name":"ClusResType","features":[476]},{"name":"ClusResTypePossibleOwnerNodes","features":[476]},{"name":"ClusResTypeResources","features":[476]},{"name":"ClusResTypes","features":[476]},{"name":"ClusResource","features":[476]},{"name":"ClusResources","features":[476]},{"name":"ClusScsiAddress","features":[476]},{"name":"ClusVersion","features":[476]},{"name":"ClusWorkerCheckTerminate","features":[305,476]},{"name":"ClusWorkerCreate","features":[305,476]},{"name":"ClusWorkerTerminate","features":[305,476]},{"name":"ClusWorkerTerminateEx","features":[305,476]},{"name":"ClusWorkersTerminate","features":[305,476]},{"name":"ClusapiSetReasonHandler","features":[305,476]},{"name":"Cluster","features":[476]},{"name":"ClusterAddGroupToAffinityRule","features":[476]},{"name":"ClusterAddGroupToGroupSet","features":[476]},{"name":"ClusterAddGroupToGroupSetWithDomains","features":[476]},{"name":"ClusterAddGroupToGroupSetWithDomainsEx","features":[476]},{"name":"ClusterAffinityRuleControl","features":[476]},{"name":"ClusterClearBackupStateForSharedVolume","features":[476]},{"name":"ClusterCloseEnum","features":[476]},{"name":"ClusterCloseEnumEx","features":[476]},{"name":"ClusterControl","features":[476]},{"name":"ClusterControlEx","features":[476]},{"name":"ClusterCreateAffinityRule","features":[476]},{"name":"ClusterDecrypt","features":[476]},{"name":"ClusterEncrypt","features":[476]},{"name":"ClusterEnum","features":[476]},{"name":"ClusterEnumEx","features":[476]},{"name":"ClusterGetEnumCount","features":[476]},{"name":"ClusterGetEnumCountEx","features":[476]},{"name":"ClusterGetVolumeNameForVolumeMountPoint","features":[305,476]},{"name":"ClusterGetVolumePathName","features":[305,476]},{"name":"ClusterGroupAllowFailback","features":[476]},{"name":"ClusterGroupCloseEnum","features":[476]},{"name":"ClusterGroupCloseEnumEx","features":[476]},{"name":"ClusterGroupControl","features":[476]},{"name":"ClusterGroupControlEx","features":[476]},{"name":"ClusterGroupEnum","features":[476]},{"name":"ClusterGroupEnumEx","features":[476]},{"name":"ClusterGroupFailbackTypeCount","features":[476]},{"name":"ClusterGroupFailed","features":[476]},{"name":"ClusterGroupGetEnumCount","features":[476]},{"name":"ClusterGroupGetEnumCountEx","features":[476]},{"name":"ClusterGroupOffline","features":[476]},{"name":"ClusterGroupOnline","features":[476]},{"name":"ClusterGroupOpenEnum","features":[476]},{"name":"ClusterGroupOpenEnumEx","features":[476]},{"name":"ClusterGroupPartialOnline","features":[476]},{"name":"ClusterGroupPending","features":[476]},{"name":"ClusterGroupPreventFailback","features":[476]},{"name":"ClusterGroupSetCloseEnum","features":[476]},{"name":"ClusterGroupSetControl","features":[476]},{"name":"ClusterGroupSetControlEx","features":[476]},{"name":"ClusterGroupSetEnum","features":[476]},{"name":"ClusterGroupSetGetEnumCount","features":[476]},{"name":"ClusterGroupSetOpenEnum","features":[476]},{"name":"ClusterGroupStateUnknown","features":[476]},{"name":"ClusterIsPathOnSharedVolume","features":[305,476]},{"name":"ClusterNames","features":[476]},{"name":"ClusterNetInterfaceCloseEnum","features":[476]},{"name":"ClusterNetInterfaceControl","features":[476]},{"name":"ClusterNetInterfaceControlEx","features":[476]},{"name":"ClusterNetInterfaceEnum","features":[476]},{"name":"ClusterNetInterfaceFailed","features":[476]},{"name":"ClusterNetInterfaceOpenEnum","features":[476]},{"name":"ClusterNetInterfaceStateUnknown","features":[476]},{"name":"ClusterNetInterfaceUnavailable","features":[476]},{"name":"ClusterNetInterfaceUnreachable","features":[476]},{"name":"ClusterNetInterfaceUp","features":[476]},{"name":"ClusterNetworkCloseEnum","features":[476]},{"name":"ClusterNetworkControl","features":[476]},{"name":"ClusterNetworkControlEx","features":[476]},{"name":"ClusterNetworkDown","features":[476]},{"name":"ClusterNetworkEnum","features":[476]},{"name":"ClusterNetworkGetEnumCount","features":[476]},{"name":"ClusterNetworkOpenEnum","features":[476]},{"name":"ClusterNetworkPartitioned","features":[476]},{"name":"ClusterNetworkRoleClientAccess","features":[476]},{"name":"ClusterNetworkRoleInternalAndClient","features":[476]},{"name":"ClusterNetworkRoleInternalUse","features":[476]},{"name":"ClusterNetworkRoleNone","features":[476]},{"name":"ClusterNetworkStateUnknown","features":[476]},{"name":"ClusterNetworkUnavailable","features":[476]},{"name":"ClusterNetworkUp","features":[476]},{"name":"ClusterNodeCloseEnum","features":[476]},{"name":"ClusterNodeCloseEnumEx","features":[476]},{"name":"ClusterNodeControl","features":[476]},{"name":"ClusterNodeControlEx","features":[476]},{"name":"ClusterNodeDown","features":[476]},{"name":"ClusterNodeDrainStatusCount","features":[476]},{"name":"ClusterNodeEnum","features":[476]},{"name":"ClusterNodeEnumEx","features":[476]},{"name":"ClusterNodeGetEnumCount","features":[476]},{"name":"ClusterNodeGetEnumCountEx","features":[476]},{"name":"ClusterNodeJoining","features":[476]},{"name":"ClusterNodeOpenEnum","features":[476]},{"name":"ClusterNodeOpenEnumEx","features":[476]},{"name":"ClusterNodePaused","features":[476]},{"name":"ClusterNodeReplacement","features":[476]},{"name":"ClusterNodeResumeFailbackTypeCount","features":[476]},{"name":"ClusterNodeStateUnknown","features":[476]},{"name":"ClusterNodeUp","features":[476]},{"name":"ClusterOpenEnum","features":[476]},{"name":"ClusterOpenEnumEx","features":[476]},{"name":"ClusterPrepareSharedVolumeForBackup","features":[476]},{"name":"ClusterRegBatchAddCommand","features":[476]},{"name":"ClusterRegBatchCloseNotification","features":[476]},{"name":"ClusterRegBatchReadCommand","features":[476]},{"name":"ClusterRegCloseBatch","features":[305,476]},{"name":"ClusterRegCloseBatchEx","features":[476]},{"name":"ClusterRegCloseBatchNotifyPort","features":[476]},{"name":"ClusterRegCloseKey","features":[476,373]},{"name":"ClusterRegCloseReadBatch","features":[476]},{"name":"ClusterRegCloseReadBatchEx","features":[476]},{"name":"ClusterRegCloseReadBatchReply","features":[476]},{"name":"ClusterRegCreateBatch","features":[476,373]},{"name":"ClusterRegCreateBatchNotifyPort","features":[476,373]},{"name":"ClusterRegCreateKey","features":[305,476,309,373]},{"name":"ClusterRegCreateKeyEx","features":[305,476,309,373]},{"name":"ClusterRegCreateReadBatch","features":[476,373]},{"name":"ClusterRegDeleteKey","features":[476,373]},{"name":"ClusterRegDeleteKeyEx","features":[476,373]},{"name":"ClusterRegDeleteValue","features":[476,373]},{"name":"ClusterRegDeleteValueEx","features":[476,373]},{"name":"ClusterRegEnumKey","features":[305,476,373]},{"name":"ClusterRegEnumValue","features":[476,373]},{"name":"ClusterRegGetBatchNotification","features":[476]},{"name":"ClusterRegGetKeySecurity","features":[476,309,373]},{"name":"ClusterRegOpenKey","features":[476,373]},{"name":"ClusterRegQueryInfoKey","features":[305,476,373]},{"name":"ClusterRegQueryValue","features":[476,373]},{"name":"ClusterRegReadBatchAddCommand","features":[476]},{"name":"ClusterRegReadBatchReplyNextCommand","features":[476]},{"name":"ClusterRegSetKeySecurity","features":[476,309,373]},{"name":"ClusterRegSetKeySecurityEx","features":[476,309,373]},{"name":"ClusterRegSetValue","features":[476,373]},{"name":"ClusterRegSetValueEx","features":[476,373]},{"name":"ClusterRegSyncDatabase","features":[476]},{"name":"ClusterRemoveAffinityRule","features":[476]},{"name":"ClusterRemoveGroupFromAffinityRule","features":[476]},{"name":"ClusterRemoveGroupFromGroupSet","features":[476]},{"name":"ClusterRemoveGroupFromGroupSetEx","features":[476]},{"name":"ClusterResourceApplicationOSHeartBeat","features":[476]},{"name":"ClusterResourceApplicationReady","features":[476]},{"name":"ClusterResourceApplicationStateUnknown","features":[476]},{"name":"ClusterResourceCloseEnum","features":[476]},{"name":"ClusterResourceCloseEnumEx","features":[476]},{"name":"ClusterResourceControl","features":[476]},{"name":"ClusterResourceControlAsUser","features":[476]},{"name":"ClusterResourceControlAsUserEx","features":[476]},{"name":"ClusterResourceControlEx","features":[476]},{"name":"ClusterResourceDontRestart","features":[476]},{"name":"ClusterResourceEmbeddedFailureActionLogOnly","features":[476]},{"name":"ClusterResourceEmbeddedFailureActionNone","features":[476]},{"name":"ClusterResourceEmbeddedFailureActionRecover","features":[476]},{"name":"ClusterResourceEnum","features":[476]},{"name":"ClusterResourceEnumEx","features":[476]},{"name":"ClusterResourceFailed","features":[476]},{"name":"ClusterResourceGetEnumCount","features":[476]},{"name":"ClusterResourceGetEnumCountEx","features":[476]},{"name":"ClusterResourceInherited","features":[476]},{"name":"ClusterResourceInitializing","features":[476]},{"name":"ClusterResourceOffline","features":[476]},{"name":"ClusterResourceOfflinePending","features":[476]},{"name":"ClusterResourceOnline","features":[476]},{"name":"ClusterResourceOnlinePending","features":[476]},{"name":"ClusterResourceOpenEnum","features":[476]},{"name":"ClusterResourceOpenEnumEx","features":[476]},{"name":"ClusterResourcePending","features":[476]},{"name":"ClusterResourceRestartActionCount","features":[476]},{"name":"ClusterResourceRestartNoNotify","features":[476]},{"name":"ClusterResourceRestartNotify","features":[476]},{"name":"ClusterResourceStateUnknown","features":[476]},{"name":"ClusterResourceTypeCloseEnum","features":[476]},{"name":"ClusterResourceTypeControl","features":[476]},{"name":"ClusterResourceTypeControlAsUser","features":[476]},{"name":"ClusterResourceTypeControlAsUserEx","features":[476]},{"name":"ClusterResourceTypeControlEx","features":[476]},{"name":"ClusterResourceTypeEnum","features":[476]},{"name":"ClusterResourceTypeGetEnumCount","features":[476]},{"name":"ClusterResourceTypeOpenEnum","features":[476]},{"name":"ClusterRoleClustered","features":[476]},{"name":"ClusterRoleDFSReplicatedFolder","features":[476]},{"name":"ClusterRoleDHCP","features":[476]},{"name":"ClusterRoleDTC","features":[476]},{"name":"ClusterRoleDistributedFileSystem","features":[476]},{"name":"ClusterRoleDistributedNetworkName","features":[476]},{"name":"ClusterRoleFileServer","features":[476]},{"name":"ClusterRoleFileShare","features":[476]},{"name":"ClusterRoleFileShareWitness","features":[476]},{"name":"ClusterRoleGenericApplication","features":[476]},{"name":"ClusterRoleGenericScript","features":[476]},{"name":"ClusterRoleGenericService","features":[476]},{"name":"ClusterRoleHardDisk","features":[476]},{"name":"ClusterRoleIPAddress","features":[476]},{"name":"ClusterRoleIPV6Address","features":[476]},{"name":"ClusterRoleIPV6TunnelAddress","features":[476]},{"name":"ClusterRoleISCSINameServer","features":[476]},{"name":"ClusterRoleISCSITargetServer","features":[476]},{"name":"ClusterRoleMSMQ","features":[476]},{"name":"ClusterRoleNFS","features":[476]},{"name":"ClusterRoleNetworkFileSystem","features":[476]},{"name":"ClusterRoleNetworkName","features":[476]},{"name":"ClusterRolePhysicalDisk","features":[476]},{"name":"ClusterRolePrintServer","features":[476]},{"name":"ClusterRoleSODAFileServer","features":[476]},{"name":"ClusterRoleStandAloneNamespaceServer","features":[476]},{"name":"ClusterRoleStoragePool","features":[476]},{"name":"ClusterRoleTaskScheduler","features":[476]},{"name":"ClusterRoleUnclustered","features":[476]},{"name":"ClusterRoleUnknown","features":[476]},{"name":"ClusterRoleVirtualMachine","features":[476]},{"name":"ClusterRoleVirtualMachineConfiguration","features":[476]},{"name":"ClusterRoleVirtualMachineReplicaBroker","features":[476]},{"name":"ClusterRoleVolumeShadowCopyServiceTask","features":[476]},{"name":"ClusterRoleWINS","features":[476]},{"name":"ClusterSetAccountAccess","features":[476]},{"name":"ClusterSetupPhaseAddClusterProperties","features":[476]},{"name":"ClusterSetupPhaseAddNodeToCluster","features":[476]},{"name":"ClusterSetupPhaseCleanupCOs","features":[476]},{"name":"ClusterSetupPhaseCleanupNode","features":[476]},{"name":"ClusterSetupPhaseClusterGroupOnline","features":[476]},{"name":"ClusterSetupPhaseConfigureClusSvc","features":[476]},{"name":"ClusterSetupPhaseConfigureClusterAccount","features":[476]},{"name":"ClusterSetupPhaseContinue","features":[476]},{"name":"ClusterSetupPhaseCoreGroupCleanup","features":[476]},{"name":"ClusterSetupPhaseCreateClusterAccount","features":[476]},{"name":"ClusterSetupPhaseCreateGroups","features":[476]},{"name":"ClusterSetupPhaseCreateIPAddressResources","features":[476]},{"name":"ClusterSetupPhaseCreateNetworkName","features":[476]},{"name":"ClusterSetupPhaseCreateResourceTypes","features":[476]},{"name":"ClusterSetupPhaseDeleteGroup","features":[476]},{"name":"ClusterSetupPhaseEnd","features":[476]},{"name":"ClusterSetupPhaseEvictNode","features":[476]},{"name":"ClusterSetupPhaseFailureCleanup","features":[476]},{"name":"ClusterSetupPhaseFatal","features":[476]},{"name":"ClusterSetupPhaseFormingCluster","features":[476]},{"name":"ClusterSetupPhaseGettingCurrentMembership","features":[476]},{"name":"ClusterSetupPhaseInformational","features":[476]},{"name":"ClusterSetupPhaseInitialize","features":[476]},{"name":"ClusterSetupPhaseMoveGroup","features":[476]},{"name":"ClusterSetupPhaseNodeUp","features":[476]},{"name":"ClusterSetupPhaseOfflineGroup","features":[476]},{"name":"ClusterSetupPhaseQueryClusterNameAccount","features":[476]},{"name":"ClusterSetupPhaseReport","features":[476]},{"name":"ClusterSetupPhaseStart","features":[476]},{"name":"ClusterSetupPhaseStartingClusSvc","features":[476]},{"name":"ClusterSetupPhaseValidateClusDisk","features":[476]},{"name":"ClusterSetupPhaseValidateClusterNameAccount","features":[476]},{"name":"ClusterSetupPhaseValidateNetft","features":[476]},{"name":"ClusterSetupPhaseValidateNodeState","features":[476]},{"name":"ClusterSetupPhaseWarning","features":[476]},{"name":"ClusterSharedVolumeHWSnapshotCompleted","features":[476]},{"name":"ClusterSharedVolumePrepareForFreeze","features":[476]},{"name":"ClusterSharedVolumePrepareForHWSnapshot","features":[476]},{"name":"ClusterSharedVolumeRenameInputTypeNone","features":[476]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeGuid","features":[476]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeId","features":[476]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeName","features":[476]},{"name":"ClusterSharedVolumeRenameInputTypeVolumeOffset","features":[476]},{"name":"ClusterSharedVolumeSetSnapshotState","features":[476]},{"name":"ClusterSharedVolumeSnapshotStateUnknown","features":[476]},{"name":"ClusterStateNotConfigured","features":[476]},{"name":"ClusterStateNotInstalled","features":[476]},{"name":"ClusterStateNotRunning","features":[476]},{"name":"ClusterStateRunning","features":[476]},{"name":"ClusterStorageNodeDown","features":[476]},{"name":"ClusterStorageNodePaused","features":[476]},{"name":"ClusterStorageNodeStarting","features":[476]},{"name":"ClusterStorageNodeStateUnknown","features":[476]},{"name":"ClusterStorageNodeStopping","features":[476]},{"name":"ClusterStorageNodeUp","features":[476]},{"name":"ClusterUpgradeFunctionalLevel","features":[305,476]},{"name":"ClusterUpgradePhaseInitialize","features":[476]},{"name":"ClusterUpgradePhaseInstallingNewComponents","features":[476]},{"name":"ClusterUpgradePhaseUpgradeComplete","features":[476]},{"name":"ClusterUpgradePhaseUpgradingComponents","features":[476]},{"name":"ClusterUpgradePhaseValidatingUpgrade","features":[476]},{"name":"CreateCluster","features":[305,476]},{"name":"CreateClusterAvailabilitySet","features":[305,476]},{"name":"CreateClusterGroup","features":[476]},{"name":"CreateClusterGroupEx","features":[476]},{"name":"CreateClusterGroupSet","features":[476]},{"name":"CreateClusterNameAccount","features":[305,476]},{"name":"CreateClusterNotifyPort","features":[476]},{"name":"CreateClusterNotifyPortV2","features":[476]},{"name":"CreateClusterResource","features":[476]},{"name":"CreateClusterResourceEx","features":[476]},{"name":"CreateClusterResourceType","features":[476]},{"name":"CreateClusterResourceTypeEx","features":[476]},{"name":"DNS_LENGTH","features":[476]},{"name":"DeleteClusterGroup","features":[476]},{"name":"DeleteClusterGroupEx","features":[476]},{"name":"DeleteClusterGroupSet","features":[476]},{"name":"DeleteClusterGroupSetEx","features":[476]},{"name":"DeleteClusterResource","features":[476]},{"name":"DeleteClusterResourceEx","features":[476]},{"name":"DeleteClusterResourceType","features":[476]},{"name":"DeleteClusterResourceTypeEx","features":[476]},{"name":"DestroyCluster","features":[305,476]},{"name":"DestroyClusterGroup","features":[476]},{"name":"DestroyClusterGroupEx","features":[476]},{"name":"DetermineCNOResTypeFromCluster","features":[476]},{"name":"DetermineCNOResTypeFromNodelist","features":[476]},{"name":"DetermineClusterCloudTypeFromCluster","features":[476]},{"name":"DetermineClusterCloudTypeFromNodelist","features":[476]},{"name":"DoNotFailbackGroups","features":[476]},{"name":"DomainNames","features":[476]},{"name":"ENABLE_CLUSTER_SHARED_VOLUMES","features":[476]},{"name":"EvictClusterNode","features":[476]},{"name":"EvictClusterNodeEx","features":[476]},{"name":"EvictClusterNodeEx2","features":[476]},{"name":"FAILURE_TYPE","features":[476]},{"name":"FAILURE_TYPE_EMBEDDED","features":[476]},{"name":"FAILURE_TYPE_GENERAL","features":[476]},{"name":"FAILURE_TYPE_NETWORK_LOSS","features":[476]},{"name":"FE_UPGRADE_VERSION","features":[476]},{"name":"FILESHARE_CHANGE","features":[476]},{"name":"FILESHARE_CHANGE_ADD","features":[476]},{"name":"FILESHARE_CHANGE_DEL","features":[476]},{"name":"FILESHARE_CHANGE_ENUM","features":[476]},{"name":"FILESHARE_CHANGE_LIST","features":[476]},{"name":"FILESHARE_CHANGE_MODIFY","features":[476]},{"name":"FILESHARE_CHANGE_NONE","features":[476]},{"name":"FailClusterResource","features":[476]},{"name":"FailClusterResourceEx","features":[476]},{"name":"FailbackGroupsImmediately","features":[476]},{"name":"FailbackGroupsPerPolicy","features":[476]},{"name":"FreeClusterCrypt","features":[476]},{"name":"FreeClusterHealthFault","features":[476]},{"name":"FreeClusterHealthFaultArray","features":[476]},{"name":"GET_OPERATION_CONTEXT_PARAMS","features":[476]},{"name":"GROUPSET_READY_SETTING_APPLICATION_READY","features":[476]},{"name":"GROUPSET_READY_SETTING_DELAY","features":[476]},{"name":"GROUPSET_READY_SETTING_ONLINE","features":[476]},{"name":"GROUPSET_READY_SETTING_OS_HEARTBEAT","features":[476]},{"name":"GROUP_FAILURE_INFO","features":[476]},{"name":"GROUP_FAILURE_INFO_BUFFER","features":[476]},{"name":"GROUP_FAILURE_INFO_VERSION_1","features":[476]},{"name":"GRP_PLACEMENT_OPTIONS","features":[476]},{"name":"GRP_PLACEMENT_OPTIONS_ALL","features":[476]},{"name":"GRP_PLACEMENT_OPTIONS_DEFAULT","features":[476]},{"name":"GRP_PLACEMENT_OPTIONS_DISABLE_AUTOBALANCING","features":[476]},{"name":"GRP_PLACEMENT_OPTIONS_MIN_VALUE","features":[476]},{"name":"GUID_PRESENT","features":[476]},{"name":"GetClusterFromGroup","features":[476]},{"name":"GetClusterFromNetInterface","features":[476]},{"name":"GetClusterFromNetwork","features":[476]},{"name":"GetClusterFromNode","features":[476]},{"name":"GetClusterFromResource","features":[476]},{"name":"GetClusterGroupKey","features":[476,373]},{"name":"GetClusterGroupState","features":[476]},{"name":"GetClusterInformation","features":[476]},{"name":"GetClusterKey","features":[476,373]},{"name":"GetClusterNetInterface","features":[476]},{"name":"GetClusterNetInterfaceKey","features":[476,373]},{"name":"GetClusterNetInterfaceState","features":[476]},{"name":"GetClusterNetworkId","features":[476]},{"name":"GetClusterNetworkKey","features":[476,373]},{"name":"GetClusterNetworkState","features":[476]},{"name":"GetClusterNodeId","features":[476]},{"name":"GetClusterNodeKey","features":[476,373]},{"name":"GetClusterNodeState","features":[476]},{"name":"GetClusterNotify","features":[476]},{"name":"GetClusterNotifyV2","features":[476]},{"name":"GetClusterQuorumResource","features":[476]},{"name":"GetClusterResourceDependencyExpression","features":[476]},{"name":"GetClusterResourceKey","features":[476,373]},{"name":"GetClusterResourceNetworkName","features":[305,476]},{"name":"GetClusterResourceState","features":[476]},{"name":"GetClusterResourceTypeKey","features":[476,373]},{"name":"GetNodeCloudTypeDW","features":[476]},{"name":"GetNodeClusterState","features":[476]},{"name":"GetNotifyEventHandle","features":[305,476]},{"name":"HCHANGE","features":[476]},{"name":"HCI_UPGRADE_BIT","features":[476]},{"name":"HCLUSCRYPTPROVIDER","features":[476]},{"name":"HCLUSENUM","features":[476]},{"name":"HCLUSENUMEX","features":[476]},{"name":"HCLUSTER","features":[476]},{"name":"HGROUP","features":[476]},{"name":"HGROUPENUM","features":[476]},{"name":"HGROUPENUMEX","features":[476]},{"name":"HGROUPSET","features":[476]},{"name":"HGROUPSETENUM","features":[476]},{"name":"HNETINTERFACE","features":[476]},{"name":"HNETINTERFACEENUM","features":[476]},{"name":"HNETWORK","features":[476]},{"name":"HNETWORKENUM","features":[476]},{"name":"HNODE","features":[476]},{"name":"HNODEENUM","features":[476]},{"name":"HNODEENUMEX","features":[476]},{"name":"HREGBATCH","features":[476]},{"name":"HREGBATCHNOTIFICATION","features":[476]},{"name":"HREGBATCHPORT","features":[476]},{"name":"HREGREADBATCH","features":[476]},{"name":"HREGREADBATCHREPLY","features":[476]},{"name":"HRESENUM","features":[476]},{"name":"HRESENUMEX","features":[476]},{"name":"HRESOURCE","features":[476]},{"name":"HRESTYPEENUM","features":[476]},{"name":"IGetClusterDataInfo","features":[476]},{"name":"IGetClusterGroupInfo","features":[476]},{"name":"IGetClusterNetInterfaceInfo","features":[476]},{"name":"IGetClusterNetworkInfo","features":[476]},{"name":"IGetClusterNodeInfo","features":[476]},{"name":"IGetClusterObjectInfo","features":[476]},{"name":"IGetClusterResourceInfo","features":[476]},{"name":"IGetClusterUIInfo","features":[476]},{"name":"ISClusApplication","features":[476,358]},{"name":"ISClusCryptoKeys","features":[476,358]},{"name":"ISClusDisk","features":[476,358]},{"name":"ISClusDisks","features":[476,358]},{"name":"ISClusNetInterface","features":[476,358]},{"name":"ISClusNetInterfaces","features":[476,358]},{"name":"ISClusNetwork","features":[476,358]},{"name":"ISClusNetworkNetInterfaces","features":[476,358]},{"name":"ISClusNetworks","features":[476,358]},{"name":"ISClusNode","features":[476,358]},{"name":"ISClusNodeNetInterfaces","features":[476,358]},{"name":"ISClusNodes","features":[476,358]},{"name":"ISClusPartition","features":[476,358]},{"name":"ISClusPartitionEx","features":[476,358]},{"name":"ISClusPartitions","features":[476,358]},{"name":"ISClusProperties","features":[476,358]},{"name":"ISClusProperty","features":[476,358]},{"name":"ISClusPropertyValue","features":[476,358]},{"name":"ISClusPropertyValueData","features":[476,358]},{"name":"ISClusPropertyValues","features":[476,358]},{"name":"ISClusRefObject","features":[476,358]},{"name":"ISClusRegistryKeys","features":[476,358]},{"name":"ISClusResDependencies","features":[476,358]},{"name":"ISClusResDependents","features":[476,358]},{"name":"ISClusResGroup","features":[476,358]},{"name":"ISClusResGroupPreferredOwnerNodes","features":[476,358]},{"name":"ISClusResGroupResources","features":[476,358]},{"name":"ISClusResGroups","features":[476,358]},{"name":"ISClusResPossibleOwnerNodes","features":[476,358]},{"name":"ISClusResType","features":[476,358]},{"name":"ISClusResTypePossibleOwnerNodes","features":[476,358]},{"name":"ISClusResTypeResources","features":[476,358]},{"name":"ISClusResTypes","features":[476,358]},{"name":"ISClusResource","features":[476,358]},{"name":"ISClusResources","features":[476,358]},{"name":"ISClusScsiAddress","features":[476,358]},{"name":"ISClusVersion","features":[476,358]},{"name":"ISCluster","features":[476,358]},{"name":"ISClusterNames","features":[476,358]},{"name":"ISDomainNames","features":[476,358]},{"name":"IWCContextMenuCallback","features":[476]},{"name":"IWCPropertySheetCallback","features":[476]},{"name":"IWCWizard97Callback","features":[476]},{"name":"IWCWizardCallback","features":[476]},{"name":"IWEExtendContextMenu","features":[476]},{"name":"IWEExtendPropertySheet","features":[476]},{"name":"IWEExtendWizard","features":[476]},{"name":"IWEExtendWizard97","features":[476]},{"name":"IWEInvokeCommand","features":[476]},{"name":"InitializeClusterHealthFault","features":[476]},{"name":"InitializeClusterHealthFaultArray","features":[476]},{"name":"IsFileOnClusterSharedVolume","features":[305,476]},{"name":"LOCKED_MODE_FLAGS_DONT_REMOVE_FROM_MOVE_QUEUE","features":[476]},{"name":"LOG_ERROR","features":[476]},{"name":"LOG_INFORMATION","features":[476]},{"name":"LOG_LEVEL","features":[476]},{"name":"LOG_SEVERE","features":[476]},{"name":"LOG_WARNING","features":[476]},{"name":"LPGROUP_CALLBACK_EX","features":[476]},{"name":"LPNODE_CALLBACK","features":[476]},{"name":"LPRESOURCE_CALLBACK","features":[476]},{"name":"LPRESOURCE_CALLBACK_EX","features":[476]},{"name":"MAINTENANCE_MODE_TYPE_ENUM","features":[476]},{"name":"MAINTENANCE_MODE_V2_SIG","features":[476]},{"name":"MAX_CLUSTERNAME_LENGTH","features":[476]},{"name":"MAX_CO_PASSWORD_LENGTH","features":[476]},{"name":"MAX_CO_PASSWORD_LENGTHEX","features":[476]},{"name":"MAX_CO_PASSWORD_STORAGEEX","features":[476]},{"name":"MAX_CREATINGDC_LENGTH","features":[476]},{"name":"MAX_OBJECTID","features":[476]},{"name":"MINIMUM_NEVER_PREEMPT_PRIORITY","features":[476]},{"name":"MINIMUM_PREEMPTOR_PRIORITY","features":[476]},{"name":"MN_UPGRADE_VERSION","features":[476]},{"name":"MONITOR_STATE","features":[305,476]},{"name":"MaintenanceModeTypeDisableIsAliveCheck","features":[476]},{"name":"MaintenanceModeTypeOfflineResource","features":[476]},{"name":"MaintenanceModeTypeUnclusterResource","features":[476]},{"name":"ModifyQuorum","features":[476]},{"name":"MoveClusterGroup","features":[476]},{"name":"MoveClusterGroupEx","features":[476]},{"name":"MoveClusterGroupEx2","features":[476]},{"name":"NINETEEN_H1_UPGRADE_VERSION","features":[476]},{"name":"NINETEEN_H2_UPGRADE_VERSION","features":[476]},{"name":"NI_UPGRADE_VERSION","features":[476]},{"name":"NNLEN","features":[476]},{"name":"NODE_CLUSTER_STATE","features":[476]},{"name":"NOTIFY_FILTER_AND_TYPE","features":[476]},{"name":"NT10_MAJOR_VERSION","features":[476]},{"name":"NT11_MAJOR_VERSION","features":[476]},{"name":"NT12_MAJOR_VERSION","features":[476]},{"name":"NT13_MAJOR_VERSION","features":[476]},{"name":"NT4SP4_MAJOR_VERSION","features":[476]},{"name":"NT4_MAJOR_VERSION","features":[476]},{"name":"NT51_MAJOR_VERSION","features":[476]},{"name":"NT5_MAJOR_VERSION","features":[476]},{"name":"NT6_MAJOR_VERSION","features":[476]},{"name":"NT7_MAJOR_VERSION","features":[476]},{"name":"NT8_MAJOR_VERSION","features":[476]},{"name":"NT9_MAJOR_VERSION","features":[476]},{"name":"NodeDrainStatusCompleted","features":[476]},{"name":"NodeDrainStatusFailed","features":[476]},{"name":"NodeDrainStatusInProgress","features":[476]},{"name":"NodeDrainStatusNotInitiated","features":[476]},{"name":"NodeStatusAvoidPlacement","features":[476]},{"name":"NodeStatusDrainCompleted","features":[476]},{"name":"NodeStatusDrainFailed","features":[476]},{"name":"NodeStatusDrainInProgress","features":[476]},{"name":"NodeStatusIsolated","features":[476]},{"name":"NodeStatusMax","features":[476]},{"name":"NodeStatusNormal","features":[476]},{"name":"NodeStatusQuarantined","features":[476]},{"name":"NodeUtilizationInfoElement","features":[476]},{"name":"OfflineClusterGroup","features":[476]},{"name":"OfflineClusterGroupEx","features":[476]},{"name":"OfflineClusterGroupEx2","features":[476]},{"name":"OfflineClusterResource","features":[476]},{"name":"OfflineClusterResourceEx","features":[476]},{"name":"OfflineClusterResourceEx2","features":[476]},{"name":"OnlineClusterGroup","features":[476]},{"name":"OnlineClusterGroupEx","features":[476]},{"name":"OnlineClusterGroupEx2","features":[476]},{"name":"OnlineClusterResource","features":[476]},{"name":"OnlineClusterResourceEx","features":[476]},{"name":"OnlineClusterResourceEx2","features":[476]},{"name":"OpenCluster","features":[476]},{"name":"OpenClusterCryptProvider","features":[476]},{"name":"OpenClusterCryptProviderEx","features":[476]},{"name":"OpenClusterEx","features":[476]},{"name":"OpenClusterGroup","features":[476]},{"name":"OpenClusterGroupEx","features":[476]},{"name":"OpenClusterGroupSet","features":[476]},{"name":"OpenClusterNetInterface","features":[476]},{"name":"OpenClusterNetInterfaceEx","features":[476]},{"name":"OpenClusterNetwork","features":[476]},{"name":"OpenClusterNetworkEx","features":[476]},{"name":"OpenClusterNode","features":[476]},{"name":"OpenClusterNodeById","features":[476]},{"name":"OpenClusterNodeEx","features":[476]},{"name":"OpenClusterResource","features":[476]},{"name":"OpenClusterResourceEx","features":[476]},{"name":"OperationalQuorum","features":[476]},{"name":"PARBITRATE_ROUTINE","features":[476]},{"name":"PARM_WPR_WATCHDOG_FOR_CURRENT_RESOURCE_CALL_ROUTINE","features":[476]},{"name":"PBEGIN_RESCALL_AS_USER_ROUTINE","features":[305,476]},{"name":"PBEGIN_RESCALL_ROUTINE","features":[305,476]},{"name":"PBEGIN_RESTYPECALL_AS_USER_ROUTINE","features":[305,476]},{"name":"PBEGIN_RESTYPECALL_ROUTINE","features":[305,476]},{"name":"PCANCEL_ROUTINE","features":[476]},{"name":"PCHANGE_RESOURCE_PROCESS_FOR_DUMPS","features":[305,476]},{"name":"PCHANGE_RES_TYPE_PROCESS_FOR_DUMPS","features":[305,476]},{"name":"PCLOSE_CLUSTER_CRYPT_PROVIDER","features":[476]},{"name":"PCLOSE_ROUTINE","features":[476]},{"name":"PCLUSAPIClusWorkerCheckTerminate","features":[305,476]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_DEPENDENCY","features":[476]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_DEPENDENCY_EX","features":[476]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_GROUPSET_DEPENDENCY","features":[476]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EX","features":[476]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY","features":[476]},{"name":"PCLUSAPI_ADD_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY_EX","features":[476]},{"name":"PCLUSAPI_ADD_CLUSTER_NODE","features":[305,476]},{"name":"PCLUSAPI_ADD_CLUSTER_NODE_EX","features":[305,476]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_DEPENDENCY","features":[476]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_DEPENDENCY_EX","features":[476]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE","features":[476]},{"name":"PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE_EX","features":[476]},{"name":"PCLUSAPI_ADD_CROSS_CLUSTER_GROUPSET_DEPENDENCY","features":[476]},{"name":"PCLUSAPI_ADD_RESOURCE_TO_CLUSTER_SHARED_VOLUMES","features":[476]},{"name":"PCLUSAPI_BACKUP_CLUSTER_DATABASE","features":[476]},{"name":"PCLUSAPI_CAN_RESOURCE_BE_DEPENDENT","features":[305,476]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP","features":[476]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP_EX","features":[476]},{"name":"PCLUSAPI_CHANGE_CLUSTER_RESOURCE_GROUP_EX2","features":[476]},{"name":"PCLUSAPI_CLOSE_CLUSTER","features":[305,476]},{"name":"PCLUSAPI_CLOSE_CLUSTER_GROUP","features":[305,476]},{"name":"PCLUSAPI_CLOSE_CLUSTER_GROUP_GROUPSET","features":[305,476]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NETWORK","features":[305,476]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NET_INTERFACE","features":[305,476]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NODE","features":[305,476]},{"name":"PCLUSAPI_CLOSE_CLUSTER_NOTIFY_PORT","features":[305,476]},{"name":"PCLUSAPI_CLOSE_CLUSTER_RESOURCE","features":[305,476]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_AFFINITY_RULE","features":[476]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_GROUPSET_WITH_DOMAINS_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_ADD_GROUP_TO_GROUP_GROUPSET","features":[476]},{"name":"PCLUSAPI_CLUSTER_AFFINITY_RULE_CONTROL","features":[476]},{"name":"PCLUSAPI_CLUSTER_CLOSE_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_CLOSE_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_CONTROL","features":[476]},{"name":"PCLUSAPI_CLUSTER_CONTROL_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_CREATE_AFFINITY_RULE","features":[476]},{"name":"PCLUSAPI_CLUSTER_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_GET_ENUM_COUNT","features":[476]},{"name":"PCLUSAPI_CLUSTER_GET_ENUM_COUNT_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_CLOSE_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_CLOSE_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_CONTROL","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_CONTROL_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_GET_ENUM_COUNT","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_GET_ENUM_COUNT_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_GROUPSET_CONTROL","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_GROUPSET_CONTROL_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_OPEN_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_GROUP_OPEN_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CONTROL","features":[476]},{"name":"PCLUSAPI_CLUSTER_NETWORK_CONTROL_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_NETWORK_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_NETWORK_GET_ENUM_COUNT","features":[476]},{"name":"PCLUSAPI_CLUSTER_NETWORK_OPEN_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_NET_INTERFACE_CONTROL","features":[476]},{"name":"PCLUSAPI_CLUSTER_NET_INTERFACE_CONTROL_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_NODE_CLOSE_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_NODE_CLOSE_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_NODE_CONTROL","features":[476]},{"name":"PCLUSAPI_CLUSTER_NODE_CONTROL_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_NODE_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_NODE_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_NODE_GET_ENUM_COUNT","features":[476]},{"name":"PCLUSAPI_CLUSTER_NODE_GET_ENUM_COUNT_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_NODE_OPEN_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_NODE_OPEN_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_OPEN_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_OPEN_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_REG_CLOSE_KEY","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_BATCH","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_KEY","features":[305,476,309,373]},{"name":"PCLUSAPI_CLUSTER_REG_CREATE_KEY_EX","features":[305,476,309,373]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_KEY","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_KEY_EX","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_VALUE","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_DELETE_VALUE_EX","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_ENUM_KEY","features":[305,476,373]},{"name":"PCLUSAPI_CLUSTER_REG_ENUM_VALUE","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_GET_KEY_SECURITY","features":[476,309,373]},{"name":"PCLUSAPI_CLUSTER_REG_OPEN_KEY","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_QUERY_INFO_KEY","features":[305,476,373]},{"name":"PCLUSAPI_CLUSTER_REG_QUERY_VALUE","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_SET_KEY_SECURITY","features":[476,309,373]},{"name":"PCLUSAPI_CLUSTER_REG_SET_KEY_SECURITY_EX","features":[476,309,373]},{"name":"PCLUSAPI_CLUSTER_REG_SET_VALUE","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_SET_VALUE_EX","features":[476,373]},{"name":"PCLUSAPI_CLUSTER_REG_SYNC_DATABASE","features":[476]},{"name":"PCLUSAPI_CLUSTER_REMOVE_AFFINITY_RULE","features":[476]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_AFFINITY_RULE","features":[476]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_GROUPSET","features":[476]},{"name":"PCLUSAPI_CLUSTER_REMOVE_GROUP_FROM_GROUPSET_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CLOSE_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CLOSE_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL_AS_USER_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_CONTROL_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_OPEN_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_OPEN_ENUM_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CLOSE_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL_AS_USER_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_CONTROL_EX","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_GET_ENUM_COUNT","features":[476]},{"name":"PCLUSAPI_CLUSTER_RESOURCE_TYPE_OPEN_ENUM","features":[476]},{"name":"PCLUSAPI_CLUSTER_UPGRADE","features":[305,476]},{"name":"PCLUSAPI_CLUS_WORKER_CREATE","features":[305,476]},{"name":"PCLUSAPI_CLUS_WORKER_TERMINATE","features":[305,476]},{"name":"PCLUSAPI_CREATE_CLUSTER","features":[305,476]},{"name":"PCLUSAPI_CREATE_CLUSTER_AVAILABILITY_SET","features":[305,476]},{"name":"PCLUSAPI_CREATE_CLUSTER_CNOLESS","features":[305,476]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUP","features":[476]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUPEX","features":[476]},{"name":"PCLUSAPI_CREATE_CLUSTER_GROUP_GROUPSET","features":[476]},{"name":"PCLUSAPI_CREATE_CLUSTER_NAME_ACCOUNT","features":[305,476]},{"name":"PCLUSAPI_CREATE_CLUSTER_NOTIFY_PORT","features":[476]},{"name":"PCLUSAPI_CREATE_CLUSTER_NOTIFY_PORT_V2","features":[476]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE","features":[476]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_EX","features":[476]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_TYPE","features":[476]},{"name":"PCLUSAPI_CREATE_CLUSTER_RESOURCE_TYPE_EX","features":[476]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP","features":[476]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_EX","features":[476]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_GROUPSET","features":[476]},{"name":"PCLUSAPI_DELETE_CLUSTER_GROUP_GROUPSET_EX","features":[476]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE","features":[476]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_EX","features":[476]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_TYPE","features":[476]},{"name":"PCLUSAPI_DELETE_CLUSTER_RESOURCE_TYPE_EX","features":[476]},{"name":"PCLUSAPI_DESTROY_CLUSTER","features":[305,476]},{"name":"PCLUSAPI_DESTROY_CLUSTER_GROUP","features":[476]},{"name":"PCLUSAPI_DESTROY_CLUSTER_GROUP_EX","features":[476]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE","features":[476]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE_EX","features":[476]},{"name":"PCLUSAPI_EVICT_CLUSTER_NODE_EX2","features":[476]},{"name":"PCLUSAPI_FAIL_CLUSTER_RESOURCE","features":[476]},{"name":"PCLUSAPI_FAIL_CLUSTER_RESOURCE_EX","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_GROUP","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_GROUP_GROUPSET","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NETWORK","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NET_INTERFACE","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_NODE","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_FROM_RESOURCE","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_GROUP_KEY","features":[476,373]},{"name":"PCLUSAPI_GET_CLUSTER_GROUP_STATE","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_INFORMATION","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_KEY","features":[476,373]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_ID","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_KEY","features":[476,373]},{"name":"PCLUSAPI_GET_CLUSTER_NETWORK_STATE","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE_KEY","features":[476,373]},{"name":"PCLUSAPI_GET_CLUSTER_NET_INTERFACE_STATE","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_ID","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_KEY","features":[476,373]},{"name":"PCLUSAPI_GET_CLUSTER_NODE_STATE","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_NOTIFY","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_NOTIFY_V2","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_QUORUM_RESOURCE","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_DEPENDENCY_EXPRESSION","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_KEY","features":[476,373]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_NETWORK_NAME","features":[305,476]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_STATE","features":[476]},{"name":"PCLUSAPI_GET_CLUSTER_RESOURCE_TYPE_KEY","features":[476,373]},{"name":"PCLUSAPI_GET_NODE_CLUSTER_STATE","features":[476]},{"name":"PCLUSAPI_GET_NOTIFY_EVENT_HANDLE_V2","features":[305,476]},{"name":"PCLUSAPI_IS_FILE_ON_CLUSTER_SHARED_VOLUME","features":[305,476]},{"name":"PCLUSAPI_MOVE_CLUSTER_GROUP","features":[476]},{"name":"PCLUSAPI_OFFLINE_CLUSTER_GROUP","features":[476]},{"name":"PCLUSAPI_OFFLINE_CLUSTER_RESOURCE","features":[476]},{"name":"PCLUSAPI_ONLINE_CLUSTER_GROUP","features":[476]},{"name":"PCLUSAPI_ONLINE_CLUSTER_RESOURCE","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_EX","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP_EX","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_GROUP_GROUPSET","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETINTERFACE_EX","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETWORK","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_NETWORK_EX","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_NET_INTERFACE","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_NODE","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_NODE_EX","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_RESOURCE","features":[476]},{"name":"PCLUSAPI_OPEN_CLUSTER_RESOURCE_EX","features":[476]},{"name":"PCLUSAPI_OPEN_NODE_BY_ID","features":[476]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE","features":[476]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE_EX","features":[305,476]},{"name":"PCLUSAPI_PAUSE_CLUSTER_NODE_EX2","features":[305,476]},{"name":"PCLUSAPI_PFN_REASON_HANDLER","features":[305,476]},{"name":"PCLUSAPI_REGISTER_CLUSTER_NOTIFY","features":[305,476]},{"name":"PCLUSAPI_REGISTER_CLUSTER_NOTIFY_V2","features":[305,476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_DEPENDENCY","features":[476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_DEPENDENCY_EX","features":[476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_GROUPSET_DEPENDENCY","features":[476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EX","features":[476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY","features":[476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_GROUP_TO_GROUP_GROUPSET_DEPENDENCY_EX","features":[476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_NAME_ACCOUNT","features":[476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_DEPENDENCY","features":[476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_DEPENDENCY_EX","features":[476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_NODE","features":[476]},{"name":"PCLUSAPI_REMOVE_CLUSTER_RESOURCE_NODE_EX","features":[476]},{"name":"PCLUSAPI_REMOVE_CROSS_CLUSTER_GROUPSET_DEPENDENCY","features":[476]},{"name":"PCLUSAPI_REMOVE_RESOURCE_FROM_CLUSTER_SHARED_VOLUMES","features":[476]},{"name":"PCLUSAPI_RESTART_CLUSTER_RESOURCE","features":[476]},{"name":"PCLUSAPI_RESTART_CLUSTER_RESOURCE_EX","features":[476]},{"name":"PCLUSAPI_RESTORE_CLUSTER_DATABASE","features":[305,476]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE","features":[476]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE_EX","features":[476]},{"name":"PCLUSAPI_RESUME_CLUSTER_NODE_EX2","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EXPRESSION","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_GROUPSET_DEPENDENCY_EXPRESSION_EX","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NAME","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NAME_EX","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NODE_LIST","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_GROUP_NODE_LIST_EX","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_NAME_EX","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_NAME","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_NAME_EX","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_NETWORK_PRIORITY_ORDER","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_QUORUM_RESOURCE","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_QUORUM_RESOURCE_EX","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_DEPENDENCY_EXPRESSION","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_NAME","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_RESOURCE_NAME_EX","features":[476]},{"name":"PCLUSAPI_SET_CLUSTER_SERVICE_ACCOUNT_PASSWORD","features":[305,476]},{"name":"PCLUSAPI_SET_GROUP_DEPENDENCY_EXPRESSION","features":[476]},{"name":"PCLUSAPI_SET_GROUP_DEPENDENCY_EXPRESSION_EX","features":[476]},{"name":"PCLUSAPI_SET_REASON_HANDLER","features":[305,476]},{"name":"PCLUSAPI_SHARED_VOLUME_SET_SNAPSHOT_STATE","features":[476]},{"name":"PCLUSAPI_SetClusterName","features":[476]},{"name":"PCLUSTER_CLEAR_BACKUP_STATE_FOR_SHARED_VOLUME","features":[476]},{"name":"PCLUSTER_DECRYPT","features":[476]},{"name":"PCLUSTER_ENCRYPT","features":[476]},{"name":"PCLUSTER_GET_VOLUME_NAME_FOR_VOLUME_MOUNT_POINT","features":[305,476]},{"name":"PCLUSTER_GET_VOLUME_PATH_NAME","features":[305,476]},{"name":"PCLUSTER_IS_PATH_ON_SHARED_VOLUME","features":[305,476]},{"name":"PCLUSTER_PREPARE_SHARED_VOLUME_FOR_BACKUP","features":[476]},{"name":"PCLUSTER_REG_BATCH_ADD_COMMAND","features":[476]},{"name":"PCLUSTER_REG_BATCH_CLOSE_NOTIFICATION","features":[476]},{"name":"PCLUSTER_REG_BATCH_READ_COMMAND","features":[476]},{"name":"PCLUSTER_REG_CLOSE_BATCH","features":[305,476]},{"name":"PCLUSTER_REG_CLOSE_BATCH_NOTIFY_PORT","features":[476]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH","features":[476]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH_EX","features":[476]},{"name":"PCLUSTER_REG_CLOSE_READ_BATCH_REPLY","features":[476]},{"name":"PCLUSTER_REG_CREATE_BATCH_NOTIFY_PORT","features":[476,373]},{"name":"PCLUSTER_REG_CREATE_READ_BATCH","features":[476,373]},{"name":"PCLUSTER_REG_GET_BATCH_NOTIFICATION","features":[476]},{"name":"PCLUSTER_REG_READ_BATCH_ADD_COMMAND","features":[476]},{"name":"PCLUSTER_REG_READ_BATCH_REPLY_NEXT_COMMAND","features":[476]},{"name":"PCLUSTER_SETUP_PROGRESS_CALLBACK","features":[305,476]},{"name":"PCLUSTER_SET_ACCOUNT_ACCESS","features":[476]},{"name":"PCLUSTER_UPGRADE_PROGRESS_CALLBACK","features":[305,476]},{"name":"PEND_CONTROL_CALL","features":[476]},{"name":"PEND_TYPE_CONTROL_CALL","features":[476]},{"name":"PEXTEND_RES_CONTROL_CALL","features":[476]},{"name":"PEXTEND_RES_TYPE_CONTROL_CALL","features":[476]},{"name":"PFREE_CLUSTER_CRYPT","features":[476]},{"name":"PIS_ALIVE_ROUTINE","features":[305,476]},{"name":"PLACEMENT_OPTIONS","features":[476]},{"name":"PLACEMENT_OPTIONS_ALL","features":[476]},{"name":"PLACEMENT_OPTIONS_AVAILABILITY_SET_DOMAIN_AFFINITY","features":[476]},{"name":"PLACEMENT_OPTIONS_CONSIDER_OFFLINE_VMS","features":[476]},{"name":"PLACEMENT_OPTIONS_DEFAULT_PLACEMENT_OPTIONS","features":[476]},{"name":"PLACEMENT_OPTIONS_DISABLE_CSV_VM_DEPENDENCY","features":[476]},{"name":"PLACEMENT_OPTIONS_DONT_RESUME_AVAILABILTY_SET_VMS_WITH_EXISTING_TEMP_DISK","features":[476]},{"name":"PLACEMENT_OPTIONS_DONT_RESUME_VMS_WITH_EXISTING_TEMP_DISK","features":[476]},{"name":"PLACEMENT_OPTIONS_DONT_USE_CPU","features":[476]},{"name":"PLACEMENT_OPTIONS_DONT_USE_LOCAL_TEMP_DISK","features":[476]},{"name":"PLACEMENT_OPTIONS_DONT_USE_MEMORY","features":[476]},{"name":"PLACEMENT_OPTIONS_MIN_VALUE","features":[476]},{"name":"PLACEMENT_OPTIONS_SAVE_AVAILABILTY_SET_VMS_WITH_LOCAL_DISK_ON_DRAIN_OVERWRITE","features":[476]},{"name":"PLACEMENT_OPTIONS_SAVE_VMS_WITH_LOCAL_DISK_ON_DRAIN_OVERWRITE","features":[476]},{"name":"PLOG_EVENT_ROUTINE","features":[476]},{"name":"PLOOKS_ALIVE_ROUTINE","features":[305,476]},{"name":"POFFLINE_ROUTINE","features":[476]},{"name":"POFFLINE_V2_ROUTINE","features":[476]},{"name":"PONLINE_ROUTINE","features":[305,476]},{"name":"PONLINE_V2_ROUTINE","features":[305,476]},{"name":"POPEN_CLUSTER_CRYPT_PROVIDER","features":[476]},{"name":"POPEN_CLUSTER_CRYPT_PROVIDEREX","features":[476]},{"name":"POPEN_ROUTINE","features":[476,373]},{"name":"POPEN_V2_ROUTINE","features":[476,373]},{"name":"POST_UPGRADE_VERSION_INFO","features":[476]},{"name":"PQUERY_APPINSTANCE_VERSION","features":[305,476]},{"name":"PQUORUM_RESOURCE_LOST","features":[476]},{"name":"PRAISE_RES_TYPE_NOTIFICATION","features":[476]},{"name":"PREGISTER_APPINSTANCE","features":[305,476]},{"name":"PREGISTER_APPINSTANCE_VERSION","features":[476]},{"name":"PRELEASE_ROUTINE","features":[476]},{"name":"PREQUEST_DUMP_ROUTINE","features":[305,476]},{"name":"PRESET_ALL_APPINSTANCE_VERSIONS","features":[476]},{"name":"PRESOURCE_CONTROL_ROUTINE","features":[476]},{"name":"PRESOURCE_TYPE_CONTROL_ROUTINE","features":[476]},{"name":"PRESUTIL_ADD_UNKNOWN_PROPERTIES","features":[305,476,373]},{"name":"PRESUTIL_CREATE_DIRECTORY_TREE","features":[476]},{"name":"PRESUTIL_DUP_PARAMETER_BLOCK","features":[305,476]},{"name":"PRESUTIL_DUP_STRING","features":[476]},{"name":"PRESUTIL_ENUM_PRIVATE_PROPERTIES","features":[476,373]},{"name":"PRESUTIL_ENUM_PROPERTIES","features":[305,476]},{"name":"PRESUTIL_ENUM_RESOURCES","features":[476]},{"name":"PRESUTIL_ENUM_RESOURCES_EX","features":[476]},{"name":"PRESUTIL_ENUM_RESOURCES_EX2","features":[476]},{"name":"PRESUTIL_EXPAND_ENVIRONMENT_STRINGS","features":[476]},{"name":"PRESUTIL_FIND_BINARY_PROPERTY","features":[476]},{"name":"PRESUTIL_FIND_DEPENDENT_DISK_RESOURCE_DRIVE_LETTER","features":[476]},{"name":"PRESUTIL_FIND_DWORD_PROPERTY","features":[476]},{"name":"PRESUTIL_FIND_EXPANDED_SZ_PROPERTY","features":[476]},{"name":"PRESUTIL_FIND_EXPAND_SZ_PROPERTY","features":[476]},{"name":"PRESUTIL_FIND_FILETIME_PROPERTY","features":[305,476]},{"name":"PRESUTIL_FIND_LONG_PROPERTY","features":[476]},{"name":"PRESUTIL_FIND_MULTI_SZ_PROPERTY","features":[476]},{"name":"PRESUTIL_FIND_SZ_PROPERTY","features":[476]},{"name":"PRESUTIL_FIND_ULARGEINTEGER_PROPERTY","features":[476]},{"name":"PRESUTIL_FREE_ENVIRONMENT","features":[476]},{"name":"PRESUTIL_FREE_PARAMETER_BLOCK","features":[305,476]},{"name":"PRESUTIL_GET_ALL_PROPERTIES","features":[305,476,373]},{"name":"PRESUTIL_GET_BINARY_PROPERTY","features":[476]},{"name":"PRESUTIL_GET_BINARY_VALUE","features":[476,373]},{"name":"PRESUTIL_GET_CORE_CLUSTER_RESOURCES","features":[476]},{"name":"PRESUTIL_GET_CORE_CLUSTER_RESOURCES_EX","features":[476]},{"name":"PRESUTIL_GET_DWORD_PROPERTY","features":[476]},{"name":"PRESUTIL_GET_DWORD_VALUE","features":[476,373]},{"name":"PRESUTIL_GET_ENVIRONMENT_WITH_NET_NAME","features":[476]},{"name":"PRESUTIL_GET_EXPAND_SZ_VALUE","features":[305,476,373]},{"name":"PRESUTIL_GET_FILETIME_PROPERTY","features":[305,476]},{"name":"PRESUTIL_GET_LONG_PROPERTY","features":[476]},{"name":"PRESUTIL_GET_MULTI_SZ_PROPERTY","features":[476]},{"name":"PRESUTIL_GET_PRIVATE_PROPERTIES","features":[476,373]},{"name":"PRESUTIL_GET_PROPERTIES","features":[305,476,373]},{"name":"PRESUTIL_GET_PROPERTIES_TO_PARAMETER_BLOCK","features":[305,476,373]},{"name":"PRESUTIL_GET_PROPERTY","features":[305,476,373]},{"name":"PRESUTIL_GET_PROPERTY_FORMATS","features":[305,476]},{"name":"PRESUTIL_GET_PROPERTY_SIZE","features":[305,476,373]},{"name":"PRESUTIL_GET_QWORD_VALUE","features":[476,373]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY","features":[305,476]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_CLASS","features":[305,476]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_CLASS_EX","features":[305,476]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_NAME","features":[305,476]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_NAME_EX","features":[305,476]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENCY_EX","features":[305,476]},{"name":"PRESUTIL_GET_RESOURCE_DEPENDENTIP_ADDRESS_PROPS","features":[476]},{"name":"PRESUTIL_GET_RESOURCE_NAME","features":[476]},{"name":"PRESUTIL_GET_RESOURCE_NAME_DEPENDENCY","features":[476]},{"name":"PRESUTIL_GET_RESOURCE_NAME_DEPENDENCY_EX","features":[476]},{"name":"PRESUTIL_GET_SZ_PROPERTY","features":[476]},{"name":"PRESUTIL_GET_SZ_VALUE","features":[476,373]},{"name":"PRESUTIL_IS_PATH_VALID","features":[305,476]},{"name":"PRESUTIL_IS_RESOURCE_CLASS_EQUAL","features":[305,476]},{"name":"PRESUTIL_PROPERTY_LIST_FROM_PARAMETER_BLOCK","features":[305,476]},{"name":"PRESUTIL_REMOVE_RESOURCE_SERVICE_ENVIRONMENT","features":[476]},{"name":"PRESUTIL_RESOURCES_EQUAL","features":[305,476]},{"name":"PRESUTIL_RESOURCE_TYPES_EQUAL","features":[305,476]},{"name":"PRESUTIL_SET_BINARY_VALUE","features":[476,373]},{"name":"PRESUTIL_SET_DWORD_VALUE","features":[476,373]},{"name":"PRESUTIL_SET_EXPAND_SZ_VALUE","features":[476,373]},{"name":"PRESUTIL_SET_MULTI_SZ_VALUE","features":[476,373]},{"name":"PRESUTIL_SET_PRIVATE_PROPERTY_LIST","features":[476,373]},{"name":"PRESUTIL_SET_PROPERTY_PARAMETER_BLOCK","features":[305,476,373]},{"name":"PRESUTIL_SET_PROPERTY_PARAMETER_BLOCK_EX","features":[305,476,373]},{"name":"PRESUTIL_SET_PROPERTY_TABLE","features":[305,476,373]},{"name":"PRESUTIL_SET_PROPERTY_TABLE_EX","features":[305,476,373]},{"name":"PRESUTIL_SET_QWORD_VALUE","features":[476,373]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_ENVIRONMENT","features":[476]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_START_PARAMETERS","features":[476,477]},{"name":"PRESUTIL_SET_RESOURCE_SERVICE_START_PARAMETERS_EX","features":[476,477]},{"name":"PRESUTIL_SET_SZ_VALUE","features":[476,373]},{"name":"PRESUTIL_SET_UNKNOWN_PROPERTIES","features":[305,476,373]},{"name":"PRESUTIL_START_RESOURCE_SERVICE","features":[476,477]},{"name":"PRESUTIL_STOP_RESOURCE_SERVICE","features":[476]},{"name":"PRESUTIL_STOP_SERVICE","features":[476,477]},{"name":"PRESUTIL_TERMINATE_SERVICE_PROCESS_FROM_RES_DLL","features":[305,476]},{"name":"PRESUTIL_VERIFY_PRIVATE_PROPERTY_LIST","features":[476]},{"name":"PRESUTIL_VERIFY_PROPERTY_TABLE","features":[305,476]},{"name":"PRESUTIL_VERIFY_RESOURCE_SERVICE","features":[476]},{"name":"PRESUTIL_VERIFY_SERVICE","features":[476,477]},{"name":"PRES_UTIL_VERIFY_SHUTDOWN_SAFE","features":[476]},{"name":"PSET_INTERNAL_STATE","features":[305,476]},{"name":"PSET_RESOURCE_INMEMORY_NODELOCAL_PROPERTIES_ROUTINE","features":[476]},{"name":"PSET_RESOURCE_LOCKED_MODE_EX_ROUTINE","features":[305,476]},{"name":"PSET_RESOURCE_LOCKED_MODE_ROUTINE","features":[305,476]},{"name":"PSET_RESOURCE_STATUS_ROUTINE","features":[305,476]},{"name":"PSET_RESOURCE_STATUS_ROUTINE_EX","features":[305,476]},{"name":"PSET_RESOURCE_WPR_POLICY_ROUTINE","features":[476]},{"name":"PSIGNAL_FAILURE_ROUTINE","features":[476]},{"name":"PSTARTUP_EX_ROUTINE","features":[305,476,373]},{"name":"PSTARTUP_ROUTINE","features":[305,476,373]},{"name":"PTERMINATE_ROUTINE","features":[476]},{"name":"PWORKER_START_ROUTINE","features":[305,476]},{"name":"PauseClusterNode","features":[476]},{"name":"PauseClusterNodeEx","features":[305,476]},{"name":"PauseClusterNodeEx2","features":[305,476]},{"name":"PaxosTagCStruct","features":[476]},{"name":"PriorityDisabled","features":[476]},{"name":"PriorityHigh","features":[476]},{"name":"PriorityLow","features":[476]},{"name":"PriorityMedium","features":[476]},{"name":"QueryAppInstanceVersion","features":[305,476]},{"name":"RESDLL_CONTEXT_OPERATION_TYPE","features":[476]},{"name":"RESOURCE_EXIT_STATE","features":[476]},{"name":"RESOURCE_FAILURE_INFO","features":[476]},{"name":"RESOURCE_FAILURE_INFO_BUFFER","features":[476]},{"name":"RESOURCE_FAILURE_INFO_VERSION_1","features":[476]},{"name":"RESOURCE_MONITOR_STATE","features":[476]},{"name":"RESOURCE_STATUS","features":[305,476]},{"name":"RESOURCE_STATUS_EX","features":[305,476]},{"name":"RESOURCE_TERMINAL_FAILURE_INFO_BUFFER","features":[305,476]},{"name":"RESTYPE_MONITOR_SHUTTING_DOWN_CLUSSVC_CRASH","features":[476]},{"name":"RESTYPE_MONITOR_SHUTTING_DOWN_NODE_STOP","features":[476]},{"name":"RESUTIL_FILETIME_DATA","features":[305,476]},{"name":"RESUTIL_LARGEINT_DATA","features":[476]},{"name":"RESUTIL_PROPERTY_ITEM","features":[305,476]},{"name":"RESUTIL_PROPITEM_IN_MEMORY","features":[476]},{"name":"RESUTIL_PROPITEM_READ_ONLY","features":[476]},{"name":"RESUTIL_PROPITEM_REQUIRED","features":[476]},{"name":"RESUTIL_PROPITEM_SIGNED","features":[476]},{"name":"RESUTIL_ULARGEINT_DATA","features":[476]},{"name":"RS3_UPGRADE_VERSION","features":[476]},{"name":"RS4_UPGRADE_VERSION","features":[476]},{"name":"RS5_UPGRADE_VERSION","features":[476]},{"name":"RedirectedIOReasonBitLockerInitializing","features":[476]},{"name":"RedirectedIOReasonFileSystemTiering","features":[476]},{"name":"RedirectedIOReasonMax","features":[476]},{"name":"RedirectedIOReasonReFs","features":[476]},{"name":"RedirectedIOReasonUnsafeFileSystemFilter","features":[476]},{"name":"RedirectedIOReasonUnsafeVolumeFilter","features":[476]},{"name":"RedirectedIOReasonUserRequest","features":[476]},{"name":"RegisterAppInstance","features":[305,476]},{"name":"RegisterAppInstanceVersion","features":[476]},{"name":"RegisterClusterNotify","features":[305,476]},{"name":"RegisterClusterNotifyV2","features":[305,476]},{"name":"RegisterClusterResourceTypeNotifyV2","features":[476]},{"name":"RemoveClusterGroupDependency","features":[476]},{"name":"RemoveClusterGroupDependencyEx","features":[476]},{"name":"RemoveClusterGroupSetDependency","features":[476]},{"name":"RemoveClusterGroupSetDependencyEx","features":[476]},{"name":"RemoveClusterGroupToGroupSetDependency","features":[476]},{"name":"RemoveClusterGroupToGroupSetDependencyEx","features":[476]},{"name":"RemoveClusterNameAccount","features":[305,476]},{"name":"RemoveClusterResourceDependency","features":[476]},{"name":"RemoveClusterResourceDependencyEx","features":[476]},{"name":"RemoveClusterResourceNode","features":[476]},{"name":"RemoveClusterResourceNodeEx","features":[476]},{"name":"RemoveClusterStorageNode","features":[476]},{"name":"RemoveCrossClusterGroupSetDependency","features":[476]},{"name":"RemoveResourceFromClusterSharedVolumes","features":[476]},{"name":"ResUtilAddUnknownProperties","features":[305,476,373]},{"name":"ResUtilCreateDirectoryTree","features":[476]},{"name":"ResUtilDupGroup","features":[476]},{"name":"ResUtilDupParameterBlock","features":[305,476]},{"name":"ResUtilDupResource","features":[476]},{"name":"ResUtilDupString","features":[476]},{"name":"ResUtilEnumGroups","features":[476]},{"name":"ResUtilEnumGroupsEx","features":[476]},{"name":"ResUtilEnumPrivateProperties","features":[476,373]},{"name":"ResUtilEnumProperties","features":[305,476]},{"name":"ResUtilEnumResources","features":[476]},{"name":"ResUtilEnumResourcesEx","features":[476]},{"name":"ResUtilEnumResourcesEx2","features":[476]},{"name":"ResUtilExpandEnvironmentStrings","features":[476]},{"name":"ResUtilFindBinaryProperty","features":[476]},{"name":"ResUtilFindDependentDiskResourceDriveLetter","features":[476]},{"name":"ResUtilFindDwordProperty","features":[476]},{"name":"ResUtilFindExpandSzProperty","features":[476]},{"name":"ResUtilFindExpandedSzProperty","features":[476]},{"name":"ResUtilFindFileTimeProperty","features":[305,476]},{"name":"ResUtilFindLongProperty","features":[476]},{"name":"ResUtilFindMultiSzProperty","features":[476]},{"name":"ResUtilFindSzProperty","features":[476]},{"name":"ResUtilFindULargeIntegerProperty","features":[476]},{"name":"ResUtilFreeEnvironment","features":[476]},{"name":"ResUtilFreeParameterBlock","features":[305,476]},{"name":"ResUtilGetAllProperties","features":[305,476,373]},{"name":"ResUtilGetBinaryProperty","features":[476]},{"name":"ResUtilGetBinaryValue","features":[476,373]},{"name":"ResUtilGetClusterGroupType","features":[476]},{"name":"ResUtilGetClusterId","features":[476]},{"name":"ResUtilGetClusterRoleState","features":[476]},{"name":"ResUtilGetCoreClusterResources","features":[476]},{"name":"ResUtilGetCoreClusterResourcesEx","features":[476]},{"name":"ResUtilGetCoreGroup","features":[476]},{"name":"ResUtilGetDwordProperty","features":[476]},{"name":"ResUtilGetDwordValue","features":[476,373]},{"name":"ResUtilGetEnvironmentWithNetName","features":[476]},{"name":"ResUtilGetFileTimeProperty","features":[305,476]},{"name":"ResUtilGetLongProperty","features":[476]},{"name":"ResUtilGetMultiSzProperty","features":[476]},{"name":"ResUtilGetPrivateProperties","features":[476,373]},{"name":"ResUtilGetProperties","features":[305,476,373]},{"name":"ResUtilGetPropertiesToParameterBlock","features":[305,476,373]},{"name":"ResUtilGetProperty","features":[305,476,373]},{"name":"ResUtilGetPropertyFormats","features":[305,476]},{"name":"ResUtilGetPropertySize","features":[305,476,373]},{"name":"ResUtilGetQwordValue","features":[476,373]},{"name":"ResUtilGetResourceDependency","features":[305,476]},{"name":"ResUtilGetResourceDependencyByClass","features":[305,476]},{"name":"ResUtilGetResourceDependencyByClassEx","features":[305,476]},{"name":"ResUtilGetResourceDependencyByName","features":[305,476]},{"name":"ResUtilGetResourceDependencyByNameEx","features":[305,476]},{"name":"ResUtilGetResourceDependencyEx","features":[305,476]},{"name":"ResUtilGetResourceDependentIPAddressProps","features":[476]},{"name":"ResUtilGetResourceName","features":[476]},{"name":"ResUtilGetResourceNameDependency","features":[476]},{"name":"ResUtilGetResourceNameDependencyEx","features":[476]},{"name":"ResUtilGetSzProperty","features":[476]},{"name":"ResUtilGetSzValue","features":[476,373]},{"name":"ResUtilGroupsEqual","features":[305,476]},{"name":"ResUtilIsPathValid","features":[305,476]},{"name":"ResUtilIsResourceClassEqual","features":[305,476]},{"name":"ResUtilLeftPaxosIsLessThanRight","features":[305,476]},{"name":"ResUtilNodeEnum","features":[476]},{"name":"ResUtilPaxosComparer","features":[305,476]},{"name":"ResUtilPropertyListFromParameterBlock","features":[305,476]},{"name":"ResUtilRemoveResourceServiceEnvironment","features":[476]},{"name":"ResUtilResourceDepEnum","features":[476]},{"name":"ResUtilResourceTypesEqual","features":[305,476]},{"name":"ResUtilResourcesEqual","features":[305,476]},{"name":"ResUtilSetBinaryValue","features":[476,373]},{"name":"ResUtilSetDwordValue","features":[476,373]},{"name":"ResUtilSetExpandSzValue","features":[476,373]},{"name":"ResUtilSetMultiSzValue","features":[476,373]},{"name":"ResUtilSetPrivatePropertyList","features":[476,373]},{"name":"ResUtilSetPropertyParameterBlock","features":[305,476,373]},{"name":"ResUtilSetPropertyParameterBlockEx","features":[305,476,373]},{"name":"ResUtilSetPropertyTable","features":[305,476,373]},{"name":"ResUtilSetPropertyTableEx","features":[305,476,373]},{"name":"ResUtilSetQwordValue","features":[476,373]},{"name":"ResUtilSetResourceServiceEnvironment","features":[476]},{"name":"ResUtilSetResourceServiceStartParameters","features":[476,477]},{"name":"ResUtilSetResourceServiceStartParametersEx","features":[476,477]},{"name":"ResUtilSetSzValue","features":[476,373]},{"name":"ResUtilSetUnknownProperties","features":[305,476,373]},{"name":"ResUtilSetValueEx","features":[476,373]},{"name":"ResUtilStartResourceService","features":[476,477]},{"name":"ResUtilStopResourceService","features":[476]},{"name":"ResUtilStopService","features":[476,477]},{"name":"ResUtilTerminateServiceProcessFromResDll","features":[305,476]},{"name":"ResUtilVerifyPrivatePropertyList","features":[476]},{"name":"ResUtilVerifyPropertyTable","features":[305,476]},{"name":"ResUtilVerifyResourceService","features":[476]},{"name":"ResUtilVerifyService","features":[476,477]},{"name":"ResUtilVerifyShutdownSafe","features":[476]},{"name":"ResUtilsDeleteKeyTree","features":[305,476,373]},{"name":"ResdllContextOperationTypeDrain","features":[476]},{"name":"ResdllContextOperationTypeDrainFailure","features":[476]},{"name":"ResdllContextOperationTypeEmbeddedFailure","features":[476]},{"name":"ResdllContextOperationTypeFailback","features":[476]},{"name":"ResdllContextOperationTypeNetworkDisconnect","features":[476]},{"name":"ResdllContextOperationTypeNetworkDisconnectMoveRetry","features":[476]},{"name":"ResdllContextOperationTypePreemption","features":[476]},{"name":"ResetAllAppInstanceVersions","features":[476]},{"name":"ResourceExitStateContinue","features":[476]},{"name":"ResourceExitStateMax","features":[476]},{"name":"ResourceExitStateTerminate","features":[476]},{"name":"ResourceUtilizationInfoElement","features":[476]},{"name":"RestartClusterResource","features":[476]},{"name":"RestartClusterResourceEx","features":[476]},{"name":"RestoreClusterDatabase","features":[305,476]},{"name":"ResumeClusterNode","features":[476]},{"name":"ResumeClusterNodeEx","features":[476]},{"name":"ResumeClusterNodeEx2","features":[476]},{"name":"RmonArbitrateResource","features":[476]},{"name":"RmonDeadlocked","features":[476]},{"name":"RmonDeletingResource","features":[476]},{"name":"RmonIdle","features":[476]},{"name":"RmonInitializing","features":[476]},{"name":"RmonInitializingResource","features":[476]},{"name":"RmonIsAlivePoll","features":[476]},{"name":"RmonLooksAlivePoll","features":[476]},{"name":"RmonOfflineResource","features":[476]},{"name":"RmonOnlineResource","features":[476]},{"name":"RmonReleaseResource","features":[476]},{"name":"RmonResourceControl","features":[476]},{"name":"RmonResourceTypeControl","features":[476]},{"name":"RmonShutdownResource","features":[476]},{"name":"RmonStartingResource","features":[476]},{"name":"RmonTerminateResource","features":[476]},{"name":"SET_APPINSTANCE_CSV_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[476]},{"name":"SET_APP_INSTANCE_CSV_FLAGS","features":[305,476]},{"name":"SR_DISK_REPLICATION_ELIGIBLE","features":[476]},{"name":"SR_REPLICATED_DISK_TYPE","features":[476]},{"name":"SR_REPLICATED_PARTITION_DISALLOW_MULTINODE_IO","features":[476]},{"name":"SR_RESOURCE_TYPE_ADD_REPLICATION_GROUP","features":[305,476]},{"name":"SR_RESOURCE_TYPE_ADD_REPLICATION_GROUP_RESULT","features":[476]},{"name":"SR_RESOURCE_TYPE_DISK_INFO","features":[476]},{"name":"SR_RESOURCE_TYPE_ELIGIBLE_DISKS_RESULT","features":[476]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_LOGDISKS","features":[305,476]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_SOURCE_DATADISKS","features":[305,476]},{"name":"SR_RESOURCE_TYPE_QUERY_ELIGIBLE_TARGET_DATADISKS","features":[305,476]},{"name":"SR_RESOURCE_TYPE_REPLICATED_DISK","features":[476]},{"name":"SR_RESOURCE_TYPE_REPLICATED_DISKS_RESULT","features":[476]},{"name":"SR_RESOURCE_TYPE_REPLICATED_PARTITION_ARRAY","features":[476]},{"name":"SR_RESOURCE_TYPE_REPLICATED_PARTITION_INFO","features":[476]},{"name":"STARTUP_EX_ROUTINE","features":[476]},{"name":"STARTUP_ROUTINE","features":[476]},{"name":"SetAppInstanceCsvFlags","features":[305,476]},{"name":"SetClusterGroupName","features":[476]},{"name":"SetClusterGroupNameEx","features":[476]},{"name":"SetClusterGroupNodeList","features":[476]},{"name":"SetClusterGroupNodeListEx","features":[476]},{"name":"SetClusterGroupSetDependencyExpression","features":[476]},{"name":"SetClusterGroupSetDependencyExpressionEx","features":[476]},{"name":"SetClusterName","features":[476]},{"name":"SetClusterNameEx","features":[476]},{"name":"SetClusterNetworkName","features":[476]},{"name":"SetClusterNetworkNameEx","features":[476]},{"name":"SetClusterNetworkPriorityOrder","features":[476]},{"name":"SetClusterQuorumResource","features":[476]},{"name":"SetClusterQuorumResourceEx","features":[476]},{"name":"SetClusterResourceDependencyExpression","features":[476]},{"name":"SetClusterResourceName","features":[476]},{"name":"SetClusterResourceNameEx","features":[476]},{"name":"SetClusterServiceAccountPassword","features":[305,476]},{"name":"SetGroupDependencyExpression","features":[476]},{"name":"SetGroupDependencyExpressionEx","features":[476]},{"name":"SharedVolumeStateActive","features":[476]},{"name":"SharedVolumeStateActiveRedirected","features":[476]},{"name":"SharedVolumeStateActiveVolumeRedirected","features":[476]},{"name":"SharedVolumeStatePaused","features":[476]},{"name":"SharedVolumeStateUnavailable","features":[476]},{"name":"SrDiskReplicationEligibleAlreadyInReplication","features":[476]},{"name":"SrDiskReplicationEligibleFileSystemNotSupported","features":[476]},{"name":"SrDiskReplicationEligibleInSameSite","features":[476]},{"name":"SrDiskReplicationEligibleInsufficientFreeSpace","features":[476]},{"name":"SrDiskReplicationEligibleNone","features":[476]},{"name":"SrDiskReplicationEligibleNotGpt","features":[476]},{"name":"SrDiskReplicationEligibleNotInSameSite","features":[476]},{"name":"SrDiskReplicationEligibleOffline","features":[476]},{"name":"SrDiskReplicationEligibleOther","features":[476]},{"name":"SrDiskReplicationEligiblePartitionLayoutMismatch","features":[476]},{"name":"SrDiskReplicationEligibleSameAsSpecifiedDisk","features":[476]},{"name":"SrDiskReplicationEligibleYes","features":[476]},{"name":"SrReplicatedDiskTypeDestination","features":[476]},{"name":"SrReplicatedDiskTypeLogDestination","features":[476]},{"name":"SrReplicatedDiskTypeLogNotInParthership","features":[476]},{"name":"SrReplicatedDiskTypeLogSource","features":[476]},{"name":"SrReplicatedDiskTypeNone","features":[476]},{"name":"SrReplicatedDiskTypeNotInParthership","features":[476]},{"name":"SrReplicatedDiskTypeOther","features":[476]},{"name":"SrReplicatedDiskTypeSource","features":[476]},{"name":"USE_CLIENT_ACCESS_NETWORKS_FOR_CSV","features":[476]},{"name":"VM_RESDLL_CONTEXT","features":[476]},{"name":"VmResdllContextLiveMigration","features":[476]},{"name":"VmResdllContextSave","features":[476]},{"name":"VmResdllContextShutdown","features":[476]},{"name":"VmResdllContextShutdownForce","features":[476]},{"name":"VmResdllContextTurnOff","features":[476]},{"name":"VolumeBackupInProgress","features":[476]},{"name":"VolumeBackupNone","features":[476]},{"name":"VolumeRedirectedIOReasonMax","features":[476]},{"name":"VolumeRedirectedIOReasonNoDiskConnectivity","features":[476]},{"name":"VolumeRedirectedIOReasonStorageSpaceNotAttached","features":[476]},{"name":"VolumeRedirectedIOReasonVolumeReplicationEnabled","features":[476]},{"name":"VolumeStateDismounted","features":[476]},{"name":"VolumeStateInMaintenance","features":[476]},{"name":"VolumeStateNoAccess","features":[476]},{"name":"VolumeStateNoDirectIO","features":[476]},{"name":"VolumeStateNoFaults","features":[476]},{"name":"WS2016_RTM_UPGRADE_VERSION","features":[476]},{"name":"WS2016_TP4_UPGRADE_VERSION","features":[476]},{"name":"WS2016_TP5_UPGRADE_VERSION","features":[476]},{"name":"WitnessTagHelper","features":[476]},{"name":"WitnessTagUpdateHelper","features":[476]},{"name":"eResourceStateChangeReasonFailedMove","features":[476]},{"name":"eResourceStateChangeReasonFailover","features":[476]},{"name":"eResourceStateChangeReasonMove","features":[476]},{"name":"eResourceStateChangeReasonRundown","features":[476]},{"name":"eResourceStateChangeReasonShutdown","features":[476]},{"name":"eResourceStateChangeReasonUnknown","features":[476]}],"479":[{"name":"CacheRangeChunkSize","features":[478]},{"name":"CreateRequestQueueExternalIdProperty","features":[478]},{"name":"CreateRequestQueueMax","features":[478]},{"name":"DelegateRequestDelegateUrlProperty","features":[478]},{"name":"DelegateRequestReservedProperty","features":[478]},{"name":"ExParamTypeErrorHeaders","features":[478]},{"name":"ExParamTypeHttp2SettingsLimits","features":[478]},{"name":"ExParamTypeHttp2Window","features":[478]},{"name":"ExParamTypeHttpPerformance","features":[478]},{"name":"ExParamTypeMax","features":[478]},{"name":"ExParamTypeTlsRestrictions","features":[478]},{"name":"ExParamTypeTlsSessionTicketKeys","features":[478]},{"name":"HTTP2_SETTINGS_LIMITS_PARAM","features":[478]},{"name":"HTTP2_WINDOW_SIZE_PARAM","features":[478]},{"name":"HTTPAPI_VERSION","features":[478]},{"name":"HTTP_503_RESPONSE_VERBOSITY","features":[478]},{"name":"HTTP_AUTHENTICATION_HARDENING_LEVELS","features":[478]},{"name":"HTTP_AUTH_ENABLE_BASIC","features":[478]},{"name":"HTTP_AUTH_ENABLE_DIGEST","features":[478]},{"name":"HTTP_AUTH_ENABLE_KERBEROS","features":[478]},{"name":"HTTP_AUTH_ENABLE_NEGOTIATE","features":[478]},{"name":"HTTP_AUTH_ENABLE_NTLM","features":[478]},{"name":"HTTP_AUTH_EX_FLAG_CAPTURE_CREDENTIAL","features":[478]},{"name":"HTTP_AUTH_EX_FLAG_ENABLE_KERBEROS_CREDENTIAL_CACHING","features":[478]},{"name":"HTTP_AUTH_STATUS","features":[478]},{"name":"HTTP_BANDWIDTH_LIMIT_INFO","features":[478]},{"name":"HTTP_BINDING_INFO","features":[305,478]},{"name":"HTTP_BYTE_RANGE","features":[478]},{"name":"HTTP_CACHE_POLICY","features":[478]},{"name":"HTTP_CACHE_POLICY_TYPE","features":[478]},{"name":"HTTP_CHANNEL_BIND_CLIENT_SERVICE","features":[478]},{"name":"HTTP_CHANNEL_BIND_DOTLESS_SERVICE","features":[478]},{"name":"HTTP_CHANNEL_BIND_INFO","features":[478]},{"name":"HTTP_CHANNEL_BIND_NO_SERVICE_NAME_CHECK","features":[478]},{"name":"HTTP_CHANNEL_BIND_PROXY","features":[478]},{"name":"HTTP_CHANNEL_BIND_PROXY_COHOSTING","features":[478]},{"name":"HTTP_CHANNEL_BIND_SECURE_CHANNEL_TOKEN","features":[478]},{"name":"HTTP_CONNECTION_LIMIT_INFO","features":[478]},{"name":"HTTP_COOKED_URL","features":[478]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_CONTROLLER","features":[478]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_DELEGATION","features":[478]},{"name":"HTTP_CREATE_REQUEST_QUEUE_FLAG_OPEN_EXISTING","features":[478]},{"name":"HTTP_CREATE_REQUEST_QUEUE_PROPERTY_ID","features":[478]},{"name":"HTTP_CREATE_REQUEST_QUEUE_PROPERTY_INFO","features":[478]},{"name":"HTTP_DATA_CHUNK","features":[305,478]},{"name":"HTTP_DATA_CHUNK_TYPE","features":[478]},{"name":"HTTP_DELEGATE_REQUEST_PROPERTY_ID","features":[478]},{"name":"HTTP_DELEGATE_REQUEST_PROPERTY_INFO","features":[478]},{"name":"HTTP_DEMAND_CBT","features":[478]},{"name":"HTTP_ENABLED_STATE","features":[478]},{"name":"HTTP_ERROR_HEADERS_PARAM","features":[478]},{"name":"HTTP_FEATURE_ID","features":[478]},{"name":"HTTP_FLOWRATE_INFO","features":[478]},{"name":"HTTP_FLUSH_RESPONSE_FLAG_RECURSIVE","features":[478]},{"name":"HTTP_HEADER_ID","features":[478]},{"name":"HTTP_INITIALIZE","features":[478]},{"name":"HTTP_INITIALIZE_CONFIG","features":[478]},{"name":"HTTP_INITIALIZE_SERVER","features":[478]},{"name":"HTTP_KNOWN_HEADER","features":[478]},{"name":"HTTP_LISTEN_ENDPOINT_INFO","features":[305,478]},{"name":"HTTP_LOGGING_FLAG_LOCAL_TIME_ROLLOVER","features":[478]},{"name":"HTTP_LOGGING_FLAG_LOG_ERRORS_ONLY","features":[478]},{"name":"HTTP_LOGGING_FLAG_LOG_SUCCESS_ONLY","features":[478]},{"name":"HTTP_LOGGING_FLAG_USE_UTF8_CONVERSION","features":[478]},{"name":"HTTP_LOGGING_INFO","features":[478,309]},{"name":"HTTP_LOGGING_ROLLOVER_TYPE","features":[478]},{"name":"HTTP_LOGGING_TYPE","features":[478]},{"name":"HTTP_LOG_DATA","features":[478]},{"name":"HTTP_LOG_DATA_TYPE","features":[478]},{"name":"HTTP_LOG_FIELDS_DATA","features":[478]},{"name":"HTTP_LOG_FIELD_BYTES_RECV","features":[478]},{"name":"HTTP_LOG_FIELD_BYTES_SENT","features":[478]},{"name":"HTTP_LOG_FIELD_CLIENT_IP","features":[478]},{"name":"HTTP_LOG_FIELD_CLIENT_PORT","features":[478]},{"name":"HTTP_LOG_FIELD_COMPUTER_NAME","features":[478]},{"name":"HTTP_LOG_FIELD_COOKIE","features":[478]},{"name":"HTTP_LOG_FIELD_CORRELATION_ID","features":[478]},{"name":"HTTP_LOG_FIELD_DATE","features":[478]},{"name":"HTTP_LOG_FIELD_FAULT_CODE","features":[478]},{"name":"HTTP_LOG_FIELD_HOST","features":[478]},{"name":"HTTP_LOG_FIELD_METHOD","features":[478]},{"name":"HTTP_LOG_FIELD_QUEUE_NAME","features":[478]},{"name":"HTTP_LOG_FIELD_REASON","features":[478]},{"name":"HTTP_LOG_FIELD_REFERER","features":[478]},{"name":"HTTP_LOG_FIELD_SERVER_IP","features":[478]},{"name":"HTTP_LOG_FIELD_SERVER_PORT","features":[478]},{"name":"HTTP_LOG_FIELD_SITE_ID","features":[478]},{"name":"HTTP_LOG_FIELD_SITE_NAME","features":[478]},{"name":"HTTP_LOG_FIELD_STATUS","features":[478]},{"name":"HTTP_LOG_FIELD_STREAM_ID","features":[478]},{"name":"HTTP_LOG_FIELD_STREAM_ID_EX","features":[478]},{"name":"HTTP_LOG_FIELD_SUB_STATUS","features":[478]},{"name":"HTTP_LOG_FIELD_TIME","features":[478]},{"name":"HTTP_LOG_FIELD_TIME_TAKEN","features":[478]},{"name":"HTTP_LOG_FIELD_TRANSPORT_TYPE","features":[478]},{"name":"HTTP_LOG_FIELD_URI","features":[478]},{"name":"HTTP_LOG_FIELD_URI_QUERY","features":[478]},{"name":"HTTP_LOG_FIELD_URI_STEM","features":[478]},{"name":"HTTP_LOG_FIELD_USER_AGENT","features":[478]},{"name":"HTTP_LOG_FIELD_USER_NAME","features":[478]},{"name":"HTTP_LOG_FIELD_VERSION","features":[478]},{"name":"HTTP_LOG_FIELD_WIN32_STATUS","features":[478]},{"name":"HTTP_MAX_SERVER_QUEUE_LENGTH","features":[478]},{"name":"HTTP_MIN_SERVER_QUEUE_LENGTH","features":[478]},{"name":"HTTP_MULTIPLE_KNOWN_HEADERS","features":[478]},{"name":"HTTP_PERFORMANCE_PARAM","features":[478]},{"name":"HTTP_PERFORMANCE_PARAM_TYPE","features":[478]},{"name":"HTTP_PROPERTY_FLAGS","features":[478]},{"name":"HTTP_PROTECTION_LEVEL_INFO","features":[478]},{"name":"HTTP_PROTECTION_LEVEL_TYPE","features":[478]},{"name":"HTTP_QOS_SETTING_INFO","features":[478]},{"name":"HTTP_QOS_SETTING_TYPE","features":[478]},{"name":"HTTP_QUERY_REQUEST_QUALIFIER_QUIC","features":[478]},{"name":"HTTP_QUERY_REQUEST_QUALIFIER_TCP","features":[478]},{"name":"HTTP_QUIC_API_TIMINGS","features":[478]},{"name":"HTTP_QUIC_CONNECTION_API_TIMINGS","features":[478]},{"name":"HTTP_QUIC_STREAM_API_TIMINGS","features":[478]},{"name":"HTTP_QUIC_STREAM_REQUEST_STATS","features":[478]},{"name":"HTTP_RECEIVE_FULL_CHAIN","features":[478]},{"name":"HTTP_RECEIVE_HTTP_REQUEST_FLAGS","features":[478]},{"name":"HTTP_RECEIVE_REQUEST_ENTITY_BODY_FLAG_FILL_BUFFER","features":[478]},{"name":"HTTP_RECEIVE_REQUEST_FLAG_COPY_BODY","features":[478]},{"name":"HTTP_RECEIVE_REQUEST_FLAG_FLUSH_BODY","features":[478]},{"name":"HTTP_RECEIVE_SECURE_CHANNEL_TOKEN","features":[478]},{"name":"HTTP_REQUEST_AUTH_FLAG_TOKEN_FOR_CACHED_CRED","features":[478]},{"name":"HTTP_REQUEST_AUTH_INFO","features":[305,478]},{"name":"HTTP_REQUEST_AUTH_TYPE","features":[478]},{"name":"HTTP_REQUEST_CHANNEL_BIND_STATUS","features":[478]},{"name":"HTTP_REQUEST_FLAG_HTTP2","features":[478]},{"name":"HTTP_REQUEST_FLAG_HTTP3","features":[478]},{"name":"HTTP_REQUEST_FLAG_IP_ROUTED","features":[478]},{"name":"HTTP_REQUEST_FLAG_MORE_ENTITY_BODY_EXISTS","features":[478]},{"name":"HTTP_REQUEST_HEADERS","features":[478]},{"name":"HTTP_REQUEST_INFO","features":[478]},{"name":"HTTP_REQUEST_INFO_TYPE","features":[478]},{"name":"HTTP_REQUEST_PROPERTY","features":[478]},{"name":"HTTP_REQUEST_PROPERTY_SNI","features":[478]},{"name":"HTTP_REQUEST_PROPERTY_SNI_FLAG_NO_SNI","features":[478]},{"name":"HTTP_REQUEST_PROPERTY_SNI_FLAG_SNI_USED","features":[478]},{"name":"HTTP_REQUEST_PROPERTY_SNI_HOST_MAX_LENGTH","features":[478]},{"name":"HTTP_REQUEST_PROPERTY_STREAM_ERROR","features":[478]},{"name":"HTTP_REQUEST_SIZING_INFO","features":[478]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_FIRST_REQUEST","features":[478]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TCP_FAST_OPEN","features":[478]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TLS_FALSE_START","features":[478]},{"name":"HTTP_REQUEST_SIZING_INFO_FLAG_TLS_SESSION_RESUMPTION","features":[478]},{"name":"HTTP_REQUEST_SIZING_TYPE","features":[478]},{"name":"HTTP_REQUEST_TIMING_INFO","features":[478]},{"name":"HTTP_REQUEST_TIMING_TYPE","features":[478]},{"name":"HTTP_REQUEST_TOKEN_BINDING_INFO","features":[478]},{"name":"HTTP_REQUEST_V1","features":[305,478,319]},{"name":"HTTP_REQUEST_V2","features":[305,478,319]},{"name":"HTTP_RESPONSE_FLAG_MORE_ENTITY_BODY_EXISTS","features":[478]},{"name":"HTTP_RESPONSE_FLAG_MULTIPLE_ENCODINGS_AVAILABLE","features":[478]},{"name":"HTTP_RESPONSE_HEADERS","features":[478]},{"name":"HTTP_RESPONSE_INFO","features":[478]},{"name":"HTTP_RESPONSE_INFO_FLAGS_PRESERVE_ORDER","features":[478]},{"name":"HTTP_RESPONSE_INFO_TYPE","features":[478]},{"name":"HTTP_RESPONSE_V1","features":[305,478]},{"name":"HTTP_RESPONSE_V2","features":[305,478]},{"name":"HTTP_SCHEME","features":[478]},{"name":"HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA","features":[478]},{"name":"HTTP_SEND_RESPONSE_FLAG_DISCONNECT","features":[478]},{"name":"HTTP_SEND_RESPONSE_FLAG_ENABLE_NAGLING","features":[478]},{"name":"HTTP_SEND_RESPONSE_FLAG_GOAWAY","features":[478]},{"name":"HTTP_SEND_RESPONSE_FLAG_MORE_DATA","features":[478]},{"name":"HTTP_SEND_RESPONSE_FLAG_OPAQUE","features":[478]},{"name":"HTTP_SEND_RESPONSE_FLAG_PROCESS_RANGES","features":[478]},{"name":"HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS","features":[478]},{"name":"HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS","features":[478]},{"name":"HTTP_SERVER_AUTHENTICATION_INFO","features":[305,478]},{"name":"HTTP_SERVER_PROPERTY","features":[478]},{"name":"HTTP_SERVICE_BINDING_A","features":[478]},{"name":"HTTP_SERVICE_BINDING_BASE","features":[478]},{"name":"HTTP_SERVICE_BINDING_TYPE","features":[478]},{"name":"HTTP_SERVICE_BINDING_W","features":[478]},{"name":"HTTP_SERVICE_CONFIG_CACHE_KEY","features":[478]},{"name":"HTTP_SERVICE_CONFIG_CACHE_SET","features":[478]},{"name":"HTTP_SERVICE_CONFIG_ID","features":[478]},{"name":"HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_QUERY_TYPE","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SETTING_KEY","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SETTING_SET","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_KEY","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_QUERY","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_QUERY_EX","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_SET","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_CCS_SET_EX","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_HTTP2","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_LEGACY_TLS","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_OCSP_STAPLING","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_QUIC","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_SESSION_ID","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_TLS12","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_DISABLE_TLS13","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_CLIENT_CORRELATION","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_SESSION_TICKET","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_ENABLE_TOKEN_BINDING","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_LOG_EXTENDED_EVENTS","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_NEGOTIATE_CLIENT_CERT","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_NO_RAW_FILTER","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_REJECT","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_FLAG_USE_DS_MAPPER","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_KEY","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_KEY_EX","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_PARAM","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_PARAM_EX","features":[478]},{"name":"HTTP_SERVICE_CONFIG_SSL_QUERY","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_QUERY_EX","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_SET","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_SET_EX","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_KEY","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_QUERY","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_QUERY_EX","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_SET","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_SSL_SNI_SET_EX","features":[478,319]},{"name":"HTTP_SERVICE_CONFIG_TIMEOUT_KEY","features":[478]},{"name":"HTTP_SERVICE_CONFIG_TIMEOUT_SET","features":[478]},{"name":"HTTP_SERVICE_CONFIG_URLACL_KEY","features":[478]},{"name":"HTTP_SERVICE_CONFIG_URLACL_PARAM","features":[478]},{"name":"HTTP_SERVICE_CONFIG_URLACL_QUERY","features":[478]},{"name":"HTTP_SERVICE_CONFIG_URLACL_SET","features":[478]},{"name":"HTTP_SSL_CLIENT_CERT_INFO","features":[305,478]},{"name":"HTTP_SSL_INFO","features":[305,478]},{"name":"HTTP_SSL_PROTOCOL_INFO","features":[478]},{"name":"HTTP_SSL_SERVICE_CONFIG_EX_PARAM_TYPE","features":[478]},{"name":"HTTP_STATE_INFO","features":[478]},{"name":"HTTP_TIMEOUT_LIMIT_INFO","features":[478]},{"name":"HTTP_TLS_RESTRICTIONS_PARAM","features":[478]},{"name":"HTTP_TLS_SESSION_TICKET_KEYS_PARAM","features":[478]},{"name":"HTTP_TRANSPORT_ADDRESS","features":[478,319]},{"name":"HTTP_UNKNOWN_HEADER","features":[478]},{"name":"HTTP_URL_FLAG_REMOVE_ALL","features":[478]},{"name":"HTTP_VERB","features":[478]},{"name":"HTTP_VERSION","features":[478]},{"name":"HTTP_VERSION","features":[478]},{"name":"HTTP_WSK_API_TIMINGS","features":[478]},{"name":"HeaderWaitTimeout","features":[478]},{"name":"Http503ResponseVerbosityBasic","features":[478]},{"name":"Http503ResponseVerbosityFull","features":[478]},{"name":"Http503ResponseVerbosityLimited","features":[478]},{"name":"HttpAddFragmentToCache","features":[305,478,311]},{"name":"HttpAddUrl","features":[305,478]},{"name":"HttpAddUrlToUrlGroup","features":[478]},{"name":"HttpAuthStatusFailure","features":[478]},{"name":"HttpAuthStatusNotAuthenticated","features":[478]},{"name":"HttpAuthStatusSuccess","features":[478]},{"name":"HttpAuthenticationHardeningLegacy","features":[478]},{"name":"HttpAuthenticationHardeningMedium","features":[478]},{"name":"HttpAuthenticationHardeningStrict","features":[478]},{"name":"HttpCachePolicyMaximum","features":[478]},{"name":"HttpCachePolicyNocache","features":[478]},{"name":"HttpCachePolicyTimeToLive","features":[478]},{"name":"HttpCachePolicyUserInvalidates","features":[478]},{"name":"HttpCancelHttpRequest","features":[305,478,311]},{"name":"HttpCloseRequestQueue","features":[305,478]},{"name":"HttpCloseServerSession","features":[478]},{"name":"HttpCloseUrlGroup","features":[478]},{"name":"HttpCreateHttpHandle","features":[305,478]},{"name":"HttpCreateRequestQueue","features":[305,478,309]},{"name":"HttpCreateServerSession","features":[478]},{"name":"HttpCreateUrlGroup","features":[478]},{"name":"HttpDataChunkFromFileHandle","features":[478]},{"name":"HttpDataChunkFromFragmentCache","features":[478]},{"name":"HttpDataChunkFromFragmentCacheEx","features":[478]},{"name":"HttpDataChunkFromMemory","features":[478]},{"name":"HttpDataChunkMaximum","features":[478]},{"name":"HttpDataChunkTrailers","features":[478]},{"name":"HttpDeclarePush","features":[305,478]},{"name":"HttpDelegateRequestEx","features":[305,478]},{"name":"HttpDeleteServiceConfiguration","features":[305,478,311]},{"name":"HttpEnabledStateActive","features":[478]},{"name":"HttpEnabledStateInactive","features":[478]},{"name":"HttpFeatureApiTimings","features":[478]},{"name":"HttpFeatureDelegateEx","features":[478]},{"name":"HttpFeatureHttp3","features":[478]},{"name":"HttpFeatureLast","features":[478]},{"name":"HttpFeatureResponseTrailers","features":[478]},{"name":"HttpFeatureUnknown","features":[478]},{"name":"HttpFeaturemax","features":[478]},{"name":"HttpFindUrlGroupId","features":[305,478]},{"name":"HttpFlushResponseCache","features":[305,478,311]},{"name":"HttpGetExtension","features":[478]},{"name":"HttpHeaderAccept","features":[478]},{"name":"HttpHeaderAcceptCharset","features":[478]},{"name":"HttpHeaderAcceptEncoding","features":[478]},{"name":"HttpHeaderAcceptLanguage","features":[478]},{"name":"HttpHeaderAcceptRanges","features":[478]},{"name":"HttpHeaderAge","features":[478]},{"name":"HttpHeaderAllow","features":[478]},{"name":"HttpHeaderAuthorization","features":[478]},{"name":"HttpHeaderCacheControl","features":[478]},{"name":"HttpHeaderConnection","features":[478]},{"name":"HttpHeaderContentEncoding","features":[478]},{"name":"HttpHeaderContentLanguage","features":[478]},{"name":"HttpHeaderContentLength","features":[478]},{"name":"HttpHeaderContentLocation","features":[478]},{"name":"HttpHeaderContentMd5","features":[478]},{"name":"HttpHeaderContentRange","features":[478]},{"name":"HttpHeaderContentType","features":[478]},{"name":"HttpHeaderCookie","features":[478]},{"name":"HttpHeaderDate","features":[478]},{"name":"HttpHeaderEtag","features":[478]},{"name":"HttpHeaderExpect","features":[478]},{"name":"HttpHeaderExpires","features":[478]},{"name":"HttpHeaderFrom","features":[478]},{"name":"HttpHeaderHost","features":[478]},{"name":"HttpHeaderIfMatch","features":[478]},{"name":"HttpHeaderIfModifiedSince","features":[478]},{"name":"HttpHeaderIfNoneMatch","features":[478]},{"name":"HttpHeaderIfRange","features":[478]},{"name":"HttpHeaderIfUnmodifiedSince","features":[478]},{"name":"HttpHeaderKeepAlive","features":[478]},{"name":"HttpHeaderLastModified","features":[478]},{"name":"HttpHeaderLocation","features":[478]},{"name":"HttpHeaderMaxForwards","features":[478]},{"name":"HttpHeaderMaximum","features":[478]},{"name":"HttpHeaderPragma","features":[478]},{"name":"HttpHeaderProxyAuthenticate","features":[478]},{"name":"HttpHeaderProxyAuthorization","features":[478]},{"name":"HttpHeaderRange","features":[478]},{"name":"HttpHeaderReferer","features":[478]},{"name":"HttpHeaderRequestMaximum","features":[478]},{"name":"HttpHeaderResponseMaximum","features":[478]},{"name":"HttpHeaderRetryAfter","features":[478]},{"name":"HttpHeaderServer","features":[478]},{"name":"HttpHeaderSetCookie","features":[478]},{"name":"HttpHeaderTe","features":[478]},{"name":"HttpHeaderTrailer","features":[478]},{"name":"HttpHeaderTransferEncoding","features":[478]},{"name":"HttpHeaderTranslate","features":[478]},{"name":"HttpHeaderUpgrade","features":[478]},{"name":"HttpHeaderUserAgent","features":[478]},{"name":"HttpHeaderVary","features":[478]},{"name":"HttpHeaderVia","features":[478]},{"name":"HttpHeaderWarning","features":[478]},{"name":"HttpHeaderWwwAuthenticate","features":[478]},{"name":"HttpInitialize","features":[478]},{"name":"HttpIsFeatureSupported","features":[305,478]},{"name":"HttpLogDataTypeFields","features":[478]},{"name":"HttpLoggingRolloverDaily","features":[478]},{"name":"HttpLoggingRolloverHourly","features":[478]},{"name":"HttpLoggingRolloverMonthly","features":[478]},{"name":"HttpLoggingRolloverSize","features":[478]},{"name":"HttpLoggingRolloverWeekly","features":[478]},{"name":"HttpLoggingTypeIIS","features":[478]},{"name":"HttpLoggingTypeNCSA","features":[478]},{"name":"HttpLoggingTypeRaw","features":[478]},{"name":"HttpLoggingTypeW3C","features":[478]},{"name":"HttpNone","features":[478]},{"name":"HttpPrepareUrl","features":[478]},{"name":"HttpProtectionLevelEdgeRestricted","features":[478]},{"name":"HttpProtectionLevelRestricted","features":[478]},{"name":"HttpProtectionLevelUnrestricted","features":[478]},{"name":"HttpQosSettingTypeBandwidth","features":[478]},{"name":"HttpQosSettingTypeConnectionLimit","features":[478]},{"name":"HttpQosSettingTypeFlowRate","features":[478]},{"name":"HttpQueryRequestQueueProperty","features":[305,478]},{"name":"HttpQueryServerSessionProperty","features":[478]},{"name":"HttpQueryServiceConfiguration","features":[305,478,311]},{"name":"HttpQueryUrlGroupProperty","features":[478]},{"name":"HttpReadFragmentFromCache","features":[305,478,311]},{"name":"HttpReceiveClientCertificate","features":[305,478,311]},{"name":"HttpReceiveHttpRequest","features":[305,478,319,311]},{"name":"HttpReceiveRequestEntityBody","features":[305,478,311]},{"name":"HttpRemoveUrl","features":[305,478]},{"name":"HttpRemoveUrlFromUrlGroup","features":[478]},{"name":"HttpRequestAuthTypeBasic","features":[478]},{"name":"HttpRequestAuthTypeDigest","features":[478]},{"name":"HttpRequestAuthTypeKerberos","features":[478]},{"name":"HttpRequestAuthTypeNTLM","features":[478]},{"name":"HttpRequestAuthTypeNegotiate","features":[478]},{"name":"HttpRequestAuthTypeNone","features":[478]},{"name":"HttpRequestInfoTypeAuth","features":[478]},{"name":"HttpRequestInfoTypeChannelBind","features":[478]},{"name":"HttpRequestInfoTypeQuicStats","features":[478]},{"name":"HttpRequestInfoTypeRequestSizing","features":[478]},{"name":"HttpRequestInfoTypeRequestTiming","features":[478]},{"name":"HttpRequestInfoTypeSslProtocol","features":[478]},{"name":"HttpRequestInfoTypeSslTokenBinding","features":[478]},{"name":"HttpRequestInfoTypeSslTokenBindingDraft","features":[478]},{"name":"HttpRequestInfoTypeTcpInfoV0","features":[478]},{"name":"HttpRequestInfoTypeTcpInfoV1","features":[478]},{"name":"HttpRequestPropertyIsb","features":[478]},{"name":"HttpRequestPropertyQuicApiTimings","features":[478]},{"name":"HttpRequestPropertyQuicStats","features":[478]},{"name":"HttpRequestPropertySni","features":[478]},{"name":"HttpRequestPropertyStreamError","features":[478]},{"name":"HttpRequestPropertyTcpInfoV0","features":[478]},{"name":"HttpRequestPropertyTcpInfoV1","features":[478]},{"name":"HttpRequestPropertyWskApiTimings","features":[478]},{"name":"HttpRequestSizingTypeHeaders","features":[478]},{"name":"HttpRequestSizingTypeMax","features":[478]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg1ClientData","features":[478]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg1ServerData","features":[478]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg2ClientData","features":[478]},{"name":"HttpRequestSizingTypeTlsHandshakeLeg2ServerData","features":[478]},{"name":"HttpRequestTimingTypeConnectionStart","features":[478]},{"name":"HttpRequestTimingTypeDataStart","features":[478]},{"name":"HttpRequestTimingTypeHttp2HeaderDecodeEnd","features":[478]},{"name":"HttpRequestTimingTypeHttp2HeaderDecodeStart","features":[478]},{"name":"HttpRequestTimingTypeHttp2StreamStart","features":[478]},{"name":"HttpRequestTimingTypeHttp3HeaderDecodeEnd","features":[478]},{"name":"HttpRequestTimingTypeHttp3HeaderDecodeStart","features":[478]},{"name":"HttpRequestTimingTypeHttp3StreamStart","features":[478]},{"name":"HttpRequestTimingTypeMax","features":[478]},{"name":"HttpRequestTimingTypeRequestDeliveredForDelegation","features":[478]},{"name":"HttpRequestTimingTypeRequestDeliveredForIO","features":[478]},{"name":"HttpRequestTimingTypeRequestDeliveredForInspection","features":[478]},{"name":"HttpRequestTimingTypeRequestHeaderParseEnd","features":[478]},{"name":"HttpRequestTimingTypeRequestHeaderParseStart","features":[478]},{"name":"HttpRequestTimingTypeRequestQueuedForDelegation","features":[478]},{"name":"HttpRequestTimingTypeRequestQueuedForIO","features":[478]},{"name":"HttpRequestTimingTypeRequestQueuedForInspection","features":[478]},{"name":"HttpRequestTimingTypeRequestReturnedAfterDelegation","features":[478]},{"name":"HttpRequestTimingTypeRequestReturnedAfterInspection","features":[478]},{"name":"HttpRequestTimingTypeRequestRoutingEnd","features":[478]},{"name":"HttpRequestTimingTypeRequestRoutingStart","features":[478]},{"name":"HttpRequestTimingTypeTlsAttributesQueryEnd","features":[478]},{"name":"HttpRequestTimingTypeTlsAttributesQueryStart","features":[478]},{"name":"HttpRequestTimingTypeTlsCertificateLoadEnd","features":[478]},{"name":"HttpRequestTimingTypeTlsCertificateLoadStart","features":[478]},{"name":"HttpRequestTimingTypeTlsClientCertQueryEnd","features":[478]},{"name":"HttpRequestTimingTypeTlsClientCertQueryStart","features":[478]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg1End","features":[478]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg1Start","features":[478]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg2End","features":[478]},{"name":"HttpRequestTimingTypeTlsHandshakeLeg2Start","features":[478]},{"name":"HttpResponseInfoTypeAuthenticationProperty","features":[478]},{"name":"HttpResponseInfoTypeChannelBind","features":[478]},{"name":"HttpResponseInfoTypeMultipleKnownHeaders","features":[478]},{"name":"HttpResponseInfoTypeQoSProperty","features":[478]},{"name":"HttpSchemeHttp","features":[478]},{"name":"HttpSchemeHttps","features":[478]},{"name":"HttpSchemeMaximum","features":[478]},{"name":"HttpSendHttpResponse","features":[305,478,311]},{"name":"HttpSendResponseEntityBody","features":[305,478,311]},{"name":"HttpServer503VerbosityProperty","features":[478]},{"name":"HttpServerAuthenticationProperty","features":[478]},{"name":"HttpServerBindingProperty","features":[478]},{"name":"HttpServerChannelBindProperty","features":[478]},{"name":"HttpServerDelegationProperty","features":[478]},{"name":"HttpServerExtendedAuthenticationProperty","features":[478]},{"name":"HttpServerListenEndpointProperty","features":[478]},{"name":"HttpServerLoggingProperty","features":[478]},{"name":"HttpServerProtectionLevelProperty","features":[478]},{"name":"HttpServerQosProperty","features":[478]},{"name":"HttpServerQueueLengthProperty","features":[478]},{"name":"HttpServerStateProperty","features":[478]},{"name":"HttpServerTimeoutsProperty","features":[478]},{"name":"HttpServiceBindingTypeA","features":[478]},{"name":"HttpServiceBindingTypeNone","features":[478]},{"name":"HttpServiceBindingTypeW","features":[478]},{"name":"HttpServiceConfigCache","features":[478]},{"name":"HttpServiceConfigIPListenList","features":[478]},{"name":"HttpServiceConfigMax","features":[478]},{"name":"HttpServiceConfigQueryExact","features":[478]},{"name":"HttpServiceConfigQueryMax","features":[478]},{"name":"HttpServiceConfigQueryNext","features":[478]},{"name":"HttpServiceConfigSSLCertInfo","features":[478]},{"name":"HttpServiceConfigSetting","features":[478]},{"name":"HttpServiceConfigSslCcsCertInfo","features":[478]},{"name":"HttpServiceConfigSslCcsCertInfoEx","features":[478]},{"name":"HttpServiceConfigSslCertInfoEx","features":[478]},{"name":"HttpServiceConfigSslScopedCcsCertInfo","features":[478]},{"name":"HttpServiceConfigSslScopedCcsCertInfoEx","features":[478]},{"name":"HttpServiceConfigSslSniCertInfo","features":[478]},{"name":"HttpServiceConfigSslSniCertInfoEx","features":[478]},{"name":"HttpServiceConfigTimeout","features":[478]},{"name":"HttpServiceConfigUrlAclInfo","features":[478]},{"name":"HttpSetRequestProperty","features":[305,478,311]},{"name":"HttpSetRequestQueueProperty","features":[305,478]},{"name":"HttpSetServerSessionProperty","features":[478]},{"name":"HttpSetServiceConfiguration","features":[305,478,311]},{"name":"HttpSetUrlGroupProperty","features":[478]},{"name":"HttpShutdownRequestQueue","features":[305,478]},{"name":"HttpTerminate","features":[478]},{"name":"HttpTlsThrottle","features":[478]},{"name":"HttpUpdateServiceConfiguration","features":[305,478,311]},{"name":"HttpVerbCONNECT","features":[478]},{"name":"HttpVerbCOPY","features":[478]},{"name":"HttpVerbDELETE","features":[478]},{"name":"HttpVerbGET","features":[478]},{"name":"HttpVerbHEAD","features":[478]},{"name":"HttpVerbInvalid","features":[478]},{"name":"HttpVerbLOCK","features":[478]},{"name":"HttpVerbMKCOL","features":[478]},{"name":"HttpVerbMOVE","features":[478]},{"name":"HttpVerbMaximum","features":[478]},{"name":"HttpVerbOPTIONS","features":[478]},{"name":"HttpVerbPOST","features":[478]},{"name":"HttpVerbPROPFIND","features":[478]},{"name":"HttpVerbPROPPATCH","features":[478]},{"name":"HttpVerbPUT","features":[478]},{"name":"HttpVerbSEARCH","features":[478]},{"name":"HttpVerbTRACE","features":[478]},{"name":"HttpVerbTRACK","features":[478]},{"name":"HttpVerbUNLOCK","features":[478]},{"name":"HttpVerbUnknown","features":[478]},{"name":"HttpVerbUnparsed","features":[478]},{"name":"HttpWaitForDemandStart","features":[305,478,311]},{"name":"HttpWaitForDisconnect","features":[305,478,311]},{"name":"HttpWaitForDisconnectEx","features":[305,478,311]},{"name":"IdleConnectionTimeout","features":[478]},{"name":"MaxCacheResponseSize","features":[478]},{"name":"PerformanceParamAggressiveICW","features":[478]},{"name":"PerformanceParamDecryptOnSspiThread","features":[478]},{"name":"PerformanceParamMax","features":[478]},{"name":"PerformanceParamMaxConcurrentClientStreams","features":[478]},{"name":"PerformanceParamMaxReceiveBufferSize","features":[478]},{"name":"PerformanceParamMaxSendBufferSize","features":[478]},{"name":"PerformanceParamSendBufferingFlags","features":[478]}],"480":[{"name":"BerElement","features":[479]},{"name":"DBGPRINT","features":[479]},{"name":"DEREFERENCECONNECTION","features":[479]},{"name":"LAPI_MAJOR_VER1","features":[479]},{"name":"LAPI_MINOR_VER1","features":[479]},{"name":"LBER_DEFAULT","features":[479]},{"name":"LBER_ERROR","features":[479]},{"name":"LBER_TRANSLATE_STRINGS","features":[479]},{"name":"LBER_USE_DER","features":[479]},{"name":"LBER_USE_INDEFINITE_LEN","features":[479]},{"name":"LDAP","features":[479]},{"name":"LDAPAPIFeatureInfoA","features":[479]},{"name":"LDAPAPIFeatureInfoW","features":[479]},{"name":"LDAPAPIInfoA","features":[479]},{"name":"LDAPAPIInfoW","features":[479]},{"name":"LDAPControlA","features":[305,479]},{"name":"LDAPControlW","features":[305,479]},{"name":"LDAPMessage","features":[305,479]},{"name":"LDAPModA","features":[479]},{"name":"LDAPModW","features":[479]},{"name":"LDAPSortKeyA","features":[305,479]},{"name":"LDAPSortKeyW","features":[305,479]},{"name":"LDAPVLVInfo","features":[479]},{"name":"LDAP_ABANDON_CMD","features":[479]},{"name":"LDAP_ADD_CMD","features":[479]},{"name":"LDAP_ADMIN_LIMIT_EXCEEDED","features":[479]},{"name":"LDAP_AFFECTS_MULTIPLE_DSAS","features":[479]},{"name":"LDAP_ALIAS_DEREF_PROBLEM","features":[479]},{"name":"LDAP_ALIAS_PROBLEM","features":[479]},{"name":"LDAP_ALREADY_EXISTS","features":[479]},{"name":"LDAP_API_FEATURE_VIRTUAL_LIST_VIEW","features":[479]},{"name":"LDAP_API_INFO_VERSION","features":[479]},{"name":"LDAP_API_VERSION","features":[479]},{"name":"LDAP_ATTRIBUTE_OR_VALUE_EXISTS","features":[479]},{"name":"LDAP_AUTH_METHOD_NOT_SUPPORTED","features":[479]},{"name":"LDAP_AUTH_OTHERKIND","features":[479]},{"name":"LDAP_AUTH_SASL","features":[479]},{"name":"LDAP_AUTH_SIMPLE","features":[479]},{"name":"LDAP_AUTH_UNKNOWN","features":[479]},{"name":"LDAP_BERVAL","features":[479]},{"name":"LDAP_BIND_CMD","features":[479]},{"name":"LDAP_BUSY","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_ADAM_OID","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_ADAM_OID_W","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_LDAP_INTEG_OID","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_LDAP_INTEG_OID_W","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_OID","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_OID_W","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_PARTIAL_SECRETS_OID","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_PARTIAL_SECRETS_OID_W","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V51_OID","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V51_OID_W","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V60_OID","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V60_OID_W","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_OID","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_OID_W","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_R2_OID","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_V61_R2_OID_W","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_W8_OID","features":[479]},{"name":"LDAP_CAP_ACTIVE_DIRECTORY_W8_OID_W","features":[479]},{"name":"LDAP_CHASE_EXTERNAL_REFERRALS","features":[479]},{"name":"LDAP_CHASE_SUBORDINATE_REFERRALS","features":[479]},{"name":"LDAP_CLIENT_LOOP","features":[479]},{"name":"LDAP_COMPARE_CMD","features":[479]},{"name":"LDAP_COMPARE_FALSE","features":[479]},{"name":"LDAP_COMPARE_TRUE","features":[479]},{"name":"LDAP_CONFIDENTIALITY_REQUIRED","features":[479]},{"name":"LDAP_CONNECT_ERROR","features":[479]},{"name":"LDAP_CONSTRAINT_VIOLATION","features":[479]},{"name":"LDAP_CONTROL_NOT_FOUND","features":[479]},{"name":"LDAP_CONTROL_REFERRALS","features":[479]},{"name":"LDAP_CONTROL_REFERRALS_W","features":[479]},{"name":"LDAP_CONTROL_VLVREQUEST","features":[479]},{"name":"LDAP_CONTROL_VLVREQUEST_W","features":[479]},{"name":"LDAP_CONTROL_VLVRESPONSE","features":[479]},{"name":"LDAP_CONTROL_VLVRESPONSE_W","features":[479]},{"name":"LDAP_DECODING_ERROR","features":[479]},{"name":"LDAP_DELETE_CMD","features":[479]},{"name":"LDAP_DEREF_ALWAYS","features":[479]},{"name":"LDAP_DEREF_FINDING","features":[479]},{"name":"LDAP_DEREF_NEVER","features":[479]},{"name":"LDAP_DEREF_SEARCHING","features":[479]},{"name":"LDAP_DIRSYNC_ANCESTORS_FIRST_ORDER","features":[479]},{"name":"LDAP_DIRSYNC_INCREMENTAL_VALUES","features":[479]},{"name":"LDAP_DIRSYNC_OBJECT_SECURITY","features":[479]},{"name":"LDAP_DIRSYNC_PUBLIC_DATA_ONLY","features":[479]},{"name":"LDAP_DIRSYNC_ROPAS_DATA_ONLY","features":[479]},{"name":"LDAP_ENCODING_ERROR","features":[479]},{"name":"LDAP_EXTENDED_CMD","features":[479]},{"name":"LDAP_FEATURE_INFO_VERSION","features":[479]},{"name":"LDAP_FILTER_AND","features":[479]},{"name":"LDAP_FILTER_APPROX","features":[479]},{"name":"LDAP_FILTER_EQUALITY","features":[479]},{"name":"LDAP_FILTER_ERROR","features":[479]},{"name":"LDAP_FILTER_EXTENSIBLE","features":[479]},{"name":"LDAP_FILTER_GE","features":[479]},{"name":"LDAP_FILTER_LE","features":[479]},{"name":"LDAP_FILTER_NOT","features":[479]},{"name":"LDAP_FILTER_OR","features":[479]},{"name":"LDAP_FILTER_PRESENT","features":[479]},{"name":"LDAP_FILTER_SUBSTRINGS","features":[479]},{"name":"LDAP_GC_PORT","features":[479]},{"name":"LDAP_INAPPROPRIATE_AUTH","features":[479]},{"name":"LDAP_INAPPROPRIATE_MATCHING","features":[479]},{"name":"LDAP_INSUFFICIENT_RIGHTS","features":[479]},{"name":"LDAP_INVALID_CMD","features":[479]},{"name":"LDAP_INVALID_CREDENTIALS","features":[479]},{"name":"LDAP_INVALID_DN_SYNTAX","features":[479]},{"name":"LDAP_INVALID_RES","features":[479]},{"name":"LDAP_INVALID_SYNTAX","features":[479]},{"name":"LDAP_IS_LEAF","features":[479]},{"name":"LDAP_LOCAL_ERROR","features":[479]},{"name":"LDAP_LOOP_DETECT","features":[479]},{"name":"LDAP_MATCHING_RULE_BIT_AND","features":[479]},{"name":"LDAP_MATCHING_RULE_BIT_AND_W","features":[479]},{"name":"LDAP_MATCHING_RULE_BIT_OR","features":[479]},{"name":"LDAP_MATCHING_RULE_BIT_OR_W","features":[479]},{"name":"LDAP_MATCHING_RULE_DN_BINARY_COMPLEX","features":[479]},{"name":"LDAP_MATCHING_RULE_DN_BINARY_COMPLEX_W","features":[479]},{"name":"LDAP_MATCHING_RULE_TRANSITIVE_EVALUATION","features":[479]},{"name":"LDAP_MATCHING_RULE_TRANSITIVE_EVALUATION_W","features":[479]},{"name":"LDAP_MODIFY_CMD","features":[479]},{"name":"LDAP_MODRDN_CMD","features":[479]},{"name":"LDAP_MOD_ADD","features":[479]},{"name":"LDAP_MOD_BVALUES","features":[479]},{"name":"LDAP_MOD_DELETE","features":[479]},{"name":"LDAP_MOD_REPLACE","features":[479]},{"name":"LDAP_MORE_RESULTS_TO_RETURN","features":[479]},{"name":"LDAP_MSG_ALL","features":[479]},{"name":"LDAP_MSG_ONE","features":[479]},{"name":"LDAP_MSG_RECEIVED","features":[479]},{"name":"LDAP_NAMING_VIOLATION","features":[479]},{"name":"LDAP_NOT_ALLOWED_ON_NONLEAF","features":[479]},{"name":"LDAP_NOT_ALLOWED_ON_RDN","features":[479]},{"name":"LDAP_NOT_SUPPORTED","features":[479]},{"name":"LDAP_NO_LIMIT","features":[479]},{"name":"LDAP_NO_MEMORY","features":[479]},{"name":"LDAP_NO_OBJECT_CLASS_MODS","features":[479]},{"name":"LDAP_NO_RESULTS_RETURNED","features":[479]},{"name":"LDAP_NO_SUCH_ATTRIBUTE","features":[479]},{"name":"LDAP_NO_SUCH_OBJECT","features":[479]},{"name":"LDAP_OBJECT_CLASS_VIOLATION","features":[479]},{"name":"LDAP_OFFSET_RANGE_ERROR","features":[479]},{"name":"LDAP_OPATT_ABANDON_REPL","features":[479]},{"name":"LDAP_OPATT_ABANDON_REPL_W","features":[479]},{"name":"LDAP_OPATT_BECOME_DOM_MASTER","features":[479]},{"name":"LDAP_OPATT_BECOME_DOM_MASTER_W","features":[479]},{"name":"LDAP_OPATT_BECOME_PDC","features":[479]},{"name":"LDAP_OPATT_BECOME_PDC_W","features":[479]},{"name":"LDAP_OPATT_BECOME_RID_MASTER","features":[479]},{"name":"LDAP_OPATT_BECOME_RID_MASTER_W","features":[479]},{"name":"LDAP_OPATT_BECOME_SCHEMA_MASTER","features":[479]},{"name":"LDAP_OPATT_BECOME_SCHEMA_MASTER_W","features":[479]},{"name":"LDAP_OPATT_CONFIG_NAMING_CONTEXT","features":[479]},{"name":"LDAP_OPATT_CONFIG_NAMING_CONTEXT_W","features":[479]},{"name":"LDAP_OPATT_CURRENT_TIME","features":[479]},{"name":"LDAP_OPATT_CURRENT_TIME_W","features":[479]},{"name":"LDAP_OPATT_DEFAULT_NAMING_CONTEXT","features":[479]},{"name":"LDAP_OPATT_DEFAULT_NAMING_CONTEXT_W","features":[479]},{"name":"LDAP_OPATT_DNS_HOST_NAME","features":[479]},{"name":"LDAP_OPATT_DNS_HOST_NAME_W","features":[479]},{"name":"LDAP_OPATT_DO_GARBAGE_COLLECTION","features":[479]},{"name":"LDAP_OPATT_DO_GARBAGE_COLLECTION_W","features":[479]},{"name":"LDAP_OPATT_DS_SERVICE_NAME","features":[479]},{"name":"LDAP_OPATT_DS_SERVICE_NAME_W","features":[479]},{"name":"LDAP_OPATT_FIXUP_INHERITANCE","features":[479]},{"name":"LDAP_OPATT_FIXUP_INHERITANCE_W","features":[479]},{"name":"LDAP_OPATT_HIGHEST_COMMITTED_USN","features":[479]},{"name":"LDAP_OPATT_HIGHEST_COMMITTED_USN_W","features":[479]},{"name":"LDAP_OPATT_INVALIDATE_RID_POOL","features":[479]},{"name":"LDAP_OPATT_INVALIDATE_RID_POOL_W","features":[479]},{"name":"LDAP_OPATT_LDAP_SERVICE_NAME","features":[479]},{"name":"LDAP_OPATT_LDAP_SERVICE_NAME_W","features":[479]},{"name":"LDAP_OPATT_NAMING_CONTEXTS","features":[479]},{"name":"LDAP_OPATT_NAMING_CONTEXTS_W","features":[479]},{"name":"LDAP_OPATT_RECALC_HIERARCHY","features":[479]},{"name":"LDAP_OPATT_RECALC_HIERARCHY_W","features":[479]},{"name":"LDAP_OPATT_ROOT_DOMAIN_NAMING_CONTEXT","features":[479]},{"name":"LDAP_OPATT_ROOT_DOMAIN_NAMING_CONTEXT_W","features":[479]},{"name":"LDAP_OPATT_SCHEMA_NAMING_CONTEXT","features":[479]},{"name":"LDAP_OPATT_SCHEMA_NAMING_CONTEXT_W","features":[479]},{"name":"LDAP_OPATT_SCHEMA_UPDATE_NOW","features":[479]},{"name":"LDAP_OPATT_SCHEMA_UPDATE_NOW_W","features":[479]},{"name":"LDAP_OPATT_SERVER_NAME","features":[479]},{"name":"LDAP_OPATT_SERVER_NAME_W","features":[479]},{"name":"LDAP_OPATT_SUBSCHEMA_SUBENTRY","features":[479]},{"name":"LDAP_OPATT_SUBSCHEMA_SUBENTRY_W","features":[479]},{"name":"LDAP_OPATT_SUPPORTED_CAPABILITIES","features":[479]},{"name":"LDAP_OPATT_SUPPORTED_CAPABILITIES_W","features":[479]},{"name":"LDAP_OPATT_SUPPORTED_CONTROL","features":[479]},{"name":"LDAP_OPATT_SUPPORTED_CONTROL_W","features":[479]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_POLICIES","features":[479]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_POLICIES_W","features":[479]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_VERSION","features":[479]},{"name":"LDAP_OPATT_SUPPORTED_LDAP_VERSION_W","features":[479]},{"name":"LDAP_OPATT_SUPPORTED_SASL_MECHANISM","features":[479]},{"name":"LDAP_OPATT_SUPPORTED_SASL_MECHANISM_W","features":[479]},{"name":"LDAP_OPERATIONS_ERROR","features":[479]},{"name":"LDAP_OPT_API_FEATURE_INFO","features":[479]},{"name":"LDAP_OPT_API_INFO","features":[479]},{"name":"LDAP_OPT_AREC_EXCLUSIVE","features":[479]},{"name":"LDAP_OPT_AUTO_RECONNECT","features":[479]},{"name":"LDAP_OPT_CACHE_ENABLE","features":[479]},{"name":"LDAP_OPT_CACHE_FN_PTRS","features":[479]},{"name":"LDAP_OPT_CACHE_STRATEGY","features":[479]},{"name":"LDAP_OPT_CHASE_REFERRALS","features":[479]},{"name":"LDAP_OPT_CLDAP_TIMEOUT","features":[479]},{"name":"LDAP_OPT_CLDAP_TRIES","features":[479]},{"name":"LDAP_OPT_CLIENT_CERTIFICATE","features":[479]},{"name":"LDAP_OPT_DEREF","features":[479]},{"name":"LDAP_OPT_DESC","features":[479]},{"name":"LDAP_OPT_DNS","features":[479]},{"name":"LDAP_OPT_DNSDOMAIN_NAME","features":[479]},{"name":"LDAP_OPT_ENCRYPT","features":[479]},{"name":"LDAP_OPT_ERROR_NUMBER","features":[479]},{"name":"LDAP_OPT_ERROR_STRING","features":[479]},{"name":"LDAP_OPT_FAST_CONCURRENT_BIND","features":[479]},{"name":"LDAP_OPT_GETDSNAME_FLAGS","features":[479]},{"name":"LDAP_OPT_HOST_NAME","features":[479]},{"name":"LDAP_OPT_HOST_REACHABLE","features":[479]},{"name":"LDAP_OPT_IO_FN_PTRS","features":[479]},{"name":"LDAP_OPT_PING_KEEP_ALIVE","features":[479]},{"name":"LDAP_OPT_PING_LIMIT","features":[479]},{"name":"LDAP_OPT_PING_WAIT_TIME","features":[479]},{"name":"LDAP_OPT_PROMPT_CREDENTIALS","features":[479]},{"name":"LDAP_OPT_PROTOCOL_VERSION","features":[479]},{"name":"LDAP_OPT_REBIND_ARG","features":[479]},{"name":"LDAP_OPT_REBIND_FN","features":[479]},{"name":"LDAP_OPT_REFERRALS","features":[479]},{"name":"LDAP_OPT_REFERRAL_CALLBACK","features":[479]},{"name":"LDAP_OPT_REFERRAL_HOP_LIMIT","features":[479]},{"name":"LDAP_OPT_REF_DEREF_CONN_PER_MSG","features":[479]},{"name":"LDAP_OPT_RESTART","features":[479]},{"name":"LDAP_OPT_RETURN_REFS","features":[479]},{"name":"LDAP_OPT_ROOTDSE_CACHE","features":[479]},{"name":"LDAP_OPT_SASL_METHOD","features":[479]},{"name":"LDAP_OPT_SCH_FLAGS","features":[479]},{"name":"LDAP_OPT_SECURITY_CONTEXT","features":[479]},{"name":"LDAP_OPT_SEND_TIMEOUT","features":[479]},{"name":"LDAP_OPT_SERVER_CERTIFICATE","features":[479]},{"name":"LDAP_OPT_SERVER_ERROR","features":[479]},{"name":"LDAP_OPT_SERVER_EXT_ERROR","features":[479]},{"name":"LDAP_OPT_SIGN","features":[479]},{"name":"LDAP_OPT_SIZELIMIT","features":[479]},{"name":"LDAP_OPT_SOCKET_BIND_ADDRESSES","features":[479]},{"name":"LDAP_OPT_SSL","features":[479]},{"name":"LDAP_OPT_SSL_INFO","features":[479]},{"name":"LDAP_OPT_SSPI_FLAGS","features":[479]},{"name":"LDAP_OPT_TCP_KEEPALIVE","features":[479]},{"name":"LDAP_OPT_THREAD_FN_PTRS","features":[479]},{"name":"LDAP_OPT_TIMELIMIT","features":[479]},{"name":"LDAP_OPT_TLS","features":[479]},{"name":"LDAP_OPT_TLS_INFO","features":[479]},{"name":"LDAP_OPT_VERSION","features":[479]},{"name":"LDAP_OTHER","features":[479]},{"name":"LDAP_PAGED_RESULT_OID_STRING","features":[479]},{"name":"LDAP_PAGED_RESULT_OID_STRING_W","features":[479]},{"name":"LDAP_PARAM_ERROR","features":[479]},{"name":"LDAP_PARTIAL_RESULTS","features":[479]},{"name":"LDAP_POLICYHINT_APPLY_FULLPWDPOLICY","features":[479]},{"name":"LDAP_PORT","features":[479]},{"name":"LDAP_PROTOCOL_ERROR","features":[479]},{"name":"LDAP_REFERRAL","features":[479]},{"name":"LDAP_REFERRAL_CALLBACK","features":[305,479]},{"name":"LDAP_REFERRAL_LIMIT_EXCEEDED","features":[479]},{"name":"LDAP_REFERRAL_V2","features":[479]},{"name":"LDAP_RESULTS_TOO_LARGE","features":[479]},{"name":"LDAP_RES_ADD","features":[479]},{"name":"LDAP_RES_ANY","features":[479]},{"name":"LDAP_RES_BIND","features":[479]},{"name":"LDAP_RES_COMPARE","features":[479]},{"name":"LDAP_RES_DELETE","features":[479]},{"name":"LDAP_RES_EXTENDED","features":[479]},{"name":"LDAP_RES_MODIFY","features":[479]},{"name":"LDAP_RES_MODRDN","features":[479]},{"name":"LDAP_RES_REFERRAL","features":[479]},{"name":"LDAP_RES_SEARCH_ENTRY","features":[479]},{"name":"LDAP_RES_SEARCH_RESULT","features":[479]},{"name":"LDAP_RES_SESSION","features":[479]},{"name":"LDAP_RETCODE","features":[479]},{"name":"LDAP_SASL_BIND_IN_PROGRESS","features":[479]},{"name":"LDAP_SCOPE_BASE","features":[479]},{"name":"LDAP_SCOPE_ONELEVEL","features":[479]},{"name":"LDAP_SCOPE_SUBTREE","features":[479]},{"name":"LDAP_SEARCH_CMD","features":[479]},{"name":"LDAP_SEARCH_HINT_INDEX_ONLY_OID","features":[479]},{"name":"LDAP_SEARCH_HINT_INDEX_ONLY_OID_W","features":[479]},{"name":"LDAP_SEARCH_HINT_REQUIRED_INDEX_OID","features":[479]},{"name":"LDAP_SEARCH_HINT_REQUIRED_INDEX_OID_W","features":[479]},{"name":"LDAP_SEARCH_HINT_SOFT_SIZE_LIMIT_OID","features":[479]},{"name":"LDAP_SEARCH_HINT_SOFT_SIZE_LIMIT_OID_W","features":[479]},{"name":"LDAP_SERVER_ASQ_OID","features":[479]},{"name":"LDAP_SERVER_ASQ_OID_W","features":[479]},{"name":"LDAP_SERVER_BATCH_REQUEST_OID","features":[479]},{"name":"LDAP_SERVER_BATCH_REQUEST_OID_W","features":[479]},{"name":"LDAP_SERVER_BYPASS_QUOTA_OID","features":[479]},{"name":"LDAP_SERVER_BYPASS_QUOTA_OID_W","features":[479]},{"name":"LDAP_SERVER_CROSSDOM_MOVE_TARGET_OID","features":[479]},{"name":"LDAP_SERVER_CROSSDOM_MOVE_TARGET_OID_W","features":[479]},{"name":"LDAP_SERVER_DIRSYNC_EX_OID","features":[479]},{"name":"LDAP_SERVER_DIRSYNC_EX_OID_W","features":[479]},{"name":"LDAP_SERVER_DIRSYNC_OID","features":[479]},{"name":"LDAP_SERVER_DIRSYNC_OID_W","features":[479]},{"name":"LDAP_SERVER_DN_INPUT_OID","features":[479]},{"name":"LDAP_SERVER_DN_INPUT_OID_W","features":[479]},{"name":"LDAP_SERVER_DOMAIN_SCOPE_OID","features":[479]},{"name":"LDAP_SERVER_DOMAIN_SCOPE_OID_W","features":[479]},{"name":"LDAP_SERVER_DOWN","features":[479]},{"name":"LDAP_SERVER_EXPECTED_ENTRY_COUNT_OID","features":[479]},{"name":"LDAP_SERVER_EXPECTED_ENTRY_COUNT_OID_W","features":[479]},{"name":"LDAP_SERVER_EXTENDED_DN_OID","features":[479]},{"name":"LDAP_SERVER_EXTENDED_DN_OID_W","features":[479]},{"name":"LDAP_SERVER_FAST_BIND_OID","features":[479]},{"name":"LDAP_SERVER_FAST_BIND_OID_W","features":[479]},{"name":"LDAP_SERVER_FORCE_UPDATE_OID","features":[479]},{"name":"LDAP_SERVER_FORCE_UPDATE_OID_W","features":[479]},{"name":"LDAP_SERVER_GET_STATS_OID","features":[479]},{"name":"LDAP_SERVER_GET_STATS_OID_W","features":[479]},{"name":"LDAP_SERVER_LAZY_COMMIT_OID","features":[479]},{"name":"LDAP_SERVER_LAZY_COMMIT_OID_W","features":[479]},{"name":"LDAP_SERVER_LINK_TTL_OID","features":[479]},{"name":"LDAP_SERVER_LINK_TTL_OID_W","features":[479]},{"name":"LDAP_SERVER_NOTIFICATION_OID","features":[479]},{"name":"LDAP_SERVER_NOTIFICATION_OID_W","features":[479]},{"name":"LDAP_SERVER_PERMISSIVE_MODIFY_OID","features":[479]},{"name":"LDAP_SERVER_PERMISSIVE_MODIFY_OID_W","features":[479]},{"name":"LDAP_SERVER_POLICY_HINTS_DEPRECATED_OID","features":[479]},{"name":"LDAP_SERVER_POLICY_HINTS_DEPRECATED_OID_W","features":[479]},{"name":"LDAP_SERVER_POLICY_HINTS_OID","features":[479]},{"name":"LDAP_SERVER_POLICY_HINTS_OID_W","features":[479]},{"name":"LDAP_SERVER_QUOTA_CONTROL_OID","features":[479]},{"name":"LDAP_SERVER_QUOTA_CONTROL_OID_W","features":[479]},{"name":"LDAP_SERVER_RANGE_OPTION_OID","features":[479]},{"name":"LDAP_SERVER_RANGE_OPTION_OID_W","features":[479]},{"name":"LDAP_SERVER_RANGE_RETRIEVAL_NOERR_OID","features":[479]},{"name":"LDAP_SERVER_RANGE_RETRIEVAL_NOERR_OID_W","features":[479]},{"name":"LDAP_SERVER_RESP_SORT_OID","features":[479]},{"name":"LDAP_SERVER_RESP_SORT_OID_W","features":[479]},{"name":"LDAP_SERVER_SD_FLAGS_OID","features":[479]},{"name":"LDAP_SERVER_SD_FLAGS_OID_W","features":[479]},{"name":"LDAP_SERVER_SEARCH_HINTS_OID","features":[479]},{"name":"LDAP_SERVER_SEARCH_HINTS_OID_W","features":[479]},{"name":"LDAP_SERVER_SEARCH_OPTIONS_OID","features":[479]},{"name":"LDAP_SERVER_SEARCH_OPTIONS_OID_W","features":[479]},{"name":"LDAP_SERVER_SET_OWNER_OID","features":[479]},{"name":"LDAP_SERVER_SET_OWNER_OID_W","features":[479]},{"name":"LDAP_SERVER_SHOW_DEACTIVATED_LINK_OID","features":[479]},{"name":"LDAP_SERVER_SHOW_DEACTIVATED_LINK_OID_W","features":[479]},{"name":"LDAP_SERVER_SHOW_DELETED_OID","features":[479]},{"name":"LDAP_SERVER_SHOW_DELETED_OID_W","features":[479]},{"name":"LDAP_SERVER_SHOW_RECYCLED_OID","features":[479]},{"name":"LDAP_SERVER_SHOW_RECYCLED_OID_W","features":[479]},{"name":"LDAP_SERVER_SHUTDOWN_NOTIFY_OID","features":[479]},{"name":"LDAP_SERVER_SHUTDOWN_NOTIFY_OID_W","features":[479]},{"name":"LDAP_SERVER_SORT_OID","features":[479]},{"name":"LDAP_SERVER_SORT_OID_W","features":[479]},{"name":"LDAP_SERVER_TREE_DELETE_EX_OID","features":[479]},{"name":"LDAP_SERVER_TREE_DELETE_EX_OID_W","features":[479]},{"name":"LDAP_SERVER_TREE_DELETE_OID","features":[479]},{"name":"LDAP_SERVER_TREE_DELETE_OID_W","features":[479]},{"name":"LDAP_SERVER_UPDATE_STATS_OID","features":[479]},{"name":"LDAP_SERVER_UPDATE_STATS_OID_W","features":[479]},{"name":"LDAP_SERVER_VERIFY_NAME_OID","features":[479]},{"name":"LDAP_SERVER_VERIFY_NAME_OID_W","features":[479]},{"name":"LDAP_SERVER_WHO_AM_I_OID","features":[479]},{"name":"LDAP_SERVER_WHO_AM_I_OID_W","features":[479]},{"name":"LDAP_SESSION_CMD","features":[479]},{"name":"LDAP_SIZELIMIT_EXCEEDED","features":[479]},{"name":"LDAP_SORT_CONTROL_MISSING","features":[479]},{"name":"LDAP_SSL_GC_PORT","features":[479]},{"name":"LDAP_SSL_PORT","features":[479]},{"name":"LDAP_START_TLS_OID","features":[479]},{"name":"LDAP_START_TLS_OID_W","features":[479]},{"name":"LDAP_STRONG_AUTH_REQUIRED","features":[479]},{"name":"LDAP_SUBSTRING_ANY","features":[479]},{"name":"LDAP_SUBSTRING_FINAL","features":[479]},{"name":"LDAP_SUBSTRING_INITIAL","features":[479]},{"name":"LDAP_SUCCESS","features":[479]},{"name":"LDAP_TIMELIMIT_EXCEEDED","features":[479]},{"name":"LDAP_TIMEOUT","features":[479]},{"name":"LDAP_TIMEVAL","features":[479]},{"name":"LDAP_TTL_EXTENDED_OP_OID","features":[479]},{"name":"LDAP_TTL_EXTENDED_OP_OID_W","features":[479]},{"name":"LDAP_UNAVAILABLE","features":[479]},{"name":"LDAP_UNAVAILABLE_CRIT_EXTENSION","features":[479]},{"name":"LDAP_UNBIND_CMD","features":[479]},{"name":"LDAP_UNDEFINED_TYPE","features":[479]},{"name":"LDAP_UNICODE","features":[479]},{"name":"LDAP_UNWILLING_TO_PERFORM","features":[479]},{"name":"LDAP_UPDATE_STATS_INVOCATIONID_OID","features":[479]},{"name":"LDAP_UPDATE_STATS_INVOCATIONID_OID_W","features":[479]},{"name":"LDAP_UPDATE_STATS_USN_OID","features":[479]},{"name":"LDAP_UPDATE_STATS_USN_OID_W","features":[479]},{"name":"LDAP_USER_CANCELLED","features":[479]},{"name":"LDAP_VENDOR_NAME","features":[479]},{"name":"LDAP_VENDOR_NAME_W","features":[479]},{"name":"LDAP_VENDOR_VERSION","features":[479]},{"name":"LDAP_VERSION","features":[479]},{"name":"LDAP_VERSION1","features":[479]},{"name":"LDAP_VERSION2","features":[479]},{"name":"LDAP_VERSION3","features":[479]},{"name":"LDAP_VERSION_INFO","features":[479]},{"name":"LDAP_VERSION_MAX","features":[479]},{"name":"LDAP_VERSION_MIN","features":[479]},{"name":"LDAP_VIRTUAL_LIST_VIEW_ERROR","features":[479]},{"name":"LDAP_VLVINFO_VERSION","features":[479]},{"name":"LdapGetLastError","features":[479]},{"name":"LdapMapErrorToWin32","features":[305,479]},{"name":"LdapUTF8ToUnicode","features":[479]},{"name":"LdapUnicodeToUTF8","features":[479]},{"name":"NOTIFYOFNEWCONNECTION","features":[305,479]},{"name":"PLDAPSearch","features":[479]},{"name":"QUERYCLIENTCERT","features":[305,479,327,398]},{"name":"QUERYFORCONNECTION","features":[479]},{"name":"SERVER_SEARCH_FLAG_DOMAIN_SCOPE","features":[479]},{"name":"SERVER_SEARCH_FLAG_PHANTOM_ROOT","features":[479]},{"name":"VERIFYSERVERCERT","features":[305,479,398]},{"name":"ber_alloc_t","features":[479]},{"name":"ber_bvdup","features":[479]},{"name":"ber_bvecfree","features":[479]},{"name":"ber_bvfree","features":[479]},{"name":"ber_first_element","features":[479]},{"name":"ber_flatten","features":[479]},{"name":"ber_free","features":[479]},{"name":"ber_init","features":[479]},{"name":"ber_next_element","features":[479]},{"name":"ber_peek_tag","features":[479]},{"name":"ber_printf","features":[479]},{"name":"ber_scanf","features":[479]},{"name":"ber_skip_tag","features":[479]},{"name":"cldap_open","features":[479]},{"name":"cldap_openA","features":[479]},{"name":"cldap_openW","features":[479]},{"name":"ldap_abandon","features":[479]},{"name":"ldap_add","features":[479]},{"name":"ldap_addA","features":[479]},{"name":"ldap_addW","features":[479]},{"name":"ldap_add_ext","features":[305,479]},{"name":"ldap_add_extA","features":[305,479]},{"name":"ldap_add_extW","features":[305,479]},{"name":"ldap_add_ext_s","features":[305,479]},{"name":"ldap_add_ext_sA","features":[305,479]},{"name":"ldap_add_ext_sW","features":[305,479]},{"name":"ldap_add_s","features":[479]},{"name":"ldap_add_sA","features":[479]},{"name":"ldap_add_sW","features":[479]},{"name":"ldap_bind","features":[479]},{"name":"ldap_bindA","features":[479]},{"name":"ldap_bindW","features":[479]},{"name":"ldap_bind_s","features":[479]},{"name":"ldap_bind_sA","features":[479]},{"name":"ldap_bind_sW","features":[479]},{"name":"ldap_check_filterA","features":[479]},{"name":"ldap_check_filterW","features":[479]},{"name":"ldap_cleanup","features":[305,479]},{"name":"ldap_close_extended_op","features":[479]},{"name":"ldap_compare","features":[479]},{"name":"ldap_compareA","features":[479]},{"name":"ldap_compareW","features":[479]},{"name":"ldap_compare_ext","features":[305,479]},{"name":"ldap_compare_extA","features":[305,479]},{"name":"ldap_compare_extW","features":[305,479]},{"name":"ldap_compare_ext_s","features":[305,479]},{"name":"ldap_compare_ext_sA","features":[305,479]},{"name":"ldap_compare_ext_sW","features":[305,479]},{"name":"ldap_compare_s","features":[479]},{"name":"ldap_compare_sA","features":[479]},{"name":"ldap_compare_sW","features":[479]},{"name":"ldap_conn_from_msg","features":[305,479]},{"name":"ldap_connect","features":[479]},{"name":"ldap_control_free","features":[305,479]},{"name":"ldap_control_freeA","features":[305,479]},{"name":"ldap_control_freeW","features":[305,479]},{"name":"ldap_controls_free","features":[305,479]},{"name":"ldap_controls_freeA","features":[305,479]},{"name":"ldap_controls_freeW","features":[305,479]},{"name":"ldap_count_entries","features":[305,479]},{"name":"ldap_count_references","features":[305,479]},{"name":"ldap_count_values","features":[479]},{"name":"ldap_count_valuesA","features":[479]},{"name":"ldap_count_valuesW","features":[479]},{"name":"ldap_count_values_len","features":[479]},{"name":"ldap_create_page_control","features":[305,479]},{"name":"ldap_create_page_controlA","features":[305,479]},{"name":"ldap_create_page_controlW","features":[305,479]},{"name":"ldap_create_sort_control","features":[305,479]},{"name":"ldap_create_sort_controlA","features":[305,479]},{"name":"ldap_create_sort_controlW","features":[305,479]},{"name":"ldap_create_vlv_controlA","features":[305,479]},{"name":"ldap_create_vlv_controlW","features":[305,479]},{"name":"ldap_delete","features":[479]},{"name":"ldap_deleteA","features":[479]},{"name":"ldap_deleteW","features":[479]},{"name":"ldap_delete_ext","features":[305,479]},{"name":"ldap_delete_extA","features":[305,479]},{"name":"ldap_delete_extW","features":[305,479]},{"name":"ldap_delete_ext_s","features":[305,479]},{"name":"ldap_delete_ext_sA","features":[305,479]},{"name":"ldap_delete_ext_sW","features":[305,479]},{"name":"ldap_delete_s","features":[479]},{"name":"ldap_delete_sA","features":[479]},{"name":"ldap_delete_sW","features":[479]},{"name":"ldap_dn2ufn","features":[479]},{"name":"ldap_dn2ufnA","features":[479]},{"name":"ldap_dn2ufnW","features":[479]},{"name":"ldap_encode_sort_controlA","features":[305,479]},{"name":"ldap_encode_sort_controlW","features":[305,479]},{"name":"ldap_err2string","features":[479]},{"name":"ldap_err2stringA","features":[479]},{"name":"ldap_err2stringW","features":[479]},{"name":"ldap_escape_filter_element","features":[479]},{"name":"ldap_escape_filter_elementA","features":[479]},{"name":"ldap_escape_filter_elementW","features":[479]},{"name":"ldap_explode_dn","features":[479]},{"name":"ldap_explode_dnA","features":[479]},{"name":"ldap_explode_dnW","features":[479]},{"name":"ldap_extended_operation","features":[305,479]},{"name":"ldap_extended_operationA","features":[305,479]},{"name":"ldap_extended_operationW","features":[305,479]},{"name":"ldap_extended_operation_sA","features":[305,479]},{"name":"ldap_extended_operation_sW","features":[305,479]},{"name":"ldap_first_attribute","features":[305,479]},{"name":"ldap_first_attributeA","features":[305,479]},{"name":"ldap_first_attributeW","features":[305,479]},{"name":"ldap_first_entry","features":[305,479]},{"name":"ldap_first_reference","features":[305,479]},{"name":"ldap_free_controls","features":[305,479]},{"name":"ldap_free_controlsA","features":[305,479]},{"name":"ldap_free_controlsW","features":[305,479]},{"name":"ldap_get_dn","features":[305,479]},{"name":"ldap_get_dnA","features":[305,479]},{"name":"ldap_get_dnW","features":[305,479]},{"name":"ldap_get_next_page","features":[479]},{"name":"ldap_get_next_page_s","features":[305,479]},{"name":"ldap_get_option","features":[479]},{"name":"ldap_get_optionW","features":[479]},{"name":"ldap_get_paged_count","features":[305,479]},{"name":"ldap_get_values","features":[305,479]},{"name":"ldap_get_valuesA","features":[305,479]},{"name":"ldap_get_valuesW","features":[305,479]},{"name":"ldap_get_values_len","features":[305,479]},{"name":"ldap_get_values_lenA","features":[305,479]},{"name":"ldap_get_values_lenW","features":[305,479]},{"name":"ldap_init","features":[479]},{"name":"ldap_initA","features":[479]},{"name":"ldap_initW","features":[479]},{"name":"ldap_memfree","features":[479]},{"name":"ldap_memfreeA","features":[479]},{"name":"ldap_memfreeW","features":[479]},{"name":"ldap_modify","features":[479]},{"name":"ldap_modifyA","features":[479]},{"name":"ldap_modifyW","features":[479]},{"name":"ldap_modify_ext","features":[305,479]},{"name":"ldap_modify_extA","features":[305,479]},{"name":"ldap_modify_extW","features":[305,479]},{"name":"ldap_modify_ext_s","features":[305,479]},{"name":"ldap_modify_ext_sA","features":[305,479]},{"name":"ldap_modify_ext_sW","features":[305,479]},{"name":"ldap_modify_s","features":[479]},{"name":"ldap_modify_sA","features":[479]},{"name":"ldap_modify_sW","features":[479]},{"name":"ldap_modrdn","features":[479]},{"name":"ldap_modrdn2","features":[479]},{"name":"ldap_modrdn2A","features":[479]},{"name":"ldap_modrdn2W","features":[479]},{"name":"ldap_modrdn2_s","features":[479]},{"name":"ldap_modrdn2_sA","features":[479]},{"name":"ldap_modrdn2_sW","features":[479]},{"name":"ldap_modrdnA","features":[479]},{"name":"ldap_modrdnW","features":[479]},{"name":"ldap_modrdn_s","features":[479]},{"name":"ldap_modrdn_sA","features":[479]},{"name":"ldap_modrdn_sW","features":[479]},{"name":"ldap_msgfree","features":[305,479]},{"name":"ldap_next_attribute","features":[305,479]},{"name":"ldap_next_attributeA","features":[305,479]},{"name":"ldap_next_attributeW","features":[305,479]},{"name":"ldap_next_entry","features":[305,479]},{"name":"ldap_next_reference","features":[305,479]},{"name":"ldap_open","features":[479]},{"name":"ldap_openA","features":[479]},{"name":"ldap_openW","features":[479]},{"name":"ldap_parse_extended_resultA","features":[305,479]},{"name":"ldap_parse_extended_resultW","features":[305,479]},{"name":"ldap_parse_page_control","features":[305,479]},{"name":"ldap_parse_page_controlA","features":[305,479]},{"name":"ldap_parse_page_controlW","features":[305,479]},{"name":"ldap_parse_reference","features":[305,479]},{"name":"ldap_parse_referenceA","features":[305,479]},{"name":"ldap_parse_referenceW","features":[305,479]},{"name":"ldap_parse_result","features":[305,479]},{"name":"ldap_parse_resultA","features":[305,479]},{"name":"ldap_parse_resultW","features":[305,479]},{"name":"ldap_parse_sort_control","features":[305,479]},{"name":"ldap_parse_sort_controlA","features":[305,479]},{"name":"ldap_parse_sort_controlW","features":[305,479]},{"name":"ldap_parse_vlv_controlA","features":[305,479]},{"name":"ldap_parse_vlv_controlW","features":[305,479]},{"name":"ldap_perror","features":[479]},{"name":"ldap_rename_ext","features":[305,479]},{"name":"ldap_rename_extA","features":[305,479]},{"name":"ldap_rename_extW","features":[305,479]},{"name":"ldap_rename_ext_s","features":[305,479]},{"name":"ldap_rename_ext_sA","features":[305,479]},{"name":"ldap_rename_ext_sW","features":[305,479]},{"name":"ldap_result","features":[305,479]},{"name":"ldap_result2error","features":[305,479]},{"name":"ldap_sasl_bindA","features":[305,479]},{"name":"ldap_sasl_bindW","features":[305,479]},{"name":"ldap_sasl_bind_sA","features":[305,479]},{"name":"ldap_sasl_bind_sW","features":[305,479]},{"name":"ldap_search","features":[479]},{"name":"ldap_searchA","features":[479]},{"name":"ldap_searchW","features":[479]},{"name":"ldap_search_abandon_page","features":[479]},{"name":"ldap_search_ext","features":[305,479]},{"name":"ldap_search_extA","features":[305,479]},{"name":"ldap_search_extW","features":[305,479]},{"name":"ldap_search_ext_s","features":[305,479]},{"name":"ldap_search_ext_sA","features":[305,479]},{"name":"ldap_search_ext_sW","features":[305,479]},{"name":"ldap_search_init_page","features":[305,479]},{"name":"ldap_search_init_pageA","features":[305,479]},{"name":"ldap_search_init_pageW","features":[305,479]},{"name":"ldap_search_s","features":[305,479]},{"name":"ldap_search_sA","features":[305,479]},{"name":"ldap_search_sW","features":[305,479]},{"name":"ldap_search_st","features":[305,479]},{"name":"ldap_search_stA","features":[305,479]},{"name":"ldap_search_stW","features":[305,479]},{"name":"ldap_set_dbg_flags","features":[479]},{"name":"ldap_set_dbg_routine","features":[479]},{"name":"ldap_set_option","features":[479]},{"name":"ldap_set_optionW","features":[479]},{"name":"ldap_simple_bind","features":[479]},{"name":"ldap_simple_bindA","features":[479]},{"name":"ldap_simple_bindW","features":[479]},{"name":"ldap_simple_bind_s","features":[479]},{"name":"ldap_simple_bind_sA","features":[479]},{"name":"ldap_simple_bind_sW","features":[479]},{"name":"ldap_sslinit","features":[479]},{"name":"ldap_sslinitA","features":[479]},{"name":"ldap_sslinitW","features":[479]},{"name":"ldap_start_tls_sA","features":[305,479]},{"name":"ldap_start_tls_sW","features":[305,479]},{"name":"ldap_startup","features":[305,479]},{"name":"ldap_stop_tls_s","features":[305,479]},{"name":"ldap_ufn2dn","features":[479]},{"name":"ldap_ufn2dnA","features":[479]},{"name":"ldap_ufn2dnW","features":[479]},{"name":"ldap_unbind","features":[479]},{"name":"ldap_unbind_s","features":[479]},{"name":"ldap_value_free","features":[479]},{"name":"ldap_value_freeA","features":[479]},{"name":"ldap_value_freeW","features":[479]},{"name":"ldap_value_free_len","features":[479]}],"481":[{"name":"IEnumNetworkConnections","features":[480,358]},{"name":"IEnumNetworks","features":[480,358]},{"name":"INetwork","features":[480,358]},{"name":"INetwork2","features":[480,358]},{"name":"INetworkConnection","features":[480,358]},{"name":"INetworkConnection2","features":[480,358]},{"name":"INetworkConnectionCost","features":[480]},{"name":"INetworkConnectionCostEvents","features":[480]},{"name":"INetworkConnectionEvents","features":[480]},{"name":"INetworkCostManager","features":[480]},{"name":"INetworkCostManagerEvents","features":[480]},{"name":"INetworkEvents","features":[480]},{"name":"INetworkListManager","features":[480,358]},{"name":"INetworkListManagerEvents","features":[480]},{"name":"NA_AllowMerge","features":[480]},{"name":"NA_CategoryReadOnly","features":[480]},{"name":"NA_CategorySetByPolicy","features":[480]},{"name":"NA_DescriptionReadOnly","features":[480]},{"name":"NA_DescriptionSetByPolicy","features":[480]},{"name":"NA_DomainAuthenticationFailed","features":[480]},{"name":"NA_IconReadOnly","features":[480]},{"name":"NA_IconSetByPolicy","features":[480]},{"name":"NA_InternetConnectivityV4","features":[480]},{"name":"NA_InternetConnectivityV6","features":[480]},{"name":"NA_NameReadOnly","features":[480]},{"name":"NA_NameSetByPolicy","features":[480]},{"name":"NA_NetworkClass","features":[480]},{"name":"NLM_CONNECTION_COST","features":[480]},{"name":"NLM_CONNECTION_COST_APPROACHINGDATALIMIT","features":[480]},{"name":"NLM_CONNECTION_COST_CONGESTED","features":[480]},{"name":"NLM_CONNECTION_COST_FIXED","features":[480]},{"name":"NLM_CONNECTION_COST_OVERDATALIMIT","features":[480]},{"name":"NLM_CONNECTION_COST_ROAMING","features":[480]},{"name":"NLM_CONNECTION_COST_UNKNOWN","features":[480]},{"name":"NLM_CONNECTION_COST_UNRESTRICTED","features":[480]},{"name":"NLM_CONNECTION_COST_VARIABLE","features":[480]},{"name":"NLM_CONNECTION_PROPERTY_CHANGE","features":[480]},{"name":"NLM_CONNECTION_PROPERTY_CHANGE_AUTHENTICATION","features":[480]},{"name":"NLM_CONNECTIVITY","features":[480]},{"name":"NLM_CONNECTIVITY_DISCONNECTED","features":[480]},{"name":"NLM_CONNECTIVITY_IPV4_INTERNET","features":[480]},{"name":"NLM_CONNECTIVITY_IPV4_LOCALNETWORK","features":[480]},{"name":"NLM_CONNECTIVITY_IPV4_NOTRAFFIC","features":[480]},{"name":"NLM_CONNECTIVITY_IPV4_SUBNET","features":[480]},{"name":"NLM_CONNECTIVITY_IPV6_INTERNET","features":[480]},{"name":"NLM_CONNECTIVITY_IPV6_LOCALNETWORK","features":[480]},{"name":"NLM_CONNECTIVITY_IPV6_NOTRAFFIC","features":[480]},{"name":"NLM_CONNECTIVITY_IPV6_SUBNET","features":[480]},{"name":"NLM_DATAPLAN_STATUS","features":[305,480]},{"name":"NLM_DOMAIN_AUTHENTICATION_KIND","features":[480]},{"name":"NLM_DOMAIN_AUTHENTICATION_KIND_LDAP","features":[480]},{"name":"NLM_DOMAIN_AUTHENTICATION_KIND_NONE","features":[480]},{"name":"NLM_DOMAIN_AUTHENTICATION_KIND_TLS","features":[480]},{"name":"NLM_DOMAIN_TYPE","features":[480]},{"name":"NLM_DOMAIN_TYPE_DOMAIN_AUTHENTICATED","features":[480]},{"name":"NLM_DOMAIN_TYPE_DOMAIN_NETWORK","features":[480]},{"name":"NLM_DOMAIN_TYPE_NON_DOMAIN_NETWORK","features":[480]},{"name":"NLM_ENUM_NETWORK","features":[480]},{"name":"NLM_ENUM_NETWORK_ALL","features":[480]},{"name":"NLM_ENUM_NETWORK_CONNECTED","features":[480]},{"name":"NLM_ENUM_NETWORK_DISCONNECTED","features":[480]},{"name":"NLM_INTERNET_CONNECTIVITY","features":[480]},{"name":"NLM_INTERNET_CONNECTIVITY_CORPORATE","features":[480]},{"name":"NLM_INTERNET_CONNECTIVITY_PROXIED","features":[480]},{"name":"NLM_INTERNET_CONNECTIVITY_WEBHIJACK","features":[480]},{"name":"NLM_MAX_ADDRESS_LIST_SIZE","features":[480]},{"name":"NLM_NETWORK_CATEGORY","features":[480]},{"name":"NLM_NETWORK_CATEGORY_DOMAIN_AUTHENTICATED","features":[480]},{"name":"NLM_NETWORK_CATEGORY_PRIVATE","features":[480]},{"name":"NLM_NETWORK_CATEGORY_PUBLIC","features":[480]},{"name":"NLM_NETWORK_CLASS","features":[480]},{"name":"NLM_NETWORK_IDENTIFIED","features":[480]},{"name":"NLM_NETWORK_IDENTIFYING","features":[480]},{"name":"NLM_NETWORK_PROPERTY_CHANGE","features":[480]},{"name":"NLM_NETWORK_PROPERTY_CHANGE_CATEGORY_VALUE","features":[480]},{"name":"NLM_NETWORK_PROPERTY_CHANGE_CONNECTION","features":[480]},{"name":"NLM_NETWORK_PROPERTY_CHANGE_DESCRIPTION","features":[480]},{"name":"NLM_NETWORK_PROPERTY_CHANGE_ICON","features":[480]},{"name":"NLM_NETWORK_PROPERTY_CHANGE_NAME","features":[480]},{"name":"NLM_NETWORK_UNIDENTIFIED","features":[480]},{"name":"NLM_SIMULATED_PROFILE_INFO","features":[480]},{"name":"NLM_SOCKADDR","features":[480]},{"name":"NLM_UNKNOWN_DATAPLAN_STATUS","features":[480]},{"name":"NLM_USAGE_DATA","features":[305,480]},{"name":"NetworkListManager","features":[480]}],"482":[{"name":"FindSimilarFileIndexResults","features":[481]},{"name":"FindSimilarResults","features":[481]},{"name":"GeneratorParametersType","features":[481]},{"name":"IFindSimilarResults","features":[481]},{"name":"IRdcComparator","features":[481]},{"name":"IRdcFileReader","features":[481]},{"name":"IRdcFileWriter","features":[481]},{"name":"IRdcGenerator","features":[481]},{"name":"IRdcGeneratorFilterMaxParameters","features":[481]},{"name":"IRdcGeneratorParameters","features":[481]},{"name":"IRdcLibrary","features":[481]},{"name":"IRdcSignatureReader","features":[481]},{"name":"IRdcSimilarityGenerator","features":[481]},{"name":"ISimilarity","features":[481]},{"name":"ISimilarityFileIdTable","features":[481]},{"name":"ISimilarityReportProgress","features":[481]},{"name":"ISimilarityTableDumpState","features":[481]},{"name":"ISimilarityTraitsMappedView","features":[481]},{"name":"ISimilarityTraitsMapping","features":[481]},{"name":"ISimilarityTraitsTable","features":[481]},{"name":"MSRDC_DEFAULT_COMPAREBUFFER","features":[481]},{"name":"MSRDC_DEFAULT_HASHWINDOWSIZE_1","features":[481]},{"name":"MSRDC_DEFAULT_HASHWINDOWSIZE_N","features":[481]},{"name":"MSRDC_DEFAULT_HORIZONSIZE_1","features":[481]},{"name":"MSRDC_DEFAULT_HORIZONSIZE_N","features":[481]},{"name":"MSRDC_MAXIMUM_COMPAREBUFFER","features":[481]},{"name":"MSRDC_MAXIMUM_DEPTH","features":[481]},{"name":"MSRDC_MAXIMUM_HASHWINDOWSIZE","features":[481]},{"name":"MSRDC_MAXIMUM_HORIZONSIZE","features":[481]},{"name":"MSRDC_MAXIMUM_MATCHESREQUIRED","features":[481]},{"name":"MSRDC_MAXIMUM_TRAITVALUE","features":[481]},{"name":"MSRDC_MINIMUM_COMPAREBUFFER","features":[481]},{"name":"MSRDC_MINIMUM_COMPATIBLE_APP_VERSION","features":[481]},{"name":"MSRDC_MINIMUM_DEPTH","features":[481]},{"name":"MSRDC_MINIMUM_HASHWINDOWSIZE","features":[481]},{"name":"MSRDC_MINIMUM_HORIZONSIZE","features":[481]},{"name":"MSRDC_MINIMUM_INPUTBUFFERSIZE","features":[481]},{"name":"MSRDC_MINIMUM_MATCHESREQUIRED","features":[481]},{"name":"MSRDC_SIGNATURE_HASHSIZE","features":[481]},{"name":"MSRDC_VERSION","features":[481]},{"name":"RDCE_TABLE_CORRUPT","features":[481]},{"name":"RDCE_TABLE_FULL","features":[481]},{"name":"RDCGENTYPE_FilterMax","features":[481]},{"name":"RDCGENTYPE_Unused","features":[481]},{"name":"RDCMAPPING_ReadOnly","features":[481]},{"name":"RDCMAPPING_ReadWrite","features":[481]},{"name":"RDCMAPPING_Undefined","features":[481]},{"name":"RDCNEED_SEED","features":[481]},{"name":"RDCNEED_SEED_MAX","features":[481]},{"name":"RDCNEED_SOURCE","features":[481]},{"name":"RDCNEED_TARGET","features":[481]},{"name":"RDCTABLE_Existing","features":[481]},{"name":"RDCTABLE_InvalidOrUnknown","features":[481]},{"name":"RDCTABLE_New","features":[481]},{"name":"RDC_Aborted","features":[481]},{"name":"RDC_ApplicationError","features":[481]},{"name":"RDC_DataMissingOrCorrupt","features":[481]},{"name":"RDC_DataTooManyRecords","features":[481]},{"name":"RDC_ErrorCode","features":[481]},{"name":"RDC_FileChecksumMismatch","features":[481]},{"name":"RDC_HeaderMissingOrCorrupt","features":[481]},{"name":"RDC_HeaderVersionNewer","features":[481]},{"name":"RDC_HeaderVersionOlder","features":[481]},{"name":"RDC_HeaderWrongType","features":[481]},{"name":"RDC_NoError","features":[481]},{"name":"RDC_Win32Error","features":[481]},{"name":"RdcBufferPointer","features":[481]},{"name":"RdcComparator","features":[481]},{"name":"RdcCreatedTables","features":[481]},{"name":"RdcFileReader","features":[481]},{"name":"RdcGenerator","features":[481]},{"name":"RdcGeneratorFilterMaxParameters","features":[481]},{"name":"RdcGeneratorParameters","features":[481]},{"name":"RdcLibrary","features":[481]},{"name":"RdcMappingAccessMode","features":[481]},{"name":"RdcNeed","features":[481]},{"name":"RdcNeedPointer","features":[481]},{"name":"RdcNeedType","features":[481]},{"name":"RdcSignature","features":[481]},{"name":"RdcSignaturePointer","features":[481]},{"name":"RdcSignatureReader","features":[481]},{"name":"RdcSimilarityGenerator","features":[481]},{"name":"Similarity","features":[481]},{"name":"SimilarityData","features":[481]},{"name":"SimilarityDumpData","features":[481]},{"name":"SimilarityFileId","features":[481]},{"name":"SimilarityFileIdMaxSize","features":[481]},{"name":"SimilarityFileIdMinSize","features":[481]},{"name":"SimilarityFileIdTable","features":[481]},{"name":"SimilarityMappedViewInfo","features":[481]},{"name":"SimilarityReportProgress","features":[481]},{"name":"SimilarityTableDumpState","features":[481]},{"name":"SimilarityTraitsMappedView","features":[481]},{"name":"SimilarityTraitsMapping","features":[481]},{"name":"SimilarityTraitsTable","features":[481]}],"483":[{"name":"WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_ACTION","features":[482]},{"name":"WEB_SOCKET_ACTION_QUEUE","features":[482]},{"name":"WEB_SOCKET_ALLOCATED_BUFFER_PROPERTY_TYPE","features":[482]},{"name":"WEB_SOCKET_ALL_ACTION_QUEUE","features":[482]},{"name":"WEB_SOCKET_BINARY_FRAGMENT_BUFFER_TYPE","features":[482]},{"name":"WEB_SOCKET_BINARY_MESSAGE_BUFFER_TYPE","features":[482]},{"name":"WEB_SOCKET_BUFFER","features":[482]},{"name":"WEB_SOCKET_BUFFER_TYPE","features":[482]},{"name":"WEB_SOCKET_CLOSE_BUFFER_TYPE","features":[482]},{"name":"WEB_SOCKET_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_DISABLE_MASKING_PROPERTY_TYPE","features":[482]},{"name":"WEB_SOCKET_DISABLE_UTF8_VERIFICATION_PROPERTY_TYPE","features":[482]},{"name":"WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_ENDPOINT_UNAVAILABLE_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_HANDLE","features":[482]},{"name":"WEB_SOCKET_HTTP_HEADER","features":[482]},{"name":"WEB_SOCKET_INDICATE_RECEIVE_COMPLETE_ACTION","features":[482]},{"name":"WEB_SOCKET_INDICATE_SEND_COMPLETE_ACTION","features":[482]},{"name":"WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_KEEPALIVE_INTERVAL_PROPERTY_TYPE","features":[482]},{"name":"WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[482]},{"name":"WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_NO_ACTION","features":[482]},{"name":"WEB_SOCKET_PING_PONG_BUFFER_TYPE","features":[482]},{"name":"WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_PROPERTY","features":[482]},{"name":"WEB_SOCKET_PROPERTY_TYPE","features":[482]},{"name":"WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_RECEIVE_ACTION_QUEUE","features":[482]},{"name":"WEB_SOCKET_RECEIVE_BUFFER_SIZE_PROPERTY_TYPE","features":[482]},{"name":"WEB_SOCKET_RECEIVE_FROM_NETWORK_ACTION","features":[482]},{"name":"WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_SEND_ACTION_QUEUE","features":[482]},{"name":"WEB_SOCKET_SEND_BUFFER_SIZE_PROPERTY_TYPE","features":[482]},{"name":"WEB_SOCKET_SEND_TO_NETWORK_ACTION","features":[482]},{"name":"WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_SUPPORTED_VERSIONS_PROPERTY_TYPE","features":[482]},{"name":"WEB_SOCKET_UNSOLICITED_PONG_BUFFER_TYPE","features":[482]},{"name":"WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[482]},{"name":"WEB_SOCKET_UTF8_FRAGMENT_BUFFER_TYPE","features":[482]},{"name":"WEB_SOCKET_UTF8_MESSAGE_BUFFER_TYPE","features":[482]},{"name":"WebSocketAbortHandle","features":[482]},{"name":"WebSocketBeginClientHandshake","features":[482]},{"name":"WebSocketBeginServerHandshake","features":[482]},{"name":"WebSocketCompleteAction","features":[482]},{"name":"WebSocketCreateClientHandle","features":[482]},{"name":"WebSocketCreateServerHandle","features":[482]},{"name":"WebSocketDeleteHandle","features":[482]},{"name":"WebSocketEndClientHandshake","features":[482]},{"name":"WebSocketEndServerHandshake","features":[482]},{"name":"WebSocketGetAction","features":[482]},{"name":"WebSocketGetGlobalProperty","features":[482]},{"name":"WebSocketReceive","features":[482]},{"name":"WebSocketSend","features":[482]}],"484":[{"name":"API_GET_PROXY_FOR_URL","features":[483]},{"name":"API_GET_PROXY_SETTINGS","features":[483]},{"name":"API_QUERY_DATA_AVAILABLE","features":[483]},{"name":"API_READ_DATA","features":[483]},{"name":"API_RECEIVE_RESPONSE","features":[483]},{"name":"API_SEND_REQUEST","features":[483]},{"name":"API_WRITE_DATA","features":[483]},{"name":"AutoLogonPolicy_Always","features":[483]},{"name":"AutoLogonPolicy_Never","features":[483]},{"name":"AutoLogonPolicy_OnlyIfBypassProxy","features":[483]},{"name":"ERROR_WINHTTP_AUTODETECTION_FAILED","features":[483]},{"name":"ERROR_WINHTTP_AUTO_PROXY_SERVICE_ERROR","features":[483]},{"name":"ERROR_WINHTTP_BAD_AUTO_PROXY_SCRIPT","features":[483]},{"name":"ERROR_WINHTTP_CANNOT_CALL_AFTER_OPEN","features":[483]},{"name":"ERROR_WINHTTP_CANNOT_CALL_AFTER_SEND","features":[483]},{"name":"ERROR_WINHTTP_CANNOT_CALL_BEFORE_OPEN","features":[483]},{"name":"ERROR_WINHTTP_CANNOT_CALL_BEFORE_SEND","features":[483]},{"name":"ERROR_WINHTTP_CANNOT_CONNECT","features":[483]},{"name":"ERROR_WINHTTP_CHUNKED_ENCODING_HEADER_SIZE_OVERFLOW","features":[483]},{"name":"ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED","features":[483]},{"name":"ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED_PROXY","features":[483]},{"name":"ERROR_WINHTTP_CLIENT_CERT_NO_ACCESS_PRIVATE_KEY","features":[483]},{"name":"ERROR_WINHTTP_CLIENT_CERT_NO_PRIVATE_KEY","features":[483]},{"name":"ERROR_WINHTTP_CONNECTION_ERROR","features":[483]},{"name":"ERROR_WINHTTP_FEATURE_DISABLED","features":[483]},{"name":"ERROR_WINHTTP_GLOBAL_CALLBACK_FAILED","features":[483]},{"name":"ERROR_WINHTTP_HEADER_ALREADY_EXISTS","features":[483]},{"name":"ERROR_WINHTTP_HEADER_COUNT_EXCEEDED","features":[483]},{"name":"ERROR_WINHTTP_HEADER_NOT_FOUND","features":[483]},{"name":"ERROR_WINHTTP_HEADER_SIZE_OVERFLOW","features":[483]},{"name":"ERROR_WINHTTP_HTTP_PROTOCOL_MISMATCH","features":[483]},{"name":"ERROR_WINHTTP_INCORRECT_HANDLE_STATE","features":[483]},{"name":"ERROR_WINHTTP_INCORRECT_HANDLE_TYPE","features":[483]},{"name":"ERROR_WINHTTP_INTERNAL_ERROR","features":[483]},{"name":"ERROR_WINHTTP_INVALID_HEADER","features":[483]},{"name":"ERROR_WINHTTP_INVALID_OPTION","features":[483]},{"name":"ERROR_WINHTTP_INVALID_QUERY_REQUEST","features":[483]},{"name":"ERROR_WINHTTP_INVALID_SERVER_RESPONSE","features":[483]},{"name":"ERROR_WINHTTP_INVALID_URL","features":[483]},{"name":"ERROR_WINHTTP_LOGIN_FAILURE","features":[483]},{"name":"ERROR_WINHTTP_NAME_NOT_RESOLVED","features":[483]},{"name":"ERROR_WINHTTP_NOT_INITIALIZED","features":[483]},{"name":"ERROR_WINHTTP_OPERATION_CANCELLED","features":[483]},{"name":"ERROR_WINHTTP_OPTION_NOT_SETTABLE","features":[483]},{"name":"ERROR_WINHTTP_OUT_OF_HANDLES","features":[483]},{"name":"ERROR_WINHTTP_REDIRECT_FAILED","features":[483]},{"name":"ERROR_WINHTTP_RESEND_REQUEST","features":[483]},{"name":"ERROR_WINHTTP_RESERVED_189","features":[483]},{"name":"ERROR_WINHTTP_RESPONSE_DRAIN_OVERFLOW","features":[483]},{"name":"ERROR_WINHTTP_SCRIPT_EXECUTION_ERROR","features":[483]},{"name":"ERROR_WINHTTP_SECURE_CERT_CN_INVALID","features":[483]},{"name":"ERROR_WINHTTP_SECURE_CERT_DATE_INVALID","features":[483]},{"name":"ERROR_WINHTTP_SECURE_CERT_REVOKED","features":[483]},{"name":"ERROR_WINHTTP_SECURE_CERT_REV_FAILED","features":[483]},{"name":"ERROR_WINHTTP_SECURE_CERT_WRONG_USAGE","features":[483]},{"name":"ERROR_WINHTTP_SECURE_CHANNEL_ERROR","features":[483]},{"name":"ERROR_WINHTTP_SECURE_FAILURE","features":[483]},{"name":"ERROR_WINHTTP_SECURE_FAILURE_PROXY","features":[483]},{"name":"ERROR_WINHTTP_SECURE_INVALID_CA","features":[483]},{"name":"ERROR_WINHTTP_SECURE_INVALID_CERT","features":[483]},{"name":"ERROR_WINHTTP_SHUTDOWN","features":[483]},{"name":"ERROR_WINHTTP_TIMEOUT","features":[483]},{"name":"ERROR_WINHTTP_UNABLE_TO_DOWNLOAD_SCRIPT","features":[483]},{"name":"ERROR_WINHTTP_UNHANDLED_SCRIPT_TYPE","features":[483]},{"name":"ERROR_WINHTTP_UNRECOGNIZED_SCHEME","features":[483]},{"name":"HTTPREQUEST_PROXYSETTING_DEFAULT","features":[483]},{"name":"HTTPREQUEST_PROXYSETTING_DIRECT","features":[483]},{"name":"HTTPREQUEST_PROXYSETTING_PRECONFIG","features":[483]},{"name":"HTTPREQUEST_PROXYSETTING_PROXY","features":[483]},{"name":"HTTPREQUEST_SETCREDENTIALS_FOR_PROXY","features":[483]},{"name":"HTTPREQUEST_SETCREDENTIALS_FOR_SERVER","features":[483]},{"name":"HTTP_STATUS_ACCEPTED","features":[483]},{"name":"HTTP_STATUS_AMBIGUOUS","features":[483]},{"name":"HTTP_STATUS_BAD_GATEWAY","features":[483]},{"name":"HTTP_STATUS_BAD_METHOD","features":[483]},{"name":"HTTP_STATUS_BAD_REQUEST","features":[483]},{"name":"HTTP_STATUS_CONFLICT","features":[483]},{"name":"HTTP_STATUS_CONTINUE","features":[483]},{"name":"HTTP_STATUS_CREATED","features":[483]},{"name":"HTTP_STATUS_DENIED","features":[483]},{"name":"HTTP_STATUS_FIRST","features":[483]},{"name":"HTTP_STATUS_FORBIDDEN","features":[483]},{"name":"HTTP_STATUS_GATEWAY_TIMEOUT","features":[483]},{"name":"HTTP_STATUS_GONE","features":[483]},{"name":"HTTP_STATUS_LAST","features":[483]},{"name":"HTTP_STATUS_LENGTH_REQUIRED","features":[483]},{"name":"HTTP_STATUS_MOVED","features":[483]},{"name":"HTTP_STATUS_NONE_ACCEPTABLE","features":[483]},{"name":"HTTP_STATUS_NOT_FOUND","features":[483]},{"name":"HTTP_STATUS_NOT_MODIFIED","features":[483]},{"name":"HTTP_STATUS_NOT_SUPPORTED","features":[483]},{"name":"HTTP_STATUS_NO_CONTENT","features":[483]},{"name":"HTTP_STATUS_OK","features":[483]},{"name":"HTTP_STATUS_PARTIAL","features":[483]},{"name":"HTTP_STATUS_PARTIAL_CONTENT","features":[483]},{"name":"HTTP_STATUS_PAYMENT_REQ","features":[483]},{"name":"HTTP_STATUS_PERMANENT_REDIRECT","features":[483]},{"name":"HTTP_STATUS_PRECOND_FAILED","features":[483]},{"name":"HTTP_STATUS_PROXY_AUTH_REQ","features":[483]},{"name":"HTTP_STATUS_REDIRECT","features":[483]},{"name":"HTTP_STATUS_REDIRECT_KEEP_VERB","features":[483]},{"name":"HTTP_STATUS_REDIRECT_METHOD","features":[483]},{"name":"HTTP_STATUS_REQUEST_TIMEOUT","features":[483]},{"name":"HTTP_STATUS_REQUEST_TOO_LARGE","features":[483]},{"name":"HTTP_STATUS_RESET_CONTENT","features":[483]},{"name":"HTTP_STATUS_RETRY_WITH","features":[483]},{"name":"HTTP_STATUS_SERVER_ERROR","features":[483]},{"name":"HTTP_STATUS_SERVICE_UNAVAIL","features":[483]},{"name":"HTTP_STATUS_SWITCH_PROTOCOLS","features":[483]},{"name":"HTTP_STATUS_UNSUPPORTED_MEDIA","features":[483]},{"name":"HTTP_STATUS_URI_TOO_LONG","features":[483]},{"name":"HTTP_STATUS_USE_PROXY","features":[483]},{"name":"HTTP_STATUS_VERSION_NOT_SUP","features":[483]},{"name":"HTTP_STATUS_WEBDAV_MULTI_STATUS","features":[483]},{"name":"HTTP_VERSION_INFO","features":[483]},{"name":"ICU_BROWSER_MODE","features":[483]},{"name":"ICU_DECODE","features":[483]},{"name":"ICU_ENCODE_PERCENT","features":[483]},{"name":"ICU_ENCODE_SPACES_ONLY","features":[483]},{"name":"ICU_ESCAPE","features":[483]},{"name":"ICU_ESCAPE_AUTHORITY","features":[483]},{"name":"ICU_NO_ENCODE","features":[483]},{"name":"ICU_NO_META","features":[483]},{"name":"ICU_REJECT_USERPWD","features":[483]},{"name":"INTERNET_DEFAULT_HTTPS_PORT","features":[483]},{"name":"INTERNET_DEFAULT_HTTP_PORT","features":[483]},{"name":"INTERNET_DEFAULT_PORT","features":[483]},{"name":"IWinHttpRequest","features":[483,358]},{"name":"IWinHttpRequestEvents","features":[483]},{"name":"NETWORKING_KEY_BUFSIZE","features":[483]},{"name":"SECURITY_FLAG_IGNORE_CERT_CN_INVALID","features":[483]},{"name":"SECURITY_FLAG_IGNORE_CERT_DATE_INVALID","features":[483]},{"name":"SECURITY_FLAG_IGNORE_CERT_WRONG_USAGE","features":[483]},{"name":"SECURITY_FLAG_IGNORE_UNKNOWN_CA","features":[483]},{"name":"SECURITY_FLAG_SECURE","features":[483]},{"name":"SECURITY_FLAG_STRENGTH_MEDIUM","features":[483]},{"name":"SECURITY_FLAG_STRENGTH_STRONG","features":[483]},{"name":"SECURITY_FLAG_STRENGTH_WEAK","features":[483]},{"name":"SecureProtocol_ALL","features":[483]},{"name":"SecureProtocol_SSL2","features":[483]},{"name":"SecureProtocol_SSL3","features":[483]},{"name":"SecureProtocol_TLS1","features":[483]},{"name":"SecureProtocol_TLS1_1","features":[483]},{"name":"SecureProtocol_TLS1_2","features":[483]},{"name":"SslErrorFlag_CertCNInvalid","features":[483]},{"name":"SslErrorFlag_CertDateInvalid","features":[483]},{"name":"SslErrorFlag_CertWrongUsage","features":[483]},{"name":"SslErrorFlag_Ignore_All","features":[483]},{"name":"SslErrorFlag_UnknownCA","features":[483]},{"name":"URL_COMPONENTS","features":[483]},{"name":"WINHTTP_ACCESS_TYPE","features":[483]},{"name":"WINHTTP_ACCESS_TYPE_AUTOMATIC_PROXY","features":[483]},{"name":"WINHTTP_ACCESS_TYPE_DEFAULT_PROXY","features":[483]},{"name":"WINHTTP_ACCESS_TYPE_NAMED_PROXY","features":[483]},{"name":"WINHTTP_ACCESS_TYPE_NO_PROXY","features":[483]},{"name":"WINHTTP_ADDREQ_FLAGS_MASK","features":[483]},{"name":"WINHTTP_ADDREQ_FLAG_ADD","features":[483]},{"name":"WINHTTP_ADDREQ_FLAG_ADD_IF_NEW","features":[483]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE","features":[483]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE_WITH_COMMA","features":[483]},{"name":"WINHTTP_ADDREQ_FLAG_COALESCE_WITH_SEMICOLON","features":[483]},{"name":"WINHTTP_ADDREQ_FLAG_REPLACE","features":[483]},{"name":"WINHTTP_ADDREQ_INDEX_MASK","features":[483]},{"name":"WINHTTP_ASYNC_RESULT","features":[483]},{"name":"WINHTTP_AUTH_SCHEME_BASIC","features":[483]},{"name":"WINHTTP_AUTH_SCHEME_DIGEST","features":[483]},{"name":"WINHTTP_AUTH_SCHEME_NEGOTIATE","features":[483]},{"name":"WINHTTP_AUTH_SCHEME_NTLM","features":[483]},{"name":"WINHTTP_AUTH_SCHEME_PASSPORT","features":[483]},{"name":"WINHTTP_AUTH_TARGET_PROXY","features":[483]},{"name":"WINHTTP_AUTH_TARGET_SERVER","features":[483]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_DEFAULT","features":[483]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_HIGH","features":[483]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_LOW","features":[483]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_MAX","features":[483]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_MEDIUM","features":[483]},{"name":"WINHTTP_AUTOLOGON_SECURITY_LEVEL_PROXY_ONLY","features":[483]},{"name":"WINHTTP_AUTOPROXY_ALLOW_AUTOCONFIG","features":[483]},{"name":"WINHTTP_AUTOPROXY_ALLOW_CM","features":[483]},{"name":"WINHTTP_AUTOPROXY_ALLOW_STATIC","features":[483]},{"name":"WINHTTP_AUTOPROXY_AUTO_DETECT","features":[483]},{"name":"WINHTTP_AUTOPROXY_CONFIG_URL","features":[483]},{"name":"WINHTTP_AUTOPROXY_HOST_KEEPCASE","features":[483]},{"name":"WINHTTP_AUTOPROXY_HOST_LOWERCASE","features":[483]},{"name":"WINHTTP_AUTOPROXY_NO_CACHE_CLIENT","features":[483]},{"name":"WINHTTP_AUTOPROXY_NO_CACHE_SVC","features":[483]},{"name":"WINHTTP_AUTOPROXY_NO_DIRECTACCESS","features":[483]},{"name":"WINHTTP_AUTOPROXY_OPTIONS","features":[305,483]},{"name":"WINHTTP_AUTOPROXY_RUN_INPROCESS","features":[483]},{"name":"WINHTTP_AUTOPROXY_RUN_OUTPROCESS_ONLY","features":[483]},{"name":"WINHTTP_AUTOPROXY_SORT_RESULTS","features":[483]},{"name":"WINHTTP_AUTOPROXY_USE_INTERFACE_CONFIG","features":[483]},{"name":"WINHTTP_AUTO_DETECT_TYPE_DHCP","features":[483]},{"name":"WINHTTP_AUTO_DETECT_TYPE_DNS_A","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_ALL_NOTIFICATIONS","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_DATA_AVAILABLE","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_DETECTING_PROXY","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_GETPROXYFORURL_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_GETPROXYSETTINGS_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_HEADERS_AVAILABLE","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_INTERMEDIATE_RESPONSE","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_READ_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_REDIRECT","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_REQUEST_ERROR","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_SECURE_FAILURE","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_SENDREQUEST_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_FLAG_WRITE_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_CLOSE_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_CLOSING_CONNECTION","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTED_TO_SERVER","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTING_TO_SERVER","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_CONNECTION_CLOSED","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_DATA_AVAILABLE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_DETECTING_PROXY","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_CN_INVALID","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_DATE_INVALID","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_REVOKED","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_REV_FAILED","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_CERT_WRONG_USAGE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_INVALID_CA","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_INVALID_CERT","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_FLAG_SECURITY_CHANNEL_ERROR","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_GETPROXYFORURL_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_GETPROXYSETTINGS_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_HANDLE_CLOSING","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_HANDLE_CREATED","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_HEADERS_AVAILABLE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_INTERMEDIATE_RESPONSE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_NAME_RESOLVED","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_READ_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_RECEIVING_RESPONSE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_REDIRECT","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_REQUEST_ERROR","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_REQUEST_SENT","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_RESOLVING_NAME","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_RESPONSE_RECEIVED","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_SECURE_FAILURE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_SENDING_REQUEST","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_SENDREQUEST_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_SETTINGS_READ_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_SETTINGS_WRITE_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_SHUTDOWN_COMPLETE","features":[483]},{"name":"WINHTTP_CALLBACK_STATUS_WRITE_COMPLETE","features":[483]},{"name":"WINHTTP_CERTIFICATE_INFO","features":[305,483]},{"name":"WINHTTP_CONNECTION_GROUP","features":[483]},{"name":"WINHTTP_CONNECTION_INFO","features":[483,319]},{"name":"WINHTTP_CONNECTION_INFO","features":[483,319]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_408","features":[483]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_SSL_HANDSHAKE","features":[483]},{"name":"WINHTTP_CONNECTION_RETRY_CONDITION_STALE_CONNECTION","features":[483]},{"name":"WINHTTP_CONNS_PER_SERVER_UNLIMITED","features":[483]},{"name":"WINHTTP_CREDS","features":[483]},{"name":"WINHTTP_CREDS_AUTHSCHEME","features":[483]},{"name":"WINHTTP_CREDS_EX","features":[483]},{"name":"WINHTTP_CURRENT_USER_IE_PROXY_CONFIG","features":[305,483]},{"name":"WINHTTP_DECOMPRESSION_FLAG_DEFLATE","features":[483]},{"name":"WINHTTP_DECOMPRESSION_FLAG_GZIP","features":[483]},{"name":"WINHTTP_DISABLE_AUTHENTICATION","features":[483]},{"name":"WINHTTP_DISABLE_COOKIES","features":[483]},{"name":"WINHTTP_DISABLE_KEEP_ALIVE","features":[483]},{"name":"WINHTTP_DISABLE_PASSPORT_AUTH","features":[483]},{"name":"WINHTTP_DISABLE_PASSPORT_KEYRING","features":[483]},{"name":"WINHTTP_DISABLE_REDIRECTS","features":[483]},{"name":"WINHTTP_DISABLE_SPN_SERVER_PORT","features":[483]},{"name":"WINHTTP_ENABLE_PASSPORT_AUTH","features":[483]},{"name":"WINHTTP_ENABLE_PASSPORT_KEYRING","features":[483]},{"name":"WINHTTP_ENABLE_SPN_SERVER_PORT","features":[483]},{"name":"WINHTTP_ENABLE_SSL_REVERT_IMPERSONATION","features":[483]},{"name":"WINHTTP_ENABLE_SSL_REVOCATION","features":[483]},{"name":"WINHTTP_ERROR_BASE","features":[483]},{"name":"WINHTTP_ERROR_LAST","features":[483]},{"name":"WINHTTP_EXTENDED_HEADER","features":[483]},{"name":"WINHTTP_EXTENDED_HEADER_FLAG_UNICODE","features":[483]},{"name":"WINHTTP_FAILED_CONNECTION_RETRIES","features":[483]},{"name":"WINHTTP_FEATURE_ADD_REQUEST_HEADERS_EX","features":[483]},{"name":"WINHTTP_FEATURE_BACKGROUND_CONNECTIONS","features":[483]},{"name":"WINHTTP_FEATURE_CONNECTION_GUID","features":[483]},{"name":"WINHTTP_FEATURE_CONNECTION_STATS_V0","features":[483]},{"name":"WINHTTP_FEATURE_CONNECTION_STATS_V1","features":[483]},{"name":"WINHTTP_FEATURE_DISABLE_CERT_CHAIN_BUILDING","features":[483]},{"name":"WINHTTP_FEATURE_DISABLE_PROXY_AUTH_SCHEMES","features":[483]},{"name":"WINHTTP_FEATURE_DISABLE_SECURE_PROTOCOL_FALLBACK","features":[483]},{"name":"WINHTTP_FEATURE_DISABLE_STREAM_QUEUE","features":[483]},{"name":"WINHTTP_FEATURE_ENABLE_HTTP2_PLUS_CLIENT_CERT","features":[483]},{"name":"WINHTTP_FEATURE_EXPIRE_CONNECTION","features":[483]},{"name":"WINHTTP_FEATURE_EXTENDED_HEADER_FLAG_UNICODE","features":[483]},{"name":"WINHTTP_FEATURE_FAILED_CONNECTION_RETRIES","features":[483]},{"name":"WINHTTP_FEATURE_FIRST_AVAILABLE_CONNECTION","features":[483]},{"name":"WINHTTP_FEATURE_FLAG_AUTOMATIC_CHUNKING","features":[483]},{"name":"WINHTTP_FEATURE_FLAG_SECURE_DEFAULTS","features":[483]},{"name":"WINHTTP_FEATURE_FREE_QUERY_CONNECTION_GROUP_RESULT","features":[483]},{"name":"WINHTTP_FEATURE_HTTP2_KEEPALIVE","features":[483]},{"name":"WINHTTP_FEATURE_HTTP2_PLUS_TRANSFER_ENCODING","features":[483]},{"name":"WINHTTP_FEATURE_HTTP2_RECEIVE_WINDOW","features":[483]},{"name":"WINHTTP_FEATURE_HTTP3_HANDSHAKE_TIMEOUT","features":[483]},{"name":"WINHTTP_FEATURE_HTTP3_INITIAL_RTT","features":[483]},{"name":"WINHTTP_FEATURE_HTTP3_KEEPALIVE","features":[483]},{"name":"WINHTTP_FEATURE_HTTP3_STREAM_ERROR_CODE","features":[483]},{"name":"WINHTTP_FEATURE_HTTP_PROTOCOL_REQUIRED","features":[483]},{"name":"WINHTTP_FEATURE_IGNORE_CERT_REVOCATION_OFFLINE","features":[483]},{"name":"WINHTTP_FEATURE_IPV6_FAST_FALLBACK","features":[483]},{"name":"WINHTTP_FEATURE_IS_FEATURE_SUPPORTED","features":[483]},{"name":"WINHTTP_FEATURE_MATCH_CONNECTION_GUID","features":[483]},{"name":"WINHTTP_FEATURE_MATCH_CONNECTION_GUID_FLAG_REQUIRE_MARKED_CONNECTION","features":[483]},{"name":"WINHTTP_FEATURE_QUERY_CONNECTION_GROUP","features":[483]},{"name":"WINHTTP_FEATURE_QUERY_CONNECTION_GROUP_FLAG_INSECURE","features":[483]},{"name":"WINHTTP_FEATURE_QUERY_EX_ALL_HEADERS","features":[483]},{"name":"WINHTTP_FEATURE_QUERY_FLAG_TRAILERS","features":[483]},{"name":"WINHTTP_FEATURE_QUERY_FLAG_WIRE_ENCODING","features":[483]},{"name":"WINHTTP_FEATURE_QUERY_HEADERS_EX","features":[483]},{"name":"WINHTTP_FEATURE_QUIC_STATS","features":[483]},{"name":"WINHTTP_FEATURE_READ_DATA_EX","features":[483]},{"name":"WINHTTP_FEATURE_READ_DATA_EX_FLAG_FILL_BUFFER","features":[483]},{"name":"WINHTTP_FEATURE_REFERER_TOKEN_BINDING_HOSTNAME","features":[483]},{"name":"WINHTTP_FEATURE_REQUEST_ANNOTATION","features":[483]},{"name":"WINHTTP_FEATURE_REQUEST_STATS","features":[483]},{"name":"WINHTTP_FEATURE_REQUEST_TIMES","features":[483]},{"name":"WINHTTP_FEATURE_REQUIRE_STREAM_END","features":[483]},{"name":"WINHTTP_FEATURE_RESOLUTION_HOSTNAME","features":[483]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG","features":[483]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_BYPASS_CACHE","features":[483]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_CONN_USE_TTL","features":[483]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_SOFT_LIMIT","features":[483]},{"name":"WINHTTP_FEATURE_RESOLVER_CACHE_CONFIG_FLAG_USE_DNS_TTL","features":[483]},{"name":"WINHTTP_FEATURE_REVERT_IMPERSONATION_SERVER_CERT","features":[483]},{"name":"WINHTTP_FEATURE_SECURITY_FLAG_IGNORE_ALL_CERT_ERRORS","features":[483]},{"name":"WINHTTP_FEATURE_SECURITY_INFO","features":[483]},{"name":"WINHTTP_FEATURE_SERVER_CERT_CHAIN_CONTEXT","features":[483]},{"name":"WINHTTP_FEATURE_SET_PROXY_SETINGS_PER_USER","features":[483]},{"name":"WINHTTP_FEATURE_SET_TOKEN_BINDING","features":[483]},{"name":"WINHTTP_FEATURE_STREAM_ERROR_CODE","features":[483]},{"name":"WINHTTP_FEATURE_TCP_FAST_OPEN","features":[483]},{"name":"WINHTTP_FEATURE_TCP_KEEPALIVE","features":[483]},{"name":"WINHTTP_FEATURE_TCP_PRIORITY_STATUS","features":[483]},{"name":"WINHTTP_FEATURE_TLS_FALSE_START","features":[483]},{"name":"WINHTTP_FEATURE_TLS_PROTOCOL_INSECURE_FALLBACK","features":[483]},{"name":"WINHTTP_FEATURE_TOKEN_BINDING_PUBLIC_KEY","features":[483]},{"name":"WINHTTP_FLAG_ASYNC","features":[483]},{"name":"WINHTTP_FLAG_AUTOMATIC_CHUNKING","features":[483]},{"name":"WINHTTP_FLAG_BYPASS_PROXY_CACHE","features":[483]},{"name":"WINHTTP_FLAG_ESCAPE_DISABLE","features":[483]},{"name":"WINHTTP_FLAG_ESCAPE_DISABLE_QUERY","features":[483]},{"name":"WINHTTP_FLAG_ESCAPE_PERCENT","features":[483]},{"name":"WINHTTP_FLAG_NULL_CODEPAGE","features":[483]},{"name":"WINHTTP_FLAG_REFRESH","features":[483]},{"name":"WINHTTP_FLAG_SECURE","features":[483]},{"name":"WINHTTP_FLAG_SECURE_DEFAULTS","features":[483]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_SSL2","features":[483]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_SSL3","features":[483]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1","features":[483]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_1","features":[483]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2","features":[483]},{"name":"WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_3","features":[483]},{"name":"WINHTTP_HANDLE_TYPE_CONNECT","features":[483]},{"name":"WINHTTP_HANDLE_TYPE_PROXY_RESOLVER","features":[483]},{"name":"WINHTTP_HANDLE_TYPE_REQUEST","features":[483]},{"name":"WINHTTP_HANDLE_TYPE_SESSION","features":[483]},{"name":"WINHTTP_HANDLE_TYPE_WEBSOCKET","features":[483]},{"name":"WINHTTP_HEADER_NAME","features":[483]},{"name":"WINHTTP_HOST_CONNECTION_GROUP","features":[483]},{"name":"WINHTTP_HTTP2_RECEIVE_WINDOW","features":[483]},{"name":"WINHTTP_IGNORE_REQUEST_TOTAL_LENGTH","features":[483]},{"name":"WINHTTP_INTERNET_SCHEME","features":[483]},{"name":"WINHTTP_INTERNET_SCHEME_FTP","features":[483]},{"name":"WINHTTP_INTERNET_SCHEME_HTTP","features":[483]},{"name":"WINHTTP_INTERNET_SCHEME_HTTPS","features":[483]},{"name":"WINHTTP_INTERNET_SCHEME_SOCKS","features":[483]},{"name":"WINHTTP_LAST_OPTION","features":[483]},{"name":"WINHTTP_MATCH_CONNECTION_GUID","features":[483]},{"name":"WINHTTP_MATCH_CONNECTION_GUID","features":[483]},{"name":"WINHTTP_MATCH_CONNECTION_GUID_FLAGS_MASK","features":[483]},{"name":"WINHTTP_MATCH_CONNECTION_GUID_FLAG_REQUIRE_MARKED_CONNECTION","features":[483]},{"name":"WINHTTP_OPEN_REQUEST_FLAGS","features":[483]},{"name":"WINHTTP_OPTION_ASSURED_NON_BLOCKING_CALLBACKS","features":[483]},{"name":"WINHTTP_OPTION_AUTOLOGON_POLICY","features":[483]},{"name":"WINHTTP_OPTION_BACKGROUND_CONNECTIONS","features":[483]},{"name":"WINHTTP_OPTION_CALLBACK","features":[483]},{"name":"WINHTTP_OPTION_CLIENT_CERT_CONTEXT","features":[483]},{"name":"WINHTTP_OPTION_CLIENT_CERT_ISSUER_LIST","features":[483]},{"name":"WINHTTP_OPTION_CODEPAGE","features":[483]},{"name":"WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH","features":[483]},{"name":"WINHTTP_OPTION_CONNECTION_FILTER","features":[483]},{"name":"WINHTTP_OPTION_CONNECTION_GUID","features":[483]},{"name":"WINHTTP_OPTION_CONNECTION_INFO","features":[483]},{"name":"WINHTTP_OPTION_CONNECTION_STATS_V0","features":[483]},{"name":"WINHTTP_OPTION_CONNECTION_STATS_V1","features":[483]},{"name":"WINHTTP_OPTION_CONNECT_RETRIES","features":[483]},{"name":"WINHTTP_OPTION_CONNECT_TIMEOUT","features":[483]},{"name":"WINHTTP_OPTION_CONTEXT_VALUE","features":[483]},{"name":"WINHTTP_OPTION_DECOMPRESSION","features":[483]},{"name":"WINHTTP_OPTION_DISABLE_CERT_CHAIN_BUILDING","features":[483]},{"name":"WINHTTP_OPTION_DISABLE_FEATURE","features":[483]},{"name":"WINHTTP_OPTION_DISABLE_GLOBAL_POOLING","features":[483]},{"name":"WINHTTP_OPTION_DISABLE_PROXY_AUTH_SCHEMES","features":[483]},{"name":"WINHTTP_OPTION_DISABLE_SECURE_PROTOCOL_FALLBACK","features":[483]},{"name":"WINHTTP_OPTION_DISABLE_STREAM_QUEUE","features":[483]},{"name":"WINHTTP_OPTION_ENABLETRACING","features":[483]},{"name":"WINHTTP_OPTION_ENABLE_FEATURE","features":[483]},{"name":"WINHTTP_OPTION_ENABLE_HTTP2_PLUS_CLIENT_CERT","features":[483]},{"name":"WINHTTP_OPTION_ENABLE_HTTP_PROTOCOL","features":[483]},{"name":"WINHTTP_OPTION_ENCODE_EXTRA","features":[483]},{"name":"WINHTTP_OPTION_EXPIRE_CONNECTION","features":[483]},{"name":"WINHTTP_OPTION_EXTENDED_ERROR","features":[483]},{"name":"WINHTTP_OPTION_FAILED_CONNECTION_RETRIES","features":[483]},{"name":"WINHTTP_OPTION_FEATURE_SUPPORTED","features":[483]},{"name":"WINHTTP_OPTION_FIRST_AVAILABLE_CONNECTION","features":[483]},{"name":"WINHTTP_OPTION_GLOBAL_PROXY_CREDS","features":[483]},{"name":"WINHTTP_OPTION_GLOBAL_SERVER_CREDS","features":[483]},{"name":"WINHTTP_OPTION_HANDLE_TYPE","features":[483]},{"name":"WINHTTP_OPTION_HTTP2_KEEPALIVE","features":[483]},{"name":"WINHTTP_OPTION_HTTP2_PLUS_TRANSFER_ENCODING","features":[483]},{"name":"WINHTTP_OPTION_HTTP2_RECEIVE_WINDOW","features":[483]},{"name":"WINHTTP_OPTION_HTTP3_HANDSHAKE_TIMEOUT","features":[483]},{"name":"WINHTTP_OPTION_HTTP3_INITIAL_RTT","features":[483]},{"name":"WINHTTP_OPTION_HTTP3_KEEPALIVE","features":[483]},{"name":"WINHTTP_OPTION_HTTP3_STREAM_ERROR_CODE","features":[483]},{"name":"WINHTTP_OPTION_HTTP_PROTOCOL_REQUIRED","features":[483]},{"name":"WINHTTP_OPTION_HTTP_PROTOCOL_USED","features":[483]},{"name":"WINHTTP_OPTION_HTTP_VERSION","features":[483]},{"name":"WINHTTP_OPTION_IGNORE_CERT_REVOCATION_OFFLINE","features":[483]},{"name":"WINHTTP_OPTION_IPV6_FAST_FALLBACK","features":[483]},{"name":"WINHTTP_OPTION_IS_PROXY_CONNECT_RESPONSE","features":[483]},{"name":"WINHTTP_OPTION_KDC_PROXY_SETTINGS","features":[483]},{"name":"WINHTTP_OPTION_MATCH_CONNECTION_GUID","features":[483]},{"name":"WINHTTP_OPTION_MAX_CONNS_PER_1_0_SERVER","features":[483]},{"name":"WINHTTP_OPTION_MAX_CONNS_PER_SERVER","features":[483]},{"name":"WINHTTP_OPTION_MAX_HTTP_AUTOMATIC_REDIRECTS","features":[483]},{"name":"WINHTTP_OPTION_MAX_HTTP_STATUS_CONTINUE","features":[483]},{"name":"WINHTTP_OPTION_MAX_RESPONSE_DRAIN_SIZE","features":[483]},{"name":"WINHTTP_OPTION_MAX_RESPONSE_HEADER_SIZE","features":[483]},{"name":"WINHTTP_OPTION_NETWORK_INTERFACE_AFFINITY","features":[483]},{"name":"WINHTTP_OPTION_PARENT_HANDLE","features":[483]},{"name":"WINHTTP_OPTION_PASSPORT_COBRANDING_TEXT","features":[483]},{"name":"WINHTTP_OPTION_PASSPORT_COBRANDING_URL","features":[483]},{"name":"WINHTTP_OPTION_PASSPORT_RETURN_URL","features":[483]},{"name":"WINHTTP_OPTION_PASSPORT_SIGN_OUT","features":[483]},{"name":"WINHTTP_OPTION_PASSWORD","features":[483]},{"name":"WINHTTP_OPTION_PROXY","features":[483]},{"name":"WINHTTP_OPTION_PROXY_DISABLE_SERVICE_CALLS","features":[483]},{"name":"WINHTTP_OPTION_PROXY_PASSWORD","features":[483]},{"name":"WINHTTP_OPTION_PROXY_RESULT_ENTRY","features":[483]},{"name":"WINHTTP_OPTION_PROXY_SPN_USED","features":[483]},{"name":"WINHTTP_OPTION_PROXY_USERNAME","features":[483]},{"name":"WINHTTP_OPTION_QUIC_STATS","features":[483]},{"name":"WINHTTP_OPTION_READ_BUFFER_SIZE","features":[483]},{"name":"WINHTTP_OPTION_RECEIVE_PROXY_CONNECT_RESPONSE","features":[483]},{"name":"WINHTTP_OPTION_RECEIVE_RESPONSE_TIMEOUT","features":[483]},{"name":"WINHTTP_OPTION_RECEIVE_TIMEOUT","features":[483]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY","features":[483]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_ALWAYS","features":[483]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_DEFAULT","features":[483]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_DISALLOW_HTTPS_TO_HTTP","features":[483]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_LAST","features":[483]},{"name":"WINHTTP_OPTION_REDIRECT_POLICY_NEVER","features":[483]},{"name":"WINHTTP_OPTION_REFERER_TOKEN_BINDING_HOSTNAME","features":[483]},{"name":"WINHTTP_OPTION_REJECT_USERPWD_IN_URL","features":[483]},{"name":"WINHTTP_OPTION_REQUEST_ANNOTATION","features":[483]},{"name":"WINHTTP_OPTION_REQUEST_ANNOTATION_MAX_LENGTH","features":[483]},{"name":"WINHTTP_OPTION_REQUEST_PRIORITY","features":[483]},{"name":"WINHTTP_OPTION_REQUEST_STATS","features":[483]},{"name":"WINHTTP_OPTION_REQUEST_TIMES","features":[483]},{"name":"WINHTTP_OPTION_REQUIRE_STREAM_END","features":[483]},{"name":"WINHTTP_OPTION_RESOLUTION_HOSTNAME","features":[483]},{"name":"WINHTTP_OPTION_RESOLVER_CACHE_CONFIG","features":[483]},{"name":"WINHTTP_OPTION_RESOLVE_TIMEOUT","features":[483]},{"name":"WINHTTP_OPTION_REVERT_IMPERSONATION_SERVER_CERT","features":[483]},{"name":"WINHTTP_OPTION_SECURE_PROTOCOLS","features":[483]},{"name":"WINHTTP_OPTION_SECURITY_CERTIFICATE_STRUCT","features":[483]},{"name":"WINHTTP_OPTION_SECURITY_FLAGS","features":[483]},{"name":"WINHTTP_OPTION_SECURITY_INFO","features":[483]},{"name":"WINHTTP_OPTION_SECURITY_KEY_BITNESS","features":[483]},{"name":"WINHTTP_OPTION_SEND_TIMEOUT","features":[483]},{"name":"WINHTTP_OPTION_SERVER_CBT","features":[483]},{"name":"WINHTTP_OPTION_SERVER_CERT_CHAIN_CONTEXT","features":[483]},{"name":"WINHTTP_OPTION_SERVER_CERT_CONTEXT","features":[483]},{"name":"WINHTTP_OPTION_SERVER_SPN_USED","features":[483]},{"name":"WINHTTP_OPTION_SET_TOKEN_BINDING","features":[483]},{"name":"WINHTTP_OPTION_SPN","features":[483]},{"name":"WINHTTP_OPTION_SPN_MASK","features":[483]},{"name":"WINHTTP_OPTION_STREAM_ERROR_CODE","features":[483]},{"name":"WINHTTP_OPTION_TCP_FAST_OPEN","features":[483]},{"name":"WINHTTP_OPTION_TCP_KEEPALIVE","features":[483]},{"name":"WINHTTP_OPTION_TCP_PRIORITY_HINT","features":[483]},{"name":"WINHTTP_OPTION_TCP_PRIORITY_STATUS","features":[483]},{"name":"WINHTTP_OPTION_TLS_FALSE_START","features":[483]},{"name":"WINHTTP_OPTION_TLS_PROTOCOL_INSECURE_FALLBACK","features":[483]},{"name":"WINHTTP_OPTION_TOKEN_BINDING_PUBLIC_KEY","features":[483]},{"name":"WINHTTP_OPTION_UNLOAD_NOTIFY_EVENT","features":[483]},{"name":"WINHTTP_OPTION_UNSAFE_HEADER_PARSING","features":[483]},{"name":"WINHTTP_OPTION_UPGRADE_TO_WEB_SOCKET","features":[483]},{"name":"WINHTTP_OPTION_URL","features":[483]},{"name":"WINHTTP_OPTION_USERNAME","features":[483]},{"name":"WINHTTP_OPTION_USER_AGENT","features":[483]},{"name":"WINHTTP_OPTION_USE_GLOBAL_SERVER_CREDENTIALS","features":[483]},{"name":"WINHTTP_OPTION_USE_SESSION_SCH_CRED","features":[483]},{"name":"WINHTTP_OPTION_WEB_SOCKET_CLOSE_TIMEOUT","features":[483]},{"name":"WINHTTP_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL","features":[483]},{"name":"WINHTTP_OPTION_WEB_SOCKET_RECEIVE_BUFFER_SIZE","features":[483]},{"name":"WINHTTP_OPTION_WEB_SOCKET_SEND_BUFFER_SIZE","features":[483]},{"name":"WINHTTP_OPTION_WORKER_THREAD_COUNT","features":[483]},{"name":"WINHTTP_OPTION_WRITE_BUFFER_SIZE","features":[483]},{"name":"WINHTTP_PROTOCOL_FLAG_HTTP2","features":[483]},{"name":"WINHTTP_PROTOCOL_FLAG_HTTP3","features":[483]},{"name":"WINHTTP_PROXY_CHANGE_CALLBACK","features":[483]},{"name":"WINHTTP_PROXY_DISABLE_AUTH_LOCAL_SERVICE","features":[483]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_BASIC","features":[483]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_DIGEST","features":[483]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_KERBEROS","features":[483]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_NEGOTIATE","features":[483]},{"name":"WINHTTP_PROXY_DISABLE_SCHEME_NTLM","features":[483]},{"name":"WINHTTP_PROXY_INFO","features":[483]},{"name":"WINHTTP_PROXY_NETWORKING_KEY","features":[483]},{"name":"WINHTTP_PROXY_NOTIFY_CHANGE","features":[483]},{"name":"WINHTTP_PROXY_RESULT","features":[305,483]},{"name":"WINHTTP_PROXY_RESULT_ENTRY","features":[305,483]},{"name":"WINHTTP_PROXY_RESULT_EX","features":[305,483]},{"name":"WINHTTP_PROXY_SETTINGS","features":[305,483]},{"name":"WINHTTP_PROXY_SETTINGS_EX","features":[483]},{"name":"WINHTTP_PROXY_SETTINGS_EX","features":[483]},{"name":"WINHTTP_PROXY_SETTINGS_PARAM","features":[483]},{"name":"WINHTTP_PROXY_SETTINGS_PARAM","features":[483]},{"name":"WINHTTP_PROXY_SETTINGS_TYPE","features":[483]},{"name":"WINHTTP_PROXY_TYPE_AUTO_DETECT","features":[483]},{"name":"WINHTTP_PROXY_TYPE_AUTO_PROXY_URL","features":[483]},{"name":"WINHTTP_PROXY_TYPE_DIRECT","features":[483]},{"name":"WINHTTP_PROXY_TYPE_PROXY","features":[483]},{"name":"WINHTTP_QUERY_ACCEPT","features":[483]},{"name":"WINHTTP_QUERY_ACCEPT_CHARSET","features":[483]},{"name":"WINHTTP_QUERY_ACCEPT_ENCODING","features":[483]},{"name":"WINHTTP_QUERY_ACCEPT_LANGUAGE","features":[483]},{"name":"WINHTTP_QUERY_ACCEPT_RANGES","features":[483]},{"name":"WINHTTP_QUERY_AGE","features":[483]},{"name":"WINHTTP_QUERY_ALLOW","features":[483]},{"name":"WINHTTP_QUERY_AUTHENTICATION_INFO","features":[483]},{"name":"WINHTTP_QUERY_AUTHORIZATION","features":[483]},{"name":"WINHTTP_QUERY_CACHE_CONTROL","features":[483]},{"name":"WINHTTP_QUERY_CONNECTION","features":[483]},{"name":"WINHTTP_QUERY_CONNECTION_GROUP_RESULT","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_BASE","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_DESCRIPTION","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_DISPOSITION","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_ENCODING","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_ID","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_LANGUAGE","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_LENGTH","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_LOCATION","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_MD5","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_RANGE","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_TRANSFER_ENCODING","features":[483]},{"name":"WINHTTP_QUERY_CONTENT_TYPE","features":[483]},{"name":"WINHTTP_QUERY_COOKIE","features":[483]},{"name":"WINHTTP_QUERY_COST","features":[483]},{"name":"WINHTTP_QUERY_CUSTOM","features":[483]},{"name":"WINHTTP_QUERY_DATE","features":[483]},{"name":"WINHTTP_QUERY_DERIVED_FROM","features":[483]},{"name":"WINHTTP_QUERY_ETAG","features":[483]},{"name":"WINHTTP_QUERY_EXPECT","features":[483]},{"name":"WINHTTP_QUERY_EXPIRES","features":[483]},{"name":"WINHTTP_QUERY_EX_ALL_HEADERS","features":[483]},{"name":"WINHTTP_QUERY_FLAG_NUMBER","features":[483]},{"name":"WINHTTP_QUERY_FLAG_NUMBER64","features":[483]},{"name":"WINHTTP_QUERY_FLAG_REQUEST_HEADERS","features":[483]},{"name":"WINHTTP_QUERY_FLAG_SYSTEMTIME","features":[483]},{"name":"WINHTTP_QUERY_FLAG_TRAILERS","features":[483]},{"name":"WINHTTP_QUERY_FLAG_WIRE_ENCODING","features":[483]},{"name":"WINHTTP_QUERY_FORWARDED","features":[483]},{"name":"WINHTTP_QUERY_FROM","features":[483]},{"name":"WINHTTP_QUERY_HOST","features":[483]},{"name":"WINHTTP_QUERY_IF_MATCH","features":[483]},{"name":"WINHTTP_QUERY_IF_MODIFIED_SINCE","features":[483]},{"name":"WINHTTP_QUERY_IF_NONE_MATCH","features":[483]},{"name":"WINHTTP_QUERY_IF_RANGE","features":[483]},{"name":"WINHTTP_QUERY_IF_UNMODIFIED_SINCE","features":[483]},{"name":"WINHTTP_QUERY_LAST_MODIFIED","features":[483]},{"name":"WINHTTP_QUERY_LINK","features":[483]},{"name":"WINHTTP_QUERY_LOCATION","features":[483]},{"name":"WINHTTP_QUERY_MAX","features":[483]},{"name":"WINHTTP_QUERY_MAX_FORWARDS","features":[483]},{"name":"WINHTTP_QUERY_MESSAGE_ID","features":[483]},{"name":"WINHTTP_QUERY_MIME_VERSION","features":[483]},{"name":"WINHTTP_QUERY_ORIG_URI","features":[483]},{"name":"WINHTTP_QUERY_PASSPORT_CONFIG","features":[483]},{"name":"WINHTTP_QUERY_PASSPORT_URLS","features":[483]},{"name":"WINHTTP_QUERY_PRAGMA","features":[483]},{"name":"WINHTTP_QUERY_PROXY_AUTHENTICATE","features":[483]},{"name":"WINHTTP_QUERY_PROXY_AUTHORIZATION","features":[483]},{"name":"WINHTTP_QUERY_PROXY_CONNECTION","features":[483]},{"name":"WINHTTP_QUERY_PROXY_SUPPORT","features":[483]},{"name":"WINHTTP_QUERY_PUBLIC","features":[483]},{"name":"WINHTTP_QUERY_RANGE","features":[483]},{"name":"WINHTTP_QUERY_RAW_HEADERS","features":[483]},{"name":"WINHTTP_QUERY_RAW_HEADERS_CRLF","features":[483]},{"name":"WINHTTP_QUERY_REFERER","features":[483]},{"name":"WINHTTP_QUERY_REFRESH","features":[483]},{"name":"WINHTTP_QUERY_REQUEST_METHOD","features":[483]},{"name":"WINHTTP_QUERY_RETRY_AFTER","features":[483]},{"name":"WINHTTP_QUERY_SERVER","features":[483]},{"name":"WINHTTP_QUERY_SET_COOKIE","features":[483]},{"name":"WINHTTP_QUERY_STATUS_CODE","features":[483]},{"name":"WINHTTP_QUERY_STATUS_TEXT","features":[483]},{"name":"WINHTTP_QUERY_TITLE","features":[483]},{"name":"WINHTTP_QUERY_TRANSFER_ENCODING","features":[483]},{"name":"WINHTTP_QUERY_UNLESS_MODIFIED_SINCE","features":[483]},{"name":"WINHTTP_QUERY_UPGRADE","features":[483]},{"name":"WINHTTP_QUERY_URI","features":[483]},{"name":"WINHTTP_QUERY_USER_AGENT","features":[483]},{"name":"WINHTTP_QUERY_VARY","features":[483]},{"name":"WINHTTP_QUERY_VERSION","features":[483]},{"name":"WINHTTP_QUERY_VIA","features":[483]},{"name":"WINHTTP_QUERY_WARNING","features":[483]},{"name":"WINHTTP_QUERY_WWW_AUTHENTICATE","features":[483]},{"name":"WINHTTP_REQUEST_STATS","features":[483]},{"name":"WINHTTP_REQUEST_STATS","features":[483]},{"name":"WINHTTP_REQUEST_STAT_ENTRY","features":[483]},{"name":"WINHTTP_REQUEST_STAT_FLAG_FIRST_REQUEST","features":[483]},{"name":"WINHTTP_REQUEST_STAT_FLAG_PROXY_TLS_FALSE_START","features":[483]},{"name":"WINHTTP_REQUEST_STAT_FLAG_PROXY_TLS_SESSION_RESUMPTION","features":[483]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TCP_FAST_OPEN","features":[483]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TLS_FALSE_START","features":[483]},{"name":"WINHTTP_REQUEST_STAT_FLAG_TLS_SESSION_RESUMPTION","features":[483]},{"name":"WINHTTP_REQUEST_TIMES","features":[483]},{"name":"WINHTTP_REQUEST_TIMES","features":[483]},{"name":"WINHTTP_REQUEST_TIME_ENTRY","features":[483]},{"name":"WINHTTP_RESET_ALL","features":[483]},{"name":"WINHTTP_RESET_DISCARD_RESOLVERS","features":[483]},{"name":"WINHTTP_RESET_NOTIFY_NETWORK_CHANGED","features":[483]},{"name":"WINHTTP_RESET_OUT_OF_PROC","features":[483]},{"name":"WINHTTP_RESET_SCRIPT_CACHE","features":[483]},{"name":"WINHTTP_RESET_STATE","features":[483]},{"name":"WINHTTP_RESET_SWPAD_ALL","features":[483]},{"name":"WINHTTP_RESET_SWPAD_CURRENT_NETWORK","features":[483]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG","features":[483]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG","features":[483]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_BYPASS_CACHE","features":[483]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_CONN_USE_TTL","features":[483]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_SOFT_LIMIT","features":[483]},{"name":"WINHTTP_RESOLVER_CACHE_CONFIG_FLAG_USE_DNS_TTL","features":[483]},{"name":"WINHTTP_SECURE_DNS_SETTING","features":[483]},{"name":"WINHTTP_STATUS_CALLBACK","features":[483]},{"name":"WINHTTP_TIME_FORMAT_BUFSIZE","features":[483]},{"name":"WINHTTP_WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_ASYNC_RESULT","features":[483]},{"name":"WINHTTP_WEB_SOCKET_BINARY_FRAGMENT_BUFFER_TYPE","features":[483]},{"name":"WINHTTP_WEB_SOCKET_BINARY_MESSAGE_BUFFER_TYPE","features":[483]},{"name":"WINHTTP_WEB_SOCKET_BUFFER_TYPE","features":[483]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_BUFFER_TYPE","features":[483]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_OPERATION","features":[483]},{"name":"WINHTTP_WEB_SOCKET_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_ENDPOINT_TERMINATED_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[483]},{"name":"WINHTTP_WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE","features":[483]},{"name":"WINHTTP_WEB_SOCKET_OPERATION","features":[483]},{"name":"WINHTTP_WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_RECEIVE_OPERATION","features":[483]},{"name":"WINHTTP_WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_SEND_OPERATION","features":[483]},{"name":"WINHTTP_WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_SHUTDOWN_OPERATION","features":[483]},{"name":"WINHTTP_WEB_SOCKET_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[483]},{"name":"WINHTTP_WEB_SOCKET_UTF8_FRAGMENT_BUFFER_TYPE","features":[483]},{"name":"WINHTTP_WEB_SOCKET_UTF8_MESSAGE_BUFFER_TYPE","features":[483]},{"name":"WIN_HTTP_CREATE_URL_FLAGS","features":[483]},{"name":"WinHttpAddRequestHeaders","features":[305,483]},{"name":"WinHttpAddRequestHeadersEx","features":[483]},{"name":"WinHttpCheckPlatform","features":[305,483]},{"name":"WinHttpCloseHandle","features":[305,483]},{"name":"WinHttpConnect","features":[483]},{"name":"WinHttpConnectFailureCount","features":[483]},{"name":"WinHttpConnectionAcquireEnd","features":[483]},{"name":"WinHttpConnectionAcquireStart","features":[483]},{"name":"WinHttpConnectionAcquireWaitEnd","features":[483]},{"name":"WinHttpConnectionEstablishmentEnd","features":[483]},{"name":"WinHttpConnectionEstablishmentStart","features":[483]},{"name":"WinHttpCrackUrl","features":[305,483]},{"name":"WinHttpCreateProxyResolver","features":[483]},{"name":"WinHttpCreateUrl","features":[305,483]},{"name":"WinHttpDetectAutoProxyConfigUrl","features":[305,483]},{"name":"WinHttpFreeProxyResult","features":[305,483]},{"name":"WinHttpFreeProxyResultEx","features":[305,483]},{"name":"WinHttpFreeProxySettings","features":[305,483]},{"name":"WinHttpFreeProxySettingsEx","features":[483]},{"name":"WinHttpFreeQueryConnectionGroupResult","features":[483]},{"name":"WinHttpGetDefaultProxyConfiguration","features":[305,483]},{"name":"WinHttpGetIEProxyConfigForCurrentUser","features":[305,483]},{"name":"WinHttpGetProxyForUrl","features":[305,483]},{"name":"WinHttpGetProxyForUrlEx","features":[305,483]},{"name":"WinHttpGetProxyForUrlEx2","features":[305,483]},{"name":"WinHttpGetProxyResult","features":[305,483]},{"name":"WinHttpGetProxyResultEx","features":[305,483]},{"name":"WinHttpGetProxySettingsEx","features":[483]},{"name":"WinHttpGetProxySettingsResultEx","features":[483]},{"name":"WinHttpGetProxySettingsVersion","features":[483]},{"name":"WinHttpNameResolutionEnd","features":[483]},{"name":"WinHttpNameResolutionStart","features":[483]},{"name":"WinHttpOpen","features":[483]},{"name":"WinHttpOpenRequest","features":[483]},{"name":"WinHttpProxyDetectionEnd","features":[483]},{"name":"WinHttpProxyDetectionStart","features":[483]},{"name":"WinHttpProxyFailureCount","features":[483]},{"name":"WinHttpProxySettingsTypeUnknown","features":[483]},{"name":"WinHttpProxySettingsTypeWsa","features":[483]},{"name":"WinHttpProxySettingsTypeWsl","features":[483]},{"name":"WinHttpProxyTlsHandshakeClientLeg1End","features":[483]},{"name":"WinHttpProxyTlsHandshakeClientLeg1Size","features":[483]},{"name":"WinHttpProxyTlsHandshakeClientLeg1Start","features":[483]},{"name":"WinHttpProxyTlsHandshakeClientLeg2End","features":[483]},{"name":"WinHttpProxyTlsHandshakeClientLeg2Size","features":[483]},{"name":"WinHttpProxyTlsHandshakeClientLeg2Start","features":[483]},{"name":"WinHttpProxyTlsHandshakeClientLeg3End","features":[483]},{"name":"WinHttpProxyTlsHandshakeClientLeg3Start","features":[483]},{"name":"WinHttpProxyTlsHandshakeServerLeg1Size","features":[483]},{"name":"WinHttpProxyTlsHandshakeServerLeg2Size","features":[483]},{"name":"WinHttpProxyTunnelEnd","features":[483]},{"name":"WinHttpProxyTunnelStart","features":[483]},{"name":"WinHttpQueryAuthSchemes","features":[305,483]},{"name":"WinHttpQueryConnectionGroup","features":[483]},{"name":"WinHttpQueryDataAvailable","features":[305,483]},{"name":"WinHttpQueryHeaders","features":[305,483]},{"name":"WinHttpQueryHeadersEx","features":[483]},{"name":"WinHttpQueryOption","features":[305,483]},{"name":"WinHttpReadData","features":[305,483]},{"name":"WinHttpReadDataEx","features":[483]},{"name":"WinHttpReadProxySettings","features":[305,483]},{"name":"WinHttpReceiveResponse","features":[305,483]},{"name":"WinHttpReceiveResponseBodyDecompressionDelta","features":[483]},{"name":"WinHttpReceiveResponseEnd","features":[483]},{"name":"WinHttpReceiveResponseHeadersDecompressionEnd","features":[483]},{"name":"WinHttpReceiveResponseHeadersDecompressionStart","features":[483]},{"name":"WinHttpReceiveResponseHeadersEnd","features":[483]},{"name":"WinHttpReceiveResponseStart","features":[483]},{"name":"WinHttpRegisterProxyChangeNotification","features":[483]},{"name":"WinHttpRequest","features":[483]},{"name":"WinHttpRequestAutoLogonPolicy","features":[483]},{"name":"WinHttpRequestHeadersCompressedSize","features":[483]},{"name":"WinHttpRequestHeadersSize","features":[483]},{"name":"WinHttpRequestOption","features":[483]},{"name":"WinHttpRequestOption_EnableCertificateRevocationCheck","features":[483]},{"name":"WinHttpRequestOption_EnableHttp1_1","features":[483]},{"name":"WinHttpRequestOption_EnableHttpsToHttpRedirects","features":[483]},{"name":"WinHttpRequestOption_EnablePassportAuthentication","features":[483]},{"name":"WinHttpRequestOption_EnableRedirects","features":[483]},{"name":"WinHttpRequestOption_EnableTracing","features":[483]},{"name":"WinHttpRequestOption_EscapePercentInURL","features":[483]},{"name":"WinHttpRequestOption_MaxAutomaticRedirects","features":[483]},{"name":"WinHttpRequestOption_MaxResponseDrainSize","features":[483]},{"name":"WinHttpRequestOption_MaxResponseHeaderSize","features":[483]},{"name":"WinHttpRequestOption_RejectUserpwd","features":[483]},{"name":"WinHttpRequestOption_RevertImpersonationOverSsl","features":[483]},{"name":"WinHttpRequestOption_SecureProtocols","features":[483]},{"name":"WinHttpRequestOption_SelectCertificate","features":[483]},{"name":"WinHttpRequestOption_SslErrorIgnoreFlags","features":[483]},{"name":"WinHttpRequestOption_URL","features":[483]},{"name":"WinHttpRequestOption_URLCodePage","features":[483]},{"name":"WinHttpRequestOption_UrlEscapeDisable","features":[483]},{"name":"WinHttpRequestOption_UrlEscapeDisableQuery","features":[483]},{"name":"WinHttpRequestOption_UserAgentString","features":[483]},{"name":"WinHttpRequestSecureProtocols","features":[483]},{"name":"WinHttpRequestSslErrorFlags","features":[483]},{"name":"WinHttpRequestStatLast","features":[483]},{"name":"WinHttpRequestStatMax","features":[483]},{"name":"WinHttpRequestTimeLast","features":[483]},{"name":"WinHttpRequestTimeMax","features":[483]},{"name":"WinHttpResetAutoProxy","features":[483]},{"name":"WinHttpResponseBodyCompressedSize","features":[483]},{"name":"WinHttpResponseBodySize","features":[483]},{"name":"WinHttpResponseHeadersCompressedSize","features":[483]},{"name":"WinHttpResponseHeadersSize","features":[483]},{"name":"WinHttpSecureDnsSettingDefault","features":[483]},{"name":"WinHttpSecureDnsSettingForcePlaintext","features":[483]},{"name":"WinHttpSecureDnsSettingMax","features":[483]},{"name":"WinHttpSecureDnsSettingRequireEncryption","features":[483]},{"name":"WinHttpSecureDnsSettingTryEncryptionWithFallback","features":[483]},{"name":"WinHttpSendRequest","features":[305,483]},{"name":"WinHttpSendRequestEnd","features":[483]},{"name":"WinHttpSendRequestHeadersCompressionEnd","features":[483]},{"name":"WinHttpSendRequestHeadersCompressionStart","features":[483]},{"name":"WinHttpSendRequestHeadersEnd","features":[483]},{"name":"WinHttpSendRequestStart","features":[483]},{"name":"WinHttpSetCredentials","features":[305,483]},{"name":"WinHttpSetDefaultProxyConfiguration","features":[305,483]},{"name":"WinHttpSetOption","features":[305,483]},{"name":"WinHttpSetProxySettingsPerUser","features":[305,483]},{"name":"WinHttpSetStatusCallback","features":[483]},{"name":"WinHttpSetTimeouts","features":[305,483]},{"name":"WinHttpStreamWaitEnd","features":[483]},{"name":"WinHttpStreamWaitStart","features":[483]},{"name":"WinHttpTimeFromSystemTime","features":[305,483]},{"name":"WinHttpTimeToSystemTime","features":[305,483]},{"name":"WinHttpTlsHandshakeClientLeg1End","features":[483]},{"name":"WinHttpTlsHandshakeClientLeg1Size","features":[483]},{"name":"WinHttpTlsHandshakeClientLeg1Start","features":[483]},{"name":"WinHttpTlsHandshakeClientLeg2End","features":[483]},{"name":"WinHttpTlsHandshakeClientLeg2Size","features":[483]},{"name":"WinHttpTlsHandshakeClientLeg2Start","features":[483]},{"name":"WinHttpTlsHandshakeClientLeg3End","features":[483]},{"name":"WinHttpTlsHandshakeClientLeg3Start","features":[483]},{"name":"WinHttpTlsHandshakeServerLeg1Size","features":[483]},{"name":"WinHttpTlsHandshakeServerLeg2Size","features":[483]},{"name":"WinHttpUnregisterProxyChangeNotification","features":[483]},{"name":"WinHttpWebSocketClose","features":[483]},{"name":"WinHttpWebSocketCompleteUpgrade","features":[483]},{"name":"WinHttpWebSocketQueryCloseStatus","features":[483]},{"name":"WinHttpWebSocketReceive","features":[483]},{"name":"WinHttpWebSocketSend","features":[483]},{"name":"WinHttpWebSocketShutdown","features":[483]},{"name":"WinHttpWriteData","features":[305,483]},{"name":"WinHttpWriteProxySettings","features":[305,483]}],"485":[{"name":"ANY_CACHE_ENTRY","features":[484]},{"name":"APP_CACHE_DOWNLOAD_ENTRY","features":[484]},{"name":"APP_CACHE_DOWNLOAD_LIST","features":[484]},{"name":"APP_CACHE_ENTRY_TYPE_EXPLICIT","features":[484]},{"name":"APP_CACHE_ENTRY_TYPE_FALLBACK","features":[484]},{"name":"APP_CACHE_ENTRY_TYPE_FOREIGN","features":[484]},{"name":"APP_CACHE_ENTRY_TYPE_MANIFEST","features":[484]},{"name":"APP_CACHE_ENTRY_TYPE_MASTER","features":[484]},{"name":"APP_CACHE_FINALIZE_STATE","features":[484]},{"name":"APP_CACHE_GROUP_INFO","features":[305,484]},{"name":"APP_CACHE_GROUP_LIST","features":[305,484]},{"name":"APP_CACHE_LOOKUP_NO_MASTER_ONLY","features":[484]},{"name":"APP_CACHE_STATE","features":[484]},{"name":"AUTH_FLAG_DISABLE_BASIC_CLEARCHANNEL","features":[484]},{"name":"AUTH_FLAG_DISABLE_NEGOTIATE","features":[484]},{"name":"AUTH_FLAG_DISABLE_SERVER_AUTH","features":[484]},{"name":"AUTH_FLAG_ENABLE_NEGOTIATE","features":[484]},{"name":"AUTH_FLAG_RESET","features":[484]},{"name":"AUTODIAL_MODE_ALWAYS","features":[484]},{"name":"AUTODIAL_MODE_NEVER","features":[484]},{"name":"AUTODIAL_MODE_NO_NETWORK_PRESENT","features":[484]},{"name":"AUTO_PROXY_FLAG_ALWAYS_DETECT","features":[484]},{"name":"AUTO_PROXY_FLAG_CACHE_INIT_RUN","features":[484]},{"name":"AUTO_PROXY_FLAG_DETECTION_RUN","features":[484]},{"name":"AUTO_PROXY_FLAG_DETECTION_SUSPECT","features":[484]},{"name":"AUTO_PROXY_FLAG_DONT_CACHE_PROXY_RESULT","features":[484]},{"name":"AUTO_PROXY_FLAG_MIGRATED","features":[484]},{"name":"AUTO_PROXY_FLAG_USER_SET","features":[484]},{"name":"AUTO_PROXY_SCRIPT_BUFFER","features":[484]},{"name":"AppCacheCheckManifest","features":[484]},{"name":"AppCacheCloseHandle","features":[484]},{"name":"AppCacheCreateAndCommitFile","features":[484]},{"name":"AppCacheDeleteGroup","features":[484]},{"name":"AppCacheDeleteIEGroup","features":[484]},{"name":"AppCacheDuplicateHandle","features":[484]},{"name":"AppCacheFinalize","features":[484]},{"name":"AppCacheFinalizeStateComplete","features":[484]},{"name":"AppCacheFinalizeStateIncomplete","features":[484]},{"name":"AppCacheFinalizeStateManifestChange","features":[484]},{"name":"AppCacheFreeDownloadList","features":[484]},{"name":"AppCacheFreeGroupList","features":[305,484]},{"name":"AppCacheFreeIESpace","features":[305,484]},{"name":"AppCacheFreeSpace","features":[305,484]},{"name":"AppCacheGetDownloadList","features":[484]},{"name":"AppCacheGetFallbackUrl","features":[484]},{"name":"AppCacheGetGroupList","features":[305,484]},{"name":"AppCacheGetIEGroupList","features":[305,484]},{"name":"AppCacheGetInfo","features":[305,484]},{"name":"AppCacheGetManifestUrl","features":[484]},{"name":"AppCacheLookup","features":[484]},{"name":"AppCacheStateNoUpdateNeeded","features":[484]},{"name":"AppCacheStateUpdateNeeded","features":[484]},{"name":"AppCacheStateUpdateNeededMasterOnly","features":[484]},{"name":"AppCacheStateUpdateNeededNew","features":[484]},{"name":"AutoProxyHelperFunctions","features":[484]},{"name":"AutoProxyHelperVtbl","features":[484]},{"name":"CACHEGROUP_ATTRIBUTE_BASIC","features":[484]},{"name":"CACHEGROUP_ATTRIBUTE_FLAG","features":[484]},{"name":"CACHEGROUP_ATTRIBUTE_GET_ALL","features":[484]},{"name":"CACHEGROUP_ATTRIBUTE_GROUPNAME","features":[484]},{"name":"CACHEGROUP_ATTRIBUTE_QUOTA","features":[484]},{"name":"CACHEGROUP_ATTRIBUTE_STORAGE","features":[484]},{"name":"CACHEGROUP_ATTRIBUTE_TYPE","features":[484]},{"name":"CACHEGROUP_FLAG_FLUSHURL_ONDELETE","features":[484]},{"name":"CACHEGROUP_FLAG_GIDONLY","features":[484]},{"name":"CACHEGROUP_FLAG_NONPURGEABLE","features":[484]},{"name":"CACHEGROUP_FLAG_VALID","features":[484]},{"name":"CACHEGROUP_ID_BUILTIN_STICKY","features":[484]},{"name":"CACHEGROUP_SEARCH_ALL","features":[484]},{"name":"CACHEGROUP_SEARCH_BYURL","features":[484]},{"name":"CACHEGROUP_TYPE_INVALID","features":[484]},{"name":"CACHE_CONFIG","features":[484]},{"name":"CACHE_CONFIG_APPCONTAINER_CONTENT_QUOTA_FC","features":[484]},{"name":"CACHE_CONFIG_APPCONTAINER_TOTAL_CONTENT_QUOTA_FC","features":[484]},{"name":"CACHE_CONFIG_CONTENT_PATHS_FC","features":[484]},{"name":"CACHE_CONFIG_CONTENT_QUOTA_FC","features":[484]},{"name":"CACHE_CONFIG_CONTENT_USAGE_FC","features":[484]},{"name":"CACHE_CONFIG_COOKIES_PATHS_FC","features":[484]},{"name":"CACHE_CONFIG_DISK_CACHE_PATHS_FC","features":[484]},{"name":"CACHE_CONFIG_FORCE_CLEANUP_FC","features":[484]},{"name":"CACHE_CONFIG_HISTORY_PATHS_FC","features":[484]},{"name":"CACHE_CONFIG_QUOTA_FC","features":[484]},{"name":"CACHE_CONFIG_STICKY_CONTENT_USAGE_FC","features":[484]},{"name":"CACHE_CONFIG_SYNC_MODE_FC","features":[484]},{"name":"CACHE_CONFIG_TOTAL_CONTENT_QUOTA_FC","features":[484]},{"name":"CACHE_CONFIG_USER_MODE_FC","features":[484]},{"name":"CACHE_ENTRY_ACCTIME_FC","features":[484]},{"name":"CACHE_ENTRY_ATTRIBUTE_FC","features":[484]},{"name":"CACHE_ENTRY_EXEMPT_DELTA_FC","features":[484]},{"name":"CACHE_ENTRY_EXPTIME_FC","features":[484]},{"name":"CACHE_ENTRY_HEADERINFO_FC","features":[484]},{"name":"CACHE_ENTRY_HITRATE_FC","features":[484]},{"name":"CACHE_ENTRY_MODIFY_DATA_FC","features":[484]},{"name":"CACHE_ENTRY_MODTIME_FC","features":[484]},{"name":"CACHE_ENTRY_SYNCTIME_FC","features":[484]},{"name":"CACHE_ENTRY_TYPE_FC","features":[484]},{"name":"CACHE_FIND_CONTAINER_RETURN_NOCHANGE","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_READ_COUNT_SINCE_LAST_SCAVENGE","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_12","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_13","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_15","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_16","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_17","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_18","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_19","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_20","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_23","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_24","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_25","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_26","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_28","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_29","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_30","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_RESERVED_31","features":[484]},{"name":"CACHE_HEADER_DATA_CACHE_WRITE_COUNT_SINCE_LAST_SCAVENGE","features":[484]},{"name":"CACHE_HEADER_DATA_CONLIST_CHANGE_COUNT","features":[484]},{"name":"CACHE_HEADER_DATA_COOKIE_CHANGE_COUNT","features":[484]},{"name":"CACHE_HEADER_DATA_CURRENT_SETTINGS_VERSION","features":[484]},{"name":"CACHE_HEADER_DATA_DOWNLOAD_PARTIAL","features":[484]},{"name":"CACHE_HEADER_DATA_GID_HIGH","features":[484]},{"name":"CACHE_HEADER_DATA_GID_LOW","features":[484]},{"name":"CACHE_HEADER_DATA_HSTS_CHANGE_COUNT","features":[484]},{"name":"CACHE_HEADER_DATA_LAST","features":[484]},{"name":"CACHE_HEADER_DATA_LAST_SCAVENGE_TIMESTAMP","features":[484]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_FILTER","features":[484]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_HWND","features":[484]},{"name":"CACHE_HEADER_DATA_NOTIFICATION_MESG","features":[484]},{"name":"CACHE_HEADER_DATA_ROOTGROUP_OFFSET","features":[484]},{"name":"CACHE_HEADER_DATA_ROOT_GROUPLIST_OFFSET","features":[484]},{"name":"CACHE_HEADER_DATA_ROOT_LEAK_OFFSET","features":[484]},{"name":"CACHE_HEADER_DATA_SSL_STATE_COUNT","features":[484]},{"name":"CACHE_NOTIFY_ADD_URL","features":[484]},{"name":"CACHE_NOTIFY_DELETE_ALL","features":[484]},{"name":"CACHE_NOTIFY_DELETE_URL","features":[484]},{"name":"CACHE_NOTIFY_FILTER_CHANGED","features":[484]},{"name":"CACHE_NOTIFY_SET_OFFLINE","features":[484]},{"name":"CACHE_NOTIFY_SET_ONLINE","features":[484]},{"name":"CACHE_NOTIFY_UPDATE_URL","features":[484]},{"name":"CACHE_NOTIFY_URL_SET_STICKY","features":[484]},{"name":"CACHE_NOTIFY_URL_UNSET_STICKY","features":[484]},{"name":"CACHE_OPERATOR","features":[305,484]},{"name":"COOKIE_ACCEPTED_CACHE_ENTRY","features":[484]},{"name":"COOKIE_ALLOW","features":[484]},{"name":"COOKIE_ALLOW_ALL","features":[484]},{"name":"COOKIE_CACHE_ENTRY","features":[484]},{"name":"COOKIE_DLG_INFO","features":[305,484]},{"name":"COOKIE_DONT_ALLOW","features":[484]},{"name":"COOKIE_DONT_ALLOW_ALL","features":[484]},{"name":"COOKIE_DOWNGRADED_CACHE_ENTRY","features":[484]},{"name":"COOKIE_LEASHED_CACHE_ENTRY","features":[484]},{"name":"COOKIE_OP_3RD_PARTY","features":[484]},{"name":"COOKIE_OP_GET","features":[484]},{"name":"COOKIE_OP_MODIFY","features":[484]},{"name":"COOKIE_OP_PERSISTENT","features":[484]},{"name":"COOKIE_OP_SESSION","features":[484]},{"name":"COOKIE_OP_SET","features":[484]},{"name":"COOKIE_REJECTED_CACHE_ENTRY","features":[484]},{"name":"COOKIE_STATE_ACCEPT","features":[484]},{"name":"COOKIE_STATE_DOWNGRADE","features":[484]},{"name":"COOKIE_STATE_LB","features":[484]},{"name":"COOKIE_STATE_LEASH","features":[484]},{"name":"COOKIE_STATE_MAX","features":[484]},{"name":"COOKIE_STATE_PROMPT","features":[484]},{"name":"COOKIE_STATE_REJECT","features":[484]},{"name":"COOKIE_STATE_UB","features":[484]},{"name":"COOKIE_STATE_UNKNOWN","features":[484]},{"name":"CommitUrlCacheEntryA","features":[305,484]},{"name":"CommitUrlCacheEntryBinaryBlob","features":[305,484]},{"name":"CommitUrlCacheEntryW","features":[305,484]},{"name":"ConnectionEstablishmentEnd","features":[484]},{"name":"ConnectionEstablishmentStart","features":[484]},{"name":"CookieDecision","features":[305,484]},{"name":"CreateMD5SSOHash","features":[305,484]},{"name":"CreateUrlCacheContainerA","features":[305,484]},{"name":"CreateUrlCacheContainerW","features":[305,484]},{"name":"CreateUrlCacheEntryA","features":[305,484]},{"name":"CreateUrlCacheEntryExW","features":[305,484]},{"name":"CreateUrlCacheEntryW","features":[305,484]},{"name":"CreateUrlCacheGroup","features":[484]},{"name":"DIALENG_OperationComplete","features":[484]},{"name":"DIALENG_RedialAttempt","features":[484]},{"name":"DIALENG_RedialWait","features":[484]},{"name":"DIALPROP_DOMAIN","features":[484]},{"name":"DIALPROP_LASTERROR","features":[484]},{"name":"DIALPROP_PASSWORD","features":[484]},{"name":"DIALPROP_PHONENUMBER","features":[484]},{"name":"DIALPROP_REDIALCOUNT","features":[484]},{"name":"DIALPROP_REDIALINTERVAL","features":[484]},{"name":"DIALPROP_RESOLVEDPHONE","features":[484]},{"name":"DIALPROP_SAVEPASSWORD","features":[484]},{"name":"DIALPROP_USERNAME","features":[484]},{"name":"DLG_FLAGS_INSECURE_FALLBACK","features":[484]},{"name":"DLG_FLAGS_INVALID_CA","features":[484]},{"name":"DLG_FLAGS_SEC_CERT_CN_INVALID","features":[484]},{"name":"DLG_FLAGS_SEC_CERT_DATE_INVALID","features":[484]},{"name":"DLG_FLAGS_SEC_CERT_REV_FAILED","features":[484]},{"name":"DLG_FLAGS_WEAK_SIGNATURE","features":[484]},{"name":"DOWNLOAD_CACHE_ENTRY","features":[484]},{"name":"DUO_PROTOCOL_FLAG_SPDY3","features":[484]},{"name":"DUO_PROTOCOL_MASK","features":[484]},{"name":"DeleteIE3Cache","features":[305,484]},{"name":"DeleteUrlCacheContainerA","features":[305,484]},{"name":"DeleteUrlCacheContainerW","features":[305,484]},{"name":"DeleteUrlCacheEntry","features":[305,484]},{"name":"DeleteUrlCacheEntryA","features":[305,484]},{"name":"DeleteUrlCacheEntryW","features":[305,484]},{"name":"DeleteUrlCacheGroup","features":[305,484]},{"name":"DeleteWpadCacheForNetworks","features":[305,484]},{"name":"DetectAutoProxyUrl","features":[305,484]},{"name":"DoConnectoidsExist","features":[305,484]},{"name":"EDITED_CACHE_ENTRY","features":[484]},{"name":"ERROR_FTP_DROPPED","features":[484]},{"name":"ERROR_FTP_NO_PASSIVE_MODE","features":[484]},{"name":"ERROR_FTP_TRANSFER_IN_PROGRESS","features":[484]},{"name":"ERROR_GOPHER_ATTRIBUTE_NOT_FOUND","features":[484]},{"name":"ERROR_GOPHER_DATA_ERROR","features":[484]},{"name":"ERROR_GOPHER_END_OF_DATA","features":[484]},{"name":"ERROR_GOPHER_INCORRECT_LOCATOR_TYPE","features":[484]},{"name":"ERROR_GOPHER_INVALID_LOCATOR","features":[484]},{"name":"ERROR_GOPHER_NOT_FILE","features":[484]},{"name":"ERROR_GOPHER_NOT_GOPHER_PLUS","features":[484]},{"name":"ERROR_GOPHER_PROTOCOL_ERROR","features":[484]},{"name":"ERROR_GOPHER_UNKNOWN_LOCATOR","features":[484]},{"name":"ERROR_HTTP_COOKIE_DECLINED","features":[484]},{"name":"ERROR_HTTP_COOKIE_NEEDS_CONFIRMATION","features":[484]},{"name":"ERROR_HTTP_COOKIE_NEEDS_CONFIRMATION_EX","features":[484]},{"name":"ERROR_HTTP_DOWNLEVEL_SERVER","features":[484]},{"name":"ERROR_HTTP_HEADER_ALREADY_EXISTS","features":[484]},{"name":"ERROR_HTTP_HEADER_NOT_FOUND","features":[484]},{"name":"ERROR_HTTP_HSTS_REDIRECT_REQUIRED","features":[484]},{"name":"ERROR_HTTP_INVALID_HEADER","features":[484]},{"name":"ERROR_HTTP_INVALID_QUERY_REQUEST","features":[484]},{"name":"ERROR_HTTP_INVALID_SERVER_RESPONSE","features":[484]},{"name":"ERROR_HTTP_NOT_REDIRECTED","features":[484]},{"name":"ERROR_HTTP_PUSH_ENABLE_FAILED","features":[484]},{"name":"ERROR_HTTP_PUSH_RETRY_NOT_SUPPORTED","features":[484]},{"name":"ERROR_HTTP_PUSH_STATUS_CODE_NOT_SUPPORTED","features":[484]},{"name":"ERROR_HTTP_REDIRECT_FAILED","features":[484]},{"name":"ERROR_HTTP_REDIRECT_NEEDS_CONFIRMATION","features":[484]},{"name":"ERROR_INTERNET_ASYNC_THREAD_FAILED","features":[484]},{"name":"ERROR_INTERNET_BAD_AUTO_PROXY_SCRIPT","features":[484]},{"name":"ERROR_INTERNET_BAD_OPTION_LENGTH","features":[484]},{"name":"ERROR_INTERNET_BAD_REGISTRY_PARAMETER","features":[484]},{"name":"ERROR_INTERNET_CACHE_SUCCESS","features":[484]},{"name":"ERROR_INTERNET_CANNOT_CONNECT","features":[484]},{"name":"ERROR_INTERNET_CHG_POST_IS_NON_SECURE","features":[484]},{"name":"ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED","features":[484]},{"name":"ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED_PROXY","features":[484]},{"name":"ERROR_INTERNET_CLIENT_AUTH_NOT_SETUP","features":[484]},{"name":"ERROR_INTERNET_CONNECTION_ABORTED","features":[484]},{"name":"ERROR_INTERNET_CONNECTION_AVAILABLE","features":[484]},{"name":"ERROR_INTERNET_CONNECTION_RESET","features":[484]},{"name":"ERROR_INTERNET_DECODING_FAILED","features":[484]},{"name":"ERROR_INTERNET_DIALOG_PENDING","features":[484]},{"name":"ERROR_INTERNET_DISALLOW_INPRIVATE","features":[484]},{"name":"ERROR_INTERNET_DISCONNECTED","features":[484]},{"name":"ERROR_INTERNET_EXTENDED_ERROR","features":[484]},{"name":"ERROR_INTERNET_FAILED_DUETOSECURITYCHECK","features":[484]},{"name":"ERROR_INTERNET_FEATURE_DISABLED","features":[484]},{"name":"ERROR_INTERNET_FORCE_RETRY","features":[484]},{"name":"ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED","features":[484]},{"name":"ERROR_INTERNET_GLOBAL_CALLBACK_FAILED","features":[484]},{"name":"ERROR_INTERNET_HANDLE_EXISTS","features":[484]},{"name":"ERROR_INTERNET_HTTPS_HTTP_SUBMIT_REDIR","features":[484]},{"name":"ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIR","features":[484]},{"name":"ERROR_INTERNET_HTTP_PROTOCOL_MISMATCH","features":[484]},{"name":"ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR","features":[484]},{"name":"ERROR_INTERNET_INCORRECT_FORMAT","features":[484]},{"name":"ERROR_INTERNET_INCORRECT_HANDLE_STATE","features":[484]},{"name":"ERROR_INTERNET_INCORRECT_HANDLE_TYPE","features":[484]},{"name":"ERROR_INTERNET_INCORRECT_PASSWORD","features":[484]},{"name":"ERROR_INTERNET_INCORRECT_USER_NAME","features":[484]},{"name":"ERROR_INTERNET_INSECURE_FALLBACK_REQUIRED","features":[484]},{"name":"ERROR_INTERNET_INSERT_CDROM","features":[484]},{"name":"ERROR_INTERNET_INTERNAL_ERROR","features":[484]},{"name":"ERROR_INTERNET_INTERNAL_SOCKET_ERROR","features":[484]},{"name":"ERROR_INTERNET_INVALID_CA","features":[484]},{"name":"ERROR_INTERNET_INVALID_OPERATION","features":[484]},{"name":"ERROR_INTERNET_INVALID_OPTION","features":[484]},{"name":"ERROR_INTERNET_INVALID_PROXY_REQUEST","features":[484]},{"name":"ERROR_INTERNET_INVALID_URL","features":[484]},{"name":"ERROR_INTERNET_ITEM_NOT_FOUND","features":[484]},{"name":"ERROR_INTERNET_LOGIN_FAILURE","features":[484]},{"name":"ERROR_INTERNET_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[484]},{"name":"ERROR_INTERNET_MIXED_SECURITY","features":[484]},{"name":"ERROR_INTERNET_NAME_NOT_RESOLVED","features":[484]},{"name":"ERROR_INTERNET_NEED_MSN_SSPI_PKG","features":[484]},{"name":"ERROR_INTERNET_NEED_UI","features":[484]},{"name":"ERROR_INTERNET_NOT_INITIALIZED","features":[484]},{"name":"ERROR_INTERNET_NOT_PROXY_REQUEST","features":[484]},{"name":"ERROR_INTERNET_NO_CALLBACK","features":[484]},{"name":"ERROR_INTERNET_NO_CM_CONNECTION","features":[484]},{"name":"ERROR_INTERNET_NO_CONTEXT","features":[484]},{"name":"ERROR_INTERNET_NO_DIRECT_ACCESS","features":[484]},{"name":"ERROR_INTERNET_NO_KNOWN_SERVERS","features":[484]},{"name":"ERROR_INTERNET_NO_NEW_CONTAINERS","features":[484]},{"name":"ERROR_INTERNET_NO_PING_SUPPORT","features":[484]},{"name":"ERROR_INTERNET_OFFLINE","features":[484]},{"name":"ERROR_INTERNET_OPERATION_CANCELLED","features":[484]},{"name":"ERROR_INTERNET_OPTION_NOT_SETTABLE","features":[484]},{"name":"ERROR_INTERNET_OUT_OF_HANDLES","features":[484]},{"name":"ERROR_INTERNET_PING_FAILED","features":[484]},{"name":"ERROR_INTERNET_POST_IS_NON_SECURE","features":[484]},{"name":"ERROR_INTERNET_PROTOCOL_NOT_FOUND","features":[484]},{"name":"ERROR_INTERNET_PROXY_ALERT","features":[484]},{"name":"ERROR_INTERNET_PROXY_SERVER_UNREACHABLE","features":[484]},{"name":"ERROR_INTERNET_REDIRECT_SCHEME_CHANGE","features":[484]},{"name":"ERROR_INTERNET_REGISTRY_VALUE_NOT_FOUND","features":[484]},{"name":"ERROR_INTERNET_REQUEST_PENDING","features":[484]},{"name":"ERROR_INTERNET_RETRY_DIALOG","features":[484]},{"name":"ERROR_INTERNET_SECURE_FAILURE_PROXY","features":[484]},{"name":"ERROR_INTERNET_SECURITY_CHANNEL_ERROR","features":[484]},{"name":"ERROR_INTERNET_SEC_CERT_CN_INVALID","features":[484]},{"name":"ERROR_INTERNET_SEC_CERT_DATE_INVALID","features":[484]},{"name":"ERROR_INTERNET_SEC_CERT_ERRORS","features":[484]},{"name":"ERROR_INTERNET_SEC_CERT_NO_REV","features":[484]},{"name":"ERROR_INTERNET_SEC_CERT_REVOKED","features":[484]},{"name":"ERROR_INTERNET_SEC_CERT_REV_FAILED","features":[484]},{"name":"ERROR_INTERNET_SEC_CERT_WEAK_SIGNATURE","features":[484]},{"name":"ERROR_INTERNET_SEC_INVALID_CERT","features":[484]},{"name":"ERROR_INTERNET_SERVER_UNREACHABLE","features":[484]},{"name":"ERROR_INTERNET_SHUTDOWN","features":[484]},{"name":"ERROR_INTERNET_SOURCE_PORT_IN_USE","features":[484]},{"name":"ERROR_INTERNET_TCPIP_NOT_INSTALLED","features":[484]},{"name":"ERROR_INTERNET_TIMEOUT","features":[484]},{"name":"ERROR_INTERNET_UNABLE_TO_CACHE_FILE","features":[484]},{"name":"ERROR_INTERNET_UNABLE_TO_DOWNLOAD_SCRIPT","features":[484]},{"name":"ERROR_INTERNET_UNRECOGNIZED_SCHEME","features":[484]},{"name":"ExportCookieFileA","features":[305,484]},{"name":"ExportCookieFileW","features":[305,484]},{"name":"FLAGS_ERROR_UI_FILTER_FOR_ERRORS","features":[484]},{"name":"FLAGS_ERROR_UI_FLAGS_CHANGE_OPTIONS","features":[484]},{"name":"FLAGS_ERROR_UI_FLAGS_GENERATE_DATA","features":[484]},{"name":"FLAGS_ERROR_UI_FLAGS_NO_UI","features":[484]},{"name":"FLAGS_ERROR_UI_SERIALIZE_DIALOGS","features":[484]},{"name":"FLAGS_ERROR_UI_SHOW_IDN_HOSTNAME","features":[484]},{"name":"FLAG_ICC_FORCE_CONNECTION","features":[484]},{"name":"FORTCMD","features":[484]},{"name":"FORTCMD_CHG_PERSONALITY","features":[484]},{"name":"FORTCMD_LOGOFF","features":[484]},{"name":"FORTCMD_LOGON","features":[484]},{"name":"FORTSTAT","features":[484]},{"name":"FORTSTAT_INSTALLED","features":[484]},{"name":"FORTSTAT_LOGGEDON","features":[484]},{"name":"FTP_FLAGS","features":[484]},{"name":"FTP_TRANSFER_TYPE_ASCII","features":[484]},{"name":"FTP_TRANSFER_TYPE_BINARY","features":[484]},{"name":"FTP_TRANSFER_TYPE_UNKNOWN","features":[484]},{"name":"FindCloseUrlCache","features":[305,484]},{"name":"FindFirstUrlCacheContainerA","features":[305,484]},{"name":"FindFirstUrlCacheContainerW","features":[305,484]},{"name":"FindFirstUrlCacheEntryA","features":[305,484]},{"name":"FindFirstUrlCacheEntryExA","features":[305,484]},{"name":"FindFirstUrlCacheEntryExW","features":[305,484]},{"name":"FindFirstUrlCacheEntryW","features":[305,484]},{"name":"FindFirstUrlCacheGroup","features":[305,484]},{"name":"FindNextUrlCacheContainerA","features":[305,484]},{"name":"FindNextUrlCacheContainerW","features":[305,484]},{"name":"FindNextUrlCacheEntryA","features":[305,484]},{"name":"FindNextUrlCacheEntryExA","features":[305,484]},{"name":"FindNextUrlCacheEntryExW","features":[305,484]},{"name":"FindNextUrlCacheEntryW","features":[305,484]},{"name":"FindNextUrlCacheGroup","features":[305,484]},{"name":"FindP3PPolicySymbol","features":[484]},{"name":"FreeUrlCacheSpaceA","features":[305,484]},{"name":"FreeUrlCacheSpaceW","features":[305,484]},{"name":"FtpCommandA","features":[305,484]},{"name":"FtpCommandW","features":[305,484]},{"name":"FtpCreateDirectoryA","features":[305,484]},{"name":"FtpCreateDirectoryW","features":[305,484]},{"name":"FtpDeleteFileA","features":[305,484]},{"name":"FtpDeleteFileW","features":[305,484]},{"name":"FtpFindFirstFileA","features":[305,484,325]},{"name":"FtpFindFirstFileW","features":[305,484,325]},{"name":"FtpGetCurrentDirectoryA","features":[305,484]},{"name":"FtpGetCurrentDirectoryW","features":[305,484]},{"name":"FtpGetFileA","features":[305,484]},{"name":"FtpGetFileEx","features":[305,484]},{"name":"FtpGetFileSize","features":[484]},{"name":"FtpGetFileW","features":[305,484]},{"name":"FtpOpenFileA","features":[484]},{"name":"FtpOpenFileW","features":[484]},{"name":"FtpPutFileA","features":[305,484]},{"name":"FtpPutFileEx","features":[305,484]},{"name":"FtpPutFileW","features":[305,484]},{"name":"FtpRemoveDirectoryA","features":[305,484]},{"name":"FtpRemoveDirectoryW","features":[305,484]},{"name":"FtpRenameFileA","features":[305,484]},{"name":"FtpRenameFileW","features":[305,484]},{"name":"FtpSetCurrentDirectoryA","features":[305,484]},{"name":"FtpSetCurrentDirectoryW","features":[305,484]},{"name":"GOPHER_ABSTRACT_ATTRIBUTE","features":[484]},{"name":"GOPHER_ABSTRACT_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_ABSTRACT_CATEGORY","features":[484]},{"name":"GOPHER_ADMIN_ATTRIBUTE","features":[484]},{"name":"GOPHER_ADMIN_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_ADMIN_CATEGORY","features":[484]},{"name":"GOPHER_ASK_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_ATTRIBUTE_ENUMERATOR","features":[305,484]},{"name":"GOPHER_ATTRIBUTE_ID_ABSTRACT","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_ADMIN","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_ALL","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_BASE","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_GEOG","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_LOCATION","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_MOD_DATE","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_ORG","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_PROVIDER","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_RANGE","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_SCORE","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_SITE","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_TIMEZONE","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_TREEWALK","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_TTL","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_UNKNOWN","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_VERSION","features":[484]},{"name":"GOPHER_ATTRIBUTE_ID_VIEW","features":[484]},{"name":"GOPHER_ATTRIBUTE_TYPE","features":[305,484]},{"name":"GOPHER_CATEGORY_ID_ABSTRACT","features":[484]},{"name":"GOPHER_CATEGORY_ID_ADMIN","features":[484]},{"name":"GOPHER_CATEGORY_ID_ALL","features":[484]},{"name":"GOPHER_CATEGORY_ID_ASK","features":[484]},{"name":"GOPHER_CATEGORY_ID_INFO","features":[484]},{"name":"GOPHER_CATEGORY_ID_UNKNOWN","features":[484]},{"name":"GOPHER_CATEGORY_ID_VERONICA","features":[484]},{"name":"GOPHER_CATEGORY_ID_VIEWS","features":[484]},{"name":"GOPHER_FIND_DATAA","features":[305,484]},{"name":"GOPHER_FIND_DATAW","features":[305,484]},{"name":"GOPHER_GEOGRAPHICAL_LOCATION_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_GEOG_ATTRIBUTE","features":[484]},{"name":"GOPHER_INFO_CATEGORY","features":[484]},{"name":"GOPHER_LOCATION_ATTRIBUTE","features":[484]},{"name":"GOPHER_LOCATION_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_MOD_DATE_ATTRIBUTE","features":[484]},{"name":"GOPHER_MOD_DATE_ATTRIBUTE_TYPE","features":[305,484]},{"name":"GOPHER_ORGANIZATION_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_ORG_ATTRIBUTE","features":[484]},{"name":"GOPHER_PROVIDER_ATTRIBUTE","features":[484]},{"name":"GOPHER_PROVIDER_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_RANGE_ATTRIBUTE","features":[484]},{"name":"GOPHER_SCORE_ATTRIBUTE","features":[484]},{"name":"GOPHER_SCORE_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_SCORE_RANGE_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_SITE_ATTRIBUTE","features":[484]},{"name":"GOPHER_SITE_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_TIMEZONE_ATTRIBUTE","features":[484]},{"name":"GOPHER_TIMEZONE_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_TREEWALK_ATTRIBUTE","features":[484]},{"name":"GOPHER_TTL_ATTRIBUTE","features":[484]},{"name":"GOPHER_TTL_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_TYPE","features":[484]},{"name":"GOPHER_TYPE_ASK","features":[484]},{"name":"GOPHER_TYPE_BINARY","features":[484]},{"name":"GOPHER_TYPE_BITMAP","features":[484]},{"name":"GOPHER_TYPE_CALENDAR","features":[484]},{"name":"GOPHER_TYPE_CSO","features":[484]},{"name":"GOPHER_TYPE_DIRECTORY","features":[484]},{"name":"GOPHER_TYPE_DOS_ARCHIVE","features":[484]},{"name":"GOPHER_TYPE_ERROR","features":[484]},{"name":"GOPHER_TYPE_GIF","features":[484]},{"name":"GOPHER_TYPE_GOPHER_PLUS","features":[484]},{"name":"GOPHER_TYPE_HTML","features":[484]},{"name":"GOPHER_TYPE_IMAGE","features":[484]},{"name":"GOPHER_TYPE_INDEX_SERVER","features":[484]},{"name":"GOPHER_TYPE_INLINE","features":[484]},{"name":"GOPHER_TYPE_MAC_BINHEX","features":[484]},{"name":"GOPHER_TYPE_MOVIE","features":[484]},{"name":"GOPHER_TYPE_PDF","features":[484]},{"name":"GOPHER_TYPE_REDUNDANT","features":[484]},{"name":"GOPHER_TYPE_SOUND","features":[484]},{"name":"GOPHER_TYPE_TELNET","features":[484]},{"name":"GOPHER_TYPE_TEXT_FILE","features":[484]},{"name":"GOPHER_TYPE_TN3270","features":[484]},{"name":"GOPHER_TYPE_UNIX_UUENCODED","features":[484]},{"name":"GOPHER_TYPE_UNKNOWN","features":[484]},{"name":"GOPHER_UNKNOWN_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_VERONICA_ATTRIBUTE_TYPE","features":[305,484]},{"name":"GOPHER_VERONICA_CATEGORY","features":[484]},{"name":"GOPHER_VERSION_ATTRIBUTE","features":[484]},{"name":"GOPHER_VERSION_ATTRIBUTE_TYPE","features":[484]},{"name":"GOPHER_VIEWS_CATEGORY","features":[484]},{"name":"GOPHER_VIEW_ATTRIBUTE","features":[484]},{"name":"GOPHER_VIEW_ATTRIBUTE_TYPE","features":[484]},{"name":"GROUPNAME_MAX_LENGTH","features":[484]},{"name":"GROUP_OWNER_STORAGE_SIZE","features":[484]},{"name":"GetDiskInfoA","features":[305,484]},{"name":"GetUrlCacheConfigInfoA","features":[305,484]},{"name":"GetUrlCacheConfigInfoW","features":[305,484]},{"name":"GetUrlCacheEntryBinaryBlob","features":[305,484]},{"name":"GetUrlCacheEntryInfoA","features":[305,484]},{"name":"GetUrlCacheEntryInfoExA","features":[305,484]},{"name":"GetUrlCacheEntryInfoExW","features":[305,484]},{"name":"GetUrlCacheEntryInfoW","features":[305,484]},{"name":"GetUrlCacheGroupAttributeA","features":[305,484]},{"name":"GetUrlCacheGroupAttributeW","features":[305,484]},{"name":"GetUrlCacheHeaderData","features":[305,484]},{"name":"GopherCreateLocatorA","features":[305,484]},{"name":"GopherCreateLocatorW","features":[305,484]},{"name":"GopherFindFirstFileA","features":[305,484]},{"name":"GopherFindFirstFileW","features":[305,484]},{"name":"GopherGetAttributeA","features":[305,484]},{"name":"GopherGetAttributeW","features":[305,484]},{"name":"GopherGetLocatorTypeA","features":[305,484]},{"name":"GopherGetLocatorTypeW","features":[305,484]},{"name":"GopherOpenFileA","features":[484]},{"name":"GopherOpenFileW","features":[484]},{"name":"HSR_ASYNC","features":[484]},{"name":"HSR_CHUNKED","features":[484]},{"name":"HSR_DOWNLOAD","features":[484]},{"name":"HSR_INITIATE","features":[484]},{"name":"HSR_SYNC","features":[484]},{"name":"HSR_USE_CONTEXT","features":[484]},{"name":"HTTP_1_1_CACHE_ENTRY","features":[484]},{"name":"HTTP_ADDREQ_FLAG","features":[484]},{"name":"HTTP_ADDREQ_FLAGS_MASK","features":[484]},{"name":"HTTP_ADDREQ_FLAG_ADD","features":[484]},{"name":"HTTP_ADDREQ_FLAG_ADD_IF_NEW","features":[484]},{"name":"HTTP_ADDREQ_FLAG_ALLOW_EMPTY_VALUES","features":[484]},{"name":"HTTP_ADDREQ_FLAG_COALESCE","features":[484]},{"name":"HTTP_ADDREQ_FLAG_COALESCE_WITH_COMMA","features":[484]},{"name":"HTTP_ADDREQ_FLAG_COALESCE_WITH_SEMICOLON","features":[484]},{"name":"HTTP_ADDREQ_FLAG_REPLACE","features":[484]},{"name":"HTTP_ADDREQ_FLAG_RESPONSE_HEADERS","features":[484]},{"name":"HTTP_ADDREQ_INDEX_MASK","features":[484]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_CROSS_SITE","features":[484]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_CROSS_SITE_LAX","features":[484]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_MAX","features":[484]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_SAME_SITE","features":[484]},{"name":"HTTP_COOKIES_SAME_SITE_LEVEL_UNKNOWN","features":[484]},{"name":"HTTP_MAJOR_VERSION","features":[484]},{"name":"HTTP_MINOR_VERSION","features":[484]},{"name":"HTTP_POLICY_EXTENSION_INIT","features":[484]},{"name":"HTTP_POLICY_EXTENSION_SHUTDOWN","features":[484]},{"name":"HTTP_POLICY_EXTENSION_TYPE","features":[484]},{"name":"HTTP_POLICY_EXTENSION_VERSION","features":[484]},{"name":"HTTP_PROTOCOL_FLAG_HTTP2","features":[484]},{"name":"HTTP_PROTOCOL_MASK","features":[484]},{"name":"HTTP_PUSH_NOTIFICATION_STATUS","features":[305,484]},{"name":"HTTP_PUSH_TRANSPORT_SETTING","features":[484]},{"name":"HTTP_PUSH_WAIT_HANDLE","features":[484]},{"name":"HTTP_PUSH_WAIT_TYPE","features":[484]},{"name":"HTTP_QUERY_ACCEPT","features":[484]},{"name":"HTTP_QUERY_ACCEPT_CHARSET","features":[484]},{"name":"HTTP_QUERY_ACCEPT_ENCODING","features":[484]},{"name":"HTTP_QUERY_ACCEPT_LANGUAGE","features":[484]},{"name":"HTTP_QUERY_ACCEPT_RANGES","features":[484]},{"name":"HTTP_QUERY_AGE","features":[484]},{"name":"HTTP_QUERY_ALLOW","features":[484]},{"name":"HTTP_QUERY_AUTHENTICATION_INFO","features":[484]},{"name":"HTTP_QUERY_AUTHORIZATION","features":[484]},{"name":"HTTP_QUERY_CACHE_CONTROL","features":[484]},{"name":"HTTP_QUERY_CONNECTION","features":[484]},{"name":"HTTP_QUERY_CONTENT_BASE","features":[484]},{"name":"HTTP_QUERY_CONTENT_DESCRIPTION","features":[484]},{"name":"HTTP_QUERY_CONTENT_DISPOSITION","features":[484]},{"name":"HTTP_QUERY_CONTENT_ENCODING","features":[484]},{"name":"HTTP_QUERY_CONTENT_ID","features":[484]},{"name":"HTTP_QUERY_CONTENT_LANGUAGE","features":[484]},{"name":"HTTP_QUERY_CONTENT_LENGTH","features":[484]},{"name":"HTTP_QUERY_CONTENT_LOCATION","features":[484]},{"name":"HTTP_QUERY_CONTENT_MD5","features":[484]},{"name":"HTTP_QUERY_CONTENT_RANGE","features":[484]},{"name":"HTTP_QUERY_CONTENT_TRANSFER_ENCODING","features":[484]},{"name":"HTTP_QUERY_CONTENT_TYPE","features":[484]},{"name":"HTTP_QUERY_COOKIE","features":[484]},{"name":"HTTP_QUERY_COST","features":[484]},{"name":"HTTP_QUERY_CUSTOM","features":[484]},{"name":"HTTP_QUERY_DATE","features":[484]},{"name":"HTTP_QUERY_DEFAULT_STYLE","features":[484]},{"name":"HTTP_QUERY_DERIVED_FROM","features":[484]},{"name":"HTTP_QUERY_DO_NOT_TRACK","features":[484]},{"name":"HTTP_QUERY_ECHO_HEADERS","features":[484]},{"name":"HTTP_QUERY_ECHO_HEADERS_CRLF","features":[484]},{"name":"HTTP_QUERY_ECHO_REPLY","features":[484]},{"name":"HTTP_QUERY_ECHO_REQUEST","features":[484]},{"name":"HTTP_QUERY_ETAG","features":[484]},{"name":"HTTP_QUERY_EXPECT","features":[484]},{"name":"HTTP_QUERY_EXPIRES","features":[484]},{"name":"HTTP_QUERY_FLAG_COALESCE","features":[484]},{"name":"HTTP_QUERY_FLAG_COALESCE_WITH_COMMA","features":[484]},{"name":"HTTP_QUERY_FLAG_NUMBER","features":[484]},{"name":"HTTP_QUERY_FLAG_NUMBER64","features":[484]},{"name":"HTTP_QUERY_FLAG_REQUEST_HEADERS","features":[484]},{"name":"HTTP_QUERY_FLAG_SYSTEMTIME","features":[484]},{"name":"HTTP_QUERY_FORWARDED","features":[484]},{"name":"HTTP_QUERY_FROM","features":[484]},{"name":"HTTP_QUERY_HOST","features":[484]},{"name":"HTTP_QUERY_HTTP2_SETTINGS","features":[484]},{"name":"HTTP_QUERY_IF_MATCH","features":[484]},{"name":"HTTP_QUERY_IF_MODIFIED_SINCE","features":[484]},{"name":"HTTP_QUERY_IF_NONE_MATCH","features":[484]},{"name":"HTTP_QUERY_IF_RANGE","features":[484]},{"name":"HTTP_QUERY_IF_UNMODIFIED_SINCE","features":[484]},{"name":"HTTP_QUERY_INCLUDE_REFERER_TOKEN_BINDING_ID","features":[484]},{"name":"HTTP_QUERY_INCLUDE_REFERRED_TOKEN_BINDING_ID","features":[484]},{"name":"HTTP_QUERY_KEEP_ALIVE","features":[484]},{"name":"HTTP_QUERY_LAST_MODIFIED","features":[484]},{"name":"HTTP_QUERY_LINK","features":[484]},{"name":"HTTP_QUERY_LOCATION","features":[484]},{"name":"HTTP_QUERY_MAX","features":[484]},{"name":"HTTP_QUERY_MAX_FORWARDS","features":[484]},{"name":"HTTP_QUERY_MESSAGE_ID","features":[484]},{"name":"HTTP_QUERY_MIME_VERSION","features":[484]},{"name":"HTTP_QUERY_ORIG_URI","features":[484]},{"name":"HTTP_QUERY_P3P","features":[484]},{"name":"HTTP_QUERY_PASSPORT_CONFIG","features":[484]},{"name":"HTTP_QUERY_PASSPORT_URLS","features":[484]},{"name":"HTTP_QUERY_PRAGMA","features":[484]},{"name":"HTTP_QUERY_PROXY_AUTHENTICATE","features":[484]},{"name":"HTTP_QUERY_PROXY_AUTHORIZATION","features":[484]},{"name":"HTTP_QUERY_PROXY_CONNECTION","features":[484]},{"name":"HTTP_QUERY_PROXY_SUPPORT","features":[484]},{"name":"HTTP_QUERY_PUBLIC","features":[484]},{"name":"HTTP_QUERY_PUBLIC_KEY_PINS","features":[484]},{"name":"HTTP_QUERY_PUBLIC_KEY_PINS_REPORT_ONLY","features":[484]},{"name":"HTTP_QUERY_RANGE","features":[484]},{"name":"HTTP_QUERY_RAW_HEADERS","features":[484]},{"name":"HTTP_QUERY_RAW_HEADERS_CRLF","features":[484]},{"name":"HTTP_QUERY_REFERER","features":[484]},{"name":"HTTP_QUERY_REFRESH","features":[484]},{"name":"HTTP_QUERY_REQUEST_METHOD","features":[484]},{"name":"HTTP_QUERY_RETRY_AFTER","features":[484]},{"name":"HTTP_QUERY_SERVER","features":[484]},{"name":"HTTP_QUERY_SET_COOKIE","features":[484]},{"name":"HTTP_QUERY_SET_COOKIE2","features":[484]},{"name":"HTTP_QUERY_STATUS_CODE","features":[484]},{"name":"HTTP_QUERY_STATUS_TEXT","features":[484]},{"name":"HTTP_QUERY_STRICT_TRANSPORT_SECURITY","features":[484]},{"name":"HTTP_QUERY_TITLE","features":[484]},{"name":"HTTP_QUERY_TOKEN_BINDING","features":[484]},{"name":"HTTP_QUERY_TRANSFER_ENCODING","features":[484]},{"name":"HTTP_QUERY_TRANSLATE","features":[484]},{"name":"HTTP_QUERY_UNLESS_MODIFIED_SINCE","features":[484]},{"name":"HTTP_QUERY_UPGRADE","features":[484]},{"name":"HTTP_QUERY_URI","features":[484]},{"name":"HTTP_QUERY_USER_AGENT","features":[484]},{"name":"HTTP_QUERY_VARY","features":[484]},{"name":"HTTP_QUERY_VERSION","features":[484]},{"name":"HTTP_QUERY_VIA","features":[484]},{"name":"HTTP_QUERY_WARNING","features":[484]},{"name":"HTTP_QUERY_WWW_AUTHENTICATE","features":[484]},{"name":"HTTP_QUERY_X_CONTENT_TYPE_OPTIONS","features":[484]},{"name":"HTTP_QUERY_X_FRAME_OPTIONS","features":[484]},{"name":"HTTP_QUERY_X_P2P_PEERDIST","features":[484]},{"name":"HTTP_QUERY_X_UA_COMPATIBLE","features":[484]},{"name":"HTTP_QUERY_X_XSS_PROTECTION","features":[484]},{"name":"HTTP_REQUEST_TIMES","features":[484]},{"name":"HTTP_STATUS_MISDIRECTED_REQUEST","features":[484]},{"name":"HTTP_VERSIONA","features":[484]},{"name":"HTTP_VERSIONW","features":[484]},{"name":"HTTP_WEB_SOCKET_ABORTED_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_ASYNC_RESULT","features":[484]},{"name":"HTTP_WEB_SOCKET_BINARY_FRAGMENT_TYPE","features":[484]},{"name":"HTTP_WEB_SOCKET_BINARY_MESSAGE_TYPE","features":[484]},{"name":"HTTP_WEB_SOCKET_BUFFER_TYPE","features":[484]},{"name":"HTTP_WEB_SOCKET_CLOSE_OPERATION","features":[484]},{"name":"HTTP_WEB_SOCKET_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_CLOSE_TYPE","features":[484]},{"name":"HTTP_WEB_SOCKET_EMPTY_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_ENDPOINT_TERMINATED_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_INVALID_DATA_TYPE_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_INVALID_PAYLOAD_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_MAX_CLOSE_REASON_LENGTH","features":[484]},{"name":"HTTP_WEB_SOCKET_MESSAGE_TOO_BIG_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE","features":[484]},{"name":"HTTP_WEB_SOCKET_OPERATION","features":[484]},{"name":"HTTP_WEB_SOCKET_PING_TYPE","features":[484]},{"name":"HTTP_WEB_SOCKET_POLICY_VIOLATION_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_PROTOCOL_ERROR_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_RECEIVE_OPERATION","features":[484]},{"name":"HTTP_WEB_SOCKET_SECURE_HANDSHAKE_ERROR_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_SEND_OPERATION","features":[484]},{"name":"HTTP_WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_SHUTDOWN_OPERATION","features":[484]},{"name":"HTTP_WEB_SOCKET_SUCCESS_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_UNSUPPORTED_EXTENSIONS_CLOSE_STATUS","features":[484]},{"name":"HTTP_WEB_SOCKET_UTF8_FRAGMENT_TYPE","features":[484]},{"name":"HTTP_WEB_SOCKET_UTF8_MESSAGE_TYPE","features":[484]},{"name":"HttpAddRequestHeadersA","features":[305,484]},{"name":"HttpAddRequestHeadersW","features":[305,484]},{"name":"HttpCheckDavComplianceA","features":[305,484]},{"name":"HttpCheckDavComplianceW","features":[305,484]},{"name":"HttpCloseDependencyHandle","features":[484]},{"name":"HttpDuplicateDependencyHandle","features":[484]},{"name":"HttpEndRequestA","features":[305,484]},{"name":"HttpEndRequestW","features":[305,484]},{"name":"HttpGetServerCredentials","features":[484]},{"name":"HttpIndicatePageLoadComplete","features":[484]},{"name":"HttpIsHostHstsEnabled","features":[305,484]},{"name":"HttpOpenDependencyHandle","features":[305,484]},{"name":"HttpOpenRequestA","features":[484]},{"name":"HttpOpenRequestW","features":[484]},{"name":"HttpPushClose","features":[484]},{"name":"HttpPushEnable","features":[484]},{"name":"HttpPushWait","features":[305,484]},{"name":"HttpPushWaitEnableComplete","features":[484]},{"name":"HttpPushWaitReceiveComplete","features":[484]},{"name":"HttpPushWaitSendComplete","features":[484]},{"name":"HttpQueryInfoA","features":[305,484]},{"name":"HttpQueryInfoW","features":[305,484]},{"name":"HttpRequestTimeMax","features":[484]},{"name":"HttpSendRequestA","features":[305,484]},{"name":"HttpSendRequestExA","features":[305,484]},{"name":"HttpSendRequestExW","features":[305,484]},{"name":"HttpSendRequestW","features":[305,484]},{"name":"HttpWebSocketClose","features":[305,484]},{"name":"HttpWebSocketCompleteUpgrade","features":[484]},{"name":"HttpWebSocketQueryCloseStatus","features":[305,484]},{"name":"HttpWebSocketReceive","features":[305,484]},{"name":"HttpWebSocketSend","features":[305,484]},{"name":"HttpWebSocketShutdown","features":[305,484]},{"name":"ICU_USERNAME","features":[484]},{"name":"IDENTITY_CACHE_ENTRY","features":[484]},{"name":"IDSI_FLAG_KEEP_ALIVE","features":[484]},{"name":"IDSI_FLAG_PROXY","features":[484]},{"name":"IDSI_FLAG_SECURE","features":[484]},{"name":"IDSI_FLAG_TUNNEL","features":[484]},{"name":"IDialBranding","features":[484]},{"name":"IDialEngine","features":[484]},{"name":"IDialEventSink","features":[484]},{"name":"IMMUTABLE_CACHE_ENTRY","features":[484]},{"name":"INSTALLED_CACHE_ENTRY","features":[484]},{"name":"INTERENT_GOONLINE_MASK","features":[484]},{"name":"INTERENT_GOONLINE_NOPROMPT","features":[484]},{"name":"INTERENT_GOONLINE_REFRESH","features":[484]},{"name":"INTERNET_ACCESS_TYPE","features":[484]},{"name":"INTERNET_ASYNC_RESULT","features":[484]},{"name":"INTERNET_AUTH_NOTIFY_DATA","features":[484]},{"name":"INTERNET_AUTH_SCHEME_BASIC","features":[484]},{"name":"INTERNET_AUTH_SCHEME_DIGEST","features":[484]},{"name":"INTERNET_AUTH_SCHEME_KERBEROS","features":[484]},{"name":"INTERNET_AUTH_SCHEME_NEGOTIATE","features":[484]},{"name":"INTERNET_AUTH_SCHEME_NTLM","features":[484]},{"name":"INTERNET_AUTH_SCHEME_PASSPORT","features":[484]},{"name":"INTERNET_AUTH_SCHEME_UNKNOWN","features":[484]},{"name":"INTERNET_AUTODIAL","features":[484]},{"name":"INTERNET_AUTODIAL_FAILIFSECURITYCHECK","features":[484]},{"name":"INTERNET_AUTODIAL_FORCE_ONLINE","features":[484]},{"name":"INTERNET_AUTODIAL_FORCE_UNATTENDED","features":[484]},{"name":"INTERNET_AUTODIAL_OVERRIDE_NET_PRESENT","features":[484]},{"name":"INTERNET_AUTOPROXY_INIT_DEFAULT","features":[484]},{"name":"INTERNET_AUTOPROXY_INIT_DOWNLOADSYNC","features":[484]},{"name":"INTERNET_AUTOPROXY_INIT_ONLYQUERY","features":[484]},{"name":"INTERNET_AUTOPROXY_INIT_QUERYSTATE","features":[484]},{"name":"INTERNET_BUFFERSA","features":[484]},{"name":"INTERNET_BUFFERSW","features":[484]},{"name":"INTERNET_CACHE_CONFIG_INFOA","features":[305,484]},{"name":"INTERNET_CACHE_CONFIG_INFOW","features":[305,484]},{"name":"INTERNET_CACHE_CONFIG_PATH_ENTRYA","features":[484]},{"name":"INTERNET_CACHE_CONFIG_PATH_ENTRYW","features":[484]},{"name":"INTERNET_CACHE_CONTAINER_AUTODELETE","features":[484]},{"name":"INTERNET_CACHE_CONTAINER_BLOOM_FILTER","features":[484]},{"name":"INTERNET_CACHE_CONTAINER_INFOA","features":[484]},{"name":"INTERNET_CACHE_CONTAINER_INFOW","features":[484]},{"name":"INTERNET_CACHE_CONTAINER_MAP_ENABLED","features":[484]},{"name":"INTERNET_CACHE_CONTAINER_NODESKTOPINIT","features":[484]},{"name":"INTERNET_CACHE_CONTAINER_NOSUBDIRS","features":[484]},{"name":"INTERNET_CACHE_CONTAINER_RESERVED1","features":[484]},{"name":"INTERNET_CACHE_CONTAINER_SHARE_READ","features":[484]},{"name":"INTERNET_CACHE_CONTAINER_SHARE_READ_WRITE","features":[484]},{"name":"INTERNET_CACHE_ENTRY_INFOA","features":[305,484]},{"name":"INTERNET_CACHE_ENTRY_INFOW","features":[305,484]},{"name":"INTERNET_CACHE_FLAG_ADD_FILENAME_ONLY","features":[484]},{"name":"INTERNET_CACHE_FLAG_ALLOW_COLLISIONS","features":[484]},{"name":"INTERNET_CACHE_FLAG_ENTRY_OR_MAPPING","features":[484]},{"name":"INTERNET_CACHE_FLAG_GET_STRUCT_ONLY","features":[484]},{"name":"INTERNET_CACHE_FLAG_INSTALLED_ENTRY","features":[484]},{"name":"INTERNET_CACHE_GROUP_ADD","features":[484]},{"name":"INTERNET_CACHE_GROUP_INFOA","features":[484]},{"name":"INTERNET_CACHE_GROUP_INFOW","features":[484]},{"name":"INTERNET_CACHE_GROUP_REMOVE","features":[484]},{"name":"INTERNET_CACHE_TIMESTAMPS","features":[305,484]},{"name":"INTERNET_CALLBACK_COOKIE","features":[305,484]},{"name":"INTERNET_CERTIFICATE_INFO","features":[305,484]},{"name":"INTERNET_CONNECTED_INFO","features":[484]},{"name":"INTERNET_CONNECTION","features":[484]},{"name":"INTERNET_CONNECTION_CONFIGURED","features":[484]},{"name":"INTERNET_CONNECTION_LAN","features":[484]},{"name":"INTERNET_CONNECTION_MODEM","features":[484]},{"name":"INTERNET_CONNECTION_MODEM_BUSY","features":[484]},{"name":"INTERNET_CONNECTION_OFFLINE","features":[484]},{"name":"INTERNET_CONNECTION_PROXY","features":[484]},{"name":"INTERNET_COOKIE","features":[305,484]},{"name":"INTERNET_COOKIE2","features":[305,484]},{"name":"INTERNET_COOKIE_ALL_COOKIES","features":[484]},{"name":"INTERNET_COOKIE_APPLY_HOST_ONLY","features":[484]},{"name":"INTERNET_COOKIE_APPLY_P3P","features":[484]},{"name":"INTERNET_COOKIE_ECTX_3RDPARTY","features":[484]},{"name":"INTERNET_COOKIE_EDGE_COOKIES","features":[484]},{"name":"INTERNET_COOKIE_EVALUATE_P3P","features":[484]},{"name":"INTERNET_COOKIE_FLAGS","features":[484]},{"name":"INTERNET_COOKIE_HOST_ONLY","features":[484]},{"name":"INTERNET_COOKIE_HOST_ONLY_APPLIED","features":[484]},{"name":"INTERNET_COOKIE_HTTPONLY","features":[484]},{"name":"INTERNET_COOKIE_IE6","features":[484]},{"name":"INTERNET_COOKIE_IS_LEGACY","features":[484]},{"name":"INTERNET_COOKIE_IS_RESTRICTED","features":[484]},{"name":"INTERNET_COOKIE_IS_SECURE","features":[484]},{"name":"INTERNET_COOKIE_IS_SESSION","features":[484]},{"name":"INTERNET_COOKIE_NON_SCRIPT","features":[484]},{"name":"INTERNET_COOKIE_NO_CALLBACK","features":[484]},{"name":"INTERNET_COOKIE_P3P_ENABLED","features":[484]},{"name":"INTERNET_COOKIE_PERSISTENT_HOST_ONLY","features":[484]},{"name":"INTERNET_COOKIE_PROMPT_REQUIRED","features":[484]},{"name":"INTERNET_COOKIE_RESTRICTED_ZONE","features":[484]},{"name":"INTERNET_COOKIE_SAME_SITE_LAX","features":[484]},{"name":"INTERNET_COOKIE_SAME_SITE_LEVEL_CROSS_SITE","features":[484]},{"name":"INTERNET_COOKIE_SAME_SITE_STRICT","features":[484]},{"name":"INTERNET_COOKIE_THIRD_PARTY","features":[484]},{"name":"INTERNET_CREDENTIALS","features":[305,484]},{"name":"INTERNET_CUSTOMDIAL_CAN_HANGUP","features":[484]},{"name":"INTERNET_CUSTOMDIAL_CONNECT","features":[484]},{"name":"INTERNET_CUSTOMDIAL_DISCONNECT","features":[484]},{"name":"INTERNET_CUSTOMDIAL_SAFE_FOR_UNATTENDED","features":[484]},{"name":"INTERNET_CUSTOMDIAL_SHOWOFFLINE","features":[484]},{"name":"INTERNET_CUSTOMDIAL_UNATTENDED","features":[484]},{"name":"INTERNET_CUSTOMDIAL_WILL_SUPPLY_STATE","features":[484]},{"name":"INTERNET_DEFAULT_FTP_PORT","features":[484]},{"name":"INTERNET_DEFAULT_GOPHER_PORT","features":[484]},{"name":"INTERNET_DEFAULT_SOCKS_PORT","features":[484]},{"name":"INTERNET_DIAGNOSTIC_SOCKET_INFO","features":[484]},{"name":"INTERNET_DIALSTATE_DISCONNECTED","features":[484]},{"name":"INTERNET_DIAL_FORCE_PROMPT","features":[484]},{"name":"INTERNET_DIAL_SHOW_OFFLINE","features":[484]},{"name":"INTERNET_DIAL_UNATTENDED","features":[484]},{"name":"INTERNET_DOWNLOAD_MODE_HANDLE","features":[305,484]},{"name":"INTERNET_END_BROWSER_SESSION_DATA","features":[484]},{"name":"INTERNET_ERROR_BASE","features":[484]},{"name":"INTERNET_ERROR_LAST","features":[484]},{"name":"INTERNET_ERROR_MASK_COMBINED_SEC_CERT","features":[484]},{"name":"INTERNET_ERROR_MASK_INSERT_CDROM","features":[484]},{"name":"INTERNET_ERROR_MASK_LOGIN_FAILURE_DISPLAY_ENTITY_BODY","features":[484]},{"name":"INTERNET_ERROR_MASK_NEED_MSN_SSPI_PKG","features":[484]},{"name":"INTERNET_FIRST_OPTION","features":[484]},{"name":"INTERNET_FLAG_ASYNC","features":[484]},{"name":"INTERNET_FLAG_BGUPDATE","features":[484]},{"name":"INTERNET_FLAG_CACHE_ASYNC","features":[484]},{"name":"INTERNET_FLAG_CACHE_IF_NET_FAIL","features":[484]},{"name":"INTERNET_FLAG_DONT_CACHE","features":[484]},{"name":"INTERNET_FLAG_EXISTING_CONNECT","features":[484]},{"name":"INTERNET_FLAG_FORMS_SUBMIT","features":[484]},{"name":"INTERNET_FLAG_FROM_CACHE","features":[484]},{"name":"INTERNET_FLAG_FTP_FOLDER_VIEW","features":[484]},{"name":"INTERNET_FLAG_FWD_BACK","features":[484]},{"name":"INTERNET_FLAG_HYPERLINK","features":[484]},{"name":"INTERNET_FLAG_IDN_DIRECT","features":[484]},{"name":"INTERNET_FLAG_IDN_PROXY","features":[484]},{"name":"INTERNET_FLAG_IGNORE_CERT_CN_INVALID","features":[484]},{"name":"INTERNET_FLAG_IGNORE_CERT_DATE_INVALID","features":[484]},{"name":"INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTP","features":[484]},{"name":"INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTPS","features":[484]},{"name":"INTERNET_FLAG_KEEP_CONNECTION","features":[484]},{"name":"INTERNET_FLAG_MAKE_PERSISTENT","features":[484]},{"name":"INTERNET_FLAG_MUST_CACHE_REQUEST","features":[484]},{"name":"INTERNET_FLAG_NEED_FILE","features":[484]},{"name":"INTERNET_FLAG_NO_AUTH","features":[484]},{"name":"INTERNET_FLAG_NO_AUTO_REDIRECT","features":[484]},{"name":"INTERNET_FLAG_NO_CACHE_WRITE","features":[484]},{"name":"INTERNET_FLAG_NO_COOKIES","features":[484]},{"name":"INTERNET_FLAG_NO_UI","features":[484]},{"name":"INTERNET_FLAG_OFFLINE","features":[484]},{"name":"INTERNET_FLAG_PASSIVE","features":[484]},{"name":"INTERNET_FLAG_PRAGMA_NOCACHE","features":[484]},{"name":"INTERNET_FLAG_RAW_DATA","features":[484]},{"name":"INTERNET_FLAG_READ_PREFETCH","features":[484]},{"name":"INTERNET_FLAG_RELOAD","features":[484]},{"name":"INTERNET_FLAG_RESTRICTED_ZONE","features":[484]},{"name":"INTERNET_FLAG_RESYNCHRONIZE","features":[484]},{"name":"INTERNET_FLAG_SECURE","features":[484]},{"name":"INTERNET_FLAG_TRANSFER_ASCII","features":[484]},{"name":"INTERNET_FLAG_TRANSFER_BINARY","features":[484]},{"name":"INTERNET_GLOBAL_CALLBACK_DETECTING_PROXY","features":[484]},{"name":"INTERNET_GLOBAL_CALLBACK_SENDING_HTTP_HEADERS","features":[484]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_FTP","features":[484]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_GOPHER","features":[484]},{"name":"INTERNET_HANDLE_TYPE_CONNECT_HTTP","features":[484]},{"name":"INTERNET_HANDLE_TYPE_FILE_REQUEST","features":[484]},{"name":"INTERNET_HANDLE_TYPE_FTP_FILE","features":[484]},{"name":"INTERNET_HANDLE_TYPE_FTP_FILE_HTML","features":[484]},{"name":"INTERNET_HANDLE_TYPE_FTP_FIND","features":[484]},{"name":"INTERNET_HANDLE_TYPE_FTP_FIND_HTML","features":[484]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FILE","features":[484]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FILE_HTML","features":[484]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FIND","features":[484]},{"name":"INTERNET_HANDLE_TYPE_GOPHER_FIND_HTML","features":[484]},{"name":"INTERNET_HANDLE_TYPE_HTTP_REQUEST","features":[484]},{"name":"INTERNET_HANDLE_TYPE_INTERNET","features":[484]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_CONTENT","features":[484]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_COOKIES","features":[484]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_DATA","features":[484]},{"name":"INTERNET_IDENTITY_FLAG_CLEAR_HISTORY","features":[484]},{"name":"INTERNET_IDENTITY_FLAG_PRIVATE_CACHE","features":[484]},{"name":"INTERNET_IDENTITY_FLAG_SHARED_CACHE","features":[484]},{"name":"INTERNET_INTERNAL_ERROR_BASE","features":[484]},{"name":"INTERNET_INVALID_PORT_NUMBER","features":[484]},{"name":"INTERNET_KEEP_ALIVE_DISABLED","features":[484]},{"name":"INTERNET_KEEP_ALIVE_ENABLED","features":[484]},{"name":"INTERNET_KEEP_ALIVE_UNKNOWN","features":[484]},{"name":"INTERNET_LAST_OPTION","features":[484]},{"name":"INTERNET_LAST_OPTION_INTERNAL","features":[484]},{"name":"INTERNET_MAX_HOST_NAME_LENGTH","features":[484]},{"name":"INTERNET_MAX_PASSWORD_LENGTH","features":[484]},{"name":"INTERNET_MAX_PORT_NUMBER_LENGTH","features":[484]},{"name":"INTERNET_MAX_PORT_NUMBER_VALUE","features":[484]},{"name":"INTERNET_MAX_USER_NAME_LENGTH","features":[484]},{"name":"INTERNET_NO_CALLBACK","features":[484]},{"name":"INTERNET_OPEN_TYPE_DIRECT","features":[484]},{"name":"INTERNET_OPEN_TYPE_PRECONFIG","features":[484]},{"name":"INTERNET_OPEN_TYPE_PRECONFIG_WITH_NO_AUTOPROXY","features":[484]},{"name":"INTERNET_OPEN_TYPE_PROXY","features":[484]},{"name":"INTERNET_OPTION_ACTIVATE_WORKER_THREADS","features":[484]},{"name":"INTERNET_OPTION_ACTIVITY_ID","features":[484]},{"name":"INTERNET_OPTION_ALLOW_FAILED_CONNECT_CONTENT","features":[484]},{"name":"INTERNET_OPTION_ALLOW_INSECURE_FALLBACK","features":[484]},{"name":"INTERNET_OPTION_ALTER_IDENTITY","features":[484]},{"name":"INTERNET_OPTION_APP_CACHE","features":[484]},{"name":"INTERNET_OPTION_ASYNC","features":[484]},{"name":"INTERNET_OPTION_ASYNC_ID","features":[484]},{"name":"INTERNET_OPTION_ASYNC_PRIORITY","features":[484]},{"name":"INTERNET_OPTION_AUTH_FLAGS","features":[484]},{"name":"INTERNET_OPTION_AUTH_SCHEME_SELECTED","features":[484]},{"name":"INTERNET_OPTION_AUTODIAL_CONNECTION","features":[484]},{"name":"INTERNET_OPTION_AUTODIAL_HWND","features":[484]},{"name":"INTERNET_OPTION_AUTODIAL_MODE","features":[484]},{"name":"INTERNET_OPTION_BACKGROUND_CONNECTIONS","features":[484]},{"name":"INTERNET_OPTION_BYPASS_EDITED_ENTRY","features":[484]},{"name":"INTERNET_OPTION_CACHE_ENTRY_EXTRA_DATA","features":[484]},{"name":"INTERNET_OPTION_CACHE_PARTITION","features":[484]},{"name":"INTERNET_OPTION_CACHE_STREAM_HANDLE","features":[484]},{"name":"INTERNET_OPTION_CACHE_TIMESTAMPS","features":[484]},{"name":"INTERNET_OPTION_CALLBACK","features":[484]},{"name":"INTERNET_OPTION_CALLBACK_FILTER","features":[484]},{"name":"INTERNET_OPTION_CALLER_MODULE","features":[484]},{"name":"INTERNET_OPTION_CANCEL_CACHE_WRITE","features":[484]},{"name":"INTERNET_OPTION_CERT_ERROR_FLAGS","features":[484]},{"name":"INTERNET_OPTION_CHUNK_ENCODE_REQUEST","features":[484]},{"name":"INTERNET_OPTION_CLIENT_CERT_CONTEXT","features":[484]},{"name":"INTERNET_OPTION_CLIENT_CERT_ISSUER_LIST","features":[484]},{"name":"INTERNET_OPTION_CM_HANDLE_COPY_REF","features":[484]},{"name":"INTERNET_OPTION_CODEPAGE","features":[484]},{"name":"INTERNET_OPTION_CODEPAGE_EXTRA","features":[484]},{"name":"INTERNET_OPTION_CODEPAGE_PATH","features":[484]},{"name":"INTERNET_OPTION_COMPRESSED_CONTENT_LENGTH","features":[484]},{"name":"INTERNET_OPTION_CONNECTED_STATE","features":[484]},{"name":"INTERNET_OPTION_CONNECTION_FILTER","features":[484]},{"name":"INTERNET_OPTION_CONNECTION_INFO","features":[484]},{"name":"INTERNET_OPTION_CONNECT_BACKOFF","features":[484]},{"name":"INTERNET_OPTION_CONNECT_LIMIT","features":[484]},{"name":"INTERNET_OPTION_CONNECT_RETRIES","features":[484]},{"name":"INTERNET_OPTION_CONNECT_TIME","features":[484]},{"name":"INTERNET_OPTION_CONNECT_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_CONTEXT_VALUE","features":[484]},{"name":"INTERNET_OPTION_CONTEXT_VALUE_OLD","features":[484]},{"name":"INTERNET_OPTION_CONTROL_RECEIVE_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_CONTROL_SEND_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_COOKIES_3RD_PARTY","features":[484]},{"name":"INTERNET_OPTION_COOKIES_APPLY_HOST_ONLY","features":[484]},{"name":"INTERNET_OPTION_COOKIES_SAME_SITE_LEVEL","features":[484]},{"name":"INTERNET_OPTION_DATAFILE_EXT","features":[484]},{"name":"INTERNET_OPTION_DATAFILE_NAME","features":[484]},{"name":"INTERNET_OPTION_DATA_RECEIVE_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_DATA_SEND_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_DEPENDENCY_HANDLE","features":[484]},{"name":"INTERNET_OPTION_DETECT_POST_SEND","features":[484]},{"name":"INTERNET_OPTION_DIAGNOSTIC_SOCKET_INFO","features":[484]},{"name":"INTERNET_OPTION_DIGEST_AUTH_UNLOAD","features":[484]},{"name":"INTERNET_OPTION_DISABLE_AUTODIAL","features":[484]},{"name":"INTERNET_OPTION_DISABLE_INSECURE_FALLBACK","features":[484]},{"name":"INTERNET_OPTION_DISABLE_NTLM_PREAUTH","features":[484]},{"name":"INTERNET_OPTION_DISABLE_PASSPORT_AUTH","features":[484]},{"name":"INTERNET_OPTION_DISABLE_PROXY_LINK_LOCAL_NAME_RESOLUTION","features":[484]},{"name":"INTERNET_OPTION_DISALLOW_PREMATURE_EOF","features":[484]},{"name":"INTERNET_OPTION_DISCONNECTED_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_DOWNLOAD_MODE","features":[484]},{"name":"INTERNET_OPTION_DOWNLOAD_MODE_HANDLE","features":[484]},{"name":"INTERNET_OPTION_DO_NOT_TRACK","features":[484]},{"name":"INTERNET_OPTION_DUO_USED","features":[484]},{"name":"INTERNET_OPTION_EDGE_COOKIES","features":[484]},{"name":"INTERNET_OPTION_EDGE_COOKIES_TEMP","features":[484]},{"name":"INTERNET_OPTION_EDGE_MODE","features":[484]},{"name":"INTERNET_OPTION_ENABLE_DUO","features":[484]},{"name":"INTERNET_OPTION_ENABLE_HEADER_CALLBACKS","features":[484]},{"name":"INTERNET_OPTION_ENABLE_HTTP_PROTOCOL","features":[484]},{"name":"INTERNET_OPTION_ENABLE_PASSPORT_AUTH","features":[484]},{"name":"INTERNET_OPTION_ENABLE_REDIRECT_CACHE_READ","features":[484]},{"name":"INTERNET_OPTION_ENABLE_TEST_SIGNING","features":[484]},{"name":"INTERNET_OPTION_ENABLE_WBOEXT","features":[484]},{"name":"INTERNET_OPTION_ENABLE_ZLIB_DEFLATE","features":[484]},{"name":"INTERNET_OPTION_ENCODE_EXTRA","features":[484]},{"name":"INTERNET_OPTION_ENCODE_FALLBACK_FOR_REDIRECT_URI","features":[484]},{"name":"INTERNET_OPTION_END_BROWSER_SESSION","features":[484]},{"name":"INTERNET_OPTION_ENTERPRISE_CONTEXT","features":[484]},{"name":"INTERNET_OPTION_ERROR_MASK","features":[484]},{"name":"INTERNET_OPTION_EXEMPT_CONNECTION_LIMIT","features":[484]},{"name":"INTERNET_OPTION_EXTENDED_CALLBACKS","features":[484]},{"name":"INTERNET_OPTION_EXTENDED_ERROR","features":[484]},{"name":"INTERNET_OPTION_FAIL_ON_CACHE_WRITE_ERROR","features":[484]},{"name":"INTERNET_OPTION_FALSE_START","features":[484]},{"name":"INTERNET_OPTION_FLUSH_STATE","features":[484]},{"name":"INTERNET_OPTION_FORCE_DECODE","features":[484]},{"name":"INTERNET_OPTION_FROM_CACHE_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_GLOBAL_CALLBACK","features":[484]},{"name":"INTERNET_OPTION_HANDLE_TYPE","features":[484]},{"name":"INTERNET_OPTION_HIBERNATE_INACTIVE_WORKER_THREADS","features":[484]},{"name":"INTERNET_OPTION_HSTS","features":[484]},{"name":"INTERNET_OPTION_HTTP_09","features":[484]},{"name":"INTERNET_OPTION_HTTP_DECODING","features":[484]},{"name":"INTERNET_OPTION_HTTP_PROTOCOL_USED","features":[484]},{"name":"INTERNET_OPTION_HTTP_VERSION","features":[484]},{"name":"INTERNET_OPTION_IDENTITY","features":[484]},{"name":"INTERNET_OPTION_IDLE_STATE","features":[484]},{"name":"INTERNET_OPTION_IDN","features":[484]},{"name":"INTERNET_OPTION_IGNORE_CERT_ERROR_FLAGS","features":[484]},{"name":"INTERNET_OPTION_IGNORE_OFFLINE","features":[484]},{"name":"INTERNET_OPTION_KEEP_CONNECTION","features":[484]},{"name":"INTERNET_OPTION_LINE_STATE","features":[484]},{"name":"INTERNET_OPTION_LISTEN_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER","features":[484]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_PROXY","features":[484]},{"name":"INTERNET_OPTION_MAX_CONNS_PER_SERVER","features":[484]},{"name":"INTERNET_OPTION_MAX_QUERY_BUFFER_SIZE","features":[484]},{"name":"INTERNET_OPTION_NET_SPEED","features":[484]},{"name":"INTERNET_OPTION_NOCACHE_WRITE_IN_PRIVATE","features":[484]},{"name":"INTERNET_OPTION_NOTIFY_SENDING_COOKIE","features":[484]},{"name":"INTERNET_OPTION_NO_HTTP_SERVER_AUTH","features":[484]},{"name":"INTERNET_OPTION_OFFLINE_MODE","features":[484]},{"name":"INTERNET_OPTION_OFFLINE_SEMANTICS","features":[484]},{"name":"INTERNET_OPTION_OFFLINE_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_OPT_IN_WEAK_SIGNATURE","features":[484]},{"name":"INTERNET_OPTION_ORIGINAL_CONNECT_FLAGS","features":[484]},{"name":"INTERNET_OPTION_PARENT_HANDLE","features":[484]},{"name":"INTERNET_OPTION_PARSE_LINE_FOLDING","features":[484]},{"name":"INTERNET_OPTION_PASSWORD","features":[484]},{"name":"INTERNET_OPTION_PER_CONNECTION_OPTION","features":[484]},{"name":"INTERNET_OPTION_POLICY","features":[484]},{"name":"INTERNET_OPTION_PRESERVE_REFERER_ON_HTTPS_TO_HTTP_REDIRECT","features":[484]},{"name":"INTERNET_OPTION_PRESERVE_REQUEST_SERVER_CREDENTIALS_ON_REDIRECT","features":[484]},{"name":"INTERNET_OPTION_PROXY","features":[484]},{"name":"INTERNET_OPTION_PROXY_AUTH_SCHEME","features":[484]},{"name":"INTERNET_OPTION_PROXY_CREDENTIALS","features":[484]},{"name":"INTERNET_OPTION_PROXY_FROM_REQUEST","features":[484]},{"name":"INTERNET_OPTION_PROXY_PASSWORD","features":[484]},{"name":"INTERNET_OPTION_PROXY_SETTINGS_CHANGED","features":[484]},{"name":"INTERNET_OPTION_PROXY_USERNAME","features":[484]},{"name":"INTERNET_OPTION_READ_BUFFER_SIZE","features":[484]},{"name":"INTERNET_OPTION_RECEIVE_THROUGHPUT","features":[484]},{"name":"INTERNET_OPTION_RECEIVE_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_REFERER_TOKEN_BINDING_HOSTNAME","features":[484]},{"name":"INTERNET_OPTION_REFRESH","features":[484]},{"name":"INTERNET_OPTION_REMOVE_IDENTITY","features":[484]},{"name":"INTERNET_OPTION_REQUEST_ANNOTATION","features":[484]},{"name":"INTERNET_OPTION_REQUEST_ANNOTATION_MAX_LENGTH","features":[484]},{"name":"INTERNET_OPTION_REQUEST_FLAGS","features":[484]},{"name":"INTERNET_OPTION_REQUEST_PRIORITY","features":[484]},{"name":"INTERNET_OPTION_REQUEST_TIMES","features":[484]},{"name":"INTERNET_OPTION_RESET","features":[484]},{"name":"INTERNET_OPTION_RESET_URLCACHE_SESSION","features":[484]},{"name":"INTERNET_OPTION_RESPONSE_RESUMABLE","features":[484]},{"name":"INTERNET_OPTION_RESTORE_WORKER_THREAD_DEFAULTS","features":[484]},{"name":"INTERNET_OPTION_SECONDARY_CACHE_KEY","features":[484]},{"name":"INTERNET_OPTION_SECURE_FAILURE","features":[484]},{"name":"INTERNET_OPTION_SECURITY_CERTIFICATE","features":[484]},{"name":"INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT","features":[484]},{"name":"INTERNET_OPTION_SECURITY_CONNECTION_INFO","features":[484]},{"name":"INTERNET_OPTION_SECURITY_FLAGS","features":[484]},{"name":"INTERNET_OPTION_SECURITY_KEY_BITNESS","features":[484]},{"name":"INTERNET_OPTION_SECURITY_SELECT_CLIENT_CERT","features":[484]},{"name":"INTERNET_OPTION_SEND_THROUGHPUT","features":[484]},{"name":"INTERNET_OPTION_SEND_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_SEND_UTF8_SERVERNAME_TO_PROXY","features":[484]},{"name":"INTERNET_OPTION_SERVER_ADDRESS_INFO","features":[484]},{"name":"INTERNET_OPTION_SERVER_AUTH_SCHEME","features":[484]},{"name":"INTERNET_OPTION_SERVER_CERT_CHAIN_CONTEXT","features":[484]},{"name":"INTERNET_OPTION_SERVER_CREDENTIALS","features":[484]},{"name":"INTERNET_OPTION_SESSION_START_TIME","features":[484]},{"name":"INTERNET_OPTION_SETTINGS_CHANGED","features":[484]},{"name":"INTERNET_OPTION_SET_IN_PRIVATE","features":[484]},{"name":"INTERNET_OPTION_SOCKET_NODELAY","features":[484]},{"name":"INTERNET_OPTION_SOCKET_NOTIFICATION_IOCTL","features":[484]},{"name":"INTERNET_OPTION_SOCKET_SEND_BUFFER_LENGTH","features":[484]},{"name":"INTERNET_OPTION_SOURCE_PORT","features":[484]},{"name":"INTERNET_OPTION_SUPPRESS_BEHAVIOR","features":[484]},{"name":"INTERNET_OPTION_SUPPRESS_SERVER_AUTH","features":[484]},{"name":"INTERNET_OPTION_SYNC_MODE_AUTOMATIC_SESSION_DISABLED","features":[484]},{"name":"INTERNET_OPTION_TCP_FAST_OPEN","features":[484]},{"name":"INTERNET_OPTION_TIMED_CONNECTION_LIMIT_BYPASS","features":[484]},{"name":"INTERNET_OPTION_TOKEN_BINDING_PUBLIC_KEY","features":[484]},{"name":"INTERNET_OPTION_TUNNEL_ONLY","features":[484]},{"name":"INTERNET_OPTION_UNLOAD_NOTIFY_EVENT","features":[484]},{"name":"INTERNET_OPTION_UPGRADE_TO_WEB_SOCKET","features":[484]},{"name":"INTERNET_OPTION_URL","features":[484]},{"name":"INTERNET_OPTION_USERNAME","features":[484]},{"name":"INTERNET_OPTION_USER_AGENT","features":[484]},{"name":"INTERNET_OPTION_USER_PASS_SERVER_ONLY","features":[484]},{"name":"INTERNET_OPTION_USE_FIRST_AVAILABLE_CONNECTION","features":[484]},{"name":"INTERNET_OPTION_USE_MODIFIED_HEADER_FILTER","features":[484]},{"name":"INTERNET_OPTION_VERSION","features":[484]},{"name":"INTERNET_OPTION_WEB_SOCKET_CLOSE_TIMEOUT","features":[484]},{"name":"INTERNET_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL","features":[484]},{"name":"INTERNET_OPTION_WPAD_SLEEP","features":[484]},{"name":"INTERNET_OPTION_WRITE_BUFFER_SIZE","features":[484]},{"name":"INTERNET_OPTION_WWA_MODE","features":[484]},{"name":"INTERNET_PER_CONN","features":[484]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_LAST_DETECT_TIME","features":[484]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_LAST_DETECT_URL","features":[484]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_RELOAD_DELAY_MINS","features":[484]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_SECONDARY_URL","features":[484]},{"name":"INTERNET_PER_CONN_AUTOCONFIG_URL","features":[484]},{"name":"INTERNET_PER_CONN_AUTODISCOVERY_FLAGS","features":[484]},{"name":"INTERNET_PER_CONN_FLAGS","features":[484]},{"name":"INTERNET_PER_CONN_FLAGS_UI","features":[484]},{"name":"INTERNET_PER_CONN_OPTIONA","features":[305,484]},{"name":"INTERNET_PER_CONN_OPTIONW","features":[305,484]},{"name":"INTERNET_PER_CONN_OPTION_LISTA","features":[305,484]},{"name":"INTERNET_PER_CONN_OPTION_LISTW","features":[305,484]},{"name":"INTERNET_PER_CONN_PROXY_BYPASS","features":[484]},{"name":"INTERNET_PER_CONN_PROXY_SERVER","features":[484]},{"name":"INTERNET_PREFETCH_ABORTED","features":[484]},{"name":"INTERNET_PREFETCH_COMPLETE","features":[484]},{"name":"INTERNET_PREFETCH_PROGRESS","features":[484]},{"name":"INTERNET_PREFETCH_STATUS","features":[484]},{"name":"INTERNET_PRIORITY_FOREGROUND","features":[484]},{"name":"INTERNET_PROXY_INFO","features":[484]},{"name":"INTERNET_RAS_INSTALLED","features":[484]},{"name":"INTERNET_REQFLAG_ASYNC","features":[484]},{"name":"INTERNET_REQFLAG_CACHE_WRITE_DISABLED","features":[484]},{"name":"INTERNET_REQFLAG_FROM_APP_CACHE","features":[484]},{"name":"INTERNET_REQFLAG_FROM_CACHE","features":[484]},{"name":"INTERNET_REQFLAG_NET_TIMEOUT","features":[484]},{"name":"INTERNET_REQFLAG_NO_HEADERS","features":[484]},{"name":"INTERNET_REQFLAG_PASSIVE","features":[484]},{"name":"INTERNET_REQFLAG_VIA_PROXY","features":[484]},{"name":"INTERNET_RFC1123_BUFSIZE","features":[484]},{"name":"INTERNET_RFC1123_FORMAT","features":[484]},{"name":"INTERNET_SCHEME","features":[484]},{"name":"INTERNET_SCHEME_DEFAULT","features":[484]},{"name":"INTERNET_SCHEME_FILE","features":[484]},{"name":"INTERNET_SCHEME_FIRST","features":[484]},{"name":"INTERNET_SCHEME_FTP","features":[484]},{"name":"INTERNET_SCHEME_GOPHER","features":[484]},{"name":"INTERNET_SCHEME_HTTP","features":[484]},{"name":"INTERNET_SCHEME_HTTPS","features":[484]},{"name":"INTERNET_SCHEME_JAVASCRIPT","features":[484]},{"name":"INTERNET_SCHEME_LAST","features":[484]},{"name":"INTERNET_SCHEME_MAILTO","features":[484]},{"name":"INTERNET_SCHEME_NEWS","features":[484]},{"name":"INTERNET_SCHEME_PARTIAL","features":[484]},{"name":"INTERNET_SCHEME_RES","features":[484]},{"name":"INTERNET_SCHEME_SOCKS","features":[484]},{"name":"INTERNET_SCHEME_UNKNOWN","features":[484]},{"name":"INTERNET_SCHEME_VBSCRIPT","features":[484]},{"name":"INTERNET_SECURITY_CONNECTION_INFO","features":[305,484,327,398]},{"name":"INTERNET_SECURITY_INFO","features":[305,484,327,398]},{"name":"INTERNET_SERVER_CONNECTION_STATE","features":[305,484]},{"name":"INTERNET_SERVICE_FTP","features":[484]},{"name":"INTERNET_SERVICE_GOPHER","features":[484]},{"name":"INTERNET_SERVICE_HTTP","features":[484]},{"name":"INTERNET_SERVICE_URL","features":[484]},{"name":"INTERNET_STATE","features":[484]},{"name":"INTERNET_STATE_BUSY","features":[484]},{"name":"INTERNET_STATE_CONNECTED","features":[484]},{"name":"INTERNET_STATE_DISCONNECTED","features":[484]},{"name":"INTERNET_STATE_DISCONNECTED_BY_USER","features":[484]},{"name":"INTERNET_STATE_IDLE","features":[484]},{"name":"INTERNET_STATUS_CLOSING_CONNECTION","features":[484]},{"name":"INTERNET_STATUS_CONNECTED_TO_SERVER","features":[484]},{"name":"INTERNET_STATUS_CONNECTING_TO_SERVER","features":[484]},{"name":"INTERNET_STATUS_CONNECTION_CLOSED","features":[484]},{"name":"INTERNET_STATUS_COOKIE","features":[484]},{"name":"INTERNET_STATUS_COOKIE_HISTORY","features":[484]},{"name":"INTERNET_STATUS_COOKIE_RECEIVED","features":[484]},{"name":"INTERNET_STATUS_COOKIE_SENT","features":[484]},{"name":"INTERNET_STATUS_CTL_RESPONSE_RECEIVED","features":[484]},{"name":"INTERNET_STATUS_DETECTING_PROXY","features":[484]},{"name":"INTERNET_STATUS_END_BROWSER_SESSION","features":[484]},{"name":"INTERNET_STATUS_FILTER_CLOSED","features":[484]},{"name":"INTERNET_STATUS_FILTER_CLOSING","features":[484]},{"name":"INTERNET_STATUS_FILTER_CONNECTED","features":[484]},{"name":"INTERNET_STATUS_FILTER_CONNECTING","features":[484]},{"name":"INTERNET_STATUS_FILTER_HANDLE_CLOSING","features":[484]},{"name":"INTERNET_STATUS_FILTER_HANDLE_CREATED","features":[484]},{"name":"INTERNET_STATUS_FILTER_PREFETCH","features":[484]},{"name":"INTERNET_STATUS_FILTER_RECEIVED","features":[484]},{"name":"INTERNET_STATUS_FILTER_RECEIVING","features":[484]},{"name":"INTERNET_STATUS_FILTER_REDIRECT","features":[484]},{"name":"INTERNET_STATUS_FILTER_RESOLVED","features":[484]},{"name":"INTERNET_STATUS_FILTER_RESOLVING","features":[484]},{"name":"INTERNET_STATUS_FILTER_SENDING","features":[484]},{"name":"INTERNET_STATUS_FILTER_SENT","features":[484]},{"name":"INTERNET_STATUS_FILTER_STATE_CHANGE","features":[484]},{"name":"INTERNET_STATUS_HANDLE_CLOSING","features":[484]},{"name":"INTERNET_STATUS_HANDLE_CREATED","features":[484]},{"name":"INTERNET_STATUS_INTERMEDIATE_RESPONSE","features":[484]},{"name":"INTERNET_STATUS_NAME_RESOLVED","features":[484]},{"name":"INTERNET_STATUS_P3P_HEADER","features":[484]},{"name":"INTERNET_STATUS_P3P_POLICYREF","features":[484]},{"name":"INTERNET_STATUS_PREFETCH","features":[484]},{"name":"INTERNET_STATUS_PRIVACY_IMPACTED","features":[484]},{"name":"INTERNET_STATUS_PROXY_CREDENTIALS","features":[484]},{"name":"INTERNET_STATUS_RECEIVING_RESPONSE","features":[484]},{"name":"INTERNET_STATUS_REDIRECT","features":[484]},{"name":"INTERNET_STATUS_REQUEST_COMPLETE","features":[484]},{"name":"INTERNET_STATUS_REQUEST_HEADERS_SET","features":[484]},{"name":"INTERNET_STATUS_REQUEST_SENT","features":[484]},{"name":"INTERNET_STATUS_RESOLVING_NAME","features":[484]},{"name":"INTERNET_STATUS_RESPONSE_HEADERS_SET","features":[484]},{"name":"INTERNET_STATUS_RESPONSE_RECEIVED","features":[484]},{"name":"INTERNET_STATUS_SENDING_COOKIE","features":[484]},{"name":"INTERNET_STATUS_SENDING_REQUEST","features":[484]},{"name":"INTERNET_STATUS_SERVER_CONNECTION_STATE","features":[484]},{"name":"INTERNET_STATUS_SERVER_CREDENTIALS","features":[484]},{"name":"INTERNET_STATUS_STATE_CHANGE","features":[484]},{"name":"INTERNET_STATUS_USER_INPUT_REQUIRED","features":[484]},{"name":"INTERNET_SUPPRESS_COOKIE_PERSIST","features":[484]},{"name":"INTERNET_SUPPRESS_COOKIE_PERSIST_RESET","features":[484]},{"name":"INTERNET_SUPPRESS_COOKIE_POLICY","features":[484]},{"name":"INTERNET_SUPPRESS_COOKIE_POLICY_RESET","features":[484]},{"name":"INTERNET_SUPPRESS_RESET_ALL","features":[484]},{"name":"INTERNET_VERSION_INFO","features":[484]},{"name":"IProofOfPossessionCookieInfoManager","features":[484]},{"name":"IProofOfPossessionCookieInfoManager2","features":[484]},{"name":"IRF_ASYNC","features":[484]},{"name":"IRF_NO_WAIT","features":[484]},{"name":"IRF_SYNC","features":[484]},{"name":"IRF_USE_CONTEXT","features":[484]},{"name":"ISO_FORCE_DISCONNECTED","features":[484]},{"name":"ISO_FORCE_OFFLINE","features":[484]},{"name":"ISO_GLOBAL","features":[484]},{"name":"ISO_REGISTRY","features":[484]},{"name":"ImportCookieFileA","features":[305,484]},{"name":"ImportCookieFileW","features":[305,484]},{"name":"IncomingCookieState","features":[484]},{"name":"IncrementUrlCacheHeaderData","features":[305,484]},{"name":"InternalInternetGetCookie","features":[484]},{"name":"InternetAlgIdToStringA","features":[305,484,398]},{"name":"InternetAlgIdToStringW","features":[305,484,398]},{"name":"InternetAttemptConnect","features":[484]},{"name":"InternetAutodial","features":[305,484]},{"name":"InternetAutodialHangup","features":[305,484]},{"name":"InternetCanonicalizeUrlA","features":[305,484]},{"name":"InternetCanonicalizeUrlW","features":[305,484]},{"name":"InternetCheckConnectionA","features":[305,484]},{"name":"InternetCheckConnectionW","features":[305,484]},{"name":"InternetClearAllPerSiteCookieDecisions","features":[305,484]},{"name":"InternetCloseHandle","features":[305,484]},{"name":"InternetCombineUrlA","features":[305,484]},{"name":"InternetCombineUrlW","features":[305,484]},{"name":"InternetConfirmZoneCrossing","features":[305,484]},{"name":"InternetConfirmZoneCrossingA","features":[305,484]},{"name":"InternetConfirmZoneCrossingW","features":[305,484]},{"name":"InternetConnectA","features":[484]},{"name":"InternetConnectW","features":[484]},{"name":"InternetConvertUrlFromWireToWideChar","features":[305,484]},{"name":"InternetCookieHistory","features":[305,484]},{"name":"InternetCookieState","features":[484]},{"name":"InternetCrackUrlA","features":[305,483,484]},{"name":"InternetCrackUrlW","features":[305,483,484]},{"name":"InternetCreateUrlA","features":[305,484]},{"name":"InternetCreateUrlW","features":[305,484]},{"name":"InternetDial","features":[305,484]},{"name":"InternetDialA","features":[305,484]},{"name":"InternetDialW","features":[305,484]},{"name":"InternetEnumPerSiteCookieDecisionA","features":[305,484]},{"name":"InternetEnumPerSiteCookieDecisionW","features":[305,484]},{"name":"InternetErrorDlg","features":[305,484]},{"name":"InternetFindNextFileA","features":[305,484]},{"name":"InternetFindNextFileW","features":[305,484]},{"name":"InternetFortezzaCommand","features":[305,484]},{"name":"InternetFreeCookies","features":[305,484]},{"name":"InternetFreeProxyInfoList","features":[305,484]},{"name":"InternetGetConnectedState","features":[305,484]},{"name":"InternetGetConnectedStateEx","features":[305,484]},{"name":"InternetGetConnectedStateExA","features":[305,484]},{"name":"InternetGetConnectedStateExW","features":[305,484]},{"name":"InternetGetCookieA","features":[305,484]},{"name":"InternetGetCookieEx2","features":[305,484]},{"name":"InternetGetCookieExA","features":[305,484]},{"name":"InternetGetCookieExW","features":[305,484]},{"name":"InternetGetCookieW","features":[305,484]},{"name":"InternetGetLastResponseInfoA","features":[305,484]},{"name":"InternetGetLastResponseInfoW","features":[305,484]},{"name":"InternetGetPerSiteCookieDecisionA","features":[305,484]},{"name":"InternetGetPerSiteCookieDecisionW","features":[305,484]},{"name":"InternetGetProxyForUrl","features":[305,484]},{"name":"InternetGetSecurityInfoByURL","features":[305,484,398]},{"name":"InternetGetSecurityInfoByURLA","features":[305,484,398]},{"name":"InternetGetSecurityInfoByURLW","features":[305,484,398]},{"name":"InternetGoOnline","features":[305,484]},{"name":"InternetGoOnlineA","features":[305,484]},{"name":"InternetGoOnlineW","features":[305,484]},{"name":"InternetHangUp","features":[484]},{"name":"InternetInitializeAutoProxyDll","features":[305,484]},{"name":"InternetLockRequestFile","features":[305,484]},{"name":"InternetOpenA","features":[484]},{"name":"InternetOpenUrlA","features":[484]},{"name":"InternetOpenUrlW","features":[484]},{"name":"InternetOpenW","features":[484]},{"name":"InternetQueryDataAvailable","features":[305,484]},{"name":"InternetQueryFortezzaStatus","features":[305,484]},{"name":"InternetQueryOptionA","features":[305,484]},{"name":"InternetQueryOptionW","features":[305,484]},{"name":"InternetReadFile","features":[305,484]},{"name":"InternetReadFileExA","features":[305,484]},{"name":"InternetReadFileExW","features":[305,484]},{"name":"InternetSecurityProtocolToStringA","features":[305,484]},{"name":"InternetSecurityProtocolToStringW","features":[305,484]},{"name":"InternetSetCookieA","features":[305,484]},{"name":"InternetSetCookieEx2","features":[305,484]},{"name":"InternetSetCookieExA","features":[484]},{"name":"InternetSetCookieExW","features":[484]},{"name":"InternetSetCookieW","features":[305,484]},{"name":"InternetSetDialState","features":[305,484]},{"name":"InternetSetDialStateA","features":[305,484]},{"name":"InternetSetDialStateW","features":[305,484]},{"name":"InternetSetFilePointer","features":[484]},{"name":"InternetSetOptionA","features":[305,484]},{"name":"InternetSetOptionExA","features":[305,484]},{"name":"InternetSetOptionExW","features":[305,484]},{"name":"InternetSetOptionW","features":[305,484]},{"name":"InternetSetPerSiteCookieDecisionA","features":[305,484]},{"name":"InternetSetPerSiteCookieDecisionW","features":[305,484]},{"name":"InternetSetStatusCallback","features":[484]},{"name":"InternetSetStatusCallbackA","features":[484]},{"name":"InternetSetStatusCallbackW","features":[484]},{"name":"InternetShowSecurityInfoByURL","features":[305,484]},{"name":"InternetShowSecurityInfoByURLA","features":[305,484]},{"name":"InternetShowSecurityInfoByURLW","features":[305,484]},{"name":"InternetTimeFromSystemTime","features":[305,484]},{"name":"InternetTimeFromSystemTimeA","features":[305,484]},{"name":"InternetTimeFromSystemTimeW","features":[305,484]},{"name":"InternetTimeToSystemTime","features":[305,484]},{"name":"InternetTimeToSystemTimeA","features":[305,484]},{"name":"InternetTimeToSystemTimeW","features":[305,484]},{"name":"InternetUnlockRequestFile","features":[305,484]},{"name":"InternetWriteFile","features":[305,484]},{"name":"InternetWriteFileExA","features":[305,484]},{"name":"InternetWriteFileExW","features":[305,484]},{"name":"IsDomainLegalCookieDomainA","features":[305,484]},{"name":"IsDomainLegalCookieDomainW","features":[305,484]},{"name":"IsHostInProxyBypassList","features":[305,484]},{"name":"IsProfilesEnabled","features":[305,484]},{"name":"IsUrlCacheEntryExpiredA","features":[305,484]},{"name":"IsUrlCacheEntryExpiredW","features":[305,484]},{"name":"LOCAL_NAMESPACE_PREFIX","features":[484]},{"name":"LOCAL_NAMESPACE_PREFIX_W","features":[484]},{"name":"LPINTERNET_STATUS_CALLBACK","features":[484]},{"name":"LoadUrlCacheContent","features":[305,484]},{"name":"MAX_CACHE_ENTRY_INFO_SIZE","features":[484]},{"name":"MAX_GOPHER_ATTRIBUTE_NAME","features":[484]},{"name":"MAX_GOPHER_CATEGORY_NAME","features":[484]},{"name":"MAX_GOPHER_DISPLAY_TEXT","features":[484]},{"name":"MAX_GOPHER_HOST_NAME","features":[484]},{"name":"MAX_GOPHER_SELECTOR_TEXT","features":[484]},{"name":"MIN_GOPHER_ATTRIBUTE_LENGTH","features":[484]},{"name":"MUST_REVALIDATE_CACHE_ENTRY","features":[484]},{"name":"MaxPrivacySettings","features":[484]},{"name":"NORMAL_CACHE_ENTRY","features":[484]},{"name":"NameResolutionEnd","features":[484]},{"name":"NameResolutionStart","features":[484]},{"name":"OTHER_USER_CACHE_ENTRY","features":[484]},{"name":"OutgoingCookieState","features":[484]},{"name":"PENDING_DELETE_CACHE_ENTRY","features":[484]},{"name":"PFN_AUTH_NOTIFY","features":[484]},{"name":"PFN_DIAL_HANDLER","features":[305,484]},{"name":"POLICY_EXTENSION_TYPE_NONE","features":[484]},{"name":"POLICY_EXTENSION_TYPE_WINHTTP","features":[484]},{"name":"POLICY_EXTENSION_TYPE_WININET","features":[484]},{"name":"POLICY_EXTENSION_VERSION1","features":[484]},{"name":"POST_CHECK_CACHE_ENTRY","features":[484]},{"name":"POST_RESPONSE_CACHE_ENTRY","features":[484]},{"name":"PRIVACY_IMPACTED_CACHE_ENTRY","features":[484]},{"name":"PRIVACY_MODE_CACHE_ENTRY","features":[484]},{"name":"PRIVACY_TEMPLATE_ADVANCED","features":[484]},{"name":"PRIVACY_TEMPLATE_CUSTOM","features":[484]},{"name":"PRIVACY_TEMPLATE_HIGH","features":[484]},{"name":"PRIVACY_TEMPLATE_LOW","features":[484]},{"name":"PRIVACY_TEMPLATE_MAX","features":[484]},{"name":"PRIVACY_TEMPLATE_MEDIUM","features":[484]},{"name":"PRIVACY_TEMPLATE_MEDIUM_HIGH","features":[484]},{"name":"PRIVACY_TEMPLATE_MEDIUM_LOW","features":[484]},{"name":"PRIVACY_TEMPLATE_NO_COOKIES","features":[484]},{"name":"PRIVACY_TYPE_FIRST_PARTY","features":[484]},{"name":"PRIVACY_TYPE_THIRD_PARTY","features":[484]},{"name":"PROXY_AUTO_DETECT_TYPE","features":[484]},{"name":"PROXY_AUTO_DETECT_TYPE_DHCP","features":[484]},{"name":"PROXY_AUTO_DETECT_TYPE_DNS_A","features":[484]},{"name":"PROXY_TYPE_AUTO_DETECT","features":[484]},{"name":"PROXY_TYPE_AUTO_PROXY_URL","features":[484]},{"name":"PROXY_TYPE_DIRECT","features":[484]},{"name":"PROXY_TYPE_PROXY","features":[484]},{"name":"ParseX509EncodedCertificateForListBoxEntry","features":[484]},{"name":"PerformOperationOverUrlCacheA","features":[305,484]},{"name":"PrivacyGetZonePreferenceW","features":[484]},{"name":"PrivacySetZonePreferenceW","features":[484]},{"name":"ProofOfPossessionCookieInfo","features":[484]},{"name":"ProofOfPossessionCookieInfoManager","features":[484]},{"name":"REDIRECT_CACHE_ENTRY","features":[484]},{"name":"REGSTR_DIAL_AUTOCONNECT","features":[484]},{"name":"REGSTR_LEASH_LEGACY_COOKIES","features":[484]},{"name":"REQUEST_TIMES","features":[484]},{"name":"ReadGuidsForConnectedNetworks","features":[305,484]},{"name":"ReadUrlCacheEntryStream","features":[305,484]},{"name":"ReadUrlCacheEntryStreamEx","features":[305,484]},{"name":"RegisterUrlCacheNotification","features":[305,484]},{"name":"ResumeSuspendedDownload","features":[305,484]},{"name":"RetrieveUrlCacheEntryFileA","features":[305,484]},{"name":"RetrieveUrlCacheEntryFileW","features":[305,484]},{"name":"RetrieveUrlCacheEntryStreamA","features":[305,484]},{"name":"RetrieveUrlCacheEntryStreamW","features":[305,484]},{"name":"RunOnceUrlCache","features":[305,484]},{"name":"SECURITY_FLAG_128BIT","features":[484]},{"name":"SECURITY_FLAG_40BIT","features":[484]},{"name":"SECURITY_FLAG_56BIT","features":[484]},{"name":"SECURITY_FLAG_FORTEZZA","features":[484]},{"name":"SECURITY_FLAG_IETFSSL4","features":[484]},{"name":"SECURITY_FLAG_IGNORE_REDIRECT_TO_HTTP","features":[484]},{"name":"SECURITY_FLAG_IGNORE_REDIRECT_TO_HTTPS","features":[484]},{"name":"SECURITY_FLAG_IGNORE_REVOCATION","features":[484]},{"name":"SECURITY_FLAG_IGNORE_WEAK_SIGNATURE","features":[484]},{"name":"SECURITY_FLAG_IGNORE_WRONG_USAGE","features":[484]},{"name":"SECURITY_FLAG_NORMALBITNESS","features":[484]},{"name":"SECURITY_FLAG_OPT_IN_WEAK_SIGNATURE","features":[484]},{"name":"SECURITY_FLAG_PCT","features":[484]},{"name":"SECURITY_FLAG_PCT4","features":[484]},{"name":"SECURITY_FLAG_SSL","features":[484]},{"name":"SECURITY_FLAG_SSL3","features":[484]},{"name":"SECURITY_FLAG_UNKNOWNBIT","features":[484]},{"name":"SHORTPATH_CACHE_ENTRY","features":[484]},{"name":"SPARSE_CACHE_ENTRY","features":[484]},{"name":"STATIC_CACHE_ENTRY","features":[484]},{"name":"STICKY_CACHE_ENTRY","features":[484]},{"name":"SetUrlCacheConfigInfoA","features":[305,484]},{"name":"SetUrlCacheConfigInfoW","features":[305,484]},{"name":"SetUrlCacheEntryGroup","features":[305,484]},{"name":"SetUrlCacheEntryGroupA","features":[305,484]},{"name":"SetUrlCacheEntryGroupW","features":[305,484]},{"name":"SetUrlCacheEntryInfoA","features":[305,484]},{"name":"SetUrlCacheEntryInfoW","features":[305,484]},{"name":"SetUrlCacheGroupAttributeA","features":[305,484]},{"name":"SetUrlCacheGroupAttributeW","features":[305,484]},{"name":"SetUrlCacheHeaderData","features":[305,484]},{"name":"ShowClientAuthCerts","features":[305,484]},{"name":"ShowSecurityInfo","features":[305,484,327,398]},{"name":"ShowX509EncodedCertificate","features":[305,484]},{"name":"TLSHandshakeEnd","features":[484]},{"name":"TLSHandshakeStart","features":[484]},{"name":"TRACK_OFFLINE_CACHE_ENTRY","features":[484]},{"name":"TRACK_ONLINE_CACHE_ENTRY","features":[484]},{"name":"URLCACHE_ENTRY_INFO","features":[305,484]},{"name":"URLHISTORY_CACHE_ENTRY","features":[484]},{"name":"URL_CACHE_LIMIT_TYPE","features":[484]},{"name":"URL_COMPONENTSA","features":[484]},{"name":"URL_COMPONENTSW","features":[484]},{"name":"UnlockUrlCacheEntryFile","features":[305,484]},{"name":"UnlockUrlCacheEntryFileA","features":[305,484]},{"name":"UnlockUrlCacheEntryFileW","features":[305,484]},{"name":"UnlockUrlCacheEntryStream","features":[305,484]},{"name":"UpdateUrlCacheContentPath","features":[305,484]},{"name":"UrlCacheCheckEntriesExist","features":[305,484]},{"name":"UrlCacheCloseEntryHandle","features":[484]},{"name":"UrlCacheContainerSetEntryMaximumAge","features":[484]},{"name":"UrlCacheCreateContainer","features":[484]},{"name":"UrlCacheFindFirstEntry","features":[305,484]},{"name":"UrlCacheFindNextEntry","features":[305,484]},{"name":"UrlCacheFreeEntryInfo","features":[305,484]},{"name":"UrlCacheFreeGlobalSpace","features":[484]},{"name":"UrlCacheGetContentPaths","features":[484]},{"name":"UrlCacheGetEntryInfo","features":[305,484]},{"name":"UrlCacheGetGlobalCacheSize","features":[484]},{"name":"UrlCacheGetGlobalLimit","features":[484]},{"name":"UrlCacheLimitTypeAppContainer","features":[484]},{"name":"UrlCacheLimitTypeAppContainerTotal","features":[484]},{"name":"UrlCacheLimitTypeIE","features":[484]},{"name":"UrlCacheLimitTypeIETotal","features":[484]},{"name":"UrlCacheLimitTypeNum","features":[484]},{"name":"UrlCacheReadEntryStream","features":[484]},{"name":"UrlCacheReloadSettings","features":[484]},{"name":"UrlCacheRetrieveEntryFile","features":[305,484]},{"name":"UrlCacheRetrieveEntryStream","features":[305,484]},{"name":"UrlCacheServer","features":[484]},{"name":"UrlCacheSetGlobalLimit","features":[484]},{"name":"UrlCacheUpdateEntryExtraData","features":[484]},{"name":"WININET_API_FLAG_ASYNC","features":[484]},{"name":"WININET_API_FLAG_SYNC","features":[484]},{"name":"WININET_API_FLAG_USE_CONTEXT","features":[484]},{"name":"WININET_PROXY_INFO","features":[305,484]},{"name":"WININET_PROXY_INFO_LIST","features":[305,484]},{"name":"WININET_SYNC_MODE","features":[484]},{"name":"WININET_SYNC_MODE_ALWAYS","features":[484]},{"name":"WININET_SYNC_MODE_AUTOMATIC","features":[484]},{"name":"WININET_SYNC_MODE_DEFAULT","features":[484]},{"name":"WININET_SYNC_MODE_NEVER","features":[484]},{"name":"WININET_SYNC_MODE_ONCE_PER_SESSION","features":[484]},{"name":"WININET_SYNC_MODE_ON_EXPIRY","features":[484]},{"name":"WPAD_CACHE_DELETE","features":[484]},{"name":"WPAD_CACHE_DELETE_ALL","features":[484]},{"name":"WPAD_CACHE_DELETE_CURRENT","features":[484]},{"name":"XDR_CACHE_ENTRY","features":[484]},{"name":"pfnInternetDeInitializeAutoProxyDll","features":[305,484]},{"name":"pfnInternetGetProxyInfo","features":[305,484]},{"name":"pfnInternetInitializeAutoProxyDll","features":[305,484]}],"486":[{"name":"AAL5_MODE_MESSAGE","features":[319]},{"name":"AAL5_MODE_STREAMING","features":[319]},{"name":"AAL5_PARAMETERS","features":[319]},{"name":"AAL5_SSCS_FRAME_RELAY","features":[319]},{"name":"AAL5_SSCS_NULL","features":[319]},{"name":"AAL5_SSCS_SSCOP_ASSURED","features":[319]},{"name":"AAL5_SSCS_SSCOP_NON_ASSURED","features":[319]},{"name":"AALTYPE_5","features":[319]},{"name":"AALTYPE_USER","features":[319]},{"name":"AALUSER_PARAMETERS","features":[319]},{"name":"AAL_PARAMETERS_IE","features":[319]},{"name":"AAL_TYPE","features":[319]},{"name":"ADDRESS_FAMILY","features":[319]},{"name":"ADDRINFOA","features":[319]},{"name":"ADDRINFOEX2A","features":[319]},{"name":"ADDRINFOEX2W","features":[319]},{"name":"ADDRINFOEX3","features":[319]},{"name":"ADDRINFOEX4","features":[305,319]},{"name":"ADDRINFOEX5","features":[305,319]},{"name":"ADDRINFOEX6","features":[305,319]},{"name":"ADDRINFOEXA","features":[319]},{"name":"ADDRINFOEXW","features":[319]},{"name":"ADDRINFOEX_VERSION_2","features":[319]},{"name":"ADDRINFOEX_VERSION_3","features":[319]},{"name":"ADDRINFOEX_VERSION_4","features":[319]},{"name":"ADDRINFOEX_VERSION_5","features":[319]},{"name":"ADDRINFOEX_VERSION_6","features":[319]},{"name":"ADDRINFOW","features":[319]},{"name":"ADDRINFO_DNS_SERVER","features":[319]},{"name":"ADDR_ANY","features":[319]},{"name":"AFPROTOCOLS","features":[319]},{"name":"AF_12844","features":[319]},{"name":"AF_APPLETALK","features":[319]},{"name":"AF_ATM","features":[319]},{"name":"AF_BAN","features":[319]},{"name":"AF_CCITT","features":[319]},{"name":"AF_CHAOS","features":[319]},{"name":"AF_CLUSTER","features":[319]},{"name":"AF_DATAKIT","features":[319]},{"name":"AF_DECnet","features":[319]},{"name":"AF_DLI","features":[319]},{"name":"AF_ECMA","features":[319]},{"name":"AF_FIREFOX","features":[319]},{"name":"AF_HYLINK","features":[319]},{"name":"AF_HYPERV","features":[319]},{"name":"AF_ICLFXBM","features":[319]},{"name":"AF_IMPLINK","features":[319]},{"name":"AF_INET","features":[319]},{"name":"AF_INET6","features":[319]},{"name":"AF_IPX","features":[319]},{"name":"AF_IRDA","features":[319]},{"name":"AF_ISO","features":[319]},{"name":"AF_LAT","features":[319]},{"name":"AF_LINK","features":[319]},{"name":"AF_MAX","features":[319]},{"name":"AF_NETBIOS","features":[319]},{"name":"AF_NETDES","features":[319]},{"name":"AF_NS","features":[319]},{"name":"AF_OSI","features":[319]},{"name":"AF_PUP","features":[319]},{"name":"AF_SNA","features":[319]},{"name":"AF_TCNMESSAGE","features":[319]},{"name":"AF_TCNPROCESS","features":[319]},{"name":"AF_UNIX","features":[319]},{"name":"AF_UNKNOWN1","features":[319]},{"name":"AF_UNSPEC","features":[319]},{"name":"AF_VOICEVIEW","features":[319]},{"name":"AI_ADDRCONFIG","features":[319]},{"name":"AI_ALL","features":[319]},{"name":"AI_BYPASS_DNS_CACHE","features":[319]},{"name":"AI_CANONNAME","features":[319]},{"name":"AI_DISABLE_IDN_ENCODING","features":[319]},{"name":"AI_DNS_ONLY","features":[319]},{"name":"AI_DNS_RESPONSE_HOSTFILE","features":[319]},{"name":"AI_DNS_RESPONSE_SECURE","features":[319]},{"name":"AI_DNS_SERVER_TYPE_DOH","features":[319]},{"name":"AI_DNS_SERVER_TYPE_UDP","features":[319]},{"name":"AI_DNS_SERVER_UDP_FALLBACK","features":[319]},{"name":"AI_EXCLUSIVE_CUSTOM_SERVERS","features":[319]},{"name":"AI_EXTENDED","features":[319]},{"name":"AI_FILESERVER","features":[319]},{"name":"AI_FORCE_CLEAR_TEXT","features":[319]},{"name":"AI_FQDN","features":[319]},{"name":"AI_NON_AUTHORITATIVE","features":[319]},{"name":"AI_NUMERICHOST","features":[319]},{"name":"AI_NUMERICSERV","features":[319]},{"name":"AI_PASSIVE","features":[319]},{"name":"AI_REQUIRE_SECURE","features":[319]},{"name":"AI_RESOLUTION_HANDLE","features":[319]},{"name":"AI_RETURN_PREFERRED_NAMES","features":[319]},{"name":"AI_RETURN_RESPONSE_FLAGS","features":[319]},{"name":"AI_RETURN_TTL","features":[319]},{"name":"AI_SECURE","features":[319]},{"name":"AI_SECURE_WITH_FALLBACK","features":[319]},{"name":"AI_V4MAPPED","features":[319]},{"name":"ARP_HARDWARE_TYPE","features":[319]},{"name":"ARP_HEADER","features":[319]},{"name":"ARP_HW_802","features":[319]},{"name":"ARP_HW_ENET","features":[319]},{"name":"ARP_OPCODE","features":[319]},{"name":"ARP_REQUEST","features":[319]},{"name":"ARP_RESPONSE","features":[319]},{"name":"ASSOCIATE_NAMERES_CONTEXT","features":[319]},{"name":"ASSOCIATE_NAMERES_CONTEXT_INPUT","features":[319]},{"name":"ATMPROTO_AAL1","features":[319]},{"name":"ATMPROTO_AAL2","features":[319]},{"name":"ATMPROTO_AAL34","features":[319]},{"name":"ATMPROTO_AAL5","features":[319]},{"name":"ATMPROTO_AALUSER","features":[319]},{"name":"ATM_ADDRESS","features":[319]},{"name":"ATM_ADDR_SIZE","features":[319]},{"name":"ATM_AESA","features":[319]},{"name":"ATM_BHLI","features":[319]},{"name":"ATM_BLLI","features":[319]},{"name":"ATM_BLLI_IE","features":[319]},{"name":"ATM_BROADBAND_BEARER_CAPABILITY_IE","features":[319]},{"name":"ATM_CALLING_PARTY_NUMBER_IE","features":[319]},{"name":"ATM_CAUSE_IE","features":[319]},{"name":"ATM_CONNECTION_ID","features":[319]},{"name":"ATM_E164","features":[319]},{"name":"ATM_NSAP","features":[319]},{"name":"ATM_PVC_PARAMS","features":[319]},{"name":"ATM_QOS_CLASS_IE","features":[319]},{"name":"ATM_TD","features":[305,319]},{"name":"ATM_TRAFFIC_DESCRIPTOR_IE","features":[305,319]},{"name":"ATM_TRANSIT_NETWORK_SELECTION_IE","features":[319]},{"name":"AcceptEx","features":[305,319,311]},{"name":"BASE_PROTOCOL","features":[319]},{"name":"BCOB_A","features":[319]},{"name":"BCOB_C","features":[319]},{"name":"BCOB_X","features":[319]},{"name":"BHLI_HighLayerProfile","features":[319]},{"name":"BHLI_ISO","features":[319]},{"name":"BHLI_UserSpecific","features":[319]},{"name":"BHLI_VendorSpecificAppId","features":[319]},{"name":"BIGENDIAN","features":[319]},{"name":"BITS_PER_BYTE","features":[319]},{"name":"BLLI_L2_ELAPB","features":[319]},{"name":"BLLI_L2_HDLC_ABM","features":[319]},{"name":"BLLI_L2_HDLC_ARM","features":[319]},{"name":"BLLI_L2_HDLC_NRM","features":[319]},{"name":"BLLI_L2_ISO_1745","features":[319]},{"name":"BLLI_L2_ISO_7776","features":[319]},{"name":"BLLI_L2_LLC","features":[319]},{"name":"BLLI_L2_MODE_EXT","features":[319]},{"name":"BLLI_L2_MODE_NORMAL","features":[319]},{"name":"BLLI_L2_Q921","features":[319]},{"name":"BLLI_L2_Q922","features":[319]},{"name":"BLLI_L2_USER_SPECIFIED","features":[319]},{"name":"BLLI_L2_X25L","features":[319]},{"name":"BLLI_L2_X25M","features":[319]},{"name":"BLLI_L2_X75","features":[319]},{"name":"BLLI_L3_IPI_IP","features":[319]},{"name":"BLLI_L3_IPI_SNAP","features":[319]},{"name":"BLLI_L3_ISO_8208","features":[319]},{"name":"BLLI_L3_ISO_TR9577","features":[319]},{"name":"BLLI_L3_MODE_EXT","features":[319]},{"name":"BLLI_L3_MODE_NORMAL","features":[319]},{"name":"BLLI_L3_PACKET_1024","features":[319]},{"name":"BLLI_L3_PACKET_128","features":[319]},{"name":"BLLI_L3_PACKET_16","features":[319]},{"name":"BLLI_L3_PACKET_2048","features":[319]},{"name":"BLLI_L3_PACKET_256","features":[319]},{"name":"BLLI_L3_PACKET_32","features":[319]},{"name":"BLLI_L3_PACKET_4096","features":[319]},{"name":"BLLI_L3_PACKET_512","features":[319]},{"name":"BLLI_L3_PACKET_64","features":[319]},{"name":"BLLI_L3_SIO_8473","features":[319]},{"name":"BLLI_L3_T70","features":[319]},{"name":"BLLI_L3_USER_SPECIFIED","features":[319]},{"name":"BLLI_L3_X223","features":[319]},{"name":"BLLI_L3_X25","features":[319]},{"name":"BYTE_ORDER","features":[319]},{"name":"CAUSE_AAL_PARAMETERS_UNSUPPORTED","features":[319]},{"name":"CAUSE_ACCESS_INFORMAION_DISCARDED","features":[319]},{"name":"CAUSE_BEARER_CAPABILITY_UNAUTHORIZED","features":[319]},{"name":"CAUSE_BEARER_CAPABILITY_UNAVAILABLE","features":[319]},{"name":"CAUSE_BEARER_CAPABILITY_UNIMPLEMENTED","features":[319]},{"name":"CAUSE_CALL_REJECTED","features":[319]},{"name":"CAUSE_CHANNEL_NONEXISTENT","features":[319]},{"name":"CAUSE_COND_PERMANENT","features":[319]},{"name":"CAUSE_COND_TRANSIENT","features":[319]},{"name":"CAUSE_COND_UNKNOWN","features":[319]},{"name":"CAUSE_DESTINATION_OUT_OF_ORDER","features":[319]},{"name":"CAUSE_INCOMPATIBLE_DESTINATION","features":[319]},{"name":"CAUSE_INCORRECT_MESSAGE_LENGTH","features":[319]},{"name":"CAUSE_INVALID_CALL_REFERENCE","features":[319]},{"name":"CAUSE_INVALID_ENDPOINT_REFERENCE","features":[319]},{"name":"CAUSE_INVALID_IE_CONTENTS","features":[319]},{"name":"CAUSE_INVALID_NUMBER_FORMAT","features":[319]},{"name":"CAUSE_INVALID_STATE_FOR_MESSAGE","features":[319]},{"name":"CAUSE_INVALID_TRANSIT_NETWORK_SELECTION","features":[319]},{"name":"CAUSE_LOC_BEYOND_INTERWORKING","features":[319]},{"name":"CAUSE_LOC_INTERNATIONAL_NETWORK","features":[319]},{"name":"CAUSE_LOC_PRIVATE_LOCAL","features":[319]},{"name":"CAUSE_LOC_PRIVATE_REMOTE","features":[319]},{"name":"CAUSE_LOC_PUBLIC_LOCAL","features":[319]},{"name":"CAUSE_LOC_PUBLIC_REMOTE","features":[319]},{"name":"CAUSE_LOC_TRANSIT_NETWORK","features":[319]},{"name":"CAUSE_LOC_USER","features":[319]},{"name":"CAUSE_MANDATORY_IE_MISSING","features":[319]},{"name":"CAUSE_NA_ABNORMAL","features":[319]},{"name":"CAUSE_NA_NORMAL","features":[319]},{"name":"CAUSE_NETWORK_OUT_OF_ORDER","features":[319]},{"name":"CAUSE_NORMAL_CALL_CLEARING","features":[319]},{"name":"CAUSE_NORMAL_UNSPECIFIED","features":[319]},{"name":"CAUSE_NO_ROUTE_TO_DESTINATION","features":[319]},{"name":"CAUSE_NO_ROUTE_TO_TRANSIT_NETWORK","features":[319]},{"name":"CAUSE_NO_USER_RESPONDING","features":[319]},{"name":"CAUSE_NO_VPI_VCI_AVAILABLE","features":[319]},{"name":"CAUSE_NUMBER_CHANGED","features":[319]},{"name":"CAUSE_OPTION_UNAVAILABLE","features":[319]},{"name":"CAUSE_PROTOCOL_ERROR","features":[319]},{"name":"CAUSE_PU_PROVIDER","features":[319]},{"name":"CAUSE_PU_USER","features":[319]},{"name":"CAUSE_QOS_UNAVAILABLE","features":[319]},{"name":"CAUSE_REASON_IE_INSUFFICIENT","features":[319]},{"name":"CAUSE_REASON_IE_MISSING","features":[319]},{"name":"CAUSE_REASON_USER","features":[319]},{"name":"CAUSE_RECOVERY_ON_TIMEOUT","features":[319]},{"name":"CAUSE_RESOURCE_UNAVAILABLE","features":[319]},{"name":"CAUSE_STATUS_ENQUIRY_RESPONSE","features":[319]},{"name":"CAUSE_TEMPORARY_FAILURE","features":[319]},{"name":"CAUSE_TOO_MANY_PENDING_ADD_PARTY","features":[319]},{"name":"CAUSE_UNALLOCATED_NUMBER","features":[319]},{"name":"CAUSE_UNIMPLEMENTED_IE","features":[319]},{"name":"CAUSE_UNIMPLEMENTED_MESSAGE_TYPE","features":[319]},{"name":"CAUSE_UNSUPPORTED_TRAFFIC_PARAMETERS","features":[319]},{"name":"CAUSE_USER_BUSY","features":[319]},{"name":"CAUSE_USER_CELL_RATE_UNAVAILABLE","features":[319]},{"name":"CAUSE_USER_REJECTS_CLIR","features":[319]},{"name":"CAUSE_VPI_VCI_UNACCEPTABLE","features":[319]},{"name":"CAUSE_VPI_VCI_UNAVAILABLE","features":[319]},{"name":"CF_ACCEPT","features":[319]},{"name":"CF_DEFER","features":[319]},{"name":"CF_REJECT","features":[319]},{"name":"CLIP_NOT","features":[319]},{"name":"CLIP_SUS","features":[319]},{"name":"CMSGHDR","features":[319]},{"name":"COMP_EQUAL","features":[319]},{"name":"COMP_NOTLESS","features":[319]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS","features":[319]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_HARDWARE_SLOT_ALLOCATED","features":[319]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_INVALID","features":[319]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_POLICY_ERROR","features":[319]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SERVICE_UNAVAILABLE","features":[319]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SOFTWARE_SLOT_ALLOCATED","features":[319]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_SYSTEM_ERROR","features":[319]},{"name":"CONTROL_CHANNEL_TRIGGER_STATUS_TRANSPORT_DISCONNECTED","features":[319]},{"name":"CSADDR_INFO","features":[319]},{"name":"DE_REUSE_SOCKET","features":[319]},{"name":"DL_ADDRESS_LENGTH_MAXIMUM","features":[319]},{"name":"DL_EI48","features":[319]},{"name":"DL_EI64","features":[319]},{"name":"DL_EUI48","features":[319]},{"name":"DL_EUI64","features":[319]},{"name":"DL_HEADER_LENGTH_MAXIMUM","features":[319]},{"name":"DL_OUI","features":[319]},{"name":"DL_TEREDO_ADDRESS","features":[319]},{"name":"DL_TEREDO_ADDRESS_PRV","features":[319]},{"name":"DL_TUNNEL_ADDRESS","features":[319,312]},{"name":"ETHERNET_HEADER","features":[319]},{"name":"ETHERNET_TYPE_802_1AD","features":[319]},{"name":"ETHERNET_TYPE_802_1Q","features":[319]},{"name":"ETHERNET_TYPE_ARP","features":[319]},{"name":"ETHERNET_TYPE_IPV4","features":[319]},{"name":"ETHERNET_TYPE_IPV6","features":[319]},{"name":"ETHERNET_TYPE_MINIMUM","features":[319]},{"name":"ETH_LENGTH_OF_HEADER","features":[319]},{"name":"ETH_LENGTH_OF_SNAP_HEADER","features":[319]},{"name":"ETH_LENGTH_OF_VLAN_HEADER","features":[319]},{"name":"EXT_LEN_UNIT","features":[319]},{"name":"E_WINDOW_ADVANCE_BY_TIME","features":[319]},{"name":"E_WINDOW_USE_AS_DATA_CACHE","features":[319]},{"name":"EnumProtocolsA","features":[319]},{"name":"EnumProtocolsW","features":[319]},{"name":"FALLBACK_INDEX","features":[319]},{"name":"FD_ACCEPT","features":[319]},{"name":"FD_ACCEPT_BIT","features":[319]},{"name":"FD_ADDRESS_LIST_CHANGE_BIT","features":[319]},{"name":"FD_CLOSE","features":[319]},{"name":"FD_CLOSE_BIT","features":[319]},{"name":"FD_CONNECT","features":[319]},{"name":"FD_CONNECT_BIT","features":[319]},{"name":"FD_GROUP_QOS_BIT","features":[319]},{"name":"FD_MAX_EVENTS","features":[319]},{"name":"FD_OOB","features":[319]},{"name":"FD_OOB_BIT","features":[319]},{"name":"FD_QOS_BIT","features":[319]},{"name":"FD_READ","features":[319]},{"name":"FD_READ_BIT","features":[319]},{"name":"FD_ROUTING_INTERFACE_CHANGE_BIT","features":[319]},{"name":"FD_SET","features":[319]},{"name":"FD_SETSIZE","features":[319]},{"name":"FD_WRITE","features":[319]},{"name":"FD_WRITE_BIT","features":[319]},{"name":"FIOASYNC","features":[319]},{"name":"FIONBIO","features":[319]},{"name":"FIONREAD","features":[319]},{"name":"FLOWSPEC","features":[319]},{"name":"FROM_PROTOCOL_INFO","features":[319]},{"name":"FallbackIndexMax","features":[319]},{"name":"FallbackIndexTcpFastopen","features":[319]},{"name":"FreeAddrInfoEx","features":[319]},{"name":"FreeAddrInfoExW","features":[319]},{"name":"FreeAddrInfoW","features":[319]},{"name":"GAI_STRERROR_BUFFER_SIZE","features":[319]},{"name":"GROUP_FILTER","features":[319]},{"name":"GROUP_REQ","features":[319]},{"name":"GROUP_SOURCE_REQ","features":[319]},{"name":"GetAcceptExSockaddrs","features":[319]},{"name":"GetAddrInfoExA","features":[305,319,311]},{"name":"GetAddrInfoExCancel","features":[305,319]},{"name":"GetAddrInfoExOverlappedResult","features":[305,319,311]},{"name":"GetAddrInfoExW","features":[305,319,311]},{"name":"GetAddrInfoW","features":[319]},{"name":"GetAddressByNameA","features":[305,319]},{"name":"GetAddressByNameW","features":[305,319]},{"name":"GetHostNameW","features":[319]},{"name":"GetNameByTypeA","features":[319]},{"name":"GetNameByTypeW","features":[319]},{"name":"GetNameInfoW","features":[319]},{"name":"GetServiceA","features":[305,319]},{"name":"GetServiceW","features":[305,319]},{"name":"GetTypeByNameA","features":[319]},{"name":"GetTypeByNameW","features":[319]},{"name":"HOSTENT","features":[319]},{"name":"IAS_ATTRIB_INT","features":[319]},{"name":"IAS_ATTRIB_NO_ATTRIB","features":[319]},{"name":"IAS_ATTRIB_NO_CLASS","features":[319]},{"name":"IAS_ATTRIB_OCTETSEQ","features":[319]},{"name":"IAS_ATTRIB_STR","features":[319]},{"name":"IAS_MAX_ATTRIBNAME","features":[319]},{"name":"IAS_MAX_CLASSNAME","features":[319]},{"name":"IAS_MAX_OCTET_STRING","features":[319]},{"name":"IAS_MAX_USER_STRING","features":[319]},{"name":"ICMP4_TIME_EXCEED_CODE","features":[319]},{"name":"ICMP4_TIME_EXCEED_REASSEMBLY","features":[319]},{"name":"ICMP4_TIME_EXCEED_TRANSIT","features":[319]},{"name":"ICMP4_UNREACH_ADMIN","features":[319]},{"name":"ICMP4_UNREACH_CODE","features":[319]},{"name":"ICMP4_UNREACH_FRAG_NEEDED","features":[319]},{"name":"ICMP4_UNREACH_HOST","features":[319]},{"name":"ICMP4_UNREACH_HOST_ADMIN","features":[319]},{"name":"ICMP4_UNREACH_HOST_TOS","features":[319]},{"name":"ICMP4_UNREACH_HOST_UNKNOWN","features":[319]},{"name":"ICMP4_UNREACH_ISOLATED","features":[319]},{"name":"ICMP4_UNREACH_NET","features":[319]},{"name":"ICMP4_UNREACH_NET_ADMIN","features":[319]},{"name":"ICMP4_UNREACH_NET_TOS","features":[319]},{"name":"ICMP4_UNREACH_NET_UNKNOWN","features":[319]},{"name":"ICMP4_UNREACH_PORT","features":[319]},{"name":"ICMP4_UNREACH_PROTOCOL","features":[319]},{"name":"ICMP4_UNREACH_SOURCEROUTE_FAILED","features":[319]},{"name":"ICMP6_DST_UNREACH_ADDR","features":[319]},{"name":"ICMP6_DST_UNREACH_ADMIN","features":[319]},{"name":"ICMP6_DST_UNREACH_BEYONDSCOPE","features":[319]},{"name":"ICMP6_DST_UNREACH_NOPORT","features":[319]},{"name":"ICMP6_DST_UNREACH_NOROUTE","features":[319]},{"name":"ICMP6_PARAMPROB_FIRSTFRAGMENT","features":[319]},{"name":"ICMP6_PARAMPROB_HEADER","features":[319]},{"name":"ICMP6_PARAMPROB_NEXTHEADER","features":[319]},{"name":"ICMP6_PARAMPROB_OPTION","features":[319]},{"name":"ICMP6_TIME_EXCEED_REASSEMBLY","features":[319]},{"name":"ICMP6_TIME_EXCEED_TRANSIT","features":[319]},{"name":"ICMPV4_ADDRESS_MASK_MESSAGE","features":[319]},{"name":"ICMPV4_INVALID_PREFERENCE_LEVEL","features":[319]},{"name":"ICMPV4_ROUTER_ADVERT_ENTRY","features":[319]},{"name":"ICMPV4_ROUTER_ADVERT_HEADER","features":[319]},{"name":"ICMPV4_ROUTER_SOLICIT","features":[319]},{"name":"ICMPV4_TIMESTAMP_MESSAGE","features":[319]},{"name":"ICMPV6_ECHO_REQUEST_FLAG_REVERSE","features":[319]},{"name":"ICMP_ERROR_INFO","features":[319]},{"name":"ICMP_HEADER","features":[319]},{"name":"ICMP_MESSAGE","features":[319]},{"name":"IE_AALParameters","features":[319]},{"name":"IE_BHLI","features":[319]},{"name":"IE_BLLI","features":[319]},{"name":"IE_BroadbandBearerCapability","features":[319]},{"name":"IE_CalledPartyNumber","features":[319]},{"name":"IE_CalledPartySubaddress","features":[319]},{"name":"IE_CallingPartyNumber","features":[319]},{"name":"IE_CallingPartySubaddress","features":[319]},{"name":"IE_Cause","features":[319]},{"name":"IE_QOSClass","features":[319]},{"name":"IE_TrafficDescriptor","features":[319]},{"name":"IE_TransitNetworkSelection","features":[319]},{"name":"IFF_BROADCAST","features":[319]},{"name":"IFF_LOOPBACK","features":[319]},{"name":"IFF_MULTICAST","features":[319]},{"name":"IFF_POINTTOPOINT","features":[319]},{"name":"IFF_UP","features":[319]},{"name":"IGMPV3_QUERY_HEADER","features":[319]},{"name":"IGMPV3_REPORT_HEADER","features":[319]},{"name":"IGMPV3_REPORT_RECORD_HEADER","features":[319]},{"name":"IGMP_HEADER","features":[319]},{"name":"IGMP_LEAVE_GROUP_TYPE","features":[319]},{"name":"IGMP_MAX_RESP_CODE_TYPE","features":[319]},{"name":"IGMP_MAX_RESP_CODE_TYPE_FLOAT","features":[319]},{"name":"IGMP_MAX_RESP_CODE_TYPE_NORMAL","features":[319]},{"name":"IGMP_QUERY_TYPE","features":[319]},{"name":"IGMP_VERSION1_REPORT_TYPE","features":[319]},{"name":"IGMP_VERSION2_REPORT_TYPE","features":[319]},{"name":"IGMP_VERSION3_REPORT_TYPE","features":[319]},{"name":"IMPLINK_HIGHEXPER","features":[319]},{"name":"IMPLINK_IP","features":[319]},{"name":"IMPLINK_LOWEXPER","features":[319]},{"name":"IN4ADDR_ANY","features":[319]},{"name":"IN4ADDR_BROADCAST","features":[319]},{"name":"IN4ADDR_LINKLOCALPREFIX_LENGTH","features":[319]},{"name":"IN4ADDR_LOOPBACK","features":[319]},{"name":"IN4ADDR_LOOPBACKPREFIX_LENGTH","features":[319]},{"name":"IN4ADDR_MULTICASTPREFIX_LENGTH","features":[319]},{"name":"IN6ADDR_6TO4PREFIX_LENGTH","features":[319]},{"name":"IN6ADDR_LINKLOCALPREFIX_LENGTH","features":[319]},{"name":"IN6ADDR_MULTICASTPREFIX_LENGTH","features":[319]},{"name":"IN6ADDR_SOLICITEDNODEMULTICASTPREFIX_LENGTH","features":[319]},{"name":"IN6ADDR_TEREDOPREFIX_LENGTH","features":[319]},{"name":"IN6ADDR_V4MAPPEDPREFIX_LENGTH","features":[319]},{"name":"IN6_ADDR","features":[319]},{"name":"IN6_EMBEDDEDV4_BITS_IN_BYTE","features":[319]},{"name":"IN6_EMBEDDEDV4_UOCTET_POSITION","features":[319]},{"name":"IN6_PKTINFO","features":[319]},{"name":"IN6_PKTINFO_EX","features":[319]},{"name":"INADDR_ANY","features":[319]},{"name":"INADDR_BROADCAST","features":[319]},{"name":"INADDR_LOOPBACK","features":[319]},{"name":"INADDR_NONE","features":[319]},{"name":"INCL_WINSOCK_API_PROTOTYPES","features":[319]},{"name":"INCL_WINSOCK_API_TYPEDEFS","features":[319]},{"name":"INET6_ADDRSTRLEN","features":[319]},{"name":"INET_ADDRSTRLEN","features":[319]},{"name":"INET_PORT_RANGE","features":[319]},{"name":"INET_PORT_RESERVATION_INFORMATION","features":[319]},{"name":"INET_PORT_RESERVATION_INSTANCE","features":[319]},{"name":"INET_PORT_RESERVATION_TOKEN","features":[319]},{"name":"INTERFACE_INFO","features":[319]},{"name":"INTERFACE_INFO_EX","features":[319]},{"name":"INVALID_SOCKET","features":[319]},{"name":"IN_ADDR","features":[319]},{"name":"IN_CLASSA_HOST","features":[319]},{"name":"IN_CLASSA_MAX","features":[319]},{"name":"IN_CLASSA_NET","features":[319]},{"name":"IN_CLASSA_NSHIFT","features":[319]},{"name":"IN_CLASSB_HOST","features":[319]},{"name":"IN_CLASSB_MAX","features":[319]},{"name":"IN_CLASSB_NET","features":[319]},{"name":"IN_CLASSB_NSHIFT","features":[319]},{"name":"IN_CLASSC_HOST","features":[319]},{"name":"IN_CLASSC_NET","features":[319]},{"name":"IN_CLASSC_NSHIFT","features":[319]},{"name":"IN_CLASSD_HOST","features":[319]},{"name":"IN_CLASSD_NET","features":[319]},{"name":"IN_CLASSD_NSHIFT","features":[319]},{"name":"IN_PKTINFO","features":[319]},{"name":"IN_PKTINFO_EX","features":[319]},{"name":"IN_RECVERR","features":[319]},{"name":"IOCPARM_MASK","features":[319]},{"name":"IOC_IN","features":[319]},{"name":"IOC_INOUT","features":[319]},{"name":"IOC_OUT","features":[319]},{"name":"IOC_PROTOCOL","features":[319]},{"name":"IOC_UNIX","features":[319]},{"name":"IOC_VENDOR","features":[319]},{"name":"IOC_VOID","features":[319]},{"name":"IOC_WS2","features":[319]},{"name":"IP4_OFF_MASK","features":[319]},{"name":"IP6F_MORE_FRAG","features":[319]},{"name":"IP6F_OFF_MASK","features":[319]},{"name":"IP6F_RESERVED_MASK","features":[319]},{"name":"IP6OPT_JUMBO","features":[319]},{"name":"IP6OPT_MUTABLE","features":[319]},{"name":"IP6OPT_NSAP_ADDR","features":[319]},{"name":"IP6OPT_PAD1","features":[319]},{"name":"IP6OPT_PADN","features":[319]},{"name":"IP6OPT_ROUTER_ALERT","features":[319]},{"name":"IP6OPT_TUNNEL_LIMIT","features":[319]},{"name":"IP6OPT_TYPE_DISCARD","features":[319]},{"name":"IP6OPT_TYPE_FORCEICMP","features":[319]},{"name":"IP6OPT_TYPE_ICMP","features":[319]},{"name":"IP6OPT_TYPE_SKIP","features":[319]},{"name":"IP6T_SO_ORIGINAL_DST","features":[319]},{"name":"IPPORT_BIFFUDP","features":[319]},{"name":"IPPORT_CHARGEN","features":[319]},{"name":"IPPORT_CMDSERVER","features":[319]},{"name":"IPPORT_DAYTIME","features":[319]},{"name":"IPPORT_DISCARD","features":[319]},{"name":"IPPORT_DYNAMIC_MAX","features":[319]},{"name":"IPPORT_DYNAMIC_MIN","features":[319]},{"name":"IPPORT_ECHO","features":[319]},{"name":"IPPORT_EFSSERVER","features":[319]},{"name":"IPPORT_EPMAP","features":[319]},{"name":"IPPORT_EXECSERVER","features":[319]},{"name":"IPPORT_FINGER","features":[319]},{"name":"IPPORT_FTP","features":[319]},{"name":"IPPORT_FTP_DATA","features":[319]},{"name":"IPPORT_HTTPS","features":[319]},{"name":"IPPORT_IMAP","features":[319]},{"name":"IPPORT_IMAP3","features":[319]},{"name":"IPPORT_LDAP","features":[319]},{"name":"IPPORT_LOGINSERVER","features":[319]},{"name":"IPPORT_MICROSOFT_DS","features":[319]},{"name":"IPPORT_MSP","features":[319]},{"name":"IPPORT_MTP","features":[319]},{"name":"IPPORT_NAMESERVER","features":[319]},{"name":"IPPORT_NETBIOS_DGM","features":[319]},{"name":"IPPORT_NETBIOS_NS","features":[319]},{"name":"IPPORT_NETBIOS_SSN","features":[319]},{"name":"IPPORT_NETSTAT","features":[319]},{"name":"IPPORT_NTP","features":[319]},{"name":"IPPORT_POP3","features":[319]},{"name":"IPPORT_QOTD","features":[319]},{"name":"IPPORT_REGISTERED_MAX","features":[319]},{"name":"IPPORT_REGISTERED_MIN","features":[319]},{"name":"IPPORT_RESERVED","features":[319]},{"name":"IPPORT_RJE","features":[319]},{"name":"IPPORT_ROUTESERVER","features":[319]},{"name":"IPPORT_SMTP","features":[319]},{"name":"IPPORT_SNMP","features":[319]},{"name":"IPPORT_SNMP_TRAP","features":[319]},{"name":"IPPORT_SUPDUP","features":[319]},{"name":"IPPORT_SYSTAT","features":[319]},{"name":"IPPORT_TCPMUX","features":[319]},{"name":"IPPORT_TELNET","features":[319]},{"name":"IPPORT_TFTP","features":[319]},{"name":"IPPORT_TIMESERVER","features":[319]},{"name":"IPPORT_TTYLINK","features":[319]},{"name":"IPPORT_WHOIS","features":[319]},{"name":"IPPORT_WHOSERVER","features":[319]},{"name":"IPPROTO","features":[319]},{"name":"IPPROTO_AH","features":[319]},{"name":"IPPROTO_CBT","features":[319]},{"name":"IPPROTO_DSTOPTS","features":[319]},{"name":"IPPROTO_EGP","features":[319]},{"name":"IPPROTO_ESP","features":[319]},{"name":"IPPROTO_FRAGMENT","features":[319]},{"name":"IPPROTO_GGP","features":[319]},{"name":"IPPROTO_HOPOPTS","features":[319]},{"name":"IPPROTO_ICLFXBM","features":[319]},{"name":"IPPROTO_ICMP","features":[319]},{"name":"IPPROTO_ICMPV6","features":[319]},{"name":"IPPROTO_IDP","features":[319]},{"name":"IPPROTO_IGMP","features":[319]},{"name":"IPPROTO_IGP","features":[319]},{"name":"IPPROTO_IP","features":[319]},{"name":"IPPROTO_IPV4","features":[319]},{"name":"IPPROTO_IPV6","features":[319]},{"name":"IPPROTO_L2TP","features":[319]},{"name":"IPPROTO_MAX","features":[319]},{"name":"IPPROTO_ND","features":[319]},{"name":"IPPROTO_NONE","features":[319]},{"name":"IPPROTO_PGM","features":[319]},{"name":"IPPROTO_PIM","features":[319]},{"name":"IPPROTO_PUP","features":[319]},{"name":"IPPROTO_RAW","features":[319]},{"name":"IPPROTO_RDP","features":[319]},{"name":"IPPROTO_RESERVED_IPSEC","features":[319]},{"name":"IPPROTO_RESERVED_IPSECOFFLOAD","features":[319]},{"name":"IPPROTO_RESERVED_MAX","features":[319]},{"name":"IPPROTO_RESERVED_RAW","features":[319]},{"name":"IPPROTO_RESERVED_WNV","features":[319]},{"name":"IPPROTO_RM","features":[319]},{"name":"IPPROTO_ROUTING","features":[319]},{"name":"IPPROTO_SCTP","features":[319]},{"name":"IPPROTO_ST","features":[319]},{"name":"IPPROTO_TCP","features":[319]},{"name":"IPPROTO_UDP","features":[319]},{"name":"IPTLS_METADATA","features":[319]},{"name":"IPV4_HEADER","features":[319]},{"name":"IPV4_MAX_MINIMUM_MTU","features":[319]},{"name":"IPV4_MINIMUM_MTU","features":[319]},{"name":"IPV4_MIN_MINIMUM_MTU","features":[319]},{"name":"IPV4_OPTION_HEADER","features":[319]},{"name":"IPV4_OPTION_TYPE","features":[319]},{"name":"IPV4_ROUTING_HEADER","features":[319]},{"name":"IPV4_TIMESTAMP_OPTION","features":[319]},{"name":"IPV4_VERSION","features":[319]},{"name":"IPV6_ADD_IFLIST","features":[319]},{"name":"IPV6_ADD_MEMBERSHIP","features":[319]},{"name":"IPV6_CHECKSUM","features":[319]},{"name":"IPV6_DEL_IFLIST","features":[319]},{"name":"IPV6_DONTFRAG","features":[319]},{"name":"IPV6_DROP_MEMBERSHIP","features":[319]},{"name":"IPV6_ECN","features":[319]},{"name":"IPV6_ECN_MASK","features":[319]},{"name":"IPV6_ECN_SHIFT","features":[319]},{"name":"IPV6_EXTENSION_HEADER","features":[319]},{"name":"IPV6_FLOW_LABEL_MASK","features":[319]},{"name":"IPV6_FRAGMENT_HEADER","features":[319]},{"name":"IPV6_FULL_TRAFFIC_CLASS_MASK","features":[319]},{"name":"IPV6_GET_IFLIST","features":[319]},{"name":"IPV6_HDRINCL","features":[319]},{"name":"IPV6_HEADER","features":[319]},{"name":"IPV6_HOPLIMIT","features":[319]},{"name":"IPV6_HOPOPTS","features":[319]},{"name":"IPV6_IFLIST","features":[319]},{"name":"IPV6_JOIN_GROUP","features":[319]},{"name":"IPV6_LEAVE_GROUP","features":[319]},{"name":"IPV6_MINIMUM_MTU","features":[319]},{"name":"IPV6_MREQ","features":[319]},{"name":"IPV6_MTU","features":[319]},{"name":"IPV6_MTU_DISCOVER","features":[319]},{"name":"IPV6_MULTICAST_HOPS","features":[319]},{"name":"IPV6_MULTICAST_IF","features":[319]},{"name":"IPV6_MULTICAST_LOOP","features":[319]},{"name":"IPV6_NEIGHBOR_ADVERTISEMENT_FLAGS","features":[319]},{"name":"IPV6_NRT_INTERFACE","features":[319]},{"name":"IPV6_OPTION_HEADER","features":[319]},{"name":"IPV6_OPTION_JUMBOGRAM","features":[319]},{"name":"IPV6_OPTION_ROUTER_ALERT","features":[319]},{"name":"IPV6_OPTION_TYPE","features":[319]},{"name":"IPV6_PKTINFO","features":[319]},{"name":"IPV6_PKTINFO_EX","features":[319]},{"name":"IPV6_PROTECTION_LEVEL","features":[319]},{"name":"IPV6_RECVDSTADDR","features":[319]},{"name":"IPV6_RECVECN","features":[319]},{"name":"IPV6_RECVERR","features":[319]},{"name":"IPV6_RECVIF","features":[319]},{"name":"IPV6_RECVRTHDR","features":[319]},{"name":"IPV6_RECVTCLASS","features":[319]},{"name":"IPV6_ROUTER_ADVERTISEMENT_FLAGS","features":[319]},{"name":"IPV6_ROUTING_HEADER","features":[319]},{"name":"IPV6_RTHDR","features":[319]},{"name":"IPV6_TCLASS","features":[319]},{"name":"IPV6_TRAFFIC_CLASS_MASK","features":[319]},{"name":"IPV6_UNICAST_HOPS","features":[319]},{"name":"IPV6_UNICAST_IF","features":[319]},{"name":"IPV6_USER_MTU","features":[319]},{"name":"IPV6_V6ONLY","features":[319]},{"name":"IPV6_VERSION","features":[319]},{"name":"IPV6_WFP_REDIRECT_CONTEXT","features":[319]},{"name":"IPV6_WFP_REDIRECT_RECORDS","features":[319]},{"name":"IPX_ADDRESS","features":[319]},{"name":"IPX_ADDRESS_DATA","features":[305,319]},{"name":"IPX_ADDRESS_NOTIFY","features":[319]},{"name":"IPX_DSTYPE","features":[319]},{"name":"IPX_EXTENDED_ADDRESS","features":[319]},{"name":"IPX_FILTERPTYPE","features":[319]},{"name":"IPX_GETNETINFO","features":[319]},{"name":"IPX_GETNETINFO_NORIP","features":[319]},{"name":"IPX_IMMEDIATESPXACK","features":[319]},{"name":"IPX_MAXSIZE","features":[319]},{"name":"IPX_MAX_ADAPTER_NUM","features":[319]},{"name":"IPX_NETNUM_DATA","features":[319]},{"name":"IPX_PTYPE","features":[319]},{"name":"IPX_RECEIVE_BROADCAST","features":[319]},{"name":"IPX_RECVHDR","features":[319]},{"name":"IPX_RERIPNETNUMBER","features":[319]},{"name":"IPX_SPXCONNSTATUS_DATA","features":[319]},{"name":"IPX_SPXGETCONNECTIONSTATUS","features":[319]},{"name":"IPX_STOPFILTERPTYPE","features":[319]},{"name":"IP_ADD_IFLIST","features":[319]},{"name":"IP_ADD_MEMBERSHIP","features":[319]},{"name":"IP_ADD_SOURCE_MEMBERSHIP","features":[319]},{"name":"IP_BLOCK_SOURCE","features":[319]},{"name":"IP_DEFAULT_MULTICAST_LOOP","features":[319]},{"name":"IP_DEFAULT_MULTICAST_TTL","features":[319]},{"name":"IP_DEL_IFLIST","features":[319]},{"name":"IP_DONTFRAGMENT","features":[319]},{"name":"IP_DROP_MEMBERSHIP","features":[319]},{"name":"IP_DROP_SOURCE_MEMBERSHIP","features":[319]},{"name":"IP_ECN","features":[319]},{"name":"IP_GET_IFLIST","features":[319]},{"name":"IP_HDRINCL","features":[319]},{"name":"IP_HOPLIMIT","features":[319]},{"name":"IP_IFLIST","features":[319]},{"name":"IP_MAX_MEMBERSHIPS","features":[319]},{"name":"IP_MREQ","features":[319]},{"name":"IP_MREQ_SOURCE","features":[319]},{"name":"IP_MSFILTER","features":[319]},{"name":"IP_MTU","features":[319]},{"name":"IP_MTU_DISCOVER","features":[319]},{"name":"IP_MULTICAST_IF","features":[319]},{"name":"IP_MULTICAST_LOOP","features":[319]},{"name":"IP_MULTICAST_TTL","features":[319]},{"name":"IP_NRT_INTERFACE","features":[319]},{"name":"IP_OPTIONS","features":[319]},{"name":"IP_OPTION_TIMESTAMP_ADDRESS","features":[319]},{"name":"IP_OPTION_TIMESTAMP_FLAGS","features":[319]},{"name":"IP_OPTION_TIMESTAMP_ONLY","features":[319]},{"name":"IP_OPTION_TIMESTAMP_SPECIFIC_ADDRESS","features":[319]},{"name":"IP_OPT_EOL","features":[319]},{"name":"IP_OPT_LSRR","features":[319]},{"name":"IP_OPT_MULTIDEST","features":[319]},{"name":"IP_OPT_NOP","features":[319]},{"name":"IP_OPT_ROUTER_ALERT","features":[319]},{"name":"IP_OPT_RR","features":[319]},{"name":"IP_OPT_SECURITY","features":[319]},{"name":"IP_OPT_SID","features":[319]},{"name":"IP_OPT_SSRR","features":[319]},{"name":"IP_OPT_TS","features":[319]},{"name":"IP_ORIGINAL_ARRIVAL_IF","features":[319]},{"name":"IP_PKTINFO","features":[319]},{"name":"IP_PKTINFO_EX","features":[319]},{"name":"IP_PMTUDISC_DO","features":[319]},{"name":"IP_PMTUDISC_DONT","features":[319]},{"name":"IP_PMTUDISC_MAX","features":[319]},{"name":"IP_PMTUDISC_NOT_SET","features":[319]},{"name":"IP_PMTUDISC_PROBE","features":[319]},{"name":"IP_PROTECTION_LEVEL","features":[319]},{"name":"IP_RECEIVE_BROADCAST","features":[319]},{"name":"IP_RECVDSTADDR","features":[319]},{"name":"IP_RECVECN","features":[319]},{"name":"IP_RECVERR","features":[319]},{"name":"IP_RECVIF","features":[319]},{"name":"IP_RECVRTHDR","features":[319]},{"name":"IP_RECVTCLASS","features":[319]},{"name":"IP_RECVTOS","features":[319]},{"name":"IP_RECVTTL","features":[319]},{"name":"IP_RTHDR","features":[319]},{"name":"IP_TCLASS","features":[319]},{"name":"IP_TOS","features":[319]},{"name":"IP_TTL","features":[319]},{"name":"IP_UNBLOCK_SOURCE","features":[319]},{"name":"IP_UNICAST_IF","features":[319]},{"name":"IP_UNSPECIFIED_HOP_LIMIT","features":[319]},{"name":"IP_UNSPECIFIED_TYPE_OF_SERVICE","features":[319]},{"name":"IP_UNSPECIFIED_USER_MTU","features":[319]},{"name":"IP_USER_MTU","features":[319]},{"name":"IP_VER_MASK","features":[319]},{"name":"IP_WFP_REDIRECT_CONTEXT","features":[319]},{"name":"IP_WFP_REDIRECT_RECORDS","features":[319]},{"name":"IRDA_PROTO_SOCK_STREAM","features":[319]},{"name":"IRLMP_9WIRE_MODE","features":[319]},{"name":"IRLMP_DISCOVERY_MODE","features":[319]},{"name":"IRLMP_ENUMDEVICES","features":[319]},{"name":"IRLMP_EXCLUSIVE_MODE","features":[319]},{"name":"IRLMP_IAS_QUERY","features":[319]},{"name":"IRLMP_IAS_SET","features":[319]},{"name":"IRLMP_IRLPT_MODE","features":[319]},{"name":"IRLMP_PARAMETERS","features":[319]},{"name":"IRLMP_SEND_PDU_LEN","features":[319]},{"name":"IRLMP_SHARP_MODE","features":[319]},{"name":"IRLMP_TINYTP_MODE","features":[319]},{"name":"ISOPROTO_CLNP","features":[319]},{"name":"ISOPROTO_CLTP","features":[319]},{"name":"ISOPROTO_ESIS","features":[319]},{"name":"ISOPROTO_INACT_NL","features":[319]},{"name":"ISOPROTO_INTRAISIS","features":[319]},{"name":"ISOPROTO_TP","features":[319]},{"name":"ISOPROTO_TP0","features":[319]},{"name":"ISOPROTO_TP1","features":[319]},{"name":"ISOPROTO_TP2","features":[319]},{"name":"ISOPROTO_TP3","features":[319]},{"name":"ISOPROTO_TP4","features":[319]},{"name":"ISOPROTO_X25","features":[319]},{"name":"ISO_EXP_DATA_NUSE","features":[319]},{"name":"ISO_EXP_DATA_USE","features":[319]},{"name":"ISO_HIERARCHICAL","features":[319]},{"name":"ISO_MAX_ADDR_LENGTH","features":[319]},{"name":"ISO_NON_HIERARCHICAL","features":[319]},{"name":"InetNtopW","features":[319]},{"name":"InetPtonW","features":[319]},{"name":"IpDadStateDeprecated","features":[319]},{"name":"IpDadStateDuplicate","features":[319]},{"name":"IpDadStateInvalid","features":[319]},{"name":"IpDadStatePreferred","features":[319]},{"name":"IpDadStateTentative","features":[319]},{"name":"IpPrefixOriginDhcp","features":[319]},{"name":"IpPrefixOriginManual","features":[319]},{"name":"IpPrefixOriginOther","features":[319]},{"name":"IpPrefixOriginRouterAdvertisement","features":[319]},{"name":"IpPrefixOriginUnchanged","features":[319]},{"name":"IpPrefixOriginWellKnown","features":[319]},{"name":"IpSuffixOriginDhcp","features":[319]},{"name":"IpSuffixOriginLinkLayerAddress","features":[319]},{"name":"IpSuffixOriginManual","features":[319]},{"name":"IpSuffixOriginOther","features":[319]},{"name":"IpSuffixOriginRandom","features":[319]},{"name":"IpSuffixOriginUnchanged","features":[319]},{"name":"IpSuffixOriginWellKnown","features":[319]},{"name":"JL_BOTH","features":[319]},{"name":"JL_RECEIVER_ONLY","features":[319]},{"name":"JL_SENDER_ONLY","features":[319]},{"name":"LAYERED_PROTOCOL","features":[319]},{"name":"LINGER","features":[319]},{"name":"LITTLEENDIAN","features":[319]},{"name":"LM_BAUD_115200","features":[319]},{"name":"LM_BAUD_1152K","features":[319]},{"name":"LM_BAUD_1200","features":[319]},{"name":"LM_BAUD_16M","features":[319]},{"name":"LM_BAUD_19200","features":[319]},{"name":"LM_BAUD_2400","features":[319]},{"name":"LM_BAUD_38400","features":[319]},{"name":"LM_BAUD_4M","features":[319]},{"name":"LM_BAUD_57600","features":[319]},{"name":"LM_BAUD_576K","features":[319]},{"name":"LM_BAUD_9600","features":[319]},{"name":"LM_HB1_Computer","features":[319]},{"name":"LM_HB1_Fax","features":[319]},{"name":"LM_HB1_LANAccess","features":[319]},{"name":"LM_HB1_Modem","features":[319]},{"name":"LM_HB1_PDA_Palmtop","features":[319]},{"name":"LM_HB1_PnP","features":[319]},{"name":"LM_HB1_Printer","features":[319]},{"name":"LM_HB2_FileServer","features":[319]},{"name":"LM_HB2_Telephony","features":[319]},{"name":"LM_HB_Extension","features":[319]},{"name":"LM_IRPARMS","features":[319]},{"name":"LOG2_BITS_PER_BYTE","features":[319]},{"name":"LPBLOCKINGCALLBACK","features":[305,319]},{"name":"LPCONDITIONPROC","features":[319]},{"name":"LPFN_ACCEPTEX","features":[305,319,311]},{"name":"LPFN_CONNECTEX","features":[305,319,311]},{"name":"LPFN_DISCONNECTEX","features":[305,319,311]},{"name":"LPFN_GETACCEPTEXSOCKADDRS","features":[319]},{"name":"LPFN_NSPAPI","features":[319]},{"name":"LPFN_RIOCLOSECOMPLETIONQUEUE","features":[319]},{"name":"LPFN_RIOCREATECOMPLETIONQUEUE","features":[305,319]},{"name":"LPFN_RIOCREATEREQUESTQUEUE","features":[319]},{"name":"LPFN_RIODEQUEUECOMPLETION","features":[319]},{"name":"LPFN_RIODEREGISTERBUFFER","features":[319]},{"name":"LPFN_RIONOTIFY","features":[319]},{"name":"LPFN_RIORECEIVE","features":[305,319]},{"name":"LPFN_RIORECEIVEEX","features":[319]},{"name":"LPFN_RIOREGISTERBUFFER","features":[319]},{"name":"LPFN_RIORESIZECOMPLETIONQUEUE","features":[305,319]},{"name":"LPFN_RIORESIZEREQUESTQUEUE","features":[305,319]},{"name":"LPFN_RIOSEND","features":[305,319]},{"name":"LPFN_RIOSENDEX","features":[305,319]},{"name":"LPFN_TRANSMITFILE","features":[305,319,311]},{"name":"LPFN_TRANSMITPACKETS","features":[305,319,311]},{"name":"LPFN_WSAPOLL","features":[319]},{"name":"LPFN_WSARECVMSG","features":[305,319,311]},{"name":"LPFN_WSASENDMSG","features":[305,319,311]},{"name":"LPLOOKUPSERVICE_COMPLETION_ROUTINE","features":[305,319,311]},{"name":"LPNSPCLEANUP","features":[319]},{"name":"LPNSPGETSERVICECLASSINFO","features":[319]},{"name":"LPNSPINSTALLSERVICECLASS","features":[319]},{"name":"LPNSPIOCTL","features":[305,319,311]},{"name":"LPNSPLOOKUPSERVICEBEGIN","features":[305,319,358]},{"name":"LPNSPLOOKUPSERVICEEND","features":[305,319]},{"name":"LPNSPLOOKUPSERVICENEXT","features":[305,319,358]},{"name":"LPNSPREMOVESERVICECLASS","features":[319]},{"name":"LPNSPSETSERVICE","features":[319,358]},{"name":"LPNSPSTARTUP","features":[305,319,358,311]},{"name":"LPNSPV2CLEANUP","features":[319]},{"name":"LPNSPV2CLIENTSESSIONRUNDOWN","features":[319]},{"name":"LPNSPV2LOOKUPSERVICEBEGIN","features":[305,319,358]},{"name":"LPNSPV2LOOKUPSERVICEEND","features":[305,319]},{"name":"LPNSPV2LOOKUPSERVICENEXTEX","features":[305,319,358]},{"name":"LPNSPV2SETSERVICEEX","features":[305,319,358]},{"name":"LPNSPV2STARTUP","features":[319]},{"name":"LPSERVICE_CALLBACK_PROC","features":[305,319]},{"name":"LPWPUCLOSEEVENT","features":[305,319]},{"name":"LPWPUCLOSESOCKETHANDLE","features":[319]},{"name":"LPWPUCLOSETHREAD","features":[305,319]},{"name":"LPWPUCOMPLETEOVERLAPPEDREQUEST","features":[305,319,311]},{"name":"LPWPUCREATEEVENT","features":[319]},{"name":"LPWPUCREATESOCKETHANDLE","features":[319]},{"name":"LPWPUFDISSET","features":[319]},{"name":"LPWPUGETPROVIDERPATH","features":[319]},{"name":"LPWPUMODIFYIFSHANDLE","features":[319]},{"name":"LPWPUOPENCURRENTTHREAD","features":[305,319]},{"name":"LPWPUPOSTMESSAGE","features":[305,319]},{"name":"LPWPUQUERYBLOCKINGCALLBACK","features":[305,319]},{"name":"LPWPUQUERYSOCKETHANDLECONTEXT","features":[319]},{"name":"LPWPUQUEUEAPC","features":[305,319]},{"name":"LPWPURESETEVENT","features":[305,319]},{"name":"LPWPUSETEVENT","features":[305,319]},{"name":"LPWSAOVERLAPPED_COMPLETION_ROUTINE","features":[305,319,311]},{"name":"LPWSAUSERAPC","features":[319]},{"name":"LPWSCDEINSTALLPROVIDER","features":[319]},{"name":"LPWSCENABLENSPROVIDER","features":[305,319]},{"name":"LPWSCENUMPROTOCOLS","features":[319]},{"name":"LPWSCGETPROVIDERPATH","features":[319]},{"name":"LPWSCINSTALLNAMESPACE","features":[319]},{"name":"LPWSCINSTALLPROVIDER","features":[319]},{"name":"LPWSCUNINSTALLNAMESPACE","features":[319]},{"name":"LPWSCUPDATEPROVIDER","features":[319]},{"name":"LPWSCWRITENAMESPACEORDER","features":[319]},{"name":"LPWSCWRITEPROVIDERORDER","features":[319]},{"name":"LPWSPACCEPT","features":[319]},{"name":"LPWSPADDRESSTOSTRING","features":[319]},{"name":"LPWSPASYNCSELECT","features":[305,319]},{"name":"LPWSPBIND","features":[319]},{"name":"LPWSPCANCELBLOCKINGCALL","features":[319]},{"name":"LPWSPCLEANUP","features":[319]},{"name":"LPWSPCLOSESOCKET","features":[319]},{"name":"LPWSPCONNECT","features":[319]},{"name":"LPWSPDUPLICATESOCKET","features":[319]},{"name":"LPWSPENUMNETWORKEVENTS","features":[305,319]},{"name":"LPWSPEVENTSELECT","features":[319]},{"name":"LPWSPGETOVERLAPPEDRESULT","features":[305,319,311]},{"name":"LPWSPGETPEERNAME","features":[319]},{"name":"LPWSPGETQOSBYNAME","features":[305,319]},{"name":"LPWSPGETSOCKNAME","features":[319]},{"name":"LPWSPGETSOCKOPT","features":[319]},{"name":"LPWSPIOCTL","features":[305,319,311]},{"name":"LPWSPJOINLEAF","features":[319]},{"name":"LPWSPLISTEN","features":[319]},{"name":"LPWSPRECV","features":[305,319,311]},{"name":"LPWSPRECVDISCONNECT","features":[319]},{"name":"LPWSPRECVFROM","features":[305,319,311]},{"name":"LPWSPSELECT","features":[319]},{"name":"LPWSPSEND","features":[305,319,311]},{"name":"LPWSPSENDDISCONNECT","features":[319]},{"name":"LPWSPSENDTO","features":[305,319,311]},{"name":"LPWSPSETSOCKOPT","features":[319]},{"name":"LPWSPSHUTDOWN","features":[319]},{"name":"LPWSPSOCKET","features":[319]},{"name":"LPWSPSTARTUP","features":[305,319,311]},{"name":"LPWSPSTRINGTOADDRESS","features":[319]},{"name":"LSP_CRYPTO_COMPRESS","features":[319]},{"name":"LSP_FIREWALL","features":[319]},{"name":"LSP_INBOUND_MODIFY","features":[319]},{"name":"LSP_INSPECTOR","features":[319]},{"name":"LSP_LOCAL_CACHE","features":[319]},{"name":"LSP_OUTBOUND_MODIFY","features":[319]},{"name":"LSP_PROXY","features":[319]},{"name":"LSP_REDIRECTOR","features":[319]},{"name":"LSP_SYSTEM","features":[319]},{"name":"LUP_ADDRCONFIG","features":[319]},{"name":"LUP_API_ANSI","features":[319]},{"name":"LUP_CONTAINERS","features":[319]},{"name":"LUP_DEEP","features":[319]},{"name":"LUP_DISABLE_IDN_ENCODING","features":[319]},{"name":"LUP_DNS_ONLY","features":[319]},{"name":"LUP_DUAL_ADDR","features":[319]},{"name":"LUP_EXCLUSIVE_CUSTOM_SERVERS","features":[319]},{"name":"LUP_EXTENDED_QUERYSET","features":[319]},{"name":"LUP_FILESERVER","features":[319]},{"name":"LUP_FLUSHCACHE","features":[319]},{"name":"LUP_FLUSHPREVIOUS","features":[319]},{"name":"LUP_FORCE_CLEAR_TEXT","features":[319]},{"name":"LUP_NEAREST","features":[319]},{"name":"LUP_NOCONTAINERS","features":[319]},{"name":"LUP_NON_AUTHORITATIVE","features":[319]},{"name":"LUP_REQUIRE_SECURE","features":[319]},{"name":"LUP_RESOLUTION_HANDLE","features":[319]},{"name":"LUP_RES_SERVICE","features":[319]},{"name":"LUP_RETURN_ADDR","features":[319]},{"name":"LUP_RETURN_ALIASES","features":[319]},{"name":"LUP_RETURN_ALL","features":[319]},{"name":"LUP_RETURN_BLOB","features":[319]},{"name":"LUP_RETURN_COMMENT","features":[319]},{"name":"LUP_RETURN_NAME","features":[319]},{"name":"LUP_RETURN_PREFERRED_NAMES","features":[319]},{"name":"LUP_RETURN_QUERY_STRING","features":[319]},{"name":"LUP_RETURN_RESPONSE_FLAGS","features":[319]},{"name":"LUP_RETURN_TTL","features":[319]},{"name":"LUP_RETURN_TYPE","features":[319]},{"name":"LUP_RETURN_VERSION","features":[319]},{"name":"LUP_SECURE","features":[319]},{"name":"LUP_SECURE_WITH_FALLBACK","features":[319]},{"name":"LinkLocalAlwaysOff","features":[319]},{"name":"LinkLocalAlwaysOn","features":[319]},{"name":"LinkLocalDelayed","features":[319]},{"name":"LinkLocalUnchanged","features":[319]},{"name":"LmCharSetASCII","features":[319]},{"name":"LmCharSetISO_8859_1","features":[319]},{"name":"LmCharSetISO_8859_2","features":[319]},{"name":"LmCharSetISO_8859_3","features":[319]},{"name":"LmCharSetISO_8859_4","features":[319]},{"name":"LmCharSetISO_8859_5","features":[319]},{"name":"LmCharSetISO_8859_6","features":[319]},{"name":"LmCharSetISO_8859_7","features":[319]},{"name":"LmCharSetISO_8859_8","features":[319]},{"name":"LmCharSetISO_8859_9","features":[319]},{"name":"LmCharSetUNICODE","features":[319]},{"name":"MAXGETHOSTSTRUCT","features":[319]},{"name":"MAX_IPV4_HLEN","features":[319]},{"name":"MAX_IPV4_PACKET","features":[319]},{"name":"MAX_IPV6_PAYLOAD","features":[319]},{"name":"MAX_MCAST_TTL","features":[319]},{"name":"MAX_PROTOCOL_CHAIN","features":[319]},{"name":"MAX_WINDOW_INCREMENT_PERCENTAGE","features":[319]},{"name":"MCAST_BLOCK_SOURCE","features":[319]},{"name":"MCAST_EXCLUDE","features":[319]},{"name":"MCAST_INCLUDE","features":[319]},{"name":"MCAST_JOIN_GROUP","features":[319]},{"name":"MCAST_JOIN_SOURCE_GROUP","features":[319]},{"name":"MCAST_LEAVE_GROUP","features":[319]},{"name":"MCAST_LEAVE_SOURCE_GROUP","features":[319]},{"name":"MCAST_UNBLOCK_SOURCE","features":[319]},{"name":"MIB_IPPROTO_BBN","features":[319]},{"name":"MIB_IPPROTO_BGP","features":[319]},{"name":"MIB_IPPROTO_CISCO","features":[319]},{"name":"MIB_IPPROTO_DHCP","features":[319]},{"name":"MIB_IPPROTO_DVMRP","features":[319]},{"name":"MIB_IPPROTO_EGP","features":[319]},{"name":"MIB_IPPROTO_EIGRP","features":[319]},{"name":"MIB_IPPROTO_ES_IS","features":[319]},{"name":"MIB_IPPROTO_GGP","features":[319]},{"name":"MIB_IPPROTO_HELLO","features":[319]},{"name":"MIB_IPPROTO_ICMP","features":[319]},{"name":"MIB_IPPROTO_IDPR","features":[319]},{"name":"MIB_IPPROTO_IS_IS","features":[319]},{"name":"MIB_IPPROTO_LOCAL","features":[319]},{"name":"MIB_IPPROTO_NETMGMT","features":[319]},{"name":"MIB_IPPROTO_NT_AUTOSTATIC","features":[319]},{"name":"MIB_IPPROTO_NT_STATIC","features":[319]},{"name":"MIB_IPPROTO_NT_STATIC_NON_DOD","features":[319]},{"name":"MIB_IPPROTO_OSPF","features":[319]},{"name":"MIB_IPPROTO_OTHER","features":[319]},{"name":"MIB_IPPROTO_RIP","features":[319]},{"name":"MIB_IPPROTO_RPL","features":[319]},{"name":"MIT_GUID","features":[319]},{"name":"MIT_IF_LUID","features":[319]},{"name":"MLDV2_QUERY_HEADER","features":[319]},{"name":"MLDV2_REPORT_HEADER","features":[319]},{"name":"MLDV2_REPORT_RECORD_HEADER","features":[319]},{"name":"MLD_HEADER","features":[319]},{"name":"MLD_MAX_RESP_CODE_TYPE","features":[319]},{"name":"MLD_MAX_RESP_CODE_TYPE_FLOAT","features":[319]},{"name":"MLD_MAX_RESP_CODE_TYPE_NORMAL","features":[319]},{"name":"MSG_BCAST","features":[319]},{"name":"MSG_CTRUNC","features":[319]},{"name":"MSG_DONTROUTE","features":[319]},{"name":"MSG_ERRQUEUE","features":[319]},{"name":"MSG_INTERRUPT","features":[319]},{"name":"MSG_MAXIOVLEN","features":[319]},{"name":"MSG_MCAST","features":[319]},{"name":"MSG_OOB","features":[319]},{"name":"MSG_PARTIAL","features":[319]},{"name":"MSG_PEEK","features":[319]},{"name":"MSG_PUSH_IMMEDIATE","features":[319]},{"name":"MSG_TRUNC","features":[319]},{"name":"MSG_WAITALL","features":[319]},{"name":"MULTICAST_MODE_TYPE","features":[319]},{"name":"NAPI_DOMAIN_DESCRIPTION_BLOB","features":[319]},{"name":"NAPI_PROVIDER_INSTALLATION_BLOB","features":[319]},{"name":"NAPI_PROVIDER_LEVEL","features":[319]},{"name":"NAPI_PROVIDER_TYPE","features":[319]},{"name":"ND_NA_FLAG_OVERRIDE","features":[319]},{"name":"ND_NA_FLAG_ROUTER","features":[319]},{"name":"ND_NA_FLAG_SOLICITED","features":[319]},{"name":"ND_NEIGHBOR_ADVERT_HEADER","features":[319]},{"name":"ND_NEIGHBOR_SOLICIT_HEADER","features":[319]},{"name":"ND_OPTION_DNSSL","features":[319]},{"name":"ND_OPTION_HDR","features":[319]},{"name":"ND_OPTION_MTU","features":[319]},{"name":"ND_OPTION_PREFIX_INFO","features":[319]},{"name":"ND_OPTION_RDNSS","features":[319]},{"name":"ND_OPTION_RD_HDR","features":[319]},{"name":"ND_OPTION_ROUTE_INFO","features":[319]},{"name":"ND_OPTION_TYPE","features":[319]},{"name":"ND_OPT_ADVERTISEMENT_INTERVAL","features":[319]},{"name":"ND_OPT_DNSSL","features":[319]},{"name":"ND_OPT_DNSSL_MIN_LEN","features":[319]},{"name":"ND_OPT_HOME_AGENT_INFORMATION","features":[319]},{"name":"ND_OPT_MTU","features":[319]},{"name":"ND_OPT_NBMA_SHORTCUT_LIMIT","features":[319]},{"name":"ND_OPT_PI_FLAG_AUTO","features":[319]},{"name":"ND_OPT_PI_FLAG_ONLINK","features":[319]},{"name":"ND_OPT_PI_FLAG_ROUTE","features":[319]},{"name":"ND_OPT_PI_FLAG_ROUTER_ADDR","features":[319]},{"name":"ND_OPT_PI_FLAG_SITE_PREFIX","features":[319]},{"name":"ND_OPT_PREFIX_INFORMATION","features":[319]},{"name":"ND_OPT_RDNSS","features":[319]},{"name":"ND_OPT_RDNSS_MIN_LEN","features":[319]},{"name":"ND_OPT_REDIRECTED_HEADER","features":[319]},{"name":"ND_OPT_RI_FLAG_PREFERENCE","features":[319]},{"name":"ND_OPT_ROUTE_INFO","features":[319]},{"name":"ND_OPT_SOURCE_ADDR_LIST","features":[319]},{"name":"ND_OPT_SOURCE_LINKADDR","features":[319]},{"name":"ND_OPT_TARGET_ADDR_LIST","features":[319]},{"name":"ND_OPT_TARGET_LINKADDR","features":[319]},{"name":"ND_RA_FLAG_HOME_AGENT","features":[319]},{"name":"ND_RA_FLAG_MANAGED","features":[319]},{"name":"ND_RA_FLAG_OTHER","features":[319]},{"name":"ND_RA_FLAG_PREFERENCE","features":[319]},{"name":"ND_REDIRECT_HEADER","features":[319]},{"name":"ND_ROUTER_ADVERT_HEADER","features":[319]},{"name":"ND_ROUTER_SOLICIT_HEADER","features":[319]},{"name":"NETBIOS_GROUP_NAME","features":[319]},{"name":"NETBIOS_NAME_LENGTH","features":[319]},{"name":"NETBIOS_TYPE_QUICK_GROUP","features":[319]},{"name":"NETBIOS_TYPE_QUICK_UNIQUE","features":[319]},{"name":"NETBIOS_UNIQUE_NAME","features":[319]},{"name":"NETRESOURCE2A","features":[319]},{"name":"NETRESOURCE2W","features":[319]},{"name":"NI_DGRAM","features":[319]},{"name":"NI_MAXHOST","features":[319]},{"name":"NI_MAXSERV","features":[319]},{"name":"NI_NAMEREQD","features":[319]},{"name":"NI_NOFQDN","features":[319]},{"name":"NI_NUMERICHOST","features":[319]},{"name":"NI_NUMERICSERV","features":[319]},{"name":"NLA_802_1X_LOCATION","features":[319]},{"name":"NLA_ALLUSERS_NETWORK","features":[319]},{"name":"NLA_BLOB","features":[319]},{"name":"NLA_BLOB_DATA_TYPE","features":[319]},{"name":"NLA_CONNECTIVITY","features":[319]},{"name":"NLA_CONNECTIVITY_TYPE","features":[319]},{"name":"NLA_FRIENDLY_NAME","features":[319]},{"name":"NLA_ICS","features":[319]},{"name":"NLA_INTERFACE","features":[319]},{"name":"NLA_INTERNET","features":[319]},{"name":"NLA_INTERNET_NO","features":[319]},{"name":"NLA_INTERNET_UNKNOWN","features":[319]},{"name":"NLA_INTERNET_YES","features":[319]},{"name":"NLA_NAMESPACE_GUID","features":[319]},{"name":"NLA_NETWORK_AD_HOC","features":[319]},{"name":"NLA_NETWORK_MANAGED","features":[319]},{"name":"NLA_NETWORK_UNKNOWN","features":[319]},{"name":"NLA_NETWORK_UNMANAGED","features":[319]},{"name":"NLA_RAW_DATA","features":[319]},{"name":"NLA_SERVICE_CLASS_GUID","features":[319]},{"name":"NL_ADDRESS_TYPE","features":[319]},{"name":"NL_BANDWIDTH_FLAG","features":[319]},{"name":"NL_BANDWIDTH_INFORMATION","features":[305,319]},{"name":"NL_DAD_STATE","features":[319]},{"name":"NL_INTERFACE_NETWORK_CATEGORY_STATE","features":[319]},{"name":"NL_INTERFACE_OFFLOAD_ROD","features":[319]},{"name":"NL_LINK_LOCAL_ADDRESS_BEHAVIOR","features":[319]},{"name":"NL_NEIGHBOR_STATE","features":[319]},{"name":"NL_NETWORK_CATEGORY","features":[319]},{"name":"NL_NETWORK_CONNECTIVITY_COST_HINT","features":[319]},{"name":"NL_NETWORK_CONNECTIVITY_HINT","features":[305,319]},{"name":"NL_NETWORK_CONNECTIVITY_LEVEL_HINT","features":[319]},{"name":"NL_PATH_BANDWIDTH_ROD","features":[305,319]},{"name":"NL_PREFIX_ORIGIN","features":[319]},{"name":"NL_ROUTER_DISCOVERY_BEHAVIOR","features":[319]},{"name":"NL_ROUTE_ORIGIN","features":[319]},{"name":"NL_ROUTE_PROTOCOL","features":[319]},{"name":"NL_SUFFIX_ORIGIN","features":[319]},{"name":"NPI_MODULEID","features":[305,319]},{"name":"NPI_MODULEID_TYPE","features":[319]},{"name":"NSPROTO_IPX","features":[319]},{"name":"NSPROTO_SPX","features":[319]},{"name":"NSPROTO_SPXII","features":[319]},{"name":"NSPV2_ROUTINE","features":[305,319,358]},{"name":"NSP_NOTIFY_APC","features":[319]},{"name":"NSP_NOTIFY_EVENT","features":[319]},{"name":"NSP_NOTIFY_HWND","features":[319]},{"name":"NSP_NOTIFY_IMMEDIATELY","features":[319]},{"name":"NSP_NOTIFY_PORT","features":[319]},{"name":"NSP_ROUTINE","features":[305,319,358,311]},{"name":"NSTYPE_DYNAMIC","features":[319]},{"name":"NSTYPE_ENUMERABLE","features":[319]},{"name":"NSTYPE_HIERARCHICAL","features":[319]},{"name":"NSTYPE_WORKGROUP","features":[319]},{"name":"NS_ALL","features":[319]},{"name":"NS_DEFAULT","features":[319]},{"name":"NS_DHCP","features":[319]},{"name":"NS_DNS","features":[319]},{"name":"NS_EMAIL","features":[319]},{"name":"NS_INFOA","features":[319]},{"name":"NS_INFOW","features":[319]},{"name":"NS_LOCALNAME","features":[319]},{"name":"NS_MS","features":[319]},{"name":"NS_NBP","features":[319]},{"name":"NS_NDS","features":[319]},{"name":"NS_NETBT","features":[319]},{"name":"NS_NETDES","features":[319]},{"name":"NS_NIS","features":[319]},{"name":"NS_NISPLUS","features":[319]},{"name":"NS_NLA","features":[319]},{"name":"NS_NTDS","features":[319]},{"name":"NS_PEER_BROWSE","features":[319]},{"name":"NS_SAP","features":[319]},{"name":"NS_SERVICE_INFOA","features":[319,358]},{"name":"NS_SERVICE_INFOW","features":[319,358]},{"name":"NS_SLP","features":[319]},{"name":"NS_STDA","features":[319]},{"name":"NS_TCPIP_HOSTS","features":[319]},{"name":"NS_TCPIP_LOCAL","features":[319]},{"name":"NS_VNS","features":[319]},{"name":"NS_WINS","features":[319]},{"name":"NS_WRQ","features":[319]},{"name":"NS_X500","features":[319]},{"name":"NetworkCategoryDomainAuthenticated","features":[319]},{"name":"NetworkCategoryPrivate","features":[319]},{"name":"NetworkCategoryPublic","features":[319]},{"name":"NetworkCategoryUnchanged","features":[319]},{"name":"NetworkCategoryUnknown","features":[319]},{"name":"NetworkConnectivityCostHintFixed","features":[319]},{"name":"NetworkConnectivityCostHintUnknown","features":[319]},{"name":"NetworkConnectivityCostHintUnrestricted","features":[319]},{"name":"NetworkConnectivityCostHintVariable","features":[319]},{"name":"NetworkConnectivityLevelHintConstrainedInternetAccess","features":[319]},{"name":"NetworkConnectivityLevelHintHidden","features":[319]},{"name":"NetworkConnectivityLevelHintInternetAccess","features":[319]},{"name":"NetworkConnectivityLevelHintLocalAccess","features":[319]},{"name":"NetworkConnectivityLevelHintNone","features":[319]},{"name":"NetworkConnectivityLevelHintUnknown","features":[319]},{"name":"NlatAnycast","features":[319]},{"name":"NlatBroadcast","features":[319]},{"name":"NlatInvalid","features":[319]},{"name":"NlatMulticast","features":[319]},{"name":"NlatUnicast","features":[319]},{"name":"NlatUnspecified","features":[319]},{"name":"NlbwDisabled","features":[319]},{"name":"NlbwEnabled","features":[319]},{"name":"NlbwUnchanged","features":[319]},{"name":"NldsDeprecated","features":[319]},{"name":"NldsDuplicate","features":[319]},{"name":"NldsInvalid","features":[319]},{"name":"NldsPreferred","features":[319]},{"name":"NldsTentative","features":[319]},{"name":"NlincCategoryStateMax","features":[319]},{"name":"NlincCategoryUnknown","features":[319]},{"name":"NlincDomainAuthenticated","features":[319]},{"name":"NlincPrivate","features":[319]},{"name":"NlincPublic","features":[319]},{"name":"NlnsDelay","features":[319]},{"name":"NlnsIncomplete","features":[319]},{"name":"NlnsMaximum","features":[319]},{"name":"NlnsPermanent","features":[319]},{"name":"NlnsProbe","features":[319]},{"name":"NlnsReachable","features":[319]},{"name":"NlnsStale","features":[319]},{"name":"NlnsUnreachable","features":[319]},{"name":"Nlro6to4","features":[319]},{"name":"NlroDHCP","features":[319]},{"name":"NlroManual","features":[319]},{"name":"NlroRouterAdvertisement","features":[319]},{"name":"NlroWellKnown","features":[319]},{"name":"NlsoDhcp","features":[319]},{"name":"NlsoLinkLayerAddress","features":[319]},{"name":"NlsoManual","features":[319]},{"name":"NlsoOther","features":[319]},{"name":"NlsoRandom","features":[319]},{"name":"NlsoWellKnown","features":[319]},{"name":"PFL_HIDDEN","features":[319]},{"name":"PFL_MATCHES_PROTOCOL_ZERO","features":[319]},{"name":"PFL_MULTIPLE_PROTO_ENTRIES","features":[319]},{"name":"PFL_NETWORKDIRECT_PROVIDER","features":[319]},{"name":"PFL_RECOMMENDED_PROTO_ENTRY","features":[319]},{"name":"PF_APPLETALK","features":[319]},{"name":"PF_ATM","features":[319]},{"name":"PF_BAN","features":[319]},{"name":"PF_CCITT","features":[319]},{"name":"PF_CHAOS","features":[319]},{"name":"PF_DATAKIT","features":[319]},{"name":"PF_DECnet","features":[319]},{"name":"PF_DLI","features":[319]},{"name":"PF_ECMA","features":[319]},{"name":"PF_FIREFOX","features":[319]},{"name":"PF_HYLINK","features":[319]},{"name":"PF_IMPLINK","features":[319]},{"name":"PF_IPX","features":[319]},{"name":"PF_IRDA","features":[319]},{"name":"PF_ISO","features":[319]},{"name":"PF_LAT","features":[319]},{"name":"PF_MAX","features":[319]},{"name":"PF_NS","features":[319]},{"name":"PF_OSI","features":[319]},{"name":"PF_PUP","features":[319]},{"name":"PF_SNA","features":[319]},{"name":"PF_UNIX","features":[319]},{"name":"PF_UNKNOWN1","features":[319]},{"name":"PF_VOICEVIEW","features":[319]},{"name":"PI_ALLOWED","features":[319]},{"name":"PI_NUMBER_NOT_AVAILABLE","features":[319]},{"name":"PI_RESTRICTED","features":[319]},{"name":"PMTUD_STATE","features":[319]},{"name":"POLLERR","features":[319]},{"name":"POLLHUP","features":[319]},{"name":"POLLIN","features":[319]},{"name":"POLLNVAL","features":[319]},{"name":"POLLOUT","features":[319]},{"name":"POLLPRI","features":[319]},{"name":"POLLRDBAND","features":[319]},{"name":"POLLRDNORM","features":[319]},{"name":"POLLWRBAND","features":[319]},{"name":"POLLWRNORM","features":[319]},{"name":"PRIORITY_STATUS","features":[319]},{"name":"PROP_ADDRESSES","features":[319]},{"name":"PROP_ALL","features":[319]},{"name":"PROP_COMMENT","features":[319]},{"name":"PROP_DISPLAY_HINT","features":[319]},{"name":"PROP_LOCALE","features":[319]},{"name":"PROP_MACHINE","features":[319]},{"name":"PROP_SD","features":[319]},{"name":"PROP_START_TIME","features":[319]},{"name":"PROP_VERSION","features":[319]},{"name":"PROTECTION_LEVEL_DEFAULT","features":[319]},{"name":"PROTECTION_LEVEL_EDGERESTRICTED","features":[319]},{"name":"PROTECTION_LEVEL_RESTRICTED","features":[319]},{"name":"PROTECTION_LEVEL_UNRESTRICTED","features":[319]},{"name":"PROTOCOL_INFOA","features":[319]},{"name":"PROTOCOL_INFOW","features":[319]},{"name":"PROTOENT","features":[319]},{"name":"PROTO_IP_BBN","features":[319]},{"name":"PROTO_IP_BGP","features":[319]},{"name":"PROTO_IP_CISCO","features":[319]},{"name":"PROTO_IP_DHCP","features":[319]},{"name":"PROTO_IP_DVMRP","features":[319]},{"name":"PROTO_IP_EGP","features":[319]},{"name":"PROTO_IP_EIGRP","features":[319]},{"name":"PROTO_IP_ES_IS","features":[319]},{"name":"PROTO_IP_GGP","features":[319]},{"name":"PROTO_IP_HELLO","features":[319]},{"name":"PROTO_IP_ICMP","features":[319]},{"name":"PROTO_IP_IDPR","features":[319]},{"name":"PROTO_IP_IS_IS","features":[319]},{"name":"PROTO_IP_LOCAL","features":[319]},{"name":"PROTO_IP_NETMGMT","features":[319]},{"name":"PROTO_IP_NT_AUTOSTATIC","features":[319]},{"name":"PROTO_IP_NT_STATIC","features":[319]},{"name":"PROTO_IP_NT_STATIC_NON_DOD","features":[319]},{"name":"PROTO_IP_OSPF","features":[319]},{"name":"PROTO_IP_OTHER","features":[319]},{"name":"PROTO_IP_RIP","features":[319]},{"name":"PROTO_IP_RPL","features":[319]},{"name":"PVD_CONFIG","features":[319]},{"name":"ProcessSocketNotifications","features":[305,319,311]},{"name":"ProviderInfoAudit","features":[319]},{"name":"ProviderInfoLspCategories","features":[319]},{"name":"ProviderLevel_None","features":[319]},{"name":"ProviderLevel_Primary","features":[319]},{"name":"ProviderLevel_Secondary","features":[319]},{"name":"ProviderType_Application","features":[319]},{"name":"ProviderType_Service","features":[319]},{"name":"Q2931_IE","features":[319]},{"name":"Q2931_IE_TYPE","features":[319]},{"name":"QOS","features":[319]},{"name":"QOS_CLASS0","features":[319]},{"name":"QOS_CLASS1","features":[319]},{"name":"QOS_CLASS2","features":[319]},{"name":"QOS_CLASS3","features":[319]},{"name":"QOS_CLASS4","features":[319]},{"name":"RCVALL_IF","features":[319]},{"name":"RCVALL_IPLEVEL","features":[319]},{"name":"RCVALL_OFF","features":[319]},{"name":"RCVALL_ON","features":[319]},{"name":"RCVALL_SOCKETLEVELONLY","features":[319]},{"name":"RCVALL_VALUE","features":[319]},{"name":"REAL_TIME_NOTIFICATION_CAPABILITY","features":[319]},{"name":"REAL_TIME_NOTIFICATION_CAPABILITY_EX","features":[319]},{"name":"REAL_TIME_NOTIFICATION_SETTING_INPUT","features":[319]},{"name":"REAL_TIME_NOTIFICATION_SETTING_INPUT_EX","features":[305,319]},{"name":"REAL_TIME_NOTIFICATION_SETTING_OUTPUT","features":[319]},{"name":"RESOURCEDISPLAYTYPE_DOMAIN","features":[319]},{"name":"RESOURCEDISPLAYTYPE_FILE","features":[319]},{"name":"RESOURCEDISPLAYTYPE_GENERIC","features":[319]},{"name":"RESOURCEDISPLAYTYPE_GROUP","features":[319]},{"name":"RESOURCEDISPLAYTYPE_SERVER","features":[319]},{"name":"RESOURCEDISPLAYTYPE_SHARE","features":[319]},{"name":"RESOURCEDISPLAYTYPE_TREE","features":[319]},{"name":"RESOURCE_DISPLAY_TYPE","features":[319]},{"name":"RESULT_IS_ADDED","features":[319]},{"name":"RESULT_IS_ALIAS","features":[319]},{"name":"RESULT_IS_CHANGED","features":[319]},{"name":"RESULT_IS_DELETED","features":[319]},{"name":"RES_FIND_MULTIPLE","features":[319]},{"name":"RES_FLUSH_CACHE","features":[319]},{"name":"RES_SERVICE","features":[319]},{"name":"RES_SOFT_SEARCH","features":[319]},{"name":"RES_UNUSED_1","features":[319]},{"name":"RIORESULT","features":[319]},{"name":"RIO_BUF","features":[319]},{"name":"RIO_BUFFERID","features":[319]},{"name":"RIO_CMSG_BUFFER","features":[319]},{"name":"RIO_CORRUPT_CQ","features":[319]},{"name":"RIO_CQ","features":[319]},{"name":"RIO_EVENT_COMPLETION","features":[319]},{"name":"RIO_EXTENSION_FUNCTION_TABLE","features":[305,319]},{"name":"RIO_IOCP_COMPLETION","features":[319]},{"name":"RIO_MAX_CQ_SIZE","features":[319]},{"name":"RIO_MSG_COMMIT_ONLY","features":[319]},{"name":"RIO_MSG_DEFER","features":[319]},{"name":"RIO_MSG_DONT_NOTIFY","features":[319]},{"name":"RIO_MSG_WAITALL","features":[319]},{"name":"RIO_NOTIFICATION_COMPLETION","features":[305,319]},{"name":"RIO_NOTIFICATION_COMPLETION_TYPE","features":[319]},{"name":"RIO_RQ","features":[319]},{"name":"RM_ADD_RECEIVE_IF","features":[319]},{"name":"RM_DEL_RECEIVE_IF","features":[319]},{"name":"RM_FEC_INFO","features":[305,319]},{"name":"RM_FLUSHCACHE","features":[319]},{"name":"RM_HIGH_SPEED_INTRANET_OPT","features":[319]},{"name":"RM_LATEJOIN","features":[319]},{"name":"RM_OPTIONSBASE","features":[319]},{"name":"RM_RATE_WINDOW_SIZE","features":[319]},{"name":"RM_RECEIVER_STATISTICS","features":[319]},{"name":"RM_RECEIVER_STATS","features":[319]},{"name":"RM_SENDER_STATISTICS","features":[319]},{"name":"RM_SENDER_STATS","features":[319]},{"name":"RM_SENDER_WINDOW_ADVANCE_METHOD","features":[319]},{"name":"RM_SEND_WINDOW","features":[319]},{"name":"RM_SEND_WINDOW_ADV_RATE","features":[319]},{"name":"RM_SET_MCAST_TTL","features":[319]},{"name":"RM_SET_MESSAGE_BOUNDARY","features":[319]},{"name":"RM_SET_SEND_IF","features":[319]},{"name":"RM_USE_FEC","features":[319]},{"name":"RNRSERVICE_DELETE","features":[319]},{"name":"RNRSERVICE_DEREGISTER","features":[319]},{"name":"RNRSERVICE_REGISTER","features":[319]},{"name":"RSS_SCALABILITY_INFO","features":[305,319]},{"name":"RouteProtocolBbn","features":[319]},{"name":"RouteProtocolBgp","features":[319]},{"name":"RouteProtocolCisco","features":[319]},{"name":"RouteProtocolDhcp","features":[319]},{"name":"RouteProtocolDvmrp","features":[319]},{"name":"RouteProtocolEgp","features":[319]},{"name":"RouteProtocolEigrp","features":[319]},{"name":"RouteProtocolEsIs","features":[319]},{"name":"RouteProtocolGgp","features":[319]},{"name":"RouteProtocolHello","features":[319]},{"name":"RouteProtocolIcmp","features":[319]},{"name":"RouteProtocolIdpr","features":[319]},{"name":"RouteProtocolIsIs","features":[319]},{"name":"RouteProtocolLocal","features":[319]},{"name":"RouteProtocolNetMgmt","features":[319]},{"name":"RouteProtocolOspf","features":[319]},{"name":"RouteProtocolOther","features":[319]},{"name":"RouteProtocolRip","features":[319]},{"name":"RouteProtocolRpl","features":[319]},{"name":"RouterDiscoveryDhcp","features":[319]},{"name":"RouterDiscoveryDisabled","features":[319]},{"name":"RouterDiscoveryEnabled","features":[319]},{"name":"RouterDiscoveryUnchanged","features":[319]},{"name":"RtlEthernetAddressToStringA","features":[319]},{"name":"RtlEthernetAddressToStringW","features":[319]},{"name":"RtlEthernetStringToAddressA","features":[319]},{"name":"RtlEthernetStringToAddressW","features":[319]},{"name":"RtlIpv4AddressToStringA","features":[319]},{"name":"RtlIpv4AddressToStringExA","features":[319]},{"name":"RtlIpv4AddressToStringExW","features":[319]},{"name":"RtlIpv4AddressToStringW","features":[319]},{"name":"RtlIpv4StringToAddressA","features":[305,319]},{"name":"RtlIpv4StringToAddressExA","features":[305,319]},{"name":"RtlIpv4StringToAddressExW","features":[305,319]},{"name":"RtlIpv4StringToAddressW","features":[305,319]},{"name":"RtlIpv6AddressToStringA","features":[319]},{"name":"RtlIpv6AddressToStringExA","features":[319]},{"name":"RtlIpv6AddressToStringExW","features":[319]},{"name":"RtlIpv6AddressToStringW","features":[319]},{"name":"RtlIpv6StringToAddressA","features":[319]},{"name":"RtlIpv6StringToAddressExA","features":[319]},{"name":"RtlIpv6StringToAddressExW","features":[319]},{"name":"RtlIpv6StringToAddressW","features":[319]},{"name":"SAP_FIELD_ABSENT","features":[319]},{"name":"SAP_FIELD_ANY","features":[319]},{"name":"SAP_FIELD_ANY_AESA_REST","features":[319]},{"name":"SAP_FIELD_ANY_AESA_SEL","features":[319]},{"name":"SCOPE_ID","features":[319]},{"name":"SCOPE_LEVEL","features":[319]},{"name":"SD_BOTH","features":[319]},{"name":"SD_RECEIVE","features":[319]},{"name":"SD_SEND","features":[319]},{"name":"SECURITY_PROTOCOL_NONE","features":[319]},{"name":"SENDER_DEFAULT_LATE_JOINER_PERCENTAGE","features":[319]},{"name":"SENDER_DEFAULT_RATE_KBITS_PER_SEC","features":[319]},{"name":"SENDER_DEFAULT_WINDOW_ADV_PERCENTAGE","features":[319]},{"name":"SENDER_MAX_LATE_JOINER_PERCENTAGE","features":[319]},{"name":"SEND_RECV_FLAGS","features":[319]},{"name":"SERVENT","features":[319]},{"name":"SERVENT","features":[319]},{"name":"SERVICE_ADDRESS","features":[319]},{"name":"SERVICE_ADDRESSES","features":[319]},{"name":"SERVICE_ADDRESS_FLAG_RPC_CN","features":[319]},{"name":"SERVICE_ADDRESS_FLAG_RPC_DG","features":[319]},{"name":"SERVICE_ADDRESS_FLAG_RPC_NB","features":[319]},{"name":"SERVICE_ADD_TYPE","features":[319]},{"name":"SERVICE_ASYNC_INFO","features":[305,319]},{"name":"SERVICE_DELETE_TYPE","features":[319]},{"name":"SERVICE_DEREGISTER","features":[319]},{"name":"SERVICE_FLAG_DEFER","features":[319]},{"name":"SERVICE_FLAG_HARD","features":[319]},{"name":"SERVICE_FLUSH","features":[319]},{"name":"SERVICE_INFOA","features":[319,358]},{"name":"SERVICE_INFOW","features":[319,358]},{"name":"SERVICE_LOCAL","features":[319]},{"name":"SERVICE_MULTIPLE","features":[319]},{"name":"SERVICE_REGISTER","features":[319]},{"name":"SERVICE_RESOURCE","features":[319]},{"name":"SERVICE_SERVICE","features":[319]},{"name":"SERVICE_TYPE_INFO","features":[319]},{"name":"SERVICE_TYPE_INFO_ABSA","features":[319]},{"name":"SERVICE_TYPE_INFO_ABSW","features":[319]},{"name":"SERVICE_TYPE_VALUE","features":[319]},{"name":"SERVICE_TYPE_VALUE_ABSA","features":[319]},{"name":"SERVICE_TYPE_VALUE_ABSW","features":[319]},{"name":"SERVICE_TYPE_VALUE_CONN","features":[319]},{"name":"SERVICE_TYPE_VALUE_CONNA","features":[319]},{"name":"SERVICE_TYPE_VALUE_CONNW","features":[319]},{"name":"SERVICE_TYPE_VALUE_IPXPORTA","features":[319]},{"name":"SERVICE_TYPE_VALUE_IPXPORTW","features":[319]},{"name":"SERVICE_TYPE_VALUE_OBJECTID","features":[319]},{"name":"SERVICE_TYPE_VALUE_OBJECTIDA","features":[319]},{"name":"SERVICE_TYPE_VALUE_OBJECTIDW","features":[319]},{"name":"SERVICE_TYPE_VALUE_SAPID","features":[319]},{"name":"SERVICE_TYPE_VALUE_SAPIDA","features":[319]},{"name":"SERVICE_TYPE_VALUE_SAPIDW","features":[319]},{"name":"SERVICE_TYPE_VALUE_TCPPORT","features":[319]},{"name":"SERVICE_TYPE_VALUE_TCPPORTA","features":[319]},{"name":"SERVICE_TYPE_VALUE_TCPPORTW","features":[319]},{"name":"SERVICE_TYPE_VALUE_UDPPORT","features":[319]},{"name":"SERVICE_TYPE_VALUE_UDPPORTA","features":[319]},{"name":"SERVICE_TYPE_VALUE_UDPPORTW","features":[319]},{"name":"SET_SERVICE_OPERATION","features":[319]},{"name":"SET_SERVICE_PARTIAL_SUCCESS","features":[319]},{"name":"SG_CONSTRAINED_GROUP","features":[319]},{"name":"SG_UNCONSTRAINED_GROUP","features":[319]},{"name":"SIOCATMARK","features":[319]},{"name":"SIOCGHIWAT","features":[319]},{"name":"SIOCGLOWAT","features":[319]},{"name":"SIOCSHIWAT","features":[319]},{"name":"SIOCSLOWAT","features":[319]},{"name":"SIO_ABSORB_RTRALERT","features":[319]},{"name":"SIO_ACQUIRE_PORT_RESERVATION","features":[319]},{"name":"SIO_ADDRESS_LIST_CHANGE","features":[319]},{"name":"SIO_ADDRESS_LIST_QUERY","features":[319]},{"name":"SIO_ADDRESS_LIST_SORT","features":[319]},{"name":"SIO_AF_UNIX_GETPEERPID","features":[319]},{"name":"SIO_AF_UNIX_SETBINDPARENTPATH","features":[319]},{"name":"SIO_AF_UNIX_SETCONNPARENTPATH","features":[319]},{"name":"SIO_APPLY_TRANSPORT_SETTING","features":[319]},{"name":"SIO_ASSOCIATE_HANDLE","features":[319]},{"name":"SIO_ASSOCIATE_PORT_RESERVATION","features":[319]},{"name":"SIO_ASSOCIATE_PVC","features":[319]},{"name":"SIO_BASE_HANDLE","features":[319]},{"name":"SIO_BSP_HANDLE","features":[319]},{"name":"SIO_BSP_HANDLE_POLL","features":[319]},{"name":"SIO_BSP_HANDLE_SELECT","features":[319]},{"name":"SIO_CPU_AFFINITY","features":[319]},{"name":"SIO_DELETE_PEER_TARGET_NAME","features":[319]},{"name":"SIO_ENABLE_CIRCULAR_QUEUEING","features":[319]},{"name":"SIO_EXT_POLL","features":[319]},{"name":"SIO_EXT_SELECT","features":[319]},{"name":"SIO_EXT_SENDMSG","features":[319]},{"name":"SIO_FIND_ROUTE","features":[319]},{"name":"SIO_FLUSH","features":[319]},{"name":"SIO_GET_ATM_ADDRESS","features":[319]},{"name":"SIO_GET_ATM_CONNECTION_ID","features":[319]},{"name":"SIO_GET_BROADCAST_ADDRESS","features":[319]},{"name":"SIO_GET_EXTENSION_FUNCTION_POINTER","features":[319]},{"name":"SIO_GET_GROUP_QOS","features":[319]},{"name":"SIO_GET_MULTIPLE_EXTENSION_FUNCTION_POINTER","features":[319]},{"name":"SIO_GET_NUMBER_OF_ATM_DEVICES","features":[319]},{"name":"SIO_GET_QOS","features":[319]},{"name":"SIO_GET_TX_TIMESTAMP","features":[319]},{"name":"SIO_INDEX_ADD_MCAST","features":[319]},{"name":"SIO_INDEX_BIND","features":[319]},{"name":"SIO_INDEX_DEL_MCAST","features":[319]},{"name":"SIO_INDEX_MCASTIF","features":[319]},{"name":"SIO_KEEPALIVE_VALS","features":[319]},{"name":"SIO_LIMIT_BROADCASTS","features":[319]},{"name":"SIO_LOOPBACK_FAST_PATH","features":[319]},{"name":"SIO_MULTICAST_SCOPE","features":[319]},{"name":"SIO_MULTIPOINT_LOOPBACK","features":[319]},{"name":"SIO_NSP_NOTIFY_CHANGE","features":[319]},{"name":"SIO_PRIORITY_HINT","features":[319]},{"name":"SIO_QUERY_RSS_PROCESSOR_INFO","features":[319]},{"name":"SIO_QUERY_RSS_SCALABILITY_INFO","features":[319]},{"name":"SIO_QUERY_SECURITY","features":[319]},{"name":"SIO_QUERY_TARGET_PNP_HANDLE","features":[319]},{"name":"SIO_QUERY_TRANSPORT_SETTING","features":[319]},{"name":"SIO_QUERY_WFP_ALE_ENDPOINT_HANDLE","features":[319]},{"name":"SIO_QUERY_WFP_CONNECTION_REDIRECT_CONTEXT","features":[319]},{"name":"SIO_QUERY_WFP_CONNECTION_REDIRECT_RECORDS","features":[319]},{"name":"SIO_RCVALL","features":[319]},{"name":"SIO_RCVALL_IF","features":[319]},{"name":"SIO_RCVALL_IGMPMCAST","features":[319]},{"name":"SIO_RCVALL_MCAST","features":[319]},{"name":"SIO_RCVALL_MCAST_IF","features":[319]},{"name":"SIO_RELEASE_PORT_RESERVATION","features":[319]},{"name":"SIO_RESERVED_1","features":[319]},{"name":"SIO_RESERVED_2","features":[319]},{"name":"SIO_ROUTING_INTERFACE_CHANGE","features":[319]},{"name":"SIO_ROUTING_INTERFACE_QUERY","features":[319]},{"name":"SIO_SET_COMPATIBILITY_MODE","features":[319]},{"name":"SIO_SET_GROUP_QOS","features":[319]},{"name":"SIO_SET_PEER_TARGET_NAME","features":[319]},{"name":"SIO_SET_PRIORITY_HINT","features":[319]},{"name":"SIO_SET_QOS","features":[319]},{"name":"SIO_SET_SECURITY","features":[319]},{"name":"SIO_SET_WFP_CONNECTION_REDIRECT_RECORDS","features":[319]},{"name":"SIO_SOCKET_CLOSE_NOTIFY","features":[319]},{"name":"SIO_SOCKET_USAGE_NOTIFICATION","features":[319]},{"name":"SIO_TCP_INFO","features":[319]},{"name":"SIO_TCP_INITIAL_RTO","features":[319]},{"name":"SIO_TCP_SET_ACK_FREQUENCY","features":[319]},{"name":"SIO_TCP_SET_ICW","features":[319]},{"name":"SIO_TIMESTAMPING","features":[319]},{"name":"SIO_TRANSLATE_HANDLE","features":[319]},{"name":"SIO_UCAST_IF","features":[319]},{"name":"SIO_UDP_CONNRESET","features":[319]},{"name":"SIO_UDP_NETRESET","features":[319]},{"name":"SIZEOF_IP_OPT_ROUTERALERT","features":[319]},{"name":"SIZEOF_IP_OPT_ROUTING_HEADER","features":[319]},{"name":"SIZEOF_IP_OPT_SECURITY","features":[319]},{"name":"SIZEOF_IP_OPT_STREAMIDENTIFIER","features":[319]},{"name":"SIZEOF_IP_OPT_TIMESTAMP_HEADER","features":[319]},{"name":"SI_NETWORK","features":[319]},{"name":"SI_USER_FAILED","features":[319]},{"name":"SI_USER_NOT_SCREENED","features":[319]},{"name":"SI_USER_PASSED","features":[319]},{"name":"SNAP_CONTROL","features":[319]},{"name":"SNAP_DSAP","features":[319]},{"name":"SNAP_HEADER","features":[319]},{"name":"SNAP_OUI","features":[319]},{"name":"SNAP_SSAP","features":[319]},{"name":"SOCKADDR","features":[319]},{"name":"SOCKADDR_ATM","features":[319]},{"name":"SOCKADDR_DL","features":[319]},{"name":"SOCKADDR_IN","features":[319]},{"name":"SOCKADDR_IN6","features":[319]},{"name":"SOCKADDR_IN6_PAIR","features":[319]},{"name":"SOCKADDR_IN6_W2KSP1","features":[319]},{"name":"SOCKADDR_INET","features":[319]},{"name":"SOCKADDR_IPX","features":[319]},{"name":"SOCKADDR_IRDA","features":[319]},{"name":"SOCKADDR_NB","features":[319]},{"name":"SOCKADDR_STORAGE","features":[319]},{"name":"SOCKADDR_STORAGE_XP","features":[319]},{"name":"SOCKADDR_TP","features":[319]},{"name":"SOCKADDR_UN","features":[319]},{"name":"SOCKADDR_VNS","features":[319]},{"name":"SOCKET","features":[319]},{"name":"SOCKET_ADDRESS","features":[319]},{"name":"SOCKET_ADDRESS_LIST","features":[319]},{"name":"SOCKET_DEFAULT2_QM_POLICY","features":[319]},{"name":"SOCKET_ERROR","features":[319]},{"name":"SOCKET_INFO_CONNECTION_ENCRYPTED","features":[319]},{"name":"SOCKET_INFO_CONNECTION_IMPERSONATED","features":[319]},{"name":"SOCKET_INFO_CONNECTION_SECURED","features":[319]},{"name":"SOCKET_PEER_TARGET_NAME","features":[319]},{"name":"SOCKET_PRIORITY_HINT","features":[319]},{"name":"SOCKET_PROCESSOR_AFFINITY","features":[319,312]},{"name":"SOCKET_QUERY_IPSEC2_ABORT_CONNECTION_ON_FIELD_CHANGE","features":[319]},{"name":"SOCKET_QUERY_IPSEC2_FIELD_MASK_MM_SA_ID","features":[319]},{"name":"SOCKET_QUERY_IPSEC2_FIELD_MASK_QM_SA_ID","features":[319]},{"name":"SOCKET_SECURITY_PROTOCOL","features":[319]},{"name":"SOCKET_SECURITY_PROTOCOL_DEFAULT","features":[319]},{"name":"SOCKET_SECURITY_PROTOCOL_INVALID","features":[319]},{"name":"SOCKET_SECURITY_PROTOCOL_IPSEC","features":[319]},{"name":"SOCKET_SECURITY_PROTOCOL_IPSEC2","features":[319]},{"name":"SOCKET_SECURITY_QUERY_INFO","features":[319]},{"name":"SOCKET_SECURITY_QUERY_INFO_IPSEC2","features":[319]},{"name":"SOCKET_SECURITY_QUERY_TEMPLATE","features":[319]},{"name":"SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2","features":[319]},{"name":"SOCKET_SECURITY_SETTINGS","features":[319]},{"name":"SOCKET_SECURITY_SETTINGS_IPSEC","features":[319]},{"name":"SOCKET_SETTINGS_ALLOW_INSECURE","features":[319]},{"name":"SOCKET_SETTINGS_GUARANTEE_ENCRYPTION","features":[319]},{"name":"SOCKET_SETTINGS_IPSEC_ALLOW_FIRST_INBOUND_PKT_UNENCRYPTED","features":[319]},{"name":"SOCKET_SETTINGS_IPSEC_OPTIONAL_PEER_NAME_VERIFICATION","features":[319]},{"name":"SOCKET_SETTINGS_IPSEC_PEER_NAME_IS_RAW_FORMAT","features":[319]},{"name":"SOCKET_SETTINGS_IPSEC_SKIP_FILTER_INSTANTIATION","features":[319]},{"name":"SOCKET_USAGE_TYPE","features":[319]},{"name":"SOCK_DGRAM","features":[319]},{"name":"SOCK_NOTIFY_EVENT_ERR","features":[319]},{"name":"SOCK_NOTIFY_EVENT_HANGUP","features":[319]},{"name":"SOCK_NOTIFY_EVENT_IN","features":[319]},{"name":"SOCK_NOTIFY_EVENT_OUT","features":[319]},{"name":"SOCK_NOTIFY_EVENT_REMOVE","features":[319]},{"name":"SOCK_NOTIFY_OP_DISABLE","features":[319]},{"name":"SOCK_NOTIFY_OP_ENABLE","features":[319]},{"name":"SOCK_NOTIFY_OP_NONE","features":[319]},{"name":"SOCK_NOTIFY_OP_REMOVE","features":[319]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_HANGUP","features":[319]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_IN","features":[319]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_NONE","features":[319]},{"name":"SOCK_NOTIFY_REGISTER_EVENT_OUT","features":[319]},{"name":"SOCK_NOTIFY_REGISTRATION","features":[319]},{"name":"SOCK_NOTIFY_TRIGGER_EDGE","features":[319]},{"name":"SOCK_NOTIFY_TRIGGER_LEVEL","features":[319]},{"name":"SOCK_NOTIFY_TRIGGER_ONESHOT","features":[319]},{"name":"SOCK_NOTIFY_TRIGGER_PERSISTENT","features":[319]},{"name":"SOCK_RAW","features":[319]},{"name":"SOCK_RDM","features":[319]},{"name":"SOCK_SEQPACKET","features":[319]},{"name":"SOCK_STREAM","features":[319]},{"name":"SOL_IP","features":[319]},{"name":"SOL_IPV6","features":[319]},{"name":"SOL_IRLMP","features":[319]},{"name":"SOL_SOCKET","features":[319]},{"name":"SOMAXCONN","features":[319]},{"name":"SO_ACCEPTCONN","features":[319]},{"name":"SO_BROADCAST","features":[319]},{"name":"SO_BSP_STATE","features":[319]},{"name":"SO_COMPARTMENT_ID","features":[319]},{"name":"SO_CONDITIONAL_ACCEPT","features":[319]},{"name":"SO_CONNDATA","features":[319]},{"name":"SO_CONNDATALEN","features":[319]},{"name":"SO_CONNECT_TIME","features":[319]},{"name":"SO_CONNOPT","features":[319]},{"name":"SO_CONNOPTLEN","features":[319]},{"name":"SO_DEBUG","features":[319]},{"name":"SO_DISCDATA","features":[319]},{"name":"SO_DISCDATALEN","features":[319]},{"name":"SO_DISCOPT","features":[319]},{"name":"SO_DISCOPTLEN","features":[319]},{"name":"SO_DONTLINGER","features":[319]},{"name":"SO_DONTROUTE","features":[319]},{"name":"SO_ERROR","features":[319]},{"name":"SO_EXCLUSIVEADDRUSE","features":[319]},{"name":"SO_GROUP_ID","features":[319]},{"name":"SO_GROUP_PRIORITY","features":[319]},{"name":"SO_KEEPALIVE","features":[319]},{"name":"SO_LINGER","features":[319]},{"name":"SO_MAXDG","features":[319]},{"name":"SO_MAXPATHDG","features":[319]},{"name":"SO_MAX_MSG_SIZE","features":[319]},{"name":"SO_OOBINLINE","features":[319]},{"name":"SO_OPENTYPE","features":[319]},{"name":"SO_ORIGINAL_DST","features":[319]},{"name":"SO_PAUSE_ACCEPT","features":[319]},{"name":"SO_PORT_SCALABILITY","features":[319]},{"name":"SO_PROTOCOL_INFO","features":[319]},{"name":"SO_PROTOCOL_INFOA","features":[319]},{"name":"SO_PROTOCOL_INFOW","features":[319]},{"name":"SO_RANDOMIZE_PORT","features":[319]},{"name":"SO_RCVBUF","features":[319]},{"name":"SO_RCVLOWAT","features":[319]},{"name":"SO_RCVTIMEO","features":[319]},{"name":"SO_REUSEADDR","features":[319]},{"name":"SO_REUSE_MULTICASTPORT","features":[319]},{"name":"SO_REUSE_UNICASTPORT","features":[319]},{"name":"SO_SNDBUF","features":[319]},{"name":"SO_SNDLOWAT","features":[319]},{"name":"SO_SNDTIMEO","features":[319]},{"name":"SO_SYNCHRONOUS_ALERT","features":[319]},{"name":"SO_SYNCHRONOUS_NONALERT","features":[319]},{"name":"SO_TIMESTAMP","features":[319]},{"name":"SO_TIMESTAMP_ID","features":[319]},{"name":"SO_TYPE","features":[319]},{"name":"SO_UPDATE_ACCEPT_CONTEXT","features":[319]},{"name":"SO_UPDATE_CONNECT_CONTEXT","features":[319]},{"name":"SO_USELOOPBACK","features":[319]},{"name":"SYSTEM_CRITICAL_SOCKET","features":[319]},{"name":"ScopeLevelAdmin","features":[319]},{"name":"ScopeLevelCount","features":[319]},{"name":"ScopeLevelGlobal","features":[319]},{"name":"ScopeLevelInterface","features":[319]},{"name":"ScopeLevelLink","features":[319]},{"name":"ScopeLevelOrganization","features":[319]},{"name":"ScopeLevelSite","features":[319]},{"name":"ScopeLevelSubnet","features":[319]},{"name":"SetAddrInfoExA","features":[305,319,358,311]},{"name":"SetAddrInfoExW","features":[305,319,358,311]},{"name":"SetServiceA","features":[305,319,358]},{"name":"SetServiceW","features":[305,319,358]},{"name":"SetSocketMediaStreamingMode","features":[305,319]},{"name":"SocketMaximumPriorityHintType","features":[319]},{"name":"SocketPriorityHintLow","features":[319]},{"name":"SocketPriorityHintNormal","features":[319]},{"name":"SocketPriorityHintVeryLow","features":[319]},{"name":"TCPSTATE","features":[319]},{"name":"TCPSTATE_CLOSED","features":[319]},{"name":"TCPSTATE_CLOSE_WAIT","features":[319]},{"name":"TCPSTATE_CLOSING","features":[319]},{"name":"TCPSTATE_ESTABLISHED","features":[319]},{"name":"TCPSTATE_FIN_WAIT_1","features":[319]},{"name":"TCPSTATE_FIN_WAIT_2","features":[319]},{"name":"TCPSTATE_LAST_ACK","features":[319]},{"name":"TCPSTATE_LISTEN","features":[319]},{"name":"TCPSTATE_MAX","features":[319]},{"name":"TCPSTATE_SYN_RCVD","features":[319]},{"name":"TCPSTATE_SYN_SENT","features":[319]},{"name":"TCPSTATE_TIME_WAIT","features":[319]},{"name":"TCP_ACK_FREQUENCY_PARAMETERS","features":[319]},{"name":"TCP_ATMARK","features":[319]},{"name":"TCP_BSDURGENT","features":[319]},{"name":"TCP_CONGESTION_ALGORITHM","features":[319]},{"name":"TCP_DELAY_FIN_ACK","features":[319]},{"name":"TCP_EXPEDITED_1122","features":[319]},{"name":"TCP_FAIL_CONNECT_ON_ICMP_ERROR","features":[319]},{"name":"TCP_FASTOPEN","features":[319]},{"name":"TCP_HDR","features":[319]},{"name":"TCP_ICMP_ERROR_INFO","features":[319]},{"name":"TCP_ICW_LEVEL","features":[319]},{"name":"TCP_ICW_LEVEL_AGGRESSIVE","features":[319]},{"name":"TCP_ICW_LEVEL_COMPAT","features":[319]},{"name":"TCP_ICW_LEVEL_DEFAULT","features":[319]},{"name":"TCP_ICW_LEVEL_EXPERIMENTAL","features":[319]},{"name":"TCP_ICW_LEVEL_HIGH","features":[319]},{"name":"TCP_ICW_LEVEL_MAX","features":[319]},{"name":"TCP_ICW_LEVEL_VERY_HIGH","features":[319]},{"name":"TCP_ICW_PARAMETERS","features":[319]},{"name":"TCP_INFO_v0","features":[305,319]},{"name":"TCP_INFO_v1","features":[305,319]},{"name":"TCP_INITIAL_RTO_DEFAULT_MAX_SYN_RETRANSMISSIONS","features":[319]},{"name":"TCP_INITIAL_RTO_DEFAULT_RTT","features":[319]},{"name":"TCP_INITIAL_RTO_NO_SYN_RETRANSMISSIONS","features":[319]},{"name":"TCP_INITIAL_RTO_PARAMETERS","features":[319]},{"name":"TCP_INITIAL_RTO_UNSPECIFIED_MAX_SYN_RETRANSMISSIONS","features":[319]},{"name":"TCP_KEEPALIVE","features":[319]},{"name":"TCP_KEEPCNT","features":[319]},{"name":"TCP_KEEPIDLE","features":[319]},{"name":"TCP_KEEPINTVL","features":[319]},{"name":"TCP_MAXRT","features":[319]},{"name":"TCP_MAXRTMS","features":[319]},{"name":"TCP_MAXSEG","features":[319]},{"name":"TCP_NODELAY","features":[319]},{"name":"TCP_NOSYNRETRIES","features":[319]},{"name":"TCP_NOURG","features":[319]},{"name":"TCP_OFFLOAD_NOT_PREFERRED","features":[319]},{"name":"TCP_OFFLOAD_NO_PREFERENCE","features":[319]},{"name":"TCP_OFFLOAD_PREFERENCE","features":[319]},{"name":"TCP_OFFLOAD_PREFERRED","features":[319]},{"name":"TCP_OPT_FASTOPEN","features":[319]},{"name":"TCP_OPT_MSS","features":[319]},{"name":"TCP_OPT_SACK","features":[319]},{"name":"TCP_OPT_SACK_PERMITTED","features":[319]},{"name":"TCP_OPT_TS","features":[319]},{"name":"TCP_OPT_UNKNOWN","features":[319]},{"name":"TCP_OPT_WS","features":[319]},{"name":"TCP_STDURG","features":[319]},{"name":"TCP_TIMESTAMPS","features":[319]},{"name":"TF_DISCONNECT","features":[319]},{"name":"TF_REUSE_SOCKET","features":[319]},{"name":"TF_USE_DEFAULT_WORKER","features":[319]},{"name":"TF_USE_KERNEL_APC","features":[319]},{"name":"TF_USE_SYSTEM_THREAD","features":[319]},{"name":"TF_WRITE_BEHIND","features":[319]},{"name":"TH_ACK","features":[319]},{"name":"TH_CWR","features":[319]},{"name":"TH_ECE","features":[319]},{"name":"TH_FIN","features":[319]},{"name":"TH_NETDEV","features":[319]},{"name":"TH_OPT_EOL","features":[319]},{"name":"TH_OPT_FASTOPEN","features":[319]},{"name":"TH_OPT_MSS","features":[319]},{"name":"TH_OPT_NOP","features":[319]},{"name":"TH_OPT_SACK","features":[319]},{"name":"TH_OPT_SACK_PERMITTED","features":[319]},{"name":"TH_OPT_TS","features":[319]},{"name":"TH_OPT_WS","features":[319]},{"name":"TH_PSH","features":[319]},{"name":"TH_RST","features":[319]},{"name":"TH_SYN","features":[319]},{"name":"TH_TAPI","features":[319]},{"name":"TH_URG","features":[319]},{"name":"TIMESTAMPING_CONFIG","features":[319]},{"name":"TIMESTAMPING_FLAG_RX","features":[319]},{"name":"TIMESTAMPING_FLAG_TX","features":[319]},{"name":"TIMEVAL","features":[319]},{"name":"TNS_PLAN_CARRIER_ID_CODE","features":[319]},{"name":"TNS_TYPE_NATIONAL","features":[319]},{"name":"TP_DISCONNECT","features":[319]},{"name":"TP_ELEMENT_EOP","features":[319]},{"name":"TP_ELEMENT_FILE","features":[319]},{"name":"TP_ELEMENT_MEMORY","features":[319]},{"name":"TP_REUSE_SOCKET","features":[319]},{"name":"TP_USE_DEFAULT_WORKER","features":[319]},{"name":"TP_USE_KERNEL_APC","features":[319]},{"name":"TP_USE_SYSTEM_THREAD","features":[319]},{"name":"TRANSMIT_FILE_BUFFERS","features":[319]},{"name":"TRANSMIT_PACKETS_ELEMENT","features":[305,319]},{"name":"TRANSPORT_SETTING_ID","features":[319]},{"name":"TR_END_TO_END","features":[319]},{"name":"TR_NOIND","features":[319]},{"name":"TR_NO_END_TO_END","features":[319]},{"name":"TT_CBR","features":[319]},{"name":"TT_NOIND","features":[319]},{"name":"TT_VBR","features":[319]},{"name":"TUNNEL_SUB_TYPE","features":[319]},{"name":"TUNNEL_SUB_TYPE_CP","features":[319]},{"name":"TUNNEL_SUB_TYPE_HA","features":[319]},{"name":"TUNNEL_SUB_TYPE_IPTLS","features":[319]},{"name":"TUNNEL_SUB_TYPE_NONE","features":[319]},{"name":"TransmitFile","features":[305,319,311]},{"name":"UDP_CHECKSUM_COVERAGE","features":[319]},{"name":"UDP_COALESCED_INFO","features":[319]},{"name":"UDP_NOCHECKSUM","features":[319]},{"name":"UDP_RECV_MAX_COALESCED_SIZE","features":[319]},{"name":"UDP_SEND_MSG_SIZE","features":[319]},{"name":"UNIX_PATH_MAX","features":[319]},{"name":"UP_P2MP","features":[319]},{"name":"UP_P2P","features":[319]},{"name":"VLAN_TAG","features":[319]},{"name":"VNSPROTO_IPC","features":[319]},{"name":"VNSPROTO_RELIABLE_IPC","features":[319]},{"name":"VNSPROTO_SPP","features":[319]},{"name":"WCE_AF_IRDA","features":[319]},{"name":"WCE_DEVICELIST","features":[319]},{"name":"WCE_IRDA_DEVICE_INFO","features":[319]},{"name":"WCE_PF_IRDA","features":[319]},{"name":"WINDOWS_AF_IRDA","features":[319]},{"name":"WINDOWS_DEVICELIST","features":[319]},{"name":"WINDOWS_IAS_QUERY","features":[319]},{"name":"WINDOWS_IAS_SET","features":[319]},{"name":"WINDOWS_IRDA_DEVICE_INFO","features":[319]},{"name":"WINDOWS_PF_IRDA","features":[319]},{"name":"WINSOCK_SHUTDOWN_HOW","features":[319]},{"name":"WINSOCK_SOCKET_TYPE","features":[319]},{"name":"WPUCompleteOverlappedRequest","features":[305,319,311]},{"name":"WSAAccept","features":[319]},{"name":"WSAAddressToStringA","features":[319]},{"name":"WSAAddressToStringW","features":[319]},{"name":"WSAAdvertiseProvider","features":[305,319,358]},{"name":"WSAAsyncGetHostByAddr","features":[305,319]},{"name":"WSAAsyncGetHostByName","features":[305,319]},{"name":"WSAAsyncGetProtoByName","features":[305,319]},{"name":"WSAAsyncGetProtoByNumber","features":[305,319]},{"name":"WSAAsyncGetServByName","features":[305,319]},{"name":"WSAAsyncGetServByPort","features":[305,319]},{"name":"WSAAsyncSelect","features":[305,319]},{"name":"WSABASEERR","features":[319]},{"name":"WSABUF","features":[319]},{"name":"WSACOMPLETION","features":[305,319,311]},{"name":"WSACOMPLETIONTYPE","features":[319]},{"name":"WSACancelAsyncRequest","features":[305,319]},{"name":"WSACancelBlockingCall","features":[319]},{"name":"WSACleanup","features":[319]},{"name":"WSACloseEvent","features":[305,319]},{"name":"WSAConnect","features":[319]},{"name":"WSAConnectByList","features":[305,319,311]},{"name":"WSAConnectByNameA","features":[305,319,311]},{"name":"WSAConnectByNameW","features":[305,319,311]},{"name":"WSACreateEvent","features":[319]},{"name":"WSADATA","features":[319]},{"name":"WSADATA","features":[319]},{"name":"WSADESCRIPTION_LEN","features":[319]},{"name":"WSADeleteSocketPeerTargetName","features":[305,319,311]},{"name":"WSADuplicateSocketA","features":[319]},{"name":"WSADuplicateSocketW","features":[319]},{"name":"WSAEACCES","features":[319]},{"name":"WSAEADDRINUSE","features":[319]},{"name":"WSAEADDRNOTAVAIL","features":[319]},{"name":"WSAEAFNOSUPPORT","features":[319]},{"name":"WSAEALREADY","features":[319]},{"name":"WSAEBADF","features":[319]},{"name":"WSAECANCELLED","features":[319]},{"name":"WSAECOMPARATOR","features":[319]},{"name":"WSAECONNABORTED","features":[319]},{"name":"WSAECONNREFUSED","features":[319]},{"name":"WSAECONNRESET","features":[319]},{"name":"WSAEDESTADDRREQ","features":[319]},{"name":"WSAEDISCON","features":[319]},{"name":"WSAEDQUOT","features":[319]},{"name":"WSAEFAULT","features":[319]},{"name":"WSAEHOSTDOWN","features":[319]},{"name":"WSAEHOSTUNREACH","features":[319]},{"name":"WSAEINPROGRESS","features":[319]},{"name":"WSAEINTR","features":[319]},{"name":"WSAEINVAL","features":[319]},{"name":"WSAEINVALIDPROCTABLE","features":[319]},{"name":"WSAEINVALIDPROVIDER","features":[319]},{"name":"WSAEISCONN","features":[319]},{"name":"WSAELOOP","features":[319]},{"name":"WSAEMFILE","features":[319]},{"name":"WSAEMSGSIZE","features":[319]},{"name":"WSAENAMETOOLONG","features":[319]},{"name":"WSAENETDOWN","features":[319]},{"name":"WSAENETRESET","features":[319]},{"name":"WSAENETUNREACH","features":[319]},{"name":"WSAENOBUFS","features":[319]},{"name":"WSAENOMORE","features":[319]},{"name":"WSAENOPROTOOPT","features":[319]},{"name":"WSAENOTCONN","features":[319]},{"name":"WSAENOTEMPTY","features":[319]},{"name":"WSAENOTSOCK","features":[319]},{"name":"WSAEOPNOTSUPP","features":[319]},{"name":"WSAEPFNOSUPPORT","features":[319]},{"name":"WSAEPROCLIM","features":[319]},{"name":"WSAEPROTONOSUPPORT","features":[319]},{"name":"WSAEPROTOTYPE","features":[319]},{"name":"WSAEPROVIDERFAILEDINIT","features":[319]},{"name":"WSAEREFUSED","features":[319]},{"name":"WSAEREMOTE","features":[319]},{"name":"WSAESETSERVICEOP","features":[319]},{"name":"WSAESHUTDOWN","features":[319]},{"name":"WSAESOCKTNOSUPPORT","features":[319]},{"name":"WSAESTALE","features":[319]},{"name":"WSAETIMEDOUT","features":[319]},{"name":"WSAETOOMANYREFS","features":[319]},{"name":"WSAEUSERS","features":[319]},{"name":"WSAEVENT","features":[319]},{"name":"WSAEWOULDBLOCK","features":[319]},{"name":"WSAEnumNameSpaceProvidersA","features":[305,319]},{"name":"WSAEnumNameSpaceProvidersExA","features":[305,319,358]},{"name":"WSAEnumNameSpaceProvidersExW","features":[305,319,358]},{"name":"WSAEnumNameSpaceProvidersW","features":[305,319]},{"name":"WSAEnumNetworkEvents","features":[319]},{"name":"WSAEnumProtocolsA","features":[319]},{"name":"WSAEnumProtocolsW","features":[319]},{"name":"WSAEventSelect","features":[319]},{"name":"WSAGetLastError","features":[319]},{"name":"WSAGetOverlappedResult","features":[305,319,311]},{"name":"WSAGetQOSByName","features":[305,319]},{"name":"WSAGetServiceClassInfoA","features":[319]},{"name":"WSAGetServiceClassInfoW","features":[319]},{"name":"WSAGetServiceClassNameByClassIdA","features":[319]},{"name":"WSAGetServiceClassNameByClassIdW","features":[319]},{"name":"WSAHOST_NOT_FOUND","features":[319]},{"name":"WSAHtonl","features":[319]},{"name":"WSAHtons","features":[319]},{"name":"WSAID_ACCEPTEX","features":[319]},{"name":"WSAID_CONNECTEX","features":[319]},{"name":"WSAID_DISCONNECTEX","features":[319]},{"name":"WSAID_GETACCEPTEXSOCKADDRS","features":[319]},{"name":"WSAID_MULTIPLE_RIO","features":[319]},{"name":"WSAID_TRANSMITFILE","features":[319]},{"name":"WSAID_TRANSMITPACKETS","features":[319]},{"name":"WSAID_WSAPOLL","features":[319]},{"name":"WSAID_WSARECVMSG","features":[319]},{"name":"WSAID_WSASENDMSG","features":[319]},{"name":"WSAImpersonateSocketPeer","features":[319]},{"name":"WSAInstallServiceClassA","features":[319]},{"name":"WSAInstallServiceClassW","features":[319]},{"name":"WSAIoctl","features":[305,319,311]},{"name":"WSAIsBlocking","features":[305,319]},{"name":"WSAJoinLeaf","features":[319]},{"name":"WSALookupServiceBeginA","features":[305,319,358]},{"name":"WSALookupServiceBeginW","features":[305,319,358]},{"name":"WSALookupServiceEnd","features":[305,319]},{"name":"WSALookupServiceNextA","features":[305,319,358]},{"name":"WSALookupServiceNextW","features":[305,319,358]},{"name":"WSAMSG","features":[319]},{"name":"WSANAMESPACE_INFOA","features":[305,319]},{"name":"WSANAMESPACE_INFOEXA","features":[305,319,358]},{"name":"WSANAMESPACE_INFOEXW","features":[305,319,358]},{"name":"WSANAMESPACE_INFOW","features":[305,319]},{"name":"WSANETWORKEVENTS","features":[319]},{"name":"WSANOTINITIALISED","features":[319]},{"name":"WSANO_DATA","features":[319]},{"name":"WSANO_RECOVERY","features":[319]},{"name":"WSANSCLASSINFOA","features":[319]},{"name":"WSANSCLASSINFOW","features":[319]},{"name":"WSANSPIoctl","features":[305,319,311]},{"name":"WSANtohl","features":[319]},{"name":"WSANtohs","features":[319]},{"name":"WSAPOLLDATA","features":[319]},{"name":"WSAPOLLFD","features":[319]},{"name":"WSAPOLL_EVENT_FLAGS","features":[319]},{"name":"WSAPROTOCOLCHAIN","features":[319]},{"name":"WSAPROTOCOL_INFOA","features":[319]},{"name":"WSAPROTOCOL_INFOW","features":[319]},{"name":"WSAPROTOCOL_LEN","features":[319]},{"name":"WSAPoll","features":[319]},{"name":"WSAProviderCompleteAsyncCall","features":[305,319]},{"name":"WSAProviderConfigChange","features":[305,319,311]},{"name":"WSAQUERYSET2A","features":[319,358]},{"name":"WSAQUERYSET2W","features":[319,358]},{"name":"WSAQUERYSETA","features":[319,358]},{"name":"WSAQUERYSETW","features":[319,358]},{"name":"WSAQuerySocketSecurity","features":[305,319,311]},{"name":"WSARecv","features":[305,319,311]},{"name":"WSARecvDisconnect","features":[319]},{"name":"WSARecvEx","features":[319]},{"name":"WSARecvFrom","features":[305,319,311]},{"name":"WSARemoveServiceClass","features":[319]},{"name":"WSAResetEvent","features":[305,319]},{"name":"WSARevertImpersonation","features":[319]},{"name":"WSASENDMSG","features":[305,319,311]},{"name":"WSASERVICECLASSINFOA","features":[319]},{"name":"WSASERVICECLASSINFOW","features":[319]},{"name":"WSASERVICE_NOT_FOUND","features":[319]},{"name":"WSASYSCALLFAILURE","features":[319]},{"name":"WSASYSNOTREADY","features":[319]},{"name":"WSASYS_STATUS_LEN","features":[319]},{"name":"WSASend","features":[305,319,311]},{"name":"WSASendDisconnect","features":[319]},{"name":"WSASendMsg","features":[305,319,311]},{"name":"WSASendTo","features":[305,319,311]},{"name":"WSASetBlockingHook","features":[305,319]},{"name":"WSASetEvent","features":[305,319]},{"name":"WSASetLastError","features":[319]},{"name":"WSASetServiceA","features":[319,358]},{"name":"WSASetServiceW","features":[319,358]},{"name":"WSASetSocketPeerTargetName","features":[305,319,311]},{"name":"WSASetSocketSecurity","features":[305,319,311]},{"name":"WSASocketA","features":[319]},{"name":"WSASocketW","features":[319]},{"name":"WSAStartup","features":[319]},{"name":"WSAStringToAddressA","features":[319]},{"name":"WSAStringToAddressW","features":[319]},{"name":"WSATHREADID","features":[305,319]},{"name":"WSATRY_AGAIN","features":[319]},{"name":"WSATYPE_NOT_FOUND","features":[319]},{"name":"WSAUnadvertiseProvider","features":[319]},{"name":"WSAUnhookBlockingHook","features":[319]},{"name":"WSAVERNOTSUPPORTED","features":[319]},{"name":"WSAVERSION","features":[319]},{"name":"WSAWaitForMultipleEvents","features":[305,319]},{"name":"WSA_COMPATIBILITY_BEHAVIOR_ID","features":[319]},{"name":"WSA_COMPATIBILITY_MODE","features":[319]},{"name":"WSA_ERROR","features":[319]},{"name":"WSA_E_CANCELLED","features":[319]},{"name":"WSA_E_NO_MORE","features":[319]},{"name":"WSA_FLAG_ACCESS_SYSTEM_SECURITY","features":[319]},{"name":"WSA_FLAG_MULTIPOINT_C_LEAF","features":[319]},{"name":"WSA_FLAG_MULTIPOINT_C_ROOT","features":[319]},{"name":"WSA_FLAG_MULTIPOINT_D_LEAF","features":[319]},{"name":"WSA_FLAG_MULTIPOINT_D_ROOT","features":[319]},{"name":"WSA_FLAG_NO_HANDLE_INHERIT","features":[319]},{"name":"WSA_FLAG_OVERLAPPED","features":[319]},{"name":"WSA_FLAG_REGISTERED_IO","features":[319]},{"name":"WSA_INFINITE","features":[319]},{"name":"WSA_INVALID_EVENT","features":[319]},{"name":"WSA_INVALID_HANDLE","features":[319]},{"name":"WSA_INVALID_PARAMETER","features":[319]},{"name":"WSA_IO_INCOMPLETE","features":[319]},{"name":"WSA_IO_PENDING","features":[319]},{"name":"WSA_IPSEC_NAME_POLICY_ERROR","features":[319]},{"name":"WSA_MAXIMUM_WAIT_EVENTS","features":[319]},{"name":"WSA_NOT_ENOUGH_MEMORY","features":[319]},{"name":"WSA_OPERATION_ABORTED","features":[319]},{"name":"WSA_QOS_ADMISSION_FAILURE","features":[319]},{"name":"WSA_QOS_BAD_OBJECT","features":[319]},{"name":"WSA_QOS_BAD_STYLE","features":[319]},{"name":"WSA_QOS_EFILTERCOUNT","features":[319]},{"name":"WSA_QOS_EFILTERSTYLE","features":[319]},{"name":"WSA_QOS_EFILTERTYPE","features":[319]},{"name":"WSA_QOS_EFLOWCOUNT","features":[319]},{"name":"WSA_QOS_EFLOWDESC","features":[319]},{"name":"WSA_QOS_EFLOWSPEC","features":[319]},{"name":"WSA_QOS_EOBJLENGTH","features":[319]},{"name":"WSA_QOS_EPOLICYOBJ","features":[319]},{"name":"WSA_QOS_EPROVSPECBUF","features":[319]},{"name":"WSA_QOS_EPSFILTERSPEC","features":[319]},{"name":"WSA_QOS_EPSFLOWSPEC","features":[319]},{"name":"WSA_QOS_ESDMODEOBJ","features":[319]},{"name":"WSA_QOS_ESERVICETYPE","features":[319]},{"name":"WSA_QOS_ESHAPERATEOBJ","features":[319]},{"name":"WSA_QOS_EUNKOWNPSOBJ","features":[319]},{"name":"WSA_QOS_GENERIC_ERROR","features":[319]},{"name":"WSA_QOS_NO_RECEIVERS","features":[319]},{"name":"WSA_QOS_NO_SENDERS","features":[319]},{"name":"WSA_QOS_POLICY_FAILURE","features":[319]},{"name":"WSA_QOS_RECEIVERS","features":[319]},{"name":"WSA_QOS_REQUEST_CONFIRMED","features":[319]},{"name":"WSA_QOS_RESERVED_PETYPE","features":[319]},{"name":"WSA_QOS_SENDERS","features":[319]},{"name":"WSA_QOS_TRAFFIC_CTRL_ERROR","features":[319]},{"name":"WSA_SECURE_HOST_NOT_FOUND","features":[319]},{"name":"WSA_WAIT_EVENT_0","features":[319]},{"name":"WSA_WAIT_FAILED","features":[319]},{"name":"WSA_WAIT_IO_COMPLETION","features":[319]},{"name":"WSA_WAIT_TIMEOUT","features":[319]},{"name":"WSCDeinstallProvider","features":[319]},{"name":"WSCDeinstallProvider32","features":[319]},{"name":"WSCEnableNSProvider","features":[305,319]},{"name":"WSCEnableNSProvider32","features":[305,319]},{"name":"WSCEnumNameSpaceProviders32","features":[305,319]},{"name":"WSCEnumNameSpaceProvidersEx32","features":[305,319,358]},{"name":"WSCEnumProtocols","features":[319]},{"name":"WSCEnumProtocols32","features":[319]},{"name":"WSCGetApplicationCategory","features":[319]},{"name":"WSCGetProviderInfo","features":[319]},{"name":"WSCGetProviderInfo32","features":[319]},{"name":"WSCGetProviderPath","features":[319]},{"name":"WSCGetProviderPath32","features":[319]},{"name":"WSCInstallNameSpace","features":[319]},{"name":"WSCInstallNameSpace32","features":[319]},{"name":"WSCInstallNameSpaceEx","features":[319,358]},{"name":"WSCInstallNameSpaceEx32","features":[319,358]},{"name":"WSCInstallProvider","features":[319]},{"name":"WSCInstallProvider64_32","features":[319]},{"name":"WSCInstallProviderAndChains64_32","features":[319]},{"name":"WSCSetApplicationCategory","features":[319]},{"name":"WSCSetProviderInfo","features":[319]},{"name":"WSCSetProviderInfo32","features":[319]},{"name":"WSCUnInstallNameSpace","features":[319]},{"name":"WSCUnInstallNameSpace32","features":[319]},{"name":"WSCUpdateProvider","features":[319]},{"name":"WSCUpdateProvider32","features":[319]},{"name":"WSCWriteNameSpaceOrder","features":[319]},{"name":"WSCWriteNameSpaceOrder32","features":[319]},{"name":"WSCWriteProviderOrder","features":[319]},{"name":"WSCWriteProviderOrder32","features":[319]},{"name":"WSC_PROVIDER_AUDIT_INFO","features":[319]},{"name":"WSC_PROVIDER_INFO_TYPE","features":[319]},{"name":"WSK_SO_BASE","features":[319]},{"name":"WSPDATA","features":[319]},{"name":"WSPDESCRIPTION_LEN","features":[319]},{"name":"WSPPROC_TABLE","features":[305,319,311]},{"name":"WSPUPCALLTABLE","features":[305,319]},{"name":"WSS_OPERATION_IN_PROGRESS","features":[319]},{"name":"WsaBehaviorAll","features":[319]},{"name":"WsaBehaviorAutoTuning","features":[319]},{"name":"WsaBehaviorReceiveBuffering","features":[319]},{"name":"XP1_CONNECTIONLESS","features":[319]},{"name":"XP1_CONNECT_DATA","features":[319]},{"name":"XP1_DISCONNECT_DATA","features":[319]},{"name":"XP1_EXPEDITED_DATA","features":[319]},{"name":"XP1_GRACEFUL_CLOSE","features":[319]},{"name":"XP1_GUARANTEED_DELIVERY","features":[319]},{"name":"XP1_GUARANTEED_ORDER","features":[319]},{"name":"XP1_IFS_HANDLES","features":[319]},{"name":"XP1_INTERRUPT","features":[319]},{"name":"XP1_MESSAGE_ORIENTED","features":[319]},{"name":"XP1_MULTIPOINT_CONTROL_PLANE","features":[319]},{"name":"XP1_MULTIPOINT_DATA_PLANE","features":[319]},{"name":"XP1_PARTIAL_MESSAGE","features":[319]},{"name":"XP1_PSEUDO_STREAM","features":[319]},{"name":"XP1_QOS_SUPPORTED","features":[319]},{"name":"XP1_SAN_SUPPORT_SDP","features":[319]},{"name":"XP1_SUPPORT_BROADCAST","features":[319]},{"name":"XP1_SUPPORT_MULTIPOINT","features":[319]},{"name":"XP1_UNI_RECV","features":[319]},{"name":"XP1_UNI_SEND","features":[319]},{"name":"XP_BANDWIDTH_ALLOCATION","features":[319]},{"name":"XP_CONNECTIONLESS","features":[319]},{"name":"XP_CONNECT_DATA","features":[319]},{"name":"XP_DISCONNECT_DATA","features":[319]},{"name":"XP_ENCRYPTS","features":[319]},{"name":"XP_EXPEDITED_DATA","features":[319]},{"name":"XP_FRAGMENTATION","features":[319]},{"name":"XP_GRACEFUL_CLOSE","features":[319]},{"name":"XP_GUARANTEED_DELIVERY","features":[319]},{"name":"XP_GUARANTEED_ORDER","features":[319]},{"name":"XP_MESSAGE_ORIENTED","features":[319]},{"name":"XP_PSEUDO_STREAM","features":[319]},{"name":"XP_SUPPORTS_BROADCAST","features":[319]},{"name":"XP_SUPPORTS_MULTICAST","features":[319]},{"name":"_BIG_ENDIAN","features":[319]},{"name":"_LITTLE_ENDIAN","features":[319]},{"name":"_PDP_ENDIAN","features":[319]},{"name":"_SS_MAXSIZE","features":[319]},{"name":"__WSAFDIsSet","features":[319]},{"name":"accept","features":[319]},{"name":"bind","features":[319]},{"name":"closesocket","features":[319]},{"name":"connect","features":[319]},{"name":"eWINDOW_ADVANCE_METHOD","features":[319]},{"name":"freeaddrinfo","features":[319]},{"name":"getaddrinfo","features":[319]},{"name":"gethostbyaddr","features":[319]},{"name":"gethostbyname","features":[319]},{"name":"gethostname","features":[319]},{"name":"getnameinfo","features":[319]},{"name":"getpeername","features":[319]},{"name":"getprotobyname","features":[319]},{"name":"getprotobynumber","features":[319]},{"name":"getservbyname","features":[319]},{"name":"getservbyport","features":[319]},{"name":"getsockname","features":[319]},{"name":"getsockopt","features":[319]},{"name":"htonl","features":[319]},{"name":"htons","features":[319]},{"name":"inet_addr","features":[319]},{"name":"inet_ntoa","features":[319]},{"name":"inet_ntop","features":[319]},{"name":"inet_pton","features":[319]},{"name":"ioctlsocket","features":[319]},{"name":"listen","features":[319]},{"name":"netent","features":[319]},{"name":"ntohl","features":[319]},{"name":"ntohs","features":[319]},{"name":"recv","features":[319]},{"name":"recvfrom","features":[319]},{"name":"select","features":[319]},{"name":"send","features":[319]},{"name":"sendto","features":[319]},{"name":"setsockopt","features":[319]},{"name":"shutdown","features":[319]},{"name":"sockaddr_gen","features":[319]},{"name":"sockaddr_in6_old","features":[319]},{"name":"socket","features":[319]},{"name":"socklen_t","features":[319]},{"name":"sockproto","features":[319]},{"name":"tcp_keepalive","features":[319]}],"487":[{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA","features":[485]},{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_CURRENT_VERSION","features":[485]},{"name":"CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_VERSION_1","features":[485]},{"name":"IContentPrefetcherTaskTrigger","features":[485]},{"name":"WEBAUTHN_API_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_API_VERSION_1","features":[485]},{"name":"WEBAUTHN_API_VERSION_2","features":[485]},{"name":"WEBAUTHN_API_VERSION_3","features":[485]},{"name":"WEBAUTHN_API_VERSION_4","features":[485]},{"name":"WEBAUTHN_API_VERSION_5","features":[485]},{"name":"WEBAUTHN_API_VERSION_6","features":[485]},{"name":"WEBAUTHN_API_VERSION_7","features":[485]},{"name":"WEBAUTHN_ASSERTION","features":[485]},{"name":"WEBAUTHN_ASSERTION_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_ASSERTION_VERSION_1","features":[485]},{"name":"WEBAUTHN_ASSERTION_VERSION_2","features":[485]},{"name":"WEBAUTHN_ASSERTION_VERSION_3","features":[485]},{"name":"WEBAUTHN_ASSERTION_VERSION_4","features":[485]},{"name":"WEBAUTHN_ASSERTION_VERSION_5","features":[485]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_ANY","features":[485]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_DIRECT","features":[485]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_INDIRECT","features":[485]},{"name":"WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_NONE","features":[485]},{"name":"WEBAUTHN_ATTESTATION_DECODE_COMMON","features":[485]},{"name":"WEBAUTHN_ATTESTATION_DECODE_NONE","features":[485]},{"name":"WEBAUTHN_ATTESTATION_TYPE_NONE","features":[485]},{"name":"WEBAUTHN_ATTESTATION_TYPE_PACKED","features":[485]},{"name":"WEBAUTHN_ATTESTATION_TYPE_TPM","features":[485]},{"name":"WEBAUTHN_ATTESTATION_TYPE_U2F","features":[485]},{"name":"WEBAUTHN_ATTESTATION_VER_TPM_2_0","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_ANY","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM_U2F_V2","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_ATTACHMENT_PLATFORM","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS","features":[305,485]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_1","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_2","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_3","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_4","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_5","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_6","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS_VERSION_7","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_HMAC_SECRET_VALUES_FLAG","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS","features":[305,485]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_1","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_2","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_3","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_4","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_5","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_6","features":[485]},{"name":"WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS_VERSION_7","features":[485]},{"name":"WEBAUTHN_CLIENT_DATA","features":[485]},{"name":"WEBAUTHN_CLIENT_DATA_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_COMMON_ATTESTATION","features":[485]},{"name":"WEBAUTHN_COMMON_ATTESTATION_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P256_WITH_SHA256","features":[485]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P384_WITH_SHA384","features":[485]},{"name":"WEBAUTHN_COSE_ALGORITHM_ECDSA_P521_WITH_SHA512","features":[485]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA256","features":[485]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA384","features":[485]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSASSA_PKCS1_V1_5_WITH_SHA512","features":[485]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA256","features":[485]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA384","features":[485]},{"name":"WEBAUTHN_COSE_ALGORITHM_RSA_PSS_WITH_SHA512","features":[485]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETER","features":[485]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETERS","features":[485]},{"name":"WEBAUTHN_COSE_CREDENTIAL_PARAMETER_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_CREDENTIAL","features":[485]},{"name":"WEBAUTHN_CREDENTIALS","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION","features":[305,485]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_1","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_2","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_3","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_4","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_5","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_ATTESTATION_VERSION_6","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS","features":[305,485]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_LIST","features":[305,485]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_VERSION_1","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_DETAILS_VERSION_2","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_EX","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_EX_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_LIST","features":[485]},{"name":"WEBAUTHN_CREDENTIAL_TYPE_PUBLIC_KEY","features":[485]},{"name":"WEBAUTHN_CRED_BLOB_EXTENSION","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_DELETE","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_GET","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_NONE","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_OPERATION_SET","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_AUTHENTICATOR_ERROR","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_INVALID_DATA","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_INVALID_PARAMETER","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_LACK_OF_SPACE","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_MULTIPLE_CREDENTIALS","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NONE","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NOT_FOUND","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_NOT_SUPPORTED","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_PLATFORM_ERROR","features":[485]},{"name":"WEBAUTHN_CRED_LARGE_BLOB_STATUS_SUCCESS","features":[485]},{"name":"WEBAUTHN_CRED_PROTECT_EXTENSION_IN","features":[305,485]},{"name":"WEBAUTHN_CRED_WITH_HMAC_SECRET_SALT","features":[485]},{"name":"WEBAUTHN_CTAP_ONE_HMAC_SECRET_LENGTH","features":[485]},{"name":"WEBAUTHN_CTAP_TRANSPORT_BLE","features":[485]},{"name":"WEBAUTHN_CTAP_TRANSPORT_FLAGS_MASK","features":[485]},{"name":"WEBAUTHN_CTAP_TRANSPORT_HYBRID","features":[485]},{"name":"WEBAUTHN_CTAP_TRANSPORT_INTERNAL","features":[485]},{"name":"WEBAUTHN_CTAP_TRANSPORT_NFC","features":[485]},{"name":"WEBAUTHN_CTAP_TRANSPORT_TEST","features":[485]},{"name":"WEBAUTHN_CTAP_TRANSPORT_USB","features":[485]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_NONE","features":[485]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_PLATFORM_MANAGED","features":[485]},{"name":"WEBAUTHN_ENTERPRISE_ATTESTATION_VENDOR_FACILITATED","features":[485]},{"name":"WEBAUTHN_EXTENSION","features":[485]},{"name":"WEBAUTHN_EXTENSIONS","features":[485]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_CRED_BLOB","features":[485]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_CRED_PROTECT","features":[485]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_HMAC_SECRET","features":[485]},{"name":"WEBAUTHN_EXTENSIONS_IDENTIFIER_MIN_PIN_LENGTH","features":[485]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS","features":[305,485]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_GET_CREDENTIALS_OPTIONS_VERSION_1","features":[485]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_256","features":[485]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_384","features":[485]},{"name":"WEBAUTHN_HASH_ALGORITHM_SHA_512","features":[485]},{"name":"WEBAUTHN_HMAC_SECRET_SALT","features":[485]},{"name":"WEBAUTHN_HMAC_SECRET_SALT_VALUES","features":[485]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_NONE","features":[485]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_PREFERRED","features":[485]},{"name":"WEBAUTHN_LARGE_BLOB_SUPPORT_REQUIRED","features":[485]},{"name":"WEBAUTHN_MAX_USER_ID_LENGTH","features":[485]},{"name":"WEBAUTHN_RP_ENTITY_INFORMATION","features":[485]},{"name":"WEBAUTHN_RP_ENTITY_INFORMATION_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_USER_ENTITY_INFORMATION","features":[485]},{"name":"WEBAUTHN_USER_ENTITY_INFORMATION_CURRENT_VERSION","features":[485]},{"name":"WEBAUTHN_USER_VERIFICATION_ANY","features":[485]},{"name":"WEBAUTHN_USER_VERIFICATION_OPTIONAL","features":[485]},{"name":"WEBAUTHN_USER_VERIFICATION_OPTIONAL_WITH_CREDENTIAL_ID_LIST","features":[485]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIRED","features":[485]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_ANY","features":[485]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_DISCOURAGED","features":[485]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_PREFERRED","features":[485]},{"name":"WEBAUTHN_USER_VERIFICATION_REQUIREMENT_REQUIRED","features":[485]},{"name":"WEBAUTHN_X5C","features":[485]},{"name":"WS_ABANDON_MESSAGE_CALLBACK","features":[485]},{"name":"WS_ABORT_CHANNEL_CALLBACK","features":[485]},{"name":"WS_ABORT_LISTENER_CALLBACK","features":[485]},{"name":"WS_ACCEPT_CHANNEL_CALLBACK","features":[485]},{"name":"WS_ACTION_HEADER","features":[485]},{"name":"WS_ADDRESSING_VERSION","features":[485]},{"name":"WS_ADDRESSING_VERSION_0_9","features":[485]},{"name":"WS_ADDRESSING_VERSION_1_0","features":[485]},{"name":"WS_ADDRESSING_VERSION_TRANSPORT","features":[485]},{"name":"WS_ANY_ATTRIBUTE","features":[305,485]},{"name":"WS_ANY_ATTRIBUTES","features":[305,485]},{"name":"WS_ANY_ATTRIBUTES_FIELD_MAPPING","features":[485]},{"name":"WS_ANY_ATTRIBUTES_TYPE","features":[485]},{"name":"WS_ANY_CONTENT_FIELD_MAPPING","features":[485]},{"name":"WS_ANY_ELEMENT_FIELD_MAPPING","features":[485]},{"name":"WS_ANY_ELEMENT_TYPE_MAPPING","features":[485]},{"name":"WS_ASYNC_CALLBACK","features":[485]},{"name":"WS_ASYNC_CONTEXT","features":[485]},{"name":"WS_ASYNC_FUNCTION","features":[485]},{"name":"WS_ASYNC_OPERATION","features":[485]},{"name":"WS_ASYNC_STATE","features":[485]},{"name":"WS_ATTRIBUTE_DESCRIPTION","features":[305,485]},{"name":"WS_ATTRIBUTE_FIELD_MAPPING","features":[485]},{"name":"WS_ATTRIBUTE_TYPE_MAPPING","features":[485]},{"name":"WS_AUTO_COOKIE_MODE","features":[485]},{"name":"WS_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_BLANK_MESSAGE","features":[485]},{"name":"WS_BOOL_DESCRIPTION","features":[305,485]},{"name":"WS_BOOL_TYPE","features":[485]},{"name":"WS_BOOL_VALUE_TYPE","features":[485]},{"name":"WS_BUFFERED_TRANSFER_MODE","features":[485]},{"name":"WS_BUFFERS","features":[485]},{"name":"WS_BYTES","features":[485]},{"name":"WS_BYTES_DESCRIPTION","features":[485]},{"name":"WS_BYTES_TYPE","features":[485]},{"name":"WS_BYTE_ARRAY_DESCRIPTION","features":[485]},{"name":"WS_BYTE_ARRAY_TYPE","features":[485]},{"name":"WS_CALLBACK_MODEL","features":[485]},{"name":"WS_CALL_PROPERTY","features":[485]},{"name":"WS_CALL_PROPERTY_CALL_ID","features":[485]},{"name":"WS_CALL_PROPERTY_CHECK_MUST_UNDERSTAND","features":[485]},{"name":"WS_CALL_PROPERTY_ID","features":[485]},{"name":"WS_CALL_PROPERTY_RECEIVE_MESSAGE_CONTEXT","features":[485]},{"name":"WS_CALL_PROPERTY_SEND_MESSAGE_CONTEXT","features":[485]},{"name":"WS_CAPI_ASYMMETRIC_SECURITY_KEY_HANDLE","features":[485]},{"name":"WS_CAPI_ASYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[485]},{"name":"WS_CERTIFICATE_VALIDATION_CALLBACK","features":[305,485,398]},{"name":"WS_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT","features":[305,485,398]},{"name":"WS_CERT_CREDENTIAL","features":[485]},{"name":"WS_CERT_CREDENTIAL_TYPE","features":[485]},{"name":"WS_CERT_ENDPOINT_IDENTITY","features":[485]},{"name":"WS_CERT_ENDPOINT_IDENTITY_TYPE","features":[485]},{"name":"WS_CERT_FAILURE_CN_MISMATCH","features":[485]},{"name":"WS_CERT_FAILURE_INVALID_DATE","features":[485]},{"name":"WS_CERT_FAILURE_REVOCATION_OFFLINE","features":[485]},{"name":"WS_CERT_FAILURE_UNTRUSTED_ROOT","features":[485]},{"name":"WS_CERT_FAILURE_WRONG_USAGE","features":[485]},{"name":"WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK","features":[485,327,398]},{"name":"WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[485]},{"name":"WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[485]},{"name":"WS_CERT_SIGNED_SAML_AUTHENTICATOR","features":[305,485,398]},{"name":"WS_CERT_SIGNED_SAML_AUTHENTICATOR_TYPE","features":[485]},{"name":"WS_CHANNEL","features":[485]},{"name":"WS_CHANNEL_BINDING","features":[485]},{"name":"WS_CHANNEL_DECODER","features":[485]},{"name":"WS_CHANNEL_ENCODER","features":[485]},{"name":"WS_CHANNEL_PROPERTIES","features":[485]},{"name":"WS_CHANNEL_PROPERTY","features":[485]},{"name":"WS_CHANNEL_PROPERTY_ADDRESSING_VERSION","features":[485]},{"name":"WS_CHANNEL_PROPERTY_ALLOW_UNSECURED_FAULTS","features":[485]},{"name":"WS_CHANNEL_PROPERTY_ASYNC_CALLBACK_MODEL","features":[485]},{"name":"WS_CHANNEL_PROPERTY_CHANNEL_TYPE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_CLOSE_TIMEOUT","features":[485]},{"name":"WS_CHANNEL_PROPERTY_CONNECT_TIMEOUT","features":[485]},{"name":"WS_CHANNEL_PROPERTY_CONSTRAINT","features":[485]},{"name":"WS_CHANNEL_PROPERTY_COOKIE_MODE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_CALLBACKS","features":[485]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_INSTANCE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_CHANNEL_PARAMETERS","features":[485]},{"name":"WS_CHANNEL_PROPERTY_CUSTOM_HTTP_PROXY","features":[485]},{"name":"WS_CHANNEL_PROPERTY_DECODER","features":[485]},{"name":"WS_CHANNEL_PROPERTY_ENABLE_HTTP_REDIRECT","features":[485]},{"name":"WS_CHANNEL_PROPERTY_ENABLE_TIMEOUTS","features":[485]},{"name":"WS_CHANNEL_PROPERTY_ENCODER","features":[485]},{"name":"WS_CHANNEL_PROPERTY_ENCODING","features":[485]},{"name":"WS_CHANNEL_PROPERTY_ENVELOPE_VERSION","features":[485]},{"name":"WS_CHANNEL_PROPERTY_FAULTS_AS_ERRORS","features":[485]},{"name":"WS_CHANNEL_PROPERTY_HTTP_CONNECTION_ID","features":[485]},{"name":"WS_CHANNEL_PROPERTY_HTTP_MESSAGE_MAPPING","features":[485]},{"name":"WS_CHANNEL_PROPERTY_HTTP_PROXY_SETTING_MODE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_HTTP_PROXY_SPN","features":[485]},{"name":"WS_CHANNEL_PROPERTY_HTTP_REDIRECT_CALLBACK_CONTEXT","features":[485]},{"name":"WS_CHANNEL_PROPERTY_HTTP_SERVER_SPN","features":[485]},{"name":"WS_CHANNEL_PROPERTY_ID","features":[485]},{"name":"WS_CHANNEL_PROPERTY_IP_VERSION","features":[485]},{"name":"WS_CHANNEL_PROPERTY_IS_SESSION_SHUT_DOWN","features":[485]},{"name":"WS_CHANNEL_PROPERTY_KEEP_ALIVE_INTERVAL","features":[485]},{"name":"WS_CHANNEL_PROPERTY_KEEP_ALIVE_TIME","features":[485]},{"name":"WS_CHANNEL_PROPERTY_MAX_BUFFERED_MESSAGE_SIZE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_MAX_HTTP_REQUEST_HEADERS_BUFFER_SIZE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_MAX_HTTP_SERVER_CONNECTIONS","features":[485]},{"name":"WS_CHANNEL_PROPERTY_MAX_SESSION_DICTIONARY_SIZE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_FLUSH_SIZE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_MESSAGE_SIZE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_MAX_STREAMED_START_SIZE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_MULTICAST_HOPS","features":[485]},{"name":"WS_CHANNEL_PROPERTY_MULTICAST_INTERFACE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_NO_DELAY","features":[485]},{"name":"WS_CHANNEL_PROPERTY_PROTECTION_LEVEL","features":[485]},{"name":"WS_CHANNEL_PROPERTY_RECEIVE_RESPONSE_TIMEOUT","features":[485]},{"name":"WS_CHANNEL_PROPERTY_RECEIVE_TIMEOUT","features":[485]},{"name":"WS_CHANNEL_PROPERTY_REMOTE_ADDRESS","features":[485]},{"name":"WS_CHANNEL_PROPERTY_REMOTE_IP_ADDRESS","features":[485]},{"name":"WS_CHANNEL_PROPERTY_RESOLVE_TIMEOUT","features":[485]},{"name":"WS_CHANNEL_PROPERTY_SEND_KEEP_ALIVES","features":[485]},{"name":"WS_CHANNEL_PROPERTY_SEND_TIMEOUT","features":[485]},{"name":"WS_CHANNEL_PROPERTY_STATE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_TRANSFER_MODE","features":[485]},{"name":"WS_CHANNEL_PROPERTY_TRANSPORT_URL","features":[485]},{"name":"WS_CHANNEL_PROPERTY_TRIM_BUFFERED_MESSAGE_SIZE","features":[485]},{"name":"WS_CHANNEL_STATE","features":[485]},{"name":"WS_CHANNEL_STATE_ACCEPTING","features":[485]},{"name":"WS_CHANNEL_STATE_CLOSED","features":[485]},{"name":"WS_CHANNEL_STATE_CLOSING","features":[485]},{"name":"WS_CHANNEL_STATE_CREATED","features":[485]},{"name":"WS_CHANNEL_STATE_FAULTED","features":[485]},{"name":"WS_CHANNEL_STATE_OPEN","features":[485]},{"name":"WS_CHANNEL_STATE_OPENING","features":[485]},{"name":"WS_CHANNEL_TYPE","features":[485]},{"name":"WS_CHANNEL_TYPE_DUPLEX","features":[485]},{"name":"WS_CHANNEL_TYPE_DUPLEX_SESSION","features":[485]},{"name":"WS_CHANNEL_TYPE_INPUT","features":[485]},{"name":"WS_CHANNEL_TYPE_INPUT_SESSION","features":[485]},{"name":"WS_CHANNEL_TYPE_OUTPUT","features":[485]},{"name":"WS_CHANNEL_TYPE_OUTPUT_SESSION","features":[485]},{"name":"WS_CHANNEL_TYPE_REPLY","features":[485]},{"name":"WS_CHANNEL_TYPE_REQUEST","features":[485]},{"name":"WS_CHANNEL_TYPE_SESSION","features":[485]},{"name":"WS_CHARSET","features":[485]},{"name":"WS_CHARSET_AUTO","features":[485]},{"name":"WS_CHARSET_UTF16BE","features":[485]},{"name":"WS_CHARSET_UTF16LE","features":[485]},{"name":"WS_CHARSET_UTF8","features":[485]},{"name":"WS_CHAR_ARRAY_DESCRIPTION","features":[485]},{"name":"WS_CHAR_ARRAY_TYPE","features":[485]},{"name":"WS_CLOSE_CHANNEL_CALLBACK","features":[485]},{"name":"WS_CLOSE_LISTENER_CALLBACK","features":[485]},{"name":"WS_CONTRACT_DESCRIPTION","features":[305,485]},{"name":"WS_COOKIE_MODE","features":[485]},{"name":"WS_CREATE_CHANNEL_CALLBACK","features":[485]},{"name":"WS_CREATE_CHANNEL_FOR_LISTENER_CALLBACK","features":[485]},{"name":"WS_CREATE_DECODER_CALLBACK","features":[485]},{"name":"WS_CREATE_ENCODER_CALLBACK","features":[485]},{"name":"WS_CREATE_LISTENER_CALLBACK","features":[485]},{"name":"WS_CUSTOM_CERT_CREDENTIAL","features":[305,485,327,398]},{"name":"WS_CUSTOM_CERT_CREDENTIAL_TYPE","features":[485]},{"name":"WS_CUSTOM_CHANNEL_BINDING","features":[485]},{"name":"WS_CUSTOM_CHANNEL_CALLBACKS","features":[485]},{"name":"WS_CUSTOM_HTTP_PROXY","features":[485]},{"name":"WS_CUSTOM_LISTENER_CALLBACKS","features":[485]},{"name":"WS_CUSTOM_TYPE","features":[485]},{"name":"WS_CUSTOM_TYPE_DESCRIPTION","features":[305,485]},{"name":"WS_DATETIME","features":[485]},{"name":"WS_DATETIME_DESCRIPTION","features":[485]},{"name":"WS_DATETIME_FORMAT","features":[485]},{"name":"WS_DATETIME_FORMAT_LOCAL","features":[485]},{"name":"WS_DATETIME_FORMAT_NONE","features":[485]},{"name":"WS_DATETIME_FORMAT_UTC","features":[485]},{"name":"WS_DATETIME_TYPE","features":[485]},{"name":"WS_DATETIME_VALUE_TYPE","features":[485]},{"name":"WS_DECIMAL_DESCRIPTION","features":[305,485]},{"name":"WS_DECIMAL_TYPE","features":[485]},{"name":"WS_DECIMAL_VALUE_TYPE","features":[485]},{"name":"WS_DECODER_DECODE_CALLBACK","features":[485]},{"name":"WS_DECODER_END_CALLBACK","features":[485]},{"name":"WS_DECODER_GET_CONTENT_TYPE_CALLBACK","features":[485]},{"name":"WS_DECODER_START_CALLBACK","features":[485]},{"name":"WS_DEFAULT_VALUE","features":[485]},{"name":"WS_DEFAULT_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[485]},{"name":"WS_DEFAULT_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[485]},{"name":"WS_DESCRIPTION_TYPE","features":[485]},{"name":"WS_DISALLOWED_USER_AGENT_SUBSTRINGS","features":[485]},{"name":"WS_DNS_ENDPOINT_IDENTITY","features":[485]},{"name":"WS_DNS_ENDPOINT_IDENTITY_TYPE","features":[485]},{"name":"WS_DOUBLE_DESCRIPTION","features":[485]},{"name":"WS_DOUBLE_TYPE","features":[485]},{"name":"WS_DOUBLE_VALUE_TYPE","features":[485]},{"name":"WS_DUPLICATE_MESSAGE","features":[485]},{"name":"WS_DURATION","features":[305,485]},{"name":"WS_DURATION_COMPARISON_CALLBACK","features":[305,485]},{"name":"WS_DURATION_DESCRIPTION","features":[305,485]},{"name":"WS_DURATION_TYPE","features":[485]},{"name":"WS_DURATION_VALUE_TYPE","features":[485]},{"name":"WS_DYNAMIC_STRING_CALLBACK","features":[305,485]},{"name":"WS_ELEMENT_CHOICE_FIELD_MAPPING","features":[485]},{"name":"WS_ELEMENT_CONTENT_TYPE_MAPPING","features":[485]},{"name":"WS_ELEMENT_DESCRIPTION","features":[305,485]},{"name":"WS_ELEMENT_FIELD_MAPPING","features":[485]},{"name":"WS_ELEMENT_TYPE_MAPPING","features":[485]},{"name":"WS_ENCODER_ENCODE_CALLBACK","features":[485]},{"name":"WS_ENCODER_END_CALLBACK","features":[485]},{"name":"WS_ENCODER_GET_CONTENT_TYPE_CALLBACK","features":[485]},{"name":"WS_ENCODER_START_CALLBACK","features":[485]},{"name":"WS_ENCODING","features":[485]},{"name":"WS_ENCODING_RAW","features":[485]},{"name":"WS_ENCODING_XML_BINARY_1","features":[485]},{"name":"WS_ENCODING_XML_BINARY_SESSION_1","features":[485]},{"name":"WS_ENCODING_XML_MTOM_UTF16BE","features":[485]},{"name":"WS_ENCODING_XML_MTOM_UTF16LE","features":[485]},{"name":"WS_ENCODING_XML_MTOM_UTF8","features":[485]},{"name":"WS_ENCODING_XML_UTF16BE","features":[485]},{"name":"WS_ENCODING_XML_UTF16LE","features":[485]},{"name":"WS_ENCODING_XML_UTF8","features":[485]},{"name":"WS_ENDPOINT_ADDRESS","features":[485]},{"name":"WS_ENDPOINT_ADDRESS_DESCRIPTION","features":[485]},{"name":"WS_ENDPOINT_ADDRESS_EXTENSION_METADATA_ADDRESS","features":[485]},{"name":"WS_ENDPOINT_ADDRESS_EXTENSION_TYPE","features":[485]},{"name":"WS_ENDPOINT_ADDRESS_TYPE","features":[485]},{"name":"WS_ENDPOINT_IDENTITY","features":[485]},{"name":"WS_ENDPOINT_IDENTITY_TYPE","features":[485]},{"name":"WS_ENDPOINT_POLICY_EXTENSION","features":[305,485]},{"name":"WS_ENDPOINT_POLICY_EXTENSION_TYPE","features":[485]},{"name":"WS_ENUM_DESCRIPTION","features":[305,485]},{"name":"WS_ENUM_TYPE","features":[485]},{"name":"WS_ENUM_VALUE","features":[305,485]},{"name":"WS_ENVELOPE_VERSION","features":[485]},{"name":"WS_ENVELOPE_VERSION_NONE","features":[485]},{"name":"WS_ENVELOPE_VERSION_SOAP_1_1","features":[485]},{"name":"WS_ENVELOPE_VERSION_SOAP_1_2","features":[485]},{"name":"WS_ERROR","features":[485]},{"name":"WS_ERROR_PROPERTY","features":[485]},{"name":"WS_ERROR_PROPERTY_ID","features":[485]},{"name":"WS_ERROR_PROPERTY_LANGID","features":[485]},{"name":"WS_ERROR_PROPERTY_ORIGINAL_ERROR_CODE","features":[485]},{"name":"WS_ERROR_PROPERTY_STRING_COUNT","features":[485]},{"name":"WS_EXCEPTION_CODE","features":[485]},{"name":"WS_EXCEPTION_CODE_INTERNAL_FAILURE","features":[485]},{"name":"WS_EXCEPTION_CODE_USAGE_FAILURE","features":[485]},{"name":"WS_EXCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM","features":[485]},{"name":"WS_EXCLUSIVE_XML_CANONICALIZATION_ALGORITHM","features":[485]},{"name":"WS_EXTENDED_PROTECTION_POLICY","features":[485]},{"name":"WS_EXTENDED_PROTECTION_POLICY_ALWAYS","features":[485]},{"name":"WS_EXTENDED_PROTECTION_POLICY_NEVER","features":[485]},{"name":"WS_EXTENDED_PROTECTION_POLICY_WHEN_SUPPORTED","features":[485]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO","features":[485]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO_BOUND_SERVER","features":[485]},{"name":"WS_EXTENDED_PROTECTION_SCENARIO_TERMINATED_SSL","features":[485]},{"name":"WS_FAULT","features":[305,485]},{"name":"WS_FAULT_CODE","features":[305,485]},{"name":"WS_FAULT_DESCRIPTION","features":[485]},{"name":"WS_FAULT_DETAIL_DESCRIPTION","features":[305,485]},{"name":"WS_FAULT_DISCLOSURE","features":[485]},{"name":"WS_FAULT_ERROR_PROPERTY_ACTION","features":[485]},{"name":"WS_FAULT_ERROR_PROPERTY_FAULT","features":[485]},{"name":"WS_FAULT_ERROR_PROPERTY_HEADER","features":[485]},{"name":"WS_FAULT_ERROR_PROPERTY_ID","features":[485]},{"name":"WS_FAULT_MESSAGE","features":[485]},{"name":"WS_FAULT_REASON","features":[485]},{"name":"WS_FAULT_TO_HEADER","features":[485]},{"name":"WS_FAULT_TYPE","features":[485]},{"name":"WS_FIELD_DESCRIPTION","features":[305,485]},{"name":"WS_FIELD_MAPPING","features":[485]},{"name":"WS_FIELD_NILLABLE","features":[485]},{"name":"WS_FIELD_NILLABLE_ITEM","features":[485]},{"name":"WS_FIELD_OPTIONAL","features":[485]},{"name":"WS_FIELD_OTHER_NAMESPACE","features":[485]},{"name":"WS_FIELD_POINTER","features":[485]},{"name":"WS_FLOAT_DESCRIPTION","features":[485]},{"name":"WS_FLOAT_TYPE","features":[485]},{"name":"WS_FLOAT_VALUE_TYPE","features":[485]},{"name":"WS_FREE_CHANNEL_CALLBACK","features":[485]},{"name":"WS_FREE_DECODER_CALLBACK","features":[485]},{"name":"WS_FREE_ENCODER_CALLBACK","features":[485]},{"name":"WS_FREE_LISTENER_CALLBACK","features":[485]},{"name":"WS_FROM_HEADER","features":[485]},{"name":"WS_FULL_FAULT_DISCLOSURE","features":[485]},{"name":"WS_GET_CERT_CALLBACK","features":[305,485,398]},{"name":"WS_GET_CHANNEL_PROPERTY_CALLBACK","features":[485]},{"name":"WS_GET_LISTENER_PROPERTY_CALLBACK","features":[485]},{"name":"WS_GUID_DESCRIPTION","features":[485]},{"name":"WS_GUID_TYPE","features":[485]},{"name":"WS_GUID_VALUE_TYPE","features":[485]},{"name":"WS_HEADER_TYPE","features":[485]},{"name":"WS_HEAP","features":[485]},{"name":"WS_HEAP_PROPERTIES","features":[485]},{"name":"WS_HEAP_PROPERTY","features":[485]},{"name":"WS_HEAP_PROPERTY_ACTUAL_SIZE","features":[485]},{"name":"WS_HEAP_PROPERTY_ID","features":[485]},{"name":"WS_HEAP_PROPERTY_MAX_SIZE","features":[485]},{"name":"WS_HEAP_PROPERTY_REQUESTED_SIZE","features":[485]},{"name":"WS_HEAP_PROPERTY_TRIM_SIZE","features":[485]},{"name":"WS_HOST_NAMES","features":[485]},{"name":"WS_HTTPS_URL","features":[485]},{"name":"WS_HTTP_BINDING_TEMPLATE","features":[485]},{"name":"WS_HTTP_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_HTTP_CHANNEL_BINDING","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_BINDING_TEMPLATE","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_POLICY_DESCRIPTION","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_BASIC","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_DIGEST","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NEGOTIATE","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NONE","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_NTLM","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SCHEME_PASSPORT","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_CONSTRAINT","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_CONSTRAINT_TYPE","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_POLICY_DESCRIPTION","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TEMPLATE","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TYPE","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_TARGET","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_TARGET_PROXY","features":[485]},{"name":"WS_HTTP_HEADER_AUTH_TARGET_SERVICE","features":[485]},{"name":"WS_HTTP_HEADER_MAPPING","features":[305,485]},{"name":"WS_HTTP_HEADER_MAPPING_COMMA_SEPARATOR","features":[485]},{"name":"WS_HTTP_HEADER_MAPPING_QUOTED_VALUE","features":[485]},{"name":"WS_HTTP_HEADER_MAPPING_SEMICOLON_SEPARATOR","features":[485]},{"name":"WS_HTTP_MESSAGE_MAPPING","features":[305,485]},{"name":"WS_HTTP_POLICY_DESCRIPTION","features":[485]},{"name":"WS_HTTP_PROXY_SETTING_MODE","features":[485]},{"name":"WS_HTTP_PROXY_SETTING_MODE_AUTO","features":[485]},{"name":"WS_HTTP_PROXY_SETTING_MODE_CUSTOM","features":[485]},{"name":"WS_HTTP_PROXY_SETTING_MODE_NONE","features":[485]},{"name":"WS_HTTP_REDIRECT_CALLBACK","features":[485]},{"name":"WS_HTTP_REDIRECT_CALLBACK_CONTEXT","features":[485]},{"name":"WS_HTTP_REQUEST_MAPPING_VERB","features":[485]},{"name":"WS_HTTP_RESPONSE_MAPPING_STATUS_CODE","features":[485]},{"name":"WS_HTTP_RESPONSE_MAPPING_STATUS_TEXT","features":[485]},{"name":"WS_HTTP_SSL_BINDING_TEMPLATE","features":[485]},{"name":"WS_HTTP_SSL_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_HTTP_SSL_HEADER_AUTH_BINDING_TEMPLATE","features":[485]},{"name":"WS_HTTP_SSL_HEADER_AUTH_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_HTTP_SSL_HEADER_AUTH_POLICY_DESCRIPTION","features":[485]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_BINDING_TEMPLATE","features":[485]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_POLICY_DESCRIPTION","features":[485]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[485]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_HTTP_SSL_KERBEROS_APREQ_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[485]},{"name":"WS_HTTP_SSL_POLICY_DESCRIPTION","features":[485]},{"name":"WS_HTTP_SSL_USERNAME_BINDING_TEMPLATE","features":[485]},{"name":"WS_HTTP_SSL_USERNAME_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_HTTP_SSL_USERNAME_POLICY_DESCRIPTION","features":[485]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[485]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_HTTP_SSL_USERNAME_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[485]},{"name":"WS_HTTP_URL","features":[485]},{"name":"WS_INCLUSIVE_WITH_COMMENTS_XML_CANONICALIZATION_ALGORITHM","features":[485]},{"name":"WS_INCLUSIVE_XML_CANONICALIZATION_ALGORITHM","features":[485]},{"name":"WS_INT16_DESCRIPTION","features":[485]},{"name":"WS_INT16_TYPE","features":[485]},{"name":"WS_INT16_VALUE_TYPE","features":[485]},{"name":"WS_INT32_DESCRIPTION","features":[485]},{"name":"WS_INT32_TYPE","features":[485]},{"name":"WS_INT32_VALUE_TYPE","features":[485]},{"name":"WS_INT64_DESCRIPTION","features":[485]},{"name":"WS_INT64_TYPE","features":[485]},{"name":"WS_INT64_VALUE_TYPE","features":[485]},{"name":"WS_INT8_DESCRIPTION","features":[485]},{"name":"WS_INT8_TYPE","features":[485]},{"name":"WS_INT8_VALUE_TYPE","features":[485]},{"name":"WS_IP_VERSION","features":[485]},{"name":"WS_IP_VERSION_4","features":[485]},{"name":"WS_IP_VERSION_6","features":[485]},{"name":"WS_IP_VERSION_AUTO","features":[485]},{"name":"WS_ISSUED_TOKEN_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[305,485]},{"name":"WS_ISSUED_TOKEN_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[485]},{"name":"WS_IS_DEFAULT_VALUE_CALLBACK","features":[305,485]},{"name":"WS_ITEM_RANGE","features":[485]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING","features":[485]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[485]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[485]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[485]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[485]},{"name":"WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TYPE","features":[485]},{"name":"WS_LISTENER","features":[485]},{"name":"WS_LISTENER_PROPERTIES","features":[485]},{"name":"WS_LISTENER_PROPERTY","features":[485]},{"name":"WS_LISTENER_PROPERTY_ASYNC_CALLBACK_MODEL","features":[485]},{"name":"WS_LISTENER_PROPERTY_CHANNEL_BINDING","features":[485]},{"name":"WS_LISTENER_PROPERTY_CHANNEL_TYPE","features":[485]},{"name":"WS_LISTENER_PROPERTY_CLOSE_TIMEOUT","features":[485]},{"name":"WS_LISTENER_PROPERTY_CONNECT_TIMEOUT","features":[485]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_CALLBACKS","features":[485]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_INSTANCE","features":[485]},{"name":"WS_LISTENER_PROPERTY_CUSTOM_LISTENER_PARAMETERS","features":[485]},{"name":"WS_LISTENER_PROPERTY_DISALLOWED_USER_AGENT","features":[485]},{"name":"WS_LISTENER_PROPERTY_ID","features":[485]},{"name":"WS_LISTENER_PROPERTY_IP_VERSION","features":[485]},{"name":"WS_LISTENER_PROPERTY_IS_MULTICAST","features":[485]},{"name":"WS_LISTENER_PROPERTY_LISTEN_BACKLOG","features":[485]},{"name":"WS_LISTENER_PROPERTY_MULTICAST_INTERFACES","features":[485]},{"name":"WS_LISTENER_PROPERTY_MULTICAST_LOOPBACK","features":[485]},{"name":"WS_LISTENER_PROPERTY_STATE","features":[485]},{"name":"WS_LISTENER_PROPERTY_TO_HEADER_MATCHING_OPTIONS","features":[485]},{"name":"WS_LISTENER_PROPERTY_TRANSPORT_URL_MATCHING_OPTIONS","features":[485]},{"name":"WS_LISTENER_STATE","features":[485]},{"name":"WS_LISTENER_STATE_CLOSED","features":[485]},{"name":"WS_LISTENER_STATE_CLOSING","features":[485]},{"name":"WS_LISTENER_STATE_CREATED","features":[485]},{"name":"WS_LISTENER_STATE_FAULTED","features":[485]},{"name":"WS_LISTENER_STATE_OPEN","features":[485]},{"name":"WS_LISTENER_STATE_OPENING","features":[485]},{"name":"WS_LONG_CALLBACK","features":[485]},{"name":"WS_MANUAL_COOKIE_MODE","features":[485]},{"name":"WS_MATCH_URL_DNS_FULLY_QUALIFIED_HOST","features":[485]},{"name":"WS_MATCH_URL_DNS_HOST","features":[485]},{"name":"WS_MATCH_URL_EXACT_PATH","features":[485]},{"name":"WS_MATCH_URL_HOST_ADDRESSES","features":[485]},{"name":"WS_MATCH_URL_LOCAL_HOST","features":[485]},{"name":"WS_MATCH_URL_NETBIOS_HOST","features":[485]},{"name":"WS_MATCH_URL_NO_QUERY","features":[485]},{"name":"WS_MATCH_URL_PORT","features":[485]},{"name":"WS_MATCH_URL_PREFIX_PATH","features":[485]},{"name":"WS_MATCH_URL_THIS_HOST","features":[485]},{"name":"WS_MESSAGE","features":[485]},{"name":"WS_MESSAGE_DESCRIPTION","features":[305,485]},{"name":"WS_MESSAGE_DONE_CALLBACK","features":[485]},{"name":"WS_MESSAGE_ID_HEADER","features":[485]},{"name":"WS_MESSAGE_INITIALIZATION","features":[485]},{"name":"WS_MESSAGE_PROPERTIES","features":[485]},{"name":"WS_MESSAGE_PROPERTY","features":[485]},{"name":"WS_MESSAGE_PROPERTY_ADDRESSING_VERSION","features":[485]},{"name":"WS_MESSAGE_PROPERTY_BODY_READER","features":[485]},{"name":"WS_MESSAGE_PROPERTY_BODY_WRITER","features":[485]},{"name":"WS_MESSAGE_PROPERTY_ENCODED_CERT","features":[485]},{"name":"WS_MESSAGE_PROPERTY_ENVELOPE_VERSION","features":[485]},{"name":"WS_MESSAGE_PROPERTY_HEADER_BUFFER","features":[485]},{"name":"WS_MESSAGE_PROPERTY_HEADER_POSITION","features":[485]},{"name":"WS_MESSAGE_PROPERTY_HEAP","features":[485]},{"name":"WS_MESSAGE_PROPERTY_HEAP_PROPERTIES","features":[485]},{"name":"WS_MESSAGE_PROPERTY_HTTP_HEADER_AUTH_WINDOWS_TOKEN","features":[485]},{"name":"WS_MESSAGE_PROPERTY_ID","features":[485]},{"name":"WS_MESSAGE_PROPERTY_IS_ADDRESSED","features":[485]},{"name":"WS_MESSAGE_PROPERTY_IS_FAULT","features":[485]},{"name":"WS_MESSAGE_PROPERTY_MAX_PROCESSED_HEADERS","features":[485]},{"name":"WS_MESSAGE_PROPERTY_MESSAGE_SECURITY_WINDOWS_TOKEN","features":[485]},{"name":"WS_MESSAGE_PROPERTY_PROTECTION_LEVEL","features":[485]},{"name":"WS_MESSAGE_PROPERTY_SAML_ASSERTION","features":[485]},{"name":"WS_MESSAGE_PROPERTY_SECURITY_CONTEXT","features":[485]},{"name":"WS_MESSAGE_PROPERTY_STATE","features":[485]},{"name":"WS_MESSAGE_PROPERTY_TRANSPORT_SECURITY_WINDOWS_TOKEN","features":[485]},{"name":"WS_MESSAGE_PROPERTY_USERNAME","features":[485]},{"name":"WS_MESSAGE_PROPERTY_XML_READER_PROPERTIES","features":[485]},{"name":"WS_MESSAGE_PROPERTY_XML_WRITER_PROPERTIES","features":[485]},{"name":"WS_MESSAGE_SECURITY_USAGE","features":[485]},{"name":"WS_MESSAGE_STATE","features":[485]},{"name":"WS_MESSAGE_STATE_DONE","features":[485]},{"name":"WS_MESSAGE_STATE_EMPTY","features":[485]},{"name":"WS_MESSAGE_STATE_INITIALIZED","features":[485]},{"name":"WS_MESSAGE_STATE_READING","features":[485]},{"name":"WS_MESSAGE_STATE_WRITING","features":[485]},{"name":"WS_METADATA","features":[485]},{"name":"WS_METADATA_ENDPOINT","features":[305,485]},{"name":"WS_METADATA_ENDPOINTS","features":[305,485]},{"name":"WS_METADATA_EXCHANGE_TYPE","features":[485]},{"name":"WS_METADATA_EXCHANGE_TYPE_HTTP_GET","features":[485]},{"name":"WS_METADATA_EXCHANGE_TYPE_MEX","features":[485]},{"name":"WS_METADATA_EXCHANGE_TYPE_NONE","features":[485]},{"name":"WS_METADATA_PROPERTY","features":[485]},{"name":"WS_METADATA_PROPERTY_HEAP_PROPERTIES","features":[485]},{"name":"WS_METADATA_PROPERTY_HEAP_REQUESTED_SIZE","features":[485]},{"name":"WS_METADATA_PROPERTY_HOST_NAMES","features":[485]},{"name":"WS_METADATA_PROPERTY_ID","features":[485]},{"name":"WS_METADATA_PROPERTY_MAX_DOCUMENTS","features":[485]},{"name":"WS_METADATA_PROPERTY_POLICY_PROPERTIES","features":[485]},{"name":"WS_METADATA_PROPERTY_STATE","features":[485]},{"name":"WS_METADATA_PROPERTY_VERIFY_HOST_NAMES","features":[485]},{"name":"WS_METADATA_STATE","features":[485]},{"name":"WS_METADATA_STATE_CREATED","features":[485]},{"name":"WS_METADATA_STATE_FAULTED","features":[485]},{"name":"WS_METADATA_STATE_RESOLVED","features":[485]},{"name":"WS_MINIMAL_FAULT_DISCLOSURE","features":[485]},{"name":"WS_MOVE_TO","features":[485]},{"name":"WS_MOVE_TO_BOF","features":[485]},{"name":"WS_MOVE_TO_CHILD_ELEMENT","features":[485]},{"name":"WS_MOVE_TO_CHILD_NODE","features":[485]},{"name":"WS_MOVE_TO_END_ELEMENT","features":[485]},{"name":"WS_MOVE_TO_EOF","features":[485]},{"name":"WS_MOVE_TO_FIRST_NODE","features":[485]},{"name":"WS_MOVE_TO_NEXT_ELEMENT","features":[485]},{"name":"WS_MOVE_TO_NEXT_NODE","features":[485]},{"name":"WS_MOVE_TO_PARENT_ELEMENT","features":[485]},{"name":"WS_MOVE_TO_PREVIOUS_ELEMENT","features":[485]},{"name":"WS_MOVE_TO_PREVIOUS_NODE","features":[485]},{"name":"WS_MOVE_TO_ROOT_ELEMENT","features":[485]},{"name":"WS_MUST_UNDERSTAND_HEADER_ATTRIBUTE","features":[485]},{"name":"WS_NAMEDPIPE_CHANNEL_BINDING","features":[485]},{"name":"WS_NAMEDPIPE_SSPI_TRANSPORT_SECURITY_BINDING","features":[485]},{"name":"WS_NAMEDPIPE_SSPI_TRANSPORT_SECURITY_BINDING_TYPE","features":[485]},{"name":"WS_NCRYPT_ASYMMETRIC_SECURITY_KEY_HANDLE","features":[485,398]},{"name":"WS_NCRYPT_ASYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[485]},{"name":"WS_NETPIPE_URL","features":[485]},{"name":"WS_NETTCP_URL","features":[485]},{"name":"WS_NON_RPC_LITERAL_OPERATION","features":[485]},{"name":"WS_NO_FIELD_MAPPING","features":[485]},{"name":"WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[485]},{"name":"WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[485]},{"name":"WS_OPEN_CHANNEL_CALLBACK","features":[485]},{"name":"WS_OPEN_LISTENER_CALLBACK","features":[485]},{"name":"WS_OPERATION_CANCEL_CALLBACK","features":[485]},{"name":"WS_OPERATION_CONTEXT","features":[485]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CHANNEL","features":[485]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CHANNEL_USER_STATE","features":[485]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_CONTRACT_DESCRIPTION","features":[485]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_ENDPOINT_ADDRESS","features":[485]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_HEAP","features":[485]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_HOST_USER_STATE","features":[485]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_ID","features":[485]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_INPUT_MESSAGE","features":[485]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_LISTENER","features":[485]},{"name":"WS_OPERATION_CONTEXT_PROPERTY_OUTPUT_MESSAGE","features":[485]},{"name":"WS_OPERATION_DESCRIPTION","features":[305,485]},{"name":"WS_OPERATION_FREE_STATE_CALLBACK","features":[485]},{"name":"WS_OPERATION_STYLE","features":[485]},{"name":"WS_PARAMETER_DESCRIPTION","features":[485]},{"name":"WS_PARAMETER_TYPE","features":[485]},{"name":"WS_PARAMETER_TYPE_ARRAY","features":[485]},{"name":"WS_PARAMETER_TYPE_ARRAY_COUNT","features":[485]},{"name":"WS_PARAMETER_TYPE_MESSAGES","features":[485]},{"name":"WS_PARAMETER_TYPE_NORMAL","features":[485]},{"name":"WS_POLICY","features":[485]},{"name":"WS_POLICY_CONSTRAINTS","features":[485]},{"name":"WS_POLICY_EXTENSION","features":[485]},{"name":"WS_POLICY_EXTENSION_TYPE","features":[485]},{"name":"WS_POLICY_PROPERTIES","features":[485]},{"name":"WS_POLICY_PROPERTY","features":[485]},{"name":"WS_POLICY_PROPERTY_ID","features":[485]},{"name":"WS_POLICY_PROPERTY_MAX_ALTERNATIVES","features":[485]},{"name":"WS_POLICY_PROPERTY_MAX_DEPTH","features":[485]},{"name":"WS_POLICY_PROPERTY_MAX_EXTENSIONS","features":[485]},{"name":"WS_POLICY_PROPERTY_STATE","features":[485]},{"name":"WS_POLICY_STATE","features":[485]},{"name":"WS_POLICY_STATE_CREATED","features":[485]},{"name":"WS_POLICY_STATE_FAULTED","features":[485]},{"name":"WS_PROTECTION_LEVEL","features":[485]},{"name":"WS_PROTECTION_LEVEL_NONE","features":[485]},{"name":"WS_PROTECTION_LEVEL_SIGN","features":[485]},{"name":"WS_PROTECTION_LEVEL_SIGN_AND_ENCRYPT","features":[485]},{"name":"WS_PROXY_FAULT_LANG_ID","features":[485]},{"name":"WS_PROXY_MESSAGE_CALLBACK","features":[485]},{"name":"WS_PROXY_MESSAGE_CALLBACK_CONTEXT","features":[485]},{"name":"WS_PROXY_PROPERTY","features":[485]},{"name":"WS_PROXY_PROPERTY_CALL_TIMEOUT","features":[485]},{"name":"WS_PROXY_PROPERTY_ID","features":[485]},{"name":"WS_PROXY_PROPERTY_MAX_CALL_POOL_SIZE","features":[485]},{"name":"WS_PROXY_PROPERTY_MAX_CLOSE_TIMEOUT","features":[485]},{"name":"WS_PROXY_PROPERTY_MAX_PENDING_CALLS","features":[485]},{"name":"WS_PROXY_PROPERTY_MESSAGE_PROPERTIES","features":[485]},{"name":"WS_PROXY_PROPERTY_STATE","features":[485]},{"name":"WS_PULL_BYTES_CALLBACK","features":[485]},{"name":"WS_PUSH_BYTES_CALLBACK","features":[485]},{"name":"WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE","features":[485]},{"name":"WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE_TYPE","features":[485]},{"name":"WS_READ_CALLBACK","features":[485]},{"name":"WS_READ_MESSAGE_END_CALLBACK","features":[485]},{"name":"WS_READ_MESSAGE_START_CALLBACK","features":[485]},{"name":"WS_READ_NILLABLE_POINTER","features":[485]},{"name":"WS_READ_NILLABLE_VALUE","features":[485]},{"name":"WS_READ_OPTION","features":[485]},{"name":"WS_READ_OPTIONAL_POINTER","features":[485]},{"name":"WS_READ_REQUIRED_POINTER","features":[485]},{"name":"WS_READ_REQUIRED_VALUE","features":[485]},{"name":"WS_READ_TYPE_CALLBACK","features":[485]},{"name":"WS_RECEIVE_OPTION","features":[485]},{"name":"WS_RECEIVE_OPTIONAL_MESSAGE","features":[485]},{"name":"WS_RECEIVE_REQUIRED_MESSAGE","features":[485]},{"name":"WS_RELATES_TO_HEADER","features":[485]},{"name":"WS_RELAY_HEADER_ATTRIBUTE","features":[485]},{"name":"WS_REPEATING_ANY_ELEMENT_FIELD_MAPPING","features":[485]},{"name":"WS_REPEATING_ELEMENT_CHOICE_FIELD_MAPPING","features":[485]},{"name":"WS_REPEATING_ELEMENT_FIELD_MAPPING","features":[485]},{"name":"WS_REPEATING_HEADER","features":[485]},{"name":"WS_REPEATING_HEADER_OPTION","features":[485]},{"name":"WS_REPLY_MESSAGE","features":[485]},{"name":"WS_REPLY_TO_HEADER","features":[485]},{"name":"WS_REQUEST_MESSAGE","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_ISSUE","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_NEW_CONTEXT","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_ACTION_RENEW_CONTEXT","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_APPLIES_TO","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_BEARER_KEY_TYPE_VERSION","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_EXISTING_TOKEN","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ID","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_ENTROPY","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_SIZE","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_KEY_TYPE","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_ISSUED_TOKEN_TYPE","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_LOCAL_REQUEST_PARAMETERS","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_MESSAGE_PROPERTIES","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_REQUEST_ACTION","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_SECURE_CONVERSATION_VERSION","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_SERVICE_REQUEST_PARAMETERS","features":[485]},{"name":"WS_REQUEST_SECURITY_TOKEN_PROPERTY_TRUST_VERSION","features":[485]},{"name":"WS_RESET_CHANNEL_CALLBACK","features":[485]},{"name":"WS_RESET_LISTENER_CALLBACK","features":[485]},{"name":"WS_RPC_LITERAL_OPERATION","features":[485]},{"name":"WS_RSA_ENDPOINT_IDENTITY","features":[485]},{"name":"WS_RSA_ENDPOINT_IDENTITY_TYPE","features":[485]},{"name":"WS_SAML_AUTHENTICATOR","features":[485]},{"name":"WS_SAML_AUTHENTICATOR_TYPE","features":[485]},{"name":"WS_SAML_MESSAGE_SECURITY_BINDING","features":[485]},{"name":"WS_SAML_MESSAGE_SECURITY_BINDING_TYPE","features":[485]},{"name":"WS_SECURE_CONVERSATION_VERSION","features":[485]},{"name":"WS_SECURE_CONVERSATION_VERSION_1_3","features":[485]},{"name":"WS_SECURE_CONVERSATION_VERSION_FEBRUARY_2005","features":[485]},{"name":"WS_SECURE_PROTOCOL","features":[485]},{"name":"WS_SECURE_PROTOCOL_SSL2","features":[485]},{"name":"WS_SECURE_PROTOCOL_SSL3","features":[485]},{"name":"WS_SECURE_PROTOCOL_TLS1_0","features":[485]},{"name":"WS_SECURE_PROTOCOL_TLS1_1","features":[485]},{"name":"WS_SECURE_PROTOCOL_TLS1_2","features":[485]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_1_5","features":[485]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_OAEP","features":[485]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_DSA_SHA1","features":[485]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA1","features":[485]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_256","features":[485]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_384","features":[485]},{"name":"WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_512","features":[485]},{"name":"WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE","features":[485]},{"name":"WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE_WITH_COMMENTS","features":[485]},{"name":"WS_SECURITY_ALGORITHM_DEFAULT","features":[485]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA1","features":[485]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_256","features":[485]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_384","features":[485]},{"name":"WS_SECURITY_ALGORITHM_DIGEST_SHA_512","features":[485]},{"name":"WS_SECURITY_ALGORITHM_ID","features":[485]},{"name":"WS_SECURITY_ALGORITHM_KEY_DERIVATION_P_SHA1","features":[485]},{"name":"WS_SECURITY_ALGORITHM_PROPERTY","features":[485]},{"name":"WS_SECURITY_ALGORITHM_PROPERTY_ID","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_RSA15","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_SHA256","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC128_SHA256_RSA15","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_RSA15","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_SHA256","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC192_SHA256_RSA15","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_RSA15","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_SHA256","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SUITE_NAME_BASIC256_SHA256_RSA15","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA1","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_256","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_384","features":[485]},{"name":"WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_512","features":[485]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION","features":[485]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ERRATA_01","features":[485]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ORIGINAL_SCHEMA","features":[485]},{"name":"WS_SECURITY_BEARER_KEY_TYPE_VERSION_1_3_ORIGINAL_SPECIFICATION","features":[485]},{"name":"WS_SECURITY_BINDING","features":[485]},{"name":"WS_SECURITY_BINDING_CONSTRAINT","features":[485]},{"name":"WS_SECURITY_BINDING_CONSTRAINT_TYPE","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTIES","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_ALLOWED_IMPERSONATION_LEVEL","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_ALLOW_ANONYMOUS_CLIENTS","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_CERT_FAILURES_TO_IGNORE","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_CONSTRAINT","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_DISABLE_CERT_REVOCATION_CHECK","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_DISALLOWED_SECURE_PROTOCOLS","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_BASIC_REALM","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_DIGEST_DOMAIN","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_DIGEST_REALM","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_SCHEME","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_HTTP_HEADER_AUTH_TARGET","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_ID","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_MESSAGE_PROPERTIES","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_REQUIRE_SERVER_AUTH","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_REQUIRE_SSL_CLIENT_CERT","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURE_CONVERSATION_VERSION","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_KEY_ENTROPY_MODE","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_KEY_SIZE","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_MAX_ACTIVE_CONTEXTS","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_MAX_PENDING_CONTEXTS","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_RENEWAL_INTERVAL","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_ROLLOVER_INTERVAL","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_SECURITY_CONTEXT_SUPPORT_RENEW","features":[485]},{"name":"WS_SECURITY_BINDING_PROPERTY_WINDOWS_INTEGRATED_AUTH_PACKAGE","features":[485]},{"name":"WS_SECURITY_BINDING_TYPE","features":[485]},{"name":"WS_SECURITY_CONSTRAINTS","features":[485]},{"name":"WS_SECURITY_CONTEXT","features":[485]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING","features":[485]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[485]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[485]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[485]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[485]},{"name":"WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_TYPE","features":[485]},{"name":"WS_SECURITY_CONTEXT_PROPERTY","features":[485]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_ID","features":[485]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_IDENTIFIER","features":[485]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_MESSAGE_SECURITY_WINDOWS_TOKEN","features":[485]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_SAML_ASSERTION","features":[485]},{"name":"WS_SECURITY_CONTEXT_PROPERTY_USERNAME","features":[485]},{"name":"WS_SECURITY_CONTEXT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[485]},{"name":"WS_SECURITY_CONTEXT_SECURITY_BINDING_TEMPLATE","features":[485]},{"name":"WS_SECURITY_DESCRIPTION","features":[485]},{"name":"WS_SECURITY_HEADER_LAYOUT","features":[485]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX","features":[485]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_FIRST","features":[485]},{"name":"WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_LAST","features":[485]},{"name":"WS_SECURITY_HEADER_LAYOUT_STRICT","features":[485]},{"name":"WS_SECURITY_HEADER_VERSION","features":[485]},{"name":"WS_SECURITY_HEADER_VERSION_1_0","features":[485]},{"name":"WS_SECURITY_HEADER_VERSION_1_1","features":[485]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE","features":[485]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_CLIENT_ONLY","features":[485]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_COMBINED","features":[485]},{"name":"WS_SECURITY_KEY_ENTROPY_MODE_SERVER_ONLY","features":[485]},{"name":"WS_SECURITY_KEY_HANDLE","features":[485]},{"name":"WS_SECURITY_KEY_HANDLE_TYPE","features":[485]},{"name":"WS_SECURITY_KEY_TYPE","features":[485]},{"name":"WS_SECURITY_KEY_TYPE_ASYMMETRIC","features":[485]},{"name":"WS_SECURITY_KEY_TYPE_NONE","features":[485]},{"name":"WS_SECURITY_KEY_TYPE_SYMMETRIC","features":[485]},{"name":"WS_SECURITY_PROPERTIES","features":[485]},{"name":"WS_SECURITY_PROPERTY","features":[485]},{"name":"WS_SECURITY_PROPERTY_ALGORITHM_SUITE","features":[485]},{"name":"WS_SECURITY_PROPERTY_ALGORITHM_SUITE_NAME","features":[485]},{"name":"WS_SECURITY_PROPERTY_CONSTRAINT","features":[485]},{"name":"WS_SECURITY_PROPERTY_EXTENDED_PROTECTION_POLICY","features":[485]},{"name":"WS_SECURITY_PROPERTY_EXTENDED_PROTECTION_SCENARIO","features":[485]},{"name":"WS_SECURITY_PROPERTY_ID","features":[485]},{"name":"WS_SECURITY_PROPERTY_MAX_ALLOWED_CLOCK_SKEW","features":[485]},{"name":"WS_SECURITY_PROPERTY_MAX_ALLOWED_LATENCY","features":[485]},{"name":"WS_SECURITY_PROPERTY_SECURITY_HEADER_LAYOUT","features":[485]},{"name":"WS_SECURITY_PROPERTY_SECURITY_HEADER_VERSION","features":[485]},{"name":"WS_SECURITY_PROPERTY_SERVICE_IDENTITIES","features":[485]},{"name":"WS_SECURITY_PROPERTY_TIMESTAMP_USAGE","features":[485]},{"name":"WS_SECURITY_PROPERTY_TIMESTAMP_VALIDITY_DURATION","features":[485]},{"name":"WS_SECURITY_PROPERTY_TRANSPORT_PROTECTION_LEVEL","features":[485]},{"name":"WS_SECURITY_TIMESTAMP_USAGE","features":[485]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_ALWAYS","features":[485]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_NEVER","features":[485]},{"name":"WS_SECURITY_TIMESTAMP_USAGE_REQUESTS_ONLY","features":[485]},{"name":"WS_SECURITY_TOKEN","features":[485]},{"name":"WS_SECURITY_TOKEN_PROPERTY_ATTACHED_REFERENCE_XML","features":[485]},{"name":"WS_SECURITY_TOKEN_PROPERTY_ID","features":[485]},{"name":"WS_SECURITY_TOKEN_PROPERTY_KEY_TYPE","features":[485]},{"name":"WS_SECURITY_TOKEN_PROPERTY_SERIALIZED_XML","features":[485]},{"name":"WS_SECURITY_TOKEN_PROPERTY_SYMMETRIC_KEY","features":[485]},{"name":"WS_SECURITY_TOKEN_PROPERTY_UNATTACHED_REFERENCE_XML","features":[485]},{"name":"WS_SECURITY_TOKEN_PROPERTY_VALID_FROM_TIME","features":[485]},{"name":"WS_SECURITY_TOKEN_PROPERTY_VALID_TILL_TIME","features":[485]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE","features":[485]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_CERT_THUMBPRINT","features":[485]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_LOCAL_ID","features":[485]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_SAML_ASSERTION_ID","features":[485]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_SECURITY_CONTEXT_ID","features":[485]},{"name":"WS_SECURITY_TOKEN_REFERENCE_MODE_XML_BUFFER","features":[485]},{"name":"WS_SERVICE_ACCEPT_CHANNEL_CALLBACK","features":[485]},{"name":"WS_SERVICE_CANCEL_REASON","features":[485]},{"name":"WS_SERVICE_CHANNEL_FAULTED","features":[485]},{"name":"WS_SERVICE_CLOSE_CHANNEL_CALLBACK","features":[485]},{"name":"WS_SERVICE_CONTRACT","features":[305,485]},{"name":"WS_SERVICE_ENDPOINT","features":[305,485]},{"name":"WS_SERVICE_ENDPOINT_METADATA","features":[305,485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_ACCEPT_CHANNEL_CALLBACK","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_BODY_HEAP_MAX_SIZE","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_BODY_HEAP_TRIM_SIZE","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_CHECK_MUST_UNDERSTAND","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_CLOSE_CHANNEL_CALLBACK","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_ID","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_LISTENER_PROPERTIES","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_ACCEPTING_CHANNELS","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CALL_POOL_SIZE","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CHANNELS","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CHANNEL_POOL_SIZE","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MAX_CONCURRENCY","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_MESSAGE_PROPERTIES","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA_EXCHANGE_TYPE","features":[485]},{"name":"WS_SERVICE_ENDPOINT_PROPERTY_METADATA_EXCHANGE_URL_SUFFIX","features":[485]},{"name":"WS_SERVICE_HOST","features":[485]},{"name":"WS_SERVICE_HOST_ABORT","features":[485]},{"name":"WS_SERVICE_HOST_STATE","features":[485]},{"name":"WS_SERVICE_HOST_STATE_CLOSED","features":[485]},{"name":"WS_SERVICE_HOST_STATE_CLOSING","features":[485]},{"name":"WS_SERVICE_HOST_STATE_CREATED","features":[485]},{"name":"WS_SERVICE_HOST_STATE_FAULTED","features":[485]},{"name":"WS_SERVICE_HOST_STATE_OPEN","features":[485]},{"name":"WS_SERVICE_HOST_STATE_OPENING","features":[485]},{"name":"WS_SERVICE_MESSAGE_RECEIVE_CALLBACK","features":[485]},{"name":"WS_SERVICE_METADATA","features":[305,485]},{"name":"WS_SERVICE_METADATA_DOCUMENT","features":[305,485]},{"name":"WS_SERVICE_OPERATION_MESSAGE_NILLABLE_ELEMENT","features":[485]},{"name":"WS_SERVICE_PROPERTY","features":[485]},{"name":"WS_SERVICE_PROPERTY_ACCEPT_CALLBACK","features":[485]},{"name":"WS_SERVICE_PROPERTY_CLOSE_CALLBACK","features":[485]},{"name":"WS_SERVICE_PROPERTY_CLOSE_TIMEOUT","features":[485]},{"name":"WS_SERVICE_PROPERTY_FAULT_DISCLOSURE","features":[485]},{"name":"WS_SERVICE_PROPERTY_FAULT_LANGID","features":[485]},{"name":"WS_SERVICE_PROPERTY_HOST_STATE","features":[485]},{"name":"WS_SERVICE_PROPERTY_HOST_USER_STATE","features":[485]},{"name":"WS_SERVICE_PROPERTY_ID","features":[485]},{"name":"WS_SERVICE_PROPERTY_METADATA","features":[485]},{"name":"WS_SERVICE_PROXY","features":[485]},{"name":"WS_SERVICE_PROXY_STATE","features":[485]},{"name":"WS_SERVICE_PROXY_STATE_CLOSED","features":[485]},{"name":"WS_SERVICE_PROXY_STATE_CLOSING","features":[485]},{"name":"WS_SERVICE_PROXY_STATE_CREATED","features":[485]},{"name":"WS_SERVICE_PROXY_STATE_FAULTED","features":[485]},{"name":"WS_SERVICE_PROXY_STATE_OPEN","features":[485]},{"name":"WS_SERVICE_PROXY_STATE_OPENING","features":[485]},{"name":"WS_SERVICE_SECURITY_CALLBACK","features":[305,485]},{"name":"WS_SERVICE_SECURITY_IDENTITIES","features":[485]},{"name":"WS_SERVICE_STUB_CALLBACK","features":[485]},{"name":"WS_SET_CHANNEL_PROPERTY_CALLBACK","features":[485]},{"name":"WS_SET_LISTENER_PROPERTY_CALLBACK","features":[485]},{"name":"WS_SHORT_CALLBACK","features":[485]},{"name":"WS_SHUTDOWN_SESSION_CHANNEL_CALLBACK","features":[485]},{"name":"WS_SINGLETON_HEADER","features":[485]},{"name":"WS_SOAPUDP_URL","features":[485]},{"name":"WS_SPN_ENDPOINT_IDENTITY","features":[485]},{"name":"WS_SPN_ENDPOINT_IDENTITY_TYPE","features":[485]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING","features":[485]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT","features":[305,485]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT_TYPE","features":[485]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[485]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_TEMPLATE","features":[485]},{"name":"WS_SSL_TRANSPORT_SECURITY_BINDING_TYPE","features":[485]},{"name":"WS_SSPI_TRANSPORT_SECURITY_BINDING_POLICY_DESCRIPTION","features":[485]},{"name":"WS_STREAMED_INPUT_TRANSFER_MODE","features":[485]},{"name":"WS_STREAMED_OUTPUT_TRANSFER_MODE","features":[485]},{"name":"WS_STREAMED_TRANSFER_MODE","features":[485]},{"name":"WS_STRING","features":[485]},{"name":"WS_STRING_DESCRIPTION","features":[485]},{"name":"WS_STRING_TYPE","features":[485]},{"name":"WS_STRING_USERNAME_CREDENTIAL","features":[485]},{"name":"WS_STRING_USERNAME_CREDENTIAL_TYPE","features":[485]},{"name":"WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[485]},{"name":"WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[485]},{"name":"WS_STRUCT_ABSTRACT","features":[485]},{"name":"WS_STRUCT_DESCRIPTION","features":[305,485]},{"name":"WS_STRUCT_IGNORE_TRAILING_ELEMENT_CONTENT","features":[485]},{"name":"WS_STRUCT_IGNORE_UNHANDLED_ATTRIBUTES","features":[485]},{"name":"WS_STRUCT_TYPE","features":[485]},{"name":"WS_SUBJECT_NAME_CERT_CREDENTIAL","features":[485]},{"name":"WS_SUBJECT_NAME_CERT_CREDENTIAL_TYPE","features":[485]},{"name":"WS_SUPPORTING_MESSAGE_SECURITY_USAGE","features":[485]},{"name":"WS_TCP_BINDING_TEMPLATE","features":[485]},{"name":"WS_TCP_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_TCP_CHANNEL_BINDING","features":[485]},{"name":"WS_TCP_POLICY_DESCRIPTION","features":[485]},{"name":"WS_TCP_SSPI_BINDING_TEMPLATE","features":[485]},{"name":"WS_TCP_SSPI_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE","features":[485]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_POLICY_DESCRIPTION","features":[485]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[485]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_TCP_SSPI_KERBEROS_APREQ_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[485]},{"name":"WS_TCP_SSPI_POLICY_DESCRIPTION","features":[485]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING","features":[485]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_CONSTRAINT","features":[485]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_CONSTRAINT_TYPE","features":[485]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TEMPLATE","features":[485]},{"name":"WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TYPE","features":[485]},{"name":"WS_TCP_SSPI_USERNAME_BINDING_TEMPLATE","features":[485]},{"name":"WS_TCP_SSPI_USERNAME_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_TCP_SSPI_USERNAME_POLICY_DESCRIPTION","features":[485]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE","features":[485]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_BINDING_TEMPLATE_TYPE","features":[485]},{"name":"WS_TCP_SSPI_USERNAME_SECURITY_CONTEXT_POLICY_DESCRIPTION","features":[485]},{"name":"WS_TEXT_FIELD_MAPPING","features":[485]},{"name":"WS_THUMBPRINT_CERT_CREDENTIAL","features":[485]},{"name":"WS_THUMBPRINT_CERT_CREDENTIAL_TYPE","features":[485]},{"name":"WS_TIMESPAN","features":[485]},{"name":"WS_TIMESPAN_DESCRIPTION","features":[485]},{"name":"WS_TIMESPAN_TYPE","features":[485]},{"name":"WS_TIMESPAN_VALUE_TYPE","features":[485]},{"name":"WS_TO_HEADER","features":[485]},{"name":"WS_TRACE_API","features":[485]},{"name":"WS_TRACE_API_ABANDON_MESSAGE","features":[485]},{"name":"WS_TRACE_API_ABORT_CALL","features":[485]},{"name":"WS_TRACE_API_ABORT_CHANNEL","features":[485]},{"name":"WS_TRACE_API_ABORT_LISTENER","features":[485]},{"name":"WS_TRACE_API_ABORT_SERVICE_HOST","features":[485]},{"name":"WS_TRACE_API_ABORT_SERVICE_PROXY","features":[485]},{"name":"WS_TRACE_API_ACCEPT_CHANNEL","features":[485]},{"name":"WS_TRACE_API_ADDRESS_MESSAGE","features":[485]},{"name":"WS_TRACE_API_ADD_CUSTOM_HEADER","features":[485]},{"name":"WS_TRACE_API_ADD_ERROR_STRING","features":[485]},{"name":"WS_TRACE_API_ADD_MAPPED_HEADER","features":[485]},{"name":"WS_TRACE_API_ALLOC","features":[485]},{"name":"WS_TRACE_API_ASYNC_EXECUTE","features":[485]},{"name":"WS_TRACE_API_CALL","features":[485]},{"name":"WS_TRACE_API_CHECK_MUST_UNDERSTAND_HEADERS","features":[485]},{"name":"WS_TRACE_API_CLOSE_CHANNEL","features":[485]},{"name":"WS_TRACE_API_CLOSE_LISTENER","features":[485]},{"name":"WS_TRACE_API_CLOSE_SERVICE_HOST","features":[485]},{"name":"WS_TRACE_API_CLOSE_SERVICE_PROXY","features":[485]},{"name":"WS_TRACE_API_COMBINE_URL","features":[485]},{"name":"WS_TRACE_API_COPY_ERROR","features":[485]},{"name":"WS_TRACE_API_COPY_NODE","features":[485]},{"name":"WS_TRACE_API_CREATE_CHANNEL","features":[485]},{"name":"WS_TRACE_API_CREATE_CHANNEL_FOR_LISTENER","features":[485]},{"name":"WS_TRACE_API_CREATE_ERROR","features":[485]},{"name":"WS_TRACE_API_CREATE_FAULT_FROM_ERROR","features":[485]},{"name":"WS_TRACE_API_CREATE_HEAP","features":[485]},{"name":"WS_TRACE_API_CREATE_LISTENER","features":[485]},{"name":"WS_TRACE_API_CREATE_MESSAGE","features":[485]},{"name":"WS_TRACE_API_CREATE_MESSAGE_FOR_CHANNEL","features":[485]},{"name":"WS_TRACE_API_CREATE_METADATA","features":[485]},{"name":"WS_TRACE_API_CREATE_READER","features":[485]},{"name":"WS_TRACE_API_CREATE_SERVICE_HOST","features":[485]},{"name":"WS_TRACE_API_CREATE_SERVICE_PROXY","features":[485]},{"name":"WS_TRACE_API_CREATE_WRITER","features":[485]},{"name":"WS_TRACE_API_CREATE_XML_BUFFER","features":[485]},{"name":"WS_TRACE_API_CREATE_XML_SECURITY_TOKEN","features":[485]},{"name":"WS_TRACE_API_DATETIME_TO_FILETIME","features":[485]},{"name":"WS_TRACE_API_DECODE_URL","features":[485]},{"name":"WS_TRACE_API_DUMP_MEMORY","features":[485]},{"name":"WS_TRACE_API_ENCODE_URL","features":[485]},{"name":"WS_TRACE_API_END_READER_CANONICALIZATION","features":[485]},{"name":"WS_TRACE_API_END_WRITER_CANONICALIZATION","features":[485]},{"name":"WS_TRACE_API_FILETIME_TO_DATETIME","features":[485]},{"name":"WS_TRACE_API_FILL_BODY","features":[485]},{"name":"WS_TRACE_API_FILL_READER","features":[485]},{"name":"WS_TRACE_API_FIND_ATTRIBUTE","features":[485]},{"name":"WS_TRACE_API_FLUSH_BODY","features":[485]},{"name":"WS_TRACE_API_FLUSH_WRITER","features":[485]},{"name":"WS_TRACE_API_FREE_CHANNEL","features":[485]},{"name":"WS_TRACE_API_FREE_ERROR","features":[485]},{"name":"WS_TRACE_API_FREE_HEAP","features":[485]},{"name":"WS_TRACE_API_FREE_LISTENER","features":[485]},{"name":"WS_TRACE_API_FREE_MESSAGE","features":[485]},{"name":"WS_TRACE_API_FREE_METADATA","features":[485]},{"name":"WS_TRACE_API_FREE_SECURITY_TOKEN","features":[485]},{"name":"WS_TRACE_API_FREE_SERVICE_HOST","features":[485]},{"name":"WS_TRACE_API_FREE_SERVICE_PROXY","features":[485]},{"name":"WS_TRACE_API_FREE_XML_READER","features":[485]},{"name":"WS_TRACE_API_FREE_XML_WRITER","features":[485]},{"name":"WS_TRACE_API_GET_CHANNEL_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_CONTEXT_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_CUSTOM_HEADER","features":[485]},{"name":"WS_TRACE_API_GET_DICTIONARY","features":[485]},{"name":"WS_TRACE_API_GET_ERROR_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_ERROR_STRING","features":[485]},{"name":"WS_TRACE_API_GET_FAULT_ERROR_DETAIL","features":[485]},{"name":"WS_TRACE_API_GET_FAULT_ERROR_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_HEADER","features":[485]},{"name":"WS_TRACE_API_GET_HEADER_ATTRIBUTES","features":[485]},{"name":"WS_TRACE_API_GET_HEAP_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_LISTENER_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_MAPPED_HEADER","features":[485]},{"name":"WS_TRACE_API_GET_MESSAGE_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_METADATA_ENDPOINTS","features":[485]},{"name":"WS_TRACE_API_GET_METADATA_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_MISSING_METADATA_DOCUMENT_ADDRESS","features":[485]},{"name":"WS_TRACE_API_GET_POLICY_ALTERNATIVE_COUNT","features":[485]},{"name":"WS_TRACE_API_GET_POLICY_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_READER_NODE","features":[485]},{"name":"WS_TRACE_API_GET_READER_POSITION","features":[485]},{"name":"WS_TRACE_API_GET_READER_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_SECURITY_CONTEXT_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_SECURITY_TOKEN_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_SERVICE_HOST_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_SERVICE_PROXY_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_WRITER_POSITION","features":[485]},{"name":"WS_TRACE_API_GET_WRITER_PROPERTY","features":[485]},{"name":"WS_TRACE_API_GET_XML_ATTRIBUTE","features":[485]},{"name":"WS_TRACE_API_INITIALIZE_MESSAGE","features":[485]},{"name":"WS_TRACE_API_MARK_HEADER_AS_UNDERSTOOD","features":[485]},{"name":"WS_TRACE_API_MATCH_POLICY_ALTERNATIVE","features":[485]},{"name":"WS_TRACE_API_MOVE_READER","features":[485]},{"name":"WS_TRACE_API_MOVE_WRITER","features":[485]},{"name":"WS_TRACE_API_NAMESPACE_FROM_PREFIX","features":[485]},{"name":"WS_TRACE_API_NONE","features":[485]},{"name":"WS_TRACE_API_OPEN_CHANNEL","features":[485]},{"name":"WS_TRACE_API_OPEN_LISTENER","features":[485]},{"name":"WS_TRACE_API_OPEN_SERVICE_HOST","features":[485]},{"name":"WS_TRACE_API_OPEN_SERVICE_PROXY","features":[485]},{"name":"WS_TRACE_API_PREFIX_FROM_NAMESPACE","features":[485]},{"name":"WS_TRACE_API_PULL_BYTES","features":[485]},{"name":"WS_TRACE_API_PUSH_BYTES","features":[485]},{"name":"WS_TRACE_API_READ_ARRAY","features":[485]},{"name":"WS_TRACE_API_READ_ATTRIBUTE_TYPE","features":[485]},{"name":"WS_TRACE_API_READ_BODY","features":[485]},{"name":"WS_TRACE_API_READ_BYTES","features":[485]},{"name":"WS_TRACE_API_READ_CHARS","features":[485]},{"name":"WS_TRACE_API_READ_CHARS_UTF8","features":[485]},{"name":"WS_TRACE_API_READ_ELEMENT_TYPE","features":[485]},{"name":"WS_TRACE_API_READ_ELEMENT_VALUE","features":[485]},{"name":"WS_TRACE_API_READ_ENDPOINT_ADDRESS_EXTENSION","features":[485]},{"name":"WS_TRACE_API_READ_END_ATTRIBUTE","features":[485]},{"name":"WS_TRACE_API_READ_END_ELEMENT","features":[485]},{"name":"WS_TRACE_API_READ_ENVELOPE_END","features":[485]},{"name":"WS_TRACE_API_READ_ENVELOPE_START","features":[485]},{"name":"WS_TRACE_API_READ_MESSAGE_END","features":[485]},{"name":"WS_TRACE_API_READ_MESSAGE_START","features":[485]},{"name":"WS_TRACE_API_READ_METADATA","features":[485]},{"name":"WS_TRACE_API_READ_NODE","features":[485]},{"name":"WS_TRACE_API_READ_QUALIFIED_NAME","features":[485]},{"name":"WS_TRACE_API_READ_START_ATTRIBUTE","features":[485]},{"name":"WS_TRACE_API_READ_START_ELEMENT","features":[485]},{"name":"WS_TRACE_API_READ_TO_START_ELEMENT","features":[485]},{"name":"WS_TRACE_API_READ_TYPE","features":[485]},{"name":"WS_TRACE_API_READ_XML_BUFFER","features":[485]},{"name":"WS_TRACE_API_READ_XML_BUFFER_FROM_BYTES","features":[485]},{"name":"WS_TRACE_API_RECEIVE_MESSAGE","features":[485]},{"name":"WS_TRACE_API_REMOVE_CUSTOM_HEADER","features":[485]},{"name":"WS_TRACE_API_REMOVE_HEADER","features":[485]},{"name":"WS_TRACE_API_REMOVE_MAPPED_HEADER","features":[485]},{"name":"WS_TRACE_API_REMOVE_NODE","features":[485]},{"name":"WS_TRACE_API_REQUEST_REPLY","features":[485]},{"name":"WS_TRACE_API_REQUEST_SECURITY_TOKEN","features":[485]},{"name":"WS_TRACE_API_RESET_CHANNEL","features":[485]},{"name":"WS_TRACE_API_RESET_ERROR","features":[485]},{"name":"WS_TRACE_API_RESET_HEAP","features":[485]},{"name":"WS_TRACE_API_RESET_LISTENER","features":[485]},{"name":"WS_TRACE_API_RESET_MESSAGE","features":[485]},{"name":"WS_TRACE_API_RESET_METADATA","features":[485]},{"name":"WS_TRACE_API_RESET_SERVICE_HOST","features":[485]},{"name":"WS_TRACE_API_RESET_SERVICE_PROXY","features":[485]},{"name":"WS_TRACE_API_REVOKE_SECURITY_CONTEXT","features":[485]},{"name":"WS_TRACE_API_SEND_FAULT_MESSAGE_FOR_ERROR","features":[485]},{"name":"WS_TRACE_API_SEND_MESSAGE","features":[485]},{"name":"WS_TRACE_API_SEND_REPLY_MESSAGE","features":[485]},{"name":"WS_TRACE_API_SERVICE_REGISTER_FOR_CANCEL","features":[485]},{"name":"WS_TRACE_API_SET_AUTOFAIL","features":[485]},{"name":"WS_TRACE_API_SET_CHANNEL_PROPERTY","features":[485]},{"name":"WS_TRACE_API_SET_ERROR_PROPERTY","features":[485]},{"name":"WS_TRACE_API_SET_FAULT_ERROR_DETAIL","features":[485]},{"name":"WS_TRACE_API_SET_FAULT_ERROR_PROPERTY","features":[485]},{"name":"WS_TRACE_API_SET_HEADER","features":[485]},{"name":"WS_TRACE_API_SET_INPUT","features":[485]},{"name":"WS_TRACE_API_SET_INPUT_TO_BUFFER","features":[485]},{"name":"WS_TRACE_API_SET_LISTENER_PROPERTY","features":[485]},{"name":"WS_TRACE_API_SET_MESSAGE_PROPERTY","features":[485]},{"name":"WS_TRACE_API_SET_OUTPUT","features":[485]},{"name":"WS_TRACE_API_SET_OUTPUT_TO_BUFFER","features":[485]},{"name":"WS_TRACE_API_SET_READER_POSITION","features":[485]},{"name":"WS_TRACE_API_SET_WRITER_POSITION","features":[485]},{"name":"WS_TRACE_API_SHUTDOWN_SESSION_CHANNEL","features":[485]},{"name":"WS_TRACE_API_SKIP_NODE","features":[485]},{"name":"WS_TRACE_API_START_READER_CANONICALIZATION","features":[485]},{"name":"WS_TRACE_API_START_WRITER_CANONICALIZATION","features":[485]},{"name":"WS_TRACE_API_TRIM_XML_WHITESPACE","features":[485]},{"name":"WS_TRACE_API_VERIFY_XML_NCNAME","features":[485]},{"name":"WS_TRACE_API_WRITE_ARRAY","features":[485]},{"name":"WS_TRACE_API_WRITE_ATTRIBUTE_TYPE","features":[485]},{"name":"WS_TRACE_API_WRITE_BODY","features":[485]},{"name":"WS_TRACE_API_WRITE_BYTES","features":[485]},{"name":"WS_TRACE_API_WRITE_CHARS","features":[485]},{"name":"WS_TRACE_API_WRITE_CHARS_UTF8","features":[485]},{"name":"WS_TRACE_API_WRITE_ELEMENT_TYPE","features":[485]},{"name":"WS_TRACE_API_WRITE_END_ATTRIBUTE","features":[485]},{"name":"WS_TRACE_API_WRITE_END_CDATA","features":[485]},{"name":"WS_TRACE_API_WRITE_END_ELEMENT","features":[485]},{"name":"WS_TRACE_API_WRITE_END_START_ELEMENT","features":[485]},{"name":"WS_TRACE_API_WRITE_ENVELOPE_END","features":[485]},{"name":"WS_TRACE_API_WRITE_ENVELOPE_START","features":[485]},{"name":"WS_TRACE_API_WRITE_MESSAGE_END","features":[485]},{"name":"WS_TRACE_API_WRITE_MESSAGE_START","features":[485]},{"name":"WS_TRACE_API_WRITE_NODE","features":[485]},{"name":"WS_TRACE_API_WRITE_QUALIFIED_NAME","features":[485]},{"name":"WS_TRACE_API_WRITE_START_ATTRIBUTE","features":[485]},{"name":"WS_TRACE_API_WRITE_START_CDATA","features":[485]},{"name":"WS_TRACE_API_WRITE_START_ELEMENT","features":[485]},{"name":"WS_TRACE_API_WRITE_TEXT","features":[485]},{"name":"WS_TRACE_API_WRITE_TYPE","features":[485]},{"name":"WS_TRACE_API_WRITE_VALUE","features":[485]},{"name":"WS_TRACE_API_WRITE_XMLNS_ATTRIBUTE","features":[485]},{"name":"WS_TRACE_API_WRITE_XML_BUFFER","features":[485]},{"name":"WS_TRACE_API_WRITE_XML_BUFFER_TO_BYTES","features":[485]},{"name":"WS_TRACE_API_WS_CREATE_SERVICE_HOST_FROM_TEMPLATE","features":[485]},{"name":"WS_TRACE_API_WS_CREATE_SERVICE_PROXY_FROM_TEMPLATE","features":[485]},{"name":"WS_TRACE_API_XML_STRING_EQUALS","features":[485]},{"name":"WS_TRANSFER_MODE","features":[485]},{"name":"WS_TRUST_VERSION","features":[485]},{"name":"WS_TRUST_VERSION_1_3","features":[485]},{"name":"WS_TRUST_VERSION_FEBRUARY_2005","features":[485]},{"name":"WS_TYPE","features":[485]},{"name":"WS_TYPE_ATTRIBUTE_FIELD_MAPPING","features":[485]},{"name":"WS_TYPE_MAPPING","features":[485]},{"name":"WS_UDP_CHANNEL_BINDING","features":[485]},{"name":"WS_UINT16_DESCRIPTION","features":[485]},{"name":"WS_UINT16_TYPE","features":[485]},{"name":"WS_UINT16_VALUE_TYPE","features":[485]},{"name":"WS_UINT32_DESCRIPTION","features":[485]},{"name":"WS_UINT32_TYPE","features":[485]},{"name":"WS_UINT32_VALUE_TYPE","features":[485]},{"name":"WS_UINT64_DESCRIPTION","features":[485]},{"name":"WS_UINT64_TYPE","features":[485]},{"name":"WS_UINT64_VALUE_TYPE","features":[485]},{"name":"WS_UINT8_DESCRIPTION","features":[485]},{"name":"WS_UINT8_TYPE","features":[485]},{"name":"WS_UINT8_VALUE_TYPE","features":[485]},{"name":"WS_UNION_DESCRIPTION","features":[305,485]},{"name":"WS_UNION_FIELD_DESCRIPTION","features":[305,485]},{"name":"WS_UNION_TYPE","features":[485]},{"name":"WS_UNIQUE_ID","features":[485]},{"name":"WS_UNIQUE_ID_DESCRIPTION","features":[485]},{"name":"WS_UNIQUE_ID_TYPE","features":[485]},{"name":"WS_UNKNOWN_ENDPOINT_IDENTITY","features":[485]},{"name":"WS_UNKNOWN_ENDPOINT_IDENTITY_TYPE","features":[485]},{"name":"WS_UPN_ENDPOINT_IDENTITY","features":[485]},{"name":"WS_UPN_ENDPOINT_IDENTITY_TYPE","features":[485]},{"name":"WS_URL","features":[485]},{"name":"WS_URL_FLAGS_ALLOW_HOST_WILDCARDS","features":[485]},{"name":"WS_URL_FLAGS_NO_PATH_COLLAPSE","features":[485]},{"name":"WS_URL_FLAGS_ZERO_TERMINATE","features":[485]},{"name":"WS_URL_HTTPS_SCHEME_TYPE","features":[485]},{"name":"WS_URL_HTTP_SCHEME_TYPE","features":[485]},{"name":"WS_URL_NETPIPE_SCHEME_TYPE","features":[485]},{"name":"WS_URL_NETTCP_SCHEME_TYPE","features":[485]},{"name":"WS_URL_SCHEME_TYPE","features":[485]},{"name":"WS_URL_SOAPUDP_SCHEME_TYPE","features":[485]},{"name":"WS_USERNAME_CREDENTIAL","features":[485]},{"name":"WS_USERNAME_CREDENTIAL_TYPE","features":[485]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING","features":[485]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_CONSTRAINT","features":[485]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_CONSTRAINT_TYPE","features":[485]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_POLICY_DESCRIPTION","features":[485]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_TEMPLATE","features":[485]},{"name":"WS_USERNAME_MESSAGE_SECURITY_BINDING_TYPE","features":[485]},{"name":"WS_UTF8_ARRAY_DESCRIPTION","features":[485]},{"name":"WS_UTF8_ARRAY_TYPE","features":[485]},{"name":"WS_VALIDATE_PASSWORD_CALLBACK","features":[485]},{"name":"WS_VALIDATE_SAML_CALLBACK","features":[485]},{"name":"WS_VALUE_TYPE","features":[485]},{"name":"WS_VOID_DESCRIPTION","features":[485]},{"name":"WS_VOID_TYPE","features":[485]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL","features":[485]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE","features":[485]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE","features":[485]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_KERBEROS","features":[485]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_NTLM","features":[485]},{"name":"WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_SPNEGO","features":[485]},{"name":"WS_WRITE_CALLBACK","features":[485]},{"name":"WS_WRITE_MESSAGE_END_CALLBACK","features":[485]},{"name":"WS_WRITE_MESSAGE_START_CALLBACK","features":[485]},{"name":"WS_WRITE_NILLABLE_POINTER","features":[485]},{"name":"WS_WRITE_NILLABLE_VALUE","features":[485]},{"name":"WS_WRITE_OPTION","features":[485]},{"name":"WS_WRITE_REQUIRED_POINTER","features":[485]},{"name":"WS_WRITE_REQUIRED_VALUE","features":[485]},{"name":"WS_WRITE_TYPE_CALLBACK","features":[485]},{"name":"WS_WSZ_DESCRIPTION","features":[485]},{"name":"WS_WSZ_TYPE","features":[485]},{"name":"WS_XML_ATTRIBUTE","features":[305,485]},{"name":"WS_XML_ATTRIBUTE_FIELD_MAPPING","features":[485]},{"name":"WS_XML_BASE64_TEXT","features":[485]},{"name":"WS_XML_BOOL_TEXT","features":[305,485]},{"name":"WS_XML_BUFFER","features":[485]},{"name":"WS_XML_BUFFER_PROPERTY","features":[485]},{"name":"WS_XML_BUFFER_PROPERTY_ID","features":[485]},{"name":"WS_XML_BUFFER_TYPE","features":[485]},{"name":"WS_XML_CANONICALIZATION_ALGORITHM","features":[485]},{"name":"WS_XML_CANONICALIZATION_INCLUSIVE_PREFIXES","features":[305,485]},{"name":"WS_XML_CANONICALIZATION_PROPERTY","features":[485]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_ALGORITHM","features":[485]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_ID","features":[485]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_INCLUSIVE_PREFIXES","features":[485]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_OMITTED_ELEMENT","features":[485]},{"name":"WS_XML_CANONICALIZATION_PROPERTY_OUTPUT_BUFFER_SIZE","features":[485]},{"name":"WS_XML_COMMENT_NODE","features":[305,485]},{"name":"WS_XML_DATETIME_TEXT","features":[485]},{"name":"WS_XML_DECIMAL_TEXT","features":[305,485]},{"name":"WS_XML_DICTIONARY","features":[305,485]},{"name":"WS_XML_DOUBLE_TEXT","features":[485]},{"name":"WS_XML_ELEMENT_NODE","features":[305,485]},{"name":"WS_XML_FLOAT_TEXT","features":[485]},{"name":"WS_XML_GUID_TEXT","features":[485]},{"name":"WS_XML_INT32_TEXT","features":[485]},{"name":"WS_XML_INT64_TEXT","features":[485]},{"name":"WS_XML_LIST_TEXT","features":[485]},{"name":"WS_XML_NODE","features":[485]},{"name":"WS_XML_NODE_POSITION","features":[485]},{"name":"WS_XML_NODE_TYPE","features":[485]},{"name":"WS_XML_NODE_TYPE_BOF","features":[485]},{"name":"WS_XML_NODE_TYPE_CDATA","features":[485]},{"name":"WS_XML_NODE_TYPE_COMMENT","features":[485]},{"name":"WS_XML_NODE_TYPE_ELEMENT","features":[485]},{"name":"WS_XML_NODE_TYPE_END_CDATA","features":[485]},{"name":"WS_XML_NODE_TYPE_END_ELEMENT","features":[485]},{"name":"WS_XML_NODE_TYPE_EOF","features":[485]},{"name":"WS_XML_NODE_TYPE_TEXT","features":[485]},{"name":"WS_XML_QNAME","features":[305,485]},{"name":"WS_XML_QNAME_DESCRIPTION","features":[485]},{"name":"WS_XML_QNAME_TEXT","features":[305,485]},{"name":"WS_XML_QNAME_TYPE","features":[485]},{"name":"WS_XML_READER","features":[485]},{"name":"WS_XML_READER_BINARY_ENCODING","features":[305,485]},{"name":"WS_XML_READER_BUFFER_INPUT","features":[485]},{"name":"WS_XML_READER_ENCODING","features":[485]},{"name":"WS_XML_READER_ENCODING_TYPE","features":[485]},{"name":"WS_XML_READER_ENCODING_TYPE_BINARY","features":[485]},{"name":"WS_XML_READER_ENCODING_TYPE_MTOM","features":[485]},{"name":"WS_XML_READER_ENCODING_TYPE_RAW","features":[485]},{"name":"WS_XML_READER_ENCODING_TYPE_TEXT","features":[485]},{"name":"WS_XML_READER_INPUT","features":[485]},{"name":"WS_XML_READER_INPUT_TYPE","features":[485]},{"name":"WS_XML_READER_INPUT_TYPE_BUFFER","features":[485]},{"name":"WS_XML_READER_INPUT_TYPE_STREAM","features":[485]},{"name":"WS_XML_READER_MTOM_ENCODING","features":[305,485]},{"name":"WS_XML_READER_PROPERTIES","features":[485]},{"name":"WS_XML_READER_PROPERTY","features":[485]},{"name":"WS_XML_READER_PROPERTY_ALLOW_FRAGMENT","features":[485]},{"name":"WS_XML_READER_PROPERTY_ALLOW_INVALID_CHARACTER_REFERENCES","features":[485]},{"name":"WS_XML_READER_PROPERTY_CHARSET","features":[485]},{"name":"WS_XML_READER_PROPERTY_COLUMN","features":[485]},{"name":"WS_XML_READER_PROPERTY_ID","features":[485]},{"name":"WS_XML_READER_PROPERTY_IN_ATTRIBUTE","features":[485]},{"name":"WS_XML_READER_PROPERTY_MAX_ATTRIBUTES","features":[485]},{"name":"WS_XML_READER_PROPERTY_MAX_DEPTH","features":[485]},{"name":"WS_XML_READER_PROPERTY_MAX_MIME_PARTS","features":[485]},{"name":"WS_XML_READER_PROPERTY_MAX_NAMESPACES","features":[485]},{"name":"WS_XML_READER_PROPERTY_READ_DECLARATION","features":[485]},{"name":"WS_XML_READER_PROPERTY_ROW","features":[485]},{"name":"WS_XML_READER_PROPERTY_STREAM_BUFFER_SIZE","features":[485]},{"name":"WS_XML_READER_PROPERTY_STREAM_MAX_MIME_HEADERS_SIZE","features":[485]},{"name":"WS_XML_READER_PROPERTY_STREAM_MAX_ROOT_MIME_PART_SIZE","features":[485]},{"name":"WS_XML_READER_PROPERTY_UTF8_TRIM_SIZE","features":[485]},{"name":"WS_XML_READER_RAW_ENCODING","features":[485]},{"name":"WS_XML_READER_STREAM_INPUT","features":[485]},{"name":"WS_XML_READER_TEXT_ENCODING","features":[485]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY","features":[485]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_ATTACHED_REFERENCE","features":[485]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_ID","features":[485]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_UNATTACHED_REFERENCE","features":[485]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_VALID_FROM_TIME","features":[485]},{"name":"WS_XML_SECURITY_TOKEN_PROPERTY_VALID_TILL_TIME","features":[485]},{"name":"WS_XML_STRING","features":[305,485]},{"name":"WS_XML_STRING_DESCRIPTION","features":[485]},{"name":"WS_XML_STRING_TYPE","features":[485]},{"name":"WS_XML_TEXT","features":[485]},{"name":"WS_XML_TEXT_NODE","features":[485]},{"name":"WS_XML_TEXT_TYPE","features":[485]},{"name":"WS_XML_TEXT_TYPE_BASE64","features":[485]},{"name":"WS_XML_TEXT_TYPE_BOOL","features":[485]},{"name":"WS_XML_TEXT_TYPE_DATETIME","features":[485]},{"name":"WS_XML_TEXT_TYPE_DECIMAL","features":[485]},{"name":"WS_XML_TEXT_TYPE_DOUBLE","features":[485]},{"name":"WS_XML_TEXT_TYPE_FLOAT","features":[485]},{"name":"WS_XML_TEXT_TYPE_GUID","features":[485]},{"name":"WS_XML_TEXT_TYPE_INT32","features":[485]},{"name":"WS_XML_TEXT_TYPE_INT64","features":[485]},{"name":"WS_XML_TEXT_TYPE_LIST","features":[485]},{"name":"WS_XML_TEXT_TYPE_QNAME","features":[485]},{"name":"WS_XML_TEXT_TYPE_TIMESPAN","features":[485]},{"name":"WS_XML_TEXT_TYPE_UINT64","features":[485]},{"name":"WS_XML_TEXT_TYPE_UNIQUE_ID","features":[485]},{"name":"WS_XML_TEXT_TYPE_UTF16","features":[485]},{"name":"WS_XML_TEXT_TYPE_UTF8","features":[485]},{"name":"WS_XML_TIMESPAN_TEXT","features":[485]},{"name":"WS_XML_TOKEN_MESSAGE_SECURITY_BINDING","features":[485]},{"name":"WS_XML_TOKEN_MESSAGE_SECURITY_BINDING_TYPE","features":[485]},{"name":"WS_XML_UINT64_TEXT","features":[485]},{"name":"WS_XML_UNIQUE_ID_TEXT","features":[485]},{"name":"WS_XML_UTF16_TEXT","features":[485]},{"name":"WS_XML_UTF8_TEXT","features":[305,485]},{"name":"WS_XML_WRITER","features":[485]},{"name":"WS_XML_WRITER_BINARY_ENCODING","features":[305,485]},{"name":"WS_XML_WRITER_BUFFER_OUTPUT","features":[485]},{"name":"WS_XML_WRITER_ENCODING","features":[485]},{"name":"WS_XML_WRITER_ENCODING_TYPE","features":[485]},{"name":"WS_XML_WRITER_ENCODING_TYPE_BINARY","features":[485]},{"name":"WS_XML_WRITER_ENCODING_TYPE_MTOM","features":[485]},{"name":"WS_XML_WRITER_ENCODING_TYPE_RAW","features":[485]},{"name":"WS_XML_WRITER_ENCODING_TYPE_TEXT","features":[485]},{"name":"WS_XML_WRITER_MTOM_ENCODING","features":[305,485]},{"name":"WS_XML_WRITER_OUTPUT","features":[485]},{"name":"WS_XML_WRITER_OUTPUT_TYPE","features":[485]},{"name":"WS_XML_WRITER_OUTPUT_TYPE_BUFFER","features":[485]},{"name":"WS_XML_WRITER_OUTPUT_TYPE_STREAM","features":[485]},{"name":"WS_XML_WRITER_PROPERTIES","features":[485]},{"name":"WS_XML_WRITER_PROPERTY","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_ALLOW_FRAGMENT","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_ALLOW_INVALID_CHARACTER_REFERENCES","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_BUFFERS","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_BUFFER_MAX_SIZE","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_BUFFER_TRIM_SIZE","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_BYTES","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_BYTES_TO_CLOSE","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_BYTES_WRITTEN","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_CHARSET","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_COMPRESS_EMPTY_ELEMENTS","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_EMIT_UNCOMPRESSED_EMPTY_ELEMENTS","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_ID","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_INDENT","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_INITIAL_BUFFER","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_IN_ATTRIBUTE","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_MAX_ATTRIBUTES","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_MAX_DEPTH","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_MAX_MIME_PARTS_BUFFER_SIZE","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_MAX_NAMESPACES","features":[485]},{"name":"WS_XML_WRITER_PROPERTY_WRITE_DECLARATION","features":[485]},{"name":"WS_XML_WRITER_RAW_ENCODING","features":[485]},{"name":"WS_XML_WRITER_STREAM_OUTPUT","features":[485]},{"name":"WS_XML_WRITER_TEXT_ENCODING","features":[485]},{"name":"WebAuthNAuthenticatorGetAssertion","features":[305,485]},{"name":"WebAuthNAuthenticatorMakeCredential","features":[305,485]},{"name":"WebAuthNCancelCurrentOperation","features":[485]},{"name":"WebAuthNDeletePlatformCredential","features":[485]},{"name":"WebAuthNFreeAssertion","features":[485]},{"name":"WebAuthNFreeCredentialAttestation","features":[305,485]},{"name":"WebAuthNFreePlatformCredentialList","features":[305,485]},{"name":"WebAuthNGetApiVersionNumber","features":[485]},{"name":"WebAuthNGetCancellationId","features":[485]},{"name":"WebAuthNGetErrorName","features":[485]},{"name":"WebAuthNGetPlatformCredentialList","features":[305,485]},{"name":"WebAuthNGetW3CExceptionDOMError","features":[485]},{"name":"WebAuthNIsUserVerifyingPlatformAuthenticatorAvailable","features":[305,485]},{"name":"WsAbandonCall","features":[485]},{"name":"WsAbandonMessage","features":[485]},{"name":"WsAbortChannel","features":[485]},{"name":"WsAbortListener","features":[485]},{"name":"WsAbortServiceHost","features":[485]},{"name":"WsAbortServiceProxy","features":[485]},{"name":"WsAcceptChannel","features":[485]},{"name":"WsAddCustomHeader","features":[305,485]},{"name":"WsAddErrorString","features":[485]},{"name":"WsAddMappedHeader","features":[305,485]},{"name":"WsAddressMessage","features":[485]},{"name":"WsAlloc","features":[485]},{"name":"WsAsyncExecute","features":[485]},{"name":"WsCall","features":[305,485]},{"name":"WsCheckMustUnderstandHeaders","features":[485]},{"name":"WsCloseChannel","features":[485]},{"name":"WsCloseListener","features":[485]},{"name":"WsCloseServiceHost","features":[485]},{"name":"WsCloseServiceProxy","features":[485]},{"name":"WsCombineUrl","features":[485]},{"name":"WsCopyError","features":[485]},{"name":"WsCopyNode","features":[485]},{"name":"WsCreateChannel","features":[485]},{"name":"WsCreateChannelForListener","features":[485]},{"name":"WsCreateError","features":[485]},{"name":"WsCreateFaultFromError","features":[305,485]},{"name":"WsCreateHeap","features":[485]},{"name":"WsCreateListener","features":[485]},{"name":"WsCreateMessage","features":[485]},{"name":"WsCreateMessageForChannel","features":[485]},{"name":"WsCreateMetadata","features":[485]},{"name":"WsCreateReader","features":[485]},{"name":"WsCreateServiceEndpointFromTemplate","features":[305,485]},{"name":"WsCreateServiceHost","features":[305,485]},{"name":"WsCreateServiceProxy","features":[485]},{"name":"WsCreateServiceProxyFromTemplate","features":[485]},{"name":"WsCreateWriter","features":[485]},{"name":"WsCreateXmlBuffer","features":[485]},{"name":"WsCreateXmlSecurityToken","features":[485]},{"name":"WsDateTimeToFileTime","features":[305,485]},{"name":"WsDecodeUrl","features":[485]},{"name":"WsEncodeUrl","features":[485]},{"name":"WsEndReaderCanonicalization","features":[485]},{"name":"WsEndWriterCanonicalization","features":[485]},{"name":"WsFileTimeToDateTime","features":[305,485]},{"name":"WsFillBody","features":[485]},{"name":"WsFillReader","features":[485]},{"name":"WsFindAttribute","features":[305,485]},{"name":"WsFlushBody","features":[485]},{"name":"WsFlushWriter","features":[485]},{"name":"WsFreeChannel","features":[485]},{"name":"WsFreeError","features":[485]},{"name":"WsFreeHeap","features":[485]},{"name":"WsFreeListener","features":[485]},{"name":"WsFreeMessage","features":[485]},{"name":"WsFreeMetadata","features":[485]},{"name":"WsFreeReader","features":[485]},{"name":"WsFreeSecurityToken","features":[485]},{"name":"WsFreeServiceHost","features":[485]},{"name":"WsFreeServiceProxy","features":[485]},{"name":"WsFreeWriter","features":[485]},{"name":"WsGetChannelProperty","features":[485]},{"name":"WsGetCustomHeader","features":[305,485]},{"name":"WsGetDictionary","features":[305,485]},{"name":"WsGetErrorProperty","features":[485]},{"name":"WsGetErrorString","features":[485]},{"name":"WsGetFaultErrorDetail","features":[305,485]},{"name":"WsGetFaultErrorProperty","features":[485]},{"name":"WsGetHeader","features":[485]},{"name":"WsGetHeaderAttributes","features":[485]},{"name":"WsGetHeapProperty","features":[485]},{"name":"WsGetListenerProperty","features":[485]},{"name":"WsGetMappedHeader","features":[305,485]},{"name":"WsGetMessageProperty","features":[485]},{"name":"WsGetMetadataEndpoints","features":[305,485]},{"name":"WsGetMetadataProperty","features":[485]},{"name":"WsGetMissingMetadataDocumentAddress","features":[485]},{"name":"WsGetNamespaceFromPrefix","features":[305,485]},{"name":"WsGetOperationContextProperty","features":[485]},{"name":"WsGetPolicyAlternativeCount","features":[485]},{"name":"WsGetPolicyProperty","features":[485]},{"name":"WsGetPrefixFromNamespace","features":[305,485]},{"name":"WsGetReaderNode","features":[485]},{"name":"WsGetReaderPosition","features":[485]},{"name":"WsGetReaderProperty","features":[485]},{"name":"WsGetSecurityContextProperty","features":[485]},{"name":"WsGetSecurityTokenProperty","features":[485]},{"name":"WsGetServiceHostProperty","features":[485]},{"name":"WsGetServiceProxyProperty","features":[485]},{"name":"WsGetWriterPosition","features":[485]},{"name":"WsGetWriterProperty","features":[485]},{"name":"WsGetXmlAttribute","features":[305,485]},{"name":"WsInitializeMessage","features":[485]},{"name":"WsMarkHeaderAsUnderstood","features":[485]},{"name":"WsMatchPolicyAlternative","features":[305,485]},{"name":"WsMoveReader","features":[305,485]},{"name":"WsMoveWriter","features":[305,485]},{"name":"WsOpenChannel","features":[485]},{"name":"WsOpenListener","features":[485]},{"name":"WsOpenServiceHost","features":[485]},{"name":"WsOpenServiceProxy","features":[485]},{"name":"WsPullBytes","features":[485]},{"name":"WsPushBytes","features":[485]},{"name":"WsReadArray","features":[305,485]},{"name":"WsReadAttribute","features":[305,485]},{"name":"WsReadBody","features":[305,485]},{"name":"WsReadBytes","features":[485]},{"name":"WsReadChars","features":[485]},{"name":"WsReadCharsUtf8","features":[485]},{"name":"WsReadElement","features":[305,485]},{"name":"WsReadEndAttribute","features":[485]},{"name":"WsReadEndElement","features":[485]},{"name":"WsReadEndpointAddressExtension","features":[485]},{"name":"WsReadEnvelopeEnd","features":[485]},{"name":"WsReadEnvelopeStart","features":[485]},{"name":"WsReadMessageEnd","features":[485]},{"name":"WsReadMessageStart","features":[485]},{"name":"WsReadMetadata","features":[485]},{"name":"WsReadNode","features":[485]},{"name":"WsReadQualifiedName","features":[305,485]},{"name":"WsReadStartAttribute","features":[485]},{"name":"WsReadStartElement","features":[485]},{"name":"WsReadToStartElement","features":[305,485]},{"name":"WsReadType","features":[485]},{"name":"WsReadValue","features":[485]},{"name":"WsReadXmlBuffer","features":[485]},{"name":"WsReadXmlBufferFromBytes","features":[485]},{"name":"WsReceiveMessage","features":[305,485]},{"name":"WsRegisterOperationForCancel","features":[485]},{"name":"WsRemoveCustomHeader","features":[305,485]},{"name":"WsRemoveHeader","features":[485]},{"name":"WsRemoveMappedHeader","features":[305,485]},{"name":"WsRemoveNode","features":[485]},{"name":"WsRequestReply","features":[305,485]},{"name":"WsRequestSecurityToken","features":[485]},{"name":"WsResetChannel","features":[485]},{"name":"WsResetError","features":[485]},{"name":"WsResetHeap","features":[485]},{"name":"WsResetListener","features":[485]},{"name":"WsResetMessage","features":[485]},{"name":"WsResetMetadata","features":[485]},{"name":"WsResetServiceHost","features":[485]},{"name":"WsResetServiceProxy","features":[485]},{"name":"WsRevokeSecurityContext","features":[485]},{"name":"WsSendFaultMessageForError","features":[485]},{"name":"WsSendMessage","features":[305,485]},{"name":"WsSendReplyMessage","features":[305,485]},{"name":"WsSetChannelProperty","features":[485]},{"name":"WsSetErrorProperty","features":[485]},{"name":"WsSetFaultErrorDetail","features":[305,485]},{"name":"WsSetFaultErrorProperty","features":[485]},{"name":"WsSetHeader","features":[485]},{"name":"WsSetInput","features":[485]},{"name":"WsSetInputToBuffer","features":[485]},{"name":"WsSetListenerProperty","features":[485]},{"name":"WsSetMessageProperty","features":[485]},{"name":"WsSetOutput","features":[485]},{"name":"WsSetOutputToBuffer","features":[485]},{"name":"WsSetReaderPosition","features":[485]},{"name":"WsSetWriterPosition","features":[485]},{"name":"WsShutdownSessionChannel","features":[485]},{"name":"WsSkipNode","features":[485]},{"name":"WsStartReaderCanonicalization","features":[485]},{"name":"WsStartWriterCanonicalization","features":[485]},{"name":"WsTrimXmlWhitespace","features":[485]},{"name":"WsVerifyXmlNCName","features":[485]},{"name":"WsWriteArray","features":[305,485]},{"name":"WsWriteAttribute","features":[305,485]},{"name":"WsWriteBody","features":[305,485]},{"name":"WsWriteBytes","features":[485]},{"name":"WsWriteChars","features":[485]},{"name":"WsWriteCharsUtf8","features":[485]},{"name":"WsWriteElement","features":[305,485]},{"name":"WsWriteEndAttribute","features":[485]},{"name":"WsWriteEndCData","features":[485]},{"name":"WsWriteEndElement","features":[485]},{"name":"WsWriteEndStartElement","features":[485]},{"name":"WsWriteEnvelopeEnd","features":[485]},{"name":"WsWriteEnvelopeStart","features":[485]},{"name":"WsWriteMessageEnd","features":[485]},{"name":"WsWriteMessageStart","features":[485]},{"name":"WsWriteNode","features":[485]},{"name":"WsWriteQualifiedName","features":[305,485]},{"name":"WsWriteStartAttribute","features":[305,485]},{"name":"WsWriteStartCData","features":[485]},{"name":"WsWriteStartElement","features":[305,485]},{"name":"WsWriteText","features":[485]},{"name":"WsWriteType","features":[485]},{"name":"WsWriteValue","features":[485]},{"name":"WsWriteXmlBuffer","features":[485]},{"name":"WsWriteXmlBufferToBytes","features":[485]},{"name":"WsWriteXmlnsAttribute","features":[305,485]},{"name":"WsXmlStringEquals","features":[305,485]}],"488":[{"name":"ACCESS_ALLOWED_ACE","features":[309]},{"name":"ACCESS_ALLOWED_CALLBACK_ACE","features":[309]},{"name":"ACCESS_ALLOWED_CALLBACK_OBJECT_ACE","features":[309]},{"name":"ACCESS_ALLOWED_OBJECT_ACE","features":[309]},{"name":"ACCESS_DENIED_ACE","features":[309]},{"name":"ACCESS_DENIED_CALLBACK_ACE","features":[309]},{"name":"ACCESS_DENIED_CALLBACK_OBJECT_ACE","features":[309]},{"name":"ACCESS_DENIED_OBJECT_ACE","features":[309]},{"name":"ACCESS_REASONS","features":[309]},{"name":"ACE_FLAGS","features":[309]},{"name":"ACE_HEADER","features":[309]},{"name":"ACE_INHERITED_OBJECT_TYPE_PRESENT","features":[309]},{"name":"ACE_OBJECT_TYPE_PRESENT","features":[309]},{"name":"ACE_REVISION","features":[309]},{"name":"ACL","features":[309]},{"name":"ACL_INFORMATION_CLASS","features":[309]},{"name":"ACL_REVISION","features":[309]},{"name":"ACL_REVISION_DS","features":[309]},{"name":"ACL_REVISION_INFORMATION","features":[309]},{"name":"ACL_SIZE_INFORMATION","features":[309]},{"name":"ATTRIBUTE_SECURITY_INFORMATION","features":[309]},{"name":"AUDIT_EVENT_TYPE","features":[309]},{"name":"AccessCheck","features":[305,309]},{"name":"AccessCheckAndAuditAlarmA","features":[305,309]},{"name":"AccessCheckAndAuditAlarmW","features":[305,309]},{"name":"AccessCheckByType","features":[305,309]},{"name":"AccessCheckByTypeAndAuditAlarmA","features":[305,309]},{"name":"AccessCheckByTypeAndAuditAlarmW","features":[305,309]},{"name":"AccessCheckByTypeResultList","features":[305,309]},{"name":"AccessCheckByTypeResultListAndAuditAlarmA","features":[305,309]},{"name":"AccessCheckByTypeResultListAndAuditAlarmByHandleA","features":[305,309]},{"name":"AccessCheckByTypeResultListAndAuditAlarmByHandleW","features":[305,309]},{"name":"AccessCheckByTypeResultListAndAuditAlarmW","features":[305,309]},{"name":"AclRevisionInformation","features":[309]},{"name":"AclSizeInformation","features":[309]},{"name":"AddAccessAllowedAce","features":[305,309]},{"name":"AddAccessAllowedAceEx","features":[305,309]},{"name":"AddAccessAllowedObjectAce","features":[305,309]},{"name":"AddAccessDeniedAce","features":[305,309]},{"name":"AddAccessDeniedAceEx","features":[305,309]},{"name":"AddAccessDeniedObjectAce","features":[305,309]},{"name":"AddAce","features":[305,309]},{"name":"AddAuditAccessAce","features":[305,309]},{"name":"AddAuditAccessAceEx","features":[305,309]},{"name":"AddAuditAccessObjectAce","features":[305,309]},{"name":"AddConditionalAce","features":[305,309]},{"name":"AddMandatoryAce","features":[305,309]},{"name":"AddResourceAttributeAce","features":[305,309]},{"name":"AddScopedPolicyIDAce","features":[305,309]},{"name":"AdjustTokenGroups","features":[305,309]},{"name":"AdjustTokenPrivileges","features":[305,309]},{"name":"AllocateAndInitializeSid","features":[305,309]},{"name":"AllocateLocallyUniqueId","features":[305,309]},{"name":"AreAllAccessesGranted","features":[305,309]},{"name":"AreAnyAccessesGranted","features":[305,309]},{"name":"AuditEventDirectoryServiceAccess","features":[309]},{"name":"AuditEventObjectAccess","features":[309]},{"name":"BACKUP_SECURITY_INFORMATION","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_DISABLED","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_DISABLED_BY_DEFAULT","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_FLAGS","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_MANDATORY","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_NON_INHERITABLE","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_BOOLEAN","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_FQBN","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_INT64","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_OCTET_STRING","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_SID","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_STRING","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_UINT64","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_USE_FOR_DENY_ONLY","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_V1","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_VALUE_CASE_SENSITIVE","features":[309]},{"name":"CLAIM_SECURITY_ATTRIBUTE_VALUE_TYPE","features":[309]},{"name":"CONTAINER_INHERIT_ACE","features":[309]},{"name":"CREATE_RESTRICTED_TOKEN_FLAGS","features":[309]},{"name":"CVT_SECONDS","features":[309]},{"name":"CheckTokenCapability","features":[305,309]},{"name":"CheckTokenMembership","features":[305,309]},{"name":"CheckTokenMembershipEx","features":[305,309]},{"name":"ConvertToAutoInheritPrivateObjectSecurity","features":[305,309]},{"name":"CopySid","features":[305,309]},{"name":"CreatePrivateObjectSecurity","features":[305,309]},{"name":"CreatePrivateObjectSecurityEx","features":[305,309]},{"name":"CreatePrivateObjectSecurityWithMultipleInheritance","features":[305,309]},{"name":"CreateRestrictedToken","features":[305,309]},{"name":"CreateWellKnownSid","features":[305,309]},{"name":"DACL_SECURITY_INFORMATION","features":[309]},{"name":"DISABLE_MAX_PRIVILEGE","features":[309]},{"name":"DeleteAce","features":[305,309]},{"name":"DeriveCapabilitySidsFromName","features":[305,309]},{"name":"DestroyPrivateObjectSecurity","features":[305,309]},{"name":"DuplicateToken","features":[305,309]},{"name":"DuplicateTokenEx","features":[305,309]},{"name":"ENUM_PERIOD","features":[309]},{"name":"ENUM_PERIOD_DAYS","features":[309]},{"name":"ENUM_PERIOD_HOURS","features":[309]},{"name":"ENUM_PERIOD_INVALID","features":[309]},{"name":"ENUM_PERIOD_MINUTES","features":[309]},{"name":"ENUM_PERIOD_MONTHS","features":[309]},{"name":"ENUM_PERIOD_SECONDS","features":[309]},{"name":"ENUM_PERIOD_WEEKS","features":[309]},{"name":"ENUM_PERIOD_YEARS","features":[309]},{"name":"EqualDomainSid","features":[305,309]},{"name":"EqualPrefixSid","features":[305,309]},{"name":"EqualSid","features":[305,309]},{"name":"FAILED_ACCESS_ACE_FLAG","features":[309]},{"name":"FindFirstFreeAce","features":[305,309]},{"name":"FreeSid","features":[309]},{"name":"GENERIC_MAPPING","features":[309]},{"name":"GROUP_SECURITY_INFORMATION","features":[309]},{"name":"GetAce","features":[305,309]},{"name":"GetAclInformation","features":[305,309]},{"name":"GetAppContainerAce","features":[305,309]},{"name":"GetCachedSigningLevel","features":[305,309]},{"name":"GetFileSecurityA","features":[305,309]},{"name":"GetFileSecurityW","features":[305,309]},{"name":"GetKernelObjectSecurity","features":[305,309]},{"name":"GetLengthSid","features":[309]},{"name":"GetPrivateObjectSecurity","features":[305,309]},{"name":"GetSecurityDescriptorControl","features":[305,309]},{"name":"GetSecurityDescriptorDacl","features":[305,309]},{"name":"GetSecurityDescriptorGroup","features":[305,309]},{"name":"GetSecurityDescriptorLength","features":[309]},{"name":"GetSecurityDescriptorOwner","features":[305,309]},{"name":"GetSecurityDescriptorRMControl","features":[309]},{"name":"GetSecurityDescriptorSacl","features":[305,309]},{"name":"GetSidIdentifierAuthority","features":[309]},{"name":"GetSidLengthRequired","features":[309]},{"name":"GetSidSubAuthority","features":[309]},{"name":"GetSidSubAuthorityCount","features":[309]},{"name":"GetTokenInformation","features":[305,309]},{"name":"GetUserObjectSecurity","features":[305,309]},{"name":"GetWindowsAccountDomainSid","features":[305,309]},{"name":"INHERITED_ACE","features":[309]},{"name":"INHERIT_NO_PROPAGATE","features":[309]},{"name":"INHERIT_ONLY","features":[309]},{"name":"INHERIT_ONLY_ACE","features":[309]},{"name":"ImpersonateAnonymousToken","features":[305,309]},{"name":"ImpersonateLoggedOnUser","features":[305,309]},{"name":"ImpersonateSelf","features":[305,309]},{"name":"InitializeAcl","features":[305,309]},{"name":"InitializeSecurityDescriptor","features":[305,309]},{"name":"InitializeSid","features":[305,309]},{"name":"IsTokenRestricted","features":[305,309]},{"name":"IsValidAcl","features":[305,309]},{"name":"IsValidSecurityDescriptor","features":[305,309]},{"name":"IsValidSid","features":[305,309]},{"name":"IsWellKnownSid","features":[305,309]},{"name":"LABEL_SECURITY_INFORMATION","features":[309]},{"name":"LLFILETIME","features":[305,309]},{"name":"LOGON32_LOGON","features":[309]},{"name":"LOGON32_LOGON_BATCH","features":[309]},{"name":"LOGON32_LOGON_INTERACTIVE","features":[309]},{"name":"LOGON32_LOGON_NETWORK","features":[309]},{"name":"LOGON32_LOGON_NETWORK_CLEARTEXT","features":[309]},{"name":"LOGON32_LOGON_NEW_CREDENTIALS","features":[309]},{"name":"LOGON32_LOGON_SERVICE","features":[309]},{"name":"LOGON32_LOGON_UNLOCK","features":[309]},{"name":"LOGON32_PROVIDER","features":[309]},{"name":"LOGON32_PROVIDER_DEFAULT","features":[309]},{"name":"LOGON32_PROVIDER_WINNT40","features":[309]},{"name":"LOGON32_PROVIDER_WINNT50","features":[309]},{"name":"LUA_TOKEN","features":[309]},{"name":"LUID_AND_ATTRIBUTES","features":[305,309]},{"name":"LogonUserA","features":[305,309]},{"name":"LogonUserExA","features":[305,309]},{"name":"LogonUserExW","features":[305,309]},{"name":"LogonUserW","features":[305,309]},{"name":"LookupAccountNameA","features":[305,309]},{"name":"LookupAccountNameW","features":[305,309]},{"name":"LookupAccountSidA","features":[305,309]},{"name":"LookupAccountSidW","features":[305,309]},{"name":"LookupPrivilegeDisplayNameA","features":[305,309]},{"name":"LookupPrivilegeDisplayNameW","features":[305,309]},{"name":"LookupPrivilegeNameA","features":[305,309]},{"name":"LookupPrivilegeNameW","features":[305,309]},{"name":"LookupPrivilegeValueA","features":[305,309]},{"name":"LookupPrivilegeValueW","features":[305,309]},{"name":"MANDATORY_LEVEL","features":[309]},{"name":"MakeAbsoluteSD","features":[305,309]},{"name":"MakeSelfRelativeSD","features":[305,309]},{"name":"MandatoryLevelCount","features":[309]},{"name":"MandatoryLevelHigh","features":[309]},{"name":"MandatoryLevelLow","features":[309]},{"name":"MandatoryLevelMedium","features":[309]},{"name":"MandatoryLevelSecureProcess","features":[309]},{"name":"MandatoryLevelSystem","features":[309]},{"name":"MandatoryLevelUntrusted","features":[309]},{"name":"MapGenericMask","features":[309]},{"name":"MaxTokenInfoClass","features":[309]},{"name":"NCRYPT_DESCRIPTOR_HANDLE","features":[309]},{"name":"NCRYPT_STREAM_HANDLE","features":[309]},{"name":"NO_INHERITANCE","features":[309]},{"name":"NO_PROPAGATE_INHERIT_ACE","features":[309]},{"name":"OBJECT_INHERIT_ACE","features":[309]},{"name":"OBJECT_SECURITY_INFORMATION","features":[309]},{"name":"OBJECT_TYPE_LIST","features":[309]},{"name":"OWNER_SECURITY_INFORMATION","features":[309]},{"name":"ObjectCloseAuditAlarmA","features":[305,309]},{"name":"ObjectCloseAuditAlarmW","features":[305,309]},{"name":"ObjectDeleteAuditAlarmA","features":[305,309]},{"name":"ObjectDeleteAuditAlarmW","features":[305,309]},{"name":"ObjectOpenAuditAlarmA","features":[305,309]},{"name":"ObjectOpenAuditAlarmW","features":[305,309]},{"name":"ObjectPrivilegeAuditAlarmA","features":[305,309]},{"name":"ObjectPrivilegeAuditAlarmW","features":[305,309]},{"name":"PLSA_AP_CALL_PACKAGE_UNTRUSTED","features":[305,309]},{"name":"PRIVILEGE_SET","features":[305,309]},{"name":"PROTECTED_DACL_SECURITY_INFORMATION","features":[309]},{"name":"PROTECTED_SACL_SECURITY_INFORMATION","features":[309]},{"name":"PSECURITY_DESCRIPTOR","features":[309]},{"name":"PSID","features":[309]},{"name":"PrivilegeCheck","features":[305,309]},{"name":"PrivilegedServiceAuditAlarmA","features":[305,309]},{"name":"PrivilegedServiceAuditAlarmW","features":[305,309]},{"name":"QUOTA_LIMITS","features":[309]},{"name":"QuerySecurityAccessMask","features":[309]},{"name":"RevertToSelf","features":[305,309]},{"name":"RtlConvertSidToUnicodeString","features":[305,309]},{"name":"RtlNormalizeSecurityDescriptor","features":[305,309]},{"name":"SACL_SECURITY_INFORMATION","features":[309]},{"name":"SAFER_LEVEL_HANDLE","features":[309]},{"name":"SANDBOX_INERT","features":[309]},{"name":"SCOPE_SECURITY_INFORMATION","features":[309]},{"name":"SECURITY_APP_PACKAGE_AUTHORITY","features":[309]},{"name":"SECURITY_ATTRIBUTES","features":[305,309]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY","features":[309]},{"name":"SECURITY_AUTO_INHERIT_FLAGS","features":[309]},{"name":"SECURITY_CAPABILITIES","features":[309]},{"name":"SECURITY_CREATOR_SID_AUTHORITY","features":[309]},{"name":"SECURITY_DESCRIPTOR","features":[309]},{"name":"SECURITY_DESCRIPTOR_CONTROL","features":[309]},{"name":"SECURITY_DESCRIPTOR_RELATIVE","features":[309]},{"name":"SECURITY_DYNAMIC_TRACKING","features":[305,309]},{"name":"SECURITY_IMPERSONATION_LEVEL","features":[309]},{"name":"SECURITY_LOCAL_SID_AUTHORITY","features":[309]},{"name":"SECURITY_MANDATORY_LABEL_AUTHORITY","features":[309]},{"name":"SECURITY_MAX_SID_SIZE","features":[309]},{"name":"SECURITY_NON_UNIQUE_AUTHORITY","features":[309]},{"name":"SECURITY_NT_AUTHORITY","features":[309]},{"name":"SECURITY_NULL_SID_AUTHORITY","features":[309]},{"name":"SECURITY_PROCESS_TRUST_AUTHORITY","features":[309]},{"name":"SECURITY_QUALITY_OF_SERVICE","features":[305,309]},{"name":"SECURITY_RESOURCE_MANAGER_AUTHORITY","features":[309]},{"name":"SECURITY_SCOPED_POLICY_ID_AUTHORITY","features":[309]},{"name":"SECURITY_STATIC_TRACKING","features":[305,309]},{"name":"SECURITY_WORLD_SID_AUTHORITY","features":[309]},{"name":"SEC_THREAD_START","features":[309]},{"name":"SEF_AVOID_OWNER_CHECK","features":[309]},{"name":"SEF_AVOID_OWNER_RESTRICTION","features":[309]},{"name":"SEF_AVOID_PRIVILEGE_CHECK","features":[309]},{"name":"SEF_DACL_AUTO_INHERIT","features":[309]},{"name":"SEF_DEFAULT_DESCRIPTOR_FOR_OBJECT","features":[309]},{"name":"SEF_DEFAULT_GROUP_FROM_PARENT","features":[309]},{"name":"SEF_DEFAULT_OWNER_FROM_PARENT","features":[309]},{"name":"SEF_MACL_NO_EXECUTE_UP","features":[309]},{"name":"SEF_MACL_NO_READ_UP","features":[309]},{"name":"SEF_MACL_NO_WRITE_UP","features":[309]},{"name":"SEF_SACL_AUTO_INHERIT","features":[309]},{"name":"SE_ACCESS_REPLY","features":[305,309]},{"name":"SE_ACCESS_REQUEST","features":[309]},{"name":"SE_ASSIGNPRIMARYTOKEN_NAME","features":[309]},{"name":"SE_AUDIT_NAME","features":[309]},{"name":"SE_BACKUP_NAME","features":[309]},{"name":"SE_CHANGE_NOTIFY_NAME","features":[309]},{"name":"SE_CREATE_GLOBAL_NAME","features":[309]},{"name":"SE_CREATE_PAGEFILE_NAME","features":[309]},{"name":"SE_CREATE_PERMANENT_NAME","features":[309]},{"name":"SE_CREATE_SYMBOLIC_LINK_NAME","features":[309]},{"name":"SE_CREATE_TOKEN_NAME","features":[309]},{"name":"SE_DACL_AUTO_INHERITED","features":[309]},{"name":"SE_DACL_AUTO_INHERIT_REQ","features":[309]},{"name":"SE_DACL_DEFAULTED","features":[309]},{"name":"SE_DACL_PRESENT","features":[309]},{"name":"SE_DACL_PROTECTED","features":[309]},{"name":"SE_DEBUG_NAME","features":[309]},{"name":"SE_DELEGATE_SESSION_USER_IMPERSONATE_NAME","features":[309]},{"name":"SE_ENABLE_DELEGATION_NAME","features":[309]},{"name":"SE_GROUP_DEFAULTED","features":[309]},{"name":"SE_IMPERSONATE_NAME","features":[309]},{"name":"SE_IMPERSONATION_STATE","features":[305,309]},{"name":"SE_INCREASE_QUOTA_NAME","features":[309]},{"name":"SE_INC_BASE_PRIORITY_NAME","features":[309]},{"name":"SE_INC_WORKING_SET_NAME","features":[309]},{"name":"SE_LOAD_DRIVER_NAME","features":[309]},{"name":"SE_LOCK_MEMORY_NAME","features":[309]},{"name":"SE_MACHINE_ACCOUNT_NAME","features":[309]},{"name":"SE_MANAGE_VOLUME_NAME","features":[309]},{"name":"SE_OWNER_DEFAULTED","features":[309]},{"name":"SE_PRIVILEGE_ENABLED","features":[309]},{"name":"SE_PRIVILEGE_ENABLED_BY_DEFAULT","features":[309]},{"name":"SE_PRIVILEGE_REMOVED","features":[309]},{"name":"SE_PRIVILEGE_USED_FOR_ACCESS","features":[309]},{"name":"SE_PROF_SINGLE_PROCESS_NAME","features":[309]},{"name":"SE_RELABEL_NAME","features":[309]},{"name":"SE_REMOTE_SHUTDOWN_NAME","features":[309]},{"name":"SE_RESTORE_NAME","features":[309]},{"name":"SE_RM_CONTROL_VALID","features":[309]},{"name":"SE_SACL_AUTO_INHERITED","features":[309]},{"name":"SE_SACL_AUTO_INHERIT_REQ","features":[309]},{"name":"SE_SACL_DEFAULTED","features":[309]},{"name":"SE_SACL_PRESENT","features":[309]},{"name":"SE_SACL_PROTECTED","features":[309]},{"name":"SE_SECURITY_DESCRIPTOR","features":[309]},{"name":"SE_SECURITY_NAME","features":[309]},{"name":"SE_SELF_RELATIVE","features":[309]},{"name":"SE_SHUTDOWN_NAME","features":[309]},{"name":"SE_SID","features":[309]},{"name":"SE_SYNC_AGENT_NAME","features":[309]},{"name":"SE_SYSTEMTIME_NAME","features":[309]},{"name":"SE_SYSTEM_ENVIRONMENT_NAME","features":[309]},{"name":"SE_SYSTEM_PROFILE_NAME","features":[309]},{"name":"SE_TAKE_OWNERSHIP_NAME","features":[309]},{"name":"SE_TCB_NAME","features":[309]},{"name":"SE_TIME_ZONE_NAME","features":[309]},{"name":"SE_TRUSTED_CREDMAN_ACCESS_NAME","features":[309]},{"name":"SE_UNDOCK_NAME","features":[309]},{"name":"SE_UNSOLICITED_INPUT_NAME","features":[309]},{"name":"SID","features":[309]},{"name":"SID_AND_ATTRIBUTES","features":[309]},{"name":"SID_AND_ATTRIBUTES_HASH","features":[309]},{"name":"SID_IDENTIFIER_AUTHORITY","features":[309]},{"name":"SID_NAME_USE","features":[309]},{"name":"SIGNING_LEVEL_FILE_CACHE_FLAG_NOT_VALIDATED","features":[309]},{"name":"SIGNING_LEVEL_FILE_CACHE_FLAG_VALIDATE_ONLY","features":[309]},{"name":"SIGNING_LEVEL_MICROSOFT","features":[309]},{"name":"SUB_CONTAINERS_AND_OBJECTS_INHERIT","features":[309]},{"name":"SUB_CONTAINERS_ONLY_INHERIT","features":[309]},{"name":"SUB_OBJECTS_ONLY_INHERIT","features":[309]},{"name":"SUCCESSFUL_ACCESS_ACE_FLAG","features":[309]},{"name":"SYSTEM_ACCESS_FILTER_ACE","features":[309]},{"name":"SYSTEM_ALARM_ACE","features":[309]},{"name":"SYSTEM_ALARM_CALLBACK_ACE","features":[309]},{"name":"SYSTEM_ALARM_CALLBACK_OBJECT_ACE","features":[309]},{"name":"SYSTEM_ALARM_OBJECT_ACE","features":[309]},{"name":"SYSTEM_AUDIT_ACE","features":[309]},{"name":"SYSTEM_AUDIT_CALLBACK_ACE","features":[309]},{"name":"SYSTEM_AUDIT_CALLBACK_OBJECT_ACE","features":[309]},{"name":"SYSTEM_AUDIT_OBJECT_ACE","features":[309]},{"name":"SYSTEM_AUDIT_OBJECT_ACE_FLAGS","features":[309]},{"name":"SYSTEM_MANDATORY_LABEL_ACE","features":[309]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE","features":[309]},{"name":"SYSTEM_RESOURCE_ATTRIBUTE_ACE","features":[309]},{"name":"SYSTEM_SCOPED_POLICY_ID_ACE","features":[309]},{"name":"SecurityAnonymous","features":[309]},{"name":"SecurityDelegation","features":[309]},{"name":"SecurityIdentification","features":[309]},{"name":"SecurityImpersonation","features":[309]},{"name":"SetAclInformation","features":[305,309]},{"name":"SetCachedSigningLevel","features":[305,309]},{"name":"SetFileSecurityA","features":[305,309]},{"name":"SetFileSecurityW","features":[305,309]},{"name":"SetKernelObjectSecurity","features":[305,309]},{"name":"SetPrivateObjectSecurity","features":[305,309]},{"name":"SetPrivateObjectSecurityEx","features":[305,309]},{"name":"SetSecurityAccessMask","features":[309]},{"name":"SetSecurityDescriptorControl","features":[305,309]},{"name":"SetSecurityDescriptorDacl","features":[305,309]},{"name":"SetSecurityDescriptorGroup","features":[305,309]},{"name":"SetSecurityDescriptorOwner","features":[305,309]},{"name":"SetSecurityDescriptorRMControl","features":[309]},{"name":"SetSecurityDescriptorSacl","features":[305,309]},{"name":"SetTokenInformation","features":[305,309]},{"name":"SetUserObjectSecurity","features":[305,309]},{"name":"SidTypeAlias","features":[309]},{"name":"SidTypeComputer","features":[309]},{"name":"SidTypeDeletedAccount","features":[309]},{"name":"SidTypeDomain","features":[309]},{"name":"SidTypeGroup","features":[309]},{"name":"SidTypeInvalid","features":[309]},{"name":"SidTypeLabel","features":[309]},{"name":"SidTypeLogonSession","features":[309]},{"name":"SidTypeUnknown","features":[309]},{"name":"SidTypeUser","features":[309]},{"name":"SidTypeWellKnownGroup","features":[309]},{"name":"TOKEN_ACCESS_INFORMATION","features":[305,309]},{"name":"TOKEN_ACCESS_MASK","features":[309]},{"name":"TOKEN_ACCESS_PSEUDO_HANDLE","features":[309]},{"name":"TOKEN_ACCESS_PSEUDO_HANDLE_WIN8","features":[309]},{"name":"TOKEN_ACCESS_SYSTEM_SECURITY","features":[309]},{"name":"TOKEN_ADJUST_DEFAULT","features":[309]},{"name":"TOKEN_ADJUST_GROUPS","features":[309]},{"name":"TOKEN_ADJUST_PRIVILEGES","features":[309]},{"name":"TOKEN_ADJUST_SESSIONID","features":[309]},{"name":"TOKEN_ALL_ACCESS","features":[309]},{"name":"TOKEN_APPCONTAINER_INFORMATION","features":[309]},{"name":"TOKEN_ASSIGN_PRIMARY","features":[309]},{"name":"TOKEN_AUDIT_POLICY","features":[309]},{"name":"TOKEN_CONTROL","features":[305,309]},{"name":"TOKEN_DEFAULT_DACL","features":[309]},{"name":"TOKEN_DELETE","features":[309]},{"name":"TOKEN_DEVICE_CLAIMS","features":[309]},{"name":"TOKEN_DUPLICATE","features":[309]},{"name":"TOKEN_ELEVATION","features":[309]},{"name":"TOKEN_ELEVATION_TYPE","features":[309]},{"name":"TOKEN_EXECUTE","features":[309]},{"name":"TOKEN_GROUPS","features":[309]},{"name":"TOKEN_GROUPS_AND_PRIVILEGES","features":[305,309]},{"name":"TOKEN_IMPERSONATE","features":[309]},{"name":"TOKEN_INFORMATION_CLASS","features":[309]},{"name":"TOKEN_LINKED_TOKEN","features":[305,309]},{"name":"TOKEN_MANDATORY_LABEL","features":[309]},{"name":"TOKEN_MANDATORY_POLICY","features":[309]},{"name":"TOKEN_MANDATORY_POLICY_ID","features":[309]},{"name":"TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN","features":[309]},{"name":"TOKEN_MANDATORY_POLICY_NO_WRITE_UP","features":[309]},{"name":"TOKEN_MANDATORY_POLICY_OFF","features":[309]},{"name":"TOKEN_MANDATORY_POLICY_VALID_MASK","features":[309]},{"name":"TOKEN_ORIGIN","features":[305,309]},{"name":"TOKEN_OWNER","features":[309]},{"name":"TOKEN_PRIMARY_GROUP","features":[309]},{"name":"TOKEN_PRIVILEGES","features":[305,309]},{"name":"TOKEN_PRIVILEGES_ATTRIBUTES","features":[309]},{"name":"TOKEN_QUERY","features":[309]},{"name":"TOKEN_QUERY_SOURCE","features":[309]},{"name":"TOKEN_READ","features":[309]},{"name":"TOKEN_READ_CONTROL","features":[309]},{"name":"TOKEN_SOURCE","features":[305,309]},{"name":"TOKEN_STATISTICS","features":[305,309]},{"name":"TOKEN_TRUST_CONSTRAINT_MASK","features":[309]},{"name":"TOKEN_TYPE","features":[309]},{"name":"TOKEN_USER","features":[309]},{"name":"TOKEN_USER_CLAIMS","features":[309]},{"name":"TOKEN_WRITE","features":[309]},{"name":"TOKEN_WRITE_DAC","features":[309]},{"name":"TOKEN_WRITE_OWNER","features":[309]},{"name":"TokenAccessInformation","features":[309]},{"name":"TokenAppContainerNumber","features":[309]},{"name":"TokenAppContainerSid","features":[309]},{"name":"TokenAuditPolicy","features":[309]},{"name":"TokenBnoIsolation","features":[309]},{"name":"TokenCapabilities","features":[309]},{"name":"TokenChildProcessFlags","features":[309]},{"name":"TokenDefaultDacl","features":[309]},{"name":"TokenDeviceClaimAttributes","features":[309]},{"name":"TokenDeviceGroups","features":[309]},{"name":"TokenElevation","features":[309]},{"name":"TokenElevationType","features":[309]},{"name":"TokenElevationTypeDefault","features":[309]},{"name":"TokenElevationTypeFull","features":[309]},{"name":"TokenElevationTypeLimited","features":[309]},{"name":"TokenGroups","features":[309]},{"name":"TokenGroupsAndPrivileges","features":[309]},{"name":"TokenHasRestrictions","features":[309]},{"name":"TokenImpersonation","features":[309]},{"name":"TokenImpersonationLevel","features":[309]},{"name":"TokenIntegrityLevel","features":[309]},{"name":"TokenIsAppContainer","features":[309]},{"name":"TokenIsAppSilo","features":[309]},{"name":"TokenIsLessPrivilegedAppContainer","features":[309]},{"name":"TokenIsRestricted","features":[309]},{"name":"TokenIsSandboxed","features":[309]},{"name":"TokenLinkedToken","features":[309]},{"name":"TokenLogonSid","features":[309]},{"name":"TokenMandatoryPolicy","features":[309]},{"name":"TokenOrigin","features":[309]},{"name":"TokenOwner","features":[309]},{"name":"TokenPrimary","features":[309]},{"name":"TokenPrimaryGroup","features":[309]},{"name":"TokenPrivateNameSpace","features":[309]},{"name":"TokenPrivileges","features":[309]},{"name":"TokenProcessTrustLevel","features":[309]},{"name":"TokenRestrictedDeviceClaimAttributes","features":[309]},{"name":"TokenRestrictedDeviceGroups","features":[309]},{"name":"TokenRestrictedSids","features":[309]},{"name":"TokenRestrictedUserClaimAttributes","features":[309]},{"name":"TokenSandBoxInert","features":[309]},{"name":"TokenSecurityAttributes","features":[309]},{"name":"TokenSessionId","features":[309]},{"name":"TokenSessionReference","features":[309]},{"name":"TokenSingletonAttributes","features":[309]},{"name":"TokenSource","features":[309]},{"name":"TokenStatistics","features":[309]},{"name":"TokenType","features":[309]},{"name":"TokenUIAccess","features":[309]},{"name":"TokenUser","features":[309]},{"name":"TokenUserClaimAttributes","features":[309]},{"name":"TokenVirtualizationAllowed","features":[309]},{"name":"TokenVirtualizationEnabled","features":[309]},{"name":"UNPROTECTED_DACL_SECURITY_INFORMATION","features":[309]},{"name":"UNPROTECTED_SACL_SECURITY_INFORMATION","features":[309]},{"name":"WELL_KNOWN_SID_TYPE","features":[309]},{"name":"WRITE_RESTRICTED","features":[309]},{"name":"WinAccountAdministratorSid","features":[309]},{"name":"WinAccountCertAdminsSid","features":[309]},{"name":"WinAccountCloneableControllersSid","features":[309]},{"name":"WinAccountComputersSid","features":[309]},{"name":"WinAccountControllersSid","features":[309]},{"name":"WinAccountDefaultSystemManagedSid","features":[309]},{"name":"WinAccountDomainAdminsSid","features":[309]},{"name":"WinAccountDomainGuestsSid","features":[309]},{"name":"WinAccountDomainUsersSid","features":[309]},{"name":"WinAccountEnterpriseAdminsSid","features":[309]},{"name":"WinAccountEnterpriseKeyAdminsSid","features":[309]},{"name":"WinAccountGuestSid","features":[309]},{"name":"WinAccountKeyAdminsSid","features":[309]},{"name":"WinAccountKrbtgtSid","features":[309]},{"name":"WinAccountPolicyAdminsSid","features":[309]},{"name":"WinAccountProtectedUsersSid","features":[309]},{"name":"WinAccountRasAndIasServersSid","features":[309]},{"name":"WinAccountReadonlyControllersSid","features":[309]},{"name":"WinAccountSchemaAdminsSid","features":[309]},{"name":"WinAnonymousSid","features":[309]},{"name":"WinApplicationPackageAuthoritySid","features":[309]},{"name":"WinAuthenticatedUserSid","features":[309]},{"name":"WinAuthenticationAuthorityAssertedSid","features":[309]},{"name":"WinAuthenticationFreshKeyAuthSid","features":[309]},{"name":"WinAuthenticationKeyPropertyAttestationSid","features":[309]},{"name":"WinAuthenticationKeyPropertyMFASid","features":[309]},{"name":"WinAuthenticationKeyTrustSid","features":[309]},{"name":"WinAuthenticationServiceAssertedSid","features":[309]},{"name":"WinBatchSid","features":[309]},{"name":"WinBuiltinAccessControlAssistanceOperatorsSid","features":[309]},{"name":"WinBuiltinAccountOperatorsSid","features":[309]},{"name":"WinBuiltinAdministratorsSid","features":[309]},{"name":"WinBuiltinAnyPackageSid","features":[309]},{"name":"WinBuiltinAuthorizationAccessSid","features":[309]},{"name":"WinBuiltinBackupOperatorsSid","features":[309]},{"name":"WinBuiltinCertSvcDComAccessGroup","features":[309]},{"name":"WinBuiltinCryptoOperatorsSid","features":[309]},{"name":"WinBuiltinDCOMUsersSid","features":[309]},{"name":"WinBuiltinDefaultSystemManagedGroupSid","features":[309]},{"name":"WinBuiltinDeviceOwnersSid","features":[309]},{"name":"WinBuiltinDomainSid","features":[309]},{"name":"WinBuiltinEventLogReadersGroup","features":[309]},{"name":"WinBuiltinGuestsSid","features":[309]},{"name":"WinBuiltinHyperVAdminsSid","features":[309]},{"name":"WinBuiltinIUsersSid","features":[309]},{"name":"WinBuiltinIncomingForestTrustBuildersSid","features":[309]},{"name":"WinBuiltinNetworkConfigurationOperatorsSid","features":[309]},{"name":"WinBuiltinPerfLoggingUsersSid","features":[309]},{"name":"WinBuiltinPerfMonitoringUsersSid","features":[309]},{"name":"WinBuiltinPowerUsersSid","features":[309]},{"name":"WinBuiltinPreWindows2000CompatibleAccessSid","features":[309]},{"name":"WinBuiltinPrintOperatorsSid","features":[309]},{"name":"WinBuiltinRDSEndpointServersSid","features":[309]},{"name":"WinBuiltinRDSManagementServersSid","features":[309]},{"name":"WinBuiltinRDSRemoteAccessServersSid","features":[309]},{"name":"WinBuiltinRemoteDesktopUsersSid","features":[309]},{"name":"WinBuiltinRemoteManagementUsersSid","features":[309]},{"name":"WinBuiltinReplicatorSid","features":[309]},{"name":"WinBuiltinStorageReplicaAdminsSid","features":[309]},{"name":"WinBuiltinSystemOperatorsSid","features":[309]},{"name":"WinBuiltinTerminalServerLicenseServersSid","features":[309]},{"name":"WinBuiltinUsersSid","features":[309]},{"name":"WinCacheablePrincipalsGroupSid","features":[309]},{"name":"WinCapabilityAppointmentsSid","features":[309]},{"name":"WinCapabilityContactsSid","features":[309]},{"name":"WinCapabilityDocumentsLibrarySid","features":[309]},{"name":"WinCapabilityEnterpriseAuthenticationSid","features":[309]},{"name":"WinCapabilityInternetClientServerSid","features":[309]},{"name":"WinCapabilityInternetClientSid","features":[309]},{"name":"WinCapabilityMusicLibrarySid","features":[309]},{"name":"WinCapabilityPicturesLibrarySid","features":[309]},{"name":"WinCapabilityPrivateNetworkClientServerSid","features":[309]},{"name":"WinCapabilityRemovableStorageSid","features":[309]},{"name":"WinCapabilitySharedUserCertificatesSid","features":[309]},{"name":"WinCapabilityVideosLibrarySid","features":[309]},{"name":"WinConsoleLogonSid","features":[309]},{"name":"WinCreatorGroupServerSid","features":[309]},{"name":"WinCreatorGroupSid","features":[309]},{"name":"WinCreatorOwnerRightsSid","features":[309]},{"name":"WinCreatorOwnerServerSid","features":[309]},{"name":"WinCreatorOwnerSid","features":[309]},{"name":"WinDialupSid","features":[309]},{"name":"WinDigestAuthenticationSid","features":[309]},{"name":"WinEnterpriseControllersSid","features":[309]},{"name":"WinEnterpriseReadonlyControllersSid","features":[309]},{"name":"WinHighLabelSid","features":[309]},{"name":"WinIUserSid","features":[309]},{"name":"WinInteractiveSid","features":[309]},{"name":"WinLocalAccountAndAdministratorSid","features":[309]},{"name":"WinLocalAccountSid","features":[309]},{"name":"WinLocalLogonSid","features":[309]},{"name":"WinLocalServiceSid","features":[309]},{"name":"WinLocalSid","features":[309]},{"name":"WinLocalSystemSid","features":[309]},{"name":"WinLogonIdsSid","features":[309]},{"name":"WinLowLabelSid","features":[309]},{"name":"WinMediumLabelSid","features":[309]},{"name":"WinMediumPlusLabelSid","features":[309]},{"name":"WinNTLMAuthenticationSid","features":[309]},{"name":"WinNetworkServiceSid","features":[309]},{"name":"WinNetworkSid","features":[309]},{"name":"WinNewEnterpriseReadonlyControllersSid","features":[309]},{"name":"WinNonCacheablePrincipalsGroupSid","features":[309]},{"name":"WinNtAuthoritySid","features":[309]},{"name":"WinNullSid","features":[309]},{"name":"WinOtherOrganizationSid","features":[309]},{"name":"WinProxySid","features":[309]},{"name":"WinRemoteLogonIdSid","features":[309]},{"name":"WinRestrictedCodeSid","features":[309]},{"name":"WinSChannelAuthenticationSid","features":[309]},{"name":"WinSelfSid","features":[309]},{"name":"WinServiceSid","features":[309]},{"name":"WinSystemLabelSid","features":[309]},{"name":"WinTerminalServerSid","features":[309]},{"name":"WinThisOrganizationCertificateSid","features":[309]},{"name":"WinThisOrganizationSid","features":[309]},{"name":"WinUntrustedLabelSid","features":[309]},{"name":"WinUserModeDriversSid","features":[309]},{"name":"WinWorldSid","features":[309]},{"name":"WinWriteRestrictedCodeSid","features":[309]},{"name":"cwcFILENAMESUFFIXMAX","features":[309]},{"name":"cwcHRESULTSTRING","features":[309]},{"name":"szLBRACE","features":[309]},{"name":"szLPAREN","features":[309]},{"name":"szRBRACE","features":[309]},{"name":"szRPAREN","features":[309]},{"name":"wszCERTENROLLSHAREPATH","features":[309]},{"name":"wszFCSAPARM_CERTFILENAMESUFFIX","features":[309]},{"name":"wszFCSAPARM_CONFIGDN","features":[309]},{"name":"wszFCSAPARM_CRLDELTAFILENAMESUFFIX","features":[309]},{"name":"wszFCSAPARM_CRLFILENAMESUFFIX","features":[309]},{"name":"wszFCSAPARM_DOMAINDN","features":[309]},{"name":"wszFCSAPARM_DSCACERTATTRIBUTE","features":[309]},{"name":"wszFCSAPARM_DSCRLATTRIBUTE","features":[309]},{"name":"wszFCSAPARM_DSCROSSCERTPAIRATTRIBUTE","features":[309]},{"name":"wszFCSAPARM_DSKRACERTATTRIBUTE","features":[309]},{"name":"wszFCSAPARM_DSUSERCERTATTRIBUTE","features":[309]},{"name":"wszFCSAPARM_SANITIZEDCANAME","features":[309]},{"name":"wszFCSAPARM_SANITIZEDCANAMEHASH","features":[309]},{"name":"wszFCSAPARM_SERVERDNSNAME","features":[309]},{"name":"wszFCSAPARM_SERVERSHORTNAME","features":[309]},{"name":"wszLBRACE","features":[309]},{"name":"wszLPAREN","features":[309]},{"name":"wszRBRACE","features":[309]},{"name":"wszRPAREN","features":[309]}],"489":[{"name":"SAFER_CODE_PROPERTIES_V1","features":[305,486,398]},{"name":"SAFER_CODE_PROPERTIES_V2","features":[305,486,398]},{"name":"SAFER_COMPUTE_TOKEN_FROM_LEVEL_FLAGS","features":[486]},{"name":"SAFER_CRITERIA_APPX_PACKAGE","features":[486]},{"name":"SAFER_CRITERIA_AUTHENTICODE","features":[486]},{"name":"SAFER_CRITERIA_IMAGEHASH","features":[486]},{"name":"SAFER_CRITERIA_IMAGEPATH","features":[486]},{"name":"SAFER_CRITERIA_IMAGEPATH_NT","features":[486]},{"name":"SAFER_CRITERIA_NOSIGNEDHASH","features":[486]},{"name":"SAFER_CRITERIA_URLZONE","features":[486]},{"name":"SAFER_HASH_IDENTIFICATION","features":[305,486,398]},{"name":"SAFER_HASH_IDENTIFICATION2","features":[305,486,398]},{"name":"SAFER_IDENTIFICATION_HEADER","features":[305,486]},{"name":"SAFER_IDENTIFICATION_TYPES","features":[486]},{"name":"SAFER_LEVELID_CONSTRAINED","features":[486]},{"name":"SAFER_LEVELID_DISALLOWED","features":[486]},{"name":"SAFER_LEVELID_FULLYTRUSTED","features":[486]},{"name":"SAFER_LEVELID_NORMALUSER","features":[486]},{"name":"SAFER_LEVELID_UNTRUSTED","features":[486]},{"name":"SAFER_LEVEL_OPEN","features":[486]},{"name":"SAFER_MAX_DESCRIPTION_SIZE","features":[486]},{"name":"SAFER_MAX_FRIENDLYNAME_SIZE","features":[486]},{"name":"SAFER_MAX_HASH_SIZE","features":[486]},{"name":"SAFER_OBJECT_INFO_CLASS","features":[486]},{"name":"SAFER_PATHNAME_IDENTIFICATION","features":[305,486]},{"name":"SAFER_POLICY_BLOCK_CLIENT_UI","features":[486]},{"name":"SAFER_POLICY_HASH_DUPLICATE","features":[486]},{"name":"SAFER_POLICY_INFO_CLASS","features":[486]},{"name":"SAFER_POLICY_JOBID_CONSTRAINED","features":[486]},{"name":"SAFER_POLICY_JOBID_MASK","features":[486]},{"name":"SAFER_POLICY_JOBID_UNTRUSTED","features":[486]},{"name":"SAFER_POLICY_ONLY_AUDIT","features":[486]},{"name":"SAFER_POLICY_ONLY_EXES","features":[486]},{"name":"SAFER_POLICY_SANDBOX_INERT","features":[486]},{"name":"SAFER_POLICY_UIFLAGS_HIDDEN","features":[486]},{"name":"SAFER_POLICY_UIFLAGS_INFORMATION_PROMPT","features":[486]},{"name":"SAFER_POLICY_UIFLAGS_MASK","features":[486]},{"name":"SAFER_POLICY_UIFLAGS_OPTION_PROMPT","features":[486]},{"name":"SAFER_SCOPEID_MACHINE","features":[486]},{"name":"SAFER_SCOPEID_USER","features":[486]},{"name":"SAFER_TOKEN_COMPARE_ONLY","features":[486]},{"name":"SAFER_TOKEN_MAKE_INERT","features":[486]},{"name":"SAFER_TOKEN_NULL_IF_EQUAL","features":[486]},{"name":"SAFER_TOKEN_WANT_FLAGS","features":[486]},{"name":"SAFER_URLZONE_IDENTIFICATION","features":[305,486]},{"name":"SRP_POLICY_APPX","features":[486]},{"name":"SRP_POLICY_DLL","features":[486]},{"name":"SRP_POLICY_EXE","features":[486]},{"name":"SRP_POLICY_MANAGEDINSTALLER","features":[486]},{"name":"SRP_POLICY_MSI","features":[486]},{"name":"SRP_POLICY_NOV2","features":[486]},{"name":"SRP_POLICY_SCRIPT","features":[486]},{"name":"SRP_POLICY_SHELL","features":[486]},{"name":"SRP_POLICY_WLDPCONFIGCI","features":[486]},{"name":"SRP_POLICY_WLDPMSI","features":[486]},{"name":"SRP_POLICY_WLDPSCRIPT","features":[486]},{"name":"SaferCloseLevel","features":[305,486]},{"name":"SaferComputeTokenFromLevel","features":[305,486]},{"name":"SaferCreateLevel","features":[305,486]},{"name":"SaferGetLevelInformation","features":[305,486]},{"name":"SaferGetPolicyInformation","features":[305,486]},{"name":"SaferIdentifyLevel","features":[305,486,398]},{"name":"SaferIdentityDefault","features":[486]},{"name":"SaferIdentityTypeCertificate","features":[486]},{"name":"SaferIdentityTypeImageHash","features":[486]},{"name":"SaferIdentityTypeImageName","features":[486]},{"name":"SaferIdentityTypeUrlZone","features":[486]},{"name":"SaferObjectAllIdentificationGuids","features":[486]},{"name":"SaferObjectBuiltin","features":[486]},{"name":"SaferObjectDefaultOwner","features":[486]},{"name":"SaferObjectDeletedPrivileges","features":[486]},{"name":"SaferObjectDescription","features":[486]},{"name":"SaferObjectDisableMaxPrivilege","features":[486]},{"name":"SaferObjectDisallowed","features":[486]},{"name":"SaferObjectExtendedError","features":[486]},{"name":"SaferObjectFriendlyName","features":[486]},{"name":"SaferObjectInvertDeletedPrivileges","features":[486]},{"name":"SaferObjectLevelId","features":[486]},{"name":"SaferObjectRestrictedSidsAdded","features":[486]},{"name":"SaferObjectRestrictedSidsInverted","features":[486]},{"name":"SaferObjectScopeId","features":[486]},{"name":"SaferObjectSidsToDisable","features":[486]},{"name":"SaferObjectSingleIdentification","features":[486]},{"name":"SaferPolicyAuthenticodeEnabled","features":[486]},{"name":"SaferPolicyDefaultLevel","features":[486]},{"name":"SaferPolicyDefaultLevelFlags","features":[486]},{"name":"SaferPolicyEnableTransparentEnforcement","features":[486]},{"name":"SaferPolicyEvaluateUserScope","features":[486]},{"name":"SaferPolicyLevelList","features":[486]},{"name":"SaferPolicyScopeFlags","features":[486]},{"name":"SaferRecordEventLogEntry","features":[305,486]},{"name":"SaferSetLevelInformation","features":[305,486]},{"name":"SaferSetPolicyInformation","features":[305,486]},{"name":"SaferiIsExecutableFileType","features":[305,486]}],"490":[{"name":"ACCEPT_SECURITY_CONTEXT_FN","features":[327,487]},{"name":"ACCOUNT_ADJUST_PRIVILEGES","features":[327]},{"name":"ACCOUNT_ADJUST_QUOTAS","features":[327]},{"name":"ACCOUNT_ADJUST_SYSTEM_ACCESS","features":[327]},{"name":"ACCOUNT_VIEW","features":[327]},{"name":"ACQUIRE_CREDENTIALS_HANDLE_FN_A","features":[327,487]},{"name":"ACQUIRE_CREDENTIALS_HANDLE_FN_W","features":[327,487]},{"name":"ADD_CREDENTIALS_FN_A","features":[327,487]},{"name":"ADD_CREDENTIALS_FN_W","features":[327,487]},{"name":"APPLY_CONTROL_TOKEN_FN","features":[327,487]},{"name":"ASC_REQ_ALLOCATE_MEMORY","features":[327]},{"name":"ASC_REQ_ALLOW_CONTEXT_REPLAY","features":[327]},{"name":"ASC_REQ_ALLOW_MISSING_BINDINGS","features":[327]},{"name":"ASC_REQ_ALLOW_NON_USER_LOGONS","features":[327]},{"name":"ASC_REQ_ALLOW_NULL_SESSION","features":[327]},{"name":"ASC_REQ_CALL_LEVEL","features":[327]},{"name":"ASC_REQ_CONFIDENTIALITY","features":[327]},{"name":"ASC_REQ_CONNECTION","features":[327]},{"name":"ASC_REQ_DATAGRAM","features":[327]},{"name":"ASC_REQ_DELEGATE","features":[327]},{"name":"ASC_REQ_EXTENDED_ERROR","features":[327]},{"name":"ASC_REQ_FLAGS","features":[327]},{"name":"ASC_REQ_FRAGMENT_SUPPLIED","features":[327]},{"name":"ASC_REQ_FRAGMENT_TO_FIT","features":[327]},{"name":"ASC_REQ_HIGH_FLAGS","features":[327]},{"name":"ASC_REQ_IDENTIFY","features":[327]},{"name":"ASC_REQ_INTEGRITY","features":[327]},{"name":"ASC_REQ_LICENSING","features":[327]},{"name":"ASC_REQ_MESSAGES","features":[327]},{"name":"ASC_REQ_MUTUAL_AUTH","features":[327]},{"name":"ASC_REQ_NO_TOKEN","features":[327]},{"name":"ASC_REQ_PROXY_BINDINGS","features":[327]},{"name":"ASC_REQ_REPLAY_DETECT","features":[327]},{"name":"ASC_REQ_SEQUENCE_DETECT","features":[327]},{"name":"ASC_REQ_SESSION_TICKET","features":[327]},{"name":"ASC_REQ_STREAM","features":[327]},{"name":"ASC_REQ_USE_DCE_STYLE","features":[327]},{"name":"ASC_REQ_USE_SESSION_KEY","features":[327]},{"name":"ASC_RET_ALLOCATED_MEMORY","features":[327]},{"name":"ASC_RET_ALLOW_CONTEXT_REPLAY","features":[327]},{"name":"ASC_RET_ALLOW_NON_USER_LOGONS","features":[327]},{"name":"ASC_RET_CALL_LEVEL","features":[327]},{"name":"ASC_RET_CONFIDENTIALITY","features":[327]},{"name":"ASC_RET_CONNECTION","features":[327]},{"name":"ASC_RET_DATAGRAM","features":[327]},{"name":"ASC_RET_DELEGATE","features":[327]},{"name":"ASC_RET_EXTENDED_ERROR","features":[327]},{"name":"ASC_RET_FRAGMENT_ONLY","features":[327]},{"name":"ASC_RET_IDENTIFY","features":[327]},{"name":"ASC_RET_INTEGRITY","features":[327]},{"name":"ASC_RET_LICENSING","features":[327]},{"name":"ASC_RET_MESSAGES","features":[327]},{"name":"ASC_RET_MUTUAL_AUTH","features":[327]},{"name":"ASC_RET_NO_ADDITIONAL_TOKEN","features":[327]},{"name":"ASC_RET_NO_TOKEN","features":[327]},{"name":"ASC_RET_NULL_SESSION","features":[327]},{"name":"ASC_RET_REPLAY_DETECT","features":[327]},{"name":"ASC_RET_SEQUENCE_DETECT","features":[327]},{"name":"ASC_RET_SESSION_TICKET","features":[327]},{"name":"ASC_RET_STREAM","features":[327]},{"name":"ASC_RET_THIRD_LEG_FAILED","features":[327]},{"name":"ASC_RET_USED_DCE_STYLE","features":[327]},{"name":"ASC_RET_USE_SESSION_KEY","features":[327]},{"name":"AUDIT_ENUMERATE_USERS","features":[327]},{"name":"AUDIT_POLICY_INFORMATION","features":[327]},{"name":"AUDIT_QUERY_MISC_POLICY","features":[327]},{"name":"AUDIT_QUERY_SYSTEM_POLICY","features":[327]},{"name":"AUDIT_QUERY_USER_POLICY","features":[327]},{"name":"AUDIT_SET_MISC_POLICY","features":[327]},{"name":"AUDIT_SET_SYSTEM_POLICY","features":[327]},{"name":"AUDIT_SET_USER_POLICY","features":[327]},{"name":"AUTH_REQ_ALLOW_ENC_TKT_IN_SKEY","features":[327]},{"name":"AUTH_REQ_ALLOW_FORWARDABLE","features":[327]},{"name":"AUTH_REQ_ALLOW_NOADDRESS","features":[327]},{"name":"AUTH_REQ_ALLOW_POSTDATE","features":[327]},{"name":"AUTH_REQ_ALLOW_PROXIABLE","features":[327]},{"name":"AUTH_REQ_ALLOW_RENEWABLE","features":[327]},{"name":"AUTH_REQ_ALLOW_S4U_DELEGATE","features":[327]},{"name":"AUTH_REQ_ALLOW_VALIDATE","features":[327]},{"name":"AUTH_REQ_OK_AS_DELEGATE","features":[327]},{"name":"AUTH_REQ_PREAUTH_REQUIRED","features":[327]},{"name":"AUTH_REQ_TRANSITIVE_TRUST","features":[327]},{"name":"AUTH_REQ_VALIDATE_CLIENT","features":[327]},{"name":"AcceptSecurityContext","features":[327,487]},{"name":"AccountDomainInformation","features":[327]},{"name":"AcquireCredentialsHandleA","features":[327,487]},{"name":"AcquireCredentialsHandleW","features":[327,487]},{"name":"AddCredentialsA","features":[327,487]},{"name":"AddCredentialsW","features":[327,487]},{"name":"AddSecurityPackageA","features":[327]},{"name":"AddSecurityPackageW","features":[327]},{"name":"ApplyControlToken","features":[327,487]},{"name":"AuditCategoryAccountLogon","features":[327]},{"name":"AuditCategoryAccountManagement","features":[327]},{"name":"AuditCategoryDetailedTracking","features":[327]},{"name":"AuditCategoryDirectoryServiceAccess","features":[327]},{"name":"AuditCategoryLogon","features":[327]},{"name":"AuditCategoryObjectAccess","features":[327]},{"name":"AuditCategoryPolicyChange","features":[327]},{"name":"AuditCategoryPrivilegeUse","features":[327]},{"name":"AuditCategorySystem","features":[327]},{"name":"AuditComputeEffectivePolicyBySid","features":[305,327]},{"name":"AuditComputeEffectivePolicyByToken","features":[305,327]},{"name":"AuditEnumerateCategories","features":[305,327]},{"name":"AuditEnumeratePerUserPolicy","features":[305,327]},{"name":"AuditEnumerateSubCategories","features":[305,327]},{"name":"AuditFree","features":[327]},{"name":"AuditLookupCategoryGuidFromCategoryId","features":[305,327]},{"name":"AuditLookupCategoryIdFromCategoryGuid","features":[305,327]},{"name":"AuditLookupCategoryNameA","features":[305,327]},{"name":"AuditLookupCategoryNameW","features":[305,327]},{"name":"AuditLookupSubCategoryNameA","features":[305,327]},{"name":"AuditLookupSubCategoryNameW","features":[305,327]},{"name":"AuditQueryGlobalSaclA","features":[305,327]},{"name":"AuditQueryGlobalSaclW","features":[305,327]},{"name":"AuditQueryPerUserPolicy","features":[305,327]},{"name":"AuditQuerySecurity","features":[305,327]},{"name":"AuditQuerySystemPolicy","features":[305,327]},{"name":"AuditSetGlobalSaclA","features":[305,327]},{"name":"AuditSetGlobalSaclW","features":[305,327]},{"name":"AuditSetPerUserPolicy","features":[305,327]},{"name":"AuditSetSecurity","features":[305,327]},{"name":"AuditSetSystemPolicy","features":[305,327]},{"name":"Audit_AccountLogon","features":[327]},{"name":"Audit_AccountLogon_CredentialValidation","features":[327]},{"name":"Audit_AccountLogon_KerbCredentialValidation","features":[327]},{"name":"Audit_AccountLogon_Kerberos","features":[327]},{"name":"Audit_AccountLogon_Others","features":[327]},{"name":"Audit_AccountManagement","features":[327]},{"name":"Audit_AccountManagement_ApplicationGroup","features":[327]},{"name":"Audit_AccountManagement_ComputerAccount","features":[327]},{"name":"Audit_AccountManagement_DistributionGroup","features":[327]},{"name":"Audit_AccountManagement_Others","features":[327]},{"name":"Audit_AccountManagement_SecurityGroup","features":[327]},{"name":"Audit_AccountManagement_UserAccount","features":[327]},{"name":"Audit_DSAccess_DSAccess","features":[327]},{"name":"Audit_DetailedTracking","features":[327]},{"name":"Audit_DetailedTracking_DpapiActivity","features":[327]},{"name":"Audit_DetailedTracking_PnpActivity","features":[327]},{"name":"Audit_DetailedTracking_ProcessCreation","features":[327]},{"name":"Audit_DetailedTracking_ProcessTermination","features":[327]},{"name":"Audit_DetailedTracking_RpcCall","features":[327]},{"name":"Audit_DetailedTracking_TokenRightAdjusted","features":[327]},{"name":"Audit_DirectoryServiceAccess","features":[327]},{"name":"Audit_DsAccess_AdAuditChanges","features":[327]},{"name":"Audit_Ds_DetailedReplication","features":[327]},{"name":"Audit_Ds_Replication","features":[327]},{"name":"Audit_Logon","features":[327]},{"name":"Audit_Logon_AccountLockout","features":[327]},{"name":"Audit_Logon_Claims","features":[327]},{"name":"Audit_Logon_Groups","features":[327]},{"name":"Audit_Logon_IPSecMainMode","features":[327]},{"name":"Audit_Logon_IPSecQuickMode","features":[327]},{"name":"Audit_Logon_IPSecUserMode","features":[327]},{"name":"Audit_Logon_Logoff","features":[327]},{"name":"Audit_Logon_Logon","features":[327]},{"name":"Audit_Logon_NPS","features":[327]},{"name":"Audit_Logon_Others","features":[327]},{"name":"Audit_Logon_SpecialLogon","features":[327]},{"name":"Audit_ObjectAccess","features":[327]},{"name":"Audit_ObjectAccess_ApplicationGenerated","features":[327]},{"name":"Audit_ObjectAccess_CbacStaging","features":[327]},{"name":"Audit_ObjectAccess_CertificationServices","features":[327]},{"name":"Audit_ObjectAccess_DetailedFileShare","features":[327]},{"name":"Audit_ObjectAccess_FileSystem","features":[327]},{"name":"Audit_ObjectAccess_FirewallConnection","features":[327]},{"name":"Audit_ObjectAccess_FirewallPacketDrops","features":[327]},{"name":"Audit_ObjectAccess_Handle","features":[327]},{"name":"Audit_ObjectAccess_Kernel","features":[327]},{"name":"Audit_ObjectAccess_Other","features":[327]},{"name":"Audit_ObjectAccess_Registry","features":[327]},{"name":"Audit_ObjectAccess_RemovableStorage","features":[327]},{"name":"Audit_ObjectAccess_Sam","features":[327]},{"name":"Audit_ObjectAccess_Share","features":[327]},{"name":"Audit_PolicyChange","features":[327]},{"name":"Audit_PolicyChange_AuditPolicy","features":[327]},{"name":"Audit_PolicyChange_AuthenticationPolicy","features":[327]},{"name":"Audit_PolicyChange_AuthorizationPolicy","features":[327]},{"name":"Audit_PolicyChange_MpsscvRulePolicy","features":[327]},{"name":"Audit_PolicyChange_Others","features":[327]},{"name":"Audit_PolicyChange_WfpIPSecPolicy","features":[327]},{"name":"Audit_PrivilegeUse","features":[327]},{"name":"Audit_PrivilegeUse_NonSensitive","features":[327]},{"name":"Audit_PrivilegeUse_Others","features":[327]},{"name":"Audit_PrivilegeUse_Sensitive","features":[327]},{"name":"Audit_System","features":[327]},{"name":"Audit_System_IPSecDriverEvents","features":[327]},{"name":"Audit_System_Integrity","features":[327]},{"name":"Audit_System_Others","features":[327]},{"name":"Audit_System_SecurityStateChange","features":[327]},{"name":"Audit_System_SecuritySubsystemExtension","features":[327]},{"name":"CENTRAL_ACCESS_POLICY","features":[327]},{"name":"CENTRAL_ACCESS_POLICY_ENTRY","features":[327]},{"name":"CENTRAL_ACCESS_POLICY_OWNER_RIGHTS_PRESENT_FLAG","features":[327]},{"name":"CENTRAL_ACCESS_POLICY_STAGED_FLAG","features":[327]},{"name":"CENTRAL_ACCESS_POLICY_STAGED_OWNER_RIGHTS_PRESENT_FLAG","features":[327]},{"name":"CHANGE_PASSWORD_FN_A","features":[305,327]},{"name":"CHANGE_PASSWORD_FN_W","features":[305,327]},{"name":"CLEAR_BLOCK","features":[327]},{"name":"CLEAR_BLOCK_LENGTH","features":[327]},{"name":"CLOUDAP_NAME","features":[327]},{"name":"CLOUDAP_NAME_W","features":[327]},{"name":"COMPLETE_AUTH_TOKEN_FN","features":[327,487]},{"name":"CREDP_FLAGS_CLEAR_PASSWORD","features":[327]},{"name":"CREDP_FLAGS_DONT_CACHE_TI","features":[327]},{"name":"CREDP_FLAGS_IN_PROCESS","features":[327]},{"name":"CREDP_FLAGS_TRUSTED_CALLER","features":[327]},{"name":"CREDP_FLAGS_USER_ENCRYPTED_PASSWORD","features":[327]},{"name":"CREDP_FLAGS_USE_MIDL_HEAP","features":[327]},{"name":"CREDP_FLAGS_VALIDATE_PROXY_TARGET","features":[327]},{"name":"CRED_FETCH","features":[327]},{"name":"CRED_MARSHALED_TI_SIZE_SIZE","features":[327]},{"name":"CRYPTO_SETTINGS","features":[327]},{"name":"CYPHER_BLOCK_LENGTH","features":[327]},{"name":"CertHashInfo","features":[327]},{"name":"ChangeAccountPasswordA","features":[305,327]},{"name":"ChangeAccountPasswordW","features":[305,327]},{"name":"ClOUDAP_NAME_A","features":[327]},{"name":"CollisionOther","features":[327]},{"name":"CollisionTdo","features":[327]},{"name":"CollisionXref","features":[327]},{"name":"CompleteAuthToken","features":[327,487]},{"name":"CredFetchDPAPI","features":[327]},{"name":"CredFetchDefault","features":[327]},{"name":"CredFetchForced","features":[327]},{"name":"CredFreeCredentialsFn","features":[305,327,487]},{"name":"CredMarshalTargetInfo","features":[305,327,487]},{"name":"CredReadDomainCredentialsFn","features":[305,327,487]},{"name":"CredReadFn","features":[305,327,487]},{"name":"CredUnmarshalTargetInfo","features":[305,327,487]},{"name":"CredWriteFn","features":[305,327,487]},{"name":"CrediUnmarshalandDecodeStringFn","features":[305,327]},{"name":"DECRYPT_MESSAGE_FN","features":[327,487]},{"name":"DEFAULT_TLS_SSP_NAME","features":[327]},{"name":"DEFAULT_TLS_SSP_NAME_A","features":[327]},{"name":"DEFAULT_TLS_SSP_NAME_W","features":[327]},{"name":"DELETE_SECURITY_CONTEXT_FN","features":[327,487]},{"name":"DOMAIN_LOCKOUT_ADMINS","features":[327]},{"name":"DOMAIN_NO_LM_OWF_CHANGE","features":[327]},{"name":"DOMAIN_PASSWORD_COMPLEX","features":[327]},{"name":"DOMAIN_PASSWORD_INFORMATION","features":[327]},{"name":"DOMAIN_PASSWORD_NO_ANON_CHANGE","features":[327]},{"name":"DOMAIN_PASSWORD_NO_CLEAR_CHANGE","features":[327]},{"name":"DOMAIN_PASSWORD_PROPERTIES","features":[327]},{"name":"DOMAIN_PASSWORD_STORE_CLEARTEXT","features":[327]},{"name":"DOMAIN_REFUSE_PASSWORD_CHANGE","features":[327]},{"name":"DS_INET_ADDRESS","features":[327]},{"name":"DS_NETBIOS_ADDRESS","features":[327]},{"name":"DS_UNKNOWN_ADDRESS_TYPE","features":[327]},{"name":"DecryptMessage","features":[327,487]},{"name":"DeleteSecurityContext","features":[327,487]},{"name":"DeleteSecurityPackageA","features":[327]},{"name":"DeleteSecurityPackageW","features":[327]},{"name":"DeprecatedIUMCredKey","features":[327]},{"name":"DnsDomainInformation","features":[327]},{"name":"DomainUserCredKey","features":[327]},{"name":"ENABLE_TLS_CLIENT_EARLY_START","features":[327]},{"name":"ENCRYPTED_CREDENTIALW","features":[305,327,487]},{"name":"ENCRYPT_MESSAGE_FN","features":[327,487]},{"name":"ENUMERATE_SECURITY_PACKAGES_FN_A","features":[327]},{"name":"ENUMERATE_SECURITY_PACKAGES_FN_W","features":[327]},{"name":"EXPORT_SECURITY_CONTEXT_FLAGS","features":[327]},{"name":"EXPORT_SECURITY_CONTEXT_FN","features":[327,487]},{"name":"EXTENDED_NAME_FORMAT","features":[327]},{"name":"E_RM_UNKNOWN_ERROR","features":[327]},{"name":"EncryptMessage","features":[327,487]},{"name":"EnumerateSecurityPackagesA","features":[327]},{"name":"EnumerateSecurityPackagesW","features":[327]},{"name":"ExportSecurityContext","features":[327,487]},{"name":"ExternallySuppliedCredKey","features":[327]},{"name":"FACILITY_SL_ITF","features":[327]},{"name":"FREE_CONTEXT_BUFFER_FN","features":[327]},{"name":"FREE_CREDENTIALS_HANDLE_FN","features":[327,487]},{"name":"ForestTrustBinaryInfo","features":[327]},{"name":"ForestTrustDomainInfo","features":[327]},{"name":"ForestTrustRecordTypeLast","features":[327]},{"name":"ForestTrustScannerInfo","features":[327]},{"name":"ForestTrustTopLevelName","features":[327]},{"name":"ForestTrustTopLevelNameEx","features":[327]},{"name":"FreeContextBuffer","features":[327]},{"name":"FreeCredentialsHandle","features":[327,487]},{"name":"GetComputerObjectNameA","features":[305,327]},{"name":"GetComputerObjectNameW","features":[305,327]},{"name":"GetUserNameExA","features":[305,327]},{"name":"GetUserNameExW","features":[305,327]},{"name":"ICcgDomainAuthCredentials","features":[327]},{"name":"ID_CAP_SLAPI","features":[327]},{"name":"IMPERSONATE_SECURITY_CONTEXT_FN","features":[327,487]},{"name":"IMPORT_SECURITY_CONTEXT_FN_A","features":[327,487]},{"name":"IMPORT_SECURITY_CONTEXT_FN_W","features":[327,487]},{"name":"INITIALIZE_SECURITY_CONTEXT_FN_A","features":[327,487]},{"name":"INITIALIZE_SECURITY_CONTEXT_FN_W","features":[327,487]},{"name":"INIT_SECURITY_INTERFACE_A","features":[305,327,487]},{"name":"INIT_SECURITY_INTERFACE_W","features":[305,327,487]},{"name":"ISC_REQ_ALLOCATE_MEMORY","features":[327]},{"name":"ISC_REQ_CALL_LEVEL","features":[327]},{"name":"ISC_REQ_CONFIDENTIALITY","features":[327]},{"name":"ISC_REQ_CONFIDENTIALITY_ONLY","features":[327]},{"name":"ISC_REQ_CONNECTION","features":[327]},{"name":"ISC_REQ_DATAGRAM","features":[327]},{"name":"ISC_REQ_DEFERRED_CRED_VALIDATION","features":[327]},{"name":"ISC_REQ_DELEGATE","features":[327]},{"name":"ISC_REQ_EXTENDED_ERROR","features":[327]},{"name":"ISC_REQ_FLAGS","features":[327]},{"name":"ISC_REQ_FORWARD_CREDENTIALS","features":[327]},{"name":"ISC_REQ_FRAGMENT_SUPPLIED","features":[327]},{"name":"ISC_REQ_FRAGMENT_TO_FIT","features":[327]},{"name":"ISC_REQ_HIGH_FLAGS","features":[327]},{"name":"ISC_REQ_IDENTIFY","features":[327]},{"name":"ISC_REQ_INTEGRITY","features":[327]},{"name":"ISC_REQ_MANUAL_CRED_VALIDATION","features":[327]},{"name":"ISC_REQ_MESSAGES","features":[327]},{"name":"ISC_REQ_MUTUAL_AUTH","features":[327]},{"name":"ISC_REQ_NO_INTEGRITY","features":[327]},{"name":"ISC_REQ_NO_POST_HANDSHAKE_AUTH","features":[327]},{"name":"ISC_REQ_NULL_SESSION","features":[327]},{"name":"ISC_REQ_PROMPT_FOR_CREDS","features":[327]},{"name":"ISC_REQ_REPLAY_DETECT","features":[327]},{"name":"ISC_REQ_RESERVED1","features":[327]},{"name":"ISC_REQ_SEQUENCE_DETECT","features":[327]},{"name":"ISC_REQ_STREAM","features":[327]},{"name":"ISC_REQ_UNVERIFIED_TARGET_NAME","features":[327]},{"name":"ISC_REQ_USE_DCE_STYLE","features":[327]},{"name":"ISC_REQ_USE_HTTP_STYLE","features":[327]},{"name":"ISC_REQ_USE_SESSION_KEY","features":[327]},{"name":"ISC_REQ_USE_SUPPLIED_CREDS","features":[327]},{"name":"ISC_RET_ALLOCATED_MEMORY","features":[327]},{"name":"ISC_RET_CALL_LEVEL","features":[327]},{"name":"ISC_RET_CONFIDENTIALITY","features":[327]},{"name":"ISC_RET_CONFIDENTIALITY_ONLY","features":[327]},{"name":"ISC_RET_CONNECTION","features":[327]},{"name":"ISC_RET_DATAGRAM","features":[327]},{"name":"ISC_RET_DEFERRED_CRED_VALIDATION","features":[327]},{"name":"ISC_RET_DELEGATE","features":[327]},{"name":"ISC_RET_EXTENDED_ERROR","features":[327]},{"name":"ISC_RET_FORWARD_CREDENTIALS","features":[327]},{"name":"ISC_RET_FRAGMENT_ONLY","features":[327]},{"name":"ISC_RET_IDENTIFY","features":[327]},{"name":"ISC_RET_INTEGRITY","features":[327]},{"name":"ISC_RET_INTERMEDIATE_RETURN","features":[327]},{"name":"ISC_RET_MANUAL_CRED_VALIDATION","features":[327]},{"name":"ISC_RET_MESSAGES","features":[327]},{"name":"ISC_RET_MUTUAL_AUTH","features":[327]},{"name":"ISC_RET_NO_ADDITIONAL_TOKEN","features":[327]},{"name":"ISC_RET_NO_POST_HANDSHAKE_AUTH","features":[327]},{"name":"ISC_RET_NULL_SESSION","features":[327]},{"name":"ISC_RET_REAUTHENTICATION","features":[327]},{"name":"ISC_RET_REPLAY_DETECT","features":[327]},{"name":"ISC_RET_RESERVED1","features":[327]},{"name":"ISC_RET_SEQUENCE_DETECT","features":[327]},{"name":"ISC_RET_STREAM","features":[327]},{"name":"ISC_RET_USED_COLLECTED_CREDS","features":[327]},{"name":"ISC_RET_USED_DCE_STYLE","features":[327]},{"name":"ISC_RET_USED_HTTP_STYLE","features":[327]},{"name":"ISC_RET_USED_SUPPLIED_CREDS","features":[327]},{"name":"ISC_RET_USE_SESSION_KEY","features":[327]},{"name":"ISSP_LEVEL","features":[327]},{"name":"ISSP_MODE","features":[327]},{"name":"ImpersonateSecurityContext","features":[327,487]},{"name":"ImportSecurityContextA","features":[327,487]},{"name":"ImportSecurityContextW","features":[327,487]},{"name":"InitSecurityInterfaceA","features":[305,327,487]},{"name":"InitSecurityInterfaceW","features":[305,327,487]},{"name":"InitializeSecurityContextA","features":[327,487]},{"name":"InitializeSecurityContextW","features":[327,487]},{"name":"InvalidCredKey","features":[327]},{"name":"KDC_PROXY_CACHE_ENTRY_DATA","features":[305,327]},{"name":"KDC_PROXY_SETTINGS_FLAGS_FORCEPROXY","features":[327]},{"name":"KDC_PROXY_SETTINGS_V1","features":[327]},{"name":"KERBEROS_REVISION","features":[327]},{"name":"KERBEROS_VERSION","features":[327]},{"name":"KERB_ADDRESS_TYPE","features":[327]},{"name":"KERB_ADD_BINDING_CACHE_ENTRY_EX_REQUEST","features":[327]},{"name":"KERB_ADD_BINDING_CACHE_ENTRY_REQUEST","features":[327]},{"name":"KERB_ADD_CREDENTIALS_REQUEST","features":[305,327]},{"name":"KERB_ADD_CREDENTIALS_REQUEST_EX","features":[305,327]},{"name":"KERB_AUTH_DATA","features":[327]},{"name":"KERB_BINDING_CACHE_ENTRY_DATA","features":[327]},{"name":"KERB_CERTIFICATE_HASHINFO","features":[327]},{"name":"KERB_CERTIFICATE_INFO","features":[327]},{"name":"KERB_CERTIFICATE_INFO_TYPE","features":[327]},{"name":"KERB_CERTIFICATE_LOGON","features":[327]},{"name":"KERB_CERTIFICATE_LOGON_FLAG_CHECK_DUPLICATES","features":[327]},{"name":"KERB_CERTIFICATE_LOGON_FLAG_USE_CERTIFICATE_INFO","features":[327]},{"name":"KERB_CERTIFICATE_S4U_LOGON","features":[327]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_CHECK_DUPLICATES","features":[327]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[327]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_FAIL_IF_NT_AUTH_POLICY_REQUIRED","features":[327]},{"name":"KERB_CERTIFICATE_S4U_LOGON_FLAG_IDENTIFY","features":[327]},{"name":"KERB_CERTIFICATE_UNLOCK_LOGON","features":[305,327]},{"name":"KERB_CHANGEPASSWORD_REQUEST","features":[305,327]},{"name":"KERB_CHECKSUM_CRC32","features":[327]},{"name":"KERB_CHECKSUM_DES_MAC","features":[327]},{"name":"KERB_CHECKSUM_DES_MAC_MD5","features":[327]},{"name":"KERB_CHECKSUM_HMAC_MD5","features":[327]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES128","features":[327]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES128_Ki","features":[327]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES256","features":[327]},{"name":"KERB_CHECKSUM_HMAC_SHA1_96_AES256_Ki","features":[327]},{"name":"KERB_CHECKSUM_KRB_DES_MAC","features":[327]},{"name":"KERB_CHECKSUM_KRB_DES_MAC_K","features":[327]},{"name":"KERB_CHECKSUM_LM","features":[327]},{"name":"KERB_CHECKSUM_MD25","features":[327]},{"name":"KERB_CHECKSUM_MD4","features":[327]},{"name":"KERB_CHECKSUM_MD5","features":[327]},{"name":"KERB_CHECKSUM_MD5_DES","features":[327]},{"name":"KERB_CHECKSUM_MD5_HMAC","features":[327]},{"name":"KERB_CHECKSUM_NONE","features":[327]},{"name":"KERB_CHECKSUM_RC4_MD5","features":[327]},{"name":"KERB_CHECKSUM_REAL_CRC32","features":[327]},{"name":"KERB_CHECKSUM_SHA1","features":[327]},{"name":"KERB_CHECKSUM_SHA1_NEW","features":[327]},{"name":"KERB_CHECKSUM_SHA256","features":[327]},{"name":"KERB_CHECKSUM_SHA384","features":[327]},{"name":"KERB_CHECKSUM_SHA512","features":[327]},{"name":"KERB_CLEANUP_MACHINE_PKINIT_CREDS_REQUEST","features":[305,327]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA","features":[327]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA_V0","features":[327]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_DATA_VERSION","features":[327]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_REQUEST","features":[305,327]},{"name":"KERB_CLOUD_KERBEROS_DEBUG_RESPONSE","features":[327]},{"name":"KERB_CRYPTO_KEY","features":[327]},{"name":"KERB_CRYPTO_KEY32","features":[327]},{"name":"KERB_CRYPTO_KEY_TYPE","features":[327]},{"name":"KERB_DECRYPT_FLAG_DEFAULT_KEY","features":[327]},{"name":"KERB_DECRYPT_REQUEST","features":[305,327]},{"name":"KERB_DECRYPT_RESPONSE","features":[327]},{"name":"KERB_ETYPE_AES128_CTS_HMAC_SHA1_96","features":[327]},{"name":"KERB_ETYPE_AES128_CTS_HMAC_SHA1_96_PLAIN","features":[327]},{"name":"KERB_ETYPE_AES256_CTS_HMAC_SHA1_96","features":[327]},{"name":"KERB_ETYPE_AES256_CTS_HMAC_SHA1_96_PLAIN","features":[327]},{"name":"KERB_ETYPE_DEFAULT","features":[327]},{"name":"KERB_ETYPE_DES3_CBC_MD5","features":[327]},{"name":"KERB_ETYPE_DES3_CBC_SHA1","features":[327]},{"name":"KERB_ETYPE_DES3_CBC_SHA1_KD","features":[327]},{"name":"KERB_ETYPE_DES_CBC_CRC","features":[327]},{"name":"KERB_ETYPE_DES_CBC_MD4","features":[327]},{"name":"KERB_ETYPE_DES_CBC_MD5","features":[327]},{"name":"KERB_ETYPE_DES_CBC_MD5_NT","features":[327]},{"name":"KERB_ETYPE_DES_EDE3_CBC_ENV","features":[327]},{"name":"KERB_ETYPE_DES_PLAIN","features":[327]},{"name":"KERB_ETYPE_DSA_SHA1_CMS","features":[327]},{"name":"KERB_ETYPE_DSA_SIGN","features":[327]},{"name":"KERB_ETYPE_NULL","features":[327]},{"name":"KERB_ETYPE_PKCS7_PUB","features":[327]},{"name":"KERB_ETYPE_RC2_CBC_ENV","features":[327]},{"name":"KERB_ETYPE_RC4_HMAC_NT","features":[327]},{"name":"KERB_ETYPE_RC4_HMAC_NT_EXP","features":[327]},{"name":"KERB_ETYPE_RC4_HMAC_OLD","features":[327]},{"name":"KERB_ETYPE_RC4_HMAC_OLD_EXP","features":[327]},{"name":"KERB_ETYPE_RC4_LM","features":[327]},{"name":"KERB_ETYPE_RC4_MD4","features":[327]},{"name":"KERB_ETYPE_RC4_PLAIN","features":[327]},{"name":"KERB_ETYPE_RC4_PLAIN2","features":[327]},{"name":"KERB_ETYPE_RC4_PLAIN_EXP","features":[327]},{"name":"KERB_ETYPE_RC4_PLAIN_OLD","features":[327]},{"name":"KERB_ETYPE_RC4_PLAIN_OLD_EXP","features":[327]},{"name":"KERB_ETYPE_RC4_SHA","features":[327]},{"name":"KERB_ETYPE_RSA_ENV","features":[327]},{"name":"KERB_ETYPE_RSA_ES_OEAP_ENV","features":[327]},{"name":"KERB_ETYPE_RSA_MD5_CMS","features":[327]},{"name":"KERB_ETYPE_RSA_PRIV","features":[327]},{"name":"KERB_ETYPE_RSA_PUB","features":[327]},{"name":"KERB_ETYPE_RSA_PUB_MD5","features":[327]},{"name":"KERB_ETYPE_RSA_PUB_SHA1","features":[327]},{"name":"KERB_ETYPE_RSA_SHA1_CMS","features":[327]},{"name":"KERB_EXTERNAL_NAME","features":[327]},{"name":"KERB_EXTERNAL_TICKET","features":[327]},{"name":"KERB_INTERACTIVE_LOGON","features":[327]},{"name":"KERB_INTERACTIVE_PROFILE","features":[327]},{"name":"KERB_INTERACTIVE_UNLOCK_LOGON","features":[305,327]},{"name":"KERB_LOGON_FLAG_ALLOW_EXPIRED_TICKET","features":[327]},{"name":"KERB_LOGON_FLAG_REDIRECTED","features":[327]},{"name":"KERB_LOGON_SUBMIT_TYPE","features":[327]},{"name":"KERB_NET_ADDRESS","features":[327]},{"name":"KERB_NET_ADDRESSES","features":[327]},{"name":"KERB_PROFILE_BUFFER_TYPE","features":[327]},{"name":"KERB_PROTOCOL_MESSAGE_TYPE","features":[327]},{"name":"KERB_PURGE_ALL_TICKETS","features":[327]},{"name":"KERB_PURGE_BINDING_CACHE_REQUEST","features":[327]},{"name":"KERB_PURGE_KDC_PROXY_CACHE_REQUEST","features":[305,327]},{"name":"KERB_PURGE_KDC_PROXY_CACHE_RESPONSE","features":[327]},{"name":"KERB_PURGE_TKT_CACHE_EX_REQUEST","features":[305,327]},{"name":"KERB_PURGE_TKT_CACHE_REQUEST","features":[305,327]},{"name":"KERB_QUERY_BINDING_CACHE_REQUEST","features":[327]},{"name":"KERB_QUERY_BINDING_CACHE_RESPONSE","features":[327]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST","features":[327]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_RESPONSE","features":[327]},{"name":"KERB_QUERY_DOMAIN_EXTENDED_POLICIES_RESPONSE_FLAG_DAC_DISABLED","features":[327]},{"name":"KERB_QUERY_KDC_PROXY_CACHE_REQUEST","features":[305,327]},{"name":"KERB_QUERY_KDC_PROXY_CACHE_RESPONSE","features":[305,327]},{"name":"KERB_QUERY_S4U2PROXY_CACHE_REQUEST","features":[305,327]},{"name":"KERB_QUERY_S4U2PROXY_CACHE_RESPONSE","features":[305,327]},{"name":"KERB_QUERY_TKT_CACHE_EX2_RESPONSE","features":[327]},{"name":"KERB_QUERY_TKT_CACHE_EX3_RESPONSE","features":[327]},{"name":"KERB_QUERY_TKT_CACHE_EX_RESPONSE","features":[327]},{"name":"KERB_QUERY_TKT_CACHE_REQUEST","features":[305,327]},{"name":"KERB_QUERY_TKT_CACHE_RESPONSE","features":[327]},{"name":"KERB_REFRESH_POLICY_KDC","features":[327]},{"name":"KERB_REFRESH_POLICY_KERBEROS","features":[327]},{"name":"KERB_REFRESH_POLICY_REQUEST","features":[327]},{"name":"KERB_REFRESH_POLICY_RESPONSE","features":[327]},{"name":"KERB_REFRESH_SCCRED_GETTGT","features":[327]},{"name":"KERB_REFRESH_SCCRED_RELEASE","features":[327]},{"name":"KERB_REFRESH_SCCRED_REQUEST","features":[305,327]},{"name":"KERB_REQUEST_ADD_CREDENTIAL","features":[327]},{"name":"KERB_REQUEST_FLAGS","features":[327]},{"name":"KERB_REQUEST_REMOVE_CREDENTIAL","features":[327]},{"name":"KERB_REQUEST_REPLACE_CREDENTIAL","features":[327]},{"name":"KERB_RETRIEVE_KEY_TAB_REQUEST","features":[327]},{"name":"KERB_RETRIEVE_KEY_TAB_RESPONSE","features":[327]},{"name":"KERB_RETRIEVE_TICKET_AS_KERB_CRED","features":[327]},{"name":"KERB_RETRIEVE_TICKET_CACHE_TICKET","features":[327]},{"name":"KERB_RETRIEVE_TICKET_DEFAULT","features":[327]},{"name":"KERB_RETRIEVE_TICKET_DONT_USE_CACHE","features":[327]},{"name":"KERB_RETRIEVE_TICKET_MAX_LIFETIME","features":[327]},{"name":"KERB_RETRIEVE_TICKET_USE_CACHE_ONLY","features":[327]},{"name":"KERB_RETRIEVE_TICKET_USE_CREDHANDLE","features":[327]},{"name":"KERB_RETRIEVE_TICKET_WITH_SEC_CRED","features":[327]},{"name":"KERB_RETRIEVE_TKT_REQUEST","features":[305,327,487]},{"name":"KERB_RETRIEVE_TKT_RESPONSE","features":[327]},{"name":"KERB_S4U2PROXY_CACHE_ENTRY_INFO","features":[305,327]},{"name":"KERB_S4U2PROXY_CACHE_ENTRY_INFO_FLAG_NEGATIVE","features":[327]},{"name":"KERB_S4U2PROXY_CRED","features":[305,327]},{"name":"KERB_S4U2PROXY_CRED_FLAG_NEGATIVE","features":[327]},{"name":"KERB_S4U_LOGON","features":[327]},{"name":"KERB_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[327]},{"name":"KERB_S4U_LOGON_FLAG_IDENTIFY","features":[327]},{"name":"KERB_SETPASSWORD_EX_REQUEST","features":[305,327,487]},{"name":"KERB_SETPASSWORD_REQUEST","features":[305,327,487]},{"name":"KERB_SETPASS_USE_CREDHANDLE","features":[327]},{"name":"KERB_SETPASS_USE_LOGONID","features":[327]},{"name":"KERB_SMART_CARD_LOGON","features":[327]},{"name":"KERB_SMART_CARD_PROFILE","features":[327]},{"name":"KERB_SMART_CARD_UNLOCK_LOGON","features":[305,327]},{"name":"KERB_SUBMIT_TKT_REQUEST","features":[305,327]},{"name":"KERB_TICKET_CACHE_INFO","features":[327]},{"name":"KERB_TICKET_CACHE_INFO_EX","features":[327]},{"name":"KERB_TICKET_CACHE_INFO_EX2","features":[327]},{"name":"KERB_TICKET_CACHE_INFO_EX3","features":[327]},{"name":"KERB_TICKET_FLAGS","features":[327]},{"name":"KERB_TICKET_FLAGS_cname_in_pa_data","features":[327]},{"name":"KERB_TICKET_FLAGS_enc_pa_rep","features":[327]},{"name":"KERB_TICKET_FLAGS_forwardable","features":[327]},{"name":"KERB_TICKET_FLAGS_forwarded","features":[327]},{"name":"KERB_TICKET_FLAGS_hw_authent","features":[327]},{"name":"KERB_TICKET_FLAGS_initial","features":[327]},{"name":"KERB_TICKET_FLAGS_invalid","features":[327]},{"name":"KERB_TICKET_FLAGS_may_postdate","features":[327]},{"name":"KERB_TICKET_FLAGS_name_canonicalize","features":[327]},{"name":"KERB_TICKET_FLAGS_ok_as_delegate","features":[327]},{"name":"KERB_TICKET_FLAGS_postdated","features":[327]},{"name":"KERB_TICKET_FLAGS_pre_authent","features":[327]},{"name":"KERB_TICKET_FLAGS_proxiable","features":[327]},{"name":"KERB_TICKET_FLAGS_proxy","features":[327]},{"name":"KERB_TICKET_FLAGS_renewable","features":[327]},{"name":"KERB_TICKET_FLAGS_reserved","features":[327]},{"name":"KERB_TICKET_FLAGS_reserved1","features":[327]},{"name":"KERB_TICKET_LOGON","features":[327]},{"name":"KERB_TICKET_PROFILE","features":[327]},{"name":"KERB_TICKET_UNLOCK_LOGON","features":[305,327]},{"name":"KERB_TRANSFER_CRED_CLEANUP_CREDENTIALS","features":[327]},{"name":"KERB_TRANSFER_CRED_REQUEST","features":[305,327]},{"name":"KERB_TRANSFER_CRED_WITH_TICKETS","features":[327]},{"name":"KERB_USE_DEFAULT_TICKET_FLAGS","features":[327]},{"name":"KERB_WRAP_NO_ENCRYPT","features":[327]},{"name":"KERN_CONTEXT_CERT_INFO_V1","features":[327]},{"name":"KRB_ANONYMOUS_STRING","features":[327]},{"name":"KRB_NT_ENTERPRISE_PRINCIPAL","features":[327]},{"name":"KRB_NT_ENT_PRINCIPAL_AND_ID","features":[327]},{"name":"KRB_NT_MS_BRANCH_ID","features":[327]},{"name":"KRB_NT_MS_PRINCIPAL","features":[327]},{"name":"KRB_NT_MS_PRINCIPAL_AND_ID","features":[327]},{"name":"KRB_NT_PRINCIPAL","features":[327]},{"name":"KRB_NT_PRINCIPAL_AND_ID","features":[327]},{"name":"KRB_NT_SRV_HST","features":[327]},{"name":"KRB_NT_SRV_INST","features":[327]},{"name":"KRB_NT_SRV_INST_AND_ID","features":[327]},{"name":"KRB_NT_SRV_XHST","features":[327]},{"name":"KRB_NT_UID","features":[327]},{"name":"KRB_NT_UNKNOWN","features":[327]},{"name":"KRB_NT_WELLKNOWN","features":[327]},{"name":"KRB_NT_X500_PRINCIPAL","features":[327]},{"name":"KRB_WELLKNOWN_STRING","features":[327]},{"name":"KSEC_CONTEXT_TYPE","features":[327]},{"name":"KSEC_LIST_ENTRY","features":[327,312]},{"name":"KSecNonPaged","features":[327]},{"name":"KSecPaged","features":[327]},{"name":"KerbAddBindingCacheEntryExMessage","features":[327]},{"name":"KerbAddBindingCacheEntryMessage","features":[327]},{"name":"KerbAddExtraCredentialsExMessage","features":[327]},{"name":"KerbAddExtraCredentialsMessage","features":[327]},{"name":"KerbCertificateLogon","features":[327]},{"name":"KerbCertificateS4ULogon","features":[327]},{"name":"KerbCertificateUnlockLogon","features":[327]},{"name":"KerbChangeMachinePasswordMessage","features":[327]},{"name":"KerbChangePasswordMessage","features":[327]},{"name":"KerbCleanupMachinePkinitCredsMessage","features":[327]},{"name":"KerbDebugRequestMessage","features":[327]},{"name":"KerbDecryptDataMessage","features":[327]},{"name":"KerbInteractiveLogon","features":[327]},{"name":"KerbInteractiveProfile","features":[327]},{"name":"KerbLuidLogon","features":[327]},{"name":"KerbNoElevationLogon","features":[327]},{"name":"KerbPinKdcMessage","features":[327]},{"name":"KerbPrintCloudKerberosDebugMessage","features":[327]},{"name":"KerbProxyLogon","features":[327]},{"name":"KerbPurgeBindingCacheMessage","features":[327]},{"name":"KerbPurgeKdcProxyCacheMessage","features":[327]},{"name":"KerbPurgeTicketCacheExMessage","features":[327]},{"name":"KerbPurgeTicketCacheMessage","features":[327]},{"name":"KerbQueryBindingCacheMessage","features":[327]},{"name":"KerbQueryDomainExtendedPoliciesMessage","features":[327]},{"name":"KerbQueryKdcProxyCacheMessage","features":[327]},{"name":"KerbQueryS4U2ProxyCacheMessage","features":[327]},{"name":"KerbQuerySupplementalCredentialsMessage","features":[327]},{"name":"KerbQueryTicketCacheEx2Message","features":[327]},{"name":"KerbQueryTicketCacheEx3Message","features":[327]},{"name":"KerbQueryTicketCacheExMessage","features":[327]},{"name":"KerbQueryTicketCacheMessage","features":[327]},{"name":"KerbRefreshPolicyMessage","features":[327]},{"name":"KerbRefreshSmartcardCredentialsMessage","features":[327]},{"name":"KerbRetrieveEncodedTicketMessage","features":[327]},{"name":"KerbRetrieveKeyTabMessage","features":[327]},{"name":"KerbRetrieveTicketMessage","features":[327]},{"name":"KerbS4ULogon","features":[327]},{"name":"KerbSetPasswordExMessage","features":[327]},{"name":"KerbSetPasswordMessage","features":[327]},{"name":"KerbSmartCardLogon","features":[327]},{"name":"KerbSmartCardProfile","features":[327]},{"name":"KerbSmartCardUnlockLogon","features":[327]},{"name":"KerbSubmitTicketMessage","features":[327]},{"name":"KerbTicketLogon","features":[327]},{"name":"KerbTicketProfile","features":[327]},{"name":"KerbTicketUnlockLogon","features":[327]},{"name":"KerbTransferCredentialsMessage","features":[327]},{"name":"KerbUnpinAllKdcsMessage","features":[327]},{"name":"KerbUpdateAddressesMessage","features":[327]},{"name":"KerbVerifyCredentialsMessage","features":[327]},{"name":"KerbVerifyPacMessage","features":[327]},{"name":"KerbWorkstationUnlockLogon","features":[327]},{"name":"KspCompleteTokenFn","features":[305,327]},{"name":"KspDeleteContextFn","features":[305,327]},{"name":"KspGetTokenFn","features":[305,327]},{"name":"KspInitContextFn","features":[305,327]},{"name":"KspInitPackageFn","features":[305,327,312]},{"name":"KspMakeSignatureFn","features":[305,327]},{"name":"KspMapHandleFn","features":[305,327]},{"name":"KspQueryAttributesFn","features":[305,327]},{"name":"KspSealMessageFn","features":[305,327]},{"name":"KspSerializeAuthDataFn","features":[305,327]},{"name":"KspSetPagingModeFn","features":[305,327]},{"name":"KspUnsealMessageFn","features":[305,327]},{"name":"KspVerifySignatureFn","features":[305,327]},{"name":"LCRED_CRED_EXISTS","features":[327]},{"name":"LCRED_STATUS_NOCRED","features":[327]},{"name":"LCRED_STATUS_UNKNOWN_ISSUER","features":[327]},{"name":"LOGON_CACHED_ACCOUNT","features":[327]},{"name":"LOGON_EXTRA_SIDS","features":[327]},{"name":"LOGON_GRACE_LOGON","features":[327]},{"name":"LOGON_GUEST","features":[327]},{"name":"LOGON_HOURS","features":[327]},{"name":"LOGON_LM_V2","features":[327]},{"name":"LOGON_MANAGED_SERVICE","features":[327]},{"name":"LOGON_NOENCRYPTION","features":[327]},{"name":"LOGON_NO_ELEVATION","features":[327]},{"name":"LOGON_NO_OPTIMIZED","features":[327]},{"name":"LOGON_NTLMV2_ENABLED","features":[327]},{"name":"LOGON_NTLM_V2","features":[327]},{"name":"LOGON_NT_V2","features":[327]},{"name":"LOGON_OPTIMIZED","features":[327]},{"name":"LOGON_PKINIT","features":[327]},{"name":"LOGON_PROFILE_PATH_RETURNED","features":[327]},{"name":"LOGON_RESOURCE_GROUPS","features":[327]},{"name":"LOGON_SERVER_TRUST_ACCOUNT","features":[327]},{"name":"LOGON_SUBAUTH_SESSION_KEY","features":[327]},{"name":"LOGON_USED_LM_PASSWORD","features":[327]},{"name":"LOGON_WINLOGON","features":[327]},{"name":"LOOKUP_TRANSLATE_NAMES","features":[327]},{"name":"LOOKUP_VIEW_LOCAL_INFORMATION","features":[327]},{"name":"LSAD_AES_BLOCK_SIZE","features":[327]},{"name":"LSAD_AES_CRYPT_SHA512_HASH_SIZE","features":[327]},{"name":"LSAD_AES_KEY_SIZE","features":[327]},{"name":"LSAD_AES_SALT_SIZE","features":[327]},{"name":"LSASETCAPS_RELOAD_FLAG","features":[327]},{"name":"LSASETCAPS_VALID_FLAG_MASK","features":[327]},{"name":"LSA_ADT_LEGACY_SECURITY_SOURCE_NAME","features":[327]},{"name":"LSA_ADT_SECURITY_SOURCE_NAME","features":[327]},{"name":"LSA_AP_NAME_CALL_PACKAGE","features":[327]},{"name":"LSA_AP_NAME_CALL_PACKAGE_PASSTHROUGH","features":[327]},{"name":"LSA_AP_NAME_CALL_PACKAGE_UNTRUSTED","features":[327]},{"name":"LSA_AP_NAME_INITIALIZE_PACKAGE","features":[327]},{"name":"LSA_AP_NAME_LOGON_TERMINATED","features":[327]},{"name":"LSA_AP_NAME_LOGON_USER","features":[327]},{"name":"LSA_AP_NAME_LOGON_USER_EX","features":[327]},{"name":"LSA_AP_NAME_LOGON_USER_EX2","features":[327]},{"name":"LSA_AP_POST_LOGON_USER","features":[305,327]},{"name":"LSA_AUTH_INFORMATION","features":[327]},{"name":"LSA_AUTH_INFORMATION_AUTH_TYPE","features":[327]},{"name":"LSA_CALL_LICENSE_SERVER","features":[327]},{"name":"LSA_DISPATCH_TABLE","features":[305,327]},{"name":"LSA_ENUMERATION_INFORMATION","features":[327]},{"name":"LSA_FOREST_TRUST_BINARY_DATA","features":[327]},{"name":"LSA_FOREST_TRUST_COLLISION_INFORMATION","features":[327]},{"name":"LSA_FOREST_TRUST_COLLISION_RECORD","features":[327]},{"name":"LSA_FOREST_TRUST_COLLISION_RECORD_TYPE","features":[327]},{"name":"LSA_FOREST_TRUST_DOMAIN_INFO","features":[327]},{"name":"LSA_FOREST_TRUST_INFORMATION","features":[327]},{"name":"LSA_FOREST_TRUST_INFORMATION2","features":[327]},{"name":"LSA_FOREST_TRUST_RECORD","features":[327]},{"name":"LSA_FOREST_TRUST_RECORD2","features":[327]},{"name":"LSA_FOREST_TRUST_RECORD_TYPE","features":[327]},{"name":"LSA_FOREST_TRUST_RECORD_TYPE_UNRECOGNIZED","features":[327]},{"name":"LSA_FOREST_TRUST_SCANNER_INFO","features":[327]},{"name":"LSA_FTRECORD_DISABLED_REASONS","features":[327]},{"name":"LSA_GLOBAL_SECRET_PREFIX","features":[327]},{"name":"LSA_GLOBAL_SECRET_PREFIX_LENGTH","features":[327]},{"name":"LSA_HANDLE","features":[327]},{"name":"LSA_LAST_INTER_LOGON_INFO","features":[327]},{"name":"LSA_LOCAL_SECRET_PREFIX","features":[327]},{"name":"LSA_LOCAL_SECRET_PREFIX_LENGTH","features":[327]},{"name":"LSA_LOOKUP_DISALLOW_CONNECTED_ACCOUNT_INTERNET_SID","features":[327]},{"name":"LSA_LOOKUP_DOMAIN_INFO_CLASS","features":[327]},{"name":"LSA_LOOKUP_ISOLATED_AS_LOCAL","features":[327]},{"name":"LSA_LOOKUP_PREFER_INTERNET_NAMES","features":[327]},{"name":"LSA_MACHINE_SECRET_PREFIX","features":[327]},{"name":"LSA_MAXIMUM_ENUMERATION_LENGTH","features":[327]},{"name":"LSA_MAXIMUM_SID_COUNT","features":[327]},{"name":"LSA_MODE_INDIVIDUAL_ACCOUNTS","features":[327]},{"name":"LSA_MODE_LOG_FULL","features":[327]},{"name":"LSA_MODE_MANDATORY_ACCESS","features":[327]},{"name":"LSA_MODE_PASSWORD_PROTECTED","features":[327]},{"name":"LSA_NB_DISABLED_ADMIN","features":[327]},{"name":"LSA_NB_DISABLED_CONFLICT","features":[327]},{"name":"LSA_OBJECT_ATTRIBUTES","features":[305,327]},{"name":"LSA_QUERY_CLIENT_PRELOGON_SESSION_ID","features":[327]},{"name":"LSA_REFERENCED_DOMAIN_LIST","features":[327]},{"name":"LSA_SCANNER_INFO_ADMIN_ALL_FLAGS","features":[327]},{"name":"LSA_SCANNER_INFO_DISABLE_AUTH_TARGET_VALIDATION","features":[327]},{"name":"LSA_SECPKG_FUNCTION_TABLE","features":[305,327,487,342]},{"name":"LSA_SECRET_MAXIMUM_COUNT","features":[327]},{"name":"LSA_SECRET_MAXIMUM_LENGTH","features":[327]},{"name":"LSA_SID_DISABLED_ADMIN","features":[327]},{"name":"LSA_SID_DISABLED_CONFLICT","features":[327]},{"name":"LSA_STRING","features":[327]},{"name":"LSA_TLN_DISABLED_ADMIN","features":[327]},{"name":"LSA_TLN_DISABLED_CONFLICT","features":[327]},{"name":"LSA_TLN_DISABLED_NEW","features":[327]},{"name":"LSA_TOKEN_INFORMATION_NULL","features":[327]},{"name":"LSA_TOKEN_INFORMATION_TYPE","features":[327]},{"name":"LSA_TOKEN_INFORMATION_V1","features":[305,327]},{"name":"LSA_TOKEN_INFORMATION_V3","features":[305,327]},{"name":"LSA_TRANSLATED_NAME","features":[327]},{"name":"LSA_TRANSLATED_SID","features":[327]},{"name":"LSA_TRANSLATED_SID2","features":[327]},{"name":"LSA_TRUST_INFORMATION","features":[327]},{"name":"LSA_UNICODE_STRING","features":[327]},{"name":"LocalUserCredKey","features":[327]},{"name":"LsaAddAccountRights","features":[305,327]},{"name":"LsaCallAuthenticationPackage","features":[305,327]},{"name":"LsaClose","features":[305,327]},{"name":"LsaConnectUntrusted","features":[305,327]},{"name":"LsaCreateTrustedDomainEx","features":[305,327]},{"name":"LsaDeleteTrustedDomain","features":[305,327]},{"name":"LsaDeregisterLogonProcess","features":[305,327]},{"name":"LsaEnumerateAccountRights","features":[305,327]},{"name":"LsaEnumerateAccountsWithUserRight","features":[305,327]},{"name":"LsaEnumerateLogonSessions","features":[305,327]},{"name":"LsaEnumerateTrustedDomains","features":[305,327]},{"name":"LsaEnumerateTrustedDomainsEx","features":[305,327]},{"name":"LsaFreeMemory","features":[305,327]},{"name":"LsaFreeReturnBuffer","features":[305,327]},{"name":"LsaGetAppliedCAPIDs","features":[305,327]},{"name":"LsaGetLogonSessionData","features":[305,327]},{"name":"LsaLogonUser","features":[305,327]},{"name":"LsaLookupAuthenticationPackage","features":[305,327]},{"name":"LsaLookupNames","features":[305,327]},{"name":"LsaLookupNames2","features":[305,327]},{"name":"LsaLookupSids","features":[305,327]},{"name":"LsaLookupSids2","features":[305,327]},{"name":"LsaNtStatusToWinError","features":[305,327]},{"name":"LsaOpenPolicy","features":[305,327]},{"name":"LsaOpenTrustedDomainByName","features":[305,327]},{"name":"LsaQueryCAPs","features":[305,327]},{"name":"LsaQueryDomainInformationPolicy","features":[305,327]},{"name":"LsaQueryForestTrustInformation","features":[305,327]},{"name":"LsaQueryForestTrustInformation2","features":[305,327]},{"name":"LsaQueryInformationPolicy","features":[305,327]},{"name":"LsaQueryTrustedDomainInfo","features":[305,327]},{"name":"LsaQueryTrustedDomainInfoByName","features":[305,327]},{"name":"LsaRegisterLogonProcess","features":[305,327]},{"name":"LsaRegisterPolicyChangeNotification","features":[305,327]},{"name":"LsaRemoveAccountRights","features":[305,327]},{"name":"LsaRetrievePrivateData","features":[305,327]},{"name":"LsaSetCAPs","features":[305,327]},{"name":"LsaSetDomainInformationPolicy","features":[305,327]},{"name":"LsaSetForestTrustInformation","features":[305,327]},{"name":"LsaSetForestTrustInformation2","features":[305,327]},{"name":"LsaSetInformationPolicy","features":[305,327]},{"name":"LsaSetTrustedDomainInfoByName","features":[305,327]},{"name":"LsaSetTrustedDomainInformation","features":[305,327]},{"name":"LsaStorePrivateData","features":[305,327]},{"name":"LsaTokenInformationNull","features":[327]},{"name":"LsaTokenInformationV1","features":[327]},{"name":"LsaTokenInformationV2","features":[327]},{"name":"LsaTokenInformationV3","features":[327]},{"name":"LsaUnregisterPolicyChangeNotification","features":[305,327]},{"name":"MAKE_SIGNATURE_FN","features":[327,487]},{"name":"MAXIMUM_CAPES_PER_CAP","features":[327]},{"name":"MAX_CRED_SIZE","features":[327]},{"name":"MAX_PROTOCOL_ID_SIZE","features":[327]},{"name":"MAX_RECORDS_IN_FOREST_TRUST_INFO","features":[327]},{"name":"MAX_USER_RECORDS","features":[327]},{"name":"MICROSOFT_KERBEROS_NAME","features":[327]},{"name":"MICROSOFT_KERBEROS_NAME_A","features":[327]},{"name":"MICROSOFT_KERBEROS_NAME_W","features":[327]},{"name":"MSV1_0","features":[327]},{"name":"MSV1_0_ALLOW_FORCE_GUEST","features":[327]},{"name":"MSV1_0_ALLOW_MSVCHAPV2","features":[327]},{"name":"MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT","features":[327]},{"name":"MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT","features":[327]},{"name":"MSV1_0_AVID","features":[327]},{"name":"MSV1_0_AV_FLAG_FORCE_GUEST","features":[327]},{"name":"MSV1_0_AV_FLAG_MIC_HANDSHAKE_MESSAGES","features":[327]},{"name":"MSV1_0_AV_FLAG_UNVERIFIED_TARGET","features":[327]},{"name":"MSV1_0_AV_PAIR","features":[327]},{"name":"MSV1_0_CHALLENGE_LENGTH","features":[327]},{"name":"MSV1_0_CHANGEPASSWORD_REQUEST","features":[305,327]},{"name":"MSV1_0_CHANGEPASSWORD_RESPONSE","features":[305,327]},{"name":"MSV1_0_CHECK_LOGONHOURS_FOR_S4U","features":[327]},{"name":"MSV1_0_CLEARTEXT_PASSWORD_ALLOWED","features":[327]},{"name":"MSV1_0_CLEARTEXT_PASSWORD_SUPPLIED","features":[327]},{"name":"MSV1_0_CREDENTIAL_KEY","features":[327]},{"name":"MSV1_0_CREDENTIAL_KEY_LENGTH","features":[327]},{"name":"MSV1_0_CREDENTIAL_KEY_TYPE","features":[327]},{"name":"MSV1_0_CRED_CREDKEY_PRESENT","features":[327]},{"name":"MSV1_0_CRED_LM_PRESENT","features":[327]},{"name":"MSV1_0_CRED_NT_PRESENT","features":[327]},{"name":"MSV1_0_CRED_REMOVED","features":[327]},{"name":"MSV1_0_CRED_SHA_PRESENT","features":[327]},{"name":"MSV1_0_CRED_VERSION","features":[327]},{"name":"MSV1_0_CRED_VERSION_ARSO","features":[327]},{"name":"MSV1_0_CRED_VERSION_INVALID","features":[327]},{"name":"MSV1_0_CRED_VERSION_IUM","features":[327]},{"name":"MSV1_0_CRED_VERSION_REMOTE","features":[327]},{"name":"MSV1_0_CRED_VERSION_RESERVED_1","features":[327]},{"name":"MSV1_0_CRED_VERSION_V2","features":[327]},{"name":"MSV1_0_CRED_VERSION_V3","features":[327]},{"name":"MSV1_0_DISABLE_PERSONAL_FALLBACK","features":[327]},{"name":"MSV1_0_DONT_TRY_GUEST_ACCOUNT","features":[327]},{"name":"MSV1_0_GUEST_LOGON","features":[327]},{"name":"MSV1_0_INTERACTIVE_LOGON","features":[327]},{"name":"MSV1_0_INTERACTIVE_PROFILE","features":[327]},{"name":"MSV1_0_INTERNET_DOMAIN","features":[327]},{"name":"MSV1_0_IUM_SUPPLEMENTAL_CREDENTIAL","features":[327]},{"name":"MSV1_0_LANMAN_SESSION_KEY_LENGTH","features":[327]},{"name":"MSV1_0_LM20_LOGON","features":[327]},{"name":"MSV1_0_LM20_LOGON_PROFILE","features":[327]},{"name":"MSV1_0_LOGON_SUBMIT_TYPE","features":[327]},{"name":"MSV1_0_MAX_AVL_SIZE","features":[327]},{"name":"MSV1_0_MAX_NTLM3_LIFE","features":[327]},{"name":"MSV1_0_MNS_LOGON","features":[327]},{"name":"MSV1_0_NTLM3_OWF_LENGTH","features":[327]},{"name":"MSV1_0_NTLM3_RESPONSE","features":[327]},{"name":"MSV1_0_NTLM3_RESPONSE_LENGTH","features":[327]},{"name":"MSV1_0_OWF_PASSWORD_LENGTH","features":[327]},{"name":"MSV1_0_PACKAGE_NAME","features":[327]},{"name":"MSV1_0_PACKAGE_NAMEW","features":[327]},{"name":"MSV1_0_PASSTHROUGH_REQUEST","features":[327]},{"name":"MSV1_0_PASSTHROUGH_RESPONSE","features":[327]},{"name":"MSV1_0_PASSTHRU","features":[327]},{"name":"MSV1_0_PROFILE_BUFFER_TYPE","features":[327]},{"name":"MSV1_0_PROTOCOL_MESSAGE_TYPE","features":[327]},{"name":"MSV1_0_REMOTE_SUPPLEMENTAL_CREDENTIAL","features":[327]},{"name":"MSV1_0_RETURN_PASSWORD_EXPIRY","features":[327]},{"name":"MSV1_0_RETURN_PROFILE_PATH","features":[327]},{"name":"MSV1_0_RETURN_USER_PARAMETERS","features":[327]},{"name":"MSV1_0_S4U2SELF","features":[327]},{"name":"MSV1_0_S4U_LOGON","features":[327]},{"name":"MSV1_0_S4U_LOGON_FLAG_CHECK_LOGONHOURS","features":[327]},{"name":"MSV1_0_SHA_PASSWORD_LENGTH","features":[327]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL","features":[327]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_EX","features":[327]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_IIS","features":[327]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_RAS","features":[327]},{"name":"MSV1_0_SUBAUTHENTICATION_DLL_SHIFT","features":[327]},{"name":"MSV1_0_SUBAUTHENTICATION_FLAGS","features":[327]},{"name":"MSV1_0_SUBAUTHENTICATION_KEY","features":[327]},{"name":"MSV1_0_SUBAUTHENTICATION_VALUE","features":[327]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_DISABLED","features":[327]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_EXPIRY","features":[327]},{"name":"MSV1_0_SUBAUTH_ACCOUNT_TYPE","features":[327]},{"name":"MSV1_0_SUBAUTH_LOCKOUT","features":[327]},{"name":"MSV1_0_SUBAUTH_LOGON","features":[327]},{"name":"MSV1_0_SUBAUTH_LOGON_HOURS","features":[327]},{"name":"MSV1_0_SUBAUTH_PASSWORD","features":[327]},{"name":"MSV1_0_SUBAUTH_PASSWORD_EXPIRY","features":[327]},{"name":"MSV1_0_SUBAUTH_REQUEST","features":[327]},{"name":"MSV1_0_SUBAUTH_RESPONSE","features":[327]},{"name":"MSV1_0_SUBAUTH_WORKSTATIONS","features":[327]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL","features":[327]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL_V2","features":[327]},{"name":"MSV1_0_SUPPLEMENTAL_CREDENTIAL_V3","features":[327]},{"name":"MSV1_0_TRY_GUEST_ACCOUNT_ONLY","features":[327]},{"name":"MSV1_0_TRY_SPECIFIED_DOMAIN_ONLY","features":[327]},{"name":"MSV1_0_UPDATE_LOGON_STATISTICS","features":[327]},{"name":"MSV1_0_USER_SESSION_KEY_LENGTH","features":[327]},{"name":"MSV1_0_USE_CLIENT_CHALLENGE","features":[327]},{"name":"MSV1_0_USE_DOMAIN_FOR_ROUTING_ONLY","features":[327]},{"name":"MSV1_0_VALIDATION_INFO","features":[305,327,488]},{"name":"MSV1_0_VALIDATION_KICKOFF_TIME","features":[327]},{"name":"MSV1_0_VALIDATION_LOGOFF_TIME","features":[327]},{"name":"MSV1_0_VALIDATION_LOGON_DOMAIN","features":[327]},{"name":"MSV1_0_VALIDATION_LOGON_SERVER","features":[327]},{"name":"MSV1_0_VALIDATION_SESSION_KEY","features":[327]},{"name":"MSV1_0_VALIDATION_USER_FLAGS","features":[327]},{"name":"MSV1_0_VALIDATION_USER_ID","features":[327]},{"name":"MSV_SUBAUTH_LOGON_PARAMETER_CONTROL","features":[327]},{"name":"MSV_SUB_AUTHENTICATION_FILTER","features":[327]},{"name":"MSV_SUPPLEMENTAL_CREDENTIAL_FLAGS","features":[327]},{"name":"MakeSignature","features":[327,487]},{"name":"MsV1_0CacheLogon","features":[327]},{"name":"MsV1_0CacheLookup","features":[327]},{"name":"MsV1_0CacheLookupEx","features":[327]},{"name":"MsV1_0ChangeCachedPassword","features":[327]},{"name":"MsV1_0ChangePassword","features":[327]},{"name":"MsV1_0ClearCachedCredentials","features":[327]},{"name":"MsV1_0ConfigLocalAliases","features":[327]},{"name":"MsV1_0DecryptDpapiMasterKey","features":[327]},{"name":"MsV1_0DeleteTbalSecrets","features":[327]},{"name":"MsV1_0DeriveCredential","features":[327]},{"name":"MsV1_0EnumerateUsers","features":[327]},{"name":"MsV1_0GenericPassthrough","features":[327]},{"name":"MsV1_0GetCredentialKey","features":[327]},{"name":"MsV1_0GetStrongCredentialKey","features":[327]},{"name":"MsV1_0GetUserInfo","features":[327]},{"name":"MsV1_0InteractiveLogon","features":[327]},{"name":"MsV1_0InteractiveProfile","features":[327]},{"name":"MsV1_0Lm20ChallengeRequest","features":[327]},{"name":"MsV1_0Lm20GetChallengeResponse","features":[327]},{"name":"MsV1_0Lm20Logon","features":[327]},{"name":"MsV1_0Lm20LogonProfile","features":[327]},{"name":"MsV1_0LookupToken","features":[327]},{"name":"MsV1_0LuidLogon","features":[327]},{"name":"MsV1_0NetworkLogon","features":[327]},{"name":"MsV1_0NoElevationLogon","features":[327]},{"name":"MsV1_0ProvisionTbal","features":[327]},{"name":"MsV1_0ReLogonUsers","features":[327]},{"name":"MsV1_0S4ULogon","features":[327]},{"name":"MsV1_0SetProcessOption","features":[327]},{"name":"MsV1_0SetThreadOption","features":[327]},{"name":"MsV1_0SmartCardProfile","features":[327]},{"name":"MsV1_0SubAuth","features":[327]},{"name":"MsV1_0SubAuthLogon","features":[327]},{"name":"MsV1_0TransferCred","features":[327]},{"name":"MsV1_0ValidateAuth","features":[327]},{"name":"MsV1_0VirtualLogon","features":[327]},{"name":"MsV1_0WorkstationUnlockLogon","features":[327]},{"name":"MsvAvChannelBindings","features":[327]},{"name":"MsvAvDnsComputerName","features":[327]},{"name":"MsvAvDnsDomainName","features":[327]},{"name":"MsvAvDnsTreeName","features":[327]},{"name":"MsvAvEOL","features":[327]},{"name":"MsvAvFlags","features":[327]},{"name":"MsvAvNbComputerName","features":[327]},{"name":"MsvAvNbDomainName","features":[327]},{"name":"MsvAvRestrictions","features":[327]},{"name":"MsvAvTargetName","features":[327]},{"name":"MsvAvTimestamp","features":[327]},{"name":"NEGOSSP_NAME","features":[327]},{"name":"NEGOSSP_NAME_A","features":[327]},{"name":"NEGOSSP_NAME_W","features":[327]},{"name":"NEGOTIATE_ALLOW_NTLM","features":[327]},{"name":"NEGOTIATE_CALLER_NAME_REQUEST","features":[305,327]},{"name":"NEGOTIATE_CALLER_NAME_RESPONSE","features":[327]},{"name":"NEGOTIATE_MAX_PREFIX","features":[327]},{"name":"NEGOTIATE_MESSAGES","features":[327]},{"name":"NEGOTIATE_NEG_NTLM","features":[327]},{"name":"NEGOTIATE_PACKAGE_PREFIX","features":[327]},{"name":"NEGOTIATE_PACKAGE_PREFIXES","features":[327]},{"name":"NETLOGON_GENERIC_INFO","features":[327]},{"name":"NETLOGON_INTERACTIVE_INFO","features":[327,488]},{"name":"NETLOGON_LOGON_IDENTITY_INFO","features":[327]},{"name":"NETLOGON_LOGON_INFO_CLASS","features":[327]},{"name":"NETLOGON_NETWORK_INFO","features":[327]},{"name":"NETLOGON_SERVICE_INFO","features":[327,488]},{"name":"NGC_DATA_FLAG_IS_CLOUD_TRUST_CRED","features":[327]},{"name":"NGC_DATA_FLAG_IS_SMARTCARD_DATA","features":[327]},{"name":"NGC_DATA_FLAG_KERB_CERTIFICATE_LOGON_FLAG_CHECK_DUPLICATES","features":[327]},{"name":"NGC_DATA_FLAG_KERB_CERTIFICATE_LOGON_FLAG_USE_CERTIFICATE_INFO","features":[327]},{"name":"NOTIFIER_FLAG_NEW_THREAD","features":[327]},{"name":"NOTIFIER_FLAG_ONE_SHOT","features":[327]},{"name":"NOTIFIER_FLAG_SECONDS","features":[327]},{"name":"NOTIFIER_TYPE_HANDLE_WAIT","features":[327]},{"name":"NOTIFIER_TYPE_IMMEDIATE","features":[327]},{"name":"NOTIFIER_TYPE_INTERVAL","features":[327]},{"name":"NOTIFIER_TYPE_NOTIFY_EVENT","features":[327]},{"name":"NOTIFIER_TYPE_STATE_CHANGE","features":[327]},{"name":"NOTIFY_CLASS_DOMAIN_CHANGE","features":[327]},{"name":"NOTIFY_CLASS_PACKAGE_CHANGE","features":[327]},{"name":"NOTIFY_CLASS_REGISTRY_CHANGE","features":[327]},{"name":"NOTIFY_CLASS_ROLE_CHANGE","features":[327]},{"name":"NO_LONG_NAMES","features":[327]},{"name":"NTLMSP_NAME","features":[327]},{"name":"NTLMSP_NAME_A","features":[327]},{"name":"NameCanonical","features":[327]},{"name":"NameCanonicalEx","features":[327]},{"name":"NameDisplay","features":[327]},{"name":"NameDnsDomain","features":[327]},{"name":"NameFullyQualifiedDN","features":[327]},{"name":"NameGivenName","features":[327]},{"name":"NameSamCompatible","features":[327]},{"name":"NameServicePrincipal","features":[327]},{"name":"NameSurname","features":[327]},{"name":"NameUniqueId","features":[327]},{"name":"NameUnknown","features":[327]},{"name":"NameUserPrincipal","features":[327]},{"name":"NegCallPackageMax","features":[327]},{"name":"NegEnumPackagePrefixes","features":[327]},{"name":"NegGetCallerName","features":[327]},{"name":"NegMsgReserved1","features":[327]},{"name":"NegTransferCredentials","features":[327]},{"name":"NetlogonGenericInformation","features":[327]},{"name":"NetlogonInteractiveInformation","features":[327]},{"name":"NetlogonInteractiveTransitiveInformation","features":[327]},{"name":"NetlogonNetworkInformation","features":[327]},{"name":"NetlogonNetworkTransitiveInformation","features":[327]},{"name":"NetlogonServiceInformation","features":[327]},{"name":"NetlogonServiceTransitiveInformation","features":[327]},{"name":"PCT1SP_NAME","features":[327]},{"name":"PCT1SP_NAME_A","features":[327]},{"name":"PCT1SP_NAME_W","features":[327]},{"name":"PER_USER_AUDIT_FAILURE_EXCLUDE","features":[327]},{"name":"PER_USER_AUDIT_FAILURE_INCLUDE","features":[327]},{"name":"PER_USER_AUDIT_NONE","features":[327]},{"name":"PER_USER_AUDIT_SUCCESS_EXCLUDE","features":[327]},{"name":"PER_USER_AUDIT_SUCCESS_INCLUDE","features":[327]},{"name":"PER_USER_POLICY_UNCHANGED","features":[327]},{"name":"PKSEC_CREATE_CONTEXT_LIST","features":[327]},{"name":"PKSEC_DEREFERENCE_LIST_ENTRY","features":[327,312]},{"name":"PKSEC_INSERT_LIST_ENTRY","features":[327,312]},{"name":"PKSEC_LOCATE_PKG_BY_ID","features":[327]},{"name":"PKSEC_REFERENCE_LIST_ENTRY","features":[305,327,312]},{"name":"PKSEC_SERIALIZE_SCHANNEL_AUTH_DATA","features":[305,327]},{"name":"PKSEC_SERIALIZE_WINNT_AUTH_DATA","features":[305,327]},{"name":"PKU2U_CERTIFICATE_S4U_LOGON","features":[327]},{"name":"PKU2U_CERT_BLOB","features":[327]},{"name":"PKU2U_CREDUI_CONTEXT","features":[327]},{"name":"PKU2U_LOGON_SUBMIT_TYPE","features":[327]},{"name":"PKU2U_PACKAGE_NAME","features":[327]},{"name":"PKU2U_PACKAGE_NAME_A","features":[327]},{"name":"PKU2U_PACKAGE_NAME_W","features":[327]},{"name":"PLSA_ADD_CREDENTIAL","features":[305,327]},{"name":"PLSA_ALLOCATE_CLIENT_BUFFER","features":[305,327]},{"name":"PLSA_ALLOCATE_LSA_HEAP","features":[327]},{"name":"PLSA_ALLOCATE_PRIVATE_HEAP","features":[327]},{"name":"PLSA_ALLOCATE_SHARED_MEMORY","features":[327]},{"name":"PLSA_AP_CALL_PACKAGE","features":[305,327]},{"name":"PLSA_AP_CALL_PACKAGE_PASSTHROUGH","features":[305,327]},{"name":"PLSA_AP_INITIALIZE_PACKAGE","features":[305,327]},{"name":"PLSA_AP_LOGON_TERMINATED","features":[305,327]},{"name":"PLSA_AP_LOGON_USER","features":[305,327]},{"name":"PLSA_AP_LOGON_USER_EX","features":[305,327]},{"name":"PLSA_AP_LOGON_USER_EX2","features":[305,327]},{"name":"PLSA_AP_LOGON_USER_EX3","features":[305,327]},{"name":"PLSA_AP_POST_LOGON_USER_SURROGATE","features":[305,327]},{"name":"PLSA_AP_PRE_LOGON_USER_SURROGATE","features":[305,327]},{"name":"PLSA_AUDIT_ACCOUNT_LOGON","features":[305,327]},{"name":"PLSA_AUDIT_LOGON","features":[305,327]},{"name":"PLSA_AUDIT_LOGON_EX","features":[305,327]},{"name":"PLSA_CALLBACK_FUNCTION","features":[305,327]},{"name":"PLSA_CALL_PACKAGE","features":[305,327]},{"name":"PLSA_CALL_PACKAGEEX","features":[305,327]},{"name":"PLSA_CALL_PACKAGE_PASSTHROUGH","features":[305,327]},{"name":"PLSA_CANCEL_NOTIFICATION","features":[305,327]},{"name":"PLSA_CHECK_PROTECTED_USER_BY_TOKEN","features":[305,327]},{"name":"PLSA_CLIENT_CALLBACK","features":[305,327]},{"name":"PLSA_CLOSE_SAM_USER","features":[305,327]},{"name":"PLSA_CONVERT_AUTH_DATA_TO_TOKEN","features":[305,327]},{"name":"PLSA_COPY_FROM_CLIENT_BUFFER","features":[305,327]},{"name":"PLSA_COPY_TO_CLIENT_BUFFER","features":[305,327]},{"name":"PLSA_CRACK_SINGLE_NAME","features":[305,327]},{"name":"PLSA_CREATE_LOGON_SESSION","features":[305,327]},{"name":"PLSA_CREATE_SHARED_MEMORY","features":[327]},{"name":"PLSA_CREATE_THREAD","features":[305,327,342]},{"name":"PLSA_CREATE_TOKEN","features":[305,327]},{"name":"PLSA_CREATE_TOKEN_EX","features":[305,327]},{"name":"PLSA_DELETE_CREDENTIAL","features":[305,327]},{"name":"PLSA_DELETE_LOGON_SESSION","features":[305,327]},{"name":"PLSA_DELETE_SHARED_MEMORY","features":[305,327]},{"name":"PLSA_DUPLICATE_HANDLE","features":[305,327]},{"name":"PLSA_EXPAND_AUTH_DATA_FOR_DOMAIN","features":[305,327]},{"name":"PLSA_FREE_CLIENT_BUFFER","features":[305,327]},{"name":"PLSA_FREE_LSA_HEAP","features":[327]},{"name":"PLSA_FREE_PRIVATE_HEAP","features":[327]},{"name":"PLSA_FREE_SHARED_MEMORY","features":[327]},{"name":"PLSA_GET_APP_MODE_INFO","features":[305,327]},{"name":"PLSA_GET_AUTH_DATA_FOR_USER","features":[305,327]},{"name":"PLSA_GET_CALL_INFO","features":[305,327]},{"name":"PLSA_GET_CLIENT_INFO","features":[305,327]},{"name":"PLSA_GET_CLIENT_INFO_EX","features":[305,327]},{"name":"PLSA_GET_CREDENTIALS","features":[305,327]},{"name":"PLSA_GET_EXTENDED_CALL_FLAGS","features":[305,327]},{"name":"PLSA_GET_SERVICE_ACCOUNT_PASSWORD","features":[305,327]},{"name":"PLSA_GET_USER_AUTH_DATA","features":[305,327]},{"name":"PLSA_GET_USER_CREDENTIALS","features":[305,327]},{"name":"PLSA_IMPERSONATE_CLIENT","features":[305,327]},{"name":"PLSA_LOCATE_PKG_BY_ID","features":[327]},{"name":"PLSA_MAP_BUFFER","features":[305,327]},{"name":"PLSA_OPEN_SAM_USER","features":[305,327]},{"name":"PLSA_OPEN_TOKEN_BY_LOGON_ID","features":[305,327]},{"name":"PLSA_PROTECT_MEMORY","features":[327]},{"name":"PLSA_QUERY_CLIENT_REQUEST","features":[305,327]},{"name":"PLSA_REDIRECTED_LOGON_CALLBACK","features":[305,327]},{"name":"PLSA_REDIRECTED_LOGON_CLEANUP_CALLBACK","features":[305,327]},{"name":"PLSA_REDIRECTED_LOGON_GET_LOGON_CREDS","features":[305,327]},{"name":"PLSA_REDIRECTED_LOGON_GET_SID","features":[305,327]},{"name":"PLSA_REDIRECTED_LOGON_GET_SUPP_CREDS","features":[305,327]},{"name":"PLSA_REDIRECTED_LOGON_INIT","features":[305,327]},{"name":"PLSA_REGISTER_CALLBACK","features":[305,327]},{"name":"PLSA_REGISTER_NOTIFICATION","features":[305,327,342]},{"name":"PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS","features":[305,327]},{"name":"PLSA_SET_APP_MODE_INFO","features":[305,327]},{"name":"PLSA_UNLOAD_PACKAGE","features":[305,327]},{"name":"PLSA_UPDATE_PRIMARY_CREDENTIALS","features":[305,327]},{"name":"POLICY_ACCOUNT_DOMAIN_INFO","features":[327]},{"name":"POLICY_AUDIT_CATEGORIES_INFO","features":[327]},{"name":"POLICY_AUDIT_EVENTS_INFO","features":[305,327]},{"name":"POLICY_AUDIT_EVENT_FAILURE","features":[327]},{"name":"POLICY_AUDIT_EVENT_NONE","features":[327]},{"name":"POLICY_AUDIT_EVENT_SUCCESS","features":[327]},{"name":"POLICY_AUDIT_EVENT_TYPE","features":[327]},{"name":"POLICY_AUDIT_EVENT_UNCHANGED","features":[327]},{"name":"POLICY_AUDIT_FULL_QUERY_INFO","features":[305,327]},{"name":"POLICY_AUDIT_FULL_SET_INFO","features":[305,327]},{"name":"POLICY_AUDIT_LOG_ADMIN","features":[327]},{"name":"POLICY_AUDIT_LOG_INFO","features":[305,327]},{"name":"POLICY_AUDIT_SID_ARRAY","features":[327]},{"name":"POLICY_AUDIT_SUBCATEGORIES_INFO","features":[327]},{"name":"POLICY_CREATE_ACCOUNT","features":[327]},{"name":"POLICY_CREATE_PRIVILEGE","features":[327]},{"name":"POLICY_CREATE_SECRET","features":[327]},{"name":"POLICY_DEFAULT_QUOTA_INFO","features":[327]},{"name":"POLICY_DNS_DOMAIN_INFO","features":[327]},{"name":"POLICY_DOMAIN_EFS_INFO","features":[327]},{"name":"POLICY_DOMAIN_INFORMATION_CLASS","features":[327]},{"name":"POLICY_DOMAIN_KERBEROS_TICKET_INFO","features":[327]},{"name":"POLICY_GET_PRIVATE_INFORMATION","features":[327]},{"name":"POLICY_INFORMATION_CLASS","features":[327]},{"name":"POLICY_KERBEROS_VALIDATE_CLIENT","features":[327]},{"name":"POLICY_LOOKUP_NAMES","features":[327]},{"name":"POLICY_LSA_SERVER_ROLE","features":[327]},{"name":"POLICY_LSA_SERVER_ROLE_INFO","features":[327]},{"name":"POLICY_MACHINE_ACCT_INFO","features":[327]},{"name":"POLICY_MACHINE_ACCT_INFO2","features":[327]},{"name":"POLICY_MODIFICATION_INFO","features":[327]},{"name":"POLICY_NOTIFICATION","features":[327]},{"name":"POLICY_NOTIFICATION_INFORMATION_CLASS","features":[327]},{"name":"POLICY_PD_ACCOUNT_INFO","features":[327]},{"name":"POLICY_PRIMARY_DOMAIN_INFO","features":[327]},{"name":"POLICY_QOS_ALLOW_LOCAL_ROOT_CERT_STORE","features":[327]},{"name":"POLICY_QOS_DHCP_SERVER_ALLOWED","features":[327]},{"name":"POLICY_QOS_INBOUND_CONFIDENTIALITY","features":[327]},{"name":"POLICY_QOS_INBOUND_INTEGRITY","features":[327]},{"name":"POLICY_QOS_OUTBOUND_CONFIDENTIALITY","features":[327]},{"name":"POLICY_QOS_OUTBOUND_INTEGRITY","features":[327]},{"name":"POLICY_QOS_RAS_SERVER_ALLOWED","features":[327]},{"name":"POLICY_QOS_SCHANNEL_REQUIRED","features":[327]},{"name":"POLICY_REPLICA_SOURCE_INFO","features":[327]},{"name":"POLICY_SERVER_ADMIN","features":[327]},{"name":"POLICY_SET_AUDIT_REQUIREMENTS","features":[327]},{"name":"POLICY_SET_DEFAULT_QUOTA_LIMITS","features":[327]},{"name":"POLICY_TRUST_ADMIN","features":[327]},{"name":"POLICY_VIEW_AUDIT_INFORMATION","features":[327]},{"name":"POLICY_VIEW_LOCAL_INFORMATION","features":[327]},{"name":"PRIMARY_CRED_ARSO_LOGON","features":[327]},{"name":"PRIMARY_CRED_AUTH_ID","features":[327]},{"name":"PRIMARY_CRED_CACHED_INTERACTIVE_LOGON","features":[327]},{"name":"PRIMARY_CRED_CACHED_LOGON","features":[327]},{"name":"PRIMARY_CRED_CLEAR_PASSWORD","features":[327]},{"name":"PRIMARY_CRED_DO_NOT_SPLIT","features":[327]},{"name":"PRIMARY_CRED_ENCRYPTED_CREDGUARD_PASSWORD","features":[327]},{"name":"PRIMARY_CRED_ENTERPRISE_INTERNET_USER","features":[327]},{"name":"PRIMARY_CRED_EX","features":[327]},{"name":"PRIMARY_CRED_FOR_PASSWORD_CHANGE","features":[327]},{"name":"PRIMARY_CRED_INTERACTIVE_FIDO_LOGON","features":[327]},{"name":"PRIMARY_CRED_INTERACTIVE_NGC_LOGON","features":[327]},{"name":"PRIMARY_CRED_INTERACTIVE_SMARTCARD_LOGON","features":[327]},{"name":"PRIMARY_CRED_INTERNET_USER","features":[327]},{"name":"PRIMARY_CRED_LOGON_LUA","features":[327]},{"name":"PRIMARY_CRED_LOGON_NO_TCB","features":[327]},{"name":"PRIMARY_CRED_LOGON_PACKAGE_SHIFT","features":[327]},{"name":"PRIMARY_CRED_OWF_PASSWORD","features":[327]},{"name":"PRIMARY_CRED_PACKAGE_MASK","features":[327]},{"name":"PRIMARY_CRED_PACKED_CREDS","features":[327]},{"name":"PRIMARY_CRED_PROTECTED_USER","features":[327]},{"name":"PRIMARY_CRED_REFRESH_NEEDED","features":[327]},{"name":"PRIMARY_CRED_RESTRICTED_TS","features":[327]},{"name":"PRIMARY_CRED_SUPPLEMENTAL","features":[327]},{"name":"PRIMARY_CRED_TRANSFER","features":[327]},{"name":"PRIMARY_CRED_UPDATE","features":[327]},{"name":"PSAM_CREDENTIAL_UPDATE_FREE_ROUTINE","features":[327]},{"name":"PSAM_CREDENTIAL_UPDATE_NOTIFY_ROUTINE","features":[305,327]},{"name":"PSAM_CREDENTIAL_UPDATE_REGISTER_MAPPED_ENTRYPOINTS_ROUTINE","features":[305,327]},{"name":"PSAM_CREDENTIAL_UPDATE_REGISTER_ROUTINE","features":[305,327]},{"name":"PSAM_INIT_NOTIFICATION_ROUTINE","features":[305,327]},{"name":"PSAM_PASSWORD_FILTER_ROUTINE","features":[305,327]},{"name":"PSAM_PASSWORD_NOTIFICATION_ROUTINE","features":[305,327]},{"name":"PctPublicKey","features":[327]},{"name":"Pku2uCertificateS4ULogon","features":[327]},{"name":"PolicyAccountDomainInformation","features":[327]},{"name":"PolicyAuditEventsInformation","features":[327]},{"name":"PolicyAuditFullQueryInformation","features":[327]},{"name":"PolicyAuditFullSetInformation","features":[327]},{"name":"PolicyAuditLogInformation","features":[327]},{"name":"PolicyDefaultQuotaInformation","features":[327]},{"name":"PolicyDnsDomainInformation","features":[327]},{"name":"PolicyDnsDomainInformationInt","features":[327]},{"name":"PolicyDomainEfsInformation","features":[327]},{"name":"PolicyDomainKerberosTicketInformation","features":[327]},{"name":"PolicyLastEntry","features":[327]},{"name":"PolicyLocalAccountDomainInformation","features":[327]},{"name":"PolicyLsaServerRoleInformation","features":[327]},{"name":"PolicyMachineAccountInformation","features":[327]},{"name":"PolicyMachineAccountInformation2","features":[327]},{"name":"PolicyModificationInformation","features":[327]},{"name":"PolicyNotifyAccountDomainInformation","features":[327]},{"name":"PolicyNotifyAuditEventsInformation","features":[327]},{"name":"PolicyNotifyDnsDomainInformation","features":[327]},{"name":"PolicyNotifyDomainEfsInformation","features":[327]},{"name":"PolicyNotifyDomainKerberosTicketInformation","features":[327]},{"name":"PolicyNotifyGlobalSaclInformation","features":[327]},{"name":"PolicyNotifyMachineAccountPasswordInformation","features":[327]},{"name":"PolicyNotifyMax","features":[327]},{"name":"PolicyNotifyServerRoleInformation","features":[327]},{"name":"PolicyPdAccountInformation","features":[327]},{"name":"PolicyPrimaryDomainInformation","features":[327]},{"name":"PolicyReplicaSourceInformation","features":[327]},{"name":"PolicyServerRoleBackup","features":[327]},{"name":"PolicyServerRolePrimary","features":[327]},{"name":"QUERY_CONTEXT_ATTRIBUTES_EX_FN_A","features":[327,487]},{"name":"QUERY_CONTEXT_ATTRIBUTES_EX_FN_W","features":[327,487]},{"name":"QUERY_CONTEXT_ATTRIBUTES_FN_A","features":[327,487]},{"name":"QUERY_CONTEXT_ATTRIBUTES_FN_W","features":[327,487]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_EX_FN_A","features":[327,487]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_EX_FN_W","features":[327,487]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_FN_A","features":[327,487]},{"name":"QUERY_CREDENTIALS_ATTRIBUTES_FN_W","features":[327,487]},{"name":"QUERY_SECURITY_CONTEXT_TOKEN_FN","features":[327,487]},{"name":"QUERY_SECURITY_PACKAGE_INFO_FN_A","features":[327]},{"name":"QUERY_SECURITY_PACKAGE_INFO_FN_W","features":[327]},{"name":"QueryContextAttributesA","features":[327,487]},{"name":"QueryContextAttributesExA","features":[327,487]},{"name":"QueryContextAttributesExW","features":[327,487]},{"name":"QueryContextAttributesW","features":[327,487]},{"name":"QueryCredentialsAttributesA","features":[327,487]},{"name":"QueryCredentialsAttributesExA","features":[327,487]},{"name":"QueryCredentialsAttributesExW","features":[327,487]},{"name":"QueryCredentialsAttributesW","features":[327,487]},{"name":"QuerySecurityContextToken","features":[327,487]},{"name":"QuerySecurityPackageInfoA","features":[327]},{"name":"QuerySecurityPackageInfoW","features":[327]},{"name":"RCRED_CRED_EXISTS","features":[327]},{"name":"RCRED_STATUS_NOCRED","features":[327]},{"name":"RCRED_STATUS_UNKNOWN_ISSUER","features":[327]},{"name":"REVERT_SECURITY_CONTEXT_FN","features":[327,487]},{"name":"RTL_ENCRYPT_MEMORY_SIZE","features":[327]},{"name":"RTL_ENCRYPT_OPTION_CROSS_PROCESS","features":[327]},{"name":"RTL_ENCRYPT_OPTION_FOR_SYSTEM","features":[327]},{"name":"RTL_ENCRYPT_OPTION_SAME_LOGON","features":[327]},{"name":"RevertSecurityContext","features":[327,487]},{"name":"RtlDecryptMemory","features":[305,327]},{"name":"RtlEncryptMemory","features":[305,327]},{"name":"RtlGenRandom","features":[305,327]},{"name":"SAM_CREDENTIAL_UPDATE_FREE_ROUTINE","features":[327]},{"name":"SAM_CREDENTIAL_UPDATE_NOTIFY_ROUTINE","features":[327]},{"name":"SAM_CREDENTIAL_UPDATE_REGISTER_MAPPED_ENTRYPOINTS_ROUTINE","features":[327]},{"name":"SAM_CREDENTIAL_UPDATE_REGISTER_ROUTINE","features":[327]},{"name":"SAM_DAYS_PER_WEEK","features":[327]},{"name":"SAM_INIT_NOTIFICATION_ROUTINE","features":[327]},{"name":"SAM_PASSWORD_CHANGE_NOTIFY_ROUTINE","features":[327]},{"name":"SAM_PASSWORD_FILTER_ROUTINE","features":[327]},{"name":"SAM_REGISTER_MAPPING_ELEMENT","features":[305,327]},{"name":"SAM_REGISTER_MAPPING_LIST","features":[305,327]},{"name":"SAM_REGISTER_MAPPING_TABLE","features":[305,327]},{"name":"SASL_AUTHZID_STATE","features":[327]},{"name":"SASL_OPTION_AUTHZ_PROCESSING","features":[327]},{"name":"SASL_OPTION_AUTHZ_STRING","features":[327]},{"name":"SASL_OPTION_RECV_SIZE","features":[327]},{"name":"SASL_OPTION_SEND_SIZE","features":[327]},{"name":"SCHANNEL_ALERT","features":[327]},{"name":"SCHANNEL_ALERT_TOKEN","features":[327]},{"name":"SCHANNEL_ALERT_TOKEN_ALERT_TYPE","features":[327]},{"name":"SCHANNEL_CERT_HASH","features":[327]},{"name":"SCHANNEL_CERT_HASH_STORE","features":[327]},{"name":"SCHANNEL_CLIENT_SIGNATURE","features":[327,398]},{"name":"SCHANNEL_CRED","features":[305,327,398]},{"name":"SCHANNEL_CRED_FLAGS","features":[327]},{"name":"SCHANNEL_CRED_VERSION","features":[327]},{"name":"SCHANNEL_NAME","features":[327]},{"name":"SCHANNEL_NAME_A","features":[327]},{"name":"SCHANNEL_NAME_W","features":[327]},{"name":"SCHANNEL_RENEGOTIATE","features":[327]},{"name":"SCHANNEL_SECRET_PRIVKEY","features":[327]},{"name":"SCHANNEL_SECRET_TYPE_CAPI","features":[327]},{"name":"SCHANNEL_SESSION","features":[327]},{"name":"SCHANNEL_SESSION_TOKEN","features":[327]},{"name":"SCHANNEL_SESSION_TOKEN_FLAGS","features":[327]},{"name":"SCHANNEL_SHUTDOWN","features":[327]},{"name":"SCH_ALLOW_NULL_ENCRYPTION","features":[327]},{"name":"SCH_CRED","features":[327]},{"name":"SCH_CREDENTIALS","features":[305,327,398]},{"name":"SCH_CREDENTIALS_VERSION","features":[327]},{"name":"SCH_CRED_AUTO_CRED_VALIDATION","features":[327]},{"name":"SCH_CRED_CACHE_ONLY_URL_RETRIEVAL","features":[327]},{"name":"SCH_CRED_CACHE_ONLY_URL_RETRIEVAL_ON_CREATE","features":[327]},{"name":"SCH_CRED_CERT_CONTEXT","features":[327]},{"name":"SCH_CRED_DEFERRED_CRED_VALIDATION","features":[327]},{"name":"SCH_CRED_DISABLE_RECONNECTS","features":[327]},{"name":"SCH_CRED_FORMAT_CERT_CONTEXT","features":[327]},{"name":"SCH_CRED_FORMAT_CERT_HASH","features":[327]},{"name":"SCH_CRED_FORMAT_CERT_HASH_STORE","features":[327]},{"name":"SCH_CRED_IGNORE_NO_REVOCATION_CHECK","features":[327]},{"name":"SCH_CRED_IGNORE_REVOCATION_OFFLINE","features":[327]},{"name":"SCH_CRED_MANUAL_CRED_VALIDATION","features":[327]},{"name":"SCH_CRED_MAX_STORE_NAME_SIZE","features":[327]},{"name":"SCH_CRED_MAX_SUPPORTED_ALGS","features":[327]},{"name":"SCH_CRED_MAX_SUPPORTED_ALPN_IDS","features":[327]},{"name":"SCH_CRED_MAX_SUPPORTED_CERTS","features":[327]},{"name":"SCH_CRED_MAX_SUPPORTED_CHAINING_MODES","features":[327]},{"name":"SCH_CRED_MAX_SUPPORTED_CRYPTO_SETTINGS","features":[327]},{"name":"SCH_CRED_MAX_SUPPORTED_PARAMETERS","features":[327]},{"name":"SCH_CRED_MEMORY_STORE_CERT","features":[327]},{"name":"SCH_CRED_NO_DEFAULT_CREDS","features":[327]},{"name":"SCH_CRED_NO_SERVERNAME_CHECK","features":[327]},{"name":"SCH_CRED_NO_SYSTEM_MAPPER","features":[327]},{"name":"SCH_CRED_PUBLIC_CERTCHAIN","features":[327]},{"name":"SCH_CRED_RESTRICTED_ROOTS","features":[327]},{"name":"SCH_CRED_REVOCATION_CHECK_CACHE_ONLY","features":[327]},{"name":"SCH_CRED_REVOCATION_CHECK_CHAIN","features":[327]},{"name":"SCH_CRED_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[327]},{"name":"SCH_CRED_REVOCATION_CHECK_END_CERT","features":[327]},{"name":"SCH_CRED_SECRET_CAPI","features":[327]},{"name":"SCH_CRED_SECRET_PRIVKEY","features":[327]},{"name":"SCH_CRED_SNI_CREDENTIAL","features":[327]},{"name":"SCH_CRED_SNI_ENABLE_OCSP","features":[327]},{"name":"SCH_CRED_USE_DEFAULT_CREDS","features":[327]},{"name":"SCH_CRED_V1","features":[327]},{"name":"SCH_CRED_V2","features":[327]},{"name":"SCH_CRED_V3","features":[327]},{"name":"SCH_CRED_VERSION","features":[327]},{"name":"SCH_CRED_X509_CAPI","features":[327]},{"name":"SCH_CRED_X509_CERTCHAIN","features":[327]},{"name":"SCH_DISABLE_RECONNECTS","features":[327]},{"name":"SCH_EXTENSIONS_OPTIONS_NONE","features":[327]},{"name":"SCH_EXTENSION_DATA","features":[327]},{"name":"SCH_MACHINE_CERT_HASH","features":[327]},{"name":"SCH_MAX_EXT_SUBSCRIPTIONS","features":[327]},{"name":"SCH_NO_RECORD_HEADER","features":[327]},{"name":"SCH_SEND_AUX_RECORD","features":[327]},{"name":"SCH_SEND_ROOT_CERT","features":[327]},{"name":"SCH_USE_DTLS_ONLY","features":[327]},{"name":"SCH_USE_PRESHAREDKEY_ONLY","features":[327]},{"name":"SCH_USE_STRONG_CRYPTO","features":[327]},{"name":"SECBUFFER_ALERT","features":[327]},{"name":"SECBUFFER_APPLICATION_PROTOCOLS","features":[327]},{"name":"SECBUFFER_ATTRMASK","features":[327]},{"name":"SECBUFFER_CERTIFICATE_REQUEST_CONTEXT","features":[327]},{"name":"SECBUFFER_CHANGE_PASS_RESPONSE","features":[327]},{"name":"SECBUFFER_CHANNEL_BINDINGS","features":[327]},{"name":"SECBUFFER_CHANNEL_BINDINGS_RESULT","features":[327]},{"name":"SECBUFFER_DATA","features":[327]},{"name":"SECBUFFER_DTLS_MTU","features":[327]},{"name":"SECBUFFER_EMPTY","features":[327]},{"name":"SECBUFFER_EXTRA","features":[327]},{"name":"SECBUFFER_FLAGS","features":[327]},{"name":"SECBUFFER_KERNEL_MAP","features":[327]},{"name":"SECBUFFER_MECHLIST","features":[327]},{"name":"SECBUFFER_MECHLIST_SIGNATURE","features":[327]},{"name":"SECBUFFER_MISSING","features":[327]},{"name":"SECBUFFER_NEGOTIATION_INFO","features":[327]},{"name":"SECBUFFER_PADDING","features":[327]},{"name":"SECBUFFER_PKG_PARAMS","features":[327]},{"name":"SECBUFFER_PRESHARED_KEY","features":[327]},{"name":"SECBUFFER_PRESHARED_KEY_IDENTITY","features":[327]},{"name":"SECBUFFER_READONLY","features":[327]},{"name":"SECBUFFER_READONLY_WITH_CHECKSUM","features":[327]},{"name":"SECBUFFER_RESERVED","features":[327]},{"name":"SECBUFFER_SEND_GENERIC_TLS_EXTENSION","features":[327]},{"name":"SECBUFFER_SRTP_MASTER_KEY_IDENTIFIER","features":[327]},{"name":"SECBUFFER_SRTP_PROTECTION_PROFILES","features":[327]},{"name":"SECBUFFER_STREAM","features":[327]},{"name":"SECBUFFER_STREAM_HEADER","features":[327]},{"name":"SECBUFFER_STREAM_TRAILER","features":[327]},{"name":"SECBUFFER_SUBSCRIBE_GENERIC_TLS_EXTENSION","features":[327]},{"name":"SECBUFFER_TARGET","features":[327]},{"name":"SECBUFFER_TARGET_HOST","features":[327]},{"name":"SECBUFFER_TOKEN","features":[327]},{"name":"SECBUFFER_TOKEN_BINDING","features":[327]},{"name":"SECBUFFER_TRAFFIC_SECRETS","features":[327]},{"name":"SECBUFFER_UNMAPPED","features":[327]},{"name":"SECBUFFER_VERSION","features":[327]},{"name":"SECPKGCONTEXT_CIPHERINFO_V1","features":[327]},{"name":"SECPKGCONTEXT_CONNECTION_INFO_EX_V1","features":[327]},{"name":"SECPKG_ANSI_ATTRIBUTE","features":[327]},{"name":"SECPKG_APP_MODE_INFO","features":[305,327]},{"name":"SECPKG_ATTR","features":[327]},{"name":"SECPKG_ATTR_ACCESS_TOKEN","features":[327]},{"name":"SECPKG_ATTR_APPLICATION_PROTOCOL","features":[327]},{"name":"SECPKG_ATTR_APP_DATA","features":[327]},{"name":"SECPKG_ATTR_AUTHENTICATION_ID","features":[327]},{"name":"SECPKG_ATTR_AUTHORITY","features":[327]},{"name":"SECPKG_ATTR_CC_POLICY_RESULT","features":[327]},{"name":"SECPKG_ATTR_CERT_CHECK_RESULT","features":[327]},{"name":"SECPKG_ATTR_CERT_CHECK_RESULT_INPROC","features":[327]},{"name":"SECPKG_ATTR_CERT_TRUST_STATUS","features":[327]},{"name":"SECPKG_ATTR_CIPHER_INFO","features":[327]},{"name":"SECPKG_ATTR_CIPHER_STRENGTHS","features":[327]},{"name":"SECPKG_ATTR_CLIENT_CERT_POLICY","features":[327]},{"name":"SECPKG_ATTR_CLIENT_SPECIFIED_TARGET","features":[327]},{"name":"SECPKG_ATTR_CONNECTION_INFO","features":[327]},{"name":"SECPKG_ATTR_CONNECTION_INFO_EX","features":[327]},{"name":"SECPKG_ATTR_CONTEXT_DELETED","features":[327]},{"name":"SECPKG_ATTR_CREDENTIAL_NAME","features":[327]},{"name":"SECPKG_ATTR_CREDS","features":[327]},{"name":"SECPKG_ATTR_CREDS_2","features":[327]},{"name":"SECPKG_ATTR_C_ACCESS_TOKEN","features":[327]},{"name":"SECPKG_ATTR_C_FULL_ACCESS_TOKEN","features":[327]},{"name":"SECPKG_ATTR_DCE_INFO","features":[327]},{"name":"SECPKG_ATTR_DTLS_MTU","features":[327]},{"name":"SECPKG_ATTR_EAP_KEY_BLOCK","features":[327]},{"name":"SECPKG_ATTR_EAP_PRF_INFO","features":[327]},{"name":"SECPKG_ATTR_EARLY_START","features":[327]},{"name":"SECPKG_ATTR_ENDPOINT_BINDINGS","features":[327]},{"name":"SECPKG_ATTR_FLAGS","features":[327]},{"name":"SECPKG_ATTR_ISSUER_LIST","features":[327]},{"name":"SECPKG_ATTR_ISSUER_LIST_EX","features":[327]},{"name":"SECPKG_ATTR_IS_LOOPBACK","features":[327]},{"name":"SECPKG_ATTR_KEYING_MATERIAL","features":[327]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_INFO","features":[327]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_INPROC","features":[327]},{"name":"SECPKG_ATTR_KEYING_MATERIAL_TOKEN_BINDING","features":[327]},{"name":"SECPKG_ATTR_KEY_INFO","features":[327]},{"name":"SECPKG_ATTR_LAST_CLIENT_TOKEN_STATUS","features":[327]},{"name":"SECPKG_ATTR_LCT_STATUS","features":[327]},{"name":"SECPKG_ATTR_LIFESPAN","features":[327]},{"name":"SECPKG_ATTR_LOCAL_CERT_CONTEXT","features":[327]},{"name":"SECPKG_ATTR_LOCAL_CERT_INFO","features":[327]},{"name":"SECPKG_ATTR_LOCAL_CRED","features":[327]},{"name":"SECPKG_ATTR_LOGOFF_TIME","features":[327]},{"name":"SECPKG_ATTR_MAPPED_CRED_ATTR","features":[327]},{"name":"SECPKG_ATTR_NAMES","features":[327]},{"name":"SECPKG_ATTR_NATIVE_NAMES","features":[327]},{"name":"SECPKG_ATTR_NEGOTIATED_TLS_EXTENSIONS","features":[327]},{"name":"SECPKG_ATTR_NEGOTIATION_INFO","features":[327]},{"name":"SECPKG_ATTR_NEGOTIATION_PACKAGE","features":[327]},{"name":"SECPKG_ATTR_NEGO_INFO_FLAG_NO_KERBEROS","features":[327]},{"name":"SECPKG_ATTR_NEGO_INFO_FLAG_NO_NTLM","features":[327]},{"name":"SECPKG_ATTR_NEGO_KEYS","features":[327]},{"name":"SECPKG_ATTR_NEGO_PKG_INFO","features":[327]},{"name":"SECPKG_ATTR_NEGO_STATUS","features":[327]},{"name":"SECPKG_ATTR_PACKAGE_INFO","features":[327]},{"name":"SECPKG_ATTR_PASSWORD_EXPIRY","features":[327]},{"name":"SECPKG_ATTR_PROMPTING_NEEDED","features":[327]},{"name":"SECPKG_ATTR_PROTO_INFO","features":[327]},{"name":"SECPKG_ATTR_REMOTE_CERTIFICATES","features":[327]},{"name":"SECPKG_ATTR_REMOTE_CERT_CHAIN","features":[327]},{"name":"SECPKG_ATTR_REMOTE_CERT_CONTEXT","features":[327]},{"name":"SECPKG_ATTR_REMOTE_CRED","features":[327]},{"name":"SECPKG_ATTR_ROOT_STORE","features":[327]},{"name":"SECPKG_ATTR_SASL_CONTEXT","features":[327]},{"name":"SECPKG_ATTR_SERIALIZED_REMOTE_CERT_CONTEXT","features":[327]},{"name":"SECPKG_ATTR_SERIALIZED_REMOTE_CERT_CONTEXT_INPROC","features":[327]},{"name":"SECPKG_ATTR_SERVER_AUTH_FLAGS","features":[327]},{"name":"SECPKG_ATTR_SESSION_INFO","features":[327]},{"name":"SECPKG_ATTR_SESSION_KEY","features":[327]},{"name":"SECPKG_ATTR_SESSION_TICKET_KEYS","features":[327]},{"name":"SECPKG_ATTR_SIZES","features":[327]},{"name":"SECPKG_ATTR_SRTP_PARAMETERS","features":[327]},{"name":"SECPKG_ATTR_STREAM_SIZES","features":[327]},{"name":"SECPKG_ATTR_SUBJECT_SECURITY_ATTRIBUTES","features":[327]},{"name":"SECPKG_ATTR_SUPPORTED_ALGS","features":[327]},{"name":"SECPKG_ATTR_SUPPORTED_PROTOCOLS","features":[327]},{"name":"SECPKG_ATTR_SUPPORTED_SIGNATURES","features":[327]},{"name":"SECPKG_ATTR_TARGET","features":[327]},{"name":"SECPKG_ATTR_TARGET_INFORMATION","features":[327]},{"name":"SECPKG_ATTR_THUNK_ALL","features":[327]},{"name":"SECPKG_ATTR_TOKEN_BINDING","features":[327]},{"name":"SECPKG_ATTR_UI_INFO","features":[327]},{"name":"SECPKG_ATTR_UNIQUE_BINDINGS","features":[327]},{"name":"SECPKG_ATTR_USER_FLAGS","features":[327]},{"name":"SECPKG_ATTR_USE_NCRYPT","features":[327]},{"name":"SECPKG_ATTR_USE_VALIDATED","features":[327]},{"name":"SECPKG_BYTE_VECTOR","features":[327]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER","features":[327]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER_AUTHCAPABLE","features":[327]},{"name":"SECPKG_CALLFLAGS_APPCONTAINER_UPNCAPABLE","features":[327]},{"name":"SECPKG_CALLFLAGS_FORCE_SUPPLIED","features":[327]},{"name":"SECPKG_CALL_ANSI","features":[327]},{"name":"SECPKG_CALL_ASYNC_UPDATE","features":[327]},{"name":"SECPKG_CALL_BUFFER_MARSHAL","features":[327]},{"name":"SECPKG_CALL_CLEANUP","features":[327]},{"name":"SECPKG_CALL_CLOUDAP_CONNECT","features":[327]},{"name":"SECPKG_CALL_INFO","features":[327]},{"name":"SECPKG_CALL_IN_PROC","features":[327]},{"name":"SECPKG_CALL_IS_TCB","features":[327]},{"name":"SECPKG_CALL_KERNEL_MODE","features":[327]},{"name":"SECPKG_CALL_NEGO","features":[327]},{"name":"SECPKG_CALL_NEGO_EXTENDER","features":[327]},{"name":"SECPKG_CALL_NETWORK_ONLY","features":[327]},{"name":"SECPKG_CALL_PACKAGE_MESSAGE_TYPE","features":[327]},{"name":"SECPKG_CALL_PACKAGE_PIN_DC_REQUEST","features":[327]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST","features":[305,327]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_CLEANUP_CREDENTIALS","features":[327]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_OPTIMISTIC_LOGON","features":[327]},{"name":"SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST_FLAG_TO_SSO_SESSION","features":[327]},{"name":"SECPKG_CALL_PACKAGE_UNPIN_ALL_DCS_REQUEST","features":[327]},{"name":"SECPKG_CALL_PROCESS_TERM","features":[327]},{"name":"SECPKG_CALL_RECURSIVE","features":[327]},{"name":"SECPKG_CALL_SYSTEM_PROC","features":[327]},{"name":"SECPKG_CALL_THREAD_TERM","features":[327]},{"name":"SECPKG_CALL_UNLOCK","features":[327]},{"name":"SECPKG_CALL_URGENT","features":[327]},{"name":"SECPKG_CALL_WINLOGON","features":[327]},{"name":"SECPKG_CALL_WOWA32","features":[327]},{"name":"SECPKG_CALL_WOWCLIENT","features":[327]},{"name":"SECPKG_CALL_WOWX86","features":[327]},{"name":"SECPKG_CLIENT_INFO","features":[305,327]},{"name":"SECPKG_CLIENT_INFO_EX","features":[305,327]},{"name":"SECPKG_CLIENT_PROCESS_TERMINATED","features":[327]},{"name":"SECPKG_CLIENT_THREAD_TERMINATED","features":[327]},{"name":"SECPKG_CONTEXT_EXPORT_DELETE_OLD","features":[327]},{"name":"SECPKG_CONTEXT_EXPORT_RESET_NEW","features":[327]},{"name":"SECPKG_CONTEXT_EXPORT_TO_KERNEL","features":[327]},{"name":"SECPKG_CONTEXT_THUNKS","features":[327]},{"name":"SECPKG_CRED","features":[327]},{"name":"SECPKG_CREDENTIAL","features":[305,327]},{"name":"SECPKG_CREDENTIAL_ATTRIBUTE","features":[327]},{"name":"SECPKG_CREDENTIAL_FLAGS_CALLER_HAS_TCB","features":[327]},{"name":"SECPKG_CREDENTIAL_FLAGS_CREDMAN_CRED","features":[327]},{"name":"SECPKG_CREDENTIAL_VERSION","features":[327]},{"name":"SECPKG_CRED_ATTR_CERT","features":[327]},{"name":"SECPKG_CRED_ATTR_KDC_PROXY_SETTINGS","features":[327]},{"name":"SECPKG_CRED_ATTR_NAMES","features":[327]},{"name":"SECPKG_CRED_ATTR_PAC_BYPASS","features":[327]},{"name":"SECPKG_CRED_ATTR_SSI_PROVIDER","features":[327]},{"name":"SECPKG_CRED_AUTOLOGON_RESTRICTED","features":[327]},{"name":"SECPKG_CRED_BOTH","features":[327]},{"name":"SECPKG_CRED_CLASS","features":[327]},{"name":"SECPKG_CRED_DEFAULT","features":[327]},{"name":"SECPKG_CRED_INBOUND","features":[327]},{"name":"SECPKG_CRED_OUTBOUND","features":[327]},{"name":"SECPKG_CRED_PROCESS_POLICY_ONLY","features":[327]},{"name":"SECPKG_CRED_RESERVED","features":[327]},{"name":"SECPKG_DLL_FUNCTIONS","features":[305,327]},{"name":"SECPKG_EVENT_NOTIFY","features":[327]},{"name":"SECPKG_EVENT_PACKAGE_CHANGE","features":[327]},{"name":"SECPKG_EVENT_ROLE_CHANGE","features":[327]},{"name":"SECPKG_EXTENDED_INFORMATION","features":[327]},{"name":"SECPKG_EXTENDED_INFORMATION_CLASS","features":[327]},{"name":"SECPKG_EXTRA_OIDS","features":[327]},{"name":"SECPKG_FLAG_ACCEPT_WIN32_NAME","features":[327]},{"name":"SECPKG_FLAG_APPCONTAINER_CHECKS","features":[327]},{"name":"SECPKG_FLAG_APPCONTAINER_PASSTHROUGH","features":[327]},{"name":"SECPKG_FLAG_APPLY_LOOPBACK","features":[327]},{"name":"SECPKG_FLAG_ASCII_BUFFERS","features":[327]},{"name":"SECPKG_FLAG_CLIENT_ONLY","features":[327]},{"name":"SECPKG_FLAG_CONNECTION","features":[327]},{"name":"SECPKG_FLAG_CREDENTIAL_ISOLATION_ENABLED","features":[327]},{"name":"SECPKG_FLAG_DATAGRAM","features":[327]},{"name":"SECPKG_FLAG_DELEGATION","features":[327]},{"name":"SECPKG_FLAG_EXTENDED_ERROR","features":[327]},{"name":"SECPKG_FLAG_FRAGMENT","features":[327]},{"name":"SECPKG_FLAG_GSS_COMPATIBLE","features":[327]},{"name":"SECPKG_FLAG_IMPERSONATION","features":[327]},{"name":"SECPKG_FLAG_INTEGRITY","features":[327]},{"name":"SECPKG_FLAG_LOGON","features":[327]},{"name":"SECPKG_FLAG_MULTI_REQUIRED","features":[327]},{"name":"SECPKG_FLAG_MUTUAL_AUTH","features":[327]},{"name":"SECPKG_FLAG_NEGOTIABLE","features":[327]},{"name":"SECPKG_FLAG_NEGOTIABLE2","features":[327]},{"name":"SECPKG_FLAG_NEGO_EXTENDER","features":[327]},{"name":"SECPKG_FLAG_PRIVACY","features":[327]},{"name":"SECPKG_FLAG_READONLY_WITH_CHECKSUM","features":[327]},{"name":"SECPKG_FLAG_RESTRICTED_TOKENS","features":[327]},{"name":"SECPKG_FLAG_STREAM","features":[327]},{"name":"SECPKG_FLAG_TOKEN_ONLY","features":[327]},{"name":"SECPKG_FUNCTION_TABLE","features":[305,327,487,342]},{"name":"SECPKG_GSS_INFO","features":[327]},{"name":"SECPKG_ID_NONE","features":[327]},{"name":"SECPKG_INTERFACE_VERSION","features":[327]},{"name":"SECPKG_INTERFACE_VERSION_10","features":[327]},{"name":"SECPKG_INTERFACE_VERSION_11","features":[327]},{"name":"SECPKG_INTERFACE_VERSION_2","features":[327]},{"name":"SECPKG_INTERFACE_VERSION_3","features":[327]},{"name":"SECPKG_INTERFACE_VERSION_4","features":[327]},{"name":"SECPKG_INTERFACE_VERSION_5","features":[327]},{"name":"SECPKG_INTERFACE_VERSION_6","features":[327]},{"name":"SECPKG_INTERFACE_VERSION_7","features":[327]},{"name":"SECPKG_INTERFACE_VERSION_8","features":[327]},{"name":"SECPKG_INTERFACE_VERSION_9","features":[327]},{"name":"SECPKG_KERNEL_FUNCTIONS","features":[305,327,312]},{"name":"SECPKG_KERNEL_FUNCTION_TABLE","features":[305,327,312]},{"name":"SECPKG_LSAMODEINIT_NAME","features":[327]},{"name":"SECPKG_MAX_OID_LENGTH","features":[327]},{"name":"SECPKG_MSVAV_FLAGS_VALID","features":[327]},{"name":"SECPKG_MSVAV_TIMESTAMP_VALID","features":[327]},{"name":"SECPKG_MUTUAL_AUTH_LEVEL","features":[327]},{"name":"SECPKG_NAME_TYPE","features":[327]},{"name":"SECPKG_NEGO2_INFO","features":[327]},{"name":"SECPKG_NEGOTIATION_COMPLETE","features":[327]},{"name":"SECPKG_NEGOTIATION_DIRECT","features":[327]},{"name":"SECPKG_NEGOTIATION_IN_PROGRESS","features":[327]},{"name":"SECPKG_NEGOTIATION_OPTIMISTIC","features":[327]},{"name":"SECPKG_NEGOTIATION_TRY_MULTICRED","features":[327]},{"name":"SECPKG_NTLM_TARGETINFO","features":[305,327]},{"name":"SECPKG_OPTIONS_PERMANENT","features":[327]},{"name":"SECPKG_OPTIONS_TYPE_LSA","features":[327]},{"name":"SECPKG_OPTIONS_TYPE_SSPI","features":[327]},{"name":"SECPKG_OPTIONS_TYPE_UNKNOWN","features":[327]},{"name":"SECPKG_PACKAGE_CHANGE_LOAD","features":[327]},{"name":"SECPKG_PACKAGE_CHANGE_SELECT","features":[327]},{"name":"SECPKG_PACKAGE_CHANGE_TYPE","features":[327]},{"name":"SECPKG_PACKAGE_CHANGE_UNLOAD","features":[327]},{"name":"SECPKG_PARAMETERS","features":[327]},{"name":"SECPKG_POST_LOGON_USER_INFO","features":[305,327]},{"name":"SECPKG_PRIMARY_CRED","features":[305,327]},{"name":"SECPKG_PRIMARY_CRED_EX","features":[305,327]},{"name":"SECPKG_PRIMARY_CRED_EX_FLAGS_EX_DELEGATION_TOKEN","features":[327]},{"name":"SECPKG_REDIRECTED_LOGON_BUFFER","features":[305,327]},{"name":"SECPKG_REDIRECTED_LOGON_GUID_INITIALIZER","features":[327]},{"name":"SECPKG_SERIALIZED_OID","features":[327]},{"name":"SECPKG_SESSIONINFO_TYPE","features":[327]},{"name":"SECPKG_SHORT_VECTOR","features":[327]},{"name":"SECPKG_STATE_CRED_ISOLATION_ENABLED","features":[327]},{"name":"SECPKG_STATE_DOMAIN_CONTROLLER","features":[327]},{"name":"SECPKG_STATE_ENCRYPTION_PERMITTED","features":[327]},{"name":"SECPKG_STATE_RESERVED_1","features":[327]},{"name":"SECPKG_STATE_STANDALONE","features":[327]},{"name":"SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED","features":[327]},{"name":"SECPKG_STATE_WORKSTATION","features":[327]},{"name":"SECPKG_SUPPLEMENTAL_CRED","features":[327]},{"name":"SECPKG_SUPPLEMENTAL_CRED_ARRAY","features":[327]},{"name":"SECPKG_SUPPLIED_CREDENTIAL","features":[327]},{"name":"SECPKG_SURROGATE_LOGON","features":[305,327]},{"name":"SECPKG_SURROGATE_LOGON_ENTRY","features":[327]},{"name":"SECPKG_SURROGATE_LOGON_VERSION_1","features":[327]},{"name":"SECPKG_TARGETINFO","features":[327]},{"name":"SECPKG_UNICODE_ATTRIBUTE","features":[327]},{"name":"SECPKG_USERMODEINIT_NAME","features":[327]},{"name":"SECPKG_USER_FUNCTION_TABLE","features":[305,327]},{"name":"SECPKG_WOW_CLIENT_DLL","features":[327]},{"name":"SECQOP_WRAP_NO_ENCRYPT","features":[327]},{"name":"SECQOP_WRAP_OOB_DATA","features":[327]},{"name":"SECRET_QUERY_VALUE","features":[327]},{"name":"SECRET_SET_VALUE","features":[327]},{"name":"SECURITY_ENTRYPOINT","features":[327]},{"name":"SECURITY_ENTRYPOINT16","features":[327]},{"name":"SECURITY_ENTRYPOINT_ANSI","features":[327]},{"name":"SECURITY_ENTRYPOINT_ANSIA","features":[327]},{"name":"SECURITY_ENTRYPOINT_ANSIW","features":[327]},{"name":"SECURITY_LOGON_SESSION_DATA","features":[305,327]},{"name":"SECURITY_LOGON_TYPE","features":[327]},{"name":"SECURITY_NATIVE_DREP","features":[327]},{"name":"SECURITY_NETWORK_DREP","features":[327]},{"name":"SECURITY_PACKAGE_OPTIONS","features":[327]},{"name":"SECURITY_PACKAGE_OPTIONS_TYPE","features":[327]},{"name":"SECURITY_STRING","features":[327]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION","features":[327]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_2","features":[327]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_3","features":[327]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_4","features":[327]},{"name":"SECURITY_SUPPORT_PROVIDER_INTERFACE_VERSION_5","features":[327]},{"name":"SECURITY_USER_DATA","features":[327]},{"name":"SEC_APPLICATION_PROTOCOLS","features":[327]},{"name":"SEC_APPLICATION_PROTOCOL_LIST","features":[327]},{"name":"SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT","features":[327]},{"name":"SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS","features":[327]},{"name":"SEC_CERTIFICATE_REQUEST_CONTEXT","features":[327]},{"name":"SEC_CHANNEL_BINDINGS","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_AUDIT_BINDINGS","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_EX","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_RESULT","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_ABSENT","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_CLIENT_SUPPORT","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_NOTVALID_MISMATCH","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_NOTVALID_MISSING","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_MATCHED","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_MISSING","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_RESULT_VALID_PROXY","features":[327]},{"name":"SEC_CHANNEL_BINDINGS_VALID_FLAGS","features":[327]},{"name":"SEC_DTLS_MTU","features":[327]},{"name":"SEC_FLAGS","features":[327]},{"name":"SEC_GET_KEY_FN","features":[327]},{"name":"SEC_NEGOTIATION_INFO","features":[327]},{"name":"SEC_PRESHAREDKEY","features":[327]},{"name":"SEC_PRESHAREDKEY_IDENTITY","features":[327]},{"name":"SEC_SRTP_MASTER_KEY_IDENTIFIER","features":[327]},{"name":"SEC_SRTP_PROTECTION_PROFILES","features":[327]},{"name":"SEC_TOKEN_BINDING","features":[327]},{"name":"SEC_TRAFFIC_SECRETS","features":[327]},{"name":"SEC_TRAFFIC_SECRET_TYPE","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY32","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_FOR_SYSTEM","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_SAME_LOGON","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_ENCRYPT_SAME_PROCESS","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_EX2","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_EX32","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_EXA","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_EXW","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_ID_PROVIDER","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_NULL_DOMAIN","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_NULL_USER","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_PROCESS_ENCRYPTED","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_RESERVED","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_CREDPROV_DO_NOT_LOAD","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_CREDPROV_DO_NOT_SAVE","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_NO_CHECKBOX","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_SAVE_CRED_BY_CALLER","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_SAVE_CRED_CHECKED","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SSPIPFC_USE_MASK","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SYSTEM_ENCRYPTED","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_SYSTEM_PROTECTED","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_FLAGS_USER_PROTECTED","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_INFO","features":[327,323]},{"name":"SEC_WINNT_AUTH_IDENTITY_MARSHALLED","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_ONLY","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_VERSION","features":[327]},{"name":"SEC_WINNT_AUTH_IDENTITY_VERSION_2","features":[327]},{"name":"SEND_GENERIC_TLS_EXTENSION","features":[327]},{"name":"SESSION_TICKET_INFO_V0","features":[327]},{"name":"SESSION_TICKET_INFO_VERSION","features":[327]},{"name":"SET_CONTEXT_ATTRIBUTES_FN_A","features":[327,487]},{"name":"SET_CONTEXT_ATTRIBUTES_FN_W","features":[327,487]},{"name":"SET_CREDENTIALS_ATTRIBUTES_FN_A","features":[327,487]},{"name":"SET_CREDENTIALS_ATTRIBUTES_FN_W","features":[327,487]},{"name":"SE_ADT_ACCESS_REASON","features":[327]},{"name":"SE_ADT_CLAIMS","features":[327]},{"name":"SE_ADT_OBJECT_ONLY","features":[327]},{"name":"SE_ADT_OBJECT_TYPE","features":[327]},{"name":"SE_ADT_PARAMETERS_SELF_RELATIVE","features":[327]},{"name":"SE_ADT_PARAMETERS_SEND_TO_LSA","features":[327]},{"name":"SE_ADT_PARAMETER_ARRAY","features":[327]},{"name":"SE_ADT_PARAMETER_ARRAY_ENTRY","features":[327]},{"name":"SE_ADT_PARAMETER_ARRAY_EX","features":[327]},{"name":"SE_ADT_PARAMETER_EXTENSIBLE_AUDIT","features":[327]},{"name":"SE_ADT_PARAMETER_GENERIC_AUDIT","features":[327]},{"name":"SE_ADT_PARAMETER_TYPE","features":[327]},{"name":"SE_ADT_PARAMETER_WRITE_SYNCHRONOUS","features":[327]},{"name":"SE_ADT_POLICY_AUDIT_EVENT_TYPE_EX_BEGIN","features":[327]},{"name":"SE_BATCH_LOGON_NAME","features":[327]},{"name":"SE_DENY_BATCH_LOGON_NAME","features":[327]},{"name":"SE_DENY_INTERACTIVE_LOGON_NAME","features":[327]},{"name":"SE_DENY_NETWORK_LOGON_NAME","features":[327]},{"name":"SE_DENY_REMOTE_INTERACTIVE_LOGON_NAME","features":[327]},{"name":"SE_DENY_SERVICE_LOGON_NAME","features":[327]},{"name":"SE_INTERACTIVE_LOGON_NAME","features":[327]},{"name":"SE_MAX_AUDIT_PARAMETERS","features":[327]},{"name":"SE_MAX_GENERIC_AUDIT_PARAMETERS","features":[327]},{"name":"SE_NETWORK_LOGON_NAME","features":[327]},{"name":"SE_REMOTE_INTERACTIVE_LOGON_NAME","features":[327]},{"name":"SE_SERVICE_LOGON_NAME","features":[327]},{"name":"SLAcquireGenuineTicket","features":[327]},{"name":"SLActivateProduct","features":[327]},{"name":"SLClose","features":[327]},{"name":"SLConsumeRight","features":[327]},{"name":"SLDATATYPE","features":[327]},{"name":"SLDepositOfflineConfirmationId","features":[327]},{"name":"SLDepositOfflineConfirmationIdEx","features":[327]},{"name":"SLFireEvent","features":[327]},{"name":"SLGenerateOfflineInstallationId","features":[327]},{"name":"SLGenerateOfflineInstallationIdEx","features":[327]},{"name":"SLGetApplicationInformation","features":[327]},{"name":"SLGetGenuineInformation","features":[327]},{"name":"SLGetInstalledProductKeyIds","features":[327]},{"name":"SLGetLicense","features":[327]},{"name":"SLGetLicenseFileId","features":[327]},{"name":"SLGetLicenseInformation","features":[327]},{"name":"SLGetLicensingStatusInformation","features":[327]},{"name":"SLGetPKeyId","features":[327]},{"name":"SLGetPKeyInformation","features":[327]},{"name":"SLGetPolicyInformation","features":[327]},{"name":"SLGetPolicyInformationDWORD","features":[327]},{"name":"SLGetProductSkuInformation","features":[327]},{"name":"SLGetReferralInformation","features":[327]},{"name":"SLGetSLIDList","features":[327]},{"name":"SLGetServerStatus","features":[327]},{"name":"SLGetServiceInformation","features":[327]},{"name":"SLGetWindowsInformation","features":[327]},{"name":"SLGetWindowsInformationDWORD","features":[327]},{"name":"SLIDTYPE","features":[327]},{"name":"SLInstallLicense","features":[327]},{"name":"SLInstallProofOfPurchase","features":[327]},{"name":"SLIsGenuineLocal","features":[327]},{"name":"SLLICENSINGSTATUS","features":[327]},{"name":"SLOpen","features":[327]},{"name":"SLQueryLicenseValueFromApp","features":[327]},{"name":"SLREFERRALTYPE","features":[327]},{"name":"SLRegisterEvent","features":[305,327]},{"name":"SLSetCurrentProductKey","features":[327]},{"name":"SLSetGenuineInformation","features":[327]},{"name":"SLUninstallLicense","features":[327]},{"name":"SLUninstallProofOfPurchase","features":[327]},{"name":"SLUnregisterEvent","features":[305,327]},{"name":"SL_ACTIVATION_INFO_HEADER","features":[327]},{"name":"SL_ACTIVATION_TYPE","features":[327]},{"name":"SL_ACTIVATION_TYPE_ACTIVE_DIRECTORY","features":[327]},{"name":"SL_ACTIVATION_TYPE_DEFAULT","features":[327]},{"name":"SL_AD_ACTIVATION_INFO","features":[327]},{"name":"SL_CLIENTAPI_ZONE","features":[327]},{"name":"SL_DATA_BINARY","features":[327]},{"name":"SL_DATA_DWORD","features":[327]},{"name":"SL_DATA_MULTI_SZ","features":[327]},{"name":"SL_DATA_NONE","features":[327]},{"name":"SL_DATA_SUM","features":[327]},{"name":"SL_DATA_SZ","features":[327]},{"name":"SL_DEFAULT_MIGRATION_ENCRYPTOR_URI","features":[327]},{"name":"SL_EVENT_LICENSING_STATE_CHANGED","features":[327]},{"name":"SL_EVENT_POLICY_CHANGED","features":[327]},{"name":"SL_EVENT_USER_NOTIFICATION","features":[327]},{"name":"SL_E_ACTIVATION_IN_PROGRESS","features":[327]},{"name":"SL_E_APPLICATION_POLICIES_MISSING","features":[327]},{"name":"SL_E_APPLICATION_POLICIES_NOT_LOADED","features":[327]},{"name":"SL_E_AUTHN_CANT_VERIFY","features":[327]},{"name":"SL_E_AUTHN_CHALLENGE_NOT_SET","features":[327]},{"name":"SL_E_AUTHN_MISMATCHED_KEY","features":[327]},{"name":"SL_E_AUTHN_WRONG_VERSION","features":[327]},{"name":"SL_E_BASE_SKU_NOT_AVAILABLE","features":[327]},{"name":"SL_E_BIOS_KEY","features":[327]},{"name":"SL_E_BLOCKED_PRODUCT_KEY","features":[327]},{"name":"SL_E_CHPA_ACTCONFIG_ID_NOT_FOUND","features":[327]},{"name":"SL_E_CHPA_BINDING_MAPPING_NOT_FOUND","features":[327]},{"name":"SL_E_CHPA_BINDING_NOT_FOUND","features":[327]},{"name":"SL_E_CHPA_BUSINESS_RULE_INPUT_NOT_FOUND","features":[327]},{"name":"SL_E_CHPA_DATABASE_ERROR","features":[327]},{"name":"SL_E_CHPA_DIGITALMARKER_BINDING_NOT_CONFIGURED","features":[327]},{"name":"SL_E_CHPA_DIGITALMARKER_INVALID_BINDING","features":[327]},{"name":"SL_E_CHPA_DMAK_EXTENSION_LIMIT_EXCEEDED","features":[327]},{"name":"SL_E_CHPA_DMAK_LIMIT_EXCEEDED","features":[327]},{"name":"SL_E_CHPA_DYNAMICALLY_BLOCKED_PRODUCT_KEY","features":[327]},{"name":"SL_E_CHPA_FAILED_TO_DELETE_PRODUCTKEY_BINDING","features":[327]},{"name":"SL_E_CHPA_FAILED_TO_DELETE_PRODUCT_KEY_PROPERTY","features":[327]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCTKEY_BINDING","features":[327]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCT_KEY_PROPERTY","features":[327]},{"name":"SL_E_CHPA_FAILED_TO_INSERT_PRODUCT_KEY_RECORD","features":[327]},{"name":"SL_E_CHPA_FAILED_TO_PROCESS_PRODUCT_KEY_BINDINGS_XML","features":[327]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCTKEY_BINDING","features":[327]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCT_KEY_PROPERTY","features":[327]},{"name":"SL_E_CHPA_FAILED_TO_UPDATE_PRODUCT_KEY_RECORD","features":[327]},{"name":"SL_E_CHPA_GENERAL_ERROR","features":[327]},{"name":"SL_E_CHPA_INVALID_ACTCONFIG_ID","features":[327]},{"name":"SL_E_CHPA_INVALID_ARGUMENT","features":[327]},{"name":"SL_E_CHPA_INVALID_BINDING","features":[327]},{"name":"SL_E_CHPA_INVALID_BINDING_URI","features":[327]},{"name":"SL_E_CHPA_INVALID_PRODUCT_DATA","features":[327]},{"name":"SL_E_CHPA_INVALID_PRODUCT_DATA_ID","features":[327]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY","features":[327]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_CHAR","features":[327]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_FORMAT","features":[327]},{"name":"SL_E_CHPA_INVALID_PRODUCT_KEY_LENGTH","features":[327]},{"name":"SL_E_CHPA_MAXIMUM_UNLOCK_EXCEEDED","features":[327]},{"name":"SL_E_CHPA_MSCH_RESPONSE_NOT_AVAILABLE_VGA","features":[327]},{"name":"SL_E_CHPA_NETWORK_ERROR","features":[327]},{"name":"SL_E_CHPA_NO_RULES_TO_ACTIVATE","features":[327]},{"name":"SL_E_CHPA_NULL_VALUE_FOR_PROPERTY_NAME_OR_ID","features":[327]},{"name":"SL_E_CHPA_OEM_SLP_COA0","features":[327]},{"name":"SL_E_CHPA_OVERRIDE_REQUEST_NOT_FOUND","features":[327]},{"name":"SL_E_CHPA_PRODUCT_KEY_BEING_USED","features":[327]},{"name":"SL_E_CHPA_PRODUCT_KEY_BLOCKED","features":[327]},{"name":"SL_E_CHPA_PRODUCT_KEY_BLOCKED_IPLOCATION","features":[327]},{"name":"SL_E_CHPA_PRODUCT_KEY_OUT_OF_RANGE","features":[327]},{"name":"SL_E_CHPA_REISSUANCE_LIMIT_NOT_FOUND","features":[327]},{"name":"SL_E_CHPA_RESPONSE_NOT_AVAILABLE","features":[327]},{"name":"SL_E_CHPA_SYSTEM_ERROR","features":[327]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_AFTER_END_DATE","features":[327]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_BEFORE_START_DATE","features":[327]},{"name":"SL_E_CHPA_TIMEBASED_ACTIVATION_NOT_AVAILABLE","features":[327]},{"name":"SL_E_CHPA_TIMEBASED_PRODUCT_KEY_NOT_CONFIGURED","features":[327]},{"name":"SL_E_CHPA_UNKNOWN_PRODUCT_KEY_TYPE","features":[327]},{"name":"SL_E_CHPA_UNKNOWN_PROPERTY_ID","features":[327]},{"name":"SL_E_CHPA_UNKNOWN_PROPERTY_NAME","features":[327]},{"name":"SL_E_CHPA_UNSUPPORTED_PRODUCT_KEY","features":[327]},{"name":"SL_E_CIDIID_INVALID_CHECK_DIGITS","features":[327]},{"name":"SL_E_CIDIID_INVALID_DATA","features":[327]},{"name":"SL_E_CIDIID_INVALID_DATA_LENGTH","features":[327]},{"name":"SL_E_CIDIID_INVALID_VERSION","features":[327]},{"name":"SL_E_CIDIID_MISMATCHED","features":[327]},{"name":"SL_E_CIDIID_MISMATCHED_PKEY","features":[327]},{"name":"SL_E_CIDIID_NOT_BOUND","features":[327]},{"name":"SL_E_CIDIID_NOT_DEPOSITED","features":[327]},{"name":"SL_E_CIDIID_VERSION_NOT_SUPPORTED","features":[327]},{"name":"SL_E_DATATYPE_MISMATCHED","features":[327]},{"name":"SL_E_DECRYPTION_LICENSES_NOT_AVAILABLE","features":[327]},{"name":"SL_E_DEPENDENT_PROPERTY_NOT_SET","features":[327]},{"name":"SL_E_DOWNLEVEL_SETUP_KEY","features":[327]},{"name":"SL_E_DUPLICATE_POLICY","features":[327]},{"name":"SL_E_EDITION_MISMATCHED","features":[327]},{"name":"SL_E_ENGINE_DETECTED_EXPLOIT","features":[327]},{"name":"SL_E_EUL_CONSUMPTION_FAILED","features":[327]},{"name":"SL_E_EUL_NOT_AVAILABLE","features":[327]},{"name":"SL_E_EVALUATION_FAILED","features":[327]},{"name":"SL_E_EVENT_ALREADY_REGISTERED","features":[327]},{"name":"SL_E_EVENT_NOT_REGISTERED","features":[327]},{"name":"SL_E_EXTERNAL_SIGNATURE_NOT_FOUND","features":[327]},{"name":"SL_E_GRACE_TIME_EXPIRED","features":[327]},{"name":"SL_E_HEALTH_CHECK_FAILED_MUI_FILES","features":[327]},{"name":"SL_E_HEALTH_CHECK_FAILED_NEUTRAL_FILES","features":[327]},{"name":"SL_E_HWID_CHANGED","features":[327]},{"name":"SL_E_HWID_ERROR","features":[327]},{"name":"SL_E_IA_ID_MISMATCH","features":[327]},{"name":"SL_E_IA_INVALID_VIRTUALIZATION_PLATFORM","features":[327]},{"name":"SL_E_IA_MACHINE_NOT_BOUND","features":[327]},{"name":"SL_E_IA_PARENT_PARTITION_NOT_ACTIVATED","features":[327]},{"name":"SL_E_IA_THROTTLE_LIMIT_EXCEEDED","features":[327]},{"name":"SL_E_INTERNAL_ERROR","features":[327]},{"name":"SL_E_INVALID_AD_DATA","features":[327]},{"name":"SL_E_INVALID_BINDING_BLOB","features":[327]},{"name":"SL_E_INVALID_CLIENT_TOKEN","features":[327]},{"name":"SL_E_INVALID_CONTEXT","features":[327]},{"name":"SL_E_INVALID_CONTEXT_DATA","features":[327]},{"name":"SL_E_INVALID_EVENT_ID","features":[327]},{"name":"SL_E_INVALID_FILE_HASH","features":[327]},{"name":"SL_E_INVALID_GUID","features":[327]},{"name":"SL_E_INVALID_HASH","features":[327]},{"name":"SL_E_INVALID_LICENSE","features":[327]},{"name":"SL_E_INVALID_LICENSE_STATE","features":[327]},{"name":"SL_E_INVALID_LICENSE_STATE_BREACH_GRACE","features":[327]},{"name":"SL_E_INVALID_LICENSE_STATE_BREACH_GRACE_EXPIRED","features":[327]},{"name":"SL_E_INVALID_OEM_OR_VOLUME_BINDING_DATA","features":[327]},{"name":"SL_E_INVALID_OFFLINE_BLOB","features":[327]},{"name":"SL_E_INVALID_OSVERSION_TEMPLATEID","features":[327]},{"name":"SL_E_INVALID_OS_FOR_PRODUCT_KEY","features":[327]},{"name":"SL_E_INVALID_PACKAGE","features":[327]},{"name":"SL_E_INVALID_PACKAGE_VERSION","features":[327]},{"name":"SL_E_INVALID_PKEY","features":[327]},{"name":"SL_E_INVALID_PRODUCT_KEY","features":[327]},{"name":"SL_E_INVALID_PRODUCT_KEY_TYPE","features":[327]},{"name":"SL_E_INVALID_RSDP_COUNT","features":[327]},{"name":"SL_E_INVALID_RULESET_RULE","features":[327]},{"name":"SL_E_INVALID_RUNNING_MODE","features":[327]},{"name":"SL_E_INVALID_TEMPLATE_ID","features":[327]},{"name":"SL_E_INVALID_TOKEN_DATA","features":[327]},{"name":"SL_E_INVALID_USE_OF_ADD_ON_PKEY","features":[327]},{"name":"SL_E_INVALID_XML_BLOB","features":[327]},{"name":"SL_E_IP_LOCATION_FALIED","features":[327]},{"name":"SL_E_ISSUANCE_LICENSE_NOT_INSTALLED","features":[327]},{"name":"SL_E_LICENSE_AUTHORIZATION_FAILED","features":[327]},{"name":"SL_E_LICENSE_DECRYPTION_FAILED","features":[327]},{"name":"SL_E_LICENSE_FILE_NOT_INSTALLED","features":[327]},{"name":"SL_E_LICENSE_INVALID_ADDON_INFO","features":[327]},{"name":"SL_E_LICENSE_MANAGEMENT_DATA_DUPLICATED","features":[327]},{"name":"SL_E_LICENSE_MANAGEMENT_DATA_NOT_FOUND","features":[327]},{"name":"SL_E_LICENSE_NOT_BOUND","features":[327]},{"name":"SL_E_LICENSE_SERVER_URL_NOT_FOUND","features":[327]},{"name":"SL_E_LICENSE_SIGNATURE_VERIFICATION_FAILED","features":[327]},{"name":"SL_E_LUA_ACCESSDENIED","features":[327]},{"name":"SL_E_MISMATCHED_APPID","features":[327]},{"name":"SL_E_MISMATCHED_KEY_TYPES","features":[327]},{"name":"SL_E_MISMATCHED_PID","features":[327]},{"name":"SL_E_MISMATCHED_PKEY_RANGE","features":[327]},{"name":"SL_E_MISMATCHED_PRODUCT_SKU","features":[327]},{"name":"SL_E_MISMATCHED_SECURITY_PROCESSOR","features":[327]},{"name":"SL_E_MISSING_OVERRIDE_ONLY_ATTRIBUTE","features":[327]},{"name":"SL_E_NONGENUINE_GRACE_TIME_EXPIRED","features":[327]},{"name":"SL_E_NONGENUINE_GRACE_TIME_EXPIRED_2","features":[327]},{"name":"SL_E_NON_GENUINE_STATUS_LAST","features":[327]},{"name":"SL_E_NOTIFICATION_BREACH_DETECTED","features":[327]},{"name":"SL_E_NOTIFICATION_GRACE_EXPIRED","features":[327]},{"name":"SL_E_NOTIFICATION_OTHER_REASONS","features":[327]},{"name":"SL_E_NOT_ACTIVATED","features":[327]},{"name":"SL_E_NOT_EVALUATED","features":[327]},{"name":"SL_E_NOT_GENUINE","features":[327]},{"name":"SL_E_NOT_SUPPORTED","features":[327]},{"name":"SL_E_NO_PID_CONFIG_DATA","features":[327]},{"name":"SL_E_NO_PRODUCT_KEY_FOUND","features":[327]},{"name":"SL_E_OEM_KEY_EDITION_MISMATCH","features":[327]},{"name":"SL_E_OFFLINE_GENUINE_BLOB_NOT_FOUND","features":[327]},{"name":"SL_E_OFFLINE_GENUINE_BLOB_REVOKED","features":[327]},{"name":"SL_E_OFFLINE_VALIDATION_BLOB_PARAM_NOT_FOUND","features":[327]},{"name":"SL_E_OPERATION_NOT_ALLOWED","features":[327]},{"name":"SL_E_OUT_OF_TOLERANCE","features":[327]},{"name":"SL_E_PKEY_INTERNAL_ERROR","features":[327]},{"name":"SL_E_PKEY_INVALID_ALGORITHM","features":[327]},{"name":"SL_E_PKEY_INVALID_CONFIG","features":[327]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE1","features":[327]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE2","features":[327]},{"name":"SL_E_PKEY_INVALID_KEYCHANGE3","features":[327]},{"name":"SL_E_PKEY_INVALID_UNIQUEID","features":[327]},{"name":"SL_E_PKEY_INVALID_UPGRADE","features":[327]},{"name":"SL_E_PKEY_NOT_INSTALLED","features":[327]},{"name":"SL_E_PLUGIN_INVALID_MANIFEST","features":[327]},{"name":"SL_E_PLUGIN_NOT_REGISTERED","features":[327]},{"name":"SL_E_POLICY_CACHE_INVALID","features":[327]},{"name":"SL_E_POLICY_OTHERINFO_MISMATCH","features":[327]},{"name":"SL_E_PRODUCT_KEY_INSTALLATION_NOT_ALLOWED","features":[327]},{"name":"SL_E_PRODUCT_SKU_NOT_INSTALLED","features":[327]},{"name":"SL_E_PRODUCT_UNIQUENESS_GROUP_ID_INVALID","features":[327]},{"name":"SL_E_PROXY_KEY_NOT_FOUND","features":[327]},{"name":"SL_E_PROXY_POLICY_NOT_UPDATED","features":[327]},{"name":"SL_E_PUBLISHING_LICENSE_NOT_INSTALLED","features":[327]},{"name":"SL_E_RAC_NOT_AVAILABLE","features":[327]},{"name":"SL_E_RIGHT_NOT_CONSUMED","features":[327]},{"name":"SL_E_RIGHT_NOT_GRANTED","features":[327]},{"name":"SL_E_SECURE_STORE_ID_MISMATCH","features":[327]},{"name":"SL_E_SERVICE_RUNNING","features":[327]},{"name":"SL_E_SERVICE_STOPPING","features":[327]},{"name":"SL_E_SFS_BAD_TOKEN_EXT","features":[327]},{"name":"SL_E_SFS_BAD_TOKEN_NAME","features":[327]},{"name":"SL_E_SFS_DUPLICATE_TOKEN_NAME","features":[327]},{"name":"SL_E_SFS_FILE_READ_ERROR","features":[327]},{"name":"SL_E_SFS_FILE_WRITE_ERROR","features":[327]},{"name":"SL_E_SFS_INVALID_FD_TABLE","features":[327]},{"name":"SL_E_SFS_INVALID_FILE_POSITION","features":[327]},{"name":"SL_E_SFS_INVALID_FS_HEADER","features":[327]},{"name":"SL_E_SFS_INVALID_FS_VERSION","features":[327]},{"name":"SL_E_SFS_INVALID_SYNC","features":[327]},{"name":"SL_E_SFS_INVALID_TOKEN_DATA_HASH","features":[327]},{"name":"SL_E_SFS_INVALID_TOKEN_DESCRIPTOR","features":[327]},{"name":"SL_E_SFS_NO_ACTIVE_TRANSACTION","features":[327]},{"name":"SL_E_SFS_TOKEN_SIZE_MISMATCH","features":[327]},{"name":"SL_E_SLP_BAD_FORMAT","features":[327]},{"name":"SL_E_SLP_INVALID_MARKER_VERSION","features":[327]},{"name":"SL_E_SLP_MISSING_ACPI_SLIC","features":[327]},{"name":"SL_E_SLP_MISSING_SLP_MARKER","features":[327]},{"name":"SL_E_SLP_NOT_SIGNED","features":[327]},{"name":"SL_E_SLP_OEM_CERT_MISSING","features":[327]},{"name":"SL_E_SOFTMOD_EXPLOIT_DETECTED","features":[327]},{"name":"SL_E_SPC_NOT_AVAILABLE","features":[327]},{"name":"SL_E_SRV_AUTHORIZATION_FAILED","features":[327]},{"name":"SL_E_SRV_BUSINESS_TOKEN_ENTRY_NOT_FOUND","features":[327]},{"name":"SL_E_SRV_CLIENT_CLOCK_OUT_OF_SYNC","features":[327]},{"name":"SL_E_SRV_GENERAL_ERROR","features":[327]},{"name":"SL_E_SRV_INVALID_BINDING","features":[327]},{"name":"SL_E_SRV_INVALID_LICENSE_STRUCTURE","features":[327]},{"name":"SL_E_SRV_INVALID_PAYLOAD","features":[327]},{"name":"SL_E_SRV_INVALID_PRODUCT_KEY_LICENSE","features":[327]},{"name":"SL_E_SRV_INVALID_PUBLISH_LICENSE","features":[327]},{"name":"SL_E_SRV_INVALID_RIGHTS_ACCOUNT_LICENSE","features":[327]},{"name":"SL_E_SRV_INVALID_SECURITY_PROCESSOR_LICENSE","features":[327]},{"name":"SL_E_SRV_SERVER_PONG","features":[327]},{"name":"SL_E_STORE_UPGRADE_TOKEN_NOT_AUTHORIZED","features":[327]},{"name":"SL_E_STORE_UPGRADE_TOKEN_NOT_PRS_SIGNED","features":[327]},{"name":"SL_E_STORE_UPGRADE_TOKEN_REQUIRED","features":[327]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_EDITION","features":[327]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_PID","features":[327]},{"name":"SL_E_STORE_UPGRADE_TOKEN_WRONG_VERSION","features":[327]},{"name":"SL_E_TAMPER_DETECTED","features":[327]},{"name":"SL_E_TAMPER_RECOVERY_REQUIRES_ACTIVATION","features":[327]},{"name":"SL_E_TKA_CERT_CNG_NOT_AVAILABLE","features":[327]},{"name":"SL_E_TKA_CERT_NOT_FOUND","features":[327]},{"name":"SL_E_TKA_CHALLENGE_EXPIRED","features":[327]},{"name":"SL_E_TKA_CHALLENGE_MISMATCH","features":[327]},{"name":"SL_E_TKA_CRITERIA_MISMATCH","features":[327]},{"name":"SL_E_TKA_FAILED_GRANT_PARSING","features":[327]},{"name":"SL_E_TKA_GRANT_NOT_FOUND","features":[327]},{"name":"SL_E_TKA_INVALID_BLOB","features":[327]},{"name":"SL_E_TKA_INVALID_CERTIFICATE","features":[327]},{"name":"SL_E_TKA_INVALID_CERT_CHAIN","features":[327]},{"name":"SL_E_TKA_INVALID_SKU_ID","features":[327]},{"name":"SL_E_TKA_INVALID_SMARTCARD","features":[327]},{"name":"SL_E_TKA_INVALID_THUMBPRINT","features":[327]},{"name":"SL_E_TKA_SILENT_ACTIVATION_FAILURE","features":[327]},{"name":"SL_E_TKA_SOFT_CERT_DISALLOWED","features":[327]},{"name":"SL_E_TKA_SOFT_CERT_INVALID","features":[327]},{"name":"SL_E_TKA_TAMPERED_CERT_CHAIN","features":[327]},{"name":"SL_E_TKA_THUMBPRINT_CERT_NOT_FOUND","features":[327]},{"name":"SL_E_TKA_TPID_MISMATCH","features":[327]},{"name":"SL_E_TOKEN_STORE_INVALID_STATE","features":[327]},{"name":"SL_E_TOKSTO_ALREADY_INITIALIZED","features":[327]},{"name":"SL_E_TOKSTO_CANT_ACQUIRE_MUTEX","features":[327]},{"name":"SL_E_TOKSTO_CANT_CREATE_FILE","features":[327]},{"name":"SL_E_TOKSTO_CANT_CREATE_MUTEX","features":[327]},{"name":"SL_E_TOKSTO_CANT_PARSE_PROPERTIES","features":[327]},{"name":"SL_E_TOKSTO_CANT_READ_FILE","features":[327]},{"name":"SL_E_TOKSTO_CANT_WRITE_TO_FILE","features":[327]},{"name":"SL_E_TOKSTO_INVALID_FILE","features":[327]},{"name":"SL_E_TOKSTO_NOT_INITIALIZED","features":[327]},{"name":"SL_E_TOKSTO_NO_ID_SET","features":[327]},{"name":"SL_E_TOKSTO_NO_PROPERTIES","features":[327]},{"name":"SL_E_TOKSTO_NO_TOKEN_DATA","features":[327]},{"name":"SL_E_TOKSTO_PROPERTY_NOT_FOUND","features":[327]},{"name":"SL_E_TOKSTO_TOKEN_NOT_FOUND","features":[327]},{"name":"SL_E_USE_LICENSE_NOT_INSTALLED","features":[327]},{"name":"SL_E_VALIDATION_BLOB_PARAM_NOT_FOUND","features":[327]},{"name":"SL_E_VALIDATION_BLOCKED_PRODUCT_KEY","features":[327]},{"name":"SL_E_VALIDATION_INVALID_PRODUCT_KEY","features":[327]},{"name":"SL_E_VALIDITY_PERIOD_EXPIRED","features":[327]},{"name":"SL_E_VALIDITY_TIME_EXPIRED","features":[327]},{"name":"SL_E_VALUE_NOT_FOUND","features":[327]},{"name":"SL_E_VL_AD_AO_NAME_TOO_LONG","features":[327]},{"name":"SL_E_VL_AD_AO_NOT_FOUND","features":[327]},{"name":"SL_E_VL_AD_SCHEMA_VERSION_NOT_SUPPORTED","features":[327]},{"name":"SL_E_VL_BINDING_SERVICE_NOT_ENABLED","features":[327]},{"name":"SL_E_VL_BINDING_SERVICE_UNAVAILABLE","features":[327]},{"name":"SL_E_VL_INFO_PRODUCT_USER_RIGHT","features":[327]},{"name":"SL_E_VL_INVALID_TIMESTAMP","features":[327]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_ID_MISMATCH","features":[327]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_NOT_ACTIVATED","features":[327]},{"name":"SL_E_VL_KEY_MANAGEMENT_SERVICE_VM_NOT_SUPPORTED","features":[327]},{"name":"SL_E_VL_MACHINE_NOT_BOUND","features":[327]},{"name":"SL_E_VL_NOT_ENOUGH_COUNT","features":[327]},{"name":"SL_E_VL_NOT_WINDOWS_SLP","features":[327]},{"name":"SL_E_WINDOWS_INVALID_LICENSE_STATE","features":[327]},{"name":"SL_E_WINDOWS_VERSION_MISMATCH","features":[327]},{"name":"SL_GENUINE_STATE","features":[327]},{"name":"SL_GEN_STATE_INVALID_LICENSE","features":[327]},{"name":"SL_GEN_STATE_IS_GENUINE","features":[327]},{"name":"SL_GEN_STATE_LAST","features":[327]},{"name":"SL_GEN_STATE_OFFLINE","features":[327]},{"name":"SL_GEN_STATE_TAMPERED","features":[327]},{"name":"SL_ID_ALL_LICENSES","features":[327]},{"name":"SL_ID_ALL_LICENSE_FILES","features":[327]},{"name":"SL_ID_APPLICATION","features":[327]},{"name":"SL_ID_LAST","features":[327]},{"name":"SL_ID_LICENSE","features":[327]},{"name":"SL_ID_LICENSE_FILE","features":[327]},{"name":"SL_ID_PKEY","features":[327]},{"name":"SL_ID_PRODUCT_SKU","features":[327]},{"name":"SL_ID_STORE_TOKEN","features":[327]},{"name":"SL_INFO_KEY_ACTIVE_PLUGINS","features":[327]},{"name":"SL_INFO_KEY_AUTHOR","features":[327]},{"name":"SL_INFO_KEY_BIOS_OA2_MINOR_VERSION","features":[327]},{"name":"SL_INFO_KEY_BIOS_PKEY","features":[327]},{"name":"SL_INFO_KEY_BIOS_PKEY_DESCRIPTION","features":[327]},{"name":"SL_INFO_KEY_BIOS_PKEY_PKPN","features":[327]},{"name":"SL_INFO_KEY_BIOS_SLIC_STATE","features":[327]},{"name":"SL_INFO_KEY_CHANNEL","features":[327]},{"name":"SL_INFO_KEY_DESCRIPTION","features":[327]},{"name":"SL_INFO_KEY_DIGITAL_PID","features":[327]},{"name":"SL_INFO_KEY_DIGITAL_PID2","features":[327]},{"name":"SL_INFO_KEY_IS_KMS","features":[327]},{"name":"SL_INFO_KEY_IS_PRS","features":[327]},{"name":"SL_INFO_KEY_KMS_CURRENT_COUNT","features":[327]},{"name":"SL_INFO_KEY_KMS_FAILED_REQUESTS","features":[327]},{"name":"SL_INFO_KEY_KMS_LICENSED_REQUESTS","features":[327]},{"name":"SL_INFO_KEY_KMS_NON_GENUINE_GRACE_REQUESTS","features":[327]},{"name":"SL_INFO_KEY_KMS_NOTIFICATION_REQUESTS","features":[327]},{"name":"SL_INFO_KEY_KMS_OOB_GRACE_REQUESTS","features":[327]},{"name":"SL_INFO_KEY_KMS_OOT_GRACE_REQUESTS","features":[327]},{"name":"SL_INFO_KEY_KMS_REQUIRED_CLIENT_COUNT","features":[327]},{"name":"SL_INFO_KEY_KMS_TOTAL_REQUESTS","features":[327]},{"name":"SL_INFO_KEY_KMS_UNLICENSED_REQUESTS","features":[327]},{"name":"SL_INFO_KEY_LICENSE_TYPE","features":[327]},{"name":"SL_INFO_KEY_LICENSOR_URL","features":[327]},{"name":"SL_INFO_KEY_NAME","features":[327]},{"name":"SL_INFO_KEY_PARTIAL_PRODUCT_KEY","features":[327]},{"name":"SL_INFO_KEY_PRODUCT_KEY_ACTIVATION_URL","features":[327]},{"name":"SL_INFO_KEY_PRODUCT_SKU_ID","features":[327]},{"name":"SL_INFO_KEY_RIGHT_ACCOUNT_ACTIVATION_URL","features":[327]},{"name":"SL_INFO_KEY_SECURE_PROCESSOR_ACTIVATION_URL","features":[327]},{"name":"SL_INFO_KEY_SECURE_STORE_ID","features":[327]},{"name":"SL_INFO_KEY_SYSTEM_STATE","features":[327]},{"name":"SL_INFO_KEY_USE_LICENSE_ACTIVATION_URL","features":[327]},{"name":"SL_INFO_KEY_VERSION","features":[327]},{"name":"SL_INTERNAL_ZONE","features":[327]},{"name":"SL_I_NONGENUINE_GRACE_PERIOD","features":[327]},{"name":"SL_I_NONGENUINE_GRACE_PERIOD_2","features":[327]},{"name":"SL_I_OOB_GRACE_PERIOD","features":[327]},{"name":"SL_I_OOT_GRACE_PERIOD","features":[327]},{"name":"SL_I_PERPETUAL_OOB_GRACE_PERIOD","features":[327]},{"name":"SL_I_STORE_BASED_ACTIVATION","features":[327]},{"name":"SL_I_TIMEBASED_EXTENDED_GRACE_PERIOD","features":[327]},{"name":"SL_I_TIMEBASED_VALIDITY_PERIOD","features":[327]},{"name":"SL_LICENSING_STATUS","features":[327]},{"name":"SL_LICENSING_STATUS_IN_GRACE_PERIOD","features":[327]},{"name":"SL_LICENSING_STATUS_LAST","features":[327]},{"name":"SL_LICENSING_STATUS_LICENSED","features":[327]},{"name":"SL_LICENSING_STATUS_NOTIFICATION","features":[327]},{"name":"SL_LICENSING_STATUS_UNLICENSED","features":[327]},{"name":"SL_MDOLLAR_ZONE","features":[327]},{"name":"SL_MSCH_ZONE","features":[327]},{"name":"SL_NONGENUINE_UI_OPTIONS","features":[327]},{"name":"SL_PKEY_DETECT","features":[327]},{"name":"SL_PKEY_MS2005","features":[327]},{"name":"SL_PKEY_MS2009","features":[327]},{"name":"SL_POLICY_EVALUATION_MODE_ENABLED","features":[327]},{"name":"SL_PROP_ACTIVATION_VALIDATION_IN_PROGRESS","features":[327]},{"name":"SL_PROP_BRT_COMMIT","features":[327]},{"name":"SL_PROP_BRT_DATA","features":[327]},{"name":"SL_PROP_GENUINE_RESULT","features":[327]},{"name":"SL_PROP_GET_GENUINE_AUTHZ","features":[327]},{"name":"SL_PROP_GET_GENUINE_SERVER_AUTHZ","features":[327]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_HRESULT","features":[327]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_SERVER_FLAGS","features":[327]},{"name":"SL_PROP_LAST_ACT_ATTEMPT_TIME","features":[327]},{"name":"SL_PROP_NONGENUINE_GRACE_FLAG","features":[327]},{"name":"SL_REARM_REBOOT_REQUIRED","features":[327]},{"name":"SL_REFERRALTYPE_APPID","features":[327]},{"name":"SL_REFERRALTYPE_BEST_MATCH","features":[327]},{"name":"SL_REFERRALTYPE_OVERRIDE_APPID","features":[327]},{"name":"SL_REFERRALTYPE_OVERRIDE_SKUID","features":[327]},{"name":"SL_REFERRALTYPE_SKUID","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_CHECK_DIGITS","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA_LENGTH","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_CIDIID_INVALID_VERSION","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_DIGITALMARKER_BINDING_NOT_CONFIGURED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_DIGITALMARKER_INVALID_BINDING","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_EXTENSION_LIMIT_EXCEEDED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_LIMIT_EXCEEDED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_DMAK_OVERRIDE_LIMIT_REACHED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_FREE_OFFER_EXPIRED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_ACTCONFIG_ID","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_ARGUMENT","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_BINDING","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_BINDING_URI","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA_ID","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_FORMAT","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_LENGTH","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_MAXIMUM_UNLOCK_EXCEEDED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_NO_RULES_TO_ACTIVATE","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OEM_SLP_COA0","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DEVICE_BLOCKED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DEVICE_THROTTLED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_DONOR_HWID_NO_ENTITLEMENT","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_GENERIC_ERROR","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_GP_DISABLED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_HARDWARE_BLOCKED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_LICENSE_BLOCKED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_LICENSE_THROTTLED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_NOT_ADMIN","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_NO_ASSOCIATION","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_USER_BLOCKED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_OSR_USER_THROTTLED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED_IPLOCATION","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_PRODUCT_KEY_OUT_OF_RANGE","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_ROT_OVERRIDE_LIMIT_REACHED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_AFTER_END_DATE","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_BEFORE_START_DATE","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_NOT_AVAILABLE","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_TIMEBASED_PRODUCT_KEY_NOT_CONFIGURED","features":[327]},{"name":"SL_REMAPPING_MDOLLAR_UNSUPPORTED_PRODUCT_KEY","features":[327]},{"name":"SL_REMAPPING_SP_PUB_API_BAD_GET_INFO_QUERY","features":[327]},{"name":"SL_REMAPPING_SP_PUB_API_HANDLE_NOT_COMMITED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_ALGORITHM_TYPE","features":[327]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_HANDLE","features":[327]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_KEY_LENGTH","features":[327]},{"name":"SL_REMAPPING_SP_PUB_API_INVALID_LICENSE","features":[327]},{"name":"SL_REMAPPING_SP_PUB_API_NO_AES_PROVIDER","features":[327]},{"name":"SL_REMAPPING_SP_PUB_API_TOO_MANY_LOADED_ENVIRONMENTS","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_HASH_FINALIZED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_BLOCK","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_BLOCKLENGTH","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_CIPHER","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_CIPHERMODE","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_FORMAT","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_KEYLENGTH","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_PADDING","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_SIGNATURE","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_INVALID_SIGNATURELENGTH","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_KEY_NOT_AVAILABLE","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_KEY_NOT_FOUND","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_NOT_BLOCK_ALIGNED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_ATTRIBUTEID","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_HASHID","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_KEYID","features":[327]},{"name":"SL_REMAPPING_SP_PUB_CRYPTO_UNKNOWN_PROVIDERID","features":[327]},{"name":"SL_REMAPPING_SP_PUB_GENERAL_NOT_INITIALIZED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_IDENTICAL","features":[327]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_POLICY_CHANGED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_TAMPER","features":[327]},{"name":"SL_REMAPPING_SP_PUB_KM_CACHE_TAMPER_RESTORE_FAILED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_PROXY_SOFT_TAMPER","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TAMPER_MODULE_AUTHENTICATION","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TAMPER_SECURITY_PROCESSOR_PATCHED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TIMER_ALREADY_EXISTS","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TIMER_EXPIRED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TIMER_NAME_SIZE_TOO_BIG","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TIMER_NOT_FOUND","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TIMER_READ_ONLY","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TRUSTED_TIME_OK","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_ACCESS_DENIED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_ATTRIBUTE_NOT_FOUND","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_ATTRIBUTE_READ_ONLY","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_DATA_SIZE_TOO_BIG","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_ALREADY_EXISTS","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_NOT_FOUND","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_SIZE_TOO_BIG","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_ENTRY_READ_ONLY","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_FULL","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_INVALID_HW_BINDING","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_MAX_REARM_REACHED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_NAMESPACE_IN_USE","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_NAMESPACE_NOT_FOUND","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_REARMED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_RECREATED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_BREADCRUMB_GENERATION","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_BREADCRUMB_LOAD_INVALID","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_DATA_BREADCRUMB_MISMATCH","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_DATA_VERSION_MISMATCH","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_INVALID_DATA","features":[327]},{"name":"SL_REMAPPING_SP_PUB_TS_TAMPERED_NO_DATA","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_ALREADY_EXISTS","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_DEBUGGER_DETECTED","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_GENERIC_FAILURE","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_INSUFFICIENT_BUFFER","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_INVALIDARG","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_INVALIDDATA","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_INVALID_SPAPI_CALL","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_INVALID_SPAPI_VERSION","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_NO_MORE_DATA","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_PUSHKEY_CONFLICT","features":[327]},{"name":"SL_REMAPPING_SP_STATUS_SYSTEM_TIME_SKEWED","features":[327]},{"name":"SL_SERVER_ZONE","features":[327]},{"name":"SL_SYSTEM_POLICY_INFORMATION","features":[327]},{"name":"SL_SYSTEM_STATE_REBOOT_POLICY_FOUND","features":[327]},{"name":"SL_SYSTEM_STATE_TAMPERED","features":[327]},{"name":"SPP_MIGRATION_GATHER_ACTIVATED_WINDOWS_STATE","features":[327]},{"name":"SPP_MIGRATION_GATHER_ALL","features":[327]},{"name":"SPP_MIGRATION_GATHER_MIGRATABLE_APPS","features":[327]},{"name":"SP_ACCEPT_CREDENTIALS_NAME","features":[327]},{"name":"SP_PROT_ALL","features":[327]},{"name":"SP_PROT_DTLS1_0_CLIENT","features":[327]},{"name":"SP_PROT_DTLS1_0_SERVER","features":[327]},{"name":"SP_PROT_DTLS1_2_CLIENT","features":[327]},{"name":"SP_PROT_DTLS1_2_SERVER","features":[327]},{"name":"SP_PROT_DTLS_CLIENT","features":[327]},{"name":"SP_PROT_DTLS_SERVER","features":[327]},{"name":"SP_PROT_NONE","features":[327]},{"name":"SP_PROT_PCT1_CLIENT","features":[327]},{"name":"SP_PROT_PCT1_SERVER","features":[327]},{"name":"SP_PROT_SSL2_CLIENT","features":[327]},{"name":"SP_PROT_SSL2_SERVER","features":[327]},{"name":"SP_PROT_SSL3_CLIENT","features":[327]},{"name":"SP_PROT_SSL3_SERVER","features":[327]},{"name":"SP_PROT_TLS1_0_CLIENT","features":[327]},{"name":"SP_PROT_TLS1_0_SERVER","features":[327]},{"name":"SP_PROT_TLS1_1_CLIENT","features":[327]},{"name":"SP_PROT_TLS1_1_SERVER","features":[327]},{"name":"SP_PROT_TLS1_2_CLIENT","features":[327]},{"name":"SP_PROT_TLS1_2_SERVER","features":[327]},{"name":"SP_PROT_TLS1_3PLUS_CLIENT","features":[327]},{"name":"SP_PROT_TLS1_3PLUS_SERVER","features":[327]},{"name":"SP_PROT_TLS1_3_CLIENT","features":[327]},{"name":"SP_PROT_TLS1_3_SERVER","features":[327]},{"name":"SP_PROT_TLS1_CLIENT","features":[327]},{"name":"SP_PROT_TLS1_SERVER","features":[327]},{"name":"SP_PROT_UNI_CLIENT","features":[327]},{"name":"SP_PROT_UNI_SERVER","features":[327]},{"name":"SR_SECURITY_DESCRIPTOR","features":[327]},{"name":"SSL2SP_NAME","features":[327]},{"name":"SSL2SP_NAME_A","features":[327]},{"name":"SSL2SP_NAME_W","features":[327]},{"name":"SSL3SP_NAME","features":[327]},{"name":"SSL3SP_NAME_A","features":[327]},{"name":"SSL3SP_NAME_W","features":[327]},{"name":"SSL_CRACK_CERTIFICATE_FN","features":[305,327,398]},{"name":"SSL_CRACK_CERTIFICATE_NAME","features":[327]},{"name":"SSL_CREDENTIAL_CERTIFICATE","features":[327]},{"name":"SSL_EMPTY_CACHE_FN_A","features":[305,327]},{"name":"SSL_EMPTY_CACHE_FN_W","features":[305,327]},{"name":"SSL_FREE_CERTIFICATE_FN","features":[305,327,398]},{"name":"SSL_FREE_CERTIFICATE_NAME","features":[327]},{"name":"SSL_SESSION_DISABLE_RECONNECTS","features":[327]},{"name":"SSL_SESSION_ENABLE_RECONNECTS","features":[327]},{"name":"SSL_SESSION_RECONNECT","features":[327]},{"name":"SSPIPFC_CREDPROV_DO_NOT_LOAD","features":[327]},{"name":"SSPIPFC_CREDPROV_DO_NOT_SAVE","features":[327]},{"name":"SSPIPFC_NO_CHECKBOX","features":[327]},{"name":"SSPIPFC_SAVE_CRED_BY_CALLER","features":[327]},{"name":"SSPIPFC_USE_CREDUIBROKER","features":[327]},{"name":"SUBSCRIBE_GENERIC_TLS_EXTENSION","features":[327]},{"name":"SZ_ALG_MAX_SIZE","features":[327]},{"name":"SaslAcceptSecurityContext","features":[327,487]},{"name":"SaslEnumerateProfilesA","features":[327]},{"name":"SaslEnumerateProfilesW","features":[327]},{"name":"SaslGetContextOption","features":[327,487]},{"name":"SaslGetProfilePackageA","features":[327]},{"name":"SaslGetProfilePackageW","features":[327]},{"name":"SaslIdentifyPackageA","features":[327]},{"name":"SaslIdentifyPackageW","features":[327]},{"name":"SaslInitializeSecurityContextA","features":[327,487]},{"name":"SaslInitializeSecurityContextW","features":[327,487]},{"name":"SaslSetContextOption","features":[327,487]},{"name":"Sasl_AuthZIDForbidden","features":[327]},{"name":"Sasl_AuthZIDProcessed","features":[327]},{"name":"SchGetExtensionsOptions","features":[327]},{"name":"SeAdtParmTypeAccessMask","features":[327]},{"name":"SeAdtParmTypeAccessReason","features":[327]},{"name":"SeAdtParmTypeClaims","features":[327]},{"name":"SeAdtParmTypeDateTime","features":[327]},{"name":"SeAdtParmTypeDuration","features":[327]},{"name":"SeAdtParmTypeFileSpec","features":[327]},{"name":"SeAdtParmTypeGuid","features":[327]},{"name":"SeAdtParmTypeHexInt64","features":[327]},{"name":"SeAdtParmTypeHexUlong","features":[327]},{"name":"SeAdtParmTypeLogonHours","features":[327]},{"name":"SeAdtParmTypeLogonId","features":[327]},{"name":"SeAdtParmTypeLogonIdAsSid","features":[327]},{"name":"SeAdtParmTypeLogonIdEx","features":[327]},{"name":"SeAdtParmTypeLogonIdNoSid","features":[327]},{"name":"SeAdtParmTypeLuid","features":[327]},{"name":"SeAdtParmTypeMessage","features":[327]},{"name":"SeAdtParmTypeMultiSzString","features":[327]},{"name":"SeAdtParmTypeNoLogonId","features":[327]},{"name":"SeAdtParmTypeNoUac","features":[327]},{"name":"SeAdtParmTypeNone","features":[327]},{"name":"SeAdtParmTypeObjectTypes","features":[327]},{"name":"SeAdtParmTypePrivs","features":[327]},{"name":"SeAdtParmTypePtr","features":[327]},{"name":"SeAdtParmTypeResourceAttribute","features":[327]},{"name":"SeAdtParmTypeSD","features":[327]},{"name":"SeAdtParmTypeSid","features":[327]},{"name":"SeAdtParmTypeSidList","features":[327]},{"name":"SeAdtParmTypeSockAddr","features":[327]},{"name":"SeAdtParmTypeSockAddrNoPort","features":[327]},{"name":"SeAdtParmTypeStagingReason","features":[327]},{"name":"SeAdtParmTypeString","features":[327]},{"name":"SeAdtParmTypeStringList","features":[327]},{"name":"SeAdtParmTypeTime","features":[327]},{"name":"SeAdtParmTypeUlong","features":[327]},{"name":"SeAdtParmTypeUlongNoConv","features":[327]},{"name":"SeAdtParmTypeUserAccountControl","features":[327]},{"name":"SecApplicationProtocolNegotiationExt_ALPN","features":[327]},{"name":"SecApplicationProtocolNegotiationExt_NPN","features":[327]},{"name":"SecApplicationProtocolNegotiationExt_None","features":[327]},{"name":"SecApplicationProtocolNegotiationStatus_None","features":[327]},{"name":"SecApplicationProtocolNegotiationStatus_SelectedClientOnly","features":[327]},{"name":"SecApplicationProtocolNegotiationStatus_Success","features":[327]},{"name":"SecBuffer","features":[327]},{"name":"SecBufferDesc","features":[327]},{"name":"SecDelegationType","features":[327]},{"name":"SecDirectory","features":[327]},{"name":"SecFull","features":[327]},{"name":"SecNameAlternateId","features":[327]},{"name":"SecNameDN","features":[327]},{"name":"SecNameFlat","features":[327]},{"name":"SecNameSPN","features":[327]},{"name":"SecNameSamCompatible","features":[327]},{"name":"SecObject","features":[327]},{"name":"SecPkgAttrLastClientTokenMaybe","features":[327]},{"name":"SecPkgAttrLastClientTokenNo","features":[327]},{"name":"SecPkgAttrLastClientTokenYes","features":[327]},{"name":"SecPkgCallPackageMaxMessage","features":[327]},{"name":"SecPkgCallPackageMinMessage","features":[327]},{"name":"SecPkgCallPackagePinDcMessage","features":[327]},{"name":"SecPkgCallPackageTransferCredMessage","features":[327]},{"name":"SecPkgCallPackageUnpinAllDcsMessage","features":[327]},{"name":"SecPkgContext_AccessToken","features":[327]},{"name":"SecPkgContext_ApplicationProtocol","features":[327]},{"name":"SecPkgContext_AuthorityA","features":[327]},{"name":"SecPkgContext_AuthorityW","features":[327]},{"name":"SecPkgContext_AuthzID","features":[327]},{"name":"SecPkgContext_Bindings","features":[327]},{"name":"SecPkgContext_CertInfo","features":[327]},{"name":"SecPkgContext_CertificateValidationResult","features":[327]},{"name":"SecPkgContext_Certificates","features":[327]},{"name":"SecPkgContext_CipherInfo","features":[327]},{"name":"SecPkgContext_ClientCertPolicyResult","features":[327]},{"name":"SecPkgContext_ClientSpecifiedTarget","features":[327]},{"name":"SecPkgContext_ConnectionInfo","features":[327,398]},{"name":"SecPkgContext_ConnectionInfoEx","features":[327]},{"name":"SecPkgContext_CredInfo","features":[327]},{"name":"SecPkgContext_CredentialNameA","features":[327]},{"name":"SecPkgContext_CredentialNameW","features":[327]},{"name":"SecPkgContext_DceInfo","features":[327]},{"name":"SecPkgContext_EapKeyBlock","features":[327]},{"name":"SecPkgContext_EapPrfInfo","features":[327]},{"name":"SecPkgContext_EarlyStart","features":[327]},{"name":"SecPkgContext_Flags","features":[327]},{"name":"SecPkgContext_IssuerListInfoEx","features":[327,398]},{"name":"SecPkgContext_KeyInfoA","features":[327]},{"name":"SecPkgContext_KeyInfoW","features":[327]},{"name":"SecPkgContext_KeyingMaterial","features":[327]},{"name":"SecPkgContext_KeyingMaterialInfo","features":[327]},{"name":"SecPkgContext_KeyingMaterial_Inproc","features":[327]},{"name":"SecPkgContext_LastClientTokenStatus","features":[327]},{"name":"SecPkgContext_Lifespan","features":[327]},{"name":"SecPkgContext_LocalCredentialInfo","features":[327]},{"name":"SecPkgContext_LogoffTime","features":[327]},{"name":"SecPkgContext_MappedCredAttr","features":[327]},{"name":"SecPkgContext_NamesA","features":[327]},{"name":"SecPkgContext_NamesW","features":[327]},{"name":"SecPkgContext_NativeNamesA","features":[327]},{"name":"SecPkgContext_NativeNamesW","features":[327]},{"name":"SecPkgContext_NegoKeys","features":[327]},{"name":"SecPkgContext_NegoPackageInfo","features":[327]},{"name":"SecPkgContext_NegoStatus","features":[327]},{"name":"SecPkgContext_NegotiatedTlsExtensions","features":[327]},{"name":"SecPkgContext_NegotiationInfoA","features":[327]},{"name":"SecPkgContext_NegotiationInfoW","features":[327]},{"name":"SecPkgContext_PackageInfoA","features":[327]},{"name":"SecPkgContext_PackageInfoW","features":[327]},{"name":"SecPkgContext_PasswordExpiry","features":[327]},{"name":"SecPkgContext_ProtoInfoA","features":[327]},{"name":"SecPkgContext_ProtoInfoW","features":[327]},{"name":"SecPkgContext_RemoteCredentialInfo","features":[327]},{"name":"SecPkgContext_SaslContext","features":[327]},{"name":"SecPkgContext_SessionAppData","features":[327]},{"name":"SecPkgContext_SessionInfo","features":[327]},{"name":"SecPkgContext_SessionKey","features":[327]},{"name":"SecPkgContext_Sizes","features":[327]},{"name":"SecPkgContext_SrtpParameters","features":[327]},{"name":"SecPkgContext_StreamSizes","features":[327]},{"name":"SecPkgContext_SubjectAttributes","features":[327]},{"name":"SecPkgContext_SupportedSignatures","features":[327]},{"name":"SecPkgContext_Target","features":[327]},{"name":"SecPkgContext_TargetInformation","features":[327]},{"name":"SecPkgContext_TokenBinding","features":[327]},{"name":"SecPkgContext_UiInfo","features":[305,327]},{"name":"SecPkgContext_UserFlags","features":[327]},{"name":"SecPkgCredClass_Ephemeral","features":[327]},{"name":"SecPkgCredClass_Explicit","features":[327]},{"name":"SecPkgCredClass_None","features":[327]},{"name":"SecPkgCredClass_PersistedGeneric","features":[327]},{"name":"SecPkgCredClass_PersistedSpecific","features":[327]},{"name":"SecPkgCred_CipherStrengths","features":[327]},{"name":"SecPkgCred_ClientCertPolicy","features":[305,327]},{"name":"SecPkgCred_SessionTicketKey","features":[327]},{"name":"SecPkgCred_SessionTicketKeys","features":[327]},{"name":"SecPkgCred_SupportedAlgs","features":[327,398]},{"name":"SecPkgCred_SupportedProtocols","features":[327]},{"name":"SecPkgCredentials_Cert","features":[327]},{"name":"SecPkgCredentials_KdcProxySettingsW","features":[327]},{"name":"SecPkgCredentials_NamesA","features":[327]},{"name":"SecPkgCredentials_NamesW","features":[327]},{"name":"SecPkgCredentials_SSIProviderA","features":[327]},{"name":"SecPkgCredentials_SSIProviderW","features":[327]},{"name":"SecPkgInfoA","features":[327]},{"name":"SecPkgInfoW","features":[327]},{"name":"SecService","features":[327]},{"name":"SecSessionPrimaryCred","features":[327]},{"name":"SecTrafficSecret_Client","features":[327]},{"name":"SecTrafficSecret_None","features":[327]},{"name":"SecTrafficSecret_Server","features":[327]},{"name":"SecTree","features":[327]},{"name":"SecpkgContextThunks","features":[327]},{"name":"SecpkgExtraOids","features":[327]},{"name":"SecpkgGssInfo","features":[327]},{"name":"SecpkgMaxInfo","features":[327]},{"name":"SecpkgMutualAuthLevel","features":[327]},{"name":"SecpkgNego2Info","features":[327]},{"name":"SecpkgWowClientDll","features":[327]},{"name":"SecurityFunctionTableA","features":[305,327,487]},{"name":"SecurityFunctionTableW","features":[305,327,487]},{"name":"SendSAS","features":[305,327]},{"name":"SetContextAttributesA","features":[327,487]},{"name":"SetContextAttributesW","features":[327,487]},{"name":"SetCredentialsAttributesA","features":[327,487]},{"name":"SetCredentialsAttributesW","features":[327,487]},{"name":"SpAcceptCredentialsFn","features":[305,327]},{"name":"SpAcceptLsaModeContextFn","features":[305,327]},{"name":"SpAcquireCredentialsHandleFn","features":[305,327]},{"name":"SpAddCredentialsFn","features":[305,327]},{"name":"SpApplyControlTokenFn","features":[305,327]},{"name":"SpChangeAccountPasswordFn","features":[305,327]},{"name":"SpCompleteAuthTokenFn","features":[305,327]},{"name":"SpDeleteContextFn","features":[305,327]},{"name":"SpDeleteCredentialsFn","features":[305,327]},{"name":"SpExchangeMetaDataFn","features":[305,327]},{"name":"SpExportSecurityContextFn","features":[305,327]},{"name":"SpExtractTargetInfoFn","features":[305,327]},{"name":"SpFormatCredentialsFn","features":[305,327]},{"name":"SpFreeCredentialsHandleFn","features":[305,327]},{"name":"SpGetContextTokenFn","features":[305,327]},{"name":"SpGetCredUIContextFn","features":[305,327]},{"name":"SpGetCredentialsFn","features":[305,327]},{"name":"SpGetExtendedInformationFn","features":[305,327]},{"name":"SpGetInfoFn","features":[305,327]},{"name":"SpGetRemoteCredGuardLogonBufferFn","features":[305,327]},{"name":"SpGetRemoteCredGuardSupplementalCredsFn","features":[305,327]},{"name":"SpGetTbalSupplementalCredsFn","features":[305,327]},{"name":"SpGetUserInfoFn","features":[305,327]},{"name":"SpImportSecurityContextFn","features":[305,327]},{"name":"SpInitLsaModeContextFn","features":[305,327]},{"name":"SpInitUserModeContextFn","features":[305,327]},{"name":"SpInitializeFn","features":[305,327,487,342]},{"name":"SpInstanceInitFn","features":[305,327]},{"name":"SpLsaModeInitializeFn","features":[305,327,487,342]},{"name":"SpMakeSignatureFn","features":[305,327]},{"name":"SpMarshalAttributeDataFn","features":[305,327]},{"name":"SpMarshallSupplementalCredsFn","features":[305,327]},{"name":"SpQueryContextAttributesFn","features":[305,327]},{"name":"SpQueryCredentialsAttributesFn","features":[305,327]},{"name":"SpQueryMetaDataFn","features":[305,327]},{"name":"SpSaveCredentialsFn","features":[305,327]},{"name":"SpSealMessageFn","features":[305,327]},{"name":"SpSetContextAttributesFn","features":[305,327]},{"name":"SpSetCredentialsAttributesFn","features":[305,327]},{"name":"SpSetExtendedInformationFn","features":[305,327]},{"name":"SpShutdownFn","features":[305,327]},{"name":"SpUnsealMessageFn","features":[305,327]},{"name":"SpUpdateCredentialsFn","features":[305,327]},{"name":"SpUserModeInitializeFn","features":[305,327]},{"name":"SpValidateTargetInfoFn","features":[305,327]},{"name":"SpVerifySignatureFn","features":[305,327]},{"name":"SslCrackCertificate","features":[305,327,398]},{"name":"SslDeserializeCertificateStore","features":[305,327,398]},{"name":"SslDeserializeCertificateStoreFn","features":[305,327,398]},{"name":"SslEmptyCacheA","features":[305,327]},{"name":"SslEmptyCacheW","features":[305,327]},{"name":"SslFreeCertificate","features":[305,327,398]},{"name":"SslGenerateRandomBits","features":[327]},{"name":"SslGetExtensions","features":[327]},{"name":"SslGetExtensionsFn","features":[327]},{"name":"SslGetMaximumKeySize","features":[327]},{"name":"SslGetServerIdentity","features":[327]},{"name":"SslGetServerIdentityFn","features":[327]},{"name":"SspiCompareAuthIdentities","features":[305,327]},{"name":"SspiCopyAuthIdentity","features":[327]},{"name":"SspiDecryptAuthIdentity","features":[327]},{"name":"SspiDecryptAuthIdentityEx","features":[327]},{"name":"SspiEncodeAuthIdentityAsStrings","features":[327]},{"name":"SspiEncodeStringsAsAuthIdentity","features":[327]},{"name":"SspiEncryptAuthIdentity","features":[327]},{"name":"SspiEncryptAuthIdentityEx","features":[327]},{"name":"SspiExcludePackage","features":[327]},{"name":"SspiFreeAuthIdentity","features":[327]},{"name":"SspiGetTargetHostName","features":[327]},{"name":"SspiIsAuthIdentityEncrypted","features":[305,327]},{"name":"SspiIsPromptingNeeded","features":[305,327]},{"name":"SspiLocalFree","features":[327]},{"name":"SspiMarshalAuthIdentity","features":[327]},{"name":"SspiPrepareForCredRead","features":[327]},{"name":"SspiPrepareForCredWrite","features":[327]},{"name":"SspiPromptForCredentialsA","features":[327]},{"name":"SspiPromptForCredentialsW","features":[327]},{"name":"SspiSetChannelBindingFlags","features":[327]},{"name":"SspiUnmarshalAuthIdentity","features":[327]},{"name":"SspiValidateAuthIdentity","features":[327]},{"name":"SspiZeroAuthIdentity","features":[327]},{"name":"TLS1SP_NAME","features":[327]},{"name":"TLS1SP_NAME_A","features":[327]},{"name":"TLS1SP_NAME_W","features":[327]},{"name":"TLS1_ALERT_ACCESS_DENIED","features":[327]},{"name":"TLS1_ALERT_BAD_CERTIFICATE","features":[327]},{"name":"TLS1_ALERT_BAD_RECORD_MAC","features":[327]},{"name":"TLS1_ALERT_CERTIFICATE_EXPIRED","features":[327]},{"name":"TLS1_ALERT_CERTIFICATE_REVOKED","features":[327]},{"name":"TLS1_ALERT_CERTIFICATE_UNKNOWN","features":[327]},{"name":"TLS1_ALERT_CLOSE_NOTIFY","features":[327]},{"name":"TLS1_ALERT_DECODE_ERROR","features":[327]},{"name":"TLS1_ALERT_DECOMPRESSION_FAIL","features":[327]},{"name":"TLS1_ALERT_DECRYPTION_FAILED","features":[327]},{"name":"TLS1_ALERT_DECRYPT_ERROR","features":[327]},{"name":"TLS1_ALERT_EXPORT_RESTRICTION","features":[327]},{"name":"TLS1_ALERT_FATAL","features":[327]},{"name":"TLS1_ALERT_HANDSHAKE_FAILURE","features":[327]},{"name":"TLS1_ALERT_ILLEGAL_PARAMETER","features":[327]},{"name":"TLS1_ALERT_INSUFFIENT_SECURITY","features":[327]},{"name":"TLS1_ALERT_INTERNAL_ERROR","features":[327]},{"name":"TLS1_ALERT_NO_APP_PROTOCOL","features":[327]},{"name":"TLS1_ALERT_NO_RENEGOTIATION","features":[327]},{"name":"TLS1_ALERT_PROTOCOL_VERSION","features":[327]},{"name":"TLS1_ALERT_RECORD_OVERFLOW","features":[327]},{"name":"TLS1_ALERT_UNEXPECTED_MESSAGE","features":[327]},{"name":"TLS1_ALERT_UNKNOWN_CA","features":[327]},{"name":"TLS1_ALERT_UNKNOWN_PSK_IDENTITY","features":[327]},{"name":"TLS1_ALERT_UNSUPPORTED_CERT","features":[327]},{"name":"TLS1_ALERT_UNSUPPORTED_EXT","features":[327]},{"name":"TLS1_ALERT_USER_CANCELED","features":[327]},{"name":"TLS1_ALERT_WARNING","features":[327]},{"name":"TLS_EXTENSION_SUBSCRIPTION","features":[327]},{"name":"TLS_PARAMETERS","features":[327]},{"name":"TLS_PARAMS_OPTIONAL","features":[327]},{"name":"TOKENBINDING_EXTENSION_FORMAT","features":[327]},{"name":"TOKENBINDING_EXTENSION_FORMAT_UNDEFINED","features":[327]},{"name":"TOKENBINDING_IDENTIFIER","features":[327]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE","features":[327]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_ANYEXISTING","features":[327]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_ECDSAP256","features":[327]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_RSA2048_PKCS","features":[327]},{"name":"TOKENBINDING_KEY_PARAMETERS_TYPE_RSA2048_PSS","features":[327]},{"name":"TOKENBINDING_KEY_TYPES","features":[327]},{"name":"TOKENBINDING_RESULT_DATA","features":[327]},{"name":"TOKENBINDING_RESULT_LIST","features":[327]},{"name":"TOKENBINDING_TYPE","features":[327]},{"name":"TOKENBINDING_TYPE_PROVIDED","features":[327]},{"name":"TOKENBINDING_TYPE_REFERRED","features":[327]},{"name":"TRUSTED_CONTROLLERS_INFO","features":[327]},{"name":"TRUSTED_DOMAIN_AUTH_INFORMATION","features":[327]},{"name":"TRUSTED_DOMAIN_FULL_INFORMATION","features":[327]},{"name":"TRUSTED_DOMAIN_FULL_INFORMATION2","features":[327]},{"name":"TRUSTED_DOMAIN_INFORMATION_EX","features":[327]},{"name":"TRUSTED_DOMAIN_INFORMATION_EX2","features":[327]},{"name":"TRUSTED_DOMAIN_NAME_INFO","features":[327]},{"name":"TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES","features":[327]},{"name":"TRUSTED_DOMAIN_TRUST_ATTRIBUTES","features":[327]},{"name":"TRUSTED_DOMAIN_TRUST_DIRECTION","features":[327]},{"name":"TRUSTED_DOMAIN_TRUST_TYPE","features":[327]},{"name":"TRUSTED_INFORMATION_CLASS","features":[327]},{"name":"TRUSTED_PASSWORD_INFO","features":[327]},{"name":"TRUSTED_POSIX_OFFSET_INFO","features":[327]},{"name":"TRUSTED_QUERY_AUTH","features":[327]},{"name":"TRUSTED_QUERY_CONTROLLERS","features":[327]},{"name":"TRUSTED_QUERY_DOMAIN_NAME","features":[327]},{"name":"TRUSTED_QUERY_POSIX","features":[327]},{"name":"TRUSTED_SET_AUTH","features":[327]},{"name":"TRUSTED_SET_CONTROLLERS","features":[327]},{"name":"TRUSTED_SET_POSIX","features":[327]},{"name":"TRUST_ATTRIBUTES_USER","features":[327]},{"name":"TRUST_ATTRIBUTES_VALID","features":[327]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION","features":[327]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION_ENABLE_TGT_DELEGATION","features":[327]},{"name":"TRUST_ATTRIBUTE_CROSS_ORGANIZATION_NO_TGT_DELEGATION","features":[327]},{"name":"TRUST_ATTRIBUTE_DISABLE_AUTH_TARGET_VALIDATION","features":[327]},{"name":"TRUST_ATTRIBUTE_FILTER_SIDS","features":[327]},{"name":"TRUST_ATTRIBUTE_FOREST_TRANSITIVE","features":[327]},{"name":"TRUST_ATTRIBUTE_NON_TRANSITIVE","features":[327]},{"name":"TRUST_ATTRIBUTE_PIM_TRUST","features":[327]},{"name":"TRUST_ATTRIBUTE_QUARANTINED_DOMAIN","features":[327]},{"name":"TRUST_ATTRIBUTE_TREAT_AS_EXTERNAL","features":[327]},{"name":"TRUST_ATTRIBUTE_TREE_PARENT","features":[327]},{"name":"TRUST_ATTRIBUTE_TREE_ROOT","features":[327]},{"name":"TRUST_ATTRIBUTE_TRUST_USES_AES_KEYS","features":[327]},{"name":"TRUST_ATTRIBUTE_TRUST_USES_RC4_ENCRYPTION","features":[327]},{"name":"TRUST_ATTRIBUTE_UPLEVEL_ONLY","features":[327]},{"name":"TRUST_ATTRIBUTE_WITHIN_FOREST","features":[327]},{"name":"TRUST_AUTH_TYPE_CLEAR","features":[327]},{"name":"TRUST_AUTH_TYPE_NONE","features":[327]},{"name":"TRUST_AUTH_TYPE_NT4OWF","features":[327]},{"name":"TRUST_AUTH_TYPE_VERSION","features":[327]},{"name":"TRUST_DIRECTION_BIDIRECTIONAL","features":[327]},{"name":"TRUST_DIRECTION_DISABLED","features":[327]},{"name":"TRUST_DIRECTION_INBOUND","features":[327]},{"name":"TRUST_DIRECTION_OUTBOUND","features":[327]},{"name":"TRUST_TYPE_AAD","features":[327]},{"name":"TRUST_TYPE_DCE","features":[327]},{"name":"TRUST_TYPE_DOWNLEVEL","features":[327]},{"name":"TRUST_TYPE_MIT","features":[327]},{"name":"TRUST_TYPE_UPLEVEL","features":[327]},{"name":"TlsHashAlgorithm_Md5","features":[327]},{"name":"TlsHashAlgorithm_None","features":[327]},{"name":"TlsHashAlgorithm_Sha1","features":[327]},{"name":"TlsHashAlgorithm_Sha224","features":[327]},{"name":"TlsHashAlgorithm_Sha256","features":[327]},{"name":"TlsHashAlgorithm_Sha384","features":[327]},{"name":"TlsHashAlgorithm_Sha512","features":[327]},{"name":"TlsParametersCngAlgUsageCertSig","features":[327]},{"name":"TlsParametersCngAlgUsageCipher","features":[327]},{"name":"TlsParametersCngAlgUsageDigest","features":[327]},{"name":"TlsParametersCngAlgUsageKeyExchange","features":[327]},{"name":"TlsParametersCngAlgUsageSignature","features":[327]},{"name":"TlsSignatureAlgorithm_Anonymous","features":[327]},{"name":"TlsSignatureAlgorithm_Dsa","features":[327]},{"name":"TlsSignatureAlgorithm_Ecdsa","features":[327]},{"name":"TlsSignatureAlgorithm_Rsa","features":[327]},{"name":"TokenBindingDeleteAllBindings","features":[327]},{"name":"TokenBindingDeleteBinding","features":[327]},{"name":"TokenBindingGenerateBinding","features":[327]},{"name":"TokenBindingGenerateID","features":[327]},{"name":"TokenBindingGenerateIDForUri","features":[327]},{"name":"TokenBindingGenerateMessage","features":[327]},{"name":"TokenBindingGetHighestSupportedVersion","features":[327]},{"name":"TokenBindingGetKeyTypesClient","features":[327]},{"name":"TokenBindingGetKeyTypesServer","features":[327]},{"name":"TokenBindingVerifyMessage","features":[327]},{"name":"TranslateNameA","features":[305,327]},{"name":"TranslateNameW","features":[305,327]},{"name":"TrustedControllersInformation","features":[327]},{"name":"TrustedDomainAuthInformation","features":[327]},{"name":"TrustedDomainAuthInformationInternal","features":[327]},{"name":"TrustedDomainAuthInformationInternalAes","features":[327]},{"name":"TrustedDomainFullInformation","features":[327]},{"name":"TrustedDomainFullInformation2Internal","features":[327]},{"name":"TrustedDomainFullInformationInternal","features":[327]},{"name":"TrustedDomainFullInformationInternalAes","features":[327]},{"name":"TrustedDomainInformationBasic","features":[327]},{"name":"TrustedDomainInformationEx","features":[327]},{"name":"TrustedDomainInformationEx2Internal","features":[327]},{"name":"TrustedDomainNameInformation","features":[327]},{"name":"TrustedDomainSupportedEncryptionTypes","features":[327]},{"name":"TrustedPasswordInformation","features":[327]},{"name":"TrustedPosixOffsetInformation","features":[327]},{"name":"UNDERSTANDS_LONG_NAMES","features":[327]},{"name":"UNISP_NAME","features":[327]},{"name":"UNISP_NAME_A","features":[327]},{"name":"UNISP_NAME_W","features":[327]},{"name":"UNISP_RPC_ID","features":[327]},{"name":"USER_ACCOUNT_AUTO_LOCKED","features":[327]},{"name":"USER_ACCOUNT_DISABLED","features":[327]},{"name":"USER_ALL_INFORMATION","features":[305,327]},{"name":"USER_ALL_PARAMETERS","features":[327]},{"name":"USER_DONT_EXPIRE_PASSWORD","features":[327]},{"name":"USER_DONT_REQUIRE_PREAUTH","features":[327]},{"name":"USER_ENCRYPTED_TEXT_PASSWORD_ALLOWED","features":[327]},{"name":"USER_HOME_DIRECTORY_REQUIRED","features":[327]},{"name":"USER_INTERDOMAIN_TRUST_ACCOUNT","features":[327]},{"name":"USER_MNS_LOGON_ACCOUNT","features":[327]},{"name":"USER_NORMAL_ACCOUNT","features":[327]},{"name":"USER_NOT_DELEGATED","features":[327]},{"name":"USER_NO_AUTH_DATA_REQUIRED","features":[327]},{"name":"USER_PARTIAL_SECRETS_ACCOUNT","features":[327]},{"name":"USER_PASSWORD_EXPIRED","features":[327]},{"name":"USER_PASSWORD_NOT_REQUIRED","features":[327]},{"name":"USER_SERVER_TRUST_ACCOUNT","features":[327]},{"name":"USER_SESSION_KEY","features":[327,488]},{"name":"USER_SMARTCARD_REQUIRED","features":[327]},{"name":"USER_TEMP_DUPLICATE_ACCOUNT","features":[327]},{"name":"USER_TRUSTED_FOR_DELEGATION","features":[327]},{"name":"USER_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION","features":[327]},{"name":"USER_USE_AES_KEYS","features":[327]},{"name":"USER_USE_DES_KEY_ONLY","features":[327]},{"name":"USER_WORKSTATION_TRUST_ACCOUNT","features":[327]},{"name":"VERIFY_SIGNATURE_FN","features":[327,487]},{"name":"VerifySignature","features":[327,487]},{"name":"WDIGEST_SP_NAME","features":[327]},{"name":"WDIGEST_SP_NAME_A","features":[327]},{"name":"WDIGEST_SP_NAME_W","features":[327]},{"name":"WINDOWS_SLID","features":[327]},{"name":"X509Certificate","features":[305,327,398]},{"name":"_FACILITY_WINDOWS_STORE","features":[327]},{"name":"_HMAPPER","features":[327]},{"name":"eTlsAlgorithmUsage","features":[327]},{"name":"eTlsHashAlgorithm","features":[327]},{"name":"eTlsSignatureAlgorithm","features":[327]}],"491":[{"name":"ACCOUNT_STATE","features":[489]},{"name":"AsyncIAssociatedIdentityProvider","features":[489]},{"name":"AsyncIConnectedIdentityProvider","features":[489]},{"name":"AsyncIIdentityAdvise","features":[489]},{"name":"AsyncIIdentityAuthentication","features":[489]},{"name":"AsyncIIdentityProvider","features":[489]},{"name":"AsyncIIdentityStore","features":[489]},{"name":"AsyncIIdentityStoreEx","features":[489]},{"name":"CIdentityProfileHandler","features":[489]},{"name":"CONNECTING","features":[489]},{"name":"CONNECT_COMPLETED","features":[489]},{"name":"CoClassIdentityStore","features":[489]},{"name":"IAssociatedIdentityProvider","features":[489]},{"name":"IConnectedIdentityProvider","features":[489]},{"name":"IDENTITIES_ALL","features":[489]},{"name":"IDENTITIES_ME_ONLY","features":[489]},{"name":"IDENTITY_ASSOCIATED","features":[489]},{"name":"IDENTITY_CONNECTED","features":[489]},{"name":"IDENTITY_CREATED","features":[489]},{"name":"IDENTITY_DELETED","features":[489]},{"name":"IDENTITY_DISASSOCIATED","features":[489]},{"name":"IDENTITY_DISCONNECTED","features":[489]},{"name":"IDENTITY_IMPORTED","features":[489]},{"name":"IDENTITY_KEYWORD_ASSOCIATED","features":[489]},{"name":"IDENTITY_KEYWORD_CONNECTED","features":[489]},{"name":"IDENTITY_KEYWORD_HOMEGROUP","features":[489]},{"name":"IDENTITY_KEYWORD_LOCAL","features":[489]},{"name":"IDENTITY_PROPCHANGED","features":[489]},{"name":"IDENTITY_TYPE","features":[489]},{"name":"IDENTITY_URL","features":[489]},{"name":"IDENTITY_URL_ACCOUNT_SETTINGS","features":[489]},{"name":"IDENTITY_URL_CHANGE_PASSWORD_WIZARD","features":[489]},{"name":"IDENTITY_URL_CONNECT_WIZARD","features":[489]},{"name":"IDENTITY_URL_CREATE_ACCOUNT_WIZARD","features":[489]},{"name":"IDENTITY_URL_IFEXISTS_WIZARD","features":[489]},{"name":"IDENTITY_URL_RESTORE_WIZARD","features":[489]},{"name":"IDENTITY_URL_SIGN_IN_WIZARD","features":[489]},{"name":"IIdentityAdvise","features":[489]},{"name":"IIdentityAuthentication","features":[489]},{"name":"IIdentityProvider","features":[489]},{"name":"IIdentityStore","features":[489]},{"name":"IIdentityStoreEx","features":[489]},{"name":"IdentityUpdateEvent","features":[489]},{"name":"NOT_CONNECTED","features":[489]},{"name":"OID_OAssociatedIdentityProviderObject","features":[489]},{"name":"STR_COMPLETE_ACCOUNT","features":[489]},{"name":"STR_MODERN_SETTINGS_ADD_USER","features":[489]},{"name":"STR_NTH_USER_FIRST_AUTH","features":[489]},{"name":"STR_OUT_OF_BOX_EXPERIENCE","features":[489]},{"name":"STR_OUT_OF_BOX_UPGRADE_EXPERIENCE","features":[489]},{"name":"STR_PROPERTY_STORE","features":[489]},{"name":"STR_USER_NAME","features":[489]}],"492":[{"name":"ACCCTRL_DEFAULT_PROVIDER","features":[490]},{"name":"ACCCTRL_DEFAULT_PROVIDERA","features":[490]},{"name":"ACCCTRL_DEFAULT_PROVIDERW","features":[490]},{"name":"ACCESS_MODE","features":[490]},{"name":"ACTRL_ACCESSA","features":[490]},{"name":"ACTRL_ACCESSW","features":[490]},{"name":"ACTRL_ACCESS_ALLOWED","features":[490]},{"name":"ACTRL_ACCESS_DENIED","features":[490]},{"name":"ACTRL_ACCESS_ENTRYA","features":[490]},{"name":"ACTRL_ACCESS_ENTRYW","features":[490]},{"name":"ACTRL_ACCESS_ENTRY_ACCESS_FLAGS","features":[490]},{"name":"ACTRL_ACCESS_ENTRY_LISTA","features":[490]},{"name":"ACTRL_ACCESS_ENTRY_LISTW","features":[490]},{"name":"ACTRL_ACCESS_INFOA","features":[490]},{"name":"ACTRL_ACCESS_INFOW","features":[490]},{"name":"ACTRL_ACCESS_NO_OPTIONS","features":[490]},{"name":"ACTRL_ACCESS_PROTECTED","features":[490]},{"name":"ACTRL_ACCESS_SUPPORTS_OBJECT_ENTRIES","features":[490]},{"name":"ACTRL_AUDIT_FAILURE","features":[490]},{"name":"ACTRL_AUDIT_SUCCESS","features":[490]},{"name":"ACTRL_CHANGE_ACCESS","features":[490]},{"name":"ACTRL_CHANGE_OWNER","features":[490]},{"name":"ACTRL_CONTROL_INFOA","features":[490]},{"name":"ACTRL_CONTROL_INFOW","features":[490]},{"name":"ACTRL_DELETE","features":[490]},{"name":"ACTRL_DIR_CREATE_CHILD","features":[490]},{"name":"ACTRL_DIR_CREATE_OBJECT","features":[490]},{"name":"ACTRL_DIR_DELETE_CHILD","features":[490]},{"name":"ACTRL_DIR_LIST","features":[490]},{"name":"ACTRL_DIR_TRAVERSE","features":[490]},{"name":"ACTRL_FILE_APPEND","features":[490]},{"name":"ACTRL_FILE_CREATE_PIPE","features":[490]},{"name":"ACTRL_FILE_EXECUTE","features":[490]},{"name":"ACTRL_FILE_READ","features":[490]},{"name":"ACTRL_FILE_READ_ATTRIB","features":[490]},{"name":"ACTRL_FILE_READ_PROP","features":[490]},{"name":"ACTRL_FILE_WRITE","features":[490]},{"name":"ACTRL_FILE_WRITE_ATTRIB","features":[490]},{"name":"ACTRL_FILE_WRITE_PROP","features":[490]},{"name":"ACTRL_KERNEL_ALERT","features":[490]},{"name":"ACTRL_KERNEL_CONTROL","features":[490]},{"name":"ACTRL_KERNEL_DIMPERSONATE","features":[490]},{"name":"ACTRL_KERNEL_DUP_HANDLE","features":[490]},{"name":"ACTRL_KERNEL_GET_CONTEXT","features":[490]},{"name":"ACTRL_KERNEL_GET_INFO","features":[490]},{"name":"ACTRL_KERNEL_IMPERSONATE","features":[490]},{"name":"ACTRL_KERNEL_PROCESS","features":[490]},{"name":"ACTRL_KERNEL_SET_CONTEXT","features":[490]},{"name":"ACTRL_KERNEL_SET_INFO","features":[490]},{"name":"ACTRL_KERNEL_TERMINATE","features":[490]},{"name":"ACTRL_KERNEL_THREAD","features":[490]},{"name":"ACTRL_KERNEL_TOKEN","features":[490]},{"name":"ACTRL_KERNEL_VM","features":[490]},{"name":"ACTRL_KERNEL_VM_READ","features":[490]},{"name":"ACTRL_KERNEL_VM_WRITE","features":[490]},{"name":"ACTRL_OVERLAPPED","features":[305,490]},{"name":"ACTRL_PERM_1","features":[490]},{"name":"ACTRL_PERM_10","features":[490]},{"name":"ACTRL_PERM_11","features":[490]},{"name":"ACTRL_PERM_12","features":[490]},{"name":"ACTRL_PERM_13","features":[490]},{"name":"ACTRL_PERM_14","features":[490]},{"name":"ACTRL_PERM_15","features":[490]},{"name":"ACTRL_PERM_16","features":[490]},{"name":"ACTRL_PERM_17","features":[490]},{"name":"ACTRL_PERM_18","features":[490]},{"name":"ACTRL_PERM_19","features":[490]},{"name":"ACTRL_PERM_2","features":[490]},{"name":"ACTRL_PERM_20","features":[490]},{"name":"ACTRL_PERM_3","features":[490]},{"name":"ACTRL_PERM_4","features":[490]},{"name":"ACTRL_PERM_5","features":[490]},{"name":"ACTRL_PERM_6","features":[490]},{"name":"ACTRL_PERM_7","features":[490]},{"name":"ACTRL_PERM_8","features":[490]},{"name":"ACTRL_PERM_9","features":[490]},{"name":"ACTRL_PRINT_JADMIN","features":[490]},{"name":"ACTRL_PRINT_PADMIN","features":[490]},{"name":"ACTRL_PRINT_PUSE","features":[490]},{"name":"ACTRL_PRINT_SADMIN","features":[490]},{"name":"ACTRL_PRINT_SLIST","features":[490]},{"name":"ACTRL_PROPERTY_ENTRYA","features":[490]},{"name":"ACTRL_PROPERTY_ENTRYW","features":[490]},{"name":"ACTRL_READ_CONTROL","features":[490]},{"name":"ACTRL_REG_CREATE_CHILD","features":[490]},{"name":"ACTRL_REG_LINK","features":[490]},{"name":"ACTRL_REG_LIST","features":[490]},{"name":"ACTRL_REG_NOTIFY","features":[490]},{"name":"ACTRL_REG_QUERY","features":[490]},{"name":"ACTRL_REG_SET","features":[490]},{"name":"ACTRL_RESERVED","features":[490]},{"name":"ACTRL_STD_RIGHTS_ALL","features":[490]},{"name":"ACTRL_SVC_GET_INFO","features":[490]},{"name":"ACTRL_SVC_INTERROGATE","features":[490]},{"name":"ACTRL_SVC_LIST","features":[490]},{"name":"ACTRL_SVC_PAUSE","features":[490]},{"name":"ACTRL_SVC_SET_INFO","features":[490]},{"name":"ACTRL_SVC_START","features":[490]},{"name":"ACTRL_SVC_STATUS","features":[490]},{"name":"ACTRL_SVC_STOP","features":[490]},{"name":"ACTRL_SVC_UCONTROL","features":[490]},{"name":"ACTRL_SYNCHRONIZE","features":[490]},{"name":"ACTRL_SYSTEM_ACCESS","features":[490]},{"name":"ACTRL_WIN_CLIPBRD","features":[490]},{"name":"ACTRL_WIN_CREATE","features":[490]},{"name":"ACTRL_WIN_EXIT","features":[490]},{"name":"ACTRL_WIN_GLOBAL_ATOMS","features":[490]},{"name":"ACTRL_WIN_LIST","features":[490]},{"name":"ACTRL_WIN_LIST_DESK","features":[490]},{"name":"ACTRL_WIN_READ_ATTRIBS","features":[490]},{"name":"ACTRL_WIN_SCREEN","features":[490]},{"name":"ACTRL_WIN_WRITE_ATTRIBS","features":[490]},{"name":"APF_AuditFailure","features":[490]},{"name":"APF_AuditSuccess","features":[490]},{"name":"APF_ValidFlags","features":[490]},{"name":"APT_Guid","features":[490]},{"name":"APT_Int64","features":[490]},{"name":"APT_IpAddress","features":[490]},{"name":"APT_LogonId","features":[490]},{"name":"APT_LogonIdWithSid","features":[490]},{"name":"APT_Luid","features":[490]},{"name":"APT_None","features":[490]},{"name":"APT_ObjectTypeList","features":[490]},{"name":"APT_Pointer","features":[490]},{"name":"APT_Sid","features":[490]},{"name":"APT_String","features":[490]},{"name":"APT_Time","features":[490]},{"name":"APT_Ulong","features":[490]},{"name":"AP_ParamTypeBits","features":[490]},{"name":"AP_ParamTypeMask","features":[490]},{"name":"AUDIT_IP_ADDRESS","features":[490]},{"name":"AUDIT_OBJECT_TYPE","features":[490]},{"name":"AUDIT_OBJECT_TYPES","features":[490]},{"name":"AUDIT_PARAM","features":[490]},{"name":"AUDIT_PARAMS","features":[490]},{"name":"AUDIT_PARAM_TYPE","features":[490]},{"name":"AUDIT_TYPE_LEGACY","features":[490]},{"name":"AUDIT_TYPE_WMI","features":[490]},{"name":"AUTHZP_WPD_EVENT","features":[490]},{"name":"AUTHZ_ACCESS_CHECK_FLAGS","features":[490]},{"name":"AUTHZ_ACCESS_CHECK_NO_DEEP_COPY_SD","features":[490]},{"name":"AUTHZ_ACCESS_CHECK_RESULTS_HANDLE","features":[490]},{"name":"AUTHZ_ACCESS_REPLY","features":[490]},{"name":"AUTHZ_ACCESS_REQUEST","features":[490]},{"name":"AUTHZ_ALLOW_MULTIPLE_SOURCE_INSTANCES","features":[490]},{"name":"AUTHZ_AUDIT_EVENT_HANDLE","features":[490]},{"name":"AUTHZ_AUDIT_EVENT_INFORMATION_CLASS","features":[490]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_HANDLE","features":[490]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_LEGACY","features":[490]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_OLD","features":[305,490]},{"name":"AUTHZ_AUDIT_EVENT_TYPE_UNION","features":[490]},{"name":"AUTHZ_AUDIT_INSTANCE_INFORMATION","features":[490]},{"name":"AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE","features":[490]},{"name":"AUTHZ_CLIENT_CONTEXT_HANDLE","features":[490]},{"name":"AUTHZ_COMPUTE_PRIVILEGES","features":[490]},{"name":"AUTHZ_CONTEXT_INFORMATION_CLASS","features":[490]},{"name":"AUTHZ_FLAG_ALLOW_MULTIPLE_SOURCE_INSTANCES","features":[490]},{"name":"AUTHZ_GENERATE_FAILURE_AUDIT","features":[490]},{"name":"AUTHZ_GENERATE_RESULTS","features":[490]},{"name":"AUTHZ_GENERATE_SUCCESS_AUDIT","features":[490]},{"name":"AUTHZ_INITIALIZE_OBJECT_ACCESS_AUDIT_EVENT_FLAGS","features":[490]},{"name":"AUTHZ_INIT_INFO","features":[305,490]},{"name":"AUTHZ_INIT_INFO_VERSION_V1","features":[490]},{"name":"AUTHZ_MIGRATED_LEGACY_PUBLISHER","features":[490]},{"name":"AUTHZ_NO_ALLOC_STRINGS","features":[490]},{"name":"AUTHZ_NO_FAILURE_AUDIT","features":[490]},{"name":"AUTHZ_NO_SUCCESS_AUDIT","features":[490]},{"name":"AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET","features":[490]},{"name":"AUTHZ_REQUIRE_S4U_LOGON","features":[490]},{"name":"AUTHZ_RESOURCE_MANAGER_FLAGS","features":[490]},{"name":"AUTHZ_RESOURCE_MANAGER_HANDLE","features":[490]},{"name":"AUTHZ_RM_FLAG_INITIALIZE_UNDER_IMPERSONATION","features":[490]},{"name":"AUTHZ_RM_FLAG_NO_AUDIT","features":[490]},{"name":"AUTHZ_RM_FLAG_NO_CENTRAL_ACCESS_POLICIES","features":[490]},{"name":"AUTHZ_RPC_INIT_INFO_CLIENT","features":[490]},{"name":"AUTHZ_RPC_INIT_INFO_CLIENT_VERSION_V1","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION_VERSION","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_FLAGS","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_FQBN_VALUE","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_NON_INHERITABLE","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_ADD","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_DELETE","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_NONE","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_REPLACE","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_OPERATION_REPLACE_ALL","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_BOOLEAN","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_FQBN","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_INT64","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_INVALID","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_OCTET_STRING","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_SID","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_STRING","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_TYPE_UINT64","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_V1","features":[490]},{"name":"AUTHZ_SECURITY_ATTRIBUTE_VALUE_CASE_SENSITIVE","features":[490]},{"name":"AUTHZ_SECURITY_EVENT_PROVIDER_HANDLE","features":[490]},{"name":"AUTHZ_SID_OPERATION","features":[490]},{"name":"AUTHZ_SID_OPERATION_ADD","features":[490]},{"name":"AUTHZ_SID_OPERATION_DELETE","features":[490]},{"name":"AUTHZ_SID_OPERATION_NONE","features":[490]},{"name":"AUTHZ_SID_OPERATION_REPLACE","features":[490]},{"name":"AUTHZ_SID_OPERATION_REPLACE_ALL","features":[490]},{"name":"AUTHZ_SKIP_TOKEN_GROUPS","features":[490]},{"name":"AUTHZ_SOURCE_SCHEMA_REGISTRATION","features":[490]},{"name":"AUTHZ_WPD_CATEGORY_FLAG","features":[490]},{"name":"AZ_AZSTORE_DEFAULT_DOMAIN_TIMEOUT","features":[490]},{"name":"AZ_AZSTORE_DEFAULT_MAX_SCRIPT_ENGINES","features":[490]},{"name":"AZ_AZSTORE_DEFAULT_SCRIPT_ENGINE_TIMEOUT","features":[490]},{"name":"AZ_AZSTORE_FLAG_AUDIT_IS_CRITICAL","features":[490]},{"name":"AZ_AZSTORE_FLAG_BATCH_UPDATE","features":[490]},{"name":"AZ_AZSTORE_FLAG_CREATE","features":[490]},{"name":"AZ_AZSTORE_FLAG_MANAGE_ONLY_PASSIVE_SUBMIT","features":[490]},{"name":"AZ_AZSTORE_FLAG_MANAGE_STORE_ONLY","features":[490]},{"name":"AZ_AZSTORE_FORCE_APPLICATION_CLOSE","features":[490]},{"name":"AZ_AZSTORE_MIN_DOMAIN_TIMEOUT","features":[490]},{"name":"AZ_AZSTORE_MIN_SCRIPT_ENGINE_TIMEOUT","features":[490]},{"name":"AZ_AZSTORE_NT6_FUNCTION_LEVEL","features":[490]},{"name":"AZ_CLIENT_CONTEXT_GET_GROUPS_STORE_LEVEL_ONLY","features":[490]},{"name":"AZ_CLIENT_CONTEXT_GET_GROUP_RECURSIVE","features":[490]},{"name":"AZ_CLIENT_CONTEXT_SKIP_GROUP","features":[490]},{"name":"AZ_CLIENT_CONTEXT_SKIP_LDAP_QUERY","features":[490]},{"name":"AZ_GROUPTYPE_BASIC","features":[490]},{"name":"AZ_GROUPTYPE_BIZRULE","features":[490]},{"name":"AZ_GROUPTYPE_LDAP_QUERY","features":[490]},{"name":"AZ_MAX_APPLICATION_DATA_LENGTH","features":[490]},{"name":"AZ_MAX_APPLICATION_NAME_LENGTH","features":[490]},{"name":"AZ_MAX_APPLICATION_VERSION_LENGTH","features":[490]},{"name":"AZ_MAX_BIZRULE_STRING","features":[490]},{"name":"AZ_MAX_DESCRIPTION_LENGTH","features":[490]},{"name":"AZ_MAX_GROUP_BIZRULE_IMPORTED_PATH_LENGTH","features":[490]},{"name":"AZ_MAX_GROUP_BIZRULE_LANGUAGE_LENGTH","features":[490]},{"name":"AZ_MAX_GROUP_BIZRULE_LENGTH","features":[490]},{"name":"AZ_MAX_GROUP_LDAP_QUERY_LENGTH","features":[490]},{"name":"AZ_MAX_GROUP_NAME_LENGTH","features":[490]},{"name":"AZ_MAX_NAME_LENGTH","features":[490]},{"name":"AZ_MAX_OPERATION_NAME_LENGTH","features":[490]},{"name":"AZ_MAX_POLICY_URL_LENGTH","features":[490]},{"name":"AZ_MAX_ROLE_NAME_LENGTH","features":[490]},{"name":"AZ_MAX_SCOPE_NAME_LENGTH","features":[490]},{"name":"AZ_MAX_TASK_BIZRULE_IMPORTED_PATH_LENGTH","features":[490]},{"name":"AZ_MAX_TASK_BIZRULE_LANGUAGE_LENGTH","features":[490]},{"name":"AZ_MAX_TASK_BIZRULE_LENGTH","features":[490]},{"name":"AZ_MAX_TASK_NAME_LENGTH","features":[490]},{"name":"AZ_PROP_APPLICATION_AUTHZ_INTERFACE_CLSID","features":[490]},{"name":"AZ_PROP_APPLICATION_BIZRULE_ENABLED","features":[490]},{"name":"AZ_PROP_APPLICATION_DATA","features":[490]},{"name":"AZ_PROP_APPLICATION_NAME","features":[490]},{"name":"AZ_PROP_APPLICATION_VERSION","features":[490]},{"name":"AZ_PROP_APPLY_STORE_SACL","features":[490]},{"name":"AZ_PROP_AZSTORE_DOMAIN_TIMEOUT","features":[490]},{"name":"AZ_PROP_AZSTORE_MAJOR_VERSION","features":[490]},{"name":"AZ_PROP_AZSTORE_MAX_SCRIPT_ENGINES","features":[490]},{"name":"AZ_PROP_AZSTORE_MINOR_VERSION","features":[490]},{"name":"AZ_PROP_AZSTORE_SCRIPT_ENGINE_TIMEOUT","features":[490]},{"name":"AZ_PROP_AZSTORE_TARGET_MACHINE","features":[490]},{"name":"AZ_PROP_AZTORE_IS_ADAM_INSTANCE","features":[490]},{"name":"AZ_PROP_CHILD_CREATE","features":[490]},{"name":"AZ_PROP_CLIENT_CONTEXT_LDAP_QUERY_DN","features":[490]},{"name":"AZ_PROP_CLIENT_CONTEXT_ROLE_FOR_ACCESS_CHECK","features":[490]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_CANONICAL","features":[490]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DISPLAY","features":[490]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DN","features":[490]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_DNS_SAM_COMPAT","features":[490]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_GUID","features":[490]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_SAM_COMPAT","features":[490]},{"name":"AZ_PROP_CLIENT_CONTEXT_USER_UPN","features":[490]},{"name":"AZ_PROP_CONSTANTS","features":[490]},{"name":"AZ_PROP_DELEGATED_POLICY_USERS","features":[490]},{"name":"AZ_PROP_DELEGATED_POLICY_USERS_NAME","features":[490]},{"name":"AZ_PROP_DESCRIPTION","features":[490]},{"name":"AZ_PROP_GENERATE_AUDITS","features":[490]},{"name":"AZ_PROP_GROUP_APP_MEMBERS","features":[490]},{"name":"AZ_PROP_GROUP_APP_NON_MEMBERS","features":[490]},{"name":"AZ_PROP_GROUP_BIZRULE","features":[490]},{"name":"AZ_PROP_GROUP_BIZRULE_IMPORTED_PATH","features":[490]},{"name":"AZ_PROP_GROUP_BIZRULE_LANGUAGE","features":[490]},{"name":"AZ_PROP_GROUP_LDAP_QUERY","features":[490]},{"name":"AZ_PROP_GROUP_MEMBERS","features":[490]},{"name":"AZ_PROP_GROUP_MEMBERS_NAME","features":[490]},{"name":"AZ_PROP_GROUP_NON_MEMBERS","features":[490]},{"name":"AZ_PROP_GROUP_NON_MEMBERS_NAME","features":[490]},{"name":"AZ_PROP_GROUP_TYPE","features":[490]},{"name":"AZ_PROP_NAME","features":[490]},{"name":"AZ_PROP_OPERATION_ID","features":[490]},{"name":"AZ_PROP_POLICY_ADMINS","features":[490]},{"name":"AZ_PROP_POLICY_ADMINS_NAME","features":[490]},{"name":"AZ_PROP_POLICY_READERS","features":[490]},{"name":"AZ_PROP_POLICY_READERS_NAME","features":[490]},{"name":"AZ_PROP_ROLE_APP_MEMBERS","features":[490]},{"name":"AZ_PROP_ROLE_MEMBERS","features":[490]},{"name":"AZ_PROP_ROLE_MEMBERS_NAME","features":[490]},{"name":"AZ_PROP_ROLE_OPERATIONS","features":[490]},{"name":"AZ_PROP_ROLE_TASKS","features":[490]},{"name":"AZ_PROP_SCOPE_BIZRULES_WRITABLE","features":[490]},{"name":"AZ_PROP_SCOPE_CAN_BE_DELEGATED","features":[490]},{"name":"AZ_PROP_TASK_BIZRULE","features":[490]},{"name":"AZ_PROP_TASK_BIZRULE_IMPORTED_PATH","features":[490]},{"name":"AZ_PROP_TASK_BIZRULE_LANGUAGE","features":[490]},{"name":"AZ_PROP_TASK_IS_ROLE_DEFINITION","features":[490]},{"name":"AZ_PROP_TASK_OPERATIONS","features":[490]},{"name":"AZ_PROP_TASK_TASKS","features":[490]},{"name":"AZ_PROP_WRITABLE","features":[490]},{"name":"AZ_SUBMIT_FLAG_ABORT","features":[490]},{"name":"AZ_SUBMIT_FLAG_FLUSH","features":[490]},{"name":"AuthzAccessCheck","features":[305,490]},{"name":"AuthzAddSidsToContext","features":[305,490]},{"name":"AuthzAuditEventInfoAdditionalInfo","features":[490]},{"name":"AuthzAuditEventInfoFlags","features":[490]},{"name":"AuthzAuditEventInfoObjectName","features":[490]},{"name":"AuthzAuditEventInfoObjectType","features":[490]},{"name":"AuthzAuditEventInfoOperationType","features":[490]},{"name":"AuthzCachedAccessCheck","features":[305,490]},{"name":"AuthzContextInfoAll","features":[490]},{"name":"AuthzContextInfoAppContainerSid","features":[490]},{"name":"AuthzContextInfoAuthenticationId","features":[490]},{"name":"AuthzContextInfoCapabilitySids","features":[490]},{"name":"AuthzContextInfoDeviceClaims","features":[490]},{"name":"AuthzContextInfoDeviceSids","features":[490]},{"name":"AuthzContextInfoExpirationTime","features":[490]},{"name":"AuthzContextInfoGroupsSids","features":[490]},{"name":"AuthzContextInfoIdentifier","features":[490]},{"name":"AuthzContextInfoPrivileges","features":[490]},{"name":"AuthzContextInfoRestrictedSids","features":[490]},{"name":"AuthzContextInfoSecurityAttributes","features":[490]},{"name":"AuthzContextInfoServerContext","features":[490]},{"name":"AuthzContextInfoSource","features":[490]},{"name":"AuthzContextInfoUserClaims","features":[490]},{"name":"AuthzContextInfoUserSid","features":[490]},{"name":"AuthzEnumerateSecurityEventSources","features":[305,490]},{"name":"AuthzEvaluateSacl","features":[305,490]},{"name":"AuthzFreeAuditEvent","features":[305,490]},{"name":"AuthzFreeCentralAccessPolicyCache","features":[305,490]},{"name":"AuthzFreeContext","features":[305,490]},{"name":"AuthzFreeHandle","features":[305,490]},{"name":"AuthzFreeResourceManager","features":[305,490]},{"name":"AuthzGetInformationFromContext","features":[305,490]},{"name":"AuthzInitializeCompoundContext","features":[305,490]},{"name":"AuthzInitializeContextFromAuthzContext","features":[305,490]},{"name":"AuthzInitializeContextFromSid","features":[305,490]},{"name":"AuthzInitializeContextFromToken","features":[305,490]},{"name":"AuthzInitializeObjectAccessAuditEvent","features":[305,490]},{"name":"AuthzInitializeObjectAccessAuditEvent2","features":[305,490]},{"name":"AuthzInitializeRemoteResourceManager","features":[305,490]},{"name":"AuthzInitializeResourceManager","features":[305,490]},{"name":"AuthzInitializeResourceManagerEx","features":[305,490]},{"name":"AuthzInstallSecurityEventSource","features":[305,490]},{"name":"AuthzModifyClaims","features":[305,490]},{"name":"AuthzModifySecurityAttributes","features":[305,490]},{"name":"AuthzModifySids","features":[305,490]},{"name":"AuthzOpenObjectAudit","features":[305,490]},{"name":"AuthzRegisterCapChangeNotification","features":[305,490,342]},{"name":"AuthzRegisterSecurityEventSource","features":[305,490]},{"name":"AuthzReportSecurityEvent","features":[305,490]},{"name":"AuthzReportSecurityEventFromParams","features":[305,490]},{"name":"AuthzSetAppContainerInformation","features":[305,490]},{"name":"AuthzUninstallSecurityEventSource","features":[305,490]},{"name":"AuthzUnregisterCapChangeNotification","features":[305,490]},{"name":"AuthzUnregisterSecurityEventSource","features":[305,490]},{"name":"AzAuthorizationStore","features":[490]},{"name":"AzBizRuleContext","features":[490]},{"name":"AzPrincipalLocator","features":[490]},{"name":"BuildExplicitAccessWithNameA","features":[490]},{"name":"BuildExplicitAccessWithNameW","features":[490]},{"name":"BuildImpersonateExplicitAccessWithNameA","features":[490]},{"name":"BuildImpersonateExplicitAccessWithNameW","features":[490]},{"name":"BuildImpersonateTrusteeA","features":[490]},{"name":"BuildImpersonateTrusteeW","features":[490]},{"name":"BuildSecurityDescriptorA","features":[305,490]},{"name":"BuildSecurityDescriptorW","features":[305,490]},{"name":"BuildTrusteeWithNameA","features":[490]},{"name":"BuildTrusteeWithNameW","features":[490]},{"name":"BuildTrusteeWithObjectsAndNameA","features":[490]},{"name":"BuildTrusteeWithObjectsAndNameW","features":[490]},{"name":"BuildTrusteeWithObjectsAndSidA","features":[490]},{"name":"BuildTrusteeWithObjectsAndSidW","features":[490]},{"name":"BuildTrusteeWithSidA","features":[490]},{"name":"BuildTrusteeWithSidW","features":[490]},{"name":"ConvertSecurityDescriptorToStringSecurityDescriptorA","features":[305,490]},{"name":"ConvertSecurityDescriptorToStringSecurityDescriptorW","features":[305,490]},{"name":"ConvertSidToStringSidA","features":[305,490]},{"name":"ConvertSidToStringSidW","features":[305,490]},{"name":"ConvertStringSecurityDescriptorToSecurityDescriptorA","features":[305,490]},{"name":"ConvertStringSecurityDescriptorToSecurityDescriptorW","features":[305,490]},{"name":"ConvertStringSidToSidA","features":[305,490]},{"name":"ConvertStringSidToSidW","features":[305,490]},{"name":"DENY_ACCESS","features":[490]},{"name":"EXPLICIT_ACCESS_A","features":[490]},{"name":"EXPLICIT_ACCESS_W","features":[490]},{"name":"FN_OBJECT_MGR_FUNCTS","features":[490]},{"name":"FN_PROGRESS","features":[305,490]},{"name":"FreeInheritedFromArray","features":[305,490]},{"name":"GRANT_ACCESS","features":[490]},{"name":"GetAuditedPermissionsFromAclA","features":[305,490]},{"name":"GetAuditedPermissionsFromAclW","features":[305,490]},{"name":"GetEffectiveRightsFromAclA","features":[305,490]},{"name":"GetEffectiveRightsFromAclW","features":[305,490]},{"name":"GetExplicitEntriesFromAclA","features":[305,490]},{"name":"GetExplicitEntriesFromAclW","features":[305,490]},{"name":"GetInheritanceSourceA","features":[305,490]},{"name":"GetInheritanceSourceW","features":[305,490]},{"name":"GetMultipleTrusteeA","features":[490]},{"name":"GetMultipleTrusteeOperationA","features":[490]},{"name":"GetMultipleTrusteeOperationW","features":[490]},{"name":"GetMultipleTrusteeW","features":[490]},{"name":"GetNamedSecurityInfoA","features":[305,490]},{"name":"GetNamedSecurityInfoW","features":[305,490]},{"name":"GetSecurityInfo","features":[305,490]},{"name":"GetTrusteeFormA","features":[490]},{"name":"GetTrusteeFormW","features":[490]},{"name":"GetTrusteeNameA","features":[490]},{"name":"GetTrusteeNameW","features":[490]},{"name":"GetTrusteeTypeA","features":[490]},{"name":"GetTrusteeTypeW","features":[490]},{"name":"IAzApplication","features":[490,358]},{"name":"IAzApplication2","features":[490,358]},{"name":"IAzApplication3","features":[490,358]},{"name":"IAzApplicationGroup","features":[490,358]},{"name":"IAzApplicationGroup2","features":[490,358]},{"name":"IAzApplicationGroups","features":[490,358]},{"name":"IAzApplications","features":[490,358]},{"name":"IAzAuthorizationStore","features":[490,358]},{"name":"IAzAuthorizationStore2","features":[490,358]},{"name":"IAzAuthorizationStore3","features":[490,358]},{"name":"IAzBizRuleContext","features":[490,358]},{"name":"IAzBizRuleInterfaces","features":[490,358]},{"name":"IAzBizRuleParameters","features":[490,358]},{"name":"IAzClientContext","features":[490,358]},{"name":"IAzClientContext2","features":[490,358]},{"name":"IAzClientContext3","features":[490,358]},{"name":"IAzNameResolver","features":[490,358]},{"name":"IAzObjectPicker","features":[490,358]},{"name":"IAzOperation","features":[490,358]},{"name":"IAzOperation2","features":[490,358]},{"name":"IAzOperations","features":[490,358]},{"name":"IAzPrincipalLocator","features":[490,358]},{"name":"IAzRole","features":[490,358]},{"name":"IAzRoleAssignment","features":[490,358]},{"name":"IAzRoleAssignments","features":[490,358]},{"name":"IAzRoleDefinition","features":[490,358]},{"name":"IAzRoleDefinitions","features":[490,358]},{"name":"IAzRoles","features":[490,358]},{"name":"IAzScope","features":[490,358]},{"name":"IAzScope2","features":[490,358]},{"name":"IAzScopes","features":[490,358]},{"name":"IAzTask","features":[490,358]},{"name":"IAzTask2","features":[490,358]},{"name":"IAzTasks","features":[490,358]},{"name":"INHERITED_ACCESS_ENTRY","features":[490]},{"name":"INHERITED_FROMA","features":[490]},{"name":"INHERITED_FROMW","features":[490]},{"name":"INHERITED_GRANDPARENT","features":[490]},{"name":"INHERITED_PARENT","features":[490]},{"name":"LookupSecurityDescriptorPartsA","features":[305,490]},{"name":"LookupSecurityDescriptorPartsW","features":[305,490]},{"name":"MULTIPLE_TRUSTEE_OPERATION","features":[490]},{"name":"NOT_USED_ACCESS","features":[490]},{"name":"NO_MULTIPLE_TRUSTEE","features":[490]},{"name":"OBJECTS_AND_NAME_A","features":[490]},{"name":"OBJECTS_AND_NAME_W","features":[490]},{"name":"OBJECTS_AND_SID","features":[490]},{"name":"OLESCRIPT_E_SYNTAX","features":[490]},{"name":"PFN_AUTHZ_COMPUTE_DYNAMIC_GROUPS","features":[305,490]},{"name":"PFN_AUTHZ_DYNAMIC_ACCESS_CHECK","features":[305,490]},{"name":"PFN_AUTHZ_FREE_CENTRAL_ACCESS_POLICY","features":[490]},{"name":"PFN_AUTHZ_FREE_DYNAMIC_GROUPS","features":[490]},{"name":"PFN_AUTHZ_GET_CENTRAL_ACCESS_POLICY","features":[305,490]},{"name":"PROG_INVOKE_SETTING","features":[490]},{"name":"ProgressCancelOperation","features":[490]},{"name":"ProgressInvokeEveryObject","features":[490]},{"name":"ProgressInvokeNever","features":[490]},{"name":"ProgressInvokeOnError","features":[490]},{"name":"ProgressInvokePrePostError","features":[490]},{"name":"ProgressRetryOperation","features":[490]},{"name":"REVOKE_ACCESS","features":[490]},{"name":"SDDL_ACCESS_ALLOWED","features":[490]},{"name":"SDDL_ACCESS_CONTROL_ASSISTANCE_OPS","features":[490]},{"name":"SDDL_ACCESS_DENIED","features":[490]},{"name":"SDDL_ACCESS_FILTER","features":[490]},{"name":"SDDL_ACCOUNT_OPERATORS","features":[490]},{"name":"SDDL_ACE_BEGIN","features":[490]},{"name":"SDDL_ACE_COND_ATTRIBUTE_PREFIX","features":[490]},{"name":"SDDL_ACE_COND_BEGIN","features":[490]},{"name":"SDDL_ACE_COND_BLOB_PREFIX","features":[490]},{"name":"SDDL_ACE_COND_DEVICE_ATTRIBUTE_PREFIX","features":[490]},{"name":"SDDL_ACE_COND_END","features":[490]},{"name":"SDDL_ACE_COND_RESOURCE_ATTRIBUTE_PREFIX","features":[490]},{"name":"SDDL_ACE_COND_SID_PREFIX","features":[490]},{"name":"SDDL_ACE_COND_TOKEN_ATTRIBUTE_PREFIX","features":[490]},{"name":"SDDL_ACE_COND_USER_ATTRIBUTE_PREFIX","features":[490]},{"name":"SDDL_ACE_END","features":[490]},{"name":"SDDL_ALARM","features":[490]},{"name":"SDDL_ALIAS_PREW2KCOMPACC","features":[490]},{"name":"SDDL_ALIAS_SIZE","features":[490]},{"name":"SDDL_ALL_APP_PACKAGES","features":[490]},{"name":"SDDL_ANONYMOUS","features":[490]},{"name":"SDDL_AUDIT","features":[490]},{"name":"SDDL_AUDIT_FAILURE","features":[490]},{"name":"SDDL_AUDIT_SUCCESS","features":[490]},{"name":"SDDL_AUTHENTICATED_USERS","features":[490]},{"name":"SDDL_AUTHORITY_ASSERTED","features":[490]},{"name":"SDDL_AUTO_INHERITED","features":[490]},{"name":"SDDL_AUTO_INHERIT_REQ","features":[490]},{"name":"SDDL_BACKUP_OPERATORS","features":[490]},{"name":"SDDL_BLOB","features":[490]},{"name":"SDDL_BOOLEAN","features":[490]},{"name":"SDDL_BUILTIN_ADMINISTRATORS","features":[490]},{"name":"SDDL_BUILTIN_GUESTS","features":[490]},{"name":"SDDL_BUILTIN_USERS","features":[490]},{"name":"SDDL_CALLBACK_ACCESS_ALLOWED","features":[490]},{"name":"SDDL_CALLBACK_ACCESS_DENIED","features":[490]},{"name":"SDDL_CALLBACK_AUDIT","features":[490]},{"name":"SDDL_CALLBACK_OBJECT_ACCESS_ALLOWED","features":[490]},{"name":"SDDL_CERTSVC_DCOM_ACCESS","features":[490]},{"name":"SDDL_CERT_SERV_ADMINISTRATORS","features":[490]},{"name":"SDDL_CLONEABLE_CONTROLLERS","features":[490]},{"name":"SDDL_CONTAINER_INHERIT","features":[490]},{"name":"SDDL_CONTROL_ACCESS","features":[490]},{"name":"SDDL_CREATE_CHILD","features":[490]},{"name":"SDDL_CREATOR_GROUP","features":[490]},{"name":"SDDL_CREATOR_OWNER","features":[490]},{"name":"SDDL_CRITICAL","features":[490]},{"name":"SDDL_CRYPTO_OPERATORS","features":[490]},{"name":"SDDL_DACL","features":[490]},{"name":"SDDL_DELETE_CHILD","features":[490]},{"name":"SDDL_DELETE_TREE","features":[490]},{"name":"SDDL_DELIMINATOR","features":[490]},{"name":"SDDL_DOMAIN_ADMINISTRATORS","features":[490]},{"name":"SDDL_DOMAIN_COMPUTERS","features":[490]},{"name":"SDDL_DOMAIN_DOMAIN_CONTROLLERS","features":[490]},{"name":"SDDL_DOMAIN_GUESTS","features":[490]},{"name":"SDDL_DOMAIN_USERS","features":[490]},{"name":"SDDL_ENTERPRISE_ADMINS","features":[490]},{"name":"SDDL_ENTERPRISE_DOMAIN_CONTROLLERS","features":[490]},{"name":"SDDL_ENTERPRISE_KEY_ADMINS","features":[490]},{"name":"SDDL_ENTERPRISE_RO_DCs","features":[490]},{"name":"SDDL_EVENT_LOG_READERS","features":[490]},{"name":"SDDL_EVERYONE","features":[490]},{"name":"SDDL_FILE_ALL","features":[490]},{"name":"SDDL_FILE_EXECUTE","features":[490]},{"name":"SDDL_FILE_READ","features":[490]},{"name":"SDDL_FILE_WRITE","features":[490]},{"name":"SDDL_GENERIC_ALL","features":[490]},{"name":"SDDL_GENERIC_EXECUTE","features":[490]},{"name":"SDDL_GENERIC_READ","features":[490]},{"name":"SDDL_GENERIC_WRITE","features":[490]},{"name":"SDDL_GROUP","features":[490]},{"name":"SDDL_GROUP_POLICY_ADMINS","features":[490]},{"name":"SDDL_HYPER_V_ADMINS","features":[490]},{"name":"SDDL_IIS_USERS","features":[490]},{"name":"SDDL_INHERITED","features":[490]},{"name":"SDDL_INHERIT_ONLY","features":[490]},{"name":"SDDL_INT","features":[490]},{"name":"SDDL_INTERACTIVE","features":[490]},{"name":"SDDL_KEY_ADMINS","features":[490]},{"name":"SDDL_KEY_ALL","features":[490]},{"name":"SDDL_KEY_EXECUTE","features":[490]},{"name":"SDDL_KEY_READ","features":[490]},{"name":"SDDL_KEY_WRITE","features":[490]},{"name":"SDDL_LIST_CHILDREN","features":[490]},{"name":"SDDL_LIST_OBJECT","features":[490]},{"name":"SDDL_LOCAL_ADMIN","features":[490]},{"name":"SDDL_LOCAL_GUEST","features":[490]},{"name":"SDDL_LOCAL_SERVICE","features":[490]},{"name":"SDDL_LOCAL_SYSTEM","features":[490]},{"name":"SDDL_MANDATORY_LABEL","features":[490]},{"name":"SDDL_ML_HIGH","features":[490]},{"name":"SDDL_ML_LOW","features":[490]},{"name":"SDDL_ML_MEDIUM","features":[490]},{"name":"SDDL_ML_MEDIUM_PLUS","features":[490]},{"name":"SDDL_ML_SYSTEM","features":[490]},{"name":"SDDL_NETWORK","features":[490]},{"name":"SDDL_NETWORK_CONFIGURATION_OPS","features":[490]},{"name":"SDDL_NETWORK_SERVICE","features":[490]},{"name":"SDDL_NO_EXECUTE_UP","features":[490]},{"name":"SDDL_NO_PROPAGATE","features":[490]},{"name":"SDDL_NO_READ_UP","features":[490]},{"name":"SDDL_NO_WRITE_UP","features":[490]},{"name":"SDDL_NULL_ACL","features":[490]},{"name":"SDDL_OBJECT_ACCESS_ALLOWED","features":[490]},{"name":"SDDL_OBJECT_ACCESS_DENIED","features":[490]},{"name":"SDDL_OBJECT_ALARM","features":[490]},{"name":"SDDL_OBJECT_AUDIT","features":[490]},{"name":"SDDL_OBJECT_INHERIT","features":[490]},{"name":"SDDL_OWNER","features":[490]},{"name":"SDDL_OWNER_RIGHTS","features":[490]},{"name":"SDDL_PERFLOG_USERS","features":[490]},{"name":"SDDL_PERFMON_USERS","features":[490]},{"name":"SDDL_PERSONAL_SELF","features":[490]},{"name":"SDDL_POWER_USERS","features":[490]},{"name":"SDDL_PRINTER_OPERATORS","features":[490]},{"name":"SDDL_PROCESS_TRUST_LABEL","features":[490]},{"name":"SDDL_PROTECTED","features":[490]},{"name":"SDDL_PROTECTED_USERS","features":[490]},{"name":"SDDL_RAS_SERVERS","features":[490]},{"name":"SDDL_RDS_ENDPOINT_SERVERS","features":[490]},{"name":"SDDL_RDS_MANAGEMENT_SERVERS","features":[490]},{"name":"SDDL_RDS_REMOTE_ACCESS_SERVERS","features":[490]},{"name":"SDDL_READ_CONTROL","features":[490]},{"name":"SDDL_READ_PROPERTY","features":[490]},{"name":"SDDL_REMOTE_DESKTOP","features":[490]},{"name":"SDDL_REMOTE_MANAGEMENT_USERS","features":[490]},{"name":"SDDL_REPLICATOR","features":[490]},{"name":"SDDL_RESOURCE_ATTRIBUTE","features":[490]},{"name":"SDDL_RESTRICTED_CODE","features":[490]},{"name":"SDDL_REVISION","features":[490]},{"name":"SDDL_REVISION_1","features":[490]},{"name":"SDDL_SACL","features":[490]},{"name":"SDDL_SCHEMA_ADMINISTRATORS","features":[490]},{"name":"SDDL_SCOPED_POLICY_ID","features":[490]},{"name":"SDDL_SELF_WRITE","features":[490]},{"name":"SDDL_SEPERATOR","features":[490]},{"name":"SDDL_SERVER_OPERATORS","features":[490]},{"name":"SDDL_SERVICE","features":[490]},{"name":"SDDL_SERVICE_ASSERTED","features":[490]},{"name":"SDDL_SID","features":[490]},{"name":"SDDL_SPACE","features":[490]},{"name":"SDDL_STANDARD_DELETE","features":[490]},{"name":"SDDL_TRUST_PROTECTED_FILTER","features":[490]},{"name":"SDDL_UINT","features":[490]},{"name":"SDDL_USER_MODE_DRIVERS","features":[490]},{"name":"SDDL_WRITE_DAC","features":[490]},{"name":"SDDL_WRITE_OWNER","features":[490]},{"name":"SDDL_WRITE_PROPERTY","features":[490]},{"name":"SDDL_WRITE_RESTRICTED_CODE","features":[490]},{"name":"SDDL_WSTRING","features":[490]},{"name":"SET_ACCESS","features":[490]},{"name":"SET_AUDIT_FAILURE","features":[490]},{"name":"SET_AUDIT_SUCCESS","features":[490]},{"name":"SE_DS_OBJECT","features":[490]},{"name":"SE_DS_OBJECT_ALL","features":[490]},{"name":"SE_FILE_OBJECT","features":[490]},{"name":"SE_KERNEL_OBJECT","features":[490]},{"name":"SE_LMSHARE","features":[490]},{"name":"SE_OBJECT_TYPE","features":[490]},{"name":"SE_PRINTER","features":[490]},{"name":"SE_PROVIDER_DEFINED_OBJECT","features":[490]},{"name":"SE_REGISTRY_KEY","features":[490]},{"name":"SE_REGISTRY_WOW64_32KEY","features":[490]},{"name":"SE_REGISTRY_WOW64_64KEY","features":[490]},{"name":"SE_SERVICE","features":[490]},{"name":"SE_UNKNOWN_OBJECT_TYPE","features":[490]},{"name":"SE_WINDOW_OBJECT","features":[490]},{"name":"SE_WMIGUID_OBJECT","features":[490]},{"name":"SetEntriesInAclA","features":[305,490]},{"name":"SetEntriesInAclW","features":[305,490]},{"name":"SetNamedSecurityInfoA","features":[305,490]},{"name":"SetNamedSecurityInfoW","features":[305,490]},{"name":"SetSecurityInfo","features":[305,490]},{"name":"TREE_SEC_INFO","features":[490]},{"name":"TREE_SEC_INFO_RESET","features":[490]},{"name":"TREE_SEC_INFO_RESET_KEEP_EXPLICIT","features":[490]},{"name":"TREE_SEC_INFO_SET","features":[490]},{"name":"TRUSTEE_A","features":[490]},{"name":"TRUSTEE_ACCESSA","features":[490]},{"name":"TRUSTEE_ACCESSW","features":[490]},{"name":"TRUSTEE_ACCESS_ALL","features":[490]},{"name":"TRUSTEE_ACCESS_ALLOWED","features":[490]},{"name":"TRUSTEE_ACCESS_EXPLICIT","features":[490]},{"name":"TRUSTEE_ACCESS_READ","features":[490]},{"name":"TRUSTEE_ACCESS_WRITE","features":[490]},{"name":"TRUSTEE_BAD_FORM","features":[490]},{"name":"TRUSTEE_FORM","features":[490]},{"name":"TRUSTEE_IS_ALIAS","features":[490]},{"name":"TRUSTEE_IS_COMPUTER","features":[490]},{"name":"TRUSTEE_IS_DELETED","features":[490]},{"name":"TRUSTEE_IS_DOMAIN","features":[490]},{"name":"TRUSTEE_IS_GROUP","features":[490]},{"name":"TRUSTEE_IS_IMPERSONATE","features":[490]},{"name":"TRUSTEE_IS_INVALID","features":[490]},{"name":"TRUSTEE_IS_NAME","features":[490]},{"name":"TRUSTEE_IS_OBJECTS_AND_NAME","features":[490]},{"name":"TRUSTEE_IS_OBJECTS_AND_SID","features":[490]},{"name":"TRUSTEE_IS_SID","features":[490]},{"name":"TRUSTEE_IS_UNKNOWN","features":[490]},{"name":"TRUSTEE_IS_USER","features":[490]},{"name":"TRUSTEE_IS_WELL_KNOWN_GROUP","features":[490]},{"name":"TRUSTEE_TYPE","features":[490]},{"name":"TRUSTEE_W","features":[490]},{"name":"TreeResetNamedSecurityInfoA","features":[305,490]},{"name":"TreeResetNamedSecurityInfoW","features":[305,490]},{"name":"TreeSetNamedSecurityInfoA","features":[305,490]},{"name":"TreeSetNamedSecurityInfoW","features":[305,490]},{"name":"_AUTHZ_SS_MAXSIZE","features":[490]}],"493":[{"name":"CFSTR_ACLUI_SID_INFO_LIST","features":[491]},{"name":"CreateSecurityPage","features":[491,357]},{"name":"DOBJ_COND_NTACLS","features":[491]},{"name":"DOBJ_RES_CONT","features":[491]},{"name":"DOBJ_RES_ROOT","features":[491]},{"name":"DOBJ_RIBBON_LAUNCH","features":[491]},{"name":"DOBJ_VOL_NTACLS","features":[491]},{"name":"EFFPERM_RESULT_LIST","features":[305,491]},{"name":"EditSecurity","features":[305,491]},{"name":"EditSecurityAdvanced","features":[305,491]},{"name":"IEffectivePermission","features":[491]},{"name":"IEffectivePermission2","features":[491]},{"name":"ISecurityInformation","features":[491]},{"name":"ISecurityInformation2","features":[491]},{"name":"ISecurityInformation3","features":[491]},{"name":"ISecurityInformation4","features":[491]},{"name":"ISecurityObjectTypeInfo","features":[491]},{"name":"SECURITY_INFO_PAGE_FLAGS","features":[491]},{"name":"SECURITY_OBJECT","features":[305,491]},{"name":"SECURITY_OBJECT_ID_CENTRAL_ACCESS_RULE","features":[491]},{"name":"SECURITY_OBJECT_ID_CENTRAL_POLICY","features":[491]},{"name":"SECURITY_OBJECT_ID_OBJECT_SD","features":[491]},{"name":"SECURITY_OBJECT_ID_SHARE","features":[491]},{"name":"SID_INFO","features":[491]},{"name":"SID_INFO_LIST","features":[491]},{"name":"SI_ACCESS","features":[491]},{"name":"SI_ACCESS_CONTAINER","features":[491]},{"name":"SI_ACCESS_GENERAL","features":[491]},{"name":"SI_ACCESS_PROPERTY","features":[491]},{"name":"SI_ACCESS_SPECIFIC","features":[491]},{"name":"SI_ADVANCED","features":[491]},{"name":"SI_AUDITS_ELEVATION_REQUIRED","features":[491]},{"name":"SI_CONTAINER","features":[491]},{"name":"SI_DISABLE_DENY_ACE","features":[491]},{"name":"SI_EDIT_AUDITS","features":[491]},{"name":"SI_EDIT_EFFECTIVE","features":[491]},{"name":"SI_EDIT_OWNER","features":[491]},{"name":"SI_EDIT_PERMS","features":[491]},{"name":"SI_EDIT_PROPERTIES","features":[491]},{"name":"SI_ENABLE_CENTRAL_POLICY","features":[491]},{"name":"SI_ENABLE_EDIT_ATTRIBUTE_CONDITION","features":[491]},{"name":"SI_INHERIT_TYPE","features":[491]},{"name":"SI_MAY_WRITE","features":[491]},{"name":"SI_NO_ACL_PROTECT","features":[491]},{"name":"SI_NO_ADDITIONAL_PERMISSION","features":[491]},{"name":"SI_NO_TREE_APPLY","features":[491]},{"name":"SI_OBJECT_GUID","features":[491]},{"name":"SI_OBJECT_INFO","features":[305,491]},{"name":"SI_OBJECT_INFO_FLAGS","features":[491]},{"name":"SI_OWNER_ELEVATION_REQUIRED","features":[491]},{"name":"SI_OWNER_READONLY","features":[491]},{"name":"SI_OWNER_RECURSE","features":[491]},{"name":"SI_PAGE_ACTIVATED","features":[491]},{"name":"SI_PAGE_ADVPERM","features":[491]},{"name":"SI_PAGE_AUDIT","features":[491]},{"name":"SI_PAGE_EFFECTIVE","features":[491]},{"name":"SI_PAGE_OWNER","features":[491]},{"name":"SI_PAGE_PERM","features":[491]},{"name":"SI_PAGE_SHARE","features":[491]},{"name":"SI_PAGE_TAKEOWNERSHIP","features":[491]},{"name":"SI_PAGE_TITLE","features":[491]},{"name":"SI_PAGE_TYPE","features":[491]},{"name":"SI_PERMS_ELEVATION_REQUIRED","features":[491]},{"name":"SI_READONLY","features":[491]},{"name":"SI_RESET","features":[491]},{"name":"SI_RESET_DACL","features":[491]},{"name":"SI_RESET_DACL_TREE","features":[491]},{"name":"SI_RESET_OWNER","features":[491]},{"name":"SI_RESET_SACL","features":[491]},{"name":"SI_RESET_SACL_TREE","features":[491]},{"name":"SI_SCOPE_ELEVATION_REQUIRED","features":[491]},{"name":"SI_SERVER_IS_DC","features":[491]},{"name":"SI_SHOW_AUDIT_ACTIVATED","features":[491]},{"name":"SI_SHOW_CENTRAL_POLICY_ACTIVATED","features":[491]},{"name":"SI_SHOW_DEFAULT","features":[491]},{"name":"SI_SHOW_EFFECTIVE_ACTIVATED","features":[491]},{"name":"SI_SHOW_OWNER_ACTIVATED","features":[491]},{"name":"SI_SHOW_PERM_ACTIVATED","features":[491]},{"name":"SI_SHOW_SHARE_ACTIVATED","features":[491]},{"name":"SI_VIEW_ONLY","features":[491]}],"494":[{"name":"CCF_SCESVC_ATTACHMENT","features":[492]},{"name":"CCF_SCESVC_ATTACHMENT_DATA","features":[492]},{"name":"ISceSvcAttachmentData","features":[492]},{"name":"ISceSvcAttachmentPersistInfo","features":[492]},{"name":"PFSCE_FREE_INFO","features":[492]},{"name":"PFSCE_LOG_INFO","features":[492]},{"name":"PFSCE_QUERY_INFO","features":[305,492]},{"name":"PFSCE_SET_INFO","features":[305,492]},{"name":"PF_ConfigAnalyzeService","features":[305,492]},{"name":"PF_UpdateService","features":[305,492]},{"name":"SCESTATUS_ACCESS_DENIED","features":[492]},{"name":"SCESTATUS_ALREADY_RUNNING","features":[492]},{"name":"SCESTATUS_BAD_FORMAT","features":[492]},{"name":"SCESTATUS_BUFFER_TOO_SMALL","features":[492]},{"name":"SCESTATUS_CANT_DELETE","features":[492]},{"name":"SCESTATUS_EXCEPTION_IN_SERVER","features":[492]},{"name":"SCESTATUS_INVALID_DATA","features":[492]},{"name":"SCESTATUS_INVALID_PARAMETER","features":[492]},{"name":"SCESTATUS_MOD_NOT_FOUND","features":[492]},{"name":"SCESTATUS_NOT_ENOUGH_RESOURCE","features":[492]},{"name":"SCESTATUS_NO_MAPPING","features":[492]},{"name":"SCESTATUS_NO_TEMPLATE_GIVEN","features":[492]},{"name":"SCESTATUS_OBJECT_EXIST","features":[492]},{"name":"SCESTATUS_OTHER_ERROR","features":[492]},{"name":"SCESTATUS_PREFIX_OVERFLOW","features":[492]},{"name":"SCESTATUS_PROFILE_NOT_FOUND","features":[492]},{"name":"SCESTATUS_RECORD_NOT_FOUND","features":[492]},{"name":"SCESTATUS_SERVICE_NOT_SUPPORT","features":[492]},{"name":"SCESTATUS_SUCCESS","features":[492]},{"name":"SCESTATUS_TRUST_FAIL","features":[492]},{"name":"SCESVC_ANALYSIS_INFO","features":[492]},{"name":"SCESVC_ANALYSIS_LINE","features":[492]},{"name":"SCESVC_CALLBACK_INFO","features":[305,492]},{"name":"SCESVC_CONFIGURATION_INFO","features":[492]},{"name":"SCESVC_CONFIGURATION_LINE","features":[492]},{"name":"SCESVC_ENUMERATION_MAX","features":[492]},{"name":"SCESVC_INFO_TYPE","features":[492]},{"name":"SCE_LOG_ERR_LEVEL","features":[492]},{"name":"SCE_LOG_LEVEL_ALWAYS","features":[492]},{"name":"SCE_LOG_LEVEL_DEBUG","features":[492]},{"name":"SCE_LOG_LEVEL_DETAIL","features":[492]},{"name":"SCE_LOG_LEVEL_ERROR","features":[492]},{"name":"SCE_ROOT_PATH","features":[492]},{"name":"SceSvcAnalysisInfo","features":[492]},{"name":"SceSvcConfigurationInfo","features":[492]},{"name":"SceSvcInternalUse","features":[492]},{"name":"SceSvcMergedPolicyInfo","features":[492]},{"name":"cNodetypeSceAnalysisServices","features":[492]},{"name":"cNodetypeSceEventLog","features":[492]},{"name":"cNodetypeSceTemplateServices","features":[492]},{"name":"lstruuidNodetypeSceAnalysisServices","features":[492]},{"name":"lstruuidNodetypeSceEventLog","features":[492]},{"name":"lstruuidNodetypeSceTemplateServices","features":[492]},{"name":"struuidNodetypeSceAnalysisServices","features":[492]},{"name":"struuidNodetypeSceEventLog","features":[492]},{"name":"struuidNodetypeSceTemplateServices","features":[492]}],"495":[{"name":"BINARY_BLOB_CREDENTIAL_INFO","features":[487]},{"name":"BinaryBlobCredential","features":[487]},{"name":"BinaryBlobForSystem","features":[487]},{"name":"CERT_CREDENTIAL_INFO","features":[487]},{"name":"CERT_HASH_LENGTH","features":[487]},{"name":"CREDENTIALA","features":[305,487]},{"name":"CREDENTIALW","features":[305,487]},{"name":"CREDENTIAL_ATTRIBUTEA","features":[487]},{"name":"CREDENTIAL_ATTRIBUTEW","features":[487]},{"name":"CREDENTIAL_TARGET_INFORMATIONA","features":[487]},{"name":"CREDENTIAL_TARGET_INFORMATIONW","features":[487]},{"name":"CREDSPP_SUBMIT_TYPE","features":[487]},{"name":"CREDSSP_CRED","features":[487]},{"name":"CREDSSP_CRED_EX","features":[487]},{"name":"CREDSSP_CRED_EX_VERSION","features":[487]},{"name":"CREDSSP_FLAG_REDIRECT","features":[487]},{"name":"CREDSSP_NAME","features":[487]},{"name":"CREDSSP_SERVER_AUTH_CERTIFICATE","features":[487]},{"name":"CREDSSP_SERVER_AUTH_LOOPBACK","features":[487]},{"name":"CREDSSP_SERVER_AUTH_NEGOTIATE","features":[487]},{"name":"CREDUIWIN_AUTHPACKAGE_ONLY","features":[487]},{"name":"CREDUIWIN_CHECKBOX","features":[487]},{"name":"CREDUIWIN_DOWNLEVEL_HELLO_AS_SMART_CARD","features":[487]},{"name":"CREDUIWIN_ENUMERATE_ADMINS","features":[487]},{"name":"CREDUIWIN_ENUMERATE_CURRENT_USER","features":[487]},{"name":"CREDUIWIN_FLAGS","features":[487]},{"name":"CREDUIWIN_GENERIC","features":[487]},{"name":"CREDUIWIN_IGNORE_CLOUDAUTHORITY_NAME","features":[487]},{"name":"CREDUIWIN_IN_CRED_ONLY","features":[487]},{"name":"CREDUIWIN_PACK_32_WOW","features":[487]},{"name":"CREDUIWIN_PREPROMPTING","features":[487]},{"name":"CREDUIWIN_SECURE_PROMPT","features":[487]},{"name":"CREDUI_FLAGS","features":[487]},{"name":"CREDUI_FLAGS_ALWAYS_SHOW_UI","features":[487]},{"name":"CREDUI_FLAGS_COMPLETE_USERNAME","features":[487]},{"name":"CREDUI_FLAGS_DO_NOT_PERSIST","features":[487]},{"name":"CREDUI_FLAGS_EXCLUDE_CERTIFICATES","features":[487]},{"name":"CREDUI_FLAGS_EXPECT_CONFIRMATION","features":[487]},{"name":"CREDUI_FLAGS_GENERIC_CREDENTIALS","features":[487]},{"name":"CREDUI_FLAGS_INCORRECT_PASSWORD","features":[487]},{"name":"CREDUI_FLAGS_KEEP_USERNAME","features":[487]},{"name":"CREDUI_FLAGS_PASSWORD_ONLY_OK","features":[487]},{"name":"CREDUI_FLAGS_PERSIST","features":[487]},{"name":"CREDUI_FLAGS_REQUEST_ADMINISTRATOR","features":[487]},{"name":"CREDUI_FLAGS_REQUIRE_CERTIFICATE","features":[487]},{"name":"CREDUI_FLAGS_REQUIRE_SMARTCARD","features":[487]},{"name":"CREDUI_FLAGS_SERVER_CREDENTIAL","features":[487]},{"name":"CREDUI_FLAGS_SHOW_SAVE_CHECK_BOX","features":[487]},{"name":"CREDUI_FLAGS_USERNAME_TARGET_CREDENTIALS","features":[487]},{"name":"CREDUI_FLAGS_VALIDATE_USERNAME","features":[487]},{"name":"CREDUI_INFOA","features":[305,317,487]},{"name":"CREDUI_INFOW","features":[305,317,487]},{"name":"CREDUI_MAX_CAPTION_LENGTH","features":[487]},{"name":"CREDUI_MAX_DOMAIN_TARGET_LENGTH","features":[487]},{"name":"CREDUI_MAX_GENERIC_TARGET_LENGTH","features":[487]},{"name":"CREDUI_MAX_MESSAGE_LENGTH","features":[487]},{"name":"CREDUI_MAX_USERNAME_LENGTH","features":[487]},{"name":"CRED_ALLOW_NAME_RESOLUTION","features":[487]},{"name":"CRED_CACHE_TARGET_INFORMATION","features":[487]},{"name":"CRED_ENUMERATE_ALL_CREDENTIALS","features":[487]},{"name":"CRED_ENUMERATE_FLAGS","features":[487]},{"name":"CRED_FLAGS","features":[487]},{"name":"CRED_FLAGS_NGC_CERT","features":[487]},{"name":"CRED_FLAGS_OWF_CRED_BLOB","features":[487]},{"name":"CRED_FLAGS_PASSWORD_FOR_CERT","features":[487]},{"name":"CRED_FLAGS_PROMPT_NOW","features":[487]},{"name":"CRED_FLAGS_REQUIRE_CONFIRMATION","features":[487]},{"name":"CRED_FLAGS_USERNAME_TARGET","features":[487]},{"name":"CRED_FLAGS_VALID_FLAGS","features":[487]},{"name":"CRED_FLAGS_VALID_INPUT_FLAGS","features":[487]},{"name":"CRED_FLAGS_VSM_PROTECTED","features":[487]},{"name":"CRED_FLAGS_WILDCARD_MATCH","features":[487]},{"name":"CRED_LOGON_TYPES_MASK","features":[487]},{"name":"CRED_MARSHAL_TYPE","features":[487]},{"name":"CRED_MAX_ATTRIBUTES","features":[487]},{"name":"CRED_MAX_CREDENTIAL_BLOB_SIZE","features":[487]},{"name":"CRED_MAX_DOMAIN_TARGET_NAME_LENGTH","features":[487]},{"name":"CRED_MAX_GENERIC_TARGET_NAME_LENGTH","features":[487]},{"name":"CRED_MAX_STRING_LENGTH","features":[487]},{"name":"CRED_MAX_TARGETNAME_ATTRIBUTE_LENGTH","features":[487]},{"name":"CRED_MAX_TARGETNAME_NAMESPACE_LENGTH","features":[487]},{"name":"CRED_MAX_USERNAME_LENGTH","features":[487]},{"name":"CRED_MAX_VALUE_SIZE","features":[487]},{"name":"CRED_PACK_FLAGS","features":[487]},{"name":"CRED_PACK_GENERIC_CREDENTIALS","features":[487]},{"name":"CRED_PACK_ID_PROVIDER_CREDENTIALS","features":[487]},{"name":"CRED_PACK_PROTECTED_CREDENTIALS","features":[487]},{"name":"CRED_PACK_WOW_BUFFER","features":[487]},{"name":"CRED_PERSIST","features":[487]},{"name":"CRED_PERSIST_ENTERPRISE","features":[487]},{"name":"CRED_PERSIST_LOCAL_MACHINE","features":[487]},{"name":"CRED_PERSIST_NONE","features":[487]},{"name":"CRED_PERSIST_SESSION","features":[487]},{"name":"CRED_PRESERVE_CREDENTIAL_BLOB","features":[487]},{"name":"CRED_PROTECTION_TYPE","features":[487]},{"name":"CRED_PROTECT_AS_SELF","features":[487]},{"name":"CRED_PROTECT_TO_SYSTEM","features":[487]},{"name":"CRED_SESSION_WILDCARD_NAME","features":[487]},{"name":"CRED_SESSION_WILDCARD_NAME_A","features":[487]},{"name":"CRED_SESSION_WILDCARD_NAME_W","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH_A","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_BATCH_W","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE_A","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_CACHEDINTERACTIVE_W","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE_A","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_INTERACTIVE_W","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME_A","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NAME_W","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT_A","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORKCLEARTEXT_W","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK_A","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_NETWORK_W","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE_A","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_REMOTEINTERACTIVE_W","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE_A","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_SERVICE_W","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET_A","features":[487]},{"name":"CRED_TARGETNAME_ATTRIBUTE_TARGET_W","features":[487]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE","features":[487]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE_A","features":[487]},{"name":"CRED_TARGETNAME_DOMAIN_NAMESPACE_W","features":[487]},{"name":"CRED_TARGETNAME_LEGACYGENERIC_NAMESPACE_A","features":[487]},{"name":"CRED_TARGETNAME_LEGACYGENERIC_NAMESPACE_W","features":[487]},{"name":"CRED_TI_CREATE_EXPLICIT_CRED","features":[487]},{"name":"CRED_TI_DNSTREE_IS_DFS_SERVER","features":[487]},{"name":"CRED_TI_DOMAIN_FORMAT_UNKNOWN","features":[487]},{"name":"CRED_TI_ONLY_PASSWORD_REQUIRED","features":[487]},{"name":"CRED_TI_SERVER_FORMAT_UNKNOWN","features":[487]},{"name":"CRED_TI_USERNAME_TARGET","features":[487]},{"name":"CRED_TI_VALID_FLAGS","features":[487]},{"name":"CRED_TI_WORKGROUP_MEMBER","features":[487]},{"name":"CRED_TYPE","features":[487]},{"name":"CRED_TYPE_DOMAIN_CERTIFICATE","features":[487]},{"name":"CRED_TYPE_DOMAIN_EXTENDED","features":[487]},{"name":"CRED_TYPE_DOMAIN_PASSWORD","features":[487]},{"name":"CRED_TYPE_DOMAIN_VISIBLE_PASSWORD","features":[487]},{"name":"CRED_TYPE_GENERIC","features":[487]},{"name":"CRED_TYPE_GENERIC_CERTIFICATE","features":[487]},{"name":"CRED_TYPE_MAXIMUM","features":[487]},{"name":"CRED_TYPE_MAXIMUM_EX","features":[487]},{"name":"CRED_UNPROTECT_ALLOW_TO_SYSTEM","features":[487]},{"name":"CRED_UNPROTECT_AS_SELF","features":[487]},{"name":"CertCredential","features":[487]},{"name":"CredDeleteA","features":[305,487]},{"name":"CredDeleteW","features":[305,487]},{"name":"CredEnumerateA","features":[305,487]},{"name":"CredEnumerateW","features":[305,487]},{"name":"CredFindBestCredentialA","features":[305,487]},{"name":"CredFindBestCredentialW","features":[305,487]},{"name":"CredForSystemProtection","features":[487]},{"name":"CredFree","features":[487]},{"name":"CredGetSessionTypes","features":[305,487]},{"name":"CredGetTargetInfoA","features":[305,487]},{"name":"CredGetTargetInfoW","features":[305,487]},{"name":"CredIsMarshaledCredentialA","features":[305,487]},{"name":"CredIsMarshaledCredentialW","features":[305,487]},{"name":"CredIsProtectedA","features":[305,487]},{"name":"CredIsProtectedW","features":[305,487]},{"name":"CredMarshalCredentialA","features":[305,487]},{"name":"CredMarshalCredentialW","features":[305,487]},{"name":"CredPackAuthenticationBufferA","features":[305,487]},{"name":"CredPackAuthenticationBufferW","features":[305,487]},{"name":"CredProtectA","features":[305,487]},{"name":"CredProtectW","features":[305,487]},{"name":"CredReadA","features":[305,487]},{"name":"CredReadDomainCredentialsA","features":[305,487]},{"name":"CredReadDomainCredentialsW","features":[305,487]},{"name":"CredReadW","features":[305,487]},{"name":"CredRenameA","features":[305,487]},{"name":"CredRenameW","features":[305,487]},{"name":"CredTrustedProtection","features":[487]},{"name":"CredUICmdLinePromptForCredentialsA","features":[305,487]},{"name":"CredUICmdLinePromptForCredentialsW","features":[305,487]},{"name":"CredUIConfirmCredentialsA","features":[305,487]},{"name":"CredUIConfirmCredentialsW","features":[305,487]},{"name":"CredUIParseUserNameA","features":[305,487]},{"name":"CredUIParseUserNameW","features":[305,487]},{"name":"CredUIPromptForCredentialsA","features":[305,317,487]},{"name":"CredUIPromptForCredentialsW","features":[305,317,487]},{"name":"CredUIPromptForWindowsCredentialsA","features":[305,317,487]},{"name":"CredUIPromptForWindowsCredentialsW","features":[305,317,487]},{"name":"CredUIReadSSOCredW","features":[487]},{"name":"CredUIStoreSSOCredW","features":[305,487]},{"name":"CredUnPackAuthenticationBufferA","features":[305,487]},{"name":"CredUnPackAuthenticationBufferW","features":[305,487]},{"name":"CredUnmarshalCredentialA","features":[305,487]},{"name":"CredUnmarshalCredentialW","features":[305,487]},{"name":"CredUnprotectA","features":[305,487]},{"name":"CredUnprotectW","features":[305,487]},{"name":"CredUnprotected","features":[487]},{"name":"CredUserProtection","features":[487]},{"name":"CredWriteA","features":[305,487]},{"name":"CredWriteDomainCredentialsA","features":[305,487]},{"name":"CredWriteDomainCredentialsW","features":[305,487]},{"name":"CredWriteW","features":[305,487]},{"name":"CredsspCertificateCreds","features":[487]},{"name":"CredsspCredEx","features":[487]},{"name":"CredsspPasswordCreds","features":[487]},{"name":"CredsspSchannelCreds","features":[487]},{"name":"CredsspSubmitBufferBoth","features":[487]},{"name":"CredsspSubmitBufferBothOld","features":[487]},{"name":"FILE_DEVICE_SMARTCARD","features":[487]},{"name":"GUID_DEVINTERFACE_SMARTCARD_READER","features":[487]},{"name":"GetOpenCardNameA","features":[305,487]},{"name":"GetOpenCardNameW","features":[305,487]},{"name":"KeyCredentialManagerFreeInformation","features":[487]},{"name":"KeyCredentialManagerGetInformation","features":[487]},{"name":"KeyCredentialManagerGetOperationErrorStates","features":[305,487]},{"name":"KeyCredentialManagerInfo","features":[487]},{"name":"KeyCredentialManagerOperationErrorStateCertificateFailure","features":[487]},{"name":"KeyCredentialManagerOperationErrorStateDeviceJoinFailure","features":[487]},{"name":"KeyCredentialManagerOperationErrorStateHardwareFailure","features":[487]},{"name":"KeyCredentialManagerOperationErrorStateNone","features":[487]},{"name":"KeyCredentialManagerOperationErrorStatePinExistsFailure","features":[487]},{"name":"KeyCredentialManagerOperationErrorStatePolicyFailure","features":[487]},{"name":"KeyCredentialManagerOperationErrorStateRemoteSessionFailure","features":[487]},{"name":"KeyCredentialManagerOperationErrorStateTokenFailure","features":[487]},{"name":"KeyCredentialManagerOperationErrorStates","features":[487]},{"name":"KeyCredentialManagerOperationType","features":[487]},{"name":"KeyCredentialManagerPinChange","features":[487]},{"name":"KeyCredentialManagerPinReset","features":[487]},{"name":"KeyCredentialManagerProvisioning","features":[487]},{"name":"KeyCredentialManagerShowUIOperation","features":[305,487]},{"name":"LPOCNCHKPROC","features":[305,487]},{"name":"LPOCNCONNPROCA","features":[487]},{"name":"LPOCNCONNPROCW","features":[487]},{"name":"LPOCNDSCPROC","features":[487]},{"name":"MAXIMUM_ATTR_STRING_LENGTH","features":[487]},{"name":"MAXIMUM_SMARTCARD_READERS","features":[487]},{"name":"OPENCARDNAMEA","features":[305,487]},{"name":"OPENCARDNAMEW","features":[305,487]},{"name":"OPENCARDNAME_EXA","features":[305,487,374]},{"name":"OPENCARDNAME_EXW","features":[305,487,374]},{"name":"OPENCARD_SEARCH_CRITERIAA","features":[305,487]},{"name":"OPENCARD_SEARCH_CRITERIAW","features":[305,487]},{"name":"READER_SEL_REQUEST","features":[487]},{"name":"READER_SEL_REQUEST_MATCH_TYPE","features":[487]},{"name":"READER_SEL_RESPONSE","features":[487]},{"name":"RSR_MATCH_TYPE_ALL_CARDS","features":[487]},{"name":"RSR_MATCH_TYPE_READER_AND_CONTAINER","features":[487]},{"name":"RSR_MATCH_TYPE_SERIAL_NUMBER","features":[487]},{"name":"SCARD_ABSENT","features":[487]},{"name":"SCARD_ALL_READERS","features":[487]},{"name":"SCARD_ATRMASK","features":[487]},{"name":"SCARD_ATR_LENGTH","features":[487]},{"name":"SCARD_AUDIT_CHV_FAILURE","features":[487]},{"name":"SCARD_AUDIT_CHV_SUCCESS","features":[487]},{"name":"SCARD_CLASS_COMMUNICATIONS","features":[487]},{"name":"SCARD_CLASS_ICC_STATE","features":[487]},{"name":"SCARD_CLASS_IFD_PROTOCOL","features":[487]},{"name":"SCARD_CLASS_MECHANICAL","features":[487]},{"name":"SCARD_CLASS_PERF","features":[487]},{"name":"SCARD_CLASS_POWER_MGMT","features":[487]},{"name":"SCARD_CLASS_PROTOCOL","features":[487]},{"name":"SCARD_CLASS_SECURITY","features":[487]},{"name":"SCARD_CLASS_SYSTEM","features":[487]},{"name":"SCARD_CLASS_VENDOR_DEFINED","features":[487]},{"name":"SCARD_CLASS_VENDOR_INFO","features":[487]},{"name":"SCARD_COLD_RESET","features":[487]},{"name":"SCARD_DEFAULT_READERS","features":[487]},{"name":"SCARD_EJECT_CARD","features":[487]},{"name":"SCARD_IO_REQUEST","features":[487]},{"name":"SCARD_LEAVE_CARD","features":[487]},{"name":"SCARD_LOCAL_READERS","features":[487]},{"name":"SCARD_NEGOTIABLE","features":[487]},{"name":"SCARD_POWERED","features":[487]},{"name":"SCARD_POWER_DOWN","features":[487]},{"name":"SCARD_PRESENT","features":[487]},{"name":"SCARD_PROTOCOL_DEFAULT","features":[487]},{"name":"SCARD_PROTOCOL_OPTIMAL","features":[487]},{"name":"SCARD_PROTOCOL_RAW","features":[487]},{"name":"SCARD_PROTOCOL_T0","features":[487]},{"name":"SCARD_PROTOCOL_T1","features":[487]},{"name":"SCARD_PROTOCOL_UNDEFINED","features":[487]},{"name":"SCARD_PROVIDER_CSP","features":[487]},{"name":"SCARD_PROVIDER_KSP","features":[487]},{"name":"SCARD_PROVIDER_PRIMARY","features":[487]},{"name":"SCARD_READERSTATEA","features":[487]},{"name":"SCARD_READERSTATEW","features":[487]},{"name":"SCARD_READER_CONFISCATES","features":[487]},{"name":"SCARD_READER_CONTACTLESS","features":[487]},{"name":"SCARD_READER_EJECTS","features":[487]},{"name":"SCARD_READER_SWALLOWS","features":[487]},{"name":"SCARD_READER_TYPE_EMBEDDEDSE","features":[487]},{"name":"SCARD_READER_TYPE_IDE","features":[487]},{"name":"SCARD_READER_TYPE_KEYBOARD","features":[487]},{"name":"SCARD_READER_TYPE_NFC","features":[487]},{"name":"SCARD_READER_TYPE_NGC","features":[487]},{"name":"SCARD_READER_TYPE_PARALELL","features":[487]},{"name":"SCARD_READER_TYPE_PCMCIA","features":[487]},{"name":"SCARD_READER_TYPE_SCSI","features":[487]},{"name":"SCARD_READER_TYPE_SERIAL","features":[487]},{"name":"SCARD_READER_TYPE_TPM","features":[487]},{"name":"SCARD_READER_TYPE_UICC","features":[487]},{"name":"SCARD_READER_TYPE_USB","features":[487]},{"name":"SCARD_READER_TYPE_VENDOR","features":[487]},{"name":"SCARD_RESET_CARD","features":[487]},{"name":"SCARD_SCOPE","features":[487]},{"name":"SCARD_SCOPE_SYSTEM","features":[487]},{"name":"SCARD_SCOPE_TERMINAL","features":[487]},{"name":"SCARD_SCOPE_USER","features":[487]},{"name":"SCARD_SHARE_DIRECT","features":[487]},{"name":"SCARD_SHARE_EXCLUSIVE","features":[487]},{"name":"SCARD_SHARE_SHARED","features":[487]},{"name":"SCARD_SPECIFIC","features":[487]},{"name":"SCARD_STATE","features":[487]},{"name":"SCARD_STATE_ATRMATCH","features":[487]},{"name":"SCARD_STATE_CHANGED","features":[487]},{"name":"SCARD_STATE_EMPTY","features":[487]},{"name":"SCARD_STATE_EXCLUSIVE","features":[487]},{"name":"SCARD_STATE_IGNORE","features":[487]},{"name":"SCARD_STATE_INUSE","features":[487]},{"name":"SCARD_STATE_MUTE","features":[487]},{"name":"SCARD_STATE_PRESENT","features":[487]},{"name":"SCARD_STATE_UNAVAILABLE","features":[487]},{"name":"SCARD_STATE_UNAWARE","features":[487]},{"name":"SCARD_STATE_UNKNOWN","features":[487]},{"name":"SCARD_STATE_UNPOWERED","features":[487]},{"name":"SCARD_SWALLOWED","features":[487]},{"name":"SCARD_SYSTEM_READERS","features":[487]},{"name":"SCARD_T0_CMD_LENGTH","features":[487]},{"name":"SCARD_T0_COMMAND","features":[487]},{"name":"SCARD_T0_HEADER_LENGTH","features":[487]},{"name":"SCARD_T0_REQUEST","features":[487]},{"name":"SCARD_T1_EPILOGUE_LENGTH","features":[487]},{"name":"SCARD_T1_EPILOGUE_LENGTH_LRC","features":[487]},{"name":"SCARD_T1_MAX_IFS","features":[487]},{"name":"SCARD_T1_PROLOGUE_LENGTH","features":[487]},{"name":"SCARD_T1_REQUEST","features":[487]},{"name":"SCARD_UNKNOWN","features":[487]},{"name":"SCARD_UNPOWER_CARD","features":[487]},{"name":"SCARD_WARM_RESET","features":[487]},{"name":"SCERR_NOCARDNAME","features":[487]},{"name":"SCERR_NOGUIDS","features":[487]},{"name":"SC_DLG_FORCE_UI","features":[487]},{"name":"SC_DLG_MINIMAL_UI","features":[487]},{"name":"SC_DLG_NO_UI","features":[487]},{"name":"SCardAccessStartedEvent","features":[305,487]},{"name":"SCardAddReaderToGroupA","features":[487]},{"name":"SCardAddReaderToGroupW","features":[487]},{"name":"SCardAudit","features":[487]},{"name":"SCardBeginTransaction","features":[487]},{"name":"SCardCancel","features":[487]},{"name":"SCardConnectA","features":[487]},{"name":"SCardConnectW","features":[487]},{"name":"SCardControl","features":[487]},{"name":"SCardDisconnect","features":[487]},{"name":"SCardDlgExtendedError","features":[487]},{"name":"SCardEndTransaction","features":[487]},{"name":"SCardEstablishContext","features":[487]},{"name":"SCardForgetCardTypeA","features":[487]},{"name":"SCardForgetCardTypeW","features":[487]},{"name":"SCardForgetReaderA","features":[487]},{"name":"SCardForgetReaderGroupA","features":[487]},{"name":"SCardForgetReaderGroupW","features":[487]},{"name":"SCardForgetReaderW","features":[487]},{"name":"SCardFreeMemory","features":[487]},{"name":"SCardGetAttrib","features":[487]},{"name":"SCardGetCardTypeProviderNameA","features":[487]},{"name":"SCardGetCardTypeProviderNameW","features":[487]},{"name":"SCardGetDeviceTypeIdA","features":[487]},{"name":"SCardGetDeviceTypeIdW","features":[487]},{"name":"SCardGetProviderIdA","features":[487]},{"name":"SCardGetProviderIdW","features":[487]},{"name":"SCardGetReaderDeviceInstanceIdA","features":[487]},{"name":"SCardGetReaderDeviceInstanceIdW","features":[487]},{"name":"SCardGetReaderIconA","features":[487]},{"name":"SCardGetReaderIconW","features":[487]},{"name":"SCardGetStatusChangeA","features":[487]},{"name":"SCardGetStatusChangeW","features":[487]},{"name":"SCardGetTransmitCount","features":[487]},{"name":"SCardIntroduceCardTypeA","features":[487]},{"name":"SCardIntroduceCardTypeW","features":[487]},{"name":"SCardIntroduceReaderA","features":[487]},{"name":"SCardIntroduceReaderGroupA","features":[487]},{"name":"SCardIntroduceReaderGroupW","features":[487]},{"name":"SCardIntroduceReaderW","features":[487]},{"name":"SCardIsValidContext","features":[487]},{"name":"SCardListCardsA","features":[487]},{"name":"SCardListCardsW","features":[487]},{"name":"SCardListInterfacesA","features":[487]},{"name":"SCardListInterfacesW","features":[487]},{"name":"SCardListReaderGroupsA","features":[487]},{"name":"SCardListReaderGroupsW","features":[487]},{"name":"SCardListReadersA","features":[487]},{"name":"SCardListReadersW","features":[487]},{"name":"SCardListReadersWithDeviceInstanceIdA","features":[487]},{"name":"SCardListReadersWithDeviceInstanceIdW","features":[487]},{"name":"SCardLocateCardsA","features":[487]},{"name":"SCardLocateCardsByATRA","features":[487]},{"name":"SCardLocateCardsByATRW","features":[487]},{"name":"SCardLocateCardsW","features":[487]},{"name":"SCardReadCacheA","features":[487]},{"name":"SCardReadCacheW","features":[487]},{"name":"SCardReconnect","features":[487]},{"name":"SCardReleaseContext","features":[487]},{"name":"SCardReleaseStartedEvent","features":[487]},{"name":"SCardRemoveReaderFromGroupA","features":[487]},{"name":"SCardRemoveReaderFromGroupW","features":[487]},{"name":"SCardSetAttrib","features":[487]},{"name":"SCardSetCardTypeProviderNameA","features":[487]},{"name":"SCardSetCardTypeProviderNameW","features":[487]},{"name":"SCardState","features":[487]},{"name":"SCardStatusA","features":[487]},{"name":"SCardStatusW","features":[487]},{"name":"SCardTransmit","features":[487]},{"name":"SCardUIDlgSelectCardA","features":[305,487,374]},{"name":"SCardUIDlgSelectCardW","features":[305,487,374]},{"name":"SCardWriteCacheA","features":[487]},{"name":"SCardWriteCacheW","features":[487]},{"name":"SECPKG_ALT_ATTR","features":[487]},{"name":"SECPKG_ATTR_C_FULL_IDENT_TOKEN","features":[487]},{"name":"STATUS_ACCOUNT_DISABLED","features":[305,487]},{"name":"STATUS_ACCOUNT_EXPIRED","features":[305,487]},{"name":"STATUS_ACCOUNT_LOCKED_OUT","features":[305,487]},{"name":"STATUS_ACCOUNT_RESTRICTION","features":[305,487]},{"name":"STATUS_AUTHENTICATION_FIREWALL_FAILED","features":[305,487]},{"name":"STATUS_DOWNGRADE_DETECTED","features":[305,487]},{"name":"STATUS_LOGON_FAILURE","features":[305,487]},{"name":"STATUS_LOGON_TYPE_NOT_GRANTED","features":[305,487]},{"name":"STATUS_NO_SUCH_LOGON_SESSION","features":[305,487]},{"name":"STATUS_NO_SUCH_USER","features":[305,487]},{"name":"STATUS_PASSWORD_EXPIRED","features":[305,487]},{"name":"STATUS_PASSWORD_MUST_CHANGE","features":[305,487]},{"name":"STATUS_WRONG_PASSWORD","features":[305,487]},{"name":"SecHandle","features":[487]},{"name":"SecPkgContext_ClientCreds","features":[487]},{"name":"TS_SSP_NAME","features":[487]},{"name":"TS_SSP_NAME_A","features":[487]},{"name":"USERNAME_TARGET_CREDENTIAL_INFO","features":[487]},{"name":"UsernameForPackedCredentials","features":[487]},{"name":"UsernameTargetCredential","features":[487]},{"name":"szOID_TS_KP_TS_SERVER_AUTH","features":[487]}],"496":[{"name":"ALG_CLASS_ALL","features":[398]},{"name":"ALG_CLASS_ANY","features":[398]},{"name":"ALG_CLASS_DATA_ENCRYPT","features":[398]},{"name":"ALG_CLASS_HASH","features":[398]},{"name":"ALG_CLASS_KEY_EXCHANGE","features":[398]},{"name":"ALG_CLASS_MSG_ENCRYPT","features":[398]},{"name":"ALG_CLASS_SIGNATURE","features":[398]},{"name":"ALG_ID","features":[398]},{"name":"ALG_SID_3DES","features":[398]},{"name":"ALG_SID_3DES_112","features":[398]},{"name":"ALG_SID_AES","features":[398]},{"name":"ALG_SID_AES_128","features":[398]},{"name":"ALG_SID_AES_192","features":[398]},{"name":"ALG_SID_AES_256","features":[398]},{"name":"ALG_SID_AGREED_KEY_ANY","features":[398]},{"name":"ALG_SID_ANY","features":[398]},{"name":"ALG_SID_CAST","features":[398]},{"name":"ALG_SID_CYLINK_MEK","features":[398]},{"name":"ALG_SID_DES","features":[398]},{"name":"ALG_SID_DESX","features":[398]},{"name":"ALG_SID_DH_EPHEM","features":[398]},{"name":"ALG_SID_DH_SANDF","features":[398]},{"name":"ALG_SID_DSS_ANY","features":[398]},{"name":"ALG_SID_DSS_DMS","features":[398]},{"name":"ALG_SID_DSS_PKCS","features":[398]},{"name":"ALG_SID_ECDH","features":[398]},{"name":"ALG_SID_ECDH_EPHEM","features":[398]},{"name":"ALG_SID_ECDSA","features":[398]},{"name":"ALG_SID_ECMQV","features":[398]},{"name":"ALG_SID_EXAMPLE","features":[398]},{"name":"ALG_SID_HASH_REPLACE_OWF","features":[398]},{"name":"ALG_SID_HMAC","features":[398]},{"name":"ALG_SID_IDEA","features":[398]},{"name":"ALG_SID_KEA","features":[398]},{"name":"ALG_SID_MAC","features":[398]},{"name":"ALG_SID_MD2","features":[398]},{"name":"ALG_SID_MD4","features":[398]},{"name":"ALG_SID_MD5","features":[398]},{"name":"ALG_SID_PCT1_MASTER","features":[398]},{"name":"ALG_SID_RC2","features":[398]},{"name":"ALG_SID_RC4","features":[398]},{"name":"ALG_SID_RC5","features":[398]},{"name":"ALG_SID_RIPEMD","features":[398]},{"name":"ALG_SID_RIPEMD160","features":[398]},{"name":"ALG_SID_RSA_ANY","features":[398]},{"name":"ALG_SID_RSA_ENTRUST","features":[398]},{"name":"ALG_SID_RSA_MSATWORK","features":[398]},{"name":"ALG_SID_RSA_PGP","features":[398]},{"name":"ALG_SID_RSA_PKCS","features":[398]},{"name":"ALG_SID_SAFERSK128","features":[398]},{"name":"ALG_SID_SAFERSK64","features":[398]},{"name":"ALG_SID_SCHANNEL_ENC_KEY","features":[398]},{"name":"ALG_SID_SCHANNEL_MAC_KEY","features":[398]},{"name":"ALG_SID_SCHANNEL_MASTER_HASH","features":[398]},{"name":"ALG_SID_SEAL","features":[398]},{"name":"ALG_SID_SHA","features":[398]},{"name":"ALG_SID_SHA1","features":[398]},{"name":"ALG_SID_SHA_256","features":[398]},{"name":"ALG_SID_SHA_384","features":[398]},{"name":"ALG_SID_SHA_512","features":[398]},{"name":"ALG_SID_SKIPJACK","features":[398]},{"name":"ALG_SID_SSL2_MASTER","features":[398]},{"name":"ALG_SID_SSL3SHAMD5","features":[398]},{"name":"ALG_SID_SSL3_MASTER","features":[398]},{"name":"ALG_SID_TEK","features":[398]},{"name":"ALG_SID_THIRDPARTY_ANY","features":[398]},{"name":"ALG_SID_TLS1PRF","features":[398]},{"name":"ALG_SID_TLS1_MASTER","features":[398]},{"name":"ALG_TYPE_ANY","features":[398]},{"name":"ALG_TYPE_BLOCK","features":[398]},{"name":"ALG_TYPE_DH","features":[398]},{"name":"ALG_TYPE_DSS","features":[398]},{"name":"ALG_TYPE_ECDH","features":[398]},{"name":"ALG_TYPE_RSA","features":[398]},{"name":"ALG_TYPE_SECURECHANNEL","features":[398]},{"name":"ALG_TYPE_STREAM","features":[398]},{"name":"ALG_TYPE_THIRDPARTY","features":[398]},{"name":"AT_ECDHE_P256","features":[398]},{"name":"AT_ECDHE_P384","features":[398]},{"name":"AT_ECDHE_P521","features":[398]},{"name":"AT_ECDSA_P256","features":[398]},{"name":"AT_ECDSA_P384","features":[398]},{"name":"AT_ECDSA_P521","features":[398]},{"name":"AT_KEYEXCHANGE","features":[398]},{"name":"AT_SIGNATURE","features":[398]},{"name":"AUDIT_CARD_DELETE","features":[398]},{"name":"AUDIT_CARD_IMPORT","features":[398]},{"name":"AUDIT_CARD_WRITTEN","features":[398]},{"name":"AUDIT_SERVICE_IDLE_STOP","features":[398]},{"name":"AUDIT_STORE_DELETE","features":[398]},{"name":"AUDIT_STORE_EXPORT","features":[398]},{"name":"AUDIT_STORE_IMPORT","features":[398]},{"name":"AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA","features":[398]},{"name":"AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[305,398]},{"name":"AUTHENTICODE_TS_EXTRA_CERT_CHAIN_POLICY_PARA","features":[305,398]},{"name":"AUTHTYPE_CLIENT","features":[398]},{"name":"AUTHTYPE_SERVER","features":[398]},{"name":"AdminCreateDeleteDirAc","features":[398]},{"name":"AdminReadWriteAc","features":[398]},{"name":"AdministratorPin","features":[398]},{"name":"AlphaNumericPinType","features":[398]},{"name":"AuthenticationPin","features":[398]},{"name":"BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_CA_FLAG","features":[398]},{"name":"BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_END_ENTITY_FLAG","features":[398]},{"name":"BCRYPTBUFFER_VERSION","features":[398]},{"name":"BCRYPTGENRANDOM_FLAGS","features":[398]},{"name":"BCRYPT_3DES_112_ALGORITHM","features":[398]},{"name":"BCRYPT_3DES_112_CBC_ALG_HANDLE","features":[398]},{"name":"BCRYPT_3DES_112_CFB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_3DES_112_ECB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_3DES_ALGORITHM","features":[398]},{"name":"BCRYPT_3DES_CBC_ALG_HANDLE","features":[398]},{"name":"BCRYPT_3DES_CFB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_3DES_ECB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_AES_ALGORITHM","features":[398]},{"name":"BCRYPT_AES_CBC_ALG_HANDLE","features":[398]},{"name":"BCRYPT_AES_CCM_ALG_HANDLE","features":[398]},{"name":"BCRYPT_AES_CFB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_AES_CMAC_ALGORITHM","features":[398]},{"name":"BCRYPT_AES_CMAC_ALG_HANDLE","features":[398]},{"name":"BCRYPT_AES_ECB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_AES_GCM_ALG_HANDLE","features":[398]},{"name":"BCRYPT_AES_GMAC_ALGORITHM","features":[398]},{"name":"BCRYPT_AES_GMAC_ALG_HANDLE","features":[398]},{"name":"BCRYPT_AES_WRAP_KEY_BLOB","features":[398]},{"name":"BCRYPT_ALGORITHM_IDENTIFIER","features":[398]},{"name":"BCRYPT_ALGORITHM_NAME","features":[398]},{"name":"BCRYPT_ALG_HANDLE","features":[398]},{"name":"BCRYPT_ALG_HANDLE_HMAC_FLAG","features":[398]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_FUNCTION_TABLE","features":[305,398]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[398]},{"name":"BCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[398]},{"name":"BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO","features":[398]},{"name":"BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_VERSION","features":[398]},{"name":"BCRYPT_AUTH_MODE_CHAIN_CALLS_FLAG","features":[398]},{"name":"BCRYPT_AUTH_MODE_IN_PROGRESS_FLAG","features":[398]},{"name":"BCRYPT_AUTH_TAG_LENGTH","features":[398]},{"name":"BCRYPT_BLOCK_LENGTH","features":[398]},{"name":"BCRYPT_BLOCK_PADDING","features":[398]},{"name":"BCRYPT_BLOCK_SIZE_LIST","features":[398]},{"name":"BCRYPT_BUFFERS_LOCKED_FLAG","features":[398]},{"name":"BCRYPT_CAPI_AES_FLAG","features":[398]},{"name":"BCRYPT_CAPI_KDF_ALGORITHM","features":[398]},{"name":"BCRYPT_CAPI_KDF_ALG_HANDLE","features":[398]},{"name":"BCRYPT_CHACHA20_POLY1305_ALGORITHM","features":[398]},{"name":"BCRYPT_CHACHA20_POLY1305_ALG_HANDLE","features":[398]},{"name":"BCRYPT_CHAINING_MODE","features":[398]},{"name":"BCRYPT_CHAIN_MODE_CBC","features":[398]},{"name":"BCRYPT_CHAIN_MODE_CCM","features":[398]},{"name":"BCRYPT_CHAIN_MODE_CFB","features":[398]},{"name":"BCRYPT_CHAIN_MODE_ECB","features":[398]},{"name":"BCRYPT_CHAIN_MODE_GCM","features":[398]},{"name":"BCRYPT_CHAIN_MODE_NA","features":[398]},{"name":"BCRYPT_CIPHER_FUNCTION_TABLE","features":[305,398]},{"name":"BCRYPT_CIPHER_INTERFACE","features":[398]},{"name":"BCRYPT_CIPHER_OPERATION","features":[398]},{"name":"BCRYPT_COPY_AFTER_PADDING_CHECK_FAILURE_FLAG","features":[398]},{"name":"BCRYPT_DESX_ALGORITHM","features":[398]},{"name":"BCRYPT_DESX_CBC_ALG_HANDLE","features":[398]},{"name":"BCRYPT_DESX_CFB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_DESX_ECB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_DES_ALGORITHM","features":[398]},{"name":"BCRYPT_DES_CBC_ALG_HANDLE","features":[398]},{"name":"BCRYPT_DES_CFB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_DES_ECB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_DH_ALGORITHM","features":[398]},{"name":"BCRYPT_DH_ALG_HANDLE","features":[398]},{"name":"BCRYPT_DH_KEY_BLOB","features":[398]},{"name":"BCRYPT_DH_KEY_BLOB_MAGIC","features":[398]},{"name":"BCRYPT_DH_PARAMETERS","features":[398]},{"name":"BCRYPT_DH_PARAMETERS_MAGIC","features":[398]},{"name":"BCRYPT_DH_PARAMETER_HEADER","features":[398]},{"name":"BCRYPT_DH_PRIVATE_BLOB","features":[398]},{"name":"BCRYPT_DH_PRIVATE_MAGIC","features":[398]},{"name":"BCRYPT_DH_PUBLIC_BLOB","features":[398]},{"name":"BCRYPT_DH_PUBLIC_MAGIC","features":[398]},{"name":"BCRYPT_DSA_ALGORITHM","features":[398]},{"name":"BCRYPT_DSA_ALG_HANDLE","features":[398]},{"name":"BCRYPT_DSA_KEY_BLOB","features":[398]},{"name":"BCRYPT_DSA_KEY_BLOB_V2","features":[398]},{"name":"BCRYPT_DSA_MAGIC","features":[398]},{"name":"BCRYPT_DSA_PARAMETERS","features":[398]},{"name":"BCRYPT_DSA_PARAMETERS_MAGIC","features":[398]},{"name":"BCRYPT_DSA_PARAMETERS_MAGIC_V2","features":[398]},{"name":"BCRYPT_DSA_PARAMETER_HEADER","features":[398]},{"name":"BCRYPT_DSA_PARAMETER_HEADER_V2","features":[398]},{"name":"BCRYPT_DSA_PRIVATE_BLOB","features":[398]},{"name":"BCRYPT_DSA_PRIVATE_MAGIC","features":[398]},{"name":"BCRYPT_DSA_PRIVATE_MAGIC_V2","features":[398]},{"name":"BCRYPT_DSA_PUBLIC_BLOB","features":[398]},{"name":"BCRYPT_DSA_PUBLIC_MAGIC","features":[398]},{"name":"BCRYPT_DSA_PUBLIC_MAGIC_V2","features":[398]},{"name":"BCRYPT_ECCFULLKEY_BLOB","features":[398]},{"name":"BCRYPT_ECCFULLPRIVATE_BLOB","features":[398]},{"name":"BCRYPT_ECCFULLPUBLIC_BLOB","features":[398]},{"name":"BCRYPT_ECCKEY_BLOB","features":[398]},{"name":"BCRYPT_ECCPRIVATE_BLOB","features":[398]},{"name":"BCRYPT_ECCPUBLIC_BLOB","features":[398]},{"name":"BCRYPT_ECC_CURVE_25519","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP160R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP160T1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP192R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP192T1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP224R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP224T1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP256R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP256T1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP320R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP320T1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP384R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP384T1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP512R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_BRAINPOOLP512T1","features":[398]},{"name":"BCRYPT_ECC_CURVE_EC192WAPI","features":[398]},{"name":"BCRYPT_ECC_CURVE_NAME","features":[398]},{"name":"BCRYPT_ECC_CURVE_NAMES","features":[398]},{"name":"BCRYPT_ECC_CURVE_NAME_LIST","features":[398]},{"name":"BCRYPT_ECC_CURVE_NISTP192","features":[398]},{"name":"BCRYPT_ECC_CURVE_NISTP224","features":[398]},{"name":"BCRYPT_ECC_CURVE_NISTP256","features":[398]},{"name":"BCRYPT_ECC_CURVE_NISTP384","features":[398]},{"name":"BCRYPT_ECC_CURVE_NISTP521","features":[398]},{"name":"BCRYPT_ECC_CURVE_NUMSP256T1","features":[398]},{"name":"BCRYPT_ECC_CURVE_NUMSP384T1","features":[398]},{"name":"BCRYPT_ECC_CURVE_NUMSP512T1","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP160K1","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP160R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP160R2","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP192K1","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP192R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP224K1","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP224R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP256K1","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP256R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP384R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_SECP521R1","features":[398]},{"name":"BCRYPT_ECC_CURVE_WTLS12","features":[398]},{"name":"BCRYPT_ECC_CURVE_WTLS7","features":[398]},{"name":"BCRYPT_ECC_CURVE_WTLS9","features":[398]},{"name":"BCRYPT_ECC_CURVE_X962P192V1","features":[398]},{"name":"BCRYPT_ECC_CURVE_X962P192V2","features":[398]},{"name":"BCRYPT_ECC_CURVE_X962P192V3","features":[398]},{"name":"BCRYPT_ECC_CURVE_X962P239V1","features":[398]},{"name":"BCRYPT_ECC_CURVE_X962P239V2","features":[398]},{"name":"BCRYPT_ECC_CURVE_X962P239V3","features":[398]},{"name":"BCRYPT_ECC_CURVE_X962P256V1","features":[398]},{"name":"BCRYPT_ECC_FULLKEY_BLOB_V1","features":[398]},{"name":"BCRYPT_ECC_PARAMETERS","features":[398]},{"name":"BCRYPT_ECC_PARAMETERS_MAGIC","features":[398]},{"name":"BCRYPT_ECC_PARAMETER_HEADER","features":[398]},{"name":"BCRYPT_ECC_PARAMETER_HEADER_V1","features":[398]},{"name":"BCRYPT_ECC_PRIME_MONTGOMERY_CURVE","features":[398]},{"name":"BCRYPT_ECC_PRIME_SHORT_WEIERSTRASS_CURVE","features":[398]},{"name":"BCRYPT_ECC_PRIME_TWISTED_EDWARDS_CURVE","features":[398]},{"name":"BCRYPT_ECDH_ALGORITHM","features":[398]},{"name":"BCRYPT_ECDH_ALG_HANDLE","features":[398]},{"name":"BCRYPT_ECDH_P256_ALGORITHM","features":[398]},{"name":"BCRYPT_ECDH_P256_ALG_HANDLE","features":[398]},{"name":"BCRYPT_ECDH_P384_ALGORITHM","features":[398]},{"name":"BCRYPT_ECDH_P384_ALG_HANDLE","features":[398]},{"name":"BCRYPT_ECDH_P521_ALGORITHM","features":[398]},{"name":"BCRYPT_ECDH_P521_ALG_HANDLE","features":[398]},{"name":"BCRYPT_ECDH_PRIVATE_GENERIC_MAGIC","features":[398]},{"name":"BCRYPT_ECDH_PRIVATE_P256_MAGIC","features":[398]},{"name":"BCRYPT_ECDH_PRIVATE_P384_MAGIC","features":[398]},{"name":"BCRYPT_ECDH_PRIVATE_P521_MAGIC","features":[398]},{"name":"BCRYPT_ECDH_PUBLIC_GENERIC_MAGIC","features":[398]},{"name":"BCRYPT_ECDH_PUBLIC_P256_MAGIC","features":[398]},{"name":"BCRYPT_ECDH_PUBLIC_P384_MAGIC","features":[398]},{"name":"BCRYPT_ECDH_PUBLIC_P521_MAGIC","features":[398]},{"name":"BCRYPT_ECDSA_ALGORITHM","features":[398]},{"name":"BCRYPT_ECDSA_ALG_HANDLE","features":[398]},{"name":"BCRYPT_ECDSA_P256_ALGORITHM","features":[398]},{"name":"BCRYPT_ECDSA_P256_ALG_HANDLE","features":[398]},{"name":"BCRYPT_ECDSA_P384_ALGORITHM","features":[398]},{"name":"BCRYPT_ECDSA_P384_ALG_HANDLE","features":[398]},{"name":"BCRYPT_ECDSA_P521_ALGORITHM","features":[398]},{"name":"BCRYPT_ECDSA_P521_ALG_HANDLE","features":[398]},{"name":"BCRYPT_ECDSA_PRIVATE_GENERIC_MAGIC","features":[398]},{"name":"BCRYPT_ECDSA_PRIVATE_P256_MAGIC","features":[398]},{"name":"BCRYPT_ECDSA_PRIVATE_P384_MAGIC","features":[398]},{"name":"BCRYPT_ECDSA_PRIVATE_P521_MAGIC","features":[398]},{"name":"BCRYPT_ECDSA_PUBLIC_GENERIC_MAGIC","features":[398]},{"name":"BCRYPT_ECDSA_PUBLIC_P256_MAGIC","features":[398]},{"name":"BCRYPT_ECDSA_PUBLIC_P384_MAGIC","features":[398]},{"name":"BCRYPT_ECDSA_PUBLIC_P521_MAGIC","features":[398]},{"name":"BCRYPT_EFFECTIVE_KEY_LENGTH","features":[398]},{"name":"BCRYPT_ENABLE_INCOMPATIBLE_FIPS_CHECKS","features":[398]},{"name":"BCRYPT_EXTENDED_KEYSIZE","features":[398]},{"name":"BCRYPT_FLAGS","features":[398]},{"name":"BCRYPT_GENERATE_IV","features":[398]},{"name":"BCRYPT_GLOBAL_PARAMETERS","features":[398]},{"name":"BCRYPT_HANDLE","features":[398]},{"name":"BCRYPT_HASH_BLOCK_LENGTH","features":[398]},{"name":"BCRYPT_HASH_FUNCTION_TABLE","features":[305,398]},{"name":"BCRYPT_HASH_HANDLE","features":[398]},{"name":"BCRYPT_HASH_INTERFACE","features":[398]},{"name":"BCRYPT_HASH_INTERFACE_MAJORVERSION_2","features":[398]},{"name":"BCRYPT_HASH_LENGTH","features":[398]},{"name":"BCRYPT_HASH_OID_LIST","features":[398]},{"name":"BCRYPT_HASH_OPERATION","features":[398]},{"name":"BCRYPT_HASH_OPERATION_FINISH_HASH","features":[398]},{"name":"BCRYPT_HASH_OPERATION_HASH_DATA","features":[398]},{"name":"BCRYPT_HASH_OPERATION_TYPE","features":[398]},{"name":"BCRYPT_HASH_REUSABLE_FLAG","features":[398]},{"name":"BCRYPT_HKDF_ALGORITHM","features":[398]},{"name":"BCRYPT_HKDF_ALG_HANDLE","features":[398]},{"name":"BCRYPT_HKDF_HASH_ALGORITHM","features":[398]},{"name":"BCRYPT_HKDF_PRK_AND_FINALIZE","features":[398]},{"name":"BCRYPT_HKDF_SALT_AND_FINALIZE","features":[398]},{"name":"BCRYPT_HMAC_MD2_ALG_HANDLE","features":[398]},{"name":"BCRYPT_HMAC_MD4_ALG_HANDLE","features":[398]},{"name":"BCRYPT_HMAC_MD5_ALG_HANDLE","features":[398]},{"name":"BCRYPT_HMAC_SHA1_ALG_HANDLE","features":[398]},{"name":"BCRYPT_HMAC_SHA256_ALG_HANDLE","features":[398]},{"name":"BCRYPT_HMAC_SHA384_ALG_HANDLE","features":[398]},{"name":"BCRYPT_HMAC_SHA512_ALG_HANDLE","features":[398]},{"name":"BCRYPT_INITIALIZATION_VECTOR","features":[398]},{"name":"BCRYPT_INTERFACE","features":[398]},{"name":"BCRYPT_INTERFACE_VERSION","features":[398]},{"name":"BCRYPT_IS_IFX_TPM_WEAK_KEY","features":[398]},{"name":"BCRYPT_IS_KEYED_HASH","features":[398]},{"name":"BCRYPT_IS_REUSABLE_HASH","features":[398]},{"name":"BCRYPT_KDF_HASH","features":[398]},{"name":"BCRYPT_KDF_HKDF","features":[398]},{"name":"BCRYPT_KDF_HMAC","features":[398]},{"name":"BCRYPT_KDF_RAW_SECRET","features":[398]},{"name":"BCRYPT_KDF_SP80056A_CONCAT","features":[398]},{"name":"BCRYPT_KDF_TLS_PRF","features":[398]},{"name":"BCRYPT_KEY_BLOB","features":[398]},{"name":"BCRYPT_KEY_DATA_BLOB","features":[398]},{"name":"BCRYPT_KEY_DATA_BLOB_HEADER","features":[398]},{"name":"BCRYPT_KEY_DATA_BLOB_MAGIC","features":[398]},{"name":"BCRYPT_KEY_DATA_BLOB_VERSION1","features":[398]},{"name":"BCRYPT_KEY_DERIVATION_FUNCTION_TABLE","features":[305,398]},{"name":"BCRYPT_KEY_DERIVATION_INTERFACE","features":[398]},{"name":"BCRYPT_KEY_DERIVATION_OPERATION","features":[398]},{"name":"BCRYPT_KEY_HANDLE","features":[398]},{"name":"BCRYPT_KEY_LENGTH","features":[398]},{"name":"BCRYPT_KEY_LENGTHS","features":[398]},{"name":"BCRYPT_KEY_LENGTHS_STRUCT","features":[398]},{"name":"BCRYPT_KEY_OBJECT_LENGTH","features":[398]},{"name":"BCRYPT_KEY_STRENGTH","features":[398]},{"name":"BCRYPT_KEY_VALIDATION_RANGE","features":[398]},{"name":"BCRYPT_KEY_VALIDATION_RANGE_AND_ORDER","features":[398]},{"name":"BCRYPT_KEY_VALIDATION_REGENERATE","features":[398]},{"name":"BCRYPT_MD2_ALGORITHM","features":[398]},{"name":"BCRYPT_MD2_ALG_HANDLE","features":[398]},{"name":"BCRYPT_MD4_ALGORITHM","features":[398]},{"name":"BCRYPT_MD4_ALG_HANDLE","features":[398]},{"name":"BCRYPT_MD5_ALGORITHM","features":[398]},{"name":"BCRYPT_MD5_ALG_HANDLE","features":[398]},{"name":"BCRYPT_MESSAGE_BLOCK_LENGTH","features":[398]},{"name":"BCRYPT_MULTI_FLAG","features":[398]},{"name":"BCRYPT_MULTI_HASH_OPERATION","features":[398]},{"name":"BCRYPT_MULTI_OBJECT_LENGTH","features":[398]},{"name":"BCRYPT_MULTI_OBJECT_LENGTH_STRUCT","features":[398]},{"name":"BCRYPT_MULTI_OPERATION_TYPE","features":[398]},{"name":"BCRYPT_NO_CURVE_GENERATION_ALG_ID","features":[398]},{"name":"BCRYPT_NO_KEY_VALIDATION","features":[398]},{"name":"BCRYPT_OAEP_PADDING_INFO","features":[398]},{"name":"BCRYPT_OBJECT_ALIGNMENT","features":[398]},{"name":"BCRYPT_OBJECT_LENGTH","features":[398]},{"name":"BCRYPT_OID","features":[398]},{"name":"BCRYPT_OID_LIST","features":[398]},{"name":"BCRYPT_OPAQUE_KEY_BLOB","features":[398]},{"name":"BCRYPT_OPEN_ALGORITHM_PROVIDER_FLAGS","features":[398]},{"name":"BCRYPT_OPERATION","features":[398]},{"name":"BCRYPT_OPERATION_TYPE_HASH","features":[398]},{"name":"BCRYPT_PADDING_SCHEMES","features":[398]},{"name":"BCRYPT_PAD_NONE","features":[398]},{"name":"BCRYPT_PAD_OAEP","features":[398]},{"name":"BCRYPT_PAD_PKCS1","features":[398]},{"name":"BCRYPT_PAD_PKCS1_OPTIONAL_HASH_OID","features":[398]},{"name":"BCRYPT_PAD_PSS","features":[398]},{"name":"BCRYPT_PBKDF2_ALGORITHM","features":[398]},{"name":"BCRYPT_PBKDF2_ALG_HANDLE","features":[398]},{"name":"BCRYPT_PCP_PLATFORM_TYPE_PROPERTY","features":[398]},{"name":"BCRYPT_PCP_PROVIDER_VERSION_PROPERTY","features":[398]},{"name":"BCRYPT_PKCS1_PADDING_INFO","features":[398]},{"name":"BCRYPT_PRIMITIVE_TYPE","features":[398]},{"name":"BCRYPT_PRIVATE_KEY","features":[398]},{"name":"BCRYPT_PRIVATE_KEY_BLOB","features":[398]},{"name":"BCRYPT_PRIVATE_KEY_FLAG","features":[398]},{"name":"BCRYPT_PROVIDER_HANDLE","features":[398]},{"name":"BCRYPT_PROVIDER_NAME","features":[398]},{"name":"BCRYPT_PROV_DISPATCH","features":[398]},{"name":"BCRYPT_PSS_PADDING_INFO","features":[398]},{"name":"BCRYPT_PUBLIC_KEY_BLOB","features":[398]},{"name":"BCRYPT_PUBLIC_KEY_FLAG","features":[398]},{"name":"BCRYPT_PUBLIC_KEY_LENGTH","features":[398]},{"name":"BCRYPT_QUERY_PROVIDER_MODE","features":[398]},{"name":"BCRYPT_RC2_ALGORITHM","features":[398]},{"name":"BCRYPT_RC2_CBC_ALG_HANDLE","features":[398]},{"name":"BCRYPT_RC2_CFB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_RC2_ECB_ALG_HANDLE","features":[398]},{"name":"BCRYPT_RC4_ALGORITHM","features":[398]},{"name":"BCRYPT_RC4_ALG_HANDLE","features":[398]},{"name":"BCRYPT_RESOLVE_PROVIDERS_FLAGS","features":[398]},{"name":"BCRYPT_RNG_ALGORITHM","features":[398]},{"name":"BCRYPT_RNG_ALG_HANDLE","features":[398]},{"name":"BCRYPT_RNG_DUAL_EC_ALGORITHM","features":[398]},{"name":"BCRYPT_RNG_FIPS186_DSA_ALGORITHM","features":[398]},{"name":"BCRYPT_RNG_FUNCTION_TABLE","features":[305,398]},{"name":"BCRYPT_RNG_INTERFACE","features":[398]},{"name":"BCRYPT_RNG_OPERATION","features":[398]},{"name":"BCRYPT_RNG_USE_ENTROPY_IN_BUFFER","features":[398]},{"name":"BCRYPT_RSAFULLPRIVATE_BLOB","features":[398]},{"name":"BCRYPT_RSAFULLPRIVATE_MAGIC","features":[398]},{"name":"BCRYPT_RSAKEY_BLOB","features":[398]},{"name":"BCRYPT_RSAKEY_BLOB_MAGIC","features":[398]},{"name":"BCRYPT_RSAPRIVATE_BLOB","features":[398]},{"name":"BCRYPT_RSAPRIVATE_MAGIC","features":[398]},{"name":"BCRYPT_RSAPUBLIC_BLOB","features":[398]},{"name":"BCRYPT_RSAPUBLIC_MAGIC","features":[398]},{"name":"BCRYPT_RSA_ALGORITHM","features":[398]},{"name":"BCRYPT_RSA_ALG_HANDLE","features":[398]},{"name":"BCRYPT_RSA_SIGN_ALGORITHM","features":[398]},{"name":"BCRYPT_RSA_SIGN_ALG_HANDLE","features":[398]},{"name":"BCRYPT_SECRET_AGREEMENT_FUNCTION_TABLE","features":[305,398]},{"name":"BCRYPT_SECRET_AGREEMENT_INTERFACE","features":[398]},{"name":"BCRYPT_SECRET_AGREEMENT_OPERATION","features":[398]},{"name":"BCRYPT_SECRET_HANDLE","features":[398]},{"name":"BCRYPT_SHA1_ALGORITHM","features":[398]},{"name":"BCRYPT_SHA1_ALG_HANDLE","features":[398]},{"name":"BCRYPT_SHA256_ALGORITHM","features":[398]},{"name":"BCRYPT_SHA256_ALG_HANDLE","features":[398]},{"name":"BCRYPT_SHA384_ALGORITHM","features":[398]},{"name":"BCRYPT_SHA384_ALG_HANDLE","features":[398]},{"name":"BCRYPT_SHA512_ALGORITHM","features":[398]},{"name":"BCRYPT_SHA512_ALG_HANDLE","features":[398]},{"name":"BCRYPT_SIGNATURE_FUNCTION_TABLE","features":[305,398]},{"name":"BCRYPT_SIGNATURE_INTERFACE","features":[398]},{"name":"BCRYPT_SIGNATURE_LENGTH","features":[398]},{"name":"BCRYPT_SIGNATURE_OPERATION","features":[398]},{"name":"BCRYPT_SP800108_CTR_HMAC_ALGORITHM","features":[398]},{"name":"BCRYPT_SP800108_CTR_HMAC_ALG_HANDLE","features":[398]},{"name":"BCRYPT_SP80056A_CONCAT_ALGORITHM","features":[398]},{"name":"BCRYPT_SP80056A_CONCAT_ALG_HANDLE","features":[398]},{"name":"BCRYPT_SUPPORTED_PAD_OAEP","features":[398]},{"name":"BCRYPT_SUPPORTED_PAD_PKCS1_ENC","features":[398]},{"name":"BCRYPT_SUPPORTED_PAD_PKCS1_SIG","features":[398]},{"name":"BCRYPT_SUPPORTED_PAD_PSS","features":[398]},{"name":"BCRYPT_SUPPORTED_PAD_ROUTER","features":[398]},{"name":"BCRYPT_TABLE","features":[398]},{"name":"BCRYPT_TLS1_1_KDF_ALGORITHM","features":[398]},{"name":"BCRYPT_TLS1_1_KDF_ALG_HANDLE","features":[398]},{"name":"BCRYPT_TLS1_2_KDF_ALGORITHM","features":[398]},{"name":"BCRYPT_TLS1_2_KDF_ALG_HANDLE","features":[398]},{"name":"BCRYPT_TLS_CBC_HMAC_VERIFY_FLAG","features":[398]},{"name":"BCRYPT_USE_SYSTEM_PREFERRED_RNG","features":[398]},{"name":"BCRYPT_XTS_AES_ALGORITHM","features":[398]},{"name":"BCRYPT_XTS_AES_ALG_HANDLE","features":[398]},{"name":"BCryptAddContextFunction","features":[305,398]},{"name":"BCryptAddContextFunctionProvider","features":[305,398]},{"name":"BCryptBuffer","features":[398]},{"name":"BCryptBufferDesc","features":[398]},{"name":"BCryptCloseAlgorithmProvider","features":[305,398]},{"name":"BCryptCloseAlgorithmProviderFn","features":[305,398]},{"name":"BCryptConfigureContext","features":[305,398]},{"name":"BCryptConfigureContextFunction","features":[305,398]},{"name":"BCryptCreateContext","features":[305,398]},{"name":"BCryptCreateHash","features":[305,398]},{"name":"BCryptCreateHashFn","features":[305,398]},{"name":"BCryptCreateMultiHash","features":[305,398]},{"name":"BCryptCreateMultiHashFn","features":[305,398]},{"name":"BCryptDecrypt","features":[305,398]},{"name":"BCryptDecryptFn","features":[305,398]},{"name":"BCryptDeleteContext","features":[305,398]},{"name":"BCryptDeriveKey","features":[305,398]},{"name":"BCryptDeriveKeyCapi","features":[305,398]},{"name":"BCryptDeriveKeyCapiFn","features":[305,398]},{"name":"BCryptDeriveKeyFn","features":[305,398]},{"name":"BCryptDeriveKeyPBKDF2","features":[305,398]},{"name":"BCryptDeriveKeyPBKDF2Fn","features":[305,398]},{"name":"BCryptDestroyHash","features":[305,398]},{"name":"BCryptDestroyHashFn","features":[305,398]},{"name":"BCryptDestroyKey","features":[305,398]},{"name":"BCryptDestroyKeyFn","features":[305,398]},{"name":"BCryptDestroySecret","features":[305,398]},{"name":"BCryptDestroySecretFn","features":[305,398]},{"name":"BCryptDuplicateHash","features":[305,398]},{"name":"BCryptDuplicateHashFn","features":[305,398]},{"name":"BCryptDuplicateKey","features":[305,398]},{"name":"BCryptDuplicateKeyFn","features":[305,398]},{"name":"BCryptEncrypt","features":[305,398]},{"name":"BCryptEncryptFn","features":[305,398]},{"name":"BCryptEnumAlgorithms","features":[305,398]},{"name":"BCryptEnumContextFunctionProviders","features":[305,398]},{"name":"BCryptEnumContextFunctions","features":[305,398]},{"name":"BCryptEnumContexts","features":[305,398]},{"name":"BCryptEnumProviders","features":[305,398]},{"name":"BCryptEnumRegisteredProviders","features":[305,398]},{"name":"BCryptExportKey","features":[305,398]},{"name":"BCryptExportKeyFn","features":[305,398]},{"name":"BCryptFinalizeKeyPair","features":[305,398]},{"name":"BCryptFinalizeKeyPairFn","features":[305,398]},{"name":"BCryptFinishHash","features":[305,398]},{"name":"BCryptFinishHashFn","features":[305,398]},{"name":"BCryptFreeBuffer","features":[398]},{"name":"BCryptFreeBufferFn","features":[398]},{"name":"BCryptGenRandom","features":[305,398]},{"name":"BCryptGenRandomFn","features":[305,398]},{"name":"BCryptGenerateKeyPair","features":[305,398]},{"name":"BCryptGenerateKeyPairFn","features":[305,398]},{"name":"BCryptGenerateSymmetricKey","features":[305,398]},{"name":"BCryptGenerateSymmetricKeyFn","features":[305,398]},{"name":"BCryptGetFipsAlgorithmMode","features":[305,398]},{"name":"BCryptGetProperty","features":[305,398]},{"name":"BCryptGetPropertyFn","features":[305,398]},{"name":"BCryptHash","features":[305,398]},{"name":"BCryptHashData","features":[305,398]},{"name":"BCryptHashDataFn","features":[305,398]},{"name":"BCryptImportKey","features":[305,398]},{"name":"BCryptImportKeyFn","features":[305,398]},{"name":"BCryptImportKeyPair","features":[305,398]},{"name":"BCryptImportKeyPairFn","features":[305,398]},{"name":"BCryptKeyDerivation","features":[305,398]},{"name":"BCryptKeyDerivationFn","features":[305,398]},{"name":"BCryptOpenAlgorithmProvider","features":[305,398]},{"name":"BCryptOpenAlgorithmProviderFn","features":[305,398]},{"name":"BCryptProcessMultiOperations","features":[305,398]},{"name":"BCryptProcessMultiOperationsFn","features":[305,398]},{"name":"BCryptQueryContextConfiguration","features":[305,398]},{"name":"BCryptQueryContextFunctionConfiguration","features":[305,398]},{"name":"BCryptQueryContextFunctionProperty","features":[305,398]},{"name":"BCryptQueryProviderRegistration","features":[305,398]},{"name":"BCryptRegisterConfigChangeNotify","features":[305,398]},{"name":"BCryptRegisterProvider","features":[305,398]},{"name":"BCryptRemoveContextFunction","features":[305,398]},{"name":"BCryptRemoveContextFunctionProvider","features":[305,398]},{"name":"BCryptResolveProviders","features":[305,398]},{"name":"BCryptSecretAgreement","features":[305,398]},{"name":"BCryptSecretAgreementFn","features":[305,398]},{"name":"BCryptSetContextFunctionProperty","features":[305,398]},{"name":"BCryptSetProperty","features":[305,398]},{"name":"BCryptSetPropertyFn","features":[305,398]},{"name":"BCryptSignHash","features":[305,398]},{"name":"BCryptSignHashFn","features":[305,398]},{"name":"BCryptUnregisterConfigChangeNotify","features":[305,398]},{"name":"BCryptUnregisterProvider","features":[305,398]},{"name":"BCryptVerifySignature","features":[305,398]},{"name":"BCryptVerifySignatureFn","features":[305,398]},{"name":"CALG_3DES","features":[398]},{"name":"CALG_3DES_112","features":[398]},{"name":"CALG_AES","features":[398]},{"name":"CALG_AES_128","features":[398]},{"name":"CALG_AES_192","features":[398]},{"name":"CALG_AES_256","features":[398]},{"name":"CALG_AGREEDKEY_ANY","features":[398]},{"name":"CALG_CYLINK_MEK","features":[398]},{"name":"CALG_DES","features":[398]},{"name":"CALG_DESX","features":[398]},{"name":"CALG_DH_EPHEM","features":[398]},{"name":"CALG_DH_SF","features":[398]},{"name":"CALG_DSS_SIGN","features":[398]},{"name":"CALG_ECDH","features":[398]},{"name":"CALG_ECDH_EPHEM","features":[398]},{"name":"CALG_ECDSA","features":[398]},{"name":"CALG_ECMQV","features":[398]},{"name":"CALG_HASH_REPLACE_OWF","features":[398]},{"name":"CALG_HMAC","features":[398]},{"name":"CALG_HUGHES_MD5","features":[398]},{"name":"CALG_KEA_KEYX","features":[398]},{"name":"CALG_MAC","features":[398]},{"name":"CALG_MD2","features":[398]},{"name":"CALG_MD4","features":[398]},{"name":"CALG_MD5","features":[398]},{"name":"CALG_NO_SIGN","features":[398]},{"name":"CALG_NULLCIPHER","features":[398]},{"name":"CALG_OID_INFO_CNG_ONLY","features":[398]},{"name":"CALG_OID_INFO_PARAMETERS","features":[398]},{"name":"CALG_PCT1_MASTER","features":[398]},{"name":"CALG_RC2","features":[398]},{"name":"CALG_RC4","features":[398]},{"name":"CALG_RC5","features":[398]},{"name":"CALG_RSA_KEYX","features":[398]},{"name":"CALG_RSA_SIGN","features":[398]},{"name":"CALG_SCHANNEL_ENC_KEY","features":[398]},{"name":"CALG_SCHANNEL_MAC_KEY","features":[398]},{"name":"CALG_SCHANNEL_MASTER_HASH","features":[398]},{"name":"CALG_SEAL","features":[398]},{"name":"CALG_SHA","features":[398]},{"name":"CALG_SHA1","features":[398]},{"name":"CALG_SHA_256","features":[398]},{"name":"CALG_SHA_384","features":[398]},{"name":"CALG_SHA_512","features":[398]},{"name":"CALG_SKIPJACK","features":[398]},{"name":"CALG_SSL2_MASTER","features":[398]},{"name":"CALG_SSL3_MASTER","features":[398]},{"name":"CALG_SSL3_SHAMD5","features":[398]},{"name":"CALG_TEK","features":[398]},{"name":"CALG_THIRDPARTY_CIPHER","features":[398]},{"name":"CALG_THIRDPARTY_HASH","features":[398]},{"name":"CALG_THIRDPARTY_KEY_EXCHANGE","features":[398]},{"name":"CALG_THIRDPARTY_SIGNATURE","features":[398]},{"name":"CALG_TLS1PRF","features":[398]},{"name":"CALG_TLS1_MASTER","features":[398]},{"name":"CARD_3DES_112_ALGORITHM","features":[398]},{"name":"CARD_3DES_ALGORITHM","features":[398]},{"name":"CARD_AES_ALGORITHM","features":[398]},{"name":"CARD_ASYMMETRIC_OPERATION","features":[398]},{"name":"CARD_AUTHENTICATE","features":[398]},{"name":"CARD_AUTHENTICATE_CURRENT_VERSION","features":[398]},{"name":"CARD_AUTHENTICATE_GENERATE_SESSION_PIN","features":[398]},{"name":"CARD_AUTHENTICATE_PIN_CHALLENGE_RESPONSE","features":[398]},{"name":"CARD_AUTHENTICATE_PIN_PIN","features":[398]},{"name":"CARD_AUTHENTICATE_RESPONSE","features":[398]},{"name":"CARD_AUTHENTICATE_RESPONSE_CURRENT_VERSION","features":[398]},{"name":"CARD_AUTHENTICATE_RESPONSE_VERSION_SEVEN","features":[398]},{"name":"CARD_AUTHENTICATE_SESSION_PIN","features":[398]},{"name":"CARD_AUTHENTICATE_VERSION_SEVEN","features":[398]},{"name":"CARD_BUFFER_SIZE_ONLY","features":[398]},{"name":"CARD_CACHE_FILE_CURRENT_VERSION","features":[398]},{"name":"CARD_CACHE_FILE_FORMAT","features":[398]},{"name":"CARD_CAPABILITIES","features":[305,398]},{"name":"CARD_CAPABILITIES_CURRENT_VERSION","features":[398]},{"name":"CARD_CHAIN_MODE_CBC","features":[398]},{"name":"CARD_CHANGE_AUTHENTICATOR","features":[398]},{"name":"CARD_CHANGE_AUTHENTICATOR_CURRENT_VERSION","features":[398]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE","features":[398]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE_CURRENT_VERSION","features":[398]},{"name":"CARD_CHANGE_AUTHENTICATOR_RESPONSE_VERSION_SEVEN","features":[398]},{"name":"CARD_CHANGE_AUTHENTICATOR_VERSION_SEVEN","features":[398]},{"name":"CARD_CIPHER_OPERATION","features":[398]},{"name":"CARD_CREATE_CONTAINER_KEY_GEN","features":[398]},{"name":"CARD_CREATE_CONTAINER_KEY_IMPORT","features":[398]},{"name":"CARD_DATA","features":[305,398]},{"name":"CARD_DATA_CURRENT_VERSION","features":[398]},{"name":"CARD_DATA_VALUE_UNKNOWN","features":[398]},{"name":"CARD_DATA_VERSION_FIVE","features":[398]},{"name":"CARD_DATA_VERSION_FOUR","features":[398]},{"name":"CARD_DATA_VERSION_SEVEN","features":[398]},{"name":"CARD_DATA_VERSION_SIX","features":[398]},{"name":"CARD_DERIVE_KEY","features":[398]},{"name":"CARD_DERIVE_KEY_CURRENT_VERSION","features":[398]},{"name":"CARD_DERIVE_KEY_VERSION","features":[398]},{"name":"CARD_DERIVE_KEY_VERSION_TWO","features":[398]},{"name":"CARD_DH_AGREEMENT_INFO","features":[398]},{"name":"CARD_DH_AGREEMENT_INFO_VERSION","features":[398]},{"name":"CARD_DIRECTORY_ACCESS_CONDITION","features":[398]},{"name":"CARD_ENCRYPTED_DATA","features":[398]},{"name":"CARD_FILE_ACCESS_CONDITION","features":[398]},{"name":"CARD_FILE_INFO","features":[398]},{"name":"CARD_FILE_INFO_CURRENT_VERSION","features":[398]},{"name":"CARD_FREE_SPACE_INFO","features":[398]},{"name":"CARD_FREE_SPACE_INFO_CURRENT_VERSION","features":[398]},{"name":"CARD_IMPORT_KEYPAIR","features":[398]},{"name":"CARD_IMPORT_KEYPAIR_CURRENT_VERSION","features":[398]},{"name":"CARD_IMPORT_KEYPAIR_VERSION_SEVEN","features":[398]},{"name":"CARD_KEY_IMPORT_ECC_KEYEST","features":[398]},{"name":"CARD_KEY_IMPORT_PLAIN_TEXT","features":[398]},{"name":"CARD_KEY_IMPORT_RSA_KEYEST","features":[398]},{"name":"CARD_KEY_IMPORT_SHARED_SYMMETRIC","features":[398]},{"name":"CARD_KEY_SIZES","features":[398]},{"name":"CARD_KEY_SIZES_CURRENT_VERSION","features":[398]},{"name":"CARD_PADDING_INFO_PRESENT","features":[398]},{"name":"CARD_PADDING_NONE","features":[398]},{"name":"CARD_PADDING_OAEP","features":[398]},{"name":"CARD_PADDING_PKCS1","features":[398]},{"name":"CARD_PADDING_PSS","features":[398]},{"name":"CARD_PIN_SILENT_CONTEXT","features":[398]},{"name":"CARD_PIN_STRENGTH_PLAINTEXT","features":[398]},{"name":"CARD_PIN_STRENGTH_SESSION_PIN","features":[398]},{"name":"CARD_RETURN_KEY_HANDLE","features":[398]},{"name":"CARD_RSA_DECRYPT_INFO","features":[398]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_CURRENT_VERSION","features":[398]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_VERSION_ONE","features":[398]},{"name":"CARD_RSA_KEY_DECRYPT_INFO_VERSION_TWO","features":[398]},{"name":"CARD_SECURE_KEY_INJECTION_NO_CARD_MODE","features":[398]},{"name":"CARD_SIGNING_INFO","features":[398]},{"name":"CARD_SIGNING_INFO_BASIC_VERSION","features":[398]},{"name":"CARD_SIGNING_INFO_CURRENT_VERSION","features":[398]},{"name":"CASetupProperty","features":[398]},{"name":"CCP_ASSOCIATED_ECDH_KEY","features":[398]},{"name":"CCP_CONTAINER_INFO","features":[398]},{"name":"CCP_PIN_IDENTIFIER","features":[398]},{"name":"CCertSrvSetup","features":[398]},{"name":"CCertSrvSetupKeyInformation","features":[398]},{"name":"CCertificateEnrollmentPolicyServerSetup","features":[398]},{"name":"CCertificateEnrollmentServerSetup","features":[398]},{"name":"CEPSetupProperty","features":[398]},{"name":"CERTIFICATE_CHAIN_BLOB","features":[398]},{"name":"CERT_ACCESS_DESCRIPTION","features":[398]},{"name":"CERT_ACCESS_STATE_GP_SYSTEM_STORE_FLAG","features":[398]},{"name":"CERT_ACCESS_STATE_LM_SYSTEM_STORE_FLAG","features":[398]},{"name":"CERT_ACCESS_STATE_PROP_ID","features":[398]},{"name":"CERT_ACCESS_STATE_SHARED_USER_FLAG","features":[398]},{"name":"CERT_ACCESS_STATE_SYSTEM_STORE_FLAG","features":[398]},{"name":"CERT_ACCESS_STATE_WRITE_PERSIST_FLAG","features":[398]},{"name":"CERT_AIA_URL_RETRIEVED_PROP_ID","features":[398]},{"name":"CERT_ALT_NAME_EDI_PARTY_NAME","features":[398]},{"name":"CERT_ALT_NAME_ENTRY","features":[398]},{"name":"CERT_ALT_NAME_ENTRY_ERR_INDEX_MASK","features":[398]},{"name":"CERT_ALT_NAME_ENTRY_ERR_INDEX_SHIFT","features":[398]},{"name":"CERT_ALT_NAME_INFO","features":[398]},{"name":"CERT_ALT_NAME_VALUE_ERR_INDEX_MASK","features":[398]},{"name":"CERT_ALT_NAME_VALUE_ERR_INDEX_SHIFT","features":[398]},{"name":"CERT_ALT_NAME_X400_ADDRESS","features":[398]},{"name":"CERT_ARCHIVED_KEY_HASH_PROP_ID","features":[398]},{"name":"CERT_ARCHIVED_PROP_ID","features":[398]},{"name":"CERT_AUTHORITY_INFO_ACCESS","features":[398]},{"name":"CERT_AUTHORITY_INFO_ACCESS_PROP_ID","features":[398]},{"name":"CERT_AUTHORITY_KEY_ID2_INFO","features":[398]},{"name":"CERT_AUTHORITY_KEY_ID_INFO","features":[398]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_DISABLE_PARTIAL_CHAIN_LOGGING_FLAG","features":[398]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_DISABLE_UNTRUSTED_ROOT_LOGGING_FLAG","features":[398]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[398]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_FLAGS_VALUE_NAME","features":[398]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[398]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_ROOT_DIR_URL_VALUE_NAME","features":[398]},{"name":"CERT_AUTH_ROOT_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[398]},{"name":"CERT_AUTH_ROOT_CAB_FILENAME","features":[398]},{"name":"CERT_AUTH_ROOT_CERT_EXT","features":[398]},{"name":"CERT_AUTH_ROOT_CTL_FILENAME","features":[398]},{"name":"CERT_AUTH_ROOT_CTL_FILENAME_A","features":[398]},{"name":"CERT_AUTH_ROOT_SEQ_FILENAME","features":[398]},{"name":"CERT_AUTH_ROOT_SHA256_HASH_PROP_ID","features":[398]},{"name":"CERT_AUTO_ENROLL_PROP_ID","features":[398]},{"name":"CERT_AUTO_ENROLL_RETRY_PROP_ID","features":[398]},{"name":"CERT_AUTO_UPDATE_DISABLE_RANDOM_QUERY_STRING_FLAG","features":[398]},{"name":"CERT_AUTO_UPDATE_ROOT_DIR_URL_VALUE_NAME","features":[398]},{"name":"CERT_AUTO_UPDATE_SYNC_FROM_DIR_URL_VALUE_NAME","features":[398]},{"name":"CERT_BACKED_UP_PROP_ID","features":[398]},{"name":"CERT_BASIC_CONSTRAINTS2_INFO","features":[305,398]},{"name":"CERT_BASIC_CONSTRAINTS_INFO","features":[305,398]},{"name":"CERT_BIOMETRIC_DATA","features":[398]},{"name":"CERT_BIOMETRIC_DATA_TYPE","features":[398]},{"name":"CERT_BIOMETRIC_EXT_INFO","features":[398]},{"name":"CERT_BIOMETRIC_OID_DATA_CHOICE","features":[398]},{"name":"CERT_BIOMETRIC_PICTURE_TYPE","features":[398]},{"name":"CERT_BIOMETRIC_PREDEFINED_DATA_CHOICE","features":[398]},{"name":"CERT_BIOMETRIC_SIGNATURE_TYPE","features":[398]},{"name":"CERT_BUNDLE_CERTIFICATE","features":[398]},{"name":"CERT_BUNDLE_CRL","features":[398]},{"name":"CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG","features":[398]},{"name":"CERT_CA_DISABLE_CRL_PROP_ID","features":[398]},{"name":"CERT_CA_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[398]},{"name":"CERT_CA_SUBJECT_FLAG","features":[398]},{"name":"CERT_CEP_PROP_ID","features":[398]},{"name":"CERT_CHAIN","features":[398]},{"name":"CERT_CHAIN_AUTO_CURRENT_USER","features":[398]},{"name":"CERT_CHAIN_AUTO_FLAGS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_AUTO_FLUSH_DISABLE_FLAG","features":[398]},{"name":"CERT_CHAIN_AUTO_FLUSH_FIRST_DELTA_SECONDS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_AUTO_FLUSH_NEXT_DELTA_SECONDS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_AUTO_HPKP_RULE_INFO","features":[398]},{"name":"CERT_CHAIN_AUTO_IMPERSONATED","features":[398]},{"name":"CERT_CHAIN_AUTO_LOCAL_MACHINE","features":[398]},{"name":"CERT_CHAIN_AUTO_LOG_CREATE_FLAG","features":[398]},{"name":"CERT_CHAIN_AUTO_LOG_FILE_NAME_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_AUTO_LOG_FLUSH_FLAG","features":[398]},{"name":"CERT_CHAIN_AUTO_LOG_FREE_FLAG","features":[398]},{"name":"CERT_CHAIN_AUTO_NETWORK_INFO","features":[398]},{"name":"CERT_CHAIN_AUTO_PINRULE_INFO","features":[398]},{"name":"CERT_CHAIN_AUTO_PROCESS_INFO","features":[398]},{"name":"CERT_CHAIN_AUTO_SERIAL_LOCAL_MACHINE","features":[398]},{"name":"CERT_CHAIN_CACHE_END_CERT","features":[398]},{"name":"CERT_CHAIN_CACHE_ONLY_URL_RETRIEVAL","features":[398]},{"name":"CERT_CHAIN_CACHE_RESYNC_FILETIME_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_CONFIG_REGPATH","features":[398]},{"name":"CERT_CHAIN_CONTEXT","features":[305,398]},{"name":"CERT_CHAIN_CRL_VALIDITY_EXT_PERIOD_HOURS_DEFAULT","features":[398]},{"name":"CERT_CHAIN_CRL_VALIDITY_EXT_PERIOD_HOURS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_CROSS_CERT_DOWNLOAD_INTERVAL_HOURS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_DEFAULT_CONFIG_SUBDIR","features":[398]},{"name":"CERT_CHAIN_DISABLE_AIA","features":[398]},{"name":"CERT_CHAIN_DISABLE_AIA_URL_RETRIEVAL_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_DISABLE_ALL_EKU_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_AUTH_ROOT_AUTO_UPDATE","features":[398]},{"name":"CERT_CHAIN_DISABLE_AUTO_FLUSH_PROCESS_NAME_LIST_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_DISABLE_CA_NAME_CONSTRAINTS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_DISABLE_CODE_SIGNING_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_ECC_PARA_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_FILE_HASH_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_MANDATORY_BASIC_CONSTRAINTS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_DISABLE_MD2_MD4","features":[398]},{"name":"CERT_CHAIN_DISABLE_MOTW_CODE_SIGNING_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_MOTW_FILE_HASH_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_MOTW_TIMESTAMP_HASH_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_MOTW_TIMESTAMP_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_MY_PEER_TRUST","features":[398]},{"name":"CERT_CHAIN_DISABLE_OPT_IN_SERVER_AUTH_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_PASS1_QUALITY_FILTERING","features":[398]},{"name":"CERT_CHAIN_DISABLE_SERIAL_CHAIN_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_DISABLE_SERVER_AUTH_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_SYNC_WITH_SSL_TIME_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_DISABLE_TIMESTAMP_HASH_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_TIMESTAMP_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_DISABLE_UNSUPPORTED_CRITICAL_EXTENSIONS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_ELEMENT","features":[305,398]},{"name":"CERT_CHAIN_ENABLE_ALL_EKU_HYGIENE_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_CACHE_AUTO_UPDATE","features":[398]},{"name":"CERT_CHAIN_ENABLE_CODE_SIGNING_HYGIENE_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_DISALLOWED_CA","features":[398]},{"name":"CERT_CHAIN_ENABLE_MD2_MD4_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_MOTW_CODE_SIGNING_HYGIENE_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_MOTW_TIMESTAMP_HYGIENE_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_ONLY_WEAK_LOGGING_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_PEER_TRUST","features":[398]},{"name":"CERT_CHAIN_ENABLE_SERVER_AUTH_HYGIENE_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_SHARE_STORE","features":[398]},{"name":"CERT_CHAIN_ENABLE_TIMESTAMP_HYGIENE_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_WEAK_LOGGING_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_WEAK_RSA_ROOT_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_WEAK_SETTINGS_FLAG","features":[398]},{"name":"CERT_CHAIN_ENABLE_WEAK_SIGNATURE_FLAGS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_ENGINE_CONFIG","features":[398]},{"name":"CERT_CHAIN_EXCLUSIVE_ENABLE_CA_FLAG","features":[398]},{"name":"CERT_CHAIN_FIND_BY_ISSUER","features":[398]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG","features":[398]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG","features":[398]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG","features":[398]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG","features":[398]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG","features":[398]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG","features":[398]},{"name":"CERT_CHAIN_FIND_BY_ISSUER_PARA","features":[305,398]},{"name":"CERT_CHAIN_HAS_MOTW","features":[398]},{"name":"CERT_CHAIN_MAX_AIA_URL_COUNT_IN_CERT_DEFAULT","features":[398]},{"name":"CERT_CHAIN_MAX_AIA_URL_COUNT_IN_CERT_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_BYTE_COUNT_DEFAULT","features":[398]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_BYTE_COUNT_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_CERT_COUNT_DEFAULT","features":[398]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_CERT_COUNT_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_COUNT_PER_CHAIN_DEFAULT","features":[398]},{"name":"CERT_CHAIN_MAX_AIA_URL_RETRIEVAL_COUNT_PER_CHAIN_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_DEFAULT","features":[398]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_DISABLE","features":[398]},{"name":"CERT_CHAIN_MAX_SSL_TIME_UPDATED_EVENT_COUNT_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_MAX_URL_RETRIEVAL_BYTE_COUNT_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_MIN_PUB_KEY_BIT_LENGTH_DISABLE","features":[398]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_DEFAULT","features":[398]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_DISABLE","features":[398]},{"name":"CERT_CHAIN_MIN_RSA_PUB_KEY_BIT_LENGTH_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_MOTW_IGNORE_AFTER_TIME_WEAK_FLAG","features":[398]},{"name":"CERT_CHAIN_OCSP_VALIDITY_SECONDS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_ONLY_ADDITIONAL_AND_AUTH_ROOT","features":[398]},{"name":"CERT_CHAIN_OPTIONS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_OPTION_DISABLE_AIA_URL_RETRIEVAL","features":[398]},{"name":"CERT_CHAIN_OPTION_ENABLE_SIA_URL_RETRIEVAL","features":[398]},{"name":"CERT_CHAIN_OPT_IN_WEAK_FLAGS","features":[398]},{"name":"CERT_CHAIN_OPT_IN_WEAK_SIGNATURE","features":[398]},{"name":"CERT_CHAIN_PARA","features":[305,398]},{"name":"CERT_CHAIN_POLICY_ALLOW_TESTROOT_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_ALLOW_UNKNOWN_CA_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_AUTHENTICODE","features":[398]},{"name":"CERT_CHAIN_POLICY_AUTHENTICODE_TS","features":[398]},{"name":"CERT_CHAIN_POLICY_BASE","features":[398]},{"name":"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS","features":[398]},{"name":"CERT_CHAIN_POLICY_EV","features":[398]},{"name":"CERT_CHAIN_POLICY_FLAGS","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_ALL_NOT_TIME_VALID_FLAGS","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_ALL_REV_UNKNOWN_FLAGS","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_CA_REV_UNKNOWN_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_CTL_NOT_TIME_VALID_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_CTL_SIGNER_REV_UNKNOWN_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_END_REV_UNKNOWN_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_BASIC_CONSTRAINTS_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_NAME_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_INVALID_POLICY_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_SUPPORTED_CRITICAL_EXT_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_TIME_NESTED_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_NOT_TIME_VALID_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_PEER_TRUST_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_ROOT_REV_UNKNOWN_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_WEAK_SIGNATURE_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG","features":[398]},{"name":"CERT_CHAIN_POLICY_MICROSOFT_ROOT","features":[398]},{"name":"CERT_CHAIN_POLICY_NT_AUTH","features":[398]},{"name":"CERT_CHAIN_POLICY_PARA","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_F12","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_F12_ERROR_LEVEL","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_F12_NONE_CATEGORY","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_F12_ROOT_PROGRAM_CATEGORY","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_F12_SUCCESS_LEVEL","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_F12_WARNING_LEVEL","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_F12_WEAK_CRYPTO_CATEGORY","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_HPKP_HEADER","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MISMATCH_ERROR","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MISMATCH_WARNING","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MITM_ERROR","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_MITM_WARNING","features":[398]},{"name":"CERT_CHAIN_POLICY_SSL_KEY_PIN_SUCCESS","features":[398]},{"name":"CERT_CHAIN_POLICY_STATUS","features":[398]},{"name":"CERT_CHAIN_POLICY_THIRD_PARTY_ROOT","features":[398]},{"name":"CERT_CHAIN_POLICY_TRUST_TESTROOT_FLAG","features":[398]},{"name":"CERT_CHAIN_RETURN_LOWER_QUALITY_CONTEXTS","features":[398]},{"name":"CERT_CHAIN_REVOCATION_ACCUMULATIVE_TIMEOUT","features":[398]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CACHE_ONLY","features":[398]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CHAIN","features":[398]},{"name":"CERT_CHAIN_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[398]},{"name":"CERT_CHAIN_REVOCATION_CHECK_END_CERT","features":[398]},{"name":"CERT_CHAIN_REVOCATION_CHECK_OCSP_CERT","features":[398]},{"name":"CERT_CHAIN_REV_ACCUMULATIVE_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_SERIAL_CHAIN_LOG_FILE_NAME_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_SSL_HANDSHAKE_LOG_FILE_NAME_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_STRONG_SIGN_DISABLE_END_CHECK_FLAG","features":[398]},{"name":"CERT_CHAIN_THREAD_STORE_SYNC","features":[398]},{"name":"CERT_CHAIN_TIMESTAMP_TIME","features":[398]},{"name":"CERT_CHAIN_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_USE_LOCAL_MACHINE_STORE","features":[398]},{"name":"CERT_CHAIN_WEAK_AFTER_TIME_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_ALL_CONFIG_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_FILE_HASH_AFTER_TIME_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_FLAGS_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_HYGIENE_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_MIN_BIT_LENGTH_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_PREFIX_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_RSA_PUB_KEY_TIME_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_SHA256_ALLOW_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_SIGNATURE_LOG_DIR_VALUE_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_THIRD_PARTY_CONFIG_NAME","features":[398]},{"name":"CERT_CHAIN_WEAK_TIMESTAMP_HASH_AFTER_TIME_NAME","features":[398]},{"name":"CERT_CLOSE_STORE_CHECK_FLAG","features":[398]},{"name":"CERT_CLOSE_STORE_FORCE_FLAG","features":[398]},{"name":"CERT_CLR_DELETE_KEY_PROP_ID","features":[398]},{"name":"CERT_COMPARE_ANY","features":[398]},{"name":"CERT_COMPARE_ATTR","features":[398]},{"name":"CERT_COMPARE_CERT_ID","features":[398]},{"name":"CERT_COMPARE_CROSS_CERT_DIST_POINTS","features":[398]},{"name":"CERT_COMPARE_CTL_USAGE","features":[398]},{"name":"CERT_COMPARE_ENHKEY_USAGE","features":[398]},{"name":"CERT_COMPARE_EXISTING","features":[398]},{"name":"CERT_COMPARE_HASH","features":[398]},{"name":"CERT_COMPARE_HASH_STR","features":[398]},{"name":"CERT_COMPARE_HAS_PRIVATE_KEY","features":[398]},{"name":"CERT_COMPARE_ISSUER_OF","features":[398]},{"name":"CERT_COMPARE_KEY_IDENTIFIER","features":[398]},{"name":"CERT_COMPARE_KEY_SPEC","features":[398]},{"name":"CERT_COMPARE_MASK","features":[398]},{"name":"CERT_COMPARE_MD5_HASH","features":[398]},{"name":"CERT_COMPARE_NAME","features":[398]},{"name":"CERT_COMPARE_NAME_STR_A","features":[398]},{"name":"CERT_COMPARE_NAME_STR_W","features":[398]},{"name":"CERT_COMPARE_PROPERTY","features":[398]},{"name":"CERT_COMPARE_PUBKEY_MD5_HASH","features":[398]},{"name":"CERT_COMPARE_PUBLIC_KEY","features":[398]},{"name":"CERT_COMPARE_SHA1_HASH","features":[398]},{"name":"CERT_COMPARE_SHIFT","features":[398]},{"name":"CERT_COMPARE_SIGNATURE_HASH","features":[398]},{"name":"CERT_COMPARE_SUBJECT_CERT","features":[398]},{"name":"CERT_COMPARE_SUBJECT_INFO_ACCESS","features":[398]},{"name":"CERT_CONTEXT","features":[305,398]},{"name":"CERT_CONTEXT_REVOCATION_TYPE","features":[398]},{"name":"CERT_CONTROL_STORE_FLAGS","features":[398]},{"name":"CERT_CREATE_CONTEXT_NOCOPY_FLAG","features":[398]},{"name":"CERT_CREATE_CONTEXT_NO_ENTRY_FLAG","features":[398]},{"name":"CERT_CREATE_CONTEXT_NO_HCRYPTMSG_FLAG","features":[398]},{"name":"CERT_CREATE_CONTEXT_PARA","features":[305,398]},{"name":"CERT_CREATE_CONTEXT_SORTED_FLAG","features":[398]},{"name":"CERT_CREATE_SELFSIGN_FLAGS","features":[398]},{"name":"CERT_CREATE_SELFSIGN_NO_KEY_INFO","features":[398]},{"name":"CERT_CREATE_SELFSIGN_NO_SIGN","features":[398]},{"name":"CERT_CRL_CONTEXT_PAIR","features":[305,398]},{"name":"CERT_CRL_SIGN_KEY_USAGE","features":[398]},{"name":"CERT_CROSS_CERT_DIST_POINTS_PROP_ID","features":[398]},{"name":"CERT_CTL_USAGE_PROP_ID","features":[398]},{"name":"CERT_DATA_ENCIPHERMENT_KEY_USAGE","features":[398]},{"name":"CERT_DATE_STAMP_PROP_ID","features":[398]},{"name":"CERT_DECIPHER_ONLY_KEY_USAGE","features":[398]},{"name":"CERT_DEFAULT_OID_PUBLIC_KEY_SIGN","features":[398]},{"name":"CERT_DEFAULT_OID_PUBLIC_KEY_XCHG","features":[398]},{"name":"CERT_DESCRIPTION_PROP_ID","features":[398]},{"name":"CERT_DH_PARAMETERS","features":[398]},{"name":"CERT_DIGITAL_SIGNATURE_KEY_USAGE","features":[398]},{"name":"CERT_DISABLE_PIN_RULES_AUTO_UPDATE_VALUE_NAME","features":[398]},{"name":"CERT_DISABLE_ROOT_AUTO_UPDATE_VALUE_NAME","features":[398]},{"name":"CERT_DISALLOWED_CA_FILETIME_PROP_ID","features":[398]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[398]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[398]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_LIST_IDENTIFIER","features":[398]},{"name":"CERT_DISALLOWED_CERT_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[398]},{"name":"CERT_DISALLOWED_CERT_CAB_FILENAME","features":[398]},{"name":"CERT_DISALLOWED_CERT_CTL_FILENAME","features":[398]},{"name":"CERT_DISALLOWED_CERT_CTL_FILENAME_A","features":[398]},{"name":"CERT_DISALLOWED_ENHKEY_USAGE_PROP_ID","features":[398]},{"name":"CERT_DISALLOWED_FILETIME_PROP_ID","features":[398]},{"name":"CERT_DSS_PARAMETERS","features":[398]},{"name":"CERT_DSS_R_LEN","features":[398]},{"name":"CERT_DSS_S_LEN","features":[398]},{"name":"CERT_ECC_SIGNATURE","features":[398]},{"name":"CERT_EFSBLOB_VALUE_NAME","features":[398]},{"name":"CERT_EFS_PROP_ID","features":[398]},{"name":"CERT_ENABLE_DISALLOWED_CERT_AUTO_UPDATE_VALUE_NAME","features":[398]},{"name":"CERT_ENCIPHER_ONLY_KEY_USAGE","features":[398]},{"name":"CERT_ENCODING_TYPE_MASK","features":[398]},{"name":"CERT_END_ENTITY_SUBJECT_FLAG","features":[398]},{"name":"CERT_ENHKEY_USAGE_PROP_ID","features":[398]},{"name":"CERT_ENROLLMENT_PROP_ID","features":[398]},{"name":"CERT_EXCLUDED_SUBTREE_BIT","features":[398]},{"name":"CERT_EXTENDED_ERROR_INFO_PROP_ID","features":[398]},{"name":"CERT_EXTENSION","features":[305,398]},{"name":"CERT_EXTENSIONS","features":[305,398]},{"name":"CERT_FILE_HASH_USE_TYPE","features":[398]},{"name":"CERT_FILE_STORE_COMMIT_ENABLE_FLAG","features":[398]},{"name":"CERT_FIND_ANY","features":[398]},{"name":"CERT_FIND_CERT_ID","features":[398]},{"name":"CERT_FIND_CHAIN_IN_STORE_FLAGS","features":[398]},{"name":"CERT_FIND_CROSS_CERT_DIST_POINTS","features":[398]},{"name":"CERT_FIND_CTL_USAGE","features":[398]},{"name":"CERT_FIND_ENHKEY_USAGE","features":[398]},{"name":"CERT_FIND_EXISTING","features":[398]},{"name":"CERT_FIND_EXT_ONLY_CTL_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_FLAGS","features":[398]},{"name":"CERT_FIND_HASH","features":[398]},{"name":"CERT_FIND_HASH_STR","features":[398]},{"name":"CERT_FIND_HAS_PRIVATE_KEY","features":[398]},{"name":"CERT_FIND_ISSUER_ATTR","features":[398]},{"name":"CERT_FIND_ISSUER_NAME","features":[398]},{"name":"CERT_FIND_ISSUER_OF","features":[398]},{"name":"CERT_FIND_ISSUER_STR","features":[398]},{"name":"CERT_FIND_ISSUER_STR_A","features":[398]},{"name":"CERT_FIND_ISSUER_STR_W","features":[398]},{"name":"CERT_FIND_KEY_IDENTIFIER","features":[398]},{"name":"CERT_FIND_KEY_SPEC","features":[398]},{"name":"CERT_FIND_MD5_HASH","features":[398]},{"name":"CERT_FIND_NO_CTL_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_NO_ENHKEY_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_OPTIONAL_CTL_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_OR_CTL_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_OR_ENHKEY_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_PROPERTY","features":[398]},{"name":"CERT_FIND_PROP_ONLY_CTL_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_PROP_ONLY_ENHKEY_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_PUBKEY_MD5_HASH","features":[398]},{"name":"CERT_FIND_PUBLIC_KEY","features":[398]},{"name":"CERT_FIND_SHA1_HASH","features":[398]},{"name":"CERT_FIND_SIGNATURE_HASH","features":[398]},{"name":"CERT_FIND_SUBJECT_ATTR","features":[398]},{"name":"CERT_FIND_SUBJECT_CERT","features":[398]},{"name":"CERT_FIND_SUBJECT_INFO_ACCESS","features":[398]},{"name":"CERT_FIND_SUBJECT_NAME","features":[398]},{"name":"CERT_FIND_SUBJECT_STR","features":[398]},{"name":"CERT_FIND_SUBJECT_STR_A","features":[398]},{"name":"CERT_FIND_SUBJECT_STR_W","features":[398]},{"name":"CERT_FIND_TYPE","features":[398]},{"name":"CERT_FIND_VALID_CTL_USAGE_FLAG","features":[398]},{"name":"CERT_FIND_VALID_ENHKEY_USAGE_FLAG","features":[398]},{"name":"CERT_FIRST_RESERVED_PROP_ID","features":[398]},{"name":"CERT_FIRST_USER_PROP_ID","features":[398]},{"name":"CERT_FORTEZZA_DATA_PROP","features":[398]},{"name":"CERT_FORTEZZA_DATA_PROP_ID","features":[398]},{"name":"CERT_FRIENDLY_NAME_PROP_ID","features":[398]},{"name":"CERT_GENERAL_SUBTREE","features":[305,398]},{"name":"CERT_GROUP_POLICY_SYSTEM_STORE_REGPATH","features":[398]},{"name":"CERT_HASHED_URL","features":[398]},{"name":"CERT_HASH_PROP_ID","features":[398]},{"name":"CERT_HCRYPTPROV_OR_NCRYPT_KEY_HANDLE_PROP_ID","features":[398]},{"name":"CERT_HCRYPTPROV_TRANSFER_PROP_ID","features":[398]},{"name":"CERT_ID","features":[398]},{"name":"CERT_ID_ISSUER_SERIAL_NUMBER","features":[398]},{"name":"CERT_ID_KEY_IDENTIFIER","features":[398]},{"name":"CERT_ID_OPTION","features":[398]},{"name":"CERT_ID_SHA1_HASH","features":[398]},{"name":"CERT_IE30_RESERVED_PROP_ID","features":[398]},{"name":"CERT_IE_DIRTY_FLAGS_REGPATH","features":[398]},{"name":"CERT_INFO","features":[305,398]},{"name":"CERT_INFO_EXTENSION_FLAG","features":[398]},{"name":"CERT_INFO_ISSUER_FLAG","features":[398]},{"name":"CERT_INFO_ISSUER_UNIQUE_ID_FLAG","features":[398]},{"name":"CERT_INFO_NOT_AFTER_FLAG","features":[398]},{"name":"CERT_INFO_NOT_BEFORE_FLAG","features":[398]},{"name":"CERT_INFO_SERIAL_NUMBER_FLAG","features":[398]},{"name":"CERT_INFO_SIGNATURE_ALGORITHM_FLAG","features":[398]},{"name":"CERT_INFO_SUBJECT_FLAG","features":[398]},{"name":"CERT_INFO_SUBJECT_PUBLIC_KEY_INFO_FLAG","features":[398]},{"name":"CERT_INFO_SUBJECT_UNIQUE_ID_FLAG","features":[398]},{"name":"CERT_INFO_VERSION_FLAG","features":[398]},{"name":"CERT_ISOLATED_KEY_PROP_ID","features":[398]},{"name":"CERT_ISSUER_CHAIN_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[398]},{"name":"CERT_ISSUER_CHAIN_SIGN_HASH_CNG_ALG_PROP_ID","features":[398]},{"name":"CERT_ISSUER_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[398]},{"name":"CERT_ISSUER_PUB_KEY_BIT_LENGTH_PROP_ID","features":[398]},{"name":"CERT_ISSUER_SERIAL_NUMBER","features":[398]},{"name":"CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[398]},{"name":"CERT_KEYGEN_REQUEST_INFO","features":[398]},{"name":"CERT_KEYGEN_REQUEST_V1","features":[398]},{"name":"CERT_KEY_AGREEMENT_KEY_USAGE","features":[398]},{"name":"CERT_KEY_ATTRIBUTES_INFO","features":[305,398]},{"name":"CERT_KEY_CERT_SIGN_KEY_USAGE","features":[398]},{"name":"CERT_KEY_CLASSIFICATION_PROP_ID","features":[398]},{"name":"CERT_KEY_CONTEXT","features":[398]},{"name":"CERT_KEY_CONTEXT_PROP_ID","features":[398]},{"name":"CERT_KEY_ENCIPHERMENT_KEY_USAGE","features":[398]},{"name":"CERT_KEY_IDENTIFIER_PROP_ID","features":[398]},{"name":"CERT_KEY_PROV_HANDLE_PROP_ID","features":[398]},{"name":"CERT_KEY_PROV_INFO_PROP_ID","features":[398]},{"name":"CERT_KEY_REPAIR_ATTEMPTED_PROP_ID","features":[398]},{"name":"CERT_KEY_SPEC","features":[398]},{"name":"CERT_KEY_SPEC_PROP_ID","features":[398]},{"name":"CERT_KEY_USAGE_RESTRICTION_INFO","features":[398]},{"name":"CERT_LAST_RESERVED_PROP_ID","features":[398]},{"name":"CERT_LAST_USER_PROP_ID","features":[398]},{"name":"CERT_LDAP_STORE_AREC_EXCLUSIVE_FLAG","features":[398]},{"name":"CERT_LDAP_STORE_OPENED_FLAG","features":[398]},{"name":"CERT_LDAP_STORE_OPENED_PARA","features":[398]},{"name":"CERT_LDAP_STORE_SIGN_FLAG","features":[398]},{"name":"CERT_LDAP_STORE_UNBIND_FLAG","features":[398]},{"name":"CERT_LOCAL_MACHINE_SYSTEM_STORE_REGPATH","features":[398]},{"name":"CERT_LOGOTYPE_AUDIO","features":[398]},{"name":"CERT_LOGOTYPE_AUDIO_INFO","features":[398]},{"name":"CERT_LOGOTYPE_BITS_IMAGE_RESOLUTION_CHOICE","features":[398]},{"name":"CERT_LOGOTYPE_CHOICE","features":[398]},{"name":"CERT_LOGOTYPE_COLOR_IMAGE_INFO_CHOICE","features":[398]},{"name":"CERT_LOGOTYPE_DATA","features":[398]},{"name":"CERT_LOGOTYPE_DETAILS","features":[398]},{"name":"CERT_LOGOTYPE_DIRECT_INFO_CHOICE","features":[398]},{"name":"CERT_LOGOTYPE_EXT_INFO","features":[398]},{"name":"CERT_LOGOTYPE_GRAY_SCALE_IMAGE_INFO_CHOICE","features":[398]},{"name":"CERT_LOGOTYPE_IMAGE","features":[398]},{"name":"CERT_LOGOTYPE_IMAGE_INFO","features":[398]},{"name":"CERT_LOGOTYPE_IMAGE_INFO_TYPE","features":[398]},{"name":"CERT_LOGOTYPE_INDIRECT_INFO_CHOICE","features":[398]},{"name":"CERT_LOGOTYPE_INFO","features":[398]},{"name":"CERT_LOGOTYPE_NO_IMAGE_RESOLUTION_CHOICE","features":[398]},{"name":"CERT_LOGOTYPE_OPTION","features":[398]},{"name":"CERT_LOGOTYPE_REFERENCE","features":[398]},{"name":"CERT_LOGOTYPE_TABLE_SIZE_IMAGE_RESOLUTION_CHOICE","features":[398]},{"name":"CERT_MD5_HASH_PROP_ID","features":[398]},{"name":"CERT_NAME_ATTR_TYPE","features":[398]},{"name":"CERT_NAME_CONSTRAINTS_INFO","features":[305,398]},{"name":"CERT_NAME_DISABLE_IE4_UTF8_FLAG","features":[398]},{"name":"CERT_NAME_DNS_TYPE","features":[398]},{"name":"CERT_NAME_EMAIL_TYPE","features":[398]},{"name":"CERT_NAME_FRIENDLY_DISPLAY_TYPE","features":[398]},{"name":"CERT_NAME_INFO","features":[398]},{"name":"CERT_NAME_ISSUER_FLAG","features":[398]},{"name":"CERT_NAME_RDN_TYPE","features":[398]},{"name":"CERT_NAME_SEARCH_ALL_NAMES_FLAG","features":[398]},{"name":"CERT_NAME_SIMPLE_DISPLAY_TYPE","features":[398]},{"name":"CERT_NAME_STR_COMMA_FLAG","features":[398]},{"name":"CERT_NAME_STR_CRLF_FLAG","features":[398]},{"name":"CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG","features":[398]},{"name":"CERT_NAME_STR_DISABLE_UTF8_DIR_STR_FLAG","features":[398]},{"name":"CERT_NAME_STR_ENABLE_PUNYCODE_FLAG","features":[398]},{"name":"CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG","features":[398]},{"name":"CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG","features":[398]},{"name":"CERT_NAME_STR_FORCE_UTF8_DIR_STR_FLAG","features":[398]},{"name":"CERT_NAME_STR_FORWARD_FLAG","features":[398]},{"name":"CERT_NAME_STR_NO_PLUS_FLAG","features":[398]},{"name":"CERT_NAME_STR_NO_QUOTING_FLAG","features":[398]},{"name":"CERT_NAME_STR_REVERSE_FLAG","features":[398]},{"name":"CERT_NAME_STR_SEMICOLON_FLAG","features":[398]},{"name":"CERT_NAME_UPN_TYPE","features":[398]},{"name":"CERT_NAME_URL_TYPE","features":[398]},{"name":"CERT_NAME_VALUE","features":[398]},{"name":"CERT_NCRYPT_KEY_HANDLE_PROP_ID","features":[398]},{"name":"CERT_NCRYPT_KEY_HANDLE_TRANSFER_PROP_ID","features":[398]},{"name":"CERT_NCRYPT_KEY_SPEC","features":[398]},{"name":"CERT_NEW_KEY_PROP_ID","features":[398]},{"name":"CERT_NEXT_UPDATE_LOCATION_PROP_ID","features":[398]},{"name":"CERT_NONCOMPLIANT_ROOT_URL_PROP_ID","features":[398]},{"name":"CERT_NON_REPUDIATION_KEY_USAGE","features":[398]},{"name":"CERT_NOT_BEFORE_ENHKEY_USAGE_PROP_ID","features":[398]},{"name":"CERT_NOT_BEFORE_FILETIME_PROP_ID","features":[398]},{"name":"CERT_NO_AUTO_EXPIRE_CHECK_PROP_ID","features":[398]},{"name":"CERT_NO_EXPIRE_NOTIFICATION_PROP_ID","features":[398]},{"name":"CERT_OCM_SUBCOMPONENTS_LOCAL_MACHINE_REGPATH","features":[398]},{"name":"CERT_OCM_SUBCOMPONENTS_ROOT_AUTO_UPDATE_VALUE_NAME","features":[398]},{"name":"CERT_OCSP_CACHE_PREFIX_PROP_ID","features":[398]},{"name":"CERT_OCSP_MUST_STAPLE_PROP_ID","features":[398]},{"name":"CERT_OCSP_RESPONSE_PROP_ID","features":[398]},{"name":"CERT_OFFLINE_CRL_SIGN_KEY_USAGE","features":[398]},{"name":"CERT_OID_NAME_STR","features":[398]},{"name":"CERT_OPEN_STORE_FLAGS","features":[398]},{"name":"CERT_OR_CRL_BLOB","features":[398]},{"name":"CERT_OR_CRL_BUNDLE","features":[398]},{"name":"CERT_OTHER_LOGOTYPE_INFO","features":[398]},{"name":"CERT_OTHER_NAME","features":[398]},{"name":"CERT_PAIR","features":[398]},{"name":"CERT_PHYSICAL_STORE_ADD_ENABLE_FLAG","features":[398]},{"name":"CERT_PHYSICAL_STORE_AUTH_ROOT_NAME","features":[398]},{"name":"CERT_PHYSICAL_STORE_DEFAULT_NAME","features":[398]},{"name":"CERT_PHYSICAL_STORE_DS_USER_CERTIFICATE_NAME","features":[398]},{"name":"CERT_PHYSICAL_STORE_ENTERPRISE_NAME","features":[398]},{"name":"CERT_PHYSICAL_STORE_GROUP_POLICY_NAME","features":[398]},{"name":"CERT_PHYSICAL_STORE_INFO","features":[398]},{"name":"CERT_PHYSICAL_STORE_INSERT_COMPUTER_NAME_ENABLE_FLAG","features":[398]},{"name":"CERT_PHYSICAL_STORE_LOCAL_MACHINE_GROUP_POLICY_NAME","features":[398]},{"name":"CERT_PHYSICAL_STORE_LOCAL_MACHINE_NAME","features":[398]},{"name":"CERT_PHYSICAL_STORE_OPEN_DISABLE_FLAG","features":[398]},{"name":"CERT_PHYSICAL_STORE_PREDEFINED_ENUM_FLAG","features":[398]},{"name":"CERT_PHYSICAL_STORE_REMOTE_OPEN_DISABLE_FLAG","features":[398]},{"name":"CERT_PHYSICAL_STORE_SMART_CARD_NAME","features":[398]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_ENCODED_CTL_VALUE_NAME","features":[398]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_LAST_SYNC_TIME_VALUE_NAME","features":[398]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_LIST_IDENTIFIER","features":[398]},{"name":"CERT_PIN_RULES_AUTO_UPDATE_SYNC_DELTA_TIME_VALUE_NAME","features":[398]},{"name":"CERT_PIN_RULES_CAB_FILENAME","features":[398]},{"name":"CERT_PIN_RULES_CTL_FILENAME","features":[398]},{"name":"CERT_PIN_RULES_CTL_FILENAME_A","features":[398]},{"name":"CERT_PIN_SHA256_HASH_PROP_ID","features":[398]},{"name":"CERT_POLICIES_INFO","features":[398]},{"name":"CERT_POLICY95_QUALIFIER1","features":[398]},{"name":"CERT_POLICY_CONSTRAINTS_INFO","features":[305,398]},{"name":"CERT_POLICY_ID","features":[398]},{"name":"CERT_POLICY_INFO","features":[398]},{"name":"CERT_POLICY_MAPPING","features":[398]},{"name":"CERT_POLICY_MAPPINGS_INFO","features":[398]},{"name":"CERT_POLICY_QUALIFIER_INFO","features":[398]},{"name":"CERT_POLICY_QUALIFIER_NOTICE_REFERENCE","features":[398]},{"name":"CERT_POLICY_QUALIFIER_USER_NOTICE","features":[398]},{"name":"CERT_PRIVATE_KEY_VALIDITY","features":[305,398]},{"name":"CERT_PROT_ROOT_DISABLE_CURRENT_USER_FLAG","features":[398]},{"name":"CERT_PROT_ROOT_DISABLE_LM_AUTH_FLAG","features":[398]},{"name":"CERT_PROT_ROOT_DISABLE_NOT_DEFINED_NAME_CONSTRAINT_FLAG","features":[398]},{"name":"CERT_PROT_ROOT_DISABLE_NT_AUTH_REQUIRED_FLAG","features":[398]},{"name":"CERT_PROT_ROOT_DISABLE_PEER_TRUST","features":[398]},{"name":"CERT_PROT_ROOT_FLAGS_VALUE_NAME","features":[398]},{"name":"CERT_PROT_ROOT_INHIBIT_ADD_AT_INIT_FLAG","features":[398]},{"name":"CERT_PROT_ROOT_INHIBIT_PURGE_LM_FLAG","features":[398]},{"name":"CERT_PROT_ROOT_ONLY_LM_GPT_FLAG","features":[398]},{"name":"CERT_PROT_ROOT_PEER_USAGES_VALUE_NAME","features":[398]},{"name":"CERT_PROT_ROOT_PEER_USAGES_VALUE_NAME_A","features":[398]},{"name":"CERT_PUBKEY_ALG_PARA_PROP_ID","features":[398]},{"name":"CERT_PUBKEY_HASH_RESERVED_PROP_ID","features":[398]},{"name":"CERT_PUBLIC_KEY_INFO","features":[398]},{"name":"CERT_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[398]},{"name":"CERT_PVK_FILE_PROP_ID","features":[398]},{"name":"CERT_QC_STATEMENT","features":[398]},{"name":"CERT_QC_STATEMENTS_EXT_INFO","features":[398]},{"name":"CERT_QUERY_CONTENT_CERT","features":[398]},{"name":"CERT_QUERY_CONTENT_CERT_PAIR","features":[398]},{"name":"CERT_QUERY_CONTENT_CRL","features":[398]},{"name":"CERT_QUERY_CONTENT_CTL","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_ALL","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_ALL_ISSUER_CERT","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_CERT","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_CERT_PAIR","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_CRL","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_CTL","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_PFX","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_PFX_AND_LOAD","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS10","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED_EMBED","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_PKCS7_UNSIGNED","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CERT","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CRL","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_CTL","features":[398]},{"name":"CERT_QUERY_CONTENT_FLAG_SERIALIZED_STORE","features":[398]},{"name":"CERT_QUERY_CONTENT_PFX","features":[398]},{"name":"CERT_QUERY_CONTENT_PFX_AND_LOAD","features":[398]},{"name":"CERT_QUERY_CONTENT_PKCS10","features":[398]},{"name":"CERT_QUERY_CONTENT_PKCS7_SIGNED","features":[398]},{"name":"CERT_QUERY_CONTENT_PKCS7_SIGNED_EMBED","features":[398]},{"name":"CERT_QUERY_CONTENT_PKCS7_UNSIGNED","features":[398]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CERT","features":[398]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CRL","features":[398]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_CTL","features":[398]},{"name":"CERT_QUERY_CONTENT_SERIALIZED_STORE","features":[398]},{"name":"CERT_QUERY_CONTENT_TYPE","features":[398]},{"name":"CERT_QUERY_CONTENT_TYPE_FLAGS","features":[398]},{"name":"CERT_QUERY_ENCODING_TYPE","features":[398]},{"name":"CERT_QUERY_FORMAT_ASN_ASCII_HEX_ENCODED","features":[398]},{"name":"CERT_QUERY_FORMAT_BASE64_ENCODED","features":[398]},{"name":"CERT_QUERY_FORMAT_BINARY","features":[398]},{"name":"CERT_QUERY_FORMAT_FLAG_ALL","features":[398]},{"name":"CERT_QUERY_FORMAT_FLAG_ASN_ASCII_HEX_ENCODED","features":[398]},{"name":"CERT_QUERY_FORMAT_FLAG_BASE64_ENCODED","features":[398]},{"name":"CERT_QUERY_FORMAT_FLAG_BINARY","features":[398]},{"name":"CERT_QUERY_FORMAT_TYPE","features":[398]},{"name":"CERT_QUERY_FORMAT_TYPE_FLAGS","features":[398]},{"name":"CERT_QUERY_OBJECT_BLOB","features":[398]},{"name":"CERT_QUERY_OBJECT_FILE","features":[398]},{"name":"CERT_QUERY_OBJECT_TYPE","features":[398]},{"name":"CERT_RDN","features":[398]},{"name":"CERT_RDN_ANY_TYPE","features":[398]},{"name":"CERT_RDN_ATTR","features":[398]},{"name":"CERT_RDN_ATTR_VALUE_TYPE","features":[398]},{"name":"CERT_RDN_BMP_STRING","features":[398]},{"name":"CERT_RDN_DISABLE_CHECK_TYPE_FLAG","features":[398]},{"name":"CERT_RDN_DISABLE_IE4_UTF8_FLAG","features":[398]},{"name":"CERT_RDN_ENABLE_PUNYCODE_FLAG","features":[398]},{"name":"CERT_RDN_ENABLE_T61_UNICODE_FLAG","features":[398]},{"name":"CERT_RDN_ENABLE_UTF8_UNICODE_FLAG","features":[398]},{"name":"CERT_RDN_ENCODED_BLOB","features":[398]},{"name":"CERT_RDN_FLAGS_MASK","features":[398]},{"name":"CERT_RDN_FORCE_UTF8_UNICODE_FLAG","features":[398]},{"name":"CERT_RDN_GENERAL_STRING","features":[398]},{"name":"CERT_RDN_GRAPHIC_STRING","features":[398]},{"name":"CERT_RDN_IA5_STRING","features":[398]},{"name":"CERT_RDN_INT4_STRING","features":[398]},{"name":"CERT_RDN_ISO646_STRING","features":[398]},{"name":"CERT_RDN_NUMERIC_STRING","features":[398]},{"name":"CERT_RDN_OCTET_STRING","features":[398]},{"name":"CERT_RDN_PRINTABLE_STRING","features":[398]},{"name":"CERT_RDN_T61_STRING","features":[398]},{"name":"CERT_RDN_TELETEX_STRING","features":[398]},{"name":"CERT_RDN_TYPE_MASK","features":[398]},{"name":"CERT_RDN_UNICODE_STRING","features":[398]},{"name":"CERT_RDN_UNIVERSAL_STRING","features":[398]},{"name":"CERT_RDN_UTF8_STRING","features":[398]},{"name":"CERT_RDN_VIDEOTEX_STRING","features":[398]},{"name":"CERT_RDN_VISIBLE_STRING","features":[398]},{"name":"CERT_REGISTRY_STORE_CLIENT_GPT_FLAG","features":[398]},{"name":"CERT_REGISTRY_STORE_CLIENT_GPT_PARA","features":[398,373]},{"name":"CERT_REGISTRY_STORE_EXTERNAL_FLAG","features":[398]},{"name":"CERT_REGISTRY_STORE_LM_GPT_FLAG","features":[398]},{"name":"CERT_REGISTRY_STORE_MY_IE_DIRTY_FLAG","features":[398]},{"name":"CERT_REGISTRY_STORE_REMOTE_FLAG","features":[398]},{"name":"CERT_REGISTRY_STORE_ROAMING_FLAG","features":[398]},{"name":"CERT_REGISTRY_STORE_ROAMING_PARA","features":[398,373]},{"name":"CERT_REGISTRY_STORE_SERIALIZED_FLAG","features":[398]},{"name":"CERT_RENEWAL_PROP_ID","features":[398]},{"name":"CERT_REQUEST_INFO","features":[398]},{"name":"CERT_REQUEST_ORIGINATOR_PROP_ID","features":[398]},{"name":"CERT_REQUEST_V1","features":[398]},{"name":"CERT_RETRIEVE_BIOMETRIC_PREDEFINED_BASE_TYPE","features":[398]},{"name":"CERT_RETRIEVE_COMMUNITY_LOGO","features":[398]},{"name":"CERT_RETRIEVE_ISSUER_LOGO","features":[398]},{"name":"CERT_RETRIEVE_SUBJECT_LOGO","features":[398]},{"name":"CERT_RETR_BEHAVIOR_FILE_VALUE_NAME","features":[398]},{"name":"CERT_RETR_BEHAVIOR_INET_AUTH_VALUE_NAME","features":[398]},{"name":"CERT_RETR_BEHAVIOR_INET_STATUS_VALUE_NAME","features":[398]},{"name":"CERT_RETR_BEHAVIOR_LDAP_VALUE_NAME","features":[398]},{"name":"CERT_REVOCATION_CHAIN_PARA","features":[305,398]},{"name":"CERT_REVOCATION_CRL_INFO","features":[305,398]},{"name":"CERT_REVOCATION_INFO","features":[305,398]},{"name":"CERT_REVOCATION_PARA","features":[305,398]},{"name":"CERT_REVOCATION_STATUS","features":[305,398]},{"name":"CERT_REVOCATION_STATUS_REASON","features":[398]},{"name":"CERT_ROOT_PROGRAM_CERT_POLICIES_PROP_ID","features":[398]},{"name":"CERT_ROOT_PROGRAM_CHAIN_POLICIES_PROP_ID","features":[398]},{"name":"CERT_ROOT_PROGRAM_FLAGS","features":[398]},{"name":"CERT_ROOT_PROGRAM_FLAG_ADDRESS","features":[398]},{"name":"CERT_ROOT_PROGRAM_FLAG_LSC","features":[398]},{"name":"CERT_ROOT_PROGRAM_FLAG_ORG","features":[398]},{"name":"CERT_ROOT_PROGRAM_FLAG_OU","features":[398]},{"name":"CERT_ROOT_PROGRAM_FLAG_SUBJECT_LOGO","features":[398]},{"name":"CERT_ROOT_PROGRAM_NAME_CONSTRAINTS_PROP_ID","features":[398]},{"name":"CERT_RSA_PUBLIC_KEY_OBJID","features":[398]},{"name":"CERT_SCARD_PIN_ID_PROP_ID","features":[398]},{"name":"CERT_SCARD_PIN_INFO_PROP_ID","features":[398]},{"name":"CERT_SCEP_CA_CERT_PROP_ID","features":[398]},{"name":"CERT_SCEP_ENCRYPT_HASH_CNG_ALG_PROP_ID","features":[398]},{"name":"CERT_SCEP_FLAGS_PROP_ID","features":[398]},{"name":"CERT_SCEP_GUID_PROP_ID","features":[398]},{"name":"CERT_SCEP_NONCE_PROP_ID","features":[398]},{"name":"CERT_SCEP_RA_ENCRYPTION_CERT_PROP_ID","features":[398]},{"name":"CERT_SCEP_RA_SIGNATURE_CERT_PROP_ID","features":[398]},{"name":"CERT_SCEP_SERVER_CERTS_PROP_ID","features":[398]},{"name":"CERT_SCEP_SIGNER_CERT_PROP_ID","features":[398]},{"name":"CERT_SELECT_ALLOW_DUPLICATES","features":[398]},{"name":"CERT_SELECT_ALLOW_EXPIRED","features":[398]},{"name":"CERT_SELECT_BY_ENHKEY_USAGE","features":[398]},{"name":"CERT_SELECT_BY_EXTENSION","features":[398]},{"name":"CERT_SELECT_BY_FRIENDLYNAME","features":[398]},{"name":"CERT_SELECT_BY_ISSUER_ATTR","features":[398]},{"name":"CERT_SELECT_BY_ISSUER_DISPLAYNAME","features":[398]},{"name":"CERT_SELECT_BY_ISSUER_NAME","features":[398]},{"name":"CERT_SELECT_BY_KEY_USAGE","features":[398]},{"name":"CERT_SELECT_BY_POLICY_OID","features":[398]},{"name":"CERT_SELECT_BY_PROV_NAME","features":[398]},{"name":"CERT_SELECT_BY_PUBLIC_KEY","features":[398]},{"name":"CERT_SELECT_BY_SUBJECT_ATTR","features":[398]},{"name":"CERT_SELECT_BY_SUBJECT_HOST_NAME","features":[398]},{"name":"CERT_SELECT_BY_THUMBPRINT","features":[398]},{"name":"CERT_SELECT_BY_TLS_SIGNATURES","features":[398]},{"name":"CERT_SELECT_CHAIN_PARA","features":[305,398]},{"name":"CERT_SELECT_CRITERIA","features":[398]},{"name":"CERT_SELECT_CRITERIA_TYPE","features":[398]},{"name":"CERT_SELECT_DISALLOW_SELFSIGNED","features":[398]},{"name":"CERT_SELECT_HARDWARE_ONLY","features":[398]},{"name":"CERT_SELECT_HAS_KEY_FOR_KEY_EXCHANGE","features":[398]},{"name":"CERT_SELECT_HAS_KEY_FOR_SIGNATURE","features":[398]},{"name":"CERT_SELECT_HAS_PRIVATE_KEY","features":[398]},{"name":"CERT_SELECT_IGNORE_AUTOSELECT","features":[398]},{"name":"CERT_SELECT_MAX_PARA","features":[398]},{"name":"CERT_SELECT_TRUSTED_ROOT","features":[398]},{"name":"CERT_SEND_AS_TRUSTED_ISSUER_PROP_ID","features":[398]},{"name":"CERT_SERIALIZABLE_KEY_CONTEXT_PROP_ID","features":[398]},{"name":"CERT_SERIAL_CHAIN_PROP_ID","features":[398]},{"name":"CERT_SERVER_OCSP_RESPONSE_ASYNC_FLAG","features":[398]},{"name":"CERT_SERVER_OCSP_RESPONSE_CONTEXT","features":[398]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA","features":[305,398]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA_READ_FLAG","features":[398]},{"name":"CERT_SERVER_OCSP_RESPONSE_OPEN_PARA_WRITE_FLAG","features":[398]},{"name":"CERT_SET_KEY_CONTEXT_PROP_ID","features":[398]},{"name":"CERT_SET_KEY_PROV_HANDLE_PROP_ID","features":[398]},{"name":"CERT_SET_PROPERTY_IGNORE_PERSIST_ERROR_FLAG","features":[398]},{"name":"CERT_SET_PROPERTY_INHIBIT_PERSIST_FLAG","features":[398]},{"name":"CERT_SHA1_HASH_PROP_ID","features":[398]},{"name":"CERT_SHA256_HASH_PROP_ID","features":[398]},{"name":"CERT_SIGNATURE_HASH_PROP_ID","features":[398]},{"name":"CERT_SIGNED_CONTENT_INFO","features":[398]},{"name":"CERT_SIGN_HASH_CNG_ALG_PROP_ID","features":[398]},{"name":"CERT_SIMPLE_CHAIN","features":[305,398]},{"name":"CERT_SIMPLE_NAME_STR","features":[398]},{"name":"CERT_SMART_CARD_DATA_PROP_ID","features":[398]},{"name":"CERT_SMART_CARD_READER_NON_REMOVABLE_PROP_ID","features":[398]},{"name":"CERT_SMART_CARD_READER_PROP_ID","features":[398]},{"name":"CERT_SMART_CARD_ROOT_INFO_PROP_ID","features":[398]},{"name":"CERT_SOURCE_LOCATION_PROP_ID","features":[398]},{"name":"CERT_SOURCE_URL_PROP_ID","features":[398]},{"name":"CERT_SRV_OCSP_RESP_MAX_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[398]},{"name":"CERT_SRV_OCSP_RESP_MAX_SYNC_CERT_FILE_SECONDS_VALUE_NAME","features":[398]},{"name":"CERT_SRV_OCSP_RESP_MIN_AFTER_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[398]},{"name":"CERT_SRV_OCSP_RESP_MIN_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[398]},{"name":"CERT_SRV_OCSP_RESP_MIN_SYNC_CERT_FILE_SECONDS_DEFAULT","features":[398]},{"name":"CERT_SRV_OCSP_RESP_MIN_SYNC_CERT_FILE_SECONDS_VALUE_NAME","features":[398]},{"name":"CERT_SRV_OCSP_RESP_MIN_VALIDITY_SECONDS_VALUE_NAME","features":[398]},{"name":"CERT_SRV_OCSP_RESP_URL_RETRIEVAL_TIMEOUT_MILLISECONDS_VALUE_NAME","features":[398]},{"name":"CERT_STORE_ADD_ALWAYS","features":[398]},{"name":"CERT_STORE_ADD_NEW","features":[398]},{"name":"CERT_STORE_ADD_NEWER","features":[398]},{"name":"CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES","features":[398]},{"name":"CERT_STORE_ADD_REPLACE_EXISTING","features":[398]},{"name":"CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES","features":[398]},{"name":"CERT_STORE_ADD_USE_EXISTING","features":[398]},{"name":"CERT_STORE_BACKUP_RESTORE_FLAG","features":[398]},{"name":"CERT_STORE_BASE_CRL_FLAG","features":[398]},{"name":"CERT_STORE_CERTIFICATE_CONTEXT","features":[398]},{"name":"CERT_STORE_CREATE_NEW_FLAG","features":[398]},{"name":"CERT_STORE_CRL_CONTEXT","features":[398]},{"name":"CERT_STORE_CTL_CONTEXT","features":[398]},{"name":"CERT_STORE_CTRL_AUTO_RESYNC","features":[398]},{"name":"CERT_STORE_CTRL_CANCEL_NOTIFY","features":[398]},{"name":"CERT_STORE_CTRL_COMMIT","features":[398]},{"name":"CERT_STORE_CTRL_COMMIT_CLEAR_FLAG","features":[398]},{"name":"CERT_STORE_CTRL_COMMIT_FORCE_FLAG","features":[398]},{"name":"CERT_STORE_CTRL_INHIBIT_DUPLICATE_HANDLE_FLAG","features":[398]},{"name":"CERT_STORE_CTRL_NOTIFY_CHANGE","features":[398]},{"name":"CERT_STORE_CTRL_RESYNC","features":[398]},{"name":"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG","features":[398]},{"name":"CERT_STORE_DELETE_FLAG","features":[398]},{"name":"CERT_STORE_DELTA_CRL_FLAG","features":[398]},{"name":"CERT_STORE_ENUM_ARCHIVED_FLAG","features":[398]},{"name":"CERT_STORE_LOCALIZED_NAME_PROP_ID","features":[398]},{"name":"CERT_STORE_MANIFOLD_FLAG","features":[398]},{"name":"CERT_STORE_MAXIMUM_ALLOWED_FLAG","features":[398]},{"name":"CERT_STORE_NO_CRL_FLAG","features":[398]},{"name":"CERT_STORE_NO_CRYPT_RELEASE_FLAG","features":[398]},{"name":"CERT_STORE_NO_ISSUER_FLAG","features":[398]},{"name":"CERT_STORE_OPEN_EXISTING_FLAG","features":[398]},{"name":"CERT_STORE_PROV_CLOSE_FUNC","features":[398]},{"name":"CERT_STORE_PROV_COLLECTION","features":[398]},{"name":"CERT_STORE_PROV_CONTROL_FUNC","features":[398]},{"name":"CERT_STORE_PROV_DELETED_FLAG","features":[398]},{"name":"CERT_STORE_PROV_DELETE_CERT_FUNC","features":[398]},{"name":"CERT_STORE_PROV_DELETE_CRL_FUNC","features":[398]},{"name":"CERT_STORE_PROV_DELETE_CTL_FUNC","features":[398]},{"name":"CERT_STORE_PROV_EXTERNAL_FLAG","features":[398]},{"name":"CERT_STORE_PROV_FILE","features":[398]},{"name":"CERT_STORE_PROV_FILENAME","features":[398]},{"name":"CERT_STORE_PROV_FILENAME_A","features":[398]},{"name":"CERT_STORE_PROV_FILENAME_W","features":[398]},{"name":"CERT_STORE_PROV_FIND_CERT_FUNC","features":[398]},{"name":"CERT_STORE_PROV_FIND_CRL_FUNC","features":[398]},{"name":"CERT_STORE_PROV_FIND_CTL_FUNC","features":[398]},{"name":"CERT_STORE_PROV_FIND_INFO","features":[398]},{"name":"CERT_STORE_PROV_FLAGS","features":[398]},{"name":"CERT_STORE_PROV_FREE_FIND_CERT_FUNC","features":[398]},{"name":"CERT_STORE_PROV_FREE_FIND_CRL_FUNC","features":[398]},{"name":"CERT_STORE_PROV_FREE_FIND_CTL_FUNC","features":[398]},{"name":"CERT_STORE_PROV_GET_CERT_PROPERTY_FUNC","features":[398]},{"name":"CERT_STORE_PROV_GET_CRL_PROPERTY_FUNC","features":[398]},{"name":"CERT_STORE_PROV_GET_CTL_PROPERTY_FUNC","features":[398]},{"name":"CERT_STORE_PROV_GP_SYSTEM_STORE_FLAG","features":[398]},{"name":"CERT_STORE_PROV_INFO","features":[398]},{"name":"CERT_STORE_PROV_LDAP","features":[398]},{"name":"CERT_STORE_PROV_LDAP_W","features":[398]},{"name":"CERT_STORE_PROV_LM_SYSTEM_STORE_FLAG","features":[398]},{"name":"CERT_STORE_PROV_MEMORY","features":[398]},{"name":"CERT_STORE_PROV_MSG","features":[398]},{"name":"CERT_STORE_PROV_NO_PERSIST_FLAG","features":[398]},{"name":"CERT_STORE_PROV_PHYSICAL","features":[398]},{"name":"CERT_STORE_PROV_PHYSICAL_W","features":[398]},{"name":"CERT_STORE_PROV_PKCS12","features":[398]},{"name":"CERT_STORE_PROV_PKCS7","features":[398]},{"name":"CERT_STORE_PROV_READ_CERT_FUNC","features":[398]},{"name":"CERT_STORE_PROV_READ_CRL_FUNC","features":[398]},{"name":"CERT_STORE_PROV_READ_CTL_FUNC","features":[398]},{"name":"CERT_STORE_PROV_REG","features":[398]},{"name":"CERT_STORE_PROV_SERIALIZED","features":[398]},{"name":"CERT_STORE_PROV_SET_CERT_PROPERTY_FUNC","features":[398]},{"name":"CERT_STORE_PROV_SET_CRL_PROPERTY_FUNC","features":[398]},{"name":"CERT_STORE_PROV_SET_CTL_PROPERTY_FUNC","features":[398]},{"name":"CERT_STORE_PROV_SHARED_USER_FLAG","features":[398]},{"name":"CERT_STORE_PROV_SMART_CARD","features":[398]},{"name":"CERT_STORE_PROV_SMART_CARD_W","features":[398]},{"name":"CERT_STORE_PROV_SYSTEM","features":[398]},{"name":"CERT_STORE_PROV_SYSTEM_A","features":[398]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY","features":[398]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY_A","features":[398]},{"name":"CERT_STORE_PROV_SYSTEM_REGISTRY_W","features":[398]},{"name":"CERT_STORE_PROV_SYSTEM_STORE_FLAG","features":[398]},{"name":"CERT_STORE_PROV_SYSTEM_W","features":[398]},{"name":"CERT_STORE_PROV_WRITE_ADD_FLAG","features":[398]},{"name":"CERT_STORE_PROV_WRITE_CERT_FUNC","features":[398]},{"name":"CERT_STORE_PROV_WRITE_CRL_FUNC","features":[398]},{"name":"CERT_STORE_PROV_WRITE_CTL_FUNC","features":[398]},{"name":"CERT_STORE_READONLY_FLAG","features":[398]},{"name":"CERT_STORE_REVOCATION_FLAG","features":[398]},{"name":"CERT_STORE_SAVE_AS","features":[398]},{"name":"CERT_STORE_SAVE_AS_PKCS12","features":[398]},{"name":"CERT_STORE_SAVE_AS_PKCS7","features":[398]},{"name":"CERT_STORE_SAVE_AS_STORE","features":[398]},{"name":"CERT_STORE_SAVE_TO","features":[398]},{"name":"CERT_STORE_SAVE_TO_FILE","features":[398]},{"name":"CERT_STORE_SAVE_TO_FILENAME","features":[398]},{"name":"CERT_STORE_SAVE_TO_FILENAME_A","features":[398]},{"name":"CERT_STORE_SAVE_TO_FILENAME_W","features":[398]},{"name":"CERT_STORE_SAVE_TO_MEMORY","features":[398]},{"name":"CERT_STORE_SET_LOCALIZED_NAME_FLAG","features":[398]},{"name":"CERT_STORE_SHARE_CONTEXT_FLAG","features":[398]},{"name":"CERT_STORE_SHARE_STORE_FLAG","features":[398]},{"name":"CERT_STORE_SIGNATURE_FLAG","features":[398]},{"name":"CERT_STORE_TIME_VALIDITY_FLAG","features":[398]},{"name":"CERT_STORE_UNSAFE_PHYSICAL_FLAG","features":[398]},{"name":"CERT_STORE_UPDATE_KEYID_FLAG","features":[398]},{"name":"CERT_STRING_TYPE","features":[398]},{"name":"CERT_STRONG_SIGN_ECDSA_ALGORITHM","features":[398]},{"name":"CERT_STRONG_SIGN_ENABLE_CRL_CHECK","features":[398]},{"name":"CERT_STRONG_SIGN_ENABLE_OCSP_CHECK","features":[398]},{"name":"CERT_STRONG_SIGN_FLAGS","features":[398]},{"name":"CERT_STRONG_SIGN_OID_INFO_CHOICE","features":[398]},{"name":"CERT_STRONG_SIGN_PARA","features":[398]},{"name":"CERT_STRONG_SIGN_SERIALIZED_INFO","features":[398]},{"name":"CERT_STRONG_SIGN_SERIALIZED_INFO_CHOICE","features":[398]},{"name":"CERT_SUBJECT_DISABLE_CRL_PROP_ID","features":[398]},{"name":"CERT_SUBJECT_INFO_ACCESS_PROP_ID","features":[398]},{"name":"CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[398]},{"name":"CERT_SUBJECT_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[398]},{"name":"CERT_SUBJECT_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[398]},{"name":"CERT_SUBJECT_PUB_KEY_BIT_LENGTH_PROP_ID","features":[398]},{"name":"CERT_SUPPORTED_ALGORITHM_INFO","features":[398]},{"name":"CERT_SYSTEM_STORE_CURRENT_SERVICE_ID","features":[398]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER","features":[398]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY_ID","features":[398]},{"name":"CERT_SYSTEM_STORE_CURRENT_USER_ID","features":[398]},{"name":"CERT_SYSTEM_STORE_DEFER_READ_FLAG","features":[398]},{"name":"CERT_SYSTEM_STORE_FLAGS","features":[398]},{"name":"CERT_SYSTEM_STORE_INFO","features":[398]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE","features":[398]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE_ID","features":[398]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY_ID","features":[398]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_ID","features":[398]},{"name":"CERT_SYSTEM_STORE_LOCAL_MACHINE_WCOS_ID","features":[398]},{"name":"CERT_SYSTEM_STORE_LOCATION_MASK","features":[398]},{"name":"CERT_SYSTEM_STORE_LOCATION_SHIFT","features":[398]},{"name":"CERT_SYSTEM_STORE_MASK","features":[398]},{"name":"CERT_SYSTEM_STORE_RELOCATE_FLAG","features":[398]},{"name":"CERT_SYSTEM_STORE_RELOCATE_PARA","features":[398,373]},{"name":"CERT_SYSTEM_STORE_SERVICES_ID","features":[398]},{"name":"CERT_SYSTEM_STORE_UNPROTECTED_FLAG","features":[398]},{"name":"CERT_SYSTEM_STORE_USERS_ID","features":[398]},{"name":"CERT_TEMPLATE_EXT","features":[305,398]},{"name":"CERT_TIMESTAMP_HASH_USE_TYPE","features":[398]},{"name":"CERT_TPM_SPECIFICATION_INFO","features":[398]},{"name":"CERT_TRUST_AUTO_UPDATE_CA_REVOCATION","features":[398]},{"name":"CERT_TRUST_AUTO_UPDATE_END_REVOCATION","features":[398]},{"name":"CERT_TRUST_BEFORE_DISALLOWED_CA_FILETIME","features":[398]},{"name":"CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID","features":[398]},{"name":"CERT_TRUST_CTL_IS_NOT_TIME_VALID","features":[398]},{"name":"CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE","features":[398]},{"name":"CERT_TRUST_HAS_ALLOW_WEAK_SIGNATURE","features":[398]},{"name":"CERT_TRUST_HAS_AUTO_UPDATE_WEAK_SIGNATURE","features":[398]},{"name":"CERT_TRUST_HAS_CRL_VALIDITY_EXTENDED","features":[398]},{"name":"CERT_TRUST_HAS_EXACT_MATCH_ISSUER","features":[398]},{"name":"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT","features":[398]},{"name":"CERT_TRUST_HAS_ISSUANCE_CHAIN_POLICY","features":[398]},{"name":"CERT_TRUST_HAS_KEY_MATCH_ISSUER","features":[398]},{"name":"CERT_TRUST_HAS_NAME_MATCH_ISSUER","features":[398]},{"name":"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT","features":[398]},{"name":"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT","features":[398]},{"name":"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT","features":[398]},{"name":"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT","features":[398]},{"name":"CERT_TRUST_HAS_PREFERRED_ISSUER","features":[398]},{"name":"CERT_TRUST_HAS_VALID_NAME_CONSTRAINTS","features":[398]},{"name":"CERT_TRUST_HAS_WEAK_HYGIENE","features":[398]},{"name":"CERT_TRUST_HAS_WEAK_SIGNATURE","features":[398]},{"name":"CERT_TRUST_INVALID_BASIC_CONSTRAINTS","features":[398]},{"name":"CERT_TRUST_INVALID_EXTENSION","features":[398]},{"name":"CERT_TRUST_INVALID_NAME_CONSTRAINTS","features":[398]},{"name":"CERT_TRUST_INVALID_POLICY_CONSTRAINTS","features":[398]},{"name":"CERT_TRUST_IS_CA_TRUSTED","features":[398]},{"name":"CERT_TRUST_IS_COMPLEX_CHAIN","features":[398]},{"name":"CERT_TRUST_IS_CYCLIC","features":[398]},{"name":"CERT_TRUST_IS_EXPLICIT_DISTRUST","features":[398]},{"name":"CERT_TRUST_IS_FROM_EXCLUSIVE_TRUST_STORE","features":[398]},{"name":"CERT_TRUST_IS_KEY_ROLLOVER","features":[398]},{"name":"CERT_TRUST_IS_NOT_SIGNATURE_VALID","features":[398]},{"name":"CERT_TRUST_IS_NOT_TIME_NESTED","features":[398]},{"name":"CERT_TRUST_IS_NOT_TIME_VALID","features":[398]},{"name":"CERT_TRUST_IS_NOT_VALID_FOR_USAGE","features":[398]},{"name":"CERT_TRUST_IS_OFFLINE_REVOCATION","features":[398]},{"name":"CERT_TRUST_IS_PARTIAL_CHAIN","features":[398]},{"name":"CERT_TRUST_IS_PEER_TRUSTED","features":[398]},{"name":"CERT_TRUST_IS_REVOKED","features":[398]},{"name":"CERT_TRUST_IS_SELF_SIGNED","features":[398]},{"name":"CERT_TRUST_IS_UNTRUSTED_ROOT","features":[398]},{"name":"CERT_TRUST_LIST_INFO","features":[305,398]},{"name":"CERT_TRUST_NO_ERROR","features":[398]},{"name":"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY","features":[398]},{"name":"CERT_TRUST_NO_OCSP_FAILOVER_TO_CRL","features":[398]},{"name":"CERT_TRUST_NO_TIME_CHECK","features":[398]},{"name":"CERT_TRUST_PUB_ALLOW_END_USER_TRUST","features":[398]},{"name":"CERT_TRUST_PUB_ALLOW_ENTERPRISE_ADMIN_TRUST","features":[398]},{"name":"CERT_TRUST_PUB_ALLOW_MACHINE_ADMIN_TRUST","features":[398]},{"name":"CERT_TRUST_PUB_ALLOW_TRUST_MASK","features":[398]},{"name":"CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME","features":[398]},{"name":"CERT_TRUST_PUB_CHECK_PUBLISHER_REV_FLAG","features":[398]},{"name":"CERT_TRUST_PUB_CHECK_TIMESTAMP_REV_FLAG","features":[398]},{"name":"CERT_TRUST_REVOCATION_STATUS_UNKNOWN","features":[398]},{"name":"CERT_TRUST_SSL_HANDSHAKE_OCSP","features":[398]},{"name":"CERT_TRUST_SSL_RECONNECT_OCSP","features":[398]},{"name":"CERT_TRUST_SSL_TIME_VALID","features":[398]},{"name":"CERT_TRUST_SSL_TIME_VALID_OCSP","features":[398]},{"name":"CERT_TRUST_STATUS","features":[398]},{"name":"CERT_UNICODE_ATTR_ERR_INDEX_MASK","features":[398]},{"name":"CERT_UNICODE_ATTR_ERR_INDEX_SHIFT","features":[398]},{"name":"CERT_UNICODE_IS_RDN_ATTRS_FLAG","features":[398]},{"name":"CERT_UNICODE_RDN_ERR_INDEX_MASK","features":[398]},{"name":"CERT_UNICODE_RDN_ERR_INDEX_SHIFT","features":[398]},{"name":"CERT_UNICODE_VALUE_ERR_INDEX_MASK","features":[398]},{"name":"CERT_UNICODE_VALUE_ERR_INDEX_SHIFT","features":[398]},{"name":"CERT_USAGE_MATCH","features":[398]},{"name":"CERT_V1","features":[398]},{"name":"CERT_V2","features":[398]},{"name":"CERT_V3","features":[398]},{"name":"CERT_VERIFY_ALLOW_MORE_USAGE_FLAG","features":[398]},{"name":"CERT_VERIFY_CACHE_ONLY_BASED_REVOCATION","features":[398]},{"name":"CERT_VERIFY_INHIBIT_CTL_UPDATE_FLAG","features":[398]},{"name":"CERT_VERIFY_NO_TIME_CHECK_FLAG","features":[398]},{"name":"CERT_VERIFY_REV_ACCUMULATIVE_TIMEOUT_FLAG","features":[398]},{"name":"CERT_VERIFY_REV_CHAIN_FLAG","features":[398]},{"name":"CERT_VERIFY_REV_NO_OCSP_FAILOVER_TO_CRL_FLAG","features":[398]},{"name":"CERT_VERIFY_REV_SERVER_OCSP_FLAG","features":[398]},{"name":"CERT_VERIFY_REV_SERVER_OCSP_WIRE_ONLY_FLAG","features":[398]},{"name":"CERT_VERIFY_TRUSTED_SIGNERS_FLAG","features":[398]},{"name":"CERT_VERIFY_UPDATED_CTL_FLAG","features":[398]},{"name":"CERT_X500_NAME_STR","features":[398]},{"name":"CERT_X942_DH_PARAMETERS","features":[398]},{"name":"CERT_X942_DH_VALIDATION_PARAMS","features":[398]},{"name":"CERT_XML_NAME_STR","features":[398]},{"name":"CESSetupProperty","features":[398]},{"name":"CKP_BLOCK_LENGTH","features":[398]},{"name":"CKP_CHAINING_MODE","features":[398]},{"name":"CKP_INITIALIZATION_VECTOR","features":[398]},{"name":"CLAIMLIST","features":[398]},{"name":"CLMD_FILE_TAG_CARD_AUTH_CERT","features":[398]},{"name":"CLMD_FILE_TAG_CARD_CAPABILITY_CONTAINER","features":[398]},{"name":"CLMD_FILE_TAG_CHUID","features":[398]},{"name":"CLMD_FILE_TAG_FACIAL_IMAGE","features":[398]},{"name":"CLMD_FILE_TAG_FINGERPRINT","features":[398]},{"name":"CLMD_FILE_TAG_FIRST_RETIRED_KEY_MGMT_KEY","features":[398]},{"name":"CLMD_FILE_TAG_KEY_HISTORY","features":[398]},{"name":"CLMD_FILE_TAG_KEY_MGMT_CERT","features":[398]},{"name":"CLMD_FILE_TAG_LAST_RETIRED_KEY_MGMT_KEY","features":[398]},{"name":"CLMD_FILE_TAG_PIV_AUTH_CERT","features":[398]},{"name":"CLMD_FILE_TAG_PRINTED_INFORMATION","features":[398]},{"name":"CLMD_FILE_TAG_SECURITY_OBJECT","features":[398]},{"name":"CLMD_FILE_TAG_SIG_CERT","features":[398]},{"name":"CLMD_FILE_TAG_UNSIGNED_CHUID","features":[398]},{"name":"CLMD_PIV_CERT_DATA","features":[398]},{"name":"CLMD_PIV_CERT_DATA_CURRENT_VERSION","features":[398]},{"name":"CLMD_PIV_GENERATE_ASYMMETRIC_KEY","features":[398]},{"name":"CLMD_PIV_GENERATE_ASYMMETRIC_KEY_CURRENT_VERSION","features":[398]},{"name":"CLMD_PIV_PUBLIC_KEY_DATA","features":[398]},{"name":"CLMD_PIV_PUBLIC_KEY_DATA_CURRENT_VERSION","features":[398]},{"name":"CMC_ADD_ATTRIBUTES","features":[398]},{"name":"CMC_ADD_ATTRIBUTES_INFO","features":[398]},{"name":"CMC_ADD_EXTENSIONS","features":[398]},{"name":"CMC_ADD_EXTENSIONS_INFO","features":[305,398]},{"name":"CMC_DATA","features":[398]},{"name":"CMC_DATA_INFO","features":[398]},{"name":"CMC_FAIL_BAD_ALG","features":[398]},{"name":"CMC_FAIL_BAD_CERT_ID","features":[398]},{"name":"CMC_FAIL_BAD_IDENTITY","features":[398]},{"name":"CMC_FAIL_BAD_MESSAGE_CHECK","features":[398]},{"name":"CMC_FAIL_BAD_REQUEST","features":[398]},{"name":"CMC_FAIL_BAD_TIME","features":[398]},{"name":"CMC_FAIL_INTERNAL_CA_ERROR","features":[398]},{"name":"CMC_FAIL_MUST_ARCHIVE_KEYS","features":[398]},{"name":"CMC_FAIL_NO_KEY_REUSE","features":[398]},{"name":"CMC_FAIL_POP_FAILED","features":[398]},{"name":"CMC_FAIL_POP_REQUIRED","features":[398]},{"name":"CMC_FAIL_TRY_LATER","features":[398]},{"name":"CMC_FAIL_UNSUPORTED_EXT","features":[398]},{"name":"CMC_OTHER_INFO_FAIL_CHOICE","features":[398]},{"name":"CMC_OTHER_INFO_NO_CHOICE","features":[398]},{"name":"CMC_OTHER_INFO_PEND_CHOICE","features":[398]},{"name":"CMC_PEND_INFO","features":[305,398]},{"name":"CMC_RESPONSE","features":[398]},{"name":"CMC_RESPONSE_INFO","features":[398]},{"name":"CMC_STATUS","features":[398]},{"name":"CMC_STATUS_CONFIRM_REQUIRED","features":[398]},{"name":"CMC_STATUS_FAILED","features":[398]},{"name":"CMC_STATUS_INFO","features":[305,398]},{"name":"CMC_STATUS_NO_SUPPORT","features":[398]},{"name":"CMC_STATUS_PENDING","features":[398]},{"name":"CMC_STATUS_SUCCESS","features":[398]},{"name":"CMC_TAGGED_ATTRIBUTE","features":[398]},{"name":"CMC_TAGGED_CERT_REQUEST","features":[398]},{"name":"CMC_TAGGED_CERT_REQUEST_CHOICE","features":[398]},{"name":"CMC_TAGGED_CONTENT_INFO","features":[398]},{"name":"CMC_TAGGED_OTHER_MSG","features":[398]},{"name":"CMC_TAGGED_REQUEST","features":[398]},{"name":"CMSCEPSetup","features":[398]},{"name":"CMSG_ATTR_CERT_COUNT_PARAM","features":[398]},{"name":"CMSG_ATTR_CERT_PARAM","features":[398]},{"name":"CMSG_AUTHENTICATED_ATTRIBUTES_FLAG","features":[398]},{"name":"CMSG_BARE_CONTENT_FLAG","features":[398]},{"name":"CMSG_BARE_CONTENT_PARAM","features":[398]},{"name":"CMSG_CERT_COUNT_PARAM","features":[398]},{"name":"CMSG_CERT_PARAM","features":[398]},{"name":"CMSG_CMS_ENCAPSULATED_CONTENT_FLAG","features":[398]},{"name":"CMSG_CMS_ENCAPSULATED_CTL_FLAG","features":[398]},{"name":"CMSG_CMS_RECIPIENT_COUNT_PARAM","features":[398]},{"name":"CMSG_CMS_RECIPIENT_ENCRYPTED_KEY_INDEX_PARAM","features":[398]},{"name":"CMSG_CMS_RECIPIENT_INDEX_PARAM","features":[398]},{"name":"CMSG_CMS_RECIPIENT_INFO","features":[305,398]},{"name":"CMSG_CMS_RECIPIENT_INFO_PARAM","features":[398]},{"name":"CMSG_CMS_SIGNER_INFO","features":[398]},{"name":"CMSG_CMS_SIGNER_INFO_PARAM","features":[398]},{"name":"CMSG_CNG_CONTENT_DECRYPT_INFO","features":[398]},{"name":"CMSG_COMPUTED_HASH_PARAM","features":[398]},{"name":"CMSG_CONTENTS_OCTETS_FLAG","features":[398]},{"name":"CMSG_CONTENT_ENCRYPT_FREE_OBJID_FLAG","features":[398]},{"name":"CMSG_CONTENT_ENCRYPT_FREE_PARA_FLAG","features":[398]},{"name":"CMSG_CONTENT_ENCRYPT_INFO","features":[305,398]},{"name":"CMSG_CONTENT_ENCRYPT_PAD_ENCODED_LEN_FLAG","features":[398]},{"name":"CMSG_CONTENT_ENCRYPT_RELEASE_CONTEXT_FLAG","features":[398]},{"name":"CMSG_CONTENT_PARAM","features":[398]},{"name":"CMSG_CRL_COUNT_PARAM","features":[398]},{"name":"CMSG_CRL_PARAM","features":[398]},{"name":"CMSG_CRYPT_RELEASE_CONTEXT_FLAG","features":[398]},{"name":"CMSG_CTRL_ADD_ATTR_CERT","features":[398]},{"name":"CMSG_CTRL_ADD_CERT","features":[398]},{"name":"CMSG_CTRL_ADD_CMS_SIGNER_INFO","features":[398]},{"name":"CMSG_CTRL_ADD_CRL","features":[398]},{"name":"CMSG_CTRL_ADD_SIGNER","features":[398]},{"name":"CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR","features":[398]},{"name":"CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA","features":[398]},{"name":"CMSG_CTRL_DECRYPT","features":[398]},{"name":"CMSG_CTRL_DECRYPT_PARA","features":[398]},{"name":"CMSG_CTRL_DEL_ATTR_CERT","features":[398]},{"name":"CMSG_CTRL_DEL_CERT","features":[398]},{"name":"CMSG_CTRL_DEL_CRL","features":[398]},{"name":"CMSG_CTRL_DEL_SIGNER","features":[398]},{"name":"CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR","features":[398]},{"name":"CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA","features":[398]},{"name":"CMSG_CTRL_ENABLE_STRONG_SIGNATURE","features":[398]},{"name":"CMSG_CTRL_KEY_AGREE_DECRYPT","features":[398]},{"name":"CMSG_CTRL_KEY_AGREE_DECRYPT_PARA","features":[305,398]},{"name":"CMSG_CTRL_KEY_TRANS_DECRYPT","features":[398]},{"name":"CMSG_CTRL_KEY_TRANS_DECRYPT_PARA","features":[398]},{"name":"CMSG_CTRL_MAIL_LIST_DECRYPT","features":[398]},{"name":"CMSG_CTRL_MAIL_LIST_DECRYPT_PARA","features":[305,398]},{"name":"CMSG_CTRL_VERIFY_HASH","features":[398]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE","features":[398]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE_EX","features":[398]},{"name":"CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA","features":[398]},{"name":"CMSG_DATA","features":[398]},{"name":"CMSG_DEFAULT_INSTALLABLE_FUNC_OID","features":[398]},{"name":"CMSG_DETACHED_FLAG","features":[398]},{"name":"CMSG_ENCODED_MESSAGE","features":[398]},{"name":"CMSG_ENCODED_SIGNER","features":[398]},{"name":"CMSG_ENCODE_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[398]},{"name":"CMSG_ENCODE_SORTED_CTL_FLAG","features":[398]},{"name":"CMSG_ENCODING_TYPE_MASK","features":[398]},{"name":"CMSG_ENCRYPTED","features":[398]},{"name":"CMSG_ENCRYPTED_DIGEST","features":[398]},{"name":"CMSG_ENCRYPTED_ENCODE_INFO","features":[398]},{"name":"CMSG_ENCRYPT_PARAM","features":[398]},{"name":"CMSG_ENVELOPED","features":[398]},{"name":"CMSG_ENVELOPED_DATA_CMS_VERSION","features":[398]},{"name":"CMSG_ENVELOPED_DATA_PKCS_1_5_VERSION","features":[398]},{"name":"CMSG_ENVELOPED_DATA_V0","features":[398]},{"name":"CMSG_ENVELOPED_DATA_V2","features":[398]},{"name":"CMSG_ENVELOPED_ENCODE_INFO","features":[305,398]},{"name":"CMSG_ENVELOPED_RECIPIENT_V0","features":[398]},{"name":"CMSG_ENVELOPED_RECIPIENT_V2","features":[398]},{"name":"CMSG_ENVELOPED_RECIPIENT_V3","features":[398]},{"name":"CMSG_ENVELOPED_RECIPIENT_V4","features":[398]},{"name":"CMSG_ENVELOPE_ALGORITHM_PARAM","features":[398]},{"name":"CMSG_HASHED","features":[398]},{"name":"CMSG_HASHED_DATA_CMS_VERSION","features":[398]},{"name":"CMSG_HASHED_DATA_PKCS_1_5_VERSION","features":[398]},{"name":"CMSG_HASHED_DATA_V0","features":[398]},{"name":"CMSG_HASHED_DATA_V2","features":[398]},{"name":"CMSG_HASHED_ENCODE_INFO","features":[398]},{"name":"CMSG_HASH_ALGORITHM_PARAM","features":[398]},{"name":"CMSG_HASH_DATA_PARAM","features":[398]},{"name":"CMSG_INDEFINITE_LENGTH","features":[398]},{"name":"CMSG_INNER_CONTENT_TYPE_PARAM","features":[398]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_MATERIAL_FLAG","features":[398]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_OBJID_FLAG","features":[398]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PARA_FLAG","features":[398]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_ALG_FLAG","features":[398]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_BITS_FLAG","features":[398]},{"name":"CMSG_KEY_AGREE_ENCRYPT_FREE_PUBKEY_PARA_FLAG","features":[398]},{"name":"CMSG_KEY_AGREE_ENCRYPT_INFO","features":[398]},{"name":"CMSG_KEY_AGREE_EPHEMERAL_KEY_CHOICE","features":[398]},{"name":"CMSG_KEY_AGREE_KEY_ENCRYPT_INFO","features":[398]},{"name":"CMSG_KEY_AGREE_OPTION","features":[398]},{"name":"CMSG_KEY_AGREE_ORIGINATOR","features":[398]},{"name":"CMSG_KEY_AGREE_ORIGINATOR_CERT","features":[398]},{"name":"CMSG_KEY_AGREE_ORIGINATOR_PUBLIC_KEY","features":[398]},{"name":"CMSG_KEY_AGREE_RECIPIENT","features":[398]},{"name":"CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO","features":[305,398]},{"name":"CMSG_KEY_AGREE_RECIPIENT_INFO","features":[305,398]},{"name":"CMSG_KEY_AGREE_STATIC_KEY_CHOICE","features":[398]},{"name":"CMSG_KEY_AGREE_VERSION","features":[398]},{"name":"CMSG_KEY_TRANS_CMS_VERSION","features":[398]},{"name":"CMSG_KEY_TRANS_ENCRYPT_FREE_OBJID_FLAG","features":[398]},{"name":"CMSG_KEY_TRANS_ENCRYPT_FREE_PARA_FLAG","features":[398]},{"name":"CMSG_KEY_TRANS_ENCRYPT_INFO","features":[398]},{"name":"CMSG_KEY_TRANS_PKCS_1_5_VERSION","features":[398]},{"name":"CMSG_KEY_TRANS_RECIPIENT","features":[398]},{"name":"CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO","features":[398]},{"name":"CMSG_KEY_TRANS_RECIPIENT_INFO","features":[398]},{"name":"CMSG_LENGTH_ONLY_FLAG","features":[398]},{"name":"CMSG_MAIL_LIST_ENCRYPT_FREE_OBJID_FLAG","features":[398]},{"name":"CMSG_MAIL_LIST_ENCRYPT_FREE_PARA_FLAG","features":[398]},{"name":"CMSG_MAIL_LIST_ENCRYPT_INFO","features":[398]},{"name":"CMSG_MAIL_LIST_HANDLE_KEY_CHOICE","features":[398]},{"name":"CMSG_MAIL_LIST_RECIPIENT","features":[398]},{"name":"CMSG_MAIL_LIST_RECIPIENT_ENCODE_INFO","features":[305,398]},{"name":"CMSG_MAIL_LIST_RECIPIENT_INFO","features":[305,398]},{"name":"CMSG_MAIL_LIST_VERSION","features":[398]},{"name":"CMSG_MAX_LENGTH_FLAG","features":[398]},{"name":"CMSG_OID_CAPI1_EXPORT_KEY_AGREE_FUNC","features":[398]},{"name":"CMSG_OID_CAPI1_EXPORT_KEY_TRANS_FUNC","features":[398]},{"name":"CMSG_OID_CAPI1_EXPORT_MAIL_LIST_FUNC","features":[398]},{"name":"CMSG_OID_CAPI1_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[398]},{"name":"CMSG_OID_CAPI1_IMPORT_KEY_AGREE_FUNC","features":[398]},{"name":"CMSG_OID_CAPI1_IMPORT_KEY_TRANS_FUNC","features":[398]},{"name":"CMSG_OID_CAPI1_IMPORT_MAIL_LIST_FUNC","features":[398]},{"name":"CMSG_OID_CNG_EXPORT_KEY_AGREE_FUNC","features":[398]},{"name":"CMSG_OID_CNG_EXPORT_KEY_TRANS_FUNC","features":[398]},{"name":"CMSG_OID_CNG_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[398]},{"name":"CMSG_OID_CNG_IMPORT_CONTENT_ENCRYPT_KEY_FUNC","features":[398]},{"name":"CMSG_OID_CNG_IMPORT_KEY_AGREE_FUNC","features":[398]},{"name":"CMSG_OID_CNG_IMPORT_KEY_TRANS_FUNC","features":[398]},{"name":"CMSG_OID_EXPORT_ENCRYPT_KEY_FUNC","features":[398]},{"name":"CMSG_OID_EXPORT_KEY_AGREE_FUNC","features":[398]},{"name":"CMSG_OID_EXPORT_KEY_TRANS_FUNC","features":[398]},{"name":"CMSG_OID_EXPORT_MAIL_LIST_FUNC","features":[398]},{"name":"CMSG_OID_GEN_CONTENT_ENCRYPT_KEY_FUNC","features":[398]},{"name":"CMSG_OID_GEN_ENCRYPT_KEY_FUNC","features":[398]},{"name":"CMSG_OID_IMPORT_ENCRYPT_KEY_FUNC","features":[398]},{"name":"CMSG_OID_IMPORT_KEY_AGREE_FUNC","features":[398]},{"name":"CMSG_OID_IMPORT_KEY_TRANS_FUNC","features":[398]},{"name":"CMSG_OID_IMPORT_MAIL_LIST_FUNC","features":[398]},{"name":"CMSG_RC2_AUX_INFO","features":[398]},{"name":"CMSG_RC4_AUX_INFO","features":[398]},{"name":"CMSG_RC4_NO_SALT_FLAG","features":[398]},{"name":"CMSG_RECIPIENT_COUNT_PARAM","features":[398]},{"name":"CMSG_RECIPIENT_ENCODE_INFO","features":[305,398]},{"name":"CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO","features":[305,398]},{"name":"CMSG_RECIPIENT_ENCRYPTED_KEY_INFO","features":[305,398]},{"name":"CMSG_RECIPIENT_INDEX_PARAM","features":[398]},{"name":"CMSG_RECIPIENT_INFO_PARAM","features":[398]},{"name":"CMSG_SIGNED","features":[398]},{"name":"CMSG_SIGNED_AND_ENVELOPED","features":[398]},{"name":"CMSG_SIGNED_AND_ENVELOPED_ENCODE_INFO","features":[305,398]},{"name":"CMSG_SIGNED_DATA_CMS_VERSION","features":[398]},{"name":"CMSG_SIGNED_DATA_NO_SIGN_FLAG","features":[398]},{"name":"CMSG_SIGNED_DATA_PKCS_1_5_VERSION","features":[398]},{"name":"CMSG_SIGNED_DATA_V1","features":[398]},{"name":"CMSG_SIGNED_DATA_V3","features":[398]},{"name":"CMSG_SIGNED_ENCODE_INFO","features":[305,398]},{"name":"CMSG_SIGNER_AUTH_ATTR_PARAM","features":[398]},{"name":"CMSG_SIGNER_CERT_ID_PARAM","features":[398]},{"name":"CMSG_SIGNER_CERT_INFO_PARAM","features":[398]},{"name":"CMSG_SIGNER_COUNT_PARAM","features":[398]},{"name":"CMSG_SIGNER_ENCODE_INFO","features":[305,398]},{"name":"CMSG_SIGNER_HASH_ALGORITHM_PARAM","features":[398]},{"name":"CMSG_SIGNER_INFO","features":[398]},{"name":"CMSG_SIGNER_INFO_CMS_VERSION","features":[398]},{"name":"CMSG_SIGNER_INFO_PARAM","features":[398]},{"name":"CMSG_SIGNER_INFO_PKCS_1_5_VERSION","features":[398]},{"name":"CMSG_SIGNER_INFO_V1","features":[398]},{"name":"CMSG_SIGNER_INFO_V3","features":[398]},{"name":"CMSG_SIGNER_ONLY_FLAG","features":[398]},{"name":"CMSG_SIGNER_UNAUTH_ATTR_PARAM","features":[398]},{"name":"CMSG_SP3_COMPATIBLE_AUX_INFO","features":[398]},{"name":"CMSG_SP3_COMPATIBLE_ENCRYPT_FLAG","features":[398]},{"name":"CMSG_STREAM_INFO","features":[305,398]},{"name":"CMSG_TRUSTED_SIGNER_FLAG","features":[398]},{"name":"CMSG_TYPE_PARAM","features":[398]},{"name":"CMSG_UNPROTECTED_ATTR_PARAM","features":[398]},{"name":"CMSG_USE_SIGNER_INDEX_FLAG","features":[398]},{"name":"CMSG_VERIFY_COUNTER_SIGN_ENABLE_STRONG_FLAG","features":[398]},{"name":"CMSG_VERIFY_SIGNER_CERT","features":[398]},{"name":"CMSG_VERIFY_SIGNER_CHAIN","features":[398]},{"name":"CMSG_VERIFY_SIGNER_NULL","features":[398]},{"name":"CMSG_VERIFY_SIGNER_PUBKEY","features":[398]},{"name":"CMSG_VERSION_PARAM","features":[398]},{"name":"CMS_DH_KEY_INFO","features":[398]},{"name":"CMS_KEY_INFO","features":[398]},{"name":"CMS_SIGNER_INFO","features":[398]},{"name":"CNG_RSA_PRIVATE_KEY_BLOB","features":[398]},{"name":"CNG_RSA_PUBLIC_KEY_BLOB","features":[398]},{"name":"CONTAINER_INFO","features":[398]},{"name":"CONTAINER_INFO_CURRENT_VERSION","features":[398]},{"name":"CONTAINER_MAP_DEFAULT_CONTAINER","features":[398]},{"name":"CONTAINER_MAP_RECORD","features":[398]},{"name":"CONTAINER_MAP_VALID_CONTAINER","features":[398]},{"name":"CONTEXT_OID_CAPI2_ANY","features":[398]},{"name":"CONTEXT_OID_CERTIFICATE","features":[398]},{"name":"CONTEXT_OID_CREATE_OBJECT_CONTEXT_FUNC","features":[398]},{"name":"CONTEXT_OID_CRL","features":[398]},{"name":"CONTEXT_OID_CTL","features":[398]},{"name":"CONTEXT_OID_OCSP_RESP","features":[398]},{"name":"CONTEXT_OID_PKCS7","features":[398]},{"name":"CPS_URLS","features":[398]},{"name":"CP_CACHE_MODE_GLOBAL_CACHE","features":[398]},{"name":"CP_CACHE_MODE_NO_CACHE","features":[398]},{"name":"CP_CACHE_MODE_SESSION_ONLY","features":[398]},{"name":"CP_CARD_AUTHENTICATED_STATE","features":[398]},{"name":"CP_CARD_CACHE_MODE","features":[398]},{"name":"CP_CARD_CAPABILITIES","features":[398]},{"name":"CP_CARD_FREE_SPACE","features":[398]},{"name":"CP_CARD_GUID","features":[398]},{"name":"CP_CARD_KEYSIZES","features":[398]},{"name":"CP_CARD_LIST_PINS","features":[398]},{"name":"CP_CARD_PIN_INFO","features":[398]},{"name":"CP_CARD_PIN_STRENGTH_CHANGE","features":[398]},{"name":"CP_CARD_PIN_STRENGTH_UNBLOCK","features":[398]},{"name":"CP_CARD_PIN_STRENGTH_VERIFY","features":[398]},{"name":"CP_CARD_PIV","features":[398]},{"name":"CP_CARD_READ_ONLY","features":[398]},{"name":"CP_CARD_SERIAL_NO","features":[398]},{"name":"CP_CHAINING_MODES","features":[398]},{"name":"CP_ENUM_ALGORITHMS","features":[398]},{"name":"CP_KEY_IMPORT_SUPPORT","features":[398]},{"name":"CP_PADDING_SCHEMES","features":[398]},{"name":"CP_PARENT_WINDOW","features":[398]},{"name":"CP_PIN_CONTEXT_STRING","features":[398]},{"name":"CP_PIV_CARD_CAPABILITY_CONTAINER","features":[398]},{"name":"CP_PIV_CARD_HOLDER_UNIQUE_IDENTIFIER","features":[398]},{"name":"CP_PIV_CARD_HOLDER_UNSIGNED_UNIQUE_IDENTIFIER","features":[398]},{"name":"CP_PIV_CERTIFICATE","features":[398]},{"name":"CP_PIV_FACIAL_IMAGE","features":[398]},{"name":"CP_PIV_FINGERPRINT","features":[398]},{"name":"CP_PIV_GENERATE_KEY","features":[398]},{"name":"CP_PIV_KEY_HISTORY_OBJECT","features":[398]},{"name":"CP_PIV_PRINTED_INFORMATION","features":[398]},{"name":"CP_PIV_PUBLIC_KEY","features":[398]},{"name":"CP_PIV_SECURITY_OBJECT","features":[398]},{"name":"CP_SUPPORTS_WIN_X509_ENROLLMENT","features":[398]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS","features":[398]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS_A","features":[398]},{"name":"CREDENTIAL_OID_PASSWORD_CREDENTIALS_W","features":[398]},{"name":"CRL_CONTEXT","features":[305,398]},{"name":"CRL_DIST_POINT","features":[398]},{"name":"CRL_DIST_POINTS_INFO","features":[398]},{"name":"CRL_DIST_POINT_ERR_CRL_ISSUER_BIT","features":[398]},{"name":"CRL_DIST_POINT_ERR_INDEX_MASK","features":[398]},{"name":"CRL_DIST_POINT_ERR_INDEX_SHIFT","features":[398]},{"name":"CRL_DIST_POINT_FULL_NAME","features":[398]},{"name":"CRL_DIST_POINT_ISSUER_RDN_NAME","features":[398]},{"name":"CRL_DIST_POINT_NAME","features":[398]},{"name":"CRL_DIST_POINT_NO_NAME","features":[398]},{"name":"CRL_ENTRY","features":[305,398]},{"name":"CRL_FIND_ANY","features":[398]},{"name":"CRL_FIND_EXISTING","features":[398]},{"name":"CRL_FIND_ISSUED_BY","features":[398]},{"name":"CRL_FIND_ISSUED_BY_AKI_FLAG","features":[398]},{"name":"CRL_FIND_ISSUED_BY_BASE_FLAG","features":[398]},{"name":"CRL_FIND_ISSUED_BY_DELTA_FLAG","features":[398]},{"name":"CRL_FIND_ISSUED_BY_SIGNATURE_FLAG","features":[398]},{"name":"CRL_FIND_ISSUED_FOR","features":[398]},{"name":"CRL_FIND_ISSUED_FOR_PARA","features":[305,398]},{"name":"CRL_FIND_ISSUED_FOR_SET_STRONG_PROPERTIES_FLAG","features":[398]},{"name":"CRL_INFO","features":[305,398]},{"name":"CRL_ISSUING_DIST_POINT","features":[305,398]},{"name":"CRL_REASON_AA_COMPROMISE","features":[398]},{"name":"CRL_REASON_AA_COMPROMISE_FLAG","features":[398]},{"name":"CRL_REASON_AFFILIATION_CHANGED","features":[398]},{"name":"CRL_REASON_AFFILIATION_CHANGED_FLAG","features":[398]},{"name":"CRL_REASON_CA_COMPROMISE","features":[398]},{"name":"CRL_REASON_CA_COMPROMISE_FLAG","features":[398]},{"name":"CRL_REASON_CERTIFICATE_HOLD","features":[398]},{"name":"CRL_REASON_CERTIFICATE_HOLD_FLAG","features":[398]},{"name":"CRL_REASON_CESSATION_OF_OPERATION","features":[398]},{"name":"CRL_REASON_CESSATION_OF_OPERATION_FLAG","features":[398]},{"name":"CRL_REASON_KEY_COMPROMISE","features":[398]},{"name":"CRL_REASON_KEY_COMPROMISE_FLAG","features":[398]},{"name":"CRL_REASON_PRIVILEGE_WITHDRAWN","features":[398]},{"name":"CRL_REASON_PRIVILEGE_WITHDRAWN_FLAG","features":[398]},{"name":"CRL_REASON_REMOVE_FROM_CRL","features":[398]},{"name":"CRL_REASON_SUPERSEDED","features":[398]},{"name":"CRL_REASON_SUPERSEDED_FLAG","features":[398]},{"name":"CRL_REASON_UNSPECIFIED","features":[398]},{"name":"CRL_REASON_UNUSED_FLAG","features":[398]},{"name":"CRL_REVOCATION_INFO","features":[305,398]},{"name":"CRL_V1","features":[398]},{"name":"CRL_V2","features":[398]},{"name":"CROSS_CERT_DIST_POINTS_INFO","features":[398]},{"name":"CROSS_CERT_DIST_POINT_ERR_INDEX_MASK","features":[398]},{"name":"CROSS_CERT_DIST_POINT_ERR_INDEX_SHIFT","features":[398]},{"name":"CRYPTNET_CACHED_OCSP_SWITCH_TO_CRL_COUNT_DEFAULT","features":[398]},{"name":"CRYPTNET_CACHED_OCSP_SWITCH_TO_CRL_COUNT_VALUE_NAME","features":[398]},{"name":"CRYPTNET_CRL_BEFORE_OCSP_ENABLE","features":[398]},{"name":"CRYPTNET_CRL_PRE_FETCH_DISABLE_INFORMATION_EVENTS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_CRL_PRE_FETCH_LOG_FILE_NAME_VALUE_NAME","features":[398]},{"name":"CRYPTNET_CRL_PRE_FETCH_MAX_AGE_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_CRL_PRE_FETCH_MIN_AFTER_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_CRL_PRE_FETCH_MIN_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_CRL_PRE_FETCH_PROCESS_NAME_LIST_VALUE_NAME","features":[398]},{"name":"CRYPTNET_CRL_PRE_FETCH_PUBLISH_BEFORE_NEXT_UPDATE_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_CRL_PRE_FETCH_PUBLISH_RANDOM_INTERVAL_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_CRL_PRE_FETCH_TIMEOUT_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_CRL_PRE_FETCH_URL_LIST_VALUE_NAME","features":[398]},{"name":"CRYPTNET_MAX_CACHED_OCSP_PER_CRL_COUNT_DEFAULT","features":[398]},{"name":"CRYPTNET_MAX_CACHED_OCSP_PER_CRL_COUNT_VALUE_NAME","features":[398]},{"name":"CRYPTNET_OCSP_AFTER_CRL_DISABLE","features":[398]},{"name":"CRYPTNET_PRE_FETCH_AFTER_CURRENT_TIME_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_DEFAULT","features":[398]},{"name":"CRYPTNET_PRE_FETCH_AFTER_PUBLISH_PRE_FETCH_DIVISOR_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_BEFORE_NEXT_UPDATE_PRE_FETCH_DIVISOR_DEFAULT","features":[398]},{"name":"CRYPTNET_PRE_FETCH_BEFORE_NEXT_UPDATE_PRE_FETCH_DIVISOR_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_MAX_AFTER_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_MAX_MAX_AGE_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_MIN_AFTER_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_MIN_BEFORE_NEXT_UPDATE_PRE_FETCH_PERIOD_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_MIN_MAX_AGE_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_MIN_OCSP_VALIDITY_PERIOD_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_RETRIEVAL_TIMEOUT_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_SCAN_AFTER_TRIGGER_DELAY_SECONDS_DEFAULT","features":[398]},{"name":"CRYPTNET_PRE_FETCH_SCAN_AFTER_TRIGGER_DELAY_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_TRIGGER_DISABLE","features":[398]},{"name":"CRYPTNET_PRE_FETCH_TRIGGER_PERIOD_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_PRE_FETCH_VALIDITY_PERIOD_AFTER_NEXT_UPDATE_PRE_FETCH_DIVISOR_DEFAULT","features":[398]},{"name":"CRYPTNET_PRE_FETCH_VALIDITY_PERIOD_AFTER_NEXT_UPDATE_PRE_FETCH_DIVISOR_VALUE_NAME","features":[398]},{"name":"CRYPTNET_URL_CACHE_DEFAULT_FLUSH","features":[398]},{"name":"CRYPTNET_URL_CACHE_DEFAULT_FLUSH_EXEMPT_SECONDS_VALUE_NAME","features":[398]},{"name":"CRYPTNET_URL_CACHE_DISABLE_FLUSH","features":[398]},{"name":"CRYPTNET_URL_CACHE_FLUSH_INFO","features":[305,398]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_AUTOROOT_CAB","features":[398]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_BLOB","features":[398]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_CRL","features":[398]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_DISALLOWED_CERT_CAB","features":[398]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_INFO","features":[305,398]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_NONE","features":[398]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_OCSP","features":[398]},{"name":"CRYPTNET_URL_CACHE_PRE_FETCH_PIN_RULES_CAB","features":[398]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_HTTP","features":[398]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_INFO","features":[305,398]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_NONE","features":[398]},{"name":"CRYPTNET_URL_CACHE_RESPONSE_VALIDATED","features":[398]},{"name":"CRYPTPROTECTMEMORY_BLOCK_SIZE","features":[398]},{"name":"CRYPTPROTECTMEMORY_CROSS_PROCESS","features":[398]},{"name":"CRYPTPROTECTMEMORY_SAME_LOGON","features":[398]},{"name":"CRYPTPROTECTMEMORY_SAME_PROCESS","features":[398]},{"name":"CRYPTPROTECT_AUDIT","features":[398]},{"name":"CRYPTPROTECT_CRED_REGENERATE","features":[398]},{"name":"CRYPTPROTECT_CRED_SYNC","features":[398]},{"name":"CRYPTPROTECT_DEFAULT_PROVIDER","features":[398]},{"name":"CRYPTPROTECT_FIRST_RESERVED_FLAGVAL","features":[398]},{"name":"CRYPTPROTECT_LAST_RESERVED_FLAGVAL","features":[398]},{"name":"CRYPTPROTECT_LOCAL_MACHINE","features":[398]},{"name":"CRYPTPROTECT_NO_RECOVERY","features":[398]},{"name":"CRYPTPROTECT_PROMPTSTRUCT","features":[305,398]},{"name":"CRYPTPROTECT_PROMPT_ON_PROTECT","features":[398]},{"name":"CRYPTPROTECT_PROMPT_ON_UNPROTECT","features":[398]},{"name":"CRYPTPROTECT_PROMPT_REQUIRE_STRONG","features":[398]},{"name":"CRYPTPROTECT_PROMPT_RESERVED","features":[398]},{"name":"CRYPTPROTECT_PROMPT_STRONG","features":[398]},{"name":"CRYPTPROTECT_UI_FORBIDDEN","features":[398]},{"name":"CRYPTPROTECT_VERIFY_PROTECTION","features":[398]},{"name":"CRYPT_3DES_KEY_STATE","features":[398]},{"name":"CRYPT_ACCUMULATIVE_TIMEOUT","features":[398]},{"name":"CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG","features":[398]},{"name":"CRYPT_ACQUIRE_CACHE_FLAG","features":[398]},{"name":"CRYPT_ACQUIRE_COMPARE_KEY_FLAG","features":[398]},{"name":"CRYPT_ACQUIRE_FLAGS","features":[398]},{"name":"CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK","features":[398]},{"name":"CRYPT_ACQUIRE_NO_HEALING","features":[398]},{"name":"CRYPT_ACQUIRE_ONLY_NCRYPT_KEY_FLAG","features":[398]},{"name":"CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG","features":[398]},{"name":"CRYPT_ACQUIRE_SILENT_FLAG","features":[398]},{"name":"CRYPT_ACQUIRE_USE_PROV_INFO_FLAG","features":[398]},{"name":"CRYPT_ACQUIRE_WINDOW_HANDLE_FLAG","features":[398]},{"name":"CRYPT_AES_128_KEY_STATE","features":[398]},{"name":"CRYPT_AES_256_KEY_STATE","features":[398]},{"name":"CRYPT_AIA_RETRIEVAL","features":[398]},{"name":"CRYPT_ALGORITHM_IDENTIFIER","features":[398]},{"name":"CRYPT_ALL_FUNCTIONS","features":[398]},{"name":"CRYPT_ALL_PROVIDERS","features":[398]},{"name":"CRYPT_ANY","features":[398]},{"name":"CRYPT_ARCHIVABLE","features":[398]},{"name":"CRYPT_ARCHIVE","features":[398]},{"name":"CRYPT_ASN_ENCODING","features":[398]},{"name":"CRYPT_ASYNC_RETRIEVAL","features":[398]},{"name":"CRYPT_ASYNC_RETRIEVAL_COMPLETION","features":[398]},{"name":"CRYPT_ATTRIBUTE","features":[398]},{"name":"CRYPT_ATTRIBUTES","features":[398]},{"name":"CRYPT_ATTRIBUTE_TYPE_VALUE","features":[398]},{"name":"CRYPT_BIT_BLOB","features":[398]},{"name":"CRYPT_BLOB_ARRAY","features":[398]},{"name":"CRYPT_BLOB_VER3","features":[398]},{"name":"CRYPT_CACHE_ONLY_RETRIEVAL","features":[398]},{"name":"CRYPT_CHECK_FRESHNESS_TIME_VALIDITY","features":[398]},{"name":"CRYPT_CONTENT_INFO","features":[398]},{"name":"CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY","features":[398]},{"name":"CRYPT_CONTEXTS","features":[398]},{"name":"CRYPT_CONTEXT_CONFIG","features":[398]},{"name":"CRYPT_CONTEXT_CONFIG_FLAGS","features":[398]},{"name":"CRYPT_CONTEXT_FUNCTIONS","features":[398]},{"name":"CRYPT_CONTEXT_FUNCTION_CONFIG","features":[398]},{"name":"CRYPT_CONTEXT_FUNCTION_PROVIDERS","features":[398]},{"name":"CRYPT_CREATE_IV","features":[398]},{"name":"CRYPT_CREATE_NEW_FLUSH_ENTRY","features":[398]},{"name":"CRYPT_CREATE_SALT","features":[398]},{"name":"CRYPT_CREDENTIALS","features":[398]},{"name":"CRYPT_CSP_PROVIDER","features":[398]},{"name":"CRYPT_DATA_KEY","features":[398]},{"name":"CRYPT_DECODE_ALLOC_FLAG","features":[398]},{"name":"CRYPT_DECODE_ENABLE_PUNYCODE_FLAG","features":[398]},{"name":"CRYPT_DECODE_ENABLE_UTF8PERCENT_FLAG","features":[398]},{"name":"CRYPT_DECODE_NOCOPY_FLAG","features":[398]},{"name":"CRYPT_DECODE_NO_SIGNATURE_BYTE_REVERSAL_FLAG","features":[398]},{"name":"CRYPT_DECODE_PARA","features":[398]},{"name":"CRYPT_DECODE_SHARE_OID_STRING_FLAG","features":[398]},{"name":"CRYPT_DECODE_TO_BE_SIGNED_FLAG","features":[398]},{"name":"CRYPT_DECRYPT","features":[398]},{"name":"CRYPT_DECRYPT_MESSAGE_PARA","features":[398]},{"name":"CRYPT_DECRYPT_RSA_NO_PADDING_CHECK","features":[398]},{"name":"CRYPT_DEFAULT_CONTAINER_OPTIONAL","features":[398]},{"name":"CRYPT_DEFAULT_CONTEXT","features":[398]},{"name":"CRYPT_DEFAULT_CONTEXT_AUTO_RELEASE_FLAG","features":[398]},{"name":"CRYPT_DEFAULT_CONTEXT_CERT_SIGN_OID","features":[398]},{"name":"CRYPT_DEFAULT_CONTEXT_FLAGS","features":[398]},{"name":"CRYPT_DEFAULT_CONTEXT_MULTI_CERT_SIGN_OID","features":[398]},{"name":"CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA","features":[398]},{"name":"CRYPT_DEFAULT_CONTEXT_PROCESS_FLAG","features":[398]},{"name":"CRYPT_DEFAULT_CONTEXT_TYPE","features":[398]},{"name":"CRYPT_DEFAULT_OID","features":[398]},{"name":"CRYPT_DELETEKEYSET","features":[398]},{"name":"CRYPT_DELETE_DEFAULT","features":[398]},{"name":"CRYPT_DELETE_KEYSET","features":[398]},{"name":"CRYPT_DESTROYKEY","features":[398]},{"name":"CRYPT_DES_KEY_STATE","features":[398]},{"name":"CRYPT_DOMAIN","features":[398]},{"name":"CRYPT_DONT_CACHE_RESULT","features":[398]},{"name":"CRYPT_DONT_CHECK_TIME_VALIDITY","features":[398]},{"name":"CRYPT_DONT_VERIFY_SIGNATURE","features":[398]},{"name":"CRYPT_ECC_CMS_SHARED_INFO","features":[398]},{"name":"CRYPT_ECC_CMS_SHARED_INFO_SUPPPUBINFO_BYTE_LENGTH","features":[398]},{"name":"CRYPT_ECC_PRIVATE_KEY_INFO","features":[398]},{"name":"CRYPT_ECC_PRIVATE_KEY_INFO_v1","features":[398]},{"name":"CRYPT_ENABLE_FILE_RETRIEVAL","features":[398]},{"name":"CRYPT_ENABLE_SSL_REVOCATION_RETRIEVAL","features":[398]},{"name":"CRYPT_ENCODE_ALLOC_FLAG","features":[398]},{"name":"CRYPT_ENCODE_DECODE_NONE","features":[398]},{"name":"CRYPT_ENCODE_ENABLE_PUNYCODE_FLAG","features":[398]},{"name":"CRYPT_ENCODE_ENABLE_UTF8PERCENT_FLAG","features":[398]},{"name":"CRYPT_ENCODE_NO_SIGNATURE_BYTE_REVERSAL_FLAG","features":[398]},{"name":"CRYPT_ENCODE_OBJECT_FLAGS","features":[398]},{"name":"CRYPT_ENCODE_PARA","features":[398]},{"name":"CRYPT_ENCRYPT","features":[398]},{"name":"CRYPT_ENCRYPTED_PRIVATE_KEY_INFO","features":[398]},{"name":"CRYPT_ENCRYPT_ALG_OID_GROUP_ID","features":[398]},{"name":"CRYPT_ENCRYPT_MESSAGE_PARA","features":[398]},{"name":"CRYPT_ENHKEY_USAGE_OID_GROUP_ID","features":[398]},{"name":"CRYPT_ENROLLMENT_NAME_VALUE_PAIR","features":[398]},{"name":"CRYPT_EXCLUSIVE","features":[398]},{"name":"CRYPT_EXPORT","features":[398]},{"name":"CRYPT_EXPORTABLE","features":[398]},{"name":"CRYPT_EXPORT_KEY","features":[398]},{"name":"CRYPT_EXTERNAL_SIGNATURE_LENGTH","features":[398]},{"name":"CRYPT_EXT_OR_ATTR_OID_GROUP_ID","features":[398]},{"name":"CRYPT_FAILED","features":[398]},{"name":"CRYPT_FASTSGC","features":[398]},{"name":"CRYPT_FIND_FLAGS","features":[398]},{"name":"CRYPT_FIND_MACHINE_KEYSET_FLAG","features":[398]},{"name":"CRYPT_FIND_SILENT_KEYSET_FLAG","features":[398]},{"name":"CRYPT_FIND_USER_KEYSET_FLAG","features":[398]},{"name":"CRYPT_FIRST","features":[398]},{"name":"CRYPT_FIRST_ALG_OID_GROUP_ID","features":[398]},{"name":"CRYPT_FLAG_IPSEC","features":[398]},{"name":"CRYPT_FLAG_PCT1","features":[398]},{"name":"CRYPT_FLAG_SIGNING","features":[398]},{"name":"CRYPT_FLAG_SSL2","features":[398]},{"name":"CRYPT_FLAG_SSL3","features":[398]},{"name":"CRYPT_FLAG_TLS1","features":[398]},{"name":"CRYPT_FORCE_KEY_PROTECTION_HIGH","features":[398]},{"name":"CRYPT_FORMAT_COMMA","features":[398]},{"name":"CRYPT_FORMAT_CRLF","features":[398]},{"name":"CRYPT_FORMAT_OID","features":[398]},{"name":"CRYPT_FORMAT_RDN_CRLF","features":[398]},{"name":"CRYPT_FORMAT_RDN_REVERSE","features":[398]},{"name":"CRYPT_FORMAT_RDN_SEMICOLON","features":[398]},{"name":"CRYPT_FORMAT_RDN_UNQUOTE","features":[398]},{"name":"CRYPT_FORMAT_SEMICOLON","features":[398]},{"name":"CRYPT_FORMAT_SIMPLE","features":[398]},{"name":"CRYPT_FORMAT_STR_MULTI_LINE","features":[398]},{"name":"CRYPT_FORMAT_STR_NO_HEX","features":[398]},{"name":"CRYPT_FORMAT_X509","features":[398]},{"name":"CRYPT_GET_INSTALLED_OID_FUNC_FLAG","features":[398]},{"name":"CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO","features":[305,398]},{"name":"CRYPT_GET_URL_FLAGS","features":[398]},{"name":"CRYPT_GET_URL_FROM_AUTH_ATTRIBUTE","features":[398]},{"name":"CRYPT_GET_URL_FROM_EXTENSION","features":[398]},{"name":"CRYPT_GET_URL_FROM_PROPERTY","features":[398]},{"name":"CRYPT_GET_URL_FROM_UNAUTH_ATTRIBUTE","features":[398]},{"name":"CRYPT_HASH_ALG_OID_GROUP_ID","features":[398]},{"name":"CRYPT_HASH_INFO","features":[398]},{"name":"CRYPT_HASH_MESSAGE_PARA","features":[398]},{"name":"CRYPT_HTTP_POST_RETRIEVAL","features":[398]},{"name":"CRYPT_IMAGE_REF","features":[398]},{"name":"CRYPT_IMAGE_REF_FLAGS","features":[398]},{"name":"CRYPT_IMAGE_REG","features":[398]},{"name":"CRYPT_IMPL_HARDWARE","features":[398]},{"name":"CRYPT_IMPL_MIXED","features":[398]},{"name":"CRYPT_IMPL_REMOVABLE","features":[398]},{"name":"CRYPT_IMPL_SOFTWARE","features":[398]},{"name":"CRYPT_IMPL_UNKNOWN","features":[398]},{"name":"CRYPT_IMPORT_KEY","features":[398]},{"name":"CRYPT_IMPORT_PUBLIC_KEY_FLAGS","features":[398]},{"name":"CRYPT_INITIATOR","features":[398]},{"name":"CRYPT_INSTALL_OID_FUNC_BEFORE_FLAG","features":[398]},{"name":"CRYPT_INSTALL_OID_INFO_BEFORE_FLAG","features":[398]},{"name":"CRYPT_INTEGER_BLOB","features":[398]},{"name":"CRYPT_INTERFACE_REG","features":[398]},{"name":"CRYPT_IPSEC_HMAC_KEY","features":[398]},{"name":"CRYPT_KDF_OID_GROUP_ID","features":[398]},{"name":"CRYPT_KEEP_TIME_VALID","features":[398]},{"name":"CRYPT_KEK","features":[398]},{"name":"CRYPT_KEYID_ALLOC_FLAG","features":[398]},{"name":"CRYPT_KEYID_DELETE_FLAG","features":[398]},{"name":"CRYPT_KEYID_MACHINE_FLAG","features":[398]},{"name":"CRYPT_KEYID_SET_NEW_FLAG","features":[398]},{"name":"CRYPT_KEY_FLAGS","features":[398]},{"name":"CRYPT_KEY_PARAM_ID","features":[398]},{"name":"CRYPT_KEY_PROV_INFO","features":[398]},{"name":"CRYPT_KEY_PROV_PARAM","features":[398]},{"name":"CRYPT_KEY_SIGN_MESSAGE_PARA","features":[398]},{"name":"CRYPT_KEY_VERIFY_MESSAGE_PARA","features":[398]},{"name":"CRYPT_KM","features":[398]},{"name":"CRYPT_LAST_ALG_OID_GROUP_ID","features":[398]},{"name":"CRYPT_LAST_OID_GROUP_ID","features":[398]},{"name":"CRYPT_LDAP_AREC_EXCLUSIVE_RETRIEVAL","features":[398]},{"name":"CRYPT_LDAP_INSERT_ENTRY_ATTRIBUTE","features":[398]},{"name":"CRYPT_LDAP_SCOPE_BASE_ONLY_RETRIEVAL","features":[398]},{"name":"CRYPT_LDAP_SIGN_RETRIEVAL","features":[398]},{"name":"CRYPT_LITTLE_ENDIAN","features":[398]},{"name":"CRYPT_LOCAL","features":[398]},{"name":"CRYPT_LOCALIZED_NAME_ENCODING_TYPE","features":[398]},{"name":"CRYPT_LOCALIZED_NAME_OID","features":[398]},{"name":"CRYPT_MAC","features":[398]},{"name":"CRYPT_MACHINE_DEFAULT","features":[398]},{"name":"CRYPT_MACHINE_KEYSET","features":[398]},{"name":"CRYPT_MAC_RESOURCE","features":[398]},{"name":"CRYPT_MAC_RESOURCE_NUMBER","features":[398]},{"name":"CRYPT_MASK_GEN_ALGORITHM","features":[398]},{"name":"CRYPT_MATCH_ANY_ENCODING_TYPE","features":[398]},{"name":"CRYPT_MAX_PROVIDER_ID","features":[398]},{"name":"CRYPT_MESSAGE_BARE_CONTENT_OUT_FLAG","features":[398]},{"name":"CRYPT_MESSAGE_ENCAPSULATED_CONTENT_OUT_FLAG","features":[398]},{"name":"CRYPT_MESSAGE_KEYID_RECIPIENT_FLAG","features":[398]},{"name":"CRYPT_MESSAGE_KEYID_SIGNER_FLAG","features":[398]},{"name":"CRYPT_MESSAGE_SILENT_KEYSET_FLAG","features":[398]},{"name":"CRYPT_MIN_DEPENDENCIES","features":[398]},{"name":"CRYPT_MM","features":[398]},{"name":"CRYPT_MODE_CBC","features":[398]},{"name":"CRYPT_MODE_CBCI","features":[398]},{"name":"CRYPT_MODE_CBCOFM","features":[398]},{"name":"CRYPT_MODE_CBCOFMI","features":[398]},{"name":"CRYPT_MODE_CFB","features":[398]},{"name":"CRYPT_MODE_CFBP","features":[398]},{"name":"CRYPT_MODE_CTS","features":[398]},{"name":"CRYPT_MODE_ECB","features":[398]},{"name":"CRYPT_MODE_OFB","features":[398]},{"name":"CRYPT_MODE_OFBP","features":[398]},{"name":"CRYPT_MSG_TYPE","features":[398]},{"name":"CRYPT_NDR_ENCODING","features":[398]},{"name":"CRYPT_NEWKEYSET","features":[398]},{"name":"CRYPT_NEXT","features":[398]},{"name":"CRYPT_NOHASHOID","features":[398]},{"name":"CRYPT_NOT_MODIFIED_RETRIEVAL","features":[398]},{"name":"CRYPT_NO_AUTH_RETRIEVAL","features":[398]},{"name":"CRYPT_NO_OCSP_FAILOVER_TO_CRL_RETRIEVAL","features":[398]},{"name":"CRYPT_NO_SALT","features":[398]},{"name":"CRYPT_OAEP","features":[398]},{"name":"CRYPT_OBJECT_LOCATOR_FIRST_RESERVED_USER_NAME_TYPE","features":[398]},{"name":"CRYPT_OBJECT_LOCATOR_LAST_RESERVED_NAME_TYPE","features":[398]},{"name":"CRYPT_OBJECT_LOCATOR_LAST_RESERVED_USER_NAME_TYPE","features":[398]},{"name":"CRYPT_OBJECT_LOCATOR_PROVIDER_TABLE","features":[305,398]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_DLL_UNLOAD","features":[398]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_PROCESS_EXIT","features":[398]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_REASON","features":[398]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_SERVICE_STOP","features":[398]},{"name":"CRYPT_OBJECT_LOCATOR_RELEASE_SYSTEM_SHUTDOWN","features":[398]},{"name":"CRYPT_OBJECT_LOCATOR_SPN_NAME_TYPE","features":[398]},{"name":"CRYPT_OBJID_TABLE","features":[398]},{"name":"CRYPT_OCSP_ONLY_RETRIEVAL","features":[398]},{"name":"CRYPT_OFFLINE_CHECK_RETRIEVAL","features":[398]},{"name":"CRYPT_OID_CREATE_COM_OBJECT_FUNC","features":[398]},{"name":"CRYPT_OID_DECODE_OBJECT_EX_FUNC","features":[398]},{"name":"CRYPT_OID_DECODE_OBJECT_FUNC","features":[398]},{"name":"CRYPT_OID_DISABLE_SEARCH_DS_FLAG","features":[398]},{"name":"CRYPT_OID_ENCODE_OBJECT_EX_FUNC","features":[398]},{"name":"CRYPT_OID_ENCODE_OBJECT_FUNC","features":[398]},{"name":"CRYPT_OID_ENUM_PHYSICAL_STORE_FUNC","features":[398]},{"name":"CRYPT_OID_ENUM_SYSTEM_STORE_FUNC","features":[398]},{"name":"CRYPT_OID_EXPORT_PRIVATE_KEY_INFO_FUNC","features":[398]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[398]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_FROM_BCRYPT_HANDLE_FUNC","features":[398]},{"name":"CRYPT_OID_EXPORT_PUBLIC_KEY_INFO_FUNC","features":[398]},{"name":"CRYPT_OID_EXTRACT_ENCODED_SIGNATURE_PARAMETERS_FUNC","features":[398]},{"name":"CRYPT_OID_FIND_LOCALIZED_NAME_FUNC","features":[398]},{"name":"CRYPT_OID_FIND_OID_INFO_FUNC","features":[398]},{"name":"CRYPT_OID_FORMAT_OBJECT_FUNC","features":[398]},{"name":"CRYPT_OID_FUNC_ENTRY","features":[398]},{"name":"CRYPT_OID_IMPORT_PRIVATE_KEY_INFO_FUNC","features":[398]},{"name":"CRYPT_OID_IMPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[398]},{"name":"CRYPT_OID_IMPORT_PUBLIC_KEY_INFO_FUNC","features":[398]},{"name":"CRYPT_OID_INFO","features":[398]},{"name":"CRYPT_OID_INFO_ALGID_KEY","features":[398]},{"name":"CRYPT_OID_INFO_CNG_ALGID_KEY","features":[398]},{"name":"CRYPT_OID_INFO_CNG_SIGN_KEY","features":[398]},{"name":"CRYPT_OID_INFO_ECC_PARAMETERS_ALGORITHM","features":[398]},{"name":"CRYPT_OID_INFO_ECC_WRAP_PARAMETERS_ALGORITHM","features":[398]},{"name":"CRYPT_OID_INFO_HASH_PARAMETERS_ALGORITHM","features":[398]},{"name":"CRYPT_OID_INFO_MGF1_PARAMETERS_ALGORITHM","features":[398]},{"name":"CRYPT_OID_INFO_NAME_KEY","features":[398]},{"name":"CRYPT_OID_INFO_NO_PARAMETERS_ALGORITHM","features":[398]},{"name":"CRYPT_OID_INFO_NO_SIGN_ALGORITHM","features":[398]},{"name":"CRYPT_OID_INFO_OAEP_PARAMETERS_ALGORITHM","features":[398]},{"name":"CRYPT_OID_INFO_OID_GROUP_BIT_LEN_MASK","features":[398]},{"name":"CRYPT_OID_INFO_OID_GROUP_BIT_LEN_SHIFT","features":[398]},{"name":"CRYPT_OID_INFO_OID_KEY","features":[398]},{"name":"CRYPT_OID_INFO_OID_KEY_FLAGS_MASK","features":[398]},{"name":"CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG","features":[398]},{"name":"CRYPT_OID_INFO_PUBKEY_SIGN_KEY_FLAG","features":[398]},{"name":"CRYPT_OID_INFO_SIGN_KEY","features":[398]},{"name":"CRYPT_OID_INHIBIT_SIGNATURE_FORMAT_FLAG","features":[398]},{"name":"CRYPT_OID_NO_NULL_ALGORITHM_PARA_FLAG","features":[398]},{"name":"CRYPT_OID_OPEN_STORE_PROV_FUNC","features":[398]},{"name":"CRYPT_OID_OPEN_SYSTEM_STORE_PROV_FUNC","features":[398]},{"name":"CRYPT_OID_PREFER_CNG_ALGID_FLAG","features":[398]},{"name":"CRYPT_OID_PUBKEY_ENCRYPT_ONLY_FLAG","features":[398]},{"name":"CRYPT_OID_PUBKEY_SIGN_ONLY_FLAG","features":[398]},{"name":"CRYPT_OID_REGISTER_PHYSICAL_STORE_FUNC","features":[398]},{"name":"CRYPT_OID_REGISTER_SYSTEM_STORE_FUNC","features":[398]},{"name":"CRYPT_OID_REGPATH","features":[398]},{"name":"CRYPT_OID_REG_DLL_VALUE_NAME","features":[398]},{"name":"CRYPT_OID_REG_ENCODING_TYPE_PREFIX","features":[398]},{"name":"CRYPT_OID_REG_FLAGS_VALUE_NAME","features":[398]},{"name":"CRYPT_OID_REG_FUNC_NAME_VALUE_NAME","features":[398]},{"name":"CRYPT_OID_REG_FUNC_NAME_VALUE_NAME_A","features":[398]},{"name":"CRYPT_OID_SIGN_AND_ENCODE_HASH_FUNC","features":[398]},{"name":"CRYPT_OID_SYSTEM_STORE_LOCATION_VALUE_NAME","features":[398]},{"name":"CRYPT_OID_UNREGISTER_PHYSICAL_STORE_FUNC","features":[398]},{"name":"CRYPT_OID_UNREGISTER_SYSTEM_STORE_FUNC","features":[398]},{"name":"CRYPT_OID_USE_CURVE_NAME_FOR_ENCODE_FLAG","features":[398]},{"name":"CRYPT_OID_USE_CURVE_PARAMETERS_FOR_ENCODE_FLAG","features":[398]},{"name":"CRYPT_OID_USE_PUBKEY_PARA_FOR_PKCS7_FLAG","features":[398]},{"name":"CRYPT_OID_VERIFY_CERTIFICATE_CHAIN_POLICY_FUNC","features":[398]},{"name":"CRYPT_OID_VERIFY_CTL_USAGE_FUNC","features":[398]},{"name":"CRYPT_OID_VERIFY_ENCODED_SIGNATURE_FUNC","features":[398]},{"name":"CRYPT_OID_VERIFY_REVOCATION_FUNC","features":[398]},{"name":"CRYPT_ONLINE","features":[398]},{"name":"CRYPT_OVERRIDE","features":[398]},{"name":"CRYPT_OVERWRITE","features":[398]},{"name":"CRYPT_OWF_REPL_LM_HASH","features":[398]},{"name":"CRYPT_PARAM_ASYNC_RETRIEVAL_COMPLETION","features":[398]},{"name":"CRYPT_PARAM_CANCEL_ASYNC_RETRIEVAL","features":[398]},{"name":"CRYPT_PASSWORD_CREDENTIALSA","features":[398]},{"name":"CRYPT_PASSWORD_CREDENTIALSW","features":[398]},{"name":"CRYPT_PKCS12_PBE_PARAMS","features":[398]},{"name":"CRYPT_PKCS8_EXPORT_PARAMS","features":[305,398]},{"name":"CRYPT_PKCS8_IMPORT_PARAMS","features":[305,398]},{"name":"CRYPT_POLICY_OID_GROUP_ID","features":[398]},{"name":"CRYPT_PREGEN","features":[398]},{"name":"CRYPT_PRIORITY_BOTTOM","features":[398]},{"name":"CRYPT_PRIORITY_TOP","features":[398]},{"name":"CRYPT_PRIVATE_KEY_INFO","features":[398]},{"name":"CRYPT_PROCESS_ISOLATE","features":[398]},{"name":"CRYPT_PROPERTY_REF","features":[398]},{"name":"CRYPT_PROVIDERS","features":[398]},{"name":"CRYPT_PROVIDER_IOCTL__GET_SCHANNEL_INTERFACE","features":[398]},{"name":"CRYPT_PROVIDER_REF","features":[398]},{"name":"CRYPT_PROVIDER_REFS","features":[398]},{"name":"CRYPT_PROVIDER_REG","features":[398]},{"name":"CRYPT_PROVSTRUC_VERSION_V3","features":[398]},{"name":"CRYPT_PROXY_CACHE_RETRIEVAL","features":[398]},{"name":"CRYPT_PSOURCE_ALGORITHM","features":[398]},{"name":"CRYPT_PSTORE","features":[398]},{"name":"CRYPT_PUBKEY_ALG_OID_GROUP_ID","features":[398]},{"name":"CRYPT_RANDOM_QUERY_STRING_RETRIEVAL","features":[398]},{"name":"CRYPT_RC2_128BIT_VERSION","features":[398]},{"name":"CRYPT_RC2_40BIT_VERSION","features":[398]},{"name":"CRYPT_RC2_56BIT_VERSION","features":[398]},{"name":"CRYPT_RC2_64BIT_VERSION","features":[398]},{"name":"CRYPT_RC2_CBC_PARAMETERS","features":[305,398]},{"name":"CRYPT_RC4_KEY_STATE","features":[398]},{"name":"CRYPT_RDN_ATTR_OID_GROUP_ID","features":[398]},{"name":"CRYPT_READ","features":[398]},{"name":"CRYPT_RECIPIENT","features":[398]},{"name":"CRYPT_REGISTER_FIRST_INDEX","features":[398]},{"name":"CRYPT_REGISTER_LAST_INDEX","features":[398]},{"name":"CRYPT_RETRIEVE_AUX_INFO","features":[305,398]},{"name":"CRYPT_RETRIEVE_MAX_ERROR_CONTENT_LENGTH","features":[398]},{"name":"CRYPT_RETRIEVE_MULTIPLE_OBJECTS","features":[398]},{"name":"CRYPT_RETURN_HWND","features":[305,398]},{"name":"CRYPT_RSAES_OAEP_PARAMETERS","features":[398]},{"name":"CRYPT_RSA_SSA_PSS_PARAMETERS","features":[398]},{"name":"CRYPT_SECRETDIGEST","features":[398]},{"name":"CRYPT_SEC_DESCR","features":[398]},{"name":"CRYPT_SEQUENCE_OF_ANY","features":[398]},{"name":"CRYPT_SERVER","features":[398]},{"name":"CRYPT_SET_HASH_PARAM","features":[398]},{"name":"CRYPT_SET_PROV_PARAM_ID","features":[398]},{"name":"CRYPT_SF","features":[398]},{"name":"CRYPT_SGC","features":[398]},{"name":"CRYPT_SGCKEY","features":[398]},{"name":"CRYPT_SGC_ENUM","features":[398]},{"name":"CRYPT_SIGN_ALG_OID_GROUP_ID","features":[398]},{"name":"CRYPT_SIGN_MESSAGE_PARA","features":[305,398]},{"name":"CRYPT_SIG_RESOURCE","features":[398]},{"name":"CRYPT_SIG_RESOURCE_NUMBER","features":[398]},{"name":"CRYPT_SIG_RESOURCE_VERSION","features":[398]},{"name":"CRYPT_SILENT","features":[398]},{"name":"CRYPT_SMART_CARD_ROOT_INFO","features":[398]},{"name":"CRYPT_SMIME_CAPABILITIES","features":[398]},{"name":"CRYPT_SMIME_CAPABILITY","features":[398]},{"name":"CRYPT_SORTED_CTL_ENCODE_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[398]},{"name":"CRYPT_SSL2_FALLBACK","features":[398]},{"name":"CRYPT_STICKY_CACHE_RETRIEVAL","features":[398]},{"name":"CRYPT_STRING","features":[398]},{"name":"CRYPT_STRING_ANY","features":[398]},{"name":"CRYPT_STRING_BASE64","features":[398]},{"name":"CRYPT_STRING_BASE64HEADER","features":[398]},{"name":"CRYPT_STRING_BASE64REQUESTHEADER","features":[398]},{"name":"CRYPT_STRING_BASE64URI","features":[398]},{"name":"CRYPT_STRING_BASE64X509CRLHEADER","features":[398]},{"name":"CRYPT_STRING_BASE64_ANY","features":[398]},{"name":"CRYPT_STRING_BINARY","features":[398]},{"name":"CRYPT_STRING_ENCODEMASK","features":[398]},{"name":"CRYPT_STRING_HASHDATA","features":[398]},{"name":"CRYPT_STRING_HEX","features":[398]},{"name":"CRYPT_STRING_HEXADDR","features":[398]},{"name":"CRYPT_STRING_HEXASCII","features":[398]},{"name":"CRYPT_STRING_HEXASCIIADDR","features":[398]},{"name":"CRYPT_STRING_HEXRAW","features":[398]},{"name":"CRYPT_STRING_HEX_ANY","features":[398]},{"name":"CRYPT_STRING_NOCR","features":[398]},{"name":"CRYPT_STRING_NOCRLF","features":[398]},{"name":"CRYPT_STRING_PERCENTESCAPE","features":[398]},{"name":"CRYPT_STRING_RESERVED100","features":[398]},{"name":"CRYPT_STRING_RESERVED200","features":[398]},{"name":"CRYPT_STRING_STRICT","features":[398]},{"name":"CRYPT_SUCCEED","features":[398]},{"name":"CRYPT_TEMPLATE_OID_GROUP_ID","features":[398]},{"name":"CRYPT_TIMESTAMP_ACCURACY","features":[398]},{"name":"CRYPT_TIMESTAMP_CONTEXT","features":[305,398]},{"name":"CRYPT_TIMESTAMP_INFO","features":[305,398]},{"name":"CRYPT_TIMESTAMP_PARA","features":[305,398]},{"name":"CRYPT_TIMESTAMP_REQUEST","features":[305,398]},{"name":"CRYPT_TIMESTAMP_RESPONSE","features":[398]},{"name":"CRYPT_TIMESTAMP_RESPONSE_STATUS","features":[398]},{"name":"CRYPT_TIMESTAMP_VERSION","features":[398]},{"name":"CRYPT_TIME_STAMP_REQUEST_INFO","features":[398]},{"name":"CRYPT_TYPE2_FORMAT","features":[398]},{"name":"CRYPT_UI_PROMPT","features":[398]},{"name":"CRYPT_UM","features":[398]},{"name":"CRYPT_UNICODE_NAME_DECODE_DISABLE_IE4_UTF8_FLAG","features":[398]},{"name":"CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG","features":[398]},{"name":"CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG","features":[398]},{"name":"CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG","features":[398]},{"name":"CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG","features":[398]},{"name":"CRYPT_UPDATE_KEY","features":[398]},{"name":"CRYPT_URL_ARRAY","features":[398]},{"name":"CRYPT_URL_INFO","features":[398]},{"name":"CRYPT_USERDATA","features":[398]},{"name":"CRYPT_USER_DEFAULT","features":[398]},{"name":"CRYPT_USER_KEYSET","features":[398]},{"name":"CRYPT_USER_PROTECTED","features":[398]},{"name":"CRYPT_USER_PROTECTED_STRONG","features":[398]},{"name":"CRYPT_VERIFYCONTEXT","features":[398]},{"name":"CRYPT_VERIFY_CERT_FLAGS","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_CHECK_WEAK_HASH_FLAG","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_DISABLE_MD2_MD4_FLAG","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_CHAIN","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_NULL","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_ISSUER_PUBKEY","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_RETURN_STRONG_PROPERTIES_FLAG","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_SET_STRONG_PROPERTIES_FLAG","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_BLOB","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_CERT","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_CRL","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_SUBJECT_OCSP_BASIC_SIGNED_RESPONSE","features":[398]},{"name":"CRYPT_VERIFY_CERT_SIGN_WEAK_HASH_INFO","features":[398]},{"name":"CRYPT_VERIFY_CONTEXT_SIGNATURE","features":[398]},{"name":"CRYPT_VERIFY_DATA_HASH","features":[398]},{"name":"CRYPT_VERIFY_IMAGE_A","features":[305,398]},{"name":"CRYPT_VERIFY_IMAGE_W","features":[305,398]},{"name":"CRYPT_VERIFY_MESSAGE_PARA","features":[305,398]},{"name":"CRYPT_VOLATILE","features":[398]},{"name":"CRYPT_WIRE_ONLY_RETRIEVAL","features":[398]},{"name":"CRYPT_WRITE","features":[398]},{"name":"CRYPT_X931_FORMAT","features":[398]},{"name":"CRYPT_X942_COUNTER_BYTE_LENGTH","features":[398]},{"name":"CRYPT_X942_KEY_LENGTH_BYTE_LENGTH","features":[398]},{"name":"CRYPT_X942_OTHER_INFO","features":[398]},{"name":"CRYPT_XML_ALGORITHM","features":[398]},{"name":"CRYPT_XML_ALGORITHM_INFO","features":[398]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_CNG_ALGID","features":[398]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_CNG_SIGN_ALGID","features":[398]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_NAME","features":[398]},{"name":"CRYPT_XML_ALGORITHM_INFO_FIND_BY_URI","features":[398]},{"name":"CRYPT_XML_BLOB","features":[398]},{"name":"CRYPT_XML_BLOB_MAX","features":[398]},{"name":"CRYPT_XML_CHARSET","features":[398]},{"name":"CRYPT_XML_CHARSET_AUTO","features":[398]},{"name":"CRYPT_XML_CHARSET_UTF16BE","features":[398]},{"name":"CRYPT_XML_CHARSET_UTF16LE","features":[398]},{"name":"CRYPT_XML_CHARSET_UTF8","features":[398]},{"name":"CRYPT_XML_CRYPTOGRAPHIC_INTERFACE","features":[398]},{"name":"CRYPT_XML_DATA_BLOB","features":[398]},{"name":"CRYPT_XML_DATA_PROVIDER","features":[398]},{"name":"CRYPT_XML_DIGEST_REFERENCE_DATA_TRANSFORMED","features":[398]},{"name":"CRYPT_XML_DIGEST_VALUE_MAX","features":[398]},{"name":"CRYPT_XML_DOC_CTXT","features":[398]},{"name":"CRYPT_XML_E_ALGORITHM","features":[398]},{"name":"CRYPT_XML_E_BASE","features":[398]},{"name":"CRYPT_XML_E_ENCODING","features":[398]},{"name":"CRYPT_XML_E_HANDLE","features":[398]},{"name":"CRYPT_XML_E_HASH_FAILED","features":[398]},{"name":"CRYPT_XML_E_INVALID_DIGEST","features":[398]},{"name":"CRYPT_XML_E_INVALID_KEYVALUE","features":[398]},{"name":"CRYPT_XML_E_INVALID_SIGNATURE","features":[398]},{"name":"CRYPT_XML_E_LARGE","features":[398]},{"name":"CRYPT_XML_E_LAST","features":[398]},{"name":"CRYPT_XML_E_NON_UNIQUE_ID","features":[398]},{"name":"CRYPT_XML_E_OPERATION","features":[398]},{"name":"CRYPT_XML_E_SIGNER","features":[398]},{"name":"CRYPT_XML_E_SIGN_FAILED","features":[398]},{"name":"CRYPT_XML_E_TOO_MANY_SIGNATURES","features":[398]},{"name":"CRYPT_XML_E_TOO_MANY_TRANSFORMS","features":[398]},{"name":"CRYPT_XML_E_TRANSFORM","features":[398]},{"name":"CRYPT_XML_E_UNEXPECTED_XML","features":[398]},{"name":"CRYPT_XML_E_UNRESOLVED_REFERENCE","features":[398]},{"name":"CRYPT_XML_E_VERIFY_FAILED","features":[398]},{"name":"CRYPT_XML_FLAGS","features":[398]},{"name":"CRYPT_XML_FLAG_ADD_OBJECT_CREATE_COPY","features":[398]},{"name":"CRYPT_XML_FLAG_ALWAYS_RETURN_ENCODED_OBJECT","features":[398]},{"name":"CRYPT_XML_FLAG_CREATE_REFERENCE_AS_OBJECT","features":[398]},{"name":"CRYPT_XML_FLAG_DISABLE_EXTENSIONS","features":[398]},{"name":"CRYPT_XML_FLAG_ECDSA_DSIG11","features":[398]},{"name":"CRYPT_XML_FLAG_ENFORCE_ID_NAME_FORMAT","features":[398]},{"name":"CRYPT_XML_FLAG_ENFORCE_ID_NCNAME_FORMAT","features":[398]},{"name":"CRYPT_XML_FLAG_NO_SERIALIZE","features":[398]},{"name":"CRYPT_XML_GROUP_ID","features":[398]},{"name":"CRYPT_XML_GROUP_ID_HASH","features":[398]},{"name":"CRYPT_XML_GROUP_ID_SIGN","features":[398]},{"name":"CRYPT_XML_ID_MAX","features":[398]},{"name":"CRYPT_XML_ISSUER_SERIAL","features":[398]},{"name":"CRYPT_XML_KEYINFO_PARAM","features":[398]},{"name":"CRYPT_XML_KEYINFO_SPEC","features":[398]},{"name":"CRYPT_XML_KEYINFO_SPEC_ENCODED","features":[398]},{"name":"CRYPT_XML_KEYINFO_SPEC_NONE","features":[398]},{"name":"CRYPT_XML_KEYINFO_SPEC_PARAM","features":[398]},{"name":"CRYPT_XML_KEYINFO_TYPE","features":[398]},{"name":"CRYPT_XML_KEYINFO_TYPE_CUSTOM","features":[398]},{"name":"CRYPT_XML_KEYINFO_TYPE_KEYNAME","features":[398]},{"name":"CRYPT_XML_KEYINFO_TYPE_KEYVALUE","features":[398]},{"name":"CRYPT_XML_KEYINFO_TYPE_RETRIEVAL","features":[398]},{"name":"CRYPT_XML_KEYINFO_TYPE_X509DATA","features":[398]},{"name":"CRYPT_XML_KEY_DSA_KEY_VALUE","features":[398]},{"name":"CRYPT_XML_KEY_ECDSA_KEY_VALUE","features":[398]},{"name":"CRYPT_XML_KEY_INFO","features":[398]},{"name":"CRYPT_XML_KEY_INFO_ITEM","features":[398]},{"name":"CRYPT_XML_KEY_RSA_KEY_VALUE","features":[398]},{"name":"CRYPT_XML_KEY_VALUE","features":[398]},{"name":"CRYPT_XML_KEY_VALUE_TYPE","features":[398]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_CUSTOM","features":[398]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_DSA","features":[398]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_ECDSA","features":[398]},{"name":"CRYPT_XML_KEY_VALUE_TYPE_RSA","features":[398]},{"name":"CRYPT_XML_OBJECT","features":[398]},{"name":"CRYPT_XML_OBJECTS_MAX","features":[398]},{"name":"CRYPT_XML_PROPERTY","features":[398]},{"name":"CRYPT_XML_PROPERTY_DOC_DECLARATION","features":[398]},{"name":"CRYPT_XML_PROPERTY_ID","features":[398]},{"name":"CRYPT_XML_PROPERTY_MAX_HEAP_SIZE","features":[398]},{"name":"CRYPT_XML_PROPERTY_MAX_SIGNATURES","features":[398]},{"name":"CRYPT_XML_PROPERTY_SIGNATURE_LOCATION","features":[398]},{"name":"CRYPT_XML_PROPERTY_XML_OUTPUT_CHARSET","features":[398]},{"name":"CRYPT_XML_REFERENCE","features":[398]},{"name":"CRYPT_XML_REFERENCES","features":[398]},{"name":"CRYPT_XML_REFERENCES_MAX","features":[398]},{"name":"CRYPT_XML_SIGNATURE","features":[398]},{"name":"CRYPT_XML_SIGNATURES_MAX","features":[398]},{"name":"CRYPT_XML_SIGNATURE_VALUE_MAX","features":[398]},{"name":"CRYPT_XML_SIGNED_INFO","features":[398]},{"name":"CRYPT_XML_SIGN_ADD_KEYVALUE","features":[398]},{"name":"CRYPT_XML_STATUS","features":[398]},{"name":"CRYPT_XML_STATUS_DIGESTING","features":[398]},{"name":"CRYPT_XML_STATUS_DIGEST_VALID","features":[398]},{"name":"CRYPT_XML_STATUS_ERROR_DIGEST_INVALID","features":[398]},{"name":"CRYPT_XML_STATUS_ERROR_KEYINFO_NOT_PARSED","features":[398]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_RESOLVED","features":[398]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_SUPPORTED_ALGORITHM","features":[398]},{"name":"CRYPT_XML_STATUS_ERROR_NOT_SUPPORTED_TRANSFORM","features":[398]},{"name":"CRYPT_XML_STATUS_ERROR_SIGNATURE_INVALID","features":[398]},{"name":"CRYPT_XML_STATUS_ERROR_STATUS","features":[398]},{"name":"CRYPT_XML_STATUS_INFO_STATUS","features":[398]},{"name":"CRYPT_XML_STATUS_INTERNAL_REFERENCE","features":[398]},{"name":"CRYPT_XML_STATUS_KEY_AVAILABLE","features":[398]},{"name":"CRYPT_XML_STATUS_NO_ERROR","features":[398]},{"name":"CRYPT_XML_STATUS_OPENED_TO_ENCODE","features":[398]},{"name":"CRYPT_XML_STATUS_SIGNATURE_VALID","features":[398]},{"name":"CRYPT_XML_TRANSFORM_CHAIN_CONFIG","features":[398]},{"name":"CRYPT_XML_TRANSFORM_FLAGS","features":[398]},{"name":"CRYPT_XML_TRANSFORM_INFO","features":[398]},{"name":"CRYPT_XML_TRANSFORM_MAX","features":[398]},{"name":"CRYPT_XML_TRANSFORM_ON_NODESET","features":[398]},{"name":"CRYPT_XML_TRANSFORM_ON_STREAM","features":[398]},{"name":"CRYPT_XML_TRANSFORM_URI_QUERY_STRING","features":[398]},{"name":"CRYPT_XML_X509DATA","features":[398]},{"name":"CRYPT_XML_X509DATA_ITEM","features":[398]},{"name":"CRYPT_XML_X509DATA_TYPE","features":[398]},{"name":"CRYPT_XML_X509DATA_TYPE_CERTIFICATE","features":[398]},{"name":"CRYPT_XML_X509DATA_TYPE_CRL","features":[398]},{"name":"CRYPT_XML_X509DATA_TYPE_CUSTOM","features":[398]},{"name":"CRYPT_XML_X509DATA_TYPE_ISSUER_SERIAL","features":[398]},{"name":"CRYPT_XML_X509DATA_TYPE_SKI","features":[398]},{"name":"CRYPT_XML_X509DATA_TYPE_SUBJECT_NAME","features":[398]},{"name":"CRYPT_Y_ONLY","features":[398]},{"name":"CSF_AUTHENTICATE","features":[398]},{"name":"CSF_CHANGE_AUTHENTICATOR","features":[398]},{"name":"CSF_IMPORT_KEYPAIR","features":[398]},{"name":"CTL_ANY_SUBJECT_INFO","features":[398]},{"name":"CTL_ANY_SUBJECT_TYPE","features":[398]},{"name":"CTL_CERT_SUBJECT_TYPE","features":[398]},{"name":"CTL_CONTEXT","features":[305,398]},{"name":"CTL_ENTRY","features":[398]},{"name":"CTL_ENTRY_FROM_PROP_CHAIN_FLAG","features":[398]},{"name":"CTL_FIND_ANY","features":[398]},{"name":"CTL_FIND_EXISTING","features":[398]},{"name":"CTL_FIND_MD5_HASH","features":[398]},{"name":"CTL_FIND_NO_LIST_ID_CBDATA","features":[398]},{"name":"CTL_FIND_SAME_USAGE_FLAG","features":[398]},{"name":"CTL_FIND_SHA1_HASH","features":[398]},{"name":"CTL_FIND_SUBJECT","features":[398]},{"name":"CTL_FIND_SUBJECT_PARA","features":[305,398]},{"name":"CTL_FIND_USAGE","features":[398]},{"name":"CTL_FIND_USAGE_PARA","features":[305,398]},{"name":"CTL_INFO","features":[305,398]},{"name":"CTL_USAGE","features":[398]},{"name":"CTL_USAGE_MATCH","features":[398]},{"name":"CTL_V1","features":[398]},{"name":"CTL_VERIFY_USAGE_PARA","features":[398]},{"name":"CTL_VERIFY_USAGE_STATUS","features":[305,398]},{"name":"CUR_BLOB_VERSION","features":[398]},{"name":"CUR_OFFLOAD_VERSION","features":[398]},{"name":"CertAddCRLContextToStore","features":[305,398]},{"name":"CertAddCRLLinkToStore","features":[305,398]},{"name":"CertAddCTLContextToStore","features":[305,398]},{"name":"CertAddCTLLinkToStore","features":[305,398]},{"name":"CertAddCertificateContextToStore","features":[305,398]},{"name":"CertAddCertificateLinkToStore","features":[305,398]},{"name":"CertAddEncodedCRLToStore","features":[305,398]},{"name":"CertAddEncodedCTLToStore","features":[305,398]},{"name":"CertAddEncodedCertificateToStore","features":[305,398]},{"name":"CertAddEncodedCertificateToSystemStoreA","features":[305,398]},{"name":"CertAddEncodedCertificateToSystemStoreW","features":[305,398]},{"name":"CertAddEnhancedKeyUsageIdentifier","features":[305,398]},{"name":"CertAddRefServerOcspResponse","features":[398]},{"name":"CertAddRefServerOcspResponseContext","features":[398]},{"name":"CertAddSerializedElementToStore","features":[305,398]},{"name":"CertAddStoreToCollection","features":[305,398]},{"name":"CertAlgIdToOID","features":[398]},{"name":"CertCloseServerOcspResponse","features":[398]},{"name":"CertCloseStore","features":[305,398]},{"name":"CertCompareCertificate","features":[305,398]},{"name":"CertCompareCertificateName","features":[305,398]},{"name":"CertCompareIntegerBlob","features":[305,398]},{"name":"CertComparePublicKeyInfo","features":[305,398]},{"name":"CertControlStore","features":[305,398]},{"name":"CertCreateCRLContext","features":[305,398]},{"name":"CertCreateCTLContext","features":[305,398]},{"name":"CertCreateCTLEntryFromCertificateContextProperties","features":[305,398]},{"name":"CertCreateCertificateChainEngine","features":[305,398]},{"name":"CertCreateCertificateContext","features":[305,398]},{"name":"CertCreateContext","features":[305,398]},{"name":"CertCreateSelfSignCertificate","features":[305,398]},{"name":"CertDeleteCRLFromStore","features":[305,398]},{"name":"CertDeleteCTLFromStore","features":[305,398]},{"name":"CertDeleteCertificateFromStore","features":[305,398]},{"name":"CertDuplicateCRLContext","features":[305,398]},{"name":"CertDuplicateCTLContext","features":[305,398]},{"name":"CertDuplicateCertificateChain","features":[305,398]},{"name":"CertDuplicateCertificateContext","features":[305,398]},{"name":"CertDuplicateStore","features":[398]},{"name":"CertEnumCRLContextProperties","features":[305,398]},{"name":"CertEnumCRLsInStore","features":[305,398]},{"name":"CertEnumCTLContextProperties","features":[305,398]},{"name":"CertEnumCTLsInStore","features":[305,398]},{"name":"CertEnumCertificateContextProperties","features":[305,398]},{"name":"CertEnumCertificatesInStore","features":[305,398]},{"name":"CertEnumPhysicalStore","features":[305,398]},{"name":"CertEnumSubjectInSortedCTL","features":[305,398]},{"name":"CertEnumSystemStore","features":[305,398]},{"name":"CertEnumSystemStoreLocation","features":[305,398]},{"name":"CertFindAttribute","features":[398]},{"name":"CertFindCRLInStore","features":[305,398]},{"name":"CertFindCTLInStore","features":[305,398]},{"name":"CertFindCertificateInCRL","features":[305,398]},{"name":"CertFindCertificateInStore","features":[305,398]},{"name":"CertFindChainInStore","features":[305,398]},{"name":"CertFindExtension","features":[305,398]},{"name":"CertFindRDNAttr","features":[398]},{"name":"CertFindSubjectInCTL","features":[305,398]},{"name":"CertFindSubjectInSortedCTL","features":[305,398]},{"name":"CertFreeCRLContext","features":[305,398]},{"name":"CertFreeCTLContext","features":[305,398]},{"name":"CertFreeCertificateChain","features":[305,398]},{"name":"CertFreeCertificateChainEngine","features":[398]},{"name":"CertFreeCertificateChainList","features":[305,398]},{"name":"CertFreeCertificateContext","features":[305,398]},{"name":"CertFreeServerOcspResponseContext","features":[398]},{"name":"CertGetCRLContextProperty","features":[305,398]},{"name":"CertGetCRLFromStore","features":[305,398]},{"name":"CertGetCTLContextProperty","features":[305,398]},{"name":"CertGetCertificateChain","features":[305,398]},{"name":"CertGetCertificateContextProperty","features":[305,398]},{"name":"CertGetEnhancedKeyUsage","features":[305,398]},{"name":"CertGetIntendedKeyUsage","features":[305,398]},{"name":"CertGetIssuerCertificateFromStore","features":[305,398]},{"name":"CertGetNameStringA","features":[305,398]},{"name":"CertGetNameStringW","features":[305,398]},{"name":"CertGetPublicKeyLength","features":[398]},{"name":"CertGetServerOcspResponseContext","features":[398]},{"name":"CertGetStoreProperty","features":[305,398]},{"name":"CertGetSubjectCertificateFromStore","features":[305,398]},{"name":"CertGetValidUsages","features":[305,398]},{"name":"CertIsRDNAttrsInCertificateName","features":[305,398]},{"name":"CertIsStrongHashToSign","features":[305,398]},{"name":"CertIsValidCRLForCertificate","features":[305,398]},{"name":"CertIsWeakHash","features":[305,398]},{"name":"CertKeyType","features":[398]},{"name":"CertNameToStrA","features":[398]},{"name":"CertNameToStrW","features":[398]},{"name":"CertOIDToAlgId","features":[398]},{"name":"CertOpenServerOcspResponse","features":[305,398]},{"name":"CertOpenStore","features":[398]},{"name":"CertOpenSystemStoreA","features":[398]},{"name":"CertOpenSystemStoreW","features":[398]},{"name":"CertRDNValueToStrA","features":[398]},{"name":"CertRDNValueToStrW","features":[398]},{"name":"CertRegisterPhysicalStore","features":[305,398]},{"name":"CertRegisterSystemStore","features":[305,398]},{"name":"CertRemoveEnhancedKeyUsageIdentifier","features":[305,398]},{"name":"CertRemoveStoreFromCollection","features":[398]},{"name":"CertResyncCertificateChainEngine","features":[305,398]},{"name":"CertRetrieveLogoOrBiometricInfo","features":[305,398]},{"name":"CertSaveStore","features":[305,398]},{"name":"CertSelectCertificateChains","features":[305,398]},{"name":"CertSerializeCRLStoreElement","features":[305,398]},{"name":"CertSerializeCTLStoreElement","features":[305,398]},{"name":"CertSerializeCertificateStoreElement","features":[305,398]},{"name":"CertSetCRLContextProperty","features":[305,398]},{"name":"CertSetCTLContextProperty","features":[305,398]},{"name":"CertSetCertificateContextPropertiesFromCTLEntry","features":[305,398]},{"name":"CertSetCertificateContextProperty","features":[305,398]},{"name":"CertSetEnhancedKeyUsage","features":[305,398]},{"name":"CertSetStoreProperty","features":[305,398]},{"name":"CertStrToNameA","features":[305,398]},{"name":"CertStrToNameW","features":[305,398]},{"name":"CertUnregisterPhysicalStore","features":[305,398]},{"name":"CertUnregisterSystemStore","features":[305,398]},{"name":"CertVerifyCRLRevocation","features":[305,398]},{"name":"CertVerifyCRLTimeValidity","features":[305,398]},{"name":"CertVerifyCTLUsage","features":[305,398]},{"name":"CertVerifyCertificateChainPolicy","features":[305,398]},{"name":"CertVerifyRevocation","features":[305,398]},{"name":"CertVerifySubjectCertificateContext","features":[305,398]},{"name":"CertVerifyTimeValidity","features":[305,398]},{"name":"CertVerifyValidityNesting","features":[305,398]},{"name":"ChallengeResponsePinType","features":[398]},{"name":"CloseCryptoHandle","features":[398]},{"name":"CryptAcquireCertificatePrivateKey","features":[305,398]},{"name":"CryptAcquireContextA","features":[305,398]},{"name":"CryptAcquireContextW","features":[305,398]},{"name":"CryptBinaryToStringA","features":[305,398]},{"name":"CryptBinaryToStringW","features":[305,398]},{"name":"CryptCloseAsyncHandle","features":[305,398]},{"name":"CryptContextAddRef","features":[305,398]},{"name":"CryptCreateAsyncHandle","features":[305,398]},{"name":"CryptCreateHash","features":[305,398]},{"name":"CryptCreateKeyIdentifierFromCSP","features":[305,398]},{"name":"CryptDecodeMessage","features":[305,398]},{"name":"CryptDecodeObject","features":[305,398]},{"name":"CryptDecodeObjectEx","features":[305,398]},{"name":"CryptDecrypt","features":[305,398]},{"name":"CryptDecryptAndVerifyMessageSignature","features":[305,398]},{"name":"CryptDecryptMessage","features":[305,398]},{"name":"CryptDeriveKey","features":[305,398]},{"name":"CryptDestroyHash","features":[305,398]},{"name":"CryptDestroyKey","features":[305,398]},{"name":"CryptDuplicateHash","features":[305,398]},{"name":"CryptDuplicateKey","features":[305,398]},{"name":"CryptEncodeObject","features":[305,398]},{"name":"CryptEncodeObjectEx","features":[305,398]},{"name":"CryptEncrypt","features":[305,398]},{"name":"CryptEncryptMessage","features":[305,398]},{"name":"CryptEnumKeyIdentifierProperties","features":[305,398]},{"name":"CryptEnumOIDFunction","features":[305,398]},{"name":"CryptEnumOIDInfo","features":[305,398]},{"name":"CryptEnumProviderTypesA","features":[305,398]},{"name":"CryptEnumProviderTypesW","features":[305,398]},{"name":"CryptEnumProvidersA","features":[305,398]},{"name":"CryptEnumProvidersW","features":[305,398]},{"name":"CryptExportKey","features":[305,398]},{"name":"CryptExportPKCS8","features":[305,398]},{"name":"CryptExportPublicKeyInfo","features":[305,398]},{"name":"CryptExportPublicKeyInfoEx","features":[305,398]},{"name":"CryptExportPublicKeyInfoFromBCryptKeyHandle","features":[305,398]},{"name":"CryptFindCertificateKeyProvInfo","features":[305,398]},{"name":"CryptFindLocalizedName","features":[398]},{"name":"CryptFindOIDInfo","features":[398]},{"name":"CryptFormatObject","features":[305,398]},{"name":"CryptFreeOIDFunctionAddress","features":[305,398]},{"name":"CryptGenKey","features":[305,398]},{"name":"CryptGenRandom","features":[305,398]},{"name":"CryptGetAsyncParam","features":[305,398]},{"name":"CryptGetDefaultOIDDllList","features":[305,398]},{"name":"CryptGetDefaultOIDFunctionAddress","features":[305,398]},{"name":"CryptGetDefaultProviderA","features":[305,398]},{"name":"CryptGetDefaultProviderW","features":[305,398]},{"name":"CryptGetHashParam","features":[305,398]},{"name":"CryptGetKeyIdentifierProperty","features":[305,398]},{"name":"CryptGetKeyParam","features":[305,398]},{"name":"CryptGetMessageCertificates","features":[398]},{"name":"CryptGetMessageSignerCount","features":[398]},{"name":"CryptGetOIDFunctionAddress","features":[305,398]},{"name":"CryptGetOIDFunctionValue","features":[305,398]},{"name":"CryptGetObjectUrl","features":[305,398]},{"name":"CryptGetProvParam","features":[305,398]},{"name":"CryptGetUserKey","features":[305,398]},{"name":"CryptHashCertificate","features":[305,398]},{"name":"CryptHashCertificate2","features":[305,398]},{"name":"CryptHashData","features":[305,398]},{"name":"CryptHashMessage","features":[305,398]},{"name":"CryptHashPublicKeyInfo","features":[305,398]},{"name":"CryptHashSessionKey","features":[305,398]},{"name":"CryptHashToBeSigned","features":[305,398]},{"name":"CryptImportKey","features":[305,398]},{"name":"CryptImportPKCS8","features":[305,398]},{"name":"CryptImportPublicKeyInfo","features":[305,398]},{"name":"CryptImportPublicKeyInfoEx","features":[305,398]},{"name":"CryptImportPublicKeyInfoEx2","features":[305,398]},{"name":"CryptInitOIDFunctionSet","features":[398]},{"name":"CryptInstallCancelRetrieval","features":[305,398]},{"name":"CryptInstallDefaultContext","features":[305,398]},{"name":"CryptInstallOIDFunctionAddress","features":[305,398]},{"name":"CryptMemAlloc","features":[398]},{"name":"CryptMemFree","features":[398]},{"name":"CryptMemRealloc","features":[398]},{"name":"CryptMsgCalculateEncodedLength","features":[398]},{"name":"CryptMsgClose","features":[305,398]},{"name":"CryptMsgControl","features":[305,398]},{"name":"CryptMsgCountersign","features":[305,398]},{"name":"CryptMsgCountersignEncoded","features":[305,398]},{"name":"CryptMsgDuplicate","features":[398]},{"name":"CryptMsgEncodeAndSignCTL","features":[305,398]},{"name":"CryptMsgGetAndVerifySigner","features":[305,398]},{"name":"CryptMsgGetParam","features":[305,398]},{"name":"CryptMsgOpenToDecode","features":[305,398]},{"name":"CryptMsgOpenToEncode","features":[305,398]},{"name":"CryptMsgSignCTL","features":[305,398]},{"name":"CryptMsgUpdate","features":[305,398]},{"name":"CryptMsgVerifyCountersignatureEncoded","features":[305,398]},{"name":"CryptMsgVerifyCountersignatureEncodedEx","features":[305,398]},{"name":"CryptProtectData","features":[305,398]},{"name":"CryptProtectMemory","features":[305,398]},{"name":"CryptQueryObject","features":[305,398]},{"name":"CryptRegisterDefaultOIDFunction","features":[305,398]},{"name":"CryptRegisterOIDFunction","features":[305,398]},{"name":"CryptRegisterOIDInfo","features":[305,398]},{"name":"CryptReleaseContext","features":[305,398]},{"name":"CryptRetrieveObjectByUrlA","features":[305,398]},{"name":"CryptRetrieveObjectByUrlW","features":[305,398]},{"name":"CryptRetrieveTimeStamp","features":[305,398]},{"name":"CryptSetAsyncParam","features":[305,398]},{"name":"CryptSetHashParam","features":[305,398]},{"name":"CryptSetKeyIdentifierProperty","features":[305,398]},{"name":"CryptSetKeyParam","features":[305,398]},{"name":"CryptSetOIDFunctionValue","features":[305,398,373]},{"name":"CryptSetProvParam","features":[305,398]},{"name":"CryptSetProviderA","features":[305,398]},{"name":"CryptSetProviderExA","features":[305,398]},{"name":"CryptSetProviderExW","features":[305,398]},{"name":"CryptSetProviderW","features":[305,398]},{"name":"CryptSignAndEncodeCertificate","features":[305,398]},{"name":"CryptSignAndEncryptMessage","features":[305,398]},{"name":"CryptSignCertificate","features":[305,398]},{"name":"CryptSignHashA","features":[305,398]},{"name":"CryptSignHashW","features":[305,398]},{"name":"CryptSignMessage","features":[305,398]},{"name":"CryptSignMessageWithKey","features":[305,398]},{"name":"CryptStringToBinaryA","features":[305,398]},{"name":"CryptStringToBinaryW","features":[305,398]},{"name":"CryptUninstallCancelRetrieval","features":[305,398]},{"name":"CryptUninstallDefaultContext","features":[305,398]},{"name":"CryptUnprotectData","features":[305,398]},{"name":"CryptUnprotectMemory","features":[305,398]},{"name":"CryptUnregisterDefaultOIDFunction","features":[305,398]},{"name":"CryptUnregisterOIDFunction","features":[305,398]},{"name":"CryptUnregisterOIDInfo","features":[305,398]},{"name":"CryptUpdateProtectedState","features":[305,398]},{"name":"CryptVerifyCertificateSignature","features":[305,398]},{"name":"CryptVerifyCertificateSignatureEx","features":[305,398]},{"name":"CryptVerifyDetachedMessageHash","features":[305,398]},{"name":"CryptVerifyDetachedMessageSignature","features":[305,398]},{"name":"CryptVerifyMessageHash","features":[305,398]},{"name":"CryptVerifyMessageSignature","features":[305,398]},{"name":"CryptVerifyMessageSignatureWithKey","features":[305,398]},{"name":"CryptVerifySignatureA","features":[305,398]},{"name":"CryptVerifySignatureW","features":[305,398]},{"name":"CryptVerifyTimeStampSignature","features":[305,398]},{"name":"CryptXmlAddObject","features":[398]},{"name":"CryptXmlClose","features":[398]},{"name":"CryptXmlCreateReference","features":[398]},{"name":"CryptXmlDigestReference","features":[398]},{"name":"CryptXmlDllCloseDigest","features":[398]},{"name":"CryptXmlDllCreateDigest","features":[398]},{"name":"CryptXmlDllCreateKey","features":[398]},{"name":"CryptXmlDllDigestData","features":[398]},{"name":"CryptXmlDllEncodeAlgorithm","features":[398]},{"name":"CryptXmlDllEncodeKeyValue","features":[398]},{"name":"CryptXmlDllFinalizeDigest","features":[398]},{"name":"CryptXmlDllGetAlgorithmInfo","features":[398]},{"name":"CryptXmlDllGetInterface","features":[398]},{"name":"CryptXmlDllSignData","features":[398]},{"name":"CryptXmlDllVerifySignature","features":[398]},{"name":"CryptXmlEncode","features":[398]},{"name":"CryptXmlEnumAlgorithmInfo","features":[305,398]},{"name":"CryptXmlFindAlgorithmInfo","features":[398]},{"name":"CryptXmlGetAlgorithmInfo","features":[398]},{"name":"CryptXmlGetDocContext","features":[398]},{"name":"CryptXmlGetReference","features":[398]},{"name":"CryptXmlGetSignature","features":[398]},{"name":"CryptXmlGetStatus","features":[398]},{"name":"CryptXmlGetTransforms","features":[398]},{"name":"CryptXmlImportPublicKey","features":[398]},{"name":"CryptXmlOpenToDecode","features":[398]},{"name":"CryptXmlOpenToEncode","features":[398]},{"name":"CryptXmlSetHMACSecret","features":[398]},{"name":"CryptXmlSign","features":[398]},{"name":"CryptXmlVerifySignature","features":[398]},{"name":"DSAFIPSVERSION_ENUM","features":[398]},{"name":"DSA_FIPS186_2","features":[398]},{"name":"DSA_FIPS186_3","features":[398]},{"name":"DSA_HASH_ALGORITHM_SHA1","features":[398]},{"name":"DSA_HASH_ALGORITHM_SHA256","features":[398]},{"name":"DSA_HASH_ALGORITHM_SHA512","features":[398]},{"name":"DSSSEED","features":[398]},{"name":"DTLS1_0_PROTOCOL_VERSION","features":[398]},{"name":"DTLS1_2_PROTOCOL_VERSION","features":[398]},{"name":"Decrypt","features":[305,398]},{"name":"DigitalSignaturePin","features":[398]},{"name":"Direction","features":[398]},{"name":"DirectionDecrypt","features":[398]},{"name":"DirectionEncrypt","features":[398]},{"name":"ECC_CMS_SHARED_INFO","features":[398]},{"name":"ECC_CURVE_ALG_ID_ENUM","features":[398]},{"name":"ECC_CURVE_TYPE_ENUM","features":[398]},{"name":"ENDPOINTADDRESS","features":[398]},{"name":"ENDPOINTADDRESS2","features":[398]},{"name":"ENUM_CEPSETUPPROP_AUTHENTICATION","features":[398]},{"name":"ENUM_CEPSETUPPROP_CAINFORMATION","features":[398]},{"name":"ENUM_CEPSETUPPROP_CHALLENGEURL","features":[398]},{"name":"ENUM_CEPSETUPPROP_EXCHANGEKEYINFORMATION","features":[398]},{"name":"ENUM_CEPSETUPPROP_KEYBASED_RENEWAL","features":[398]},{"name":"ENUM_CEPSETUPPROP_MSCEPURL","features":[398]},{"name":"ENUM_CEPSETUPPROP_RANAME_CITY","features":[398]},{"name":"ENUM_CEPSETUPPROP_RANAME_CN","features":[398]},{"name":"ENUM_CEPSETUPPROP_RANAME_COMPANY","features":[398]},{"name":"ENUM_CEPSETUPPROP_RANAME_COUNTRY","features":[398]},{"name":"ENUM_CEPSETUPPROP_RANAME_DEPT","features":[398]},{"name":"ENUM_CEPSETUPPROP_RANAME_EMAIL","features":[398]},{"name":"ENUM_CEPSETUPPROP_RANAME_STATE","features":[398]},{"name":"ENUM_CEPSETUPPROP_SIGNINGKEYINFORMATION","features":[398]},{"name":"ENUM_CEPSETUPPROP_SSLCERTHASH","features":[398]},{"name":"ENUM_CEPSETUPPROP_URL","features":[398]},{"name":"ENUM_CEPSETUPPROP_USECHALLENGE","features":[398]},{"name":"ENUM_CEPSETUPPROP_USELOCALSYSTEM","features":[398]},{"name":"ENUM_CESSETUPPROP_ALLOW_KEYBASED_RENEWAL","features":[398]},{"name":"ENUM_CESSETUPPROP_AUTHENTICATION","features":[398]},{"name":"ENUM_CESSETUPPROP_CACONFIG","features":[398]},{"name":"ENUM_CESSETUPPROP_RENEWALONLY","features":[398]},{"name":"ENUM_CESSETUPPROP_SSLCERTHASH","features":[398]},{"name":"ENUM_CESSETUPPROP_URL","features":[398]},{"name":"ENUM_CESSETUPPROP_USE_IISAPPPOOLIDENTITY","features":[398]},{"name":"ENUM_SETUPPROP_CADSSUFFIX","features":[398]},{"name":"ENUM_SETUPPROP_CAKEYINFORMATION","features":[398]},{"name":"ENUM_SETUPPROP_CANAME","features":[398]},{"name":"ENUM_SETUPPROP_CATYPE","features":[398]},{"name":"ENUM_SETUPPROP_DATABASEDIRECTORY","features":[398]},{"name":"ENUM_SETUPPROP_EXPIRATIONDATE","features":[398]},{"name":"ENUM_SETUPPROP_INTERACTIVE","features":[398]},{"name":"ENUM_SETUPPROP_INVALID","features":[398]},{"name":"ENUM_SETUPPROP_LOGDIRECTORY","features":[398]},{"name":"ENUM_SETUPPROP_PARENTCAMACHINE","features":[398]},{"name":"ENUM_SETUPPROP_PARENTCANAME","features":[398]},{"name":"ENUM_SETUPPROP_PRESERVEDATABASE","features":[398]},{"name":"ENUM_SETUPPROP_REQUESTFILE","features":[398]},{"name":"ENUM_SETUPPROP_SHAREDFOLDER","features":[398]},{"name":"ENUM_SETUPPROP_VALIDITYPERIOD","features":[398]},{"name":"ENUM_SETUPPROP_VALIDITYPERIODUNIT","features":[398]},{"name":"ENUM_SETUPPROP_WEBCAMACHINE","features":[398]},{"name":"ENUM_SETUPPROP_WEBCANAME","features":[398]},{"name":"EV_EXTRA_CERT_CHAIN_POLICY_PARA","features":[398]},{"name":"EV_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[398]},{"name":"EXPORT_PRIVATE_KEYS","features":[398]},{"name":"EXPO_OFFLOAD_FUNC_NAME","features":[398]},{"name":"EXPO_OFFLOAD_REG_VALUE","features":[398]},{"name":"E_ICARD_ARGUMENT","features":[398]},{"name":"E_ICARD_COMMUNICATION","features":[398]},{"name":"E_ICARD_DATA_ACCESS","features":[398]},{"name":"E_ICARD_EXPORT","features":[398]},{"name":"E_ICARD_FAIL","features":[398]},{"name":"E_ICARD_FAILED_REQUIRED_CLAIMS","features":[398]},{"name":"E_ICARD_IDENTITY","features":[398]},{"name":"E_ICARD_IMPORT","features":[398]},{"name":"E_ICARD_INFORMATIONCARD","features":[398]},{"name":"E_ICARD_INVALID_PROOF_KEY","features":[398]},{"name":"E_ICARD_LOGOVALIDATION","features":[398]},{"name":"E_ICARD_MISSING_APPLIESTO","features":[398]},{"name":"E_ICARD_PASSWORDVALIDATION","features":[398]},{"name":"E_ICARD_POLICY","features":[398]},{"name":"E_ICARD_PROCESSDIED","features":[398]},{"name":"E_ICARD_REFRESH_REQUIRED","features":[398]},{"name":"E_ICARD_REQUEST","features":[398]},{"name":"E_ICARD_SERVICE","features":[398]},{"name":"E_ICARD_SERVICEBUSY","features":[398]},{"name":"E_ICARD_SHUTTINGDOWN","features":[398]},{"name":"E_ICARD_STOREKEY","features":[398]},{"name":"E_ICARD_STORE_IMPORT","features":[398]},{"name":"E_ICARD_TOKENCREATION","features":[398]},{"name":"E_ICARD_TRUSTEXCHANGE","features":[398]},{"name":"E_ICARD_UI_INITIALIZATION","features":[398]},{"name":"E_ICARD_UNKNOWN_REFERENCE","features":[398]},{"name":"E_ICARD_UNTRUSTED","features":[398]},{"name":"E_ICARD_USERCANCELLED","features":[398]},{"name":"EmptyPinType","features":[398]},{"name":"Encrypt","features":[305,398]},{"name":"EncryptionPin","features":[398]},{"name":"EveryoneReadAdminWriteAc","features":[398]},{"name":"EveryoneReadUserWriteAc","features":[398]},{"name":"ExternalPinType","features":[398]},{"name":"FindCertsByIssuer","features":[398]},{"name":"FreeToken","features":[305,398]},{"name":"GENERIC_XML_TOKEN","features":[305,398]},{"name":"GenerateDerivedKey","features":[398]},{"name":"GetAsymmetricEncryptionInterface","features":[305,398]},{"name":"GetAsymmetricEncryptionInterfaceFn","features":[305,398]},{"name":"GetBrowserToken","features":[398]},{"name":"GetCipherInterface","features":[305,398]},{"name":"GetCipherInterfaceFn","features":[305,398]},{"name":"GetCryptoTransform","features":[398]},{"name":"GetHashInterface","features":[305,398]},{"name":"GetHashInterfaceFn","features":[305,398]},{"name":"GetKeyDerivationInterface","features":[305,398]},{"name":"GetKeyDerivationInterfaceFn","features":[305,398]},{"name":"GetKeyStorageInterface","features":[305,398]},{"name":"GetKeyStorageInterfaceFn","features":[305,398]},{"name":"GetKeyedHash","features":[398]},{"name":"GetRngInterface","features":[305,398]},{"name":"GetRngInterfaceFn","features":[305,398]},{"name":"GetSChannelInterface","features":[305,398]},{"name":"GetSChannelInterfaceFn","features":[305,398]},{"name":"GetSecretAgreementInterface","features":[305,398]},{"name":"GetSecretAgreementInterfaceFn","features":[305,398]},{"name":"GetSignatureInterface","features":[305,398]},{"name":"GetSignatureInterfaceFn","features":[305,398]},{"name":"GetToken","features":[305,398]},{"name":"HASHALGORITHM_ENUM","features":[398]},{"name":"HCERTCHAINENGINE","features":[398]},{"name":"HCERTSTORE","features":[398]},{"name":"HCERTSTOREPROV","features":[398]},{"name":"HCRYPTASYNC","features":[398]},{"name":"HCRYPTPROV_LEGACY","features":[398]},{"name":"HCRYPTPROV_OR_NCRYPT_KEY_HANDLE","features":[398]},{"name":"HMAC_INFO","features":[398]},{"name":"HP_ALGID","features":[398]},{"name":"HP_HASHSIZE","features":[398]},{"name":"HP_HASHVAL","features":[398]},{"name":"HP_HMAC_INFO","features":[398]},{"name":"HP_TLS1PRF_LABEL","features":[398]},{"name":"HP_TLS1PRF_SEED","features":[398]},{"name":"HTTPSPOLICY_CALLBACK_DATA_AUTH_TYPE","features":[398]},{"name":"HTTPSPolicyCallbackData","features":[398]},{"name":"HandleType","features":[398]},{"name":"HashCore","features":[398]},{"name":"HashFinal","features":[398]},{"name":"ICertSrvSetup","features":[398,358]},{"name":"ICertSrvSetupKeyInformation","features":[398,358]},{"name":"ICertSrvSetupKeyInformationCollection","features":[398,358]},{"name":"ICertificateEnrollmentPolicyServerSetup","features":[398,358]},{"name":"ICertificateEnrollmentServerSetup","features":[398,358]},{"name":"IFX_RSA_KEYGEN_VUL_AFFECTED_LEVEL_1","features":[398]},{"name":"IFX_RSA_KEYGEN_VUL_AFFECTED_LEVEL_2","features":[398]},{"name":"IFX_RSA_KEYGEN_VUL_NOT_AFFECTED","features":[398]},{"name":"IMSCEPSetup","features":[398,358]},{"name":"INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS","features":[398]},{"name":"INFORMATIONCARD_CRYPTO_HANDLE","features":[398]},{"name":"INFORMATIONCARD_HASH_CRYPTO_PARAMETERS","features":[305,398]},{"name":"INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS","features":[398]},{"name":"INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS","features":[305,398]},{"name":"INTERNATIONAL_USAGE","features":[398]},{"name":"ImportInformationCard","features":[398]},{"name":"InFileSignatureResource","features":[398]},{"name":"InvalidAc","features":[398]},{"name":"InvalidDirAc","features":[398]},{"name":"KDF_ALGORITHMID","features":[398]},{"name":"KDF_CONTEXT","features":[398]},{"name":"KDF_GENERIC_PARAMETER","features":[398]},{"name":"KDF_HASH_ALGORITHM","features":[398]},{"name":"KDF_HKDF_INFO","features":[398]},{"name":"KDF_HKDF_SALT","features":[398]},{"name":"KDF_HMAC_KEY","features":[398]},{"name":"KDF_ITERATION_COUNT","features":[398]},{"name":"KDF_KEYBITLENGTH","features":[398]},{"name":"KDF_LABEL","features":[398]},{"name":"KDF_PARTYUINFO","features":[398]},{"name":"KDF_PARTYVINFO","features":[398]},{"name":"KDF_SALT","features":[398]},{"name":"KDF_SECRET_APPEND","features":[398]},{"name":"KDF_SECRET_HANDLE","features":[398]},{"name":"KDF_SECRET_PREPEND","features":[398]},{"name":"KDF_SUPPPRIVINFO","features":[398]},{"name":"KDF_SUPPPUBINFO","features":[398]},{"name":"KDF_TLS_PRF_LABEL","features":[398]},{"name":"KDF_TLS_PRF_PROTOCOL","features":[398]},{"name":"KDF_TLS_PRF_SEED","features":[398]},{"name":"KDF_USE_SECRET_AS_HMAC_KEY_FLAG","features":[398]},{"name":"KEYSTATEBLOB","features":[398]},{"name":"KEY_LENGTH_MASK","features":[398]},{"name":"KEY_TYPE_SUBTYPE","features":[398]},{"name":"KP_ADMIN_PIN","features":[398]},{"name":"KP_ALGID","features":[398]},{"name":"KP_BLOCKLEN","features":[398]},{"name":"KP_CERTIFICATE","features":[398]},{"name":"KP_CLEAR_KEY","features":[398]},{"name":"KP_CLIENT_RANDOM","features":[398]},{"name":"KP_CMS_DH_KEY_INFO","features":[398]},{"name":"KP_CMS_KEY_INFO","features":[398]},{"name":"KP_EFFECTIVE_KEYLEN","features":[398]},{"name":"KP_G","features":[398]},{"name":"KP_GET_USE_COUNT","features":[398]},{"name":"KP_HIGHEST_VERSION","features":[398]},{"name":"KP_INFO","features":[398]},{"name":"KP_IV","features":[398]},{"name":"KP_KEYEXCHANGE_PIN","features":[398]},{"name":"KP_KEYLEN","features":[398]},{"name":"KP_KEYVAL","features":[398]},{"name":"KP_MODE","features":[398]},{"name":"KP_MODE_BITS","features":[398]},{"name":"KP_OAEP_PARAMS","features":[398]},{"name":"KP_P","features":[398]},{"name":"KP_PADDING","features":[398]},{"name":"KP_PERMISSIONS","features":[398]},{"name":"KP_PIN_ID","features":[398]},{"name":"KP_PIN_INFO","features":[398]},{"name":"KP_PRECOMP_MD5","features":[398]},{"name":"KP_PRECOMP_SHA","features":[398]},{"name":"KP_PREHASH","features":[398]},{"name":"KP_PUB_EX_LEN","features":[398]},{"name":"KP_PUB_EX_VAL","features":[398]},{"name":"KP_PUB_PARAMS","features":[398]},{"name":"KP_Q","features":[398]},{"name":"KP_RA","features":[398]},{"name":"KP_RB","features":[398]},{"name":"KP_ROUNDS","features":[398]},{"name":"KP_RP","features":[398]},{"name":"KP_SALT","features":[398]},{"name":"KP_SALT_EX","features":[398]},{"name":"KP_SCHANNEL_ALG","features":[398]},{"name":"KP_SERVER_RANDOM","features":[398]},{"name":"KP_SIGNATURE_PIN","features":[398]},{"name":"KP_VERIFY_PARAMS","features":[398]},{"name":"KP_X","features":[398]},{"name":"KP_Y","features":[398]},{"name":"KeyTypeHardware","features":[398]},{"name":"KeyTypeOther","features":[398]},{"name":"KeyTypePassport","features":[398]},{"name":"KeyTypePassportRemote","features":[398]},{"name":"KeyTypePassportSmartCard","features":[398]},{"name":"KeyTypePhysicalSmartCard","features":[398]},{"name":"KeyTypeSelfSigned","features":[398]},{"name":"KeyTypeSoftware","features":[398]},{"name":"KeyTypeVirtualSmartCard","features":[398]},{"name":"LEGACY_DH_PRIVATE_BLOB","features":[398]},{"name":"LEGACY_DH_PUBLIC_BLOB","features":[398]},{"name":"LEGACY_DSA_PRIVATE_BLOB","features":[398]},{"name":"LEGACY_DSA_PUBLIC_BLOB","features":[398]},{"name":"LEGACY_DSA_V2_PRIVATE_BLOB","features":[398]},{"name":"LEGACY_DSA_V2_PUBLIC_BLOB","features":[398]},{"name":"LEGACY_RSAPRIVATE_BLOB","features":[398]},{"name":"LEGACY_RSAPUBLIC_BLOB","features":[398]},{"name":"MAXUIDLEN","features":[398]},{"name":"MAX_CONTAINER_NAME_LEN","features":[398]},{"name":"MAX_PINS","features":[398]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_CHECK_APPLICATION_ROOT_FLAG","features":[398]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_DISABLE_FLIGHT_ROOT_FLAG","features":[398]},{"name":"MICROSOFT_ROOT_CERT_CHAIN_POLICY_ENABLE_TEST_ROOT_FLAG","features":[398]},{"name":"MSCEPSetupProperty","features":[398]},{"name":"MSCRYPT_ECC_MAX_CURVE_NAME_LENGTH","features":[398]},{"name":"MSCRYPT_ECC_MAX_OID_LENGTH","features":[398]},{"name":"MS_DEF_DH_SCHANNEL_PROV","features":[398]},{"name":"MS_DEF_DH_SCHANNEL_PROV_A","features":[398]},{"name":"MS_DEF_DH_SCHANNEL_PROV_W","features":[398]},{"name":"MS_DEF_DSS_DH_PROV","features":[398]},{"name":"MS_DEF_DSS_DH_PROV_A","features":[398]},{"name":"MS_DEF_DSS_DH_PROV_W","features":[398]},{"name":"MS_DEF_DSS_PROV","features":[398]},{"name":"MS_DEF_DSS_PROV_A","features":[398]},{"name":"MS_DEF_DSS_PROV_W","features":[398]},{"name":"MS_DEF_PROV","features":[398]},{"name":"MS_DEF_PROV_A","features":[398]},{"name":"MS_DEF_PROV_W","features":[398]},{"name":"MS_DEF_RSA_SCHANNEL_PROV","features":[398]},{"name":"MS_DEF_RSA_SCHANNEL_PROV_A","features":[398]},{"name":"MS_DEF_RSA_SCHANNEL_PROV_W","features":[398]},{"name":"MS_DEF_RSA_SIG_PROV","features":[398]},{"name":"MS_DEF_RSA_SIG_PROV_A","features":[398]},{"name":"MS_DEF_RSA_SIG_PROV_W","features":[398]},{"name":"MS_ENHANCED_PROV","features":[398]},{"name":"MS_ENHANCED_PROV_A","features":[398]},{"name":"MS_ENHANCED_PROV_W","features":[398]},{"name":"MS_ENH_DSS_DH_PROV","features":[398]},{"name":"MS_ENH_DSS_DH_PROV_A","features":[398]},{"name":"MS_ENH_DSS_DH_PROV_W","features":[398]},{"name":"MS_ENH_RSA_AES_PROV","features":[398]},{"name":"MS_ENH_RSA_AES_PROV_A","features":[398]},{"name":"MS_ENH_RSA_AES_PROV_W","features":[398]},{"name":"MS_ENH_RSA_AES_PROV_XP","features":[398]},{"name":"MS_ENH_RSA_AES_PROV_XP_A","features":[398]},{"name":"MS_ENH_RSA_AES_PROV_XP_W","features":[398]},{"name":"MS_KEY_PROTECTION_PROVIDER","features":[398]},{"name":"MS_KEY_STORAGE_PROVIDER","features":[398]},{"name":"MS_NGC_KEY_STORAGE_PROVIDER","features":[398]},{"name":"MS_PLATFORM_CRYPTO_PROVIDER","features":[398]},{"name":"MS_PLATFORM_KEY_STORAGE_PROVIDER","features":[398]},{"name":"MS_PRIMITIVE_PROVIDER","features":[398]},{"name":"MS_SCARD_PROV","features":[398]},{"name":"MS_SCARD_PROV_A","features":[398]},{"name":"MS_SCARD_PROV_W","features":[398]},{"name":"MS_SCHANNEL_PROVIDER","features":[398]},{"name":"MS_SMART_CARD_KEY_STORAGE_PROVIDER","features":[398]},{"name":"MS_STRONG_PROV","features":[398]},{"name":"MS_STRONG_PROV_A","features":[398]},{"name":"MS_STRONG_PROV_W","features":[398]},{"name":"ManageCardSpace","features":[398]},{"name":"NCRYPTBUFFER_ATTESTATIONSTATEMENT_BLOB","features":[398]},{"name":"NCRYPTBUFFER_ATTESTATION_CLAIM_CHALLENGE_REQUIRED","features":[398]},{"name":"NCRYPTBUFFER_ATTESTATION_CLAIM_TYPE","features":[398]},{"name":"NCRYPTBUFFER_CERT_BLOB","features":[398]},{"name":"NCRYPTBUFFER_CLAIM_IDBINDING_NONCE","features":[398]},{"name":"NCRYPTBUFFER_CLAIM_KEYATTESTATION_NONCE","features":[398]},{"name":"NCRYPTBUFFER_DATA","features":[398]},{"name":"NCRYPTBUFFER_ECC_CURVE_NAME","features":[398]},{"name":"NCRYPTBUFFER_ECC_PARAMETERS","features":[398]},{"name":"NCRYPTBUFFER_EMPTY","features":[398]},{"name":"NCRYPTBUFFER_KEY_PROPERTY_FLAGS","features":[398]},{"name":"NCRYPTBUFFER_PKCS_ALG_ID","features":[398]},{"name":"NCRYPTBUFFER_PKCS_ALG_OID","features":[398]},{"name":"NCRYPTBUFFER_PKCS_ALG_PARAM","features":[398]},{"name":"NCRYPTBUFFER_PKCS_ATTRS","features":[398]},{"name":"NCRYPTBUFFER_PKCS_KEY_NAME","features":[398]},{"name":"NCRYPTBUFFER_PKCS_OID","features":[398]},{"name":"NCRYPTBUFFER_PKCS_SECRET","features":[398]},{"name":"NCRYPTBUFFER_PROTECTION_DESCRIPTOR_STRING","features":[398]},{"name":"NCRYPTBUFFER_PROTECTION_FLAGS","features":[398]},{"name":"NCRYPTBUFFER_SSL_CLEAR_KEY","features":[398]},{"name":"NCRYPTBUFFER_SSL_CLIENT_RANDOM","features":[398]},{"name":"NCRYPTBUFFER_SSL_HIGHEST_VERSION","features":[398]},{"name":"NCRYPTBUFFER_SSL_KEY_ARG_DATA","features":[398]},{"name":"NCRYPTBUFFER_SSL_SERVER_RANDOM","features":[398]},{"name":"NCRYPTBUFFER_SSL_SESSION_HASH","features":[398]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_NONCE","features":[398]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_PCR_MASK","features":[398]},{"name":"NCRYPTBUFFER_TPM_PLATFORM_CLAIM_STATIC_CREATE","features":[398]},{"name":"NCRYPTBUFFER_TPM_SEAL_NO_DA_PROTECTION","features":[398]},{"name":"NCRYPTBUFFER_TPM_SEAL_PASSWORD","features":[398]},{"name":"NCRYPTBUFFER_TPM_SEAL_POLICYINFO","features":[398]},{"name":"NCRYPTBUFFER_TPM_SEAL_TICKET","features":[398]},{"name":"NCRYPTBUFFER_VERSION","features":[398]},{"name":"NCRYPTBUFFER_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS","features":[398]},{"name":"NCRYPT_3DES_112_ALGORITHM","features":[398]},{"name":"NCRYPT_3DES_ALGORITHM","features":[398]},{"name":"NCRYPT_AES_ALGORITHM","features":[398]},{"name":"NCRYPT_AES_ALGORITHM_GROUP","features":[398]},{"name":"NCRYPT_ALGORITHM_GROUP_PROPERTY","features":[398]},{"name":"NCRYPT_ALGORITHM_NAME_CLASS","features":[398]},{"name":"NCRYPT_ALGORITHM_PROPERTY","features":[398]},{"name":"NCRYPT_ALLOC_PARA","features":[398]},{"name":"NCRYPT_ALLOW_ALL_USAGES","features":[398]},{"name":"NCRYPT_ALLOW_ARCHIVING_FLAG","features":[398]},{"name":"NCRYPT_ALLOW_DECRYPT_FLAG","features":[398]},{"name":"NCRYPT_ALLOW_EXPORT_FLAG","features":[398]},{"name":"NCRYPT_ALLOW_KEY_AGREEMENT_FLAG","features":[398]},{"name":"NCRYPT_ALLOW_KEY_IMPORT_FLAG","features":[398]},{"name":"NCRYPT_ALLOW_PLAINTEXT_ARCHIVING_FLAG","features":[398]},{"name":"NCRYPT_ALLOW_PLAINTEXT_EXPORT_FLAG","features":[398]},{"name":"NCRYPT_ALLOW_SIGNING_FLAG","features":[398]},{"name":"NCRYPT_ALLOW_SILENT_KEY_ACCESS","features":[398]},{"name":"NCRYPT_ALTERNATE_KEY_STORAGE_LOCATION_PROPERTY","features":[398]},{"name":"NCRYPT_ASSOCIATED_ECDH_KEY","features":[398]},{"name":"NCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[398]},{"name":"NCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[398]},{"name":"NCRYPT_ATTESTATION_FLAG","features":[398]},{"name":"NCRYPT_AUTHORITY_KEY_FLAG","features":[398]},{"name":"NCRYPT_AUTH_TAG_LENGTH","features":[398]},{"name":"NCRYPT_BLOCK_LENGTH_PROPERTY","features":[398]},{"name":"NCRYPT_CAPI_KDF_ALGORITHM","features":[398]},{"name":"NCRYPT_CERTIFICATE_PROPERTY","features":[398]},{"name":"NCRYPT_CHAINING_MODE_PROPERTY","features":[398]},{"name":"NCRYPT_CHANGEPASSWORD_PROPERTY","features":[398]},{"name":"NCRYPT_CIPHER_BLOCK_PADDING_FLAG","features":[398]},{"name":"NCRYPT_CIPHER_KEY_BLOB","features":[398]},{"name":"NCRYPT_CIPHER_KEY_BLOB_MAGIC","features":[398]},{"name":"NCRYPT_CIPHER_NO_PADDING_FLAG","features":[398]},{"name":"NCRYPT_CIPHER_OPERATION","features":[398]},{"name":"NCRYPT_CIPHER_OTHER_PADDING_FLAG","features":[398]},{"name":"NCRYPT_CIPHER_PADDING_INFO","features":[398]},{"name":"NCRYPT_CLAIM_AUTHORITY_AND_SUBJECT","features":[398]},{"name":"NCRYPT_CLAIM_AUTHORITY_ONLY","features":[398]},{"name":"NCRYPT_CLAIM_PLATFORM","features":[398]},{"name":"NCRYPT_CLAIM_SUBJECT_ONLY","features":[398]},{"name":"NCRYPT_CLAIM_UNKNOWN","features":[398]},{"name":"NCRYPT_CLAIM_VSM_KEY_ATTESTATION_STATEMENT","features":[398]},{"name":"NCRYPT_CLAIM_WEB_AUTH_SUBJECT_ONLY","features":[398]},{"name":"NCRYPT_DESCR_DELIMITER_AND","features":[398]},{"name":"NCRYPT_DESCR_DELIMITER_OR","features":[398]},{"name":"NCRYPT_DESCR_EQUAL","features":[398]},{"name":"NCRYPT_DESX_ALGORITHM","features":[398]},{"name":"NCRYPT_DES_ALGORITHM","features":[398]},{"name":"NCRYPT_DES_ALGORITHM_GROUP","features":[398]},{"name":"NCRYPT_DH_ALGORITHM","features":[398]},{"name":"NCRYPT_DH_ALGORITHM_GROUP","features":[398]},{"name":"NCRYPT_DH_PARAMETERS_PROPERTY","features":[398]},{"name":"NCRYPT_DISMISS_UI_TIMEOUT_SEC_PROPERTY","features":[398]},{"name":"NCRYPT_DO_NOT_FINALIZE_FLAG","features":[398]},{"name":"NCRYPT_DSA_ALGORITHM","features":[398]},{"name":"NCRYPT_DSA_ALGORITHM_GROUP","features":[398]},{"name":"NCRYPT_ECC_CURVE_NAME_LIST_PROPERTY","features":[398]},{"name":"NCRYPT_ECC_CURVE_NAME_PROPERTY","features":[398]},{"name":"NCRYPT_ECC_PARAMETERS_PROPERTY","features":[398]},{"name":"NCRYPT_ECDH_ALGORITHM","features":[398]},{"name":"NCRYPT_ECDH_ALGORITHM_GROUP","features":[398]},{"name":"NCRYPT_ECDH_P256_ALGORITHM","features":[398]},{"name":"NCRYPT_ECDH_P384_ALGORITHM","features":[398]},{"name":"NCRYPT_ECDH_P521_ALGORITHM","features":[398]},{"name":"NCRYPT_ECDSA_ALGORITHM","features":[398]},{"name":"NCRYPT_ECDSA_ALGORITHM_GROUP","features":[398]},{"name":"NCRYPT_ECDSA_P256_ALGORITHM","features":[398]},{"name":"NCRYPT_ECDSA_P384_ALGORITHM","features":[398]},{"name":"NCRYPT_ECDSA_P521_ALGORITHM","features":[398]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE","features":[398]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER","features":[398]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER_CURRENT_VERSION","features":[398]},{"name":"NCRYPT_EXPORTED_ISOLATED_KEY_HEADER_V0","features":[398]},{"name":"NCRYPT_EXPORT_LEGACY_FLAG","features":[398]},{"name":"NCRYPT_EXPORT_POLICY_PROPERTY","features":[398]},{"name":"NCRYPT_EXTENDED_ERRORS_FLAG","features":[398]},{"name":"NCRYPT_FLAGS","features":[398]},{"name":"NCRYPT_HANDLE","features":[398]},{"name":"NCRYPT_HASH_HANDLE","features":[398]},{"name":"NCRYPT_HASH_OPERATION","features":[398]},{"name":"NCRYPT_HMAC_SHA256_ALGORITHM","features":[398]},{"name":"NCRYPT_IGNORE_DEVICE_STATE_FLAG","features":[398]},{"name":"NCRYPT_IMPL_HARDWARE_FLAG","features":[398]},{"name":"NCRYPT_IMPL_HARDWARE_RNG_FLAG","features":[398]},{"name":"NCRYPT_IMPL_REMOVABLE_FLAG","features":[398]},{"name":"NCRYPT_IMPL_SOFTWARE_FLAG","features":[398]},{"name":"NCRYPT_IMPL_TYPE_PROPERTY","features":[398]},{"name":"NCRYPT_IMPL_VIRTUAL_ISOLATION_FLAG","features":[398]},{"name":"NCRYPT_INITIALIZATION_VECTOR","features":[398]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES","features":[398]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES_CURRENT_VERSION","features":[398]},{"name":"NCRYPT_ISOLATED_KEY_ATTESTED_ATTRIBUTES_V0","features":[398]},{"name":"NCRYPT_ISOLATED_KEY_ENVELOPE_BLOB","features":[398]},{"name":"NCRYPT_ISOLATED_KEY_FLAG_CREATED_IN_ISOLATION","features":[398]},{"name":"NCRYPT_ISOLATED_KEY_FLAG_IMPORT_ONLY","features":[398]},{"name":"NCRYPT_KDF_KEY_BLOB","features":[398]},{"name":"NCRYPT_KDF_KEY_BLOB_MAGIC","features":[398]},{"name":"NCRYPT_KDF_SECRET_VALUE","features":[398]},{"name":"NCRYPT_KEY_ACCESS_POLICY_BLOB","features":[398]},{"name":"NCRYPT_KEY_ACCESS_POLICY_PROPERTY","features":[398]},{"name":"NCRYPT_KEY_ACCESS_POLICY_VERSION","features":[398]},{"name":"NCRYPT_KEY_ATTEST_MAGIC","features":[398]},{"name":"NCRYPT_KEY_ATTEST_PADDING_INFO","features":[398]},{"name":"NCRYPT_KEY_BLOB_HEADER","features":[398]},{"name":"NCRYPT_KEY_DERIVATION_GROUP","features":[398]},{"name":"NCRYPT_KEY_DERIVATION_INTERFACE","features":[398]},{"name":"NCRYPT_KEY_DERIVATION_OPERATION","features":[398]},{"name":"NCRYPT_KEY_HANDLE","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_CERTIFICATE","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_LOCAL","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_LOCKEDCREDENTIALS","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_SDDL","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_SID","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_ALGORITHM_WEBCREDENTIALS","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_CERT_CERTBLOB","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_CERT_HASHID","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_INTERFACE","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_LOGON","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_MACHINE","features":[398]},{"name":"NCRYPT_KEY_PROTECTION_LOCAL_USER","features":[398]},{"name":"NCRYPT_KEY_STORAGE_ALGORITHM","features":[398]},{"name":"NCRYPT_KEY_STORAGE_FUNCTION_TABLE","features":[305,398]},{"name":"NCRYPT_KEY_STORAGE_INTERFACE","features":[398]},{"name":"NCRYPT_KEY_TYPE_PROPERTY","features":[398]},{"name":"NCRYPT_KEY_USAGE_PROPERTY","features":[398]},{"name":"NCRYPT_LAST_MODIFIED_PROPERTY","features":[398]},{"name":"NCRYPT_LENGTHS_PROPERTY","features":[398]},{"name":"NCRYPT_LENGTH_PROPERTY","features":[398]},{"name":"NCRYPT_MACHINE_KEY_FLAG","features":[398]},{"name":"NCRYPT_MAX_ALG_ID_LENGTH","features":[398]},{"name":"NCRYPT_MAX_KEY_NAME_LENGTH","features":[398]},{"name":"NCRYPT_MAX_NAME_LENGTH_PROPERTY","features":[398]},{"name":"NCRYPT_MAX_PROPERTY_DATA","features":[398]},{"name":"NCRYPT_MAX_PROPERTY_NAME","features":[398]},{"name":"NCRYPT_MD2_ALGORITHM","features":[398]},{"name":"NCRYPT_MD4_ALGORITHM","features":[398]},{"name":"NCRYPT_MD5_ALGORITHM","features":[398]},{"name":"NCRYPT_NAMED_DESCRIPTOR_FLAG","features":[398]},{"name":"NCRYPT_NAME_PROPERTY","features":[398]},{"name":"NCRYPT_NO_CACHED_PASSWORD","features":[398]},{"name":"NCRYPT_NO_KEY_VALIDATION","features":[398]},{"name":"NCRYPT_NO_PADDING_FLAG","features":[398]},{"name":"NCRYPT_OPAQUETRANSPORT_BLOB","features":[398]},{"name":"NCRYPT_OPERATION","features":[398]},{"name":"NCRYPT_OVERWRITE_KEY_FLAG","features":[398]},{"name":"NCRYPT_PAD_CIPHER_FLAG","features":[398]},{"name":"NCRYPT_PAD_OAEP_FLAG","features":[398]},{"name":"NCRYPT_PAD_PKCS1_FLAG","features":[398]},{"name":"NCRYPT_PAD_PSS_FLAG","features":[398]},{"name":"NCRYPT_PBKDF2_ALGORITHM","features":[398]},{"name":"NCRYPT_PCP_ALTERNATE_KEY_STORAGE_LOCATION_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_CHANGEPASSWORD_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_ECC_EKCERT_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_ECC_EKNVCERT_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_ECC_EKPUB_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_EKCERT_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_EKNVCERT_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_EKPUB_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_ENCRYPTION_KEY","features":[398]},{"name":"NCRYPT_PCP_EXPORT_ALLOWED_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_HMACVERIFICATION_KEY","features":[398]},{"name":"NCRYPT_PCP_HMAC_AUTH_NONCE","features":[398]},{"name":"NCRYPT_PCP_HMAC_AUTH_POLICYINFO","features":[398]},{"name":"NCRYPT_PCP_HMAC_AUTH_POLICYREF","features":[398]},{"name":"NCRYPT_PCP_HMAC_AUTH_SIGNATURE","features":[398]},{"name":"NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO","features":[398]},{"name":"NCRYPT_PCP_HMAC_AUTH_TICKET","features":[398]},{"name":"NCRYPT_PCP_IDENTITY_KEY","features":[398]},{"name":"NCRYPT_PCP_INTERMEDIATE_CA_EKCERT_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_KEYATTESTATION_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_KEY_CREATIONHASH_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_KEY_CREATIONTICKET_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_KEY_USAGE_POLICY_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_MIGRATIONPASSWORD_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_NO_DA_PROTECTION_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PASSWORD_REQUIRED_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PCRTABLE_ALGORITHM_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PCRTABLE_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PLATFORMHANDLE_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRALGID_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRDIGESTLIST_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRDIGEST_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PLATFORM_BINDING_PCRMASK_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PLATFORM_TYPE_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PROVIDERHANDLE_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PROVIDER_VERSION_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_PSS_SALT_SIZE_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_RAW_POLICYDIGEST_INFO","features":[398]},{"name":"NCRYPT_PCP_RAW_POLICYDIGEST_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_RSA_EKCERT_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_RSA_EKNVCERT_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_RSA_EKPUB_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_RSA_SCHEME_HASH_ALG_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_RSA_SCHEME_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_SESSIONID_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_SIGNATURE_KEY","features":[398]},{"name":"NCRYPT_PCP_SRKPUB_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_STORAGEPARENT_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_STORAGE_KEY","features":[398]},{"name":"NCRYPT_PCP_SYMMETRIC_KEYBITS_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_TPM12_IDACTIVATION_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_TPM12_IDBINDING_DYNAMIC_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_TPM12_IDBINDING_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_TPM2BNAME_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_TPM_FW_VERSION_INFO","features":[398]},{"name":"NCRYPT_PCP_TPM_FW_VERSION_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_TPM_IFX_RSA_KEYGEN_PROHIBITED_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_TPM_IFX_RSA_KEYGEN_VULNERABILITY_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_TPM_MANUFACTURER_ID_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_TPM_VERSION_PROPERTY","features":[398]},{"name":"NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT","features":[398]},{"name":"NCRYPT_PCP_USAGEAUTH_PROPERTY","features":[398]},{"name":"NCRYPT_PERSIST_FLAG","features":[398]},{"name":"NCRYPT_PERSIST_ONLY_FLAG","features":[398]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_IMAGE_PROPERTY","features":[398]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_STATUS_PROPERTY","features":[398]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_TICKET_BYTE_LENGTH","features":[398]},{"name":"NCRYPT_PIN_CACHE_APPLICATION_TICKET_PROPERTY","features":[398]},{"name":"NCRYPT_PIN_CACHE_CLEAR_FOR_CALLING_PROCESS_OPTION","features":[398]},{"name":"NCRYPT_PIN_CACHE_CLEAR_PROPERTY","features":[398]},{"name":"NCRYPT_PIN_CACHE_DISABLE_DPL_FLAG","features":[398]},{"name":"NCRYPT_PIN_CACHE_FLAGS_PROPERTY","features":[398]},{"name":"NCRYPT_PIN_CACHE_FREE_APPLICATION_TICKET_PROPERTY","features":[398]},{"name":"NCRYPT_PIN_CACHE_IS_GESTURE_REQUIRED_PROPERTY","features":[398]},{"name":"NCRYPT_PIN_CACHE_PIN_PROPERTY","features":[398]},{"name":"NCRYPT_PIN_CACHE_REQUIRE_GESTURE_FLAG","features":[398]},{"name":"NCRYPT_PIN_PROMPT_PROPERTY","features":[398]},{"name":"NCRYPT_PIN_PROPERTY","features":[398]},{"name":"NCRYPT_PKCS7_ENVELOPE_BLOB","features":[398]},{"name":"NCRYPT_PKCS8_PRIVATE_KEY_BLOB","features":[398]},{"name":"NCRYPT_PLATFORM_ATTEST_MAGIC","features":[398]},{"name":"NCRYPT_PLATFORM_ATTEST_PADDING_INFO","features":[398]},{"name":"NCRYPT_PREFER_VIRTUAL_ISOLATION_FLAG","features":[398]},{"name":"NCRYPT_PROTECTED_KEY_BLOB","features":[398]},{"name":"NCRYPT_PROTECTED_KEY_BLOB_MAGIC","features":[398]},{"name":"NCRYPT_PROTECTION_INFO_TYPE_DESCRIPTOR_STRING","features":[398]},{"name":"NCRYPT_PROTECT_STREAM_INFO","features":[305,398]},{"name":"NCRYPT_PROTECT_STREAM_INFO_EX","features":[305,398]},{"name":"NCRYPT_PROTECT_TO_LOCAL_SYSTEM","features":[398]},{"name":"NCRYPT_PROVIDER_HANDLE_PROPERTY","features":[398]},{"name":"NCRYPT_PROV_HANDLE","features":[398]},{"name":"NCRYPT_PUBLIC_LENGTH_PROPERTY","features":[398]},{"name":"NCRYPT_RC2_ALGORITHM","features":[398]},{"name":"NCRYPT_RC2_ALGORITHM_GROUP","features":[398]},{"name":"NCRYPT_READER_ICON_PROPERTY","features":[398]},{"name":"NCRYPT_READER_PROPERTY","features":[398]},{"name":"NCRYPT_REGISTER_NOTIFY_FLAG","features":[398]},{"name":"NCRYPT_REQUIRE_KDS_LRPC_BIND_FLAG","features":[398]},{"name":"NCRYPT_ROOT_CERTSTORE_PROPERTY","features":[398]},{"name":"NCRYPT_RSA_ALGORITHM","features":[398]},{"name":"NCRYPT_RSA_ALGORITHM_GROUP","features":[398]},{"name":"NCRYPT_RSA_SIGN_ALGORITHM","features":[398]},{"name":"NCRYPT_SCARD_NGC_KEY_NAME","features":[398]},{"name":"NCRYPT_SCARD_PIN_ID","features":[398]},{"name":"NCRYPT_SCARD_PIN_INFO","features":[398]},{"name":"NCRYPT_SCHANNEL_INTERFACE","features":[398]},{"name":"NCRYPT_SCHANNEL_SIGNATURE_INTERFACE","features":[398]},{"name":"NCRYPT_SEALING_FLAG","features":[398]},{"name":"NCRYPT_SECRET_AGREEMENT_INTERFACE","features":[398]},{"name":"NCRYPT_SECRET_AGREEMENT_OPERATION","features":[398]},{"name":"NCRYPT_SECRET_HANDLE","features":[398]},{"name":"NCRYPT_SECURE_PIN_PROPERTY","features":[398]},{"name":"NCRYPT_SECURITY_DESCR_PROPERTY","features":[398]},{"name":"NCRYPT_SECURITY_DESCR_SUPPORT_PROPERTY","features":[398]},{"name":"NCRYPT_SHA1_ALGORITHM","features":[398]},{"name":"NCRYPT_SHA256_ALGORITHM","features":[398]},{"name":"NCRYPT_SHA384_ALGORITHM","features":[398]},{"name":"NCRYPT_SHA512_ALGORITHM","features":[398]},{"name":"NCRYPT_SIGNATURE_INTERFACE","features":[398]},{"name":"NCRYPT_SIGNATURE_LENGTH_PROPERTY","features":[398]},{"name":"NCRYPT_SIGNATURE_OPERATION","features":[398]},{"name":"NCRYPT_SILENT_FLAG","features":[398]},{"name":"NCRYPT_SMARTCARD_GUID_PROPERTY","features":[398]},{"name":"NCRYPT_SP800108_CTR_HMAC_ALGORITHM","features":[398]},{"name":"NCRYPT_SP80056A_CONCAT_ALGORITHM","features":[398]},{"name":"NCRYPT_SSL_CIPHER_LENGTHS","features":[398]},{"name":"NCRYPT_SSL_CIPHER_LENGTHS_BLOCK_PADDING","features":[398]},{"name":"NCRYPT_SSL_CIPHER_SUITE","features":[398]},{"name":"NCRYPT_SSL_CIPHER_SUITE_EX","features":[398]},{"name":"NCRYPT_SSL_CIPHER_SUITE_EX_VERSION","features":[398]},{"name":"NCRYPT_SSL_CLIENT_FLAG","features":[398]},{"name":"NCRYPT_SSL_EAP_FAST_ID","features":[398]},{"name":"NCRYPT_SSL_EAP_ID","features":[398]},{"name":"NCRYPT_SSL_EAP_PRF_FIELD","features":[398]},{"name":"NCRYPT_SSL_EAP_TTLSV0_CHLNG_ID","features":[398]},{"name":"NCRYPT_SSL_EAP_TTLSV0_ID","features":[398]},{"name":"NCRYPT_SSL_ECC_CURVE","features":[398]},{"name":"NCRYPT_SSL_EXTERNAL_PSK_FLAG","features":[398]},{"name":"NCRYPT_SSL_FUNCTION_TABLE","features":[305,398]},{"name":"NCRYPT_SSL_MAX_NAME_SIZE","features":[398]},{"name":"NCRYPT_SSL_RESUMPTION_PSK_FLAG","features":[398]},{"name":"NCRYPT_SSL_SERVER_FLAG","features":[398]},{"name":"NCRYPT_SSL_SIGN_INCLUDE_HASHOID","features":[398]},{"name":"NCRYPT_SSL_SIGN_USE_PSS_PADDING","features":[398]},{"name":"NCRYPT_SUPPORTED_LENGTHS","features":[398]},{"name":"NCRYPT_TPM12_PROVIDER","features":[398]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB","features":[398]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB_HEADER","features":[398]},{"name":"NCRYPT_TPM_LOADABLE_KEY_BLOB_MAGIC","features":[398]},{"name":"NCRYPT_TPM_PAD_PSS_IGNORE_SALT","features":[398]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT","features":[398]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT_CURRENT_VERSION","features":[398]},{"name":"NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT_V0","features":[398]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_HASHSIZE","features":[398]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_MAXIMUM","features":[398]},{"name":"NCRYPT_TPM_PSS_SALT_SIZE_UNKNOWN","features":[398]},{"name":"NCRYPT_TREAT_NIST_AS_GENERIC_ECC_FLAG","features":[398]},{"name":"NCRYPT_UI_APPCONTAINER_ACCESS_MEDIUM_FLAG","features":[398]},{"name":"NCRYPT_UI_FINGERPRINT_PROTECTION_FLAG","features":[398]},{"name":"NCRYPT_UI_FORCE_HIGH_PROTECTION_FLAG","features":[398]},{"name":"NCRYPT_UI_POLICY","features":[398]},{"name":"NCRYPT_UI_POLICY_BLOB","features":[398]},{"name":"NCRYPT_UI_POLICY_PROPERTY","features":[398]},{"name":"NCRYPT_UI_PROTECT_KEY_FLAG","features":[398]},{"name":"NCRYPT_UNIQUE_NAME_PROPERTY","features":[398]},{"name":"NCRYPT_UNPROTECT_NO_DECRYPT","features":[398]},{"name":"NCRYPT_UNREGISTER_NOTIFY_FLAG","features":[398]},{"name":"NCRYPT_USER_CERTSTORE_PROPERTY","features":[398]},{"name":"NCRYPT_USE_CONTEXT_PROPERTY","features":[398]},{"name":"NCRYPT_USE_COUNT_ENABLED_PROPERTY","features":[398]},{"name":"NCRYPT_USE_COUNT_PROPERTY","features":[398]},{"name":"NCRYPT_USE_PER_BOOT_KEY_FLAG","features":[398]},{"name":"NCRYPT_USE_PER_BOOT_KEY_PROPERTY","features":[398]},{"name":"NCRYPT_USE_VIRTUAL_ISOLATION_FLAG","features":[398]},{"name":"NCRYPT_USE_VIRTUAL_ISOLATION_PROPERTY","features":[398]},{"name":"NCRYPT_VERSION_PROPERTY","features":[398]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS","features":[398]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS_CURRENT_VERSION","features":[398]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS_V0","features":[398]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT","features":[398]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT_CURRENT_VERSION","features":[398]},{"name":"NCRYPT_VSM_KEY_ATTESTATION_STATEMENT_V0","features":[398]},{"name":"NCRYPT_WINDOW_HANDLE_PROPERTY","features":[398]},{"name":"NCRYPT_WRITE_KEY_TO_LEGACY_STORE_FLAG","features":[398]},{"name":"NCryptAlgorithmName","features":[398]},{"name":"NCryptCloseProtectionDescriptor","features":[398]},{"name":"NCryptCreateClaim","features":[398]},{"name":"NCryptCreateClaimFn","features":[398]},{"name":"NCryptCreatePersistedKey","features":[398]},{"name":"NCryptCreatePersistedKeyFn","features":[398]},{"name":"NCryptCreateProtectionDescriptor","features":[398]},{"name":"NCryptDecrypt","features":[398]},{"name":"NCryptDecryptFn","features":[398]},{"name":"NCryptDeleteKey","features":[398]},{"name":"NCryptDeleteKeyFn","features":[398]},{"name":"NCryptDeriveKey","features":[398]},{"name":"NCryptDeriveKeyFn","features":[398]},{"name":"NCryptEncrypt","features":[398]},{"name":"NCryptEncryptFn","features":[398]},{"name":"NCryptEnumAlgorithms","features":[398]},{"name":"NCryptEnumAlgorithmsFn","features":[398]},{"name":"NCryptEnumKeys","features":[398]},{"name":"NCryptEnumKeysFn","features":[398]},{"name":"NCryptEnumStorageProviders","features":[398]},{"name":"NCryptEnumStorageProvidersFn","features":[398]},{"name":"NCryptExportKey","features":[398]},{"name":"NCryptExportKeyFn","features":[398]},{"name":"NCryptFinalizeKey","features":[398]},{"name":"NCryptFinalizeKeyFn","features":[398]},{"name":"NCryptFreeBuffer","features":[398]},{"name":"NCryptFreeBufferFn","features":[398]},{"name":"NCryptFreeKeyFn","features":[398]},{"name":"NCryptFreeObject","features":[398]},{"name":"NCryptFreeProviderFn","features":[398]},{"name":"NCryptFreeSecretFn","features":[398]},{"name":"NCryptGetKeyPropertyFn","features":[398]},{"name":"NCryptGetProperty","features":[398]},{"name":"NCryptGetProtectionDescriptorInfo","features":[398]},{"name":"NCryptGetProviderPropertyFn","features":[398]},{"name":"NCryptImportKey","features":[398]},{"name":"NCryptImportKeyFn","features":[398]},{"name":"NCryptIsAlgSupported","features":[398]},{"name":"NCryptIsAlgSupportedFn","features":[398]},{"name":"NCryptIsKeyHandle","features":[305,398]},{"name":"NCryptKeyDerivation","features":[398]},{"name":"NCryptKeyDerivationFn","features":[398]},{"name":"NCryptKeyName","features":[398]},{"name":"NCryptNotifyChangeKey","features":[305,398]},{"name":"NCryptNotifyChangeKeyFn","features":[305,398]},{"name":"NCryptOpenKey","features":[398]},{"name":"NCryptOpenKeyFn","features":[398]},{"name":"NCryptOpenStorageProvider","features":[398]},{"name":"NCryptOpenStorageProviderFn","features":[398]},{"name":"NCryptPromptUserFn","features":[398]},{"name":"NCryptProtectSecret","features":[305,398]},{"name":"NCryptProviderName","features":[398]},{"name":"NCryptQueryProtectionDescriptorName","features":[398]},{"name":"NCryptRegisterProtectionDescriptorName","features":[398]},{"name":"NCryptSecretAgreement","features":[398]},{"name":"NCryptSecretAgreementFn","features":[398]},{"name":"NCryptSetKeyPropertyFn","features":[398]},{"name":"NCryptSetProperty","features":[398]},{"name":"NCryptSetProviderPropertyFn","features":[398]},{"name":"NCryptSignHash","features":[398]},{"name":"NCryptSignHashFn","features":[398]},{"name":"NCryptStreamClose","features":[398]},{"name":"NCryptStreamOpenToProtect","features":[305,398]},{"name":"NCryptStreamOpenToUnprotect","features":[305,398]},{"name":"NCryptStreamOpenToUnprotectEx","features":[305,398]},{"name":"NCryptStreamUpdate","features":[305,398]},{"name":"NCryptTranslateHandle","features":[398]},{"name":"NCryptUnprotectSecret","features":[305,398]},{"name":"NCryptVerifyClaim","features":[398]},{"name":"NCryptVerifyClaimFn","features":[398]},{"name":"NCryptVerifySignature","features":[398]},{"name":"NCryptVerifySignatureFn","features":[398]},{"name":"NETSCAPE_SIGN_CA_CERT_TYPE","features":[398]},{"name":"NETSCAPE_SIGN_CERT_TYPE","features":[398]},{"name":"NETSCAPE_SMIME_CA_CERT_TYPE","features":[398]},{"name":"NETSCAPE_SMIME_CERT_TYPE","features":[398]},{"name":"NETSCAPE_SSL_CA_CERT_TYPE","features":[398]},{"name":"NETSCAPE_SSL_CLIENT_AUTH_CERT_TYPE","features":[398]},{"name":"NETSCAPE_SSL_SERVER_AUTH_CERT_TYPE","features":[398]},{"name":"NonRepudiationPin","features":[398]},{"name":"OCSP_BASIC_BY_KEY_RESPONDER_ID","features":[398]},{"name":"OCSP_BASIC_BY_NAME_RESPONDER_ID","features":[398]},{"name":"OCSP_BASIC_GOOD_CERT_STATUS","features":[398]},{"name":"OCSP_BASIC_RESPONSE","features":[398]},{"name":"OCSP_BASIC_RESPONSE_ENTRY","features":[305,398]},{"name":"OCSP_BASIC_RESPONSE_INFO","features":[305,398]},{"name":"OCSP_BASIC_RESPONSE_V1","features":[398]},{"name":"OCSP_BASIC_REVOKED_CERT_STATUS","features":[398]},{"name":"OCSP_BASIC_REVOKED_INFO","features":[305,398]},{"name":"OCSP_BASIC_SIGNED_RESPONSE","features":[398]},{"name":"OCSP_BASIC_SIGNED_RESPONSE_INFO","features":[398]},{"name":"OCSP_BASIC_UNKNOWN_CERT_STATUS","features":[398]},{"name":"OCSP_CERT_ID","features":[398]},{"name":"OCSP_INTERNAL_ERROR_RESPONSE","features":[398]},{"name":"OCSP_MALFORMED_REQUEST_RESPONSE","features":[398]},{"name":"OCSP_REQUEST","features":[398]},{"name":"OCSP_REQUEST_ENTRY","features":[305,398]},{"name":"OCSP_REQUEST_INFO","features":[305,398]},{"name":"OCSP_REQUEST_V1","features":[398]},{"name":"OCSP_RESPONSE","features":[398]},{"name":"OCSP_RESPONSE_INFO","features":[398]},{"name":"OCSP_SIGNATURE_INFO","features":[398]},{"name":"OCSP_SIGNED_REQUEST","features":[398]},{"name":"OCSP_SIGNED_REQUEST_INFO","features":[398]},{"name":"OCSP_SIG_REQUIRED_RESPONSE","features":[398]},{"name":"OCSP_SUCCESSFUL_RESPONSE","features":[398]},{"name":"OCSP_TRY_LATER_RESPONSE","features":[398]},{"name":"OCSP_UNAUTHORIZED_RESPONSE","features":[398]},{"name":"OFFLOAD_PRIVATE_KEY","features":[398]},{"name":"OPAQUEKEYBLOB","features":[398]},{"name":"PCRYPT_DECRYPT_PRIVATE_KEY_FUNC","features":[305,398]},{"name":"PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC","features":[305,398]},{"name":"PCRYPT_RESOLVE_HCRYPTPROV_FUNC","features":[305,398]},{"name":"PFNCryptStreamOutputCallback","features":[305,398]},{"name":"PFNCryptStreamOutputCallbackEx","features":[305,398]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN","features":[305,398]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_EX","features":[305,398]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_EX_WITHFILEHANDLE","features":[305,398]},{"name":"PFN_AUTHENTICODE_DIGEST_SIGN_WITHFILEHANDLE","features":[305,398]},{"name":"PFN_CANCEL_ASYNC_RETRIEVAL_FUNC","features":[305,398]},{"name":"PFN_CARD_ACQUIRE_CONTEXT","features":[305,398]},{"name":"PFN_CARD_AUTHENTICATE_CHALLENGE","features":[305,398]},{"name":"PFN_CARD_AUTHENTICATE_EX","features":[305,398]},{"name":"PFN_CARD_AUTHENTICATE_PIN","features":[305,398]},{"name":"PFN_CARD_CHANGE_AUTHENTICATOR","features":[305,398]},{"name":"PFN_CARD_CHANGE_AUTHENTICATOR_EX","features":[305,398]},{"name":"PFN_CARD_CONSTRUCT_DH_AGREEMENT","features":[305,398]},{"name":"PFN_CARD_CREATE_CONTAINER","features":[305,398]},{"name":"PFN_CARD_CREATE_CONTAINER_EX","features":[305,398]},{"name":"PFN_CARD_CREATE_DIRECTORY","features":[305,398]},{"name":"PFN_CARD_CREATE_FILE","features":[305,398]},{"name":"PFN_CARD_DEAUTHENTICATE","features":[305,398]},{"name":"PFN_CARD_DEAUTHENTICATE_EX","features":[305,398]},{"name":"PFN_CARD_DELETE_CONTAINER","features":[305,398]},{"name":"PFN_CARD_DELETE_CONTEXT","features":[305,398]},{"name":"PFN_CARD_DELETE_DIRECTORY","features":[305,398]},{"name":"PFN_CARD_DELETE_FILE","features":[305,398]},{"name":"PFN_CARD_DERIVE_KEY","features":[305,398]},{"name":"PFN_CARD_DESTROY_DH_AGREEMENT","features":[305,398]},{"name":"PFN_CARD_DESTROY_KEY","features":[305,398]},{"name":"PFN_CARD_ENUM_FILES","features":[305,398]},{"name":"PFN_CARD_GET_ALGORITHM_PROPERTY","features":[305,398]},{"name":"PFN_CARD_GET_CHALLENGE","features":[305,398]},{"name":"PFN_CARD_GET_CHALLENGE_EX","features":[305,398]},{"name":"PFN_CARD_GET_CONTAINER_INFO","features":[305,398]},{"name":"PFN_CARD_GET_CONTAINER_PROPERTY","features":[305,398]},{"name":"PFN_CARD_GET_FILE_INFO","features":[305,398]},{"name":"PFN_CARD_GET_KEY_PROPERTY","features":[305,398]},{"name":"PFN_CARD_GET_PROPERTY","features":[305,398]},{"name":"PFN_CARD_GET_SHARED_KEY_HANDLE","features":[305,398]},{"name":"PFN_CARD_IMPORT_SESSION_KEY","features":[305,398]},{"name":"PFN_CARD_PROCESS_ENCRYPTED_DATA","features":[305,398]},{"name":"PFN_CARD_QUERY_CAPABILITIES","features":[305,398]},{"name":"PFN_CARD_QUERY_FREE_SPACE","features":[305,398]},{"name":"PFN_CARD_QUERY_KEY_SIZES","features":[305,398]},{"name":"PFN_CARD_READ_FILE","features":[305,398]},{"name":"PFN_CARD_RSA_DECRYPT","features":[305,398]},{"name":"PFN_CARD_SET_CONTAINER_PROPERTY","features":[305,398]},{"name":"PFN_CARD_SET_KEY_PROPERTY","features":[305,398]},{"name":"PFN_CARD_SET_PROPERTY","features":[305,398]},{"name":"PFN_CARD_SIGN_DATA","features":[305,398]},{"name":"PFN_CARD_UNBLOCK_PIN","features":[305,398]},{"name":"PFN_CARD_WRITE_FILE","features":[305,398]},{"name":"PFN_CERT_CHAIN_FIND_BY_ISSUER_CALLBACK","features":[305,398]},{"name":"PFN_CERT_CREATE_CONTEXT_SORT_FUNC","features":[305,398]},{"name":"PFN_CERT_DLL_OPEN_STORE_PROV_FUNC","features":[305,398]},{"name":"PFN_CERT_ENUM_PHYSICAL_STORE","features":[305,398]},{"name":"PFN_CERT_ENUM_SYSTEM_STORE","features":[305,398]},{"name":"PFN_CERT_ENUM_SYSTEM_STORE_LOCATION","features":[305,398]},{"name":"PFN_CERT_IS_WEAK_HASH","features":[305,398]},{"name":"PFN_CERT_SERVER_OCSP_RESPONSE_UPDATE_CALLBACK","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_CLOSE","features":[398]},{"name":"PFN_CERT_STORE_PROV_CONTROL","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_DELETE_CERT","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_DELETE_CRL","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_DELETE_CTL","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_FIND_CERT","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_FIND_CRL","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_FIND_CTL","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CERT","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CRL","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_FREE_FIND_CTL","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_GET_CERT_PROPERTY","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_GET_CRL_PROPERTY","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_GET_CTL_PROPERTY","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_READ_CERT","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_READ_CRL","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_READ_CTL","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_SET_CERT_PROPERTY","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_SET_CRL_PROPERTY","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_SET_CTL_PROPERTY","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_WRITE_CERT","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_WRITE_CRL","features":[305,398]},{"name":"PFN_CERT_STORE_PROV_WRITE_CTL","features":[305,398]},{"name":"PFN_CMSG_ALLOC","features":[398]},{"name":"PFN_CMSG_CNG_IMPORT_CONTENT_ENCRYPT_KEY","features":[305,398]},{"name":"PFN_CMSG_CNG_IMPORT_KEY_AGREE","features":[305,398]},{"name":"PFN_CMSG_CNG_IMPORT_KEY_TRANS","features":[305,398]},{"name":"PFN_CMSG_EXPORT_ENCRYPT_KEY","features":[305,398]},{"name":"PFN_CMSG_EXPORT_KEY_AGREE","features":[305,398]},{"name":"PFN_CMSG_EXPORT_KEY_TRANS","features":[305,398]},{"name":"PFN_CMSG_EXPORT_MAIL_LIST","features":[305,398]},{"name":"PFN_CMSG_FREE","features":[398]},{"name":"PFN_CMSG_GEN_CONTENT_ENCRYPT_KEY","features":[305,398]},{"name":"PFN_CMSG_GEN_ENCRYPT_KEY","features":[305,398]},{"name":"PFN_CMSG_IMPORT_ENCRYPT_KEY","features":[305,398]},{"name":"PFN_CMSG_IMPORT_KEY_AGREE","features":[305,398]},{"name":"PFN_CMSG_IMPORT_KEY_TRANS","features":[305,398]},{"name":"PFN_CMSG_IMPORT_MAIL_LIST","features":[305,398]},{"name":"PFN_CMSG_STREAM_OUTPUT","features":[305,398]},{"name":"PFN_CRYPT_ALLOC","features":[398]},{"name":"PFN_CRYPT_ASYNC_PARAM_FREE_FUNC","features":[398]},{"name":"PFN_CRYPT_ASYNC_RETRIEVAL_COMPLETION_FUNC","features":[398]},{"name":"PFN_CRYPT_CANCEL_RETRIEVAL","features":[305,398]},{"name":"PFN_CRYPT_ENUM_KEYID_PROP","features":[305,398]},{"name":"PFN_CRYPT_ENUM_OID_FUNC","features":[305,398]},{"name":"PFN_CRYPT_ENUM_OID_INFO","features":[305,398]},{"name":"PFN_CRYPT_EXPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[305,398]},{"name":"PFN_CRYPT_EXPORT_PUBLIC_KEY_INFO_FROM_BCRYPT_HANDLE_FUNC","features":[305,398]},{"name":"PFN_CRYPT_EXTRACT_ENCODED_SIGNATURE_PARAMETERS_FUNC","features":[305,398]},{"name":"PFN_CRYPT_FREE","features":[398]},{"name":"PFN_CRYPT_GET_SIGNER_CERTIFICATE","features":[305,398]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FLUSH","features":[305,398]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE","features":[398]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE_IDENTIFIER","features":[398]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE_PASSWORD","features":[398]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_GET","features":[305,398]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_INITIALIZE","features":[305,398]},{"name":"PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_RELEASE","features":[398]},{"name":"PFN_CRYPT_SIGN_AND_ENCODE_HASH_FUNC","features":[305,398]},{"name":"PFN_CRYPT_VERIFY_ENCODED_SIGNATURE_FUNC","features":[305,398]},{"name":"PFN_CRYPT_XML_CREATE_TRANSFORM","features":[398]},{"name":"PFN_CRYPT_XML_DATA_PROVIDER_CLOSE","features":[398]},{"name":"PFN_CRYPT_XML_DATA_PROVIDER_READ","features":[398]},{"name":"PFN_CRYPT_XML_ENUM_ALG_INFO","features":[305,398]},{"name":"PFN_CRYPT_XML_WRITE_CALLBACK","features":[398]},{"name":"PFN_CSP_ALLOC","features":[398]},{"name":"PFN_CSP_CACHE_ADD_FILE","features":[398]},{"name":"PFN_CSP_CACHE_DELETE_FILE","features":[398]},{"name":"PFN_CSP_CACHE_LOOKUP_FILE","features":[398]},{"name":"PFN_CSP_FREE","features":[398]},{"name":"PFN_CSP_GET_DH_AGREEMENT","features":[305,398]},{"name":"PFN_CSP_PAD_DATA","features":[398]},{"name":"PFN_CSP_REALLOC","features":[398]},{"name":"PFN_CSP_UNPAD_DATA","features":[398]},{"name":"PFN_EXPORT_PRIV_KEY_FUNC","features":[305,398]},{"name":"PFN_FREE_ENCODED_OBJECT_FUNC","features":[398]},{"name":"PFN_IMPORT_PRIV_KEY_FUNC","features":[305,398]},{"name":"PFN_IMPORT_PUBLIC_KEY_INFO_EX2_FUNC","features":[305,398]},{"name":"PFN_MD_ENCRYPT_DATA","features":[305,398]},{"name":"PFN_MD_IMPORT_SESSION_KEY","features":[305,398]},{"name":"PFN_NCRYPT_ALLOC","features":[398]},{"name":"PFN_NCRYPT_FREE","features":[398]},{"name":"PFN_OFFLOAD_MOD_EXPO","features":[305,398]},{"name":"PFXExportCertStore","features":[305,398]},{"name":"PFXExportCertStoreEx","features":[305,398]},{"name":"PFXImportCertStore","features":[398]},{"name":"PFXIsPFXBlob","features":[305,398]},{"name":"PFXVerifyPassword","features":[305,398]},{"name":"PIN_CACHE_POLICY","features":[398]},{"name":"PIN_CACHE_POLICY_CURRENT_VERSION","features":[398]},{"name":"PIN_CACHE_POLICY_TYPE","features":[398]},{"name":"PIN_CHANGE_FLAG_CHANGEPIN","features":[398]},{"name":"PIN_CHANGE_FLAG_UNBLOCK","features":[398]},{"name":"PIN_INFO","features":[398]},{"name":"PIN_INFO_CURRENT_VERSION","features":[398]},{"name":"PIN_INFO_REQUIRE_SECURE_ENTRY","features":[398]},{"name":"PIN_SET_ALL_ROLES","features":[398]},{"name":"PIN_SET_NONE","features":[398]},{"name":"PKCS12_ALLOW_OVERWRITE_KEY","features":[398]},{"name":"PKCS12_ALWAYS_CNG_KSP","features":[398]},{"name":"PKCS12_CONFIG_REGPATH","features":[398]},{"name":"PKCS12_DISABLE_ENCRYPT_CERTIFICATES","features":[398]},{"name":"PKCS12_ENCRYPT_CERTIFICATES","features":[398]},{"name":"PKCS12_ENCRYPT_CERTIFICATES_VALUE_NAME","features":[398]},{"name":"PKCS12_EXPORT_ECC_CURVE_OID","features":[398]},{"name":"PKCS12_EXPORT_ECC_CURVE_PARAMETERS","features":[398]},{"name":"PKCS12_EXPORT_PBES2_PARAMS","features":[398]},{"name":"PKCS12_EXPORT_RESERVED_MASK","features":[398]},{"name":"PKCS12_EXPORT_SILENT","features":[398]},{"name":"PKCS12_IMPORT_RESERVED_MASK","features":[398]},{"name":"PKCS12_IMPORT_SILENT","features":[398]},{"name":"PKCS12_INCLUDE_EXTENDED_PROPERTIES","features":[398]},{"name":"PKCS12_NO_PERSIST_KEY","features":[398]},{"name":"PKCS12_ONLY_CERTIFICATES","features":[398]},{"name":"PKCS12_ONLY_CERTIFICATES_CONTAINER_NAME","features":[398]},{"name":"PKCS12_ONLY_CERTIFICATES_PROVIDER_NAME","features":[398]},{"name":"PKCS12_ONLY_CERTIFICATES_PROVIDER_TYPE","features":[398]},{"name":"PKCS12_ONLY_NOT_ENCRYPTED_CERTIFICATES","features":[398]},{"name":"PKCS12_PBES2_ALG_AES256_SHA256","features":[398]},{"name":"PKCS12_PBES2_EXPORT_PARAMS","features":[398]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA1","features":[398]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA256","features":[398]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA384","features":[398]},{"name":"PKCS12_PBKDF2_ID_HMAC_SHA512","features":[398]},{"name":"PKCS12_PREFER_CNG_KSP","features":[398]},{"name":"PKCS12_PROTECT_TO_DOMAIN_SIDS","features":[398]},{"name":"PKCS12_VIRTUAL_ISOLATION_KEY","features":[398]},{"name":"PKCS5_PADDING","features":[398]},{"name":"PKCS7_SIGNER_INFO","features":[398]},{"name":"PKCS_7_ASN_ENCODING","features":[398]},{"name":"PKCS_7_NDR_ENCODING","features":[398]},{"name":"PKCS_ATTRIBUTE","features":[398]},{"name":"PKCS_ATTRIBUTES","features":[398]},{"name":"PKCS_CONTENT_INFO","features":[398]},{"name":"PKCS_CONTENT_INFO_SEQUENCE_OF_ANY","features":[398]},{"name":"PKCS_CTL","features":[398]},{"name":"PKCS_ENCRYPTED_PRIVATE_KEY_INFO","features":[398]},{"name":"PKCS_PRIVATE_KEY_INFO","features":[398]},{"name":"PKCS_RC2_CBC_PARAMETERS","features":[398]},{"name":"PKCS_RSAES_OAEP_PARAMETERS","features":[398]},{"name":"PKCS_RSA_PRIVATE_KEY","features":[398]},{"name":"PKCS_RSA_SSA_PSS_PARAMETERS","features":[398]},{"name":"PKCS_RSA_SSA_PSS_TRAILER_FIELD_BC","features":[398]},{"name":"PKCS_SMIME_CAPABILITIES","features":[398]},{"name":"PKCS_SORTED_CTL","features":[398]},{"name":"PKCS_TIME_REQUEST","features":[398]},{"name":"PKCS_UTC_TIME","features":[398]},{"name":"PLAINTEXTKEYBLOB","features":[398]},{"name":"POLICY_ELEMENT","features":[305,398]},{"name":"PP_ADMIN_PIN","features":[398]},{"name":"PP_APPLI_CERT","features":[398]},{"name":"PP_CERTCHAIN","features":[398]},{"name":"PP_CHANGE_PASSWORD","features":[398]},{"name":"PP_CLIENT_HWND","features":[398]},{"name":"PP_CONTAINER","features":[398]},{"name":"PP_CONTEXT_INFO","features":[398]},{"name":"PP_CRYPT_COUNT_KEY_USE","features":[398]},{"name":"PP_DELETEKEY","features":[398]},{"name":"PP_DISMISS_PIN_UI_SEC","features":[398]},{"name":"PP_ENUMALGS","features":[398]},{"name":"PP_ENUMALGS_EX","features":[398]},{"name":"PP_ENUMCONTAINERS","features":[398]},{"name":"PP_ENUMELECTROOTS","features":[398]},{"name":"PP_ENUMEX_SIGNING_PROT","features":[398]},{"name":"PP_ENUMMANDROOTS","features":[398]},{"name":"PP_IMPTYPE","features":[398]},{"name":"PP_IS_PFX_EPHEMERAL","features":[398]},{"name":"PP_KEYEXCHANGE_ALG","features":[398]},{"name":"PP_KEYEXCHANGE_KEYSIZE","features":[398]},{"name":"PP_KEYEXCHANGE_PIN","features":[398]},{"name":"PP_KEYSET_SEC_DESCR","features":[398]},{"name":"PP_KEYSET_TYPE","features":[398]},{"name":"PP_KEYSPEC","features":[398]},{"name":"PP_KEYSTORAGE","features":[398]},{"name":"PP_KEYX_KEYSIZE_INC","features":[398]},{"name":"PP_KEY_TYPE_SUBTYPE","features":[398]},{"name":"PP_NAME","features":[398]},{"name":"PP_PIN_PROMPT_STRING","features":[398]},{"name":"PP_PROVTYPE","features":[398]},{"name":"PP_ROOT_CERTSTORE","features":[398]},{"name":"PP_SECURE_KEYEXCHANGE_PIN","features":[398]},{"name":"PP_SECURE_SIGNATURE_PIN","features":[398]},{"name":"PP_SESSION_KEYSIZE","features":[398]},{"name":"PP_SGC_INFO","features":[398]},{"name":"PP_SIGNATURE_ALG","features":[398]},{"name":"PP_SIGNATURE_KEYSIZE","features":[398]},{"name":"PP_SIGNATURE_PIN","features":[398]},{"name":"PP_SIG_KEYSIZE_INC","features":[398]},{"name":"PP_SMARTCARD_GUID","features":[398]},{"name":"PP_SMARTCARD_READER","features":[398]},{"name":"PP_SMARTCARD_READER_ICON","features":[398]},{"name":"PP_SYM_KEYSIZE","features":[398]},{"name":"PP_UI_PROMPT","features":[398]},{"name":"PP_UNIQUE_CONTAINER","features":[398]},{"name":"PP_USER_CERTSTORE","features":[398]},{"name":"PP_USE_HARDWARE_RNG","features":[398]},{"name":"PP_VERSION","features":[398]},{"name":"PRIVATEKEYBLOB","features":[398]},{"name":"PRIVKEYVER3","features":[398]},{"name":"PROV_DH_SCHANNEL","features":[398]},{"name":"PROV_DSS","features":[398]},{"name":"PROV_DSS_DH","features":[398]},{"name":"PROV_EC_ECDSA_FULL","features":[398]},{"name":"PROV_EC_ECDSA_SIG","features":[398]},{"name":"PROV_EC_ECNRA_FULL","features":[398]},{"name":"PROV_EC_ECNRA_SIG","features":[398]},{"name":"PROV_ENUMALGS","features":[398]},{"name":"PROV_ENUMALGS_EX","features":[398]},{"name":"PROV_FORTEZZA","features":[398]},{"name":"PROV_INTEL_SEC","features":[398]},{"name":"PROV_MS_EXCHANGE","features":[398]},{"name":"PROV_REPLACE_OWF","features":[398]},{"name":"PROV_RNG","features":[398]},{"name":"PROV_RSA_AES","features":[398]},{"name":"PROV_RSA_FULL","features":[398]},{"name":"PROV_RSA_SCHANNEL","features":[398]},{"name":"PROV_RSA_SIG","features":[398]},{"name":"PROV_SPYRUS_LYNKS","features":[398]},{"name":"PROV_SSL","features":[398]},{"name":"PROV_STT_ACQ","features":[398]},{"name":"PROV_STT_BRND","features":[398]},{"name":"PROV_STT_ISS","features":[398]},{"name":"PROV_STT_MER","features":[398]},{"name":"PROV_STT_ROOT","features":[398]},{"name":"PUBKEY","features":[398]},{"name":"PUBKEYVER3","features":[398]},{"name":"PUBLICKEYBLOB","features":[398]},{"name":"PUBLICKEYBLOBEX","features":[398]},{"name":"PUBLICKEYSTRUC","features":[398]},{"name":"PVK_TYPE_FILE_NAME","features":[398]},{"name":"PVK_TYPE_KEYCONTAINER","features":[398]},{"name":"PaddingMode","features":[398]},{"name":"PinCacheAlwaysPrompt","features":[398]},{"name":"PinCacheNone","features":[398]},{"name":"PinCacheNormal","features":[398]},{"name":"PinCacheTimed","features":[398]},{"name":"PrimaryCardPin","features":[398]},{"name":"ProcessPrng","features":[305,398]},{"name":"RANDOM_PADDING","features":[398]},{"name":"RECIPIENTPOLICY","features":[398]},{"name":"RECIPIENTPOLICY2","features":[398]},{"name":"RECIPIENTPOLICYV1","features":[398]},{"name":"RECIPIENTPOLICYV2","features":[398]},{"name":"REPORT_NOT_ABLE_TO_EXPORT_PRIVATE_KEY","features":[398]},{"name":"REPORT_NO_PRIVATE_KEY","features":[398]},{"name":"REVOCATION_OID_CRL_REVOCATION","features":[398]},{"name":"ROLE_ADMIN","features":[398]},{"name":"ROLE_EVERYONE","features":[398]},{"name":"ROLE_PIN_ALWAYS","features":[398]},{"name":"ROLE_PUK","features":[398]},{"name":"ROLE_USER","features":[398]},{"name":"ROOT_INFO_LUID","features":[398]},{"name":"RSA1024BIT_KEY","features":[398]},{"name":"RSAPUBKEY","features":[398]},{"name":"RSA_CSP_PUBLICKEYBLOB","features":[398]},{"name":"SCARD_PROVIDER_CARD_MODULE","features":[398]},{"name":"SCHANNEL_ALG","features":[398]},{"name":"SCHANNEL_ENC_KEY","features":[398]},{"name":"SCHANNEL_MAC_KEY","features":[398]},{"name":"SCHEME_OID_RETRIEVE_ENCODED_OBJECTW_FUNC","features":[398]},{"name":"SCHEME_OID_RETRIEVE_ENCODED_OBJECT_FUNC","features":[398]},{"name":"SECRET_PURPOSE","features":[398]},{"name":"SECRET_TYPE","features":[398]},{"name":"SIGNATURE_RESOURCE_NUMBER","features":[398]},{"name":"SIGNER_ATTR_AUTHCODE","features":[305,398]},{"name":"SIGNER_AUTHCODE_ATTR","features":[398]},{"name":"SIGNER_BLOB_INFO","features":[398]},{"name":"SIGNER_CERT","features":[305,398]},{"name":"SIGNER_CERT_CHOICE","features":[398]},{"name":"SIGNER_CERT_POLICY","features":[398]},{"name":"SIGNER_CERT_POLICY_CHAIN","features":[398]},{"name":"SIGNER_CERT_POLICY_CHAIN_NO_ROOT","features":[398]},{"name":"SIGNER_CERT_POLICY_SPC","features":[398]},{"name":"SIGNER_CERT_POLICY_STORE","features":[398]},{"name":"SIGNER_CERT_SPC_CHAIN","features":[398]},{"name":"SIGNER_CERT_SPC_FILE","features":[398]},{"name":"SIGNER_CERT_STORE","features":[398]},{"name":"SIGNER_CERT_STORE_INFO","features":[305,398]},{"name":"SIGNER_CONTEXT","features":[398]},{"name":"SIGNER_DIGEST_SIGN_INFO","features":[305,398]},{"name":"SIGNER_DIGEST_SIGN_INFO_V1","features":[305,398]},{"name":"SIGNER_DIGEST_SIGN_INFO_V2","features":[305,398]},{"name":"SIGNER_FILE_INFO","features":[305,398]},{"name":"SIGNER_NO_ATTR","features":[398]},{"name":"SIGNER_PRIVATE_KEY_CHOICE","features":[398]},{"name":"SIGNER_PROVIDER_INFO","features":[398]},{"name":"SIGNER_SIGNATURE_ATTRIBUTE_CHOICE","features":[398]},{"name":"SIGNER_SIGNATURE_INFO","features":[305,398]},{"name":"SIGNER_SIGN_FLAGS","features":[398]},{"name":"SIGNER_SPC_CHAIN_INFO","features":[398]},{"name":"SIGNER_SUBJECT_BLOB","features":[398]},{"name":"SIGNER_SUBJECT_CHOICE","features":[398]},{"name":"SIGNER_SUBJECT_FILE","features":[398]},{"name":"SIGNER_SUBJECT_INFO","features":[305,398]},{"name":"SIGNER_TIMESTAMP_AUTHENTICODE","features":[398]},{"name":"SIGNER_TIMESTAMP_FLAGS","features":[398]},{"name":"SIGNER_TIMESTAMP_RFC3161","features":[398]},{"name":"SIG_APPEND","features":[398]},{"name":"SIMPLEBLOB","features":[398]},{"name":"SITE_PIN_RULES_ALL_SUBDOMAINS_FLAG","features":[398]},{"name":"SORTED_CTL_EXT_HASHED_SUBJECT_IDENTIFIER_FLAG","features":[398]},{"name":"SPC_DIGEST_GENERATE_FLAG","features":[398]},{"name":"SPC_DIGEST_SIGN_EX_FLAG","features":[398]},{"name":"SPC_DIGEST_SIGN_FLAG","features":[398]},{"name":"SPC_EXC_PE_PAGE_HASHES_FLAG","features":[398]},{"name":"SPC_INC_PE_DEBUG_INFO_FLAG","features":[398]},{"name":"SPC_INC_PE_IMPORT_ADDR_TABLE_FLAG","features":[398]},{"name":"SPC_INC_PE_PAGE_HASHES_FLAG","features":[398]},{"name":"SPC_INC_PE_RESOURCES_FLAG","features":[398]},{"name":"SSL2_PROTOCOL_VERSION","features":[398]},{"name":"SSL3_PROTOCOL_VERSION","features":[398]},{"name":"SSL_CK_DES_192_EDE3_CBC_WITH_MD5","features":[398]},{"name":"SSL_CK_DES_64_CBC_WITH_MD5","features":[398]},{"name":"SSL_CK_IDEA_128_CBC_WITH_MD5","features":[398]},{"name":"SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5","features":[398]},{"name":"SSL_CK_RC2_128_CBC_WITH_MD5","features":[398]},{"name":"SSL_CK_RC4_128_EXPORT40_WITH_MD5","features":[398]},{"name":"SSL_CK_RC4_128_WITH_MD5","features":[398]},{"name":"SSL_ECCKEY_BLOB","features":[398]},{"name":"SSL_ECCPUBLIC_BLOB","features":[398]},{"name":"SSL_ECDSA_ALGORITHM","features":[398]},{"name":"SSL_F12_ERROR_TEXT_LENGTH","features":[398]},{"name":"SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[398]},{"name":"SSL_HPKP_HEADER_COUNT","features":[398]},{"name":"SSL_HPKP_HEADER_EXTRA_CERT_CHAIN_POLICY_PARA","features":[398]},{"name":"SSL_HPKP_PKP_HEADER_INDEX","features":[398]},{"name":"SSL_HPKP_PKP_RO_HEADER_INDEX","features":[398]},{"name":"SSL_KEY_PIN_ERROR_TEXT_LENGTH","features":[398]},{"name":"SSL_KEY_PIN_EXTRA_CERT_CHAIN_POLICY_PARA","features":[398]},{"name":"SSL_KEY_PIN_EXTRA_CERT_CHAIN_POLICY_STATUS","features":[398]},{"name":"SSL_KEY_TYPE_PROPERTY","features":[398]},{"name":"SSL_OBJECT_LOCATOR_CERT_VALIDATION_CONFIG_FUNC","features":[398]},{"name":"SSL_OBJECT_LOCATOR_ISSUER_LIST_FUNC","features":[398]},{"name":"SSL_OBJECT_LOCATOR_PFX_FUNC","features":[398]},{"name":"SYMMETRICWRAPKEYBLOB","features":[398]},{"name":"SignError","features":[398]},{"name":"SignHash","features":[398]},{"name":"SignerFreeSignerContext","features":[398]},{"name":"SignerSign","features":[305,398]},{"name":"SignerSignEx","features":[305,398]},{"name":"SignerSignEx2","features":[305,398]},{"name":"SignerSignEx3","features":[305,398]},{"name":"SignerTimeStamp","features":[305,398]},{"name":"SignerTimeStampEx","features":[305,398]},{"name":"SignerTimeStampEx2","features":[305,398]},{"name":"SignerTimeStampEx3","features":[305,398]},{"name":"SslChangeNotify","features":[305,398]},{"name":"SslComputeClientAuthHash","features":[398]},{"name":"SslComputeClientAuthHashFn","features":[398]},{"name":"SslComputeEapKeyBlock","features":[398]},{"name":"SslComputeEapKeyBlockFn","features":[398]},{"name":"SslComputeFinishedHash","features":[398]},{"name":"SslComputeFinishedHashFn","features":[398]},{"name":"SslComputeSessionHash","features":[398]},{"name":"SslComputeSessionHashFn","features":[398]},{"name":"SslCreateClientAuthHash","features":[398]},{"name":"SslCreateClientAuthHashFn","features":[398]},{"name":"SslCreateEphemeralKey","features":[398]},{"name":"SslCreateEphemeralKeyFn","features":[398]},{"name":"SslCreateHandshakeHash","features":[398]},{"name":"SslCreateHandshakeHashFn","features":[398]},{"name":"SslDecrementProviderReferenceCount","features":[398]},{"name":"SslDecryptPacket","features":[398]},{"name":"SslDecryptPacketFn","features":[398]},{"name":"SslDuplicateTranscriptHash","features":[398]},{"name":"SslDuplicateTranscriptHashFn","features":[398]},{"name":"SslEncryptPacket","features":[398]},{"name":"SslEncryptPacketFn","features":[398]},{"name":"SslEnumCipherSuites","features":[398]},{"name":"SslEnumCipherSuitesEx","features":[398]},{"name":"SslEnumCipherSuitesExFn","features":[398]},{"name":"SslEnumCipherSuitesFn","features":[398]},{"name":"SslEnumEccCurves","features":[398]},{"name":"SslEnumEccCurvesFn","features":[398]},{"name":"SslEnumProtocolProviders","features":[398]},{"name":"SslExpandBinderKey","features":[398]},{"name":"SslExpandBinderKeyFn","features":[398]},{"name":"SslExpandExporterMasterKey","features":[398]},{"name":"SslExpandExporterMasterKeyFn","features":[398]},{"name":"SslExpandPreSharedKey","features":[398]},{"name":"SslExpandPreSharedKeyFn","features":[398]},{"name":"SslExpandResumptionMasterKey","features":[398]},{"name":"SslExpandResumptionMasterKeyFn","features":[398]},{"name":"SslExpandTrafficKeys","features":[398]},{"name":"SslExpandTrafficKeysFn","features":[398]},{"name":"SslExpandWriteKey","features":[398]},{"name":"SslExpandWriteKeyFn","features":[398]},{"name":"SslExportKey","features":[398]},{"name":"SslExportKeyFn","features":[398]},{"name":"SslExportKeyingMaterial","features":[398]},{"name":"SslExportKeyingMaterialFn","features":[398]},{"name":"SslExtractEarlyKey","features":[398]},{"name":"SslExtractEarlyKeyFn","features":[398]},{"name":"SslExtractHandshakeKey","features":[398]},{"name":"SslExtractHandshakeKeyFn","features":[398]},{"name":"SslExtractMasterKey","features":[398]},{"name":"SslExtractMasterKeyFn","features":[398]},{"name":"SslFreeBuffer","features":[398]},{"name":"SslFreeBufferFn","features":[398]},{"name":"SslFreeObject","features":[398]},{"name":"SslFreeObjectFn","features":[398]},{"name":"SslGenerateMasterKey","features":[398]},{"name":"SslGenerateMasterKeyFn","features":[398]},{"name":"SslGeneratePreMasterKey","features":[398]},{"name":"SslGeneratePreMasterKeyFn","features":[398]},{"name":"SslGenerateSessionKeys","features":[398]},{"name":"SslGenerateSessionKeysFn","features":[398]},{"name":"SslGetCipherSuitePRFHashAlgorithm","features":[398]},{"name":"SslGetCipherSuitePRFHashAlgorithmFn","features":[398]},{"name":"SslGetKeyProperty","features":[398]},{"name":"SslGetKeyPropertyFn","features":[398]},{"name":"SslGetProviderProperty","features":[398]},{"name":"SslGetProviderPropertyFn","features":[398]},{"name":"SslHashHandshake","features":[398]},{"name":"SslHashHandshakeFn","features":[398]},{"name":"SslImportKey","features":[398]},{"name":"SslImportKeyFn","features":[398]},{"name":"SslImportMasterKey","features":[398]},{"name":"SslImportMasterKeyFn","features":[398]},{"name":"SslIncrementProviderReferenceCount","features":[398]},{"name":"SslInitializeInterfaceFn","features":[305,398]},{"name":"SslLookupCipherLengths","features":[398]},{"name":"SslLookupCipherLengthsFn","features":[398]},{"name":"SslLookupCipherSuiteInfo","features":[398]},{"name":"SslLookupCipherSuiteInfoFn","features":[398]},{"name":"SslOpenPrivateKey","features":[305,398]},{"name":"SslOpenPrivateKeyFn","features":[305,398]},{"name":"SslOpenProvider","features":[398]},{"name":"SslOpenProviderFn","features":[398]},{"name":"SslSignHash","features":[398]},{"name":"SslSignHashFn","features":[398]},{"name":"SslVerifySignature","features":[398]},{"name":"SslVerifySignatureFn","features":[398]},{"name":"SystemPrng","features":[305,398]},{"name":"TIMESTAMP_DONT_HASH_DATA","features":[398]},{"name":"TIMESTAMP_FAILURE_BAD_ALG","features":[398]},{"name":"TIMESTAMP_FAILURE_BAD_FORMAT","features":[398]},{"name":"TIMESTAMP_FAILURE_BAD_REQUEST","features":[398]},{"name":"TIMESTAMP_FAILURE_EXTENSION_NOT_SUPPORTED","features":[398]},{"name":"TIMESTAMP_FAILURE_INFO_NOT_AVAILABLE","features":[398]},{"name":"TIMESTAMP_FAILURE_POLICY_NOT_SUPPORTED","features":[398]},{"name":"TIMESTAMP_FAILURE_SYSTEM_FAILURE","features":[398]},{"name":"TIMESTAMP_FAILURE_TIME_NOT_AVAILABLE","features":[398]},{"name":"TIMESTAMP_INFO","features":[398]},{"name":"TIMESTAMP_NO_AUTH_RETRIEVAL","features":[398]},{"name":"TIMESTAMP_REQUEST","features":[398]},{"name":"TIMESTAMP_RESPONSE","features":[398]},{"name":"TIMESTAMP_STATUS_GRANTED","features":[398]},{"name":"TIMESTAMP_STATUS_GRANTED_WITH_MODS","features":[398]},{"name":"TIMESTAMP_STATUS_REJECTED","features":[398]},{"name":"TIMESTAMP_STATUS_REVOCATION_WARNING","features":[398]},{"name":"TIMESTAMP_STATUS_REVOKED","features":[398]},{"name":"TIMESTAMP_STATUS_WAITING","features":[398]},{"name":"TIMESTAMP_VERIFY_CONTEXT_SIGNATURE","features":[398]},{"name":"TIMESTAMP_VERSION","features":[398]},{"name":"TIME_VALID_OID_FLUSH_CRL","features":[398]},{"name":"TIME_VALID_OID_FLUSH_CRL_FROM_CERT","features":[398]},{"name":"TIME_VALID_OID_FLUSH_CTL","features":[398]},{"name":"TIME_VALID_OID_FLUSH_FRESHEST_CRL_FROM_CERT","features":[398]},{"name":"TIME_VALID_OID_FLUSH_FRESHEST_CRL_FROM_CRL","features":[398]},{"name":"TIME_VALID_OID_FLUSH_OBJECT_FUNC","features":[398]},{"name":"TIME_VALID_OID_GET_CRL","features":[398]},{"name":"TIME_VALID_OID_GET_CRL_FROM_CERT","features":[398]},{"name":"TIME_VALID_OID_GET_CTL","features":[398]},{"name":"TIME_VALID_OID_GET_FRESHEST_CRL_FROM_CERT","features":[398]},{"name":"TIME_VALID_OID_GET_FRESHEST_CRL_FROM_CRL","features":[398]},{"name":"TIME_VALID_OID_GET_OBJECT_FUNC","features":[398]},{"name":"TLS1_0_PROTOCOL_VERSION","features":[398]},{"name":"TLS1_1_PROTOCOL_VERSION","features":[398]},{"name":"TLS1_2_PROTOCOL_VERSION","features":[398]},{"name":"TLS1_3_PROTOCOL_VERSION","features":[398]},{"name":"TLS1_PROTOCOL_VERSION","features":[398]},{"name":"TLS_AES_128_GCM_SHA256","features":[398]},{"name":"TLS_AES_256_GCM_SHA384","features":[398]},{"name":"TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA","features":[398]},{"name":"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA","features":[398]},{"name":"TLS_DHE_DSS_WITH_AES_128_CBC_SHA","features":[398]},{"name":"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256","features":[398]},{"name":"TLS_DHE_DSS_WITH_AES_256_CBC_SHA","features":[398]},{"name":"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256","features":[398]},{"name":"TLS_DHE_DSS_WITH_DES_CBC_SHA","features":[398]},{"name":"TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA","features":[398]},{"name":"TLS_DHE_RSA_WITH_AES_128_CBC_SHA","features":[398]},{"name":"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256","features":[398]},{"name":"TLS_DHE_RSA_WITH_AES_256_CBC_SHA","features":[398]},{"name":"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384","features":[398]},{"name":"TLS_ECC_P256_CURVE_KEY_TYPE","features":[398]},{"name":"TLS_ECC_P384_CURVE_KEY_TYPE","features":[398]},{"name":"TLS_ECC_P521_CURVE_KEY_TYPE","features":[398]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA","features":[398]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256","features":[398]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256","features":[398]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA","features":[398]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384","features":[398]},{"name":"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384","features":[398]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA","features":[398]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256","features":[398]},{"name":"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","features":[398]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA","features":[398]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384","features":[398]},{"name":"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","features":[398]},{"name":"TLS_PSK_EXCHANGE","features":[398]},{"name":"TLS_PSK_WITH_AES_128_CBC_SHA256","features":[398]},{"name":"TLS_PSK_WITH_AES_128_GCM_SHA256","features":[398]},{"name":"TLS_PSK_WITH_AES_256_CBC_SHA384","features":[398]},{"name":"TLS_PSK_WITH_AES_256_GCM_SHA384","features":[398]},{"name":"TLS_PSK_WITH_NULL_SHA256","features":[398]},{"name":"TLS_PSK_WITH_NULL_SHA384","features":[398]},{"name":"TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA","features":[398]},{"name":"TLS_RSA_EXPORT1024_WITH_RC4_56_SHA","features":[398]},{"name":"TLS_RSA_EXPORT_WITH_RC4_40_MD5","features":[398]},{"name":"TLS_RSA_PSK_EXCHANGE","features":[398]},{"name":"TLS_RSA_WITH_3DES_EDE_CBC_SHA","features":[398]},{"name":"TLS_RSA_WITH_AES_128_CBC_SHA","features":[398]},{"name":"TLS_RSA_WITH_AES_128_CBC_SHA256","features":[398]},{"name":"TLS_RSA_WITH_AES_128_GCM_SHA256","features":[398]},{"name":"TLS_RSA_WITH_AES_256_CBC_SHA","features":[398]},{"name":"TLS_RSA_WITH_AES_256_CBC_SHA256","features":[398]},{"name":"TLS_RSA_WITH_AES_256_GCM_SHA384","features":[398]},{"name":"TLS_RSA_WITH_DES_CBC_SHA","features":[398]},{"name":"TLS_RSA_WITH_NULL_MD5","features":[398]},{"name":"TLS_RSA_WITH_NULL_SHA","features":[398]},{"name":"TLS_RSA_WITH_NULL_SHA256","features":[398]},{"name":"TLS_RSA_WITH_RC4_128_MD5","features":[398]},{"name":"TLS_RSA_WITH_RC4_128_SHA","features":[398]},{"name":"TPM_RSA_SRK_SEAL_KEY","features":[398]},{"name":"TransformBlock","features":[398]},{"name":"TransformFinalBlock","features":[398]},{"name":"URL_OID_CERTIFICATE_CRL_DIST_POINT","features":[398]},{"name":"URL_OID_CERTIFICATE_CRL_DIST_POINT_AND_OCSP","features":[398]},{"name":"URL_OID_CERTIFICATE_FRESHEST_CRL","features":[398]},{"name":"URL_OID_CERTIFICATE_ISSUER","features":[398]},{"name":"URL_OID_CERTIFICATE_OCSP","features":[398]},{"name":"URL_OID_CERTIFICATE_OCSP_AND_CRL_DIST_POINT","features":[398]},{"name":"URL_OID_CERTIFICATE_ONLY_OCSP","features":[398]},{"name":"URL_OID_CRL_FRESHEST_CRL","features":[398]},{"name":"URL_OID_CRL_ISSUER","features":[398]},{"name":"URL_OID_CROSS_CERT_DIST_POINT","features":[398]},{"name":"URL_OID_CROSS_CERT_SUBJECT_INFO_ACCESS","features":[398]},{"name":"URL_OID_CTL_ISSUER","features":[398]},{"name":"URL_OID_CTL_NEXT_UPDATE","features":[398]},{"name":"URL_OID_GET_OBJECT_URL_FUNC","features":[398]},{"name":"USAGE_MATCH_TYPE_AND","features":[398]},{"name":"USAGE_MATCH_TYPE_OR","features":[398]},{"name":"UnblockOnlyPin","features":[398]},{"name":"UnknownAc","features":[398]},{"name":"UserCreateDeleteDirAc","features":[398]},{"name":"UserReadWriteAc","features":[398]},{"name":"UserWriteExecuteAc","features":[398]},{"name":"VTableProvStruc","features":[305,398]},{"name":"VTableProvStrucW","features":[305,398]},{"name":"VerifyHash","features":[305,398]},{"name":"X509_ALGORITHM_IDENTIFIER","features":[398]},{"name":"X509_ALTERNATE_NAME","features":[398]},{"name":"X509_ANY_STRING","features":[398]},{"name":"X509_ASN_ENCODING","features":[398]},{"name":"X509_AUTHORITY_INFO_ACCESS","features":[398]},{"name":"X509_AUTHORITY_KEY_ID","features":[398]},{"name":"X509_AUTHORITY_KEY_ID2","features":[398]},{"name":"X509_BASIC_CONSTRAINTS","features":[398]},{"name":"X509_BASIC_CONSTRAINTS2","features":[398]},{"name":"X509_BIOMETRIC_EXT","features":[398]},{"name":"X509_BITS","features":[398]},{"name":"X509_BITS_WITHOUT_TRAILING_ZEROES","features":[398]},{"name":"X509_CERT","features":[398]},{"name":"X509_CERTIFICATE_TEMPLATE","features":[398]},{"name":"X509_CERT_BUNDLE","features":[398]},{"name":"X509_CERT_CRL_TO_BE_SIGNED","features":[398]},{"name":"X509_CERT_PAIR","features":[398]},{"name":"X509_CERT_POLICIES","features":[398]},{"name":"X509_CERT_REQUEST_TO_BE_SIGNED","features":[398]},{"name":"X509_CERT_TO_BE_SIGNED","features":[398]},{"name":"X509_CHOICE_OF_TIME","features":[398]},{"name":"X509_CRL_DIST_POINTS","features":[398]},{"name":"X509_CRL_REASON_CODE","features":[398]},{"name":"X509_CROSS_CERT_DIST_POINTS","features":[398]},{"name":"X509_DH_PARAMETERS","features":[398]},{"name":"X509_DH_PUBLICKEY","features":[398]},{"name":"X509_DSS_PARAMETERS","features":[398]},{"name":"X509_DSS_PUBLICKEY","features":[398]},{"name":"X509_DSS_SIGNATURE","features":[398]},{"name":"X509_ECC_PARAMETERS","features":[398]},{"name":"X509_ECC_PRIVATE_KEY","features":[398]},{"name":"X509_ECC_SIGNATURE","features":[398]},{"name":"X509_ENHANCED_KEY_USAGE","features":[398]},{"name":"X509_ENUMERATED","features":[398]},{"name":"X509_EXTENSIONS","features":[398]},{"name":"X509_INTEGER","features":[398]},{"name":"X509_ISSUING_DIST_POINT","features":[398]},{"name":"X509_KEYGEN_REQUEST_TO_BE_SIGNED","features":[398]},{"name":"X509_KEY_ATTRIBUTES","features":[398]},{"name":"X509_KEY_USAGE","features":[398]},{"name":"X509_KEY_USAGE_RESTRICTION","features":[398]},{"name":"X509_LOGOTYPE_EXT","features":[398]},{"name":"X509_MULTI_BYTE_INTEGER","features":[398]},{"name":"X509_MULTI_BYTE_UINT","features":[398]},{"name":"X509_NAME","features":[398]},{"name":"X509_NAME_CONSTRAINTS","features":[398]},{"name":"X509_NAME_VALUE","features":[398]},{"name":"X509_NDR_ENCODING","features":[398]},{"name":"X509_OBJECT_IDENTIFIER","features":[398]},{"name":"X509_OCTET_STRING","features":[398]},{"name":"X509_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[398]},{"name":"X509_POLICY_CONSTRAINTS","features":[398]},{"name":"X509_POLICY_MAPPINGS","features":[398]},{"name":"X509_PUBLIC_KEY_INFO","features":[398]},{"name":"X509_QC_STATEMENTS_EXT","features":[398]},{"name":"X509_SEQUENCE_OF_ANY","features":[398]},{"name":"X509_SUBJECT_DIR_ATTRS","features":[398]},{"name":"X509_SUBJECT_INFO_ACCESS","features":[398]},{"name":"X509_UNICODE_ANY_STRING","features":[398]},{"name":"X509_UNICODE_NAME","features":[398]},{"name":"X509_UNICODE_NAME_VALUE","features":[398]},{"name":"X942_DH_PARAMETERS","features":[398]},{"name":"X942_OTHER_INFO","features":[398]},{"name":"ZERO_PADDING","features":[398]},{"name":"cPRIV_KEY_CACHE_MAX_ITEMS_DEFAULT","features":[398]},{"name":"cPRIV_KEY_CACHE_PURGE_INTERVAL_SECONDS_DEFAULT","features":[398]},{"name":"dwFORCE_KEY_PROTECTION_DISABLED","features":[398]},{"name":"dwFORCE_KEY_PROTECTION_HIGH","features":[398]},{"name":"dwFORCE_KEY_PROTECTION_USER_SELECT","features":[398]},{"name":"szBASE_CSP_DIR","features":[398]},{"name":"szCACHE_FILE","features":[398]},{"name":"szCARD_IDENTIFIER_FILE","features":[398]},{"name":"szCONTAINER_MAP_FILE","features":[398]},{"name":"szFORCE_KEY_PROTECTION","features":[398]},{"name":"szINTERMEDIATE_CERTS_DIR","features":[398]},{"name":"szKEY_CACHE_ENABLED","features":[398]},{"name":"szKEY_CACHE_SECONDS","features":[398]},{"name":"szKEY_CRYPTOAPI_PRIVATE_KEY_OPTIONS","features":[398]},{"name":"szOIDVerisign_FailInfo","features":[398]},{"name":"szOIDVerisign_MessageType","features":[398]},{"name":"szOIDVerisign_PkiStatus","features":[398]},{"name":"szOIDVerisign_RecipientNonce","features":[398]},{"name":"szOIDVerisign_SenderNonce","features":[398]},{"name":"szOIDVerisign_TransactionID","features":[398]},{"name":"szOID_ANSI_X942","features":[398]},{"name":"szOID_ANSI_X942_DH","features":[398]},{"name":"szOID_ANY_APPLICATION_POLICY","features":[398]},{"name":"szOID_ANY_CERT_POLICY","features":[398]},{"name":"szOID_ANY_ENHANCED_KEY_USAGE","features":[398]},{"name":"szOID_APPLICATION_CERT_POLICIES","features":[398]},{"name":"szOID_APPLICATION_POLICY_CONSTRAINTS","features":[398]},{"name":"szOID_APPLICATION_POLICY_MAPPINGS","features":[398]},{"name":"szOID_ARCHIVED_KEY_ATTR","features":[398]},{"name":"szOID_ARCHIVED_KEY_CERT_HASH","features":[398]},{"name":"szOID_ATTEST_WHQL_CRYPTO","features":[398]},{"name":"szOID_ATTR_PLATFORM_SPECIFICATION","features":[398]},{"name":"szOID_ATTR_SUPPORTED_ALGORITHMS","features":[398]},{"name":"szOID_ATTR_TPM_SECURITY_ASSERTIONS","features":[398]},{"name":"szOID_ATTR_TPM_SPECIFICATION","features":[398]},{"name":"szOID_AUTHORITY_INFO_ACCESS","features":[398]},{"name":"szOID_AUTHORITY_KEY_IDENTIFIER","features":[398]},{"name":"szOID_AUTHORITY_KEY_IDENTIFIER2","features":[398]},{"name":"szOID_AUTHORITY_REVOCATION_LIST","features":[398]},{"name":"szOID_AUTO_ENROLL_CTL_USAGE","features":[398]},{"name":"szOID_BACKGROUND_OTHER_LOGOTYPE","features":[398]},{"name":"szOID_BASIC_CONSTRAINTS","features":[398]},{"name":"szOID_BASIC_CONSTRAINTS2","features":[398]},{"name":"szOID_BIOMETRIC_EXT","features":[398]},{"name":"szOID_BIOMETRIC_SIGNING","features":[398]},{"name":"szOID_BUSINESS_CATEGORY","features":[398]},{"name":"szOID_CA_CERTIFICATE","features":[398]},{"name":"szOID_CERTIFICATE_REVOCATION_LIST","features":[398]},{"name":"szOID_CERTIFICATE_TEMPLATE","features":[398]},{"name":"szOID_CERTSRV_CA_VERSION","features":[398]},{"name":"szOID_CERTSRV_CROSSCA_VERSION","features":[398]},{"name":"szOID_CERTSRV_PREVIOUS_CERT_HASH","features":[398]},{"name":"szOID_CERT_DISALLOWED_CA_FILETIME_PROP_ID","features":[398]},{"name":"szOID_CERT_DISALLOWED_FILETIME_PROP_ID","features":[398]},{"name":"szOID_CERT_EXTENSIONS","features":[398]},{"name":"szOID_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[398]},{"name":"szOID_CERT_KEY_IDENTIFIER_PROP_ID","features":[398]},{"name":"szOID_CERT_MANIFOLD","features":[398]},{"name":"szOID_CERT_MD5_HASH_PROP_ID","features":[398]},{"name":"szOID_CERT_POLICIES","features":[398]},{"name":"szOID_CERT_POLICIES_95","features":[398]},{"name":"szOID_CERT_POLICIES_95_QUALIFIER1","features":[398]},{"name":"szOID_CERT_PROP_ID_PREFIX","features":[398]},{"name":"szOID_CERT_SIGNATURE_HASH_PROP_ID","features":[398]},{"name":"szOID_CERT_STRONG_KEY_OS_1","features":[398]},{"name":"szOID_CERT_STRONG_KEY_OS_CURRENT","features":[398]},{"name":"szOID_CERT_STRONG_KEY_OS_PREFIX","features":[398]},{"name":"szOID_CERT_STRONG_SIGN_OS_1","features":[398]},{"name":"szOID_CERT_STRONG_SIGN_OS_CURRENT","features":[398]},{"name":"szOID_CERT_STRONG_SIGN_OS_PREFIX","features":[398]},{"name":"szOID_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[398]},{"name":"szOID_CMC","features":[398]},{"name":"szOID_CMC_ADD_ATTRIBUTES","features":[398]},{"name":"szOID_CMC_ADD_EXTENSIONS","features":[398]},{"name":"szOID_CMC_DATA_RETURN","features":[398]},{"name":"szOID_CMC_DECRYPTED_POP","features":[398]},{"name":"szOID_CMC_ENCRYPTED_POP","features":[398]},{"name":"szOID_CMC_GET_CERT","features":[398]},{"name":"szOID_CMC_GET_CRL","features":[398]},{"name":"szOID_CMC_IDENTIFICATION","features":[398]},{"name":"szOID_CMC_IDENTITY_PROOF","features":[398]},{"name":"szOID_CMC_ID_CONFIRM_CERT_ACCEPTANCE","features":[398]},{"name":"szOID_CMC_ID_POP_LINK_RANDOM","features":[398]},{"name":"szOID_CMC_ID_POP_LINK_WITNESS","features":[398]},{"name":"szOID_CMC_LRA_POP_WITNESS","features":[398]},{"name":"szOID_CMC_QUERY_PENDING","features":[398]},{"name":"szOID_CMC_RECIPIENT_NONCE","features":[398]},{"name":"szOID_CMC_REG_INFO","features":[398]},{"name":"szOID_CMC_RESPONSE_INFO","features":[398]},{"name":"szOID_CMC_REVOKE_REQUEST","features":[398]},{"name":"szOID_CMC_SENDER_NONCE","features":[398]},{"name":"szOID_CMC_STATUS_INFO","features":[398]},{"name":"szOID_CMC_TRANSACTION_ID","features":[398]},{"name":"szOID_CN_ECDSA_SHA256","features":[398]},{"name":"szOID_COMMON_NAME","features":[398]},{"name":"szOID_COUNTRY_NAME","features":[398]},{"name":"szOID_CRL_DIST_POINTS","features":[398]},{"name":"szOID_CRL_NEXT_PUBLISH","features":[398]},{"name":"szOID_CRL_NUMBER","features":[398]},{"name":"szOID_CRL_REASON_CODE","features":[398]},{"name":"szOID_CRL_SELF_CDP","features":[398]},{"name":"szOID_CRL_VIRTUAL_BASE","features":[398]},{"name":"szOID_CROSS_CERTIFICATE_PAIR","features":[398]},{"name":"szOID_CROSS_CERT_DIST_POINTS","features":[398]},{"name":"szOID_CTL","features":[398]},{"name":"szOID_CT_CERT_SCTLIST","features":[398]},{"name":"szOID_CT_PKI_DATA","features":[398]},{"name":"szOID_CT_PKI_RESPONSE","features":[398]},{"name":"szOID_DELTA_CRL_INDICATOR","features":[398]},{"name":"szOID_DESCRIPTION","features":[398]},{"name":"szOID_DESTINATION_INDICATOR","features":[398]},{"name":"szOID_DEVICE_SERIAL_NUMBER","features":[398]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA1_KDF","features":[398]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA256_KDF","features":[398]},{"name":"szOID_DH_SINGLE_PASS_STDDH_SHA384_KDF","features":[398]},{"name":"szOID_DISALLOWED_HASH","features":[398]},{"name":"szOID_DISALLOWED_LIST","features":[398]},{"name":"szOID_DN_QUALIFIER","features":[398]},{"name":"szOID_DOMAIN_COMPONENT","features":[398]},{"name":"szOID_DRM","features":[398]},{"name":"szOID_DRM_INDIVIDUALIZATION","features":[398]},{"name":"szOID_DS","features":[398]},{"name":"szOID_DSALG","features":[398]},{"name":"szOID_DSALG_CRPT","features":[398]},{"name":"szOID_DSALG_HASH","features":[398]},{"name":"szOID_DSALG_RSA","features":[398]},{"name":"szOID_DSALG_SIGN","features":[398]},{"name":"szOID_DS_EMAIL_REPLICATION","features":[398]},{"name":"szOID_DYNAMIC_CODE_GEN_SIGNER","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP160R1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP160T1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP192R1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP192T1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP224R1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP224T1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP256R1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP256T1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP320R1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP320T1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP384R1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP384T1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP512R1","features":[398]},{"name":"szOID_ECC_CURVE_BRAINPOOLP512T1","features":[398]},{"name":"szOID_ECC_CURVE_EC192WAPI","features":[398]},{"name":"szOID_ECC_CURVE_NISTP192","features":[398]},{"name":"szOID_ECC_CURVE_NISTP224","features":[398]},{"name":"szOID_ECC_CURVE_NISTP256","features":[398]},{"name":"szOID_ECC_CURVE_NISTP384","features":[398]},{"name":"szOID_ECC_CURVE_NISTP521","features":[398]},{"name":"szOID_ECC_CURVE_P256","features":[398]},{"name":"szOID_ECC_CURVE_P384","features":[398]},{"name":"szOID_ECC_CURVE_P521","features":[398]},{"name":"szOID_ECC_CURVE_SECP160K1","features":[398]},{"name":"szOID_ECC_CURVE_SECP160R1","features":[398]},{"name":"szOID_ECC_CURVE_SECP160R2","features":[398]},{"name":"szOID_ECC_CURVE_SECP192K1","features":[398]},{"name":"szOID_ECC_CURVE_SECP192R1","features":[398]},{"name":"szOID_ECC_CURVE_SECP224K1","features":[398]},{"name":"szOID_ECC_CURVE_SECP224R1","features":[398]},{"name":"szOID_ECC_CURVE_SECP256K1","features":[398]},{"name":"szOID_ECC_CURVE_SECP256R1","features":[398]},{"name":"szOID_ECC_CURVE_SECP384R1","features":[398]},{"name":"szOID_ECC_CURVE_SECP521R1","features":[398]},{"name":"szOID_ECC_CURVE_WTLS12","features":[398]},{"name":"szOID_ECC_CURVE_WTLS7","features":[398]},{"name":"szOID_ECC_CURVE_WTLS9","features":[398]},{"name":"szOID_ECC_CURVE_X962P192V1","features":[398]},{"name":"szOID_ECC_CURVE_X962P192V2","features":[398]},{"name":"szOID_ECC_CURVE_X962P192V3","features":[398]},{"name":"szOID_ECC_CURVE_X962P239V1","features":[398]},{"name":"szOID_ECC_CURVE_X962P239V2","features":[398]},{"name":"szOID_ECC_CURVE_X962P239V3","features":[398]},{"name":"szOID_ECC_CURVE_X962P256V1","features":[398]},{"name":"szOID_ECC_PUBLIC_KEY","features":[398]},{"name":"szOID_ECDSA_SHA1","features":[398]},{"name":"szOID_ECDSA_SHA256","features":[398]},{"name":"szOID_ECDSA_SHA384","features":[398]},{"name":"szOID_ECDSA_SHA512","features":[398]},{"name":"szOID_ECDSA_SPECIFIED","features":[398]},{"name":"szOID_EFS_RECOVERY","features":[398]},{"name":"szOID_EMBEDDED_NT_CRYPTO","features":[398]},{"name":"szOID_ENCLAVE_SIGNING","features":[398]},{"name":"szOID_ENCRYPTED_KEY_HASH","features":[398]},{"name":"szOID_ENHANCED_KEY_USAGE","features":[398]},{"name":"szOID_ENROLLMENT_AGENT","features":[398]},{"name":"szOID_ENROLLMENT_CSP_PROVIDER","features":[398]},{"name":"szOID_ENROLLMENT_NAME_VALUE_PAIR","features":[398]},{"name":"szOID_ENROLL_AIK_INFO","features":[398]},{"name":"szOID_ENROLL_ATTESTATION_CHALLENGE","features":[398]},{"name":"szOID_ENROLL_ATTESTATION_STATEMENT","features":[398]},{"name":"szOID_ENROLL_CAXCHGCERT_HASH","features":[398]},{"name":"szOID_ENROLL_CERTTYPE_EXTENSION","features":[398]},{"name":"szOID_ENROLL_EKPUB_CHALLENGE","features":[398]},{"name":"szOID_ENROLL_EKVERIFYCERT","features":[398]},{"name":"szOID_ENROLL_EKVERIFYCREDS","features":[398]},{"name":"szOID_ENROLL_EKVERIFYKEY","features":[398]},{"name":"szOID_ENROLL_EK_CA_KEYID","features":[398]},{"name":"szOID_ENROLL_EK_INFO","features":[398]},{"name":"szOID_ENROLL_ENCRYPTION_ALGORITHM","features":[398]},{"name":"szOID_ENROLL_KEY_AFFINITY","features":[398]},{"name":"szOID_ENROLL_KSP_NAME","features":[398]},{"name":"szOID_ENROLL_SCEP_CHALLENGE_ANSWER","features":[398]},{"name":"szOID_ENROLL_SCEP_CLIENT_REQUEST","features":[398]},{"name":"szOID_ENROLL_SCEP_ERROR","features":[398]},{"name":"szOID_ENROLL_SCEP_SERVER_MESSAGE","features":[398]},{"name":"szOID_ENROLL_SCEP_SERVER_SECRET","features":[398]},{"name":"szOID_ENROLL_SCEP_SERVER_STATE","features":[398]},{"name":"szOID_ENROLL_SCEP_SIGNER_HASH","features":[398]},{"name":"szOID_ENTERPRISE_OID_ROOT","features":[398]},{"name":"szOID_EV_RDN_COUNTRY","features":[398]},{"name":"szOID_EV_RDN_LOCALE","features":[398]},{"name":"szOID_EV_RDN_STATE_OR_PROVINCE","features":[398]},{"name":"szOID_EV_WHQL_CRYPTO","features":[398]},{"name":"szOID_FACSIMILE_TELEPHONE_NUMBER","features":[398]},{"name":"szOID_FRESHEST_CRL","features":[398]},{"name":"szOID_GIVEN_NAME","features":[398]},{"name":"szOID_HPKP_DOMAIN_NAME_CTL","features":[398]},{"name":"szOID_HPKP_HEADER_VALUE_CTL","features":[398]},{"name":"szOID_INFOSEC","features":[398]},{"name":"szOID_INFOSEC_SuiteAConfidentiality","features":[398]},{"name":"szOID_INFOSEC_SuiteAIntegrity","features":[398]},{"name":"szOID_INFOSEC_SuiteAKMandSig","features":[398]},{"name":"szOID_INFOSEC_SuiteAKeyManagement","features":[398]},{"name":"szOID_INFOSEC_SuiteASignature","features":[398]},{"name":"szOID_INFOSEC_SuiteATokenProtection","features":[398]},{"name":"szOID_INFOSEC_mosaicConfidentiality","features":[398]},{"name":"szOID_INFOSEC_mosaicIntegrity","features":[398]},{"name":"szOID_INFOSEC_mosaicKMandSig","features":[398]},{"name":"szOID_INFOSEC_mosaicKMandUpdSig","features":[398]},{"name":"szOID_INFOSEC_mosaicKeyManagement","features":[398]},{"name":"szOID_INFOSEC_mosaicSignature","features":[398]},{"name":"szOID_INFOSEC_mosaicTokenProtection","features":[398]},{"name":"szOID_INFOSEC_mosaicUpdatedInteg","features":[398]},{"name":"szOID_INFOSEC_mosaicUpdatedSig","features":[398]},{"name":"szOID_INFOSEC_sdnsConfidentiality","features":[398]},{"name":"szOID_INFOSEC_sdnsIntegrity","features":[398]},{"name":"szOID_INFOSEC_sdnsKMandSig","features":[398]},{"name":"szOID_INFOSEC_sdnsKeyManagement","features":[398]},{"name":"szOID_INFOSEC_sdnsSignature","features":[398]},{"name":"szOID_INFOSEC_sdnsTokenProtection","features":[398]},{"name":"szOID_INHIBIT_ANY_POLICY","features":[398]},{"name":"szOID_INITIALS","features":[398]},{"name":"szOID_INTERNATIONALIZED_EMAIL_ADDRESS","features":[398]},{"name":"szOID_INTERNATIONAL_ISDN_NUMBER","features":[398]},{"name":"szOID_IPSEC_KP_IKE_INTERMEDIATE","features":[398]},{"name":"szOID_ISSUED_CERT_HASH","features":[398]},{"name":"szOID_ISSUER_ALT_NAME","features":[398]},{"name":"szOID_ISSUER_ALT_NAME2","features":[398]},{"name":"szOID_ISSUING_DIST_POINT","features":[398]},{"name":"szOID_IUM_SIGNING","features":[398]},{"name":"szOID_KEYID_RDN","features":[398]},{"name":"szOID_KEY_ATTRIBUTES","features":[398]},{"name":"szOID_KEY_USAGE","features":[398]},{"name":"szOID_KEY_USAGE_RESTRICTION","features":[398]},{"name":"szOID_KP_CA_EXCHANGE","features":[398]},{"name":"szOID_KP_CSP_SIGNATURE","features":[398]},{"name":"szOID_KP_CTL_USAGE_SIGNING","features":[398]},{"name":"szOID_KP_DOCUMENT_SIGNING","features":[398]},{"name":"szOID_KP_EFS","features":[398]},{"name":"szOID_KP_FLIGHT_SIGNING","features":[398]},{"name":"szOID_KP_KERNEL_MODE_CODE_SIGNING","features":[398]},{"name":"szOID_KP_KERNEL_MODE_HAL_EXTENSION_SIGNING","features":[398]},{"name":"szOID_KP_KERNEL_MODE_TRUSTED_BOOT_SIGNING","features":[398]},{"name":"szOID_KP_KEY_RECOVERY","features":[398]},{"name":"szOID_KP_KEY_RECOVERY_AGENT","features":[398]},{"name":"szOID_KP_LIFETIME_SIGNING","features":[398]},{"name":"szOID_KP_MOBILE_DEVICE_SOFTWARE","features":[398]},{"name":"szOID_KP_PRIVACY_CA","features":[398]},{"name":"szOID_KP_QUALIFIED_SUBORDINATION","features":[398]},{"name":"szOID_KP_SMARTCARD_LOGON","features":[398]},{"name":"szOID_KP_SMART_DISPLAY","features":[398]},{"name":"szOID_KP_TIME_STAMP_SIGNING","features":[398]},{"name":"szOID_KP_TPM_AIK_CERTIFICATE","features":[398]},{"name":"szOID_KP_TPM_EK_CERTIFICATE","features":[398]},{"name":"szOID_KP_TPM_PLATFORM_CERTIFICATE","features":[398]},{"name":"szOID_LEGACY_POLICY_MAPPINGS","features":[398]},{"name":"szOID_LICENSES","features":[398]},{"name":"szOID_LICENSE_SERVER","features":[398]},{"name":"szOID_LOCALITY_NAME","features":[398]},{"name":"szOID_LOCAL_MACHINE_KEYSET","features":[398]},{"name":"szOID_LOGOTYPE_EXT","features":[398]},{"name":"szOID_LOYALTY_OTHER_LOGOTYPE","features":[398]},{"name":"szOID_MEMBER","features":[398]},{"name":"szOID_MICROSOFT_PUBLISHER_SIGNER","features":[398]},{"name":"szOID_NAME_CONSTRAINTS","features":[398]},{"name":"szOID_NETSCAPE","features":[398]},{"name":"szOID_NETSCAPE_BASE_URL","features":[398]},{"name":"szOID_NETSCAPE_CA_POLICY_URL","features":[398]},{"name":"szOID_NETSCAPE_CA_REVOCATION_URL","features":[398]},{"name":"szOID_NETSCAPE_CERT_EXTENSION","features":[398]},{"name":"szOID_NETSCAPE_CERT_RENEWAL_URL","features":[398]},{"name":"szOID_NETSCAPE_CERT_SEQUENCE","features":[398]},{"name":"szOID_NETSCAPE_CERT_TYPE","features":[398]},{"name":"szOID_NETSCAPE_COMMENT","features":[398]},{"name":"szOID_NETSCAPE_DATA_TYPE","features":[398]},{"name":"szOID_NETSCAPE_REVOCATION_URL","features":[398]},{"name":"szOID_NETSCAPE_SSL_SERVER_NAME","features":[398]},{"name":"szOID_NEXT_UPDATE_LOCATION","features":[398]},{"name":"szOID_NIST_AES128_CBC","features":[398]},{"name":"szOID_NIST_AES128_WRAP","features":[398]},{"name":"szOID_NIST_AES192_CBC","features":[398]},{"name":"szOID_NIST_AES192_WRAP","features":[398]},{"name":"szOID_NIST_AES256_CBC","features":[398]},{"name":"szOID_NIST_AES256_WRAP","features":[398]},{"name":"szOID_NIST_sha256","features":[398]},{"name":"szOID_NIST_sha384","features":[398]},{"name":"szOID_NIST_sha512","features":[398]},{"name":"szOID_NT5_CRYPTO","features":[398]},{"name":"szOID_NTDS_CA_SECURITY_EXT","features":[398]},{"name":"szOID_NTDS_OBJECTSID","features":[398]},{"name":"szOID_NTDS_REPLICATION","features":[398]},{"name":"szOID_NT_PRINCIPAL_NAME","features":[398]},{"name":"szOID_OEM_WHQL_CRYPTO","features":[398]},{"name":"szOID_OIW","features":[398]},{"name":"szOID_OIWDIR","features":[398]},{"name":"szOID_OIWDIR_CRPT","features":[398]},{"name":"szOID_OIWDIR_HASH","features":[398]},{"name":"szOID_OIWDIR_SIGN","features":[398]},{"name":"szOID_OIWDIR_md2","features":[398]},{"name":"szOID_OIWDIR_md2RSA","features":[398]},{"name":"szOID_OIWSEC","features":[398]},{"name":"szOID_OIWSEC_desCBC","features":[398]},{"name":"szOID_OIWSEC_desCFB","features":[398]},{"name":"szOID_OIWSEC_desECB","features":[398]},{"name":"szOID_OIWSEC_desEDE","features":[398]},{"name":"szOID_OIWSEC_desMAC","features":[398]},{"name":"szOID_OIWSEC_desOFB","features":[398]},{"name":"szOID_OIWSEC_dhCommMod","features":[398]},{"name":"szOID_OIWSEC_dsa","features":[398]},{"name":"szOID_OIWSEC_dsaComm","features":[398]},{"name":"szOID_OIWSEC_dsaCommSHA","features":[398]},{"name":"szOID_OIWSEC_dsaCommSHA1","features":[398]},{"name":"szOID_OIWSEC_dsaSHA1","features":[398]},{"name":"szOID_OIWSEC_keyHashSeal","features":[398]},{"name":"szOID_OIWSEC_md2RSASign","features":[398]},{"name":"szOID_OIWSEC_md4RSA","features":[398]},{"name":"szOID_OIWSEC_md4RSA2","features":[398]},{"name":"szOID_OIWSEC_md5RSA","features":[398]},{"name":"szOID_OIWSEC_md5RSASign","features":[398]},{"name":"szOID_OIWSEC_mdc2","features":[398]},{"name":"szOID_OIWSEC_mdc2RSA","features":[398]},{"name":"szOID_OIWSEC_rsaSign","features":[398]},{"name":"szOID_OIWSEC_rsaXchg","features":[398]},{"name":"szOID_OIWSEC_sha","features":[398]},{"name":"szOID_OIWSEC_sha1","features":[398]},{"name":"szOID_OIWSEC_sha1RSASign","features":[398]},{"name":"szOID_OIWSEC_shaDSA","features":[398]},{"name":"szOID_OIWSEC_shaRSA","features":[398]},{"name":"szOID_ORGANIZATIONAL_UNIT_NAME","features":[398]},{"name":"szOID_ORGANIZATION_NAME","features":[398]},{"name":"szOID_OS_VERSION","features":[398]},{"name":"szOID_OWNER","features":[398]},{"name":"szOID_PHYSICAL_DELIVERY_OFFICE_NAME","features":[398]},{"name":"szOID_PIN_RULES_CTL","features":[398]},{"name":"szOID_PIN_RULES_DOMAIN_NAME","features":[398]},{"name":"szOID_PIN_RULES_EXT","features":[398]},{"name":"szOID_PIN_RULES_LOG_END_DATE_EXT","features":[398]},{"name":"szOID_PIN_RULES_SIGNER","features":[398]},{"name":"szOID_PKCS","features":[398]},{"name":"szOID_PKCS_1","features":[398]},{"name":"szOID_PKCS_10","features":[398]},{"name":"szOID_PKCS_12","features":[398]},{"name":"szOID_PKCS_12_EXTENDED_ATTRIBUTES","features":[398]},{"name":"szOID_PKCS_12_FRIENDLY_NAME_ATTR","features":[398]},{"name":"szOID_PKCS_12_KEY_PROVIDER_NAME_ATTR","features":[398]},{"name":"szOID_PKCS_12_LOCAL_KEY_ID","features":[398]},{"name":"szOID_PKCS_12_PROTECTED_PASSWORD_SECRET_BAG_TYPE_ID","features":[398]},{"name":"szOID_PKCS_12_PbeIds","features":[398]},{"name":"szOID_PKCS_12_pbeWithSHA1And128BitRC2","features":[398]},{"name":"szOID_PKCS_12_pbeWithSHA1And128BitRC4","features":[398]},{"name":"szOID_PKCS_12_pbeWithSHA1And2KeyTripleDES","features":[398]},{"name":"szOID_PKCS_12_pbeWithSHA1And3KeyTripleDES","features":[398]},{"name":"szOID_PKCS_12_pbeWithSHA1And40BitRC2","features":[398]},{"name":"szOID_PKCS_12_pbeWithSHA1And40BitRC4","features":[398]},{"name":"szOID_PKCS_2","features":[398]},{"name":"szOID_PKCS_3","features":[398]},{"name":"szOID_PKCS_4","features":[398]},{"name":"szOID_PKCS_5","features":[398]},{"name":"szOID_PKCS_5_PBES2","features":[398]},{"name":"szOID_PKCS_5_PBKDF2","features":[398]},{"name":"szOID_PKCS_6","features":[398]},{"name":"szOID_PKCS_7","features":[398]},{"name":"szOID_PKCS_7_DATA","features":[398]},{"name":"szOID_PKCS_7_DIGESTED","features":[398]},{"name":"szOID_PKCS_7_ENCRYPTED","features":[398]},{"name":"szOID_PKCS_7_ENVELOPED","features":[398]},{"name":"szOID_PKCS_7_SIGNED","features":[398]},{"name":"szOID_PKCS_7_SIGNEDANDENVELOPED","features":[398]},{"name":"szOID_PKCS_8","features":[398]},{"name":"szOID_PKCS_9","features":[398]},{"name":"szOID_PKCS_9_CONTENT_TYPE","features":[398]},{"name":"szOID_PKCS_9_MESSAGE_DIGEST","features":[398]},{"name":"szOID_PKINIT_KP_KDC","features":[398]},{"name":"szOID_PKIX","features":[398]},{"name":"szOID_PKIX_ACC_DESCR","features":[398]},{"name":"szOID_PKIX_CA_ISSUERS","features":[398]},{"name":"szOID_PKIX_CA_REPOSITORY","features":[398]},{"name":"szOID_PKIX_KP","features":[398]},{"name":"szOID_PKIX_KP_CLIENT_AUTH","features":[398]},{"name":"szOID_PKIX_KP_CODE_SIGNING","features":[398]},{"name":"szOID_PKIX_KP_EMAIL_PROTECTION","features":[398]},{"name":"szOID_PKIX_KP_IPSEC_END_SYSTEM","features":[398]},{"name":"szOID_PKIX_KP_IPSEC_TUNNEL","features":[398]},{"name":"szOID_PKIX_KP_IPSEC_USER","features":[398]},{"name":"szOID_PKIX_KP_OCSP_SIGNING","features":[398]},{"name":"szOID_PKIX_KP_SERVER_AUTH","features":[398]},{"name":"szOID_PKIX_KP_TIMESTAMP_SIGNING","features":[398]},{"name":"szOID_PKIX_NO_SIGNATURE","features":[398]},{"name":"szOID_PKIX_OCSP","features":[398]},{"name":"szOID_PKIX_OCSP_BASIC_SIGNED_RESPONSE","features":[398]},{"name":"szOID_PKIX_OCSP_NOCHECK","features":[398]},{"name":"szOID_PKIX_OCSP_NONCE","features":[398]},{"name":"szOID_PKIX_PE","features":[398]},{"name":"szOID_PKIX_POLICY_QUALIFIER_CPS","features":[398]},{"name":"szOID_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[398]},{"name":"szOID_PKIX_TIME_STAMPING","features":[398]},{"name":"szOID_PLATFORM_MANIFEST_BINARY_ID","features":[398]},{"name":"szOID_POLICY_CONSTRAINTS","features":[398]},{"name":"szOID_POLICY_MAPPINGS","features":[398]},{"name":"szOID_POSTAL_ADDRESS","features":[398]},{"name":"szOID_POSTAL_CODE","features":[398]},{"name":"szOID_POST_OFFICE_BOX","features":[398]},{"name":"szOID_PREFERRED_DELIVERY_METHOD","features":[398]},{"name":"szOID_PRESENTATION_ADDRESS","features":[398]},{"name":"szOID_PRIVATEKEY_USAGE_PERIOD","features":[398]},{"name":"szOID_PRODUCT_UPDATE","features":[398]},{"name":"szOID_PROTECTED_PROCESS_LIGHT_SIGNER","features":[398]},{"name":"szOID_PROTECTED_PROCESS_SIGNER","features":[398]},{"name":"szOID_QC_EU_COMPLIANCE","features":[398]},{"name":"szOID_QC_SSCD","features":[398]},{"name":"szOID_QC_STATEMENTS_EXT","features":[398]},{"name":"szOID_RDN_DUMMY_SIGNER","features":[398]},{"name":"szOID_RDN_TCG_PLATFORM_MANUFACTURER","features":[398]},{"name":"szOID_RDN_TCG_PLATFORM_MODEL","features":[398]},{"name":"szOID_RDN_TCG_PLATFORM_VERSION","features":[398]},{"name":"szOID_RDN_TPM_MANUFACTURER","features":[398]},{"name":"szOID_RDN_TPM_MODEL","features":[398]},{"name":"szOID_RDN_TPM_VERSION","features":[398]},{"name":"szOID_REASON_CODE_HOLD","features":[398]},{"name":"szOID_REGISTERED_ADDRESS","features":[398]},{"name":"szOID_REMOVE_CERTIFICATE","features":[398]},{"name":"szOID_RENEWAL_CERTIFICATE","features":[398]},{"name":"szOID_REQUEST_CLIENT_INFO","features":[398]},{"name":"szOID_REQUIRE_CERT_CHAIN_POLICY","features":[398]},{"name":"szOID_REVOKED_LIST_SIGNER","features":[398]},{"name":"szOID_RFC3161_counterSign","features":[398]},{"name":"szOID_RFC3161v21_counterSign","features":[398]},{"name":"szOID_RFC3161v21_thumbprints","features":[398]},{"name":"szOID_ROLE_OCCUPANT","features":[398]},{"name":"szOID_ROOT_LIST_SIGNER","features":[398]},{"name":"szOID_ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION","features":[398]},{"name":"szOID_ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION","features":[398]},{"name":"szOID_ROOT_PROGRAM_FLAGS","features":[398]},{"name":"szOID_ROOT_PROGRAM_NO_OCSP_FAILOVER_TO_CRL","features":[398]},{"name":"szOID_RSA","features":[398]},{"name":"szOID_RSAES_OAEP","features":[398]},{"name":"szOID_RSA_DES_EDE3_CBC","features":[398]},{"name":"szOID_RSA_DH","features":[398]},{"name":"szOID_RSA_ENCRYPT","features":[398]},{"name":"szOID_RSA_HASH","features":[398]},{"name":"szOID_RSA_MD2","features":[398]},{"name":"szOID_RSA_MD2RSA","features":[398]},{"name":"szOID_RSA_MD4","features":[398]},{"name":"szOID_RSA_MD4RSA","features":[398]},{"name":"szOID_RSA_MD5","features":[398]},{"name":"szOID_RSA_MD5RSA","features":[398]},{"name":"szOID_RSA_MGF1","features":[398]},{"name":"szOID_RSA_PSPECIFIED","features":[398]},{"name":"szOID_RSA_RC2CBC","features":[398]},{"name":"szOID_RSA_RC4","features":[398]},{"name":"szOID_RSA_RC5_CBCPad","features":[398]},{"name":"szOID_RSA_RSA","features":[398]},{"name":"szOID_RSA_SETOAEP_RSA","features":[398]},{"name":"szOID_RSA_SHA1RSA","features":[398]},{"name":"szOID_RSA_SHA256RSA","features":[398]},{"name":"szOID_RSA_SHA384RSA","features":[398]},{"name":"szOID_RSA_SHA512RSA","features":[398]},{"name":"szOID_RSA_SMIMECapabilities","features":[398]},{"name":"szOID_RSA_SMIMEalg","features":[398]},{"name":"szOID_RSA_SMIMEalgCMS3DESwrap","features":[398]},{"name":"szOID_RSA_SMIMEalgCMSRC2wrap","features":[398]},{"name":"szOID_RSA_SMIMEalgESDH","features":[398]},{"name":"szOID_RSA_SSA_PSS","features":[398]},{"name":"szOID_RSA_certExtensions","features":[398]},{"name":"szOID_RSA_challengePwd","features":[398]},{"name":"szOID_RSA_contentType","features":[398]},{"name":"szOID_RSA_counterSign","features":[398]},{"name":"szOID_RSA_data","features":[398]},{"name":"szOID_RSA_digestedData","features":[398]},{"name":"szOID_RSA_emailAddr","features":[398]},{"name":"szOID_RSA_encryptedData","features":[398]},{"name":"szOID_RSA_envelopedData","features":[398]},{"name":"szOID_RSA_extCertAttrs","features":[398]},{"name":"szOID_RSA_hashedData","features":[398]},{"name":"szOID_RSA_messageDigest","features":[398]},{"name":"szOID_RSA_preferSignedData","features":[398]},{"name":"szOID_RSA_signEnvData","features":[398]},{"name":"szOID_RSA_signedData","features":[398]},{"name":"szOID_RSA_signingTime","features":[398]},{"name":"szOID_RSA_unstructAddr","features":[398]},{"name":"szOID_RSA_unstructName","features":[398]},{"name":"szOID_SEARCH_GUIDE","features":[398]},{"name":"szOID_SEE_ALSO","features":[398]},{"name":"szOID_SERIALIZED","features":[398]},{"name":"szOID_SERVER_GATED_CRYPTO","features":[398]},{"name":"szOID_SGC_NETSCAPE","features":[398]},{"name":"szOID_SITE_PIN_RULES_FLAGS_ATTR","features":[398]},{"name":"szOID_SITE_PIN_RULES_INDEX_ATTR","features":[398]},{"name":"szOID_SORTED_CTL","features":[398]},{"name":"szOID_STATE_OR_PROVINCE_NAME","features":[398]},{"name":"szOID_STREET_ADDRESS","features":[398]},{"name":"szOID_SUBJECT_ALT_NAME","features":[398]},{"name":"szOID_SUBJECT_ALT_NAME2","features":[398]},{"name":"szOID_SUBJECT_DIR_ATTRS","features":[398]},{"name":"szOID_SUBJECT_INFO_ACCESS","features":[398]},{"name":"szOID_SUBJECT_KEY_IDENTIFIER","features":[398]},{"name":"szOID_SUPPORTED_APPLICATION_CONTEXT","features":[398]},{"name":"szOID_SUR_NAME","features":[398]},{"name":"szOID_SYNC_ROOT_CTL_EXT","features":[398]},{"name":"szOID_TELEPHONE_NUMBER","features":[398]},{"name":"szOID_TELETEXT_TERMINAL_IDENTIFIER","features":[398]},{"name":"szOID_TELEX_NUMBER","features":[398]},{"name":"szOID_TIMESTAMP_TOKEN","features":[398]},{"name":"szOID_TITLE","features":[398]},{"name":"szOID_TLS_FEATURES_EXT","features":[398]},{"name":"szOID_USER_CERTIFICATE","features":[398]},{"name":"szOID_USER_PASSWORD","features":[398]},{"name":"szOID_VERISIGN_BITSTRING_6_13","features":[398]},{"name":"szOID_VERISIGN_ISS_STRONG_CRYPTO","features":[398]},{"name":"szOID_VERISIGN_ONSITE_JURISDICTION_HASH","features":[398]},{"name":"szOID_VERISIGN_PRIVATE_6_9","features":[398]},{"name":"szOID_WHQL_CRYPTO","features":[398]},{"name":"szOID_WINDOWS_KITS_SIGNER","features":[398]},{"name":"szOID_WINDOWS_RT_SIGNER","features":[398]},{"name":"szOID_WINDOWS_SOFTWARE_EXTENSION_SIGNER","features":[398]},{"name":"szOID_WINDOWS_STORE_SIGNER","features":[398]},{"name":"szOID_WINDOWS_TCB_SIGNER","features":[398]},{"name":"szOID_WINDOWS_THIRD_PARTY_COMPONENT_SIGNER","features":[398]},{"name":"szOID_X21_ADDRESS","features":[398]},{"name":"szOID_X957","features":[398]},{"name":"szOID_X957_DSA","features":[398]},{"name":"szOID_X957_SHA1DSA","features":[398]},{"name":"szOID_YESNO_TRUST_ATTR","features":[398]},{"name":"szPRIV_KEY_CACHE_MAX_ITEMS","features":[398]},{"name":"szPRIV_KEY_CACHE_PURGE_INTERVAL_SECONDS","features":[398]},{"name":"szROOT_STORE_FILE","features":[398]},{"name":"szUSER_KEYEXCHANGE_CERT_PREFIX","features":[398]},{"name":"szUSER_KEYEXCHANGE_PRIVATE_KEY_PREFIX","features":[398]},{"name":"szUSER_KEYEXCHANGE_PUBLIC_KEY_PREFIX","features":[398]},{"name":"szUSER_SIGNATURE_CERT_PREFIX","features":[398]},{"name":"szUSER_SIGNATURE_PRIVATE_KEY_PREFIX","features":[398]},{"name":"szUSER_SIGNATURE_PUBLIC_KEY_PREFIX","features":[398]},{"name":"sz_CERT_STORE_PROV_COLLECTION","features":[398]},{"name":"sz_CERT_STORE_PROV_FILENAME","features":[398]},{"name":"sz_CERT_STORE_PROV_FILENAME_W","features":[398]},{"name":"sz_CERT_STORE_PROV_LDAP","features":[398]},{"name":"sz_CERT_STORE_PROV_LDAP_W","features":[398]},{"name":"sz_CERT_STORE_PROV_MEMORY","features":[398]},{"name":"sz_CERT_STORE_PROV_PHYSICAL","features":[398]},{"name":"sz_CERT_STORE_PROV_PHYSICAL_W","features":[398]},{"name":"sz_CERT_STORE_PROV_PKCS12","features":[398]},{"name":"sz_CERT_STORE_PROV_PKCS7","features":[398]},{"name":"sz_CERT_STORE_PROV_SERIALIZED","features":[398]},{"name":"sz_CERT_STORE_PROV_SMART_CARD","features":[398]},{"name":"sz_CERT_STORE_PROV_SMART_CARD_W","features":[398]},{"name":"sz_CERT_STORE_PROV_SYSTEM","features":[398]},{"name":"sz_CERT_STORE_PROV_SYSTEM_REGISTRY","features":[398]},{"name":"sz_CERT_STORE_PROV_SYSTEM_REGISTRY_W","features":[398]},{"name":"sz_CERT_STORE_PROV_SYSTEM_W","features":[398]},{"name":"wszCARD_USER_ADMIN","features":[398]},{"name":"wszCARD_USER_EVERYONE","features":[398]},{"name":"wszCARD_USER_USER","features":[398]},{"name":"wszURI_CANONICALIZATION_C14N","features":[398]},{"name":"wszURI_CANONICALIZATION_C14NC","features":[398]},{"name":"wszURI_CANONICALIZATION_EXSLUSIVE_C14N","features":[398]},{"name":"wszURI_CANONICALIZATION_EXSLUSIVE_C14NC","features":[398]},{"name":"wszURI_NTDS_OBJECTSID_PREFIX","features":[398]},{"name":"wszURI_TRANSFORM_XPATH","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_BASE64","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_DSA_SHA1","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA1","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA256","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA384","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_ECDSA_SHA512","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA1","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA256","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA384","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_HMAC_SHA512","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA1","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA256","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA384","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_RSA_SHA512","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_SHA1","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_SHA256","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_SHA384","features":[398]},{"name":"wszURI_XMLNS_DIGSIG_SHA512","features":[398]},{"name":"wszURI_XMLNS_TRANSFORM_BASE64","features":[398]},{"name":"wszURI_XMLNS_TRANSFORM_ENVELOPED","features":[398]},{"name":"wszXMLNS_DIGSIG","features":[398]},{"name":"wszXMLNS_DIGSIG_Id","features":[398]},{"name":"wszXMLNS_DIGSIG_SignatureProperties","features":[398]}],"497":[{"name":"CATALOG_INFO","features":[493]},{"name":"CRYPTCATATTRIBUTE","features":[493]},{"name":"CRYPTCATATTRIBUTE_FLAGS","features":[493]},{"name":"CRYPTCATCDF","features":[305,493]},{"name":"CRYPTCATMEMBER","features":[305,493,494]},{"name":"CRYPTCATSTORE","features":[305,493]},{"name":"CRYPTCAT_ADDCATALOG_HARDLINK","features":[493]},{"name":"CRYPTCAT_ADDCATALOG_NONE","features":[493]},{"name":"CRYPTCAT_ATTR_AUTHENTICATED","features":[493]},{"name":"CRYPTCAT_ATTR_DATAASCII","features":[493]},{"name":"CRYPTCAT_ATTR_DATABASE64","features":[493]},{"name":"CRYPTCAT_ATTR_DATAREPLACE","features":[493]},{"name":"CRYPTCAT_ATTR_NAMEASCII","features":[493]},{"name":"CRYPTCAT_ATTR_NAMEOBJID","features":[493]},{"name":"CRYPTCAT_ATTR_NO_AUTO_COMPAT_ENTRY","features":[493]},{"name":"CRYPTCAT_ATTR_UNAUTHENTICATED","features":[493]},{"name":"CRYPTCAT_E_AREA_ATTRIBUTE","features":[493]},{"name":"CRYPTCAT_E_AREA_HEADER","features":[493]},{"name":"CRYPTCAT_E_AREA_MEMBER","features":[493]},{"name":"CRYPTCAT_E_CDF_ATTR_TOOFEWVALUES","features":[493]},{"name":"CRYPTCAT_E_CDF_ATTR_TYPECOMBO","features":[493]},{"name":"CRYPTCAT_E_CDF_BAD_GUID_CONV","features":[493]},{"name":"CRYPTCAT_E_CDF_DUPLICATE","features":[493]},{"name":"CRYPTCAT_E_CDF_MEMBER_FILENOTFOUND","features":[493]},{"name":"CRYPTCAT_E_CDF_MEMBER_FILE_PATH","features":[493]},{"name":"CRYPTCAT_E_CDF_MEMBER_INDIRECTDATA","features":[493]},{"name":"CRYPTCAT_E_CDF_TAGNOTFOUND","features":[493]},{"name":"CRYPTCAT_E_CDF_UNSUPPORTED","features":[493]},{"name":"CRYPTCAT_FILEEXT","features":[493]},{"name":"CRYPTCAT_MAX_MEMBERTAG","features":[493]},{"name":"CRYPTCAT_MEMBER_SORTED","features":[493]},{"name":"CRYPTCAT_OPEN_ALWAYS","features":[493]},{"name":"CRYPTCAT_OPEN_CREATENEW","features":[493]},{"name":"CRYPTCAT_OPEN_EXCLUDE_PAGE_HASHES","features":[493]},{"name":"CRYPTCAT_OPEN_EXISTING","features":[493]},{"name":"CRYPTCAT_OPEN_FLAGS","features":[493]},{"name":"CRYPTCAT_OPEN_FLAGS_MASK","features":[493]},{"name":"CRYPTCAT_OPEN_INCLUDE_PAGE_HASHES","features":[493]},{"name":"CRYPTCAT_OPEN_NO_CONTENT_HCRYPTMSG","features":[493]},{"name":"CRYPTCAT_OPEN_SORTED","features":[493]},{"name":"CRYPTCAT_OPEN_VERIFYSIGHASH","features":[493]},{"name":"CRYPTCAT_VERSION","features":[493]},{"name":"CRYPTCAT_VERSION_1","features":[493]},{"name":"CRYPTCAT_VERSION_2","features":[493]},{"name":"CryptCATAdminAcquireContext","features":[305,493]},{"name":"CryptCATAdminAcquireContext2","features":[305,493]},{"name":"CryptCATAdminAddCatalog","features":[493]},{"name":"CryptCATAdminCalcHashFromFileHandle","features":[305,493]},{"name":"CryptCATAdminCalcHashFromFileHandle2","features":[305,493]},{"name":"CryptCATAdminEnumCatalogFromHash","features":[493]},{"name":"CryptCATAdminPauseServiceForBackup","features":[305,493]},{"name":"CryptCATAdminReleaseCatalogContext","features":[305,493]},{"name":"CryptCATAdminReleaseContext","features":[305,493]},{"name":"CryptCATAdminRemoveCatalog","features":[305,493]},{"name":"CryptCATAdminResolveCatalogPath","features":[305,493]},{"name":"CryptCATAllocSortedMemberInfo","features":[305,493,494]},{"name":"CryptCATCDFClose","features":[305,493]},{"name":"CryptCATCDFEnumAttributes","features":[305,493,494]},{"name":"CryptCATCDFEnumAttributesWithCDFTag","features":[305,493,494]},{"name":"CryptCATCDFEnumCatAttributes","features":[305,493]},{"name":"CryptCATCDFEnumMembers","features":[305,493,494]},{"name":"CryptCATCDFEnumMembersByCDFTagEx","features":[305,493,494]},{"name":"CryptCATCDFOpen","features":[305,493]},{"name":"CryptCATCatalogInfoFromContext","features":[305,493]},{"name":"CryptCATClose","features":[305,493]},{"name":"CryptCATEnumerateAttr","features":[305,493,494]},{"name":"CryptCATEnumerateCatAttr","features":[305,493]},{"name":"CryptCATEnumerateMember","features":[305,493,494]},{"name":"CryptCATFreeSortedMemberInfo","features":[305,493,494]},{"name":"CryptCATGetAttrInfo","features":[305,493,494]},{"name":"CryptCATGetCatAttrInfo","features":[305,493]},{"name":"CryptCATGetMemberInfo","features":[305,493,494]},{"name":"CryptCATHandleFromStore","features":[305,493]},{"name":"CryptCATOpen","features":[305,493]},{"name":"CryptCATPersistStore","features":[305,493]},{"name":"CryptCATPutAttrInfo","features":[305,493,494]},{"name":"CryptCATPutCatAttrInfo","features":[305,493]},{"name":"CryptCATPutMemberInfo","features":[305,493,494]},{"name":"CryptCATStoreFromHandle","features":[305,493]},{"name":"IsCatalogFile","features":[305,493]},{"name":"MS_ADDINFO_CATALOGMEMBER","features":[305,493,494]},{"name":"PFN_CDF_PARSE_ERROR_CALLBACK","features":[493]},{"name":"szOID_CATALOG_LIST","features":[493]},{"name":"szOID_CATALOG_LIST_MEMBER","features":[493]},{"name":"szOID_CATALOG_LIST_MEMBER2","features":[493]}],"498":[{"name":"ADDED_CERT_TYPE","features":[495]},{"name":"AlgorithmFlags","features":[495]},{"name":"AlgorithmFlagsNone","features":[495]},{"name":"AlgorithmFlagsWrap","features":[495]},{"name":"AlgorithmOperationFlags","features":[495]},{"name":"AlgorithmType","features":[495]},{"name":"AllowNoOutstandingRequest","features":[495]},{"name":"AllowNone","features":[495]},{"name":"AllowUntrustedCertificate","features":[495]},{"name":"AllowUntrustedRoot","features":[495]},{"name":"AllowedKeySignature","features":[495]},{"name":"AllowedNullSignature","features":[495]},{"name":"AlternativeNameType","features":[495]},{"name":"CAIF_DSENTRY","features":[495]},{"name":"CAIF_LOCAL","features":[495]},{"name":"CAIF_REGISTRY","features":[495]},{"name":"CAIF_REGISTRYPARENT","features":[495]},{"name":"CAIF_SHAREDFOLDERENTRY","features":[495]},{"name":"CAINFO","features":[495]},{"name":"CAPATHLENGTH_INFINITE","features":[495]},{"name":"CAPropCertificate","features":[495]},{"name":"CAPropCertificateTypes","features":[495]},{"name":"CAPropCommonName","features":[495]},{"name":"CAPropDNSName","features":[495]},{"name":"CAPropDescription","features":[495]},{"name":"CAPropDistinguishedName","features":[495]},{"name":"CAPropRenewalOnly","features":[495]},{"name":"CAPropSanitizedName","features":[495]},{"name":"CAPropSanitizedShortName","features":[495]},{"name":"CAPropSecurity","features":[495]},{"name":"CAPropSiteName","features":[495]},{"name":"CAPropWebServers","features":[495]},{"name":"CA_ACCESS_ADMIN","features":[495]},{"name":"CA_ACCESS_AUDITOR","features":[495]},{"name":"CA_ACCESS_ENROLL","features":[495]},{"name":"CA_ACCESS_MASKROLES","features":[495]},{"name":"CA_ACCESS_OFFICER","features":[495]},{"name":"CA_ACCESS_OPERATOR","features":[495]},{"name":"CA_ACCESS_READ","features":[495]},{"name":"CA_CRL_BASE","features":[495]},{"name":"CA_CRL_DELTA","features":[495]},{"name":"CA_CRL_REPUBLISH","features":[495]},{"name":"CA_DISP_ERROR","features":[495]},{"name":"CA_DISP_INCOMPLETE","features":[495]},{"name":"CA_DISP_INVALID","features":[495]},{"name":"CA_DISP_REVOKED","features":[495]},{"name":"CA_DISP_UNDER_SUBMISSION","features":[495]},{"name":"CA_DISP_VALID","features":[495]},{"name":"CAlternativeName","features":[495]},{"name":"CAlternativeNames","features":[495]},{"name":"CBinaryConverter","features":[495]},{"name":"CCLOCKSKEWMINUTESDEFAULT","features":[495]},{"name":"CC_DEFAULTCONFIG","features":[495]},{"name":"CC_FIRSTCONFIG","features":[495]},{"name":"CC_LOCALACTIVECONFIG","features":[495]},{"name":"CC_LOCALCONFIG","features":[495]},{"name":"CC_UIPICKCONFIG","features":[495]},{"name":"CC_UIPICKCONFIGSKIPLOCALCA","features":[495]},{"name":"CCertAdmin","features":[495]},{"name":"CCertConfig","features":[495]},{"name":"CCertEncodeAltName","features":[495]},{"name":"CCertEncodeBitString","features":[495]},{"name":"CCertEncodeCRLDistInfo","features":[495]},{"name":"CCertEncodeDateArray","features":[495]},{"name":"CCertEncodeLongArray","features":[495]},{"name":"CCertEncodeStringArray","features":[495]},{"name":"CCertGetConfig","features":[495]},{"name":"CCertProperties","features":[495]},{"name":"CCertProperty","features":[495]},{"name":"CCertPropertyArchived","features":[495]},{"name":"CCertPropertyArchivedKeyHash","features":[495]},{"name":"CCertPropertyAutoEnroll","features":[495]},{"name":"CCertPropertyBackedUp","features":[495]},{"name":"CCertPropertyDescription","features":[495]},{"name":"CCertPropertyEnrollment","features":[495]},{"name":"CCertPropertyEnrollmentPolicyServer","features":[495]},{"name":"CCertPropertyFriendlyName","features":[495]},{"name":"CCertPropertyKeyProvInfo","features":[495]},{"name":"CCertPropertyRenewal","features":[495]},{"name":"CCertPropertyRequestOriginator","features":[495]},{"name":"CCertPropertySHA1Hash","features":[495]},{"name":"CCertRequest","features":[495]},{"name":"CCertServerExit","features":[495]},{"name":"CCertServerPolicy","features":[495]},{"name":"CCertView","features":[495]},{"name":"CCertificateAttestationChallenge","features":[495]},{"name":"CCertificatePolicies","features":[495]},{"name":"CCertificatePolicy","features":[495]},{"name":"CCryptAttribute","features":[495]},{"name":"CCryptAttributes","features":[495]},{"name":"CCspInformation","features":[495]},{"name":"CCspInformations","features":[495]},{"name":"CCspStatus","features":[495]},{"name":"CDR_EXPIRED","features":[495]},{"name":"CDR_REQUEST_LAST_CHANGED","features":[495]},{"name":"CERTADMIN_GET_ROLES_FLAGS","features":[495]},{"name":"CERTENROLL_INDEX_BASE","features":[495]},{"name":"CERTENROLL_OBJECTID","features":[495]},{"name":"CERTENROLL_PROPERTYID","features":[495]},{"name":"CERTTRANSBLOB","features":[495]},{"name":"CERTVIEWRESTRICTION","features":[495]},{"name":"CERT_ALT_NAME","features":[495]},{"name":"CERT_ALT_NAME_DIRECTORY_NAME","features":[495]},{"name":"CERT_ALT_NAME_DNS_NAME","features":[495]},{"name":"CERT_ALT_NAME_IP_ADDRESS","features":[495]},{"name":"CERT_ALT_NAME_OTHER_NAME","features":[495]},{"name":"CERT_ALT_NAME_REGISTERED_ID","features":[495]},{"name":"CERT_ALT_NAME_RFC822_NAME","features":[495]},{"name":"CERT_ALT_NAME_URL","features":[495]},{"name":"CERT_CREATE_REQUEST_FLAGS","features":[495]},{"name":"CERT_DELETE_ROW_FLAGS","features":[495]},{"name":"CERT_EXIT_EVENT_MASK","features":[495]},{"name":"CERT_GET_CONFIG_FLAGS","features":[495]},{"name":"CERT_IMPORT_FLAGS","features":[495]},{"name":"CERT_PROPERTY_TYPE","features":[495]},{"name":"CERT_REQUEST_OUT_TYPE","features":[495]},{"name":"CERT_VIEW_COLUMN_INDEX","features":[495]},{"name":"CERT_VIEW_SEEK_OPERATOR_FLAGS","features":[495]},{"name":"CEnroll","features":[495]},{"name":"CEnroll2","features":[495]},{"name":"CMM_READONLY","features":[495]},{"name":"CMM_REFRESHONLY","features":[495]},{"name":"CObjectId","features":[495]},{"name":"CObjectIds","features":[495]},{"name":"CPF_BADURL_ERROR","features":[495]},{"name":"CPF_BASE","features":[495]},{"name":"CPF_CASTORE_ERROR","features":[495]},{"name":"CPF_COMPLETE","features":[495]},{"name":"CPF_DELTA","features":[495]},{"name":"CPF_FILE_ERROR","features":[495]},{"name":"CPF_FTP_ERROR","features":[495]},{"name":"CPF_HTTP_ERROR","features":[495]},{"name":"CPF_LDAP_ERROR","features":[495]},{"name":"CPF_MANUAL","features":[495]},{"name":"CPF_POSTPONED_BASE_FILE_ERROR","features":[495]},{"name":"CPF_POSTPONED_BASE_LDAP_ERROR","features":[495]},{"name":"CPF_SHADOW","features":[495]},{"name":"CPF_SIGNATURE_ERROR","features":[495]},{"name":"CPolicyQualifier","features":[495]},{"name":"CPolicyQualifiers","features":[495]},{"name":"CRLF_ALLOW_REQUEST_ATTRIBUTE_SUBJECT","features":[495]},{"name":"CRLF_BUILD_ROOTCA_CRLENTRIES_BASEDONKEY","features":[495]},{"name":"CRLF_CRLNUMBER_CRITICAL","features":[495]},{"name":"CRLF_DELETE_EXPIRED_CRLS","features":[495]},{"name":"CRLF_DELTA_USE_OLDEST_UNEXPIRED_BASE","features":[495]},{"name":"CRLF_DISABLE_CHAIN_VERIFICATION","features":[495]},{"name":"CRLF_DISABLE_RDN_REORDER","features":[495]},{"name":"CRLF_DISABLE_ROOT_CROSS_CERTS","features":[495]},{"name":"CRLF_ENFORCE_ENROLLMENT_AGENT","features":[495]},{"name":"CRLF_IGNORE_CROSS_CERT_TRUST_ERROR","features":[495]},{"name":"CRLF_IGNORE_INVALID_POLICIES","features":[495]},{"name":"CRLF_IGNORE_UNKNOWN_CMC_ATTRIBUTES","features":[495]},{"name":"CRLF_LOG_FULL_RESPONSE","features":[495]},{"name":"CRLF_PRESERVE_EXPIRED_CA_CERTS","features":[495]},{"name":"CRLF_PRESERVE_REVOKED_CA_CERTS","features":[495]},{"name":"CRLF_PUBLISH_EXPIRED_CERT_CRLS","features":[495]},{"name":"CRLF_REBUILD_MODIFIED_SUBJECT_ONLY","features":[495]},{"name":"CRLF_REVCHECK_IGNORE_NOREVCHECK","features":[495]},{"name":"CRLF_REVCHECK_IGNORE_OFFLINE","features":[495]},{"name":"CRLF_SAVE_FAILED_CERTS","features":[495]},{"name":"CRLF_USE_CROSS_CERT_TEMPLATE","features":[495]},{"name":"CRLF_USE_XCHG_CERT_TEMPLATE","features":[495]},{"name":"CRLRevocationReason","features":[495]},{"name":"CRYPT_ENUM_ALL_PROVIDERS","features":[495]},{"name":"CR_DISP","features":[495]},{"name":"CR_DISP_DENIED","features":[495]},{"name":"CR_DISP_ERROR","features":[495]},{"name":"CR_DISP_INCOMPLETE","features":[495]},{"name":"CR_DISP_ISSUED","features":[495]},{"name":"CR_DISP_ISSUED_OUT_OF_BAND","features":[495]},{"name":"CR_DISP_REVOKED","features":[495]},{"name":"CR_DISP_UNDER_SUBMISSION","features":[495]},{"name":"CR_FLG_CACROSSCERT","features":[495]},{"name":"CR_FLG_CAXCHGCERT","features":[495]},{"name":"CR_FLG_CHALLENGEPENDING","features":[495]},{"name":"CR_FLG_CHALLENGESATISFIED","features":[495]},{"name":"CR_FLG_DEFINEDCACERT","features":[495]},{"name":"CR_FLG_ENFORCEUTF8","features":[495]},{"name":"CR_FLG_ENROLLONBEHALFOF","features":[495]},{"name":"CR_FLG_FORCETELETEX","features":[495]},{"name":"CR_FLG_FORCEUTF8","features":[495]},{"name":"CR_FLG_PUBLISHERROR","features":[495]},{"name":"CR_FLG_RENEWAL","features":[495]},{"name":"CR_FLG_SUBJECTUNMODIFIED","features":[495]},{"name":"CR_FLG_TRUSTEKCERT","features":[495]},{"name":"CR_FLG_TRUSTEKKEY","features":[495]},{"name":"CR_FLG_TRUSTONUSE","features":[495]},{"name":"CR_FLG_VALIDENCRYPTEDKEYHASH","features":[495]},{"name":"CR_GEMT_DEFAULT","features":[495]},{"name":"CR_GEMT_HRESULT_STRING","features":[495]},{"name":"CR_GEMT_HTTP_ERROR","features":[495]},{"name":"CR_IN_BASE64","features":[495]},{"name":"CR_IN_BASE64HEADER","features":[495]},{"name":"CR_IN_BINARY","features":[495]},{"name":"CR_IN_CERTIFICATETRANSPARENCY","features":[495]},{"name":"CR_IN_CHALLENGERESPONSE","features":[495]},{"name":"CR_IN_CLIENTIDNONE","features":[495]},{"name":"CR_IN_CMC","features":[495]},{"name":"CR_IN_CONNECTONLY","features":[495]},{"name":"CR_IN_CRLS","features":[495]},{"name":"CR_IN_ENCODEANY","features":[495]},{"name":"CR_IN_ENCODEMASK","features":[495]},{"name":"CR_IN_FORMATANY","features":[495]},{"name":"CR_IN_FORMATMASK","features":[495]},{"name":"CR_IN_FULLRESPONSE","features":[495]},{"name":"CR_IN_HTTP","features":[495]},{"name":"CR_IN_KEYGEN","features":[495]},{"name":"CR_IN_MACHINE","features":[495]},{"name":"CR_IN_PKCS10","features":[495]},{"name":"CR_IN_PKCS7","features":[495]},{"name":"CR_IN_RETURNCHALLENGE","features":[495]},{"name":"CR_IN_ROBO","features":[495]},{"name":"CR_IN_RPC","features":[495]},{"name":"CR_IN_SCEP","features":[495]},{"name":"CR_IN_SCEPPOST","features":[495]},{"name":"CR_IN_SIGNEDCERTIFICATETIMESTAMPLIST","features":[495]},{"name":"CR_OUT_BASE64","features":[495]},{"name":"CR_OUT_BASE64HEADER","features":[495]},{"name":"CR_OUT_BASE64REQUESTHEADER","features":[495]},{"name":"CR_OUT_BASE64X509CRLHEADER","features":[495]},{"name":"CR_OUT_BINARY","features":[495]},{"name":"CR_OUT_CHAIN","features":[495]},{"name":"CR_OUT_CRLS","features":[495]},{"name":"CR_OUT_ENCODEMASK","features":[495]},{"name":"CR_OUT_HEX","features":[495]},{"name":"CR_OUT_HEXADDR","features":[495]},{"name":"CR_OUT_HEXASCII","features":[495]},{"name":"CR_OUT_HEXASCIIADDR","features":[495]},{"name":"CR_OUT_HEXRAW","features":[495]},{"name":"CR_OUT_NOCR","features":[495]},{"name":"CR_OUT_NOCRLF","features":[495]},{"name":"CR_PROP_ADVANCEDSERVER","features":[495]},{"name":"CR_PROP_BASECRL","features":[495]},{"name":"CR_PROP_BASECRLPUBLISHSTATUS","features":[495]},{"name":"CR_PROP_CABACKWARDCROSSCERT","features":[495]},{"name":"CR_PROP_CABACKWARDCROSSCERTSTATE","features":[495]},{"name":"CR_PROP_CACERTSTATE","features":[495]},{"name":"CR_PROP_CACERTSTATUSCODE","features":[495]},{"name":"CR_PROP_CACERTVERSION","features":[495]},{"name":"CR_PROP_CAFORWARDCROSSCERT","features":[495]},{"name":"CR_PROP_CAFORWARDCROSSCERTSTATE","features":[495]},{"name":"CR_PROP_CANAME","features":[495]},{"name":"CR_PROP_CAPROPIDMAX","features":[495]},{"name":"CR_PROP_CASIGCERT","features":[495]},{"name":"CR_PROP_CASIGCERTCHAIN","features":[495]},{"name":"CR_PROP_CASIGCERTCOUNT","features":[495]},{"name":"CR_PROP_CASIGCERTCRLCHAIN","features":[495]},{"name":"CR_PROP_CATYPE","features":[495]},{"name":"CR_PROP_CAXCHGCERT","features":[495]},{"name":"CR_PROP_CAXCHGCERTCHAIN","features":[495]},{"name":"CR_PROP_CAXCHGCERTCOUNT","features":[495]},{"name":"CR_PROP_CAXCHGCERTCRLCHAIN","features":[495]},{"name":"CR_PROP_CERTAIAOCSPURLS","features":[495]},{"name":"CR_PROP_CERTAIAURLS","features":[495]},{"name":"CR_PROP_CERTCDPURLS","features":[495]},{"name":"CR_PROP_CRLSTATE","features":[495]},{"name":"CR_PROP_DELTACRL","features":[495]},{"name":"CR_PROP_DELTACRLPUBLISHSTATUS","features":[495]},{"name":"CR_PROP_DNSNAME","features":[495]},{"name":"CR_PROP_EXITCOUNT","features":[495]},{"name":"CR_PROP_EXITDESCRIPTION","features":[495]},{"name":"CR_PROP_FILEVERSION","features":[495]},{"name":"CR_PROP_KRACERT","features":[495]},{"name":"CR_PROP_KRACERTCOUNT","features":[495]},{"name":"CR_PROP_KRACERTSTATE","features":[495]},{"name":"CR_PROP_KRACERTUSEDCOUNT","features":[495]},{"name":"CR_PROP_LOCALENAME","features":[495]},{"name":"CR_PROP_NONE","features":[495]},{"name":"CR_PROP_PARENTCA","features":[495]},{"name":"CR_PROP_POLICYDESCRIPTION","features":[495]},{"name":"CR_PROP_PRODUCTVERSION","features":[495]},{"name":"CR_PROP_ROLESEPARATIONENABLED","features":[495]},{"name":"CR_PROP_SANITIZEDCANAME","features":[495]},{"name":"CR_PROP_SANITIZEDCASHORTNAME","features":[495]},{"name":"CR_PROP_SCEPMAX","features":[495]},{"name":"CR_PROP_SCEPMIN","features":[495]},{"name":"CR_PROP_SCEPSERVERCAPABILITIES","features":[495]},{"name":"CR_PROP_SCEPSERVERCERTS","features":[495]},{"name":"CR_PROP_SCEPSERVERCERTSCHAIN","features":[495]},{"name":"CR_PROP_SHAREDFOLDER","features":[495]},{"name":"CR_PROP_SUBJECTTEMPLATE_OIDS","features":[495]},{"name":"CR_PROP_TEMPLATES","features":[495]},{"name":"CSBACKUP_DISABLE_INCREMENTAL","features":[495]},{"name":"CSBACKUP_TYPE","features":[495]},{"name":"CSBACKUP_TYPE_FULL","features":[495]},{"name":"CSBACKUP_TYPE_LOGS_ONLY","features":[495]},{"name":"CSBACKUP_TYPE_MASK","features":[495]},{"name":"CSBFT_DATABASE_DIRECTORY","features":[495]},{"name":"CSBFT_DIRECTORY","features":[495]},{"name":"CSBFT_LOG_DIRECTORY","features":[495]},{"name":"CSCONTROL_RESTART","features":[495]},{"name":"CSCONTROL_SHUTDOWN","features":[495]},{"name":"CSCONTROL_SUSPEND","features":[495]},{"name":"CSEDB_RSTMAPW","features":[495]},{"name":"CSRESTORE_TYPE_CATCHUP","features":[495]},{"name":"CSRESTORE_TYPE_FULL","features":[495]},{"name":"CSRESTORE_TYPE_MASK","features":[495]},{"name":"CSRESTORE_TYPE_ONLINE","features":[495]},{"name":"CSURL_ADDTOCERTCDP","features":[495]},{"name":"CSURL_ADDTOCERTOCSP","features":[495]},{"name":"CSURL_ADDTOCRLCDP","features":[495]},{"name":"CSURL_ADDTOFRESHESTCRL","features":[495]},{"name":"CSURL_ADDTOIDP","features":[495]},{"name":"CSURL_PUBLISHRETRY","features":[495]},{"name":"CSURL_SERVERPUBLISH","features":[495]},{"name":"CSURL_SERVERPUBLISHDELTA","features":[495]},{"name":"CSVER_MAJOR","features":[495]},{"name":"CSVER_MAJOR_LONGHORN","features":[495]},{"name":"CSVER_MAJOR_THRESHOLD","features":[495]},{"name":"CSVER_MAJOR_WHISTLER","features":[495]},{"name":"CSVER_MAJOR_WIN2K","features":[495]},{"name":"CSVER_MAJOR_WIN7","features":[495]},{"name":"CSVER_MAJOR_WIN8","features":[495]},{"name":"CSVER_MAJOR_WINBLUE","features":[495]},{"name":"CSVER_MINOR","features":[495]},{"name":"CSVER_MINOR_LONGHORN_BETA1","features":[495]},{"name":"CSVER_MINOR_THRESHOLD","features":[495]},{"name":"CSVER_MINOR_WHISTLER_BETA2","features":[495]},{"name":"CSVER_MINOR_WHISTLER_BETA3","features":[495]},{"name":"CSVER_MINOR_WIN2K","features":[495]},{"name":"CSVER_MINOR_WIN7","features":[495]},{"name":"CSVER_MINOR_WIN8","features":[495]},{"name":"CSVER_MINOR_WINBLUE","features":[495]},{"name":"CSignerCertificate","features":[495]},{"name":"CSmimeCapabilities","features":[495]},{"name":"CSmimeCapability","features":[495]},{"name":"CVIEWAGEMINUTESDEFAULT","features":[495]},{"name":"CVRC_COLUMN","features":[495]},{"name":"CVRC_COLUMN_MASK","features":[495]},{"name":"CVRC_COLUMN_RESULT","features":[495]},{"name":"CVRC_COLUMN_SCHEMA","features":[495]},{"name":"CVRC_COLUMN_VALUE","features":[495]},{"name":"CVRC_TABLE","features":[495]},{"name":"CVRC_TABLE_ATTRIBUTES","features":[495]},{"name":"CVRC_TABLE_CRL","features":[495]},{"name":"CVRC_TABLE_EXTENSIONS","features":[495]},{"name":"CVRC_TABLE_MASK","features":[495]},{"name":"CVRC_TABLE_REQCERT","features":[495]},{"name":"CVRC_TABLE_SHIFT","features":[495]},{"name":"CVR_SEEK_EQ","features":[495]},{"name":"CVR_SEEK_GE","features":[495]},{"name":"CVR_SEEK_GT","features":[495]},{"name":"CVR_SEEK_LE","features":[495]},{"name":"CVR_SEEK_LT","features":[495]},{"name":"CVR_SEEK_MASK","features":[495]},{"name":"CVR_SEEK_NODELTA","features":[495]},{"name":"CVR_SEEK_NONE","features":[495]},{"name":"CVR_SORT_ASCEND","features":[495]},{"name":"CVR_SORT_DESCEND","features":[495]},{"name":"CVR_SORT_NONE","features":[495]},{"name":"CV_COLUMN_ATTRIBUTE_DEFAULT","features":[495]},{"name":"CV_COLUMN_CRL_DEFAULT","features":[495]},{"name":"CV_COLUMN_EXTENSION_DEFAULT","features":[495]},{"name":"CV_COLUMN_LOG_DEFAULT","features":[495]},{"name":"CV_COLUMN_LOG_FAILED_DEFAULT","features":[495]},{"name":"CV_COLUMN_LOG_REVOKED_DEFAULT","features":[495]},{"name":"CV_COLUMN_QUEUE_DEFAULT","features":[495]},{"name":"CV_OUT_BASE64","features":[495]},{"name":"CV_OUT_BASE64HEADER","features":[495]},{"name":"CV_OUT_BASE64REQUESTHEADER","features":[495]},{"name":"CV_OUT_BASE64X509CRLHEADER","features":[495]},{"name":"CV_OUT_BINARY","features":[495]},{"name":"CV_OUT_ENCODEMASK","features":[495]},{"name":"CV_OUT_HEX","features":[495]},{"name":"CV_OUT_HEXADDR","features":[495]},{"name":"CV_OUT_HEXASCII","features":[495]},{"name":"CV_OUT_HEXASCIIADDR","features":[495]},{"name":"CV_OUT_HEXRAW","features":[495]},{"name":"CV_OUT_NOCR","features":[495]},{"name":"CV_OUT_NOCRLF","features":[495]},{"name":"CX500DistinguishedName","features":[495]},{"name":"CX509Attribute","features":[495]},{"name":"CX509AttributeArchiveKey","features":[495]},{"name":"CX509AttributeArchiveKeyHash","features":[495]},{"name":"CX509AttributeClientId","features":[495]},{"name":"CX509AttributeCspProvider","features":[495]},{"name":"CX509AttributeExtensions","features":[495]},{"name":"CX509AttributeOSVersion","features":[495]},{"name":"CX509AttributeRenewalCertificate","features":[495]},{"name":"CX509Attributes","features":[495]},{"name":"CX509CertificateRequestCertificate","features":[495]},{"name":"CX509CertificateRequestCmc","features":[495]},{"name":"CX509CertificateRequestPkcs10","features":[495]},{"name":"CX509CertificateRequestPkcs7","features":[495]},{"name":"CX509CertificateRevocationList","features":[495]},{"name":"CX509CertificateRevocationListEntries","features":[495]},{"name":"CX509CertificateRevocationListEntry","features":[495]},{"name":"CX509CertificateTemplateADWritable","features":[495]},{"name":"CX509EndorsementKey","features":[495]},{"name":"CX509Enrollment","features":[495]},{"name":"CX509EnrollmentHelper","features":[495]},{"name":"CX509EnrollmentPolicyActiveDirectory","features":[495]},{"name":"CX509EnrollmentPolicyWebService","features":[495]},{"name":"CX509EnrollmentWebClassFactory","features":[495]},{"name":"CX509Extension","features":[495]},{"name":"CX509ExtensionAlternativeNames","features":[495]},{"name":"CX509ExtensionAuthorityKeyIdentifier","features":[495]},{"name":"CX509ExtensionBasicConstraints","features":[495]},{"name":"CX509ExtensionCertificatePolicies","features":[495]},{"name":"CX509ExtensionEnhancedKeyUsage","features":[495]},{"name":"CX509ExtensionKeyUsage","features":[495]},{"name":"CX509ExtensionMSApplicationPolicies","features":[495]},{"name":"CX509ExtensionSmimeCapabilities","features":[495]},{"name":"CX509ExtensionSubjectKeyIdentifier","features":[495]},{"name":"CX509ExtensionTemplate","features":[495]},{"name":"CX509ExtensionTemplateName","features":[495]},{"name":"CX509Extensions","features":[495]},{"name":"CX509MachineEnrollmentFactory","features":[495]},{"name":"CX509NameValuePair","features":[495]},{"name":"CX509PolicyServerListManager","features":[495]},{"name":"CX509PolicyServerUrl","features":[495]},{"name":"CX509PrivateKey","features":[495]},{"name":"CX509PublicKey","features":[495]},{"name":"CX509SCEPEnrollment","features":[495]},{"name":"CX509SCEPEnrollmentHelper","features":[495]},{"name":"CertSrvBackupClose","features":[495]},{"name":"CertSrvBackupEnd","features":[495]},{"name":"CertSrvBackupFree","features":[495]},{"name":"CertSrvBackupGetBackupLogsW","features":[495]},{"name":"CertSrvBackupGetDatabaseNamesW","features":[495]},{"name":"CertSrvBackupGetDynamicFileListW","features":[495]},{"name":"CertSrvBackupOpenFileW","features":[495]},{"name":"CertSrvBackupPrepareW","features":[495]},{"name":"CertSrvBackupRead","features":[495]},{"name":"CertSrvBackupTruncateLogs","features":[495]},{"name":"CertSrvIsServerOnlineW","features":[305,495]},{"name":"CertSrvRestoreEnd","features":[495]},{"name":"CertSrvRestoreGetDatabaseLocationsW","features":[495]},{"name":"CertSrvRestorePrepareW","features":[495]},{"name":"CertSrvRestoreRegisterComplete","features":[495]},{"name":"CertSrvRestoreRegisterThroughFile","features":[495]},{"name":"CertSrvRestoreRegisterW","features":[495]},{"name":"CertSrvServerControlW","features":[495]},{"name":"ClientIdAutoEnroll","features":[495]},{"name":"ClientIdAutoEnroll2003","features":[495]},{"name":"ClientIdCertReq","features":[495]},{"name":"ClientIdCertReq2003","features":[495]},{"name":"ClientIdDefaultRequest","features":[495]},{"name":"ClientIdEOBO","features":[495]},{"name":"ClientIdNone","features":[495]},{"name":"ClientIdRequestWizard","features":[495]},{"name":"ClientIdTest","features":[495]},{"name":"ClientIdUserStart","features":[495]},{"name":"ClientIdWinRT","features":[495]},{"name":"ClientIdWizard2003","features":[495]},{"name":"ClientIdXEnroll2003","features":[495]},{"name":"CommitFlagDeleteTemplate","features":[495]},{"name":"CommitFlagSaveTemplateGenerateOID","features":[495]},{"name":"CommitFlagSaveTemplateOverwrite","features":[495]},{"name":"CommitFlagSaveTemplateUseCurrentOID","features":[495]},{"name":"CommitTemplateFlags","features":[495]},{"name":"ContextAdministratorForceMachine","features":[495]},{"name":"ContextMachine","features":[495]},{"name":"ContextNone","features":[495]},{"name":"ContextUser","features":[495]},{"name":"DBFLAGS_CHECKPOINTDEPTH60MB","features":[495]},{"name":"DBFLAGS_CIRCULARLOGGING","features":[495]},{"name":"DBFLAGS_CREATEIFNEEDED","features":[495]},{"name":"DBFLAGS_DISABLESNAPSHOTBACKUP","features":[495]},{"name":"DBFLAGS_ENABLEVOLATILEREQUESTS","features":[495]},{"name":"DBFLAGS_LAZYFLUSH","features":[495]},{"name":"DBFLAGS_LOGBUFFERSHUGE","features":[495]},{"name":"DBFLAGS_LOGBUFFERSLARGE","features":[495]},{"name":"DBFLAGS_LOGFILESIZE16MB","features":[495]},{"name":"DBFLAGS_MAXCACHESIZEX100","features":[495]},{"name":"DBFLAGS_MULTITHREADTRANSACTIONS","features":[495]},{"name":"DBFLAGS_READONLY","features":[495]},{"name":"DBG_CERTSRV","features":[495]},{"name":"DBSESSIONCOUNTDEFAULT","features":[495]},{"name":"DB_DISP_ACTIVE","features":[495]},{"name":"DB_DISP_CA_CERT","features":[495]},{"name":"DB_DISP_CA_CERT_CHAIN","features":[495]},{"name":"DB_DISP_DENIED","features":[495]},{"name":"DB_DISP_ERROR","features":[495]},{"name":"DB_DISP_FOREIGN","features":[495]},{"name":"DB_DISP_ISSUED","features":[495]},{"name":"DB_DISP_KRA_CERT","features":[495]},{"name":"DB_DISP_LOG_FAILED_MIN","features":[495]},{"name":"DB_DISP_LOG_MIN","features":[495]},{"name":"DB_DISP_PENDING","features":[495]},{"name":"DB_DISP_QUEUE_MAX","features":[495]},{"name":"DB_DISP_REVOKED","features":[495]},{"name":"DefaultNone","features":[495]},{"name":"DefaultPolicyServer","features":[495]},{"name":"DelayRetryAction","features":[495]},{"name":"DelayRetryLong","features":[495]},{"name":"DelayRetryNone","features":[495]},{"name":"DelayRetryPastSuccess","features":[495]},{"name":"DelayRetryShort","features":[495]},{"name":"DelayRetrySuccess","features":[495]},{"name":"DelayRetryUnknown","features":[495]},{"name":"DisableGroupPolicyList","features":[495]},{"name":"DisableUserServerList","features":[495]},{"name":"DisplayNo","features":[495]},{"name":"DisplayYes","features":[495]},{"name":"EANR_SUPPRESS_IA5CONVERSION","features":[495]},{"name":"EAN_NAMEOBJECTID","features":[495]},{"name":"EDITF_ADDOLDCERTTYPE","features":[495]},{"name":"EDITF_ADDOLDKEYUSAGE","features":[495]},{"name":"EDITF_ATTRIBUTECA","features":[495]},{"name":"EDITF_ATTRIBUTEEKU","features":[495]},{"name":"EDITF_ATTRIBUTEENDDATE","features":[495]},{"name":"EDITF_ATTRIBUTESUBJECTALTNAME2","features":[495]},{"name":"EDITF_AUDITCERTTEMPLATELOAD","features":[495]},{"name":"EDITF_BASICCONSTRAINTSCA","features":[495]},{"name":"EDITF_BASICCONSTRAINTSCRITICAL","features":[495]},{"name":"EDITF_DISABLEEXTENSIONLIST","features":[495]},{"name":"EDITF_DISABLELDAPPACKAGELIST","features":[495]},{"name":"EDITF_DISABLEOLDOSCNUPN","features":[495]},{"name":"EDITF_EMAILOPTIONAL","features":[495]},{"name":"EDITF_ENABLEAKICRITICAL","features":[495]},{"name":"EDITF_ENABLEAKIISSUERNAME","features":[495]},{"name":"EDITF_ENABLEAKIISSUERSERIAL","features":[495]},{"name":"EDITF_ENABLEAKIKEYID","features":[495]},{"name":"EDITF_ENABLECHASECLIENTDC","features":[495]},{"name":"EDITF_ENABLEDEFAULTSMIME","features":[495]},{"name":"EDITF_ENABLEKEYENCIPHERMENTCACERT","features":[495]},{"name":"EDITF_ENABLELDAPREFERRALS","features":[495]},{"name":"EDITF_ENABLEOCSPREVNOCHECK","features":[495]},{"name":"EDITF_ENABLERENEWONBEHALFOF","features":[495]},{"name":"EDITF_ENABLEREQUESTEXTENSIONS","features":[495]},{"name":"EDITF_ENABLEUPNMAP","features":[495]},{"name":"EDITF_IGNOREREQUESTERGROUP","features":[495]},{"name":"EDITF_REQUESTEXTENSIONLIST","features":[495]},{"name":"EDITF_SERVERUPGRADED","features":[495]},{"name":"ENUMEXT_OBJECTID","features":[495]},{"name":"ENUM_CATYPES","features":[495]},{"name":"ENUM_CERT_COLUMN_VALUE_FLAGS","features":[495]},{"name":"ENUM_ENTERPRISE_ROOTCA","features":[495]},{"name":"ENUM_ENTERPRISE_SUBCA","features":[495]},{"name":"ENUM_STANDALONE_ROOTCA","features":[495]},{"name":"ENUM_STANDALONE_SUBCA","features":[495]},{"name":"ENUM_UNKNOWN_CA","features":[495]},{"name":"EXITEVENT_CERTDENIED","features":[495]},{"name":"EXITEVENT_CERTIMPORTED","features":[495]},{"name":"EXITEVENT_CERTISSUED","features":[495]},{"name":"EXITEVENT_CERTPENDING","features":[495]},{"name":"EXITEVENT_CERTRETRIEVEPENDING","features":[495]},{"name":"EXITEVENT_CERTREVOKED","features":[495]},{"name":"EXITEVENT_CRLISSUED","features":[495]},{"name":"EXITEVENT_INVALID","features":[495]},{"name":"EXITEVENT_SHUTDOWN","features":[495]},{"name":"EXITEVENT_STARTUP","features":[495]},{"name":"EXITPUB_ACTIVEDIRECTORY","features":[495]},{"name":"EXITPUB_DEFAULT_ENTERPRISE","features":[495]},{"name":"EXITPUB_DEFAULT_STANDALONE","features":[495]},{"name":"EXITPUB_FILE","features":[495]},{"name":"EXITPUB_REMOVEOLDCERTS","features":[495]},{"name":"EXTENSION_CRITICAL_FLAG","features":[495]},{"name":"EXTENSION_DELETE_FLAG","features":[495]},{"name":"EXTENSION_DISABLE_FLAG","features":[495]},{"name":"EXTENSION_ORIGIN_ADMIN","features":[495]},{"name":"EXTENSION_ORIGIN_CACERT","features":[495]},{"name":"EXTENSION_ORIGIN_CMC","features":[495]},{"name":"EXTENSION_ORIGIN_IMPORTEDCERT","features":[495]},{"name":"EXTENSION_ORIGIN_MASK","features":[495]},{"name":"EXTENSION_ORIGIN_PKCS7","features":[495]},{"name":"EXTENSION_ORIGIN_POLICY","features":[495]},{"name":"EXTENSION_ORIGIN_RENEWALCERT","features":[495]},{"name":"EXTENSION_ORIGIN_REQUEST","features":[495]},{"name":"EXTENSION_ORIGIN_SERVER","features":[495]},{"name":"EXTENSION_POLICY_MASK","features":[495]},{"name":"EncodingType","features":[495]},{"name":"EnrollDenied","features":[495]},{"name":"EnrollError","features":[495]},{"name":"EnrollPended","features":[495]},{"name":"EnrollPrompt","features":[495]},{"name":"EnrollSkipped","features":[495]},{"name":"EnrollUIDeferredEnrollmentRequired","features":[495]},{"name":"EnrollUnknown","features":[495]},{"name":"Enrolled","features":[495]},{"name":"EnrollmentAddOCSPNoCheck","features":[495]},{"name":"EnrollmentAddTemplateName","features":[495]},{"name":"EnrollmentAllowEnrollOnBehalfOf","features":[495]},{"name":"EnrollmentAutoEnrollment","features":[495]},{"name":"EnrollmentAutoEnrollmentCheckUserDSCertificate","features":[495]},{"name":"EnrollmentCAProperty","features":[495]},{"name":"EnrollmentCertificateIssuancePoliciesFromRequest","features":[495]},{"name":"EnrollmentDisplayStatus","features":[495]},{"name":"EnrollmentDomainAuthenticationNotRequired","features":[495]},{"name":"EnrollmentEnrollStatus","features":[495]},{"name":"EnrollmentIncludeBasicConstraintsForEECerts","features":[495]},{"name":"EnrollmentIncludeSymmetricAlgorithms","features":[495]},{"name":"EnrollmentNoRevocationInfoInCerts","features":[495]},{"name":"EnrollmentPendAllRequests","features":[495]},{"name":"EnrollmentPolicyFlags","features":[495]},{"name":"EnrollmentPolicyServerPropertyFlags","features":[495]},{"name":"EnrollmentPreviousApprovalKeyBasedValidateReenrollment","features":[495]},{"name":"EnrollmentPreviousApprovalValidateReenrollment","features":[495]},{"name":"EnrollmentPublishToDS","features":[495]},{"name":"EnrollmentPublishToKRAContainer","features":[495]},{"name":"EnrollmentRemoveInvalidCertificateFromPersonalStore","features":[495]},{"name":"EnrollmentReuseKeyOnFullSmartCard","features":[495]},{"name":"EnrollmentSelectionStatus","features":[495]},{"name":"EnrollmentSkipAutoRenewal","features":[495]},{"name":"EnrollmentTemplateProperty","features":[495]},{"name":"EnrollmentUserInteractionRequired","features":[495]},{"name":"ExportCAs","features":[495]},{"name":"ExportOIDs","features":[495]},{"name":"ExportTemplates","features":[495]},{"name":"FNCERTSRVBACKUPCLOSE","features":[495]},{"name":"FNCERTSRVBACKUPEND","features":[495]},{"name":"FNCERTSRVBACKUPFREE","features":[495]},{"name":"FNCERTSRVBACKUPGETBACKUPLOGSW","features":[495]},{"name":"FNCERTSRVBACKUPGETDATABASENAMESW","features":[495]},{"name":"FNCERTSRVBACKUPGETDYNAMICFILELISTW","features":[495]},{"name":"FNCERTSRVBACKUPOPENFILEW","features":[495]},{"name":"FNCERTSRVBACKUPPREPAREW","features":[495]},{"name":"FNCERTSRVBACKUPREAD","features":[495]},{"name":"FNCERTSRVBACKUPTRUNCATELOGS","features":[495]},{"name":"FNCERTSRVISSERVERONLINEW","features":[305,495]},{"name":"FNCERTSRVRESTOREEND","features":[495]},{"name":"FNCERTSRVRESTOREGETDATABASELOCATIONSW","features":[495]},{"name":"FNCERTSRVRESTOREPREPAREW","features":[495]},{"name":"FNCERTSRVRESTOREREGISTERCOMPLETE","features":[495]},{"name":"FNCERTSRVRESTOREREGISTERW","features":[495]},{"name":"FNCERTSRVSERVERCONTROLW","features":[495]},{"name":"FNIMPORTPFXTOPROVIDER","features":[305,495]},{"name":"FNIMPORTPFXTOPROVIDERFREEDATA","features":[305,495]},{"name":"FR_PROP_ATTESTATIONCHALLENGE","features":[495]},{"name":"FR_PROP_ATTESTATIONPROVIDERNAME","features":[495]},{"name":"FR_PROP_BODYPARTSTRING","features":[495]},{"name":"FR_PROP_CAEXCHANGECERTIFICATE","features":[495]},{"name":"FR_PROP_CAEXCHANGECERTIFICATECHAIN","features":[495]},{"name":"FR_PROP_CAEXCHANGECERTIFICATECRLCHAIN","features":[495]},{"name":"FR_PROP_CAEXCHANGECERTIFICATEHASH","features":[495]},{"name":"FR_PROP_CLAIMCHALLENGE","features":[495]},{"name":"FR_PROP_ENCRYPTEDKEYHASH","features":[495]},{"name":"FR_PROP_FAILINFO","features":[495]},{"name":"FR_PROP_FULLRESPONSE","features":[495]},{"name":"FR_PROP_FULLRESPONSENOPKCS7","features":[495]},{"name":"FR_PROP_ISSUEDCERTIFICATE","features":[495]},{"name":"FR_PROP_ISSUEDCERTIFICATECHAIN","features":[495]},{"name":"FR_PROP_ISSUEDCERTIFICATECRLCHAIN","features":[495]},{"name":"FR_PROP_ISSUEDCERTIFICATEHASH","features":[495]},{"name":"FR_PROP_NONE","features":[495]},{"name":"FR_PROP_OTHERINFOCHOICE","features":[495]},{"name":"FR_PROP_PENDINFOTIME","features":[495]},{"name":"FR_PROP_PENDINFOTOKEN","features":[495]},{"name":"FR_PROP_STATUS","features":[495]},{"name":"FR_PROP_STATUSINFOCOUNT","features":[495]},{"name":"FR_PROP_STATUSSTRING","features":[495]},{"name":"FULL_RESPONSE_PROPERTY_ID","features":[495]},{"name":"GeneralCA","features":[495]},{"name":"GeneralCrossCA","features":[495]},{"name":"GeneralDefault","features":[495]},{"name":"GeneralDonotPersist","features":[495]},{"name":"GeneralMachineType","features":[495]},{"name":"GeneralModified","features":[495]},{"name":"IAlternativeName","features":[495,358]},{"name":"IAlternativeNames","features":[495,358]},{"name":"IBinaryConverter","features":[495,358]},{"name":"IBinaryConverter2","features":[495,358]},{"name":"ICEnroll","features":[495,358]},{"name":"ICEnroll2","features":[495,358]},{"name":"ICEnroll3","features":[495,358]},{"name":"ICEnroll4","features":[495,358]},{"name":"ICF_ALLOWFOREIGN","features":[495]},{"name":"ICF_EXISTINGROW","features":[495]},{"name":"ICertAdmin","features":[495,358]},{"name":"ICertAdmin2","features":[495,358]},{"name":"ICertConfig","features":[495,358]},{"name":"ICertConfig2","features":[495,358]},{"name":"ICertEncodeAltName","features":[495,358]},{"name":"ICertEncodeAltName2","features":[495,358]},{"name":"ICertEncodeBitString","features":[495,358]},{"name":"ICertEncodeBitString2","features":[495,358]},{"name":"ICertEncodeCRLDistInfo","features":[495,358]},{"name":"ICertEncodeCRLDistInfo2","features":[495,358]},{"name":"ICertEncodeDateArray","features":[495,358]},{"name":"ICertEncodeDateArray2","features":[495,358]},{"name":"ICertEncodeLongArray","features":[495,358]},{"name":"ICertEncodeLongArray2","features":[495,358]},{"name":"ICertEncodeStringArray","features":[495,358]},{"name":"ICertEncodeStringArray2","features":[495,358]},{"name":"ICertExit","features":[495,358]},{"name":"ICertExit2","features":[495,358]},{"name":"ICertGetConfig","features":[495,358]},{"name":"ICertManageModule","features":[495,358]},{"name":"ICertPolicy","features":[495,358]},{"name":"ICertPolicy2","features":[495,358]},{"name":"ICertProperties","features":[495,358]},{"name":"ICertProperty","features":[495,358]},{"name":"ICertPropertyArchived","features":[495,358]},{"name":"ICertPropertyArchivedKeyHash","features":[495,358]},{"name":"ICertPropertyAutoEnroll","features":[495,358]},{"name":"ICertPropertyBackedUp","features":[495,358]},{"name":"ICertPropertyDescription","features":[495,358]},{"name":"ICertPropertyEnrollment","features":[495,358]},{"name":"ICertPropertyEnrollmentPolicyServer","features":[495,358]},{"name":"ICertPropertyFriendlyName","features":[495,358]},{"name":"ICertPropertyKeyProvInfo","features":[495,358]},{"name":"ICertPropertyRenewal","features":[495,358]},{"name":"ICertPropertyRequestOriginator","features":[495,358]},{"name":"ICertPropertySHA1Hash","features":[495,358]},{"name":"ICertRequest","features":[495,358]},{"name":"ICertRequest2","features":[495,358]},{"name":"ICertRequest3","features":[495,358]},{"name":"ICertRequestD","features":[495]},{"name":"ICertRequestD2","features":[495]},{"name":"ICertServerExit","features":[495,358]},{"name":"ICertServerPolicy","features":[495,358]},{"name":"ICertView","features":[495,358]},{"name":"ICertView2","features":[495,358]},{"name":"ICertificateAttestationChallenge","features":[495,358]},{"name":"ICertificateAttestationChallenge2","features":[495,358]},{"name":"ICertificatePolicies","features":[495,358]},{"name":"ICertificatePolicy","features":[495,358]},{"name":"ICertificationAuthorities","features":[495,358]},{"name":"ICertificationAuthority","features":[495,358]},{"name":"ICryptAttribute","features":[495,358]},{"name":"ICryptAttributes","features":[495,358]},{"name":"ICspAlgorithm","features":[495,358]},{"name":"ICspAlgorithms","features":[495,358]},{"name":"ICspInformation","features":[495,358]},{"name":"ICspInformations","features":[495,358]},{"name":"ICspStatus","features":[495,358]},{"name":"ICspStatuses","features":[495,358]},{"name":"IEnroll","features":[495]},{"name":"IEnroll2","features":[495]},{"name":"IEnroll4","features":[495]},{"name":"IEnumCERTVIEWATTRIBUTE","features":[495,358]},{"name":"IEnumCERTVIEWCOLUMN","features":[495,358]},{"name":"IEnumCERTVIEWEXTENSION","features":[495,358]},{"name":"IEnumCERTVIEWROW","features":[495,358]},{"name":"IF_ENABLEADMINASAUDITOR","features":[495]},{"name":"IF_ENABLEEXITKEYRETRIEVAL","features":[495]},{"name":"IF_ENFORCEENCRYPTICERTADMIN","features":[495]},{"name":"IF_ENFORCEENCRYPTICERTREQUEST","features":[495]},{"name":"IF_LOCKICERTREQUEST","features":[495]},{"name":"IF_NOLOCALICERTADMIN","features":[495]},{"name":"IF_NOLOCALICERTADMINBACKUP","features":[495]},{"name":"IF_NOLOCALICERTREQUEST","features":[495]},{"name":"IF_NOREMOTEICERTADMIN","features":[495]},{"name":"IF_NOREMOTEICERTADMINBACKUP","features":[495]},{"name":"IF_NOREMOTEICERTREQUEST","features":[495]},{"name":"IF_NORPCICERTREQUEST","features":[495]},{"name":"IF_NOSNAPSHOTBACKUP","features":[495]},{"name":"IKF_OVERWRITE","features":[495]},{"name":"INDESPolicy","features":[495]},{"name":"IOCSPAdmin","features":[495,358]},{"name":"IOCSPCAConfiguration","features":[495,358]},{"name":"IOCSPCAConfigurationCollection","features":[495,358]},{"name":"IOCSPProperty","features":[495,358]},{"name":"IOCSPPropertyCollection","features":[495,358]},{"name":"IObjectId","features":[495,358]},{"name":"IObjectIds","features":[495,358]},{"name":"IPolicyQualifier","features":[495,358]},{"name":"IPolicyQualifiers","features":[495,358]},{"name":"ISSCERT_DEFAULT_DS","features":[495]},{"name":"ISSCERT_DEFAULT_NODS","features":[495]},{"name":"ISSCERT_ENABLE","features":[495]},{"name":"ISSCERT_FILEURL_OLD","features":[495]},{"name":"ISSCERT_FTPURL_OLD","features":[495]},{"name":"ISSCERT_HTTPURL_OLD","features":[495]},{"name":"ISSCERT_LDAPURL_OLD","features":[495]},{"name":"ISSCERT_URLMASK_OLD","features":[495]},{"name":"ISignerCertificate","features":[495,358]},{"name":"ISignerCertificates","features":[495,358]},{"name":"ISmimeCapabilities","features":[495,358]},{"name":"ISmimeCapability","features":[495,358]},{"name":"IX500DistinguishedName","features":[495,358]},{"name":"IX509Attribute","features":[495,358]},{"name":"IX509AttributeArchiveKey","features":[495,358]},{"name":"IX509AttributeArchiveKeyHash","features":[495,358]},{"name":"IX509AttributeClientId","features":[495,358]},{"name":"IX509AttributeCspProvider","features":[495,358]},{"name":"IX509AttributeExtensions","features":[495,358]},{"name":"IX509AttributeOSVersion","features":[495,358]},{"name":"IX509AttributeRenewalCertificate","features":[495,358]},{"name":"IX509Attributes","features":[495,358]},{"name":"IX509CertificateRequest","features":[495,358]},{"name":"IX509CertificateRequestCertificate","features":[495,358]},{"name":"IX509CertificateRequestCertificate2","features":[495,358]},{"name":"IX509CertificateRequestCmc","features":[495,358]},{"name":"IX509CertificateRequestCmc2","features":[495,358]},{"name":"IX509CertificateRequestPkcs10","features":[495,358]},{"name":"IX509CertificateRequestPkcs10V2","features":[495,358]},{"name":"IX509CertificateRequestPkcs10V3","features":[495,358]},{"name":"IX509CertificateRequestPkcs10V4","features":[495,358]},{"name":"IX509CertificateRequestPkcs7","features":[495,358]},{"name":"IX509CertificateRequestPkcs7V2","features":[495,358]},{"name":"IX509CertificateRevocationList","features":[495,358]},{"name":"IX509CertificateRevocationListEntries","features":[495,358]},{"name":"IX509CertificateRevocationListEntry","features":[495,358]},{"name":"IX509CertificateTemplate","features":[495,358]},{"name":"IX509CertificateTemplateWritable","features":[495,358]},{"name":"IX509CertificateTemplates","features":[495,358]},{"name":"IX509EndorsementKey","features":[495,358]},{"name":"IX509Enrollment","features":[495,358]},{"name":"IX509Enrollment2","features":[495,358]},{"name":"IX509EnrollmentHelper","features":[495,358]},{"name":"IX509EnrollmentPolicyServer","features":[495,358]},{"name":"IX509EnrollmentStatus","features":[495,358]},{"name":"IX509EnrollmentWebClassFactory","features":[495,358]},{"name":"IX509Extension","features":[495,358]},{"name":"IX509ExtensionAlternativeNames","features":[495,358]},{"name":"IX509ExtensionAuthorityKeyIdentifier","features":[495,358]},{"name":"IX509ExtensionBasicConstraints","features":[495,358]},{"name":"IX509ExtensionCertificatePolicies","features":[495,358]},{"name":"IX509ExtensionEnhancedKeyUsage","features":[495,358]},{"name":"IX509ExtensionKeyUsage","features":[495,358]},{"name":"IX509ExtensionMSApplicationPolicies","features":[495,358]},{"name":"IX509ExtensionSmimeCapabilities","features":[495,358]},{"name":"IX509ExtensionSubjectKeyIdentifier","features":[495,358]},{"name":"IX509ExtensionTemplate","features":[495,358]},{"name":"IX509ExtensionTemplateName","features":[495,358]},{"name":"IX509Extensions","features":[495,358]},{"name":"IX509MachineEnrollmentFactory","features":[495,358]},{"name":"IX509NameValuePair","features":[495,358]},{"name":"IX509NameValuePairs","features":[495,358]},{"name":"IX509PolicyServerListManager","features":[495,358]},{"name":"IX509PolicyServerUrl","features":[495,358]},{"name":"IX509PrivateKey","features":[495,358]},{"name":"IX509PrivateKey2","features":[495,358]},{"name":"IX509PublicKey","features":[495,358]},{"name":"IX509SCEPEnrollment","features":[495,358]},{"name":"IX509SCEPEnrollment2","features":[495,358]},{"name":"IX509SCEPEnrollmentHelper","features":[495,358]},{"name":"IX509SignatureInformation","features":[495,358]},{"name":"ImportExportable","features":[495]},{"name":"ImportExportableEncrypted","features":[495]},{"name":"ImportForceOverwrite","features":[495]},{"name":"ImportInstallCertificate","features":[495]},{"name":"ImportInstallChain","features":[495]},{"name":"ImportInstallChainAndRoot","features":[495]},{"name":"ImportMachineContext","features":[495]},{"name":"ImportNoUserProtected","features":[495]},{"name":"ImportNone","features":[495]},{"name":"ImportPFXFlags","features":[495]},{"name":"ImportSaveProperties","features":[495]},{"name":"ImportSilent","features":[495]},{"name":"ImportUserProtected","features":[495]},{"name":"ImportUserProtectedHigh","features":[495]},{"name":"InheritDefault","features":[495]},{"name":"InheritExtensionsFlag","features":[495]},{"name":"InheritKeyMask","features":[495]},{"name":"InheritNewDefaultKey","features":[495]},{"name":"InheritNewSimilarKey","features":[495]},{"name":"InheritNone","features":[495]},{"name":"InheritPrivateKey","features":[495]},{"name":"InheritPublicKey","features":[495]},{"name":"InheritRenewalCertificateFlag","features":[495]},{"name":"InheritReserved80000000","features":[495]},{"name":"InheritSubjectAltNameFlag","features":[495]},{"name":"InheritSubjectFlag","features":[495]},{"name":"InheritTemplateFlag","features":[495]},{"name":"InheritValidityPeriodFlag","features":[495]},{"name":"InnerRequestLevel","features":[495]},{"name":"InstallResponseRestrictionFlags","features":[495]},{"name":"KRAF_DISABLEUSEDEFAULTPROVIDER","features":[495]},{"name":"KRAF_ENABLEARCHIVEALL","features":[495]},{"name":"KRAF_ENABLEFOREIGN","features":[495]},{"name":"KRAF_SAVEBADREQUESTKEY","features":[495]},{"name":"KRA_DISP_EXPIRED","features":[495]},{"name":"KRA_DISP_INVALID","features":[495]},{"name":"KRA_DISP_NOTFOUND","features":[495]},{"name":"KRA_DISP_NOTLOADED","features":[495]},{"name":"KRA_DISP_REVOKED","features":[495]},{"name":"KRA_DISP_UNTRUSTED","features":[495]},{"name":"KRA_DISP_VALID","features":[495]},{"name":"KR_ENABLE_MACHINE","features":[495]},{"name":"KR_ENABLE_USER","features":[495]},{"name":"KeyAttestationClaimType","features":[495]},{"name":"KeyIdentifierHashAlgorithm","features":[495]},{"name":"LDAPF_SIGNDISABLE","features":[495]},{"name":"LDAPF_SSLENABLE","features":[495]},{"name":"LevelInnermost","features":[495]},{"name":"LevelNext","features":[495]},{"name":"LevelSafe","features":[495]},{"name":"LevelUnsafe","features":[495]},{"name":"LoadOptionCacheOnly","features":[495]},{"name":"LoadOptionDefault","features":[495]},{"name":"LoadOptionRegisterForADChanges","features":[495]},{"name":"LoadOptionReload","features":[495]},{"name":"OCSPAdmin","features":[495]},{"name":"OCSPPropertyCollection","features":[495]},{"name":"OCSPRequestFlag","features":[495]},{"name":"OCSPSigningFlag","features":[495]},{"name":"OCSP_RF_REJECT_SIGNED_REQUESTS","features":[495]},{"name":"OCSP_SF_ALLOW_NONCE_EXTENSION","features":[495]},{"name":"OCSP_SF_ALLOW_SIGNINGCERT_AUTOENROLLMENT","features":[495]},{"name":"OCSP_SF_ALLOW_SIGNINGCERT_AUTORENEWAL","features":[495]},{"name":"OCSP_SF_AUTODISCOVER_SIGNINGCERT","features":[495]},{"name":"OCSP_SF_FORCE_SIGNINGCERT_ISSUER_ISCA","features":[495]},{"name":"OCSP_SF_MANUAL_ASSIGN_SIGNINGCERT","features":[495]},{"name":"OCSP_SF_RESPONDER_ID_KEYHASH","features":[495]},{"name":"OCSP_SF_RESPONDER_ID_NAME","features":[495]},{"name":"OCSP_SF_SILENT","features":[495]},{"name":"OCSP_SF_USE_CACERT","features":[495]},{"name":"ObjectIdGroupId","features":[495]},{"name":"ObjectIdPublicKeyFlags","features":[495]},{"name":"PENDING_REQUEST_DESIRED_PROPERTY","features":[495]},{"name":"PFXExportChainNoRoot","features":[495]},{"name":"PFXExportChainWithRoot","features":[495]},{"name":"PFXExportEEOnly","features":[495]},{"name":"PFXExportOptions","features":[495]},{"name":"PROCFLG_ENFORCEGOODKEYS","features":[495]},{"name":"PROCFLG_NONE","features":[495]},{"name":"PROPCALLER_ADMIN","features":[495]},{"name":"PROPCALLER_EXIT","features":[495]},{"name":"PROPCALLER_MASK","features":[495]},{"name":"PROPCALLER_POLICY","features":[495]},{"name":"PROPCALLER_REQUEST","features":[495]},{"name":"PROPCALLER_SERVER","features":[495]},{"name":"PROPFLAGS_INDEXED","features":[495]},{"name":"PROPTYPE_BINARY","features":[495]},{"name":"PROPTYPE_DATE","features":[495]},{"name":"PROPTYPE_LONG","features":[495]},{"name":"PROPTYPE_MASK","features":[495]},{"name":"PROPTYPE_STRING","features":[495]},{"name":"Pkcs10AllowedSignatureTypes","features":[495]},{"name":"PolicyQualifierType","features":[495]},{"name":"PolicyQualifierTypeFlags","features":[495]},{"name":"PolicyQualifierTypeUnknown","features":[495]},{"name":"PolicyQualifierTypeUrl","features":[495]},{"name":"PolicyQualifierTypeUserNotice","features":[495]},{"name":"PolicyServerUrlFlags","features":[495]},{"name":"PolicyServerUrlPropertyID","features":[495]},{"name":"PrivateKeyAttestMask","features":[495]},{"name":"PrivateKeyAttestNone","features":[495]},{"name":"PrivateKeyAttestPreferred","features":[495]},{"name":"PrivateKeyAttestRequired","features":[495]},{"name":"PrivateKeyAttestWithoutPolicy","features":[495]},{"name":"PrivateKeyClientVersionMask","features":[495]},{"name":"PrivateKeyClientVersionShift","features":[495]},{"name":"PrivateKeyEKTrustOnUse","features":[495]},{"name":"PrivateKeyEKValidateCert","features":[495]},{"name":"PrivateKeyEKValidateKey","features":[495]},{"name":"PrivateKeyExportable","features":[495]},{"name":"PrivateKeyHelloKspKey","features":[495]},{"name":"PrivateKeyHelloLogonKey","features":[495]},{"name":"PrivateKeyRequireAlternateSignatureAlgorithm","features":[495]},{"name":"PrivateKeyRequireArchival","features":[495]},{"name":"PrivateKeyRequireSameKeyRenewal","features":[495]},{"name":"PrivateKeyRequireStrongKeyProtection","features":[495]},{"name":"PrivateKeyServerVersionMask","features":[495]},{"name":"PrivateKeyServerVersionShift","features":[495]},{"name":"PrivateKeyUseLegacyProvider","features":[495]},{"name":"PsFriendlyName","features":[495]},{"name":"PsPolicyID","features":[495]},{"name":"PsfAllowUnTrustedCA","features":[495]},{"name":"PsfAutoEnrollmentEnabled","features":[495]},{"name":"PsfLocationGroupPolicy","features":[495]},{"name":"PsfLocationRegistry","features":[495]},{"name":"PsfNone","features":[495]},{"name":"PsfUseClientId","features":[495]},{"name":"PstAcquirePrivateKey","features":[305,495]},{"name":"PstGetCertificateChain","features":[305,327,495]},{"name":"PstGetCertificates","features":[305,495]},{"name":"PstGetTrustAnchors","features":[305,327,495]},{"name":"PstGetTrustAnchorsEx","features":[305,327,495]},{"name":"PstGetUserNameForCertificate","features":[305,495]},{"name":"PstMapCertificate","features":[305,327,495]},{"name":"PstValidate","features":[305,495]},{"name":"REQDISP_DEFAULT_ENTERPRISE","features":[495]},{"name":"REQDISP_DENY","features":[495]},{"name":"REQDISP_ISSUE","features":[495]},{"name":"REQDISP_MASK","features":[495]},{"name":"REQDISP_PENDING","features":[495]},{"name":"REQDISP_PENDINGFIRST","features":[495]},{"name":"REQDISP_USEREQUESTATTRIBUTE","features":[495]},{"name":"REVEXT_ASPENABLE","features":[495]},{"name":"REVEXT_CDPENABLE","features":[495]},{"name":"REVEXT_CDPFILEURL_OLD","features":[495]},{"name":"REVEXT_CDPFTPURL_OLD","features":[495]},{"name":"REVEXT_CDPHTTPURL_OLD","features":[495]},{"name":"REVEXT_CDPLDAPURL_OLD","features":[495]},{"name":"REVEXT_CDPURLMASK_OLD","features":[495]},{"name":"REVEXT_DEFAULT_DS","features":[495]},{"name":"REVEXT_DEFAULT_NODS","features":[495]},{"name":"RequestClientInfoClientId","features":[495]},{"name":"SCEPDispositionFailure","features":[495]},{"name":"SCEPDispositionPending","features":[495]},{"name":"SCEPDispositionPendingChallenge","features":[495]},{"name":"SCEPDispositionSuccess","features":[495]},{"name":"SCEPDispositionUnknown","features":[495]},{"name":"SCEPFailBadAlgorithm","features":[495]},{"name":"SCEPFailBadCertId","features":[495]},{"name":"SCEPFailBadMessageCheck","features":[495]},{"name":"SCEPFailBadRequest","features":[495]},{"name":"SCEPFailBadTime","features":[495]},{"name":"SCEPFailUnknown","features":[495]},{"name":"SCEPMessageCertResponse","features":[495]},{"name":"SCEPMessageClaimChallengeAnswer","features":[495]},{"name":"SCEPMessageGetCRL","features":[495]},{"name":"SCEPMessageGetCert","features":[495]},{"name":"SCEPMessageGetCertInitial","features":[495]},{"name":"SCEPMessagePKCSRequest","features":[495]},{"name":"SCEPMessageUnknown","features":[495]},{"name":"SCEPProcessDefault","features":[495]},{"name":"SCEPProcessSkipCertInstall","features":[495]},{"name":"SETUP_ATTEMPT_VROOT_CREATE","features":[495]},{"name":"SETUP_CLIENT_FLAG","features":[495]},{"name":"SETUP_CREATEDB_FLAG","features":[495]},{"name":"SETUP_DCOM_SECURITY_UPDATED_FLAG","features":[495]},{"name":"SETUP_DENIED_FLAG","features":[495]},{"name":"SETUP_FORCECRL_FLAG","features":[495]},{"name":"SETUP_ONLINE_FLAG","features":[495]},{"name":"SETUP_REQUEST_FLAG","features":[495]},{"name":"SETUP_SECURITY_CHANGED","features":[495]},{"name":"SETUP_SERVER_FLAG","features":[495]},{"name":"SETUP_SERVER_IS_UP_TO_DATE_FLAG","features":[495]},{"name":"SETUP_SERVER_UPGRADED_FLAG","features":[495]},{"name":"SETUP_SUSPEND_FLAG","features":[495]},{"name":"SETUP_UPDATE_CAOBJECT_SVRTYPE","features":[495]},{"name":"SETUP_W2K_SECURITY_NOT_UPGRADED_FLAG","features":[495]},{"name":"SKIHashCapiSha1","features":[495]},{"name":"SKIHashDefault","features":[495]},{"name":"SKIHashHPKP","features":[495]},{"name":"SKIHashSha1","features":[495]},{"name":"SKIHashSha256","features":[495]},{"name":"SelectedNo","features":[495]},{"name":"SelectedYes","features":[495]},{"name":"SubjectAlternativeNameEnrolleeSupplies","features":[495]},{"name":"SubjectAlternativeNameRequireDNS","features":[495]},{"name":"SubjectAlternativeNameRequireDirectoryGUID","features":[495]},{"name":"SubjectAlternativeNameRequireDomainDNS","features":[495]},{"name":"SubjectAlternativeNameRequireEmail","features":[495]},{"name":"SubjectAlternativeNameRequireSPN","features":[495]},{"name":"SubjectAlternativeNameRequireUPN","features":[495]},{"name":"SubjectNameAndAlternativeNameOldCertSupplies","features":[495]},{"name":"SubjectNameEnrolleeSupplies","features":[495]},{"name":"SubjectNameRequireCommonName","features":[495]},{"name":"SubjectNameRequireDNS","features":[495]},{"name":"SubjectNameRequireDirectoryPath","features":[495]},{"name":"SubjectNameRequireEmail","features":[495]},{"name":"TP_MACHINEPOLICY","features":[495]},{"name":"TemplatePropAsymmetricAlgorithm","features":[495]},{"name":"TemplatePropCertificatePolicies","features":[495]},{"name":"TemplatePropCommonName","features":[495]},{"name":"TemplatePropCryptoProviders","features":[495]},{"name":"TemplatePropDescription","features":[495]},{"name":"TemplatePropEKUs","features":[495]},{"name":"TemplatePropEnrollmentFlags","features":[495]},{"name":"TemplatePropExtensions","features":[495]},{"name":"TemplatePropFriendlyName","features":[495]},{"name":"TemplatePropGeneralFlags","features":[495]},{"name":"TemplatePropHashAlgorithm","features":[495]},{"name":"TemplatePropKeySecurityDescriptor","features":[495]},{"name":"TemplatePropKeySpec","features":[495]},{"name":"TemplatePropKeyUsage","features":[495]},{"name":"TemplatePropMajorRevision","features":[495]},{"name":"TemplatePropMinimumKeySize","features":[495]},{"name":"TemplatePropMinorRevision","features":[495]},{"name":"TemplatePropOID","features":[495]},{"name":"TemplatePropPrivateKeyFlags","features":[495]},{"name":"TemplatePropRACertificatePolicies","features":[495]},{"name":"TemplatePropRAEKUs","features":[495]},{"name":"TemplatePropRASignatureCount","features":[495]},{"name":"TemplatePropRenewalPeriod","features":[495]},{"name":"TemplatePropSchemaVersion","features":[495]},{"name":"TemplatePropSecurityDescriptor","features":[495]},{"name":"TemplatePropSubjectNameFlags","features":[495]},{"name":"TemplatePropSupersede","features":[495]},{"name":"TemplatePropSymmetricAlgorithm","features":[495]},{"name":"TemplatePropSymmetricKeyLength","features":[495]},{"name":"TemplatePropV1ApplicationPolicy","features":[495]},{"name":"TemplatePropValidityPeriod","features":[495]},{"name":"TypeAny","features":[495]},{"name":"TypeCertificate","features":[495]},{"name":"TypeCmc","features":[495]},{"name":"TypePkcs10","features":[495]},{"name":"TypePkcs7","features":[495]},{"name":"VR_INSTANT_BAD","features":[495]},{"name":"VR_INSTANT_OK","features":[495]},{"name":"VR_PENDING","features":[495]},{"name":"VerifyAllowUI","features":[495]},{"name":"VerifyNone","features":[495]},{"name":"VerifySilent","features":[495]},{"name":"VerifySmartCardNone","features":[495]},{"name":"VerifySmartCardSilent","features":[495]},{"name":"WebEnrollmentFlags","features":[495]},{"name":"WebSecurityLevel","features":[495]},{"name":"X500NameFlags","features":[495]},{"name":"X509AuthAnonymous","features":[495]},{"name":"X509AuthCertificate","features":[495]},{"name":"X509AuthKerberos","features":[495]},{"name":"X509AuthNone","features":[495]},{"name":"X509AuthUsername","features":[495]},{"name":"X509CertificateEnrollmentContext","features":[495]},{"name":"X509CertificateTemplateEnrollmentFlag","features":[495]},{"name":"X509CertificateTemplateGeneralFlag","features":[495]},{"name":"X509CertificateTemplatePrivateKeyFlag","features":[495]},{"name":"X509CertificateTemplateSubjectNameFlag","features":[495]},{"name":"X509EnrollmentAuthFlags","features":[495]},{"name":"X509EnrollmentPolicyExportFlags","features":[495]},{"name":"X509EnrollmentPolicyLoadOption","features":[495]},{"name":"X509HardwareKeyUsageFlags","features":[495]},{"name":"X509KeyParametersExportType","features":[495]},{"name":"X509KeySpec","features":[495]},{"name":"X509KeyUsageFlags","features":[495]},{"name":"X509PrivateKeyExportFlags","features":[495]},{"name":"X509PrivateKeyProtection","features":[495]},{"name":"X509PrivateKeyUsageFlags","features":[495]},{"name":"X509PrivateKeyVerify","features":[495]},{"name":"X509ProviderType","features":[495]},{"name":"X509RequestInheritOptions","features":[495]},{"name":"X509RequestType","features":[495]},{"name":"X509SCEPDisposition","features":[495]},{"name":"X509SCEPFailInfo","features":[495]},{"name":"X509SCEPMessageType","features":[495]},{"name":"X509SCEPProcessMessageFlags","features":[495]},{"name":"XCN_AT_KEYEXCHANGE","features":[495]},{"name":"XCN_AT_NONE","features":[495]},{"name":"XCN_AT_SIGNATURE","features":[495]},{"name":"XCN_BCRYPT_ASYMMETRIC_ENCRYPTION_INTERFACE","features":[495]},{"name":"XCN_BCRYPT_CIPHER_INTERFACE","features":[495]},{"name":"XCN_BCRYPT_HASH_INTERFACE","features":[495]},{"name":"XCN_BCRYPT_KEY_DERIVATION_INTERFACE","features":[495]},{"name":"XCN_BCRYPT_RNG_INTERFACE","features":[495]},{"name":"XCN_BCRYPT_SECRET_AGREEMENT_INTERFACE","features":[495]},{"name":"XCN_BCRYPT_SIGNATURE_INTERFACE","features":[495]},{"name":"XCN_BCRYPT_UNKNOWN_INTERFACE","features":[495]},{"name":"XCN_CERT_ACCESS_STATE_PROP_ID","features":[495]},{"name":"XCN_CERT_AIA_URL_RETRIEVED_PROP_ID","features":[495]},{"name":"XCN_CERT_ALT_NAME_DIRECTORY_NAME","features":[495]},{"name":"XCN_CERT_ALT_NAME_DNS_NAME","features":[495]},{"name":"XCN_CERT_ALT_NAME_EDI_PARTY_NAME","features":[495]},{"name":"XCN_CERT_ALT_NAME_GUID","features":[495]},{"name":"XCN_CERT_ALT_NAME_IP_ADDRESS","features":[495]},{"name":"XCN_CERT_ALT_NAME_OTHER_NAME","features":[495]},{"name":"XCN_CERT_ALT_NAME_REGISTERED_ID","features":[495]},{"name":"XCN_CERT_ALT_NAME_RFC822_NAME","features":[495]},{"name":"XCN_CERT_ALT_NAME_UNKNOWN","features":[495]},{"name":"XCN_CERT_ALT_NAME_URL","features":[495]},{"name":"XCN_CERT_ALT_NAME_USER_PRINCIPLE_NAME","features":[495]},{"name":"XCN_CERT_ALT_NAME_X400_ADDRESS","features":[495]},{"name":"XCN_CERT_ARCHIVED_KEY_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_ARCHIVED_PROP_ID","features":[495]},{"name":"XCN_CERT_AUTHORITY_INFO_ACCESS_PROP_ID","features":[495]},{"name":"XCN_CERT_AUTH_ROOT_SHA256_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_AUTO_ENROLL_PROP_ID","features":[495]},{"name":"XCN_CERT_AUTO_ENROLL_RETRY_PROP_ID","features":[495]},{"name":"XCN_CERT_BACKED_UP_PROP_ID","features":[495]},{"name":"XCN_CERT_CA_DISABLE_CRL_PROP_ID","features":[495]},{"name":"XCN_CERT_CA_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[495]},{"name":"XCN_CERT_CEP_PROP_ID","features":[495]},{"name":"XCN_CERT_CERT_NOT_BEFORE_ENHKEY_USAGE_PROP_ID","features":[495]},{"name":"XCN_CERT_CLR_DELETE_KEY_PROP_ID","features":[495]},{"name":"XCN_CERT_CRL_SIGN_KEY_USAGE","features":[495]},{"name":"XCN_CERT_CROSS_CERT_DIST_POINTS_PROP_ID","features":[495]},{"name":"XCN_CERT_CTL_USAGE_PROP_ID","features":[495]},{"name":"XCN_CERT_DATA_ENCIPHERMENT_KEY_USAGE","features":[495]},{"name":"XCN_CERT_DATE_STAMP_PROP_ID","features":[495]},{"name":"XCN_CERT_DECIPHER_ONLY_KEY_USAGE","features":[495]},{"name":"XCN_CERT_DESCRIPTION_PROP_ID","features":[495]},{"name":"XCN_CERT_DIGITAL_SIGNATURE_KEY_USAGE","features":[495]},{"name":"XCN_CERT_DISALLOWED_ENHKEY_USAGE_PROP_ID","features":[495]},{"name":"XCN_CERT_DISALLOWED_FILETIME_PROP_ID","features":[495]},{"name":"XCN_CERT_EFS_PROP_ID","features":[495]},{"name":"XCN_CERT_ENCIPHER_ONLY_KEY_USAGE","features":[495]},{"name":"XCN_CERT_ENHKEY_USAGE_PROP_ID","features":[495]},{"name":"XCN_CERT_ENROLLMENT_PROP_ID","features":[495]},{"name":"XCN_CERT_EXTENDED_ERROR_INFO_PROP_ID","features":[495]},{"name":"XCN_CERT_FIRST_RESERVED_PROP_ID","features":[495]},{"name":"XCN_CERT_FIRST_USER_PROP_ID","features":[495]},{"name":"XCN_CERT_FORTEZZA_DATA_PROP_ID","features":[495]},{"name":"XCN_CERT_FRIENDLY_NAME_PROP_ID","features":[495]},{"name":"XCN_CERT_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_HCRYPTPROV_OR_NCRYPT_KEY_HANDLE_PROP_ID","features":[495]},{"name":"XCN_CERT_HCRYPTPROV_TRANSFER_PROP_ID","features":[495]},{"name":"XCN_CERT_IE30_RESERVED_PROP_ID","features":[495]},{"name":"XCN_CERT_ISOLATED_KEY_PROP_ID","features":[495]},{"name":"XCN_CERT_ISSUER_CHAIN_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[495]},{"name":"XCN_CERT_ISSUER_CHAIN_SIGN_HASH_CNG_ALG_PROP_ID","features":[495]},{"name":"XCN_CERT_ISSUER_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_ISSUER_PUB_KEY_BIT_LENGTH_PROP_ID","features":[495]},{"name":"XCN_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_KEY_AGREEMENT_KEY_USAGE","features":[495]},{"name":"XCN_CERT_KEY_CERT_SIGN_KEY_USAGE","features":[495]},{"name":"XCN_CERT_KEY_CLASSIFICATION_PROP_ID","features":[495]},{"name":"XCN_CERT_KEY_CONTEXT_PROP_ID","features":[495]},{"name":"XCN_CERT_KEY_ENCIPHERMENT_KEY_USAGE","features":[495]},{"name":"XCN_CERT_KEY_IDENTIFIER_PROP_ID","features":[495]},{"name":"XCN_CERT_KEY_PROV_HANDLE_PROP_ID","features":[495]},{"name":"XCN_CERT_KEY_PROV_INFO_PROP_ID","features":[495]},{"name":"XCN_CERT_KEY_REPAIR_ATTEMPTED_PROP_ID","features":[495]},{"name":"XCN_CERT_KEY_SPEC_PROP_ID","features":[495]},{"name":"XCN_CERT_LAST_RESERVED_PROP_ID","features":[495]},{"name":"XCN_CERT_LAST_USER_PROP_ID","features":[495]},{"name":"XCN_CERT_MD5_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_NAME_STR_AMBIGUOUS_SEPARATOR_FLAGS","features":[495]},{"name":"XCN_CERT_NAME_STR_COMMA_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_CRLF_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_DISABLE_UTF8_DIR_STR_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_DS_ESCAPED","features":[495]},{"name":"XCN_CERT_NAME_STR_ENABLE_PUNYCODE_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_FORCE_UTF8_DIR_STR_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_FORWARD_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_NONE","features":[495]},{"name":"XCN_CERT_NAME_STR_NO_PLUS_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_NO_QUOTING_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_REVERSE_FLAG","features":[495]},{"name":"XCN_CERT_NAME_STR_SEMICOLON_FLAG","features":[495]},{"name":"XCN_CERT_NCRYPT_KEY_HANDLE_PROP_ID","features":[495]},{"name":"XCN_CERT_NCRYPT_KEY_HANDLE_TRANSFER_PROP_ID","features":[495]},{"name":"XCN_CERT_NEW_KEY_PROP_ID","features":[495]},{"name":"XCN_CERT_NEXT_UPDATE_LOCATION_PROP_ID","features":[495]},{"name":"XCN_CERT_NONCOMPLIANT_ROOT_URL_PROP_ID","features":[495]},{"name":"XCN_CERT_NON_REPUDIATION_KEY_USAGE","features":[495]},{"name":"XCN_CERT_NOT_BEFORE_FILETIME_PROP_ID","features":[495]},{"name":"XCN_CERT_NO_AUTO_EXPIRE_CHECK_PROP_ID","features":[495]},{"name":"XCN_CERT_NO_EXPIRE_NOTIFICATION_PROP_ID","features":[495]},{"name":"XCN_CERT_NO_KEY_USAGE","features":[495]},{"name":"XCN_CERT_OCSP_CACHE_PREFIX_PROP_ID","features":[495]},{"name":"XCN_CERT_OCSP_RESPONSE_PROP_ID","features":[495]},{"name":"XCN_CERT_OFFLINE_CRL_SIGN_KEY_USAGE","features":[495]},{"name":"XCN_CERT_OID_NAME_STR","features":[495]},{"name":"XCN_CERT_PIN_SHA256_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_PUBKEY_ALG_PARA_PROP_ID","features":[495]},{"name":"XCN_CERT_PUBKEY_HASH_RESERVED_PROP_ID","features":[495]},{"name":"XCN_CERT_PUB_KEY_CNG_ALG_BIT_LENGTH_PROP_ID","features":[495]},{"name":"XCN_CERT_PVK_FILE_PROP_ID","features":[495]},{"name":"XCN_CERT_RENEWAL_PROP_ID","features":[495]},{"name":"XCN_CERT_REQUEST_ORIGINATOR_PROP_ID","features":[495]},{"name":"XCN_CERT_ROOT_PROGRAM_CERT_POLICIES_PROP_ID","features":[495]},{"name":"XCN_CERT_ROOT_PROGRAM_CHAIN_POLICIES_PROP_ID","features":[495]},{"name":"XCN_CERT_ROOT_PROGRAM_NAME_CONSTRAINTS_PROP_ID","features":[495]},{"name":"XCN_CERT_SCARD_PIN_ID_PROP_ID","features":[495]},{"name":"XCN_CERT_SCARD_PIN_INFO_PROP_ID","features":[495]},{"name":"XCN_CERT_SCEP_CA_CERT_PROP_ID","features":[495]},{"name":"XCN_CERT_SCEP_ENCRYPT_HASH_CNG_ALG_PROP_ID","features":[495]},{"name":"XCN_CERT_SCEP_FLAGS_PROP_ID","features":[495]},{"name":"XCN_CERT_SCEP_GUID_PROP_ID","features":[495]},{"name":"XCN_CERT_SCEP_NONCE_PROP_ID","features":[495]},{"name":"XCN_CERT_SCEP_RA_ENCRYPTION_CERT_PROP_ID","features":[495]},{"name":"XCN_CERT_SCEP_RA_SIGNATURE_CERT_PROP_ID","features":[495]},{"name":"XCN_CERT_SCEP_SERVER_CERTS_PROP_ID","features":[495]},{"name":"XCN_CERT_SCEP_SIGNER_CERT_PROP_ID","features":[495]},{"name":"XCN_CERT_SEND_AS_TRUSTED_ISSUER_PROP_ID","features":[495]},{"name":"XCN_CERT_SERIALIZABLE_KEY_CONTEXT_PROP_ID","features":[495]},{"name":"XCN_CERT_SERIAL_CHAIN_PROP_ID","features":[495]},{"name":"XCN_CERT_SHA1_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_SHA256_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_SIGNATURE_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_SIGN_HASH_CNG_ALG_PROP_ID","features":[495]},{"name":"XCN_CERT_SIMPLE_NAME_STR","features":[495]},{"name":"XCN_CERT_SMART_CARD_DATA_PROP_ID","features":[495]},{"name":"XCN_CERT_SMART_CARD_READER_NON_REMOVABLE_PROP_ID","features":[495]},{"name":"XCN_CERT_SMART_CARD_READER_PROP_ID","features":[495]},{"name":"XCN_CERT_SMART_CARD_ROOT_INFO_PROP_ID","features":[495]},{"name":"XCN_CERT_SOURCE_LOCATION_PROP_ID","features":[495]},{"name":"XCN_CERT_SOURCE_URL_PROP_ID","features":[495]},{"name":"XCN_CERT_STORE_LOCALIZED_NAME_PROP_ID","features":[495]},{"name":"XCN_CERT_SUBJECT_DISABLE_CRL_PROP_ID","features":[495]},{"name":"XCN_CERT_SUBJECT_INFO_ACCESS_PROP_ID","features":[495]},{"name":"XCN_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_SUBJECT_OCSP_AUTHORITY_INFO_ACCESS_PROP_ID","features":[495]},{"name":"XCN_CERT_SUBJECT_PUBLIC_KEY_MD5_HASH_PROP_ID","features":[495]},{"name":"XCN_CERT_SUBJECT_PUB_KEY_BIT_LENGTH_PROP_ID","features":[495]},{"name":"XCN_CERT_X500_NAME_STR","features":[495]},{"name":"XCN_CERT_XML_NAME_STR","features":[495]},{"name":"XCN_CRL_REASON_AA_COMPROMISE","features":[495]},{"name":"XCN_CRL_REASON_AFFILIATION_CHANGED","features":[495]},{"name":"XCN_CRL_REASON_CA_COMPROMISE","features":[495]},{"name":"XCN_CRL_REASON_CERTIFICATE_HOLD","features":[495]},{"name":"XCN_CRL_REASON_CESSATION_OF_OPERATION","features":[495]},{"name":"XCN_CRL_REASON_KEY_COMPROMISE","features":[495]},{"name":"XCN_CRL_REASON_PRIVILEGE_WITHDRAWN","features":[495]},{"name":"XCN_CRL_REASON_REMOVE_FROM_CRL","features":[495]},{"name":"XCN_CRL_REASON_SUPERSEDED","features":[495]},{"name":"XCN_CRL_REASON_UNSPECIFIED","features":[495]},{"name":"XCN_CRYPT_ANY_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_ENCRYPT_ALG_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_ENHKEY_USAGE_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_EXT_OR_ATTR_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_FIRST_ALG_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_GROUP_ID_MASK","features":[495]},{"name":"XCN_CRYPT_HASH_ALG_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_KDF_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_KEY_LENGTH_MASK","features":[495]},{"name":"XCN_CRYPT_LAST_ALG_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_LAST_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_OID_DISABLE_SEARCH_DS_FLAG","features":[495]},{"name":"XCN_CRYPT_OID_INFO_OID_GROUP_BIT_LEN_MASK","features":[495]},{"name":"XCN_CRYPT_OID_INFO_OID_GROUP_BIT_LEN_SHIFT","features":[495]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_ANY","features":[495]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG","features":[495]},{"name":"XCN_CRYPT_OID_INFO_PUBKEY_SIGN_KEY_FLAG","features":[495]},{"name":"XCN_CRYPT_OID_PREFER_CNG_ALGID_FLAG","features":[495]},{"name":"XCN_CRYPT_OID_USE_CURVE_NAME_FOR_ENCODE_FLAG","features":[495]},{"name":"XCN_CRYPT_OID_USE_CURVE_NONE","features":[495]},{"name":"XCN_CRYPT_OID_USE_CURVE_PARAMETERS_FOR_ENCODE_FLAG","features":[495]},{"name":"XCN_CRYPT_POLICY_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_PUBKEY_ALG_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_RDN_ATTR_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_SIGN_ALG_OID_GROUP_ID","features":[495]},{"name":"XCN_CRYPT_STRING_ANY","features":[495]},{"name":"XCN_CRYPT_STRING_BASE64","features":[495]},{"name":"XCN_CRYPT_STRING_BASE64HEADER","features":[495]},{"name":"XCN_CRYPT_STRING_BASE64REQUESTHEADER","features":[495]},{"name":"XCN_CRYPT_STRING_BASE64URI","features":[495]},{"name":"XCN_CRYPT_STRING_BASE64X509CRLHEADER","features":[495]},{"name":"XCN_CRYPT_STRING_BASE64_ANY","features":[495]},{"name":"XCN_CRYPT_STRING_BINARY","features":[495]},{"name":"XCN_CRYPT_STRING_CHAIN","features":[495]},{"name":"XCN_CRYPT_STRING_ENCODEMASK","features":[495]},{"name":"XCN_CRYPT_STRING_HASHDATA","features":[495]},{"name":"XCN_CRYPT_STRING_HEX","features":[495]},{"name":"XCN_CRYPT_STRING_HEXADDR","features":[495]},{"name":"XCN_CRYPT_STRING_HEXASCII","features":[495]},{"name":"XCN_CRYPT_STRING_HEXASCIIADDR","features":[495]},{"name":"XCN_CRYPT_STRING_HEXRAW","features":[495]},{"name":"XCN_CRYPT_STRING_HEX_ANY","features":[495]},{"name":"XCN_CRYPT_STRING_NOCR","features":[495]},{"name":"XCN_CRYPT_STRING_NOCRLF","features":[495]},{"name":"XCN_CRYPT_STRING_PERCENTESCAPE","features":[495]},{"name":"XCN_CRYPT_STRING_STRICT","features":[495]},{"name":"XCN_CRYPT_STRING_TEXT","features":[495]},{"name":"XCN_CRYPT_TEMPLATE_OID_GROUP_ID","features":[495]},{"name":"XCN_NCRYPT_ALLOW_ALL_USAGES","features":[495]},{"name":"XCN_NCRYPT_ALLOW_ARCHIVING_FLAG","features":[495]},{"name":"XCN_NCRYPT_ALLOW_DECRYPT_FLAG","features":[495]},{"name":"XCN_NCRYPT_ALLOW_EXPORT_FLAG","features":[495]},{"name":"XCN_NCRYPT_ALLOW_EXPORT_NONE","features":[495]},{"name":"XCN_NCRYPT_ALLOW_KEY_AGREEMENT_FLAG","features":[495]},{"name":"XCN_NCRYPT_ALLOW_KEY_IMPORT_FLAG","features":[495]},{"name":"XCN_NCRYPT_ALLOW_PLAINTEXT_ARCHIVING_FLAG","features":[495]},{"name":"XCN_NCRYPT_ALLOW_PLAINTEXT_EXPORT_FLAG","features":[495]},{"name":"XCN_NCRYPT_ALLOW_SIGNING_FLAG","features":[495]},{"name":"XCN_NCRYPT_ALLOW_USAGES_NONE","features":[495]},{"name":"XCN_NCRYPT_ANY_ASYMMETRIC_OPERATION","features":[495]},{"name":"XCN_NCRYPT_ASYMMETRIC_ENCRYPTION_OPERATION","features":[495]},{"name":"XCN_NCRYPT_CIPHER_OPERATION","features":[495]},{"name":"XCN_NCRYPT_CLAIM_AUTHORITY_AND_SUBJECT","features":[495]},{"name":"XCN_NCRYPT_CLAIM_AUTHORITY_ONLY","features":[495]},{"name":"XCN_NCRYPT_CLAIM_NONE","features":[495]},{"name":"XCN_NCRYPT_CLAIM_SUBJECT_ONLY","features":[495]},{"name":"XCN_NCRYPT_CLAIM_UNKNOWN","features":[495]},{"name":"XCN_NCRYPT_EXACT_MATCH_OPERATION","features":[495]},{"name":"XCN_NCRYPT_HASH_OPERATION","features":[495]},{"name":"XCN_NCRYPT_KEY_DERIVATION_OPERATION","features":[495]},{"name":"XCN_NCRYPT_NO_OPERATION","features":[495]},{"name":"XCN_NCRYPT_PCP_ENCRYPTION_KEY","features":[495]},{"name":"XCN_NCRYPT_PCP_GENERIC_KEY","features":[495]},{"name":"XCN_NCRYPT_PCP_IDENTITY_KEY","features":[495]},{"name":"XCN_NCRYPT_PCP_NONE","features":[495]},{"name":"XCN_NCRYPT_PCP_SIGNATURE_KEY","features":[495]},{"name":"XCN_NCRYPT_PCP_STORAGE_KEY","features":[495]},{"name":"XCN_NCRYPT_PREFERENCE_MASK_OPERATION","features":[495]},{"name":"XCN_NCRYPT_PREFER_NON_SIGNATURE_OPERATION","features":[495]},{"name":"XCN_NCRYPT_PREFER_SIGNATURE_ONLY_OPERATION","features":[495]},{"name":"XCN_NCRYPT_RNG_OPERATION","features":[495]},{"name":"XCN_NCRYPT_SECRET_AGREEMENT_OPERATION","features":[495]},{"name":"XCN_NCRYPT_SIGNATURE_OPERATION","features":[495]},{"name":"XCN_NCRYPT_TPM12_PROVIDER","features":[495]},{"name":"XCN_NCRYPT_UI_APPCONTAINER_ACCESS_MEDIUM_FLAG","features":[495]},{"name":"XCN_NCRYPT_UI_FINGERPRINT_PROTECTION_FLAG","features":[495]},{"name":"XCN_NCRYPT_UI_FORCE_HIGH_PROTECTION_FLAG","features":[495]},{"name":"XCN_NCRYPT_UI_NO_PROTECTION_FLAG","features":[495]},{"name":"XCN_NCRYPT_UI_PROTECT_KEY_FLAG","features":[495]},{"name":"XCN_OIDVerisign_FailInfo","features":[495]},{"name":"XCN_OIDVerisign_MessageType","features":[495]},{"name":"XCN_OIDVerisign_PkiStatus","features":[495]},{"name":"XCN_OIDVerisign_RecipientNonce","features":[495]},{"name":"XCN_OIDVerisign_SenderNonce","features":[495]},{"name":"XCN_OIDVerisign_TransactionID","features":[495]},{"name":"XCN_OID_ANSI_X942","features":[495]},{"name":"XCN_OID_ANSI_X942_DH","features":[495]},{"name":"XCN_OID_ANY_APPLICATION_POLICY","features":[495]},{"name":"XCN_OID_ANY_CERT_POLICY","features":[495]},{"name":"XCN_OID_ANY_ENHANCED_KEY_USAGE","features":[495]},{"name":"XCN_OID_APPLICATION_CERT_POLICIES","features":[495]},{"name":"XCN_OID_APPLICATION_POLICY_CONSTRAINTS","features":[495]},{"name":"XCN_OID_APPLICATION_POLICY_MAPPINGS","features":[495]},{"name":"XCN_OID_ARCHIVED_KEY_ATTR","features":[495]},{"name":"XCN_OID_ARCHIVED_KEY_CERT_HASH","features":[495]},{"name":"XCN_OID_ATTR_SUPPORTED_ALGORITHMS","features":[495]},{"name":"XCN_OID_ATTR_TPM_SECURITY_ASSERTIONS","features":[495]},{"name":"XCN_OID_ATTR_TPM_SPECIFICATION","features":[495]},{"name":"XCN_OID_AUTHORITY_INFO_ACCESS","features":[495]},{"name":"XCN_OID_AUTHORITY_KEY_IDENTIFIER","features":[495]},{"name":"XCN_OID_AUTHORITY_KEY_IDENTIFIER2","features":[495]},{"name":"XCN_OID_AUTHORITY_REVOCATION_LIST","features":[495]},{"name":"XCN_OID_AUTO_ENROLL_CTL_USAGE","features":[495]},{"name":"XCN_OID_BACKGROUND_OTHER_LOGOTYPE","features":[495]},{"name":"XCN_OID_BASIC_CONSTRAINTS","features":[495]},{"name":"XCN_OID_BASIC_CONSTRAINTS2","features":[495]},{"name":"XCN_OID_BIOMETRIC_EXT","features":[495]},{"name":"XCN_OID_BUSINESS_CATEGORY","features":[495]},{"name":"XCN_OID_CA_CERTIFICATE","features":[495]},{"name":"XCN_OID_CERTIFICATE_REVOCATION_LIST","features":[495]},{"name":"XCN_OID_CERTIFICATE_TEMPLATE","features":[495]},{"name":"XCN_OID_CERTSRV_CA_VERSION","features":[495]},{"name":"XCN_OID_CERTSRV_CROSSCA_VERSION","features":[495]},{"name":"XCN_OID_CERTSRV_PREVIOUS_CERT_HASH","features":[495]},{"name":"XCN_OID_CERT_DISALLOWED_FILETIME_PROP_ID","features":[495]},{"name":"XCN_OID_CERT_EXTENSIONS","features":[495]},{"name":"XCN_OID_CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID","features":[495]},{"name":"XCN_OID_CERT_KEY_IDENTIFIER_PROP_ID","features":[495]},{"name":"XCN_OID_CERT_MANIFOLD","features":[495]},{"name":"XCN_OID_CERT_MD5_HASH_PROP_ID","features":[495]},{"name":"XCN_OID_CERT_POLICIES","features":[495]},{"name":"XCN_OID_CERT_POLICIES_95","features":[495]},{"name":"XCN_OID_CERT_POLICIES_95_QUALIFIER1","features":[495]},{"name":"XCN_OID_CERT_PROP_ID_PREFIX","features":[495]},{"name":"XCN_OID_CERT_SIGNATURE_HASH_PROP_ID","features":[495]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_1","features":[495]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_CURRENT","features":[495]},{"name":"XCN_OID_CERT_STRONG_KEY_OS_PREFIX","features":[495]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_1","features":[495]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_CURRENT","features":[495]},{"name":"XCN_OID_CERT_STRONG_SIGN_OS_PREFIX","features":[495]},{"name":"XCN_OID_CERT_SUBJECT_NAME_MD5_HASH_PROP_ID","features":[495]},{"name":"XCN_OID_CMC","features":[495]},{"name":"XCN_OID_CMC_ADD_ATTRIBUTES","features":[495]},{"name":"XCN_OID_CMC_ADD_EXTENSIONS","features":[495]},{"name":"XCN_OID_CMC_DATA_RETURN","features":[495]},{"name":"XCN_OID_CMC_DECRYPTED_POP","features":[495]},{"name":"XCN_OID_CMC_ENCRYPTED_POP","features":[495]},{"name":"XCN_OID_CMC_GET_CERT","features":[495]},{"name":"XCN_OID_CMC_GET_CRL","features":[495]},{"name":"XCN_OID_CMC_IDENTIFICATION","features":[495]},{"name":"XCN_OID_CMC_IDENTITY_PROOF","features":[495]},{"name":"XCN_OID_CMC_ID_CONFIRM_CERT_ACCEPTANCE","features":[495]},{"name":"XCN_OID_CMC_ID_POP_LINK_RANDOM","features":[495]},{"name":"XCN_OID_CMC_ID_POP_LINK_WITNESS","features":[495]},{"name":"XCN_OID_CMC_LRA_POP_WITNESS","features":[495]},{"name":"XCN_OID_CMC_QUERY_PENDING","features":[495]},{"name":"XCN_OID_CMC_RECIPIENT_NONCE","features":[495]},{"name":"XCN_OID_CMC_REG_INFO","features":[495]},{"name":"XCN_OID_CMC_RESPONSE_INFO","features":[495]},{"name":"XCN_OID_CMC_REVOKE_REQUEST","features":[495]},{"name":"XCN_OID_CMC_SENDER_NONCE","features":[495]},{"name":"XCN_OID_CMC_STATUS_INFO","features":[495]},{"name":"XCN_OID_CMC_TRANSACTION_ID","features":[495]},{"name":"XCN_OID_COMMON_NAME","features":[495]},{"name":"XCN_OID_COUNTRY_NAME","features":[495]},{"name":"XCN_OID_CRL_DIST_POINTS","features":[495]},{"name":"XCN_OID_CRL_NEXT_PUBLISH","features":[495]},{"name":"XCN_OID_CRL_NUMBER","features":[495]},{"name":"XCN_OID_CRL_REASON_CODE","features":[495]},{"name":"XCN_OID_CRL_SELF_CDP","features":[495]},{"name":"XCN_OID_CRL_VIRTUAL_BASE","features":[495]},{"name":"XCN_OID_CROSS_CERTIFICATE_PAIR","features":[495]},{"name":"XCN_OID_CROSS_CERT_DIST_POINTS","features":[495]},{"name":"XCN_OID_CTL","features":[495]},{"name":"XCN_OID_CT_PKI_DATA","features":[495]},{"name":"XCN_OID_CT_PKI_RESPONSE","features":[495]},{"name":"XCN_OID_DELTA_CRL_INDICATOR","features":[495]},{"name":"XCN_OID_DESCRIPTION","features":[495]},{"name":"XCN_OID_DESTINATION_INDICATOR","features":[495]},{"name":"XCN_OID_DEVICE_SERIAL_NUMBER","features":[495]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA1_KDF","features":[495]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA256_KDF","features":[495]},{"name":"XCN_OID_DH_SINGLE_PASS_STDDH_SHA384_KDF","features":[495]},{"name":"XCN_OID_DISALLOWED_HASH","features":[495]},{"name":"XCN_OID_DISALLOWED_LIST","features":[495]},{"name":"XCN_OID_DN_QUALIFIER","features":[495]},{"name":"XCN_OID_DOMAIN_COMPONENT","features":[495]},{"name":"XCN_OID_DRM","features":[495]},{"name":"XCN_OID_DRM_INDIVIDUALIZATION","features":[495]},{"name":"XCN_OID_DS","features":[495]},{"name":"XCN_OID_DSALG","features":[495]},{"name":"XCN_OID_DSALG_CRPT","features":[495]},{"name":"XCN_OID_DSALG_HASH","features":[495]},{"name":"XCN_OID_DSALG_RSA","features":[495]},{"name":"XCN_OID_DSALG_SIGN","features":[495]},{"name":"XCN_OID_DS_EMAIL_REPLICATION","features":[495]},{"name":"XCN_OID_ECC_CURVE_P256","features":[495]},{"name":"XCN_OID_ECC_CURVE_P384","features":[495]},{"name":"XCN_OID_ECC_CURVE_P521","features":[495]},{"name":"XCN_OID_ECC_PUBLIC_KEY","features":[495]},{"name":"XCN_OID_ECDSA_SHA1","features":[495]},{"name":"XCN_OID_ECDSA_SHA256","features":[495]},{"name":"XCN_OID_ECDSA_SHA384","features":[495]},{"name":"XCN_OID_ECDSA_SHA512","features":[495]},{"name":"XCN_OID_ECDSA_SPECIFIED","features":[495]},{"name":"XCN_OID_EFS_RECOVERY","features":[495]},{"name":"XCN_OID_EMBEDDED_NT_CRYPTO","features":[495]},{"name":"XCN_OID_ENCRYPTED_KEY_HASH","features":[495]},{"name":"XCN_OID_ENHANCED_KEY_USAGE","features":[495]},{"name":"XCN_OID_ENROLLMENT_AGENT","features":[495]},{"name":"XCN_OID_ENROLLMENT_CSP_PROVIDER","features":[495]},{"name":"XCN_OID_ENROLLMENT_NAME_VALUE_PAIR","features":[495]},{"name":"XCN_OID_ENROLL_ATTESTATION_CHALLENGE","features":[495]},{"name":"XCN_OID_ENROLL_ATTESTATION_STATEMENT","features":[495]},{"name":"XCN_OID_ENROLL_CAXCHGCERT_HASH","features":[495]},{"name":"XCN_OID_ENROLL_CERTTYPE_EXTENSION","features":[495]},{"name":"XCN_OID_ENROLL_EKPUB_CHALLENGE","features":[495]},{"name":"XCN_OID_ENROLL_EKVERIFYCERT","features":[495]},{"name":"XCN_OID_ENROLL_EKVERIFYCREDS","features":[495]},{"name":"XCN_OID_ENROLL_EKVERIFYKEY","features":[495]},{"name":"XCN_OID_ENROLL_EK_INFO","features":[495]},{"name":"XCN_OID_ENROLL_ENCRYPTION_ALGORITHM","features":[495]},{"name":"XCN_OID_ENROLL_KSP_NAME","features":[495]},{"name":"XCN_OID_ENROLL_SCEP_ERROR","features":[495]},{"name":"XCN_OID_ENTERPRISE_OID_ROOT","features":[495]},{"name":"XCN_OID_EV_RDN_COUNTRY","features":[495]},{"name":"XCN_OID_EV_RDN_LOCALE","features":[495]},{"name":"XCN_OID_EV_RDN_STATE_OR_PROVINCE","features":[495]},{"name":"XCN_OID_FACSIMILE_TELEPHONE_NUMBER","features":[495]},{"name":"XCN_OID_FRESHEST_CRL","features":[495]},{"name":"XCN_OID_GIVEN_NAME","features":[495]},{"name":"XCN_OID_INFOSEC","features":[495]},{"name":"XCN_OID_INFOSEC_SuiteAConfidentiality","features":[495]},{"name":"XCN_OID_INFOSEC_SuiteAIntegrity","features":[495]},{"name":"XCN_OID_INFOSEC_SuiteAKMandSig","features":[495]},{"name":"XCN_OID_INFOSEC_SuiteAKeyManagement","features":[495]},{"name":"XCN_OID_INFOSEC_SuiteASignature","features":[495]},{"name":"XCN_OID_INFOSEC_SuiteATokenProtection","features":[495]},{"name":"XCN_OID_INFOSEC_mosaicConfidentiality","features":[495]},{"name":"XCN_OID_INFOSEC_mosaicIntegrity","features":[495]},{"name":"XCN_OID_INFOSEC_mosaicKMandSig","features":[495]},{"name":"XCN_OID_INFOSEC_mosaicKMandUpdSig","features":[495]},{"name":"XCN_OID_INFOSEC_mosaicKeyManagement","features":[495]},{"name":"XCN_OID_INFOSEC_mosaicSignature","features":[495]},{"name":"XCN_OID_INFOSEC_mosaicTokenProtection","features":[495]},{"name":"XCN_OID_INFOSEC_mosaicUpdatedInteg","features":[495]},{"name":"XCN_OID_INFOSEC_mosaicUpdatedSig","features":[495]},{"name":"XCN_OID_INFOSEC_sdnsConfidentiality","features":[495]},{"name":"XCN_OID_INFOSEC_sdnsIntegrity","features":[495]},{"name":"XCN_OID_INFOSEC_sdnsKMandSig","features":[495]},{"name":"XCN_OID_INFOSEC_sdnsKeyManagement","features":[495]},{"name":"XCN_OID_INFOSEC_sdnsSignature","features":[495]},{"name":"XCN_OID_INFOSEC_sdnsTokenProtection","features":[495]},{"name":"XCN_OID_INHIBIT_ANY_POLICY","features":[495]},{"name":"XCN_OID_INITIALS","features":[495]},{"name":"XCN_OID_INTERNATIONALIZED_EMAIL_ADDRESS","features":[495]},{"name":"XCN_OID_INTERNATIONAL_ISDN_NUMBER","features":[495]},{"name":"XCN_OID_IPSEC_KP_IKE_INTERMEDIATE","features":[495]},{"name":"XCN_OID_ISSUED_CERT_HASH","features":[495]},{"name":"XCN_OID_ISSUER_ALT_NAME","features":[495]},{"name":"XCN_OID_ISSUER_ALT_NAME2","features":[495]},{"name":"XCN_OID_ISSUING_DIST_POINT","features":[495]},{"name":"XCN_OID_KEYID_RDN","features":[495]},{"name":"XCN_OID_KEY_ATTRIBUTES","features":[495]},{"name":"XCN_OID_KEY_USAGE","features":[495]},{"name":"XCN_OID_KEY_USAGE_RESTRICTION","features":[495]},{"name":"XCN_OID_KP_CA_EXCHANGE","features":[495]},{"name":"XCN_OID_KP_CSP_SIGNATURE","features":[495]},{"name":"XCN_OID_KP_CTL_USAGE_SIGNING","features":[495]},{"name":"XCN_OID_KP_DOCUMENT_SIGNING","features":[495]},{"name":"XCN_OID_KP_EFS","features":[495]},{"name":"XCN_OID_KP_KERNEL_MODE_CODE_SIGNING","features":[495]},{"name":"XCN_OID_KP_KERNEL_MODE_HAL_EXTENSION_SIGNING","features":[495]},{"name":"XCN_OID_KP_KERNEL_MODE_TRUSTED_BOOT_SIGNING","features":[495]},{"name":"XCN_OID_KP_KEY_RECOVERY","features":[495]},{"name":"XCN_OID_KP_KEY_RECOVERY_AGENT","features":[495]},{"name":"XCN_OID_KP_LIFETIME_SIGNING","features":[495]},{"name":"XCN_OID_KP_MOBILE_DEVICE_SOFTWARE","features":[495]},{"name":"XCN_OID_KP_QUALIFIED_SUBORDINATION","features":[495]},{"name":"XCN_OID_KP_SMARTCARD_LOGON","features":[495]},{"name":"XCN_OID_KP_SMART_DISPLAY","features":[495]},{"name":"XCN_OID_KP_TIME_STAMP_SIGNING","features":[495]},{"name":"XCN_OID_KP_TPM_AIK_CERTIFICATE","features":[495]},{"name":"XCN_OID_KP_TPM_EK_CERTIFICATE","features":[495]},{"name":"XCN_OID_KP_TPM_PLATFORM_CERTIFICATE","features":[495]},{"name":"XCN_OID_LEGACY_POLICY_MAPPINGS","features":[495]},{"name":"XCN_OID_LICENSES","features":[495]},{"name":"XCN_OID_LICENSE_SERVER","features":[495]},{"name":"XCN_OID_LOCALITY_NAME","features":[495]},{"name":"XCN_OID_LOCAL_MACHINE_KEYSET","features":[495]},{"name":"XCN_OID_LOGOTYPE_EXT","features":[495]},{"name":"XCN_OID_LOYALTY_OTHER_LOGOTYPE","features":[495]},{"name":"XCN_OID_MEMBER","features":[495]},{"name":"XCN_OID_NAME_CONSTRAINTS","features":[495]},{"name":"XCN_OID_NETSCAPE","features":[495]},{"name":"XCN_OID_NETSCAPE_BASE_URL","features":[495]},{"name":"XCN_OID_NETSCAPE_CA_POLICY_URL","features":[495]},{"name":"XCN_OID_NETSCAPE_CA_REVOCATION_URL","features":[495]},{"name":"XCN_OID_NETSCAPE_CERT_EXTENSION","features":[495]},{"name":"XCN_OID_NETSCAPE_CERT_RENEWAL_URL","features":[495]},{"name":"XCN_OID_NETSCAPE_CERT_SEQUENCE","features":[495]},{"name":"XCN_OID_NETSCAPE_CERT_TYPE","features":[495]},{"name":"XCN_OID_NETSCAPE_COMMENT","features":[495]},{"name":"XCN_OID_NETSCAPE_DATA_TYPE","features":[495]},{"name":"XCN_OID_NETSCAPE_REVOCATION_URL","features":[495]},{"name":"XCN_OID_NETSCAPE_SSL_SERVER_NAME","features":[495]},{"name":"XCN_OID_NEXT_UPDATE_LOCATION","features":[495]},{"name":"XCN_OID_NIST_AES128_CBC","features":[495]},{"name":"XCN_OID_NIST_AES128_WRAP","features":[495]},{"name":"XCN_OID_NIST_AES192_CBC","features":[495]},{"name":"XCN_OID_NIST_AES192_WRAP","features":[495]},{"name":"XCN_OID_NIST_AES256_CBC","features":[495]},{"name":"XCN_OID_NIST_AES256_WRAP","features":[495]},{"name":"XCN_OID_NIST_sha256","features":[495]},{"name":"XCN_OID_NIST_sha384","features":[495]},{"name":"XCN_OID_NIST_sha512","features":[495]},{"name":"XCN_OID_NONE","features":[495]},{"name":"XCN_OID_NT5_CRYPTO","features":[495]},{"name":"XCN_OID_NTDS_REPLICATION","features":[495]},{"name":"XCN_OID_NT_PRINCIPAL_NAME","features":[495]},{"name":"XCN_OID_OEM_WHQL_CRYPTO","features":[495]},{"name":"XCN_OID_OIW","features":[495]},{"name":"XCN_OID_OIWDIR","features":[495]},{"name":"XCN_OID_OIWDIR_CRPT","features":[495]},{"name":"XCN_OID_OIWDIR_HASH","features":[495]},{"name":"XCN_OID_OIWDIR_SIGN","features":[495]},{"name":"XCN_OID_OIWDIR_md2","features":[495]},{"name":"XCN_OID_OIWDIR_md2RSA","features":[495]},{"name":"XCN_OID_OIWSEC","features":[495]},{"name":"XCN_OID_OIWSEC_desCBC","features":[495]},{"name":"XCN_OID_OIWSEC_desCFB","features":[495]},{"name":"XCN_OID_OIWSEC_desECB","features":[495]},{"name":"XCN_OID_OIWSEC_desEDE","features":[495]},{"name":"XCN_OID_OIWSEC_desMAC","features":[495]},{"name":"XCN_OID_OIWSEC_desOFB","features":[495]},{"name":"XCN_OID_OIWSEC_dhCommMod","features":[495]},{"name":"XCN_OID_OIWSEC_dsa","features":[495]},{"name":"XCN_OID_OIWSEC_dsaComm","features":[495]},{"name":"XCN_OID_OIWSEC_dsaCommSHA","features":[495]},{"name":"XCN_OID_OIWSEC_dsaCommSHA1","features":[495]},{"name":"XCN_OID_OIWSEC_dsaSHA1","features":[495]},{"name":"XCN_OID_OIWSEC_keyHashSeal","features":[495]},{"name":"XCN_OID_OIWSEC_md2RSASign","features":[495]},{"name":"XCN_OID_OIWSEC_md4RSA","features":[495]},{"name":"XCN_OID_OIWSEC_md4RSA2","features":[495]},{"name":"XCN_OID_OIWSEC_md5RSA","features":[495]},{"name":"XCN_OID_OIWSEC_md5RSASign","features":[495]},{"name":"XCN_OID_OIWSEC_mdc2","features":[495]},{"name":"XCN_OID_OIWSEC_mdc2RSA","features":[495]},{"name":"XCN_OID_OIWSEC_rsaSign","features":[495]},{"name":"XCN_OID_OIWSEC_rsaXchg","features":[495]},{"name":"XCN_OID_OIWSEC_sha","features":[495]},{"name":"XCN_OID_OIWSEC_sha1","features":[495]},{"name":"XCN_OID_OIWSEC_sha1RSASign","features":[495]},{"name":"XCN_OID_OIWSEC_shaDSA","features":[495]},{"name":"XCN_OID_OIWSEC_shaRSA","features":[495]},{"name":"XCN_OID_ORGANIZATIONAL_UNIT_NAME","features":[495]},{"name":"XCN_OID_ORGANIZATION_NAME","features":[495]},{"name":"XCN_OID_OS_VERSION","features":[495]},{"name":"XCN_OID_OWNER","features":[495]},{"name":"XCN_OID_PHYSICAL_DELIVERY_OFFICE_NAME","features":[495]},{"name":"XCN_OID_PKCS","features":[495]},{"name":"XCN_OID_PKCS_1","features":[495]},{"name":"XCN_OID_PKCS_10","features":[495]},{"name":"XCN_OID_PKCS_12","features":[495]},{"name":"XCN_OID_PKCS_12_EXTENDED_ATTRIBUTES","features":[495]},{"name":"XCN_OID_PKCS_12_FRIENDLY_NAME_ATTR","features":[495]},{"name":"XCN_OID_PKCS_12_KEY_PROVIDER_NAME_ATTR","features":[495]},{"name":"XCN_OID_PKCS_12_LOCAL_KEY_ID","features":[495]},{"name":"XCN_OID_PKCS_12_PROTECTED_PASSWORD_SECRET_BAG_TYPE_ID","features":[495]},{"name":"XCN_OID_PKCS_12_PbeIds","features":[495]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And128BitRC2","features":[495]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And128BitRC4","features":[495]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And2KeyTripleDES","features":[495]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And3KeyTripleDES","features":[495]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And40BitRC2","features":[495]},{"name":"XCN_OID_PKCS_12_pbeWithSHA1And40BitRC4","features":[495]},{"name":"XCN_OID_PKCS_2","features":[495]},{"name":"XCN_OID_PKCS_3","features":[495]},{"name":"XCN_OID_PKCS_4","features":[495]},{"name":"XCN_OID_PKCS_5","features":[495]},{"name":"XCN_OID_PKCS_6","features":[495]},{"name":"XCN_OID_PKCS_7","features":[495]},{"name":"XCN_OID_PKCS_7_DATA","features":[495]},{"name":"XCN_OID_PKCS_7_DIGESTED","features":[495]},{"name":"XCN_OID_PKCS_7_ENCRYPTED","features":[495]},{"name":"XCN_OID_PKCS_7_ENVELOPED","features":[495]},{"name":"XCN_OID_PKCS_7_SIGNED","features":[495]},{"name":"XCN_OID_PKCS_7_SIGNEDANDENVELOPED","features":[495]},{"name":"XCN_OID_PKCS_8","features":[495]},{"name":"XCN_OID_PKCS_9","features":[495]},{"name":"XCN_OID_PKCS_9_CONTENT_TYPE","features":[495]},{"name":"XCN_OID_PKCS_9_MESSAGE_DIGEST","features":[495]},{"name":"XCN_OID_PKINIT_KP_KDC","features":[495]},{"name":"XCN_OID_PKIX","features":[495]},{"name":"XCN_OID_PKIX_ACC_DESCR","features":[495]},{"name":"XCN_OID_PKIX_CA_ISSUERS","features":[495]},{"name":"XCN_OID_PKIX_CA_REPOSITORY","features":[495]},{"name":"XCN_OID_PKIX_KP","features":[495]},{"name":"XCN_OID_PKIX_KP_CLIENT_AUTH","features":[495]},{"name":"XCN_OID_PKIX_KP_CODE_SIGNING","features":[495]},{"name":"XCN_OID_PKIX_KP_EMAIL_PROTECTION","features":[495]},{"name":"XCN_OID_PKIX_KP_IPSEC_END_SYSTEM","features":[495]},{"name":"XCN_OID_PKIX_KP_IPSEC_TUNNEL","features":[495]},{"name":"XCN_OID_PKIX_KP_IPSEC_USER","features":[495]},{"name":"XCN_OID_PKIX_KP_OCSP_SIGNING","features":[495]},{"name":"XCN_OID_PKIX_KP_SERVER_AUTH","features":[495]},{"name":"XCN_OID_PKIX_KP_TIMESTAMP_SIGNING","features":[495]},{"name":"XCN_OID_PKIX_NO_SIGNATURE","features":[495]},{"name":"XCN_OID_PKIX_OCSP","features":[495]},{"name":"XCN_OID_PKIX_OCSP_BASIC_SIGNED_RESPONSE","features":[495]},{"name":"XCN_OID_PKIX_OCSP_NOCHECK","features":[495]},{"name":"XCN_OID_PKIX_OCSP_NONCE","features":[495]},{"name":"XCN_OID_PKIX_PE","features":[495]},{"name":"XCN_OID_PKIX_POLICY_QUALIFIER_CPS","features":[495]},{"name":"XCN_OID_PKIX_POLICY_QUALIFIER_USERNOTICE","features":[495]},{"name":"XCN_OID_PKIX_TIME_STAMPING","features":[495]},{"name":"XCN_OID_POLICY_CONSTRAINTS","features":[495]},{"name":"XCN_OID_POLICY_MAPPINGS","features":[495]},{"name":"XCN_OID_POSTAL_ADDRESS","features":[495]},{"name":"XCN_OID_POSTAL_CODE","features":[495]},{"name":"XCN_OID_POST_OFFICE_BOX","features":[495]},{"name":"XCN_OID_PREFERRED_DELIVERY_METHOD","features":[495]},{"name":"XCN_OID_PRESENTATION_ADDRESS","features":[495]},{"name":"XCN_OID_PRIVATEKEY_USAGE_PERIOD","features":[495]},{"name":"XCN_OID_PRODUCT_UPDATE","features":[495]},{"name":"XCN_OID_QC_EU_COMPLIANCE","features":[495]},{"name":"XCN_OID_QC_SSCD","features":[495]},{"name":"XCN_OID_QC_STATEMENTS_EXT","features":[495]},{"name":"XCN_OID_RDN_DUMMY_SIGNER","features":[495]},{"name":"XCN_OID_RDN_TPM_MANUFACTURER","features":[495]},{"name":"XCN_OID_RDN_TPM_MODEL","features":[495]},{"name":"XCN_OID_RDN_TPM_VERSION","features":[495]},{"name":"XCN_OID_REASON_CODE_HOLD","features":[495]},{"name":"XCN_OID_REGISTERED_ADDRESS","features":[495]},{"name":"XCN_OID_REMOVE_CERTIFICATE","features":[495]},{"name":"XCN_OID_RENEWAL_CERTIFICATE","features":[495]},{"name":"XCN_OID_REQUEST_CLIENT_INFO","features":[495]},{"name":"XCN_OID_REQUIRE_CERT_CHAIN_POLICY","features":[495]},{"name":"XCN_OID_REVOKED_LIST_SIGNER","features":[495]},{"name":"XCN_OID_RFC3161_counterSign","features":[495]},{"name":"XCN_OID_ROLE_OCCUPANT","features":[495]},{"name":"XCN_OID_ROOT_LIST_SIGNER","features":[495]},{"name":"XCN_OID_ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION","features":[495]},{"name":"XCN_OID_ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION","features":[495]},{"name":"XCN_OID_ROOT_PROGRAM_FLAGS","features":[495]},{"name":"XCN_OID_ROOT_PROGRAM_NO_OCSP_FAILOVER_TO_CRL","features":[495]},{"name":"XCN_OID_RSA","features":[495]},{"name":"XCN_OID_RSAES_OAEP","features":[495]},{"name":"XCN_OID_RSA_DES_EDE3_CBC","features":[495]},{"name":"XCN_OID_RSA_DH","features":[495]},{"name":"XCN_OID_RSA_ENCRYPT","features":[495]},{"name":"XCN_OID_RSA_HASH","features":[495]},{"name":"XCN_OID_RSA_MD2","features":[495]},{"name":"XCN_OID_RSA_MD2RSA","features":[495]},{"name":"XCN_OID_RSA_MD4","features":[495]},{"name":"XCN_OID_RSA_MD4RSA","features":[495]},{"name":"XCN_OID_RSA_MD5","features":[495]},{"name":"XCN_OID_RSA_MD5RSA","features":[495]},{"name":"XCN_OID_RSA_MGF1","features":[495]},{"name":"XCN_OID_RSA_PSPECIFIED","features":[495]},{"name":"XCN_OID_RSA_RC2CBC","features":[495]},{"name":"XCN_OID_RSA_RC4","features":[495]},{"name":"XCN_OID_RSA_RC5_CBCPad","features":[495]},{"name":"XCN_OID_RSA_RSA","features":[495]},{"name":"XCN_OID_RSA_SETOAEP_RSA","features":[495]},{"name":"XCN_OID_RSA_SHA1RSA","features":[495]},{"name":"XCN_OID_RSA_SHA256RSA","features":[495]},{"name":"XCN_OID_RSA_SHA384RSA","features":[495]},{"name":"XCN_OID_RSA_SHA512RSA","features":[495]},{"name":"XCN_OID_RSA_SMIMECapabilities","features":[495]},{"name":"XCN_OID_RSA_SMIMEalg","features":[495]},{"name":"XCN_OID_RSA_SMIMEalgCMS3DESwrap","features":[495]},{"name":"XCN_OID_RSA_SMIMEalgCMSRC2wrap","features":[495]},{"name":"XCN_OID_RSA_SMIMEalgESDH","features":[495]},{"name":"XCN_OID_RSA_SSA_PSS","features":[495]},{"name":"XCN_OID_RSA_certExtensions","features":[495]},{"name":"XCN_OID_RSA_challengePwd","features":[495]},{"name":"XCN_OID_RSA_contentType","features":[495]},{"name":"XCN_OID_RSA_counterSign","features":[495]},{"name":"XCN_OID_RSA_data","features":[495]},{"name":"XCN_OID_RSA_digestedData","features":[495]},{"name":"XCN_OID_RSA_emailAddr","features":[495]},{"name":"XCN_OID_RSA_encryptedData","features":[495]},{"name":"XCN_OID_RSA_envelopedData","features":[495]},{"name":"XCN_OID_RSA_extCertAttrs","features":[495]},{"name":"XCN_OID_RSA_hashedData","features":[495]},{"name":"XCN_OID_RSA_messageDigest","features":[495]},{"name":"XCN_OID_RSA_preferSignedData","features":[495]},{"name":"XCN_OID_RSA_signEnvData","features":[495]},{"name":"XCN_OID_RSA_signedData","features":[495]},{"name":"XCN_OID_RSA_signingTime","features":[495]},{"name":"XCN_OID_RSA_unstructAddr","features":[495]},{"name":"XCN_OID_RSA_unstructName","features":[495]},{"name":"XCN_OID_SEARCH_GUIDE","features":[495]},{"name":"XCN_OID_SEE_ALSO","features":[495]},{"name":"XCN_OID_SERIALIZED","features":[495]},{"name":"XCN_OID_SERVER_GATED_CRYPTO","features":[495]},{"name":"XCN_OID_SGC_NETSCAPE","features":[495]},{"name":"XCN_OID_SORTED_CTL","features":[495]},{"name":"XCN_OID_STATE_OR_PROVINCE_NAME","features":[495]},{"name":"XCN_OID_STREET_ADDRESS","features":[495]},{"name":"XCN_OID_SUBJECT_ALT_NAME","features":[495]},{"name":"XCN_OID_SUBJECT_ALT_NAME2","features":[495]},{"name":"XCN_OID_SUBJECT_DIR_ATTRS","features":[495]},{"name":"XCN_OID_SUBJECT_INFO_ACCESS","features":[495]},{"name":"XCN_OID_SUBJECT_KEY_IDENTIFIER","features":[495]},{"name":"XCN_OID_SUPPORTED_APPLICATION_CONTEXT","features":[495]},{"name":"XCN_OID_SUR_NAME","features":[495]},{"name":"XCN_OID_TELEPHONE_NUMBER","features":[495]},{"name":"XCN_OID_TELETEXT_TERMINAL_IDENTIFIER","features":[495]},{"name":"XCN_OID_TELEX_NUMBER","features":[495]},{"name":"XCN_OID_TIMESTAMP_TOKEN","features":[495]},{"name":"XCN_OID_TITLE","features":[495]},{"name":"XCN_OID_USER_CERTIFICATE","features":[495]},{"name":"XCN_OID_USER_PASSWORD","features":[495]},{"name":"XCN_OID_VERISIGN_BITSTRING_6_13","features":[495]},{"name":"XCN_OID_VERISIGN_ISS_STRONG_CRYPTO","features":[495]},{"name":"XCN_OID_VERISIGN_ONSITE_JURISDICTION_HASH","features":[495]},{"name":"XCN_OID_VERISIGN_PRIVATE_6_9","features":[495]},{"name":"XCN_OID_WHQL_CRYPTO","features":[495]},{"name":"XCN_OID_X21_ADDRESS","features":[495]},{"name":"XCN_OID_X957","features":[495]},{"name":"XCN_OID_X957_DSA","features":[495]},{"name":"XCN_OID_X957_SHA1DSA","features":[495]},{"name":"XCN_OID_YESNO_TRUST_ATTR","features":[495]},{"name":"XCN_PROPERTYID_NONE","features":[495]},{"name":"XCN_PROV_DH_SCHANNEL","features":[495]},{"name":"XCN_PROV_DSS","features":[495]},{"name":"XCN_PROV_DSS_DH","features":[495]},{"name":"XCN_PROV_EC_ECDSA_FULL","features":[495]},{"name":"XCN_PROV_EC_ECDSA_SIG","features":[495]},{"name":"XCN_PROV_EC_ECNRA_FULL","features":[495]},{"name":"XCN_PROV_EC_ECNRA_SIG","features":[495]},{"name":"XCN_PROV_FORTEZZA","features":[495]},{"name":"XCN_PROV_INTEL_SEC","features":[495]},{"name":"XCN_PROV_MS_EXCHANGE","features":[495]},{"name":"XCN_PROV_NONE","features":[495]},{"name":"XCN_PROV_REPLACE_OWF","features":[495]},{"name":"XCN_PROV_RNG","features":[495]},{"name":"XCN_PROV_RSA_AES","features":[495]},{"name":"XCN_PROV_RSA_FULL","features":[495]},{"name":"XCN_PROV_RSA_SCHANNEL","features":[495]},{"name":"XCN_PROV_RSA_SIG","features":[495]},{"name":"XCN_PROV_SPYRUS_LYNKS","features":[495]},{"name":"XCN_PROV_SSL","features":[495]},{"name":"XECI_AUTOENROLL","features":[495]},{"name":"XECI_CERTREQ","features":[495]},{"name":"XECI_DISABLE","features":[495]},{"name":"XECI_REQWIZARD","features":[495]},{"name":"XECI_XENROLL","features":[495]},{"name":"XECP_STRING_PROPERTY","features":[495]},{"name":"XECR_CMC","features":[495]},{"name":"XECR_PKCS10_V1_5","features":[495]},{"name":"XECR_PKCS10_V2_0","features":[495]},{"name":"XECR_PKCS7","features":[495]},{"name":"XECT_EXTENSION_V1","features":[495]},{"name":"XECT_EXTENSION_V2","features":[495]},{"name":"XEKL_KEYSIZE","features":[495]},{"name":"XEKL_KEYSIZE_DEFAULT","features":[495]},{"name":"XEKL_KEYSIZE_INC","features":[495]},{"name":"XEKL_KEYSIZE_MAX","features":[495]},{"name":"XEKL_KEYSIZE_MIN","features":[495]},{"name":"XEKL_KEYSPEC","features":[495]},{"name":"XEKL_KEYSPEC_KEYX","features":[495]},{"name":"XEKL_KEYSPEC_SIG","features":[495]},{"name":"XEPR_CADNS","features":[495]},{"name":"XEPR_CAFRIENDLYNAME","features":[495]},{"name":"XEPR_CANAME","features":[495]},{"name":"XEPR_DATE","features":[495]},{"name":"XEPR_ENUM_FIRST","features":[495]},{"name":"XEPR_HASH","features":[495]},{"name":"XEPR_REQUESTID","features":[495]},{"name":"XEPR_TEMPLATENAME","features":[495]},{"name":"XEPR_V1TEMPLATENAME","features":[495]},{"name":"XEPR_V2TEMPLATEOID","features":[495]},{"name":"XEPR_VERSION","features":[495]},{"name":"dwCAXCHGOVERLAPPERIODCOUNTDEFAULT","features":[495]},{"name":"dwCAXCHGVALIDITYPERIODCOUNTDEFAULT","features":[495]},{"name":"dwCRLDELTAOVERLAPPERIODCOUNTDEFAULT","features":[495]},{"name":"dwCRLDELTAPERIODCOUNTDEFAULT","features":[495]},{"name":"dwCRLOVERLAPPERIODCOUNTDEFAULT","features":[495]},{"name":"dwCRLPERIODCOUNTDEFAULT","features":[495]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_ENTERPRISE","features":[495]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_ROOT","features":[495]},{"name":"dwVALIDITYPERIODCOUNTDEFAULT_STANDALONE","features":[495]},{"name":"szBACKUPANNOTATION","features":[495]},{"name":"szDBBASENAMEPARM","features":[495]},{"name":"szNAMESEPARATORDEFAULT","features":[495]},{"name":"szPROPASNTAG","features":[495]},{"name":"szRESTOREANNOTATION","features":[495]},{"name":"wszAT_EKCERTINF","features":[495]},{"name":"wszAT_TESTROOT","features":[495]},{"name":"wszCAPOLICYFILE","features":[495]},{"name":"wszCERTEXITMODULE_POSTFIX","features":[495]},{"name":"wszCERTIFICATETRANSPARENCYFLAGS","features":[495]},{"name":"wszCERTMANAGE_SUFFIX","features":[495]},{"name":"wszCERTPOLICYMODULE_POSTFIX","features":[495]},{"name":"wszCERT_TYPE","features":[495]},{"name":"wszCERT_TYPE_CLIENT","features":[495]},{"name":"wszCERT_TYPE_CODESIGN","features":[495]},{"name":"wszCERT_TYPE_CUSTOMER","features":[495]},{"name":"wszCERT_TYPE_MERCHANT","features":[495]},{"name":"wszCERT_TYPE_PAYMENT","features":[495]},{"name":"wszCERT_TYPE_SERVER","features":[495]},{"name":"wszCERT_VERSION","features":[495]},{"name":"wszCERT_VERSION_1","features":[495]},{"name":"wszCERT_VERSION_2","features":[495]},{"name":"wszCERT_VERSION_3","features":[495]},{"name":"wszCLASS_CERTADMIN","features":[495]},{"name":"wszCLASS_CERTCONFIG","features":[495]},{"name":"wszCLASS_CERTDBMEM","features":[495]},{"name":"wszCLASS_CERTENCODE","features":[495]},{"name":"wszCLASS_CERTGETCONFIG","features":[495]},{"name":"wszCLASS_CERTREQUEST","features":[495]},{"name":"wszCLASS_CERTSERVEREXIT","features":[495]},{"name":"wszCLASS_CERTSERVERPOLICY","features":[495]},{"name":"wszCLASS_CERTVIEW","features":[495]},{"name":"wszCMM_PROP_COPYRIGHT","features":[495]},{"name":"wszCMM_PROP_DESCRIPTION","features":[495]},{"name":"wszCMM_PROP_DISPLAY_HWND","features":[495]},{"name":"wszCMM_PROP_FILEVER","features":[495]},{"name":"wszCMM_PROP_ISMULTITHREADED","features":[495]},{"name":"wszCMM_PROP_NAME","features":[495]},{"name":"wszCMM_PROP_PRODUCTVER","features":[495]},{"name":"wszCNGENCRYPTIONALGORITHM","features":[495]},{"name":"wszCNGHASHALGORITHM","features":[495]},{"name":"wszCNGPUBLICKEYALGORITHM","features":[495]},{"name":"wszCONFIG_AUTHORITY","features":[495]},{"name":"wszCONFIG_COMMENT","features":[495]},{"name":"wszCONFIG_COMMONNAME","features":[495]},{"name":"wszCONFIG_CONFIG","features":[495]},{"name":"wszCONFIG_COUNTRY","features":[495]},{"name":"wszCONFIG_DESCRIPTION","features":[495]},{"name":"wszCONFIG_EXCHANGECERTIFICATE","features":[495]},{"name":"wszCONFIG_FLAGS","features":[495]},{"name":"wszCONFIG_LOCALITY","features":[495]},{"name":"wszCONFIG_ORGANIZATION","features":[495]},{"name":"wszCONFIG_ORGUNIT","features":[495]},{"name":"wszCONFIG_SANITIZEDNAME","features":[495]},{"name":"wszCONFIG_SANITIZEDSHORTNAME","features":[495]},{"name":"wszCONFIG_SERVER","features":[495]},{"name":"wszCONFIG_SHORTNAME","features":[495]},{"name":"wszCONFIG_SIGNATURECERTIFICATE","features":[495]},{"name":"wszCONFIG_STATE","features":[495]},{"name":"wszCONFIG_WEBENROLLMENTSERVERS","features":[495]},{"name":"wszCRLPUBLISHRETRYCOUNT","features":[495]},{"name":"wszCRTFILENAMEEXT","features":[495]},{"name":"wszDATFILENAMEEXT","features":[495]},{"name":"wszDBBACKUPCERTBACKDAT","features":[495]},{"name":"wszDBBACKUPSUBDIR","features":[495]},{"name":"wszDBFILENAMEEXT","features":[495]},{"name":"wszENCRYPTIONALGORITHM","features":[495]},{"name":"wszENROLLMENTAGENTRIGHTS","features":[495]},{"name":"wszHASHALGORITHM","features":[495]},{"name":"wszINFKEY_ALTERNATESIGNATUREALGORITHM","features":[495]},{"name":"wszINFKEY_ATTESTPRIVATEKEY","features":[495]},{"name":"wszINFKEY_CACAPABILITIES","features":[495]},{"name":"wszINFKEY_CACERTS","features":[495]},{"name":"wszINFKEY_CATHUMBPRINT","features":[495]},{"name":"wszINFKEY_CCDPSYNCDELTATIME","features":[495]},{"name":"wszINFKEY_CHALLENGEPASSWORD","features":[495]},{"name":"wszINFKEY_CONTINUE","features":[495]},{"name":"wszINFKEY_CRITICAL","features":[495]},{"name":"wszINFKEY_CRLDELTAPERIODCOUNT","features":[495]},{"name":"wszINFKEY_CRLDELTAPERIODSTRING","features":[495]},{"name":"wszINFKEY_CRLPERIODCOUNT","features":[495]},{"name":"wszINFKEY_CRLPERIODSTRING","features":[495]},{"name":"wszINFKEY_DIRECTORYNAME","features":[495]},{"name":"wszINFKEY_DNS","features":[495]},{"name":"wszINFKEY_ECCKEYPARAMETERS","features":[495]},{"name":"wszINFKEY_ECCKEYPARAMETERSTYPE","features":[495]},{"name":"wszINFKEY_ECCKEYPARAMETERS_A","features":[495]},{"name":"wszINFKEY_ECCKEYPARAMETERS_B","features":[495]},{"name":"wszINFKEY_ECCKEYPARAMETERS_BASE","features":[495]},{"name":"wszINFKEY_ECCKEYPARAMETERS_COFACTOR","features":[495]},{"name":"wszINFKEY_ECCKEYPARAMETERS_ORDER","features":[495]},{"name":"wszINFKEY_ECCKEYPARAMETERS_P","features":[495]},{"name":"wszINFKEY_ECCKEYPARAMETERS_SEED","features":[495]},{"name":"wszINFKEY_EMAIL","features":[495]},{"name":"wszINFKEY_EMPTY","features":[495]},{"name":"wszINFKEY_ENABLEKEYCOUNTING","features":[495]},{"name":"wszINFKEY_ENCRYPTIONALGORITHM","features":[495]},{"name":"wszINFKEY_ENCRYPTIONLENGTH","features":[495]},{"name":"wszINFKEY_EXCLUDE","features":[495]},{"name":"wszINFKEY_EXPORTABLE","features":[495]},{"name":"wszINFKEY_EXPORTABLEENCRYPTED","features":[495]},{"name":"wszINFKEY_FLAGS","features":[495]},{"name":"wszINFKEY_FORCEUTF8","features":[495]},{"name":"wszINFKEY_FRIENDLYNAME","features":[495]},{"name":"wszINFKEY_HASHALGORITHM","features":[495]},{"name":"wszINFKEY_INCLUDE","features":[495]},{"name":"wszINFKEY_INHIBITPOLICYMAPPING","features":[495]},{"name":"wszINFKEY_IPADDRESS","features":[495]},{"name":"wszINFKEY_KEYALGORITHM","features":[495]},{"name":"wszINFKEY_KEYALGORITHMPARMETERS","features":[495]},{"name":"wszINFKEY_KEYCONTAINER","features":[495]},{"name":"wszINFKEY_KEYLENGTH","features":[495]},{"name":"wszINFKEY_KEYPROTECTION","features":[495]},{"name":"wszINFKEY_KEYUSAGEEXTENSION","features":[495]},{"name":"wszINFKEY_KEYUSAGEPROPERTY","features":[495]},{"name":"wszINFKEY_LEGACYKEYSPEC","features":[495]},{"name":"wszINFKEY_LOADDEFAULTTEMPLATES","features":[495]},{"name":"wszINFKEY_MACHINEKEYSET","features":[495]},{"name":"wszINFKEY_NOTAFTER","features":[495]},{"name":"wszINFKEY_NOTBEFORE","features":[495]},{"name":"wszINFKEY_NOTICE","features":[495]},{"name":"wszINFKEY_OID","features":[495]},{"name":"wszINFKEY_OTHERNAME","features":[495]},{"name":"wszINFKEY_PATHLENGTH","features":[495]},{"name":"wszINFKEY_POLICIES","features":[495]},{"name":"wszINFKEY_PRIVATEKEYARCHIVE","features":[495]},{"name":"wszINFKEY_PROVIDERNAME","features":[495]},{"name":"wszINFKEY_PROVIDERTYPE","features":[495]},{"name":"wszINFKEY_PUBLICKEY","features":[495]},{"name":"wszINFKEY_PUBLICKEYPARAMETERS","features":[495]},{"name":"wszINFKEY_READERNAME","features":[495]},{"name":"wszINFKEY_REGISTEREDID","features":[495]},{"name":"wszINFKEY_RENEWALCERT","features":[495]},{"name":"wszINFKEY_RENEWALKEYLENGTH","features":[495]},{"name":"wszINFKEY_RENEWALVALIDITYPERIODCOUNT","features":[495]},{"name":"wszINFKEY_RENEWALVALIDITYPERIODSTRING","features":[495]},{"name":"wszINFKEY_REQUESTTYPE","features":[495]},{"name":"wszINFKEY_REQUIREEXPLICITPOLICY","features":[495]},{"name":"wszINFKEY_SECURITYDESCRIPTOR","features":[495]},{"name":"wszINFKEY_SERIALNUMBER","features":[495]},{"name":"wszINFKEY_SHOWALLCSPS","features":[495]},{"name":"wszINFKEY_SILENT","features":[495]},{"name":"wszINFKEY_SMIME","features":[495]},{"name":"wszINFKEY_SUBJECT","features":[495]},{"name":"wszINFKEY_SUBJECTNAMEFLAGS","features":[495]},{"name":"wszINFKEY_SUBTREE","features":[495]},{"name":"wszINFKEY_SUPPRESSDEFAULTS","features":[495]},{"name":"wszINFKEY_UICONTEXTMESSAGE","features":[495]},{"name":"wszINFKEY_UPN","features":[495]},{"name":"wszINFKEY_URL","features":[495]},{"name":"wszINFKEY_USEEXISTINGKEY","features":[495]},{"name":"wszINFKEY_USERPROTECTED","features":[495]},{"name":"wszINFKEY_UTF8","features":[495]},{"name":"wszINFKEY_X500NAMEFLAGS","features":[495]},{"name":"wszINFSECTION_AIA","features":[495]},{"name":"wszINFSECTION_APPLICATIONPOLICYCONSTRAINTS","features":[495]},{"name":"wszINFSECTION_APPLICATIONPOLICYMAPPINGS","features":[495]},{"name":"wszINFSECTION_APPLICATIONPOLICYSTATEMENT","features":[495]},{"name":"wszINFSECTION_BASICCONSTRAINTS","features":[495]},{"name":"wszINFSECTION_CAPOLICY","features":[495]},{"name":"wszINFSECTION_CCDP","features":[495]},{"name":"wszINFSECTION_CDP","features":[495]},{"name":"wszINFSECTION_CERTSERVER","features":[495]},{"name":"wszINFSECTION_EKU","features":[495]},{"name":"wszINFSECTION_EXTENSIONS","features":[495]},{"name":"wszINFSECTION_NAMECONSTRAINTS","features":[495]},{"name":"wszINFSECTION_NEWREQUEST","features":[495]},{"name":"wszINFSECTION_POLICYCONSTRAINTS","features":[495]},{"name":"wszINFSECTION_POLICYMAPPINGS","features":[495]},{"name":"wszINFSECTION_POLICYSTATEMENT","features":[495]},{"name":"wszINFSECTION_PROPERTIES","features":[495]},{"name":"wszINFSECTION_REQUESTATTRIBUTES","features":[495]},{"name":"wszINFVALUE_ENDORSEMENTKEY","features":[495]},{"name":"wszINFVALUE_REQUESTTYPE_CERT","features":[495]},{"name":"wszINFVALUE_REQUESTTYPE_CMC","features":[495]},{"name":"wszINFVALUE_REQUESTTYPE_PKCS10","features":[495]},{"name":"wszINFVALUE_REQUESTTYPE_PKCS7","features":[495]},{"name":"wszINFVALUE_REQUESTTYPE_SCEP","features":[495]},{"name":"wszLDAPSESSIONOPTIONVALUE","features":[495]},{"name":"wszLOCALIZEDTIMEPERIODUNITS","features":[495]},{"name":"wszLOGFILENAMEEXT","features":[495]},{"name":"wszLOGPATH","features":[495]},{"name":"wszMACHINEKEYSET","features":[495]},{"name":"wszMICROSOFTCERTMODULE_PREFIX","features":[495]},{"name":"wszNETSCAPEREVOCATIONTYPE","features":[495]},{"name":"wszOCSPCAPROP_CACERTIFICATE","features":[495]},{"name":"wszOCSPCAPROP_CACONFIG","features":[495]},{"name":"wszOCSPCAPROP_CSPNAME","features":[495]},{"name":"wszOCSPCAPROP_ERRORCODE","features":[495]},{"name":"wszOCSPCAPROP_HASHALGORITHMID","features":[495]},{"name":"wszOCSPCAPROP_KEYSPEC","features":[495]},{"name":"wszOCSPCAPROP_LOCALREVOCATIONINFORMATION","features":[495]},{"name":"wszOCSPCAPROP_PROVIDERCLSID","features":[495]},{"name":"wszOCSPCAPROP_PROVIDERPROPERTIES","features":[495]},{"name":"wszOCSPCAPROP_REMINDERDURATION","features":[495]},{"name":"wszOCSPCAPROP_SIGNINGCERTIFICATE","features":[495]},{"name":"wszOCSPCAPROP_SIGNINGCERTIFICATETEMPLATE","features":[495]},{"name":"wszOCSPCAPROP_SIGNINGFLAGS","features":[495]},{"name":"wszOCSPCOMMONPROP_MAXINCOMINGMESSAGESIZE","features":[495]},{"name":"wszOCSPCOMMONPROP_MAXNUMOFREQUESTENTRIES","features":[495]},{"name":"wszOCSPCOMMONPROP_REQFLAGS","features":[495]},{"name":"wszOCSPISAPIPROP_DEBUG","features":[495]},{"name":"wszOCSPISAPIPROP_MAXAGE","features":[495]},{"name":"wszOCSPISAPIPROP_MAXNUMOFCACHEENTRIES","features":[495]},{"name":"wszOCSPISAPIPROP_NUMOFBACKENDCONNECTIONS","features":[495]},{"name":"wszOCSPISAPIPROP_NUMOFTHREADS","features":[495]},{"name":"wszOCSPISAPIPROP_REFRESHRATE","features":[495]},{"name":"wszOCSPISAPIPROP_VIRTUALROOTNAME","features":[495]},{"name":"wszOCSPPROP_ARRAYCONTROLLER","features":[495]},{"name":"wszOCSPPROP_ARRAYMEMBERS","features":[495]},{"name":"wszOCSPPROP_AUDITFILTER","features":[495]},{"name":"wszOCSPPROP_DEBUG","features":[495]},{"name":"wszOCSPPROP_ENROLLPOLLINTERVAL","features":[495]},{"name":"wszOCSPPROP_LOGLEVEL","features":[495]},{"name":"wszOCSPREVPROP_BASECRL","features":[495]},{"name":"wszOCSPREVPROP_BASECRLURLS","features":[495]},{"name":"wszOCSPREVPROP_CRLURLTIMEOUT","features":[495]},{"name":"wszOCSPREVPROP_DELTACRL","features":[495]},{"name":"wszOCSPREVPROP_DELTACRLURLS","features":[495]},{"name":"wszOCSPREVPROP_ERRORCODE","features":[495]},{"name":"wszOCSPREVPROP_REFRESHTIMEOUT","features":[495]},{"name":"wszOCSPREVPROP_SERIALNUMBERSDIRS","features":[495]},{"name":"wszPERIODDAYS","features":[495]},{"name":"wszPERIODHOURS","features":[495]},{"name":"wszPERIODMINUTES","features":[495]},{"name":"wszPERIODMONTHS","features":[495]},{"name":"wszPERIODSECONDS","features":[495]},{"name":"wszPERIODWEEKS","features":[495]},{"name":"wszPERIODYEARS","features":[495]},{"name":"wszPFXFILENAMEEXT","features":[495]},{"name":"wszPROPATTESTATIONCHALLENGE","features":[495]},{"name":"wszPROPATTRIBNAME","features":[495]},{"name":"wszPROPATTRIBREQUESTID","features":[495]},{"name":"wszPROPATTRIBVALUE","features":[495]},{"name":"wszPROPCALLERNAME","features":[495]},{"name":"wszPROPCATYPE","features":[495]},{"name":"wszPROPCERTCLIENTMACHINE","features":[495]},{"name":"wszPROPCERTCOUNT","features":[495]},{"name":"wszPROPCERTIFICATEENROLLMENTFLAGS","features":[495]},{"name":"wszPROPCERTIFICATEGENERALFLAGS","features":[495]},{"name":"wszPROPCERTIFICATEHASH","features":[495]},{"name":"wszPROPCERTIFICATENOTAFTERDATE","features":[495]},{"name":"wszPROPCERTIFICATENOTBEFOREDATE","features":[495]},{"name":"wszPROPCERTIFICATEPRIVATEKEYFLAGS","features":[495]},{"name":"wszPROPCERTIFICATEPUBLICKEYALGORITHM","features":[495]},{"name":"wszPROPCERTIFICATEPUBLICKEYLENGTH","features":[495]},{"name":"wszPROPCERTIFICATERAWPUBLICKEY","features":[495]},{"name":"wszPROPCERTIFICATERAWPUBLICKEYALGORITHMPARAMETERS","features":[495]},{"name":"wszPROPCERTIFICATERAWSMIMECAPABILITIES","features":[495]},{"name":"wszPROPCERTIFICATEREQUESTID","features":[495]},{"name":"wszPROPCERTIFICATESERIALNUMBER","features":[495]},{"name":"wszPROPCERTIFICATESUBJECTKEYIDENTIFIER","features":[495]},{"name":"wszPROPCERTIFICATETEMPLATE","features":[495]},{"name":"wszPROPCERTIFICATETYPE","features":[495]},{"name":"wszPROPCERTIFICATEUPN","features":[495]},{"name":"wszPROPCERTSTATE","features":[495]},{"name":"wszPROPCERTSUFFIX","features":[495]},{"name":"wszPROPCERTTEMPLATE","features":[495]},{"name":"wszPROPCERTTYPE","features":[495]},{"name":"wszPROPCERTUSAGE","features":[495]},{"name":"wszPROPCHALLENGE","features":[495]},{"name":"wszPROPCLIENTBROWSERMACHINE","features":[495]},{"name":"wszPROPCLIENTDCDNS","features":[495]},{"name":"wszPROPCOMMONNAME","features":[495]},{"name":"wszPROPCONFIGDN","features":[495]},{"name":"wszPROPCOUNTRY","features":[495]},{"name":"wszPROPCRITICALTAG","features":[495]},{"name":"wszPROPCRLCOUNT","features":[495]},{"name":"wszPROPCRLEFFECTIVE","features":[495]},{"name":"wszPROPCRLINDEX","features":[495]},{"name":"wszPROPCRLLASTPUBLISHED","features":[495]},{"name":"wszPROPCRLMINBASE","features":[495]},{"name":"wszPROPCRLNAMEID","features":[495]},{"name":"wszPROPCRLNEXTPUBLISH","features":[495]},{"name":"wszPROPCRLNEXTUPDATE","features":[495]},{"name":"wszPROPCRLNUMBER","features":[495]},{"name":"wszPROPCRLPROPAGATIONCOMPLETE","features":[495]},{"name":"wszPROPCRLPUBLISHATTEMPTS","features":[495]},{"name":"wszPROPCRLPUBLISHERROR","features":[495]},{"name":"wszPROPCRLPUBLISHFLAGS","features":[495]},{"name":"wszPROPCRLPUBLISHSTATUSCODE","features":[495]},{"name":"wszPROPCRLRAWCRL","features":[495]},{"name":"wszPROPCRLROWID","features":[495]},{"name":"wszPROPCRLSTATE","features":[495]},{"name":"wszPROPCRLSUFFIX","features":[495]},{"name":"wszPROPCRLTHISPUBLISH","features":[495]},{"name":"wszPROPCRLTHISUPDATE","features":[495]},{"name":"wszPROPCROSSFOREST","features":[495]},{"name":"wszPROPDCNAME","features":[495]},{"name":"wszPROPDECIMALTAG","features":[495]},{"name":"wszPROPDELTACRLSDISABLED","features":[495]},{"name":"wszPROPDEVICESERIALNUMBER","features":[495]},{"name":"wszPROPDISPOSITION","features":[495]},{"name":"wszPROPDISPOSITIONDENY","features":[495]},{"name":"wszPROPDISPOSITIONPENDING","features":[495]},{"name":"wszPROPDISTINGUISHEDNAME","features":[495]},{"name":"wszPROPDN","features":[495]},{"name":"wszPROPDNS","features":[495]},{"name":"wszPROPDOMAINCOMPONENT","features":[495]},{"name":"wszPROPDOMAINDN","features":[495]},{"name":"wszPROPEMAIL","features":[495]},{"name":"wszPROPENDORSEMENTCERTIFICATEHASH","features":[495]},{"name":"wszPROPENDORSEMENTKEYHASH","features":[495]},{"name":"wszPROPEVENTLOGERROR","features":[495]},{"name":"wszPROPEVENTLOGEXHAUSTIVE","features":[495]},{"name":"wszPROPEVENTLOGTERSE","features":[495]},{"name":"wszPROPEVENTLOGVERBOSE","features":[495]},{"name":"wszPROPEVENTLOGWARNING","features":[495]},{"name":"wszPROPEXITCERTFILE","features":[495]},{"name":"wszPROPEXPECTEDCHALLENGE","features":[495]},{"name":"wszPROPEXPIRATIONDATE","features":[495]},{"name":"wszPROPEXTFLAGS","features":[495]},{"name":"wszPROPEXTNAME","features":[495]},{"name":"wszPROPEXTRAWVALUE","features":[495]},{"name":"wszPROPEXTREQUESTID","features":[495]},{"name":"wszPROPFILETAG","features":[495]},{"name":"wszPROPGIVENNAME","features":[495]},{"name":"wszPROPGUID","features":[495]},{"name":"wszPROPHEXTAG","features":[495]},{"name":"wszPROPINITIALS","features":[495]},{"name":"wszPROPIPADDRESS","features":[495]},{"name":"wszPROPKEYARCHIVED","features":[495]},{"name":"wszPROPLOCALITY","features":[495]},{"name":"wszPROPLOGLEVEL","features":[495]},{"name":"wszPROPMACHINEDNSNAME","features":[495]},{"name":"wszPROPMODULEREGLOC","features":[495]},{"name":"wszPROPNAMETYPE","features":[495]},{"name":"wszPROPOCTETTAG","features":[495]},{"name":"wszPROPOFFICER","features":[495]},{"name":"wszPROPOID","features":[495]},{"name":"wszPROPORGANIZATION","features":[495]},{"name":"wszPROPORGUNIT","features":[495]},{"name":"wszPROPPUBLISHEXPIREDCERTINCRL","features":[495]},{"name":"wszPROPRAWCACERTIFICATE","features":[495]},{"name":"wszPROPRAWCERTIFICATE","features":[495]},{"name":"wszPROPRAWCRL","features":[495]},{"name":"wszPROPRAWDELTACRL","features":[495]},{"name":"wszPROPRAWNAME","features":[495]},{"name":"wszPROPRAWPRECERTIFICATE","features":[495]},{"name":"wszPROPREQUESTARCHIVEDKEY","features":[495]},{"name":"wszPROPREQUESTATTRIBUTES","features":[495]},{"name":"wszPROPREQUESTCSPPROVIDER","features":[495]},{"name":"wszPROPREQUESTDISPOSITION","features":[495]},{"name":"wszPROPREQUESTDISPOSITIONMESSAGE","features":[495]},{"name":"wszPROPREQUESTDOT","features":[495]},{"name":"wszPROPREQUESTERCAACCESS","features":[495]},{"name":"wszPROPREQUESTERDN","features":[495]},{"name":"wszPROPREQUESTERNAME","features":[495]},{"name":"wszPROPREQUESTERNAMEFROMOLDCERTIFICATE","features":[495]},{"name":"wszPROPREQUESTERSAMNAME","features":[495]},{"name":"wszPROPREQUESTERUPN","features":[495]},{"name":"wszPROPREQUESTFLAGS","features":[495]},{"name":"wszPROPREQUESTKEYRECOVERYHASHES","features":[495]},{"name":"wszPROPREQUESTMACHINEDNS","features":[495]},{"name":"wszPROPREQUESTOSVERSION","features":[495]},{"name":"wszPROPREQUESTRAWARCHIVEDKEY","features":[495]},{"name":"wszPROPREQUESTRAWOLDCERTIFICATE","features":[495]},{"name":"wszPROPREQUESTRAWREQUEST","features":[495]},{"name":"wszPROPREQUESTREQUESTID","features":[495]},{"name":"wszPROPREQUESTRESOLVEDWHEN","features":[495]},{"name":"wszPROPREQUESTREVOKEDEFFECTIVEWHEN","features":[495]},{"name":"wszPROPREQUESTREVOKEDREASON","features":[495]},{"name":"wszPROPREQUESTREVOKEDWHEN","features":[495]},{"name":"wszPROPREQUESTSTATUSCODE","features":[495]},{"name":"wszPROPREQUESTSUBMITTEDWHEN","features":[495]},{"name":"wszPROPREQUESTTYPE","features":[495]},{"name":"wszPROPSANITIZEDCANAME","features":[495]},{"name":"wszPROPSANITIZEDSHORTNAME","features":[495]},{"name":"wszPROPSEAUDITFILTER","features":[495]},{"name":"wszPROPSEAUDITID","features":[495]},{"name":"wszPROPSERVERUPGRADED","features":[495]},{"name":"wszPROPSESSIONCOUNT","features":[495]},{"name":"wszPROPSIGNERAPPLICATIONPOLICIES","features":[495]},{"name":"wszPROPSIGNERPOLICIES","features":[495]},{"name":"wszPROPSTATE","features":[495]},{"name":"wszPROPSTREETADDRESS","features":[495]},{"name":"wszPROPSUBJECTALTNAME2","features":[495]},{"name":"wszPROPSUBJECTDOT","features":[495]},{"name":"wszPROPSURNAME","features":[495]},{"name":"wszPROPTEMPLATECHANGESEQUENCENUMBER","features":[495]},{"name":"wszPROPTEXTTAG","features":[495]},{"name":"wszPROPTITLE","features":[495]},{"name":"wszPROPUNSTRUCTUREDADDRESS","features":[495]},{"name":"wszPROPUNSTRUCTUREDNAME","features":[495]},{"name":"wszPROPUPN","features":[495]},{"name":"wszPROPURL","features":[495]},{"name":"wszPROPUSEDS","features":[495]},{"name":"wszPROPUSERDN","features":[495]},{"name":"wszPROPUTF8TAG","features":[495]},{"name":"wszPROPVALIDITYPERIODCOUNT","features":[495]},{"name":"wszPROPVALIDITYPERIODSTRING","features":[495]},{"name":"wszPROPVOLATILEMODE","features":[495]},{"name":"wszREGACTIVE","features":[495]},{"name":"wszREGAELOGLEVEL_OLD","features":[495]},{"name":"wszREGAIKCLOUDCAURL","features":[495]},{"name":"wszREGAIKKEYALGORITHM","features":[495]},{"name":"wszREGAIKKEYLENGTH","features":[495]},{"name":"wszREGALLPROVIDERS","features":[495]},{"name":"wszREGALTERNATEPUBLISHDOMAINS","features":[495]},{"name":"wszREGALTERNATESIGNATUREALGORITHM","features":[495]},{"name":"wszREGAUDITFILTER","features":[495]},{"name":"wszREGB2ICERTMANAGEMODULE","features":[495]},{"name":"wszREGBACKUPLOGDIRECTORY","features":[495]},{"name":"wszREGCACERTFILENAME","features":[495]},{"name":"wszREGCACERTHASH","features":[495]},{"name":"wszREGCACERTPUBLICATIONURLS","features":[495]},{"name":"wszREGCADESCRIPTION","features":[495]},{"name":"wszREGCAPATHLENGTH","features":[495]},{"name":"wszREGCASECURITY","features":[495]},{"name":"wszREGCASERIALNUMBER","features":[495]},{"name":"wszREGCASERVERNAME","features":[495]},{"name":"wszREGCATYPE","features":[495]},{"name":"wszREGCAUSEDS","features":[495]},{"name":"wszREGCAXCHGCERTHASH","features":[495]},{"name":"wszREGCAXCHGOVERLAPPERIODCOUNT","features":[495]},{"name":"wszREGCAXCHGOVERLAPPERIODSTRING","features":[495]},{"name":"wszREGCAXCHGVALIDITYPERIODCOUNT","features":[495]},{"name":"wszREGCAXCHGVALIDITYPERIODSTRING","features":[495]},{"name":"wszREGCERTENROLLCOMPATIBLE","features":[495]},{"name":"wszREGCERTIFICATETRANSPARENCYINFOOID","features":[495]},{"name":"wszREGCERTPUBLISHFLAGS","features":[495]},{"name":"wszREGCERTSRVDEBUG","features":[495]},{"name":"wszREGCHECKPOINTFILE","features":[495]},{"name":"wszREGCLOCKSKEWMINUTES","features":[495]},{"name":"wszREGCOMMONNAME","features":[495]},{"name":"wszREGCRLATTEMPTREPUBLISH","features":[495]},{"name":"wszREGCRLDELTANEXTPUBLISH","features":[495]},{"name":"wszREGCRLDELTAOVERLAPPERIODCOUNT","features":[495]},{"name":"wszREGCRLDELTAOVERLAPPERIODSTRING","features":[495]},{"name":"wszREGCRLDELTAPERIODCOUNT","features":[495]},{"name":"wszREGCRLDELTAPERIODSTRING","features":[495]},{"name":"wszREGCRLEDITFLAGS","features":[495]},{"name":"wszREGCRLFLAGS","features":[495]},{"name":"wszREGCRLNEXTPUBLISH","features":[495]},{"name":"wszREGCRLOVERLAPPERIODCOUNT","features":[495]},{"name":"wszREGCRLOVERLAPPERIODSTRING","features":[495]},{"name":"wszREGCRLPATH_OLD","features":[495]},{"name":"wszREGCRLPERIODCOUNT","features":[495]},{"name":"wszREGCRLPERIODSTRING","features":[495]},{"name":"wszREGCRLPUBLICATIONURLS","features":[495]},{"name":"wszREGDATABASERECOVERED","features":[495]},{"name":"wszREGDBDIRECTORY","features":[495]},{"name":"wszREGDBFLAGS","features":[495]},{"name":"wszREGDBLASTFULLBACKUP","features":[495]},{"name":"wszREGDBLASTINCREMENTALBACKUP","features":[495]},{"name":"wszREGDBLASTRECOVERY","features":[495]},{"name":"wszREGDBLOGDIRECTORY","features":[495]},{"name":"wszREGDBMAXREADSESSIONCOUNT","features":[495]},{"name":"wszREGDBSESSIONCOUNT","features":[495]},{"name":"wszREGDBSYSDIRECTORY","features":[495]},{"name":"wszREGDBTEMPDIRECTORY","features":[495]},{"name":"wszREGDEFAULTSMIME","features":[495]},{"name":"wszREGDIRECTORY","features":[495]},{"name":"wszREGDISABLEEXTENSIONLIST","features":[495]},{"name":"wszREGDSCONFIGDN","features":[495]},{"name":"wszREGDSDOMAINDN","features":[495]},{"name":"wszREGEDITFLAGS","features":[495]},{"name":"wszREGEKPUBLISTDIRECTORIES","features":[495]},{"name":"wszREGEKUOIDSFORPUBLISHEXPIREDCERTINCRL","features":[495]},{"name":"wszREGEKUOIDSFORVOLATILEREQUESTS","features":[495]},{"name":"wszREGENABLED","features":[495]},{"name":"wszREGENABLEDEKUFORDEFINEDCACERT","features":[495]},{"name":"wszREGENABLEENROLLEEREQUESTEXTENSIONLIST","features":[495]},{"name":"wszREGENABLEREQUESTEXTENSIONLIST","features":[495]},{"name":"wszREGENFORCEX500NAMELENGTHS","features":[495]},{"name":"wszREGENROLLFLAGS","features":[495]},{"name":"wszREGEXITBODYARG","features":[495]},{"name":"wszREGEXITBODYFORMAT","features":[495]},{"name":"wszREGEXITCRLISSUEDKEY","features":[495]},{"name":"wszREGEXITDENIEDKEY","features":[495]},{"name":"wszREGEXITIMPORTEDKEY","features":[495]},{"name":"wszREGEXITISSUEDKEY","features":[495]},{"name":"wszREGEXITPENDINGKEY","features":[495]},{"name":"wszREGEXITPROPNOTFOUND","features":[495]},{"name":"wszREGEXITREVOKEDKEY","features":[495]},{"name":"wszREGEXITSHUTDOWNKEY","features":[495]},{"name":"wszREGEXITSMTPAUTHENTICATE","features":[495]},{"name":"wszREGEXITSMTPCC","features":[495]},{"name":"wszREGEXITSMTPEVENTFILTER","features":[495]},{"name":"wszREGEXITSMTPFROM","features":[495]},{"name":"wszREGEXITSMTPKEY","features":[495]},{"name":"wszREGEXITSMTPSERVER","features":[495]},{"name":"wszREGEXITSMTPTEMPLATES","features":[495]},{"name":"wszREGEXITSMTPTO","features":[495]},{"name":"wszREGEXITSTARTUPKEY","features":[495]},{"name":"wszREGEXITTITLEARG","features":[495]},{"name":"wszREGEXITTITLEFORMAT","features":[495]},{"name":"wszREGFILEISSUERCERTURL_OLD","features":[495]},{"name":"wszREGFILEREVOCATIONCRLURL_OLD","features":[495]},{"name":"wszREGFORCETELETEX","features":[495]},{"name":"wszREGFTPISSUERCERTURL_OLD","features":[495]},{"name":"wszREGFTPREVOCATIONCRLURL_OLD","features":[495]},{"name":"wszREGHIGHLOGNUMBER","features":[495]},{"name":"wszREGHIGHSERIAL","features":[495]},{"name":"wszREGINTERFACEFLAGS","features":[495]},{"name":"wszREGISSUERCERTURLFLAGS","features":[495]},{"name":"wszREGISSUERCERTURL_OLD","features":[495]},{"name":"wszREGKEYBASE","features":[495]},{"name":"wszREGKEYCERTSVCPATH","features":[495]},{"name":"wszREGKEYCONFIG","features":[495]},{"name":"wszREGKEYCSP","features":[495]},{"name":"wszREGKEYDBPARAMETERS","features":[495]},{"name":"wszREGKEYENCRYPTIONCSP","features":[495]},{"name":"wszREGKEYENROLLMENT","features":[495]},{"name":"wszREGKEYEXITMODULES","features":[495]},{"name":"wszREGKEYGROUPPOLICYENROLLMENT","features":[495]},{"name":"wszREGKEYNOSYSTEMCERTSVCPATH","features":[495]},{"name":"wszREGKEYPOLICYMODULES","features":[495]},{"name":"wszREGKEYREPAIR","features":[495]},{"name":"wszREGKEYRESTOREINPROGRESS","features":[495]},{"name":"wszREGKEYSIZE","features":[495]},{"name":"wszREGKRACERTCOUNT","features":[495]},{"name":"wszREGKRACERTHASH","features":[495]},{"name":"wszREGKRAFLAGS","features":[495]},{"name":"wszREGLDAPFLAGS","features":[495]},{"name":"wszREGLDAPISSUERCERTURL_OLD","features":[495]},{"name":"wszREGLDAPREVOCATIONCRLURL_OLD","features":[495]},{"name":"wszREGLDAPREVOCATIONDNTEMPLATE_OLD","features":[495]},{"name":"wszREGLDAPREVOCATIONDN_OLD","features":[495]},{"name":"wszREGLDAPSESSIONOPTIONS","features":[495]},{"name":"wszREGLOGLEVEL","features":[495]},{"name":"wszREGLOGPATH","features":[495]},{"name":"wszREGLOWLOGNUMBER","features":[495]},{"name":"wszREGMAXINCOMINGALLOCSIZE","features":[495]},{"name":"wszREGMAXINCOMINGMESSAGESIZE","features":[495]},{"name":"wszREGMAXPENDINGREQUESTDAYS","features":[495]},{"name":"wszREGMAXSCTLISTSIZE","features":[495]},{"name":"wszREGNAMESEPARATOR","features":[495]},{"name":"wszREGNETSCAPECERTTYPE","features":[495]},{"name":"wszREGOFFICERRIGHTS","features":[495]},{"name":"wszREGPARENTCAMACHINE","features":[495]},{"name":"wszREGPARENTCANAME","features":[495]},{"name":"wszREGPOLICYFLAGS","features":[495]},{"name":"wszREGPRESERVESCEPDUMMYCERTS","features":[495]},{"name":"wszREGPROCESSINGFLAGS","features":[495]},{"name":"wszREGPROVIDER","features":[495]},{"name":"wszREGPROVIDERTYPE","features":[495]},{"name":"wszREGREQUESTDISPOSITION","features":[495]},{"name":"wszREGREQUESTFILENAME","features":[495]},{"name":"wszREGREQUESTID","features":[495]},{"name":"wszREGREQUESTKEYCONTAINER","features":[495]},{"name":"wszREGREQUESTKEYINDEX","features":[495]},{"name":"wszREGRESTOREMAP","features":[495]},{"name":"wszREGRESTOREMAPCOUNT","features":[495]},{"name":"wszREGRESTORESTATUS","features":[495]},{"name":"wszREGREVOCATIONCRLURL_OLD","features":[495]},{"name":"wszREGREVOCATIONTYPE","features":[495]},{"name":"wszREGREVOCATIONURL","features":[495]},{"name":"wszREGROLESEPARATIONENABLED","features":[495]},{"name":"wszREGSETUPSTATUS","features":[495]},{"name":"wszREGSP4DEFAULTCONFIGURATION","features":[495]},{"name":"wszREGSP4KEYSETNAME","features":[495]},{"name":"wszREGSP4NAMES","features":[495]},{"name":"wszREGSP4QUERIES","features":[495]},{"name":"wszREGSP4SUBJECTNAMESEPARATOR","features":[495]},{"name":"wszREGSUBJECTALTNAME","features":[495]},{"name":"wszREGSUBJECTALTNAME2","features":[495]},{"name":"wszREGSUBJECTTEMPLATE","features":[495]},{"name":"wszREGSYMMETRICKEYSIZE","features":[495]},{"name":"wszREGUNICODE","features":[495]},{"name":"wszREGUPNMAP","features":[495]},{"name":"wszREGUSEDEFINEDCACERTINREQ","features":[495]},{"name":"wszREGVALIDITYPERIODCOUNT","features":[495]},{"name":"wszREGVALIDITYPERIODSTRING","features":[495]},{"name":"wszREGVERIFYFLAGS","features":[495]},{"name":"wszREGVERSION","features":[495]},{"name":"wszREGVIEWAGEMINUTES","features":[495]},{"name":"wszREGVIEWIDLEMINUTES","features":[495]},{"name":"wszREGWEBCLIENTCAMACHINE","features":[495]},{"name":"wszREGWEBCLIENTCANAME","features":[495]},{"name":"wszREGWEBCLIENTCATYPE","features":[495]},{"name":"wszSECUREDATTRIBUTES","features":[495]},{"name":"wszSERVICE_NAME","features":[495]},{"name":"wszzDEFAULTSIGNEDATTRIBUTES","features":[495]}],"499":[{"name":"CryptSIPAddProvider","features":[305,494]},{"name":"CryptSIPCreateIndirectData","features":[305,493,494]},{"name":"CryptSIPGetCaps","features":[305,493,494]},{"name":"CryptSIPGetSealedDigest","features":[305,493,494]},{"name":"CryptSIPGetSignedDataMsg","features":[305,493,494]},{"name":"CryptSIPLoad","features":[305,493,494]},{"name":"CryptSIPPutSignedDataMsg","features":[305,493,494]},{"name":"CryptSIPRemoveProvider","features":[305,494]},{"name":"CryptSIPRemoveSignedDataMsg","features":[305,493,494]},{"name":"CryptSIPRetrieveSubjectGuid","features":[305,494]},{"name":"CryptSIPRetrieveSubjectGuidForCatalogFile","features":[305,494]},{"name":"CryptSIPVerifyIndirectData","features":[305,493,494]},{"name":"MSSIP_ADDINFO_BLOB","features":[494]},{"name":"MSSIP_ADDINFO_CATMEMBER","features":[494]},{"name":"MSSIP_ADDINFO_FLAT","features":[494]},{"name":"MSSIP_ADDINFO_NONE","features":[494]},{"name":"MSSIP_ADDINFO_NONMSSIP","features":[494]},{"name":"MSSIP_FLAGS_MULTI_HASH","features":[494]},{"name":"MSSIP_FLAGS_PROHIBIT_RESIZE_ON_CREATE","features":[494]},{"name":"MSSIP_FLAGS_USE_CATALOG","features":[494]},{"name":"MS_ADDINFO_BLOB","features":[494]},{"name":"MS_ADDINFO_FLAT","features":[494]},{"name":"SIP_ADD_NEWPROVIDER","features":[494]},{"name":"SIP_CAP_FLAG_SEALING","features":[494]},{"name":"SIP_CAP_SET_CUR_VER","features":[494]},{"name":"SIP_CAP_SET_V2","features":[305,494]},{"name":"SIP_CAP_SET_V3","features":[305,494]},{"name":"SIP_CAP_SET_VERSION_2","features":[494]},{"name":"SIP_CAP_SET_VERSION_3","features":[494]},{"name":"SIP_DISPATCH_INFO","features":[305,493,494]},{"name":"SIP_INDIRECT_DATA","features":[494]},{"name":"SIP_MAX_MAGIC_NUMBER","features":[494]},{"name":"SIP_SUBJECTINFO","features":[305,493,494]},{"name":"SPC_MARKER_CHECK_CURRENTLY_SUPPORTED_FLAGS","features":[494]},{"name":"SPC_MARKER_CHECK_SKIP_SIP_INDIRECT_DATA_FLAG","features":[494]},{"name":"SPC_RELAXED_PE_MARKER_CHECK","features":[494]},{"name":"pCryptSIPCreateIndirectData","features":[305,493,494]},{"name":"pCryptSIPGetCaps","features":[305,493,494]},{"name":"pCryptSIPGetSealedDigest","features":[305,493,494]},{"name":"pCryptSIPGetSignedDataMsg","features":[305,493,494]},{"name":"pCryptSIPPutSignedDataMsg","features":[305,493,494]},{"name":"pCryptSIPRemoveSignedDataMsg","features":[305,493,494]},{"name":"pCryptSIPVerifyIndirectData","features":[305,493,494]},{"name":"pfnIsFileSupported","features":[305,494]},{"name":"pfnIsFileSupportedName","features":[305,494]}],"500":[{"name":"ACTION_REVOCATION_DEFAULT_CACHE","features":[496]},{"name":"ACTION_REVOCATION_DEFAULT_ONLINE","features":[496]},{"name":"CERTVIEW_CRYPTUI_LPARAM","features":[496]},{"name":"CERT_CERTIFICATE_ACTION_VERIFY","features":[496]},{"name":"CERT_CREDENTIAL_PROVIDER_ID","features":[496]},{"name":"CERT_DISPWELL_DISTRUST_ADD_CA_CERT","features":[496]},{"name":"CERT_DISPWELL_DISTRUST_ADD_LEAF_CERT","features":[496]},{"name":"CERT_DISPWELL_DISTRUST_CA_CERT","features":[496]},{"name":"CERT_DISPWELL_DISTRUST_LEAF_CERT","features":[496]},{"name":"CERT_DISPWELL_SELECT","features":[496]},{"name":"CERT_DISPWELL_TRUST_ADD_CA_CERT","features":[496]},{"name":"CERT_DISPWELL_TRUST_ADD_LEAF_CERT","features":[496]},{"name":"CERT_DISPWELL_TRUST_CA_CERT","features":[496]},{"name":"CERT_DISPWELL_TRUST_LEAF_CERT","features":[496]},{"name":"CERT_FILTER_DATA","features":[496]},{"name":"CERT_FILTER_EXTENSION_MATCH","features":[496]},{"name":"CERT_FILTER_INCLUDE_V1_CERTS","features":[496]},{"name":"CERT_FILTER_ISSUER_CERTS_ONLY","features":[496]},{"name":"CERT_FILTER_KEY_EXISTS","features":[496]},{"name":"CERT_FILTER_LEAF_CERTS_ONLY","features":[496]},{"name":"CERT_FILTER_OP_EQUALITY","features":[496]},{"name":"CERT_FILTER_OP_EXISTS","features":[496]},{"name":"CERT_FILTER_OP_NOT_EXISTS","features":[496]},{"name":"CERT_FILTER_VALID_SIGNATURE","features":[496]},{"name":"CERT_FILTER_VALID_TIME_RANGE","features":[496]},{"name":"CERT_SELECTUI_INPUT","features":[305,496]},{"name":"CERT_SELECT_STRUCT_A","features":[305,496]},{"name":"CERT_SELECT_STRUCT_FLAGS","features":[496]},{"name":"CERT_SELECT_STRUCT_W","features":[305,496]},{"name":"CERT_TRUST_DO_FULL_SEARCH","features":[496]},{"name":"CERT_TRUST_DO_FULL_TRUST","features":[496]},{"name":"CERT_TRUST_MASK","features":[496]},{"name":"CERT_TRUST_PERMIT_MISSING_CRLS","features":[496]},{"name":"CERT_VALIDITY_AFTER_END","features":[496]},{"name":"CERT_VALIDITY_BEFORE_START","features":[496]},{"name":"CERT_VALIDITY_CERTIFICATE_REVOKED","features":[496]},{"name":"CERT_VALIDITY_CRL_OUT_OF_DATE","features":[496]},{"name":"CERT_VALIDITY_EXPLICITLY_DISTRUSTED","features":[496]},{"name":"CERT_VALIDITY_EXTENDED_USAGE_FAILURE","features":[496]},{"name":"CERT_VALIDITY_ISSUER_DISTRUST","features":[496]},{"name":"CERT_VALIDITY_ISSUER_INVALID","features":[496]},{"name":"CERT_VALIDITY_KEY_USAGE_EXT_FAILURE","features":[496]},{"name":"CERT_VALIDITY_MASK_TRUST","features":[496]},{"name":"CERT_VALIDITY_MASK_VALIDITY","features":[496]},{"name":"CERT_VALIDITY_NAME_CONSTRAINTS_FAILURE","features":[496]},{"name":"CERT_VALIDITY_NO_CRL_FOUND","features":[496]},{"name":"CERT_VALIDITY_NO_ISSUER_CERT_FOUND","features":[496]},{"name":"CERT_VALIDITY_NO_TRUST_DATA","features":[496]},{"name":"CERT_VALIDITY_OTHER_ERROR","features":[496]},{"name":"CERT_VALIDITY_OTHER_EXTENSION_FAILURE","features":[496]},{"name":"CERT_VALIDITY_PERIOD_NESTING_FAILURE","features":[496]},{"name":"CERT_VALIDITY_SIGNATURE_FAILS","features":[496]},{"name":"CERT_VALIDITY_UNKNOWN_CRITICAL_EXTENSION","features":[496]},{"name":"CERT_VERIFY_CERTIFICATE_TRUST","features":[305,496]},{"name":"CERT_VIEWPROPERTIES_STRUCT_A","features":[305,317,496,357,374]},{"name":"CERT_VIEWPROPERTIES_STRUCT_FLAGS","features":[496]},{"name":"CERT_VIEWPROPERTIES_STRUCT_W","features":[305,317,496,357,374]},{"name":"CM_ADD_CERT_STORES","features":[496]},{"name":"CM_ENABLEHOOK","features":[496]},{"name":"CM_ENABLETEMPLATE","features":[496]},{"name":"CM_HIDE_ADVANCEPAGE","features":[496]},{"name":"CM_HIDE_DETAILPAGE","features":[496]},{"name":"CM_HIDE_TRUSTPAGE","features":[496]},{"name":"CM_NO_EDITTRUST","features":[496]},{"name":"CM_NO_NAMECHANGE","features":[496]},{"name":"CM_SHOW_HELP","features":[496]},{"name":"CM_SHOW_HELPICON","features":[496]},{"name":"CM_VIEWFLAGS_MASK","features":[496]},{"name":"CRYPTDLG_ACTION_MASK","features":[496]},{"name":"CRYPTDLG_CACHE_ONLY_URL_RETRIEVAL","features":[496]},{"name":"CRYPTDLG_DISABLE_AIA","features":[496]},{"name":"CRYPTDLG_POLICY_MASK","features":[496]},{"name":"CRYPTDLG_REVOCATION_CACHE","features":[496]},{"name":"CRYPTDLG_REVOCATION_DEFAULT","features":[496]},{"name":"CRYPTDLG_REVOCATION_NONE","features":[496]},{"name":"CRYPTDLG_REVOCATION_ONLINE","features":[496]},{"name":"CRYPTUI_ACCEPT_DECLINE_STYLE","features":[496]},{"name":"CRYPTUI_CACHE_ONLY_URL_RETRIEVAL","features":[496]},{"name":"CRYPTUI_CERT_MGR_PUBLISHER_TAB","features":[496]},{"name":"CRYPTUI_CERT_MGR_SINGLE_TAB_FLAG","features":[496]},{"name":"CRYPTUI_CERT_MGR_STRUCT","features":[305,496]},{"name":"CRYPTUI_CERT_MGR_TAB_MASK","features":[496]},{"name":"CRYPTUI_DISABLE_ADDTOSTORE","features":[496]},{"name":"CRYPTUI_DISABLE_EDITPROPERTIES","features":[496]},{"name":"CRYPTUI_DISABLE_EXPORT","features":[496]},{"name":"CRYPTUI_DISABLE_HTMLLINK","features":[496]},{"name":"CRYPTUI_DISABLE_ISSUERSTATEMENT","features":[496]},{"name":"CRYPTUI_DONT_OPEN_STORES","features":[496]},{"name":"CRYPTUI_ENABLE_ADDTOSTORE","features":[496]},{"name":"CRYPTUI_ENABLE_EDITPROPERTIES","features":[496]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECKING","features":[496]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_CHAIN","features":[496]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[496]},{"name":"CRYPTUI_ENABLE_REVOCATION_CHECK_END_CERT","features":[496]},{"name":"CRYPTUI_HIDE_DETAILPAGE","features":[496]},{"name":"CRYPTUI_HIDE_HIERARCHYPAGE","features":[496]},{"name":"CRYPTUI_IGNORE_UNTRUSTED_ROOT","features":[496]},{"name":"CRYPTUI_INITDIALOG_STRUCT","features":[305,496]},{"name":"CRYPTUI_ONLY_OPEN_ROOT_STORE","features":[496]},{"name":"CRYPTUI_SELECT_EXPIRATION_COLUMN","features":[496]},{"name":"CRYPTUI_SELECT_FRIENDLYNAME_COLUMN","features":[496]},{"name":"CRYPTUI_SELECT_INTENDEDUSE_COLUMN","features":[496]},{"name":"CRYPTUI_SELECT_ISSUEDBY_COLUMN","features":[496]},{"name":"CRYPTUI_SELECT_ISSUEDTO_COLUMN","features":[496]},{"name":"CRYPTUI_SELECT_LOCATION_COLUMN","features":[496]},{"name":"CRYPTUI_VIEWCERTIFICATE_FLAGS","features":[496]},{"name":"CRYPTUI_VIEWCERTIFICATE_STRUCTA","features":[305,317,493,494,496,497,357,374]},{"name":"CRYPTUI_VIEWCERTIFICATE_STRUCTW","features":[305,317,493,494,496,497,357,374]},{"name":"CRYPTUI_WARN_REMOTE_TRUST","features":[496]},{"name":"CRYPTUI_WARN_UNTRUSTED_ROOT","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_ADDITIONAL_CERT_CHOICE","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_CHAIN","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_CHAIN_NO_ROOT","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_ADD_NONE","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_BLOB_INFO","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CERT","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CERT_PVK_INFO","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_COMMERCIAL","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_EXCLUDE_PAGE_HASHES","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_EXTENDED_INFO","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INCLUDE_PAGE_HASHES","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INDIVIDUAL","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_INFO","features":[305,496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_NONE","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE_INFO","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_OPTION","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_PVK_PROV","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SIG_TYPE","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_STORE","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO","features":[305,496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_BLOB","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_FILE","features":[496]},{"name":"CRYPTUI_WIZ_DIGITAL_SIGN_SUBJECT_NONE","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO","features":[305,496]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_CONTEXT","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_STORE","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_CERT_STORE_CERTIFICATES_ONLY","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_CRL_CONTEXT","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_CTL_CONTEXT","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_BASE64","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_CRL","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_CTL","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_DER","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_PFX","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_PKCS7","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_FORMAT_SERIALIZED_CERT_STORE","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_INFO","features":[305,496]},{"name":"CRYPTUI_WIZ_EXPORT_NO_DELETE_PRIVATE_KEY","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_PRIVATE_KEY","features":[496]},{"name":"CRYPTUI_WIZ_EXPORT_SUBJECT","features":[496]},{"name":"CRYPTUI_WIZ_FLAGS","features":[496]},{"name":"CRYPTUI_WIZ_IGNORE_NO_UI_FLAG_FOR_CSPS","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CERT","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CRL","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_ALLOW_CTL","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_NO_CHANGE_DEST_STORE","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_REMOTE_DEST_STORE","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_SRC_INFO","features":[305,496]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CERT_CONTEXT","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CERT_STORE","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CRL_CONTEXT","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_CTL_CONTEXT","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_FILE","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_SUBJECT_OPTION","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_TO_CURRENTUSER","features":[496]},{"name":"CRYPTUI_WIZ_IMPORT_TO_LOCALMACHINE","features":[496]},{"name":"CRYPTUI_WIZ_NO_UI","features":[496]},{"name":"CRYPTUI_WIZ_NO_UI_EXCEPT_CSP","features":[496]},{"name":"CRYTPDLG_FLAGS_MASK","features":[496]},{"name":"CSS_ALLOWMULTISELECT","features":[496]},{"name":"CSS_ENABLEHOOK","features":[496]},{"name":"CSS_ENABLETEMPLATE","features":[496]},{"name":"CSS_ENABLETEMPLATEHANDLE","features":[496]},{"name":"CSS_HIDE_PROPERTIES","features":[496]},{"name":"CSS_SELECTCERT_MASK","features":[496]},{"name":"CSS_SHOW_HELP","features":[496]},{"name":"CTL_MODIFY_REQUEST","features":[305,496]},{"name":"CTL_MODIFY_REQUEST_ADD_NOT_TRUSTED","features":[496]},{"name":"CTL_MODIFY_REQUEST_ADD_TRUSTED","features":[496]},{"name":"CTL_MODIFY_REQUEST_OPERATION","features":[496]},{"name":"CTL_MODIFY_REQUEST_REMOVE","features":[496]},{"name":"CertSelectionGetSerializedBlob","features":[305,496]},{"name":"CryptUIDlgCertMgr","features":[305,496]},{"name":"CryptUIDlgSelectCertificateFromStore","features":[305,496]},{"name":"CryptUIDlgViewCertificateA","features":[305,317,493,494,496,497,357,374]},{"name":"CryptUIDlgViewCertificateW","features":[305,317,493,494,496,497,357,374]},{"name":"CryptUIDlgViewContext","features":[305,496]},{"name":"CryptUIWizDigitalSign","features":[305,496]},{"name":"CryptUIWizExport","features":[305,496]},{"name":"CryptUIWizFreeDigitalSignContext","features":[305,496]},{"name":"CryptUIWizImport","features":[305,496]},{"name":"PFNCFILTERPROC","features":[305,496]},{"name":"PFNCMFILTERPROC","features":[305,496]},{"name":"PFNCMHOOKPROC","features":[305,496]},{"name":"PFNTRUSTHELPER","features":[305,496]},{"name":"POLICY_IGNORE_NON_CRITICAL_BC","features":[496]},{"name":"SELCERT_ALGORITHM","features":[496]},{"name":"SELCERT_CERTLIST","features":[496]},{"name":"SELCERT_FINEPRINT","features":[496]},{"name":"SELCERT_ISSUED_TO","features":[496]},{"name":"SELCERT_PROPERTIES","features":[496]},{"name":"SELCERT_SERIAL_NUM","features":[496]},{"name":"SELCERT_THUMBPRINT","features":[496]},{"name":"SELCERT_VALIDITY","features":[496]},{"name":"szCERT_CERTIFICATE_ACTION_VERIFY","features":[496]}],"501":[{"name":"AllUserData","features":[498]},{"name":"CurrentUserData","features":[498]},{"name":"DIAGNOSTIC_DATA_EVENT_BINARY_STATS","features":[498]},{"name":"DIAGNOSTIC_DATA_EVENT_CATEGORY_DESCRIPTION","features":[498]},{"name":"DIAGNOSTIC_DATA_EVENT_PRODUCER_DESCRIPTION","features":[498]},{"name":"DIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION","features":[498]},{"name":"DIAGNOSTIC_DATA_EVENT_TAG_STATS","features":[498]},{"name":"DIAGNOSTIC_DATA_EVENT_TRANSCRIPT_CONFIGURATION","features":[498]},{"name":"DIAGNOSTIC_DATA_GENERAL_STATS","features":[498]},{"name":"DIAGNOSTIC_DATA_RECORD","features":[305,498]},{"name":"DIAGNOSTIC_DATA_SEARCH_CRITERIA","features":[305,498]},{"name":"DIAGNOSTIC_REPORT_DATA","features":[305,498]},{"name":"DIAGNOSTIC_REPORT_PARAMETER","features":[498]},{"name":"DIAGNOSTIC_REPORT_SIGNATURE","features":[498]},{"name":"DdqAccessLevel","features":[498]},{"name":"DdqCancelDiagnosticRecordOperation","features":[498]},{"name":"DdqCloseSession","features":[498]},{"name":"DdqCreateSession","features":[498]},{"name":"DdqExtractDiagnosticReport","features":[498]},{"name":"DdqFreeDiagnosticRecordLocaleTags","features":[498]},{"name":"DdqFreeDiagnosticRecordPage","features":[498]},{"name":"DdqFreeDiagnosticRecordProducerCategories","features":[498]},{"name":"DdqFreeDiagnosticRecordProducers","features":[498]},{"name":"DdqFreeDiagnosticReport","features":[498]},{"name":"DdqGetDiagnosticDataAccessLevelAllowed","features":[498]},{"name":"DdqGetDiagnosticRecordAtIndex","features":[305,498]},{"name":"DdqGetDiagnosticRecordBinaryDistribution","features":[498]},{"name":"DdqGetDiagnosticRecordCategoryAtIndex","features":[498]},{"name":"DdqGetDiagnosticRecordCategoryCount","features":[498]},{"name":"DdqGetDiagnosticRecordCount","features":[498]},{"name":"DdqGetDiagnosticRecordLocaleTagAtIndex","features":[498]},{"name":"DdqGetDiagnosticRecordLocaleTagCount","features":[498]},{"name":"DdqGetDiagnosticRecordLocaleTags","features":[498]},{"name":"DdqGetDiagnosticRecordPage","features":[305,498]},{"name":"DdqGetDiagnosticRecordPayload","features":[498]},{"name":"DdqGetDiagnosticRecordProducerAtIndex","features":[498]},{"name":"DdqGetDiagnosticRecordProducerCategories","features":[498]},{"name":"DdqGetDiagnosticRecordProducerCount","features":[498]},{"name":"DdqGetDiagnosticRecordProducers","features":[498]},{"name":"DdqGetDiagnosticRecordStats","features":[305,498]},{"name":"DdqGetDiagnosticRecordSummary","features":[498]},{"name":"DdqGetDiagnosticRecordTagDistribution","features":[498]},{"name":"DdqGetDiagnosticReport","features":[498]},{"name":"DdqGetDiagnosticReportAtIndex","features":[305,498]},{"name":"DdqGetDiagnosticReportCount","features":[498]},{"name":"DdqGetDiagnosticReportStoreReportCount","features":[498]},{"name":"DdqGetSessionAccessLevel","features":[498]},{"name":"DdqGetTranscriptConfiguration","features":[498]},{"name":"DdqIsDiagnosticRecordSampledIn","features":[305,498]},{"name":"DdqSetTranscriptConfiguration","features":[498]},{"name":"HDIAGNOSTIC_DATA_QUERY_SESSION","features":[498]},{"name":"HDIAGNOSTIC_EVENT_CATEGORY_DESCRIPTION","features":[498]},{"name":"HDIAGNOSTIC_EVENT_PRODUCER_DESCRIPTION","features":[498]},{"name":"HDIAGNOSTIC_EVENT_TAG_DESCRIPTION","features":[498]},{"name":"HDIAGNOSTIC_RECORD","features":[498]},{"name":"HDIAGNOSTIC_REPORT","features":[498]},{"name":"NoData","features":[498]}],"502":[{"name":"DSCreateISecurityInfoObject","features":[305,491,499]},{"name":"DSCreateISecurityInfoObjectEx","features":[305,491,499]},{"name":"DSCreateSecurityPage","features":[305,499,357]},{"name":"DSEditSecurity","features":[305,499]},{"name":"DSSI_IS_ROOT","features":[499]},{"name":"DSSI_NO_ACCESS_CHECK","features":[499]},{"name":"DSSI_NO_EDIT_OWNER","features":[499]},{"name":"DSSI_NO_EDIT_SACL","features":[499]},{"name":"DSSI_NO_FILTER","features":[499]},{"name":"DSSI_NO_READONLY_MESSAGE","features":[499]},{"name":"DSSI_READ_ONLY","features":[499]},{"name":"PFNDSCREATEISECINFO","features":[305,491,499]},{"name":"PFNDSCREATEISECINFOEX","features":[305,491,499]},{"name":"PFNDSCREATESECPAGE","features":[305,499,357]},{"name":"PFNDSEDITSECURITY","features":[305,499]},{"name":"PFNREADOBJECTSECURITY","features":[305,499]},{"name":"PFNWRITEOBJECTSECURITY","features":[305,499]}],"503":[{"name":"ENTERPRISE_DATA_POLICIES","features":[500]},{"name":"ENTERPRISE_POLICY_ALLOWED","features":[500]},{"name":"ENTERPRISE_POLICY_ENLIGHTENED","features":[500]},{"name":"ENTERPRISE_POLICY_EXEMPT","features":[500]},{"name":"ENTERPRISE_POLICY_NONE","features":[500]},{"name":"FILE_UNPROTECT_OPTIONS","features":[500]},{"name":"HTHREAD_NETWORK_CONTEXT","features":[305,500]},{"name":"IProtectionPolicyManagerInterop","features":[500]},{"name":"IProtectionPolicyManagerInterop2","features":[500]},{"name":"IProtectionPolicyManagerInterop3","features":[500]},{"name":"ProtectFileToEnterpriseIdentity","features":[500]},{"name":"SRPHOSTING_TYPE","features":[500]},{"name":"SRPHOSTING_TYPE_NONE","features":[500]},{"name":"SRPHOSTING_TYPE_WINHTTP","features":[500]},{"name":"SRPHOSTING_TYPE_WININET","features":[500]},{"name":"SRPHOSTING_VERSION","features":[500]},{"name":"SRPHOSTING_VERSION1","features":[500]},{"name":"SrpCloseThreadNetworkContext","features":[305,500]},{"name":"SrpCreateThreadNetworkContext","features":[305,500]},{"name":"SrpDisablePermissiveModeFileEncryption","features":[500]},{"name":"SrpDoesPolicyAllowAppExecution","features":[305,500,501]},{"name":"SrpEnablePermissiveModeFileEncryption","features":[500]},{"name":"SrpGetEnterpriseIds","features":[305,500]},{"name":"SrpGetEnterprisePolicy","features":[305,500]},{"name":"SrpHostingInitialize","features":[500]},{"name":"SrpHostingTerminate","features":[500]},{"name":"SrpIsTokenService","features":[305,500]},{"name":"SrpSetTokenEnterpriseId","features":[305,500]},{"name":"UnprotectFile","features":[500]}],"504":[{"name":"CERTIFICATE_HASH_LENGTH","features":[467]},{"name":"EAPACTION_Authenticate","features":[467]},{"name":"EAPACTION_Done","features":[467]},{"name":"EAPACTION_IndicateIdentity","features":[467]},{"name":"EAPACTION_IndicateTLV","features":[467]},{"name":"EAPACTION_NoAction","features":[467]},{"name":"EAPACTION_Send","features":[467]},{"name":"EAPACTION_SendAndDone","features":[467]},{"name":"EAPACTION_SendWithTimeout","features":[467]},{"name":"EAPACTION_SendWithTimeoutInteractive","features":[467]},{"name":"EAPCODE_Failure","features":[467]},{"name":"EAPCODE_Request","features":[467]},{"name":"EAPCODE_Response","features":[467]},{"name":"EAPCODE_Success","features":[467]},{"name":"EAPHOST_AUTH_INFO","features":[467]},{"name":"EAPHOST_AUTH_STATUS","features":[467]},{"name":"EAPHOST_IDENTITY_UI_PARAMS","features":[467]},{"name":"EAPHOST_INTERACTIVE_UI_PARAMS","features":[467]},{"name":"EAPHOST_METHOD_API_VERSION","features":[467]},{"name":"EAPHOST_PEER_API_VERSION","features":[467]},{"name":"EAP_ATTRIBUTE","features":[467]},{"name":"EAP_ATTRIBUTES","features":[467]},{"name":"EAP_ATTRIBUTE_TYPE","features":[467]},{"name":"EAP_AUTHENTICATOR_METHOD_ROUTINES","features":[467]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT","features":[467]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_BASIC","features":[467]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_INTERACTIVE","features":[467]},{"name":"EAP_AUTHENTICATOR_SEND_TIMEOUT_NONE","features":[467]},{"name":"EAP_AUTHENTICATOR_VALUENAME_CONFIGUI","features":[467]},{"name":"EAP_AUTHENTICATOR_VALUENAME_DLL_PATH","features":[467]},{"name":"EAP_AUTHENTICATOR_VALUENAME_FRIENDLY_NAME","features":[467]},{"name":"EAP_AUTHENTICATOR_VALUENAME_PROPERTIES","features":[467]},{"name":"EAP_CERTIFICATE_CREDENTIAL","features":[467]},{"name":"EAP_CONFIG_INPUT_FIELD_ARRAY","features":[467]},{"name":"EAP_CONFIG_INPUT_FIELD_DATA","features":[467]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_DEFAULT","features":[467]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_NON_DISPLAYABLE","features":[467]},{"name":"EAP_CONFIG_INPUT_FIELD_PROPS_NON_PERSIST","features":[467]},{"name":"EAP_CONFIG_INPUT_FIELD_TYPE","features":[467]},{"name":"EAP_CREDENTIAL_VERSION","features":[467]},{"name":"EAP_CRED_EXPIRY_REQ","features":[467]},{"name":"EAP_EMPTY_CREDENTIAL","features":[467]},{"name":"EAP_ERROR","features":[467]},{"name":"EAP_E_AUTHENTICATION_FAILED","features":[467]},{"name":"EAP_E_CERT_STORE_INACCESSIBLE","features":[467]},{"name":"EAP_E_EAPHOST_EAPQEC_INACCESSIBLE","features":[467]},{"name":"EAP_E_EAPHOST_FIRST","features":[467]},{"name":"EAP_E_EAPHOST_IDENTITY_UNKNOWN","features":[467]},{"name":"EAP_E_EAPHOST_LAST","features":[467]},{"name":"EAP_E_EAPHOST_METHOD_INVALID_PACKET","features":[467]},{"name":"EAP_E_EAPHOST_METHOD_NOT_INSTALLED","features":[467]},{"name":"EAP_E_EAPHOST_METHOD_OPERATION_NOT_SUPPORTED","features":[467]},{"name":"EAP_E_EAPHOST_REMOTE_INVALID_PACKET","features":[467]},{"name":"EAP_E_EAPHOST_THIRDPARTY_METHOD_HOST_RESET","features":[467]},{"name":"EAP_E_EAPHOST_XML_MALFORMED","features":[467]},{"name":"EAP_E_METHOD_CONFIG_DOES_NOT_SUPPORT_SSO","features":[467]},{"name":"EAP_E_NO_SMART_CARD_READER","features":[467]},{"name":"EAP_E_SERVER_CERT_EXPIRED","features":[467]},{"name":"EAP_E_SERVER_CERT_INVALID","features":[467]},{"name":"EAP_E_SERVER_CERT_NOT_FOUND","features":[467]},{"name":"EAP_E_SERVER_CERT_OTHER_ERROR","features":[467]},{"name":"EAP_E_SERVER_CERT_REVOKED","features":[467]},{"name":"EAP_E_SERVER_FIRST","features":[467]},{"name":"EAP_E_SERVER_LAST","features":[467]},{"name":"EAP_E_SERVER_ROOT_CERT_FIRST","features":[467]},{"name":"EAP_E_SERVER_ROOT_CERT_INVALID","features":[467]},{"name":"EAP_E_SERVER_ROOT_CERT_LAST","features":[467]},{"name":"EAP_E_SERVER_ROOT_CERT_NAME_REQUIRED","features":[467]},{"name":"EAP_E_SERVER_ROOT_CERT_NOT_FOUND","features":[467]},{"name":"EAP_E_SIM_NOT_VALID","features":[467]},{"name":"EAP_E_USER_CERT_EXPIRED","features":[467]},{"name":"EAP_E_USER_CERT_INVALID","features":[467]},{"name":"EAP_E_USER_CERT_NOT_FOUND","features":[467]},{"name":"EAP_E_USER_CERT_OTHER_ERROR","features":[467]},{"name":"EAP_E_USER_CERT_REJECTED","features":[467]},{"name":"EAP_E_USER_CERT_REVOKED","features":[467]},{"name":"EAP_E_USER_CREDENTIALS_REJECTED","features":[467]},{"name":"EAP_E_USER_FIRST","features":[467]},{"name":"EAP_E_USER_LAST","features":[467]},{"name":"EAP_E_USER_NAME_PASSWORD_REJECTED","features":[467]},{"name":"EAP_E_USER_ROOT_CERT_EXPIRED","features":[467]},{"name":"EAP_E_USER_ROOT_CERT_FIRST","features":[467]},{"name":"EAP_E_USER_ROOT_CERT_INVALID","features":[467]},{"name":"EAP_E_USER_ROOT_CERT_LAST","features":[467]},{"name":"EAP_E_USER_ROOT_CERT_NOT_FOUND","features":[467]},{"name":"EAP_FLAG_CONFG_READONLY","features":[467]},{"name":"EAP_FLAG_FULL_AUTH","features":[467]},{"name":"EAP_FLAG_GUEST_ACCESS","features":[467]},{"name":"EAP_FLAG_LOGON","features":[467]},{"name":"EAP_FLAG_MACHINE_AUTH","features":[467]},{"name":"EAP_FLAG_NON_INTERACTIVE","features":[467]},{"name":"EAP_FLAG_ONLY_EAP_TLS","features":[467]},{"name":"EAP_FLAG_PREFER_ALT_CREDENTIALS","features":[467]},{"name":"EAP_FLAG_PREVIEW","features":[467]},{"name":"EAP_FLAG_PRE_LOGON","features":[467]},{"name":"EAP_FLAG_RESUME_FROM_HIBERNATE","features":[467]},{"name":"EAP_FLAG_Reserved1","features":[467]},{"name":"EAP_FLAG_Reserved2","features":[467]},{"name":"EAP_FLAG_Reserved3","features":[467]},{"name":"EAP_FLAG_Reserved4","features":[467]},{"name":"EAP_FLAG_Reserved5","features":[467]},{"name":"EAP_FLAG_Reserved6","features":[467]},{"name":"EAP_FLAG_Reserved7","features":[467]},{"name":"EAP_FLAG_Reserved8","features":[467]},{"name":"EAP_FLAG_Reserved9","features":[467]},{"name":"EAP_FLAG_SERVER_VALIDATION_REQUIRED","features":[467]},{"name":"EAP_FLAG_SUPRESS_UI","features":[467]},{"name":"EAP_FLAG_USER_AUTH","features":[467]},{"name":"EAP_FLAG_VPN","features":[467]},{"name":"EAP_GROUP_MASK","features":[467]},{"name":"EAP_INTERACTIVE_UI_DATA","features":[467]},{"name":"EAP_INTERACTIVE_UI_DATA_TYPE","features":[467]},{"name":"EAP_INTERACTIVE_UI_DATA_VERSION","features":[467]},{"name":"EAP_INVALID_PACKET","features":[467]},{"name":"EAP_I_EAPHOST_EAP_NEGOTIATION_FAILED","features":[467]},{"name":"EAP_I_EAPHOST_FIRST","features":[467]},{"name":"EAP_I_EAPHOST_LAST","features":[467]},{"name":"EAP_I_USER_ACCOUNT_OTHER_ERROR","features":[467]},{"name":"EAP_I_USER_FIRST","features":[467]},{"name":"EAP_I_USER_LAST","features":[467]},{"name":"EAP_METHOD_AUTHENTICATOR_CONFIG_IS_IDENTITY_PRIVACY","features":[467]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_ACTION","features":[467]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_AUTHENTICATE","features":[467]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_DISCARD","features":[467]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_HANDLE_IDENTITY","features":[467]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_RESPOND","features":[467]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_RESULT","features":[467]},{"name":"EAP_METHOD_AUTHENTICATOR_RESPONSE_SEND","features":[467]},{"name":"EAP_METHOD_AUTHENTICATOR_RESULT","features":[305,467]},{"name":"EAP_METHOD_INFO","features":[467]},{"name":"EAP_METHOD_INFO_ARRAY","features":[467]},{"name":"EAP_METHOD_INFO_ARRAY_EX","features":[467]},{"name":"EAP_METHOD_INFO_EX","features":[467]},{"name":"EAP_METHOD_INVALID_PACKET","features":[467]},{"name":"EAP_METHOD_PROPERTY","features":[305,467]},{"name":"EAP_METHOD_PROPERTY_ARRAY","features":[305,467]},{"name":"EAP_METHOD_PROPERTY_TYPE","features":[467]},{"name":"EAP_METHOD_PROPERTY_VALUE","features":[305,467]},{"name":"EAP_METHOD_PROPERTY_VALUE_BOOL","features":[305,467]},{"name":"EAP_METHOD_PROPERTY_VALUE_DWORD","features":[467]},{"name":"EAP_METHOD_PROPERTY_VALUE_STRING","features":[467]},{"name":"EAP_METHOD_PROPERTY_VALUE_TYPE","features":[467]},{"name":"EAP_METHOD_TYPE","features":[467]},{"name":"EAP_PEER_FLAG_GUEST_ACCESS","features":[467]},{"name":"EAP_PEER_FLAG_HEALTH_STATE_CHANGE","features":[467]},{"name":"EAP_PEER_METHOD_ROUTINES","features":[467]},{"name":"EAP_PEER_VALUENAME_CONFIGUI","features":[467]},{"name":"EAP_PEER_VALUENAME_DLL_PATH","features":[467]},{"name":"EAP_PEER_VALUENAME_FRIENDLY_NAME","features":[467]},{"name":"EAP_PEER_VALUENAME_IDENTITY","features":[467]},{"name":"EAP_PEER_VALUENAME_INTERACTIVEUI","features":[467]},{"name":"EAP_PEER_VALUENAME_INVOKE_NAMEDLG","features":[467]},{"name":"EAP_PEER_VALUENAME_INVOKE_PWDDLG","features":[467]},{"name":"EAP_PEER_VALUENAME_PROPERTIES","features":[467]},{"name":"EAP_PEER_VALUENAME_REQUIRE_CONFIGUI","features":[467]},{"name":"EAP_REGISTRY_LOCATION","features":[467]},{"name":"EAP_SIM_CREDENTIAL","features":[467]},{"name":"EAP_TYPE","features":[467]},{"name":"EAP_UI_DATA_FORMAT","features":[467]},{"name":"EAP_UI_INPUT_FIELD_PROPS_DEFAULT","features":[467]},{"name":"EAP_UI_INPUT_FIELD_PROPS_NON_DISPLAYABLE","features":[467]},{"name":"EAP_UI_INPUT_FIELD_PROPS_NON_PERSIST","features":[467]},{"name":"EAP_UI_INPUT_FIELD_PROPS_READ_ONLY","features":[467]},{"name":"EAP_USERNAME_PASSWORD_CREDENTIAL","features":[467]},{"name":"EAP_VALUENAME_PROPERTIES","features":[467]},{"name":"EAP_WINLOGON_CREDENTIAL","features":[467]},{"name":"EapCertificateCredential","features":[467]},{"name":"EapCode","features":[467]},{"name":"EapCodeFailure","features":[467]},{"name":"EapCodeMaximum","features":[467]},{"name":"EapCodeMinimum","features":[467]},{"name":"EapCodeRequest","features":[467]},{"name":"EapCodeResponse","features":[467]},{"name":"EapCodeSuccess","features":[467]},{"name":"EapConfigInputEdit","features":[467]},{"name":"EapConfigInputNetworkPassword","features":[467]},{"name":"EapConfigInputNetworkUsername","features":[467]},{"name":"EapConfigInputPSK","features":[467]},{"name":"EapConfigInputPassword","features":[467]},{"name":"EapConfigInputPin","features":[467]},{"name":"EapConfigInputUsername","features":[467]},{"name":"EapConfigSmartCardError","features":[467]},{"name":"EapConfigSmartCardUsername","features":[467]},{"name":"EapCredExpiryReq","features":[467]},{"name":"EapCredExpiryResp","features":[467]},{"name":"EapCredLogonReq","features":[467]},{"name":"EapCredLogonResp","features":[467]},{"name":"EapCredReq","features":[467]},{"name":"EapCredResp","features":[467]},{"name":"EapCredential","features":[467]},{"name":"EapCredentialType","features":[467]},{"name":"EapCredentialTypeData","features":[467]},{"name":"EapHostAuthFailed","features":[467]},{"name":"EapHostAuthIdentityExchange","features":[467]},{"name":"EapHostAuthInProgress","features":[467]},{"name":"EapHostAuthNegotiatingType","features":[467]},{"name":"EapHostAuthNotStarted","features":[467]},{"name":"EapHostAuthSucceeded","features":[467]},{"name":"EapHostInvalidSession","features":[467]},{"name":"EapHostNapInfo","features":[467]},{"name":"EapHostPeerAuthParams","features":[467]},{"name":"EapHostPeerAuthStatus","features":[467]},{"name":"EapHostPeerBeginSession","features":[305,467]},{"name":"EapHostPeerClearConnection","features":[467]},{"name":"EapHostPeerConfigBlob2Xml","features":[362,467,358]},{"name":"EapHostPeerConfigXml2Blob","features":[362,467,358]},{"name":"EapHostPeerCredentialsXml2Blob","features":[362,467,358]},{"name":"EapHostPeerEndSession","features":[467]},{"name":"EapHostPeerFreeEapError","features":[467]},{"name":"EapHostPeerFreeErrorMemory","features":[467]},{"name":"EapHostPeerFreeMemory","features":[467]},{"name":"EapHostPeerFreeRuntimeMemory","features":[467]},{"name":"EapHostPeerGetAuthStatus","features":[467]},{"name":"EapHostPeerGetDataToUnplumbCredentials","features":[305,467]},{"name":"EapHostPeerGetEncryptedPassword","features":[467]},{"name":"EapHostPeerGetIdentity","features":[305,467]},{"name":"EapHostPeerGetMethodProperties","features":[305,467]},{"name":"EapHostPeerGetMethods","features":[467]},{"name":"EapHostPeerGetResponseAttributes","features":[467]},{"name":"EapHostPeerGetResult","features":[305,467]},{"name":"EapHostPeerGetSendPacket","features":[467]},{"name":"EapHostPeerGetUIContext","features":[467]},{"name":"EapHostPeerIdentity","features":[467]},{"name":"EapHostPeerIdentityExtendedInfo","features":[467]},{"name":"EapHostPeerInitialize","features":[467]},{"name":"EapHostPeerInvokeConfigUI","features":[305,467]},{"name":"EapHostPeerInvokeIdentityUI","features":[305,467]},{"name":"EapHostPeerInvokeInteractiveUI","features":[305,467]},{"name":"EapHostPeerMethodResult","features":[305,467]},{"name":"EapHostPeerMethodResultAltSuccessReceived","features":[467]},{"name":"EapHostPeerMethodResultFromMethod","features":[467]},{"name":"EapHostPeerMethodResultReason","features":[467]},{"name":"EapHostPeerMethodResultTimeout","features":[467]},{"name":"EapHostPeerProcessReceivedPacket","features":[467]},{"name":"EapHostPeerQueryCredentialInputFields","features":[305,467]},{"name":"EapHostPeerQueryInteractiveUIInputFields","features":[467]},{"name":"EapHostPeerQueryUIBlobFromInteractiveUIInputFields","features":[467]},{"name":"EapHostPeerQueryUserBlobFromCredentialInputFields","features":[305,467]},{"name":"EapHostPeerResponseAction","features":[467]},{"name":"EapHostPeerResponseDiscard","features":[467]},{"name":"EapHostPeerResponseInvokeUi","features":[467]},{"name":"EapHostPeerResponseNone","features":[467]},{"name":"EapHostPeerResponseRespond","features":[467]},{"name":"EapHostPeerResponseResult","features":[467]},{"name":"EapHostPeerResponseSend","features":[467]},{"name":"EapHostPeerResponseStartAuthentication","features":[467]},{"name":"EapHostPeerSetResponseAttributes","features":[467]},{"name":"EapHostPeerSetUIContext","features":[467]},{"name":"EapHostPeerUninitialize","features":[467]},{"name":"EapPacket","features":[467]},{"name":"EapPeerMethodOutput","features":[305,467]},{"name":"EapPeerMethodResponseAction","features":[467]},{"name":"EapPeerMethodResponseActionDiscard","features":[467]},{"name":"EapPeerMethodResponseActionInvokeUI","features":[467]},{"name":"EapPeerMethodResponseActionNone","features":[467]},{"name":"EapPeerMethodResponseActionRespond","features":[467]},{"name":"EapPeerMethodResponseActionResult","features":[467]},{"name":"EapPeerMethodResponseActionSend","features":[467]},{"name":"EapPeerMethodResult","features":[305,398,467]},{"name":"EapPeerMethodResultFailure","features":[467]},{"name":"EapPeerMethodResultReason","features":[467]},{"name":"EapPeerMethodResultSuccess","features":[467]},{"name":"EapPeerMethodResultUnknown","features":[467]},{"name":"EapSimCredential","features":[467]},{"name":"EapUsernamePasswordCredential","features":[467]},{"name":"FACILITY_EAP_MESSAGE","features":[467]},{"name":"GUID_EapHost_Cause_CertStoreInaccessible","features":[467]},{"name":"GUID_EapHost_Cause_EapNegotiationFailed","features":[467]},{"name":"GUID_EapHost_Cause_EapQecInaccessible","features":[467]},{"name":"GUID_EapHost_Cause_Generic_AuthFailure","features":[467]},{"name":"GUID_EapHost_Cause_IdentityUnknown","features":[467]},{"name":"GUID_EapHost_Cause_MethodDLLNotFound","features":[467]},{"name":"GUID_EapHost_Cause_MethodDoesNotSupportOperation","features":[467]},{"name":"GUID_EapHost_Cause_Method_Config_Does_Not_Support_Sso","features":[467]},{"name":"GUID_EapHost_Cause_No_SmartCardReader_Found","features":[467]},{"name":"GUID_EapHost_Cause_Server_CertExpired","features":[467]},{"name":"GUID_EapHost_Cause_Server_CertInvalid","features":[467]},{"name":"GUID_EapHost_Cause_Server_CertNotFound","features":[467]},{"name":"GUID_EapHost_Cause_Server_CertOtherError","features":[467]},{"name":"GUID_EapHost_Cause_Server_CertRevoked","features":[467]},{"name":"GUID_EapHost_Cause_Server_Root_CertNameRequired","features":[467]},{"name":"GUID_EapHost_Cause_Server_Root_CertNotFound","features":[467]},{"name":"GUID_EapHost_Cause_SimNotValid","features":[467]},{"name":"GUID_EapHost_Cause_ThirdPartyMethod_Host_Reset","features":[467]},{"name":"GUID_EapHost_Cause_User_Account_OtherProblem","features":[467]},{"name":"GUID_EapHost_Cause_User_CertExpired","features":[467]},{"name":"GUID_EapHost_Cause_User_CertInvalid","features":[467]},{"name":"GUID_EapHost_Cause_User_CertNotFound","features":[467]},{"name":"GUID_EapHost_Cause_User_CertOtherError","features":[467]},{"name":"GUID_EapHost_Cause_User_CertRejected","features":[467]},{"name":"GUID_EapHost_Cause_User_CertRevoked","features":[467]},{"name":"GUID_EapHost_Cause_User_CredsRejected","features":[467]},{"name":"GUID_EapHost_Cause_User_Root_CertExpired","features":[467]},{"name":"GUID_EapHost_Cause_User_Root_CertInvalid","features":[467]},{"name":"GUID_EapHost_Cause_User_Root_CertNotFound","features":[467]},{"name":"GUID_EapHost_Cause_XmlMalformed","features":[467]},{"name":"GUID_EapHost_Default","features":[467]},{"name":"GUID_EapHost_Help_ObtainingCerts","features":[467]},{"name":"GUID_EapHost_Help_Troubleshooting","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_AuthFailure","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_CertNameAbsent","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_CertStoreInaccessible","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_IdentityUnknown","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_InvalidUserAccount","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_InvalidUserCert","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_MethodNotFound","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_NegotiationFailed","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_NoSmartCardReader","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootCertInvalid","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootCertNotFound","features":[467]},{"name":"GUID_EapHost_Repair_ContactAdmin_RootExpired","features":[467]},{"name":"GUID_EapHost_Repair_ContactSysadmin","features":[467]},{"name":"GUID_EapHost_Repair_Method_Not_Support_Sso","features":[467]},{"name":"GUID_EapHost_Repair_No_ValidSim_Found","features":[467]},{"name":"GUID_EapHost_Repair_RestartNap","features":[467]},{"name":"GUID_EapHost_Repair_Retry_Authentication","features":[467]},{"name":"GUID_EapHost_Repair_Server_ClientSelectServerCert","features":[467]},{"name":"GUID_EapHost_Repair_User_AuthFailure","features":[467]},{"name":"GUID_EapHost_Repair_User_GetNewCert","features":[467]},{"name":"GUID_EapHost_Repair_User_SelectValidCert","features":[467]},{"name":"IAccountingProviderConfig","features":[467]},{"name":"IAuthenticationProviderConfig","features":[467]},{"name":"IEAPProviderConfig","features":[467]},{"name":"IEAPProviderConfig2","features":[467]},{"name":"IEAPProviderConfig3","features":[467]},{"name":"IRouterProtocolConfig","features":[467]},{"name":"ISOLATION_STATE","features":[467]},{"name":"ISOLATION_STATE_IN_PROBATION","features":[467]},{"name":"ISOLATION_STATE_NOT_RESTRICTED","features":[467]},{"name":"ISOLATION_STATE_RESTRICTED_ACCESS","features":[467]},{"name":"ISOLATION_STATE_UNKNOWN","features":[467]},{"name":"LEGACY_IDENTITY_UI_PARAMS","features":[467]},{"name":"LEGACY_INTERACTIVE_UI_PARAMS","features":[467]},{"name":"MAXEAPCODE","features":[467]},{"name":"MAX_EAP_CONFIG_INPUT_FIELD_LENGTH","features":[467]},{"name":"MAX_EAP_CONFIG_INPUT_FIELD_VALUE_LENGTH","features":[467]},{"name":"NCRYPT_PIN_CACHE_PIN_BYTE_LENGTH","features":[467]},{"name":"NgcTicketContext","features":[305,398,467]},{"name":"NotificationHandler","features":[467]},{"name":"PPP_EAP_ACTION","features":[467]},{"name":"PPP_EAP_INFO","features":[467]},{"name":"PPP_EAP_INPUT","features":[305,467]},{"name":"PPP_EAP_OUTPUT","features":[305,398,467]},{"name":"PPP_EAP_PACKET","features":[467]},{"name":"RAS_AUTH_ATTRIBUTE","features":[467]},{"name":"RAS_AUTH_ATTRIBUTE_TYPE","features":[467]},{"name":"RAS_EAP_FLAG_8021X_AUTH","features":[467]},{"name":"RAS_EAP_FLAG_ALTERNATIVE_USER_DB","features":[467]},{"name":"RAS_EAP_FLAG_CONFG_READONLY","features":[467]},{"name":"RAS_EAP_FLAG_FIRST_LINK","features":[467]},{"name":"RAS_EAP_FLAG_GUEST_ACCESS","features":[467]},{"name":"RAS_EAP_FLAG_HOSTED_IN_PEAP","features":[467]},{"name":"RAS_EAP_FLAG_LOGON","features":[467]},{"name":"RAS_EAP_FLAG_MACHINE_AUTH","features":[467]},{"name":"RAS_EAP_FLAG_NON_INTERACTIVE","features":[467]},{"name":"RAS_EAP_FLAG_PEAP_FORCE_FULL_AUTH","features":[467]},{"name":"RAS_EAP_FLAG_PEAP_UPFRONT","features":[467]},{"name":"RAS_EAP_FLAG_PREVIEW","features":[467]},{"name":"RAS_EAP_FLAG_PRE_LOGON","features":[467]},{"name":"RAS_EAP_FLAG_RESERVED","features":[467]},{"name":"RAS_EAP_FLAG_RESUME_FROM_HIBERNATE","features":[467]},{"name":"RAS_EAP_FLAG_ROUTER","features":[467]},{"name":"RAS_EAP_FLAG_SAVE_CREDMAN","features":[467]},{"name":"RAS_EAP_FLAG_SERVER_VALIDATION_REQUIRED","features":[467]},{"name":"RAS_EAP_REGISTRY_LOCATION","features":[467]},{"name":"RAS_EAP_ROLE_AUTHENTICATEE","features":[467]},{"name":"RAS_EAP_ROLE_AUTHENTICATOR","features":[467]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_EAP","features":[467]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_PEAP","features":[467]},{"name":"RAS_EAP_ROLE_EXCLUDE_IN_VPN","features":[467]},{"name":"RAS_EAP_VALUENAME_CONFIGUI","features":[467]},{"name":"RAS_EAP_VALUENAME_CONFIG_CLSID","features":[467]},{"name":"RAS_EAP_VALUENAME_DEFAULT_DATA","features":[467]},{"name":"RAS_EAP_VALUENAME_ENCRYPTION","features":[467]},{"name":"RAS_EAP_VALUENAME_FILTER_INNERMETHODS","features":[467]},{"name":"RAS_EAP_VALUENAME_FRIENDLY_NAME","features":[467]},{"name":"RAS_EAP_VALUENAME_IDENTITY","features":[467]},{"name":"RAS_EAP_VALUENAME_INTERACTIVEUI","features":[467]},{"name":"RAS_EAP_VALUENAME_INVOKE_NAMEDLG","features":[467]},{"name":"RAS_EAP_VALUENAME_INVOKE_PWDDLG","features":[467]},{"name":"RAS_EAP_VALUENAME_ISTUNNEL_METHOD","features":[467]},{"name":"RAS_EAP_VALUENAME_PATH","features":[467]},{"name":"RAS_EAP_VALUENAME_PER_POLICY_CONFIG","features":[467]},{"name":"RAS_EAP_VALUENAME_REQUIRE_CONFIGUI","features":[467]},{"name":"RAS_EAP_VALUENAME_ROLES_SUPPORTED","features":[467]},{"name":"RAS_EAP_VALUENAME_STANDALONE_SUPPORTED","features":[467]},{"name":"eapPropCertifiedMethod","features":[467]},{"name":"eapPropChannelBinding","features":[467]},{"name":"eapPropCipherSuiteNegotiation","features":[467]},{"name":"eapPropConfidentiality","features":[467]},{"name":"eapPropCryptoBinding","features":[467]},{"name":"eapPropDictionaryAttackResistance","features":[467]},{"name":"eapPropFastReconnect","features":[467]},{"name":"eapPropFragmentation","features":[467]},{"name":"eapPropHiddenMethod","features":[467]},{"name":"eapPropIdentityPrivacy","features":[467]},{"name":"eapPropIntegrity","features":[467]},{"name":"eapPropKeyDerivation","features":[467]},{"name":"eapPropKeyStrength1024","features":[467]},{"name":"eapPropKeyStrength128","features":[467]},{"name":"eapPropKeyStrength256","features":[467]},{"name":"eapPropKeyStrength512","features":[467]},{"name":"eapPropKeyStrength64","features":[467]},{"name":"eapPropMachineAuth","features":[467]},{"name":"eapPropMethodChaining","features":[467]},{"name":"eapPropMppeEncryption","features":[467]},{"name":"eapPropMutualAuth","features":[467]},{"name":"eapPropNap","features":[467]},{"name":"eapPropReplayProtection","features":[467]},{"name":"eapPropReserved","features":[467]},{"name":"eapPropSessionIndependence","features":[467]},{"name":"eapPropSharedStateEquivalence","features":[467]},{"name":"eapPropStandalone","features":[467]},{"name":"eapPropSupportsConfig","features":[467]},{"name":"eapPropTunnelMethod","features":[467]},{"name":"eapPropUserAuth","features":[467]},{"name":"eatARAPChallengeResponse","features":[467]},{"name":"eatARAPFeatures","features":[467]},{"name":"eatARAPGuestLogon","features":[467]},{"name":"eatARAPPassword","features":[467]},{"name":"eatARAPSecurity","features":[467]},{"name":"eatARAPSecurityData","features":[467]},{"name":"eatARAPZoneAccess","features":[467]},{"name":"eatAcctAuthentic","features":[467]},{"name":"eatAcctDelayTime","features":[467]},{"name":"eatAcctEventTimeStamp","features":[467]},{"name":"eatAcctInputOctets","features":[467]},{"name":"eatAcctInputPackets","features":[467]},{"name":"eatAcctInterimInterval","features":[467]},{"name":"eatAcctLinkCount","features":[467]},{"name":"eatAcctMultiSessionId","features":[467]},{"name":"eatAcctOutputOctets","features":[467]},{"name":"eatAcctOutputPackets","features":[467]},{"name":"eatAcctSessionId","features":[467]},{"name":"eatAcctSessionTime","features":[467]},{"name":"eatAcctStatusType","features":[467]},{"name":"eatAcctTerminateCause","features":[467]},{"name":"eatCallbackId","features":[467]},{"name":"eatCallbackNumber","features":[467]},{"name":"eatCalledStationId","features":[467]},{"name":"eatCallingStationId","features":[467]},{"name":"eatCertificateOID","features":[467]},{"name":"eatCertificateThumbprint","features":[467]},{"name":"eatClass","features":[467]},{"name":"eatClearTextPassword","features":[467]},{"name":"eatConfigurationToken","features":[467]},{"name":"eatConnectInfo","features":[467]},{"name":"eatCredentialsChanged","features":[467]},{"name":"eatEAPConfiguration","features":[467]},{"name":"eatEAPMessage","features":[467]},{"name":"eatEAPTLV","features":[467]},{"name":"eatEMSK","features":[467]},{"name":"eatFastRoamedSession","features":[467]},{"name":"eatFilterId","features":[467]},{"name":"eatFramedAppleTalkLink","features":[467]},{"name":"eatFramedAppleTalkNetwork","features":[467]},{"name":"eatFramedAppleTalkZone","features":[467]},{"name":"eatFramedCompression","features":[467]},{"name":"eatFramedIPAddress","features":[467]},{"name":"eatFramedIPNetmask","features":[467]},{"name":"eatFramedIPXNetwork","features":[467]},{"name":"eatFramedIPv6Pool","features":[467]},{"name":"eatFramedIPv6Prefix","features":[467]},{"name":"eatFramedIPv6Route","features":[467]},{"name":"eatFramedInterfaceId","features":[467]},{"name":"eatFramedMTU","features":[467]},{"name":"eatFramedProtocol","features":[467]},{"name":"eatFramedRoute","features":[467]},{"name":"eatFramedRouting","features":[467]},{"name":"eatIdleTimeout","features":[467]},{"name":"eatInnerEapMethodType","features":[467]},{"name":"eatLoginIPHost","features":[467]},{"name":"eatLoginIPv6Host","features":[467]},{"name":"eatLoginLATGroup","features":[467]},{"name":"eatLoginLATNode","features":[467]},{"name":"eatLoginLATPort","features":[467]},{"name":"eatLoginLATService","features":[467]},{"name":"eatLoginService","features":[467]},{"name":"eatLoginTCPPort","features":[467]},{"name":"eatMD5CHAPChallenge","features":[467]},{"name":"eatMD5CHAPPassword","features":[467]},{"name":"eatMethodId","features":[467]},{"name":"eatMinimum","features":[467]},{"name":"eatNASIPAddress","features":[467]},{"name":"eatNASIPv6Address","features":[467]},{"name":"eatNASIdentifier","features":[467]},{"name":"eatNASPort","features":[467]},{"name":"eatNASPortType","features":[467]},{"name":"eatPEAPEmbeddedEAPTypeId","features":[467]},{"name":"eatPEAPFastRoamedSession","features":[467]},{"name":"eatPasswordRetry","features":[467]},{"name":"eatPeerId","features":[467]},{"name":"eatPortLimit","features":[467]},{"name":"eatPrompt","features":[467]},{"name":"eatProxyState","features":[467]},{"name":"eatQuarantineSoH","features":[467]},{"name":"eatReplyMessage","features":[467]},{"name":"eatReserved","features":[467]},{"name":"eatServerId","features":[467]},{"name":"eatServiceType","features":[467]},{"name":"eatSessionId","features":[467]},{"name":"eatSessionTimeout","features":[467]},{"name":"eatSignature","features":[467]},{"name":"eatState","features":[467]},{"name":"eatTerminationAction","features":[467]},{"name":"eatTunnelClientEndpoint","features":[467]},{"name":"eatTunnelMediumType","features":[467]},{"name":"eatTunnelServerEndpoint","features":[467]},{"name":"eatTunnelType","features":[467]},{"name":"eatUnassigned17","features":[467]},{"name":"eatUnassigned21","features":[467]},{"name":"eatUserName","features":[467]},{"name":"eatUserPassword","features":[467]},{"name":"eatVendorSpecific","features":[467]},{"name":"emptLegacyMethodPropertyFlag","features":[467]},{"name":"emptPropCertifiedMethod","features":[467]},{"name":"emptPropChannelBinding","features":[467]},{"name":"emptPropCipherSuiteNegotiation","features":[467]},{"name":"emptPropConfidentiality","features":[467]},{"name":"emptPropCryptoBinding","features":[467]},{"name":"emptPropDictionaryAttackResistance","features":[467]},{"name":"emptPropFastReconnect","features":[467]},{"name":"emptPropFragmentation","features":[467]},{"name":"emptPropHiddenMethod","features":[467]},{"name":"emptPropIdentityPrivacy","features":[467]},{"name":"emptPropIntegrity","features":[467]},{"name":"emptPropKeyDerivation","features":[467]},{"name":"emptPropKeyStrength1024","features":[467]},{"name":"emptPropKeyStrength128","features":[467]},{"name":"emptPropKeyStrength256","features":[467]},{"name":"emptPropKeyStrength512","features":[467]},{"name":"emptPropKeyStrength64","features":[467]},{"name":"emptPropMachineAuth","features":[467]},{"name":"emptPropMethodChaining","features":[467]},{"name":"emptPropMppeEncryption","features":[467]},{"name":"emptPropMutualAuth","features":[467]},{"name":"emptPropNap","features":[467]},{"name":"emptPropReplayProtection","features":[467]},{"name":"emptPropSessionIndependence","features":[467]},{"name":"emptPropSharedStateEquivalence","features":[467]},{"name":"emptPropStandalone","features":[467]},{"name":"emptPropSupportsConfig","features":[467]},{"name":"emptPropTunnelMethod","features":[467]},{"name":"emptPropUserAuth","features":[467]},{"name":"emptPropVendorSpecific","features":[467]},{"name":"empvtBool","features":[467]},{"name":"empvtDword","features":[467]},{"name":"empvtString","features":[467]},{"name":"raatARAPChallenge","features":[467]},{"name":"raatARAPChallengeResponse","features":[467]},{"name":"raatARAPFeatures","features":[467]},{"name":"raatARAPGuestLogon","features":[467]},{"name":"raatARAPNewPassword","features":[467]},{"name":"raatARAPOldPassword","features":[467]},{"name":"raatARAPPassword","features":[467]},{"name":"raatARAPPasswordChangeReason","features":[467]},{"name":"raatARAPSecurity","features":[467]},{"name":"raatARAPSecurityData","features":[467]},{"name":"raatARAPZoneAccess","features":[467]},{"name":"raatAcctAuthentic","features":[467]},{"name":"raatAcctDelayTime","features":[467]},{"name":"raatAcctEventTimeStamp","features":[467]},{"name":"raatAcctInputOctets","features":[467]},{"name":"raatAcctInputPackets","features":[467]},{"name":"raatAcctInterimInterval","features":[467]},{"name":"raatAcctLinkCount","features":[467]},{"name":"raatAcctMultiSessionId","features":[467]},{"name":"raatAcctOutputOctets","features":[467]},{"name":"raatAcctOutputPackets","features":[467]},{"name":"raatAcctSessionId","features":[467]},{"name":"raatAcctSessionTime","features":[467]},{"name":"raatAcctStatusType","features":[467]},{"name":"raatAcctTerminateCause","features":[467]},{"name":"raatCallbackId","features":[467]},{"name":"raatCallbackNumber","features":[467]},{"name":"raatCalledStationId","features":[467]},{"name":"raatCallingStationId","features":[467]},{"name":"raatCertificateOID","features":[467]},{"name":"raatCertificateThumbprint","features":[467]},{"name":"raatClass","features":[467]},{"name":"raatConfigurationToken","features":[467]},{"name":"raatConnectInfo","features":[467]},{"name":"raatCredentialsChanged","features":[467]},{"name":"raatEAPConfiguration","features":[467]},{"name":"raatEAPMessage","features":[467]},{"name":"raatEAPTLV","features":[467]},{"name":"raatEMSK","features":[467]},{"name":"raatFastRoamedSession","features":[467]},{"name":"raatFilterId","features":[467]},{"name":"raatFramedAppleTalkLink","features":[467]},{"name":"raatFramedAppleTalkNetwork","features":[467]},{"name":"raatFramedAppleTalkZone","features":[467]},{"name":"raatFramedCompression","features":[467]},{"name":"raatFramedIPAddress","features":[467]},{"name":"raatFramedIPNetmask","features":[467]},{"name":"raatFramedIPXNetwork","features":[467]},{"name":"raatFramedIPv6Pool","features":[467]},{"name":"raatFramedIPv6Prefix","features":[467]},{"name":"raatFramedIPv6Route","features":[467]},{"name":"raatFramedInterfaceId","features":[467]},{"name":"raatFramedMTU","features":[467]},{"name":"raatFramedProtocol","features":[467]},{"name":"raatFramedRoute","features":[467]},{"name":"raatFramedRouting","features":[467]},{"name":"raatIdleTimeout","features":[467]},{"name":"raatInnerEAPTypeId","features":[467]},{"name":"raatLoginIPHost","features":[467]},{"name":"raatLoginIPv6Host","features":[467]},{"name":"raatLoginLATGroup","features":[467]},{"name":"raatLoginLATNode","features":[467]},{"name":"raatLoginLATPort","features":[467]},{"name":"raatLoginLATService","features":[467]},{"name":"raatLoginService","features":[467]},{"name":"raatLoginTCPPort","features":[467]},{"name":"raatMD5CHAPChallenge","features":[467]},{"name":"raatMD5CHAPPassword","features":[467]},{"name":"raatMethodId","features":[467]},{"name":"raatMinimum","features":[467]},{"name":"raatNASIPAddress","features":[467]},{"name":"raatNASIPv6Address","features":[467]},{"name":"raatNASIdentifier","features":[467]},{"name":"raatNASPort","features":[467]},{"name":"raatNASPortType","features":[467]},{"name":"raatPEAPEmbeddedEAPTypeId","features":[467]},{"name":"raatPEAPFastRoamedSession","features":[467]},{"name":"raatPasswordRetry","features":[467]},{"name":"raatPeerId","features":[467]},{"name":"raatPortLimit","features":[467]},{"name":"raatPrompt","features":[467]},{"name":"raatProxyState","features":[467]},{"name":"raatReplyMessage","features":[467]},{"name":"raatReserved","features":[467]},{"name":"raatServerId","features":[467]},{"name":"raatServiceType","features":[467]},{"name":"raatSessionId","features":[467]},{"name":"raatSessionTimeout","features":[467]},{"name":"raatSignature","features":[467]},{"name":"raatState","features":[467]},{"name":"raatTerminationAction","features":[467]},{"name":"raatTunnelClientEndpoint","features":[467]},{"name":"raatTunnelMediumType","features":[467]},{"name":"raatTunnelServerEndpoint","features":[467]},{"name":"raatTunnelType","features":[467]},{"name":"raatUnassigned17","features":[467]},{"name":"raatUnassigned21","features":[467]},{"name":"raatUserName","features":[467]},{"name":"raatUserPassword","features":[467]},{"name":"raatVendorSpecific","features":[467]}],"505":[{"name":"CreateAppContainerProfile","features":[502]},{"name":"DeleteAppContainerProfile","features":[502]},{"name":"DeriveAppContainerSidFromAppContainerName","features":[502]},{"name":"DeriveRestrictedAppContainerSidFromAppContainerSidAndRestrictedName","features":[502]},{"name":"GetAppContainerFolderPath","features":[502]},{"name":"GetAppContainerNamedObjectPath","features":[305,502]},{"name":"GetAppContainerRegistryLocation","features":[502,373]},{"name":"IIsolatedAppLauncher","features":[502]},{"name":"IIsolatedProcessLauncher","features":[502]},{"name":"IIsolatedProcessLauncher2","features":[502]},{"name":"IsCrossIsolatedEnvironmentClipboardContent","features":[305,502]},{"name":"IsProcessInIsolatedContainer","features":[305,502]},{"name":"IsProcessInIsolatedWindowsEnvironment","features":[305,502]},{"name":"IsProcessInWDAGContainer","features":[305,502]},{"name":"IsolatedAppLauncher","features":[502]},{"name":"IsolatedAppLauncherTelemetryParameters","features":[305,502]},{"name":"WDAG_CLIPBOARD_TAG","features":[502]}],"506":[{"name":"LicenseKeyAlreadyExists","features":[503]},{"name":"LicenseKeyCorrupted","features":[503]},{"name":"LicenseKeyNotFound","features":[503]},{"name":"LicenseKeyUnprotected","features":[503]},{"name":"LicenseProtectionStatus","features":[503]},{"name":"RegisterLicenseKeyWithExpiration","features":[503]},{"name":"Success","features":[503]},{"name":"ValidateLicenseKeyProtection","features":[305,503]}],"507":[{"name":"ComponentTypeEnforcementClientRp","features":[504]},{"name":"ComponentTypeEnforcementClientSoH","features":[504]},{"name":"CorrelationId","features":[305,504]},{"name":"CountedString","features":[504]},{"name":"ExtendedIsolationState","features":[504]},{"name":"FailureCategory","features":[504]},{"name":"FailureCategoryMapping","features":[305,504]},{"name":"FixupInfo","features":[504]},{"name":"FixupState","features":[504]},{"name":"Ipv4Address","features":[504]},{"name":"Ipv6Address","features":[504]},{"name":"IsolationInfo","features":[305,504]},{"name":"IsolationInfoEx","features":[305,504]},{"name":"IsolationState","features":[504]},{"name":"NapComponentRegistrationInfo","features":[305,504]},{"name":"NapNotifyType","features":[504]},{"name":"NapTracingLevel","features":[504]},{"name":"NetworkSoH","features":[504]},{"name":"PrivateData","features":[504]},{"name":"RemoteConfigurationType","features":[504]},{"name":"ResultCodes","features":[504]},{"name":"SoH","features":[504]},{"name":"SoHAttribute","features":[504]},{"name":"SystemHealthAgentState","features":[504]},{"name":"extendedIsolationStateInfected","features":[504]},{"name":"extendedIsolationStateNoData","features":[504]},{"name":"extendedIsolationStateTransition","features":[504]},{"name":"extendedIsolationStateUnknown","features":[504]},{"name":"failureCategoryClientCommunication","features":[504]},{"name":"failureCategoryClientComponent","features":[504]},{"name":"failureCategoryCount","features":[504]},{"name":"failureCategoryNone","features":[504]},{"name":"failureCategoryOther","features":[504]},{"name":"failureCategoryServerCommunication","features":[504]},{"name":"failureCategoryServerComponent","features":[504]},{"name":"fixupStateCouldNotUpdate","features":[504]},{"name":"fixupStateInProgress","features":[504]},{"name":"fixupStateSuccess","features":[504]},{"name":"freshSoHRequest","features":[504]},{"name":"isolationStateInProbation","features":[504]},{"name":"isolationStateNotRestricted","features":[504]},{"name":"isolationStateRestrictedAccess","features":[504]},{"name":"maxConnectionCountPerEnforcer","features":[504]},{"name":"maxEnforcerCount","features":[504]},{"name":"maxNetworkSoHSize","features":[504]},{"name":"maxPrivateDataSize","features":[504]},{"name":"maxSoHAttributeCount","features":[504]},{"name":"maxSoHAttributeSize","features":[504]},{"name":"maxStringLength","features":[504]},{"name":"maxSystemHealthEntityCount","features":[504]},{"name":"minNetworkSoHSize","features":[504]},{"name":"napNotifyTypeQuarState","features":[504]},{"name":"napNotifyTypeServiceState","features":[504]},{"name":"napNotifyTypeUnknown","features":[504]},{"name":"percentageNotSupported","features":[504]},{"name":"remoteConfigTypeConfigBlob","features":[504]},{"name":"remoteConfigTypeMachine","features":[504]},{"name":"shaFixup","features":[504]},{"name":"tracingLevelAdvanced","features":[504]},{"name":"tracingLevelBasic","features":[504]},{"name":"tracingLevelDebug","features":[504]},{"name":"tracingLevelUndefined","features":[504]}],"508":[{"name":"ITpmVirtualSmartCardManager","features":[505]},{"name":"ITpmVirtualSmartCardManager2","features":[505]},{"name":"ITpmVirtualSmartCardManager3","features":[505]},{"name":"ITpmVirtualSmartCardManagerStatusCallback","features":[505]},{"name":"RemoteTpmVirtualSmartCardManager","features":[505]},{"name":"TPMVSCMGR_ERROR","features":[505]},{"name":"TPMVSCMGR_ERROR_CARD_CREATE","features":[505]},{"name":"TPMVSCMGR_ERROR_CARD_DESTROY","features":[505]},{"name":"TPMVSCMGR_ERROR_GENERATE_FILESYSTEM","features":[505]},{"name":"TPMVSCMGR_ERROR_GENERATE_LOCATE_READER","features":[505]},{"name":"TPMVSCMGR_ERROR_IMPERSONATION","features":[505]},{"name":"TPMVSCMGR_ERROR_PIN_COMPLEXITY","features":[505]},{"name":"TPMVSCMGR_ERROR_READER_COUNT_LIMIT","features":[505]},{"name":"TPMVSCMGR_ERROR_TERMINAL_SERVICES_SESSION","features":[505]},{"name":"TPMVSCMGR_ERROR_VGIDSSIMULATOR_CREATE","features":[505]},{"name":"TPMVSCMGR_ERROR_VGIDSSIMULATOR_DESTROY","features":[505]},{"name":"TPMVSCMGR_ERROR_VGIDSSIMULATOR_INITIALIZE","features":[505]},{"name":"TPMVSCMGR_ERROR_VGIDSSIMULATOR_READ_PROPERTY","features":[505]},{"name":"TPMVSCMGR_ERROR_VGIDSSIMULATOR_WRITE_PROPERTY","features":[505]},{"name":"TPMVSCMGR_ERROR_VREADER_CREATE","features":[505]},{"name":"TPMVSCMGR_ERROR_VREADER_DESTROY","features":[505]},{"name":"TPMVSCMGR_ERROR_VREADER_INITIALIZE","features":[505]},{"name":"TPMVSCMGR_ERROR_VTPMSMARTCARD_CREATE","features":[505]},{"name":"TPMVSCMGR_ERROR_VTPMSMARTCARD_DESTROY","features":[505]},{"name":"TPMVSCMGR_ERROR_VTPMSMARTCARD_INITIALIZE","features":[505]},{"name":"TPMVSCMGR_STATUS","features":[505]},{"name":"TPMVSCMGR_STATUS_CARD_CREATED","features":[505]},{"name":"TPMVSCMGR_STATUS_CARD_DESTROYED","features":[505]},{"name":"TPMVSCMGR_STATUS_GENERATE_AUTHENTICATING","features":[505]},{"name":"TPMVSCMGR_STATUS_GENERATE_RUNNING","features":[505]},{"name":"TPMVSCMGR_STATUS_GENERATE_WAITING","features":[505]},{"name":"TPMVSCMGR_STATUS_VGIDSSIMULATOR_CREATING","features":[505]},{"name":"TPMVSCMGR_STATUS_VGIDSSIMULATOR_DESTROYING","features":[505]},{"name":"TPMVSCMGR_STATUS_VGIDSSIMULATOR_INITIALIZING","features":[505]},{"name":"TPMVSCMGR_STATUS_VREADER_CREATING","features":[505]},{"name":"TPMVSCMGR_STATUS_VREADER_DESTROYING","features":[505]},{"name":"TPMVSCMGR_STATUS_VREADER_INITIALIZING","features":[505]},{"name":"TPMVSCMGR_STATUS_VTPMSMARTCARD_CREATING","features":[505]},{"name":"TPMVSCMGR_STATUS_VTPMSMARTCARD_DESTROYING","features":[505]},{"name":"TPMVSCMGR_STATUS_VTPMSMARTCARD_INITIALIZING","features":[505]},{"name":"TPMVSC_ATTESTATION_AIK_AND_CERTIFICATE","features":[505]},{"name":"TPMVSC_ATTESTATION_AIK_ONLY","features":[505]},{"name":"TPMVSC_ATTESTATION_NONE","features":[505]},{"name":"TPMVSC_ATTESTATION_TYPE","features":[505]},{"name":"TPMVSC_DEFAULT_ADMIN_ALGORITHM_ID","features":[505]},{"name":"TpmVirtualSmartCardManager","features":[505]}],"509":[{"name":"CAT_MEMBERINFO","features":[497]},{"name":"CAT_MEMBERINFO2","features":[497]},{"name":"CAT_MEMBERINFO2_OBJID","features":[497]},{"name":"CAT_MEMBERINFO2_STRUCT","features":[497]},{"name":"CAT_MEMBERINFO_OBJID","features":[497]},{"name":"CAT_MEMBERINFO_STRUCT","features":[497]},{"name":"CAT_NAMEVALUE","features":[398,497]},{"name":"CAT_NAMEVALUE_OBJID","features":[497]},{"name":"CAT_NAMEVALUE_STRUCT","features":[497]},{"name":"CCPI_RESULT_ALLOW","features":[497]},{"name":"CCPI_RESULT_AUDIT","features":[497]},{"name":"CCPI_RESULT_DENY","features":[497]},{"name":"CERT_CONFIDENCE_AUTHIDEXT","features":[497]},{"name":"CERT_CONFIDENCE_HIGHEST","features":[497]},{"name":"CERT_CONFIDENCE_HYGIENE","features":[497]},{"name":"CERT_CONFIDENCE_SIG","features":[497]},{"name":"CERT_CONFIDENCE_TIME","features":[497]},{"name":"CERT_CONFIDENCE_TIMENEST","features":[497]},{"name":"CONFIG_CI_ACTION_VERIFY","features":[497]},{"name":"CONFIG_CI_PROV_INFO","features":[305,398,497]},{"name":"CONFIG_CI_PROV_INFO_RESULT","features":[305,497]},{"name":"CONFIG_CI_PROV_INFO_RESULT2","features":[305,497]},{"name":"CPD_CHOICE_SIP","features":[497]},{"name":"CPD_RETURN_LOWER_QUALITY_CHAINS","features":[497]},{"name":"CPD_REVOCATION_CHECK_CHAIN","features":[497]},{"name":"CPD_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[497]},{"name":"CPD_REVOCATION_CHECK_END_CERT","features":[497]},{"name":"CPD_REVOCATION_CHECK_NONE","features":[497]},{"name":"CPD_RFC3161v21","features":[497]},{"name":"CPD_UISTATE_MODE_ALLOW","features":[497]},{"name":"CPD_UISTATE_MODE_BLOCK","features":[497]},{"name":"CPD_UISTATE_MODE_MASK","features":[497]},{"name":"CPD_UISTATE_MODE_PROMPT","features":[497]},{"name":"CPD_USE_NT5_CHAIN_FLAG","features":[497]},{"name":"CRYPT_PROVIDER_CERT","features":[305,398,497]},{"name":"CRYPT_PROVIDER_DATA","features":[305,493,494,497]},{"name":"CRYPT_PROVIDER_DEFUSAGE","features":[497]},{"name":"CRYPT_PROVIDER_FUNCTIONS","features":[305,493,494,497]},{"name":"CRYPT_PROVIDER_PRIVDATA","features":[497]},{"name":"CRYPT_PROVIDER_REGDEFUSAGE","features":[497]},{"name":"CRYPT_PROVIDER_SGNR","features":[305,398,497]},{"name":"CRYPT_PROVIDER_SIGSTATE","features":[305,398,497]},{"name":"CRYPT_PROVUI_DATA","features":[497]},{"name":"CRYPT_PROVUI_FUNCS","features":[305,493,494,497]},{"name":"CRYPT_REGISTER_ACTIONID","features":[497]},{"name":"CRYPT_TRUST_REG_ENTRY","features":[497]},{"name":"DRIVER_ACTION_VERIFY","features":[497]},{"name":"DRIVER_CLEANUPPOLICY_FUNCTION","features":[497]},{"name":"DRIVER_FINALPOLPROV_FUNCTION","features":[497]},{"name":"DRIVER_INITPROV_FUNCTION","features":[497]},{"name":"DRIVER_VER_INFO","features":[305,398,497]},{"name":"DRIVER_VER_MAJORMINOR","features":[497]},{"name":"DWACTION_ALLOCANDFILL","features":[497]},{"name":"DWACTION_FREE","features":[497]},{"name":"GENERIC_CHAIN_CERTTRUST_FUNCTION","features":[497]},{"name":"GENERIC_CHAIN_FINALPOLICY_FUNCTION","features":[497]},{"name":"HTTPSPROV_ACTION","features":[497]},{"name":"HTTPS_CERTTRUST_FUNCTION","features":[497]},{"name":"HTTPS_CHKCERT_FUNCTION","features":[497]},{"name":"HTTPS_FINALPOLICY_FUNCTION","features":[497]},{"name":"INTENT_TO_SEAL_ATTRIBUTE","features":[305,497]},{"name":"INTENT_TO_SEAL_ATTRIBUTE_STRUCT","features":[497]},{"name":"OFFICESIGN_ACTION_VERIFY","features":[497]},{"name":"OFFICE_CLEANUPPOLICY_FUNCTION","features":[497]},{"name":"OFFICE_INITPROV_FUNCTION","features":[497]},{"name":"OFFICE_POLICY_PROVIDER_DLL_NAME","features":[497]},{"name":"OpenPersonalTrustDBDialog","features":[305,497]},{"name":"OpenPersonalTrustDBDialogEx","features":[305,497]},{"name":"PFN_ALLOCANDFILLDEFUSAGE","features":[305,497]},{"name":"PFN_CPD_ADD_CERT","features":[305,493,494,497]},{"name":"PFN_CPD_ADD_PRIVDATA","features":[305,493,494,497]},{"name":"PFN_CPD_ADD_SGNR","features":[305,493,494,497]},{"name":"PFN_CPD_ADD_STORE","features":[305,493,494,497]},{"name":"PFN_CPD_MEM_ALLOC","features":[497]},{"name":"PFN_CPD_MEM_FREE","features":[497]},{"name":"PFN_FREEDEFUSAGE","features":[305,497]},{"name":"PFN_PROVIDER_CERTCHKPOLICY_CALL","features":[305,493,494,497]},{"name":"PFN_PROVIDER_CERTTRUST_CALL","features":[305,493,494,497]},{"name":"PFN_PROVIDER_CLEANUP_CALL","features":[305,493,494,497]},{"name":"PFN_PROVIDER_FINALPOLICY_CALL","features":[305,493,494,497]},{"name":"PFN_PROVIDER_INIT_CALL","features":[305,493,494,497]},{"name":"PFN_PROVIDER_OBJTRUST_CALL","features":[305,493,494,497]},{"name":"PFN_PROVIDER_SIGTRUST_CALL","features":[305,493,494,497]},{"name":"PFN_PROVIDER_TESTFINALPOLICY_CALL","features":[305,493,494,497]},{"name":"PFN_PROVUI_CALL","features":[305,493,494,497]},{"name":"PFN_WTD_GENERIC_CHAIN_POLICY_CALLBACK","features":[305,493,494,497]},{"name":"PROVDATA_SIP","features":[305,493,494,497]},{"name":"SEALING_SIGNATURE_ATTRIBUTE","features":[398,497]},{"name":"SEALING_SIGNATURE_ATTRIBUTE_STRUCT","features":[497]},{"name":"SEALING_TIMESTAMP_ATTRIBUTE","features":[398,497]},{"name":"SEALING_TIMESTAMP_ATTRIBUTE_STRUCT","features":[497]},{"name":"SGNR_TYPE_TIMESTAMP","features":[497]},{"name":"SPC_CAB_DATA_OBJID","features":[497]},{"name":"SPC_CAB_DATA_STRUCT","features":[497]},{"name":"SPC_CERT_EXTENSIONS_OBJID","features":[497]},{"name":"SPC_COMMERCIAL_SP_KEY_PURPOSE_OBJID","features":[497]},{"name":"SPC_COMMON_NAME_OBJID","features":[497]},{"name":"SPC_ENCRYPTED_DIGEST_RETRY_COUNT_OBJID","features":[497]},{"name":"SPC_FILE_LINK_CHOICE","features":[497]},{"name":"SPC_FINANCIAL_CRITERIA","features":[305,497]},{"name":"SPC_FINANCIAL_CRITERIA_OBJID","features":[497]},{"name":"SPC_FINANCIAL_CRITERIA_STRUCT","features":[497]},{"name":"SPC_GLUE_RDN_OBJID","features":[497]},{"name":"SPC_IMAGE","features":[398,497]},{"name":"SPC_INDIRECT_DATA_CONTENT","features":[398,497]},{"name":"SPC_INDIRECT_DATA_CONTENT_STRUCT","features":[497]},{"name":"SPC_INDIRECT_DATA_OBJID","features":[497]},{"name":"SPC_INDIVIDUAL_SP_KEY_PURPOSE_OBJID","features":[497]},{"name":"SPC_JAVA_CLASS_DATA_OBJID","features":[497]},{"name":"SPC_JAVA_CLASS_DATA_STRUCT","features":[497]},{"name":"SPC_LINK","features":[398,497]},{"name":"SPC_LINK_OBJID","features":[497]},{"name":"SPC_LINK_STRUCT","features":[497]},{"name":"SPC_MINIMAL_CRITERIA_OBJID","features":[497]},{"name":"SPC_MINIMAL_CRITERIA_STRUCT","features":[497]},{"name":"SPC_MONIKER_LINK_CHOICE","features":[497]},{"name":"SPC_NATURAL_AUTH_PLUGIN_OBJID","features":[497]},{"name":"SPC_PE_IMAGE_DATA","features":[398,497]},{"name":"SPC_PE_IMAGE_DATA_OBJID","features":[497]},{"name":"SPC_PE_IMAGE_DATA_STRUCT","features":[497]},{"name":"SPC_PE_IMAGE_PAGE_HASHES_V1_OBJID","features":[497]},{"name":"SPC_PE_IMAGE_PAGE_HASHES_V2_OBJID","features":[497]},{"name":"SPC_RAW_FILE_DATA_OBJID","features":[497]},{"name":"SPC_RELAXED_PE_MARKER_CHECK_OBJID","features":[497]},{"name":"SPC_SERIALIZED_OBJECT","features":[398,497]},{"name":"SPC_SIGINFO","features":[497]},{"name":"SPC_SIGINFO_OBJID","features":[497]},{"name":"SPC_SIGINFO_STRUCT","features":[497]},{"name":"SPC_SP_AGENCY_INFO","features":[398,497]},{"name":"SPC_SP_AGENCY_INFO_OBJID","features":[497]},{"name":"SPC_SP_AGENCY_INFO_STRUCT","features":[497]},{"name":"SPC_SP_OPUS_INFO","features":[398,497]},{"name":"SPC_SP_OPUS_INFO_OBJID","features":[497]},{"name":"SPC_SP_OPUS_INFO_STRUCT","features":[497]},{"name":"SPC_STATEMENT_TYPE","features":[497]},{"name":"SPC_STATEMENT_TYPE_OBJID","features":[497]},{"name":"SPC_STATEMENT_TYPE_STRUCT","features":[497]},{"name":"SPC_STRUCTURED_STORAGE_DATA_OBJID","features":[497]},{"name":"SPC_TIME_STAMP_REQUEST_OBJID","features":[497]},{"name":"SPC_URL_LINK_CHOICE","features":[497]},{"name":"SPC_UUID_LENGTH","features":[497]},{"name":"SPC_WINDOWS_HELLO_COMPATIBILITY_OBJID","features":[497]},{"name":"SP_CHKCERT_FUNCTION","features":[497]},{"name":"SP_CLEANUPPOLICY_FUNCTION","features":[497]},{"name":"SP_FINALPOLICY_FUNCTION","features":[497]},{"name":"SP_GENERIC_CERT_INIT_FUNCTION","features":[497]},{"name":"SP_INIT_FUNCTION","features":[497]},{"name":"SP_OBJTRUST_FUNCTION","features":[497]},{"name":"SP_POLICY_PROVIDER_DLL_NAME","features":[497]},{"name":"SP_SIGTRUST_FUNCTION","features":[497]},{"name":"SP_TESTDUMPPOLICY_FUNCTION_TEST","features":[497]},{"name":"TRUSTERROR_MAX_STEPS","features":[497]},{"name":"TRUSTERROR_STEP_CATALOGFILE","features":[497]},{"name":"TRUSTERROR_STEP_CERTSTORE","features":[497]},{"name":"TRUSTERROR_STEP_FILEIO","features":[497]},{"name":"TRUSTERROR_STEP_FINAL_CERTCHKPROV","features":[497]},{"name":"TRUSTERROR_STEP_FINAL_CERTPROV","features":[497]},{"name":"TRUSTERROR_STEP_FINAL_INITPROV","features":[497]},{"name":"TRUSTERROR_STEP_FINAL_OBJPROV","features":[497]},{"name":"TRUSTERROR_STEP_FINAL_POLICYPROV","features":[497]},{"name":"TRUSTERROR_STEP_FINAL_SIGPROV","features":[497]},{"name":"TRUSTERROR_STEP_FINAL_UIPROV","features":[497]},{"name":"TRUSTERROR_STEP_FINAL_WVTINIT","features":[497]},{"name":"TRUSTERROR_STEP_MESSAGE","features":[497]},{"name":"TRUSTERROR_STEP_MSG_CERTCHAIN","features":[497]},{"name":"TRUSTERROR_STEP_MSG_COUNTERSIGCERT","features":[497]},{"name":"TRUSTERROR_STEP_MSG_COUNTERSIGINFO","features":[497]},{"name":"TRUSTERROR_STEP_MSG_INNERCNT","features":[497]},{"name":"TRUSTERROR_STEP_MSG_INNERCNTTYPE","features":[497]},{"name":"TRUSTERROR_STEP_MSG_SIGNERCERT","features":[497]},{"name":"TRUSTERROR_STEP_MSG_SIGNERCOUNT","features":[497]},{"name":"TRUSTERROR_STEP_MSG_SIGNERINFO","features":[497]},{"name":"TRUSTERROR_STEP_MSG_STORE","features":[497]},{"name":"TRUSTERROR_STEP_SIP","features":[497]},{"name":"TRUSTERROR_STEP_SIPSUBJINFO","features":[497]},{"name":"TRUSTERROR_STEP_VERIFY_MSGHASH","features":[497]},{"name":"TRUSTERROR_STEP_VERIFY_MSGINDIRECTDATA","features":[497]},{"name":"TRUSTERROR_STEP_WVTPARAMS","features":[497]},{"name":"WINTRUST_ACTION_GENERIC_CERT_VERIFY","features":[497]},{"name":"WINTRUST_ACTION_GENERIC_CHAIN_VERIFY","features":[497]},{"name":"WINTRUST_ACTION_GENERIC_VERIFY_V2","features":[497]},{"name":"WINTRUST_ACTION_TRUSTPROVIDER_TEST","features":[497]},{"name":"WINTRUST_BLOB_INFO","features":[497]},{"name":"WINTRUST_CATALOG_INFO","features":[305,398,497]},{"name":"WINTRUST_CERT_INFO","features":[305,398,497]},{"name":"WINTRUST_CONFIG_REGPATH","features":[497]},{"name":"WINTRUST_DATA","features":[305,398,497]},{"name":"WINTRUST_DATA_PROVIDER_FLAGS","features":[497]},{"name":"WINTRUST_DATA_REVOCATION_CHECKS","features":[497]},{"name":"WINTRUST_DATA_STATE_ACTION","features":[497]},{"name":"WINTRUST_DATA_UICHOICE","features":[497]},{"name":"WINTRUST_DATA_UICONTEXT","features":[497]},{"name":"WINTRUST_DATA_UNION_CHOICE","features":[497]},{"name":"WINTRUST_FILE_INFO","features":[305,497]},{"name":"WINTRUST_GET_DEFAULT_FOR_USAGE_ACTION","features":[497]},{"name":"WINTRUST_MAX_HASH_BYTES_TO_MAP_DEFAULT","features":[497]},{"name":"WINTRUST_MAX_HASH_BYTES_TO_MAP_VALUE_NAME","features":[497]},{"name":"WINTRUST_MAX_HEADER_BYTES_TO_MAP_DEFAULT","features":[497]},{"name":"WINTRUST_MAX_HEADER_BYTES_TO_MAP_VALUE_NAME","features":[497]},{"name":"WINTRUST_POLICY_FLAGS","features":[497]},{"name":"WINTRUST_SGNR_INFO","features":[398,497]},{"name":"WINTRUST_SIGNATURE_SETTINGS","features":[398,497]},{"name":"WINTRUST_SIGNATURE_SETTINGS_FLAGS","features":[497]},{"name":"WIN_CERTIFICATE","features":[497]},{"name":"WIN_CERT_REVISION_1_0","features":[497]},{"name":"WIN_CERT_REVISION_2_0","features":[497]},{"name":"WIN_CERT_TYPE_PKCS_SIGNED_DATA","features":[497]},{"name":"WIN_CERT_TYPE_RESERVED_1","features":[497]},{"name":"WIN_CERT_TYPE_TS_STACK_SIGNED","features":[497]},{"name":"WIN_CERT_TYPE_X509","features":[497]},{"name":"WIN_SPUB_ACTION_NT_ACTIVATE_IMAGE","features":[497]},{"name":"WIN_SPUB_ACTION_PUBLISHED_SOFTWARE","features":[497]},{"name":"WIN_SPUB_ACTION_TRUSTED_PUBLISHER","features":[497]},{"name":"WIN_SPUB_TRUSTED_PUBLISHER_DATA","features":[305,497]},{"name":"WIN_TRUST_ACTDATA_CONTEXT_WITH_SUBJECT","features":[305,497]},{"name":"WIN_TRUST_ACTDATA_SUBJECT_ONLY","features":[497]},{"name":"WIN_TRUST_SUBJECT_FILE","features":[305,497]},{"name":"WIN_TRUST_SUBJECT_FILE_AND_DISPLAY","features":[305,497]},{"name":"WIN_TRUST_SUBJTYPE_CABINET","features":[497]},{"name":"WIN_TRUST_SUBJTYPE_CABINETEX","features":[497]},{"name":"WIN_TRUST_SUBJTYPE_JAVA_CLASS","features":[497]},{"name":"WIN_TRUST_SUBJTYPE_JAVA_CLASSEX","features":[497]},{"name":"WIN_TRUST_SUBJTYPE_OLE_STORAGE","features":[497]},{"name":"WIN_TRUST_SUBJTYPE_PE_IMAGE","features":[497]},{"name":"WIN_TRUST_SUBJTYPE_PE_IMAGEEX","features":[497]},{"name":"WIN_TRUST_SUBJTYPE_RAW_FILE","features":[497]},{"name":"WIN_TRUST_SUBJTYPE_RAW_FILEEX","features":[497]},{"name":"WSS_CERTTRUST_SUPPORT","features":[497]},{"name":"WSS_GET_SECONDARY_SIG_COUNT","features":[497]},{"name":"WSS_INPUT_FLAG_MASK","features":[497]},{"name":"WSS_OBJTRUST_SUPPORT","features":[497]},{"name":"WSS_OUTPUT_FLAG_MASK","features":[497]},{"name":"WSS_OUT_FILE_SUPPORTS_SEAL","features":[497]},{"name":"WSS_OUT_HAS_SEALING_INTENT","features":[497]},{"name":"WSS_OUT_SEALING_STATUS_VERIFIED","features":[497]},{"name":"WSS_SIGTRUST_SUPPORT","features":[497]},{"name":"WSS_VERIFY_SEALING","features":[497]},{"name":"WSS_VERIFY_SPECIFIC","features":[497]},{"name":"WTCI_DONT_OPEN_STORES","features":[497]},{"name":"WTCI_OPEN_ONLY_ROOT","features":[497]},{"name":"WTCI_USE_LOCAL_MACHINE","features":[497]},{"name":"WTD_CACHE_ONLY_URL_RETRIEVAL","features":[497]},{"name":"WTD_CHOICE_BLOB","features":[497]},{"name":"WTD_CHOICE_CATALOG","features":[497]},{"name":"WTD_CHOICE_CERT","features":[497]},{"name":"WTD_CHOICE_FILE","features":[497]},{"name":"WTD_CHOICE_SIGNER","features":[497]},{"name":"WTD_CODE_INTEGRITY_DRIVER_MODE","features":[497]},{"name":"WTD_DISABLE_MD2_MD4","features":[497]},{"name":"WTD_GENERIC_CHAIN_POLICY_CREATE_INFO","features":[305,398,497]},{"name":"WTD_GENERIC_CHAIN_POLICY_DATA","features":[305,493,494,497]},{"name":"WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO","features":[305,398,497]},{"name":"WTD_HASH_ONLY_FLAG","features":[497]},{"name":"WTD_LIFETIME_SIGNING_FLAG","features":[497]},{"name":"WTD_MOTW","features":[497]},{"name":"WTD_NO_IE4_CHAIN_FLAG","features":[497]},{"name":"WTD_NO_POLICY_USAGE_FLAG","features":[497]},{"name":"WTD_PROV_FLAGS_MASK","features":[497]},{"name":"WTD_REVOCATION_CHECK_CHAIN","features":[497]},{"name":"WTD_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT","features":[497]},{"name":"WTD_REVOCATION_CHECK_END_CERT","features":[497]},{"name":"WTD_REVOCATION_CHECK_NONE","features":[497]},{"name":"WTD_REVOKE_NONE","features":[497]},{"name":"WTD_REVOKE_WHOLECHAIN","features":[497]},{"name":"WTD_SAFER_FLAG","features":[497]},{"name":"WTD_STATEACTION_AUTO_CACHE","features":[497]},{"name":"WTD_STATEACTION_AUTO_CACHE_FLUSH","features":[497]},{"name":"WTD_STATEACTION_CLOSE","features":[497]},{"name":"WTD_STATEACTION_IGNORE","features":[497]},{"name":"WTD_STATEACTION_VERIFY","features":[497]},{"name":"WTD_UICONTEXT_EXECUTE","features":[497]},{"name":"WTD_UICONTEXT_INSTALL","features":[497]},{"name":"WTD_UI_ALL","features":[497]},{"name":"WTD_UI_NOBAD","features":[497]},{"name":"WTD_UI_NOGOOD","features":[497]},{"name":"WTD_UI_NONE","features":[497]},{"name":"WTD_USE_DEFAULT_OSVER_CHECK","features":[497]},{"name":"WTD_USE_IE4_TRUST_FLAG","features":[497]},{"name":"WTHelperCertCheckValidSignature","features":[305,493,494,497]},{"name":"WTHelperCertIsSelfSigned","features":[305,398,497]},{"name":"WTHelperGetProvCertFromChain","features":[305,398,497]},{"name":"WTHelperGetProvPrivateDataFromChain","features":[305,493,494,497]},{"name":"WTHelperGetProvSignerFromChain","features":[305,493,494,497]},{"name":"WTHelperProvDataFromStateData","features":[305,493,494,497]},{"name":"WTPF_ALLOWONLYPERTRUST","features":[497]},{"name":"WTPF_IGNOREEXPIRATION","features":[497]},{"name":"WTPF_IGNOREREVOCATIONONTS","features":[497]},{"name":"WTPF_IGNOREREVOKATION","features":[497]},{"name":"WTPF_OFFLINEOKNBU_COM","features":[497]},{"name":"WTPF_OFFLINEOKNBU_IND","features":[497]},{"name":"WTPF_OFFLINEOK_COM","features":[497]},{"name":"WTPF_OFFLINEOK_IND","features":[497]},{"name":"WTPF_TESTCANBEVALID","features":[497]},{"name":"WTPF_TRUSTTEST","features":[497]},{"name":"WTPF_VERIFY_V1_OFF","features":[497]},{"name":"WT_ADD_ACTION_ID_RET_RESULT_FLAG","features":[497]},{"name":"WT_CURRENT_VERSION","features":[497]},{"name":"WT_PROVIDER_CERTTRUST_FUNCTION","features":[497]},{"name":"WT_PROVIDER_DLL_NAME","features":[497]},{"name":"WT_TRUSTDBDIALOG_NO_UI_FLAG","features":[497]},{"name":"WT_TRUSTDBDIALOG_ONLY_PUB_TAB_FLAG","features":[497]},{"name":"WT_TRUSTDBDIALOG_WRITE_IEAK_STORE_FLAG","features":[497]},{"name":"WT_TRUSTDBDIALOG_WRITE_LEGACY_REG_FLAG","features":[497]},{"name":"WinVerifyTrust","features":[305,497]},{"name":"WinVerifyTrustEx","features":[305,398,497]},{"name":"WintrustAddActionID","features":[305,497]},{"name":"WintrustAddDefaultForUsage","features":[305,497]},{"name":"WintrustGetDefaultForUsage","features":[305,497]},{"name":"WintrustGetRegPolicyFlags","features":[497]},{"name":"WintrustLoadFunctionPointers","features":[305,493,494,497]},{"name":"WintrustRemoveActionID","features":[305,497]},{"name":"WintrustSetDefaultIncludePEPageHashes","features":[305,497]},{"name":"WintrustSetRegPolicyFlags","features":[305,497]},{"name":"szOID_ENHANCED_HASH","features":[497]},{"name":"szOID_INTENT_TO_SEAL","features":[497]},{"name":"szOID_NESTED_SIGNATURE","features":[497]},{"name":"szOID_PKCS_9_SEQUENCE_NUMBER","features":[497]},{"name":"szOID_SEALING_SIGNATURE","features":[497]},{"name":"szOID_SEALING_TIMESTAMP","features":[497]},{"name":"szOID_TRUSTED_CLIENT_AUTH_CA_LIST","features":[497]},{"name":"szOID_TRUSTED_CODESIGNING_CA_LIST","features":[497]},{"name":"szOID_TRUSTED_SERVER_AUTH_CA_LIST","features":[497]}],"510":[{"name":"PFNMSGECALLBACK","features":[305,506]},{"name":"PWLX_ASSIGN_SHELL_PROTECTION","features":[305,506]},{"name":"PWLX_CHANGE_PASSWORD_NOTIFY","features":[305,506]},{"name":"PWLX_CHANGE_PASSWORD_NOTIFY_EX","features":[305,506]},{"name":"PWLX_CLOSE_USER_DESKTOP","features":[305,506,507]},{"name":"PWLX_CREATE_USER_DESKTOP","features":[305,506,507]},{"name":"PWLX_DIALOG_BOX","features":[305,506,374]},{"name":"PWLX_DIALOG_BOX_INDIRECT","features":[305,506,374]},{"name":"PWLX_DIALOG_BOX_INDIRECT_PARAM","features":[305,506,374]},{"name":"PWLX_DIALOG_BOX_PARAM","features":[305,506,374]},{"name":"PWLX_DISCONNECT","features":[305,506]},{"name":"PWLX_GET_OPTION","features":[305,506]},{"name":"PWLX_GET_SOURCE_DESKTOP","features":[305,506,507]},{"name":"PWLX_MESSAGE_BOX","features":[305,506]},{"name":"PWLX_QUERY_CLIENT_CREDENTIALS","features":[305,506]},{"name":"PWLX_QUERY_CONSOLESWITCH_CREDENTIALS","features":[305,506]},{"name":"PWLX_QUERY_IC_CREDENTIALS","features":[305,506]},{"name":"PWLX_QUERY_TERMINAL_SERVICES_DATA","features":[305,506]},{"name":"PWLX_QUERY_TS_LOGON_CREDENTIALS","features":[305,506]},{"name":"PWLX_SAS_NOTIFY","features":[305,506]},{"name":"PWLX_SET_CONTEXT_POINTER","features":[305,506]},{"name":"PWLX_SET_OPTION","features":[305,506]},{"name":"PWLX_SET_RETURN_DESKTOP","features":[305,506,507]},{"name":"PWLX_SET_TIMEOUT","features":[305,506]},{"name":"PWLX_SWITCH_DESKTOP_TO_USER","features":[305,506]},{"name":"PWLX_SWITCH_DESKTOP_TO_WINLOGON","features":[305,506]},{"name":"PWLX_USE_CTRL_ALT_DEL","features":[305,506]},{"name":"PWLX_WIN31_MIGRATE","features":[305,506]},{"name":"STATUSMSG_OPTION_NOANIMATION","features":[506]},{"name":"STATUSMSG_OPTION_SETFOREGROUND","features":[506]},{"name":"WLX_CLIENT_CREDENTIALS_INFO_V1_0","features":[305,506]},{"name":"WLX_CLIENT_CREDENTIALS_INFO_V2_0","features":[305,506]},{"name":"WLX_CONSOLESWITCHCREDENTIAL_TYPE_V1_0","features":[506]},{"name":"WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0","features":[305,506]},{"name":"WLX_CREATE_INSTANCE_ONLY","features":[506]},{"name":"WLX_CREATE_USER","features":[506]},{"name":"WLX_CREDENTIAL_TYPE_V1_0","features":[506]},{"name":"WLX_CREDENTIAL_TYPE_V2_0","features":[506]},{"name":"WLX_CURRENT_VERSION","features":[506]},{"name":"WLX_DESKTOP","features":[506,507]},{"name":"WLX_DESKTOP_HANDLE","features":[506]},{"name":"WLX_DESKTOP_NAME","features":[506]},{"name":"WLX_DIRECTORY_LENGTH","features":[506]},{"name":"WLX_DISPATCH_VERSION_1_0","features":[305,506,374]},{"name":"WLX_DISPATCH_VERSION_1_1","features":[305,506,507,374]},{"name":"WLX_DISPATCH_VERSION_1_2","features":[305,506,507,374]},{"name":"WLX_DISPATCH_VERSION_1_3","features":[305,506,507,374]},{"name":"WLX_DISPATCH_VERSION_1_4","features":[305,506,507,374]},{"name":"WLX_DLG_INPUT_TIMEOUT","features":[506]},{"name":"WLX_DLG_SAS","features":[506]},{"name":"WLX_DLG_SCREEN_SAVER_TIMEOUT","features":[506]},{"name":"WLX_DLG_USER_LOGOFF","features":[506]},{"name":"WLX_LOGON_OPT_NO_PROFILE","features":[506]},{"name":"WLX_MPR_NOTIFY_INFO","features":[506]},{"name":"WLX_NOTIFICATION_INFO","features":[305,506,507]},{"name":"WLX_OPTION_CONTEXT_POINTER","features":[506]},{"name":"WLX_OPTION_DISPATCH_TABLE_SIZE","features":[506]},{"name":"WLX_OPTION_FORCE_LOGOFF_TIME","features":[506]},{"name":"WLX_OPTION_IGNORE_AUTO_LOGON","features":[506]},{"name":"WLX_OPTION_NO_SWITCH_ON_SAS","features":[506]},{"name":"WLX_OPTION_SMART_CARD_INFO","features":[506]},{"name":"WLX_OPTION_SMART_CARD_PRESENT","features":[506]},{"name":"WLX_OPTION_USE_CTRL_ALT_DEL","features":[506]},{"name":"WLX_OPTION_USE_SMART_CARD","features":[506]},{"name":"WLX_PROFILE_TYPE_V1_0","features":[506]},{"name":"WLX_PROFILE_TYPE_V2_0","features":[506]},{"name":"WLX_PROFILE_V1_0","features":[506]},{"name":"WLX_PROFILE_V2_0","features":[506]},{"name":"WLX_SAS_ACTION_DELAYED_FORCE_LOGOFF","features":[506]},{"name":"WLX_SAS_ACTION_FORCE_LOGOFF","features":[506]},{"name":"WLX_SAS_ACTION_LOCK_WKSTA","features":[506]},{"name":"WLX_SAS_ACTION_LOGOFF","features":[506]},{"name":"WLX_SAS_ACTION_LOGON","features":[506]},{"name":"WLX_SAS_ACTION_NONE","features":[506]},{"name":"WLX_SAS_ACTION_PWD_CHANGED","features":[506]},{"name":"WLX_SAS_ACTION_RECONNECTED","features":[506]},{"name":"WLX_SAS_ACTION_SHUTDOWN","features":[506]},{"name":"WLX_SAS_ACTION_SHUTDOWN_HIBERNATE","features":[506]},{"name":"WLX_SAS_ACTION_SHUTDOWN_POWER_OFF","features":[506]},{"name":"WLX_SAS_ACTION_SHUTDOWN_REBOOT","features":[506]},{"name":"WLX_SAS_ACTION_SHUTDOWN_SLEEP","features":[506]},{"name":"WLX_SAS_ACTION_SHUTDOWN_SLEEP2","features":[506]},{"name":"WLX_SAS_ACTION_SWITCH_CONSOLE","features":[506]},{"name":"WLX_SAS_ACTION_TASKLIST","features":[506]},{"name":"WLX_SAS_ACTION_UNLOCK_WKSTA","features":[506]},{"name":"WLX_SAS_TYPE_AUTHENTICATED","features":[506]},{"name":"WLX_SAS_TYPE_CTRL_ALT_DEL","features":[506]},{"name":"WLX_SAS_TYPE_MAX_MSFT_VALUE","features":[506]},{"name":"WLX_SAS_TYPE_SCRNSVR_ACTIVITY","features":[506]},{"name":"WLX_SAS_TYPE_SCRNSVR_TIMEOUT","features":[506]},{"name":"WLX_SAS_TYPE_SC_FIRST_READER_ARRIVED","features":[506]},{"name":"WLX_SAS_TYPE_SC_INSERT","features":[506]},{"name":"WLX_SAS_TYPE_SC_LAST_READER_REMOVED","features":[506]},{"name":"WLX_SAS_TYPE_SC_REMOVE","features":[506]},{"name":"WLX_SAS_TYPE_SWITCHUSER","features":[506]},{"name":"WLX_SAS_TYPE_TIMEOUT","features":[506]},{"name":"WLX_SAS_TYPE_USER_LOGOFF","features":[506]},{"name":"WLX_SC_NOTIFICATION_INFO","features":[506]},{"name":"WLX_SHUTDOWN_TYPE","features":[506]},{"name":"WLX_TERMINAL_SERVICES_DATA","features":[506]},{"name":"WLX_VERSION_1_0","features":[506]},{"name":"WLX_VERSION_1_1","features":[506]},{"name":"WLX_VERSION_1_2","features":[506]},{"name":"WLX_VERSION_1_3","features":[506]},{"name":"WLX_VERSION_1_4","features":[506]},{"name":"WLX_WM_SAS","features":[506]}],"511":[{"name":"CB_MAX_CABINET_NAME","features":[508]},{"name":"CB_MAX_CAB_PATH","features":[508]},{"name":"CB_MAX_DISK","features":[508]},{"name":"CB_MAX_DISK_NAME","features":[508]},{"name":"CB_MAX_FILENAME","features":[508]},{"name":"CCAB","features":[508]},{"name":"ERF","features":[305,508]},{"name":"FCIAddFile","features":[305,508]},{"name":"FCICreate","features":[305,508]},{"name":"FCIDestroy","features":[305,508]},{"name":"FCIERROR","features":[508]},{"name":"FCIERR_ALLOC_FAIL","features":[508]},{"name":"FCIERR_BAD_COMPR_TYPE","features":[508]},{"name":"FCIERR_CAB_FILE","features":[508]},{"name":"FCIERR_CAB_FORMAT_LIMIT","features":[508]},{"name":"FCIERR_MCI_FAIL","features":[508]},{"name":"FCIERR_NONE","features":[508]},{"name":"FCIERR_OPEN_SRC","features":[508]},{"name":"FCIERR_READ_SRC","features":[508]},{"name":"FCIERR_TEMP_FILE","features":[508]},{"name":"FCIERR_USER_ABORT","features":[508]},{"name":"FCIFlushCabinet","features":[305,508]},{"name":"FCIFlushFolder","features":[305,508]},{"name":"FDICABINETINFO","features":[305,508]},{"name":"FDICREATE_CPU_TYPE","features":[508]},{"name":"FDICopy","features":[305,508]},{"name":"FDICreate","features":[305,508]},{"name":"FDIDECRYPT","features":[305,508]},{"name":"FDIDECRYPTTYPE","features":[508]},{"name":"FDIDestroy","features":[305,508]},{"name":"FDIERROR","features":[508]},{"name":"FDIERROR_ALLOC_FAIL","features":[508]},{"name":"FDIERROR_BAD_COMPR_TYPE","features":[508]},{"name":"FDIERROR_CABINET_NOT_FOUND","features":[508]},{"name":"FDIERROR_CORRUPT_CABINET","features":[508]},{"name":"FDIERROR_EOF","features":[508]},{"name":"FDIERROR_MDI_FAIL","features":[508]},{"name":"FDIERROR_NONE","features":[508]},{"name":"FDIERROR_NOT_A_CABINET","features":[508]},{"name":"FDIERROR_RESERVE_MISMATCH","features":[508]},{"name":"FDIERROR_TARGET_FILE","features":[508]},{"name":"FDIERROR_UNKNOWN_CABINET_VERSION","features":[508]},{"name":"FDIERROR_USER_ABORT","features":[508]},{"name":"FDIERROR_WRONG_CABINET","features":[508]},{"name":"FDIIsCabinet","features":[305,508]},{"name":"FDINOTIFICATION","features":[508]},{"name":"FDINOTIFICATIONTYPE","features":[508]},{"name":"FDISPILLFILE","features":[508]},{"name":"FDISPILLFILE","features":[508]},{"name":"FDITruncateCabinet","features":[305,508]},{"name":"INCLUDED_FCI","features":[508]},{"name":"INCLUDED_FDI","features":[508]},{"name":"INCLUDED_TYPES_FCI_FDI","features":[508]},{"name":"PFNALLOC","features":[508]},{"name":"PFNCLOSE","features":[508]},{"name":"PFNFCIALLOC","features":[508]},{"name":"PFNFCICLOSE","features":[508]},{"name":"PFNFCIDELETE","features":[508]},{"name":"PFNFCIFILEPLACED","features":[305,508]},{"name":"PFNFCIFREE","features":[508]},{"name":"PFNFCIGETNEXTCABINET","features":[305,508]},{"name":"PFNFCIGETOPENINFO","features":[508]},{"name":"PFNFCIGETTEMPFILE","features":[305,508]},{"name":"PFNFCIOPEN","features":[508]},{"name":"PFNFCIREAD","features":[508]},{"name":"PFNFCISEEK","features":[508]},{"name":"PFNFCISTATUS","features":[508]},{"name":"PFNFCIWRITE","features":[508]},{"name":"PFNFDIDECRYPT","features":[305,508]},{"name":"PFNFDINOTIFY","features":[508]},{"name":"PFNFREE","features":[508]},{"name":"PFNOPEN","features":[508]},{"name":"PFNREAD","features":[508]},{"name":"PFNSEEK","features":[508]},{"name":"PFNWRITE","features":[508]},{"name":"_A_EXEC","features":[508]},{"name":"_A_NAME_IS_UTF","features":[508]},{"name":"cpu80286","features":[508]},{"name":"cpu80386","features":[508]},{"name":"cpuUNKNOWN","features":[508]},{"name":"fdidtDECRYPT","features":[508]},{"name":"fdidtNEW_CABINET","features":[508]},{"name":"fdidtNEW_FOLDER","features":[508]},{"name":"fdintCABINET_INFO","features":[508]},{"name":"fdintCLOSE_FILE_INFO","features":[508]},{"name":"fdintCOPY_FILE","features":[508]},{"name":"fdintENUMERATE","features":[508]},{"name":"fdintNEXT_CABINET","features":[508]},{"name":"fdintPARTIAL_FILE","features":[508]},{"name":"statusCabinet","features":[508]},{"name":"statusFile","features":[508]},{"name":"statusFolder","features":[508]},{"name":"tcompBAD","features":[508]},{"name":"tcompLZX_WINDOW_HI","features":[508]},{"name":"tcompLZX_WINDOW_LO","features":[508]},{"name":"tcompMASK_LZX_WINDOW","features":[508]},{"name":"tcompMASK_QUANTUM_LEVEL","features":[508]},{"name":"tcompMASK_QUANTUM_MEM","features":[508]},{"name":"tcompMASK_RESERVED","features":[508]},{"name":"tcompMASK_TYPE","features":[508]},{"name":"tcompQUANTUM_LEVEL_HI","features":[508]},{"name":"tcompQUANTUM_LEVEL_LO","features":[508]},{"name":"tcompQUANTUM_MEM_HI","features":[508]},{"name":"tcompQUANTUM_MEM_LO","features":[508]},{"name":"tcompSHIFT_LZX_WINDOW","features":[508]},{"name":"tcompSHIFT_QUANTUM_LEVEL","features":[508]},{"name":"tcompSHIFT_QUANTUM_MEM","features":[508]},{"name":"tcompTYPE_LZX","features":[508]},{"name":"tcompTYPE_MSZIP","features":[508]},{"name":"tcompTYPE_NONE","features":[508]},{"name":"tcompTYPE_QUANTUM","features":[508]}],"512":[{"name":"CF_CALLBACK","features":[509,510]},{"name":"CF_CALLBACK_CANCEL_FLAGS","features":[509]},{"name":"CF_CALLBACK_CANCEL_FLAG_IO_ABORTED","features":[509]},{"name":"CF_CALLBACK_CANCEL_FLAG_IO_TIMEOUT","features":[509]},{"name":"CF_CALLBACK_CANCEL_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAGS","features":[509]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETED","features":[509]},{"name":"CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAGS","features":[509]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_BACKGROUND","features":[509]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_DEHYDRATED","features":[509]},{"name":"CF_CALLBACK_DEHYDRATE_COMPLETION_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_DEHYDRATE_FLAGS","features":[509]},{"name":"CF_CALLBACK_DEHYDRATE_FLAG_BACKGROUND","features":[509]},{"name":"CF_CALLBACK_DEHYDRATE_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_DEHYDRATION_REASON","features":[509]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_NONE","features":[509]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_INACTIVITY","features":[509]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_LOW_SPACE","features":[509]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_SYSTEM_OS_UPGRADE","features":[509]},{"name":"CF_CALLBACK_DEHYDRATION_REASON_USER_MANUAL","features":[509]},{"name":"CF_CALLBACK_DELETE_COMPLETION_FLAGS","features":[509]},{"name":"CF_CALLBACK_DELETE_COMPLETION_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_DELETE_FLAGS","features":[509]},{"name":"CF_CALLBACK_DELETE_FLAG_IS_DIRECTORY","features":[509]},{"name":"CF_CALLBACK_DELETE_FLAG_IS_UNDELETE","features":[509]},{"name":"CF_CALLBACK_DELETE_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_FETCH_DATA_FLAGS","features":[509]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_EXPLICIT_HYDRATION","features":[509]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_FETCH_DATA_FLAG_RECOVERY","features":[509]},{"name":"CF_CALLBACK_FETCH_PLACEHOLDERS_FLAGS","features":[509]},{"name":"CF_CALLBACK_FETCH_PLACEHOLDERS_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_INFO","features":[509,510]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAGS","features":[509]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNKNOWN","features":[509]},{"name":"CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNSUPPORTED","features":[509]},{"name":"CF_CALLBACK_PARAMETERS","features":[509]},{"name":"CF_CALLBACK_REGISTRATION","features":[509,510]},{"name":"CF_CALLBACK_RENAME_COMPLETION_FLAGS","features":[509]},{"name":"CF_CALLBACK_RENAME_COMPLETION_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_RENAME_FLAGS","features":[509]},{"name":"CF_CALLBACK_RENAME_FLAG_IS_DIRECTORY","features":[509]},{"name":"CF_CALLBACK_RENAME_FLAG_NONE","features":[509]},{"name":"CF_CALLBACK_RENAME_FLAG_SOURCE_IN_SCOPE","features":[509]},{"name":"CF_CALLBACK_RENAME_FLAG_TARGET_IN_SCOPE","features":[509]},{"name":"CF_CALLBACK_TYPE","features":[509]},{"name":"CF_CALLBACK_TYPE_CANCEL_FETCH_DATA","features":[509]},{"name":"CF_CALLBACK_TYPE_CANCEL_FETCH_PLACEHOLDERS","features":[509]},{"name":"CF_CALLBACK_TYPE_FETCH_DATA","features":[509]},{"name":"CF_CALLBACK_TYPE_FETCH_PLACEHOLDERS","features":[509]},{"name":"CF_CALLBACK_TYPE_NONE","features":[509]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DEHYDRATE","features":[509]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DEHYDRATE_COMPLETION","features":[509]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DELETE","features":[509]},{"name":"CF_CALLBACK_TYPE_NOTIFY_DELETE_COMPLETION","features":[509]},{"name":"CF_CALLBACK_TYPE_NOTIFY_FILE_CLOSE_COMPLETION","features":[509]},{"name":"CF_CALLBACK_TYPE_NOTIFY_FILE_OPEN_COMPLETION","features":[509]},{"name":"CF_CALLBACK_TYPE_NOTIFY_RENAME","features":[509]},{"name":"CF_CALLBACK_TYPE_NOTIFY_RENAME_COMPLETION","features":[509]},{"name":"CF_CALLBACK_TYPE_VALIDATE_DATA","features":[509]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAGS","features":[509]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAG_EXPLICIT_HYDRATION","features":[509]},{"name":"CF_CALLBACK_VALIDATE_DATA_FLAG_NONE","features":[509]},{"name":"CF_CONNECTION_KEY","features":[509]},{"name":"CF_CONNECT_FLAGS","features":[509]},{"name":"CF_CONNECT_FLAG_BLOCK_SELF_IMPLICIT_HYDRATION","features":[509]},{"name":"CF_CONNECT_FLAG_NONE","features":[509]},{"name":"CF_CONNECT_FLAG_REQUIRE_FULL_FILE_PATH","features":[509]},{"name":"CF_CONNECT_FLAG_REQUIRE_PROCESS_INFO","features":[509]},{"name":"CF_CONVERT_FLAGS","features":[509]},{"name":"CF_CONVERT_FLAG_ALWAYS_FULL","features":[509]},{"name":"CF_CONVERT_FLAG_DEHYDRATE","features":[509]},{"name":"CF_CONVERT_FLAG_ENABLE_ON_DEMAND_POPULATION","features":[509]},{"name":"CF_CONVERT_FLAG_FORCE_CONVERT_TO_CLOUD_FILE","features":[509]},{"name":"CF_CONVERT_FLAG_MARK_IN_SYNC","features":[509]},{"name":"CF_CONVERT_FLAG_NONE","features":[509]},{"name":"CF_CREATE_FLAGS","features":[509]},{"name":"CF_CREATE_FLAG_NONE","features":[509]},{"name":"CF_CREATE_FLAG_STOP_ON_ERROR","features":[509]},{"name":"CF_DEHYDRATE_FLAGS","features":[509]},{"name":"CF_DEHYDRATE_FLAG_BACKGROUND","features":[509]},{"name":"CF_DEHYDRATE_FLAG_NONE","features":[509]},{"name":"CF_FILE_RANGE","features":[509]},{"name":"CF_FS_METADATA","features":[509,325]},{"name":"CF_HARDLINK_POLICY","features":[509]},{"name":"CF_HARDLINK_POLICY_ALLOWED","features":[509]},{"name":"CF_HARDLINK_POLICY_NONE","features":[509]},{"name":"CF_HYDRATE_FLAGS","features":[509]},{"name":"CF_HYDRATE_FLAG_NONE","features":[509]},{"name":"CF_HYDRATION_POLICY","features":[509]},{"name":"CF_HYDRATION_POLICY_ALWAYS_FULL","features":[509]},{"name":"CF_HYDRATION_POLICY_FULL","features":[509]},{"name":"CF_HYDRATION_POLICY_MODIFIER","features":[509]},{"name":"CF_HYDRATION_POLICY_MODIFIER_ALLOW_FULL_RESTART_HYDRATION","features":[509]},{"name":"CF_HYDRATION_POLICY_MODIFIER_AUTO_DEHYDRATION_ALLOWED","features":[509]},{"name":"CF_HYDRATION_POLICY_MODIFIER_NONE","features":[509]},{"name":"CF_HYDRATION_POLICY_MODIFIER_STREAMING_ALLOWED","features":[509]},{"name":"CF_HYDRATION_POLICY_MODIFIER_VALIDATION_REQUIRED","features":[509]},{"name":"CF_HYDRATION_POLICY_PARTIAL","features":[509]},{"name":"CF_HYDRATION_POLICY_PRIMARY","features":[509]},{"name":"CF_HYDRATION_POLICY_PROGRESSIVE","features":[509]},{"name":"CF_INSYNC_POLICY","features":[509]},{"name":"CF_INSYNC_POLICY_NONE","features":[509]},{"name":"CF_INSYNC_POLICY_PRESERVE_INSYNC_FOR_SYNC_ENGINE","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_ALL","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_ALL","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_CREATION_TIME","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_HIDDEN_ATTRIBUTE","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_LAST_WRITE_TIME","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_READONLY_ATTRIBUTE","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_DIRECTORY_SYSTEM_ATTRIBUTE","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_ALL","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_CREATION_TIME","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_HIDDEN_ATTRIBUTE","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_LAST_WRITE_TIME","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_READONLY_ATTRIBUTE","features":[509]},{"name":"CF_INSYNC_POLICY_TRACK_FILE_SYSTEM_ATTRIBUTE","features":[509]},{"name":"CF_IN_SYNC_STATE","features":[509]},{"name":"CF_IN_SYNC_STATE_IN_SYNC","features":[509]},{"name":"CF_IN_SYNC_STATE_NOT_IN_SYNC","features":[509]},{"name":"CF_MAX_PRIORITY_HINT","features":[509]},{"name":"CF_MAX_PROVIDER_NAME_LENGTH","features":[509]},{"name":"CF_MAX_PROVIDER_VERSION_LENGTH","features":[509]},{"name":"CF_OPEN_FILE_FLAGS","features":[509]},{"name":"CF_OPEN_FILE_FLAG_DELETE_ACCESS","features":[509]},{"name":"CF_OPEN_FILE_FLAG_EXCLUSIVE","features":[509]},{"name":"CF_OPEN_FILE_FLAG_FOREGROUND","features":[509]},{"name":"CF_OPEN_FILE_FLAG_NONE","features":[509]},{"name":"CF_OPEN_FILE_FLAG_WRITE_ACCESS","features":[509]},{"name":"CF_OPERATION_ACK_DATA_FLAGS","features":[509]},{"name":"CF_OPERATION_ACK_DATA_FLAG_NONE","features":[509]},{"name":"CF_OPERATION_ACK_DEHYDRATE_FLAGS","features":[509]},{"name":"CF_OPERATION_ACK_DEHYDRATE_FLAG_NONE","features":[509]},{"name":"CF_OPERATION_ACK_DELETE_FLAGS","features":[509]},{"name":"CF_OPERATION_ACK_DELETE_FLAG_NONE","features":[509]},{"name":"CF_OPERATION_ACK_RENAME_FLAGS","features":[509]},{"name":"CF_OPERATION_ACK_RENAME_FLAG_NONE","features":[509]},{"name":"CF_OPERATION_INFO","features":[509,510]},{"name":"CF_OPERATION_PARAMETERS","features":[305,509,325]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAGS","features":[509]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAG_MARK_IN_SYNC","features":[509]},{"name":"CF_OPERATION_RESTART_HYDRATION_FLAG_NONE","features":[509]},{"name":"CF_OPERATION_RETRIEVE_DATA_FLAGS","features":[509]},{"name":"CF_OPERATION_RETRIEVE_DATA_FLAG_NONE","features":[509]},{"name":"CF_OPERATION_TRANSFER_DATA_FLAGS","features":[509]},{"name":"CF_OPERATION_TRANSFER_DATA_FLAG_NONE","features":[509]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAGS","features":[509]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[509]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_NONE","features":[509]},{"name":"CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAG_STOP_ON_ERROR","features":[509]},{"name":"CF_OPERATION_TYPE","features":[509]},{"name":"CF_OPERATION_TYPE_ACK_DATA","features":[509]},{"name":"CF_OPERATION_TYPE_ACK_DEHYDRATE","features":[509]},{"name":"CF_OPERATION_TYPE_ACK_DELETE","features":[509]},{"name":"CF_OPERATION_TYPE_ACK_RENAME","features":[509]},{"name":"CF_OPERATION_TYPE_RESTART_HYDRATION","features":[509]},{"name":"CF_OPERATION_TYPE_RETRIEVE_DATA","features":[509]},{"name":"CF_OPERATION_TYPE_TRANSFER_DATA","features":[509]},{"name":"CF_OPERATION_TYPE_TRANSFER_PLACEHOLDERS","features":[509]},{"name":"CF_PIN_STATE","features":[509]},{"name":"CF_PIN_STATE_EXCLUDED","features":[509]},{"name":"CF_PIN_STATE_INHERIT","features":[509]},{"name":"CF_PIN_STATE_PINNED","features":[509]},{"name":"CF_PIN_STATE_UNPINNED","features":[509]},{"name":"CF_PIN_STATE_UNSPECIFIED","features":[509]},{"name":"CF_PLACEHOLDER_BASIC_INFO","features":[509]},{"name":"CF_PLACEHOLDER_CREATE_FLAGS","features":[509]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_ALWAYS_FULL","features":[509]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[509]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_MARK_IN_SYNC","features":[509]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_NONE","features":[509]},{"name":"CF_PLACEHOLDER_CREATE_FLAG_SUPERSEDE","features":[509]},{"name":"CF_PLACEHOLDER_CREATE_INFO","features":[509,325]},{"name":"CF_PLACEHOLDER_INFO_BASIC","features":[509]},{"name":"CF_PLACEHOLDER_INFO_CLASS","features":[509]},{"name":"CF_PLACEHOLDER_INFO_STANDARD","features":[509]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY","features":[509]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_CONVERT_TO_UNRESTRICTED","features":[509]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_CREATE_UNRESTRICTED","features":[509]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_DEFAULT","features":[509]},{"name":"CF_PLACEHOLDER_MANAGEMENT_POLICY_UPDATE_UNRESTRICTED","features":[509]},{"name":"CF_PLACEHOLDER_MAX_FILE_IDENTITY_LENGTH","features":[509]},{"name":"CF_PLACEHOLDER_RANGE_INFO_CLASS","features":[509]},{"name":"CF_PLACEHOLDER_RANGE_INFO_MODIFIED","features":[509]},{"name":"CF_PLACEHOLDER_RANGE_INFO_ONDISK","features":[509]},{"name":"CF_PLACEHOLDER_RANGE_INFO_VALIDATED","features":[509]},{"name":"CF_PLACEHOLDER_STANDARD_INFO","features":[509]},{"name":"CF_PLACEHOLDER_STATE","features":[509]},{"name":"CF_PLACEHOLDER_STATE_ESSENTIAL_PROP_PRESENT","features":[509]},{"name":"CF_PLACEHOLDER_STATE_INVALID","features":[509]},{"name":"CF_PLACEHOLDER_STATE_IN_SYNC","features":[509]},{"name":"CF_PLACEHOLDER_STATE_NO_STATES","features":[509]},{"name":"CF_PLACEHOLDER_STATE_PARTIAL","features":[509]},{"name":"CF_PLACEHOLDER_STATE_PARTIALLY_ON_DISK","features":[509]},{"name":"CF_PLACEHOLDER_STATE_PLACEHOLDER","features":[509]},{"name":"CF_PLACEHOLDER_STATE_SYNC_ROOT","features":[509]},{"name":"CF_PLATFORM_INFO","features":[509]},{"name":"CF_POPULATION_POLICY","features":[509]},{"name":"CF_POPULATION_POLICY_ALWAYS_FULL","features":[509]},{"name":"CF_POPULATION_POLICY_FULL","features":[509]},{"name":"CF_POPULATION_POLICY_MODIFIER","features":[509]},{"name":"CF_POPULATION_POLICY_MODIFIER_NONE","features":[509]},{"name":"CF_POPULATION_POLICY_PARTIAL","features":[509]},{"name":"CF_POPULATION_POLICY_PRIMARY","features":[509]},{"name":"CF_PROCESS_INFO","features":[509]},{"name":"CF_PROVIDER_STATUS_CLEAR_FLAGS","features":[509]},{"name":"CF_PROVIDER_STATUS_CONNECTIVITY_LOST","features":[509]},{"name":"CF_PROVIDER_STATUS_DISCONNECTED","features":[509]},{"name":"CF_PROVIDER_STATUS_ERROR","features":[509]},{"name":"CF_PROVIDER_STATUS_IDLE","features":[509]},{"name":"CF_PROVIDER_STATUS_POPULATE_CONTENT","features":[509]},{"name":"CF_PROVIDER_STATUS_POPULATE_METADATA","features":[509]},{"name":"CF_PROVIDER_STATUS_POPULATE_NAMESPACE","features":[509]},{"name":"CF_PROVIDER_STATUS_SYNC_FULL","features":[509]},{"name":"CF_PROVIDER_STATUS_SYNC_INCREMENTAL","features":[509]},{"name":"CF_PROVIDER_STATUS_TERMINATED","features":[509]},{"name":"CF_REGISTER_FLAGS","features":[509]},{"name":"CF_REGISTER_FLAG_DISABLE_ON_DEMAND_POPULATION_ON_ROOT","features":[509]},{"name":"CF_REGISTER_FLAG_MARK_IN_SYNC_ON_ROOT","features":[509]},{"name":"CF_REGISTER_FLAG_NONE","features":[509]},{"name":"CF_REGISTER_FLAG_UPDATE","features":[509]},{"name":"CF_REQUEST_KEY_DEFAULT","features":[509]},{"name":"CF_REVERT_FLAGS","features":[509]},{"name":"CF_REVERT_FLAG_NONE","features":[509]},{"name":"CF_SET_IN_SYNC_FLAGS","features":[509]},{"name":"CF_SET_IN_SYNC_FLAG_NONE","features":[509]},{"name":"CF_SET_PIN_FLAGS","features":[509]},{"name":"CF_SET_PIN_FLAG_NONE","features":[509]},{"name":"CF_SET_PIN_FLAG_RECURSE","features":[509]},{"name":"CF_SET_PIN_FLAG_RECURSE_ONLY","features":[509]},{"name":"CF_SET_PIN_FLAG_RECURSE_STOP_ON_ERROR","features":[509]},{"name":"CF_SYNC_POLICIES","features":[509]},{"name":"CF_SYNC_PROVIDER_STATUS","features":[509]},{"name":"CF_SYNC_REGISTRATION","features":[509]},{"name":"CF_SYNC_ROOT_BASIC_INFO","features":[509]},{"name":"CF_SYNC_ROOT_INFO_BASIC","features":[509]},{"name":"CF_SYNC_ROOT_INFO_CLASS","features":[509]},{"name":"CF_SYNC_ROOT_INFO_PROVIDER","features":[509]},{"name":"CF_SYNC_ROOT_INFO_STANDARD","features":[509]},{"name":"CF_SYNC_ROOT_PROVIDER_INFO","features":[509]},{"name":"CF_SYNC_ROOT_STANDARD_INFO","features":[509]},{"name":"CF_SYNC_STATUS","features":[509]},{"name":"CF_UPDATE_FLAGS","features":[509]},{"name":"CF_UPDATE_FLAG_ALLOW_PARTIAL","features":[509]},{"name":"CF_UPDATE_FLAG_ALWAYS_FULL","features":[509]},{"name":"CF_UPDATE_FLAG_CLEAR_IN_SYNC","features":[509]},{"name":"CF_UPDATE_FLAG_DEHYDRATE","features":[509]},{"name":"CF_UPDATE_FLAG_DISABLE_ON_DEMAND_POPULATION","features":[509]},{"name":"CF_UPDATE_FLAG_ENABLE_ON_DEMAND_POPULATION","features":[509]},{"name":"CF_UPDATE_FLAG_MARK_IN_SYNC","features":[509]},{"name":"CF_UPDATE_FLAG_NONE","features":[509]},{"name":"CF_UPDATE_FLAG_PASSTHROUGH_FS_METADATA","features":[509]},{"name":"CF_UPDATE_FLAG_REMOVE_FILE_IDENTITY","features":[509]},{"name":"CF_UPDATE_FLAG_REMOVE_PROPERTY","features":[509]},{"name":"CF_UPDATE_FLAG_VERIFY_IN_SYNC","features":[509]},{"name":"CfCloseHandle","features":[305,509]},{"name":"CfConnectSyncRoot","features":[509,510]},{"name":"CfConvertToPlaceholder","features":[305,509,311]},{"name":"CfCreatePlaceholders","features":[509,325]},{"name":"CfDehydratePlaceholder","features":[305,509,311]},{"name":"CfDisconnectSyncRoot","features":[509]},{"name":"CfExecute","features":[305,509,325,510]},{"name":"CfGetCorrelationVector","features":[305,509,510]},{"name":"CfGetPlaceholderInfo","features":[305,509]},{"name":"CfGetPlaceholderRangeInfo","features":[305,509]},{"name":"CfGetPlaceholderRangeInfoForHydration","features":[509]},{"name":"CfGetPlaceholderStateFromAttributeTag","features":[509]},{"name":"CfGetPlaceholderStateFromFileInfo","features":[509,325]},{"name":"CfGetPlaceholderStateFromFindData","features":[305,509,325]},{"name":"CfGetPlatformInfo","features":[509]},{"name":"CfGetSyncRootInfoByHandle","features":[305,509]},{"name":"CfGetSyncRootInfoByPath","features":[509]},{"name":"CfGetTransferKey","features":[305,509]},{"name":"CfGetWin32HandleFromProtectedHandle","features":[305,509]},{"name":"CfHydratePlaceholder","features":[305,509,311]},{"name":"CfOpenFileWithOplock","features":[305,509]},{"name":"CfQuerySyncProviderStatus","features":[509]},{"name":"CfReferenceProtectedHandle","features":[305,509]},{"name":"CfRegisterSyncRoot","features":[509]},{"name":"CfReleaseProtectedHandle","features":[305,509]},{"name":"CfReleaseTransferKey","features":[305,509]},{"name":"CfReportProviderProgress","features":[509]},{"name":"CfReportProviderProgress2","features":[509]},{"name":"CfReportSyncStatus","features":[509]},{"name":"CfRevertPlaceholder","features":[305,509,311]},{"name":"CfSetCorrelationVector","features":[305,509,510]},{"name":"CfSetInSyncState","features":[305,509]},{"name":"CfSetPinState","features":[305,509,311]},{"name":"CfUnregisterSyncRoot","features":[509]},{"name":"CfUpdatePlaceholder","features":[305,509,325,311]},{"name":"CfUpdateSyncProviderStatus","features":[509]}],"513":[{"name":"COMPRESSOR_HANDLE","features":[511]},{"name":"COMPRESS_ALGORITHM","features":[511]},{"name":"COMPRESS_ALGORITHM_INVALID","features":[511]},{"name":"COMPRESS_ALGORITHM_LZMS","features":[511]},{"name":"COMPRESS_ALGORITHM_MAX","features":[511]},{"name":"COMPRESS_ALGORITHM_MSZIP","features":[511]},{"name":"COMPRESS_ALGORITHM_NULL","features":[511]},{"name":"COMPRESS_ALGORITHM_XPRESS","features":[511]},{"name":"COMPRESS_ALGORITHM_XPRESS_HUFF","features":[511]},{"name":"COMPRESS_ALLOCATION_ROUTINES","features":[511]},{"name":"COMPRESS_INFORMATION_CLASS","features":[511]},{"name":"COMPRESS_INFORMATION_CLASS_BLOCK_SIZE","features":[511]},{"name":"COMPRESS_INFORMATION_CLASS_INVALID","features":[511]},{"name":"COMPRESS_INFORMATION_CLASS_LEVEL","features":[511]},{"name":"COMPRESS_RAW","features":[511]},{"name":"CloseCompressor","features":[305,511]},{"name":"CloseDecompressor","features":[305,511]},{"name":"Compress","features":[305,511]},{"name":"CreateCompressor","features":[305,511]},{"name":"CreateDecompressor","features":[305,511]},{"name":"DECOMPRESSOR_HANDLE","features":[511]},{"name":"Decompress","features":[305,511]},{"name":"PFN_COMPRESS_ALLOCATE","features":[511]},{"name":"PFN_COMPRESS_FREE","features":[511]},{"name":"QueryCompressorInformation","features":[305,511]},{"name":"QueryDecompressorInformation","features":[305,511]},{"name":"ResetCompressor","features":[305,511]},{"name":"ResetDecompressor","features":[305,511]},{"name":"SetCompressorInformation","features":[305,511]},{"name":"SetDecompressorInformation","features":[305,511]}],"514":[{"name":"DDP_FILE_EXTENT","features":[512]},{"name":"DEDUP_BACKUP_SUPPORT_PARAM_TYPE","features":[512]},{"name":"DEDUP_CHUNKLIB_MAX_CHUNKS_ENUM","features":[512]},{"name":"DEDUP_CHUNK_INFO_HASH32","features":[512]},{"name":"DEDUP_CONTAINER_EXTENT","features":[512]},{"name":"DEDUP_PT_AvgChunkSizeBytes","features":[512]},{"name":"DEDUP_PT_DisableStrongHashComputation","features":[512]},{"name":"DEDUP_PT_InvariantChunking","features":[512]},{"name":"DEDUP_PT_MaxChunkSizeBytes","features":[512]},{"name":"DEDUP_PT_MinChunkSizeBytes","features":[512]},{"name":"DEDUP_RECONSTRUCT_OPTIMIZED","features":[512]},{"name":"DEDUP_RECONSTRUCT_UNOPTIMIZED","features":[512]},{"name":"DEDUP_SET_PARAM_TYPE","features":[512]},{"name":"DedupBackupSupport","features":[512]},{"name":"DedupChunk","features":[512]},{"name":"DedupChunkFlags","features":[512]},{"name":"DedupChunkFlags_Compressed","features":[512]},{"name":"DedupChunkFlags_None","features":[512]},{"name":"DedupChunkingAlgorithm","features":[512]},{"name":"DedupChunkingAlgorithm_Unknonwn","features":[512]},{"name":"DedupChunkingAlgorithm_V1","features":[512]},{"name":"DedupCompressionAlgorithm","features":[512]},{"name":"DedupCompressionAlgorithm_Unknonwn","features":[512]},{"name":"DedupCompressionAlgorithm_Xpress","features":[512]},{"name":"DedupDataPort","features":[512]},{"name":"DedupDataPortManagerOption","features":[512]},{"name":"DedupDataPortManagerOption_AutoStart","features":[512]},{"name":"DedupDataPortManagerOption_None","features":[512]},{"name":"DedupDataPortManagerOption_SkipReconciliation","features":[512]},{"name":"DedupDataPortRequestStatus","features":[512]},{"name":"DedupDataPortRequestStatus_Complete","features":[512]},{"name":"DedupDataPortRequestStatus_Failed","features":[512]},{"name":"DedupDataPortRequestStatus_Partial","features":[512]},{"name":"DedupDataPortRequestStatus_Processing","features":[512]},{"name":"DedupDataPortRequestStatus_Queued","features":[512]},{"name":"DedupDataPortRequestStatus_Unknown","features":[512]},{"name":"DedupDataPortVolumeStatus","features":[512]},{"name":"DedupDataPortVolumeStatus_Initializing","features":[512]},{"name":"DedupDataPortVolumeStatus_Maintenance","features":[512]},{"name":"DedupDataPortVolumeStatus_NotAvailable","features":[512]},{"name":"DedupDataPortVolumeStatus_NotEnabled","features":[512]},{"name":"DedupDataPortVolumeStatus_Ready","features":[512]},{"name":"DedupDataPortVolumeStatus_Shutdown","features":[512]},{"name":"DedupDataPortVolumeStatus_Unknown","features":[512]},{"name":"DedupHash","features":[512]},{"name":"DedupHashingAlgorithm","features":[512]},{"name":"DedupHashingAlgorithm_Unknonwn","features":[512]},{"name":"DedupHashingAlgorithm_V1","features":[512]},{"name":"DedupStream","features":[512]},{"name":"DedupStreamEntry","features":[512]},{"name":"IDedupBackupSupport","features":[512]},{"name":"IDedupChunkLibrary","features":[512]},{"name":"IDedupDataPort","features":[512]},{"name":"IDedupDataPortManager","features":[512]},{"name":"IDedupIterateChunksHash32","features":[512]},{"name":"IDedupReadFileCallback","features":[512]}],"515":[{"name":"DFS_ADD_VOLUME","features":[513]},{"name":"DFS_FORCE_REMOVE","features":[513]},{"name":"DFS_GET_PKT_ENTRY_STATE_ARG","features":[513]},{"name":"DFS_INFO_1","features":[513]},{"name":"DFS_INFO_100","features":[513]},{"name":"DFS_INFO_101","features":[513]},{"name":"DFS_INFO_102","features":[513]},{"name":"DFS_INFO_103","features":[513]},{"name":"DFS_INFO_104","features":[513]},{"name":"DFS_INFO_105","features":[513]},{"name":"DFS_INFO_106","features":[513]},{"name":"DFS_INFO_107","features":[309,513]},{"name":"DFS_INFO_150","features":[309,513]},{"name":"DFS_INFO_1_32","features":[513]},{"name":"DFS_INFO_2","features":[513]},{"name":"DFS_INFO_200","features":[513]},{"name":"DFS_INFO_2_32","features":[513]},{"name":"DFS_INFO_3","features":[513]},{"name":"DFS_INFO_300","features":[513]},{"name":"DFS_INFO_3_32","features":[513]},{"name":"DFS_INFO_4","features":[513]},{"name":"DFS_INFO_4_32","features":[513]},{"name":"DFS_INFO_5","features":[513]},{"name":"DFS_INFO_50","features":[513]},{"name":"DFS_INFO_6","features":[513]},{"name":"DFS_INFO_7","features":[513]},{"name":"DFS_INFO_8","features":[309,513]},{"name":"DFS_INFO_9","features":[309,513]},{"name":"DFS_MOVE_FLAG_REPLACE_IF_EXISTS","features":[513]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN","features":[513]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_COMBINED","features":[513]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_DOMAIN","features":[513]},{"name":"DFS_NAMESPACE_VERSION_ORIGIN_SERVER","features":[513]},{"name":"DFS_PROPERTY_FLAG_ABDE","features":[513]},{"name":"DFS_PROPERTY_FLAG_CLUSTER_ENABLED","features":[513]},{"name":"DFS_PROPERTY_FLAG_INSITE_REFERRALS","features":[513]},{"name":"DFS_PROPERTY_FLAG_ROOT_SCALABILITY","features":[513]},{"name":"DFS_PROPERTY_FLAG_SITE_COSTING","features":[513]},{"name":"DFS_PROPERTY_FLAG_TARGET_FAILBACK","features":[513]},{"name":"DFS_RESTORE_VOLUME","features":[513]},{"name":"DFS_SITELIST_INFO","features":[513]},{"name":"DFS_SITENAME_INFO","features":[513]},{"name":"DFS_SITE_PRIMARY","features":[513]},{"name":"DFS_STORAGE_FLAVOR_UNUSED2","features":[513]},{"name":"DFS_STORAGE_INFO","features":[513]},{"name":"DFS_STORAGE_INFO_0_32","features":[513]},{"name":"DFS_STORAGE_INFO_1","features":[513]},{"name":"DFS_STORAGE_STATES","features":[513]},{"name":"DFS_STORAGE_STATE_ACTIVE","features":[513]},{"name":"DFS_STORAGE_STATE_OFFLINE","features":[513]},{"name":"DFS_STORAGE_STATE_ONLINE","features":[513]},{"name":"DFS_SUPPORTED_NAMESPACE_VERSION_INFO","features":[513]},{"name":"DFS_TARGET_PRIORITY","features":[513]},{"name":"DFS_TARGET_PRIORITY_CLASS","features":[513]},{"name":"DFS_VOLUME_FLAVORS","features":[513]},{"name":"DFS_VOLUME_FLAVOR_AD_BLOB","features":[513]},{"name":"DFS_VOLUME_FLAVOR_STANDALONE","features":[513]},{"name":"DFS_VOLUME_FLAVOR_UNUSED1","features":[513]},{"name":"DFS_VOLUME_STATES","features":[513]},{"name":"DFS_VOLUME_STATE_FORCE_SYNC","features":[513]},{"name":"DFS_VOLUME_STATE_INCONSISTENT","features":[513]},{"name":"DFS_VOLUME_STATE_OFFLINE","features":[513]},{"name":"DFS_VOLUME_STATE_OK","features":[513]},{"name":"DFS_VOLUME_STATE_ONLINE","features":[513]},{"name":"DFS_VOLUME_STATE_RESYNCHRONIZE","features":[513]},{"name":"DFS_VOLUME_STATE_STANDBY","features":[513]},{"name":"DfsGlobalHighPriorityClass","features":[513]},{"name":"DfsGlobalLowPriorityClass","features":[513]},{"name":"DfsInvalidPriorityClass","features":[513]},{"name":"DfsSiteCostHighPriorityClass","features":[513]},{"name":"DfsSiteCostLowPriorityClass","features":[513]},{"name":"DfsSiteCostNormalPriorityClass","features":[513]},{"name":"FSCTL_DFS_BASE","features":[513]},{"name":"FSCTL_DFS_GET_PKT_ENTRY_STATE","features":[513]},{"name":"NET_DFS_SETDC_FLAGS","features":[513]},{"name":"NET_DFS_SETDC_INITPKT","features":[513]},{"name":"NET_DFS_SETDC_TIMEOUT","features":[513]},{"name":"NetDfsAdd","features":[513]},{"name":"NetDfsAddFtRoot","features":[513]},{"name":"NetDfsAddRootTarget","features":[513]},{"name":"NetDfsAddStdRoot","features":[513]},{"name":"NetDfsEnum","features":[513]},{"name":"NetDfsGetClientInfo","features":[513]},{"name":"NetDfsGetFtContainerSecurity","features":[309,513]},{"name":"NetDfsGetInfo","features":[513]},{"name":"NetDfsGetSecurity","features":[309,513]},{"name":"NetDfsGetStdContainerSecurity","features":[309,513]},{"name":"NetDfsGetSupportedNamespaceVersion","features":[513]},{"name":"NetDfsMove","features":[513]},{"name":"NetDfsRemove","features":[513]},{"name":"NetDfsRemoveFtRoot","features":[513]},{"name":"NetDfsRemoveFtRootForced","features":[513]},{"name":"NetDfsRemoveRootTarget","features":[513]},{"name":"NetDfsRemoveStdRoot","features":[513]},{"name":"NetDfsSetClientInfo","features":[513]},{"name":"NetDfsSetFtContainerSecurity","features":[309,513]},{"name":"NetDfsSetInfo","features":[513]},{"name":"NetDfsSetSecurity","features":[309,513]},{"name":"NetDfsSetStdContainerSecurity","features":[309,513]}],"516":[{"name":"ACT_AUTHORIZATION_STATE","features":[514]},{"name":"ACT_AUTHORIZATION_STATE_VALUE","features":[514]},{"name":"ACT_AUTHORIZED","features":[514]},{"name":"ACT_AUTHORIZE_ON_RESUME","features":[514]},{"name":"ACT_AUTHORIZE_ON_SESSION_UNLOCK","features":[514]},{"name":"ACT_UNAUTHORIZED","features":[514]},{"name":"ACT_UNAUTHORIZE_ON_SESSION_LOCK","features":[514]},{"name":"ACT_UNAUTHORIZE_ON_SUSPEND","features":[514]},{"name":"APPUSERMODEL_STARTPINOPTION_DEFAULT","features":[514]},{"name":"APPUSERMODEL_STARTPINOPTION_NOPINONINSTALL","features":[514]},{"name":"APPUSERMODEL_STARTPINOPTION_USERPINNED","features":[514]},{"name":"AUDIO_CHANNELCOUNT_MONO","features":[514]},{"name":"AUDIO_CHANNELCOUNT_STEREO","features":[514]},{"name":"BLUETOOTH_ADDRESS_TYPE_PUBLIC","features":[514]},{"name":"BLUETOOTH_ADDRESS_TYPE_RANDOM","features":[514]},{"name":"BLUETOOTH_CACHED_MODE_UNCACHED","features":[514]},{"name":"BLUETOOTH_CACHE_MODE_CACHED","features":[514]},{"name":"CERT_CAPABILITY_ASYMMETRIC_KEY_CRYPTOGRAPHY","features":[514]},{"name":"CERT_CAPABILITY_CERTIFICATE_SUPPORT","features":[514]},{"name":"CERT_CAPABILITY_HASH_ALG","features":[514]},{"name":"CERT_CAPABILITY_OPTIONAL_FEATURES","features":[514]},{"name":"CERT_CAPABILITY_SIGNATURE_ALG","features":[514]},{"name":"CERT_MAX_CAPABILITY","features":[514]},{"name":"CERT_RSASSA_PSS_SHA1_OID","features":[514]},{"name":"CERT_RSASSA_PSS_SHA256_OID","features":[514]},{"name":"CERT_RSASSA_PSS_SHA384_OID","features":[514]},{"name":"CERT_RSASSA_PSS_SHA512_OID","features":[514]},{"name":"CERT_RSA_1024_OID","features":[514]},{"name":"CERT_RSA_2048_OID","features":[514]},{"name":"CERT_RSA_3072_OID","features":[514]},{"name":"CERT_TYPE_ASCh","features":[514]},{"name":"CERT_TYPE_ASCm","features":[514]},{"name":"CERT_TYPE_EMPTY","features":[514]},{"name":"CERT_TYPE_HCh","features":[514]},{"name":"CERT_TYPE_PCp","features":[514]},{"name":"CERT_TYPE_SIGNER","features":[514]},{"name":"CERT_VALIDATION_POLICY_BASIC","features":[514]},{"name":"CERT_VALIDATION_POLICY_EXTENDED","features":[514]},{"name":"CERT_VALIDATION_POLICY_NONE","features":[514]},{"name":"CERT_VALIDATION_POLICY_RESERVED","features":[514]},{"name":"CREATOROPENWITHUIOPTION_HIDDEN","features":[514]},{"name":"CREATOROPENWITHUIOPTION_VISIBLE","features":[514]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_AUTHENTICATED","features":[514]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_AUTHENTICATION_DENIED","features":[514]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_DEVICE_ERROR","features":[514]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_NOT_AUTHENTICATED","features":[514]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_NO_AUTHENTICATION_REQUIRED","features":[514]},{"name":"ENHANCED_STORAGE_AUTHN_STATE_UNKNOWN","features":[514]},{"name":"ENHANCED_STORAGE_CAPABILITY_ASYMMETRIC_KEY_CRYPTOGRAPHY","features":[305,514]},{"name":"ENHANCED_STORAGE_CAPABILITY_CERTIFICATE_EXTENSION_PARSING","features":[305,514]},{"name":"ENHANCED_STORAGE_CAPABILITY_HASH_ALGS","features":[305,514]},{"name":"ENHANCED_STORAGE_CAPABILITY_RENDER_USER_DATA_UNUSABLE","features":[305,514]},{"name":"ENHANCED_STORAGE_CAPABILITY_SIGNING_ALGS","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_ADMIN_CERTIFICATE_AUTHENTICATION","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_CREATE_CERTIFICATE_REQUEST","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_DEVICE_CERTIFICATE_AUTHENTICATION","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_ACT_FRIENDLY_NAME","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_CERTIFICATE","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_CERTIFICATE_COUNT","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_CAPABILITIES","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_CAPABILITY","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_GUID","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_HOST_CERTIFICATE_AUTHENTICATION","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_INITIALIZE_TO_MANUFACTURER_STATE","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_SET_CERTIFICATE","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_CERT_UNAUTHENTICATION","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_AUTHORIZE_ACT_ACCESS","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_CHANGE_PASSWORD","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_CONFIG_ADMINISTRATOR","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_CREATE_USER","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_DELETE_USER","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_INITIALIZE_USER_PASSWORD","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_QUERY_INFORMATION","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_START_INITIALIZE_TO_MANUFACTURER_STATE","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_PASSWORD_UNAUTHORIZE_ACT_ACCESS","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_SILO_ENUMERATE_SILOS","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_SILO_GET_AUTHENTICATION_STATE","features":[305,514]},{"name":"ENHANCED_STORAGE_COMMAND_SILO_IS_AUTHENTICATION_SILO","features":[305,514]},{"name":"ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_ADMIN_HINT","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_AUTHENTICATION_STATE","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_ACT_FRIENDLY_NAME","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_CAPABILITY_TYPE","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_INDEX","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_LENGTH","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_REQUEST","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_CAPABILITIES","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_CAPABILITY","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_GUID","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_CERTIFICATE_TYPE","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_IS_AUTHENTICATION_SILO","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_MAX_AUTH_FAILURES","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_MAX_CERTIFICATE_COUNT","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_NEW_PASSWORD","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_NEW_PASSWORD_INDICATOR","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_NEXT_CERTIFICATE_INDEX","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_NEXT_CERTIFICATE_OF_TYPE_INDEX","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_OLD_PASSWORD","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_PASSWORD","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_PASSWORD_INDICATOR","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_PASSWORD_SILO_INFO","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_QUERY_SILO_RESULTS","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_QUERY_SILO_TYPE","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_SECURITY_IDENTIFIER","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_SIGNER_CERTIFICATE_INDEX","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_SILO_FRIENDLYNAME_SPECIFIED","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_SILO_NAME","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_STORED_CERTIFICATE_COUNT","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_TEMPORARY_UNAUTHENTICATION","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_USER_HINT","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_USER_NAME","features":[305,514]},{"name":"ENHANCED_STORAGE_PROPERTY_VALIDATION_POLICY","features":[305,514]},{"name":"ES_AUTHN_ERROR_END","features":[514]},{"name":"ES_AUTHN_ERROR_START","features":[514]},{"name":"ES_E_AUTHORIZED_UNEXPECTED","features":[514]},{"name":"ES_E_BAD_SEQUENCE","features":[514]},{"name":"ES_E_CHALLENGE_MISMATCH","features":[514]},{"name":"ES_E_CHALLENGE_SIZE_MISMATCH","features":[514]},{"name":"ES_E_DEVICE_DIGEST_MISSING","features":[514]},{"name":"ES_E_FRIENDLY_NAME_TOO_LONG","features":[514]},{"name":"ES_E_GROUP_POLICY_FORBIDDEN_OPERATION","features":[514]},{"name":"ES_E_GROUP_POLICY_FORBIDDEN_USE","features":[514]},{"name":"ES_E_INCOMPLETE_COMMAND","features":[514]},{"name":"ES_E_INCONSISTENT_PARAM_LENGTH","features":[514]},{"name":"ES_E_INVALID_CAPABILITY","features":[514]},{"name":"ES_E_INVALID_FIELD_IDENTIFIER","features":[514]},{"name":"ES_E_INVALID_PARAM_COMBINATION","features":[514]},{"name":"ES_E_INVALID_PARAM_LENGTH","features":[514]},{"name":"ES_E_INVALID_RESPONSE","features":[514]},{"name":"ES_E_INVALID_SILO","features":[514]},{"name":"ES_E_NOT_AUTHORIZED_UNEXPECTED","features":[514]},{"name":"ES_E_NO_AUTHENTICATION_REQUIRED","features":[514]},{"name":"ES_E_NO_PROBE","features":[514]},{"name":"ES_E_OTHER_SECURITY_PROTOCOL_ACTIVE","features":[514]},{"name":"ES_E_PASSWORD_HINT_TOO_LONG","features":[514]},{"name":"ES_E_PASSWORD_TOO_LONG","features":[514]},{"name":"ES_E_PROVISIONED_UNEXPECTED","features":[514]},{"name":"ES_E_SILO_NAME_TOO_LONG","features":[514]},{"name":"ES_E_UNKNOWN_DIGEST_ALGORITHM","features":[514]},{"name":"ES_E_UNPROVISIONED_HARDWARE","features":[514]},{"name":"ES_E_UNSUPPORTED_HARDWARE","features":[514]},{"name":"ES_GENERAL_ERROR_END","features":[514]},{"name":"ES_GENERAL_ERROR_START","features":[514]},{"name":"ES_PW_SILO_ERROR_END","features":[514]},{"name":"ES_PW_SILO_ERROR_START","features":[514]},{"name":"ES_RESERVED_COM_ERROR_END","features":[514]},{"name":"ES_RESERVED_COM_ERROR_START","features":[514]},{"name":"ES_RESERVED_SILO_ERROR_END","features":[514]},{"name":"ES_RESERVED_SILO_ERROR_START","features":[514]},{"name":"ES_RESERVED_SILO_SPECIFIC_ERROR_END","features":[514]},{"name":"ES_RESERVED_SILO_SPECIFIC_ERROR_START","features":[514]},{"name":"ES_VENDOR_ERROR_END","features":[514]},{"name":"ES_VENDOR_ERROR_START","features":[514]},{"name":"EnhancedStorageACT","features":[514]},{"name":"EnhancedStorageSilo","features":[514]},{"name":"EnhancedStorageSiloAction","features":[514]},{"name":"EnumEnhancedStorageACT","features":[514]},{"name":"FACILITY_ENHANCED_STORAGE","features":[514]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_COMPLETE","features":[514]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_COMPLETE_PINNED","features":[514]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_EXCLUDED","features":[514]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_FOLDER_EMPTY","features":[514]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_NOTAVAILABLEOFFLINE","features":[514]},{"name":"FILEOFFLINEAVAILABILITYSTATUS_PARTIAL","features":[514]},{"name":"FLAGSTATUS_COMPLETED","features":[514]},{"name":"FLAGSTATUS_FOLLOWUP","features":[514]},{"name":"FLAGSTATUS_NOTFLAGGED","features":[514]},{"name":"GUID_DEVINTERFACE_ENHANCED_STORAGE_SILO","features":[514]},{"name":"HOMEGROUPING_FREQUENT","features":[514]},{"name":"HOMEGROUPING_PINNED","features":[514]},{"name":"HOMEGROUPING_RECENT","features":[514]},{"name":"HOMEGROUPING_RECOMMENDATIONS","features":[514]},{"name":"HOMEGROUPING_UNSPECIFIED","features":[514]},{"name":"IEnhancedStorageACT","features":[514]},{"name":"IEnhancedStorageACT2","features":[514]},{"name":"IEnhancedStorageACT3","features":[514]},{"name":"IEnhancedStorageSilo","features":[514]},{"name":"IEnhancedStorageSiloAction","features":[514]},{"name":"IEnumEnhancedStorageACT","features":[514]},{"name":"IMPORTANCE_HIGH_MAX","features":[514]},{"name":"IMPORTANCE_HIGH_MIN","features":[514]},{"name":"IMPORTANCE_HIGH_SET","features":[514]},{"name":"IMPORTANCE_LOW_MAX","features":[514]},{"name":"IMPORTANCE_LOW_MIN","features":[514]},{"name":"IMPORTANCE_LOW_SET","features":[514]},{"name":"IMPORTANCE_NORMAL_MAX","features":[514]},{"name":"IMPORTANCE_NORMAL_MIN","features":[514]},{"name":"IMPORTANCE_NORMAL_SET","features":[514]},{"name":"ISDEFAULTSAVE_BOTH","features":[514]},{"name":"ISDEFAULTSAVE_NONE","features":[514]},{"name":"ISDEFAULTSAVE_NONOWNER","features":[514]},{"name":"ISDEFAULTSAVE_OWNER","features":[514]},{"name":"KIND_CALENDAR","features":[514]},{"name":"KIND_COMMUNICATION","features":[514]},{"name":"KIND_CONTACT","features":[514]},{"name":"KIND_DOCUMENT","features":[514]},{"name":"KIND_EMAIL","features":[514]},{"name":"KIND_FEED","features":[514]},{"name":"KIND_FOLDER","features":[514]},{"name":"KIND_GAME","features":[514]},{"name":"KIND_INSTANTMESSAGE","features":[514]},{"name":"KIND_JOURNAL","features":[514]},{"name":"KIND_LINK","features":[514]},{"name":"KIND_MOVIE","features":[514]},{"name":"KIND_MUSIC","features":[514]},{"name":"KIND_NOTE","features":[514]},{"name":"KIND_PICTURE","features":[514]},{"name":"KIND_PLAYLIST","features":[514]},{"name":"KIND_PROGRAM","features":[514]},{"name":"KIND_RECORDEDTV","features":[514]},{"name":"KIND_SEARCHFOLDER","features":[514]},{"name":"KIND_TASK","features":[514]},{"name":"KIND_UNKNOWN","features":[514]},{"name":"KIND_VIDEO","features":[514]},{"name":"KIND_WEBHISTORY","features":[514]},{"name":"LAYOUTPATTERN_CVMFB_ALPHA","features":[514]},{"name":"LAYOUTPATTERN_CVMFB_BETA","features":[514]},{"name":"LAYOUTPATTERN_CVMFB_DELTA","features":[514]},{"name":"LAYOUTPATTERN_CVMFB_GAMMA","features":[514]},{"name":"LAYOUTPATTERN_CVMFS_ALPHA","features":[514]},{"name":"LAYOUTPATTERN_CVMFS_BETA","features":[514]},{"name":"LAYOUTPATTERN_CVMFS_DELTA","features":[514]},{"name":"LAYOUTPATTERN_CVMFS_GAMMA","features":[514]},{"name":"LINK_STATUS_BROKEN","features":[514]},{"name":"LINK_STATUS_RESOLVED","features":[514]},{"name":"OFFLINEAVAILABILITY_ALWAYS_AVAILABLE","features":[514]},{"name":"OFFLINEAVAILABILITY_AVAILABLE","features":[514]},{"name":"OFFLINEAVAILABILITY_NOT_AVAILABLE","features":[514]},{"name":"OFFLINESTATUS_OFFLINE","features":[514]},{"name":"OFFLINESTATUS_OFFLINE_ERROR","features":[514]},{"name":"OFFLINESTATUS_OFFLINE_FORCED","features":[514]},{"name":"OFFLINESTATUS_OFFLINE_ITEM_VERSION_CONFLICT","features":[514]},{"name":"OFFLINESTATUS_OFFLINE_SLOW","features":[514]},{"name":"OFFLINESTATUS_OFFLINE_SUSPENDED","features":[514]},{"name":"OFFLINESTATUS_ONLINE","features":[514]},{"name":"PHOTO_CONTRAST_HARD","features":[514]},{"name":"PHOTO_CONTRAST_NORMAL","features":[514]},{"name":"PHOTO_CONTRAST_SOFT","features":[514]},{"name":"PHOTO_EXPOSUREPROGRAM_ACTION","features":[514]},{"name":"PHOTO_EXPOSUREPROGRAM_APERTURE","features":[514]},{"name":"PHOTO_EXPOSUREPROGRAM_CREATIVE","features":[514]},{"name":"PHOTO_EXPOSUREPROGRAM_LANDSCAPE","features":[514]},{"name":"PHOTO_EXPOSUREPROGRAM_MANUAL","features":[514]},{"name":"PHOTO_EXPOSUREPROGRAM_NORMAL","features":[514]},{"name":"PHOTO_EXPOSUREPROGRAM_PORTRAIT","features":[514]},{"name":"PHOTO_EXPOSUREPROGRAM_SHUTTER","features":[514]},{"name":"PHOTO_EXPOSUREPROGRAM_UNKNOWN","features":[514]},{"name":"PHOTO_FLASH_FLASH","features":[514]},{"name":"PHOTO_FLASH_FLASH_AUTO","features":[514]},{"name":"PHOTO_FLASH_FLASH_AUTO_NORETURNLIGHT","features":[514]},{"name":"PHOTO_FLASH_FLASH_AUTO_REDEYE","features":[514]},{"name":"PHOTO_FLASH_FLASH_AUTO_REDEYE_NORETURNLIGHT","features":[514]},{"name":"PHOTO_FLASH_FLASH_AUTO_REDEYE_RETURNLIGHT","features":[514]},{"name":"PHOTO_FLASH_FLASH_AUTO_RETURNLIGHT","features":[514]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY","features":[514]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY_NORETURNLIGHT","features":[514]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY_REDEYE","features":[514]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY_REDEYE_NORETURNLIGHT","features":[514]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY_REDEYE_RETURNLIGHT","features":[514]},{"name":"PHOTO_FLASH_FLASH_COMPULSORY_RETURNLIGHT","features":[514]},{"name":"PHOTO_FLASH_FLASH_REDEYE","features":[514]},{"name":"PHOTO_FLASH_FLASH_REDEYE_NORETURNLIGHT","features":[514]},{"name":"PHOTO_FLASH_FLASH_REDEYE_RETURNLIGHT","features":[514]},{"name":"PHOTO_FLASH_NOFUNCTION","features":[514]},{"name":"PHOTO_FLASH_NONE","features":[514]},{"name":"PHOTO_FLASH_NONE_AUTO","features":[514]},{"name":"PHOTO_FLASH_NONE_COMPULSORY","features":[514]},{"name":"PHOTO_FLASH_WITHOUTSTROBE","features":[514]},{"name":"PHOTO_FLASH_WITHSTROBE","features":[514]},{"name":"PHOTO_GAINCONTROL_HIGHGAINDOWN","features":[514]},{"name":"PHOTO_GAINCONTROL_HIGHGAINUP","features":[514]},{"name":"PHOTO_GAINCONTROL_LOWGAINDOWN","features":[514]},{"name":"PHOTO_GAINCONTROL_LOWGAINUP","features":[514]},{"name":"PHOTO_GAINCONTROL_NONE","features":[514]},{"name":"PHOTO_LIGHTSOURCE_D55","features":[514]},{"name":"PHOTO_LIGHTSOURCE_D65","features":[514]},{"name":"PHOTO_LIGHTSOURCE_D75","features":[514]},{"name":"PHOTO_LIGHTSOURCE_DAYLIGHT","features":[514]},{"name":"PHOTO_LIGHTSOURCE_FLUORESCENT","features":[514]},{"name":"PHOTO_LIGHTSOURCE_STANDARD_A","features":[514]},{"name":"PHOTO_LIGHTSOURCE_STANDARD_B","features":[514]},{"name":"PHOTO_LIGHTSOURCE_STANDARD_C","features":[514]},{"name":"PHOTO_LIGHTSOURCE_TUNGSTEN","features":[514]},{"name":"PHOTO_LIGHTSOURCE_UNKNOWN","features":[514]},{"name":"PHOTO_PROGRAMMODE_ACTION","features":[514]},{"name":"PHOTO_PROGRAMMODE_APERTURE","features":[514]},{"name":"PHOTO_PROGRAMMODE_CREATIVE","features":[514]},{"name":"PHOTO_PROGRAMMODE_LANDSCAPE","features":[514]},{"name":"PHOTO_PROGRAMMODE_MANUAL","features":[514]},{"name":"PHOTO_PROGRAMMODE_NORMAL","features":[514]},{"name":"PHOTO_PROGRAMMODE_NOTDEFINED","features":[514]},{"name":"PHOTO_PROGRAMMODE_PORTRAIT","features":[514]},{"name":"PHOTO_PROGRAMMODE_SHUTTER","features":[514]},{"name":"PHOTO_SATURATION_HIGH","features":[514]},{"name":"PHOTO_SATURATION_LOW","features":[514]},{"name":"PHOTO_SATURATION_NORMAL","features":[514]},{"name":"PHOTO_SHARPNESS_HARD","features":[514]},{"name":"PHOTO_SHARPNESS_NORMAL","features":[514]},{"name":"PHOTO_SHARPNESS_SOFT","features":[514]},{"name":"PHOTO_WHITEBALANCE_AUTO","features":[514]},{"name":"PHOTO_WHITEBALANCE_MANUAL","features":[514]},{"name":"PKEY_AcquisitionID","features":[305,514]},{"name":"PKEY_ActivityInfo","features":[305,514]},{"name":"PKEY_Address_Country","features":[305,514]},{"name":"PKEY_Address_CountryCode","features":[305,514]},{"name":"PKEY_Address_Region","features":[305,514]},{"name":"PKEY_Address_RegionCode","features":[305,514]},{"name":"PKEY_Address_Town","features":[305,514]},{"name":"PKEY_AppUserModel_ExcludeFromShowInNewInstall","features":[305,514]},{"name":"PKEY_AppUserModel_ID","features":[305,514]},{"name":"PKEY_AppUserModel_IsDestListSeparator","features":[305,514]},{"name":"PKEY_AppUserModel_IsDualMode","features":[305,514]},{"name":"PKEY_AppUserModel_PreventPinning","features":[305,514]},{"name":"PKEY_AppUserModel_RelaunchCommand","features":[305,514]},{"name":"PKEY_AppUserModel_RelaunchDisplayNameResource","features":[305,514]},{"name":"PKEY_AppUserModel_RelaunchIconResource","features":[305,514]},{"name":"PKEY_AppUserModel_SettingsCommand","features":[305,514]},{"name":"PKEY_AppUserModel_StartPinOption","features":[305,514]},{"name":"PKEY_AppUserModel_ToastActivatorCLSID","features":[305,514]},{"name":"PKEY_AppUserModel_UninstallCommand","features":[305,514]},{"name":"PKEY_AppUserModel_VisualElementsManifestHintPath","features":[305,514]},{"name":"PKEY_AppZoneIdentifier","features":[305,514]},{"name":"PKEY_ApplicationDefinedProperties","features":[305,514]},{"name":"PKEY_ApplicationName","features":[305,514]},{"name":"PKEY_Audio_ChannelCount","features":[305,514]},{"name":"PKEY_Audio_Compression","features":[305,514]},{"name":"PKEY_Audio_EncodingBitrate","features":[305,514]},{"name":"PKEY_Audio_Format","features":[305,514]},{"name":"PKEY_Audio_IsVariableBitRate","features":[305,514]},{"name":"PKEY_Audio_PeakValue","features":[305,514]},{"name":"PKEY_Audio_SampleRate","features":[305,514]},{"name":"PKEY_Audio_SampleSize","features":[305,514]},{"name":"PKEY_Audio_StreamName","features":[305,514]},{"name":"PKEY_Audio_StreamNumber","features":[305,514]},{"name":"PKEY_Author","features":[305,514]},{"name":"PKEY_CachedFileUpdaterContentIdForConflictResolution","features":[305,514]},{"name":"PKEY_CachedFileUpdaterContentIdForStream","features":[305,514]},{"name":"PKEY_Calendar_Duration","features":[305,514]},{"name":"PKEY_Calendar_IsOnline","features":[305,514]},{"name":"PKEY_Calendar_IsRecurring","features":[305,514]},{"name":"PKEY_Calendar_Location","features":[305,514]},{"name":"PKEY_Calendar_OptionalAttendeeAddresses","features":[305,514]},{"name":"PKEY_Calendar_OptionalAttendeeNames","features":[305,514]},{"name":"PKEY_Calendar_OrganizerAddress","features":[305,514]},{"name":"PKEY_Calendar_OrganizerName","features":[305,514]},{"name":"PKEY_Calendar_ReminderTime","features":[305,514]},{"name":"PKEY_Calendar_RequiredAttendeeAddresses","features":[305,514]},{"name":"PKEY_Calendar_RequiredAttendeeNames","features":[305,514]},{"name":"PKEY_Calendar_Resources","features":[305,514]},{"name":"PKEY_Calendar_ResponseStatus","features":[305,514]},{"name":"PKEY_Calendar_ShowTimeAs","features":[305,514]},{"name":"PKEY_Calendar_ShowTimeAsText","features":[305,514]},{"name":"PKEY_Capacity","features":[305,514]},{"name":"PKEY_Category","features":[305,514]},{"name":"PKEY_Comment","features":[305,514]},{"name":"PKEY_Communication_AccountName","features":[305,514]},{"name":"PKEY_Communication_DateItemExpires","features":[305,514]},{"name":"PKEY_Communication_Direction","features":[305,514]},{"name":"PKEY_Communication_FollowupIconIndex","features":[305,514]},{"name":"PKEY_Communication_HeaderItem","features":[305,514]},{"name":"PKEY_Communication_PolicyTag","features":[305,514]},{"name":"PKEY_Communication_SecurityFlags","features":[305,514]},{"name":"PKEY_Communication_Suffix","features":[305,514]},{"name":"PKEY_Communication_TaskStatus","features":[305,514]},{"name":"PKEY_Communication_TaskStatusText","features":[305,514]},{"name":"PKEY_Company","features":[305,514]},{"name":"PKEY_ComputerName","features":[305,514]},{"name":"PKEY_Computer_DecoratedFreeSpace","features":[305,514]},{"name":"PKEY_Contact_AccountPictureDynamicVideo","features":[305,514]},{"name":"PKEY_Contact_AccountPictureLarge","features":[305,514]},{"name":"PKEY_Contact_AccountPictureSmall","features":[305,514]},{"name":"PKEY_Contact_Anniversary","features":[305,514]},{"name":"PKEY_Contact_AssistantName","features":[305,514]},{"name":"PKEY_Contact_AssistantTelephone","features":[305,514]},{"name":"PKEY_Contact_Birthday","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress1Country","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress1Locality","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress1PostalCode","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress1Region","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress1Street","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress2Country","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress2Locality","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress2PostalCode","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress2Region","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress2Street","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress3Country","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress3Locality","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress3PostalCode","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress3Region","features":[305,514]},{"name":"PKEY_Contact_BusinessAddress3Street","features":[305,514]},{"name":"PKEY_Contact_BusinessAddressCity","features":[305,514]},{"name":"PKEY_Contact_BusinessAddressCountry","features":[305,514]},{"name":"PKEY_Contact_BusinessAddressPostOfficeBox","features":[305,514]},{"name":"PKEY_Contact_BusinessAddressPostalCode","features":[305,514]},{"name":"PKEY_Contact_BusinessAddressState","features":[305,514]},{"name":"PKEY_Contact_BusinessAddressStreet","features":[305,514]},{"name":"PKEY_Contact_BusinessEmailAddresses","features":[305,514]},{"name":"PKEY_Contact_BusinessFaxNumber","features":[305,514]},{"name":"PKEY_Contact_BusinessHomePage","features":[305,514]},{"name":"PKEY_Contact_BusinessTelephone","features":[305,514]},{"name":"PKEY_Contact_CallbackTelephone","features":[305,514]},{"name":"PKEY_Contact_CarTelephone","features":[305,514]},{"name":"PKEY_Contact_Children","features":[305,514]},{"name":"PKEY_Contact_CompanyMainTelephone","features":[305,514]},{"name":"PKEY_Contact_ConnectedServiceDisplayName","features":[305,514]},{"name":"PKEY_Contact_ConnectedServiceIdentities","features":[305,514]},{"name":"PKEY_Contact_ConnectedServiceName","features":[305,514]},{"name":"PKEY_Contact_ConnectedServiceSupportedActions","features":[305,514]},{"name":"PKEY_Contact_DataSuppliers","features":[305,514]},{"name":"PKEY_Contact_Department","features":[305,514]},{"name":"PKEY_Contact_DisplayBusinessPhoneNumbers","features":[305,514]},{"name":"PKEY_Contact_DisplayHomePhoneNumbers","features":[305,514]},{"name":"PKEY_Contact_DisplayMobilePhoneNumbers","features":[305,514]},{"name":"PKEY_Contact_DisplayOtherPhoneNumbers","features":[305,514]},{"name":"PKEY_Contact_EmailAddress","features":[305,514]},{"name":"PKEY_Contact_EmailAddress2","features":[305,514]},{"name":"PKEY_Contact_EmailAddress3","features":[305,514]},{"name":"PKEY_Contact_EmailAddresses","features":[305,514]},{"name":"PKEY_Contact_EmailName","features":[305,514]},{"name":"PKEY_Contact_FileAsName","features":[305,514]},{"name":"PKEY_Contact_FirstName","features":[305,514]},{"name":"PKEY_Contact_FullName","features":[305,514]},{"name":"PKEY_Contact_Gender","features":[305,514]},{"name":"PKEY_Contact_GenderValue","features":[305,514]},{"name":"PKEY_Contact_Hobbies","features":[305,514]},{"name":"PKEY_Contact_HomeAddress","features":[305,514]},{"name":"PKEY_Contact_HomeAddress1Country","features":[305,514]},{"name":"PKEY_Contact_HomeAddress1Locality","features":[305,514]},{"name":"PKEY_Contact_HomeAddress1PostalCode","features":[305,514]},{"name":"PKEY_Contact_HomeAddress1Region","features":[305,514]},{"name":"PKEY_Contact_HomeAddress1Street","features":[305,514]},{"name":"PKEY_Contact_HomeAddress2Country","features":[305,514]},{"name":"PKEY_Contact_HomeAddress2Locality","features":[305,514]},{"name":"PKEY_Contact_HomeAddress2PostalCode","features":[305,514]},{"name":"PKEY_Contact_HomeAddress2Region","features":[305,514]},{"name":"PKEY_Contact_HomeAddress2Street","features":[305,514]},{"name":"PKEY_Contact_HomeAddress3Country","features":[305,514]},{"name":"PKEY_Contact_HomeAddress3Locality","features":[305,514]},{"name":"PKEY_Contact_HomeAddress3PostalCode","features":[305,514]},{"name":"PKEY_Contact_HomeAddress3Region","features":[305,514]},{"name":"PKEY_Contact_HomeAddress3Street","features":[305,514]},{"name":"PKEY_Contact_HomeAddressCity","features":[305,514]},{"name":"PKEY_Contact_HomeAddressCountry","features":[305,514]},{"name":"PKEY_Contact_HomeAddressPostOfficeBox","features":[305,514]},{"name":"PKEY_Contact_HomeAddressPostalCode","features":[305,514]},{"name":"PKEY_Contact_HomeAddressState","features":[305,514]},{"name":"PKEY_Contact_HomeAddressStreet","features":[305,514]},{"name":"PKEY_Contact_HomeEmailAddresses","features":[305,514]},{"name":"PKEY_Contact_HomeFaxNumber","features":[305,514]},{"name":"PKEY_Contact_HomeTelephone","features":[305,514]},{"name":"PKEY_Contact_IMAddress","features":[305,514]},{"name":"PKEY_Contact_Initials","features":[305,514]},{"name":"PKEY_Contact_JA_CompanyNamePhonetic","features":[305,514]},{"name":"PKEY_Contact_JA_FirstNamePhonetic","features":[305,514]},{"name":"PKEY_Contact_JA_LastNamePhonetic","features":[305,514]},{"name":"PKEY_Contact_JobInfo1CompanyAddress","features":[305,514]},{"name":"PKEY_Contact_JobInfo1CompanyName","features":[305,514]},{"name":"PKEY_Contact_JobInfo1Department","features":[305,514]},{"name":"PKEY_Contact_JobInfo1Manager","features":[305,514]},{"name":"PKEY_Contact_JobInfo1OfficeLocation","features":[305,514]},{"name":"PKEY_Contact_JobInfo1Title","features":[305,514]},{"name":"PKEY_Contact_JobInfo1YomiCompanyName","features":[305,514]},{"name":"PKEY_Contact_JobInfo2CompanyAddress","features":[305,514]},{"name":"PKEY_Contact_JobInfo2CompanyName","features":[305,514]},{"name":"PKEY_Contact_JobInfo2Department","features":[305,514]},{"name":"PKEY_Contact_JobInfo2Manager","features":[305,514]},{"name":"PKEY_Contact_JobInfo2OfficeLocation","features":[305,514]},{"name":"PKEY_Contact_JobInfo2Title","features":[305,514]},{"name":"PKEY_Contact_JobInfo2YomiCompanyName","features":[305,514]},{"name":"PKEY_Contact_JobInfo3CompanyAddress","features":[305,514]},{"name":"PKEY_Contact_JobInfo3CompanyName","features":[305,514]},{"name":"PKEY_Contact_JobInfo3Department","features":[305,514]},{"name":"PKEY_Contact_JobInfo3Manager","features":[305,514]},{"name":"PKEY_Contact_JobInfo3OfficeLocation","features":[305,514]},{"name":"PKEY_Contact_JobInfo3Title","features":[305,514]},{"name":"PKEY_Contact_JobInfo3YomiCompanyName","features":[305,514]},{"name":"PKEY_Contact_JobTitle","features":[305,514]},{"name":"PKEY_Contact_Label","features":[305,514]},{"name":"PKEY_Contact_LastName","features":[305,514]},{"name":"PKEY_Contact_MailingAddress","features":[305,514]},{"name":"PKEY_Contact_MiddleName","features":[305,514]},{"name":"PKEY_Contact_MobileTelephone","features":[305,514]},{"name":"PKEY_Contact_NickName","features":[305,514]},{"name":"PKEY_Contact_OfficeLocation","features":[305,514]},{"name":"PKEY_Contact_OtherAddress","features":[305,514]},{"name":"PKEY_Contact_OtherAddress1Country","features":[305,514]},{"name":"PKEY_Contact_OtherAddress1Locality","features":[305,514]},{"name":"PKEY_Contact_OtherAddress1PostalCode","features":[305,514]},{"name":"PKEY_Contact_OtherAddress1Region","features":[305,514]},{"name":"PKEY_Contact_OtherAddress1Street","features":[305,514]},{"name":"PKEY_Contact_OtherAddress2Country","features":[305,514]},{"name":"PKEY_Contact_OtherAddress2Locality","features":[305,514]},{"name":"PKEY_Contact_OtherAddress2PostalCode","features":[305,514]},{"name":"PKEY_Contact_OtherAddress2Region","features":[305,514]},{"name":"PKEY_Contact_OtherAddress2Street","features":[305,514]},{"name":"PKEY_Contact_OtherAddress3Country","features":[305,514]},{"name":"PKEY_Contact_OtherAddress3Locality","features":[305,514]},{"name":"PKEY_Contact_OtherAddress3PostalCode","features":[305,514]},{"name":"PKEY_Contact_OtherAddress3Region","features":[305,514]},{"name":"PKEY_Contact_OtherAddress3Street","features":[305,514]},{"name":"PKEY_Contact_OtherAddressCity","features":[305,514]},{"name":"PKEY_Contact_OtherAddressCountry","features":[305,514]},{"name":"PKEY_Contact_OtherAddressPostOfficeBox","features":[305,514]},{"name":"PKEY_Contact_OtherAddressPostalCode","features":[305,514]},{"name":"PKEY_Contact_OtherAddressState","features":[305,514]},{"name":"PKEY_Contact_OtherAddressStreet","features":[305,514]},{"name":"PKEY_Contact_OtherEmailAddresses","features":[305,514]},{"name":"PKEY_Contact_PagerTelephone","features":[305,514]},{"name":"PKEY_Contact_PersonalTitle","features":[305,514]},{"name":"PKEY_Contact_PhoneNumbersCanonical","features":[305,514]},{"name":"PKEY_Contact_Prefix","features":[305,514]},{"name":"PKEY_Contact_PrimaryAddressCity","features":[305,514]},{"name":"PKEY_Contact_PrimaryAddressCountry","features":[305,514]},{"name":"PKEY_Contact_PrimaryAddressPostOfficeBox","features":[305,514]},{"name":"PKEY_Contact_PrimaryAddressPostalCode","features":[305,514]},{"name":"PKEY_Contact_PrimaryAddressState","features":[305,514]},{"name":"PKEY_Contact_PrimaryAddressStreet","features":[305,514]},{"name":"PKEY_Contact_PrimaryEmailAddress","features":[305,514]},{"name":"PKEY_Contact_PrimaryTelephone","features":[305,514]},{"name":"PKEY_Contact_Profession","features":[305,514]},{"name":"PKEY_Contact_SpouseName","features":[305,514]},{"name":"PKEY_Contact_Suffix","features":[305,514]},{"name":"PKEY_Contact_TTYTDDTelephone","features":[305,514]},{"name":"PKEY_Contact_TelexNumber","features":[305,514]},{"name":"PKEY_Contact_WebPage","features":[305,514]},{"name":"PKEY_Contact_Webpage2","features":[305,514]},{"name":"PKEY_Contact_Webpage3","features":[305,514]},{"name":"PKEY_ContainedItems","features":[305,514]},{"name":"PKEY_ContentId","features":[305,514]},{"name":"PKEY_ContentStatus","features":[305,514]},{"name":"PKEY_ContentType","features":[305,514]},{"name":"PKEY_ContentUri","features":[305,514]},{"name":"PKEY_Copyright","features":[305,514]},{"name":"PKEY_CreatorAppId","features":[305,514]},{"name":"PKEY_CreatorOpenWithUIOptions","features":[305,514]},{"name":"PKEY_DRM_DatePlayExpires","features":[305,514]},{"name":"PKEY_DRM_DatePlayStarts","features":[305,514]},{"name":"PKEY_DRM_Description","features":[305,514]},{"name":"PKEY_DRM_IsDisabled","features":[305,514]},{"name":"PKEY_DRM_IsProtected","features":[305,514]},{"name":"PKEY_DRM_PlayCount","features":[305,514]},{"name":"PKEY_DataObjectFormat","features":[305,514]},{"name":"PKEY_DateAccessed","features":[305,514]},{"name":"PKEY_DateAcquired","features":[305,514]},{"name":"PKEY_DateArchived","features":[305,514]},{"name":"PKEY_DateCompleted","features":[305,514]},{"name":"PKEY_DateCreated","features":[305,514]},{"name":"PKEY_DateImported","features":[305,514]},{"name":"PKEY_DateModified","features":[305,514]},{"name":"PKEY_DefaultSaveLocationDisplay","features":[305,514]},{"name":"PKEY_DescriptionID","features":[305,514]},{"name":"PKEY_DeviceInterface_Bluetooth_DeviceAddress","features":[305,514]},{"name":"PKEY_DeviceInterface_Bluetooth_Flags","features":[305,514]},{"name":"PKEY_DeviceInterface_Bluetooth_LastConnectedTime","features":[305,514]},{"name":"PKEY_DeviceInterface_Bluetooth_Manufacturer","features":[305,514]},{"name":"PKEY_DeviceInterface_Bluetooth_ModelNumber","features":[305,514]},{"name":"PKEY_DeviceInterface_Bluetooth_ProductId","features":[305,514]},{"name":"PKEY_DeviceInterface_Bluetooth_ProductVersion","features":[305,514]},{"name":"PKEY_DeviceInterface_Bluetooth_ServiceGuid","features":[305,514]},{"name":"PKEY_DeviceInterface_Bluetooth_VendorId","features":[305,514]},{"name":"PKEY_DeviceInterface_Bluetooth_VendorIdSource","features":[305,514]},{"name":"PKEY_DeviceInterface_Hid_IsReadOnly","features":[305,514]},{"name":"PKEY_DeviceInterface_Hid_ProductId","features":[305,514]},{"name":"PKEY_DeviceInterface_Hid_UsageId","features":[305,514]},{"name":"PKEY_DeviceInterface_Hid_UsagePage","features":[305,514]},{"name":"PKEY_DeviceInterface_Hid_VendorId","features":[305,514]},{"name":"PKEY_DeviceInterface_Hid_VersionNumber","features":[305,514]},{"name":"PKEY_DeviceInterface_PrinterDriverDirectory","features":[305,514]},{"name":"PKEY_DeviceInterface_PrinterDriverName","features":[305,514]},{"name":"PKEY_DeviceInterface_PrinterEnumerationFlag","features":[305,514]},{"name":"PKEY_DeviceInterface_PrinterName","features":[305,514]},{"name":"PKEY_DeviceInterface_PrinterPortName","features":[305,514]},{"name":"PKEY_DeviceInterface_Proximity_SupportsNfc","features":[305,514]},{"name":"PKEY_DeviceInterface_Serial_PortName","features":[305,514]},{"name":"PKEY_DeviceInterface_Serial_UsbProductId","features":[305,514]},{"name":"PKEY_DeviceInterface_Serial_UsbVendorId","features":[305,514]},{"name":"PKEY_DeviceInterface_WinUsb_DeviceInterfaceClasses","features":[305,514]},{"name":"PKEY_DeviceInterface_WinUsb_UsbClass","features":[305,514]},{"name":"PKEY_DeviceInterface_WinUsb_UsbProductId","features":[305,514]},{"name":"PKEY_DeviceInterface_WinUsb_UsbProtocol","features":[305,514]},{"name":"PKEY_DeviceInterface_WinUsb_UsbSubClass","features":[305,514]},{"name":"PKEY_DeviceInterface_WinUsb_UsbVendorId","features":[305,514]},{"name":"PKEY_Device_PrinterURL","features":[305,514]},{"name":"PKEY_Devices_AepContainer_CanPair","features":[305,514]},{"name":"PKEY_Devices_AepContainer_Categories","features":[305,514]},{"name":"PKEY_Devices_AepContainer_Children","features":[305,514]},{"name":"PKEY_Devices_AepContainer_ContainerId","features":[305,514]},{"name":"PKEY_Devices_AepContainer_DialProtocol_InstalledApplications","features":[305,514]},{"name":"PKEY_Devices_AepContainer_IsPaired","features":[305,514]},{"name":"PKEY_Devices_AepContainer_IsPresent","features":[305,514]},{"name":"PKEY_Devices_AepContainer_Manufacturer","features":[305,514]},{"name":"PKEY_Devices_AepContainer_ModelIds","features":[305,514]},{"name":"PKEY_Devices_AepContainer_ModelName","features":[305,514]},{"name":"PKEY_Devices_AepContainer_ProtocolIds","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportedUriSchemes","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsAudio","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsCapturing","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsImages","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsInformation","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsLimitedDiscovery","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsNetworking","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsObjectTransfer","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsPositioning","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsRendering","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsTelephony","features":[305,514]},{"name":"PKEY_Devices_AepContainer_SupportsVideo","features":[305,514]},{"name":"PKEY_Devices_AepService_AepId","features":[305,514]},{"name":"PKEY_Devices_AepService_Bluetooth_CacheMode","features":[305,514]},{"name":"PKEY_Devices_AepService_Bluetooth_ServiceGuid","features":[305,514]},{"name":"PKEY_Devices_AepService_Bluetooth_TargetDevice","features":[305,514]},{"name":"PKEY_Devices_AepService_ContainerId","features":[305,514]},{"name":"PKEY_Devices_AepService_FriendlyName","features":[305,514]},{"name":"PKEY_Devices_AepService_IoT_ServiceInterfaces","features":[305,514]},{"name":"PKEY_Devices_AepService_ParentAepIsPaired","features":[305,514]},{"name":"PKEY_Devices_AepService_ProtocolId","features":[305,514]},{"name":"PKEY_Devices_AepService_ServiceClassId","features":[305,514]},{"name":"PKEY_Devices_AepService_ServiceId","features":[305,514]},{"name":"PKEY_Devices_Aep_AepId","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Major","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Minor","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Audio","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Capturing","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Information","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_LimitedDiscovery","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Networking","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_ObjectXfer","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Positioning","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Rendering","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Cod_Services_Telephony","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_LastSeenTime","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Le_AddressType","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Le_Appearance","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Le_Appearance_Category","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Le_Appearance_Subcategory","features":[305,514]},{"name":"PKEY_Devices_Aep_Bluetooth_Le_IsConnectable","features":[305,514]},{"name":"PKEY_Devices_Aep_CanPair","features":[305,514]},{"name":"PKEY_Devices_Aep_Category","features":[305,514]},{"name":"PKEY_Devices_Aep_ContainerId","features":[305,514]},{"name":"PKEY_Devices_Aep_DeviceAddress","features":[305,514]},{"name":"PKEY_Devices_Aep_IsConnected","features":[305,514]},{"name":"PKEY_Devices_Aep_IsPaired","features":[305,514]},{"name":"PKEY_Devices_Aep_IsPresent","features":[305,514]},{"name":"PKEY_Devices_Aep_Manufacturer","features":[305,514]},{"name":"PKEY_Devices_Aep_ModelId","features":[305,514]},{"name":"PKEY_Devices_Aep_ModelName","features":[305,514]},{"name":"PKEY_Devices_Aep_PointOfService_ConnectionTypes","features":[305,514]},{"name":"PKEY_Devices_Aep_ProtocolId","features":[305,514]},{"name":"PKEY_Devices_Aep_SignalStrength","features":[305,514]},{"name":"PKEY_Devices_AppPackageFamilyName","features":[305,514]},{"name":"PKEY_Devices_AudioDevice_Microphone_IsFarField","features":[305,514]},{"name":"PKEY_Devices_AudioDevice_Microphone_SensitivityInDbfs","features":[305,514]},{"name":"PKEY_Devices_AudioDevice_Microphone_SensitivityInDbfs2","features":[305,514]},{"name":"PKEY_Devices_AudioDevice_Microphone_SignalToNoiseRatioInDb","features":[305,514]},{"name":"PKEY_Devices_AudioDevice_RawProcessingSupported","features":[305,514]},{"name":"PKEY_Devices_AudioDevice_SpeechProcessingSupported","features":[305,514]},{"name":"PKEY_Devices_BatteryLife","features":[305,514]},{"name":"PKEY_Devices_BatteryPlusCharging","features":[305,514]},{"name":"PKEY_Devices_BatteryPlusChargingText","features":[305,514]},{"name":"PKEY_Devices_Category","features":[305,514]},{"name":"PKEY_Devices_CategoryGroup","features":[305,514]},{"name":"PKEY_Devices_CategoryIds","features":[305,514]},{"name":"PKEY_Devices_CategoryPlural","features":[305,514]},{"name":"PKEY_Devices_ChallengeAep","features":[305,514]},{"name":"PKEY_Devices_ChargingState","features":[305,514]},{"name":"PKEY_Devices_Children","features":[305,514]},{"name":"PKEY_Devices_ClassGuid","features":[305,514]},{"name":"PKEY_Devices_CompatibleIds","features":[305,514]},{"name":"PKEY_Devices_Connected","features":[305,514]},{"name":"PKEY_Devices_ContainerId","features":[305,514]},{"name":"PKEY_Devices_DefaultTooltip","features":[305,514]},{"name":"PKEY_Devices_DevObjectType","features":[305,514]},{"name":"PKEY_Devices_DeviceCapabilities","features":[305,514]},{"name":"PKEY_Devices_DeviceCharacteristics","features":[305,514]},{"name":"PKEY_Devices_DeviceDescription1","features":[305,514]},{"name":"PKEY_Devices_DeviceDescription2","features":[305,514]},{"name":"PKEY_Devices_DeviceHasProblem","features":[305,514]},{"name":"PKEY_Devices_DeviceInstanceId","features":[305,514]},{"name":"PKEY_Devices_DeviceManufacturer","features":[305,514]},{"name":"PKEY_Devices_DialProtocol_InstalledApplications","features":[305,514]},{"name":"PKEY_Devices_DiscoveryMethod","features":[305,514]},{"name":"PKEY_Devices_Dnssd_Domain","features":[305,514]},{"name":"PKEY_Devices_Dnssd_FullName","features":[305,514]},{"name":"PKEY_Devices_Dnssd_HostName","features":[305,514]},{"name":"PKEY_Devices_Dnssd_InstanceName","features":[305,514]},{"name":"PKEY_Devices_Dnssd_NetworkAdapterId","features":[305,514]},{"name":"PKEY_Devices_Dnssd_PortNumber","features":[305,514]},{"name":"PKEY_Devices_Dnssd_Priority","features":[305,514]},{"name":"PKEY_Devices_Dnssd_ServiceName","features":[305,514]},{"name":"PKEY_Devices_Dnssd_TextAttributes","features":[305,514]},{"name":"PKEY_Devices_Dnssd_Ttl","features":[305,514]},{"name":"PKEY_Devices_Dnssd_Weight","features":[305,514]},{"name":"PKEY_Devices_FriendlyName","features":[305,514]},{"name":"PKEY_Devices_FunctionPaths","features":[305,514]},{"name":"PKEY_Devices_GlyphIcon","features":[305,514]},{"name":"PKEY_Devices_HardwareIds","features":[305,514]},{"name":"PKEY_Devices_Icon","features":[305,514]},{"name":"PKEY_Devices_InLocalMachineContainer","features":[305,514]},{"name":"PKEY_Devices_InterfaceClassGuid","features":[305,514]},{"name":"PKEY_Devices_InterfaceEnabled","features":[305,514]},{"name":"PKEY_Devices_InterfacePaths","features":[305,514]},{"name":"PKEY_Devices_IpAddress","features":[305,514]},{"name":"PKEY_Devices_IsDefault","features":[305,514]},{"name":"PKEY_Devices_IsNetworkConnected","features":[305,514]},{"name":"PKEY_Devices_IsShared","features":[305,514]},{"name":"PKEY_Devices_IsSoftwareInstalling","features":[305,514]},{"name":"PKEY_Devices_LaunchDeviceStageFromExplorer","features":[305,514]},{"name":"PKEY_Devices_LocalMachine","features":[305,514]},{"name":"PKEY_Devices_LocationPaths","features":[305,514]},{"name":"PKEY_Devices_Manufacturer","features":[305,514]},{"name":"PKEY_Devices_MetadataPath","features":[305,514]},{"name":"PKEY_Devices_MicrophoneArray_Geometry","features":[305,514]},{"name":"PKEY_Devices_MissedCalls","features":[305,514]},{"name":"PKEY_Devices_ModelId","features":[305,514]},{"name":"PKEY_Devices_ModelName","features":[305,514]},{"name":"PKEY_Devices_ModelNumber","features":[305,514]},{"name":"PKEY_Devices_NetworkName","features":[305,514]},{"name":"PKEY_Devices_NetworkType","features":[305,514]},{"name":"PKEY_Devices_NetworkedTooltip","features":[305,514]},{"name":"PKEY_Devices_NewPictures","features":[305,514]},{"name":"PKEY_Devices_NotWorkingProperly","features":[305,514]},{"name":"PKEY_Devices_Notification","features":[305,514]},{"name":"PKEY_Devices_NotificationStore","features":[305,514]},{"name":"PKEY_Devices_Notifications_LowBattery","features":[305,514]},{"name":"PKEY_Devices_Notifications_MissedCall","features":[305,514]},{"name":"PKEY_Devices_Notifications_NewMessage","features":[305,514]},{"name":"PKEY_Devices_Notifications_NewVoicemail","features":[305,514]},{"name":"PKEY_Devices_Notifications_StorageFull","features":[305,514]},{"name":"PKEY_Devices_Notifications_StorageFullLinkText","features":[305,514]},{"name":"PKEY_Devices_Paired","features":[305,514]},{"name":"PKEY_Devices_Panel_PanelGroup","features":[305,514]},{"name":"PKEY_Devices_Panel_PanelId","features":[305,514]},{"name":"PKEY_Devices_Parent","features":[305,514]},{"name":"PKEY_Devices_PhoneLineTransportDevice_Connected","features":[305,514]},{"name":"PKEY_Devices_PhysicalDeviceLocation","features":[305,514]},{"name":"PKEY_Devices_PlaybackPositionPercent","features":[305,514]},{"name":"PKEY_Devices_PlaybackState","features":[305,514]},{"name":"PKEY_Devices_PlaybackTitle","features":[305,514]},{"name":"PKEY_Devices_Present","features":[305,514]},{"name":"PKEY_Devices_PresentationUrl","features":[305,514]},{"name":"PKEY_Devices_PrimaryCategory","features":[305,514]},{"name":"PKEY_Devices_RemainingDuration","features":[305,514]},{"name":"PKEY_Devices_RestrictedInterface","features":[305,514]},{"name":"PKEY_Devices_Roaming","features":[305,514]},{"name":"PKEY_Devices_SafeRemovalRequired","features":[305,514]},{"name":"PKEY_Devices_SchematicName","features":[305,514]},{"name":"PKEY_Devices_ServiceAddress","features":[305,514]},{"name":"PKEY_Devices_ServiceId","features":[305,514]},{"name":"PKEY_Devices_SharedTooltip","features":[305,514]},{"name":"PKEY_Devices_SignalStrength","features":[305,514]},{"name":"PKEY_Devices_SmartCards_ReaderKind","features":[305,514]},{"name":"PKEY_Devices_Status","features":[305,514]},{"name":"PKEY_Devices_Status1","features":[305,514]},{"name":"PKEY_Devices_Status2","features":[305,514]},{"name":"PKEY_Devices_StorageCapacity","features":[305,514]},{"name":"PKEY_Devices_StorageFreeSpace","features":[305,514]},{"name":"PKEY_Devices_StorageFreeSpacePercent","features":[305,514]},{"name":"PKEY_Devices_TextMessages","features":[305,514]},{"name":"PKEY_Devices_Voicemail","features":[305,514]},{"name":"PKEY_Devices_WiFiDirectServices_AdvertisementId","features":[305,514]},{"name":"PKEY_Devices_WiFiDirectServices_RequestServiceInformation","features":[305,514]},{"name":"PKEY_Devices_WiFiDirectServices_ServiceAddress","features":[305,514]},{"name":"PKEY_Devices_WiFiDirectServices_ServiceConfigMethods","features":[305,514]},{"name":"PKEY_Devices_WiFiDirectServices_ServiceInformation","features":[305,514]},{"name":"PKEY_Devices_WiFiDirectServices_ServiceName","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_DeviceAddress","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_GroupId","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_InformationElements","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_InterfaceAddress","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_InterfaceGuid","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_IsConnected","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_IsLegacyDevice","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_IsMiracastLcpSupported","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_IsVisible","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_MiracastVersion","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_Services","features":[305,514]},{"name":"PKEY_Devices_WiFiDirect_SupportedChannelList","features":[305,514]},{"name":"PKEY_Devices_WiFi_InterfaceGuid","features":[305,514]},{"name":"PKEY_Devices_WiaDeviceType","features":[305,514]},{"name":"PKEY_Devices_WinPhone8CameraFlags","features":[305,514]},{"name":"PKEY_Devices_Wwan_InterfaceGuid","features":[305,514]},{"name":"PKEY_Document_ByteCount","features":[305,514]},{"name":"PKEY_Document_CharacterCount","features":[305,514]},{"name":"PKEY_Document_ClientID","features":[305,514]},{"name":"PKEY_Document_Contributor","features":[305,514]},{"name":"PKEY_Document_DateCreated","features":[305,514]},{"name":"PKEY_Document_DatePrinted","features":[305,514]},{"name":"PKEY_Document_DateSaved","features":[305,514]},{"name":"PKEY_Document_Division","features":[305,514]},{"name":"PKEY_Document_DocumentID","features":[305,514]},{"name":"PKEY_Document_HiddenSlideCount","features":[305,514]},{"name":"PKEY_Document_LastAuthor","features":[305,514]},{"name":"PKEY_Document_LineCount","features":[305,514]},{"name":"PKEY_Document_Manager","features":[305,514]},{"name":"PKEY_Document_MultimediaClipCount","features":[305,514]},{"name":"PKEY_Document_NoteCount","features":[305,514]},{"name":"PKEY_Document_PageCount","features":[305,514]},{"name":"PKEY_Document_ParagraphCount","features":[305,514]},{"name":"PKEY_Document_PresentationFormat","features":[305,514]},{"name":"PKEY_Document_RevisionNumber","features":[305,514]},{"name":"PKEY_Document_Security","features":[305,514]},{"name":"PKEY_Document_SlideCount","features":[305,514]},{"name":"PKEY_Document_Template","features":[305,514]},{"name":"PKEY_Document_TotalEditingTime","features":[305,514]},{"name":"PKEY_Document_Version","features":[305,514]},{"name":"PKEY_Document_WordCount","features":[305,514]},{"name":"PKEY_DueDate","features":[305,514]},{"name":"PKEY_EdgeGesture_DisableTouchWhenFullscreen","features":[305,514]},{"name":"PKEY_EndDate","features":[305,514]},{"name":"PKEY_ExpandoProperties","features":[305,514]},{"name":"PKEY_FileAllocationSize","features":[305,514]},{"name":"PKEY_FileAttributes","features":[305,514]},{"name":"PKEY_FileCount","features":[305,514]},{"name":"PKEY_FileDescription","features":[305,514]},{"name":"PKEY_FileExtension","features":[305,514]},{"name":"PKEY_FileFRN","features":[305,514]},{"name":"PKEY_FileName","features":[305,514]},{"name":"PKEY_FileOfflineAvailabilityStatus","features":[305,514]},{"name":"PKEY_FileOwner","features":[305,514]},{"name":"PKEY_FilePlaceholderStatus","features":[305,514]},{"name":"PKEY_FileVersion","features":[305,514]},{"name":"PKEY_FindData","features":[305,514]},{"name":"PKEY_FlagColor","features":[305,514]},{"name":"PKEY_FlagColorText","features":[305,514]},{"name":"PKEY_FlagStatus","features":[305,514]},{"name":"PKEY_FlagStatusText","features":[305,514]},{"name":"PKEY_FolderKind","features":[305,514]},{"name":"PKEY_FolderNameDisplay","features":[305,514]},{"name":"PKEY_FreeSpace","features":[305,514]},{"name":"PKEY_FullText","features":[305,514]},{"name":"PKEY_GPS_Altitude","features":[305,514]},{"name":"PKEY_GPS_AltitudeDenominator","features":[305,514]},{"name":"PKEY_GPS_AltitudeNumerator","features":[305,514]},{"name":"PKEY_GPS_AltitudeRef","features":[305,514]},{"name":"PKEY_GPS_AreaInformation","features":[305,514]},{"name":"PKEY_GPS_DOP","features":[305,514]},{"name":"PKEY_GPS_DOPDenominator","features":[305,514]},{"name":"PKEY_GPS_DOPNumerator","features":[305,514]},{"name":"PKEY_GPS_Date","features":[305,514]},{"name":"PKEY_GPS_DestBearing","features":[305,514]},{"name":"PKEY_GPS_DestBearingDenominator","features":[305,514]},{"name":"PKEY_GPS_DestBearingNumerator","features":[305,514]},{"name":"PKEY_GPS_DestBearingRef","features":[305,514]},{"name":"PKEY_GPS_DestDistance","features":[305,514]},{"name":"PKEY_GPS_DestDistanceDenominator","features":[305,514]},{"name":"PKEY_GPS_DestDistanceNumerator","features":[305,514]},{"name":"PKEY_GPS_DestDistanceRef","features":[305,514]},{"name":"PKEY_GPS_DestLatitude","features":[305,514]},{"name":"PKEY_GPS_DestLatitudeDenominator","features":[305,514]},{"name":"PKEY_GPS_DestLatitudeNumerator","features":[305,514]},{"name":"PKEY_GPS_DestLatitudeRef","features":[305,514]},{"name":"PKEY_GPS_DestLongitude","features":[305,514]},{"name":"PKEY_GPS_DestLongitudeDenominator","features":[305,514]},{"name":"PKEY_GPS_DestLongitudeNumerator","features":[305,514]},{"name":"PKEY_GPS_DestLongitudeRef","features":[305,514]},{"name":"PKEY_GPS_Differential","features":[305,514]},{"name":"PKEY_GPS_ImgDirection","features":[305,514]},{"name":"PKEY_GPS_ImgDirectionDenominator","features":[305,514]},{"name":"PKEY_GPS_ImgDirectionNumerator","features":[305,514]},{"name":"PKEY_GPS_ImgDirectionRef","features":[305,514]},{"name":"PKEY_GPS_Latitude","features":[305,514]},{"name":"PKEY_GPS_LatitudeDecimal","features":[305,514]},{"name":"PKEY_GPS_LatitudeDenominator","features":[305,514]},{"name":"PKEY_GPS_LatitudeNumerator","features":[305,514]},{"name":"PKEY_GPS_LatitudeRef","features":[305,514]},{"name":"PKEY_GPS_Longitude","features":[305,514]},{"name":"PKEY_GPS_LongitudeDecimal","features":[305,514]},{"name":"PKEY_GPS_LongitudeDenominator","features":[305,514]},{"name":"PKEY_GPS_LongitudeNumerator","features":[305,514]},{"name":"PKEY_GPS_LongitudeRef","features":[305,514]},{"name":"PKEY_GPS_MapDatum","features":[305,514]},{"name":"PKEY_GPS_MeasureMode","features":[305,514]},{"name":"PKEY_GPS_ProcessingMethod","features":[305,514]},{"name":"PKEY_GPS_Satellites","features":[305,514]},{"name":"PKEY_GPS_Speed","features":[305,514]},{"name":"PKEY_GPS_SpeedDenominator","features":[305,514]},{"name":"PKEY_GPS_SpeedNumerator","features":[305,514]},{"name":"PKEY_GPS_SpeedRef","features":[305,514]},{"name":"PKEY_GPS_Status","features":[305,514]},{"name":"PKEY_GPS_Track","features":[305,514]},{"name":"PKEY_GPS_TrackDenominator","features":[305,514]},{"name":"PKEY_GPS_TrackNumerator","features":[305,514]},{"name":"PKEY_GPS_TrackRef","features":[305,514]},{"name":"PKEY_GPS_VersionID","features":[305,514]},{"name":"PKEY_HighKeywords","features":[305,514]},{"name":"PKEY_History_SelectionCount","features":[305,514]},{"name":"PKEY_History_TargetUrlHostName","features":[305,514]},{"name":"PKEY_History_VisitCount","features":[305,514]},{"name":"PKEY_Home_Grouping","features":[305,514]},{"name":"PKEY_Home_IsPinned","features":[305,514]},{"name":"PKEY_Home_ItemFolderPathDisplay","features":[305,514]},{"name":"PKEY_Identity","features":[305,514]},{"name":"PKEY_IdentityProvider_Name","features":[305,514]},{"name":"PKEY_IdentityProvider_Picture","features":[305,514]},{"name":"PKEY_Identity_Blob","features":[305,514]},{"name":"PKEY_Identity_DisplayName","features":[305,514]},{"name":"PKEY_Identity_InternetSid","features":[305,514]},{"name":"PKEY_Identity_IsMeIdentity","features":[305,514]},{"name":"PKEY_Identity_KeyProviderContext","features":[305,514]},{"name":"PKEY_Identity_KeyProviderName","features":[305,514]},{"name":"PKEY_Identity_LogonStatusString","features":[305,514]},{"name":"PKEY_Identity_PrimaryEmailAddress","features":[305,514]},{"name":"PKEY_Identity_PrimarySid","features":[305,514]},{"name":"PKEY_Identity_ProviderData","features":[305,514]},{"name":"PKEY_Identity_ProviderID","features":[305,514]},{"name":"PKEY_Identity_QualifiedUserName","features":[305,514]},{"name":"PKEY_Identity_UniqueID","features":[305,514]},{"name":"PKEY_Identity_UserName","features":[305,514]},{"name":"PKEY_ImageParsingName","features":[305,514]},{"name":"PKEY_Image_BitDepth","features":[305,514]},{"name":"PKEY_Image_ColorSpace","features":[305,514]},{"name":"PKEY_Image_CompressedBitsPerPixel","features":[305,514]},{"name":"PKEY_Image_CompressedBitsPerPixelDenominator","features":[305,514]},{"name":"PKEY_Image_CompressedBitsPerPixelNumerator","features":[305,514]},{"name":"PKEY_Image_Compression","features":[305,514]},{"name":"PKEY_Image_CompressionText","features":[305,514]},{"name":"PKEY_Image_Dimensions","features":[305,514]},{"name":"PKEY_Image_HorizontalResolution","features":[305,514]},{"name":"PKEY_Image_HorizontalSize","features":[305,514]},{"name":"PKEY_Image_ImageID","features":[305,514]},{"name":"PKEY_Image_ResolutionUnit","features":[305,514]},{"name":"PKEY_Image_VerticalResolution","features":[305,514]},{"name":"PKEY_Image_VerticalSize","features":[305,514]},{"name":"PKEY_Importance","features":[305,514]},{"name":"PKEY_ImportanceText","features":[305,514]},{"name":"PKEY_InfoTipText","features":[305,514]},{"name":"PKEY_InternalName","features":[305,514]},{"name":"PKEY_IsAttachment","features":[305,514]},{"name":"PKEY_IsDefaultNonOwnerSaveLocation","features":[305,514]},{"name":"PKEY_IsDefaultSaveLocation","features":[305,514]},{"name":"PKEY_IsDeleted","features":[305,514]},{"name":"PKEY_IsEncrypted","features":[305,514]},{"name":"PKEY_IsFlagged","features":[305,514]},{"name":"PKEY_IsFlaggedComplete","features":[305,514]},{"name":"PKEY_IsIncomplete","features":[305,514]},{"name":"PKEY_IsLocationSupported","features":[305,514]},{"name":"PKEY_IsPinnedToNameSpaceTree","features":[305,514]},{"name":"PKEY_IsRead","features":[305,514]},{"name":"PKEY_IsSearchOnlyItem","features":[305,514]},{"name":"PKEY_IsSendToTarget","features":[305,514]},{"name":"PKEY_IsShared","features":[305,514]},{"name":"PKEY_ItemAuthors","features":[305,514]},{"name":"PKEY_ItemClassType","features":[305,514]},{"name":"PKEY_ItemDate","features":[305,514]},{"name":"PKEY_ItemFolderNameDisplay","features":[305,514]},{"name":"PKEY_ItemFolderPathDisplay","features":[305,514]},{"name":"PKEY_ItemFolderPathDisplayNarrow","features":[305,514]},{"name":"PKEY_ItemName","features":[305,514]},{"name":"PKEY_ItemNameDisplay","features":[305,514]},{"name":"PKEY_ItemNameDisplayWithoutExtension","features":[305,514]},{"name":"PKEY_ItemNamePrefix","features":[305,514]},{"name":"PKEY_ItemNameSortOverride","features":[305,514]},{"name":"PKEY_ItemParticipants","features":[305,514]},{"name":"PKEY_ItemPathDisplay","features":[305,514]},{"name":"PKEY_ItemPathDisplayNarrow","features":[305,514]},{"name":"PKEY_ItemSubType","features":[305,514]},{"name":"PKEY_ItemType","features":[305,514]},{"name":"PKEY_ItemTypeText","features":[305,514]},{"name":"PKEY_ItemUrl","features":[305,514]},{"name":"PKEY_Journal_Contacts","features":[305,514]},{"name":"PKEY_Journal_EntryType","features":[305,514]},{"name":"PKEY_Keywords","features":[305,514]},{"name":"PKEY_Kind","features":[305,514]},{"name":"PKEY_KindText","features":[305,514]},{"name":"PKEY_Language","features":[305,514]},{"name":"PKEY_LastSyncError","features":[305,514]},{"name":"PKEY_LastSyncWarning","features":[305,514]},{"name":"PKEY_LastWriterPackageFamilyName","features":[305,514]},{"name":"PKEY_LayoutPattern_ContentViewModeForBrowse","features":[305,514]},{"name":"PKEY_LayoutPattern_ContentViewModeForSearch","features":[305,514]},{"name":"PKEY_LibraryLocationsCount","features":[305,514]},{"name":"PKEY_Link_Arguments","features":[305,514]},{"name":"PKEY_Link_Comment","features":[305,514]},{"name":"PKEY_Link_DateVisited","features":[305,514]},{"name":"PKEY_Link_Description","features":[305,514]},{"name":"PKEY_Link_FeedItemLocalId","features":[305,514]},{"name":"PKEY_Link_Status","features":[305,514]},{"name":"PKEY_Link_TargetExtension","features":[305,514]},{"name":"PKEY_Link_TargetParsingPath","features":[305,514]},{"name":"PKEY_Link_TargetSFGAOFlags","features":[305,514]},{"name":"PKEY_Link_TargetSFGAOFlagsStrings","features":[305,514]},{"name":"PKEY_Link_TargetUrl","features":[305,514]},{"name":"PKEY_Link_TargetUrlHostName","features":[305,514]},{"name":"PKEY_Link_TargetUrlPath","features":[305,514]},{"name":"PKEY_LocationEmptyString","features":[305,514]},{"name":"PKEY_LowKeywords","features":[305,514]},{"name":"PKEY_MIMEType","features":[305,514]},{"name":"PKEY_Media_AuthorUrl","features":[305,514]},{"name":"PKEY_Media_AverageLevel","features":[305,514]},{"name":"PKEY_Media_ClassPrimaryID","features":[305,514]},{"name":"PKEY_Media_ClassSecondaryID","features":[305,514]},{"name":"PKEY_Media_CollectionGroupID","features":[305,514]},{"name":"PKEY_Media_CollectionID","features":[305,514]},{"name":"PKEY_Media_ContentDistributor","features":[305,514]},{"name":"PKEY_Media_ContentID","features":[305,514]},{"name":"PKEY_Media_CreatorApplication","features":[305,514]},{"name":"PKEY_Media_CreatorApplicationVersion","features":[305,514]},{"name":"PKEY_Media_DVDID","features":[305,514]},{"name":"PKEY_Media_DateEncoded","features":[305,514]},{"name":"PKEY_Media_DateReleased","features":[305,514]},{"name":"PKEY_Media_DlnaProfileID","features":[305,514]},{"name":"PKEY_Media_Duration","features":[305,514]},{"name":"PKEY_Media_EncodedBy","features":[305,514]},{"name":"PKEY_Media_EncodingSettings","features":[305,514]},{"name":"PKEY_Media_EpisodeNumber","features":[305,514]},{"name":"PKEY_Media_FrameCount","features":[305,514]},{"name":"PKEY_Media_MCDI","features":[305,514]},{"name":"PKEY_Media_MetadataContentProvider","features":[305,514]},{"name":"PKEY_Media_Producer","features":[305,514]},{"name":"PKEY_Media_PromotionUrl","features":[305,514]},{"name":"PKEY_Media_ProtectionType","features":[305,514]},{"name":"PKEY_Media_ProviderRating","features":[305,514]},{"name":"PKEY_Media_ProviderStyle","features":[305,514]},{"name":"PKEY_Media_Publisher","features":[305,514]},{"name":"PKEY_Media_SeasonNumber","features":[305,514]},{"name":"PKEY_Media_SeriesName","features":[305,514]},{"name":"PKEY_Media_SubTitle","features":[305,514]},{"name":"PKEY_Media_SubscriptionContentId","features":[305,514]},{"name":"PKEY_Media_ThumbnailLargePath","features":[305,514]},{"name":"PKEY_Media_ThumbnailLargeUri","features":[305,514]},{"name":"PKEY_Media_ThumbnailSmallPath","features":[305,514]},{"name":"PKEY_Media_ThumbnailSmallUri","features":[305,514]},{"name":"PKEY_Media_UniqueFileIdentifier","features":[305,514]},{"name":"PKEY_Media_UserNoAutoInfo","features":[305,514]},{"name":"PKEY_Media_UserWebUrl","features":[305,514]},{"name":"PKEY_Media_Writer","features":[305,514]},{"name":"PKEY_Media_Year","features":[305,514]},{"name":"PKEY_MediumKeywords","features":[305,514]},{"name":"PKEY_Message_AttachmentContents","features":[305,514]},{"name":"PKEY_Message_AttachmentNames","features":[305,514]},{"name":"PKEY_Message_BccAddress","features":[305,514]},{"name":"PKEY_Message_BccName","features":[305,514]},{"name":"PKEY_Message_CcAddress","features":[305,514]},{"name":"PKEY_Message_CcName","features":[305,514]},{"name":"PKEY_Message_ConversationID","features":[305,514]},{"name":"PKEY_Message_ConversationIndex","features":[305,514]},{"name":"PKEY_Message_DateReceived","features":[305,514]},{"name":"PKEY_Message_DateSent","features":[305,514]},{"name":"PKEY_Message_Flags","features":[305,514]},{"name":"PKEY_Message_FromAddress","features":[305,514]},{"name":"PKEY_Message_FromName","features":[305,514]},{"name":"PKEY_Message_HasAttachments","features":[305,514]},{"name":"PKEY_Message_IsFwdOrReply","features":[305,514]},{"name":"PKEY_Message_MessageClass","features":[305,514]},{"name":"PKEY_Message_Participants","features":[305,514]},{"name":"PKEY_Message_ProofInProgress","features":[305,514]},{"name":"PKEY_Message_SenderAddress","features":[305,514]},{"name":"PKEY_Message_SenderName","features":[305,514]},{"name":"PKEY_Message_Store","features":[305,514]},{"name":"PKEY_Message_ToAddress","features":[305,514]},{"name":"PKEY_Message_ToDoFlags","features":[305,514]},{"name":"PKEY_Message_ToDoTitle","features":[305,514]},{"name":"PKEY_Message_ToName","features":[305,514]},{"name":"PKEY_MileageInformation","features":[305,514]},{"name":"PKEY_MsGraph_CompositeId","features":[305,514]},{"name":"PKEY_MsGraph_DriveId","features":[305,514]},{"name":"PKEY_MsGraph_ItemId","features":[305,514]},{"name":"PKEY_MsGraph_RecommendationReason","features":[305,514]},{"name":"PKEY_MsGraph_RecommendationReferenceId","features":[305,514]},{"name":"PKEY_MsGraph_RecommendationResultSourceId","features":[305,514]},{"name":"PKEY_MsGraph_WebAccountId","features":[305,514]},{"name":"PKEY_Music_AlbumArtist","features":[305,514]},{"name":"PKEY_Music_AlbumArtistSortOverride","features":[305,514]},{"name":"PKEY_Music_AlbumID","features":[305,514]},{"name":"PKEY_Music_AlbumTitle","features":[305,514]},{"name":"PKEY_Music_AlbumTitleSortOverride","features":[305,514]},{"name":"PKEY_Music_Artist","features":[305,514]},{"name":"PKEY_Music_ArtistSortOverride","features":[305,514]},{"name":"PKEY_Music_BeatsPerMinute","features":[305,514]},{"name":"PKEY_Music_Composer","features":[305,514]},{"name":"PKEY_Music_ComposerSortOverride","features":[305,514]},{"name":"PKEY_Music_Conductor","features":[305,514]},{"name":"PKEY_Music_ContentGroupDescription","features":[305,514]},{"name":"PKEY_Music_DiscNumber","features":[305,514]},{"name":"PKEY_Music_DisplayArtist","features":[305,514]},{"name":"PKEY_Music_Genre","features":[305,514]},{"name":"PKEY_Music_InitialKey","features":[305,514]},{"name":"PKEY_Music_IsCompilation","features":[305,514]},{"name":"PKEY_Music_Lyrics","features":[305,514]},{"name":"PKEY_Music_Mood","features":[305,514]},{"name":"PKEY_Music_PartOfSet","features":[305,514]},{"name":"PKEY_Music_Period","features":[305,514]},{"name":"PKEY_Music_SynchronizedLyrics","features":[305,514]},{"name":"PKEY_Music_TrackNumber","features":[305,514]},{"name":"PKEY_NamespaceCLSID","features":[305,514]},{"name":"PKEY_Note_Color","features":[305,514]},{"name":"PKEY_Note_ColorText","features":[305,514]},{"name":"PKEY_Null","features":[305,514]},{"name":"PKEY_OfflineAvailability","features":[305,514]},{"name":"PKEY_OfflineStatus","features":[305,514]},{"name":"PKEY_OriginalFileName","features":[305,514]},{"name":"PKEY_OwnerSID","features":[305,514]},{"name":"PKEY_ParentalRating","features":[305,514]},{"name":"PKEY_ParentalRatingReason","features":[305,514]},{"name":"PKEY_ParentalRatingsOrganization","features":[305,514]},{"name":"PKEY_ParsingBindContext","features":[305,514]},{"name":"PKEY_ParsingName","features":[305,514]},{"name":"PKEY_ParsingPath","features":[305,514]},{"name":"PKEY_PerceivedType","features":[305,514]},{"name":"PKEY_PercentFull","features":[305,514]},{"name":"PKEY_Photo_Aperture","features":[305,514]},{"name":"PKEY_Photo_ApertureDenominator","features":[305,514]},{"name":"PKEY_Photo_ApertureNumerator","features":[305,514]},{"name":"PKEY_Photo_Brightness","features":[305,514]},{"name":"PKEY_Photo_BrightnessDenominator","features":[305,514]},{"name":"PKEY_Photo_BrightnessNumerator","features":[305,514]},{"name":"PKEY_Photo_CameraManufacturer","features":[305,514]},{"name":"PKEY_Photo_CameraModel","features":[305,514]},{"name":"PKEY_Photo_CameraSerialNumber","features":[305,514]},{"name":"PKEY_Photo_Contrast","features":[305,514]},{"name":"PKEY_Photo_ContrastText","features":[305,514]},{"name":"PKEY_Photo_DateTaken","features":[305,514]},{"name":"PKEY_Photo_DigitalZoom","features":[305,514]},{"name":"PKEY_Photo_DigitalZoomDenominator","features":[305,514]},{"name":"PKEY_Photo_DigitalZoomNumerator","features":[305,514]},{"name":"PKEY_Photo_EXIFVersion","features":[305,514]},{"name":"PKEY_Photo_Event","features":[305,514]},{"name":"PKEY_Photo_ExposureBias","features":[305,514]},{"name":"PKEY_Photo_ExposureBiasDenominator","features":[305,514]},{"name":"PKEY_Photo_ExposureBiasNumerator","features":[305,514]},{"name":"PKEY_Photo_ExposureIndex","features":[305,514]},{"name":"PKEY_Photo_ExposureIndexDenominator","features":[305,514]},{"name":"PKEY_Photo_ExposureIndexNumerator","features":[305,514]},{"name":"PKEY_Photo_ExposureProgram","features":[305,514]},{"name":"PKEY_Photo_ExposureProgramText","features":[305,514]},{"name":"PKEY_Photo_ExposureTime","features":[305,514]},{"name":"PKEY_Photo_ExposureTimeDenominator","features":[305,514]},{"name":"PKEY_Photo_ExposureTimeNumerator","features":[305,514]},{"name":"PKEY_Photo_FNumber","features":[305,514]},{"name":"PKEY_Photo_FNumberDenominator","features":[305,514]},{"name":"PKEY_Photo_FNumberNumerator","features":[305,514]},{"name":"PKEY_Photo_Flash","features":[305,514]},{"name":"PKEY_Photo_FlashEnergy","features":[305,514]},{"name":"PKEY_Photo_FlashEnergyDenominator","features":[305,514]},{"name":"PKEY_Photo_FlashEnergyNumerator","features":[305,514]},{"name":"PKEY_Photo_FlashManufacturer","features":[305,514]},{"name":"PKEY_Photo_FlashModel","features":[305,514]},{"name":"PKEY_Photo_FlashText","features":[305,514]},{"name":"PKEY_Photo_FocalLength","features":[305,514]},{"name":"PKEY_Photo_FocalLengthDenominator","features":[305,514]},{"name":"PKEY_Photo_FocalLengthInFilm","features":[305,514]},{"name":"PKEY_Photo_FocalLengthNumerator","features":[305,514]},{"name":"PKEY_Photo_FocalPlaneXResolution","features":[305,514]},{"name":"PKEY_Photo_FocalPlaneXResolutionDenominator","features":[305,514]},{"name":"PKEY_Photo_FocalPlaneXResolutionNumerator","features":[305,514]},{"name":"PKEY_Photo_FocalPlaneYResolution","features":[305,514]},{"name":"PKEY_Photo_FocalPlaneYResolutionDenominator","features":[305,514]},{"name":"PKEY_Photo_FocalPlaneYResolutionNumerator","features":[305,514]},{"name":"PKEY_Photo_GainControl","features":[305,514]},{"name":"PKEY_Photo_GainControlDenominator","features":[305,514]},{"name":"PKEY_Photo_GainControlNumerator","features":[305,514]},{"name":"PKEY_Photo_GainControlText","features":[305,514]},{"name":"PKEY_Photo_ISOSpeed","features":[305,514]},{"name":"PKEY_Photo_LensManufacturer","features":[305,514]},{"name":"PKEY_Photo_LensModel","features":[305,514]},{"name":"PKEY_Photo_LightSource","features":[305,514]},{"name":"PKEY_Photo_MakerNote","features":[305,514]},{"name":"PKEY_Photo_MakerNoteOffset","features":[305,514]},{"name":"PKEY_Photo_MaxAperture","features":[305,514]},{"name":"PKEY_Photo_MaxApertureDenominator","features":[305,514]},{"name":"PKEY_Photo_MaxApertureNumerator","features":[305,514]},{"name":"PKEY_Photo_MeteringMode","features":[305,514]},{"name":"PKEY_Photo_MeteringModeText","features":[305,514]},{"name":"PKEY_Photo_Orientation","features":[305,514]},{"name":"PKEY_Photo_OrientationText","features":[305,514]},{"name":"PKEY_Photo_PeopleNames","features":[305,514]},{"name":"PKEY_Photo_PhotometricInterpretation","features":[305,514]},{"name":"PKEY_Photo_PhotometricInterpretationText","features":[305,514]},{"name":"PKEY_Photo_ProgramMode","features":[305,514]},{"name":"PKEY_Photo_ProgramModeText","features":[305,514]},{"name":"PKEY_Photo_RelatedSoundFile","features":[305,514]},{"name":"PKEY_Photo_Saturation","features":[305,514]},{"name":"PKEY_Photo_SaturationText","features":[305,514]},{"name":"PKEY_Photo_Sharpness","features":[305,514]},{"name":"PKEY_Photo_SharpnessText","features":[305,514]},{"name":"PKEY_Photo_ShutterSpeed","features":[305,514]},{"name":"PKEY_Photo_ShutterSpeedDenominator","features":[305,514]},{"name":"PKEY_Photo_ShutterSpeedNumerator","features":[305,514]},{"name":"PKEY_Photo_SubjectDistance","features":[305,514]},{"name":"PKEY_Photo_SubjectDistanceDenominator","features":[305,514]},{"name":"PKEY_Photo_SubjectDistanceNumerator","features":[305,514]},{"name":"PKEY_Photo_TagViewAggregate","features":[305,514]},{"name":"PKEY_Photo_TranscodedForSync","features":[305,514]},{"name":"PKEY_Photo_WhiteBalance","features":[305,514]},{"name":"PKEY_Photo_WhiteBalanceText","features":[305,514]},{"name":"PKEY_Priority","features":[305,514]},{"name":"PKEY_PriorityText","features":[305,514]},{"name":"PKEY_Project","features":[305,514]},{"name":"PKEY_PropGroup_Advanced","features":[305,514]},{"name":"PKEY_PropGroup_Audio","features":[305,514]},{"name":"PKEY_PropGroup_Calendar","features":[305,514]},{"name":"PKEY_PropGroup_Camera","features":[305,514]},{"name":"PKEY_PropGroup_Contact","features":[305,514]},{"name":"PKEY_PropGroup_Content","features":[305,514]},{"name":"PKEY_PropGroup_Description","features":[305,514]},{"name":"PKEY_PropGroup_FileSystem","features":[305,514]},{"name":"PKEY_PropGroup_GPS","features":[305,514]},{"name":"PKEY_PropGroup_General","features":[305,514]},{"name":"PKEY_PropGroup_Image","features":[305,514]},{"name":"PKEY_PropGroup_Media","features":[305,514]},{"name":"PKEY_PropGroup_MediaAdvanced","features":[305,514]},{"name":"PKEY_PropGroup_Message","features":[305,514]},{"name":"PKEY_PropGroup_Music","features":[305,514]},{"name":"PKEY_PropGroup_Origin","features":[305,514]},{"name":"PKEY_PropGroup_PhotoAdvanced","features":[305,514]},{"name":"PKEY_PropGroup_RecordedTV","features":[305,514]},{"name":"PKEY_PropGroup_Video","features":[305,514]},{"name":"PKEY_PropList_ConflictPrompt","features":[305,514]},{"name":"PKEY_PropList_ContentViewModeForBrowse","features":[305,514]},{"name":"PKEY_PropList_ContentViewModeForSearch","features":[305,514]},{"name":"PKEY_PropList_ExtendedTileInfo","features":[305,514]},{"name":"PKEY_PropList_FileOperationPrompt","features":[305,514]},{"name":"PKEY_PropList_FullDetails","features":[305,514]},{"name":"PKEY_PropList_InfoTip","features":[305,514]},{"name":"PKEY_PropList_NonPersonal","features":[305,514]},{"name":"PKEY_PropList_PreviewDetails","features":[305,514]},{"name":"PKEY_PropList_PreviewTitle","features":[305,514]},{"name":"PKEY_PropList_QuickTip","features":[305,514]},{"name":"PKEY_PropList_TileInfo","features":[305,514]},{"name":"PKEY_PropList_XPDetailsPanel","features":[305,514]},{"name":"PKEY_ProviderItemID","features":[305,514]},{"name":"PKEY_Rating","features":[305,514]},{"name":"PKEY_RatingText","features":[305,514]},{"name":"PKEY_RecordedTV_ChannelNumber","features":[305,514]},{"name":"PKEY_RecordedTV_Credits","features":[305,514]},{"name":"PKEY_RecordedTV_DateContentExpires","features":[305,514]},{"name":"PKEY_RecordedTV_EpisodeName","features":[305,514]},{"name":"PKEY_RecordedTV_IsATSCContent","features":[305,514]},{"name":"PKEY_RecordedTV_IsClosedCaptioningAvailable","features":[305,514]},{"name":"PKEY_RecordedTV_IsDTVContent","features":[305,514]},{"name":"PKEY_RecordedTV_IsHDContent","features":[305,514]},{"name":"PKEY_RecordedTV_IsRepeatBroadcast","features":[305,514]},{"name":"PKEY_RecordedTV_IsSAP","features":[305,514]},{"name":"PKEY_RecordedTV_NetworkAffiliation","features":[305,514]},{"name":"PKEY_RecordedTV_OriginalBroadcastDate","features":[305,514]},{"name":"PKEY_RecordedTV_ProgramDescription","features":[305,514]},{"name":"PKEY_RecordedTV_RecordingTime","features":[305,514]},{"name":"PKEY_RecordedTV_StationCallSign","features":[305,514]},{"name":"PKEY_RecordedTV_StationName","features":[305,514]},{"name":"PKEY_RemoteConflictingFile","features":[305,514]},{"name":"PKEY_SFGAOFlags","features":[305,514]},{"name":"PKEY_Search_AutoSummary","features":[305,514]},{"name":"PKEY_Search_ContainerHash","features":[305,514]},{"name":"PKEY_Search_Contents","features":[305,514]},{"name":"PKEY_Search_EntryID","features":[305,514]},{"name":"PKEY_Search_ExtendedProperties","features":[305,514]},{"name":"PKEY_Search_GatherTime","features":[305,514]},{"name":"PKEY_Search_HitCount","features":[305,514]},{"name":"PKEY_Search_IsClosedDirectory","features":[305,514]},{"name":"PKEY_Search_IsFullyContained","features":[305,514]},{"name":"PKEY_Search_QueryFocusedSummary","features":[305,514]},{"name":"PKEY_Search_QueryFocusedSummaryWithFallback","features":[305,514]},{"name":"PKEY_Search_QueryPropertyHits","features":[305,514]},{"name":"PKEY_Search_Rank","features":[305,514]},{"name":"PKEY_Search_Store","features":[305,514]},{"name":"PKEY_Search_UrlToIndex","features":[305,514]},{"name":"PKEY_Search_UrlToIndexWithModificationTime","features":[305,514]},{"name":"PKEY_Security_AllowedEnterpriseDataProtectionIdentities","features":[305,514]},{"name":"PKEY_Security_EncryptionOwners","features":[305,514]},{"name":"PKEY_Security_EncryptionOwnersDisplay","features":[305,514]},{"name":"PKEY_Sensitivity","features":[305,514]},{"name":"PKEY_SensitivityText","features":[305,514]},{"name":"PKEY_ShareUserRating","features":[305,514]},{"name":"PKEY_SharedWith","features":[305,514]},{"name":"PKEY_SharingStatus","features":[305,514]},{"name":"PKEY_Shell_OmitFromView","features":[305,514]},{"name":"PKEY_Shell_SFGAOFlagsStrings","features":[305,514]},{"name":"PKEY_SimpleRating","features":[305,514]},{"name":"PKEY_Size","features":[305,514]},{"name":"PKEY_SoftwareUsed","features":[305,514]},{"name":"PKEY_Software_DateLastUsed","features":[305,514]},{"name":"PKEY_Software_ProductName","features":[305,514]},{"name":"PKEY_SourceItem","features":[305,514]},{"name":"PKEY_SourcePackageFamilyName","features":[305,514]},{"name":"PKEY_StartDate","features":[305,514]},{"name":"PKEY_Status","features":[305,514]},{"name":"PKEY_StatusBarSelectedItemCount","features":[305,514]},{"name":"PKEY_StatusBarViewItemCount","features":[305,514]},{"name":"PKEY_StorageProviderCallerVersionInformation","features":[305,514]},{"name":"PKEY_StorageProviderError","features":[305,514]},{"name":"PKEY_StorageProviderFileChecksum","features":[305,514]},{"name":"PKEY_StorageProviderFileCreatedBy","features":[305,514]},{"name":"PKEY_StorageProviderFileFlags","features":[305,514]},{"name":"PKEY_StorageProviderFileHasConflict","features":[305,514]},{"name":"PKEY_StorageProviderFileIdentifier","features":[305,514]},{"name":"PKEY_StorageProviderFileModifiedBy","features":[305,514]},{"name":"PKEY_StorageProviderFileRemoteUri","features":[305,514]},{"name":"PKEY_StorageProviderFileVersion","features":[305,514]},{"name":"PKEY_StorageProviderFileVersionWaterline","features":[305,514]},{"name":"PKEY_StorageProviderId","features":[305,514]},{"name":"PKEY_StorageProviderShareStatuses","features":[305,514]},{"name":"PKEY_StorageProviderSharingStatus","features":[305,514]},{"name":"PKEY_StorageProviderState","features":[305,514]},{"name":"PKEY_StorageProviderStatus","features":[305,514]},{"name":"PKEY_StorageProviderTransferProgress","features":[305,514]},{"name":"PKEY_StorageProviderUIStatus","features":[305,514]},{"name":"PKEY_Storage_Portable","features":[305,514]},{"name":"PKEY_Storage_RemovableMedia","features":[305,514]},{"name":"PKEY_Storage_SystemCritical","features":[305,514]},{"name":"PKEY_Subject","features":[305,514]},{"name":"PKEY_Supplemental_Album","features":[305,514]},{"name":"PKEY_Supplemental_AlbumID","features":[305,514]},{"name":"PKEY_Supplemental_Location","features":[305,514]},{"name":"PKEY_Supplemental_Person","features":[305,514]},{"name":"PKEY_Supplemental_ResourceId","features":[305,514]},{"name":"PKEY_Supplemental_Tag","features":[305,514]},{"name":"PKEY_SyncTransferStatus","features":[305,514]},{"name":"PKEY_Sync_Comments","features":[305,514]},{"name":"PKEY_Sync_ConflictDescription","features":[305,514]},{"name":"PKEY_Sync_ConflictFirstLocation","features":[305,514]},{"name":"PKEY_Sync_ConflictSecondLocation","features":[305,514]},{"name":"PKEY_Sync_HandlerCollectionID","features":[305,514]},{"name":"PKEY_Sync_HandlerID","features":[305,514]},{"name":"PKEY_Sync_HandlerName","features":[305,514]},{"name":"PKEY_Sync_HandlerType","features":[305,514]},{"name":"PKEY_Sync_HandlerTypeLabel","features":[305,514]},{"name":"PKEY_Sync_ItemID","features":[305,514]},{"name":"PKEY_Sync_ItemName","features":[305,514]},{"name":"PKEY_Sync_ProgressPercentage","features":[305,514]},{"name":"PKEY_Sync_State","features":[305,514]},{"name":"PKEY_Sync_Status","features":[305,514]},{"name":"PKEY_Task_BillingInformation","features":[305,514]},{"name":"PKEY_Task_CompletionStatus","features":[305,514]},{"name":"PKEY_Task_Owner","features":[305,514]},{"name":"PKEY_Thumbnail","features":[305,514]},{"name":"PKEY_ThumbnailCacheId","features":[305,514]},{"name":"PKEY_ThumbnailStream","features":[305,514]},{"name":"PKEY_Title","features":[305,514]},{"name":"PKEY_TitleSortOverride","features":[305,514]},{"name":"PKEY_TotalFileSize","features":[305,514]},{"name":"PKEY_Trademarks","features":[305,514]},{"name":"PKEY_TransferOrder","features":[305,514]},{"name":"PKEY_TransferPosition","features":[305,514]},{"name":"PKEY_TransferSize","features":[305,514]},{"name":"PKEY_Video_Compression","features":[305,514]},{"name":"PKEY_Video_Director","features":[305,514]},{"name":"PKEY_Video_EncodingBitrate","features":[305,514]},{"name":"PKEY_Video_FourCC","features":[305,514]},{"name":"PKEY_Video_FrameHeight","features":[305,514]},{"name":"PKEY_Video_FrameRate","features":[305,514]},{"name":"PKEY_Video_FrameWidth","features":[305,514]},{"name":"PKEY_Video_HorizontalAspectRatio","features":[305,514]},{"name":"PKEY_Video_IsSpherical","features":[305,514]},{"name":"PKEY_Video_IsStereo","features":[305,514]},{"name":"PKEY_Video_Orientation","features":[305,514]},{"name":"PKEY_Video_SampleSize","features":[305,514]},{"name":"PKEY_Video_StreamName","features":[305,514]},{"name":"PKEY_Video_StreamNumber","features":[305,514]},{"name":"PKEY_Video_TotalBitrate","features":[305,514]},{"name":"PKEY_Video_TranscodedForSync","features":[305,514]},{"name":"PKEY_Video_VerticalAspectRatio","features":[305,514]},{"name":"PKEY_VolumeId","features":[305,514]},{"name":"PKEY_Volume_FileSystem","features":[305,514]},{"name":"PKEY_Volume_IsMappedDrive","features":[305,514]},{"name":"PKEY_Volume_IsRoot","features":[305,514]},{"name":"PKEY_ZoneIdentifier","features":[305,514]},{"name":"PLAYBACKSTATE_NOMEDIA","features":[514]},{"name":"PLAYBACKSTATE_PAUSED","features":[514]},{"name":"PLAYBACKSTATE_PLAYING","features":[514]},{"name":"PLAYBACKSTATE_RECORDING","features":[514]},{"name":"PLAYBACKSTATE_RECORDINGPAUSED","features":[514]},{"name":"PLAYBACKSTATE_STOPPED","features":[514]},{"name":"PLAYBACKSTATE_TRANSITIONING","features":[514]},{"name":"PLAYBACKSTATE_UNKNOWN","features":[514]},{"name":"RATING_FIVE_STARS_MAX","features":[514]},{"name":"RATING_FIVE_STARS_MIN","features":[514]},{"name":"RATING_FIVE_STARS_SET","features":[514]},{"name":"RATING_FOUR_STARS_MAX","features":[514]},{"name":"RATING_FOUR_STARS_MIN","features":[514]},{"name":"RATING_FOUR_STARS_SET","features":[514]},{"name":"RATING_ONE_STAR_MAX","features":[514]},{"name":"RATING_ONE_STAR_MIN","features":[514]},{"name":"RATING_ONE_STAR_SET","features":[514]},{"name":"RATING_THREE_STARS_MAX","features":[514]},{"name":"RATING_THREE_STARS_MIN","features":[514]},{"name":"RATING_THREE_STARS_SET","features":[514]},{"name":"RATING_TWO_STARS_MAX","features":[514]},{"name":"RATING_TWO_STARS_MIN","features":[514]},{"name":"RATING_TWO_STARS_SET","features":[514]},{"name":"SFGAOSTR_BROWSABLE","features":[514]},{"name":"SFGAOSTR_FILEANC","features":[514]},{"name":"SFGAOSTR_FILESYS","features":[514]},{"name":"SFGAOSTR_FOLDER","features":[514]},{"name":"SFGAOSTR_HIDDEN","features":[514]},{"name":"SFGAOSTR_LINK","features":[514]},{"name":"SFGAOSTR_NONENUM","features":[514]},{"name":"SFGAOSTR_PLACEHOLDER","features":[514]},{"name":"SFGAOSTR_STORAGEANC","features":[514]},{"name":"SFGAOSTR_STREAM","features":[514]},{"name":"SFGAOSTR_SUPERHIDDEN","features":[514]},{"name":"SFGAOSTR_SYSTEM","features":[514]},{"name":"SHARINGSTATUS_NOTSHARED","features":[514]},{"name":"SHARINGSTATUS_PRIVATE","features":[514]},{"name":"SHARINGSTATUS_SHARED","features":[514]},{"name":"SILO_INFO","features":[514]},{"name":"STORAGEPROVIDERSTATE_ERROR","features":[514]},{"name":"STORAGEPROVIDERSTATE_EXCLUDED","features":[514]},{"name":"STORAGEPROVIDERSTATE_IN_SYNC","features":[514]},{"name":"STORAGEPROVIDERSTATE_NONE","features":[514]},{"name":"STORAGEPROVIDERSTATE_PENDING_DOWNLOAD","features":[514]},{"name":"STORAGEPROVIDERSTATE_PENDING_UNSPECIFIED","features":[514]},{"name":"STORAGEPROVIDERSTATE_PENDING_UPLOAD","features":[514]},{"name":"STORAGEPROVIDERSTATE_PINNED","features":[514]},{"name":"STORAGEPROVIDERSTATE_SPARSE","features":[514]},{"name":"STORAGEPROVIDERSTATE_TRANSFERRING","features":[514]},{"name":"STORAGEPROVIDERSTATE_WARNING","features":[514]},{"name":"STORAGE_PROVIDER_SHARE_STATUS_GROUP","features":[514]},{"name":"STORAGE_PROVIDER_SHARE_STATUS_OWNER","features":[514]},{"name":"STORAGE_PROVIDER_SHARE_STATUS_PRIVATE","features":[514]},{"name":"STORAGE_PROVIDER_SHARE_STATUS_PUBLIC","features":[514]},{"name":"STORAGE_PROVIDER_SHARE_STATUS_SHARED","features":[514]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_NOTSHARED","features":[514]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_PRIVATE","features":[514]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_PUBLIC","features":[514]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_PUBLIC_COOWNED","features":[514]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_PUBLIC_OWNED","features":[514]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_SHARED","features":[514]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_SHARED_COOWNED","features":[514]},{"name":"STORAGE_PROVIDER_SHARINGSTATUS_SHARED_OWNED","features":[514]},{"name":"SYNC_HANDLERTYPE_COMPUTERS","features":[514]},{"name":"SYNC_HANDLERTYPE_DEVICES","features":[514]},{"name":"SYNC_HANDLERTYPE_FOLDERS","features":[514]},{"name":"SYNC_HANDLERTYPE_OTHER","features":[514]},{"name":"SYNC_HANDLERTYPE_PROGRAMS","features":[514]},{"name":"SYNC_HANDLERTYPE_WEBSERVICES","features":[514]},{"name":"SYNC_STATE_ERROR","features":[514]},{"name":"SYNC_STATE_IDLE","features":[514]},{"name":"SYNC_STATE_NOTSETUP","features":[514]},{"name":"SYNC_STATE_PENDING","features":[514]},{"name":"SYNC_STATE_SYNCING","features":[514]},{"name":"SYNC_STATE_SYNCNOTRUN","features":[514]},{"name":"WPD_CATEGORY_ENHANCED_STORAGE","features":[514]}],"517":[{"name":"BackupCancelled","features":[515]},{"name":"BackupInvalidStopReason","features":[515]},{"name":"BackupLimitUserBusyMachineOnAC","features":[515]},{"name":"BackupLimitUserBusyMachineOnDC","features":[515]},{"name":"BackupLimitUserIdleMachineOnDC","features":[515]},{"name":"FHCFG_E_CONFIGURATION_PREVIOUSLY_LOADED","features":[515]},{"name":"FHCFG_E_CONFIG_ALREADY_EXISTS","features":[515]},{"name":"FHCFG_E_CONFIG_FILE_NOT_FOUND","features":[515]},{"name":"FHCFG_E_CORRUPT_CONFIG_FILE","features":[515]},{"name":"FHCFG_E_INVALID_REHYDRATION_STATE","features":[515]},{"name":"FHCFG_E_LEGACY_BACKUP_NOT_FOUND","features":[515]},{"name":"FHCFG_E_LEGACY_BACKUP_USER_EXCLUDED","features":[515]},{"name":"FHCFG_E_LEGACY_TARGET_UNSUPPORTED","features":[515]},{"name":"FHCFG_E_LEGACY_TARGET_VALIDATION_UNSUPPORTED","features":[515]},{"name":"FHCFG_E_NO_VALID_CONFIGURATION_LOADED","features":[515]},{"name":"FHCFG_E_RECOMMENDATION_CHANGE_NOT_ALLOWED","features":[515]},{"name":"FHCFG_E_TARGET_CANNOT_BE_USED","features":[515]},{"name":"FHCFG_E_TARGET_NOT_CONFIGURED","features":[515]},{"name":"FHCFG_E_TARGET_NOT_CONNECTED","features":[515]},{"name":"FHCFG_E_TARGET_NOT_ENOUGH_FREE_SPACE","features":[515]},{"name":"FHCFG_E_TARGET_REHYDRATED_ELSEWHERE","features":[515]},{"name":"FHCFG_E_TARGET_VERIFICATION_FAILED","features":[515]},{"name":"FHSVC_E_BACKUP_BLOCKED","features":[515]},{"name":"FHSVC_E_CONFIG_DISABLED","features":[515]},{"name":"FHSVC_E_CONFIG_DISABLED_GP","features":[515]},{"name":"FHSVC_E_CONFIG_REHYDRATING","features":[515]},{"name":"FHSVC_E_FATAL_CONFIG_ERROR","features":[515]},{"name":"FHSVC_E_NOT_CONFIGURED","features":[515]},{"name":"FH_ACCESS_DENIED","features":[515]},{"name":"FH_BACKUP_STATUS","features":[515]},{"name":"FH_CURRENT_DEFAULT","features":[515]},{"name":"FH_DEVICE_VALIDATION_RESULT","features":[515]},{"name":"FH_DRIVE_FIXED","features":[515]},{"name":"FH_DRIVE_REMOTE","features":[515]},{"name":"FH_DRIVE_REMOVABLE","features":[515]},{"name":"FH_DRIVE_UNKNOWN","features":[515]},{"name":"FH_FOLDER","features":[515]},{"name":"FH_FREQUENCY","features":[515]},{"name":"FH_INVALID_DRIVE_TYPE","features":[515]},{"name":"FH_LIBRARY","features":[515]},{"name":"FH_LOCAL_POLICY_TYPE","features":[515]},{"name":"FH_NAMESPACE_EXISTS","features":[515]},{"name":"FH_PROTECTED_ITEM_CATEGORY","features":[515]},{"name":"FH_READ_ONLY_PERMISSION","features":[515]},{"name":"FH_RETENTION_AGE","features":[515]},{"name":"FH_RETENTION_AGE_BASED","features":[515]},{"name":"FH_RETENTION_DISABLED","features":[515]},{"name":"FH_RETENTION_TYPE","features":[515]},{"name":"FH_RETENTION_TYPES","features":[515]},{"name":"FH_RETENTION_UNLIMITED","features":[515]},{"name":"FH_SERVICE_PIPE_HANDLE","features":[515]},{"name":"FH_STATE_BACKUP_NOT_SUPPORTED","features":[515]},{"name":"FH_STATE_DISABLED_BY_GP","features":[515]},{"name":"FH_STATE_FATAL_CONFIG_ERROR","features":[515]},{"name":"FH_STATE_MIGRATING","features":[515]},{"name":"FH_STATE_NOT_TRACKED","features":[515]},{"name":"FH_STATE_NO_ERROR","features":[515]},{"name":"FH_STATE_OFF","features":[515]},{"name":"FH_STATE_REHYDRATING","features":[515]},{"name":"FH_STATE_RUNNING","features":[515]},{"name":"FH_STATE_STAGING_FULL","features":[515]},{"name":"FH_STATE_TARGET_ABSENT","features":[515]},{"name":"FH_STATE_TARGET_ACCESS_DENIED","features":[515]},{"name":"FH_STATE_TARGET_FS_LIMITATION","features":[515]},{"name":"FH_STATE_TARGET_FULL","features":[515]},{"name":"FH_STATE_TARGET_FULL_RETENTION_MAX","features":[515]},{"name":"FH_STATE_TARGET_LOW_SPACE","features":[515]},{"name":"FH_STATE_TARGET_LOW_SPACE_RETENTION_MAX","features":[515]},{"name":"FH_STATE_TARGET_VOLUME_DIRTY","features":[515]},{"name":"FH_STATE_TOO_MUCH_BEHIND","features":[515]},{"name":"FH_STATUS_DISABLED","features":[515]},{"name":"FH_STATUS_DISABLED_BY_GP","features":[515]},{"name":"FH_STATUS_ENABLED","features":[515]},{"name":"FH_STATUS_REHYDRATING","features":[515]},{"name":"FH_TARGET_DRIVE_TYPE","features":[515]},{"name":"FH_TARGET_DRIVE_TYPES","features":[515]},{"name":"FH_TARGET_NAME","features":[515]},{"name":"FH_TARGET_PART_OF_LIBRARY","features":[515]},{"name":"FH_TARGET_PROPERTY_TYPE","features":[515]},{"name":"FH_TARGET_URL","features":[515]},{"name":"FH_VALID_TARGET","features":[515]},{"name":"FhBackupStopReason","features":[515]},{"name":"FhConfigMgr","features":[515]},{"name":"FhReassociation","features":[515]},{"name":"FhServiceBlockBackup","features":[515]},{"name":"FhServiceClosePipe","features":[515]},{"name":"FhServiceOpenPipe","features":[305,515]},{"name":"FhServiceReloadConfiguration","features":[515]},{"name":"FhServiceStartBackup","features":[305,515]},{"name":"FhServiceStopBackup","features":[305,515]},{"name":"FhServiceUnblockBackup","features":[515]},{"name":"IFhConfigMgr","features":[515]},{"name":"IFhReassociation","features":[515]},{"name":"IFhScopeIterator","features":[515]},{"name":"IFhTarget","features":[515]},{"name":"MAX_BACKUP_STATUS","features":[515]},{"name":"MAX_LOCAL_POLICY","features":[515]},{"name":"MAX_PROTECTED_ITEM_CATEGORY","features":[515]},{"name":"MAX_RETENTION_TYPE","features":[515]},{"name":"MAX_TARGET_PROPERTY","features":[515]},{"name":"MAX_VALIDATION_RESULT","features":[515]}],"518":[{"name":"AdSyncTask","features":[516]},{"name":"AdrClientDisplayFlags","features":[516]},{"name":"AdrClientDisplayFlags_AllowEmailRequests","features":[516]},{"name":"AdrClientDisplayFlags_ShowDeviceTroubleshooting","features":[516]},{"name":"AdrClientErrorType","features":[516]},{"name":"AdrClientErrorType_AccessDenied","features":[516]},{"name":"AdrClientErrorType_FileNotFound","features":[516]},{"name":"AdrClientErrorType_Unknown","features":[516]},{"name":"AdrClientFlags","features":[516]},{"name":"AdrClientFlags_FailForLocalPaths","features":[516]},{"name":"AdrClientFlags_FailIfNotDomainJoined","features":[516]},{"name":"AdrClientFlags_FailIfNotSupportedByServer","features":[516]},{"name":"AdrClientFlags_None","features":[516]},{"name":"AdrEmailFlags","features":[516]},{"name":"AdrEmailFlags_GenerateEventLog","features":[516]},{"name":"AdrEmailFlags_IncludeDeviceClaims","features":[516]},{"name":"AdrEmailFlags_IncludeUserInfo","features":[516]},{"name":"AdrEmailFlags_PutAdminOnToLine","features":[516]},{"name":"AdrEmailFlags_PutDataOwnerOnToLine","features":[516]},{"name":"DIFsrmClassificationEvents","features":[516,358]},{"name":"FSRM_DISPID_FEATURE_CLASSIFICATION","features":[516]},{"name":"FSRM_DISPID_FEATURE_FILESCREEN","features":[516]},{"name":"FSRM_DISPID_FEATURE_GENERAL","features":[516]},{"name":"FSRM_DISPID_FEATURE_MASK","features":[516]},{"name":"FSRM_DISPID_FEATURE_PIPELINE","features":[516]},{"name":"FSRM_DISPID_FEATURE_QUOTA","features":[516]},{"name":"FSRM_DISPID_FEATURE_REPORTS","features":[516]},{"name":"FSRM_DISPID_INTERFACE_A_MASK","features":[516]},{"name":"FSRM_DISPID_INTERFACE_B_MASK","features":[516]},{"name":"FSRM_DISPID_INTERFACE_C_MASK","features":[516]},{"name":"FSRM_DISPID_INTERFACE_D_MASK","features":[516]},{"name":"FSRM_DISPID_IS_PROPERTY","features":[516]},{"name":"FSRM_DISPID_METHOD_NUM_MASK","features":[516]},{"name":"FSRM_E_ADR_MAX_EMAILS_SENT","features":[516]},{"name":"FSRM_E_ADR_NOT_DOMAIN_JOINED","features":[516]},{"name":"FSRM_E_ADR_PATH_IS_LOCAL","features":[516]},{"name":"FSRM_E_ADR_SRV_NOT_SUPPORTED","features":[516]},{"name":"FSRM_E_ALREADY_EXISTS","features":[516]},{"name":"FSRM_E_AUTO_QUOTA","features":[516]},{"name":"FSRM_E_CACHE_INVALID","features":[516]},{"name":"FSRM_E_CACHE_MODULE_ALREADY_EXISTS","features":[516]},{"name":"FSRM_E_CANNOT_AGGREGATE","features":[516]},{"name":"FSRM_E_CANNOT_ALLOW_REPARSE_POINT_TAG","features":[516]},{"name":"FSRM_E_CANNOT_CHANGE_PROPERTY_TYPE","features":[516]},{"name":"FSRM_E_CANNOT_CREATE_TEMP_COPY","features":[516]},{"name":"FSRM_E_CANNOT_DELETE_SYSTEM_PROPERTY","features":[516]},{"name":"FSRM_E_CANNOT_REMOVE_READONLY","features":[516]},{"name":"FSRM_E_CANNOT_RENAME_PROPERTY","features":[516]},{"name":"FSRM_E_CANNOT_STORE_PROPERTIES","features":[516]},{"name":"FSRM_E_CANNOT_USE_DELETED_PROPERTY","features":[516]},{"name":"FSRM_E_CANNOT_USE_DEPRECATED_PROPERTY","features":[516]},{"name":"FSRM_E_CLASSIFICATION_ALREADY_RUNNING","features":[516]},{"name":"FSRM_E_CLASSIFICATION_CANCELED","features":[516]},{"name":"FSRM_E_CLASSIFICATION_NOT_RUNNING","features":[516]},{"name":"FSRM_E_CLASSIFICATION_PARTIAL_BATCH","features":[516]},{"name":"FSRM_E_CLASSIFICATION_SCAN_FAIL","features":[516]},{"name":"FSRM_E_CLASSIFICATION_TIMEOUT","features":[516]},{"name":"FSRM_E_CLUSTER_NOT_RUNNING","features":[516]},{"name":"FSRM_E_CSC_PATH_NOT_SUPPORTED","features":[516]},{"name":"FSRM_E_DIFFERENT_CLUSTER_GROUP","features":[516]},{"name":"FSRM_E_DRIVER_NOT_READY","features":[516]},{"name":"FSRM_E_DUPLICATE_NAME","features":[516]},{"name":"FSRM_E_EMAIL_NOT_SENT","features":[516]},{"name":"FSRM_E_ENUM_PROPERTIES_FAILED","features":[516]},{"name":"FSRM_E_ERROR_NOT_ENABLED","features":[516]},{"name":"FSRM_E_EXPIRATION_PATH_NOT_WRITEABLE","features":[516]},{"name":"FSRM_E_EXPIRATION_PATH_TOO_LONG","features":[516]},{"name":"FSRM_E_EXPIRATION_VOLUME_NOT_NTFS","features":[516]},{"name":"FSRM_E_FAIL_BATCH","features":[516]},{"name":"FSRM_E_FILE_ENCRYPTED","features":[516]},{"name":"FSRM_E_FILE_IN_USE","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_ACTION_GET_EXITCODE_FAILED","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_ACTION_TIMEOUT","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_EXPIRATION_DIR_IN_SCOPE","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_ALREADY_EXISTS","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_ALREADY_RUNNING","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_CUSTOM","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_DEPRECATED","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_EXPIRATION","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_INVALID_CONTINUOUS_CONFIG","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_MAX_FILE_CONDITIONS","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_NOTIFICATION","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_NOT_LEGACY_ACCESSIBLE","features":[516]},{"name":"FSRM_E_FILE_MANAGEMENT_JOB_RMS","features":[516]},{"name":"FSRM_E_FILE_OPEN_ERROR","features":[516]},{"name":"FSRM_E_FILE_SYSTEM_CORRUPT","features":[516]},{"name":"FSRM_E_INCOMPATIBLE_FORMAT","features":[516]},{"name":"FSRM_E_INPROC_MODULE_BLOCKED","features":[516]},{"name":"FSRM_E_INSECURE_PATH","features":[516]},{"name":"FSRM_E_INSUFFICIENT_DISK","features":[516]},{"name":"FSRM_E_INVALID_AD_CLAIM","features":[516]},{"name":"FSRM_E_INVALID_COMBINATION","features":[516]},{"name":"FSRM_E_INVALID_DATASCREEN_DEFINITION","features":[516]},{"name":"FSRM_E_INVALID_EMAIL_ADDRESS","features":[516]},{"name":"FSRM_E_INVALID_FILEGROUP_DEFINITION","features":[516]},{"name":"FSRM_E_INVALID_FILENAME","features":[516]},{"name":"FSRM_E_INVALID_FOLDER_PROPERTY_STORE","features":[516]},{"name":"FSRM_E_INVALID_IMPORT_VERSION","features":[516]},{"name":"FSRM_E_INVALID_LIMIT","features":[516]},{"name":"FSRM_E_INVALID_NAME","features":[516]},{"name":"FSRM_E_INVALID_PATH","features":[516]},{"name":"FSRM_E_INVALID_REPORT_DESC","features":[516]},{"name":"FSRM_E_INVALID_REPORT_FORMAT","features":[516]},{"name":"FSRM_E_INVALID_SCHEDULER_ARGUMENT","features":[516]},{"name":"FSRM_E_INVALID_SMTP_SERVER","features":[516]},{"name":"FSRM_E_INVALID_TEXT","features":[516]},{"name":"FSRM_E_INVALID_USER","features":[516]},{"name":"FSRM_E_LAST_ACCESS_UPDATE_DISABLED","features":[516]},{"name":"FSRM_E_LEGACY_SCHEDULE","features":[516]},{"name":"FSRM_E_LOADING_DISABLED_MODULE","features":[516]},{"name":"FSRM_E_LONG_CMDLINE","features":[516]},{"name":"FSRM_E_MAX_PROPERTY_DEFINITIONS","features":[516]},{"name":"FSRM_E_MESSAGE_LIMIT_EXCEEDED","features":[516]},{"name":"FSRM_E_MODULE_INITIALIZATION","features":[516]},{"name":"FSRM_E_MODULE_INVALID_PARAM","features":[516]},{"name":"FSRM_E_MODULE_SESSION_INITIALIZATION","features":[516]},{"name":"FSRM_E_MODULE_TIMEOUT","features":[516]},{"name":"FSRM_E_NOT_CLUSTER_VOLUME","features":[516]},{"name":"FSRM_E_NOT_FOUND","features":[516]},{"name":"FSRM_E_NOT_SUPPORTED","features":[516]},{"name":"FSRM_E_NO_EMAIL_ADDRESS","features":[516]},{"name":"FSRM_E_NO_PROPERTY_VALUE","features":[516]},{"name":"FSRM_E_OBJECT_IN_USE","features":[516]},{"name":"FSRM_E_OUT_OF_RANGE","features":[516]},{"name":"FSRM_E_PARTIAL_CLASSIFICATION_PROPERTY_NOT_FOUND","features":[516]},{"name":"FSRM_E_PATH_NOT_FOUND","features":[516]},{"name":"FSRM_E_PATH_NOT_IN_NAMESPACE","features":[516]},{"name":"FSRM_E_PERSIST_PROPERTIES_FAILED","features":[516]},{"name":"FSRM_E_PERSIST_PROPERTIES_FAILED_ENCRYPTED","features":[516]},{"name":"FSRM_E_PROPERTY_DELETED","features":[516]},{"name":"FSRM_E_PROPERTY_MUST_APPLY_TO_FILES","features":[516]},{"name":"FSRM_E_PROPERTY_MUST_APPLY_TO_FOLDERS","features":[516]},{"name":"FSRM_E_PROPERTY_MUST_BE_GLOBAL","features":[516]},{"name":"FSRM_E_PROPERTY_MUST_BE_SECURE","features":[516]},{"name":"FSRM_E_REBUILDING_FODLER_TYPE_INDEX","features":[516]},{"name":"FSRM_E_REPORT_GENERATION_ERR","features":[516]},{"name":"FSRM_E_REPORT_JOB_ALREADY_RUNNING","features":[516]},{"name":"FSRM_E_REPORT_TASK_TRIGGER","features":[516]},{"name":"FSRM_E_REPORT_TYPE_ALREADY_EXISTS","features":[516]},{"name":"FSRM_E_REQD_PARAM_MISSING","features":[516]},{"name":"FSRM_E_RMS_NO_PROTECTORS_INSTALLED","features":[516]},{"name":"FSRM_E_RMS_NO_PROTECTOR_INSTALLED_FOR_FILE","features":[516]},{"name":"FSRM_E_RMS_TEMPLATE_NOT_FOUND","features":[516]},{"name":"FSRM_E_SECURE_PROPERTIES_NOT_SUPPORTED","features":[516]},{"name":"FSRM_E_SET_PROPERTY_FAILED","features":[516]},{"name":"FSRM_E_SHADOW_COPY","features":[516]},{"name":"FSRM_E_STORE_NOT_INSTALLED","features":[516]},{"name":"FSRM_E_SYNC_TASK_HAD_ERRORS","features":[516]},{"name":"FSRM_E_SYNC_TASK_TIMEOUT","features":[516]},{"name":"FSRM_E_TEXTREADER_FILENAME_TOO_LONG","features":[516]},{"name":"FSRM_E_TEXTREADER_IFILTER_CLSID_MALFORMED","features":[516]},{"name":"FSRM_E_TEXTREADER_IFILTER_NOT_FOUND","features":[516]},{"name":"FSRM_E_TEXTREADER_NOT_INITIALIZED","features":[516]},{"name":"FSRM_E_TEXTREADER_STREAM_ERROR","features":[516]},{"name":"FSRM_E_UNEXPECTED","features":[516]},{"name":"FSRM_E_UNSECURE_LINK_TO_HOSTED_MODULE","features":[516]},{"name":"FSRM_E_VOLUME_OFFLINE","features":[516]},{"name":"FSRM_E_VOLUME_UNSUPPORTED","features":[516]},{"name":"FSRM_E_WMI_FAILURE","features":[516]},{"name":"FSRM_E_XML_CORRUPTED","features":[516]},{"name":"FSRM_S_CLASSIFICATION_SCAN_FAILURES","features":[516]},{"name":"FSRM_S_PARTIAL_BATCH","features":[516]},{"name":"FSRM_S_PARTIAL_CLASSIFICATION","features":[516]},{"name":"FsrmAccessDeniedRemediationClient","features":[516]},{"name":"FsrmAccountType","features":[516]},{"name":"FsrmAccountType_Automatic","features":[516]},{"name":"FsrmAccountType_External","features":[516]},{"name":"FsrmAccountType_InProc","features":[516]},{"name":"FsrmAccountType_LocalService","features":[516]},{"name":"FsrmAccountType_LocalSystem","features":[516]},{"name":"FsrmAccountType_NetworkService","features":[516]},{"name":"FsrmAccountType_Unknown","features":[516]},{"name":"FsrmActionType","features":[516]},{"name":"FsrmActionType_Command","features":[516]},{"name":"FsrmActionType_Email","features":[516]},{"name":"FsrmActionType_EventLog","features":[516]},{"name":"FsrmActionType_Report","features":[516]},{"name":"FsrmActionType_Unknown","features":[516]},{"name":"FsrmClassificationLoggingFlags","features":[516]},{"name":"FsrmClassificationLoggingFlags_ClassificationsInLogFile","features":[516]},{"name":"FsrmClassificationLoggingFlags_ClassificationsInSystemLog","features":[516]},{"name":"FsrmClassificationLoggingFlags_ErrorsInLogFile","features":[516]},{"name":"FsrmClassificationLoggingFlags_ErrorsInSystemLog","features":[516]},{"name":"FsrmClassificationLoggingFlags_None","features":[516]},{"name":"FsrmClassificationManager","features":[516]},{"name":"FsrmCollectionState","features":[516]},{"name":"FsrmCollectionState_Cancelled","features":[516]},{"name":"FsrmCollectionState_Committing","features":[516]},{"name":"FsrmCollectionState_Complete","features":[516]},{"name":"FsrmCollectionState_Fetching","features":[516]},{"name":"FsrmCommitOptions","features":[516]},{"name":"FsrmCommitOptions_Asynchronous","features":[516]},{"name":"FsrmCommitOptions_None","features":[516]},{"name":"FsrmDaysNotSpecified","features":[516]},{"name":"FsrmEnumOptions","features":[516]},{"name":"FsrmEnumOptions_Asynchronous","features":[516]},{"name":"FsrmEnumOptions_CheckRecycleBin","features":[516]},{"name":"FsrmEnumOptions_IncludeClusterNodes","features":[516]},{"name":"FsrmEnumOptions_IncludeDeprecatedObjects","features":[516]},{"name":"FsrmEnumOptions_None","features":[516]},{"name":"FsrmEventType","features":[516]},{"name":"FsrmEventType_Error","features":[516]},{"name":"FsrmEventType_Information","features":[516]},{"name":"FsrmEventType_Unknown","features":[516]},{"name":"FsrmEventType_Warning","features":[516]},{"name":"FsrmExecutionOption","features":[516]},{"name":"FsrmExecutionOption_EvaluateUnset","features":[516]},{"name":"FsrmExecutionOption_ReEvaluate_ConsiderExistingValue","features":[516]},{"name":"FsrmExecutionOption_ReEvaluate_IgnoreExistingValue","features":[516]},{"name":"FsrmExecutionOption_Unknown","features":[516]},{"name":"FsrmExportImport","features":[516]},{"name":"FsrmFileConditionType","features":[516]},{"name":"FsrmFileConditionType_Property","features":[516]},{"name":"FsrmFileConditionType_Unknown","features":[516]},{"name":"FsrmFileGroupManager","features":[516]},{"name":"FsrmFileManagementJobManager","features":[516]},{"name":"FsrmFileManagementLoggingFlags","features":[516]},{"name":"FsrmFileManagementLoggingFlags_Audit","features":[516]},{"name":"FsrmFileManagementLoggingFlags_Error","features":[516]},{"name":"FsrmFileManagementLoggingFlags_Information","features":[516]},{"name":"FsrmFileManagementLoggingFlags_None","features":[516]},{"name":"FsrmFileManagementType","features":[516]},{"name":"FsrmFileManagementType_Custom","features":[516]},{"name":"FsrmFileManagementType_Expiration","features":[516]},{"name":"FsrmFileManagementType_Rms","features":[516]},{"name":"FsrmFileManagementType_Unknown","features":[516]},{"name":"FsrmFileScreenFlags","features":[516]},{"name":"FsrmFileScreenFlags_Enforce","features":[516]},{"name":"FsrmFileScreenManager","features":[516]},{"name":"FsrmFileScreenTemplateManager","features":[516]},{"name":"FsrmFileStreamingInterfaceType","features":[516]},{"name":"FsrmFileStreamingInterfaceType_ILockBytes","features":[516]},{"name":"FsrmFileStreamingInterfaceType_IStream","features":[516]},{"name":"FsrmFileStreamingInterfaceType_Unknown","features":[516]},{"name":"FsrmFileStreamingMode","features":[516]},{"name":"FsrmFileStreamingMode_Read","features":[516]},{"name":"FsrmFileStreamingMode_Unknown","features":[516]},{"name":"FsrmFileStreamingMode_Write","features":[516]},{"name":"FsrmFileSystemPropertyId","features":[516]},{"name":"FsrmFileSystemPropertyId_DateCreated","features":[516]},{"name":"FsrmFileSystemPropertyId_DateLastAccessed","features":[516]},{"name":"FsrmFileSystemPropertyId_DateLastModified","features":[516]},{"name":"FsrmFileSystemPropertyId_DateNow","features":[516]},{"name":"FsrmFileSystemPropertyId_FileName","features":[516]},{"name":"FsrmFileSystemPropertyId_Undefined","features":[516]},{"name":"FsrmGetFilePropertyOptions","features":[516]},{"name":"FsrmGetFilePropertyOptions_FailOnPersistErrors","features":[516]},{"name":"FsrmGetFilePropertyOptions_NoRuleEvaluation","features":[516]},{"name":"FsrmGetFilePropertyOptions_None","features":[516]},{"name":"FsrmGetFilePropertyOptions_Persistent","features":[516]},{"name":"FsrmGetFilePropertyOptions_SkipOrphaned","features":[516]},{"name":"FsrmMaxExcludeFolders","features":[516]},{"name":"FsrmMaxNumberPropertyDefinitions","features":[516]},{"name":"FsrmMaxNumberThresholds","features":[516]},{"name":"FsrmMaxThresholdValue","features":[516]},{"name":"FsrmMinQuotaLimit","features":[516]},{"name":"FsrmMinThresholdValue","features":[516]},{"name":"FsrmPathMapper","features":[516]},{"name":"FsrmPipelineModuleConnector","features":[516]},{"name":"FsrmPipelineModuleType","features":[516]},{"name":"FsrmPipelineModuleType_Classifier","features":[516]},{"name":"FsrmPipelineModuleType_Storage","features":[516]},{"name":"FsrmPipelineModuleType_Unknown","features":[516]},{"name":"FsrmPropertyBagField","features":[516]},{"name":"FsrmPropertyBagField_AccessVolume","features":[516]},{"name":"FsrmPropertyBagField_VolumeGuidName","features":[516]},{"name":"FsrmPropertyBagFlags","features":[516]},{"name":"FsrmPropertyBagFlags_FailedClassifyingProperties","features":[516]},{"name":"FsrmPropertyBagFlags_FailedLoadingProperties","features":[516]},{"name":"FsrmPropertyBagFlags_FailedSavingProperties","features":[516]},{"name":"FsrmPropertyBagFlags_UpdatedByClassifier","features":[516]},{"name":"FsrmPropertyConditionType","features":[516]},{"name":"FsrmPropertyConditionType_Contain","features":[516]},{"name":"FsrmPropertyConditionType_ContainedIn","features":[516]},{"name":"FsrmPropertyConditionType_EndWith","features":[516]},{"name":"FsrmPropertyConditionType_Equal","features":[516]},{"name":"FsrmPropertyConditionType_Exist","features":[516]},{"name":"FsrmPropertyConditionType_GreaterThan","features":[516]},{"name":"FsrmPropertyConditionType_LessThan","features":[516]},{"name":"FsrmPropertyConditionType_MatchesPattern","features":[516]},{"name":"FsrmPropertyConditionType_NotEqual","features":[516]},{"name":"FsrmPropertyConditionType_NotExist","features":[516]},{"name":"FsrmPropertyConditionType_PrefixOf","features":[516]},{"name":"FsrmPropertyConditionType_StartWith","features":[516]},{"name":"FsrmPropertyConditionType_SuffixOf","features":[516]},{"name":"FsrmPropertyConditionType_Unknown","features":[516]},{"name":"FsrmPropertyDefinitionAppliesTo","features":[516]},{"name":"FsrmPropertyDefinitionAppliesTo_Files","features":[516]},{"name":"FsrmPropertyDefinitionAppliesTo_Folders","features":[516]},{"name":"FsrmPropertyDefinitionFlags","features":[516]},{"name":"FsrmPropertyDefinitionFlags_Deprecated","features":[516]},{"name":"FsrmPropertyDefinitionFlags_Global","features":[516]},{"name":"FsrmPropertyDefinitionFlags_Secure","features":[516]},{"name":"FsrmPropertyDefinitionType","features":[516]},{"name":"FsrmPropertyDefinitionType_Bool","features":[516]},{"name":"FsrmPropertyDefinitionType_Date","features":[516]},{"name":"FsrmPropertyDefinitionType_Int","features":[516]},{"name":"FsrmPropertyDefinitionType_MultiChoiceList","features":[516]},{"name":"FsrmPropertyDefinitionType_MultiString","features":[516]},{"name":"FsrmPropertyDefinitionType_OrderedList","features":[516]},{"name":"FsrmPropertyDefinitionType_SingleChoiceList","features":[516]},{"name":"FsrmPropertyDefinitionType_String","features":[516]},{"name":"FsrmPropertyDefinitionType_Unknown","features":[516]},{"name":"FsrmPropertyFlags","features":[516]},{"name":"FsrmPropertyFlags_AggregationFailed","features":[516]},{"name":"FsrmPropertyFlags_Deleted","features":[516]},{"name":"FsrmPropertyFlags_Existing","features":[516]},{"name":"FsrmPropertyFlags_ExplicitValueDeleted","features":[516]},{"name":"FsrmPropertyFlags_FailedClassifyingProperties","features":[516]},{"name":"FsrmPropertyFlags_FailedLoadingProperties","features":[516]},{"name":"FsrmPropertyFlags_FailedSavingProperties","features":[516]},{"name":"FsrmPropertyFlags_Inherited","features":[516]},{"name":"FsrmPropertyFlags_Manual","features":[516]},{"name":"FsrmPropertyFlags_None","features":[516]},{"name":"FsrmPropertyFlags_Orphaned","features":[516]},{"name":"FsrmPropertyFlags_PersistentMask","features":[516]},{"name":"FsrmPropertyFlags_PolicyDerived","features":[516]},{"name":"FsrmPropertyFlags_PropertyDeletedFromClear","features":[516]},{"name":"FsrmPropertyFlags_PropertySourceMask","features":[516]},{"name":"FsrmPropertyFlags_Reclassified","features":[516]},{"name":"FsrmPropertyFlags_RetrievedFromCache","features":[516]},{"name":"FsrmPropertyFlags_RetrievedFromStorage","features":[516]},{"name":"FsrmPropertyFlags_Secure","features":[516]},{"name":"FsrmPropertyFlags_SetByClassifier","features":[516]},{"name":"FsrmPropertyValueType","features":[516]},{"name":"FsrmPropertyValueType_DateOffset","features":[516]},{"name":"FsrmPropertyValueType_Literal","features":[516]},{"name":"FsrmPropertyValueType_Undefined","features":[516]},{"name":"FsrmQuotaFlags","features":[516]},{"name":"FsrmQuotaFlags_Disable","features":[516]},{"name":"FsrmQuotaFlags_Enforce","features":[516]},{"name":"FsrmQuotaFlags_StatusIncomplete","features":[516]},{"name":"FsrmQuotaFlags_StatusRebuilding","features":[516]},{"name":"FsrmQuotaManager","features":[516]},{"name":"FsrmQuotaTemplateManager","features":[516]},{"name":"FsrmReportFilter","features":[516]},{"name":"FsrmReportFilter_FileGroups","features":[516]},{"name":"FsrmReportFilter_MaxAgeDays","features":[516]},{"name":"FsrmReportFilter_MinAgeDays","features":[516]},{"name":"FsrmReportFilter_MinQuotaUsage","features":[516]},{"name":"FsrmReportFilter_MinSize","features":[516]},{"name":"FsrmReportFilter_NamePattern","features":[516]},{"name":"FsrmReportFilter_Owners","features":[516]},{"name":"FsrmReportFilter_Property","features":[516]},{"name":"FsrmReportFormat","features":[516]},{"name":"FsrmReportFormat_Csv","features":[516]},{"name":"FsrmReportFormat_DHtml","features":[516]},{"name":"FsrmReportFormat_Html","features":[516]},{"name":"FsrmReportFormat_Txt","features":[516]},{"name":"FsrmReportFormat_Unknown","features":[516]},{"name":"FsrmReportFormat_Xml","features":[516]},{"name":"FsrmReportGenerationContext","features":[516]},{"name":"FsrmReportGenerationContext_IncidentReport","features":[516]},{"name":"FsrmReportGenerationContext_InteractiveReport","features":[516]},{"name":"FsrmReportGenerationContext_ScheduledReport","features":[516]},{"name":"FsrmReportGenerationContext_Undefined","features":[516]},{"name":"FsrmReportLimit","features":[516]},{"name":"FsrmReportLimit_MaxDuplicateGroups","features":[516]},{"name":"FsrmReportLimit_MaxFileGroups","features":[516]},{"name":"FsrmReportLimit_MaxFileScreenEvents","features":[516]},{"name":"FsrmReportLimit_MaxFiles","features":[516]},{"name":"FsrmReportLimit_MaxFilesPerDuplGroup","features":[516]},{"name":"FsrmReportLimit_MaxFilesPerFileGroup","features":[516]},{"name":"FsrmReportLimit_MaxFilesPerOwner","features":[516]},{"name":"FsrmReportLimit_MaxFilesPerPropertyValue","features":[516]},{"name":"FsrmReportLimit_MaxFolders","features":[516]},{"name":"FsrmReportLimit_MaxOwners","features":[516]},{"name":"FsrmReportLimit_MaxPropertyValues","features":[516]},{"name":"FsrmReportLimit_MaxQuotas","features":[516]},{"name":"FsrmReportManager","features":[516]},{"name":"FsrmReportRunningStatus","features":[516]},{"name":"FsrmReportRunningStatus_NotRunning","features":[516]},{"name":"FsrmReportRunningStatus_Queued","features":[516]},{"name":"FsrmReportRunningStatus_Running","features":[516]},{"name":"FsrmReportRunningStatus_Unknown","features":[516]},{"name":"FsrmReportScheduler","features":[516]},{"name":"FsrmReportType","features":[516]},{"name":"FsrmReportType_AutomaticClassification","features":[516]},{"name":"FsrmReportType_DuplicateFiles","features":[516]},{"name":"FsrmReportType_Expiration","features":[516]},{"name":"FsrmReportType_ExportReport","features":[516]},{"name":"FsrmReportType_FileScreenAudit","features":[516]},{"name":"FsrmReportType_FilesByOwner","features":[516]},{"name":"FsrmReportType_FilesByProperty","features":[516]},{"name":"FsrmReportType_FilesByType","features":[516]},{"name":"FsrmReportType_FoldersByProperty","features":[516]},{"name":"FsrmReportType_LargeFiles","features":[516]},{"name":"FsrmReportType_LeastRecentlyAccessed","features":[516]},{"name":"FsrmReportType_MostRecentlyAccessed","features":[516]},{"name":"FsrmReportType_QuotaUsage","features":[516]},{"name":"FsrmReportType_Unknown","features":[516]},{"name":"FsrmRuleFlags","features":[516]},{"name":"FsrmRuleFlags_ClearAutomaticallyClassifiedProperty","features":[516]},{"name":"FsrmRuleFlags_ClearManuallyClassifiedProperty","features":[516]},{"name":"FsrmRuleFlags_Disabled","features":[516]},{"name":"FsrmRuleFlags_Invalid","features":[516]},{"name":"FsrmRuleType","features":[516]},{"name":"FsrmRuleType_Classification","features":[516]},{"name":"FsrmRuleType_Generic","features":[516]},{"name":"FsrmRuleType_Unknown","features":[516]},{"name":"FsrmSetting","features":[516]},{"name":"FsrmStorageModuleCaps","features":[516]},{"name":"FsrmStorageModuleCaps_CanGet","features":[516]},{"name":"FsrmStorageModuleCaps_CanHandleDirectories","features":[516]},{"name":"FsrmStorageModuleCaps_CanHandleFiles","features":[516]},{"name":"FsrmStorageModuleCaps_CanSet","features":[516]},{"name":"FsrmStorageModuleCaps_Unknown","features":[516]},{"name":"FsrmStorageModuleType","features":[516]},{"name":"FsrmStorageModuleType_Cache","features":[516]},{"name":"FsrmStorageModuleType_Database","features":[516]},{"name":"FsrmStorageModuleType_InFile","features":[516]},{"name":"FsrmStorageModuleType_System","features":[516]},{"name":"FsrmStorageModuleType_Unknown","features":[516]},{"name":"FsrmTemplateApplyOptions","features":[516]},{"name":"FsrmTemplateApplyOptions_ApplyToDerivedAll","features":[516]},{"name":"FsrmTemplateApplyOptions_ApplyToDerivedMatching","features":[516]},{"name":"IFsrmAccessDeniedRemediationClient","features":[516,358]},{"name":"IFsrmAction","features":[516,358]},{"name":"IFsrmActionCommand","features":[516,358]},{"name":"IFsrmActionEmail","features":[516,358]},{"name":"IFsrmActionEmail2","features":[516,358]},{"name":"IFsrmActionEventLog","features":[516,358]},{"name":"IFsrmActionReport","features":[516,358]},{"name":"IFsrmAutoApplyQuota","features":[516,358]},{"name":"IFsrmClassificationManager","features":[516,358]},{"name":"IFsrmClassificationManager2","features":[516,358]},{"name":"IFsrmClassificationRule","features":[516,358]},{"name":"IFsrmClassifierModuleDefinition","features":[516,358]},{"name":"IFsrmClassifierModuleImplementation","features":[516,358]},{"name":"IFsrmCollection","features":[516,358]},{"name":"IFsrmCommittableCollection","features":[516,358]},{"name":"IFsrmDerivedObjectsResult","features":[516,358]},{"name":"IFsrmExportImport","features":[516,358]},{"name":"IFsrmFileCondition","features":[516,358]},{"name":"IFsrmFileConditionProperty","features":[516,358]},{"name":"IFsrmFileGroup","features":[516,358]},{"name":"IFsrmFileGroupImported","features":[516,358]},{"name":"IFsrmFileGroupManager","features":[516,358]},{"name":"IFsrmFileManagementJob","features":[516,358]},{"name":"IFsrmFileManagementJobManager","features":[516,358]},{"name":"IFsrmFileScreen","features":[516,358]},{"name":"IFsrmFileScreenBase","features":[516,358]},{"name":"IFsrmFileScreenException","features":[516,358]},{"name":"IFsrmFileScreenManager","features":[516,358]},{"name":"IFsrmFileScreenTemplate","features":[516,358]},{"name":"IFsrmFileScreenTemplateImported","features":[516,358]},{"name":"IFsrmFileScreenTemplateManager","features":[516,358]},{"name":"IFsrmMutableCollection","features":[516,358]},{"name":"IFsrmObject","features":[516,358]},{"name":"IFsrmPathMapper","features":[516,358]},{"name":"IFsrmPipelineModuleConnector","features":[516,358]},{"name":"IFsrmPipelineModuleDefinition","features":[516,358]},{"name":"IFsrmPipelineModuleImplementation","features":[516,358]},{"name":"IFsrmProperty","features":[516,358]},{"name":"IFsrmPropertyBag","features":[516,358]},{"name":"IFsrmPropertyBag2","features":[516,358]},{"name":"IFsrmPropertyCondition","features":[516,358]},{"name":"IFsrmPropertyDefinition","features":[516,358]},{"name":"IFsrmPropertyDefinition2","features":[516,358]},{"name":"IFsrmPropertyDefinitionValue","features":[516,358]},{"name":"IFsrmQuota","features":[516,358]},{"name":"IFsrmQuotaBase","features":[516,358]},{"name":"IFsrmQuotaManager","features":[516,358]},{"name":"IFsrmQuotaManagerEx","features":[516,358]},{"name":"IFsrmQuotaObject","features":[516,358]},{"name":"IFsrmQuotaTemplate","features":[516,358]},{"name":"IFsrmQuotaTemplateImported","features":[516,358]},{"name":"IFsrmQuotaTemplateManager","features":[516,358]},{"name":"IFsrmReport","features":[516,358]},{"name":"IFsrmReportJob","features":[516,358]},{"name":"IFsrmReportManager","features":[516,358]},{"name":"IFsrmReportScheduler","features":[516,358]},{"name":"IFsrmRule","features":[516,358]},{"name":"IFsrmSetting","features":[516,358]},{"name":"IFsrmStorageModuleDefinition","features":[516,358]},{"name":"IFsrmStorageModuleImplementation","features":[516,358]},{"name":"MessageSizeLimit","features":[516]}],"519":[{"name":"ACCESS_ALL","features":[325]},{"name":"ACCESS_ATRIB","features":[325]},{"name":"ACCESS_CREATE","features":[325]},{"name":"ACCESS_DELETE","features":[325]},{"name":"ACCESS_EXEC","features":[325]},{"name":"ACCESS_PERM","features":[325]},{"name":"ACCESS_READ","features":[325]},{"name":"ACCESS_WRITE","features":[325]},{"name":"AddLogContainer","features":[305,325]},{"name":"AddLogContainerSet","features":[305,325]},{"name":"AddUsersToEncryptedFile","features":[309,325]},{"name":"AdvanceLogBase","features":[305,325,311]},{"name":"AlignReservedLog","features":[305,325]},{"name":"AllocReservedLog","features":[305,325]},{"name":"AreFileApisANSI","features":[305,325]},{"name":"AreShortNamesEnabled","features":[305,325]},{"name":"BACKUP_ALTERNATE_DATA","features":[325]},{"name":"BACKUP_DATA","features":[325]},{"name":"BACKUP_EA_DATA","features":[325]},{"name":"BACKUP_LINK","features":[325]},{"name":"BACKUP_OBJECT_ID","features":[325]},{"name":"BACKUP_PROPERTY_DATA","features":[325]},{"name":"BACKUP_REPARSE_DATA","features":[325]},{"name":"BACKUP_SECURITY_DATA","features":[325]},{"name":"BACKUP_SPARSE_BLOCK","features":[325]},{"name":"BACKUP_TXFS_DATA","features":[325]},{"name":"BY_HANDLE_FILE_INFORMATION","features":[305,325]},{"name":"BackupRead","features":[305,325]},{"name":"BackupSeek","features":[305,325]},{"name":"BackupWrite","features":[305,325]},{"name":"BuildIoRingCancelRequest","features":[305,325]},{"name":"BuildIoRingFlushFile","features":[305,325]},{"name":"BuildIoRingReadFile","features":[305,325]},{"name":"BuildIoRingRegisterBuffers","features":[325]},{"name":"BuildIoRingRegisterFileHandles","features":[305,325]},{"name":"BuildIoRingWriteFile","features":[305,325]},{"name":"BusType1394","features":[325]},{"name":"BusTypeAta","features":[325]},{"name":"BusTypeAtapi","features":[325]},{"name":"BusTypeFibre","features":[325]},{"name":"BusTypeFileBackedVirtual","features":[325]},{"name":"BusTypeMax","features":[325]},{"name":"BusTypeMaxReserved","features":[325]},{"name":"BusTypeMmc","features":[325]},{"name":"BusTypeNvme","features":[325]},{"name":"BusTypeRAID","features":[325]},{"name":"BusTypeSCM","features":[325]},{"name":"BusTypeSas","features":[325]},{"name":"BusTypeSata","features":[325]},{"name":"BusTypeScsi","features":[325]},{"name":"BusTypeSd","features":[325]},{"name":"BusTypeSpaces","features":[325]},{"name":"BusTypeSsa","features":[325]},{"name":"BusTypeUfs","features":[325]},{"name":"BusTypeUnknown","features":[325]},{"name":"BusTypeUsb","features":[325]},{"name":"BusTypeVirtual","features":[325]},{"name":"BusTypeiScsi","features":[325]},{"name":"CACHE_ACCESS_CHECK","features":[305,309,325]},{"name":"CACHE_DESTROY_CALLBACK","features":[325]},{"name":"CACHE_KEY_COMPARE","features":[325]},{"name":"CACHE_KEY_HASH","features":[325]},{"name":"CACHE_READ_CALLBACK","features":[305,325]},{"name":"CALLBACK_CHUNK_FINISHED","features":[325]},{"name":"CALLBACK_STREAM_SWITCH","features":[325]},{"name":"CLAIMMEDIALABEL","features":[325]},{"name":"CLAIMMEDIALABELEX","features":[325]},{"name":"CLFS_BASELOG_EXTENSION","features":[325]},{"name":"CLFS_BLOCK_ALLOCATION","features":[325]},{"name":"CLFS_BLOCK_DEALLOCATION","features":[325]},{"name":"CLFS_CONTAINER_RELATIVE_PREFIX","features":[325]},{"name":"CLFS_CONTAINER_STREAM_PREFIX","features":[325]},{"name":"CLFS_CONTEXT_MODE","features":[325]},{"name":"CLFS_FLAG","features":[325]},{"name":"CLFS_FLAG_FILTER_INTERMEDIATE_LEVEL","features":[325]},{"name":"CLFS_FLAG_FILTER_TOP_LEVEL","features":[325]},{"name":"CLFS_FLAG_FORCE_APPEND","features":[325]},{"name":"CLFS_FLAG_FORCE_FLUSH","features":[325]},{"name":"CLFS_FLAG_HIDDEN_SYSTEM_LOG","features":[325]},{"name":"CLFS_FLAG_IGNORE_SHARE_ACCESS","features":[325]},{"name":"CLFS_FLAG_MINIFILTER_LEVEL","features":[325]},{"name":"CLFS_FLAG_NON_REENTRANT_FILTER","features":[325]},{"name":"CLFS_FLAG_NO_FLAGS","features":[325]},{"name":"CLFS_FLAG_READ_IN_PROGRESS","features":[325]},{"name":"CLFS_FLAG_REENTRANT_FILE_SYSTEM","features":[325]},{"name":"CLFS_FLAG_REENTRANT_FILTER","features":[325]},{"name":"CLFS_FLAG_USE_RESERVATION","features":[325]},{"name":"CLFS_IOSTATS_CLASS","features":[325]},{"name":"CLFS_LOG_ARCHIVE_MODE","features":[325]},{"name":"CLFS_LOG_NAME_INFORMATION","features":[325]},{"name":"CLFS_MARSHALLING_FLAG_DISABLE_BUFF_INIT","features":[325]},{"name":"CLFS_MARSHALLING_FLAG_NONE","features":[325]},{"name":"CLFS_MAX_CONTAINER_INFO","features":[325]},{"name":"CLFS_MGMT_CLIENT_REGISTRATION_VERSION","features":[325]},{"name":"CLFS_MGMT_NOTIFICATION","features":[325]},{"name":"CLFS_MGMT_NOTIFICATION_TYPE","features":[325]},{"name":"CLFS_MGMT_POLICY","features":[325]},{"name":"CLFS_MGMT_POLICY_TYPE","features":[325]},{"name":"CLFS_MGMT_POLICY_VERSION","features":[325]},{"name":"CLFS_NODE_ID","features":[325]},{"name":"CLFS_PHYSICAL_LSN_INFORMATION","features":[325]},{"name":"CLFS_SCAN_BACKWARD","features":[325]},{"name":"CLFS_SCAN_BUFFERED","features":[325]},{"name":"CLFS_SCAN_CLOSE","features":[325]},{"name":"CLFS_SCAN_FORWARD","features":[325]},{"name":"CLFS_SCAN_INIT","features":[325]},{"name":"CLFS_SCAN_INITIALIZED","features":[325]},{"name":"CLFS_STREAM_ID_INFORMATION","features":[325]},{"name":"CLSID_DiskQuotaControl","features":[325]},{"name":"CLS_ARCHIVE_DESCRIPTOR","features":[325]},{"name":"CLS_CONTAINER_INFORMATION","features":[325]},{"name":"CLS_CONTEXT_MODE","features":[325]},{"name":"CLS_INFORMATION","features":[325]},{"name":"CLS_IOSTATS_CLASS","features":[325]},{"name":"CLS_IO_STATISTICS","features":[325]},{"name":"CLS_IO_STATISTICS_HEADER","features":[325]},{"name":"CLS_LOG_INFORMATION_CLASS","features":[325]},{"name":"CLS_LSN","features":[325]},{"name":"CLS_SCAN_CONTEXT","features":[305,325]},{"name":"CLS_WRITE_ENTRY","features":[325]},{"name":"COMPRESSION_FORMAT","features":[325]},{"name":"COMPRESSION_FORMAT_DEFAULT","features":[325]},{"name":"COMPRESSION_FORMAT_LZNT1","features":[325]},{"name":"COMPRESSION_FORMAT_NONE","features":[325]},{"name":"COMPRESSION_FORMAT_XP10","features":[325]},{"name":"COMPRESSION_FORMAT_XPRESS","features":[325]},{"name":"COMPRESSION_FORMAT_XPRESS_HUFF","features":[325]},{"name":"CONNECTION_INFO_0","features":[325]},{"name":"CONNECTION_INFO_1","features":[325]},{"name":"COPYFILE2_CALLBACK_CHUNK_FINISHED","features":[325]},{"name":"COPYFILE2_CALLBACK_CHUNK_STARTED","features":[325]},{"name":"COPYFILE2_CALLBACK_ERROR","features":[325]},{"name":"COPYFILE2_CALLBACK_MAX","features":[325]},{"name":"COPYFILE2_CALLBACK_NONE","features":[325]},{"name":"COPYFILE2_CALLBACK_POLL_CONTINUE","features":[325]},{"name":"COPYFILE2_CALLBACK_STREAM_FINISHED","features":[325]},{"name":"COPYFILE2_CALLBACK_STREAM_STARTED","features":[325]},{"name":"COPYFILE2_COPY_PHASE","features":[325]},{"name":"COPYFILE2_EXTENDED_PARAMETERS","features":[305,325]},{"name":"COPYFILE2_EXTENDED_PARAMETERS_V2","features":[305,325]},{"name":"COPYFILE2_IO_CYCLE_SIZE_MAX","features":[325]},{"name":"COPYFILE2_IO_CYCLE_SIZE_MIN","features":[325]},{"name":"COPYFILE2_IO_RATE_MIN","features":[325]},{"name":"COPYFILE2_MESSAGE","features":[305,325]},{"name":"COPYFILE2_MESSAGE_ACTION","features":[325]},{"name":"COPYFILE2_MESSAGE_COPY_OFFLOAD","features":[325]},{"name":"COPYFILE2_MESSAGE_TYPE","features":[325]},{"name":"COPYFILE2_PHASE_MAX","features":[325]},{"name":"COPYFILE2_PHASE_NAMEGRAFT_COPY","features":[325]},{"name":"COPYFILE2_PHASE_NONE","features":[325]},{"name":"COPYFILE2_PHASE_PREPARE_DEST","features":[325]},{"name":"COPYFILE2_PHASE_PREPARE_SOURCE","features":[325]},{"name":"COPYFILE2_PHASE_READ_SOURCE","features":[325]},{"name":"COPYFILE2_PHASE_SERVER_COPY","features":[325]},{"name":"COPYFILE2_PHASE_WRITE_DESTINATION","features":[325]},{"name":"COPYFILE2_PROGRESS_CANCEL","features":[325]},{"name":"COPYFILE2_PROGRESS_CONTINUE","features":[325]},{"name":"COPYFILE2_PROGRESS_PAUSE","features":[325]},{"name":"COPYFILE2_PROGRESS_QUIET","features":[325]},{"name":"COPYFILE2_PROGRESS_STOP","features":[325]},{"name":"COPYFILE2_V2_FLAGS","features":[325]},{"name":"COPYFILE_FLAGS","features":[325]},{"name":"COPYPROGRESSROUTINE_PROGRESS","features":[325]},{"name":"COPY_FILE2_V2_DONT_COPY_JUNCTIONS","features":[325]},{"name":"COPY_FILE2_V2_VALID_FLAGS","features":[325]},{"name":"COPY_FILE_ALLOW_DECRYPTED_DESTINATION","features":[325]},{"name":"COPY_FILE_COPY_SYMLINK","features":[325]},{"name":"COPY_FILE_DIRECTORY","features":[325]},{"name":"COPY_FILE_DISABLE_PRE_ALLOCATION","features":[325]},{"name":"COPY_FILE_DONT_REQUEST_DEST_WRITE_DAC","features":[325]},{"name":"COPY_FILE_ENABLE_LOW_FREE_SPACE_MODE","features":[325]},{"name":"COPY_FILE_ENABLE_SPARSE_COPY","features":[325]},{"name":"COPY_FILE_FAIL_IF_EXISTS","features":[325]},{"name":"COPY_FILE_IGNORE_EDP_BLOCK","features":[325]},{"name":"COPY_FILE_IGNORE_SOURCE_ENCRYPTION","features":[325]},{"name":"COPY_FILE_NO_BUFFERING","features":[325]},{"name":"COPY_FILE_NO_OFFLOAD","features":[325]},{"name":"COPY_FILE_OPEN_AND_COPY_REPARSE_POINT","features":[325]},{"name":"COPY_FILE_OPEN_SOURCE_FOR_WRITE","features":[325]},{"name":"COPY_FILE_REQUEST_COMPRESSED_TRAFFIC","features":[325]},{"name":"COPY_FILE_REQUEST_SECURITY_PRIVILEGES","features":[325]},{"name":"COPY_FILE_RESTARTABLE","features":[325]},{"name":"COPY_FILE_RESUME_FROM_PAUSE","features":[325]},{"name":"COPY_FILE_SKIP_ALTERNATE_STREAMS","features":[325]},{"name":"CREATEFILE2_EXTENDED_PARAMETERS","features":[305,309,325]},{"name":"CREATE_ALWAYS","features":[325]},{"name":"CREATE_NEW","features":[325]},{"name":"CREATE_TAPE_PARTITION_METHOD","features":[325]},{"name":"CRM_PROTOCOL_DYNAMIC_MARSHAL_INFO","features":[325]},{"name":"CRM_PROTOCOL_EXPLICIT_MARSHAL_ONLY","features":[325]},{"name":"CRM_PROTOCOL_MAXIMUM_OPTION","features":[325]},{"name":"CSC_CACHE_AUTO_REINT","features":[325]},{"name":"CSC_CACHE_MANUAL_REINT","features":[325]},{"name":"CSC_CACHE_NONE","features":[325]},{"name":"CSC_CACHE_VDO","features":[325]},{"name":"CSC_MASK","features":[325]},{"name":"CSC_MASK_EXT","features":[325]},{"name":"CSV_BLOCK_AND_FILE_CACHE_CALLBACK_VERSION","features":[325]},{"name":"CSV_BLOCK_CACHE_CALLBACK_VERSION","features":[325]},{"name":"CheckNameLegalDOS8Dot3A","features":[305,325]},{"name":"CheckNameLegalDOS8Dot3W","features":[305,325]},{"name":"ClfsClientRecord","features":[325]},{"name":"ClfsContainerActive","features":[325]},{"name":"ClfsContainerActivePendingDelete","features":[325]},{"name":"ClfsContainerInactive","features":[325]},{"name":"ClfsContainerInitializing","features":[325]},{"name":"ClfsContainerPendingArchive","features":[325]},{"name":"ClfsContainerPendingArchiveAndDelete","features":[325]},{"name":"ClfsContextForward","features":[325]},{"name":"ClfsContextNone","features":[325]},{"name":"ClfsContextPrevious","features":[325]},{"name":"ClfsContextUndoNext","features":[325]},{"name":"ClfsDataRecord","features":[325]},{"name":"ClfsIoStatsDefault","features":[325]},{"name":"ClfsIoStatsMax","features":[325]},{"name":"ClfsLogArchiveDisabled","features":[325]},{"name":"ClfsLogArchiveEnabled","features":[325]},{"name":"ClfsLogBasicInformation","features":[325]},{"name":"ClfsLogBasicInformationPhysical","features":[325]},{"name":"ClfsLogPhysicalLsnInformation","features":[325]},{"name":"ClfsLogPhysicalNameInformation","features":[325]},{"name":"ClfsLogStreamIdentifierInformation","features":[325]},{"name":"ClfsLogSystemMarkingInformation","features":[325]},{"name":"ClfsMgmtAdvanceTailNotification","features":[325]},{"name":"ClfsMgmtLogFullHandlerNotification","features":[325]},{"name":"ClfsMgmtLogUnpinnedNotification","features":[325]},{"name":"ClfsMgmtLogWriteNotification","features":[325]},{"name":"ClfsMgmtPolicyAutoGrow","features":[325]},{"name":"ClfsMgmtPolicyAutoShrink","features":[325]},{"name":"ClfsMgmtPolicyGrowthRate","features":[325]},{"name":"ClfsMgmtPolicyInvalid","features":[325]},{"name":"ClfsMgmtPolicyLogTail","features":[325]},{"name":"ClfsMgmtPolicyMaximumSize","features":[325]},{"name":"ClfsMgmtPolicyMinimumSize","features":[325]},{"name":"ClfsMgmtPolicyNewContainerExtension","features":[325]},{"name":"ClfsMgmtPolicyNewContainerPrefix","features":[325]},{"name":"ClfsMgmtPolicyNewContainerSize","features":[325]},{"name":"ClfsMgmtPolicyNewContainerSuffix","features":[325]},{"name":"ClfsNullRecord","features":[325]},{"name":"ClfsRestartRecord","features":[325]},{"name":"CloseAndResetLogFile","features":[305,325]},{"name":"CloseEncryptedFileRaw","features":[325]},{"name":"CloseIoRing","features":[325]},{"name":"ClsContainerActive","features":[325]},{"name":"ClsContainerActivePendingDelete","features":[325]},{"name":"ClsContainerInactive","features":[325]},{"name":"ClsContainerInitializing","features":[325]},{"name":"ClsContainerPendingArchive","features":[325]},{"name":"ClsContainerPendingArchiveAndDelete","features":[325]},{"name":"ClsContextForward","features":[325]},{"name":"ClsContextNone","features":[325]},{"name":"ClsContextPrevious","features":[325]},{"name":"ClsContextUndoNext","features":[325]},{"name":"ClsIoStatsDefault","features":[325]},{"name":"ClsIoStatsMax","features":[325]},{"name":"CommitComplete","features":[305,325]},{"name":"CommitEnlistment","features":[305,325]},{"name":"CommitTransaction","features":[305,325]},{"name":"CommitTransactionAsync","features":[305,325]},{"name":"CompareFileTime","features":[305,325]},{"name":"CopyFile2","features":[305,325]},{"name":"CopyFileA","features":[305,325]},{"name":"CopyFileExA","features":[305,325]},{"name":"CopyFileExW","features":[305,325]},{"name":"CopyFileFromAppW","features":[305,325]},{"name":"CopyFileTransactedA","features":[305,325]},{"name":"CopyFileTransactedW","features":[305,325]},{"name":"CopyFileW","features":[305,325]},{"name":"CopyLZFile","features":[325]},{"name":"CreateDirectoryA","features":[305,309,325]},{"name":"CreateDirectoryExA","features":[305,309,325]},{"name":"CreateDirectoryExW","features":[305,309,325]},{"name":"CreateDirectoryFromAppW","features":[305,309,325]},{"name":"CreateDirectoryTransactedA","features":[305,309,325]},{"name":"CreateDirectoryTransactedW","features":[305,309,325]},{"name":"CreateDirectoryW","features":[305,309,325]},{"name":"CreateEnlistment","features":[305,309,325]},{"name":"CreateFile2","features":[305,309,325]},{"name":"CreateFile2FromAppW","features":[305,309,325]},{"name":"CreateFileA","features":[305,309,325]},{"name":"CreateFileFromAppW","features":[305,309,325]},{"name":"CreateFileTransactedA","features":[305,309,325]},{"name":"CreateFileTransactedW","features":[305,309,325]},{"name":"CreateFileW","features":[305,309,325]},{"name":"CreateHardLinkA","features":[305,309,325]},{"name":"CreateHardLinkTransactedA","features":[305,309,325]},{"name":"CreateHardLinkTransactedW","features":[305,309,325]},{"name":"CreateHardLinkW","features":[305,309,325]},{"name":"CreateIoRing","features":[325]},{"name":"CreateLogContainerScanContext","features":[305,325,311]},{"name":"CreateLogFile","features":[305,309,325]},{"name":"CreateLogMarshallingArea","features":[305,325]},{"name":"CreateResourceManager","features":[305,309,325]},{"name":"CreateSymbolicLinkA","features":[305,325]},{"name":"CreateSymbolicLinkTransactedA","features":[305,325]},{"name":"CreateSymbolicLinkTransactedW","features":[305,325]},{"name":"CreateSymbolicLinkW","features":[305,325]},{"name":"CreateTapePartition","features":[305,325]},{"name":"CreateTransaction","features":[305,309,325]},{"name":"CreateTransactionManager","features":[305,309,325]},{"name":"DDD_EXACT_MATCH_ON_REMOVE","features":[325]},{"name":"DDD_LUID_BROADCAST_DRIVE","features":[325]},{"name":"DDD_NO_BROADCAST_SYSTEM","features":[325]},{"name":"DDD_RAW_TARGET_PATH","features":[325]},{"name":"DDD_REMOVE_DEFINITION","features":[325]},{"name":"DEFINE_DOS_DEVICE_FLAGS","features":[325]},{"name":"DELETE","features":[325]},{"name":"DISKQUOTA_FILESTATE_INCOMPLETE","features":[325]},{"name":"DISKQUOTA_FILESTATE_MASK","features":[325]},{"name":"DISKQUOTA_FILESTATE_REBUILDING","features":[325]},{"name":"DISKQUOTA_LOGFLAG_USER_LIMIT","features":[325]},{"name":"DISKQUOTA_LOGFLAG_USER_THRESHOLD","features":[325]},{"name":"DISKQUOTA_STATE_DISABLED","features":[325]},{"name":"DISKQUOTA_STATE_ENFORCE","features":[325]},{"name":"DISKQUOTA_STATE_MASK","features":[325]},{"name":"DISKQUOTA_STATE_TRACK","features":[325]},{"name":"DISKQUOTA_USERNAME_RESOLVE","features":[325]},{"name":"DISKQUOTA_USERNAME_RESOLVE_ASYNC","features":[325]},{"name":"DISKQUOTA_USERNAME_RESOLVE_NONE","features":[325]},{"name":"DISKQUOTA_USERNAME_RESOLVE_SYNC","features":[325]},{"name":"DISKQUOTA_USER_ACCOUNT_DELETED","features":[325]},{"name":"DISKQUOTA_USER_ACCOUNT_INVALID","features":[325]},{"name":"DISKQUOTA_USER_ACCOUNT_RESOLVED","features":[325]},{"name":"DISKQUOTA_USER_ACCOUNT_UNAVAILABLE","features":[325]},{"name":"DISKQUOTA_USER_ACCOUNT_UNKNOWN","features":[325]},{"name":"DISKQUOTA_USER_ACCOUNT_UNRESOLVED","features":[325]},{"name":"DISKQUOTA_USER_INFORMATION","features":[325]},{"name":"DISK_SPACE_INFORMATION","features":[325]},{"name":"DecryptFileA","features":[305,325]},{"name":"DecryptFileW","features":[305,325]},{"name":"DefineDosDeviceA","features":[305,325]},{"name":"DefineDosDeviceW","features":[305,325]},{"name":"DeleteFileA","features":[305,325]},{"name":"DeleteFileFromAppW","features":[305,325]},{"name":"DeleteFileTransactedA","features":[305,325]},{"name":"DeleteFileTransactedW","features":[305,325]},{"name":"DeleteFileW","features":[305,325]},{"name":"DeleteLogByHandle","features":[305,325]},{"name":"DeleteLogFile","features":[305,325]},{"name":"DeleteLogMarshallingArea","features":[305,325]},{"name":"DeleteVolumeMountPointA","features":[305,325]},{"name":"DeleteVolumeMountPointW","features":[305,325]},{"name":"DeregisterManageableLogClient","features":[305,325]},{"name":"DuplicateEncryptionInfoFile","features":[305,309,325]},{"name":"EA_CONTAINER_NAME","features":[325]},{"name":"EA_CONTAINER_SIZE","features":[325]},{"name":"EFS_CERTIFICATE_BLOB","features":[325]},{"name":"EFS_COMPATIBILITY_INFO","features":[325]},{"name":"EFS_COMPATIBILITY_VERSION_NCRYPT_PROTECTOR","features":[325]},{"name":"EFS_COMPATIBILITY_VERSION_PFILE_PROTECTOR","features":[325]},{"name":"EFS_DECRYPTION_STATUS_INFO","features":[325]},{"name":"EFS_EFS_SUBVER_EFS_CERT","features":[325]},{"name":"EFS_ENCRYPTION_STATUS_INFO","features":[305,325]},{"name":"EFS_HASH_BLOB","features":[325]},{"name":"EFS_KEY_INFO","features":[398,325]},{"name":"EFS_METADATA_ADD_USER","features":[325]},{"name":"EFS_METADATA_GENERAL_OP","features":[325]},{"name":"EFS_METADATA_REMOVE_USER","features":[325]},{"name":"EFS_METADATA_REPLACE_USER","features":[325]},{"name":"EFS_PFILE_SUBVER_APPX","features":[325]},{"name":"EFS_PFILE_SUBVER_RMS","features":[325]},{"name":"EFS_PIN_BLOB","features":[325]},{"name":"EFS_RPC_BLOB","features":[325]},{"name":"EFS_SUBVER_UNKNOWN","features":[325]},{"name":"EFS_VERSION_INFO","features":[325]},{"name":"ENCRYPTED_FILE_METADATA_SIGNATURE","features":[309,325]},{"name":"ENCRYPTION_CERTIFICATE","features":[309,325]},{"name":"ENCRYPTION_CERTIFICATE_HASH","features":[309,325]},{"name":"ENCRYPTION_CERTIFICATE_HASH_LIST","features":[309,325]},{"name":"ENCRYPTION_CERTIFICATE_LIST","features":[309,325]},{"name":"ENCRYPTION_PROTECTOR","features":[309,325]},{"name":"ENCRYPTION_PROTECTOR_LIST","features":[309,325]},{"name":"ENLISTMENT_MAXIMUM_OPTION","features":[325]},{"name":"ENLISTMENT_OBJECT_PATH","features":[325]},{"name":"ENLISTMENT_SUPERIOR","features":[325]},{"name":"ERASE_TAPE_TYPE","features":[325]},{"name":"EncryptFileA","features":[305,325]},{"name":"EncryptFileW","features":[305,325]},{"name":"EncryptionDisable","features":[305,325]},{"name":"EraseTape","features":[305,325]},{"name":"ExtendedFileIdType","features":[325]},{"name":"FCACHE_CREATE_CALLBACK","features":[305,325]},{"name":"FCACHE_RICHCREATE_CALLBACK","features":[305,325]},{"name":"FH_OVERLAPPED","features":[305,325]},{"name":"FILE_ACCESS_RIGHTS","features":[325]},{"name":"FILE_ACTION","features":[325]},{"name":"FILE_ACTION_ADDED","features":[325]},{"name":"FILE_ACTION_MODIFIED","features":[325]},{"name":"FILE_ACTION_REMOVED","features":[325]},{"name":"FILE_ACTION_RENAMED_NEW_NAME","features":[325]},{"name":"FILE_ACTION_RENAMED_OLD_NAME","features":[325]},{"name":"FILE_ADD_FILE","features":[325]},{"name":"FILE_ADD_SUBDIRECTORY","features":[325]},{"name":"FILE_ALIGNMENT_INFO","features":[325]},{"name":"FILE_ALLOCATION_INFO","features":[325]},{"name":"FILE_ALL_ACCESS","features":[325]},{"name":"FILE_APPEND_DATA","features":[325]},{"name":"FILE_ATTRIBUTE_ARCHIVE","features":[325]},{"name":"FILE_ATTRIBUTE_COMPRESSED","features":[325]},{"name":"FILE_ATTRIBUTE_DEVICE","features":[325]},{"name":"FILE_ATTRIBUTE_DIRECTORY","features":[325]},{"name":"FILE_ATTRIBUTE_EA","features":[325]},{"name":"FILE_ATTRIBUTE_ENCRYPTED","features":[325]},{"name":"FILE_ATTRIBUTE_HIDDEN","features":[325]},{"name":"FILE_ATTRIBUTE_INTEGRITY_STREAM","features":[325]},{"name":"FILE_ATTRIBUTE_NORMAL","features":[325]},{"name":"FILE_ATTRIBUTE_NOT_CONTENT_INDEXED","features":[325]},{"name":"FILE_ATTRIBUTE_NO_SCRUB_DATA","features":[325]},{"name":"FILE_ATTRIBUTE_OFFLINE","features":[325]},{"name":"FILE_ATTRIBUTE_PINNED","features":[325]},{"name":"FILE_ATTRIBUTE_READONLY","features":[325]},{"name":"FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS","features":[325]},{"name":"FILE_ATTRIBUTE_RECALL_ON_OPEN","features":[325]},{"name":"FILE_ATTRIBUTE_REPARSE_POINT","features":[325]},{"name":"FILE_ATTRIBUTE_SPARSE_FILE","features":[325]},{"name":"FILE_ATTRIBUTE_SYSTEM","features":[325]},{"name":"FILE_ATTRIBUTE_TAG_INFO","features":[325]},{"name":"FILE_ATTRIBUTE_TEMPORARY","features":[325]},{"name":"FILE_ATTRIBUTE_UNPINNED","features":[325]},{"name":"FILE_ATTRIBUTE_VIRTUAL","features":[325]},{"name":"FILE_BASIC_INFO","features":[325]},{"name":"FILE_BEGIN","features":[325]},{"name":"FILE_CASE_SENSITIVE_INFO","features":[325]},{"name":"FILE_COMPRESSION_INFO","features":[325]},{"name":"FILE_CREATE_PIPE_INSTANCE","features":[325]},{"name":"FILE_CREATION_DISPOSITION","features":[325]},{"name":"FILE_CURRENT","features":[325]},{"name":"FILE_DELETE_CHILD","features":[325]},{"name":"FILE_DEVICE_CD_ROM","features":[325]},{"name":"FILE_DEVICE_DISK","features":[325]},{"name":"FILE_DEVICE_DVD","features":[325]},{"name":"FILE_DEVICE_TAPE","features":[325]},{"name":"FILE_DEVICE_TYPE","features":[325]},{"name":"FILE_DISPOSITION_FLAG_DELETE","features":[325]},{"name":"FILE_DISPOSITION_FLAG_DO_NOT_DELETE","features":[325]},{"name":"FILE_DISPOSITION_FLAG_FORCE_IMAGE_SECTION_CHECK","features":[325]},{"name":"FILE_DISPOSITION_FLAG_IGNORE_READONLY_ATTRIBUTE","features":[325]},{"name":"FILE_DISPOSITION_FLAG_ON_CLOSE","features":[325]},{"name":"FILE_DISPOSITION_FLAG_POSIX_SEMANTICS","features":[325]},{"name":"FILE_DISPOSITION_INFO","features":[305,325]},{"name":"FILE_DISPOSITION_INFO_EX","features":[325]},{"name":"FILE_DISPOSITION_INFO_EX_FLAGS","features":[325]},{"name":"FILE_END","features":[325]},{"name":"FILE_END_OF_FILE_INFO","features":[325]},{"name":"FILE_EXECUTE","features":[325]},{"name":"FILE_EXTENT","features":[325]},{"name":"FILE_FLAGS_AND_ATTRIBUTES","features":[325]},{"name":"FILE_FLAG_BACKUP_SEMANTICS","features":[325]},{"name":"FILE_FLAG_DELETE_ON_CLOSE","features":[325]},{"name":"FILE_FLAG_FIRST_PIPE_INSTANCE","features":[325]},{"name":"FILE_FLAG_NO_BUFFERING","features":[325]},{"name":"FILE_FLAG_OPEN_NO_RECALL","features":[325]},{"name":"FILE_FLAG_OPEN_REPARSE_POINT","features":[325]},{"name":"FILE_FLAG_OVERLAPPED","features":[325]},{"name":"FILE_FLAG_POSIX_SEMANTICS","features":[325]},{"name":"FILE_FLAG_RANDOM_ACCESS","features":[325]},{"name":"FILE_FLAG_SEQUENTIAL_SCAN","features":[325]},{"name":"FILE_FLAG_SESSION_AWARE","features":[325]},{"name":"FILE_FLAG_WRITE_THROUGH","features":[325]},{"name":"FILE_FLUSH_DATA","features":[325]},{"name":"FILE_FLUSH_DEFAULT","features":[325]},{"name":"FILE_FLUSH_MIN_METADATA","features":[325]},{"name":"FILE_FLUSH_MODE","features":[325]},{"name":"FILE_FLUSH_NO_SYNC","features":[325]},{"name":"FILE_FULL_DIR_INFO","features":[325]},{"name":"FILE_GENERIC_EXECUTE","features":[325]},{"name":"FILE_GENERIC_READ","features":[325]},{"name":"FILE_GENERIC_WRITE","features":[325]},{"name":"FILE_ID_128","features":[325]},{"name":"FILE_ID_BOTH_DIR_INFO","features":[325]},{"name":"FILE_ID_DESCRIPTOR","features":[325]},{"name":"FILE_ID_EXTD_DIR_INFO","features":[325]},{"name":"FILE_ID_INFO","features":[325]},{"name":"FILE_ID_TYPE","features":[325]},{"name":"FILE_INFO_2","features":[325]},{"name":"FILE_INFO_3","features":[325]},{"name":"FILE_INFO_BY_HANDLE_CLASS","features":[325]},{"name":"FILE_INFO_FLAGS_PERMISSIONS","features":[325]},{"name":"FILE_IO_PRIORITY_HINT_INFO","features":[325]},{"name":"FILE_LIST_DIRECTORY","features":[325]},{"name":"FILE_NAME_INFO","features":[325]},{"name":"FILE_NAME_NORMALIZED","features":[325]},{"name":"FILE_NAME_OPENED","features":[325]},{"name":"FILE_NOTIFY_CHANGE","features":[325]},{"name":"FILE_NOTIFY_CHANGE_ATTRIBUTES","features":[325]},{"name":"FILE_NOTIFY_CHANGE_CREATION","features":[325]},{"name":"FILE_NOTIFY_CHANGE_DIR_NAME","features":[325]},{"name":"FILE_NOTIFY_CHANGE_FILE_NAME","features":[325]},{"name":"FILE_NOTIFY_CHANGE_LAST_ACCESS","features":[325]},{"name":"FILE_NOTIFY_CHANGE_LAST_WRITE","features":[325]},{"name":"FILE_NOTIFY_CHANGE_SECURITY","features":[325]},{"name":"FILE_NOTIFY_CHANGE_SIZE","features":[325]},{"name":"FILE_NOTIFY_EXTENDED_INFORMATION","features":[325]},{"name":"FILE_NOTIFY_INFORMATION","features":[325]},{"name":"FILE_PROVIDER_COMPRESSION_LZX","features":[325]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS16K","features":[325]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS4K","features":[325]},{"name":"FILE_PROVIDER_COMPRESSION_XPRESS8K","features":[325]},{"name":"FILE_READ_ATTRIBUTES","features":[325]},{"name":"FILE_READ_DATA","features":[325]},{"name":"FILE_READ_EA","features":[325]},{"name":"FILE_REMOTE_PROTOCOL_INFO","features":[325]},{"name":"FILE_RENAME_INFO","features":[305,325]},{"name":"FILE_SEGMENT_ELEMENT","features":[325]},{"name":"FILE_SHARE_DELETE","features":[325]},{"name":"FILE_SHARE_MODE","features":[325]},{"name":"FILE_SHARE_NONE","features":[325]},{"name":"FILE_SHARE_READ","features":[325]},{"name":"FILE_SHARE_WRITE","features":[325]},{"name":"FILE_STANDARD_INFO","features":[305,325]},{"name":"FILE_STORAGE_INFO","features":[325]},{"name":"FILE_STREAM_INFO","features":[325]},{"name":"FILE_TRAVERSE","features":[325]},{"name":"FILE_TYPE","features":[325]},{"name":"FILE_TYPE_CHAR","features":[325]},{"name":"FILE_TYPE_DISK","features":[325]},{"name":"FILE_TYPE_PIPE","features":[325]},{"name":"FILE_TYPE_REMOTE","features":[325]},{"name":"FILE_TYPE_UNKNOWN","features":[325]},{"name":"FILE_VER_GET_LOCALISED","features":[325]},{"name":"FILE_VER_GET_NEUTRAL","features":[325]},{"name":"FILE_VER_GET_PREFETCHED","features":[325]},{"name":"FILE_WRITE_ATTRIBUTES","features":[325]},{"name":"FILE_WRITE_DATA","features":[325]},{"name":"FILE_WRITE_EA","features":[325]},{"name":"FILE_WRITE_FLAGS","features":[325]},{"name":"FILE_WRITE_FLAGS_NONE","features":[325]},{"name":"FILE_WRITE_FLAGS_WRITE_THROUGH","features":[325]},{"name":"FINDEX_INFO_LEVELS","features":[325]},{"name":"FINDEX_SEARCH_OPS","features":[325]},{"name":"FIND_FIRST_EX_CASE_SENSITIVE","features":[325]},{"name":"FIND_FIRST_EX_FLAGS","features":[325]},{"name":"FIND_FIRST_EX_LARGE_FETCH","features":[325]},{"name":"FIND_FIRST_EX_ON_DISK_ENTRIES_ONLY","features":[325]},{"name":"FIO_CONTEXT","features":[305,325]},{"name":"FileAlignmentInfo","features":[325]},{"name":"FileAllocationInfo","features":[325]},{"name":"FileAttributeTagInfo","features":[325]},{"name":"FileBasicInfo","features":[325]},{"name":"FileCaseSensitiveInfo","features":[325]},{"name":"FileCompressionInfo","features":[325]},{"name":"FileDispositionInfo","features":[325]},{"name":"FileDispositionInfoEx","features":[325]},{"name":"FileEncryptionStatusA","features":[305,325]},{"name":"FileEncryptionStatusW","features":[305,325]},{"name":"FileEndOfFileInfo","features":[325]},{"name":"FileFullDirectoryInfo","features":[325]},{"name":"FileFullDirectoryRestartInfo","features":[325]},{"name":"FileIdBothDirectoryInfo","features":[325]},{"name":"FileIdBothDirectoryRestartInfo","features":[325]},{"name":"FileIdExtdDirectoryInfo","features":[325]},{"name":"FileIdExtdDirectoryRestartInfo","features":[325]},{"name":"FileIdInfo","features":[325]},{"name":"FileIdType","features":[325]},{"name":"FileIoPriorityHintInfo","features":[325]},{"name":"FileNameInfo","features":[325]},{"name":"FileNormalizedNameInfo","features":[325]},{"name":"FileRemoteProtocolInfo","features":[325]},{"name":"FileRenameInfo","features":[325]},{"name":"FileRenameInfoEx","features":[325]},{"name":"FileStandardInfo","features":[325]},{"name":"FileStorageInfo","features":[325]},{"name":"FileStreamInfo","features":[325]},{"name":"FileTimeToLocalFileTime","features":[305,325]},{"name":"FindClose","features":[305,325]},{"name":"FindCloseChangeNotification","features":[305,325]},{"name":"FindExInfoBasic","features":[325]},{"name":"FindExInfoMaxInfoLevel","features":[325]},{"name":"FindExInfoStandard","features":[325]},{"name":"FindExSearchLimitToDevices","features":[325]},{"name":"FindExSearchLimitToDirectories","features":[325]},{"name":"FindExSearchMaxSearchOp","features":[325]},{"name":"FindExSearchNameMatch","features":[325]},{"name":"FindFirstChangeNotificationA","features":[305,325]},{"name":"FindFirstChangeNotificationW","features":[305,325]},{"name":"FindFirstFileA","features":[305,325]},{"name":"FindFirstFileExA","features":[305,325]},{"name":"FindFirstFileExFromAppW","features":[305,325]},{"name":"FindFirstFileExW","features":[305,325]},{"name":"FindFirstFileNameTransactedW","features":[305,325]},{"name":"FindFirstFileNameW","features":[305,325]},{"name":"FindFirstFileTransactedA","features":[305,325]},{"name":"FindFirstFileTransactedW","features":[305,325]},{"name":"FindFirstFileW","features":[305,325]},{"name":"FindFirstStreamTransactedW","features":[305,325]},{"name":"FindFirstStreamW","features":[305,325]},{"name":"FindFirstVolumeA","features":[305,325]},{"name":"FindFirstVolumeMountPointA","features":[305,325]},{"name":"FindFirstVolumeMountPointW","features":[305,325]},{"name":"FindFirstVolumeW","features":[305,325]},{"name":"FindNextChangeNotification","features":[305,325]},{"name":"FindNextFileA","features":[305,325]},{"name":"FindNextFileNameW","features":[305,325]},{"name":"FindNextFileW","features":[305,325]},{"name":"FindNextStreamW","features":[305,325]},{"name":"FindNextVolumeA","features":[305,325]},{"name":"FindNextVolumeMountPointA","features":[305,325]},{"name":"FindNextVolumeMountPointW","features":[305,325]},{"name":"FindNextVolumeW","features":[305,325]},{"name":"FindStreamInfoMaxInfoLevel","features":[325]},{"name":"FindStreamInfoStandard","features":[325]},{"name":"FindVolumeClose","features":[305,325]},{"name":"FindVolumeMountPointClose","features":[305,325]},{"name":"FlushFileBuffers","features":[305,325]},{"name":"FlushLogBuffers","features":[305,325,311]},{"name":"FlushLogToLsn","features":[305,325,311]},{"name":"FreeEncryptedFileMetadata","features":[325]},{"name":"FreeEncryptionCertificateHashList","features":[309,325]},{"name":"FreeReservedLog","features":[305,325]},{"name":"GETFINALPATHNAMEBYHANDLE_FLAGS","features":[325]},{"name":"GET_FILEEX_INFO_LEVELS","features":[325]},{"name":"GET_FILE_VERSION_INFO_FLAGS","features":[325]},{"name":"GET_TAPE_DRIVE_INFORMATION","features":[325]},{"name":"GET_TAPE_DRIVE_PARAMETERS_OPERATION","features":[325]},{"name":"GET_TAPE_MEDIA_INFORMATION","features":[325]},{"name":"GetBinaryTypeA","features":[305,325]},{"name":"GetBinaryTypeW","features":[305,325]},{"name":"GetCompressedFileSizeA","features":[325]},{"name":"GetCompressedFileSizeTransactedA","features":[305,325]},{"name":"GetCompressedFileSizeTransactedW","features":[305,325]},{"name":"GetCompressedFileSizeW","features":[325]},{"name":"GetCurrentClockTransactionManager","features":[305,325]},{"name":"GetDiskFreeSpaceA","features":[305,325]},{"name":"GetDiskFreeSpaceExA","features":[305,325]},{"name":"GetDiskFreeSpaceExW","features":[305,325]},{"name":"GetDiskFreeSpaceW","features":[305,325]},{"name":"GetDiskSpaceInformationA","features":[325]},{"name":"GetDiskSpaceInformationW","features":[325]},{"name":"GetDriveTypeA","features":[325]},{"name":"GetDriveTypeW","features":[325]},{"name":"GetEncryptedFileMetadata","features":[325]},{"name":"GetEnlistmentId","features":[305,325]},{"name":"GetEnlistmentRecoveryInformation","features":[305,325]},{"name":"GetExpandedNameA","features":[325]},{"name":"GetExpandedNameW","features":[325]},{"name":"GetFileAttributesA","features":[325]},{"name":"GetFileAttributesExA","features":[305,325]},{"name":"GetFileAttributesExFromAppW","features":[305,325]},{"name":"GetFileAttributesExW","features":[305,325]},{"name":"GetFileAttributesTransactedA","features":[305,325]},{"name":"GetFileAttributesTransactedW","features":[305,325]},{"name":"GetFileAttributesW","features":[325]},{"name":"GetFileBandwidthReservation","features":[305,325]},{"name":"GetFileExInfoStandard","features":[325]},{"name":"GetFileExMaxInfoLevel","features":[325]},{"name":"GetFileInformationByHandle","features":[305,325]},{"name":"GetFileInformationByHandleEx","features":[305,325]},{"name":"GetFileSize","features":[305,325]},{"name":"GetFileSizeEx","features":[305,325]},{"name":"GetFileTime","features":[305,325]},{"name":"GetFileType","features":[305,325]},{"name":"GetFileVersionInfoA","features":[305,325]},{"name":"GetFileVersionInfoExA","features":[305,325]},{"name":"GetFileVersionInfoExW","features":[305,325]},{"name":"GetFileVersionInfoSizeA","features":[325]},{"name":"GetFileVersionInfoSizeExA","features":[325]},{"name":"GetFileVersionInfoSizeExW","features":[325]},{"name":"GetFileVersionInfoSizeW","features":[325]},{"name":"GetFileVersionInfoW","features":[305,325]},{"name":"GetFinalPathNameByHandleA","features":[305,325]},{"name":"GetFinalPathNameByHandleW","features":[305,325]},{"name":"GetFullPathNameA","features":[325]},{"name":"GetFullPathNameTransactedA","features":[305,325]},{"name":"GetFullPathNameTransactedW","features":[305,325]},{"name":"GetFullPathNameW","features":[325]},{"name":"GetIoRingInfo","features":[325]},{"name":"GetLogContainerName","features":[305,325]},{"name":"GetLogFileInformation","features":[305,325]},{"name":"GetLogIoStatistics","features":[305,325]},{"name":"GetLogReservationInfo","features":[305,325]},{"name":"GetLogicalDriveStringsA","features":[325]},{"name":"GetLogicalDriveStringsW","features":[325]},{"name":"GetLogicalDrives","features":[325]},{"name":"GetLongPathNameA","features":[325]},{"name":"GetLongPathNameTransactedA","features":[305,325]},{"name":"GetLongPathNameTransactedW","features":[305,325]},{"name":"GetLongPathNameW","features":[325]},{"name":"GetNextLogArchiveExtent","features":[305,325]},{"name":"GetNotificationResourceManager","features":[305,325]},{"name":"GetNotificationResourceManagerAsync","features":[305,325,311]},{"name":"GetShortPathNameA","features":[325]},{"name":"GetShortPathNameW","features":[325]},{"name":"GetTapeParameters","features":[305,325]},{"name":"GetTapePosition","features":[305,325]},{"name":"GetTapeStatus","features":[305,325]},{"name":"GetTempFileNameA","features":[325]},{"name":"GetTempFileNameW","features":[325]},{"name":"GetTempPath2A","features":[325]},{"name":"GetTempPath2W","features":[325]},{"name":"GetTempPathA","features":[325]},{"name":"GetTempPathW","features":[325]},{"name":"GetTransactionId","features":[305,325]},{"name":"GetTransactionInformation","features":[305,325]},{"name":"GetTransactionManagerId","features":[305,325]},{"name":"GetVolumeInformationA","features":[305,325]},{"name":"GetVolumeInformationByHandleW","features":[305,325]},{"name":"GetVolumeInformationW","features":[305,325]},{"name":"GetVolumeNameForVolumeMountPointA","features":[305,325]},{"name":"GetVolumeNameForVolumeMountPointW","features":[305,325]},{"name":"GetVolumePathNameA","features":[305,325]},{"name":"GetVolumePathNameW","features":[305,325]},{"name":"GetVolumePathNamesForVolumeNameA","features":[305,325]},{"name":"GetVolumePathNamesForVolumeNameW","features":[305,325]},{"name":"HIORING","features":[325]},{"name":"HandleLogFull","features":[305,325]},{"name":"IDiskQuotaControl","features":[325,358]},{"name":"IDiskQuotaEvents","features":[325]},{"name":"IDiskQuotaUser","features":[325]},{"name":"IDiskQuotaUserBatch","features":[325]},{"name":"IEnumDiskQuotaUsers","features":[325]},{"name":"INVALID_FILE_ATTRIBUTES","features":[325]},{"name":"INVALID_FILE_SIZE","features":[325]},{"name":"INVALID_SET_FILE_POINTER","features":[325]},{"name":"IOCTL_VOLUME_ALLOCATE_BC_STREAM","features":[325]},{"name":"IOCTL_VOLUME_BASE","features":[325]},{"name":"IOCTL_VOLUME_BC_VERSION","features":[325]},{"name":"IOCTL_VOLUME_FREE_BC_STREAM","features":[325]},{"name":"IOCTL_VOLUME_GET_BC_PROPERTIES","features":[325]},{"name":"IOCTL_VOLUME_GET_CSVBLOCKCACHE_CALLBACK","features":[325]},{"name":"IOCTL_VOLUME_GET_GPT_ATTRIBUTES","features":[325]},{"name":"IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS","features":[325]},{"name":"IOCTL_VOLUME_IS_CLUSTERED","features":[325]},{"name":"IOCTL_VOLUME_IS_CSV","features":[325]},{"name":"IOCTL_VOLUME_IS_DYNAMIC","features":[325]},{"name":"IOCTL_VOLUME_IS_IO_CAPABLE","features":[325]},{"name":"IOCTL_VOLUME_IS_OFFLINE","features":[325]},{"name":"IOCTL_VOLUME_IS_PARTITION","features":[325]},{"name":"IOCTL_VOLUME_LOGICAL_TO_PHYSICAL","features":[325]},{"name":"IOCTL_VOLUME_OFFLINE","features":[325]},{"name":"IOCTL_VOLUME_ONLINE","features":[325]},{"name":"IOCTL_VOLUME_PHYSICAL_TO_LOGICAL","features":[325]},{"name":"IOCTL_VOLUME_POST_ONLINE","features":[325]},{"name":"IOCTL_VOLUME_PREPARE_FOR_CRITICAL_IO","features":[325]},{"name":"IOCTL_VOLUME_PREPARE_FOR_SHRINK","features":[325]},{"name":"IOCTL_VOLUME_QUERY_ALLOCATION_HINT","features":[325]},{"name":"IOCTL_VOLUME_QUERY_FAILOVER_SET","features":[325]},{"name":"IOCTL_VOLUME_QUERY_MINIMUM_SHRINK_SIZE","features":[325]},{"name":"IOCTL_VOLUME_QUERY_VOLUME_NUMBER","features":[325]},{"name":"IOCTL_VOLUME_READ_PLEX","features":[325]},{"name":"IOCTL_VOLUME_SET_GPT_ATTRIBUTES","features":[325]},{"name":"IOCTL_VOLUME_SUPPORTS_ONLINE_OFFLINE","features":[325]},{"name":"IOCTL_VOLUME_UPDATE_PROPERTIES","features":[325]},{"name":"IORING_BUFFER_INFO","features":[325]},{"name":"IORING_BUFFER_REF","features":[325]},{"name":"IORING_CAPABILITIES","features":[325]},{"name":"IORING_CQE","features":[325]},{"name":"IORING_CREATE_ADVISORY_FLAGS","features":[325]},{"name":"IORING_CREATE_ADVISORY_FLAGS_NONE","features":[325]},{"name":"IORING_CREATE_FLAGS","features":[325]},{"name":"IORING_CREATE_REQUIRED_FLAGS","features":[325]},{"name":"IORING_CREATE_REQUIRED_FLAGS_NONE","features":[325]},{"name":"IORING_FEATURE_FLAGS","features":[325]},{"name":"IORING_FEATURE_FLAGS_NONE","features":[325]},{"name":"IORING_FEATURE_SET_COMPLETION_EVENT","features":[325]},{"name":"IORING_FEATURE_UM_EMULATION","features":[325]},{"name":"IORING_HANDLE_REF","features":[305,325]},{"name":"IORING_INFO","features":[325]},{"name":"IORING_OP_CANCEL","features":[325]},{"name":"IORING_OP_CODE","features":[325]},{"name":"IORING_OP_FLUSH","features":[325]},{"name":"IORING_OP_NOP","features":[325]},{"name":"IORING_OP_READ","features":[325]},{"name":"IORING_OP_REGISTER_BUFFERS","features":[325]},{"name":"IORING_OP_REGISTER_FILES","features":[325]},{"name":"IORING_OP_WRITE","features":[325]},{"name":"IORING_REF_KIND","features":[325]},{"name":"IORING_REF_RAW","features":[325]},{"name":"IORING_REF_REGISTERED","features":[325]},{"name":"IORING_REGISTERED_BUFFER","features":[325]},{"name":"IORING_SQE_FLAGS","features":[325]},{"name":"IORING_VERSION","features":[325]},{"name":"IORING_VERSION_1","features":[325]},{"name":"IORING_VERSION_2","features":[325]},{"name":"IORING_VERSION_3","features":[325]},{"name":"IORING_VERSION_INVALID","features":[325]},{"name":"IOSQE_FLAGS_DRAIN_PRECEDING_OPS","features":[325]},{"name":"IOSQE_FLAGS_NONE","features":[325]},{"name":"InstallLogPolicy","features":[305,325]},{"name":"IoPriorityHintLow","features":[325]},{"name":"IoPriorityHintNormal","features":[325]},{"name":"IoPriorityHintVeryLow","features":[325]},{"name":"IsIoRingOpSupported","features":[305,325]},{"name":"KCRM_MARSHAL_HEADER","features":[325]},{"name":"KCRM_PROTOCOL_BLOB","features":[325]},{"name":"KCRM_TRANSACTION_BLOB","features":[325]},{"name":"KTM_MARSHAL_BLOB_VERSION_MAJOR","features":[325]},{"name":"KTM_MARSHAL_BLOB_VERSION_MINOR","features":[325]},{"name":"LOCKFILE_EXCLUSIVE_LOCK","features":[325]},{"name":"LOCKFILE_FAIL_IMMEDIATELY","features":[325]},{"name":"LOCK_FILE_FLAGS","features":[325]},{"name":"LOG_MANAGEMENT_CALLBACKS","features":[305,325]},{"name":"LOG_POLICY_OVERWRITE","features":[325]},{"name":"LOG_POLICY_PERSIST","features":[325]},{"name":"LPPROGRESS_ROUTINE","features":[305,325]},{"name":"LPPROGRESS_ROUTINE_CALLBACK_REASON","features":[325]},{"name":"LZClose","features":[325]},{"name":"LZCopy","features":[325]},{"name":"LZDone","features":[325]},{"name":"LZERROR_BADINHANDLE","features":[325]},{"name":"LZERROR_BADOUTHANDLE","features":[325]},{"name":"LZERROR_BADVALUE","features":[325]},{"name":"LZERROR_GLOBALLOC","features":[325]},{"name":"LZERROR_GLOBLOCK","features":[325]},{"name":"LZERROR_READ","features":[325]},{"name":"LZERROR_UNKNOWNALG","features":[325]},{"name":"LZERROR_WRITE","features":[325]},{"name":"LZInit","features":[325]},{"name":"LZOPENFILE_STYLE","features":[325]},{"name":"LZOpenFileA","features":[325]},{"name":"LZOpenFileW","features":[325]},{"name":"LZRead","features":[325]},{"name":"LZSeek","features":[325]},{"name":"LZStart","features":[325]},{"name":"LocalFileTimeToFileTime","features":[305,325]},{"name":"LockFile","features":[305,325]},{"name":"LockFileEx","features":[305,325,311]},{"name":"LogTailAdvanceFailure","features":[305,325]},{"name":"LsnBlockOffset","features":[325]},{"name":"LsnContainer","features":[325]},{"name":"LsnCreate","features":[325]},{"name":"LsnEqual","features":[305,325]},{"name":"LsnGreater","features":[305,325]},{"name":"LsnIncrement","features":[325]},{"name":"LsnInvalid","features":[305,325]},{"name":"LsnLess","features":[305,325]},{"name":"LsnNull","features":[305,325]},{"name":"LsnRecordSequence","features":[325]},{"name":"MAXIMUM_REPARSE_DATA_BUFFER_SIZE","features":[325]},{"name":"MAXMEDIALABEL","features":[325]},{"name":"MAX_RESOURCEMANAGER_DESCRIPTION_LENGTH","features":[325]},{"name":"MAX_SID_SIZE","features":[325]},{"name":"MAX_TRANSACTION_DESCRIPTION_LENGTH","features":[325]},{"name":"MOVEFILE_COPY_ALLOWED","features":[325]},{"name":"MOVEFILE_CREATE_HARDLINK","features":[325]},{"name":"MOVEFILE_DELAY_UNTIL_REBOOT","features":[325]},{"name":"MOVEFILE_FAIL_IF_NOT_TRACKABLE","features":[325]},{"name":"MOVEFILE_REPLACE_EXISTING","features":[325]},{"name":"MOVEFILE_WRITE_THROUGH","features":[325]},{"name":"MOVE_FILE_FLAGS","features":[325]},{"name":"MaximumFileIdType","features":[325]},{"name":"MaximumFileInfoByHandleClass","features":[325]},{"name":"MaximumIoPriorityHintType","features":[325]},{"name":"MediaLabelInfo","features":[325]},{"name":"MoveFileA","features":[305,325]},{"name":"MoveFileExA","features":[305,325]},{"name":"MoveFileExW","features":[305,325]},{"name":"MoveFileFromAppW","features":[305,325]},{"name":"MoveFileTransactedA","features":[305,325]},{"name":"MoveFileTransactedW","features":[305,325]},{"name":"MoveFileW","features":[305,325]},{"name":"MoveFileWithProgressA","features":[305,325]},{"name":"MoveFileWithProgressW","features":[305,325]},{"name":"NAME_CACHE_CONTEXT","features":[325]},{"name":"NTMSMLI_MAXAPPDESCR","features":[325]},{"name":"NTMSMLI_MAXIDSIZE","features":[325]},{"name":"NTMSMLI_MAXTYPE","features":[325]},{"name":"NTMS_ALLOCATE_ERROR_IF_UNAVAILABLE","features":[325]},{"name":"NTMS_ALLOCATE_FROMSCRATCH","features":[325]},{"name":"NTMS_ALLOCATE_NEW","features":[325]},{"name":"NTMS_ALLOCATE_NEXT","features":[325]},{"name":"NTMS_ALLOCATION_INFORMATION","features":[325]},{"name":"NTMS_APPLICATIONNAME_LENGTH","features":[325]},{"name":"NTMS_ASYNCOP_MOUNT","features":[325]},{"name":"NTMS_ASYNCSTATE_COMPLETE","features":[325]},{"name":"NTMS_ASYNCSTATE_INPROCESS","features":[325]},{"name":"NTMS_ASYNCSTATE_QUEUED","features":[325]},{"name":"NTMS_ASYNCSTATE_WAIT_OPERATOR","features":[325]},{"name":"NTMS_ASYNCSTATE_WAIT_RESOURCE","features":[325]},{"name":"NTMS_ASYNC_IO","features":[305,325]},{"name":"NTMS_BARCODESTATE_OK","features":[325]},{"name":"NTMS_BARCODESTATE_UNREADABLE","features":[325]},{"name":"NTMS_BARCODE_LENGTH","features":[325]},{"name":"NTMS_CHANGER","features":[325]},{"name":"NTMS_CHANGERINFORMATIONA","features":[325]},{"name":"NTMS_CHANGERINFORMATIONW","features":[325]},{"name":"NTMS_CHANGERTYPEINFORMATIONA","features":[325]},{"name":"NTMS_CHANGERTYPEINFORMATIONW","features":[325]},{"name":"NTMS_CHANGER_TYPE","features":[325]},{"name":"NTMS_COMPUTER","features":[325]},{"name":"NTMS_COMPUTERINFORMATION","features":[325]},{"name":"NTMS_COMPUTERNAME_LENGTH","features":[325]},{"name":"NTMS_CONTROL_ACCESS","features":[325]},{"name":"NTMS_CREATE_NEW","features":[325]},{"name":"NTMS_DEALLOCATE_TOSCRATCH","features":[325]},{"name":"NTMS_DESCRIPTION_LENGTH","features":[325]},{"name":"NTMS_DEVICENAME_LENGTH","features":[325]},{"name":"NTMS_DISMOUNT_DEFERRED","features":[325]},{"name":"NTMS_DISMOUNT_IMMEDIATE","features":[325]},{"name":"NTMS_DOORSTATE_CLOSED","features":[325]},{"name":"NTMS_DOORSTATE_OPEN","features":[325]},{"name":"NTMS_DOORSTATE_UNKNOWN","features":[325]},{"name":"NTMS_DRIVE","features":[325]},{"name":"NTMS_DRIVEINFORMATIONA","features":[305,325]},{"name":"NTMS_DRIVEINFORMATIONW","features":[305,325]},{"name":"NTMS_DRIVESTATE_BEING_CLEANED","features":[325]},{"name":"NTMS_DRIVESTATE_DISMOUNTABLE","features":[325]},{"name":"NTMS_DRIVESTATE_DISMOUNTED","features":[325]},{"name":"NTMS_DRIVESTATE_LOADED","features":[325]},{"name":"NTMS_DRIVESTATE_MOUNTED","features":[325]},{"name":"NTMS_DRIVESTATE_UNLOADED","features":[325]},{"name":"NTMS_DRIVETYPEINFORMATIONA","features":[325]},{"name":"NTMS_DRIVETYPEINFORMATIONW","features":[325]},{"name":"NTMS_DRIVE_TYPE","features":[325]},{"name":"NTMS_EJECT_ASK_USER","features":[325]},{"name":"NTMS_EJECT_FORCE","features":[325]},{"name":"NTMS_EJECT_IMMEDIATE","features":[325]},{"name":"NTMS_EJECT_QUEUE","features":[325]},{"name":"NTMS_EJECT_START","features":[325]},{"name":"NTMS_EJECT_STOP","features":[325]},{"name":"NTMS_ENUM_DEFAULT","features":[325]},{"name":"NTMS_ENUM_ROOTPOOL","features":[325]},{"name":"NTMS_ERROR_ON_DUPLICATE","features":[325]},{"name":"NTMS_EVENT_COMPLETE","features":[325]},{"name":"NTMS_EVENT_SIGNAL","features":[325]},{"name":"NTMS_FILESYSTEM_INFO","features":[325]},{"name":"NTMS_I1_LIBRARYINFORMATION","features":[305,325]},{"name":"NTMS_I1_LIBREQUESTINFORMATIONA","features":[305,325]},{"name":"NTMS_I1_LIBREQUESTINFORMATIONW","features":[305,325]},{"name":"NTMS_I1_MESSAGE_LENGTH","features":[325]},{"name":"NTMS_I1_OBJECTINFORMATIONA","features":[305,325]},{"name":"NTMS_I1_OBJECTINFORMATIONW","features":[305,325]},{"name":"NTMS_I1_OPREQUESTINFORMATIONA","features":[305,325]},{"name":"NTMS_I1_OPREQUESTINFORMATIONW","features":[305,325]},{"name":"NTMS_I1_PARTITIONINFORMATIONA","features":[325]},{"name":"NTMS_I1_PARTITIONINFORMATIONW","features":[325]},{"name":"NTMS_I1_PMIDINFORMATIONA","features":[325]},{"name":"NTMS_I1_PMIDINFORMATIONW","features":[325]},{"name":"NTMS_IEDOOR","features":[325]},{"name":"NTMS_IEDOORINFORMATION","features":[325]},{"name":"NTMS_IEPORT","features":[325]},{"name":"NTMS_IEPORTINFORMATION","features":[325]},{"name":"NTMS_INITIALIZING","features":[325]},{"name":"NTMS_INJECT_RETRACT","features":[325]},{"name":"NTMS_INJECT_START","features":[325]},{"name":"NTMS_INJECT_STARTMANY","features":[325]},{"name":"NTMS_INJECT_STOP","features":[325]},{"name":"NTMS_INVENTORY_DEFAULT","features":[325]},{"name":"NTMS_INVENTORY_FAST","features":[325]},{"name":"NTMS_INVENTORY_MAX","features":[325]},{"name":"NTMS_INVENTORY_NONE","features":[325]},{"name":"NTMS_INVENTORY_OMID","features":[325]},{"name":"NTMS_INVENTORY_SLOT","features":[325]},{"name":"NTMS_INVENTORY_STOP","features":[325]},{"name":"NTMS_LIBRARY","features":[325]},{"name":"NTMS_LIBRARYFLAG_AUTODETECTCHANGE","features":[325]},{"name":"NTMS_LIBRARYFLAG_CLEANERPRESENT","features":[325]},{"name":"NTMS_LIBRARYFLAG_FIXEDOFFLINE","features":[325]},{"name":"NTMS_LIBRARYFLAG_IGNORECLEANERUSESREMAINING","features":[325]},{"name":"NTMS_LIBRARYFLAG_RECOGNIZECLEANERBARCODE","features":[325]},{"name":"NTMS_LIBRARYINFORMATION","features":[305,325]},{"name":"NTMS_LIBRARYTYPE_OFFLINE","features":[325]},{"name":"NTMS_LIBRARYTYPE_ONLINE","features":[325]},{"name":"NTMS_LIBRARYTYPE_STANDALONE","features":[325]},{"name":"NTMS_LIBRARYTYPE_UNKNOWN","features":[325]},{"name":"NTMS_LIBREQFLAGS_NOAUTOPURGE","features":[325]},{"name":"NTMS_LIBREQFLAGS_NOFAILEDPURGE","features":[325]},{"name":"NTMS_LIBREQUEST","features":[325]},{"name":"NTMS_LIBREQUESTINFORMATIONA","features":[305,325]},{"name":"NTMS_LIBREQUESTINFORMATIONW","features":[305,325]},{"name":"NTMS_LMIDINFORMATION","features":[325]},{"name":"NTMS_LM_CANCELLED","features":[325]},{"name":"NTMS_LM_CLASSIFY","features":[325]},{"name":"NTMS_LM_CLEANDRIVE","features":[325]},{"name":"NTMS_LM_DEFERRED","features":[325]},{"name":"NTMS_LM_DEFFERED","features":[325]},{"name":"NTMS_LM_DISABLECHANGER","features":[325]},{"name":"NTMS_LM_DISABLEDRIVE","features":[325]},{"name":"NTMS_LM_DISABLELIBRARY","features":[325]},{"name":"NTMS_LM_DISABLEMEDIA","features":[325]},{"name":"NTMS_LM_DISMOUNT","features":[325]},{"name":"NTMS_LM_DOORACCESS","features":[325]},{"name":"NTMS_LM_EJECT","features":[325]},{"name":"NTMS_LM_EJECTCLEANER","features":[325]},{"name":"NTMS_LM_ENABLECHANGER","features":[325]},{"name":"NTMS_LM_ENABLEDRIVE","features":[325]},{"name":"NTMS_LM_ENABLELIBRARY","features":[325]},{"name":"NTMS_LM_ENABLEMEDIA","features":[325]},{"name":"NTMS_LM_FAILED","features":[325]},{"name":"NTMS_LM_INJECT","features":[325]},{"name":"NTMS_LM_INJECTCLEANER","features":[325]},{"name":"NTMS_LM_INPROCESS","features":[325]},{"name":"NTMS_LM_INVALID","features":[325]},{"name":"NTMS_LM_INVENTORY","features":[325]},{"name":"NTMS_LM_MAXWORKITEM","features":[325]},{"name":"NTMS_LM_MOUNT","features":[325]},{"name":"NTMS_LM_PASSED","features":[325]},{"name":"NTMS_LM_PROCESSOMID","features":[325]},{"name":"NTMS_LM_QUEUED","features":[325]},{"name":"NTMS_LM_RELEASECLEANER","features":[325]},{"name":"NTMS_LM_REMOVE","features":[325]},{"name":"NTMS_LM_RESERVECLEANER","features":[325]},{"name":"NTMS_LM_STOPPED","features":[325]},{"name":"NTMS_LM_UPDATEOMID","features":[325]},{"name":"NTMS_LM_WAITING","features":[325]},{"name":"NTMS_LM_WRITESCRATCH","features":[325]},{"name":"NTMS_LOGICAL_MEDIA","features":[325]},{"name":"NTMS_MAXATTR_LENGTH","features":[325]},{"name":"NTMS_MAXATTR_NAMELEN","features":[325]},{"name":"NTMS_MEDIAPOOLINFORMATION","features":[325]},{"name":"NTMS_MEDIARW_READONLY","features":[325]},{"name":"NTMS_MEDIARW_REWRITABLE","features":[325]},{"name":"NTMS_MEDIARW_UNKNOWN","features":[325]},{"name":"NTMS_MEDIARW_WRITEONCE","features":[325]},{"name":"NTMS_MEDIASTATE_IDLE","features":[325]},{"name":"NTMS_MEDIASTATE_INUSE","features":[325]},{"name":"NTMS_MEDIASTATE_LOADED","features":[325]},{"name":"NTMS_MEDIASTATE_MOUNTED","features":[325]},{"name":"NTMS_MEDIASTATE_OPERROR","features":[325]},{"name":"NTMS_MEDIASTATE_OPREQ","features":[325]},{"name":"NTMS_MEDIASTATE_UNLOADED","features":[325]},{"name":"NTMS_MEDIATYPEINFORMATION","features":[325]},{"name":"NTMS_MEDIA_POOL","features":[325]},{"name":"NTMS_MEDIA_TYPE","features":[325]},{"name":"NTMS_MESSAGE_LENGTH","features":[325]},{"name":"NTMS_MODIFY_ACCESS","features":[325]},{"name":"NTMS_MOUNT_ERROR_IF_OFFLINE","features":[325]},{"name":"NTMS_MOUNT_ERROR_IF_UNAVAILABLE","features":[325]},{"name":"NTMS_MOUNT_ERROR_NOT_AVAILABLE","features":[325]},{"name":"NTMS_MOUNT_ERROR_OFFLINE","features":[325]},{"name":"NTMS_MOUNT_INFORMATION","features":[325]},{"name":"NTMS_MOUNT_NOWAIT","features":[325]},{"name":"NTMS_MOUNT_READ","features":[325]},{"name":"NTMS_MOUNT_SPECIFIC_DRIVE","features":[325]},{"name":"NTMS_MOUNT_WRITE","features":[325]},{"name":"NTMS_NEEDS_SERVICE","features":[325]},{"name":"NTMS_NOTIFICATIONINFORMATION","features":[325]},{"name":"NTMS_NOT_PRESENT","features":[325]},{"name":"NTMS_NUMBER_OF_OBJECT_TYPES","features":[325]},{"name":"NTMS_OBJECT","features":[325]},{"name":"NTMS_OBJECTINFORMATIONA","features":[305,325]},{"name":"NTMS_OBJECTINFORMATIONW","features":[305,325]},{"name":"NTMS_OBJECTNAME_LENGTH","features":[325]},{"name":"NTMS_OBJ_DELETE","features":[325]},{"name":"NTMS_OBJ_INSERT","features":[325]},{"name":"NTMS_OBJ_UPDATE","features":[325]},{"name":"NTMS_OMIDLABELID_LENGTH","features":[325]},{"name":"NTMS_OMIDLABELINFO_LENGTH","features":[325]},{"name":"NTMS_OMIDLABELTYPE_LENGTH","features":[325]},{"name":"NTMS_OMID_TYPE","features":[325]},{"name":"NTMS_OMID_TYPE_FILESYSTEM_INFO","features":[325]},{"name":"NTMS_OMID_TYPE_RAW_LABEL","features":[325]},{"name":"NTMS_OPEN_ALWAYS","features":[325]},{"name":"NTMS_OPEN_EXISTING","features":[325]},{"name":"NTMS_OPREQFLAGS_NOALERTS","features":[325]},{"name":"NTMS_OPREQFLAGS_NOAUTOPURGE","features":[325]},{"name":"NTMS_OPREQFLAGS_NOFAILEDPURGE","features":[325]},{"name":"NTMS_OPREQFLAGS_NOTRAYICON","features":[325]},{"name":"NTMS_OPREQUEST","features":[325]},{"name":"NTMS_OPREQUESTINFORMATIONA","features":[305,325]},{"name":"NTMS_OPREQUESTINFORMATIONW","features":[305,325]},{"name":"NTMS_OPREQ_CLEANER","features":[325]},{"name":"NTMS_OPREQ_DEVICESERVICE","features":[325]},{"name":"NTMS_OPREQ_MESSAGE","features":[325]},{"name":"NTMS_OPREQ_MOVEMEDIA","features":[325]},{"name":"NTMS_OPREQ_NEWMEDIA","features":[325]},{"name":"NTMS_OPREQ_UNKNOWN","features":[325]},{"name":"NTMS_OPSTATE_ACTIVE","features":[325]},{"name":"NTMS_OPSTATE_COMPLETE","features":[325]},{"name":"NTMS_OPSTATE_INPROGRESS","features":[325]},{"name":"NTMS_OPSTATE_REFUSED","features":[325]},{"name":"NTMS_OPSTATE_SUBMITTED","features":[325]},{"name":"NTMS_OPSTATE_UNKNOWN","features":[325]},{"name":"NTMS_PARTITION","features":[325]},{"name":"NTMS_PARTITIONINFORMATIONA","features":[325]},{"name":"NTMS_PARTITIONINFORMATIONW","features":[325]},{"name":"NTMS_PARTSTATE_ALLOCATED","features":[325]},{"name":"NTMS_PARTSTATE_AVAILABLE","features":[325]},{"name":"NTMS_PARTSTATE_COMPLETE","features":[325]},{"name":"NTMS_PARTSTATE_DECOMMISSIONED","features":[325]},{"name":"NTMS_PARTSTATE_FOREIGN","features":[325]},{"name":"NTMS_PARTSTATE_IMPORT","features":[325]},{"name":"NTMS_PARTSTATE_INCOMPATIBLE","features":[325]},{"name":"NTMS_PARTSTATE_RESERVED","features":[325]},{"name":"NTMS_PARTSTATE_UNKNOWN","features":[325]},{"name":"NTMS_PARTSTATE_UNPREPARED","features":[325]},{"name":"NTMS_PHYSICAL_MEDIA","features":[325]},{"name":"NTMS_PMIDINFORMATIONA","features":[325]},{"name":"NTMS_PMIDINFORMATIONW","features":[325]},{"name":"NTMS_POOLHIERARCHY_LENGTH","features":[325]},{"name":"NTMS_POOLPOLICY_KEEPOFFLINEIMPORT","features":[325]},{"name":"NTMS_POOLPOLICY_PURGEOFFLINESCRATCH","features":[325]},{"name":"NTMS_POOLTYPE_APPLICATION","features":[325]},{"name":"NTMS_POOLTYPE_FOREIGN","features":[325]},{"name":"NTMS_POOLTYPE_IMPORT","features":[325]},{"name":"NTMS_POOLTYPE_SCRATCH","features":[325]},{"name":"NTMS_POOLTYPE_UNKNOWN","features":[325]},{"name":"NTMS_PORTCONTENT_EMPTY","features":[325]},{"name":"NTMS_PORTCONTENT_FULL","features":[325]},{"name":"NTMS_PORTCONTENT_UNKNOWN","features":[325]},{"name":"NTMS_PORTPOSITION_EXTENDED","features":[325]},{"name":"NTMS_PORTPOSITION_RETRACTED","features":[325]},{"name":"NTMS_PORTPOSITION_UNKNOWN","features":[325]},{"name":"NTMS_PRIORITY_DEFAULT","features":[325]},{"name":"NTMS_PRIORITY_HIGH","features":[325]},{"name":"NTMS_PRIORITY_HIGHEST","features":[325]},{"name":"NTMS_PRIORITY_LOW","features":[325]},{"name":"NTMS_PRIORITY_LOWEST","features":[325]},{"name":"NTMS_PRIORITY_NORMAL","features":[325]},{"name":"NTMS_PRODUCTNAME_LENGTH","features":[325]},{"name":"NTMS_READY","features":[325]},{"name":"NTMS_REVISION_LENGTH","features":[325]},{"name":"NTMS_SEQUENCE_LENGTH","features":[325]},{"name":"NTMS_SERIALNUMBER_LENGTH","features":[325]},{"name":"NTMS_SESSION_QUERYEXPEDITE","features":[325]},{"name":"NTMS_SLOTSTATE_EMPTY","features":[325]},{"name":"NTMS_SLOTSTATE_FULL","features":[325]},{"name":"NTMS_SLOTSTATE_NEEDSINVENTORY","features":[325]},{"name":"NTMS_SLOTSTATE_NOTPRESENT","features":[325]},{"name":"NTMS_SLOTSTATE_UNKNOWN","features":[325]},{"name":"NTMS_STORAGESLOT","features":[325]},{"name":"NTMS_STORAGESLOTINFORMATION","features":[325]},{"name":"NTMS_UIDEST_ADD","features":[325]},{"name":"NTMS_UIDEST_DELETE","features":[325]},{"name":"NTMS_UIDEST_DELETEALL","features":[325]},{"name":"NTMS_UIOPERATION_MAX","features":[325]},{"name":"NTMS_UITYPE_ERR","features":[325]},{"name":"NTMS_UITYPE_INFO","features":[325]},{"name":"NTMS_UITYPE_INVALID","features":[325]},{"name":"NTMS_UITYPE_MAX","features":[325]},{"name":"NTMS_UITYPE_REQ","features":[325]},{"name":"NTMS_UI_DESTINATION","features":[325]},{"name":"NTMS_UNKNOWN","features":[325]},{"name":"NTMS_UNKNOWN_DRIVE","features":[325]},{"name":"NTMS_USERNAME_LENGTH","features":[325]},{"name":"NTMS_USE_ACCESS","features":[325]},{"name":"NTMS_VENDORNAME_LENGTH","features":[325]},{"name":"NetConnectionEnum","features":[325]},{"name":"NetFileClose","features":[325]},{"name":"NetFileEnum","features":[325]},{"name":"NetFileGetInfo","features":[325]},{"name":"NetServerAliasAdd","features":[325]},{"name":"NetServerAliasDel","features":[325]},{"name":"NetServerAliasEnum","features":[325]},{"name":"NetSessionDel","features":[325]},{"name":"NetSessionEnum","features":[325]},{"name":"NetSessionGetInfo","features":[325]},{"name":"NetShareAdd","features":[325]},{"name":"NetShareCheck","features":[325]},{"name":"NetShareDel","features":[325]},{"name":"NetShareDelEx","features":[325]},{"name":"NetShareDelSticky","features":[325]},{"name":"NetShareEnum","features":[325]},{"name":"NetShareEnumSticky","features":[325]},{"name":"NetShareGetInfo","features":[325]},{"name":"NetShareSetInfo","features":[325]},{"name":"NetStatisticsGet","features":[325]},{"name":"NtmsAccessMask","features":[325]},{"name":"NtmsAllocateOptions","features":[325]},{"name":"NtmsAllocationPolicy","features":[325]},{"name":"NtmsAsyncOperations","features":[325]},{"name":"NtmsAsyncStatus","features":[325]},{"name":"NtmsBarCodeState","features":[325]},{"name":"NtmsCreateNtmsMediaOptions","features":[325]},{"name":"NtmsCreateOptions","features":[325]},{"name":"NtmsDeallocationPolicy","features":[325]},{"name":"NtmsDismountOptions","features":[325]},{"name":"NtmsDoorState","features":[325]},{"name":"NtmsDriveState","features":[325]},{"name":"NtmsDriveType","features":[325]},{"name":"NtmsEjectOperation","features":[325]},{"name":"NtmsEnumerateOption","features":[325]},{"name":"NtmsInjectOperation","features":[325]},{"name":"NtmsInventoryMethod","features":[325]},{"name":"NtmsLibRequestFlags","features":[325]},{"name":"NtmsLibraryFlags","features":[325]},{"name":"NtmsLibraryType","features":[325]},{"name":"NtmsLmOperation","features":[325]},{"name":"NtmsLmState","features":[325]},{"name":"NtmsMediaPoolPolicy","features":[325]},{"name":"NtmsMediaState","features":[325]},{"name":"NtmsMountOptions","features":[325]},{"name":"NtmsMountPriority","features":[325]},{"name":"NtmsNotificationOperations","features":[325]},{"name":"NtmsObjectsTypes","features":[325]},{"name":"NtmsOpRequestFlags","features":[325]},{"name":"NtmsOperationalState","features":[325]},{"name":"NtmsOpreqCommand","features":[325]},{"name":"NtmsOpreqState","features":[325]},{"name":"NtmsPartitionState","features":[325]},{"name":"NtmsPoolType","features":[325]},{"name":"NtmsPortContent","features":[325]},{"name":"NtmsPortPosition","features":[325]},{"name":"NtmsReadWriteCharacteristics","features":[325]},{"name":"NtmsSessionOptions","features":[325]},{"name":"NtmsSlotState","features":[325]},{"name":"NtmsUIOperations","features":[325]},{"name":"NtmsUITypes","features":[325]},{"name":"OFSTRUCT","features":[325]},{"name":"OF_CANCEL","features":[325]},{"name":"OF_CREATE","features":[325]},{"name":"OF_DELETE","features":[325]},{"name":"OF_EXIST","features":[325]},{"name":"OF_PARSE","features":[325]},{"name":"OF_PROMPT","features":[325]},{"name":"OF_READ","features":[325]},{"name":"OF_READWRITE","features":[325]},{"name":"OF_REOPEN","features":[325]},{"name":"OF_SHARE_COMPAT","features":[325]},{"name":"OF_SHARE_DENY_NONE","features":[325]},{"name":"OF_SHARE_DENY_READ","features":[325]},{"name":"OF_SHARE_DENY_WRITE","features":[325]},{"name":"OF_SHARE_EXCLUSIVE","features":[325]},{"name":"OF_VERIFY","features":[325]},{"name":"OF_WRITE","features":[325]},{"name":"OPEN_ALWAYS","features":[325]},{"name":"OPEN_EXISTING","features":[325]},{"name":"ObjectIdType","features":[325]},{"name":"OpenEncryptedFileRawA","features":[325]},{"name":"OpenEncryptedFileRawW","features":[325]},{"name":"OpenEnlistment","features":[305,325]},{"name":"OpenFile","features":[325]},{"name":"OpenFileById","features":[305,309,325]},{"name":"OpenResourceManager","features":[305,325]},{"name":"OpenTransaction","features":[305,325]},{"name":"OpenTransactionManager","features":[305,325]},{"name":"OpenTransactionManagerById","features":[305,325]},{"name":"PARTITION_BASIC_DATA_GUID","features":[325]},{"name":"PARTITION_BSP_GUID","features":[325]},{"name":"PARTITION_CLUSTER_GUID","features":[325]},{"name":"PARTITION_DPP_GUID","features":[325]},{"name":"PARTITION_ENTRY_UNUSED_GUID","features":[325]},{"name":"PARTITION_LDM_DATA_GUID","features":[325]},{"name":"PARTITION_LDM_METADATA_GUID","features":[325]},{"name":"PARTITION_LEGACY_BL_GUID","features":[325]},{"name":"PARTITION_LEGACY_BL_GUID_BACKUP","features":[325]},{"name":"PARTITION_MAIN_OS_GUID","features":[325]},{"name":"PARTITION_MSFT_RECOVERY_GUID","features":[325]},{"name":"PARTITION_MSFT_RESERVED_GUID","features":[325]},{"name":"PARTITION_MSFT_SNAPSHOT_GUID","features":[325]},{"name":"PARTITION_OS_DATA_GUID","features":[325]},{"name":"PARTITION_PATCH_GUID","features":[325]},{"name":"PARTITION_PRE_INSTALLED_GUID","features":[325]},{"name":"PARTITION_SBL_CACHE_HDD_GUID","features":[325]},{"name":"PARTITION_SBL_CACHE_SSD_GUID","features":[325]},{"name":"PARTITION_SBL_CACHE_SSD_RESERVED_GUID","features":[325]},{"name":"PARTITION_SERVICING_FILES_GUID","features":[325]},{"name":"PARTITION_SERVICING_METADATA_GUID","features":[325]},{"name":"PARTITION_SERVICING_RESERVE_GUID","features":[325]},{"name":"PARTITION_SERVICING_STAGING_ROOT_GUID","features":[325]},{"name":"PARTITION_SPACES_DATA_GUID","features":[325]},{"name":"PARTITION_SPACES_GUID","features":[325]},{"name":"PARTITION_SYSTEM_GUID","features":[325]},{"name":"PARTITION_WINDOWS_SYSTEM_GUID","features":[325]},{"name":"PCLFS_COMPLETION_ROUTINE","features":[325]},{"name":"PCOPYFILE2_PROGRESS_ROUTINE","features":[305,325]},{"name":"PERM_FILE_CREATE","features":[325]},{"name":"PERM_FILE_READ","features":[325]},{"name":"PERM_FILE_WRITE","features":[325]},{"name":"PFE_EXPORT_FUNC","features":[325]},{"name":"PFE_IMPORT_FUNC","features":[325]},{"name":"PFN_IO_COMPLETION","features":[305,325]},{"name":"PIPE_ACCESS_DUPLEX","features":[325]},{"name":"PIPE_ACCESS_INBOUND","features":[325]},{"name":"PIPE_ACCESS_OUTBOUND","features":[325]},{"name":"PLOG_FULL_HANDLER_CALLBACK","features":[305,325]},{"name":"PLOG_TAIL_ADVANCE_CALLBACK","features":[305,325]},{"name":"PLOG_UNPINNED_CALLBACK","features":[305,325]},{"name":"PREPARE_TAPE_OPERATION","features":[325]},{"name":"PRIORITY_HINT","features":[325]},{"name":"PROGRESS_CANCEL","features":[325]},{"name":"PROGRESS_CONTINUE","features":[325]},{"name":"PROGRESS_QUIET","features":[325]},{"name":"PROGRESS_STOP","features":[325]},{"name":"PopIoRingCompletion","features":[325]},{"name":"PrePrepareComplete","features":[305,325]},{"name":"PrePrepareEnlistment","features":[305,325]},{"name":"PrepareComplete","features":[305,325]},{"name":"PrepareEnlistment","features":[305,325]},{"name":"PrepareLogArchive","features":[305,325]},{"name":"PrepareTape","features":[305,325]},{"name":"QUIC","features":[325]},{"name":"QueryDosDeviceA","features":[325]},{"name":"QueryDosDeviceW","features":[325]},{"name":"QueryIoRingCapabilities","features":[325]},{"name":"QueryLogPolicy","features":[305,325]},{"name":"QueryRecoveryAgentsOnEncryptedFile","features":[309,325]},{"name":"QueryUsersOnEncryptedFile","features":[309,325]},{"name":"READ_CONTROL","features":[325]},{"name":"READ_DIRECTORY_NOTIFY_INFORMATION_CLASS","features":[325]},{"name":"REPARSE_GUID_DATA_BUFFER","features":[325]},{"name":"REPLACEFILE_IGNORE_ACL_ERRORS","features":[325]},{"name":"REPLACEFILE_IGNORE_MERGE_ERRORS","features":[325]},{"name":"REPLACEFILE_WRITE_THROUGH","features":[325]},{"name":"REPLACE_FILE_FLAGS","features":[325]},{"name":"RESOURCE_MANAGER_COMMUNICATION","features":[325]},{"name":"RESOURCE_MANAGER_MAXIMUM_OPTION","features":[325]},{"name":"RESOURCE_MANAGER_OBJECT_PATH","features":[325]},{"name":"RESOURCE_MANAGER_VOLATILE","features":[325]},{"name":"ReOpenFile","features":[305,325]},{"name":"ReadDirectoryChangesExW","features":[305,325,311]},{"name":"ReadDirectoryChangesW","features":[305,325,311]},{"name":"ReadDirectoryNotifyExtendedInformation","features":[325]},{"name":"ReadDirectoryNotifyFullInformation","features":[325]},{"name":"ReadDirectoryNotifyInformation","features":[325]},{"name":"ReadDirectoryNotifyMaximumInformation","features":[325]},{"name":"ReadEncryptedFileRaw","features":[325]},{"name":"ReadFile","features":[305,325,311]},{"name":"ReadFileEx","features":[305,325,311]},{"name":"ReadFileScatter","features":[305,325,311]},{"name":"ReadLogArchiveMetadata","features":[305,325]},{"name":"ReadLogNotification","features":[305,325,311]},{"name":"ReadLogRecord","features":[305,325,311]},{"name":"ReadLogRestartArea","features":[305,325,311]},{"name":"ReadNextLogRecord","features":[305,325,311]},{"name":"ReadOnlyEnlistment","features":[305,325]},{"name":"ReadPreviousLogRestartArea","features":[305,325,311]},{"name":"RecoverEnlistment","features":[305,325]},{"name":"RecoverResourceManager","features":[305,325]},{"name":"RecoverTransactionManager","features":[305,325]},{"name":"RegisterForLogWriteNotification","features":[305,325]},{"name":"RegisterManageableLogClient","features":[305,325]},{"name":"RemoveDirectoryA","features":[305,325]},{"name":"RemoveDirectoryFromAppW","features":[305,325]},{"name":"RemoveDirectoryTransactedA","features":[305,325]},{"name":"RemoveDirectoryTransactedW","features":[305,325]},{"name":"RemoveDirectoryW","features":[305,325]},{"name":"RemoveLogContainer","features":[305,325]},{"name":"RemoveLogContainerSet","features":[305,325]},{"name":"RemoveLogPolicy","features":[305,325]},{"name":"RemoveUsersFromEncryptedFile","features":[309,325]},{"name":"RenameTransactionManager","features":[305,325]},{"name":"ReplaceFileA","features":[305,325]},{"name":"ReplaceFileFromAppW","features":[305,325]},{"name":"ReplaceFileW","features":[305,325]},{"name":"ReserveAndAppendLog","features":[305,325,311]},{"name":"ReserveAndAppendLogAligned","features":[305,325,311]},{"name":"RollbackComplete","features":[305,325]},{"name":"RollbackEnlistment","features":[305,325]},{"name":"RollbackTransaction","features":[305,325]},{"name":"RollbackTransactionAsync","features":[305,325]},{"name":"RollforwardTransactionManager","features":[305,325]},{"name":"SECURITY_ANONYMOUS","features":[325]},{"name":"SECURITY_CONTEXT_TRACKING","features":[325]},{"name":"SECURITY_DELEGATION","features":[325]},{"name":"SECURITY_EFFECTIVE_ONLY","features":[325]},{"name":"SECURITY_IDENTIFICATION","features":[325]},{"name":"SECURITY_IMPERSONATION","features":[325]},{"name":"SECURITY_SQOS_PRESENT","features":[325]},{"name":"SECURITY_VALID_SQOS_FLAGS","features":[325]},{"name":"SERVER_ALIAS_INFO_0","features":[305,325]},{"name":"SERVER_CERTIFICATE_INFO_0","features":[325]},{"name":"SERVER_CERTIFICATE_TYPE","features":[325]},{"name":"SESI1_NUM_ELEMENTS","features":[325]},{"name":"SESI2_NUM_ELEMENTS","features":[325]},{"name":"SESSION_INFO_0","features":[325]},{"name":"SESSION_INFO_1","features":[325]},{"name":"SESSION_INFO_10","features":[325]},{"name":"SESSION_INFO_2","features":[325]},{"name":"SESSION_INFO_502","features":[325]},{"name":"SESSION_INFO_USER_FLAGS","features":[325]},{"name":"SESS_GUEST","features":[325]},{"name":"SESS_NOENCRYPTION","features":[325]},{"name":"SET_FILE_POINTER_MOVE_METHOD","features":[325]},{"name":"SET_TAPE_DRIVE_INFORMATION","features":[325]},{"name":"SET_TAPE_MEDIA_INFORMATION","features":[325]},{"name":"SHARE_CURRENT_USES_PARMNUM","features":[325]},{"name":"SHARE_FILE_SD_PARMNUM","features":[325]},{"name":"SHARE_INFO_0","features":[325]},{"name":"SHARE_INFO_1","features":[325]},{"name":"SHARE_INFO_1004","features":[325]},{"name":"SHARE_INFO_1005","features":[325]},{"name":"SHARE_INFO_1006","features":[325]},{"name":"SHARE_INFO_1501","features":[309,325]},{"name":"SHARE_INFO_1503","features":[325]},{"name":"SHARE_INFO_2","features":[325]},{"name":"SHARE_INFO_501","features":[325]},{"name":"SHARE_INFO_502","features":[309,325]},{"name":"SHARE_INFO_503","features":[309,325]},{"name":"SHARE_INFO_PERMISSIONS","features":[325]},{"name":"SHARE_MAX_USES_PARMNUM","features":[325]},{"name":"SHARE_NETNAME_PARMNUM","features":[325]},{"name":"SHARE_PASSWD_PARMNUM","features":[325]},{"name":"SHARE_PATH_PARMNUM","features":[325]},{"name":"SHARE_PERMISSIONS_PARMNUM","features":[325]},{"name":"SHARE_QOS_POLICY_PARMNUM","features":[325]},{"name":"SHARE_REMARK_PARMNUM","features":[325]},{"name":"SHARE_SERVER_PARMNUM","features":[325]},{"name":"SHARE_TYPE","features":[325]},{"name":"SHARE_TYPE_PARMNUM","features":[325]},{"name":"SHI1005_FLAGS_ACCESS_BASED_DIRECTORY_ENUM","features":[325]},{"name":"SHI1005_FLAGS_ALLOW_NAMESPACE_CACHING","features":[325]},{"name":"SHI1005_FLAGS_CLUSTER_MANAGED","features":[325]},{"name":"SHI1005_FLAGS_COMPRESS_DATA","features":[325]},{"name":"SHI1005_FLAGS_DFS","features":[325]},{"name":"SHI1005_FLAGS_DFS_ROOT","features":[325]},{"name":"SHI1005_FLAGS_DISABLE_CLIENT_BUFFERING","features":[325]},{"name":"SHI1005_FLAGS_DISABLE_DIRECTORY_HANDLE_LEASING","features":[325]},{"name":"SHI1005_FLAGS_ENABLE_CA","features":[325]},{"name":"SHI1005_FLAGS_ENABLE_HASH","features":[325]},{"name":"SHI1005_FLAGS_ENCRYPT_DATA","features":[325]},{"name":"SHI1005_FLAGS_FORCE_LEVELII_OPLOCK","features":[325]},{"name":"SHI1005_FLAGS_FORCE_SHARED_DELETE","features":[325]},{"name":"SHI1005_FLAGS_IDENTITY_REMOTING","features":[325]},{"name":"SHI1005_FLAGS_ISOLATED_TRANSPORT","features":[325]},{"name":"SHI1005_FLAGS_RESERVED","features":[325]},{"name":"SHI1005_FLAGS_RESTRICT_EXCLUSIVE_OPENS","features":[325]},{"name":"SHI1_NUM_ELEMENTS","features":[325]},{"name":"SHI2_NUM_ELEMENTS","features":[325]},{"name":"SHI_USES_UNLIMITED","features":[325]},{"name":"SPECIFIC_RIGHTS_ALL","features":[325]},{"name":"STANDARD_RIGHTS_ALL","features":[325]},{"name":"STANDARD_RIGHTS_EXECUTE","features":[325]},{"name":"STANDARD_RIGHTS_READ","features":[325]},{"name":"STANDARD_RIGHTS_REQUIRED","features":[325]},{"name":"STANDARD_RIGHTS_WRITE","features":[325]},{"name":"STATSOPT_CLR","features":[325]},{"name":"STAT_SERVER_0","features":[325]},{"name":"STAT_WORKSTATION_0","features":[325]},{"name":"STORAGE_BUS_TYPE","features":[325]},{"name":"STREAM_INFO_LEVELS","features":[325]},{"name":"STYPE_DEVICE","features":[325]},{"name":"STYPE_DISKTREE","features":[325]},{"name":"STYPE_IPC","features":[325]},{"name":"STYPE_MASK","features":[325]},{"name":"STYPE_PRINTQ","features":[325]},{"name":"STYPE_RESERVED1","features":[325]},{"name":"STYPE_RESERVED2","features":[325]},{"name":"STYPE_RESERVED3","features":[325]},{"name":"STYPE_RESERVED4","features":[325]},{"name":"STYPE_RESERVED5","features":[325]},{"name":"STYPE_RESERVED_ALL","features":[325]},{"name":"STYPE_SPECIAL","features":[325]},{"name":"STYPE_TEMPORARY","features":[325]},{"name":"SYMBOLIC_LINK_FLAGS","features":[325]},{"name":"SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE","features":[325]},{"name":"SYMBOLIC_LINK_FLAG_DIRECTORY","features":[325]},{"name":"SYNCHRONIZE","features":[325]},{"name":"ScanLogContainers","features":[305,325]},{"name":"SearchPathA","features":[325]},{"name":"SearchPathW","features":[325]},{"name":"SetEncryptedFileMetadata","features":[309,325]},{"name":"SetEndOfFile","features":[305,325]},{"name":"SetEndOfLog","features":[305,325,311]},{"name":"SetEnlistmentRecoveryInformation","features":[305,325]},{"name":"SetFileApisToANSI","features":[325]},{"name":"SetFileApisToOEM","features":[325]},{"name":"SetFileAttributesA","features":[305,325]},{"name":"SetFileAttributesFromAppW","features":[305,325]},{"name":"SetFileAttributesTransactedA","features":[305,325]},{"name":"SetFileAttributesTransactedW","features":[305,325]},{"name":"SetFileAttributesW","features":[305,325]},{"name":"SetFileBandwidthReservation","features":[305,325]},{"name":"SetFileCompletionNotificationModes","features":[305,325]},{"name":"SetFileInformationByHandle","features":[305,325]},{"name":"SetFileIoOverlappedRange","features":[305,325]},{"name":"SetFilePointer","features":[305,325]},{"name":"SetFilePointerEx","features":[305,325]},{"name":"SetFileShortNameA","features":[305,325]},{"name":"SetFileShortNameW","features":[305,325]},{"name":"SetFileTime","features":[305,325]},{"name":"SetFileValidData","features":[305,325]},{"name":"SetIoRingCompletionEvent","features":[305,325]},{"name":"SetLogArchiveMode","features":[305,325]},{"name":"SetLogArchiveTail","features":[305,325]},{"name":"SetLogFileSizeWithPolicy","features":[305,325]},{"name":"SetResourceManagerCompletionPort","features":[305,325]},{"name":"SetSearchPathMode","features":[305,325]},{"name":"SetTapeParameters","features":[305,325]},{"name":"SetTapePosition","features":[305,325]},{"name":"SetTransactionInformation","features":[305,325]},{"name":"SetUserFileEncryptionKey","features":[309,325]},{"name":"SetUserFileEncryptionKeyEx","features":[309,325]},{"name":"SetVolumeLabelA","features":[305,325]},{"name":"SetVolumeLabelW","features":[305,325]},{"name":"SetVolumeMountPointA","features":[305,325]},{"name":"SetVolumeMountPointW","features":[305,325]},{"name":"SinglePhaseReject","features":[305,325]},{"name":"SubmitIoRing","features":[325]},{"name":"TAPEMARK_TYPE","features":[325]},{"name":"TAPE_ABSOLUTE_BLOCK","features":[325]},{"name":"TAPE_ABSOLUTE_POSITION","features":[325]},{"name":"TAPE_ERASE","features":[305,325]},{"name":"TAPE_ERASE_LONG","features":[325]},{"name":"TAPE_ERASE_SHORT","features":[325]},{"name":"TAPE_FILEMARKS","features":[325]},{"name":"TAPE_FIXED_PARTITIONS","features":[325]},{"name":"TAPE_FORMAT","features":[325]},{"name":"TAPE_GET_POSITION","features":[325]},{"name":"TAPE_INFORMATION_TYPE","features":[325]},{"name":"TAPE_INITIATOR_PARTITIONS","features":[325]},{"name":"TAPE_LOAD","features":[325]},{"name":"TAPE_LOCK","features":[325]},{"name":"TAPE_LOGICAL_BLOCK","features":[325]},{"name":"TAPE_LOGICAL_POSITION","features":[325]},{"name":"TAPE_LONG_FILEMARKS","features":[325]},{"name":"TAPE_POSITION_METHOD","features":[325]},{"name":"TAPE_POSITION_TYPE","features":[325]},{"name":"TAPE_PREPARE","features":[305,325]},{"name":"TAPE_REWIND","features":[325]},{"name":"TAPE_SELECT_PARTITIONS","features":[325]},{"name":"TAPE_SETMARKS","features":[325]},{"name":"TAPE_SET_POSITION","features":[305,325]},{"name":"TAPE_SHORT_FILEMARKS","features":[325]},{"name":"TAPE_SPACE_END_OF_DATA","features":[325]},{"name":"TAPE_SPACE_FILEMARKS","features":[325]},{"name":"TAPE_SPACE_RELATIVE_BLOCKS","features":[325]},{"name":"TAPE_SPACE_SEQUENTIAL_FMKS","features":[325]},{"name":"TAPE_SPACE_SEQUENTIAL_SMKS","features":[325]},{"name":"TAPE_SPACE_SETMARKS","features":[325]},{"name":"TAPE_TENSION","features":[325]},{"name":"TAPE_UNLOAD","features":[325]},{"name":"TAPE_UNLOCK","features":[325]},{"name":"TAPE_WRITE_MARKS","features":[305,325]},{"name":"TRANSACTIONMANAGER_OBJECT_PATH","features":[325]},{"name":"TRANSACTION_DO_NOT_PROMOTE","features":[325]},{"name":"TRANSACTION_MANAGER_COMMIT_DEFAULT","features":[325]},{"name":"TRANSACTION_MANAGER_COMMIT_LOWEST","features":[325]},{"name":"TRANSACTION_MANAGER_COMMIT_SYSTEM_HIVES","features":[325]},{"name":"TRANSACTION_MANAGER_COMMIT_SYSTEM_VOLUME","features":[325]},{"name":"TRANSACTION_MANAGER_CORRUPT_FOR_PROGRESS","features":[325]},{"name":"TRANSACTION_MANAGER_CORRUPT_FOR_RECOVERY","features":[325]},{"name":"TRANSACTION_MANAGER_MAXIMUM_OPTION","features":[325]},{"name":"TRANSACTION_MANAGER_VOLATILE","features":[325]},{"name":"TRANSACTION_MAXIMUM_OPTION","features":[325]},{"name":"TRANSACTION_NOTIFICATION","features":[325]},{"name":"TRANSACTION_NOTIFICATION_MARSHAL_ARGUMENT","features":[325]},{"name":"TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT","features":[325]},{"name":"TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT","features":[325]},{"name":"TRANSACTION_NOTIFICATION_SAVEPOINT_ARGUMENT","features":[325]},{"name":"TRANSACTION_NOTIFICATION_TM_ONLINE_ARGUMENT","features":[325]},{"name":"TRANSACTION_NOTIFICATION_TM_ONLINE_FLAG_IS_CLUSTERED","features":[325]},{"name":"TRANSACTION_NOTIFY_COMMIT","features":[325]},{"name":"TRANSACTION_NOTIFY_COMMIT_COMPLETE","features":[325]},{"name":"TRANSACTION_NOTIFY_COMMIT_FINALIZE","features":[325]},{"name":"TRANSACTION_NOTIFY_COMMIT_REQUEST","features":[325]},{"name":"TRANSACTION_NOTIFY_DELEGATE_COMMIT","features":[325]},{"name":"TRANSACTION_NOTIFY_ENLIST_MASK","features":[325]},{"name":"TRANSACTION_NOTIFY_ENLIST_PREPREPARE","features":[325]},{"name":"TRANSACTION_NOTIFY_INDOUBT","features":[325]},{"name":"TRANSACTION_NOTIFY_LAST_RECOVER","features":[325]},{"name":"TRANSACTION_NOTIFY_MARSHAL","features":[325]},{"name":"TRANSACTION_NOTIFY_MASK","features":[325]},{"name":"TRANSACTION_NOTIFY_PREPARE","features":[325]},{"name":"TRANSACTION_NOTIFY_PREPARE_COMPLETE","features":[325]},{"name":"TRANSACTION_NOTIFY_PREPREPARE","features":[325]},{"name":"TRANSACTION_NOTIFY_PREPREPARE_COMPLETE","features":[325]},{"name":"TRANSACTION_NOTIFY_PROMOTE","features":[325]},{"name":"TRANSACTION_NOTIFY_PROMOTE_NEW","features":[325]},{"name":"TRANSACTION_NOTIFY_PROPAGATE_PULL","features":[325]},{"name":"TRANSACTION_NOTIFY_PROPAGATE_PUSH","features":[325]},{"name":"TRANSACTION_NOTIFY_RECOVER","features":[325]},{"name":"TRANSACTION_NOTIFY_RECOVER_QUERY","features":[325]},{"name":"TRANSACTION_NOTIFY_REQUEST_OUTCOME","features":[325]},{"name":"TRANSACTION_NOTIFY_RM_DISCONNECTED","features":[325]},{"name":"TRANSACTION_NOTIFY_ROLLBACK","features":[325]},{"name":"TRANSACTION_NOTIFY_ROLLBACK_COMPLETE","features":[325]},{"name":"TRANSACTION_NOTIFY_SINGLE_PHASE_COMMIT","features":[325]},{"name":"TRANSACTION_NOTIFY_TM_ONLINE","features":[325]},{"name":"TRANSACTION_OBJECT_PATH","features":[325]},{"name":"TRANSACTION_OUTCOME","features":[325]},{"name":"TRUNCATE_EXISTING","features":[325]},{"name":"TXFS_MINIVERSION","features":[325]},{"name":"TXFS_MINIVERSION_COMMITTED_VIEW","features":[325]},{"name":"TXFS_MINIVERSION_DEFAULT_VIEW","features":[325]},{"name":"TXFS_MINIVERSION_DIRTY_VIEW","features":[325]},{"name":"TXF_ID","features":[325]},{"name":"TXF_LOG_RECORD_AFFECTED_FILE","features":[325]},{"name":"TXF_LOG_RECORD_BASE","features":[325]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_ABORT","features":[325]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_COMMIT","features":[325]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_DATA","features":[325]},{"name":"TXF_LOG_RECORD_GENERIC_TYPE_PREPARE","features":[325]},{"name":"TXF_LOG_RECORD_TRUNCATE","features":[325]},{"name":"TXF_LOG_RECORD_TYPE","features":[325]},{"name":"TXF_LOG_RECORD_TYPE_AFFECTED_FILE","features":[325]},{"name":"TXF_LOG_RECORD_TYPE_TRUNCATE","features":[325]},{"name":"TXF_LOG_RECORD_TYPE_WRITE","features":[325]},{"name":"TXF_LOG_RECORD_WRITE","features":[325]},{"name":"TerminateLogArchive","features":[305,325]},{"name":"TerminateReadLog","features":[305,325]},{"name":"TransactionOutcomeAborted","features":[325]},{"name":"TransactionOutcomeCommitted","features":[325]},{"name":"TransactionOutcomeUndetermined","features":[325]},{"name":"TruncateLog","features":[305,325,311]},{"name":"TxfGetThreadMiniVersionForCreate","features":[325]},{"name":"TxfLogCreateFileReadContext","features":[305,325]},{"name":"TxfLogCreateRangeReadContext","features":[305,325]},{"name":"TxfLogDestroyReadContext","features":[305,325]},{"name":"TxfLogReadRecords","features":[305,325]},{"name":"TxfLogRecordGetFileName","features":[305,325]},{"name":"TxfLogRecordGetGenericType","features":[305,325]},{"name":"TxfReadMetadataInfo","features":[305,325]},{"name":"TxfSetThreadMiniVersionForCreate","features":[325]},{"name":"UnlockFile","features":[305,325]},{"name":"UnlockFileEx","features":[305,325,311]},{"name":"VER_FIND_FILE_FLAGS","features":[325]},{"name":"VER_FIND_FILE_STATUS","features":[325]},{"name":"VER_INSTALL_FILE_FLAGS","features":[325]},{"name":"VER_INSTALL_FILE_STATUS","features":[325]},{"name":"VFFF_ISSHAREDFILE","features":[325]},{"name":"VFF_BUFFTOOSMALL","features":[325]},{"name":"VFF_CURNEDEST","features":[325]},{"name":"VFF_FILEINUSE","features":[325]},{"name":"VFT2_DRV_COMM","features":[325]},{"name":"VFT2_DRV_DISPLAY","features":[325]},{"name":"VFT2_DRV_INPUTMETHOD","features":[325]},{"name":"VFT2_DRV_INSTALLABLE","features":[325]},{"name":"VFT2_DRV_KEYBOARD","features":[325]},{"name":"VFT2_DRV_LANGUAGE","features":[325]},{"name":"VFT2_DRV_MOUSE","features":[325]},{"name":"VFT2_DRV_NETWORK","features":[325]},{"name":"VFT2_DRV_PRINTER","features":[325]},{"name":"VFT2_DRV_SOUND","features":[325]},{"name":"VFT2_DRV_SYSTEM","features":[325]},{"name":"VFT2_DRV_VERSIONED_PRINTER","features":[325]},{"name":"VFT2_FONT_RASTER","features":[325]},{"name":"VFT2_FONT_TRUETYPE","features":[325]},{"name":"VFT2_FONT_VECTOR","features":[325]},{"name":"VFT2_UNKNOWN","features":[325]},{"name":"VFT_APP","features":[325]},{"name":"VFT_DLL","features":[325]},{"name":"VFT_DRV","features":[325]},{"name":"VFT_FONT","features":[325]},{"name":"VFT_STATIC_LIB","features":[325]},{"name":"VFT_UNKNOWN","features":[325]},{"name":"VFT_VXD","features":[325]},{"name":"VIFF_DONTDELETEOLD","features":[325]},{"name":"VIFF_FORCEINSTALL","features":[325]},{"name":"VIF_ACCESSVIOLATION","features":[325]},{"name":"VIF_BUFFTOOSMALL","features":[325]},{"name":"VIF_CANNOTCREATE","features":[325]},{"name":"VIF_CANNOTDELETE","features":[325]},{"name":"VIF_CANNOTDELETECUR","features":[325]},{"name":"VIF_CANNOTLOADCABINET","features":[325]},{"name":"VIF_CANNOTLOADLZ32","features":[325]},{"name":"VIF_CANNOTREADDST","features":[325]},{"name":"VIF_CANNOTREADSRC","features":[325]},{"name":"VIF_CANNOTRENAME","features":[325]},{"name":"VIF_DIFFCODEPG","features":[325]},{"name":"VIF_DIFFLANG","features":[325]},{"name":"VIF_DIFFTYPE","features":[325]},{"name":"VIF_FILEINUSE","features":[325]},{"name":"VIF_MISMATCH","features":[325]},{"name":"VIF_OUTOFMEMORY","features":[325]},{"name":"VIF_OUTOFSPACE","features":[325]},{"name":"VIF_SHARINGVIOLATION","features":[325]},{"name":"VIF_SRCOLD","features":[325]},{"name":"VIF_TEMPFILE","features":[325]},{"name":"VIF_WRITEPROT","features":[325]},{"name":"VOLUME_ALLOCATE_BC_STREAM_INPUT","features":[305,325]},{"name":"VOLUME_ALLOCATE_BC_STREAM_OUTPUT","features":[325]},{"name":"VOLUME_ALLOCATION_HINT_INPUT","features":[325]},{"name":"VOLUME_ALLOCATION_HINT_OUTPUT","features":[325]},{"name":"VOLUME_CRITICAL_IO","features":[325]},{"name":"VOLUME_FAILOVER_SET","features":[325]},{"name":"VOLUME_GET_BC_PROPERTIES_INPUT","features":[325]},{"name":"VOLUME_GET_BC_PROPERTIES_OUTPUT","features":[325]},{"name":"VOLUME_LOGICAL_OFFSET","features":[325]},{"name":"VOLUME_NAME_DOS","features":[325]},{"name":"VOLUME_NAME_GUID","features":[325]},{"name":"VOLUME_NAME_NONE","features":[325]},{"name":"VOLUME_NAME_NT","features":[325]},{"name":"VOLUME_NUMBER","features":[325]},{"name":"VOLUME_PHYSICAL_OFFSET","features":[325]},{"name":"VOLUME_PHYSICAL_OFFSETS","features":[325]},{"name":"VOLUME_READ_PLEX_INPUT","features":[325]},{"name":"VOLUME_SET_GPT_ATTRIBUTES_INFORMATION","features":[305,325]},{"name":"VOLUME_SHRINK_INFO","features":[325]},{"name":"VOS_DOS","features":[325]},{"name":"VOS_DOS_WINDOWS16","features":[325]},{"name":"VOS_DOS_WINDOWS32","features":[325]},{"name":"VOS_NT","features":[325]},{"name":"VOS_NT_WINDOWS32","features":[325]},{"name":"VOS_OS216","features":[325]},{"name":"VOS_OS216_PM16","features":[325]},{"name":"VOS_OS232","features":[325]},{"name":"VOS_OS232_PM32","features":[325]},{"name":"VOS_UNKNOWN","features":[325]},{"name":"VOS_WINCE","features":[325]},{"name":"VOS__BASE","features":[325]},{"name":"VOS__PM16","features":[325]},{"name":"VOS__PM32","features":[325]},{"name":"VOS__WINDOWS16","features":[325]},{"name":"VOS__WINDOWS32","features":[325]},{"name":"VS_FFI_FILEFLAGSMASK","features":[325]},{"name":"VS_FFI_SIGNATURE","features":[325]},{"name":"VS_FFI_STRUCVERSION","features":[325]},{"name":"VS_FF_DEBUG","features":[325]},{"name":"VS_FF_INFOINFERRED","features":[325]},{"name":"VS_FF_PATCHED","features":[325]},{"name":"VS_FF_PRERELEASE","features":[325]},{"name":"VS_FF_PRIVATEBUILD","features":[325]},{"name":"VS_FF_SPECIALBUILD","features":[325]},{"name":"VS_FIXEDFILEINFO","features":[325]},{"name":"VS_FIXEDFILEINFO_FILE_FLAGS","features":[325]},{"name":"VS_FIXEDFILEINFO_FILE_OS","features":[325]},{"name":"VS_FIXEDFILEINFO_FILE_SUBTYPE","features":[325]},{"name":"VS_FIXEDFILEINFO_FILE_TYPE","features":[325]},{"name":"VS_USER_DEFINED","features":[325]},{"name":"VS_VERSION_INFO","features":[325]},{"name":"ValidateLog","features":[305,309,325]},{"name":"VerFindFileA","features":[325]},{"name":"VerFindFileW","features":[325]},{"name":"VerInstallFileA","features":[325]},{"name":"VerInstallFileW","features":[325]},{"name":"VerLanguageNameA","features":[325]},{"name":"VerLanguageNameW","features":[325]},{"name":"VerQueryValueA","features":[305,325]},{"name":"VerQueryValueW","features":[305,325]},{"name":"WIM_BOOT_NOT_OS_WIM","features":[325]},{"name":"WIM_BOOT_OS_WIM","features":[325]},{"name":"WIM_ENTRY_FLAG_NOT_ACTIVE","features":[325]},{"name":"WIM_ENTRY_FLAG_SUSPENDED","features":[325]},{"name":"WIM_ENTRY_INFO","features":[325]},{"name":"WIM_EXTERNAL_FILE_INFO","features":[325]},{"name":"WIM_EXTERNAL_FILE_INFO_FLAG_NOT_ACTIVE","features":[325]},{"name":"WIM_EXTERNAL_FILE_INFO_FLAG_SUSPENDED","features":[325]},{"name":"WIM_PROVIDER_HASH_SIZE","features":[325]},{"name":"WIN32_FILE_ATTRIBUTE_DATA","features":[305,325]},{"name":"WIN32_FIND_DATAA","features":[305,325]},{"name":"WIN32_FIND_DATAW","features":[305,325]},{"name":"WIN32_FIND_STREAM_DATA","features":[325]},{"name":"WIN32_STREAM_ID","features":[325]},{"name":"WINEFS_SETUSERKEY_SET_CAPABILITIES","features":[325]},{"name":"WIN_STREAM_ID","features":[325]},{"name":"WOF_FILE_COMPRESSION_INFO_V0","features":[325]},{"name":"WOF_FILE_COMPRESSION_INFO_V1","features":[325]},{"name":"WOF_PROVIDER_FILE","features":[325]},{"name":"WOF_PROVIDER_WIM","features":[325]},{"name":"WRITE_DAC","features":[325]},{"name":"WRITE_OWNER","features":[325]},{"name":"WofEnumEntries","features":[305,325]},{"name":"WofEnumEntryProc","features":[305,325]},{"name":"WofEnumFilesProc","features":[305,325]},{"name":"WofFileEnumFiles","features":[305,325]},{"name":"WofGetDriverVersion","features":[305,325]},{"name":"WofIsExternalFile","features":[305,325]},{"name":"WofSetFileDataLocation","features":[305,325]},{"name":"WofShouldCompressBinaries","features":[305,325]},{"name":"WofWimAddEntry","features":[325]},{"name":"WofWimEnumFiles","features":[305,325]},{"name":"WofWimRemoveEntry","features":[325]},{"name":"WofWimSuspendEntry","features":[325]},{"name":"WofWimUpdateEntry","features":[325]},{"name":"Wow64DisableWow64FsRedirection","features":[305,325]},{"name":"Wow64EnableWow64FsRedirection","features":[305,325]},{"name":"Wow64RevertWow64FsRedirection","features":[305,325]},{"name":"WriteEncryptedFileRaw","features":[325]},{"name":"WriteFile","features":[305,325,311]},{"name":"WriteFileEx","features":[305,325,311]},{"name":"WriteFileGather","features":[305,325,311]},{"name":"WriteLogRestartArea","features":[305,325,311]},{"name":"WriteTapemark","features":[305,325]},{"name":"_FT_TYPES_DEFINITION_","features":[325]}],"520":[{"name":"BlockRange","features":[517]},{"name":"BlockRangeList","features":[517]},{"name":"BootOptions","features":[517]},{"name":"CATID_SMTP_DNSRESOLVERRECORDSINK","features":[517]},{"name":"CATID_SMTP_DSN","features":[517]},{"name":"CATID_SMTP_GET_AUX_DOMAIN_INFO_FLAGS","features":[517]},{"name":"CATID_SMTP_LOG","features":[517]},{"name":"CATID_SMTP_MAXMSGSIZE","features":[517]},{"name":"CATID_SMTP_MSGTRACKLOG","features":[517]},{"name":"CATID_SMTP_ON_BEFORE_DATA","features":[517]},{"name":"CATID_SMTP_ON_INBOUND_COMMAND","features":[517]},{"name":"CATID_SMTP_ON_MESSAGE_START","features":[517]},{"name":"CATID_SMTP_ON_PER_RECIPIENT","features":[517]},{"name":"CATID_SMTP_ON_SERVER_RESPONSE","features":[517]},{"name":"CATID_SMTP_ON_SESSION_END","features":[517]},{"name":"CATID_SMTP_ON_SESSION_START","features":[517]},{"name":"CATID_SMTP_STORE_DRIVER","features":[517]},{"name":"CATID_SMTP_TRANSPORT_CATEGORIZE","features":[517]},{"name":"CATID_SMTP_TRANSPORT_POSTCATEGORIZE","features":[517]},{"name":"CATID_SMTP_TRANSPORT_PRECATEGORIZE","features":[517]},{"name":"CATID_SMTP_TRANSPORT_ROUTER","features":[517]},{"name":"CATID_SMTP_TRANSPORT_SUBMISSION","features":[517]},{"name":"CLSID_SmtpCat","features":[517]},{"name":"CloseIMsgSession","features":[517]},{"name":"DDiscFormat2DataEvents","features":[517,358]},{"name":"DDiscFormat2EraseEvents","features":[517,358]},{"name":"DDiscFormat2RawCDEvents","features":[517,358]},{"name":"DDiscFormat2TrackAtOnceEvents","features":[517,358]},{"name":"DDiscMaster2Events","features":[517,358]},{"name":"DFileSystemImageEvents","features":[517,358]},{"name":"DFileSystemImageImportEvents","features":[517,358]},{"name":"DISC_RECORDER_STATE_FLAGS","features":[517]},{"name":"DISPID_DDISCFORMAT2DATAEVENTS_UPDATE","features":[517]},{"name":"DISPID_DDISCFORMAT2RAWCDEVENTS_UPDATE","features":[517]},{"name":"DISPID_DDISCFORMAT2TAOEVENTS_UPDATE","features":[517]},{"name":"DISPID_DDISCMASTER2EVENTS_DEVICEADDED","features":[517]},{"name":"DISPID_DDISCMASTER2EVENTS_DEVICEREMOVED","features":[517]},{"name":"DISPID_DFILESYSTEMIMAGEEVENTS_UPDATE","features":[517]},{"name":"DISPID_DFILESYSTEMIMAGEIMPORTEVENTS_UPDATEIMPORT","features":[517]},{"name":"DISPID_DWRITEENGINE2EVENTS_UPDATE","features":[517]},{"name":"DISPID_IBLOCKRANGELIST_BLOCKRANGES","features":[517]},{"name":"DISPID_IBLOCKRANGE_ENDLBA","features":[517]},{"name":"DISPID_IBLOCKRANGE_STARTLBA","features":[517]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_CURRENTACTION","features":[517]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ELAPSEDTIME","features":[517]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ESTIMATEDREMAININGTIME","features":[517]},{"name":"DISPID_IDISCFORMAT2DATAEVENTARGS_ESTIMATEDTOTALTIME","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_BUFFERUNDERRUNFREEDISABLED","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_CANCELWRITE","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_CLIENTNAME","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTMEDIASTATUS","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTMEDIATYPE","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTROTATIONTYPEISPURECAV","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_CURRENTWRITESPEED","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_DISABLEDVDCOMPATIBILITYMODE","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_FORCEMEDIATOBECLOSED","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_FORCEOVERWRITE","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_FREESECTORS","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_LASTSECTOROFPREVIOUSSESSION","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_MUTLISESSIONINTERFACES","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_NEXTWRITABLEADDRESS","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_POSTGAPALREADYINIMAGE","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_RECORDER","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_REQUESTEDROTATIONTYPEISPURECAV","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_REQUESTEDWRITESPEED","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_SETWRITESPEED","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_STARTSECTOROFPREVIOUSSESSION","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_SUPPORTEDWRITESPEEDS","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_TOTALSECTORS","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_WRITE","features":[517]},{"name":"DISPID_IDISCFORMAT2DATA_WRITEPROTECTSTATUS","features":[517]},{"name":"DISPID_IDISCFORMAT2ERASEEVENTS_UPDATE","features":[517]},{"name":"DISPID_IDISCFORMAT2ERASE_CLIENTNAME","features":[517]},{"name":"DISPID_IDISCFORMAT2ERASE_ERASEMEDIA","features":[517]},{"name":"DISPID_IDISCFORMAT2ERASE_FULLERASE","features":[517]},{"name":"DISPID_IDISCFORMAT2ERASE_MEDIATYPE","features":[517]},{"name":"DISPID_IDISCFORMAT2ERASE_RECORDER","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_CURRENTACTION","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_CURRENTTRACKNUMBER","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ELAPSEDTIME","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ESTIMATEDREMAININGTIME","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCDEVENTARGS_ESTIMATEDTOTALTIME","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_BUFFERUNDERRUNFREEDISABLED","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_CANCELWRITE","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_CLIENTNAME","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTMEDIATYPE","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTROTATIONTYPEISPURECAV","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_CURRENTWRITESPEED","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_LASTPOSSIBLESTARTOFLEADOUT","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_PREPAREMEDIA","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_RECORDER","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_RELEASEMEDIA","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDDATASECTORTYPE","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDROTATIONTYPEISPURECAV","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_REQUESTEDWRITESPEED","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_SETWRITESPEED","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_STARTOFNEXTSESSION","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDDATASECTORTYPES","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_SUPPORTEDWRITESPEEDS","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_WRITEMEDIA","features":[517]},{"name":"DISPID_IDISCFORMAT2RAWCD_WRITEMEDIAWITHVALIDATION","features":[517]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_CURRENTACTION","features":[517]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_CURRENTTRACKNUMBER","features":[517]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ELAPSEDTIME","features":[517]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ESTIMATEDREMAININGTIME","features":[517]},{"name":"DISPID_IDISCFORMAT2TAOEVENTARGS_ESTIMATEDTOTALTIME","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_ADDAUDIOTRACK","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_BUFFERUNDERRUNFREEDISABLED","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_CANCELADDTRACK","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_CLIENTNAME","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTMEDIATYPE","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTROTATIONTYPEISPURECAV","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_CURRENTWRITESPEED","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_DONOTFINALIZEMEDIA","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_EXPECTEDTABLEOFCONTENTS","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_FINISHMEDIA","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_FREESECTORSONMEDIA","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_NUMBEROFEXISTINGTRACKS","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_PREPAREMEDIA","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_RECORDER","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_REQUESTEDROTATIONTYPEISPURECAV","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_REQUESTEDWRITESPEED","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_SETWRITESPEED","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_SUPPORTEDWRITESPEEDDESCRIPTORS","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_SUPPORTEDWRITESPEEDS","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_TOTALSECTORSONMEDIA","features":[517]},{"name":"DISPID_IDISCFORMAT2TAO_USEDSECTORSONMEDIA","features":[517]},{"name":"DISPID_IDISCFORMAT2_MEDIAHEURISTICALLYBLANK","features":[517]},{"name":"DISPID_IDISCFORMAT2_MEDIAPHYSICALLYBLANK","features":[517]},{"name":"DISPID_IDISCFORMAT2_MEDIASUPPORTED","features":[517]},{"name":"DISPID_IDISCFORMAT2_RECORDERSUPPORTED","features":[517]},{"name":"DISPID_IDISCFORMAT2_SUPPORTEDMEDIATYPES","features":[517]},{"name":"DISPID_IDISCRECORDER2_ACQUIREEXCLUSIVEACCESS","features":[517]},{"name":"DISPID_IDISCRECORDER2_ACTIVEDISCRECORDER","features":[517]},{"name":"DISPID_IDISCRECORDER2_CLOSETRAY","features":[517]},{"name":"DISPID_IDISCRECORDER2_CURRENTFEATUREPAGES","features":[517]},{"name":"DISPID_IDISCRECORDER2_CURRENTPROFILES","features":[517]},{"name":"DISPID_IDISCRECORDER2_DEVICECANLOADMEDIA","features":[517]},{"name":"DISPID_IDISCRECORDER2_DISABLEMCN","features":[517]},{"name":"DISPID_IDISCRECORDER2_EJECTMEDIA","features":[517]},{"name":"DISPID_IDISCRECORDER2_ENABLEMCN","features":[517]},{"name":"DISPID_IDISCRECORDER2_EXCLUSIVEACCESSOWNER","features":[517]},{"name":"DISPID_IDISCRECORDER2_INITIALIZEDISCRECORDER","features":[517]},{"name":"DISPID_IDISCRECORDER2_LEGACYDEVICENUMBER","features":[517]},{"name":"DISPID_IDISCRECORDER2_PRODUCTID","features":[517]},{"name":"DISPID_IDISCRECORDER2_PRODUCTREVISION","features":[517]},{"name":"DISPID_IDISCRECORDER2_RELEASEEXCLUSIVEACCESS","features":[517]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDFEATUREPAGES","features":[517]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDMODEPAGES","features":[517]},{"name":"DISPID_IDISCRECORDER2_SUPPORTEDPROFILES","features":[517]},{"name":"DISPID_IDISCRECORDER2_VENDORID","features":[517]},{"name":"DISPID_IDISCRECORDER2_VOLUMENAME","features":[517]},{"name":"DISPID_IDISCRECORDER2_VOLUMEPATHNAMES","features":[517]},{"name":"DISPID_IMULTISESSION_FIRSTDATASESSION","features":[517]},{"name":"DISPID_IMULTISESSION_FREESECTORS","features":[517]},{"name":"DISPID_IMULTISESSION_IMPORTRECORDER","features":[517]},{"name":"DISPID_IMULTISESSION_INUSE","features":[517]},{"name":"DISPID_IMULTISESSION_LASTSECTOROFPREVIOUSSESSION","features":[517]},{"name":"DISPID_IMULTISESSION_LASTWRITTENADDRESS","features":[517]},{"name":"DISPID_IMULTISESSION_NEXTWRITABLEADDRESS","features":[517]},{"name":"DISPID_IMULTISESSION_SECTORSONMEDIA","features":[517]},{"name":"DISPID_IMULTISESSION_STARTSECTOROFPREVIOUSSESSION","features":[517]},{"name":"DISPID_IMULTISESSION_SUPPORTEDONCURRENTMEDIA","features":[517]},{"name":"DISPID_IMULTISESSION_WRITEUNITSIZE","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDSPECIALPREGAP","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDSUBCODERWGENERATOR","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_ADDTRACK","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_CREATERESULTIMAGE","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_DISABLEGAPLESSAUDIO","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_EXPECTEDTABLEOFCONTENTS","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_MEDIACATALOGNUMBER","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_NUMBEROFEXISTINGTRACKS","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_RESULTINGIMAGETYPE","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTINGTRACKNUMBER","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTOFLEADOUT","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_STARTOFLEADOUTLIMIT","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_TRACKINFO","features":[517]},{"name":"DISPID_IRAWCDIMAGECREATOR_USEDSECTORSONDISC","features":[517]},{"name":"DISPID_IRAWCDTRACKINFO_AUDIOHASPREEMPHASIS","features":[517]},{"name":"DISPID_IRAWCDTRACKINFO_DIGITALAUDIOCOPYSETTING","features":[517]},{"name":"DISPID_IRAWCDTRACKINFO_ISRC","features":[517]},{"name":"DISPID_IRAWCDTRACKINFO_SECTORCOUNT","features":[517]},{"name":"DISPID_IRAWCDTRACKINFO_SECTORTYPE","features":[517]},{"name":"DISPID_IRAWCDTRACKINFO_STARTINGLBA","features":[517]},{"name":"DISPID_IRAWCDTRACKINFO_TRACKNUMBER","features":[517]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_FREESYSTEMBUFFER","features":[517]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_LASTREADLBA","features":[517]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_LASTWRITTENLBA","features":[517]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_SECTORCOUNT","features":[517]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_STARTLBA","features":[517]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_TOTALDEVICEBUFFER","features":[517]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_TOTALSYSTEMBUFFER","features":[517]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_USEDDEVICEBUFFER","features":[517]},{"name":"DISPID_IWRITEENGINE2EVENTARGS_USEDSYSTEMBUFFER","features":[517]},{"name":"DISPID_IWRITEENGINE2_BYTESPERSECTOR","features":[517]},{"name":"DISPID_IWRITEENGINE2_CANCELWRITE","features":[517]},{"name":"DISPID_IWRITEENGINE2_DISCRECORDER","features":[517]},{"name":"DISPID_IWRITEENGINE2_ENDINGSECTORSPERSECOND","features":[517]},{"name":"DISPID_IWRITEENGINE2_STARTINGSECTORSPERSECOND","features":[517]},{"name":"DISPID_IWRITEENGINE2_USESTREAMINGWRITE12","features":[517]},{"name":"DISPID_IWRITEENGINE2_WRITEINPROGRESS","features":[517]},{"name":"DISPID_IWRITEENGINE2_WRITESECTION","features":[517]},{"name":"DWriteEngine2Events","features":[517,358]},{"name":"Emulation12MFloppy","features":[517]},{"name":"Emulation144MFloppy","features":[517]},{"name":"Emulation288MFloppy","features":[517]},{"name":"EmulationHardDisk","features":[517]},{"name":"EmulationNone","features":[517]},{"name":"EmulationType","features":[517]},{"name":"EnumFsiItems","features":[517]},{"name":"EnumProgressItems","features":[517]},{"name":"FileSystemImageResult","features":[517]},{"name":"FsiDirectoryItem","features":[517]},{"name":"FsiFileItem","features":[517]},{"name":"FsiFileSystemISO9660","features":[517]},{"name":"FsiFileSystemJoliet","features":[517]},{"name":"FsiFileSystemNone","features":[517]},{"name":"FsiFileSystemUDF","features":[517]},{"name":"FsiFileSystemUnknown","features":[517]},{"name":"FsiFileSystems","features":[517]},{"name":"FsiItemDirectory","features":[517]},{"name":"FsiItemFile","features":[517]},{"name":"FsiItemNotFound","features":[517]},{"name":"FsiItemType","features":[517]},{"name":"FsiNamedStreams","features":[517]},{"name":"FsiStream","features":[517]},{"name":"GUID_SMTPSVC_SOURCE","features":[517]},{"name":"GUID_SMTP_SOURCE_TYPE","features":[517]},{"name":"GetAttribIMsgOnIStg","features":[517,395]},{"name":"IBlockRange","features":[517,358]},{"name":"IBlockRangeList","features":[517,358]},{"name":"IBootOptions","features":[517,358]},{"name":"IBurnVerification","features":[517]},{"name":"IDiscFormat2","features":[517,358]},{"name":"IDiscFormat2Data","features":[517,358]},{"name":"IDiscFormat2DataEventArgs","features":[517,358]},{"name":"IDiscFormat2Erase","features":[517,358]},{"name":"IDiscFormat2RawCD","features":[517,358]},{"name":"IDiscFormat2RawCDEventArgs","features":[517,358]},{"name":"IDiscFormat2TrackAtOnce","features":[517,358]},{"name":"IDiscFormat2TrackAtOnceEventArgs","features":[517,358]},{"name":"IDiscMaster","features":[517]},{"name":"IDiscMaster2","features":[517,358]},{"name":"IDiscMasterProgressEvents","features":[517]},{"name":"IDiscRecorder","features":[517]},{"name":"IDiscRecorder2","features":[517,358]},{"name":"IDiscRecorder2Ex","features":[517]},{"name":"IEnumDiscMasterFormats","features":[517]},{"name":"IEnumDiscRecorders","features":[517]},{"name":"IEnumFsiItems","features":[517]},{"name":"IEnumProgressItems","features":[517]},{"name":"IFileSystemImage","features":[517,358]},{"name":"IFileSystemImage2","features":[517,358]},{"name":"IFileSystemImage3","features":[517,358]},{"name":"IFileSystemImageResult","features":[517,358]},{"name":"IFileSystemImageResult2","features":[517,358]},{"name":"IFsiDirectoryItem","features":[517,358]},{"name":"IFsiDirectoryItem2","features":[517,358]},{"name":"IFsiFileItem","features":[517,358]},{"name":"IFsiFileItem2","features":[517,358]},{"name":"IFsiItem","features":[517,358]},{"name":"IFsiNamedStreams","features":[517,358]},{"name":"IIsoImageManager","features":[517,358]},{"name":"IJolietDiscMaster","features":[517]},{"name":"IMAPI2FS_BOOT_ENTRY_COUNT_MAX","features":[517]},{"name":"IMAPI2FS_FullVersion_STR","features":[517]},{"name":"IMAPI2FS_FullVersion_WSTR","features":[517]},{"name":"IMAPI2FS_MajorVersion","features":[517]},{"name":"IMAPI2FS_MinorVersion","features":[517]},{"name":"IMAPI2_DEFAULT_COMMAND_TIMEOUT","features":[517]},{"name":"IMAPILib2_MajorVersion","features":[517]},{"name":"IMAPILib2_MinorVersion","features":[517]},{"name":"IMAPI_BURN_VERIFICATION_FULL","features":[517]},{"name":"IMAPI_BURN_VERIFICATION_LEVEL","features":[517]},{"name":"IMAPI_BURN_VERIFICATION_NONE","features":[517]},{"name":"IMAPI_BURN_VERIFICATION_QUICK","features":[517]},{"name":"IMAPI_CD_SECTOR_AUDIO","features":[517]},{"name":"IMAPI_CD_SECTOR_MODE1","features":[517]},{"name":"IMAPI_CD_SECTOR_MODE1RAW","features":[517]},{"name":"IMAPI_CD_SECTOR_MODE2FORM0","features":[517]},{"name":"IMAPI_CD_SECTOR_MODE2FORM0RAW","features":[517]},{"name":"IMAPI_CD_SECTOR_MODE2FORM1","features":[517]},{"name":"IMAPI_CD_SECTOR_MODE2FORM1RAW","features":[517]},{"name":"IMAPI_CD_SECTOR_MODE2FORM2","features":[517]},{"name":"IMAPI_CD_SECTOR_MODE2FORM2RAW","features":[517]},{"name":"IMAPI_CD_SECTOR_MODE_ZERO","features":[517]},{"name":"IMAPI_CD_SECTOR_TYPE","features":[517]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_PERMITTED","features":[517]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_PROHIBITED","features":[517]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_SCMS","features":[517]},{"name":"IMAPI_CD_TRACK_DIGITAL_COPY_SETTING","features":[517]},{"name":"IMAPI_E_ALREADYOPEN","features":[517]},{"name":"IMAPI_E_BADJOLIETNAME","features":[517]},{"name":"IMAPI_E_BOOTIMAGE_AND_NONBLANK_DISC","features":[517]},{"name":"IMAPI_E_CANNOT_WRITE_TO_MEDIA","features":[517]},{"name":"IMAPI_E_COMPRESSEDSTASH","features":[517]},{"name":"IMAPI_E_DEVICE_INVALIDTYPE","features":[517]},{"name":"IMAPI_E_DEVICE_NOPROPERTIES","features":[517]},{"name":"IMAPI_E_DEVICE_NOTACCESSIBLE","features":[517]},{"name":"IMAPI_E_DEVICE_NOTPRESENT","features":[517]},{"name":"IMAPI_E_DEVICE_STILL_IN_USE","features":[517]},{"name":"IMAPI_E_DISCFULL","features":[517]},{"name":"IMAPI_E_DISCINFO","features":[517]},{"name":"IMAPI_E_ENCRYPTEDSTASH","features":[517]},{"name":"IMAPI_E_FILEACCESS","features":[517]},{"name":"IMAPI_E_FILEEXISTS","features":[517]},{"name":"IMAPI_E_FILESYSTEM","features":[517]},{"name":"IMAPI_E_GENERIC","features":[517]},{"name":"IMAPI_E_INITIALIZE_ENDWRITE","features":[517]},{"name":"IMAPI_E_INITIALIZE_WRITE","features":[517]},{"name":"IMAPI_E_INVALIDIMAGE","features":[517]},{"name":"IMAPI_E_LOSS_OF_STREAMING","features":[517]},{"name":"IMAPI_E_MEDIUM_INVALIDTYPE","features":[517]},{"name":"IMAPI_E_MEDIUM_NOTPRESENT","features":[517]},{"name":"IMAPI_E_NOACTIVEFORMAT","features":[517]},{"name":"IMAPI_E_NOACTIVERECORDER","features":[517]},{"name":"IMAPI_E_NOTENOUGHDISKFORSTASH","features":[517]},{"name":"IMAPI_E_NOTINITIALIZED","features":[517]},{"name":"IMAPI_E_NOTOPENED","features":[517]},{"name":"IMAPI_E_REMOVABLESTASH","features":[517]},{"name":"IMAPI_E_STASHINUSE","features":[517]},{"name":"IMAPI_E_TRACKNOTOPEN","features":[517]},{"name":"IMAPI_E_TRACKOPEN","features":[517]},{"name":"IMAPI_E_TRACK_NOT_BIG_ENOUGH","features":[517]},{"name":"IMAPI_E_USERABORT","features":[517]},{"name":"IMAPI_E_WRONGDISC","features":[517]},{"name":"IMAPI_E_WRONGFORMAT","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_AACS","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_PSEUDO_OVERWRITE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_READ","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_BD_WRITE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CDRW_CAV_WRITE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_ANALOG_PLAY","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_MASTERING","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_MULTIREAD","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_READ","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_RW_MEDIA_WRITE_SUPPORT","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CD_TRACK_AT_ONCE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_CORE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DISC_CONTROL_BLOCKS","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_READ","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_RW_WRITE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DOUBLE_DENSITY_CD_R_WRITE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_CPRM","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_CSS","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_DASH_WRITE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_R","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_RW","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_PLUS_R_DUAL_LAYER","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_DVD_READ","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_EMBEDDED_CHANGER","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_ENHANCED_DEFECT_REPORTING","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_FIRMWARE_INFORMATION","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_FORMATTABLE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HARDWARE_DEFECT_MANAGEMENT","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HD_DVD_READ","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_HD_DVD_WRITE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_INCREMENTAL_STREAMING_WRITABLE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_LAYER_JUMP_RECORDING","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_LOGICAL_UNIT_SERIAL_NUMBER","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MEDIA_SERIAL_NUMBER","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MICROCODE_UPDATE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MORPHING","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_MRW","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_POWER_MANAGEMENT","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_PROFILE_LIST","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RANDOMLY_READABLE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RANDOMLY_WRITABLE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_REAL_TIME_STREAMING","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_REMOVABLE_MEDIUM","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RESTRICTED_OVERWRITE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_RIGID_RESTRICTED_OVERWRITE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_SECTOR_ERASABLE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_SMART","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_TIMEOUT","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_VCPS","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_WRITE_ONCE","features":[517]},{"name":"IMAPI_FEATURE_PAGE_TYPE_WRITE_PROTECT","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_APPENDABLE","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_BLANK","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_DAMAGED","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_ERASE_REQUIRED","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_FINALIZED","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_FINAL_SESSION","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_INFORMATIONAL_MASK","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_NON_EMPTY_SESSION","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_OVERWRITE_ONLY","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_RANDOMLY_WRITABLE","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNKNOWN","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNSUPPORTED_MASK","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_UNSUPPORTED_MEDIA","features":[517]},{"name":"IMAPI_FORMAT2_DATA_MEDIA_STATE_WRITE_PROTECTED","features":[517]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION","features":[517]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_CALIBRATING_POWER","features":[517]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_COMPLETED","features":[517]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_FINALIZATION","features":[517]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_FORMATTING_MEDIA","features":[517]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_INITIALIZING_HARDWARE","features":[517]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_VALIDATING_MEDIA","features":[517]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_VERIFYING","features":[517]},{"name":"IMAPI_FORMAT2_DATA_WRITE_ACTION_WRITING_DATA","features":[517]},{"name":"IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE","features":[517]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_COOKED","features":[517]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_RAW","features":[517]},{"name":"IMAPI_FORMAT2_RAW_CD_SUBCODE_PQ_ONLY","features":[517]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION","features":[517]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_FINISHING","features":[517]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_PREPARING","features":[517]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_UNKNOWN","features":[517]},{"name":"IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_WRITING","features":[517]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION","features":[517]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_FINISHING","features":[517]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_PREPARING","features":[517]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_UNKNOWN","features":[517]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_VERIFYING","features":[517]},{"name":"IMAPI_FORMAT2_TAO_WRITE_ACTION_WRITING","features":[517]},{"name":"IMAPI_MEDIA_PHYSICAL_TYPE","features":[517]},{"name":"IMAPI_MEDIA_TYPE_BDR","features":[517]},{"name":"IMAPI_MEDIA_TYPE_BDRE","features":[517]},{"name":"IMAPI_MEDIA_TYPE_BDROM","features":[517]},{"name":"IMAPI_MEDIA_TYPE_CDR","features":[517]},{"name":"IMAPI_MEDIA_TYPE_CDROM","features":[517]},{"name":"IMAPI_MEDIA_TYPE_CDRW","features":[517]},{"name":"IMAPI_MEDIA_TYPE_DISK","features":[517]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHR","features":[517]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHRW","features":[517]},{"name":"IMAPI_MEDIA_TYPE_DVDDASHR_DUALLAYER","features":[517]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSR","features":[517]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSRW","features":[517]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSRW_DUALLAYER","features":[517]},{"name":"IMAPI_MEDIA_TYPE_DVDPLUSR_DUALLAYER","features":[517]},{"name":"IMAPI_MEDIA_TYPE_DVDRAM","features":[517]},{"name":"IMAPI_MEDIA_TYPE_DVDROM","features":[517]},{"name":"IMAPI_MEDIA_TYPE_HDDVDR","features":[517]},{"name":"IMAPI_MEDIA_TYPE_HDDVDRAM","features":[517]},{"name":"IMAPI_MEDIA_TYPE_HDDVDROM","features":[517]},{"name":"IMAPI_MEDIA_TYPE_MAX","features":[517]},{"name":"IMAPI_MEDIA_TYPE_UNKNOWN","features":[517]},{"name":"IMAPI_MEDIA_WRITE_PROTECT_STATE","features":[517]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE","features":[517]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_CHANGEABLE_VALUES","features":[517]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_CURRENT_VALUES","features":[517]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_DEFAULT_VALUES","features":[517]},{"name":"IMAPI_MODE_PAGE_REQUEST_TYPE_SAVED_VALUES","features":[517]},{"name":"IMAPI_MODE_PAGE_TYPE","features":[517]},{"name":"IMAPI_MODE_PAGE_TYPE_CACHING","features":[517]},{"name":"IMAPI_MODE_PAGE_TYPE_INFORMATIONAL_EXCEPTIONS","features":[517]},{"name":"IMAPI_MODE_PAGE_TYPE_LEGACY_CAPABILITIES","features":[517]},{"name":"IMAPI_MODE_PAGE_TYPE_MRW","features":[517]},{"name":"IMAPI_MODE_PAGE_TYPE_POWER_CONDITION","features":[517]},{"name":"IMAPI_MODE_PAGE_TYPE_READ_WRITE_ERROR_RECOVERY","features":[517]},{"name":"IMAPI_MODE_PAGE_TYPE_TIMEOUT_AND_PROTECT","features":[517]},{"name":"IMAPI_MODE_PAGE_TYPE_WRITE_PARAMETERS","features":[517]},{"name":"IMAPI_PROFILE_TYPE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_AS_MO","features":[517]},{"name":"IMAPI_PROFILE_TYPE_BD_REWRITABLE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_BD_ROM","features":[517]},{"name":"IMAPI_PROFILE_TYPE_BD_R_RANDOM_RECORDING","features":[517]},{"name":"IMAPI_PROFILE_TYPE_BD_R_SEQUENTIAL","features":[517]},{"name":"IMAPI_PROFILE_TYPE_CDROM","features":[517]},{"name":"IMAPI_PROFILE_TYPE_CD_RECORDABLE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_CD_REWRITABLE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DDCDROM","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DDCD_RECORDABLE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DDCD_REWRITABLE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVDROM","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_RECORDABLE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_REWRITABLE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_RW_SEQUENTIAL","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_R_DUAL_LAYER_JUMP","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVD_DASH_R_DUAL_SEQUENTIAL","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_R","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_RW","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_RW_DUAL","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVD_PLUS_R_DUAL","features":[517]},{"name":"IMAPI_PROFILE_TYPE_DVD_RAM","features":[517]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_RAM","features":[517]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_RECORDABLE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_HD_DVD_ROM","features":[517]},{"name":"IMAPI_PROFILE_TYPE_INVALID","features":[517]},{"name":"IMAPI_PROFILE_TYPE_MO_ERASABLE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_MO_WRITE_ONCE","features":[517]},{"name":"IMAPI_PROFILE_TYPE_NON_REMOVABLE_DISK","features":[517]},{"name":"IMAPI_PROFILE_TYPE_NON_STANDARD","features":[517]},{"name":"IMAPI_PROFILE_TYPE_REMOVABLE_DISK","features":[517]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE","features":[517]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_LBA","features":[517]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_SESSION","features":[517]},{"name":"IMAPI_READ_TRACK_ADDRESS_TYPE_TRACK","features":[517]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_BD","features":[517]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_CD","features":[517]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_DVD","features":[517]},{"name":"IMAPI_SECTORS_PER_SECOND_AT_1X_HD_DVD","features":[517]},{"name":"IMAPI_SECTOR_SIZE","features":[517]},{"name":"IMAPI_S_BUFFER_TO_SMALL","features":[517]},{"name":"IMAPI_S_PROPERTIESIGNORED","features":[517]},{"name":"IMAPI_WRITEPROTECTED_BY_CARTRIDGE","features":[517]},{"name":"IMAPI_WRITEPROTECTED_BY_DISC_CONTROL_BLOCK","features":[517]},{"name":"IMAPI_WRITEPROTECTED_BY_MEDIA_SPECIFIC_REASON","features":[517]},{"name":"IMAPI_WRITEPROTECTED_BY_SOFTWARE_WRITE_PROTECT","features":[517]},{"name":"IMAPI_WRITEPROTECTED_READ_ONLY_MEDIA","features":[517]},{"name":"IMAPI_WRITEPROTECTED_UNTIL_POWERDOWN","features":[517]},{"name":"IMMPID_CPV_AFTER__","features":[517]},{"name":"IMMPID_CPV_BEFORE__","features":[517]},{"name":"IMMPID_CPV_ENUM","features":[517]},{"name":"IMMPID_CP_START","features":[517]},{"name":"IMMPID_MPV_AFTER__","features":[517]},{"name":"IMMPID_MPV_BEFORE__","features":[517]},{"name":"IMMPID_MPV_ENUM","features":[517]},{"name":"IMMPID_MPV_MESSAGE_CREATION_FLAGS","features":[517]},{"name":"IMMPID_MPV_MESSAGE_OPEN_HANDLES","features":[517]},{"name":"IMMPID_MPV_STORE_DRIVER_HANDLE","features":[517]},{"name":"IMMPID_MPV_TOTAL_OPEN_CONTENT_HANDLES","features":[517]},{"name":"IMMPID_MPV_TOTAL_OPEN_HANDLES","features":[517]},{"name":"IMMPID_MPV_TOTAL_OPEN_PROPERTY_STREAM_HANDLES","features":[517]},{"name":"IMMPID_MP_AFTER__","features":[517]},{"name":"IMMPID_MP_ARRIVAL_FILETIME","features":[517]},{"name":"IMMPID_MP_ARRIVAL_TIME","features":[517]},{"name":"IMMPID_MP_AUTHENTICATED_USER_NAME","features":[517]},{"name":"IMMPID_MP_BEFORE__","features":[517]},{"name":"IMMPID_MP_BINARYMIME_OPTION","features":[517]},{"name":"IMMPID_MP_CHUNKING_OPTION","features":[517]},{"name":"IMMPID_MP_CLIENT_AUTH_TYPE","features":[517]},{"name":"IMMPID_MP_CLIENT_AUTH_USER","features":[517]},{"name":"IMMPID_MP_CONNECTION_IP_ADDRESS","features":[517]},{"name":"IMMPID_MP_CONNECTION_SERVER_IP_ADDRESS","features":[517]},{"name":"IMMPID_MP_CONNECTION_SERVER_PORT","features":[517]},{"name":"IMMPID_MP_CONTENT_FILE_NAME","features":[517]},{"name":"IMMPID_MP_CONTENT_TYPE","features":[517]},{"name":"IMMPID_MP_CRC_GLOBAL","features":[517]},{"name":"IMMPID_MP_CRC_RECIPS","features":[517]},{"name":"IMMPID_MP_DEFERRED_DELIVERY_FILETIME","features":[517]},{"name":"IMMPID_MP_DOMAIN_LIST","features":[517]},{"name":"IMMPID_MP_DSN_ENVID_VALUE","features":[517]},{"name":"IMMPID_MP_DSN_RET_VALUE","features":[517]},{"name":"IMMPID_MP_EIGHTBIT_MIME_OPTION","features":[517]},{"name":"IMMPID_MP_ENCRYPTION_TYPE","features":[517]},{"name":"IMMPID_MP_ENUM","features":[517]},{"name":"IMMPID_MP_ERROR_CODE","features":[517]},{"name":"IMMPID_MP_EXPIRE_DELAY","features":[517]},{"name":"IMMPID_MP_EXPIRE_NDR","features":[517]},{"name":"IMMPID_MP_FOUND_EMBEDDED_CRLF_DOT_CRLF","features":[517]},{"name":"IMMPID_MP_FROM_ADDRESS","features":[517]},{"name":"IMMPID_MP_HELO_DOMAIN","features":[517]},{"name":"IMMPID_MP_HR_CAT_STATUS","features":[517]},{"name":"IMMPID_MP_INBOUND_MAIL_FROM_AUTH","features":[517]},{"name":"IMMPID_MP_LOCAL_EXPIRE_DELAY","features":[517]},{"name":"IMMPID_MP_LOCAL_EXPIRE_NDR","features":[517]},{"name":"IMMPID_MP_MESSAGE_STATUS","features":[517]},{"name":"IMMPID_MP_MSGCLASS","features":[517]},{"name":"IMMPID_MP_MSG_GUID","features":[517]},{"name":"IMMPID_MP_MSG_SIZE_HINT","features":[517]},{"name":"IMMPID_MP_NUM_RECIPIENTS","features":[517]},{"name":"IMMPID_MP_ORIGINAL_ARRIVAL_TIME","features":[517]},{"name":"IMMPID_MP_PICKUP_FILE_NAME","features":[517]},{"name":"IMMPID_MP_RECIPIENT_LIST","features":[517]},{"name":"IMMPID_MP_REMOTE_AUTHENTICATION_TYPE","features":[517]},{"name":"IMMPID_MP_REMOTE_SERVER_DSN_CAPABLE","features":[517]},{"name":"IMMPID_MP_RFC822_BCC_ADDRESS","features":[517]},{"name":"IMMPID_MP_RFC822_CC_ADDRESS","features":[517]},{"name":"IMMPID_MP_RFC822_FROM_ADDRESS","features":[517]},{"name":"IMMPID_MP_RFC822_MSG_ID","features":[517]},{"name":"IMMPID_MP_RFC822_MSG_SUBJECT","features":[517]},{"name":"IMMPID_MP_RFC822_TO_ADDRESS","features":[517]},{"name":"IMMPID_MP_SCANNED_FOR_CRLF_DOT_CRLF","features":[517]},{"name":"IMMPID_MP_SENDER_ADDRESS","features":[517]},{"name":"IMMPID_MP_SENDER_ADDRESS_LEGACY_EX_DN","features":[517]},{"name":"IMMPID_MP_SENDER_ADDRESS_OTHER","features":[517]},{"name":"IMMPID_MP_SENDER_ADDRESS_SMTP","features":[517]},{"name":"IMMPID_MP_SENDER_ADDRESS_X400","features":[517]},{"name":"IMMPID_MP_SENDER_ADDRESS_X500","features":[517]},{"name":"IMMPID_MP_SERVER_NAME","features":[517]},{"name":"IMMPID_MP_SERVER_VERSION","features":[517]},{"name":"IMMPID_MP_SUPERSEDES_MSG_GUID","features":[517]},{"name":"IMMPID_MP_X_PRIORITY","features":[517]},{"name":"IMMPID_NMP_AFTER__","features":[517]},{"name":"IMMPID_NMP_BEFORE__","features":[517]},{"name":"IMMPID_NMP_ENUM","features":[517]},{"name":"IMMPID_NMP_HEADERS","features":[517]},{"name":"IMMPID_NMP_NEWSGROUP_LIST","features":[517]},{"name":"IMMPID_NMP_NNTP_APPROVED_HEADER","features":[517]},{"name":"IMMPID_NMP_NNTP_PROCESSING","features":[517]},{"name":"IMMPID_NMP_POST_TOKEN","features":[517]},{"name":"IMMPID_NMP_PRIMARY_ARTID","features":[517]},{"name":"IMMPID_NMP_PRIMARY_GROUP","features":[517]},{"name":"IMMPID_NMP_SECONDARY_ARTNUM","features":[517]},{"name":"IMMPID_NMP_SECONDARY_GROUPS","features":[517]},{"name":"IMMPID_RPV_AFTER__","features":[517]},{"name":"IMMPID_RPV_BEFORE__","features":[517]},{"name":"IMMPID_RPV_DONT_DELIVER","features":[517]},{"name":"IMMPID_RPV_ENUM","features":[517]},{"name":"IMMPID_RPV_NO_NAME_COLLISIONS","features":[517]},{"name":"IMMPID_RP_ADDRESS","features":[517]},{"name":"IMMPID_RP_ADDRESS_OTHER","features":[517]},{"name":"IMMPID_RP_ADDRESS_SMTP","features":[517]},{"name":"IMMPID_RP_ADDRESS_TYPE","features":[517]},{"name":"IMMPID_RP_ADDRESS_TYPE_SMTP","features":[517]},{"name":"IMMPID_RP_ADDRESS_X400","features":[517]},{"name":"IMMPID_RP_ADDRESS_X500","features":[517]},{"name":"IMMPID_RP_AFTER__","features":[517]},{"name":"IMMPID_RP_BEFORE__","features":[517]},{"name":"IMMPID_RP_DISPLAY_NAME","features":[517]},{"name":"IMMPID_RP_DOMAIN","features":[517]},{"name":"IMMPID_RP_DSN_NOTIFY_INVALID","features":[517]},{"name":"IMMPID_RP_DSN_NOTIFY_SUCCESS","features":[517]},{"name":"IMMPID_RP_DSN_NOTIFY_VALUE","features":[517]},{"name":"IMMPID_RP_DSN_ORCPT_VALUE","features":[517]},{"name":"IMMPID_RP_DSN_PRE_CAT_ADDRESS","features":[517]},{"name":"IMMPID_RP_ENUM","features":[517]},{"name":"IMMPID_RP_ERROR_CODE","features":[517]},{"name":"IMMPID_RP_ERROR_STRING","features":[517]},{"name":"IMMPID_RP_LEGACY_EX_DN","features":[517]},{"name":"IMMPID_RP_MDB_GUID","features":[517]},{"name":"IMMPID_RP_RECIPIENT_FLAGS","features":[517]},{"name":"IMMPID_RP_SMTP_STATUS_STRING","features":[517]},{"name":"IMMPID_RP_USER_GUID","features":[517]},{"name":"IMMP_MPV_STORE_DRIVER_HANDLE","features":[517]},{"name":"IMultisession","features":[517,358]},{"name":"IMultisessionRandomWrite","features":[517,358]},{"name":"IMultisessionSequential","features":[517,358]},{"name":"IMultisessionSequential2","features":[517,358]},{"name":"IProgressItem","features":[517,358]},{"name":"IProgressItems","features":[517,358]},{"name":"IRawCDImageCreator","features":[517,358]},{"name":"IRawCDImageTrackInfo","features":[517,358]},{"name":"IRedbookDiscMaster","features":[517]},{"name":"IStreamConcatenate","features":[517,358]},{"name":"IStreamInterleave","features":[517,358]},{"name":"IStreamPseudoRandomBased","features":[517,358]},{"name":"IWriteEngine2","features":[517,358]},{"name":"IWriteEngine2EventArgs","features":[517,358]},{"name":"IWriteSpeedDescriptor","features":[517,358]},{"name":"LPMSGSESS","features":[517]},{"name":"MEDIA_BLANK","features":[517]},{"name":"MEDIA_CDDA_CDROM","features":[517]},{"name":"MEDIA_CD_EXTRA","features":[517]},{"name":"MEDIA_CD_I","features":[517]},{"name":"MEDIA_CD_OTHER","features":[517]},{"name":"MEDIA_CD_ROM_XA","features":[517]},{"name":"MEDIA_FLAGS","features":[517]},{"name":"MEDIA_FORMAT_UNUSABLE_BY_IMAPI","features":[517]},{"name":"MEDIA_RW","features":[517]},{"name":"MEDIA_SPECIAL","features":[517]},{"name":"MEDIA_TYPES","features":[517]},{"name":"MEDIA_WRITABLE","features":[517]},{"name":"MPV_INBOUND_CUTOFF_EXCEEDED","features":[517]},{"name":"MPV_WRITE_CONTENT","features":[517]},{"name":"MP_MSGCLASS_DELIVERY_REPORT","features":[517]},{"name":"MP_MSGCLASS_NONDELIVERY_REPORT","features":[517]},{"name":"MP_MSGCLASS_REPLICATION","features":[517]},{"name":"MP_MSGCLASS_SYSTEM","features":[517]},{"name":"MP_STATUS_ABANDON_DELIVERY","features":[517]},{"name":"MP_STATUS_ABORT_DELIVERY","features":[517]},{"name":"MP_STATUS_BAD_MAIL","features":[517]},{"name":"MP_STATUS_CATEGORIZED","features":[517]},{"name":"MP_STATUS_RETRY","features":[517]},{"name":"MP_STATUS_SUBMITTED","features":[517]},{"name":"MP_STATUS_SUCCESS","features":[517]},{"name":"MSDiscMasterObj","features":[517]},{"name":"MSDiscRecorderObj","features":[517]},{"name":"MSEnumDiscRecordersObj","features":[517]},{"name":"MSGCALLRELEASE","features":[517,395]},{"name":"MapStorageSCode","features":[517]},{"name":"MsftDiscFormat2Data","features":[517]},{"name":"MsftDiscFormat2Erase","features":[517]},{"name":"MsftDiscFormat2RawCD","features":[517]},{"name":"MsftDiscFormat2TrackAtOnce","features":[517]},{"name":"MsftDiscMaster2","features":[517]},{"name":"MsftDiscRecorder2","features":[517]},{"name":"MsftFileSystemImage","features":[517]},{"name":"MsftIsoImageManager","features":[517]},{"name":"MsftMultisessionRandomWrite","features":[517]},{"name":"MsftMultisessionSequential","features":[517]},{"name":"MsftRawCDImageCreator","features":[517]},{"name":"MsftStreamConcatenate","features":[517]},{"name":"MsftStreamInterleave","features":[517]},{"name":"MsftStreamPrng001","features":[517]},{"name":"MsftStreamZero","features":[517]},{"name":"MsftWriteEngine2","features":[517]},{"name":"MsftWriteSpeedDescriptor","features":[517]},{"name":"NMP_PROCESS_CONTROL","features":[517]},{"name":"NMP_PROCESS_MODERATOR","features":[517]},{"name":"NMP_PROCESS_POST","features":[517]},{"name":"OpenIMsgOnIStg","features":[517,395,392]},{"name":"OpenIMsgSession","features":[517,358]},{"name":"PlatformEFI","features":[517]},{"name":"PlatformId","features":[517]},{"name":"PlatformMac","features":[517]},{"name":"PlatformPowerPC","features":[517]},{"name":"PlatformX86","features":[517]},{"name":"ProgressItem","features":[517]},{"name":"ProgressItems","features":[517]},{"name":"RECORDER_BURNING","features":[517]},{"name":"RECORDER_CDR","features":[517]},{"name":"RECORDER_CDRW","features":[517]},{"name":"RECORDER_DOING_NOTHING","features":[517]},{"name":"RECORDER_OPENED","features":[517]},{"name":"RECORDER_TYPES","features":[517]},{"name":"RP_DELIVERED","features":[517]},{"name":"RP_DSN_HANDLED","features":[517]},{"name":"RP_DSN_NOTIFY_DELAY","features":[517]},{"name":"RP_DSN_NOTIFY_FAILURE","features":[517]},{"name":"RP_DSN_NOTIFY_INVALID","features":[517]},{"name":"RP_DSN_NOTIFY_MASK","features":[517]},{"name":"RP_DSN_NOTIFY_NEVER","features":[517]},{"name":"RP_DSN_NOTIFY_SUCCESS","features":[517]},{"name":"RP_DSN_SENT_DELAYED","features":[517]},{"name":"RP_DSN_SENT_DELIVERED","features":[517]},{"name":"RP_DSN_SENT_EXPANDED","features":[517]},{"name":"RP_DSN_SENT_NDR","features":[517]},{"name":"RP_DSN_SENT_RELAYED","features":[517]},{"name":"RP_ENPANDED","features":[517]},{"name":"RP_ERROR_CONTEXT_CAT","features":[517]},{"name":"RP_ERROR_CONTEXT_MTA","features":[517]},{"name":"RP_ERROR_CONTEXT_STORE","features":[517]},{"name":"RP_EXPANDED","features":[517]},{"name":"RP_FAILED","features":[517]},{"name":"RP_GENERAL_FAILURE","features":[517]},{"name":"RP_HANDLED","features":[517]},{"name":"RP_RECIP_FLAGS_RESERVED","features":[517]},{"name":"RP_REMOTE_MTA_NO_DSN","features":[517]},{"name":"RP_UNRESOLVED","features":[517]},{"name":"RP_VOLATILE_FLAGS_MASK","features":[517]},{"name":"SPropAttrArray","features":[517]},{"name":"SZ_PROGID_SMTPCAT","features":[517]},{"name":"SetAttribIMsgOnIStg","features":[517,395]},{"name":"tagIMMPID_CPV_STRUCT","features":[517]},{"name":"tagIMMPID_GUIDLIST_ITEM","features":[517]},{"name":"tagIMMPID_MPV_STRUCT","features":[517]},{"name":"tagIMMPID_MP_STRUCT","features":[517]},{"name":"tagIMMPID_NMP_STRUCT","features":[517]},{"name":"tagIMMPID_RPV_STRUCT","features":[517]},{"name":"tagIMMPID_RP_STRUCT","features":[517]}],"521":[{"name":"BindIFilterFromStorage","features":[518,392]},{"name":"BindIFilterFromStream","features":[518,358]},{"name":"CHUNKSTATE","features":[518]},{"name":"CHUNK_BREAKTYPE","features":[518]},{"name":"CHUNK_EOC","features":[518]},{"name":"CHUNK_EOP","features":[518]},{"name":"CHUNK_EOS","features":[518]},{"name":"CHUNK_EOW","features":[518]},{"name":"CHUNK_FILTER_OWNED_VALUE","features":[518]},{"name":"CHUNK_NO_BREAK","features":[518]},{"name":"CHUNK_TEXT","features":[518]},{"name":"CHUNK_VALUE","features":[518]},{"name":"CIADMIN","features":[518]},{"name":"CICAT_ALL_OPENED","features":[518]},{"name":"CICAT_GET_STATE","features":[518]},{"name":"CICAT_NO_QUERY","features":[518]},{"name":"CICAT_READONLY","features":[518]},{"name":"CICAT_STOPPED","features":[518]},{"name":"CICAT_WRITABLE","features":[518]},{"name":"CINULLCATALOG","features":[518]},{"name":"CI_PROVIDER_ALL","features":[518]},{"name":"CI_PROVIDER_INDEXING_SERVICE","features":[518]},{"name":"CI_PROVIDER_MSSEARCH","features":[518]},{"name":"CI_STATE","features":[518]},{"name":"CI_STATE_ANNEALING_MERGE","features":[518]},{"name":"CI_STATE_BATTERY_POLICY","features":[518]},{"name":"CI_STATE_BATTERY_POWER","features":[518]},{"name":"CI_STATE_CONTENT_SCAN_REQUIRED","features":[518]},{"name":"CI_STATE_DELETION_MERGE","features":[518]},{"name":"CI_STATE_HIGH_CPU","features":[518]},{"name":"CI_STATE_HIGH_IO","features":[518]},{"name":"CI_STATE_INDEX_MIGRATION_MERGE","features":[518]},{"name":"CI_STATE_LOW_DISK","features":[518]},{"name":"CI_STATE_LOW_MEMORY","features":[518]},{"name":"CI_STATE_MASTER_MERGE","features":[518]},{"name":"CI_STATE_MASTER_MERGE_PAUSED","features":[518]},{"name":"CI_STATE_READING_USNS","features":[518]},{"name":"CI_STATE_READ_ONLY","features":[518]},{"name":"CI_STATE_RECOVERING","features":[518]},{"name":"CI_STATE_SCANNING","features":[518]},{"name":"CI_STATE_SHADOW_MERGE","features":[518]},{"name":"CI_STATE_STARTING","features":[518]},{"name":"CI_STATE_USER_ACTIVE","features":[518]},{"name":"CI_VERSION_WDS30","features":[518]},{"name":"CI_VERSION_WDS40","features":[518]},{"name":"CI_VERSION_WIN70","features":[518]},{"name":"CLSID_INDEX_SERVER_DSO","features":[518]},{"name":"DBID","features":[518]},{"name":"DBID","features":[518]},{"name":"DBKINDENUM","features":[518]},{"name":"DBKIND_GUID","features":[518]},{"name":"DBKIND_GUID_NAME","features":[518]},{"name":"DBKIND_GUID_PROPID","features":[518]},{"name":"DBKIND_NAME","features":[518]},{"name":"DBKIND_PGUID_NAME","features":[518]},{"name":"DBKIND_PGUID_PROPID","features":[518]},{"name":"DBKIND_PROPID","features":[518]},{"name":"DBPROPSET_CIFRMWRKCORE_EXT","features":[518]},{"name":"DBPROPSET_FSCIFRMWRK_EXT","features":[518]},{"name":"DBPROPSET_MSIDXS_ROWSETEXT","features":[518]},{"name":"DBPROPSET_QUERYEXT","features":[518]},{"name":"DBPROPSET_SESS_QUERYEXT","features":[518]},{"name":"DBPROP_APPLICATION_NAME","features":[518]},{"name":"DBPROP_CATALOGLISTID","features":[518]},{"name":"DBPROP_CI_CATALOG_NAME","features":[518]},{"name":"DBPROP_CI_DEPTHS","features":[518]},{"name":"DBPROP_CI_EXCLUDE_SCOPES","features":[518]},{"name":"DBPROP_CI_INCLUDE_SCOPES","features":[518]},{"name":"DBPROP_CI_PROVIDER","features":[518]},{"name":"DBPROP_CI_QUERY_TYPE","features":[518]},{"name":"DBPROP_CI_SCOPE_FLAGS","features":[518]},{"name":"DBPROP_CI_SECURITY_ID","features":[518]},{"name":"DBPROP_CLIENT_CLSID","features":[518]},{"name":"DBPROP_DEFAULT_EQUALS_BEHAVIOR","features":[518]},{"name":"DBPROP_DEFERCATALOGVERIFICATION","features":[518]},{"name":"DBPROP_DEFERNONINDEXEDTRIMMING","features":[518]},{"name":"DBPROP_DONOTCOMPUTEEXPENSIVEPROPS","features":[518]},{"name":"DBPROP_ENABLEROWSETEVENTS","features":[518]},{"name":"DBPROP_FIRSTROWS","features":[518]},{"name":"DBPROP_FREETEXTANYTERM","features":[518]},{"name":"DBPROP_FREETEXTUSESTEMMING","features":[518]},{"name":"DBPROP_GENERATEPARSETREE","features":[518]},{"name":"DBPROP_GENERICOPTIONS_STRING","features":[518]},{"name":"DBPROP_IGNORENOISEONLYCLAUSES","features":[518]},{"name":"DBPROP_IGNORESBRI","features":[518]},{"name":"DBPROP_MACHINE","features":[518]},{"name":"DBPROP_USECONTENTINDEX","features":[518]},{"name":"DBPROP_USEEXTENDEDDBTYPES","features":[518]},{"name":"DBSETFUNC_ALL","features":[518]},{"name":"DBSETFUNC_DISTINCT","features":[518]},{"name":"DBSETFUNC_NONE","features":[518]},{"name":"FILTERREGION","features":[518]},{"name":"FILTER_E_ACCESS","features":[518]},{"name":"FILTER_E_EMBEDDING_UNAVAILABLE","features":[518]},{"name":"FILTER_E_END_OF_CHUNKS","features":[518]},{"name":"FILTER_E_LINK_UNAVAILABLE","features":[518]},{"name":"FILTER_E_NO_MORE_TEXT","features":[518]},{"name":"FILTER_E_NO_MORE_VALUES","features":[518]},{"name":"FILTER_E_NO_TEXT","features":[518]},{"name":"FILTER_E_NO_VALUES","features":[518]},{"name":"FILTER_E_PASSWORD","features":[518]},{"name":"FILTER_E_UNKNOWNFORMAT","features":[518]},{"name":"FILTER_S_LAST_TEXT","features":[518]},{"name":"FILTER_S_LAST_VALUES","features":[518]},{"name":"FILTER_W_MONIKER_CLIPPED","features":[518]},{"name":"FULLPROPSPEC","features":[518,392]},{"name":"GENERATE_METHOD_EXACT","features":[518]},{"name":"GENERATE_METHOD_INFLECT","features":[518]},{"name":"GENERATE_METHOD_PREFIX","features":[518]},{"name":"IFILTER_FLAGS","features":[518]},{"name":"IFILTER_FLAGS_OLE_PROPERTIES","features":[518]},{"name":"IFILTER_INIT","features":[518]},{"name":"IFILTER_INIT_APPLY_CRAWL_ATTRIBUTES","features":[518]},{"name":"IFILTER_INIT_APPLY_INDEX_ATTRIBUTES","features":[518]},{"name":"IFILTER_INIT_APPLY_OTHER_ATTRIBUTES","features":[518]},{"name":"IFILTER_INIT_CANON_HYPHENS","features":[518]},{"name":"IFILTER_INIT_CANON_PARAGRAPHS","features":[518]},{"name":"IFILTER_INIT_CANON_SPACES","features":[518]},{"name":"IFILTER_INIT_DISABLE_EMBEDDED","features":[518]},{"name":"IFILTER_INIT_EMIT_FORMATTING","features":[518]},{"name":"IFILTER_INIT_FILTER_AGGRESSIVE_BREAK","features":[518]},{"name":"IFILTER_INIT_FILTER_OWNED_VALUE_OK","features":[518]},{"name":"IFILTER_INIT_HARD_LINE_BREAKS","features":[518]},{"name":"IFILTER_INIT_INDEXING_ONLY","features":[518]},{"name":"IFILTER_INIT_SEARCH_LINKS","features":[518]},{"name":"IFilter","features":[518]},{"name":"IPhraseSink","features":[518]},{"name":"LIFF_FORCE_TEXT_FILTER_FALLBACK","features":[518]},{"name":"LIFF_IMPLEMENT_TEXT_FILTER_FALLBACK_POLICY","features":[518]},{"name":"LIFF_LOAD_DEFINED_FILTER","features":[518]},{"name":"LoadIFilter","features":[518]},{"name":"LoadIFilterEx","features":[518]},{"name":"MSIDXSPROP_COMMAND_LOCALE_STRING","features":[518]},{"name":"MSIDXSPROP_MAX_RANK","features":[518]},{"name":"MSIDXSPROP_PARSE_TREE","features":[518]},{"name":"MSIDXSPROP_QUERY_RESTRICTION","features":[518]},{"name":"MSIDXSPROP_RESULTS_FOUND","features":[518]},{"name":"MSIDXSPROP_ROWSETQUERYSTATUS","features":[518]},{"name":"MSIDXSPROP_SAME_SORTORDER_USED","features":[518]},{"name":"MSIDXSPROP_SERVER_NLSVERSION","features":[518]},{"name":"MSIDXSPROP_SERVER_NLSVER_DEFINED","features":[518]},{"name":"MSIDXSPROP_SERVER_VERSION","features":[518]},{"name":"MSIDXSPROP_SERVER_WINVER_MAJOR","features":[518]},{"name":"MSIDXSPROP_SERVER_WINVER_MINOR","features":[518]},{"name":"MSIDXSPROP_WHEREID","features":[518]},{"name":"NOT_AN_ERROR","features":[518]},{"name":"PID_FILENAME","features":[518]},{"name":"PROPID_QUERY_ALL","features":[518]},{"name":"PROPID_QUERY_HITCOUNT","features":[518]},{"name":"PROPID_QUERY_LASTSEENTIME","features":[518]},{"name":"PROPID_QUERY_RANK","features":[518]},{"name":"PROPID_QUERY_RANKVECTOR","features":[518]},{"name":"PROPID_QUERY_UNFILTERED","features":[518]},{"name":"PROPID_QUERY_VIRTUALPATH","features":[518]},{"name":"PROPID_QUERY_WORKID","features":[518]},{"name":"PROPID_STG_CONTENTS","features":[518]},{"name":"PROXIMITY_UNIT_CHAPTER","features":[518]},{"name":"PROXIMITY_UNIT_PARAGRAPH","features":[518]},{"name":"PROXIMITY_UNIT_SENTENCE","features":[518]},{"name":"PROXIMITY_UNIT_WORD","features":[518]},{"name":"PSGUID_FILENAME","features":[518]},{"name":"QUERY_DEEP","features":[518]},{"name":"QUERY_PHYSICAL_PATH","features":[518]},{"name":"QUERY_SHALLOW","features":[518]},{"name":"QUERY_VIRTUAL_PATH","features":[518]},{"name":"SCOPE_FLAG_DEEP","features":[518]},{"name":"SCOPE_FLAG_INCLUDE","features":[518]},{"name":"SCOPE_FLAG_MASK","features":[518]},{"name":"SCOPE_TYPE_MASK","features":[518]},{"name":"SCOPE_TYPE_VPATH","features":[518]},{"name":"SCOPE_TYPE_WINPATH","features":[518]},{"name":"STAT_BUSY","features":[518]},{"name":"STAT_CHUNK","features":[518,392]},{"name":"STAT_COALESCE_COMP_ALL_NOISE","features":[518]},{"name":"STAT_CONTENT_OUT_OF_DATE","features":[518]},{"name":"STAT_CONTENT_QUERY_INCOMPLETE","features":[518]},{"name":"STAT_DONE","features":[518]},{"name":"STAT_ERROR","features":[518]},{"name":"STAT_MISSING_PROP_IN_RELDOC","features":[518]},{"name":"STAT_MISSING_RELDOC","features":[518]},{"name":"STAT_NOISE_WORDS","features":[518]},{"name":"STAT_PARTIAL_SCOPE","features":[518]},{"name":"STAT_REFRESH","features":[518]},{"name":"STAT_REFRESH_INCOMPLETE","features":[518]},{"name":"STAT_RELDOC_ACCESS_DENIED","features":[518]},{"name":"STAT_SHARING_VIOLATION","features":[518]},{"name":"STAT_TIME_LIMIT_EXCEEDED","features":[518]},{"name":"VECTOR_RANK_DICE","features":[518]},{"name":"VECTOR_RANK_INNER","features":[518]},{"name":"VECTOR_RANK_JACCARD","features":[518]},{"name":"VECTOR_RANK_MAX","features":[518]},{"name":"VECTOR_RANK_MIN","features":[518]},{"name":"WORDREP_BREAK_EOC","features":[518]},{"name":"WORDREP_BREAK_EOP","features":[518]},{"name":"WORDREP_BREAK_EOS","features":[518]},{"name":"WORDREP_BREAK_EOW","features":[518]},{"name":"WORDREP_BREAK_TYPE","features":[518]}],"522":[{"name":"FILTER_AGGREGATE_BASIC_INFORMATION","features":[329]},{"name":"FILTER_AGGREGATE_STANDARD_INFORMATION","features":[329]},{"name":"FILTER_FULL_INFORMATION","features":[329]},{"name":"FILTER_INFORMATION_CLASS","features":[329]},{"name":"FILTER_MESSAGE_HEADER","features":[329]},{"name":"FILTER_NAME_MAX_CHARS","features":[329]},{"name":"FILTER_REPLY_HEADER","features":[305,329]},{"name":"FILTER_VOLUME_BASIC_INFORMATION","features":[329]},{"name":"FILTER_VOLUME_INFORMATION_CLASS","features":[329]},{"name":"FILTER_VOLUME_STANDARD_INFORMATION","features":[329]},{"name":"FLTFL_AGGREGATE_INFO_IS_LEGACYFILTER","features":[329]},{"name":"FLTFL_AGGREGATE_INFO_IS_MINIFILTER","features":[329]},{"name":"FLTFL_ASI_IS_LEGACYFILTER","features":[329]},{"name":"FLTFL_ASI_IS_MINIFILTER","features":[329]},{"name":"FLTFL_IASIL_DETACHED_VOLUME","features":[329]},{"name":"FLTFL_IASIM_DETACHED_VOLUME","features":[329]},{"name":"FLTFL_IASI_IS_LEGACYFILTER","features":[329]},{"name":"FLTFL_IASI_IS_MINIFILTER","features":[329]},{"name":"FLTFL_VSI_DETACHED_VOLUME","features":[329]},{"name":"FLT_FILESYSTEM_TYPE","features":[329]},{"name":"FLT_FSTYPE_BSUDF","features":[329]},{"name":"FLT_FSTYPE_CDFS","features":[329]},{"name":"FLT_FSTYPE_CIMFS","features":[329]},{"name":"FLT_FSTYPE_CSVFS","features":[329]},{"name":"FLT_FSTYPE_EXFAT","features":[329]},{"name":"FLT_FSTYPE_FAT","features":[329]},{"name":"FLT_FSTYPE_FS_REC","features":[329]},{"name":"FLT_FSTYPE_GPFS","features":[329]},{"name":"FLT_FSTYPE_INCD","features":[329]},{"name":"FLT_FSTYPE_INCD_FAT","features":[329]},{"name":"FLT_FSTYPE_LANMAN","features":[329]},{"name":"FLT_FSTYPE_MSFS","features":[329]},{"name":"FLT_FSTYPE_MS_NETWARE","features":[329]},{"name":"FLT_FSTYPE_MUP","features":[329]},{"name":"FLT_FSTYPE_NETWARE","features":[329]},{"name":"FLT_FSTYPE_NFS","features":[329]},{"name":"FLT_FSTYPE_NPFS","features":[329]},{"name":"FLT_FSTYPE_NTFS","features":[329]},{"name":"FLT_FSTYPE_OPENAFS","features":[329]},{"name":"FLT_FSTYPE_PSFS","features":[329]},{"name":"FLT_FSTYPE_RAW","features":[329]},{"name":"FLT_FSTYPE_RDPDR","features":[329]},{"name":"FLT_FSTYPE_REFS","features":[329]},{"name":"FLT_FSTYPE_ROXIO_UDF1","features":[329]},{"name":"FLT_FSTYPE_ROXIO_UDF2","features":[329]},{"name":"FLT_FSTYPE_ROXIO_UDF3","features":[329]},{"name":"FLT_FSTYPE_RSFX","features":[329]},{"name":"FLT_FSTYPE_TACIT","features":[329]},{"name":"FLT_FSTYPE_UDFS","features":[329]},{"name":"FLT_FSTYPE_UNKNOWN","features":[329]},{"name":"FLT_FSTYPE_WEBDAV","features":[329]},{"name":"FLT_PORT_FLAG_SYNC_HANDLE","features":[329]},{"name":"FilterAggregateBasicInformation","features":[329]},{"name":"FilterAggregateStandardInformation","features":[329]},{"name":"FilterAttach","features":[329]},{"name":"FilterAttachAtAltitude","features":[329]},{"name":"FilterClose","features":[329]},{"name":"FilterConnectCommunicationPort","features":[305,309,329]},{"name":"FilterCreate","features":[329]},{"name":"FilterDetach","features":[329]},{"name":"FilterFindClose","features":[305,329]},{"name":"FilterFindFirst","features":[305,329]},{"name":"FilterFindNext","features":[305,329]},{"name":"FilterFullInformation","features":[329]},{"name":"FilterGetDosName","features":[329]},{"name":"FilterGetInformation","features":[329]},{"name":"FilterGetMessage","features":[305,329,311]},{"name":"FilterInstanceClose","features":[329]},{"name":"FilterInstanceCreate","features":[329]},{"name":"FilterInstanceFindClose","features":[305,329]},{"name":"FilterInstanceFindFirst","features":[305,329]},{"name":"FilterInstanceFindNext","features":[305,329]},{"name":"FilterInstanceGetInformation","features":[329]},{"name":"FilterLoad","features":[329]},{"name":"FilterReplyMessage","features":[305,329]},{"name":"FilterSendMessage","features":[305,329]},{"name":"FilterUnload","features":[329]},{"name":"FilterVolumeBasicInformation","features":[329]},{"name":"FilterVolumeFindClose","features":[305,329]},{"name":"FilterVolumeFindFirst","features":[305,329]},{"name":"FilterVolumeFindNext","features":[305,329]},{"name":"FilterVolumeInstanceFindClose","features":[305,329]},{"name":"FilterVolumeInstanceFindFirst","features":[305,329]},{"name":"FilterVolumeInstanceFindNext","features":[305,329]},{"name":"FilterVolumeStandardInformation","features":[329]},{"name":"HFILTER","features":[329]},{"name":"HFILTER_INSTANCE","features":[329]},{"name":"INSTANCE_AGGREGATE_STANDARD_INFORMATION","features":[329]},{"name":"INSTANCE_BASIC_INFORMATION","features":[329]},{"name":"INSTANCE_FULL_INFORMATION","features":[329]},{"name":"INSTANCE_INFORMATION_CLASS","features":[329]},{"name":"INSTANCE_NAME_MAX_CHARS","features":[329]},{"name":"INSTANCE_PARTIAL_INFORMATION","features":[329]},{"name":"InstanceAggregateStandardInformation","features":[329]},{"name":"InstanceBasicInformation","features":[329]},{"name":"InstanceFullInformation","features":[329]},{"name":"InstancePartialInformation","features":[329]},{"name":"VOLUME_NAME_MAX_CHARS","features":[329]},{"name":"WNNC_CRED_MANAGER","features":[329]},{"name":"WNNC_NET_10NET","features":[329]},{"name":"WNNC_NET_3IN1","features":[329]},{"name":"WNNC_NET_9P","features":[329]},{"name":"WNNC_NET_9TILES","features":[329]},{"name":"WNNC_NET_APPLETALK","features":[329]},{"name":"WNNC_NET_AS400","features":[329]},{"name":"WNNC_NET_AURISTOR_FS","features":[329]},{"name":"WNNC_NET_AVID","features":[329]},{"name":"WNNC_NET_AVID1","features":[329]},{"name":"WNNC_NET_BMC","features":[329]},{"name":"WNNC_NET_BWNFS","features":[329]},{"name":"WNNC_NET_CLEARCASE","features":[329]},{"name":"WNNC_NET_COGENT","features":[329]},{"name":"WNNC_NET_CSC","features":[329]},{"name":"WNNC_NET_DAV","features":[329]},{"name":"WNNC_NET_DCE","features":[329]},{"name":"WNNC_NET_DECORB","features":[329]},{"name":"WNNC_NET_DFS","features":[329]},{"name":"WNNC_NET_DISTINCT","features":[329]},{"name":"WNNC_NET_DOCUSHARE","features":[329]},{"name":"WNNC_NET_DOCUSPACE","features":[329]},{"name":"WNNC_NET_DRIVEONWEB","features":[329]},{"name":"WNNC_NET_EXIFS","features":[329]},{"name":"WNNC_NET_EXTENDNET","features":[329]},{"name":"WNNC_NET_FARALLON","features":[329]},{"name":"WNNC_NET_FJ_REDIR","features":[329]},{"name":"WNNC_NET_FOXBAT","features":[329]},{"name":"WNNC_NET_FRONTIER","features":[329]},{"name":"WNNC_NET_FTP_NFS","features":[329]},{"name":"WNNC_NET_GOOGLE","features":[329]},{"name":"WNNC_NET_HOB_NFS","features":[329]},{"name":"WNNC_NET_IBMAL","features":[329]},{"name":"WNNC_NET_INTERGRAPH","features":[329]},{"name":"WNNC_NET_KNOWARE","features":[329]},{"name":"WNNC_NET_KWNP","features":[329]},{"name":"WNNC_NET_LANMAN","features":[329]},{"name":"WNNC_NET_LANSTEP","features":[329]},{"name":"WNNC_NET_LANTASTIC","features":[329]},{"name":"WNNC_NET_LIFENET","features":[329]},{"name":"WNNC_NET_LOCK","features":[329]},{"name":"WNNC_NET_LOCUS","features":[329]},{"name":"WNNC_NET_MANGOSOFT","features":[329]},{"name":"WNNC_NET_MASFAX","features":[329]},{"name":"WNNC_NET_MFILES","features":[329]},{"name":"WNNC_NET_MSNET","features":[329]},{"name":"WNNC_NET_MS_NFS","features":[329]},{"name":"WNNC_NET_NDFS","features":[329]},{"name":"WNNC_NET_NETWARE","features":[329]},{"name":"WNNC_NET_OBJECT_DIRE","features":[329]},{"name":"WNNC_NET_OPENAFS","features":[329]},{"name":"WNNC_NET_PATHWORKS","features":[329]},{"name":"WNNC_NET_POWERLAN","features":[329]},{"name":"WNNC_NET_PROTSTOR","features":[329]},{"name":"WNNC_NET_QUINCY","features":[329]},{"name":"WNNC_NET_RDR2SAMPLE","features":[329]},{"name":"WNNC_NET_RIVERFRONT1","features":[329]},{"name":"WNNC_NET_RIVERFRONT2","features":[329]},{"name":"WNNC_NET_RSFX","features":[329]},{"name":"WNNC_NET_SECUREAGENT","features":[329]},{"name":"WNNC_NET_SERNET","features":[329]},{"name":"WNNC_NET_SHIVA","features":[329]},{"name":"WNNC_NET_SMB","features":[329]},{"name":"WNNC_NET_SRT","features":[329]},{"name":"WNNC_NET_STAC","features":[329]},{"name":"WNNC_NET_SUN_PC_NFS","features":[329]},{"name":"WNNC_NET_SYMFONET","features":[329]},{"name":"WNNC_NET_TERMSRV","features":[329]},{"name":"WNNC_NET_TWINS","features":[329]},{"name":"WNNC_NET_VINES","features":[329]},{"name":"WNNC_NET_VMWARE","features":[329]},{"name":"WNNC_NET_YAHOO","features":[329]},{"name":"WNNC_NET_ZENWORKS","features":[329]}],"523":[{"name":"ATA_FLAGS_48BIT_COMMAND","features":[338]},{"name":"ATA_FLAGS_DATA_IN","features":[338]},{"name":"ATA_FLAGS_DATA_OUT","features":[338]},{"name":"ATA_FLAGS_DRDY_REQUIRED","features":[338]},{"name":"ATA_FLAGS_NO_MULTIPLE","features":[338]},{"name":"ATA_FLAGS_USE_DMA","features":[338]},{"name":"ATA_PASS_THROUGH_DIRECT","features":[338]},{"name":"ATA_PASS_THROUGH_DIRECT32","features":[338]},{"name":"ATA_PASS_THROUGH_EX","features":[338]},{"name":"ATA_PASS_THROUGH_EX32","features":[338]},{"name":"AddISNSServerA","features":[338]},{"name":"AddISNSServerW","features":[338]},{"name":"AddIScsiConnectionA","features":[338]},{"name":"AddIScsiConnectionW","features":[338]},{"name":"AddIScsiSendTargetPortalA","features":[338]},{"name":"AddIScsiSendTargetPortalW","features":[338]},{"name":"AddIScsiStaticTargetA","features":[305,338]},{"name":"AddIScsiStaticTargetW","features":[305,338]},{"name":"AddPersistentIScsiDeviceA","features":[338]},{"name":"AddPersistentIScsiDeviceW","features":[338]},{"name":"AddRadiusServerA","features":[338]},{"name":"AddRadiusServerW","features":[338]},{"name":"ClearPersistentIScsiDevices","features":[338]},{"name":"DD_SCSI_DEVICE_NAME","features":[338]},{"name":"DSM_NOTIFICATION_REQUEST_BLOCK","features":[338]},{"name":"DUMP_DRIVER","features":[338]},{"name":"DUMP_DRIVER_EX","features":[338]},{"name":"DUMP_DRIVER_NAME_LENGTH","features":[338]},{"name":"DUMP_EX_FLAG_DRIVER_FULL_PATH_SUPPORT","features":[338]},{"name":"DUMP_EX_FLAG_RESUME_SUPPORT","features":[338]},{"name":"DUMP_EX_FLAG_SUPPORT_64BITMEMORY","features":[338]},{"name":"DUMP_EX_FLAG_SUPPORT_DD_TELEMETRY","features":[338]},{"name":"DUMP_POINTERS","features":[305,338]},{"name":"DUMP_POINTERS_EX","features":[305,338]},{"name":"DUMP_POINTERS_VERSION","features":[338]},{"name":"DUMP_POINTERS_VERSION_1","features":[338]},{"name":"DUMP_POINTERS_VERSION_2","features":[338]},{"name":"DUMP_POINTERS_VERSION_3","features":[338]},{"name":"DUMP_POINTERS_VERSION_4","features":[338]},{"name":"DiscoveryMechanisms","features":[338]},{"name":"FILE_DEVICE_SCSI","features":[338]},{"name":"FIRMWARE_FUNCTION_ACTIVATE","features":[338]},{"name":"FIRMWARE_FUNCTION_DOWNLOAD","features":[338]},{"name":"FIRMWARE_FUNCTION_GET_INFO","features":[338]},{"name":"FIRMWARE_REQUEST_BLOCK","features":[338]},{"name":"FIRMWARE_REQUEST_BLOCK_STRUCTURE_VERSION","features":[338]},{"name":"FIRMWARE_REQUEST_FLAG_CONTROLLER","features":[338]},{"name":"FIRMWARE_REQUEST_FLAG_FIRST_SEGMENT","features":[338]},{"name":"FIRMWARE_REQUEST_FLAG_LAST_SEGMENT","features":[338]},{"name":"FIRMWARE_REQUEST_FLAG_REPLACE_EXISTING_IMAGE","features":[338]},{"name":"FIRMWARE_REQUEST_FLAG_SWITCH_TO_EXISTING_FIRMWARE","features":[338]},{"name":"FIRMWARE_STATUS_COMMAND_ABORT","features":[338]},{"name":"FIRMWARE_STATUS_CONTROLLER_ERROR","features":[338]},{"name":"FIRMWARE_STATUS_DEVICE_ERROR","features":[338]},{"name":"FIRMWARE_STATUS_END_OF_MEDIA","features":[338]},{"name":"FIRMWARE_STATUS_ERROR","features":[338]},{"name":"FIRMWARE_STATUS_ID_NOT_FOUND","features":[338]},{"name":"FIRMWARE_STATUS_ILLEGAL_LENGTH","features":[338]},{"name":"FIRMWARE_STATUS_ILLEGAL_REQUEST","features":[338]},{"name":"FIRMWARE_STATUS_INPUT_BUFFER_TOO_BIG","features":[338]},{"name":"FIRMWARE_STATUS_INTERFACE_CRC_ERROR","features":[338]},{"name":"FIRMWARE_STATUS_INVALID_IMAGE","features":[338]},{"name":"FIRMWARE_STATUS_INVALID_PARAMETER","features":[338]},{"name":"FIRMWARE_STATUS_INVALID_SLOT","features":[338]},{"name":"FIRMWARE_STATUS_MEDIA_CHANGE","features":[338]},{"name":"FIRMWARE_STATUS_MEDIA_CHANGE_REQUEST","features":[338]},{"name":"FIRMWARE_STATUS_OUTPUT_BUFFER_TOO_SMALL","features":[338]},{"name":"FIRMWARE_STATUS_POWER_CYCLE_REQUIRED","features":[338]},{"name":"FIRMWARE_STATUS_SUCCESS","features":[338]},{"name":"FIRMWARE_STATUS_UNCORRECTABLE_DATA_ERROR","features":[338]},{"name":"GetDevicesForIScsiSessionA","features":[338,326]},{"name":"GetDevicesForIScsiSessionW","features":[338,326]},{"name":"GetIScsiIKEInfoA","features":[338]},{"name":"GetIScsiIKEInfoW","features":[338]},{"name":"GetIScsiInitiatorNodeNameA","features":[338]},{"name":"GetIScsiInitiatorNodeNameW","features":[338]},{"name":"GetIScsiSessionListA","features":[338]},{"name":"GetIScsiSessionListEx","features":[305,338]},{"name":"GetIScsiSessionListW","features":[338]},{"name":"GetIScsiTargetInformationA","features":[338]},{"name":"GetIScsiTargetInformationW","features":[338]},{"name":"GetIScsiVersionInformation","features":[338]},{"name":"HYBRID_DEMOTE_BY_SIZE","features":[338]},{"name":"HYBRID_DIRTY_THRESHOLDS","features":[338]},{"name":"HYBRID_FUNCTION_DEMOTE_BY_SIZE","features":[338]},{"name":"HYBRID_FUNCTION_DISABLE_CACHING_MEDIUM","features":[338]},{"name":"HYBRID_FUNCTION_ENABLE_CACHING_MEDIUM","features":[338]},{"name":"HYBRID_FUNCTION_GET_INFO","features":[338]},{"name":"HYBRID_FUNCTION_SET_DIRTY_THRESHOLD","features":[338]},{"name":"HYBRID_INFORMATION","features":[305,338]},{"name":"HYBRID_REQUEST_BLOCK","features":[338]},{"name":"HYBRID_REQUEST_BLOCK_STRUCTURE_VERSION","features":[338]},{"name":"HYBRID_REQUEST_INFO_STRUCTURE_VERSION","features":[338]},{"name":"HYBRID_STATUS_ENABLE_REFCOUNT_HOLD","features":[338]},{"name":"HYBRID_STATUS_ILLEGAL_REQUEST","features":[338]},{"name":"HYBRID_STATUS_INVALID_PARAMETER","features":[338]},{"name":"HYBRID_STATUS_OUTPUT_BUFFER_TOO_SMALL","features":[338]},{"name":"HYBRID_STATUS_SUCCESS","features":[338]},{"name":"IDE_IO_CONTROL","features":[338]},{"name":"ID_FQDN","features":[338]},{"name":"ID_IPV4_ADDR","features":[338]},{"name":"ID_IPV6_ADDR","features":[338]},{"name":"ID_USER_FQDN","features":[338]},{"name":"IKE_AUTHENTICATION_INFORMATION","features":[338]},{"name":"IKE_AUTHENTICATION_METHOD","features":[338]},{"name":"IKE_AUTHENTICATION_PRESHARED_KEY","features":[338]},{"name":"IKE_AUTHENTICATION_PRESHARED_KEY_METHOD","features":[338]},{"name":"IOCTL_ATA_MINIPORT","features":[338]},{"name":"IOCTL_ATA_PASS_THROUGH","features":[338]},{"name":"IOCTL_ATA_PASS_THROUGH_DIRECT","features":[338]},{"name":"IOCTL_IDE_PASS_THROUGH","features":[338]},{"name":"IOCTL_MINIPORT_PROCESS_SERVICE_IRP","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_DSM_GENERAL","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_DSM_NOTIFICATION","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_ENDURANCE_INFO","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_FIRMWARE","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_HYBRDISK","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_PHYSICAL_TOPOLOGY","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_PROTOCOL","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_QUERY_TEMPERATURE","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_SCSIDISK","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_SET_PROTOCOL","features":[338]},{"name":"IOCTL_MINIPORT_SIGNATURE_SET_TEMPERATURE_THRESHOLD","features":[338]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH","features":[338]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_DIRECT","features":[338]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_DIRECT_EX","features":[338]},{"name":"IOCTL_MPIO_PASS_THROUGH_PATH_EX","features":[338]},{"name":"IOCTL_SCSI_BASE","features":[338]},{"name":"IOCTL_SCSI_FREE_DUMP_POINTERS","features":[338]},{"name":"IOCTL_SCSI_GET_ADDRESS","features":[338]},{"name":"IOCTL_SCSI_GET_CAPABILITIES","features":[338]},{"name":"IOCTL_SCSI_GET_DUMP_POINTERS","features":[338]},{"name":"IOCTL_SCSI_GET_INQUIRY_DATA","features":[338]},{"name":"IOCTL_SCSI_MINIPORT","features":[338]},{"name":"IOCTL_SCSI_PASS_THROUGH","features":[338]},{"name":"IOCTL_SCSI_PASS_THROUGH_DIRECT","features":[338]},{"name":"IOCTL_SCSI_PASS_THROUGH_DIRECT_EX","features":[338]},{"name":"IOCTL_SCSI_PASS_THROUGH_EX","features":[338]},{"name":"IOCTL_SCSI_RESCAN_BUS","features":[338]},{"name":"IO_SCSI_CAPABILITIES","features":[305,338]},{"name":"ISCSI_AUTH_TYPES","features":[338]},{"name":"ISCSI_CHAP_AUTH_TYPE","features":[338]},{"name":"ISCSI_CONNECTION_INFOA","features":[338]},{"name":"ISCSI_CONNECTION_INFOW","features":[338]},{"name":"ISCSI_CONNECTION_INFO_EX","features":[338]},{"name":"ISCSI_DEVICE_ON_SESSIONA","features":[338,326]},{"name":"ISCSI_DEVICE_ON_SESSIONW","features":[338,326]},{"name":"ISCSI_DIGEST_TYPES","features":[338]},{"name":"ISCSI_DIGEST_TYPE_CRC32C","features":[338]},{"name":"ISCSI_DIGEST_TYPE_NONE","features":[338]},{"name":"ISCSI_LOGIN_FLAG_ALLOW_PORTAL_HOPPING","features":[338]},{"name":"ISCSI_LOGIN_FLAG_MULTIPATH_ENABLED","features":[338]},{"name":"ISCSI_LOGIN_FLAG_REQUIRE_IPSEC","features":[338]},{"name":"ISCSI_LOGIN_FLAG_RESERVED1","features":[338]},{"name":"ISCSI_LOGIN_FLAG_USE_RADIUS_RESPONSE","features":[338]},{"name":"ISCSI_LOGIN_FLAG_USE_RADIUS_VERIFICATION","features":[338]},{"name":"ISCSI_LOGIN_OPTIONS","features":[338]},{"name":"ISCSI_LOGIN_OPTIONS_AUTH_TYPE","features":[338]},{"name":"ISCSI_LOGIN_OPTIONS_DATA_DIGEST","features":[338]},{"name":"ISCSI_LOGIN_OPTIONS_DEFAULT_TIME_2_RETAIN","features":[338]},{"name":"ISCSI_LOGIN_OPTIONS_DEFAULT_TIME_2_WAIT","features":[338]},{"name":"ISCSI_LOGIN_OPTIONS_HEADER_DIGEST","features":[338]},{"name":"ISCSI_LOGIN_OPTIONS_MAXIMUM_CONNECTIONS","features":[338]},{"name":"ISCSI_LOGIN_OPTIONS_PASSWORD","features":[338]},{"name":"ISCSI_LOGIN_OPTIONS_USERNAME","features":[338]},{"name":"ISCSI_LOGIN_OPTIONS_VERSION","features":[338]},{"name":"ISCSI_MUTUAL_CHAP_AUTH_TYPE","features":[338]},{"name":"ISCSI_NO_AUTH_TYPE","features":[338]},{"name":"ISCSI_SECURITY_FLAG_AGGRESSIVE_MODE_ENABLED","features":[338]},{"name":"ISCSI_SECURITY_FLAG_IKE_IPSEC_ENABLED","features":[338]},{"name":"ISCSI_SECURITY_FLAG_MAIN_MODE_ENABLED","features":[338]},{"name":"ISCSI_SECURITY_FLAG_PFS_ENABLED","features":[338]},{"name":"ISCSI_SECURITY_FLAG_TRANSPORT_MODE_PREFERRED","features":[338]},{"name":"ISCSI_SECURITY_FLAG_TUNNEL_MODE_PREFERRED","features":[338]},{"name":"ISCSI_SECURITY_FLAG_VALID","features":[338]},{"name":"ISCSI_SESSION_INFOA","features":[338]},{"name":"ISCSI_SESSION_INFOW","features":[338]},{"name":"ISCSI_SESSION_INFO_EX","features":[305,338]},{"name":"ISCSI_TARGET_FLAG_HIDE_STATIC_TARGET","features":[338]},{"name":"ISCSI_TARGET_FLAG_MERGE_TARGET_INFORMATION","features":[338]},{"name":"ISCSI_TARGET_MAPPINGA","features":[338]},{"name":"ISCSI_TARGET_MAPPINGW","features":[338]},{"name":"ISCSI_TARGET_PORTALA","features":[338]},{"name":"ISCSI_TARGET_PORTALW","features":[338]},{"name":"ISCSI_TARGET_PORTAL_GROUPA","features":[338]},{"name":"ISCSI_TARGET_PORTAL_GROUPW","features":[338]},{"name":"ISCSI_TARGET_PORTAL_INFOA","features":[338]},{"name":"ISCSI_TARGET_PORTAL_INFOW","features":[338]},{"name":"ISCSI_TARGET_PORTAL_INFO_EXA","features":[338]},{"name":"ISCSI_TARGET_PORTAL_INFO_EXW","features":[338]},{"name":"ISCSI_TCP_PROTOCOL_TYPE","features":[338]},{"name":"ISCSI_UNIQUE_SESSION_ID","features":[338]},{"name":"ISCSI_VERSION_INFO","features":[338]},{"name":"InitiatorName","features":[338]},{"name":"LoginIScsiTargetA","features":[305,338]},{"name":"LoginIScsiTargetW","features":[305,338]},{"name":"LoginOptions","features":[338]},{"name":"LogoutIScsiTarget","features":[338]},{"name":"MAX_ISCSI_ALIAS_LEN","features":[338]},{"name":"MAX_ISCSI_DISCOVERY_DOMAIN_LEN","features":[338]},{"name":"MAX_ISCSI_HBANAME_LEN","features":[338]},{"name":"MAX_ISCSI_NAME_LEN","features":[338]},{"name":"MAX_ISCSI_PORTAL_ADDRESS_LEN","features":[338]},{"name":"MAX_ISCSI_PORTAL_ALIAS_LEN","features":[338]},{"name":"MAX_ISCSI_PORTAL_NAME_LEN","features":[338]},{"name":"MAX_ISCSI_TEXT_ADDRESS_LEN","features":[338]},{"name":"MAX_RADIUS_ADDRESS_LEN","features":[338]},{"name":"MINIPORT_DSM_NOTIFICATION_VERSION","features":[338]},{"name":"MINIPORT_DSM_NOTIFICATION_VERSION_1","features":[338]},{"name":"MINIPORT_DSM_NOTIFY_FLAG_BEGIN","features":[338]},{"name":"MINIPORT_DSM_NOTIFY_FLAG_END","features":[338]},{"name":"MINIPORT_DSM_PROFILE_CRASHDUMP_FILE","features":[338]},{"name":"MINIPORT_DSM_PROFILE_HIBERNATION_FILE","features":[338]},{"name":"MINIPORT_DSM_PROFILE_PAGE_FILE","features":[338]},{"name":"MINIPORT_DSM_PROFILE_UNKNOWN","features":[338]},{"name":"MPIO_IOCTL_FLAG_INVOLVE_DSM","features":[338]},{"name":"MPIO_IOCTL_FLAG_USE_PATHID","features":[338]},{"name":"MPIO_IOCTL_FLAG_USE_SCSIADDRESS","features":[338]},{"name":"MPIO_PASS_THROUGH_PATH","features":[338]},{"name":"MPIO_PASS_THROUGH_PATH32","features":[338]},{"name":"MPIO_PASS_THROUGH_PATH32_EX","features":[338]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT","features":[338]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT32","features":[338]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT32_EX","features":[338]},{"name":"MPIO_PASS_THROUGH_PATH_DIRECT_EX","features":[338]},{"name":"MPIO_PASS_THROUGH_PATH_EX","features":[338]},{"name":"MP_DEVICE_DATA_SET_RANGE","features":[338]},{"name":"MP_STORAGE_DIAGNOSTIC_LEVEL","features":[338]},{"name":"MP_STORAGE_DIAGNOSTIC_TARGET_TYPE","features":[338]},{"name":"MpStorageDiagnosticLevelDefault","features":[338]},{"name":"MpStorageDiagnosticLevelMax","features":[338]},{"name":"MpStorageDiagnosticTargetTypeHbaFirmware","features":[338]},{"name":"MpStorageDiagnosticTargetTypeMax","features":[338]},{"name":"MpStorageDiagnosticTargetTypeMiniport","features":[338]},{"name":"MpStorageDiagnosticTargetTypeUndefined","features":[338]},{"name":"NRB_FUNCTION_ADD_LBAS_PINNED_SET","features":[338]},{"name":"NRB_FUNCTION_FLUSH_NVCACHE","features":[338]},{"name":"NRB_FUNCTION_NVCACHE_INFO","features":[338]},{"name":"NRB_FUNCTION_NVCACHE_POWER_MODE_RETURN","features":[338]},{"name":"NRB_FUNCTION_NVCACHE_POWER_MODE_SET","features":[338]},{"name":"NRB_FUNCTION_NVSEPARATED_FLUSH","features":[338]},{"name":"NRB_FUNCTION_NVSEPARATED_INFO","features":[338]},{"name":"NRB_FUNCTION_NVSEPARATED_WB_DISABLE","features":[338]},{"name":"NRB_FUNCTION_NVSEPARATED_WB_REVERT_DEFAULT","features":[338]},{"name":"NRB_FUNCTION_PASS_HINT_PAYLOAD","features":[338]},{"name":"NRB_FUNCTION_QUERY_ASCENDER_STATUS","features":[338]},{"name":"NRB_FUNCTION_QUERY_CACHE_MISS","features":[338]},{"name":"NRB_FUNCTION_QUERY_HYBRID_DISK_STATUS","features":[338]},{"name":"NRB_FUNCTION_QUERY_PINNED_SET","features":[338]},{"name":"NRB_FUNCTION_REMOVE_LBAS_PINNED_SET","features":[338]},{"name":"NRB_FUNCTION_SPINDLE_STATUS","features":[338]},{"name":"NRB_ILLEGAL_REQUEST","features":[338]},{"name":"NRB_INPUT_DATA_OVERRUN","features":[338]},{"name":"NRB_INPUT_DATA_UNDERRUN","features":[338]},{"name":"NRB_INVALID_PARAMETER","features":[338]},{"name":"NRB_OUTPUT_DATA_OVERRUN","features":[338]},{"name":"NRB_OUTPUT_DATA_UNDERRUN","features":[338]},{"name":"NRB_SUCCESS","features":[338]},{"name":"NTSCSI_UNICODE_STRING","features":[338]},{"name":"NVCACHE_HINT_PAYLOAD","features":[338]},{"name":"NVCACHE_PRIORITY_LEVEL_DESCRIPTOR","features":[338]},{"name":"NVCACHE_REQUEST_BLOCK","features":[338]},{"name":"NVCACHE_STATUS","features":[338]},{"name":"NVCACHE_TYPE","features":[338]},{"name":"NVSEPWriteCacheTypeNone","features":[338]},{"name":"NVSEPWriteCacheTypeUnknown","features":[338]},{"name":"NVSEPWriteCacheTypeWriteBack","features":[338]},{"name":"NVSEPWriteCacheTypeWriteThrough","features":[338]},{"name":"NV_FEATURE_PARAMETER","features":[338]},{"name":"NV_SEP_CACHE_PARAMETER","features":[338]},{"name":"NV_SEP_CACHE_PARAMETER_VERSION","features":[338]},{"name":"NV_SEP_CACHE_PARAMETER_VERSION_1","features":[338]},{"name":"NV_SEP_WRITE_CACHE_TYPE","features":[338]},{"name":"NvCacheStatusDisabled","features":[338]},{"name":"NvCacheStatusDisabling","features":[338]},{"name":"NvCacheStatusEnabled","features":[338]},{"name":"NvCacheStatusUnknown","features":[338]},{"name":"NvCacheTypeNone","features":[338]},{"name":"NvCacheTypeUnknown","features":[338]},{"name":"NvCacheTypeWriteBack","features":[338]},{"name":"NvCacheTypeWriteThrough","features":[338]},{"name":"PDUMP_DEVICE_POWERON_ROUTINE","features":[338]},{"name":"PERSISTENT_ISCSI_LOGIN_INFOA","features":[305,338]},{"name":"PERSISTENT_ISCSI_LOGIN_INFOW","features":[305,338]},{"name":"PersistentTargetMappings","features":[338]},{"name":"PortalGroups","features":[338]},{"name":"ProtocolType","features":[338]},{"name":"RefreshISNSServerA","features":[338]},{"name":"RefreshISNSServerW","features":[338]},{"name":"RefreshIScsiSendTargetPortalA","features":[338]},{"name":"RefreshIScsiSendTargetPortalW","features":[338]},{"name":"RemoveISNSServerA","features":[338]},{"name":"RemoveISNSServerW","features":[338]},{"name":"RemoveIScsiConnection","features":[338]},{"name":"RemoveIScsiPersistentTargetA","features":[338]},{"name":"RemoveIScsiPersistentTargetW","features":[338]},{"name":"RemoveIScsiSendTargetPortalA","features":[338]},{"name":"RemoveIScsiSendTargetPortalW","features":[338]},{"name":"RemoveIScsiStaticTargetA","features":[338]},{"name":"RemoveIScsiStaticTargetW","features":[338]},{"name":"RemovePersistentIScsiDeviceA","features":[338]},{"name":"RemovePersistentIScsiDeviceW","features":[338]},{"name":"RemoveRadiusServerA","features":[338]},{"name":"RemoveRadiusServerW","features":[338]},{"name":"ReportActiveIScsiTargetMappingsA","features":[338]},{"name":"ReportActiveIScsiTargetMappingsW","features":[338]},{"name":"ReportISNSServerListA","features":[338]},{"name":"ReportISNSServerListW","features":[338]},{"name":"ReportIScsiInitiatorListA","features":[338]},{"name":"ReportIScsiInitiatorListW","features":[338]},{"name":"ReportIScsiPersistentLoginsA","features":[305,338]},{"name":"ReportIScsiPersistentLoginsW","features":[305,338]},{"name":"ReportIScsiSendTargetPortalsA","features":[338]},{"name":"ReportIScsiSendTargetPortalsExA","features":[338]},{"name":"ReportIScsiSendTargetPortalsExW","features":[338]},{"name":"ReportIScsiSendTargetPortalsW","features":[338]},{"name":"ReportIScsiTargetPortalsA","features":[338]},{"name":"ReportIScsiTargetPortalsW","features":[338]},{"name":"ReportIScsiTargetsA","features":[305,338]},{"name":"ReportIScsiTargetsW","features":[305,338]},{"name":"ReportPersistentIScsiDevicesA","features":[338]},{"name":"ReportPersistentIScsiDevicesW","features":[338]},{"name":"ReportRadiusServerListA","features":[338]},{"name":"ReportRadiusServerListW","features":[338]},{"name":"SCSI_ADAPTER_BUS_INFO","features":[338]},{"name":"SCSI_ADDRESS","features":[338]},{"name":"SCSI_BUS_DATA","features":[338]},{"name":"SCSI_INQUIRY_DATA","features":[305,338]},{"name":"SCSI_IOCTL_DATA_BIDIRECTIONAL","features":[338]},{"name":"SCSI_IOCTL_DATA_IN","features":[338]},{"name":"SCSI_IOCTL_DATA_OUT","features":[338]},{"name":"SCSI_IOCTL_DATA_UNSPECIFIED","features":[338]},{"name":"SCSI_LUN_LIST","features":[338]},{"name":"SCSI_PASS_THROUGH","features":[338]},{"name":"SCSI_PASS_THROUGH32","features":[338]},{"name":"SCSI_PASS_THROUGH32_EX","features":[338]},{"name":"SCSI_PASS_THROUGH_DIRECT","features":[338]},{"name":"SCSI_PASS_THROUGH_DIRECT32","features":[338]},{"name":"SCSI_PASS_THROUGH_DIRECT32_EX","features":[338]},{"name":"SCSI_PASS_THROUGH_DIRECT_EX","features":[338]},{"name":"SCSI_PASS_THROUGH_EX","features":[338]},{"name":"SRB_IO_CONTROL","features":[338]},{"name":"STORAGE_DIAGNOSTIC_MP_REQUEST","features":[338]},{"name":"STORAGE_DIAGNOSTIC_STATUS_BUFFER_TOO_SMALL","features":[338]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_PARAMETER","features":[338]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_SIGNATURE","features":[338]},{"name":"STORAGE_DIAGNOSTIC_STATUS_INVALID_TARGET_TYPE","features":[338]},{"name":"STORAGE_DIAGNOSTIC_STATUS_MORE_DATA","features":[338]},{"name":"STORAGE_DIAGNOSTIC_STATUS_SUCCESS","features":[338]},{"name":"STORAGE_DIAGNOSTIC_STATUS_UNSUPPORTED_VERSION","features":[338]},{"name":"STORAGE_ENDURANCE_DATA_DESCRIPTOR","features":[338]},{"name":"STORAGE_ENDURANCE_INFO","features":[338]},{"name":"STORAGE_FIRMWARE_ACTIVATE","features":[338]},{"name":"STORAGE_FIRMWARE_ACTIVATE_STRUCTURE_VERSION","features":[338]},{"name":"STORAGE_FIRMWARE_DOWNLOAD","features":[338]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_STRUCTURE_VERSION","features":[338]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_STRUCTURE_VERSION_V2","features":[338]},{"name":"STORAGE_FIRMWARE_DOWNLOAD_V2","features":[338]},{"name":"STORAGE_FIRMWARE_INFO","features":[305,338]},{"name":"STORAGE_FIRMWARE_INFO_INVALID_SLOT","features":[338]},{"name":"STORAGE_FIRMWARE_INFO_STRUCTURE_VERSION","features":[338]},{"name":"STORAGE_FIRMWARE_INFO_STRUCTURE_VERSION_V2","features":[338]},{"name":"STORAGE_FIRMWARE_INFO_V2","features":[305,338]},{"name":"STORAGE_FIRMWARE_SLOT_INFO","features":[305,338]},{"name":"STORAGE_FIRMWARE_SLOT_INFO_V2","features":[305,338]},{"name":"STORAGE_FIRMWARE_SLOT_INFO_V2_REVISION_LENGTH","features":[338]},{"name":"ScsiRawInterfaceGuid","features":[338]},{"name":"SendScsiInquiry","features":[338]},{"name":"SendScsiReadCapacity","features":[338]},{"name":"SendScsiReportLuns","features":[338]},{"name":"SetIScsiGroupPresharedKey","features":[305,338]},{"name":"SetIScsiIKEInfoA","features":[305,338]},{"name":"SetIScsiIKEInfoW","features":[305,338]},{"name":"SetIScsiInitiatorCHAPSharedSecret","features":[338]},{"name":"SetIScsiInitiatorNodeNameA","features":[338]},{"name":"SetIScsiInitiatorNodeNameW","features":[338]},{"name":"SetIScsiInitiatorRADIUSSharedSecret","features":[338]},{"name":"SetIScsiTunnelModeOuterAddressA","features":[305,338]},{"name":"SetIScsiTunnelModeOuterAddressW","features":[305,338]},{"name":"SetupPersistentIScsiDevices","features":[338]},{"name":"SetupPersistentIScsiVolumes","features":[338]},{"name":"TARGETPROTOCOLTYPE","features":[338]},{"name":"TARGET_INFORMATION_CLASS","features":[338]},{"name":"TargetAlias","features":[338]},{"name":"TargetFlags","features":[338]},{"name":"WmiScsiAddressGuid","features":[338]},{"name":"_ADAPTER_OBJECT","features":[338]}],"524":[{"name":"JET_BASE_NAME_LENGTH","features":[519]},{"name":"JET_BKINFO","features":[519]},{"name":"JET_BKLOGTIME","features":[519]},{"name":"JET_CALLBACK","features":[519,520]},{"name":"JET_COLUMNBASE_A","features":[519]},{"name":"JET_COLUMNBASE_W","features":[519]},{"name":"JET_COLUMNCREATE_A","features":[519]},{"name":"JET_COLUMNCREATE_W","features":[519]},{"name":"JET_COLUMNDEF","features":[519]},{"name":"JET_COLUMNLIST","features":[519,520]},{"name":"JET_COMMIT_ID","features":[519]},{"name":"JET_COMMIT_ID","features":[519]},{"name":"JET_CONDITIONALCOLUMN_A","features":[519]},{"name":"JET_CONDITIONALCOLUMN_W","features":[519]},{"name":"JET_CONVERT_A","features":[519]},{"name":"JET_CONVERT_W","features":[519]},{"name":"JET_ColInfoGrbitMinimalInfo","features":[519]},{"name":"JET_ColInfoGrbitNonDerivedColumnsOnly","features":[519]},{"name":"JET_ColInfoGrbitSortByColumnid","features":[519]},{"name":"JET_DBINFOMISC","features":[519]},{"name":"JET_DBINFOMISC2","features":[519]},{"name":"JET_DBINFOMISC3","features":[519]},{"name":"JET_DBINFOMISC4","features":[519]},{"name":"JET_DBINFOUPGRADE","features":[519]},{"name":"JET_DbInfoCollate","features":[519]},{"name":"JET_DbInfoConnect","features":[519]},{"name":"JET_DbInfoCountry","features":[519]},{"name":"JET_DbInfoCp","features":[519]},{"name":"JET_DbInfoDBInUse","features":[519]},{"name":"JET_DbInfoFileType","features":[519]},{"name":"JET_DbInfoFilename","features":[519]},{"name":"JET_DbInfoFilesize","features":[519]},{"name":"JET_DbInfoFilesizeOnDisk","features":[519]},{"name":"JET_DbInfoIsam","features":[519]},{"name":"JET_DbInfoLCID","features":[519]},{"name":"JET_DbInfoLangid","features":[519]},{"name":"JET_DbInfoMisc","features":[519]},{"name":"JET_DbInfoOptions","features":[519]},{"name":"JET_DbInfoPageSize","features":[519]},{"name":"JET_DbInfoSpaceAvailable","features":[519]},{"name":"JET_DbInfoSpaceOwned","features":[519]},{"name":"JET_DbInfoTransactions","features":[519]},{"name":"JET_DbInfoUpgrade","features":[519]},{"name":"JET_DbInfoVersion","features":[519]},{"name":"JET_ENUMCOLUMN","features":[519]},{"name":"JET_ENUMCOLUMNID","features":[519]},{"name":"JET_ENUMCOLUMNVALUE","features":[519]},{"name":"JET_ERRCAT","features":[519]},{"name":"JET_ERRINFOBASIC_W","features":[519]},{"name":"JET_EventLoggingDisable","features":[519]},{"name":"JET_EventLoggingLevelHigh","features":[519]},{"name":"JET_EventLoggingLevelLow","features":[519]},{"name":"JET_EventLoggingLevelMax","features":[519]},{"name":"JET_EventLoggingLevelMedium","features":[519]},{"name":"JET_EventLoggingLevelMin","features":[519]},{"name":"JET_ExceptionFailFast","features":[519]},{"name":"JET_ExceptionMsgBox","features":[519]},{"name":"JET_ExceptionNone","features":[519]},{"name":"JET_INDEXCHECKING","features":[519]},{"name":"JET_INDEXCREATE2_A","features":[519]},{"name":"JET_INDEXCREATE2_W","features":[519]},{"name":"JET_INDEXCREATE3_A","features":[519]},{"name":"JET_INDEXCREATE3_W","features":[519]},{"name":"JET_INDEXCREATE_A","features":[519]},{"name":"JET_INDEXCREATE_W","features":[519]},{"name":"JET_INDEXID","features":[519]},{"name":"JET_INDEXID","features":[519]},{"name":"JET_INDEXLIST","features":[519,520]},{"name":"JET_INDEXRANGE","features":[519,520]},{"name":"JET_INDEX_COLUMN","features":[519]},{"name":"JET_INDEX_RANGE","features":[519]},{"name":"JET_INSTANCE","features":[519]},{"name":"JET_INSTANCE_INFO_A","features":[519,520]},{"name":"JET_INSTANCE_INFO_W","features":[519,520]},{"name":"JET_IOPriorityLow","features":[519]},{"name":"JET_IOPriorityNormal","features":[519]},{"name":"JET_IndexCheckingDeferToOpenTable","features":[519]},{"name":"JET_IndexCheckingMax","features":[519]},{"name":"JET_IndexCheckingOff","features":[519]},{"name":"JET_IndexCheckingOn","features":[519]},{"name":"JET_LGPOS","features":[519]},{"name":"JET_LOGINFO_A","features":[519]},{"name":"JET_LOGINFO_W","features":[519]},{"name":"JET_LOGTIME","features":[519]},{"name":"JET_LS","features":[519]},{"name":"JET_MAX_COMPUTERNAME_LENGTH","features":[519]},{"name":"JET_MoveFirst","features":[519]},{"name":"JET_MoveLast","features":[519]},{"name":"JET_MovePrevious","features":[519]},{"name":"JET_OBJECTINFO","features":[519]},{"name":"JET_OBJECTINFO","features":[519]},{"name":"JET_OBJECTLIST","features":[519,520]},{"name":"JET_OPENTEMPORARYTABLE","features":[519,520]},{"name":"JET_OPENTEMPORARYTABLE2","features":[519,520]},{"name":"JET_OPERATIONCONTEXT","features":[519]},{"name":"JET_OSSNAPID","features":[519]},{"name":"JET_OnlineDefragAll","features":[519]},{"name":"JET_OnlineDefragAllOBSOLETE","features":[519]},{"name":"JET_OnlineDefragDatabases","features":[519]},{"name":"JET_OnlineDefragDisable","features":[519]},{"name":"JET_OnlineDefragSpaceTrees","features":[519]},{"name":"JET_PFNDURABLECOMMITCALLBACK","features":[519]},{"name":"JET_PFNREALLOC","features":[519]},{"name":"JET_PFNSTATUS","features":[519]},{"name":"JET_RECORDLIST","features":[519,520]},{"name":"JET_RECPOS","features":[519]},{"name":"JET_RECPOS2","features":[519]},{"name":"JET_RECPOS2","features":[519]},{"name":"JET_RECSIZE","features":[519]},{"name":"JET_RECSIZE","features":[519]},{"name":"JET_RECSIZE2","features":[519]},{"name":"JET_RECSIZE2","features":[519]},{"name":"JET_RELOP","features":[519]},{"name":"JET_RETINFO","features":[519]},{"name":"JET_RETRIEVECOLUMN","features":[519]},{"name":"JET_RSTINFO_A","features":[519]},{"name":"JET_RSTINFO_W","features":[519]},{"name":"JET_RSTMAP_A","features":[519]},{"name":"JET_RSTMAP_W","features":[519]},{"name":"JET_SESID","features":[519]},{"name":"JET_SETCOLUMN","features":[519]},{"name":"JET_SETINFO","features":[519]},{"name":"JET_SETSYSPARAM_A","features":[519,520]},{"name":"JET_SETSYSPARAM_W","features":[519,520]},{"name":"JET_SIGNATURE","features":[519]},{"name":"JET_SNPROG","features":[519]},{"name":"JET_SPACEHINTS","features":[519]},{"name":"JET_TABLECREATE2_A","features":[519,520]},{"name":"JET_TABLECREATE2_W","features":[519,520]},{"name":"JET_TABLECREATE3_A","features":[519,520]},{"name":"JET_TABLECREATE3_W","features":[519,520]},{"name":"JET_TABLECREATE4_A","features":[519,520]},{"name":"JET_TABLECREATE4_W","features":[519,520]},{"name":"JET_TABLECREATE_A","features":[519,520]},{"name":"JET_TABLECREATE_W","features":[519,520]},{"name":"JET_THREADSTATS","features":[519]},{"name":"JET_THREADSTATS2","features":[519]},{"name":"JET_THREADSTATS2","features":[519]},{"name":"JET_TUPLELIMITS","features":[519]},{"name":"JET_UNICODEINDEX","features":[519]},{"name":"JET_UNICODEINDEX2","features":[519]},{"name":"JET_USERDEFINEDDEFAULT_A","features":[519]},{"name":"JET_USERDEFINEDDEFAULT_W","features":[519]},{"name":"JET_VERSION","features":[519]},{"name":"JET_bitAbortSnapshot","features":[519]},{"name":"JET_bitAllDatabasesSnapshot","features":[519]},{"name":"JET_bitBackupAtomic","features":[519]},{"name":"JET_bitBackupEndAbort","features":[519]},{"name":"JET_bitBackupEndNormal","features":[519]},{"name":"JET_bitBackupIncremental","features":[519]},{"name":"JET_bitBackupSnapshot","features":[519]},{"name":"JET_bitBackupTruncateDone","features":[519]},{"name":"JET_bitBookmarkPermitVirtualCurrency","features":[519]},{"name":"JET_bitCheckUniqueness","features":[519]},{"name":"JET_bitColumnAutoincrement","features":[519]},{"name":"JET_bitColumnCompressed","features":[519]},{"name":"JET_bitColumnDeleteOnZero","features":[519]},{"name":"JET_bitColumnEscrowUpdate","features":[519]},{"name":"JET_bitColumnFinalize","features":[519]},{"name":"JET_bitColumnFixed","features":[519]},{"name":"JET_bitColumnMaybeNull","features":[519]},{"name":"JET_bitColumnMultiValued","features":[519]},{"name":"JET_bitColumnNotNULL","features":[519]},{"name":"JET_bitColumnTTDescending","features":[519]},{"name":"JET_bitColumnTTKey","features":[519]},{"name":"JET_bitColumnTagged","features":[519]},{"name":"JET_bitColumnUnversioned","features":[519]},{"name":"JET_bitColumnUpdatable","features":[519]},{"name":"JET_bitColumnUserDefinedDefault","features":[519]},{"name":"JET_bitColumnVersion","features":[519]},{"name":"JET_bitCommitLazyFlush","features":[519]},{"name":"JET_bitCompactRepair","features":[519]},{"name":"JET_bitCompactStats","features":[519]},{"name":"JET_bitConfigStoreReadControlDefault","features":[519]},{"name":"JET_bitConfigStoreReadControlDisableAll","features":[519]},{"name":"JET_bitConfigStoreReadControlInhibitRead","features":[519]},{"name":"JET_bitContinueAfterThaw","features":[519]},{"name":"JET_bitCopySnapshot","features":[519]},{"name":"JET_bitCreateHintAppendSequential","features":[519]},{"name":"JET_bitCreateHintHotpointSequential","features":[519]},{"name":"JET_bitDbDeleteCorruptIndexes","features":[519]},{"name":"JET_bitDbDeleteUnicodeIndexes","features":[519]},{"name":"JET_bitDbEnableBackgroundMaintenance","features":[519]},{"name":"JET_bitDbExclusive","features":[519]},{"name":"JET_bitDbOverwriteExisting","features":[519]},{"name":"JET_bitDbPurgeCacheOnAttach","features":[519]},{"name":"JET_bitDbReadOnly","features":[519]},{"name":"JET_bitDbRecoveryOff","features":[519]},{"name":"JET_bitDbShadowingOff","features":[519]},{"name":"JET_bitDbUpgrade","features":[519]},{"name":"JET_bitDefragmentAvailSpaceTreesOnly","features":[519]},{"name":"JET_bitDefragmentBTree","features":[519]},{"name":"JET_bitDefragmentBatchStart","features":[519]},{"name":"JET_bitDefragmentBatchStop","features":[519]},{"name":"JET_bitDefragmentNoPartialMerges","features":[519]},{"name":"JET_bitDeleteColumnIgnoreTemplateColumns","features":[519]},{"name":"JET_bitDeleteHintTableSequential","features":[519]},{"name":"JET_bitDumpCacheIncludeCachedPages","features":[519]},{"name":"JET_bitDumpCacheIncludeCorruptedPages","features":[519]},{"name":"JET_bitDumpCacheIncludeDirtyPages","features":[519]},{"name":"JET_bitDumpCacheMaximum","features":[519]},{"name":"JET_bitDumpCacheMinimum","features":[519]},{"name":"JET_bitDumpCacheNoDecommit","features":[519]},{"name":"JET_bitDumpMaximum","features":[519]},{"name":"JET_bitDumpMinimum","features":[519]},{"name":"JET_bitDurableCommitCallbackLogUnavailable","features":[519]},{"name":"JET_bitESE98FileNames","features":[519]},{"name":"JET_bitEightDotThreeSoftCompat","features":[519]},{"name":"JET_bitEnumerateCompressOutput","features":[519]},{"name":"JET_bitEnumerateCopy","features":[519]},{"name":"JET_bitEnumerateIgnoreDefault","features":[519]},{"name":"JET_bitEnumerateIgnoreUserDefinedDefault","features":[519]},{"name":"JET_bitEnumerateInRecordOnly","features":[519]},{"name":"JET_bitEnumeratePresenceOnly","features":[519]},{"name":"JET_bitEnumerateTaggedOnly","features":[519]},{"name":"JET_bitEscrowNoRollback","features":[519]},{"name":"JET_bitExplicitPrepare","features":[519]},{"name":"JET_bitForceDetach","features":[519]},{"name":"JET_bitForceNewLog","features":[519]},{"name":"JET_bitFullColumnEndLimit","features":[519]},{"name":"JET_bitFullColumnStartLimit","features":[519]},{"name":"JET_bitHungIOEvent","features":[519]},{"name":"JET_bitIdleCompact","features":[519]},{"name":"JET_bitIdleFlushBuffers","features":[519]},{"name":"JET_bitIdleStatus","features":[519]},{"name":"JET_bitIncrementalSnapshot","features":[519]},{"name":"JET_bitIndexColumnMustBeNonNull","features":[519]},{"name":"JET_bitIndexColumnMustBeNull","features":[519]},{"name":"JET_bitIndexCrossProduct","features":[519]},{"name":"JET_bitIndexDisallowNull","features":[519]},{"name":"JET_bitIndexDisallowTruncation","features":[519]},{"name":"JET_bitIndexDotNetGuid","features":[519]},{"name":"JET_bitIndexEmpty","features":[519]},{"name":"JET_bitIndexIgnoreAnyNull","features":[519]},{"name":"JET_bitIndexIgnoreFirstNull","features":[519]},{"name":"JET_bitIndexIgnoreNull","features":[519]},{"name":"JET_bitIndexImmutableStructure","features":[519]},{"name":"JET_bitIndexKeyMost","features":[519]},{"name":"JET_bitIndexLazyFlush","features":[519]},{"name":"JET_bitIndexNestedTable","features":[519]},{"name":"JET_bitIndexPrimary","features":[519]},{"name":"JET_bitIndexSortNullsHigh","features":[519]},{"name":"JET_bitIndexTupleLimits","features":[519]},{"name":"JET_bitIndexTuples","features":[519]},{"name":"JET_bitIndexUnicode","features":[519]},{"name":"JET_bitIndexUnique","features":[519]},{"name":"JET_bitIndexUnversioned","features":[519]},{"name":"JET_bitKeepDbAttachedAtEndOfRecovery","features":[519]},{"name":"JET_bitKeyAscending","features":[519]},{"name":"JET_bitKeyDataZeroLength","features":[519]},{"name":"JET_bitKeyDescending","features":[519]},{"name":"JET_bitLSCursor","features":[519]},{"name":"JET_bitLSReset","features":[519]},{"name":"JET_bitLSTable","features":[519]},{"name":"JET_bitLogStreamMustExist","features":[519]},{"name":"JET_bitMoveFirst","features":[519]},{"name":"JET_bitMoveKeyNE","features":[519]},{"name":"JET_bitNewKey","features":[519]},{"name":"JET_bitNoMove","features":[519]},{"name":"JET_bitNormalizedKey","features":[519]},{"name":"JET_bitObjectSystem","features":[519]},{"name":"JET_bitObjectTableDerived","features":[519]},{"name":"JET_bitObjectTableFixedDDL","features":[519]},{"name":"JET_bitObjectTableNoFixedVarColumnsInDerivedTables","features":[519]},{"name":"JET_bitObjectTableTemplate","features":[519]},{"name":"JET_bitPartialColumnEndLimit","features":[519]},{"name":"JET_bitPartialColumnStartLimit","features":[519]},{"name":"JET_bitPrereadBackward","features":[519]},{"name":"JET_bitPrereadFirstPage","features":[519]},{"name":"JET_bitPrereadForward","features":[519]},{"name":"JET_bitPrereadNormalizedKey","features":[519]},{"name":"JET_bitRangeInclusive","features":[519]},{"name":"JET_bitRangeInstantDuration","features":[519]},{"name":"JET_bitRangeRemove","features":[519]},{"name":"JET_bitRangeUpperLimit","features":[519]},{"name":"JET_bitReadLock","features":[519]},{"name":"JET_bitRecordInIndex","features":[519]},{"name":"JET_bitRecordNotInIndex","features":[519]},{"name":"JET_bitRecordSizeInCopyBuffer","features":[519]},{"name":"JET_bitRecordSizeLocal","features":[519]},{"name":"JET_bitRecordSizeRunningTotal","features":[519]},{"name":"JET_bitRecoveryWithoutUndo","features":[519]},{"name":"JET_bitReplayIgnoreLostLogs","features":[519]},{"name":"JET_bitReplayIgnoreMissingDB","features":[519]},{"name":"JET_bitReplayMissingMapEntryDB","features":[519]},{"name":"JET_bitResizeDatabaseOnlyGrow","features":[519]},{"name":"JET_bitResizeDatabaseOnlyShrink","features":[519]},{"name":"JET_bitRetrieveCopy","features":[519]},{"name":"JET_bitRetrieveFromIndex","features":[519]},{"name":"JET_bitRetrieveFromPrimaryBookmark","features":[519]},{"name":"JET_bitRetrieveHintReserve1","features":[519]},{"name":"JET_bitRetrieveHintReserve2","features":[519]},{"name":"JET_bitRetrieveHintReserve3","features":[519]},{"name":"JET_bitRetrieveHintTableScanBackward","features":[519]},{"name":"JET_bitRetrieveHintTableScanForward","features":[519]},{"name":"JET_bitRetrieveIgnoreDefault","features":[519]},{"name":"JET_bitRetrieveNull","features":[519]},{"name":"JET_bitRetrieveTag","features":[519]},{"name":"JET_bitRetrieveTuple","features":[519]},{"name":"JET_bitRollbackAll","features":[519]},{"name":"JET_bitSeekEQ","features":[519]},{"name":"JET_bitSeekGE","features":[519]},{"name":"JET_bitSeekGT","features":[519]},{"name":"JET_bitSeekLE","features":[519]},{"name":"JET_bitSeekLT","features":[519]},{"name":"JET_bitSetAppendLV","features":[519]},{"name":"JET_bitSetCompressed","features":[519]},{"name":"JET_bitSetContiguousLV","features":[519]},{"name":"JET_bitSetIndexRange","features":[519]},{"name":"JET_bitSetIntrinsicLV","features":[519]},{"name":"JET_bitSetOverwriteLV","features":[519]},{"name":"JET_bitSetRevertToDefaultValue","features":[519]},{"name":"JET_bitSetSeparateLV","features":[519]},{"name":"JET_bitSetSizeLV","features":[519]},{"name":"JET_bitSetUncompressed","features":[519]},{"name":"JET_bitSetUniqueMultiValues","features":[519]},{"name":"JET_bitSetUniqueNormalizedMultiValues","features":[519]},{"name":"JET_bitSetZeroLength","features":[519]},{"name":"JET_bitShrinkDatabaseOff","features":[519]},{"name":"JET_bitShrinkDatabaseOn","features":[519]},{"name":"JET_bitShrinkDatabaseRealtime","features":[519]},{"name":"JET_bitShrinkDatabaseTrim","features":[519]},{"name":"JET_bitSpaceHintsUtilizeParentSpace","features":[519]},{"name":"JET_bitStopServiceAll","features":[519]},{"name":"JET_bitStopServiceBackgroundUserTasks","features":[519]},{"name":"JET_bitStopServiceQuiesceCaches","features":[519]},{"name":"JET_bitStopServiceResume","features":[519]},{"name":"JET_bitStrLimit","features":[519]},{"name":"JET_bitSubStrLimit","features":[519]},{"name":"JET_bitTTDotNetGuid","features":[519]},{"name":"JET_bitTTErrorOnDuplicateInsertion","features":[519]},{"name":"JET_bitTTForceMaterialization","features":[519]},{"name":"JET_bitTTForwardOnly","features":[519]},{"name":"JET_bitTTIndexed","features":[519]},{"name":"JET_bitTTIntrinsicLVsOnly","features":[519]},{"name":"JET_bitTTScrollable","features":[519]},{"name":"JET_bitTTSortNullsHigh","features":[519]},{"name":"JET_bitTTUnique","features":[519]},{"name":"JET_bitTTUpdatable","features":[519]},{"name":"JET_bitTableClass1","features":[519]},{"name":"JET_bitTableClass10","features":[519]},{"name":"JET_bitTableClass11","features":[519]},{"name":"JET_bitTableClass12","features":[519]},{"name":"JET_bitTableClass13","features":[519]},{"name":"JET_bitTableClass14","features":[519]},{"name":"JET_bitTableClass15","features":[519]},{"name":"JET_bitTableClass2","features":[519]},{"name":"JET_bitTableClass3","features":[519]},{"name":"JET_bitTableClass4","features":[519]},{"name":"JET_bitTableClass5","features":[519]},{"name":"JET_bitTableClass6","features":[519]},{"name":"JET_bitTableClass7","features":[519]},{"name":"JET_bitTableClass8","features":[519]},{"name":"JET_bitTableClass9","features":[519]},{"name":"JET_bitTableClassMask","features":[519]},{"name":"JET_bitTableClassNone","features":[519]},{"name":"JET_bitTableCreateFixedDDL","features":[519]},{"name":"JET_bitTableCreateImmutableStructure","features":[519]},{"name":"JET_bitTableCreateNoFixedVarColumnsInDerivedTables","features":[519]},{"name":"JET_bitTableCreateTemplateTable","features":[519]},{"name":"JET_bitTableDenyRead","features":[519]},{"name":"JET_bitTableDenyWrite","features":[519]},{"name":"JET_bitTableInfoBookmark","features":[519]},{"name":"JET_bitTableInfoRollback","features":[519]},{"name":"JET_bitTableInfoUpdatable","features":[519]},{"name":"JET_bitTableNoCache","features":[519]},{"name":"JET_bitTableOpportuneRead","features":[519]},{"name":"JET_bitTablePermitDDL","features":[519]},{"name":"JET_bitTablePreread","features":[519]},{"name":"JET_bitTableReadOnly","features":[519]},{"name":"JET_bitTableSequential","features":[519]},{"name":"JET_bitTableUpdatable","features":[519]},{"name":"JET_bitTermAbrupt","features":[519]},{"name":"JET_bitTermComplete","features":[519]},{"name":"JET_bitTermDirty","features":[519]},{"name":"JET_bitTermStopBackup","features":[519]},{"name":"JET_bitTransactionReadOnly","features":[519]},{"name":"JET_bitTruncateLogsAfterRecovery","features":[519]},{"name":"JET_bitUpdateCheckESE97Compatibility","features":[519]},{"name":"JET_bitWaitAllLevel0Commit","features":[519]},{"name":"JET_bitWaitLastLevel0Commit","features":[519]},{"name":"JET_bitWriteLock","features":[519]},{"name":"JET_bitZeroLength","features":[519]},{"name":"JET_cbBookmarkMost","features":[519]},{"name":"JET_cbColumnLVPageOverhead","features":[519]},{"name":"JET_cbColumnMost","features":[519]},{"name":"JET_cbFullNameMost","features":[519]},{"name":"JET_cbKeyMost","features":[519]},{"name":"JET_cbKeyMost2KBytePage","features":[519]},{"name":"JET_cbKeyMost4KBytePage","features":[519]},{"name":"JET_cbKeyMost8KBytePage","features":[519]},{"name":"JET_cbKeyMostMin","features":[519]},{"name":"JET_cbLVColumnMost","features":[519]},{"name":"JET_cbLVDefaultValueMost","features":[519]},{"name":"JET_cbLimitKeyMost","features":[519]},{"name":"JET_cbNameMost","features":[519]},{"name":"JET_cbPrimaryKeyMost","features":[519]},{"name":"JET_cbSecondaryKeyMost","features":[519]},{"name":"JET_cbtypAfterDelete","features":[519]},{"name":"JET_cbtypAfterInsert","features":[519]},{"name":"JET_cbtypAfterReplace","features":[519]},{"name":"JET_cbtypBeforeDelete","features":[519]},{"name":"JET_cbtypBeforeInsert","features":[519]},{"name":"JET_cbtypBeforeReplace","features":[519]},{"name":"JET_cbtypFinalize","features":[519]},{"name":"JET_cbtypFreeCursorLS","features":[519]},{"name":"JET_cbtypFreeTableLS","features":[519]},{"name":"JET_cbtypNull","features":[519]},{"name":"JET_cbtypOnlineDefragCompleted","features":[519]},{"name":"JET_cbtypUserDefinedDefaultValue","features":[519]},{"name":"JET_ccolFixedMost","features":[519]},{"name":"JET_ccolKeyMost","features":[519]},{"name":"JET_ccolMost","features":[519]},{"name":"JET_ccolTaggedMost","features":[519]},{"name":"JET_ccolVarMost","features":[519]},{"name":"JET_coltypBinary","features":[519]},{"name":"JET_coltypBit","features":[519]},{"name":"JET_coltypCurrency","features":[519]},{"name":"JET_coltypDateTime","features":[519]},{"name":"JET_coltypGUID","features":[519]},{"name":"JET_coltypIEEEDouble","features":[519]},{"name":"JET_coltypIEEESingle","features":[519]},{"name":"JET_coltypLong","features":[519]},{"name":"JET_coltypLongBinary","features":[519]},{"name":"JET_coltypLongLong","features":[519]},{"name":"JET_coltypLongText","features":[519]},{"name":"JET_coltypMax","features":[519]},{"name":"JET_coltypNil","features":[519]},{"name":"JET_coltypSLV","features":[519]},{"name":"JET_coltypShort","features":[519]},{"name":"JET_coltypText","features":[519]},{"name":"JET_coltypUnsignedByte","features":[519]},{"name":"JET_coltypUnsignedLong","features":[519]},{"name":"JET_coltypUnsignedLongLong","features":[519]},{"name":"JET_coltypUnsignedShort","features":[519]},{"name":"JET_configDefault","features":[519]},{"name":"JET_configDynamicMediumMemory","features":[519]},{"name":"JET_configHighConcurrencyScaling","features":[519]},{"name":"JET_configLowDiskFootprint","features":[519]},{"name":"JET_configLowMemory","features":[519]},{"name":"JET_configLowPower","features":[519]},{"name":"JET_configMediumDiskFootprint","features":[519]},{"name":"JET_configRemoveQuotas","features":[519]},{"name":"JET_configRunSilent","features":[519]},{"name":"JET_configSSDProfileIO","features":[519]},{"name":"JET_configUnthrottledMemory","features":[519]},{"name":"JET_dbstateBeingConverted","features":[519]},{"name":"JET_dbstateCleanShutdown","features":[519]},{"name":"JET_dbstateDirtyShutdown","features":[519]},{"name":"JET_dbstateForceDetach","features":[519]},{"name":"JET_dbstateJustCreated","features":[519]},{"name":"JET_errAccessDenied","features":[519]},{"name":"JET_errAfterInitialization","features":[519]},{"name":"JET_errAlreadyInitialized","features":[519]},{"name":"JET_errAlreadyPrepared","features":[519]},{"name":"JET_errAttachedDatabaseMismatch","features":[519]},{"name":"JET_errBackupAbortByServer","features":[519]},{"name":"JET_errBackupDirectoryNotEmpty","features":[519]},{"name":"JET_errBackupInProgress","features":[519]},{"name":"JET_errBackupNotAllowedYet","features":[519]},{"name":"JET_errBadBackupDatabaseSize","features":[519]},{"name":"JET_errBadBookmark","features":[519]},{"name":"JET_errBadCheckpointSignature","features":[519]},{"name":"JET_errBadColumnId","features":[519]},{"name":"JET_errBadDbSignature","features":[519]},{"name":"JET_errBadEmptyPage","features":[519]},{"name":"JET_errBadItagSequence","features":[519]},{"name":"JET_errBadLineCount","features":[519]},{"name":"JET_errBadLogSignature","features":[519]},{"name":"JET_errBadLogVersion","features":[519]},{"name":"JET_errBadPageLink","features":[519]},{"name":"JET_errBadParentPageLink","features":[519]},{"name":"JET_errBadPatchPage","features":[519]},{"name":"JET_errBadRestoreTargetInstance","features":[519]},{"name":"JET_errBufferTooSmall","features":[519]},{"name":"JET_errCallbackFailed","features":[519]},{"name":"JET_errCallbackNotResolved","features":[519]},{"name":"JET_errCannotAddFixedVarColumnToDerivedTable","features":[519]},{"name":"JET_errCannotBeTagged","features":[519]},{"name":"JET_errCannotDeleteSystemTable","features":[519]},{"name":"JET_errCannotDeleteTempTable","features":[519]},{"name":"JET_errCannotDeleteTemplateTable","features":[519]},{"name":"JET_errCannotDisableVersioning","features":[519]},{"name":"JET_errCannotIndex","features":[519]},{"name":"JET_errCannotIndexOnEncryptedColumn","features":[519]},{"name":"JET_errCannotLogDuringRecoveryRedo","features":[519]},{"name":"JET_errCannotMaterializeForwardOnlySort","features":[519]},{"name":"JET_errCannotNestDDL","features":[519]},{"name":"JET_errCannotSeparateIntrinsicLV","features":[519]},{"name":"JET_errCatalogCorrupted","features":[519]},{"name":"JET_errCheckpointCorrupt","features":[519]},{"name":"JET_errCheckpointDepthTooDeep","features":[519]},{"name":"JET_errCheckpointFileNotFound","features":[519]},{"name":"JET_errClientRequestToStopJetService","features":[519]},{"name":"JET_errColumnCannotBeCompressed","features":[519]},{"name":"JET_errColumnCannotBeEncrypted","features":[519]},{"name":"JET_errColumnDoesNotFit","features":[519]},{"name":"JET_errColumnDuplicate","features":[519]},{"name":"JET_errColumnInRelationship","features":[519]},{"name":"JET_errColumnInUse","features":[519]},{"name":"JET_errColumnIndexed","features":[519]},{"name":"JET_errColumnLong","features":[519]},{"name":"JET_errColumnNoChunk","features":[519]},{"name":"JET_errColumnNoEncryptionKey","features":[519]},{"name":"JET_errColumnNotFound","features":[519]},{"name":"JET_errColumnNotUpdatable","features":[519]},{"name":"JET_errColumnRedundant","features":[519]},{"name":"JET_errColumnTooBig","features":[519]},{"name":"JET_errCommittedLogFileCorrupt","features":[519]},{"name":"JET_errCommittedLogFilesMissing","features":[519]},{"name":"JET_errConsistentTimeMismatch","features":[519]},{"name":"JET_errContainerNotEmpty","features":[519]},{"name":"JET_errDDLNotInheritable","features":[519]},{"name":"JET_errDataHasChanged","features":[519]},{"name":"JET_errDatabase200Format","features":[519]},{"name":"JET_errDatabase400Format","features":[519]},{"name":"JET_errDatabase500Format","features":[519]},{"name":"JET_errDatabaseAlreadyRunningMaintenance","features":[519]},{"name":"JET_errDatabaseAlreadyUpgraded","features":[519]},{"name":"JET_errDatabaseAttachedForRecovery","features":[519]},{"name":"JET_errDatabaseBufferDependenciesCorrupted","features":[519]},{"name":"JET_errDatabaseCorrupted","features":[519]},{"name":"JET_errDatabaseCorruptedNoRepair","features":[519]},{"name":"JET_errDatabaseDirtyShutdown","features":[519]},{"name":"JET_errDatabaseDuplicate","features":[519]},{"name":"JET_errDatabaseFileReadOnly","features":[519]},{"name":"JET_errDatabaseIdInUse","features":[519]},{"name":"JET_errDatabaseInUse","features":[519]},{"name":"JET_errDatabaseIncompleteUpgrade","features":[519]},{"name":"JET_errDatabaseInconsistent","features":[519]},{"name":"JET_errDatabaseInvalidName","features":[519]},{"name":"JET_errDatabaseInvalidPages","features":[519]},{"name":"JET_errDatabaseInvalidPath","features":[519]},{"name":"JET_errDatabaseLeakInSpace","features":[519]},{"name":"JET_errDatabaseLocked","features":[519]},{"name":"JET_errDatabaseLogSetMismatch","features":[519]},{"name":"JET_errDatabaseNotFound","features":[519]},{"name":"JET_errDatabaseNotReady","features":[519]},{"name":"JET_errDatabasePatchFileMismatch","features":[519]},{"name":"JET_errDatabaseSharingViolation","features":[519]},{"name":"JET_errDatabaseSignInUse","features":[519]},{"name":"JET_errDatabaseStreamingFileMismatch","features":[519]},{"name":"JET_errDatabaseUnavailable","features":[519]},{"name":"JET_errDatabasesNotFromSameSnapshot","features":[519]},{"name":"JET_errDbTimeBeyondMaxRequired","features":[519]},{"name":"JET_errDbTimeCorrupted","features":[519]},{"name":"JET_errDbTimeTooNew","features":[519]},{"name":"JET_errDbTimeTooOld","features":[519]},{"name":"JET_errDecompressionFailed","features":[519]},{"name":"JET_errDecryptionFailed","features":[519]},{"name":"JET_errDefaultValueTooBig","features":[519]},{"name":"JET_errDeleteBackupFileFail","features":[519]},{"name":"JET_errDensityInvalid","features":[519]},{"name":"JET_errDerivedColumnCorruption","features":[519]},{"name":"JET_errDirtyShutdown","features":[519]},{"name":"JET_errDisabledFunctionality","features":[519]},{"name":"JET_errDiskFull","features":[519]},{"name":"JET_errDiskIO","features":[519]},{"name":"JET_errDiskReadVerificationFailure","features":[519]},{"name":"JET_errEncryptionBadItag","features":[519]},{"name":"JET_errEndingRestoreLogTooLow","features":[519]},{"name":"JET_errEngineFormatVersionNoLongerSupportedTooLow","features":[519]},{"name":"JET_errEngineFormatVersionNotYetImplementedTooHigh","features":[519]},{"name":"JET_errEngineFormatVersionParamTooLowForRequestedFeature","features":[519]},{"name":"JET_errEngineFormatVersionSpecifiedTooLowForDatabaseVersion","features":[519]},{"name":"JET_errEngineFormatVersionSpecifiedTooLowForLogVersion","features":[519]},{"name":"JET_errEntryPointNotFound","features":[519]},{"name":"JET_errExclusiveTableLockRequired","features":[519]},{"name":"JET_errExistingLogFileHasBadSignature","features":[519]},{"name":"JET_errExistingLogFileIsNotContiguous","features":[519]},{"name":"JET_errFeatureNotAvailable","features":[519]},{"name":"JET_errFileAccessDenied","features":[519]},{"name":"JET_errFileAlreadyExists","features":[519]},{"name":"JET_errFileClose","features":[519]},{"name":"JET_errFileCompressed","features":[519]},{"name":"JET_errFileIOAbort","features":[519]},{"name":"JET_errFileIOBeyondEOF","features":[519]},{"name":"JET_errFileIOFail","features":[519]},{"name":"JET_errFileIORetry","features":[519]},{"name":"JET_errFileIOSparse","features":[519]},{"name":"JET_errFileInvalidType","features":[519]},{"name":"JET_errFileNotFound","features":[519]},{"name":"JET_errFileSystemCorruption","features":[519]},{"name":"JET_errFilteredMoveNotSupported","features":[519]},{"name":"JET_errFixedDDL","features":[519]},{"name":"JET_errFixedInheritedDDL","features":[519]},{"name":"JET_errFlushMapDatabaseMismatch","features":[519]},{"name":"JET_errFlushMapUnrecoverable","features":[519]},{"name":"JET_errFlushMapVersionUnsupported","features":[519]},{"name":"JET_errForceDetachNotAllowed","features":[519]},{"name":"JET_errGivenLogFileHasBadSignature","features":[519]},{"name":"JET_errGivenLogFileIsNotContiguous","features":[519]},{"name":"JET_errIllegalOperation","features":[519]},{"name":"JET_errInTransaction","features":[519]},{"name":"JET_errIndexBuildCorrupted","features":[519]},{"name":"JET_errIndexCantBuild","features":[519]},{"name":"JET_errIndexDuplicate","features":[519]},{"name":"JET_errIndexHasPrimary","features":[519]},{"name":"JET_errIndexInUse","features":[519]},{"name":"JET_errIndexInvalidDef","features":[519]},{"name":"JET_errIndexMustStay","features":[519]},{"name":"JET_errIndexNotFound","features":[519]},{"name":"JET_errIndexTuplesCannotRetrieveFromIndex","features":[519]},{"name":"JET_errIndexTuplesInvalidLimits","features":[519]},{"name":"JET_errIndexTuplesKeyTooSmall","features":[519]},{"name":"JET_errIndexTuplesNonUniqueOnly","features":[519]},{"name":"JET_errIndexTuplesOneColumnOnly","features":[519]},{"name":"JET_errIndexTuplesSecondaryIndexOnly","features":[519]},{"name":"JET_errIndexTuplesTextBinaryColumnsOnly","features":[519]},{"name":"JET_errIndexTuplesTextColumnsOnly","features":[519]},{"name":"JET_errIndexTuplesTooManyColumns","features":[519]},{"name":"JET_errIndexTuplesVarSegMacNotAllowed","features":[519]},{"name":"JET_errInitInProgress","features":[519]},{"name":"JET_errInstanceNameInUse","features":[519]},{"name":"JET_errInstanceUnavailable","features":[519]},{"name":"JET_errInstanceUnavailableDueToFatalLogDiskFull","features":[519]},{"name":"JET_errInternalError","features":[519]},{"name":"JET_errInvalidBackup","features":[519]},{"name":"JET_errInvalidBackupSequence","features":[519]},{"name":"JET_errInvalidBookmark","features":[519]},{"name":"JET_errInvalidBufferSize","features":[519]},{"name":"JET_errInvalidCodePage","features":[519]},{"name":"JET_errInvalidColumnType","features":[519]},{"name":"JET_errInvalidCountry","features":[519]},{"name":"JET_errInvalidCreateDbVersion","features":[519]},{"name":"JET_errInvalidCreateIndex","features":[519]},{"name":"JET_errInvalidDatabase","features":[519]},{"name":"JET_errInvalidDatabaseId","features":[519]},{"name":"JET_errInvalidDatabaseVersion","features":[519]},{"name":"JET_errInvalidDbparamId","features":[519]},{"name":"JET_errInvalidFilename","features":[519]},{"name":"JET_errInvalidGrbit","features":[519]},{"name":"JET_errInvalidIndexId","features":[519]},{"name":"JET_errInvalidInstance","features":[519]},{"name":"JET_errInvalidLCMapStringFlags","features":[519]},{"name":"JET_errInvalidLVChunkSize","features":[519]},{"name":"JET_errInvalidLanguageId","features":[519]},{"name":"JET_errInvalidLogDirectory","features":[519]},{"name":"JET_errInvalidLogSequence","features":[519]},{"name":"JET_errInvalidLoggedOperation","features":[519]},{"name":"JET_errInvalidName","features":[519]},{"name":"JET_errInvalidObject","features":[519]},{"name":"JET_errInvalidOnSort","features":[519]},{"name":"JET_errInvalidOperation","features":[519]},{"name":"JET_errInvalidParameter","features":[519]},{"name":"JET_errInvalidPath","features":[519]},{"name":"JET_errInvalidPlaceholderColumn","features":[519]},{"name":"JET_errInvalidPreread","features":[519]},{"name":"JET_errInvalidSesid","features":[519]},{"name":"JET_errInvalidSesparamId","features":[519]},{"name":"JET_errInvalidSettings","features":[519]},{"name":"JET_errInvalidSystemPath","features":[519]},{"name":"JET_errInvalidTableId","features":[519]},{"name":"JET_errKeyBoundary","features":[519]},{"name":"JET_errKeyDuplicate","features":[519]},{"name":"JET_errKeyIsMade","features":[519]},{"name":"JET_errKeyNotMade","features":[519]},{"name":"JET_errKeyTooBig","features":[519]},{"name":"JET_errKeyTruncated","features":[519]},{"name":"JET_errLSAlreadySet","features":[519]},{"name":"JET_errLSCallbackNotSpecified","features":[519]},{"name":"JET_errLSNotSet","features":[519]},{"name":"JET_errLVCorrupted","features":[519]},{"name":"JET_errLanguageNotSupported","features":[519]},{"name":"JET_errLinkNotSupported","features":[519]},{"name":"JET_errLogBufferTooSmall","features":[519]},{"name":"JET_errLogCorruptDuringHardRecovery","features":[519]},{"name":"JET_errLogCorruptDuringHardRestore","features":[519]},{"name":"JET_errLogCorrupted","features":[519]},{"name":"JET_errLogDisabledDueToRecoveryFailure","features":[519]},{"name":"JET_errLogDiskFull","features":[519]},{"name":"JET_errLogFileCorrupt","features":[519]},{"name":"JET_errLogFileNotCopied","features":[519]},{"name":"JET_errLogFilePathInUse","features":[519]},{"name":"JET_errLogFileSizeMismatch","features":[519]},{"name":"JET_errLogFileSizeMismatchDatabasesConsistent","features":[519]},{"name":"JET_errLogGenerationMismatch","features":[519]},{"name":"JET_errLogReadVerifyFailure","features":[519]},{"name":"JET_errLogSectorSizeMismatch","features":[519]},{"name":"JET_errLogSectorSizeMismatchDatabasesConsistent","features":[519]},{"name":"JET_errLogSequenceChecksumMismatch","features":[519]},{"name":"JET_errLogSequenceEnd","features":[519]},{"name":"JET_errLogSequenceEndDatabasesConsistent","features":[519]},{"name":"JET_errLogTornWriteDuringHardRecovery","features":[519]},{"name":"JET_errLogTornWriteDuringHardRestore","features":[519]},{"name":"JET_errLogWriteFail","features":[519]},{"name":"JET_errLoggingDisabled","features":[519]},{"name":"JET_errMakeBackupDirectoryFail","features":[519]},{"name":"JET_errMissingCurrentLogFiles","features":[519]},{"name":"JET_errMissingFileToBackup","features":[519]},{"name":"JET_errMissingFullBackup","features":[519]},{"name":"JET_errMissingLogFile","features":[519]},{"name":"JET_errMissingPatchPage","features":[519]},{"name":"JET_errMissingPreviousLogFile","features":[519]},{"name":"JET_errMissingRestoreLogFiles","features":[519]},{"name":"JET_errMultiValuedColumnMustBeTagged","features":[519]},{"name":"JET_errMultiValuedDuplicate","features":[519]},{"name":"JET_errMultiValuedDuplicateAfterTruncation","features":[519]},{"name":"JET_errMultiValuedIndexViolation","features":[519]},{"name":"JET_errMustBeSeparateLongValue","features":[519]},{"name":"JET_errMustDisableLoggingForDbUpgrade","features":[519]},{"name":"JET_errMustRollback","features":[519]},{"name":"JET_errNTSystemCallFailed","features":[519]},{"name":"JET_errNoBackup","features":[519]},{"name":"JET_errNoBackupDirectory","features":[519]},{"name":"JET_errNoCurrentIndex","features":[519]},{"name":"JET_errNoCurrentRecord","features":[519]},{"name":"JET_errNodeCorrupted","features":[519]},{"name":"JET_errNotInTransaction","features":[519]},{"name":"JET_errNotInitialized","features":[519]},{"name":"JET_errNullInvalid","features":[519]},{"name":"JET_errNullKeyDisallowed","features":[519]},{"name":"JET_errOSSnapshotInvalidSequence","features":[519]},{"name":"JET_errOSSnapshotInvalidSnapId","features":[519]},{"name":"JET_errOSSnapshotNotAllowed","features":[519]},{"name":"JET_errOSSnapshotTimeOut","features":[519]},{"name":"JET_errObjectDuplicate","features":[519]},{"name":"JET_errObjectNotFound","features":[519]},{"name":"JET_errOneDatabasePerSession","features":[519]},{"name":"JET_errOutOfAutoincrementValues","features":[519]},{"name":"JET_errOutOfBuffers","features":[519]},{"name":"JET_errOutOfCursors","features":[519]},{"name":"JET_errOutOfDatabaseSpace","features":[519]},{"name":"JET_errOutOfDbtimeValues","features":[519]},{"name":"JET_errOutOfFileHandles","features":[519]},{"name":"JET_errOutOfLongValueIDs","features":[519]},{"name":"JET_errOutOfMemory","features":[519]},{"name":"JET_errOutOfObjectIDs","features":[519]},{"name":"JET_errOutOfSequentialIndexValues","features":[519]},{"name":"JET_errOutOfSessions","features":[519]},{"name":"JET_errOutOfThreads","features":[519]},{"name":"JET_errPageBoundary","features":[519]},{"name":"JET_errPageInitializedMismatch","features":[519]},{"name":"JET_errPageNotInitialized","features":[519]},{"name":"JET_errPageSizeMismatch","features":[519]},{"name":"JET_errPageTagCorrupted","features":[519]},{"name":"JET_errPartiallyAttachedDB","features":[519]},{"name":"JET_errPatchFileMissing","features":[519]},{"name":"JET_errPermissionDenied","features":[519]},{"name":"JET_errPreviousVersion","features":[519]},{"name":"JET_errPrimaryIndexCorrupted","features":[519]},{"name":"JET_errReadLostFlushVerifyFailure","features":[519]},{"name":"JET_errReadPgnoVerifyFailure","features":[519]},{"name":"JET_errReadVerifyFailure","features":[519]},{"name":"JET_errRecordDeleted","features":[519]},{"name":"JET_errRecordFormatConversionFailed","features":[519]},{"name":"JET_errRecordNoCopy","features":[519]},{"name":"JET_errRecordNotDeleted","features":[519]},{"name":"JET_errRecordNotFound","features":[519]},{"name":"JET_errRecordPrimaryChanged","features":[519]},{"name":"JET_errRecordTooBig","features":[519]},{"name":"JET_errRecordTooBigForBackwardCompatibility","features":[519]},{"name":"JET_errRecoveredWithErrors","features":[519]},{"name":"JET_errRecoveredWithoutUndo","features":[519]},{"name":"JET_errRecoveredWithoutUndoDatabasesConsistent","features":[519]},{"name":"JET_errRecoveryVerifyFailure","features":[519]},{"name":"JET_errRedoAbruptEnded","features":[519]},{"name":"JET_errRequiredLogFilesMissing","features":[519]},{"name":"JET_errRestoreInProgress","features":[519]},{"name":"JET_errRestoreOfNonBackupDatabase","features":[519]},{"name":"JET_errRfsFailure","features":[519]},{"name":"JET_errRfsNotArmed","features":[519]},{"name":"JET_errRollbackError","features":[519]},{"name":"JET_errRollbackRequired","features":[519]},{"name":"JET_errRunningInMultiInstanceMode","features":[519]},{"name":"JET_errRunningInOneInstanceMode","features":[519]},{"name":"JET_errSPAvailExtCacheOutOfMemory","features":[519]},{"name":"JET_errSPAvailExtCacheOutOfSync","features":[519]},{"name":"JET_errSPAvailExtCorrupted","features":[519]},{"name":"JET_errSPOwnExtCorrupted","features":[519]},{"name":"JET_errSecondaryIndexCorrupted","features":[519]},{"name":"JET_errSectorSizeNotSupported","features":[519]},{"name":"JET_errSeparatedLongValue","features":[519]},{"name":"JET_errSesidTableIdMismatch","features":[519]},{"name":"JET_errSessionContextAlreadySet","features":[519]},{"name":"JET_errSessionContextNotSetByThisThread","features":[519]},{"name":"JET_errSessionInUse","features":[519]},{"name":"JET_errSessionSharingViolation","features":[519]},{"name":"JET_errSessionWriteConflict","features":[519]},{"name":"JET_errSoftRecoveryOnBackupDatabase","features":[519]},{"name":"JET_errSoftRecoveryOnSnapshot","features":[519]},{"name":"JET_errSpaceHintsInvalid","features":[519]},{"name":"JET_errStartingRestoreLogTooHigh","features":[519]},{"name":"JET_errStreamingDataNotLogged","features":[519]},{"name":"JET_errSuccess","features":[519]},{"name":"JET_errSystemParameterConflict","features":[519]},{"name":"JET_errSystemParamsAlreadySet","features":[519]},{"name":"JET_errSystemPathInUse","features":[519]},{"name":"JET_errTableDuplicate","features":[519]},{"name":"JET_errTableInUse","features":[519]},{"name":"JET_errTableLocked","features":[519]},{"name":"JET_errTableNotEmpty","features":[519]},{"name":"JET_errTaggedNotNULL","features":[519]},{"name":"JET_errTaskDropped","features":[519]},{"name":"JET_errTempFileOpenError","features":[519]},{"name":"JET_errTempPathInUse","features":[519]},{"name":"JET_errTermInProgress","features":[519]},{"name":"JET_errTooManyActiveUsers","features":[519]},{"name":"JET_errTooManyAttachedDatabases","features":[519]},{"name":"JET_errTooManyColumns","features":[519]},{"name":"JET_errTooManyIO","features":[519]},{"name":"JET_errTooManyIndexes","features":[519]},{"name":"JET_errTooManyInstances","features":[519]},{"name":"JET_errTooManyKeys","features":[519]},{"name":"JET_errTooManyMempoolEntries","features":[519]},{"name":"JET_errTooManyOpenDatabases","features":[519]},{"name":"JET_errTooManyOpenIndexes","features":[519]},{"name":"JET_errTooManyOpenTables","features":[519]},{"name":"JET_errTooManyOpenTablesAndCleanupTimedOut","features":[519]},{"name":"JET_errTooManyRecords","features":[519]},{"name":"JET_errTooManySorts","features":[519]},{"name":"JET_errTooManySplits","features":[519]},{"name":"JET_errTransReadOnly","features":[519]},{"name":"JET_errTransTooDeep","features":[519]},{"name":"JET_errTransactionTooLong","features":[519]},{"name":"JET_errTransactionsNotReadyDuringRecovery","features":[519]},{"name":"JET_errUnicodeLanguageValidationFailure","features":[519]},{"name":"JET_errUnicodeNormalizationNotSupported","features":[519]},{"name":"JET_errUnicodeTranslationBufferTooSmall","features":[519]},{"name":"JET_errUnicodeTranslationFail","features":[519]},{"name":"JET_errUnloadableOSFunctionality","features":[519]},{"name":"JET_errUpdateMustVersion","features":[519]},{"name":"JET_errUpdateNotPrepared","features":[519]},{"name":"JET_errVersionStoreEntryTooBig","features":[519]},{"name":"JET_errVersionStoreOutOfMemory","features":[519]},{"name":"JET_errVersionStoreOutOfMemoryAndCleanupTimedOut","features":[519]},{"name":"JET_errWriteConflict","features":[519]},{"name":"JET_errWriteConflictPrimaryIndex","features":[519]},{"name":"JET_errcatApi","features":[519]},{"name":"JET_errcatCorruption","features":[519]},{"name":"JET_errcatData","features":[519]},{"name":"JET_errcatDisk","features":[519]},{"name":"JET_errcatError","features":[519]},{"name":"JET_errcatFatal","features":[519]},{"name":"JET_errcatFragmentation","features":[519]},{"name":"JET_errcatIO","features":[519]},{"name":"JET_errcatInconsistent","features":[519]},{"name":"JET_errcatMax","features":[519]},{"name":"JET_errcatMemory","features":[519]},{"name":"JET_errcatObsolete","features":[519]},{"name":"JET_errcatOperation","features":[519]},{"name":"JET_errcatQuota","features":[519]},{"name":"JET_errcatResource","features":[519]},{"name":"JET_errcatState","features":[519]},{"name":"JET_errcatUnknown","features":[519]},{"name":"JET_errcatUsage","features":[519]},{"name":"JET_filetypeCheckpoint","features":[519]},{"name":"JET_filetypeDatabase","features":[519]},{"name":"JET_filetypeFlushMap","features":[519]},{"name":"JET_filetypeLog","features":[519]},{"name":"JET_filetypeTempDatabase","features":[519]},{"name":"JET_filetypeUnknown","features":[519]},{"name":"JET_objtypNil","features":[519]},{"name":"JET_objtypTable","features":[519]},{"name":"JET_paramAccessDeniedRetryPeriod","features":[519]},{"name":"JET_paramAlternateDatabaseRecoveryPath","features":[519]},{"name":"JET_paramBaseName","features":[519]},{"name":"JET_paramBatchIOBufferMax","features":[519]},{"name":"JET_paramCachePriority","features":[519]},{"name":"JET_paramCacheSize","features":[519]},{"name":"JET_paramCacheSizeMax","features":[519]},{"name":"JET_paramCacheSizeMin","features":[519]},{"name":"JET_paramCachedClosedTables","features":[519]},{"name":"JET_paramCheckFormatWhenOpenFail","features":[519]},{"name":"JET_paramCheckpointDepthMax","features":[519]},{"name":"JET_paramCheckpointIOMax","features":[519]},{"name":"JET_paramCircularLog","features":[519]},{"name":"JET_paramCleanupMismatchedLogFiles","features":[519]},{"name":"JET_paramCommitDefault","features":[519]},{"name":"JET_paramConfigStoreSpec","features":[519]},{"name":"JET_paramConfiguration","features":[519]},{"name":"JET_paramCreatePathIfNotExist","features":[519]},{"name":"JET_paramDatabasePageSize","features":[519]},{"name":"JET_paramDbExtensionSize","features":[519]},{"name":"JET_paramDbScanIntervalMaxSec","features":[519]},{"name":"JET_paramDbScanIntervalMinSec","features":[519]},{"name":"JET_paramDbScanThrottle","features":[519]},{"name":"JET_paramDefragmentSequentialBTrees","features":[519]},{"name":"JET_paramDefragmentSequentialBTreesDensityCheckFrequency","features":[519]},{"name":"JET_paramDeleteOldLogs","features":[519]},{"name":"JET_paramDeleteOutOfRangeLogs","features":[519]},{"name":"JET_paramDisableCallbacks","features":[519]},{"name":"JET_paramDisablePerfmon","features":[519]},{"name":"JET_paramDurableCommitCallback","features":[519]},{"name":"JET_paramEnableAdvanced","features":[519]},{"name":"JET_paramEnableDBScanInRecovery","features":[519]},{"name":"JET_paramEnableDBScanSerialization","features":[519]},{"name":"JET_paramEnableFileCache","features":[519]},{"name":"JET_paramEnableIndexChecking","features":[519]},{"name":"JET_paramEnableIndexCleanup","features":[519]},{"name":"JET_paramEnableOnlineDefrag","features":[519]},{"name":"JET_paramEnablePersistedCallbacks","features":[519]},{"name":"JET_paramEnableRBS","features":[519]},{"name":"JET_paramEnableShrinkDatabase","features":[519]},{"name":"JET_paramEnableSqm","features":[519]},{"name":"JET_paramEnableTempTableVersioning","features":[519]},{"name":"JET_paramEnableViewCache","features":[519]},{"name":"JET_paramErrorToString","features":[519]},{"name":"JET_paramEventLogCache","features":[519]},{"name":"JET_paramEventLoggingLevel","features":[519]},{"name":"JET_paramEventSource","features":[519]},{"name":"JET_paramEventSourceKey","features":[519]},{"name":"JET_paramExceptionAction","features":[519]},{"name":"JET_paramGlobalMinVerPages","features":[519]},{"name":"JET_paramHungIOActions","features":[519]},{"name":"JET_paramHungIOThreshold","features":[519]},{"name":"JET_paramIOPriority","features":[519]},{"name":"JET_paramIOThrottlingTimeQuanta","features":[519]},{"name":"JET_paramIgnoreLogVersion","features":[519]},{"name":"JET_paramIndexTupleIncrement","features":[519]},{"name":"JET_paramIndexTupleStart","features":[519]},{"name":"JET_paramIndexTuplesLengthMax","features":[519]},{"name":"JET_paramIndexTuplesLengthMin","features":[519]},{"name":"JET_paramIndexTuplesToIndexMax","features":[519]},{"name":"JET_paramKeyMost","features":[519]},{"name":"JET_paramLRUKCorrInterval","features":[519]},{"name":"JET_paramLRUKHistoryMax","features":[519]},{"name":"JET_paramLRUKPolicy","features":[519]},{"name":"JET_paramLRUKTimeout","features":[519]},{"name":"JET_paramLRUKTrxCorrInterval","features":[519]},{"name":"JET_paramLVChunkSizeMost","features":[519]},{"name":"JET_paramLegacyFileNames","features":[519]},{"name":"JET_paramLogBuffers","features":[519]},{"name":"JET_paramLogCheckpointPeriod","features":[519]},{"name":"JET_paramLogFileCreateAsynch","features":[519]},{"name":"JET_paramLogFilePath","features":[519]},{"name":"JET_paramLogFileSize","features":[519]},{"name":"JET_paramLogWaitingUserMax","features":[519]},{"name":"JET_paramMaxCoalesceReadGapSize","features":[519]},{"name":"JET_paramMaxCoalesceReadSize","features":[519]},{"name":"JET_paramMaxCoalesceWriteGapSize","features":[519]},{"name":"JET_paramMaxCoalesceWriteSize","features":[519]},{"name":"JET_paramMaxColtyp","features":[519]},{"name":"JET_paramMaxCursors","features":[519]},{"name":"JET_paramMaxInstances","features":[519]},{"name":"JET_paramMaxOpenTables","features":[519]},{"name":"JET_paramMaxSessions","features":[519]},{"name":"JET_paramMaxTemporaryTables","features":[519]},{"name":"JET_paramMaxTransactionSize","features":[519]},{"name":"JET_paramMaxValueInvalid","features":[519]},{"name":"JET_paramMaxVerPages","features":[519]},{"name":"JET_paramMinDataForXpress","features":[519]},{"name":"JET_paramNoInformationEvent","features":[519]},{"name":"JET_paramOSSnapshotTimeout","features":[519]},{"name":"JET_paramOneDatabasePerSession","features":[519]},{"name":"JET_paramOutstandingIOMax","features":[519]},{"name":"JET_paramPageFragment","features":[519]},{"name":"JET_paramPageHintCacheSize","features":[519]},{"name":"JET_paramPageTempDBMin","features":[519]},{"name":"JET_paramPerfmonRefreshInterval","features":[519]},{"name":"JET_paramPreferredMaxOpenTables","features":[519]},{"name":"JET_paramPreferredVerPages","features":[519]},{"name":"JET_paramPrereadIOMax","features":[519]},{"name":"JET_paramProcessFriendlyName","features":[519]},{"name":"JET_paramRBSFilePath","features":[519]},{"name":"JET_paramRecordUpgradeDirtyLevel","features":[519]},{"name":"JET_paramRecovery","features":[519]},{"name":"JET_paramRuntimeCallback","features":[519]},{"name":"JET_paramStartFlushThreshold","features":[519]},{"name":"JET_paramStopFlushThreshold","features":[519]},{"name":"JET_paramSystemPath","features":[519]},{"name":"JET_paramTableClass10Name","features":[519]},{"name":"JET_paramTableClass11Name","features":[519]},{"name":"JET_paramTableClass12Name","features":[519]},{"name":"JET_paramTableClass13Name","features":[519]},{"name":"JET_paramTableClass14Name","features":[519]},{"name":"JET_paramTableClass15Name","features":[519]},{"name":"JET_paramTableClass1Name","features":[519]},{"name":"JET_paramTableClass2Name","features":[519]},{"name":"JET_paramTableClass3Name","features":[519]},{"name":"JET_paramTableClass4Name","features":[519]},{"name":"JET_paramTableClass5Name","features":[519]},{"name":"JET_paramTableClass6Name","features":[519]},{"name":"JET_paramTableClass7Name","features":[519]},{"name":"JET_paramTableClass8Name","features":[519]},{"name":"JET_paramTableClass9Name","features":[519]},{"name":"JET_paramTempPath","features":[519]},{"name":"JET_paramUnicodeIndexDefault","features":[519]},{"name":"JET_paramUseFlushForWriteDurability","features":[519]},{"name":"JET_paramVerPageSize","features":[519]},{"name":"JET_paramVersionStoreTaskQueueMax","features":[519]},{"name":"JET_paramWaitLogFlush","features":[519]},{"name":"JET_paramWaypointLatency","features":[519]},{"name":"JET_paramZeroDatabaseDuringBackup","features":[519]},{"name":"JET_prepCancel","features":[519]},{"name":"JET_prepInsert","features":[519]},{"name":"JET_prepInsertCopy","features":[519]},{"name":"JET_prepInsertCopyDeleteOriginal","features":[519]},{"name":"JET_prepInsertCopyReplaceOriginal","features":[519]},{"name":"JET_prepReplace","features":[519]},{"name":"JET_prepReplaceNoLock","features":[519]},{"name":"JET_relopBitmaskEqualsZero","features":[519]},{"name":"JET_relopBitmaskNotEqualsZero","features":[519]},{"name":"JET_relopEquals","features":[519]},{"name":"JET_relopGreaterThan","features":[519]},{"name":"JET_relopGreaterThanOrEqual","features":[519]},{"name":"JET_relopLessThan","features":[519]},{"name":"JET_relopLessThanOrEqual","features":[519]},{"name":"JET_relopNotEquals","features":[519]},{"name":"JET_relopPrefixEquals","features":[519]},{"name":"JET_sesparamCommitDefault","features":[519]},{"name":"JET_sesparamCorrelationID","features":[519]},{"name":"JET_sesparamMaxValueInvalid","features":[519]},{"name":"JET_sesparamOperationContext","features":[519]},{"name":"JET_sesparamTransactionLevel","features":[519]},{"name":"JET_snpBackup","features":[519]},{"name":"JET_snpCompact","features":[519]},{"name":"JET_snpRepair","features":[519]},{"name":"JET_snpRestore","features":[519]},{"name":"JET_snpScrub","features":[519]},{"name":"JET_snpUpgrade","features":[519]},{"name":"JET_snpUpgradeRecordFormat","features":[519]},{"name":"JET_sntBegin","features":[519]},{"name":"JET_sntComplete","features":[519]},{"name":"JET_sntFail","features":[519]},{"name":"JET_sntProgress","features":[519]},{"name":"JET_sntRequirements","features":[519]},{"name":"JET_sqmDisable","features":[519]},{"name":"JET_sqmEnable","features":[519]},{"name":"JET_sqmFromCEIP","features":[519]},{"name":"JET_wrnBufferTruncated","features":[519]},{"name":"JET_wrnCallbackNotRegistered","features":[519]},{"name":"JET_wrnColumnDefault","features":[519]},{"name":"JET_wrnColumnMaxTruncated","features":[519]},{"name":"JET_wrnColumnMoreTags","features":[519]},{"name":"JET_wrnColumnNotInRecord","features":[519]},{"name":"JET_wrnColumnNotLocal","features":[519]},{"name":"JET_wrnColumnNull","features":[519]},{"name":"JET_wrnColumnPresent","features":[519]},{"name":"JET_wrnColumnReference","features":[519]},{"name":"JET_wrnColumnSetNull","features":[519]},{"name":"JET_wrnColumnSingleValue","features":[519]},{"name":"JET_wrnColumnSkipped","features":[519]},{"name":"JET_wrnColumnTruncated","features":[519]},{"name":"JET_wrnCommittedLogFilesLost","features":[519]},{"name":"JET_wrnCommittedLogFilesRemoved","features":[519]},{"name":"JET_wrnCopyLongValue","features":[519]},{"name":"JET_wrnCorruptIndexDeleted","features":[519]},{"name":"JET_wrnDataHasChanged","features":[519]},{"name":"JET_wrnDatabaseAttached","features":[519]},{"name":"JET_wrnDatabaseRepaired","features":[519]},{"name":"JET_wrnDefragAlreadyRunning","features":[519]},{"name":"JET_wrnDefragNotRunning","features":[519]},{"name":"JET_wrnExistingLogFileHasBadSignature","features":[519]},{"name":"JET_wrnExistingLogFileIsNotContiguous","features":[519]},{"name":"JET_wrnFileOpenReadOnly","features":[519]},{"name":"JET_wrnFinishWithUndo","features":[519]},{"name":"JET_wrnIdleFull","features":[519]},{"name":"JET_wrnKeyChanged","features":[519]},{"name":"JET_wrnNoErrorInfo","features":[519]},{"name":"JET_wrnNoIdleActivity","features":[519]},{"name":"JET_wrnNoWriteLock","features":[519]},{"name":"JET_wrnNyi","features":[519]},{"name":"JET_wrnPrimaryIndexOutOfDate","features":[519]},{"name":"JET_wrnRemainingVersions","features":[519]},{"name":"JET_wrnSecondaryIndexOutOfDate","features":[519]},{"name":"JET_wrnSeekNotEqual","features":[519]},{"name":"JET_wrnSeparateLongValue","features":[519]},{"name":"JET_wrnShrinkNotPossible","features":[519]},{"name":"JET_wrnSkipThisRecord","features":[519]},{"name":"JET_wrnSortOverflow","features":[519]},{"name":"JET_wrnTableEmpty","features":[519]},{"name":"JET_wrnTableInUseBySystem","features":[519]},{"name":"JET_wrnTargetInstanceRunning","features":[519]},{"name":"JET_wrnUniqueKey","features":[519]},{"name":"JET_wszConfigStoreReadControl","features":[519]},{"name":"JET_wszConfigStoreRelPathSysParamDefault","features":[519]},{"name":"JET_wszConfigStoreRelPathSysParamOverride","features":[519]},{"name":"JetAddColumnA","features":[519,520]},{"name":"JetAddColumnW","features":[519,520]},{"name":"JetAttachDatabase2A","features":[519]},{"name":"JetAttachDatabase2W","features":[519]},{"name":"JetAttachDatabaseA","features":[519]},{"name":"JetAttachDatabaseW","features":[519]},{"name":"JetBackupA","features":[519]},{"name":"JetBackupInstanceA","features":[519]},{"name":"JetBackupInstanceW","features":[519]},{"name":"JetBackupW","features":[519]},{"name":"JetBeginExternalBackup","features":[519]},{"name":"JetBeginExternalBackupInstance","features":[519]},{"name":"JetBeginSessionA","features":[519]},{"name":"JetBeginSessionW","features":[519]},{"name":"JetBeginTransaction","features":[519]},{"name":"JetBeginTransaction2","features":[519]},{"name":"JetBeginTransaction3","features":[519]},{"name":"JetCloseDatabase","features":[519]},{"name":"JetCloseFile","features":[519,520]},{"name":"JetCloseFileInstance","features":[519,520]},{"name":"JetCloseTable","features":[519,520]},{"name":"JetCommitTransaction","features":[519]},{"name":"JetCommitTransaction2","features":[519]},{"name":"JetCompactA","features":[519]},{"name":"JetCompactW","features":[519]},{"name":"JetComputeStats","features":[519,520]},{"name":"JetConfigureProcessForCrashDump","features":[519]},{"name":"JetCreateDatabase2A","features":[519]},{"name":"JetCreateDatabase2W","features":[519]},{"name":"JetCreateDatabaseA","features":[519]},{"name":"JetCreateDatabaseW","features":[519]},{"name":"JetCreateIndex2A","features":[519,520]},{"name":"JetCreateIndex2W","features":[519,520]},{"name":"JetCreateIndex3A","features":[519,520]},{"name":"JetCreateIndex3W","features":[519,520]},{"name":"JetCreateIndex4A","features":[519,520]},{"name":"JetCreateIndex4W","features":[519,520]},{"name":"JetCreateIndexA","features":[519,520]},{"name":"JetCreateIndexW","features":[519,520]},{"name":"JetCreateInstance2A","features":[519]},{"name":"JetCreateInstance2W","features":[519]},{"name":"JetCreateInstanceA","features":[519]},{"name":"JetCreateInstanceW","features":[519]},{"name":"JetCreateTableA","features":[519,520]},{"name":"JetCreateTableColumnIndex2A","features":[519,520]},{"name":"JetCreateTableColumnIndex2W","features":[519,520]},{"name":"JetCreateTableColumnIndex3A","features":[519,520]},{"name":"JetCreateTableColumnIndex3W","features":[519,520]},{"name":"JetCreateTableColumnIndex4A","features":[519,520]},{"name":"JetCreateTableColumnIndex4W","features":[519,520]},{"name":"JetCreateTableColumnIndexA","features":[519,520]},{"name":"JetCreateTableColumnIndexW","features":[519,520]},{"name":"JetCreateTableW","features":[519,520]},{"name":"JetDefragment2A","features":[519,520]},{"name":"JetDefragment2W","features":[519,520]},{"name":"JetDefragment3A","features":[519,520]},{"name":"JetDefragment3W","features":[519,520]},{"name":"JetDefragmentA","features":[519]},{"name":"JetDefragmentW","features":[519]},{"name":"JetDelete","features":[519,520]},{"name":"JetDeleteColumn2A","features":[519,520]},{"name":"JetDeleteColumn2W","features":[519,520]},{"name":"JetDeleteColumnA","features":[519,520]},{"name":"JetDeleteColumnW","features":[519,520]},{"name":"JetDeleteIndexA","features":[519,520]},{"name":"JetDeleteIndexW","features":[519,520]},{"name":"JetDeleteTableA","features":[519]},{"name":"JetDeleteTableW","features":[519]},{"name":"JetDetachDatabase2A","features":[519]},{"name":"JetDetachDatabase2W","features":[519]},{"name":"JetDetachDatabaseA","features":[519]},{"name":"JetDetachDatabaseW","features":[519]},{"name":"JetDupCursor","features":[519,520]},{"name":"JetDupSession","features":[519]},{"name":"JetEnableMultiInstanceA","features":[519,520]},{"name":"JetEnableMultiInstanceW","features":[519,520]},{"name":"JetEndExternalBackup","features":[519]},{"name":"JetEndExternalBackupInstance","features":[519]},{"name":"JetEndExternalBackupInstance2","features":[519]},{"name":"JetEndSession","features":[519]},{"name":"JetEnumerateColumns","features":[519,520]},{"name":"JetEscrowUpdate","features":[519,520]},{"name":"JetExternalRestore2A","features":[519]},{"name":"JetExternalRestore2W","features":[519]},{"name":"JetExternalRestoreA","features":[519]},{"name":"JetExternalRestoreW","features":[519]},{"name":"JetFreeBuffer","features":[519]},{"name":"JetGetAttachInfoA","features":[519]},{"name":"JetGetAttachInfoInstanceA","features":[519]},{"name":"JetGetAttachInfoInstanceW","features":[519]},{"name":"JetGetAttachInfoW","features":[519]},{"name":"JetGetBookmark","features":[519,520]},{"name":"JetGetColumnInfoA","features":[519]},{"name":"JetGetColumnInfoW","features":[519]},{"name":"JetGetCurrentIndexA","features":[519,520]},{"name":"JetGetCurrentIndexW","features":[519,520]},{"name":"JetGetCursorInfo","features":[519,520]},{"name":"JetGetDatabaseFileInfoA","features":[519]},{"name":"JetGetDatabaseFileInfoW","features":[519]},{"name":"JetGetDatabaseInfoA","features":[519]},{"name":"JetGetDatabaseInfoW","features":[519]},{"name":"JetGetErrorInfoW","features":[519]},{"name":"JetGetIndexInfoA","features":[519]},{"name":"JetGetIndexInfoW","features":[519]},{"name":"JetGetInstanceInfoA","features":[519,520]},{"name":"JetGetInstanceInfoW","features":[519,520]},{"name":"JetGetInstanceMiscInfo","features":[519]},{"name":"JetGetLS","features":[519,520]},{"name":"JetGetLock","features":[519,520]},{"name":"JetGetLogInfoA","features":[519]},{"name":"JetGetLogInfoInstance2A","features":[519]},{"name":"JetGetLogInfoInstance2W","features":[519]},{"name":"JetGetLogInfoInstanceA","features":[519]},{"name":"JetGetLogInfoInstanceW","features":[519]},{"name":"JetGetLogInfoW","features":[519]},{"name":"JetGetObjectInfoA","features":[519]},{"name":"JetGetObjectInfoW","features":[519]},{"name":"JetGetRecordPosition","features":[519,520]},{"name":"JetGetRecordSize","features":[519,520]},{"name":"JetGetRecordSize2","features":[519,520]},{"name":"JetGetSecondaryIndexBookmark","features":[519,520]},{"name":"JetGetSessionParameter","features":[519]},{"name":"JetGetSystemParameterA","features":[519,520]},{"name":"JetGetSystemParameterW","features":[519,520]},{"name":"JetGetTableColumnInfoA","features":[519,520]},{"name":"JetGetTableColumnInfoW","features":[519,520]},{"name":"JetGetTableIndexInfoA","features":[519,520]},{"name":"JetGetTableIndexInfoW","features":[519,520]},{"name":"JetGetTableInfoA","features":[519,520]},{"name":"JetGetTableInfoW","features":[519,520]},{"name":"JetGetThreadStats","features":[519]},{"name":"JetGetTruncateLogInfoInstanceA","features":[519]},{"name":"JetGetTruncateLogInfoInstanceW","features":[519]},{"name":"JetGetVersion","features":[519]},{"name":"JetGotoBookmark","features":[519,520]},{"name":"JetGotoPosition","features":[519,520]},{"name":"JetGotoSecondaryIndexBookmark","features":[519,520]},{"name":"JetGrowDatabase","features":[519]},{"name":"JetIdle","features":[519]},{"name":"JetIndexRecordCount","features":[519,520]},{"name":"JetInit","features":[519]},{"name":"JetInit2","features":[519]},{"name":"JetInit3A","features":[519]},{"name":"JetInit3W","features":[519]},{"name":"JetIntersectIndexes","features":[519,520]},{"name":"JetMakeKey","features":[519,520]},{"name":"JetMove","features":[519,520]},{"name":"JetOSSnapshotAbort","features":[519]},{"name":"JetOSSnapshotEnd","features":[519]},{"name":"JetOSSnapshotFreezeA","features":[519,520]},{"name":"JetOSSnapshotFreezeW","features":[519,520]},{"name":"JetOSSnapshotGetFreezeInfoA","features":[519,520]},{"name":"JetOSSnapshotGetFreezeInfoW","features":[519,520]},{"name":"JetOSSnapshotPrepare","features":[519]},{"name":"JetOSSnapshotPrepareInstance","features":[519]},{"name":"JetOSSnapshotThaw","features":[519]},{"name":"JetOSSnapshotTruncateLog","features":[519]},{"name":"JetOSSnapshotTruncateLogInstance","features":[519]},{"name":"JetOpenDatabaseA","features":[519]},{"name":"JetOpenDatabaseW","features":[519]},{"name":"JetOpenFileA","features":[519,520]},{"name":"JetOpenFileInstanceA","features":[519,520]},{"name":"JetOpenFileInstanceW","features":[519,520]},{"name":"JetOpenFileW","features":[519,520]},{"name":"JetOpenTableA","features":[519,520]},{"name":"JetOpenTableW","features":[519,520]},{"name":"JetOpenTempTable","features":[519,520]},{"name":"JetOpenTempTable2","features":[519,520]},{"name":"JetOpenTempTable3","features":[519,520]},{"name":"JetOpenTemporaryTable","features":[519,520]},{"name":"JetOpenTemporaryTable2","features":[519,520]},{"name":"JetPrepareUpdate","features":[519,520]},{"name":"JetPrereadIndexRanges","features":[519,520]},{"name":"JetPrereadKeys","features":[519,520]},{"name":"JetReadFile","features":[519,520]},{"name":"JetReadFileInstance","features":[519,520]},{"name":"JetRegisterCallback","features":[519,520]},{"name":"JetRenameColumnA","features":[519,520]},{"name":"JetRenameColumnW","features":[519,520]},{"name":"JetRenameTableA","features":[519]},{"name":"JetRenameTableW","features":[519]},{"name":"JetResetSessionContext","features":[519]},{"name":"JetResetTableSequential","features":[519,520]},{"name":"JetResizeDatabase","features":[519]},{"name":"JetRestore2A","features":[519]},{"name":"JetRestore2W","features":[519]},{"name":"JetRestoreA","features":[519]},{"name":"JetRestoreInstanceA","features":[519]},{"name":"JetRestoreInstanceW","features":[519]},{"name":"JetRestoreW","features":[519]},{"name":"JetRetrieveColumn","features":[519,520]},{"name":"JetRetrieveColumns","features":[519,520]},{"name":"JetRetrieveKey","features":[519,520]},{"name":"JetRollback","features":[519]},{"name":"JetSeek","features":[519,520]},{"name":"JetSetColumn","features":[519,520]},{"name":"JetSetColumnDefaultValueA","features":[519]},{"name":"JetSetColumnDefaultValueW","features":[519]},{"name":"JetSetColumns","features":[519,520]},{"name":"JetSetCurrentIndex2A","features":[519,520]},{"name":"JetSetCurrentIndex2W","features":[519,520]},{"name":"JetSetCurrentIndex3A","features":[519,520]},{"name":"JetSetCurrentIndex3W","features":[519,520]},{"name":"JetSetCurrentIndex4A","features":[519,520]},{"name":"JetSetCurrentIndex4W","features":[519,520]},{"name":"JetSetCurrentIndexA","features":[519,520]},{"name":"JetSetCurrentIndexW","features":[519,520]},{"name":"JetSetCursorFilter","features":[519,520]},{"name":"JetSetDatabaseSizeA","features":[519]},{"name":"JetSetDatabaseSizeW","features":[519]},{"name":"JetSetIndexRange","features":[519,520]},{"name":"JetSetLS","features":[519,520]},{"name":"JetSetSessionContext","features":[519,520]},{"name":"JetSetSessionParameter","features":[519]},{"name":"JetSetSystemParameterA","features":[519,520]},{"name":"JetSetSystemParameterW","features":[519,520]},{"name":"JetSetTableSequential","features":[519,520]},{"name":"JetStopBackup","features":[519]},{"name":"JetStopBackupInstance","features":[519]},{"name":"JetStopService","features":[519]},{"name":"JetStopServiceInstance","features":[519]},{"name":"JetStopServiceInstance2","features":[519]},{"name":"JetTerm","features":[519]},{"name":"JetTerm2","features":[519]},{"name":"JetTruncateLog","features":[519]},{"name":"JetTruncateLogInstance","features":[519]},{"name":"JetUnregisterCallback","features":[519,520]},{"name":"JetUpdate","features":[519,520]},{"name":"JetUpdate2","features":[519,520]},{"name":"cColumnInfoCols","features":[519]},{"name":"cIndexInfoCols","features":[519]},{"name":"cObjectInfoCols","features":[519]},{"name":"wrnBTNotVisibleAccumulated","features":[519]},{"name":"wrnBTNotVisibleRejected","features":[519]}],"525":[{"name":"ACTIVE_LATENCY_CONFIGURATION","features":[521]},{"name":"BUCKET_COUNTER","features":[521]},{"name":"DEBUG_BIT_FIELD","features":[521]},{"name":"DSSD_POWER_STATE_DESCRIPTOR","features":[521]},{"name":"FIRMWARE_ACTIVATION_HISTORY_ENTRY","features":[521]},{"name":"FIRMWARE_ACTIVATION_HISTORY_ENTRY_VERSION_1","features":[521]},{"name":"GUID_MFND_CHILD_CONTROLLER_EVENT_LOG_PAGE","features":[521]},{"name":"GUID_MFND_CHILD_CONTROLLER_EVENT_LOG_PAGEGuid","features":[521]},{"name":"GUID_OCP_DEVICE_DEVICE_CAPABILITIES","features":[521]},{"name":"GUID_OCP_DEVICE_DEVICE_CAPABILITIESGuid","features":[521]},{"name":"GUID_OCP_DEVICE_ERROR_RECOVERY","features":[521]},{"name":"GUID_OCP_DEVICE_ERROR_RECOVERYGuid","features":[521]},{"name":"GUID_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY","features":[521]},{"name":"GUID_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORYGuid","features":[521]},{"name":"GUID_OCP_DEVICE_LATENCY_MONITOR","features":[521]},{"name":"GUID_OCP_DEVICE_LATENCY_MONITORGuid","features":[521]},{"name":"GUID_OCP_DEVICE_SMART_INFORMATION","features":[521]},{"name":"GUID_OCP_DEVICE_SMART_INFORMATIONGuid","features":[521]},{"name":"GUID_OCP_DEVICE_TCG_CONFIGURATION","features":[521]},{"name":"GUID_OCP_DEVICE_TCG_CONFIGURATIONGuid","features":[521]},{"name":"GUID_OCP_DEVICE_TCG_HISTORY","features":[521]},{"name":"GUID_OCP_DEVICE_TCG_HISTORYGuid","features":[521]},{"name":"GUID_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS","features":[521]},{"name":"GUID_OCP_DEVICE_UNSUPPORTED_REQUIREMENTSGuid","features":[521]},{"name":"GUID_WCS_DEVICE_ERROR_RECOVERY","features":[521]},{"name":"GUID_WCS_DEVICE_ERROR_RECOVERYGuid","features":[521]},{"name":"GUID_WCS_DEVICE_SMART_ATTRIBUTES","features":[521]},{"name":"GUID_WCS_DEVICE_SMART_ATTRIBUTESGuid","features":[521]},{"name":"LATENCY_MONITOR_FEATURE_STATUS","features":[521]},{"name":"LATENCY_STAMP","features":[521]},{"name":"LATENCY_STAMP_UNITS","features":[521]},{"name":"MEASURED_LATENCY","features":[521]},{"name":"NVME_ACCESS_FREQUENCIES","features":[521]},{"name":"NVME_ACCESS_FREQUENCY_FR_WRITE_FR_READ","features":[521]},{"name":"NVME_ACCESS_FREQUENCY_FR_WRITE_INFR_READ","features":[521]},{"name":"NVME_ACCESS_FREQUENCY_INFR_WRITE_FR_READ","features":[521]},{"name":"NVME_ACCESS_FREQUENCY_INFR_WRITE_INFR_READ","features":[521]},{"name":"NVME_ACCESS_FREQUENCY_NONE","features":[521]},{"name":"NVME_ACCESS_FREQUENCY_ONE_TIME_READ","features":[521]},{"name":"NVME_ACCESS_FREQUENCY_SPECULATIVE_READ","features":[521]},{"name":"NVME_ACCESS_FREQUENCY_TYPICAL","features":[521]},{"name":"NVME_ACCESS_FREQUENCY_WILL_BE_OVERWRITTEN","features":[521]},{"name":"NVME_ACCESS_LATENCIES","features":[521]},{"name":"NVME_ACCESS_LATENCY_IDLE","features":[521]},{"name":"NVME_ACCESS_LATENCY_LOW","features":[521]},{"name":"NVME_ACCESS_LATENCY_NONE","features":[521]},{"name":"NVME_ACCESS_LATENCY_NORMAL","features":[521]},{"name":"NVME_ACTIVE_NAMESPACE_ID_LIST","features":[521]},{"name":"NVME_ADMIN_COMMANDS","features":[521]},{"name":"NVME_ADMIN_COMMAND_ABORT","features":[521]},{"name":"NVME_ADMIN_COMMAND_ASYNC_EVENT_REQUEST","features":[521]},{"name":"NVME_ADMIN_COMMAND_CREATE_IO_CQ","features":[521]},{"name":"NVME_ADMIN_COMMAND_CREATE_IO_SQ","features":[521]},{"name":"NVME_ADMIN_COMMAND_DELETE_IO_CQ","features":[521]},{"name":"NVME_ADMIN_COMMAND_DELETE_IO_SQ","features":[521]},{"name":"NVME_ADMIN_COMMAND_DEVICE_SELF_TEST","features":[521]},{"name":"NVME_ADMIN_COMMAND_DIRECTIVE_RECEIVE","features":[521]},{"name":"NVME_ADMIN_COMMAND_DIRECTIVE_SEND","features":[521]},{"name":"NVME_ADMIN_COMMAND_DOORBELL_BUFFER_CONFIG","features":[521]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_ACTIVATE","features":[521]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_COMMIT","features":[521]},{"name":"NVME_ADMIN_COMMAND_FIRMWARE_IMAGE_DOWNLOAD","features":[521]},{"name":"NVME_ADMIN_COMMAND_FORMAT_NVM","features":[521]},{"name":"NVME_ADMIN_COMMAND_GET_FEATURES","features":[521]},{"name":"NVME_ADMIN_COMMAND_GET_LBA_STATUS","features":[521]},{"name":"NVME_ADMIN_COMMAND_GET_LOG_PAGE","features":[521]},{"name":"NVME_ADMIN_COMMAND_IDENTIFY","features":[521]},{"name":"NVME_ADMIN_COMMAND_NAMESPACE_ATTACHMENT","features":[521]},{"name":"NVME_ADMIN_COMMAND_NAMESPACE_MANAGEMENT","features":[521]},{"name":"NVME_ADMIN_COMMAND_NVME_MI_RECEIVE","features":[521]},{"name":"NVME_ADMIN_COMMAND_NVME_MI_SEND","features":[521]},{"name":"NVME_ADMIN_COMMAND_SANITIZE","features":[521]},{"name":"NVME_ADMIN_COMMAND_SECURITY_RECEIVE","features":[521]},{"name":"NVME_ADMIN_COMMAND_SECURITY_SEND","features":[521]},{"name":"NVME_ADMIN_COMMAND_SET_FEATURES","features":[521]},{"name":"NVME_ADMIN_COMMAND_VIRTUALIZATION_MANAGEMENT","features":[521]},{"name":"NVME_ADMIN_COMPLETION_QUEUE_BASE_ADDRESS","features":[521]},{"name":"NVME_ADMIN_QUEUE_ATTRIBUTES","features":[521]},{"name":"NVME_ADMIN_SUBMISSION_QUEUE_BASE_ADDRESS","features":[521]},{"name":"NVME_AMS_OPTION","features":[521]},{"name":"NVME_AMS_ROUND_ROBIN","features":[521]},{"name":"NVME_AMS_WEIGHTED_ROUND_ROBIN_URGENT","features":[521]},{"name":"NVME_ASYNC_ERROR_DIAG_FAILURE","features":[521]},{"name":"NVME_ASYNC_ERROR_FIRMWARE_IMAGE_LOAD_ERROR","features":[521]},{"name":"NVME_ASYNC_ERROR_INVALID_DOORBELL_WRITE_VALUE","features":[521]},{"name":"NVME_ASYNC_ERROR_INVALID_SUBMISSION_QUEUE","features":[521]},{"name":"NVME_ASYNC_ERROR_PERSISTENT_INTERNAL_DEVICE_ERROR","features":[521]},{"name":"NVME_ASYNC_ERROR_TRANSIENT_INTERNAL_DEVICE_ERROR","features":[521]},{"name":"NVME_ASYNC_EVENT_ERROR_STATUS_CODES","features":[521]},{"name":"NVME_ASYNC_EVENT_HEALTH_STATUS_CODES","features":[521]},{"name":"NVME_ASYNC_EVENT_IO_COMMAND_SET_STATUS_CODES","features":[521]},{"name":"NVME_ASYNC_EVENT_NOTICE_CODES","features":[521]},{"name":"NVME_ASYNC_EVENT_TYPES","features":[521]},{"name":"NVME_ASYNC_EVENT_TYPE_ERROR_STATUS","features":[521]},{"name":"NVME_ASYNC_EVENT_TYPE_HEALTH_STATUS","features":[521]},{"name":"NVME_ASYNC_EVENT_TYPE_IO_COMMAND_SET_STATUS","features":[521]},{"name":"NVME_ASYNC_EVENT_TYPE_NOTICE","features":[521]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC","features":[521]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_CODES","features":[521]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_DEVICE_PANIC","features":[521]},{"name":"NVME_ASYNC_EVENT_TYPE_VENDOR_SPECIFIC_RESERVED","features":[521]},{"name":"NVME_ASYNC_HEALTH_NVM_SUBSYSTEM_RELIABILITY","features":[521]},{"name":"NVME_ASYNC_HEALTH_SPARE_BELOW_THRESHOLD","features":[521]},{"name":"NVME_ASYNC_HEALTH_TEMPERATURE_THRESHOLD","features":[521]},{"name":"NVME_ASYNC_IO_CMD_SANITIZE_OPERATION_COMPLETED","features":[521]},{"name":"NVME_ASYNC_IO_CMD_SANITIZE_OPERATION_COMPLETED_WITH_UNEXPECTED_DEALLOCATION","features":[521]},{"name":"NVME_ASYNC_IO_CMD_SET_RESERVATION_LOG_PAGE_AVAILABLE","features":[521]},{"name":"NVME_ASYNC_NOTICE_ASYMMETRIC_ACCESS_CHANGE","features":[521]},{"name":"NVME_ASYNC_NOTICE_ENDURANCE_GROUP_EVENT_AGGREGATE_LOG_CHANGE","features":[521]},{"name":"NVME_ASYNC_NOTICE_FIRMWARE_ACTIVATION_STARTING","features":[521]},{"name":"NVME_ASYNC_NOTICE_LBA_STATUS_INFORMATION_ALERT","features":[521]},{"name":"NVME_ASYNC_NOTICE_NAMESPACE_ATTRIBUTE_CHANGED","features":[521]},{"name":"NVME_ASYNC_NOTICE_PREDICTABLE_LATENCY_EVENT_AGGREGATE_LOG_CHANGE","features":[521]},{"name":"NVME_ASYNC_NOTICE_TELEMETRY_LOG_CHANGED","features":[521]},{"name":"NVME_ASYNC_NOTICE_ZONE_DESCRIPTOR_CHANGED","features":[521]},{"name":"NVME_AUTO_POWER_STATE_TRANSITION_ENTRY","features":[521]},{"name":"NVME_CC_SHN_ABRUPT_SHUTDOWN","features":[521]},{"name":"NVME_CC_SHN_NORMAL_SHUTDOWN","features":[521]},{"name":"NVME_CC_SHN_NO_NOTIFICATION","features":[521]},{"name":"NVME_CC_SHN_SHUTDOWN_NOTIFICATIONS","features":[521]},{"name":"NVME_CDW0_FEATURE_ENABLE_IEEE1667_SILO","features":[521]},{"name":"NVME_CDW0_FEATURE_ERROR_INJECTION","features":[521]},{"name":"NVME_CDW0_FEATURE_READONLY_WRITETHROUGH_MODE","features":[521]},{"name":"NVME_CDW0_RESERVATION_PERSISTENCE","features":[521]},{"name":"NVME_CDW10_ABORT","features":[521]},{"name":"NVME_CDW10_CREATE_IO_QUEUE","features":[521]},{"name":"NVME_CDW10_DATASET_MANAGEMENT","features":[521]},{"name":"NVME_CDW10_DIRECTIVE_RECEIVE","features":[521]},{"name":"NVME_CDW10_DIRECTIVE_SEND","features":[521]},{"name":"NVME_CDW10_FIRMWARE_ACTIVATE","features":[521]},{"name":"NVME_CDW10_FIRMWARE_DOWNLOAD","features":[521]},{"name":"NVME_CDW10_FORMAT_NVM","features":[521]},{"name":"NVME_CDW10_GET_FEATURES","features":[521]},{"name":"NVME_CDW10_GET_LOG_PAGE","features":[521]},{"name":"NVME_CDW10_GET_LOG_PAGE_V13","features":[521]},{"name":"NVME_CDW10_IDENTIFY","features":[521]},{"name":"NVME_CDW10_RESERVATION_ACQUIRE","features":[521]},{"name":"NVME_CDW10_RESERVATION_REGISTER","features":[521]},{"name":"NVME_CDW10_RESERVATION_RELEASE","features":[521]},{"name":"NVME_CDW10_RESERVATION_REPORT","features":[521]},{"name":"NVME_CDW10_SANITIZE","features":[521]},{"name":"NVME_CDW10_SECURITY_SEND_RECEIVE","features":[521]},{"name":"NVME_CDW10_SET_FEATURES","features":[521]},{"name":"NVME_CDW10_ZONE_APPEND","features":[521]},{"name":"NVME_CDW10_ZONE_MANAGEMENT_RECEIVE","features":[521]},{"name":"NVME_CDW10_ZONE_MANAGEMENT_SEND","features":[521]},{"name":"NVME_CDW11_CREATE_IO_CQ","features":[521]},{"name":"NVME_CDW11_CREATE_IO_SQ","features":[521]},{"name":"NVME_CDW11_DATASET_MANAGEMENT","features":[521]},{"name":"NVME_CDW11_DIRECTIVE_RECEIVE","features":[521]},{"name":"NVME_CDW11_DIRECTIVE_SEND","features":[521]},{"name":"NVME_CDW11_FEATURES","features":[521]},{"name":"NVME_CDW11_FEATURE_ARBITRATION","features":[521]},{"name":"NVME_CDW11_FEATURE_ASYNC_EVENT_CONFIG","features":[521]},{"name":"NVME_CDW11_FEATURE_AUTO_POWER_STATE_TRANSITION","features":[521]},{"name":"NVME_CDW11_FEATURE_CLEAR_FW_UPDATE_HISTORY","features":[521]},{"name":"NVME_CDW11_FEATURE_CLEAR_PCIE_CORRECTABLE_ERROR_COUNTERS","features":[521]},{"name":"NVME_CDW11_FEATURE_ENABLE_IEEE1667_SILO","features":[521]},{"name":"NVME_CDW11_FEATURE_ERROR_RECOVERY","features":[521]},{"name":"NVME_CDW11_FEATURE_GET_HOST_METADATA","features":[521]},{"name":"NVME_CDW11_FEATURE_HOST_IDENTIFIER","features":[521]},{"name":"NVME_CDW11_FEATURE_HOST_MEMORY_BUFFER","features":[521]},{"name":"NVME_CDW11_FEATURE_INTERRUPT_COALESCING","features":[521]},{"name":"NVME_CDW11_FEATURE_INTERRUPT_VECTOR_CONFIG","features":[521]},{"name":"NVME_CDW11_FEATURE_IO_COMMAND_SET_PROFILE","features":[521]},{"name":"NVME_CDW11_FEATURE_LBA_RANGE_TYPE","features":[521]},{"name":"NVME_CDW11_FEATURE_NON_OPERATIONAL_POWER_STATE","features":[521]},{"name":"NVME_CDW11_FEATURE_NUMBER_OF_QUEUES","features":[521]},{"name":"NVME_CDW11_FEATURE_POWER_MANAGEMENT","features":[521]},{"name":"NVME_CDW11_FEATURE_READONLY_WRITETHROUGH_MODE","features":[521]},{"name":"NVME_CDW11_FEATURE_RESERVATION_NOTIFICATION_MASK","features":[521]},{"name":"NVME_CDW11_FEATURE_RESERVATION_PERSISTENCE","features":[521]},{"name":"NVME_CDW11_FEATURE_SET_HOST_METADATA","features":[521]},{"name":"NVME_CDW11_FEATURE_SUPPORTED_CAPABILITY","features":[521]},{"name":"NVME_CDW11_FEATURE_TEMPERATURE_THRESHOLD","features":[521]},{"name":"NVME_CDW11_FEATURE_VOLATILE_WRITE_CACHE","features":[521]},{"name":"NVME_CDW11_FEATURE_WRITE_ATOMICITY_NORMAL","features":[521]},{"name":"NVME_CDW11_FIRMWARE_DOWNLOAD","features":[521]},{"name":"NVME_CDW11_GET_LOG_PAGE","features":[521]},{"name":"NVME_CDW11_IDENTIFY","features":[521]},{"name":"NVME_CDW11_RESERVATION_REPORT","features":[521]},{"name":"NVME_CDW11_SANITIZE","features":[521]},{"name":"NVME_CDW11_SECURITY_RECEIVE","features":[521]},{"name":"NVME_CDW11_SECURITY_SEND","features":[521]},{"name":"NVME_CDW12_DIRECTIVE_RECEIVE","features":[521]},{"name":"NVME_CDW12_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES","features":[521]},{"name":"NVME_CDW12_DIRECTIVE_SEND","features":[521]},{"name":"NVME_CDW12_DIRECTIVE_SEND_IDENTIFY_ENABLE_DIRECTIVE","features":[521]},{"name":"NVME_CDW12_FEATURES","features":[521]},{"name":"NVME_CDW12_FEATURE_HOST_MEMORY_BUFFER","features":[521]},{"name":"NVME_CDW12_GET_LOG_PAGE","features":[521]},{"name":"NVME_CDW12_READ_WRITE","features":[521]},{"name":"NVME_CDW12_ZONE_APPEND","features":[521]},{"name":"NVME_CDW13_FEATURES","features":[521]},{"name":"NVME_CDW13_FEATURE_HOST_MEMORY_BUFFER","features":[521]},{"name":"NVME_CDW13_GET_LOG_PAGE","features":[521]},{"name":"NVME_CDW13_READ_WRITE","features":[521]},{"name":"NVME_CDW13_ZONE_MANAGEMENT_RECEIVE","features":[521]},{"name":"NVME_CDW13_ZONE_MANAGEMENT_SEND","features":[521]},{"name":"NVME_CDW14_FEATURES","features":[521]},{"name":"NVME_CDW14_FEATURE_HOST_MEMORY_BUFFER","features":[521]},{"name":"NVME_CDW14_GET_LOG_PAGE","features":[521]},{"name":"NVME_CDW15_FEATURES","features":[521]},{"name":"NVME_CDW15_FEATURE_HOST_MEMORY_BUFFER","features":[521]},{"name":"NVME_CDW15_READ_WRITE","features":[521]},{"name":"NVME_CDW15_ZONE_APPEND","features":[521]},{"name":"NVME_CHANGED_NAMESPACE_LIST_LOG","features":[521]},{"name":"NVME_CHANGED_ZONE_LIST_LOG","features":[521]},{"name":"NVME_CMBSZ_SIZE_UNITS","features":[521]},{"name":"NVME_CMBSZ_SIZE_UNITS_16MB","features":[521]},{"name":"NVME_CMBSZ_SIZE_UNITS_1MB","features":[521]},{"name":"NVME_CMBSZ_SIZE_UNITS_256MB","features":[521]},{"name":"NVME_CMBSZ_SIZE_UNITS_4GB","features":[521]},{"name":"NVME_CMBSZ_SIZE_UNITS_4KB","features":[521]},{"name":"NVME_CMBSZ_SIZE_UNITS_64GB","features":[521]},{"name":"NVME_CMBSZ_SIZE_UNITS_64KB","features":[521]},{"name":"NVME_COMMAND","features":[521]},{"name":"NVME_COMMAND_DWORD0","features":[521]},{"name":"NVME_COMMAND_EFFECTS_DATA","features":[521]},{"name":"NVME_COMMAND_EFFECTS_LOG","features":[521]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMITS","features":[521]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_NONE","features":[521]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_SINGLE_PER_CONTROLLER","features":[521]},{"name":"NVME_COMMAND_EFFECT_SBUMISSION_EXECUTION_LIMIT_SINGLE_PER_NAMESPACE","features":[521]},{"name":"NVME_COMMAND_SET_IDENTIFIERS","features":[521]},{"name":"NVME_COMMAND_SET_KEY_VALUE","features":[521]},{"name":"NVME_COMMAND_SET_NVM","features":[521]},{"name":"NVME_COMMAND_SET_ZONED_NAMESPACE","features":[521]},{"name":"NVME_COMMAND_STATUS","features":[521]},{"name":"NVME_COMPLETION_DW0_ASYNC_EVENT_REQUEST","features":[521]},{"name":"NVME_COMPLETION_DW0_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES","features":[521]},{"name":"NVME_COMPLETION_ENTRY","features":[521]},{"name":"NVME_COMPLETION_QUEUE_HEAD_DOORBELL","features":[521]},{"name":"NVME_CONTEXT_ATTRIBUTES","features":[521]},{"name":"NVME_CONTROLLER_CAPABILITIES","features":[521]},{"name":"NVME_CONTROLLER_CONFIGURATION","features":[521]},{"name":"NVME_CONTROLLER_LIST","features":[521]},{"name":"NVME_CONTROLLER_MEMORY_BUFFER_LOCATION","features":[521]},{"name":"NVME_CONTROLLER_MEMORY_BUFFER_SIZE","features":[521]},{"name":"NVME_CONTROLLER_METADATA_CHIPSET_DRIVER_NAME","features":[521]},{"name":"NVME_CONTROLLER_METADATA_CHIPSET_DRIVER_VERSION","features":[521]},{"name":"NVME_CONTROLLER_METADATA_DISPLAY_DRIVER_NAME","features":[521]},{"name":"NVME_CONTROLLER_METADATA_DISPLAY_DRIVER_VERSION","features":[521]},{"name":"NVME_CONTROLLER_METADATA_ELEMENT_TYPES","features":[521]},{"name":"NVME_CONTROLLER_METADATA_FIRMWARE_VERSION","features":[521]},{"name":"NVME_CONTROLLER_METADATA_HOST_DETERMINED_FAILURE_RECORD","features":[521]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_CONTROLLER_NAME","features":[521]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_FILENAME","features":[521]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_NAME","features":[521]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_DRIVER_VERSION","features":[521]},{"name":"NVME_CONTROLLER_METADATA_OPERATING_SYSTEM_NAME_AND_BUILD","features":[521]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_CONTROLLER_NAME","features":[521]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_DRIVER_NAME","features":[521]},{"name":"NVME_CONTROLLER_METADATA_PREBOOT_DRIVER_VERSION","features":[521]},{"name":"NVME_CONTROLLER_METADATA_SYSTEM_PROCESSOR_MODEL","features":[521]},{"name":"NVME_CONTROLLER_METADATA_SYSTEM_PRODUCT_NAME","features":[521]},{"name":"NVME_CONTROLLER_REGISTERS","features":[521]},{"name":"NVME_CONTROLLER_STATUS","features":[521]},{"name":"NVME_CSS_ADMIN_COMMAND_SET_ONLY","features":[521]},{"name":"NVME_CSS_ALL_SUPPORTED_IO_COMMAND_SET","features":[521]},{"name":"NVME_CSS_COMMAND_SETS","features":[521]},{"name":"NVME_CSS_NVM_COMMAND_SET","features":[521]},{"name":"NVME_CSTS_SHST_NO_SHUTDOWN","features":[521]},{"name":"NVME_CSTS_SHST_SHUTDOWN_COMPLETED","features":[521]},{"name":"NVME_CSTS_SHST_SHUTDOWN_IN_PROCESS","features":[521]},{"name":"NVME_CSTS_SHST_SHUTDOWN_STATUS","features":[521]},{"name":"NVME_DEVICE_SELF_TEST_LOG","features":[521]},{"name":"NVME_DEVICE_SELF_TEST_RESULT_DATA","features":[521]},{"name":"NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS","features":[521]},{"name":"NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR","features":[521]},{"name":"NVME_DIRECTIVE_RECEIVE_IDENTIFY_OPERATIONS","features":[521]},{"name":"NVME_DIRECTIVE_RECEIVE_IDENTIFY_OPERATION_RETURN_PARAMETERS","features":[521]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATIONS","features":[521]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_ALLOCATE_RESOURCES","features":[521]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_GET_STATUS","features":[521]},{"name":"NVME_DIRECTIVE_RECEIVE_STREAMS_OPERATION_RETURN_PARAMETERS","features":[521]},{"name":"NVME_DIRECTIVE_SEND_IDENTIFY_OPERATIONS","features":[521]},{"name":"NVME_DIRECTIVE_SEND_IDENTIFY_OPERATION_ENABLE_DIRECTIVE","features":[521]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATIONS","features":[521]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_IDENTIFIER","features":[521]},{"name":"NVME_DIRECTIVE_SEND_STREAMS_OPERATION_RELEASE_RESOURCES","features":[521]},{"name":"NVME_DIRECTIVE_STREAMS_GET_STATUS_DATA","features":[521]},{"name":"NVME_DIRECTIVE_STREAMS_RETURN_PARAMETERS","features":[521]},{"name":"NVME_DIRECTIVE_TYPES","features":[521]},{"name":"NVME_DIRECTIVE_TYPE_IDENTIFY","features":[521]},{"name":"NVME_DIRECTIVE_TYPE_STREAMS","features":[521]},{"name":"NVME_ENDURANCE_GROUP_LOG","features":[521]},{"name":"NVME_ERROR_INFO_LOG","features":[521]},{"name":"NVME_ERROR_INJECTION_ENTRY","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPES","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_CPU_CONTROLLER_HANG","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_DRAM_CORRUPTION_CRITICAL","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_DRAM_CORRUPTION_NONCRITICAL","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_HW_MALFUNCTION","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_LOGICAL_FW_ERROR","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_NAND_CORRUPTION","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_NAND_HANG","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_PLP_DEFECT","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_DEVICE_PANIC_SRAM_CORRUPTION","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_MAX","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_RESERVED0","features":[521]},{"name":"NVME_ERROR_INJECTION_TYPE_RESERVED1","features":[521]},{"name":"NVME_EXTENDED_HOST_IDENTIFIER_SIZE","features":[521]},{"name":"NVME_EXTENDED_REPORT_ZONE_INFO","features":[521]},{"name":"NVME_FEATURES","features":[521]},{"name":"NVME_FEATURE_ARBITRATION","features":[521]},{"name":"NVME_FEATURE_ASYNC_EVENT_CONFIG","features":[521]},{"name":"NVME_FEATURE_AUTONOMOUS_POWER_STATE_TRANSITION","features":[521]},{"name":"NVME_FEATURE_CLEAR_FW_UPDATE_HISTORY","features":[521]},{"name":"NVME_FEATURE_CLEAR_PCIE_CORRECTABLE_ERROR_COUNTERS","features":[521]},{"name":"NVME_FEATURE_CONTROLLER_METADATA","features":[521]},{"name":"NVME_FEATURE_ENABLE_IEEE1667_SILO","features":[521]},{"name":"NVME_FEATURE_ENDURANCE_GROUP_EVENT_CONFIG","features":[521]},{"name":"NVME_FEATURE_ENHANCED_CONTROLLER_METADATA","features":[521]},{"name":"NVME_FEATURE_ERROR_INJECTION","features":[521]},{"name":"NVME_FEATURE_ERROR_RECOVERY","features":[521]},{"name":"NVME_FEATURE_HOST_BEHAVIOR_SUPPORT","features":[521]},{"name":"NVME_FEATURE_HOST_CONTROLLED_THERMAL_MANAGEMENT","features":[521]},{"name":"NVME_FEATURE_HOST_IDENTIFIER_DATA","features":[521]},{"name":"NVME_FEATURE_HOST_MEMORY_BUFFER","features":[521]},{"name":"NVME_FEATURE_HOST_METADATA_DATA","features":[521]},{"name":"NVME_FEATURE_INTERRUPT_COALESCING","features":[521]},{"name":"NVME_FEATURE_INTERRUPT_VECTOR_CONFIG","features":[521]},{"name":"NVME_FEATURE_IO_COMMAND_SET_PROFILE","features":[521]},{"name":"NVME_FEATURE_KEEP_ALIVE","features":[521]},{"name":"NVME_FEATURE_LBA_RANGE_TYPE","features":[521]},{"name":"NVME_FEATURE_LBA_STATUS_INFORMATION_REPORT_INTERVAL","features":[521]},{"name":"NVME_FEATURE_NAMESPACE_METADATA","features":[521]},{"name":"NVME_FEATURE_NONOPERATIONAL_POWER_STATE","features":[521]},{"name":"NVME_FEATURE_NUMBER_OF_QUEUES","features":[521]},{"name":"NVME_FEATURE_NVM_HOST_IDENTIFIER","features":[521]},{"name":"NVME_FEATURE_NVM_NAMESPACE_WRITE_PROTECTION_CONFIG","features":[521]},{"name":"NVME_FEATURE_NVM_RESERVATION_NOTIFICATION_MASK","features":[521]},{"name":"NVME_FEATURE_NVM_RESERVATION_PERSISTANCE","features":[521]},{"name":"NVME_FEATURE_NVM_SOFTWARE_PROGRESS_MARKER","features":[521]},{"name":"NVME_FEATURE_PLP_HEALTH_MONITOR","features":[521]},{"name":"NVME_FEATURE_POWER_MANAGEMENT","features":[521]},{"name":"NVME_FEATURE_PREDICTABLE_LATENCY_MODE_CONFIG","features":[521]},{"name":"NVME_FEATURE_PREDICTABLE_LATENCY_MODE_WINDOW","features":[521]},{"name":"NVME_FEATURE_READONLY_WRITETHROUGH_MODE","features":[521]},{"name":"NVME_FEATURE_READ_RECOVERY_LEVEL_CONFIG","features":[521]},{"name":"NVME_FEATURE_SANITIZE_CONFIG","features":[521]},{"name":"NVME_FEATURE_TEMPERATURE_THRESHOLD","features":[521]},{"name":"NVME_FEATURE_TIMESTAMP","features":[521]},{"name":"NVME_FEATURE_VALUE_CODES","features":[521]},{"name":"NVME_FEATURE_VALUE_CURRENT","features":[521]},{"name":"NVME_FEATURE_VALUE_DEFAULT","features":[521]},{"name":"NVME_FEATURE_VALUE_SAVED","features":[521]},{"name":"NVME_FEATURE_VALUE_SUPPORTED_CAPABILITIES","features":[521]},{"name":"NVME_FEATURE_VOLATILE_WRITE_CACHE","features":[521]},{"name":"NVME_FEATURE_WRITE_ATOMICITY","features":[521]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTIONS","features":[521]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_ACTIVATE","features":[521]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT","features":[521]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT_AND_ACTIVATE","features":[521]},{"name":"NVME_FIRMWARE_ACTIVATE_ACTION_DOWNLOAD_TO_SLOT_AND_ACTIVATE_IMMEDIATE","features":[521]},{"name":"NVME_FIRMWARE_SLOT_INFO_LOG","features":[521]},{"name":"NVME_FUSED_OPERATION_CODES","features":[521]},{"name":"NVME_FUSED_OPERATION_FIRST_CMD","features":[521]},{"name":"NVME_FUSED_OPERATION_NORMAL","features":[521]},{"name":"NVME_FUSED_OPERATION_SECOND_CMD","features":[521]},{"name":"NVME_HEALTH_INFO_LOG","features":[521]},{"name":"NVME_HOST_IDENTIFIER_SIZE","features":[521]},{"name":"NVME_HOST_MEMORY_BUFFER_DESCRIPTOR_ENTRY","features":[521]},{"name":"NVME_HOST_METADATA_ADD_ENTRY_MULTIPLE","features":[521]},{"name":"NVME_HOST_METADATA_ADD_REPLACE_ENTRY","features":[521]},{"name":"NVME_HOST_METADATA_DELETE_ENTRY_MULTIPLE","features":[521]},{"name":"NVME_HOST_METADATA_ELEMENT_ACTIONS","features":[521]},{"name":"NVME_HOST_METADATA_ELEMENT_DESCRIPTOR","features":[521]},{"name":"NVME_IDENTIFIER_TYPE","features":[521]},{"name":"NVME_IDENTIFIER_TYPE_CSI","features":[521]},{"name":"NVME_IDENTIFIER_TYPE_CSI_LENGTH","features":[521]},{"name":"NVME_IDENTIFIER_TYPE_EUI64","features":[521]},{"name":"NVME_IDENTIFIER_TYPE_EUI64_LENGTH","features":[521]},{"name":"NVME_IDENTIFIER_TYPE_LENGTH","features":[521]},{"name":"NVME_IDENTIFIER_TYPE_NGUID","features":[521]},{"name":"NVME_IDENTIFIER_TYPE_NGUID_LENGTH","features":[521]},{"name":"NVME_IDENTIFIER_TYPE_UUID","features":[521]},{"name":"NVME_IDENTIFIER_TYPE_UUID_LENGTH","features":[521]},{"name":"NVME_IDENTIFY_CNS_ACTIVE_NAMESPACES","features":[521]},{"name":"NVME_IDENTIFY_CNS_ACTIVE_NAMESPACE_LIST_IO_COMMAND_SET","features":[521]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE","features":[521]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE_IO_COMMAND_SET","features":[521]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMESPACE_LIST","features":[521]},{"name":"NVME_IDENTIFY_CNS_ALLOCATED_NAMSPACE_LIST_IO_COMMAND_SET","features":[521]},{"name":"NVME_IDENTIFY_CNS_CODES","features":[521]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER","features":[521]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER_LIST_OF_NSID","features":[521]},{"name":"NVME_IDENTIFY_CNS_CONTROLLER_LIST_OF_NVM_SUBSYSTEM","features":[521]},{"name":"NVME_IDENTIFY_CNS_DESCRIPTOR_NAMESPACE","features":[521]},{"name":"NVME_IDENTIFY_CNS_DESCRIPTOR_NAMESPACE_SIZE","features":[521]},{"name":"NVME_IDENTIFY_CNS_DOMAIN_LIST","features":[521]},{"name":"NVME_IDENTIFY_CNS_ENDURANCE_GROUP_LIST","features":[521]},{"name":"NVME_IDENTIFY_CNS_IO_COMMAND_SET","features":[521]},{"name":"NVME_IDENTIFY_CNS_NAMESPACE_GRANULARITY_LIST","features":[521]},{"name":"NVME_IDENTIFY_CNS_NVM_SET","features":[521]},{"name":"NVME_IDENTIFY_CNS_PRIMARY_CONTROLLER_CAPABILITIES","features":[521]},{"name":"NVME_IDENTIFY_CNS_SECONDARY_CONTROLLER_LIST","features":[521]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[521]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_NAMESPACE","features":[521]},{"name":"NVME_IDENTIFY_CNS_SPECIFIC_NAMESPACE_IO_COMMAND_SET","features":[521]},{"name":"NVME_IDENTIFY_CNS_UUID_LIST","features":[521]},{"name":"NVME_IDENTIFY_CONTROLLER_DATA","features":[521]},{"name":"NVME_IDENTIFY_IO_COMMAND_SET","features":[521]},{"name":"NVME_IDENTIFY_NAMESPACE_DATA","features":[521]},{"name":"NVME_IDENTIFY_NAMESPACE_DESCRIPTOR","features":[521]},{"name":"NVME_IDENTIFY_NVM_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[521]},{"name":"NVME_IDENTIFY_SPECIFIC_NAMESPACE_IO_COMMAND_SET","features":[521]},{"name":"NVME_IDENTIFY_ZNS_SPECIFIC_CONTROLLER_IO_COMMAND_SET","features":[521]},{"name":"NVME_IO_COMMAND_SET_COMBINATION_REJECTED","features":[521]},{"name":"NVME_IO_COMMAND_SET_INVALID","features":[521]},{"name":"NVME_IO_COMMAND_SET_NOT_ENABLED","features":[521]},{"name":"NVME_IO_COMMAND_SET_NOT_SUPPORTED","features":[521]},{"name":"NVME_LBA_FORMAT","features":[521]},{"name":"NVME_LBA_RANGE","features":[521]},{"name":"NVME_LBA_RANGET_TYPE_ENTRY","features":[521]},{"name":"NVME_LBA_RANGE_TYPES","features":[521]},{"name":"NVME_LBA_RANGE_TYPE_CACHE","features":[521]},{"name":"NVME_LBA_RANGE_TYPE_FILESYSTEM","features":[521]},{"name":"NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE","features":[521]},{"name":"NVME_LBA_RANGE_TYPE_RAID","features":[521]},{"name":"NVME_LBA_RANGE_TYPE_RESERVED","features":[521]},{"name":"NVME_LBA_ZONE_FORMAT","features":[521]},{"name":"NVME_LOG_PAGES","features":[521]},{"name":"NVME_LOG_PAGE_ASYMMETRIC_NAMESPACE_ACCESS","features":[521]},{"name":"NVME_LOG_PAGE_CHANGED_NAMESPACE_LIST","features":[521]},{"name":"NVME_LOG_PAGE_CHANGED_ZONE_LIST","features":[521]},{"name":"NVME_LOG_PAGE_COMMAND_EFFECTS","features":[521]},{"name":"NVME_LOG_PAGE_DEVICE_SELF_TEST","features":[521]},{"name":"NVME_LOG_PAGE_ENDURANCE_GROUP_EVENT_AGGREGATE","features":[521]},{"name":"NVME_LOG_PAGE_ENDURANCE_GROUP_INFORMATION","features":[521]},{"name":"NVME_LOG_PAGE_ERROR_INFO","features":[521]},{"name":"NVME_LOG_PAGE_FIRMWARE_SLOT_INFO","features":[521]},{"name":"NVME_LOG_PAGE_HEALTH_INFO","features":[521]},{"name":"NVME_LOG_PAGE_LBA_STATUS_INFORMATION","features":[521]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_CAPABILITIES","features":[521]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_ERROR_RECOVERY","features":[521]},{"name":"NVME_LOG_PAGE_OCP_DEVICE_SMART_INFORMATION","features":[521]},{"name":"NVME_LOG_PAGE_OCP_FIRMWARE_ACTIVATION_HISTORY","features":[521]},{"name":"NVME_LOG_PAGE_OCP_LATENCY_MONITOR","features":[521]},{"name":"NVME_LOG_PAGE_OCP_TCG_CONFIGURATION","features":[521]},{"name":"NVME_LOG_PAGE_OCP_TCG_HISTORY","features":[521]},{"name":"NVME_LOG_PAGE_OCP_UNSUPPORTED_REQUIREMENTS","features":[521]},{"name":"NVME_LOG_PAGE_PERSISTENT_EVENT_LOG","features":[521]},{"name":"NVME_LOG_PAGE_PREDICTABLE_LATENCY_EVENT_AGGREGATE","features":[521]},{"name":"NVME_LOG_PAGE_PREDICTABLE_LATENCY_NVM_SET","features":[521]},{"name":"NVME_LOG_PAGE_RESERVATION_NOTIFICATION","features":[521]},{"name":"NVME_LOG_PAGE_SANITIZE_STATUS","features":[521]},{"name":"NVME_LOG_PAGE_TELEMETRY_CTLR_INITIATED","features":[521]},{"name":"NVME_LOG_PAGE_TELEMETRY_HOST_INITIATED","features":[521]},{"name":"NVME_MAX_HOST_IDENTIFIER_SIZE","features":[521]},{"name":"NVME_MAX_LOG_SIZE","features":[521]},{"name":"NVME_MEDIA_ADDITIONALLY_MODIFIED_AFTER_SANITIZE_NOT_DEFINED","features":[521]},{"name":"NVME_MEDIA_ADDITIONALLY_MOFIDIED_AFTER_SANITIZE","features":[521]},{"name":"NVME_MEDIA_NOT_ADDITIONALLY_MODIFIED_AFTER_SANITIZE","features":[521]},{"name":"NVME_NAMESPACE_ALL","features":[521]},{"name":"NVME_NAMESPACE_METADATA_ELEMENT_TYPES","features":[521]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME","features":[521]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME_QUALIFIER_1","features":[521]},{"name":"NVME_NAMESPACE_METADATA_OPERATING_SYSTEM_NAMESPACE_NAME_QUALIFIER_2","features":[521]},{"name":"NVME_NAMESPACE_METADATA_PREBOOT_NAMESPACE_NAME","features":[521]},{"name":"NVME_NO_DEALLOCATE_MODIFIES_MEDIA_AFTER_SANITIZE","features":[521]},{"name":"NVME_NVM_COMMANDS","features":[521]},{"name":"NVME_NVM_COMMAND_COMPARE","features":[521]},{"name":"NVME_NVM_COMMAND_COPY","features":[521]},{"name":"NVME_NVM_COMMAND_DATASET_MANAGEMENT","features":[521]},{"name":"NVME_NVM_COMMAND_FLUSH","features":[521]},{"name":"NVME_NVM_COMMAND_READ","features":[521]},{"name":"NVME_NVM_COMMAND_RESERVATION_ACQUIRE","features":[521]},{"name":"NVME_NVM_COMMAND_RESERVATION_REGISTER","features":[521]},{"name":"NVME_NVM_COMMAND_RESERVATION_RELEASE","features":[521]},{"name":"NVME_NVM_COMMAND_RESERVATION_REPORT","features":[521]},{"name":"NVME_NVM_COMMAND_VERIFY","features":[521]},{"name":"NVME_NVM_COMMAND_WRITE","features":[521]},{"name":"NVME_NVM_COMMAND_WRITE_UNCORRECTABLE","features":[521]},{"name":"NVME_NVM_COMMAND_WRITE_ZEROES","features":[521]},{"name":"NVME_NVM_COMMAND_ZONE_APPEND","features":[521]},{"name":"NVME_NVM_COMMAND_ZONE_MANAGEMENT_RECEIVE","features":[521]},{"name":"NVME_NVM_COMMAND_ZONE_MANAGEMENT_SEND","features":[521]},{"name":"NVME_NVM_QUEUE_PRIORITIES","features":[521]},{"name":"NVME_NVM_QUEUE_PRIORITY_HIGH","features":[521]},{"name":"NVME_NVM_QUEUE_PRIORITY_LOW","features":[521]},{"name":"NVME_NVM_QUEUE_PRIORITY_MEDIUM","features":[521]},{"name":"NVME_NVM_QUEUE_PRIORITY_URGENT","features":[521]},{"name":"NVME_NVM_SUBSYSTEM_RESET","features":[521]},{"name":"NVME_OCP_DEVICE_CAPABILITIES_LOG","features":[521]},{"name":"NVME_OCP_DEVICE_CAPABILITIES_LOG_VERSION_1","features":[521]},{"name":"NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2","features":[521]},{"name":"NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_VERSION_2","features":[521]},{"name":"NVME_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY_LOG","features":[521]},{"name":"NVME_OCP_DEVICE_FIRMWARE_ACTIVATION_HISTORY_LOG_VERSION_1","features":[521]},{"name":"NVME_OCP_DEVICE_LATENCY_MONITOR_LOG","features":[521]},{"name":"NVME_OCP_DEVICE_LATENCY_MONITOR_LOG_VERSION_1","features":[521]},{"name":"NVME_OCP_DEVICE_SMART_INFORMATION_LOG_V3","features":[521]},{"name":"NVME_OCP_DEVICE_SMART_INFORMATION_LOG_VERSION_3","features":[521]},{"name":"NVME_OCP_DEVICE_TCG_CONFIGURATION_LOG","features":[521]},{"name":"NVME_OCP_DEVICE_TCG_CONFIGURATION_LOG_VERSION_1","features":[521]},{"name":"NVME_OCP_DEVICE_TCG_HISTORY_LOG","features":[521]},{"name":"NVME_OCP_DEVICE_TCG_HISTORY_LOG_VERSION_1","features":[521]},{"name":"NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG","features":[521]},{"name":"NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG_VERSION_1","features":[521]},{"name":"NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER","features":[521]},{"name":"NVME_PERSISTENT_EVENT_LOG_EVENT_TYPES","features":[521]},{"name":"NVME_PERSISTENT_EVENT_LOG_HEADER","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_CHANGE_NAMESPACE","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FIRMWARE_COMMIT","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FORMAT_NVM_COMPLETION","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_FORMAT_NVM_START","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_MAX","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_NVM_SUBSYSTEM_HARDWARE_ERROR","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_POWER_ON_OR_RESET","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED0","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED1_BEGIN","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED1_END","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED2_BEGIN","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_RESERVED2_END","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SANITIZE_COMPLETION","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SANITIZE_START","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SET_FEATURE","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_SMART_HEALTH_LOG_SNAPSHOT","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TCG_DEFINED","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TELEMETRY_LOG_CREATED","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_THERMAL_EXCURSION","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_TIMESTAMP_CHANGE","features":[521]},{"name":"NVME_PERSISTENT_EVENT_TYPE_VENDOR_SPECIFIC_EVENT","features":[521]},{"name":"NVME_POWER_STATE_DESC","features":[521]},{"name":"NVME_PROTECTION_INFORMATION_NOT_ENABLED","features":[521]},{"name":"NVME_PROTECTION_INFORMATION_TYPE1","features":[521]},{"name":"NVME_PROTECTION_INFORMATION_TYPE2","features":[521]},{"name":"NVME_PROTECTION_INFORMATION_TYPE3","features":[521]},{"name":"NVME_PROTECTION_INFORMATION_TYPES","features":[521]},{"name":"NVME_PRP_ENTRY","features":[521]},{"name":"NVME_REGISTERED_CONTROLLER_DATA","features":[521]},{"name":"NVME_REGISTERED_CONTROLLER_EXTENDED_DATA","features":[521]},{"name":"NVME_REPORT_ZONE_INFO","features":[521]},{"name":"NVME_RESERVATION_ACQUIRE_ACTIONS","features":[521]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_ACQUIRE","features":[521]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_PREEMPT","features":[521]},{"name":"NVME_RESERVATION_ACQUIRE_ACTION_PREEMPT_AND_ABORT","features":[521]},{"name":"NVME_RESERVATION_ACQUIRE_DATA_STRUCTURE","features":[521]},{"name":"NVME_RESERVATION_NOTIFICATION_LOG","features":[521]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPES","features":[521]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_EMPTY_LOG_PAGE","features":[521]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_REGISTRATION_PREEMPTED","features":[521]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_REGISTRATION_RELEASED","features":[521]},{"name":"NVME_RESERVATION_NOTIFICATION_TYPE_RESERVATION_PREEPMPTED","features":[521]},{"name":"NVME_RESERVATION_REGISTER_ACTIONS","features":[521]},{"name":"NVME_RESERVATION_REGISTER_ACTION_REGISTER","features":[521]},{"name":"NVME_RESERVATION_REGISTER_ACTION_REPLACE","features":[521]},{"name":"NVME_RESERVATION_REGISTER_ACTION_UNREGISTER","features":[521]},{"name":"NVME_RESERVATION_REGISTER_DATA_STRUCTURE","features":[521]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_CHANGES","features":[521]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_NO_CHANGE","features":[521]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_RESERVED","features":[521]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_SET_TO_0","features":[521]},{"name":"NVME_RESERVATION_REGISTER_PTPL_STATE_SET_TO_1","features":[521]},{"name":"NVME_RESERVATION_RELEASE_ACTIONS","features":[521]},{"name":"NVME_RESERVATION_RELEASE_ACTION_CLEAR","features":[521]},{"name":"NVME_RESERVATION_RELEASE_ACTION_RELEASE","features":[521]},{"name":"NVME_RESERVATION_RELEASE_DATA_STRUCTURE","features":[521]},{"name":"NVME_RESERVATION_REPORT_STATUS_DATA_STRUCTURE","features":[521]},{"name":"NVME_RESERVATION_REPORT_STATUS_EXTENDED_DATA_STRUCTURE","features":[521]},{"name":"NVME_RESERVATION_REPORT_STATUS_HEADER","features":[521]},{"name":"NVME_RESERVATION_TYPES","features":[521]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS","features":[521]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS_ALL_REGISTRANTS","features":[521]},{"name":"NVME_RESERVATION_TYPE_EXCLUSIVE_ACCESS_REGISTRANTS_ONLY","features":[521]},{"name":"NVME_RESERVATION_TYPE_RESERVED","features":[521]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE","features":[521]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE_ALL_REGISTRANTS","features":[521]},{"name":"NVME_RESERVATION_TYPE_WRITE_EXCLUSIVE_REGISTRANTS_ONLY","features":[521]},{"name":"NVME_SANITIZE_ACTION","features":[521]},{"name":"NVME_SANITIZE_ACTION_EXIT_FAILURE_MODE","features":[521]},{"name":"NVME_SANITIZE_ACTION_RESERVED","features":[521]},{"name":"NVME_SANITIZE_ACTION_START_BLOCK_ERASE_SANITIZE","features":[521]},{"name":"NVME_SANITIZE_ACTION_START_CRYPTO_ERASE_SANITIZE","features":[521]},{"name":"NVME_SANITIZE_ACTION_START_OVERWRITE_SANITIZE","features":[521]},{"name":"NVME_SANITIZE_OPERATION_FAILED","features":[521]},{"name":"NVME_SANITIZE_OPERATION_IN_PROGRESS","features":[521]},{"name":"NVME_SANITIZE_OPERATION_NONE","features":[521]},{"name":"NVME_SANITIZE_OPERATION_STATUS","features":[521]},{"name":"NVME_SANITIZE_OPERATION_SUCCEEDED","features":[521]},{"name":"NVME_SANITIZE_OPERATION_SUCCEEDED_WITH_FORCED_DEALLOCATION","features":[521]},{"name":"NVME_SANITIZE_STATUS","features":[521]},{"name":"NVME_SANITIZE_STATUS_LOG","features":[521]},{"name":"NVME_SCSI_NAME_STRING","features":[521]},{"name":"NVME_SECURE_ERASE_CRYPTOGRAPHIC","features":[521]},{"name":"NVME_SECURE_ERASE_NONE","features":[521]},{"name":"NVME_SECURE_ERASE_SETTINGS","features":[521]},{"name":"NVME_SECURE_ERASE_USER_DATA","features":[521]},{"name":"NVME_SET_ATTRIBUTES_ENTRY","features":[521]},{"name":"NVME_STATE_ZSC","features":[521]},{"name":"NVME_STATE_ZSE","features":[521]},{"name":"NVME_STATE_ZSEO","features":[521]},{"name":"NVME_STATE_ZSF","features":[521]},{"name":"NVME_STATE_ZSIO","features":[521]},{"name":"NVME_STATE_ZSO","features":[521]},{"name":"NVME_STATE_ZSRO","features":[521]},{"name":"NVME_STATUS_ABORT_COMMAND_LIMIT_EXCEEDED","features":[521]},{"name":"NVME_STATUS_ANA_ATTACH_FAILED","features":[521]},{"name":"NVME_STATUS_ASYNC_EVENT_REQUEST_LIMIT_EXCEEDED","features":[521]},{"name":"NVME_STATUS_ATOMIC_WRITE_UNIT_EXCEEDED","features":[521]},{"name":"NVME_STATUS_BOOT_PARTITION_WRITE_PROHIBITED","features":[521]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_FAILED_FUSED_COMMAND","features":[521]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_FAILED_MISSING_COMMAND","features":[521]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_POWER_LOSS_NOTIFICATION","features":[521]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_PREEMPT_ABORT","features":[521]},{"name":"NVME_STATUS_COMMAND_ABORTED_DUE_TO_SQ_DELETION","features":[521]},{"name":"NVME_STATUS_COMMAND_ABORT_REQUESTED","features":[521]},{"name":"NVME_STATUS_COMMAND_ID_CONFLICT","features":[521]},{"name":"NVME_STATUS_COMMAND_SEQUENCE_ERROR","features":[521]},{"name":"NVME_STATUS_COMMAND_SPECIFIC_CODES","features":[521]},{"name":"NVME_STATUS_COMPLETION_QUEUE_INVALID","features":[521]},{"name":"NVME_STATUS_CONTROLLER_LIST_INVALID","features":[521]},{"name":"NVME_STATUS_DATA_SGL_LENGTH_INVALID","features":[521]},{"name":"NVME_STATUS_DATA_TRANSFER_ERROR","features":[521]},{"name":"NVME_STATUS_DEVICE_SELF_TEST_IN_PROGRESS","features":[521]},{"name":"NVME_STATUS_DIRECTIVE_ID_INVALID","features":[521]},{"name":"NVME_STATUS_DIRECTIVE_TYPE_INVALID","features":[521]},{"name":"NVME_STATUS_FEATURE_ID_NOT_SAVEABLE","features":[521]},{"name":"NVME_STATUS_FEATURE_NOT_CHANGEABLE","features":[521]},{"name":"NVME_STATUS_FEATURE_NOT_NAMESPACE_SPECIFIC","features":[521]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_PROHIBITED","features":[521]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_CONVENTIONAL_RESET","features":[521]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_MAX_TIME_VIOLATION","features":[521]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_NVM_SUBSYSTEM_RESET","features":[521]},{"name":"NVME_STATUS_FIRMWARE_ACTIVATION_REQUIRES_RESET","features":[521]},{"name":"NVME_STATUS_FORMAT_IN_PROGRESS","features":[521]},{"name":"NVME_STATUS_GENERIC_COMMAND_CODES","features":[521]},{"name":"NVME_STATUS_HOST_IDENTIFIER_INCONSISTENT_FORMAT","features":[521]},{"name":"NVME_STATUS_INTERNAL_DEVICE_ERROR","features":[521]},{"name":"NVME_STATUS_INVALID_ANA_GROUP_IDENTIFIER","features":[521]},{"name":"NVME_STATUS_INVALID_COMMAND_OPCODE","features":[521]},{"name":"NVME_STATUS_INVALID_CONTROLLER_IDENTIFIER","features":[521]},{"name":"NVME_STATUS_INVALID_FIELD_IN_COMMAND","features":[521]},{"name":"NVME_STATUS_INVALID_FIRMWARE_IMAGE","features":[521]},{"name":"NVME_STATUS_INVALID_FIRMWARE_SLOT","features":[521]},{"name":"NVME_STATUS_INVALID_FORMAT","features":[521]},{"name":"NVME_STATUS_INVALID_INTERRUPT_VECTOR","features":[521]},{"name":"NVME_STATUS_INVALID_LOG_PAGE","features":[521]},{"name":"NVME_STATUS_INVALID_NAMESPACE_OR_FORMAT","features":[521]},{"name":"NVME_STATUS_INVALID_NUMBER_OF_CONTROLLER_RESOURCES","features":[521]},{"name":"NVME_STATUS_INVALID_NUMBER_OF_SGL_DESCR","features":[521]},{"name":"NVME_STATUS_INVALID_QUEUE_DELETION","features":[521]},{"name":"NVME_STATUS_INVALID_QUEUE_IDENTIFIER","features":[521]},{"name":"NVME_STATUS_INVALID_RESOURCE_IDENTIFIER","features":[521]},{"name":"NVME_STATUS_INVALID_SECONDARY_CONTROLLER_STATE","features":[521]},{"name":"NVME_STATUS_INVALID_SGL_LAST_SEGMENT_DESCR","features":[521]},{"name":"NVME_STATUS_INVALID_USE_OF_CONTROLLER_MEMORY_BUFFER","features":[521]},{"name":"NVME_STATUS_KEEP_ALIVE_TIMEOUT_EXPIRED","features":[521]},{"name":"NVME_STATUS_KEEP_ALIVE_TIMEOUT_INVALID","features":[521]},{"name":"NVME_STATUS_MAX_QUEUE_SIZE_EXCEEDED","features":[521]},{"name":"NVME_STATUS_MEDIA_ERROR_CODES","features":[521]},{"name":"NVME_STATUS_METADATA_SGL_LENGTH_INVALID","features":[521]},{"name":"NVME_STATUS_NAMESPACE_ALREADY_ATTACHED","features":[521]},{"name":"NVME_STATUS_NAMESPACE_IDENTIFIER_UNAVAILABLE","features":[521]},{"name":"NVME_STATUS_NAMESPACE_INSUFFICIENT_CAPACITY","features":[521]},{"name":"NVME_STATUS_NAMESPACE_IS_PRIVATE","features":[521]},{"name":"NVME_STATUS_NAMESPACE_NOT_ATTACHED","features":[521]},{"name":"NVME_STATUS_NAMESPACE_THIN_PROVISIONING_NOT_SUPPORTED","features":[521]},{"name":"NVME_STATUS_NVM_ACCESS_DENIED","features":[521]},{"name":"NVME_STATUS_NVM_ATTEMPTED_WRITE_TO_READ_ONLY_RANGE","features":[521]},{"name":"NVME_STATUS_NVM_CAPACITY_EXCEEDED","features":[521]},{"name":"NVME_STATUS_NVM_COMMAND_SIZE_LIMIT_EXCEEDED","features":[521]},{"name":"NVME_STATUS_NVM_COMPARE_FAILURE","features":[521]},{"name":"NVME_STATUS_NVM_CONFLICTING_ATTRIBUTES","features":[521]},{"name":"NVME_STATUS_NVM_DEALLOCATED_OR_UNWRITTEN_LOGICAL_BLOCK","features":[521]},{"name":"NVME_STATUS_NVM_END_TO_END_APPLICATION_TAG_CHECK_ERROR","features":[521]},{"name":"NVME_STATUS_NVM_END_TO_END_GUARD_CHECK_ERROR","features":[521]},{"name":"NVME_STATUS_NVM_END_TO_END_REFERENCE_TAG_CHECK_ERROR","features":[521]},{"name":"NVME_STATUS_NVM_INVALID_PROTECTION_INFORMATION","features":[521]},{"name":"NVME_STATUS_NVM_LBA_OUT_OF_RANGE","features":[521]},{"name":"NVME_STATUS_NVM_NAMESPACE_NOT_READY","features":[521]},{"name":"NVME_STATUS_NVM_RESERVATION_CONFLICT","features":[521]},{"name":"NVME_STATUS_NVM_UNRECOVERED_READ_ERROR","features":[521]},{"name":"NVME_STATUS_NVM_WRITE_FAULT","features":[521]},{"name":"NVME_STATUS_OPERATION_DENIED","features":[521]},{"name":"NVME_STATUS_OVERLAPPING_RANGE","features":[521]},{"name":"NVME_STATUS_PRP_OFFSET_INVALID","features":[521]},{"name":"NVME_STATUS_RESERVED","features":[521]},{"name":"NVME_STATUS_SANITIZE_FAILED","features":[521]},{"name":"NVME_STATUS_SANITIZE_IN_PROGRESS","features":[521]},{"name":"NVME_STATUS_SANITIZE_PROHIBITED_ON_PERSISTENT_MEMORY","features":[521]},{"name":"NVME_STATUS_SGL_DATA_BLOCK_GRANULARITY_INVALID","features":[521]},{"name":"NVME_STATUS_SGL_DESCR_TYPE_INVALID","features":[521]},{"name":"NVME_STATUS_SGL_OFFSET_INVALID","features":[521]},{"name":"NVME_STATUS_STREAM_RESOURCE_ALLOCATION_FAILED","features":[521]},{"name":"NVME_STATUS_SUCCESS_COMPLETION","features":[521]},{"name":"NVME_STATUS_TYPES","features":[521]},{"name":"NVME_STATUS_TYPE_COMMAND_SPECIFIC","features":[521]},{"name":"NVME_STATUS_TYPE_GENERIC_COMMAND","features":[521]},{"name":"NVME_STATUS_TYPE_MEDIA_ERROR","features":[521]},{"name":"NVME_STATUS_TYPE_VENDOR_SPECIFIC","features":[521]},{"name":"NVME_STATUS_ZONE_BOUNDARY_ERROR","features":[521]},{"name":"NVME_STATUS_ZONE_FULL","features":[521]},{"name":"NVME_STATUS_ZONE_INVALID_FORMAT","features":[521]},{"name":"NVME_STATUS_ZONE_INVALID_STATE_TRANSITION","features":[521]},{"name":"NVME_STATUS_ZONE_INVALID_WRITE","features":[521]},{"name":"NVME_STATUS_ZONE_OFFLINE","features":[521]},{"name":"NVME_STATUS_ZONE_READ_ONLY","features":[521]},{"name":"NVME_STATUS_ZONE_TOO_MANY_ACTIVE","features":[521]},{"name":"NVME_STATUS_ZONE_TOO_MANY_OPEN","features":[521]},{"name":"NVME_STREAMS_GET_STATUS_MAX_IDS","features":[521]},{"name":"NVME_STREAMS_ID_MAX","features":[521]},{"name":"NVME_STREAMS_ID_MIN","features":[521]},{"name":"NVME_SUBMISSION_QUEUE_TAIL_DOORBELL","features":[521]},{"name":"NVME_TELEMETRY_CONTROLLER_INITIATED_LOG","features":[521]},{"name":"NVME_TELEMETRY_DATA_BLOCK_SIZE","features":[521]},{"name":"NVME_TELEMETRY_HOST_INITIATED_LOG","features":[521]},{"name":"NVME_TEMPERATURE_OVER_THRESHOLD","features":[521]},{"name":"NVME_TEMPERATURE_THRESHOLD_TYPES","features":[521]},{"name":"NVME_TEMPERATURE_UNDER_THRESHOLD","features":[521]},{"name":"NVME_VENDOR_LOG_PAGES","features":[521]},{"name":"NVME_VERSION","features":[521]},{"name":"NVME_WCS_DEVICE_CAPABILITIES","features":[521]},{"name":"NVME_WCS_DEVICE_ERROR_RECOVERY_LOG","features":[521]},{"name":"NVME_WCS_DEVICE_ERROR_RECOVERY_LOG_VERSION_1","features":[521]},{"name":"NVME_WCS_DEVICE_RECOVERY_ACTION1","features":[521]},{"name":"NVME_WCS_DEVICE_RECOVERY_ACTION2","features":[521]},{"name":"NVME_WCS_DEVICE_RESET_ACTION","features":[521]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG","features":[521]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG_V2","features":[521]},{"name":"NVME_WCS_DEVICE_SMART_ATTRIBUTES_LOG_VERSION_2","features":[521]},{"name":"NVME_ZONE_DESCRIPTOR","features":[521]},{"name":"NVME_ZONE_DESCRIPTOR_EXTENSION","features":[521]},{"name":"NVME_ZONE_EXTENDED_REPORT_ZONE_DESC","features":[521]},{"name":"NVME_ZONE_RECEIVE_ACTION","features":[521]},{"name":"NVME_ZONE_RECEIVE_ACTION_SPECIFIC","features":[521]},{"name":"NVME_ZONE_RECEIVE_EXTENDED_REPORT_ZONES","features":[521]},{"name":"NVME_ZONE_RECEIVE_REPORT_ZONES","features":[521]},{"name":"NVME_ZONE_SEND_ACTION","features":[521]},{"name":"NVME_ZONE_SEND_CLOSE","features":[521]},{"name":"NVME_ZONE_SEND_FINISH","features":[521]},{"name":"NVME_ZONE_SEND_OFFLINE","features":[521]},{"name":"NVME_ZONE_SEND_OPEN","features":[521]},{"name":"NVME_ZONE_SEND_RESET","features":[521]},{"name":"NVME_ZONE_SEND_SET_ZONE_DESCRIPTOR","features":[521]},{"name":"NVME_ZRA_ALL_ZONES","features":[521]},{"name":"NVME_ZRA_CLOSED_STATE_ZONES","features":[521]},{"name":"NVME_ZRA_EMPTY_STATE_ZONES","features":[521]},{"name":"NVME_ZRA_EO_STATE_ZONES","features":[521]},{"name":"NVME_ZRA_FULL_STATE_ZONES","features":[521]},{"name":"NVME_ZRA_IO_STATE_ZONES","features":[521]},{"name":"NVME_ZRA_OFFLINE_STATE_ZONES","features":[521]},{"name":"NVME_ZRA_RO_STATE_ZONES","features":[521]},{"name":"NVM_RESERVATION_CAPABILITIES","features":[521]},{"name":"NVM_SET_LIST","features":[521]},{"name":"NVMeDeviceRecovery1Max","features":[521]},{"name":"NVMeDeviceRecovery2Max","features":[521]},{"name":"NVMeDeviceRecoveryControllerReset","features":[521]},{"name":"NVMeDeviceRecoveryDeviceReplacement","features":[521]},{"name":"NVMeDeviceRecoveryFormatNVM","features":[521]},{"name":"NVMeDeviceRecoveryNoAction","features":[521]},{"name":"NVMeDeviceRecoveryPERST","features":[521]},{"name":"NVMeDeviceRecoveryPcieFunctionReset","features":[521]},{"name":"NVMeDeviceRecoveryPcieHotReset","features":[521]},{"name":"NVMeDeviceRecoveryPowerCycle","features":[521]},{"name":"NVMeDeviceRecoverySanitize","features":[521]},{"name":"NVMeDeviceRecoverySubsystemReset","features":[521]},{"name":"NVMeDeviceRecoveryVendorAnalysis","features":[521]},{"name":"NVMeDeviceRecoveryVendorSpecificCommand","features":[521]},{"name":"TCG_ACTIVATE_METHOD_SPECIFIC","features":[521]},{"name":"TCG_ASSIGN_METHOD_SPECIFIC","features":[521]},{"name":"TCG_AUTH_METHOD_SPECIFIC","features":[521]},{"name":"TCG_BLOCKSID_METHOD_SPECIFIC","features":[521]},{"name":"TCG_HISTORY_ENTRY","features":[521]},{"name":"TCG_HISTORY_ENTRY_VERSION_1","features":[521]},{"name":"TCG_REACTIVATE_METHOD_SPECIFIC","features":[521]},{"name":"UNSUPPORTED_REQUIREMENT","features":[521]},{"name":"ZONE_STATE","features":[521]}],"526":[{"name":"IEnumOfflineFilesItems","features":[522]},{"name":"IEnumOfflineFilesSettings","features":[522]},{"name":"IOfflineFilesCache","features":[522]},{"name":"IOfflineFilesCache2","features":[522]},{"name":"IOfflineFilesChangeInfo","features":[522]},{"name":"IOfflineFilesConnectionInfo","features":[522]},{"name":"IOfflineFilesDirectoryItem","features":[522]},{"name":"IOfflineFilesDirtyInfo","features":[522]},{"name":"IOfflineFilesErrorInfo","features":[522]},{"name":"IOfflineFilesEvents","features":[522]},{"name":"IOfflineFilesEvents2","features":[522]},{"name":"IOfflineFilesEvents3","features":[522]},{"name":"IOfflineFilesEvents4","features":[522]},{"name":"IOfflineFilesEventsFilter","features":[522]},{"name":"IOfflineFilesFileItem","features":[522]},{"name":"IOfflineFilesFileSysInfo","features":[522]},{"name":"IOfflineFilesGhostInfo","features":[522]},{"name":"IOfflineFilesItem","features":[522]},{"name":"IOfflineFilesItemContainer","features":[522]},{"name":"IOfflineFilesItemFilter","features":[522]},{"name":"IOfflineFilesPinInfo","features":[522]},{"name":"IOfflineFilesPinInfo2","features":[522]},{"name":"IOfflineFilesProgress","features":[522]},{"name":"IOfflineFilesServerItem","features":[522]},{"name":"IOfflineFilesSetting","features":[522]},{"name":"IOfflineFilesShareInfo","features":[522]},{"name":"IOfflineFilesShareItem","features":[522]},{"name":"IOfflineFilesSimpleProgress","features":[522]},{"name":"IOfflineFilesSuspend","features":[522]},{"name":"IOfflineFilesSuspendInfo","features":[522]},{"name":"IOfflineFilesSyncConflictHandler","features":[522]},{"name":"IOfflineFilesSyncErrorInfo","features":[522]},{"name":"IOfflineFilesSyncErrorItemInfo","features":[522]},{"name":"IOfflineFilesSyncProgress","features":[522]},{"name":"IOfflineFilesTransparentCacheInfo","features":[522]},{"name":"OFFLINEFILES_CACHING_MODE","features":[522]},{"name":"OFFLINEFILES_CACHING_MODE_AUTO_DOC","features":[522]},{"name":"OFFLINEFILES_CACHING_MODE_AUTO_PROGANDDOC","features":[522]},{"name":"OFFLINEFILES_CACHING_MODE_MANUAL","features":[522]},{"name":"OFFLINEFILES_CACHING_MODE_NOCACHING","features":[522]},{"name":"OFFLINEFILES_CACHING_MODE_NONE","features":[522]},{"name":"OFFLINEFILES_CHANGES_LOCAL_ATTRIBUTES","features":[522]},{"name":"OFFLINEFILES_CHANGES_LOCAL_SIZE","features":[522]},{"name":"OFFLINEFILES_CHANGES_LOCAL_TIME","features":[522]},{"name":"OFFLINEFILES_CHANGES_NONE","features":[522]},{"name":"OFFLINEFILES_CHANGES_REMOTE_ATTRIBUTES","features":[522]},{"name":"OFFLINEFILES_CHANGES_REMOTE_SIZE","features":[522]},{"name":"OFFLINEFILES_CHANGES_REMOTE_TIME","features":[522]},{"name":"OFFLINEFILES_COMPARE","features":[522]},{"name":"OFFLINEFILES_COMPARE_EQ","features":[522]},{"name":"OFFLINEFILES_COMPARE_GT","features":[522]},{"name":"OFFLINEFILES_COMPARE_GTE","features":[522]},{"name":"OFFLINEFILES_COMPARE_LT","features":[522]},{"name":"OFFLINEFILES_COMPARE_LTE","features":[522]},{"name":"OFFLINEFILES_COMPARE_NEQ","features":[522]},{"name":"OFFLINEFILES_CONNECT_STATE","features":[522]},{"name":"OFFLINEFILES_CONNECT_STATE_OFFLINE","features":[522]},{"name":"OFFLINEFILES_CONNECT_STATE_ONLINE","features":[522]},{"name":"OFFLINEFILES_CONNECT_STATE_PARTLY_TRANSPARENTLY_CACHED","features":[522]},{"name":"OFFLINEFILES_CONNECT_STATE_TRANSPARENTLY_CACHED","features":[522]},{"name":"OFFLINEFILES_CONNECT_STATE_UNKNOWN","features":[522]},{"name":"OFFLINEFILES_DELETE_FLAG_ADMIN","features":[522]},{"name":"OFFLINEFILES_DELETE_FLAG_DELMODIFIED","features":[522]},{"name":"OFFLINEFILES_DELETE_FLAG_NOAUTOCACHED","features":[522]},{"name":"OFFLINEFILES_DELETE_FLAG_NOPINNED","features":[522]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_ASYNCPROGRESS","features":[522]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_BACKGROUND","features":[522]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_CONSOLE","features":[522]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_INTERACTIVE","features":[522]},{"name":"OFFLINEFILES_ENCRYPTION_CONTROL_FLAG_LOWPRIORITY","features":[522]},{"name":"OFFLINEFILES_ENUM_FLAT","features":[522]},{"name":"OFFLINEFILES_ENUM_FLAT_FILESONLY","features":[522]},{"name":"OFFLINEFILES_EVENTS","features":[522]},{"name":"OFFLINEFILES_EVENT_BACKGROUNDSYNCBEGIN","features":[522]},{"name":"OFFLINEFILES_EVENT_BACKGROUNDSYNCEND","features":[522]},{"name":"OFFLINEFILES_EVENT_CACHEEVICTBEGIN","features":[522]},{"name":"OFFLINEFILES_EVENT_CACHEEVICTEND","features":[522]},{"name":"OFFLINEFILES_EVENT_CACHEISCORRUPTED","features":[522]},{"name":"OFFLINEFILES_EVENT_CACHEISFULL","features":[522]},{"name":"OFFLINEFILES_EVENT_CACHEMOVED","features":[522]},{"name":"OFFLINEFILES_EVENT_DATALOST","features":[522]},{"name":"OFFLINEFILES_EVENT_ENABLED","features":[522]},{"name":"OFFLINEFILES_EVENT_ENCRYPTIONCHANGED","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMADDEDTOCACHE","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMAVAILABLEOFFLINE","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMDELETEDFROMCACHE","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMDISCONNECTED","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMMODIFIED","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMNOTAVAILABLEOFFLINE","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMNOTPINNED","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMPINNED","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTBEGIN","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTED","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMRECONNECTEND","features":[522]},{"name":"OFFLINEFILES_EVENT_ITEMRENAMED","features":[522]},{"name":"OFFLINEFILES_EVENT_NETTRANSPORTARRIVED","features":[522]},{"name":"OFFLINEFILES_EVENT_NONETTRANSPORTS","features":[522]},{"name":"OFFLINEFILES_EVENT_PING","features":[522]},{"name":"OFFLINEFILES_EVENT_POLICYCHANGEDETECTED","features":[522]},{"name":"OFFLINEFILES_EVENT_PREFERENCECHANGEDETECTED","features":[522]},{"name":"OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEBEGIN","features":[522]},{"name":"OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEEND","features":[522]},{"name":"OFFLINEFILES_EVENT_PREFETCHFILEBEGIN","features":[522]},{"name":"OFFLINEFILES_EVENT_PREFETCHFILEEND","features":[522]},{"name":"OFFLINEFILES_EVENT_SETTINGSCHANGESAPPLIED","features":[522]},{"name":"OFFLINEFILES_EVENT_SYNCBEGIN","features":[522]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECADDED","features":[522]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECREMOVED","features":[522]},{"name":"OFFLINEFILES_EVENT_SYNCCONFLICTRECUPDATED","features":[522]},{"name":"OFFLINEFILES_EVENT_SYNCEND","features":[522]},{"name":"OFFLINEFILES_EVENT_SYNCFILERESULT","features":[522]},{"name":"OFFLINEFILES_EVENT_TRANSPARENTCACHEITEMNOTIFY","features":[522]},{"name":"OFFLINEFILES_ITEM_COPY","features":[522]},{"name":"OFFLINEFILES_ITEM_COPY_LOCAL","features":[522]},{"name":"OFFLINEFILES_ITEM_COPY_ORIGINAL","features":[522]},{"name":"OFFLINEFILES_ITEM_COPY_REMOTE","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_CREATED","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DELETED","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DIRECTORY","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_DIRTY","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_FILE","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GHOST","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_ANYACCESS","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_READ","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_GUEST_WRITE","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED_ATTRIBUTES","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_MODIFIED_DATA","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OFFLINE","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_ONLINE","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_ANYACCESS","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_READ","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_OTHER_WRITE","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_COMPUTER","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_OTHERS","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_PINNED_USER","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_SPARSE","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_SUSPENDED","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_ANYACCESS","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_READ","features":[522]},{"name":"OFFLINEFILES_ITEM_FILTER_FLAG_USER_WRITE","features":[522]},{"name":"OFFLINEFILES_ITEM_QUERY_ADMIN","features":[522]},{"name":"OFFLINEFILES_ITEM_QUERY_ATTEMPT_TRANSITIONONLINE","features":[522]},{"name":"OFFLINEFILES_ITEM_QUERY_CONNECTIONSTATE","features":[522]},{"name":"OFFLINEFILES_ITEM_QUERY_INCLUDETRANSPARENTCACHE","features":[522]},{"name":"OFFLINEFILES_ITEM_QUERY_LOCALDIRTYBYTECOUNT","features":[522]},{"name":"OFFLINEFILES_ITEM_QUERY_REMOTEDIRTYBYTECOUNT","features":[522]},{"name":"OFFLINEFILES_ITEM_QUERY_REMOTEINFO","features":[522]},{"name":"OFFLINEFILES_ITEM_TIME","features":[522]},{"name":"OFFLINEFILES_ITEM_TIME_CREATION","features":[522]},{"name":"OFFLINEFILES_ITEM_TIME_LASTACCESS","features":[522]},{"name":"OFFLINEFILES_ITEM_TIME_LASTWRITE","features":[522]},{"name":"OFFLINEFILES_ITEM_TYPE","features":[522]},{"name":"OFFLINEFILES_ITEM_TYPE_DIRECTORY","features":[522]},{"name":"OFFLINEFILES_ITEM_TYPE_FILE","features":[522]},{"name":"OFFLINEFILES_ITEM_TYPE_SERVER","features":[522]},{"name":"OFFLINEFILES_ITEM_TYPE_SHARE","features":[522]},{"name":"OFFLINEFILES_NUM_EVENTS","features":[522]},{"name":"OFFLINEFILES_OFFLINE_REASON","features":[522]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_ERROR","features":[522]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_FORCED","features":[522]},{"name":"OFFLINEFILES_OFFLINE_REASON_CONNECTION_SLOW","features":[522]},{"name":"OFFLINEFILES_OFFLINE_REASON_ITEM_SUSPENDED","features":[522]},{"name":"OFFLINEFILES_OFFLINE_REASON_ITEM_VERSION_CONFLICT","features":[522]},{"name":"OFFLINEFILES_OFFLINE_REASON_NOT_APPLICABLE","features":[522]},{"name":"OFFLINEFILES_OFFLINE_REASON_UNKNOWN","features":[522]},{"name":"OFFLINEFILES_OP_ABORT","features":[522]},{"name":"OFFLINEFILES_OP_CONTINUE","features":[522]},{"name":"OFFLINEFILES_OP_RESPONSE","features":[522]},{"name":"OFFLINEFILES_OP_RETRY","features":[522]},{"name":"OFFLINEFILES_PATHFILTER_CHILD","features":[522]},{"name":"OFFLINEFILES_PATHFILTER_DESCENDENT","features":[522]},{"name":"OFFLINEFILES_PATHFILTER_MATCH","features":[522]},{"name":"OFFLINEFILES_PATHFILTER_SELF","features":[522]},{"name":"OFFLINEFILES_PATHFILTER_SELFORCHILD","features":[522]},{"name":"OFFLINEFILES_PATHFILTER_SELFORDESCENDENT","features":[522]},{"name":"OFFLINEFILES_PINLINKTARGETS_ALWAYS","features":[522]},{"name":"OFFLINEFILES_PINLINKTARGETS_EXPLICIT","features":[522]},{"name":"OFFLINEFILES_PINLINKTARGETS_NEVER","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_ASYNCPROGRESS","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_BACKGROUND","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_CONSOLE","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FILL","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORALL","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORREDIR","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORUSER","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_FORUSER_POLICY","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_INTERACTIVE","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_LOWPRIORITY","features":[522]},{"name":"OFFLINEFILES_PIN_CONTROL_FLAG_PINLINKTARGETS","features":[522]},{"name":"OFFLINEFILES_SETTING_PinLinkTargets","features":[522]},{"name":"OFFLINEFILES_SETTING_SCOPE_COMPUTER","features":[522]},{"name":"OFFLINEFILES_SETTING_SCOPE_USER","features":[522]},{"name":"OFFLINEFILES_SETTING_VALUE_2DIM_ARRAY_BSTR_BSTR","features":[522]},{"name":"OFFLINEFILES_SETTING_VALUE_2DIM_ARRAY_BSTR_UI4","features":[522]},{"name":"OFFLINEFILES_SETTING_VALUE_BSTR","features":[522]},{"name":"OFFLINEFILES_SETTING_VALUE_BSTR_DBLNULTERM","features":[522]},{"name":"OFFLINEFILES_SETTING_VALUE_TYPE","features":[522]},{"name":"OFFLINEFILES_SETTING_VALUE_UI4","features":[522]},{"name":"OFFLINEFILES_SYNC_CONFLICT_ABORT","features":[522]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE","features":[522]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPALLCHANGES","features":[522]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPLATEST","features":[522]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPLOCAL","features":[522]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_KEEPREMOTE","features":[522]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_LOG","features":[522]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_NONE","features":[522]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_NUMCODES","features":[522]},{"name":"OFFLINEFILES_SYNC_CONFLICT_RESOLVE_SKIP","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_DEFAULT","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPLATEST","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPLOCAL","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_KEEPREMOTE","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_CR_MASK","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_ASYNCPROGRESS","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_BACKGROUND","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_CONSOLE","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_FILLSPARSE","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_INTERACTIVE","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_LOWPRIORITY","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_NONEWFILESOUT","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORALL","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORREDIR","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORUSER","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINFORUSER_POLICY","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINLINKTARGETS","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_PINNEWFILES","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SKIPSUSPENDEDDIRS","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SYNCIN","features":[522]},{"name":"OFFLINEFILES_SYNC_CONTROL_FLAG_SYNCOUT","features":[522]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_ATTRIBUTES","features":[522]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_CHANGETIME","features":[522]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_FILESIZE","features":[522]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_NONE","features":[522]},{"name":"OFFLINEFILES_SYNC_ITEM_CHANGE_WRITETIME","features":[522]},{"name":"OFFLINEFILES_SYNC_OPERATION","features":[522]},{"name":"OFFLINEFILES_SYNC_OPERATION_CREATE_COPY_ON_CLIENT","features":[522]},{"name":"OFFLINEFILES_SYNC_OPERATION_CREATE_COPY_ON_SERVER","features":[522]},{"name":"OFFLINEFILES_SYNC_OPERATION_DELETE_CLIENT_COPY","features":[522]},{"name":"OFFLINEFILES_SYNC_OPERATION_DELETE_SERVER_COPY","features":[522]},{"name":"OFFLINEFILES_SYNC_OPERATION_PIN","features":[522]},{"name":"OFFLINEFILES_SYNC_OPERATION_PREPARE","features":[522]},{"name":"OFFLINEFILES_SYNC_OPERATION_SYNC_TO_CLIENT","features":[522]},{"name":"OFFLINEFILES_SYNC_OPERATION_SYNC_TO_SERVER","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_DirChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_DirOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_FileChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DeletedOnClient_FileOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_ChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_DeletedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_FileChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnClient_FileOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DeletedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DirChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_DirOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_FileChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_FileOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirCreatedOnClient_NoServerCopy","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirDeletedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_FileChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_FileOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirOnClient_NoServerCopy","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirRenamedOnClient","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirRenamedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_DirSparseOnClient","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_ChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DeletedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DirChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnClient_DirOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DeletedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DirChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_DirOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_FileChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_FileOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileCreatedOnClient_NoServerCopy","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileDeletedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileOnClient_DirOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileOnClient_NoServerCopy","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileRenamedOnClient","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileRenamedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_DirChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_DirOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_FileChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileReplacedAndDeletedOnClient_FileOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_ChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DeletedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DirChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_FileSparseOnClient_DirOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_LOCAL_KNOWN","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_NUMSTATES","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_DirChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_DirOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_FileChangedOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_NoClientCopy_FileOnServer","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_REMOTE_KNOWN","features":[522]},{"name":"OFFLINEFILES_SYNC_STATE_Stable","features":[522]},{"name":"OFFLINEFILES_TRANSITION_FLAG_CONSOLE","features":[522]},{"name":"OFFLINEFILES_TRANSITION_FLAG_INTERACTIVE","features":[522]},{"name":"OfflineFilesCache","features":[522]},{"name":"OfflineFilesEnable","features":[305,522]},{"name":"OfflineFilesQueryStatus","features":[305,522]},{"name":"OfflineFilesQueryStatusEx","features":[305,522]},{"name":"OfflineFilesSetting","features":[522]},{"name":"OfflineFilesStart","features":[522]}],"527":[{"name":"OPERATION_END_DISCARD","features":[523]},{"name":"OPERATION_END_PARAMETERS","features":[523]},{"name":"OPERATION_END_PARAMETERS_FLAGS","features":[523]},{"name":"OPERATION_START_FLAGS","features":[523]},{"name":"OPERATION_START_PARAMETERS","features":[523]},{"name":"OPERATION_START_TRACE_CURRENT_THREAD","features":[523]},{"name":"OperationEnd","features":[305,523]},{"name":"OperationStart","features":[305,523]}],"528":[{"name":"APPLICATION_USER_MODEL_ID_MAX_LENGTH","features":[501]},{"name":"APPLICATION_USER_MODEL_ID_MIN_LENGTH","features":[501]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE","features":[501]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_BLOCKMAP","features":[501]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_FIRST","features":[501]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_LAST","features":[501]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_MANIFEST","features":[501]},{"name":"APPX_BUNDLE_FOOTPRINT_FILE_TYPE_SIGNATURE","features":[501]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE","features":[501]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_APPLICATION","features":[501]},{"name":"APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_RESOURCE","features":[501]},{"name":"APPX_CAPABILITIES","features":[501]},{"name":"APPX_CAPABILITY_APPOINTMENTS","features":[501]},{"name":"APPX_CAPABILITY_CLASS_ALL","features":[501]},{"name":"APPX_CAPABILITY_CLASS_CUSTOM","features":[501]},{"name":"APPX_CAPABILITY_CLASS_DEFAULT","features":[501]},{"name":"APPX_CAPABILITY_CLASS_GENERAL","features":[501]},{"name":"APPX_CAPABILITY_CLASS_RESTRICTED","features":[501]},{"name":"APPX_CAPABILITY_CLASS_TYPE","features":[501]},{"name":"APPX_CAPABILITY_CLASS_WINDOWS","features":[501]},{"name":"APPX_CAPABILITY_CONTACTS","features":[501]},{"name":"APPX_CAPABILITY_DOCUMENTS_LIBRARY","features":[501]},{"name":"APPX_CAPABILITY_ENTERPRISE_AUTHENTICATION","features":[501]},{"name":"APPX_CAPABILITY_INTERNET_CLIENT","features":[501]},{"name":"APPX_CAPABILITY_INTERNET_CLIENT_SERVER","features":[501]},{"name":"APPX_CAPABILITY_MUSIC_LIBRARY","features":[501]},{"name":"APPX_CAPABILITY_PICTURES_LIBRARY","features":[501]},{"name":"APPX_CAPABILITY_PRIVATE_NETWORK_CLIENT_SERVER","features":[501]},{"name":"APPX_CAPABILITY_REMOVABLE_STORAGE","features":[501]},{"name":"APPX_CAPABILITY_SHARED_USER_CERTIFICATES","features":[501]},{"name":"APPX_CAPABILITY_VIDEOS_LIBRARY","features":[501]},{"name":"APPX_COMPRESSION_OPTION","features":[501]},{"name":"APPX_COMPRESSION_OPTION_FAST","features":[501]},{"name":"APPX_COMPRESSION_OPTION_MAXIMUM","features":[501]},{"name":"APPX_COMPRESSION_OPTION_NONE","features":[501]},{"name":"APPX_COMPRESSION_OPTION_NORMAL","features":[501]},{"name":"APPX_COMPRESSION_OPTION_SUPERFAST","features":[501]},{"name":"APPX_ENCRYPTED_EXEMPTIONS","features":[501]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTIONS","features":[501]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_DIFFUSION","features":[501]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_NONE","features":[501]},{"name":"APPX_ENCRYPTED_PACKAGE_OPTION_PAGE_HASHING","features":[501]},{"name":"APPX_ENCRYPTED_PACKAGE_SETTINGS","features":[305,501,358]},{"name":"APPX_ENCRYPTED_PACKAGE_SETTINGS2","features":[501,358]},{"name":"APPX_FOOTPRINT_FILE_TYPE","features":[501]},{"name":"APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP","features":[501]},{"name":"APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY","features":[501]},{"name":"APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP","features":[501]},{"name":"APPX_FOOTPRINT_FILE_TYPE_MANIFEST","features":[501]},{"name":"APPX_FOOTPRINT_FILE_TYPE_SIGNATURE","features":[501]},{"name":"APPX_KEY_INFO","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE2","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE2_ARM","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE2_ARM64","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE2_NEUTRAL","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE2_UNKNOWN","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X64","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X86","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE2_X86_ON_ARM64","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE_ARM","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE_ARM64","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE_NEUTRAL","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE_X64","features":[501]},{"name":"APPX_PACKAGE_ARCHITECTURE_X86","features":[501]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTIONS","features":[501]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_LOCALIZED","features":[501]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_NONE","features":[501]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTION_SKIP_VALIDATION","features":[501]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION","features":[501]},{"name":"APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_OPTION_APPEND_DELTA","features":[501]},{"name":"APPX_PACKAGE_SETTINGS","features":[305,501,358]},{"name":"APPX_PACKAGE_WRITER_PAYLOAD_STREAM","features":[501,358]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE","features":[501]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_CHANGE","features":[501]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_DETAILS","features":[501]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_END","features":[501]},{"name":"APPX_PACKAGING_CONTEXT_CHANGE_TYPE_START","features":[501]},{"name":"ActivatePackageVirtualizationContext","features":[501]},{"name":"AddPackageDependency","features":[501]},{"name":"AddPackageDependencyOptions","features":[501]},{"name":"AddPackageDependencyOptions_None","features":[501]},{"name":"AddPackageDependencyOptions_PrependIfRankCollision","features":[501]},{"name":"AppPolicyClrCompat","features":[501]},{"name":"AppPolicyClrCompat_ClassicDesktop","features":[501]},{"name":"AppPolicyClrCompat_Other","features":[501]},{"name":"AppPolicyClrCompat_PackagedDesktop","features":[501]},{"name":"AppPolicyClrCompat_Universal","features":[501]},{"name":"AppPolicyCreateFileAccess","features":[501]},{"name":"AppPolicyCreateFileAccess_Full","features":[501]},{"name":"AppPolicyCreateFileAccess_Limited","features":[501]},{"name":"AppPolicyGetClrCompat","features":[305,501]},{"name":"AppPolicyGetCreateFileAccess","features":[305,501]},{"name":"AppPolicyGetLifecycleManagement","features":[305,501]},{"name":"AppPolicyGetMediaFoundationCodecLoading","features":[305,501]},{"name":"AppPolicyGetProcessTerminationMethod","features":[305,501]},{"name":"AppPolicyGetShowDeveloperDiagnostic","features":[305,501]},{"name":"AppPolicyGetThreadInitializationType","features":[305,501]},{"name":"AppPolicyGetWindowingModel","features":[305,501]},{"name":"AppPolicyLifecycleManagement","features":[501]},{"name":"AppPolicyLifecycleManagement_Managed","features":[501]},{"name":"AppPolicyLifecycleManagement_Unmanaged","features":[501]},{"name":"AppPolicyMediaFoundationCodecLoading","features":[501]},{"name":"AppPolicyMediaFoundationCodecLoading_All","features":[501]},{"name":"AppPolicyMediaFoundationCodecLoading_InboxOnly","features":[501]},{"name":"AppPolicyProcessTerminationMethod","features":[501]},{"name":"AppPolicyProcessTerminationMethod_ExitProcess","features":[501]},{"name":"AppPolicyProcessTerminationMethod_TerminateProcess","features":[501]},{"name":"AppPolicyShowDeveloperDiagnostic","features":[501]},{"name":"AppPolicyShowDeveloperDiagnostic_None","features":[501]},{"name":"AppPolicyShowDeveloperDiagnostic_ShowUI","features":[501]},{"name":"AppPolicyThreadInitializationType","features":[501]},{"name":"AppPolicyThreadInitializationType_InitializeWinRT","features":[501]},{"name":"AppPolicyThreadInitializationType_None","features":[501]},{"name":"AppPolicyWindowingModel","features":[501]},{"name":"AppPolicyWindowingModel_ClassicDesktop","features":[501]},{"name":"AppPolicyWindowingModel_ClassicPhone","features":[501]},{"name":"AppPolicyWindowingModel_None","features":[501]},{"name":"AppPolicyWindowingModel_Universal","features":[501]},{"name":"AppxBundleFactory","features":[501]},{"name":"AppxEncryptionFactory","features":[501]},{"name":"AppxFactory","features":[501]},{"name":"AppxPackageEditor","features":[501]},{"name":"AppxPackagingDiagnosticEventSinkManager","features":[501]},{"name":"CheckIsMSIXPackage","features":[305,501]},{"name":"ClosePackageInfo","features":[305,501]},{"name":"CreatePackageDependencyOptions","features":[501]},{"name":"CreatePackageDependencyOptions_DoNotVerifyDependencyResolution","features":[501]},{"name":"CreatePackageDependencyOptions_None","features":[501]},{"name":"CreatePackageDependencyOptions_ScopeIsSystem","features":[501]},{"name":"CreatePackageVirtualizationContext","features":[501]},{"name":"DX_FEATURE_LEVEL","features":[501]},{"name":"DX_FEATURE_LEVEL_10","features":[501]},{"name":"DX_FEATURE_LEVEL_11","features":[501]},{"name":"DX_FEATURE_LEVEL_9","features":[501]},{"name":"DX_FEATURE_LEVEL_UNSPECIFIED","features":[501]},{"name":"DeactivatePackageVirtualizationContext","features":[501]},{"name":"DeletePackageDependency","features":[501]},{"name":"DuplicatePackageVirtualizationContext","features":[501]},{"name":"FindPackagesByPackageFamily","features":[305,501]},{"name":"FormatApplicationUserModelId","features":[305,501]},{"name":"GetApplicationUserModelId","features":[305,501]},{"name":"GetApplicationUserModelIdFromToken","features":[305,501]},{"name":"GetCurrentApplicationUserModelId","features":[305,501]},{"name":"GetCurrentPackageFamilyName","features":[305,501]},{"name":"GetCurrentPackageFullName","features":[305,501]},{"name":"GetCurrentPackageId","features":[305,501]},{"name":"GetCurrentPackageInfo","features":[305,501]},{"name":"GetCurrentPackageInfo2","features":[305,501]},{"name":"GetCurrentPackageInfo3","features":[501]},{"name":"GetCurrentPackagePath","features":[305,501]},{"name":"GetCurrentPackagePath2","features":[305,501]},{"name":"GetCurrentPackageVirtualizationContext","features":[501]},{"name":"GetIdForPackageDependencyContext","features":[501]},{"name":"GetPackageApplicationIds","features":[305,501]},{"name":"GetPackageFamilyName","features":[305,501]},{"name":"GetPackageFamilyNameFromToken","features":[305,501]},{"name":"GetPackageFullName","features":[305,501]},{"name":"GetPackageFullNameFromToken","features":[305,501]},{"name":"GetPackageGraphRevisionId","features":[501]},{"name":"GetPackageId","features":[305,501]},{"name":"GetPackageInfo","features":[305,501]},{"name":"GetPackageInfo2","features":[305,501]},{"name":"GetPackagePath","features":[305,501]},{"name":"GetPackagePathByFullName","features":[305,501]},{"name":"GetPackagePathByFullName2","features":[305,501]},{"name":"GetPackagesByPackageFamily","features":[305,501]},{"name":"GetProcessesInVirtualizationContext","features":[305,501]},{"name":"GetResolvedPackageFullNameForPackageDependency","features":[501]},{"name":"GetStagedPackageOrigin","features":[305,501]},{"name":"GetStagedPackagePathByFullName","features":[305,501]},{"name":"GetStagedPackagePathByFullName2","features":[305,501]},{"name":"IAppxAppInstallerReader","features":[501]},{"name":"IAppxBlockMapBlock","features":[501]},{"name":"IAppxBlockMapBlocksEnumerator","features":[501]},{"name":"IAppxBlockMapFile","features":[501]},{"name":"IAppxBlockMapFilesEnumerator","features":[501]},{"name":"IAppxBlockMapReader","features":[501]},{"name":"IAppxBundleFactory","features":[501]},{"name":"IAppxBundleFactory2","features":[501]},{"name":"IAppxBundleManifestOptionalBundleInfo","features":[501]},{"name":"IAppxBundleManifestOptionalBundleInfoEnumerator","features":[501]},{"name":"IAppxBundleManifestPackageInfo","features":[501]},{"name":"IAppxBundleManifestPackageInfo2","features":[501]},{"name":"IAppxBundleManifestPackageInfo3","features":[501]},{"name":"IAppxBundleManifestPackageInfo4","features":[501]},{"name":"IAppxBundleManifestPackageInfoEnumerator","features":[501]},{"name":"IAppxBundleManifestReader","features":[501]},{"name":"IAppxBundleManifestReader2","features":[501]},{"name":"IAppxBundleReader","features":[501]},{"name":"IAppxBundleWriter","features":[501]},{"name":"IAppxBundleWriter2","features":[501]},{"name":"IAppxBundleWriter3","features":[501]},{"name":"IAppxBundleWriter4","features":[501]},{"name":"IAppxContentGroup","features":[501]},{"name":"IAppxContentGroupFilesEnumerator","features":[501]},{"name":"IAppxContentGroupMapReader","features":[501]},{"name":"IAppxContentGroupMapWriter","features":[501]},{"name":"IAppxContentGroupsEnumerator","features":[501]},{"name":"IAppxDigestProvider","features":[501]},{"name":"IAppxEncryptedBundleWriter","features":[501]},{"name":"IAppxEncryptedBundleWriter2","features":[501]},{"name":"IAppxEncryptedBundleWriter3","features":[501]},{"name":"IAppxEncryptedPackageWriter","features":[501]},{"name":"IAppxEncryptedPackageWriter2","features":[501]},{"name":"IAppxEncryptionFactory","features":[501]},{"name":"IAppxEncryptionFactory2","features":[501]},{"name":"IAppxEncryptionFactory3","features":[501]},{"name":"IAppxEncryptionFactory4","features":[501]},{"name":"IAppxEncryptionFactory5","features":[501]},{"name":"IAppxFactory","features":[501]},{"name":"IAppxFactory2","features":[501]},{"name":"IAppxFactory3","features":[501]},{"name":"IAppxFile","features":[501]},{"name":"IAppxFilesEnumerator","features":[501]},{"name":"IAppxManifestApplication","features":[501]},{"name":"IAppxManifestApplicationsEnumerator","features":[501]},{"name":"IAppxManifestCapabilitiesEnumerator","features":[501]},{"name":"IAppxManifestDeviceCapabilitiesEnumerator","features":[501]},{"name":"IAppxManifestDriverConstraint","features":[501]},{"name":"IAppxManifestDriverConstraintsEnumerator","features":[501]},{"name":"IAppxManifestDriverDependenciesEnumerator","features":[501]},{"name":"IAppxManifestDriverDependency","features":[501]},{"name":"IAppxManifestHostRuntimeDependenciesEnumerator","features":[501]},{"name":"IAppxManifestHostRuntimeDependency","features":[501]},{"name":"IAppxManifestHostRuntimeDependency2","features":[501]},{"name":"IAppxManifestMainPackageDependenciesEnumerator","features":[501]},{"name":"IAppxManifestMainPackageDependency","features":[501]},{"name":"IAppxManifestOSPackageDependenciesEnumerator","features":[501]},{"name":"IAppxManifestOSPackageDependency","features":[501]},{"name":"IAppxManifestOptionalPackageInfo","features":[501]},{"name":"IAppxManifestPackageDependenciesEnumerator","features":[501]},{"name":"IAppxManifestPackageDependency","features":[501]},{"name":"IAppxManifestPackageDependency2","features":[501]},{"name":"IAppxManifestPackageDependency3","features":[501]},{"name":"IAppxManifestPackageId","features":[501]},{"name":"IAppxManifestPackageId2","features":[501]},{"name":"IAppxManifestProperties","features":[501]},{"name":"IAppxManifestQualifiedResource","features":[501]},{"name":"IAppxManifestQualifiedResourcesEnumerator","features":[501]},{"name":"IAppxManifestReader","features":[501]},{"name":"IAppxManifestReader2","features":[501]},{"name":"IAppxManifestReader3","features":[501]},{"name":"IAppxManifestReader4","features":[501]},{"name":"IAppxManifestReader5","features":[501]},{"name":"IAppxManifestReader6","features":[501]},{"name":"IAppxManifestReader7","features":[501]},{"name":"IAppxManifestResourcesEnumerator","features":[501]},{"name":"IAppxManifestTargetDeviceFamiliesEnumerator","features":[501]},{"name":"IAppxManifestTargetDeviceFamily","features":[501]},{"name":"IAppxPackageEditor","features":[501]},{"name":"IAppxPackageReader","features":[501]},{"name":"IAppxPackageWriter","features":[501]},{"name":"IAppxPackageWriter2","features":[501]},{"name":"IAppxPackageWriter3","features":[501]},{"name":"IAppxPackagingDiagnosticEventSink","features":[501]},{"name":"IAppxPackagingDiagnosticEventSinkManager","features":[501]},{"name":"IAppxSourceContentGroupMapReader","features":[501]},{"name":"OpenPackageInfoByFullName","features":[305,501]},{"name":"OpenPackageInfoByFullNameForUser","features":[305,309,501]},{"name":"PACKAGEDEPENDENCY_CONTEXT","features":[501]},{"name":"PACKAGE_APPLICATIONS_MAX_COUNT","features":[501]},{"name":"PACKAGE_APPLICATIONS_MIN_COUNT","features":[501]},{"name":"PACKAGE_ARCHITECTURE_MAX_LENGTH","features":[501]},{"name":"PACKAGE_ARCHITECTURE_MIN_LENGTH","features":[501]},{"name":"PACKAGE_DEPENDENCY_RANK_DEFAULT","features":[501]},{"name":"PACKAGE_FAMILY_MAX_RESOURCE_PACKAGES","features":[501]},{"name":"PACKAGE_FAMILY_MIN_RESOURCE_PACKAGES","features":[501]},{"name":"PACKAGE_FAMILY_NAME_MAX_LENGTH","features":[501]},{"name":"PACKAGE_FAMILY_NAME_MIN_LENGTH","features":[501]},{"name":"PACKAGE_FILTER_ALL_LOADED","features":[501]},{"name":"PACKAGE_FILTER_BUNDLE","features":[501]},{"name":"PACKAGE_FILTER_DIRECT","features":[501]},{"name":"PACKAGE_FILTER_DYNAMIC","features":[501]},{"name":"PACKAGE_FILTER_HEAD","features":[501]},{"name":"PACKAGE_FILTER_HOSTRUNTIME","features":[501]},{"name":"PACKAGE_FILTER_IS_IN_RELATED_SET","features":[501]},{"name":"PACKAGE_FILTER_OPTIONAL","features":[501]},{"name":"PACKAGE_FILTER_RESOURCE","features":[501]},{"name":"PACKAGE_FILTER_STATIC","features":[501]},{"name":"PACKAGE_FULL_NAME_MAX_LENGTH","features":[501]},{"name":"PACKAGE_FULL_NAME_MIN_LENGTH","features":[501]},{"name":"PACKAGE_GRAPH_MAX_SIZE","features":[501]},{"name":"PACKAGE_GRAPH_MIN_SIZE","features":[501]},{"name":"PACKAGE_ID","features":[501]},{"name":"PACKAGE_ID","features":[501]},{"name":"PACKAGE_INFO","features":[501]},{"name":"PACKAGE_INFO","features":[501]},{"name":"PACKAGE_INFORMATION_BASIC","features":[501]},{"name":"PACKAGE_INFORMATION_FULL","features":[501]},{"name":"PACKAGE_MAX_DEPENDENCIES","features":[501]},{"name":"PACKAGE_MIN_DEPENDENCIES","features":[501]},{"name":"PACKAGE_NAME_MAX_LENGTH","features":[501]},{"name":"PACKAGE_NAME_MIN_LENGTH","features":[501]},{"name":"PACKAGE_PROPERTY_BUNDLE","features":[501]},{"name":"PACKAGE_PROPERTY_DEVELOPMENT_MODE","features":[501]},{"name":"PACKAGE_PROPERTY_DYNAMIC","features":[501]},{"name":"PACKAGE_PROPERTY_FRAMEWORK","features":[501]},{"name":"PACKAGE_PROPERTY_HOSTRUNTIME","features":[501]},{"name":"PACKAGE_PROPERTY_IS_IN_RELATED_SET","features":[501]},{"name":"PACKAGE_PROPERTY_OPTIONAL","features":[501]},{"name":"PACKAGE_PROPERTY_RESOURCE","features":[501]},{"name":"PACKAGE_PROPERTY_STATIC","features":[501]},{"name":"PACKAGE_PUBLISHERID_MAX_LENGTH","features":[501]},{"name":"PACKAGE_PUBLISHERID_MIN_LENGTH","features":[501]},{"name":"PACKAGE_PUBLISHER_MAX_LENGTH","features":[501]},{"name":"PACKAGE_PUBLISHER_MIN_LENGTH","features":[501]},{"name":"PACKAGE_RELATIVE_APPLICATION_ID_MAX_LENGTH","features":[501]},{"name":"PACKAGE_RELATIVE_APPLICATION_ID_MIN_LENGTH","features":[501]},{"name":"PACKAGE_RESOURCEID_MAX_LENGTH","features":[501]},{"name":"PACKAGE_RESOURCEID_MIN_LENGTH","features":[501]},{"name":"PACKAGE_VERSION","features":[501]},{"name":"PACKAGE_VERSION_MAX_LENGTH","features":[501]},{"name":"PACKAGE_VERSION_MIN_LENGTH","features":[501]},{"name":"PACKAGE_VIRTUALIZATION_CONTEXT_HANDLE","features":[501]},{"name":"PackageDependencyLifetimeKind","features":[501]},{"name":"PackageDependencyLifetimeKind_FilePath","features":[501]},{"name":"PackageDependencyLifetimeKind_Process","features":[501]},{"name":"PackageDependencyLifetimeKind_RegistryKey","features":[501]},{"name":"PackageDependencyProcessorArchitectures","features":[501]},{"name":"PackageDependencyProcessorArchitectures_Arm","features":[501]},{"name":"PackageDependencyProcessorArchitectures_Arm64","features":[501]},{"name":"PackageDependencyProcessorArchitectures_Neutral","features":[501]},{"name":"PackageDependencyProcessorArchitectures_None","features":[501]},{"name":"PackageDependencyProcessorArchitectures_X64","features":[501]},{"name":"PackageDependencyProcessorArchitectures_X86","features":[501]},{"name":"PackageDependencyProcessorArchitectures_X86A64","features":[501]},{"name":"PackageFamilyNameFromFullName","features":[305,501]},{"name":"PackageFamilyNameFromId","features":[305,501]},{"name":"PackageFullNameFromId","features":[305,501]},{"name":"PackageIdFromFullName","features":[305,501]},{"name":"PackageInfo3Type","features":[501]},{"name":"PackageInfo3Type_PackageInfoGeneration","features":[501]},{"name":"PackageNameAndPublisherIdFromFamilyName","features":[305,501]},{"name":"PackageOrigin","features":[501]},{"name":"PackageOrigin_DeveloperSigned","features":[501]},{"name":"PackageOrigin_DeveloperUnsigned","features":[501]},{"name":"PackageOrigin_Inbox","features":[501]},{"name":"PackageOrigin_LineOfBusiness","features":[501]},{"name":"PackageOrigin_Store","features":[501]},{"name":"PackageOrigin_Unknown","features":[501]},{"name":"PackageOrigin_Unsigned","features":[501]},{"name":"PackagePathType","features":[501]},{"name":"PackagePathType_Effective","features":[501]},{"name":"PackagePathType_EffectiveExternal","features":[501]},{"name":"PackagePathType_Install","features":[501]},{"name":"PackagePathType_MachineExternal","features":[501]},{"name":"PackagePathType_Mutable","features":[501]},{"name":"PackagePathType_UserExternal","features":[501]},{"name":"ParseApplicationUserModelId","features":[305,501]},{"name":"ReleasePackageVirtualizationContext","features":[501]},{"name":"RemovePackageDependency","features":[501]},{"name":"TryCreatePackageDependency","features":[309,501]},{"name":"VerifyApplicationUserModelId","features":[305,501]},{"name":"VerifyPackageFamilyName","features":[305,501]},{"name":"VerifyPackageFullName","features":[305,501]},{"name":"VerifyPackageId","features":[305,501]},{"name":"VerifyPackageRelativeApplicationId","features":[305,501]},{"name":"_PACKAGE_INFO_REFERENCE","features":[501]}],"529":[{"name":"IOpcCertificateEnumerator","features":[524]},{"name":"IOpcCertificateSet","features":[524]},{"name":"IOpcDigitalSignature","features":[524]},{"name":"IOpcDigitalSignatureEnumerator","features":[524]},{"name":"IOpcDigitalSignatureManager","features":[524]},{"name":"IOpcFactory","features":[524]},{"name":"IOpcPackage","features":[524]},{"name":"IOpcPart","features":[524]},{"name":"IOpcPartEnumerator","features":[524]},{"name":"IOpcPartSet","features":[524]},{"name":"IOpcPartUri","features":[524,358]},{"name":"IOpcRelationship","features":[524]},{"name":"IOpcRelationshipEnumerator","features":[524]},{"name":"IOpcRelationshipSelector","features":[524]},{"name":"IOpcRelationshipSelectorEnumerator","features":[524]},{"name":"IOpcRelationshipSelectorSet","features":[524]},{"name":"IOpcRelationshipSet","features":[524]},{"name":"IOpcSignatureCustomObject","features":[524]},{"name":"IOpcSignatureCustomObjectEnumerator","features":[524]},{"name":"IOpcSignatureCustomObjectSet","features":[524]},{"name":"IOpcSignaturePartReference","features":[524]},{"name":"IOpcSignaturePartReferenceEnumerator","features":[524]},{"name":"IOpcSignaturePartReferenceSet","features":[524]},{"name":"IOpcSignatureReference","features":[524]},{"name":"IOpcSignatureReferenceEnumerator","features":[524]},{"name":"IOpcSignatureReferenceSet","features":[524]},{"name":"IOpcSignatureRelationshipReference","features":[524]},{"name":"IOpcSignatureRelationshipReferenceEnumerator","features":[524]},{"name":"IOpcSignatureRelationshipReferenceSet","features":[524]},{"name":"IOpcSigningOptions","features":[524]},{"name":"IOpcUri","features":[524,358]},{"name":"OPC_CACHE_ON_ACCESS","features":[524]},{"name":"OPC_CANONICALIZATION_C14N","features":[524]},{"name":"OPC_CANONICALIZATION_C14N_WITH_COMMENTS","features":[524]},{"name":"OPC_CANONICALIZATION_METHOD","features":[524]},{"name":"OPC_CANONICALIZATION_NONE","features":[524]},{"name":"OPC_CERTIFICATE_EMBEDDING_OPTION","features":[524]},{"name":"OPC_CERTIFICATE_IN_CERTIFICATE_PART","features":[524]},{"name":"OPC_CERTIFICATE_IN_SIGNATURE_PART","features":[524]},{"name":"OPC_CERTIFICATE_NOT_EMBEDDED","features":[524]},{"name":"OPC_COMPRESSION_FAST","features":[524]},{"name":"OPC_COMPRESSION_MAXIMUM","features":[524]},{"name":"OPC_COMPRESSION_NONE","features":[524]},{"name":"OPC_COMPRESSION_NORMAL","features":[524]},{"name":"OPC_COMPRESSION_OPTIONS","features":[524]},{"name":"OPC_COMPRESSION_SUPERFAST","features":[524]},{"name":"OPC_E_CONFLICTING_SETTINGS","features":[524]},{"name":"OPC_E_COULD_NOT_RECOVER","features":[524]},{"name":"OPC_E_DS_DEFAULT_DIGEST_METHOD_NOT_SET","features":[524]},{"name":"OPC_E_DS_DIGEST_VALUE_ERROR","features":[524]},{"name":"OPC_E_DS_DUPLICATE_PACKAGE_OBJECT_REFERENCES","features":[524]},{"name":"OPC_E_DS_DUPLICATE_SIGNATURE_ORIGIN_RELATIONSHIP","features":[524]},{"name":"OPC_E_DS_DUPLICATE_SIGNATURE_PROPERTY_ELEMENT","features":[524]},{"name":"OPC_E_DS_EXTERNAL_SIGNATURE","features":[524]},{"name":"OPC_E_DS_EXTERNAL_SIGNATURE_REFERENCE","features":[524]},{"name":"OPC_E_DS_INVALID_CANONICALIZATION_METHOD","features":[524]},{"name":"OPC_E_DS_INVALID_CERTIFICATE_RELATIONSHIP","features":[524]},{"name":"OPC_E_DS_INVALID_OPC_SIGNATURE_TIME_FORMAT","features":[524]},{"name":"OPC_E_DS_INVALID_RELATIONSHIPS_SIGNING_OPTION","features":[524]},{"name":"OPC_E_DS_INVALID_RELATIONSHIP_TRANSFORM_XML","features":[524]},{"name":"OPC_E_DS_INVALID_SIGNATURE_COUNT","features":[524]},{"name":"OPC_E_DS_INVALID_SIGNATURE_ORIGIN_RELATIONSHIP","features":[524]},{"name":"OPC_E_DS_INVALID_SIGNATURE_XML","features":[524]},{"name":"OPC_E_DS_MISSING_CANONICALIZATION_TRANSFORM","features":[524]},{"name":"OPC_E_DS_MISSING_CERTIFICATE_PART","features":[524]},{"name":"OPC_E_DS_MISSING_PACKAGE_OBJECT_REFERENCE","features":[524]},{"name":"OPC_E_DS_MISSING_SIGNATURE_ALGORITHM","features":[524]},{"name":"OPC_E_DS_MISSING_SIGNATURE_ORIGIN_PART","features":[524]},{"name":"OPC_E_DS_MISSING_SIGNATURE_PART","features":[524]},{"name":"OPC_E_DS_MISSING_SIGNATURE_PROPERTIES_ELEMENT","features":[524]},{"name":"OPC_E_DS_MISSING_SIGNATURE_PROPERTY_ELEMENT","features":[524]},{"name":"OPC_E_DS_MISSING_SIGNATURE_TIME_PROPERTY","features":[524]},{"name":"OPC_E_DS_MULTIPLE_RELATIONSHIP_TRANSFORMS","features":[524]},{"name":"OPC_E_DS_PACKAGE_REFERENCE_URI_RESERVED","features":[524]},{"name":"OPC_E_DS_REFERENCE_MISSING_CONTENT_TYPE","features":[524]},{"name":"OPC_E_DS_SIGNATURE_CORRUPT","features":[524]},{"name":"OPC_E_DS_SIGNATURE_METHOD_NOT_SET","features":[524]},{"name":"OPC_E_DS_SIGNATURE_ORIGIN_EXISTS","features":[524]},{"name":"OPC_E_DS_SIGNATURE_PROPERTY_MISSING_TARGET","features":[524]},{"name":"OPC_E_DS_SIGNATURE_REFERENCE_MISSING_URI","features":[524]},{"name":"OPC_E_DS_UNSIGNED_PACKAGE","features":[524]},{"name":"OPC_E_DUPLICATE_DEFAULT_EXTENSION","features":[524]},{"name":"OPC_E_DUPLICATE_OVERRIDE_PART","features":[524]},{"name":"OPC_E_DUPLICATE_PART","features":[524]},{"name":"OPC_E_DUPLICATE_PIECE","features":[524]},{"name":"OPC_E_DUPLICATE_RELATIONSHIP","features":[524]},{"name":"OPC_E_ENUM_CANNOT_MOVE_NEXT","features":[524]},{"name":"OPC_E_ENUM_CANNOT_MOVE_PREVIOUS","features":[524]},{"name":"OPC_E_ENUM_COLLECTION_CHANGED","features":[524]},{"name":"OPC_E_ENUM_INVALID_POSITION","features":[524]},{"name":"OPC_E_INVALID_CONTENT_TYPE","features":[524]},{"name":"OPC_E_INVALID_CONTENT_TYPE_XML","features":[524]},{"name":"OPC_E_INVALID_DEFAULT_EXTENSION","features":[524]},{"name":"OPC_E_INVALID_OVERRIDE_PART_NAME","features":[524]},{"name":"OPC_E_INVALID_PIECE","features":[524]},{"name":"OPC_E_INVALID_RELATIONSHIP_ID","features":[524]},{"name":"OPC_E_INVALID_RELATIONSHIP_TARGET","features":[524]},{"name":"OPC_E_INVALID_RELATIONSHIP_TARGET_MODE","features":[524]},{"name":"OPC_E_INVALID_RELATIONSHIP_TYPE","features":[524]},{"name":"OPC_E_INVALID_RELS_XML","features":[524]},{"name":"OPC_E_INVALID_XML_ENCODING","features":[524]},{"name":"OPC_E_MC_INCONSISTENT_PRESERVE_ATTRIBUTES","features":[524]},{"name":"OPC_E_MC_INCONSISTENT_PRESERVE_ELEMENTS","features":[524]},{"name":"OPC_E_MC_INCONSISTENT_PROCESS_CONTENT","features":[524]},{"name":"OPC_E_MC_INVALID_ATTRIBUTES_ON_IGNORABLE_ELEMENT","features":[524]},{"name":"OPC_E_MC_INVALID_ENUM_TYPE","features":[524]},{"name":"OPC_E_MC_INVALID_PREFIX_LIST","features":[524]},{"name":"OPC_E_MC_INVALID_QNAME_LIST","features":[524]},{"name":"OPC_E_MC_INVALID_XMLNS_ATTRIBUTE","features":[524]},{"name":"OPC_E_MC_MISSING_CHOICE","features":[524]},{"name":"OPC_E_MC_MISSING_REQUIRES_ATTR","features":[524]},{"name":"OPC_E_MC_MULTIPLE_FALLBACK_ELEMENTS","features":[524]},{"name":"OPC_E_MC_NESTED_ALTERNATE_CONTENT","features":[524]},{"name":"OPC_E_MC_UNEXPECTED_ATTR","features":[524]},{"name":"OPC_E_MC_UNEXPECTED_CHOICE","features":[524]},{"name":"OPC_E_MC_UNEXPECTED_ELEMENT","features":[524]},{"name":"OPC_E_MC_UNEXPECTED_REQUIRES_ATTR","features":[524]},{"name":"OPC_E_MC_UNKNOWN_NAMESPACE","features":[524]},{"name":"OPC_E_MC_UNKNOWN_PREFIX","features":[524]},{"name":"OPC_E_MISSING_CONTENT_TYPES","features":[524]},{"name":"OPC_E_MISSING_PIECE","features":[524]},{"name":"OPC_E_NONCONFORMING_CONTENT_TYPES_XML","features":[524]},{"name":"OPC_E_NONCONFORMING_RELS_XML","features":[524]},{"name":"OPC_E_NONCONFORMING_URI","features":[524]},{"name":"OPC_E_NO_SUCH_PART","features":[524]},{"name":"OPC_E_NO_SUCH_RELATIONSHIP","features":[524]},{"name":"OPC_E_NO_SUCH_SETTINGS","features":[524]},{"name":"OPC_E_PART_CANNOT_BE_DIRECTORY","features":[524]},{"name":"OPC_E_RELATIONSHIP_URI_REQUIRED","features":[524]},{"name":"OPC_E_RELATIVE_URI_REQUIRED","features":[524]},{"name":"OPC_E_UNEXPECTED_CONTENT_TYPE","features":[524]},{"name":"OPC_E_UNSUPPORTED_PACKAGE","features":[524]},{"name":"OPC_E_ZIP_CENTRAL_DIRECTORY_TOO_LARGE","features":[524]},{"name":"OPC_E_ZIP_COMMENT_TOO_LARGE","features":[524]},{"name":"OPC_E_ZIP_COMPRESSION_FAILED","features":[524]},{"name":"OPC_E_ZIP_CORRUPTED_ARCHIVE","features":[524]},{"name":"OPC_E_ZIP_DECOMPRESSION_FAILED","features":[524]},{"name":"OPC_E_ZIP_DUPLICATE_NAME","features":[524]},{"name":"OPC_E_ZIP_EXTRA_FIELDS_TOO_LARGE","features":[524]},{"name":"OPC_E_ZIP_FILE_HEADER_TOO_LARGE","features":[524]},{"name":"OPC_E_ZIP_INCONSISTENT_DIRECTORY","features":[524]},{"name":"OPC_E_ZIP_INCONSISTENT_FILEITEM","features":[524]},{"name":"OPC_E_ZIP_INCORRECT_DATA_SIZE","features":[524]},{"name":"OPC_E_ZIP_MISSING_DATA_DESCRIPTOR","features":[524]},{"name":"OPC_E_ZIP_MISSING_END_OF_CENTRAL_DIRECTORY","features":[524]},{"name":"OPC_E_ZIP_NAME_TOO_LARGE","features":[524]},{"name":"OPC_E_ZIP_REQUIRES_64_BIT","features":[524]},{"name":"OPC_E_ZIP_UNSUPPORTEDARCHIVE","features":[524]},{"name":"OPC_READ_DEFAULT","features":[524]},{"name":"OPC_READ_FLAGS","features":[524]},{"name":"OPC_RELATIONSHIPS_SIGNING_OPTION","features":[524]},{"name":"OPC_RELATIONSHIP_SELECTOR","features":[524]},{"name":"OPC_RELATIONSHIP_SELECT_BY_ID","features":[524]},{"name":"OPC_RELATIONSHIP_SELECT_BY_TYPE","features":[524]},{"name":"OPC_RELATIONSHIP_SIGN_PART","features":[524]},{"name":"OPC_RELATIONSHIP_SIGN_USING_SELECTORS","features":[524]},{"name":"OPC_SIGNATURE_INVALID","features":[524]},{"name":"OPC_SIGNATURE_TIME_FORMAT","features":[524]},{"name":"OPC_SIGNATURE_TIME_FORMAT_DAYS","features":[524]},{"name":"OPC_SIGNATURE_TIME_FORMAT_MILLISECONDS","features":[524]},{"name":"OPC_SIGNATURE_TIME_FORMAT_MINUTES","features":[524]},{"name":"OPC_SIGNATURE_TIME_FORMAT_MONTHS","features":[524]},{"name":"OPC_SIGNATURE_TIME_FORMAT_SECONDS","features":[524]},{"name":"OPC_SIGNATURE_TIME_FORMAT_YEARS","features":[524]},{"name":"OPC_SIGNATURE_VALID","features":[524]},{"name":"OPC_SIGNATURE_VALIDATION_RESULT","features":[524]},{"name":"OPC_STREAM_IO_MODE","features":[524]},{"name":"OPC_STREAM_IO_READ","features":[524]},{"name":"OPC_STREAM_IO_WRITE","features":[524]},{"name":"OPC_URI_TARGET_MODE","features":[524]},{"name":"OPC_URI_TARGET_MODE_EXTERNAL","features":[524]},{"name":"OPC_URI_TARGET_MODE_INTERNAL","features":[524]},{"name":"OPC_VALIDATE_ON_LOAD","features":[524]},{"name":"OPC_WRITE_DEFAULT","features":[524]},{"name":"OPC_WRITE_FLAGS","features":[524]},{"name":"OPC_WRITE_FORCE_ZIP32","features":[524]},{"name":"OpcFactory","features":[524]}],"530":[{"name":"PRJ_CALLBACKS","features":[305,525]},{"name":"PRJ_CALLBACK_DATA","features":[525]},{"name":"PRJ_CALLBACK_DATA_FLAGS","features":[525]},{"name":"PRJ_CANCEL_COMMAND_CB","features":[525]},{"name":"PRJ_CB_DATA_FLAG_ENUM_RESTART_SCAN","features":[525]},{"name":"PRJ_CB_DATA_FLAG_ENUM_RETURN_SINGLE_ENTRY","features":[525]},{"name":"PRJ_COMPLETE_COMMAND_EXTENDED_PARAMETERS","features":[525]},{"name":"PRJ_COMPLETE_COMMAND_TYPE","features":[525]},{"name":"PRJ_COMPLETE_COMMAND_TYPE_ENUMERATION","features":[525]},{"name":"PRJ_COMPLETE_COMMAND_TYPE_NOTIFICATION","features":[525]},{"name":"PRJ_DIR_ENTRY_BUFFER_HANDLE","features":[525]},{"name":"PRJ_END_DIRECTORY_ENUMERATION_CB","features":[525]},{"name":"PRJ_EXTENDED_INFO","features":[525]},{"name":"PRJ_EXT_INFO_TYPE","features":[525]},{"name":"PRJ_EXT_INFO_TYPE_SYMLINK","features":[525]},{"name":"PRJ_FILE_BASIC_INFO","features":[305,525]},{"name":"PRJ_FILE_STATE","features":[525]},{"name":"PRJ_FILE_STATE_DIRTY_PLACEHOLDER","features":[525]},{"name":"PRJ_FILE_STATE_FULL","features":[525]},{"name":"PRJ_FILE_STATE_HYDRATED_PLACEHOLDER","features":[525]},{"name":"PRJ_FILE_STATE_PLACEHOLDER","features":[525]},{"name":"PRJ_FILE_STATE_TOMBSTONE","features":[525]},{"name":"PRJ_FLAG_NONE","features":[525]},{"name":"PRJ_FLAG_USE_NEGATIVE_PATH_CACHE","features":[525]},{"name":"PRJ_GET_DIRECTORY_ENUMERATION_CB","features":[525]},{"name":"PRJ_GET_FILE_DATA_CB","features":[525]},{"name":"PRJ_GET_PLACEHOLDER_INFO_CB","features":[525]},{"name":"PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT","features":[525]},{"name":"PRJ_NOTIFICATION","features":[525]},{"name":"PRJ_NOTIFICATION_CB","features":[305,525]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_DELETED","features":[525]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_MODIFIED","features":[525]},{"name":"PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_NO_MODIFICATION","features":[525]},{"name":"PRJ_NOTIFICATION_FILE_OPENED","features":[525]},{"name":"PRJ_NOTIFICATION_FILE_OVERWRITTEN","features":[525]},{"name":"PRJ_NOTIFICATION_FILE_PRE_CONVERT_TO_FULL","features":[525]},{"name":"PRJ_NOTIFICATION_FILE_RENAMED","features":[525]},{"name":"PRJ_NOTIFICATION_HARDLINK_CREATED","features":[525]},{"name":"PRJ_NOTIFICATION_MAPPING","features":[525]},{"name":"PRJ_NOTIFICATION_NEW_FILE_CREATED","features":[525]},{"name":"PRJ_NOTIFICATION_PARAMETERS","features":[305,525]},{"name":"PRJ_NOTIFICATION_PRE_DELETE","features":[525]},{"name":"PRJ_NOTIFICATION_PRE_RENAME","features":[525]},{"name":"PRJ_NOTIFICATION_PRE_SET_HARDLINK","features":[525]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_FILE_DELETED","features":[525]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_FILE_MODIFIED","features":[525]},{"name":"PRJ_NOTIFY_FILE_HANDLE_CLOSED_NO_MODIFICATION","features":[525]},{"name":"PRJ_NOTIFY_FILE_OPENED","features":[525]},{"name":"PRJ_NOTIFY_FILE_OVERWRITTEN","features":[525]},{"name":"PRJ_NOTIFY_FILE_PRE_CONVERT_TO_FULL","features":[525]},{"name":"PRJ_NOTIFY_FILE_RENAMED","features":[525]},{"name":"PRJ_NOTIFY_HARDLINK_CREATED","features":[525]},{"name":"PRJ_NOTIFY_NEW_FILE_CREATED","features":[525]},{"name":"PRJ_NOTIFY_NONE","features":[525]},{"name":"PRJ_NOTIFY_PRE_DELETE","features":[525]},{"name":"PRJ_NOTIFY_PRE_RENAME","features":[525]},{"name":"PRJ_NOTIFY_PRE_SET_HARDLINK","features":[525]},{"name":"PRJ_NOTIFY_SUPPRESS_NOTIFICATIONS","features":[525]},{"name":"PRJ_NOTIFY_TYPES","features":[525]},{"name":"PRJ_NOTIFY_USE_EXISTING_MASK","features":[525]},{"name":"PRJ_PLACEHOLDER_ID","features":[525]},{"name":"PRJ_PLACEHOLDER_ID_LENGTH","features":[525]},{"name":"PRJ_PLACEHOLDER_INFO","features":[305,525]},{"name":"PRJ_PLACEHOLDER_VERSION_INFO","features":[525]},{"name":"PRJ_QUERY_FILE_NAME_CB","features":[525]},{"name":"PRJ_STARTVIRTUALIZING_FLAGS","features":[525]},{"name":"PRJ_STARTVIRTUALIZING_OPTIONS","features":[525]},{"name":"PRJ_START_DIRECTORY_ENUMERATION_CB","features":[525]},{"name":"PRJ_UPDATE_ALLOW_DIRTY_DATA","features":[525]},{"name":"PRJ_UPDATE_ALLOW_DIRTY_METADATA","features":[525]},{"name":"PRJ_UPDATE_ALLOW_READ_ONLY","features":[525]},{"name":"PRJ_UPDATE_ALLOW_TOMBSTONE","features":[525]},{"name":"PRJ_UPDATE_FAILURE_CAUSES","features":[525]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_DIRTY_DATA","features":[525]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_DIRTY_METADATA","features":[525]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_NONE","features":[525]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_READ_ONLY","features":[525]},{"name":"PRJ_UPDATE_FAILURE_CAUSE_TOMBSTONE","features":[525]},{"name":"PRJ_UPDATE_MAX_VAL","features":[525]},{"name":"PRJ_UPDATE_NONE","features":[525]},{"name":"PRJ_UPDATE_RESERVED1","features":[525]},{"name":"PRJ_UPDATE_RESERVED2","features":[525]},{"name":"PRJ_UPDATE_TYPES","features":[525]},{"name":"PRJ_VIRTUALIZATION_INSTANCE_INFO","features":[525]},{"name":"PrjAllocateAlignedBuffer","features":[525]},{"name":"PrjClearNegativePathCache","features":[525]},{"name":"PrjCompleteCommand","features":[525]},{"name":"PrjDeleteFile","features":[525]},{"name":"PrjDoesNameContainWildCards","features":[305,525]},{"name":"PrjFileNameCompare","features":[525]},{"name":"PrjFileNameMatch","features":[305,525]},{"name":"PrjFillDirEntryBuffer","features":[305,525]},{"name":"PrjFillDirEntryBuffer2","features":[305,525]},{"name":"PrjFreeAlignedBuffer","features":[525]},{"name":"PrjGetOnDiskFileState","features":[525]},{"name":"PrjGetVirtualizationInstanceInfo","features":[525]},{"name":"PrjMarkDirectoryAsPlaceholder","features":[525]},{"name":"PrjStartVirtualizing","features":[305,525]},{"name":"PrjStopVirtualizing","features":[525]},{"name":"PrjUpdateFileIfNeeded","features":[305,525]},{"name":"PrjWriteFileData","features":[525]},{"name":"PrjWritePlaceholderInfo","features":[305,525]},{"name":"PrjWritePlaceholderInfo2","features":[305,525]}],"531":[{"name":"JET_API_PTR","features":[520]},{"name":"JET_HANDLE","features":[520]},{"name":"JET_TABLEID","features":[520]}],"532":[{"name":"APPLY_SNAPSHOT_VHDSET_FLAG","features":[526]},{"name":"APPLY_SNAPSHOT_VHDSET_FLAG_NONE","features":[526]},{"name":"APPLY_SNAPSHOT_VHDSET_FLAG_WRITEABLE","features":[526]},{"name":"APPLY_SNAPSHOT_VHDSET_PARAMETERS","features":[526]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION","features":[526]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION_1","features":[526]},{"name":"APPLY_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_AT_BOOT","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_BYPASS_DEFAULT_ENCRYPTION_POLICY","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NON_PNP","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_DRIVE_LETTER","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_LOCAL_HOST","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_NO_SECURITY_DESCRIPTOR","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_PERMANENT_LIFETIME","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_READ_ONLY","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_REGISTER_VOLUME","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_RESTRICTED_RANGE","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_FLAG_SINGLE_PARTITION","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_PARAMETERS","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_VERSION","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_1","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_2","features":[526]},{"name":"ATTACH_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[526]},{"name":"AddVirtualDiskParent","features":[305,526]},{"name":"ApplySnapshotVhdSet","features":[305,526]},{"name":"AttachVirtualDisk","features":[305,309,526,311]},{"name":"BreakMirrorVirtualDisk","features":[305,526]},{"name":"COMPACT_VIRTUAL_DISK_FLAG","features":[526]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NO_BLOCK_MOVES","features":[526]},{"name":"COMPACT_VIRTUAL_DISK_FLAG_NO_ZERO_SCAN","features":[526]},{"name":"COMPACT_VIRTUAL_DISK_PARAMETERS","features":[526]},{"name":"COMPACT_VIRTUAL_DISK_VERSION","features":[526]},{"name":"COMPACT_VIRTUAL_DISK_VERSION_1","features":[526]},{"name":"COMPACT_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_CREATE_BACKING_STORAGE","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_DO_NOT_COPY_METADATA_FROM_PARENT","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_FULL_PHYSICAL_ALLOCATION","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PMEM_COMPATIBLE","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PRESERVE_PARENT_CHANGE_TRACKING_STATE","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_PREVENT_WRITES_TO_SOURCE_DISK","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SPARSE_FILE","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_SUPPORT_SPARSE_FILES_ANY_FS","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_USE_CHANGE_TRACKING_SOURCE_LIMIT","features":[526]},{"name":"CREATE_VIRTUAL_DISK_FLAG_VHD_SET_USE_ORIGINAL_BACKING_STORAGE","features":[526]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS","features":[526]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS_DEFAULT_BLOCK_SIZE","features":[526]},{"name":"CREATE_VIRTUAL_DISK_PARAMETERS_DEFAULT_SECTOR_SIZE","features":[526]},{"name":"CREATE_VIRTUAL_DISK_VERSION","features":[526]},{"name":"CREATE_VIRTUAL_DISK_VERSION_1","features":[526]},{"name":"CREATE_VIRTUAL_DISK_VERSION_2","features":[526]},{"name":"CREATE_VIRTUAL_DISK_VERSION_3","features":[526]},{"name":"CREATE_VIRTUAL_DISK_VERSION_4","features":[526]},{"name":"CREATE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[526]},{"name":"CompactVirtualDisk","features":[305,526,311]},{"name":"CompleteForkVirtualDisk","features":[305,526]},{"name":"CreateVirtualDisk","features":[305,309,526,311]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG","features":[526]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG_NONE","features":[526]},{"name":"DELETE_SNAPSHOT_VHDSET_FLAG_PERSIST_RCT","features":[526]},{"name":"DELETE_SNAPSHOT_VHDSET_PARAMETERS","features":[526]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION","features":[526]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION_1","features":[526]},{"name":"DELETE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[526]},{"name":"DEPENDENT_DISK_FLAG","features":[526]},{"name":"DEPENDENT_DISK_FLAG_ALWAYS_ALLOW_SPARSE","features":[526]},{"name":"DEPENDENT_DISK_FLAG_FULLY_ALLOCATED","features":[526]},{"name":"DEPENDENT_DISK_FLAG_MULT_BACKING_FILES","features":[526]},{"name":"DEPENDENT_DISK_FLAG_NONE","features":[526]},{"name":"DEPENDENT_DISK_FLAG_NO_DRIVE_LETTER","features":[526]},{"name":"DEPENDENT_DISK_FLAG_NO_HOST_DISK","features":[526]},{"name":"DEPENDENT_DISK_FLAG_PARENT","features":[526]},{"name":"DEPENDENT_DISK_FLAG_PERMANENT_LIFETIME","features":[526]},{"name":"DEPENDENT_DISK_FLAG_READ_ONLY","features":[526]},{"name":"DEPENDENT_DISK_FLAG_REMOTE","features":[526]},{"name":"DEPENDENT_DISK_FLAG_REMOVABLE","features":[526]},{"name":"DEPENDENT_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[526]},{"name":"DEPENDENT_DISK_FLAG_SUPPORT_ENCRYPTED_FILES","features":[526]},{"name":"DEPENDENT_DISK_FLAG_SYSTEM_VOLUME","features":[526]},{"name":"DEPENDENT_DISK_FLAG_SYSTEM_VOLUME_PARENT","features":[526]},{"name":"DETACH_VIRTUAL_DISK_FLAG","features":[526]},{"name":"DETACH_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"DeleteSnapshotVhdSet","features":[305,526]},{"name":"DeleteVirtualDiskMetadata","features":[305,526]},{"name":"DetachVirtualDisk","features":[305,526]},{"name":"EXPAND_VIRTUAL_DISK_FLAG","features":[526]},{"name":"EXPAND_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"EXPAND_VIRTUAL_DISK_FLAG_NOTIFY_CHANGE","features":[526]},{"name":"EXPAND_VIRTUAL_DISK_PARAMETERS","features":[526]},{"name":"EXPAND_VIRTUAL_DISK_VERSION","features":[526]},{"name":"EXPAND_VIRTUAL_DISK_VERSION_1","features":[526]},{"name":"EXPAND_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[526]},{"name":"EnumerateVirtualDiskMetadata","features":[305,526]},{"name":"ExpandVirtualDisk","features":[305,526,311]},{"name":"FORK_VIRTUAL_DISK_FLAG","features":[526]},{"name":"FORK_VIRTUAL_DISK_FLAG_EXISTING_FILE","features":[526]},{"name":"FORK_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"FORK_VIRTUAL_DISK_PARAMETERS","features":[526]},{"name":"FORK_VIRTUAL_DISK_VERSION","features":[526]},{"name":"FORK_VIRTUAL_DISK_VERSION_1","features":[526]},{"name":"FORK_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[526]},{"name":"ForkVirtualDisk","features":[305,526,311]},{"name":"GET_STORAGE_DEPENDENCY_FLAG","features":[526]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_DISK_HANDLE","features":[526]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_HOST_VOLUMES","features":[526]},{"name":"GET_STORAGE_DEPENDENCY_FLAG_NONE","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO","features":[305,526]},{"name":"GET_VIRTUAL_DISK_INFO_CHANGE_TRACKING_STATE","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_FRAGMENTATION","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_IDENTIFIER","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_IS_4K_ALIGNED","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_IS_LOADED","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_IDENTIFIER","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_LOCATION","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_PARENT_TIMESTAMP","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_PHYSICAL_DISK","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_PROVIDER_SUBTYPE","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_SIZE","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_SMALLEST_SAFE_VIRTUAL_SIZE","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_UNSPECIFIED","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_VERSION","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_VHD_PHYSICAL_SECTOR_SIZE","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_VIRTUAL_DISK_ID","features":[526]},{"name":"GET_VIRTUAL_DISK_INFO_VIRTUAL_STORAGE_TYPE","features":[526]},{"name":"GetAllAttachedVirtualDiskPhysicalPaths","features":[305,526]},{"name":"GetStorageDependencyInformation","features":[305,526]},{"name":"GetVirtualDiskInformation","features":[305,526]},{"name":"GetVirtualDiskMetadata","features":[305,526]},{"name":"GetVirtualDiskOperationProgress","features":[305,526,311]},{"name":"GetVirtualDiskPhysicalPath","features":[305,526]},{"name":"MERGE_VIRTUAL_DISK_DEFAULT_MERGE_DEPTH","features":[526]},{"name":"MERGE_VIRTUAL_DISK_FLAG","features":[526]},{"name":"MERGE_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"MERGE_VIRTUAL_DISK_PARAMETERS","features":[526]},{"name":"MERGE_VIRTUAL_DISK_VERSION","features":[526]},{"name":"MERGE_VIRTUAL_DISK_VERSION_1","features":[526]},{"name":"MERGE_VIRTUAL_DISK_VERSION_2","features":[526]},{"name":"MERGE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[526]},{"name":"MIRROR_VIRTUAL_DISK_FLAG","features":[526]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_ENABLE_SMB_COMPRESSION","features":[526]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_EXISTING_FILE","features":[526]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_IS_LIVE_MIGRATION","features":[526]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"MIRROR_VIRTUAL_DISK_FLAG_SKIP_MIRROR_ACTIVATION","features":[526]},{"name":"MIRROR_VIRTUAL_DISK_PARAMETERS","features":[526]},{"name":"MIRROR_VIRTUAL_DISK_VERSION","features":[526]},{"name":"MIRROR_VIRTUAL_DISK_VERSION_1","features":[526]},{"name":"MIRROR_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[526]},{"name":"MODIFY_VHDSET_DEFAULT_SNAPSHOT_PATH","features":[526]},{"name":"MODIFY_VHDSET_FLAG","features":[526]},{"name":"MODIFY_VHDSET_FLAG_NONE","features":[526]},{"name":"MODIFY_VHDSET_FLAG_WRITEABLE_SNAPSHOT","features":[526]},{"name":"MODIFY_VHDSET_PARAMETERS","features":[526]},{"name":"MODIFY_VHDSET_REMOVE_SNAPSHOT","features":[526]},{"name":"MODIFY_VHDSET_SNAPSHOT_PATH","features":[526]},{"name":"MODIFY_VHDSET_UNSPECIFIED","features":[526]},{"name":"MODIFY_VHDSET_VERSION","features":[526]},{"name":"MergeVirtualDisk","features":[305,526,311]},{"name":"MirrorVirtualDisk","features":[305,526,311]},{"name":"ModifyVhdSet","features":[305,526]},{"name":"OPEN_VIRTUAL_DISK_FLAG","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_BLANK_FILE","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_BOOT_DRIVE","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_CACHED_IO","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_CUSTOM_DIFF_CHAIN","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_IGNORE_RELATIVE_PARENT_LOCATOR","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NO_PARENTS","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_NO_WRITE_HARDENING","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_PARENT_CACHED_IO","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_COMPRESSED_VOLUMES","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_ENCRYPTED_FILES","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_SUPPORT_SPARSE_FILES_ANY_FS","features":[526]},{"name":"OPEN_VIRTUAL_DISK_FLAG_VHDSET_FILE_ONLY","features":[526]},{"name":"OPEN_VIRTUAL_DISK_PARAMETERS","features":[305,526]},{"name":"OPEN_VIRTUAL_DISK_RW_DEPTH_DEFAULT","features":[526]},{"name":"OPEN_VIRTUAL_DISK_VERSION","features":[526]},{"name":"OPEN_VIRTUAL_DISK_VERSION_1","features":[526]},{"name":"OPEN_VIRTUAL_DISK_VERSION_2","features":[526]},{"name":"OPEN_VIRTUAL_DISK_VERSION_3","features":[526]},{"name":"OPEN_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[526]},{"name":"OpenVirtualDisk","features":[305,526]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_FLAG","features":[526]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"QUERY_CHANGES_VIRTUAL_DISK_RANGE","features":[526]},{"name":"QueryChangesVirtualDisk","features":[305,526]},{"name":"RAW_SCSI_VIRTUAL_DISK_FLAG","features":[526]},{"name":"RAW_SCSI_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"RAW_SCSI_VIRTUAL_DISK_PARAMETERS","features":[305,526]},{"name":"RAW_SCSI_VIRTUAL_DISK_RESPONSE","features":[526]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION","features":[526]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION_1","features":[526]},{"name":"RAW_SCSI_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[526]},{"name":"RESIZE_VIRTUAL_DISK_FLAG","features":[526]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_ALLOW_UNSAFE_VIRTUAL_SIZE","features":[526]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_NONE","features":[526]},{"name":"RESIZE_VIRTUAL_DISK_FLAG_RESIZE_TO_SMALLEST_SAFE_VIRTUAL_SIZE","features":[526]},{"name":"RESIZE_VIRTUAL_DISK_PARAMETERS","features":[526]},{"name":"RESIZE_VIRTUAL_DISK_VERSION","features":[526]},{"name":"RESIZE_VIRTUAL_DISK_VERSION_1","features":[526]},{"name":"RESIZE_VIRTUAL_DISK_VERSION_UNSPECIFIED","features":[526]},{"name":"RawSCSIVirtualDisk","features":[305,526]},{"name":"ResizeVirtualDisk","features":[305,526,311]},{"name":"SET_VIRTUAL_DISK_INFO","features":[305,526]},{"name":"SET_VIRTUAL_DISK_INFO_CHANGE_TRACKING_STATE","features":[526]},{"name":"SET_VIRTUAL_DISK_INFO_IDENTIFIER","features":[526]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_LOCATOR","features":[526]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_PATH","features":[526]},{"name":"SET_VIRTUAL_DISK_INFO_PARENT_PATH_WITH_DEPTH","features":[526]},{"name":"SET_VIRTUAL_DISK_INFO_PHYSICAL_SECTOR_SIZE","features":[526]},{"name":"SET_VIRTUAL_DISK_INFO_UNSPECIFIED","features":[526]},{"name":"SET_VIRTUAL_DISK_INFO_VERSION","features":[526]},{"name":"SET_VIRTUAL_DISK_INFO_VIRTUAL_DISK_ID","features":[526]},{"name":"STORAGE_DEPENDENCY_INFO","features":[526]},{"name":"STORAGE_DEPENDENCY_INFO_TYPE_1","features":[526]},{"name":"STORAGE_DEPENDENCY_INFO_TYPE_2","features":[526]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION","features":[526]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_1","features":[526]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_2","features":[526]},{"name":"STORAGE_DEPENDENCY_INFO_VERSION_UNSPECIFIED","features":[526]},{"name":"SetVirtualDiskInformation","features":[305,526]},{"name":"SetVirtualDiskMetadata","features":[305,526]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG","features":[526]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG_NONE","features":[526]},{"name":"TAKE_SNAPSHOT_VHDSET_FLAG_WRITEABLE","features":[526]},{"name":"TAKE_SNAPSHOT_VHDSET_PARAMETERS","features":[526]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION","features":[526]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION_1","features":[526]},{"name":"TAKE_SNAPSHOT_VHDSET_VERSION_UNSPECIFIED","features":[526]},{"name":"TakeSnapshotVhdSet","features":[305,526]},{"name":"VIRTUAL_DISK_ACCESS_ALL","features":[526]},{"name":"VIRTUAL_DISK_ACCESS_ATTACH_RO","features":[526]},{"name":"VIRTUAL_DISK_ACCESS_ATTACH_RW","features":[526]},{"name":"VIRTUAL_DISK_ACCESS_CREATE","features":[526]},{"name":"VIRTUAL_DISK_ACCESS_DETACH","features":[526]},{"name":"VIRTUAL_DISK_ACCESS_GET_INFO","features":[526]},{"name":"VIRTUAL_DISK_ACCESS_MASK","features":[526]},{"name":"VIRTUAL_DISK_ACCESS_METAOPS","features":[526]},{"name":"VIRTUAL_DISK_ACCESS_NONE","features":[526]},{"name":"VIRTUAL_DISK_ACCESS_READ","features":[526]},{"name":"VIRTUAL_DISK_ACCESS_WRITABLE","features":[526]},{"name":"VIRTUAL_DISK_MAXIMUM_CHANGE_TRACKING_ID_LENGTH","features":[526]},{"name":"VIRTUAL_DISK_PROGRESS","features":[526]},{"name":"VIRTUAL_STORAGE_TYPE","features":[526]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_ISO","features":[526]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_UNKNOWN","features":[526]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHD","features":[526]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHDSET","features":[526]},{"name":"VIRTUAL_STORAGE_TYPE_DEVICE_VHDX","features":[526]},{"name":"VIRTUAL_STORAGE_TYPE_VENDOR_MICROSOFT","features":[526]},{"name":"VIRTUAL_STORAGE_TYPE_VENDOR_UNKNOWN","features":[526]}],"533":[{"name":"BeepAlarm","features":[527]},{"name":"BlinkLight","features":[527]},{"name":"CHANGE_ATTRIBUTES_PARAMETERS","features":[305,527]},{"name":"CHANGE_PARTITION_TYPE_PARAMETERS","features":[527]},{"name":"CLSID_VdsLoader","features":[527]},{"name":"CLSID_VdsService","features":[527]},{"name":"CREATE_PARTITION_PARAMETERS","features":[305,527]},{"name":"GPT_PARTITION_NAME_LENGTH","features":[527]},{"name":"IEnumVdsObject","features":[527]},{"name":"IVdsAdmin","features":[527]},{"name":"IVdsAdvancedDisk","features":[527]},{"name":"IVdsAdvancedDisk2","features":[527]},{"name":"IVdsAdvancedDisk3","features":[527]},{"name":"IVdsAdviseSink","features":[527]},{"name":"IVdsAsync","features":[527]},{"name":"IVdsController","features":[527]},{"name":"IVdsControllerControllerPort","features":[527]},{"name":"IVdsControllerPort","features":[527]},{"name":"IVdsCreatePartitionEx","features":[527]},{"name":"IVdsDisk","features":[527]},{"name":"IVdsDisk2","features":[527]},{"name":"IVdsDisk3","features":[527]},{"name":"IVdsDiskOnline","features":[527]},{"name":"IVdsDiskPartitionMF","features":[527]},{"name":"IVdsDiskPartitionMF2","features":[527]},{"name":"IVdsDrive","features":[527]},{"name":"IVdsDrive2","features":[527]},{"name":"IVdsHbaPort","features":[527]},{"name":"IVdsHwProvider","features":[527]},{"name":"IVdsHwProviderPrivate","features":[527]},{"name":"IVdsHwProviderPrivateMpio","features":[527]},{"name":"IVdsHwProviderStoragePools","features":[527]},{"name":"IVdsHwProviderType","features":[527]},{"name":"IVdsHwProviderType2","features":[527]},{"name":"IVdsIscsiInitiatorAdapter","features":[527]},{"name":"IVdsIscsiInitiatorPortal","features":[527]},{"name":"IVdsIscsiPortal","features":[527]},{"name":"IVdsIscsiPortalGroup","features":[527]},{"name":"IVdsIscsiPortalLocal","features":[527]},{"name":"IVdsIscsiTarget","features":[527]},{"name":"IVdsLun","features":[527]},{"name":"IVdsLun2","features":[527]},{"name":"IVdsLunControllerPorts","features":[527]},{"name":"IVdsLunIscsi","features":[527]},{"name":"IVdsLunMpio","features":[527]},{"name":"IVdsLunNaming","features":[527]},{"name":"IVdsLunNumber","features":[527]},{"name":"IVdsLunPlex","features":[527]},{"name":"IVdsMaintenance","features":[527]},{"name":"IVdsOpenVDisk","features":[527]},{"name":"IVdsPack","features":[527]},{"name":"IVdsPack2","features":[527]},{"name":"IVdsProvider","features":[527]},{"name":"IVdsProviderPrivate","features":[527]},{"name":"IVdsProviderSupport","features":[527]},{"name":"IVdsRemovable","features":[527]},{"name":"IVdsService","features":[527]},{"name":"IVdsServiceHba","features":[527]},{"name":"IVdsServiceInitialization","features":[527]},{"name":"IVdsServiceIscsi","features":[527]},{"name":"IVdsServiceLoader","features":[527]},{"name":"IVdsServiceSAN","features":[527]},{"name":"IVdsServiceSw","features":[527]},{"name":"IVdsServiceUninstallDisk","features":[527]},{"name":"IVdsStoragePool","features":[527]},{"name":"IVdsSubSystem","features":[527]},{"name":"IVdsSubSystem2","features":[527]},{"name":"IVdsSubSystemImportTarget","features":[527]},{"name":"IVdsSubSystemInterconnect","features":[527]},{"name":"IVdsSubSystemIscsi","features":[527]},{"name":"IVdsSubSystemNaming","features":[527]},{"name":"IVdsSwProvider","features":[527]},{"name":"IVdsVDisk","features":[527]},{"name":"IVdsVdProvider","features":[527]},{"name":"IVdsVolume","features":[527]},{"name":"IVdsVolume2","features":[527]},{"name":"IVdsVolumeMF","features":[527]},{"name":"IVdsVolumeMF2","features":[527]},{"name":"IVdsVolumeMF3","features":[527]},{"name":"IVdsVolumeOnline","features":[527]},{"name":"IVdsVolumePlex","features":[527]},{"name":"IVdsVolumeShrink","features":[527]},{"name":"MAX_FS_ALLOWED_CLUSTER_SIZES_SIZE","features":[527]},{"name":"MAX_FS_FORMAT_SUPPORT_NAME_SIZE","features":[527]},{"name":"MAX_FS_NAME_SIZE","features":[527]},{"name":"Ping","features":[527]},{"name":"SpinDown","features":[527]},{"name":"SpinUp","features":[527]},{"name":"VDSBusType1394","features":[527]},{"name":"VDSBusTypeAta","features":[527]},{"name":"VDSBusTypeAtapi","features":[527]},{"name":"VDSBusTypeFibre","features":[527]},{"name":"VDSBusTypeFileBackedVirtual","features":[527]},{"name":"VDSBusTypeMax","features":[527]},{"name":"VDSBusTypeMaxReserved","features":[527]},{"name":"VDSBusTypeMmc","features":[527]},{"name":"VDSBusTypeNVMe","features":[527]},{"name":"VDSBusTypeRAID","features":[527]},{"name":"VDSBusTypeSas","features":[527]},{"name":"VDSBusTypeSata","features":[527]},{"name":"VDSBusTypeScm","features":[527]},{"name":"VDSBusTypeScsi","features":[527]},{"name":"VDSBusTypeSd","features":[527]},{"name":"VDSBusTypeSpaces","features":[527]},{"name":"VDSBusTypeSsa","features":[527]},{"name":"VDSBusTypeUfs","features":[527]},{"name":"VDSBusTypeUnknown","features":[527]},{"name":"VDSBusTypeUsb","features":[527]},{"name":"VDSBusTypeVirtual","features":[527]},{"name":"VDSBusTypeiScsi","features":[527]},{"name":"VDSDiskOfflineReasonCollision","features":[527]},{"name":"VDSDiskOfflineReasonDIScan","features":[527]},{"name":"VDSDiskOfflineReasonLostDataPersistence","features":[527]},{"name":"VDSDiskOfflineReasonNone","features":[527]},{"name":"VDSDiskOfflineReasonPolicy","features":[527]},{"name":"VDSDiskOfflineReasonRedundantPath","features":[527]},{"name":"VDSDiskOfflineReasonResourceExhaustion","features":[527]},{"name":"VDSDiskOfflineReasonSnapshot","features":[527]},{"name":"VDSDiskOfflineReasonWriteFailure","features":[527]},{"name":"VDSStorageIdCodeSetAscii","features":[527]},{"name":"VDSStorageIdCodeSetBinary","features":[527]},{"name":"VDSStorageIdCodeSetReserved","features":[527]},{"name":"VDSStorageIdCodeSetUtf8","features":[527]},{"name":"VDSStorageIdTypeEUI64","features":[527]},{"name":"VDSStorageIdTypeFCPHName","features":[527]},{"name":"VDSStorageIdTypeLogicalUnitGroup","features":[527]},{"name":"VDSStorageIdTypeMD5LogicalUnitIdentifier","features":[527]},{"name":"VDSStorageIdTypePortRelative","features":[527]},{"name":"VDSStorageIdTypeScsiNameString","features":[527]},{"name":"VDSStorageIdTypeTargetPortGroup","features":[527]},{"name":"VDSStorageIdTypeVendorId","features":[527]},{"name":"VDSStorageIdTypeVendorSpecific","features":[527]},{"name":"VDS_ADVANCEDDISK_PROP","features":[527]},{"name":"VDS_ASYNCOUT_ADDLUNPLEX","features":[527]},{"name":"VDS_ASYNCOUT_ADDPORTAL","features":[527]},{"name":"VDS_ASYNCOUT_ADDVOLUMEPLEX","features":[527]},{"name":"VDS_ASYNCOUT_ATTACH_VDISK","features":[527]},{"name":"VDS_ASYNCOUT_BREAKVOLUMEPLEX","features":[527]},{"name":"VDS_ASYNCOUT_CLEAN","features":[527]},{"name":"VDS_ASYNCOUT_COMPACT_VDISK","features":[527]},{"name":"VDS_ASYNCOUT_CREATELUN","features":[527]},{"name":"VDS_ASYNCOUT_CREATEPARTITION","features":[527]},{"name":"VDS_ASYNCOUT_CREATEPORTALGROUP","features":[527]},{"name":"VDS_ASYNCOUT_CREATETARGET","features":[527]},{"name":"VDS_ASYNCOUT_CREATEVOLUME","features":[527]},{"name":"VDS_ASYNCOUT_CREATE_VDISK","features":[527]},{"name":"VDS_ASYNCOUT_DELETEPORTALGROUP","features":[527]},{"name":"VDS_ASYNCOUT_DELETETARGET","features":[527]},{"name":"VDS_ASYNCOUT_EXPAND_VDISK","features":[527]},{"name":"VDS_ASYNCOUT_EXTENDLUN","features":[527]},{"name":"VDS_ASYNCOUT_EXTENDVOLUME","features":[527]},{"name":"VDS_ASYNCOUT_FORMAT","features":[527]},{"name":"VDS_ASYNCOUT_LOGINTOTARGET","features":[527]},{"name":"VDS_ASYNCOUT_LOGOUTFROMTARGET","features":[527]},{"name":"VDS_ASYNCOUT_MERGE_VDISK","features":[527]},{"name":"VDS_ASYNCOUT_RECOVERLUN","features":[527]},{"name":"VDS_ASYNCOUT_RECOVERPACK","features":[527]},{"name":"VDS_ASYNCOUT_REMOVELUNPLEX","features":[527]},{"name":"VDS_ASYNCOUT_REMOVEPORTAL","features":[527]},{"name":"VDS_ASYNCOUT_REMOVEVOLUMEPLEX","features":[527]},{"name":"VDS_ASYNCOUT_REPAIRVOLUMEPLEX","features":[527]},{"name":"VDS_ASYNCOUT_REPLACEDISK","features":[527]},{"name":"VDS_ASYNCOUT_SHRINKLUN","features":[527]},{"name":"VDS_ASYNCOUT_SHRINKVOLUME","features":[527]},{"name":"VDS_ASYNCOUT_UNKNOWN","features":[527]},{"name":"VDS_ASYNC_OUTPUT","features":[527]},{"name":"VDS_ASYNC_OUTPUT_TYPE","features":[527]},{"name":"VDS_ATTACH_VIRTUAL_DISK_FLAG_USE_FILE_ACL","features":[527]},{"name":"VDS_CONTROLLER_NOTIFICATION","features":[527]},{"name":"VDS_CONTROLLER_PROP","features":[527]},{"name":"VDS_CONTROLLER_STATUS","features":[527]},{"name":"VDS_CREATE_VDISK_PARAMETERS","features":[527]},{"name":"VDS_CS_FAILED","features":[527]},{"name":"VDS_CS_NOT_READY","features":[527]},{"name":"VDS_CS_OFFLINE","features":[527]},{"name":"VDS_CS_ONLINE","features":[527]},{"name":"VDS_CS_REMOVED","features":[527]},{"name":"VDS_CS_UNKNOWN","features":[527]},{"name":"VDS_DET_CLUSTER","features":[527]},{"name":"VDS_DET_DATA","features":[527]},{"name":"VDS_DET_ESP","features":[527]},{"name":"VDS_DET_FREE","features":[527]},{"name":"VDS_DET_LDM","features":[527]},{"name":"VDS_DET_MSR","features":[527]},{"name":"VDS_DET_OEM","features":[527]},{"name":"VDS_DET_UNKNOWN","features":[527]},{"name":"VDS_DET_UNUSABLE","features":[527]},{"name":"VDS_DF_AUDIO_CD","features":[527]},{"name":"VDS_DF_BOOT_DISK","features":[527]},{"name":"VDS_DF_BOOT_FROM_DISK","features":[527]},{"name":"VDS_DF_CLUSTERED","features":[527]},{"name":"VDS_DF_CRASHDUMP_DISK","features":[527]},{"name":"VDS_DF_CURRENT_READ_ONLY","features":[527]},{"name":"VDS_DF_DYNAMIC","features":[527]},{"name":"VDS_DF_HAS_ARC_PATH","features":[527]},{"name":"VDS_DF_HIBERNATIONFILE_DISK","features":[527]},{"name":"VDS_DF_HOTSPARE","features":[527]},{"name":"VDS_DF_MASKED","features":[527]},{"name":"VDS_DF_PAGEFILE_DISK","features":[527]},{"name":"VDS_DF_READ_ONLY","features":[527]},{"name":"VDS_DF_REFS_NOT_SUPPORTED","features":[527]},{"name":"VDS_DF_RESERVE_CAPABLE","features":[527]},{"name":"VDS_DF_STYLE_CONVERTIBLE","features":[527]},{"name":"VDS_DF_SYSTEM_DISK","features":[527]},{"name":"VDS_DISK_EXTENT","features":[527]},{"name":"VDS_DISK_EXTENT_TYPE","features":[527]},{"name":"VDS_DISK_FLAG","features":[527]},{"name":"VDS_DISK_FREE_EXTENT","features":[527]},{"name":"VDS_DISK_NOTIFICATION","features":[527]},{"name":"VDS_DISK_OFFLINE_REASON","features":[527]},{"name":"VDS_DISK_PROP","features":[527]},{"name":"VDS_DISK_PROP2","features":[527]},{"name":"VDS_DISK_STATUS","features":[527]},{"name":"VDS_DLF_NON_PERSISTENT","features":[527]},{"name":"VDS_DRF_ASSIGNED","features":[527]},{"name":"VDS_DRF_HOTSPARE","features":[527]},{"name":"VDS_DRF_HOTSPARE_IN_USE","features":[527]},{"name":"VDS_DRF_HOTSPARE_STANDBY","features":[527]},{"name":"VDS_DRF_UNASSIGNED","features":[527]},{"name":"VDS_DRIVE_EXTENT","features":[305,527]},{"name":"VDS_DRIVE_FLAG","features":[527]},{"name":"VDS_DRIVE_LETTER_FLAG","features":[527]},{"name":"VDS_DRIVE_LETTER_NOTIFICATION","features":[527]},{"name":"VDS_DRIVE_LETTER_PROP","features":[305,527]},{"name":"VDS_DRIVE_NOTIFICATION","features":[527]},{"name":"VDS_DRIVE_PROP","features":[527]},{"name":"VDS_DRIVE_PROP2","features":[527]},{"name":"VDS_DRIVE_STATUS","features":[527]},{"name":"VDS_DRS_FAILED","features":[527]},{"name":"VDS_DRS_NOT_READY","features":[527]},{"name":"VDS_DRS_OFFLINE","features":[527]},{"name":"VDS_DRS_ONLINE","features":[527]},{"name":"VDS_DRS_REMOVED","features":[527]},{"name":"VDS_DRS_UNKNOWN","features":[527]},{"name":"VDS_DS_FAILED","features":[527]},{"name":"VDS_DS_MISSING","features":[527]},{"name":"VDS_DS_NOT_READY","features":[527]},{"name":"VDS_DS_NO_MEDIA","features":[527]},{"name":"VDS_DS_OFFLINE","features":[527]},{"name":"VDS_DS_ONLINE","features":[527]},{"name":"VDS_DS_UNKNOWN","features":[527]},{"name":"VDS_E_ACCESS_DENIED","features":[527]},{"name":"VDS_E_ACTIVE_PARTITION","features":[527]},{"name":"VDS_E_ADDRESSES_INCOMPLETELY_SET","features":[527]},{"name":"VDS_E_ALIGN_BEYOND_FIRST_CYLINDER","features":[527]},{"name":"VDS_E_ALIGN_IS_ZERO","features":[527]},{"name":"VDS_E_ALIGN_NOT_A_POWER_OF_TWO","features":[527]},{"name":"VDS_E_ALIGN_NOT_SECTOR_SIZE_MULTIPLE","features":[527]},{"name":"VDS_E_ALIGN_NOT_ZERO","features":[527]},{"name":"VDS_E_ALREADY_REGISTERED","features":[527]},{"name":"VDS_E_ANOTHER_CALL_IN_PROGRESS","features":[527]},{"name":"VDS_E_ASSOCIATED_LUNS_EXIST","features":[527]},{"name":"VDS_E_ASSOCIATED_PORTALS_EXIST","features":[527]},{"name":"VDS_E_ASYNC_OBJECT_FAILURE","features":[527]},{"name":"VDS_E_BAD_BOOT_DISK","features":[527]},{"name":"VDS_E_BAD_COOKIE","features":[527]},{"name":"VDS_E_BAD_LABEL","features":[527]},{"name":"VDS_E_BAD_PNP_MESSAGE","features":[527]},{"name":"VDS_E_BAD_PROVIDER_DATA","features":[527]},{"name":"VDS_E_BAD_REVISION_NUMBER","features":[527]},{"name":"VDS_E_BLOCK_CLUSTERED","features":[527]},{"name":"VDS_E_BOOT_DISK","features":[527]},{"name":"VDS_E_BOOT_PAGEFILE_DRIVE_LETTER","features":[527]},{"name":"VDS_E_BOOT_PARTITION_NUMBER_CHANGE","features":[527]},{"name":"VDS_E_CACHE_CORRUPT","features":[527]},{"name":"VDS_E_CANCEL_TOO_LATE","features":[527]},{"name":"VDS_E_CANNOT_CLEAR_VOLUME_FLAG","features":[527]},{"name":"VDS_E_CANNOT_EXTEND","features":[527]},{"name":"VDS_E_CANNOT_SHRINK","features":[527]},{"name":"VDS_E_CANT_INVALIDATE_FVE","features":[527]},{"name":"VDS_E_CANT_QUICK_FORMAT","features":[527]},{"name":"VDS_E_CLEAN_WITH_BOOTBACKING","features":[527]},{"name":"VDS_E_CLEAN_WITH_CRITICAL","features":[527]},{"name":"VDS_E_CLEAN_WITH_DATA","features":[527]},{"name":"VDS_E_CLEAN_WITH_OEM","features":[527]},{"name":"VDS_E_CLUSTER_COUNT_BEYOND_32BITS","features":[527]},{"name":"VDS_E_CLUSTER_SIZE_TOO_BIG","features":[527]},{"name":"VDS_E_CLUSTER_SIZE_TOO_SMALL","features":[527]},{"name":"VDS_E_COMPRESSION_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_CONFIG_LIMIT","features":[527]},{"name":"VDS_E_CORRUPT_EXTENT_INFO","features":[527]},{"name":"VDS_E_CORRUPT_NOTIFICATION_INFO","features":[527]},{"name":"VDS_E_CORRUPT_PARTITION_INFO","features":[527]},{"name":"VDS_E_CORRUPT_VOLUME_INFO","features":[527]},{"name":"VDS_E_CRASHDUMP_DISK","features":[527]},{"name":"VDS_E_CRITICAL_PLEX","features":[527]},{"name":"VDS_E_DELETE_WITH_BOOTBACKING","features":[527]},{"name":"VDS_E_DELETE_WITH_CRITICAL","features":[527]},{"name":"VDS_E_DEVICE_IN_USE","features":[527]},{"name":"VDS_E_DISK_BEING_CLEANED","features":[527]},{"name":"VDS_E_DISK_CONFIGURATION_CORRUPTED","features":[527]},{"name":"VDS_E_DISK_CONFIGURATION_NOT_IN_SYNC","features":[527]},{"name":"VDS_E_DISK_CONFIGURATION_UPDATE_FAILED","features":[527]},{"name":"VDS_E_DISK_DYNAMIC","features":[527]},{"name":"VDS_E_DISK_HAS_BANDS","features":[527]},{"name":"VDS_E_DISK_IN_USE_BY_VOLUME","features":[527]},{"name":"VDS_E_DISK_IO_FAILING","features":[527]},{"name":"VDS_E_DISK_IS_OFFLINE","features":[527]},{"name":"VDS_E_DISK_IS_READ_ONLY","features":[527]},{"name":"VDS_E_DISK_LAYOUT_PARTITIONS_TOO_SMALL","features":[527]},{"name":"VDS_E_DISK_NOT_CONVERTIBLE","features":[527]},{"name":"VDS_E_DISK_NOT_CONVERTIBLE_SIZE","features":[527]},{"name":"VDS_E_DISK_NOT_EMPTY","features":[527]},{"name":"VDS_E_DISK_NOT_FOUND_IN_PACK","features":[527]},{"name":"VDS_E_DISK_NOT_IMPORTED","features":[527]},{"name":"VDS_E_DISK_NOT_INITIALIZED","features":[527]},{"name":"VDS_E_DISK_NOT_LOADED_TO_CACHE","features":[527]},{"name":"VDS_E_DISK_NOT_MISSING","features":[527]},{"name":"VDS_E_DISK_NOT_OFFLINE","features":[527]},{"name":"VDS_E_DISK_NOT_ONLINE","features":[527]},{"name":"VDS_E_DISK_PNP_REG_CORRUPT","features":[527]},{"name":"VDS_E_DISK_REMOVEABLE","features":[527]},{"name":"VDS_E_DISK_REMOVEABLE_NOT_EMPTY","features":[527]},{"name":"VDS_E_DISTINCT_VOLUME","features":[527]},{"name":"VDS_E_DMADMIN_CORRUPT_NOTIFICATION","features":[527]},{"name":"VDS_E_DMADMIN_METHOD_CALL_FAILED","features":[527]},{"name":"VDS_E_DMADMIN_SERVICE_CONNECTION_FAILED","features":[527]},{"name":"VDS_E_DRIVER_INTERNAL_ERROR","features":[527]},{"name":"VDS_E_DRIVER_INVALID_PARAM","features":[527]},{"name":"VDS_E_DRIVER_NO_PACK_NAME","features":[527]},{"name":"VDS_E_DRIVER_OBJECT_NOT_FOUND","features":[527]},{"name":"VDS_E_DRIVE_LETTER_NOT_FREE","features":[527]},{"name":"VDS_E_DUPLICATE_DISK","features":[527]},{"name":"VDS_E_DUP_EMPTY_PACK_GUID","features":[527]},{"name":"VDS_E_DYNAMIC_DISKS_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_EXTEND_FILE_SYSTEM_FAILED","features":[527]},{"name":"VDS_E_EXTEND_MULTIPLE_DISKS_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_EXTEND_TOO_MANY_CLUSTERS","features":[527]},{"name":"VDS_E_EXTEND_UNKNOWN_FILESYSTEM","features":[527]},{"name":"VDS_E_EXTENT_EXCEEDS_DISK_FREE_SPACE","features":[527]},{"name":"VDS_E_EXTENT_SIZE_LESS_THAN_MIN","features":[527]},{"name":"VDS_E_FAILED_TO_OFFLINE_DISK","features":[527]},{"name":"VDS_E_FAILED_TO_ONLINE_DISK","features":[527]},{"name":"VDS_E_FAT32_FORMAT_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_FAT_FORMAT_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_FAULT_TOLERANT_DISKS_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_FLAG_ALREADY_SET","features":[527]},{"name":"VDS_E_FORMAT_CRITICAL","features":[527]},{"name":"VDS_E_FORMAT_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_FORMAT_WITH_BOOTBACKING","features":[527]},{"name":"VDS_E_FS_NOT_DETERMINED","features":[527]},{"name":"VDS_E_GET_SAN_POLICY","features":[527]},{"name":"VDS_E_GPT_ATTRIBUTES_INVALID","features":[527]},{"name":"VDS_E_HIBERNATION_FILE_DISK","features":[527]},{"name":"VDS_E_IA64_BOOT_MIRRORED_TO_MBR","features":[527]},{"name":"VDS_E_IMPORT_SET_INCOMPLETE","features":[527]},{"name":"VDS_E_INCOMPATIBLE_FILE_SYSTEM","features":[527]},{"name":"VDS_E_INCOMPATIBLE_MEDIA","features":[527]},{"name":"VDS_E_INCORRECT_BOOT_VOLUME_EXTENT_INFO","features":[527]},{"name":"VDS_E_INCORRECT_SYSTEM_VOLUME_EXTENT_INFO","features":[527]},{"name":"VDS_E_INITIALIZED_FAILED","features":[527]},{"name":"VDS_E_INITIALIZE_NOT_CALLED","features":[527]},{"name":"VDS_E_INITIATOR_ADAPTER_NOT_FOUND","features":[527]},{"name":"VDS_E_INITIATOR_SPECIFIC_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_INTERNAL_ERROR","features":[527]},{"name":"VDS_E_INVALID_BLOCK_SIZE","features":[527]},{"name":"VDS_E_INVALID_DISK","features":[527]},{"name":"VDS_E_INVALID_DISK_COUNT","features":[527]},{"name":"VDS_E_INVALID_DRIVE_LETTER","features":[527]},{"name":"VDS_E_INVALID_DRIVE_LETTER_COUNT","features":[527]},{"name":"VDS_E_INVALID_ENUMERATOR","features":[527]},{"name":"VDS_E_INVALID_EXTENT_COUNT","features":[527]},{"name":"VDS_E_INVALID_FS_FLAG","features":[527]},{"name":"VDS_E_INVALID_FS_TYPE","features":[527]},{"name":"VDS_E_INVALID_IP_ADDRESS","features":[527]},{"name":"VDS_E_INVALID_ISCSI_PATH","features":[527]},{"name":"VDS_E_INVALID_ISCSI_TARGET_NAME","features":[527]},{"name":"VDS_E_INVALID_MEMBER_COUNT","features":[527]},{"name":"VDS_E_INVALID_MEMBER_ORDER","features":[527]},{"name":"VDS_E_INVALID_OBJECT_TYPE","features":[527]},{"name":"VDS_E_INVALID_OPERATION","features":[527]},{"name":"VDS_E_INVALID_PACK","features":[527]},{"name":"VDS_E_INVALID_PARTITION_LAYOUT","features":[527]},{"name":"VDS_E_INVALID_PARTITION_STYLE","features":[527]},{"name":"VDS_E_INVALID_PARTITION_TYPE","features":[527]},{"name":"VDS_E_INVALID_PATH","features":[527]},{"name":"VDS_E_INVALID_PLEX_BLOCK_SIZE","features":[527]},{"name":"VDS_E_INVALID_PLEX_COUNT","features":[527]},{"name":"VDS_E_INVALID_PLEX_GUID","features":[527]},{"name":"VDS_E_INVALID_PLEX_ORDER","features":[527]},{"name":"VDS_E_INVALID_PLEX_TYPE","features":[527]},{"name":"VDS_E_INVALID_PORT_PATH","features":[527]},{"name":"VDS_E_INVALID_PROVIDER_CLSID","features":[527]},{"name":"VDS_E_INVALID_PROVIDER_ID","features":[527]},{"name":"VDS_E_INVALID_PROVIDER_NAME","features":[527]},{"name":"VDS_E_INVALID_PROVIDER_TYPE","features":[527]},{"name":"VDS_E_INVALID_PROVIDER_VERSION_GUID","features":[527]},{"name":"VDS_E_INVALID_PROVIDER_VERSION_STRING","features":[527]},{"name":"VDS_E_INVALID_QUERY_PROVIDER_FLAG","features":[527]},{"name":"VDS_E_INVALID_SECTOR_SIZE","features":[527]},{"name":"VDS_E_INVALID_SERVICE_FLAG","features":[527]},{"name":"VDS_E_INVALID_SHRINK_SIZE","features":[527]},{"name":"VDS_E_INVALID_SPACE","features":[527]},{"name":"VDS_E_INVALID_STATE","features":[527]},{"name":"VDS_E_INVALID_STRIPE_SIZE","features":[527]},{"name":"VDS_E_INVALID_VOLUME_FLAG","features":[527]},{"name":"VDS_E_INVALID_VOLUME_LENGTH","features":[527]},{"name":"VDS_E_INVALID_VOLUME_TYPE","features":[527]},{"name":"VDS_E_IO_ERROR","features":[527]},{"name":"VDS_E_ISCSI_CHAP_SECRET","features":[527]},{"name":"VDS_E_ISCSI_GET_IKE_INFO","features":[527]},{"name":"VDS_E_ISCSI_GROUP_PRESHARE_KEY","features":[527]},{"name":"VDS_E_ISCSI_INITIATOR_NODE_NAME","features":[527]},{"name":"VDS_E_ISCSI_LOGIN_FAILED","features":[527]},{"name":"VDS_E_ISCSI_LOGOUT_FAILED","features":[527]},{"name":"VDS_E_ISCSI_LOGOUT_INCOMPLETE","features":[527]},{"name":"VDS_E_ISCSI_SESSION_NOT_FOUND","features":[527]},{"name":"VDS_E_ISCSI_SET_IKE_INFO","features":[527]},{"name":"VDS_E_LAST_VALID_DISK","features":[527]},{"name":"VDS_E_LBN_REMAP_ENABLED_FLAG","features":[527]},{"name":"VDS_E_LDM_TIMEOUT","features":[527]},{"name":"VDS_E_LEGACY_VOLUME_FORMAT","features":[527]},{"name":"VDS_E_LOG_UPDATE","features":[527]},{"name":"VDS_E_LUN_DISK_FAILED","features":[527]},{"name":"VDS_E_LUN_DISK_MISSING","features":[527]},{"name":"VDS_E_LUN_DISK_NOT_READY","features":[527]},{"name":"VDS_E_LUN_DISK_NO_MEDIA","features":[527]},{"name":"VDS_E_LUN_DISK_READ_ONLY","features":[527]},{"name":"VDS_E_LUN_DYNAMIC","features":[527]},{"name":"VDS_E_LUN_DYNAMIC_OFFLINE","features":[527]},{"name":"VDS_E_LUN_FAILED","features":[527]},{"name":"VDS_E_LUN_NOT_READY","features":[527]},{"name":"VDS_E_LUN_OFFLINE","features":[527]},{"name":"VDS_E_LUN_SHRINK_GPT_HEADER","features":[527]},{"name":"VDS_E_LUN_UPDATE_DISK","features":[527]},{"name":"VDS_E_MAX_USABLE_MBR","features":[527]},{"name":"VDS_E_MEDIA_WRITE_PROTECTED","features":[527]},{"name":"VDS_E_MEMBER_IS_HEALTHY","features":[527]},{"name":"VDS_E_MEMBER_MISSING","features":[527]},{"name":"VDS_E_MEMBER_REGENERATING","features":[527]},{"name":"VDS_E_MEMBER_SIZE_INVALID","features":[527]},{"name":"VDS_E_MIGRATE_OPEN_VOLUME","features":[527]},{"name":"VDS_E_MIRROR_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_MISSING_DISK","features":[527]},{"name":"VDS_E_MULTIPLE_DISCOVERY_DOMAINS","features":[527]},{"name":"VDS_E_MULTIPLE_PACKS","features":[527]},{"name":"VDS_E_NAME_NOT_UNIQUE","features":[527]},{"name":"VDS_E_NON_CONTIGUOUS_DATA_PARTITIONS","features":[527]},{"name":"VDS_E_NOT_AN_UNALLOCATED_DISK","features":[527]},{"name":"VDS_E_NOT_ENOUGH_DRIVE","features":[527]},{"name":"VDS_E_NOT_ENOUGH_SPACE","features":[527]},{"name":"VDS_E_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_NO_DISCOVERY_DOMAIN","features":[527]},{"name":"VDS_E_NO_DISKS_FOUND","features":[527]},{"name":"VDS_E_NO_DISK_PATHNAME","features":[527]},{"name":"VDS_E_NO_DRIVELETTER_FLAG","features":[527]},{"name":"VDS_E_NO_EXTENTS_FOR_PLEX","features":[527]},{"name":"VDS_E_NO_EXTENTS_FOR_VOLUME","features":[527]},{"name":"VDS_E_NO_FREE_SPACE","features":[527]},{"name":"VDS_E_NO_HEALTHY_DISKS","features":[527]},{"name":"VDS_E_NO_IMPORT_TARGET","features":[527]},{"name":"VDS_E_NO_MAINTENANCE_MODE","features":[527]},{"name":"VDS_E_NO_MEDIA","features":[527]},{"name":"VDS_E_NO_PNP_DISK_ARRIVE","features":[527]},{"name":"VDS_E_NO_PNP_DISK_REMOVE","features":[527]},{"name":"VDS_E_NO_PNP_VOLUME_ARRIVE","features":[527]},{"name":"VDS_E_NO_PNP_VOLUME_REMOVE","features":[527]},{"name":"VDS_E_NO_POOL","features":[527]},{"name":"VDS_E_NO_POOL_CREATED","features":[527]},{"name":"VDS_E_NO_SOFTWARE_PROVIDERS_LOADED","features":[527]},{"name":"VDS_E_NO_VALID_LOG_COPIES","features":[527]},{"name":"VDS_E_NO_VOLUME_LAYOUT","features":[527]},{"name":"VDS_E_NO_VOLUME_PATHNAME","features":[527]},{"name":"VDS_E_NTFS_FORMAT_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_OBJECT_DELETED","features":[527]},{"name":"VDS_E_OBJECT_EXISTS","features":[527]},{"name":"VDS_E_OBJECT_NOT_FOUND","features":[527]},{"name":"VDS_E_OBJECT_OUT_OF_SYNC","features":[527]},{"name":"VDS_E_OBJECT_STATUS_FAILED","features":[527]},{"name":"VDS_E_OFFLINE_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_ONE_EXTENT_PER_DISK","features":[527]},{"name":"VDS_E_ONLINE_PACK_EXISTS","features":[527]},{"name":"VDS_E_OPERATION_CANCELED","features":[527]},{"name":"VDS_E_OPERATION_DENIED","features":[527]},{"name":"VDS_E_OPERATION_PENDING","features":[527]},{"name":"VDS_E_PACK_NAME_INVALID","features":[527]},{"name":"VDS_E_PACK_NOT_FOUND","features":[527]},{"name":"VDS_E_PACK_OFFLINE","features":[527]},{"name":"VDS_E_PACK_ONLINE","features":[527]},{"name":"VDS_E_PAGEFILE_DISK","features":[527]},{"name":"VDS_E_PARTITION_LDM","features":[527]},{"name":"VDS_E_PARTITION_LIMIT_REACHED","features":[527]},{"name":"VDS_E_PARTITION_MSR","features":[527]},{"name":"VDS_E_PARTITION_NON_DATA","features":[527]},{"name":"VDS_E_PARTITION_NOT_CYLINDER_ALIGNED","features":[527]},{"name":"VDS_E_PARTITION_NOT_EMPTY","features":[527]},{"name":"VDS_E_PARTITION_NOT_OEM","features":[527]},{"name":"VDS_E_PARTITION_OF_UNKNOWN_TYPE","features":[527]},{"name":"VDS_E_PARTITION_PROTECTED","features":[527]},{"name":"VDS_E_PARTITION_STYLE_MISMATCH","features":[527]},{"name":"VDS_E_PATH_NOT_FOUND","features":[527]},{"name":"VDS_E_PLEX_IS_HEALTHY","features":[527]},{"name":"VDS_E_PLEX_LAST_ACTIVE","features":[527]},{"name":"VDS_E_PLEX_MISSING","features":[527]},{"name":"VDS_E_PLEX_NOT_LOADED_TO_CACHE","features":[527]},{"name":"VDS_E_PLEX_REGENERATING","features":[527]},{"name":"VDS_E_PLEX_SIZE_INVALID","features":[527]},{"name":"VDS_E_PROVIDER_CACHE_CORRUPT","features":[527]},{"name":"VDS_E_PROVIDER_CACHE_OUTOFSYNC","features":[527]},{"name":"VDS_E_PROVIDER_EXITING","features":[527]},{"name":"VDS_E_PROVIDER_FAILURE","features":[527]},{"name":"VDS_E_PROVIDER_INITIALIZATION_FAILED","features":[527]},{"name":"VDS_E_PROVIDER_INTERNAL_ERROR","features":[527]},{"name":"VDS_E_PROVIDER_TYPE_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_PROVIDER_VOL_DEVICE_NAME_NOT_FOUND","features":[527]},{"name":"VDS_E_PROVIDER_VOL_OPEN","features":[527]},{"name":"VDS_E_RAID5_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_READONLY","features":[527]},{"name":"VDS_E_REBOOT_REQUIRED","features":[527]},{"name":"VDS_E_REFS_FORMAT_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_REPAIR_VOLUMESTATE","features":[527]},{"name":"VDS_E_REQUIRES_CONTIGUOUS_DISK_SPACE","features":[527]},{"name":"VDS_E_RETRY","features":[527]},{"name":"VDS_E_REVERT_ON_CLOSE","features":[527]},{"name":"VDS_E_REVERT_ON_CLOSE_MISMATCH","features":[527]},{"name":"VDS_E_REVERT_ON_CLOSE_SET","features":[527]},{"name":"VDS_E_SECTOR_SIZE_ERROR","features":[527]},{"name":"VDS_E_SECURITY_INCOMPLETELY_SET","features":[527]},{"name":"VDS_E_SET_SAN_POLICY","features":[527]},{"name":"VDS_E_SET_TUNNEL_MODE_OUTER_ADDRESS","features":[527]},{"name":"VDS_E_SHRINK_DIRTY_VOLUME","features":[527]},{"name":"VDS_E_SHRINK_EXTEND_UNALIGNED","features":[527]},{"name":"VDS_E_SHRINK_IN_PROGRESS","features":[527]},{"name":"VDS_E_SHRINK_LUN_NOT_UNMASKED","features":[527]},{"name":"VDS_E_SHRINK_OVER_DATA","features":[527]},{"name":"VDS_E_SHRINK_SIZE_LESS_THAN_MIN","features":[527]},{"name":"VDS_E_SHRINK_SIZE_TOO_BIG","features":[527]},{"name":"VDS_E_SHRINK_UNKNOWN_FILESYSTEM","features":[527]},{"name":"VDS_E_SHRINK_USER_CANCELLED","features":[527]},{"name":"VDS_E_SOURCE_IS_TARGET_PACK","features":[527]},{"name":"VDS_E_SUBSYSTEM_ID_IS_NULL","features":[527]},{"name":"VDS_E_SYSTEM_DISK","features":[527]},{"name":"VDS_E_TARGET_PACK_NOT_EMPTY","features":[527]},{"name":"VDS_E_TARGET_PORTAL_NOT_FOUND","features":[527]},{"name":"VDS_E_TARGET_SPECIFIC_NOT_SUPPORTED","features":[527]},{"name":"VDS_E_TIMEOUT","features":[527]},{"name":"VDS_E_UNABLE_TO_FIND_BOOT_DISK","features":[527]},{"name":"VDS_E_UNABLE_TO_FIND_SYSTEM_DISK","features":[527]},{"name":"VDS_E_UNEXPECTED_DISK_LAYOUT_CHANGE","features":[527]},{"name":"VDS_E_UNRECOVERABLE_ERROR","features":[527]},{"name":"VDS_E_UNRECOVERABLE_PROVIDER_ERROR","features":[527]},{"name":"VDS_E_VDISK_INVALID_OP_STATE","features":[527]},{"name":"VDS_E_VDISK_NOT_OPEN","features":[527]},{"name":"VDS_E_VDISK_PATHNAME_INVALID","features":[527]},{"name":"VDS_E_VD_ALREADY_ATTACHED","features":[527]},{"name":"VDS_E_VD_ALREADY_COMPACTING","features":[527]},{"name":"VDS_E_VD_ALREADY_DETACHED","features":[527]},{"name":"VDS_E_VD_ALREADY_MERGING","features":[527]},{"name":"VDS_E_VD_DISK_ALREADY_EXPANDING","features":[527]},{"name":"VDS_E_VD_DISK_ALREADY_OPEN","features":[527]},{"name":"VDS_E_VD_DISK_IS_COMPACTING","features":[527]},{"name":"VDS_E_VD_DISK_IS_EXPANDING","features":[527]},{"name":"VDS_E_VD_DISK_IS_MERGING","features":[527]},{"name":"VDS_E_VD_DISK_NOT_OPEN","features":[527]},{"name":"VDS_E_VD_IS_ATTACHED","features":[527]},{"name":"VDS_E_VD_IS_BEING_ATTACHED","features":[527]},{"name":"VDS_E_VD_IS_BEING_DETACHED","features":[527]},{"name":"VDS_E_VD_NOT_ATTACHED_READONLY","features":[527]},{"name":"VDS_E_VOLUME_DISK_COUNT_MAX_EXCEEDED","features":[527]},{"name":"VDS_E_VOLUME_EXTEND_FVE","features":[527]},{"name":"VDS_E_VOLUME_EXTEND_FVE_CORRUPT","features":[527]},{"name":"VDS_E_VOLUME_EXTEND_FVE_LOCKED","features":[527]},{"name":"VDS_E_VOLUME_EXTEND_FVE_RECOVERY","features":[527]},{"name":"VDS_E_VOLUME_GUID_PATHNAME_NOT_ALLOWED","features":[527]},{"name":"VDS_E_VOLUME_HAS_PATH","features":[527]},{"name":"VDS_E_VOLUME_HIDDEN","features":[527]},{"name":"VDS_E_VOLUME_INCOMPLETE","features":[527]},{"name":"VDS_E_VOLUME_INVALID_NAME","features":[527]},{"name":"VDS_E_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE","features":[527]},{"name":"VDS_E_VOLUME_MIRRORED","features":[527]},{"name":"VDS_E_VOLUME_NOT_A_MIRROR","features":[527]},{"name":"VDS_E_VOLUME_NOT_FOUND_IN_PACK","features":[527]},{"name":"VDS_E_VOLUME_NOT_HEALTHY","features":[527]},{"name":"VDS_E_VOLUME_NOT_MOUNTED","features":[527]},{"name":"VDS_E_VOLUME_NOT_ONLINE","features":[527]},{"name":"VDS_E_VOLUME_NOT_RETAINED","features":[527]},{"name":"VDS_E_VOLUME_ON_DISK","features":[527]},{"name":"VDS_E_VOLUME_PERMANENTLY_DISMOUNTED","features":[527]},{"name":"VDS_E_VOLUME_REGENERATING","features":[527]},{"name":"VDS_E_VOLUME_RETAINED","features":[527]},{"name":"VDS_E_VOLUME_SHRINK_FVE","features":[527]},{"name":"VDS_E_VOLUME_SHRINK_FVE_CORRUPT","features":[527]},{"name":"VDS_E_VOLUME_SHRINK_FVE_LOCKED","features":[527]},{"name":"VDS_E_VOLUME_SHRINK_FVE_RECOVERY","features":[527]},{"name":"VDS_E_VOLUME_SIMPLE_SPANNED","features":[527]},{"name":"VDS_E_VOLUME_SPANS_DISKS","features":[527]},{"name":"VDS_E_VOLUME_SYNCHRONIZING","features":[527]},{"name":"VDS_E_VOLUME_TEMPORARILY_DISMOUNTED","features":[527]},{"name":"VDS_E_VOLUME_TOO_BIG","features":[527]},{"name":"VDS_E_VOLUME_TOO_SMALL","features":[527]},{"name":"VDS_FILE_SYSTEM_FLAG","features":[527]},{"name":"VDS_FILE_SYSTEM_FORMAT_SUPPORT_FLAG","features":[527]},{"name":"VDS_FILE_SYSTEM_FORMAT_SUPPORT_PROP","features":[527]},{"name":"VDS_FILE_SYSTEM_NOTIFICATION","features":[527]},{"name":"VDS_FILE_SYSTEM_PROP","features":[527]},{"name":"VDS_FILE_SYSTEM_PROP_FLAG","features":[527]},{"name":"VDS_FILE_SYSTEM_TYPE","features":[527]},{"name":"VDS_FILE_SYSTEM_TYPE_PROP","features":[527]},{"name":"VDS_FORMAT_OPTION_FLAGS","features":[527]},{"name":"VDS_FPF_COMPRESSED","features":[527]},{"name":"VDS_FSF_ALLOCATION_UNIT_128K","features":[527]},{"name":"VDS_FSF_ALLOCATION_UNIT_16K","features":[527]},{"name":"VDS_FSF_ALLOCATION_UNIT_1K","features":[527]},{"name":"VDS_FSF_ALLOCATION_UNIT_256K","features":[527]},{"name":"VDS_FSF_ALLOCATION_UNIT_2K","features":[527]},{"name":"VDS_FSF_ALLOCATION_UNIT_32K","features":[527]},{"name":"VDS_FSF_ALLOCATION_UNIT_4K","features":[527]},{"name":"VDS_FSF_ALLOCATION_UNIT_512","features":[527]},{"name":"VDS_FSF_ALLOCATION_UNIT_64K","features":[527]},{"name":"VDS_FSF_ALLOCATION_UNIT_8K","features":[527]},{"name":"VDS_FSF_SUPPORT_COMPRESS","features":[527]},{"name":"VDS_FSF_SUPPORT_EXTEND","features":[527]},{"name":"VDS_FSF_SUPPORT_FORMAT","features":[527]},{"name":"VDS_FSF_SUPPORT_MOUNT_POINT","features":[527]},{"name":"VDS_FSF_SUPPORT_QUICK_FORMAT","features":[527]},{"name":"VDS_FSF_SUPPORT_REMOVABLE_MEDIA","features":[527]},{"name":"VDS_FSF_SUPPORT_SPECIFY_LABEL","features":[527]},{"name":"VDS_FSOF_COMPRESSION","features":[527]},{"name":"VDS_FSOF_DUPLICATE_METADATA","features":[527]},{"name":"VDS_FSOF_FORCE","features":[527]},{"name":"VDS_FSOF_NONE","features":[527]},{"name":"VDS_FSOF_QUICK","features":[527]},{"name":"VDS_FSS_DEFAULT","features":[527]},{"name":"VDS_FSS_PREVIOUS_REVISION","features":[527]},{"name":"VDS_FSS_RECOMMENDED","features":[527]},{"name":"VDS_FST_CDFS","features":[527]},{"name":"VDS_FST_CSVFS","features":[527]},{"name":"VDS_FST_EXFAT","features":[527]},{"name":"VDS_FST_FAT","features":[527]},{"name":"VDS_FST_FAT32","features":[527]},{"name":"VDS_FST_NTFS","features":[527]},{"name":"VDS_FST_RAW","features":[527]},{"name":"VDS_FST_REFS","features":[527]},{"name":"VDS_FST_UDF","features":[527]},{"name":"VDS_FST_UNKNOWN","features":[527]},{"name":"VDS_HBAPORT_PROP","features":[527]},{"name":"VDS_HBAPORT_SPEED_FLAG","features":[527]},{"name":"VDS_HBAPORT_STATUS","features":[527]},{"name":"VDS_HBAPORT_TYPE","features":[527]},{"name":"VDS_HEALTH","features":[527]},{"name":"VDS_HINTS","features":[305,527]},{"name":"VDS_HINTS2","features":[305,527]},{"name":"VDS_HINT_ALLOCATEHOTSPARE","features":[527]},{"name":"VDS_HINT_BUSTYPE","features":[527]},{"name":"VDS_HINT_CONSISTENCYCHECKENABLED","features":[527]},{"name":"VDS_HINT_FASTCRASHRECOVERYREQUIRED","features":[527]},{"name":"VDS_HINT_HARDWARECHECKSUMENABLED","features":[527]},{"name":"VDS_HINT_ISYANKABLE","features":[527]},{"name":"VDS_HINT_MEDIASCANENABLED","features":[527]},{"name":"VDS_HINT_MOSTLYREADS","features":[527]},{"name":"VDS_HINT_OPTIMIZEFORSEQUENTIALREADS","features":[527]},{"name":"VDS_HINT_OPTIMIZEFORSEQUENTIALWRITES","features":[527]},{"name":"VDS_HINT_READBACKVERIFYENABLED","features":[527]},{"name":"VDS_HINT_READCACHINGENABLED","features":[527]},{"name":"VDS_HINT_REMAPENABLED","features":[527]},{"name":"VDS_HINT_USEMIRROREDCACHE","features":[527]},{"name":"VDS_HINT_WRITECACHINGENABLED","features":[527]},{"name":"VDS_HINT_WRITETHROUGHCACHINGENABLED","features":[527]},{"name":"VDS_HPS_BYPASSED","features":[527]},{"name":"VDS_HPS_DIAGNOSTICS","features":[527]},{"name":"VDS_HPS_ERROR","features":[527]},{"name":"VDS_HPS_LINKDOWN","features":[527]},{"name":"VDS_HPS_LOOPBACK","features":[527]},{"name":"VDS_HPS_OFFLINE","features":[527]},{"name":"VDS_HPS_ONLINE","features":[527]},{"name":"VDS_HPS_UNKNOWN","features":[527]},{"name":"VDS_HPT_EPORT","features":[527]},{"name":"VDS_HPT_FLPORT","features":[527]},{"name":"VDS_HPT_FPORT","features":[527]},{"name":"VDS_HPT_GPORT","features":[527]},{"name":"VDS_HPT_LPORT","features":[527]},{"name":"VDS_HPT_NLPORT","features":[527]},{"name":"VDS_HPT_NOTPRESENT","features":[527]},{"name":"VDS_HPT_NPORT","features":[527]},{"name":"VDS_HPT_OTHER","features":[527]},{"name":"VDS_HPT_PTP","features":[527]},{"name":"VDS_HPT_UNKNOWN","features":[527]},{"name":"VDS_HSF_10GBIT","features":[527]},{"name":"VDS_HSF_1GBIT","features":[527]},{"name":"VDS_HSF_2GBIT","features":[527]},{"name":"VDS_HSF_4GBIT","features":[527]},{"name":"VDS_HSF_NOT_NEGOTIATED","features":[527]},{"name":"VDS_HSF_UNKNOWN","features":[527]},{"name":"VDS_HWPROVIDER_TYPE","features":[527]},{"name":"VDS_HWT_FIBRE_CHANNEL","features":[527]},{"name":"VDS_HWT_HYBRID","features":[527]},{"name":"VDS_HWT_ISCSI","features":[527]},{"name":"VDS_HWT_PCI_RAID","features":[527]},{"name":"VDS_HWT_SAS","features":[527]},{"name":"VDS_HWT_UNKNOWN","features":[527]},{"name":"VDS_H_DEGRADED","features":[527]},{"name":"VDS_H_FAILED","features":[527]},{"name":"VDS_H_FAILED_REDUNDANCY","features":[527]},{"name":"VDS_H_FAILED_REDUNDANCY_FAILING","features":[527]},{"name":"VDS_H_FAILING","features":[527]},{"name":"VDS_H_FAILING_REDUNDANCY","features":[527]},{"name":"VDS_H_HEALTHY","features":[527]},{"name":"VDS_H_PENDING_FAILURE","features":[527]},{"name":"VDS_H_REBUILDING","features":[527]},{"name":"VDS_H_REPLACED","features":[527]},{"name":"VDS_H_STALE","features":[527]},{"name":"VDS_H_UNKNOWN","features":[527]},{"name":"VDS_IAT_CHAP","features":[527]},{"name":"VDS_IAT_MUTUAL_CHAP","features":[527]},{"name":"VDS_IAT_NONE","features":[527]},{"name":"VDS_IA_FCFS","features":[527]},{"name":"VDS_IA_FCPH","features":[527]},{"name":"VDS_IA_FCPH3","features":[527]},{"name":"VDS_IA_MAC","features":[527]},{"name":"VDS_IA_SCSI","features":[527]},{"name":"VDS_IA_UNKNOWN","features":[527]},{"name":"VDS_IIF_AGGRESSIVE_MODE","features":[527]},{"name":"VDS_IIF_IKE","features":[527]},{"name":"VDS_IIF_MAIN_MODE","features":[527]},{"name":"VDS_IIF_PFS_ENABLE","features":[527]},{"name":"VDS_IIF_TRANSPORT_MODE_PREFERRED","features":[527]},{"name":"VDS_IIF_TUNNEL_MODE_PREFERRED","features":[527]},{"name":"VDS_IIF_VALID","features":[527]},{"name":"VDS_ILF_MULTIPATH_ENABLED","features":[527]},{"name":"VDS_ILF_REQUIRE_IPSEC","features":[527]},{"name":"VDS_ILT_BOOT","features":[527]},{"name":"VDS_ILT_MANUAL","features":[527]},{"name":"VDS_ILT_PERSISTENT","features":[527]},{"name":"VDS_INPUT_DISK","features":[527]},{"name":"VDS_INTERCONNECT","features":[527]},{"name":"VDS_INTERCONNECT_ADDRESS_TYPE","features":[527]},{"name":"VDS_INTERCONNECT_FLAG","features":[527]},{"name":"VDS_IPADDRESS","features":[527]},{"name":"VDS_IPADDRESS_TYPE","features":[527]},{"name":"VDS_IPS_FAILED","features":[527]},{"name":"VDS_IPS_NOT_READY","features":[527]},{"name":"VDS_IPS_OFFLINE","features":[527]},{"name":"VDS_IPS_ONLINE","features":[527]},{"name":"VDS_IPS_UNKNOWN","features":[527]},{"name":"VDS_IPT_EMPTY","features":[527]},{"name":"VDS_IPT_IPV4","features":[527]},{"name":"VDS_IPT_IPV6","features":[527]},{"name":"VDS_IPT_TEXT","features":[527]},{"name":"VDS_ISCSI_AUTH_TYPE","features":[527]},{"name":"VDS_ISCSI_INITIATOR_ADAPTER_PROP","features":[527]},{"name":"VDS_ISCSI_INITIATOR_PORTAL_PROP","features":[527]},{"name":"VDS_ISCSI_IPSEC_FLAG","features":[527]},{"name":"VDS_ISCSI_IPSEC_KEY","features":[527]},{"name":"VDS_ISCSI_LOGIN_FLAG","features":[527]},{"name":"VDS_ISCSI_LOGIN_TYPE","features":[527]},{"name":"VDS_ISCSI_PORTALGROUP_PROP","features":[527]},{"name":"VDS_ISCSI_PORTAL_PROP","features":[527]},{"name":"VDS_ISCSI_PORTAL_STATUS","features":[527]},{"name":"VDS_ISCSI_SHARED_SECRET","features":[527]},{"name":"VDS_ISCSI_TARGET_PROP","features":[305,527]},{"name":"VDS_ITF_FIBRE_CHANNEL","features":[527]},{"name":"VDS_ITF_ISCSI","features":[527]},{"name":"VDS_ITF_PCI_RAID","features":[527]},{"name":"VDS_ITF_SAS","features":[527]},{"name":"VDS_LBF_DYN_LEAST_QUEUE_DEPTH","features":[527]},{"name":"VDS_LBF_FAILOVER","features":[527]},{"name":"VDS_LBF_LEAST_BLOCKS","features":[527]},{"name":"VDS_LBF_ROUND_ROBIN","features":[527]},{"name":"VDS_LBF_ROUND_ROBIN_WITH_SUBSET","features":[527]},{"name":"VDS_LBF_VENDOR_SPECIFIC","features":[527]},{"name":"VDS_LBF_WEIGHTED_PATHS","features":[527]},{"name":"VDS_LBP_DYN_LEAST_QUEUE_DEPTH","features":[527]},{"name":"VDS_LBP_FAILOVER","features":[527]},{"name":"VDS_LBP_LEAST_BLOCKS","features":[527]},{"name":"VDS_LBP_ROUND_ROBIN","features":[527]},{"name":"VDS_LBP_ROUND_ROBIN_WITH_SUBSET","features":[527]},{"name":"VDS_LBP_UNKNOWN","features":[527]},{"name":"VDS_LBP_VENDOR_SPECIFIC","features":[527]},{"name":"VDS_LBP_WEIGHTED_PATHS","features":[527]},{"name":"VDS_LF_CONSISTENCY_CHECK_ENABLED","features":[527]},{"name":"VDS_LF_HARDWARE_CHECKSUM_ENABLED","features":[527]},{"name":"VDS_LF_LBN_REMAP_ENABLED","features":[527]},{"name":"VDS_LF_MEDIA_SCAN_ENABLED","features":[527]},{"name":"VDS_LF_READ_BACK_VERIFY_ENABLED","features":[527]},{"name":"VDS_LF_READ_CACHE_ENABLED","features":[527]},{"name":"VDS_LF_SNAPSHOT","features":[527]},{"name":"VDS_LF_WRITE_CACHE_ENABLED","features":[527]},{"name":"VDS_LF_WRITE_THROUGH_CACHING_ENABLED","features":[527]},{"name":"VDS_LOADBALANCE_POLICY_ENUM","features":[527]},{"name":"VDS_LPF_LBN_REMAP_ENABLED","features":[527]},{"name":"VDS_LPS_FAILED","features":[527]},{"name":"VDS_LPS_NOT_READY","features":[527]},{"name":"VDS_LPS_OFFLINE","features":[527]},{"name":"VDS_LPS_ONLINE","features":[527]},{"name":"VDS_LPS_UNKNOWN","features":[527]},{"name":"VDS_LPT_PARITY","features":[527]},{"name":"VDS_LPT_RAID03","features":[527]},{"name":"VDS_LPT_RAID05","features":[527]},{"name":"VDS_LPT_RAID10","features":[527]},{"name":"VDS_LPT_RAID15","features":[527]},{"name":"VDS_LPT_RAID2","features":[527]},{"name":"VDS_LPT_RAID3","features":[527]},{"name":"VDS_LPT_RAID30","features":[527]},{"name":"VDS_LPT_RAID4","features":[527]},{"name":"VDS_LPT_RAID5","features":[527]},{"name":"VDS_LPT_RAID50","features":[527]},{"name":"VDS_LPT_RAID53","features":[527]},{"name":"VDS_LPT_RAID6","features":[527]},{"name":"VDS_LPT_RAID60","features":[527]},{"name":"VDS_LPT_SIMPLE","features":[527]},{"name":"VDS_LPT_SPAN","features":[527]},{"name":"VDS_LPT_STRIPE","features":[527]},{"name":"VDS_LPT_UNKNOWN","features":[527]},{"name":"VDS_LRM_EXCLUSIVE_RO","features":[527]},{"name":"VDS_LRM_EXCLUSIVE_RW","features":[527]},{"name":"VDS_LRM_NONE","features":[527]},{"name":"VDS_LRM_SHARED_RO","features":[527]},{"name":"VDS_LRM_SHARED_RW","features":[527]},{"name":"VDS_LS_FAILED","features":[527]},{"name":"VDS_LS_NOT_READY","features":[527]},{"name":"VDS_LS_OFFLINE","features":[527]},{"name":"VDS_LS_ONLINE","features":[527]},{"name":"VDS_LS_UNKNOWN","features":[527]},{"name":"VDS_LT_DEFAULT","features":[527]},{"name":"VDS_LT_FAULT_TOLERANT","features":[527]},{"name":"VDS_LT_MIRROR","features":[527]},{"name":"VDS_LT_NON_FAULT_TOLERANT","features":[527]},{"name":"VDS_LT_PARITY","features":[527]},{"name":"VDS_LT_RAID01","features":[527]},{"name":"VDS_LT_RAID03","features":[527]},{"name":"VDS_LT_RAID05","features":[527]},{"name":"VDS_LT_RAID10","features":[527]},{"name":"VDS_LT_RAID15","features":[527]},{"name":"VDS_LT_RAID2","features":[527]},{"name":"VDS_LT_RAID3","features":[527]},{"name":"VDS_LT_RAID30","features":[527]},{"name":"VDS_LT_RAID4","features":[527]},{"name":"VDS_LT_RAID5","features":[527]},{"name":"VDS_LT_RAID50","features":[527]},{"name":"VDS_LT_RAID51","features":[527]},{"name":"VDS_LT_RAID53","features":[527]},{"name":"VDS_LT_RAID6","features":[527]},{"name":"VDS_LT_RAID60","features":[527]},{"name":"VDS_LT_RAID61","features":[527]},{"name":"VDS_LT_SIMPLE","features":[527]},{"name":"VDS_LT_SPAN","features":[527]},{"name":"VDS_LT_STRIPE","features":[527]},{"name":"VDS_LT_UNKNOWN","features":[527]},{"name":"VDS_LUN_FLAG","features":[527]},{"name":"VDS_LUN_INFORMATION","features":[305,527]},{"name":"VDS_LUN_NOTIFICATION","features":[527]},{"name":"VDS_LUN_PLEX_FLAG","features":[527]},{"name":"VDS_LUN_PLEX_PROP","features":[527]},{"name":"VDS_LUN_PLEX_STATUS","features":[527]},{"name":"VDS_LUN_PLEX_TYPE","features":[527]},{"name":"VDS_LUN_PROP","features":[527]},{"name":"VDS_LUN_RESERVE_MODE","features":[527]},{"name":"VDS_LUN_STATUS","features":[527]},{"name":"VDS_LUN_TYPE","features":[527]},{"name":"VDS_MAINTENANCE_OPERATION","features":[527]},{"name":"VDS_MOUNT_POINT_NOTIFICATION","features":[527]},{"name":"VDS_MPS_FAILED","features":[527]},{"name":"VDS_MPS_ONLINE","features":[527]},{"name":"VDS_MPS_STANDBY","features":[527]},{"name":"VDS_MPS_UNKNOWN","features":[527]},{"name":"VDS_NF_CONTROLLER","features":[527]},{"name":"VDS_NF_CONTROLLER_ARRIVE","features":[527]},{"name":"VDS_NF_CONTROLLER_DEPART","features":[527]},{"name":"VDS_NF_CONTROLLER_MODIFY","features":[527]},{"name":"VDS_NF_CONTROLLER_REMOVED","features":[527]},{"name":"VDS_NF_DISK","features":[527]},{"name":"VDS_NF_DISK_ARRIVE","features":[527]},{"name":"VDS_NF_DISK_DEPART","features":[527]},{"name":"VDS_NF_DISK_MODIFY","features":[527]},{"name":"VDS_NF_DRIVE","features":[527]},{"name":"VDS_NF_DRIVE_ARRIVE","features":[527]},{"name":"VDS_NF_DRIVE_DEPART","features":[527]},{"name":"VDS_NF_DRIVE_LETTER_ASSIGN","features":[527]},{"name":"VDS_NF_DRIVE_LETTER_FREE","features":[527]},{"name":"VDS_NF_DRIVE_MODIFY","features":[527]},{"name":"VDS_NF_DRIVE_REMOVED","features":[527]},{"name":"VDS_NF_FILE_SYSTEM","features":[527]},{"name":"VDS_NF_FILE_SYSTEM_FORMAT_PROGRESS","features":[527]},{"name":"VDS_NF_FILE_SYSTEM_MODIFY","features":[527]},{"name":"VDS_NF_FILE_SYSTEM_SHRINKING_PROGRESS","features":[527]},{"name":"VDS_NF_LUN","features":[527]},{"name":"VDS_NF_LUN_ARRIVE","features":[527]},{"name":"VDS_NF_LUN_DEPART","features":[527]},{"name":"VDS_NF_LUN_MODIFY","features":[527]},{"name":"VDS_NF_MOUNT_POINTS_CHANGE","features":[527]},{"name":"VDS_NF_PACK","features":[527]},{"name":"VDS_NF_PACK_ARRIVE","features":[527]},{"name":"VDS_NF_PACK_DEPART","features":[527]},{"name":"VDS_NF_PACK_MODIFY","features":[527]},{"name":"VDS_NF_PARTITION_ARRIVE","features":[527]},{"name":"VDS_NF_PARTITION_DEPART","features":[527]},{"name":"VDS_NF_PARTITION_MODIFY","features":[527]},{"name":"VDS_NF_PORT","features":[527]},{"name":"VDS_NF_PORTAL_ARRIVE","features":[527]},{"name":"VDS_NF_PORTAL_DEPART","features":[527]},{"name":"VDS_NF_PORTAL_GROUP_ARRIVE","features":[527]},{"name":"VDS_NF_PORTAL_GROUP_DEPART","features":[527]},{"name":"VDS_NF_PORTAL_GROUP_MODIFY","features":[527]},{"name":"VDS_NF_PORTAL_MODIFY","features":[527]},{"name":"VDS_NF_PORT_ARRIVE","features":[527]},{"name":"VDS_NF_PORT_DEPART","features":[527]},{"name":"VDS_NF_PORT_MODIFY","features":[527]},{"name":"VDS_NF_PORT_REMOVED","features":[527]},{"name":"VDS_NF_SERVICE_OUT_OF_SYNC","features":[527]},{"name":"VDS_NF_SUB_SYSTEM_ARRIVE","features":[527]},{"name":"VDS_NF_SUB_SYSTEM_DEPART","features":[527]},{"name":"VDS_NF_SUB_SYSTEM_MODIFY","features":[527]},{"name":"VDS_NF_TARGET_ARRIVE","features":[527]},{"name":"VDS_NF_TARGET_DEPART","features":[527]},{"name":"VDS_NF_TARGET_MODIFY","features":[527]},{"name":"VDS_NF_VOLUME_ARRIVE","features":[527]},{"name":"VDS_NF_VOLUME_DEPART","features":[527]},{"name":"VDS_NF_VOLUME_MODIFY","features":[527]},{"name":"VDS_NF_VOLUME_REBUILDING_PROGRESS","features":[527]},{"name":"VDS_NOTIFICATION","features":[527]},{"name":"VDS_NOTIFICATION_TARGET_TYPE","features":[527]},{"name":"VDS_NTT_CONTROLLER","features":[527]},{"name":"VDS_NTT_DISK","features":[527]},{"name":"VDS_NTT_DRIVE","features":[527]},{"name":"VDS_NTT_DRIVE_LETTER","features":[527]},{"name":"VDS_NTT_FILE_SYSTEM","features":[527]},{"name":"VDS_NTT_LUN","features":[527]},{"name":"VDS_NTT_MOUNT_POINT","features":[527]},{"name":"VDS_NTT_PACK","features":[527]},{"name":"VDS_NTT_PARTITION","features":[527]},{"name":"VDS_NTT_PORT","features":[527]},{"name":"VDS_NTT_PORTAL","features":[527]},{"name":"VDS_NTT_PORTAL_GROUP","features":[527]},{"name":"VDS_NTT_SERVICE","features":[527]},{"name":"VDS_NTT_SUB_SYSTEM","features":[527]},{"name":"VDS_NTT_TARGET","features":[527]},{"name":"VDS_NTT_UNKNOWN","features":[527]},{"name":"VDS_NTT_VOLUME","features":[527]},{"name":"VDS_OBJECT_TYPE","features":[527]},{"name":"VDS_OT_ASYNC","features":[527]},{"name":"VDS_OT_CONTROLLER","features":[527]},{"name":"VDS_OT_DISK","features":[527]},{"name":"VDS_OT_DRIVE","features":[527]},{"name":"VDS_OT_ENUM","features":[527]},{"name":"VDS_OT_HBAPORT","features":[527]},{"name":"VDS_OT_INIT_ADAPTER","features":[527]},{"name":"VDS_OT_INIT_PORTAL","features":[527]},{"name":"VDS_OT_LUN","features":[527]},{"name":"VDS_OT_LUN_PLEX","features":[527]},{"name":"VDS_OT_OPEN_VDISK","features":[527]},{"name":"VDS_OT_PACK","features":[527]},{"name":"VDS_OT_PORT","features":[527]},{"name":"VDS_OT_PORTAL","features":[527]},{"name":"VDS_OT_PORTAL_GROUP","features":[527]},{"name":"VDS_OT_PROVIDER","features":[527]},{"name":"VDS_OT_STORAGE_POOL","features":[527]},{"name":"VDS_OT_SUB_SYSTEM","features":[527]},{"name":"VDS_OT_TARGET","features":[527]},{"name":"VDS_OT_UNKNOWN","features":[527]},{"name":"VDS_OT_VDISK","features":[527]},{"name":"VDS_OT_VOLUME","features":[527]},{"name":"VDS_OT_VOLUME_PLEX","features":[527]},{"name":"VDS_PACK_FLAG","features":[527]},{"name":"VDS_PACK_NOTIFICATION","features":[527]},{"name":"VDS_PACK_PROP","features":[527]},{"name":"VDS_PACK_STATUS","features":[527]},{"name":"VDS_PARTITION_FLAG","features":[527]},{"name":"VDS_PARTITION_INFORMATION_EX","features":[305,527]},{"name":"VDS_PARTITION_INFO_GPT","features":[527]},{"name":"VDS_PARTITION_INFO_MBR","features":[305,527]},{"name":"VDS_PARTITION_NOTIFICATION","features":[527]},{"name":"VDS_PARTITION_PROP","features":[305,527]},{"name":"VDS_PARTITION_STYLE","features":[527]},{"name":"VDS_PARTITION_STYLE_GPT","features":[527]},{"name":"VDS_PARTITION_STYLE_MBR","features":[527]},{"name":"VDS_PARTITION_STYLE_RAW","features":[527]},{"name":"VDS_PATH_ID","features":[527]},{"name":"VDS_PATH_INFO","features":[527]},{"name":"VDS_PATH_POLICY","features":[305,527]},{"name":"VDS_PATH_STATUS","features":[527]},{"name":"VDS_PF_DYNAMIC","features":[527]},{"name":"VDS_PF_INTERNAL_HARDWARE_PROVIDER","features":[527]},{"name":"VDS_PF_ONE_DISK_ONLY_PER_PACK","features":[527]},{"name":"VDS_PF_ONE_PACK_ONLINE_ONLY","features":[527]},{"name":"VDS_PF_SUPPORT_DYNAMIC","features":[527]},{"name":"VDS_PF_SUPPORT_DYNAMIC_1394","features":[527]},{"name":"VDS_PF_SUPPORT_FAULT_TOLERANT","features":[527]},{"name":"VDS_PF_SUPPORT_MIRROR","features":[527]},{"name":"VDS_PF_SUPPORT_RAID5","features":[527]},{"name":"VDS_PF_VOLUME_SPACE_MUST_BE_CONTIGUOUS","features":[527]},{"name":"VDS_PKF_CORRUPTED","features":[527]},{"name":"VDS_PKF_FOREIGN","features":[527]},{"name":"VDS_PKF_NOQUORUM","features":[527]},{"name":"VDS_PKF_ONLINE_ERROR","features":[527]},{"name":"VDS_PKF_POLICY","features":[527]},{"name":"VDS_POOL_ATTRIBUTES","features":[305,527]},{"name":"VDS_POOL_ATTRIB_ACCS_BDW_WT_HINT","features":[527]},{"name":"VDS_POOL_ATTRIB_ACCS_DIR_HINT","features":[527]},{"name":"VDS_POOL_ATTRIB_ACCS_LTNCY_HINT","features":[527]},{"name":"VDS_POOL_ATTRIB_ACCS_RNDM_HINT","features":[527]},{"name":"VDS_POOL_ATTRIB_ACCS_SIZE_HINT","features":[527]},{"name":"VDS_POOL_ATTRIB_ALLOW_SPINDOWN","features":[527]},{"name":"VDS_POOL_ATTRIB_BUSTYPE","features":[527]},{"name":"VDS_POOL_ATTRIB_CUSTOM_ATTRIB","features":[527]},{"name":"VDS_POOL_ATTRIB_DATA_AVL_HINT","features":[527]},{"name":"VDS_POOL_ATTRIB_DATA_RDNCY_DEF","features":[527]},{"name":"VDS_POOL_ATTRIB_DATA_RDNCY_MAX","features":[527]},{"name":"VDS_POOL_ATTRIB_DATA_RDNCY_MIN","features":[527]},{"name":"VDS_POOL_ATTRIB_NO_SINGLE_POF","features":[527]},{"name":"VDS_POOL_ATTRIB_NUM_CLMNS","features":[527]},{"name":"VDS_POOL_ATTRIB_NUM_CLMNS_DEF","features":[527]},{"name":"VDS_POOL_ATTRIB_NUM_CLMNS_MAX","features":[527]},{"name":"VDS_POOL_ATTRIB_NUM_CLMNS_MIN","features":[527]},{"name":"VDS_POOL_ATTRIB_PKG_RDNCY_DEF","features":[527]},{"name":"VDS_POOL_ATTRIB_PKG_RDNCY_MAX","features":[527]},{"name":"VDS_POOL_ATTRIB_PKG_RDNCY_MIN","features":[527]},{"name":"VDS_POOL_ATTRIB_RAIDTYPE","features":[527]},{"name":"VDS_POOL_ATTRIB_STOR_COST_HINT","features":[527]},{"name":"VDS_POOL_ATTRIB_STOR_EFFCY_HINT","features":[527]},{"name":"VDS_POOL_ATTRIB_STRIPE_SIZE","features":[527]},{"name":"VDS_POOL_ATTRIB_STRIPE_SIZE_DEF","features":[527]},{"name":"VDS_POOL_ATTRIB_STRIPE_SIZE_MAX","features":[527]},{"name":"VDS_POOL_ATTRIB_STRIPE_SIZE_MIN","features":[527]},{"name":"VDS_POOL_ATTRIB_THIN_PROVISION","features":[527]},{"name":"VDS_POOL_CUSTOM_ATTRIBUTES","features":[527]},{"name":"VDS_PORTAL_GROUP_NOTIFICATION","features":[527]},{"name":"VDS_PORTAL_NOTIFICATION","features":[527]},{"name":"VDS_PORT_NOTIFICATION","features":[527]},{"name":"VDS_PORT_PROP","features":[527]},{"name":"VDS_PORT_STATUS","features":[527]},{"name":"VDS_PROVIDER_FLAG","features":[527]},{"name":"VDS_PROVIDER_LBSUPPORT_FLAG","features":[527]},{"name":"VDS_PROVIDER_PROP","features":[527]},{"name":"VDS_PROVIDER_TYPE","features":[527]},{"name":"VDS_PRS_FAILED","features":[527]},{"name":"VDS_PRS_NOT_READY","features":[527]},{"name":"VDS_PRS_OFFLINE","features":[527]},{"name":"VDS_PRS_ONLINE","features":[527]},{"name":"VDS_PRS_REMOVED","features":[527]},{"name":"VDS_PRS_UNKNOWN","features":[527]},{"name":"VDS_PST_GPT","features":[527]},{"name":"VDS_PST_MBR","features":[527]},{"name":"VDS_PST_UNKNOWN","features":[527]},{"name":"VDS_PS_OFFLINE","features":[527]},{"name":"VDS_PS_ONLINE","features":[527]},{"name":"VDS_PS_UNKNOWN","features":[527]},{"name":"VDS_PTF_SYSTEM","features":[527]},{"name":"VDS_PT_HARDWARE","features":[527]},{"name":"VDS_PT_MAX","features":[527]},{"name":"VDS_PT_SOFTWARE","features":[527]},{"name":"VDS_PT_UNKNOWN","features":[527]},{"name":"VDS_PT_VIRTUALDISK","features":[527]},{"name":"VDS_QUERY_HARDWARE_PROVIDERS","features":[527]},{"name":"VDS_QUERY_PROVIDER_FLAG","features":[527]},{"name":"VDS_QUERY_SOFTWARE_PROVIDERS","features":[527]},{"name":"VDS_QUERY_VIRTUALDISK_PROVIDERS","features":[527]},{"name":"VDS_RAID_TYPE","features":[527]},{"name":"VDS_RA_REFRESH","features":[527]},{"name":"VDS_RA_RESTART","features":[527]},{"name":"VDS_RA_UNKNOWN","features":[527]},{"name":"VDS_REBUILD_PRIORITY_MAX","features":[527]},{"name":"VDS_REBUILD_PRIORITY_MIN","features":[527]},{"name":"VDS_RECOVER_ACTION","features":[527]},{"name":"VDS_REPARSE_POINT_PROP","features":[527]},{"name":"VDS_RT_RAID0","features":[527]},{"name":"VDS_RT_RAID01","features":[527]},{"name":"VDS_RT_RAID03","features":[527]},{"name":"VDS_RT_RAID05","features":[527]},{"name":"VDS_RT_RAID1","features":[527]},{"name":"VDS_RT_RAID10","features":[527]},{"name":"VDS_RT_RAID15","features":[527]},{"name":"VDS_RT_RAID2","features":[527]},{"name":"VDS_RT_RAID3","features":[527]},{"name":"VDS_RT_RAID30","features":[527]},{"name":"VDS_RT_RAID4","features":[527]},{"name":"VDS_RT_RAID5","features":[527]},{"name":"VDS_RT_RAID50","features":[527]},{"name":"VDS_RT_RAID51","features":[527]},{"name":"VDS_RT_RAID53","features":[527]},{"name":"VDS_RT_RAID6","features":[527]},{"name":"VDS_RT_RAID60","features":[527]},{"name":"VDS_RT_RAID61","features":[527]},{"name":"VDS_RT_UNKNOWN","features":[527]},{"name":"VDS_SAN_POLICY","features":[527]},{"name":"VDS_SERVICE_FLAG","features":[527]},{"name":"VDS_SERVICE_NOTIFICATION","features":[527]},{"name":"VDS_SERVICE_PROP","features":[527]},{"name":"VDS_SF_CONSISTENCY_CHECK_CAPABLE","features":[527]},{"name":"VDS_SF_DRIVE_EXTENT_CAPABLE","features":[527]},{"name":"VDS_SF_HARDWARE_CHECKSUM_CAPABLE","features":[527]},{"name":"VDS_SF_LUN_MASKING_CAPABLE","features":[527]},{"name":"VDS_SF_LUN_PLEXING_CAPABLE","features":[527]},{"name":"VDS_SF_LUN_REMAPPING_CAPABLE","features":[527]},{"name":"VDS_SF_MEDIA_SCAN_CAPABLE","features":[527]},{"name":"VDS_SF_RADIUS_CAPABLE","features":[527]},{"name":"VDS_SF_READ_BACK_VERIFY_CAPABLE","features":[527]},{"name":"VDS_SF_READ_CACHING_CAPABLE","features":[527]},{"name":"VDS_SF_SUPPORTS_AUTH_CHAP","features":[527]},{"name":"VDS_SF_SUPPORTS_AUTH_MUTUAL_CHAP","features":[527]},{"name":"VDS_SF_SUPPORTS_FAULT_TOLERANT_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_LUN_NUMBER","features":[527]},{"name":"VDS_SF_SUPPORTS_MIRRORED_CACHE","features":[527]},{"name":"VDS_SF_SUPPORTS_MIRROR_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_NON_FAULT_TOLERANT_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_PARITY_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID01_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID03_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID05_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID10_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID15_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID2_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID30_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID3_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID4_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID50_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID51_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID53_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID5_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID60_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID61_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_RAID6_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_SIMPLE_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_SIMPLE_TARGET_CONFIG","features":[527]},{"name":"VDS_SF_SUPPORTS_SPAN_LUNS","features":[527]},{"name":"VDS_SF_SUPPORTS_STRIPE_LUNS","features":[527]},{"name":"VDS_SF_WRITE_CACHING_CAPABLE","features":[527]},{"name":"VDS_SF_WRITE_THROUGH_CACHING_CAPABLE","features":[527]},{"name":"VDS_SPS_NOT_READY","features":[527]},{"name":"VDS_SPS_OFFLINE","features":[527]},{"name":"VDS_SPS_ONLINE","features":[527]},{"name":"VDS_SPS_UNKNOWN","features":[527]},{"name":"VDS_SPT_CONCRETE","features":[527]},{"name":"VDS_SPT_PRIMORDIAL","features":[527]},{"name":"VDS_SPT_UNKNOWN","features":[527]},{"name":"VDS_SP_MAX","features":[527]},{"name":"VDS_SP_OFFLINE","features":[527]},{"name":"VDS_SP_OFFLINE_INTERNAL","features":[527]},{"name":"VDS_SP_OFFLINE_SHARED","features":[527]},{"name":"VDS_SP_ONLINE","features":[527]},{"name":"VDS_SP_UNKNOWN","features":[527]},{"name":"VDS_SSS_FAILED","features":[527]},{"name":"VDS_SSS_NOT_READY","features":[527]},{"name":"VDS_SSS_OFFLINE","features":[527]},{"name":"VDS_SSS_ONLINE","features":[527]},{"name":"VDS_SSS_PARTIALLY_MANAGED","features":[527]},{"name":"VDS_SSS_UNKNOWN","features":[527]},{"name":"VDS_STORAGE_BUS_TYPE","features":[527]},{"name":"VDS_STORAGE_DEVICE_ID_DESCRIPTOR","features":[527]},{"name":"VDS_STORAGE_IDENTIFIER","features":[527]},{"name":"VDS_STORAGE_IDENTIFIER_CODE_SET","features":[527]},{"name":"VDS_STORAGE_IDENTIFIER_TYPE","features":[527]},{"name":"VDS_STORAGE_POOL_DRIVE_EXTENT","features":[305,527]},{"name":"VDS_STORAGE_POOL_PROP","features":[527]},{"name":"VDS_STORAGE_POOL_STATUS","features":[527]},{"name":"VDS_STORAGE_POOL_TYPE","features":[527]},{"name":"VDS_SUB_SYSTEM_FLAG","features":[527]},{"name":"VDS_SUB_SYSTEM_NOTIFICATION","features":[527]},{"name":"VDS_SUB_SYSTEM_PROP","features":[527]},{"name":"VDS_SUB_SYSTEM_PROP2","features":[527]},{"name":"VDS_SUB_SYSTEM_STATUS","features":[527]},{"name":"VDS_SUB_SYSTEM_SUPPORTED_RAID_TYPE_FLAG","features":[527]},{"name":"VDS_SVF_AUTO_MOUNT_OFF","features":[527]},{"name":"VDS_SVF_CLUSTER_SERVICE_CONFIGURED","features":[527]},{"name":"VDS_SVF_EFI","features":[527]},{"name":"VDS_SVF_OS_UNINSTALL_VALID","features":[527]},{"name":"VDS_SVF_SUPPORT_DYNAMIC","features":[527]},{"name":"VDS_SVF_SUPPORT_DYNAMIC_1394","features":[527]},{"name":"VDS_SVF_SUPPORT_FAULT_TOLERANT","features":[527]},{"name":"VDS_SVF_SUPPORT_GPT","features":[527]},{"name":"VDS_SVF_SUPPORT_MIRROR","features":[527]},{"name":"VDS_SVF_SUPPORT_RAID5","features":[527]},{"name":"VDS_SVF_SUPPORT_REFS","features":[527]},{"name":"VDS_S_ACCESS_PATH_NOT_DELETED","features":[527]},{"name":"VDS_S_ALREADY_EXISTS","features":[527]},{"name":"VDS_S_BOOT_PARTITION_NUMBER_CHANGE","features":[527]},{"name":"VDS_S_DEFAULT_PLEX_MEMBER_IDS","features":[527]},{"name":"VDS_S_DISK_DISMOUNT_FAILED","features":[527]},{"name":"VDS_S_DISK_IS_MISSING","features":[527]},{"name":"VDS_S_DISK_MOUNT_FAILED","features":[527]},{"name":"VDS_S_DISK_PARTIALLY_CLEANED","features":[527]},{"name":"VDS_S_DISMOUNT_FAILED","features":[527]},{"name":"VDS_S_EXTEND_FILE_SYSTEM_FAILED","features":[527]},{"name":"VDS_S_FS_LOCK","features":[527]},{"name":"VDS_S_GPT_BOOT_MIRRORED_TO_MBR","features":[527]},{"name":"VDS_S_IA64_BOOT_MIRRORED_TO_MBR","features":[527]},{"name":"VDS_S_IN_PROGRESS","features":[527]},{"name":"VDS_S_ISCSI_LOGIN_ALREAD_EXISTS","features":[527]},{"name":"VDS_S_ISCSI_PERSISTENT_LOGIN_MAY_NOT_BE_REMOVED","features":[527]},{"name":"VDS_S_ISCSI_SESSION_NOT_FOUND_PERSISTENT_LOGIN_REMOVED","features":[527]},{"name":"VDS_S_MBR_BOOT_MIRRORED_TO_GPT","features":[527]},{"name":"VDS_S_NAME_TRUNCATED","features":[527]},{"name":"VDS_S_NONCONFORMANT_PARTITION_INFO","features":[527]},{"name":"VDS_S_NO_NOTIFICATION","features":[527]},{"name":"VDS_S_PLEX_NOT_LOADED_TO_CACHE","features":[527]},{"name":"VDS_S_PROPERTIES_INCOMPLETE","features":[527]},{"name":"VDS_S_PROVIDER_ERROR_LOADING_CACHE","features":[527]},{"name":"VDS_S_REMOUNT_FAILED","features":[527]},{"name":"VDS_S_RESYNC_NOTIFICATION_TASK_FAILED","features":[527]},{"name":"VDS_S_STATUSES_INCOMPLETELY_SET","features":[527]},{"name":"VDS_S_SYSTEM_PARTITION","features":[527]},{"name":"VDS_S_UNABLE_TO_GET_GPT_ATTRIBUTES","features":[527]},{"name":"VDS_S_UPDATE_BOOTFILE_FAILED","features":[527]},{"name":"VDS_S_VOLUME_COMPRESS_FAILED","features":[527]},{"name":"VDS_S_VSS_FLUSH_AND_HOLD_WRITES","features":[527]},{"name":"VDS_S_VSS_RELEASE_WRITES","features":[527]},{"name":"VDS_S_WINPE_BOOTENTRY","features":[527]},{"name":"VDS_TARGET_NOTIFICATION","features":[527]},{"name":"VDS_TRANSITION_STATE","features":[527]},{"name":"VDS_TS_EXTENDING","features":[527]},{"name":"VDS_TS_RECONFIGING","features":[527]},{"name":"VDS_TS_RESTRIPING","features":[527]},{"name":"VDS_TS_SHRINKING","features":[527]},{"name":"VDS_TS_STABLE","features":[527]},{"name":"VDS_TS_UNKNOWN","features":[527]},{"name":"VDS_VDISK_PROPERTIES","features":[305,526,527]},{"name":"VDS_VDISK_STATE","features":[527]},{"name":"VDS_VERSION_SUPPORT_FLAG","features":[527]},{"name":"VDS_VF_ACTIVE","features":[527]},{"name":"VDS_VF_BACKED_BY_WIM_IMAGE","features":[527]},{"name":"VDS_VF_BACKS_BOOT_VOLUME","features":[527]},{"name":"VDS_VF_BOOT_VOLUME","features":[527]},{"name":"VDS_VF_CAN_EXTEND","features":[527]},{"name":"VDS_VF_CAN_SHRINK","features":[527]},{"name":"VDS_VF_CRASHDUMP","features":[527]},{"name":"VDS_VF_DIRTY","features":[527]},{"name":"VDS_VF_FAT32_NOT_SUPPORTED","features":[527]},{"name":"VDS_VF_FAT_NOT_SUPPORTED","features":[527]},{"name":"VDS_VF_FORMATTING","features":[527]},{"name":"VDS_VF_FVE_ENABLED","features":[527]},{"name":"VDS_VF_HIBERNATION","features":[527]},{"name":"VDS_VF_HIDDEN","features":[527]},{"name":"VDS_VF_INSTALLABLE","features":[527]},{"name":"VDS_VF_LBN_REMAP_ENABLED","features":[527]},{"name":"VDS_VF_NOT_FORMATTABLE","features":[527]},{"name":"VDS_VF_NO_DEFAULT_DRIVE_LETTER","features":[527]},{"name":"VDS_VF_NTFS_NOT_SUPPORTED","features":[527]},{"name":"VDS_VF_PAGEFILE","features":[527]},{"name":"VDS_VF_PERMANENTLY_DISMOUNTED","features":[527]},{"name":"VDS_VF_PERMANENT_DISMOUNT_SUPPORTED","features":[527]},{"name":"VDS_VF_READONLY","features":[527]},{"name":"VDS_VF_REFS_NOT_SUPPORTED","features":[527]},{"name":"VDS_VF_SHADOW_COPY","features":[527]},{"name":"VDS_VF_SYSTEM_VOLUME","features":[527]},{"name":"VDS_VOLUME_FLAG","features":[527]},{"name":"VDS_VOLUME_NOTIFICATION","features":[527]},{"name":"VDS_VOLUME_PLEX_PROP","features":[527]},{"name":"VDS_VOLUME_PLEX_STATUS","features":[527]},{"name":"VDS_VOLUME_PLEX_TYPE","features":[527]},{"name":"VDS_VOLUME_PROP","features":[527]},{"name":"VDS_VOLUME_PROP2","features":[527]},{"name":"VDS_VOLUME_STATUS","features":[527]},{"name":"VDS_VOLUME_TYPE","features":[527]},{"name":"VDS_VPS_FAILED","features":[527]},{"name":"VDS_VPS_NO_MEDIA","features":[527]},{"name":"VDS_VPS_ONLINE","features":[527]},{"name":"VDS_VPS_UNKNOWN","features":[527]},{"name":"VDS_VPT_PARITY","features":[527]},{"name":"VDS_VPT_SIMPLE","features":[527]},{"name":"VDS_VPT_SPAN","features":[527]},{"name":"VDS_VPT_STRIPE","features":[527]},{"name":"VDS_VPT_UNKNOWN","features":[527]},{"name":"VDS_VSF_1_0","features":[527]},{"name":"VDS_VSF_1_1","features":[527]},{"name":"VDS_VSF_2_0","features":[527]},{"name":"VDS_VSF_2_1","features":[527]},{"name":"VDS_VSF_3_0","features":[527]},{"name":"VDS_VST_ADDED","features":[527]},{"name":"VDS_VST_ATTACHED","features":[527]},{"name":"VDS_VST_ATTACHED_NOT_OPEN","features":[527]},{"name":"VDS_VST_ATTACH_PENDING","features":[527]},{"name":"VDS_VST_COMPACTING","features":[527]},{"name":"VDS_VST_DELETED","features":[527]},{"name":"VDS_VST_DETACH_PENDING","features":[527]},{"name":"VDS_VST_EXPANDING","features":[527]},{"name":"VDS_VST_MAX","features":[527]},{"name":"VDS_VST_MERGING","features":[527]},{"name":"VDS_VST_OPEN","features":[527]},{"name":"VDS_VST_UNKNOWN","features":[527]},{"name":"VDS_VS_FAILED","features":[527]},{"name":"VDS_VS_NO_MEDIA","features":[527]},{"name":"VDS_VS_OFFLINE","features":[527]},{"name":"VDS_VS_ONLINE","features":[527]},{"name":"VDS_VS_UNKNOWN","features":[527]},{"name":"VDS_VT_MIRROR","features":[527]},{"name":"VDS_VT_PARITY","features":[527]},{"name":"VDS_VT_SIMPLE","features":[527]},{"name":"VDS_VT_SPAN","features":[527]},{"name":"VDS_VT_STRIPE","features":[527]},{"name":"VDS_VT_UNKNOWN","features":[527]},{"name":"VDS_WWN","features":[527]},{"name":"VER_VDS_LUN_INFORMATION","features":[527]},{"name":"__VDS_PARTITION_STYLE","features":[527]}],"534":[{"name":"CreateVssExpressWriterInternal","features":[528]},{"name":"IVssAdmin","features":[528]},{"name":"IVssAdminEx","features":[528]},{"name":"IVssAsync","features":[528]},{"name":"IVssComponent","features":[528]},{"name":"IVssComponentEx","features":[528]},{"name":"IVssComponentEx2","features":[528]},{"name":"IVssCreateExpressWriterMetadata","features":[528]},{"name":"IVssCreateWriterMetadata","features":[528]},{"name":"IVssDifferentialSoftwareSnapshotMgmt","features":[528]},{"name":"IVssDifferentialSoftwareSnapshotMgmt2","features":[528]},{"name":"IVssDifferentialSoftwareSnapshotMgmt3","features":[528]},{"name":"IVssEnumMgmtObject","features":[528]},{"name":"IVssEnumObject","features":[528]},{"name":"IVssExpressWriter","features":[528]},{"name":"IVssFileShareSnapshotProvider","features":[528]},{"name":"IVssHardwareSnapshotProvider","features":[528]},{"name":"IVssHardwareSnapshotProviderEx","features":[528]},{"name":"IVssProviderCreateSnapshotSet","features":[528]},{"name":"IVssProviderNotifications","features":[528]},{"name":"IVssSnapshotMgmt","features":[528]},{"name":"IVssSnapshotMgmt2","features":[528]},{"name":"IVssSoftwareSnapshotProvider","features":[528]},{"name":"IVssWMDependency","features":[528]},{"name":"IVssWMFiledesc","features":[528]},{"name":"IVssWriterComponents","features":[528]},{"name":"VSSCoordinator","features":[528]},{"name":"VSS_ALTERNATE_WRITER_STATE","features":[528]},{"name":"VSS_APPLICATION_LEVEL","features":[528]},{"name":"VSS_APP_AUTO","features":[528]},{"name":"VSS_APP_BACK_END","features":[528]},{"name":"VSS_APP_FRONT_END","features":[528]},{"name":"VSS_APP_SYSTEM","features":[528]},{"name":"VSS_APP_SYSTEM_RM","features":[528]},{"name":"VSS_APP_UNKNOWN","features":[528]},{"name":"VSS_ASSOC_NO_MAX_SPACE","features":[528]},{"name":"VSS_ASSOC_REMOVE","features":[528]},{"name":"VSS_AWS_ALTERNATE_WRITER_EXISTS","features":[528]},{"name":"VSS_AWS_NO_ALTERNATE_WRITER","features":[528]},{"name":"VSS_AWS_THIS_IS_ALTERNATE_WRITER","features":[528]},{"name":"VSS_AWS_UNDEFINED","features":[528]},{"name":"VSS_BACKUP_SCHEMA","features":[528]},{"name":"VSS_BACKUP_TYPE","features":[528]},{"name":"VSS_BREAKEX_FLAG_MAKE_READ_WRITE","features":[528]},{"name":"VSS_BREAKEX_FLAG_MASK_LUNS","features":[528]},{"name":"VSS_BREAKEX_FLAG_REVERT_IDENTITY_ALL","features":[528]},{"name":"VSS_BREAKEX_FLAG_REVERT_IDENTITY_NONE","features":[528]},{"name":"VSS_BS_AUTHORITATIVE_RESTORE","features":[528]},{"name":"VSS_BS_COPY","features":[528]},{"name":"VSS_BS_DIFFERENTIAL","features":[528]},{"name":"VSS_BS_EXCLUSIVE_INCREMENTAL_DIFFERENTIAL","features":[528]},{"name":"VSS_BS_INCREMENTAL","features":[528]},{"name":"VSS_BS_INDEPENDENT_SYSTEM_STATE","features":[528]},{"name":"VSS_BS_LAST_MODIFY","features":[528]},{"name":"VSS_BS_LOG","features":[528]},{"name":"VSS_BS_LSN","features":[528]},{"name":"VSS_BS_RESTORE_RENAME","features":[528]},{"name":"VSS_BS_ROLLFORWARD_RESTORE","features":[528]},{"name":"VSS_BS_TIMESTAMPED","features":[528]},{"name":"VSS_BS_UNDEFINED","features":[528]},{"name":"VSS_BS_WRITER_SUPPORTS_NEW_TARGET","features":[528]},{"name":"VSS_BS_WRITER_SUPPORTS_PARALLEL_RESTORES","features":[528]},{"name":"VSS_BS_WRITER_SUPPORTS_RESTORE_WITH_MOVE","features":[528]},{"name":"VSS_BT_COPY","features":[528]},{"name":"VSS_BT_DIFFERENTIAL","features":[528]},{"name":"VSS_BT_FULL","features":[528]},{"name":"VSS_BT_INCREMENTAL","features":[528]},{"name":"VSS_BT_LOG","features":[528]},{"name":"VSS_BT_OTHER","features":[528]},{"name":"VSS_BT_UNDEFINED","features":[528]},{"name":"VSS_CF_APP_ROLLBACK_RECOVERY","features":[528]},{"name":"VSS_CF_BACKUP_RECOVERY","features":[528]},{"name":"VSS_CF_NOT_SYSTEM_STATE","features":[528]},{"name":"VSS_COMPONENT_FLAGS","features":[528]},{"name":"VSS_COMPONENT_TYPE","features":[528]},{"name":"VSS_CTX_ALL","features":[528]},{"name":"VSS_CTX_APP_ROLLBACK","features":[528]},{"name":"VSS_CTX_BACKUP","features":[528]},{"name":"VSS_CTX_CLIENT_ACCESSIBLE","features":[528]},{"name":"VSS_CTX_CLIENT_ACCESSIBLE_WRITERS","features":[528]},{"name":"VSS_CTX_FILE_SHARE_BACKUP","features":[528]},{"name":"VSS_CTX_NAS_ROLLBACK","features":[528]},{"name":"VSS_CT_DATABASE","features":[528]},{"name":"VSS_CT_FILEGROUP","features":[528]},{"name":"VSS_CT_UNDEFINED","features":[528]},{"name":"VSS_DIFF_AREA_PROP","features":[528]},{"name":"VSS_DIFF_VOLUME_PROP","features":[528]},{"name":"VSS_E_ASRERROR_CRITICAL_DISKS_TOO_SMALL","features":[528]},{"name":"VSS_E_ASRERROR_CRITICAL_DISK_CANNOT_BE_EXCLUDED","features":[528]},{"name":"VSS_E_ASRERROR_DATADISK_RDISK0","features":[528]},{"name":"VSS_E_ASRERROR_DISK_ASSIGNMENT_FAILED","features":[528]},{"name":"VSS_E_ASRERROR_DISK_RECREATION_FAILED","features":[528]},{"name":"VSS_E_ASRERROR_DYNAMIC_VHD_NOT_SUPPORTED","features":[528]},{"name":"VSS_E_ASRERROR_FIXED_PHYSICAL_DISK_AVAILABLE_AFTER_DISK_EXCLUSION","features":[528]},{"name":"VSS_E_ASRERROR_MISSING_DYNDISK","features":[528]},{"name":"VSS_E_ASRERROR_NO_ARCPATH","features":[528]},{"name":"VSS_E_ASRERROR_NO_PHYSICAL_DISK_AVAILABLE","features":[528]},{"name":"VSS_E_ASRERROR_RDISK0_TOOSMALL","features":[528]},{"name":"VSS_E_ASRERROR_RDISK_FOR_SYSTEM_DISK_NOT_FOUND","features":[528]},{"name":"VSS_E_ASRERROR_SHARED_CRIDISK","features":[528]},{"name":"VSS_E_ASRERROR_SYSTEM_PARTITION_HIDDEN","features":[528]},{"name":"VSS_E_AUTORECOVERY_FAILED","features":[528]},{"name":"VSS_E_BAD_STATE","features":[528]},{"name":"VSS_E_BREAK_REVERT_ID_FAILED","features":[528]},{"name":"VSS_E_CANNOT_REVERT_DISKID","features":[528]},{"name":"VSS_E_CLUSTER_ERROR","features":[528]},{"name":"VSS_E_CLUSTER_TIMEOUT","features":[528]},{"name":"VSS_E_CORRUPT_XML_DOCUMENT","features":[528]},{"name":"VSS_E_CRITICAL_VOLUME_ON_INVALID_DISK","features":[528]},{"name":"VSS_E_DYNAMIC_DISK_ERROR","features":[528]},{"name":"VSS_E_FLUSH_WRITES_TIMEOUT","features":[528]},{"name":"VSS_E_FSS_TIMEOUT","features":[528]},{"name":"VSS_E_HOLD_WRITES_TIMEOUT","features":[528]},{"name":"VSS_E_INSUFFICIENT_STORAGE","features":[528]},{"name":"VSS_E_INVALID_XML_DOCUMENT","features":[528]},{"name":"VSS_E_LEGACY_PROVIDER","features":[528]},{"name":"VSS_E_MAXIMUM_DIFFAREA_ASSOCIATIONS_REACHED","features":[528]},{"name":"VSS_E_MAXIMUM_NUMBER_OF_REMOTE_MACHINES_REACHED","features":[528]},{"name":"VSS_E_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED","features":[528]},{"name":"VSS_E_MAXIMUM_NUMBER_OF_VOLUMES_REACHED","features":[528]},{"name":"VSS_E_MISSING_DISK","features":[528]},{"name":"VSS_E_MISSING_HIDDEN_VOLUME","features":[528]},{"name":"VSS_E_MISSING_VOLUME","features":[528]},{"name":"VSS_E_NESTED_VOLUME_LIMIT","features":[528]},{"name":"VSS_E_NONTRANSPORTABLE_BCD","features":[528]},{"name":"VSS_E_NOT_SUPPORTED","features":[528]},{"name":"VSS_E_NO_SNAPSHOTS_IMPORTED","features":[528]},{"name":"VSS_E_OBJECT_ALREADY_EXISTS","features":[528]},{"name":"VSS_E_OBJECT_NOT_FOUND","features":[528]},{"name":"VSS_E_PROVIDER_ALREADY_REGISTERED","features":[528]},{"name":"VSS_E_PROVIDER_IN_USE","features":[528]},{"name":"VSS_E_PROVIDER_NOT_REGISTERED","features":[528]},{"name":"VSS_E_PROVIDER_VETO","features":[528]},{"name":"VSS_E_REBOOT_REQUIRED","features":[528]},{"name":"VSS_E_REMOTE_SERVER_UNAVAILABLE","features":[528]},{"name":"VSS_E_REMOTE_SERVER_UNSUPPORTED","features":[528]},{"name":"VSS_E_RESYNC_IN_PROGRESS","features":[528]},{"name":"VSS_E_REVERT_IN_PROGRESS","features":[528]},{"name":"VSS_E_REVERT_VOLUME_LOST","features":[528]},{"name":"VSS_E_SNAPSHOT_NOT_IN_SET","features":[528]},{"name":"VSS_E_SNAPSHOT_SET_IN_PROGRESS","features":[528]},{"name":"VSS_E_SOME_SNAPSHOTS_NOT_IMPORTED","features":[528]},{"name":"VSS_E_TRANSACTION_FREEZE_TIMEOUT","features":[528]},{"name":"VSS_E_TRANSACTION_THAW_TIMEOUT","features":[528]},{"name":"VSS_E_UNEXPECTED","features":[528]},{"name":"VSS_E_UNEXPECTED_PROVIDER_ERROR","features":[528]},{"name":"VSS_E_UNEXPECTED_WRITER_ERROR","features":[528]},{"name":"VSS_E_UNSELECTED_VOLUME","features":[528]},{"name":"VSS_E_UNSUPPORTED_CONTEXT","features":[528]},{"name":"VSS_E_VOLUME_IN_USE","features":[528]},{"name":"VSS_E_VOLUME_NOT_LOCAL","features":[528]},{"name":"VSS_E_VOLUME_NOT_SUPPORTED","features":[528]},{"name":"VSS_E_VOLUME_NOT_SUPPORTED_BY_PROVIDER","features":[528]},{"name":"VSS_E_WRITERERROR_INCONSISTENTSNAPSHOT","features":[528]},{"name":"VSS_E_WRITERERROR_NONRETRYABLE","features":[528]},{"name":"VSS_E_WRITERERROR_OUTOFRESOURCES","features":[528]},{"name":"VSS_E_WRITERERROR_PARTIAL_FAILURE","features":[528]},{"name":"VSS_E_WRITERERROR_RECOVERY_FAILED","features":[528]},{"name":"VSS_E_WRITERERROR_RETRYABLE","features":[528]},{"name":"VSS_E_WRITERERROR_TIMEOUT","features":[528]},{"name":"VSS_E_WRITER_ALREADY_SUBSCRIBED","features":[528]},{"name":"VSS_E_WRITER_INFRASTRUCTURE","features":[528]},{"name":"VSS_E_WRITER_NOT_RESPONDING","features":[528]},{"name":"VSS_E_WRITER_STATUS_NOT_AVAILABLE","features":[528]},{"name":"VSS_FILE_RESTORE_STATUS","features":[528]},{"name":"VSS_FILE_SPEC_BACKUP_TYPE","features":[528]},{"name":"VSS_FSBT_ALL_BACKUP_REQUIRED","features":[528]},{"name":"VSS_FSBT_ALL_SNAPSHOT_REQUIRED","features":[528]},{"name":"VSS_FSBT_CREATED_DURING_BACKUP","features":[528]},{"name":"VSS_FSBT_DIFFERENTIAL_BACKUP_REQUIRED","features":[528]},{"name":"VSS_FSBT_DIFFERENTIAL_SNAPSHOT_REQUIRED","features":[528]},{"name":"VSS_FSBT_FULL_BACKUP_REQUIRED","features":[528]},{"name":"VSS_FSBT_FULL_SNAPSHOT_REQUIRED","features":[528]},{"name":"VSS_FSBT_INCREMENTAL_BACKUP_REQUIRED","features":[528]},{"name":"VSS_FSBT_INCREMENTAL_SNAPSHOT_REQUIRED","features":[528]},{"name":"VSS_FSBT_LOG_BACKUP_REQUIRED","features":[528]},{"name":"VSS_FSBT_LOG_SNAPSHOT_REQUIRED","features":[528]},{"name":"VSS_HARDWARE_OPTIONS","features":[528]},{"name":"VSS_MGMT_OBJECT_DIFF_AREA","features":[528]},{"name":"VSS_MGMT_OBJECT_DIFF_VOLUME","features":[528]},{"name":"VSS_MGMT_OBJECT_PROP","features":[528]},{"name":"VSS_MGMT_OBJECT_TYPE","features":[528]},{"name":"VSS_MGMT_OBJECT_UNION","features":[528]},{"name":"VSS_MGMT_OBJECT_UNKNOWN","features":[528]},{"name":"VSS_MGMT_OBJECT_VOLUME","features":[528]},{"name":"VSS_OBJECT_NONE","features":[528]},{"name":"VSS_OBJECT_PROP","features":[528]},{"name":"VSS_OBJECT_PROVIDER","features":[528]},{"name":"VSS_OBJECT_SNAPSHOT","features":[528]},{"name":"VSS_OBJECT_SNAPSHOT_SET","features":[528]},{"name":"VSS_OBJECT_TYPE","features":[528]},{"name":"VSS_OBJECT_TYPE_COUNT","features":[528]},{"name":"VSS_OBJECT_UNION","features":[528]},{"name":"VSS_OBJECT_UNKNOWN","features":[528]},{"name":"VSS_ONLUNSTATECHANGE_DO_MASK_LUNS","features":[528]},{"name":"VSS_ONLUNSTATECHANGE_NOTIFY_LUN_POST_RECOVERY","features":[528]},{"name":"VSS_ONLUNSTATECHANGE_NOTIFY_LUN_PRE_RECOVERY","features":[528]},{"name":"VSS_ONLUNSTATECHANGE_NOTIFY_READ_WRITE","features":[528]},{"name":"VSS_PROTECTION_FAULT","features":[528]},{"name":"VSS_PROTECTION_FAULT_COW_READ_FAILURE","features":[528]},{"name":"VSS_PROTECTION_FAULT_COW_WRITE_FAILURE","features":[528]},{"name":"VSS_PROTECTION_FAULT_DESTROY_ALL_SNAPSHOTS","features":[528]},{"name":"VSS_PROTECTION_FAULT_DIFF_AREA_FULL","features":[528]},{"name":"VSS_PROTECTION_FAULT_DIFF_AREA_MISSING","features":[528]},{"name":"VSS_PROTECTION_FAULT_DIFF_AREA_REMOVED","features":[528]},{"name":"VSS_PROTECTION_FAULT_EXTERNAL_WRITER_TO_DIFF_AREA","features":[528]},{"name":"VSS_PROTECTION_FAULT_FILE_SYSTEM_FAILURE","features":[528]},{"name":"VSS_PROTECTION_FAULT_GROW_FAILED","features":[528]},{"name":"VSS_PROTECTION_FAULT_GROW_TOO_SLOW","features":[528]},{"name":"VSS_PROTECTION_FAULT_IO_FAILURE","features":[528]},{"name":"VSS_PROTECTION_FAULT_IO_FAILURE_DURING_ONLINE","features":[528]},{"name":"VSS_PROTECTION_FAULT_MAPPED_MEMORY_FAILURE","features":[528]},{"name":"VSS_PROTECTION_FAULT_MEMORY_ALLOCATION_FAILURE","features":[528]},{"name":"VSS_PROTECTION_FAULT_META_DATA_CORRUPTION","features":[528]},{"name":"VSS_PROTECTION_FAULT_MOUNT_DURING_CLUSTER_OFFLINE","features":[528]},{"name":"VSS_PROTECTION_FAULT_NONE","features":[528]},{"name":"VSS_PROTECTION_LEVEL","features":[528]},{"name":"VSS_PROTECTION_LEVEL_ORIGINAL_VOLUME","features":[528]},{"name":"VSS_PROTECTION_LEVEL_SNAPSHOT","features":[528]},{"name":"VSS_PROVIDER_CAPABILITIES","features":[528]},{"name":"VSS_PROVIDER_PROP","features":[528]},{"name":"VSS_PROVIDER_TYPE","features":[528]},{"name":"VSS_PROV_FILESHARE","features":[528]},{"name":"VSS_PROV_HARDWARE","features":[528]},{"name":"VSS_PROV_SOFTWARE","features":[528]},{"name":"VSS_PROV_SYSTEM","features":[528]},{"name":"VSS_PROV_UNKNOWN","features":[528]},{"name":"VSS_PRV_CAPABILITY_CLUSTERED","features":[528]},{"name":"VSS_PRV_CAPABILITY_COMPLIANT","features":[528]},{"name":"VSS_PRV_CAPABILITY_DIFFERENTIAL","features":[528]},{"name":"VSS_PRV_CAPABILITY_LEGACY","features":[528]},{"name":"VSS_PRV_CAPABILITY_LUN_REPOINT","features":[528]},{"name":"VSS_PRV_CAPABILITY_LUN_RESYNC","features":[528]},{"name":"VSS_PRV_CAPABILITY_MULTIPLE_IMPORT","features":[528]},{"name":"VSS_PRV_CAPABILITY_OFFLINE_CREATION","features":[528]},{"name":"VSS_PRV_CAPABILITY_PLEX","features":[528]},{"name":"VSS_PRV_CAPABILITY_RECYCLING","features":[528]},{"name":"VSS_RECOVERY_NO_VOLUME_CHECK","features":[528]},{"name":"VSS_RECOVERY_OPTIONS","features":[528]},{"name":"VSS_RECOVERY_REVERT_IDENTITY_ALL","features":[528]},{"name":"VSS_RESTOREMETHOD_ENUM","features":[528]},{"name":"VSS_RESTORE_TARGET","features":[528]},{"name":"VSS_RESTORE_TYPE","features":[528]},{"name":"VSS_RF_ALL","features":[528]},{"name":"VSS_RF_NONE","features":[528]},{"name":"VSS_RF_PARTIAL","features":[528]},{"name":"VSS_RF_UNDEFINED","features":[528]},{"name":"VSS_RME_CUSTOM","features":[528]},{"name":"VSS_RME_RESTORE_AT_REBOOT","features":[528]},{"name":"VSS_RME_RESTORE_AT_REBOOT_IF_CANNOT_REPLACE","features":[528]},{"name":"VSS_RME_RESTORE_IF_CAN_REPLACE","features":[528]},{"name":"VSS_RME_RESTORE_IF_NOT_THERE","features":[528]},{"name":"VSS_RME_RESTORE_STOP_START","features":[528]},{"name":"VSS_RME_RESTORE_TO_ALTERNATE_LOCATION","features":[528]},{"name":"VSS_RME_STOP_RESTORE_START","features":[528]},{"name":"VSS_RME_UNDEFINED","features":[528]},{"name":"VSS_ROLLFORWARD_TYPE","features":[528]},{"name":"VSS_RS_ALL","features":[528]},{"name":"VSS_RS_FAILED","features":[528]},{"name":"VSS_RS_NONE","features":[528]},{"name":"VSS_RS_UNDEFINED","features":[528]},{"name":"VSS_RTYPE_BY_COPY","features":[528]},{"name":"VSS_RTYPE_IMPORT","features":[528]},{"name":"VSS_RTYPE_OTHER","features":[528]},{"name":"VSS_RTYPE_UNDEFINED","features":[528]},{"name":"VSS_RT_ALTERNATE","features":[528]},{"name":"VSS_RT_DIRECTED","features":[528]},{"name":"VSS_RT_ORIGINAL","features":[528]},{"name":"VSS_RT_ORIGINAL_LOCATION","features":[528]},{"name":"VSS_RT_UNDEFINED","features":[528]},{"name":"VSS_SC_DISABLE_CONTENTINDEX","features":[528]},{"name":"VSS_SC_DISABLE_DEFRAG","features":[528]},{"name":"VSS_SM_ALL_FLAGS","features":[528]},{"name":"VSS_SM_BACKUP_EVENTS_FLAG","features":[528]},{"name":"VSS_SM_IO_THROTTLING_FLAG","features":[528]},{"name":"VSS_SM_POST_SNAPSHOT_FLAG","features":[528]},{"name":"VSS_SM_RESTORE_EVENTS_FLAG","features":[528]},{"name":"VSS_SNAPSHOT_COMPATIBILITY","features":[528]},{"name":"VSS_SNAPSHOT_CONTEXT","features":[528]},{"name":"VSS_SNAPSHOT_PROP","features":[528]},{"name":"VSS_SNAPSHOT_PROPERTY_ID","features":[528]},{"name":"VSS_SNAPSHOT_STATE","features":[528]},{"name":"VSS_SOURCE_TYPE","features":[528]},{"name":"VSS_SPROPID_CREATION_TIMESTAMP","features":[528]},{"name":"VSS_SPROPID_EXPOSED_NAME","features":[528]},{"name":"VSS_SPROPID_EXPOSED_PATH","features":[528]},{"name":"VSS_SPROPID_ORIGINAL_VOLUME","features":[528]},{"name":"VSS_SPROPID_ORIGINATING_MACHINE","features":[528]},{"name":"VSS_SPROPID_PROVIDER_ID","features":[528]},{"name":"VSS_SPROPID_SERVICE_MACHINE","features":[528]},{"name":"VSS_SPROPID_SNAPSHOTS_COUNT","features":[528]},{"name":"VSS_SPROPID_SNAPSHOT_ATTRIBUTES","features":[528]},{"name":"VSS_SPROPID_SNAPSHOT_DEVICE","features":[528]},{"name":"VSS_SPROPID_SNAPSHOT_ID","features":[528]},{"name":"VSS_SPROPID_SNAPSHOT_SET_ID","features":[528]},{"name":"VSS_SPROPID_STATUS","features":[528]},{"name":"VSS_SPROPID_UNKNOWN","features":[528]},{"name":"VSS_SS_ABORTED","features":[528]},{"name":"VSS_SS_COMMITTED","features":[528]},{"name":"VSS_SS_COUNT","features":[528]},{"name":"VSS_SS_CREATED","features":[528]},{"name":"VSS_SS_DELETED","features":[528]},{"name":"VSS_SS_POSTCOMMITTED","features":[528]},{"name":"VSS_SS_PRECOMMITTED","features":[528]},{"name":"VSS_SS_PREFINALCOMMITTED","features":[528]},{"name":"VSS_SS_PREPARED","features":[528]},{"name":"VSS_SS_PREPARING","features":[528]},{"name":"VSS_SS_PROCESSING_COMMIT","features":[528]},{"name":"VSS_SS_PROCESSING_POSTCOMMIT","features":[528]},{"name":"VSS_SS_PROCESSING_POSTFINALCOMMIT","features":[528]},{"name":"VSS_SS_PROCESSING_PRECOMMIT","features":[528]},{"name":"VSS_SS_PROCESSING_PREFINALCOMMIT","features":[528]},{"name":"VSS_SS_PROCESSING_PREPARE","features":[528]},{"name":"VSS_SS_UNKNOWN","features":[528]},{"name":"VSS_ST_NONTRANSACTEDDB","features":[528]},{"name":"VSS_ST_OTHER","features":[528]},{"name":"VSS_ST_TRANSACTEDDB","features":[528]},{"name":"VSS_ST_UNDEFINED","features":[528]},{"name":"VSS_SUBSCRIBE_MASK","features":[528]},{"name":"VSS_S_ASYNC_CANCELLED","features":[528]},{"name":"VSS_S_ASYNC_FINISHED","features":[528]},{"name":"VSS_S_ASYNC_PENDING","features":[528]},{"name":"VSS_S_SOME_SNAPSHOTS_NOT_IMPORTED","features":[528]},{"name":"VSS_USAGE_TYPE","features":[528]},{"name":"VSS_UT_BOOTABLESYSTEMSTATE","features":[528]},{"name":"VSS_UT_OTHER","features":[528]},{"name":"VSS_UT_SYSTEMSERVICE","features":[528]},{"name":"VSS_UT_UNDEFINED","features":[528]},{"name":"VSS_UT_USERDATA","features":[528]},{"name":"VSS_VOLSNAP_ATTR_AUTORECOVER","features":[528]},{"name":"VSS_VOLSNAP_ATTR_CLIENT_ACCESSIBLE","features":[528]},{"name":"VSS_VOLSNAP_ATTR_DELAYED_POSTSNAPSHOT","features":[528]},{"name":"VSS_VOLSNAP_ATTR_DIFFERENTIAL","features":[528]},{"name":"VSS_VOLSNAP_ATTR_EXPOSED_LOCALLY","features":[528]},{"name":"VSS_VOLSNAP_ATTR_EXPOSED_REMOTELY","features":[528]},{"name":"VSS_VOLSNAP_ATTR_FILE_SHARE","features":[528]},{"name":"VSS_VOLSNAP_ATTR_HARDWARE_ASSISTED","features":[528]},{"name":"VSS_VOLSNAP_ATTR_IMPORTED","features":[528]},{"name":"VSS_VOLSNAP_ATTR_NOT_SURFACED","features":[528]},{"name":"VSS_VOLSNAP_ATTR_NOT_TRANSACTED","features":[528]},{"name":"VSS_VOLSNAP_ATTR_NO_AUTORECOVERY","features":[528]},{"name":"VSS_VOLSNAP_ATTR_NO_AUTO_RELEASE","features":[528]},{"name":"VSS_VOLSNAP_ATTR_NO_WRITERS","features":[528]},{"name":"VSS_VOLSNAP_ATTR_PERSISTENT","features":[528]},{"name":"VSS_VOLSNAP_ATTR_PLEX","features":[528]},{"name":"VSS_VOLSNAP_ATTR_ROLLBACK_RECOVERY","features":[528]},{"name":"VSS_VOLSNAP_ATTR_TRANSPORTABLE","features":[528]},{"name":"VSS_VOLSNAP_ATTR_TXF_RECOVERY","features":[528]},{"name":"VSS_VOLUME_PROP","features":[528]},{"name":"VSS_VOLUME_PROTECTION_INFO","features":[305,528]},{"name":"VSS_VOLUME_SNAPSHOT_ATTRIBUTES","features":[528]},{"name":"VSS_WRE_ALWAYS","features":[528]},{"name":"VSS_WRE_IF_REPLACE_FAILS","features":[528]},{"name":"VSS_WRE_NEVER","features":[528]},{"name":"VSS_WRE_UNDEFINED","features":[528]},{"name":"VSS_WRITERRESTORE_ENUM","features":[528]},{"name":"VSS_WRITER_STATE","features":[528]},{"name":"VSS_WS_COUNT","features":[528]},{"name":"VSS_WS_FAILED_AT_BACKUPSHUTDOWN","features":[528]},{"name":"VSS_WS_FAILED_AT_BACKUP_COMPLETE","features":[528]},{"name":"VSS_WS_FAILED_AT_FREEZE","features":[528]},{"name":"VSS_WS_FAILED_AT_IDENTIFY","features":[528]},{"name":"VSS_WS_FAILED_AT_POST_RESTORE","features":[528]},{"name":"VSS_WS_FAILED_AT_POST_SNAPSHOT","features":[528]},{"name":"VSS_WS_FAILED_AT_PREPARE_BACKUP","features":[528]},{"name":"VSS_WS_FAILED_AT_PREPARE_SNAPSHOT","features":[528]},{"name":"VSS_WS_FAILED_AT_PRE_RESTORE","features":[528]},{"name":"VSS_WS_FAILED_AT_THAW","features":[528]},{"name":"VSS_WS_STABLE","features":[528]},{"name":"VSS_WS_UNKNOWN","features":[528]},{"name":"VSS_WS_WAITING_FOR_BACKUP_COMPLETE","features":[528]},{"name":"VSS_WS_WAITING_FOR_FREEZE","features":[528]},{"name":"VSS_WS_WAITING_FOR_POST_SNAPSHOT","features":[528]},{"name":"VSS_WS_WAITING_FOR_THAW","features":[528]},{"name":"VssSnapshotMgmt","features":[528]}],"535":[{"name":"ABORTPROC","features":[305,317,423]},{"name":"AbortDoc","features":[317,423]},{"name":"DC_BINNAMES","features":[423]},{"name":"DC_BINS","features":[423]},{"name":"DC_COLLATE","features":[423]},{"name":"DC_COLORDEVICE","features":[423]},{"name":"DC_COPIES","features":[423]},{"name":"DC_DRIVER","features":[423]},{"name":"DC_DUPLEX","features":[423]},{"name":"DC_ENUMRESOLUTIONS","features":[423]},{"name":"DC_EXTRA","features":[423]},{"name":"DC_FIELDS","features":[423]},{"name":"DC_FILEDEPENDENCIES","features":[423]},{"name":"DC_MAXEXTENT","features":[423]},{"name":"DC_MEDIAREADY","features":[423]},{"name":"DC_MEDIATYPENAMES","features":[423]},{"name":"DC_MEDIATYPES","features":[423]},{"name":"DC_MINEXTENT","features":[423]},{"name":"DC_NUP","features":[423]},{"name":"DC_ORIENTATION","features":[423]},{"name":"DC_PAPERNAMES","features":[423]},{"name":"DC_PAPERS","features":[423]},{"name":"DC_PAPERSIZE","features":[423]},{"name":"DC_PERSONALITY","features":[423]},{"name":"DC_PRINTERMEM","features":[423]},{"name":"DC_PRINTRATE","features":[423]},{"name":"DC_PRINTRATEPPM","features":[423]},{"name":"DC_PRINTRATEUNIT","features":[423]},{"name":"DC_SIZE","features":[423]},{"name":"DC_STAPLE","features":[423]},{"name":"DC_TRUETYPE","features":[423]},{"name":"DC_VERSION","features":[423]},{"name":"DOCINFOA","features":[423]},{"name":"DOCINFOW","features":[423]},{"name":"DRAWPATRECT","features":[305,423]},{"name":"DeviceCapabilitiesA","features":[305,317,423]},{"name":"DeviceCapabilitiesW","features":[305,317,423]},{"name":"EndDoc","features":[317,423]},{"name":"EndPage","features":[317,423]},{"name":"Escape","features":[317,423]},{"name":"ExtEscape","features":[317,423]},{"name":"IXpsDocumentPackageTarget","features":[423]},{"name":"IXpsDocumentPackageTarget3D","features":[423]},{"name":"IXpsOMBrush","features":[423]},{"name":"IXpsOMCanvas","features":[423]},{"name":"IXpsOMColorProfileResource","features":[423]},{"name":"IXpsOMColorProfileResourceCollection","features":[423]},{"name":"IXpsOMCoreProperties","features":[423]},{"name":"IXpsOMDashCollection","features":[423]},{"name":"IXpsOMDictionary","features":[423]},{"name":"IXpsOMDocument","features":[423]},{"name":"IXpsOMDocumentCollection","features":[423]},{"name":"IXpsOMDocumentSequence","features":[423]},{"name":"IXpsOMDocumentStructureResource","features":[423]},{"name":"IXpsOMFontResource","features":[423]},{"name":"IXpsOMFontResourceCollection","features":[423]},{"name":"IXpsOMGeometry","features":[423]},{"name":"IXpsOMGeometryFigure","features":[423]},{"name":"IXpsOMGeometryFigureCollection","features":[423]},{"name":"IXpsOMGlyphs","features":[423]},{"name":"IXpsOMGlyphsEditor","features":[423]},{"name":"IXpsOMGradientBrush","features":[423]},{"name":"IXpsOMGradientStop","features":[423]},{"name":"IXpsOMGradientStopCollection","features":[423]},{"name":"IXpsOMImageBrush","features":[423]},{"name":"IXpsOMImageResource","features":[423]},{"name":"IXpsOMImageResourceCollection","features":[423]},{"name":"IXpsOMLinearGradientBrush","features":[423]},{"name":"IXpsOMMatrixTransform","features":[423]},{"name":"IXpsOMNameCollection","features":[423]},{"name":"IXpsOMObjectFactory","features":[423]},{"name":"IXpsOMObjectFactory1","features":[423]},{"name":"IXpsOMPackage","features":[423]},{"name":"IXpsOMPackage1","features":[423]},{"name":"IXpsOMPackageTarget","features":[423]},{"name":"IXpsOMPackageWriter","features":[423]},{"name":"IXpsOMPackageWriter3D","features":[423]},{"name":"IXpsOMPage","features":[423]},{"name":"IXpsOMPage1","features":[423]},{"name":"IXpsOMPageReference","features":[423]},{"name":"IXpsOMPageReferenceCollection","features":[423]},{"name":"IXpsOMPart","features":[423]},{"name":"IXpsOMPartResources","features":[423]},{"name":"IXpsOMPartUriCollection","features":[423]},{"name":"IXpsOMPath","features":[423]},{"name":"IXpsOMPrintTicketResource","features":[423]},{"name":"IXpsOMRadialGradientBrush","features":[423]},{"name":"IXpsOMRemoteDictionaryResource","features":[423]},{"name":"IXpsOMRemoteDictionaryResource1","features":[423]},{"name":"IXpsOMRemoteDictionaryResourceCollection","features":[423]},{"name":"IXpsOMResource","features":[423]},{"name":"IXpsOMShareable","features":[423]},{"name":"IXpsOMSignatureBlockResource","features":[423]},{"name":"IXpsOMSignatureBlockResourceCollection","features":[423]},{"name":"IXpsOMSolidColorBrush","features":[423]},{"name":"IXpsOMStoryFragmentsResource","features":[423]},{"name":"IXpsOMThumbnailGenerator","features":[423]},{"name":"IXpsOMTileBrush","features":[423]},{"name":"IXpsOMVisual","features":[423]},{"name":"IXpsOMVisualBrush","features":[423]},{"name":"IXpsOMVisualCollection","features":[423]},{"name":"IXpsSignature","features":[423]},{"name":"IXpsSignatureBlock","features":[423]},{"name":"IXpsSignatureBlockCollection","features":[423]},{"name":"IXpsSignatureCollection","features":[423]},{"name":"IXpsSignatureManager","features":[423]},{"name":"IXpsSignatureRequest","features":[423]},{"name":"IXpsSignatureRequestCollection","features":[423]},{"name":"IXpsSigningOptions","features":[423]},{"name":"PRINTER_DEVICE_CAPABILITIES","features":[423]},{"name":"PRINT_WINDOW_FLAGS","features":[423]},{"name":"PSFEATURE_CUSTPAPER","features":[423]},{"name":"PSFEATURE_OUTPUT","features":[305,423]},{"name":"PSINJECTDATA","features":[423]},{"name":"PSINJECT_BEGINDEFAULTS","features":[423]},{"name":"PSINJECT_BEGINPAGESETUP","features":[423]},{"name":"PSINJECT_BEGINPROLOG","features":[423]},{"name":"PSINJECT_BEGINSETUP","features":[423]},{"name":"PSINJECT_BEGINSTREAM","features":[423]},{"name":"PSINJECT_BOUNDINGBOX","features":[423]},{"name":"PSINJECT_COMMENTS","features":[423]},{"name":"PSINJECT_DOCNEEDEDRES","features":[423]},{"name":"PSINJECT_DOCSUPPLIEDRES","features":[423]},{"name":"PSINJECT_DOCUMENTPROCESSCOLORS","features":[423]},{"name":"PSINJECT_DOCUMENTPROCESSCOLORSATEND","features":[423]},{"name":"PSINJECT_ENDDEFAULTS","features":[423]},{"name":"PSINJECT_ENDPAGECOMMENTS","features":[423]},{"name":"PSINJECT_ENDPAGESETUP","features":[423]},{"name":"PSINJECT_ENDPROLOG","features":[423]},{"name":"PSINJECT_ENDSETUP","features":[423]},{"name":"PSINJECT_ENDSTREAM","features":[423]},{"name":"PSINJECT_EOF","features":[423]},{"name":"PSINJECT_ORIENTATION","features":[423]},{"name":"PSINJECT_PAGEBBOX","features":[423]},{"name":"PSINJECT_PAGENUMBER","features":[423]},{"name":"PSINJECT_PAGEORDER","features":[423]},{"name":"PSINJECT_PAGES","features":[423]},{"name":"PSINJECT_PAGESATEND","features":[423]},{"name":"PSINJECT_PAGETRAILER","features":[423]},{"name":"PSINJECT_PLATECOLOR","features":[423]},{"name":"PSINJECT_POINT","features":[423]},{"name":"PSINJECT_PSADOBE","features":[423]},{"name":"PSINJECT_SHOWPAGE","features":[423]},{"name":"PSINJECT_TRAILER","features":[423]},{"name":"PSINJECT_VMRESTORE","features":[423]},{"name":"PSINJECT_VMSAVE","features":[423]},{"name":"PW_CLIENTONLY","features":[423]},{"name":"PrintWindow","features":[305,317,423]},{"name":"SetAbortProc","features":[305,317,423]},{"name":"StartDocA","features":[317,423]},{"name":"StartDocW","features":[317,423]},{"name":"StartPage","features":[317,423]},{"name":"XPS_COLOR","features":[423]},{"name":"XPS_COLOR_INTERPOLATION","features":[423]},{"name":"XPS_COLOR_INTERPOLATION_SCRGBLINEAR","features":[423]},{"name":"XPS_COLOR_INTERPOLATION_SRGBLINEAR","features":[423]},{"name":"XPS_COLOR_TYPE","features":[423]},{"name":"XPS_COLOR_TYPE_CONTEXT","features":[423]},{"name":"XPS_COLOR_TYPE_SCRGB","features":[423]},{"name":"XPS_COLOR_TYPE_SRGB","features":[423]},{"name":"XPS_DASH","features":[423]},{"name":"XPS_DASH_CAP","features":[423]},{"name":"XPS_DASH_CAP_FLAT","features":[423]},{"name":"XPS_DASH_CAP_ROUND","features":[423]},{"name":"XPS_DASH_CAP_SQUARE","features":[423]},{"name":"XPS_DASH_CAP_TRIANGLE","features":[423]},{"name":"XPS_DOCUMENT_TYPE","features":[423]},{"name":"XPS_DOCUMENT_TYPE_OPENXPS","features":[423]},{"name":"XPS_DOCUMENT_TYPE_UNSPECIFIED","features":[423]},{"name":"XPS_DOCUMENT_TYPE_XPS","features":[423]},{"name":"XPS_E_ABSOLUTE_REFERENCE","features":[423]},{"name":"XPS_E_ALREADY_OWNED","features":[423]},{"name":"XPS_E_BLEED_BOX_PAGE_DIMENSIONS_NOT_IN_SYNC","features":[423]},{"name":"XPS_E_BOTH_PATHFIGURE_AND_ABBR_SYNTAX_PRESENT","features":[423]},{"name":"XPS_E_BOTH_RESOURCE_AND_SOURCEATTR_PRESENT","features":[423]},{"name":"XPS_E_CARET_OUTSIDE_STRING","features":[423]},{"name":"XPS_E_CARET_OUT_OF_ORDER","features":[423]},{"name":"XPS_E_COLOR_COMPONENT_OUT_OF_RANGE","features":[423]},{"name":"XPS_E_DICTIONARY_ITEM_NAMED","features":[423]},{"name":"XPS_E_DUPLICATE_NAMES","features":[423]},{"name":"XPS_E_DUPLICATE_RESOURCE_KEYS","features":[423]},{"name":"XPS_E_INDEX_OUT_OF_RANGE","features":[423]},{"name":"XPS_E_INVALID_BLEED_BOX","features":[423]},{"name":"XPS_E_INVALID_CONTENT_BOX","features":[423]},{"name":"XPS_E_INVALID_CONTENT_TYPE","features":[423]},{"name":"XPS_E_INVALID_FLOAT","features":[423]},{"name":"XPS_E_INVALID_FONT_URI","features":[423]},{"name":"XPS_E_INVALID_LANGUAGE","features":[423]},{"name":"XPS_E_INVALID_LOOKUP_TYPE","features":[423]},{"name":"XPS_E_INVALID_MARKUP","features":[423]},{"name":"XPS_E_INVALID_NAME","features":[423]},{"name":"XPS_E_INVALID_NUMBER_OF_COLOR_CHANNELS","features":[423]},{"name":"XPS_E_INVALID_NUMBER_OF_POINTS_IN_CURVE_SEGMENTS","features":[423]},{"name":"XPS_E_INVALID_OBFUSCATED_FONT_URI","features":[423]},{"name":"XPS_E_INVALID_PAGE_SIZE","features":[423]},{"name":"XPS_E_INVALID_RESOURCE_KEY","features":[423]},{"name":"XPS_E_INVALID_SIGNATUREBLOCK_MARKUP","features":[423]},{"name":"XPS_E_INVALID_THUMBNAIL_IMAGE_TYPE","features":[423]},{"name":"XPS_E_INVALID_XML_ENCODING","features":[423]},{"name":"XPS_E_MAPPING_OUTSIDE_INDICES","features":[423]},{"name":"XPS_E_MAPPING_OUTSIDE_STRING","features":[423]},{"name":"XPS_E_MAPPING_OUT_OF_ORDER","features":[423]},{"name":"XPS_E_MARKUP_COMPATIBILITY_ELEMENTS","features":[423]},{"name":"XPS_E_MISSING_COLORPROFILE","features":[423]},{"name":"XPS_E_MISSING_DISCARDCONTROL","features":[423]},{"name":"XPS_E_MISSING_DOCUMENT","features":[423]},{"name":"XPS_E_MISSING_DOCUMENTSEQUENCE_RELATIONSHIP","features":[423]},{"name":"XPS_E_MISSING_FONTURI","features":[423]},{"name":"XPS_E_MISSING_GLYPHS","features":[423]},{"name":"XPS_E_MISSING_IMAGE_IN_IMAGEBRUSH","features":[423]},{"name":"XPS_E_MISSING_LOOKUP","features":[423]},{"name":"XPS_E_MISSING_NAME","features":[423]},{"name":"XPS_E_MISSING_PAGE_IN_DOCUMENT","features":[423]},{"name":"XPS_E_MISSING_PAGE_IN_PAGEREFERENCE","features":[423]},{"name":"XPS_E_MISSING_PART_REFERENCE","features":[423]},{"name":"XPS_E_MISSING_PART_STREAM","features":[423]},{"name":"XPS_E_MISSING_REFERRED_DOCUMENT","features":[423]},{"name":"XPS_E_MISSING_REFERRED_PAGE","features":[423]},{"name":"XPS_E_MISSING_RELATIONSHIP_TARGET","features":[423]},{"name":"XPS_E_MISSING_RESOURCE_KEY","features":[423]},{"name":"XPS_E_MISSING_RESOURCE_RELATIONSHIP","features":[423]},{"name":"XPS_E_MISSING_RESTRICTED_FONT_RELATIONSHIP","features":[423]},{"name":"XPS_E_MISSING_SEGMENT_DATA","features":[423]},{"name":"XPS_E_MULTIPLE_DOCUMENTSEQUENCE_RELATIONSHIPS","features":[423]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_DOCUMENT","features":[423]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_DOCUMENTSEQUENCE","features":[423]},{"name":"XPS_E_MULTIPLE_PRINTTICKETS_ON_PAGE","features":[423]},{"name":"XPS_E_MULTIPLE_REFERENCES_TO_PART","features":[423]},{"name":"XPS_E_MULTIPLE_RESOURCES","features":[423]},{"name":"XPS_E_MULTIPLE_THUMBNAILS_ON_PACKAGE","features":[423]},{"name":"XPS_E_MULTIPLE_THUMBNAILS_ON_PAGE","features":[423]},{"name":"XPS_E_NEGATIVE_FLOAT","features":[423]},{"name":"XPS_E_NESTED_REMOTE_DICTIONARY","features":[423]},{"name":"XPS_E_NOT_ENOUGH_GRADIENT_STOPS","features":[423]},{"name":"XPS_E_NO_CUSTOM_OBJECTS","features":[423]},{"name":"XPS_E_OBJECT_DETACHED","features":[423]},{"name":"XPS_E_ODD_BIDILEVEL","features":[423]},{"name":"XPS_E_ONE_TO_ONE_MAPPING_EXPECTED","features":[423]},{"name":"XPS_E_PACKAGE_ALREADY_OPENED","features":[423]},{"name":"XPS_E_PACKAGE_NOT_OPENED","features":[423]},{"name":"XPS_E_PACKAGE_WRITER_NOT_CLOSED","features":[423]},{"name":"XPS_E_RELATIONSHIP_EXTERNAL","features":[423]},{"name":"XPS_E_RESOURCE_NOT_OWNED","features":[423]},{"name":"XPS_E_RESTRICTED_FONT_NOT_OBFUSCATED","features":[423]},{"name":"XPS_E_SIGNATUREID_DUP","features":[423]},{"name":"XPS_E_SIGREQUESTID_DUP","features":[423]},{"name":"XPS_E_STRING_TOO_LONG","features":[423]},{"name":"XPS_E_TOO_MANY_INDICES","features":[423]},{"name":"XPS_E_UNAVAILABLE_PACKAGE","features":[423]},{"name":"XPS_E_UNEXPECTED_COLORPROFILE","features":[423]},{"name":"XPS_E_UNEXPECTED_CONTENT_TYPE","features":[423]},{"name":"XPS_E_UNEXPECTED_RELATIONSHIP_TYPE","features":[423]},{"name":"XPS_E_UNEXPECTED_RESTRICTED_FONT_RELATIONSHIP","features":[423]},{"name":"XPS_E_VISUAL_CIRCULAR_REF","features":[423]},{"name":"XPS_E_XKEY_ATTR_PRESENT_OUTSIDE_RES_DICT","features":[423]},{"name":"XPS_FILL_RULE","features":[423]},{"name":"XPS_FILL_RULE_EVENODD","features":[423]},{"name":"XPS_FILL_RULE_NONZERO","features":[423]},{"name":"XPS_FONT_EMBEDDING","features":[423]},{"name":"XPS_FONT_EMBEDDING_NORMAL","features":[423]},{"name":"XPS_FONT_EMBEDDING_OBFUSCATED","features":[423]},{"name":"XPS_FONT_EMBEDDING_RESTRICTED","features":[423]},{"name":"XPS_FONT_EMBEDDING_RESTRICTED_UNOBFUSCATED","features":[423]},{"name":"XPS_GLYPH_INDEX","features":[423]},{"name":"XPS_GLYPH_MAPPING","features":[423]},{"name":"XPS_IMAGE_TYPE","features":[423]},{"name":"XPS_IMAGE_TYPE_JPEG","features":[423]},{"name":"XPS_IMAGE_TYPE_JXR","features":[423]},{"name":"XPS_IMAGE_TYPE_PNG","features":[423]},{"name":"XPS_IMAGE_TYPE_TIFF","features":[423]},{"name":"XPS_IMAGE_TYPE_WDP","features":[423]},{"name":"XPS_INTERLEAVING","features":[423]},{"name":"XPS_INTERLEAVING_OFF","features":[423]},{"name":"XPS_INTERLEAVING_ON","features":[423]},{"name":"XPS_LINE_CAP","features":[423]},{"name":"XPS_LINE_CAP_FLAT","features":[423]},{"name":"XPS_LINE_CAP_ROUND","features":[423]},{"name":"XPS_LINE_CAP_SQUARE","features":[423]},{"name":"XPS_LINE_CAP_TRIANGLE","features":[423]},{"name":"XPS_LINE_JOIN","features":[423]},{"name":"XPS_LINE_JOIN_BEVEL","features":[423]},{"name":"XPS_LINE_JOIN_MITER","features":[423]},{"name":"XPS_LINE_JOIN_ROUND","features":[423]},{"name":"XPS_MATRIX","features":[423]},{"name":"XPS_OBJECT_TYPE","features":[423]},{"name":"XPS_OBJECT_TYPE_CANVAS","features":[423]},{"name":"XPS_OBJECT_TYPE_GEOMETRY","features":[423]},{"name":"XPS_OBJECT_TYPE_GLYPHS","features":[423]},{"name":"XPS_OBJECT_TYPE_IMAGE_BRUSH","features":[423]},{"name":"XPS_OBJECT_TYPE_LINEAR_GRADIENT_BRUSH","features":[423]},{"name":"XPS_OBJECT_TYPE_MATRIX_TRANSFORM","features":[423]},{"name":"XPS_OBJECT_TYPE_PATH","features":[423]},{"name":"XPS_OBJECT_TYPE_RADIAL_GRADIENT_BRUSH","features":[423]},{"name":"XPS_OBJECT_TYPE_SOLID_COLOR_BRUSH","features":[423]},{"name":"XPS_OBJECT_TYPE_VISUAL_BRUSH","features":[423]},{"name":"XPS_POINT","features":[423]},{"name":"XPS_RECT","features":[423]},{"name":"XPS_SEGMENT_STROKE_PATTERN","features":[423]},{"name":"XPS_SEGMENT_STROKE_PATTERN_ALL","features":[423]},{"name":"XPS_SEGMENT_STROKE_PATTERN_MIXED","features":[423]},{"name":"XPS_SEGMENT_STROKE_PATTERN_NONE","features":[423]},{"name":"XPS_SEGMENT_TYPE","features":[423]},{"name":"XPS_SEGMENT_TYPE_ARC_LARGE_CLOCKWISE","features":[423]},{"name":"XPS_SEGMENT_TYPE_ARC_LARGE_COUNTERCLOCKWISE","features":[423]},{"name":"XPS_SEGMENT_TYPE_ARC_SMALL_CLOCKWISE","features":[423]},{"name":"XPS_SEGMENT_TYPE_ARC_SMALL_COUNTERCLOCKWISE","features":[423]},{"name":"XPS_SEGMENT_TYPE_BEZIER","features":[423]},{"name":"XPS_SEGMENT_TYPE_LINE","features":[423]},{"name":"XPS_SEGMENT_TYPE_QUADRATIC_BEZIER","features":[423]},{"name":"XPS_SIGNATURE_STATUS","features":[423]},{"name":"XPS_SIGNATURE_STATUS_BROKEN","features":[423]},{"name":"XPS_SIGNATURE_STATUS_INCOMPLETE","features":[423]},{"name":"XPS_SIGNATURE_STATUS_INCOMPLIANT","features":[423]},{"name":"XPS_SIGNATURE_STATUS_QUESTIONABLE","features":[423]},{"name":"XPS_SIGNATURE_STATUS_VALID","features":[423]},{"name":"XPS_SIGN_FLAGS","features":[423]},{"name":"XPS_SIGN_FLAGS_IGNORE_MARKUP_COMPATIBILITY","features":[423]},{"name":"XPS_SIGN_FLAGS_NONE","features":[423]},{"name":"XPS_SIGN_POLICY","features":[423]},{"name":"XPS_SIGN_POLICY_ALL","features":[423]},{"name":"XPS_SIGN_POLICY_CORE_PROPERTIES","features":[423]},{"name":"XPS_SIGN_POLICY_DISCARD_CONTROL","features":[423]},{"name":"XPS_SIGN_POLICY_NONE","features":[423]},{"name":"XPS_SIGN_POLICY_PRINT_TICKET","features":[423]},{"name":"XPS_SIGN_POLICY_SIGNATURE_RELATIONSHIPS","features":[423]},{"name":"XPS_SIZE","features":[423]},{"name":"XPS_SPREAD_METHOD","features":[423]},{"name":"XPS_SPREAD_METHOD_PAD","features":[423]},{"name":"XPS_SPREAD_METHOD_REFLECT","features":[423]},{"name":"XPS_SPREAD_METHOD_REPEAT","features":[423]},{"name":"XPS_STYLE_SIMULATION","features":[423]},{"name":"XPS_STYLE_SIMULATION_BOLD","features":[423]},{"name":"XPS_STYLE_SIMULATION_BOLDITALIC","features":[423]},{"name":"XPS_STYLE_SIMULATION_ITALIC","features":[423]},{"name":"XPS_STYLE_SIMULATION_NONE","features":[423]},{"name":"XPS_THUMBNAIL_SIZE","features":[423]},{"name":"XPS_THUMBNAIL_SIZE_LARGE","features":[423]},{"name":"XPS_THUMBNAIL_SIZE_MEDIUM","features":[423]},{"name":"XPS_THUMBNAIL_SIZE_SMALL","features":[423]},{"name":"XPS_THUMBNAIL_SIZE_VERYSMALL","features":[423]},{"name":"XPS_TILE_MODE","features":[423]},{"name":"XPS_TILE_MODE_FLIPX","features":[423]},{"name":"XPS_TILE_MODE_FLIPXY","features":[423]},{"name":"XPS_TILE_MODE_FLIPY","features":[423]},{"name":"XPS_TILE_MODE_NONE","features":[423]},{"name":"XPS_TILE_MODE_TILE","features":[423]},{"name":"XpsOMObjectFactory","features":[423]},{"name":"XpsOMThumbnailGenerator","features":[423]},{"name":"XpsSignatureManager","features":[423]}],"536":[{"name":"ID_DOCUMENTPACKAGETARGET_MSXPS","features":[529]},{"name":"ID_DOCUMENTPACKAGETARGET_OPENXPS","features":[529]},{"name":"ID_DOCUMENTPACKAGETARGET_OPENXPS_WITH_3D","features":[529]},{"name":"IPrintDocumentPackageStatusEvent","features":[529,358]},{"name":"IPrintDocumentPackageTarget","features":[529]},{"name":"IPrintDocumentPackageTarget2","features":[529]},{"name":"IPrintDocumentPackageTargetFactory","features":[529]},{"name":"IXpsPrintJob","features":[529]},{"name":"IXpsPrintJobStream","features":[529,358]},{"name":"PrintDocumentPackageCompletion","features":[529]},{"name":"PrintDocumentPackageCompletion_Canceled","features":[529]},{"name":"PrintDocumentPackageCompletion_Completed","features":[529]},{"name":"PrintDocumentPackageCompletion_Failed","features":[529]},{"name":"PrintDocumentPackageCompletion_InProgress","features":[529]},{"name":"PrintDocumentPackageStatus","features":[529]},{"name":"PrintDocumentPackageTarget","features":[529]},{"name":"PrintDocumentPackageTargetFactory","features":[529]},{"name":"StartXpsPrintJob","features":[305,529,358]},{"name":"StartXpsPrintJob1","features":[305,529]},{"name":"XPS_JOB_CANCELLED","features":[529]},{"name":"XPS_JOB_COMPLETED","features":[529]},{"name":"XPS_JOB_COMPLETION","features":[529]},{"name":"XPS_JOB_FAILED","features":[529]},{"name":"XPS_JOB_IN_PROGRESS","features":[529]},{"name":"XPS_JOB_STATUS","features":[529]}],"537":[{"name":"ADRENTRY","features":[305,395,358]},{"name":"ADRLIST","features":[305,395,358]},{"name":"ADRPARM","features":[305,395,358]},{"name":"BuildDisplayTable","features":[305,395,358]},{"name":"CALLERRELEASE","features":[395]},{"name":"ChangeIdleRoutine","features":[305,395]},{"name":"CreateIProp","features":[395]},{"name":"CreateTable","features":[395]},{"name":"DTBLBUTTON","features":[395]},{"name":"DTBLCHECKBOX","features":[395]},{"name":"DTBLCOMBOBOX","features":[395]},{"name":"DTBLDDLBX","features":[395]},{"name":"DTBLEDIT","features":[395]},{"name":"DTBLGROUPBOX","features":[395]},{"name":"DTBLLABEL","features":[395]},{"name":"DTBLLBX","features":[395]},{"name":"DTBLMVDDLBX","features":[395]},{"name":"DTBLMVLISTBOX","features":[395]},{"name":"DTBLPAGE","features":[395]},{"name":"DTBLRADIOBUTTON","features":[395]},{"name":"DTCTL","features":[395]},{"name":"DTPAGE","features":[395]},{"name":"DeinitMapiUtil","features":[395]},{"name":"DeregisterIdleRoutine","features":[395]},{"name":"ENTRYID","features":[395]},{"name":"ERROR_NOTIFICATION","features":[395]},{"name":"EXTENDED_NOTIFICATION","features":[395]},{"name":"E_IMAPI_BURN_VERIFICATION_FAILED","features":[395]},{"name":"E_IMAPI_DF2DATA_CLIENT_NAME_IS_NOT_VALID","features":[395]},{"name":"E_IMAPI_DF2DATA_INVALID_MEDIA_STATE","features":[395]},{"name":"E_IMAPI_DF2DATA_MEDIA_IS_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_DF2DATA_MEDIA_NOT_BLANK","features":[395]},{"name":"E_IMAPI_DF2DATA_RECORDER_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_DF2DATA_STREAM_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_DF2DATA_STREAM_TOO_LARGE_FOR_CURRENT_MEDIA","features":[395]},{"name":"E_IMAPI_DF2DATA_WRITE_IN_PROGRESS","features":[395]},{"name":"E_IMAPI_DF2DATA_WRITE_NOT_IN_PROGRESS","features":[395]},{"name":"E_IMAPI_DF2RAW_CLIENT_NAME_IS_NOT_VALID","features":[395]},{"name":"E_IMAPI_DF2RAW_DATA_BLOCK_TYPE_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_BLANK","features":[395]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_PREPARED","features":[395]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_DF2RAW_MEDIA_IS_PREPARED","features":[395]},{"name":"E_IMAPI_DF2RAW_NOT_ENOUGH_SPACE","features":[395]},{"name":"E_IMAPI_DF2RAW_NO_RECORDER_SPECIFIED","features":[395]},{"name":"E_IMAPI_DF2RAW_RECORDER_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_DF2RAW_STREAM_LEADIN_TOO_SHORT","features":[395]},{"name":"E_IMAPI_DF2RAW_STREAM_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_DF2RAW_WRITE_IN_PROGRESS","features":[395]},{"name":"E_IMAPI_DF2RAW_WRITE_NOT_IN_PROGRESS","features":[395]},{"name":"E_IMAPI_DF2TAO_CLIENT_NAME_IS_NOT_VALID","features":[395]},{"name":"E_IMAPI_DF2TAO_INVALID_ISRC","features":[395]},{"name":"E_IMAPI_DF2TAO_INVALID_MCN","features":[395]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_BLANK","features":[395]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_PREPARED","features":[395]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_DF2TAO_MEDIA_IS_PREPARED","features":[395]},{"name":"E_IMAPI_DF2TAO_NOT_ENOUGH_SPACE","features":[395]},{"name":"E_IMAPI_DF2TAO_NO_RECORDER_SPECIFIED","features":[395]},{"name":"E_IMAPI_DF2TAO_PROPERTY_FOR_BLANK_MEDIA_ONLY","features":[395]},{"name":"E_IMAPI_DF2TAO_RECORDER_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_DF2TAO_STREAM_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_DF2TAO_TABLE_OF_CONTENTS_EMPTY_DISC","features":[395]},{"name":"E_IMAPI_DF2TAO_TRACK_LIMIT_REACHED","features":[395]},{"name":"E_IMAPI_DF2TAO_WRITE_IN_PROGRESS","features":[395]},{"name":"E_IMAPI_DF2TAO_WRITE_NOT_IN_PROGRESS","features":[395]},{"name":"E_IMAPI_ERASE_CLIENT_NAME_IS_NOT_VALID","features":[395]},{"name":"E_IMAPI_ERASE_DISC_INFORMATION_TOO_SMALL","features":[395]},{"name":"E_IMAPI_ERASE_DRIVE_FAILED_ERASE_COMMAND","features":[395]},{"name":"E_IMAPI_ERASE_DRIVE_FAILED_SPINUP_COMMAND","features":[395]},{"name":"E_IMAPI_ERASE_MEDIA_IS_NOT_ERASABLE","features":[395]},{"name":"E_IMAPI_ERASE_MEDIA_IS_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_ERASE_MODE_PAGE_2A_TOO_SMALL","features":[395]},{"name":"E_IMAPI_ERASE_ONLY_ONE_RECORDER_SUPPORTED","features":[395]},{"name":"E_IMAPI_ERASE_RECORDER_IN_USE","features":[395]},{"name":"E_IMAPI_ERASE_RECORDER_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_ERASE_TOOK_LONGER_THAN_ONE_HOUR","features":[395]},{"name":"E_IMAPI_ERASE_UNEXPECTED_DRIVE_RESPONSE_DURING_ERASE","features":[395]},{"name":"E_IMAPI_LOSS_OF_STREAMING","features":[395]},{"name":"E_IMAPI_RAW_IMAGE_INSUFFICIENT_SPACE","features":[395]},{"name":"E_IMAPI_RAW_IMAGE_IS_READ_ONLY","features":[395]},{"name":"E_IMAPI_RAW_IMAGE_NO_TRACKS","features":[395]},{"name":"E_IMAPI_RAW_IMAGE_SECTOR_TYPE_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_RAW_IMAGE_TOO_MANY_TRACKS","features":[395]},{"name":"E_IMAPI_RAW_IMAGE_TOO_MANY_TRACK_INDEXES","features":[395]},{"name":"E_IMAPI_RAW_IMAGE_TRACKS_ALREADY_ADDED","features":[395]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_NOT_FOUND","features":[395]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_OFFSET_ZERO_CANNOT_BE_CLEARED","features":[395]},{"name":"E_IMAPI_RAW_IMAGE_TRACK_INDEX_TOO_CLOSE_TO_OTHER_INDEX","features":[395]},{"name":"E_IMAPI_RECORDER_CLIENT_NAME_IS_NOT_VALID","features":[395]},{"name":"E_IMAPI_RECORDER_COMMAND_TIMEOUT","features":[395]},{"name":"E_IMAPI_RECORDER_DVD_STRUCTURE_NOT_PRESENT","features":[395]},{"name":"E_IMAPI_RECORDER_FEATURE_IS_NOT_CURRENT","features":[395]},{"name":"E_IMAPI_RECORDER_GET_CONFIGURATION_NOT_SUPPORTED","features":[395]},{"name":"E_IMAPI_RECORDER_INVALID_MODE_PARAMETERS","features":[395]},{"name":"E_IMAPI_RECORDER_INVALID_RESPONSE_FROM_DEVICE","features":[395]},{"name":"E_IMAPI_RECORDER_LOCKED","features":[395]},{"name":"E_IMAPI_RECORDER_MEDIA_BECOMING_READY","features":[395]},{"name":"E_IMAPI_RECORDER_MEDIA_BUSY","features":[395]},{"name":"E_IMAPI_RECORDER_MEDIA_FORMAT_IN_PROGRESS","features":[395]},{"name":"E_IMAPI_RECORDER_MEDIA_INCOMPATIBLE","features":[395]},{"name":"E_IMAPI_RECORDER_MEDIA_NOT_FORMATTED","features":[395]},{"name":"E_IMAPI_RECORDER_MEDIA_NO_MEDIA","features":[395]},{"name":"E_IMAPI_RECORDER_MEDIA_SPEED_MISMATCH","features":[395]},{"name":"E_IMAPI_RECORDER_MEDIA_UPSIDE_DOWN","features":[395]},{"name":"E_IMAPI_RECORDER_MEDIA_WRITE_PROTECTED","features":[395]},{"name":"E_IMAPI_RECORDER_NO_SUCH_FEATURE","features":[395]},{"name":"E_IMAPI_RECORDER_NO_SUCH_MODE_PAGE","features":[395]},{"name":"E_IMAPI_RECORDER_REQUIRED","features":[395]},{"name":"E_IMAPI_REQUEST_CANCELLED","features":[395]},{"name":"E_IMAPI_UNEXPECTED_RESPONSE_FROM_DEVICE","features":[395]},{"name":"EnableIdleRoutine","features":[305,395]},{"name":"FACILITY_IMAPI2","features":[395]},{"name":"FEqualNames","features":[305,395]},{"name":"FLATENTRY","features":[395]},{"name":"FLATENTRYLIST","features":[395]},{"name":"FLATMTSIDLIST","features":[395]},{"name":"FPropCompareProp","features":[305,395,358]},{"name":"FPropContainsProp","features":[305,395,358]},{"name":"FPropExists","features":[305,395]},{"name":"FlagList","features":[395]},{"name":"FreePadrlist","features":[305,395,358]},{"name":"FreeProws","features":[305,395,358]},{"name":"FtAddFt","features":[305,395]},{"name":"FtMulDw","features":[305,395]},{"name":"FtMulDwDw","features":[305,395]},{"name":"FtNegFt","features":[305,395]},{"name":"FtSubFt","features":[305,395]},{"name":"FtgRegisterIdleRoutine","features":[305,395]},{"name":"Gender","features":[395]},{"name":"HrAddColumns","features":[395]},{"name":"HrAddColumnsEx","features":[395]},{"name":"HrAllocAdviseSink","features":[305,395,358]},{"name":"HrDispatchNotifications","features":[395]},{"name":"HrGetOneProp","features":[305,395,358]},{"name":"HrIStorageFromStream","features":[395,392]},{"name":"HrQueryAllRows","features":[305,395,358]},{"name":"HrSetOneProp","features":[305,395,358]},{"name":"HrThisThreadAdviseSink","features":[395]},{"name":"IABContainer","features":[395]},{"name":"IAddrBook","features":[395]},{"name":"IAttach","features":[395]},{"name":"IDistList","features":[395]},{"name":"IMAPIAdviseSink","features":[395]},{"name":"IMAPIContainer","features":[395]},{"name":"IMAPIControl","features":[395]},{"name":"IMAPIFolder","features":[395]},{"name":"IMAPIProgress","features":[395]},{"name":"IMAPIProp","features":[395]},{"name":"IMAPIStatus","features":[395]},{"name":"IMAPITable","features":[395]},{"name":"IMAPI_E_BAD_MULTISESSION_PARAMETER","features":[395]},{"name":"IMAPI_E_BOOT_EMULATION_IMAGE_SIZE_MISMATCH","features":[395]},{"name":"IMAPI_E_BOOT_IMAGE_DATA","features":[395]},{"name":"IMAPI_E_BOOT_OBJECT_CONFLICT","features":[395]},{"name":"IMAPI_E_DATA_STREAM_CREATE_FAILURE","features":[395]},{"name":"IMAPI_E_DATA_STREAM_INCONSISTENCY","features":[395]},{"name":"IMAPI_E_DATA_STREAM_READ_FAILURE","features":[395]},{"name":"IMAPI_E_DATA_TOO_BIG","features":[395]},{"name":"IMAPI_E_DIRECTORY_READ_FAILURE","features":[395]},{"name":"IMAPI_E_DIR_NOT_EMPTY","features":[395]},{"name":"IMAPI_E_DIR_NOT_FOUND","features":[395]},{"name":"IMAPI_E_DISC_MISMATCH","features":[395]},{"name":"IMAPI_E_DUP_NAME","features":[395]},{"name":"IMAPI_E_EMPTY_DISC","features":[395]},{"name":"IMAPI_E_FILE_NOT_FOUND","features":[395]},{"name":"IMAPI_E_FILE_SYSTEM_CHANGE_NOT_ALLOWED","features":[395]},{"name":"IMAPI_E_FILE_SYSTEM_FEATURE_NOT_SUPPORTED","features":[395]},{"name":"IMAPI_E_FILE_SYSTEM_NOT_EMPTY","features":[395]},{"name":"IMAPI_E_FILE_SYSTEM_NOT_FOUND","features":[395]},{"name":"IMAPI_E_FILE_SYSTEM_READ_CONSISTENCY_ERROR","features":[395]},{"name":"IMAPI_E_FSI_INTERNAL_ERROR","features":[395]},{"name":"IMAPI_E_IMAGEMANAGER_IMAGE_NOT_ALIGNED","features":[395]},{"name":"IMAPI_E_IMAGEMANAGER_IMAGE_TOO_BIG","features":[395]},{"name":"IMAPI_E_IMAGEMANAGER_NO_IMAGE","features":[395]},{"name":"IMAPI_E_IMAGEMANAGER_NO_VALID_VD_FOUND","features":[395]},{"name":"IMAPI_E_IMAGE_SIZE_LIMIT","features":[395]},{"name":"IMAPI_E_IMAGE_TOO_BIG","features":[395]},{"name":"IMAPI_E_IMPORT_MEDIA_NOT_ALLOWED","features":[395]},{"name":"IMAPI_E_IMPORT_READ_FAILURE","features":[395]},{"name":"IMAPI_E_IMPORT_SEEK_FAILURE","features":[395]},{"name":"IMAPI_E_IMPORT_TYPE_COLLISION_DIRECTORY_EXISTS_AS_FILE","features":[395]},{"name":"IMAPI_E_IMPORT_TYPE_COLLISION_FILE_EXISTS_AS_DIRECTORY","features":[395]},{"name":"IMAPI_E_INCOMPATIBLE_MULTISESSION_TYPE","features":[395]},{"name":"IMAPI_E_INCOMPATIBLE_PREVIOUS_SESSION","features":[395]},{"name":"IMAPI_E_INVALID_DATE","features":[395]},{"name":"IMAPI_E_INVALID_PARAM","features":[395]},{"name":"IMAPI_E_INVALID_PATH","features":[395]},{"name":"IMAPI_E_INVALID_VOLUME_NAME","features":[395]},{"name":"IMAPI_E_INVALID_WORKING_DIRECTORY","features":[395]},{"name":"IMAPI_E_ISO9660_LEVELS","features":[395]},{"name":"IMAPI_E_ITEM_NOT_FOUND","features":[395]},{"name":"IMAPI_E_MULTISESSION_NOT_SET","features":[395]},{"name":"IMAPI_E_NOT_DIR","features":[395]},{"name":"IMAPI_E_NOT_FILE","features":[395]},{"name":"IMAPI_E_NOT_IN_FILE_SYSTEM","features":[395]},{"name":"IMAPI_E_NO_COMPATIBLE_MULTISESSION_TYPE","features":[395]},{"name":"IMAPI_E_NO_OUTPUT","features":[395]},{"name":"IMAPI_E_NO_SUPPORTED_FILE_SYSTEM","features":[395]},{"name":"IMAPI_E_NO_UNIQUE_NAME","features":[395]},{"name":"IMAPI_E_PROPERTY_NOT_ACCESSIBLE","features":[395]},{"name":"IMAPI_E_READONLY","features":[395]},{"name":"IMAPI_E_RESTRICTED_NAME_VIOLATION","features":[395]},{"name":"IMAPI_E_STASHFILE_MOVE","features":[395]},{"name":"IMAPI_E_STASHFILE_OPEN_FAILURE","features":[395]},{"name":"IMAPI_E_STASHFILE_READ_FAILURE","features":[395]},{"name":"IMAPI_E_STASHFILE_SEEK_FAILURE","features":[395]},{"name":"IMAPI_E_STASHFILE_WRITE_FAILURE","features":[395]},{"name":"IMAPI_E_TOO_MANY_DIRS","features":[395]},{"name":"IMAPI_E_UDF_NOT_WRITE_COMPATIBLE","features":[395]},{"name":"IMAPI_E_UDF_REVISION_CHANGE_NOT_ALLOWED","features":[395]},{"name":"IMAPI_E_WORKING_DIRECTORY_SPACE","features":[395]},{"name":"IMAPI_S_IMAGE_FEATURE_NOT_SUPPORTED","features":[395]},{"name":"IMailUser","features":[395]},{"name":"IMessage","features":[395]},{"name":"IMsgStore","features":[395]},{"name":"IProfSect","features":[395]},{"name":"IPropData","features":[395]},{"name":"IProviderAdmin","features":[395]},{"name":"ITableData","features":[395]},{"name":"IWABExtInit","features":[395]},{"name":"IWABObject","features":[395]},{"name":"LPALLOCATEBUFFER","features":[395]},{"name":"LPALLOCATEMORE","features":[395]},{"name":"LPCREATECONVERSATIONINDEX","features":[395]},{"name":"LPDISPATCHNOTIFICATIONS","features":[395]},{"name":"LPFNABSDI","features":[305,395]},{"name":"LPFNBUTTON","features":[395]},{"name":"LPFNDISMISS","features":[395]},{"name":"LPFREEBUFFER","features":[395]},{"name":"LPNOTIFCALLBACK","features":[305,395,358]},{"name":"LPOPENSTREAMONFILE","features":[395,358]},{"name":"LPWABACTIONITEM","features":[395]},{"name":"LPWABALLOCATEBUFFER","features":[395]},{"name":"LPWABALLOCATEMORE","features":[395]},{"name":"LPWABFREEBUFFER","features":[395]},{"name":"LPWABOPEN","features":[305,395]},{"name":"LPWABOPENEX","features":[305,395]},{"name":"LPropCompareProp","features":[305,395,358]},{"name":"LpValFindProp","features":[305,395,358]},{"name":"MAPIDeinitIdle","features":[395]},{"name":"MAPIERROR","features":[395]},{"name":"MAPIGetDefaultMalloc","features":[395,358]},{"name":"MAPIInitIdle","features":[395]},{"name":"MAPINAMEID","features":[395]},{"name":"MAPIUID","features":[395]},{"name":"MAPI_COMPOUND","features":[395]},{"name":"MAPI_DIM","features":[395]},{"name":"MAPI_ERROR_VERSION","features":[395]},{"name":"MAPI_E_CALL_FAILED","features":[395]},{"name":"MAPI_E_INTERFACE_NOT_SUPPORTED","features":[395]},{"name":"MAPI_E_INVALID_PARAMETER","features":[395]},{"name":"MAPI_E_NOT_ENOUGH_MEMORY","features":[395]},{"name":"MAPI_E_NO_ACCESS","features":[395]},{"name":"MAPI_NOTRECIP","features":[395]},{"name":"MAPI_NOTRESERVED","features":[395]},{"name":"MAPI_NOW","features":[395]},{"name":"MAPI_ONE_OFF_NO_RICH_INFO","features":[395]},{"name":"MAPI_P1","features":[395]},{"name":"MAPI_SHORTTERM","features":[395]},{"name":"MAPI_SUBMITTED","features":[395]},{"name":"MAPI_THISSESSION","features":[395]},{"name":"MAPI_USE_DEFAULT","features":[395]},{"name":"MNID_ID","features":[395]},{"name":"MNID_STRING","features":[395]},{"name":"MTSID","features":[395]},{"name":"MV_FLAG","features":[395]},{"name":"MV_INSTANCE","features":[395]},{"name":"NEWMAIL_NOTIFICATION","features":[395]},{"name":"NOTIFICATION","features":[305,395,358]},{"name":"NOTIFKEY","features":[395]},{"name":"OBJECT_NOTIFICATION","features":[395]},{"name":"OPENSTREAMONFILE","features":[395]},{"name":"OpenStreamOnFile","features":[395,358]},{"name":"PFNIDLE","features":[305,395]},{"name":"PRIHIGHEST","features":[395]},{"name":"PRILOWEST","features":[395]},{"name":"PRIUSER","features":[395]},{"name":"PROP_ID_INVALID","features":[395]},{"name":"PROP_ID_NULL","features":[395]},{"name":"PROP_ID_SECURE_MAX","features":[395]},{"name":"PROP_ID_SECURE_MIN","features":[395]},{"name":"PpropFindProp","features":[305,395,358]},{"name":"PropCopyMore","features":[305,395,358]},{"name":"RTFSync","features":[305,395]},{"name":"SAndRestriction","features":[305,395,358]},{"name":"SAppTimeArray","features":[395]},{"name":"SBinary","features":[395]},{"name":"SBinaryArray","features":[395]},{"name":"SBitMaskRestriction","features":[395]},{"name":"SCommentRestriction","features":[305,395,358]},{"name":"SComparePropsRestriction","features":[395]},{"name":"SContentRestriction","features":[305,395,358]},{"name":"SCurrencyArray","features":[395,358]},{"name":"SDateTimeArray","features":[305,395]},{"name":"SDoubleArray","features":[395]},{"name":"SERVICE_UI_ALLOWED","features":[395]},{"name":"SERVICE_UI_ALWAYS","features":[395]},{"name":"SExistRestriction","features":[395]},{"name":"SGuidArray","features":[395]},{"name":"SLPSTRArray","features":[395]},{"name":"SLargeIntegerArray","features":[395]},{"name":"SLongArray","features":[395]},{"name":"SNotRestriction","features":[305,395,358]},{"name":"SOrRestriction","features":[305,395,358]},{"name":"SPropProblem","features":[395]},{"name":"SPropProblemArray","features":[395]},{"name":"SPropTagArray","features":[395]},{"name":"SPropValue","features":[305,395,358]},{"name":"SPropertyRestriction","features":[305,395,358]},{"name":"SRealArray","features":[395]},{"name":"SRestriction","features":[305,395,358]},{"name":"SRow","features":[305,395,358]},{"name":"SRowSet","features":[305,395,358]},{"name":"SShortArray","features":[395]},{"name":"SSizeRestriction","features":[395]},{"name":"SSortOrder","features":[395]},{"name":"SSortOrderSet","features":[395]},{"name":"SSubRestriction","features":[305,395,358]},{"name":"STATUS_OBJECT_NOTIFICATION","features":[305,395,358]},{"name":"SWStringArray","features":[395]},{"name":"S_IMAPI_BOTHADJUSTED","features":[395]},{"name":"S_IMAPI_COMMAND_HAS_SENSE_DATA","features":[395]},{"name":"S_IMAPI_RAW_IMAGE_TRACK_INDEX_ALREADY_EXISTS","features":[395]},{"name":"S_IMAPI_ROTATIONADJUSTED","features":[395]},{"name":"S_IMAPI_SPEEDADJUSTED","features":[395]},{"name":"S_IMAPI_WRITE_NOT_IN_PROGRESS","features":[395]},{"name":"ScCopyNotifications","features":[305,395,358]},{"name":"ScCopyProps","features":[305,395,358]},{"name":"ScCountNotifications","features":[305,395,358]},{"name":"ScCountProps","features":[305,395,358]},{"name":"ScCreateConversationIndex","features":[395]},{"name":"ScDupPropset","features":[305,395,358]},{"name":"ScInitMapiUtil","features":[395]},{"name":"ScLocalPathFromUNC","features":[395]},{"name":"ScRelocNotifications","features":[305,395,358]},{"name":"ScRelocProps","features":[305,395,358]},{"name":"ScUNCFromLocalPath","features":[395]},{"name":"SzFindCh","features":[395]},{"name":"SzFindLastCh","features":[395]},{"name":"SzFindSz","features":[395]},{"name":"TABLE_CHANGED","features":[395]},{"name":"TABLE_ERROR","features":[395]},{"name":"TABLE_NOTIFICATION","features":[305,395,358]},{"name":"TABLE_RELOAD","features":[395]},{"name":"TABLE_RESTRICT_DONE","features":[395]},{"name":"TABLE_ROW_ADDED","features":[395]},{"name":"TABLE_ROW_DELETED","features":[395]},{"name":"TABLE_ROW_MODIFIED","features":[395]},{"name":"TABLE_SETCOL_DONE","features":[395]},{"name":"TABLE_SORT_DONE","features":[395]},{"name":"TAD_ALL_ROWS","features":[395]},{"name":"UFromSz","features":[395]},{"name":"UI_CURRENT_PROVIDER_FIRST","features":[395]},{"name":"UI_SERVICE","features":[395]},{"name":"UlAddRef","features":[395]},{"name":"UlPropSize","features":[305,395,358]},{"name":"UlRelease","features":[395]},{"name":"WABEXTDISPLAY","features":[305,395]},{"name":"WABIMPORTPARAM","features":[305,395]},{"name":"WABOBJECT_LDAPURL_RETURN_MAILUSER","features":[395]},{"name":"WABOBJECT_ME_NEW","features":[395]},{"name":"WABOBJECT_ME_NOCREATE","features":[395]},{"name":"WAB_CONTEXT_ADRLIST","features":[395]},{"name":"WAB_DISPLAY_ISNTDS","features":[395]},{"name":"WAB_DISPLAY_LDAPURL","features":[395]},{"name":"WAB_DLL_NAME","features":[395]},{"name":"WAB_DLL_PATH_KEY","features":[395]},{"name":"WAB_ENABLE_PROFILES","features":[395]},{"name":"WAB_IGNORE_PROFILES","features":[395]},{"name":"WAB_LOCAL_CONTAINERS","features":[395]},{"name":"WAB_PARAM","features":[305,395]},{"name":"WAB_PROFILE_CONTENTS","features":[395]},{"name":"WAB_USE_OE_SENDMAIL","features":[395]},{"name":"WAB_VCARD_FILE","features":[395]},{"name":"WAB_VCARD_STREAM","features":[395]},{"name":"WrapCompressedRTFStream","features":[395,358]},{"name":"WrapStoreEntryID","features":[395]},{"name":"__UPV","features":[305,395,358]},{"name":"cchProfileNameMax","features":[395]},{"name":"cchProfilePassMax","features":[395]},{"name":"fMapiUnicode","features":[395]},{"name":"genderFemale","features":[395]},{"name":"genderMale","features":[395]},{"name":"genderUnspecified","features":[395]},{"name":"hrSuccess","features":[395]},{"name":"szHrDispatchNotifications","features":[395]},{"name":"szMAPINotificationMsg","features":[395]},{"name":"szScCreateConversationIndex","features":[395]}],"538":[{"name":"AMSI_ATTRIBUTE","features":[530]},{"name":"AMSI_ATTRIBUTE_ALL_ADDRESS","features":[530]},{"name":"AMSI_ATTRIBUTE_ALL_SIZE","features":[530]},{"name":"AMSI_ATTRIBUTE_APP_NAME","features":[530]},{"name":"AMSI_ATTRIBUTE_CONTENT_ADDRESS","features":[530]},{"name":"AMSI_ATTRIBUTE_CONTENT_NAME","features":[530]},{"name":"AMSI_ATTRIBUTE_CONTENT_SIZE","features":[530]},{"name":"AMSI_ATTRIBUTE_QUIET","features":[530]},{"name":"AMSI_ATTRIBUTE_REDIRECT_CHAIN_ADDRESS","features":[530]},{"name":"AMSI_ATTRIBUTE_REDIRECT_CHAIN_SIZE","features":[530]},{"name":"AMSI_ATTRIBUTE_SESSION","features":[530]},{"name":"AMSI_RESULT","features":[530]},{"name":"AMSI_RESULT_BLOCKED_BY_ADMIN_END","features":[530]},{"name":"AMSI_RESULT_BLOCKED_BY_ADMIN_START","features":[530]},{"name":"AMSI_RESULT_CLEAN","features":[530]},{"name":"AMSI_RESULT_DETECTED","features":[530]},{"name":"AMSI_RESULT_NOT_DETECTED","features":[530]},{"name":"AMSI_UAC_MSI_ACTION","features":[530]},{"name":"AMSI_UAC_MSI_ACTION_INSTALL","features":[530]},{"name":"AMSI_UAC_MSI_ACTION_MAINTENANCE","features":[530]},{"name":"AMSI_UAC_MSI_ACTION_MAX","features":[530]},{"name":"AMSI_UAC_MSI_ACTION_UNINSTALL","features":[530]},{"name":"AMSI_UAC_MSI_ACTION_UPDATE","features":[530]},{"name":"AMSI_UAC_REQUEST_AX_INFO","features":[530]},{"name":"AMSI_UAC_REQUEST_COM_INFO","features":[530]},{"name":"AMSI_UAC_REQUEST_CONTEXT","features":[305,530]},{"name":"AMSI_UAC_REQUEST_EXE_INFO","features":[530]},{"name":"AMSI_UAC_REQUEST_MSI_INFO","features":[530]},{"name":"AMSI_UAC_REQUEST_PACKAGED_APP_INFO","features":[530]},{"name":"AMSI_UAC_REQUEST_TYPE","features":[530]},{"name":"AMSI_UAC_REQUEST_TYPE_AX","features":[530]},{"name":"AMSI_UAC_REQUEST_TYPE_COM","features":[530]},{"name":"AMSI_UAC_REQUEST_TYPE_EXE","features":[530]},{"name":"AMSI_UAC_REQUEST_TYPE_MAX","features":[530]},{"name":"AMSI_UAC_REQUEST_TYPE_MSI","features":[530]},{"name":"AMSI_UAC_REQUEST_TYPE_PACKAGED_APP","features":[530]},{"name":"AMSI_UAC_TRUST_STATE","features":[530]},{"name":"AMSI_UAC_TRUST_STATE_BLOCKED","features":[530]},{"name":"AMSI_UAC_TRUST_STATE_MAX","features":[530]},{"name":"AMSI_UAC_TRUST_STATE_TRUSTED","features":[530]},{"name":"AMSI_UAC_TRUST_STATE_UNTRUSTED","features":[530]},{"name":"AmsiCloseSession","features":[530]},{"name":"AmsiInitialize","features":[530]},{"name":"AmsiNotifyOperation","features":[530]},{"name":"AmsiOpenSession","features":[530]},{"name":"AmsiScanBuffer","features":[530]},{"name":"AmsiScanString","features":[530]},{"name":"AmsiUninitialize","features":[530]},{"name":"CAntimalware","features":[530]},{"name":"HAMSICONTEXT","features":[530]},{"name":"HAMSISESSION","features":[530]},{"name":"IAmsiStream","features":[530]},{"name":"IAntimalware","features":[530]},{"name":"IAntimalware2","features":[530]},{"name":"IAntimalwareProvider","features":[530]},{"name":"IAntimalwareProvider2","features":[530]},{"name":"IAntimalwareUacProvider","features":[530]},{"name":"InstallELAMCertificateInfo","features":[305,530]}],"539":[{"name":"ACTCTXA","features":[305,531]},{"name":"ACTCTXW","features":[305,531]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE","features":[531]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MAXVERSIONTESTED","features":[531]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_MITIGATION","features":[531]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_OS","features":[531]},{"name":"ACTCTX_COMPATIBILITY_ELEMENT_TYPE_UNKNOWN","features":[531]},{"name":"ACTCTX_REQUESTED_RUN_LEVEL","features":[531]},{"name":"ACTCTX_RUN_LEVEL_AS_INVOKER","features":[531]},{"name":"ACTCTX_RUN_LEVEL_HIGHEST_AVAILABLE","features":[531]},{"name":"ACTCTX_RUN_LEVEL_NUMBERS","features":[531]},{"name":"ACTCTX_RUN_LEVEL_REQUIRE_ADMIN","features":[531]},{"name":"ACTCTX_RUN_LEVEL_UNSPECIFIED","features":[531]},{"name":"ACTCTX_SECTION_KEYED_DATA","features":[305,531,339]},{"name":"ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION","features":[531]},{"name":"ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION","features":[531]},{"name":"ACTIVATION_CONTEXT_DETAILED_INFORMATION","features":[531]},{"name":"ACTIVATION_CONTEXT_QUERY_INDEX","features":[531]},{"name":"ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION","features":[531]},{"name":"ADVERTISEFLAGS","features":[531]},{"name":"ADVERTISEFLAGS_MACHINEASSIGN","features":[531]},{"name":"ADVERTISEFLAGS_USERASSIGN","features":[531]},{"name":"APPLY_OPTION_FAIL_IF_CLOSE","features":[531]},{"name":"APPLY_OPTION_FAIL_IF_EXACT","features":[531]},{"name":"APPLY_OPTION_TEST_ONLY","features":[531]},{"name":"APPLY_OPTION_VALID_FLAGS","features":[531]},{"name":"ASM_BINDF_BINPATH_PROBE_ONLY","features":[531]},{"name":"ASM_BINDF_FORCE_CACHE_INSTALL","features":[531]},{"name":"ASM_BINDF_PARENT_ASM_HINT","features":[531]},{"name":"ASM_BINDF_RFS_INTEGRITY_CHECK","features":[531]},{"name":"ASM_BINDF_RFS_MODULE_CHECK","features":[531]},{"name":"ASM_BINDF_SHARED_BINPATH_HINT","features":[531]},{"name":"ASM_BIND_FLAGS","features":[531]},{"name":"ASM_CMPF_ALL","features":[531]},{"name":"ASM_CMPF_BUILD_NUMBER","features":[531]},{"name":"ASM_CMPF_CULTURE","features":[531]},{"name":"ASM_CMPF_CUSTOM","features":[531]},{"name":"ASM_CMPF_DEFAULT","features":[531]},{"name":"ASM_CMPF_MAJOR_VERSION","features":[531]},{"name":"ASM_CMPF_MINOR_VERSION","features":[531]},{"name":"ASM_CMPF_NAME","features":[531]},{"name":"ASM_CMPF_PUBLIC_KEY_TOKEN","features":[531]},{"name":"ASM_CMPF_REVISION_NUMBER","features":[531]},{"name":"ASM_CMP_FLAGS","features":[531]},{"name":"ASM_DISPLAYF_CULTURE","features":[531]},{"name":"ASM_DISPLAYF_CUSTOM","features":[531]},{"name":"ASM_DISPLAYF_LANGUAGEID","features":[531]},{"name":"ASM_DISPLAYF_PROCESSORARCHITECTURE","features":[531]},{"name":"ASM_DISPLAYF_PUBLIC_KEY","features":[531]},{"name":"ASM_DISPLAYF_PUBLIC_KEY_TOKEN","features":[531]},{"name":"ASM_DISPLAYF_VERSION","features":[531]},{"name":"ASM_DISPLAY_FLAGS","features":[531]},{"name":"ASM_NAME","features":[531]},{"name":"ASM_NAME_ALIAS","features":[531]},{"name":"ASM_NAME_BUILD_NUMBER","features":[531]},{"name":"ASM_NAME_CODEBASE_LASTMOD","features":[531]},{"name":"ASM_NAME_CODEBASE_URL","features":[531]},{"name":"ASM_NAME_CULTURE","features":[531]},{"name":"ASM_NAME_CUSTOM","features":[531]},{"name":"ASM_NAME_HASH_ALGID","features":[531]},{"name":"ASM_NAME_HASH_VALUE","features":[531]},{"name":"ASM_NAME_MAJOR_VERSION","features":[531]},{"name":"ASM_NAME_MAX_PARAMS","features":[531]},{"name":"ASM_NAME_MINOR_VERSION","features":[531]},{"name":"ASM_NAME_MVID","features":[531]},{"name":"ASM_NAME_NAME","features":[531]},{"name":"ASM_NAME_NULL_CUSTOM","features":[531]},{"name":"ASM_NAME_NULL_PUBLIC_KEY","features":[531]},{"name":"ASM_NAME_NULL_PUBLIC_KEY_TOKEN","features":[531]},{"name":"ASM_NAME_OSINFO_ARRAY","features":[531]},{"name":"ASM_NAME_PROCESSOR_ID_ARRAY","features":[531]},{"name":"ASM_NAME_PUBLIC_KEY","features":[531]},{"name":"ASM_NAME_PUBLIC_KEY_TOKEN","features":[531]},{"name":"ASM_NAME_REVISION_NUMBER","features":[531]},{"name":"ASSEMBLYINFO_FLAG_INSTALLED","features":[531]},{"name":"ASSEMBLYINFO_FLAG_PAYLOADRESIDENT","features":[531]},{"name":"ASSEMBLY_FILE_DETAILED_INFORMATION","features":[531]},{"name":"ASSEMBLY_INFO","features":[531]},{"name":"ActivateActCtx","features":[305,531]},{"name":"AddRefActCtx","features":[305,531]},{"name":"ApplyDeltaA","features":[305,531]},{"name":"ApplyDeltaB","features":[305,531]},{"name":"ApplyDeltaGetReverseB","features":[305,531]},{"name":"ApplyDeltaProvidedB","features":[305,531]},{"name":"ApplyDeltaW","features":[305,531]},{"name":"ApplyPatchToFileA","features":[305,531]},{"name":"ApplyPatchToFileByBuffers","features":[305,531]},{"name":"ApplyPatchToFileByHandles","features":[305,531]},{"name":"ApplyPatchToFileByHandlesEx","features":[305,531]},{"name":"ApplyPatchToFileExA","features":[305,531]},{"name":"ApplyPatchToFileExW","features":[305,531]},{"name":"ApplyPatchToFileW","features":[305,531]},{"name":"CANOF_PARSE_DISPLAY_NAME","features":[531]},{"name":"CANOF_SET_DEFAULT_VALUES","features":[531]},{"name":"CLSID_EvalCom2","features":[531]},{"name":"CLSID_MsmMerge2","features":[531]},{"name":"COMPATIBILITY_CONTEXT_ELEMENT","features":[531]},{"name":"CREATE_ASM_NAME_OBJ_FLAGS","features":[531]},{"name":"CreateActCtxA","features":[305,531]},{"name":"CreateActCtxW","features":[305,531]},{"name":"CreateDeltaA","features":[305,398,531]},{"name":"CreateDeltaB","features":[305,398,531]},{"name":"CreateDeltaW","features":[305,398,531]},{"name":"CreatePatchFileA","features":[305,531]},{"name":"CreatePatchFileByHandles","features":[305,531]},{"name":"CreatePatchFileByHandlesEx","features":[305,531]},{"name":"CreatePatchFileExA","features":[305,531]},{"name":"CreatePatchFileExW","features":[305,531]},{"name":"CreatePatchFileW","features":[305,531]},{"name":"DEFAULT_DISK_ID","features":[531]},{"name":"DEFAULT_FILE_SEQUENCE_START","features":[531]},{"name":"DEFAULT_MINIMUM_REQUIRED_MSI_VERSION","features":[531]},{"name":"DELTA_HASH","features":[531]},{"name":"DELTA_HEADER_INFO","features":[305,398,531]},{"name":"DELTA_INPUT","features":[305,531]},{"name":"DELTA_MAX_HASH_SIZE","features":[531]},{"name":"DELTA_OUTPUT","features":[531]},{"name":"DeactivateActCtx","features":[305,531]},{"name":"DeltaFree","features":[305,531]},{"name":"DeltaNormalizeProvidedB","features":[305,531]},{"name":"ERROR_PATCH_BIGGER_THAN_COMPRESSED","features":[531]},{"name":"ERROR_PATCH_CORRUPT","features":[531]},{"name":"ERROR_PATCH_DECODE_FAILURE","features":[531]},{"name":"ERROR_PATCH_ENCODE_FAILURE","features":[531]},{"name":"ERROR_PATCH_IMAGEHLP_FAILURE","features":[531]},{"name":"ERROR_PATCH_INVALID_OPTIONS","features":[531]},{"name":"ERROR_PATCH_NEWER_FORMAT","features":[531]},{"name":"ERROR_PATCH_NOT_AVAILABLE","features":[531]},{"name":"ERROR_PATCH_NOT_NECESSARY","features":[531]},{"name":"ERROR_PATCH_RETAIN_RANGES_DIFFER","features":[531]},{"name":"ERROR_PATCH_SAME_FILE","features":[531]},{"name":"ERROR_PATCH_WRONG_FILE","features":[531]},{"name":"ERROR_PCW_BAD_API_PATCHING_SYMBOL_FLAGS","features":[531]},{"name":"ERROR_PCW_BAD_FAMILY_RANGE_NAME","features":[531]},{"name":"ERROR_PCW_BAD_FILE_SEQUENCE_START","features":[531]},{"name":"ERROR_PCW_BAD_GUIDS_TO_REPLACE","features":[531]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_DISKID","features":[531]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_FILESEQSTART","features":[531]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_NAME","features":[531]},{"name":"ERROR_PCW_BAD_IMAGE_FAMILY_SRC_PROP","features":[531]},{"name":"ERROR_PCW_BAD_MAJOR_VERSION","features":[531]},{"name":"ERROR_PCW_BAD_PATCH_GUID","features":[531]},{"name":"ERROR_PCW_BAD_PRODUCTVERSION_VALIDATION","features":[531]},{"name":"ERROR_PCW_BAD_SEQUENCE","features":[531]},{"name":"ERROR_PCW_BAD_SUPERCEDENCE","features":[531]},{"name":"ERROR_PCW_BAD_TARGET","features":[531]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_NAME","features":[531]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_PRODUCT_CODE","features":[531]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_PRODUCT_VERSION","features":[531]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_UPGRADED","features":[531]},{"name":"ERROR_PCW_BAD_TARGET_IMAGE_UPGRADE_CODE","features":[531]},{"name":"ERROR_PCW_BAD_TARGET_PRODUCT_CODE_LIST","features":[531]},{"name":"ERROR_PCW_BAD_TGT_UPD_IMAGES","features":[531]},{"name":"ERROR_PCW_BAD_TRANSFORMSET","features":[531]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_FAMILY","features":[531]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_NAME","features":[531]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_PRODUCT_CODE","features":[531]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_PRODUCT_VERSION","features":[531]},{"name":"ERROR_PCW_BAD_UPGRADED_IMAGE_UPGRADE_CODE","features":[531]},{"name":"ERROR_PCW_BAD_VERSION_STRING","features":[531]},{"name":"ERROR_PCW_BASE","features":[531]},{"name":"ERROR_PCW_CANNOT_CREATE_TABLE","features":[531]},{"name":"ERROR_PCW_CANNOT_RUN_MAKECAB","features":[531]},{"name":"ERROR_PCW_CANNOT_WRITE_DDF","features":[531]},{"name":"ERROR_PCW_CANT_COPY_FILE_TO_TEMP_FOLDER","features":[531]},{"name":"ERROR_PCW_CANT_CREATE_ONE_PATCH_FILE","features":[531]},{"name":"ERROR_PCW_CANT_CREATE_PATCH_FILE","features":[531]},{"name":"ERROR_PCW_CANT_CREATE_SUMMARY_INFO","features":[531]},{"name":"ERROR_PCW_CANT_CREATE_SUMMARY_INFO_POUND","features":[531]},{"name":"ERROR_PCW_CANT_CREATE_TEMP_FOLDER","features":[531]},{"name":"ERROR_PCW_CANT_DELETE_TEMP_FOLDER","features":[531]},{"name":"ERROR_PCW_CANT_GENERATE_SEQUENCEINFO_MAJORUPGD","features":[531]},{"name":"ERROR_PCW_CANT_GENERATE_TRANSFORM","features":[531]},{"name":"ERROR_PCW_CANT_GENERATE_TRANSFORM_POUND","features":[531]},{"name":"ERROR_PCW_CANT_OVERWRITE_PATCH","features":[531]},{"name":"ERROR_PCW_CANT_READ_FILE","features":[531]},{"name":"ERROR_PCW_CREATEFILE_LOG_FAILED","features":[531]},{"name":"ERROR_PCW_DUPLICATE_SEQUENCE_RECORD","features":[531]},{"name":"ERROR_PCW_DUP_IMAGE_FAMILY_NAME","features":[531]},{"name":"ERROR_PCW_DUP_TARGET_IMAGE_NAME","features":[531]},{"name":"ERROR_PCW_DUP_TARGET_IMAGE_PACKCODE","features":[531]},{"name":"ERROR_PCW_DUP_UPGRADED_IMAGE_NAME","features":[531]},{"name":"ERROR_PCW_DUP_UPGRADED_IMAGE_PACKCODE","features":[531]},{"name":"ERROR_PCW_ERROR_WRITING_TO_LOG","features":[531]},{"name":"ERROR_PCW_EXECUTE_VIEW","features":[531]},{"name":"ERROR_PCW_EXTFILE_BAD_FAMILY_FIELD","features":[531]},{"name":"ERROR_PCW_EXTFILE_BAD_IGNORE_LENGTHS","features":[531]},{"name":"ERROR_PCW_EXTFILE_BAD_IGNORE_OFFSETS","features":[531]},{"name":"ERROR_PCW_EXTFILE_BAD_RETAIN_OFFSETS","features":[531]},{"name":"ERROR_PCW_EXTFILE_BLANK_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_EXTFILE_BLANK_PATH_TO_FILE","features":[531]},{"name":"ERROR_PCW_EXTFILE_IGNORE_COUNT_MISMATCH","features":[531]},{"name":"ERROR_PCW_EXTFILE_LONG_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_EXTFILE_LONG_IGNORE_LENGTHS","features":[531]},{"name":"ERROR_PCW_EXTFILE_LONG_IGNORE_OFFSETS","features":[531]},{"name":"ERROR_PCW_EXTFILE_LONG_PATH_TO_FILE","features":[531]},{"name":"ERROR_PCW_EXTFILE_LONG_RETAIN_OFFSETS","features":[531]},{"name":"ERROR_PCW_EXTFILE_MISSING_FILE","features":[531]},{"name":"ERROR_PCW_FAILED_CREATE_TRANSFORM","features":[531]},{"name":"ERROR_PCW_FAILED_EXPAND_PATH","features":[531]},{"name":"ERROR_PCW_FAMILY_RANGE_BAD_RETAIN_LENGTHS","features":[531]},{"name":"ERROR_PCW_FAMILY_RANGE_BAD_RETAIN_OFFSETS","features":[531]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_RETAIN_LENGTHS","features":[531]},{"name":"ERROR_PCW_FAMILY_RANGE_BLANK_RETAIN_OFFSETS","features":[531]},{"name":"ERROR_PCW_FAMILY_RANGE_COUNT_MISMATCH","features":[531]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_RETAIN_LENGTHS","features":[531]},{"name":"ERROR_PCW_FAMILY_RANGE_LONG_RETAIN_OFFSETS","features":[531]},{"name":"ERROR_PCW_FAMILY_RANGE_NAME_TOO_LONG","features":[531]},{"name":"ERROR_PCW_IMAGE_FAMILY_NAME_TOO_LONG","features":[531]},{"name":"ERROR_PCW_IMAGE_PATH_NOT_EXIST","features":[531]},{"name":"ERROR_PCW_INTERNAL_ERROR","features":[531]},{"name":"ERROR_PCW_INVALID_LOG_LEVEL","features":[531]},{"name":"ERROR_PCW_INVALID_MAJOR_VERSION","features":[531]},{"name":"ERROR_PCW_INVALID_PARAMETER","features":[531]},{"name":"ERROR_PCW_INVALID_PATCHMETADATA_PROP","features":[531]},{"name":"ERROR_PCW_INVALID_PATCH_TYPE_SEQUENCING","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_EXTERNALFILES","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_FAMILYFILERANGES","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_IMAGEFAMILIES","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_PATCHSEQUENCE","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_PROPERTIES","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_PROPERTY","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_TARGETFILES_OPTIONALDATA","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_TARGETIMAGES","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDFILESTOIGNORE","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDFILES_OPTIONALDATA","features":[531]},{"name":"ERROR_PCW_INVALID_PCP_UPGRADEDIMAGES","features":[531]},{"name":"ERROR_PCW_INVALID_RANGE_ELEMENT","features":[531]},{"name":"ERROR_PCW_INVALID_SUPERCEDENCE","features":[531]},{"name":"ERROR_PCW_INVALID_SUPERSEDENCE_VALUE","features":[531]},{"name":"ERROR_PCW_INVALID_UI_LEVEL","features":[531]},{"name":"ERROR_PCW_LAX_VALIDATION_FLAGS","features":[531]},{"name":"ERROR_PCW_MAJOR_UPGD_WITHOUT_SEQUENCING","features":[531]},{"name":"ERROR_PCW_MATCHED_PRODUCT_VERSIONS","features":[531]},{"name":"ERROR_PCW_MISMATCHED_PRODUCT_CODES","features":[531]},{"name":"ERROR_PCW_MISMATCHED_PRODUCT_VERSIONS","features":[531]},{"name":"ERROR_PCW_MISSING_DIRECTORY_TABLE","features":[531]},{"name":"ERROR_PCW_MISSING_PATCHMETADATA","features":[531]},{"name":"ERROR_PCW_MISSING_PATCH_GUID","features":[531]},{"name":"ERROR_PCW_MISSING_PATCH_PATH","features":[531]},{"name":"ERROR_PCW_NO_UPGRADED_IMAGES_TO_PATCH","features":[531]},{"name":"ERROR_PCW_NULL_PATCHFAMILY","features":[531]},{"name":"ERROR_PCW_NULL_SEQUENCE_NUMBER","features":[531]},{"name":"ERROR_PCW_OBSOLETION_WITH_MSI30","features":[531]},{"name":"ERROR_PCW_OBSOLETION_WITH_PATCHSEQUENCE","features":[531]},{"name":"ERROR_PCW_OBSOLETION_WITH_SEQUENCE_DATA","features":[531]},{"name":"ERROR_PCW_OODS_COPYING_MSI","features":[531]},{"name":"ERROR_PCW_OPEN_VIEW","features":[531]},{"name":"ERROR_PCW_OUT_OF_MEMORY","features":[531]},{"name":"ERROR_PCW_PATCHMETADATA_PROP_NOT_SET","features":[531]},{"name":"ERROR_PCW_PCP_BAD_FORMAT","features":[531]},{"name":"ERROR_PCW_PCP_DOESNT_EXIST","features":[531]},{"name":"ERROR_PCW_SEQUENCING_BAD_TARGET","features":[531]},{"name":"ERROR_PCW_TARGET_BAD_PROD_CODE_VAL","features":[531]},{"name":"ERROR_PCW_TARGET_BAD_PROD_VALIDATE","features":[531]},{"name":"ERROR_PCW_TARGET_IMAGE_COMPRESSED","features":[531]},{"name":"ERROR_PCW_TARGET_IMAGE_NAME_TOO_LONG","features":[531]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_EMPTY","features":[531]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_NOT_EXIST","features":[531]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_NOT_MSI","features":[531]},{"name":"ERROR_PCW_TARGET_IMAGE_PATH_TOO_LONG","features":[531]},{"name":"ERROR_PCW_TARGET_MISSING_SRC_FILES","features":[531]},{"name":"ERROR_PCW_TARGET_WRONG_PRODUCT_VERSION_COMP","features":[531]},{"name":"ERROR_PCW_TFILEDATA_BAD_IGNORE_LENGTHS","features":[531]},{"name":"ERROR_PCW_TFILEDATA_BAD_IGNORE_OFFSETS","features":[531]},{"name":"ERROR_PCW_TFILEDATA_BAD_RETAIN_OFFSETS","features":[531]},{"name":"ERROR_PCW_TFILEDATA_BAD_TARGET_FIELD","features":[531]},{"name":"ERROR_PCW_TFILEDATA_BLANK_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_TFILEDATA_IGNORE_COUNT_MISMATCH","features":[531]},{"name":"ERROR_PCW_TFILEDATA_LONG_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_TFILEDATA_LONG_IGNORE_LENGTHS","features":[531]},{"name":"ERROR_PCW_TFILEDATA_LONG_IGNORE_OFFSETS","features":[531]},{"name":"ERROR_PCW_TFILEDATA_LONG_RETAIN_OFFSETS","features":[531]},{"name":"ERROR_PCW_TFILEDATA_MISSING_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_UFILEDATA_BAD_UPGRADED_FIELD","features":[531]},{"name":"ERROR_PCW_UFILEDATA_BLANK_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_UFILEDATA_LONG_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_UFILEDATA_MISSING_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_UFILEIGNORE_BAD_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_UFILEIGNORE_BAD_UPGRADED_FIELD","features":[531]},{"name":"ERROR_PCW_UFILEIGNORE_BLANK_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_UFILEIGNORE_LONG_FILE_TABLE_KEY","features":[531]},{"name":"ERROR_PCW_UNKNOWN_ERROR","features":[531]},{"name":"ERROR_PCW_UNKNOWN_INFO","features":[531]},{"name":"ERROR_PCW_UNKNOWN_WARN","features":[531]},{"name":"ERROR_PCW_UPGRADED_IMAGE_COMPRESSED","features":[531]},{"name":"ERROR_PCW_UPGRADED_IMAGE_NAME_TOO_LONG","features":[531]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_NOT_EXIST","features":[531]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_NOT_MSI","features":[531]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATCH_PATH_TOO_LONG","features":[531]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_EMPTY","features":[531]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_NOT_EXIST","features":[531]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_NOT_MSI","features":[531]},{"name":"ERROR_PCW_UPGRADED_IMAGE_PATH_TOO_LONG","features":[531]},{"name":"ERROR_PCW_UPGRADED_MISSING_SRC_FILES","features":[531]},{"name":"ERROR_PCW_VIEW_FETCH","features":[531]},{"name":"ERROR_PCW_WRITE_SUMMARY_PROPERTIES","features":[531]},{"name":"ERROR_PCW_WRONG_PATCHMETADATA_STRD_PROP","features":[531]},{"name":"ERROR_ROLLBACK_DISABLED","features":[531]},{"name":"ExtractPatchHeaderToFileA","features":[305,531]},{"name":"ExtractPatchHeaderToFileByHandles","features":[305,531]},{"name":"ExtractPatchHeaderToFileW","features":[305,531]},{"name":"FUSION_INSTALL_REFERENCE","features":[531]},{"name":"FUSION_REFCOUNT_FILEPATH_GUID","features":[531]},{"name":"FUSION_REFCOUNT_OPAQUE_STRING_GUID","features":[531]},{"name":"FUSION_REFCOUNT_UNINSTALL_SUBKEY_GUID","features":[531]},{"name":"FindActCtxSectionGuid","features":[305,531,339]},{"name":"FindActCtxSectionStringA","features":[305,531,339]},{"name":"FindActCtxSectionStringW","features":[305,531,339]},{"name":"GetCurrentActCtx","features":[305,531]},{"name":"GetDeltaInfoA","features":[305,398,531]},{"name":"GetDeltaInfoB","features":[305,398,531]},{"name":"GetDeltaInfoW","features":[305,398,531]},{"name":"GetDeltaSignatureA","features":[305,398,531]},{"name":"GetDeltaSignatureB","features":[305,398,531]},{"name":"GetDeltaSignatureW","features":[305,398,531]},{"name":"GetFilePatchSignatureA","features":[305,531]},{"name":"GetFilePatchSignatureByBuffer","features":[305,531]},{"name":"GetFilePatchSignatureByHandle","features":[305,531]},{"name":"GetFilePatchSignatureW","features":[305,531]},{"name":"IACTIONNAME_ADMIN","features":[531]},{"name":"IACTIONNAME_ADVERTISE","features":[531]},{"name":"IACTIONNAME_COLLECTUSERINFO","features":[531]},{"name":"IACTIONNAME_FIRSTRUN","features":[531]},{"name":"IACTIONNAME_INSTALL","features":[531]},{"name":"IACTIONNAME_SEQUENCE","features":[531]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_ALREADY_INSTALLED","features":[531]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_INSTALLED","features":[531]},{"name":"IASSEMBLYCACHEITEM_COMMIT_DISPOSITION_REFRESHED","features":[531]},{"name":"IASSEMBLYCACHEITEM_COMMIT_FLAG_REFRESH","features":[531]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION","features":[531]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_ALREADY_UNINSTALLED","features":[531]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_DELETE_PENDING","features":[531]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_STILL_IN_USE","features":[531]},{"name":"IASSEMBLYCACHE_UNINSTALL_DISPOSITION_UNINSTALLED","features":[531]},{"name":"IAssemblyCache","features":[531]},{"name":"IAssemblyCacheItem","features":[531]},{"name":"IAssemblyName","features":[531]},{"name":"IEnumMsmDependency","features":[531]},{"name":"IEnumMsmError","features":[531]},{"name":"IEnumMsmString","features":[531]},{"name":"IMsmDependencies","features":[531,358]},{"name":"IMsmDependency","features":[531,358]},{"name":"IMsmError","features":[531,358]},{"name":"IMsmErrors","features":[531,358]},{"name":"IMsmGetFiles","features":[531,358]},{"name":"IMsmMerge","features":[531,358]},{"name":"IMsmStrings","features":[531,358]},{"name":"INFO_BASE","features":[531]},{"name":"INFO_ENTERING_PHASE_I","features":[531]},{"name":"INFO_ENTERING_PHASE_II","features":[531]},{"name":"INFO_ENTERING_PHASE_III","features":[531]},{"name":"INFO_ENTERING_PHASE_IV","features":[531]},{"name":"INFO_ENTERING_PHASE_I_VALIDATION","features":[531]},{"name":"INFO_ENTERING_PHASE_V","features":[531]},{"name":"INFO_GENERATING_METADATA","features":[531]},{"name":"INFO_PASSED_MAIN_CONTROL","features":[531]},{"name":"INFO_PATCHCACHE_FILEINFO_FAILURE","features":[531]},{"name":"INFO_PATCHCACHE_PCI_READFAILURE","features":[531]},{"name":"INFO_PATCHCACHE_PCI_WRITEFAILURE","features":[531]},{"name":"INFO_PCP_PATH","features":[531]},{"name":"INFO_PROPERTY","features":[531]},{"name":"INFO_SET_OPTIONS","features":[531]},{"name":"INFO_SUCCESSFUL_PATCH_CREATION","features":[531]},{"name":"INFO_TEMP_DIR","features":[531]},{"name":"INFO_TEMP_DIR_CLEANUP","features":[531]},{"name":"INFO_USING_USER_MSI_FOR_PATCH_TABLES","features":[531]},{"name":"INSTALLFEATUREATTRIBUTE","features":[531]},{"name":"INSTALLFEATUREATTRIBUTE_DISALLOWADVERTISE","features":[531]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORADVERTISE","features":[531]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORLOCAL","features":[531]},{"name":"INSTALLFEATUREATTRIBUTE_FAVORSOURCE","features":[531]},{"name":"INSTALLFEATUREATTRIBUTE_FOLLOWPARENT","features":[531]},{"name":"INSTALLFEATUREATTRIBUTE_NOUNSUPPORTEDADVERTISE","features":[531]},{"name":"INSTALLLEVEL","features":[531]},{"name":"INSTALLLEVEL_DEFAULT","features":[531]},{"name":"INSTALLLEVEL_MAXIMUM","features":[531]},{"name":"INSTALLLEVEL_MINIMUM","features":[531]},{"name":"INSTALLLOGATTRIBUTES","features":[531]},{"name":"INSTALLLOGATTRIBUTES_APPEND","features":[531]},{"name":"INSTALLLOGATTRIBUTES_FLUSHEACHLINE","features":[531]},{"name":"INSTALLLOGMODE","features":[531]},{"name":"INSTALLLOGMODE_ACTIONDATA","features":[531]},{"name":"INSTALLLOGMODE_ACTIONSTART","features":[531]},{"name":"INSTALLLOGMODE_COMMONDATA","features":[531]},{"name":"INSTALLLOGMODE_ERROR","features":[531]},{"name":"INSTALLLOGMODE_EXTRADEBUG","features":[531]},{"name":"INSTALLLOGMODE_FATALEXIT","features":[531]},{"name":"INSTALLLOGMODE_FILESINUSE","features":[531]},{"name":"INSTALLLOGMODE_INFO","features":[531]},{"name":"INSTALLLOGMODE_INITIALIZE","features":[531]},{"name":"INSTALLLOGMODE_INSTALLEND","features":[531]},{"name":"INSTALLLOGMODE_INSTALLSTART","features":[531]},{"name":"INSTALLLOGMODE_LOGONLYONERROR","features":[531]},{"name":"INSTALLLOGMODE_LOGPERFORMANCE","features":[531]},{"name":"INSTALLLOGMODE_OUTOFDISKSPACE","features":[531]},{"name":"INSTALLLOGMODE_PROGRESS","features":[531]},{"name":"INSTALLLOGMODE_PROPERTYDUMP","features":[531]},{"name":"INSTALLLOGMODE_RESOLVESOURCE","features":[531]},{"name":"INSTALLLOGMODE_RMFILESINUSE","features":[531]},{"name":"INSTALLLOGMODE_SHOWDIALOG","features":[531]},{"name":"INSTALLLOGMODE_TERMINATE","features":[531]},{"name":"INSTALLLOGMODE_USER","features":[531]},{"name":"INSTALLLOGMODE_VERBOSE","features":[531]},{"name":"INSTALLLOGMODE_WARNING","features":[531]},{"name":"INSTALLMESSAGE","features":[531]},{"name":"INSTALLMESSAGE_ACTIONDATA","features":[531]},{"name":"INSTALLMESSAGE_ACTIONSTART","features":[531]},{"name":"INSTALLMESSAGE_COMMONDATA","features":[531]},{"name":"INSTALLMESSAGE_ERROR","features":[531]},{"name":"INSTALLMESSAGE_FATALEXIT","features":[531]},{"name":"INSTALLMESSAGE_FILESINUSE","features":[531]},{"name":"INSTALLMESSAGE_INFO","features":[531]},{"name":"INSTALLMESSAGE_INITIALIZE","features":[531]},{"name":"INSTALLMESSAGE_INSTALLEND","features":[531]},{"name":"INSTALLMESSAGE_INSTALLSTART","features":[531]},{"name":"INSTALLMESSAGE_OUTOFDISKSPACE","features":[531]},{"name":"INSTALLMESSAGE_PERFORMANCE","features":[531]},{"name":"INSTALLMESSAGE_PROGRESS","features":[531]},{"name":"INSTALLMESSAGE_RESOLVESOURCE","features":[531]},{"name":"INSTALLMESSAGE_RMFILESINUSE","features":[531]},{"name":"INSTALLMESSAGE_SHOWDIALOG","features":[531]},{"name":"INSTALLMESSAGE_TERMINATE","features":[531]},{"name":"INSTALLMESSAGE_TYPEMASK","features":[531]},{"name":"INSTALLMESSAGE_USER","features":[531]},{"name":"INSTALLMESSAGE_WARNING","features":[531]},{"name":"INSTALLMODE","features":[531]},{"name":"INSTALLMODE_DEFAULT","features":[531]},{"name":"INSTALLMODE_EXISTING","features":[531]},{"name":"INSTALLMODE_NODETECTION","features":[531]},{"name":"INSTALLMODE_NODETECTION_ANY","features":[531]},{"name":"INSTALLMODE_NOSOURCERESOLUTION","features":[531]},{"name":"INSTALLPROPERTY_ASSIGNMENTTYPE","features":[531]},{"name":"INSTALLPROPERTY_AUTHORIZED_LUA_APP","features":[531]},{"name":"INSTALLPROPERTY_DISKPROMPT","features":[531]},{"name":"INSTALLPROPERTY_DISPLAYNAME","features":[531]},{"name":"INSTALLPROPERTY_HELPLINK","features":[531]},{"name":"INSTALLPROPERTY_HELPTELEPHONE","features":[531]},{"name":"INSTALLPROPERTY_INSTALLDATE","features":[531]},{"name":"INSTALLPROPERTY_INSTALLEDLANGUAGE","features":[531]},{"name":"INSTALLPROPERTY_INSTALLEDPRODUCTNAME","features":[531]},{"name":"INSTALLPROPERTY_INSTALLLOCATION","features":[531]},{"name":"INSTALLPROPERTY_INSTALLSOURCE","features":[531]},{"name":"INSTALLPROPERTY_INSTANCETYPE","features":[531]},{"name":"INSTALLPROPERTY_LANGUAGE","features":[531]},{"name":"INSTALLPROPERTY_LASTUSEDSOURCE","features":[531]},{"name":"INSTALLPROPERTY_LASTUSEDTYPE","features":[531]},{"name":"INSTALLPROPERTY_LOCALPACKAGE","features":[531]},{"name":"INSTALLPROPERTY_LUAENABLED","features":[531]},{"name":"INSTALLPROPERTY_MEDIAPACKAGEPATH","features":[531]},{"name":"INSTALLPROPERTY_MOREINFOURL","features":[531]},{"name":"INSTALLPROPERTY_PACKAGECODE","features":[531]},{"name":"INSTALLPROPERTY_PACKAGENAME","features":[531]},{"name":"INSTALLPROPERTY_PATCHSTATE","features":[531]},{"name":"INSTALLPROPERTY_PATCHTYPE","features":[531]},{"name":"INSTALLPROPERTY_PRODUCTICON","features":[531]},{"name":"INSTALLPROPERTY_PRODUCTID","features":[531]},{"name":"INSTALLPROPERTY_PRODUCTNAME","features":[531]},{"name":"INSTALLPROPERTY_PRODUCTSTATE","features":[531]},{"name":"INSTALLPROPERTY_PUBLISHER","features":[531]},{"name":"INSTALLPROPERTY_REGCOMPANY","features":[531]},{"name":"INSTALLPROPERTY_REGOWNER","features":[531]},{"name":"INSTALLPROPERTY_TRANSFORMS","features":[531]},{"name":"INSTALLPROPERTY_UNINSTALLABLE","features":[531]},{"name":"INSTALLPROPERTY_URLINFOABOUT","features":[531]},{"name":"INSTALLPROPERTY_URLUPDATEINFO","features":[531]},{"name":"INSTALLPROPERTY_VERSION","features":[531]},{"name":"INSTALLPROPERTY_VERSIONMAJOR","features":[531]},{"name":"INSTALLPROPERTY_VERSIONMINOR","features":[531]},{"name":"INSTALLPROPERTY_VERSIONSTRING","features":[531]},{"name":"INSTALLSTATE","features":[531]},{"name":"INSTALLSTATE_ABSENT","features":[531]},{"name":"INSTALLSTATE_ADVERTISED","features":[531]},{"name":"INSTALLSTATE_BADCONFIG","features":[531]},{"name":"INSTALLSTATE_BROKEN","features":[531]},{"name":"INSTALLSTATE_DEFAULT","features":[531]},{"name":"INSTALLSTATE_INCOMPLETE","features":[531]},{"name":"INSTALLSTATE_INVALIDARG","features":[531]},{"name":"INSTALLSTATE_LOCAL","features":[531]},{"name":"INSTALLSTATE_MOREDATA","features":[531]},{"name":"INSTALLSTATE_NOTUSED","features":[531]},{"name":"INSTALLSTATE_REMOVED","features":[531]},{"name":"INSTALLSTATE_SOURCE","features":[531]},{"name":"INSTALLSTATE_SOURCEABSENT","features":[531]},{"name":"INSTALLSTATE_UNKNOWN","features":[531]},{"name":"INSTALLTYPE","features":[531]},{"name":"INSTALLTYPE_DEFAULT","features":[531]},{"name":"INSTALLTYPE_NETWORK_IMAGE","features":[531]},{"name":"INSTALLTYPE_SINGLE_INSTANCE","features":[531]},{"name":"INSTALLUILEVEL","features":[531]},{"name":"INSTALLUILEVEL_BASIC","features":[531]},{"name":"INSTALLUILEVEL_DEFAULT","features":[531]},{"name":"INSTALLUILEVEL_ENDDIALOG","features":[531]},{"name":"INSTALLUILEVEL_FULL","features":[531]},{"name":"INSTALLUILEVEL_HIDECANCEL","features":[531]},{"name":"INSTALLUILEVEL_NOCHANGE","features":[531]},{"name":"INSTALLUILEVEL_NONE","features":[531]},{"name":"INSTALLUILEVEL_PROGRESSONLY","features":[531]},{"name":"INSTALLUILEVEL_REDUCED","features":[531]},{"name":"INSTALLUILEVEL_SOURCERESONLY","features":[531]},{"name":"INSTALLUILEVEL_UACONLY","features":[531]},{"name":"INSTALLUI_HANDLERA","features":[531]},{"name":"INSTALLUI_HANDLERW","features":[531]},{"name":"IPMApplicationInfo","features":[531]},{"name":"IPMApplicationInfoEnumerator","features":[531]},{"name":"IPMBackgroundServiceAgentInfo","features":[531]},{"name":"IPMBackgroundServiceAgentInfoEnumerator","features":[531]},{"name":"IPMBackgroundWorkerInfo","features":[531]},{"name":"IPMBackgroundWorkerInfoEnumerator","features":[531]},{"name":"IPMDeploymentManager","features":[531]},{"name":"IPMEnumerationManager","features":[531]},{"name":"IPMExtensionCachedFileUpdaterInfo","features":[531]},{"name":"IPMExtensionContractInfo","features":[531]},{"name":"IPMExtensionFileExtensionInfo","features":[531]},{"name":"IPMExtensionFileOpenPickerInfo","features":[531]},{"name":"IPMExtensionFileSavePickerInfo","features":[531]},{"name":"IPMExtensionInfo","features":[531]},{"name":"IPMExtensionInfoEnumerator","features":[531]},{"name":"IPMExtensionProtocolInfo","features":[531]},{"name":"IPMExtensionShareTargetInfo","features":[531]},{"name":"IPMLiveTileJobInfo","features":[531]},{"name":"IPMLiveTileJobInfoEnumerator","features":[531]},{"name":"IPMTaskInfo","features":[531]},{"name":"IPMTaskInfoEnumerator","features":[531]},{"name":"IPMTileInfo","features":[531]},{"name":"IPMTileInfoEnumerator","features":[531]},{"name":"IPMTilePropertyEnumerator","features":[531]},{"name":"IPMTilePropertyInfo","features":[531]},{"name":"IPROPNAME_ACTION","features":[531]},{"name":"IPROPNAME_ADMINTOOLS_FOLDER","features":[531]},{"name":"IPROPNAME_ADMINUSER","features":[531]},{"name":"IPROPNAME_ADMIN_PROPERTIES","features":[531]},{"name":"IPROPNAME_AFTERREBOOT","features":[531]},{"name":"IPROPNAME_ALLOWEDPROPERTIES","features":[531]},{"name":"IPROPNAME_ALLUSERS","features":[531]},{"name":"IPROPNAME_APPDATA_FOLDER","features":[531]},{"name":"IPROPNAME_ARM","features":[531]},{"name":"IPROPNAME_ARM64","features":[531]},{"name":"IPROPNAME_ARPAUTHORIZEDCDFPREFIX","features":[531]},{"name":"IPROPNAME_ARPCOMMENTS","features":[531]},{"name":"IPROPNAME_ARPCONTACT","features":[531]},{"name":"IPROPNAME_ARPHELPLINK","features":[531]},{"name":"IPROPNAME_ARPHELPTELEPHONE","features":[531]},{"name":"IPROPNAME_ARPINSTALLLOCATION","features":[531]},{"name":"IPROPNAME_ARPNOMODIFY","features":[531]},{"name":"IPROPNAME_ARPNOREMOVE","features":[531]},{"name":"IPROPNAME_ARPNOREPAIR","features":[531]},{"name":"IPROPNAME_ARPPRODUCTICON","features":[531]},{"name":"IPROPNAME_ARPREADME","features":[531]},{"name":"IPROPNAME_ARPSETTINGSIDENTIFIER","features":[531]},{"name":"IPROPNAME_ARPSHIMFLAGS","features":[531]},{"name":"IPROPNAME_ARPSHIMSERVICEPACKLEVEL","features":[531]},{"name":"IPROPNAME_ARPSHIMVERSIONNT","features":[531]},{"name":"IPROPNAME_ARPSIZE","features":[531]},{"name":"IPROPNAME_ARPSYSTEMCOMPONENT","features":[531]},{"name":"IPROPNAME_ARPURLINFOABOUT","features":[531]},{"name":"IPROPNAME_ARPURLUPDATEINFO","features":[531]},{"name":"IPROPNAME_AVAILABLEFREEREG","features":[531]},{"name":"IPROPNAME_BORDERSIDE","features":[531]},{"name":"IPROPNAME_BORDERTOP","features":[531]},{"name":"IPROPNAME_CAPTIONHEIGHT","features":[531]},{"name":"IPROPNAME_CARRYINGNDP","features":[531]},{"name":"IPROPNAME_CHECKCRCS","features":[531]},{"name":"IPROPNAME_COLORBITS","features":[531]},{"name":"IPROPNAME_COMMONAPPDATA_FOLDER","features":[531]},{"name":"IPROPNAME_COMMONFILES64_FOLDER","features":[531]},{"name":"IPROPNAME_COMMONFILES_FOLDER","features":[531]},{"name":"IPROPNAME_COMPANYNAME","features":[531]},{"name":"IPROPNAME_COMPONENTADDDEFAULT","features":[531]},{"name":"IPROPNAME_COMPONENTADDLOCAL","features":[531]},{"name":"IPROPNAME_COMPONENTADDSOURCE","features":[531]},{"name":"IPROPNAME_COMPUTERNAME","features":[531]},{"name":"IPROPNAME_COSTINGCOMPLETE","features":[531]},{"name":"IPROPNAME_CUSTOMACTIONDATA","features":[531]},{"name":"IPROPNAME_DATE","features":[531]},{"name":"IPROPNAME_DATETIME","features":[531]},{"name":"IPROPNAME_DEFAULTUIFONT","features":[531]},{"name":"IPROPNAME_DESKTOP_FOLDER","features":[531]},{"name":"IPROPNAME_DISABLEADVTSHORTCUTS","features":[531]},{"name":"IPROPNAME_DISABLEROLLBACK","features":[531]},{"name":"IPROPNAME_DISKPROMPT","features":[531]},{"name":"IPROPNAME_ENABLEUSERCONTROL","features":[531]},{"name":"IPROPNAME_ENFORCE_UPGRADE_COMPONENT_RULES","features":[531]},{"name":"IPROPNAME_EXECUTEACTION","features":[531]},{"name":"IPROPNAME_EXECUTEMODE","features":[531]},{"name":"IPROPNAME_FAVORITES_FOLDER","features":[531]},{"name":"IPROPNAME_FEATUREADDDEFAULT","features":[531]},{"name":"IPROPNAME_FEATUREADDLOCAL","features":[531]},{"name":"IPROPNAME_FEATUREADDSOURCE","features":[531]},{"name":"IPROPNAME_FEATUREADVERTISE","features":[531]},{"name":"IPROPNAME_FEATUREREMOVE","features":[531]},{"name":"IPROPNAME_FILEADDDEFAULT","features":[531]},{"name":"IPROPNAME_FILEADDLOCAL","features":[531]},{"name":"IPROPNAME_FILEADDSOURCE","features":[531]},{"name":"IPROPNAME_FONTS_FOLDER","features":[531]},{"name":"IPROPNAME_HIDDEN_PROPERTIES","features":[531]},{"name":"IPROPNAME_HIDECANCEL","features":[531]},{"name":"IPROPNAME_IA64","features":[531]},{"name":"IPROPNAME_INSTALLED","features":[531]},{"name":"IPROPNAME_INSTALLLANGUAGE","features":[531]},{"name":"IPROPNAME_INSTALLLEVEL","features":[531]},{"name":"IPROPNAME_INSTALLPERUSER","features":[531]},{"name":"IPROPNAME_INTEL","features":[531]},{"name":"IPROPNAME_INTEL64","features":[531]},{"name":"IPROPNAME_INTERNALINSTALLEDPERUSER","features":[531]},{"name":"IPROPNAME_ISADMINPACKAGE","features":[531]},{"name":"IPROPNAME_LEFTUNIT","features":[531]},{"name":"IPROPNAME_LIMITUI","features":[531]},{"name":"IPROPNAME_LOCALAPPDATA_FOLDER","features":[531]},{"name":"IPROPNAME_LOGACTION","features":[531]},{"name":"IPROPNAME_LOGONUSER","features":[531]},{"name":"IPROPNAME_MANUFACTURER","features":[531]},{"name":"IPROPNAME_MSIAMD64","features":[531]},{"name":"IPROPNAME_MSIDISABLEEEUI","features":[531]},{"name":"IPROPNAME_MSIDISABLELUAPATCHING","features":[531]},{"name":"IPROPNAME_MSIINSTANCEGUID","features":[531]},{"name":"IPROPNAME_MSILOGFILELOCATION","features":[531]},{"name":"IPROPNAME_MSILOGGINGMODE","features":[531]},{"name":"IPROPNAME_MSINEWINSTANCE","features":[531]},{"name":"IPROPNAME_MSINODISABLEMEDIA","features":[531]},{"name":"IPROPNAME_MSIPACKAGEDOWNLOADLOCALCOPY","features":[531]},{"name":"IPROPNAME_MSIPATCHDOWNLOADLOCALCOPY","features":[531]},{"name":"IPROPNAME_MSIPATCHREMOVE","features":[531]},{"name":"IPROPNAME_MSITABLETPC","features":[531]},{"name":"IPROPNAME_MSIX64","features":[531]},{"name":"IPROPNAME_MSI_FASTINSTALL","features":[531]},{"name":"IPROPNAME_MSI_REBOOT_PENDING","features":[531]},{"name":"IPROPNAME_MSI_RM_CONTROL","features":[531]},{"name":"IPROPNAME_MSI_RM_DISABLE_RESTART","features":[531]},{"name":"IPROPNAME_MSI_RM_SESSION_KEY","features":[531]},{"name":"IPROPNAME_MSI_RM_SHUTDOWN","features":[531]},{"name":"IPROPNAME_MSI_UAC_DEPLOYMENT_COMPLIANT","features":[531]},{"name":"IPROPNAME_MSI_UNINSTALL_SUPERSEDED_COMPONENTS","features":[531]},{"name":"IPROPNAME_MSI_USE_REAL_ADMIN_DETECTION","features":[531]},{"name":"IPROPNAME_MYPICTURES_FOLDER","features":[531]},{"name":"IPROPNAME_NETASSEMBLYSUPPORT","features":[531]},{"name":"IPROPNAME_NETHOOD_FOLDER","features":[531]},{"name":"IPROPNAME_NOCOMPANYNAME","features":[531]},{"name":"IPROPNAME_NOUSERNAME","features":[531]},{"name":"IPROPNAME_NTPRODUCTTYPE","features":[531]},{"name":"IPROPNAME_NTSUITEBACKOFFICE","features":[531]},{"name":"IPROPNAME_NTSUITEDATACENTER","features":[531]},{"name":"IPROPNAME_NTSUITEENTERPRISE","features":[531]},{"name":"IPROPNAME_NTSUITEPERSONAL","features":[531]},{"name":"IPROPNAME_NTSUITESMALLBUSINESS","features":[531]},{"name":"IPROPNAME_NTSUITESMALLBUSINESSRESTRICTED","features":[531]},{"name":"IPROPNAME_NTSUITEWEBSERVER","features":[531]},{"name":"IPROPNAME_OLEADVTSUPPORT","features":[531]},{"name":"IPROPNAME_OUTOFDISKSPACE","features":[531]},{"name":"IPROPNAME_OUTOFNORBDISKSPACE","features":[531]},{"name":"IPROPNAME_PATCH","features":[531]},{"name":"IPROPNAME_PATCHNEWPACKAGECODE","features":[531]},{"name":"IPROPNAME_PATCHNEWSUMMARYCOMMENTS","features":[531]},{"name":"IPROPNAME_PATCHNEWSUMMARYSUBJECT","features":[531]},{"name":"IPROPNAME_PERSONAL_FOLDER","features":[531]},{"name":"IPROPNAME_PHYSICALMEMORY","features":[531]},{"name":"IPROPNAME_PIDKEY","features":[531]},{"name":"IPROPNAME_PIDTEMPLATE","features":[531]},{"name":"IPROPNAME_PRESELECTED","features":[531]},{"name":"IPROPNAME_PRIMARYFOLDER","features":[531]},{"name":"IPROPNAME_PRIMARYFOLDER_PATH","features":[531]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEAVAILABLE","features":[531]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEREMAINING","features":[531]},{"name":"IPROPNAME_PRIMARYFOLDER_SPACEREQUIRED","features":[531]},{"name":"IPROPNAME_PRINTHOOD_FOLDER","features":[531]},{"name":"IPROPNAME_PRIVILEGED","features":[531]},{"name":"IPROPNAME_PRODUCTCODE","features":[531]},{"name":"IPROPNAME_PRODUCTID","features":[531]},{"name":"IPROPNAME_PRODUCTLANGUAGE","features":[531]},{"name":"IPROPNAME_PRODUCTNAME","features":[531]},{"name":"IPROPNAME_PRODUCTSTATE","features":[531]},{"name":"IPROPNAME_PRODUCTVERSION","features":[531]},{"name":"IPROPNAME_PROGRAMFILES64_FOLDER","features":[531]},{"name":"IPROPNAME_PROGRAMFILES_FOLDER","features":[531]},{"name":"IPROPNAME_PROGRAMMENU_FOLDER","features":[531]},{"name":"IPROPNAME_PROGRESSONLY","features":[531]},{"name":"IPROPNAME_PROMPTROLLBACKCOST","features":[531]},{"name":"IPROPNAME_REBOOT","features":[531]},{"name":"IPROPNAME_REBOOTPROMPT","features":[531]},{"name":"IPROPNAME_RECENT_FOLDER","features":[531]},{"name":"IPROPNAME_REDIRECTEDDLLSUPPORT","features":[531]},{"name":"IPROPNAME_REINSTALL","features":[531]},{"name":"IPROPNAME_REINSTALLMODE","features":[531]},{"name":"IPROPNAME_REMOTEADMINTS","features":[531]},{"name":"IPROPNAME_REPLACEDINUSEFILES","features":[531]},{"name":"IPROPNAME_RESTRICTEDUSERCONTROL","features":[531]},{"name":"IPROPNAME_RESUME","features":[531]},{"name":"IPROPNAME_ROLLBACKDISABLED","features":[531]},{"name":"IPROPNAME_ROOTDRIVE","features":[531]},{"name":"IPROPNAME_RUNNINGELEVATED","features":[531]},{"name":"IPROPNAME_SCREENX","features":[531]},{"name":"IPROPNAME_SCREENY","features":[531]},{"name":"IPROPNAME_SENDTO_FOLDER","features":[531]},{"name":"IPROPNAME_SEQUENCE","features":[531]},{"name":"IPROPNAME_SERVICEPACKLEVEL","features":[531]},{"name":"IPROPNAME_SERVICEPACKLEVELMINOR","features":[531]},{"name":"IPROPNAME_SHAREDWINDOWS","features":[531]},{"name":"IPROPNAME_SHELLADVTSUPPORT","features":[531]},{"name":"IPROPNAME_SHORTFILENAMES","features":[531]},{"name":"IPROPNAME_SOURCEDIR","features":[531]},{"name":"IPROPNAME_SOURCELIST","features":[531]},{"name":"IPROPNAME_SOURCERESONLY","features":[531]},{"name":"IPROPNAME_STARTMENU_FOLDER","features":[531]},{"name":"IPROPNAME_STARTUP_FOLDER","features":[531]},{"name":"IPROPNAME_SYSTEM16_FOLDER","features":[531]},{"name":"IPROPNAME_SYSTEM64_FOLDER","features":[531]},{"name":"IPROPNAME_SYSTEMLANGUAGEID","features":[531]},{"name":"IPROPNAME_SYSTEM_FOLDER","features":[531]},{"name":"IPROPNAME_TARGETDIR","features":[531]},{"name":"IPROPNAME_TEMPLATE_AMD64","features":[531]},{"name":"IPROPNAME_TEMPLATE_FOLDER","features":[531]},{"name":"IPROPNAME_TEMPLATE_X64","features":[531]},{"name":"IPROPNAME_TEMP_FOLDER","features":[531]},{"name":"IPROPNAME_TERMSERVER","features":[531]},{"name":"IPROPNAME_TEXTHEIGHT","features":[531]},{"name":"IPROPNAME_TEXTHEIGHT_CORRECTION","features":[531]},{"name":"IPROPNAME_TEXTINTERNALLEADING","features":[531]},{"name":"IPROPNAME_TIME","features":[531]},{"name":"IPROPNAME_TRANSFORMS","features":[531]},{"name":"IPROPNAME_TRANSFORMSATSOURCE","features":[531]},{"name":"IPROPNAME_TRANSFORMSSECURE","features":[531]},{"name":"IPROPNAME_TRUEADMINUSER","features":[531]},{"name":"IPROPNAME_TTCSUPPORT","features":[531]},{"name":"IPROPNAME_UACONLY","features":[531]},{"name":"IPROPNAME_UPDATESTARTED","features":[531]},{"name":"IPROPNAME_UPGRADECODE","features":[531]},{"name":"IPROPNAME_USERLANGUAGEID","features":[531]},{"name":"IPROPNAME_USERNAME","features":[531]},{"name":"IPROPNAME_USERSID","features":[531]},{"name":"IPROPNAME_VERSION9X","features":[531]},{"name":"IPROPNAME_VERSIONNT","features":[531]},{"name":"IPROPNAME_VERSIONNT64","features":[531]},{"name":"IPROPNAME_VIRTUALMEMORY","features":[531]},{"name":"IPROPNAME_WIN32ASSEMBLYSUPPORT","features":[531]},{"name":"IPROPNAME_WINDOWSBUILD","features":[531]},{"name":"IPROPNAME_WINDOWS_FOLDER","features":[531]},{"name":"IPROPNAME_WINDOWS_VOLUME","features":[531]},{"name":"IPROPVALUE_EXECUTEMODE_NONE","features":[531]},{"name":"IPROPVALUE_EXECUTEMODE_SCRIPT","features":[531]},{"name":"IPROPVALUE_FEATURE_ALL","features":[531]},{"name":"IPROPVALUE_MSI_RM_CONTROL_DISABLE","features":[531]},{"name":"IPROPVALUE_MSI_RM_CONTROL_DISABLESHUTDOWN","features":[531]},{"name":"IPROPVALUE_RBCOST_FAIL","features":[531]},{"name":"IPROPVALUE_RBCOST_PROMPT","features":[531]},{"name":"IPROPVALUE_RBCOST_SILENT","features":[531]},{"name":"IPROPVALUE__CARRYINGNDP_URTREINSTALL","features":[531]},{"name":"IPROPVALUE__CARRYINGNDP_URTUPGRADE","features":[531]},{"name":"IValidate","features":[531]},{"name":"LIBID_MsmMergeTypeLib","features":[531]},{"name":"LOGALL","features":[531]},{"name":"LOGERR","features":[531]},{"name":"LOGINFO","features":[531]},{"name":"LOGNONE","features":[531]},{"name":"LOGPERFMESSAGES","features":[531]},{"name":"LOGTOKEN_NO_LOG","features":[531]},{"name":"LOGTOKEN_SETUPAPI_APPLOG","features":[531]},{"name":"LOGTOKEN_SETUPAPI_DEVLOG","features":[531]},{"name":"LOGTOKEN_TYPE_MASK","features":[531]},{"name":"LOGTOKEN_UNSPECIFIED","features":[531]},{"name":"LOGWARN","features":[531]},{"name":"LPDISPLAYVAL","features":[305,531]},{"name":"LPEVALCOMCALLBACK","features":[305,531]},{"name":"MAX_FEATURE_CHARS","features":[531]},{"name":"MAX_GUID_CHARS","features":[531]},{"name":"MSIADVERTISEOPTIONFLAGS","features":[531]},{"name":"MSIADVERTISEOPTIONFLAGS_INSTANCE","features":[531]},{"name":"MSIARCHITECTUREFLAGS","features":[531]},{"name":"MSIARCHITECTUREFLAGS_AMD64","features":[531]},{"name":"MSIARCHITECTUREFLAGS_ARM","features":[531]},{"name":"MSIARCHITECTUREFLAGS_IA64","features":[531]},{"name":"MSIARCHITECTUREFLAGS_X86","features":[531]},{"name":"MSIASSEMBLYINFO","features":[531]},{"name":"MSIASSEMBLYINFO_NETASSEMBLY","features":[531]},{"name":"MSIASSEMBLYINFO_WIN32ASSEMBLY","features":[531]},{"name":"MSICODE","features":[531]},{"name":"MSICODE_PATCH","features":[531]},{"name":"MSICODE_PRODUCT","features":[531]},{"name":"MSICOLINFO","features":[531]},{"name":"MSICOLINFO_NAMES","features":[531]},{"name":"MSICOLINFO_TYPES","features":[531]},{"name":"MSICONDITION","features":[531]},{"name":"MSICONDITION_ERROR","features":[531]},{"name":"MSICONDITION_FALSE","features":[531]},{"name":"MSICONDITION_NONE","features":[531]},{"name":"MSICONDITION_TRUE","features":[531]},{"name":"MSICOSTTREE","features":[531]},{"name":"MSICOSTTREE_CHILDREN","features":[531]},{"name":"MSICOSTTREE_PARENTS","features":[531]},{"name":"MSICOSTTREE_RESERVED","features":[531]},{"name":"MSICOSTTREE_SELFONLY","features":[531]},{"name":"MSIDBERROR","features":[531]},{"name":"MSIDBERROR_BADCABINET","features":[531]},{"name":"MSIDBERROR_BADCASE","features":[531]},{"name":"MSIDBERROR_BADCATEGORY","features":[531]},{"name":"MSIDBERROR_BADCONDITION","features":[531]},{"name":"MSIDBERROR_BADCUSTOMSOURCE","features":[531]},{"name":"MSIDBERROR_BADDEFAULTDIR","features":[531]},{"name":"MSIDBERROR_BADFILENAME","features":[531]},{"name":"MSIDBERROR_BADFORMATTED","features":[531]},{"name":"MSIDBERROR_BADGUID","features":[531]},{"name":"MSIDBERROR_BADIDENTIFIER","features":[531]},{"name":"MSIDBERROR_BADKEYTABLE","features":[531]},{"name":"MSIDBERROR_BADLANGUAGE","features":[531]},{"name":"MSIDBERROR_BADLINK","features":[531]},{"name":"MSIDBERROR_BADLOCALIZEATTRIB","features":[531]},{"name":"MSIDBERROR_BADMAXMINVALUES","features":[531]},{"name":"MSIDBERROR_BADPATH","features":[531]},{"name":"MSIDBERROR_BADPROPERTY","features":[531]},{"name":"MSIDBERROR_BADREGPATH","features":[531]},{"name":"MSIDBERROR_BADSHORTCUT","features":[531]},{"name":"MSIDBERROR_BADTEMPLATE","features":[531]},{"name":"MSIDBERROR_BADVERSION","features":[531]},{"name":"MSIDBERROR_BADWILDCARD","features":[531]},{"name":"MSIDBERROR_DUPLICATEKEY","features":[531]},{"name":"MSIDBERROR_FUNCTIONERROR","features":[531]},{"name":"MSIDBERROR_INVALIDARG","features":[531]},{"name":"MSIDBERROR_MISSINGDATA","features":[531]},{"name":"MSIDBERROR_MOREDATA","features":[531]},{"name":"MSIDBERROR_NOERROR","features":[531]},{"name":"MSIDBERROR_NOTINSET","features":[531]},{"name":"MSIDBERROR_OVERFLOW","features":[531]},{"name":"MSIDBERROR_REQUIRED","features":[531]},{"name":"MSIDBERROR_STRINGOVERFLOW","features":[531]},{"name":"MSIDBERROR_UNDERFLOW","features":[531]},{"name":"MSIDBOPEN_CREATE","features":[531]},{"name":"MSIDBOPEN_CREATEDIRECT","features":[531]},{"name":"MSIDBOPEN_DIRECT","features":[531]},{"name":"MSIDBOPEN_PATCHFILE","features":[531]},{"name":"MSIDBOPEN_READONLY","features":[531]},{"name":"MSIDBOPEN_TRANSACT","features":[531]},{"name":"MSIDBSTATE","features":[531]},{"name":"MSIDBSTATE_ERROR","features":[531]},{"name":"MSIDBSTATE_READ","features":[531]},{"name":"MSIDBSTATE_WRITE","features":[531]},{"name":"MSIFILEHASHINFO","features":[531]},{"name":"MSIHANDLE","features":[531]},{"name":"MSIINSTALLCONTEXT","features":[531]},{"name":"MSIINSTALLCONTEXT_ALL","features":[531]},{"name":"MSIINSTALLCONTEXT_ALLUSERMANAGED","features":[531]},{"name":"MSIINSTALLCONTEXT_FIRSTVISIBLE","features":[531]},{"name":"MSIINSTALLCONTEXT_MACHINE","features":[531]},{"name":"MSIINSTALLCONTEXT_NONE","features":[531]},{"name":"MSIINSTALLCONTEXT_USERMANAGED","features":[531]},{"name":"MSIINSTALLCONTEXT_USERUNMANAGED","features":[531]},{"name":"MSIMODIFY","features":[531]},{"name":"MSIMODIFY_ASSIGN","features":[531]},{"name":"MSIMODIFY_DELETE","features":[531]},{"name":"MSIMODIFY_INSERT","features":[531]},{"name":"MSIMODIFY_INSERT_TEMPORARY","features":[531]},{"name":"MSIMODIFY_MERGE","features":[531]},{"name":"MSIMODIFY_REFRESH","features":[531]},{"name":"MSIMODIFY_REPLACE","features":[531]},{"name":"MSIMODIFY_SEEK","features":[531]},{"name":"MSIMODIFY_UPDATE","features":[531]},{"name":"MSIMODIFY_VALIDATE","features":[531]},{"name":"MSIMODIFY_VALIDATE_DELETE","features":[531]},{"name":"MSIMODIFY_VALIDATE_FIELD","features":[531]},{"name":"MSIMODIFY_VALIDATE_NEW","features":[531]},{"name":"MSIOPENPACKAGEFLAGS","features":[531]},{"name":"MSIOPENPACKAGEFLAGS_IGNOREMACHINESTATE","features":[531]},{"name":"MSIPATCHDATATYPE","features":[531]},{"name":"MSIPATCHSEQUENCEINFOA","features":[531]},{"name":"MSIPATCHSEQUENCEINFOW","features":[531]},{"name":"MSIPATCHSTATE","features":[531]},{"name":"MSIPATCHSTATE_ALL","features":[531]},{"name":"MSIPATCHSTATE_APPLIED","features":[531]},{"name":"MSIPATCHSTATE_INVALID","features":[531]},{"name":"MSIPATCHSTATE_OBSOLETED","features":[531]},{"name":"MSIPATCHSTATE_REGISTERED","features":[531]},{"name":"MSIPATCHSTATE_SUPERSEDED","features":[531]},{"name":"MSIPATCH_DATATYPE_PATCHFILE","features":[531]},{"name":"MSIPATCH_DATATYPE_XMLBLOB","features":[531]},{"name":"MSIPATCH_DATATYPE_XMLPATH","features":[531]},{"name":"MSIRUNMODE","features":[531]},{"name":"MSIRUNMODE_ADMIN","features":[531]},{"name":"MSIRUNMODE_ADVERTISE","features":[531]},{"name":"MSIRUNMODE_CABINET","features":[531]},{"name":"MSIRUNMODE_COMMIT","features":[531]},{"name":"MSIRUNMODE_LOGENABLED","features":[531]},{"name":"MSIRUNMODE_MAINTENANCE","features":[531]},{"name":"MSIRUNMODE_OPERATIONS","features":[531]},{"name":"MSIRUNMODE_REBOOTATEND","features":[531]},{"name":"MSIRUNMODE_REBOOTNOW","features":[531]},{"name":"MSIRUNMODE_RESERVED11","features":[531]},{"name":"MSIRUNMODE_RESERVED14","features":[531]},{"name":"MSIRUNMODE_RESERVED15","features":[531]},{"name":"MSIRUNMODE_ROLLBACK","features":[531]},{"name":"MSIRUNMODE_ROLLBACKENABLED","features":[531]},{"name":"MSIRUNMODE_SCHEDULED","features":[531]},{"name":"MSIRUNMODE_SOURCESHORTNAMES","features":[531]},{"name":"MSIRUNMODE_TARGETSHORTNAMES","features":[531]},{"name":"MSIRUNMODE_WINDOWS9X","features":[531]},{"name":"MSIRUNMODE_ZAWENABLED","features":[531]},{"name":"MSISOURCETYPE","features":[531]},{"name":"MSISOURCETYPE_MEDIA","features":[531]},{"name":"MSISOURCETYPE_NETWORK","features":[531]},{"name":"MSISOURCETYPE_UNKNOWN","features":[531]},{"name":"MSISOURCETYPE_URL","features":[531]},{"name":"MSITRANSACTION","features":[531]},{"name":"MSITRANSACTIONSTATE","features":[531]},{"name":"MSITRANSACTIONSTATE_COMMIT","features":[531]},{"name":"MSITRANSACTIONSTATE_ROLLBACK","features":[531]},{"name":"MSITRANSACTION_CHAIN_EMBEDDEDUI","features":[531]},{"name":"MSITRANSACTION_JOIN_EXISTING_EMBEDDEDUI","features":[531]},{"name":"MSITRANSFORM_ERROR","features":[531]},{"name":"MSITRANSFORM_ERROR_ADDEXISTINGROW","features":[531]},{"name":"MSITRANSFORM_ERROR_ADDEXISTINGTABLE","features":[531]},{"name":"MSITRANSFORM_ERROR_CHANGECODEPAGE","features":[531]},{"name":"MSITRANSFORM_ERROR_DELMISSINGROW","features":[531]},{"name":"MSITRANSFORM_ERROR_DELMISSINGTABLE","features":[531]},{"name":"MSITRANSFORM_ERROR_NONE","features":[531]},{"name":"MSITRANSFORM_ERROR_UPDATEMISSINGROW","features":[531]},{"name":"MSITRANSFORM_ERROR_VIEWTRANSFORM","features":[531]},{"name":"MSITRANSFORM_VALIDATE","features":[531]},{"name":"MSITRANSFORM_VALIDATE_LANGUAGE","features":[531]},{"name":"MSITRANSFORM_VALIDATE_MAJORVERSION","features":[531]},{"name":"MSITRANSFORM_VALIDATE_MINORVERSION","features":[531]},{"name":"MSITRANSFORM_VALIDATE_NEWEQUALBASEVERSION","features":[531]},{"name":"MSITRANSFORM_VALIDATE_NEWGREATERBASEVERSION","features":[531]},{"name":"MSITRANSFORM_VALIDATE_NEWGREATEREQUALBASEVERSION","features":[531]},{"name":"MSITRANSFORM_VALIDATE_NEWLESSBASEVERSION","features":[531]},{"name":"MSITRANSFORM_VALIDATE_NEWLESSEQUALBASEVERSION","features":[531]},{"name":"MSITRANSFORM_VALIDATE_PLATFORM","features":[531]},{"name":"MSITRANSFORM_VALIDATE_PRODUCT","features":[531]},{"name":"MSITRANSFORM_VALIDATE_UPDATEVERSION","features":[531]},{"name":"MSITRANSFORM_VALIDATE_UPGRADECODE","features":[531]},{"name":"MSI_INVALID_HASH_IS_FATAL","features":[531]},{"name":"MSI_NULL_INTEGER","features":[531]},{"name":"MsiAdvertiseProductA","features":[531]},{"name":"MsiAdvertiseProductExA","features":[531]},{"name":"MsiAdvertiseProductExW","features":[531]},{"name":"MsiAdvertiseProductW","features":[531]},{"name":"MsiAdvertiseScriptA","features":[305,531,373]},{"name":"MsiAdvertiseScriptW","features":[305,531,373]},{"name":"MsiApplyMultiplePatchesA","features":[531]},{"name":"MsiApplyMultiplePatchesW","features":[531]},{"name":"MsiApplyPatchA","features":[531]},{"name":"MsiApplyPatchW","features":[531]},{"name":"MsiBeginTransactionA","features":[305,531]},{"name":"MsiBeginTransactionW","features":[305,531]},{"name":"MsiCloseAllHandles","features":[531]},{"name":"MsiCloseHandle","features":[531]},{"name":"MsiCollectUserInfoA","features":[531]},{"name":"MsiCollectUserInfoW","features":[531]},{"name":"MsiConfigureFeatureA","features":[531]},{"name":"MsiConfigureFeatureW","features":[531]},{"name":"MsiConfigureProductA","features":[531]},{"name":"MsiConfigureProductExA","features":[531]},{"name":"MsiConfigureProductExW","features":[531]},{"name":"MsiConfigureProductW","features":[531]},{"name":"MsiCreateRecord","features":[531]},{"name":"MsiCreateTransformSummaryInfoA","features":[531]},{"name":"MsiCreateTransformSummaryInfoW","features":[531]},{"name":"MsiDatabaseApplyTransformA","features":[531]},{"name":"MsiDatabaseApplyTransformW","features":[531]},{"name":"MsiDatabaseCommit","features":[531]},{"name":"MsiDatabaseExportA","features":[531]},{"name":"MsiDatabaseExportW","features":[531]},{"name":"MsiDatabaseGenerateTransformA","features":[531]},{"name":"MsiDatabaseGenerateTransformW","features":[531]},{"name":"MsiDatabaseGetPrimaryKeysA","features":[531]},{"name":"MsiDatabaseGetPrimaryKeysW","features":[531]},{"name":"MsiDatabaseImportA","features":[531]},{"name":"MsiDatabaseImportW","features":[531]},{"name":"MsiDatabaseIsTablePersistentA","features":[531]},{"name":"MsiDatabaseIsTablePersistentW","features":[531]},{"name":"MsiDatabaseMergeA","features":[531]},{"name":"MsiDatabaseMergeW","features":[531]},{"name":"MsiDatabaseOpenViewA","features":[531]},{"name":"MsiDatabaseOpenViewW","features":[531]},{"name":"MsiDetermineApplicablePatchesA","features":[531]},{"name":"MsiDetermineApplicablePatchesW","features":[531]},{"name":"MsiDeterminePatchSequenceA","features":[531]},{"name":"MsiDeterminePatchSequenceW","features":[531]},{"name":"MsiDoActionA","features":[531]},{"name":"MsiDoActionW","features":[531]},{"name":"MsiEnableLogA","features":[531]},{"name":"MsiEnableLogW","features":[531]},{"name":"MsiEnableUIPreview","features":[531]},{"name":"MsiEndTransaction","features":[531]},{"name":"MsiEnumClientsA","features":[531]},{"name":"MsiEnumClientsExA","features":[531]},{"name":"MsiEnumClientsExW","features":[531]},{"name":"MsiEnumClientsW","features":[531]},{"name":"MsiEnumComponentCostsA","features":[531]},{"name":"MsiEnumComponentCostsW","features":[531]},{"name":"MsiEnumComponentQualifiersA","features":[531]},{"name":"MsiEnumComponentQualifiersW","features":[531]},{"name":"MsiEnumComponentsA","features":[531]},{"name":"MsiEnumComponentsExA","features":[531]},{"name":"MsiEnumComponentsExW","features":[531]},{"name":"MsiEnumComponentsW","features":[531]},{"name":"MsiEnumFeaturesA","features":[531]},{"name":"MsiEnumFeaturesW","features":[531]},{"name":"MsiEnumPatchesA","features":[531]},{"name":"MsiEnumPatchesExA","features":[531]},{"name":"MsiEnumPatchesExW","features":[531]},{"name":"MsiEnumPatchesW","features":[531]},{"name":"MsiEnumProductsA","features":[531]},{"name":"MsiEnumProductsExA","features":[531]},{"name":"MsiEnumProductsExW","features":[531]},{"name":"MsiEnumProductsW","features":[531]},{"name":"MsiEnumRelatedProductsA","features":[531]},{"name":"MsiEnumRelatedProductsW","features":[531]},{"name":"MsiEvaluateConditionA","features":[531]},{"name":"MsiEvaluateConditionW","features":[531]},{"name":"MsiExtractPatchXMLDataA","features":[531]},{"name":"MsiExtractPatchXMLDataW","features":[531]},{"name":"MsiFormatRecordA","features":[531]},{"name":"MsiFormatRecordW","features":[531]},{"name":"MsiGetActiveDatabase","features":[531]},{"name":"MsiGetComponentPathA","features":[531]},{"name":"MsiGetComponentPathExA","features":[531]},{"name":"MsiGetComponentPathExW","features":[531]},{"name":"MsiGetComponentPathW","features":[531]},{"name":"MsiGetComponentStateA","features":[531]},{"name":"MsiGetComponentStateW","features":[531]},{"name":"MsiGetDatabaseState","features":[531]},{"name":"MsiGetFeatureCostA","features":[531]},{"name":"MsiGetFeatureCostW","features":[531]},{"name":"MsiGetFeatureInfoA","features":[531]},{"name":"MsiGetFeatureInfoW","features":[531]},{"name":"MsiGetFeatureStateA","features":[531]},{"name":"MsiGetFeatureStateW","features":[531]},{"name":"MsiGetFeatureUsageA","features":[531]},{"name":"MsiGetFeatureUsageW","features":[531]},{"name":"MsiGetFeatureValidStatesA","features":[531]},{"name":"MsiGetFeatureValidStatesW","features":[531]},{"name":"MsiGetFileHashA","features":[531]},{"name":"MsiGetFileHashW","features":[531]},{"name":"MsiGetFileSignatureInformationA","features":[305,398,531]},{"name":"MsiGetFileSignatureInformationW","features":[305,398,531]},{"name":"MsiGetFileVersionA","features":[531]},{"name":"MsiGetFileVersionW","features":[531]},{"name":"MsiGetLanguage","features":[531]},{"name":"MsiGetLastErrorRecord","features":[531]},{"name":"MsiGetMode","features":[305,531]},{"name":"MsiGetPatchFileListA","features":[531]},{"name":"MsiGetPatchFileListW","features":[531]},{"name":"MsiGetPatchInfoA","features":[531]},{"name":"MsiGetPatchInfoExA","features":[531]},{"name":"MsiGetPatchInfoExW","features":[531]},{"name":"MsiGetPatchInfoW","features":[531]},{"name":"MsiGetProductCodeA","features":[531]},{"name":"MsiGetProductCodeW","features":[531]},{"name":"MsiGetProductInfoA","features":[531]},{"name":"MsiGetProductInfoExA","features":[531]},{"name":"MsiGetProductInfoExW","features":[531]},{"name":"MsiGetProductInfoFromScriptA","features":[531]},{"name":"MsiGetProductInfoFromScriptW","features":[531]},{"name":"MsiGetProductInfoW","features":[531]},{"name":"MsiGetProductPropertyA","features":[531]},{"name":"MsiGetProductPropertyW","features":[531]},{"name":"MsiGetPropertyA","features":[531]},{"name":"MsiGetPropertyW","features":[531]},{"name":"MsiGetShortcutTargetA","features":[531]},{"name":"MsiGetShortcutTargetW","features":[531]},{"name":"MsiGetSourcePathA","features":[531]},{"name":"MsiGetSourcePathW","features":[531]},{"name":"MsiGetSummaryInformationA","features":[531]},{"name":"MsiGetSummaryInformationW","features":[531]},{"name":"MsiGetTargetPathA","features":[531]},{"name":"MsiGetTargetPathW","features":[531]},{"name":"MsiGetUserInfoA","features":[531]},{"name":"MsiGetUserInfoW","features":[531]},{"name":"MsiInstallMissingComponentA","features":[531]},{"name":"MsiInstallMissingComponentW","features":[531]},{"name":"MsiInstallMissingFileA","features":[531]},{"name":"MsiInstallMissingFileW","features":[531]},{"name":"MsiInstallProductA","features":[531]},{"name":"MsiInstallProductW","features":[531]},{"name":"MsiIsProductElevatedA","features":[305,531]},{"name":"MsiIsProductElevatedW","features":[305,531]},{"name":"MsiJoinTransaction","features":[305,531]},{"name":"MsiLocateComponentA","features":[531]},{"name":"MsiLocateComponentW","features":[531]},{"name":"MsiNotifySidChangeA","features":[531]},{"name":"MsiNotifySidChangeW","features":[531]},{"name":"MsiOpenDatabaseA","features":[531]},{"name":"MsiOpenDatabaseW","features":[531]},{"name":"MsiOpenPackageA","features":[531]},{"name":"MsiOpenPackageExA","features":[531]},{"name":"MsiOpenPackageExW","features":[531]},{"name":"MsiOpenPackageW","features":[531]},{"name":"MsiOpenProductA","features":[531]},{"name":"MsiOpenProductW","features":[531]},{"name":"MsiPreviewBillboardA","features":[531]},{"name":"MsiPreviewBillboardW","features":[531]},{"name":"MsiPreviewDialogA","features":[531]},{"name":"MsiPreviewDialogW","features":[531]},{"name":"MsiProcessAdvertiseScriptA","features":[305,531,373]},{"name":"MsiProcessAdvertiseScriptW","features":[305,531,373]},{"name":"MsiProcessMessage","features":[531]},{"name":"MsiProvideAssemblyA","features":[531]},{"name":"MsiProvideAssemblyW","features":[531]},{"name":"MsiProvideComponentA","features":[531]},{"name":"MsiProvideComponentW","features":[531]},{"name":"MsiProvideQualifiedComponentA","features":[531]},{"name":"MsiProvideQualifiedComponentExA","features":[531]},{"name":"MsiProvideQualifiedComponentExW","features":[531]},{"name":"MsiProvideQualifiedComponentW","features":[531]},{"name":"MsiQueryComponentStateA","features":[531]},{"name":"MsiQueryComponentStateW","features":[531]},{"name":"MsiQueryFeatureStateA","features":[531]},{"name":"MsiQueryFeatureStateExA","features":[531]},{"name":"MsiQueryFeatureStateExW","features":[531]},{"name":"MsiQueryFeatureStateW","features":[531]},{"name":"MsiQueryProductStateA","features":[531]},{"name":"MsiQueryProductStateW","features":[531]},{"name":"MsiRecordClearData","features":[531]},{"name":"MsiRecordDataSize","features":[531]},{"name":"MsiRecordGetFieldCount","features":[531]},{"name":"MsiRecordGetInteger","features":[531]},{"name":"MsiRecordGetStringA","features":[531]},{"name":"MsiRecordGetStringW","features":[531]},{"name":"MsiRecordIsNull","features":[305,531]},{"name":"MsiRecordReadStream","features":[531]},{"name":"MsiRecordSetInteger","features":[531]},{"name":"MsiRecordSetStreamA","features":[531]},{"name":"MsiRecordSetStreamW","features":[531]},{"name":"MsiRecordSetStringA","features":[531]},{"name":"MsiRecordSetStringW","features":[531]},{"name":"MsiReinstallFeatureA","features":[531]},{"name":"MsiReinstallFeatureW","features":[531]},{"name":"MsiReinstallProductA","features":[531]},{"name":"MsiReinstallProductW","features":[531]},{"name":"MsiRemovePatchesA","features":[531]},{"name":"MsiRemovePatchesW","features":[531]},{"name":"MsiSequenceA","features":[531]},{"name":"MsiSequenceW","features":[531]},{"name":"MsiSetComponentStateA","features":[531]},{"name":"MsiSetComponentStateW","features":[531]},{"name":"MsiSetExternalUIA","features":[531]},{"name":"MsiSetExternalUIRecord","features":[531]},{"name":"MsiSetExternalUIW","features":[531]},{"name":"MsiSetFeatureAttributesA","features":[531]},{"name":"MsiSetFeatureAttributesW","features":[531]},{"name":"MsiSetFeatureStateA","features":[531]},{"name":"MsiSetFeatureStateW","features":[531]},{"name":"MsiSetInstallLevel","features":[531]},{"name":"MsiSetInternalUI","features":[305,531]},{"name":"MsiSetMode","features":[305,531]},{"name":"MsiSetPropertyA","features":[531]},{"name":"MsiSetPropertyW","features":[531]},{"name":"MsiSetTargetPathA","features":[531]},{"name":"MsiSetTargetPathW","features":[531]},{"name":"MsiSourceListAddMediaDiskA","features":[531]},{"name":"MsiSourceListAddMediaDiskW","features":[531]},{"name":"MsiSourceListAddSourceA","features":[531]},{"name":"MsiSourceListAddSourceExA","features":[531]},{"name":"MsiSourceListAddSourceExW","features":[531]},{"name":"MsiSourceListAddSourceW","features":[531]},{"name":"MsiSourceListClearAllA","features":[531]},{"name":"MsiSourceListClearAllExA","features":[531]},{"name":"MsiSourceListClearAllExW","features":[531]},{"name":"MsiSourceListClearAllW","features":[531]},{"name":"MsiSourceListClearMediaDiskA","features":[531]},{"name":"MsiSourceListClearMediaDiskW","features":[531]},{"name":"MsiSourceListClearSourceA","features":[531]},{"name":"MsiSourceListClearSourceW","features":[531]},{"name":"MsiSourceListEnumMediaDisksA","features":[531]},{"name":"MsiSourceListEnumMediaDisksW","features":[531]},{"name":"MsiSourceListEnumSourcesA","features":[531]},{"name":"MsiSourceListEnumSourcesW","features":[531]},{"name":"MsiSourceListForceResolutionA","features":[531]},{"name":"MsiSourceListForceResolutionExA","features":[531]},{"name":"MsiSourceListForceResolutionExW","features":[531]},{"name":"MsiSourceListForceResolutionW","features":[531]},{"name":"MsiSourceListGetInfoA","features":[531]},{"name":"MsiSourceListGetInfoW","features":[531]},{"name":"MsiSourceListSetInfoA","features":[531]},{"name":"MsiSourceListSetInfoW","features":[531]},{"name":"MsiSummaryInfoGetPropertyA","features":[305,531]},{"name":"MsiSummaryInfoGetPropertyCount","features":[531]},{"name":"MsiSummaryInfoGetPropertyW","features":[305,531]},{"name":"MsiSummaryInfoPersist","features":[531]},{"name":"MsiSummaryInfoSetPropertyA","features":[305,531]},{"name":"MsiSummaryInfoSetPropertyW","features":[305,531]},{"name":"MsiUseFeatureA","features":[531]},{"name":"MsiUseFeatureExA","features":[531]},{"name":"MsiUseFeatureExW","features":[531]},{"name":"MsiUseFeatureW","features":[531]},{"name":"MsiVerifyDiskSpace","features":[531]},{"name":"MsiVerifyPackageA","features":[531]},{"name":"MsiVerifyPackageW","features":[531]},{"name":"MsiViewClose","features":[531]},{"name":"MsiViewExecute","features":[531]},{"name":"MsiViewFetch","features":[531]},{"name":"MsiViewGetColumnInfo","features":[531]},{"name":"MsiViewGetErrorA","features":[531]},{"name":"MsiViewGetErrorW","features":[531]},{"name":"MsiViewModify","features":[531]},{"name":"MsmMerge","features":[531]},{"name":"NormalizeFileForPatchSignature","features":[305,531]},{"name":"PACKMAN_RUNTIME","features":[531]},{"name":"PACKMAN_RUNTIME_INVALID","features":[531]},{"name":"PACKMAN_RUNTIME_JUPITER","features":[531]},{"name":"PACKMAN_RUNTIME_MODERN_NATIVE","features":[531]},{"name":"PACKMAN_RUNTIME_NATIVE","features":[531]},{"name":"PACKMAN_RUNTIME_SILVERLIGHTMOBILE","features":[531]},{"name":"PACKMAN_RUNTIME_XNA","features":[531]},{"name":"PATCH_IGNORE_RANGE","features":[531]},{"name":"PATCH_INTERLEAVE_MAP","features":[531]},{"name":"PATCH_OLD_FILE_INFO","features":[305,531]},{"name":"PATCH_OLD_FILE_INFO_A","features":[531]},{"name":"PATCH_OLD_FILE_INFO_H","features":[305,531]},{"name":"PATCH_OLD_FILE_INFO_W","features":[531]},{"name":"PATCH_OPTION_DATA","features":[305,531]},{"name":"PATCH_OPTION_FAIL_IF_BIGGER","features":[531]},{"name":"PATCH_OPTION_FAIL_IF_SAME_FILE","features":[531]},{"name":"PATCH_OPTION_INTERLEAVE_FILES","features":[531]},{"name":"PATCH_OPTION_NO_BINDFIX","features":[531]},{"name":"PATCH_OPTION_NO_CHECKSUM","features":[531]},{"name":"PATCH_OPTION_NO_LOCKFIX","features":[531]},{"name":"PATCH_OPTION_NO_REBASE","features":[531]},{"name":"PATCH_OPTION_NO_RESTIMEFIX","features":[531]},{"name":"PATCH_OPTION_NO_TIMESTAMP","features":[531]},{"name":"PATCH_OPTION_RESERVED1","features":[531]},{"name":"PATCH_OPTION_SIGNATURE_MD5","features":[531]},{"name":"PATCH_OPTION_USE_BEST","features":[531]},{"name":"PATCH_OPTION_USE_LZX_A","features":[531]},{"name":"PATCH_OPTION_USE_LZX_B","features":[531]},{"name":"PATCH_OPTION_USE_LZX_BEST","features":[531]},{"name":"PATCH_OPTION_USE_LZX_LARGE","features":[531]},{"name":"PATCH_OPTION_VALID_FLAGS","features":[531]},{"name":"PATCH_RETAIN_RANGE","features":[531]},{"name":"PATCH_SYMBOL_NO_FAILURES","features":[531]},{"name":"PATCH_SYMBOL_NO_IMAGEHLP","features":[531]},{"name":"PATCH_SYMBOL_RESERVED1","features":[531]},{"name":"PATCH_SYMBOL_UNDECORATED_TOO","features":[531]},{"name":"PATCH_TRANSFORM_PE_IRELOC_2","features":[531]},{"name":"PATCH_TRANSFORM_PE_RESOURCE_2","features":[531]},{"name":"PID_APPNAME","features":[531]},{"name":"PID_AUTHOR","features":[531]},{"name":"PID_CHARCOUNT","features":[531]},{"name":"PID_COMMENTS","features":[531]},{"name":"PID_CREATE_DTM","features":[531]},{"name":"PID_EDITTIME","features":[531]},{"name":"PID_KEYWORDS","features":[531]},{"name":"PID_LASTAUTHOR","features":[531]},{"name":"PID_LASTPRINTED","features":[531]},{"name":"PID_LASTSAVE_DTM","features":[531]},{"name":"PID_MSIRESTRICT","features":[531]},{"name":"PID_MSISOURCE","features":[531]},{"name":"PID_MSIVERSION","features":[531]},{"name":"PID_PAGECOUNT","features":[531]},{"name":"PID_REVNUMBER","features":[531]},{"name":"PID_SUBJECT","features":[531]},{"name":"PID_TEMPLATE","features":[531]},{"name":"PID_THUMBNAIL","features":[531]},{"name":"PID_TITLE","features":[531]},{"name":"PID_WORDCOUNT","features":[531]},{"name":"PINSTALLUI_HANDLER_RECORD","features":[531]},{"name":"PMSIHANDLE","features":[531]},{"name":"PMSvc","features":[531]},{"name":"PM_ACTIVATION_POLICY","features":[531]},{"name":"PM_ACTIVATION_POLICY_INVALID","features":[531]},{"name":"PM_ACTIVATION_POLICY_MULTISESSION","features":[531]},{"name":"PM_ACTIVATION_POLICY_REPLACE","features":[531]},{"name":"PM_ACTIVATION_POLICY_REPLACESAMEPARAMS","features":[531]},{"name":"PM_ACTIVATION_POLICY_REPLACE_IGNOREFOREGROUND","features":[531]},{"name":"PM_ACTIVATION_POLICY_RESUME","features":[531]},{"name":"PM_ACTIVATION_POLICY_RESUMESAMEPARAMS","features":[531]},{"name":"PM_ACTIVATION_POLICY_UNKNOWN","features":[531]},{"name":"PM_APPLICATION_HUBTYPE","features":[531]},{"name":"PM_APPLICATION_HUBTYPE_INVALID","features":[531]},{"name":"PM_APPLICATION_HUBTYPE_MUSIC","features":[531]},{"name":"PM_APPLICATION_HUBTYPE_NONMUSIC","features":[531]},{"name":"PM_APPLICATION_INSTALL_DEBUG","features":[531]},{"name":"PM_APPLICATION_INSTALL_ENTERPRISE","features":[531]},{"name":"PM_APPLICATION_INSTALL_INVALID","features":[531]},{"name":"PM_APPLICATION_INSTALL_IN_ROM","features":[531]},{"name":"PM_APPLICATION_INSTALL_NORMAL","features":[531]},{"name":"PM_APPLICATION_INSTALL_PA","features":[531]},{"name":"PM_APPLICATION_INSTALL_TYPE","features":[531]},{"name":"PM_APPLICATION_STATE","features":[531]},{"name":"PM_APPLICATION_STATE_DISABLED_BACKING_UP","features":[531]},{"name":"PM_APPLICATION_STATE_DISABLED_ENTERPRISE","features":[531]},{"name":"PM_APPLICATION_STATE_DISABLED_MDIL_BINDING","features":[531]},{"name":"PM_APPLICATION_STATE_DISABLED_SD_CARD","features":[531]},{"name":"PM_APPLICATION_STATE_INSTALLED","features":[531]},{"name":"PM_APPLICATION_STATE_INSTALLING","features":[531]},{"name":"PM_APPLICATION_STATE_INVALID","features":[531]},{"name":"PM_APPLICATION_STATE_LICENSE_UPDATING","features":[531]},{"name":"PM_APPLICATION_STATE_MAX","features":[531]},{"name":"PM_APPLICATION_STATE_MIN","features":[531]},{"name":"PM_APPLICATION_STATE_MOVING","features":[531]},{"name":"PM_APPLICATION_STATE_UNINSTALLING","features":[531]},{"name":"PM_APPLICATION_STATE_UPDATING","features":[531]},{"name":"PM_APPTASKTYPE","features":[531]},{"name":"PM_APP_FILTER_ALL","features":[531]},{"name":"PM_APP_FILTER_ALL_INCLUDE_MODERN","features":[531]},{"name":"PM_APP_FILTER_FRAMEWORK","features":[531]},{"name":"PM_APP_FILTER_GENRE","features":[531]},{"name":"PM_APP_FILTER_HUBTYPE","features":[531]},{"name":"PM_APP_FILTER_MAX","features":[531]},{"name":"PM_APP_FILTER_NONGAMES","features":[531]},{"name":"PM_APP_FILTER_PINABLEONKIDZONE","features":[531]},{"name":"PM_APP_FILTER_VISIBLE","features":[531]},{"name":"PM_APP_GENRE","features":[531]},{"name":"PM_APP_GENRE_GAMES","features":[531]},{"name":"PM_APP_GENRE_INVALID","features":[531]},{"name":"PM_APP_GENRE_OTHER","features":[531]},{"name":"PM_BSATASKID","features":[531]},{"name":"PM_BWTASKID","features":[531]},{"name":"PM_ENUM_APP_FILTER","features":[531]},{"name":"PM_ENUM_BSA_FILTER","features":[531]},{"name":"PM_ENUM_BSA_FILTER_ALL","features":[531]},{"name":"PM_ENUM_BSA_FILTER_BY_ALL_LAUNCHONBOOT","features":[531]},{"name":"PM_ENUM_BSA_FILTER_BY_PERIODIC","features":[531]},{"name":"PM_ENUM_BSA_FILTER_BY_PRODUCTID","features":[531]},{"name":"PM_ENUM_BSA_FILTER_BY_TASKID","features":[531]},{"name":"PM_ENUM_BSA_FILTER_MAX","features":[531]},{"name":"PM_ENUM_BW_FILTER","features":[531]},{"name":"PM_ENUM_BW_FILTER_BOOTWORKER_ALL","features":[531]},{"name":"PM_ENUM_BW_FILTER_BY_TASKID","features":[531]},{"name":"PM_ENUM_BW_FILTER_MAX","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_APPCONNECT","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_BY_CONSUMER","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_CACHEDFILEUPDATER_ALL","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_FILEOPENPICKER_ALL","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_FILESAVEPICKER_ALL","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_APPLICATION_ALL","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_CONTENTTYPE_ALL","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_FTASSOC_FILETYPE_ALL","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_MAX","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_PROTOCOL_ALL","features":[531]},{"name":"PM_ENUM_EXTENSION_FILTER_SHARETARGET_ALL","features":[531]},{"name":"PM_ENUM_FILTER","features":[531]},{"name":"PM_ENUM_TASK_FILTER","features":[531]},{"name":"PM_ENUM_TILE_FILTER","features":[531]},{"name":"PM_EXTENSIONCONSUMER","features":[531]},{"name":"PM_INSTALLINFO","features":[305,531]},{"name":"PM_INVOCATIONINFO","features":[531]},{"name":"PM_LIVETILE_RECURRENCE_TYPE","features":[531]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_INSTANT","features":[531]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_INTERVAL","features":[531]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_MAX","features":[531]},{"name":"PM_LIVETILE_RECURRENCE_TYPE_ONETIME","features":[531]},{"name":"PM_LOGO_SIZE","features":[531]},{"name":"PM_LOGO_SIZE_INVALID","features":[531]},{"name":"PM_LOGO_SIZE_LARGE","features":[531]},{"name":"PM_LOGO_SIZE_MEDIUM","features":[531]},{"name":"PM_LOGO_SIZE_SMALL","features":[531]},{"name":"PM_STARTAPPBLOB","features":[305,531]},{"name":"PM_STARTTILEBLOB","features":[305,531]},{"name":"PM_STARTTILE_TYPE","features":[531]},{"name":"PM_STARTTILE_TYPE_APPLIST","features":[531]},{"name":"PM_STARTTILE_TYPE_APPLISTPRIMARY","features":[531]},{"name":"PM_STARTTILE_TYPE_INVALID","features":[531]},{"name":"PM_STARTTILE_TYPE_PRIMARY","features":[531]},{"name":"PM_STARTTILE_TYPE_SECONDARY","features":[531]},{"name":"PM_TASK_FILTER_APP_ALL","features":[531]},{"name":"PM_TASK_FILTER_APP_TASK_TYPE","features":[531]},{"name":"PM_TASK_FILTER_BGEXECUTION","features":[531]},{"name":"PM_TASK_FILTER_DEHYD_SUPRESSING","features":[531]},{"name":"PM_TASK_FILTER_MAX","features":[531]},{"name":"PM_TASK_FILTER_TASK_TYPE","features":[531]},{"name":"PM_TASK_TRANSITION","features":[531]},{"name":"PM_TASK_TRANSITION_CUSTOM","features":[531]},{"name":"PM_TASK_TRANSITION_DEFAULT","features":[531]},{"name":"PM_TASK_TRANSITION_INVALID","features":[531]},{"name":"PM_TASK_TRANSITION_NONE","features":[531]},{"name":"PM_TASK_TRANSITION_READERBOARD","features":[531]},{"name":"PM_TASK_TRANSITION_SLIDE","features":[531]},{"name":"PM_TASK_TRANSITION_SWIVEL","features":[531]},{"name":"PM_TASK_TRANSITION_TURNSTILE","features":[531]},{"name":"PM_TASK_TYPE","features":[531]},{"name":"PM_TASK_TYPE_BACKGROUNDSERVICEAGENT","features":[531]},{"name":"PM_TASK_TYPE_BACKGROUNDWORKER","features":[531]},{"name":"PM_TASK_TYPE_DEFAULT","features":[531]},{"name":"PM_TASK_TYPE_INVALID","features":[531]},{"name":"PM_TASK_TYPE_NORMAL","features":[531]},{"name":"PM_TASK_TYPE_SETTINGS","features":[531]},{"name":"PM_TILE_FILTER_APPLIST","features":[531]},{"name":"PM_TILE_FILTER_APP_ALL","features":[531]},{"name":"PM_TILE_FILTER_HUBTYPE","features":[531]},{"name":"PM_TILE_FILTER_MAX","features":[531]},{"name":"PM_TILE_FILTER_PINNED","features":[531]},{"name":"PM_TILE_HUBTYPE","features":[531]},{"name":"PM_TILE_HUBTYPE_APPLIST","features":[531]},{"name":"PM_TILE_HUBTYPE_CACHED","features":[531]},{"name":"PM_TILE_HUBTYPE_GAMES","features":[531]},{"name":"PM_TILE_HUBTYPE_INVALID","features":[531]},{"name":"PM_TILE_HUBTYPE_KIDZONE","features":[531]},{"name":"PM_TILE_HUBTYPE_LOCKSCREEN","features":[531]},{"name":"PM_TILE_HUBTYPE_MOSETTINGS","features":[531]},{"name":"PM_TILE_HUBTYPE_MUSIC","features":[531]},{"name":"PM_TILE_HUBTYPE_STARTMENU","features":[531]},{"name":"PM_TILE_SIZE","features":[531]},{"name":"PM_TILE_SIZE_INVALID","features":[531]},{"name":"PM_TILE_SIZE_LARGE","features":[531]},{"name":"PM_TILE_SIZE_MEDIUM","features":[531]},{"name":"PM_TILE_SIZE_SMALL","features":[531]},{"name":"PM_TILE_SIZE_SQUARE310X310","features":[531]},{"name":"PM_TILE_SIZE_TALL150X310","features":[531]},{"name":"PM_UPDATEINFO","features":[531]},{"name":"PM_UPDATEINFO_LEGACY","features":[531]},{"name":"PPATCH_PROGRESS_CALLBACK","features":[305,531]},{"name":"PPATCH_SYMLOAD_CALLBACK","features":[305,531]},{"name":"PROTECTED_FILE_DATA","features":[531]},{"name":"QUERYASMINFO_FLAGS","features":[531]},{"name":"QUERYASMINFO_FLAG_VALIDATE","features":[531]},{"name":"QueryActCtxSettingsW","features":[305,531]},{"name":"QueryActCtxW","features":[305,531]},{"name":"REINSTALLMODE","features":[531]},{"name":"REINSTALLMODE_FILEEQUALVERSION","features":[531]},{"name":"REINSTALLMODE_FILEEXACT","features":[531]},{"name":"REINSTALLMODE_FILEMISSING","features":[531]},{"name":"REINSTALLMODE_FILEOLDERVERSION","features":[531]},{"name":"REINSTALLMODE_FILEREPLACE","features":[531]},{"name":"REINSTALLMODE_FILEVERIFY","features":[531]},{"name":"REINSTALLMODE_MACHINEDATA","features":[531]},{"name":"REINSTALLMODE_PACKAGE","features":[531]},{"name":"REINSTALLMODE_REPAIR","features":[531]},{"name":"REINSTALLMODE_SHORTCUT","features":[531]},{"name":"REINSTALLMODE_USERDATA","features":[531]},{"name":"RESULTTYPES","features":[531]},{"name":"ReleaseActCtx","features":[305,531]},{"name":"SCRIPTFLAGS","features":[531]},{"name":"SCRIPTFLAGS_CACHEINFO","features":[531]},{"name":"SCRIPTFLAGS_MACHINEASSIGN","features":[531]},{"name":"SCRIPTFLAGS_REGDATA","features":[531]},{"name":"SCRIPTFLAGS_REGDATA_APPINFO","features":[531]},{"name":"SCRIPTFLAGS_REGDATA_CLASSINFO","features":[531]},{"name":"SCRIPTFLAGS_REGDATA_CNFGINFO","features":[531]},{"name":"SCRIPTFLAGS_REGDATA_EXTENSIONINFO","features":[531]},{"name":"SCRIPTFLAGS_SHORTCUTS","features":[531]},{"name":"SCRIPTFLAGS_VALIDATE_TRANSFORMS_LIST","features":[531]},{"name":"SFC_DISABLE_ASK","features":[531]},{"name":"SFC_DISABLE_NOPOPUPS","features":[531]},{"name":"SFC_DISABLE_NORMAL","features":[531]},{"name":"SFC_DISABLE_ONCE","features":[531]},{"name":"SFC_DISABLE_SETUP","features":[531]},{"name":"SFC_IDLE_TRIGGER","features":[531]},{"name":"SFC_QUOTA_DEFAULT","features":[531]},{"name":"SFC_SCAN_ALWAYS","features":[531]},{"name":"SFC_SCAN_IMMEDIATE","features":[531]},{"name":"SFC_SCAN_NORMAL","features":[531]},{"name":"SFC_SCAN_ONCE","features":[531]},{"name":"STATUSTYPES","features":[531]},{"name":"STREAM_FORMAT_COMPLIB_MANIFEST","features":[531]},{"name":"STREAM_FORMAT_COMPLIB_MODULE","features":[531]},{"name":"STREAM_FORMAT_WIN32_MANIFEST","features":[531]},{"name":"STREAM_FORMAT_WIN32_MODULE","features":[531]},{"name":"SfcGetNextProtectedFile","features":[305,531]},{"name":"SfcIsFileProtected","features":[305,531]},{"name":"SfcIsKeyProtected","features":[305,531,373]},{"name":"SfpVerifyFile","features":[305,531]},{"name":"TILE_TEMPLATE_AGILESTORE","features":[531]},{"name":"TILE_TEMPLATE_ALL","features":[531]},{"name":"TILE_TEMPLATE_BADGE","features":[531]},{"name":"TILE_TEMPLATE_BLOCK","features":[531]},{"name":"TILE_TEMPLATE_BLOCKANDTEXT01","features":[531]},{"name":"TILE_TEMPLATE_BLOCKANDTEXT02","features":[531]},{"name":"TILE_TEMPLATE_CALENDAR","features":[531]},{"name":"TILE_TEMPLATE_CONTACT","features":[531]},{"name":"TILE_TEMPLATE_CYCLE","features":[531]},{"name":"TILE_TEMPLATE_DEEPLINK","features":[531]},{"name":"TILE_TEMPLATE_DEFAULT","features":[531]},{"name":"TILE_TEMPLATE_FLIP","features":[531]},{"name":"TILE_TEMPLATE_FOLDER","features":[531]},{"name":"TILE_TEMPLATE_GAMES","features":[531]},{"name":"TILE_TEMPLATE_GROUP","features":[531]},{"name":"TILE_TEMPLATE_IMAGE","features":[531]},{"name":"TILE_TEMPLATE_IMAGEANDTEXT01","features":[531]},{"name":"TILE_TEMPLATE_IMAGEANDTEXT02","features":[531]},{"name":"TILE_TEMPLATE_IMAGECOLLECTION","features":[531]},{"name":"TILE_TEMPLATE_INVALID","features":[531]},{"name":"TILE_TEMPLATE_METROCOUNT","features":[531]},{"name":"TILE_TEMPLATE_METROCOUNTQUEUE","features":[531]},{"name":"TILE_TEMPLATE_MUSICVIDEO","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGE01","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGE02","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGE03","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGE04","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGE05","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGE06","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT01","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT02","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT03","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGEANDTEXT04","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION01","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION02","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION03","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION04","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION05","features":[531]},{"name":"TILE_TEMPLATE_PEEKIMAGECOLLECTION06","features":[531]},{"name":"TILE_TEMPLATE_PEOPLE","features":[531]},{"name":"TILE_TEMPLATE_SEARCH","features":[531]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT01","features":[531]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT02","features":[531]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT03","features":[531]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT04","features":[531]},{"name":"TILE_TEMPLATE_SMALLIMAGEANDTEXT05","features":[531]},{"name":"TILE_TEMPLATE_TEXT01","features":[531]},{"name":"TILE_TEMPLATE_TEXT02","features":[531]},{"name":"TILE_TEMPLATE_TEXT03","features":[531]},{"name":"TILE_TEMPLATE_TEXT04","features":[531]},{"name":"TILE_TEMPLATE_TEXT05","features":[531]},{"name":"TILE_TEMPLATE_TEXT06","features":[531]},{"name":"TILE_TEMPLATE_TEXT07","features":[531]},{"name":"TILE_TEMPLATE_TEXT08","features":[531]},{"name":"TILE_TEMPLATE_TEXT09","features":[531]},{"name":"TILE_TEMPLATE_TEXT10","features":[531]},{"name":"TILE_TEMPLATE_TEXT11","features":[531]},{"name":"TILE_TEMPLATE_TILEFLYOUT01","features":[531]},{"name":"TILE_TEMPLATE_TYPE","features":[531]},{"name":"TXTLOG_BACKUP","features":[531]},{"name":"TXTLOG_CMI","features":[531]},{"name":"TXTLOG_COPYFILES","features":[531]},{"name":"TXTLOG_DEPTH_DECR","features":[531]},{"name":"TXTLOG_DEPTH_INCR","features":[531]},{"name":"TXTLOG_DETAILS","features":[531]},{"name":"TXTLOG_DEVINST","features":[531]},{"name":"TXTLOG_DEVMGR","features":[531]},{"name":"TXTLOG_DRIVER_STORE","features":[531]},{"name":"TXTLOG_DRVSETUP","features":[531]},{"name":"TXTLOG_ERROR","features":[531]},{"name":"TXTLOG_FILEQ","features":[531]},{"name":"TXTLOG_FLUSH_FILE","features":[531]},{"name":"TXTLOG_INF","features":[531]},{"name":"TXTLOG_INFDB","features":[531]},{"name":"TXTLOG_INSTALLER","features":[531]},{"name":"TXTLOG_NEWDEV","features":[531]},{"name":"TXTLOG_POLICY","features":[531]},{"name":"TXTLOG_RESERVED_FLAGS","features":[531]},{"name":"TXTLOG_SETUP","features":[531]},{"name":"TXTLOG_SETUPAPI_BITS","features":[531]},{"name":"TXTLOG_SETUPAPI_CMDLINE","features":[531]},{"name":"TXTLOG_SETUPAPI_DEVLOG","features":[531]},{"name":"TXTLOG_SIGVERIF","features":[531]},{"name":"TXTLOG_SUMMARY","features":[531]},{"name":"TXTLOG_SYSTEM_STATE_CHANGE","features":[531]},{"name":"TXTLOG_TAB_1","features":[531]},{"name":"TXTLOG_TIMESTAMP","features":[531]},{"name":"TXTLOG_UI","features":[531]},{"name":"TXTLOG_UMPNPMGR","features":[531]},{"name":"TXTLOG_UTIL","features":[531]},{"name":"TXTLOG_VENDOR","features":[531]},{"name":"TXTLOG_VERBOSE","features":[531]},{"name":"TXTLOG_VERY_VERBOSE","features":[531]},{"name":"TXTLOG_WARNING","features":[531]},{"name":"TestApplyPatchToFileA","features":[305,531]},{"name":"TestApplyPatchToFileByBuffers","features":[305,531]},{"name":"TestApplyPatchToFileByHandles","features":[305,531]},{"name":"TestApplyPatchToFileW","features":[305,531]},{"name":"UIALL","features":[531]},{"name":"UILOGBITS","features":[531]},{"name":"UINONE","features":[531]},{"name":"USERINFOSTATE","features":[531]},{"name":"USERINFOSTATE_ABSENT","features":[531]},{"name":"USERINFOSTATE_INVALIDARG","features":[531]},{"name":"USERINFOSTATE_MOREDATA","features":[531]},{"name":"USERINFOSTATE_PRESENT","features":[531]},{"name":"USERINFOSTATE_UNKNOWN","features":[531]},{"name":"WARN_BAD_MAJOR_VERSION","features":[531]},{"name":"WARN_BASE","features":[531]},{"name":"WARN_EQUAL_FILE_VERSION","features":[531]},{"name":"WARN_FILE_VERSION_DOWNREV","features":[531]},{"name":"WARN_IMPROPER_TRANSFORM_VALIDATION","features":[531]},{"name":"WARN_INVALID_TRANSFORM_VALIDATION","features":[531]},{"name":"WARN_MAJOR_UPGRADE_PATCH","features":[531]},{"name":"WARN_OBSOLETION_WITH_MSI30","features":[531]},{"name":"WARN_OBSOLETION_WITH_PATCHSEQUENCE","features":[531]},{"name":"WARN_OBSOLETION_WITH_SEQUENCE_DATA","features":[531]},{"name":"WARN_PATCHPROPERTYNOTSET","features":[531]},{"name":"WARN_PCW_MISMATCHED_PRODUCT_CODES","features":[531]},{"name":"WARN_PCW_MISMATCHED_PRODUCT_VERSIONS","features":[531]},{"name":"WARN_SEQUENCE_DATA_GENERATION_DISABLED","features":[531]},{"name":"WARN_SEQUENCE_DATA_SUPERSEDENCE_IGNORED","features":[531]},{"name":"ZombifyActCtx","features":[305,531]},{"name":"_WIN32_MSI","features":[531]},{"name":"_WIN32_MSM","features":[531]},{"name":"cchMaxInteger","features":[531]},{"name":"ieError","features":[531]},{"name":"ieInfo","features":[531]},{"name":"ieStatusCancel","features":[531]},{"name":"ieStatusCreateEngine","features":[531]},{"name":"ieStatusFail","features":[531]},{"name":"ieStatusGetCUB","features":[531]},{"name":"ieStatusICECount","features":[531]},{"name":"ieStatusMerge","features":[531]},{"name":"ieStatusRunICE","features":[531]},{"name":"ieStatusShutdown","features":[531]},{"name":"ieStatusStarting","features":[531]},{"name":"ieStatusSuccess","features":[531]},{"name":"ieStatusSummaryInfo","features":[531]},{"name":"ieUnknown","features":[531]},{"name":"ieWarning","features":[531]},{"name":"msidbAssemblyAttributes","features":[531]},{"name":"msidbAssemblyAttributesURT","features":[531]},{"name":"msidbAssemblyAttributesWin32","features":[531]},{"name":"msidbClassAttributes","features":[531]},{"name":"msidbClassAttributesRelativePath","features":[531]},{"name":"msidbComponentAttributes","features":[531]},{"name":"msidbComponentAttributes64bit","features":[531]},{"name":"msidbComponentAttributesDisableRegistryReflection","features":[531]},{"name":"msidbComponentAttributesLocalOnly","features":[531]},{"name":"msidbComponentAttributesNeverOverwrite","features":[531]},{"name":"msidbComponentAttributesODBCDataSource","features":[531]},{"name":"msidbComponentAttributesOptional","features":[531]},{"name":"msidbComponentAttributesPermanent","features":[531]},{"name":"msidbComponentAttributesRegistryKeyPath","features":[531]},{"name":"msidbComponentAttributesShared","features":[531]},{"name":"msidbComponentAttributesSharedDllRefCount","features":[531]},{"name":"msidbComponentAttributesSourceOnly","features":[531]},{"name":"msidbComponentAttributesTransitive","features":[531]},{"name":"msidbComponentAttributesUninstallOnSupersedence","features":[531]},{"name":"msidbControlAttributes","features":[531]},{"name":"msidbControlAttributesBiDi","features":[531]},{"name":"msidbControlAttributesBitmap","features":[531]},{"name":"msidbControlAttributesCDROMVolume","features":[531]},{"name":"msidbControlAttributesComboList","features":[531]},{"name":"msidbControlAttributesElevationShield","features":[531]},{"name":"msidbControlAttributesEnabled","features":[531]},{"name":"msidbControlAttributesFixedSize","features":[531]},{"name":"msidbControlAttributesFixedVolume","features":[531]},{"name":"msidbControlAttributesFloppyVolume","features":[531]},{"name":"msidbControlAttributesFormatSize","features":[531]},{"name":"msidbControlAttributesHasBorder","features":[531]},{"name":"msidbControlAttributesIcon","features":[531]},{"name":"msidbControlAttributesIconSize16","features":[531]},{"name":"msidbControlAttributesIconSize32","features":[531]},{"name":"msidbControlAttributesIconSize48","features":[531]},{"name":"msidbControlAttributesImageHandle","features":[531]},{"name":"msidbControlAttributesIndirect","features":[531]},{"name":"msidbControlAttributesInteger","features":[531]},{"name":"msidbControlAttributesLeftScroll","features":[531]},{"name":"msidbControlAttributesMultiline","features":[531]},{"name":"msidbControlAttributesNoPrefix","features":[531]},{"name":"msidbControlAttributesNoWrap","features":[531]},{"name":"msidbControlAttributesPasswordInput","features":[531]},{"name":"msidbControlAttributesProgress95","features":[531]},{"name":"msidbControlAttributesPushLike","features":[531]},{"name":"msidbControlAttributesRAMDiskVolume","features":[531]},{"name":"msidbControlAttributesRTLRO","features":[531]},{"name":"msidbControlAttributesRemoteVolume","features":[531]},{"name":"msidbControlAttributesRemovableVolume","features":[531]},{"name":"msidbControlAttributesRightAligned","features":[531]},{"name":"msidbControlAttributesSorted","features":[531]},{"name":"msidbControlAttributesSunken","features":[531]},{"name":"msidbControlAttributesTransparent","features":[531]},{"name":"msidbControlAttributesUsersLanguage","features":[531]},{"name":"msidbControlAttributesVisible","features":[531]},{"name":"msidbControlShowRollbackCost","features":[531]},{"name":"msidbCustomActionType","features":[531]},{"name":"msidbCustomActionType64BitScript","features":[531]},{"name":"msidbCustomActionTypeAsync","features":[531]},{"name":"msidbCustomActionTypeBinaryData","features":[531]},{"name":"msidbCustomActionTypeClientRepeat","features":[531]},{"name":"msidbCustomActionTypeCommit","features":[531]},{"name":"msidbCustomActionTypeContinue","features":[531]},{"name":"msidbCustomActionTypeDirectory","features":[531]},{"name":"msidbCustomActionTypeDll","features":[531]},{"name":"msidbCustomActionTypeExe","features":[531]},{"name":"msidbCustomActionTypeFirstSequence","features":[531]},{"name":"msidbCustomActionTypeHideTarget","features":[531]},{"name":"msidbCustomActionTypeInScript","features":[531]},{"name":"msidbCustomActionTypeInstall","features":[531]},{"name":"msidbCustomActionTypeJScript","features":[531]},{"name":"msidbCustomActionTypeNoImpersonate","features":[531]},{"name":"msidbCustomActionTypeOncePerProcess","features":[531]},{"name":"msidbCustomActionTypePatchUninstall","features":[531]},{"name":"msidbCustomActionTypeProperty","features":[531]},{"name":"msidbCustomActionTypeRollback","features":[531]},{"name":"msidbCustomActionTypeSourceFile","features":[531]},{"name":"msidbCustomActionTypeTSAware","features":[531]},{"name":"msidbCustomActionTypeTextData","features":[531]},{"name":"msidbCustomActionTypeVBScript","features":[531]},{"name":"msidbDialogAttributes","features":[531]},{"name":"msidbDialogAttributesBiDi","features":[531]},{"name":"msidbDialogAttributesError","features":[531]},{"name":"msidbDialogAttributesKeepModeless","features":[531]},{"name":"msidbDialogAttributesLeftScroll","features":[531]},{"name":"msidbDialogAttributesMinimize","features":[531]},{"name":"msidbDialogAttributesModal","features":[531]},{"name":"msidbDialogAttributesRTLRO","features":[531]},{"name":"msidbDialogAttributesRightAligned","features":[531]},{"name":"msidbDialogAttributesSysModal","features":[531]},{"name":"msidbDialogAttributesTrackDiskSpace","features":[531]},{"name":"msidbDialogAttributesUseCustomPalette","features":[531]},{"name":"msidbDialogAttributesVisible","features":[531]},{"name":"msidbEmbeddedHandlesBasic","features":[531]},{"name":"msidbEmbeddedUI","features":[531]},{"name":"msidbEmbeddedUIAttributes","features":[531]},{"name":"msidbFeatureAttributes","features":[531]},{"name":"msidbFeatureAttributesDisallowAdvertise","features":[531]},{"name":"msidbFeatureAttributesFavorAdvertise","features":[531]},{"name":"msidbFeatureAttributesFavorLocal","features":[531]},{"name":"msidbFeatureAttributesFavorSource","features":[531]},{"name":"msidbFeatureAttributesFollowParent","features":[531]},{"name":"msidbFeatureAttributesNoUnsupportedAdvertise","features":[531]},{"name":"msidbFeatureAttributesUIDisallowAbsent","features":[531]},{"name":"msidbFileAttributes","features":[531]},{"name":"msidbFileAttributesChecksum","features":[531]},{"name":"msidbFileAttributesCompressed","features":[531]},{"name":"msidbFileAttributesHidden","features":[531]},{"name":"msidbFileAttributesIsolatedComp","features":[531]},{"name":"msidbFileAttributesNoncompressed","features":[531]},{"name":"msidbFileAttributesPatchAdded","features":[531]},{"name":"msidbFileAttributesReadOnly","features":[531]},{"name":"msidbFileAttributesReserved0","features":[531]},{"name":"msidbFileAttributesReserved1","features":[531]},{"name":"msidbFileAttributesReserved2","features":[531]},{"name":"msidbFileAttributesReserved3","features":[531]},{"name":"msidbFileAttributesReserved4","features":[531]},{"name":"msidbFileAttributesSystem","features":[531]},{"name":"msidbFileAttributesVital","features":[531]},{"name":"msidbIniFileAction","features":[531]},{"name":"msidbIniFileActionAddLine","features":[531]},{"name":"msidbIniFileActionAddTag","features":[531]},{"name":"msidbIniFileActionCreateLine","features":[531]},{"name":"msidbIniFileActionRemoveLine","features":[531]},{"name":"msidbIniFileActionRemoveTag","features":[531]},{"name":"msidbLocatorType","features":[531]},{"name":"msidbLocatorType64bit","features":[531]},{"name":"msidbLocatorTypeDirectory","features":[531]},{"name":"msidbLocatorTypeFileName","features":[531]},{"name":"msidbLocatorTypeRawValue","features":[531]},{"name":"msidbMoveFileOptions","features":[531]},{"name":"msidbMoveFileOptionsMove","features":[531]},{"name":"msidbODBCDataSourceRegistration","features":[531]},{"name":"msidbODBCDataSourceRegistrationPerMachine","features":[531]},{"name":"msidbODBCDataSourceRegistrationPerUser","features":[531]},{"name":"msidbPatchAttributes","features":[531]},{"name":"msidbPatchAttributesNonVital","features":[531]},{"name":"msidbRegistryRoot","features":[531]},{"name":"msidbRegistryRootClassesRoot","features":[531]},{"name":"msidbRegistryRootCurrentUser","features":[531]},{"name":"msidbRegistryRootLocalMachine","features":[531]},{"name":"msidbRegistryRootUsers","features":[531]},{"name":"msidbRemoveFileInstallMode","features":[531]},{"name":"msidbRemoveFileInstallModeOnBoth","features":[531]},{"name":"msidbRemoveFileInstallModeOnInstall","features":[531]},{"name":"msidbRemoveFileInstallModeOnRemove","features":[531]},{"name":"msidbServiceConfigEvent","features":[531]},{"name":"msidbServiceConfigEventInstall","features":[531]},{"name":"msidbServiceConfigEventReinstall","features":[531]},{"name":"msidbServiceConfigEventUninstall","features":[531]},{"name":"msidbServiceControlEvent","features":[531]},{"name":"msidbServiceControlEventDelete","features":[531]},{"name":"msidbServiceControlEventStart","features":[531]},{"name":"msidbServiceControlEventStop","features":[531]},{"name":"msidbServiceControlEventUninstallDelete","features":[531]},{"name":"msidbServiceControlEventUninstallStart","features":[531]},{"name":"msidbServiceControlEventUninstallStop","features":[531]},{"name":"msidbServiceInstallErrorControl","features":[531]},{"name":"msidbServiceInstallErrorControlVital","features":[531]},{"name":"msidbSumInfoSourceType","features":[531]},{"name":"msidbSumInfoSourceTypeAdminImage","features":[531]},{"name":"msidbSumInfoSourceTypeCompressed","features":[531]},{"name":"msidbSumInfoSourceTypeLUAPackage","features":[531]},{"name":"msidbSumInfoSourceTypeSFN","features":[531]},{"name":"msidbTextStyleStyleBits","features":[531]},{"name":"msidbTextStyleStyleBitsBold","features":[531]},{"name":"msidbTextStyleStyleBitsItalic","features":[531]},{"name":"msidbTextStyleStyleBitsStrike","features":[531]},{"name":"msidbTextStyleStyleBitsUnderline","features":[531]},{"name":"msidbUpgradeAttributes","features":[531]},{"name":"msidbUpgradeAttributesIgnoreRemoveFailure","features":[531]},{"name":"msidbUpgradeAttributesLanguagesExclusive","features":[531]},{"name":"msidbUpgradeAttributesMigrateFeatures","features":[531]},{"name":"msidbUpgradeAttributesOnlyDetect","features":[531]},{"name":"msidbUpgradeAttributesVersionMaxInclusive","features":[531]},{"name":"msidbUpgradeAttributesVersionMinInclusive","features":[531]},{"name":"msifiFastInstallBits","features":[531]},{"name":"msifiFastInstallLessPrgMsg","features":[531]},{"name":"msifiFastInstallNoSR","features":[531]},{"name":"msifiFastInstallQuickCosting","features":[531]},{"name":"msirbRebootCustomActionReason","features":[531]},{"name":"msirbRebootDeferred","features":[531]},{"name":"msirbRebootForceRebootReason","features":[531]},{"name":"msirbRebootImmediate","features":[531]},{"name":"msirbRebootInUseFilesReason","features":[531]},{"name":"msirbRebootReason","features":[531]},{"name":"msirbRebootScheduleRebootReason","features":[531]},{"name":"msirbRebootType","features":[531]},{"name":"msirbRebootUndeterminedReason","features":[531]},{"name":"msmErrorDirCreate","features":[531]},{"name":"msmErrorExclusion","features":[531]},{"name":"msmErrorFeatureRequired","features":[531]},{"name":"msmErrorFileCreate","features":[531]},{"name":"msmErrorLanguageFailed","features":[531]},{"name":"msmErrorLanguageUnsupported","features":[531]},{"name":"msmErrorResequenceMerge","features":[531]},{"name":"msmErrorTableMerge","features":[531]},{"name":"msmErrorType","features":[531]}],"540":[{"name":"AVRF_BACKTRACE_INFORMATION","features":[532]},{"name":"AVRF_ENUM_RESOURCES_FLAGS_DONT_RESOLVE_TRACES","features":[532]},{"name":"AVRF_ENUM_RESOURCES_FLAGS_SUSPEND","features":[532]},{"name":"AVRF_HANDLEOPERATION_ENUMERATE_CALLBACK","features":[532]},{"name":"AVRF_HANDLE_OPERATION","features":[532]},{"name":"AVRF_HEAPALLOCATION_ENUMERATE_CALLBACK","features":[532]},{"name":"AVRF_HEAP_ALLOCATION","features":[532]},{"name":"AVRF_MAX_TRACES","features":[532]},{"name":"AVRF_RESOURCE_ENUMERATE_CALLBACK","features":[532]},{"name":"AllocationStateBusy","features":[532]},{"name":"AllocationStateFree","features":[532]},{"name":"AllocationStateUnknown","features":[532]},{"name":"AvrfResourceHandleTrace","features":[532]},{"name":"AvrfResourceHeapAllocation","features":[532]},{"name":"AvrfResourceMax","features":[532]},{"name":"HeapEnumerationEverything","features":[532]},{"name":"HeapEnumerationStop","features":[532]},{"name":"HeapFullPageHeap","features":[532]},{"name":"HeapMetadata","features":[532]},{"name":"HeapStateMask","features":[532]},{"name":"OperationDbBADREF","features":[532]},{"name":"OperationDbCLOSE","features":[532]},{"name":"OperationDbOPEN","features":[532]},{"name":"OperationDbUnused","features":[532]},{"name":"VERIFIER_ENUM_RESOURCE_FLAGS","features":[532]},{"name":"VerifierEnumerateResource","features":[305,532]},{"name":"eAvrfResourceTypes","features":[532]},{"name":"eHANDLE_TRACE_OPERATIONS","features":[532]},{"name":"eHeapAllocationState","features":[532]},{"name":"eHeapEnumerationLevel","features":[532]},{"name":"eUserAllocationState","features":[532]}],"541":[{"name":"CAccessiblityWinSAT","features":[533]},{"name":"CInitiateWinSAT","features":[533]},{"name":"CProvideWinSATVisuals","features":[533]},{"name":"CQueryAllWinSAT","features":[533]},{"name":"CQueryOEMWinSATCustomization","features":[533]},{"name":"CQueryWinSAT","features":[533]},{"name":"IAccessibleWinSAT","features":[533,358,534]},{"name":"IInitiateWinSATAssessment","features":[533]},{"name":"IProvideWinSATAssessmentInfo","features":[533,358]},{"name":"IProvideWinSATResultsInfo","features":[533,358]},{"name":"IProvideWinSATVisuals","features":[533]},{"name":"IQueryAllWinSATAssessments","features":[533,358]},{"name":"IQueryOEMWinSATCustomization","features":[533]},{"name":"IQueryRecentWinSATAssessment","features":[533,358]},{"name":"IWinSATInitiateEvents","features":[533]},{"name":"WINSAT_ASSESSMENT_CPU","features":[533]},{"name":"WINSAT_ASSESSMENT_D3D","features":[533]},{"name":"WINSAT_ASSESSMENT_DISK","features":[533]},{"name":"WINSAT_ASSESSMENT_GRAPHICS","features":[533]},{"name":"WINSAT_ASSESSMENT_MEMORY","features":[533]},{"name":"WINSAT_ASSESSMENT_STATE","features":[533]},{"name":"WINSAT_ASSESSMENT_STATE_INCOHERENT_WITH_HARDWARE","features":[533]},{"name":"WINSAT_ASSESSMENT_STATE_INVALID","features":[533]},{"name":"WINSAT_ASSESSMENT_STATE_MAX","features":[533]},{"name":"WINSAT_ASSESSMENT_STATE_MIN","features":[533]},{"name":"WINSAT_ASSESSMENT_STATE_NOT_AVAILABLE","features":[533]},{"name":"WINSAT_ASSESSMENT_STATE_UNKNOWN","features":[533]},{"name":"WINSAT_ASSESSMENT_STATE_VALID","features":[533]},{"name":"WINSAT_ASSESSMENT_TYPE","features":[533]},{"name":"WINSAT_BITMAP_SIZE","features":[533]},{"name":"WINSAT_BITMAP_SIZE_NORMAL","features":[533]},{"name":"WINSAT_BITMAP_SIZE_SMALL","features":[533]},{"name":"WINSAT_OEM_CUSTOMIZATION_STATE","features":[533]},{"name":"WINSAT_OEM_DATA_INVALID","features":[533]},{"name":"WINSAT_OEM_DATA_NON_SYS_CONFIG_MATCH","features":[533]},{"name":"WINSAT_OEM_DATA_VALID","features":[533]},{"name":"WINSAT_OEM_NO_DATA_SUPPLIED","features":[533]}],"542":[{"name":"APPDOMAIN_FORCE_TRIVIAL_WAIT_OPERATIONS","features":[535]},{"name":"APPDOMAIN_SECURITY_DEFAULT","features":[535]},{"name":"APPDOMAIN_SECURITY_FLAGS","features":[535]},{"name":"APPDOMAIN_SECURITY_FORBID_CROSSAD_REVERSE_PINVOKE","features":[535]},{"name":"APPDOMAIN_SECURITY_SANDBOXED","features":[535]},{"name":"AssemblyBindInfo","features":[535]},{"name":"BucketParamLength","features":[535]},{"name":"BucketParameterIndex","features":[535]},{"name":"BucketParameters","features":[305,535]},{"name":"BucketParamsCount","features":[535]},{"name":"CLRCreateInstance","features":[535]},{"name":"CLRCreateInstanceFnPtr","features":[535]},{"name":"CLRRuntimeHost","features":[535]},{"name":"CLR_ASSEMBLY_BUILD_VERSION","features":[535]},{"name":"CLR_ASSEMBLY_IDENTITY_FLAGS_DEFAULT","features":[535]},{"name":"CLR_ASSEMBLY_MAJOR_VERSION","features":[535]},{"name":"CLR_ASSEMBLY_MINOR_VERSION","features":[535]},{"name":"CLR_BUILD_VERSION","features":[535]},{"name":"CLR_DEBUGGING_MANAGED_EVENT_DEBUGGER_LAUNCH","features":[535]},{"name":"CLR_DEBUGGING_MANAGED_EVENT_PENDING","features":[535]},{"name":"CLR_DEBUGGING_PROCESS_FLAGS","features":[535]},{"name":"CLR_DEBUGGING_VERSION","features":[535]},{"name":"CLR_MAJOR_VERSION","features":[535]},{"name":"CLR_MINOR_VERSION","features":[535]},{"name":"CLSID_CLRDebugging","features":[535]},{"name":"CLSID_CLRDebuggingLegacy","features":[535]},{"name":"CLSID_CLRMetaHost","features":[535]},{"name":"CLSID_CLRMetaHostPolicy","features":[535]},{"name":"CLSID_CLRProfiling","features":[535]},{"name":"CLSID_CLRStrongName","features":[535]},{"name":"CLSID_RESOLUTION_DEFAULT","features":[535]},{"name":"CLSID_RESOLUTION_FLAGS","features":[535]},{"name":"CLSID_RESOLUTION_REGISTERED","features":[535]},{"name":"COR_GC_COUNTS","features":[535]},{"name":"COR_GC_MEMORYUSAGE","features":[535]},{"name":"COR_GC_STATS","features":[535]},{"name":"COR_GC_STAT_TYPES","features":[535]},{"name":"COR_GC_THREAD_HAS_PROMOTED_BYTES","features":[535]},{"name":"COR_GC_THREAD_STATS","features":[535]},{"name":"COR_GC_THREAD_STATS_TYPES","features":[535]},{"name":"CallFunctionShim","features":[535]},{"name":"CallbackThreadSetFnPtr","features":[535]},{"name":"CallbackThreadUnsetFnPtr","features":[535]},{"name":"ClrCreateManagedInstance","features":[535]},{"name":"ComCallUnmarshal","features":[535]},{"name":"ComCallUnmarshalV4","features":[535]},{"name":"CorBindToCurrentRuntime","features":[535]},{"name":"CorBindToRuntime","features":[535]},{"name":"CorBindToRuntimeByCfg","features":[535,358]},{"name":"CorBindToRuntimeEx","features":[535]},{"name":"CorBindToRuntimeHost","features":[535]},{"name":"CorExitProcess","features":[535]},{"name":"CorLaunchApplication","features":[305,535,342]},{"name":"CorMarkThreadInThreadPool","features":[535]},{"name":"CorRuntimeHost","features":[535]},{"name":"CreateDebuggingInterfaceFromVersion","features":[535]},{"name":"CreateInterfaceFnPtr","features":[535]},{"name":"CustomDumpItem","features":[535]},{"name":"DEPRECATED_CLR_API_MESG","features":[535]},{"name":"DUMP_FLAVOR_CriticalCLRState","features":[535]},{"name":"DUMP_FLAVOR_Default","features":[535]},{"name":"DUMP_FLAVOR_Mini","features":[535]},{"name":"DUMP_FLAVOR_NonHeapCLRState","features":[535]},{"name":"DUMP_ITEM_None","features":[535]},{"name":"EApiCategories","features":[535]},{"name":"EBindPolicyLevels","features":[535]},{"name":"ECLRAssemblyIdentityFlags","features":[535]},{"name":"EClrEvent","features":[535]},{"name":"EClrFailure","features":[535]},{"name":"EClrOperation","features":[535]},{"name":"EClrUnhandledException","features":[535]},{"name":"EContextType","features":[535]},{"name":"ECustomDumpFlavor","features":[535]},{"name":"ECustomDumpItemKind","features":[535]},{"name":"EHostApplicationPolicy","features":[535]},{"name":"EHostBindingPolicyModifyFlags","features":[535]},{"name":"EInitializeNewDomainFlags","features":[535]},{"name":"EMemoryAvailable","features":[535]},{"name":"EMemoryCriticalLevel","features":[535]},{"name":"EPolicyAction","features":[535]},{"name":"ESymbolReadingPolicy","features":[535]},{"name":"ETaskType","features":[535]},{"name":"Event_ClrDisabled","features":[535]},{"name":"Event_DomainUnload","features":[535]},{"name":"Event_MDAFired","features":[535]},{"name":"Event_StackOverflow","features":[535]},{"name":"FAIL_AccessViolation","features":[535]},{"name":"FAIL_CodeContract","features":[535]},{"name":"FAIL_CriticalResource","features":[535]},{"name":"FAIL_FatalRuntime","features":[535]},{"name":"FAIL_NonCriticalResource","features":[535]},{"name":"FAIL_OrphanedLock","features":[535]},{"name":"FAIL_StackOverflow","features":[535]},{"name":"FExecuteInAppDomainCallback","features":[535]},{"name":"FLockClrVersionCallback","features":[535]},{"name":"GetCLRIdentityManager","features":[535]},{"name":"GetCORRequiredVersion","features":[535]},{"name":"GetCORSystemDirectory","features":[535]},{"name":"GetCORVersion","features":[535]},{"name":"GetFileVersion","features":[535]},{"name":"GetRealProcAddress","features":[535]},{"name":"GetRequestedRuntimeInfo","features":[535]},{"name":"GetRequestedRuntimeVersion","features":[535]},{"name":"GetRequestedRuntimeVersionForCLSID","features":[535]},{"name":"GetVersionFromProcess","features":[305,535]},{"name":"HOST_APPLICATION_BINDING_POLICY","features":[535]},{"name":"HOST_BINDING_POLICY_MODIFY_CHAIN","features":[535]},{"name":"HOST_BINDING_POLICY_MODIFY_DEFAULT","features":[535]},{"name":"HOST_BINDING_POLICY_MODIFY_MAX","features":[535]},{"name":"HOST_BINDING_POLICY_MODIFY_REMOVE","features":[535]},{"name":"HOST_TYPE","features":[535]},{"name":"HOST_TYPE_APPLAUNCH","features":[535]},{"name":"HOST_TYPE_CORFLAG","features":[535]},{"name":"HOST_TYPE_DEFAULT","features":[535]},{"name":"IActionOnCLREvent","features":[535]},{"name":"IApartmentCallback","features":[535]},{"name":"IAppDomainBinding","features":[535]},{"name":"ICLRAppDomainResourceMonitor","features":[535]},{"name":"ICLRAssemblyIdentityManager","features":[535]},{"name":"ICLRAssemblyReferenceList","features":[535]},{"name":"ICLRControl","features":[535]},{"name":"ICLRDebugManager","features":[535]},{"name":"ICLRDebugging","features":[535]},{"name":"ICLRDebuggingLibraryProvider","features":[535]},{"name":"ICLRDomainManager","features":[535]},{"name":"ICLRErrorReportingManager","features":[535]},{"name":"ICLRGCManager","features":[535]},{"name":"ICLRGCManager2","features":[535]},{"name":"ICLRHostBindingPolicyManager","features":[535]},{"name":"ICLRHostProtectionManager","features":[535]},{"name":"ICLRIoCompletionManager","features":[535]},{"name":"ICLRMemoryNotificationCallback","features":[535]},{"name":"ICLRMetaHost","features":[535]},{"name":"ICLRMetaHostPolicy","features":[535]},{"name":"ICLROnEventManager","features":[535]},{"name":"ICLRPolicyManager","features":[535]},{"name":"ICLRProbingAssemblyEnum","features":[535]},{"name":"ICLRProfiling","features":[535]},{"name":"ICLRReferenceAssemblyEnum","features":[535]},{"name":"ICLRRuntimeHost","features":[535]},{"name":"ICLRRuntimeInfo","features":[535]},{"name":"ICLRStrongName","features":[535]},{"name":"ICLRStrongName2","features":[535]},{"name":"ICLRStrongName3","features":[535]},{"name":"ICLRSyncManager","features":[535]},{"name":"ICLRTask","features":[535]},{"name":"ICLRTask2","features":[535]},{"name":"ICLRTaskManager","features":[535]},{"name":"ICatalogServices","features":[535]},{"name":"ICorConfiguration","features":[535]},{"name":"ICorRuntimeHost","features":[535]},{"name":"ICorThreadpool","features":[535]},{"name":"IDebuggerInfo","features":[535]},{"name":"IDebuggerThreadControl","features":[535]},{"name":"IGCHost","features":[535]},{"name":"IGCHost2","features":[535]},{"name":"IGCHostControl","features":[535]},{"name":"IGCThreadControl","features":[535]},{"name":"IHostAssemblyManager","features":[535]},{"name":"IHostAssemblyStore","features":[535]},{"name":"IHostAutoEvent","features":[535]},{"name":"IHostControl","features":[535]},{"name":"IHostCrst","features":[535]},{"name":"IHostGCManager","features":[535]},{"name":"IHostIoCompletionManager","features":[535]},{"name":"IHostMalloc","features":[535]},{"name":"IHostManualEvent","features":[535]},{"name":"IHostMemoryManager","features":[535]},{"name":"IHostPolicyManager","features":[535]},{"name":"IHostSecurityContext","features":[535]},{"name":"IHostSecurityManager","features":[535]},{"name":"IHostSemaphore","features":[535]},{"name":"IHostSyncManager","features":[535]},{"name":"IHostTask","features":[535]},{"name":"IHostTaskManager","features":[535]},{"name":"IHostThreadpoolManager","features":[535]},{"name":"IManagedObject","features":[535]},{"name":"IObjectHandle","features":[535]},{"name":"ITypeName","features":[535]},{"name":"ITypeNameBuilder","features":[535]},{"name":"ITypeNameFactory","features":[535]},{"name":"InvalidBucketParamIndex","features":[535]},{"name":"LIBID_mscoree","features":[535]},{"name":"LoadLibraryShim","features":[305,535]},{"name":"LoadStringRC","features":[535]},{"name":"LoadStringRCEx","features":[535]},{"name":"LockClrVersion","features":[535]},{"name":"MALLOC_EXECUTABLE","features":[535]},{"name":"MALLOC_THREADSAFE","features":[535]},{"name":"MALLOC_TYPE","features":[535]},{"name":"MDAInfo","features":[535]},{"name":"METAHOST_CONFIG_FLAGS","features":[535]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_FALSE","features":[535]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_MASK","features":[535]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_TRUE","features":[535]},{"name":"METAHOST_CONFIG_FLAGS_LEGACY_V2_ACTIVATION_POLICY_UNSET","features":[535]},{"name":"METAHOST_POLICY_APPLY_UPGRADE_POLICY","features":[535]},{"name":"METAHOST_POLICY_EMULATE_EXE_LAUNCH","features":[535]},{"name":"METAHOST_POLICY_ENSURE_SKU_SUPPORTED","features":[535]},{"name":"METAHOST_POLICY_FLAGS","features":[535]},{"name":"METAHOST_POLICY_HIGHCOMPAT","features":[535]},{"name":"METAHOST_POLICY_IGNORE_ERROR_MODE","features":[535]},{"name":"METAHOST_POLICY_SHOW_ERROR_DIALOG","features":[535]},{"name":"METAHOST_POLICY_USE_PROCESS_IMAGE_PATH","features":[535]},{"name":"MaxClrEvent","features":[535]},{"name":"MaxClrFailure","features":[535]},{"name":"MaxClrOperation","features":[535]},{"name":"MaxPolicyAction","features":[535]},{"name":"ModuleBindInfo","features":[535]},{"name":"OPR_AppDomainRudeUnload","features":[535]},{"name":"OPR_AppDomainUnload","features":[535]},{"name":"OPR_FinalizerRun","features":[535]},{"name":"OPR_ProcessExit","features":[535]},{"name":"OPR_ThreadAbort","features":[535]},{"name":"OPR_ThreadRudeAbortInCriticalRegion","features":[535]},{"name":"OPR_ThreadRudeAbortInNonCriticalRegion","features":[535]},{"name":"PTLS_CALLBACK_FUNCTION","features":[535]},{"name":"Parameter1","features":[535]},{"name":"Parameter2","features":[535]},{"name":"Parameter3","features":[535]},{"name":"Parameter4","features":[535]},{"name":"Parameter5","features":[535]},{"name":"Parameter6","features":[535]},{"name":"Parameter7","features":[535]},{"name":"Parameter8","features":[535]},{"name":"Parameter9","features":[535]},{"name":"RUNTIME_INFO_DONT_RETURN_DIRECTORY","features":[535]},{"name":"RUNTIME_INFO_DONT_RETURN_VERSION","features":[535]},{"name":"RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG","features":[535]},{"name":"RUNTIME_INFO_FLAGS","features":[535]},{"name":"RUNTIME_INFO_IGNORE_ERROR_MODE","features":[535]},{"name":"RUNTIME_INFO_REQUEST_AMD64","features":[535]},{"name":"RUNTIME_INFO_REQUEST_ARM64","features":[535]},{"name":"RUNTIME_INFO_REQUEST_IA64","features":[535]},{"name":"RUNTIME_INFO_REQUEST_X86","features":[535]},{"name":"RUNTIME_INFO_UPGRADE_VERSION","features":[535]},{"name":"RunDll32ShimW","features":[305,535]},{"name":"RuntimeLoadedCallbackFnPtr","features":[535]},{"name":"SO_ClrEngine","features":[535]},{"name":"SO_Managed","features":[535]},{"name":"SO_Other","features":[535]},{"name":"STARTUP_ALWAYSFLOW_IMPERSONATION","features":[535]},{"name":"STARTUP_ARM","features":[535]},{"name":"STARTUP_CONCURRENT_GC","features":[535]},{"name":"STARTUP_DISABLE_COMMITTHREADSTACK","features":[535]},{"name":"STARTUP_ETW","features":[535]},{"name":"STARTUP_FLAGS","features":[535]},{"name":"STARTUP_HOARD_GC_VM","features":[535]},{"name":"STARTUP_LEGACY_IMPERSONATION","features":[535]},{"name":"STARTUP_LOADER_OPTIMIZATION_MASK","features":[535]},{"name":"STARTUP_LOADER_OPTIMIZATION_MULTI_DOMAIN","features":[535]},{"name":"STARTUP_LOADER_OPTIMIZATION_MULTI_DOMAIN_HOST","features":[535]},{"name":"STARTUP_LOADER_OPTIMIZATION_SINGLE_DOMAIN","features":[535]},{"name":"STARTUP_LOADER_SAFEMODE","features":[535]},{"name":"STARTUP_LOADER_SETPREFERENCE","features":[535]},{"name":"STARTUP_SERVER_GC","features":[535]},{"name":"STARTUP_SINGLE_VERSION_HOSTING_INTERFACE","features":[535]},{"name":"STARTUP_TRIM_GC_COMMIT","features":[535]},{"name":"StackOverflowInfo","features":[305,535,335,312]},{"name":"StackOverflowType","features":[535]},{"name":"TT_ADUNLOAD","features":[535]},{"name":"TT_DEBUGGERHELPER","features":[535]},{"name":"TT_FINALIZER","features":[535]},{"name":"TT_GC","features":[535]},{"name":"TT_THREADPOOL_GATE","features":[535]},{"name":"TT_THREADPOOL_IOCOMPLETION","features":[535]},{"name":"TT_THREADPOOL_TIMER","features":[535]},{"name":"TT_THREADPOOL_WAIT","features":[535]},{"name":"TT_THREADPOOL_WORKER","features":[535]},{"name":"TT_UNKNOWN","features":[535]},{"name":"TT_USER","features":[535]},{"name":"TypeNameFactory","features":[535]},{"name":"WAIT_ALERTABLE","features":[535]},{"name":"WAIT_MSGPUMP","features":[535]},{"name":"WAIT_NOTINDEADLOCK","features":[535]},{"name":"WAIT_OPTION","features":[535]},{"name":"eAbortThread","features":[535]},{"name":"eAll","features":[535]},{"name":"eAppDomainCritical","features":[535]},{"name":"eCurrentContext","features":[535]},{"name":"eDisableRuntime","features":[535]},{"name":"eExitProcess","features":[535]},{"name":"eExternalProcessMgmt","features":[535]},{"name":"eExternalThreading","features":[535]},{"name":"eFastExitProcess","features":[535]},{"name":"eHostDeterminedPolicy","features":[535]},{"name":"eInitializeNewDomainFlags_NoSecurityChanges","features":[535]},{"name":"eInitializeNewDomainFlags_None","features":[535]},{"name":"eMayLeakOnAbort","features":[535]},{"name":"eMemoryAvailableHigh","features":[535]},{"name":"eMemoryAvailableLow","features":[535]},{"name":"eMemoryAvailableNeutral","features":[535]},{"name":"eNoAction","features":[535]},{"name":"eNoChecks","features":[535]},{"name":"ePolicyLevelAdmin","features":[535]},{"name":"ePolicyLevelApp","features":[535]},{"name":"ePolicyLevelHost","features":[535]},{"name":"ePolicyLevelNone","features":[535]},{"name":"ePolicyLevelPublisher","features":[535]},{"name":"ePolicyLevelRetargetable","features":[535]},{"name":"ePolicyPortability","features":[535]},{"name":"ePolicyUnifiedToCLR","features":[535]},{"name":"eProcessCritical","features":[535]},{"name":"eRestrictedContext","features":[535]},{"name":"eRudeAbortThread","features":[535]},{"name":"eRudeExitProcess","features":[535]},{"name":"eRudeUnloadAppDomain","features":[535]},{"name":"eRuntimeDeterminedPolicy","features":[535]},{"name":"eSecurityInfrastructure","features":[535]},{"name":"eSelfAffectingProcessMgmt","features":[535]},{"name":"eSelfAffectingThreading","features":[535]},{"name":"eSharedState","features":[535]},{"name":"eSymbolReadingAlways","features":[535]},{"name":"eSymbolReadingFullTrustOnly","features":[535]},{"name":"eSymbolReadingNever","features":[535]},{"name":"eSynchronization","features":[535]},{"name":"eTaskCritical","features":[535]},{"name":"eThrowException","features":[535]},{"name":"eUI","features":[535]},{"name":"eUnloadAppDomain","features":[535]}],"543":[{"name":"ADVANCED_FEATURE_FLAGS","features":[358]},{"name":"ADVF","features":[358]},{"name":"ADVFCACHE_FORCEBUILTIN","features":[358]},{"name":"ADVFCACHE_NOHANDLER","features":[358]},{"name":"ADVFCACHE_ONSAVE","features":[358]},{"name":"ADVF_DATAONSTOP","features":[358]},{"name":"ADVF_NODATA","features":[358]},{"name":"ADVF_ONLYONCE","features":[358]},{"name":"ADVF_PRIMEFIRST","features":[358]},{"name":"APPIDREGFLAGS_AAA_NO_IMPLICIT_ACTIVATE_AS_IU","features":[358]},{"name":"APPIDREGFLAGS_ACTIVATE_IUSERVER_INDESKTOP","features":[358]},{"name":"APPIDREGFLAGS_ISSUE_ACTIVATION_RPC_AT_IDENTIFY","features":[358]},{"name":"APPIDREGFLAGS_IUSERVER_ACTIVATE_IN_CLIENT_SESSION_ONLY","features":[358]},{"name":"APPIDREGFLAGS_IUSERVER_SELF_SID_IN_LAUNCH_PERMISSION","features":[358]},{"name":"APPIDREGFLAGS_IUSERVER_UNMODIFIED_LOGON_TOKEN","features":[358]},{"name":"APPIDREGFLAGS_RESERVED1","features":[358]},{"name":"APPIDREGFLAGS_RESERVED2","features":[358]},{"name":"APPIDREGFLAGS_RESERVED3","features":[358]},{"name":"APPIDREGFLAGS_RESERVED4","features":[358]},{"name":"APPIDREGFLAGS_RESERVED5","features":[358]},{"name":"APPIDREGFLAGS_RESERVED7","features":[358]},{"name":"APPIDREGFLAGS_RESERVED8","features":[358]},{"name":"APPIDREGFLAGS_RESERVED9","features":[358]},{"name":"APPIDREGFLAGS_SECURE_SERVER_PROCESS_SD_AND_BIND","features":[358]},{"name":"APTTYPE","features":[358]},{"name":"APTTYPEQUALIFIER","features":[358]},{"name":"APTTYPEQUALIFIER_APPLICATION_STA","features":[358]},{"name":"APTTYPEQUALIFIER_IMPLICIT_MTA","features":[358]},{"name":"APTTYPEQUALIFIER_NA_ON_IMPLICIT_MTA","features":[358]},{"name":"APTTYPEQUALIFIER_NA_ON_MAINSTA","features":[358]},{"name":"APTTYPEQUALIFIER_NA_ON_MTA","features":[358]},{"name":"APTTYPEQUALIFIER_NA_ON_STA","features":[358]},{"name":"APTTYPEQUALIFIER_NONE","features":[358]},{"name":"APTTYPEQUALIFIER_RESERVED_1","features":[358]},{"name":"APTTYPE_CURRENT","features":[358]},{"name":"APTTYPE_MAINSTA","features":[358]},{"name":"APTTYPE_MTA","features":[358]},{"name":"APTTYPE_NA","features":[358]},{"name":"APTTYPE_STA","features":[358]},{"name":"ASYNC_MODE_COMPATIBILITY","features":[358]},{"name":"ASYNC_MODE_DEFAULT","features":[358]},{"name":"AUTHENTICATEINFO","features":[358]},{"name":"ApplicationType","features":[358]},{"name":"AsyncIAdviseSink","features":[358]},{"name":"AsyncIAdviseSink2","features":[358]},{"name":"AsyncIMultiQI","features":[358]},{"name":"AsyncIPipeByte","features":[358]},{"name":"AsyncIPipeDouble","features":[358]},{"name":"AsyncIPipeLong","features":[358]},{"name":"AsyncIUnknown","features":[358]},{"name":"BINDINFO","features":[305,317,309,392]},{"name":"BINDINFOF","features":[358]},{"name":"BINDINFOF_URLENCODEDEXTRAINFO","features":[358]},{"name":"BINDINFOF_URLENCODESTGMEDDATA","features":[358]},{"name":"BINDPTR","features":[305,358,359,360]},{"name":"BIND_FLAGS","features":[358]},{"name":"BIND_JUSTTESTEXISTENCE","features":[358]},{"name":"BIND_MAYBOTHERUSER","features":[358]},{"name":"BIND_OPTS","features":[358]},{"name":"BIND_OPTS2","features":[358]},{"name":"BIND_OPTS3","features":[305,358]},{"name":"BLOB","features":[358]},{"name":"BYTE_BLOB","features":[358]},{"name":"BYTE_SIZEDARR","features":[358]},{"name":"BindMoniker","features":[358]},{"name":"CALLCONV","features":[358]},{"name":"CALLTYPE","features":[358]},{"name":"CALLTYPE_ASYNC","features":[358]},{"name":"CALLTYPE_ASYNC_CALLPENDING","features":[358]},{"name":"CALLTYPE_NESTED","features":[358]},{"name":"CALLTYPE_TOPLEVEL","features":[358]},{"name":"CALLTYPE_TOPLEVEL_CALLPENDING","features":[358]},{"name":"CATEGORYINFO","features":[358]},{"name":"CC_CDECL","features":[358]},{"name":"CC_FASTCALL","features":[358]},{"name":"CC_FPFASTCALL","features":[358]},{"name":"CC_MACPASCAL","features":[358]},{"name":"CC_MAX","features":[358]},{"name":"CC_MPWCDECL","features":[358]},{"name":"CC_MPWPASCAL","features":[358]},{"name":"CC_MSCPASCAL","features":[358]},{"name":"CC_PASCAL","features":[358]},{"name":"CC_STDCALL","features":[358]},{"name":"CC_SYSCALL","features":[358]},{"name":"CLSCTX","features":[358]},{"name":"CLSCTX_ACTIVATE_32_BIT_SERVER","features":[358]},{"name":"CLSCTX_ACTIVATE_64_BIT_SERVER","features":[358]},{"name":"CLSCTX_ACTIVATE_AAA_AS_IU","features":[358]},{"name":"CLSCTX_ACTIVATE_ARM32_SERVER","features":[358]},{"name":"CLSCTX_ACTIVATE_X86_SERVER","features":[358]},{"name":"CLSCTX_ALL","features":[358]},{"name":"CLSCTX_ALLOW_LOWER_TRUST_REGISTRATION","features":[358]},{"name":"CLSCTX_APPCONTAINER","features":[358]},{"name":"CLSCTX_DISABLE_AAA","features":[358]},{"name":"CLSCTX_ENABLE_AAA","features":[358]},{"name":"CLSCTX_ENABLE_CLOAKING","features":[358]},{"name":"CLSCTX_ENABLE_CODE_DOWNLOAD","features":[358]},{"name":"CLSCTX_FROM_DEFAULT_CONTEXT","features":[358]},{"name":"CLSCTX_INPROC_HANDLER","features":[358]},{"name":"CLSCTX_INPROC_HANDLER16","features":[358]},{"name":"CLSCTX_INPROC_SERVER","features":[358]},{"name":"CLSCTX_INPROC_SERVER16","features":[358]},{"name":"CLSCTX_LOCAL_SERVER","features":[358]},{"name":"CLSCTX_NO_CODE_DOWNLOAD","features":[358]},{"name":"CLSCTX_NO_CUSTOM_MARSHAL","features":[358]},{"name":"CLSCTX_NO_FAILURE_LOG","features":[358]},{"name":"CLSCTX_PS_DLL","features":[358]},{"name":"CLSCTX_REMOTE_SERVER","features":[358]},{"name":"CLSCTX_RESERVED1","features":[358]},{"name":"CLSCTX_RESERVED2","features":[358]},{"name":"CLSCTX_RESERVED3","features":[358]},{"name":"CLSCTX_RESERVED4","features":[358]},{"name":"CLSCTX_RESERVED5","features":[358]},{"name":"CLSCTX_RESERVED6","features":[358]},{"name":"CLSCTX_SERVER","features":[358]},{"name":"CLSIDFromProgID","features":[358]},{"name":"CLSIDFromProgIDEx","features":[358]},{"name":"CLSIDFromString","features":[358]},{"name":"CLSID_GlobalOptions","features":[358]},{"name":"COAUTHIDENTITY","features":[358]},{"name":"COAUTHINFO","features":[358]},{"name":"COINIT","features":[358]},{"name":"COINITBASE","features":[358]},{"name":"COINITBASE_MULTITHREADED","features":[358]},{"name":"COINIT_APARTMENTTHREADED","features":[358]},{"name":"COINIT_DISABLE_OLE1DDE","features":[358]},{"name":"COINIT_MULTITHREADED","features":[358]},{"name":"COINIT_SPEED_OVER_MEMORY","features":[358]},{"name":"COLE_DEFAULT_AUTHINFO","features":[358]},{"name":"COLE_DEFAULT_PRINCIPAL","features":[358]},{"name":"COMBND_RESERVED1","features":[358]},{"name":"COMBND_RESERVED2","features":[358]},{"name":"COMBND_RESERVED3","features":[358]},{"name":"COMBND_RESERVED4","features":[358]},{"name":"COMBND_RPCTIMEOUT","features":[358]},{"name":"COMBND_SERVER_LOCALITY","features":[358]},{"name":"COMGLB_APPID","features":[358]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE","features":[358]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE_ANY","features":[358]},{"name":"COMGLB_EXCEPTION_DONOT_HANDLE_FATAL","features":[358]},{"name":"COMGLB_EXCEPTION_HANDLE","features":[358]},{"name":"COMGLB_EXCEPTION_HANDLING","features":[358]},{"name":"COMGLB_FAST_RUNDOWN","features":[358]},{"name":"COMGLB_PROPERTIES_RESERVED1","features":[358]},{"name":"COMGLB_PROPERTIES_RESERVED2","features":[358]},{"name":"COMGLB_PROPERTIES_RESERVED3","features":[358]},{"name":"COMGLB_RESERVED1","features":[358]},{"name":"COMGLB_RESERVED2","features":[358]},{"name":"COMGLB_RESERVED3","features":[358]},{"name":"COMGLB_RESERVED4","features":[358]},{"name":"COMGLB_RESERVED5","features":[358]},{"name":"COMGLB_RESERVED6","features":[358]},{"name":"COMGLB_RO_SETTINGS","features":[358]},{"name":"COMGLB_RPC_THREADPOOL_SETTING","features":[358]},{"name":"COMGLB_RPC_THREADPOOL_SETTING_DEFAULT_POOL","features":[358]},{"name":"COMGLB_RPC_THREADPOOL_SETTING_PRIVATE_POOL","features":[358]},{"name":"COMGLB_STA_MODALLOOP_REMOVE_TOUCH_MESSAGES","features":[358]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_DONOT_REMOVE_INPUT_MESSAGES","features":[358]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_REMOVE_INPUT_MESSAGES","features":[358]},{"name":"COMGLB_STA_MODALLOOP_SHARED_QUEUE_REORDER_POINTER_MESSAGES","features":[358]},{"name":"COMGLB_UNMARSHALING_POLICY","features":[358]},{"name":"COMGLB_UNMARSHALING_POLICY_HYBRID","features":[358]},{"name":"COMGLB_UNMARSHALING_POLICY_NORMAL","features":[358]},{"name":"COMGLB_UNMARSHALING_POLICY_STRONG","features":[358]},{"name":"COMSD","features":[358]},{"name":"COM_RIGHTS_ACTIVATE_LOCAL","features":[358]},{"name":"COM_RIGHTS_ACTIVATE_REMOTE","features":[358]},{"name":"COM_RIGHTS_EXECUTE","features":[358]},{"name":"COM_RIGHTS_EXECUTE_LOCAL","features":[358]},{"name":"COM_RIGHTS_EXECUTE_REMOTE","features":[358]},{"name":"COM_RIGHTS_RESERVED1","features":[358]},{"name":"COM_RIGHTS_RESERVED2","features":[358]},{"name":"CONNECTDATA","features":[358]},{"name":"COSERVERINFO","features":[358]},{"name":"COWAIT_ALERTABLE","features":[358]},{"name":"COWAIT_DEFAULT","features":[358]},{"name":"COWAIT_DISPATCH_CALLS","features":[358]},{"name":"COWAIT_DISPATCH_WINDOW_MESSAGES","features":[358]},{"name":"COWAIT_FLAGS","features":[358]},{"name":"COWAIT_INPUTAVAILABLE","features":[358]},{"name":"COWAIT_WAITALL","features":[358]},{"name":"CO_DEVICE_CATALOG_COOKIE","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTES","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_1","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_10","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_11","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_12","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_13","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_14","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_15","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_16","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_17","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_18","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_2","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_3","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_4","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_5","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_6","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_7","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_8","features":[358]},{"name":"CO_MARSHALING_CONTEXT_ATTRIBUTE_RESERVED_9","features":[358]},{"name":"CO_MARSHALING_SOURCE_IS_APP_CONTAINER","features":[358]},{"name":"CO_MTA_USAGE_COOKIE","features":[358]},{"name":"CSPLATFORM","features":[358]},{"name":"CUSTDATA","features":[305,358,359,360]},{"name":"CUSTDATAITEM","features":[305,358,359,360]},{"name":"CWMO_DEFAULT","features":[358]},{"name":"CWMO_DISPATCH_CALLS","features":[358]},{"name":"CWMO_DISPATCH_WINDOW_MESSAGES","features":[358]},{"name":"CWMO_FLAGS","features":[358]},{"name":"CWMO_MAX_HANDLES","features":[358]},{"name":"CY","features":[358]},{"name":"CoAddRefServerProcess","features":[358]},{"name":"CoAllowSetForegroundWindow","features":[358]},{"name":"CoAllowUnmarshalerCLSID","features":[358]},{"name":"CoBuildVersion","features":[358]},{"name":"CoCancelCall","features":[358]},{"name":"CoCopyProxy","features":[358]},{"name":"CoCreateFreeThreadedMarshaler","features":[358]},{"name":"CoCreateGuid","features":[358]},{"name":"CoCreateInstance","features":[358]},{"name":"CoCreateInstanceEx","features":[358]},{"name":"CoCreateInstanceFromApp","features":[358]},{"name":"CoDecrementMTAUsage","features":[358]},{"name":"CoDisableCallCancellation","features":[358]},{"name":"CoDisconnectContext","features":[358]},{"name":"CoDisconnectObject","features":[358]},{"name":"CoDosDateTimeToFileTime","features":[305,358]},{"name":"CoEnableCallCancellation","features":[358]},{"name":"CoFileTimeNow","features":[305,358]},{"name":"CoFileTimeToDosDateTime","features":[305,358]},{"name":"CoFreeAllLibraries","features":[358]},{"name":"CoFreeLibrary","features":[305,358]},{"name":"CoFreeUnusedLibraries","features":[358]},{"name":"CoFreeUnusedLibrariesEx","features":[358]},{"name":"CoGetApartmentType","features":[358]},{"name":"CoGetCallContext","features":[358]},{"name":"CoGetCallerTID","features":[358]},{"name":"CoGetCancelObject","features":[358]},{"name":"CoGetClassObject","features":[358]},{"name":"CoGetContextToken","features":[358]},{"name":"CoGetCurrentLogicalThreadId","features":[358]},{"name":"CoGetCurrentProcess","features":[358]},{"name":"CoGetMalloc","features":[358]},{"name":"CoGetObject","features":[358]},{"name":"CoGetObjectContext","features":[358]},{"name":"CoGetPSClsid","features":[358]},{"name":"CoGetSystemSecurityPermissions","features":[309,358]},{"name":"CoGetTreatAsClass","features":[358]},{"name":"CoImpersonateClient","features":[358]},{"name":"CoIncrementMTAUsage","features":[358]},{"name":"CoInitialize","features":[358]},{"name":"CoInitializeEx","features":[358]},{"name":"CoInitializeSecurity","features":[309,358]},{"name":"CoInstall","features":[358]},{"name":"CoInvalidateRemoteMachineBindings","features":[358]},{"name":"CoIsHandlerConnected","features":[305,358]},{"name":"CoIsOle1Class","features":[305,358]},{"name":"CoLoadLibrary","features":[305,358]},{"name":"CoLockObjectExternal","features":[305,358]},{"name":"CoQueryAuthenticationServices","features":[358]},{"name":"CoQueryClientBlanket","features":[358]},{"name":"CoQueryProxyBlanket","features":[358]},{"name":"CoRegisterActivationFilter","features":[358]},{"name":"CoRegisterChannelHook","features":[358]},{"name":"CoRegisterClassObject","features":[358]},{"name":"CoRegisterDeviceCatalog","features":[358]},{"name":"CoRegisterInitializeSpy","features":[358]},{"name":"CoRegisterMallocSpy","features":[358]},{"name":"CoRegisterPSClsid","features":[358]},{"name":"CoRegisterSurrogate","features":[358]},{"name":"CoReleaseServerProcess","features":[358]},{"name":"CoResumeClassObjects","features":[358]},{"name":"CoRevertToSelf","features":[358]},{"name":"CoRevokeClassObject","features":[358]},{"name":"CoRevokeDeviceCatalog","features":[358]},{"name":"CoRevokeInitializeSpy","features":[358]},{"name":"CoRevokeMallocSpy","features":[358]},{"name":"CoSetCancelObject","features":[358]},{"name":"CoSetProxyBlanket","features":[358]},{"name":"CoSuspendClassObjects","features":[358]},{"name":"CoSwitchCallContext","features":[358]},{"name":"CoTaskMemAlloc","features":[358]},{"name":"CoTaskMemFree","features":[358]},{"name":"CoTaskMemRealloc","features":[358]},{"name":"CoTestCancel","features":[358]},{"name":"CoTreatAsClass","features":[358]},{"name":"CoUninitialize","features":[358]},{"name":"CoWaitForMultipleHandles","features":[305,358]},{"name":"CoWaitForMultipleObjects","features":[305,358]},{"name":"ComCallData","features":[358]},{"name":"ContextProperty","features":[358]},{"name":"CreateAntiMoniker","features":[358]},{"name":"CreateBindCtx","features":[358]},{"name":"CreateClassMoniker","features":[358]},{"name":"CreateDataAdviseHolder","features":[358]},{"name":"CreateDataCache","features":[358]},{"name":"CreateFileMoniker","features":[358]},{"name":"CreateGenericComposite","features":[358]},{"name":"CreateIUriBuilder","features":[358]},{"name":"CreateItemMoniker","features":[358]},{"name":"CreateObjrefMoniker","features":[358]},{"name":"CreatePointerMoniker","features":[358]},{"name":"CreateStdProgressIndicator","features":[305,358]},{"name":"CreateUri","features":[358]},{"name":"CreateUriFromMultiByteString","features":[358]},{"name":"CreateUriWithFragment","features":[358]},{"name":"DATADIR","features":[358]},{"name":"DATADIR_GET","features":[358]},{"name":"DATADIR_SET","features":[358]},{"name":"DCOMSCM_ACTIVATION_DISALLOW_UNSECURE_CALL","features":[358]},{"name":"DCOMSCM_ACTIVATION_USE_ALL_AUTHNSERVICES","features":[358]},{"name":"DCOMSCM_PING_DISALLOW_UNSECURE_CALL","features":[358]},{"name":"DCOMSCM_PING_USE_MID_AUTHNSERVICE","features":[358]},{"name":"DCOMSCM_RESOLVE_DISALLOW_UNSECURE_CALL","features":[358]},{"name":"DCOMSCM_RESOLVE_USE_ALL_AUTHNSERVICES","features":[358]},{"name":"DCOM_CALL_CANCELED","features":[358]},{"name":"DCOM_CALL_COMPLETE","features":[358]},{"name":"DCOM_CALL_STATE","features":[358]},{"name":"DCOM_NONE","features":[358]},{"name":"DESCKIND","features":[358]},{"name":"DESCKIND_FUNCDESC","features":[358]},{"name":"DESCKIND_IMPLICITAPPOBJ","features":[358]},{"name":"DESCKIND_MAX","features":[358]},{"name":"DESCKIND_NONE","features":[358]},{"name":"DESCKIND_TYPECOMP","features":[358]},{"name":"DESCKIND_VARDESC","features":[358]},{"name":"DISPATCH_FLAGS","features":[358]},{"name":"DISPATCH_METHOD","features":[358]},{"name":"DISPATCH_PROPERTYGET","features":[358]},{"name":"DISPATCH_PROPERTYPUT","features":[358]},{"name":"DISPATCH_PROPERTYPUTREF","features":[358]},{"name":"DISPPARAMS","features":[305,358,359,360]},{"name":"DMUS_ERRBASE","features":[358]},{"name":"DVASPECT","features":[358]},{"name":"DVASPECT_CONTENT","features":[358]},{"name":"DVASPECT_DOCPRINT","features":[358]},{"name":"DVASPECT_ICON","features":[358]},{"name":"DVASPECT_OPAQUE","features":[358]},{"name":"DVASPECT_THUMBNAIL","features":[358]},{"name":"DVASPECT_TRANSPARENT","features":[358]},{"name":"DVTARGETDEVICE","features":[358]},{"name":"DWORD_BLOB","features":[358]},{"name":"DWORD_SIZEDARR","features":[358]},{"name":"DcomChannelSetHResult","features":[358]},{"name":"ELEMDESC","features":[305,358,359,360]},{"name":"EOAC_ACCESS_CONTROL","features":[358]},{"name":"EOAC_ANY_AUTHORITY","features":[358]},{"name":"EOAC_APPID","features":[358]},{"name":"EOAC_AUTO_IMPERSONATE","features":[358]},{"name":"EOAC_DEFAULT","features":[358]},{"name":"EOAC_DISABLE_AAA","features":[358]},{"name":"EOAC_DYNAMIC","features":[358]},{"name":"EOAC_DYNAMIC_CLOAKING","features":[358]},{"name":"EOAC_MAKE_FULLSIC","features":[358]},{"name":"EOAC_MUTUAL_AUTH","features":[358]},{"name":"EOAC_NONE","features":[358]},{"name":"EOAC_NO_CUSTOM_MARSHAL","features":[358]},{"name":"EOAC_REQUIRE_FULLSIC","features":[358]},{"name":"EOAC_RESERVED1","features":[358]},{"name":"EOAC_SECURE_REFS","features":[358]},{"name":"EOAC_STATIC_CLOAKING","features":[358]},{"name":"EOLE_AUTHENTICATION_CAPABILITIES","features":[358]},{"name":"EXCEPINFO","features":[358]},{"name":"EXTCONN","features":[358]},{"name":"EXTCONN_CALLABLE","features":[358]},{"name":"EXTCONN_STRONG","features":[358]},{"name":"EXTCONN_WEAK","features":[358]},{"name":"FADF_AUTO","features":[358]},{"name":"FADF_BSTR","features":[358]},{"name":"FADF_DISPATCH","features":[358]},{"name":"FADF_EMBEDDED","features":[358]},{"name":"FADF_FIXEDSIZE","features":[358]},{"name":"FADF_HAVEIID","features":[358]},{"name":"FADF_HAVEVARTYPE","features":[358]},{"name":"FADF_RECORD","features":[358]},{"name":"FADF_RESERVED","features":[358]},{"name":"FADF_STATIC","features":[358]},{"name":"FADF_UNKNOWN","features":[358]},{"name":"FADF_VARIANT","features":[358]},{"name":"FLAGGED_BYTE_BLOB","features":[358]},{"name":"FLAGGED_WORD_BLOB","features":[358]},{"name":"FLAG_STGMEDIUM","features":[305,317,392]},{"name":"FORMATETC","features":[358]},{"name":"FUNCDESC","features":[305,358,359,360]},{"name":"FUNCFLAGS","features":[358]},{"name":"FUNCFLAG_FBINDABLE","features":[358]},{"name":"FUNCFLAG_FDEFAULTBIND","features":[358]},{"name":"FUNCFLAG_FDEFAULTCOLLELEM","features":[358]},{"name":"FUNCFLAG_FDISPLAYBIND","features":[358]},{"name":"FUNCFLAG_FHIDDEN","features":[358]},{"name":"FUNCFLAG_FIMMEDIATEBIND","features":[358]},{"name":"FUNCFLAG_FNONBROWSABLE","features":[358]},{"name":"FUNCFLAG_FREPLACEABLE","features":[358]},{"name":"FUNCFLAG_FREQUESTEDIT","features":[358]},{"name":"FUNCFLAG_FRESTRICTED","features":[358]},{"name":"FUNCFLAG_FSOURCE","features":[358]},{"name":"FUNCFLAG_FUIDEFAULT","features":[358]},{"name":"FUNCFLAG_FUSESGETLASTERROR","features":[358]},{"name":"FUNCKIND","features":[358]},{"name":"FUNC_DISPATCH","features":[358]},{"name":"FUNC_NONVIRTUAL","features":[358]},{"name":"FUNC_PUREVIRTUAL","features":[358]},{"name":"FUNC_STATIC","features":[358]},{"name":"FUNC_VIRTUAL","features":[358]},{"name":"ForcedShutdown","features":[358]},{"name":"GDI_OBJECT","features":[317,358,341]},{"name":"GLOBALOPT_EH_VALUES","features":[358]},{"name":"GLOBALOPT_PROPERTIES","features":[358]},{"name":"GLOBALOPT_RO_FLAGS","features":[358]},{"name":"GLOBALOPT_RPCTP_VALUES","features":[358]},{"name":"GLOBALOPT_UNMARSHALING_POLICY_VALUES","features":[358]},{"name":"GetClassFile","features":[358]},{"name":"GetErrorInfo","features":[358]},{"name":"GetRunningObjectTable","features":[358]},{"name":"HYPER_SIZEDARR","features":[358]},{"name":"IActivationFilter","features":[358]},{"name":"IAddrExclusionControl","features":[358]},{"name":"IAddrTrackingControl","features":[358]},{"name":"IAdviseSink","features":[358]},{"name":"IAdviseSink2","features":[358]},{"name":"IAgileObject","features":[358]},{"name":"IAsyncManager","features":[358]},{"name":"IAsyncRpcChannelBuffer","features":[358]},{"name":"IAuthenticate","features":[358]},{"name":"IAuthenticateEx","features":[358]},{"name":"IBindCtx","features":[358]},{"name":"IBindHost","features":[358]},{"name":"IBindStatusCallback","features":[358]},{"name":"IBindStatusCallbackEx","features":[358]},{"name":"IBinding","features":[358]},{"name":"IBlockingLock","features":[358]},{"name":"ICallFactory","features":[358]},{"name":"ICancelMethodCalls","features":[358]},{"name":"ICatInformation","features":[358]},{"name":"ICatRegister","features":[358]},{"name":"IChannelHook","features":[358]},{"name":"IClassActivator","features":[358]},{"name":"IClassFactory","features":[358]},{"name":"IClientSecurity","features":[358]},{"name":"IComThreadingInfo","features":[358]},{"name":"IConnectionPoint","features":[358]},{"name":"IConnectionPointContainer","features":[358]},{"name":"IContext","features":[358]},{"name":"IContextCallback","features":[358]},{"name":"IDLDESC","features":[358]},{"name":"IDLFLAGS","features":[358]},{"name":"IDLFLAG_FIN","features":[358]},{"name":"IDLFLAG_FLCID","features":[358]},{"name":"IDLFLAG_FOUT","features":[358]},{"name":"IDLFLAG_FRETVAL","features":[358]},{"name":"IDLFLAG_NONE","features":[358]},{"name":"IDataAdviseHolder","features":[358]},{"name":"IDataObject","features":[358]},{"name":"IDispatch","features":[358]},{"name":"IEnumCATEGORYINFO","features":[358]},{"name":"IEnumConnectionPoints","features":[358]},{"name":"IEnumConnections","features":[358]},{"name":"IEnumContextProps","features":[358]},{"name":"IEnumFORMATETC","features":[358]},{"name":"IEnumGUID","features":[358]},{"name":"IEnumMoniker","features":[358]},{"name":"IEnumSTATDATA","features":[358]},{"name":"IEnumString","features":[358]},{"name":"IEnumUnknown","features":[358]},{"name":"IErrorInfo","features":[358]},{"name":"IErrorLog","features":[358]},{"name":"IExternalConnection","features":[358]},{"name":"IFastRundown","features":[358]},{"name":"IForegroundTransfer","features":[358]},{"name":"IGlobalInterfaceTable","features":[358]},{"name":"IGlobalOptions","features":[358]},{"name":"IIDFromString","features":[358]},{"name":"IInitializeSpy","features":[358]},{"name":"IInternalUnknown","features":[358]},{"name":"IMPLTYPEFLAGS","features":[358]},{"name":"IMPLTYPEFLAG_FDEFAULT","features":[358]},{"name":"IMPLTYPEFLAG_FDEFAULTVTABLE","features":[358]},{"name":"IMPLTYPEFLAG_FRESTRICTED","features":[358]},{"name":"IMPLTYPEFLAG_FSOURCE","features":[358]},{"name":"IMachineGlobalObjectTable","features":[358]},{"name":"IMalloc","features":[358]},{"name":"IMallocSpy","features":[358]},{"name":"IMoniker","features":[358]},{"name":"IMultiQI","features":[358]},{"name":"INTERFACEINFO","features":[358]},{"name":"INVOKEKIND","features":[358]},{"name":"INVOKE_FUNC","features":[358]},{"name":"INVOKE_PROPERTYGET","features":[358]},{"name":"INVOKE_PROPERTYPUT","features":[358]},{"name":"INVOKE_PROPERTYPUTREF","features":[358]},{"name":"INoMarshal","features":[358]},{"name":"IOplockStorage","features":[358]},{"name":"IPSFactoryBuffer","features":[358]},{"name":"IPersist","features":[358]},{"name":"IPersistFile","features":[358]},{"name":"IPersistMemory","features":[358]},{"name":"IPersistStream","features":[358]},{"name":"IPersistStreamInit","features":[358]},{"name":"IPipeByte","features":[358]},{"name":"IPipeDouble","features":[358]},{"name":"IPipeLong","features":[358]},{"name":"IProcessInitControl","features":[358]},{"name":"IProcessLock","features":[358]},{"name":"IProgressNotify","features":[358]},{"name":"IROTData","features":[358]},{"name":"IReleaseMarshalBuffers","features":[358]},{"name":"IRpcChannelBuffer","features":[358]},{"name":"IRpcChannelBuffer2","features":[358]},{"name":"IRpcChannelBuffer3","features":[358]},{"name":"IRpcHelper","features":[358]},{"name":"IRpcOptions","features":[358]},{"name":"IRpcProxyBuffer","features":[358]},{"name":"IRpcStubBuffer","features":[358]},{"name":"IRpcSyntaxNegotiate","features":[358]},{"name":"IRunnableObject","features":[358]},{"name":"IRunningObjectTable","features":[358]},{"name":"ISequentialStream","features":[358]},{"name":"IServerSecurity","features":[358]},{"name":"IServiceProvider","features":[358]},{"name":"IStdMarshalInfo","features":[358]},{"name":"IStream","features":[358]},{"name":"ISupportAllowLowerTrustActivation","features":[358]},{"name":"ISupportErrorInfo","features":[358]},{"name":"ISurrogate","features":[358]},{"name":"ISurrogateService","features":[358]},{"name":"ISynchronize","features":[358]},{"name":"ISynchronizeContainer","features":[358]},{"name":"ISynchronizeEvent","features":[358]},{"name":"ISynchronizeHandle","features":[358]},{"name":"ISynchronizeMutex","features":[358]},{"name":"ITimeAndNoticeControl","features":[358]},{"name":"ITypeComp","features":[358]},{"name":"ITypeInfo","features":[358]},{"name":"ITypeInfo2","features":[358]},{"name":"ITypeLib","features":[358]},{"name":"ITypeLib2","features":[358]},{"name":"ITypeLibRegistration","features":[358]},{"name":"ITypeLibRegistrationReader","features":[358]},{"name":"IUnknown","features":[358]},{"name":"IUri","features":[358]},{"name":"IUriBuilder","features":[358]},{"name":"IUrlMon","features":[358]},{"name":"IWaitMultiple","features":[358]},{"name":"IdleShutdown","features":[358]},{"name":"LOCKTYPE","features":[358]},{"name":"LOCK_EXCLUSIVE","features":[358]},{"name":"LOCK_ONLYONCE","features":[358]},{"name":"LOCK_WRITE","features":[358]},{"name":"LPEXCEPFINO_DEFERRED_FILLIN","features":[358]},{"name":"LPFNCANUNLOADNOW","features":[358]},{"name":"LPFNGETCLASSOBJECT","features":[358]},{"name":"LibraryApplication","features":[358]},{"name":"MARSHALINTERFACE_MIN","features":[358]},{"name":"MAXLSN","features":[358]},{"name":"MEMCTX","features":[358]},{"name":"MEMCTX_MACSYSTEM","features":[358]},{"name":"MEMCTX_SAME","features":[358]},{"name":"MEMCTX_SHARED","features":[358]},{"name":"MEMCTX_TASK","features":[358]},{"name":"MEMCTX_UNKNOWN","features":[358]},{"name":"MKRREDUCE","features":[358]},{"name":"MKRREDUCE_ALL","features":[358]},{"name":"MKRREDUCE_ONE","features":[358]},{"name":"MKRREDUCE_THROUGHUSER","features":[358]},{"name":"MKRREDUCE_TOUSER","features":[358]},{"name":"MKSYS","features":[358]},{"name":"MKSYS_ANTIMONIKER","features":[358]},{"name":"MKSYS_CLASSMONIKER","features":[358]},{"name":"MKSYS_FILEMONIKER","features":[358]},{"name":"MKSYS_GENERICCOMPOSITE","features":[358]},{"name":"MKSYS_ITEMMONIKER","features":[358]},{"name":"MKSYS_LUAMONIKER","features":[358]},{"name":"MKSYS_NONE","features":[358]},{"name":"MKSYS_OBJREFMONIKER","features":[358]},{"name":"MKSYS_POINTERMONIKER","features":[358]},{"name":"MKSYS_SESSIONMONIKER","features":[358]},{"name":"MSHCTX","features":[358]},{"name":"MSHCTX_CONTAINER","features":[358]},{"name":"MSHCTX_CROSSCTX","features":[358]},{"name":"MSHCTX_DIFFERENTMACHINE","features":[358]},{"name":"MSHCTX_INPROC","features":[358]},{"name":"MSHCTX_LOCAL","features":[358]},{"name":"MSHCTX_NOSHAREDMEM","features":[358]},{"name":"MSHLFLAGS","features":[358]},{"name":"MSHLFLAGS_NOPING","features":[358]},{"name":"MSHLFLAGS_NORMAL","features":[358]},{"name":"MSHLFLAGS_RESERVED1","features":[358]},{"name":"MSHLFLAGS_RESERVED2","features":[358]},{"name":"MSHLFLAGS_RESERVED3","features":[358]},{"name":"MSHLFLAGS_RESERVED4","features":[358]},{"name":"MSHLFLAGS_TABLESTRONG","features":[358]},{"name":"MSHLFLAGS_TABLEWEAK","features":[358]},{"name":"MULTI_QI","features":[358]},{"name":"MachineGlobalObjectTableRegistrationToken","features":[358]},{"name":"MkParseDisplayName","features":[358]},{"name":"MonikerCommonPrefixWith","features":[358]},{"name":"MonikerRelativePathTo","features":[305,358]},{"name":"PENDINGMSG","features":[358]},{"name":"PENDINGMSG_CANCELCALL","features":[358]},{"name":"PENDINGMSG_WAITDEFPROCESS","features":[358]},{"name":"PENDINGMSG_WAITNOPROCESS","features":[358]},{"name":"PENDINGTYPE","features":[358]},{"name":"PENDINGTYPE_NESTED","features":[358]},{"name":"PENDINGTYPE_TOPLEVEL","features":[358]},{"name":"PFNCONTEXTCALL","features":[358]},{"name":"ProgIDFromCLSID","features":[358]},{"name":"QUERYCONTEXT","features":[358]},{"name":"REGCLS","features":[358]},{"name":"REGCLS_AGILE","features":[358]},{"name":"REGCLS_MULTIPLEUSE","features":[358]},{"name":"REGCLS_MULTI_SEPARATE","features":[358]},{"name":"REGCLS_SINGLEUSE","features":[358]},{"name":"REGCLS_SURROGATE","features":[358]},{"name":"REGCLS_SUSPENDED","features":[358]},{"name":"ROTFLAGS_ALLOWANYCLIENT","features":[358]},{"name":"ROTFLAGS_REGISTRATIONKEEPSALIVE","features":[358]},{"name":"ROTREGFLAGS_ALLOWANYCLIENT","features":[358]},{"name":"ROT_FLAGS","features":[358]},{"name":"RPCOLEMESSAGE","features":[358]},{"name":"RPCOPT_PROPERTIES","features":[358]},{"name":"RPCOPT_SERVER_LOCALITY_VALUES","features":[358]},{"name":"RPC_C_AUTHN_LEVEL","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_CALL","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_CONNECT","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_DEFAULT","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_NONE","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_PKT","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_PKT_INTEGRITY","features":[358]},{"name":"RPC_C_AUTHN_LEVEL_PKT_PRIVACY","features":[358]},{"name":"RPC_C_IMP_LEVEL","features":[358]},{"name":"RPC_C_IMP_LEVEL_ANONYMOUS","features":[358]},{"name":"RPC_C_IMP_LEVEL_DEFAULT","features":[358]},{"name":"RPC_C_IMP_LEVEL_DELEGATE","features":[358]},{"name":"RPC_C_IMP_LEVEL_IDENTIFY","features":[358]},{"name":"RPC_C_IMP_LEVEL_IMPERSONATE","features":[358]},{"name":"RemSTGMEDIUM","features":[358]},{"name":"SAFEARRAY","features":[358]},{"name":"SAFEARRAYBOUND","features":[358]},{"name":"SChannelHookCallInfo","features":[358]},{"name":"SD_ACCESSPERMISSIONS","features":[358]},{"name":"SD_ACCESSRESTRICTIONS","features":[358]},{"name":"SD_LAUNCHPERMISSIONS","features":[358]},{"name":"SD_LAUNCHRESTRICTIONS","features":[358]},{"name":"SERVERCALL","features":[358]},{"name":"SERVERCALL_ISHANDLED","features":[358]},{"name":"SERVERCALL_REJECTED","features":[358]},{"name":"SERVERCALL_RETRYLATER","features":[358]},{"name":"SERVER_LOCALITY_MACHINE_LOCAL","features":[358]},{"name":"SERVER_LOCALITY_PROCESS_LOCAL","features":[358]},{"name":"SERVER_LOCALITY_REMOTE","features":[358]},{"name":"SOLE_AUTHENTICATION_INFO","features":[358]},{"name":"SOLE_AUTHENTICATION_LIST","features":[358]},{"name":"SOLE_AUTHENTICATION_SERVICE","features":[358]},{"name":"STATDATA","features":[358]},{"name":"STATFLAG","features":[358]},{"name":"STATFLAG_DEFAULT","features":[358]},{"name":"STATFLAG_NONAME","features":[358]},{"name":"STATFLAG_NOOPEN","features":[358]},{"name":"STATSTG","features":[305,358]},{"name":"STGC","features":[358]},{"name":"STGC_CONSOLIDATE","features":[358]},{"name":"STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE","features":[358]},{"name":"STGC_DEFAULT","features":[358]},{"name":"STGC_ONLYIFCURRENT","features":[358]},{"name":"STGC_OVERWRITE","features":[358]},{"name":"STGM","features":[358]},{"name":"STGMEDIUM","features":[305,317,392]},{"name":"STGM_CONVERT","features":[358]},{"name":"STGM_CREATE","features":[358]},{"name":"STGM_DELETEONRELEASE","features":[358]},{"name":"STGM_DIRECT","features":[358]},{"name":"STGM_DIRECT_SWMR","features":[358]},{"name":"STGM_FAILIFTHERE","features":[358]},{"name":"STGM_NOSCRATCH","features":[358]},{"name":"STGM_NOSNAPSHOT","features":[358]},{"name":"STGM_PRIORITY","features":[358]},{"name":"STGM_READ","features":[358]},{"name":"STGM_READWRITE","features":[358]},{"name":"STGM_SHARE_DENY_NONE","features":[358]},{"name":"STGM_SHARE_DENY_READ","features":[358]},{"name":"STGM_SHARE_DENY_WRITE","features":[358]},{"name":"STGM_SHARE_EXCLUSIVE","features":[358]},{"name":"STGM_SIMPLE","features":[358]},{"name":"STGM_TRANSACTED","features":[358]},{"name":"STGM_WRITE","features":[358]},{"name":"STGTY","features":[358]},{"name":"STGTY_LOCKBYTES","features":[358]},{"name":"STGTY_PROPERTY","features":[358]},{"name":"STGTY_REPEAT","features":[358]},{"name":"STGTY_STORAGE","features":[358]},{"name":"STGTY_STREAM","features":[358]},{"name":"STG_LAYOUT_INTERLEAVED","features":[358]},{"name":"STG_LAYOUT_SEQUENTIAL","features":[358]},{"name":"STG_TOEND","features":[358]},{"name":"STREAM_SEEK","features":[358]},{"name":"STREAM_SEEK_CUR","features":[358]},{"name":"STREAM_SEEK_END","features":[358]},{"name":"STREAM_SEEK_SET","features":[358]},{"name":"SYSKIND","features":[358]},{"name":"SYS_MAC","features":[358]},{"name":"SYS_WIN16","features":[358]},{"name":"SYS_WIN32","features":[358]},{"name":"SYS_WIN64","features":[358]},{"name":"ServerApplication","features":[358]},{"name":"SetErrorInfo","features":[358]},{"name":"ShutdownType","features":[358]},{"name":"StorageLayout","features":[358]},{"name":"StringFromCLSID","features":[358]},{"name":"StringFromGUID2","features":[358]},{"name":"StringFromIID","features":[358]},{"name":"THDTYPE","features":[358]},{"name":"THDTYPE_BLOCKMESSAGES","features":[358]},{"name":"THDTYPE_PROCESSMESSAGES","features":[358]},{"name":"TKIND_ALIAS","features":[358]},{"name":"TKIND_COCLASS","features":[358]},{"name":"TKIND_DISPATCH","features":[358]},{"name":"TKIND_ENUM","features":[358]},{"name":"TKIND_INTERFACE","features":[358]},{"name":"TKIND_MAX","features":[358]},{"name":"TKIND_MODULE","features":[358]},{"name":"TKIND_RECORD","features":[358]},{"name":"TKIND_UNION","features":[358]},{"name":"TLIBATTR","features":[358]},{"name":"TYMED","features":[358]},{"name":"TYMED_ENHMF","features":[358]},{"name":"TYMED_FILE","features":[358]},{"name":"TYMED_GDI","features":[358]},{"name":"TYMED_HGLOBAL","features":[358]},{"name":"TYMED_ISTORAGE","features":[358]},{"name":"TYMED_ISTREAM","features":[358]},{"name":"TYMED_MFPICT","features":[358]},{"name":"TYMED_NULL","features":[358]},{"name":"TYPEATTR","features":[358,359,360]},{"name":"TYPEDESC","features":[358,359,360]},{"name":"TYPEKIND","features":[358]},{"name":"TYSPEC","features":[358]},{"name":"TYSPEC_CLSID","features":[358]},{"name":"TYSPEC_FILEEXT","features":[358]},{"name":"TYSPEC_FILENAME","features":[358]},{"name":"TYSPEC_MIMETYPE","features":[358]},{"name":"TYSPEC_OBJECTID","features":[358]},{"name":"TYSPEC_PACKAGENAME","features":[358]},{"name":"TYSPEC_PROGID","features":[358]},{"name":"URI_CREATE_FLAGS","features":[358]},{"name":"Uri_CREATE_ALLOW_IMPLICIT_FILE_SCHEME","features":[358]},{"name":"Uri_CREATE_ALLOW_IMPLICIT_WILDCARD_SCHEME","features":[358]},{"name":"Uri_CREATE_ALLOW_RELATIVE","features":[358]},{"name":"Uri_CREATE_CANONICALIZE","features":[358]},{"name":"Uri_CREATE_CANONICALIZE_ABSOLUTE","features":[358]},{"name":"Uri_CREATE_CRACK_UNKNOWN_SCHEMES","features":[358]},{"name":"Uri_CREATE_DECODE_EXTRA_INFO","features":[358]},{"name":"Uri_CREATE_FILE_USE_DOS_PATH","features":[358]},{"name":"Uri_CREATE_IE_SETTINGS","features":[358]},{"name":"Uri_CREATE_NOFRAG","features":[358]},{"name":"Uri_CREATE_NORMALIZE_INTL_CHARACTERS","features":[358]},{"name":"Uri_CREATE_NO_CANONICALIZE","features":[358]},{"name":"Uri_CREATE_NO_CRACK_UNKNOWN_SCHEMES","features":[358]},{"name":"Uri_CREATE_NO_DECODE_EXTRA_INFO","features":[358]},{"name":"Uri_CREATE_NO_ENCODE_FORBIDDEN_CHARACTERS","features":[358]},{"name":"Uri_CREATE_NO_IE_SETTINGS","features":[358]},{"name":"Uri_CREATE_NO_PRE_PROCESS_HTML_URI","features":[358]},{"name":"Uri_CREATE_PRE_PROCESS_HTML_URI","features":[358]},{"name":"Uri_PROPERTY","features":[358]},{"name":"Uri_PROPERTY_ABSOLUTE_URI","features":[358]},{"name":"Uri_PROPERTY_AUTHORITY","features":[358]},{"name":"Uri_PROPERTY_DISPLAY_URI","features":[358]},{"name":"Uri_PROPERTY_DOMAIN","features":[358]},{"name":"Uri_PROPERTY_DWORD_LAST","features":[358]},{"name":"Uri_PROPERTY_DWORD_START","features":[358]},{"name":"Uri_PROPERTY_EXTENSION","features":[358]},{"name":"Uri_PROPERTY_FRAGMENT","features":[358]},{"name":"Uri_PROPERTY_HOST","features":[358]},{"name":"Uri_PROPERTY_HOST_TYPE","features":[358]},{"name":"Uri_PROPERTY_PASSWORD","features":[358]},{"name":"Uri_PROPERTY_PATH","features":[358]},{"name":"Uri_PROPERTY_PATH_AND_QUERY","features":[358]},{"name":"Uri_PROPERTY_PORT","features":[358]},{"name":"Uri_PROPERTY_QUERY","features":[358]},{"name":"Uri_PROPERTY_RAW_URI","features":[358]},{"name":"Uri_PROPERTY_SCHEME","features":[358]},{"name":"Uri_PROPERTY_SCHEME_NAME","features":[358]},{"name":"Uri_PROPERTY_STRING_LAST","features":[358]},{"name":"Uri_PROPERTY_STRING_START","features":[358]},{"name":"Uri_PROPERTY_USER_INFO","features":[358]},{"name":"Uri_PROPERTY_USER_NAME","features":[358]},{"name":"Uri_PROPERTY_ZONE","features":[358]},{"name":"VARDESC","features":[305,358,359,360]},{"name":"VARFLAGS","features":[358]},{"name":"VARFLAG_FBINDABLE","features":[358]},{"name":"VARFLAG_FDEFAULTBIND","features":[358]},{"name":"VARFLAG_FDEFAULTCOLLELEM","features":[358]},{"name":"VARFLAG_FDISPLAYBIND","features":[358]},{"name":"VARFLAG_FHIDDEN","features":[358]},{"name":"VARFLAG_FIMMEDIATEBIND","features":[358]},{"name":"VARFLAG_FNONBROWSABLE","features":[358]},{"name":"VARFLAG_FREADONLY","features":[358]},{"name":"VARFLAG_FREPLACEABLE","features":[358]},{"name":"VARFLAG_FREQUESTEDIT","features":[358]},{"name":"VARFLAG_FRESTRICTED","features":[358]},{"name":"VARFLAG_FSOURCE","features":[358]},{"name":"VARFLAG_FUIDEFAULT","features":[358]},{"name":"VARKIND","features":[358]},{"name":"VAR_CONST","features":[358]},{"name":"VAR_DISPATCH","features":[358]},{"name":"VAR_PERINSTANCE","features":[358]},{"name":"VAR_STATIC","features":[358]},{"name":"WORD_BLOB","features":[358]},{"name":"WORD_SIZEDARR","features":[358]},{"name":"uCLSSPEC","features":[358]},{"name":"userFLAG_STGMEDIUM","features":[317,358,341]},{"name":"userSTGMEDIUM","features":[317,358,341]}],"544":[{"name":"CALLFRAMEINFO","features":[305,536]},{"name":"CALLFRAMEPARAMINFO","features":[305,536]},{"name":"CALLFRAME_COPY","features":[536]},{"name":"CALLFRAME_COPY_INDEPENDENT","features":[536]},{"name":"CALLFRAME_COPY_NESTED","features":[536]},{"name":"CALLFRAME_FREE","features":[536]},{"name":"CALLFRAME_FREE_ALL","features":[536]},{"name":"CALLFRAME_FREE_IN","features":[536]},{"name":"CALLFRAME_FREE_INOUT","features":[536]},{"name":"CALLFRAME_FREE_NONE","features":[536]},{"name":"CALLFRAME_FREE_OUT","features":[536]},{"name":"CALLFRAME_FREE_TOP_INOUT","features":[536]},{"name":"CALLFRAME_FREE_TOP_OUT","features":[536]},{"name":"CALLFRAME_MARSHALCONTEXT","features":[305,536]},{"name":"CALLFRAME_NULL","features":[536]},{"name":"CALLFRAME_NULL_ALL","features":[536]},{"name":"CALLFRAME_NULL_INOUT","features":[536]},{"name":"CALLFRAME_NULL_NONE","features":[536]},{"name":"CALLFRAME_NULL_OUT","features":[536]},{"name":"CALLFRAME_WALK","features":[536]},{"name":"CALLFRAME_WALK_IN","features":[536]},{"name":"CALLFRAME_WALK_INOUT","features":[536]},{"name":"CALLFRAME_WALK_OUT","features":[536]},{"name":"CoGetInterceptor","features":[536]},{"name":"CoGetInterceptorFromTypeInfo","features":[536]},{"name":"ICallFrame","features":[536]},{"name":"ICallFrameEvents","features":[536]},{"name":"ICallFrameWalker","features":[536]},{"name":"ICallIndirect","features":[536]},{"name":"ICallInterceptor","features":[536]},{"name":"ICallUnmarshal","features":[536]},{"name":"IInterfaceRelated","features":[536]}],"545":[{"name":"IChannelCredentials","features":[537]}],"546":[{"name":"CEventClass","features":[538]},{"name":"CEventPublisher","features":[538]},{"name":"CEventSubscription","features":[538]},{"name":"CEventSystem","features":[538]},{"name":"COMEVENTSYSCHANGEINFO","features":[538]},{"name":"EOC_ChangeType","features":[538]},{"name":"EOC_DeletedObject","features":[538]},{"name":"EOC_ModifiedObject","features":[538]},{"name":"EOC_NewObject","features":[538]},{"name":"EventObjectChange","features":[538]},{"name":"EventObjectChange2","features":[538]},{"name":"IDontSupportEventSubscription","features":[538]},{"name":"IEnumEventObject","features":[538]},{"name":"IEventClass","features":[538]},{"name":"IEventClass2","features":[538]},{"name":"IEventControl","features":[538]},{"name":"IEventObjectChange","features":[538]},{"name":"IEventObjectChange2","features":[538]},{"name":"IEventObjectCollection","features":[538]},{"name":"IEventProperty","features":[538]},{"name":"IEventPublisher","features":[538]},{"name":"IEventSubscription","features":[538]},{"name":"IEventSystem","features":[538]},{"name":"IFiringControl","features":[538]},{"name":"IMultiInterfaceEventControl","features":[538]},{"name":"IMultiInterfacePublisherFilter","features":[538]},{"name":"IPublisherFilter","features":[538]}],"547":[{"name":"BSTR_UserFree","features":[539]},{"name":"BSTR_UserFree64","features":[539]},{"name":"BSTR_UserMarshal","features":[539]},{"name":"BSTR_UserMarshal64","features":[539]},{"name":"BSTR_UserSize","features":[539]},{"name":"BSTR_UserSize64","features":[539]},{"name":"BSTR_UserUnmarshal","features":[539]},{"name":"BSTR_UserUnmarshal64","features":[539]},{"name":"CLIPFORMAT_UserFree","features":[539]},{"name":"CLIPFORMAT_UserFree64","features":[539]},{"name":"CLIPFORMAT_UserMarshal","features":[539]},{"name":"CLIPFORMAT_UserMarshal64","features":[539]},{"name":"CLIPFORMAT_UserSize","features":[539]},{"name":"CLIPFORMAT_UserSize64","features":[539]},{"name":"CLIPFORMAT_UserUnmarshal","features":[539]},{"name":"CLIPFORMAT_UserUnmarshal64","features":[539]},{"name":"CoGetMarshalSizeMax","features":[539]},{"name":"CoGetStandardMarshal","features":[539]},{"name":"CoGetStdMarshalEx","features":[539]},{"name":"CoMarshalHresult","features":[539]},{"name":"CoMarshalInterThreadInterfaceInStream","features":[539]},{"name":"CoMarshalInterface","features":[539]},{"name":"CoReleaseMarshalData","features":[539]},{"name":"CoUnmarshalHresult","features":[539]},{"name":"CoUnmarshalInterface","features":[539]},{"name":"HACCEL_UserFree","features":[539,374]},{"name":"HACCEL_UserFree64","features":[539,374]},{"name":"HACCEL_UserMarshal","features":[539,374]},{"name":"HACCEL_UserMarshal64","features":[539,374]},{"name":"HACCEL_UserSize","features":[539,374]},{"name":"HACCEL_UserSize64","features":[539,374]},{"name":"HACCEL_UserUnmarshal","features":[539,374]},{"name":"HACCEL_UserUnmarshal64","features":[539,374]},{"name":"HBITMAP_UserFree","features":[317,539]},{"name":"HBITMAP_UserFree64","features":[317,539]},{"name":"HBITMAP_UserMarshal","features":[317,539]},{"name":"HBITMAP_UserMarshal64","features":[317,539]},{"name":"HBITMAP_UserSize","features":[317,539]},{"name":"HBITMAP_UserSize64","features":[317,539]},{"name":"HBITMAP_UserUnmarshal","features":[317,539]},{"name":"HBITMAP_UserUnmarshal64","features":[317,539]},{"name":"HDC_UserFree","features":[317,539]},{"name":"HDC_UserFree64","features":[317,539]},{"name":"HDC_UserMarshal","features":[317,539]},{"name":"HDC_UserMarshal64","features":[317,539]},{"name":"HDC_UserSize","features":[317,539]},{"name":"HDC_UserSize64","features":[317,539]},{"name":"HDC_UserUnmarshal","features":[317,539]},{"name":"HDC_UserUnmarshal64","features":[317,539]},{"name":"HGLOBAL_UserFree","features":[305,539]},{"name":"HGLOBAL_UserFree64","features":[305,539]},{"name":"HGLOBAL_UserMarshal","features":[305,539]},{"name":"HGLOBAL_UserMarshal64","features":[305,539]},{"name":"HGLOBAL_UserSize","features":[305,539]},{"name":"HGLOBAL_UserSize64","features":[305,539]},{"name":"HGLOBAL_UserUnmarshal","features":[305,539]},{"name":"HGLOBAL_UserUnmarshal64","features":[305,539]},{"name":"HICON_UserFree","features":[539,374]},{"name":"HICON_UserFree64","features":[539,374]},{"name":"HICON_UserMarshal","features":[539,374]},{"name":"HICON_UserMarshal64","features":[539,374]},{"name":"HICON_UserSize","features":[539,374]},{"name":"HICON_UserSize64","features":[539,374]},{"name":"HICON_UserUnmarshal","features":[539,374]},{"name":"HICON_UserUnmarshal64","features":[539,374]},{"name":"HMENU_UserFree","features":[539,374]},{"name":"HMENU_UserFree64","features":[539,374]},{"name":"HMENU_UserMarshal","features":[539,374]},{"name":"HMENU_UserMarshal64","features":[539,374]},{"name":"HMENU_UserSize","features":[539,374]},{"name":"HMENU_UserSize64","features":[539,374]},{"name":"HMENU_UserUnmarshal","features":[539,374]},{"name":"HMENU_UserUnmarshal64","features":[539,374]},{"name":"HPALETTE_UserFree","features":[317,539]},{"name":"HPALETTE_UserFree64","features":[317,539]},{"name":"HPALETTE_UserMarshal","features":[317,539]},{"name":"HPALETTE_UserMarshal64","features":[317,539]},{"name":"HPALETTE_UserSize","features":[317,539]},{"name":"HPALETTE_UserSize64","features":[317,539]},{"name":"HPALETTE_UserUnmarshal","features":[317,539]},{"name":"HPALETTE_UserUnmarshal64","features":[317,539]},{"name":"HWND_UserFree","features":[305,539]},{"name":"HWND_UserFree64","features":[305,539]},{"name":"HWND_UserMarshal","features":[305,539]},{"name":"HWND_UserMarshal64","features":[305,539]},{"name":"HWND_UserSize","features":[305,539]},{"name":"HWND_UserSize64","features":[305,539]},{"name":"HWND_UserUnmarshal","features":[305,539]},{"name":"HWND_UserUnmarshal64","features":[305,539]},{"name":"IMarshal","features":[539]},{"name":"IMarshal2","features":[539]},{"name":"IMarshalingStream","features":[539]},{"name":"LPSAFEARRAY_UserFree","features":[539]},{"name":"LPSAFEARRAY_UserFree64","features":[539]},{"name":"LPSAFEARRAY_UserMarshal","features":[539]},{"name":"LPSAFEARRAY_UserMarshal64","features":[539]},{"name":"LPSAFEARRAY_UserSize","features":[539]},{"name":"LPSAFEARRAY_UserSize64","features":[539]},{"name":"LPSAFEARRAY_UserUnmarshal","features":[539]},{"name":"LPSAFEARRAY_UserUnmarshal64","features":[539]},{"name":"SMEXF_HANDLER","features":[539]},{"name":"SMEXF_SERVER","features":[539]},{"name":"SNB_UserFree","features":[539]},{"name":"SNB_UserFree64","features":[539]},{"name":"SNB_UserMarshal","features":[539]},{"name":"SNB_UserMarshal64","features":[539]},{"name":"SNB_UserSize","features":[539]},{"name":"SNB_UserSize64","features":[539]},{"name":"SNB_UserUnmarshal","features":[539]},{"name":"SNB_UserUnmarshal64","features":[539]},{"name":"STDMSHLFLAGS","features":[539]},{"name":"STGMEDIUM_UserFree","features":[305,317,539,392]},{"name":"STGMEDIUM_UserFree64","features":[305,317,539,392]},{"name":"STGMEDIUM_UserMarshal","features":[305,317,539,392]},{"name":"STGMEDIUM_UserMarshal64","features":[305,317,539,392]},{"name":"STGMEDIUM_UserSize","features":[305,317,539,392]},{"name":"STGMEDIUM_UserSize64","features":[305,317,539,392]},{"name":"STGMEDIUM_UserUnmarshal","features":[305,317,539,392]},{"name":"STGMEDIUM_UserUnmarshal64","features":[305,317,539,392]}],"548":[{"name":"BSTRBLOB","features":[392]},{"name":"CABOOL","features":[305,392]},{"name":"CABSTR","features":[392]},{"name":"CABSTRBLOB","features":[392]},{"name":"CAC","features":[392]},{"name":"CACLIPDATA","features":[392]},{"name":"CACLSID","features":[392]},{"name":"CACY","features":[392]},{"name":"CADATE","features":[392]},{"name":"CADBL","features":[392]},{"name":"CAFILETIME","features":[305,392]},{"name":"CAFLT","features":[392]},{"name":"CAH","features":[392]},{"name":"CAI","features":[392]},{"name":"CAL","features":[392]},{"name":"CALPSTR","features":[392]},{"name":"CALPWSTR","features":[392]},{"name":"CAPROPVARIANT","features":[305,392,360]},{"name":"CASCODE","features":[392]},{"name":"CAUB","features":[392]},{"name":"CAUH","features":[392]},{"name":"CAUI","features":[392]},{"name":"CAUL","features":[392]},{"name":"CCH_MAX_PROPSTG_NAME","features":[392]},{"name":"CLIPDATA","features":[392]},{"name":"CWCSTORAGENAME","features":[392]},{"name":"ClearPropVariantArray","features":[305,392,360]},{"name":"CoGetInstanceFromFile","features":[392]},{"name":"CoGetInstanceFromIStorage","features":[392]},{"name":"CoGetInterfaceAndReleaseStream","features":[392]},{"name":"CreateILockBytesOnHGlobal","features":[305,392]},{"name":"CreateStreamOnHGlobal","features":[305,392]},{"name":"FmtIdToPropStgName","features":[392]},{"name":"FreePropVariantArray","features":[305,392,360]},{"name":"GetConvertStg","features":[392]},{"name":"GetHGlobalFromILockBytes","features":[305,392]},{"name":"GetHGlobalFromStream","features":[305,392]},{"name":"IDirectWriterLock","features":[392]},{"name":"IEnumSTATPROPSETSTG","features":[392]},{"name":"IEnumSTATPROPSTG","features":[392]},{"name":"IEnumSTATSTG","features":[392]},{"name":"IFillLockBytes","features":[392]},{"name":"ILayoutStorage","features":[392]},{"name":"ILockBytes","features":[392]},{"name":"IMemoryAllocator","features":[392]},{"name":"IPersistStorage","features":[392]},{"name":"IPropertyBag","features":[392]},{"name":"IPropertyBag2","features":[392]},{"name":"IPropertySetStorage","features":[392]},{"name":"IPropertyStorage","features":[392]},{"name":"IRootStorage","features":[392]},{"name":"IStorage","features":[392]},{"name":"InitPropVariantFromBooleanVector","features":[305,392,360]},{"name":"InitPropVariantFromBuffer","features":[305,392,360]},{"name":"InitPropVariantFromCLSID","features":[305,392,360]},{"name":"InitPropVariantFromDoubleVector","features":[305,392,360]},{"name":"InitPropVariantFromFileTime","features":[305,392,360]},{"name":"InitPropVariantFromFileTimeVector","features":[305,392,360]},{"name":"InitPropVariantFromGUIDAsString","features":[305,392,360]},{"name":"InitPropVariantFromInt16Vector","features":[305,392,360]},{"name":"InitPropVariantFromInt32Vector","features":[305,392,360]},{"name":"InitPropVariantFromInt64Vector","features":[305,392,360]},{"name":"InitPropVariantFromPropVariantVectorElem","features":[305,392,360]},{"name":"InitPropVariantFromResource","features":[305,392,360]},{"name":"InitPropVariantFromStringAsVector","features":[305,392,360]},{"name":"InitPropVariantFromStringVector","features":[305,392,360]},{"name":"InitPropVariantFromUInt16Vector","features":[305,392,360]},{"name":"InitPropVariantFromUInt32Vector","features":[305,392,360]},{"name":"InitPropVariantFromUInt64Vector","features":[305,392,360]},{"name":"InitPropVariantVectorFromPropVariant","features":[305,392,360]},{"name":"OLESTREAM","features":[392]},{"name":"OLESTREAMVTBL","features":[392]},{"name":"OleConvertIStorageToOLESTREAM","features":[392]},{"name":"OleConvertIStorageToOLESTREAMEx","features":[305,317,392]},{"name":"OleConvertOLESTREAMToIStorage","features":[392]},{"name":"OleConvertOLESTREAMToIStorageEx","features":[305,317,392]},{"name":"PIDDI_THUMBNAIL","features":[392]},{"name":"PIDDSI_BYTECOUNT","features":[392]},{"name":"PIDDSI_CATEGORY","features":[392]},{"name":"PIDDSI_COMPANY","features":[392]},{"name":"PIDDSI_DOCPARTS","features":[392]},{"name":"PIDDSI_HEADINGPAIR","features":[392]},{"name":"PIDDSI_HIDDENCOUNT","features":[392]},{"name":"PIDDSI_LINECOUNT","features":[392]},{"name":"PIDDSI_LINKSDIRTY","features":[392]},{"name":"PIDDSI_MANAGER","features":[392]},{"name":"PIDDSI_MMCLIPCOUNT","features":[392]},{"name":"PIDDSI_NOTECOUNT","features":[392]},{"name":"PIDDSI_PARCOUNT","features":[392]},{"name":"PIDDSI_PRESFORMAT","features":[392]},{"name":"PIDDSI_SCALE","features":[392]},{"name":"PIDDSI_SLIDECOUNT","features":[392]},{"name":"PIDMSI_COPYRIGHT","features":[392]},{"name":"PIDMSI_EDITOR","features":[392]},{"name":"PIDMSI_OWNER","features":[392]},{"name":"PIDMSI_PRODUCTION","features":[392]},{"name":"PIDMSI_PROJECT","features":[392]},{"name":"PIDMSI_RATING","features":[392]},{"name":"PIDMSI_SEQUENCE_NO","features":[392]},{"name":"PIDMSI_SOURCE","features":[392]},{"name":"PIDMSI_STATUS","features":[392]},{"name":"PIDMSI_STATUS_DRAFT","features":[392]},{"name":"PIDMSI_STATUS_EDIT","features":[392]},{"name":"PIDMSI_STATUS_FINAL","features":[392]},{"name":"PIDMSI_STATUS_INPROGRESS","features":[392]},{"name":"PIDMSI_STATUS_NEW","features":[392]},{"name":"PIDMSI_STATUS_NORMAL","features":[392]},{"name":"PIDMSI_STATUS_OTHER","features":[392]},{"name":"PIDMSI_STATUS_PRELIM","features":[392]},{"name":"PIDMSI_STATUS_PROOF","features":[392]},{"name":"PIDMSI_STATUS_REVIEW","features":[392]},{"name":"PIDMSI_STATUS_VALUE","features":[392]},{"name":"PIDMSI_SUPPLIER","features":[392]},{"name":"PIDSI_APPNAME","features":[392]},{"name":"PIDSI_AUTHOR","features":[392]},{"name":"PIDSI_CHARCOUNT","features":[392]},{"name":"PIDSI_COMMENTS","features":[392]},{"name":"PIDSI_CREATE_DTM","features":[392]},{"name":"PIDSI_DOC_SECURITY","features":[392]},{"name":"PIDSI_EDITTIME","features":[392]},{"name":"PIDSI_KEYWORDS","features":[392]},{"name":"PIDSI_LASTAUTHOR","features":[392]},{"name":"PIDSI_LASTPRINTED","features":[392]},{"name":"PIDSI_LASTSAVE_DTM","features":[392]},{"name":"PIDSI_PAGECOUNT","features":[392]},{"name":"PIDSI_REVNUMBER","features":[392]},{"name":"PIDSI_SUBJECT","features":[392]},{"name":"PIDSI_TEMPLATE","features":[392]},{"name":"PIDSI_THUMBNAIL","features":[392]},{"name":"PIDSI_TITLE","features":[392]},{"name":"PIDSI_WORDCOUNT","features":[392]},{"name":"PID_BEHAVIOR","features":[392]},{"name":"PID_CODEPAGE","features":[392]},{"name":"PID_DICTIONARY","features":[392]},{"name":"PID_FIRST_NAME_DEFAULT","features":[392]},{"name":"PID_FIRST_USABLE","features":[392]},{"name":"PID_ILLEGAL","features":[392]},{"name":"PID_LOCALE","features":[392]},{"name":"PID_MAX_READONLY","features":[392]},{"name":"PID_MIN_READONLY","features":[392]},{"name":"PID_MODIFY_TIME","features":[392]},{"name":"PID_SECURITY","features":[392]},{"name":"PROPBAG2","features":[392,360]},{"name":"PROPSETFLAG_ANSI","features":[392]},{"name":"PROPSETFLAG_CASE_SENSITIVE","features":[392]},{"name":"PROPSETFLAG_DEFAULT","features":[392]},{"name":"PROPSETFLAG_NONSIMPLE","features":[392]},{"name":"PROPSETFLAG_UNBUFFERED","features":[392]},{"name":"PROPSETHDR_OSVERSION_UNKNOWN","features":[392]},{"name":"PROPSET_BEHAVIOR_CASE_SENSITIVE","features":[392]},{"name":"PROPSPEC","features":[392]},{"name":"PROPSPEC_KIND","features":[392]},{"name":"PROPVARIANT","features":[305,392,360]},{"name":"PROPVAR_CHANGE_FLAGS","features":[392]},{"name":"PROPVAR_COMPARE_FLAGS","features":[392]},{"name":"PROPVAR_COMPARE_UNIT","features":[392]},{"name":"PRSPEC_INVALID","features":[392]},{"name":"PRSPEC_LPWSTR","features":[392]},{"name":"PRSPEC_PROPID","features":[392]},{"name":"PVCF_DEFAULT","features":[392]},{"name":"PVCF_DIGITSASNUMBERS_CASESENSITIVE","features":[392]},{"name":"PVCF_TREATEMPTYASGREATERTHAN","features":[392]},{"name":"PVCF_USESTRCMP","features":[392]},{"name":"PVCF_USESTRCMPC","features":[392]},{"name":"PVCF_USESTRCMPI","features":[392]},{"name":"PVCF_USESTRCMPIC","features":[392]},{"name":"PVCHF_ALPHABOOL","features":[392]},{"name":"PVCHF_DEFAULT","features":[392]},{"name":"PVCHF_LOCALBOOL","features":[392]},{"name":"PVCHF_NOHEXSTRING","features":[392]},{"name":"PVCHF_NOUSEROVERRIDE","features":[392]},{"name":"PVCHF_NOVALUEPROP","features":[392]},{"name":"PVCU_DAY","features":[392]},{"name":"PVCU_DEFAULT","features":[392]},{"name":"PVCU_HOUR","features":[392]},{"name":"PVCU_MINUTE","features":[392]},{"name":"PVCU_MONTH","features":[392]},{"name":"PVCU_SECOND","features":[392]},{"name":"PVCU_YEAR","features":[392]},{"name":"PropStgNameToFmtId","features":[392]},{"name":"PropVariantChangeType","features":[305,392,360]},{"name":"PropVariantClear","features":[305,392,360]},{"name":"PropVariantCompareEx","features":[305,392,360]},{"name":"PropVariantCopy","features":[305,392,360]},{"name":"PropVariantGetBooleanElem","features":[305,392,360]},{"name":"PropVariantGetDoubleElem","features":[305,392,360]},{"name":"PropVariantGetElementCount","features":[305,392,360]},{"name":"PropVariantGetFileTimeElem","features":[305,392,360]},{"name":"PropVariantGetInt16Elem","features":[305,392,360]},{"name":"PropVariantGetInt32Elem","features":[305,392,360]},{"name":"PropVariantGetInt64Elem","features":[305,392,360]},{"name":"PropVariantGetStringElem","features":[305,392,360]},{"name":"PropVariantGetUInt16Elem","features":[305,392,360]},{"name":"PropVariantGetUInt32Elem","features":[305,392,360]},{"name":"PropVariantGetUInt64Elem","features":[305,392,360]},{"name":"PropVariantToBSTR","features":[305,392,360]},{"name":"PropVariantToBoolean","features":[305,392,360]},{"name":"PropVariantToBooleanVector","features":[305,392,360]},{"name":"PropVariantToBooleanVectorAlloc","features":[305,392,360]},{"name":"PropVariantToBooleanWithDefault","features":[305,392,360]},{"name":"PropVariantToBuffer","features":[305,392,360]},{"name":"PropVariantToDouble","features":[305,392,360]},{"name":"PropVariantToDoubleVector","features":[305,392,360]},{"name":"PropVariantToDoubleVectorAlloc","features":[305,392,360]},{"name":"PropVariantToDoubleWithDefault","features":[305,392,360]},{"name":"PropVariantToFileTime","features":[305,392,360]},{"name":"PropVariantToFileTimeVector","features":[305,392,360]},{"name":"PropVariantToFileTimeVectorAlloc","features":[305,392,360]},{"name":"PropVariantToGUID","features":[305,392,360]},{"name":"PropVariantToInt16","features":[305,392,360]},{"name":"PropVariantToInt16Vector","features":[305,392,360]},{"name":"PropVariantToInt16VectorAlloc","features":[305,392,360]},{"name":"PropVariantToInt16WithDefault","features":[305,392,360]},{"name":"PropVariantToInt32","features":[305,392,360]},{"name":"PropVariantToInt32Vector","features":[305,392,360]},{"name":"PropVariantToInt32VectorAlloc","features":[305,392,360]},{"name":"PropVariantToInt32WithDefault","features":[305,392,360]},{"name":"PropVariantToInt64","features":[305,392,360]},{"name":"PropVariantToInt64Vector","features":[305,392,360]},{"name":"PropVariantToInt64VectorAlloc","features":[305,392,360]},{"name":"PropVariantToInt64WithDefault","features":[305,392,360]},{"name":"PropVariantToString","features":[305,392,360]},{"name":"PropVariantToStringAlloc","features":[305,392,360]},{"name":"PropVariantToStringVector","features":[305,392,360]},{"name":"PropVariantToStringVectorAlloc","features":[305,392,360]},{"name":"PropVariantToStringWithDefault","features":[305,392,360]},{"name":"PropVariantToUInt16","features":[305,392,360]},{"name":"PropVariantToUInt16Vector","features":[305,392,360]},{"name":"PropVariantToUInt16VectorAlloc","features":[305,392,360]},{"name":"PropVariantToUInt16WithDefault","features":[305,392,360]},{"name":"PropVariantToUInt32","features":[305,392,360]},{"name":"PropVariantToUInt32Vector","features":[305,392,360]},{"name":"PropVariantToUInt32VectorAlloc","features":[305,392,360]},{"name":"PropVariantToUInt32WithDefault","features":[305,392,360]},{"name":"PropVariantToUInt64","features":[305,392,360]},{"name":"PropVariantToUInt64Vector","features":[305,392,360]},{"name":"PropVariantToUInt64VectorAlloc","features":[305,392,360]},{"name":"PropVariantToUInt64WithDefault","features":[305,392,360]},{"name":"PropVariantToVariant","features":[305,392,359,360]},{"name":"PropVariantToWinRTPropertyValue","features":[305,392,360]},{"name":"ReadClassStg","features":[392]},{"name":"ReadClassStm","features":[392]},{"name":"ReadFmtUserTypeStg","features":[392]},{"name":"RemSNB","features":[392]},{"name":"SERIALIZEDPROPERTYVALUE","features":[392]},{"name":"STATPROPSETSTG","features":[305,392]},{"name":"STATPROPSTG","features":[392,360]},{"name":"STGFMT","features":[392]},{"name":"STGFMT_ANY","features":[392]},{"name":"STGFMT_DOCFILE","features":[392]},{"name":"STGFMT_DOCUMENT","features":[392]},{"name":"STGFMT_FILE","features":[392]},{"name":"STGFMT_NATIVE","features":[392]},{"name":"STGFMT_STORAGE","features":[392]},{"name":"STGMOVE","features":[392]},{"name":"STGMOVE_COPY","features":[392]},{"name":"STGMOVE_MOVE","features":[392]},{"name":"STGMOVE_SHALLOWCOPY","features":[392]},{"name":"STGOPTIONS","features":[392]},{"name":"STGOPTIONS_VERSION","features":[392]},{"name":"SetConvertStg","features":[305,392]},{"name":"StgConvertPropertyToVariant","features":[305,392,360]},{"name":"StgConvertVariantToProperty","features":[305,392,360]},{"name":"StgCreateDocfile","features":[392]},{"name":"StgCreateDocfileOnILockBytes","features":[392]},{"name":"StgCreatePropSetStg","features":[392]},{"name":"StgCreatePropStg","features":[392]},{"name":"StgCreateStorageEx","features":[309,392]},{"name":"StgDeserializePropVariant","features":[305,392,360]},{"name":"StgGetIFillLockBytesOnFile","features":[392]},{"name":"StgGetIFillLockBytesOnILockBytes","features":[392]},{"name":"StgIsStorageFile","features":[392]},{"name":"StgIsStorageILockBytes","features":[392]},{"name":"StgOpenAsyncDocfileOnIFillLockBytes","features":[392]},{"name":"StgOpenLayoutDocfile","features":[392]},{"name":"StgOpenPropStg","features":[392]},{"name":"StgOpenStorage","features":[392]},{"name":"StgOpenStorageEx","features":[309,392]},{"name":"StgOpenStorageOnILockBytes","features":[392]},{"name":"StgPropertyLengthAsVariant","features":[392]},{"name":"StgSerializePropVariant","features":[305,392,360]},{"name":"StgSetTimes","features":[305,392]},{"name":"VERSIONEDSTREAM","features":[392]},{"name":"VariantToPropVariant","features":[305,392,359,360]},{"name":"WinRTPropertyValueToPropVariant","features":[305,392,360]},{"name":"WriteClassStg","features":[392]},{"name":"WriteClassStm","features":[392]},{"name":"WriteFmtUserTypeStg","features":[392]}],"549":[{"name":"IDummyHICONIncluder","features":[540]},{"name":"IThumbnailExtractor","features":[540]}],"550":[{"name":"AUTHENTICATEF","features":[541]},{"name":"AUTHENTICATEF_BASIC","features":[541]},{"name":"AUTHENTICATEF_HTTP","features":[541]},{"name":"AUTHENTICATEF_PROXY","features":[541]},{"name":"BINDF","features":[541]},{"name":"BINDF2","features":[541]},{"name":"BINDF2_ALLOW_PROXY_CRED_PROMPT","features":[541]},{"name":"BINDF2_DISABLEAUTOCOOKIEHANDLING","features":[541]},{"name":"BINDF2_DISABLEBASICOVERHTTP","features":[541]},{"name":"BINDF2_DISABLE_HTTP_REDIRECT_CACHING","features":[541]},{"name":"BINDF2_DISABLE_HTTP_REDIRECT_XSECURITYID","features":[541]},{"name":"BINDF2_KEEP_CALLBACK_MODULE_LOADED","features":[541]},{"name":"BINDF2_READ_DATA_GREATER_THAN_4GB","features":[541]},{"name":"BINDF2_RESERVED_1","features":[541]},{"name":"BINDF2_RESERVED_10","features":[541]},{"name":"BINDF2_RESERVED_11","features":[541]},{"name":"BINDF2_RESERVED_12","features":[541]},{"name":"BINDF2_RESERVED_13","features":[541]},{"name":"BINDF2_RESERVED_14","features":[541]},{"name":"BINDF2_RESERVED_15","features":[541]},{"name":"BINDF2_RESERVED_16","features":[541]},{"name":"BINDF2_RESERVED_17","features":[541]},{"name":"BINDF2_RESERVED_2","features":[541]},{"name":"BINDF2_RESERVED_3","features":[541]},{"name":"BINDF2_RESERVED_4","features":[541]},{"name":"BINDF2_RESERVED_5","features":[541]},{"name":"BINDF2_RESERVED_6","features":[541]},{"name":"BINDF2_RESERVED_7","features":[541]},{"name":"BINDF2_RESERVED_8","features":[541]},{"name":"BINDF2_RESERVED_9","features":[541]},{"name":"BINDF2_RESERVED_A","features":[541]},{"name":"BINDF2_RESERVED_B","features":[541]},{"name":"BINDF2_RESERVED_C","features":[541]},{"name":"BINDF2_RESERVED_D","features":[541]},{"name":"BINDF2_RESERVED_E","features":[541]},{"name":"BINDF2_RESERVED_F","features":[541]},{"name":"BINDF2_SETDOWNLOADMODE","features":[541]},{"name":"BINDF_ASYNCHRONOUS","features":[541]},{"name":"BINDF_ASYNCSTORAGE","features":[541]},{"name":"BINDF_DIRECT_READ","features":[541]},{"name":"BINDF_ENFORCERESTRICTED","features":[541]},{"name":"BINDF_FORMS_SUBMIT","features":[541]},{"name":"BINDF_FREE_THREADED","features":[541]},{"name":"BINDF_FROMURLMON","features":[541]},{"name":"BINDF_FWD_BACK","features":[541]},{"name":"BINDF_GETCLASSOBJECT","features":[541]},{"name":"BINDF_GETFROMCACHE_IF_NET_FAIL","features":[541]},{"name":"BINDF_GETNEWESTVERSION","features":[541]},{"name":"BINDF_HYPERLINK","features":[541]},{"name":"BINDF_IGNORESECURITYPROBLEM","features":[541]},{"name":"BINDF_NEEDFILE","features":[541]},{"name":"BINDF_NOPROGRESSIVERENDERING","features":[541]},{"name":"BINDF_NOWRITECACHE","features":[541]},{"name":"BINDF_NO_UI","features":[541]},{"name":"BINDF_OFFLINEOPERATION","features":[541]},{"name":"BINDF_PRAGMA_NO_CACHE","features":[541]},{"name":"BINDF_PREFERDEFAULTHANDLER","features":[541]},{"name":"BINDF_PULLDATA","features":[541]},{"name":"BINDF_RESERVED_1","features":[541]},{"name":"BINDF_RESERVED_2","features":[541]},{"name":"BINDF_RESERVED_3","features":[541]},{"name":"BINDF_RESERVED_4","features":[541]},{"name":"BINDF_RESERVED_5","features":[541]},{"name":"BINDF_RESERVED_6","features":[541]},{"name":"BINDF_RESERVED_7","features":[541]},{"name":"BINDF_RESERVED_8","features":[541]},{"name":"BINDF_RESYNCHRONIZE","features":[541]},{"name":"BINDF_SILENTOPERATION","features":[541]},{"name":"BINDHANDLETYPES","features":[541]},{"name":"BINDHANDLETYPES_APPCACHE","features":[541]},{"name":"BINDHANDLETYPES_COUNT","features":[541]},{"name":"BINDHANDLETYPES_DEPENDENCY","features":[541]},{"name":"BINDINFO_OPTIONS","features":[541]},{"name":"BINDINFO_OPTIONS_ALLOWCONNECTDATA","features":[541]},{"name":"BINDINFO_OPTIONS_BINDTOOBJECT","features":[541]},{"name":"BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS","features":[541]},{"name":"BINDINFO_OPTIONS_DISABLE_UTF8","features":[541]},{"name":"BINDINFO_OPTIONS_ENABLE_UTF8","features":[541]},{"name":"BINDINFO_OPTIONS_IGNOREHTTPHTTPSREDIRECTS","features":[541]},{"name":"BINDINFO_OPTIONS_IGNOREMIMETEXTPLAIN","features":[541]},{"name":"BINDINFO_OPTIONS_IGNORE_SSLERRORS_ONCE","features":[541]},{"name":"BINDINFO_OPTIONS_SECURITYOPTOUT","features":[541]},{"name":"BINDINFO_OPTIONS_SHDOCVW_NAVIGATE","features":[541]},{"name":"BINDINFO_OPTIONS_USEBINDSTRINGCREDS","features":[541]},{"name":"BINDINFO_OPTIONS_USE_IE_ENCODING","features":[541]},{"name":"BINDINFO_OPTIONS_WININETFLAG","features":[541]},{"name":"BINDINFO_WPC_DOWNLOADBLOCKED","features":[541]},{"name":"BINDINFO_WPC_LOGGING_ENABLED","features":[541]},{"name":"BINDSTATUS","features":[541]},{"name":"BINDSTATUS_64BIT_PROGRESS","features":[541]},{"name":"BINDSTATUS_ACCEPTRANGES","features":[541]},{"name":"BINDSTATUS_BEGINDOWNLOADCOMPONENTS","features":[541]},{"name":"BINDSTATUS_BEGINDOWNLOADDATA","features":[541]},{"name":"BINDSTATUS_BEGINSYNCOPERATION","features":[541]},{"name":"BINDSTATUS_BEGINUPLOADDATA","features":[541]},{"name":"BINDSTATUS_CACHECONTROL","features":[541]},{"name":"BINDSTATUS_CACHEFILENAMEAVAILABLE","features":[541]},{"name":"BINDSTATUS_CLASSIDAVAILABLE","features":[541]},{"name":"BINDSTATUS_CLASSINSTALLLOCATION","features":[541]},{"name":"BINDSTATUS_CLSIDCANINSTANTIATE","features":[541]},{"name":"BINDSTATUS_COMPACT_POLICY_RECEIVED","features":[541]},{"name":"BINDSTATUS_CONNECTING","features":[541]},{"name":"BINDSTATUS_CONTENTDISPOSITIONATTACH","features":[541]},{"name":"BINDSTATUS_CONTENTDISPOSITIONFILENAME","features":[541]},{"name":"BINDSTATUS_COOKIE_SENT","features":[541]},{"name":"BINDSTATUS_COOKIE_STATE_ACCEPT","features":[541]},{"name":"BINDSTATUS_COOKIE_STATE_DOWNGRADE","features":[541]},{"name":"BINDSTATUS_COOKIE_STATE_LEASH","features":[541]},{"name":"BINDSTATUS_COOKIE_STATE_PROMPT","features":[541]},{"name":"BINDSTATUS_COOKIE_STATE_REJECT","features":[541]},{"name":"BINDSTATUS_COOKIE_STATE_UNKNOWN","features":[541]},{"name":"BINDSTATUS_COOKIE_SUPPRESSED","features":[541]},{"name":"BINDSTATUS_DECODING","features":[541]},{"name":"BINDSTATUS_DIRECTBIND","features":[541]},{"name":"BINDSTATUS_DISPLAYNAMEAVAILABLE","features":[541]},{"name":"BINDSTATUS_DOWNLOADINGDATA","features":[541]},{"name":"BINDSTATUS_ENCODING","features":[541]},{"name":"BINDSTATUS_ENDDOWNLOADCOMPONENTS","features":[541]},{"name":"BINDSTATUS_ENDDOWNLOADDATA","features":[541]},{"name":"BINDSTATUS_ENDSYNCOPERATION","features":[541]},{"name":"BINDSTATUS_ENDUPLOADDATA","features":[541]},{"name":"BINDSTATUS_FILTERREPORTMIMETYPE","features":[541]},{"name":"BINDSTATUS_FINDINGRESOURCE","features":[541]},{"name":"BINDSTATUS_INSTALLINGCOMPONENTS","features":[541]},{"name":"BINDSTATUS_IUNKNOWNAVAILABLE","features":[541]},{"name":"BINDSTATUS_LAST","features":[541]},{"name":"BINDSTATUS_LAST_PRIVATE","features":[541]},{"name":"BINDSTATUS_LOADINGMIMEHANDLER","features":[541]},{"name":"BINDSTATUS_MIMETEXTPLAINMISMATCH","features":[541]},{"name":"BINDSTATUS_MIMETYPEAVAILABLE","features":[541]},{"name":"BINDSTATUS_P3P_HEADER","features":[541]},{"name":"BINDSTATUS_PERSISTENT_COOKIE_RECEIVED","features":[541]},{"name":"BINDSTATUS_POLICY_HREF","features":[541]},{"name":"BINDSTATUS_PROTOCOLCLASSID","features":[541]},{"name":"BINDSTATUS_PROXYDETECTING","features":[541]},{"name":"BINDSTATUS_PUBLISHERAVAILABLE","features":[541]},{"name":"BINDSTATUS_RAWMIMETYPE","features":[541]},{"name":"BINDSTATUS_REDIRECTING","features":[541]},{"name":"BINDSTATUS_RESERVED_0","features":[541]},{"name":"BINDSTATUS_RESERVED_1","features":[541]},{"name":"BINDSTATUS_RESERVED_10","features":[541]},{"name":"BINDSTATUS_RESERVED_11","features":[541]},{"name":"BINDSTATUS_RESERVED_12","features":[541]},{"name":"BINDSTATUS_RESERVED_13","features":[541]},{"name":"BINDSTATUS_RESERVED_14","features":[541]},{"name":"BINDSTATUS_RESERVED_2","features":[541]},{"name":"BINDSTATUS_RESERVED_3","features":[541]},{"name":"BINDSTATUS_RESERVED_4","features":[541]},{"name":"BINDSTATUS_RESERVED_5","features":[541]},{"name":"BINDSTATUS_RESERVED_6","features":[541]},{"name":"BINDSTATUS_RESERVED_7","features":[541]},{"name":"BINDSTATUS_RESERVED_8","features":[541]},{"name":"BINDSTATUS_RESERVED_9","features":[541]},{"name":"BINDSTATUS_RESERVED_A","features":[541]},{"name":"BINDSTATUS_RESERVED_B","features":[541]},{"name":"BINDSTATUS_RESERVED_C","features":[541]},{"name":"BINDSTATUS_RESERVED_D","features":[541]},{"name":"BINDSTATUS_RESERVED_E","features":[541]},{"name":"BINDSTATUS_RESERVED_F","features":[541]},{"name":"BINDSTATUS_SENDINGREQUEST","features":[541]},{"name":"BINDSTATUS_SERVER_MIMETYPEAVAILABLE","features":[541]},{"name":"BINDSTATUS_SESSION_COOKIES_ALLOWED","features":[541]},{"name":"BINDSTATUS_SESSION_COOKIE_RECEIVED","features":[541]},{"name":"BINDSTATUS_SNIFFED_CLASSIDAVAILABLE","features":[541]},{"name":"BINDSTATUS_SSLUX_NAVBLOCKED","features":[541]},{"name":"BINDSTATUS_UPLOADINGDATA","features":[541]},{"name":"BINDSTATUS_USINGCACHEDCOPY","features":[541]},{"name":"BINDSTATUS_VERIFIEDMIMETYPEAVAILABLE","features":[541]},{"name":"BINDSTRING","features":[541]},{"name":"BINDSTRING_ACCEPT_ENCODINGS","features":[541]},{"name":"BINDSTRING_ACCEPT_MIMES","features":[541]},{"name":"BINDSTRING_DOC_URL","features":[541]},{"name":"BINDSTRING_DOWNLOADPATH","features":[541]},{"name":"BINDSTRING_ENTERPRISE_ID","features":[541]},{"name":"BINDSTRING_EXTRA_URL","features":[541]},{"name":"BINDSTRING_FLAG_BIND_TO_OBJECT","features":[541]},{"name":"BINDSTRING_HEADERS","features":[541]},{"name":"BINDSTRING_IID","features":[541]},{"name":"BINDSTRING_INITIAL_FILENAME","features":[541]},{"name":"BINDSTRING_LANGUAGE","features":[541]},{"name":"BINDSTRING_OS","features":[541]},{"name":"BINDSTRING_PASSWORD","features":[541]},{"name":"BINDSTRING_POST_COOKIE","features":[541]},{"name":"BINDSTRING_POST_DATA_MIME","features":[541]},{"name":"BINDSTRING_PROXY_PASSWORD","features":[541]},{"name":"BINDSTRING_PROXY_USERNAME","features":[541]},{"name":"BINDSTRING_PTR_BIND_CONTEXT","features":[541]},{"name":"BINDSTRING_ROOTDOC_URL","features":[541]},{"name":"BINDSTRING_SAMESITE_COOKIE_LEVEL","features":[541]},{"name":"BINDSTRING_UA_COLOR","features":[541]},{"name":"BINDSTRING_UA_PIXELS","features":[541]},{"name":"BINDSTRING_URL","features":[541]},{"name":"BINDSTRING_USERNAME","features":[541]},{"name":"BINDSTRING_USER_AGENT","features":[541]},{"name":"BINDSTRING_XDR_ORIGIN","features":[541]},{"name":"BINDVERB","features":[541]},{"name":"BINDVERB_CUSTOM","features":[541]},{"name":"BINDVERB_GET","features":[541]},{"name":"BINDVERB_POST","features":[541]},{"name":"BINDVERB_PUT","features":[541]},{"name":"BINDVERB_RESERVED1","features":[541]},{"name":"BSCF","features":[541]},{"name":"BSCF_64BITLENGTHDOWNLOAD","features":[541]},{"name":"BSCF_AVAILABLEDATASIZEUNKNOWN","features":[541]},{"name":"BSCF_DATAFULLYAVAILABLE","features":[541]},{"name":"BSCF_FIRSTDATANOTIFICATION","features":[541]},{"name":"BSCF_INTERMEDIATEDATANOTIFICATION","features":[541]},{"name":"BSCF_LASTDATANOTIFICATION","features":[541]},{"name":"BSCF_SKIPDRAINDATAFORFILEURLS","features":[541]},{"name":"CF_NULL","features":[541]},{"name":"CIP_ACCESS_DENIED","features":[541]},{"name":"CIP_DISK_FULL","features":[541]},{"name":"CIP_EXE_SELF_REGISTERATION_TIMEOUT","features":[541]},{"name":"CIP_NAME_CONFLICT","features":[541]},{"name":"CIP_NEED_REBOOT","features":[541]},{"name":"CIP_NEED_REBOOT_UI_PERMISSION","features":[541]},{"name":"CIP_NEWER_VERSION_EXISTS","features":[541]},{"name":"CIP_OLDER_VERSION_EXISTS","features":[541]},{"name":"CIP_STATUS","features":[541]},{"name":"CIP_TRUST_VERIFICATION_COMPONENT_MISSING","features":[541]},{"name":"CIP_UNSAFE_TO_ABORT","features":[541]},{"name":"CLASSIDPROP","features":[541]},{"name":"CODEBASEHOLD","features":[541]},{"name":"CONFIRMSAFETY","features":[541]},{"name":"CONFIRMSAFETYACTION_LOADOBJECT","features":[541]},{"name":"CoGetClassObjectFromURL","features":[541]},{"name":"CoInternetCombineIUri","features":[541]},{"name":"CoInternetCombineUrl","features":[541]},{"name":"CoInternetCombineUrlEx","features":[541]},{"name":"CoInternetCompareUrl","features":[541]},{"name":"CoInternetCreateSecurityManager","features":[541]},{"name":"CoInternetCreateZoneManager","features":[541]},{"name":"CoInternetGetProtocolFlags","features":[541]},{"name":"CoInternetGetSecurityUrl","features":[541]},{"name":"CoInternetGetSecurityUrlEx","features":[541]},{"name":"CoInternetGetSession","features":[541]},{"name":"CoInternetIsFeatureEnabled","features":[541]},{"name":"CoInternetIsFeatureEnabledForIUri","features":[541]},{"name":"CoInternetIsFeatureEnabledForUrl","features":[541]},{"name":"CoInternetIsFeatureZoneElevationEnabled","features":[541]},{"name":"CoInternetParseIUri","features":[541]},{"name":"CoInternetParseUrl","features":[541]},{"name":"CoInternetQueryInfo","features":[541]},{"name":"CoInternetSetFeatureEnabled","features":[305,541]},{"name":"CompareSecurityIds","features":[541]},{"name":"CompatFlagsFromClsid","features":[541]},{"name":"CopyBindInfo","features":[305,317,309,392,541]},{"name":"CopyStgMedium","features":[305,317,392,541]},{"name":"CreateAsyncBindCtx","features":[541]},{"name":"CreateAsyncBindCtxEx","features":[541]},{"name":"CreateFormatEnumerator","features":[541]},{"name":"CreateURLMoniker","features":[541]},{"name":"CreateURLMonikerEx","features":[541]},{"name":"CreateURLMonikerEx2","features":[541]},{"name":"DATAINFO","features":[541]},{"name":"E_PENDING","features":[541]},{"name":"FEATURE_ADDON_MANAGEMENT","features":[541]},{"name":"FEATURE_BEHAVIORS","features":[541]},{"name":"FEATURE_BLOCK_INPUT_PROMPTS","features":[541]},{"name":"FEATURE_DISABLE_LEGACY_COMPRESSION","features":[541]},{"name":"FEATURE_DISABLE_MK_PROTOCOL","features":[541]},{"name":"FEATURE_DISABLE_NAVIGATION_SOUNDS","features":[541]},{"name":"FEATURE_DISABLE_TELNET_PROTOCOL","features":[541]},{"name":"FEATURE_ENTRY_COUNT","features":[541]},{"name":"FEATURE_FEEDS","features":[541]},{"name":"FEATURE_FORCE_ADDR_AND_STATUS","features":[541]},{"name":"FEATURE_GET_URL_DOM_FILEPATH_UNENCODED","features":[541]},{"name":"FEATURE_HTTP_USERNAME_PASSWORD_DISABLE","features":[541]},{"name":"FEATURE_LOCALMACHINE_LOCKDOWN","features":[541]},{"name":"FEATURE_MIME_HANDLING","features":[541]},{"name":"FEATURE_MIME_SNIFFING","features":[541]},{"name":"FEATURE_OBJECT_CACHING","features":[541]},{"name":"FEATURE_PROTOCOL_LOCKDOWN","features":[541]},{"name":"FEATURE_RESTRICT_ACTIVEXINSTALL","features":[541]},{"name":"FEATURE_RESTRICT_FILEDOWNLOAD","features":[541]},{"name":"FEATURE_SAFE_BINDTOOBJECT","features":[541]},{"name":"FEATURE_SECURITYBAND","features":[541]},{"name":"FEATURE_SSLUX","features":[541]},{"name":"FEATURE_TABBED_BROWSING","features":[541]},{"name":"FEATURE_UNC_SAVEDFILECHECK","features":[541]},{"name":"FEATURE_VALIDATE_NAVIGATE_URL","features":[541]},{"name":"FEATURE_WEBOC_POPUPMANAGEMENT","features":[541]},{"name":"FEATURE_WINDOW_RESTRICTIONS","features":[541]},{"name":"FEATURE_XMLHTTP","features":[541]},{"name":"FEATURE_ZONE_ELEVATION","features":[541]},{"name":"FIEF_FLAG_FORCE_JITUI","features":[541]},{"name":"FIEF_FLAG_PEEK","features":[541]},{"name":"FIEF_FLAG_RESERVED_0","features":[541]},{"name":"FIEF_FLAG_SKIP_INSTALLED_VERSION_CHECK","features":[541]},{"name":"FMFD_DEFAULT","features":[541]},{"name":"FMFD_ENABLEMIMESNIFFING","features":[541]},{"name":"FMFD_IGNOREMIMETEXTPLAIN","features":[541]},{"name":"FMFD_RESERVED_1","features":[541]},{"name":"FMFD_RESERVED_2","features":[541]},{"name":"FMFD_RESPECTTEXTPLAIN","features":[541]},{"name":"FMFD_RETURNUPDATEDIMGMIMES","features":[541]},{"name":"FMFD_SERVERMIME","features":[541]},{"name":"FMFD_URLASFILENAME","features":[541]},{"name":"FaultInIEFeature","features":[305,541]},{"name":"FindMediaType","features":[541]},{"name":"FindMediaTypeClass","features":[541]},{"name":"FindMimeFromData","features":[541]},{"name":"GET_FEATURE_FROM_PROCESS","features":[541]},{"name":"GET_FEATURE_FROM_REGISTRY","features":[541]},{"name":"GET_FEATURE_FROM_THREAD","features":[541]},{"name":"GET_FEATURE_FROM_THREAD_INTERNET","features":[541]},{"name":"GET_FEATURE_FROM_THREAD_INTRANET","features":[541]},{"name":"GET_FEATURE_FROM_THREAD_LOCALMACHINE","features":[541]},{"name":"GET_FEATURE_FROM_THREAD_RESTRICTED","features":[541]},{"name":"GET_FEATURE_FROM_THREAD_TRUSTED","features":[541]},{"name":"GetClassFileOrMime","features":[541]},{"name":"GetClassURL","features":[541]},{"name":"GetComponentIDFromCLSSPEC","features":[541]},{"name":"GetSoftwareUpdateInfo","features":[541]},{"name":"HIT_LOGGING_INFO","features":[305,541]},{"name":"HlinkGoBack","features":[541]},{"name":"HlinkGoForward","features":[541]},{"name":"HlinkNavigateMoniker","features":[541]},{"name":"HlinkNavigateString","features":[541]},{"name":"HlinkSimpleNavigateToMoniker","features":[541]},{"name":"HlinkSimpleNavigateToString","features":[541]},{"name":"IBindCallbackRedirect","features":[541]},{"name":"IBindHttpSecurity","features":[541]},{"name":"IBindProtocol","features":[541]},{"name":"ICatalogFileInfo","features":[541]},{"name":"ICodeInstall","features":[541]},{"name":"IDataFilter","features":[541]},{"name":"IEGetUserPrivateNamespaceName","features":[541]},{"name":"IEInstallScope","features":[541]},{"name":"IEObjectType","features":[541]},{"name":"IE_EPM_OBJECT_EVENT","features":[541]},{"name":"IE_EPM_OBJECT_FILE","features":[541]},{"name":"IE_EPM_OBJECT_MUTEX","features":[541]},{"name":"IE_EPM_OBJECT_NAMED_PIPE","features":[541]},{"name":"IE_EPM_OBJECT_REGISTRY","features":[541]},{"name":"IE_EPM_OBJECT_SEMAPHORE","features":[541]},{"name":"IE_EPM_OBJECT_SHARED_MEMORY","features":[541]},{"name":"IE_EPM_OBJECT_WAITABLE_TIMER","features":[541]},{"name":"IEncodingFilterFactory","features":[541]},{"name":"IGetBindHandle","features":[541]},{"name":"IHttpNegotiate","features":[541]},{"name":"IHttpNegotiate2","features":[541]},{"name":"IHttpNegotiate3","features":[541]},{"name":"IHttpSecurity","features":[541]},{"name":"IInternet","features":[541]},{"name":"IInternetBindInfo","features":[541]},{"name":"IInternetBindInfoEx","features":[541]},{"name":"IInternetHostSecurityManager","features":[541]},{"name":"IInternetPriority","features":[541]},{"name":"IInternetProtocol","features":[541]},{"name":"IInternetProtocolEx","features":[541]},{"name":"IInternetProtocolInfo","features":[541]},{"name":"IInternetProtocolRoot","features":[541]},{"name":"IInternetProtocolSink","features":[541]},{"name":"IInternetProtocolSinkStackable","features":[541]},{"name":"IInternetSecurityManager","features":[541]},{"name":"IInternetSecurityManagerEx","features":[541]},{"name":"IInternetSecurityManagerEx2","features":[541]},{"name":"IInternetSecurityMgrSite","features":[541]},{"name":"IInternetSession","features":[541]},{"name":"IInternetThreadSwitch","features":[541]},{"name":"IInternetZoneManager","features":[541]},{"name":"IInternetZoneManagerEx","features":[541]},{"name":"IInternetZoneManagerEx2","features":[541]},{"name":"IMonikerProp","features":[541]},{"name":"INET_E_AUTHENTICATION_REQUIRED","features":[541]},{"name":"INET_E_BLOCKED_ENHANCEDPROTECTEDMODE","features":[541]},{"name":"INET_E_BLOCKED_PLUGGABLE_PROTOCOL","features":[541]},{"name":"INET_E_BLOCKED_REDIRECT_XSECURITYID","features":[541]},{"name":"INET_E_CANNOT_CONNECT","features":[541]},{"name":"INET_E_CANNOT_INSTANTIATE_OBJECT","features":[541]},{"name":"INET_E_CANNOT_LOAD_DATA","features":[541]},{"name":"INET_E_CANNOT_LOCK_REQUEST","features":[541]},{"name":"INET_E_CANNOT_REPLACE_SFP_FILE","features":[541]},{"name":"INET_E_CODE_DOWNLOAD_DECLINED","features":[541]},{"name":"INET_E_CODE_INSTALL_BLOCKED_ARM","features":[541]},{"name":"INET_E_CODE_INSTALL_BLOCKED_BITNESS","features":[541]},{"name":"INET_E_CODE_INSTALL_BLOCKED_BY_HASH_POLICY","features":[541]},{"name":"INET_E_CODE_INSTALL_BLOCKED_IMMERSIVE","features":[541]},{"name":"INET_E_CODE_INSTALL_SUPPRESSED","features":[541]},{"name":"INET_E_CONNECTION_TIMEOUT","features":[541]},{"name":"INET_E_DATA_NOT_AVAILABLE","features":[541]},{"name":"INET_E_DEFAULT_ACTION","features":[541]},{"name":"INET_E_DOMINJECTIONVALIDATION","features":[541]},{"name":"INET_E_DOWNLOAD_BLOCKED_BY_CSP","features":[541]},{"name":"INET_E_DOWNLOAD_BLOCKED_BY_INPRIVATE","features":[541]},{"name":"INET_E_DOWNLOAD_FAILURE","features":[541]},{"name":"INET_E_ERROR_FIRST","features":[541]},{"name":"INET_E_ERROR_LAST","features":[541]},{"name":"INET_E_FORBIDFRAMING","features":[541]},{"name":"INET_E_HSTS_CERTIFICATE_ERROR","features":[541]},{"name":"INET_E_INVALID_CERTIFICATE","features":[541]},{"name":"INET_E_INVALID_REQUEST","features":[541]},{"name":"INET_E_INVALID_URL","features":[541]},{"name":"INET_E_NO_SESSION","features":[541]},{"name":"INET_E_NO_VALID_MEDIA","features":[541]},{"name":"INET_E_OBJECT_NOT_FOUND","features":[541]},{"name":"INET_E_QUERYOPTION_UNKNOWN","features":[541]},{"name":"INET_E_REDIRECTING","features":[541]},{"name":"INET_E_REDIRECT_FAILED","features":[541]},{"name":"INET_E_REDIRECT_TO_DIR","features":[541]},{"name":"INET_E_RESERVED_1","features":[541]},{"name":"INET_E_RESERVED_2","features":[541]},{"name":"INET_E_RESERVED_3","features":[541]},{"name":"INET_E_RESERVED_4","features":[541]},{"name":"INET_E_RESERVED_5","features":[541]},{"name":"INET_E_RESOURCE_NOT_FOUND","features":[541]},{"name":"INET_E_RESULT_DISPATCHED","features":[541]},{"name":"INET_E_SECURITY_PROBLEM","features":[541]},{"name":"INET_E_TERMINATED_BIND","features":[541]},{"name":"INET_E_UNKNOWN_PROTOCOL","features":[541]},{"name":"INET_E_USE_DEFAULT_PROTOCOLHANDLER","features":[541]},{"name":"INET_E_USE_DEFAULT_SETTING","features":[541]},{"name":"INET_E_USE_EXTEND_BINDING","features":[541]},{"name":"INET_E_VTAB_SWITCH_FORCE_ENGINE","features":[541]},{"name":"INET_ZONE_MANAGER_CONSTANTS","features":[541]},{"name":"INTERNETFEATURELIST","features":[541]},{"name":"IPersistMoniker","features":[541]},{"name":"ISoftDistExt","features":[541]},{"name":"IUriBuilderFactory","features":[541]},{"name":"IUriContainer","features":[541]},{"name":"IWinInetCacheHints","features":[541]},{"name":"IWinInetCacheHints2","features":[541]},{"name":"IWinInetFileStream","features":[541]},{"name":"IWinInetHttpInfo","features":[541]},{"name":"IWinInetHttpTimeouts","features":[541]},{"name":"IWinInetInfo","features":[541]},{"name":"IWindowForBindingUI","features":[541]},{"name":"IWrappedProtocol","features":[541]},{"name":"IZoneIdentifier","features":[541]},{"name":"IZoneIdentifier2","features":[541]},{"name":"IsAsyncMoniker","features":[541]},{"name":"IsLoggingEnabledA","features":[305,541]},{"name":"IsLoggingEnabledW","features":[305,541]},{"name":"IsValidURL","features":[541]},{"name":"MAX_SIZE_SECURITY_ID","features":[541]},{"name":"MAX_ZONE_DESCRIPTION","features":[541]},{"name":"MAX_ZONE_PATH","features":[541]},{"name":"MIMETYPEPROP","features":[541]},{"name":"MKSYS_URLMONIKER","features":[541]},{"name":"MK_S_ASYNCHRONOUS","features":[541]},{"name":"MONIKERPROPERTY","features":[541]},{"name":"MUTZ_ACCEPT_WILDCARD_SCHEME","features":[541]},{"name":"MUTZ_DONT_UNESCAPE","features":[541]},{"name":"MUTZ_DONT_USE_CACHE","features":[541]},{"name":"MUTZ_ENFORCERESTRICTED","features":[541]},{"name":"MUTZ_FORCE_INTRANET_FLAGS","features":[541]},{"name":"MUTZ_IGNORE_ZONE_MAPPINGS","features":[541]},{"name":"MUTZ_ISFILE","features":[541]},{"name":"MUTZ_NOSAVEDFILECHECK","features":[541]},{"name":"MUTZ_REQUIRESAVEDFILECHECK","features":[541]},{"name":"MUTZ_RESERVED","features":[541]},{"name":"MkParseDisplayNameEx","features":[541]},{"name":"OIBDG_APARTMENTTHREADED","features":[541]},{"name":"OIBDG_DATAONLY","features":[541]},{"name":"OIBDG_FLAGS","features":[541]},{"name":"ObtainUserAgentString","features":[541]},{"name":"PARSEACTION","features":[541]},{"name":"PARSE_ANCHOR","features":[541]},{"name":"PARSE_CANONICALIZE","features":[541]},{"name":"PARSE_DECODE_IS_ESCAPE","features":[541]},{"name":"PARSE_DOCUMENT","features":[541]},{"name":"PARSE_DOMAIN","features":[541]},{"name":"PARSE_ENCODE_IS_UNESCAPE","features":[541]},{"name":"PARSE_ESCAPE","features":[541]},{"name":"PARSE_FRIENDLY","features":[541]},{"name":"PARSE_LOCATION","features":[541]},{"name":"PARSE_MIME","features":[541]},{"name":"PARSE_PATH_FROM_URL","features":[541]},{"name":"PARSE_ROOTDOCUMENT","features":[541]},{"name":"PARSE_SCHEMA","features":[541]},{"name":"PARSE_SECURITY_DOMAIN","features":[541]},{"name":"PARSE_SECURITY_URL","features":[541]},{"name":"PARSE_SERVER","features":[541]},{"name":"PARSE_SITE","features":[541]},{"name":"PARSE_UNESCAPE","features":[541]},{"name":"PARSE_URL_FROM_PATH","features":[541]},{"name":"PD_FORCE_SWITCH","features":[541]},{"name":"PI_APARTMENTTHREADED","features":[541]},{"name":"PI_CLASSINSTALL","features":[541]},{"name":"PI_CLSIDLOOKUP","features":[541]},{"name":"PI_DATAPROGRESS","features":[541]},{"name":"PI_FILTER_MODE","features":[541]},{"name":"PI_FLAGS","features":[541]},{"name":"PI_FORCE_ASYNC","features":[541]},{"name":"PI_LOADAPPDIRECT","features":[541]},{"name":"PI_MIMEVERIFICATION","features":[541]},{"name":"PI_NOMIMEHANDLER","features":[541]},{"name":"PI_PARSE_URL","features":[541]},{"name":"PI_PASSONBINDCTX","features":[541]},{"name":"PI_PREFERDEFAULTHANDLER","features":[541]},{"name":"PI_SYNCHRONOUS","features":[541]},{"name":"PI_USE_WORKERTHREAD","features":[541]},{"name":"POPUPLEVELPROP","features":[541]},{"name":"PROTOCOLDATA","features":[541]},{"name":"PROTOCOLFILTERDATA","features":[541]},{"name":"PROTOCOLFLAG_NO_PICS_CHECK","features":[541]},{"name":"PROTOCOL_ARGUMENT","features":[541]},{"name":"PSUACTION","features":[541]},{"name":"PSU_DEFAULT","features":[541]},{"name":"PSU_SECURITY_URL_ONLY","features":[541]},{"name":"PUAF","features":[541]},{"name":"PUAFOUT","features":[541]},{"name":"PUAFOUT_DEFAULT","features":[541]},{"name":"PUAFOUT_ISLOCKZONEPOLICY","features":[541]},{"name":"PUAF_ACCEPT_WILDCARD_SCHEME","features":[541]},{"name":"PUAF_CHECK_TIFS","features":[541]},{"name":"PUAF_DEFAULT","features":[541]},{"name":"PUAF_DEFAULTZONEPOL","features":[541]},{"name":"PUAF_DONTCHECKBOXINDIALOG","features":[541]},{"name":"PUAF_DONT_USE_CACHE","features":[541]},{"name":"PUAF_DRAGPROTOCOLCHECK","features":[541]},{"name":"PUAF_ENFORCERESTRICTED","features":[541]},{"name":"PUAF_FORCEUI_FOREGROUND","features":[541]},{"name":"PUAF_ISFILE","features":[541]},{"name":"PUAF_LMZ_LOCKED","features":[541]},{"name":"PUAF_LMZ_UNLOCKED","features":[541]},{"name":"PUAF_NOSAVEDFILECHECK","features":[541]},{"name":"PUAF_NOUI","features":[541]},{"name":"PUAF_NOUIIFLOCKED","features":[541]},{"name":"PUAF_NPL_USE_LOCKED_IF_RESTRICTED","features":[541]},{"name":"PUAF_REQUIRESAVEDFILECHECK","features":[541]},{"name":"PUAF_RESERVED1","features":[541]},{"name":"PUAF_RESERVED2","features":[541]},{"name":"PUAF_TRUSTED","features":[541]},{"name":"PUAF_WARN_IF_DENIED","features":[541]},{"name":"QUERYOPTION","features":[541]},{"name":"QUERY_CAN_NAVIGATE","features":[541]},{"name":"QUERY_CONTENT_ENCODING","features":[541]},{"name":"QUERY_CONTENT_TYPE","features":[541]},{"name":"QUERY_EXPIRATION_DATE","features":[541]},{"name":"QUERY_IS_CACHED","features":[541]},{"name":"QUERY_IS_CACHED_AND_USABLE_OFFLINE","features":[541]},{"name":"QUERY_IS_CACHED_OR_MAPPED","features":[541]},{"name":"QUERY_IS_INSTALLEDENTRY","features":[541]},{"name":"QUERY_IS_SAFE","features":[541]},{"name":"QUERY_IS_SECURE","features":[541]},{"name":"QUERY_RECOMBINE","features":[541]},{"name":"QUERY_REFRESH","features":[541]},{"name":"QUERY_TIME_OF_LAST_CHANGE","features":[541]},{"name":"QUERY_USES_CACHE","features":[541]},{"name":"QUERY_USES_HISTORYFOLDER","features":[541]},{"name":"QUERY_USES_NETWORK","features":[541]},{"name":"REMSECURITY_ATTRIBUTES","features":[305,541]},{"name":"RegisterBindStatusCallback","features":[541]},{"name":"RegisterFormatEnumerator","features":[541]},{"name":"RegisterMediaTypeClass","features":[541]},{"name":"RegisterMediaTypes","features":[541]},{"name":"ReleaseBindInfo","features":[305,317,309,392,541]},{"name":"RemBINDINFO","features":[305,541]},{"name":"RemFORMATETC","features":[541]},{"name":"RevokeBindStatusCallback","features":[541]},{"name":"RevokeFormatEnumerator","features":[541]},{"name":"SECURITY_IE_STATE_GREEN","features":[541]},{"name":"SECURITY_IE_STATE_RED","features":[541]},{"name":"SET_FEATURE_IN_REGISTRY","features":[541]},{"name":"SET_FEATURE_ON_PROCESS","features":[541]},{"name":"SET_FEATURE_ON_THREAD","features":[541]},{"name":"SET_FEATURE_ON_THREAD_INTERNET","features":[541]},{"name":"SET_FEATURE_ON_THREAD_INTRANET","features":[541]},{"name":"SET_FEATURE_ON_THREAD_LOCALMACHINE","features":[541]},{"name":"SET_FEATURE_ON_THREAD_RESTRICTED","features":[541]},{"name":"SET_FEATURE_ON_THREAD_TRUSTED","features":[541]},{"name":"SOFTDISTINFO","features":[541]},{"name":"SOFTDIST_ADSTATE_AVAILABLE","features":[541]},{"name":"SOFTDIST_ADSTATE_DOWNLOADED","features":[541]},{"name":"SOFTDIST_ADSTATE_INSTALLED","features":[541]},{"name":"SOFTDIST_ADSTATE_NONE","features":[541]},{"name":"SOFTDIST_FLAG_DELETE_SUBSCRIPTION","features":[541]},{"name":"SOFTDIST_FLAG_USAGE_AUTOINSTALL","features":[541]},{"name":"SOFTDIST_FLAG_USAGE_EMAIL","features":[541]},{"name":"SOFTDIST_FLAG_USAGE_PRECACHE","features":[541]},{"name":"SZM_CREATE","features":[541]},{"name":"SZM_DELETE","features":[541]},{"name":"SZM_FLAGS","features":[541]},{"name":"S_ASYNCHRONOUS","features":[541]},{"name":"SetAccessForIEAppContainer","features":[305,541]},{"name":"SetSoftwareUpdateAdvertisementState","features":[541]},{"name":"StartParam","features":[541]},{"name":"TRUSTEDDOWNLOADPROP","features":[541]},{"name":"UAS_EXACTLEGACY","features":[541]},{"name":"URLACTION_ACTIVEX_ALLOW_TDC","features":[541]},{"name":"URLACTION_ACTIVEX_CONFIRM_NOOBJECTSAFETY","features":[541]},{"name":"URLACTION_ACTIVEX_CURR_MAX","features":[541]},{"name":"URLACTION_ACTIVEX_DYNSRC_VIDEO_AND_ANIMATION","features":[541]},{"name":"URLACTION_ACTIVEX_MAX","features":[541]},{"name":"URLACTION_ACTIVEX_MIN","features":[541]},{"name":"URLACTION_ACTIVEX_NO_WEBOC_SCRIPT","features":[541]},{"name":"URLACTION_ACTIVEX_OVERRIDE_DATA_SAFETY","features":[541]},{"name":"URLACTION_ACTIVEX_OVERRIDE_DOMAINLIST","features":[541]},{"name":"URLACTION_ACTIVEX_OVERRIDE_OBJECT_SAFETY","features":[541]},{"name":"URLACTION_ACTIVEX_OVERRIDE_OPTIN","features":[541]},{"name":"URLACTION_ACTIVEX_OVERRIDE_REPURPOSEDETECTION","features":[541]},{"name":"URLACTION_ACTIVEX_OVERRIDE_SCRIPT_SAFETY","features":[541]},{"name":"URLACTION_ACTIVEX_RUN","features":[541]},{"name":"URLACTION_ACTIVEX_SCRIPTLET_RUN","features":[541]},{"name":"URLACTION_ACTIVEX_TREATASUNTRUSTED","features":[541]},{"name":"URLACTION_ALLOW_ACTIVEX_FILTERING","features":[541]},{"name":"URLACTION_ALLOW_ANTIMALWARE_SCANNING_OF_ACTIVEX","features":[541]},{"name":"URLACTION_ALLOW_APEVALUATION","features":[541]},{"name":"URLACTION_ALLOW_AUDIO_VIDEO","features":[541]},{"name":"URLACTION_ALLOW_AUDIO_VIDEO_PLUGINS","features":[541]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_APPCACHE_MANIFEST","features":[541]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_DROP_ACROSS_WINDOWS","features":[541]},{"name":"URLACTION_ALLOW_CROSSDOMAIN_DROP_WITHIN_WINDOW","features":[541]},{"name":"URLACTION_ALLOW_CSS_EXPRESSIONS","features":[541]},{"name":"URLACTION_ALLOW_JSCRIPT_IE","features":[541]},{"name":"URLACTION_ALLOW_RENDER_LEGACY_DXTFILTERS","features":[541]},{"name":"URLACTION_ALLOW_RESTRICTEDPROTOCOLS","features":[541]},{"name":"URLACTION_ALLOW_STRUCTURED_STORAGE_SNIFFING","features":[541]},{"name":"URLACTION_ALLOW_VBSCRIPT_IE","features":[541]},{"name":"URLACTION_ALLOW_XDOMAIN_SUBFRAME_RESIZE","features":[541]},{"name":"URLACTION_ALLOW_XHR_EVALUATION","features":[541]},{"name":"URLACTION_ALLOW_ZONE_ELEVATION_OPT_OUT_ADDITION","features":[541]},{"name":"URLACTION_ALLOW_ZONE_ELEVATION_VIA_OPT_OUT","features":[541]},{"name":"URLACTION_AUTHENTICATE_CLIENT","features":[541]},{"name":"URLACTION_AUTOMATIC_ACTIVEX_UI","features":[541]},{"name":"URLACTION_AUTOMATIC_DOWNLOAD_UI","features":[541]},{"name":"URLACTION_AUTOMATIC_DOWNLOAD_UI_MIN","features":[541]},{"name":"URLACTION_BEHAVIOR_MIN","features":[541]},{"name":"URLACTION_BEHAVIOR_RUN","features":[541]},{"name":"URLACTION_CHANNEL_SOFTDIST_MAX","features":[541]},{"name":"URLACTION_CHANNEL_SOFTDIST_MIN","features":[541]},{"name":"URLACTION_CHANNEL_SOFTDIST_PERMISSIONS","features":[541]},{"name":"URLACTION_CLIENT_CERT_PROMPT","features":[541]},{"name":"URLACTION_COOKIES","features":[541]},{"name":"URLACTION_COOKIES_ENABLED","features":[541]},{"name":"URLACTION_COOKIES_SESSION","features":[541]},{"name":"URLACTION_COOKIES_SESSION_THIRD_PARTY","features":[541]},{"name":"URLACTION_COOKIES_THIRD_PARTY","features":[541]},{"name":"URLACTION_CREDENTIALS_USE","features":[541]},{"name":"URLACTION_CROSS_DOMAIN_DATA","features":[541]},{"name":"URLACTION_DOTNET_USERCONTROLS","features":[541]},{"name":"URLACTION_DOWNLOAD_CURR_MAX","features":[541]},{"name":"URLACTION_DOWNLOAD_MAX","features":[541]},{"name":"URLACTION_DOWNLOAD_MIN","features":[541]},{"name":"URLACTION_DOWNLOAD_SIGNED_ACTIVEX","features":[541]},{"name":"URLACTION_DOWNLOAD_UNSIGNED_ACTIVEX","features":[541]},{"name":"URLACTION_FEATURE_BLOCK_INPUT_PROMPTS","features":[541]},{"name":"URLACTION_FEATURE_CROSSDOMAIN_FOCUS_CHANGE","features":[541]},{"name":"URLACTION_FEATURE_DATA_BINDING","features":[541]},{"name":"URLACTION_FEATURE_FORCE_ADDR_AND_STATUS","features":[541]},{"name":"URLACTION_FEATURE_MIME_SNIFFING","features":[541]},{"name":"URLACTION_FEATURE_MIN","features":[541]},{"name":"URLACTION_FEATURE_SCRIPT_STATUS_BAR","features":[541]},{"name":"URLACTION_FEATURE_WINDOW_RESTRICTIONS","features":[541]},{"name":"URLACTION_FEATURE_ZONE_ELEVATION","features":[541]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_CANVAS","features":[541]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_TEXTTRACK","features":[541]},{"name":"URLACTION_HTML_ALLOW_CROSS_DOMAIN_WEBWORKER","features":[541]},{"name":"URLACTION_HTML_ALLOW_INDEXEDDB","features":[541]},{"name":"URLACTION_HTML_ALLOW_INJECTED_DYNAMIC_HTML","features":[541]},{"name":"URLACTION_HTML_ALLOW_WINDOW_CLOSE","features":[541]},{"name":"URLACTION_HTML_FONT_DOWNLOAD","features":[541]},{"name":"URLACTION_HTML_INCLUDE_FILE_PATH","features":[541]},{"name":"URLACTION_HTML_JAVA_RUN","features":[541]},{"name":"URLACTION_HTML_MAX","features":[541]},{"name":"URLACTION_HTML_META_REFRESH","features":[541]},{"name":"URLACTION_HTML_MIN","features":[541]},{"name":"URLACTION_HTML_MIXED_CONTENT","features":[541]},{"name":"URLACTION_HTML_REQUIRE_UTF8_DOCUMENT_CODEPAGE","features":[541]},{"name":"URLACTION_HTML_SUBFRAME_NAVIGATE","features":[541]},{"name":"URLACTION_HTML_SUBMIT_FORMS","features":[541]},{"name":"URLACTION_HTML_SUBMIT_FORMS_FROM","features":[541]},{"name":"URLACTION_HTML_SUBMIT_FORMS_TO","features":[541]},{"name":"URLACTION_HTML_USERDATA_SAVE","features":[541]},{"name":"URLACTION_INFODELIVERY_CURR_MAX","features":[541]},{"name":"URLACTION_INFODELIVERY_MAX","features":[541]},{"name":"URLACTION_INFODELIVERY_MIN","features":[541]},{"name":"URLACTION_INFODELIVERY_NO_ADDING_CHANNELS","features":[541]},{"name":"URLACTION_INFODELIVERY_NO_ADDING_SUBSCRIPTIONS","features":[541]},{"name":"URLACTION_INFODELIVERY_NO_CHANNEL_LOGGING","features":[541]},{"name":"URLACTION_INFODELIVERY_NO_EDITING_CHANNELS","features":[541]},{"name":"URLACTION_INFODELIVERY_NO_EDITING_SUBSCRIPTIONS","features":[541]},{"name":"URLACTION_INFODELIVERY_NO_REMOVING_CHANNELS","features":[541]},{"name":"URLACTION_INFODELIVERY_NO_REMOVING_SUBSCRIPTIONS","features":[541]},{"name":"URLACTION_INPRIVATE_BLOCKING","features":[541]},{"name":"URLACTION_JAVA_CURR_MAX","features":[541]},{"name":"URLACTION_JAVA_MAX","features":[541]},{"name":"URLACTION_JAVA_MIN","features":[541]},{"name":"URLACTION_JAVA_PERMISSIONS","features":[541]},{"name":"URLACTION_LOOSE_XAML","features":[541]},{"name":"URLACTION_LOWRIGHTS","features":[541]},{"name":"URLACTION_MIN","features":[541]},{"name":"URLACTION_NETWORK_CURR_MAX","features":[541]},{"name":"URLACTION_NETWORK_MAX","features":[541]},{"name":"URLACTION_NETWORK_MIN","features":[541]},{"name":"URLACTION_PLUGGABLE_PROTOCOL_XHR","features":[541]},{"name":"URLACTION_SCRIPT_CURR_MAX","features":[541]},{"name":"URLACTION_SCRIPT_JAVA_USE","features":[541]},{"name":"URLACTION_SCRIPT_MAX","features":[541]},{"name":"URLACTION_SCRIPT_MIN","features":[541]},{"name":"URLACTION_SCRIPT_NAVIGATE","features":[541]},{"name":"URLACTION_SCRIPT_OVERRIDE_SAFETY","features":[541]},{"name":"URLACTION_SCRIPT_PASTE","features":[541]},{"name":"URLACTION_SCRIPT_RUN","features":[541]},{"name":"URLACTION_SCRIPT_SAFE_ACTIVEX","features":[541]},{"name":"URLACTION_SCRIPT_XSSFILTER","features":[541]},{"name":"URLACTION_SHELL_ALLOW_CROSS_SITE_SHARE","features":[541]},{"name":"URLACTION_SHELL_CURR_MAX","features":[541]},{"name":"URLACTION_SHELL_ENHANCED_DRAGDROP_SECURITY","features":[541]},{"name":"URLACTION_SHELL_EXECUTE_HIGHRISK","features":[541]},{"name":"URLACTION_SHELL_EXECUTE_LOWRISK","features":[541]},{"name":"URLACTION_SHELL_EXECUTE_MODRISK","features":[541]},{"name":"URLACTION_SHELL_EXTENSIONSECURITY","features":[541]},{"name":"URLACTION_SHELL_FILE_DOWNLOAD","features":[541]},{"name":"URLACTION_SHELL_INSTALL_DTITEMS","features":[541]},{"name":"URLACTION_SHELL_MAX","features":[541]},{"name":"URLACTION_SHELL_MIN","features":[541]},{"name":"URLACTION_SHELL_MOVE_OR_COPY","features":[541]},{"name":"URLACTION_SHELL_POPUPMGR","features":[541]},{"name":"URLACTION_SHELL_PREVIEW","features":[541]},{"name":"URLACTION_SHELL_REMOTEQUERY","features":[541]},{"name":"URLACTION_SHELL_RTF_OBJECTS_LOAD","features":[541]},{"name":"URLACTION_SHELL_SECURE_DRAGSOURCE","features":[541]},{"name":"URLACTION_SHELL_SHARE","features":[541]},{"name":"URLACTION_SHELL_SHELLEXECUTE","features":[541]},{"name":"URLACTION_SHELL_TOCTOU_RISK","features":[541]},{"name":"URLACTION_SHELL_VERB","features":[541]},{"name":"URLACTION_SHELL_WEBVIEW_VERB","features":[541]},{"name":"URLACTION_WINDOWS_BROWSER_APPLICATIONS","features":[541]},{"name":"URLACTION_WINFX_SETUP","features":[541]},{"name":"URLACTION_XPS_DOCUMENTS","features":[541]},{"name":"URLDownloadToCacheFileA","features":[541]},{"name":"URLDownloadToCacheFileW","features":[541]},{"name":"URLDownloadToFileA","features":[541]},{"name":"URLDownloadToFileW","features":[541]},{"name":"URLMON_OPTION_URL_ENCODING","features":[541]},{"name":"URLMON_OPTION_USERAGENT","features":[541]},{"name":"URLMON_OPTION_USERAGENT_REFRESH","features":[541]},{"name":"URLMON_OPTION_USE_BINDSTRINGCREDS","features":[541]},{"name":"URLMON_OPTION_USE_BROWSERAPPSDOCUMENTS","features":[541]},{"name":"URLOSTRM_GETNEWESTVERSION","features":[541]},{"name":"URLOSTRM_USECACHEDCOPY","features":[541]},{"name":"URLOSTRM_USECACHEDCOPY_ONLY","features":[541]},{"name":"URLOpenBlockingStreamA","features":[541]},{"name":"URLOpenBlockingStreamW","features":[541]},{"name":"URLOpenPullStreamA","features":[541]},{"name":"URLOpenPullStreamW","features":[541]},{"name":"URLOpenStreamA","features":[541]},{"name":"URLOpenStreamW","features":[541]},{"name":"URLPOLICY_ACTIVEX_CHECK_LIST","features":[541]},{"name":"URLPOLICY_ALLOW","features":[541]},{"name":"URLPOLICY_AUTHENTICATE_CHALLENGE_RESPONSE","features":[541]},{"name":"URLPOLICY_AUTHENTICATE_CLEARTEXT_OK","features":[541]},{"name":"URLPOLICY_AUTHENTICATE_MUTUAL_ONLY","features":[541]},{"name":"URLPOLICY_BEHAVIOR_CHECK_LIST","features":[541]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_AUTOINSTALL","features":[541]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_PRECACHE","features":[541]},{"name":"URLPOLICY_CHANNEL_SOFTDIST_PROHIBIT","features":[541]},{"name":"URLPOLICY_CREDENTIALS_ANONYMOUS_ONLY","features":[541]},{"name":"URLPOLICY_CREDENTIALS_CONDITIONAL_PROMPT","features":[541]},{"name":"URLPOLICY_CREDENTIALS_MUST_PROMPT_USER","features":[541]},{"name":"URLPOLICY_CREDENTIALS_SILENT_LOGON_OK","features":[541]},{"name":"URLPOLICY_DISALLOW","features":[541]},{"name":"URLPOLICY_DONTCHECKDLGBOX","features":[541]},{"name":"URLPOLICY_JAVA_CUSTOM","features":[541]},{"name":"URLPOLICY_JAVA_HIGH","features":[541]},{"name":"URLPOLICY_JAVA_LOW","features":[541]},{"name":"URLPOLICY_JAVA_MEDIUM","features":[541]},{"name":"URLPOLICY_JAVA_PROHIBIT","features":[541]},{"name":"URLPOLICY_LOG_ON_ALLOW","features":[541]},{"name":"URLPOLICY_LOG_ON_DISALLOW","features":[541]},{"name":"URLPOLICY_MASK_PERMISSIONS","features":[541]},{"name":"URLPOLICY_NOTIFY_ON_ALLOW","features":[541]},{"name":"URLPOLICY_NOTIFY_ON_DISALLOW","features":[541]},{"name":"URLPOLICY_QUERY","features":[541]},{"name":"URLTEMPLATE","features":[541]},{"name":"URLTEMPLATE_CUSTOM","features":[541]},{"name":"URLTEMPLATE_HIGH","features":[541]},{"name":"URLTEMPLATE_LOW","features":[541]},{"name":"URLTEMPLATE_MEDHIGH","features":[541]},{"name":"URLTEMPLATE_MEDIUM","features":[541]},{"name":"URLTEMPLATE_MEDLOW","features":[541]},{"name":"URLTEMPLATE_PREDEFINED_MAX","features":[541]},{"name":"URLTEMPLATE_PREDEFINED_MIN","features":[541]},{"name":"URLZONE","features":[541]},{"name":"URLZONEREG","features":[541]},{"name":"URLZONEREG_DEFAULT","features":[541]},{"name":"URLZONEREG_HKCU","features":[541]},{"name":"URLZONEREG_HKLM","features":[541]},{"name":"URLZONE_ESC_FLAG","features":[541]},{"name":"URLZONE_INTERNET","features":[541]},{"name":"URLZONE_INTRANET","features":[541]},{"name":"URLZONE_INVALID","features":[541]},{"name":"URLZONE_LOCAL_MACHINE","features":[541]},{"name":"URLZONE_PREDEFINED_MAX","features":[541]},{"name":"URLZONE_PREDEFINED_MIN","features":[541]},{"name":"URLZONE_TRUSTED","features":[541]},{"name":"URLZONE_UNTRUSTED","features":[541]},{"name":"URLZONE_USER_MAX","features":[541]},{"name":"URLZONE_USER_MIN","features":[541]},{"name":"URL_ENCODING","features":[541]},{"name":"URL_ENCODING_DISABLE_UTF8","features":[541]},{"name":"URL_ENCODING_ENABLE_UTF8","features":[541]},{"name":"URL_ENCODING_NONE","features":[541]},{"name":"URL_MK_LEGACY","features":[541]},{"name":"URL_MK_NO_CANONICALIZE","features":[541]},{"name":"URL_MK_UNIFORM","features":[541]},{"name":"USE_SRC_URL","features":[541]},{"name":"UriBuilder_USE_ORIGINAL_FLAGS","features":[541]},{"name":"Uri_DISPLAY_IDN_HOST","features":[541]},{"name":"Uri_DISPLAY_NO_FRAGMENT","features":[541]},{"name":"Uri_DISPLAY_NO_PUNYCODE","features":[541]},{"name":"Uri_ENCODING_HOST_IS_IDN","features":[541]},{"name":"Uri_ENCODING_HOST_IS_PERCENT_ENCODED_CP","features":[541]},{"name":"Uri_ENCODING_HOST_IS_PERCENT_ENCODED_UTF8","features":[541]},{"name":"Uri_ENCODING_QUERY_AND_FRAGMENT_IS_CP","features":[541]},{"name":"Uri_ENCODING_QUERY_AND_FRAGMENT_IS_PERCENT_ENCODED_UTF8","features":[541]},{"name":"Uri_ENCODING_USER_INFO_AND_PATH_IS_CP","features":[541]},{"name":"Uri_ENCODING_USER_INFO_AND_PATH_IS_PERCENT_ENCODED_UTF8","features":[541]},{"name":"Uri_HOST_DNS","features":[541]},{"name":"Uri_HOST_IDN","features":[541]},{"name":"Uri_HOST_IPV4","features":[541]},{"name":"Uri_HOST_IPV6","features":[541]},{"name":"Uri_HOST_TYPE","features":[541]},{"name":"Uri_HOST_UNKNOWN","features":[541]},{"name":"Uri_PUNYCODE_IDN_HOST","features":[541]},{"name":"UrlMkGetSessionOption","features":[541]},{"name":"UrlMkSetSessionOption","features":[541]},{"name":"WININETINFO_OPTION_LOCK_HANDLE","features":[541]},{"name":"WriteHitLogging","features":[305,541]},{"name":"ZAFLAGS","features":[541]},{"name":"ZAFLAGS_ADD_SITES","features":[541]},{"name":"ZAFLAGS_CUSTOM_EDIT","features":[541]},{"name":"ZAFLAGS_DETECT_INTRANET","features":[541]},{"name":"ZAFLAGS_INCLUDE_INTRANET_SITES","features":[541]},{"name":"ZAFLAGS_INCLUDE_PROXY_OVERRIDE","features":[541]},{"name":"ZAFLAGS_NO_CACHE","features":[541]},{"name":"ZAFLAGS_NO_UI","features":[541]},{"name":"ZAFLAGS_REQUIRE_VERIFICATION","features":[541]},{"name":"ZAFLAGS_SUPPORTS_VERIFICATION","features":[541]},{"name":"ZAFLAGS_UNC_AS_INTRANET","features":[541]},{"name":"ZAFLAGS_USE_LOCKED_ZONES","features":[541]},{"name":"ZAFLAGS_VERIFY_TEMPLATE_SETTINGS","features":[541]},{"name":"ZONEATTRIBUTES","features":[541]}],"551":[{"name":"APPDATA","features":[542]},{"name":"APPSTATISTICS","features":[542]},{"name":"APPTYPE_LIBRARY","features":[542]},{"name":"APPTYPE_SERVER","features":[542]},{"name":"APPTYPE_SWC","features":[542]},{"name":"APPTYPE_UNKNOWN","features":[542]},{"name":"AppDomainHelper","features":[542]},{"name":"ApplicationProcessRecycleInfo","features":[305,542]},{"name":"ApplicationProcessStatistics","features":[542]},{"name":"ApplicationProcessSummary","features":[305,542]},{"name":"ApplicationSummary","features":[542]},{"name":"AutoSvcs_Error_Constants","features":[542]},{"name":"ByotServerEx","features":[542]},{"name":"CLSIDDATA","features":[542]},{"name":"CLSIDDATA2","features":[542]},{"name":"COMAdmin32BitComponent","features":[542]},{"name":"COMAdmin64BitComponent","features":[542]},{"name":"COMAdminAccessChecksApplicationComponentLevel","features":[542]},{"name":"COMAdminAccessChecksApplicationLevel","features":[542]},{"name":"COMAdminAccessChecksLevelOptions","features":[542]},{"name":"COMAdminActivationInproc","features":[542]},{"name":"COMAdminActivationLocal","features":[542]},{"name":"COMAdminActivationOptions","features":[542]},{"name":"COMAdminApplicationExportOptions","features":[542]},{"name":"COMAdminApplicationInstallOptions","features":[542]},{"name":"COMAdminAuthenticationCall","features":[542]},{"name":"COMAdminAuthenticationCapabilitiesDynamicCloaking","features":[542]},{"name":"COMAdminAuthenticationCapabilitiesNone","features":[542]},{"name":"COMAdminAuthenticationCapabilitiesOptions","features":[542]},{"name":"COMAdminAuthenticationCapabilitiesSecureReference","features":[542]},{"name":"COMAdminAuthenticationCapabilitiesStaticCloaking","features":[542]},{"name":"COMAdminAuthenticationConnect","features":[542]},{"name":"COMAdminAuthenticationDefault","features":[542]},{"name":"COMAdminAuthenticationIntegrity","features":[542]},{"name":"COMAdminAuthenticationLevelOptions","features":[542]},{"name":"COMAdminAuthenticationNone","features":[542]},{"name":"COMAdminAuthenticationPacket","features":[542]},{"name":"COMAdminAuthenticationPrivacy","features":[542]},{"name":"COMAdminCatalog","features":[542]},{"name":"COMAdminCatalogCollection","features":[542]},{"name":"COMAdminCatalogObject","features":[542]},{"name":"COMAdminCompFlagAlreadyInstalled","features":[542]},{"name":"COMAdminCompFlagCOMPlusPropertiesFound","features":[542]},{"name":"COMAdminCompFlagInterfacesFound","features":[542]},{"name":"COMAdminCompFlagNotInApplication","features":[542]},{"name":"COMAdminCompFlagProxyFound","features":[542]},{"name":"COMAdminCompFlagTypeInfoFound","features":[542]},{"name":"COMAdminComponentFlags","features":[542]},{"name":"COMAdminComponentType","features":[542]},{"name":"COMAdminErrAlreadyInstalled","features":[542]},{"name":"COMAdminErrAppDirNotFound","features":[542]},{"name":"COMAdminErrAppFileReadFail","features":[542]},{"name":"COMAdminErrAppFileVersion","features":[542]},{"name":"COMAdminErrAppFileWriteFail","features":[542]},{"name":"COMAdminErrAppNotRunning","features":[542]},{"name":"COMAdminErrApplicationExists","features":[542]},{"name":"COMAdminErrApplidMatchesClsid","features":[542]},{"name":"COMAdminErrAuthenticationLevel","features":[542]},{"name":"COMAdminErrBadPath","features":[542]},{"name":"COMAdminErrBadRegistryLibID","features":[542]},{"name":"COMAdminErrBadRegistryProgID","features":[542]},{"name":"COMAdminErrBasePartitionOnly","features":[542]},{"name":"COMAdminErrCLSIDOrIIDMismatch","features":[542]},{"name":"COMAdminErrCanNotExportAppProxy","features":[542]},{"name":"COMAdminErrCanNotExportSystemApp","features":[542]},{"name":"COMAdminErrCanNotStartApp","features":[542]},{"name":"COMAdminErrCanNotSubscribeToComponent","features":[542]},{"name":"COMAdminErrCannotCopyEventClass","features":[542]},{"name":"COMAdminErrCantCopyFile","features":[542]},{"name":"COMAdminErrCantRecycleLibraryApps","features":[542]},{"name":"COMAdminErrCantRecycleServiceApps","features":[542]},{"name":"COMAdminErrCatBitnessMismatch","features":[542]},{"name":"COMAdminErrCatPauseResumeNotSupported","features":[542]},{"name":"COMAdminErrCatServerFault","features":[542]},{"name":"COMAdminErrCatUnacceptableBitness","features":[542]},{"name":"COMAdminErrCatWrongAppBitnessBitness","features":[542]},{"name":"COMAdminErrCoReqCompInstalled","features":[542]},{"name":"COMAdminErrCompFileBadTLB","features":[542]},{"name":"COMAdminErrCompFileClassNotAvail","features":[542]},{"name":"COMAdminErrCompFileDoesNotExist","features":[542]},{"name":"COMAdminErrCompFileGetClassObj","features":[542]},{"name":"COMAdminErrCompFileLoadDLLFail","features":[542]},{"name":"COMAdminErrCompFileNoRegistrar","features":[542]},{"name":"COMAdminErrCompFileNotInstallable","features":[542]},{"name":"COMAdminErrCompMoveBadDest","features":[542]},{"name":"COMAdminErrCompMoveDest","features":[542]},{"name":"COMAdminErrCompMoveLocked","features":[542]},{"name":"COMAdminErrCompMovePrivate","features":[542]},{"name":"COMAdminErrCompMoveSource","features":[542]},{"name":"COMAdminErrComponentExists","features":[542]},{"name":"COMAdminErrDllLoadFailed","features":[542]},{"name":"COMAdminErrDllRegisterServer","features":[542]},{"name":"COMAdminErrDuplicatePartitionName","features":[542]},{"name":"COMAdminErrEventClassCannotBeSubscriber","features":[542]},{"name":"COMAdminErrImportedComponentsNotAllowed","features":[542]},{"name":"COMAdminErrInvalidPartition","features":[542]},{"name":"COMAdminErrInvalidUserids","features":[542]},{"name":"COMAdminErrKeyMissing","features":[542]},{"name":"COMAdminErrLibAppProxyIncompatible","features":[542]},{"name":"COMAdminErrMigSchemaNotFound","features":[542]},{"name":"COMAdminErrMigVersionNotSupported","features":[542]},{"name":"COMAdminErrNoRegistryCLSID","features":[542]},{"name":"COMAdminErrNoServerShare","features":[542]},{"name":"COMAdminErrNoUser","features":[542]},{"name":"COMAdminErrNotChangeable","features":[542]},{"name":"COMAdminErrNotDeletable","features":[542]},{"name":"COMAdminErrNotInRegistry","features":[542]},{"name":"COMAdminErrObjectDoesNotExist","features":[542]},{"name":"COMAdminErrObjectErrors","features":[542]},{"name":"COMAdminErrObjectExists","features":[542]},{"name":"COMAdminErrObjectInvalid","features":[542]},{"name":"COMAdminErrObjectNotPoolable","features":[542]},{"name":"COMAdminErrObjectParentMissing","features":[542]},{"name":"COMAdminErrPartitionInUse","features":[542]},{"name":"COMAdminErrPartitionMsiOnly","features":[542]},{"name":"COMAdminErrPausedProcessMayNotBeRecycled","features":[542]},{"name":"COMAdminErrProcessAlreadyRecycled","features":[542]},{"name":"COMAdminErrPropertyOverflow","features":[542]},{"name":"COMAdminErrPropertySaveFailed","features":[542]},{"name":"COMAdminErrQueuingServiceNotAvailable","features":[542]},{"name":"COMAdminErrRegFileCorrupt","features":[542]},{"name":"COMAdminErrRegdbAlreadyRunning","features":[542]},{"name":"COMAdminErrRegdbNotInitialized","features":[542]},{"name":"COMAdminErrRegdbNotOpen","features":[542]},{"name":"COMAdminErrRegdbSystemErr","features":[542]},{"name":"COMAdminErrRegisterTLB","features":[542]},{"name":"COMAdminErrRegistrarFailed","features":[542]},{"name":"COMAdminErrRemoteInterface","features":[542]},{"name":"COMAdminErrRequiresDifferentPlatform","features":[542]},{"name":"COMAdminErrRoleDoesNotExist","features":[542]},{"name":"COMAdminErrRoleExists","features":[542]},{"name":"COMAdminErrServiceNotInstalled","features":[542]},{"name":"COMAdminErrSession","features":[542]},{"name":"COMAdminErrStartAppDisabled","features":[542]},{"name":"COMAdminErrStartAppNeedsComponents","features":[542]},{"name":"COMAdminErrSystemApp","features":[542]},{"name":"COMAdminErrUserPasswdNotValid","features":[542]},{"name":"COMAdminErrorCodes","features":[542]},{"name":"COMAdminExportApplicationProxy","features":[542]},{"name":"COMAdminExportForceOverwriteOfFiles","features":[542]},{"name":"COMAdminExportIn10Format","features":[542]},{"name":"COMAdminExportNoUsers","features":[542]},{"name":"COMAdminExportUsers","features":[542]},{"name":"COMAdminFileFlagAlreadyInstalled","features":[542]},{"name":"COMAdminFileFlagBadTLB","features":[542]},{"name":"COMAdminFileFlagCOM","features":[542]},{"name":"COMAdminFileFlagClassNotAvailable","features":[542]},{"name":"COMAdminFileFlagContainsComp","features":[542]},{"name":"COMAdminFileFlagContainsPS","features":[542]},{"name":"COMAdminFileFlagContainsTLB","features":[542]},{"name":"COMAdminFileFlagDLLRegsvrFailed","features":[542]},{"name":"COMAdminFileFlagDoesNotExist","features":[542]},{"name":"COMAdminFileFlagError","features":[542]},{"name":"COMAdminFileFlagGetClassObjFailed","features":[542]},{"name":"COMAdminFileFlagLoadable","features":[542]},{"name":"COMAdminFileFlagNoRegistrar","features":[542]},{"name":"COMAdminFileFlagRegTLBFailed","features":[542]},{"name":"COMAdminFileFlagRegistrar","features":[542]},{"name":"COMAdminFileFlagRegistrarFailed","features":[542]},{"name":"COMAdminFileFlagSelfReg","features":[542]},{"name":"COMAdminFileFlagSelfUnReg","features":[542]},{"name":"COMAdminFileFlagUnloadableDLL","features":[542]},{"name":"COMAdminFileFlags","features":[542]},{"name":"COMAdminImpersonationAnonymous","features":[542]},{"name":"COMAdminImpersonationDelegate","features":[542]},{"name":"COMAdminImpersonationIdentify","features":[542]},{"name":"COMAdminImpersonationImpersonate","features":[542]},{"name":"COMAdminImpersonationLevelOptions","features":[542]},{"name":"COMAdminInUse","features":[542]},{"name":"COMAdminInUseByCatalog","features":[542]},{"name":"COMAdminInUseByRegistryClsid","features":[542]},{"name":"COMAdminInUseByRegistryProxyStub","features":[542]},{"name":"COMAdminInUseByRegistryTypeLib","features":[542]},{"name":"COMAdminInUseByRegistryUnknown","features":[542]},{"name":"COMAdminInstallForceOverwriteOfFiles","features":[542]},{"name":"COMAdminInstallNoUsers","features":[542]},{"name":"COMAdminInstallUsers","features":[542]},{"name":"COMAdminNotInUse","features":[542]},{"name":"COMAdminOS","features":[542]},{"name":"COMAdminOSNotInitialized","features":[542]},{"name":"COMAdminOSUnknown","features":[542]},{"name":"COMAdminOSWindows2000","features":[542]},{"name":"COMAdminOSWindows2000AdvancedServer","features":[542]},{"name":"COMAdminOSWindows2000Unknown","features":[542]},{"name":"COMAdminOSWindows3_1","features":[542]},{"name":"COMAdminOSWindows7DatacenterServer","features":[542]},{"name":"COMAdminOSWindows7EnterpriseServer","features":[542]},{"name":"COMAdminOSWindows7Personal","features":[542]},{"name":"COMAdminOSWindows7Professional","features":[542]},{"name":"COMAdminOSWindows7StandardServer","features":[542]},{"name":"COMAdminOSWindows7WebServer","features":[542]},{"name":"COMAdminOSWindows8DatacenterServer","features":[542]},{"name":"COMAdminOSWindows8EnterpriseServer","features":[542]},{"name":"COMAdminOSWindows8Personal","features":[542]},{"name":"COMAdminOSWindows8Professional","features":[542]},{"name":"COMAdminOSWindows8StandardServer","features":[542]},{"name":"COMAdminOSWindows8WebServer","features":[542]},{"name":"COMAdminOSWindows9x","features":[542]},{"name":"COMAdminOSWindowsBlueDatacenterServer","features":[542]},{"name":"COMAdminOSWindowsBlueEnterpriseServer","features":[542]},{"name":"COMAdminOSWindowsBluePersonal","features":[542]},{"name":"COMAdminOSWindowsBlueProfessional","features":[542]},{"name":"COMAdminOSWindowsBlueStandardServer","features":[542]},{"name":"COMAdminOSWindowsBlueWebServer","features":[542]},{"name":"COMAdminOSWindowsLonghornDatacenterServer","features":[542]},{"name":"COMAdminOSWindowsLonghornEnterpriseServer","features":[542]},{"name":"COMAdminOSWindowsLonghornPersonal","features":[542]},{"name":"COMAdminOSWindowsLonghornProfessional","features":[542]},{"name":"COMAdminOSWindowsLonghornStandardServer","features":[542]},{"name":"COMAdminOSWindowsLonghornWebServer","features":[542]},{"name":"COMAdminOSWindowsNETDatacenterServer","features":[542]},{"name":"COMAdminOSWindowsNETEnterpriseServer","features":[542]},{"name":"COMAdminOSWindowsNETStandardServer","features":[542]},{"name":"COMAdminOSWindowsNETWebServer","features":[542]},{"name":"COMAdminOSWindowsXPPersonal","features":[542]},{"name":"COMAdminOSWindowsXPProfessional","features":[542]},{"name":"COMAdminQCMessageAuthenticateOff","features":[542]},{"name":"COMAdminQCMessageAuthenticateOn","features":[542]},{"name":"COMAdminQCMessageAuthenticateOptions","features":[542]},{"name":"COMAdminQCMessageAuthenticateSecureApps","features":[542]},{"name":"COMAdminServiceContinuePending","features":[542]},{"name":"COMAdminServiceLoadBalanceRouter","features":[542]},{"name":"COMAdminServiceOptions","features":[542]},{"name":"COMAdminServicePausePending","features":[542]},{"name":"COMAdminServicePaused","features":[542]},{"name":"COMAdminServiceRunning","features":[542]},{"name":"COMAdminServiceStartPending","features":[542]},{"name":"COMAdminServiceStatusOptions","features":[542]},{"name":"COMAdminServiceStopPending","features":[542]},{"name":"COMAdminServiceStopped","features":[542]},{"name":"COMAdminServiceUnknownState","features":[542]},{"name":"COMAdminSynchronizationIgnored","features":[542]},{"name":"COMAdminSynchronizationNone","features":[542]},{"name":"COMAdminSynchronizationOptions","features":[542]},{"name":"COMAdminSynchronizationRequired","features":[542]},{"name":"COMAdminSynchronizationRequiresNew","features":[542]},{"name":"COMAdminSynchronizationSupported","features":[542]},{"name":"COMAdminThreadingModelApartment","features":[542]},{"name":"COMAdminThreadingModelBoth","features":[542]},{"name":"COMAdminThreadingModelFree","features":[542]},{"name":"COMAdminThreadingModelMain","features":[542]},{"name":"COMAdminThreadingModelNeutral","features":[542]},{"name":"COMAdminThreadingModelNotSpecified","features":[542]},{"name":"COMAdminThreadingModels","features":[542]},{"name":"COMAdminTransactionIgnored","features":[542]},{"name":"COMAdminTransactionNone","features":[542]},{"name":"COMAdminTransactionOptions","features":[542]},{"name":"COMAdminTransactionRequired","features":[542]},{"name":"COMAdminTransactionRequiresNew","features":[542]},{"name":"COMAdminTransactionSupported","features":[542]},{"name":"COMAdminTxIsolationLevelAny","features":[542]},{"name":"COMAdminTxIsolationLevelOptions","features":[542]},{"name":"COMAdminTxIsolationLevelReadCommitted","features":[542]},{"name":"COMAdminTxIsolationLevelReadUnCommitted","features":[542]},{"name":"COMAdminTxIsolationLevelRepeatableRead","features":[542]},{"name":"COMAdminTxIsolationLevelSerializable","features":[542]},{"name":"COMEvents","features":[542]},{"name":"COMPLUS_APPTYPE","features":[542]},{"name":"COMSVCSEVENTINFO","features":[542]},{"name":"CRMClerk","features":[542]},{"name":"CRMFLAGS","features":[542]},{"name":"CRMFLAG_FORGETTARGET","features":[542]},{"name":"CRMFLAG_REPLAYINPROGRESS","features":[542]},{"name":"CRMFLAG_WRITTENDURINGABORT","features":[542]},{"name":"CRMFLAG_WRITTENDURINGCOMMIT","features":[542]},{"name":"CRMFLAG_WRITTENDURINGPREPARE","features":[542]},{"name":"CRMFLAG_WRITTENDURINGRECOVERY","features":[542]},{"name":"CRMFLAG_WRITTENDURINGREPLAY","features":[542]},{"name":"CRMREGFLAGS","features":[542]},{"name":"CRMREGFLAG_ABORTPHASE","features":[542]},{"name":"CRMREGFLAG_ALLPHASES","features":[542]},{"name":"CRMREGFLAG_COMMITPHASE","features":[542]},{"name":"CRMREGFLAG_FAILIFINDOUBTSREMAIN","features":[542]},{"name":"CRMREGFLAG_PREPAREPHASE","features":[542]},{"name":"CRMRecoveryClerk","features":[542]},{"name":"CRR_ACTIVATION_LIMIT","features":[542]},{"name":"CRR_CALL_LIMIT","features":[542]},{"name":"CRR_LIFETIME_LIMIT","features":[542]},{"name":"CRR_MEMORY_LIMIT","features":[542]},{"name":"CRR_NO_REASON_SUPPLIED","features":[542]},{"name":"CRR_RECYCLED_FROM_UI","features":[542]},{"name":"CSC_BindToPoolThread","features":[542]},{"name":"CSC_Binding","features":[542]},{"name":"CSC_COMTIIntrinsicsConfig","features":[542]},{"name":"CSC_CreateTransactionIfNecessary","features":[542]},{"name":"CSC_DontUseTracker","features":[542]},{"name":"CSC_IISIntrinsicsConfig","features":[542]},{"name":"CSC_IfContainerIsSynchronized","features":[542]},{"name":"CSC_IfContainerIsTransactional","features":[542]},{"name":"CSC_Ignore","features":[542]},{"name":"CSC_Inherit","features":[542]},{"name":"CSC_InheritCOMTIIntrinsics","features":[542]},{"name":"CSC_InheritIISIntrinsics","features":[542]},{"name":"CSC_InheritPartition","features":[542]},{"name":"CSC_InheritSxs","features":[542]},{"name":"CSC_InheritanceConfig","features":[542]},{"name":"CSC_MTAThreadPool","features":[542]},{"name":"CSC_NewPartition","features":[542]},{"name":"CSC_NewSxs","features":[542]},{"name":"CSC_NewSynchronization","features":[542]},{"name":"CSC_NewSynchronizationIfNecessary","features":[542]},{"name":"CSC_NewTransaction","features":[542]},{"name":"CSC_NoBinding","features":[542]},{"name":"CSC_NoCOMTIIntrinsics","features":[542]},{"name":"CSC_NoIISIntrinsics","features":[542]},{"name":"CSC_NoPartition","features":[542]},{"name":"CSC_NoSxs","features":[542]},{"name":"CSC_NoSynchronization","features":[542]},{"name":"CSC_NoTransaction","features":[542]},{"name":"CSC_PartitionConfig","features":[542]},{"name":"CSC_STAThreadPool","features":[542]},{"name":"CSC_SxsConfig","features":[542]},{"name":"CSC_SynchronizationConfig","features":[542]},{"name":"CSC_ThreadPool","features":[542]},{"name":"CSC_ThreadPoolInherit","features":[542]},{"name":"CSC_ThreadPoolNone","features":[542]},{"name":"CSC_TrackerConfig","features":[542]},{"name":"CSC_TransactionConfig","features":[542]},{"name":"CSC_UseTracker","features":[542]},{"name":"CServiceConfig","features":[542]},{"name":"ClrAssemblyLocator","features":[542]},{"name":"CoCreateActivity","features":[542]},{"name":"CoEnterServiceDomain","features":[542]},{"name":"CoGetDefaultContext","features":[358,542]},{"name":"CoLeaveServiceDomain","features":[542]},{"name":"CoMTSLocator","features":[542]},{"name":"ComServiceEvents","features":[542]},{"name":"ComSystemAppEventData","features":[542]},{"name":"ComponentHangMonitorInfo","features":[305,542]},{"name":"ComponentStatistics","features":[542]},{"name":"ComponentSummary","features":[542]},{"name":"ContextInfo","features":[358,542]},{"name":"ContextInfo2","features":[358,542]},{"name":"CrmLogRecordRead","features":[358,542]},{"name":"CrmTransactionState","features":[542]},{"name":"DATA_NOT_AVAILABLE","features":[542]},{"name":"DUMPTYPE","features":[542]},{"name":"DUMPTYPE_FULL","features":[542]},{"name":"DUMPTYPE_MINI","features":[542]},{"name":"DUMPTYPE_NONE","features":[542]},{"name":"DispenserManager","features":[542]},{"name":"Dummy30040732","features":[542]},{"name":"EventServer","features":[542]},{"name":"GATD_INCLUDE_APPLICATION_NAME","features":[542]},{"name":"GATD_INCLUDE_CLASS_NAME","features":[542]},{"name":"GATD_INCLUDE_LIBRARY_APPS","features":[542]},{"name":"GATD_INCLUDE_PROCESS_EXE_NAME","features":[542]},{"name":"GATD_INCLUDE_SWC","features":[542]},{"name":"GUID_STRING_SIZE","features":[542]},{"name":"GetAppTrackerDataFlags","features":[542]},{"name":"GetDispenserManager","features":[542]},{"name":"GetManagedExtensions","features":[542]},{"name":"GetSecurityCallContextAppObject","features":[542]},{"name":"HANG_INFO","features":[305,542]},{"name":"IAppDomainHelper","features":[358,542]},{"name":"IAssemblyLocator","features":[358,542]},{"name":"IAsyncErrorNotify","features":[542]},{"name":"ICOMAdminCatalog","features":[358,542]},{"name":"ICOMAdminCatalog2","features":[358,542]},{"name":"ICOMLBArguments","features":[542]},{"name":"ICatalogCollection","features":[358,542]},{"name":"ICatalogObject","features":[358,542]},{"name":"ICheckSxsConfig","features":[542]},{"name":"IComActivityEvents","features":[542]},{"name":"IComApp2Events","features":[542]},{"name":"IComAppEvents","features":[542]},{"name":"IComCRMEvents","features":[542]},{"name":"IComExceptionEvents","features":[542]},{"name":"IComIdentityEvents","features":[542]},{"name":"IComInstance2Events","features":[542]},{"name":"IComInstanceEvents","features":[542]},{"name":"IComLTxEvents","features":[542]},{"name":"IComMethod2Events","features":[542]},{"name":"IComMethodEvents","features":[542]},{"name":"IComMtaThreadPoolKnobs","features":[542]},{"name":"IComObjectConstruction2Events","features":[542]},{"name":"IComObjectConstructionEvents","features":[542]},{"name":"IComObjectEvents","features":[542]},{"name":"IComObjectPool2Events","features":[542]},{"name":"IComObjectPoolEvents","features":[542]},{"name":"IComObjectPoolEvents2","features":[542]},{"name":"IComQCEvents","features":[542]},{"name":"IComResourceEvents","features":[542]},{"name":"IComSecurityEvents","features":[542]},{"name":"IComStaThreadPoolKnobs","features":[542]},{"name":"IComStaThreadPoolKnobs2","features":[542]},{"name":"IComThreadEvents","features":[542]},{"name":"IComTrackingInfoCollection","features":[542]},{"name":"IComTrackingInfoEvents","features":[542]},{"name":"IComTrackingInfoObject","features":[542]},{"name":"IComTrackingInfoProperties","features":[542]},{"name":"IComTransaction2Events","features":[542]},{"name":"IComTransactionEvents","features":[542]},{"name":"IComUserEvent","features":[542]},{"name":"IContextProperties","features":[542]},{"name":"IContextSecurityPerimeter","features":[542]},{"name":"IContextState","features":[542]},{"name":"ICreateWithLocalTransaction","features":[542]},{"name":"ICreateWithTipTransactionEx","features":[542]},{"name":"ICreateWithTransactionEx","features":[542]},{"name":"ICrmCompensator","features":[542]},{"name":"ICrmCompensatorVariants","features":[542]},{"name":"ICrmFormatLogRecords","features":[542]},{"name":"ICrmLogControl","features":[542]},{"name":"ICrmMonitor","features":[542]},{"name":"ICrmMonitorClerks","features":[358,542]},{"name":"ICrmMonitorLogRecords","features":[542]},{"name":"IDispenserDriver","features":[542]},{"name":"IDispenserManager","features":[542]},{"name":"IEnumNames","features":[542]},{"name":"IEventServerTrace","features":[358,542]},{"name":"IGetAppTrackerData","features":[542]},{"name":"IGetContextProperties","features":[542]},{"name":"IGetSecurityCallContext","features":[358,542]},{"name":"IHolder","features":[542]},{"name":"ILBEvents","features":[542]},{"name":"IMTSActivity","features":[542]},{"name":"IMTSCall","features":[542]},{"name":"IMTSLocator","features":[358,542]},{"name":"IManagedActivationEvents","features":[542]},{"name":"IManagedObjectInfo","features":[542]},{"name":"IManagedPoolAction","features":[542]},{"name":"IManagedPooledObj","features":[542]},{"name":"IMessageMover","features":[358,542]},{"name":"IMtsEventInfo","features":[358,542]},{"name":"IMtsEvents","features":[358,542]},{"name":"IMtsGrp","features":[358,542]},{"name":"IObjPool","features":[542]},{"name":"IObjectConstruct","features":[542]},{"name":"IObjectConstructString","features":[358,542]},{"name":"IObjectContext","features":[542]},{"name":"IObjectContextActivity","features":[542]},{"name":"IObjectContextInfo","features":[542]},{"name":"IObjectContextInfo2","features":[542]},{"name":"IObjectContextTip","features":[542]},{"name":"IObjectControl","features":[542]},{"name":"IPlaybackControl","features":[542]},{"name":"IPoolManager","features":[358,542]},{"name":"IProcessInitializer","features":[542]},{"name":"ISecurityCallContext","features":[358,542]},{"name":"ISecurityCallersColl","features":[358,542]},{"name":"ISecurityIdentityColl","features":[358,542]},{"name":"ISecurityProperty","features":[542]},{"name":"ISelectCOMLBServer","features":[542]},{"name":"ISendMethodEvents","features":[542]},{"name":"IServiceActivity","features":[542]},{"name":"IServiceCall","features":[542]},{"name":"IServiceComTIIntrinsicsConfig","features":[542]},{"name":"IServiceIISIntrinsicsConfig","features":[542]},{"name":"IServiceInheritanceConfig","features":[542]},{"name":"IServicePartitionConfig","features":[542]},{"name":"IServicePool","features":[542]},{"name":"IServicePoolConfig","features":[542]},{"name":"IServiceSxsConfig","features":[542]},{"name":"IServiceSynchronizationConfig","features":[542]},{"name":"IServiceSysTxnConfig","features":[542]},{"name":"IServiceThreadPoolConfig","features":[542]},{"name":"IServiceTrackerConfig","features":[542]},{"name":"IServiceTransactionConfig","features":[542]},{"name":"IServiceTransactionConfigBase","features":[542]},{"name":"ISharedProperty","features":[358,542]},{"name":"ISharedPropertyGroup","features":[358,542]},{"name":"ISharedPropertyGroupManager","features":[358,542]},{"name":"ISystemAppEventData","features":[542]},{"name":"IThreadPoolKnobs","features":[542]},{"name":"ITransactionContext","features":[358,542]},{"name":"ITransactionContextEx","features":[542]},{"name":"ITransactionProperty","features":[542]},{"name":"ITransactionProxy","features":[542]},{"name":"ITransactionResourcePool","features":[542]},{"name":"ITransactionStatus","features":[542]},{"name":"ITxProxyHolder","features":[542]},{"name":"LBEvents","features":[542]},{"name":"LockMethod","features":[542]},{"name":"LockModes","features":[542]},{"name":"LockSetGet","features":[542]},{"name":"MTSCreateActivity","features":[542]},{"name":"MTXDM_E_ENLISTRESOURCEFAILED","features":[542]},{"name":"MessageMover","features":[542]},{"name":"MtsGrp","features":[542]},{"name":"ObjectContext","features":[358,542]},{"name":"ObjectControl","features":[542]},{"name":"PoolMgr","features":[542]},{"name":"Process","features":[542]},{"name":"RECYCLE_INFO","features":[542]},{"name":"RecycleSurrogate","features":[542]},{"name":"ReleaseModes","features":[542]},{"name":"SafeRef","features":[542]},{"name":"SecurityCallContext","features":[542]},{"name":"SecurityCallers","features":[542]},{"name":"SecurityIdentity","features":[542]},{"name":"SecurityProperty","features":[358,542]},{"name":"ServicePool","features":[542]},{"name":"ServicePoolConfig","features":[542]},{"name":"SharedProperty","features":[542]},{"name":"SharedPropertyGroup","features":[542]},{"name":"SharedPropertyGroupManager","features":[542]},{"name":"Standard","features":[542]},{"name":"TRACKER_INIT_EVENT","features":[542]},{"name":"TRACKER_STARTSTOP_EVENT","features":[542]},{"name":"TRACKING_COLL_TYPE","features":[542]},{"name":"TRKCOLL_APPLICATIONS","features":[542]},{"name":"TRKCOLL_COMPONENTS","features":[542]},{"name":"TRKCOLL_PROCESSES","features":[542]},{"name":"TrackerServer","features":[542]},{"name":"TransactionContext","features":[542]},{"name":"TransactionContextEx","features":[542]},{"name":"TransactionVote","features":[542]},{"name":"TxAbort","features":[542]},{"name":"TxCommit","features":[542]},{"name":"TxState_Aborted","features":[542]},{"name":"TxState_Active","features":[542]},{"name":"TxState_Committed","features":[542]},{"name":"TxState_Indoubt","features":[542]},{"name":"comQCErrApplicationNotQueued","features":[542]},{"name":"comQCErrNoQueueableInterfaces","features":[542]},{"name":"comQCErrQueueTransactMismatch","features":[542]},{"name":"comQCErrQueuingServiceNotAvailable","features":[542]},{"name":"comqcErrBadMarshaledObject","features":[542]},{"name":"comqcErrInvalidMessage","features":[542]},{"name":"comqcErrMarshaledObjSameTxn","features":[542]},{"name":"comqcErrMsgNotAuthenticated","features":[542]},{"name":"comqcErrMsmqConnectorUsed","features":[542]},{"name":"comqcErrMsmqServiceUnavailable","features":[542]},{"name":"comqcErrMsmqSidUnavailable","features":[542]},{"name":"comqcErrOutParam","features":[542]},{"name":"comqcErrPSLoad","features":[542]},{"name":"comqcErrRecorderMarshalled","features":[542]},{"name":"comqcErrRecorderNotTrusted","features":[542]},{"name":"comqcErrWrongMsgExtension","features":[542]},{"name":"mtsErrCtxAborted","features":[542]},{"name":"mtsErrCtxAborting","features":[542]},{"name":"mtsErrCtxNoContext","features":[542]},{"name":"mtsErrCtxNoSecurity","features":[542]},{"name":"mtsErrCtxNotRegistered","features":[542]},{"name":"mtsErrCtxOldReference","features":[542]},{"name":"mtsErrCtxRoleNotFound","features":[542]},{"name":"mtsErrCtxSynchTimeout","features":[542]},{"name":"mtsErrCtxTMNotAvailable","features":[542]},{"name":"mtsErrCtxWrongThread","features":[542]}],"552":[{"name":"ALTNUMPAD_BIT","features":[377]},{"name":"ATTACH_PARENT_PROCESS","features":[377]},{"name":"AddConsoleAliasA","features":[305,377]},{"name":"AddConsoleAliasW","features":[305,377]},{"name":"AllocConsole","features":[305,377]},{"name":"AttachConsole","features":[305,377]},{"name":"BACKGROUND_BLUE","features":[377]},{"name":"BACKGROUND_GREEN","features":[377]},{"name":"BACKGROUND_INTENSITY","features":[377]},{"name":"BACKGROUND_RED","features":[377]},{"name":"CAPSLOCK_ON","features":[377]},{"name":"CHAR_INFO","features":[377]},{"name":"COMMON_LVB_GRID_HORIZONTAL","features":[377]},{"name":"COMMON_LVB_GRID_LVERTICAL","features":[377]},{"name":"COMMON_LVB_GRID_RVERTICAL","features":[377]},{"name":"COMMON_LVB_LEADING_BYTE","features":[377]},{"name":"COMMON_LVB_REVERSE_VIDEO","features":[377]},{"name":"COMMON_LVB_SBCSDBCS","features":[377]},{"name":"COMMON_LVB_TRAILING_BYTE","features":[377]},{"name":"COMMON_LVB_UNDERSCORE","features":[377]},{"name":"CONSOLECONTROL","features":[377]},{"name":"CONSOLEENDTASK","features":[305,377]},{"name":"CONSOLESETFOREGROUND","features":[305,377]},{"name":"CONSOLEWINDOWOWNER","features":[305,377]},{"name":"CONSOLE_CARET_INFO","features":[305,377]},{"name":"CONSOLE_CHARACTER_ATTRIBUTES","features":[377]},{"name":"CONSOLE_CURSOR_INFO","features":[305,377]},{"name":"CONSOLE_FONT_INFO","features":[377]},{"name":"CONSOLE_FONT_INFOEX","features":[377]},{"name":"CONSOLE_FULLSCREEN","features":[377]},{"name":"CONSOLE_FULLSCREEN_HARDWARE","features":[377]},{"name":"CONSOLE_FULLSCREEN_MODE","features":[377]},{"name":"CONSOLE_HISTORY_INFO","features":[377]},{"name":"CONSOLE_MODE","features":[377]},{"name":"CONSOLE_MOUSE_DOWN","features":[377]},{"name":"CONSOLE_MOUSE_SELECTION","features":[377]},{"name":"CONSOLE_NO_SELECTION","features":[377]},{"name":"CONSOLE_PROCESS_INFO","features":[377]},{"name":"CONSOLE_READCONSOLE_CONTROL","features":[377]},{"name":"CONSOLE_SCREEN_BUFFER_INFO","features":[377]},{"name":"CONSOLE_SCREEN_BUFFER_INFOEX","features":[305,377]},{"name":"CONSOLE_SELECTION_INFO","features":[377]},{"name":"CONSOLE_SELECTION_IN_PROGRESS","features":[377]},{"name":"CONSOLE_SELECTION_NOT_EMPTY","features":[377]},{"name":"CONSOLE_TEXTMODE_BUFFER","features":[377]},{"name":"CONSOLE_WINDOWED_MODE","features":[377]},{"name":"COORD","features":[377]},{"name":"CTRL_BREAK_EVENT","features":[377]},{"name":"CTRL_CLOSE_EVENT","features":[377]},{"name":"CTRL_C_EVENT","features":[377]},{"name":"CTRL_LOGOFF_EVENT","features":[377]},{"name":"CTRL_SHUTDOWN_EVENT","features":[377]},{"name":"ClosePseudoConsole","features":[377]},{"name":"ConsoleControl","features":[305,377]},{"name":"ConsoleEndTask","features":[377]},{"name":"ConsoleNotifyConsoleApplication","features":[377]},{"name":"ConsoleSetCaretInfo","features":[377]},{"name":"ConsoleSetForeground","features":[377]},{"name":"ConsoleSetWindowOwner","features":[377]},{"name":"CreateConsoleScreenBuffer","features":[305,309,377]},{"name":"CreatePseudoConsole","features":[305,377]},{"name":"DISABLE_NEWLINE_AUTO_RETURN","features":[377]},{"name":"DOUBLE_CLICK","features":[377]},{"name":"ENABLE_AUTO_POSITION","features":[377]},{"name":"ENABLE_ECHO_INPUT","features":[377]},{"name":"ENABLE_EXTENDED_FLAGS","features":[377]},{"name":"ENABLE_INSERT_MODE","features":[377]},{"name":"ENABLE_LINE_INPUT","features":[377]},{"name":"ENABLE_LVB_GRID_WORLDWIDE","features":[377]},{"name":"ENABLE_MOUSE_INPUT","features":[377]},{"name":"ENABLE_PROCESSED_INPUT","features":[377]},{"name":"ENABLE_PROCESSED_OUTPUT","features":[377]},{"name":"ENABLE_QUICK_EDIT_MODE","features":[377]},{"name":"ENABLE_VIRTUAL_TERMINAL_INPUT","features":[377]},{"name":"ENABLE_VIRTUAL_TERMINAL_PROCESSING","features":[377]},{"name":"ENABLE_WINDOW_INPUT","features":[377]},{"name":"ENABLE_WRAP_AT_EOL_OUTPUT","features":[377]},{"name":"ENHANCED_KEY","features":[377]},{"name":"ExpungeConsoleCommandHistoryA","features":[377]},{"name":"ExpungeConsoleCommandHistoryW","features":[377]},{"name":"FOCUS_EVENT","features":[377]},{"name":"FOCUS_EVENT_RECORD","features":[305,377]},{"name":"FOREGROUND_BLUE","features":[377]},{"name":"FOREGROUND_GREEN","features":[377]},{"name":"FOREGROUND_INTENSITY","features":[377]},{"name":"FOREGROUND_RED","features":[377]},{"name":"FROM_LEFT_1ST_BUTTON_PRESSED","features":[377]},{"name":"FROM_LEFT_2ND_BUTTON_PRESSED","features":[377]},{"name":"FROM_LEFT_3RD_BUTTON_PRESSED","features":[377]},{"name":"FROM_LEFT_4TH_BUTTON_PRESSED","features":[377]},{"name":"FillConsoleOutputAttribute","features":[305,377]},{"name":"FillConsoleOutputCharacterA","features":[305,377]},{"name":"FillConsoleOutputCharacterW","features":[305,377]},{"name":"FlushConsoleInputBuffer","features":[305,377]},{"name":"FreeConsole","features":[305,377]},{"name":"GenerateConsoleCtrlEvent","features":[305,377]},{"name":"GetConsoleAliasA","features":[377]},{"name":"GetConsoleAliasExesA","features":[377]},{"name":"GetConsoleAliasExesLengthA","features":[377]},{"name":"GetConsoleAliasExesLengthW","features":[377]},{"name":"GetConsoleAliasExesW","features":[377]},{"name":"GetConsoleAliasW","features":[377]},{"name":"GetConsoleAliasesA","features":[377]},{"name":"GetConsoleAliasesLengthA","features":[377]},{"name":"GetConsoleAliasesLengthW","features":[377]},{"name":"GetConsoleAliasesW","features":[377]},{"name":"GetConsoleCP","features":[377]},{"name":"GetConsoleCommandHistoryA","features":[377]},{"name":"GetConsoleCommandHistoryLengthA","features":[377]},{"name":"GetConsoleCommandHistoryLengthW","features":[377]},{"name":"GetConsoleCommandHistoryW","features":[377]},{"name":"GetConsoleCursorInfo","features":[305,377]},{"name":"GetConsoleDisplayMode","features":[305,377]},{"name":"GetConsoleFontSize","features":[305,377]},{"name":"GetConsoleHistoryInfo","features":[305,377]},{"name":"GetConsoleMode","features":[305,377]},{"name":"GetConsoleOriginalTitleA","features":[377]},{"name":"GetConsoleOriginalTitleW","features":[377]},{"name":"GetConsoleOutputCP","features":[377]},{"name":"GetConsoleProcessList","features":[377]},{"name":"GetConsoleScreenBufferInfo","features":[305,377]},{"name":"GetConsoleScreenBufferInfoEx","features":[305,377]},{"name":"GetConsoleSelectionInfo","features":[305,377]},{"name":"GetConsoleTitleA","features":[377]},{"name":"GetConsoleTitleW","features":[377]},{"name":"GetConsoleWindow","features":[305,377]},{"name":"GetCurrentConsoleFont","features":[305,377]},{"name":"GetCurrentConsoleFontEx","features":[305,377]},{"name":"GetLargestConsoleWindowSize","features":[305,377]},{"name":"GetNumberOfConsoleInputEvents","features":[305,377]},{"name":"GetNumberOfConsoleMouseButtons","features":[305,377]},{"name":"GetStdHandle","features":[305,377]},{"name":"HISTORY_NO_DUP_FLAG","features":[377]},{"name":"HPCON","features":[377]},{"name":"INPUT_RECORD","features":[305,377]},{"name":"KEY_EVENT","features":[377]},{"name":"KEY_EVENT_RECORD","features":[305,377]},{"name":"LEFT_ALT_PRESSED","features":[377]},{"name":"LEFT_CTRL_PRESSED","features":[377]},{"name":"MENU_EVENT","features":[377]},{"name":"MENU_EVENT_RECORD","features":[377]},{"name":"MOUSE_EVENT","features":[377]},{"name":"MOUSE_EVENT_RECORD","features":[377]},{"name":"MOUSE_HWHEELED","features":[377]},{"name":"MOUSE_MOVED","features":[377]},{"name":"MOUSE_WHEELED","features":[377]},{"name":"NLS_ALPHANUMERIC","features":[377]},{"name":"NLS_DBCSCHAR","features":[377]},{"name":"NLS_HIRAGANA","features":[377]},{"name":"NLS_IME_CONVERSION","features":[377]},{"name":"NLS_IME_DISABLE","features":[377]},{"name":"NLS_KATAKANA","features":[377]},{"name":"NLS_ROMAN","features":[377]},{"name":"NUMLOCK_ON","features":[377]},{"name":"PHANDLER_ROUTINE","features":[305,377]},{"name":"PSEUDOCONSOLE_INHERIT_CURSOR","features":[377]},{"name":"PeekConsoleInputA","features":[305,377]},{"name":"PeekConsoleInputW","features":[305,377]},{"name":"RIGHTMOST_BUTTON_PRESSED","features":[377]},{"name":"RIGHT_ALT_PRESSED","features":[377]},{"name":"RIGHT_CTRL_PRESSED","features":[377]},{"name":"ReadConsoleA","features":[305,377]},{"name":"ReadConsoleInputA","features":[305,377]},{"name":"ReadConsoleInputW","features":[305,377]},{"name":"ReadConsoleOutputA","features":[305,377]},{"name":"ReadConsoleOutputAttribute","features":[305,377]},{"name":"ReadConsoleOutputCharacterA","features":[305,377]},{"name":"ReadConsoleOutputCharacterW","features":[305,377]},{"name":"ReadConsoleOutputW","features":[305,377]},{"name":"ReadConsoleW","features":[305,377]},{"name":"Reserved1","features":[377]},{"name":"Reserved2","features":[377]},{"name":"Reserved3","features":[377]},{"name":"ResizePseudoConsole","features":[377]},{"name":"SCROLLLOCK_ON","features":[377]},{"name":"SHIFT_PRESSED","features":[377]},{"name":"SMALL_RECT","features":[377]},{"name":"STD_ERROR_HANDLE","features":[377]},{"name":"STD_HANDLE","features":[377]},{"name":"STD_INPUT_HANDLE","features":[377]},{"name":"STD_OUTPUT_HANDLE","features":[377]},{"name":"ScrollConsoleScreenBufferA","features":[305,377]},{"name":"ScrollConsoleScreenBufferW","features":[305,377]},{"name":"SetConsoleActiveScreenBuffer","features":[305,377]},{"name":"SetConsoleCP","features":[305,377]},{"name":"SetConsoleCtrlHandler","features":[305,377]},{"name":"SetConsoleCursorInfo","features":[305,377]},{"name":"SetConsoleCursorPosition","features":[305,377]},{"name":"SetConsoleDisplayMode","features":[305,377]},{"name":"SetConsoleHistoryInfo","features":[305,377]},{"name":"SetConsoleMode","features":[305,377]},{"name":"SetConsoleNumberOfCommandsA","features":[305,377]},{"name":"SetConsoleNumberOfCommandsW","features":[305,377]},{"name":"SetConsoleOutputCP","features":[305,377]},{"name":"SetConsoleScreenBufferInfoEx","features":[305,377]},{"name":"SetConsoleScreenBufferSize","features":[305,377]},{"name":"SetConsoleTextAttribute","features":[305,377]},{"name":"SetConsoleTitleA","features":[305,377]},{"name":"SetConsoleTitleW","features":[305,377]},{"name":"SetConsoleWindowInfo","features":[305,377]},{"name":"SetCurrentConsoleFontEx","features":[305,377]},{"name":"SetStdHandle","features":[305,377]},{"name":"SetStdHandleEx","features":[305,377]},{"name":"WINDOW_BUFFER_SIZE_EVENT","features":[377]},{"name":"WINDOW_BUFFER_SIZE_RECORD","features":[377]},{"name":"WriteConsoleA","features":[305,377]},{"name":"WriteConsoleInputA","features":[305,377]},{"name":"WriteConsoleInputW","features":[305,377]},{"name":"WriteConsoleOutputA","features":[305,377]},{"name":"WriteConsoleOutputAttribute","features":[305,377]},{"name":"WriteConsoleOutputCharacterA","features":[305,377]},{"name":"WriteConsoleOutputCharacterW","features":[305,377]},{"name":"WriteConsoleOutputW","features":[305,377]},{"name":"WriteConsoleW","features":[305,377]}],"553":[{"name":"CACO_DEFAULT","features":[543]},{"name":"CACO_EXTERNAL_ONLY","features":[543]},{"name":"CACO_INCLUDE_EXTERNAL","features":[543]},{"name":"CA_CREATE_EXTERNAL","features":[543]},{"name":"CA_CREATE_LOCAL","features":[543]},{"name":"CGD_ARRAY_NODE","features":[543]},{"name":"CGD_BINARY_PROPERTY","features":[543]},{"name":"CGD_DATE_PROPERTY","features":[543]},{"name":"CGD_DEFAULT","features":[543]},{"name":"CGD_STRING_PROPERTY","features":[543]},{"name":"CGD_UNKNOWN_PROPERTY","features":[543]},{"name":"CLSID_ContactAggregationManager","features":[543]},{"name":"CONTACTLABEL_PUB_AGENT","features":[543]},{"name":"CONTACTLABEL_PUB_BBS","features":[543]},{"name":"CONTACTLABEL_PUB_BUSINESS","features":[543]},{"name":"CONTACTLABEL_PUB_CAR","features":[543]},{"name":"CONTACTLABEL_PUB_CELLULAR","features":[543]},{"name":"CONTACTLABEL_PUB_DOMESTIC","features":[543]},{"name":"CONTACTLABEL_PUB_FAX","features":[543]},{"name":"CONTACTLABEL_PUB_INTERNATIONAL","features":[543]},{"name":"CONTACTLABEL_PUB_ISDN","features":[543]},{"name":"CONTACTLABEL_PUB_LOGO","features":[543]},{"name":"CONTACTLABEL_PUB_MOBILE","features":[543]},{"name":"CONTACTLABEL_PUB_MODEM","features":[543]},{"name":"CONTACTLABEL_PUB_OTHER","features":[543]},{"name":"CONTACTLABEL_PUB_PAGER","features":[543]},{"name":"CONTACTLABEL_PUB_PARCEL","features":[543]},{"name":"CONTACTLABEL_PUB_PCS","features":[543]},{"name":"CONTACTLABEL_PUB_PERSONAL","features":[543]},{"name":"CONTACTLABEL_PUB_POSTAL","features":[543]},{"name":"CONTACTLABEL_PUB_PREFERRED","features":[543]},{"name":"CONTACTLABEL_PUB_TTY","features":[543]},{"name":"CONTACTLABEL_PUB_USERTILE","features":[543]},{"name":"CONTACTLABEL_PUB_VIDEO","features":[543]},{"name":"CONTACTLABEL_PUB_VOICE","features":[543]},{"name":"CONTACTLABEL_WAB_ANNIVERSARY","features":[543]},{"name":"CONTACTLABEL_WAB_ASSISTANT","features":[543]},{"name":"CONTACTLABEL_WAB_BIRTHDAY","features":[543]},{"name":"CONTACTLABEL_WAB_CHILD","features":[543]},{"name":"CONTACTLABEL_WAB_MANAGER","features":[543]},{"name":"CONTACTLABEL_WAB_SCHOOL","features":[543]},{"name":"CONTACTLABEL_WAB_SOCIALNETWORK","features":[543]},{"name":"CONTACTLABEL_WAB_SPOUSE","features":[543]},{"name":"CONTACTLABEL_WAB_WISHLIST","features":[543]},{"name":"CONTACTPROP_PUB_CREATIONDATE","features":[543]},{"name":"CONTACTPROP_PUB_GENDER","features":[543]},{"name":"CONTACTPROP_PUB_GENDER_FEMALE","features":[543]},{"name":"CONTACTPROP_PUB_GENDER_MALE","features":[543]},{"name":"CONTACTPROP_PUB_GENDER_UNSPECIFIED","features":[543]},{"name":"CONTACTPROP_PUB_L1_CERTIFICATECOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_CONTACTIDCOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_DATECOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_EMAILADDRESSCOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_IMADDRESSCOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_NAMECOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_PERSONCOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_PHONENUMBERCOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_PHOTOCOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_PHYSICALADDRESSCOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_POSITIONCOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L1_URLCOLLECTION","features":[543]},{"name":"CONTACTPROP_PUB_L2_CERTIFICATE","features":[543]},{"name":"CONTACTPROP_PUB_L2_CONTACTID","features":[543]},{"name":"CONTACTPROP_PUB_L2_DATE","features":[543]},{"name":"CONTACTPROP_PUB_L2_EMAILADDRESS","features":[543]},{"name":"CONTACTPROP_PUB_L2_IMADDRESSENTRY","features":[543]},{"name":"CONTACTPROP_PUB_L2_NAME","features":[543]},{"name":"CONTACTPROP_PUB_L2_PERSON","features":[543]},{"name":"CONTACTPROP_PUB_L2_PHONENUMBER","features":[543]},{"name":"CONTACTPROP_PUB_L2_PHOTO","features":[543]},{"name":"CONTACTPROP_PUB_L2_PHYSICALADDRESS","features":[543]},{"name":"CONTACTPROP_PUB_L2_POSITION","features":[543]},{"name":"CONTACTPROP_PUB_L2_URL","features":[543]},{"name":"CONTACTPROP_PUB_L3_ADDRESS","features":[543]},{"name":"CONTACTPROP_PUB_L3_ADDRESSLABEL","features":[543]},{"name":"CONTACTPROP_PUB_L3_ALTERNATE","features":[543]},{"name":"CONTACTPROP_PUB_L3_COMPANY","features":[543]},{"name":"CONTACTPROP_PUB_L3_COUNTRY","features":[543]},{"name":"CONTACTPROP_PUB_L3_DEPARTMENT","features":[543]},{"name":"CONTACTPROP_PUB_L3_EXTENDEDADDRESS","features":[543]},{"name":"CONTACTPROP_PUB_L3_FAMILYNAME","features":[543]},{"name":"CONTACTPROP_PUB_L3_FORMATTEDNAME","features":[543]},{"name":"CONTACTPROP_PUB_L3_GENERATION","features":[543]},{"name":"CONTACTPROP_PUB_L3_GIVENNAME","features":[543]},{"name":"CONTACTPROP_PUB_L3_JOB_TITLE","features":[543]},{"name":"CONTACTPROP_PUB_L3_LOCALITY","features":[543]},{"name":"CONTACTPROP_PUB_L3_MIDDLENAME","features":[543]},{"name":"CONTACTPROP_PUB_L3_NICKNAME","features":[543]},{"name":"CONTACTPROP_PUB_L3_NUMBER","features":[543]},{"name":"CONTACTPROP_PUB_L3_OFFICE","features":[543]},{"name":"CONTACTPROP_PUB_L3_ORGANIZATION","features":[543]},{"name":"CONTACTPROP_PUB_L3_PERSONID","features":[543]},{"name":"CONTACTPROP_PUB_L3_PHONETIC","features":[543]},{"name":"CONTACTPROP_PUB_L3_POBOX","features":[543]},{"name":"CONTACTPROP_PUB_L3_POSTALCODE","features":[543]},{"name":"CONTACTPROP_PUB_L3_PREFIX","features":[543]},{"name":"CONTACTPROP_PUB_L3_PROFESSION","features":[543]},{"name":"CONTACTPROP_PUB_L3_PROTOCOL","features":[543]},{"name":"CONTACTPROP_PUB_L3_REGION","features":[543]},{"name":"CONTACTPROP_PUB_L3_ROLE","features":[543]},{"name":"CONTACTPROP_PUB_L3_STREET","features":[543]},{"name":"CONTACTPROP_PUB_L3_SUFFIX","features":[543]},{"name":"CONTACTPROP_PUB_L3_THUMBPRINT","features":[543]},{"name":"CONTACTPROP_PUB_L3_TITLE","features":[543]},{"name":"CONTACTPROP_PUB_L3_TYPE","features":[543]},{"name":"CONTACTPROP_PUB_L3_URL","features":[543]},{"name":"CONTACTPROP_PUB_L3_VALUE","features":[543]},{"name":"CONTACTPROP_PUB_MAILER","features":[543]},{"name":"CONTACTPROP_PUB_NOTES","features":[543]},{"name":"CONTACTPROP_PUB_PROGID","features":[543]},{"name":"CONTACT_AGGREGATION_BLOB","features":[543]},{"name":"CONTACT_AGGREGATION_COLLECTION_OPTIONS","features":[543]},{"name":"CONTACT_AGGREGATION_CREATE_OR_OPEN_OPTIONS","features":[543]},{"name":"Contact","features":[543]},{"name":"ContactManager","features":[543]},{"name":"IContact","features":[543]},{"name":"IContactAggregationAggregate","features":[543]},{"name":"IContactAggregationAggregateCollection","features":[543]},{"name":"IContactAggregationContact","features":[543]},{"name":"IContactAggregationContactCollection","features":[543]},{"name":"IContactAggregationGroup","features":[543]},{"name":"IContactAggregationGroupCollection","features":[543]},{"name":"IContactAggregationLink","features":[543]},{"name":"IContactAggregationLinkCollection","features":[543]},{"name":"IContactAggregationManager","features":[543]},{"name":"IContactAggregationServerPerson","features":[543]},{"name":"IContactAggregationServerPersonCollection","features":[543]},{"name":"IContactCollection","features":[543]},{"name":"IContactManager","features":[543]},{"name":"IContactProperties","features":[543]},{"name":"IContactPropertyCollection","features":[543]}],"554":[{"name":"CORRELATION_VECTOR","features":[510]},{"name":"RTL_CORRELATION_VECTOR_STRING_LENGTH","features":[510]},{"name":"RTL_CORRELATION_VECTOR_V1_LENGTH","features":[510]},{"name":"RTL_CORRELATION_VECTOR_V1_PREFIX_LENGTH","features":[510]},{"name":"RTL_CORRELATION_VECTOR_V2_LENGTH","features":[510]},{"name":"RTL_CORRELATION_VECTOR_V2_PREFIX_LENGTH","features":[510]},{"name":"RtlExtendCorrelationVector","features":[510]},{"name":"RtlIncrementCorrelationVector","features":[510]},{"name":"RtlInitializeCorrelationVector","features":[510]},{"name":"RtlValidateCorrelationVector","features":[510]}],"555":[{"name":"APPCLASS_MASK","features":[544]},{"name":"APPCLASS_MONITOR","features":[544]},{"name":"APPCLASS_STANDARD","features":[544]},{"name":"APPCMD_CLIENTONLY","features":[544]},{"name":"APPCMD_FILTERINITS","features":[544]},{"name":"APPCMD_MASK","features":[544]},{"name":"AddAtomA","features":[544]},{"name":"AddAtomW","features":[544]},{"name":"AddClipboardFormatListener","features":[305,544]},{"name":"CADV_LATEACK","features":[544]},{"name":"CBF_FAIL_ADVISES","features":[544]},{"name":"CBF_FAIL_ALLSVRXACTIONS","features":[544]},{"name":"CBF_FAIL_CONNECTIONS","features":[544]},{"name":"CBF_FAIL_EXECUTES","features":[544]},{"name":"CBF_FAIL_POKES","features":[544]},{"name":"CBF_FAIL_REQUESTS","features":[544]},{"name":"CBF_FAIL_SELFCONNECTIONS","features":[544]},{"name":"CBF_SKIP_ALLNOTIFICATIONS","features":[544]},{"name":"CBF_SKIP_CONNECT_CONFIRMS","features":[544]},{"name":"CBF_SKIP_DISCONNECTS","features":[544]},{"name":"CBF_SKIP_REGISTRATIONS","features":[544]},{"name":"CBF_SKIP_UNREGISTRATIONS","features":[544]},{"name":"CONVCONTEXT","features":[305,309,544]},{"name":"CONVINFO","features":[305,309,544]},{"name":"CONVINFO_CONVERSATION_STATE","features":[544]},{"name":"CONVINFO_STATUS","features":[544]},{"name":"COPYDATASTRUCT","features":[544]},{"name":"CP_WINANSI","features":[544]},{"name":"CP_WINNEUTRAL","features":[544]},{"name":"CP_WINUNICODE","features":[544]},{"name":"ChangeClipboardChain","features":[305,544]},{"name":"CloseClipboard","features":[305,544]},{"name":"CountClipboardFormats","features":[544]},{"name":"DDEACK","features":[544]},{"name":"DDEADVISE","features":[544]},{"name":"DDEDATA","features":[544]},{"name":"DDELN","features":[544]},{"name":"DDEML_MSG_HOOK_DATA","features":[544]},{"name":"DDEPOKE","features":[544]},{"name":"DDEUP","features":[544]},{"name":"DDE_CLIENT_TRANSACTION_TYPE","features":[544]},{"name":"DDE_ENABLE_CALLBACK_CMD","features":[544]},{"name":"DDE_FACK","features":[544]},{"name":"DDE_FACKREQ","features":[544]},{"name":"DDE_FAPPSTATUS","features":[544]},{"name":"DDE_FBUSY","features":[544]},{"name":"DDE_FDEFERUPD","features":[544]},{"name":"DDE_FNOTPROCESSED","features":[544]},{"name":"DDE_FRELEASE","features":[544]},{"name":"DDE_FREQUESTED","features":[544]},{"name":"DDE_INITIALIZE_COMMAND","features":[544]},{"name":"DDE_NAME_SERVICE_CMD","features":[544]},{"name":"DMLERR_ADVACKTIMEOUT","features":[544]},{"name":"DMLERR_BUSY","features":[544]},{"name":"DMLERR_DATAACKTIMEOUT","features":[544]},{"name":"DMLERR_DLL_NOT_INITIALIZED","features":[544]},{"name":"DMLERR_DLL_USAGE","features":[544]},{"name":"DMLERR_EXECACKTIMEOUT","features":[544]},{"name":"DMLERR_FIRST","features":[544]},{"name":"DMLERR_INVALIDPARAMETER","features":[544]},{"name":"DMLERR_LAST","features":[544]},{"name":"DMLERR_LOW_MEMORY","features":[544]},{"name":"DMLERR_MEMORY_ERROR","features":[544]},{"name":"DMLERR_NOTPROCESSED","features":[544]},{"name":"DMLERR_NO_CONV_ESTABLISHED","features":[544]},{"name":"DMLERR_NO_ERROR","features":[544]},{"name":"DMLERR_POKEACKTIMEOUT","features":[544]},{"name":"DMLERR_POSTMSG_FAILED","features":[544]},{"name":"DMLERR_REENTRANCY","features":[544]},{"name":"DMLERR_SERVER_DIED","features":[544]},{"name":"DMLERR_SYS_ERROR","features":[544]},{"name":"DMLERR_UNADVACKTIMEOUT","features":[544]},{"name":"DMLERR_UNFOUND_QUEUE_ID","features":[544]},{"name":"DNS_FILTEROFF","features":[544]},{"name":"DNS_FILTERON","features":[544]},{"name":"DNS_REGISTER","features":[544]},{"name":"DNS_UNREGISTER","features":[544]},{"name":"DdeAbandonTransaction","features":[305,544]},{"name":"DdeAccessData","features":[544]},{"name":"DdeAddData","features":[544]},{"name":"DdeClientTransaction","features":[544]},{"name":"DdeCmpStringHandles","features":[544]},{"name":"DdeConnect","features":[305,309,544]},{"name":"DdeConnectList","features":[305,309,544]},{"name":"DdeCreateDataHandle","features":[544]},{"name":"DdeCreateStringHandleA","features":[544]},{"name":"DdeCreateStringHandleW","features":[544]},{"name":"DdeDisconnect","features":[305,544]},{"name":"DdeDisconnectList","features":[305,544]},{"name":"DdeEnableCallback","features":[305,544]},{"name":"DdeFreeDataHandle","features":[305,544]},{"name":"DdeFreeStringHandle","features":[305,544]},{"name":"DdeGetData","features":[544]},{"name":"DdeGetLastError","features":[544]},{"name":"DdeImpersonateClient","features":[305,544]},{"name":"DdeInitializeA","features":[544]},{"name":"DdeInitializeW","features":[544]},{"name":"DdeKeepStringHandle","features":[305,544]},{"name":"DdeNameService","features":[544]},{"name":"DdePostAdvise","features":[305,544]},{"name":"DdeQueryConvInfo","features":[305,309,544]},{"name":"DdeQueryNextServer","features":[544]},{"name":"DdeQueryStringA","features":[544]},{"name":"DdeQueryStringW","features":[544]},{"name":"DdeReconnect","features":[544]},{"name":"DdeSetQualityOfService","features":[305,309,544]},{"name":"DdeSetUserHandle","features":[305,544]},{"name":"DdeUnaccessData","features":[305,544]},{"name":"DdeUninitialize","features":[305,544]},{"name":"DeleteAtom","features":[544]},{"name":"EC_DISABLE","features":[544]},{"name":"EC_ENABLEALL","features":[544]},{"name":"EC_ENABLEONE","features":[544]},{"name":"EC_QUERYWAITING","features":[544]},{"name":"EmptyClipboard","features":[305,544]},{"name":"EnumClipboardFormats","features":[544]},{"name":"FindAtomA","features":[544]},{"name":"FindAtomW","features":[544]},{"name":"FreeDDElParam","features":[305,544]},{"name":"GetAtomNameA","features":[544]},{"name":"GetAtomNameW","features":[544]},{"name":"GetClipboardData","features":[305,544]},{"name":"GetClipboardFormatNameA","features":[544]},{"name":"GetClipboardFormatNameW","features":[544]},{"name":"GetClipboardOwner","features":[305,544]},{"name":"GetClipboardSequenceNumber","features":[544]},{"name":"GetClipboardViewer","features":[305,544]},{"name":"GetOpenClipboardWindow","features":[305,544]},{"name":"GetPriorityClipboardFormat","features":[544]},{"name":"GetUpdatedClipboardFormats","features":[305,544]},{"name":"GlobalAddAtomA","features":[544]},{"name":"GlobalAddAtomExA","features":[544]},{"name":"GlobalAddAtomExW","features":[544]},{"name":"GlobalAddAtomW","features":[544]},{"name":"GlobalDeleteAtom","features":[544]},{"name":"GlobalFindAtomA","features":[544]},{"name":"GlobalFindAtomW","features":[544]},{"name":"GlobalGetAtomNameA","features":[544]},{"name":"GlobalGetAtomNameW","features":[544]},{"name":"HCONV","features":[544]},{"name":"HCONVLIST","features":[544]},{"name":"HDATA_APPOWNED","features":[544]},{"name":"HDDEDATA","features":[544]},{"name":"HSZ","features":[544]},{"name":"HSZPAIR","features":[544]},{"name":"ImpersonateDdeClientWindow","features":[305,544]},{"name":"InitAtomTable","features":[305,544]},{"name":"IsClipboardFormatAvailable","features":[305,544]},{"name":"MAX_MONITORS","features":[544]},{"name":"METAFILEPICT","features":[317,544]},{"name":"MF_CALLBACKS","features":[544]},{"name":"MF_CONV","features":[544]},{"name":"MF_ERRORS","features":[544]},{"name":"MF_HSZ_INFO","features":[544]},{"name":"MF_LINKS","features":[544]},{"name":"MF_MASK","features":[544]},{"name":"MF_POSTMSGS","features":[544]},{"name":"MF_SENDMSGS","features":[544]},{"name":"MH_CLEANUP","features":[544]},{"name":"MH_CREATE","features":[544]},{"name":"MH_DELETE","features":[544]},{"name":"MH_KEEP","features":[544]},{"name":"MONCBSTRUCT","features":[305,309,544]},{"name":"MONCONVSTRUCT","features":[305,544]},{"name":"MONERRSTRUCT","features":[305,544]},{"name":"MONHSZSTRUCTA","features":[305,544]},{"name":"MONHSZSTRUCTW","features":[305,544]},{"name":"MONLINKSTRUCT","features":[305,544]},{"name":"MONMSGSTRUCT","features":[305,544]},{"name":"MSGF_DDEMGR","features":[544]},{"name":"OpenClipboard","features":[305,544]},{"name":"PFNCALLBACK","features":[544]},{"name":"PackDDElParam","features":[305,544]},{"name":"QID_SYNC","features":[544]},{"name":"RegisterClipboardFormatA","features":[544]},{"name":"RegisterClipboardFormatW","features":[544]},{"name":"RemoveClipboardFormatListener","features":[305,544]},{"name":"ReuseDDElParam","features":[305,544]},{"name":"ST_ADVISE","features":[544]},{"name":"ST_BLOCKED","features":[544]},{"name":"ST_BLOCKNEXT","features":[544]},{"name":"ST_CLIENT","features":[544]},{"name":"ST_CONNECTED","features":[544]},{"name":"ST_INLIST","features":[544]},{"name":"ST_ISLOCAL","features":[544]},{"name":"ST_ISSELF","features":[544]},{"name":"ST_TERMINATED","features":[544]},{"name":"SZDDESYS_ITEM_FORMATS","features":[544]},{"name":"SZDDESYS_ITEM_HELP","features":[544]},{"name":"SZDDESYS_ITEM_RTNMSG","features":[544]},{"name":"SZDDESYS_ITEM_STATUS","features":[544]},{"name":"SZDDESYS_ITEM_SYSITEMS","features":[544]},{"name":"SZDDESYS_ITEM_TOPICS","features":[544]},{"name":"SZDDESYS_TOPIC","features":[544]},{"name":"SZDDE_ITEM_ITEMLIST","features":[544]},{"name":"SetClipboardData","features":[305,544]},{"name":"SetClipboardViewer","features":[305,544]},{"name":"SetWinMetaFileBits","features":[317,544]},{"name":"TIMEOUT_ASYNC","features":[544]},{"name":"UnpackDDElParam","features":[305,544]},{"name":"WM_DDE_ACK","features":[544]},{"name":"WM_DDE_ADVISE","features":[544]},{"name":"WM_DDE_DATA","features":[544]},{"name":"WM_DDE_EXECUTE","features":[544]},{"name":"WM_DDE_FIRST","features":[544]},{"name":"WM_DDE_INITIATE","features":[544]},{"name":"WM_DDE_LAST","features":[544]},{"name":"WM_DDE_POKE","features":[544]},{"name":"WM_DDE_REQUEST","features":[544]},{"name":"WM_DDE_TERMINATE","features":[544]},{"name":"WM_DDE_UNADVISE","features":[544]},{"name":"XCLASS_BOOL","features":[544]},{"name":"XCLASS_DATA","features":[544]},{"name":"XCLASS_FLAGS","features":[544]},{"name":"XCLASS_MASK","features":[544]},{"name":"XCLASS_NOTIFICATION","features":[544]},{"name":"XST_ADVACKRCVD","features":[544]},{"name":"XST_ADVDATAACKRCVD","features":[544]},{"name":"XST_ADVDATASENT","features":[544]},{"name":"XST_ADVSENT","features":[544]},{"name":"XST_CONNECTED","features":[544]},{"name":"XST_DATARCVD","features":[544]},{"name":"XST_EXECACKRCVD","features":[544]},{"name":"XST_EXECSENT","features":[544]},{"name":"XST_INCOMPLETE","features":[544]},{"name":"XST_INIT1","features":[544]},{"name":"XST_INIT2","features":[544]},{"name":"XST_NULL","features":[544]},{"name":"XST_POKEACKRCVD","features":[544]},{"name":"XST_POKESENT","features":[544]},{"name":"XST_REQSENT","features":[544]},{"name":"XST_UNADVACKRCVD","features":[544]},{"name":"XST_UNADVSENT","features":[544]},{"name":"XTYPF_ACKREQ","features":[544]},{"name":"XTYPF_NOBLOCK","features":[544]},{"name":"XTYPF_NODATA","features":[544]},{"name":"XTYP_ADVDATA","features":[544]},{"name":"XTYP_ADVREQ","features":[544]},{"name":"XTYP_ADVSTART","features":[544]},{"name":"XTYP_ADVSTOP","features":[544]},{"name":"XTYP_CONNECT","features":[544]},{"name":"XTYP_CONNECT_CONFIRM","features":[544]},{"name":"XTYP_DISCONNECT","features":[544]},{"name":"XTYP_EXECUTE","features":[544]},{"name":"XTYP_MASK","features":[544]},{"name":"XTYP_MONITOR","features":[544]},{"name":"XTYP_POKE","features":[544]},{"name":"XTYP_REGISTER","features":[544]},{"name":"XTYP_REQUEST","features":[544]},{"name":"XTYP_SHIFT","features":[544]},{"name":"XTYP_UNREGISTER","features":[544]},{"name":"XTYP_WILDCONNECT","features":[544]},{"name":"XTYP_XACT_COMPLETE","features":[544]}],"556":[{"name":"CPU_ARCHITECTURE","features":[545]},{"name":"CPU_ARCHITECTURE_AMD64","features":[545]},{"name":"CPU_ARCHITECTURE_IA64","features":[545]},{"name":"CPU_ARCHITECTURE_INTEL","features":[545]},{"name":"EVT_WDSMCS_E_CP_CALLBACKS_NOT_REG","features":[545]},{"name":"EVT_WDSMCS_E_CP_CLOSE_INSTANCE_FAILED","features":[545]},{"name":"EVT_WDSMCS_E_CP_DLL_LOAD_FAILED","features":[545]},{"name":"EVT_WDSMCS_E_CP_DLL_LOAD_FAILED_CRITICAL","features":[545]},{"name":"EVT_WDSMCS_E_CP_INCOMPATIBLE_SERVER_VERSION","features":[545]},{"name":"EVT_WDSMCS_E_CP_INIT_FUNC_FAILED","features":[545]},{"name":"EVT_WDSMCS_E_CP_INIT_FUNC_MISSING","features":[545]},{"name":"EVT_WDSMCS_E_CP_MEMORY_LEAK","features":[545]},{"name":"EVT_WDSMCS_E_CP_OPEN_CONTENT_FAILED","features":[545]},{"name":"EVT_WDSMCS_E_CP_OPEN_INSTANCE_FAILED","features":[545]},{"name":"EVT_WDSMCS_E_CP_SHUTDOWN_FUNC_FAILED","features":[545]},{"name":"EVT_WDSMCS_E_DUPLICATE_MULTICAST_ADDR","features":[545]},{"name":"EVT_WDSMCS_E_NON_WDS_DUPLICATE_MULTICAST_ADDR","features":[545]},{"name":"EVT_WDSMCS_E_NSREG_CONTENT_PROVIDER_NOT_REG","features":[545]},{"name":"EVT_WDSMCS_E_NSREG_FAILURE","features":[545]},{"name":"EVT_WDSMCS_E_NSREG_NAMESPACE_EXISTS","features":[545]},{"name":"EVT_WDSMCS_E_NSREG_START_TIME_IN_PAST","features":[545]},{"name":"EVT_WDSMCS_E_PARAMETERS_READ_FAILED","features":[545]},{"name":"EVT_WDSMCS_S_PARAMETERS_READ","features":[545]},{"name":"EVT_WDSMCS_W_CP_DLL_LOAD_FAILED_NOT_CRITICAL","features":[545]},{"name":"FACILITY_WDSMCCLIENT","features":[545]},{"name":"FACILITY_WDSMCSERVER","features":[545]},{"name":"FACILITY_WDSTPTMGMT","features":[545]},{"name":"IWdsTransportCacheable","features":[358,545]},{"name":"IWdsTransportClient","features":[358,545]},{"name":"IWdsTransportCollection","features":[358,545]},{"name":"IWdsTransportConfigurationManager","features":[358,545]},{"name":"IWdsTransportConfigurationManager2","features":[358,545]},{"name":"IWdsTransportContent","features":[358,545]},{"name":"IWdsTransportContentProvider","features":[358,545]},{"name":"IWdsTransportDiagnosticsPolicy","features":[358,545]},{"name":"IWdsTransportManager","features":[358,545]},{"name":"IWdsTransportMulticastSessionPolicy","features":[358,545]},{"name":"IWdsTransportNamespace","features":[358,545]},{"name":"IWdsTransportNamespaceAutoCast","features":[358,545]},{"name":"IWdsTransportNamespaceManager","features":[358,545]},{"name":"IWdsTransportNamespaceScheduledCast","features":[358,545]},{"name":"IWdsTransportNamespaceScheduledCastAutoStart","features":[358,545]},{"name":"IWdsTransportNamespaceScheduledCastManualStart","features":[358,545]},{"name":"IWdsTransportServer","features":[358,545]},{"name":"IWdsTransportServer2","features":[358,545]},{"name":"IWdsTransportServicePolicy","features":[358,545]},{"name":"IWdsTransportServicePolicy2","features":[358,545]},{"name":"IWdsTransportSession","features":[358,545]},{"name":"IWdsTransportSetupManager","features":[358,545]},{"name":"IWdsTransportSetupManager2","features":[358,545]},{"name":"IWdsTransportTftpClient","features":[358,545]},{"name":"IWdsTransportTftpManager","features":[358,545]},{"name":"MC_SERVER_CURRENT_VERSION","features":[545]},{"name":"PFN_WDS_CLI_CALLBACK_MESSAGE_ID","features":[545]},{"name":"PFN_WdsCliCallback","features":[305,545]},{"name":"PFN_WdsCliTraceFunction","features":[545]},{"name":"PFN_WdsTransportClientReceiveContents","features":[305,545]},{"name":"PFN_WdsTransportClientReceiveMetadata","features":[305,545]},{"name":"PFN_WdsTransportClientSessionComplete","features":[305,545]},{"name":"PFN_WdsTransportClientSessionNegotiate","features":[305,545]},{"name":"PFN_WdsTransportClientSessionStart","features":[305,545]},{"name":"PFN_WdsTransportClientSessionStartEx","features":[305,545]},{"name":"PXE_ADDRESS","features":[545]},{"name":"PXE_ADDR_BROADCAST","features":[545]},{"name":"PXE_ADDR_USE_ADDR","features":[545]},{"name":"PXE_ADDR_USE_DHCP_RULES","features":[545]},{"name":"PXE_ADDR_USE_PORT","features":[545]},{"name":"PXE_BA_CUSTOM","features":[545]},{"name":"PXE_BA_IGNORE","features":[545]},{"name":"PXE_BA_NBP","features":[545]},{"name":"PXE_BA_REJECTED","features":[545]},{"name":"PXE_CALLBACK_MAX","features":[545]},{"name":"PXE_CALLBACK_RECV_REQUEST","features":[545]},{"name":"PXE_CALLBACK_SERVICE_CONTROL","features":[545]},{"name":"PXE_CALLBACK_SHUTDOWN","features":[545]},{"name":"PXE_DHCPV6_CLIENT_PORT","features":[545]},{"name":"PXE_DHCPV6_MESSAGE","features":[545]},{"name":"PXE_DHCPV6_MESSAGE_HEADER","features":[545]},{"name":"PXE_DHCPV6_NESTED_RELAY_MESSAGE","features":[545]},{"name":"PXE_DHCPV6_OPTION","features":[545]},{"name":"PXE_DHCPV6_RELAY_HOP_COUNT_LIMIT","features":[545]},{"name":"PXE_DHCPV6_RELAY_MESSAGE","features":[545]},{"name":"PXE_DHCPV6_SERVER_PORT","features":[545]},{"name":"PXE_DHCP_CLIENT_PORT","features":[545]},{"name":"PXE_DHCP_FILE_SIZE","features":[545]},{"name":"PXE_DHCP_HWAADR_SIZE","features":[545]},{"name":"PXE_DHCP_MAGIC_COOKIE_SIZE","features":[545]},{"name":"PXE_DHCP_MESSAGE","features":[545]},{"name":"PXE_DHCP_OPTION","features":[545]},{"name":"PXE_DHCP_SERVER_PORT","features":[545]},{"name":"PXE_DHCP_SERVER_SIZE","features":[545]},{"name":"PXE_GSI_SERVER_DUID","features":[545]},{"name":"PXE_GSI_TRACE_ENABLED","features":[545]},{"name":"PXE_MAX_ADDRESS","features":[545]},{"name":"PXE_PROVIDER","features":[305,545]},{"name":"PXE_PROV_ATTR_FILTER","features":[545]},{"name":"PXE_PROV_ATTR_FILTER_IPV6","features":[545]},{"name":"PXE_PROV_ATTR_IPV6_CAPABLE","features":[545]},{"name":"PXE_PROV_FILTER_ALL","features":[545]},{"name":"PXE_PROV_FILTER_DHCP_ONLY","features":[545]},{"name":"PXE_PROV_FILTER_PXE_ONLY","features":[545]},{"name":"PXE_REG_INDEX_BOTTOM","features":[545]},{"name":"PXE_REG_INDEX_TOP","features":[545]},{"name":"PXE_SERVER_PORT","features":[545]},{"name":"PXE_TRACE_ERROR","features":[545]},{"name":"PXE_TRACE_FATAL","features":[545]},{"name":"PXE_TRACE_INFO","features":[545]},{"name":"PXE_TRACE_VERBOSE","features":[545]},{"name":"PXE_TRACE_WARNING","features":[545]},{"name":"PxeAsyncRecvDone","features":[305,545]},{"name":"PxeDhcpAppendOption","features":[545]},{"name":"PxeDhcpAppendOptionRaw","features":[545]},{"name":"PxeDhcpGetOptionValue","features":[545]},{"name":"PxeDhcpGetVendorOptionValue","features":[545]},{"name":"PxeDhcpInitialize","features":[545]},{"name":"PxeDhcpIsValid","features":[305,545]},{"name":"PxeDhcpv6AppendOption","features":[545]},{"name":"PxeDhcpv6AppendOptionRaw","features":[545]},{"name":"PxeDhcpv6CreateRelayRepl","features":[545]},{"name":"PxeDhcpv6GetOptionValue","features":[545]},{"name":"PxeDhcpv6GetVendorOptionValue","features":[545]},{"name":"PxeDhcpv6Initialize","features":[545]},{"name":"PxeDhcpv6IsValid","features":[305,545]},{"name":"PxeDhcpv6ParseRelayForw","features":[545]},{"name":"PxeGetServerInfo","features":[545]},{"name":"PxeGetServerInfoEx","features":[545]},{"name":"PxePacketAllocate","features":[305,545]},{"name":"PxePacketFree","features":[305,545]},{"name":"PxeProviderEnumClose","features":[305,545]},{"name":"PxeProviderEnumFirst","features":[305,545]},{"name":"PxeProviderEnumNext","features":[305,545]},{"name":"PxeProviderFreeInfo","features":[305,545]},{"name":"PxeProviderQueryIndex","features":[545]},{"name":"PxeProviderRegister","features":[305,545,373]},{"name":"PxeProviderSetAttribute","features":[305,545]},{"name":"PxeProviderUnRegister","features":[545]},{"name":"PxeRegisterCallback","features":[305,545]},{"name":"PxeSendReply","features":[305,545]},{"name":"PxeTrace","features":[305,545]},{"name":"PxeTraceV","features":[305,545]},{"name":"TRANSPORTCLIENT_CALLBACK_ID","features":[545]},{"name":"TRANSPORTCLIENT_SESSION_INFO","features":[545]},{"name":"TRANSPORTPROVIDER_CALLBACK_ID","features":[545]},{"name":"TRANSPORTPROVIDER_CURRENT_VERSION","features":[545]},{"name":"WDSBP_OPTVAL_ACTION_ABORT","features":[545]},{"name":"WDSBP_OPTVAL_ACTION_APPROVAL","features":[545]},{"name":"WDSBP_OPTVAL_ACTION_REFERRAL","features":[545]},{"name":"WDSBP_OPTVAL_NBP_VER_7","features":[545]},{"name":"WDSBP_OPTVAL_NBP_VER_8","features":[545]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_NOPROMPT","features":[545]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_OPTIN","features":[545]},{"name":"WDSBP_OPTVAL_PXE_PROMPT_OPTOUT","features":[545]},{"name":"WDSBP_OPT_TYPE_BYTE","features":[545]},{"name":"WDSBP_OPT_TYPE_IP4","features":[545]},{"name":"WDSBP_OPT_TYPE_IP6","features":[545]},{"name":"WDSBP_OPT_TYPE_NONE","features":[545]},{"name":"WDSBP_OPT_TYPE_STR","features":[545]},{"name":"WDSBP_OPT_TYPE_ULONG","features":[545]},{"name":"WDSBP_OPT_TYPE_USHORT","features":[545]},{"name":"WDSBP_OPT_TYPE_WSTR","features":[545]},{"name":"WDSBP_PK_TYPE_BCD","features":[545]},{"name":"WDSBP_PK_TYPE_DHCP","features":[545]},{"name":"WDSBP_PK_TYPE_DHCPV6","features":[545]},{"name":"WDSBP_PK_TYPE_WDSNBP","features":[545]},{"name":"WDSMCCLIENT_CATEGORY","features":[545]},{"name":"WDSMCSERVER_CATEGORY","features":[545]},{"name":"WDSMCS_E_CLIENT_DOESNOT_SUPPORT_SECURITY_MODE","features":[545]},{"name":"WDSMCS_E_CLIENT_NOT_FOUND","features":[545]},{"name":"WDSMCS_E_CONTENT_NOT_FOUND","features":[545]},{"name":"WDSMCS_E_CONTENT_PROVIDER_NOT_FOUND","features":[545]},{"name":"WDSMCS_E_INCOMPATIBLE_VERSION","features":[545]},{"name":"WDSMCS_E_NAMESPACE_ALREADY_EXISTS","features":[545]},{"name":"WDSMCS_E_NAMESPACE_ALREADY_STARTED","features":[545]},{"name":"WDSMCS_E_NAMESPACE_NOT_FOUND","features":[545]},{"name":"WDSMCS_E_NAMESPACE_SHUTDOWN_IN_PROGRESS","features":[545]},{"name":"WDSMCS_E_NS_START_FAILED_NO_CLIENTS","features":[545]},{"name":"WDSMCS_E_PACKET_HAS_SECURITY","features":[545]},{"name":"WDSMCS_E_PACKET_NOT_CHECKSUMED","features":[545]},{"name":"WDSMCS_E_PACKET_NOT_HASHED","features":[545]},{"name":"WDSMCS_E_PACKET_NOT_SIGNED","features":[545]},{"name":"WDSMCS_E_REQCALLBACKS_NOT_REG","features":[545]},{"name":"WDSMCS_E_SESSION_SHUTDOWN_IN_PROGRESS","features":[545]},{"name":"WDSMCS_E_START_TIME_IN_PAST","features":[545]},{"name":"WDSTPC_E_ALREADY_COMPLETED","features":[545]},{"name":"WDSTPC_E_ALREADY_IN_LOWEST_SESSION","features":[545]},{"name":"WDSTPC_E_ALREADY_IN_PROGRESS","features":[545]},{"name":"WDSTPC_E_CALLBACKS_NOT_REG","features":[545]},{"name":"WDSTPC_E_CLIENT_DEMOTE_NOT_SUPPORTED","features":[545]},{"name":"WDSTPC_E_KICKED_FAIL","features":[545]},{"name":"WDSTPC_E_KICKED_FALLBACK","features":[545]},{"name":"WDSTPC_E_KICKED_POLICY_NOT_MET","features":[545]},{"name":"WDSTPC_E_KICKED_UNKNOWN","features":[545]},{"name":"WDSTPC_E_MULTISTREAM_NOT_ENABLED","features":[545]},{"name":"WDSTPC_E_NOT_INITIALIZED","features":[545]},{"name":"WDSTPC_E_NO_IP4_INTERFACE","features":[545]},{"name":"WDSTPC_E_UNKNOWN_ERROR","features":[545]},{"name":"WDSTPTC_E_WIM_APPLY_REQUIRES_REFERENCE_IMAGE","features":[545]},{"name":"WDSTPTMGMT_CATEGORY","features":[545]},{"name":"WDSTPTMGMT_E_CANNOT_REFRESH_DIRTY_OBJECT","features":[545]},{"name":"WDSTPTMGMT_E_CANNOT_REINITIALIZE_OBJECT","features":[545]},{"name":"WDSTPTMGMT_E_CONTENT_PROVIDER_ALREADY_REGISTERED","features":[545]},{"name":"WDSTPTMGMT_E_CONTENT_PROVIDER_NOT_REGISTERED","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_AUTO_DISCONNECT_THRESHOLD","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_CLASS","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_CONTENT_PROVIDER_NAME","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_DIAGNOSTICS_COMPONENTS","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_IPV4_MULTICAST_ADDRESS","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS_SOURCE","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_IP_ADDRESS","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_MULTISTREAM_STREAM_COUNT","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_DATA","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_NAME","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_START_PARAMETERS","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_NAMESPACE_START_TIME","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_OPERATION","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_PROPERTY","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_SERVICE_IP_ADDRESS_RANGE","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_SERVICE_PORT_RANGE","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_SLOW_CLIENT_HANDLING_TYPE","features":[545]},{"name":"WDSTPTMGMT_E_INVALID_TFTP_MAX_BLOCKSIZE","features":[545]},{"name":"WDSTPTMGMT_E_IPV6_NOT_SUPPORTED","features":[545]},{"name":"WDSTPTMGMT_E_MULTICAST_SESSION_POLICY_NOT_SUPPORTED","features":[545]},{"name":"WDSTPTMGMT_E_NAMESPACE_ALREADY_REGISTERED","features":[545]},{"name":"WDSTPTMGMT_E_NAMESPACE_NOT_ON_SERVER","features":[545]},{"name":"WDSTPTMGMT_E_NAMESPACE_NOT_REGISTERED","features":[545]},{"name":"WDSTPTMGMT_E_NAMESPACE_READ_ONLY","features":[545]},{"name":"WDSTPTMGMT_E_NAMESPACE_REMOVED_FROM_SERVER","features":[545]},{"name":"WDSTPTMGMT_E_NETWORK_PROFILES_NOT_SUPPORTED","features":[545]},{"name":"WDSTPTMGMT_E_TFTP_MAX_BLOCKSIZE_NOT_SUPPORTED","features":[545]},{"name":"WDSTPTMGMT_E_TFTP_VAR_WINDOW_NOT_SUPPORTED","features":[545]},{"name":"WDSTPTMGMT_E_TRANSPORT_SERVER_ROLE_NOT_CONFIGURED","features":[545]},{"name":"WDSTPTMGMT_E_TRANSPORT_SERVER_UNAVAILABLE","features":[545]},{"name":"WDSTPTMGMT_E_UDP_PORT_POLICY_NOT_SUPPORTED","features":[545]},{"name":"WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS","features":[545]},{"name":"WDSTRANSPORT_DISCONNECT_TYPE","features":[545]},{"name":"WDSTRANSPORT_FEATURE_FLAGS","features":[545]},{"name":"WDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE","features":[545]},{"name":"WDSTRANSPORT_IP_ADDRESS_TYPE","features":[545]},{"name":"WDSTRANSPORT_NAMESPACE_TYPE","features":[545]},{"name":"WDSTRANSPORT_NETWORK_PROFILE_TYPE","features":[545]},{"name":"WDSTRANSPORT_PROTOCOL_FLAGS","features":[545]},{"name":"WDSTRANSPORT_RESOURCE_UTILIZATION_UNKNOWN","features":[545]},{"name":"WDSTRANSPORT_SERVICE_NOTIFICATION","features":[545]},{"name":"WDSTRANSPORT_SLOW_CLIENT_HANDLING_TYPE","features":[545]},{"name":"WDSTRANSPORT_TFTP_CAPABILITY","features":[545]},{"name":"WDSTRANSPORT_UDP_PORT_POLICY","features":[545]},{"name":"WDS_CLI_CRED","features":[545]},{"name":"WDS_CLI_FIRMWARE_BIOS","features":[545]},{"name":"WDS_CLI_FIRMWARE_EFI","features":[545]},{"name":"WDS_CLI_FIRMWARE_TYPE","features":[545]},{"name":"WDS_CLI_FIRMWARE_UNKNOWN","features":[545]},{"name":"WDS_CLI_IMAGE_PARAM_SPARSE_FILE","features":[545]},{"name":"WDS_CLI_IMAGE_PARAM_SUPPORTED_FIRMWARES","features":[545]},{"name":"WDS_CLI_IMAGE_PARAM_TYPE","features":[545]},{"name":"WDS_CLI_IMAGE_PARAM_UNKNOWN","features":[545]},{"name":"WDS_CLI_IMAGE_TYPE","features":[545]},{"name":"WDS_CLI_IMAGE_TYPE_UNKNOWN","features":[545]},{"name":"WDS_CLI_IMAGE_TYPE_VHD","features":[545]},{"name":"WDS_CLI_IMAGE_TYPE_VHDX","features":[545]},{"name":"WDS_CLI_IMAGE_TYPE_WIM","features":[545]},{"name":"WDS_CLI_MSG_COMPLETE","features":[545]},{"name":"WDS_CLI_MSG_PROGRESS","features":[545]},{"name":"WDS_CLI_MSG_START","features":[545]},{"name":"WDS_CLI_MSG_TEXT","features":[545]},{"name":"WDS_CLI_NO_SPARSE_FILE","features":[545]},{"name":"WDS_CLI_TRANSFER_ASYNCHRONOUS","features":[545]},{"name":"WDS_LOG_LEVEL_DISABLED","features":[545]},{"name":"WDS_LOG_LEVEL_ERROR","features":[545]},{"name":"WDS_LOG_LEVEL_INFO","features":[545]},{"name":"WDS_LOG_LEVEL_WARNING","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_FINISHED","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_FINISHED_2","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_STARTED","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_APPLY_STARTED_2","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_DOMAINJOINERROR","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_DOMAINJOINERROR_2","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_DRIVER_PACKAGE_NOT_ACCESSIBLE","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_ERROR","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_FINISHED","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_GENERIC_MESSAGE","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED2","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_IMAGE_SELECTED3","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_MAX_CODE","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_END","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_FAILURE","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_OFFLINE_DRIVER_INJECTION_START","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_POST_ACTIONS_END","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_POST_ACTIONS_START","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_STARTED","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_DOWNGRADE","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_END","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_TRANSFER_START","features":[545]},{"name":"WDS_LOG_TYPE_CLIENT_UNATTEND_MODE","features":[545]},{"name":"WDS_MC_TRACE_ERROR","features":[545]},{"name":"WDS_MC_TRACE_FATAL","features":[545]},{"name":"WDS_MC_TRACE_INFO","features":[545]},{"name":"WDS_MC_TRACE_VERBOSE","features":[545]},{"name":"WDS_MC_TRACE_WARNING","features":[545]},{"name":"WDS_TRANSPORTCLIENT_AUTH","features":[545]},{"name":"WDS_TRANSPORTCLIENT_CALLBACKS","features":[305,545]},{"name":"WDS_TRANSPORTCLIENT_CURRENT_API_VERSION","features":[545]},{"name":"WDS_TRANSPORTCLIENT_MAX_CALLBACKS","features":[545]},{"name":"WDS_TRANSPORTCLIENT_NO_AUTH","features":[545]},{"name":"WDS_TRANSPORTCLIENT_NO_CACHE","features":[545]},{"name":"WDS_TRANSPORTCLIENT_PROTOCOL_MULTICAST","features":[545]},{"name":"WDS_TRANSPORTCLIENT_RECEIVE_CONTENTS","features":[545]},{"name":"WDS_TRANSPORTCLIENT_RECEIVE_METADATA","features":[545]},{"name":"WDS_TRANSPORTCLIENT_REQUEST","features":[545]},{"name":"WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL","features":[545]},{"name":"WDS_TRANSPORTCLIENT_SESSION_COMPLETE","features":[545]},{"name":"WDS_TRANSPORTCLIENT_SESSION_NEGOTIATE","features":[545]},{"name":"WDS_TRANSPORTCLIENT_SESSION_START","features":[545]},{"name":"WDS_TRANSPORTCLIENT_SESSION_STARTEX","features":[545]},{"name":"WDS_TRANSPORTCLIENT_STATUS_FAILURE","features":[545]},{"name":"WDS_TRANSPORTCLIENT_STATUS_IN_PROGRESS","features":[545]},{"name":"WDS_TRANSPORTCLIENT_STATUS_SUCCESS","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_CLOSE_CONTENT","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_CLOSE_INSTANCE","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_COMPARE_CONTENT","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_CREATE_INSTANCE","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_DUMP_STATE","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_GET_CONTENT_METADATA","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_GET_CONTENT_SIZE","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_INIT_PARAMS","features":[305,545,373]},{"name":"WDS_TRANSPORTPROVIDER_MAX_CALLBACKS","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_OPEN_CONTENT","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_READ_CONTENT","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_REFRESH_SETTINGS","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_SETTINGS","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_SHUTDOWN","features":[545]},{"name":"WDS_TRANSPORTPROVIDER_USER_ACCESS_CHECK","features":[545]},{"name":"WdsBpAddOption","features":[305,545]},{"name":"WdsBpCloseHandle","features":[305,545]},{"name":"WdsBpGetOptionBuffer","features":[305,545]},{"name":"WdsBpInitialize","features":[305,545]},{"name":"WdsBpParseInitialize","features":[305,545]},{"name":"WdsBpParseInitializev6","features":[305,545]},{"name":"WdsBpQueryOption","features":[305,545]},{"name":"WdsCliAuthorizeSession","features":[305,545]},{"name":"WdsCliCancelTransfer","features":[305,545]},{"name":"WdsCliClose","features":[305,545]},{"name":"WdsCliCreateSession","features":[305,545]},{"name":"WdsCliFindFirstImage","features":[305,545]},{"name":"WdsCliFindNextImage","features":[305,545]},{"name":"WdsCliFlagEnumFilterFirmware","features":[545]},{"name":"WdsCliFlagEnumFilterVersion","features":[545]},{"name":"WdsCliFreeStringArray","features":[545]},{"name":"WdsCliGetDriverQueryXml","features":[545]},{"name":"WdsCliGetEnumerationFlags","features":[305,545]},{"name":"WdsCliGetImageArchitecture","features":[305,545]},{"name":"WdsCliGetImageDescription","features":[305,545]},{"name":"WdsCliGetImageFiles","features":[305,545]},{"name":"WdsCliGetImageGroup","features":[305,545]},{"name":"WdsCliGetImageHalName","features":[305,545]},{"name":"WdsCliGetImageHandleFromFindHandle","features":[305,545]},{"name":"WdsCliGetImageHandleFromTransferHandle","features":[305,545]},{"name":"WdsCliGetImageIndex","features":[305,545]},{"name":"WdsCliGetImageLanguage","features":[305,545]},{"name":"WdsCliGetImageLanguages","features":[305,545]},{"name":"WdsCliGetImageLastModifiedTime","features":[305,545]},{"name":"WdsCliGetImageName","features":[305,545]},{"name":"WdsCliGetImageNamespace","features":[305,545]},{"name":"WdsCliGetImageParameter","features":[305,545]},{"name":"WdsCliGetImagePath","features":[305,545]},{"name":"WdsCliGetImageSize","features":[305,545]},{"name":"WdsCliGetImageType","features":[305,545]},{"name":"WdsCliGetImageVersion","features":[305,545]},{"name":"WdsCliGetTransferSize","features":[305,545]},{"name":"WdsCliInitializeLog","features":[305,545]},{"name":"WdsCliLog","features":[305,545]},{"name":"WdsCliObtainDriverPackages","features":[305,545]},{"name":"WdsCliObtainDriverPackagesEx","features":[305,545]},{"name":"WdsCliRegisterTrace","features":[545]},{"name":"WdsCliSetTransferBufferSize","features":[545]},{"name":"WdsCliTransferFile","features":[305,545]},{"name":"WdsCliTransferImage","features":[305,545]},{"name":"WdsCliWaitForTransfer","features":[305,545]},{"name":"WdsTptDiagnosticsComponentImageServer","features":[545]},{"name":"WdsTptDiagnosticsComponentMulticast","features":[545]},{"name":"WdsTptDiagnosticsComponentPxe","features":[545]},{"name":"WdsTptDiagnosticsComponentTftp","features":[545]},{"name":"WdsTptDisconnectAbort","features":[545]},{"name":"WdsTptDisconnectFallback","features":[545]},{"name":"WdsTptDisconnectUnknown","features":[545]},{"name":"WdsTptFeatureAdminPack","features":[545]},{"name":"WdsTptFeatureDeploymentServer","features":[545]},{"name":"WdsTptFeatureTransportServer","features":[545]},{"name":"WdsTptIpAddressIpv4","features":[545]},{"name":"WdsTptIpAddressIpv6","features":[545]},{"name":"WdsTptIpAddressSourceDhcp","features":[545]},{"name":"WdsTptIpAddressSourceRange","features":[545]},{"name":"WdsTptIpAddressSourceUnknown","features":[545]},{"name":"WdsTptIpAddressUnknown","features":[545]},{"name":"WdsTptNamespaceTypeAutoCast","features":[545]},{"name":"WdsTptNamespaceTypeScheduledCastAutoStart","features":[545]},{"name":"WdsTptNamespaceTypeScheduledCastManualStart","features":[545]},{"name":"WdsTptNamespaceTypeUnknown","features":[545]},{"name":"WdsTptNetworkProfile100Mbps","features":[545]},{"name":"WdsTptNetworkProfile10Mbps","features":[545]},{"name":"WdsTptNetworkProfile1Gbps","features":[545]},{"name":"WdsTptNetworkProfileCustom","features":[545]},{"name":"WdsTptNetworkProfileUnknown","features":[545]},{"name":"WdsTptProtocolMulticast","features":[545]},{"name":"WdsTptProtocolUnicast","features":[545]},{"name":"WdsTptServiceNotifyReadSettings","features":[545]},{"name":"WdsTptServiceNotifyUnknown","features":[545]},{"name":"WdsTptSlowClientHandlingAutoDisconnect","features":[545]},{"name":"WdsTptSlowClientHandlingMultistream","features":[545]},{"name":"WdsTptSlowClientHandlingNone","features":[545]},{"name":"WdsTptSlowClientHandlingUnknown","features":[545]},{"name":"WdsTptTftpCapMaximumBlockSize","features":[545]},{"name":"WdsTptTftpCapVariableWindow","features":[545]},{"name":"WdsTptUdpPortPolicyDynamic","features":[545]},{"name":"WdsTptUdpPortPolicyFixed","features":[545]},{"name":"WdsTransportCacheable","features":[545]},{"name":"WdsTransportClient","features":[545]},{"name":"WdsTransportClientAddRefBuffer","features":[545]},{"name":"WdsTransportClientCancelSession","features":[305,545]},{"name":"WdsTransportClientCancelSessionEx","features":[305,545]},{"name":"WdsTransportClientCloseSession","features":[305,545]},{"name":"WdsTransportClientCompleteReceive","features":[305,545]},{"name":"WdsTransportClientInitialize","features":[545]},{"name":"WdsTransportClientInitializeSession","features":[305,545]},{"name":"WdsTransportClientQueryStatus","features":[305,545]},{"name":"WdsTransportClientRegisterCallback","features":[305,545]},{"name":"WdsTransportClientReleaseBuffer","features":[545]},{"name":"WdsTransportClientShutdown","features":[545]},{"name":"WdsTransportClientStartSession","features":[305,545]},{"name":"WdsTransportClientWaitForCompletion","features":[305,545]},{"name":"WdsTransportCollection","features":[545]},{"name":"WdsTransportConfigurationManager","features":[545]},{"name":"WdsTransportContent","features":[545]},{"name":"WdsTransportContentProvider","features":[545]},{"name":"WdsTransportDiagnosticsPolicy","features":[545]},{"name":"WdsTransportManager","features":[545]},{"name":"WdsTransportMulticastSessionPolicy","features":[545]},{"name":"WdsTransportNamespace","features":[545]},{"name":"WdsTransportNamespaceAutoCast","features":[545]},{"name":"WdsTransportNamespaceManager","features":[545]},{"name":"WdsTransportNamespaceScheduledCast","features":[545]},{"name":"WdsTransportNamespaceScheduledCastAutoStart","features":[545]},{"name":"WdsTransportNamespaceScheduledCastManualStart","features":[545]},{"name":"WdsTransportServer","features":[545]},{"name":"WdsTransportServerAllocateBuffer","features":[305,545]},{"name":"WdsTransportServerCompleteRead","features":[305,545]},{"name":"WdsTransportServerFreeBuffer","features":[305,545]},{"name":"WdsTransportServerRegisterCallback","features":[305,545]},{"name":"WdsTransportServerTrace","features":[305,545]},{"name":"WdsTransportServerTraceV","features":[305,545]},{"name":"WdsTransportServicePolicy","features":[545]},{"name":"WdsTransportSession","features":[545]},{"name":"WdsTransportSetupManager","features":[545]},{"name":"WdsTransportTftpClient","features":[545]},{"name":"WdsTransportTftpManager","features":[545]}],"557":[{"name":"APP_FLAG_PRIVILEGED","features":[546]},{"name":"ATTENDEE_DISCONNECT_REASON","features":[546]},{"name":"ATTENDEE_DISCONNECT_REASON_APP","features":[546]},{"name":"ATTENDEE_DISCONNECT_REASON_CLI","features":[546]},{"name":"ATTENDEE_DISCONNECT_REASON_ERR","features":[546]},{"name":"ATTENDEE_DISCONNECT_REASON_MAX","features":[546]},{"name":"ATTENDEE_DISCONNECT_REASON_MIN","features":[546]},{"name":"ATTENDEE_FLAGS_LOCAL","features":[546]},{"name":"CHANNEL_ACCESS_ENUM","features":[546]},{"name":"CHANNEL_ACCESS_ENUM_NONE","features":[546]},{"name":"CHANNEL_ACCESS_ENUM_SENDRECEIVE","features":[546]},{"name":"CHANNEL_FLAGS","features":[546]},{"name":"CHANNEL_FLAGS_DYNAMIC","features":[546]},{"name":"CHANNEL_FLAGS_LEGACY","features":[546]},{"name":"CHANNEL_FLAGS_UNCOMPRESSED","features":[546]},{"name":"CHANNEL_PRIORITY","features":[546]},{"name":"CHANNEL_PRIORITY_HI","features":[546]},{"name":"CHANNEL_PRIORITY_LO","features":[546]},{"name":"CHANNEL_PRIORITY_MED","features":[546]},{"name":"CONST_ATTENDEE_ID_DEFAULT","features":[546]},{"name":"CONST_ATTENDEE_ID_EVERYONE","features":[546]},{"name":"CONST_ATTENDEE_ID_HOST","features":[546]},{"name":"CONST_CONN_INTERVAL","features":[546]},{"name":"CONST_MAX_CHANNEL_MESSAGE_SIZE","features":[546]},{"name":"CONST_MAX_CHANNEL_NAME_LEN","features":[546]},{"name":"CONST_MAX_LEGACY_CHANNEL_MESSAGE_SIZE","features":[546]},{"name":"CTRL_LEVEL","features":[546]},{"name":"CTRL_LEVEL_INTERACTIVE","features":[546]},{"name":"CTRL_LEVEL_INVALID","features":[546]},{"name":"CTRL_LEVEL_MAX","features":[546]},{"name":"CTRL_LEVEL_MIN","features":[546]},{"name":"CTRL_LEVEL_NONE","features":[546]},{"name":"CTRL_LEVEL_REQCTRL_INTERACTIVE","features":[546]},{"name":"CTRL_LEVEL_REQCTRL_VIEW","features":[546]},{"name":"CTRL_LEVEL_VIEW","features":[546]},{"name":"DISPID_RDPAPI_EVENT_ON_BOUNDING_RECT_CHANGED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_APPFILTER_UPDATE","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_APPLICATION_CLOSE","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_APPLICATION_OPEN","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_APPLICATION_UPDATE","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_ATTENDEE_CONNECTED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_ATTENDEE_DISCONNECTED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_ATTENDEE_UPDATE","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_CTRLLEVEL_CHANGE_REQUEST","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_CTRLLEVEL_CHANGE_RESPONSE","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_ERROR","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_FOCUSRELEASED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_GRAPHICS_STREAM_PAUSED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_GRAPHICS_STREAM_RESUMED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_SHARED_DESKTOP_SETTINGS_CHANGED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_SHARED_RECT_CHANGED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_STREAM_CLOSED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_STREAM_DATARECEIVED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_STREAM_SENDCOMPLETED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIEWER_AUTHENTICATED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIEWER_CONNECTED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIEWER_CONNECTFAILED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIEWER_DISCONNECTED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIRTUAL_CHANNEL_DATARECEIVED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIRTUAL_CHANNEL_JOIN","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIRTUAL_CHANNEL_LEAVE","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_VIRTUAL_CHANNEL_SENDCOMPLETED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_WINDOW_CLOSE","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_WINDOW_OPEN","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_ON_WINDOW_UPDATE","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_VIEW_MOUSE_BUTTON_RECEIVED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_VIEW_MOUSE_MOVE_RECEIVED","features":[546]},{"name":"DISPID_RDPSRAPI_EVENT_VIEW_MOUSE_WHEEL_RECEIVED","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_ADD_TOUCH_INPUT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_BEGIN_TOUCH_FRAME","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_CLOSE","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_CONNECTTOCLIENT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_CONNECTUSINGTRANSPORTSTREAM","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_CREATE_INVITATION","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_END_TOUCH_FRAME","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_GETFRAMEBUFFERBITS","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_GETSHAREDRECT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_OPEN","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_PAUSE","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_REQUEST_COLOR_DEPTH_CHANGE","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_REQUEST_CONTROL","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_RESUME","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_SENDCONTROLLEVELCHANGERESPONSE","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_SEND_KEYBOARD_EVENT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_SEND_MOUSE_BUTTON_EVENT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_SEND_MOUSE_MOVE_EVENT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_SEND_MOUSE_WHEEL_EVENT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_SEND_SYNC_EVENT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_SETSHAREDRECT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_SET_RENDERING_SURFACE","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_SHOW_WINDOW","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_STARTREVCONNECTLISTENER","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_STREAMCLOSE","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_STREAMOPEN","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_STREAMREADDATA","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_STREAMSENDDATA","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_STREAM_ALLOCBUFFER","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_STREAM_FREEBUFFER","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_TERMINATE_CONNECTION","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_VIEWERCONNECT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_VIEWERDISCONNECT","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_VIRTUAL_CHANNEL_CREATE","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_VIRTUAL_CHANNEL_SEND_DATA","features":[546]},{"name":"DISPID_RDPSRAPI_METHOD_VIRTUAL_CHANNEL_SET_ACCESS","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_APPFILTERENABLED","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_APPFILTER_ENABLED","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_APPFLAGS","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_APPLICATION","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_APPLICATION_FILTER","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_APPLICATION_LIST","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_APPNAME","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_ATTENDEELIMIT","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_ATTENDEES","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_ATTENDEE_FLAGS","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_CHANNELMANAGER","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_CODE","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_CONINFO","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_CONNECTION_STRING","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_COUNT","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_CTRL_LEVEL","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_DBG_CLX_CMDLINE","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_DISCONNECTED_STRING","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_DISPIDVALUE","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_FRAMEBUFFER","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_FRAMEBUFFER_BPP","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_FRAMEBUFFER_HEIGHT","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_FRAMEBUFFER_WIDTH","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_GROUP_NAME","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_ID","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_INVITATION","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_INVITATIONITEM","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_INVITATIONS","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_LOCAL_IP","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_LOCAL_PORT","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_PASSWORD","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_PEER_IP","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_PEER_PORT","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_PROTOCOL_TYPE","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_REASON","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_REMOTENAME","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_REVOKED","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_SESSION_COLORDEPTH","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_SESSION_PROPERTIES","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_SHARED","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_CONTEXT","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_FLAGS","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_PAYLOADOFFSET","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_PAYLOADSIZE","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_STORAGE","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_STREAMBUFFER_STORESIZE","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_USESMARTSIZING","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_VIRTUAL_CHANNEL_GETFLAGS","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_VIRTUAL_CHANNEL_GETNAME","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_VIRTUAL_CHANNEL_GETPRIORITY","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_WINDOWID","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_WINDOWNAME","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_WINDOWSHARED","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_WINDOW_LIST","features":[546]},{"name":"DISPID_RDPSRAPI_PROP_WNDFLAGS","features":[546]},{"name":"IRDPSRAPIApplication","features":[358,546]},{"name":"IRDPSRAPIApplicationFilter","features":[358,546]},{"name":"IRDPSRAPIApplicationList","features":[358,546]},{"name":"IRDPSRAPIAttendee","features":[358,546]},{"name":"IRDPSRAPIAttendeeDisconnectInfo","features":[358,546]},{"name":"IRDPSRAPIAttendeeManager","features":[358,546]},{"name":"IRDPSRAPIAudioStream","features":[546]},{"name":"IRDPSRAPIClipboardUseEvents","features":[546]},{"name":"IRDPSRAPIDebug","features":[546]},{"name":"IRDPSRAPIFrameBuffer","features":[358,546]},{"name":"IRDPSRAPIInvitation","features":[358,546]},{"name":"IRDPSRAPIInvitationManager","features":[358,546]},{"name":"IRDPSRAPIPerfCounterLogger","features":[546]},{"name":"IRDPSRAPIPerfCounterLoggingManager","features":[546]},{"name":"IRDPSRAPISessionProperties","features":[358,546]},{"name":"IRDPSRAPISharingSession","features":[358,546]},{"name":"IRDPSRAPISharingSession2","features":[358,546]},{"name":"IRDPSRAPITcpConnectionInfo","features":[358,546]},{"name":"IRDPSRAPITransportStream","features":[546]},{"name":"IRDPSRAPITransportStreamBuffer","features":[546]},{"name":"IRDPSRAPITransportStreamEvents","features":[546]},{"name":"IRDPSRAPIViewer","features":[358,546]},{"name":"IRDPSRAPIVirtualChannel","features":[358,546]},{"name":"IRDPSRAPIVirtualChannelManager","features":[358,546]},{"name":"IRDPSRAPIWindow","features":[358,546]},{"name":"IRDPSRAPIWindowList","features":[358,546]},{"name":"IRDPViewerInputSink","features":[546]},{"name":"RDPENCOMAPI_ATTENDEE_FLAGS","features":[546]},{"name":"RDPENCOMAPI_CONSTANTS","features":[546]},{"name":"RDPSRAPIApplication","features":[546]},{"name":"RDPSRAPIApplicationFilter","features":[546]},{"name":"RDPSRAPIApplicationList","features":[546]},{"name":"RDPSRAPIAttendee","features":[546]},{"name":"RDPSRAPIAttendeeDisconnectInfo","features":[546]},{"name":"RDPSRAPIAttendeeManager","features":[546]},{"name":"RDPSRAPIFrameBuffer","features":[546]},{"name":"RDPSRAPIInvitation","features":[546]},{"name":"RDPSRAPIInvitationManager","features":[546]},{"name":"RDPSRAPISessionProperties","features":[546]},{"name":"RDPSRAPITcpConnectionInfo","features":[546]},{"name":"RDPSRAPIWindow","features":[546]},{"name":"RDPSRAPIWindowList","features":[546]},{"name":"RDPSRAPI_APP_FLAGS","features":[546]},{"name":"RDPSRAPI_KBD_CODE_SCANCODE","features":[546]},{"name":"RDPSRAPI_KBD_CODE_TYPE","features":[546]},{"name":"RDPSRAPI_KBD_CODE_UNICODE","features":[546]},{"name":"RDPSRAPI_KBD_SYNC_FLAG","features":[546]},{"name":"RDPSRAPI_KBD_SYNC_FLAG_CAPS_LOCK","features":[546]},{"name":"RDPSRAPI_KBD_SYNC_FLAG_KANA_LOCK","features":[546]},{"name":"RDPSRAPI_KBD_SYNC_FLAG_NUM_LOCK","features":[546]},{"name":"RDPSRAPI_KBD_SYNC_FLAG_SCROLL_LOCK","features":[546]},{"name":"RDPSRAPI_MOUSE_BUTTON_BUTTON1","features":[546]},{"name":"RDPSRAPI_MOUSE_BUTTON_BUTTON2","features":[546]},{"name":"RDPSRAPI_MOUSE_BUTTON_BUTTON3","features":[546]},{"name":"RDPSRAPI_MOUSE_BUTTON_TYPE","features":[546]},{"name":"RDPSRAPI_MOUSE_BUTTON_XBUTTON1","features":[546]},{"name":"RDPSRAPI_MOUSE_BUTTON_XBUTTON2","features":[546]},{"name":"RDPSRAPI_MOUSE_BUTTON_XBUTTON3","features":[546]},{"name":"RDPSRAPI_WND_FLAGS","features":[546]},{"name":"RDPSession","features":[546]},{"name":"RDPTransportStreamBuffer","features":[546]},{"name":"RDPTransportStreamEvents","features":[546]},{"name":"RDPViewer","features":[546]},{"name":"WND_FLAG_PRIVILEGED","features":[546]},{"name":"_IRDPSessionEvents","features":[358,546]},{"name":"__ReferenceRemainingTypes__","features":[546]}],"558":[{"name":"AcquireDeveloperLicense","features":[305,547]},{"name":"CheckDeveloperLicense","features":[305,547]},{"name":"RemoveDeveloperLicense","features":[305,547]}],"559":[{"name":"CeipIsOptedIn","features":[305,548]}],"560":[{"name":"COR_DEBUG_IL_TO_NATIVE_MAP","features":[549]},{"name":"COR_IL_MAP","features":[305,549]},{"name":"COR_PRF_ALL","features":[549]},{"name":"COR_PRF_ALLOWABLE_AFTER_ATTACH","features":[549]},{"name":"COR_PRF_ALLOWABLE_NOTIFICATION_PROFILER","features":[549]},{"name":"COR_PRF_ASSEMBLY_REFERENCE_INFO","features":[549,550]},{"name":"COR_PRF_CACHED_FUNCTION_FOUND","features":[549]},{"name":"COR_PRF_CACHED_FUNCTION_NOT_FOUND","features":[549]},{"name":"COR_PRF_CLAUSE_CATCH","features":[549]},{"name":"COR_PRF_CLAUSE_FILTER","features":[549]},{"name":"COR_PRF_CLAUSE_FINALLY","features":[549]},{"name":"COR_PRF_CLAUSE_NONE","features":[549]},{"name":"COR_PRF_CLAUSE_TYPE","features":[549]},{"name":"COR_PRF_CODEGEN_DISABLE_ALL_OPTIMIZATIONS","features":[549]},{"name":"COR_PRF_CODEGEN_DISABLE_INLINING","features":[549]},{"name":"COR_PRF_CODEGEN_FLAGS","features":[549]},{"name":"COR_PRF_CODE_INFO","features":[549]},{"name":"COR_PRF_CORE_CLR","features":[549]},{"name":"COR_PRF_DESKTOP_CLR","features":[549]},{"name":"COR_PRF_DISABLE_ALL_NGEN_IMAGES","features":[549]},{"name":"COR_PRF_DISABLE_INLINING","features":[549]},{"name":"COR_PRF_DISABLE_OPTIMIZATIONS","features":[549]},{"name":"COR_PRF_DISABLE_TRANSPARENCY_CHECKS_UNDER_FULL_TRUST","features":[549]},{"name":"COR_PRF_ENABLE_FRAME_INFO","features":[549]},{"name":"COR_PRF_ENABLE_FUNCTION_ARGS","features":[549]},{"name":"COR_PRF_ENABLE_FUNCTION_RETVAL","features":[549]},{"name":"COR_PRF_ENABLE_INPROC_DEBUGGING","features":[549]},{"name":"COR_PRF_ENABLE_JIT_MAPS","features":[549]},{"name":"COR_PRF_ENABLE_OBJECT_ALLOCATED","features":[549]},{"name":"COR_PRF_ENABLE_REJIT","features":[549]},{"name":"COR_PRF_ENABLE_STACK_SNAPSHOT","features":[549]},{"name":"COR_PRF_EVENTPIPE_ARRAY","features":[549]},{"name":"COR_PRF_EVENTPIPE_BOOLEAN","features":[549]},{"name":"COR_PRF_EVENTPIPE_BYTE","features":[549]},{"name":"COR_PRF_EVENTPIPE_CHAR","features":[549]},{"name":"COR_PRF_EVENTPIPE_CRITICAL","features":[549]},{"name":"COR_PRF_EVENTPIPE_DATETIME","features":[549]},{"name":"COR_PRF_EVENTPIPE_DECIMAL","features":[549]},{"name":"COR_PRF_EVENTPIPE_DOUBLE","features":[549]},{"name":"COR_PRF_EVENTPIPE_ERROR","features":[549]},{"name":"COR_PRF_EVENTPIPE_GUID","features":[549]},{"name":"COR_PRF_EVENTPIPE_INFORMATIONAL","features":[549]},{"name":"COR_PRF_EVENTPIPE_INT16","features":[549]},{"name":"COR_PRF_EVENTPIPE_INT32","features":[549]},{"name":"COR_PRF_EVENTPIPE_INT64","features":[549]},{"name":"COR_PRF_EVENTPIPE_LEVEL","features":[549]},{"name":"COR_PRF_EVENTPIPE_LOGALWAYS","features":[549]},{"name":"COR_PRF_EVENTPIPE_OBJECT","features":[549]},{"name":"COR_PRF_EVENTPIPE_PARAM_DESC","features":[549]},{"name":"COR_PRF_EVENTPIPE_PARAM_TYPE","features":[549]},{"name":"COR_PRF_EVENTPIPE_PROVIDER_CONFIG","features":[549]},{"name":"COR_PRF_EVENTPIPE_SBYTE","features":[549]},{"name":"COR_PRF_EVENTPIPE_SINGLE","features":[549]},{"name":"COR_PRF_EVENTPIPE_STRING","features":[549]},{"name":"COR_PRF_EVENTPIPE_UINT16","features":[549]},{"name":"COR_PRF_EVENTPIPE_UINT32","features":[549]},{"name":"COR_PRF_EVENTPIPE_UINT64","features":[549]},{"name":"COR_PRF_EVENTPIPE_VERBOSE","features":[549]},{"name":"COR_PRF_EVENTPIPE_WARNING","features":[549]},{"name":"COR_PRF_EVENT_DATA","features":[549]},{"name":"COR_PRF_EX_CLAUSE_INFO","features":[549]},{"name":"COR_PRF_FIELD_APP_DOMAIN_STATIC","features":[549]},{"name":"COR_PRF_FIELD_CONTEXT_STATIC","features":[549]},{"name":"COR_PRF_FIELD_NOT_A_STATIC","features":[549]},{"name":"COR_PRF_FIELD_RVA_STATIC","features":[549]},{"name":"COR_PRF_FIELD_THREAD_STATIC","features":[549]},{"name":"COR_PRF_FILTER_DATA","features":[549]},{"name":"COR_PRF_FINALIZER_CRITICAL","features":[549]},{"name":"COR_PRF_FINALIZER_FLAGS","features":[549]},{"name":"COR_PRF_FUNCTION","features":[549]},{"name":"COR_PRF_FUNCTION_ARGUMENT_INFO","features":[549]},{"name":"COR_PRF_FUNCTION_ARGUMENT_RANGE","features":[549]},{"name":"COR_PRF_GC_GENERATION","features":[549]},{"name":"COR_PRF_GC_GENERATION_RANGE","features":[549]},{"name":"COR_PRF_GC_GEN_0","features":[549]},{"name":"COR_PRF_GC_GEN_1","features":[549]},{"name":"COR_PRF_GC_GEN_2","features":[549]},{"name":"COR_PRF_GC_INDUCED","features":[549]},{"name":"COR_PRF_GC_LARGE_OBJECT_HEAP","features":[549]},{"name":"COR_PRF_GC_OTHER","features":[549]},{"name":"COR_PRF_GC_PINNED_OBJECT_HEAP","features":[549]},{"name":"COR_PRF_GC_REASON","features":[549]},{"name":"COR_PRF_GC_ROOT_FINALIZER","features":[549]},{"name":"COR_PRF_GC_ROOT_FLAGS","features":[549]},{"name":"COR_PRF_GC_ROOT_HANDLE","features":[549]},{"name":"COR_PRF_GC_ROOT_INTERIOR","features":[549]},{"name":"COR_PRF_GC_ROOT_KIND","features":[549]},{"name":"COR_PRF_GC_ROOT_OTHER","features":[549]},{"name":"COR_PRF_GC_ROOT_PINNING","features":[549]},{"name":"COR_PRF_GC_ROOT_REFCOUNTED","features":[549]},{"name":"COR_PRF_GC_ROOT_STACK","features":[549]},{"name":"COR_PRF_GC_ROOT_WEAKREF","features":[549]},{"name":"COR_PRF_HANDLE_TYPE","features":[549]},{"name":"COR_PRF_HANDLE_TYPE_PINNED","features":[549]},{"name":"COR_PRF_HANDLE_TYPE_STRONG","features":[549]},{"name":"COR_PRF_HANDLE_TYPE_WEAK","features":[549]},{"name":"COR_PRF_HIGH_ADD_ASSEMBLY_REFERENCES","features":[549]},{"name":"COR_PRF_HIGH_ALLOWABLE_AFTER_ATTACH","features":[549]},{"name":"COR_PRF_HIGH_ALLOWABLE_NOTIFICATION_PROFILER","features":[549]},{"name":"COR_PRF_HIGH_BASIC_GC","features":[549]},{"name":"COR_PRF_HIGH_DISABLE_TIERED_COMPILATION","features":[549]},{"name":"COR_PRF_HIGH_IN_MEMORY_SYMBOLS_UPDATED","features":[549]},{"name":"COR_PRF_HIGH_MONITOR","features":[549]},{"name":"COR_PRF_HIGH_MONITOR_DYNAMIC_FUNCTION_UNLOADS","features":[549]},{"name":"COR_PRF_HIGH_MONITOR_EVENT_PIPE","features":[549]},{"name":"COR_PRF_HIGH_MONITOR_GC_MOVED_OBJECTS","features":[549]},{"name":"COR_PRF_HIGH_MONITOR_IMMUTABLE","features":[549]},{"name":"COR_PRF_HIGH_MONITOR_LARGEOBJECT_ALLOCATED","features":[549]},{"name":"COR_PRF_HIGH_MONITOR_NONE","features":[549]},{"name":"COR_PRF_HIGH_MONITOR_PINNEDOBJECT_ALLOCATED","features":[549]},{"name":"COR_PRF_HIGH_REQUIRE_PROFILE_IMAGE","features":[549]},{"name":"COR_PRF_JIT_CACHE","features":[549]},{"name":"COR_PRF_METHOD","features":[549]},{"name":"COR_PRF_MISC","features":[549]},{"name":"COR_PRF_MODULE_COLLECTIBLE","features":[549]},{"name":"COR_PRF_MODULE_DISK","features":[549]},{"name":"COR_PRF_MODULE_DYNAMIC","features":[549]},{"name":"COR_PRF_MODULE_FLAGS","features":[549]},{"name":"COR_PRF_MODULE_FLAT_LAYOUT","features":[549]},{"name":"COR_PRF_MODULE_NGEN","features":[549]},{"name":"COR_PRF_MODULE_RESOURCE","features":[549]},{"name":"COR_PRF_MODULE_WINDOWS_RUNTIME","features":[549]},{"name":"COR_PRF_MONITOR","features":[549]},{"name":"COR_PRF_MONITOR_ALL","features":[549]},{"name":"COR_PRF_MONITOR_APPDOMAIN_LOADS","features":[549]},{"name":"COR_PRF_MONITOR_ASSEMBLY_LOADS","features":[549]},{"name":"COR_PRF_MONITOR_CACHE_SEARCHES","features":[549]},{"name":"COR_PRF_MONITOR_CCW","features":[549]},{"name":"COR_PRF_MONITOR_CLASS_LOADS","features":[549]},{"name":"COR_PRF_MONITOR_CLR_EXCEPTIONS","features":[549]},{"name":"COR_PRF_MONITOR_CODE_TRANSITIONS","features":[549]},{"name":"COR_PRF_MONITOR_ENTERLEAVE","features":[549]},{"name":"COR_PRF_MONITOR_EXCEPTIONS","features":[549]},{"name":"COR_PRF_MONITOR_FUNCTION_UNLOADS","features":[549]},{"name":"COR_PRF_MONITOR_GC","features":[549]},{"name":"COR_PRF_MONITOR_IMMUTABLE","features":[549]},{"name":"COR_PRF_MONITOR_JIT_COMPILATION","features":[549]},{"name":"COR_PRF_MONITOR_MODULE_LOADS","features":[549]},{"name":"COR_PRF_MONITOR_NONE","features":[549]},{"name":"COR_PRF_MONITOR_OBJECT_ALLOCATED","features":[549]},{"name":"COR_PRF_MONITOR_REMOTING","features":[549]},{"name":"COR_PRF_MONITOR_REMOTING_ASYNC","features":[549]},{"name":"COR_PRF_MONITOR_REMOTING_COOKIE","features":[549]},{"name":"COR_PRF_MONITOR_SUSPENDS","features":[549]},{"name":"COR_PRF_MONITOR_THREADS","features":[549]},{"name":"COR_PRF_NONGC_HEAP_RANGE","features":[549]},{"name":"COR_PRF_REJIT_BLOCK_INLINING","features":[549]},{"name":"COR_PRF_REJIT_FLAGS","features":[549]},{"name":"COR_PRF_REJIT_INLINING_CALLBACKS","features":[549]},{"name":"COR_PRF_REQUIRE_PROFILE_IMAGE","features":[549]},{"name":"COR_PRF_RUNTIME_TYPE","features":[549]},{"name":"COR_PRF_SNAPSHOT_DEFAULT","features":[549]},{"name":"COR_PRF_SNAPSHOT_INFO","features":[549]},{"name":"COR_PRF_SNAPSHOT_REGISTER_CONTEXT","features":[549]},{"name":"COR_PRF_SNAPSHOT_X86_OPTIMIZED","features":[549]},{"name":"COR_PRF_STATIC_TYPE","features":[549]},{"name":"COR_PRF_SUSPEND_FOR_APPDOMAIN_SHUTDOWN","features":[549]},{"name":"COR_PRF_SUSPEND_FOR_CODE_PITCHING","features":[549]},{"name":"COR_PRF_SUSPEND_FOR_GC","features":[549]},{"name":"COR_PRF_SUSPEND_FOR_GC_PREP","features":[549]},{"name":"COR_PRF_SUSPEND_FOR_INPROC_DEBUGGER","features":[549]},{"name":"COR_PRF_SUSPEND_FOR_PROFILER","features":[549]},{"name":"COR_PRF_SUSPEND_FOR_REJIT","features":[549]},{"name":"COR_PRF_SUSPEND_FOR_SHUTDOWN","features":[549]},{"name":"COR_PRF_SUSPEND_OTHER","features":[549]},{"name":"COR_PRF_SUSPEND_REASON","features":[549]},{"name":"COR_PRF_TRANSITION_CALL","features":[549]},{"name":"COR_PRF_TRANSITION_REASON","features":[549]},{"name":"COR_PRF_TRANSITION_RETURN","features":[549]},{"name":"COR_PRF_USE_PROFILE_IMAGES","features":[549]},{"name":"CorDebugIlToNativeMappingTypes","features":[549]},{"name":"EPILOG","features":[549]},{"name":"EventPipeProviderCallback","features":[549]},{"name":"FunctionEnter","features":[549]},{"name":"FunctionEnter2","features":[549]},{"name":"FunctionEnter3","features":[549]},{"name":"FunctionEnter3WithInfo","features":[549]},{"name":"FunctionIDMapper","features":[305,549]},{"name":"FunctionIDMapper2","features":[305,549]},{"name":"FunctionIDOrClientID","features":[549]},{"name":"FunctionLeave","features":[549]},{"name":"FunctionLeave2","features":[549]},{"name":"FunctionLeave3","features":[549]},{"name":"FunctionLeave3WithInfo","features":[549]},{"name":"FunctionTailcall","features":[549]},{"name":"FunctionTailcall2","features":[549]},{"name":"FunctionTailcall3","features":[549]},{"name":"FunctionTailcall3WithInfo","features":[549]},{"name":"ICorProfilerAssemblyReferenceProvider","features":[549]},{"name":"ICorProfilerCallback","features":[549]},{"name":"ICorProfilerCallback10","features":[549]},{"name":"ICorProfilerCallback11","features":[549]},{"name":"ICorProfilerCallback2","features":[549]},{"name":"ICorProfilerCallback3","features":[549]},{"name":"ICorProfilerCallback4","features":[549]},{"name":"ICorProfilerCallback5","features":[549]},{"name":"ICorProfilerCallback6","features":[549]},{"name":"ICorProfilerCallback7","features":[549]},{"name":"ICorProfilerCallback8","features":[549]},{"name":"ICorProfilerCallback9","features":[549]},{"name":"ICorProfilerFunctionControl","features":[549]},{"name":"ICorProfilerFunctionEnum","features":[549]},{"name":"ICorProfilerInfo","features":[549]},{"name":"ICorProfilerInfo10","features":[549]},{"name":"ICorProfilerInfo11","features":[549]},{"name":"ICorProfilerInfo12","features":[549]},{"name":"ICorProfilerInfo13","features":[549]},{"name":"ICorProfilerInfo14","features":[549]},{"name":"ICorProfilerInfo2","features":[549]},{"name":"ICorProfilerInfo3","features":[549]},{"name":"ICorProfilerInfo4","features":[549]},{"name":"ICorProfilerInfo5","features":[549]},{"name":"ICorProfilerInfo6","features":[549]},{"name":"ICorProfilerInfo7","features":[549]},{"name":"ICorProfilerInfo8","features":[549]},{"name":"ICorProfilerInfo9","features":[549]},{"name":"ICorProfilerMethodEnum","features":[549]},{"name":"ICorProfilerModuleEnum","features":[549]},{"name":"ICorProfilerObjectEnum","features":[549]},{"name":"ICorProfilerThreadEnum","features":[549]},{"name":"IMethodMalloc","features":[549]},{"name":"NO_MAPPING","features":[549]},{"name":"ObjectReferenceCallback","features":[305,549]},{"name":"PROFILER_GLOBAL_CLASS","features":[549]},{"name":"PROFILER_GLOBAL_MODULE","features":[549]},{"name":"PROFILER_PARENT_UNKNOWN","features":[549]},{"name":"PROLOG","features":[549]},{"name":"StackSnapshotCallback","features":[549]}],"561":[{"name":"ABNORMAL_RESET_DETECTED","features":[335]},{"name":"ACPI_BIOS_ERROR","features":[335]},{"name":"ACPI_BIOS_FATAL_ERROR","features":[335]},{"name":"ACPI_DRIVER_INTERNAL","features":[335]},{"name":"ACPI_FIRMWARE_WATCHDOG_TIMEOUT","features":[335]},{"name":"ACTIVE_EX_WORKER_THREAD_TERMINATION","features":[335]},{"name":"ADDRESS","features":[335]},{"name":"ADDRESS64","features":[335]},{"name":"ADDRESS_MODE","features":[335]},{"name":"AER_BRIDGE_DESCRIPTOR_FLAGS","features":[335]},{"name":"AER_ENDPOINT_DESCRIPTOR_FLAGS","features":[335]},{"name":"AER_ROOTPORT_DESCRIPTOR_FLAGS","features":[335]},{"name":"AGP_GART_CORRUPTION","features":[335]},{"name":"AGP_ILLEGALLY_REPROGRAMMED","features":[335]},{"name":"AGP_INTERNAL","features":[335]},{"name":"AGP_INVALID_ACCESS","features":[335]},{"name":"APC_CALLBACK_DATA","features":[335,312]},{"name":"APC_INDEX_MISMATCH","features":[335]},{"name":"API_VERSION","features":[335]},{"name":"API_VERSION_NUMBER","features":[335]},{"name":"APP_TAGGING_INITIALIZATION_FAILED","features":[335]},{"name":"ARM64_NT_CONTEXT","features":[335]},{"name":"ARM64_NT_NEON128","features":[335]},{"name":"ASSIGN_DRIVE_LETTERS_FAILED","features":[335]},{"name":"ATDISK_DRIVER_INTERNAL","features":[335]},{"name":"ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY","features":[335]},{"name":"ATTEMPTED_SWITCH_FROM_DPC","features":[335]},{"name":"ATTEMPTED_WRITE_TO_CM_PROTECTED_STORAGE","features":[335]},{"name":"ATTEMPTED_WRITE_TO_READONLY_MEMORY","features":[335]},{"name":"AUDIT_FAILURE","features":[335]},{"name":"AZURE_DEVICE_FW_DUMP","features":[335]},{"name":"AddVectoredContinueHandler","features":[305,335,312]},{"name":"AddVectoredExceptionHandler","features":[305,335,312]},{"name":"AddrMode1616","features":[335]},{"name":"AddrMode1632","features":[335]},{"name":"AddrModeFlat","features":[335]},{"name":"AddrModeReal","features":[335]},{"name":"BAD_EXHANDLE","features":[335]},{"name":"BAD_OBJECT_HEADER","features":[335]},{"name":"BAD_POOL_CALLER","features":[335]},{"name":"BAD_POOL_HEADER","features":[335]},{"name":"BAD_SYSTEM_CONFIG_INFO","features":[335]},{"name":"BC_BLUETOOTH_VERIFIER_FAULT","features":[335]},{"name":"BC_BTHMINI_VERIFIER_FAULT","features":[335]},{"name":"BGI_DETECTED_VIOLATION","features":[335]},{"name":"BIND_ALL_IMAGES","features":[335]},{"name":"BIND_CACHE_IMPORT_DLLS","features":[335]},{"name":"BIND_NO_BOUND_IMPORTS","features":[335]},{"name":"BIND_NO_UPDATE","features":[335]},{"name":"BIND_REPORT_64BIT_VA","features":[335]},{"name":"BITLOCKER_FATAL_ERROR","features":[335]},{"name":"BLUETOOTH_ERROR_RECOVERY_LIVEDUMP","features":[335]},{"name":"BOOTING_IN_SAFEMODE_DSREPAIR","features":[335]},{"name":"BOOTING_IN_SAFEMODE_MINIMAL","features":[335]},{"name":"BOOTING_IN_SAFEMODE_NETWORK","features":[335]},{"name":"BOOTLOG_ENABLED","features":[335]},{"name":"BOOTLOG_LOADED","features":[335]},{"name":"BOOTLOG_NOT_LOADED","features":[335]},{"name":"BOOTPROC_INITIALIZATION_FAILED","features":[335]},{"name":"BOUND_IMAGE_UNSUPPORTED","features":[335]},{"name":"BREAKAWAY_CABLE_TRANSITION","features":[335]},{"name":"BUGCHECK_CONTEXT_MODIFIER","features":[335]},{"name":"BUGCHECK_ERROR","features":[335]},{"name":"BUGCODE_ID_DRIVER","features":[335]},{"name":"BUGCODE_MBBADAPTER_DRIVER","features":[335]},{"name":"BUGCODE_NDIS_DRIVER","features":[335]},{"name":"BUGCODE_NDIS_DRIVER_LIVE_DUMP","features":[335]},{"name":"BUGCODE_NETADAPTER_DRIVER","features":[335]},{"name":"BUGCODE_USB3_DRIVER","features":[335]},{"name":"BUGCODE_USB_DRIVER","features":[335]},{"name":"BUGCODE_WIFIADAPTER_DRIVER","features":[335]},{"name":"Beep","features":[305,335]},{"name":"BindExpandFileHeaders","features":[335]},{"name":"BindForwarder","features":[335]},{"name":"BindForwarder32","features":[335]},{"name":"BindForwarder64","features":[335]},{"name":"BindForwarderNOT","features":[335]},{"name":"BindForwarderNOT32","features":[335]},{"name":"BindForwarderNOT64","features":[335]},{"name":"BindImage","features":[305,335]},{"name":"BindImageComplete","features":[335]},{"name":"BindImageEx","features":[305,335]},{"name":"BindImageModified","features":[335]},{"name":"BindImportModule","features":[335]},{"name":"BindImportModuleFailed","features":[335]},{"name":"BindImportProcedure","features":[335]},{"name":"BindImportProcedure32","features":[335]},{"name":"BindImportProcedure64","features":[335]},{"name":"BindImportProcedureFailed","features":[335]},{"name":"BindMismatchedSymbols","features":[335]},{"name":"BindNoRoomInImage","features":[335]},{"name":"BindOutOfMemory","features":[335]},{"name":"BindRvaToVaFailed","features":[335]},{"name":"BindSymbolsNotUpdated","features":[335]},{"name":"CACHE_INITIALIZATION_FAILED","features":[335]},{"name":"CACHE_MANAGER","features":[335]},{"name":"CALL_HAS_NOT_RETURNED_WATCHDOG_TIMEOUT_LIVEDUMP","features":[335]},{"name":"CANCEL_STATE_IN_COMPLETED_IRP","features":[335]},{"name":"CANNOT_WRITE_CONFIGURATION","features":[335]},{"name":"CBA_CHECK_ARM_MACHINE_THUMB_TYPE_OVERRIDE","features":[335]},{"name":"CBA_CHECK_ENGOPT_DISALLOW_NETWORK_PATHS","features":[335]},{"name":"CBA_DEBUG_INFO","features":[335]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_CANCEL","features":[335]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_COMPLETE","features":[335]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_FAILURE","features":[335]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_PARTIAL","features":[335]},{"name":"CBA_DEFERRED_SYMBOL_LOAD_START","features":[335]},{"name":"CBA_DUPLICATE_SYMBOL","features":[335]},{"name":"CBA_ENGINE_PRESENT","features":[335]},{"name":"CBA_EVENT","features":[335]},{"name":"CBA_MAP_JIT_SYMBOL","features":[335]},{"name":"CBA_READ_MEMORY","features":[335]},{"name":"CBA_SET_OPTIONS","features":[335]},{"name":"CBA_SRCSRV_EVENT","features":[335]},{"name":"CBA_SRCSRV_INFO","features":[335]},{"name":"CBA_SYMBOLS_UNLOADED","features":[335]},{"name":"CBA_UPDATE_STATUS_BAR","features":[335]},{"name":"CBA_XML_LOG","features":[335]},{"name":"CDFS_FILE_SYSTEM","features":[335]},{"name":"CERT_PE_IMAGE_DIGEST_ALL_IMPORT_INFO","features":[335]},{"name":"CERT_PE_IMAGE_DIGEST_DEBUG_INFO","features":[335]},{"name":"CERT_PE_IMAGE_DIGEST_NON_PE_INFO","features":[335]},{"name":"CERT_PE_IMAGE_DIGEST_RESOURCES","features":[335]},{"name":"CERT_SECTION_TYPE_ANY","features":[335]},{"name":"CHECKSUM_MAPVIEW_FAILURE","features":[335]},{"name":"CHECKSUM_MAP_FAILURE","features":[335]},{"name":"CHECKSUM_OPEN_FAILURE","features":[335]},{"name":"CHECKSUM_SUCCESS","features":[335]},{"name":"CHECKSUM_UNICODE_FAILURE","features":[335]},{"name":"CHIPSET_DETECTED_ERROR","features":[335]},{"name":"CID_HANDLE_CREATION","features":[335]},{"name":"CID_HANDLE_DELETION","features":[335]},{"name":"CLOCK_WATCHDOG_TIMEOUT","features":[335]},{"name":"CLUSTER_CLUSPORT_STATUS_IO_TIMEOUT_LIVEDUMP","features":[335]},{"name":"CLUSTER_CSVFS_LIVEDUMP","features":[335]},{"name":"CLUSTER_CSV_CLUSSVC_DISCONNECT_WATCHDOG","features":[335]},{"name":"CLUSTER_CSV_CLUSTER_WATCHDOG_LIVEDUMP","features":[335]},{"name":"CLUSTER_CSV_SNAPSHOT_DEVICE_INFO_TIMEOUT_LIVEDUMP","features":[335]},{"name":"CLUSTER_CSV_STATE_TRANSITION_INTERVAL_TIMEOUT_LIVEDUMP","features":[335]},{"name":"CLUSTER_CSV_STATE_TRANSITION_TIMEOUT_LIVEDUMP","features":[335]},{"name":"CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP","features":[335]},{"name":"CLUSTER_CSV_VOLUME_ARRIVAL_LIVEDUMP","features":[335]},{"name":"CLUSTER_CSV_VOLUME_REMOVAL_LIVEDUMP","features":[335]},{"name":"CLUSTER_RESOURCE_CALL_TIMEOUT_LIVEDUMP","features":[335]},{"name":"CLUSTER_SVHDX_LIVEDUMP","features":[335]},{"name":"CNSS_FILE_SYSTEM_FILTER","features":[335]},{"name":"CONFIG_INITIALIZATION_FAILED","features":[335]},{"name":"CONFIG_LIST_FAILED","features":[335]},{"name":"CONNECTED_STANDBY_WATCHDOG_TIMEOUT_LIVEDUMP","features":[335]},{"name":"CONTEXT","features":[335,312]},{"name":"CONTEXT","features":[335,312]},{"name":"CONTEXT","features":[335,312]},{"name":"CONTEXT_ALL_AMD64","features":[335]},{"name":"CONTEXT_ALL_ARM","features":[335]},{"name":"CONTEXT_ALL_ARM64","features":[335]},{"name":"CONTEXT_ALL_X86","features":[335]},{"name":"CONTEXT_AMD64","features":[335]},{"name":"CONTEXT_ARM","features":[335]},{"name":"CONTEXT_ARM64","features":[335]},{"name":"CONTEXT_CONTROL_AMD64","features":[335]},{"name":"CONTEXT_CONTROL_ARM","features":[335]},{"name":"CONTEXT_CONTROL_ARM64","features":[335]},{"name":"CONTEXT_CONTROL_X86","features":[335]},{"name":"CONTEXT_DEBUG_REGISTERS_AMD64","features":[335]},{"name":"CONTEXT_DEBUG_REGISTERS_ARM","features":[335]},{"name":"CONTEXT_DEBUG_REGISTERS_ARM64","features":[335]},{"name":"CONTEXT_DEBUG_REGISTERS_X86","features":[335]},{"name":"CONTEXT_EXCEPTION_ACTIVE_AMD64","features":[335]},{"name":"CONTEXT_EXCEPTION_ACTIVE_ARM","features":[335]},{"name":"CONTEXT_EXCEPTION_ACTIVE_ARM64","features":[335]},{"name":"CONTEXT_EXCEPTION_ACTIVE_X86","features":[335]},{"name":"CONTEXT_EXCEPTION_REPORTING_AMD64","features":[335]},{"name":"CONTEXT_EXCEPTION_REPORTING_ARM","features":[335]},{"name":"CONTEXT_EXCEPTION_REPORTING_ARM64","features":[335]},{"name":"CONTEXT_EXCEPTION_REPORTING_X86","features":[335]},{"name":"CONTEXT_EXCEPTION_REQUEST_AMD64","features":[335]},{"name":"CONTEXT_EXCEPTION_REQUEST_ARM","features":[335]},{"name":"CONTEXT_EXCEPTION_REQUEST_ARM64","features":[335]},{"name":"CONTEXT_EXCEPTION_REQUEST_X86","features":[335]},{"name":"CONTEXT_EXTENDED_REGISTERS_X86","features":[335]},{"name":"CONTEXT_FLAGS","features":[335]},{"name":"CONTEXT_FLOATING_POINT_AMD64","features":[335]},{"name":"CONTEXT_FLOATING_POINT_ARM","features":[335]},{"name":"CONTEXT_FLOATING_POINT_ARM64","features":[335]},{"name":"CONTEXT_FLOATING_POINT_X86","features":[335]},{"name":"CONTEXT_FULL_AMD64","features":[335]},{"name":"CONTEXT_FULL_ARM","features":[335]},{"name":"CONTEXT_FULL_ARM64","features":[335]},{"name":"CONTEXT_FULL_X86","features":[335]},{"name":"CONTEXT_INTEGER_AMD64","features":[335]},{"name":"CONTEXT_INTEGER_ARM","features":[335]},{"name":"CONTEXT_INTEGER_ARM64","features":[335]},{"name":"CONTEXT_INTEGER_X86","features":[335]},{"name":"CONTEXT_KERNEL_CET_AMD64","features":[335]},{"name":"CONTEXT_KERNEL_DEBUGGER_AMD64","features":[335]},{"name":"CONTEXT_RET_TO_GUEST_ARM64","features":[335]},{"name":"CONTEXT_SEGMENTS_AMD64","features":[335]},{"name":"CONTEXT_SEGMENTS_X86","features":[335]},{"name":"CONTEXT_SERVICE_ACTIVE_AMD64","features":[335]},{"name":"CONTEXT_SERVICE_ACTIVE_ARM","features":[335]},{"name":"CONTEXT_SERVICE_ACTIVE_ARM64","features":[335]},{"name":"CONTEXT_SERVICE_ACTIVE_X86","features":[335]},{"name":"CONTEXT_UNWOUND_TO_CALL_AMD64","features":[335]},{"name":"CONTEXT_UNWOUND_TO_CALL_ARM","features":[335]},{"name":"CONTEXT_UNWOUND_TO_CALL_ARM64","features":[335]},{"name":"CONTEXT_X18_ARM64","features":[335]},{"name":"CONTEXT_X86","features":[335]},{"name":"CONTEXT_XSTATE_AMD64","features":[335]},{"name":"CONTEXT_XSTATE_X86","features":[335]},{"name":"COREMSGCALL_INTERNAL_ERROR","features":[335]},{"name":"COREMSG_INTERNAL_ERROR","features":[335]},{"name":"CORRUPT_ACCESS_TOKEN","features":[335]},{"name":"CPU_INFORMATION","features":[335]},{"name":"CRASHDUMP_WATCHDOG_TIMEOUT","features":[335]},{"name":"CREATE_DELETE_LOCK_NOT_LOCKED","features":[335]},{"name":"CREATE_PROCESS_DEBUG_EVENT","features":[335]},{"name":"CREATE_PROCESS_DEBUG_INFO","features":[305,335,342]},{"name":"CREATE_THREAD_DEBUG_EVENT","features":[335]},{"name":"CREATE_THREAD_DEBUG_INFO","features":[305,335,342]},{"name":"CRITICAL_INITIALIZATION_FAILURE","features":[335]},{"name":"CRITICAL_OBJECT_TERMINATION","features":[335]},{"name":"CRITICAL_PROCESS_DIED","features":[335]},{"name":"CRITICAL_SERVICE_FAILED","features":[335]},{"name":"CRITICAL_STRUCTURE_CORRUPTION","features":[335]},{"name":"CRYPTO_LIBRARY_INTERNAL_ERROR","features":[335]},{"name":"CRYPTO_SELF_TEST_FAILURE","features":[335]},{"name":"CancelCallback","features":[335]},{"name":"CheckRemoteDebuggerPresent","features":[305,335]},{"name":"CheckSumMappedFile","features":[335,337]},{"name":"CheckSumMappedFile","features":[335,337]},{"name":"CloseThreadWaitChainSession","features":[335]},{"name":"CommentStreamA","features":[335]},{"name":"CommentStreamW","features":[335]},{"name":"ContinueDebugEvent","features":[305,335]},{"name":"CopyContext","features":[305,335,312]},{"name":"DAM_WATCHDOG_TIMEOUT","features":[335]},{"name":"DATA_BUS_ERROR","features":[335]},{"name":"DATA_COHERENCY_EXCEPTION","features":[335]},{"name":"DBGHELP_DATA_REPORT_STRUCT","features":[335]},{"name":"DBGPROP_ATTRIB_ACCESS_FINAL","features":[335]},{"name":"DBGPROP_ATTRIB_ACCESS_PRIVATE","features":[335]},{"name":"DBGPROP_ATTRIB_ACCESS_PROTECTED","features":[335]},{"name":"DBGPROP_ATTRIB_ACCESS_PUBLIC","features":[335]},{"name":"DBGPROP_ATTRIB_FLAGS","features":[335]},{"name":"DBGPROP_ATTRIB_FRAME_INCATCHBLOCK","features":[335]},{"name":"DBGPROP_ATTRIB_FRAME_INFINALLYBLOCK","features":[335]},{"name":"DBGPROP_ATTRIB_FRAME_INTRYBLOCK","features":[335]},{"name":"DBGPROP_ATTRIB_HAS_EXTENDED_ATTRIBS","features":[335]},{"name":"DBGPROP_ATTRIB_NO_ATTRIB","features":[335]},{"name":"DBGPROP_ATTRIB_STORAGE_FIELD","features":[335]},{"name":"DBGPROP_ATTRIB_STORAGE_GLOBAL","features":[335]},{"name":"DBGPROP_ATTRIB_STORAGE_STATIC","features":[335]},{"name":"DBGPROP_ATTRIB_STORAGE_VIRTUAL","features":[335]},{"name":"DBGPROP_ATTRIB_TYPE_IS_CONSTANT","features":[335]},{"name":"DBGPROP_ATTRIB_TYPE_IS_SYNCHRONIZED","features":[335]},{"name":"DBGPROP_ATTRIB_TYPE_IS_VOLATILE","features":[335]},{"name":"DBGPROP_ATTRIB_VALUE_IS_EVENT","features":[335]},{"name":"DBGPROP_ATTRIB_VALUE_IS_EXPANDABLE","features":[335]},{"name":"DBGPROP_ATTRIB_VALUE_IS_FAKE","features":[335]},{"name":"DBGPROP_ATTRIB_VALUE_IS_INVALID","features":[335]},{"name":"DBGPROP_ATTRIB_VALUE_IS_METHOD","features":[335]},{"name":"DBGPROP_ATTRIB_VALUE_IS_RAW_STRING","features":[335]},{"name":"DBGPROP_ATTRIB_VALUE_IS_RETURN_VALUE","features":[335]},{"name":"DBGPROP_ATTRIB_VALUE_PENDING_MUTATION","features":[335]},{"name":"DBGPROP_ATTRIB_VALUE_READONLY","features":[335]},{"name":"DBGPROP_INFO","features":[335]},{"name":"DBGPROP_INFO_ATTRIBUTES","features":[335]},{"name":"DBGPROP_INFO_AUTOEXPAND","features":[335]},{"name":"DBGPROP_INFO_BEAUTIFY","features":[335]},{"name":"DBGPROP_INFO_CALLTOSTRING","features":[335]},{"name":"DBGPROP_INFO_DEBUGPROP","features":[335]},{"name":"DBGPROP_INFO_FULLNAME","features":[335]},{"name":"DBGPROP_INFO_NAME","features":[335]},{"name":"DBGPROP_INFO_TYPE","features":[335]},{"name":"DBGPROP_INFO_VALUE","features":[335]},{"name":"DBHHEADER_CVMISC","features":[335]},{"name":"DBHHEADER_DEBUGDIRS","features":[335]},{"name":"DBHHEADER_PDBGUID","features":[335]},{"name":"DEBUG_EVENT","features":[305,335,342]},{"name":"DEBUG_EVENT_CODE","features":[335]},{"name":"DEREF_UNKNOWN_LOGON_SESSION","features":[335]},{"name":"DEVICE_DIAGNOSTIC_LOG_LIVEDUMP","features":[335]},{"name":"DEVICE_QUEUE_NOT_BUSY","features":[335]},{"name":"DEVICE_REFERENCE_COUNT_NOT_ZERO","features":[335]},{"name":"DFSC_FILE_SYSTEM","features":[335]},{"name":"DFS_FILE_SYSTEM","features":[335]},{"name":"DIGEST_FUNCTION","features":[305,335]},{"name":"DIRECTED_FX_TRANSITION_LIVEDUMP","features":[335]},{"name":"DIRTY_MAPPED_PAGES_CONGESTION","features":[335]},{"name":"DIRTY_NOWRITE_PAGES_CONGESTION","features":[335]},{"name":"DISORDERLY_SHUTDOWN","features":[335]},{"name":"DISPATCHER_CONTEXT","features":[305,335,312]},{"name":"DISPATCHER_CONTEXT","features":[305,335,312]},{"name":"DMA_COMMON_BUFFER_VECTOR_ERROR","features":[335]},{"name":"DMP_CONTEXT_RECORD_SIZE_32","features":[335]},{"name":"DMP_CONTEXT_RECORD_SIZE_64","features":[335]},{"name":"DMP_HEADER_COMMENT_SIZE","features":[335]},{"name":"DMP_PHYSICAL_MEMORY_BLOCK_SIZE_32","features":[335]},{"name":"DMP_PHYSICAL_MEMORY_BLOCK_SIZE_64","features":[335]},{"name":"DMP_RESERVED_0_SIZE_32","features":[335]},{"name":"DMP_RESERVED_0_SIZE_64","features":[335]},{"name":"DMP_RESERVED_2_SIZE_32","features":[335]},{"name":"DMP_RESERVED_3_SIZE_32","features":[335]},{"name":"DPC_WATCHDOG_TIMEOUT","features":[335]},{"name":"DPC_WATCHDOG_VIOLATION","features":[335]},{"name":"DRIPS_SW_HW_DIVERGENCE_LIVEDUMP","features":[335]},{"name":"DRIVER_CAUGHT_MODIFYING_FREED_POOL","features":[335]},{"name":"DRIVER_CORRUPTED_EXPOOL","features":[335]},{"name":"DRIVER_CORRUPTED_MMPOOL","features":[335]},{"name":"DRIVER_CORRUPTED_SYSPTES","features":[335]},{"name":"DRIVER_INVALID_CRUNTIME_PARAMETER","features":[335]},{"name":"DRIVER_INVALID_STACK_ACCESS","features":[335]},{"name":"DRIVER_IRQL_NOT_LESS_OR_EQUAL","features":[335]},{"name":"DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS","features":[335]},{"name":"DRIVER_OVERRAN_STACK_BUFFER","features":[335]},{"name":"DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION","features":[335]},{"name":"DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION_M","features":[335]},{"name":"DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL","features":[335]},{"name":"DRIVER_PNP_WATCHDOG","features":[335]},{"name":"DRIVER_PORTION_MUST_BE_NONPAGED","features":[335]},{"name":"DRIVER_POWER_STATE_FAILURE","features":[335]},{"name":"DRIVER_RETURNED_HOLDING_CANCEL_LOCK","features":[335]},{"name":"DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN","features":[335]},{"name":"DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS","features":[335]},{"name":"DRIVER_UNMAPPING_INVALID_VIEW","features":[335]},{"name":"DRIVER_USED_EXCESSIVE_PTES","features":[335]},{"name":"DRIVER_VERIFIER_DETECTED_VIOLATION","features":[335]},{"name":"DRIVER_VERIFIER_DETECTED_VIOLATION_LIVEDUMP","features":[335]},{"name":"DRIVER_VERIFIER_DMA_VIOLATION","features":[335]},{"name":"DRIVER_VERIFIER_IOMANAGER_VIOLATION","features":[335]},{"name":"DRIVER_VERIFIER_TRACKING_LIVE_DUMP","features":[335]},{"name":"DRIVER_VIOLATION","features":[335]},{"name":"DRIVE_EXTENDER","features":[335]},{"name":"DSLFLAG_MISMATCHED_DBG","features":[335]},{"name":"DSLFLAG_MISMATCHED_PDB","features":[335]},{"name":"DUMP_FILE_ATTRIBUTES","features":[335]},{"name":"DUMP_HEADER32","features":[305,335]},{"name":"DUMP_HEADER64","features":[305,335]},{"name":"DUMP_SUMMARY_VALID_CURRENT_USER_VA","features":[335]},{"name":"DUMP_SUMMARY_VALID_KERNEL_VA","features":[335]},{"name":"DUMP_TYPE","features":[335]},{"name":"DUMP_TYPE_AUTOMATIC","features":[335]},{"name":"DUMP_TYPE_BITMAP_FULL","features":[335]},{"name":"DUMP_TYPE_BITMAP_KERNEL","features":[335]},{"name":"DUMP_TYPE_FULL","features":[335]},{"name":"DUMP_TYPE_HEADER","features":[335]},{"name":"DUMP_TYPE_INVALID","features":[335]},{"name":"DUMP_TYPE_SUMMARY","features":[335]},{"name":"DUMP_TYPE_TRIAGE","features":[335]},{"name":"DUMP_TYPE_UNKNOWN","features":[335]},{"name":"DYNAMIC_ADD_PROCESSOR_MISMATCH","features":[335]},{"name":"DbgHelpCreateUserDump","features":[305,335]},{"name":"DbgHelpCreateUserDumpW","features":[305,335]},{"name":"DebugActiveProcess","features":[305,335]},{"name":"DebugActiveProcessStop","features":[305,335]},{"name":"DebugBreak","features":[335]},{"name":"DebugBreakProcess","features":[305,335]},{"name":"DebugPropertyInfo","features":[335]},{"name":"DebugSetProcessKillOnExit","features":[305,335]},{"name":"DecodePointer","features":[335]},{"name":"DecodeRemotePointer","features":[305,335]},{"name":"DecodeSystemPointer","features":[335]},{"name":"EFS_FATAL_ERROR","features":[335]},{"name":"ELAM_DRIVER_DETECTED_FATAL_ERROR","features":[335]},{"name":"EMPTY_THREAD_REAPER_LIST","features":[335]},{"name":"EM_INITIALIZATION_ERROR","features":[335]},{"name":"END_OF_NT_EVALUATION_PERIOD","features":[335]},{"name":"ERESOURCE_INVALID_RELEASE","features":[335]},{"name":"ERRATA_WORKAROUND_UNSUCCESSFUL","features":[335]},{"name":"ERROR_IMAGE_NOT_STRIPPED","features":[335]},{"name":"ERROR_NO_DBG_POINTER","features":[335]},{"name":"ERROR_NO_PDB_POINTER","features":[335]},{"name":"ESLFLAG_FULLPATH","features":[335]},{"name":"ESLFLAG_INLINE_SITE","features":[335]},{"name":"ESLFLAG_NEAREST","features":[335]},{"name":"ESLFLAG_NEXT","features":[335]},{"name":"ESLFLAG_PREV","features":[335]},{"name":"EVENT_SRCSPEW","features":[335]},{"name":"EVENT_SRCSPEW_END","features":[335]},{"name":"EVENT_SRCSPEW_START","features":[335]},{"name":"EVENT_TRACING_FATAL_ERROR","features":[335]},{"name":"EXCEPTION_CONTINUE_EXECUTION","features":[335]},{"name":"EXCEPTION_CONTINUE_SEARCH","features":[335]},{"name":"EXCEPTION_DEBUG_EVENT","features":[335]},{"name":"EXCEPTION_DEBUG_INFO","features":[305,335]},{"name":"EXCEPTION_EXECUTE_HANDLER","features":[335]},{"name":"EXCEPTION_ON_INVALID_STACK","features":[335]},{"name":"EXCEPTION_POINTERS","features":[305,335,312]},{"name":"EXCEPTION_RECORD","features":[305,335]},{"name":"EXCEPTION_RECORD32","features":[305,335]},{"name":"EXCEPTION_RECORD64","features":[305,335]},{"name":"EXCEPTION_SCOPE_INVALID","features":[335]},{"name":"EXFAT_FILE_SYSTEM","features":[335]},{"name":"EXIT_PROCESS_DEBUG_EVENT","features":[335]},{"name":"EXIT_PROCESS_DEBUG_INFO","features":[335]},{"name":"EXIT_THREAD_DEBUG_EVENT","features":[335]},{"name":"EXIT_THREAD_DEBUG_INFO","features":[335]},{"name":"EXRESOURCE_TIMEOUT_LIVEDUMP","features":[335]},{"name":"EXT_OUTPUT_VER","features":[335]},{"name":"EX_PROP_INFO_DEBUGEXTPROP","features":[335]},{"name":"EX_PROP_INFO_FLAGS","features":[335]},{"name":"EX_PROP_INFO_ID","features":[335]},{"name":"EX_PROP_INFO_LOCKBYTES","features":[335]},{"name":"EX_PROP_INFO_NTYPE","features":[335]},{"name":"EX_PROP_INFO_NVALUE","features":[335]},{"name":"EncodePointer","features":[335]},{"name":"EncodeRemotePointer","features":[305,335]},{"name":"EncodeSystemPointer","features":[335]},{"name":"EnumDirTree","features":[305,335]},{"name":"EnumDirTreeW","features":[305,335]},{"name":"EnumerateLoadedModules","features":[305,335]},{"name":"EnumerateLoadedModules64","features":[305,335]},{"name":"EnumerateLoadedModulesEx","features":[305,335]},{"name":"EnumerateLoadedModulesExW","features":[305,335]},{"name":"EnumerateLoadedModulesW64","features":[305,335]},{"name":"ExceptionStream","features":[335]},{"name":"ExtendedDebugPropertyInfo","features":[305,392,335,359,360]},{"name":"FACILITY_AAF","features":[335]},{"name":"FACILITY_ACCELERATOR","features":[335]},{"name":"FACILITY_ACS","features":[335]},{"name":"FACILITY_ACTION_QUEUE","features":[335]},{"name":"FACILITY_AUDCLNT","features":[335]},{"name":"FACILITY_AUDIO","features":[335]},{"name":"FACILITY_AUDIOSTREAMING","features":[335]},{"name":"FACILITY_BACKGROUNDCOPY","features":[335]},{"name":"FACILITY_BCD","features":[335]},{"name":"FACILITY_BLB","features":[335]},{"name":"FACILITY_BLBUI","features":[335]},{"name":"FACILITY_BLB_CLI","features":[335]},{"name":"FACILITY_BLUETOOTH_ATT","features":[335]},{"name":"FACILITY_CERT","features":[335]},{"name":"FACILITY_CMI","features":[335]},{"name":"FACILITY_CODE","features":[335]},{"name":"FACILITY_COMPLUS","features":[335]},{"name":"FACILITY_CONFIGURATION","features":[335]},{"name":"FACILITY_CONTROL","features":[335]},{"name":"FACILITY_DAF","features":[335]},{"name":"FACILITY_DEBUGGERS","features":[335]},{"name":"FACILITY_DEFRAG","features":[335]},{"name":"FACILITY_DELIVERY_OPTIMIZATION","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_BINLSVC","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_CONTENT_PROVIDER","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_DRIVER_PROVISIONING","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_IMAGING","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MANAGEMENT","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MULTICAST_CLIENT","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_MULTICAST_SERVER","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_PXE","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_SERVER","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_TFTP","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_TRANSPORT_MANAGEMENT","features":[335]},{"name":"FACILITY_DEPLOYMENT_SERVICES_UTIL","features":[335]},{"name":"FACILITY_DEVICE_UPDATE_AGENT","features":[335]},{"name":"FACILITY_DIRECT2D","features":[335]},{"name":"FACILITY_DIRECT3D10","features":[335]},{"name":"FACILITY_DIRECT3D11","features":[335]},{"name":"FACILITY_DIRECT3D11_DEBUG","features":[335]},{"name":"FACILITY_DIRECT3D12","features":[335]},{"name":"FACILITY_DIRECT3D12_DEBUG","features":[335]},{"name":"FACILITY_DIRECTMUSIC","features":[335]},{"name":"FACILITY_DIRECTORYSERVICE","features":[335]},{"name":"FACILITY_DISPATCH","features":[335]},{"name":"FACILITY_DLS","features":[335]},{"name":"FACILITY_DMSERVER","features":[335]},{"name":"FACILITY_DPLAY","features":[335]},{"name":"FACILITY_DRVSERVICING","features":[335]},{"name":"FACILITY_DXCORE","features":[335]},{"name":"FACILITY_DXGI","features":[335]},{"name":"FACILITY_DXGI_DDI","features":[335]},{"name":"FACILITY_EAP","features":[335]},{"name":"FACILITY_EAS","features":[335]},{"name":"FACILITY_FVE","features":[335]},{"name":"FACILITY_FWP","features":[335]},{"name":"FACILITY_GAME","features":[335]},{"name":"FACILITY_GRAPHICS","features":[335]},{"name":"FACILITY_HSP_SERVICES","features":[335]},{"name":"FACILITY_HSP_SOFTWARE","features":[335]},{"name":"FACILITY_HTTP","features":[335]},{"name":"FACILITY_INPUT","features":[335]},{"name":"FACILITY_INTERNET","features":[335]},{"name":"FACILITY_IORING","features":[335]},{"name":"FACILITY_ITF","features":[335]},{"name":"FACILITY_JSCRIPT","features":[335]},{"name":"FACILITY_LEAP","features":[335]},{"name":"FACILITY_LINGUISTIC_SERVICES","features":[335]},{"name":"FACILITY_MBN","features":[335]},{"name":"FACILITY_MEDIASERVER","features":[335]},{"name":"FACILITY_METADIRECTORY","features":[335]},{"name":"FACILITY_MOBILE","features":[335]},{"name":"FACILITY_MSMQ","features":[335]},{"name":"FACILITY_NAP","features":[335]},{"name":"FACILITY_NDIS","features":[335]},{"name":"FACILITY_NT_BIT","features":[335]},{"name":"FACILITY_NULL","features":[335]},{"name":"FACILITY_OCP_UPDATE_AGENT","features":[335]},{"name":"FACILITY_ONLINE_ID","features":[335]},{"name":"FACILITY_OPC","features":[335]},{"name":"FACILITY_P2P","features":[335]},{"name":"FACILITY_P2P_INT","features":[335]},{"name":"FACILITY_PARSE","features":[335]},{"name":"FACILITY_PIDGENX","features":[335]},{"name":"FACILITY_PIX","features":[335]},{"name":"FACILITY_PLA","features":[335]},{"name":"FACILITY_POWERSHELL","features":[335]},{"name":"FACILITY_PRESENTATION","features":[335]},{"name":"FACILITY_QUIC","features":[335]},{"name":"FACILITY_RAS","features":[335]},{"name":"FACILITY_RESTORE","features":[335]},{"name":"FACILITY_RPC","features":[335]},{"name":"FACILITY_SCARD","features":[335]},{"name":"FACILITY_SCRIPT","features":[335]},{"name":"FACILITY_SDIAG","features":[335]},{"name":"FACILITY_SECURITY","features":[335]},{"name":"FACILITY_SERVICE_FABRIC","features":[335]},{"name":"FACILITY_SETUPAPI","features":[335]},{"name":"FACILITY_SHELL","features":[335]},{"name":"FACILITY_SOS","features":[335]},{"name":"FACILITY_SPP","features":[335]},{"name":"FACILITY_SQLITE","features":[335]},{"name":"FACILITY_SSPI","features":[335]},{"name":"FACILITY_STATEREPOSITORY","features":[335]},{"name":"FACILITY_STATE_MANAGEMENT","features":[335]},{"name":"FACILITY_STORAGE","features":[335]},{"name":"FACILITY_SXS","features":[335]},{"name":"FACILITY_SYNCENGINE","features":[335]},{"name":"FACILITY_TIERING","features":[335]},{"name":"FACILITY_TPM_SERVICES","features":[335]},{"name":"FACILITY_TPM_SOFTWARE","features":[335]},{"name":"FACILITY_TTD","features":[335]},{"name":"FACILITY_UI","features":[335]},{"name":"FACILITY_UMI","features":[335]},{"name":"FACILITY_URT","features":[335]},{"name":"FACILITY_USERMODE_COMMONLOG","features":[335]},{"name":"FACILITY_USERMODE_FILTER_MANAGER","features":[335]},{"name":"FACILITY_USERMODE_HNS","features":[335]},{"name":"FACILITY_USERMODE_HYPERVISOR","features":[335]},{"name":"FACILITY_USERMODE_LICENSING","features":[335]},{"name":"FACILITY_USERMODE_SDBUS","features":[335]},{"name":"FACILITY_USERMODE_SPACES","features":[335]},{"name":"FACILITY_USERMODE_VHD","features":[335]},{"name":"FACILITY_USERMODE_VIRTUALIZATION","features":[335]},{"name":"FACILITY_USERMODE_VOLMGR","features":[335]},{"name":"FACILITY_USERMODE_VOLSNAP","features":[335]},{"name":"FACILITY_USER_MODE_SECURITY_CORE","features":[335]},{"name":"FACILITY_USN","features":[335]},{"name":"FACILITY_UTC","features":[335]},{"name":"FACILITY_VISUALCPP","features":[335]},{"name":"FACILITY_WEB","features":[335]},{"name":"FACILITY_WEBSERVICES","features":[335]},{"name":"FACILITY_WEB_SOCKET","features":[335]},{"name":"FACILITY_WEP","features":[335]},{"name":"FACILITY_WER","features":[335]},{"name":"FACILITY_WIA","features":[335]},{"name":"FACILITY_WIN32","features":[335]},{"name":"FACILITY_WINCODEC_DWRITE_DWM","features":[335]},{"name":"FACILITY_WINDOWS","features":[335]},{"name":"FACILITY_WINDOWSUPDATE","features":[335]},{"name":"FACILITY_WINDOWS_CE","features":[335]},{"name":"FACILITY_WINDOWS_DEFENDER","features":[335]},{"name":"FACILITY_WINDOWS_SETUP","features":[335]},{"name":"FACILITY_WINDOWS_STORE","features":[335]},{"name":"FACILITY_WINML","features":[335]},{"name":"FACILITY_WINPE","features":[335]},{"name":"FACILITY_WINRM","features":[335]},{"name":"FACILITY_WMAAECMA","features":[335]},{"name":"FACILITY_WPN","features":[335]},{"name":"FACILITY_WSBAPP","features":[335]},{"name":"FACILITY_WSB_ONLINE","features":[335]},{"name":"FACILITY_XAML","features":[335]},{"name":"FACILITY_XBOX","features":[335]},{"name":"FACILITY_XPS","features":[335]},{"name":"FAST_ERESOURCE_PRECONDITION_VIOLATION","features":[335]},{"name":"FATAL_ABNORMAL_RESET_ERROR","features":[335]},{"name":"FATAL_UNHANDLED_HARD_ERROR","features":[335]},{"name":"FAT_FILE_SYSTEM","features":[335]},{"name":"FAULTY_HARDWARE_CORRUPTED_PAGE","features":[335]},{"name":"FILE_INITIALIZATION_FAILED","features":[335]},{"name":"FILE_SYSTEM","features":[335]},{"name":"FLAG_ENGINE_PRESENT","features":[335]},{"name":"FLAG_ENGOPT_DISALLOW_NETWORK_PATHS","features":[335]},{"name":"FLAG_OVERRIDE_ARM_MACHINE_TYPE","features":[335]},{"name":"FLOPPY_INTERNAL_ERROR","features":[335]},{"name":"FLTMGR_FILE_SYSTEM","features":[335]},{"name":"FORMAT_MESSAGE_ALLOCATE_BUFFER","features":[335]},{"name":"FORMAT_MESSAGE_ARGUMENT_ARRAY","features":[335]},{"name":"FORMAT_MESSAGE_FROM_HMODULE","features":[335]},{"name":"FORMAT_MESSAGE_FROM_STRING","features":[335]},{"name":"FORMAT_MESSAGE_FROM_SYSTEM","features":[335]},{"name":"FORMAT_MESSAGE_IGNORE_INSERTS","features":[335]},{"name":"FORMAT_MESSAGE_OPTIONS","features":[335]},{"name":"FPO_DATA","features":[335]},{"name":"FP_EMULATION_ERROR","features":[335]},{"name":"FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION","features":[335]},{"name":"FatalAppExitA","features":[335]},{"name":"FatalAppExitW","features":[335]},{"name":"FatalExit","features":[335]},{"name":"FindDebugInfoFile","features":[305,335]},{"name":"FindDebugInfoFileEx","features":[305,335]},{"name":"FindDebugInfoFileExW","features":[305,335]},{"name":"FindExecutableImage","features":[305,335]},{"name":"FindExecutableImageEx","features":[305,335]},{"name":"FindExecutableImageExW","features":[305,335]},{"name":"FindFileInPath","features":[305,335]},{"name":"FindFileInSearchPath","features":[305,335]},{"name":"FlushInstructionCache","features":[305,335]},{"name":"FormatMessageA","features":[335]},{"name":"FormatMessageW","features":[335]},{"name":"FunctionTableStream","features":[335]},{"name":"GPIO_CONTROLLER_DRIVER_ERROR","features":[335]},{"name":"GetEnabledXStateFeatures","features":[335]},{"name":"GetErrorMode","features":[335]},{"name":"GetImageConfigInformation","features":[305,335,312,337]},{"name":"GetImageConfigInformation","features":[305,335,312,337]},{"name":"GetImageUnusedHeaderBytes","features":[305,335,312,337]},{"name":"GetSymLoadError","features":[335]},{"name":"GetThreadContext","features":[305,335,312]},{"name":"GetThreadErrorMode","features":[335]},{"name":"GetThreadSelectorEntry","features":[305,335]},{"name":"GetThreadWaitChain","features":[305,335]},{"name":"GetTimestampForLoadedLibrary","features":[305,335]},{"name":"GetXStateFeaturesMask","features":[305,335,312]},{"name":"HAL1_INITIALIZATION_FAILED","features":[335]},{"name":"HAL_BLOCKED_PROCESSOR_INTERNAL_ERROR","features":[335]},{"name":"HAL_ILLEGAL_IOMMU_PAGE_FAULT","features":[335]},{"name":"HAL_INITIALIZATION_FAILED","features":[335]},{"name":"HAL_IOMMU_INTERNAL_ERROR","features":[335]},{"name":"HAL_MEMORY_ALLOCATION","features":[335]},{"name":"HANDLE_ERROR_ON_CRITICAL_THREAD","features":[335]},{"name":"HANDLE_LIVE_DUMP","features":[335]},{"name":"HARDWARE_INTERRUPT_STORM","features":[335]},{"name":"HARDWARE_PROFILE_DOCKED_STRING","features":[335]},{"name":"HARDWARE_PROFILE_UNDOCKED_STRING","features":[335]},{"name":"HARDWARE_PROFILE_UNKNOWN_STRING","features":[335]},{"name":"HARDWARE_WATCHDOG_TIMEOUT","features":[335]},{"name":"HTTP_DRIVER_CORRUPTED","features":[335]},{"name":"HYPERGUARD_INITIALIZATION_FAILURE","features":[335]},{"name":"HYPERGUARD_VIOLATION","features":[335]},{"name":"HYPERVISOR_ERROR","features":[335]},{"name":"HandleDataStream","features":[335]},{"name":"HandleOperationListStream","features":[335]},{"name":"IDebugExtendedProperty","features":[335]},{"name":"IDebugProperty","features":[335]},{"name":"IDebugPropertyEnumType_All","features":[335]},{"name":"IDebugPropertyEnumType_Arguments","features":[335]},{"name":"IDebugPropertyEnumType_Locals","features":[335]},{"name":"IDebugPropertyEnumType_LocalsPlusArgs","features":[335]},{"name":"IDebugPropertyEnumType_Registers","features":[335]},{"name":"IEnumDebugExtendedPropertyInfo","features":[335]},{"name":"IEnumDebugPropertyInfo","features":[335]},{"name":"ILLEGAL_ATS_INITIALIZATION","features":[335]},{"name":"ILLEGAL_IOMMU_PAGE_FAULT","features":[335]},{"name":"IMAGEHLP_CBA_EVENT","features":[335]},{"name":"IMAGEHLP_CBA_EVENTW","features":[335]},{"name":"IMAGEHLP_CBA_EVENT_SEVERITY","features":[335]},{"name":"IMAGEHLP_CBA_READ_MEMORY","features":[335]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOAD","features":[305,335]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOAD64","features":[305,335]},{"name":"IMAGEHLP_DEFERRED_SYMBOL_LOADW64","features":[305,335]},{"name":"IMAGEHLP_DUPLICATE_SYMBOL","features":[335]},{"name":"IMAGEHLP_DUPLICATE_SYMBOL64","features":[335]},{"name":"IMAGEHLP_EXTENDED_OPTIONS","features":[335]},{"name":"IMAGEHLP_GET_TYPE_INFO_CHILDREN","features":[335]},{"name":"IMAGEHLP_GET_TYPE_INFO_FLAGS","features":[335]},{"name":"IMAGEHLP_GET_TYPE_INFO_PARAMS","features":[335]},{"name":"IMAGEHLP_GET_TYPE_INFO_UNCACHED","features":[335]},{"name":"IMAGEHLP_HD_TYPE","features":[335]},{"name":"IMAGEHLP_JIT_SYMBOLMAP","features":[335]},{"name":"IMAGEHLP_LINE","features":[335]},{"name":"IMAGEHLP_LINE64","features":[335]},{"name":"IMAGEHLP_LINEW","features":[335]},{"name":"IMAGEHLP_LINEW64","features":[335]},{"name":"IMAGEHLP_MODULE","features":[335]},{"name":"IMAGEHLP_MODULE64","features":[305,335]},{"name":"IMAGEHLP_MODULE64_EX","features":[305,335]},{"name":"IMAGEHLP_MODULEW","features":[335]},{"name":"IMAGEHLP_MODULEW64","features":[305,335]},{"name":"IMAGEHLP_MODULEW64_EX","features":[305,335]},{"name":"IMAGEHLP_MODULE_REGION_ADDITIONAL","features":[335]},{"name":"IMAGEHLP_MODULE_REGION_ALL","features":[335]},{"name":"IMAGEHLP_MODULE_REGION_DLLBASE","features":[335]},{"name":"IMAGEHLP_MODULE_REGION_DLLRANGE","features":[335]},{"name":"IMAGEHLP_MODULE_REGION_JIT","features":[335]},{"name":"IMAGEHLP_RMAP_BIG_ENDIAN","features":[335]},{"name":"IMAGEHLP_RMAP_FIXUP_ARM64X","features":[335]},{"name":"IMAGEHLP_RMAP_FIXUP_IMAGEBASE","features":[335]},{"name":"IMAGEHLP_RMAP_IGNORE_MISCOMPARE","features":[335]},{"name":"IMAGEHLP_RMAP_LOAD_RW_DATA_SECTIONS","features":[335]},{"name":"IMAGEHLP_RMAP_MAPPED_FLAT","features":[335]},{"name":"IMAGEHLP_RMAP_OMIT_SHARED_RW_DATA_SECTIONS","features":[335]},{"name":"IMAGEHLP_SF_TYPE","features":[335]},{"name":"IMAGEHLP_STACK_FRAME","features":[305,335]},{"name":"IMAGEHLP_STATUS_REASON","features":[335]},{"name":"IMAGEHLP_SYMBOL","features":[335]},{"name":"IMAGEHLP_SYMBOL64","features":[335]},{"name":"IMAGEHLP_SYMBOL64_PACKAGE","features":[335]},{"name":"IMAGEHLP_SYMBOLW","features":[335]},{"name":"IMAGEHLP_SYMBOLW64","features":[335]},{"name":"IMAGEHLP_SYMBOLW64_PACKAGE","features":[335]},{"name":"IMAGEHLP_SYMBOLW_PACKAGE","features":[335]},{"name":"IMAGEHLP_SYMBOL_FUNCTION","features":[335]},{"name":"IMAGEHLP_SYMBOL_INFO_CONSTANT","features":[335]},{"name":"IMAGEHLP_SYMBOL_INFO_FRAMERELATIVE","features":[335]},{"name":"IMAGEHLP_SYMBOL_INFO_LOCAL","features":[335]},{"name":"IMAGEHLP_SYMBOL_INFO_PARAMETER","features":[335]},{"name":"IMAGEHLP_SYMBOL_INFO_REGISTER","features":[335]},{"name":"IMAGEHLP_SYMBOL_INFO_REGRELATIVE","features":[335]},{"name":"IMAGEHLP_SYMBOL_INFO_TLSRELATIVE","features":[335]},{"name":"IMAGEHLP_SYMBOL_INFO_VALUEPRESENT","features":[335]},{"name":"IMAGEHLP_SYMBOL_PACKAGE","features":[335]},{"name":"IMAGEHLP_SYMBOL_SRC","features":[335]},{"name":"IMAGEHLP_SYMBOL_THUNK","features":[335]},{"name":"IMAGEHLP_SYMBOL_TYPE_INFO","features":[335]},{"name":"IMAGEHLP_SYMBOL_TYPE_INFO_MAX","features":[335]},{"name":"IMAGEHLP_SYMBOL_VIRTUAL","features":[335]},{"name":"IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY","features":[335]},{"name":"IMAGE_COFF_SYMBOLS_HEADER","features":[335]},{"name":"IMAGE_COR20_HEADER","features":[335]},{"name":"IMAGE_DATA_DIRECTORY","features":[335]},{"name":"IMAGE_DEBUG_DIRECTORY","features":[335]},{"name":"IMAGE_DEBUG_INFORMATION","features":[305,335,312]},{"name":"IMAGE_DEBUG_TYPE","features":[335]},{"name":"IMAGE_DEBUG_TYPE_BORLAND","features":[335]},{"name":"IMAGE_DEBUG_TYPE_CODEVIEW","features":[335]},{"name":"IMAGE_DEBUG_TYPE_COFF","features":[335]},{"name":"IMAGE_DEBUG_TYPE_EXCEPTION","features":[335]},{"name":"IMAGE_DEBUG_TYPE_FIXUP","features":[335]},{"name":"IMAGE_DEBUG_TYPE_FPO","features":[335]},{"name":"IMAGE_DEBUG_TYPE_MISC","features":[335]},{"name":"IMAGE_DEBUG_TYPE_UNKNOWN","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_BASERELOC","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_DEBUG","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_EXCEPTION","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_EXPORT","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_GLOBALPTR","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_IAT","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_IMPORT","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_RESOURCE","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_SECURITY","features":[335]},{"name":"IMAGE_DIRECTORY_ENTRY_TLS","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_APPCONTAINER","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT_STRICT_MODE","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_DYNAMIC_APIS_ALLOW_IN_PROC","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_RESERVED_1","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_RESERVED_2","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_EX_CET_SET_CONTEXT_IP_VALIDATION_RELAXED_MODE","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_GUARD_CF","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_BIND","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_NO_SEH","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_NX_COMPAT","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE","features":[335]},{"name":"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER","features":[335]},{"name":"IMAGE_DLL_CHARACTERISTICS","features":[335]},{"name":"IMAGE_FILE_32BIT_MACHINE","features":[335]},{"name":"IMAGE_FILE_32BIT_MACHINE2","features":[335]},{"name":"IMAGE_FILE_AGGRESIVE_WS_TRIM","features":[335]},{"name":"IMAGE_FILE_AGGRESIVE_WS_TRIM2","features":[335]},{"name":"IMAGE_FILE_BYTES_REVERSED_HI","features":[335]},{"name":"IMAGE_FILE_BYTES_REVERSED_HI_2","features":[335]},{"name":"IMAGE_FILE_BYTES_REVERSED_LO","features":[335]},{"name":"IMAGE_FILE_BYTES_REVERSED_LO2","features":[335]},{"name":"IMAGE_FILE_CHARACTERISTICS","features":[335]},{"name":"IMAGE_FILE_CHARACTERISTICS2","features":[335]},{"name":"IMAGE_FILE_DEBUG_STRIPPED","features":[335]},{"name":"IMAGE_FILE_DEBUG_STRIPPED2","features":[335]},{"name":"IMAGE_FILE_DLL","features":[335]},{"name":"IMAGE_FILE_DLL_2","features":[335]},{"name":"IMAGE_FILE_EXECUTABLE_IMAGE","features":[335]},{"name":"IMAGE_FILE_EXECUTABLE_IMAGE2","features":[335]},{"name":"IMAGE_FILE_HEADER","features":[335,337]},{"name":"IMAGE_FILE_LARGE_ADDRESS_AWARE","features":[335]},{"name":"IMAGE_FILE_LARGE_ADDRESS_AWARE2","features":[335]},{"name":"IMAGE_FILE_LINE_NUMS_STRIPPED","features":[335]},{"name":"IMAGE_FILE_LINE_NUMS_STRIPPED2","features":[335]},{"name":"IMAGE_FILE_LOCAL_SYMS_STRIPPED","features":[335]},{"name":"IMAGE_FILE_LOCAL_SYMS_STRIPPED2","features":[335]},{"name":"IMAGE_FILE_NET_RUN_FROM_SWAP","features":[335]},{"name":"IMAGE_FILE_NET_RUN_FROM_SWAP2","features":[335]},{"name":"IMAGE_FILE_RELOCS_STRIPPED","features":[335]},{"name":"IMAGE_FILE_RELOCS_STRIPPED2","features":[335]},{"name":"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP","features":[335]},{"name":"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP2","features":[335]},{"name":"IMAGE_FILE_SYSTEM","features":[335]},{"name":"IMAGE_FILE_SYSTEM_2","features":[335]},{"name":"IMAGE_FILE_UP_SYSTEM_ONLY","features":[335]},{"name":"IMAGE_FILE_UP_SYSTEM_ONLY_2","features":[335]},{"name":"IMAGE_FUNCTION_ENTRY","features":[335]},{"name":"IMAGE_FUNCTION_ENTRY64","features":[335]},{"name":"IMAGE_LOAD_CONFIG_CODE_INTEGRITY","features":[335]},{"name":"IMAGE_LOAD_CONFIG_DIRECTORY32","features":[335]},{"name":"IMAGE_LOAD_CONFIG_DIRECTORY64","features":[335]},{"name":"IMAGE_NT_HEADERS32","features":[335,337]},{"name":"IMAGE_NT_HEADERS64","features":[335,337]},{"name":"IMAGE_NT_OPTIONAL_HDR32_MAGIC","features":[335]},{"name":"IMAGE_NT_OPTIONAL_HDR64_MAGIC","features":[335]},{"name":"IMAGE_NT_OPTIONAL_HDR_MAGIC","features":[335]},{"name":"IMAGE_OPTIONAL_HEADER32","features":[335]},{"name":"IMAGE_OPTIONAL_HEADER64","features":[335]},{"name":"IMAGE_OPTIONAL_HEADER_MAGIC","features":[335]},{"name":"IMAGE_ROM_HEADERS","features":[335,337]},{"name":"IMAGE_ROM_OPTIONAL_HDR_MAGIC","features":[335]},{"name":"IMAGE_ROM_OPTIONAL_HEADER","features":[335]},{"name":"IMAGE_RUNTIME_FUNCTION_ENTRY","features":[335]},{"name":"IMAGE_SCN_ALIGN_1024BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_128BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_16BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_1BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_2048BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_256BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_2BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_32BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_4096BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_4BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_512BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_64BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_8192BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_8BYTES","features":[335]},{"name":"IMAGE_SCN_ALIGN_MASK","features":[335]},{"name":"IMAGE_SCN_CNT_CODE","features":[335]},{"name":"IMAGE_SCN_CNT_INITIALIZED_DATA","features":[335]},{"name":"IMAGE_SCN_CNT_UNINITIALIZED_DATA","features":[335]},{"name":"IMAGE_SCN_GPREL","features":[335]},{"name":"IMAGE_SCN_LNK_COMDAT","features":[335]},{"name":"IMAGE_SCN_LNK_INFO","features":[335]},{"name":"IMAGE_SCN_LNK_NRELOC_OVFL","features":[335]},{"name":"IMAGE_SCN_LNK_OTHER","features":[335]},{"name":"IMAGE_SCN_LNK_REMOVE","features":[335]},{"name":"IMAGE_SCN_MEM_16BIT","features":[335]},{"name":"IMAGE_SCN_MEM_DISCARDABLE","features":[335]},{"name":"IMAGE_SCN_MEM_EXECUTE","features":[335]},{"name":"IMAGE_SCN_MEM_FARDATA","features":[335]},{"name":"IMAGE_SCN_MEM_LOCKED","features":[335]},{"name":"IMAGE_SCN_MEM_NOT_CACHED","features":[335]},{"name":"IMAGE_SCN_MEM_NOT_PAGED","features":[335]},{"name":"IMAGE_SCN_MEM_PRELOAD","features":[335]},{"name":"IMAGE_SCN_MEM_PURGEABLE","features":[335]},{"name":"IMAGE_SCN_MEM_READ","features":[335]},{"name":"IMAGE_SCN_MEM_SHARED","features":[335]},{"name":"IMAGE_SCN_MEM_WRITE","features":[335]},{"name":"IMAGE_SCN_NO_DEFER_SPEC_EXC","features":[335]},{"name":"IMAGE_SCN_SCALE_INDEX","features":[335]},{"name":"IMAGE_SCN_TYPE_NO_PAD","features":[335]},{"name":"IMAGE_SECTION_CHARACTERISTICS","features":[335]},{"name":"IMAGE_SECTION_HEADER","features":[335]},{"name":"IMAGE_SUBSYSTEM","features":[335]},{"name":"IMAGE_SUBSYSTEM_EFI_APPLICATION","features":[335]},{"name":"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER","features":[335]},{"name":"IMAGE_SUBSYSTEM_EFI_ROM","features":[335]},{"name":"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER","features":[335]},{"name":"IMAGE_SUBSYSTEM_NATIVE","features":[335]},{"name":"IMAGE_SUBSYSTEM_NATIVE_WINDOWS","features":[335]},{"name":"IMAGE_SUBSYSTEM_OS2_CUI","features":[335]},{"name":"IMAGE_SUBSYSTEM_POSIX_CUI","features":[335]},{"name":"IMAGE_SUBSYSTEM_UNKNOWN","features":[335]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION","features":[335]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI","features":[335]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_CUI","features":[335]},{"name":"IMAGE_SUBSYSTEM_WINDOWS_GUI","features":[335]},{"name":"IMAGE_SUBSYSTEM_XBOX","features":[335]},{"name":"IMAGE_SUBSYSTEM_XBOX_CODE_CATALOG","features":[335]},{"name":"IMPERSONATING_WORKER_THREAD","features":[335]},{"name":"INACCESSIBLE_BOOT_DEVICE","features":[335]},{"name":"INCONSISTENT_IRP","features":[335]},{"name":"INLINE_FRAME_CONTEXT_IGNORE","features":[335]},{"name":"INLINE_FRAME_CONTEXT_INIT","features":[335]},{"name":"INSTALL_MORE_MEMORY","features":[335]},{"name":"INSTRUCTION_BUS_ERROR","features":[335]},{"name":"INSTRUCTION_COHERENCY_EXCEPTION","features":[335]},{"name":"INSUFFICIENT_SYSTEM_MAP_REGS","features":[335]},{"name":"INTERFACESAFE_FOR_UNTRUSTED_CALLER","features":[335]},{"name":"INTERFACESAFE_FOR_UNTRUSTED_DATA","features":[335]},{"name":"INTERFACE_USES_DISPEX","features":[335]},{"name":"INTERFACE_USES_SECURITY_MANAGER","features":[335]},{"name":"INTERNAL_POWER_ERROR","features":[335]},{"name":"INTERRUPT_EXCEPTION_NOT_HANDLED","features":[335]},{"name":"INTERRUPT_UNWIND_ATTEMPTED","features":[335]},{"name":"INVALID_AFFINITY_SET","features":[335]},{"name":"INVALID_ALTERNATE_SYSTEM_CALL_HANDLER_REGISTRATION","features":[335]},{"name":"INVALID_CALLBACK_STACK_ADDRESS","features":[335]},{"name":"INVALID_CANCEL_OF_FILE_OPEN","features":[335]},{"name":"INVALID_DATA_ACCESS_TRAP","features":[335]},{"name":"INVALID_DRIVER_HANDLE","features":[335]},{"name":"INVALID_EXTENDED_PROCESSOR_STATE","features":[335]},{"name":"INVALID_FLOATING_POINT_STATE","features":[335]},{"name":"INVALID_HIBERNATED_STATE","features":[335]},{"name":"INVALID_IO_BOOST_STATE","features":[335]},{"name":"INVALID_KERNEL_HANDLE","features":[335]},{"name":"INVALID_KERNEL_STACK_ADDRESS","features":[335]},{"name":"INVALID_MDL_RANGE","features":[335]},{"name":"INVALID_PROCESS_ATTACH_ATTEMPT","features":[335]},{"name":"INVALID_PROCESS_DETACH_ATTEMPT","features":[335]},{"name":"INVALID_PUSH_LOCK_FLAGS","features":[335]},{"name":"INVALID_REGION_OR_SEGMENT","features":[335]},{"name":"INVALID_RUNDOWN_PROTECTION_FLAGS","features":[335]},{"name":"INVALID_SILO_DETACH","features":[335]},{"name":"INVALID_SLOT_ALLOCATOR_FLAGS","features":[335]},{"name":"INVALID_SOFTWARE_INTERRUPT","features":[335]},{"name":"INVALID_THREAD_AFFINITY_STATE","features":[335]},{"name":"INVALID_WORK_QUEUE_ITEM","features":[335]},{"name":"IO1_INITIALIZATION_FAILED","features":[335]},{"name":"IOCTL_IPMI_INTERNAL_RECORD_SEL_EVENT","features":[335]},{"name":"IORING","features":[335]},{"name":"IO_OBJECT_INVALID","features":[335]},{"name":"IO_THREADPOOL_DEADLOCK_LIVEDUMP","features":[335]},{"name":"IObjectSafety","features":[335]},{"name":"IPI_WATCHDOG_TIMEOUT","features":[335]},{"name":"IPMI_IOCTL_INDEX","features":[335]},{"name":"IPMI_OS_SEL_RECORD","features":[335]},{"name":"IPMI_OS_SEL_RECORD_MASK","features":[335]},{"name":"IPMI_OS_SEL_RECORD_TYPE","features":[335]},{"name":"IPMI_OS_SEL_RECORD_VERSION","features":[335]},{"name":"IPMI_OS_SEL_RECORD_VERSION_1","features":[335]},{"name":"IPerPropertyBrowsing2","features":[335]},{"name":"IRQL_GT_ZERO_AT_SYSTEM_SERVICE","features":[335]},{"name":"IRQL_NOT_DISPATCH_LEVEL","features":[335]},{"name":"IRQL_NOT_GREATER_OR_EQUAL","features":[335]},{"name":"IRQL_NOT_LESS_OR_EQUAL","features":[335]},{"name":"IRQL_UNEXPECTED_VALUE","features":[335]},{"name":"ImageAddCertificate","features":[305,497,335]},{"name":"ImageDirectoryEntryToData","features":[305,335]},{"name":"ImageDirectoryEntryToDataEx","features":[305,335]},{"name":"ImageEnumerateCertificates","features":[305,335]},{"name":"ImageGetCertificateData","features":[305,497,335]},{"name":"ImageGetCertificateHeader","features":[305,497,335]},{"name":"ImageGetDigestStream","features":[305,335]},{"name":"ImageLoad","features":[305,335,312,337]},{"name":"ImageNtHeader","features":[335,337]},{"name":"ImageNtHeader","features":[335,337]},{"name":"ImageRemoveCertificate","features":[305,335]},{"name":"ImageRvaToSection","features":[335,337]},{"name":"ImageRvaToSection","features":[335,337]},{"name":"ImageRvaToVa","features":[335,337]},{"name":"ImageRvaToVa","features":[335,337]},{"name":"ImageUnload","features":[305,335,312,337]},{"name":"ImagehlpApiVersion","features":[335]},{"name":"ImagehlpApiVersionEx","features":[335]},{"name":"IncludeModuleCallback","features":[335]},{"name":"IncludeThreadCallback","features":[335]},{"name":"IncludeVmRegionCallback","features":[335]},{"name":"InitializeContext","features":[305,335,312]},{"name":"InitializeContext2","features":[305,335,312]},{"name":"IoFinishCallback","features":[335]},{"name":"IoStartCallback","features":[335]},{"name":"IoWriteAllCallback","features":[335]},{"name":"IpmiOsSelRecordTypeBugcheckData","features":[335]},{"name":"IpmiOsSelRecordTypeBugcheckRecovery","features":[335]},{"name":"IpmiOsSelRecordTypeDriver","features":[335]},{"name":"IpmiOsSelRecordTypeMax","features":[335]},{"name":"IpmiOsSelRecordTypeOther","features":[335]},{"name":"IpmiOsSelRecordTypeRaw","features":[335]},{"name":"IpmiOsSelRecordTypeWhea","features":[335]},{"name":"IpmiOsSelRecordTypeWheaErrorNmi","features":[335]},{"name":"IpmiOsSelRecordTypeWheaErrorOther","features":[335]},{"name":"IpmiOsSelRecordTypeWheaErrorPci","features":[335]},{"name":"IpmiOsSelRecordTypeWheaErrorXpfMca","features":[335]},{"name":"IptTraceStream","features":[335]},{"name":"IsDebuggerPresent","features":[305,335]},{"name":"IsProcessSnapshotCallback","features":[335]},{"name":"JavaScriptDataStream","features":[335]},{"name":"KASAN_ENLIGHTENMENT_VIOLATION","features":[335]},{"name":"KASAN_ILLEGAL_ACCESS","features":[335]},{"name":"KDHELP","features":[335]},{"name":"KDHELP64","features":[335]},{"name":"KERNEL_APC_PENDING_DURING_EXIT","features":[335]},{"name":"KERNEL_AUTO_BOOST_INVALID_LOCK_RELEASE","features":[335]},{"name":"KERNEL_AUTO_BOOST_LOCK_ACQUISITION_WITH_RAISED_IRQL","features":[335]},{"name":"KERNEL_CFG_INIT_FAILURE","features":[335]},{"name":"KERNEL_DATA_INPAGE_ERROR","features":[335]},{"name":"KERNEL_EXPAND_STACK_ACTIVE","features":[335]},{"name":"KERNEL_LOCK_ENTRY_LEAKED_ON_THREAD_TERMINATION","features":[335]},{"name":"KERNEL_MODE_EXCEPTION_NOT_HANDLED","features":[335]},{"name":"KERNEL_MODE_EXCEPTION_NOT_HANDLED_M","features":[335]},{"name":"KERNEL_MODE_HEAP_CORRUPTION","features":[335]},{"name":"KERNEL_PARTITION_REFERENCE_VIOLATION","features":[335]},{"name":"KERNEL_SECURITY_CHECK_FAILURE","features":[335]},{"name":"KERNEL_STACK_INPAGE_ERROR","features":[335]},{"name":"KERNEL_STACK_LOCKED_AT_EXIT","features":[335]},{"name":"KERNEL_STORAGE_SLOT_IN_USE","features":[335]},{"name":"KERNEL_THREAD_PRIORITY_FLOOR_VIOLATION","features":[335]},{"name":"KERNEL_WMI_INTERNAL","features":[335]},{"name":"KMODE_EXCEPTION_NOT_HANDLED","features":[335]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[335]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[335]},{"name":"KNONVOLATILE_CONTEXT_POINTERS","features":[335]},{"name":"KernelMinidumpStatusCallback","features":[335]},{"name":"LAST_CHANCE_CALLED_FROM_KMODE","features":[335]},{"name":"LDT_ENTRY","features":[335]},{"name":"LIVE_SYSTEM_DUMP","features":[335]},{"name":"LM_SERVER_INTERNAL_ERROR","features":[335]},{"name":"LOADED_IMAGE","features":[305,335,312,337]},{"name":"LOADED_IMAGE","features":[305,335,312,337]},{"name":"LOADER_BLOCK_MISMATCH","features":[335]},{"name":"LOADER_ROLLBACK_DETECTED","features":[335]},{"name":"LOAD_DLL_DEBUG_EVENT","features":[335]},{"name":"LOAD_DLL_DEBUG_INFO","features":[305,335]},{"name":"LOCKED_PAGES_TRACKER_CORRUPTION","features":[335]},{"name":"LPCALL_BACK_USER_INTERRUPT_ROUTINE","features":[335]},{"name":"LPC_INITIALIZATION_FAILED","features":[335]},{"name":"LPTOP_LEVEL_EXCEPTION_FILTER","features":[305,335,312]},{"name":"LastReservedStream","features":[335]},{"name":"LocateXStateFeature","features":[335,312]},{"name":"M128A","features":[335]},{"name":"MACHINE_CHECK_EXCEPTION","features":[335]},{"name":"MAILSLOT_FILE_SYSTEM","features":[335]},{"name":"MANUALLY_INITIATED_BLACKSCREEN_HOTKEY_LIVE_DUMP","features":[335]},{"name":"MANUALLY_INITIATED_CRASH","features":[335]},{"name":"MANUALLY_INITIATED_CRASH1","features":[335]},{"name":"MANUALLY_INITIATED_POWER_BUTTON_HOLD","features":[335]},{"name":"MANUALLY_INITIATED_POWER_BUTTON_HOLD_LIVE_DUMP","features":[335]},{"name":"MAXIMUM_WAIT_OBJECTS_EXCEEDED","features":[335]},{"name":"MAX_SYM_NAME","features":[335]},{"name":"MBR_CHECKSUM_MISMATCH","features":[335]},{"name":"MDL_CACHE","features":[335]},{"name":"MEMORY1_INITIALIZATION_FAILED","features":[335]},{"name":"MEMORY_IMAGE_CORRUPT","features":[335]},{"name":"MEMORY_MANAGEMENT","features":[335]},{"name":"MICROCODE_REVISION_MISMATCH","features":[335]},{"name":"MINIDUMP_CALLBACK_INFORMATION","features":[305,325,335,312,324]},{"name":"MINIDUMP_CALLBACK_INFORMATION","features":[305,325,335,312,324]},{"name":"MINIDUMP_CALLBACK_INPUT","features":[305,325,335,312]},{"name":"MINIDUMP_CALLBACK_OUTPUT","features":[305,335,324]},{"name":"MINIDUMP_CALLBACK_ROUTINE","features":[305,325,335,312,324]},{"name":"MINIDUMP_CALLBACK_TYPE","features":[335]},{"name":"MINIDUMP_DIRECTORY","features":[335]},{"name":"MINIDUMP_EXCEPTION","features":[335]},{"name":"MINIDUMP_EXCEPTION_INFORMATION","features":[305,335,312]},{"name":"MINIDUMP_EXCEPTION_INFORMATION","features":[305,335,312]},{"name":"MINIDUMP_EXCEPTION_INFORMATION64","features":[305,335]},{"name":"MINIDUMP_EXCEPTION_STREAM","features":[335]},{"name":"MINIDUMP_FUNCTION_TABLE_DESCRIPTOR","features":[335]},{"name":"MINIDUMP_FUNCTION_TABLE_STREAM","features":[335]},{"name":"MINIDUMP_HANDLE_DATA_STREAM","features":[335]},{"name":"MINIDUMP_HANDLE_DESCRIPTOR","features":[335]},{"name":"MINIDUMP_HANDLE_DESCRIPTOR_2","features":[335]},{"name":"MINIDUMP_HANDLE_OBJECT_INFORMATION","features":[335]},{"name":"MINIDUMP_HANDLE_OBJECT_INFORMATION_TYPE","features":[335]},{"name":"MINIDUMP_HANDLE_OPERATION_LIST","features":[335]},{"name":"MINIDUMP_HEADER","features":[335]},{"name":"MINIDUMP_INCLUDE_MODULE_CALLBACK","features":[335]},{"name":"MINIDUMP_INCLUDE_THREAD_CALLBACK","features":[335]},{"name":"MINIDUMP_IO_CALLBACK","features":[305,335]},{"name":"MINIDUMP_LOCATION_DESCRIPTOR","features":[335]},{"name":"MINIDUMP_LOCATION_DESCRIPTOR64","features":[335]},{"name":"MINIDUMP_MEMORY64_LIST","features":[335]},{"name":"MINIDUMP_MEMORY_DESCRIPTOR","features":[335]},{"name":"MINIDUMP_MEMORY_DESCRIPTOR64","features":[335]},{"name":"MINIDUMP_MEMORY_INFO","features":[335,324]},{"name":"MINIDUMP_MEMORY_INFO_LIST","features":[335]},{"name":"MINIDUMP_MEMORY_LIST","features":[335]},{"name":"MINIDUMP_MISC1_PROCESSOR_POWER_INFO","features":[335]},{"name":"MINIDUMP_MISC1_PROCESS_ID","features":[335]},{"name":"MINIDUMP_MISC1_PROCESS_TIMES","features":[335]},{"name":"MINIDUMP_MISC3_PROCESS_EXECUTE_FLAGS","features":[335]},{"name":"MINIDUMP_MISC3_PROCESS_INTEGRITY","features":[335]},{"name":"MINIDUMP_MISC3_PROTECTED_PROCESS","features":[335]},{"name":"MINIDUMP_MISC3_TIMEZONE","features":[335]},{"name":"MINIDUMP_MISC4_BUILDSTRING","features":[335]},{"name":"MINIDUMP_MISC5_PROCESS_COOKIE","features":[335]},{"name":"MINIDUMP_MISC_INFO","features":[335]},{"name":"MINIDUMP_MISC_INFO_2","features":[335]},{"name":"MINIDUMP_MISC_INFO_3","features":[305,335,551]},{"name":"MINIDUMP_MISC_INFO_4","features":[305,335,551]},{"name":"MINIDUMP_MISC_INFO_5","features":[305,335,551]},{"name":"MINIDUMP_MISC_INFO_FLAGS","features":[335]},{"name":"MINIDUMP_MODULE","features":[325,335]},{"name":"MINIDUMP_MODULE_CALLBACK","features":[325,335]},{"name":"MINIDUMP_MODULE_LIST","features":[325,335]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS","features":[335]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_1","features":[335]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_2","features":[335]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_EX","features":[335]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_EX2","features":[335]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_JOB","features":[335]},{"name":"MINIDUMP_PROCESS_VM_COUNTERS_VIRTUALSIZE","features":[335]},{"name":"MINIDUMP_READ_MEMORY_FAILURE_CALLBACK","features":[335]},{"name":"MINIDUMP_SECONDARY_FLAGS","features":[335]},{"name":"MINIDUMP_STREAM_TYPE","features":[335]},{"name":"MINIDUMP_STRING","features":[335]},{"name":"MINIDUMP_SYSMEMINFO1_BASICPERF","features":[335]},{"name":"MINIDUMP_SYSMEMINFO1_FILECACHE_TRANSITIONREPURPOSECOUNT_FLAGS","features":[335]},{"name":"MINIDUMP_SYSMEMINFO1_PERF_CCTOTALDIRTYPAGES_CCDIRTYPAGETHRESHOLD","features":[335]},{"name":"MINIDUMP_SYSMEMINFO1_PERF_RESIDENTAVAILABLEPAGES_SHAREDCOMMITPAGES","features":[335]},{"name":"MINIDUMP_SYSTEM_BASIC_INFORMATION","features":[335]},{"name":"MINIDUMP_SYSTEM_BASIC_PERFORMANCE_INFORMATION","features":[335]},{"name":"MINIDUMP_SYSTEM_FILECACHE_INFORMATION","features":[335]},{"name":"MINIDUMP_SYSTEM_INFO","features":[335,337]},{"name":"MINIDUMP_SYSTEM_MEMORY_INFO_1","features":[335]},{"name":"MINIDUMP_SYSTEM_PERFORMANCE_INFORMATION","features":[335]},{"name":"MINIDUMP_THREAD","features":[335]},{"name":"MINIDUMP_THREAD_CALLBACK","features":[305,335,312]},{"name":"MINIDUMP_THREAD_CALLBACK","features":[305,335,312]},{"name":"MINIDUMP_THREAD_EX","features":[335]},{"name":"MINIDUMP_THREAD_EX_CALLBACK","features":[305,335,312]},{"name":"MINIDUMP_THREAD_EX_CALLBACK","features":[305,335,312]},{"name":"MINIDUMP_THREAD_EX_LIST","features":[335]},{"name":"MINIDUMP_THREAD_INFO","features":[335]},{"name":"MINIDUMP_THREAD_INFO_DUMP_FLAGS","features":[335]},{"name":"MINIDUMP_THREAD_INFO_ERROR_THREAD","features":[335]},{"name":"MINIDUMP_THREAD_INFO_EXITED_THREAD","features":[335]},{"name":"MINIDUMP_THREAD_INFO_INVALID_CONTEXT","features":[335]},{"name":"MINIDUMP_THREAD_INFO_INVALID_INFO","features":[335]},{"name":"MINIDUMP_THREAD_INFO_INVALID_TEB","features":[335]},{"name":"MINIDUMP_THREAD_INFO_LIST","features":[335]},{"name":"MINIDUMP_THREAD_INFO_WRITING_THREAD","features":[335]},{"name":"MINIDUMP_THREAD_LIST","features":[335]},{"name":"MINIDUMP_THREAD_NAME","features":[335]},{"name":"MINIDUMP_THREAD_NAME_LIST","features":[335]},{"name":"MINIDUMP_TOKEN_INFO_HEADER","features":[335]},{"name":"MINIDUMP_TOKEN_INFO_LIST","features":[335]},{"name":"MINIDUMP_TYPE","features":[335]},{"name":"MINIDUMP_UNLOADED_MODULE","features":[335]},{"name":"MINIDUMP_UNLOADED_MODULE_LIST","features":[335]},{"name":"MINIDUMP_USER_RECORD","features":[335]},{"name":"MINIDUMP_USER_STREAM","features":[335]},{"name":"MINIDUMP_USER_STREAM","features":[335]},{"name":"MINIDUMP_USER_STREAM_INFORMATION","features":[335]},{"name":"MINIDUMP_USER_STREAM_INFORMATION","features":[335]},{"name":"MINIDUMP_VERSION","features":[335]},{"name":"MINIDUMP_VM_POST_READ_CALLBACK","features":[335]},{"name":"MINIDUMP_VM_PRE_READ_CALLBACK","features":[335]},{"name":"MINIDUMP_VM_QUERY_CALLBACK","features":[335]},{"name":"MISALIGNED_POINTER_PARAMETER","features":[335]},{"name":"MISMATCHED_HAL","features":[335]},{"name":"MODLOAD_CVMISC","features":[335]},{"name":"MODLOAD_DATA","features":[335]},{"name":"MODLOAD_DATA_TYPE","features":[335]},{"name":"MODLOAD_PDBGUID_PDBAGE","features":[335]},{"name":"MODULE_TYPE_INFO","features":[335]},{"name":"MODULE_WRITE_FLAGS","features":[335]},{"name":"MPSDRV_QUERY_USER","features":[335]},{"name":"MSRPC_STATE_VIOLATION","features":[335]},{"name":"MSSECCORE_ASSERTION_FAILURE","features":[335]},{"name":"MUI_NO_VALID_SYSTEM_LANGUAGE","features":[335]},{"name":"MULTIPLE_IRP_COMPLETE_REQUESTS","features":[335]},{"name":"MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED","features":[335]},{"name":"MUP_FILE_SYSTEM","features":[335]},{"name":"MUST_SUCCEED_POOL_EMPTY","features":[335]},{"name":"MUTEX_ALREADY_OWNED","features":[335]},{"name":"MUTEX_LEVEL_NUMBER_VIOLATION","features":[335]},{"name":"MakeSureDirectoryPathExists","features":[305,335]},{"name":"MapAndLoad","features":[305,335,312,337]},{"name":"MapFileAndCheckSumA","features":[335]},{"name":"MapFileAndCheckSumW","features":[335]},{"name":"Memory64ListStream","features":[335]},{"name":"MemoryCallback","features":[335]},{"name":"MemoryInfoListStream","features":[335]},{"name":"MemoryListStream","features":[335]},{"name":"MessageBeep","features":[305,335,374]},{"name":"MiniDumpFilterMemory","features":[335]},{"name":"MiniDumpFilterModulePaths","features":[335]},{"name":"MiniDumpFilterTriage","features":[335]},{"name":"MiniDumpFilterWriteCombinedMemory","features":[335]},{"name":"MiniDumpIgnoreInaccessibleMemory","features":[335]},{"name":"MiniDumpNormal","features":[335]},{"name":"MiniDumpReadDumpStream","features":[305,335]},{"name":"MiniDumpScanInaccessiblePartialPages","features":[335]},{"name":"MiniDumpScanMemory","features":[335]},{"name":"MiniDumpValidTypeFlags","features":[335]},{"name":"MiniDumpWithAvxXStateContext","features":[335]},{"name":"MiniDumpWithCodeSegs","features":[335]},{"name":"MiniDumpWithDataSegs","features":[335]},{"name":"MiniDumpWithFullAuxiliaryState","features":[335]},{"name":"MiniDumpWithFullMemory","features":[335]},{"name":"MiniDumpWithFullMemoryInfo","features":[335]},{"name":"MiniDumpWithHandleData","features":[335]},{"name":"MiniDumpWithIndirectlyReferencedMemory","features":[335]},{"name":"MiniDumpWithIptTrace","features":[335]},{"name":"MiniDumpWithModuleHeaders","features":[335]},{"name":"MiniDumpWithPrivateReadWriteMemory","features":[335]},{"name":"MiniDumpWithPrivateWriteCopyMemory","features":[335]},{"name":"MiniDumpWithProcessThreadData","features":[335]},{"name":"MiniDumpWithThreadInfo","features":[335]},{"name":"MiniDumpWithTokenInformation","features":[335]},{"name":"MiniDumpWithUnloadedModules","features":[335]},{"name":"MiniDumpWithoutAuxiliaryState","features":[335]},{"name":"MiniDumpWithoutOptionalData","features":[335]},{"name":"MiniDumpWriteDump","features":[305,325,335,312,324]},{"name":"MiniEventInformation1","features":[335]},{"name":"MiniHandleObjectInformationNone","features":[335]},{"name":"MiniHandleObjectInformationTypeMax","features":[335]},{"name":"MiniMutantInformation1","features":[335]},{"name":"MiniMutantInformation2","features":[335]},{"name":"MiniProcessInformation1","features":[335]},{"name":"MiniProcessInformation2","features":[335]},{"name":"MiniSecondaryValidFlags","features":[335]},{"name":"MiniSecondaryWithoutPowerInfo","features":[335]},{"name":"MiniSectionInformation1","features":[335]},{"name":"MiniSemaphoreInformation1","features":[335]},{"name":"MiniThreadInformation1","features":[335]},{"name":"MiscInfoStream","features":[335]},{"name":"ModuleCallback","features":[335]},{"name":"ModuleListStream","features":[335]},{"name":"ModuleReferencedByMemory","features":[335]},{"name":"ModuleWriteCodeSegs","features":[335]},{"name":"ModuleWriteCvRecord","features":[335]},{"name":"ModuleWriteDataSeg","features":[335]},{"name":"ModuleWriteMiscRecord","features":[335]},{"name":"ModuleWriteModule","features":[335]},{"name":"ModuleWriteTlsData","features":[335]},{"name":"NDIS_INTERNAL_ERROR","features":[335]},{"name":"NDIS_NET_BUFFER_LIST_INFO_ILLEGALLY_TRANSFERRED","features":[335]},{"name":"NETIO_INVALID_POOL_CALLER","features":[335]},{"name":"NETWORK_BOOT_DUPLICATE_ADDRESS","features":[335]},{"name":"NETWORK_BOOT_INITIALIZATION_FAILED","features":[335]},{"name":"NMI_HARDWARE_FAILURE","features":[335]},{"name":"NMR_INVALID_STATE","features":[335]},{"name":"NO_BOOT_DEVICE","features":[335]},{"name":"NO_EXCEPTION_HANDLING_SUPPORT","features":[335]},{"name":"NO_MORE_IRP_STACK_LOCATIONS","features":[335]},{"name":"NO_MORE_SYSTEM_PTES","features":[335]},{"name":"NO_PAGES_AVAILABLE","features":[335]},{"name":"NO_SPIN_LOCK_AVAILABLE","features":[335]},{"name":"NO_SUCH_PARTITION","features":[335]},{"name":"NO_USER_MODE_CONTEXT","features":[335]},{"name":"NPFS_FILE_SYSTEM","features":[335]},{"name":"NTFS_FILE_SYSTEM","features":[335]},{"name":"NTHV_GUEST_ERROR","features":[335]},{"name":"NUM_SSRVOPTS","features":[335]},{"name":"NumSymTypes","features":[335]},{"name":"OBJECT1_INITIALIZATION_FAILED","features":[335]},{"name":"OBJECT_ATTRIB_ACCESS_FINAL","features":[335]},{"name":"OBJECT_ATTRIB_ACCESS_PRIVATE","features":[335]},{"name":"OBJECT_ATTRIB_ACCESS_PROTECTED","features":[335]},{"name":"OBJECT_ATTRIB_ACCESS_PUBLIC","features":[335]},{"name":"OBJECT_ATTRIB_FLAGS","features":[335]},{"name":"OBJECT_ATTRIB_HAS_EXTENDED_ATTRIBS","features":[335]},{"name":"OBJECT_ATTRIB_IS_CLASS","features":[335]},{"name":"OBJECT_ATTRIB_IS_FUNCTION","features":[335]},{"name":"OBJECT_ATTRIB_IS_INHERITED","features":[335]},{"name":"OBJECT_ATTRIB_IS_INTERFACE","features":[335]},{"name":"OBJECT_ATTRIB_IS_MACRO","features":[335]},{"name":"OBJECT_ATTRIB_IS_PROPERTY","features":[335]},{"name":"OBJECT_ATTRIB_IS_TYPE","features":[335]},{"name":"OBJECT_ATTRIB_IS_VARIABLE","features":[335]},{"name":"OBJECT_ATTRIB_NO_ATTRIB","features":[335]},{"name":"OBJECT_ATTRIB_NO_NAME","features":[335]},{"name":"OBJECT_ATTRIB_NO_TYPE","features":[335]},{"name":"OBJECT_ATTRIB_NO_VALUE","features":[335]},{"name":"OBJECT_ATTRIB_OBJECT_IS_EXPANDABLE","features":[335]},{"name":"OBJECT_ATTRIB_SLOT_IS_CATEGORY","features":[335]},{"name":"OBJECT_ATTRIB_STORAGE_FIELD","features":[335]},{"name":"OBJECT_ATTRIB_STORAGE_GLOBAL","features":[335]},{"name":"OBJECT_ATTRIB_STORAGE_STATIC","features":[335]},{"name":"OBJECT_ATTRIB_STORAGE_VIRTUAL","features":[335]},{"name":"OBJECT_ATTRIB_TYPE_HAS_CODE","features":[335]},{"name":"OBJECT_ATTRIB_TYPE_IS_CONSTANT","features":[335]},{"name":"OBJECT_ATTRIB_TYPE_IS_EXPANDABLE","features":[335]},{"name":"OBJECT_ATTRIB_TYPE_IS_OBJECT","features":[335]},{"name":"OBJECT_ATTRIB_TYPE_IS_SYNCHRONIZED","features":[335]},{"name":"OBJECT_ATTRIB_TYPE_IS_VOLATILE","features":[335]},{"name":"OBJECT_ATTRIB_VALUE_HAS_CODE","features":[335]},{"name":"OBJECT_ATTRIB_VALUE_IS_CUSTOM","features":[335]},{"name":"OBJECT_ATTRIB_VALUE_IS_ENUM","features":[335]},{"name":"OBJECT_ATTRIB_VALUE_IS_INVALID","features":[335]},{"name":"OBJECT_ATTRIB_VALUE_IS_OBJECT","features":[335]},{"name":"OBJECT_ATTRIB_VALUE_READONLY","features":[335]},{"name":"OBJECT_INITIALIZATION_FAILED","features":[335]},{"name":"OFS_FILE_SYSTEM","features":[335]},{"name":"OMAP","features":[335]},{"name":"OPEN_THREAD_WAIT_CHAIN_SESSION_FLAGS","features":[335]},{"name":"OS_DATA_TAMPERING","features":[335]},{"name":"OUTPUT_DEBUG_STRING_EVENT","features":[335]},{"name":"OUTPUT_DEBUG_STRING_INFO","features":[335]},{"name":"OpenThreadWaitChainSession","features":[305,335]},{"name":"OutputDebugStringA","features":[335]},{"name":"OutputDebugStringW","features":[335]},{"name":"PAGE_FAULT_BEYOND_END_OF_ALLOCATION","features":[335]},{"name":"PAGE_FAULT_IN_FREED_SPECIAL_POOL","features":[335]},{"name":"PAGE_FAULT_IN_NONPAGED_AREA","features":[335]},{"name":"PAGE_FAULT_IN_NONPAGED_AREA_M","features":[335]},{"name":"PAGE_FAULT_WITH_INTERRUPTS_OFF","features":[335]},{"name":"PAGE_NOT_ZERO","features":[335]},{"name":"PANIC_STACK_SWITCH","features":[335]},{"name":"PASSIVE_INTERRUPT_ERROR","features":[335]},{"name":"PCI_BUS_DRIVER_INTERNAL","features":[335]},{"name":"PCI_CONFIG_SPACE_ACCESS_FAILURE","features":[335]},{"name":"PCI_VERIFIER_DETECTED_VIOLATION","features":[335]},{"name":"PCOGETACTIVATIONSTATE","features":[335]},{"name":"PCOGETCALLSTATE","features":[335]},{"name":"PDBGHELP_CREATE_USER_DUMP_CALLBACK","features":[305,335]},{"name":"PDC_LOCK_WATCHDOG_LIVEDUMP","features":[335]},{"name":"PDC_PRIVILEGE_CHECK_LIVEDUMP","features":[335]},{"name":"PDC_UNEXPECTED_REVOCATION_LIVEDUMP","features":[335]},{"name":"PDC_WATCHDOG_TIMEOUT","features":[335]},{"name":"PDC_WATCHDOG_TIMEOUT_LIVEDUMP","features":[335]},{"name":"PENUMDIRTREE_CALLBACK","features":[305,335]},{"name":"PENUMDIRTREE_CALLBACKW","features":[305,335]},{"name":"PENUMLOADED_MODULES_CALLBACK","features":[305,335]},{"name":"PENUMLOADED_MODULES_CALLBACK64","features":[305,335]},{"name":"PENUMLOADED_MODULES_CALLBACKW64","features":[305,335]},{"name":"PENUMSOURCEFILETOKENSCALLBACK","features":[305,335]},{"name":"PFINDFILEINPATHCALLBACK","features":[305,335]},{"name":"PFINDFILEINPATHCALLBACKW","features":[305,335]},{"name":"PFIND_DEBUG_FILE_CALLBACK","features":[305,335]},{"name":"PFIND_DEBUG_FILE_CALLBACKW","features":[305,335]},{"name":"PFIND_EXE_FILE_CALLBACK","features":[305,335]},{"name":"PFIND_EXE_FILE_CALLBACKW","features":[305,335]},{"name":"PFN_LIST_CORRUPT","features":[335]},{"name":"PFN_REFERENCE_COUNT","features":[335]},{"name":"PFN_SHARE_COUNT","features":[335]},{"name":"PFUNCTION_TABLE_ACCESS_ROUTINE","features":[305,335]},{"name":"PFUNCTION_TABLE_ACCESS_ROUTINE64","features":[305,335]},{"name":"PF_DETECTED_CORRUPTION","features":[335]},{"name":"PGET_MODULE_BASE_ROUTINE","features":[305,335]},{"name":"PGET_MODULE_BASE_ROUTINE64","features":[305,335]},{"name":"PGET_RUNTIME_FUNCTION_CALLBACK","features":[335]},{"name":"PGET_RUNTIME_FUNCTION_CALLBACK","features":[335]},{"name":"PGET_TARGET_ATTRIBUTE_VALUE64","features":[305,335]},{"name":"PHASE0_EXCEPTION","features":[335]},{"name":"PHASE0_INITIALIZATION_FAILED","features":[335]},{"name":"PHASE1_INITIALIZATION_FAILED","features":[335]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR32","features":[335]},{"name":"PHYSICAL_MEMORY_DESCRIPTOR64","features":[335]},{"name":"PHYSICAL_MEMORY_RUN32","features":[335]},{"name":"PHYSICAL_MEMORY_RUN64","features":[335]},{"name":"PIMAGEHLP_STATUS_ROUTINE","features":[305,335]},{"name":"PIMAGEHLP_STATUS_ROUTINE32","features":[305,335]},{"name":"PIMAGEHLP_STATUS_ROUTINE64","features":[305,335]},{"name":"PINBALL_FILE_SYSTEM","features":[335]},{"name":"PNP_DETECTED_FATAL_ERROR","features":[335]},{"name":"PNP_INTERNAL_ERROR","features":[335]},{"name":"POOL_CORRUPTION_IN_FILE_AREA","features":[335]},{"name":"PORT_DRIVER_INTERNAL","features":[335]},{"name":"POWER_FAILURE_SIMULATE","features":[335]},{"name":"PP0_INITIALIZATION_FAILED","features":[335]},{"name":"PP1_INITIALIZATION_FAILED","features":[335]},{"name":"PREAD_PROCESS_MEMORY_ROUTINE","features":[305,335]},{"name":"PREAD_PROCESS_MEMORY_ROUTINE64","features":[305,335]},{"name":"PREVIOUS_FATAL_ABNORMAL_RESET_ERROR","features":[335]},{"name":"PROCESS1_INITIALIZATION_FAILED","features":[335]},{"name":"PROCESSOR_DRIVER_INTERNAL","features":[335]},{"name":"PROCESSOR_START_TIMEOUT","features":[335]},{"name":"PROCESS_HAS_LOCKED_PAGES","features":[335]},{"name":"PROCESS_INITIALIZATION_FAILED","features":[335]},{"name":"PROFILER_CONFIGURATION_ILLEGAL","features":[335]},{"name":"PROP_INFO_ATTRIBUTES","features":[335]},{"name":"PROP_INFO_AUTOEXPAND","features":[335]},{"name":"PROP_INFO_DEBUGPROP","features":[335]},{"name":"PROP_INFO_FLAGS","features":[335]},{"name":"PROP_INFO_FULLNAME","features":[335]},{"name":"PROP_INFO_NAME","features":[335]},{"name":"PROP_INFO_TYPE","features":[335]},{"name":"PROP_INFO_VALUE","features":[335]},{"name":"PSYMBOLSERVERBYINDEXPROC","features":[305,335]},{"name":"PSYMBOLSERVERBYINDEXPROCA","features":[305,335]},{"name":"PSYMBOLSERVERBYINDEXPROCW","features":[305,335]},{"name":"PSYMBOLSERVERCALLBACKPROC","features":[305,335]},{"name":"PSYMBOLSERVERCLOSEPROC","features":[305,335]},{"name":"PSYMBOLSERVERDELTANAME","features":[305,335]},{"name":"PSYMBOLSERVERDELTANAMEW","features":[305,335]},{"name":"PSYMBOLSERVERGETINDEXSTRING","features":[305,335]},{"name":"PSYMBOLSERVERGETINDEXSTRINGW","features":[305,335]},{"name":"PSYMBOLSERVERGETOPTIONDATAPROC","features":[305,335]},{"name":"PSYMBOLSERVERGETOPTIONSPROC","features":[335]},{"name":"PSYMBOLSERVERGETSUPPLEMENT","features":[305,335]},{"name":"PSYMBOLSERVERGETSUPPLEMENTW","features":[305,335]},{"name":"PSYMBOLSERVERGETVERSION","features":[305,335]},{"name":"PSYMBOLSERVERISSTORE","features":[305,335]},{"name":"PSYMBOLSERVERISSTOREW","features":[305,335]},{"name":"PSYMBOLSERVERMESSAGEPROC","features":[305,335]},{"name":"PSYMBOLSERVEROPENPROC","features":[305,335]},{"name":"PSYMBOLSERVERPINGPROC","features":[305,335]},{"name":"PSYMBOLSERVERPINGPROCA","features":[305,335]},{"name":"PSYMBOLSERVERPINGPROCW","features":[305,335]},{"name":"PSYMBOLSERVERPINGPROCWEX","features":[305,335]},{"name":"PSYMBOLSERVERPROC","features":[305,335]},{"name":"PSYMBOLSERVERPROCA","features":[305,335]},{"name":"PSYMBOLSERVERPROCW","features":[305,335]},{"name":"PSYMBOLSERVERSETHTTPAUTHHEADER","features":[305,335]},{"name":"PSYMBOLSERVERSETOPTIONSPROC","features":[305,335]},{"name":"PSYMBOLSERVERSETOPTIONSWPROC","features":[305,335]},{"name":"PSYMBOLSERVERSTOREFILE","features":[305,335]},{"name":"PSYMBOLSERVERSTOREFILEW","features":[305,335]},{"name":"PSYMBOLSERVERSTORESUPPLEMENT","features":[305,335]},{"name":"PSYMBOLSERVERSTORESUPPLEMENTW","features":[305,335]},{"name":"PSYMBOLSERVERVERSION","features":[335]},{"name":"PSYMBOLSERVERWEXPROC","features":[305,335]},{"name":"PSYMBOL_FUNCENTRY_CALLBACK","features":[305,335]},{"name":"PSYMBOL_FUNCENTRY_CALLBACK64","features":[305,335]},{"name":"PSYMBOL_REGISTERED_CALLBACK","features":[305,335]},{"name":"PSYMBOL_REGISTERED_CALLBACK64","features":[305,335]},{"name":"PSYM_ENUMERATESYMBOLS_CALLBACK","features":[305,335]},{"name":"PSYM_ENUMERATESYMBOLS_CALLBACKW","features":[305,335]},{"name":"PSYM_ENUMLINES_CALLBACK","features":[305,335]},{"name":"PSYM_ENUMLINES_CALLBACKW","features":[305,335]},{"name":"PSYM_ENUMMODULES_CALLBACK","features":[305,335]},{"name":"PSYM_ENUMMODULES_CALLBACK64","features":[305,335]},{"name":"PSYM_ENUMMODULES_CALLBACKW64","features":[305,335]},{"name":"PSYM_ENUMPROCESSES_CALLBACK","features":[305,335]},{"name":"PSYM_ENUMSOURCEFILES_CALLBACK","features":[305,335]},{"name":"PSYM_ENUMSOURCEFILES_CALLBACKW","features":[305,335]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK","features":[305,335]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK64","features":[305,335]},{"name":"PSYM_ENUMSYMBOLS_CALLBACK64W","features":[305,335]},{"name":"PSYM_ENUMSYMBOLS_CALLBACKW","features":[305,335]},{"name":"PTRANSLATE_ADDRESS_ROUTINE","features":[305,335]},{"name":"PTRANSLATE_ADDRESS_ROUTINE64","features":[305,335]},{"name":"PVECTORED_EXCEPTION_HANDLER","features":[305,335,312]},{"name":"PWAITCHAINCALLBACK","features":[305,335]},{"name":"ProcessVmCountersStream","features":[335]},{"name":"QUOTA_UNDERFLOW","features":[335]},{"name":"RAMDISK_BOOT_INITIALIZATION_FAILED","features":[335]},{"name":"RDR_FILE_SYSTEM","features":[335]},{"name":"RECOM_DRIVER","features":[335]},{"name":"RECURSIVE_MACHINE_CHECK","features":[335]},{"name":"RECURSIVE_NMI","features":[335]},{"name":"REFERENCE_BY_POINTER","features":[335]},{"name":"REFMON_INITIALIZATION_FAILED","features":[335]},{"name":"REFS_FILE_SYSTEM","features":[335]},{"name":"REF_UNKNOWN_LOGON_SESSION","features":[335]},{"name":"REGISTRY_CALLBACK_DRIVER_EXCEPTION","features":[335]},{"name":"REGISTRY_ERROR","features":[335]},{"name":"REGISTRY_FILTER_DRIVER_EXCEPTION","features":[335]},{"name":"REGISTRY_LIVE_DUMP","features":[335]},{"name":"RESERVE_QUEUE_OVERFLOW","features":[335]},{"name":"RESOURCE_NOT_OWNED","features":[335]},{"name":"RESOURCE_OWNER_POINTER_INVALID","features":[335]},{"name":"RESTORE_LAST_ERROR_NAME","features":[335]},{"name":"RESTORE_LAST_ERROR_NAME_A","features":[335]},{"name":"RESTORE_LAST_ERROR_NAME_W","features":[335]},{"name":"RIP_EVENT","features":[335]},{"name":"RIP_INFO","features":[335]},{"name":"RIP_INFO_TYPE","features":[335]},{"name":"RTL_VIRTUAL_UNWIND_HANDLER_TYPE","features":[335]},{"name":"RaiseException","features":[335]},{"name":"RaiseFailFastException","features":[305,335,312]},{"name":"RangeMapAddPeImageSections","features":[305,335]},{"name":"RangeMapCreate","features":[335]},{"name":"RangeMapFree","features":[335]},{"name":"RangeMapRead","features":[305,335]},{"name":"RangeMapRemove","features":[305,335]},{"name":"RangeMapWrite","features":[305,335]},{"name":"ReBaseImage","features":[305,335]},{"name":"ReBaseImage64","features":[305,335]},{"name":"ReadMemoryFailureCallback","features":[335]},{"name":"ReadProcessMemory","features":[305,335]},{"name":"RegisterWaitChainCOMCallback","features":[335]},{"name":"RemoveInvalidModuleList","features":[305,335]},{"name":"RemoveMemoryCallback","features":[335]},{"name":"RemoveVectoredContinueHandler","features":[335]},{"name":"RemoveVectoredExceptionHandler","features":[335]},{"name":"ReportSymbolLoadSummary","features":[305,335]},{"name":"ReservedStream0","features":[335]},{"name":"ReservedStream1","features":[335]},{"name":"RtlAddFunctionTable","features":[305,335]},{"name":"RtlAddFunctionTable","features":[305,335]},{"name":"RtlAddGrowableFunctionTable","features":[335]},{"name":"RtlAddGrowableFunctionTable","features":[335]},{"name":"RtlCaptureContext","features":[335,312]},{"name":"RtlCaptureContext2","features":[335,312]},{"name":"RtlCaptureStackBackTrace","features":[335]},{"name":"RtlDeleteFunctionTable","features":[305,335]},{"name":"RtlDeleteFunctionTable","features":[305,335]},{"name":"RtlDeleteGrowableFunctionTable","features":[335]},{"name":"RtlGrowFunctionTable","features":[335]},{"name":"RtlInstallFunctionTableCallback","features":[305,335]},{"name":"RtlInstallFunctionTableCallback","features":[305,335]},{"name":"RtlLookupFunctionEntry","features":[335]},{"name":"RtlLookupFunctionEntry","features":[335]},{"name":"RtlPcToFileHeader","features":[335]},{"name":"RtlRaiseException","features":[305,335]},{"name":"RtlRestoreContext","features":[305,335,312]},{"name":"RtlUnwind","features":[305,335]},{"name":"RtlUnwindEx","features":[305,335,312]},{"name":"RtlVirtualUnwind","features":[305,335,312]},{"name":"RtlVirtualUnwind","features":[305,335,312]},{"name":"SAVER_ACCOUNTPROVSVCINITFAILURE","features":[335]},{"name":"SAVER_APPBARDISMISSAL","features":[335]},{"name":"SAVER_APPLISTUNREACHABLE","features":[335]},{"name":"SAVER_AUDIODRIVERHANG","features":[335]},{"name":"SAVER_AUXILIARYFULLDUMP","features":[335]},{"name":"SAVER_BATTERYPULLOUT","features":[335]},{"name":"SAVER_BLANKSCREEN","features":[335]},{"name":"SAVER_CALLDISMISSAL","features":[335]},{"name":"SAVER_CAPTURESERVICE","features":[335]},{"name":"SAVER_CHROMEPROCESSCRASH","features":[335]},{"name":"SAVER_DEVICEUPDATEUNSPECIFIED","features":[335]},{"name":"SAVER_GRAPHICS","features":[335]},{"name":"SAVER_INPUT","features":[335]},{"name":"SAVER_MEDIACORETESTHANG","features":[335]},{"name":"SAVER_MTBFCOMMANDHANG","features":[335]},{"name":"SAVER_MTBFCOMMANDTIMEOUT","features":[335]},{"name":"SAVER_MTBFIOERROR","features":[335]},{"name":"SAVER_MTBFPASSBUGCHECK","features":[335]},{"name":"SAVER_NAVIGATIONMODEL","features":[335]},{"name":"SAVER_NAVSERVERTIMEOUT","features":[335]},{"name":"SAVER_NONRESPONSIVEPROCESS","features":[335]},{"name":"SAVER_NOTIFICATIONDISMISSAL","features":[335]},{"name":"SAVER_OUTOFMEMORY","features":[335]},{"name":"SAVER_RENDERMOBILEUIOOM","features":[335]},{"name":"SAVER_RENDERTHREADHANG","features":[335]},{"name":"SAVER_REPORTNOTIFICATIONFAILURE","features":[335]},{"name":"SAVER_RESOURCEMANAGEMENT","features":[335]},{"name":"SAVER_RILADAPTATIONCRASH","features":[335]},{"name":"SAVER_RPCFAILURE","features":[335]},{"name":"SAVER_SICKAPPLICATION","features":[335]},{"name":"SAVER_SPEECHDISMISSAL","features":[335]},{"name":"SAVER_STARTNOTVISIBLE","features":[335]},{"name":"SAVER_UNEXPECTEDSHUTDOWN","features":[335]},{"name":"SAVER_UNSPECIFIED","features":[335]},{"name":"SAVER_WAITFORSHELLREADY","features":[335]},{"name":"SAVER_WATCHDOG","features":[335]},{"name":"SCSI_DISK_DRIVER_INTERNAL","features":[335]},{"name":"SCSI_VERIFIER_DETECTED_VIOLATION","features":[335]},{"name":"SDBUS_INTERNAL_ERROR","features":[335]},{"name":"SECURE_BOOT_VIOLATION","features":[335]},{"name":"SECURE_FAULT_UNHANDLED","features":[335]},{"name":"SECURE_KERNEL_ERROR","features":[335]},{"name":"SECURE_PCI_CONFIG_SPACE_ACCESS_VIOLATION","features":[335]},{"name":"SECURITY1_INITIALIZATION_FAILED","features":[335]},{"name":"SECURITY_INITIALIZATION_FAILED","features":[335]},{"name":"SECURITY_SYSTEM","features":[335]},{"name":"SEM_ALL_ERRORS","features":[335]},{"name":"SEM_FAILCRITICALERRORS","features":[335]},{"name":"SEM_NOALIGNMENTFAULTEXCEPT","features":[335]},{"name":"SEM_NOGPFAULTERRORBOX","features":[335]},{"name":"SEM_NOOPENFILEERRORBOX","features":[335]},{"name":"SERIAL_DRIVER_INTERNAL","features":[335]},{"name":"SESSION1_INITIALIZATION_FAILED","features":[335]},{"name":"SESSION_HAS_VALID_POOL_ON_EXIT","features":[335]},{"name":"SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT","features":[335]},{"name":"SESSION_HAS_VALID_VIEWS_ON_EXIT","features":[335]},{"name":"SETUP_FAILURE","features":[335]},{"name":"SET_ENV_VAR_FAILED","features":[335]},{"name":"SET_OF_INVALID_CONTEXT","features":[335]},{"name":"SHARED_RESOURCE_CONV_ERROR","features":[335]},{"name":"SILO_CORRUPT","features":[335]},{"name":"SLE_ERROR","features":[335]},{"name":"SLE_MINORERROR","features":[335]},{"name":"SLE_WARNING","features":[335]},{"name":"SLMFLAG_ALT_INDEX","features":[335]},{"name":"SLMFLAG_NONE","features":[335]},{"name":"SLMFLAG_NO_SYMBOLS","features":[335]},{"name":"SLMFLAG_VIRTUAL","features":[335]},{"name":"SMB_REDIRECTOR_LIVEDUMP","features":[335]},{"name":"SMB_SERVER_LIVEDUMP","features":[335]},{"name":"SOC_CRITICAL_DEVICE_REMOVED","features":[335]},{"name":"SOC_SUBSYSTEM_FAILURE","features":[335]},{"name":"SOC_SUBSYSTEM_FAILURE_LIVEDUMP","features":[335]},{"name":"SOFT_RESTART_FATAL_ERROR","features":[335]},{"name":"SOURCEFILE","features":[335]},{"name":"SOURCEFILEW","features":[335]},{"name":"SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION","features":[335]},{"name":"SPIN_LOCK_ALREADY_OWNED","features":[335]},{"name":"SPIN_LOCK_INIT_FAILURE","features":[335]},{"name":"SPIN_LOCK_NOT_OWNED","features":[335]},{"name":"SPLITSYM_EXTRACT_ALL","features":[335]},{"name":"SPLITSYM_REMOVE_PRIVATE","features":[335]},{"name":"SPLITSYM_SYMBOLPATH_IS_SRC","features":[335]},{"name":"SRCCODEINFO","features":[335]},{"name":"SRCCODEINFOW","features":[335]},{"name":"SSRVACTION_CHECKSUMSTATUS","features":[335]},{"name":"SSRVACTION_EVENT","features":[335]},{"name":"SSRVACTION_EVENTW","features":[335]},{"name":"SSRVACTION_HTTPSTATUS","features":[335]},{"name":"SSRVACTION_QUERYCANCEL","features":[335]},{"name":"SSRVACTION_SIZE","features":[335]},{"name":"SSRVACTION_TRACE","features":[335]},{"name":"SSRVACTION_XMLOUTPUT","features":[335]},{"name":"SSRVOPT_CALLBACK","features":[335]},{"name":"SSRVOPT_CALLBACKW","features":[335]},{"name":"SSRVOPT_DISABLE_PING_HOST","features":[335]},{"name":"SSRVOPT_DISABLE_TIMEOUT","features":[335]},{"name":"SSRVOPT_DONT_UNCOMPRESS","features":[335]},{"name":"SSRVOPT_DOWNSTREAM_STORE","features":[335]},{"name":"SSRVOPT_DWORD","features":[335]},{"name":"SSRVOPT_DWORDPTR","features":[335]},{"name":"SSRVOPT_ENABLE_COMM_MSG","features":[335]},{"name":"SSRVOPT_FAVOR_COMPRESSED","features":[335]},{"name":"SSRVOPT_FLAT_DEFAULT_STORE","features":[335]},{"name":"SSRVOPT_GETPATH","features":[335]},{"name":"SSRVOPT_GUIDPTR","features":[335]},{"name":"SSRVOPT_MAX","features":[335]},{"name":"SSRVOPT_MESSAGE","features":[335]},{"name":"SSRVOPT_NOCOPY","features":[335]},{"name":"SSRVOPT_OLDGUIDPTR","features":[335]},{"name":"SSRVOPT_OVERWRITE","features":[335]},{"name":"SSRVOPT_PARAMTYPE","features":[335]},{"name":"SSRVOPT_PARENTWIN","features":[335]},{"name":"SSRVOPT_PROXY","features":[335]},{"name":"SSRVOPT_PROXYW","features":[335]},{"name":"SSRVOPT_RESETTOU","features":[335]},{"name":"SSRVOPT_RETRY_APP_HANG","features":[335]},{"name":"SSRVOPT_SECURE","features":[335]},{"name":"SSRVOPT_SERVICE","features":[335]},{"name":"SSRVOPT_SETCONTEXT","features":[335]},{"name":"SSRVOPT_STRING","features":[335]},{"name":"SSRVOPT_TRACE","features":[335]},{"name":"SSRVOPT_UNATTENDED","features":[335]},{"name":"SSRVOPT_URI_FILTER","features":[335]},{"name":"SSRVOPT_URI_TIERS","features":[335]},{"name":"SSRVOPT_WINHTTP","features":[335]},{"name":"SSRVOPT_WININET","features":[335]},{"name":"SSRVURI_ALL","features":[335]},{"name":"SSRVURI_COMPRESSED","features":[335]},{"name":"SSRVURI_FILEPTR","features":[335]},{"name":"SSRVURI_HTTP_COMPRESSED","features":[335]},{"name":"SSRVURI_HTTP_FILEPTR","features":[335]},{"name":"SSRVURI_HTTP_MASK","features":[335]},{"name":"SSRVURI_HTTP_NORMAL","features":[335]},{"name":"SSRVURI_NORMAL","features":[335]},{"name":"SSRVURI_UNC_COMPRESSED","features":[335]},{"name":"SSRVURI_UNC_FILEPTR","features":[335]},{"name":"SSRVURI_UNC_MASK","features":[335]},{"name":"SSRVURI_UNC_NORMAL","features":[335]},{"name":"STACKFRAME","features":[305,335]},{"name":"STACKFRAME64","features":[305,335]},{"name":"STACKFRAME_EX","features":[305,335]},{"name":"STORAGE_DEVICE_ABNORMALITY_DETECTED","features":[335]},{"name":"STORAGE_MINIPORT_ERROR","features":[335]},{"name":"STORE_DATA_STRUCTURE_CORRUPTION","features":[335]},{"name":"STREAMS_INTERNAL_ERROR","features":[335]},{"name":"SYMADDSOURCESTREAM","features":[305,335]},{"name":"SYMADDSOURCESTREAMA","features":[305,335]},{"name":"SYMBOLIC_INITIALIZATION_FAILED","features":[335]},{"name":"SYMBOL_INFO","features":[335]},{"name":"SYMBOL_INFOW","features":[335]},{"name":"SYMBOL_INFO_FLAGS","features":[335]},{"name":"SYMBOL_INFO_PACKAGE","features":[335]},{"name":"SYMBOL_INFO_PACKAGEW","features":[335]},{"name":"SYMENUM_OPTIONS_DEFAULT","features":[335]},{"name":"SYMENUM_OPTIONS_INLINE","features":[335]},{"name":"SYMFLAG_CLR_TOKEN","features":[335]},{"name":"SYMFLAG_CONSTANT","features":[335]},{"name":"SYMFLAG_EXPORT","features":[335]},{"name":"SYMFLAG_FIXUP_ARM64X","features":[335]},{"name":"SYMFLAG_FORWARDER","features":[335]},{"name":"SYMFLAG_FRAMEREL","features":[335]},{"name":"SYMFLAG_FUNCTION","features":[335]},{"name":"SYMFLAG_FUNC_NO_RETURN","features":[335]},{"name":"SYMFLAG_GLOBAL","features":[335]},{"name":"SYMFLAG_ILREL","features":[335]},{"name":"SYMFLAG_LOCAL","features":[335]},{"name":"SYMFLAG_METADATA","features":[335]},{"name":"SYMFLAG_NULL","features":[335]},{"name":"SYMFLAG_PARAMETER","features":[335]},{"name":"SYMFLAG_PUBLIC_CODE","features":[335]},{"name":"SYMFLAG_REGISTER","features":[335]},{"name":"SYMFLAG_REGREL","features":[335]},{"name":"SYMFLAG_REGREL_ALIASINDIR","features":[335]},{"name":"SYMFLAG_RESET","features":[335]},{"name":"SYMFLAG_SLOT","features":[335]},{"name":"SYMFLAG_SYNTHETIC_ZEROBASE","features":[335]},{"name":"SYMFLAG_THUNK","features":[335]},{"name":"SYMFLAG_TLSREL","features":[335]},{"name":"SYMFLAG_VALUEPRESENT","features":[335]},{"name":"SYMFLAG_VIRTUAL","features":[335]},{"name":"SYMF_CONSTANT","features":[335]},{"name":"SYMF_EXPORT","features":[335]},{"name":"SYMF_FORWARDER","features":[335]},{"name":"SYMF_FRAMEREL","features":[335]},{"name":"SYMF_FUNCTION","features":[335]},{"name":"SYMF_LOCAL","features":[335]},{"name":"SYMF_OMAP_GENERATED","features":[335]},{"name":"SYMF_OMAP_MODIFIED","features":[335]},{"name":"SYMF_PARAMETER","features":[335]},{"name":"SYMF_REGISTER","features":[335]},{"name":"SYMF_REGREL","features":[335]},{"name":"SYMF_THUNK","features":[335]},{"name":"SYMF_TLSREL","features":[335]},{"name":"SYMF_VIRTUAL","features":[335]},{"name":"SYMOPT_ALLOW_ABSOLUTE_SYMBOLS","features":[335]},{"name":"SYMOPT_ALLOW_ZERO_ADDRESS","features":[335]},{"name":"SYMOPT_AUTO_PUBLICS","features":[335]},{"name":"SYMOPT_CASE_INSENSITIVE","features":[335]},{"name":"SYMOPT_DEBUG","features":[335]},{"name":"SYMOPT_DEFERRED_LOADS","features":[335]},{"name":"SYMOPT_DISABLE_FAST_SYMBOLS","features":[335]},{"name":"SYMOPT_DISABLE_SRVSTAR_ON_STARTUP","features":[335]},{"name":"SYMOPT_DISABLE_SYMSRV_AUTODETECT","features":[335]},{"name":"SYMOPT_DISABLE_SYMSRV_TIMEOUT","features":[335]},{"name":"SYMOPT_EXACT_SYMBOLS","features":[335]},{"name":"SYMOPT_EX_DISABLEACCESSTIMEUPDATE","features":[335]},{"name":"SYMOPT_EX_LASTVALIDDEBUGDIRECTORY","features":[335]},{"name":"SYMOPT_EX_MAX","features":[335]},{"name":"SYMOPT_EX_NEVERLOADSYMBOLS","features":[335]},{"name":"SYMOPT_EX_NOIMPLICITPATTERNSEARCH","features":[335]},{"name":"SYMOPT_FAIL_CRITICAL_ERRORS","features":[335]},{"name":"SYMOPT_FAVOR_COMPRESSED","features":[335]},{"name":"SYMOPT_FLAT_DIRECTORY","features":[335]},{"name":"SYMOPT_IGNORE_CVREC","features":[335]},{"name":"SYMOPT_IGNORE_IMAGEDIR","features":[335]},{"name":"SYMOPT_IGNORE_NT_SYMPATH","features":[335]},{"name":"SYMOPT_INCLUDE_32BIT_MODULES","features":[335]},{"name":"SYMOPT_LOAD_ANYTHING","features":[335]},{"name":"SYMOPT_LOAD_LINES","features":[335]},{"name":"SYMOPT_NO_CPP","features":[335]},{"name":"SYMOPT_NO_IMAGE_SEARCH","features":[335]},{"name":"SYMOPT_NO_PROMPTS","features":[335]},{"name":"SYMOPT_NO_PUBLICS","features":[335]},{"name":"SYMOPT_NO_UNQUALIFIED_LOADS","features":[335]},{"name":"SYMOPT_OMAP_FIND_NEAREST","features":[335]},{"name":"SYMOPT_OVERWRITE","features":[335]},{"name":"SYMOPT_PUBLICS_ONLY","features":[335]},{"name":"SYMOPT_READONLY_CACHE","features":[335]},{"name":"SYMOPT_SECURE","features":[335]},{"name":"SYMOPT_SYMPATH_LAST","features":[335]},{"name":"SYMOPT_UNDNAME","features":[335]},{"name":"SYMSEARCH_ALLITEMS","features":[335]},{"name":"SYMSEARCH_GLOBALSONLY","features":[335]},{"name":"SYMSEARCH_MASKOBJS","features":[335]},{"name":"SYMSEARCH_RECURSE","features":[335]},{"name":"SYMSRV_EXTENDED_OUTPUT_DATA","features":[335]},{"name":"SYMSRV_INDEX_INFO","features":[305,335]},{"name":"SYMSRV_INDEX_INFOW","features":[305,335]},{"name":"SYMSRV_VERSION","features":[335]},{"name":"SYMSTOREOPT_ALT_INDEX","features":[335]},{"name":"SYMSTOREOPT_COMPRESS","features":[335]},{"name":"SYMSTOREOPT_OVERWRITE","features":[335]},{"name":"SYMSTOREOPT_PASS_IF_EXISTS","features":[335]},{"name":"SYMSTOREOPT_POINTER","features":[335]},{"name":"SYMSTOREOPT_RETURNINDEX","features":[335]},{"name":"SYMSTOREOPT_UNICODE","features":[335]},{"name":"SYM_FIND_ID_OPTION","features":[335]},{"name":"SYM_INLINE_COMP_DIFFERENT","features":[335]},{"name":"SYM_INLINE_COMP_ERROR","features":[335]},{"name":"SYM_INLINE_COMP_IDENTICAL","features":[335]},{"name":"SYM_INLINE_COMP_STEPIN","features":[335]},{"name":"SYM_INLINE_COMP_STEPOUT","features":[335]},{"name":"SYM_INLINE_COMP_STEPOVER","features":[335]},{"name":"SYM_LOAD_FLAGS","features":[335]},{"name":"SYM_SRV_STORE_FILE_FLAGS","features":[335]},{"name":"SYM_STKWALK_DEFAULT","features":[335]},{"name":"SYM_STKWALK_FORCE_FRAMEPTR","features":[335]},{"name":"SYM_STKWALK_ZEROEXTEND_PTRS","features":[335]},{"name":"SYM_TYPE","features":[335]},{"name":"SYNTHETIC_EXCEPTION_UNHANDLED","features":[335]},{"name":"SYNTHETIC_WATCHDOG_TIMEOUT","features":[335]},{"name":"SYSTEM_EXIT_OWNED_MUTEX","features":[335]},{"name":"SYSTEM_IMAGE_BAD_SIGNATURE","features":[335]},{"name":"SYSTEM_LICENSE_VIOLATION","features":[335]},{"name":"SYSTEM_PTE_MISUSE","features":[335]},{"name":"SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD","features":[335]},{"name":"SYSTEM_SERVICE_EXCEPTION","features":[335]},{"name":"SYSTEM_THREAD_EXCEPTION_NOT_HANDLED","features":[335]},{"name":"SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M","features":[335]},{"name":"SYSTEM_UNWIND_PREVIOUS_USER","features":[335]},{"name":"SearchTreeForFile","features":[305,335]},{"name":"SearchTreeForFileW","features":[305,335]},{"name":"SecondaryFlagsCallback","features":[335]},{"name":"SetCheckUserInterruptShared","features":[335]},{"name":"SetErrorMode","features":[335]},{"name":"SetImageConfigInformation","features":[305,335,312,337]},{"name":"SetImageConfigInformation","features":[305,335,312,337]},{"name":"SetSymLoadError","features":[335]},{"name":"SetThreadContext","features":[305,335,312]},{"name":"SetThreadErrorMode","features":[305,335]},{"name":"SetUnhandledExceptionFilter","features":[305,335,312]},{"name":"SetXStateFeaturesMask","features":[305,335,312]},{"name":"StackWalk","features":[305,335]},{"name":"StackWalk2","features":[305,335]},{"name":"StackWalk64","features":[305,335]},{"name":"StackWalkEx","features":[305,335]},{"name":"SymAddSourceStream","features":[305,335]},{"name":"SymAddSourceStreamA","features":[305,335]},{"name":"SymAddSourceStreamW","features":[305,335]},{"name":"SymAddSymbol","features":[305,335]},{"name":"SymAddSymbolW","features":[305,335]},{"name":"SymAddrIncludeInlineTrace","features":[305,335]},{"name":"SymCleanup","features":[305,335]},{"name":"SymCoff","features":[335]},{"name":"SymCompareInlineTrace","features":[305,335]},{"name":"SymCv","features":[335]},{"name":"SymDeferred","features":[335]},{"name":"SymDeleteSymbol","features":[305,335]},{"name":"SymDeleteSymbolW","features":[305,335]},{"name":"SymDia","features":[335]},{"name":"SymEnumLines","features":[305,335]},{"name":"SymEnumLinesW","features":[305,335]},{"name":"SymEnumProcesses","features":[305,335]},{"name":"SymEnumSourceFileTokens","features":[305,335]},{"name":"SymEnumSourceFiles","features":[305,335]},{"name":"SymEnumSourceFilesW","features":[305,335]},{"name":"SymEnumSourceLines","features":[305,335]},{"name":"SymEnumSourceLinesW","features":[305,335]},{"name":"SymEnumSym","features":[305,335]},{"name":"SymEnumSymbols","features":[305,335]},{"name":"SymEnumSymbolsEx","features":[305,335]},{"name":"SymEnumSymbolsExW","features":[305,335]},{"name":"SymEnumSymbolsForAddr","features":[305,335]},{"name":"SymEnumSymbolsForAddrW","features":[305,335]},{"name":"SymEnumSymbolsW","features":[305,335]},{"name":"SymEnumTypes","features":[305,335]},{"name":"SymEnumTypesByName","features":[305,335]},{"name":"SymEnumTypesByNameW","features":[305,335]},{"name":"SymEnumTypesW","features":[305,335]},{"name":"SymEnumerateModules","features":[305,335]},{"name":"SymEnumerateModules64","features":[305,335]},{"name":"SymEnumerateModulesW64","features":[305,335]},{"name":"SymEnumerateSymbols","features":[305,335]},{"name":"SymEnumerateSymbols64","features":[305,335]},{"name":"SymEnumerateSymbolsW","features":[305,335]},{"name":"SymEnumerateSymbolsW64","features":[305,335]},{"name":"SymExport","features":[335]},{"name":"SymFindDebugInfoFile","features":[305,335]},{"name":"SymFindDebugInfoFileW","features":[305,335]},{"name":"SymFindExecutableImage","features":[305,335]},{"name":"SymFindExecutableImageW","features":[305,335]},{"name":"SymFindFileInPath","features":[305,335]},{"name":"SymFindFileInPathW","features":[305,335]},{"name":"SymFromAddr","features":[305,335]},{"name":"SymFromAddrW","features":[305,335]},{"name":"SymFromIndex","features":[305,335]},{"name":"SymFromIndexW","features":[305,335]},{"name":"SymFromInlineContext","features":[305,335]},{"name":"SymFromInlineContextW","features":[305,335]},{"name":"SymFromName","features":[305,335]},{"name":"SymFromNameW","features":[305,335]},{"name":"SymFromToken","features":[305,335]},{"name":"SymFromTokenW","features":[305,335]},{"name":"SymFunctionTableAccess","features":[305,335]},{"name":"SymFunctionTableAccess64","features":[305,335]},{"name":"SymFunctionTableAccess64AccessRoutines","features":[305,335]},{"name":"SymGetExtendedOption","features":[305,335]},{"name":"SymGetFileLineOffsets64","features":[305,335]},{"name":"SymGetHomeDirectory","features":[335]},{"name":"SymGetHomeDirectoryW","features":[335]},{"name":"SymGetLineFromAddr","features":[305,335]},{"name":"SymGetLineFromAddr64","features":[305,335]},{"name":"SymGetLineFromAddrW64","features":[305,335]},{"name":"SymGetLineFromInlineContext","features":[305,335]},{"name":"SymGetLineFromInlineContextW","features":[305,335]},{"name":"SymGetLineFromName","features":[305,335]},{"name":"SymGetLineFromName64","features":[305,335]},{"name":"SymGetLineFromNameW64","features":[305,335]},{"name":"SymGetLineNext","features":[305,335]},{"name":"SymGetLineNext64","features":[305,335]},{"name":"SymGetLineNextW64","features":[305,335]},{"name":"SymGetLinePrev","features":[305,335]},{"name":"SymGetLinePrev64","features":[305,335]},{"name":"SymGetLinePrevW64","features":[305,335]},{"name":"SymGetModuleBase","features":[305,335]},{"name":"SymGetModuleBase64","features":[305,335]},{"name":"SymGetModuleInfo","features":[305,335]},{"name":"SymGetModuleInfo64","features":[305,335]},{"name":"SymGetModuleInfoW","features":[305,335]},{"name":"SymGetModuleInfoW64","features":[305,335]},{"name":"SymGetOmaps","features":[305,335]},{"name":"SymGetOptions","features":[335]},{"name":"SymGetScope","features":[305,335]},{"name":"SymGetScopeW","features":[305,335]},{"name":"SymGetSearchPath","features":[305,335]},{"name":"SymGetSearchPathW","features":[305,335]},{"name":"SymGetSourceFile","features":[305,335]},{"name":"SymGetSourceFileChecksum","features":[305,335]},{"name":"SymGetSourceFileChecksumW","features":[305,335]},{"name":"SymGetSourceFileFromToken","features":[305,335]},{"name":"SymGetSourceFileFromTokenByTokenName","features":[305,335]},{"name":"SymGetSourceFileFromTokenByTokenNameW","features":[305,335]},{"name":"SymGetSourceFileFromTokenW","features":[305,335]},{"name":"SymGetSourceFileToken","features":[305,335]},{"name":"SymGetSourceFileTokenByTokenName","features":[305,335]},{"name":"SymGetSourceFileTokenByTokenNameW","features":[305,335]},{"name":"SymGetSourceFileTokenW","features":[305,335]},{"name":"SymGetSourceFileW","features":[305,335]},{"name":"SymGetSourceVarFromToken","features":[305,335]},{"name":"SymGetSourceVarFromTokenW","features":[305,335]},{"name":"SymGetSymFromAddr","features":[305,335]},{"name":"SymGetSymFromAddr64","features":[305,335]},{"name":"SymGetSymFromName","features":[305,335]},{"name":"SymGetSymFromName64","features":[305,335]},{"name":"SymGetSymNext","features":[305,335]},{"name":"SymGetSymNext64","features":[305,335]},{"name":"SymGetSymPrev","features":[305,335]},{"name":"SymGetSymPrev64","features":[305,335]},{"name":"SymGetSymbolFile","features":[305,335]},{"name":"SymGetSymbolFileW","features":[305,335]},{"name":"SymGetTypeFromName","features":[305,335]},{"name":"SymGetTypeFromNameW","features":[305,335]},{"name":"SymGetTypeInfo","features":[305,335]},{"name":"SymGetTypeInfoEx","features":[305,335]},{"name":"SymGetUnwindInfo","features":[305,335]},{"name":"SymInitialize","features":[305,335]},{"name":"SymInitializeW","features":[305,335]},{"name":"SymLoadModule","features":[305,335]},{"name":"SymLoadModule64","features":[305,335]},{"name":"SymLoadModuleEx","features":[305,335]},{"name":"SymLoadModuleExW","features":[305,335]},{"name":"SymMatchFileName","features":[305,335]},{"name":"SymMatchFileNameW","features":[305,335]},{"name":"SymMatchString","features":[305,335]},{"name":"SymMatchStringA","features":[305,335]},{"name":"SymMatchStringW","features":[305,335]},{"name":"SymNext","features":[305,335]},{"name":"SymNextW","features":[305,335]},{"name":"SymNone","features":[335]},{"name":"SymPdb","features":[335]},{"name":"SymPrev","features":[305,335]},{"name":"SymPrevW","features":[305,335]},{"name":"SymQueryInlineTrace","features":[305,335]},{"name":"SymRefreshModuleList","features":[305,335]},{"name":"SymRegisterCallback","features":[305,335]},{"name":"SymRegisterCallback64","features":[305,335]},{"name":"SymRegisterCallbackW64","features":[305,335]},{"name":"SymRegisterFunctionEntryCallback","features":[305,335]},{"name":"SymRegisterFunctionEntryCallback64","features":[305,335]},{"name":"SymSearch","features":[305,335]},{"name":"SymSearchW","features":[305,335]},{"name":"SymSetContext","features":[305,335]},{"name":"SymSetExtendedOption","features":[305,335]},{"name":"SymSetHomeDirectory","features":[305,335]},{"name":"SymSetHomeDirectoryW","features":[305,335]},{"name":"SymSetOptions","features":[335]},{"name":"SymSetParentWindow","features":[305,335]},{"name":"SymSetScopeFromAddr","features":[305,335]},{"name":"SymSetScopeFromIndex","features":[305,335]},{"name":"SymSetScopeFromInlineContext","features":[305,335]},{"name":"SymSetSearchPath","features":[305,335]},{"name":"SymSetSearchPathW","features":[305,335]},{"name":"SymSrvDeltaName","features":[305,335]},{"name":"SymSrvDeltaNameW","features":[305,335]},{"name":"SymSrvGetFileIndexInfo","features":[305,335]},{"name":"SymSrvGetFileIndexInfoW","features":[305,335]},{"name":"SymSrvGetFileIndexString","features":[305,335]},{"name":"SymSrvGetFileIndexStringW","features":[305,335]},{"name":"SymSrvGetFileIndexes","features":[305,335]},{"name":"SymSrvGetFileIndexesW","features":[305,335]},{"name":"SymSrvGetSupplement","features":[305,335]},{"name":"SymSrvGetSupplementW","features":[305,335]},{"name":"SymSrvIsStore","features":[305,335]},{"name":"SymSrvIsStoreW","features":[305,335]},{"name":"SymSrvStoreFile","features":[305,335]},{"name":"SymSrvStoreFileW","features":[305,335]},{"name":"SymSrvStoreSupplement","features":[305,335]},{"name":"SymSrvStoreSupplementW","features":[305,335]},{"name":"SymSym","features":[335]},{"name":"SymUnDName","features":[305,335]},{"name":"SymUnDName64","features":[305,335]},{"name":"SymUnloadModule","features":[305,335]},{"name":"SymUnloadModule64","features":[305,335]},{"name":"SymVirtual","features":[335]},{"name":"SystemInfoStream","features":[335]},{"name":"SystemMemoryInfoStream","features":[335]},{"name":"TARGET_ATTRIBUTE_PACMASK","features":[335]},{"name":"TARGET_MDL_TOO_SMALL","features":[335]},{"name":"TCPIP_AOAC_NIC_ACTIVE_REFERENCE_LEAK","features":[335]},{"name":"TELEMETRY_ASSERTS_LIVEDUMP","features":[335]},{"name":"TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE","features":[335]},{"name":"THIRD_PARTY_FILE_SYSTEM_FAILURE","features":[335]},{"name":"THREAD_ERROR_MODE","features":[335]},{"name":"THREAD_NOT_MUTEX_OWNER","features":[335]},{"name":"THREAD_STUCK_IN_DEVICE_DRIVER","features":[335]},{"name":"THREAD_STUCK_IN_DEVICE_DRIVER_M","features":[335]},{"name":"THREAD_TERMINATE_HELD_MUTEX","features":[335]},{"name":"THREAD_WRITE_FLAGS","features":[335]},{"name":"TIMER_OR_DPC_INVALID","features":[335]},{"name":"TI_FINDCHILDREN","features":[335]},{"name":"TI_FINDCHILDREN_PARAMS","features":[335]},{"name":"TI_GET_ADDRESS","features":[335]},{"name":"TI_GET_ADDRESSOFFSET","features":[335]},{"name":"TI_GET_ARRAYINDEXTYPEID","features":[335]},{"name":"TI_GET_BASETYPE","features":[335]},{"name":"TI_GET_BITPOSITION","features":[335]},{"name":"TI_GET_CALLING_CONVENTION","features":[335]},{"name":"TI_GET_CHILDRENCOUNT","features":[335]},{"name":"TI_GET_CLASSPARENTID","features":[335]},{"name":"TI_GET_COUNT","features":[335]},{"name":"TI_GET_DATAKIND","features":[335]},{"name":"TI_GET_INDIRECTVIRTUALBASECLASS","features":[335]},{"name":"TI_GET_IS_REFERENCE","features":[335]},{"name":"TI_GET_LENGTH","features":[335]},{"name":"TI_GET_LEXICALPARENT","features":[335]},{"name":"TI_GET_NESTED","features":[335]},{"name":"TI_GET_OBJECTPOINTERTYPE","features":[335]},{"name":"TI_GET_OFFSET","features":[335]},{"name":"TI_GET_SYMINDEX","features":[335]},{"name":"TI_GET_SYMNAME","features":[335]},{"name":"TI_GET_SYMTAG","features":[335]},{"name":"TI_GET_THISADJUST","features":[335]},{"name":"TI_GET_TYPE","features":[335]},{"name":"TI_GET_TYPEID","features":[335]},{"name":"TI_GET_UDTKIND","features":[335]},{"name":"TI_GET_VALUE","features":[335]},{"name":"TI_GET_VIRTUALBASECLASS","features":[335]},{"name":"TI_GET_VIRTUALBASEDISPINDEX","features":[335]},{"name":"TI_GET_VIRTUALBASEOFFSET","features":[335]},{"name":"TI_GET_VIRTUALBASEPOINTEROFFSET","features":[335]},{"name":"TI_GET_VIRTUALBASETABLETYPE","features":[335]},{"name":"TI_GET_VIRTUALTABLESHAPEID","features":[335]},{"name":"TI_GTIEX_REQS_VALID","features":[335]},{"name":"TI_IS_CLOSE_EQUIV_TO","features":[335]},{"name":"TI_IS_EQUIV_TO","features":[335]},{"name":"TOO_MANY_RECURSIVE_FAULTS","features":[335]},{"name":"TRAP_CAUSE_UNKNOWN","features":[335]},{"name":"TTM_FATAL_ERROR","features":[335]},{"name":"TTM_WATCHDOG_TIMEOUT","features":[335]},{"name":"TerminateProcessOnMemoryExhaustion","features":[335]},{"name":"ThreadCallback","features":[335]},{"name":"ThreadExCallback","features":[335]},{"name":"ThreadExListStream","features":[335]},{"name":"ThreadInfoListStream","features":[335]},{"name":"ThreadListStream","features":[335]},{"name":"ThreadNamesStream","features":[335]},{"name":"ThreadWriteBackingStore","features":[335]},{"name":"ThreadWriteContext","features":[335]},{"name":"ThreadWriteInstructionWindow","features":[335]},{"name":"ThreadWriteStack","features":[335]},{"name":"ThreadWriteThread","features":[335]},{"name":"ThreadWriteThreadData","features":[335]},{"name":"ThreadWriteThreadInfo","features":[335]},{"name":"TokenStream","features":[335]},{"name":"TouchFileTimes","features":[305,335]},{"name":"UCMUCSI_FAILURE","features":[335]},{"name":"UCMUCSI_LIVEDUMP","features":[335]},{"name":"UDFS_FILE_SYSTEM","features":[335]},{"name":"UFX_LIVEDUMP","features":[335]},{"name":"UNDNAME_32_BIT_DECODE","features":[335]},{"name":"UNDNAME_COMPLETE","features":[335]},{"name":"UNDNAME_NAME_ONLY","features":[335]},{"name":"UNDNAME_NO_ACCESS_SPECIFIERS","features":[335]},{"name":"UNDNAME_NO_ALLOCATION_LANGUAGE","features":[335]},{"name":"UNDNAME_NO_ALLOCATION_MODEL","features":[335]},{"name":"UNDNAME_NO_ARGUMENTS","features":[335]},{"name":"UNDNAME_NO_CV_THISTYPE","features":[335]},{"name":"UNDNAME_NO_FUNCTION_RETURNS","features":[335]},{"name":"UNDNAME_NO_LEADING_UNDERSCORES","features":[335]},{"name":"UNDNAME_NO_MEMBER_TYPE","features":[335]},{"name":"UNDNAME_NO_MS_KEYWORDS","features":[335]},{"name":"UNDNAME_NO_MS_THISTYPE","features":[335]},{"name":"UNDNAME_NO_RETURN_UDT_MODEL","features":[335]},{"name":"UNDNAME_NO_SPECIAL_SYMS","features":[335]},{"name":"UNDNAME_NO_THISTYPE","features":[335]},{"name":"UNDNAME_NO_THROW_SIGNATURES","features":[335]},{"name":"UNEXPECTED_INITIALIZATION_CALL","features":[335]},{"name":"UNEXPECTED_KERNEL_MODE_TRAP","features":[335]},{"name":"UNEXPECTED_KERNEL_MODE_TRAP_M","features":[335]},{"name":"UNEXPECTED_STORE_EXCEPTION","features":[335]},{"name":"UNLOAD_DLL_DEBUG_EVENT","features":[335]},{"name":"UNLOAD_DLL_DEBUG_INFO","features":[335]},{"name":"UNMOUNTABLE_BOOT_VOLUME","features":[335]},{"name":"UNSUPPORTED_INSTRUCTION_MODE","features":[335]},{"name":"UNSUPPORTED_PROCESSOR","features":[335]},{"name":"UNWIND_HISTORY_TABLE","features":[335]},{"name":"UNWIND_HISTORY_TABLE_ENTRY","features":[335]},{"name":"UNWIND_HISTORY_TABLE_ENTRY","features":[335]},{"name":"UNWIND_ON_INVALID_STACK","features":[335]},{"name":"UNW_FLAG_CHAININFO","features":[335]},{"name":"UNW_FLAG_EHANDLER","features":[335]},{"name":"UNW_FLAG_NHANDLER","features":[335]},{"name":"UNW_FLAG_UHANDLER","features":[335]},{"name":"UP_DRIVER_ON_MP_SYSTEM","features":[335]},{"name":"USB4_HARDWARE_VIOLATION","features":[335]},{"name":"USB_DRIPS_BLOCKER_SURPRISE_REMOVAL_LIVEDUMP","features":[335]},{"name":"USER_MODE_HEALTH_MONITOR","features":[335]},{"name":"USER_MODE_HEALTH_MONITOR_LIVEDUMP","features":[335]},{"name":"UnDecorateSymbolName","features":[335]},{"name":"UnDecorateSymbolNameW","features":[335]},{"name":"UnMapAndLoad","features":[305,335,312,337]},{"name":"UnhandledExceptionFilter","features":[305,335,312]},{"name":"UnloadedModuleListStream","features":[335]},{"name":"UnusedStream","features":[335]},{"name":"UpdateDebugInfoFile","features":[305,335,337]},{"name":"UpdateDebugInfoFileEx","features":[305,335,337]},{"name":"VER_PLATFORM","features":[335]},{"name":"VER_PLATFORM_WIN32_NT","features":[335]},{"name":"VER_PLATFORM_WIN32_WINDOWS","features":[335]},{"name":"VER_PLATFORM_WIN32s","features":[335]},{"name":"VHD_BOOT_HOST_VOLUME_NOT_ENOUGH_SPACE","features":[335]},{"name":"VHD_BOOT_INITIALIZATION_FAILED","features":[335]},{"name":"VIDEO_DRIVER_DEBUG_REPORT_REQUEST","features":[335]},{"name":"VIDEO_DRIVER_INIT_FAILURE","features":[335]},{"name":"VIDEO_DWMINIT_TIMEOUT_FALLBACK_BDD","features":[335]},{"name":"VIDEO_DXGKRNL_BLACK_SCREEN_LIVEDUMP","features":[335]},{"name":"VIDEO_DXGKRNL_FATAL_ERROR","features":[335]},{"name":"VIDEO_DXGKRNL_LIVEDUMP","features":[335]},{"name":"VIDEO_DXGKRNL_SYSMM_FATAL_ERROR","features":[335]},{"name":"VIDEO_ENGINE_TIMEOUT_DETECTED","features":[335]},{"name":"VIDEO_MEMORY_MANAGEMENT_INTERNAL","features":[335]},{"name":"VIDEO_MINIPORT_BLACK_SCREEN_LIVEDUMP","features":[335]},{"name":"VIDEO_MINIPORT_FAILED_LIVEDUMP","features":[335]},{"name":"VIDEO_SCHEDULER_INTERNAL_ERROR","features":[335]},{"name":"VIDEO_SHADOW_DRIVER_FATAL_ERROR","features":[335]},{"name":"VIDEO_TDR_APPLICATION_BLOCKED","features":[335]},{"name":"VIDEO_TDR_FAILURE","features":[335]},{"name":"VIDEO_TDR_TIMEOUT_DETECTED","features":[335]},{"name":"VMBUS_LIVEDUMP","features":[335]},{"name":"VOLMGRX_INTERNAL_ERROR","features":[335]},{"name":"VOLSNAP_OVERLAPPED_TABLE_ACCESS","features":[335]},{"name":"VSL_INITIALIZATION_FAILED","features":[335]},{"name":"VmPostReadCallback","features":[335]},{"name":"VmPreReadCallback","features":[335]},{"name":"VmQueryCallback","features":[335]},{"name":"VmStartCallback","features":[335]},{"name":"WAITCHAIN_NODE_INFO","features":[305,335]},{"name":"WAIT_CHAIN_THREAD_OPTIONS","features":[335]},{"name":"WCT_ASYNC_OPEN_FLAG","features":[335]},{"name":"WCT_MAX_NODE_COUNT","features":[335]},{"name":"WCT_NETWORK_IO_FLAG","features":[335]},{"name":"WCT_OBJECT_STATUS","features":[335]},{"name":"WCT_OBJECT_TYPE","features":[335]},{"name":"WCT_OBJNAME_LENGTH","features":[335]},{"name":"WCT_OUT_OF_PROC_COM_FLAG","features":[335]},{"name":"WCT_OUT_OF_PROC_CS_FLAG","features":[335]},{"name":"WCT_OUT_OF_PROC_FLAG","features":[335]},{"name":"WDF_VIOLATION","features":[335]},{"name":"WFP_INVALID_OPERATION","features":[335]},{"name":"WHEA_AER_BRIDGE_DESCRIPTOR","features":[305,335]},{"name":"WHEA_AER_ENDPOINT_DESCRIPTOR","features":[305,335]},{"name":"WHEA_AER_ROOTPORT_DESCRIPTOR","features":[305,335]},{"name":"WHEA_BAD_PAGE_LIST_LOCATION","features":[335]},{"name":"WHEA_BAD_PAGE_LIST_MAX_SIZE","features":[335]},{"name":"WHEA_CMCI_THRESHOLD_COUNT","features":[335]},{"name":"WHEA_CMCI_THRESHOLD_POLL_COUNT","features":[335]},{"name":"WHEA_CMCI_THRESHOLD_TIME","features":[335]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_MAX","features":[335]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_MIN","features":[335]},{"name":"WHEA_DEVICE_DRIVER_BUFFER_SET_V1","features":[335]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_MAX","features":[335]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_MIN","features":[335]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_V1","features":[335]},{"name":"WHEA_DEVICE_DRIVER_CONFIG_V2","features":[335]},{"name":"WHEA_DEVICE_DRIVER_DESCRIPTOR","features":[305,335]},{"name":"WHEA_DISABLE_DUMMY_WRITE","features":[335]},{"name":"WHEA_DISABLE_OFFLINE","features":[335]},{"name":"WHEA_DRIVER_BUFFER_SET","features":[335]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DD","features":[305,335]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER","features":[305,335]},{"name":"WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER_V1","features":[305,335]},{"name":"WHEA_ERROR_SOURCE_CORRECT_DEVICE_DRIVER","features":[305,335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR","features":[305,335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERBRIDGE","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERENDPOINT","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_AERROOTPORT","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_GENERIC","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_GENERIC_V2","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFCMC","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFCPE","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_IPFMCA","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFCMC","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFMCE","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFNMI","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_VERSION_10","features":[335]},{"name":"WHEA_ERROR_SOURCE_DESCRIPTOR_VERSION_11","features":[335]},{"name":"WHEA_ERROR_SOURCE_FLAG_DEFAULTSOURCE","features":[335]},{"name":"WHEA_ERROR_SOURCE_FLAG_FIRMWAREFIRST","features":[335]},{"name":"WHEA_ERROR_SOURCE_FLAG_GHES_ASSIST","features":[335]},{"name":"WHEA_ERROR_SOURCE_FLAG_GLOBAL","features":[335]},{"name":"WHEA_ERROR_SOURCE_INITIALIZE_DEVICE_DRIVER","features":[305,335]},{"name":"WHEA_ERROR_SOURCE_INVALID_RELATED_SOURCE","features":[335]},{"name":"WHEA_ERROR_SOURCE_STATE","features":[335]},{"name":"WHEA_ERROR_SOURCE_TYPE","features":[335]},{"name":"WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER","features":[335]},{"name":"WHEA_GENERIC_ERROR_DESCRIPTOR","features":[335]},{"name":"WHEA_GENERIC_ERROR_DESCRIPTOR_V2","features":[335]},{"name":"WHEA_INTERNAL_ERROR","features":[335]},{"name":"WHEA_IPF_CMC_DESCRIPTOR","features":[335]},{"name":"WHEA_IPF_CPE_DESCRIPTOR","features":[335]},{"name":"WHEA_IPF_MCA_DESCRIPTOR","features":[335]},{"name":"WHEA_MAX_MC_BANKS","features":[335]},{"name":"WHEA_MEM_PERSISTOFFLINE","features":[335]},{"name":"WHEA_MEM_PFA_DISABLE","features":[335]},{"name":"WHEA_MEM_PFA_PAGECOUNT","features":[335]},{"name":"WHEA_MEM_PFA_THRESHOLD","features":[335]},{"name":"WHEA_MEM_PFA_TIMEOUT","features":[335]},{"name":"WHEA_NOTIFICATION_DESCRIPTOR","features":[335]},{"name":"WHEA_NOTIFICATION_FLAGS","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_ARMV8_SEA","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_ARMV8_SEI","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_CMCI","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_EXTERNALINTERRUPT","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_EXTERNALINTERRUPT_GSIV","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_GPIO_SIGNAL","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_LOCALINTERRUPT","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_MCE","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_NMI","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_POLLED","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_SCI","features":[335]},{"name":"WHEA_NOTIFICATION_TYPE_SDEI","features":[335]},{"name":"WHEA_NOTIFY_ALL_OFFLINES","features":[335]},{"name":"WHEA_PCI_SLOT_NUMBER","features":[335]},{"name":"WHEA_PENDING_PAGE_LIST_SZ","features":[335]},{"name":"WHEA_RESTORE_CMCI_ATTEMPTS","features":[335]},{"name":"WHEA_RESTORE_CMCI_ENABLED","features":[335]},{"name":"WHEA_RESTORE_CMCI_ERR_LIMIT","features":[335]},{"name":"WHEA_ROW_FAIL_CHECK_ENABLE","features":[335]},{"name":"WHEA_ROW_FAIL_CHECK_EXTENT","features":[335]},{"name":"WHEA_ROW_FAIL_CHECK_THRESHOLD","features":[335]},{"name":"WHEA_UNCORRECTABLE_ERROR","features":[335]},{"name":"WHEA_XPF_CMC_DESCRIPTOR","features":[305,335]},{"name":"WHEA_XPF_MCE_DESCRIPTOR","features":[305,335]},{"name":"WHEA_XPF_MC_BANK_DESCRIPTOR","features":[305,335]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_AMD64MCA","features":[335]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_IA32MCA","features":[335]},{"name":"WHEA_XPF_MC_BANK_STATUSFORMAT_Intel64MCA","features":[335]},{"name":"WHEA_XPF_NMI_DESCRIPTOR","features":[305,335]},{"name":"WIN32K_ATOMIC_CHECK_FAILURE","features":[335]},{"name":"WIN32K_CALLOUT_WATCHDOG_BUGCHECK","features":[335]},{"name":"WIN32K_CALLOUT_WATCHDOG_LIVEDUMP","features":[335]},{"name":"WIN32K_CRITICAL_FAILURE","features":[335]},{"name":"WIN32K_CRITICAL_FAILURE_LIVEDUMP","features":[335]},{"name":"WIN32K_HANDLE_MANAGER","features":[335]},{"name":"WIN32K_INIT_OR_RIT_FAILURE","features":[335]},{"name":"WIN32K_POWER_WATCHDOG_TIMEOUT","features":[335]},{"name":"WIN32K_SECURITY_FAILURE","features":[335]},{"name":"WINDOWS_NT_BANNER","features":[335]},{"name":"WINDOWS_NT_CSD_STRING","features":[335]},{"name":"WINDOWS_NT_INFO_STRING","features":[335]},{"name":"WINDOWS_NT_INFO_STRING_PLURAL","features":[335]},{"name":"WINDOWS_NT_MP_STRING","features":[335]},{"name":"WINDOWS_NT_RC_STRING","features":[335]},{"name":"WINLOGON_FATAL_ERROR","features":[335]},{"name":"WINSOCK_DETECTED_HUNG_CLOSESOCKET_LIVEDUMP","features":[335]},{"name":"WORKER_INVALID","features":[335]},{"name":"WORKER_THREAD_INVALID_STATE","features":[335]},{"name":"WORKER_THREAD_RETURNED_AT_BAD_IRQL","features":[335]},{"name":"WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO","features":[335]},{"name":"WORKER_THREAD_RETURNED_WITH_BAD_IO_PRIORITY","features":[335]},{"name":"WORKER_THREAD_RETURNED_WITH_BAD_PAGING_IO_PRIORITY","features":[335]},{"name":"WORKER_THREAD_RETURNED_WITH_NON_DEFAULT_WORKLOAD_CLASS","features":[335]},{"name":"WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE","features":[335]},{"name":"WORKER_THREAD_TEST_CONDITION","features":[335]},{"name":"WOW64_CONTEXT","features":[335]},{"name":"WOW64_CONTEXT_ALL","features":[335]},{"name":"WOW64_CONTEXT_CONTROL","features":[335]},{"name":"WOW64_CONTEXT_DEBUG_REGISTERS","features":[335]},{"name":"WOW64_CONTEXT_EXCEPTION_ACTIVE","features":[335]},{"name":"WOW64_CONTEXT_EXCEPTION_REPORTING","features":[335]},{"name":"WOW64_CONTEXT_EXCEPTION_REQUEST","features":[335]},{"name":"WOW64_CONTEXT_EXTENDED_REGISTERS","features":[335]},{"name":"WOW64_CONTEXT_FLAGS","features":[335]},{"name":"WOW64_CONTEXT_FLOATING_POINT","features":[335]},{"name":"WOW64_CONTEXT_FULL","features":[335]},{"name":"WOW64_CONTEXT_INTEGER","features":[335]},{"name":"WOW64_CONTEXT_SEGMENTS","features":[335]},{"name":"WOW64_CONTEXT_SERVICE_ACTIVE","features":[335]},{"name":"WOW64_CONTEXT_X86","features":[335]},{"name":"WOW64_CONTEXT_XSTATE","features":[335]},{"name":"WOW64_DESCRIPTOR_TABLE_ENTRY","features":[335]},{"name":"WOW64_FLOATING_SAVE_AREA","features":[335]},{"name":"WOW64_LDT_ENTRY","features":[335]},{"name":"WOW64_MAXIMUM_SUPPORTED_EXTENSION","features":[335]},{"name":"WOW64_SIZE_OF_80387_REGISTERS","features":[335]},{"name":"WVR_LIVEDUMP_APP_IO_TIMEOUT","features":[335]},{"name":"WVR_LIVEDUMP_CRITICAL_ERROR","features":[335]},{"name":"WVR_LIVEDUMP_MANUALLY_INITIATED","features":[335]},{"name":"WVR_LIVEDUMP_RECOVERY_IOCONTEXT_TIMEOUT","features":[335]},{"name":"WVR_LIVEDUMP_REPLICATION_IOCONTEXT_TIMEOUT","features":[335]},{"name":"WVR_LIVEDUMP_STATE_FAILURE","features":[335]},{"name":"WVR_LIVEDUMP_STATE_TRANSITION_TIMEOUT","features":[335]},{"name":"WaitForDebugEvent","features":[305,335,342]},{"name":"WaitForDebugEventEx","features":[305,335,342]},{"name":"WctAlpcType","features":[335]},{"name":"WctComActivationType","features":[335]},{"name":"WctComType","features":[335]},{"name":"WctCriticalSectionType","features":[335]},{"name":"WctMaxType","features":[335]},{"name":"WctMutexType","features":[335]},{"name":"WctProcessWaitType","features":[335]},{"name":"WctSendMessageType","features":[335]},{"name":"WctSmbIoType","features":[335]},{"name":"WctSocketIoType","features":[335]},{"name":"WctStatusAbandoned","features":[335]},{"name":"WctStatusBlocked","features":[335]},{"name":"WctStatusError","features":[335]},{"name":"WctStatusMax","features":[335]},{"name":"WctStatusNoAccess","features":[335]},{"name":"WctStatusNotOwned","features":[335]},{"name":"WctStatusOwned","features":[335]},{"name":"WctStatusPidOnly","features":[335]},{"name":"WctStatusPidOnlyRpcss","features":[335]},{"name":"WctStatusRunning","features":[335]},{"name":"WctStatusUnknown","features":[335]},{"name":"WctThreadType","features":[335]},{"name":"WctThreadWaitType","features":[335]},{"name":"WctUnknownType","features":[335]},{"name":"WheaErrSrcStateRemovePending","features":[335]},{"name":"WheaErrSrcStateRemoved","features":[335]},{"name":"WheaErrSrcStateStarted","features":[335]},{"name":"WheaErrSrcStateStopped","features":[335]},{"name":"WheaErrSrcTypeBMC","features":[335]},{"name":"WheaErrSrcTypeBOOT","features":[335]},{"name":"WheaErrSrcTypeCMC","features":[335]},{"name":"WheaErrSrcTypeCPE","features":[335]},{"name":"WheaErrSrcTypeDeviceDriver","features":[335]},{"name":"WheaErrSrcTypeGeneric","features":[335]},{"name":"WheaErrSrcTypeGenericV2","features":[335]},{"name":"WheaErrSrcTypeINIT","features":[335]},{"name":"WheaErrSrcTypeIPFCMC","features":[335]},{"name":"WheaErrSrcTypeIPFCPE","features":[335]},{"name":"WheaErrSrcTypeIPFMCA","features":[335]},{"name":"WheaErrSrcTypeMCE","features":[335]},{"name":"WheaErrSrcTypeMax","features":[335]},{"name":"WheaErrSrcTypeNMI","features":[335]},{"name":"WheaErrSrcTypePCIe","features":[335]},{"name":"WheaErrSrcTypePMEM","features":[335]},{"name":"WheaErrSrcTypeSCIGeneric","features":[335]},{"name":"WheaErrSrcTypeSCIGenericV2","features":[335]},{"name":"WheaErrSrcTypeSea","features":[335]},{"name":"WheaErrSrcTypeSei","features":[335]},{"name":"Wow64GetThreadContext","features":[305,335]},{"name":"Wow64GetThreadSelectorEntry","features":[305,335]},{"name":"Wow64SetThreadContext","features":[305,335]},{"name":"WriteKernelMinidumpCallback","features":[335]},{"name":"WriteProcessMemory","features":[305,335]},{"name":"XBOX_360_SYSTEM_CRASH","features":[335]},{"name":"XBOX_360_SYSTEM_CRASH_RESERVED","features":[335]},{"name":"XBOX_CORRUPTED_IMAGE","features":[335]},{"name":"XBOX_CORRUPTED_IMAGE_BASE","features":[335]},{"name":"XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW","features":[335]},{"name":"XBOX_MANUALLY_INITIATED_CRASH","features":[335]},{"name":"XBOX_SECURITY_FAILUE","features":[335]},{"name":"XBOX_SHUTDOWN_WATCHDOG_TIMEOUT","features":[335]},{"name":"XBOX_VMCTRL_CS_TIMEOUT","features":[335]},{"name":"XBOX_XDS_WATCHDOG_TIMEOUT","features":[335]},{"name":"XNS_INTERNAL_ERROR","features":[335]},{"name":"XPF_MCE_FLAGS","features":[335]},{"name":"XPF_MC_BANK_FLAGS","features":[335]},{"name":"XSAVE_AREA","features":[335]},{"name":"XSAVE_AREA_HEADER","features":[335]},{"name":"XSAVE_FORMAT","features":[335]},{"name":"XSAVE_FORMAT","features":[335]},{"name":"XSTATE_CONFIGURATION","features":[335]},{"name":"XSTATE_CONFIG_FEATURE_MSC_INFO","features":[335]},{"name":"XSTATE_CONTEXT","features":[335]},{"name":"XSTATE_CONTEXT","features":[335]},{"name":"XSTATE_FEATURE","features":[335]},{"name":"ceStreamBucketParameters","features":[335]},{"name":"ceStreamDiagnosisList","features":[335]},{"name":"ceStreamException","features":[335]},{"name":"ceStreamMemoryPhysicalList","features":[335]},{"name":"ceStreamMemoryVirtualList","features":[335]},{"name":"ceStreamModuleList","features":[335]},{"name":"ceStreamNull","features":[335]},{"name":"ceStreamProcessList","features":[335]},{"name":"ceStreamProcessModuleMap","features":[335]},{"name":"ceStreamSystemInfo","features":[335]},{"name":"ceStreamThreadCallStackList","features":[335]},{"name":"ceStreamThreadContextList","features":[335]},{"name":"ceStreamThreadList","features":[335]},{"name":"hdBase","features":[335]},{"name":"hdMax","features":[335]},{"name":"hdSrc","features":[335]},{"name":"hdSym","features":[335]},{"name":"sevAttn","features":[335]},{"name":"sevFatal","features":[335]},{"name":"sevInfo","features":[335]},{"name":"sevMax","features":[335]},{"name":"sevProblem","features":[335]},{"name":"sfDbg","features":[335]},{"name":"sfImage","features":[335]},{"name":"sfMax","features":[335]},{"name":"sfMpd","features":[335]},{"name":"sfPdb","features":[335]}],"562":[{"name":"ACTIVPROF_E_PROFILER_ABSENT","features":[552]},{"name":"ACTIVPROF_E_PROFILER_PRESENT","features":[552]},{"name":"ACTIVPROF_E_UNABLE_TO_APPLY_ACTION","features":[552]},{"name":"APPBREAKFLAG_DEBUGGER_BLOCK","features":[552]},{"name":"APPBREAKFLAG_DEBUGGER_HALT","features":[552]},{"name":"APPBREAKFLAG_IN_BREAKPOINT","features":[552]},{"name":"APPBREAKFLAG_NESTED","features":[552]},{"name":"APPBREAKFLAG_STEP","features":[552]},{"name":"APPBREAKFLAG_STEPTYPE_BYTECODE","features":[552]},{"name":"APPBREAKFLAG_STEPTYPE_MACHINE","features":[552]},{"name":"APPBREAKFLAG_STEPTYPE_MASK","features":[552]},{"name":"APPBREAKFLAG_STEPTYPE_SOURCE","features":[552]},{"name":"APPLICATION_NODE_EVENT_FILTER","features":[552]},{"name":"AsyncIDebugApplicationNodeEvents","features":[552]},{"name":"BREAKPOINT_DELETED","features":[552]},{"name":"BREAKPOINT_DISABLED","features":[552]},{"name":"BREAKPOINT_ENABLED","features":[552]},{"name":"BREAKPOINT_STATE","features":[552]},{"name":"BREAKREASON","features":[552]},{"name":"BREAKREASON_BREAKPOINT","features":[552]},{"name":"BREAKREASON_DEBUGGER_BLOCK","features":[552]},{"name":"BREAKREASON_DEBUGGER_HALT","features":[552]},{"name":"BREAKREASON_ERROR","features":[552]},{"name":"BREAKREASON_HOST_INITIATED","features":[552]},{"name":"BREAKREASON_JIT","features":[552]},{"name":"BREAKREASON_LANGUAGE_INITIATED","features":[552]},{"name":"BREAKREASON_MUTATION_BREAKPOINT","features":[552]},{"name":"BREAKREASON_STEP","features":[552]},{"name":"BREAKRESUMEACTION","features":[552]},{"name":"BREAKRESUMEACTION_ABORT","features":[552]},{"name":"BREAKRESUMEACTION_CONTINUE","features":[552]},{"name":"BREAKRESUMEACTION_IGNORE","features":[552]},{"name":"BREAKRESUMEACTION_STEP_DOCUMENT","features":[552]},{"name":"BREAKRESUMEACTION_STEP_INTO","features":[552]},{"name":"BREAKRESUMEACTION_STEP_OUT","features":[552]},{"name":"BREAKRESUMEACTION_STEP_OVER","features":[552]},{"name":"CATID_ActiveScript","features":[552]},{"name":"CATID_ActiveScriptAuthor","features":[552]},{"name":"CATID_ActiveScriptEncode","features":[552]},{"name":"CATID_ActiveScriptParse","features":[552]},{"name":"CDebugDocumentHelper","features":[552]},{"name":"DEBUG_EVENT_INFO_TYPE","features":[552]},{"name":"DEBUG_STACKFRAME_TYPE","features":[552]},{"name":"DEBUG_TEXT_ALLOWBREAKPOINTS","features":[552]},{"name":"DEBUG_TEXT_ALLOWERRORREPORT","features":[552]},{"name":"DEBUG_TEXT_EVALUATETOCODECONTEXT","features":[552]},{"name":"DEBUG_TEXT_ISEXPRESSION","features":[552]},{"name":"DEBUG_TEXT_ISNONUSERCODE","features":[552]},{"name":"DEBUG_TEXT_NOSIDEEFFECTS","features":[552]},{"name":"DEBUG_TEXT_RETURNVALUE","features":[552]},{"name":"DEIT_ASMJS_FAILED","features":[552]},{"name":"DEIT_ASMJS_IN_DEBUGGING","features":[552]},{"name":"DEIT_ASMJS_SUCCEEDED","features":[552]},{"name":"DEIT_GENERAL","features":[552]},{"name":"DOCUMENTNAMETYPE","features":[552]},{"name":"DOCUMENTNAMETYPE_APPNODE","features":[552]},{"name":"DOCUMENTNAMETYPE_FILE_TAIL","features":[552]},{"name":"DOCUMENTNAMETYPE_SOURCE_MAP_URL","features":[552]},{"name":"DOCUMENTNAMETYPE_TITLE","features":[552]},{"name":"DOCUMENTNAMETYPE_UNIQUE_TITLE","features":[552]},{"name":"DOCUMENTNAMETYPE_URL","features":[552]},{"name":"DST_INTERNAL_FRAME","features":[552]},{"name":"DST_INVOCATION_FRAME","features":[552]},{"name":"DST_SCRIPT_FRAME","features":[552]},{"name":"DebugHelper","features":[552]},{"name":"DebugStackFrameDescriptor","features":[305,552]},{"name":"DebugStackFrameDescriptor64","features":[305,552]},{"name":"DefaultDebugSessionProvider","features":[552]},{"name":"ERRORRESUMEACTION","features":[552]},{"name":"ERRORRESUMEACTION_AbortCallAndReturnErrorToCaller","features":[552]},{"name":"ERRORRESUMEACTION_ReexecuteErrorStatement","features":[552]},{"name":"ERRORRESUMEACTION_SkipErrorStatement","features":[552]},{"name":"ETK_FIRST_CHANCE","features":[552]},{"name":"ETK_UNHANDLED","features":[552]},{"name":"ETK_USER_UNHANDLED","features":[552]},{"name":"E_JsDEBUG_INVALID_MEMORY_ADDRESS","features":[552]},{"name":"E_JsDEBUG_MISMATCHED_RUNTIME","features":[552]},{"name":"E_JsDEBUG_OUTSIDE_OF_VM","features":[552]},{"name":"E_JsDEBUG_RUNTIME_NOT_IN_DEBUG_MODE","features":[552]},{"name":"E_JsDEBUG_SOURCE_LOCATION_NOT_FOUND","features":[552]},{"name":"E_JsDEBUG_UNKNOWN_THREAD","features":[552]},{"name":"FACILITY_JsDEBUG","features":[552]},{"name":"FILTER_EXCLUDE_ANONYMOUS_CODE","features":[552]},{"name":"FILTER_EXCLUDE_EVAL_CODE","features":[552]},{"name":"FILTER_EXCLUDE_NOTHING","features":[552]},{"name":"GETATTRFLAG_HUMANTEXT","features":[552]},{"name":"GETATTRFLAG_THIS","features":[552]},{"name":"GETATTRTYPE_DEPSCAN","features":[552]},{"name":"GETATTRTYPE_NORMAL","features":[552]},{"name":"IActiveScript","features":[552]},{"name":"IActiveScriptAuthor","features":[552]},{"name":"IActiveScriptAuthorProcedure","features":[552]},{"name":"IActiveScriptDebug32","features":[552]},{"name":"IActiveScriptDebug64","features":[552]},{"name":"IActiveScriptEncode","features":[552]},{"name":"IActiveScriptError","features":[552]},{"name":"IActiveScriptError64","features":[552]},{"name":"IActiveScriptErrorDebug","features":[552]},{"name":"IActiveScriptErrorDebug110","features":[552]},{"name":"IActiveScriptGarbageCollector","features":[552]},{"name":"IActiveScriptHostEncode","features":[552]},{"name":"IActiveScriptParse32","features":[552]},{"name":"IActiveScriptParse64","features":[552]},{"name":"IActiveScriptParseProcedure2_32","features":[552]},{"name":"IActiveScriptParseProcedure2_64","features":[552]},{"name":"IActiveScriptParseProcedure32","features":[552]},{"name":"IActiveScriptParseProcedure64","features":[552]},{"name":"IActiveScriptParseProcedureOld32","features":[552]},{"name":"IActiveScriptParseProcedureOld64","features":[552]},{"name":"IActiveScriptProfilerCallback","features":[552]},{"name":"IActiveScriptProfilerCallback2","features":[552]},{"name":"IActiveScriptProfilerCallback3","features":[552]},{"name":"IActiveScriptProfilerControl","features":[552]},{"name":"IActiveScriptProfilerControl2","features":[552]},{"name":"IActiveScriptProfilerControl3","features":[552]},{"name":"IActiveScriptProfilerControl4","features":[552]},{"name":"IActiveScriptProfilerControl5","features":[552]},{"name":"IActiveScriptProfilerHeapEnum","features":[552]},{"name":"IActiveScriptProperty","features":[552]},{"name":"IActiveScriptSIPInfo","features":[552]},{"name":"IActiveScriptSite","features":[552]},{"name":"IActiveScriptSiteDebug32","features":[552]},{"name":"IActiveScriptSiteDebug64","features":[552]},{"name":"IActiveScriptSiteDebugEx","features":[552]},{"name":"IActiveScriptSiteInterruptPoll","features":[552]},{"name":"IActiveScriptSiteTraceInfo","features":[552]},{"name":"IActiveScriptSiteUIControl","features":[552]},{"name":"IActiveScriptSiteWindow","features":[552]},{"name":"IActiveScriptStats","features":[552]},{"name":"IActiveScriptStringCompare","features":[552]},{"name":"IActiveScriptTraceInfo","features":[552]},{"name":"IActiveScriptWinRTErrorDebug","features":[552]},{"name":"IApplicationDebugger","features":[552]},{"name":"IApplicationDebuggerUI","features":[552]},{"name":"IBindEventHandler","features":[552]},{"name":"IDebugApplication11032","features":[552]},{"name":"IDebugApplication11064","features":[552]},{"name":"IDebugApplication32","features":[552]},{"name":"IDebugApplication64","features":[552]},{"name":"IDebugApplicationNode","features":[552]},{"name":"IDebugApplicationNode100","features":[552]},{"name":"IDebugApplicationNodeEvents","features":[552]},{"name":"IDebugApplicationThread","features":[552]},{"name":"IDebugApplicationThread11032","features":[552]},{"name":"IDebugApplicationThread11064","features":[552]},{"name":"IDebugApplicationThread64","features":[552]},{"name":"IDebugApplicationThreadEvents110","features":[552]},{"name":"IDebugAsyncOperation","features":[552]},{"name":"IDebugAsyncOperationCallBack","features":[552]},{"name":"IDebugCodeContext","features":[552]},{"name":"IDebugCookie","features":[552]},{"name":"IDebugDocument","features":[552]},{"name":"IDebugDocumentContext","features":[552]},{"name":"IDebugDocumentHelper32","features":[552]},{"name":"IDebugDocumentHelper64","features":[552]},{"name":"IDebugDocumentHost","features":[552]},{"name":"IDebugDocumentInfo","features":[552]},{"name":"IDebugDocumentProvider","features":[552]},{"name":"IDebugDocumentText","features":[552]},{"name":"IDebugDocumentTextAuthor","features":[552]},{"name":"IDebugDocumentTextEvents","features":[552]},{"name":"IDebugDocumentTextExternalAuthor","features":[552]},{"name":"IDebugExpression","features":[552]},{"name":"IDebugExpressionCallBack","features":[552]},{"name":"IDebugExpressionContext","features":[552]},{"name":"IDebugFormatter","features":[552]},{"name":"IDebugHelper","features":[552]},{"name":"IDebugSessionProvider","features":[552]},{"name":"IDebugStackFrame","features":[552]},{"name":"IDebugStackFrame110","features":[552]},{"name":"IDebugStackFrameSniffer","features":[552]},{"name":"IDebugStackFrameSnifferEx32","features":[552]},{"name":"IDebugStackFrameSnifferEx64","features":[552]},{"name":"IDebugSyncOperation","features":[552]},{"name":"IDebugThreadCall32","features":[552]},{"name":"IDebugThreadCall64","features":[552]},{"name":"IEnumDebugApplicationNodes","features":[552]},{"name":"IEnumDebugCodeContexts","features":[552]},{"name":"IEnumDebugExpressionContexts","features":[552]},{"name":"IEnumDebugStackFrames","features":[552]},{"name":"IEnumDebugStackFrames64","features":[552]},{"name":"IEnumJsStackFrames","features":[552]},{"name":"IEnumRemoteDebugApplicationThreads","features":[552]},{"name":"IEnumRemoteDebugApplications","features":[552]},{"name":"IJsDebug","features":[552]},{"name":"IJsDebugBreakPoint","features":[552]},{"name":"IJsDebugDataTarget","features":[552]},{"name":"IJsDebugFrame","features":[552]},{"name":"IJsDebugProcess","features":[552]},{"name":"IJsDebugProperty","features":[552]},{"name":"IJsDebugStackWalker","features":[552]},{"name":"IJsEnumDebugProperty","features":[552]},{"name":"IMachineDebugManager","features":[552]},{"name":"IMachineDebugManagerCookie","features":[552]},{"name":"IMachineDebugManagerEvents","features":[552]},{"name":"IProcessDebugManager32","features":[552]},{"name":"IProcessDebugManager64","features":[552]},{"name":"IProvideExpressionContexts","features":[552]},{"name":"IRemoteDebugApplication","features":[552]},{"name":"IRemoteDebugApplication110","features":[552]},{"name":"IRemoteDebugApplicationEvents","features":[552]},{"name":"IRemoteDebugApplicationThread","features":[552]},{"name":"IRemoteDebugCriticalErrorEvent110","features":[552]},{"name":"IRemoteDebugInfoEvent110","features":[552]},{"name":"IScriptEntry","features":[552]},{"name":"IScriptInvocationContext","features":[552]},{"name":"IScriptNode","features":[552]},{"name":"IScriptScriptlet","features":[552]},{"name":"ISimpleConnectionPoint","features":[552]},{"name":"ITridentEventSink","features":[552]},{"name":"IWebAppDiagnosticsObjectInitialization","features":[552]},{"name":"IWebAppDiagnosticsSetup","features":[552]},{"name":"JS_NATIVE_FRAME","features":[552]},{"name":"JS_PROPERTY_ATTRIBUTES","features":[552]},{"name":"JS_PROPERTY_ATTRIBUTE_NONE","features":[552]},{"name":"JS_PROPERTY_FAKE","features":[552]},{"name":"JS_PROPERTY_FRAME_INCATCHBLOCK","features":[552]},{"name":"JS_PROPERTY_FRAME_INFINALLYBLOCK","features":[552]},{"name":"JS_PROPERTY_FRAME_INTRYBLOCK","features":[552]},{"name":"JS_PROPERTY_HAS_CHILDREN","features":[552]},{"name":"JS_PROPERTY_MEMBERS","features":[552]},{"name":"JS_PROPERTY_MEMBERS_ALL","features":[552]},{"name":"JS_PROPERTY_MEMBERS_ARGUMENTS","features":[552]},{"name":"JS_PROPERTY_METHOD","features":[552]},{"name":"JS_PROPERTY_NATIVE_WINRT_POINTER","features":[552]},{"name":"JS_PROPERTY_READONLY","features":[552]},{"name":"JsDebugPropertyInfo","features":[552]},{"name":"JsDebugReadMemoryFlags","features":[552]},{"name":"MachineDebugManager_DEBUG","features":[552]},{"name":"MachineDebugManager_RETAIL","features":[552]},{"name":"OID_JSSIP","features":[552]},{"name":"OID_VBSSIP","features":[552]},{"name":"OID_WSFSIP","features":[552]},{"name":"PROFILER_EVENT_MASK","features":[552]},{"name":"PROFILER_EVENT_MASK_TRACE_ALL","features":[552]},{"name":"PROFILER_EVENT_MASK_TRACE_ALL_WITH_DOM","features":[552]},{"name":"PROFILER_EVENT_MASK_TRACE_DOM_FUNCTION_CALL","features":[552]},{"name":"PROFILER_EVENT_MASK_TRACE_NATIVE_FUNCTION_CALL","features":[552]},{"name":"PROFILER_EVENT_MASK_TRACE_SCRIPT_FUNCTION_CALL","features":[552]},{"name":"PROFILER_HEAP_ENUM_FLAGS","features":[552]},{"name":"PROFILER_HEAP_ENUM_FLAGS_NONE","features":[552]},{"name":"PROFILER_HEAP_ENUM_FLAGS_RELATIONSHIP_SUBSTRINGS","features":[552]},{"name":"PROFILER_HEAP_ENUM_FLAGS_STORE_RELATIONSHIP_FLAGS","features":[552]},{"name":"PROFILER_HEAP_ENUM_FLAGS_SUBSTRINGS","features":[552]},{"name":"PROFILER_HEAP_OBJECT","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_EXTERNAL","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_EXTERNAL_DISPATCH","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_EXTERNAL_UNKNOWN","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_IS_ROOT","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_NEW_OBJECT","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_NEW_STATE_UNAVAILABLE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_SITE_CLOSED","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_SIZE_APPROXIMATE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_SIZE_UNAVAILABLE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_WINRT_DELEGATE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_WINRT_INSTANCE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_WINRT_NAMESPACE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_FLAGS_WINRT_RUNTIMECLASS","features":[552]},{"name":"PROFILER_HEAP_OBJECT_NAME_ID_UNAVAILABLE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_ELEMENT_ATTRIBUTES_SIZE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_ELEMENT_TEXT_CHILDREN_SIZE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_FUNCTION_NAME","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_INDEX_PROPERTIES","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_INTERNAL_PROPERTY","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_MAP_COLLECTION_LIST","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_MAX_VALUE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_NAME_PROPERTIES","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_PROTOTYPE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_RELATIONSHIPS","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_SCOPE_LIST","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_SET_COLLECTION_LIST","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_TYPE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_WEAKMAP_COLLECTION_LIST","features":[552]},{"name":"PROFILER_HEAP_OBJECT_OPTIONAL_INFO_WINRTEVENTS","features":[552]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP","features":[552]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS","features":[552]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS_CONST_VARIABLE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS_IS_GET_ACCESSOR","features":[552]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS_IS_SET_ACCESSOR","features":[552]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS_LET_VARIABLE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_FLAGS_NONE","features":[552]},{"name":"PROFILER_HEAP_OBJECT_RELATIONSHIP_LIST","features":[552]},{"name":"PROFILER_HEAP_OBJECT_SCOPE_LIST","features":[552]},{"name":"PROFILER_HEAP_SUMMARY","features":[552]},{"name":"PROFILER_HEAP_SUMMARY_VERSION","features":[552]},{"name":"PROFILER_HEAP_SUMMARY_VERSION_1","features":[552]},{"name":"PROFILER_PROPERTY_TYPE_BSTR","features":[552]},{"name":"PROFILER_PROPERTY_TYPE_EXTERNAL_OBJECT","features":[552]},{"name":"PROFILER_PROPERTY_TYPE_HEAP_OBJECT","features":[552]},{"name":"PROFILER_PROPERTY_TYPE_NUMBER","features":[552]},{"name":"PROFILER_PROPERTY_TYPE_STRING","features":[552]},{"name":"PROFILER_PROPERTY_TYPE_SUBSTRING","features":[552]},{"name":"PROFILER_PROPERTY_TYPE_SUBSTRING_INFO","features":[552]},{"name":"PROFILER_RELATIONSHIP_INFO","features":[552]},{"name":"PROFILER_SCRIPT_TYPE","features":[552]},{"name":"PROFILER_SCRIPT_TYPE_DOM","features":[552]},{"name":"PROFILER_SCRIPT_TYPE_DYNAMIC","features":[552]},{"name":"PROFILER_SCRIPT_TYPE_NATIVE","features":[552]},{"name":"PROFILER_SCRIPT_TYPE_USER","features":[552]},{"name":"ProcessDebugManager","features":[552]},{"name":"SCRIPTGCTYPE","features":[552]},{"name":"SCRIPTGCTYPE_EXHAUSTIVE","features":[552]},{"name":"SCRIPTGCTYPE_NORMAL","features":[552]},{"name":"SCRIPTINFO_ITYPEINFO","features":[552]},{"name":"SCRIPTINFO_IUNKNOWN","features":[552]},{"name":"SCRIPTINTERRUPT_DEBUG","features":[552]},{"name":"SCRIPTINTERRUPT_RAISEEXCEPTION","features":[552]},{"name":"SCRIPTITEM_CODEONLY","features":[552]},{"name":"SCRIPTITEM_GLOBALMEMBERS","features":[552]},{"name":"SCRIPTITEM_ISPERSISTENT","features":[552]},{"name":"SCRIPTITEM_ISSOURCE","features":[552]},{"name":"SCRIPTITEM_ISVISIBLE","features":[552]},{"name":"SCRIPTITEM_NOCODE","features":[552]},{"name":"SCRIPTLANGUAGEVERSION","features":[552]},{"name":"SCRIPTLANGUAGEVERSION_5_7","features":[552]},{"name":"SCRIPTLANGUAGEVERSION_5_8","features":[552]},{"name":"SCRIPTLANGUAGEVERSION_DEFAULT","features":[552]},{"name":"SCRIPTLANGUAGEVERSION_MAX","features":[552]},{"name":"SCRIPTPROC_HOSTMANAGESSOURCE","features":[552]},{"name":"SCRIPTPROC_IMPLICIT_PARENTS","features":[552]},{"name":"SCRIPTPROC_IMPLICIT_THIS","features":[552]},{"name":"SCRIPTPROC_ISEXPRESSION","features":[552]},{"name":"SCRIPTPROC_ISXDOMAIN","features":[552]},{"name":"SCRIPTPROP_ABBREVIATE_GLOBALNAME_RESOLUTION","features":[552]},{"name":"SCRIPTPROP_BUILDNUMBER","features":[552]},{"name":"SCRIPTPROP_CATCHEXCEPTION","features":[552]},{"name":"SCRIPTPROP_CONVERSIONLCID","features":[552]},{"name":"SCRIPTPROP_DEBUGGER","features":[552]},{"name":"SCRIPTPROP_DELAYEDEVENTSINKING","features":[552]},{"name":"SCRIPTPROP_GCCONTROLSOFTCLOSE","features":[552]},{"name":"SCRIPTPROP_HACK_FIBERSUPPORT","features":[552]},{"name":"SCRIPTPROP_HACK_TRIDENTEVENTSINK","features":[552]},{"name":"SCRIPTPROP_HOSTKEEPALIVE","features":[552]},{"name":"SCRIPTPROP_HOSTSTACKREQUIRED","features":[552]},{"name":"SCRIPTPROP_INTEGERMODE","features":[552]},{"name":"SCRIPTPROP_INVOKEVERSIONING","features":[552]},{"name":"SCRIPTPROP_JITDEBUG","features":[552]},{"name":"SCRIPTPROP_MAJORVERSION","features":[552]},{"name":"SCRIPTPROP_MINORVERSION","features":[552]},{"name":"SCRIPTPROP_NAME","features":[552]},{"name":"SCRIPTPROP_SCRIPTSAREFULLYTRUSTED","features":[552]},{"name":"SCRIPTPROP_STRINGCOMPAREINSTANCE","features":[552]},{"name":"SCRIPTSTATE","features":[552]},{"name":"SCRIPTSTATE_CLOSED","features":[552]},{"name":"SCRIPTSTATE_CONNECTED","features":[552]},{"name":"SCRIPTSTATE_DISCONNECTED","features":[552]},{"name":"SCRIPTSTATE_INITIALIZED","features":[552]},{"name":"SCRIPTSTATE_STARTED","features":[552]},{"name":"SCRIPTSTATE_UNINITIALIZED","features":[552]},{"name":"SCRIPTSTAT_INSTRUCTION_COUNT","features":[552]},{"name":"SCRIPTSTAT_INTSTRUCTION_TIME","features":[552]},{"name":"SCRIPTSTAT_STATEMENT_COUNT","features":[552]},{"name":"SCRIPTSTAT_TOTAL_TIME","features":[552]},{"name":"SCRIPTTEXT_DELAYEXECUTION","features":[552]},{"name":"SCRIPTTEXT_HOSTMANAGESSOURCE","features":[552]},{"name":"SCRIPTTEXT_ISEXPRESSION","features":[552]},{"name":"SCRIPTTEXT_ISNONUSERCODE","features":[552]},{"name":"SCRIPTTEXT_ISPERSISTENT","features":[552]},{"name":"SCRIPTTEXT_ISVISIBLE","features":[552]},{"name":"SCRIPTTEXT_ISXDOMAIN","features":[552]},{"name":"SCRIPTTHREADSTATE","features":[552]},{"name":"SCRIPTTHREADSTATE_NOTINSCRIPT","features":[552]},{"name":"SCRIPTTHREADSTATE_RUNNING","features":[552]},{"name":"SCRIPTTRACEINFO","features":[552]},{"name":"SCRIPTTRACEINFO_COMCALLEND","features":[552]},{"name":"SCRIPTTRACEINFO_COMCALLSTART","features":[552]},{"name":"SCRIPTTRACEINFO_CREATEOBJEND","features":[552]},{"name":"SCRIPTTRACEINFO_CREATEOBJSTART","features":[552]},{"name":"SCRIPTTRACEINFO_GETOBJEND","features":[552]},{"name":"SCRIPTTRACEINFO_GETOBJSTART","features":[552]},{"name":"SCRIPTTRACEINFO_SCRIPTEND","features":[552]},{"name":"SCRIPTTRACEINFO_SCRIPTSTART","features":[552]},{"name":"SCRIPTTYPELIB_ISCONTROL","features":[552]},{"name":"SCRIPTTYPELIB_ISPERSISTENT","features":[552]},{"name":"SCRIPTUICHANDLING","features":[552]},{"name":"SCRIPTUICHANDLING_ALLOW","features":[552]},{"name":"SCRIPTUICHANDLING_NOUIDEFAULT","features":[552]},{"name":"SCRIPTUICHANDLING_NOUIERROR","features":[552]},{"name":"SCRIPTUICITEM","features":[552]},{"name":"SCRIPTUICITEM_INPUTBOX","features":[552]},{"name":"SCRIPTUICITEM_MSGBOX","features":[552]},{"name":"SCRIPT_CMPL_COMMIT","features":[552]},{"name":"SCRIPT_CMPL_ENUMLIST","features":[552]},{"name":"SCRIPT_CMPL_ENUM_TRIGGER","features":[552]},{"name":"SCRIPT_CMPL_GLOBALLIST","features":[552]},{"name":"SCRIPT_CMPL_MEMBERLIST","features":[552]},{"name":"SCRIPT_CMPL_MEMBER_TRIGGER","features":[552]},{"name":"SCRIPT_CMPL_NOLIST","features":[552]},{"name":"SCRIPT_CMPL_PARAMTIP","features":[552]},{"name":"SCRIPT_CMPL_PARAM_TRIGGER","features":[552]},{"name":"SCRIPT_DEBUGGER_OPTIONS","features":[552]},{"name":"SCRIPT_ENCODE_DEFAULT_LANGUAGE","features":[552]},{"name":"SCRIPT_ENCODE_NO_ASP_LANGUAGE","features":[552]},{"name":"SCRIPT_ENCODE_SECTION","features":[552]},{"name":"SCRIPT_ERROR_DEBUG_EXCEPTION_THROWN_KIND","features":[552]},{"name":"SCRIPT_E_PROPAGATE","features":[552]},{"name":"SCRIPT_E_RECORDED","features":[552]},{"name":"SCRIPT_E_REPORTED","features":[552]},{"name":"SCRIPT_INVOCATION_CONTEXT_TYPE","features":[552]},{"name":"SDO_ENABLE_FIRST_CHANCE_EXCEPTIONS","features":[552]},{"name":"SDO_ENABLE_LIBRARY_STACK_FRAME","features":[552]},{"name":"SDO_ENABLE_NONUSER_CODE_SUPPORT","features":[552]},{"name":"SDO_ENABLE_WEB_WORKER_SUPPORT","features":[552]},{"name":"SDO_NONE","features":[552]},{"name":"SICT_Event","features":[552]},{"name":"SICT_MutationObserverCheckpoint","features":[552]},{"name":"SICT_RequestAnimationFrame","features":[552]},{"name":"SICT_SetImmediate","features":[552]},{"name":"SICT_SetInterval","features":[552]},{"name":"SICT_SetTimeout","features":[552]},{"name":"SICT_ToString","features":[552]},{"name":"SICT_WWAExecAtPriority","features":[552]},{"name":"SICT_WWAExecUnsafeLocalFunction","features":[552]},{"name":"SOURCETEXT_ATTR_COMMENT","features":[552]},{"name":"SOURCETEXT_ATTR_FUNCTION_START","features":[552]},{"name":"SOURCETEXT_ATTR_HUMANTEXT","features":[552]},{"name":"SOURCETEXT_ATTR_IDENTIFIER","features":[552]},{"name":"SOURCETEXT_ATTR_KEYWORD","features":[552]},{"name":"SOURCETEXT_ATTR_MEMBERLOOKUP","features":[552]},{"name":"SOURCETEXT_ATTR_NONSOURCE","features":[552]},{"name":"SOURCETEXT_ATTR_NUMBER","features":[552]},{"name":"SOURCETEXT_ATTR_OPERATOR","features":[552]},{"name":"SOURCETEXT_ATTR_STRING","features":[552]},{"name":"SOURCETEXT_ATTR_THIS","features":[552]},{"name":"TEXT_DOCUMENT_ARRAY","features":[552]},{"name":"TEXT_DOC_ATTR_READONLY","features":[552]},{"name":"TEXT_DOC_ATTR_TYPE_PRIMARY","features":[552]},{"name":"TEXT_DOC_ATTR_TYPE_SCRIPT","features":[552]},{"name":"TEXT_DOC_ATTR_TYPE_WORKER","features":[552]},{"name":"THREAD_BLOCKED","features":[552]},{"name":"THREAD_OUT_OF_CONTEXT","features":[552]},{"name":"THREAD_STATE_RUNNING","features":[552]},{"name":"THREAD_STATE_SUSPENDED","features":[552]},{"name":"fasaCaseSensitive","features":[552]},{"name":"fasaPreferInternalHandler","features":[552]},{"name":"fasaSupportInternalHandler","features":[552]}],"563":[{"name":"ADDRESS_TYPE_INDEX_NOT_FOUND","features":[553]},{"name":"Ambiguous","features":[553]},{"name":"ArrayDimension","features":[553]},{"name":"BUSDATA","features":[553]},{"name":"CANNOT_ALLOCATE_MEMORY","features":[553]},{"name":"CKCL_DATA","features":[553]},{"name":"CKCL_LISTHEAD","features":[305,553]},{"name":"CLSID_DebugFailureAnalysisBasic","features":[553]},{"name":"CLSID_DebugFailureAnalysisKernel","features":[553]},{"name":"CLSID_DebugFailureAnalysisTarget","features":[553]},{"name":"CLSID_DebugFailureAnalysisUser","features":[553]},{"name":"CLSID_DebugFailureAnalysisWinCE","features":[553]},{"name":"CLSID_DebugFailureAnalysisXBox360","features":[553]},{"name":"CPU_INFO","features":[553]},{"name":"CPU_INFO_v1","features":[553]},{"name":"CPU_INFO_v2","features":[553]},{"name":"CROSS_PLATFORM_MAXIMUM_PROCESSORS","features":[553]},{"name":"CURRENT_KD_SECONDARY_VERSION","features":[553]},{"name":"CallingConventionCDecl","features":[553]},{"name":"CallingConventionFastCall","features":[553]},{"name":"CallingConventionKind","features":[553]},{"name":"CallingConventionStdCall","features":[553]},{"name":"CallingConventionSysCall","features":[553]},{"name":"CallingConventionThisCall","features":[553]},{"name":"CallingConventionUnknown","features":[553]},{"name":"CreateDataModelManager","features":[553]},{"name":"DBGKD_DEBUG_DATA_HEADER32","features":[553,312]},{"name":"DBGKD_DEBUG_DATA_HEADER64","features":[553,312]},{"name":"DBGKD_GET_VERSION32","features":[553]},{"name":"DBGKD_GET_VERSION64","features":[553]},{"name":"DBGKD_MAJOR_BIG","features":[553]},{"name":"DBGKD_MAJOR_CE","features":[553]},{"name":"DBGKD_MAJOR_COUNT","features":[553]},{"name":"DBGKD_MAJOR_EFI","features":[553]},{"name":"DBGKD_MAJOR_EXDI","features":[553]},{"name":"DBGKD_MAJOR_HYPERVISOR","features":[553]},{"name":"DBGKD_MAJOR_MIDORI","features":[553]},{"name":"DBGKD_MAJOR_NT","features":[553]},{"name":"DBGKD_MAJOR_NTBD","features":[553]},{"name":"DBGKD_MAJOR_SINGULARITY","features":[553]},{"name":"DBGKD_MAJOR_TNT","features":[553]},{"name":"DBGKD_MAJOR_TYPES","features":[553]},{"name":"DBGKD_MAJOR_XBOX","features":[553]},{"name":"DBGKD_SIMULATION_EXDI","features":[553]},{"name":"DBGKD_SIMULATION_NONE","features":[553]},{"name":"DBGKD_VERS_FLAG_DATA","features":[553]},{"name":"DBGKD_VERS_FLAG_HAL_IN_NTOS","features":[553]},{"name":"DBGKD_VERS_FLAG_HSS","features":[553]},{"name":"DBGKD_VERS_FLAG_MP","features":[553]},{"name":"DBGKD_VERS_FLAG_NOMM","features":[553]},{"name":"DBGKD_VERS_FLAG_PARTITIONS","features":[553]},{"name":"DBGKD_VERS_FLAG_PTR64","features":[553]},{"name":"DBG_DUMP_ADDRESS_AT_END","features":[553]},{"name":"DBG_DUMP_ADDRESS_OF_FIELD","features":[553]},{"name":"DBG_DUMP_ARRAY","features":[553]},{"name":"DBG_DUMP_BLOCK_RECURSE","features":[553]},{"name":"DBG_DUMP_CALL_FOR_EACH","features":[553]},{"name":"DBG_DUMP_COMPACT_OUT","features":[553]},{"name":"DBG_DUMP_COPY_TYPE_DATA","features":[553]},{"name":"DBG_DUMP_FIELD_ARRAY","features":[553]},{"name":"DBG_DUMP_FIELD_CALL_BEFORE_PRINT","features":[553]},{"name":"DBG_DUMP_FIELD_COPY_FIELD_DATA","features":[553]},{"name":"DBG_DUMP_FIELD_DEFAULT_STRING","features":[553]},{"name":"DBG_DUMP_FIELD_FULL_NAME","features":[553]},{"name":"DBG_DUMP_FIELD_GUID_STRING","features":[553]},{"name":"DBG_DUMP_FIELD_MULTI_STRING","features":[553]},{"name":"DBG_DUMP_FIELD_NO_CALLBACK_REQ","features":[553]},{"name":"DBG_DUMP_FIELD_NO_PRINT","features":[553]},{"name":"DBG_DUMP_FIELD_RECUR_ON_THIS","features":[553]},{"name":"DBG_DUMP_FIELD_RETURN_ADDRESS","features":[553]},{"name":"DBG_DUMP_FIELD_SIZE_IN_BITS","features":[553]},{"name":"DBG_DUMP_FIELD_UTF32_STRING","features":[553]},{"name":"DBG_DUMP_FIELD_WCHAR_STRING","features":[553]},{"name":"DBG_DUMP_FUNCTION_FORMAT","features":[553]},{"name":"DBG_DUMP_GET_SIZE_ONLY","features":[553]},{"name":"DBG_DUMP_LIST","features":[553]},{"name":"DBG_DUMP_MATCH_SIZE","features":[553]},{"name":"DBG_DUMP_NO_INDENT","features":[553]},{"name":"DBG_DUMP_NO_OFFSET","features":[553]},{"name":"DBG_DUMP_NO_PRINT","features":[553]},{"name":"DBG_DUMP_READ_PHYSICAL","features":[553]},{"name":"DBG_DUMP_VERBOSE","features":[553]},{"name":"DBG_FRAME_DEFAULT","features":[553]},{"name":"DBG_FRAME_IGNORE_INLINE","features":[553]},{"name":"DBG_RETURN_SUBTYPES","features":[553]},{"name":"DBG_RETURN_TYPE","features":[553]},{"name":"DBG_RETURN_TYPE_VALUES","features":[553]},{"name":"DBG_THREAD_ATTRIBUTES","features":[553]},{"name":"DEBUG_ADDSYNTHMOD_DEFAULT","features":[553]},{"name":"DEBUG_ADDSYNTHMOD_ZEROBASE","features":[553]},{"name":"DEBUG_ADDSYNTHSYM_DEFAULT","features":[553]},{"name":"DEBUG_ANALYSIS_PROCESSOR_INFO","features":[553]},{"name":"DEBUG_ANY_ID","features":[553]},{"name":"DEBUG_ASMOPT_DEFAULT","features":[553]},{"name":"DEBUG_ASMOPT_IGNORE_OUTPUT_WIDTH","features":[553]},{"name":"DEBUG_ASMOPT_NO_CODE_BYTES","features":[553]},{"name":"DEBUG_ASMOPT_SOURCE_LINE_NUMBER","features":[553]},{"name":"DEBUG_ASMOPT_VERBOSE","features":[553]},{"name":"DEBUG_ATTACH_DEFAULT","features":[553]},{"name":"DEBUG_ATTACH_EXDI_DRIVER","features":[553]},{"name":"DEBUG_ATTACH_EXISTING","features":[553]},{"name":"DEBUG_ATTACH_INSTALL_DRIVER","features":[553]},{"name":"DEBUG_ATTACH_INVASIVE_NO_INITIAL_BREAK","features":[553]},{"name":"DEBUG_ATTACH_INVASIVE_RESUME_PROCESS","features":[553]},{"name":"DEBUG_ATTACH_KERNEL_CONNECTION","features":[553]},{"name":"DEBUG_ATTACH_LOCAL_KERNEL","features":[553]},{"name":"DEBUG_ATTACH_NONINVASIVE","features":[553]},{"name":"DEBUG_ATTACH_NONINVASIVE_ALLOW_PARTIAL","features":[553]},{"name":"DEBUG_ATTACH_NONINVASIVE_NO_SUSPEND","features":[553]},{"name":"DEBUG_BREAKPOINT_ADDER_ONLY","features":[553]},{"name":"DEBUG_BREAKPOINT_CODE","features":[553]},{"name":"DEBUG_BREAKPOINT_DATA","features":[553]},{"name":"DEBUG_BREAKPOINT_DEFERRED","features":[553]},{"name":"DEBUG_BREAKPOINT_ENABLED","features":[553]},{"name":"DEBUG_BREAKPOINT_GO_ONLY","features":[553]},{"name":"DEBUG_BREAKPOINT_INLINE","features":[553]},{"name":"DEBUG_BREAKPOINT_ONE_SHOT","features":[553]},{"name":"DEBUG_BREAKPOINT_PARAMETERS","features":[553]},{"name":"DEBUG_BREAKPOINT_TIME","features":[553]},{"name":"DEBUG_BREAK_EXECUTE","features":[553]},{"name":"DEBUG_BREAK_IO","features":[553]},{"name":"DEBUG_BREAK_READ","features":[553]},{"name":"DEBUG_BREAK_WRITE","features":[553]},{"name":"DEBUG_CACHED_SYMBOL_INFO","features":[553]},{"name":"DEBUG_CDS_ALL","features":[553]},{"name":"DEBUG_CDS_DATA","features":[553]},{"name":"DEBUG_CDS_REFRESH","features":[553]},{"name":"DEBUG_CDS_REFRESH_ADDBREAKPOINT","features":[553]},{"name":"DEBUG_CDS_REFRESH_EVALUATE","features":[553]},{"name":"DEBUG_CDS_REFRESH_EXECUTE","features":[553]},{"name":"DEBUG_CDS_REFRESH_EXECUTECOMMANDFILE","features":[553]},{"name":"DEBUG_CDS_REFRESH_INLINESTEP","features":[553]},{"name":"DEBUG_CDS_REFRESH_INLINESTEP_PSEUDO","features":[553]},{"name":"DEBUG_CDS_REFRESH_REMOVEBREAKPOINT","features":[553]},{"name":"DEBUG_CDS_REFRESH_SETSCOPE","features":[553]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFRAMEBYINDEX","features":[553]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFROMJITDEBUGINFO","features":[553]},{"name":"DEBUG_CDS_REFRESH_SETSCOPEFROMSTOREDEVENT","features":[553]},{"name":"DEBUG_CDS_REFRESH_SETVALUE","features":[553]},{"name":"DEBUG_CDS_REFRESH_SETVALUE2","features":[553]},{"name":"DEBUG_CDS_REFRESH_WRITEPHYSICAL","features":[553]},{"name":"DEBUG_CDS_REFRESH_WRITEPHYSICAL2","features":[553]},{"name":"DEBUG_CDS_REFRESH_WRITEVIRTUAL","features":[553]},{"name":"DEBUG_CDS_REFRESH_WRITEVIRTUALUNCACHED","features":[553]},{"name":"DEBUG_CDS_REGISTERS","features":[553]},{"name":"DEBUG_CES_ALL","features":[553]},{"name":"DEBUG_CES_ASSEMBLY_OPTIONS","features":[553]},{"name":"DEBUG_CES_BREAKPOINTS","features":[553]},{"name":"DEBUG_CES_CODE_LEVEL","features":[553]},{"name":"DEBUG_CES_CURRENT_THREAD","features":[553]},{"name":"DEBUG_CES_EFFECTIVE_PROCESSOR","features":[553]},{"name":"DEBUG_CES_ENGINE_OPTIONS","features":[553]},{"name":"DEBUG_CES_EVENT_FILTERS","features":[553]},{"name":"DEBUG_CES_EXECUTION_STATUS","features":[553]},{"name":"DEBUG_CES_EXPRESSION_SYNTAX","features":[553]},{"name":"DEBUG_CES_EXTENSIONS","features":[553]},{"name":"DEBUG_CES_LOG_FILE","features":[553]},{"name":"DEBUG_CES_PROCESS_OPTIONS","features":[553]},{"name":"DEBUG_CES_RADIX","features":[553]},{"name":"DEBUG_CES_SYSTEMS","features":[553]},{"name":"DEBUG_CES_TEXT_REPLACEMENTS","features":[553]},{"name":"DEBUG_CLASS_IMAGE_FILE","features":[553]},{"name":"DEBUG_CLASS_KERNEL","features":[553]},{"name":"DEBUG_CLASS_UNINITIALIZED","features":[553]},{"name":"DEBUG_CLASS_USER_WINDOWS","features":[553]},{"name":"DEBUG_CLIENT_CDB","features":[553]},{"name":"DEBUG_CLIENT_CONTEXT","features":[553]},{"name":"DEBUG_CLIENT_KD","features":[553]},{"name":"DEBUG_CLIENT_NTKD","features":[553]},{"name":"DEBUG_CLIENT_NTSD","features":[553]},{"name":"DEBUG_CLIENT_UNKNOWN","features":[553]},{"name":"DEBUG_CLIENT_VSINT","features":[553]},{"name":"DEBUG_CLIENT_WINDBG","features":[553]},{"name":"DEBUG_CLIENT_WINIDE","features":[553]},{"name":"DEBUG_CMDEX_ADD_EVENT_STRING","features":[553]},{"name":"DEBUG_CMDEX_INVALID","features":[553]},{"name":"DEBUG_CMDEX_RESET_EVENT_STRINGS","features":[553]},{"name":"DEBUG_COMMAND_EXCEPTION_ID","features":[553]},{"name":"DEBUG_CONNECT_SESSION_DEFAULT","features":[553]},{"name":"DEBUG_CONNECT_SESSION_NO_ANNOUNCE","features":[553]},{"name":"DEBUG_CONNECT_SESSION_NO_VERSION","features":[553]},{"name":"DEBUG_CPU_MICROCODE_VERSION","features":[553]},{"name":"DEBUG_CPU_SPEED_INFO","features":[553]},{"name":"DEBUG_CREATE_PROCESS_OPTIONS","features":[553]},{"name":"DEBUG_CSS_ALL","features":[553]},{"name":"DEBUG_CSS_COLLAPSE_CHILDREN","features":[553]},{"name":"DEBUG_CSS_LOADS","features":[553]},{"name":"DEBUG_CSS_PATHS","features":[553]},{"name":"DEBUG_CSS_SCOPE","features":[553]},{"name":"DEBUG_CSS_SYMBOL_OPTIONS","features":[553]},{"name":"DEBUG_CSS_TYPE_OPTIONS","features":[553]},{"name":"DEBUG_CSS_UNLOADS","features":[553]},{"name":"DEBUG_CURRENT_DEFAULT","features":[553]},{"name":"DEBUG_CURRENT_DISASM","features":[553]},{"name":"DEBUG_CURRENT_REGISTERS","features":[553]},{"name":"DEBUG_CURRENT_SOURCE_LINE","features":[553]},{"name":"DEBUG_CURRENT_SYMBOL","features":[553]},{"name":"DEBUG_DATA_BASE_TRANSLATION_VIRTUAL_OFFSET","features":[553]},{"name":"DEBUG_DATA_BreakpointWithStatusAddr","features":[553]},{"name":"DEBUG_DATA_CmNtCSDVersionAddr","features":[553]},{"name":"DEBUG_DATA_DumpAttributes","features":[553]},{"name":"DEBUG_DATA_DumpFormatVersion","features":[553]},{"name":"DEBUG_DATA_DumpMmStorage","features":[553]},{"name":"DEBUG_DATA_DumpPowerState","features":[553]},{"name":"DEBUG_DATA_DumpWriterStatus","features":[553]},{"name":"DEBUG_DATA_DumpWriterVersion","features":[553]},{"name":"DEBUG_DATA_EtwpDebuggerData","features":[553]},{"name":"DEBUG_DATA_ExpNumberOfPagedPoolsAddr","features":[553]},{"name":"DEBUG_DATA_ExpPagedPoolDescriptorAddr","features":[553]},{"name":"DEBUG_DATA_ExpSystemResourcesListAddr","features":[553]},{"name":"DEBUG_DATA_IopErrorLogListHeadAddr","features":[553]},{"name":"DEBUG_DATA_KPCR_OFFSET","features":[553]},{"name":"DEBUG_DATA_KPRCB_OFFSET","features":[553]},{"name":"DEBUG_DATA_KTHREAD_OFFSET","features":[553]},{"name":"DEBUG_DATA_KdPrintBufferSizeAddr","features":[553]},{"name":"DEBUG_DATA_KdPrintCircularBufferAddr","features":[553]},{"name":"DEBUG_DATA_KdPrintCircularBufferEndAddr","features":[553]},{"name":"DEBUG_DATA_KdPrintCircularBufferPtrAddr","features":[553]},{"name":"DEBUG_DATA_KdPrintRolloverCountAddr","features":[553]},{"name":"DEBUG_DATA_KdPrintWritePointerAddr","features":[553]},{"name":"DEBUG_DATA_KeBugCheckCallbackListHeadAddr","features":[553]},{"name":"DEBUG_DATA_KeTimeIncrementAddr","features":[553]},{"name":"DEBUG_DATA_KeUserCallbackDispatcherAddr","features":[553]},{"name":"DEBUG_DATA_KernBase","features":[553]},{"name":"DEBUG_DATA_KernelVerifierAddr","features":[553]},{"name":"DEBUG_DATA_KiBugcheckDataAddr","features":[553]},{"name":"DEBUG_DATA_KiCallUserModeAddr","features":[553]},{"name":"DEBUG_DATA_KiNormalSystemCall","features":[553]},{"name":"DEBUG_DATA_KiProcessorBlockAddr","features":[553]},{"name":"DEBUG_DATA_MmAllocatedNonPagedPoolAddr","features":[553]},{"name":"DEBUG_DATA_MmAvailablePagesAddr","features":[553]},{"name":"DEBUG_DATA_MmBadPagesDetected","features":[553]},{"name":"DEBUG_DATA_MmDriverCommitAddr","features":[553]},{"name":"DEBUG_DATA_MmExtendedCommitAddr","features":[553]},{"name":"DEBUG_DATA_MmFreePageListHeadAddr","features":[553]},{"name":"DEBUG_DATA_MmHighestPhysicalPageAddr","features":[553]},{"name":"DEBUG_DATA_MmHighestUserAddressAddr","features":[553]},{"name":"DEBUG_DATA_MmLastUnloadedDriverAddr","features":[553]},{"name":"DEBUG_DATA_MmLoadedUserImageListAddr","features":[553]},{"name":"DEBUG_DATA_MmLowestPhysicalPageAddr","features":[553]},{"name":"DEBUG_DATA_MmMaximumNonPagedPoolInBytesAddr","features":[553]},{"name":"DEBUG_DATA_MmModifiedNoWritePageListHeadAddr","features":[553]},{"name":"DEBUG_DATA_MmModifiedPageListHeadAddr","features":[553]},{"name":"DEBUG_DATA_MmNonPagedPoolEndAddr","features":[553]},{"name":"DEBUG_DATA_MmNonPagedPoolStartAddr","features":[553]},{"name":"DEBUG_DATA_MmNonPagedSystemStartAddr","features":[553]},{"name":"DEBUG_DATA_MmNumberOfPagingFilesAddr","features":[553]},{"name":"DEBUG_DATA_MmNumberOfPhysicalPagesAddr","features":[553]},{"name":"DEBUG_DATA_MmPageSize","features":[553]},{"name":"DEBUG_DATA_MmPagedPoolCommitAddr","features":[553]},{"name":"DEBUG_DATA_MmPagedPoolEndAddr","features":[553]},{"name":"DEBUG_DATA_MmPagedPoolInformationAddr","features":[553]},{"name":"DEBUG_DATA_MmPagedPoolStartAddr","features":[553]},{"name":"DEBUG_DATA_MmPeakCommitmentAddr","features":[553]},{"name":"DEBUG_DATA_MmPfnDatabaseAddr","features":[553]},{"name":"DEBUG_DATA_MmPhysicalMemoryBlockAddr","features":[553]},{"name":"DEBUG_DATA_MmProcessCommitAddr","features":[553]},{"name":"DEBUG_DATA_MmResidentAvailablePagesAddr","features":[553]},{"name":"DEBUG_DATA_MmSessionBase","features":[553]},{"name":"DEBUG_DATA_MmSessionSize","features":[553]},{"name":"DEBUG_DATA_MmSharedCommitAddr","features":[553]},{"name":"DEBUG_DATA_MmSizeOfPagedPoolInBytesAddr","features":[553]},{"name":"DEBUG_DATA_MmSpecialPoolTagAddr","features":[553]},{"name":"DEBUG_DATA_MmStandbyPageListHeadAddr","features":[553]},{"name":"DEBUG_DATA_MmSubsectionBaseAddr","features":[553]},{"name":"DEBUG_DATA_MmSystemCacheEndAddr","features":[553]},{"name":"DEBUG_DATA_MmSystemCacheStartAddr","features":[553]},{"name":"DEBUG_DATA_MmSystemCacheWsAddr","features":[553]},{"name":"DEBUG_DATA_MmSystemParentTablePage","features":[553]},{"name":"DEBUG_DATA_MmSystemPtesEndAddr","features":[553]},{"name":"DEBUG_DATA_MmSystemPtesStartAddr","features":[553]},{"name":"DEBUG_DATA_MmSystemRangeStartAddr","features":[553]},{"name":"DEBUG_DATA_MmTotalCommitLimitAddr","features":[553]},{"name":"DEBUG_DATA_MmTotalCommitLimitMaximumAddr","features":[553]},{"name":"DEBUG_DATA_MmTotalCommittedPagesAddr","features":[553]},{"name":"DEBUG_DATA_MmTriageActionTakenAddr","features":[553]},{"name":"DEBUG_DATA_MmUnloadedDriversAddr","features":[553]},{"name":"DEBUG_DATA_MmUserProbeAddressAddr","features":[553]},{"name":"DEBUG_DATA_MmVerifierDataAddr","features":[553]},{"name":"DEBUG_DATA_MmVirtualTranslationBase","features":[553]},{"name":"DEBUG_DATA_MmZeroedPageListHeadAddr","features":[553]},{"name":"DEBUG_DATA_NonPagedPoolDescriptorAddr","features":[553]},{"name":"DEBUG_DATA_NtBuildLabAddr","features":[553]},{"name":"DEBUG_DATA_ObpRootDirectoryObjectAddr","features":[553]},{"name":"DEBUG_DATA_ObpTypeObjectTypeAddr","features":[553]},{"name":"DEBUG_DATA_OffsetEprocessDirectoryTableBase","features":[553]},{"name":"DEBUG_DATA_OffsetEprocessParentCID","features":[553]},{"name":"DEBUG_DATA_OffsetEprocessPeb","features":[553]},{"name":"DEBUG_DATA_OffsetKThreadApcProcess","features":[553]},{"name":"DEBUG_DATA_OffsetKThreadBStore","features":[553]},{"name":"DEBUG_DATA_OffsetKThreadBStoreLimit","features":[553]},{"name":"DEBUG_DATA_OffsetKThreadInitialStack","features":[553]},{"name":"DEBUG_DATA_OffsetKThreadKernelStack","features":[553]},{"name":"DEBUG_DATA_OffsetKThreadNextProcessor","features":[553]},{"name":"DEBUG_DATA_OffsetKThreadState","features":[553]},{"name":"DEBUG_DATA_OffsetKThreadTeb","features":[553]},{"name":"DEBUG_DATA_OffsetPrcbCpuType","features":[553]},{"name":"DEBUG_DATA_OffsetPrcbCurrentThread","features":[553]},{"name":"DEBUG_DATA_OffsetPrcbDpcRoutine","features":[553]},{"name":"DEBUG_DATA_OffsetPrcbMhz","features":[553]},{"name":"DEBUG_DATA_OffsetPrcbNumber","features":[553]},{"name":"DEBUG_DATA_OffsetPrcbProcessorState","features":[553]},{"name":"DEBUG_DATA_OffsetPrcbVendorString","features":[553]},{"name":"DEBUG_DATA_PROCESSOR_IDENTIFICATION","features":[553]},{"name":"DEBUG_DATA_PROCESSOR_SPEED","features":[553]},{"name":"DEBUG_DATA_PaeEnabled","features":[553]},{"name":"DEBUG_DATA_PagingLevels","features":[553]},{"name":"DEBUG_DATA_PoolTrackTableAddr","features":[553]},{"name":"DEBUG_DATA_ProductType","features":[553]},{"name":"DEBUG_DATA_PsActiveProcessHeadAddr","features":[553]},{"name":"DEBUG_DATA_PsLoadedModuleListAddr","features":[553]},{"name":"DEBUG_DATA_PspCidTableAddr","features":[553]},{"name":"DEBUG_DATA_PteBase","features":[553]},{"name":"DEBUG_DATA_SPACE_BUS_DATA","features":[553]},{"name":"DEBUG_DATA_SPACE_CONTROL","features":[553]},{"name":"DEBUG_DATA_SPACE_COUNT","features":[553]},{"name":"DEBUG_DATA_SPACE_DEBUGGER_DATA","features":[553]},{"name":"DEBUG_DATA_SPACE_IO","features":[553]},{"name":"DEBUG_DATA_SPACE_MSR","features":[553]},{"name":"DEBUG_DATA_SPACE_PHYSICAL","features":[553]},{"name":"DEBUG_DATA_SPACE_VIRTUAL","features":[553]},{"name":"DEBUG_DATA_SavedContextAddr","features":[553]},{"name":"DEBUG_DATA_SharedUserData","features":[553]},{"name":"DEBUG_DATA_SizeEProcess","features":[553]},{"name":"DEBUG_DATA_SizeEThread","features":[553]},{"name":"DEBUG_DATA_SizePrcb","features":[553]},{"name":"DEBUG_DATA_SuiteMask","features":[553]},{"name":"DEBUG_DECODE_ERROR","features":[305,553]},{"name":"DEBUG_DEVICE_OBJECT_INFO","features":[305,553]},{"name":"DEBUG_DISASM_EFFECTIVE_ADDRESS","features":[553]},{"name":"DEBUG_DISASM_MATCHING_SYMBOLS","features":[553]},{"name":"DEBUG_DISASM_SOURCE_FILE_NAME","features":[553]},{"name":"DEBUG_DISASM_SOURCE_LINE_NUMBER","features":[553]},{"name":"DEBUG_DRIVER_OBJECT_INFO","features":[553]},{"name":"DEBUG_DUMP_ACTIVE","features":[553]},{"name":"DEBUG_DUMP_DEFAULT","features":[553]},{"name":"DEBUG_DUMP_FILE_BASE","features":[553]},{"name":"DEBUG_DUMP_FILE_LOAD_FAILED_INDEX","features":[553]},{"name":"DEBUG_DUMP_FILE_ORIGINAL_CAB_INDEX","features":[553]},{"name":"DEBUG_DUMP_FILE_PAGE_FILE_DUMP","features":[553]},{"name":"DEBUG_DUMP_FULL","features":[553]},{"name":"DEBUG_DUMP_IMAGE_FILE","features":[553]},{"name":"DEBUG_DUMP_SMALL","features":[553]},{"name":"DEBUG_DUMP_TRACE_LOG","features":[553]},{"name":"DEBUG_DUMP_WINDOWS_CE","features":[553]},{"name":"DEBUG_ECREATE_PROCESS_DEFAULT","features":[553]},{"name":"DEBUG_ECREATE_PROCESS_INHERIT_HANDLES","features":[553]},{"name":"DEBUG_ECREATE_PROCESS_USE_IMPLICIT_COMMAND_LINE","features":[553]},{"name":"DEBUG_ECREATE_PROCESS_USE_VERIFIER_FLAGS","features":[553]},{"name":"DEBUG_EINDEX_FROM_CURRENT","features":[553]},{"name":"DEBUG_EINDEX_FROM_END","features":[553]},{"name":"DEBUG_EINDEX_FROM_START","features":[553]},{"name":"DEBUG_EINDEX_NAME","features":[553]},{"name":"DEBUG_END_ACTIVE_DETACH","features":[553]},{"name":"DEBUG_END_ACTIVE_TERMINATE","features":[553]},{"name":"DEBUG_END_DISCONNECT","features":[553]},{"name":"DEBUG_END_PASSIVE","features":[553]},{"name":"DEBUG_END_REENTRANT","features":[553]},{"name":"DEBUG_ENGOPT_ALL","features":[553]},{"name":"DEBUG_ENGOPT_ALLOW_NETWORK_PATHS","features":[553]},{"name":"DEBUG_ENGOPT_ALLOW_READ_ONLY_BREAKPOINTS","features":[553]},{"name":"DEBUG_ENGOPT_DEBUGGING_SENSITIVE_DATA","features":[553]},{"name":"DEBUG_ENGOPT_DISABLESQM","features":[553]},{"name":"DEBUG_ENGOPT_DISABLE_EXECUTION_COMMANDS","features":[553]},{"name":"DEBUG_ENGOPT_DISABLE_MANAGED_SUPPORT","features":[553]},{"name":"DEBUG_ENGOPT_DISABLE_MODULE_SYMBOL_LOAD","features":[553]},{"name":"DEBUG_ENGOPT_DISABLE_STEPLINES_OPTIONS","features":[553]},{"name":"DEBUG_ENGOPT_DISALLOW_IMAGE_FILE_MAPPING","features":[553]},{"name":"DEBUG_ENGOPT_DISALLOW_NETWORK_PATHS","features":[553]},{"name":"DEBUG_ENGOPT_DISALLOW_SHELL_COMMANDS","features":[553]},{"name":"DEBUG_ENGOPT_FAIL_INCOMPLETE_INFORMATION","features":[553]},{"name":"DEBUG_ENGOPT_FINAL_BREAK","features":[553]},{"name":"DEBUG_ENGOPT_IGNORE_DBGHELP_VERSION","features":[553]},{"name":"DEBUG_ENGOPT_IGNORE_EXTENSION_VERSIONS","features":[553]},{"name":"DEBUG_ENGOPT_IGNORE_LOADER_EXCEPTIONS","features":[553]},{"name":"DEBUG_ENGOPT_INITIAL_BREAK","features":[553]},{"name":"DEBUG_ENGOPT_INITIAL_MODULE_BREAK","features":[553]},{"name":"DEBUG_ENGOPT_KD_QUIET_MODE","features":[553]},{"name":"DEBUG_ENGOPT_NO_EXECUTE_REPEAT","features":[553]},{"name":"DEBUG_ENGOPT_PREFER_DML","features":[553]},{"name":"DEBUG_ENGOPT_PREFER_TRACE_FILES","features":[553]},{"name":"DEBUG_ENGOPT_RESOLVE_SHADOWED_VARIABLES","features":[553]},{"name":"DEBUG_ENGOPT_SYNCHRONIZE_BREAKPOINTS","features":[553]},{"name":"DEBUG_EVENT_BREAKPOINT","features":[553]},{"name":"DEBUG_EVENT_CHANGE_DEBUGGEE_STATE","features":[553]},{"name":"DEBUG_EVENT_CHANGE_ENGINE_STATE","features":[553]},{"name":"DEBUG_EVENT_CHANGE_SYMBOL_STATE","features":[553]},{"name":"DEBUG_EVENT_CONTEXT","features":[553]},{"name":"DEBUG_EVENT_CREATE_PROCESS","features":[553]},{"name":"DEBUG_EVENT_CREATE_THREAD","features":[553]},{"name":"DEBUG_EVENT_EXCEPTION","features":[553]},{"name":"DEBUG_EVENT_EXIT_PROCESS","features":[553]},{"name":"DEBUG_EVENT_EXIT_THREAD","features":[553]},{"name":"DEBUG_EVENT_LOAD_MODULE","features":[553]},{"name":"DEBUG_EVENT_SERVICE_EXCEPTION","features":[553]},{"name":"DEBUG_EVENT_SESSION_STATUS","features":[553]},{"name":"DEBUG_EVENT_SYSTEM_ERROR","features":[553]},{"name":"DEBUG_EVENT_UNLOAD_MODULE","features":[553]},{"name":"DEBUG_EXCEPTION_FILTER_PARAMETERS","features":[553]},{"name":"DEBUG_EXECUTE_DEFAULT","features":[553]},{"name":"DEBUG_EXECUTE_ECHO","features":[553]},{"name":"DEBUG_EXECUTE_EVENT","features":[553]},{"name":"DEBUG_EXECUTE_EXTENSION","features":[553]},{"name":"DEBUG_EXECUTE_HOTKEY","features":[553]},{"name":"DEBUG_EXECUTE_INTERNAL","features":[553]},{"name":"DEBUG_EXECUTE_MENU","features":[553]},{"name":"DEBUG_EXECUTE_NOT_LOGGED","features":[553]},{"name":"DEBUG_EXECUTE_NO_REPEAT","features":[553]},{"name":"DEBUG_EXECUTE_SCRIPT","features":[553]},{"name":"DEBUG_EXECUTE_TOOLBAR","features":[553]},{"name":"DEBUG_EXECUTE_USER_CLICKED","features":[553]},{"name":"DEBUG_EXECUTE_USER_TYPED","features":[553]},{"name":"DEBUG_EXEC_FLAGS_NONBLOCK","features":[553]},{"name":"DEBUG_EXPR_CPLUSPLUS","features":[553]},{"name":"DEBUG_EXPR_MASM","features":[553]},{"name":"DEBUG_EXTENSION_AT_ENGINE","features":[553]},{"name":"DEBUG_EXTINIT_HAS_COMMAND_HELP","features":[553]},{"name":"DEBUG_EXT_PVALUE_DEFAULT","features":[553]},{"name":"DEBUG_EXT_PVTYPE_IS_POINTER","features":[553]},{"name":"DEBUG_EXT_PVTYPE_IS_VALUE","features":[553]},{"name":"DEBUG_EXT_QVALUE_DEFAULT","features":[553]},{"name":"DEBUG_FAILURE_TYPE","features":[553]},{"name":"DEBUG_FA_ENTRY_ANSI_STRING","features":[553]},{"name":"DEBUG_FA_ENTRY_ANSI_STRINGs","features":[553]},{"name":"DEBUG_FA_ENTRY_ARRAY","features":[553]},{"name":"DEBUG_FA_ENTRY_EXTENSION_CMD","features":[553]},{"name":"DEBUG_FA_ENTRY_INSTRUCTION_OFFSET","features":[553]},{"name":"DEBUG_FA_ENTRY_NO_TYPE","features":[553]},{"name":"DEBUG_FA_ENTRY_POINTER","features":[553]},{"name":"DEBUG_FA_ENTRY_STRUCTURED_DATA","features":[553]},{"name":"DEBUG_FA_ENTRY_ULONG","features":[553]},{"name":"DEBUG_FA_ENTRY_ULONG64","features":[553]},{"name":"DEBUG_FA_ENTRY_UNICODE_STRING","features":[553]},{"name":"DEBUG_FILTER_BREAK","features":[553]},{"name":"DEBUG_FILTER_CREATE_PROCESS","features":[553]},{"name":"DEBUG_FILTER_CREATE_THREAD","features":[553]},{"name":"DEBUG_FILTER_DEBUGGEE_OUTPUT","features":[553]},{"name":"DEBUG_FILTER_EXIT_PROCESS","features":[553]},{"name":"DEBUG_FILTER_EXIT_THREAD","features":[553]},{"name":"DEBUG_FILTER_GO_HANDLED","features":[553]},{"name":"DEBUG_FILTER_GO_NOT_HANDLED","features":[553]},{"name":"DEBUG_FILTER_IGNORE","features":[553]},{"name":"DEBUG_FILTER_INITIAL_BREAKPOINT","features":[553]},{"name":"DEBUG_FILTER_INITIAL_MODULE_LOAD","features":[553]},{"name":"DEBUG_FILTER_LOAD_MODULE","features":[553]},{"name":"DEBUG_FILTER_OUTPUT","features":[553]},{"name":"DEBUG_FILTER_REMOVE","features":[553]},{"name":"DEBUG_FILTER_SECOND_CHANCE_BREAK","features":[553]},{"name":"DEBUG_FILTER_SYSTEM_ERROR","features":[553]},{"name":"DEBUG_FILTER_UNLOAD_MODULE","features":[553]},{"name":"DEBUG_FIND_SOURCE_BEST_MATCH","features":[553]},{"name":"DEBUG_FIND_SOURCE_DEFAULT","features":[553]},{"name":"DEBUG_FIND_SOURCE_FULL_PATH","features":[553]},{"name":"DEBUG_FIND_SOURCE_NO_SRCSRV","features":[553]},{"name":"DEBUG_FIND_SOURCE_TOKEN_LOOKUP","features":[553]},{"name":"DEBUG_FIND_SOURCE_WITH_CHECKSUM","features":[553]},{"name":"DEBUG_FIND_SOURCE_WITH_CHECKSUM_STRICT","features":[553]},{"name":"DEBUG_FLR_ACPI","features":[553]},{"name":"DEBUG_FLR_ACPI_BLACKBOX","features":[553]},{"name":"DEBUG_FLR_ACPI_EXTENSION","features":[553]},{"name":"DEBUG_FLR_ACPI_OBJECT","features":[553]},{"name":"DEBUG_FLR_ACPI_RESCONFLICT","features":[553]},{"name":"DEBUG_FLR_ADDITIONAL_DEBUGTEXT","features":[553]},{"name":"DEBUG_FLR_ADDITIONAL_XML","features":[553]},{"name":"DEBUG_FLR_ADD_PROCESS_IN_BUCKET","features":[553]},{"name":"DEBUG_FLR_ALUREON","features":[553]},{"name":"DEBUG_FLR_ANALYSIS_REPROCESS","features":[553]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_ELAPSED_TIME","features":[553]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_HOST","features":[553]},{"name":"DEBUG_FLR_ANALYSIS_SESSION_TIME","features":[553]},{"name":"DEBUG_FLR_ANALYSIS_VERSION","features":[553]},{"name":"DEBUG_FLR_ANALYZABLE_POOL_CORRUPTION","features":[553]},{"name":"DEBUG_FLR_APPKILL","features":[553]},{"name":"DEBUG_FLR_APPLICATION_VERIFIER_LOADED","features":[553]},{"name":"DEBUG_FLR_APPS_NOT_TERMINATED","features":[553]},{"name":"DEBUG_FLR_APPVERIFERFLAGS","features":[553]},{"name":"DEBUG_FLR_ARM_WRITE_AV_CAVEAT","features":[553]},{"name":"DEBUG_FLR_ASSERT_DATA","features":[553]},{"name":"DEBUG_FLR_ASSERT_FILE","features":[553]},{"name":"DEBUG_FLR_ASSERT_INSTRUCTION","features":[553]},{"name":"DEBUG_FLR_BADPAGES_DETECTED","features":[553]},{"name":"DEBUG_FLR_BAD_HANDLE","features":[553]},{"name":"DEBUG_FLR_BAD_MEMORY_REFERENCE","features":[553]},{"name":"DEBUG_FLR_BAD_OBJECT_REFERENCE","features":[553]},{"name":"DEBUG_FLR_BAD_STACK","features":[553]},{"name":"DEBUG_FLR_BLOCKED_THREAD0","features":[553]},{"name":"DEBUG_FLR_BLOCKED_THREAD1","features":[553]},{"name":"DEBUG_FLR_BLOCKED_THREAD2","features":[553]},{"name":"DEBUG_FLR_BLOCKING_PROCESSID","features":[553]},{"name":"DEBUG_FLR_BLOCKING_THREAD","features":[553]},{"name":"DEBUG_FLR_BOOST_FOLLOWUP_TO_SPECIFIC","features":[553]},{"name":"DEBUG_FLR_BOOTSTAT","features":[553]},{"name":"DEBUG_FLR_BOOTSTAT_BLACKBOX","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_CHECKSUM","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_FLAVOR_STR","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_FUNCTION_STR","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_FUNC_OFFSET","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_IMAGE_STR","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_MODULE_STR","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_MODVER_STR","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_OFFSET","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_PREFIX_STR","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_PRIVATE","features":[553]},{"name":"DEBUG_FLR_BUCKET_ID_TIMEDATESTAMP","features":[553]},{"name":"DEBUG_FLR_BUGCHECKING_DRIVER","features":[553]},{"name":"DEBUG_FLR_BUGCHECKING_DRIVER_IDTAG","features":[553]},{"name":"DEBUG_FLR_BUGCHECK_CODE","features":[553]},{"name":"DEBUG_FLR_BUGCHECK_DESC","features":[553]},{"name":"DEBUG_FLR_BUGCHECK_P1","features":[553]},{"name":"DEBUG_FLR_BUGCHECK_P2","features":[553]},{"name":"DEBUG_FLR_BUGCHECK_P3","features":[553]},{"name":"DEBUG_FLR_BUGCHECK_P4","features":[553]},{"name":"DEBUG_FLR_BUGCHECK_SPECIFIER","features":[553]},{"name":"DEBUG_FLR_BUGCHECK_STR","features":[553]},{"name":"DEBUG_FLR_BUILDNAME_IN_BUCKET","features":[553]},{"name":"DEBUG_FLR_BUILDOSVER_STR_deprecated","features":[553]},{"name":"DEBUG_FLR_BUILD_OS_FULL_VERSION_STRING","features":[553]},{"name":"DEBUG_FLR_BUILD_VERSION_STRING","features":[553]},{"name":"DEBUG_FLR_CANCELLATION_NOT_SUPPORTED","features":[553]},{"name":"DEBUG_FLR_CHKIMG_EXTENSION","features":[553]},{"name":"DEBUG_FLR_CHPE_PROCESS","features":[553]},{"name":"DEBUG_FLR_CLIENT_DRIVER","features":[553]},{"name":"DEBUG_FLR_COLLECT_DATA_FOR_BUCKET","features":[553]},{"name":"DEBUG_FLR_COMPUTER_NAME","features":[553]},{"name":"DEBUG_FLR_CONTEXT","features":[553]},{"name":"DEBUG_FLR_CONTEXT_COMMAND","features":[553]},{"name":"DEBUG_FLR_CONTEXT_FLAGS","features":[553]},{"name":"DEBUG_FLR_CONTEXT_FOLLOWUP_INDEX","features":[553]},{"name":"DEBUG_FLR_CONTEXT_ID","features":[553]},{"name":"DEBUG_FLR_CONTEXT_METADATA","features":[553]},{"name":"DEBUG_FLR_CONTEXT_ORDER","features":[553]},{"name":"DEBUG_FLR_CONTEXT_RESTORE_COMMAND","features":[553]},{"name":"DEBUG_FLR_CONTEXT_SYSTEM","features":[553]},{"name":"DEBUG_FLR_CORRUPTING_POOL_ADDRESS","features":[553]},{"name":"DEBUG_FLR_CORRUPTING_POOL_TAG","features":[553]},{"name":"DEBUG_FLR_CORRUPT_MODULE_LIST","features":[553]},{"name":"DEBUG_FLR_CORRUPT_SERVICE_TABLE","features":[553]},{"name":"DEBUG_FLR_COVERAGE_BUILD","features":[553]},{"name":"DEBUG_FLR_CPU_COUNT","features":[553]},{"name":"DEBUG_FLR_CPU_FAMILY","features":[553]},{"name":"DEBUG_FLR_CPU_MICROCODE_VERSION","features":[553]},{"name":"DEBUG_FLR_CPU_MICROCODE_ZERO_INTEL","features":[553]},{"name":"DEBUG_FLR_CPU_MODEL","features":[553]},{"name":"DEBUG_FLR_CPU_OVERCLOCKED","features":[553]},{"name":"DEBUG_FLR_CPU_SPEED","features":[553]},{"name":"DEBUG_FLR_CPU_STEPPING","features":[553]},{"name":"DEBUG_FLR_CPU_VENDOR","features":[553]},{"name":"DEBUG_FLR_CRITICAL_PROCESS","features":[553]},{"name":"DEBUG_FLR_CRITICAL_PROCESS_REPORTGUID","features":[553]},{"name":"DEBUG_FLR_CRITICAL_SECTION","features":[553]},{"name":"DEBUG_FLR_CURRENT_IRQL","features":[553]},{"name":"DEBUG_FLR_CUSTOMER_CRASH_COUNT","features":[553]},{"name":"DEBUG_FLR_CUSTOMREPORTTAG","features":[553]},{"name":"DEBUG_FLR_CUSTOM_ANALYSIS_TAG_MAX","features":[553]},{"name":"DEBUG_FLR_CUSTOM_ANALYSIS_TAG_MIN","features":[553]},{"name":"DEBUG_FLR_CUSTOM_COMMAND","features":[553]},{"name":"DEBUG_FLR_CUSTOM_COMMAND_OUTPUT","features":[553]},{"name":"DEBUG_FLR_DEADLOCK_INPROC","features":[553]},{"name":"DEBUG_FLR_DEADLOCK_XPROC","features":[553]},{"name":"DEBUG_FLR_DEBUG_ANALYSIS","features":[553]},{"name":"DEBUG_FLR_DEFAULT_BUCKET_ID","features":[553]},{"name":"DEBUG_FLR_DEFAULT_SOLUTION_ID","features":[553]},{"name":"DEBUG_FLR_DERIVED_WAIT_CHAIN","features":[553]},{"name":"DEBUG_FLR_DESKTOP_HEAP_MISSING","features":[553]},{"name":"DEBUG_FLR_DETOURED_IMAGE","features":[553]},{"name":"DEBUG_FLR_DEVICE_NODE","features":[553]},{"name":"DEBUG_FLR_DEVICE_OBJECT","features":[553]},{"name":"DEBUG_FLR_DISKIO_READ_FAILURE","features":[553]},{"name":"DEBUG_FLR_DISKIO_WRITE_FAILURE","features":[553]},{"name":"DEBUG_FLR_DISKSEC_ISSUEDESCSTRING_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_MFGID_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_MODEL_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_ORGID_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_DATASIZE_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_OFFSET_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_PRIVATE_TOTSIZE_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_DATASIZE_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_OFFSET_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_PUBLIC_TOTSIZE_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_REASON_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISKSEC_TOTALSIZE_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_DISK_HARDWARE_ERROR","features":[553]},{"name":"DEBUG_FLR_DPC_RUNTIME","features":[553]},{"name":"DEBUG_FLR_DPC_STACK_BASE","features":[553]},{"name":"DEBUG_FLR_DPC_TIMELIMIT","features":[553]},{"name":"DEBUG_FLR_DPC_TIMEOUT_TYPE","features":[553]},{"name":"DEBUG_FLR_DRIVER_HARDWAREID","features":[553]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_DEVICE_ID","features":[553]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_DEVICE_NAME","features":[553]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_ID_BUS_TYPE","features":[553]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_REV_ID","features":[553]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_SUBSYS_ID","features":[553]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_SUBVENDOR_NAME","features":[553]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_VENDOR_ID","features":[553]},{"name":"DEBUG_FLR_DRIVER_HARDWARE_VENDOR_NAME","features":[553]},{"name":"DEBUG_FLR_DRIVER_OBJECT","features":[553]},{"name":"DEBUG_FLR_DRIVER_VERIFIER_IO_VIOLATION_TYPE","features":[553]},{"name":"DEBUG_FLR_DRIVER_XML_DESCRIPTION","features":[553]},{"name":"DEBUG_FLR_DRIVER_XML_MANUFACTURER","features":[553]},{"name":"DEBUG_FLR_DRIVER_XML_PRODUCTNAME","features":[553]},{"name":"DEBUG_FLR_DRIVER_XML_VERSION","features":[553]},{"name":"DEBUG_FLR_DRVPOWERSTATE_SUBCODE","features":[553]},{"name":"DEBUG_FLR_DUMPSTREAM_COMMENTA","features":[553]},{"name":"DEBUG_FLR_DUMPSTREAM_COMMENTW","features":[553]},{"name":"DEBUG_FLR_DUMP_CLASS","features":[553]},{"name":"DEBUG_FLR_DUMP_FILE_ATTRIBUTES","features":[553]},{"name":"DEBUG_FLR_DUMP_FLAGS","features":[553]},{"name":"DEBUG_FLR_DUMP_QUALIFIER","features":[553]},{"name":"DEBUG_FLR_DUMP_TYPE","features":[553]},{"name":"DEBUG_FLR_END_MESSAGE","features":[553]},{"name":"DEBUG_FLR_ERESOURCE_ADDRESS","features":[553]},{"name":"DEBUG_FLR_EVENT_CODE_DATA_MISMATCH","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_CODE","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_CODE_STR","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_CODE_STR_deprecated","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_CONTEXT_RECURSION","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_DOESNOT_MATCH_CODE","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_MODULE_INFO","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER1","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER2","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER3","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_PARAMETER4","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_RECORD","features":[553]},{"name":"DEBUG_FLR_EXCEPTION_STR","features":[553]},{"name":"DEBUG_FLR_EXECUTE_ADDRESS","features":[553]},{"name":"DEBUG_FLR_FAILED_INSTRUCTION_ADDRESS","features":[553]},{"name":"DEBUG_FLR_FAILURE_ANALYSIS_SOURCE","features":[553]},{"name":"DEBUG_FLR_FAILURE_BUCKET_ID","features":[553]},{"name":"DEBUG_FLR_FAILURE_DISPLAY_NAME","features":[553]},{"name":"DEBUG_FLR_FAILURE_EXCEPTION_CODE","features":[553]},{"name":"DEBUG_FLR_FAILURE_FUNCTION_NAME","features":[553]},{"name":"DEBUG_FLR_FAILURE_ID_HASH","features":[553]},{"name":"DEBUG_FLR_FAILURE_ID_HASH_STRING","features":[553]},{"name":"DEBUG_FLR_FAILURE_ID_REPORT_LINK","features":[553]},{"name":"DEBUG_FLR_FAILURE_IMAGE_NAME","features":[553]},{"name":"DEBUG_FLR_FAILURE_LIST","features":[553]},{"name":"DEBUG_FLR_FAILURE_MODULE_NAME","features":[553]},{"name":"DEBUG_FLR_FAILURE_PROBLEM_CLASS","features":[553]},{"name":"DEBUG_FLR_FAILURE_SYMBOL_NAME","features":[553]},{"name":"DEBUG_FLR_FAULTING_INSTR_CODE","features":[553]},{"name":"DEBUG_FLR_FAULTING_IP","features":[553]},{"name":"DEBUG_FLR_FAULTING_LOCAL_VARIABLE_NAME","features":[553]},{"name":"DEBUG_FLR_FAULTING_MODULE","features":[553]},{"name":"DEBUG_FLR_FAULTING_SERVICE_NAME","features":[553]},{"name":"DEBUG_FLR_FAULTING_SOURCE_CODE","features":[553]},{"name":"DEBUG_FLR_FAULTING_SOURCE_COMMIT_ID","features":[553]},{"name":"DEBUG_FLR_FAULTING_SOURCE_CONTROL_TYPE","features":[553]},{"name":"DEBUG_FLR_FAULTING_SOURCE_FILE","features":[553]},{"name":"DEBUG_FLR_FAULTING_SOURCE_LINE","features":[553]},{"name":"DEBUG_FLR_FAULTING_SOURCE_LINE_NUMBER","features":[553]},{"name":"DEBUG_FLR_FAULTING_SOURCE_PROJECT","features":[553]},{"name":"DEBUG_FLR_FAULTING_SOURCE_REPO_ID","features":[553]},{"name":"DEBUG_FLR_FAULTING_SOURCE_REPO_URL","features":[553]},{"name":"DEBUG_FLR_FAULTING_SOURCE_SRV_COMMAND","features":[553]},{"name":"DEBUG_FLR_FAULTING_THREAD","features":[553]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_M","features":[553]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_MF","features":[553]},{"name":"DEBUG_FLR_FAULT_THREAD_SHA1_HASH_MFO","features":[553]},{"name":"DEBUG_FLR_FA_ADHOC_ANALYSIS_ITEMS","features":[553]},{"name":"DEBUG_FLR_FA_PERF_DATA","features":[553]},{"name":"DEBUG_FLR_FA_PERF_ELAPSED_MS","features":[553]},{"name":"DEBUG_FLR_FA_PERF_ITEM","features":[553]},{"name":"DEBUG_FLR_FA_PERF_ITEM_NAME","features":[553]},{"name":"DEBUG_FLR_FA_PERF_ITERATIONS","features":[553]},{"name":"DEBUG_FLR_FEATURE_PATH","features":[553]},{"name":"DEBUG_FLR_FILESYSTEMS_NTFS","features":[553]},{"name":"DEBUG_FLR_FILESYSTEMS_NTFS_BLACKBOX","features":[553]},{"name":"DEBUG_FLR_FILESYSTEMS_REFS","features":[553]},{"name":"DEBUG_FLR_FILESYSTEMS_REFS_BLACKBOX","features":[553]},{"name":"DEBUG_FLR_FILE_ID","features":[553]},{"name":"DEBUG_FLR_FILE_IN_CAB","features":[553]},{"name":"DEBUG_FLR_FILE_LINE","features":[553]},{"name":"DEBUG_FLR_FIXED_IN_OSVERSION","features":[553]},{"name":"DEBUG_FLR_FOLLOWUP_BEFORE_RETRACER","features":[553]},{"name":"DEBUG_FLR_FOLLOWUP_BUCKET_ID","features":[553]},{"name":"DEBUG_FLR_FOLLOWUP_CONTEXT","features":[553]},{"name":"DEBUG_FLR_FOLLOWUP_DRIVER_ONLY","features":[553]},{"name":"DEBUG_FLR_FOLLOWUP_IP","features":[553]},{"name":"DEBUG_FLR_FOLLOWUP_NAME","features":[553]},{"name":"DEBUG_FLR_FRAME_ONE_INVALID","features":[553]},{"name":"DEBUG_FLR_FRAME_SOURCE_FILE_NAME","features":[553]},{"name":"DEBUG_FLR_FRAME_SOURCE_FILE_PATH","features":[553]},{"name":"DEBUG_FLR_FRAME_SOURCE_LINE_NUMBER","features":[553]},{"name":"DEBUG_FLR_FREED_POOL_TAG","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_ANALYSIS_TEXT","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_COOKIES_MATCH_EXH","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_COOKIE","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_EBP","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_CORRUPTED_EBPESP","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_FALSE_POSITIVE","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_FRAME_COOKIE","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_FRAME_COOKIE_COMPLEMENT","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_FUNCTION","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED_FRAMEID","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_MANAGED_THREADID","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_MEMORY_READ_ERROR","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_MISSING_ESTABLISHER_FRAME","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_MODULE_COOKIE","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_NOT_UP2DATE","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_OFF_BY_ONE_OVERRUN","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_OVERRUN_LOCAL","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_OVERRUN_LOCAL_NAME","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_POSITIVELY_CORRUPTED_EBPESP","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_POSITIVE_BUFFER_OVERFLOW","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_PROBABLY_NOT_USING_GS","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_RA_SMASHED","features":[553]},{"name":"DEBUG_FLR_GSFAILURE_UP2DATE_UNKNOWN","features":[553]},{"name":"DEBUG_FLR_HANDLE_VALUE","features":[553]},{"name":"DEBUG_FLR_HANG","features":[553]},{"name":"DEBUG_FLR_HANG_DATA_NEEDED","features":[553]},{"name":"DEBUG_FLR_HANG_REPORT_THREAD_IS_IDLE","features":[553]},{"name":"DEBUG_FLR_HARDWARE_BUCKET_TAG","features":[553]},{"name":"DEBUG_FLR_HARDWARE_ERROR","features":[553]},{"name":"DEBUG_FLR_HIGH_NONPAGED_POOL_USAGE","features":[553]},{"name":"DEBUG_FLR_HIGH_PAGED_POOL_USAGE","features":[553]},{"name":"DEBUG_FLR_HIGH_PROCESS_COMMIT","features":[553]},{"name":"DEBUG_FLR_HIGH_SERVICE_COMMIT","features":[553]},{"name":"DEBUG_FLR_HIGH_SHARED_COMMIT_USAGE","features":[553]},{"name":"DEBUG_FLR_HOLDINFO","features":[553]},{"name":"DEBUG_FLR_HOLDINFO_ACTIVE_HOLD_COUNT","features":[553]},{"name":"DEBUG_FLR_HOLDINFO_ALWAYS_HOLD","features":[553]},{"name":"DEBUG_FLR_HOLDINFO_ALWAYS_IGNORE","features":[553]},{"name":"DEBUG_FLR_HOLDINFO_HISTORIC_HOLD_COUNT","features":[553]},{"name":"DEBUG_FLR_HOLDINFO_LAST_SEEN_HOLD_DATE","features":[553]},{"name":"DEBUG_FLR_HOLDINFO_MANUAL_HOLD","features":[553]},{"name":"DEBUG_FLR_HOLDINFO_MAX_HOLD_LIMIT","features":[553]},{"name":"DEBUG_FLR_HOLDINFO_NOTIFICATION_ALIASES","features":[553]},{"name":"DEBUG_FLR_HOLDINFO_RECOMMEND_HOLD","features":[553]},{"name":"DEBUG_FLR_HOLDINFO_TENET_SOCRE","features":[553]},{"name":"DEBUG_FLR_IGNORE_BUCKET_ID_OFFSET","features":[553]},{"name":"DEBUG_FLR_IGNORE_LARGE_MODULE_CORRUPTION","features":[553]},{"name":"DEBUG_FLR_IGNORE_MODULE_HARDWARE_ID","features":[553]},{"name":"DEBUG_FLR_IMAGE_CLASS","features":[553]},{"name":"DEBUG_FLR_IMAGE_NAME","features":[553]},{"name":"DEBUG_FLR_IMAGE_TIMESTAMP","features":[553]},{"name":"DEBUG_FLR_IMAGE_VERSION","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_CLIFAULT","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_FREE_BLOCK","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_MODULE_NOT_IN_LIST","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_PAGED_CODE","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_RESERVED_BLOCK","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_UNLOADED_MODULE","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_IN_VM_MAPPED_MODULE","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_MISALIGNED","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_NOT_IN_STREAM","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_ON_HEAP","features":[553]},{"name":"DEBUG_FLR_INSTR_POINTER_ON_STACK","features":[553]},{"name":"DEBUG_FLR_INSTR_SESSION_POOL_TAG","features":[553]},{"name":"DEBUG_FLR_INTEL_CPU_BIOS_UPGRADE_NEEDED","features":[553]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_CONTINUABLE","features":[553]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_HITCOUNT","features":[553]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_STATUS_TEXT","features":[553]},{"name":"DEBUG_FLR_INTERNAL_BUCKET_URL","features":[553]},{"name":"DEBUG_FLR_INTERNAL_RAID_BUG","features":[553]},{"name":"DEBUG_FLR_INTERNAL_RAID_BUG_DATABASE_STRING","features":[553]},{"name":"DEBUG_FLR_INTERNAL_RESPONSE","features":[553]},{"name":"DEBUG_FLR_INTERNAL_SOLUTION_TEXT","features":[553]},{"name":"DEBUG_FLR_INVALID","features":[553]},{"name":"DEBUG_FLR_INVALID_DPC_FOUND","features":[553]},{"name":"DEBUG_FLR_INVALID_HEAP_ADDRESS","features":[553]},{"name":"DEBUG_FLR_INVALID_KERNEL_CONTEXT","features":[553]},{"name":"DEBUG_FLR_INVALID_OPCODE","features":[553]},{"name":"DEBUG_FLR_INVALID_PFN","features":[553]},{"name":"DEBUG_FLR_INVALID_USEREVENT","features":[553]},{"name":"DEBUG_FLR_INVALID_USER_CONTEXT","features":[553]},{"name":"DEBUG_FLR_IOCONTROL_CODE","features":[553]},{"name":"DEBUG_FLR_IOSB_ADDRESS","features":[553]},{"name":"DEBUG_FLR_IO_ERROR_CODE","features":[553]},{"name":"DEBUG_FLR_IRP_ADDRESS","features":[553]},{"name":"DEBUG_FLR_IRP_CANCEL_ROUTINE","features":[553]},{"name":"DEBUG_FLR_IRP_MAJOR_FN","features":[553]},{"name":"DEBUG_FLR_IRP_MINOR_FN","features":[553]},{"name":"DEBUG_FLR_KERNEL","features":[553]},{"name":"DEBUG_FLR_KERNEL_LOG_PROCESS_NAME","features":[553]},{"name":"DEBUG_FLR_KERNEL_LOG_STATUS","features":[553]},{"name":"DEBUG_FLR_KERNEL_VERIFIER_ENABLED","features":[553]},{"name":"DEBUG_FLR_KEYVALUE_ANALYSIS","features":[553]},{"name":"DEBUG_FLR_KEY_VALUES_STRING","features":[553]},{"name":"DEBUG_FLR_KEY_VALUES_VARIANT","features":[553]},{"name":"DEBUG_FLR_KM_MODULE_LIST","features":[553]},{"name":"DEBUG_FLR_LARGE_TICK_INCREMENT","features":[553]},{"name":"DEBUG_FLR_LAST_CONTROL_TRANSFER","features":[553]},{"name":"DEBUG_FLR_LCIE_ISO_AVAILABLE","features":[553]},{"name":"DEBUG_FLR_LEAKED_SESSION_POOL_TAG","features":[553]},{"name":"DEBUG_FLR_LEGACY_PAGE_TABLE_ACCESS","features":[553]},{"name":"DEBUG_FLR_LIVE_KERNEL_DUMP","features":[553]},{"name":"DEBUG_FLR_LOADERLOCK_BLOCKED_API","features":[553]},{"name":"DEBUG_FLR_LOADERLOCK_IN_WAIT_CHAIN","features":[553]},{"name":"DEBUG_FLR_LOADERLOCK_OWNER_API","features":[553]},{"name":"DEBUG_FLR_LOP_STACKHASH","features":[553]},{"name":"DEBUG_FLR_LOW_SYSTEM_COMMIT","features":[553]},{"name":"DEBUG_FLR_MACHINE_INFO_SHA1_HASH","features":[553]},{"name":"DEBUG_FLR_MANAGED_ANALYSIS_PROVIDER","features":[553]},{"name":"DEBUG_FLR_MANAGED_BITNESS_MISMATCH","features":[553]},{"name":"DEBUG_FLR_MANAGED_CODE","features":[553]},{"name":"DEBUG_FLR_MANAGED_ENGINE_MODULE","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_ADDRESS","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CALLSTACK","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CMD","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_CONTEXT_MESSAGE","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_HRESULT","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_ADDRESS","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_CALLSTACK","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_HRESULT","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_MESSAGE","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_INNER_TYPE","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_MESSAGE","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_MESSAGE_deprecated","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_ADDRESS","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_CALLSTACK","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_HRESULT","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_MESSAGE","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_NESTED_TYPE","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_OBJECT","features":[553]},{"name":"DEBUG_FLR_MANAGED_EXCEPTION_TYPE","features":[553]},{"name":"DEBUG_FLR_MANAGED_FRAME_CHAIN_CORRUPTION","features":[553]},{"name":"DEBUG_FLR_MANAGED_HRESULT_STRING","features":[553]},{"name":"DEBUG_FLR_MANAGED_KERNEL_DEBUGGER","features":[553]},{"name":"DEBUG_FLR_MANAGED_OBJECT","features":[553]},{"name":"DEBUG_FLR_MANAGED_OBJECT_NAME","features":[553]},{"name":"DEBUG_FLR_MANAGED_STACK_COMMAND","features":[553]},{"name":"DEBUG_FLR_MANAGED_STACK_STRING","features":[553]},{"name":"DEBUG_FLR_MANAGED_THREAD_CMD_CALLSTACK","features":[553]},{"name":"DEBUG_FLR_MANAGED_THREAD_CMD_STACKOBJECTS","features":[553]},{"name":"DEBUG_FLR_MANAGED_THREAD_ID","features":[553]},{"name":"DEBUG_FLR_MANUAL_BREAKIN","features":[553]},{"name":"DEBUG_FLR_MARKER_BUCKET","features":[553]},{"name":"DEBUG_FLR_MARKER_FILE","features":[553]},{"name":"DEBUG_FLR_MARKER_MODULE_FILE","features":[553]},{"name":"DEBUG_FLR_MASK_ALL","features":[553]},{"name":"DEBUG_FLR_MEMDIAG_LASTRUN_STATUS","features":[553]},{"name":"DEBUG_FLR_MEMDIAG_LASTRUN_TIME","features":[553]},{"name":"DEBUG_FLR_MEMORY_ANALYSIS","features":[553]},{"name":"DEBUG_FLR_MEMORY_CORRUPTION_SIGNATURE","features":[553]},{"name":"DEBUG_FLR_MEMORY_CORRUPTOR","features":[553]},{"name":"DEBUG_FLR_MILCORE_BREAK","features":[553]},{"name":"DEBUG_FLR_MINUTES_SINCE_LAST_EVENT","features":[553]},{"name":"DEBUG_FLR_MINUTES_SINCE_LAST_EVENT_OF_THIS_TYPE","features":[553]},{"name":"DEBUG_FLR_MISSING_CLR_SYMBOL","features":[553]},{"name":"DEBUG_FLR_MISSING_IMPORTANT_SYMBOL","features":[553]},{"name":"DEBUG_FLR_MM_INTERNAL_CODE","features":[553]},{"name":"DEBUG_FLR_MODLIST_SHA1_HASH","features":[553]},{"name":"DEBUG_FLR_MODLIST_TSCHKSUM_SHA1_HASH","features":[553]},{"name":"DEBUG_FLR_MODLIST_UNLOADED_SHA1_HASH","features":[553]},{"name":"DEBUG_FLR_MODULE_BUCKET_ID","features":[553]},{"name":"DEBUG_FLR_MODULE_LIST","features":[553]},{"name":"DEBUG_FLR_MODULE_NAME","features":[553]},{"name":"DEBUG_FLR_MODULE_PRODUCTNAME","features":[553]},{"name":"DEBUG_FLR_MOD_SPECIFIC_DATA_ONLY","features":[553]},{"name":"DEBUG_FLR_NO_ARCH_IN_BUCKET","features":[553]},{"name":"DEBUG_FLR_NO_BUGCHECK_IN_BUCKET","features":[553]},{"name":"DEBUG_FLR_NO_IMAGE_IN_BUCKET","features":[553]},{"name":"DEBUG_FLR_NO_IMAGE_TIMESTAMP_IN_BUCKET","features":[553]},{"name":"DEBUG_FLR_NTGLOBALFLAG","features":[553]},{"name":"DEBUG_FLR_ON_DPC_STACK","features":[553]},{"name":"DEBUG_FLR_ORIGINAL_CAB_NAME","features":[553]},{"name":"DEBUG_FLR_OSBUILD_deprecated","features":[553]},{"name":"DEBUG_FLR_OS_BRANCH","features":[553]},{"name":"DEBUG_FLR_OS_BUILD","features":[553]},{"name":"DEBUG_FLR_OS_BUILD_LAYERS_XML","features":[553]},{"name":"DEBUG_FLR_OS_BUILD_STRING","features":[553]},{"name":"DEBUG_FLR_OS_BUILD_TIMESTAMP_ISO","features":[553]},{"name":"DEBUG_FLR_OS_BUILD_TIMESTAMP_LAB","features":[553]},{"name":"DEBUG_FLR_OS_FLAVOR","features":[553]},{"name":"DEBUG_FLR_OS_LOCALE","features":[553]},{"name":"DEBUG_FLR_OS_LOCALE_LCID","features":[553]},{"name":"DEBUG_FLR_OS_MAJOR","features":[553]},{"name":"DEBUG_FLR_OS_MINOR","features":[553]},{"name":"DEBUG_FLR_OS_NAME","features":[553]},{"name":"DEBUG_FLR_OS_NAME_EDITION","features":[553]},{"name":"DEBUG_FLR_OS_PLATFORM_ARCH","features":[553]},{"name":"DEBUG_FLR_OS_PLATFORM_ID","features":[553]},{"name":"DEBUG_FLR_OS_PRODUCT_TYPE","features":[553]},{"name":"DEBUG_FLR_OS_REVISION","features":[553]},{"name":"DEBUG_FLR_OS_SERVICEPACK","features":[553]},{"name":"DEBUG_FLR_OS_SERVICEPACK_deprecated","features":[553]},{"name":"DEBUG_FLR_OS_SKU","features":[553]},{"name":"DEBUG_FLR_OS_SUITE_MASK","features":[553]},{"name":"DEBUG_FLR_OS_VERSION","features":[553]},{"name":"DEBUG_FLR_OS_VERSION_deprecated","features":[553]},{"name":"DEBUG_FLR_OVERLAPPED_MODULE","features":[553]},{"name":"DEBUG_FLR_OVERLAPPED_UNLOADED_MODULE","features":[553]},{"name":"DEBUG_FLR_PAGE_HASH_ERRORS","features":[553]},{"name":"DEBUG_FLR_PARAM_TYPE","features":[553]},{"name":"DEBUG_FLR_PG_MISMATCH","features":[553]},{"name":"DEBUG_FLR_PHONE_APPID","features":[553]},{"name":"DEBUG_FLR_PHONE_APPVERSION","features":[553]},{"name":"DEBUG_FLR_PHONE_BOOTLOADERVERSION","features":[553]},{"name":"DEBUG_FLR_PHONE_BUILDBRANCH","features":[553]},{"name":"DEBUG_FLR_PHONE_BUILDER","features":[553]},{"name":"DEBUG_FLR_PHONE_BUILDNUMBER","features":[553]},{"name":"DEBUG_FLR_PHONE_BUILDTIMESTAMP","features":[553]},{"name":"DEBUG_FLR_PHONE_FIRMWAREREVISION","features":[553]},{"name":"DEBUG_FLR_PHONE_HARDWAREREVISION","features":[553]},{"name":"DEBUG_FLR_PHONE_LCID","features":[553]},{"name":"DEBUG_FLR_PHONE_MCCMNC","features":[553]},{"name":"DEBUG_FLR_PHONE_OPERATOR","features":[553]},{"name":"DEBUG_FLR_PHONE_QFE","features":[553]},{"name":"DEBUG_FLR_PHONE_RADIOHARDWAREREVISION","features":[553]},{"name":"DEBUG_FLR_PHONE_RADIOSOFTWAREREVISION","features":[553]},{"name":"DEBUG_FLR_PHONE_RAM","features":[553]},{"name":"DEBUG_FLR_PHONE_REPORTGUID","features":[553]},{"name":"DEBUG_FLR_PHONE_REPORTTIMESTAMP","features":[553]},{"name":"DEBUG_FLR_PHONE_ROMVERSION","features":[553]},{"name":"DEBUG_FLR_PHONE_SKUID","features":[553]},{"name":"DEBUG_FLR_PHONE_SOCVERSION","features":[553]},{"name":"DEBUG_FLR_PHONE_SOURCE","features":[553]},{"name":"DEBUG_FLR_PHONE_SOURCEEXTERNAL","features":[553]},{"name":"DEBUG_FLR_PHONE_UIF_APPID","features":[553]},{"name":"DEBUG_FLR_PHONE_UIF_APPNAME","features":[553]},{"name":"DEBUG_FLR_PHONE_UIF_CATEGORY","features":[553]},{"name":"DEBUG_FLR_PHONE_UIF_COMMENT","features":[553]},{"name":"DEBUG_FLR_PHONE_UIF_ORIGIN","features":[553]},{"name":"DEBUG_FLR_PHONE_USERALIAS","features":[553]},{"name":"DEBUG_FLR_PHONE_VERSIONMAJOR","features":[553]},{"name":"DEBUG_FLR_PHONE_VERSIONMINOR","features":[553]},{"name":"DEBUG_FLR_PLATFORM_BUCKET_STRING","features":[553]},{"name":"DEBUG_FLR_PNP","features":[553]},{"name":"DEBUG_FLR_PNP_BLACKBOX","features":[553]},{"name":"DEBUG_FLR_PNP_IRP_ADDRESS","features":[553]},{"name":"DEBUG_FLR_PNP_IRP_ADDRESS_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_PNP_TRIAGE_DATA","features":[553]},{"name":"DEBUG_FLR_PNP_TRIAGE_DATA_DEPRECATED","features":[553]},{"name":"DEBUG_FLR_POISONED_TB","features":[553]},{"name":"DEBUG_FLR_POOL_ADDRESS","features":[553]},{"name":"DEBUG_FLR_POOL_CORRUPTOR","features":[553]},{"name":"DEBUG_FLR_POSSIBLE_INVALID_CONTROL_TRANSFER","features":[553]},{"name":"DEBUG_FLR_POSSIBLE_STACK_OVERFLOW","features":[553]},{"name":"DEBUG_FLR_POWERREQUEST_ADDRESS","features":[553]},{"name":"DEBUG_FLR_PO_BLACKBOX","features":[553]},{"name":"DEBUG_FLR_PREVIOUS_IRQL","features":[553]},{"name":"DEBUG_FLR_PREVIOUS_MODE","features":[553]},{"name":"DEBUG_FLR_PRIMARY_PROBLEM_CLASS","features":[553]},{"name":"DEBUG_FLR_PRIMARY_PROBLEM_CLASS_DATA","features":[553]},{"name":"DEBUG_FLR_PROBLEM_CLASSES","features":[553]},{"name":"DEBUG_FLR_PROBLEM_CODE_PATH_HASH","features":[553]},{"name":"DEBUG_FLR_PROCESSES_ANALYSIS","features":[553]},{"name":"DEBUG_FLR_PROCESSOR_ID","features":[553]},{"name":"DEBUG_FLR_PROCESSOR_INFO","features":[553]},{"name":"DEBUG_FLR_PROCESS_BAM_CURRENT_THROTTLED","features":[553]},{"name":"DEBUG_FLR_PROCESS_BAM_PREVIOUS_THROTTLED","features":[553]},{"name":"DEBUG_FLR_PROCESS_INFO","features":[553]},{"name":"DEBUG_FLR_PROCESS_NAME","features":[553]},{"name":"DEBUG_FLR_PROCESS_OBJECT","features":[553]},{"name":"DEBUG_FLR_PROCESS_PRODUCTNAME","features":[553]},{"name":"DEBUG_FLR_RAISED_IRQL_USER_FAULT","features":[553]},{"name":"DEBUG_FLR_READ_ADDRESS","features":[553]},{"name":"DEBUG_FLR_RECURRING_STACK","features":[553]},{"name":"DEBUG_FLR_REGISTRYTXT_SOURCE","features":[553]},{"name":"DEBUG_FLR_REGISTRYTXT_STRESS_ID","features":[553]},{"name":"DEBUG_FLR_REGISTRY_DATA","features":[553]},{"name":"DEBUG_FLR_REPORT_INFO_CREATION_TIME","features":[553]},{"name":"DEBUG_FLR_REPORT_INFO_GUID","features":[553]},{"name":"DEBUG_FLR_REPORT_INFO_SOURCE","features":[553]},{"name":"DEBUG_FLR_REQUESTED_IRQL","features":[553]},{"name":"DEBUG_FLR_RESERVED","features":[553]},{"name":"DEBUG_FLR_RESOURCE_CALL_TYPE","features":[553]},{"name":"DEBUG_FLR_RESOURCE_CALL_TYPE_STR","features":[553]},{"name":"DEBUG_FLR_SCM","features":[553]},{"name":"DEBUG_FLR_SCM_BLACKBOX","features":[553]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY","features":[553]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_CONTROLCODE","features":[553]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_SERVICENAME","features":[553]},{"name":"DEBUG_FLR_SCM_BLACKBOX_ENTRY_STARTTIME","features":[553]},{"name":"DEBUG_FLR_SEARCH_HANG","features":[553]},{"name":"DEBUG_FLR_SECURITY_COOKIES","features":[553]},{"name":"DEBUG_FLR_SERVICE","features":[553]},{"name":"DEBUG_FLR_SERVICETABLE_MODIFIED","features":[553]},{"name":"DEBUG_FLR_SERVICE_ANALYSIS","features":[553]},{"name":"DEBUG_FLR_SERVICE_DEPENDONGROUP","features":[553]},{"name":"DEBUG_FLR_SERVICE_DEPENDONSERVICE","features":[553]},{"name":"DEBUG_FLR_SERVICE_DESCRIPTION","features":[553]},{"name":"DEBUG_FLR_SERVICE_DISPLAYNAME","features":[553]},{"name":"DEBUG_FLR_SERVICE_GROUP","features":[553]},{"name":"DEBUG_FLR_SERVICE_NAME","features":[553]},{"name":"DEBUG_FLR_SHOW_ERRORLOG","features":[553]},{"name":"DEBUG_FLR_SHOW_LCIE_ISO_DATA","features":[553]},{"name":"DEBUG_FLR_SIMULTANEOUS_TELSVC_INSTANCES","features":[553]},{"name":"DEBUG_FLR_SIMULTANEOUS_TELWP_INSTANCES","features":[553]},{"name":"DEBUG_FLR_SINGLE_BIT_ERROR","features":[553]},{"name":"DEBUG_FLR_SINGLE_BIT_PFN_PAGE_ERROR","features":[553]},{"name":"DEBUG_FLR_SKIP_CORRUPT_MODULE_DETECTION","features":[553]},{"name":"DEBUG_FLR_SKIP_MODULE_SPECIFIC_BUCKET_INFO","features":[553]},{"name":"DEBUG_FLR_SKIP_STACK_ANALYSIS","features":[553]},{"name":"DEBUG_FLR_SM_BUFFER_HASH","features":[553]},{"name":"DEBUG_FLR_SM_COMPRESSION_FORMAT","features":[553]},{"name":"DEBUG_FLR_SM_ONEBIT_SOLUTION_COUNT","features":[553]},{"name":"DEBUG_FLR_SM_SOURCE_OFFSET","features":[553]},{"name":"DEBUG_FLR_SM_SOURCE_PFN1","features":[553]},{"name":"DEBUG_FLR_SM_SOURCE_PFN2","features":[553]},{"name":"DEBUG_FLR_SM_SOURCE_SIZE","features":[553]},{"name":"DEBUG_FLR_SM_TARGET_PFN","features":[553]},{"name":"DEBUG_FLR_SOLUTION_ID","features":[553]},{"name":"DEBUG_FLR_SOLUTION_TYPE","features":[553]},{"name":"DEBUG_FLR_SPECIAL_POOL_CORRUPTION_TYPE","features":[553]},{"name":"DEBUG_FLR_STACK","features":[553]},{"name":"DEBUG_FLR_STACKHASH_ANALYSIS","features":[553]},{"name":"DEBUG_FLR_STACKUSAGE_FUNCTION","features":[553]},{"name":"DEBUG_FLR_STACKUSAGE_FUNCTION_SIZE","features":[553]},{"name":"DEBUG_FLR_STACKUSAGE_IMAGE","features":[553]},{"name":"DEBUG_FLR_STACKUSAGE_IMAGE_SIZE","features":[553]},{"name":"DEBUG_FLR_STACKUSAGE_RECURSION_COUNT","features":[553]},{"name":"DEBUG_FLR_STACK_COMMAND","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME","features":[553]},{"name":"DEBUG_FLR_STACK_FRAMES","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME_FLAGS","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME_FUNCTION","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME_IMAGE","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME_INSTRUCTION","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME_MODULE","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME_MODULE_BASE","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME_NUMBER","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME_SRC","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME_SYMBOL","features":[553]},{"name":"DEBUG_FLR_STACK_FRAME_SYMBOL_OFFSET","features":[553]},{"name":"DEBUG_FLR_STACK_OVERFLOW","features":[553]},{"name":"DEBUG_FLR_STACK_POINTER_ERROR","features":[553]},{"name":"DEBUG_FLR_STACK_POINTER_MISALIGNED","features":[553]},{"name":"DEBUG_FLR_STACK_POINTER_ONEBIT_ERROR","features":[553]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_M","features":[553]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_MF","features":[553]},{"name":"DEBUG_FLR_STACK_SHA1_HASH_MFO","features":[553]},{"name":"DEBUG_FLR_STACK_TEXT","features":[553]},{"name":"DEBUG_FLR_STATUS_CODE","features":[553]},{"name":"DEBUG_FLR_STORAGE","features":[553]},{"name":"DEBUG_FLR_STORAGE_BLACKBOX","features":[553]},{"name":"DEBUG_FLR_STORAGE_ISSUEDESCSTRING","features":[553]},{"name":"DEBUG_FLR_STORAGE_MFGID","features":[553]},{"name":"DEBUG_FLR_STORAGE_MODEL","features":[553]},{"name":"DEBUG_FLR_STORAGE_ORGID","features":[553]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_DATASIZE","features":[553]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_OFFSET","features":[553]},{"name":"DEBUG_FLR_STORAGE_PRIVATE_TOTSIZE","features":[553]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_DATASIZE","features":[553]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_OFFSET","features":[553]},{"name":"DEBUG_FLR_STORAGE_PUBLIC_TOTSIZE","features":[553]},{"name":"DEBUG_FLR_STORAGE_REASON","features":[553]},{"name":"DEBUG_FLR_STORAGE_TOTALSIZE","features":[553]},{"name":"DEBUG_FLR_STORE_DEVELOPER_NAME","features":[553]},{"name":"DEBUG_FLR_STORE_IS_MICROSOFT_PRODUCT","features":[553]},{"name":"DEBUG_FLR_STORE_LEGACY_PARENT_PRODUCT_ID","features":[553]},{"name":"DEBUG_FLR_STORE_LEGACY_WINDOWS_PHONE_PRODUCT_ID","features":[553]},{"name":"DEBUG_FLR_STORE_LEGACY_WINDOWS_STORE_PRODUCT_ID","features":[553]},{"name":"DEBUG_FLR_STORE_LEGACY_XBOX_360_PRODUCT_ID","features":[553]},{"name":"DEBUG_FLR_STORE_LEGACY_XBOX_ONE_PRODUCT_ID","features":[553]},{"name":"DEBUG_FLR_STORE_PACKAGE_FAMILY_NAME","features":[553]},{"name":"DEBUG_FLR_STORE_PACKAGE_IDENTITY_NAME","features":[553]},{"name":"DEBUG_FLR_STORE_PREFERRED_SKU_ID","features":[553]},{"name":"DEBUG_FLR_STORE_PRIMARY_PARENT_PRODUCT_ID","features":[553]},{"name":"DEBUG_FLR_STORE_PRODUCT_DESCRIPTION","features":[553]},{"name":"DEBUG_FLR_STORE_PRODUCT_DISPLAY_NAME","features":[553]},{"name":"DEBUG_FLR_STORE_PRODUCT_EXTENDED_NAME","features":[553]},{"name":"DEBUG_FLR_STORE_PRODUCT_ID","features":[553]},{"name":"DEBUG_FLR_STORE_PUBLISHER_CERTIFICATE_NAME","features":[553]},{"name":"DEBUG_FLR_STORE_PUBLISHER_ID","features":[553]},{"name":"DEBUG_FLR_STORE_PUBLISHER_NAME","features":[553]},{"name":"DEBUG_FLR_STORE_URL_APP","features":[553]},{"name":"DEBUG_FLR_STORE_URL_APPHEALTH","features":[553]},{"name":"DEBUG_FLR_STORE_XBOX_TITLE_ID","features":[553]},{"name":"DEBUG_FLR_STREAM_ANALYSIS","features":[553]},{"name":"DEBUG_FLR_SUSPECT_CODE_PATH_HASH","features":[553]},{"name":"DEBUG_FLR_SVCHOST","features":[553]},{"name":"DEBUG_FLR_SVCHOST_GROUP","features":[553]},{"name":"DEBUG_FLR_SVCHOST_IMAGEPATH","features":[553]},{"name":"DEBUG_FLR_SVCHOST_SERVICEDLL","features":[553]},{"name":"DEBUG_FLR_SWITCH_PROCESS_CONTEXT","features":[553]},{"name":"DEBUG_FLR_SYMBOL_FROM_RAW_STACK_ADDRESS","features":[553]},{"name":"DEBUG_FLR_SYMBOL_NAME","features":[553]},{"name":"DEBUG_FLR_SYMBOL_ON_RAW_STACK","features":[553]},{"name":"DEBUG_FLR_SYMBOL_ROUTINE_NAME","features":[553]},{"name":"DEBUG_FLR_SYMBOL_STACK_INDEX","features":[553]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_MANUFACTURER","features":[553]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_PRODUCT","features":[553]},{"name":"DEBUG_FLR_SYSINFO_BASEBOARD_VERSION","features":[553]},{"name":"DEBUG_FLR_SYSINFO_BIOS_DATE","features":[553]},{"name":"DEBUG_FLR_SYSINFO_BIOS_VENDOR","features":[553]},{"name":"DEBUG_FLR_SYSINFO_BIOS_VERSION","features":[553]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_MANUFACTURER","features":[553]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_PRODUCT","features":[553]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_SKU","features":[553]},{"name":"DEBUG_FLR_SYSINFO_SYSTEM_VERSION","features":[553]},{"name":"DEBUG_FLR_SYSTEM_LOCALE_deprecated","features":[553]},{"name":"DEBUG_FLR_SYSXML_CHECKSUM","features":[553]},{"name":"DEBUG_FLR_SYSXML_LOCALEID","features":[553]},{"name":"DEBUG_FLR_TARGET_MODE","features":[553]},{"name":"DEBUG_FLR_TARGET_TIME","features":[553]},{"name":"DEBUG_FLR_TESTRESULTGUID","features":[553]},{"name":"DEBUG_FLR_TESTRESULTSERVER","features":[553]},{"name":"DEBUG_FLR_THREADPOOL_WAITER","features":[553]},{"name":"DEBUG_FLR_THREAD_ATTRIBUTES","features":[553]},{"name":"DEBUG_FLR_TIMELINE_ANALYSIS","features":[553]},{"name":"DEBUG_FLR_TIMELINE_TIMES","features":[553]},{"name":"DEBUG_FLR_TRAP_FRAME","features":[553]},{"name":"DEBUG_FLR_TRAP_FRAME_RECURSION","features":[553]},{"name":"DEBUG_FLR_TRIAGER_OS_BUILD_NAME","features":[553]},{"name":"DEBUG_FLR_TSS","features":[553]},{"name":"DEBUG_FLR_TWO_BIT_ERROR","features":[553]},{"name":"DEBUG_FLR_ULS_SCRIPT_EXCEPTION","features":[553]},{"name":"DEBUG_FLR_UNALIGNED_STACK_POINTER","features":[553]},{"name":"DEBUG_FLR_UNKNOWN","features":[553]},{"name":"DEBUG_FLR_UNKNOWN_MODULE","features":[553]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_FOLLOWUP_NAME","features":[553]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_PROBLEM_CLASS","features":[553]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_PROBLEM_CLASS_DATA","features":[553]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_STACK","features":[553]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_SYMBOL_NAME","features":[553]},{"name":"DEBUG_FLR_UNRESPONSIVE_UI_THREAD","features":[553]},{"name":"DEBUG_FLR_UNUSED001","features":[553]},{"name":"DEBUG_FLR_URLS","features":[553]},{"name":"DEBUG_FLR_URLS_DISCOVERED","features":[553]},{"name":"DEBUG_FLR_URL_ENTRY","features":[553]},{"name":"DEBUG_FLR_URL_LCIE_ENTRY","features":[553]},{"name":"DEBUG_FLR_URL_URLMON_ENTRY","features":[553]},{"name":"DEBUG_FLR_URL_XMLHTTPREQ_SYNC_ENTRY","features":[553]},{"name":"DEBUG_FLR_USBPORT_OCADATA","features":[553]},{"name":"DEBUG_FLR_USER","features":[553]},{"name":"DEBUG_FLR_USERBREAK_PEB_PAGEDOUT","features":[553]},{"name":"DEBUG_FLR_USERMODE_DATA","features":[553]},{"name":"DEBUG_FLR_USER_GLOBAL_ATTRIBUTES","features":[553]},{"name":"DEBUG_FLR_USER_LCID","features":[553]},{"name":"DEBUG_FLR_USER_LCID_STR","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_EVENTTYPE","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_INDEX","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P0","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P1","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P2","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P3","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P4","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P5","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P6","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_P7","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_REPORTCREATIONTIME","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_REPORTGUID","features":[553]},{"name":"DEBUG_FLR_USER_MODE_BUCKET_STRING","features":[553]},{"name":"DEBUG_FLR_USER_NAME","features":[553]},{"name":"DEBUG_FLR_USER_PROBLEM_CLASSES","features":[553]},{"name":"DEBUG_FLR_USER_THREAD_ATTRIBUTES","features":[553]},{"name":"DEBUG_FLR_USE_DEFAULT_CONTEXT","features":[553]},{"name":"DEBUG_FLR_VERIFIER_DRIVER_ENTRY","features":[553]},{"name":"DEBUG_FLR_VERIFIER_FOUND_DEADLOCK","features":[553]},{"name":"DEBUG_FLR_VERIFIER_STOP","features":[553]},{"name":"DEBUG_FLR_VIDEO_TDR_CONTEXT","features":[553]},{"name":"DEBUG_FLR_VIRTUAL_MACHINE","features":[553]},{"name":"DEBUG_FLR_WAIT_CHAIN_COMMAND","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_00","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_01","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_02","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_03","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_04","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_05","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_06","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_07","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_08","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_BUCKETING_09","features":[553]},{"name":"DEBUG_FLR_WATSON_GENERIC_EVENT_NAME","features":[553]},{"name":"DEBUG_FLR_WATSON_IBUCKET","features":[553]},{"name":"DEBUG_FLR_WATSON_IBUCKETTABLE_S1_RESP","features":[553]},{"name":"DEBUG_FLR_WATSON_IBUCKET_S1_RESP","features":[553]},{"name":"DEBUG_FLR_WATSON_MODULE","features":[553]},{"name":"DEBUG_FLR_WATSON_MODULE_OFFSET","features":[553]},{"name":"DEBUG_FLR_WATSON_MODULE_TIMESTAMP","features":[553]},{"name":"DEBUG_FLR_WATSON_MODULE_VERSION","features":[553]},{"name":"DEBUG_FLR_WATSON_PROCESS_TIMESTAMP","features":[553]},{"name":"DEBUG_FLR_WATSON_PROCESS_VERSION","features":[553]},{"name":"DEBUG_FLR_WCT_XML_AVAILABLE","features":[553]},{"name":"DEBUG_FLR_WERCOLLECTION_DEFAULTCOLLECTION_FAILURE","features":[553]},{"name":"DEBUG_FLR_WERCOLLECTION_MINIDUMP_WRITE_FAILURE","features":[553]},{"name":"DEBUG_FLR_WERCOLLECTION_PROCESSHEAPDUMP_REQUEST_FAILURE","features":[553]},{"name":"DEBUG_FLR_WERCOLLECTION_PROCESSTERMINATED","features":[553]},{"name":"DEBUG_FLR_WER_DATA_COLLECTION_INFO","features":[553]},{"name":"DEBUG_FLR_WER_MACHINE_ID","features":[553]},{"name":"DEBUG_FLR_WHEA_ERROR_RECORD","features":[553]},{"name":"DEBUG_FLR_WINLOGON_BLACKBOX","features":[553]},{"name":"DEBUG_FLR_WMI_QUERY_DATA","features":[553]},{"name":"DEBUG_FLR_WORKER_ROUTINE","features":[553]},{"name":"DEBUG_FLR_WORK_ITEM","features":[553]},{"name":"DEBUG_FLR_WORK_QUEUE_ITEM","features":[553]},{"name":"DEBUG_FLR_WQL_EVENTLOG_INFO","features":[553]},{"name":"DEBUG_FLR_WQL_EVENT_COUNT","features":[553]},{"name":"DEBUG_FLR_WRITE_ADDRESS","features":[553]},{"name":"DEBUG_FLR_WRONG_SYMBOLS","features":[553]},{"name":"DEBUG_FLR_WRONG_SYMBOLS_SIZE","features":[553]},{"name":"DEBUG_FLR_WRONG_SYMBOLS_TIMESTAMP","features":[553]},{"name":"DEBUG_FLR_XBOX_LIVE_ENVIRONMENT","features":[553]},{"name":"DEBUG_FLR_XBOX_SYSTEM_CRASHTIME","features":[553]},{"name":"DEBUG_FLR_XBOX_SYSTEM_UPTIME","features":[553]},{"name":"DEBUG_FLR_XCS_PATH","features":[553]},{"name":"DEBUG_FLR_XDV_HELP_LINK","features":[553]},{"name":"DEBUG_FLR_XDV_RULE_INFO","features":[553]},{"name":"DEBUG_FLR_XDV_STATE_VARIABLE","features":[553]},{"name":"DEBUG_FLR_XDV_VIOLATED_CONDITION","features":[553]},{"name":"DEBUG_FLR_XHCI_FIRMWARE_VERSION","features":[553]},{"name":"DEBUG_FLR_XML_APPLICATION_NAME","features":[553]},{"name":"DEBUG_FLR_XML_ATTRIBUTE","features":[553]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_D1VALUE","features":[553]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_D2VALUE","features":[553]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_DOVALUE","features":[553]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_FRAME_NUMBER","features":[553]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_LIST","features":[553]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_NAME","features":[553]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_THREAD_INDEX","features":[553]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_VALUE","features":[553]},{"name":"DEBUG_FLR_XML_ATTRIBUTE_VALUE_TYPE","features":[553]},{"name":"DEBUG_FLR_XML_ENCODED_OFFSETS","features":[553]},{"name":"DEBUG_FLR_XML_EVENTTYPE","features":[553]},{"name":"DEBUG_FLR_XML_GLOBALATTRIBUTE_LIST","features":[553]},{"name":"DEBUG_FLR_XML_MODERN_ASYNC_REQUEST_OUTSTANDING","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_BASE","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_CHECKSUM","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_COMPANY_NAME","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_DRIVER_GROUP","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FILE_DESCRIPTION","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FILE_FLAGS","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FIXED_FILE_VER","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_FIXED_PROD_VER","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_IMAGE_NAME","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_IMAGE_PATH","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_INDEX","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_INTERNAL_NAME","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_NAME","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_ON_STACK","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_ORIG_FILE_NAME","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_PRODUCT_NAME","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SIZE","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_STRING_FILE_VER","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_STRING_PROD_VER","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMBOL_TYPE","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_DETAIL","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_ERROR","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_SEC","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_STATUS","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_DETAIL","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_ERROR","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_SEC","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_STATUS","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_TIMESTAMP","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_INFO_UNLOADED","features":[553]},{"name":"DEBUG_FLR_XML_MODULE_LIST","features":[553]},{"name":"DEBUG_FLR_XML_PACKAGE_MONIKER","features":[553]},{"name":"DEBUG_FLR_XML_PACKAGE_NAME","features":[553]},{"name":"DEBUG_FLR_XML_PACKAGE_RELATIVE_APPLICATION_ID","features":[553]},{"name":"DEBUG_FLR_XML_PACKAGE_VERSION","features":[553]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS","features":[553]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_FRAME_NUMBER","features":[553]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_LIST","features":[553]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_NAME","features":[553]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_THREAD_INDEX","features":[553]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_VALUE","features":[553]},{"name":"DEBUG_FLR_XML_PROBLEMCLASS_VALUE_TYPE","features":[553]},{"name":"DEBUG_FLR_XML_STACK_FRAME_TRIAGE_STATUS","features":[553]},{"name":"DEBUG_FLR_XML_SYSTEMINFO","features":[553]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMANUFACTURER","features":[553]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMARKER","features":[553]},{"name":"DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMODEL","features":[553]},{"name":"DEBUG_FLR_XPROC_DUMP_AVAILABLE","features":[553]},{"name":"DEBUG_FLR_XPROC_HANG","features":[553]},{"name":"DEBUG_FLR_ZEROED_STACK","features":[553]},{"name":"DEBUG_FORMAT_CAB_SECONDARY_ALL_IMAGES","features":[553]},{"name":"DEBUG_FORMAT_CAB_SECONDARY_FILES","features":[553]},{"name":"DEBUG_FORMAT_DEFAULT","features":[553]},{"name":"DEBUG_FORMAT_NO_OVERWRITE","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_ADD_AVX_XSTATE_CONTEXT","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_CODE_SEGMENTS","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_DATA_SEGMENTS","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_MEMORY","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_PATHS","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_FILTER_TRIAGE","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_AUXILIARY_STATE","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_MEMORY","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_FULL_MEMORY_INFO","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_HANDLE_DATA","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_IGNORE_INACCESSIBLE_MEM","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_INDIRECT_MEMORY","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_IPT_TRACE","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_MODULE_HEADERS","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_NO_AUXILIARY_STATE","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_NO_OPTIONAL_DATA","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_PRIVATE_READ_WRITE_MEMORY","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_PROCESS_THREAD_DATA","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_SCAN_PARTIAL_PAGES","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_THREAD_INFO","features":[553]},{"name":"DEBUG_FORMAT_USER_SMALL_UNLOADED_MODULES","features":[553]},{"name":"DEBUG_FORMAT_WRITE_CAB","features":[553]},{"name":"DEBUG_FRAME_DEFAULT","features":[553]},{"name":"DEBUG_FRAME_IGNORE_INLINE","features":[553]},{"name":"DEBUG_GETFNENT_DEFAULT","features":[553]},{"name":"DEBUG_GETFNENT_RAW_ENTRY_ONLY","features":[553]},{"name":"DEBUG_GETMOD_DEFAULT","features":[553]},{"name":"DEBUG_GETMOD_NO_LOADED_MODULES","features":[553]},{"name":"DEBUG_GETMOD_NO_UNLOADED_MODULES","features":[553]},{"name":"DEBUG_GET_PROC_DEFAULT","features":[553]},{"name":"DEBUG_GET_PROC_FULL_MATCH","features":[553]},{"name":"DEBUG_GET_PROC_ONLY_MATCH","features":[553]},{"name":"DEBUG_GET_PROC_SERVICE_NAME","features":[553]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IN","features":[553]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_DOT_COMMAND","features":[553]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_EXTENSION_COMMAND","features":[553]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_IS_SYMBOL","features":[553]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_DOT_COMMANDS","features":[553]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_EXTENSION_COMMANDS","features":[553]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_NO_SYMBOLS","features":[553]},{"name":"DEBUG_GET_TEXT_COMPLETIONS_OUT","features":[553]},{"name":"DEBUG_GSEL_ALLOW_HIGHER","features":[553]},{"name":"DEBUG_GSEL_ALLOW_LOWER","features":[553]},{"name":"DEBUG_GSEL_DEFAULT","features":[553]},{"name":"DEBUG_GSEL_INLINE_CALLSITE","features":[553]},{"name":"DEBUG_GSEL_NEAREST_ONLY","features":[553]},{"name":"DEBUG_GSEL_NO_SYMBOL_LOADS","features":[553]},{"name":"DEBUG_HANDLE_DATA_BASIC","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_ALL_HANDLE_OPERATIONS","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_BASIC","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_HANDLE_COUNT","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_EVENT_1","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_MUTANT_1","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_MUTANT_2","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_PROCESS_1","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_PROCESS_2","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_SECTION_1","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_SEMAPHORE_1","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_MINI_THREAD_1","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_OBJECT_NAME","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_OBJECT_NAME_WIDE","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_PER_HANDLE_OPERATIONS","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_TYPE_NAME","features":[553]},{"name":"DEBUG_HANDLE_DATA_TYPE_TYPE_NAME_WIDE","features":[553]},{"name":"DEBUG_INTERRUPT_ACTIVE","features":[553]},{"name":"DEBUG_INTERRUPT_EXIT","features":[553]},{"name":"DEBUG_INTERRUPT_PASSIVE","features":[553]},{"name":"DEBUG_IOUTPUT_ADDR_TRANSLATE","features":[553]},{"name":"DEBUG_IOUTPUT_BREAKPOINT","features":[553]},{"name":"DEBUG_IOUTPUT_EVENT","features":[553]},{"name":"DEBUG_IOUTPUT_KD_PROTOCOL","features":[553]},{"name":"DEBUG_IOUTPUT_REMOTING","features":[553]},{"name":"DEBUG_IRP_INFO","features":[553]},{"name":"DEBUG_IRP_STACK_INFO","features":[553]},{"name":"DEBUG_KERNEL_ACTIVE_DUMP","features":[553]},{"name":"DEBUG_KERNEL_CONNECTION","features":[553]},{"name":"DEBUG_KERNEL_DUMP","features":[553]},{"name":"DEBUG_KERNEL_EXDI_DRIVER","features":[553]},{"name":"DEBUG_KERNEL_FULL_DUMP","features":[553]},{"name":"DEBUG_KERNEL_IDNA","features":[553]},{"name":"DEBUG_KERNEL_INSTALL_DRIVER","features":[553]},{"name":"DEBUG_KERNEL_LOCAL","features":[553]},{"name":"DEBUG_KERNEL_REPT","features":[553]},{"name":"DEBUG_KERNEL_SMALL_DUMP","features":[553]},{"name":"DEBUG_KERNEL_TRACE_LOG","features":[553]},{"name":"DEBUG_KNOWN_STRUCT_GET_NAMES","features":[553]},{"name":"DEBUG_KNOWN_STRUCT_GET_SINGLE_LINE_OUTPUT","features":[553]},{"name":"DEBUG_KNOWN_STRUCT_SUPPRESS_TYPE_NAME","features":[553]},{"name":"DEBUG_LAST_EVENT_INFO_BREAKPOINT","features":[553]},{"name":"DEBUG_LAST_EVENT_INFO_EXCEPTION","features":[305,553]},{"name":"DEBUG_LAST_EVENT_INFO_EXIT_PROCESS","features":[553]},{"name":"DEBUG_LAST_EVENT_INFO_EXIT_THREAD","features":[553]},{"name":"DEBUG_LAST_EVENT_INFO_LOAD_MODULE","features":[553]},{"name":"DEBUG_LAST_EVENT_INFO_SERVICE_EXCEPTION","features":[553]},{"name":"DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR","features":[553]},{"name":"DEBUG_LAST_EVENT_INFO_UNLOAD_MODULE","features":[553]},{"name":"DEBUG_LEVEL_ASSEMBLY","features":[553]},{"name":"DEBUG_LEVEL_SOURCE","features":[553]},{"name":"DEBUG_LIVE_USER_NON_INVASIVE","features":[553]},{"name":"DEBUG_LOG_APPEND","features":[553]},{"name":"DEBUG_LOG_DEFAULT","features":[553]},{"name":"DEBUG_LOG_DML","features":[553]},{"name":"DEBUG_LOG_UNICODE","features":[553]},{"name":"DEBUG_MANAGED_ALLOWED","features":[553]},{"name":"DEBUG_MANAGED_DISABLED","features":[553]},{"name":"DEBUG_MANAGED_DLL_LOADED","features":[553]},{"name":"DEBUG_MANRESET_DEFAULT","features":[553]},{"name":"DEBUG_MANRESET_LOAD_DLL","features":[553]},{"name":"DEBUG_MANSTR_LOADED_SUPPORT_DLL","features":[553]},{"name":"DEBUG_MANSTR_LOAD_STATUS","features":[553]},{"name":"DEBUG_MANSTR_NONE","features":[553]},{"name":"DEBUG_MODNAME_IMAGE","features":[553]},{"name":"DEBUG_MODNAME_LOADED_IMAGE","features":[553]},{"name":"DEBUG_MODNAME_MAPPED_IMAGE","features":[553]},{"name":"DEBUG_MODNAME_MODULE","features":[553]},{"name":"DEBUG_MODNAME_SYMBOL_FILE","features":[553]},{"name":"DEBUG_MODULE_AND_ID","features":[553]},{"name":"DEBUG_MODULE_EXE_MODULE","features":[553]},{"name":"DEBUG_MODULE_EXPLICIT","features":[553]},{"name":"DEBUG_MODULE_LOADED","features":[553]},{"name":"DEBUG_MODULE_PARAMETERS","features":[553]},{"name":"DEBUG_MODULE_SECONDARY","features":[553]},{"name":"DEBUG_MODULE_SYM_BAD_CHECKSUM","features":[553]},{"name":"DEBUG_MODULE_SYNTHETIC","features":[553]},{"name":"DEBUG_MODULE_UNLOADED","features":[553]},{"name":"DEBUG_MODULE_USER_MODE","features":[553]},{"name":"DEBUG_NOTIFY_SESSION_ACCESSIBLE","features":[553]},{"name":"DEBUG_NOTIFY_SESSION_ACTIVE","features":[553]},{"name":"DEBUG_NOTIFY_SESSION_INACCESSIBLE","features":[553]},{"name":"DEBUG_NOTIFY_SESSION_INACTIVE","features":[553]},{"name":"DEBUG_OFFSET_REGION","features":[553]},{"name":"DEBUG_OFFSINFO_VIRTUAL_SOURCE","features":[553]},{"name":"DEBUG_OUTCBF_COMBINED_EXPLICIT_FLUSH","features":[553]},{"name":"DEBUG_OUTCBF_DML_HAS_SPECIAL_CHARACTERS","features":[553]},{"name":"DEBUG_OUTCBF_DML_HAS_TAGS","features":[553]},{"name":"DEBUG_OUTCBI_ANY_FORMAT","features":[553]},{"name":"DEBUG_OUTCBI_DML","features":[553]},{"name":"DEBUG_OUTCBI_EXPLICIT_FLUSH","features":[553]},{"name":"DEBUG_OUTCBI_TEXT","features":[553]},{"name":"DEBUG_OUTCB_DML","features":[553]},{"name":"DEBUG_OUTCB_EXPLICIT_FLUSH","features":[553]},{"name":"DEBUG_OUTCB_TEXT","features":[553]},{"name":"DEBUG_OUTCTL_ALL_CLIENTS","features":[553]},{"name":"DEBUG_OUTCTL_ALL_OTHER_CLIENTS","features":[553]},{"name":"DEBUG_OUTCTL_AMBIENT","features":[553]},{"name":"DEBUG_OUTCTL_AMBIENT_DML","features":[553]},{"name":"DEBUG_OUTCTL_AMBIENT_TEXT","features":[553]},{"name":"DEBUG_OUTCTL_DML","features":[553]},{"name":"DEBUG_OUTCTL_IGNORE","features":[553]},{"name":"DEBUG_OUTCTL_LOG_ONLY","features":[553]},{"name":"DEBUG_OUTCTL_NOT_LOGGED","features":[553]},{"name":"DEBUG_OUTCTL_OVERRIDE_MASK","features":[553]},{"name":"DEBUG_OUTCTL_SEND_MASK","features":[553]},{"name":"DEBUG_OUTCTL_THIS_CLIENT","features":[553]},{"name":"DEBUG_OUTPUT_DEBUGGEE","features":[553]},{"name":"DEBUG_OUTPUT_DEBUGGEE_PROMPT","features":[553]},{"name":"DEBUG_OUTPUT_ERROR","features":[553]},{"name":"DEBUG_OUTPUT_EXTENSION_WARNING","features":[553]},{"name":"DEBUG_OUTPUT_IDENTITY_DEFAULT","features":[553]},{"name":"DEBUG_OUTPUT_NAME_END","features":[553]},{"name":"DEBUG_OUTPUT_NAME_END_T","features":[553]},{"name":"DEBUG_OUTPUT_NAME_END_WIDE","features":[553]},{"name":"DEBUG_OUTPUT_NORMAL","features":[553]},{"name":"DEBUG_OUTPUT_OFFSET_END","features":[553]},{"name":"DEBUG_OUTPUT_OFFSET_END_T","features":[553]},{"name":"DEBUG_OUTPUT_OFFSET_END_WIDE","features":[553]},{"name":"DEBUG_OUTPUT_PROMPT","features":[553]},{"name":"DEBUG_OUTPUT_PROMPT_REGISTERS","features":[553]},{"name":"DEBUG_OUTPUT_STATUS","features":[553]},{"name":"DEBUG_OUTPUT_SYMBOLS","features":[553]},{"name":"DEBUG_OUTPUT_SYMBOLS_DEFAULT","features":[553]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_NAMES","features":[553]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_OFFSETS","features":[553]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_TYPES","features":[553]},{"name":"DEBUG_OUTPUT_SYMBOLS_NO_VALUES","features":[553]},{"name":"DEBUG_OUTPUT_TYPE_END","features":[553]},{"name":"DEBUG_OUTPUT_TYPE_END_T","features":[553]},{"name":"DEBUG_OUTPUT_TYPE_END_WIDE","features":[553]},{"name":"DEBUG_OUTPUT_VALUE_END","features":[553]},{"name":"DEBUG_OUTPUT_VALUE_END_T","features":[553]},{"name":"DEBUG_OUTPUT_VALUE_END_WIDE","features":[553]},{"name":"DEBUG_OUTPUT_VERBOSE","features":[553]},{"name":"DEBUG_OUTPUT_WARNING","features":[553]},{"name":"DEBUG_OUTPUT_XML","features":[553]},{"name":"DEBUG_OUTSYM_ALLOW_DISPLACEMENT","features":[553]},{"name":"DEBUG_OUTSYM_DEFAULT","features":[553]},{"name":"DEBUG_OUTSYM_FORCE_OFFSET","features":[553]},{"name":"DEBUG_OUTSYM_SOURCE_LINE","features":[553]},{"name":"DEBUG_OUTTYPE_ADDRESS_AT_END","features":[553]},{"name":"DEBUG_OUTTYPE_ADDRESS_OF_FIELD","features":[553]},{"name":"DEBUG_OUTTYPE_BLOCK_RECURSE","features":[553]},{"name":"DEBUG_OUTTYPE_COMPACT_OUTPUT","features":[553]},{"name":"DEBUG_OUTTYPE_DEFAULT","features":[553]},{"name":"DEBUG_OUTTYPE_NO_INDENT","features":[553]},{"name":"DEBUG_OUTTYPE_NO_OFFSET","features":[553]},{"name":"DEBUG_OUTTYPE_VERBOSE","features":[553]},{"name":"DEBUG_OUT_TEXT_REPL_DEFAULT","features":[553]},{"name":"DEBUG_PHYSICAL_CACHED","features":[553]},{"name":"DEBUG_PHYSICAL_DEFAULT","features":[553]},{"name":"DEBUG_PHYSICAL_UNCACHED","features":[553]},{"name":"DEBUG_PHYSICAL_WRITE_COMBINED","features":[553]},{"name":"DEBUG_PNP_TRIAGE_INFO","features":[553]},{"name":"DEBUG_POOLTAG_DESCRIPTION","features":[553]},{"name":"DEBUG_POOL_DATA","features":[553]},{"name":"DEBUG_POOL_REGION","features":[553]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ALL","features":[553]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ALPHA","features":[553]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_AMD64","features":[553]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ARM","features":[553]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_ARM64","features":[553]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_IA64","features":[553]},{"name":"DEBUG_PROCESSOR_IDENTIFICATION_X86","features":[553]},{"name":"DEBUG_PROCESS_DETACH_ON_EXIT","features":[553]},{"name":"DEBUG_PROCESS_ONLY_THIS_PROCESS","features":[553]},{"name":"DEBUG_PROC_DESC_DEFAULT","features":[553]},{"name":"DEBUG_PROC_DESC_NO_COMMAND_LINE","features":[553]},{"name":"DEBUG_PROC_DESC_NO_MTS_PACKAGES","features":[553]},{"name":"DEBUG_PROC_DESC_NO_PATHS","features":[553]},{"name":"DEBUG_PROC_DESC_NO_SERVICES","features":[553]},{"name":"DEBUG_PROC_DESC_NO_SESSION_ID","features":[553]},{"name":"DEBUG_PROC_DESC_NO_USER_NAME","features":[553]},{"name":"DEBUG_PROC_DESC_WITH_ARCHITECTURE","features":[553]},{"name":"DEBUG_PROC_DESC_WITH_PACKAGEFAMILY","features":[553]},{"name":"DEBUG_READ_USER_MINIDUMP_STREAM","features":[553]},{"name":"DEBUG_REGISTERS_ALL","features":[553]},{"name":"DEBUG_REGISTERS_DEFAULT","features":[553]},{"name":"DEBUG_REGISTERS_FLOAT","features":[553]},{"name":"DEBUG_REGISTERS_INT32","features":[553]},{"name":"DEBUG_REGISTERS_INT64","features":[553]},{"name":"DEBUG_REGISTER_DESCRIPTION","features":[553]},{"name":"DEBUG_REGISTER_SUB_REGISTER","features":[553]},{"name":"DEBUG_REGSRC_DEBUGGEE","features":[553]},{"name":"DEBUG_REGSRC_EXPLICIT","features":[553]},{"name":"DEBUG_REGSRC_FRAME","features":[553]},{"name":"DEBUG_REQUEST_ADD_CACHED_SYMBOL_INFO","features":[553]},{"name":"DEBUG_REQUEST_CLOSE_TOKEN","features":[553]},{"name":"DEBUG_REQUEST_CURRENT_OUTPUT_CALLBACKS_ARE_DML_AWARE","features":[553]},{"name":"DEBUG_REQUEST_DUPLICATE_TOKEN","features":[553]},{"name":"DEBUG_REQUEST_EXT_TYPED_DATA_ANSI","features":[553]},{"name":"DEBUG_REQUEST_GET_ADDITIONAL_CREATE_OPTIONS","features":[553]},{"name":"DEBUG_REQUEST_GET_CACHED_SYMBOL_INFO","features":[553]},{"name":"DEBUG_REQUEST_GET_CAPTURED_EVENT_CODE_OFFSET","features":[553]},{"name":"DEBUG_REQUEST_GET_DUMP_HEADER","features":[553]},{"name":"DEBUG_REQUEST_GET_EXTENSION_SEARCH_PATH_WIDE","features":[553]},{"name":"DEBUG_REQUEST_GET_IMAGE_ARCHITECTURE","features":[553]},{"name":"DEBUG_REQUEST_GET_INSTRUMENTATION_VERSION","features":[553]},{"name":"DEBUG_REQUEST_GET_MODULE_ARCHITECTURE","features":[553]},{"name":"DEBUG_REQUEST_GET_OFFSET_UNWIND_INFORMATION","features":[553]},{"name":"DEBUG_REQUEST_GET_TEXT_COMPLETIONS_ANSI","features":[553]},{"name":"DEBUG_REQUEST_GET_TEXT_COMPLETIONS_WIDE","features":[553]},{"name":"DEBUG_REQUEST_GET_WIN32_MAJOR_MINOR_VERSIONS","features":[553]},{"name":"DEBUG_REQUEST_INLINE_QUERY","features":[553]},{"name":"DEBUG_REQUEST_MIDORI","features":[553]},{"name":"DEBUG_REQUEST_MISC_INFORMATION","features":[553]},{"name":"DEBUG_REQUEST_OPEN_PROCESS_TOKEN","features":[553]},{"name":"DEBUG_REQUEST_OPEN_THREAD_TOKEN","features":[553]},{"name":"DEBUG_REQUEST_PROCESS_DESCRIPTORS","features":[553]},{"name":"DEBUG_REQUEST_QUERY_INFO_TOKEN","features":[553]},{"name":"DEBUG_REQUEST_READ_CAPTURED_EVENT_CODE_STREAM","features":[553]},{"name":"DEBUG_REQUEST_READ_USER_MINIDUMP_STREAM","features":[553]},{"name":"DEBUG_REQUEST_REMOVE_CACHED_SYMBOL_INFO","features":[553]},{"name":"DEBUG_REQUEST_RESUME_THREAD","features":[553]},{"name":"DEBUG_REQUEST_SET_ADDITIONAL_CREATE_OPTIONS","features":[553]},{"name":"DEBUG_REQUEST_SET_DUMP_HEADER","features":[553]},{"name":"DEBUG_REQUEST_SET_LOCAL_IMPLICIT_COMMAND_LINE","features":[553]},{"name":"DEBUG_REQUEST_SOURCE_PATH_HAS_SOURCE_SERVER","features":[553]},{"name":"DEBUG_REQUEST_TARGET_CAN_DETACH","features":[553]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_CONTEXT","features":[553]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_RECORD","features":[553]},{"name":"DEBUG_REQUEST_TARGET_EXCEPTION_THREAD","features":[553]},{"name":"DEBUG_REQUEST_TL_INSTRUMENTATION_AWARE","features":[553]},{"name":"DEBUG_REQUEST_WOW_MODULE","features":[553]},{"name":"DEBUG_REQUEST_WOW_PROCESS","features":[553]},{"name":"DEBUG_SCOPE_GROUP_ALL","features":[553]},{"name":"DEBUG_SCOPE_GROUP_ARGUMENTS","features":[553]},{"name":"DEBUG_SCOPE_GROUP_BY_DATAMODEL","features":[553]},{"name":"DEBUG_SCOPE_GROUP_LOCALS","features":[553]},{"name":"DEBUG_SERVERS_ALL","features":[553]},{"name":"DEBUG_SERVERS_DEBUGGER","features":[553]},{"name":"DEBUG_SERVERS_PROCESS","features":[553]},{"name":"DEBUG_SESSION_ACTIVE","features":[553]},{"name":"DEBUG_SESSION_END","features":[553]},{"name":"DEBUG_SESSION_END_SESSION_ACTIVE_DETACH","features":[553]},{"name":"DEBUG_SESSION_END_SESSION_ACTIVE_TERMINATE","features":[553]},{"name":"DEBUG_SESSION_END_SESSION_PASSIVE","features":[553]},{"name":"DEBUG_SESSION_FAILURE","features":[553]},{"name":"DEBUG_SESSION_HIBERNATE","features":[553]},{"name":"DEBUG_SESSION_REBOOT","features":[553]},{"name":"DEBUG_SMBIOS_INFO","features":[553]},{"name":"DEBUG_SOURCE_IS_STATEMENT","features":[553]},{"name":"DEBUG_SPECIFIC_FILTER_PARAMETERS","features":[553]},{"name":"DEBUG_SRCFILE_SYMBOL_CHECKSUMINFO","features":[553]},{"name":"DEBUG_SRCFILE_SYMBOL_TOKEN","features":[553]},{"name":"DEBUG_SRCFILE_SYMBOL_TOKEN_SOURCE_COMMAND_WIDE","features":[553]},{"name":"DEBUG_STACK_ARGUMENTS","features":[553]},{"name":"DEBUG_STACK_COLUMN_NAMES","features":[553]},{"name":"DEBUG_STACK_DML","features":[553]},{"name":"DEBUG_STACK_FRAME","features":[305,553]},{"name":"DEBUG_STACK_FRAME_ADDRESSES","features":[553]},{"name":"DEBUG_STACK_FRAME_ADDRESSES_RA_ONLY","features":[553]},{"name":"DEBUG_STACK_FRAME_ARCH","features":[553]},{"name":"DEBUG_STACK_FRAME_EX","features":[305,553]},{"name":"DEBUG_STACK_FRAME_MEMORY_USAGE","features":[553]},{"name":"DEBUG_STACK_FRAME_NUMBERS","features":[553]},{"name":"DEBUG_STACK_FRAME_OFFSETS","features":[553]},{"name":"DEBUG_STACK_FUNCTION_INFO","features":[553]},{"name":"DEBUG_STACK_NONVOLATILE_REGISTERS","features":[553]},{"name":"DEBUG_STACK_PARAMETERS","features":[553]},{"name":"DEBUG_STACK_PARAMETERS_NEWLINE","features":[553]},{"name":"DEBUG_STACK_PROVIDER","features":[553]},{"name":"DEBUG_STACK_SOURCE_LINE","features":[553]},{"name":"DEBUG_STATUS_BREAK","features":[553]},{"name":"DEBUG_STATUS_GO","features":[553]},{"name":"DEBUG_STATUS_GO_HANDLED","features":[553]},{"name":"DEBUG_STATUS_GO_NOT_HANDLED","features":[553]},{"name":"DEBUG_STATUS_IGNORE_EVENT","features":[553]},{"name":"DEBUG_STATUS_INSIDE_WAIT","features":[553]},{"name":"DEBUG_STATUS_MASK","features":[553]},{"name":"DEBUG_STATUS_NO_CHANGE","features":[553]},{"name":"DEBUG_STATUS_NO_DEBUGGEE","features":[553]},{"name":"DEBUG_STATUS_OUT_OF_SYNC","features":[553]},{"name":"DEBUG_STATUS_RESTART_REQUESTED","features":[553]},{"name":"DEBUG_STATUS_REVERSE_GO","features":[553]},{"name":"DEBUG_STATUS_REVERSE_STEP_BRANCH","features":[553]},{"name":"DEBUG_STATUS_REVERSE_STEP_INTO","features":[553]},{"name":"DEBUG_STATUS_REVERSE_STEP_OVER","features":[553]},{"name":"DEBUG_STATUS_STEP_BRANCH","features":[553]},{"name":"DEBUG_STATUS_STEP_INTO","features":[553]},{"name":"DEBUG_STATUS_STEP_OVER","features":[553]},{"name":"DEBUG_STATUS_TIMEOUT","features":[553]},{"name":"DEBUG_STATUS_WAIT_INPUT","features":[553]},{"name":"DEBUG_STATUS_WAIT_TIMEOUT","features":[553]},{"name":"DEBUG_SYMBOL_ENTRY","features":[553]},{"name":"DEBUG_SYMBOL_EXPANDED","features":[553]},{"name":"DEBUG_SYMBOL_EXPANSION_LEVEL_MASK","features":[553]},{"name":"DEBUG_SYMBOL_IS_ARGUMENT","features":[553]},{"name":"DEBUG_SYMBOL_IS_ARRAY","features":[553]},{"name":"DEBUG_SYMBOL_IS_FLOAT","features":[553]},{"name":"DEBUG_SYMBOL_IS_LOCAL","features":[553]},{"name":"DEBUG_SYMBOL_PARAMETERS","features":[553]},{"name":"DEBUG_SYMBOL_READ_ONLY","features":[553]},{"name":"DEBUG_SYMBOL_SOURCE_ENTRY","features":[553]},{"name":"DEBUG_SYMENT_IS_CODE","features":[553]},{"name":"DEBUG_SYMENT_IS_DATA","features":[553]},{"name":"DEBUG_SYMENT_IS_LOCAL","features":[553]},{"name":"DEBUG_SYMENT_IS_MANAGED","features":[553]},{"name":"DEBUG_SYMENT_IS_PARAMETER","features":[553]},{"name":"DEBUG_SYMENT_IS_SYNTHETIC","features":[553]},{"name":"DEBUG_SYMINFO_BREAKPOINT_SOURCE_LINE","features":[553]},{"name":"DEBUG_SYMINFO_GET_MODULE_SYMBOL_NAMES_AND_OFFSETS","features":[553]},{"name":"DEBUG_SYMINFO_GET_SYMBOL_NAME_BY_OFFSET_AND_TAG_WIDE","features":[553]},{"name":"DEBUG_SYMINFO_IMAGEHLP_MODULEW64","features":[553]},{"name":"DEBUG_SYMTYPE_CODEVIEW","features":[553]},{"name":"DEBUG_SYMTYPE_COFF","features":[553]},{"name":"DEBUG_SYMTYPE_DEFERRED","features":[553]},{"name":"DEBUG_SYMTYPE_DIA","features":[553]},{"name":"DEBUG_SYMTYPE_EXPORT","features":[553]},{"name":"DEBUG_SYMTYPE_NONE","features":[553]},{"name":"DEBUG_SYMTYPE_PDB","features":[553]},{"name":"DEBUG_SYMTYPE_SYM","features":[553]},{"name":"DEBUG_SYSOBJINFO_CURRENT_PROCESS_COOKIE","features":[553]},{"name":"DEBUG_SYSOBJINFO_THREAD_BASIC_INFORMATION","features":[553]},{"name":"DEBUG_SYSOBJINFO_THREAD_NAME_WIDE","features":[553]},{"name":"DEBUG_SYSVERSTR_BUILD","features":[553]},{"name":"DEBUG_SYSVERSTR_SERVICE_PACK","features":[553]},{"name":"DEBUG_TBINFO_AFFINITY","features":[553]},{"name":"DEBUG_TBINFO_ALL","features":[553]},{"name":"DEBUG_TBINFO_EXIT_STATUS","features":[553]},{"name":"DEBUG_TBINFO_PRIORITY","features":[553]},{"name":"DEBUG_TBINFO_PRIORITY_CLASS","features":[553]},{"name":"DEBUG_TBINFO_START_OFFSET","features":[553]},{"name":"DEBUG_TBINFO_TIMES","features":[553]},{"name":"DEBUG_THREAD_BASIC_INFORMATION","features":[553]},{"name":"DEBUG_TRIAGE_FOLLOWUP_INFO","features":[553]},{"name":"DEBUG_TRIAGE_FOLLOWUP_INFO_2","features":[553]},{"name":"DEBUG_TYPED_DATA","features":[553]},{"name":"DEBUG_TYPED_DATA_IS_IN_MEMORY","features":[553]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_CACHED","features":[553]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_DEFAULT","features":[553]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_MEMORY","features":[553]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_UNCACHED","features":[553]},{"name":"DEBUG_TYPED_DATA_PHYSICAL_WRITE_COMBINED","features":[553]},{"name":"DEBUG_TYPEOPTS_FORCERADIX_OUTPUT","features":[553]},{"name":"DEBUG_TYPEOPTS_LONGSTATUS_DISPLAY","features":[553]},{"name":"DEBUG_TYPEOPTS_MATCH_MAXSIZE","features":[553]},{"name":"DEBUG_TYPEOPTS_UNICODE_DISPLAY","features":[553]},{"name":"DEBUG_USER_WINDOWS_DUMP","features":[553]},{"name":"DEBUG_USER_WINDOWS_DUMP_WINDOWS_CE","features":[553]},{"name":"DEBUG_USER_WINDOWS_IDNA","features":[553]},{"name":"DEBUG_USER_WINDOWS_PROCESS","features":[553]},{"name":"DEBUG_USER_WINDOWS_PROCESS_SERVER","features":[553]},{"name":"DEBUG_USER_WINDOWS_REPT","features":[553]},{"name":"DEBUG_USER_WINDOWS_SMALL_DUMP","features":[553]},{"name":"DEBUG_VALUE","features":[305,553]},{"name":"DEBUG_VALUE_FLOAT128","features":[553]},{"name":"DEBUG_VALUE_FLOAT32","features":[553]},{"name":"DEBUG_VALUE_FLOAT64","features":[553]},{"name":"DEBUG_VALUE_FLOAT80","features":[553]},{"name":"DEBUG_VALUE_FLOAT82","features":[553]},{"name":"DEBUG_VALUE_INT16","features":[553]},{"name":"DEBUG_VALUE_INT32","features":[553]},{"name":"DEBUG_VALUE_INT64","features":[553]},{"name":"DEBUG_VALUE_INT8","features":[553]},{"name":"DEBUG_VALUE_INVALID","features":[553]},{"name":"DEBUG_VALUE_TYPES","features":[553]},{"name":"DEBUG_VALUE_VECTOR128","features":[553]},{"name":"DEBUG_VALUE_VECTOR64","features":[553]},{"name":"DEBUG_VSEARCH_DEFAULT","features":[553]},{"name":"DEBUG_VSEARCH_WRITABLE_ONLY","features":[553]},{"name":"DEBUG_VSOURCE_DEBUGGEE","features":[553]},{"name":"DEBUG_VSOURCE_DUMP_WITHOUT_MEMINFO","features":[553]},{"name":"DEBUG_VSOURCE_INVALID","features":[553]},{"name":"DEBUG_VSOURCE_MAPPED_IMAGE","features":[553]},{"name":"DEBUG_WAIT_DEFAULT","features":[553]},{"name":"DISK_READ_0_BYTES","features":[553]},{"name":"DISK_WRITE","features":[553]},{"name":"DUMP_HANDLE_FLAG_CID_TABLE","features":[553]},{"name":"DUMP_HANDLE_FLAG_KERNEL_TABLE","features":[553]},{"name":"DUMP_HANDLE_FLAG_PRINT_FREE_ENTRY","features":[553]},{"name":"DUMP_HANDLE_FLAG_PRINT_OBJECT","features":[553]},{"name":"DbgPoolRegionMax","features":[553]},{"name":"DbgPoolRegionNonPaged","features":[553]},{"name":"DbgPoolRegionNonPagedExpansion","features":[553]},{"name":"DbgPoolRegionPaged","features":[553]},{"name":"DbgPoolRegionSessionPaged","features":[553]},{"name":"DbgPoolRegionSpecial","features":[553]},{"name":"DbgPoolRegionUnknown","features":[553]},{"name":"DebugBaseEventCallbacks","features":[553]},{"name":"DebugBaseEventCallbacksWide","features":[553]},{"name":"DebugConnect","features":[553]},{"name":"DebugConnectWide","features":[553]},{"name":"DebugCreate","features":[553]},{"name":"DebugCreateEx","features":[553]},{"name":"ENTRY_CALLBACK","features":[553]},{"name":"ERROR_DBG_CANCELLED","features":[553]},{"name":"ERROR_DBG_TIMEOUT","features":[553]},{"name":"EXIT_ON_CONTROLC","features":[553]},{"name":"EXIT_STATUS","features":[553]},{"name":"EXTDLL_DATA_QUERY_BUILD_BINDIR","features":[553]},{"name":"EXTDLL_DATA_QUERY_BUILD_BINDIR_SYMSRV","features":[553]},{"name":"EXTDLL_DATA_QUERY_BUILD_SYMDIR","features":[553]},{"name":"EXTDLL_DATA_QUERY_BUILD_SYMDIR_SYMSRV","features":[553]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64BINDIR","features":[553]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64BINDIR_SYMSRV","features":[553]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64SYMDIR","features":[553]},{"name":"EXTDLL_DATA_QUERY_BUILD_WOW64SYMDIR_SYMSRV","features":[553]},{"name":"EXTDLL_ITERATERTLBALANCEDNODES","features":[553]},{"name":"EXTDLL_QUERYDATABYTAG","features":[553]},{"name":"EXTDLL_QUERYDATABYTAGEX","features":[553]},{"name":"EXTSTACKTRACE","features":[553]},{"name":"EXTSTACKTRACE32","features":[553]},{"name":"EXTSTACKTRACE64","features":[553]},{"name":"EXTS_JOB_PROCESS_CALLBACK","features":[305,553]},{"name":"EXTS_TABLE_ENTRY_CALLBACK","features":[305,553]},{"name":"EXT_ANALYSIS_PLUGIN","features":[553]},{"name":"EXT_ANALYZER","features":[553]},{"name":"EXT_ANALYZER_FLAG_ID","features":[553]},{"name":"EXT_ANALYZER_FLAG_MOD","features":[553]},{"name":"EXT_API_VERSION","features":[553]},{"name":"EXT_API_VERSION_NUMBER","features":[553]},{"name":"EXT_API_VERSION_NUMBER32","features":[553]},{"name":"EXT_API_VERSION_NUMBER64","features":[553]},{"name":"EXT_CAB_XML_DATA","features":[553]},{"name":"EXT_DECODE_ERROR","features":[305,553]},{"name":"EXT_FIND_FILE","features":[305,553]},{"name":"EXT_FIND_FILE_ALLOW_GIVEN_PATH","features":[553]},{"name":"EXT_GET_DEBUG_FAILURE_ANALYSIS","features":[553]},{"name":"EXT_GET_ENVIRONMENT_VARIABLE","features":[553]},{"name":"EXT_GET_FAILURE_ANALYSIS","features":[553]},{"name":"EXT_GET_FA_ENTRIES_DATA","features":[553]},{"name":"EXT_GET_HANDLE_TRACE","features":[553]},{"name":"EXT_MATCH_PATTERN_A","features":[553]},{"name":"EXT_RELOAD_TRIAGER","features":[553]},{"name":"EXT_TARGET_INFO","features":[553]},{"name":"EXT_TDF_PHYSICAL_CACHED","features":[553]},{"name":"EXT_TDF_PHYSICAL_DEFAULT","features":[553]},{"name":"EXT_TDF_PHYSICAL_MEMORY","features":[553]},{"name":"EXT_TDF_PHYSICAL_UNCACHED","features":[553]},{"name":"EXT_TDF_PHYSICAL_WRITE_COMBINED","features":[553]},{"name":"EXT_TDOP","features":[553]},{"name":"EXT_TDOP_COPY","features":[553]},{"name":"EXT_TDOP_COUNT","features":[553]},{"name":"EXT_TDOP_EVALUATE","features":[553]},{"name":"EXT_TDOP_GET_ARRAY_ELEMENT","features":[553]},{"name":"EXT_TDOP_GET_DEREFERENCE","features":[553]},{"name":"EXT_TDOP_GET_FIELD","features":[553]},{"name":"EXT_TDOP_GET_FIELD_OFFSET","features":[553]},{"name":"EXT_TDOP_GET_POINTER_TO","features":[553]},{"name":"EXT_TDOP_GET_TYPE_NAME","features":[553]},{"name":"EXT_TDOP_GET_TYPE_SIZE","features":[553]},{"name":"EXT_TDOP_HAS_FIELD","features":[553]},{"name":"EXT_TDOP_OUTPUT_FULL_VALUE","features":[553]},{"name":"EXT_TDOP_OUTPUT_SIMPLE_VALUE","features":[553]},{"name":"EXT_TDOP_OUTPUT_TYPE_DEFINITION","features":[553]},{"name":"EXT_TDOP_OUTPUT_TYPE_NAME","features":[553]},{"name":"EXT_TDOP_RELEASE","features":[553]},{"name":"EXT_TDOP_SET_FROM_EXPR","features":[553]},{"name":"EXT_TDOP_SET_FROM_TYPE_ID_AND_U64","features":[553]},{"name":"EXT_TDOP_SET_FROM_U64_EXPR","features":[553]},{"name":"EXT_TDOP_SET_PTR_FROM_TYPE_ID_AND_U64","features":[553]},{"name":"EXT_TRIAGE_FOLLOWUP","features":[553]},{"name":"EXT_TYPED_DATA","features":[553]},{"name":"EXT_XML_DATA","features":[553]},{"name":"ErrorClass","features":[553]},{"name":"ErrorClassError","features":[553]},{"name":"ErrorClassWarning","features":[553]},{"name":"FAILURE_ANALYSIS_ASSUME_HANG","features":[553]},{"name":"FAILURE_ANALYSIS_AUTOBUG_PROCESSING","features":[553]},{"name":"FAILURE_ANALYSIS_AUTOSET_SYMPATH","features":[553]},{"name":"FAILURE_ANALYSIS_CALLSTACK_XML","features":[553]},{"name":"FAILURE_ANALYSIS_CALLSTACK_XML_FULL_SOURCE_INFO","features":[553]},{"name":"FAILURE_ANALYSIS_CREATE_INSTANCE","features":[553]},{"name":"FAILURE_ANALYSIS_EXCEPTION_AS_HANG","features":[553]},{"name":"FAILURE_ANALYSIS_HEAP_CORRUPTION_BLAME_FUNCTION","features":[553]},{"name":"FAILURE_ANALYSIS_IGNORE_BREAKIN","features":[553]},{"name":"FAILURE_ANALYSIS_LIVE_DEBUG_HOLD_CHECK","features":[553]},{"name":"FAILURE_ANALYSIS_MODULE_INFO_XML","features":[553]},{"name":"FAILURE_ANALYSIS_MULTI_TARGET","features":[553]},{"name":"FAILURE_ANALYSIS_NO_DB_LOOKUP","features":[553]},{"name":"FAILURE_ANALYSIS_NO_IMAGE_CORRUPTION","features":[553]},{"name":"FAILURE_ANALYSIS_PERMIT_HEAP_ACCESS_VIOLATIONS","features":[553]},{"name":"FAILURE_ANALYSIS_REGISTRY_DATA","features":[553]},{"name":"FAILURE_ANALYSIS_SET_FAILURE_CONTEXT","features":[553]},{"name":"FAILURE_ANALYSIS_SHOW_SOURCE","features":[553]},{"name":"FAILURE_ANALYSIS_SHOW_WCT_STACKS","features":[553]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES","features":[553]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES_ALL","features":[553]},{"name":"FAILURE_ANALYSIS_USER_ATTRIBUTES_FRAMES","features":[553]},{"name":"FAILURE_ANALYSIS_VERBOSE","features":[553]},{"name":"FAILURE_ANALYSIS_WMI_QUERY_DATA","features":[553]},{"name":"FAILURE_ANALYSIS_XML_FILE_OUTPUT","features":[553]},{"name":"FAILURE_ANALYSIS_XML_OUTPUT","features":[553]},{"name":"FAILURE_ANALYSIS_XSD_VERIFY","features":[553]},{"name":"FAILURE_ANALYSIS_XSLT_FILE_INPUT","features":[553]},{"name":"FAILURE_ANALYSIS_XSLT_FILE_OUTPUT","features":[553]},{"name":"FA_ENTRY","features":[553]},{"name":"FA_ENTRY_TYPE","features":[553]},{"name":"FA_EXTENSION_PLUGIN_PHASE","features":[553]},{"name":"FA_PLUGIN_INITIALIZATION","features":[553]},{"name":"FA_PLUGIN_POST_BUCKETING","features":[553]},{"name":"FA_PLUGIN_PRE_BUCKETING","features":[553]},{"name":"FA_PLUGIN_STACK_ANALYSIS","features":[553]},{"name":"FIELDS_DID_NOT_MATCH","features":[553]},{"name":"FIELD_INFO","features":[553]},{"name":"FormatBSTRString","features":[553]},{"name":"FormatEnumNameOnly","features":[553]},{"name":"FormatEscapedStringWithQuote","features":[553]},{"name":"FormatHString","features":[553]},{"name":"FormatNone","features":[553]},{"name":"FormatQuotedHString","features":[553]},{"name":"FormatQuotedString","features":[553]},{"name":"FormatQuotedUTF32String","features":[553]},{"name":"FormatQuotedUTF8String","features":[553]},{"name":"FormatQuotedUnicodeString","features":[553]},{"name":"FormatRaw","features":[553]},{"name":"FormatSingleCharacter","features":[553]},{"name":"FormatString","features":[553]},{"name":"FormatUTF32String","features":[553]},{"name":"FormatUTF8String","features":[553]},{"name":"FormatUnicodeString","features":[553]},{"name":"GET_CONTEXT_EX","features":[553]},{"name":"GET_CURRENT_PROCESS_ADDRESS","features":[553]},{"name":"GET_CURRENT_THREAD_ADDRESS","features":[553]},{"name":"GET_EXPRESSION_EX","features":[553]},{"name":"GET_INPUT_LINE","features":[553]},{"name":"GET_PEB_ADDRESS","features":[553]},{"name":"GET_SET_SYMPATH","features":[553]},{"name":"GET_TEB_ADDRESS","features":[553]},{"name":"ICodeAddressConcept","features":[553]},{"name":"IComparableConcept","features":[553]},{"name":"IDataModelConcept","features":[553]},{"name":"IDataModelManager","features":[553]},{"name":"IDataModelManager2","features":[553]},{"name":"IDataModelNameBinder","features":[553]},{"name":"IDataModelScript","features":[553]},{"name":"IDataModelScriptClient","features":[553]},{"name":"IDataModelScriptDebug","features":[553]},{"name":"IDataModelScriptDebug2","features":[553]},{"name":"IDataModelScriptDebugBreakpoint","features":[553]},{"name":"IDataModelScriptDebugBreakpointEnumerator","features":[553]},{"name":"IDataModelScriptDebugClient","features":[553]},{"name":"IDataModelScriptDebugStack","features":[553]},{"name":"IDataModelScriptDebugStackFrame","features":[553]},{"name":"IDataModelScriptDebugVariableSetEnumerator","features":[553]},{"name":"IDataModelScriptHostContext","features":[553]},{"name":"IDataModelScriptManager","features":[553]},{"name":"IDataModelScriptProvider","features":[553]},{"name":"IDataModelScriptProviderEnumerator","features":[553]},{"name":"IDataModelScriptTemplate","features":[553]},{"name":"IDataModelScriptTemplateEnumerator","features":[553]},{"name":"IDebugAdvanced","features":[553]},{"name":"IDebugAdvanced2","features":[553]},{"name":"IDebugAdvanced3","features":[553]},{"name":"IDebugAdvanced4","features":[553]},{"name":"IDebugBreakpoint","features":[553]},{"name":"IDebugBreakpoint2","features":[553]},{"name":"IDebugBreakpoint3","features":[553]},{"name":"IDebugClient","features":[553]},{"name":"IDebugClient2","features":[553]},{"name":"IDebugClient3","features":[553]},{"name":"IDebugClient4","features":[553]},{"name":"IDebugClient5","features":[553]},{"name":"IDebugClient6","features":[553]},{"name":"IDebugClient7","features":[553]},{"name":"IDebugClient8","features":[553]},{"name":"IDebugControl","features":[553]},{"name":"IDebugControl2","features":[553]},{"name":"IDebugControl3","features":[553]},{"name":"IDebugControl4","features":[553]},{"name":"IDebugControl5","features":[553]},{"name":"IDebugControl6","features":[553]},{"name":"IDebugControl7","features":[553]},{"name":"IDebugDataSpaces","features":[553]},{"name":"IDebugDataSpaces2","features":[553]},{"name":"IDebugDataSpaces3","features":[553]},{"name":"IDebugDataSpaces4","features":[553]},{"name":"IDebugEventCallbacks","features":[553]},{"name":"IDebugEventCallbacksWide","features":[553]},{"name":"IDebugEventContextCallbacks","features":[553]},{"name":"IDebugFAEntryTags","features":[553]},{"name":"IDebugFailureAnalysis","features":[553]},{"name":"IDebugFailureAnalysis2","features":[553]},{"name":"IDebugFailureAnalysis3","features":[553]},{"name":"IDebugHost","features":[553]},{"name":"IDebugHostBaseClass","features":[553]},{"name":"IDebugHostConstant","features":[553]},{"name":"IDebugHostContext","features":[553]},{"name":"IDebugHostData","features":[553]},{"name":"IDebugHostErrorSink","features":[553]},{"name":"IDebugHostEvaluator","features":[553]},{"name":"IDebugHostEvaluator2","features":[553]},{"name":"IDebugHostExtensibility","features":[553]},{"name":"IDebugHostField","features":[553]},{"name":"IDebugHostMemory","features":[553]},{"name":"IDebugHostMemory2","features":[553]},{"name":"IDebugHostModule","features":[553]},{"name":"IDebugHostModule2","features":[553]},{"name":"IDebugHostModuleSignature","features":[553]},{"name":"IDebugHostPublic","features":[553]},{"name":"IDebugHostScriptHost","features":[553]},{"name":"IDebugHostStatus","features":[553]},{"name":"IDebugHostSymbol","features":[553]},{"name":"IDebugHostSymbol2","features":[553]},{"name":"IDebugHostSymbolEnumerator","features":[553]},{"name":"IDebugHostSymbols","features":[553]},{"name":"IDebugHostType","features":[553]},{"name":"IDebugHostType2","features":[553]},{"name":"IDebugHostTypeSignature","features":[553]},{"name":"IDebugInputCallbacks","features":[553]},{"name":"IDebugOutputCallbacks","features":[553]},{"name":"IDebugOutputCallbacks2","features":[553]},{"name":"IDebugOutputCallbacksWide","features":[553]},{"name":"IDebugOutputStream","features":[553]},{"name":"IDebugPlmClient","features":[553]},{"name":"IDebugPlmClient2","features":[553]},{"name":"IDebugPlmClient3","features":[553]},{"name":"IDebugRegisters","features":[553]},{"name":"IDebugRegisters2","features":[553]},{"name":"IDebugSymbolGroup","features":[553]},{"name":"IDebugSymbolGroup2","features":[553]},{"name":"IDebugSymbols","features":[553]},{"name":"IDebugSymbols2","features":[553]},{"name":"IDebugSymbols3","features":[553]},{"name":"IDebugSymbols4","features":[553]},{"name":"IDebugSymbols5","features":[553]},{"name":"IDebugSystemObjects","features":[553]},{"name":"IDebugSystemObjects2","features":[553]},{"name":"IDebugSystemObjects3","features":[553]},{"name":"IDebugSystemObjects4","features":[553]},{"name":"IDynamicConceptProviderConcept","features":[553]},{"name":"IDynamicKeyProviderConcept","features":[553]},{"name":"IEquatableConcept","features":[553]},{"name":"IG_DISASSEMBLE_BUFFER","features":[553]},{"name":"IG_DUMP_SYMBOL_INFO","features":[553]},{"name":"IG_FIND_FILE","features":[553]},{"name":"IG_GET_ANY_MODULE_IN_RANGE","features":[553]},{"name":"IG_GET_BUS_DATA","features":[553]},{"name":"IG_GET_CACHE_SIZE","features":[553]},{"name":"IG_GET_CLR_DATA_INTERFACE","features":[553]},{"name":"IG_GET_CONTEXT_EX","features":[553]},{"name":"IG_GET_CURRENT_PROCESS","features":[553]},{"name":"IG_GET_CURRENT_PROCESS_HANDLE","features":[553]},{"name":"IG_GET_CURRENT_THREAD","features":[553]},{"name":"IG_GET_DEBUGGER_DATA","features":[553]},{"name":"IG_GET_EXCEPTION_RECORD","features":[553]},{"name":"IG_GET_EXPRESSION_EX","features":[553]},{"name":"IG_GET_INPUT_LINE","features":[553]},{"name":"IG_GET_KERNEL_VERSION","features":[553]},{"name":"IG_GET_PEB_ADDRESS","features":[553]},{"name":"IG_GET_SET_SYMPATH","features":[553]},{"name":"IG_GET_TEB_ADDRESS","features":[553]},{"name":"IG_GET_THREAD_OS_INFO","features":[553]},{"name":"IG_GET_TYPE_SIZE","features":[553]},{"name":"IG_IS_PTR64","features":[553]},{"name":"IG_KD_CONTEXT","features":[553]},{"name":"IG_KSTACK_HELP","features":[553]},{"name":"IG_LOWMEM_CHECK","features":[553]},{"name":"IG_MATCH_PATTERN_A","features":[553]},{"name":"IG_OBSOLETE_PLACEHOLDER_36","features":[553]},{"name":"IG_PHYSICAL_TO_VIRTUAL","features":[553]},{"name":"IG_POINTER_SEARCH_PHYSICAL","features":[553]},{"name":"IG_QUERY_TARGET_INTERFACE","features":[553]},{"name":"IG_READ_CONTROL_SPACE","features":[553]},{"name":"IG_READ_IO_SPACE","features":[553]},{"name":"IG_READ_IO_SPACE_EX","features":[553]},{"name":"IG_READ_MSR","features":[553]},{"name":"IG_READ_PHYSICAL","features":[553]},{"name":"IG_READ_PHYSICAL_WITH_FLAGS","features":[553]},{"name":"IG_RELOAD_SYMBOLS","features":[553]},{"name":"IG_SEARCH_MEMORY","features":[553]},{"name":"IG_SET_BUS_DATA","features":[553]},{"name":"IG_SET_THREAD","features":[553]},{"name":"IG_TRANSLATE_VIRTUAL_TO_PHYSICAL","features":[553]},{"name":"IG_TYPED_DATA","features":[553]},{"name":"IG_TYPED_DATA_OBSOLETE","features":[553]},{"name":"IG_VIRTUAL_TO_PHYSICAL","features":[553]},{"name":"IG_WRITE_CONTROL_SPACE","features":[553]},{"name":"IG_WRITE_IO_SPACE","features":[553]},{"name":"IG_WRITE_IO_SPACE_EX","features":[553]},{"name":"IG_WRITE_MSR","features":[553]},{"name":"IG_WRITE_PHYSICAL","features":[553]},{"name":"IG_WRITE_PHYSICAL_WITH_FLAGS","features":[553]},{"name":"IHostDataModelAccess","features":[553]},{"name":"IIndexableConcept","features":[553]},{"name":"IIterableConcept","features":[553]},{"name":"IKeyEnumerator","features":[553]},{"name":"IKeyStore","features":[553]},{"name":"IModelIterator","features":[553]},{"name":"IModelKeyReference","features":[553]},{"name":"IModelKeyReference2","features":[553]},{"name":"IModelMethod","features":[553]},{"name":"IModelObject","features":[553]},{"name":"IModelPropertyAccessor","features":[553]},{"name":"INCORRECT_VERSION_INFO","features":[553]},{"name":"INLINE_FRAME_CONTEXT","features":[553]},{"name":"INSUFFICIENT_SPACE_TO_COPY","features":[553]},{"name":"IOSPACE","features":[553]},{"name":"IOSPACE32","features":[553]},{"name":"IOSPACE64","features":[553]},{"name":"IOSPACE_EX","features":[553]},{"name":"IOSPACE_EX32","features":[553]},{"name":"IOSPACE_EX64","features":[553]},{"name":"IPreferredRuntimeTypeConcept","features":[553]},{"name":"IRawEnumerator","features":[553]},{"name":"IStringDisplayableConcept","features":[553]},{"name":"Identical","features":[553]},{"name":"IntrinsicBool","features":[553]},{"name":"IntrinsicChar","features":[553]},{"name":"IntrinsicChar16","features":[553]},{"name":"IntrinsicChar32","features":[553]},{"name":"IntrinsicFloat","features":[553]},{"name":"IntrinsicHRESULT","features":[553]},{"name":"IntrinsicInt","features":[553]},{"name":"IntrinsicKind","features":[553]},{"name":"IntrinsicLong","features":[553]},{"name":"IntrinsicUInt","features":[553]},{"name":"IntrinsicULong","features":[553]},{"name":"IntrinsicVoid","features":[553]},{"name":"IntrinsicWChar","features":[553]},{"name":"KDDEBUGGER_DATA32","features":[553,312]},{"name":"KDDEBUGGER_DATA64","features":[553,312]},{"name":"KDEXTS_LOCK_CALLBACKROUTINE","features":[305,553]},{"name":"KDEXTS_LOCK_CALLBACKROUTINE_DEFINED","features":[553]},{"name":"KDEXTS_LOCK_INFO","features":[305,553]},{"name":"KDEXTS_PTE_INFO","features":[553]},{"name":"KDEXT_DUMP_HANDLE_CALLBACK","features":[305,553]},{"name":"KDEXT_FILELOCK_OWNER","features":[553]},{"name":"KDEXT_HANDLE_INFORMATION","features":[305,553]},{"name":"KDEXT_PROCESS_FIND_PARAMS","features":[553]},{"name":"KDEXT_THREAD_FIND_PARAMS","features":[553]},{"name":"KD_SECONDARY_VERSION_AMD64_CONTEXT","features":[553]},{"name":"KD_SECONDARY_VERSION_AMD64_OBSOLETE_CONTEXT_1","features":[553]},{"name":"KD_SECONDARY_VERSION_AMD64_OBSOLETE_CONTEXT_2","features":[553]},{"name":"KD_SECONDARY_VERSION_DEFAULT","features":[553]},{"name":"LanguageAssembly","features":[553]},{"name":"LanguageC","features":[553]},{"name":"LanguageCPP","features":[553]},{"name":"LanguageKind","features":[553]},{"name":"LanguageUnknown","features":[553]},{"name":"LessSpecific","features":[553]},{"name":"Location","features":[553]},{"name":"LocationConstant","features":[553]},{"name":"LocationKind","features":[553]},{"name":"LocationMember","features":[553]},{"name":"LocationNone","features":[553]},{"name":"LocationStatic","features":[553]},{"name":"MAX_STACK_IN_BYTES","features":[553]},{"name":"MEMORY_READ_ERROR","features":[553]},{"name":"MODULE_ORDERS_LOADTIME","features":[553]},{"name":"MODULE_ORDERS_MASK","features":[553]},{"name":"MODULE_ORDERS_MODULENAME","features":[553]},{"name":"ModelObjectKind","features":[553]},{"name":"MoreSpecific","features":[553]},{"name":"NO_TYPE","features":[553]},{"name":"NT_STATUS_CODE","features":[553]},{"name":"NULL_FIELD_NAME","features":[553]},{"name":"NULL_SYM_DUMP_PARAM","features":[553]},{"name":"OS_INFO","features":[553]},{"name":"OS_INFO_v1","features":[553]},{"name":"OS_TYPE","features":[553]},{"name":"ObjectContext","features":[553]},{"name":"ObjectError","features":[553]},{"name":"ObjectIntrinsic","features":[553]},{"name":"ObjectKeyReference","features":[553]},{"name":"ObjectMethod","features":[553]},{"name":"ObjectNoValue","features":[553]},{"name":"ObjectPropertyAccessor","features":[553]},{"name":"ObjectSynthetic","features":[553]},{"name":"ObjectTargetObject","features":[553]},{"name":"ObjectTargetObjectReference","features":[553]},{"name":"PDEBUG_EXTENSION_CALL","features":[553]},{"name":"PDEBUG_EXTENSION_CANUNLOAD","features":[553]},{"name":"PDEBUG_EXTENSION_INITIALIZE","features":[553]},{"name":"PDEBUG_EXTENSION_KNOWN_STRUCT","features":[553]},{"name":"PDEBUG_EXTENSION_KNOWN_STRUCT_EX","features":[553]},{"name":"PDEBUG_EXTENSION_NOTIFY","features":[553]},{"name":"PDEBUG_EXTENSION_PROVIDE_VALUE","features":[553]},{"name":"PDEBUG_EXTENSION_QUERY_VALUE_NAMES","features":[553]},{"name":"PDEBUG_EXTENSION_UNINITIALIZE","features":[553]},{"name":"PDEBUG_EXTENSION_UNLOAD","features":[553]},{"name":"PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION","features":[553]},{"name":"PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION","features":[553]},{"name":"PDEBUG_STACK_PROVIDER_FREESTACKSYMFRAMES","features":[305,553]},{"name":"PDEBUG_STACK_PROVIDER_RECONSTRUCTSTACK","features":[305,553]},{"name":"PENUMERATE_HANDLES","features":[305,553]},{"name":"PENUMERATE_HASH_TABLE","features":[305,553]},{"name":"PENUMERATE_JOB_PROCESSES","features":[305,553]},{"name":"PENUMERATE_SYSTEM_LOCKS","features":[305,553]},{"name":"PFIND_FILELOCK_OWNERINFO","features":[553]},{"name":"PFIND_MATCHING_PROCESS","features":[553]},{"name":"PFIND_MATCHING_THREAD","features":[553]},{"name":"PGET_CPU_MICROCODE_VERSION","features":[553]},{"name":"PGET_CPU_PSPEED_INFO","features":[553]},{"name":"PGET_DEVICE_OBJECT_INFO","features":[305,553]},{"name":"PGET_DRIVER_OBJECT_INFO","features":[553]},{"name":"PGET_FULL_IMAGE_NAME","features":[553]},{"name":"PGET_IRP_INFO","features":[553]},{"name":"PGET_PNP_TRIAGE_INFO","features":[553]},{"name":"PGET_POOL_DATA","features":[553]},{"name":"PGET_POOL_REGION","features":[553]},{"name":"PGET_POOL_TAG_DESCRIPTION","features":[553]},{"name":"PGET_PROCESS_COMMIT","features":[553]},{"name":"PGET_SMBIOS_INFO","features":[553]},{"name":"PHYSICAL","features":[553]},{"name":"PHYSICAL_TO_VIRTUAL","features":[553]},{"name":"PHYSICAL_WITH_FLAGS","features":[553]},{"name":"PHYS_FLAG_CACHED","features":[553]},{"name":"PHYS_FLAG_DEFAULT","features":[553]},{"name":"PHYS_FLAG_UNCACHED","features":[553]},{"name":"PHYS_FLAG_WRITE_COMBINED","features":[553]},{"name":"PKDEXTS_GET_PTE_INFO","features":[553]},{"name":"POINTER_SEARCH_PHYSICAL","features":[553]},{"name":"PROCESSORINFO","features":[553]},{"name":"PROCESS_COMMIT_USAGE","features":[553]},{"name":"PROCESS_END","features":[553]},{"name":"PROCESS_NAME_ENTRY","features":[553]},{"name":"PSYM_DUMP_FIELD_CALLBACK","features":[553]},{"name":"PTR_SEARCH_NO_SYMBOL_CHECK","features":[553]},{"name":"PTR_SEARCH_PHYS_ALL_HITS","features":[553]},{"name":"PTR_SEARCH_PHYS_PTE","features":[553]},{"name":"PTR_SEARCH_PHYS_RANGE_CHECK_ONLY","features":[553]},{"name":"PTR_SEARCH_PHYS_SIZE_SHIFT","features":[553]},{"name":"PWINDBG_CHECK_CONTROL_C","features":[553]},{"name":"PWINDBG_CHECK_VERSION","features":[553]},{"name":"PWINDBG_DISASM","features":[553]},{"name":"PWINDBG_DISASM32","features":[553]},{"name":"PWINDBG_DISASM64","features":[553]},{"name":"PWINDBG_EXTENSION_API_VERSION","features":[553]},{"name":"PWINDBG_EXTENSION_DLL_INIT","features":[553,312]},{"name":"PWINDBG_EXTENSION_DLL_INIT32","features":[553,312]},{"name":"PWINDBG_EXTENSION_DLL_INIT64","features":[553,312]},{"name":"PWINDBG_EXTENSION_ROUTINE","features":[305,553]},{"name":"PWINDBG_EXTENSION_ROUTINE32","features":[305,553]},{"name":"PWINDBG_EXTENSION_ROUTINE64","features":[305,553]},{"name":"PWINDBG_GET_EXPRESSION","features":[553]},{"name":"PWINDBG_GET_EXPRESSION32","features":[553]},{"name":"PWINDBG_GET_EXPRESSION64","features":[553]},{"name":"PWINDBG_GET_SYMBOL","features":[553]},{"name":"PWINDBG_GET_SYMBOL32","features":[553]},{"name":"PWINDBG_GET_SYMBOL64","features":[553]},{"name":"PWINDBG_GET_THREAD_CONTEXT_ROUTINE","features":[553,312]},{"name":"PWINDBG_IOCTL_ROUTINE","features":[553]},{"name":"PWINDBG_OLDKD_EXTENSION_ROUTINE","features":[553]},{"name":"PWINDBG_OLDKD_READ_PHYSICAL_MEMORY","features":[553]},{"name":"PWINDBG_OLDKD_WRITE_PHYSICAL_MEMORY","features":[553]},{"name":"PWINDBG_OLD_EXTENSION_ROUTINE","features":[553,312]},{"name":"PWINDBG_OUTPUT_ROUTINE","features":[553]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE","features":[553]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE32","features":[553]},{"name":"PWINDBG_READ_PROCESS_MEMORY_ROUTINE64","features":[553]},{"name":"PWINDBG_SET_THREAD_CONTEXT_ROUTINE","features":[553,312]},{"name":"PWINDBG_STACKTRACE_ROUTINE","features":[553]},{"name":"PWINDBG_STACKTRACE_ROUTINE32","features":[553]},{"name":"PWINDBG_STACKTRACE_ROUTINE64","features":[553]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE","features":[553]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE32","features":[553]},{"name":"PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE64","features":[553]},{"name":"PointerCXHat","features":[553]},{"name":"PointerKind","features":[553]},{"name":"PointerManagedReference","features":[553]},{"name":"PointerRValueReference","features":[553]},{"name":"PointerReference","features":[553]},{"name":"PointerStandard","features":[553]},{"name":"PreferredFormat","features":[553]},{"name":"READCONTROLSPACE","features":[553]},{"name":"READCONTROLSPACE32","features":[553]},{"name":"READCONTROLSPACE64","features":[553]},{"name":"READ_WRITE_MSR","features":[553]},{"name":"RawSearchFlags","features":[553]},{"name":"RawSearchNoBases","features":[553]},{"name":"RawSearchNone","features":[553]},{"name":"SEARCHMEMORY","features":[553]},{"name":"STACK_FRAME_TYPE_IGNORE","features":[553]},{"name":"STACK_FRAME_TYPE_INIT","features":[553]},{"name":"STACK_FRAME_TYPE_INLINE","features":[553]},{"name":"STACK_FRAME_TYPE_RA","features":[553]},{"name":"STACK_FRAME_TYPE_STACK","features":[553]},{"name":"STACK_SRC_INFO","features":[553]},{"name":"STACK_SYM_FRAME_INFO","features":[305,553]},{"name":"SYMBOL_INFO_EX","features":[553]},{"name":"SYMBOL_TYPE_INDEX_NOT_FOUND","features":[553]},{"name":"SYMBOL_TYPE_INFO_NOT_FOUND","features":[553]},{"name":"SYM_DUMP_PARAM","features":[553]},{"name":"ScriptChangeKind","features":[553]},{"name":"ScriptDebugAsyncBreak","features":[553]},{"name":"ScriptDebugBreak","features":[553]},{"name":"ScriptDebugBreakpoint","features":[553]},{"name":"ScriptDebugEvent","features":[553]},{"name":"ScriptDebugEventFilter","features":[553]},{"name":"ScriptDebugEventFilterAbort","features":[553]},{"name":"ScriptDebugEventFilterEntry","features":[553]},{"name":"ScriptDebugEventFilterException","features":[553]},{"name":"ScriptDebugEventFilterUnhandledException","features":[553]},{"name":"ScriptDebugEventInformation","features":[553]},{"name":"ScriptDebugException","features":[553]},{"name":"ScriptDebugExecuting","features":[553]},{"name":"ScriptDebugNoDebugger","features":[553]},{"name":"ScriptDebugNotExecuting","features":[553]},{"name":"ScriptDebugPosition","features":[553]},{"name":"ScriptDebugState","features":[553]},{"name":"ScriptDebugStep","features":[553]},{"name":"ScriptExecutionKind","features":[553]},{"name":"ScriptExecutionNormal","features":[553]},{"name":"ScriptExecutionStepIn","features":[553]},{"name":"ScriptExecutionStepOut","features":[553]},{"name":"ScriptExecutionStepOver","features":[553]},{"name":"ScriptRename","features":[553]},{"name":"SignatureComparison","features":[553]},{"name":"Symbol","features":[553]},{"name":"SymbolBaseClass","features":[553]},{"name":"SymbolConstant","features":[553]},{"name":"SymbolData","features":[553]},{"name":"SymbolField","features":[553]},{"name":"SymbolFunction","features":[553]},{"name":"SymbolKind","features":[553]},{"name":"SymbolModule","features":[553]},{"name":"SymbolPublic","features":[553]},{"name":"SymbolSearchCaseInsensitive","features":[553]},{"name":"SymbolSearchCompletion","features":[553]},{"name":"SymbolSearchNone","features":[553]},{"name":"SymbolSearchOptions","features":[553]},{"name":"SymbolType","features":[553]},{"name":"TANALYZE_RETURN","features":[553]},{"name":"TARGET_DEBUG_INFO","features":[553]},{"name":"TARGET_DEBUG_INFO_v1","features":[553]},{"name":"TARGET_DEBUG_INFO_v2","features":[553]},{"name":"TRANSLATE_VIRTUAL_TO_PHYSICAL","features":[553]},{"name":"TRIAGE_FOLLOWUP_DEFAULT","features":[553]},{"name":"TRIAGE_FOLLOWUP_FAIL","features":[553]},{"name":"TRIAGE_FOLLOWUP_IGNORE","features":[553]},{"name":"TRIAGE_FOLLOWUP_SUCCESS","features":[553]},{"name":"TypeArray","features":[553]},{"name":"TypeEnum","features":[553]},{"name":"TypeExtendedArray","features":[553]},{"name":"TypeFunction","features":[553]},{"name":"TypeIntrinsic","features":[553]},{"name":"TypeKind","features":[553]},{"name":"TypeMemberPointer","features":[553]},{"name":"TypePointer","features":[553]},{"name":"TypeTypedef","features":[553]},{"name":"TypeUDT","features":[553]},{"name":"UNAVAILABLE_ERROR","features":[553]},{"name":"Unrelated","features":[553]},{"name":"VIRTUAL_TO_PHYSICAL","features":[553]},{"name":"VarArgsCStyle","features":[553]},{"name":"VarArgsKind","features":[553]},{"name":"VarArgsNone","features":[553]},{"name":"WDBGEXTS_ADDRESS_DEFAULT","features":[553]},{"name":"WDBGEXTS_ADDRESS_RESERVED0","features":[553]},{"name":"WDBGEXTS_ADDRESS_SEG16","features":[553]},{"name":"WDBGEXTS_ADDRESS_SEG32","features":[553]},{"name":"WDBGEXTS_CLR_DATA_INTERFACE","features":[553]},{"name":"WDBGEXTS_DISASSEMBLE_BUFFER","features":[553]},{"name":"WDBGEXTS_MODULE_IN_RANGE","features":[553]},{"name":"WDBGEXTS_QUERY_INTERFACE","features":[553]},{"name":"WDBGEXTS_THREAD_OS_INFO","features":[553]},{"name":"WINDBG_EXTENSION_APIS","features":[553,312]},{"name":"WINDBG_EXTENSION_APIS32","features":[553,312]},{"name":"WINDBG_EXTENSION_APIS64","features":[553,312]},{"name":"WINDBG_OLDKD_EXTENSION_APIS","features":[553]},{"name":"WINDBG_OLD_EXTENSION_APIS","features":[553]},{"name":"WIN_95","features":[553]},{"name":"WIN_98","features":[553]},{"name":"WIN_ME","features":[553]},{"name":"WIN_NT4","features":[553]},{"name":"WIN_NT5","features":[553]},{"name":"WIN_NT5_1","features":[553]},{"name":"WIN_NT5_2","features":[553]},{"name":"WIN_NT6_0","features":[553]},{"name":"WIN_NT6_1","features":[553]},{"name":"WIN_UNDEFINED","features":[553]},{"name":"XML_DRIVER_NODE_INFO","features":[553]},{"name":"_EXTSAPI_VER_","features":[553]},{"name":"fnDebugFailureAnalysisCreateInstance","features":[553]}],"565":[{"name":"ALPCGuid","features":[336]},{"name":"CLASSIC_EVENT_ID","features":[336]},{"name":"CLSID_TraceRelogger","features":[336]},{"name":"CONTROLTRACE_HANDLE","features":[336]},{"name":"CTraceRelogger","features":[336]},{"name":"CloseTrace","features":[305,336]},{"name":"ControlTraceA","features":[305,336]},{"name":"ControlTraceW","features":[305,336]},{"name":"CreateTraceInstanceId","features":[305,336]},{"name":"CveEventWrite","features":[336]},{"name":"DECODING_SOURCE","features":[336]},{"name":"DIAG_LOGGER_NAMEA","features":[336]},{"name":"DIAG_LOGGER_NAMEW","features":[336]},{"name":"DecodingSourceMax","features":[336]},{"name":"DecodingSourceTlg","features":[336]},{"name":"DecodingSourceWPP","features":[336]},{"name":"DecodingSourceWbem","features":[336]},{"name":"DecodingSourceXMLFile","features":[336]},{"name":"DefaultTraceSecurityGuid","features":[336]},{"name":"DiskIoGuid","features":[336]},{"name":"ENABLECALLBACK_ENABLED_STATE","features":[336]},{"name":"ENABLE_TRACE_PARAMETERS","features":[336]},{"name":"ENABLE_TRACE_PARAMETERS_V1","features":[336]},{"name":"ENABLE_TRACE_PARAMETERS_VERSION","features":[336]},{"name":"ENABLE_TRACE_PARAMETERS_VERSION_2","features":[336]},{"name":"ETW_ASCIICHAR_TYPE_VALUE","features":[336]},{"name":"ETW_ASCIISTRING_TYPE_VALUE","features":[336]},{"name":"ETW_BOOLEAN_TYPE_VALUE","features":[336]},{"name":"ETW_BOOL_TYPE_VALUE","features":[336]},{"name":"ETW_BUFFER_CALLBACK_INFORMATION","features":[305,336,551]},{"name":"ETW_BUFFER_CONTEXT","features":[336]},{"name":"ETW_BUFFER_HEADER","features":[336]},{"name":"ETW_BYTE_TYPE_VALUE","features":[336]},{"name":"ETW_CHAR_TYPE_VALUE","features":[336]},{"name":"ETW_COMPRESSION_RESUMPTION_MODE","features":[336]},{"name":"ETW_COUNTED_ANSISTRING_TYPE_VALUE","features":[336]},{"name":"ETW_COUNTED_STRING_TYPE_VALUE","features":[336]},{"name":"ETW_DATETIME_TYPE_VALUE","features":[336]},{"name":"ETW_DECIMAL_TYPE_VALUE","features":[336]},{"name":"ETW_DOUBLE_TYPE_VALUE","features":[336]},{"name":"ETW_GUID_TYPE_VALUE","features":[336]},{"name":"ETW_HIDDEN_TYPE_VALUE","features":[336]},{"name":"ETW_INT16_TYPE_VALUE","features":[336]},{"name":"ETW_INT32_TYPE_VALUE","features":[336]},{"name":"ETW_INT64_TYPE_VALUE","features":[336]},{"name":"ETW_NON_NULL_TERMINATED_STRING_TYPE_VALUE","features":[336]},{"name":"ETW_NULL_TYPE_VALUE","features":[336]},{"name":"ETW_OBJECT_TYPE_VALUE","features":[336]},{"name":"ETW_OPEN_TRACE_OPTIONS","features":[305,336,551]},{"name":"ETW_PMC_COUNTER_OWNER","features":[336]},{"name":"ETW_PMC_COUNTER_OWNERSHIP_STATUS","features":[336]},{"name":"ETW_PMC_COUNTER_OWNER_TYPE","features":[336]},{"name":"ETW_PMC_SESSION_INFO","features":[336]},{"name":"ETW_POINTER_TYPE_VALUE","features":[336]},{"name":"ETW_PROCESS_HANDLE_INFO_TYPE","features":[336]},{"name":"ETW_PROCESS_TRACE_MODES","features":[336]},{"name":"ETW_PROCESS_TRACE_MODE_NONE","features":[336]},{"name":"ETW_PROCESS_TRACE_MODE_RAW_TIMESTAMP","features":[336]},{"name":"ETW_PROVIDER_TRAIT_TYPE","features":[336]},{"name":"ETW_PTVECTOR_TYPE_VALUE","features":[336]},{"name":"ETW_REDUCED_ANSISTRING_TYPE_VALUE","features":[336]},{"name":"ETW_REDUCED_STRING_TYPE_VALUE","features":[336]},{"name":"ETW_REFRENCE_TYPE_VALUE","features":[336]},{"name":"ETW_REVERSED_COUNTED_ANSISTRING_TYPE_VALUE","features":[336]},{"name":"ETW_REVERSED_COUNTED_STRING_TYPE_VALUE","features":[336]},{"name":"ETW_SBYTE_TYPE_VALUE","features":[336]},{"name":"ETW_SID_TYPE_VALUE","features":[336]},{"name":"ETW_SINGLE_TYPE_VALUE","features":[336]},{"name":"ETW_SIZET_TYPE_VALUE","features":[336]},{"name":"ETW_STRING_TYPE_VALUE","features":[336]},{"name":"ETW_TRACE_PARTITION_INFORMATION","features":[336]},{"name":"ETW_TRACE_PARTITION_INFORMATION_V2","features":[336]},{"name":"ETW_UINT16_TYPE_VALUE","features":[336]},{"name":"ETW_UINT32_TYPE_VALUE","features":[336]},{"name":"ETW_UINT64_TYPE_VALUE","features":[336]},{"name":"ETW_VARIANT_TYPE_VALUE","features":[336]},{"name":"ETW_WMITIME_TYPE_VALUE","features":[336]},{"name":"EVENTMAP_ENTRY_VALUETYPE_STRING","features":[336]},{"name":"EVENTMAP_ENTRY_VALUETYPE_ULONG","features":[336]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_BITMAP","features":[336]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_PATTERNMAP","features":[336]},{"name":"EVENTMAP_INFO_FLAG_MANIFEST_VALUEMAP","features":[336]},{"name":"EVENTMAP_INFO_FLAG_WBEM_BITMAP","features":[336]},{"name":"EVENTMAP_INFO_FLAG_WBEM_FLAG","features":[336]},{"name":"EVENTMAP_INFO_FLAG_WBEM_NO_MAP","features":[336]},{"name":"EVENTMAP_INFO_FLAG_WBEM_VALUEMAP","features":[336]},{"name":"EVENTSECURITYOPERATION","features":[336]},{"name":"EVENT_ACTIVITY_CTRL_CREATE_ID","features":[336]},{"name":"EVENT_ACTIVITY_CTRL_CREATE_SET_ID","features":[336]},{"name":"EVENT_ACTIVITY_CTRL_GET_ID","features":[336]},{"name":"EVENT_ACTIVITY_CTRL_GET_SET_ID","features":[336]},{"name":"EVENT_ACTIVITY_CTRL_SET_ID","features":[336]},{"name":"EVENT_CONTROL_CODE_CAPTURE_STATE","features":[336]},{"name":"EVENT_CONTROL_CODE_DISABLE_PROVIDER","features":[336]},{"name":"EVENT_CONTROL_CODE_ENABLE_PROVIDER","features":[336]},{"name":"EVENT_DATA_DESCRIPTOR","features":[336]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_EVENT_METADATA","features":[336]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_NONE","features":[336]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_PROVIDER_METADATA","features":[336]},{"name":"EVENT_DATA_DESCRIPTOR_TYPE_TIMESTAMP_OVERRIDE","features":[336]},{"name":"EVENT_DESCRIPTOR","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_ENABLE_KEYWORD_0","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_ENABLE_SILOS","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_EVENT_KEY","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_EXCLUDE_INPRIVATE","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_IGNORE_KEYWORD_0","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_PROCESS_START_KEY","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_PROVIDER_GROUP","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_PSM_KEY","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_SID","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_SOURCE_CONTAINER_TRACKING","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_STACK_TRACE","features":[336]},{"name":"EVENT_ENABLE_PROPERTY_TS_ID","features":[336]},{"name":"EVENT_EXTENDED_ITEM_EVENT_KEY","features":[336]},{"name":"EVENT_EXTENDED_ITEM_INSTANCE","features":[336]},{"name":"EVENT_EXTENDED_ITEM_PEBS_INDEX","features":[336]},{"name":"EVENT_EXTENDED_ITEM_PMC_COUNTERS","features":[336]},{"name":"EVENT_EXTENDED_ITEM_PROCESS_START_KEY","features":[336]},{"name":"EVENT_EXTENDED_ITEM_RELATED_ACTIVITYID","features":[336]},{"name":"EVENT_EXTENDED_ITEM_STACK_KEY32","features":[336]},{"name":"EVENT_EXTENDED_ITEM_STACK_KEY64","features":[336]},{"name":"EVENT_EXTENDED_ITEM_STACK_TRACE32","features":[336]},{"name":"EVENT_EXTENDED_ITEM_STACK_TRACE64","features":[336]},{"name":"EVENT_EXTENDED_ITEM_TS_ID","features":[336]},{"name":"EVENT_FIELD_TYPE","features":[336]},{"name":"EVENT_FILTER_DESCRIPTOR","features":[336]},{"name":"EVENT_FILTER_EVENT_ID","features":[305,336]},{"name":"EVENT_FILTER_EVENT_NAME","features":[305,336]},{"name":"EVENT_FILTER_HEADER","features":[336]},{"name":"EVENT_FILTER_LEVEL_KW","features":[305,336]},{"name":"EVENT_FILTER_TYPE_CONTAINER","features":[336]},{"name":"EVENT_FILTER_TYPE_EVENT_ID","features":[336]},{"name":"EVENT_FILTER_TYPE_EVENT_NAME","features":[336]},{"name":"EVENT_FILTER_TYPE_EXECUTABLE_NAME","features":[336]},{"name":"EVENT_FILTER_TYPE_NONE","features":[336]},{"name":"EVENT_FILTER_TYPE_PACKAGE_APP_ID","features":[336]},{"name":"EVENT_FILTER_TYPE_PACKAGE_ID","features":[336]},{"name":"EVENT_FILTER_TYPE_PAYLOAD","features":[336]},{"name":"EVENT_FILTER_TYPE_PID","features":[336]},{"name":"EVENT_FILTER_TYPE_SCHEMATIZED","features":[336]},{"name":"EVENT_FILTER_TYPE_STACKWALK","features":[336]},{"name":"EVENT_FILTER_TYPE_STACKWALK_LEVEL_KW","features":[336]},{"name":"EVENT_FILTER_TYPE_STACKWALK_NAME","features":[336]},{"name":"EVENT_FILTER_TYPE_SYSTEM_FLAGS","features":[336]},{"name":"EVENT_FILTER_TYPE_TRACEHANDLE","features":[336]},{"name":"EVENT_HEADER","features":[336]},{"name":"EVENT_HEADER_EXTENDED_DATA_ITEM","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_CONTAINER_ID","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_CONTROL_GUID","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_EVENT_KEY","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_EVENT_SCHEMA_TL","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_INSTANCE_INFO","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_MAX","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_PEBS_INDEX","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_PMC_COUNTERS","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_PROCESS_START_KEY","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_PROV_TRAITS","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_PSM_KEY","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_QPC_DELTA","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_RELATED_ACTIVITYID","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_SID","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_KEY32","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_KEY64","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_TRACE32","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_STACK_TRACE64","features":[336]},{"name":"EVENT_HEADER_EXT_TYPE_TS_ID","features":[336]},{"name":"EVENT_HEADER_FLAG_32_BIT_HEADER","features":[336]},{"name":"EVENT_HEADER_FLAG_64_BIT_HEADER","features":[336]},{"name":"EVENT_HEADER_FLAG_CLASSIC_HEADER","features":[336]},{"name":"EVENT_HEADER_FLAG_DECODE_GUID","features":[336]},{"name":"EVENT_HEADER_FLAG_EXTENDED_INFO","features":[336]},{"name":"EVENT_HEADER_FLAG_NO_CPUTIME","features":[336]},{"name":"EVENT_HEADER_FLAG_PRIVATE_SESSION","features":[336]},{"name":"EVENT_HEADER_FLAG_PROCESSOR_INDEX","features":[336]},{"name":"EVENT_HEADER_FLAG_STRING_ONLY","features":[336]},{"name":"EVENT_HEADER_FLAG_TRACE_MESSAGE","features":[336]},{"name":"EVENT_HEADER_PROPERTY_FORWARDED_XML","features":[336]},{"name":"EVENT_HEADER_PROPERTY_LEGACY_EVENTLOG","features":[336]},{"name":"EVENT_HEADER_PROPERTY_RELOGGABLE","features":[336]},{"name":"EVENT_HEADER_PROPERTY_XML","features":[336]},{"name":"EVENT_INFO_CLASS","features":[336]},{"name":"EVENT_INSTANCE_HEADER","features":[336]},{"name":"EVENT_INSTANCE_INFO","features":[305,336]},{"name":"EVENT_LOGGER_NAME","features":[336]},{"name":"EVENT_LOGGER_NAMEA","features":[336]},{"name":"EVENT_LOGGER_NAMEW","features":[336]},{"name":"EVENT_MAP_ENTRY","features":[336]},{"name":"EVENT_MAP_INFO","features":[336]},{"name":"EVENT_MAX_LEVEL","features":[336]},{"name":"EVENT_MIN_LEVEL","features":[336]},{"name":"EVENT_PROPERTY_INFO","features":[336]},{"name":"EVENT_RECORD","features":[336]},{"name":"EVENT_TRACE","features":[336]},{"name":"EVENT_TRACE_ADDTO_TRIAGE_DUMP","features":[336]},{"name":"EVENT_TRACE_ADD_HEADER_MODE","features":[336]},{"name":"EVENT_TRACE_BUFFERING_MODE","features":[336]},{"name":"EVENT_TRACE_COMPRESSED_MODE","features":[336]},{"name":"EVENT_TRACE_CONTROL","features":[336]},{"name":"EVENT_TRACE_CONTROL_CONVERT_TO_REALTIME","features":[336]},{"name":"EVENT_TRACE_CONTROL_FLUSH","features":[336]},{"name":"EVENT_TRACE_CONTROL_INCREMENT_FILE","features":[336]},{"name":"EVENT_TRACE_CONTROL_QUERY","features":[336]},{"name":"EVENT_TRACE_CONTROL_STOP","features":[336]},{"name":"EVENT_TRACE_CONTROL_UPDATE","features":[336]},{"name":"EVENT_TRACE_DELAY_OPEN_FILE_MODE","features":[336]},{"name":"EVENT_TRACE_FILE_MODE_APPEND","features":[336]},{"name":"EVENT_TRACE_FILE_MODE_CIRCULAR","features":[336]},{"name":"EVENT_TRACE_FILE_MODE_NEWFILE","features":[336]},{"name":"EVENT_TRACE_FILE_MODE_NONE","features":[336]},{"name":"EVENT_TRACE_FILE_MODE_PREALLOCATE","features":[336]},{"name":"EVENT_TRACE_FILE_MODE_SEQUENTIAL","features":[336]},{"name":"EVENT_TRACE_FLAG","features":[336]},{"name":"EVENT_TRACE_FLAG_ALPC","features":[336]},{"name":"EVENT_TRACE_FLAG_CSWITCH","features":[336]},{"name":"EVENT_TRACE_FLAG_DBGPRINT","features":[336]},{"name":"EVENT_TRACE_FLAG_DEBUG_EVENTS","features":[336]},{"name":"EVENT_TRACE_FLAG_DISK_FILE_IO","features":[336]},{"name":"EVENT_TRACE_FLAG_DISK_IO","features":[336]},{"name":"EVENT_TRACE_FLAG_DISK_IO_INIT","features":[336]},{"name":"EVENT_TRACE_FLAG_DISPATCHER","features":[336]},{"name":"EVENT_TRACE_FLAG_DPC","features":[336]},{"name":"EVENT_TRACE_FLAG_DRIVER","features":[336]},{"name":"EVENT_TRACE_FLAG_ENABLE_RESERVE","features":[336]},{"name":"EVENT_TRACE_FLAG_EXTENSION","features":[336]},{"name":"EVENT_TRACE_FLAG_FILE_IO","features":[336]},{"name":"EVENT_TRACE_FLAG_FILE_IO_INIT","features":[336]},{"name":"EVENT_TRACE_FLAG_FORWARD_WMI","features":[336]},{"name":"EVENT_TRACE_FLAG_IMAGE_LOAD","features":[336]},{"name":"EVENT_TRACE_FLAG_INTERRUPT","features":[336]},{"name":"EVENT_TRACE_FLAG_JOB","features":[336]},{"name":"EVENT_TRACE_FLAG_MEMORY_HARD_FAULTS","features":[336]},{"name":"EVENT_TRACE_FLAG_MEMORY_PAGE_FAULTS","features":[336]},{"name":"EVENT_TRACE_FLAG_NETWORK_TCPIP","features":[336]},{"name":"EVENT_TRACE_FLAG_NO_SYSCONFIG","features":[336]},{"name":"EVENT_TRACE_FLAG_PROCESS","features":[336]},{"name":"EVENT_TRACE_FLAG_PROCESS_COUNTERS","features":[336]},{"name":"EVENT_TRACE_FLAG_PROFILE","features":[336]},{"name":"EVENT_TRACE_FLAG_REGISTRY","features":[336]},{"name":"EVENT_TRACE_FLAG_SPLIT_IO","features":[336]},{"name":"EVENT_TRACE_FLAG_SYSTEMCALL","features":[336]},{"name":"EVENT_TRACE_FLAG_THREAD","features":[336]},{"name":"EVENT_TRACE_FLAG_VAMAP","features":[336]},{"name":"EVENT_TRACE_FLAG_VIRTUAL_ALLOC","features":[336]},{"name":"EVENT_TRACE_HEADER","features":[336]},{"name":"EVENT_TRACE_INDEPENDENT_SESSION_MODE","features":[336]},{"name":"EVENT_TRACE_LOGFILEA","features":[305,336,551]},{"name":"EVENT_TRACE_LOGFILEW","features":[305,336,551]},{"name":"EVENT_TRACE_MODE_RESERVED","features":[336]},{"name":"EVENT_TRACE_NONSTOPPABLE_MODE","features":[336]},{"name":"EVENT_TRACE_NO_PER_PROCESSOR_BUFFERING","features":[336]},{"name":"EVENT_TRACE_PERSIST_ON_HYBRID_SHUTDOWN","features":[336]},{"name":"EVENT_TRACE_PRIVATE_IN_PROC","features":[336]},{"name":"EVENT_TRACE_PRIVATE_LOGGER_MODE","features":[336]},{"name":"EVENT_TRACE_PROPERTIES","features":[305,336]},{"name":"EVENT_TRACE_PROPERTIES_V2","features":[305,336]},{"name":"EVENT_TRACE_REAL_TIME_MODE","features":[336]},{"name":"EVENT_TRACE_RELOG_MODE","features":[336]},{"name":"EVENT_TRACE_SECURE_MODE","features":[336]},{"name":"EVENT_TRACE_STOP_ON_HYBRID_SHUTDOWN","features":[336]},{"name":"EVENT_TRACE_SYSTEM_LOGGER_MODE","features":[336]},{"name":"EVENT_TRACE_TYPE_ACCEPT","features":[336]},{"name":"EVENT_TRACE_TYPE_ACKDUP","features":[336]},{"name":"EVENT_TRACE_TYPE_ACKFULL","features":[336]},{"name":"EVENT_TRACE_TYPE_ACKPART","features":[336]},{"name":"EVENT_TRACE_TYPE_CHECKPOINT","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_BOOT","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_CI_INFO","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_CPU","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_DEFRAG","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_DEVICEFAMILY","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_DPI","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_FLIGHTID","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_IDECHANNEL","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_IRQ","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_LOGICALDISK","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_MACHINEID","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_MOBILEPLATFORM","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_NETINFO","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_NIC","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_NUMANODE","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_OPTICALMEDIA","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_PHYSICALDISK","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_PHYSICALDISK_EX","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_PLATFORM","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_PNP","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_POWER","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSOR","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSORGROUP","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_PROCESSORNUMBER","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_SERVICES","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_VIDEO","features":[336]},{"name":"EVENT_TRACE_TYPE_CONFIG_VIRTUALIZATION","features":[336]},{"name":"EVENT_TRACE_TYPE_CONNECT","features":[336]},{"name":"EVENT_TRACE_TYPE_CONNFAIL","features":[336]},{"name":"EVENT_TRACE_TYPE_COPY_ARP","features":[336]},{"name":"EVENT_TRACE_TYPE_COPY_TCP","features":[336]},{"name":"EVENT_TRACE_TYPE_DBGID_RSDS","features":[336]},{"name":"EVENT_TRACE_TYPE_DC_END","features":[336]},{"name":"EVENT_TRACE_TYPE_DC_START","features":[336]},{"name":"EVENT_TRACE_TYPE_DEQUEUE","features":[336]},{"name":"EVENT_TRACE_TYPE_DISCONNECT","features":[336]},{"name":"EVENT_TRACE_TYPE_END","features":[336]},{"name":"EVENT_TRACE_TYPE_EXTENSION","features":[336]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_COMPLETION","features":[336]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_FAILURE","features":[336]},{"name":"EVENT_TRACE_TYPE_FLT_POSTOP_INIT","features":[336]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_COMPLETION","features":[336]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_FAILURE","features":[336]},{"name":"EVENT_TRACE_TYPE_FLT_PREOP_INIT","features":[336]},{"name":"EVENT_TRACE_TYPE_GUIDMAP","features":[336]},{"name":"EVENT_TRACE_TYPE_INFO","features":[336]},{"name":"EVENT_TRACE_TYPE_IO_FLUSH","features":[336]},{"name":"EVENT_TRACE_TYPE_IO_FLUSH_INIT","features":[336]},{"name":"EVENT_TRACE_TYPE_IO_READ","features":[336]},{"name":"EVENT_TRACE_TYPE_IO_READ_INIT","features":[336]},{"name":"EVENT_TRACE_TYPE_IO_REDIRECTED_INIT","features":[336]},{"name":"EVENT_TRACE_TYPE_IO_WRITE","features":[336]},{"name":"EVENT_TRACE_TYPE_IO_WRITE_INIT","features":[336]},{"name":"EVENT_TRACE_TYPE_LOAD","features":[336]},{"name":"EVENT_TRACE_TYPE_MM_AV","features":[336]},{"name":"EVENT_TRACE_TYPE_MM_COW","features":[336]},{"name":"EVENT_TRACE_TYPE_MM_DZF","features":[336]},{"name":"EVENT_TRACE_TYPE_MM_GPF","features":[336]},{"name":"EVENT_TRACE_TYPE_MM_HPF","features":[336]},{"name":"EVENT_TRACE_TYPE_MM_TF","features":[336]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_FLUSH","features":[336]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_FLUSH_INIT","features":[336]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_READ","features":[336]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_READ_INIT","features":[336]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_WRITE","features":[336]},{"name":"EVENT_TRACE_TYPE_OPTICAL_IO_WRITE_INIT","features":[336]},{"name":"EVENT_TRACE_TYPE_RECEIVE","features":[336]},{"name":"EVENT_TRACE_TYPE_RECONNECT","features":[336]},{"name":"EVENT_TRACE_TYPE_REGCLOSE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGCOMMIT","features":[336]},{"name":"EVENT_TRACE_TYPE_REGCREATE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGDELETE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGDELETEVALUE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGENUMERATEKEY","features":[336]},{"name":"EVENT_TRACE_TYPE_REGENUMERATEVALUEKEY","features":[336]},{"name":"EVENT_TRACE_TYPE_REGFLUSH","features":[336]},{"name":"EVENT_TRACE_TYPE_REGKCBCREATE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGKCBDELETE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGKCBRUNDOWNBEGIN","features":[336]},{"name":"EVENT_TRACE_TYPE_REGKCBRUNDOWNEND","features":[336]},{"name":"EVENT_TRACE_TYPE_REGMOUNTHIVE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGOPEN","features":[336]},{"name":"EVENT_TRACE_TYPE_REGPREPARE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGQUERY","features":[336]},{"name":"EVENT_TRACE_TYPE_REGQUERYMULTIPLEVALUE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGQUERYSECURITY","features":[336]},{"name":"EVENT_TRACE_TYPE_REGQUERYVALUE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGROLLBACK","features":[336]},{"name":"EVENT_TRACE_TYPE_REGSETINFORMATION","features":[336]},{"name":"EVENT_TRACE_TYPE_REGSETSECURITY","features":[336]},{"name":"EVENT_TRACE_TYPE_REGSETVALUE","features":[336]},{"name":"EVENT_TRACE_TYPE_REGVIRTUALIZE","features":[336]},{"name":"EVENT_TRACE_TYPE_REPLY","features":[336]},{"name":"EVENT_TRACE_TYPE_RESUME","features":[336]},{"name":"EVENT_TRACE_TYPE_RETRANSMIT","features":[336]},{"name":"EVENT_TRACE_TYPE_SECURITY","features":[336]},{"name":"EVENT_TRACE_TYPE_SEND","features":[336]},{"name":"EVENT_TRACE_TYPE_SIDINFO","features":[336]},{"name":"EVENT_TRACE_TYPE_START","features":[336]},{"name":"EVENT_TRACE_TYPE_STOP","features":[336]},{"name":"EVENT_TRACE_TYPE_SUSPEND","features":[336]},{"name":"EVENT_TRACE_TYPE_TERMINATE","features":[336]},{"name":"EVENT_TRACE_TYPE_WINEVT_RECEIVE","features":[336]},{"name":"EVENT_TRACE_TYPE_WINEVT_SEND","features":[336]},{"name":"EVENT_TRACE_USE_GLOBAL_SEQUENCE","features":[336]},{"name":"EVENT_TRACE_USE_KBYTES_FOR_SIZE","features":[336]},{"name":"EVENT_TRACE_USE_LOCAL_SEQUENCE","features":[336]},{"name":"EVENT_TRACE_USE_NOCPUTIME","features":[336]},{"name":"EVENT_TRACE_USE_PAGED_MEMORY","features":[336]},{"name":"EVENT_TRACE_USE_PROCTIME","features":[336]},{"name":"EVENT_WRITE_FLAG_INPRIVATE","features":[336]},{"name":"EVENT_WRITE_FLAG_NO_FAULTING","features":[336]},{"name":"EnableTrace","features":[305,336]},{"name":"EnableTraceEx","features":[305,336]},{"name":"EnableTraceEx2","features":[305,336]},{"name":"EnumerateTraceGuids","features":[305,336]},{"name":"EnumerateTraceGuidsEx","features":[305,336]},{"name":"EtwCompressionModeNoDisable","features":[336]},{"name":"EtwCompressionModeNoRestart","features":[336]},{"name":"EtwCompressionModeRestart","features":[336]},{"name":"EtwPmcOwnerFree","features":[336]},{"name":"EtwPmcOwnerTagged","features":[336]},{"name":"EtwPmcOwnerTaggedWithSource","features":[336]},{"name":"EtwPmcOwnerUntagged","features":[336]},{"name":"EtwProviderTraitDecodeGuid","features":[336]},{"name":"EtwProviderTraitTypeGroup","features":[336]},{"name":"EtwProviderTraitTypeMax","features":[336]},{"name":"EtwQueryLastDroppedTimes","features":[336]},{"name":"EtwQueryLogFileHeader","features":[336]},{"name":"EtwQueryPartitionInformation","features":[336]},{"name":"EtwQueryPartitionInformationV2","features":[336]},{"name":"EtwQueryProcessHandleInfoMax","features":[336]},{"name":"EventAccessControl","features":[305,309,336]},{"name":"EventAccessQuery","features":[309,336]},{"name":"EventAccessRemove","features":[336]},{"name":"EventActivityIdControl","features":[336]},{"name":"EventChannelInformation","features":[336]},{"name":"EventEnabled","features":[305,336]},{"name":"EventInformationMax","features":[336]},{"name":"EventKeywordInformation","features":[336]},{"name":"EventLevelInformation","features":[336]},{"name":"EventOpcodeInformation","features":[336]},{"name":"EventProviderBinaryTrackInfo","features":[336]},{"name":"EventProviderEnabled","features":[305,336]},{"name":"EventProviderSetReserved1","features":[336]},{"name":"EventProviderSetTraits","features":[336]},{"name":"EventProviderUseDescriptorType","features":[336]},{"name":"EventRegister","features":[336]},{"name":"EventSecurityAddDACL","features":[336]},{"name":"EventSecurityAddSACL","features":[336]},{"name":"EventSecurityMax","features":[336]},{"name":"EventSecuritySetDACL","features":[336]},{"name":"EventSecuritySetSACL","features":[336]},{"name":"EventSetInformation","features":[336]},{"name":"EventTaskInformation","features":[336]},{"name":"EventTraceConfigGuid","features":[336]},{"name":"EventTraceGuid","features":[336]},{"name":"EventUnregister","features":[336]},{"name":"EventWrite","features":[336]},{"name":"EventWriteEx","features":[336]},{"name":"EventWriteString","features":[336]},{"name":"EventWriteTransfer","features":[336]},{"name":"FileIoGuid","features":[336]},{"name":"FlushTraceA","features":[305,336]},{"name":"FlushTraceW","features":[305,336]},{"name":"GLOBAL_LOGGER_NAME","features":[336]},{"name":"GLOBAL_LOGGER_NAMEA","features":[336]},{"name":"GLOBAL_LOGGER_NAMEW","features":[336]},{"name":"GetTraceEnableFlags","features":[336]},{"name":"GetTraceEnableLevel","features":[336]},{"name":"GetTraceLoggerHandle","features":[336]},{"name":"ITraceEvent","features":[336]},{"name":"ITraceEventCallback","features":[336]},{"name":"ITraceRelogger","features":[336]},{"name":"ImageLoadGuid","features":[336]},{"name":"KERNEL_LOGGER_NAME","features":[336]},{"name":"KERNEL_LOGGER_NAMEA","features":[336]},{"name":"KERNEL_LOGGER_NAMEW","features":[336]},{"name":"MAP_FLAGS","features":[336]},{"name":"MAP_VALUETYPE","features":[336]},{"name":"MAX_EVENT_DATA_DESCRIPTORS","features":[336]},{"name":"MAX_EVENT_FILTERS_COUNT","features":[336]},{"name":"MAX_EVENT_FILTER_DATA_SIZE","features":[336]},{"name":"MAX_EVENT_FILTER_EVENT_ID_COUNT","features":[336]},{"name":"MAX_EVENT_FILTER_EVENT_NAME_SIZE","features":[336]},{"name":"MAX_EVENT_FILTER_PAYLOAD_SIZE","features":[336]},{"name":"MAX_EVENT_FILTER_PID_COUNT","features":[336]},{"name":"MAX_MOF_FIELDS","features":[336]},{"name":"MAX_PAYLOAD_PREDICATES","features":[336]},{"name":"MOF_FIELD","features":[336]},{"name":"MaxEventInfo","features":[336]},{"name":"MaxTraceSetInfoClass","features":[336]},{"name":"OFFSETINSTANCEDATAANDLENGTH","features":[336]},{"name":"OpenTraceA","features":[305,336,551]},{"name":"OpenTraceFromBufferStream","features":[305,336,551]},{"name":"OpenTraceFromFile","features":[305,336,551]},{"name":"OpenTraceFromRealTimeLogger","features":[305,336,551]},{"name":"OpenTraceFromRealTimeLoggerWithAllocationOptions","features":[305,336,551]},{"name":"OpenTraceW","features":[305,336,551]},{"name":"PAYLOADFIELD_BETWEEN","features":[336]},{"name":"PAYLOADFIELD_CONTAINS","features":[336]},{"name":"PAYLOADFIELD_DOESNTCONTAIN","features":[336]},{"name":"PAYLOADFIELD_EQ","features":[336]},{"name":"PAYLOADFIELD_GE","features":[336]},{"name":"PAYLOADFIELD_GT","features":[336]},{"name":"PAYLOADFIELD_INVALID","features":[336]},{"name":"PAYLOADFIELD_IS","features":[336]},{"name":"PAYLOADFIELD_ISNOT","features":[336]},{"name":"PAYLOADFIELD_LE","features":[336]},{"name":"PAYLOADFIELD_LT","features":[336]},{"name":"PAYLOADFIELD_MODULO","features":[336]},{"name":"PAYLOADFIELD_NE","features":[336]},{"name":"PAYLOADFIELD_NOTBETWEEN","features":[336]},{"name":"PAYLOAD_FILTER_PREDICATE","features":[336]},{"name":"PAYLOAD_OPERATOR","features":[336]},{"name":"PENABLECALLBACK","features":[336]},{"name":"PETW_BUFFER_CALLBACK","features":[305,336,551]},{"name":"PETW_BUFFER_COMPLETION_CALLBACK","features":[336]},{"name":"PEVENT_CALLBACK","features":[336]},{"name":"PEVENT_RECORD_CALLBACK","features":[336]},{"name":"PEVENT_TRACE_BUFFER_CALLBACKA","features":[305,336,551]},{"name":"PEVENT_TRACE_BUFFER_CALLBACKW","features":[305,336,551]},{"name":"PROCESSTRACE_HANDLE","features":[336]},{"name":"PROCESS_TRACE_MODE_EVENT_RECORD","features":[336]},{"name":"PROCESS_TRACE_MODE_RAW_TIMESTAMP","features":[336]},{"name":"PROCESS_TRACE_MODE_REAL_TIME","features":[336]},{"name":"PROFILE_SOURCE_INFO","features":[336]},{"name":"PROPERTY_DATA_DESCRIPTOR","features":[336]},{"name":"PROPERTY_FLAGS","features":[336]},{"name":"PROVIDER_ENUMERATION_INFO","features":[336]},{"name":"PROVIDER_EVENT_INFO","features":[336]},{"name":"PROVIDER_FIELD_INFO","features":[336]},{"name":"PROVIDER_FIELD_INFOARRAY","features":[336]},{"name":"PROVIDER_FILTER_INFO","features":[336]},{"name":"PageFaultGuid","features":[336]},{"name":"PerfInfoGuid","features":[336]},{"name":"PrivateLoggerNotificationGuid","features":[336]},{"name":"ProcessGuid","features":[336]},{"name":"ProcessTrace","features":[305,336]},{"name":"ProcessTraceAddBufferToBufferStream","features":[336]},{"name":"ProcessTraceBufferDecrementReference","features":[336]},{"name":"ProcessTraceBufferIncrementReference","features":[336]},{"name":"PropertyHasCustomSchema","features":[336]},{"name":"PropertyHasTags","features":[336]},{"name":"PropertyParamCount","features":[336]},{"name":"PropertyParamFixedCount","features":[336]},{"name":"PropertyParamFixedLength","features":[336]},{"name":"PropertyParamLength","features":[336]},{"name":"PropertyStruct","features":[336]},{"name":"PropertyWBEMXmlFragment","features":[336]},{"name":"QueryAllTracesA","features":[305,336]},{"name":"QueryAllTracesW","features":[305,336]},{"name":"QueryTraceA","features":[305,336]},{"name":"QueryTraceProcessingHandle","features":[305,336]},{"name":"QueryTraceW","features":[305,336]},{"name":"REGHANDLE","features":[336]},{"name":"RELOGSTREAM_HANDLE","features":[336]},{"name":"RegisterTraceGuidsA","features":[305,336]},{"name":"RegisterTraceGuidsW","features":[305,336]},{"name":"RegistryGuid","features":[336]},{"name":"RemoveTraceCallback","features":[305,336]},{"name":"SYSTEM_ALPC_KW_GENERAL","features":[336]},{"name":"SYSTEM_CONFIG_KW_GRAPHICS","features":[336]},{"name":"SYSTEM_CONFIG_KW_NETWORK","features":[336]},{"name":"SYSTEM_CONFIG_KW_OPTICAL","features":[336]},{"name":"SYSTEM_CONFIG_KW_PNP","features":[336]},{"name":"SYSTEM_CONFIG_KW_SERVICES","features":[336]},{"name":"SYSTEM_CONFIG_KW_STORAGE","features":[336]},{"name":"SYSTEM_CONFIG_KW_SYSTEM","features":[336]},{"name":"SYSTEM_CPU_KW_CACHE_FLUSH","features":[336]},{"name":"SYSTEM_CPU_KW_CONFIG","features":[336]},{"name":"SYSTEM_CPU_KW_SPEC_CONTROL","features":[336]},{"name":"SYSTEM_EVENT_TYPE","features":[336]},{"name":"SYSTEM_HYPERVISOR_KW_CALLOUTS","features":[336]},{"name":"SYSTEM_HYPERVISOR_KW_PROFILE","features":[336]},{"name":"SYSTEM_HYPERVISOR_KW_VTL_CHANGE","features":[336]},{"name":"SYSTEM_INTERRUPT_KW_CLOCK_INTERRUPT","features":[336]},{"name":"SYSTEM_INTERRUPT_KW_DPC","features":[336]},{"name":"SYSTEM_INTERRUPT_KW_DPC_QUEUE","features":[336]},{"name":"SYSTEM_INTERRUPT_KW_GENERAL","features":[336]},{"name":"SYSTEM_INTERRUPT_KW_IPI","features":[336]},{"name":"SYSTEM_INTERRUPT_KW_WDF_DPC","features":[336]},{"name":"SYSTEM_INTERRUPT_KW_WDF_INTERRUPT","features":[336]},{"name":"SYSTEM_IOFILTER_KW_FAILURE","features":[336]},{"name":"SYSTEM_IOFILTER_KW_FASTIO","features":[336]},{"name":"SYSTEM_IOFILTER_KW_GENERAL","features":[336]},{"name":"SYSTEM_IOFILTER_KW_INIT","features":[336]},{"name":"SYSTEM_IO_KW_CC","features":[336]},{"name":"SYSTEM_IO_KW_DISK","features":[336]},{"name":"SYSTEM_IO_KW_DISK_INIT","features":[336]},{"name":"SYSTEM_IO_KW_DRIVERS","features":[336]},{"name":"SYSTEM_IO_KW_FILE","features":[336]},{"name":"SYSTEM_IO_KW_FILENAME","features":[336]},{"name":"SYSTEM_IO_KW_NETWORK","features":[336]},{"name":"SYSTEM_IO_KW_OPTICAL","features":[336]},{"name":"SYSTEM_IO_KW_OPTICAL_INIT","features":[336]},{"name":"SYSTEM_IO_KW_SPLIT","features":[336]},{"name":"SYSTEM_LOCK_KW_SPINLOCK","features":[336]},{"name":"SYSTEM_LOCK_KW_SPINLOCK_COUNTERS","features":[336]},{"name":"SYSTEM_LOCK_KW_SYNC_OBJECTS","features":[336]},{"name":"SYSTEM_MEMORY_KW_ALL_FAULTS","features":[336]},{"name":"SYSTEM_MEMORY_KW_CONTMEM_GEN","features":[336]},{"name":"SYSTEM_MEMORY_KW_FOOTPRINT","features":[336]},{"name":"SYSTEM_MEMORY_KW_GENERAL","features":[336]},{"name":"SYSTEM_MEMORY_KW_HARD_FAULTS","features":[336]},{"name":"SYSTEM_MEMORY_KW_HEAP","features":[336]},{"name":"SYSTEM_MEMORY_KW_MEMINFO","features":[336]},{"name":"SYSTEM_MEMORY_KW_MEMINFO_WS","features":[336]},{"name":"SYSTEM_MEMORY_KW_NONTRADEABLE","features":[336]},{"name":"SYSTEM_MEMORY_KW_PFSECTION","features":[336]},{"name":"SYSTEM_MEMORY_KW_POOL","features":[336]},{"name":"SYSTEM_MEMORY_KW_REFSET","features":[336]},{"name":"SYSTEM_MEMORY_KW_SESSION","features":[336]},{"name":"SYSTEM_MEMORY_KW_VAMAP","features":[336]},{"name":"SYSTEM_MEMORY_KW_VIRTUAL_ALLOC","features":[336]},{"name":"SYSTEM_MEMORY_KW_WS","features":[336]},{"name":"SYSTEM_MEMORY_POOL_FILTER_ID","features":[336]},{"name":"SYSTEM_OBJECT_KW_GENERAL","features":[336]},{"name":"SYSTEM_OBJECT_KW_HANDLE","features":[336]},{"name":"SYSTEM_POWER_KW_GENERAL","features":[336]},{"name":"SYSTEM_POWER_KW_HIBER_RUNDOWN","features":[336]},{"name":"SYSTEM_POWER_KW_IDLE_SELECTION","features":[336]},{"name":"SYSTEM_POWER_KW_PPM_EXIT_LATENCY","features":[336]},{"name":"SYSTEM_POWER_KW_PROCESSOR_IDLE","features":[336]},{"name":"SYSTEM_PROCESS_KW_DBGPRINT","features":[336]},{"name":"SYSTEM_PROCESS_KW_DEBUG_EVENTS","features":[336]},{"name":"SYSTEM_PROCESS_KW_FREEZE","features":[336]},{"name":"SYSTEM_PROCESS_KW_GENERAL","features":[336]},{"name":"SYSTEM_PROCESS_KW_INSWAP","features":[336]},{"name":"SYSTEM_PROCESS_KW_JOB","features":[336]},{"name":"SYSTEM_PROCESS_KW_LOADER","features":[336]},{"name":"SYSTEM_PROCESS_KW_PERF_COUNTER","features":[336]},{"name":"SYSTEM_PROCESS_KW_THREAD","features":[336]},{"name":"SYSTEM_PROCESS_KW_WAKE_COUNTER","features":[336]},{"name":"SYSTEM_PROCESS_KW_WAKE_DROP","features":[336]},{"name":"SYSTEM_PROCESS_KW_WAKE_EVENT","features":[336]},{"name":"SYSTEM_PROCESS_KW_WORKER_THREAD","features":[336]},{"name":"SYSTEM_PROFILE_KW_GENERAL","features":[336]},{"name":"SYSTEM_PROFILE_KW_PMC_PROFILE","features":[336]},{"name":"SYSTEM_REGISTRY_KW_GENERAL","features":[336]},{"name":"SYSTEM_REGISTRY_KW_HIVE","features":[336]},{"name":"SYSTEM_REGISTRY_KW_NOTIFICATION","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_AFFINITY","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_ANTI_STARVATION","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_COMPACT_CSWITCH","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_CONTEXT_SWITCH","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_DISPATCHER","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_IDEAL_PROCESSOR","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_KERNEL_QUEUE","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_LOAD_BALANCER","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_PRIORITY","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_SHOULD_YIELD","features":[336]},{"name":"SYSTEM_SCHEDULER_KW_XSCHEDULER","features":[336]},{"name":"SYSTEM_SYSCALL_KW_GENERAL","features":[336]},{"name":"SYSTEM_TIMER_KW_CLOCK_TIMER","features":[336]},{"name":"SYSTEM_TIMER_KW_GENERAL","features":[336]},{"name":"SetTraceCallback","features":[305,336]},{"name":"SplitIoGuid","features":[336]},{"name":"StartTraceA","features":[305,336]},{"name":"StartTraceW","features":[305,336]},{"name":"StopTraceA","features":[305,336]},{"name":"StopTraceW","features":[305,336]},{"name":"SystemAlpcProviderGuid","features":[336]},{"name":"SystemConfigProviderGuid","features":[336]},{"name":"SystemCpuProviderGuid","features":[336]},{"name":"SystemHypervisorProviderGuid","features":[336]},{"name":"SystemInterruptProviderGuid","features":[336]},{"name":"SystemIoFilterProviderGuid","features":[336]},{"name":"SystemIoProviderGuid","features":[336]},{"name":"SystemLockProviderGuid","features":[336]},{"name":"SystemMemoryProviderGuid","features":[336]},{"name":"SystemObjectProviderGuid","features":[336]},{"name":"SystemPowerProviderGuid","features":[336]},{"name":"SystemProcessProviderGuid","features":[336]},{"name":"SystemProfileProviderGuid","features":[336]},{"name":"SystemRegistryProviderGuid","features":[336]},{"name":"SystemSchedulerProviderGuid","features":[336]},{"name":"SystemSyscallProviderGuid","features":[336]},{"name":"SystemTimerProviderGuid","features":[336]},{"name":"SystemTraceControlGuid","features":[336]},{"name":"TDH_CONTEXT","features":[336]},{"name":"TDH_CONTEXT_MAXIMUM","features":[336]},{"name":"TDH_CONTEXT_PDB_PATH","features":[336]},{"name":"TDH_CONTEXT_POINTERSIZE","features":[336]},{"name":"TDH_CONTEXT_TYPE","features":[336]},{"name":"TDH_CONTEXT_WPP_GMT","features":[336]},{"name":"TDH_CONTEXT_WPP_TMFFILE","features":[336]},{"name":"TDH_CONTEXT_WPP_TMFSEARCHPATH","features":[336]},{"name":"TDH_HANDLE","features":[336]},{"name":"TDH_INTYPE_ANSICHAR","features":[336]},{"name":"TDH_INTYPE_ANSISTRING","features":[336]},{"name":"TDH_INTYPE_BINARY","features":[336]},{"name":"TDH_INTYPE_BOOLEAN","features":[336]},{"name":"TDH_INTYPE_COUNTEDANSISTRING","features":[336]},{"name":"TDH_INTYPE_COUNTEDSTRING","features":[336]},{"name":"TDH_INTYPE_DOUBLE","features":[336]},{"name":"TDH_INTYPE_FILETIME","features":[336]},{"name":"TDH_INTYPE_FLOAT","features":[336]},{"name":"TDH_INTYPE_GUID","features":[336]},{"name":"TDH_INTYPE_HEXDUMP","features":[336]},{"name":"TDH_INTYPE_HEXINT32","features":[336]},{"name":"TDH_INTYPE_HEXINT64","features":[336]},{"name":"TDH_INTYPE_INT16","features":[336]},{"name":"TDH_INTYPE_INT32","features":[336]},{"name":"TDH_INTYPE_INT64","features":[336]},{"name":"TDH_INTYPE_INT8","features":[336]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDANSISTRING","features":[336]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDBINARY","features":[336]},{"name":"TDH_INTYPE_MANIFEST_COUNTEDSTRING","features":[336]},{"name":"TDH_INTYPE_NONNULLTERMINATEDANSISTRING","features":[336]},{"name":"TDH_INTYPE_NONNULLTERMINATEDSTRING","features":[336]},{"name":"TDH_INTYPE_NULL","features":[336]},{"name":"TDH_INTYPE_POINTER","features":[336]},{"name":"TDH_INTYPE_RESERVED24","features":[336]},{"name":"TDH_INTYPE_REVERSEDCOUNTEDANSISTRING","features":[336]},{"name":"TDH_INTYPE_REVERSEDCOUNTEDSTRING","features":[336]},{"name":"TDH_INTYPE_SID","features":[336]},{"name":"TDH_INTYPE_SIZET","features":[336]},{"name":"TDH_INTYPE_SYSTEMTIME","features":[336]},{"name":"TDH_INTYPE_UINT16","features":[336]},{"name":"TDH_INTYPE_UINT32","features":[336]},{"name":"TDH_INTYPE_UINT64","features":[336]},{"name":"TDH_INTYPE_UINT8","features":[336]},{"name":"TDH_INTYPE_UNICODECHAR","features":[336]},{"name":"TDH_INTYPE_UNICODESTRING","features":[336]},{"name":"TDH_INTYPE_WBEMSID","features":[336]},{"name":"TDH_OUTTYPE_BOOLEAN","features":[336]},{"name":"TDH_OUTTYPE_BYTE","features":[336]},{"name":"TDH_OUTTYPE_CIMDATETIME","features":[336]},{"name":"TDH_OUTTYPE_CODE_POINTER","features":[336]},{"name":"TDH_OUTTYPE_CULTURE_INSENSITIVE_DATETIME","features":[336]},{"name":"TDH_OUTTYPE_DATETIME","features":[336]},{"name":"TDH_OUTTYPE_DATETIME_UTC","features":[336]},{"name":"TDH_OUTTYPE_DOUBLE","features":[336]},{"name":"TDH_OUTTYPE_ERRORCODE","features":[336]},{"name":"TDH_OUTTYPE_ETWTIME","features":[336]},{"name":"TDH_OUTTYPE_FLOAT","features":[336]},{"name":"TDH_OUTTYPE_GUID","features":[336]},{"name":"TDH_OUTTYPE_HEXBINARY","features":[336]},{"name":"TDH_OUTTYPE_HEXINT16","features":[336]},{"name":"TDH_OUTTYPE_HEXINT32","features":[336]},{"name":"TDH_OUTTYPE_HEXINT64","features":[336]},{"name":"TDH_OUTTYPE_HEXINT8","features":[336]},{"name":"TDH_OUTTYPE_HRESULT","features":[336]},{"name":"TDH_OUTTYPE_INT","features":[336]},{"name":"TDH_OUTTYPE_IPV4","features":[336]},{"name":"TDH_OUTTYPE_IPV6","features":[336]},{"name":"TDH_OUTTYPE_JSON","features":[336]},{"name":"TDH_OUTTYPE_LONG","features":[336]},{"name":"TDH_OUTTYPE_NOPRINT","features":[336]},{"name":"TDH_OUTTYPE_NTSTATUS","features":[336]},{"name":"TDH_OUTTYPE_NULL","features":[336]},{"name":"TDH_OUTTYPE_PID","features":[336]},{"name":"TDH_OUTTYPE_PKCS7_WITH_TYPE_INFO","features":[336]},{"name":"TDH_OUTTYPE_PORT","features":[336]},{"name":"TDH_OUTTYPE_REDUCEDSTRING","features":[336]},{"name":"TDH_OUTTYPE_SHORT","features":[336]},{"name":"TDH_OUTTYPE_SOCKETADDRESS","features":[336]},{"name":"TDH_OUTTYPE_STRING","features":[336]},{"name":"TDH_OUTTYPE_TID","features":[336]},{"name":"TDH_OUTTYPE_UNSIGNEDBYTE","features":[336]},{"name":"TDH_OUTTYPE_UNSIGNEDINT","features":[336]},{"name":"TDH_OUTTYPE_UNSIGNEDLONG","features":[336]},{"name":"TDH_OUTTYPE_UNSIGNEDSHORT","features":[336]},{"name":"TDH_OUTTYPE_UTF8","features":[336]},{"name":"TDH_OUTTYPE_WIN32ERROR","features":[336]},{"name":"TDH_OUTTYPE_XML","features":[336]},{"name":"TEMPLATE_CONTROL_GUID","features":[336]},{"name":"TEMPLATE_EVENT_DATA","features":[336]},{"name":"TEMPLATE_FLAGS","features":[336]},{"name":"TEMPLATE_USER_DATA","features":[336]},{"name":"TRACELOG_ACCESS_KERNEL_LOGGER","features":[336]},{"name":"TRACELOG_ACCESS_REALTIME","features":[336]},{"name":"TRACELOG_CREATE_INPROC","features":[336]},{"name":"TRACELOG_CREATE_ONDISK","features":[336]},{"name":"TRACELOG_CREATE_REALTIME","features":[336]},{"name":"TRACELOG_GUID_ENABLE","features":[336]},{"name":"TRACELOG_JOIN_GROUP","features":[336]},{"name":"TRACELOG_LOG_EVENT","features":[336]},{"name":"TRACELOG_REGISTER_GUIDS","features":[336]},{"name":"TRACE_ENABLE_INFO","features":[336]},{"name":"TRACE_EVENT_INFO","features":[336]},{"name":"TRACE_GUID_INFO","features":[336]},{"name":"TRACE_GUID_PROPERTIES","features":[305,336]},{"name":"TRACE_GUID_REGISTRATION","features":[305,336]},{"name":"TRACE_HEADER_FLAG_LOG_WNODE","features":[336]},{"name":"TRACE_HEADER_FLAG_TRACED_GUID","features":[336]},{"name":"TRACE_HEADER_FLAG_USE_GUID_PTR","features":[336]},{"name":"TRACE_HEADER_FLAG_USE_MOF_PTR","features":[336]},{"name":"TRACE_HEADER_FLAG_USE_TIMESTAMP","features":[336]},{"name":"TRACE_LEVEL_CRITICAL","features":[336]},{"name":"TRACE_LEVEL_ERROR","features":[336]},{"name":"TRACE_LEVEL_FATAL","features":[336]},{"name":"TRACE_LEVEL_INFORMATION","features":[336]},{"name":"TRACE_LEVEL_NONE","features":[336]},{"name":"TRACE_LEVEL_RESERVED6","features":[336]},{"name":"TRACE_LEVEL_RESERVED7","features":[336]},{"name":"TRACE_LEVEL_RESERVED8","features":[336]},{"name":"TRACE_LEVEL_RESERVED9","features":[336]},{"name":"TRACE_LEVEL_VERBOSE","features":[336]},{"name":"TRACE_LEVEL_WARNING","features":[336]},{"name":"TRACE_LOGFILE_HEADER","features":[305,336,551]},{"name":"TRACE_LOGFILE_HEADER32","features":[305,336,551]},{"name":"TRACE_LOGFILE_HEADER64","features":[305,336,551]},{"name":"TRACE_MESSAGE_COMPONENTID","features":[336]},{"name":"TRACE_MESSAGE_FLAGS","features":[336]},{"name":"TRACE_MESSAGE_FLAG_MASK","features":[336]},{"name":"TRACE_MESSAGE_GUID","features":[336]},{"name":"TRACE_MESSAGE_PERFORMANCE_TIMESTAMP","features":[336]},{"name":"TRACE_MESSAGE_POINTER32","features":[336]},{"name":"TRACE_MESSAGE_POINTER64","features":[336]},{"name":"TRACE_MESSAGE_SEQUENCE","features":[336]},{"name":"TRACE_MESSAGE_SYSTEMINFO","features":[336]},{"name":"TRACE_MESSAGE_TIMESTAMP","features":[336]},{"name":"TRACE_PERIODIC_CAPTURE_STATE_INFO","features":[336]},{"name":"TRACE_PROFILE_INTERVAL","features":[336]},{"name":"TRACE_PROVIDER_FLAG_LEGACY","features":[336]},{"name":"TRACE_PROVIDER_FLAG_PRE_ENABLE","features":[336]},{"name":"TRACE_PROVIDER_INFO","features":[336]},{"name":"TRACE_PROVIDER_INSTANCE_INFO","features":[336]},{"name":"TRACE_QUERY_INFO_CLASS","features":[336]},{"name":"TRACE_STACK_CACHING_INFO","features":[305,336]},{"name":"TRACE_VERSION_INFO","features":[336]},{"name":"TcpIpGuid","features":[336]},{"name":"TdhAggregatePayloadFilters","features":[305,336]},{"name":"TdhCleanupPayloadEventFilterDescriptor","features":[336]},{"name":"TdhCloseDecodingHandle","features":[336]},{"name":"TdhCreatePayloadFilter","features":[305,336]},{"name":"TdhDeletePayloadFilter","features":[336]},{"name":"TdhEnumerateManifestProviderEvents","features":[336]},{"name":"TdhEnumerateProviderFieldInformation","features":[336]},{"name":"TdhEnumerateProviderFilters","features":[336]},{"name":"TdhEnumerateProviders","features":[336]},{"name":"TdhEnumerateProvidersForDecodingSource","features":[336]},{"name":"TdhFormatProperty","features":[336]},{"name":"TdhGetDecodingParameter","features":[336]},{"name":"TdhGetEventInformation","features":[336]},{"name":"TdhGetEventMapInformation","features":[336]},{"name":"TdhGetManifestEventInformation","features":[336]},{"name":"TdhGetProperty","features":[336]},{"name":"TdhGetPropertySize","features":[336]},{"name":"TdhGetWppMessage","features":[336]},{"name":"TdhGetWppProperty","features":[336]},{"name":"TdhLoadManifest","features":[336]},{"name":"TdhLoadManifestFromBinary","features":[336]},{"name":"TdhLoadManifestFromMemory","features":[336]},{"name":"TdhOpenDecodingHandle","features":[336]},{"name":"TdhQueryProviderFieldInformation","features":[336]},{"name":"TdhSetDecodingParameter","features":[336]},{"name":"TdhUnloadManifest","features":[336]},{"name":"TdhUnloadManifestFromMemory","features":[336]},{"name":"ThreadGuid","features":[336]},{"name":"TraceDisallowListQuery","features":[336]},{"name":"TraceEvent","features":[305,336]},{"name":"TraceEventInstance","features":[305,336]},{"name":"TraceGroupQueryInfo","features":[336]},{"name":"TraceGroupQueryList","features":[336]},{"name":"TraceGuidQueryInfo","features":[336]},{"name":"TraceGuidQueryList","features":[336]},{"name":"TraceGuidQueryProcess","features":[336]},{"name":"TraceInfoReserved15","features":[336]},{"name":"TraceLbrConfigurationInfo","features":[336]},{"name":"TraceLbrEventListInfo","features":[336]},{"name":"TraceMaxLoggersQuery","features":[336]},{"name":"TraceMaxPmcCounterQuery","features":[336]},{"name":"TraceMessage","features":[305,336]},{"name":"TraceMessageVa","features":[305,336]},{"name":"TracePeriodicCaptureStateInfo","features":[336]},{"name":"TracePeriodicCaptureStateListInfo","features":[336]},{"name":"TracePmcCounterListInfo","features":[336]},{"name":"TracePmcCounterOwners","features":[336]},{"name":"TracePmcEventListInfo","features":[336]},{"name":"TracePmcSessionInformation","features":[336]},{"name":"TraceProfileSourceConfigInfo","features":[336]},{"name":"TraceProfileSourceListInfo","features":[336]},{"name":"TraceProviderBinaryTracking","features":[336]},{"name":"TraceQueryInformation","features":[305,336]},{"name":"TraceSampledProfileIntervalInfo","features":[336]},{"name":"TraceSetDisallowList","features":[336]},{"name":"TraceSetInformation","features":[305,336]},{"name":"TraceStackCachingInfo","features":[336]},{"name":"TraceStackTracingInfo","features":[336]},{"name":"TraceStreamCount","features":[336]},{"name":"TraceSystemTraceEnableFlagsInfo","features":[336]},{"name":"TraceUnifiedStackCachingInfo","features":[336]},{"name":"TraceVersionInfo","features":[336]},{"name":"UdpIpGuid","features":[336]},{"name":"UnregisterTraceGuids","features":[336]},{"name":"UpdateTraceA","features":[305,336]},{"name":"UpdateTraceW","features":[305,336]},{"name":"WMIDPREQUEST","features":[336]},{"name":"WMIDPREQUESTCODE","features":[336]},{"name":"WMIGUID_EXECUTE","features":[336]},{"name":"WMIGUID_NOTIFICATION","features":[336]},{"name":"WMIGUID_QUERY","features":[336]},{"name":"WMIGUID_READ_DESCRIPTION","features":[336]},{"name":"WMIGUID_SET","features":[336]},{"name":"WMIREGGUIDW","features":[336]},{"name":"WMIREGINFOW","features":[336]},{"name":"WMIREG_FLAG_EVENT_ONLY_GUID","features":[336]},{"name":"WMIREG_FLAG_EXPENSIVE","features":[336]},{"name":"WMIREG_FLAG_INSTANCE_BASENAME","features":[336]},{"name":"WMIREG_FLAG_INSTANCE_LIST","features":[336]},{"name":"WMIREG_FLAG_INSTANCE_PDO","features":[336]},{"name":"WMIREG_FLAG_REMOVE_GUID","features":[336]},{"name":"WMIREG_FLAG_RESERVED1","features":[336]},{"name":"WMIREG_FLAG_RESERVED2","features":[336]},{"name":"WMIREG_FLAG_TRACED_GUID","features":[336]},{"name":"WMIREG_FLAG_TRACE_CONTROL_GUID","features":[336]},{"name":"WMI_CAPTURE_STATE","features":[336]},{"name":"WMI_DISABLE_COLLECTION","features":[336]},{"name":"WMI_DISABLE_EVENTS","features":[336]},{"name":"WMI_ENABLE_COLLECTION","features":[336]},{"name":"WMI_ENABLE_EVENTS","features":[336]},{"name":"WMI_EXECUTE_METHOD","features":[336]},{"name":"WMI_GET_ALL_DATA","features":[336]},{"name":"WMI_GET_SINGLE_INSTANCE","features":[336]},{"name":"WMI_GLOBAL_LOGGER_ID","features":[336]},{"name":"WMI_GUIDTYPE_DATA","features":[336]},{"name":"WMI_GUIDTYPE_EVENT","features":[336]},{"name":"WMI_GUIDTYPE_TRACE","features":[336]},{"name":"WMI_GUIDTYPE_TRACECONTROL","features":[336]},{"name":"WMI_REGINFO","features":[336]},{"name":"WMI_SET_SINGLE_INSTANCE","features":[336]},{"name":"WMI_SET_SINGLE_ITEM","features":[336]},{"name":"WNODE_ALL_DATA","features":[305,336]},{"name":"WNODE_EVENT_ITEM","features":[305,336]},{"name":"WNODE_EVENT_REFERENCE","features":[305,336]},{"name":"WNODE_FLAG_ALL_DATA","features":[336]},{"name":"WNODE_FLAG_ANSI_INSTANCENAMES","features":[336]},{"name":"WNODE_FLAG_EVENT_ITEM","features":[336]},{"name":"WNODE_FLAG_EVENT_REFERENCE","features":[336]},{"name":"WNODE_FLAG_FIXED_INSTANCE_SIZE","features":[336]},{"name":"WNODE_FLAG_INSTANCES_SAME","features":[336]},{"name":"WNODE_FLAG_INTERNAL","features":[336]},{"name":"WNODE_FLAG_LOG_WNODE","features":[336]},{"name":"WNODE_FLAG_METHOD_ITEM","features":[336]},{"name":"WNODE_FLAG_NO_HEADER","features":[336]},{"name":"WNODE_FLAG_PDO_INSTANCE_NAMES","features":[336]},{"name":"WNODE_FLAG_PERSIST_EVENT","features":[336]},{"name":"WNODE_FLAG_SEND_DATA_BLOCK","features":[336]},{"name":"WNODE_FLAG_SEVERITY_MASK","features":[336]},{"name":"WNODE_FLAG_SINGLE_INSTANCE","features":[336]},{"name":"WNODE_FLAG_SINGLE_ITEM","features":[336]},{"name":"WNODE_FLAG_STATIC_INSTANCE_NAMES","features":[336]},{"name":"WNODE_FLAG_TOO_SMALL","features":[336]},{"name":"WNODE_FLAG_TRACED_GUID","features":[336]},{"name":"WNODE_FLAG_USE_GUID_PTR","features":[336]},{"name":"WNODE_FLAG_USE_MOF_PTR","features":[336]},{"name":"WNODE_FLAG_USE_TIMESTAMP","features":[336]},{"name":"WNODE_FLAG_VERSIONED_PROPERTIES","features":[336]},{"name":"WNODE_HEADER","features":[305,336]},{"name":"WNODE_METHOD_ITEM","features":[305,336]},{"name":"WNODE_SINGLE_INSTANCE","features":[305,336]},{"name":"WNODE_SINGLE_ITEM","features":[305,336]},{"name":"WNODE_TOO_SMALL","features":[305,336]},{"name":"_TDH_IN_TYPE","features":[336]},{"name":"_TDH_OUT_TYPE","features":[336]}],"566":[{"name":"HPSS","features":[554]},{"name":"HPSSWALK","features":[554]},{"name":"PSS_ALLOCATOR","features":[554]},{"name":"PSS_AUXILIARY_PAGES_INFORMATION","features":[554]},{"name":"PSS_AUXILIARY_PAGE_ENTRY","features":[305,554,324]},{"name":"PSS_CAPTURE_FLAGS","features":[554]},{"name":"PSS_CAPTURE_HANDLES","features":[554]},{"name":"PSS_CAPTURE_HANDLE_BASIC_INFORMATION","features":[554]},{"name":"PSS_CAPTURE_HANDLE_NAME_INFORMATION","features":[554]},{"name":"PSS_CAPTURE_HANDLE_TRACE","features":[554]},{"name":"PSS_CAPTURE_HANDLE_TYPE_SPECIFIC_INFORMATION","features":[554]},{"name":"PSS_CAPTURE_IPT_TRACE","features":[554]},{"name":"PSS_CAPTURE_NONE","features":[554]},{"name":"PSS_CAPTURE_RESERVED_00000002","features":[554]},{"name":"PSS_CAPTURE_RESERVED_00000400","features":[554]},{"name":"PSS_CAPTURE_RESERVED_00004000","features":[554]},{"name":"PSS_CAPTURE_THREADS","features":[554]},{"name":"PSS_CAPTURE_THREAD_CONTEXT","features":[554]},{"name":"PSS_CAPTURE_THREAD_CONTEXT_EXTENDED","features":[554]},{"name":"PSS_CAPTURE_VA_CLONE","features":[554]},{"name":"PSS_CAPTURE_VA_SPACE","features":[554]},{"name":"PSS_CAPTURE_VA_SPACE_SECTION_INFORMATION","features":[554]},{"name":"PSS_CREATE_BREAKAWAY","features":[554]},{"name":"PSS_CREATE_BREAKAWAY_OPTIONAL","features":[554]},{"name":"PSS_CREATE_FORCE_BREAKAWAY","features":[554]},{"name":"PSS_CREATE_MEASURE_PERFORMANCE","features":[554]},{"name":"PSS_CREATE_RELEASE_SECTION","features":[554]},{"name":"PSS_CREATE_USE_VM_ALLOCATIONS","features":[554]},{"name":"PSS_DUPLICATE_CLOSE_SOURCE","features":[554]},{"name":"PSS_DUPLICATE_FLAGS","features":[554]},{"name":"PSS_DUPLICATE_NONE","features":[554]},{"name":"PSS_HANDLE_ENTRY","features":[305,554]},{"name":"PSS_HANDLE_FLAGS","features":[554]},{"name":"PSS_HANDLE_HAVE_BASIC_INFORMATION","features":[554]},{"name":"PSS_HANDLE_HAVE_NAME","features":[554]},{"name":"PSS_HANDLE_HAVE_TYPE","features":[554]},{"name":"PSS_HANDLE_HAVE_TYPE_SPECIFIC_INFORMATION","features":[554]},{"name":"PSS_HANDLE_INFORMATION","features":[554]},{"name":"PSS_HANDLE_NONE","features":[554]},{"name":"PSS_HANDLE_TRACE_INFORMATION","features":[305,554]},{"name":"PSS_OBJECT_TYPE","features":[554]},{"name":"PSS_OBJECT_TYPE_EVENT","features":[554]},{"name":"PSS_OBJECT_TYPE_MUTANT","features":[554]},{"name":"PSS_OBJECT_TYPE_PROCESS","features":[554]},{"name":"PSS_OBJECT_TYPE_SECTION","features":[554]},{"name":"PSS_OBJECT_TYPE_SEMAPHORE","features":[554]},{"name":"PSS_OBJECT_TYPE_THREAD","features":[554]},{"name":"PSS_OBJECT_TYPE_UNKNOWN","features":[554]},{"name":"PSS_PERFORMANCE_COUNTERS","features":[554]},{"name":"PSS_PERF_RESOLUTION","features":[554]},{"name":"PSS_PROCESS_FLAGS","features":[554]},{"name":"PSS_PROCESS_FLAGS_FROZEN","features":[554]},{"name":"PSS_PROCESS_FLAGS_NONE","features":[554]},{"name":"PSS_PROCESS_FLAGS_PROTECTED","features":[554]},{"name":"PSS_PROCESS_FLAGS_RESERVED_03","features":[554]},{"name":"PSS_PROCESS_FLAGS_RESERVED_04","features":[554]},{"name":"PSS_PROCESS_FLAGS_WOW64","features":[554]},{"name":"PSS_PROCESS_INFORMATION","features":[305,554]},{"name":"PSS_QUERY_AUXILIARY_PAGES_INFORMATION","features":[554]},{"name":"PSS_QUERY_HANDLE_INFORMATION","features":[554]},{"name":"PSS_QUERY_HANDLE_TRACE_INFORMATION","features":[554]},{"name":"PSS_QUERY_INFORMATION_CLASS","features":[554]},{"name":"PSS_QUERY_PERFORMANCE_COUNTERS","features":[554]},{"name":"PSS_QUERY_PROCESS_INFORMATION","features":[554]},{"name":"PSS_QUERY_THREAD_INFORMATION","features":[554]},{"name":"PSS_QUERY_VA_CLONE_INFORMATION","features":[554]},{"name":"PSS_QUERY_VA_SPACE_INFORMATION","features":[554]},{"name":"PSS_THREAD_ENTRY","features":[305,335,554,312]},{"name":"PSS_THREAD_FLAGS","features":[554]},{"name":"PSS_THREAD_FLAGS_NONE","features":[554]},{"name":"PSS_THREAD_FLAGS_TERMINATED","features":[554]},{"name":"PSS_THREAD_INFORMATION","features":[554]},{"name":"PSS_VA_CLONE_INFORMATION","features":[305,554]},{"name":"PSS_VA_SPACE_ENTRY","features":[554]},{"name":"PSS_VA_SPACE_INFORMATION","features":[554]},{"name":"PSS_WALK_AUXILIARY_PAGES","features":[554]},{"name":"PSS_WALK_HANDLES","features":[554]},{"name":"PSS_WALK_INFORMATION_CLASS","features":[554]},{"name":"PSS_WALK_THREADS","features":[554]},{"name":"PSS_WALK_VA_SPACE","features":[554]},{"name":"PssCaptureSnapshot","features":[305,554]},{"name":"PssDuplicateSnapshot","features":[305,554]},{"name":"PssFreeSnapshot","features":[305,554]},{"name":"PssQuerySnapshot","features":[554]},{"name":"PssWalkMarkerCreate","features":[554]},{"name":"PssWalkMarkerFree","features":[554]},{"name":"PssWalkMarkerGetPosition","features":[554]},{"name":"PssWalkMarkerSeekToBeginning","features":[554]},{"name":"PssWalkMarkerSetPosition","features":[554]},{"name":"PssWalkSnapshot","features":[554]}],"567":[{"name":"CREATE_TOOLHELP_SNAPSHOT_FLAGS","features":[555]},{"name":"CreateToolhelp32Snapshot","features":[305,555]},{"name":"HEAPENTRY32","features":[305,555]},{"name":"HEAPENTRY32_FLAGS","features":[555]},{"name":"HEAPLIST32","features":[555]},{"name":"HF32_DEFAULT","features":[555]},{"name":"HF32_SHARED","features":[555]},{"name":"Heap32First","features":[305,555]},{"name":"Heap32ListFirst","features":[305,555]},{"name":"Heap32ListNext","features":[305,555]},{"name":"Heap32Next","features":[305,555]},{"name":"LF32_FIXED","features":[555]},{"name":"LF32_FREE","features":[555]},{"name":"LF32_MOVEABLE","features":[555]},{"name":"MAX_MODULE_NAME32","features":[555]},{"name":"MODULEENTRY32","features":[305,555]},{"name":"MODULEENTRY32W","features":[305,555]},{"name":"Module32First","features":[305,555]},{"name":"Module32FirstW","features":[305,555]},{"name":"Module32Next","features":[305,555]},{"name":"Module32NextW","features":[305,555]},{"name":"PROCESSENTRY32","features":[555]},{"name":"PROCESSENTRY32W","features":[555]},{"name":"Process32First","features":[305,555]},{"name":"Process32FirstW","features":[305,555]},{"name":"Process32Next","features":[305,555]},{"name":"Process32NextW","features":[305,555]},{"name":"TH32CS_INHERIT","features":[555]},{"name":"TH32CS_SNAPALL","features":[555]},{"name":"TH32CS_SNAPHEAPLIST","features":[555]},{"name":"TH32CS_SNAPMODULE","features":[555]},{"name":"TH32CS_SNAPMODULE32","features":[555]},{"name":"TH32CS_SNAPPROCESS","features":[555]},{"name":"TH32CS_SNAPTHREAD","features":[555]},{"name":"THREADENTRY32","features":[555]},{"name":"Thread32First","features":[305,555]},{"name":"Thread32Next","features":[305,555]},{"name":"Toolhelp32ReadProcessMemory","features":[305,555]}],"568":[{"name":"MSG_category_Devices","features":[556]},{"name":"MSG_category_Disk","features":[556]},{"name":"MSG_category_Network","features":[556]},{"name":"MSG_category_Printers","features":[556]},{"name":"MSG_category_Services","features":[556]},{"name":"MSG_category_Shell","features":[556]},{"name":"MSG_category_SystemEvent","features":[556]},{"name":"MSG_channel_Application","features":[556]},{"name":"MSG_channel_ProviderMetadata","features":[556]},{"name":"MSG_channel_Security","features":[556]},{"name":"MSG_channel_System","features":[556]},{"name":"MSG_channel_TraceClassic","features":[556]},{"name":"MSG_channel_TraceLogging","features":[556]},{"name":"MSG_keyword_AnyKeyword","features":[556]},{"name":"MSG_keyword_AuditFailure","features":[556]},{"name":"MSG_keyword_AuditSuccess","features":[556]},{"name":"MSG_keyword_Classic","features":[556]},{"name":"MSG_keyword_CorrelationHint","features":[556]},{"name":"MSG_keyword_ResponseTime","features":[556]},{"name":"MSG_keyword_SQM","features":[556]},{"name":"MSG_keyword_WDIDiag","features":[556]},{"name":"MSG_level_Critical","features":[556]},{"name":"MSG_level_Error","features":[556]},{"name":"MSG_level_Informational","features":[556]},{"name":"MSG_level_LogAlways","features":[556]},{"name":"MSG_level_Verbose","features":[556]},{"name":"MSG_level_Warning","features":[556]},{"name":"MSG_opcode_DCStart","features":[556]},{"name":"MSG_opcode_DCStop","features":[556]},{"name":"MSG_opcode_Extension","features":[556]},{"name":"MSG_opcode_Info","features":[556]},{"name":"MSG_opcode_Receive","features":[556]},{"name":"MSG_opcode_Reply","features":[556]},{"name":"MSG_opcode_Resume","features":[556]},{"name":"MSG_opcode_Send","features":[556]},{"name":"MSG_opcode_Start","features":[556]},{"name":"MSG_opcode_Stop","features":[556]},{"name":"MSG_opcode_Suspend","features":[556]},{"name":"MSG_task_None","features":[556]},{"name":"WINEVENT_CHANNEL_CLASSIC_TRACE","features":[556]},{"name":"WINEVENT_CHANNEL_GLOBAL_APPLICATION","features":[556]},{"name":"WINEVENT_CHANNEL_GLOBAL_SECURITY","features":[556]},{"name":"WINEVENT_CHANNEL_GLOBAL_SYSTEM","features":[556]},{"name":"WINEVENT_CHANNEL_PROVIDERMETADATA","features":[556]},{"name":"WINEVENT_CHANNEL_TRACELOGGING","features":[556]},{"name":"WINEVENT_KEYWORD_AUDIT_FAILURE","features":[556]},{"name":"WINEVENT_KEYWORD_AUDIT_SUCCESS","features":[556]},{"name":"WINEVENT_KEYWORD_CORRELATION_HINT","features":[556]},{"name":"WINEVENT_KEYWORD_EVENTLOG_CLASSIC","features":[556]},{"name":"WINEVENT_KEYWORD_RESERVED_49","features":[556]},{"name":"WINEVENT_KEYWORD_RESERVED_56","features":[556]},{"name":"WINEVENT_KEYWORD_RESERVED_57","features":[556]},{"name":"WINEVENT_KEYWORD_RESERVED_58","features":[556]},{"name":"WINEVENT_KEYWORD_RESERVED_59","features":[556]},{"name":"WINEVENT_KEYWORD_RESERVED_60","features":[556]},{"name":"WINEVENT_KEYWORD_RESERVED_61","features":[556]},{"name":"WINEVENT_KEYWORD_RESERVED_62","features":[556]},{"name":"WINEVENT_KEYWORD_RESERVED_63","features":[556]},{"name":"WINEVENT_KEYWORD_RESPONSE_TIME","features":[556]},{"name":"WINEVENT_KEYWORD_SQM","features":[556]},{"name":"WINEVENT_KEYWORD_WDI_DIAG","features":[556]},{"name":"WINEVENT_LEVEL_CRITICAL","features":[556]},{"name":"WINEVENT_LEVEL_ERROR","features":[556]},{"name":"WINEVENT_LEVEL_INFO","features":[556]},{"name":"WINEVENT_LEVEL_LOG_ALWAYS","features":[556]},{"name":"WINEVENT_LEVEL_RESERVED_10","features":[556]},{"name":"WINEVENT_LEVEL_RESERVED_11","features":[556]},{"name":"WINEVENT_LEVEL_RESERVED_12","features":[556]},{"name":"WINEVENT_LEVEL_RESERVED_13","features":[556]},{"name":"WINEVENT_LEVEL_RESERVED_14","features":[556]},{"name":"WINEVENT_LEVEL_RESERVED_15","features":[556]},{"name":"WINEVENT_LEVEL_RESERVED_6","features":[556]},{"name":"WINEVENT_LEVEL_RESERVED_7","features":[556]},{"name":"WINEVENT_LEVEL_RESERVED_8","features":[556]},{"name":"WINEVENT_LEVEL_RESERVED_9","features":[556]},{"name":"WINEVENT_LEVEL_VERBOSE","features":[556]},{"name":"WINEVENT_LEVEL_WARNING","features":[556]},{"name":"WINEVENT_OPCODE_DC_START","features":[556]},{"name":"WINEVENT_OPCODE_DC_STOP","features":[556]},{"name":"WINEVENT_OPCODE_EXTENSION","features":[556]},{"name":"WINEVENT_OPCODE_INFO","features":[556]},{"name":"WINEVENT_OPCODE_RECEIVE","features":[556]},{"name":"WINEVENT_OPCODE_REPLY","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_241","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_242","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_243","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_244","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_245","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_246","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_247","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_248","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_249","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_250","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_251","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_252","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_253","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_254","features":[556]},{"name":"WINEVENT_OPCODE_RESERVED_255","features":[556]},{"name":"WINEVENT_OPCODE_RESUME","features":[556]},{"name":"WINEVENT_OPCODE_SEND","features":[556]},{"name":"WINEVENT_OPCODE_START","features":[556]},{"name":"WINEVENT_OPCODE_STOP","features":[556]},{"name":"WINEVENT_OPCODE_SUSPEND","features":[556]},{"name":"WINEVENT_TASK_NONE","features":[556]},{"name":"WINEVT_KEYWORD_ANY","features":[556]}],"569":[{"name":"APPLICATIONTYPE","features":[557]},{"name":"AUTHENTICATION_LEVEL","features":[557]},{"name":"BOID","features":[557]},{"name":"CLSID_MSDtcTransaction","features":[557]},{"name":"CLSID_MSDtcTransactionManager","features":[557]},{"name":"CLUSTERRESOURCE_APPLICATIONTYPE","features":[557]},{"name":"DTCINITIATEDRECOVERYWORK","features":[557]},{"name":"DTCINITIATEDRECOVERYWORK_CHECKLUSTATUS","features":[557]},{"name":"DTCINITIATEDRECOVERYWORK_TMDOWN","features":[557]},{"name":"DTCINITIATEDRECOVERYWORK_TRANS","features":[557]},{"name":"DTCINSTALL_E_CLIENT_ALREADY_INSTALLED","features":[557]},{"name":"DTCINSTALL_E_SERVER_ALREADY_INSTALLED","features":[557]},{"name":"DTCLUCOMPARESTATE","features":[557]},{"name":"DTCLUCOMPARESTATESCONFIRMATION","features":[557]},{"name":"DTCLUCOMPARESTATESCONFIRMATION_CONFIRM","features":[557]},{"name":"DTCLUCOMPARESTATESCONFIRMATION_PROTOCOL","features":[557]},{"name":"DTCLUCOMPARESTATESERROR","features":[557]},{"name":"DTCLUCOMPARESTATESERROR_PROTOCOL","features":[557]},{"name":"DTCLUCOMPARESTATESRESPONSE","features":[557]},{"name":"DTCLUCOMPARESTATESRESPONSE_OK","features":[557]},{"name":"DTCLUCOMPARESTATESRESPONSE_PROTOCOL","features":[557]},{"name":"DTCLUCOMPARESTATE_COMMITTED","features":[557]},{"name":"DTCLUCOMPARESTATE_HEURISTICCOMMITTED","features":[557]},{"name":"DTCLUCOMPARESTATE_HEURISTICMIXED","features":[557]},{"name":"DTCLUCOMPARESTATE_HEURISTICRESET","features":[557]},{"name":"DTCLUCOMPARESTATE_INDOUBT","features":[557]},{"name":"DTCLUCOMPARESTATE_RESET","features":[557]},{"name":"DTCLUXLN","features":[557]},{"name":"DTCLUXLNCONFIRMATION","features":[557]},{"name":"DTCLUXLNCONFIRMATION_COLDWARMMISMATCH","features":[557]},{"name":"DTCLUXLNCONFIRMATION_CONFIRM","features":[557]},{"name":"DTCLUXLNCONFIRMATION_LOGNAMEMISMATCH","features":[557]},{"name":"DTCLUXLNCONFIRMATION_OBSOLETE","features":[557]},{"name":"DTCLUXLNERROR","features":[557]},{"name":"DTCLUXLNERROR_COLDWARMMISMATCH","features":[557]},{"name":"DTCLUXLNERROR_LOGNAMEMISMATCH","features":[557]},{"name":"DTCLUXLNERROR_PROTOCOL","features":[557]},{"name":"DTCLUXLNRESPONSE","features":[557]},{"name":"DTCLUXLNRESPONSE_COLDWARMMISMATCH","features":[557]},{"name":"DTCLUXLNRESPONSE_LOGNAMEMISMATCH","features":[557]},{"name":"DTCLUXLNRESPONSE_OK_SENDCONFIRMATION","features":[557]},{"name":"DTCLUXLNRESPONSE_OK_SENDOURXLNBACK","features":[557]},{"name":"DTCLUXLN_COLD","features":[557]},{"name":"DTCLUXLN_WARM","features":[557]},{"name":"DTC_GET_TRANSACTION_MANAGER","features":[557]},{"name":"DTC_GET_TRANSACTION_MANAGER_EX_A","features":[557]},{"name":"DTC_GET_TRANSACTION_MANAGER_EX_W","features":[557]},{"name":"DTC_INSTALL_CLIENT","features":[557]},{"name":"DTC_INSTALL_OVERWRITE_CLIENT","features":[557]},{"name":"DTC_INSTALL_OVERWRITE_SERVER","features":[557]},{"name":"DTC_STATUS_","features":[557]},{"name":"DTC_STATUS_CONTINUING","features":[557]},{"name":"DTC_STATUS_E_CANTCONTROL","features":[557]},{"name":"DTC_STATUS_FAILED","features":[557]},{"name":"DTC_STATUS_PAUSED","features":[557]},{"name":"DTC_STATUS_PAUSING","features":[557]},{"name":"DTC_STATUS_STARTED","features":[557]},{"name":"DTC_STATUS_STARTING","features":[557]},{"name":"DTC_STATUS_STOPPED","features":[557]},{"name":"DTC_STATUS_STOPPING","features":[557]},{"name":"DTC_STATUS_UNKNOWN","features":[557]},{"name":"DtcGetTransactionManager","features":[557]},{"name":"DtcGetTransactionManagerC","features":[557]},{"name":"DtcGetTransactionManagerExA","features":[557]},{"name":"DtcGetTransactionManagerExW","features":[557]},{"name":"IDtcLuConfigure","features":[557]},{"name":"IDtcLuRecovery","features":[557]},{"name":"IDtcLuRecoveryFactory","features":[557]},{"name":"IDtcLuRecoveryInitiatedByDtc","features":[557]},{"name":"IDtcLuRecoveryInitiatedByDtcStatusWork","features":[557]},{"name":"IDtcLuRecoveryInitiatedByDtcTransWork","features":[557]},{"name":"IDtcLuRecoveryInitiatedByLu","features":[557]},{"name":"IDtcLuRecoveryInitiatedByLuWork","features":[557]},{"name":"IDtcLuRmEnlistment","features":[557]},{"name":"IDtcLuRmEnlistmentFactory","features":[557]},{"name":"IDtcLuRmEnlistmentSink","features":[557]},{"name":"IDtcLuSubordinateDtc","features":[557]},{"name":"IDtcLuSubordinateDtcFactory","features":[557]},{"name":"IDtcLuSubordinateDtcSink","features":[557]},{"name":"IDtcNetworkAccessConfig","features":[557]},{"name":"IDtcNetworkAccessConfig2","features":[557]},{"name":"IDtcNetworkAccessConfig3","features":[557]},{"name":"IDtcToXaHelper","features":[557]},{"name":"IDtcToXaHelperFactory","features":[557]},{"name":"IDtcToXaHelperSinglePipe","features":[557]},{"name":"IDtcToXaMapper","features":[557]},{"name":"IGetDispenser","features":[557]},{"name":"IKernelTransaction","features":[557]},{"name":"ILastResourceManager","features":[557]},{"name":"INCOMING_AUTHENTICATION_REQUIRED","features":[557]},{"name":"IPrepareInfo","features":[557]},{"name":"IPrepareInfo2","features":[557]},{"name":"IRMHelper","features":[557]},{"name":"IResourceManager","features":[557]},{"name":"IResourceManager2","features":[557]},{"name":"IResourceManagerFactory","features":[557]},{"name":"IResourceManagerFactory2","features":[557]},{"name":"IResourceManagerRejoinable","features":[557]},{"name":"IResourceManagerSink","features":[557]},{"name":"ISOFLAG","features":[557]},{"name":"ISOFLAG_OPTIMISTIC","features":[557]},{"name":"ISOFLAG_READONLY","features":[557]},{"name":"ISOFLAG_RETAIN_ABORT","features":[557]},{"name":"ISOFLAG_RETAIN_ABORT_DC","features":[557]},{"name":"ISOFLAG_RETAIN_ABORT_NO","features":[557]},{"name":"ISOFLAG_RETAIN_BOTH","features":[557]},{"name":"ISOFLAG_RETAIN_COMMIT","features":[557]},{"name":"ISOFLAG_RETAIN_COMMIT_DC","features":[557]},{"name":"ISOFLAG_RETAIN_COMMIT_NO","features":[557]},{"name":"ISOFLAG_RETAIN_DONTCARE","features":[557]},{"name":"ISOFLAG_RETAIN_NONE","features":[557]},{"name":"ISOLATIONLEVEL","features":[557]},{"name":"ISOLATIONLEVEL_BROWSE","features":[557]},{"name":"ISOLATIONLEVEL_CHAOS","features":[557]},{"name":"ISOLATIONLEVEL_CURSORSTABILITY","features":[557]},{"name":"ISOLATIONLEVEL_ISOLATED","features":[557]},{"name":"ISOLATIONLEVEL_READCOMMITTED","features":[557]},{"name":"ISOLATIONLEVEL_READUNCOMMITTED","features":[557]},{"name":"ISOLATIONLEVEL_REPEATABLEREAD","features":[557]},{"name":"ISOLATIONLEVEL_SERIALIZABLE","features":[557]},{"name":"ISOLATIONLEVEL_UNSPECIFIED","features":[557]},{"name":"ITipHelper","features":[557]},{"name":"ITipPullSink","features":[557]},{"name":"ITipTransaction","features":[557]},{"name":"ITmNodeName","features":[557]},{"name":"ITransaction","features":[557]},{"name":"ITransaction2","features":[557]},{"name":"ITransactionCloner","features":[557]},{"name":"ITransactionDispenser","features":[557]},{"name":"ITransactionEnlistmentAsync","features":[557]},{"name":"ITransactionExport","features":[557]},{"name":"ITransactionExportFactory","features":[557]},{"name":"ITransactionImport","features":[557]},{"name":"ITransactionImportWhereabouts","features":[557]},{"name":"ITransactionLastEnlistmentAsync","features":[557]},{"name":"ITransactionLastResourceAsync","features":[557]},{"name":"ITransactionOptions","features":[557]},{"name":"ITransactionOutcomeEvents","features":[557]},{"name":"ITransactionPhase0EnlistmentAsync","features":[557]},{"name":"ITransactionPhase0Factory","features":[557]},{"name":"ITransactionPhase0NotifyAsync","features":[557]},{"name":"ITransactionReceiver","features":[557]},{"name":"ITransactionReceiverFactory","features":[557]},{"name":"ITransactionResource","features":[557]},{"name":"ITransactionResourceAsync","features":[557]},{"name":"ITransactionTransmitter","features":[557]},{"name":"ITransactionTransmitterFactory","features":[557]},{"name":"ITransactionVoterBallotAsync2","features":[557]},{"name":"ITransactionVoterFactory2","features":[557]},{"name":"ITransactionVoterNotifyAsync2","features":[557]},{"name":"IXAConfig","features":[557]},{"name":"IXAObtainRMInfo","features":[557]},{"name":"IXATransLookup","features":[557]},{"name":"IXATransLookup2","features":[557]},{"name":"LOCAL_APPLICATIONTYPE","features":[557]},{"name":"MAXBQUALSIZE","features":[557]},{"name":"MAXGTRIDSIZE","features":[557]},{"name":"MAXINFOSIZE","features":[557]},{"name":"MAX_TRAN_DESC","features":[557]},{"name":"MUTUAL_AUTHENTICATION_REQUIRED","features":[557]},{"name":"NO_AUTHENTICATION_REQUIRED","features":[557]},{"name":"OLE_TM_CONFIG_PARAMS_V1","features":[557]},{"name":"OLE_TM_CONFIG_PARAMS_V2","features":[557]},{"name":"OLE_TM_CONFIG_VERSION_1","features":[557]},{"name":"OLE_TM_CONFIG_VERSION_2","features":[557]},{"name":"OLE_TM_FLAG_INTERNAL_TO_TM","features":[557]},{"name":"OLE_TM_FLAG_NOAGILERECOVERY","features":[557]},{"name":"OLE_TM_FLAG_NODEMANDSTART","features":[557]},{"name":"OLE_TM_FLAG_NONE","features":[557]},{"name":"OLE_TM_FLAG_QUERY_SERVICE_LOCKSTATUS","features":[557]},{"name":"PROXY_CONFIG_PARAMS","features":[557]},{"name":"RMNAMESZ","features":[557]},{"name":"TMASYNC","features":[557]},{"name":"TMENDRSCAN","features":[557]},{"name":"TMER_INVAL","features":[557]},{"name":"TMER_PROTO","features":[557]},{"name":"TMER_TMERR","features":[557]},{"name":"TMFAIL","features":[557]},{"name":"TMJOIN","features":[557]},{"name":"TMMIGRATE","features":[557]},{"name":"TMMULTIPLE","features":[557]},{"name":"TMNOFLAGS","features":[557]},{"name":"TMNOMIGRATE","features":[557]},{"name":"TMNOWAIT","features":[557]},{"name":"TMONEPHASE","features":[557]},{"name":"TMREGISTER","features":[557]},{"name":"TMRESUME","features":[557]},{"name":"TMSTARTRSCAN","features":[557]},{"name":"TMSUCCESS","features":[557]},{"name":"TMSUSPEND","features":[557]},{"name":"TMUSEASYNC","features":[557]},{"name":"TM_JOIN","features":[557]},{"name":"TM_OK","features":[557]},{"name":"TM_RESUME","features":[557]},{"name":"TX_MISC_CONSTANTS","features":[557]},{"name":"XACTCONST","features":[557]},{"name":"XACTCONST_TIMEOUTINFINITE","features":[557]},{"name":"XACTHEURISTIC","features":[557]},{"name":"XACTHEURISTIC_ABORT","features":[557]},{"name":"XACTHEURISTIC_COMMIT","features":[557]},{"name":"XACTHEURISTIC_DAMAGE","features":[557]},{"name":"XACTHEURISTIC_DANGER","features":[557]},{"name":"XACTOPT","features":[557]},{"name":"XACTRM","features":[557]},{"name":"XACTRM_NOREADONLYPREPARES","features":[557]},{"name":"XACTRM_OPTIMISTICLASTWINS","features":[557]},{"name":"XACTSTAT","features":[557]},{"name":"XACTSTATS","features":[305,557]},{"name":"XACTSTAT_ABORTED","features":[557]},{"name":"XACTSTAT_ABORTING","features":[557]},{"name":"XACTSTAT_ALL","features":[557]},{"name":"XACTSTAT_CLOSED","features":[557]},{"name":"XACTSTAT_COMMITRETAINING","features":[557]},{"name":"XACTSTAT_COMMITTED","features":[557]},{"name":"XACTSTAT_COMMITTING","features":[557]},{"name":"XACTSTAT_FORCED_ABORT","features":[557]},{"name":"XACTSTAT_FORCED_COMMIT","features":[557]},{"name":"XACTSTAT_HEURISTIC_ABORT","features":[557]},{"name":"XACTSTAT_HEURISTIC_COMMIT","features":[557]},{"name":"XACTSTAT_HEURISTIC_DAMAGE","features":[557]},{"name":"XACTSTAT_HEURISTIC_DANGER","features":[557]},{"name":"XACTSTAT_INDOUBT","features":[557]},{"name":"XACTSTAT_NONE","features":[557]},{"name":"XACTSTAT_NOTPREPARED","features":[557]},{"name":"XACTSTAT_OPEN","features":[557]},{"name":"XACTSTAT_OPENNORMAL","features":[557]},{"name":"XACTSTAT_OPENREFUSED","features":[557]},{"name":"XACTSTAT_PREPARED","features":[557]},{"name":"XACTSTAT_PREPARERETAINED","features":[557]},{"name":"XACTSTAT_PREPARERETAINING","features":[557]},{"name":"XACTSTAT_PREPARING","features":[557]},{"name":"XACTTC","features":[557]},{"name":"XACTTC_ASYNC","features":[557]},{"name":"XACTTC_ASYNC_PHASEONE","features":[557]},{"name":"XACTTC_NONE","features":[557]},{"name":"XACTTC_SYNC","features":[557]},{"name":"XACTTC_SYNC_PHASEONE","features":[557]},{"name":"XACTTC_SYNC_PHASETWO","features":[557]},{"name":"XACTTRANSINFO","features":[557]},{"name":"XACT_DTC_CONSTANTS","features":[557]},{"name":"XACT_E_CONNECTION_REQUEST_DENIED","features":[557]},{"name":"XACT_E_DUPLICATE_GUID","features":[557]},{"name":"XACT_E_DUPLICATE_LU","features":[557]},{"name":"XACT_E_DUPLICATE_TRANSID","features":[557]},{"name":"XACT_E_LRMRECOVERYALREADYDONE","features":[557]},{"name":"XACT_E_LU_BUSY","features":[557]},{"name":"XACT_E_LU_DOWN","features":[557]},{"name":"XACT_E_LU_NOT_CONNECTED","features":[557]},{"name":"XACT_E_LU_NOT_FOUND","features":[557]},{"name":"XACT_E_LU_NO_RECOVERY_PROCESS","features":[557]},{"name":"XACT_E_LU_RECOVERING","features":[557]},{"name":"XACT_E_LU_RECOVERY_MISMATCH","features":[557]},{"name":"XACT_E_NOLASTRESOURCEINTERFACE","features":[557]},{"name":"XACT_E_NOTSINGLEPHASE","features":[557]},{"name":"XACT_E_PROTOCOL","features":[557]},{"name":"XACT_E_RECOVERYALREADYDONE","features":[557]},{"name":"XACT_E_RECOVERY_FAILED","features":[557]},{"name":"XACT_E_RM_FAILURE","features":[557]},{"name":"XACT_E_RM_UNAVAILABLE","features":[557]},{"name":"XACT_E_TOOMANY_ENLISTMENTS","features":[557]},{"name":"XACT_OK_NONOTIFY","features":[557]},{"name":"XACT_S_NONOTIFY","features":[557]},{"name":"XAER_ASYNC","features":[557]},{"name":"XAER_DUPID","features":[557]},{"name":"XAER_INVAL","features":[557]},{"name":"XAER_NOTA","features":[557]},{"name":"XAER_OUTSIDE","features":[557]},{"name":"XAER_PROTO","features":[557]},{"name":"XAER_RMERR","features":[557]},{"name":"XAER_RMFAIL","features":[557]},{"name":"XA_CLOSE_EPT","features":[557]},{"name":"XA_COMMIT_EPT","features":[557]},{"name":"XA_COMPLETE_EPT","features":[557]},{"name":"XA_END_EPT","features":[557]},{"name":"XA_FMTID_DTC","features":[557]},{"name":"XA_FMTID_DTC_VER1","features":[557]},{"name":"XA_FORGET_EPT","features":[557]},{"name":"XA_HEURCOM","features":[557]},{"name":"XA_HEURHAZ","features":[557]},{"name":"XA_HEURMIX","features":[557]},{"name":"XA_HEURRB","features":[557]},{"name":"XA_NOMIGRATE","features":[557]},{"name":"XA_OK","features":[557]},{"name":"XA_OPEN_EPT","features":[557]},{"name":"XA_PREPARE_EPT","features":[557]},{"name":"XA_RBBASE","features":[557]},{"name":"XA_RBCOMMFAIL","features":[557]},{"name":"XA_RBDEADLOCK","features":[557]},{"name":"XA_RBEND","features":[557]},{"name":"XA_RBINTEGRITY","features":[557]},{"name":"XA_RBOTHER","features":[557]},{"name":"XA_RBPROTO","features":[557]},{"name":"XA_RBROLLBACK","features":[557]},{"name":"XA_RBTIMEOUT","features":[557]},{"name":"XA_RBTRANSIENT","features":[557]},{"name":"XA_RDONLY","features":[557]},{"name":"XA_RECOVER_EPT","features":[557]},{"name":"XA_RETRY","features":[557]},{"name":"XA_ROLLBACK_EPT","features":[557]},{"name":"XA_START_EPT","features":[557]},{"name":"XA_SWITCH_F_DTC","features":[557]},{"name":"XID","features":[557]},{"name":"XIDDATASIZE","features":[557]},{"name":"dwUSER_MS_SQLSERVER","features":[557]},{"name":"xa_switch_t","features":[557]}],"570":[{"name":"CallEnclave","features":[305,558]},{"name":"CreateEnclave","features":[305,558]},{"name":"CreateEnvironmentBlock","features":[305,558]},{"name":"DeleteEnclave","features":[305,558]},{"name":"DestroyEnvironmentBlock","features":[305,558]},{"name":"ENCLAVE_FLAG_DYNAMIC_DEBUG_ACTIVE","features":[558]},{"name":"ENCLAVE_FLAG_DYNAMIC_DEBUG_ENABLED","features":[558]},{"name":"ENCLAVE_FLAG_FULL_DEBUG_ENABLED","features":[558]},{"name":"ENCLAVE_IDENTITY","features":[558]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_EXACT_CODE","features":[558]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_INVALID","features":[558]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_AUTHOR","features":[558]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_FAMILY","features":[558]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_IMAGE","features":[558]},{"name":"ENCLAVE_IDENTITY_POLICY_SEAL_SAME_PRIMARY_CODE","features":[558]},{"name":"ENCLAVE_INFORMATION","features":[558]},{"name":"ENCLAVE_REPORT_DATA_LENGTH","features":[558]},{"name":"ENCLAVE_RUNTIME_POLICY_ALLOW_DYNAMIC_DEBUG","features":[558]},{"name":"ENCLAVE_RUNTIME_POLICY_ALLOW_FULL_DEBUG","features":[558]},{"name":"ENCLAVE_SEALING_IDENTITY_POLICY","features":[558]},{"name":"ENCLAVE_UNSEAL_FLAG_STALE_KEY","features":[558]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_DEBUG_KEY","features":[558]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_FAMILY_ID","features":[558]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_IMAGE_ID","features":[558]},{"name":"ENCLAVE_VBS_BASIC_KEY_FLAG_MEASUREMENT","features":[558]},{"name":"ENCLAVE_VBS_BASIC_KEY_REQUEST","features":[558]},{"name":"EnclaveGetAttestationReport","features":[558]},{"name":"EnclaveGetEnclaveInformation","features":[558]},{"name":"EnclaveSealData","features":[558]},{"name":"EnclaveUnsealData","features":[558]},{"name":"EnclaveVerifyAttestationReport","features":[558]},{"name":"ExpandEnvironmentStringsA","features":[558]},{"name":"ExpandEnvironmentStringsForUserA","features":[305,558]},{"name":"ExpandEnvironmentStringsForUserW","features":[305,558]},{"name":"ExpandEnvironmentStringsW","features":[558]},{"name":"FreeEnvironmentStringsA","features":[305,558]},{"name":"FreeEnvironmentStringsW","features":[305,558]},{"name":"GetCommandLineA","features":[558]},{"name":"GetCommandLineW","features":[558]},{"name":"GetCurrentDirectoryA","features":[558]},{"name":"GetCurrentDirectoryW","features":[558]},{"name":"GetEnvironmentStrings","features":[558]},{"name":"GetEnvironmentStringsW","features":[558]},{"name":"GetEnvironmentVariableA","features":[558]},{"name":"GetEnvironmentVariableW","features":[558]},{"name":"InitializeEnclave","features":[305,558]},{"name":"IsEnclaveTypeSupported","features":[305,558]},{"name":"LoadEnclaveData","features":[305,558]},{"name":"LoadEnclaveImageA","features":[305,558]},{"name":"LoadEnclaveImageW","features":[305,558]},{"name":"NeedCurrentDirectoryForExePathA","features":[305,558]},{"name":"NeedCurrentDirectoryForExePathW","features":[305,558]},{"name":"SetCurrentDirectoryA","features":[305,558]},{"name":"SetCurrentDirectoryW","features":[305,558]},{"name":"SetEnvironmentStringsW","features":[305,558]},{"name":"SetEnvironmentVariableA","features":[305,558]},{"name":"SetEnvironmentVariableW","features":[305,558]},{"name":"TerminateEnclave","features":[305,558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_COMMIT_PAGES","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_CREATE_THREAD","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_CREATE_THREAD","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_DECOMMIT_PAGES","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_KEY","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_RANDOM_DATA","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GENERATE_REPORT","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_GET_ENCLAVE_INFORMATION","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_INTERRUPT_THREAD","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_INTERRUPT_THREAD","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_PROTECT_PAGES","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_ENCLAVE","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_EXCEPTION","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_RETURN_FROM_EXCEPTION","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_TERMINATE_THREAD","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_TERMINATE_THREAD","features":[558]},{"name":"VBS_BASIC_ENCLAVE_BASIC_CALL_VERIFY_REPORT","features":[558]},{"name":"VBS_BASIC_ENCLAVE_EXCEPTION_AMD64","features":[558]},{"name":"VBS_BASIC_ENCLAVE_SYSCALL_PAGE","features":[558]},{"name":"VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR32","features":[558]},{"name":"VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64","features":[558]},{"name":"VBS_ENCLAVE_REPORT","features":[558]},{"name":"VBS_ENCLAVE_REPORT_MODULE","features":[558]},{"name":"VBS_ENCLAVE_REPORT_PKG_HEADER","features":[558]},{"name":"VBS_ENCLAVE_REPORT_PKG_HEADER_VERSION_CURRENT","features":[558]},{"name":"VBS_ENCLAVE_REPORT_SIGNATURE_SCHEME_SHA256_RSA_PSS_SHA256","features":[558]},{"name":"VBS_ENCLAVE_REPORT_VARDATA_HEADER","features":[558]},{"name":"VBS_ENCLAVE_REPORT_VERSION_CURRENT","features":[558]},{"name":"VBS_ENCLAVE_VARDATA_INVALID","features":[558]},{"name":"VBS_ENCLAVE_VARDATA_MODULE","features":[558]}],"571":[{"name":"APPCRASH_EVENT","features":[559]},{"name":"AddERExcludedApplicationA","features":[305,559]},{"name":"AddERExcludedApplicationW","features":[305,559]},{"name":"EFaultRepRetVal","features":[559]},{"name":"E_STORE_INVALID","features":[559]},{"name":"E_STORE_MACHINE_ARCHIVE","features":[559]},{"name":"E_STORE_MACHINE_QUEUE","features":[559]},{"name":"E_STORE_USER_ARCHIVE","features":[559]},{"name":"E_STORE_USER_QUEUE","features":[559]},{"name":"HREPORT","features":[559]},{"name":"HREPORTSTORE","features":[559]},{"name":"PACKAGED_APPCRASH_EVENT","features":[559]},{"name":"PFN_WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH","features":[305,335,559,312]},{"name":"PFN_WER_RUNTIME_EXCEPTION_EVENT","features":[305,335,559,312]},{"name":"PFN_WER_RUNTIME_EXCEPTION_EVENT_SIGNATURE","features":[305,335,559,312]},{"name":"REPORT_STORE_TYPES","features":[559]},{"name":"ReportFault","features":[305,335,559,312]},{"name":"WER_CONSENT","features":[559]},{"name":"WER_DUMP_AUXILIARY","features":[559]},{"name":"WER_DUMP_CUSTOM_OPTIONS","features":[305,559]},{"name":"WER_DUMP_CUSTOM_OPTIONS_V2","features":[305,559]},{"name":"WER_DUMP_CUSTOM_OPTIONS_V3","features":[305,559]},{"name":"WER_DUMP_MASK_START","features":[559]},{"name":"WER_DUMP_NOHEAP_ONQUEUE","features":[559]},{"name":"WER_DUMP_TYPE","features":[559]},{"name":"WER_EXCEPTION_INFORMATION","features":[305,335,559,312]},{"name":"WER_FAULT_REPORTING","features":[559]},{"name":"WER_FAULT_REPORTING_ALWAYS_SHOW_UI","features":[559]},{"name":"WER_FAULT_REPORTING_CRITICAL","features":[559]},{"name":"WER_FAULT_REPORTING_DISABLE_SNAPSHOT_CRASH","features":[559]},{"name":"WER_FAULT_REPORTING_DISABLE_SNAPSHOT_HANG","features":[559]},{"name":"WER_FAULT_REPORTING_DURABLE","features":[559]},{"name":"WER_FAULT_REPORTING_FLAG_DISABLE_THREAD_SUSPENSION","features":[559]},{"name":"WER_FAULT_REPORTING_FLAG_NOHEAP","features":[559]},{"name":"WER_FAULT_REPORTING_FLAG_NO_HEAP_ON_QUEUE","features":[559]},{"name":"WER_FAULT_REPORTING_FLAG_QUEUE","features":[559]},{"name":"WER_FAULT_REPORTING_FLAG_QUEUE_UPLOAD","features":[559]},{"name":"WER_FAULT_REPORTING_NO_UI","features":[559]},{"name":"WER_FILE","features":[559]},{"name":"WER_FILE_ANONYMOUS_DATA","features":[559]},{"name":"WER_FILE_COMPRESSED","features":[559]},{"name":"WER_FILE_DELETE_WHEN_DONE","features":[559]},{"name":"WER_FILE_TYPE","features":[559]},{"name":"WER_MAX_APPLICATION_NAME_LENGTH","features":[559]},{"name":"WER_MAX_BUCKET_ID_STRING_LENGTH","features":[559]},{"name":"WER_MAX_DESCRIPTION_LENGTH","features":[559]},{"name":"WER_MAX_EVENT_NAME_LENGTH","features":[559]},{"name":"WER_MAX_FRIENDLY_EVENT_NAME_LENGTH","features":[559]},{"name":"WER_MAX_LOCAL_DUMP_SUBPATH_LENGTH","features":[559]},{"name":"WER_MAX_PARAM_COUNT","features":[559]},{"name":"WER_MAX_PARAM_LENGTH","features":[559]},{"name":"WER_MAX_PREFERRED_MODULES","features":[559]},{"name":"WER_MAX_PREFERRED_MODULES_BUFFER","features":[559]},{"name":"WER_MAX_REGISTERED_DUMPCOLLECTION","features":[559]},{"name":"WER_MAX_REGISTERED_ENTRIES","features":[559]},{"name":"WER_MAX_REGISTERED_METADATA","features":[559]},{"name":"WER_MAX_REGISTERED_RUNTIME_EXCEPTION_MODULES","features":[559]},{"name":"WER_MAX_SIGNATURE_NAME_LENGTH","features":[559]},{"name":"WER_MAX_TOTAL_PARAM_LENGTH","features":[559]},{"name":"WER_METADATA_KEY_MAX_LENGTH","features":[559]},{"name":"WER_METADATA_VALUE_MAX_LENGTH","features":[559]},{"name":"WER_P0","features":[559]},{"name":"WER_P1","features":[559]},{"name":"WER_P2","features":[559]},{"name":"WER_P3","features":[559]},{"name":"WER_P4","features":[559]},{"name":"WER_P5","features":[559]},{"name":"WER_P6","features":[559]},{"name":"WER_P7","features":[559]},{"name":"WER_P8","features":[559]},{"name":"WER_P9","features":[559]},{"name":"WER_REGISTER_FILE_TYPE","features":[559]},{"name":"WER_REPORT_INFORMATION","features":[305,559]},{"name":"WER_REPORT_INFORMATION_V3","features":[305,559]},{"name":"WER_REPORT_INFORMATION_V4","features":[305,559]},{"name":"WER_REPORT_INFORMATION_V5","features":[305,559]},{"name":"WER_REPORT_METADATA_V1","features":[305,559]},{"name":"WER_REPORT_METADATA_V2","features":[305,559]},{"name":"WER_REPORT_METADATA_V3","features":[305,559]},{"name":"WER_REPORT_PARAMETER","features":[559]},{"name":"WER_REPORT_SIGNATURE","features":[559]},{"name":"WER_REPORT_TYPE","features":[559]},{"name":"WER_REPORT_UI","features":[559]},{"name":"WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH","features":[559]},{"name":"WER_RUNTIME_EXCEPTION_EVENT_FUNCTION","features":[559]},{"name":"WER_RUNTIME_EXCEPTION_EVENT_SIGNATURE_FUNCTION","features":[559]},{"name":"WER_RUNTIME_EXCEPTION_INFORMATION","features":[305,335,559,312]},{"name":"WER_SUBMIT_ADD_REGISTERED_DATA","features":[559]},{"name":"WER_SUBMIT_ARCHIVE_PARAMETERS_ONLY","features":[559]},{"name":"WER_SUBMIT_BYPASS_DATA_THROTTLING","features":[559]},{"name":"WER_SUBMIT_BYPASS_NETWORK_COST_THROTTLING","features":[559]},{"name":"WER_SUBMIT_BYPASS_POWER_THROTTLING","features":[559]},{"name":"WER_SUBMIT_FLAGS","features":[559]},{"name":"WER_SUBMIT_HONOR_RECOVERY","features":[559]},{"name":"WER_SUBMIT_HONOR_RESTART","features":[559]},{"name":"WER_SUBMIT_NO_ARCHIVE","features":[559]},{"name":"WER_SUBMIT_NO_CLOSE_UI","features":[559]},{"name":"WER_SUBMIT_NO_QUEUE","features":[559]},{"name":"WER_SUBMIT_OUTOFPROCESS","features":[559]},{"name":"WER_SUBMIT_OUTOFPROCESS_ASYNC","features":[559]},{"name":"WER_SUBMIT_QUEUE","features":[559]},{"name":"WER_SUBMIT_REPORT_MACHINE_ID","features":[559]},{"name":"WER_SUBMIT_RESULT","features":[559]},{"name":"WER_SUBMIT_SHOW_DEBUG","features":[559]},{"name":"WER_SUBMIT_START_MINIMIZED","features":[559]},{"name":"WerAddExcludedApplication","features":[305,559]},{"name":"WerConsentAlwaysPrompt","features":[559]},{"name":"WerConsentApproved","features":[559]},{"name":"WerConsentDenied","features":[559]},{"name":"WerConsentMax","features":[559]},{"name":"WerConsentNotAsked","features":[559]},{"name":"WerCustomAction","features":[559]},{"name":"WerDisabled","features":[559]},{"name":"WerDisabledQueue","features":[559]},{"name":"WerDumpTypeHeapDump","features":[559]},{"name":"WerDumpTypeMax","features":[559]},{"name":"WerDumpTypeMicroDump","features":[559]},{"name":"WerDumpTypeMiniDump","features":[559]},{"name":"WerDumpTypeNone","features":[559]},{"name":"WerDumpTypeTriageDump","features":[559]},{"name":"WerFileTypeAuxiliaryDump","features":[559]},{"name":"WerFileTypeCustomDump","features":[559]},{"name":"WerFileTypeEtlTrace","features":[559]},{"name":"WerFileTypeHeapdump","features":[559]},{"name":"WerFileTypeMax","features":[559]},{"name":"WerFileTypeMicrodump","features":[559]},{"name":"WerFileTypeMinidump","features":[559]},{"name":"WerFileTypeOther","features":[559]},{"name":"WerFileTypeTriagedump","features":[559]},{"name":"WerFileTypeUserDocument","features":[559]},{"name":"WerFreeString","features":[559]},{"name":"WerGetFlags","features":[305,559]},{"name":"WerRegFileTypeMax","features":[559]},{"name":"WerRegFileTypeOther","features":[559]},{"name":"WerRegFileTypeUserDocument","features":[559]},{"name":"WerRegisterAdditionalProcess","features":[559]},{"name":"WerRegisterAppLocalDump","features":[559]},{"name":"WerRegisterCustomMetadata","features":[559]},{"name":"WerRegisterExcludedMemoryBlock","features":[559]},{"name":"WerRegisterFile","features":[559]},{"name":"WerRegisterMemoryBlock","features":[559]},{"name":"WerRegisterRuntimeExceptionModule","features":[559]},{"name":"WerRemoveExcludedApplication","features":[305,559]},{"name":"WerReportAddDump","features":[305,335,559,312]},{"name":"WerReportAddFile","features":[559]},{"name":"WerReportApplicationCrash","features":[559]},{"name":"WerReportApplicationHang","features":[559]},{"name":"WerReportAsync","features":[559]},{"name":"WerReportCancelled","features":[559]},{"name":"WerReportCloseHandle","features":[559]},{"name":"WerReportCreate","features":[305,559]},{"name":"WerReportCritical","features":[559]},{"name":"WerReportDebug","features":[559]},{"name":"WerReportFailed","features":[559]},{"name":"WerReportHang","features":[305,559]},{"name":"WerReportInvalid","features":[559]},{"name":"WerReportKernel","features":[559]},{"name":"WerReportNonCritical","features":[559]},{"name":"WerReportQueued","features":[559]},{"name":"WerReportSetParameter","features":[559]},{"name":"WerReportSetUIOption","features":[559]},{"name":"WerReportSubmit","features":[559]},{"name":"WerReportUploaded","features":[559]},{"name":"WerReportUploadedCab","features":[559]},{"name":"WerSetFlags","features":[559]},{"name":"WerStorageLocationNotFound","features":[559]},{"name":"WerStoreClose","features":[559]},{"name":"WerStoreGetFirstReportKey","features":[559]},{"name":"WerStoreGetNextReportKey","features":[559]},{"name":"WerStoreGetReportCount","features":[559]},{"name":"WerStoreGetSizeOnDisk","features":[559]},{"name":"WerStoreOpen","features":[559]},{"name":"WerStorePurge","features":[559]},{"name":"WerStoreQueryReportMetadataV1","features":[305,559]},{"name":"WerStoreQueryReportMetadataV2","features":[305,559]},{"name":"WerStoreQueryReportMetadataV3","features":[305,559]},{"name":"WerStoreUploadReport","features":[559]},{"name":"WerSubmitResultMax","features":[559]},{"name":"WerThrottled","features":[559]},{"name":"WerUIAdditionalDataDlgHeader","features":[559]},{"name":"WerUICloseDlgBody","features":[559]},{"name":"WerUICloseDlgButtonText","features":[559]},{"name":"WerUICloseDlgHeader","features":[559]},{"name":"WerUICloseText","features":[559]},{"name":"WerUIConsentDlgBody","features":[559]},{"name":"WerUIConsentDlgHeader","features":[559]},{"name":"WerUIIconFilePath","features":[559]},{"name":"WerUIMax","features":[559]},{"name":"WerUIOfflineSolutionCheckText","features":[559]},{"name":"WerUIOnlineSolutionCheckText","features":[559]},{"name":"WerUnregisterAdditionalProcess","features":[559]},{"name":"WerUnregisterAppLocalDump","features":[559]},{"name":"WerUnregisterCustomMetadata","features":[559]},{"name":"WerUnregisterExcludedMemoryBlock","features":[559]},{"name":"WerUnregisterFile","features":[559]},{"name":"WerUnregisterMemoryBlock","features":[559]},{"name":"WerUnregisterRuntimeExceptionModule","features":[559]},{"name":"frrvErr","features":[559]},{"name":"frrvErrAnotherInstance","features":[559]},{"name":"frrvErrDoubleFault","features":[559]},{"name":"frrvErrNoDW","features":[559]},{"name":"frrvErrNoMemory","features":[559]},{"name":"frrvErrTimeout","features":[559]},{"name":"frrvLaunchDebugger","features":[559]},{"name":"frrvOk","features":[559]},{"name":"frrvOkHeadless","features":[559]},{"name":"frrvOkManifest","features":[559]},{"name":"frrvOkQueued","features":[559]},{"name":"pfn_ADDEREXCLUDEDAPPLICATIONA","features":[559]},{"name":"pfn_ADDEREXCLUDEDAPPLICATIONW","features":[559]},{"name":"pfn_REPORTFAULT","features":[305,335,559,312]}],"572":[{"name":"EC_CREATE_NEW","features":[560]},{"name":"EC_OPEN_ALWAYS","features":[560]},{"name":"EC_OPEN_EXISTING","features":[560]},{"name":"EC_READ_ACCESS","features":[560]},{"name":"EC_SUBSCRIPTION_CONFIGURATION_MODE","features":[560]},{"name":"EC_SUBSCRIPTION_CONTENT_FORMAT","features":[560]},{"name":"EC_SUBSCRIPTION_CREDENTIALS_TYPE","features":[560]},{"name":"EC_SUBSCRIPTION_DELIVERY_MODE","features":[560]},{"name":"EC_SUBSCRIPTION_PROPERTY_ID","features":[560]},{"name":"EC_SUBSCRIPTION_RUNTIME_STATUS_ACTIVE_STATUS","features":[560]},{"name":"EC_SUBSCRIPTION_RUNTIME_STATUS_INFO_ID","features":[560]},{"name":"EC_SUBSCRIPTION_TYPE","features":[560]},{"name":"EC_VARIANT","features":[305,560]},{"name":"EC_VARIANT_TYPE","features":[560]},{"name":"EC_VARIANT_TYPE_ARRAY","features":[560]},{"name":"EC_VARIANT_TYPE_MASK","features":[560]},{"name":"EC_WRITE_ACCESS","features":[560]},{"name":"EcClose","features":[305,560]},{"name":"EcConfigurationModeCustom","features":[560]},{"name":"EcConfigurationModeMinBandwidth","features":[560]},{"name":"EcConfigurationModeMinLatency","features":[560]},{"name":"EcConfigurationModeNormal","features":[560]},{"name":"EcContentFormatEvents","features":[560]},{"name":"EcContentFormatRenderedText","features":[560]},{"name":"EcDeleteSubscription","features":[305,560]},{"name":"EcDeliveryModePull","features":[560]},{"name":"EcDeliveryModePush","features":[560]},{"name":"EcEnumNextSubscription","features":[305,560]},{"name":"EcGetObjectArrayProperty","features":[305,560]},{"name":"EcGetObjectArraySize","features":[305,560]},{"name":"EcGetSubscriptionProperty","features":[305,560]},{"name":"EcGetSubscriptionRunTimeStatus","features":[305,560]},{"name":"EcInsertObjectArrayElement","features":[305,560]},{"name":"EcOpenSubscription","features":[560]},{"name":"EcOpenSubscriptionEnum","features":[560]},{"name":"EcRemoveObjectArrayElement","features":[305,560]},{"name":"EcRetrySubscription","features":[305,560]},{"name":"EcRuntimeStatusActiveStatusActive","features":[560]},{"name":"EcRuntimeStatusActiveStatusDisabled","features":[560]},{"name":"EcRuntimeStatusActiveStatusInactive","features":[560]},{"name":"EcRuntimeStatusActiveStatusTrying","features":[560]},{"name":"EcSaveSubscription","features":[305,560]},{"name":"EcSetObjectArrayProperty","features":[305,560]},{"name":"EcSetSubscriptionProperty","features":[305,560]},{"name":"EcSubscriptionAllowedIssuerCAs","features":[560]},{"name":"EcSubscriptionAllowedSourceDomainComputers","features":[560]},{"name":"EcSubscriptionAllowedSubjects","features":[560]},{"name":"EcSubscriptionCommonPassword","features":[560]},{"name":"EcSubscriptionCommonUserName","features":[560]},{"name":"EcSubscriptionConfigurationMode","features":[560]},{"name":"EcSubscriptionContentFormat","features":[560]},{"name":"EcSubscriptionCredBasic","features":[560]},{"name":"EcSubscriptionCredDefault","features":[560]},{"name":"EcSubscriptionCredDigest","features":[560]},{"name":"EcSubscriptionCredLocalMachine","features":[560]},{"name":"EcSubscriptionCredNegotiate","features":[560]},{"name":"EcSubscriptionCredentialsType","features":[560]},{"name":"EcSubscriptionDeliveryMaxItems","features":[560]},{"name":"EcSubscriptionDeliveryMaxLatencyTime","features":[560]},{"name":"EcSubscriptionDeliveryMode","features":[560]},{"name":"EcSubscriptionDeniedSubjects","features":[560]},{"name":"EcSubscriptionDescription","features":[560]},{"name":"EcSubscriptionDialect","features":[560]},{"name":"EcSubscriptionEnabled","features":[560]},{"name":"EcSubscriptionEventSourceAddress","features":[560]},{"name":"EcSubscriptionEventSourceEnabled","features":[560]},{"name":"EcSubscriptionEventSourcePassword","features":[560]},{"name":"EcSubscriptionEventSourceUserName","features":[560]},{"name":"EcSubscriptionEventSources","features":[560]},{"name":"EcSubscriptionExpires","features":[560]},{"name":"EcSubscriptionHeartbeatInterval","features":[560]},{"name":"EcSubscriptionHostName","features":[560]},{"name":"EcSubscriptionLocale","features":[560]},{"name":"EcSubscriptionLogFile","features":[560]},{"name":"EcSubscriptionPropertyIdEND","features":[560]},{"name":"EcSubscriptionPublisherName","features":[560]},{"name":"EcSubscriptionQuery","features":[560]},{"name":"EcSubscriptionReadExistingEvents","features":[560]},{"name":"EcSubscriptionRunTimeStatusActive","features":[560]},{"name":"EcSubscriptionRunTimeStatusEventSources","features":[560]},{"name":"EcSubscriptionRunTimeStatusInfoIdEND","features":[560]},{"name":"EcSubscriptionRunTimeStatusLastError","features":[560]},{"name":"EcSubscriptionRunTimeStatusLastErrorMessage","features":[560]},{"name":"EcSubscriptionRunTimeStatusLastErrorTime","features":[560]},{"name":"EcSubscriptionRunTimeStatusLastHeartbeatTime","features":[560]},{"name":"EcSubscriptionRunTimeStatusNextRetryTime","features":[560]},{"name":"EcSubscriptionTransportName","features":[560]},{"name":"EcSubscriptionTransportPort","features":[560]},{"name":"EcSubscriptionType","features":[560]},{"name":"EcSubscriptionTypeCollectorInitiated","features":[560]},{"name":"EcSubscriptionTypeSourceInitiated","features":[560]},{"name":"EcSubscriptionURI","features":[560]},{"name":"EcVarObjectArrayPropertyHandle","features":[560]},{"name":"EcVarTypeBoolean","features":[560]},{"name":"EcVarTypeDateTime","features":[560]},{"name":"EcVarTypeNull","features":[560]},{"name":"EcVarTypeString","features":[560]},{"name":"EcVarTypeUInt32","features":[560]}],"573":[{"name":"BackupEventLogA","features":[305,561]},{"name":"BackupEventLogW","features":[305,561]},{"name":"ClearEventLogA","features":[305,561]},{"name":"ClearEventLogW","features":[305,561]},{"name":"CloseEventLog","features":[305,561]},{"name":"DeregisterEventSource","features":[305,561]},{"name":"EVENTLOGRECORD","features":[561]},{"name":"EVENTLOG_AUDIT_FAILURE","features":[561]},{"name":"EVENTLOG_AUDIT_SUCCESS","features":[561]},{"name":"EVENTLOG_ERROR_TYPE","features":[561]},{"name":"EVENTLOG_FULL_INFORMATION","features":[561]},{"name":"EVENTLOG_INFORMATION_TYPE","features":[561]},{"name":"EVENTLOG_SEEK_READ","features":[561]},{"name":"EVENTLOG_SEQUENTIAL_READ","features":[561]},{"name":"EVENTLOG_SUCCESS","features":[561]},{"name":"EVENTLOG_WARNING_TYPE","features":[561]},{"name":"EVENTSFORLOGFILE","features":[561]},{"name":"EVT_ALL_ACCESS","features":[561]},{"name":"EVT_CHANNEL_CLOCK_TYPE","features":[561]},{"name":"EVT_CHANNEL_CONFIG_PROPERTY_ID","features":[561]},{"name":"EVT_CHANNEL_ISOLATION_TYPE","features":[561]},{"name":"EVT_CHANNEL_REFERENCE_FLAGS","features":[561]},{"name":"EVT_CHANNEL_SID_TYPE","features":[561]},{"name":"EVT_CHANNEL_TYPE","features":[561]},{"name":"EVT_CLEAR_ACCESS","features":[561]},{"name":"EVT_EVENT_METADATA_PROPERTY_ID","features":[561]},{"name":"EVT_EVENT_PROPERTY_ID","features":[561]},{"name":"EVT_EXPORTLOG_FLAGS","features":[561]},{"name":"EVT_FORMAT_MESSAGE_FLAGS","features":[561]},{"name":"EVT_HANDLE","features":[561]},{"name":"EVT_LOGIN_CLASS","features":[561]},{"name":"EVT_LOG_PROPERTY_ID","features":[561]},{"name":"EVT_OPEN_LOG_FLAGS","features":[561]},{"name":"EVT_PUBLISHER_METADATA_PROPERTY_ID","features":[561]},{"name":"EVT_QUERY_FLAGS","features":[561]},{"name":"EVT_QUERY_PROPERTY_ID","features":[561]},{"name":"EVT_READ_ACCESS","features":[561]},{"name":"EVT_RENDER_CONTEXT_FLAGS","features":[561]},{"name":"EVT_RENDER_FLAGS","features":[561]},{"name":"EVT_RPC_LOGIN","features":[561]},{"name":"EVT_RPC_LOGIN_FLAGS","features":[561]},{"name":"EVT_SEEK_FLAGS","features":[561]},{"name":"EVT_SUBSCRIBE_CALLBACK","features":[561]},{"name":"EVT_SUBSCRIBE_FLAGS","features":[561]},{"name":"EVT_SUBSCRIBE_NOTIFY_ACTION","features":[561]},{"name":"EVT_SYSTEM_PROPERTY_ID","features":[561]},{"name":"EVT_VARIANT","features":[305,309,561]},{"name":"EVT_VARIANT_TYPE","features":[561]},{"name":"EVT_VARIANT_TYPE_ARRAY","features":[561]},{"name":"EVT_VARIANT_TYPE_MASK","features":[561]},{"name":"EVT_WRITE_ACCESS","features":[561]},{"name":"EventMetadataEventChannel","features":[561]},{"name":"EventMetadataEventID","features":[561]},{"name":"EventMetadataEventKeyword","features":[561]},{"name":"EventMetadataEventLevel","features":[561]},{"name":"EventMetadataEventMessageID","features":[561]},{"name":"EventMetadataEventOpcode","features":[561]},{"name":"EventMetadataEventTask","features":[561]},{"name":"EventMetadataEventTemplate","features":[561]},{"name":"EventMetadataEventVersion","features":[561]},{"name":"EvtArchiveExportedLog","features":[305,561]},{"name":"EvtCancel","features":[305,561]},{"name":"EvtChannelClockTypeQPC","features":[561]},{"name":"EvtChannelClockTypeSystemTime","features":[561]},{"name":"EvtChannelConfigAccess","features":[561]},{"name":"EvtChannelConfigClassicEventlog","features":[561]},{"name":"EvtChannelConfigEnabled","features":[561]},{"name":"EvtChannelConfigIsolation","features":[561]},{"name":"EvtChannelConfigOwningPublisher","features":[561]},{"name":"EvtChannelConfigPropertyIdEND","features":[561]},{"name":"EvtChannelConfigType","features":[561]},{"name":"EvtChannelIsolationTypeApplication","features":[561]},{"name":"EvtChannelIsolationTypeCustom","features":[561]},{"name":"EvtChannelIsolationTypeSystem","features":[561]},{"name":"EvtChannelLoggingConfigAutoBackup","features":[561]},{"name":"EvtChannelLoggingConfigLogFilePath","features":[561]},{"name":"EvtChannelLoggingConfigMaxSize","features":[561]},{"name":"EvtChannelLoggingConfigRetention","features":[561]},{"name":"EvtChannelPublisherList","features":[561]},{"name":"EvtChannelPublishingConfigBufferSize","features":[561]},{"name":"EvtChannelPublishingConfigClockType","features":[561]},{"name":"EvtChannelPublishingConfigControlGuid","features":[561]},{"name":"EvtChannelPublishingConfigFileMax","features":[561]},{"name":"EvtChannelPublishingConfigKeywords","features":[561]},{"name":"EvtChannelPublishingConfigLatency","features":[561]},{"name":"EvtChannelPublishingConfigLevel","features":[561]},{"name":"EvtChannelPublishingConfigMaxBuffers","features":[561]},{"name":"EvtChannelPublishingConfigMinBuffers","features":[561]},{"name":"EvtChannelPublishingConfigSidType","features":[561]},{"name":"EvtChannelReferenceImported","features":[561]},{"name":"EvtChannelSidTypeNone","features":[561]},{"name":"EvtChannelSidTypePublishing","features":[561]},{"name":"EvtChannelTypeAdmin","features":[561]},{"name":"EvtChannelTypeAnalytic","features":[561]},{"name":"EvtChannelTypeDebug","features":[561]},{"name":"EvtChannelTypeOperational","features":[561]},{"name":"EvtClearLog","features":[305,561]},{"name":"EvtClose","features":[305,561]},{"name":"EvtCreateBookmark","features":[561]},{"name":"EvtCreateRenderContext","features":[561]},{"name":"EvtEventMetadataPropertyIdEND","features":[561]},{"name":"EvtEventPath","features":[561]},{"name":"EvtEventPropertyIdEND","features":[561]},{"name":"EvtEventQueryIDs","features":[561]},{"name":"EvtExportLog","features":[305,561]},{"name":"EvtExportLogChannelPath","features":[561]},{"name":"EvtExportLogFilePath","features":[561]},{"name":"EvtExportLogOverwrite","features":[561]},{"name":"EvtExportLogTolerateQueryErrors","features":[561]},{"name":"EvtFormatMessage","features":[305,309,561]},{"name":"EvtFormatMessageChannel","features":[561]},{"name":"EvtFormatMessageEvent","features":[561]},{"name":"EvtFormatMessageId","features":[561]},{"name":"EvtFormatMessageKeyword","features":[561]},{"name":"EvtFormatMessageLevel","features":[561]},{"name":"EvtFormatMessageOpcode","features":[561]},{"name":"EvtFormatMessageProvider","features":[561]},{"name":"EvtFormatMessageTask","features":[561]},{"name":"EvtFormatMessageXml","features":[561]},{"name":"EvtGetChannelConfigProperty","features":[305,309,561]},{"name":"EvtGetEventInfo","features":[305,309,561]},{"name":"EvtGetEventMetadataProperty","features":[305,309,561]},{"name":"EvtGetExtendedStatus","features":[561]},{"name":"EvtGetLogInfo","features":[305,309,561]},{"name":"EvtGetObjectArrayProperty","features":[305,309,561]},{"name":"EvtGetObjectArraySize","features":[305,561]},{"name":"EvtGetPublisherMetadataProperty","features":[305,309,561]},{"name":"EvtGetQueryInfo","features":[305,309,561]},{"name":"EvtLogAttributes","features":[561]},{"name":"EvtLogCreationTime","features":[561]},{"name":"EvtLogFileSize","features":[561]},{"name":"EvtLogFull","features":[561]},{"name":"EvtLogLastAccessTime","features":[561]},{"name":"EvtLogLastWriteTime","features":[561]},{"name":"EvtLogNumberOfLogRecords","features":[561]},{"name":"EvtLogOldestRecordNumber","features":[561]},{"name":"EvtNext","features":[305,561]},{"name":"EvtNextChannelPath","features":[305,561]},{"name":"EvtNextEventMetadata","features":[561]},{"name":"EvtNextPublisherId","features":[305,561]},{"name":"EvtOpenChannelConfig","features":[561]},{"name":"EvtOpenChannelEnum","features":[561]},{"name":"EvtOpenChannelPath","features":[561]},{"name":"EvtOpenEventMetadataEnum","features":[561]},{"name":"EvtOpenFilePath","features":[561]},{"name":"EvtOpenLog","features":[561]},{"name":"EvtOpenPublisherEnum","features":[561]},{"name":"EvtOpenPublisherMetadata","features":[561]},{"name":"EvtOpenSession","features":[561]},{"name":"EvtPublisherMetadataChannelReferenceFlags","features":[561]},{"name":"EvtPublisherMetadataChannelReferenceID","features":[561]},{"name":"EvtPublisherMetadataChannelReferenceIndex","features":[561]},{"name":"EvtPublisherMetadataChannelReferenceMessageID","features":[561]},{"name":"EvtPublisherMetadataChannelReferencePath","features":[561]},{"name":"EvtPublisherMetadataChannelReferences","features":[561]},{"name":"EvtPublisherMetadataHelpLink","features":[561]},{"name":"EvtPublisherMetadataKeywordMessageID","features":[561]},{"name":"EvtPublisherMetadataKeywordName","features":[561]},{"name":"EvtPublisherMetadataKeywordValue","features":[561]},{"name":"EvtPublisherMetadataKeywords","features":[561]},{"name":"EvtPublisherMetadataLevelMessageID","features":[561]},{"name":"EvtPublisherMetadataLevelName","features":[561]},{"name":"EvtPublisherMetadataLevelValue","features":[561]},{"name":"EvtPublisherMetadataLevels","features":[561]},{"name":"EvtPublisherMetadataMessageFilePath","features":[561]},{"name":"EvtPublisherMetadataOpcodeMessageID","features":[561]},{"name":"EvtPublisherMetadataOpcodeName","features":[561]},{"name":"EvtPublisherMetadataOpcodeValue","features":[561]},{"name":"EvtPublisherMetadataOpcodes","features":[561]},{"name":"EvtPublisherMetadataParameterFilePath","features":[561]},{"name":"EvtPublisherMetadataPropertyIdEND","features":[561]},{"name":"EvtPublisherMetadataPublisherGuid","features":[561]},{"name":"EvtPublisherMetadataPublisherMessageID","features":[561]},{"name":"EvtPublisherMetadataResourceFilePath","features":[561]},{"name":"EvtPublisherMetadataTaskEventGuid","features":[561]},{"name":"EvtPublisherMetadataTaskMessageID","features":[561]},{"name":"EvtPublisherMetadataTaskName","features":[561]},{"name":"EvtPublisherMetadataTaskValue","features":[561]},{"name":"EvtPublisherMetadataTasks","features":[561]},{"name":"EvtQuery","features":[561]},{"name":"EvtQueryChannelPath","features":[561]},{"name":"EvtQueryFilePath","features":[561]},{"name":"EvtQueryForwardDirection","features":[561]},{"name":"EvtQueryNames","features":[561]},{"name":"EvtQueryPropertyIdEND","features":[561]},{"name":"EvtQueryReverseDirection","features":[561]},{"name":"EvtQueryStatuses","features":[561]},{"name":"EvtQueryTolerateQueryErrors","features":[561]},{"name":"EvtRender","features":[305,561]},{"name":"EvtRenderBookmark","features":[561]},{"name":"EvtRenderContextSystem","features":[561]},{"name":"EvtRenderContextUser","features":[561]},{"name":"EvtRenderContextValues","features":[561]},{"name":"EvtRenderEventValues","features":[561]},{"name":"EvtRenderEventXml","features":[561]},{"name":"EvtRpcLogin","features":[561]},{"name":"EvtRpcLoginAuthDefault","features":[561]},{"name":"EvtRpcLoginAuthKerberos","features":[561]},{"name":"EvtRpcLoginAuthNTLM","features":[561]},{"name":"EvtRpcLoginAuthNegotiate","features":[561]},{"name":"EvtSaveChannelConfig","features":[305,561]},{"name":"EvtSeek","features":[305,561]},{"name":"EvtSeekOriginMask","features":[561]},{"name":"EvtSeekRelativeToBookmark","features":[561]},{"name":"EvtSeekRelativeToCurrent","features":[561]},{"name":"EvtSeekRelativeToFirst","features":[561]},{"name":"EvtSeekRelativeToLast","features":[561]},{"name":"EvtSeekStrict","features":[561]},{"name":"EvtSetChannelConfigProperty","features":[305,309,561]},{"name":"EvtSubscribe","features":[305,561]},{"name":"EvtSubscribeActionDeliver","features":[561]},{"name":"EvtSubscribeActionError","features":[561]},{"name":"EvtSubscribeOriginMask","features":[561]},{"name":"EvtSubscribeStartAfterBookmark","features":[561]},{"name":"EvtSubscribeStartAtOldestRecord","features":[561]},{"name":"EvtSubscribeStrict","features":[561]},{"name":"EvtSubscribeToFutureEvents","features":[561]},{"name":"EvtSubscribeTolerateQueryErrors","features":[561]},{"name":"EvtSystemActivityID","features":[561]},{"name":"EvtSystemChannel","features":[561]},{"name":"EvtSystemComputer","features":[561]},{"name":"EvtSystemEventID","features":[561]},{"name":"EvtSystemEventRecordId","features":[561]},{"name":"EvtSystemKeywords","features":[561]},{"name":"EvtSystemLevel","features":[561]},{"name":"EvtSystemOpcode","features":[561]},{"name":"EvtSystemProcessID","features":[561]},{"name":"EvtSystemPropertyIdEND","features":[561]},{"name":"EvtSystemProviderGuid","features":[561]},{"name":"EvtSystemProviderName","features":[561]},{"name":"EvtSystemQualifiers","features":[561]},{"name":"EvtSystemRelatedActivityID","features":[561]},{"name":"EvtSystemTask","features":[561]},{"name":"EvtSystemThreadID","features":[561]},{"name":"EvtSystemTimeCreated","features":[561]},{"name":"EvtSystemUserID","features":[561]},{"name":"EvtSystemVersion","features":[561]},{"name":"EvtUpdateBookmark","features":[305,561]},{"name":"EvtVarTypeAnsiString","features":[561]},{"name":"EvtVarTypeBinary","features":[561]},{"name":"EvtVarTypeBoolean","features":[561]},{"name":"EvtVarTypeByte","features":[561]},{"name":"EvtVarTypeDouble","features":[561]},{"name":"EvtVarTypeEvtHandle","features":[561]},{"name":"EvtVarTypeEvtXml","features":[561]},{"name":"EvtVarTypeFileTime","features":[561]},{"name":"EvtVarTypeGuid","features":[561]},{"name":"EvtVarTypeHexInt32","features":[561]},{"name":"EvtVarTypeHexInt64","features":[561]},{"name":"EvtVarTypeInt16","features":[561]},{"name":"EvtVarTypeInt32","features":[561]},{"name":"EvtVarTypeInt64","features":[561]},{"name":"EvtVarTypeNull","features":[561]},{"name":"EvtVarTypeSByte","features":[561]},{"name":"EvtVarTypeSid","features":[561]},{"name":"EvtVarTypeSingle","features":[561]},{"name":"EvtVarTypeSizeT","features":[561]},{"name":"EvtVarTypeString","features":[561]},{"name":"EvtVarTypeSysTime","features":[561]},{"name":"EvtVarTypeUInt16","features":[561]},{"name":"EvtVarTypeUInt32","features":[561]},{"name":"EvtVarTypeUInt64","features":[561]},{"name":"GetEventLogInformation","features":[305,561]},{"name":"GetNumberOfEventLogRecords","features":[305,561]},{"name":"GetOldestEventLogRecord","features":[305,561]},{"name":"NotifyChangeEventLog","features":[305,561]},{"name":"OpenBackupEventLogA","features":[305,561]},{"name":"OpenBackupEventLogW","features":[305,561]},{"name":"OpenEventLogA","features":[305,561]},{"name":"OpenEventLogW","features":[305,561]},{"name":"READ_EVENT_LOG_READ_FLAGS","features":[561]},{"name":"REPORT_EVENT_TYPE","features":[561]},{"name":"ReadEventLogA","features":[305,561]},{"name":"ReadEventLogW","features":[305,561]},{"name":"RegisterEventSourceA","features":[305,561]},{"name":"RegisterEventSourceW","features":[305,561]},{"name":"ReportEventA","features":[305,309,561]},{"name":"ReportEventW","features":[305,309,561]}],"574":[{"name":"CONNECTION_AOL","features":[562]},{"name":"CONNECTION_LAN","features":[562]},{"name":"CONNECTION_WAN","features":[562]},{"name":"ISensLogon","features":[358,562]},{"name":"ISensLogon2","features":[358,562]},{"name":"ISensNetwork","features":[358,562]},{"name":"ISensOnNow","features":[358,562]},{"name":"IsDestinationReachableA","features":[305,562]},{"name":"IsDestinationReachableW","features":[305,562]},{"name":"IsNetworkAlive","features":[305,562]},{"name":"NETWORK_ALIVE_AOL","features":[562]},{"name":"NETWORK_ALIVE_INTERNET","features":[562]},{"name":"NETWORK_ALIVE_LAN","features":[562]},{"name":"NETWORK_ALIVE_WAN","features":[562]},{"name":"QOCINFO","features":[562]},{"name":"SENS","features":[562]},{"name":"SENSGUID_EVENTCLASS_LOGON","features":[562]},{"name":"SENSGUID_EVENTCLASS_LOGON2","features":[562]},{"name":"SENSGUID_EVENTCLASS_NETWORK","features":[562]},{"name":"SENSGUID_EVENTCLASS_ONNOW","features":[562]},{"name":"SENSGUID_PUBLISHER","features":[562]},{"name":"SENSGUID_SUBSCRIBER_LCE","features":[562]},{"name":"SENSGUID_SUBSCRIBER_WININET","features":[562]},{"name":"SENS_CONNECTION_TYPE","features":[562]},{"name":"SENS_QOCINFO","features":[562]}],"575":[{"name":"ABSENT","features":[563]},{"name":"ADMXCOMMENTS_EXTENSION_GUID","features":[563]},{"name":"APPNAME","features":[563]},{"name":"APPSTATE","features":[563]},{"name":"ASSIGNED","features":[563]},{"name":"BrowseForGPO","features":[305,563]},{"name":"CLSID_GPESnapIn","features":[563]},{"name":"CLSID_GroupPolicyObject","features":[563]},{"name":"CLSID_RSOPSnapIn","features":[563]},{"name":"COMCLASS","features":[563]},{"name":"CommandLineFromMsiDescriptor","features":[563]},{"name":"CreateGPOLink","features":[305,563]},{"name":"DeleteAllGPOLinks","features":[563]},{"name":"DeleteGPOLink","features":[563]},{"name":"EnterCriticalPolicySection","features":[305,563]},{"name":"ExportRSoPData","features":[563]},{"name":"FILEEXT","features":[563]},{"name":"FLAG_ASSUME_COMP_WQLFILTER_TRUE","features":[563]},{"name":"FLAG_ASSUME_SLOW_LINK","features":[563]},{"name":"FLAG_ASSUME_USER_WQLFILTER_TRUE","features":[563]},{"name":"FLAG_FORCE_CREATENAMESPACE","features":[563]},{"name":"FLAG_LOOPBACK_MERGE","features":[563]},{"name":"FLAG_LOOPBACK_REPLACE","features":[563]},{"name":"FLAG_NO_COMPUTER","features":[563]},{"name":"FLAG_NO_CSE_INVOKE","features":[563]},{"name":"FLAG_NO_GPO_FILTER","features":[563]},{"name":"FLAG_NO_USER","features":[563]},{"name":"FLAG_PLANNING_MODE","features":[563]},{"name":"FreeGPOListA","features":[305,563]},{"name":"FreeGPOListW","features":[305,563]},{"name":"GPC_BLOCK_POLICY","features":[563]},{"name":"GPHintDomain","features":[563]},{"name":"GPHintMachine","features":[563]},{"name":"GPHintOrganizationalUnit","features":[563]},{"name":"GPHintSite","features":[563]},{"name":"GPHintUnknown","features":[563]},{"name":"GPLinkDomain","features":[563]},{"name":"GPLinkMachine","features":[563]},{"name":"GPLinkOrganizationalUnit","features":[563]},{"name":"GPLinkSite","features":[563]},{"name":"GPLinkUnknown","features":[563]},{"name":"GPM","features":[563]},{"name":"GPMAsyncCancel","features":[563]},{"name":"GPMBackup","features":[563]},{"name":"GPMBackupCollection","features":[563]},{"name":"GPMBackupDir","features":[563]},{"name":"GPMBackupDirEx","features":[563]},{"name":"GPMBackupType","features":[563]},{"name":"GPMCSECollection","features":[563]},{"name":"GPMClientSideExtension","features":[563]},{"name":"GPMConstants","features":[563]},{"name":"GPMDestinationOption","features":[563]},{"name":"GPMDomain","features":[563]},{"name":"GPMEntryType","features":[563]},{"name":"GPMGPO","features":[563]},{"name":"GPMGPOCollection","features":[563]},{"name":"GPMGPOLink","features":[563]},{"name":"GPMGPOLinksCollection","features":[563]},{"name":"GPMMapEntry","features":[563]},{"name":"GPMMapEntryCollection","features":[563]},{"name":"GPMMigrationTable","features":[563]},{"name":"GPMPermission","features":[563]},{"name":"GPMPermissionType","features":[563]},{"name":"GPMRSOP","features":[563]},{"name":"GPMRSOPMode","features":[563]},{"name":"GPMReportType","features":[563]},{"name":"GPMReportingOptions","features":[563]},{"name":"GPMResult","features":[563]},{"name":"GPMSOM","features":[563]},{"name":"GPMSOMCollection","features":[563]},{"name":"GPMSOMType","features":[563]},{"name":"GPMSearchCriteria","features":[563]},{"name":"GPMSearchOperation","features":[563]},{"name":"GPMSearchProperty","features":[563]},{"name":"GPMSecurityInfo","features":[563]},{"name":"GPMSitesContainer","features":[563]},{"name":"GPMStarterGPOBackup","features":[563]},{"name":"GPMStarterGPOBackupCollection","features":[563]},{"name":"GPMStarterGPOCollection","features":[563]},{"name":"GPMStarterGPOType","features":[563]},{"name":"GPMStatusMessage","features":[563]},{"name":"GPMStatusMsgCollection","features":[563]},{"name":"GPMTemplate","features":[563]},{"name":"GPMTrustee","features":[563]},{"name":"GPMWMIFilter","features":[563]},{"name":"GPMWMIFilterCollection","features":[563]},{"name":"GPM_DONOTUSE_W2KDC","features":[563]},{"name":"GPM_DONOT_VALIDATEDC","features":[563]},{"name":"GPM_MIGRATIONTABLE_ONLY","features":[563]},{"name":"GPM_PROCESS_SECURITY","features":[563]},{"name":"GPM_USE_ANYDC","features":[563]},{"name":"GPM_USE_PDC","features":[563]},{"name":"GPOBROWSEINFO","features":[305,563]},{"name":"GPOTypeDS","features":[563]},{"name":"GPOTypeLocal","features":[563]},{"name":"GPOTypeLocalGroup","features":[563]},{"name":"GPOTypeLocalUser","features":[563]},{"name":"GPOTypeRemote","features":[563]},{"name":"GPO_BROWSE_DISABLENEW","features":[563]},{"name":"GPO_BROWSE_INITTOALL","features":[563]},{"name":"GPO_BROWSE_NOCOMPUTERS","features":[563]},{"name":"GPO_BROWSE_NODSGPOS","features":[563]},{"name":"GPO_BROWSE_NOUSERGPOS","features":[563]},{"name":"GPO_BROWSE_OPENBUTTON","features":[563]},{"name":"GPO_BROWSE_SENDAPPLYONEDIT","features":[563]},{"name":"GPO_FLAG_DISABLE","features":[563]},{"name":"GPO_FLAG_FORCE","features":[563]},{"name":"GPO_INFO_FLAG_ASYNC_FOREGROUND","features":[563]},{"name":"GPO_INFO_FLAG_BACKGROUND","features":[563]},{"name":"GPO_INFO_FLAG_FORCED_REFRESH","features":[563]},{"name":"GPO_INFO_FLAG_LINKTRANSITION","features":[563]},{"name":"GPO_INFO_FLAG_LOGRSOP_TRANSITION","features":[563]},{"name":"GPO_INFO_FLAG_MACHINE","features":[563]},{"name":"GPO_INFO_FLAG_NOCHANGES","features":[563]},{"name":"GPO_INFO_FLAG_SAFEMODE_BOOT","features":[563]},{"name":"GPO_INFO_FLAG_SLOWLINK","features":[563]},{"name":"GPO_INFO_FLAG_VERBOSE","features":[563]},{"name":"GPO_LINK","features":[563]},{"name":"GPO_LIST_FLAG_MACHINE","features":[563]},{"name":"GPO_LIST_FLAG_NO_SECURITYFILTERS","features":[563]},{"name":"GPO_LIST_FLAG_NO_WMIFILTERS","features":[563]},{"name":"GPO_LIST_FLAG_SITEONLY","features":[563]},{"name":"GPO_OPEN_FLAGS","features":[563]},{"name":"GPO_OPEN_LOAD_REGISTRY","features":[563]},{"name":"GPO_OPEN_READ_ONLY","features":[563]},{"name":"GPO_OPTIONS","features":[563]},{"name":"GPO_OPTION_DISABLE_MACHINE","features":[563]},{"name":"GPO_OPTION_DISABLE_USER","features":[563]},{"name":"GPO_SECTION","features":[563]},{"name":"GPO_SECTION_MACHINE","features":[563]},{"name":"GPO_SECTION_ROOT","features":[563]},{"name":"GPO_SECTION_USER","features":[563]},{"name":"GP_DLLNAME","features":[563]},{"name":"GP_ENABLEASYNCHRONOUSPROCESSING","features":[563]},{"name":"GP_MAXNOGPOLISTCHANGESINTERVAL","features":[563]},{"name":"GP_NOBACKGROUNDPOLICY","features":[563]},{"name":"GP_NOGPOLISTCHANGES","features":[563]},{"name":"GP_NOMACHINEPOLICY","features":[563]},{"name":"GP_NOSLOWLINK","features":[563]},{"name":"GP_NOTIFYLINKTRANSITION","features":[563]},{"name":"GP_NOUSERPOLICY","features":[563]},{"name":"GP_PERUSERLOCALSETTINGS","features":[563]},{"name":"GP_PROCESSGROUPPOLICY","features":[563]},{"name":"GP_REQUIRESSUCCESSFULREGISTRY","features":[563]},{"name":"GROUP_POLICY_HINT_TYPE","features":[563]},{"name":"GROUP_POLICY_OBJECTA","features":[305,563]},{"name":"GROUP_POLICY_OBJECTW","features":[305,563]},{"name":"GROUP_POLICY_OBJECT_TYPE","features":[563]},{"name":"GROUP_POLICY_TRIGGER_EVENT_PROVIDER_GUID","features":[563]},{"name":"GenerateGPNotification","features":[305,563]},{"name":"GetAppliedGPOListA","features":[305,309,563]},{"name":"GetAppliedGPOListW","features":[305,309,563]},{"name":"GetGPOListA","features":[305,563]},{"name":"GetGPOListW","features":[305,563]},{"name":"GetLocalManagedApplicationData","features":[563]},{"name":"GetLocalManagedApplications","features":[305,563]},{"name":"GetManagedApplicationCategories","features":[563,474]},{"name":"GetManagedApplications","features":[305,563]},{"name":"IGPEInformation","features":[563]},{"name":"IGPM","features":[358,563]},{"name":"IGPM2","features":[358,563]},{"name":"IGPMAsyncCancel","features":[358,563]},{"name":"IGPMAsyncProgress","features":[358,563]},{"name":"IGPMBackup","features":[358,563]},{"name":"IGPMBackupCollection","features":[358,563]},{"name":"IGPMBackupDir","features":[358,563]},{"name":"IGPMBackupDirEx","features":[358,563]},{"name":"IGPMCSECollection","features":[358,563]},{"name":"IGPMClientSideExtension","features":[358,563]},{"name":"IGPMConstants","features":[358,563]},{"name":"IGPMConstants2","features":[358,563]},{"name":"IGPMDomain","features":[358,563]},{"name":"IGPMDomain2","features":[358,563]},{"name":"IGPMDomain3","features":[358,563]},{"name":"IGPMGPO","features":[358,563]},{"name":"IGPMGPO2","features":[358,563]},{"name":"IGPMGPO3","features":[358,563]},{"name":"IGPMGPOCollection","features":[358,563]},{"name":"IGPMGPOLink","features":[358,563]},{"name":"IGPMGPOLinksCollection","features":[358,563]},{"name":"IGPMMapEntry","features":[358,563]},{"name":"IGPMMapEntryCollection","features":[358,563]},{"name":"IGPMMigrationTable","features":[358,563]},{"name":"IGPMPermission","features":[358,563]},{"name":"IGPMRSOP","features":[358,563]},{"name":"IGPMResult","features":[358,563]},{"name":"IGPMSOM","features":[358,563]},{"name":"IGPMSOMCollection","features":[358,563]},{"name":"IGPMSearchCriteria","features":[358,563]},{"name":"IGPMSecurityInfo","features":[358,563]},{"name":"IGPMSitesContainer","features":[358,563]},{"name":"IGPMStarterGPO","features":[358,563]},{"name":"IGPMStarterGPOBackup","features":[358,563]},{"name":"IGPMStarterGPOBackupCollection","features":[358,563]},{"name":"IGPMStarterGPOCollection","features":[358,563]},{"name":"IGPMStatusMessage","features":[358,563]},{"name":"IGPMStatusMsgCollection","features":[358,563]},{"name":"IGPMTrustee","features":[358,563]},{"name":"IGPMWMIFilter","features":[358,563]},{"name":"IGPMWMIFilterCollection","features":[358,563]},{"name":"IGroupPolicyObject","features":[563]},{"name":"INSTALLDATA","features":[563]},{"name":"INSTALLSPEC","features":[563]},{"name":"INSTALLSPECTYPE","features":[563]},{"name":"IRSOPInformation","features":[563]},{"name":"ImportRSoPData","features":[563]},{"name":"InstallApplication","features":[563]},{"name":"LOCALMANAGEDAPPLICATION","features":[563]},{"name":"LOCALSTATE_ASSIGNED","features":[563]},{"name":"LOCALSTATE_ORPHANED","features":[563]},{"name":"LOCALSTATE_POLICYREMOVE_ORPHAN","features":[563]},{"name":"LOCALSTATE_POLICYREMOVE_UNINSTALL","features":[563]},{"name":"LOCALSTATE_PUBLISHED","features":[563]},{"name":"LOCALSTATE_UNINSTALLED","features":[563]},{"name":"LOCALSTATE_UNINSTALL_UNMANAGED","features":[563]},{"name":"LeaveCriticalPolicySection","features":[305,563]},{"name":"MACHINE_POLICY_PRESENT_TRIGGER_GUID","features":[563]},{"name":"MANAGEDAPPLICATION","features":[305,563]},{"name":"MANAGED_APPS_FROMCATEGORY","features":[563]},{"name":"MANAGED_APPS_INFOLEVEL_DEFAULT","features":[563]},{"name":"MANAGED_APPS_USERAPPLICATIONS","features":[563]},{"name":"MANAGED_APPTYPE_SETUPEXE","features":[563]},{"name":"MANAGED_APPTYPE_UNSUPPORTED","features":[563]},{"name":"MANAGED_APPTYPE_WINDOWSINSTALLER","features":[563]},{"name":"NODEID_Machine","features":[563]},{"name":"NODEID_MachineSWSettings","features":[563]},{"name":"NODEID_RSOPMachine","features":[563]},{"name":"NODEID_RSOPMachineSWSettings","features":[563]},{"name":"NODEID_RSOPUser","features":[563]},{"name":"NODEID_RSOPUserSWSettings","features":[563]},{"name":"NODEID_User","features":[563]},{"name":"NODEID_UserSWSettings","features":[563]},{"name":"PFNGENERATEGROUPPOLICY","features":[305,358,563,564]},{"name":"PFNPROCESSGROUPPOLICY","features":[305,563,373]},{"name":"PFNPROCESSGROUPPOLICYEX","features":[305,563,373,564]},{"name":"PFNSTATUSMESSAGECALLBACK","features":[305,563]},{"name":"PI_APPLYPOLICY","features":[563]},{"name":"PI_NOUI","features":[563]},{"name":"POLICYSETTINGSTATUSINFO","features":[305,563]},{"name":"PROGID","features":[563]},{"name":"PT_MANDATORY","features":[563]},{"name":"PT_ROAMING","features":[563]},{"name":"PT_ROAMING_PREEXISTING","features":[563]},{"name":"PT_TEMPORARY","features":[563]},{"name":"PUBLISHED","features":[563]},{"name":"ProcessGroupPolicyCompleted","features":[563]},{"name":"ProcessGroupPolicyCompletedEx","features":[563]},{"name":"REGISTRY_EXTENSION_GUID","features":[563]},{"name":"RP_FORCE","features":[563]},{"name":"RP_SYNC","features":[563]},{"name":"RSOPApplied","features":[563]},{"name":"RSOPFailed","features":[563]},{"name":"RSOPIgnored","features":[563]},{"name":"RSOPSubsettingFailed","features":[563]},{"name":"RSOPUnspecified","features":[563]},{"name":"RSOP_COMPUTER_ACCESS_DENIED","features":[563]},{"name":"RSOP_INFO_FLAG_DIAGNOSTIC_MODE","features":[563]},{"name":"RSOP_NO_COMPUTER","features":[563]},{"name":"RSOP_NO_USER","features":[563]},{"name":"RSOP_PLANNING_ASSUME_COMP_WQLFILTER_TRUE","features":[563]},{"name":"RSOP_PLANNING_ASSUME_LOOPBACK_MERGE","features":[563]},{"name":"RSOP_PLANNING_ASSUME_LOOPBACK_REPLACE","features":[563]},{"name":"RSOP_PLANNING_ASSUME_SLOW_LINK","features":[563]},{"name":"RSOP_PLANNING_ASSUME_USER_WQLFILTER_TRUE","features":[563]},{"name":"RSOP_TARGET","features":[305,358,563,564]},{"name":"RSOP_TEMPNAMESPACE_EXISTS","features":[563]},{"name":"RSOP_USER_ACCESS_DENIED","features":[563]},{"name":"RefreshPolicy","features":[305,563]},{"name":"RefreshPolicyEx","features":[305,563]},{"name":"RegisterGPNotification","features":[305,563]},{"name":"RsopAccessCheckByType","features":[305,309,563]},{"name":"RsopFileAccessCheck","features":[305,563]},{"name":"RsopResetPolicySettingStatus","features":[563,564]},{"name":"RsopSetPolicySettingStatus","features":[305,563,564]},{"name":"SETTINGSTATUS","features":[563]},{"name":"USER_POLICY_PRESENT_TRIGGER_GUID","features":[563]},{"name":"UninstallApplication","features":[563]},{"name":"UnregisterGPNotification","features":[305,563]},{"name":"backupMostRecent","features":[563]},{"name":"gpoComputerExtensions","features":[563]},{"name":"gpoDisplayName","features":[563]},{"name":"gpoDomain","features":[563]},{"name":"gpoEffectivePermissions","features":[563]},{"name":"gpoID","features":[563]},{"name":"gpoPermissions","features":[563]},{"name":"gpoUserExtensions","features":[563]},{"name":"gpoWMIFilter","features":[563]},{"name":"opContains","features":[563]},{"name":"opDestinationByRelativeName","features":[563]},{"name":"opDestinationNone","features":[563]},{"name":"opDestinationSameAsSource","features":[563]},{"name":"opDestinationSet","features":[563]},{"name":"opEquals","features":[563]},{"name":"opNotContains","features":[563]},{"name":"opNotEquals","features":[563]},{"name":"opReportComments","features":[563]},{"name":"opReportLegacy","features":[563]},{"name":"permGPOApply","features":[563]},{"name":"permGPOCustom","features":[563]},{"name":"permGPOEdit","features":[563]},{"name":"permGPOEditSecurityAndDelete","features":[563]},{"name":"permGPORead","features":[563]},{"name":"permSOMGPOCreate","features":[563]},{"name":"permSOMLink","features":[563]},{"name":"permSOMLogging","features":[563]},{"name":"permSOMPlanning","features":[563]},{"name":"permSOMStarterGPOCreate","features":[563]},{"name":"permSOMWMICreate","features":[563]},{"name":"permSOMWMIFullControl","features":[563]},{"name":"permStarterGPOCustom","features":[563]},{"name":"permStarterGPOEdit","features":[563]},{"name":"permStarterGPOFullControl","features":[563]},{"name":"permStarterGPORead","features":[563]},{"name":"permWMIFilterCustom","features":[563]},{"name":"permWMIFilterEdit","features":[563]},{"name":"permWMIFilterFullControl","features":[563]},{"name":"repClientHealthRefreshXML","features":[563]},{"name":"repClientHealthXML","features":[563]},{"name":"repHTML","features":[563]},{"name":"repInfraRefreshXML","features":[563]},{"name":"repInfraXML","features":[563]},{"name":"repXML","features":[563]},{"name":"rsopLogging","features":[563]},{"name":"rsopPlanning","features":[563]},{"name":"rsopUnknown","features":[563]},{"name":"somDomain","features":[563]},{"name":"somLinks","features":[563]},{"name":"somOU","features":[563]},{"name":"somSite","features":[563]},{"name":"starterGPODisplayName","features":[563]},{"name":"starterGPODomain","features":[563]},{"name":"starterGPOEffectivePermissions","features":[563]},{"name":"starterGPOID","features":[563]},{"name":"starterGPOPermissions","features":[563]},{"name":"typeComputer","features":[563]},{"name":"typeCustom","features":[563]},{"name":"typeGPO","features":[563]},{"name":"typeGlobalGroup","features":[563]},{"name":"typeLocalGroup","features":[563]},{"name":"typeStarterGPO","features":[563]},{"name":"typeSystem","features":[563]},{"name":"typeUNCPath","features":[563]},{"name":"typeUniversalGroup","features":[563]},{"name":"typeUnknown","features":[563]},{"name":"typeUser","features":[563]}],"576":[{"name":"HCS_CALLBACK","features":[565]}],"577":[{"name":"HCN_NOTIFICATIONS","features":[566]},{"name":"HCN_NOTIFICATION_CALLBACK","features":[566]},{"name":"HCN_PORT_ACCESS","features":[566]},{"name":"HCN_PORT_ACCESS_EXCLUSIVE","features":[566]},{"name":"HCN_PORT_ACCESS_SHARED","features":[566]},{"name":"HCN_PORT_PROTOCOL","features":[566]},{"name":"HCN_PORT_PROTOCOL_BOTH","features":[566]},{"name":"HCN_PORT_PROTOCOL_TCP","features":[566]},{"name":"HCN_PORT_PROTOCOL_UDP","features":[566]},{"name":"HCN_PORT_RANGE_ENTRY","features":[566]},{"name":"HCN_PORT_RANGE_RESERVATION","features":[566]},{"name":"HcnCloseEndpoint","features":[566]},{"name":"HcnCloseGuestNetworkService","features":[566]},{"name":"HcnCloseLoadBalancer","features":[566]},{"name":"HcnCloseNamespace","features":[566]},{"name":"HcnCloseNetwork","features":[566]},{"name":"HcnCreateEndpoint","features":[566]},{"name":"HcnCreateGuestNetworkService","features":[566]},{"name":"HcnCreateLoadBalancer","features":[566]},{"name":"HcnCreateNamespace","features":[566]},{"name":"HcnCreateNetwork","features":[566]},{"name":"HcnDeleteEndpoint","features":[566]},{"name":"HcnDeleteGuestNetworkService","features":[566]},{"name":"HcnDeleteLoadBalancer","features":[566]},{"name":"HcnDeleteNamespace","features":[566]},{"name":"HcnDeleteNetwork","features":[566]},{"name":"HcnEnumerateEndpoints","features":[566]},{"name":"HcnEnumerateGuestNetworkPortReservations","features":[566]},{"name":"HcnEnumerateLoadBalancers","features":[566]},{"name":"HcnEnumerateNamespaces","features":[566]},{"name":"HcnEnumerateNetworks","features":[566]},{"name":"HcnFreeGuestNetworkPortReservations","features":[566]},{"name":"HcnModifyEndpoint","features":[566]},{"name":"HcnModifyGuestNetworkService","features":[566]},{"name":"HcnModifyLoadBalancer","features":[566]},{"name":"HcnModifyNamespace","features":[566]},{"name":"HcnModifyNetwork","features":[566]},{"name":"HcnNotificationFlagsReserved","features":[566]},{"name":"HcnNotificationGuestNetworkServiceCreate","features":[566]},{"name":"HcnNotificationGuestNetworkServiceDelete","features":[566]},{"name":"HcnNotificationGuestNetworkServiceInterfaceStateChanged","features":[566]},{"name":"HcnNotificationGuestNetworkServiceStateChanged","features":[566]},{"name":"HcnNotificationInvalid","features":[566]},{"name":"HcnNotificationNamespaceCreate","features":[566]},{"name":"HcnNotificationNamespaceDelete","features":[566]},{"name":"HcnNotificationNetworkCreate","features":[566]},{"name":"HcnNotificationNetworkDelete","features":[566]},{"name":"HcnNotificationNetworkEndpointAttached","features":[566]},{"name":"HcnNotificationNetworkEndpointDetached","features":[566]},{"name":"HcnNotificationNetworkPreCreate","features":[566]},{"name":"HcnNotificationNetworkPreDelete","features":[566]},{"name":"HcnNotificationServiceDisconnect","features":[566]},{"name":"HcnOpenEndpoint","features":[566]},{"name":"HcnOpenLoadBalancer","features":[566]},{"name":"HcnOpenNamespace","features":[566]},{"name":"HcnOpenNetwork","features":[566]},{"name":"HcnQueryEndpointAddresses","features":[566]},{"name":"HcnQueryEndpointProperties","features":[566]},{"name":"HcnQueryEndpointStats","features":[566]},{"name":"HcnQueryLoadBalancerProperties","features":[566]},{"name":"HcnQueryNamespaceProperties","features":[566]},{"name":"HcnQueryNetworkProperties","features":[566]},{"name":"HcnRegisterGuestNetworkServiceCallback","features":[566]},{"name":"HcnRegisterServiceCallback","features":[566]},{"name":"HcnReleaseGuestNetworkServicePortReservationHandle","features":[305,566]},{"name":"HcnReserveGuestNetworkServicePort","features":[305,566]},{"name":"HcnReserveGuestNetworkServicePortRange","features":[305,566]},{"name":"HcnUnregisterGuestNetworkServiceCallback","features":[566]},{"name":"HcnUnregisterServiceCallback","features":[566]}],"578":[{"name":"HCS_CREATE_OPTIONS","features":[567]},{"name":"HCS_CREATE_OPTIONS_1","features":[305,309,567]},{"name":"HCS_EVENT","features":[567]},{"name":"HCS_EVENT_CALLBACK","features":[567]},{"name":"HCS_EVENT_OPTIONS","features":[567]},{"name":"HCS_EVENT_TYPE","features":[567]},{"name":"HCS_NOTIFICATIONS","features":[567]},{"name":"HCS_NOTIFICATION_CALLBACK","features":[567]},{"name":"HCS_NOTIFICATION_FLAGS","features":[567]},{"name":"HCS_OPERATION","features":[567]},{"name":"HCS_OPERATION_COMPLETION","features":[567]},{"name":"HCS_OPERATION_OPTIONS","features":[567]},{"name":"HCS_OPERATION_TYPE","features":[567]},{"name":"HCS_PROCESS","features":[567]},{"name":"HCS_PROCESS_INFORMATION","features":[305,567]},{"name":"HCS_RESOURCE_TYPE","features":[567]},{"name":"HCS_SYSTEM","features":[567]},{"name":"HcsAddResourceToOperation","features":[305,567]},{"name":"HcsAttachLayerStorageFilter","features":[567]},{"name":"HcsCancelOperation","features":[567]},{"name":"HcsCloseComputeSystem","features":[567]},{"name":"HcsCloseOperation","features":[567]},{"name":"HcsCloseProcess","features":[567]},{"name":"HcsCrashComputeSystem","features":[567]},{"name":"HcsCreateComputeSystem","features":[309,567]},{"name":"HcsCreateComputeSystemInNamespace","features":[567]},{"name":"HcsCreateEmptyGuestStateFile","features":[567]},{"name":"HcsCreateEmptyRuntimeStateFile","features":[567]},{"name":"HcsCreateOperation","features":[567]},{"name":"HcsCreateOperationWithNotifications","features":[567]},{"name":"HcsCreateOptions_1","features":[567]},{"name":"HcsCreateProcess","features":[309,567]},{"name":"HcsDestroyLayer","features":[567]},{"name":"HcsDetachLayerStorageFilter","features":[567]},{"name":"HcsEnumerateComputeSystems","features":[567]},{"name":"HcsEnumerateComputeSystemsInNamespace","features":[567]},{"name":"HcsEventGroupOperationInfo","features":[567]},{"name":"HcsEventGroupVmLifecycle","features":[567]},{"name":"HcsEventInvalid","features":[567]},{"name":"HcsEventOperationCallback","features":[567]},{"name":"HcsEventOptionEnableOperationCallbacks","features":[567]},{"name":"HcsEventOptionEnableVmLifecycle","features":[567]},{"name":"HcsEventOptionNone","features":[567]},{"name":"HcsEventProcessExited","features":[567]},{"name":"HcsEventServiceDisconnect","features":[567]},{"name":"HcsEventSystemCrashInitiated","features":[567]},{"name":"HcsEventSystemCrashReport","features":[567]},{"name":"HcsEventSystemExited","features":[567]},{"name":"HcsEventSystemGuestConnectionClosed","features":[567]},{"name":"HcsEventSystemRdpEnhancedModeStateChanged","features":[567]},{"name":"HcsEventSystemSiloJobCreated","features":[567]},{"name":"HcsExportLayer","features":[567]},{"name":"HcsExportLegacyWritableLayer","features":[567]},{"name":"HcsFormatWritableLayerVhd","features":[305,567]},{"name":"HcsGetComputeSystemFromOperation","features":[567]},{"name":"HcsGetComputeSystemProperties","features":[567]},{"name":"HcsGetLayerVhdMountPath","features":[305,567]},{"name":"HcsGetOperationContext","features":[567]},{"name":"HcsGetOperationId","features":[567]},{"name":"HcsGetOperationResult","features":[567]},{"name":"HcsGetOperationResultAndProcessInfo","features":[305,567]},{"name":"HcsGetOperationType","features":[567]},{"name":"HcsGetProcessFromOperation","features":[567]},{"name":"HcsGetProcessInfo","features":[567]},{"name":"HcsGetProcessProperties","features":[567]},{"name":"HcsGetProcessorCompatibilityFromSavedState","features":[567]},{"name":"HcsGetServiceProperties","features":[567]},{"name":"HcsGrantVmAccess","features":[567]},{"name":"HcsGrantVmGroupAccess","features":[567]},{"name":"HcsImportLayer","features":[567]},{"name":"HcsInitializeLegacyWritableLayer","features":[567]},{"name":"HcsInitializeWritableLayer","features":[567]},{"name":"HcsModifyComputeSystem","features":[305,567]},{"name":"HcsModifyProcess","features":[567]},{"name":"HcsModifyServiceSettings","features":[567]},{"name":"HcsNotificationFlagFailure","features":[567]},{"name":"HcsNotificationFlagSuccess","features":[567]},{"name":"HcsNotificationFlagsReserved","features":[567]},{"name":"HcsNotificationInvalid","features":[567]},{"name":"HcsNotificationOperationProgressUpdate","features":[567]},{"name":"HcsNotificationProcessExited","features":[567]},{"name":"HcsNotificationServiceDisconnect","features":[567]},{"name":"HcsNotificationSystemCrashInitiated","features":[567]},{"name":"HcsNotificationSystemCrashReport","features":[567]},{"name":"HcsNotificationSystemCreateCompleted","features":[567]},{"name":"HcsNotificationSystemExited","features":[567]},{"name":"HcsNotificationSystemGetPropertiesCompleted","features":[567]},{"name":"HcsNotificationSystemGuestConnectionClosed","features":[567]},{"name":"HcsNotificationSystemModifyCompleted","features":[567]},{"name":"HcsNotificationSystemOperationCompletion","features":[567]},{"name":"HcsNotificationSystemPassThru","features":[567]},{"name":"HcsNotificationSystemPauseCompleted","features":[567]},{"name":"HcsNotificationSystemRdpEnhancedModeStateChanged","features":[567]},{"name":"HcsNotificationSystemResumeCompleted","features":[567]},{"name":"HcsNotificationSystemSaveCompleted","features":[567]},{"name":"HcsNotificationSystemShutdownCompleted","features":[567]},{"name":"HcsNotificationSystemShutdownFailed","features":[567]},{"name":"HcsNotificationSystemSiloJobCreated","features":[567]},{"name":"HcsNotificationSystemStartCompleted","features":[567]},{"name":"HcsOpenComputeSystem","features":[567]},{"name":"HcsOpenComputeSystemInNamespace","features":[567]},{"name":"HcsOpenProcess","features":[567]},{"name":"HcsOperationOptionNone","features":[567]},{"name":"HcsOperationOptionProgressUpdate","features":[567]},{"name":"HcsOperationTypeCrash","features":[567]},{"name":"HcsOperationTypeCreate","features":[567]},{"name":"HcsOperationTypeCreateProcess","features":[567]},{"name":"HcsOperationTypeEnumerate","features":[567]},{"name":"HcsOperationTypeGetProcessInfo","features":[567]},{"name":"HcsOperationTypeGetProcessProperties","features":[567]},{"name":"HcsOperationTypeGetProperties","features":[567]},{"name":"HcsOperationTypeModify","features":[567]},{"name":"HcsOperationTypeModifyProcess","features":[567]},{"name":"HcsOperationTypeNone","features":[567]},{"name":"HcsOperationTypePause","features":[567]},{"name":"HcsOperationTypeResume","features":[567]},{"name":"HcsOperationTypeSave","features":[567]},{"name":"HcsOperationTypeShutdown","features":[567]},{"name":"HcsOperationTypeSignalProcess","features":[567]},{"name":"HcsOperationTypeStart","features":[567]},{"name":"HcsOperationTypeTerminate","features":[567]},{"name":"HcsPauseComputeSystem","features":[567]},{"name":"HcsResourceTypeFile","features":[567]},{"name":"HcsResourceTypeJob","features":[567]},{"name":"HcsResourceTypeNone","features":[567]},{"name":"HcsResumeComputeSystem","features":[567]},{"name":"HcsRevokeVmAccess","features":[567]},{"name":"HcsRevokeVmGroupAccess","features":[567]},{"name":"HcsSaveComputeSystem","features":[567]},{"name":"HcsSetComputeSystemCallback","features":[567]},{"name":"HcsSetOperationCallback","features":[567]},{"name":"HcsSetOperationContext","features":[567]},{"name":"HcsSetProcessCallback","features":[567]},{"name":"HcsSetupBaseOSLayer","features":[305,567]},{"name":"HcsSetupBaseOSVolume","features":[567]},{"name":"HcsShutDownComputeSystem","features":[567]},{"name":"HcsSignalProcess","features":[567]},{"name":"HcsStartComputeSystem","features":[567]},{"name":"HcsSubmitWerReport","features":[567]},{"name":"HcsTerminateComputeSystem","features":[567]},{"name":"HcsTerminateProcess","features":[567]},{"name":"HcsWaitForComputeSystemExit","features":[567]},{"name":"HcsWaitForOperationResult","features":[567]},{"name":"HcsWaitForOperationResultAndProcessInfo","features":[305,567]},{"name":"HcsWaitForProcessExit","features":[567]}],"579":[{"name":"ARM64_RegisterActlrEl1","features":[568]},{"name":"ARM64_RegisterAmairEl1","features":[568]},{"name":"ARM64_RegisterCntkctlEl1","features":[568]},{"name":"ARM64_RegisterCntvCtlEl0","features":[568]},{"name":"ARM64_RegisterCntvCvalEl0","features":[568]},{"name":"ARM64_RegisterContextIdrEl1","features":[568]},{"name":"ARM64_RegisterCpacrEl1","features":[568]},{"name":"ARM64_RegisterCpsr","features":[568]},{"name":"ARM64_RegisterCsselrEl1","features":[568]},{"name":"ARM64_RegisterElrEl1","features":[568]},{"name":"ARM64_RegisterEsrEl1","features":[568]},{"name":"ARM64_RegisterFarEl1","features":[568]},{"name":"ARM64_RegisterFpControl","features":[568]},{"name":"ARM64_RegisterFpStatus","features":[568]},{"name":"ARM64_RegisterMairEl1","features":[568]},{"name":"ARM64_RegisterMax","features":[568]},{"name":"ARM64_RegisterParEl1","features":[568]},{"name":"ARM64_RegisterPc","features":[568]},{"name":"ARM64_RegisterQ0","features":[568]},{"name":"ARM64_RegisterQ1","features":[568]},{"name":"ARM64_RegisterQ10","features":[568]},{"name":"ARM64_RegisterQ11","features":[568]},{"name":"ARM64_RegisterQ12","features":[568]},{"name":"ARM64_RegisterQ13","features":[568]},{"name":"ARM64_RegisterQ14","features":[568]},{"name":"ARM64_RegisterQ15","features":[568]},{"name":"ARM64_RegisterQ16","features":[568]},{"name":"ARM64_RegisterQ17","features":[568]},{"name":"ARM64_RegisterQ18","features":[568]},{"name":"ARM64_RegisterQ19","features":[568]},{"name":"ARM64_RegisterQ2","features":[568]},{"name":"ARM64_RegisterQ20","features":[568]},{"name":"ARM64_RegisterQ21","features":[568]},{"name":"ARM64_RegisterQ22","features":[568]},{"name":"ARM64_RegisterQ23","features":[568]},{"name":"ARM64_RegisterQ24","features":[568]},{"name":"ARM64_RegisterQ25","features":[568]},{"name":"ARM64_RegisterQ26","features":[568]},{"name":"ARM64_RegisterQ27","features":[568]},{"name":"ARM64_RegisterQ28","features":[568]},{"name":"ARM64_RegisterQ29","features":[568]},{"name":"ARM64_RegisterQ3","features":[568]},{"name":"ARM64_RegisterQ30","features":[568]},{"name":"ARM64_RegisterQ31","features":[568]},{"name":"ARM64_RegisterQ4","features":[568]},{"name":"ARM64_RegisterQ5","features":[568]},{"name":"ARM64_RegisterQ6","features":[568]},{"name":"ARM64_RegisterQ7","features":[568]},{"name":"ARM64_RegisterQ8","features":[568]},{"name":"ARM64_RegisterQ9","features":[568]},{"name":"ARM64_RegisterSctlrEl1","features":[568]},{"name":"ARM64_RegisterSpEl0","features":[568]},{"name":"ARM64_RegisterSpEl1","features":[568]},{"name":"ARM64_RegisterSpsrEl1","features":[568]},{"name":"ARM64_RegisterTcrEl1","features":[568]},{"name":"ARM64_RegisterTpidrEl0","features":[568]},{"name":"ARM64_RegisterTpidrEl1","features":[568]},{"name":"ARM64_RegisterTpidrroEl0","features":[568]},{"name":"ARM64_RegisterTtbr0El1","features":[568]},{"name":"ARM64_RegisterTtbr1El1","features":[568]},{"name":"ARM64_RegisterVbarEl1","features":[568]},{"name":"ARM64_RegisterX0","features":[568]},{"name":"ARM64_RegisterX1","features":[568]},{"name":"ARM64_RegisterX10","features":[568]},{"name":"ARM64_RegisterX11","features":[568]},{"name":"ARM64_RegisterX12","features":[568]},{"name":"ARM64_RegisterX13","features":[568]},{"name":"ARM64_RegisterX14","features":[568]},{"name":"ARM64_RegisterX15","features":[568]},{"name":"ARM64_RegisterX16","features":[568]},{"name":"ARM64_RegisterX17","features":[568]},{"name":"ARM64_RegisterX18","features":[568]},{"name":"ARM64_RegisterX19","features":[568]},{"name":"ARM64_RegisterX2","features":[568]},{"name":"ARM64_RegisterX20","features":[568]},{"name":"ARM64_RegisterX21","features":[568]},{"name":"ARM64_RegisterX22","features":[568]},{"name":"ARM64_RegisterX23","features":[568]},{"name":"ARM64_RegisterX24","features":[568]},{"name":"ARM64_RegisterX25","features":[568]},{"name":"ARM64_RegisterX26","features":[568]},{"name":"ARM64_RegisterX27","features":[568]},{"name":"ARM64_RegisterX28","features":[568]},{"name":"ARM64_RegisterX3","features":[568]},{"name":"ARM64_RegisterX4","features":[568]},{"name":"ARM64_RegisterX5","features":[568]},{"name":"ARM64_RegisterX6","features":[568]},{"name":"ARM64_RegisterX7","features":[568]},{"name":"ARM64_RegisterX8","features":[568]},{"name":"ARM64_RegisterX9","features":[568]},{"name":"ARM64_RegisterXFp","features":[568]},{"name":"ARM64_RegisterXLr","features":[568]},{"name":"ApplyGuestMemoryFix","features":[568]},{"name":"ApplyPendingSavedStateFileReplayLog","features":[568]},{"name":"Arch_Armv8","features":[568]},{"name":"Arch_Unknown","features":[568]},{"name":"Arch_x64","features":[568]},{"name":"Arch_x86","features":[568]},{"name":"CallStackUnwind","features":[568]},{"name":"DOS_IMAGE_INFO","features":[568]},{"name":"FOUND_IMAGE_CALLBACK","features":[305,568]},{"name":"FindSavedStateSymbolFieldInType","features":[305,568]},{"name":"ForceActiveVirtualTrustLevel","features":[568]},{"name":"ForceArchitecture","features":[568]},{"name":"ForceNestedHostMode","features":[305,568]},{"name":"ForcePagingMode","features":[568]},{"name":"GPA_MEMORY_CHUNK","features":[568]},{"name":"GUEST_OS_INFO","features":[568]},{"name":"GUEST_OS_MICROSOFT_IDS","features":[568]},{"name":"GUEST_OS_OPENSOURCE_IDS","features":[568]},{"name":"GUEST_OS_VENDOR","features":[568]},{"name":"GUEST_SYMBOLS_PROVIDER_DEBUG_INFO_CALLBACK","features":[568]},{"name":"GUID_DEVINTERFACE_VM_GENCOUNTER","features":[568]},{"name":"GetActiveVirtualTrustLevel","features":[568]},{"name":"GetArchitecture","features":[568]},{"name":"GetEnabledVirtualTrustLevels","features":[568]},{"name":"GetGuestEnabledVirtualTrustLevels","features":[568]},{"name":"GetGuestOsInfo","features":[568]},{"name":"GetGuestPhysicalMemoryChunks","features":[568]},{"name":"GetGuestRawSavedMemorySize","features":[568]},{"name":"GetMemoryBlockCacheLimit","features":[568]},{"name":"GetNestedVirtualizationMode","features":[305,568]},{"name":"GetPagingMode","features":[568]},{"name":"GetRegisterValue","features":[568]},{"name":"GetSavedStateSymbolFieldInfo","features":[568]},{"name":"GetSavedStateSymbolProviderHandle","features":[305,568]},{"name":"GetSavedStateSymbolTypeSize","features":[568]},{"name":"GetVpCount","features":[568]},{"name":"GuestOsMicrosoftMSDOS","features":[568]},{"name":"GuestOsMicrosoftUndefined","features":[568]},{"name":"GuestOsMicrosoftWindows3x","features":[568]},{"name":"GuestOsMicrosoftWindows9x","features":[568]},{"name":"GuestOsMicrosoftWindowsCE","features":[568]},{"name":"GuestOsMicrosoftWindowsNT","features":[568]},{"name":"GuestOsOpenSourceFreeBSD","features":[568]},{"name":"GuestOsOpenSourceIllumos","features":[568]},{"name":"GuestOsOpenSourceLinux","features":[568]},{"name":"GuestOsOpenSourceUndefined","features":[568]},{"name":"GuestOsOpenSourceXen","features":[568]},{"name":"GuestOsVendorHPE","features":[568]},{"name":"GuestOsVendorLANCOM","features":[568]},{"name":"GuestOsVendorMicrosoft","features":[568]},{"name":"GuestOsVendorUndefined","features":[568]},{"name":"GuestPhysicalAddressToRawSavedMemoryOffset","features":[568]},{"name":"GuestVirtualAddressToPhysicalAddress","features":[568]},{"name":"HDV_DEVICE_HOST_FLAGS","features":[568]},{"name":"HDV_DEVICE_TYPE","features":[568]},{"name":"HDV_DOORBELL_FLAGS","features":[568]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_ANY_VALUE","features":[568]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_ANY","features":[568]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_BYTE","features":[568]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_DWORD","features":[568]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_QWORD","features":[568]},{"name":"HDV_DOORBELL_FLAG_TRIGGER_SIZE_WORD","features":[568]},{"name":"HDV_MMIO_MAPPING_FLAGS","features":[568]},{"name":"HDV_PCI_BAR0","features":[568]},{"name":"HDV_PCI_BAR1","features":[568]},{"name":"HDV_PCI_BAR2","features":[568]},{"name":"HDV_PCI_BAR3","features":[568]},{"name":"HDV_PCI_BAR4","features":[568]},{"name":"HDV_PCI_BAR5","features":[568]},{"name":"HDV_PCI_BAR_COUNT","features":[568]},{"name":"HDV_PCI_BAR_SELECTOR","features":[568]},{"name":"HDV_PCI_DEVICE_GET_DETAILS","features":[568]},{"name":"HDV_PCI_DEVICE_INITIALIZE","features":[568]},{"name":"HDV_PCI_DEVICE_INTERFACE","features":[568]},{"name":"HDV_PCI_DEVICE_SET_CONFIGURATION","features":[568]},{"name":"HDV_PCI_DEVICE_START","features":[568]},{"name":"HDV_PCI_DEVICE_STOP","features":[568]},{"name":"HDV_PCI_DEVICE_TEARDOWN","features":[568]},{"name":"HDV_PCI_INTERFACE_VERSION","features":[568]},{"name":"HDV_PCI_PNP_ID","features":[568]},{"name":"HDV_PCI_READ_CONFIG_SPACE","features":[568]},{"name":"HDV_PCI_READ_INTERCEPTED_MEMORY","features":[568]},{"name":"HDV_PCI_WRITE_CONFIG_SPACE","features":[568]},{"name":"HDV_PCI_WRITE_INTERCEPTED_MEMORY","features":[568]},{"name":"HVSOCKET_ADDRESS_FLAG_PASSTHRU","features":[568]},{"name":"HVSOCKET_ADDRESS_INFO","features":[568]},{"name":"HVSOCKET_CONNECTED_SUSPEND","features":[568]},{"name":"HVSOCKET_CONNECT_TIMEOUT","features":[568]},{"name":"HVSOCKET_CONNECT_TIMEOUT_MAX","features":[568]},{"name":"HVSOCKET_HIGH_VTL","features":[568]},{"name":"HV_GUID_BROADCAST","features":[568]},{"name":"HV_GUID_CHILDREN","features":[568]},{"name":"HV_GUID_LOOPBACK","features":[568]},{"name":"HV_GUID_PARENT","features":[568]},{"name":"HV_GUID_SILOHOST","features":[568]},{"name":"HV_GUID_VSOCK_TEMPLATE","features":[568]},{"name":"HV_GUID_ZERO","features":[568]},{"name":"HV_PROTOCOL_RAW","features":[568]},{"name":"HdvCreateDeviceInstance","features":[568]},{"name":"HdvCreateGuestMemoryAperture","features":[305,568]},{"name":"HdvCreateSectionBackedMmioRange","features":[305,568]},{"name":"HdvDeliverGuestInterrupt","features":[568]},{"name":"HdvDestroyGuestMemoryAperture","features":[568]},{"name":"HdvDestroySectionBackedMmioRange","features":[568]},{"name":"HdvDeviceHostFlagInitializeComSecurity","features":[568]},{"name":"HdvDeviceHostFlagNone","features":[568]},{"name":"HdvDeviceTypePCI","features":[568]},{"name":"HdvDeviceTypeUndefined","features":[568]},{"name":"HdvInitializeDeviceHost","features":[567,568]},{"name":"HdvInitializeDeviceHostEx","features":[567,568]},{"name":"HdvMmioMappingFlagExecutable","features":[568]},{"name":"HdvMmioMappingFlagNone","features":[568]},{"name":"HdvMmioMappingFlagWriteable","features":[568]},{"name":"HdvPciDeviceInterfaceVersion1","features":[568]},{"name":"HdvPciDeviceInterfaceVersionInvalid","features":[568]},{"name":"HdvReadGuestMemory","features":[568]},{"name":"HdvRegisterDoorbell","features":[305,568]},{"name":"HdvTeardownDeviceHost","features":[568]},{"name":"HdvUnregisterDoorbell","features":[568]},{"name":"HdvWriteGuestMemory","features":[568]},{"name":"IOCTL_VMGENCOUNTER_READ","features":[568]},{"name":"InKernelSpace","features":[305,568]},{"name":"IsActiveVirtualTrustLevelEnabled","features":[305,568]},{"name":"IsNestedVirtualizationEnabled","features":[305,568]},{"name":"LoadSavedStateFile","features":[568]},{"name":"LoadSavedStateFiles","features":[568]},{"name":"LoadSavedStateModuleSymbols","features":[568]},{"name":"LoadSavedStateModuleSymbolsEx","features":[568]},{"name":"LoadSavedStateSymbolProvider","features":[305,568]},{"name":"LocateSavedStateFiles","features":[568]},{"name":"MODULE_INFO","features":[568]},{"name":"PAGING_MODE","features":[568]},{"name":"Paging_32Bit","features":[568]},{"name":"Paging_Armv8","features":[568]},{"name":"Paging_Invalid","features":[568]},{"name":"Paging_Long","features":[568]},{"name":"Paging_NonPaged","features":[568]},{"name":"Paging_Pae","features":[568]},{"name":"ProcessorVendor_Amd","features":[568]},{"name":"ProcessorVendor_Arm","features":[568]},{"name":"ProcessorVendor_Hygon","features":[568]},{"name":"ProcessorVendor_Intel","features":[568]},{"name":"ProcessorVendor_Unknown","features":[568]},{"name":"REGISTER_ID","features":[568]},{"name":"ReadGuestPhysicalAddress","features":[568]},{"name":"ReadGuestRawSavedMemory","features":[568]},{"name":"ReadSavedStateGlobalVariable","features":[568]},{"name":"ReleaseSavedStateFiles","features":[568]},{"name":"ReleaseSavedStateSymbolProvider","features":[568]},{"name":"ResolveSavedStateGlobalVariableAddress","features":[568]},{"name":"SOCKADDR_HV","features":[319,568]},{"name":"ScanMemoryForDosImages","features":[305,568]},{"name":"SetMemoryBlockCacheLimit","features":[568]},{"name":"SetSavedStateSymbolProviderDebugInfoCallback","features":[568]},{"name":"VIRTUAL_PROCESSOR_ARCH","features":[568]},{"name":"VIRTUAL_PROCESSOR_REGISTER","features":[568]},{"name":"VIRTUAL_PROCESSOR_VENDOR","features":[568]},{"name":"VM_GENCOUNTER","features":[568]},{"name":"VM_GENCOUNTER_SYMBOLIC_LINK_NAME","features":[568]},{"name":"WHV_ACCESS_GPA_CONTROLS","features":[568]},{"name":"WHV_ADVISE_GPA_RANGE","features":[568]},{"name":"WHV_ADVISE_GPA_RANGE_CODE","features":[568]},{"name":"WHV_ADVISE_GPA_RANGE_POPULATE","features":[568]},{"name":"WHV_ADVISE_GPA_RANGE_POPULATE_FLAGS","features":[568]},{"name":"WHV_ALLOCATE_VPCI_RESOURCE_FLAGS","features":[568]},{"name":"WHV_ANY_VP","features":[568]},{"name":"WHV_CACHE_TYPE","features":[568]},{"name":"WHV_CAPABILITY","features":[305,568]},{"name":"WHV_CAPABILITY_CODE","features":[568]},{"name":"WHV_CAPABILITY_FEATURES","features":[568]},{"name":"WHV_CAPABILITY_PROCESSOR_FREQUENCY_CAP","features":[568]},{"name":"WHV_CPUID_OUTPUT","features":[568]},{"name":"WHV_CREATE_VPCI_DEVICE_FLAGS","features":[568]},{"name":"WHV_DOORBELL_MATCH_DATA","features":[568]},{"name":"WHV_EMULATOR_CALLBACKS","features":[568]},{"name":"WHV_EMULATOR_GET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK","features":[568]},{"name":"WHV_EMULATOR_IO_ACCESS_INFO","features":[568]},{"name":"WHV_EMULATOR_IO_PORT_CALLBACK","features":[568]},{"name":"WHV_EMULATOR_MEMORY_ACCESS_INFO","features":[568]},{"name":"WHV_EMULATOR_MEMORY_CALLBACK","features":[568]},{"name":"WHV_EMULATOR_SET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK","features":[568]},{"name":"WHV_EMULATOR_STATUS","features":[568]},{"name":"WHV_EMULATOR_TRANSLATE_GVA_PAGE_CALLBACK","features":[568]},{"name":"WHV_EXCEPTION_TYPE","features":[568]},{"name":"WHV_EXTENDED_VM_EXITS","features":[568]},{"name":"WHV_HYPERCALL_CONTEXT","features":[568]},{"name":"WHV_HYPERCALL_CONTEXT_MAX_XMM_REGISTERS","features":[568]},{"name":"WHV_INTERNAL_ACTIVITY_REGISTER","features":[568]},{"name":"WHV_INTERRUPT_CONTROL","features":[568]},{"name":"WHV_INTERRUPT_DESTINATION_MODE","features":[568]},{"name":"WHV_INTERRUPT_TRIGGER_MODE","features":[568]},{"name":"WHV_INTERRUPT_TYPE","features":[568]},{"name":"WHV_MAP_GPA_RANGE_FLAGS","features":[568]},{"name":"WHV_MAX_DEVICE_ID_SIZE_IN_CHARS","features":[568]},{"name":"WHV_MEMORY_ACCESS_CONTEXT","features":[568]},{"name":"WHV_MEMORY_ACCESS_INFO","features":[568]},{"name":"WHV_MEMORY_ACCESS_TYPE","features":[568]},{"name":"WHV_MEMORY_RANGE_ENTRY","features":[568]},{"name":"WHV_MSR_ACTION","features":[568]},{"name":"WHV_MSR_ACTION_ENTRY","features":[568]},{"name":"WHV_NOTIFICATION_PORT_PARAMETERS","features":[568]},{"name":"WHV_NOTIFICATION_PORT_PROPERTY_CODE","features":[568]},{"name":"WHV_NOTIFICATION_PORT_TYPE","features":[568]},{"name":"WHV_PARTITION_COUNTER_SET","features":[568]},{"name":"WHV_PARTITION_HANDLE","features":[568]},{"name":"WHV_PARTITION_MEMORY_COUNTERS","features":[568]},{"name":"WHV_PARTITION_PROPERTY","features":[305,568]},{"name":"WHV_PARTITION_PROPERTY_CODE","features":[568]},{"name":"WHV_PROCESSOR_APIC_COUNTERS","features":[568]},{"name":"WHV_PROCESSOR_COUNTER_SET","features":[568]},{"name":"WHV_PROCESSOR_EVENT_COUNTERS","features":[568]},{"name":"WHV_PROCESSOR_FEATURES","features":[568]},{"name":"WHV_PROCESSOR_FEATURES1","features":[568]},{"name":"WHV_PROCESSOR_FEATURES_BANKS","features":[568]},{"name":"WHV_PROCESSOR_FEATURES_BANKS_COUNT","features":[568]},{"name":"WHV_PROCESSOR_INTERCEPT_COUNTER","features":[568]},{"name":"WHV_PROCESSOR_INTERCEPT_COUNTERS","features":[568]},{"name":"WHV_PROCESSOR_PERFMON_FEATURES","features":[568]},{"name":"WHV_PROCESSOR_RUNTIME_COUNTERS","features":[568]},{"name":"WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS","features":[568]},{"name":"WHV_PROCESSOR_VENDOR","features":[568]},{"name":"WHV_PROCESSOR_XSAVE_FEATURES","features":[568]},{"name":"WHV_READ_WRITE_GPA_RANGE_MAX_SIZE","features":[568]},{"name":"WHV_REGISTER_NAME","features":[568]},{"name":"WHV_REGISTER_VALUE","features":[568]},{"name":"WHV_RUN_VP_CANCELED_CONTEXT","features":[568]},{"name":"WHV_RUN_VP_CANCEL_REASON","features":[568]},{"name":"WHV_RUN_VP_EXIT_CONTEXT","features":[568]},{"name":"WHV_RUN_VP_EXIT_REASON","features":[568]},{"name":"WHV_SCHEDULER_FEATURES","features":[568]},{"name":"WHV_SRIOV_RESOURCE_DESCRIPTOR","features":[305,568]},{"name":"WHV_SYNIC_EVENT_PARAMETERS","features":[568]},{"name":"WHV_SYNIC_MESSAGE_SIZE","features":[568]},{"name":"WHV_SYNIC_SINT_DELIVERABLE_CONTEXT","features":[568]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES","features":[568]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKS","features":[568]},{"name":"WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKS_COUNT","features":[568]},{"name":"WHV_TRANSLATE_GVA_FLAGS","features":[568]},{"name":"WHV_TRANSLATE_GVA_RESULT","features":[568]},{"name":"WHV_TRANSLATE_GVA_RESULT_CODE","features":[568]},{"name":"WHV_TRIGGER_PARAMETERS","features":[568]},{"name":"WHV_TRIGGER_TYPE","features":[568]},{"name":"WHV_UINT128","features":[568]},{"name":"WHV_VIRTUAL_PROCESSOR_PROPERTY","features":[568]},{"name":"WHV_VIRTUAL_PROCESSOR_PROPERTY_CODE","features":[568]},{"name":"WHV_VIRTUAL_PROCESSOR_STATE_TYPE","features":[568]},{"name":"WHV_VPCI_DEVICE_NOTIFICATION","features":[568]},{"name":"WHV_VPCI_DEVICE_NOTIFICATION_TYPE","features":[568]},{"name":"WHV_VPCI_DEVICE_PROPERTY_CODE","features":[568]},{"name":"WHV_VPCI_DEVICE_REGISTER","features":[568]},{"name":"WHV_VPCI_DEVICE_REGISTER_SPACE","features":[568]},{"name":"WHV_VPCI_HARDWARE_IDS","features":[568]},{"name":"WHV_VPCI_INTERRUPT_TARGET","features":[568]},{"name":"WHV_VPCI_INTERRUPT_TARGET_FLAGS","features":[568]},{"name":"WHV_VPCI_MMIO_MAPPING","features":[568]},{"name":"WHV_VPCI_MMIO_RANGE_FLAGS","features":[568]},{"name":"WHV_VPCI_PROBED_BARS","features":[568]},{"name":"WHV_VPCI_TYPE0_BAR_COUNT","features":[568]},{"name":"WHV_VP_EXCEPTION_CONTEXT","features":[568]},{"name":"WHV_VP_EXCEPTION_INFO","features":[568]},{"name":"WHV_VP_EXIT_CONTEXT","features":[568]},{"name":"WHV_X64_APIC_EOI_CONTEXT","features":[568]},{"name":"WHV_X64_APIC_INIT_SIPI_CONTEXT","features":[568]},{"name":"WHV_X64_APIC_SMI_CONTEXT","features":[568]},{"name":"WHV_X64_APIC_WRITE_CONTEXT","features":[568]},{"name":"WHV_X64_APIC_WRITE_TYPE","features":[568]},{"name":"WHV_X64_CPUID_ACCESS_CONTEXT","features":[568]},{"name":"WHV_X64_CPUID_RESULT","features":[568]},{"name":"WHV_X64_CPUID_RESULT2","features":[568]},{"name":"WHV_X64_CPUID_RESULT2_FLAGS","features":[568]},{"name":"WHV_X64_DELIVERABILITY_NOTIFICATIONS_REGISTER","features":[568]},{"name":"WHV_X64_FP_CONTROL_STATUS_REGISTER","features":[568]},{"name":"WHV_X64_FP_REGISTER","features":[568]},{"name":"WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT","features":[568]},{"name":"WHV_X64_INTERRUPT_STATE_REGISTER","features":[568]},{"name":"WHV_X64_IO_PORT_ACCESS_CONTEXT","features":[568]},{"name":"WHV_X64_IO_PORT_ACCESS_INFO","features":[568]},{"name":"WHV_X64_LOCAL_APIC_EMULATION_MODE","features":[568]},{"name":"WHV_X64_MSR_ACCESS_CONTEXT","features":[568]},{"name":"WHV_X64_MSR_ACCESS_INFO","features":[568]},{"name":"WHV_X64_MSR_EXIT_BITMAP","features":[568]},{"name":"WHV_X64_PENDING_DEBUG_EXCEPTION","features":[568]},{"name":"WHV_X64_PENDING_EVENT_TYPE","features":[568]},{"name":"WHV_X64_PENDING_EXCEPTION_EVENT","features":[568]},{"name":"WHV_X64_PENDING_EXT_INT_EVENT","features":[568]},{"name":"WHV_X64_PENDING_INTERRUPTION_REGISTER","features":[568]},{"name":"WHV_X64_PENDING_INTERRUPTION_TYPE","features":[568]},{"name":"WHV_X64_RDTSC_CONTEXT","features":[568]},{"name":"WHV_X64_RDTSC_INFO","features":[568]},{"name":"WHV_X64_SEGMENT_REGISTER","features":[568]},{"name":"WHV_X64_TABLE_REGISTER","features":[568]},{"name":"WHV_X64_UNSUPPORTED_FEATURE_CODE","features":[568]},{"name":"WHV_X64_UNSUPPORTED_FEATURE_CONTEXT","features":[568]},{"name":"WHV_X64_VP_EXECUTION_STATE","features":[568]},{"name":"WHV_X64_XMM_CONTROL_STATUS_REGISTER","features":[568]},{"name":"WHvAcceptPartitionMigration","features":[305,568]},{"name":"WHvAdviseGpaRange","features":[568]},{"name":"WHvAdviseGpaRangeCodePin","features":[568]},{"name":"WHvAdviseGpaRangeCodePopulate","features":[568]},{"name":"WHvAdviseGpaRangeCodeUnpin","features":[568]},{"name":"WHvAllocateVpciResource","features":[305,568]},{"name":"WHvAllocateVpciResourceFlagAllowDirectP2P","features":[568]},{"name":"WHvAllocateVpciResourceFlagNone","features":[568]},{"name":"WHvCacheTypeUncached","features":[568]},{"name":"WHvCacheTypeWriteBack","features":[568]},{"name":"WHvCacheTypeWriteCombining","features":[568]},{"name":"WHvCacheTypeWriteThrough","features":[568]},{"name":"WHvCancelPartitionMigration","features":[568]},{"name":"WHvCancelRunVirtualProcessor","features":[568]},{"name":"WHvCapabilityCodeExceptionExitBitmap","features":[568]},{"name":"WHvCapabilityCodeExtendedVmExits","features":[568]},{"name":"WHvCapabilityCodeFeatures","features":[568]},{"name":"WHvCapabilityCodeGpaRangePopulateFlags","features":[568]},{"name":"WHvCapabilityCodeHypervisorPresent","features":[568]},{"name":"WHvCapabilityCodeInterruptClockFrequency","features":[568]},{"name":"WHvCapabilityCodeProcessorClFlushSize","features":[568]},{"name":"WHvCapabilityCodeProcessorClockFrequency","features":[568]},{"name":"WHvCapabilityCodeProcessorFeatures","features":[568]},{"name":"WHvCapabilityCodeProcessorFeaturesBanks","features":[568]},{"name":"WHvCapabilityCodeProcessorFrequencyCap","features":[568]},{"name":"WHvCapabilityCodeProcessorPerfmonFeatures","features":[568]},{"name":"WHvCapabilityCodeProcessorVendor","features":[568]},{"name":"WHvCapabilityCodeProcessorXsaveFeatures","features":[568]},{"name":"WHvCapabilityCodeSchedulerFeatures","features":[568]},{"name":"WHvCapabilityCodeSyntheticProcessorFeaturesBanks","features":[568]},{"name":"WHvCapabilityCodeX64MsrExitBitmap","features":[568]},{"name":"WHvCompletePartitionMigration","features":[568]},{"name":"WHvCreateNotificationPort","features":[305,568]},{"name":"WHvCreatePartition","features":[568]},{"name":"WHvCreateTrigger","features":[305,568]},{"name":"WHvCreateVirtualProcessor","features":[568]},{"name":"WHvCreateVirtualProcessor2","features":[568]},{"name":"WHvCreateVpciDevice","features":[305,568]},{"name":"WHvCreateVpciDeviceFlagNone","features":[568]},{"name":"WHvCreateVpciDeviceFlagPhysicallyBacked","features":[568]},{"name":"WHvCreateVpciDeviceFlagUseLogicalInterrupts","features":[568]},{"name":"WHvDeleteNotificationPort","features":[568]},{"name":"WHvDeletePartition","features":[568]},{"name":"WHvDeleteTrigger","features":[568]},{"name":"WHvDeleteVirtualProcessor","features":[568]},{"name":"WHvDeleteVpciDevice","features":[568]},{"name":"WHvEmulatorCreateEmulator","features":[568]},{"name":"WHvEmulatorDestroyEmulator","features":[568]},{"name":"WHvEmulatorTryIoEmulation","features":[568]},{"name":"WHvEmulatorTryMmioEmulation","features":[568]},{"name":"WHvGetCapability","features":[568]},{"name":"WHvGetInterruptTargetVpSet","features":[568]},{"name":"WHvGetPartitionCounters","features":[568]},{"name":"WHvGetPartitionProperty","features":[568]},{"name":"WHvGetVirtualProcessorCounters","features":[568]},{"name":"WHvGetVirtualProcessorCpuidOutput","features":[568]},{"name":"WHvGetVirtualProcessorInterruptControllerState","features":[568]},{"name":"WHvGetVirtualProcessorInterruptControllerState2","features":[568]},{"name":"WHvGetVirtualProcessorRegisters","features":[568]},{"name":"WHvGetVirtualProcessorState","features":[568]},{"name":"WHvGetVirtualProcessorXsaveState","features":[568]},{"name":"WHvGetVpciDeviceInterruptTarget","features":[568]},{"name":"WHvGetVpciDeviceNotification","features":[568]},{"name":"WHvGetVpciDeviceProperty","features":[568]},{"name":"WHvMapGpaRange","features":[568]},{"name":"WHvMapGpaRange2","features":[305,568]},{"name":"WHvMapGpaRangeFlagExecute","features":[568]},{"name":"WHvMapGpaRangeFlagNone","features":[568]},{"name":"WHvMapGpaRangeFlagRead","features":[568]},{"name":"WHvMapGpaRangeFlagTrackDirtyPages","features":[568]},{"name":"WHvMapGpaRangeFlagWrite","features":[568]},{"name":"WHvMapVpciDeviceInterrupt","features":[568]},{"name":"WHvMapVpciDeviceMmioRanges","features":[568]},{"name":"WHvMemoryAccessExecute","features":[568]},{"name":"WHvMemoryAccessRead","features":[568]},{"name":"WHvMemoryAccessWrite","features":[568]},{"name":"WHvMsrActionArchitectureDefault","features":[568]},{"name":"WHvMsrActionExit","features":[568]},{"name":"WHvMsrActionIgnoreWriteReadZero","features":[568]},{"name":"WHvNotificationPortPropertyPreferredTargetDuration","features":[568]},{"name":"WHvNotificationPortPropertyPreferredTargetVp","features":[568]},{"name":"WHvNotificationPortTypeDoorbell","features":[568]},{"name":"WHvNotificationPortTypeEvent","features":[568]},{"name":"WHvPartitionCounterSetMemory","features":[568]},{"name":"WHvPartitionPropertyCodeAllowDeviceAssignment","features":[568]},{"name":"WHvPartitionPropertyCodeApicRemoteReadSupport","features":[568]},{"name":"WHvPartitionPropertyCodeCpuCap","features":[568]},{"name":"WHvPartitionPropertyCodeCpuGroupId","features":[568]},{"name":"WHvPartitionPropertyCodeCpuReserve","features":[568]},{"name":"WHvPartitionPropertyCodeCpuWeight","features":[568]},{"name":"WHvPartitionPropertyCodeCpuidExitList","features":[568]},{"name":"WHvPartitionPropertyCodeCpuidResultList","features":[568]},{"name":"WHvPartitionPropertyCodeCpuidResultList2","features":[568]},{"name":"WHvPartitionPropertyCodeDisableSmt","features":[568]},{"name":"WHvPartitionPropertyCodeExceptionExitBitmap","features":[568]},{"name":"WHvPartitionPropertyCodeExtendedVmExits","features":[568]},{"name":"WHvPartitionPropertyCodeInterruptClockFrequency","features":[568]},{"name":"WHvPartitionPropertyCodeLocalApicEmulationMode","features":[568]},{"name":"WHvPartitionPropertyCodeMsrActionList","features":[568]},{"name":"WHvPartitionPropertyCodeNestedVirtualization","features":[568]},{"name":"WHvPartitionPropertyCodePrimaryNumaNode","features":[568]},{"name":"WHvPartitionPropertyCodeProcessorClFlushSize","features":[568]},{"name":"WHvPartitionPropertyCodeProcessorClockFrequency","features":[568]},{"name":"WHvPartitionPropertyCodeProcessorCount","features":[568]},{"name":"WHvPartitionPropertyCodeProcessorFeatures","features":[568]},{"name":"WHvPartitionPropertyCodeProcessorFeaturesBanks","features":[568]},{"name":"WHvPartitionPropertyCodeProcessorFrequencyCap","features":[568]},{"name":"WHvPartitionPropertyCodeProcessorPerfmonFeatures","features":[568]},{"name":"WHvPartitionPropertyCodeProcessorXsaveFeatures","features":[568]},{"name":"WHvPartitionPropertyCodeReferenceTime","features":[568]},{"name":"WHvPartitionPropertyCodeSeparateSecurityDomain","features":[568]},{"name":"WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks","features":[568]},{"name":"WHvPartitionPropertyCodeUnimplementedMsrAction","features":[568]},{"name":"WHvPartitionPropertyCodeX64MsrExitBitmap","features":[568]},{"name":"WHvPostVirtualProcessorSynicMessage","features":[568]},{"name":"WHvProcessorCounterSetApic","features":[568]},{"name":"WHvProcessorCounterSetEvents","features":[568]},{"name":"WHvProcessorCounterSetIntercepts","features":[568]},{"name":"WHvProcessorCounterSetRuntime","features":[568]},{"name":"WHvProcessorCounterSetSyntheticFeatures","features":[568]},{"name":"WHvProcessorVendorAmd","features":[568]},{"name":"WHvProcessorVendorHygon","features":[568]},{"name":"WHvProcessorVendorIntel","features":[568]},{"name":"WHvQueryGpaRangeDirtyBitmap","features":[568]},{"name":"WHvReadGpaRange","features":[568]},{"name":"WHvReadVpciDeviceRegister","features":[568]},{"name":"WHvRegisterEom","features":[568]},{"name":"WHvRegisterGuestOsId","features":[568]},{"name":"WHvRegisterInternalActivityState","features":[568]},{"name":"WHvRegisterInterruptState","features":[568]},{"name":"WHvRegisterPartitionDoorbellEvent","features":[305,568]},{"name":"WHvRegisterPendingEvent","features":[568]},{"name":"WHvRegisterPendingInterruption","features":[568]},{"name":"WHvRegisterReferenceTsc","features":[568]},{"name":"WHvRegisterReferenceTscSequence","features":[568]},{"name":"WHvRegisterScontrol","features":[568]},{"name":"WHvRegisterSiefp","features":[568]},{"name":"WHvRegisterSimp","features":[568]},{"name":"WHvRegisterSint0","features":[568]},{"name":"WHvRegisterSint1","features":[568]},{"name":"WHvRegisterSint10","features":[568]},{"name":"WHvRegisterSint11","features":[568]},{"name":"WHvRegisterSint12","features":[568]},{"name":"WHvRegisterSint13","features":[568]},{"name":"WHvRegisterSint14","features":[568]},{"name":"WHvRegisterSint15","features":[568]},{"name":"WHvRegisterSint2","features":[568]},{"name":"WHvRegisterSint3","features":[568]},{"name":"WHvRegisterSint4","features":[568]},{"name":"WHvRegisterSint5","features":[568]},{"name":"WHvRegisterSint6","features":[568]},{"name":"WHvRegisterSint7","features":[568]},{"name":"WHvRegisterSint8","features":[568]},{"name":"WHvRegisterSint9","features":[568]},{"name":"WHvRegisterSversion","features":[568]},{"name":"WHvRegisterVpAssistPage","features":[568]},{"name":"WHvRegisterVpRuntime","features":[568]},{"name":"WHvRequestInterrupt","features":[568]},{"name":"WHvRequestVpciDeviceInterrupt","features":[568]},{"name":"WHvResetPartition","features":[568]},{"name":"WHvResumePartitionTime","features":[568]},{"name":"WHvRetargetVpciDeviceInterrupt","features":[568]},{"name":"WHvRunVirtualProcessor","features":[568]},{"name":"WHvRunVpCancelReasonUser","features":[568]},{"name":"WHvRunVpExitReasonCanceled","features":[568]},{"name":"WHvRunVpExitReasonException","features":[568]},{"name":"WHvRunVpExitReasonHypercall","features":[568]},{"name":"WHvRunVpExitReasonInvalidVpRegisterValue","features":[568]},{"name":"WHvRunVpExitReasonMemoryAccess","features":[568]},{"name":"WHvRunVpExitReasonNone","features":[568]},{"name":"WHvRunVpExitReasonSynicSintDeliverable","features":[568]},{"name":"WHvRunVpExitReasonUnrecoverableException","features":[568]},{"name":"WHvRunVpExitReasonUnsupportedFeature","features":[568]},{"name":"WHvRunVpExitReasonX64ApicEoi","features":[568]},{"name":"WHvRunVpExitReasonX64ApicInitSipiTrap","features":[568]},{"name":"WHvRunVpExitReasonX64ApicSmiTrap","features":[568]},{"name":"WHvRunVpExitReasonX64ApicWriteTrap","features":[568]},{"name":"WHvRunVpExitReasonX64Cpuid","features":[568]},{"name":"WHvRunVpExitReasonX64Halt","features":[568]},{"name":"WHvRunVpExitReasonX64InterruptWindow","features":[568]},{"name":"WHvRunVpExitReasonX64IoPortAccess","features":[568]},{"name":"WHvRunVpExitReasonX64MsrAccess","features":[568]},{"name":"WHvRunVpExitReasonX64Rdtsc","features":[568]},{"name":"WHvSetNotificationPortProperty","features":[568]},{"name":"WHvSetPartitionProperty","features":[568]},{"name":"WHvSetVirtualProcessorInterruptControllerState","features":[568]},{"name":"WHvSetVirtualProcessorInterruptControllerState2","features":[568]},{"name":"WHvSetVirtualProcessorRegisters","features":[568]},{"name":"WHvSetVirtualProcessorState","features":[568]},{"name":"WHvSetVirtualProcessorXsaveState","features":[568]},{"name":"WHvSetVpciDevicePowerState","features":[568,313]},{"name":"WHvSetupPartition","features":[568]},{"name":"WHvSignalVirtualProcessorSynicEvent","features":[305,568]},{"name":"WHvStartPartitionMigration","features":[305,568]},{"name":"WHvSuspendPartitionTime","features":[568]},{"name":"WHvTranslateGva","features":[568]},{"name":"WHvTranslateGvaFlagEnforceSmap","features":[568]},{"name":"WHvTranslateGvaFlagNone","features":[568]},{"name":"WHvTranslateGvaFlagOverrideSmap","features":[568]},{"name":"WHvTranslateGvaFlagPrivilegeExempt","features":[568]},{"name":"WHvTranslateGvaFlagSetPageTableBits","features":[568]},{"name":"WHvTranslateGvaFlagValidateExecute","features":[568]},{"name":"WHvTranslateGvaFlagValidateRead","features":[568]},{"name":"WHvTranslateGvaFlagValidateWrite","features":[568]},{"name":"WHvTranslateGvaResultGpaIllegalOverlayAccess","features":[568]},{"name":"WHvTranslateGvaResultGpaNoReadAccess","features":[568]},{"name":"WHvTranslateGvaResultGpaNoWriteAccess","features":[568]},{"name":"WHvTranslateGvaResultGpaUnmapped","features":[568]},{"name":"WHvTranslateGvaResultIntercept","features":[568]},{"name":"WHvTranslateGvaResultInvalidPageTableFlags","features":[568]},{"name":"WHvTranslateGvaResultPageNotPresent","features":[568]},{"name":"WHvTranslateGvaResultPrivilegeViolation","features":[568]},{"name":"WHvTranslateGvaResultSuccess","features":[568]},{"name":"WHvTriggerTypeDeviceInterrupt","features":[568]},{"name":"WHvTriggerTypeInterrupt","features":[568]},{"name":"WHvTriggerTypeSynicEvent","features":[568]},{"name":"WHvUnmapGpaRange","features":[568]},{"name":"WHvUnmapVpciDeviceInterrupt","features":[568]},{"name":"WHvUnmapVpciDeviceMmioRanges","features":[568]},{"name":"WHvUnregisterPartitionDoorbellEvent","features":[568]},{"name":"WHvUnsupportedFeatureIntercept","features":[568]},{"name":"WHvUnsupportedFeatureTaskSwitchTss","features":[568]},{"name":"WHvUpdateTriggerParameters","features":[568]},{"name":"WHvVirtualProcessorPropertyCodeNumaNode","features":[568]},{"name":"WHvVirtualProcessorStateTypeInterruptControllerState2","features":[568]},{"name":"WHvVirtualProcessorStateTypeSynicEventFlagPage","features":[568]},{"name":"WHvVirtualProcessorStateTypeSynicMessagePage","features":[568]},{"name":"WHvVirtualProcessorStateTypeSynicTimerState","features":[568]},{"name":"WHvVirtualProcessorStateTypeXsaveState","features":[568]},{"name":"WHvVpciBar0","features":[568]},{"name":"WHvVpciBar1","features":[568]},{"name":"WHvVpciBar2","features":[568]},{"name":"WHvVpciBar3","features":[568]},{"name":"WHvVpciBar4","features":[568]},{"name":"WHvVpciBar5","features":[568]},{"name":"WHvVpciConfigSpace","features":[568]},{"name":"WHvVpciDeviceNotificationMmioRemapping","features":[568]},{"name":"WHvVpciDeviceNotificationSurpriseRemoval","features":[568]},{"name":"WHvVpciDeviceNotificationUndefined","features":[568]},{"name":"WHvVpciDevicePropertyCodeHardwareIDs","features":[568]},{"name":"WHvVpciDevicePropertyCodeProbedBARs","features":[568]},{"name":"WHvVpciDevicePropertyCodeUndefined","features":[568]},{"name":"WHvVpciInterruptTargetFlagMulticast","features":[568]},{"name":"WHvVpciInterruptTargetFlagNone","features":[568]},{"name":"WHvVpciMmioRangeFlagReadAccess","features":[568]},{"name":"WHvVpciMmioRangeFlagWriteAccess","features":[568]},{"name":"WHvWriteGpaRange","features":[568]},{"name":"WHvWriteVpciDeviceRegister","features":[568]},{"name":"WHvX64ApicWriteTypeDfr","features":[568]},{"name":"WHvX64ApicWriteTypeLdr","features":[568]},{"name":"WHvX64ApicWriteTypeLint0","features":[568]},{"name":"WHvX64ApicWriteTypeLint1","features":[568]},{"name":"WHvX64ApicWriteTypeSvr","features":[568]},{"name":"WHvX64CpuidResult2FlagSubleafSpecific","features":[568]},{"name":"WHvX64CpuidResult2FlagVpSpecific","features":[568]},{"name":"WHvX64ExceptionTypeAlignmentCheckFault","features":[568]},{"name":"WHvX64ExceptionTypeBoundRangeFault","features":[568]},{"name":"WHvX64ExceptionTypeBreakpointTrap","features":[568]},{"name":"WHvX64ExceptionTypeDebugTrapOrFault","features":[568]},{"name":"WHvX64ExceptionTypeDeviceNotAvailableFault","features":[568]},{"name":"WHvX64ExceptionTypeDivideErrorFault","features":[568]},{"name":"WHvX64ExceptionTypeDoubleFaultAbort","features":[568]},{"name":"WHvX64ExceptionTypeFloatingPointErrorFault","features":[568]},{"name":"WHvX64ExceptionTypeGeneralProtectionFault","features":[568]},{"name":"WHvX64ExceptionTypeInvalidOpcodeFault","features":[568]},{"name":"WHvX64ExceptionTypeInvalidTaskStateSegmentFault","features":[568]},{"name":"WHvX64ExceptionTypeMachineCheckAbort","features":[568]},{"name":"WHvX64ExceptionTypeOverflowTrap","features":[568]},{"name":"WHvX64ExceptionTypePageFault","features":[568]},{"name":"WHvX64ExceptionTypeSegmentNotPresentFault","features":[568]},{"name":"WHvX64ExceptionTypeSimdFloatingPointFault","features":[568]},{"name":"WHvX64ExceptionTypeStackFault","features":[568]},{"name":"WHvX64InterruptDestinationModeLogical","features":[568]},{"name":"WHvX64InterruptDestinationModePhysical","features":[568]},{"name":"WHvX64InterruptTriggerModeEdge","features":[568]},{"name":"WHvX64InterruptTriggerModeLevel","features":[568]},{"name":"WHvX64InterruptTypeFixed","features":[568]},{"name":"WHvX64InterruptTypeInit","features":[568]},{"name":"WHvX64InterruptTypeLocalInt1","features":[568]},{"name":"WHvX64InterruptTypeLowestPriority","features":[568]},{"name":"WHvX64InterruptTypeNmi","features":[568]},{"name":"WHvX64InterruptTypeSipi","features":[568]},{"name":"WHvX64LocalApicEmulationModeNone","features":[568]},{"name":"WHvX64LocalApicEmulationModeX2Apic","features":[568]},{"name":"WHvX64LocalApicEmulationModeXApic","features":[568]},{"name":"WHvX64PendingEventException","features":[568]},{"name":"WHvX64PendingEventExtInt","features":[568]},{"name":"WHvX64PendingException","features":[568]},{"name":"WHvX64PendingInterrupt","features":[568]},{"name":"WHvX64PendingNmi","features":[568]},{"name":"WHvX64RegisterACount","features":[568]},{"name":"WHvX64RegisterApicBase","features":[568]},{"name":"WHvX64RegisterApicCurrentCount","features":[568]},{"name":"WHvX64RegisterApicDivide","features":[568]},{"name":"WHvX64RegisterApicEoi","features":[568]},{"name":"WHvX64RegisterApicEse","features":[568]},{"name":"WHvX64RegisterApicIcr","features":[568]},{"name":"WHvX64RegisterApicId","features":[568]},{"name":"WHvX64RegisterApicInitCount","features":[568]},{"name":"WHvX64RegisterApicIrr0","features":[568]},{"name":"WHvX64RegisterApicIrr1","features":[568]},{"name":"WHvX64RegisterApicIrr2","features":[568]},{"name":"WHvX64RegisterApicIrr3","features":[568]},{"name":"WHvX64RegisterApicIrr4","features":[568]},{"name":"WHvX64RegisterApicIrr5","features":[568]},{"name":"WHvX64RegisterApicIrr6","features":[568]},{"name":"WHvX64RegisterApicIrr7","features":[568]},{"name":"WHvX64RegisterApicIsr0","features":[568]},{"name":"WHvX64RegisterApicIsr1","features":[568]},{"name":"WHvX64RegisterApicIsr2","features":[568]},{"name":"WHvX64RegisterApicIsr3","features":[568]},{"name":"WHvX64RegisterApicIsr4","features":[568]},{"name":"WHvX64RegisterApicIsr5","features":[568]},{"name":"WHvX64RegisterApicIsr6","features":[568]},{"name":"WHvX64RegisterApicIsr7","features":[568]},{"name":"WHvX64RegisterApicLdr","features":[568]},{"name":"WHvX64RegisterApicLvtError","features":[568]},{"name":"WHvX64RegisterApicLvtLint0","features":[568]},{"name":"WHvX64RegisterApicLvtLint1","features":[568]},{"name":"WHvX64RegisterApicLvtPerfmon","features":[568]},{"name":"WHvX64RegisterApicLvtThermal","features":[568]},{"name":"WHvX64RegisterApicLvtTimer","features":[568]},{"name":"WHvX64RegisterApicPpr","features":[568]},{"name":"WHvX64RegisterApicSelfIpi","features":[568]},{"name":"WHvX64RegisterApicSpurious","features":[568]},{"name":"WHvX64RegisterApicTmr0","features":[568]},{"name":"WHvX64RegisterApicTmr1","features":[568]},{"name":"WHvX64RegisterApicTmr2","features":[568]},{"name":"WHvX64RegisterApicTmr3","features":[568]},{"name":"WHvX64RegisterApicTmr4","features":[568]},{"name":"WHvX64RegisterApicTmr5","features":[568]},{"name":"WHvX64RegisterApicTmr6","features":[568]},{"name":"WHvX64RegisterApicTmr7","features":[568]},{"name":"WHvX64RegisterApicTpr","features":[568]},{"name":"WHvX64RegisterApicVersion","features":[568]},{"name":"WHvX64RegisterBndcfgs","features":[568]},{"name":"WHvX64RegisterCr0","features":[568]},{"name":"WHvX64RegisterCr2","features":[568]},{"name":"WHvX64RegisterCr3","features":[568]},{"name":"WHvX64RegisterCr4","features":[568]},{"name":"WHvX64RegisterCr8","features":[568]},{"name":"WHvX64RegisterCs","features":[568]},{"name":"WHvX64RegisterCstar","features":[568]},{"name":"WHvX64RegisterDeliverabilityNotifications","features":[568]},{"name":"WHvX64RegisterDr0","features":[568]},{"name":"WHvX64RegisterDr1","features":[568]},{"name":"WHvX64RegisterDr2","features":[568]},{"name":"WHvX64RegisterDr3","features":[568]},{"name":"WHvX64RegisterDr6","features":[568]},{"name":"WHvX64RegisterDr7","features":[568]},{"name":"WHvX64RegisterDs","features":[568]},{"name":"WHvX64RegisterEfer","features":[568]},{"name":"WHvX64RegisterEs","features":[568]},{"name":"WHvX64RegisterFpControlStatus","features":[568]},{"name":"WHvX64RegisterFpMmx0","features":[568]},{"name":"WHvX64RegisterFpMmx1","features":[568]},{"name":"WHvX64RegisterFpMmx2","features":[568]},{"name":"WHvX64RegisterFpMmx3","features":[568]},{"name":"WHvX64RegisterFpMmx4","features":[568]},{"name":"WHvX64RegisterFpMmx5","features":[568]},{"name":"WHvX64RegisterFpMmx6","features":[568]},{"name":"WHvX64RegisterFpMmx7","features":[568]},{"name":"WHvX64RegisterFs","features":[568]},{"name":"WHvX64RegisterGdtr","features":[568]},{"name":"WHvX64RegisterGs","features":[568]},{"name":"WHvX64RegisterHypercall","features":[568]},{"name":"WHvX64RegisterIdtr","features":[568]},{"name":"WHvX64RegisterInitialApicId","features":[568]},{"name":"WHvX64RegisterInterruptSspTableAddr","features":[568]},{"name":"WHvX64RegisterKernelGsBase","features":[568]},{"name":"WHvX64RegisterLdtr","features":[568]},{"name":"WHvX64RegisterLstar","features":[568]},{"name":"WHvX64RegisterMCount","features":[568]},{"name":"WHvX64RegisterMsrMtrrCap","features":[568]},{"name":"WHvX64RegisterMsrMtrrDefType","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix16k80000","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix16kA0000","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix4kC0000","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix4kC8000","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix4kD0000","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix4kD8000","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix4kE0000","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix4kE8000","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix4kF0000","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix4kF8000","features":[568]},{"name":"WHvX64RegisterMsrMtrrFix64k00000","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBase0","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBase1","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBase2","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBase3","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBase4","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBase5","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBase6","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBase7","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBase8","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBase9","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBaseA","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBaseB","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBaseC","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBaseD","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBaseE","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysBaseF","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMask0","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMask1","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMask2","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMask3","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMask4","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMask5","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMask6","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMask7","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMask8","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMask9","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMaskA","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMaskB","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMaskC","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMaskD","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMaskE","features":[568]},{"name":"WHvX64RegisterMsrMtrrPhysMaskF","features":[568]},{"name":"WHvX64RegisterPat","features":[568]},{"name":"WHvX64RegisterPendingDebugException","features":[568]},{"name":"WHvX64RegisterPl0Ssp","features":[568]},{"name":"WHvX64RegisterPl1Ssp","features":[568]},{"name":"WHvX64RegisterPl2Ssp","features":[568]},{"name":"WHvX64RegisterPl3Ssp","features":[568]},{"name":"WHvX64RegisterPredCmd","features":[568]},{"name":"WHvX64RegisterR10","features":[568]},{"name":"WHvX64RegisterR11","features":[568]},{"name":"WHvX64RegisterR12","features":[568]},{"name":"WHvX64RegisterR13","features":[568]},{"name":"WHvX64RegisterR14","features":[568]},{"name":"WHvX64RegisterR15","features":[568]},{"name":"WHvX64RegisterR8","features":[568]},{"name":"WHvX64RegisterR9","features":[568]},{"name":"WHvX64RegisterRax","features":[568]},{"name":"WHvX64RegisterRbp","features":[568]},{"name":"WHvX64RegisterRbx","features":[568]},{"name":"WHvX64RegisterRcx","features":[568]},{"name":"WHvX64RegisterRdi","features":[568]},{"name":"WHvX64RegisterRdx","features":[568]},{"name":"WHvX64RegisterRflags","features":[568]},{"name":"WHvX64RegisterRip","features":[568]},{"name":"WHvX64RegisterRsi","features":[568]},{"name":"WHvX64RegisterRsp","features":[568]},{"name":"WHvX64RegisterSCet","features":[568]},{"name":"WHvX64RegisterSfmask","features":[568]},{"name":"WHvX64RegisterSpecCtrl","features":[568]},{"name":"WHvX64RegisterSs","features":[568]},{"name":"WHvX64RegisterSsp","features":[568]},{"name":"WHvX64RegisterStar","features":[568]},{"name":"WHvX64RegisterSysenterCs","features":[568]},{"name":"WHvX64RegisterSysenterEip","features":[568]},{"name":"WHvX64RegisterSysenterEsp","features":[568]},{"name":"WHvX64RegisterTr","features":[568]},{"name":"WHvX64RegisterTsc","features":[568]},{"name":"WHvX64RegisterTscAdjust","features":[568]},{"name":"WHvX64RegisterTscAux","features":[568]},{"name":"WHvX64RegisterTscDeadline","features":[568]},{"name":"WHvX64RegisterTscVirtualOffset","features":[568]},{"name":"WHvX64RegisterTsxCtrl","features":[568]},{"name":"WHvX64RegisterUCet","features":[568]},{"name":"WHvX64RegisterUmwaitControl","features":[568]},{"name":"WHvX64RegisterVirtualCr0","features":[568]},{"name":"WHvX64RegisterVirtualCr3","features":[568]},{"name":"WHvX64RegisterVirtualCr4","features":[568]},{"name":"WHvX64RegisterVirtualCr8","features":[568]},{"name":"WHvX64RegisterXCr0","features":[568]},{"name":"WHvX64RegisterXfd","features":[568]},{"name":"WHvX64RegisterXfdErr","features":[568]},{"name":"WHvX64RegisterXmm0","features":[568]},{"name":"WHvX64RegisterXmm1","features":[568]},{"name":"WHvX64RegisterXmm10","features":[568]},{"name":"WHvX64RegisterXmm11","features":[568]},{"name":"WHvX64RegisterXmm12","features":[568]},{"name":"WHvX64RegisterXmm13","features":[568]},{"name":"WHvX64RegisterXmm14","features":[568]},{"name":"WHvX64RegisterXmm15","features":[568]},{"name":"WHvX64RegisterXmm2","features":[568]},{"name":"WHvX64RegisterXmm3","features":[568]},{"name":"WHvX64RegisterXmm4","features":[568]},{"name":"WHvX64RegisterXmm5","features":[568]},{"name":"WHvX64RegisterXmm6","features":[568]},{"name":"WHvX64RegisterXmm7","features":[568]},{"name":"WHvX64RegisterXmm8","features":[568]},{"name":"WHvX64RegisterXmm9","features":[568]},{"name":"WHvX64RegisterXmmControlStatus","features":[568]},{"name":"WHvX64RegisterXss","features":[568]},{"name":"X64_RegisterCr0","features":[568]},{"name":"X64_RegisterCr2","features":[568]},{"name":"X64_RegisterCr3","features":[568]},{"name":"X64_RegisterCr4","features":[568]},{"name":"X64_RegisterCr8","features":[568]},{"name":"X64_RegisterCs","features":[568]},{"name":"X64_RegisterDr0","features":[568]},{"name":"X64_RegisterDr1","features":[568]},{"name":"X64_RegisterDr2","features":[568]},{"name":"X64_RegisterDr3","features":[568]},{"name":"X64_RegisterDr6","features":[568]},{"name":"X64_RegisterDr7","features":[568]},{"name":"X64_RegisterDs","features":[568]},{"name":"X64_RegisterEfer","features":[568]},{"name":"X64_RegisterEs","features":[568]},{"name":"X64_RegisterFpControlStatus","features":[568]},{"name":"X64_RegisterFpMmx0","features":[568]},{"name":"X64_RegisterFpMmx1","features":[568]},{"name":"X64_RegisterFpMmx2","features":[568]},{"name":"X64_RegisterFpMmx3","features":[568]},{"name":"X64_RegisterFpMmx4","features":[568]},{"name":"X64_RegisterFpMmx5","features":[568]},{"name":"X64_RegisterFpMmx6","features":[568]},{"name":"X64_RegisterFpMmx7","features":[568]},{"name":"X64_RegisterFs","features":[568]},{"name":"X64_RegisterGdtr","features":[568]},{"name":"X64_RegisterGs","features":[568]},{"name":"X64_RegisterIdtr","features":[568]},{"name":"X64_RegisterLdtr","features":[568]},{"name":"X64_RegisterMax","features":[568]},{"name":"X64_RegisterR10","features":[568]},{"name":"X64_RegisterR11","features":[568]},{"name":"X64_RegisterR12","features":[568]},{"name":"X64_RegisterR13","features":[568]},{"name":"X64_RegisterR14","features":[568]},{"name":"X64_RegisterR15","features":[568]},{"name":"X64_RegisterR8","features":[568]},{"name":"X64_RegisterR9","features":[568]},{"name":"X64_RegisterRFlags","features":[568]},{"name":"X64_RegisterRax","features":[568]},{"name":"X64_RegisterRbp","features":[568]},{"name":"X64_RegisterRbx","features":[568]},{"name":"X64_RegisterRcx","features":[568]},{"name":"X64_RegisterRdi","features":[568]},{"name":"X64_RegisterRdx","features":[568]},{"name":"X64_RegisterRip","features":[568]},{"name":"X64_RegisterRsi","features":[568]},{"name":"X64_RegisterRsp","features":[568]},{"name":"X64_RegisterSs","features":[568]},{"name":"X64_RegisterTr","features":[568]},{"name":"X64_RegisterXmm0","features":[568]},{"name":"X64_RegisterXmm1","features":[568]},{"name":"X64_RegisterXmm10","features":[568]},{"name":"X64_RegisterXmm11","features":[568]},{"name":"X64_RegisterXmm12","features":[568]},{"name":"X64_RegisterXmm13","features":[568]},{"name":"X64_RegisterXmm14","features":[568]},{"name":"X64_RegisterXmm15","features":[568]},{"name":"X64_RegisterXmm2","features":[568]},{"name":"X64_RegisterXmm3","features":[568]},{"name":"X64_RegisterXmm4","features":[568]},{"name":"X64_RegisterXmm5","features":[568]},{"name":"X64_RegisterXmm6","features":[568]},{"name":"X64_RegisterXmm7","features":[568]},{"name":"X64_RegisterXmm8","features":[568]},{"name":"X64_RegisterXmm9","features":[568]},{"name":"X64_RegisterXmmControlStatus","features":[568]}],"580":[{"name":"BindIoCompletionCallback","features":[305,311]},{"name":"CancelIo","features":[305,311]},{"name":"CancelIoEx","features":[305,311]},{"name":"CancelSynchronousIo","features":[305,311]},{"name":"CreateIoCompletionPort","features":[305,311]},{"name":"DeviceIoControl","features":[305,311]},{"name":"GetOverlappedResult","features":[305,311]},{"name":"GetOverlappedResultEx","features":[305,311]},{"name":"GetQueuedCompletionStatus","features":[305,311]},{"name":"GetQueuedCompletionStatusEx","features":[305,311]},{"name":"IO_STATUS_BLOCK","features":[305,311]},{"name":"LPOVERLAPPED_COMPLETION_ROUTINE","features":[305,311]},{"name":"OVERLAPPED","features":[305,311]},{"name":"OVERLAPPED_ENTRY","features":[305,311]},{"name":"PIO_APC_ROUTINE","features":[305,311]},{"name":"PostQueuedCompletionStatus","features":[305,311]}],"581":[{"name":"ADMINDATA_MAX_NAME_LEN","features":[569]},{"name":"ALL_METADATA","features":[569]},{"name":"APPCTR_MD_ID_BEGIN_RESERVED","features":[569]},{"name":"APPCTR_MD_ID_END_RESERVED","features":[569]},{"name":"APPSTATUS_NOTDEFINED","features":[569]},{"name":"APPSTATUS_RUNNING","features":[569]},{"name":"APPSTATUS_STOPPED","features":[569]},{"name":"ASP_MD_ID_BEGIN_RESERVED","features":[569]},{"name":"ASP_MD_ID_END_RESERVED","features":[569]},{"name":"ASP_MD_SERVER_BASE","features":[569]},{"name":"ASP_MD_UT_APP","features":[569]},{"name":"AsyncIFtpAuthenticationProvider","features":[569]},{"name":"AsyncIFtpAuthorizationProvider","features":[569]},{"name":"AsyncIFtpHomeDirectoryProvider","features":[569]},{"name":"AsyncIFtpLogProvider","features":[569]},{"name":"AsyncIFtpPostprocessProvider","features":[569]},{"name":"AsyncIFtpPreprocessProvider","features":[569]},{"name":"AsyncIFtpRoleProvider","features":[569]},{"name":"AsyncIMSAdminBaseSinkW","features":[569]},{"name":"BINARY_METADATA","features":[569]},{"name":"CERT_CONTEXT_EX","features":[305,398,569]},{"name":"CLSID_IImgCtx","features":[569]},{"name":"CLSID_IisServiceControl","features":[569]},{"name":"CLSID_MSAdminBase_W","features":[569]},{"name":"CLSID_Request","features":[569]},{"name":"CLSID_Response","features":[569]},{"name":"CLSID_ScriptingContext","features":[569]},{"name":"CLSID_Server","features":[569]},{"name":"CLSID_Session","features":[569]},{"name":"CLSID_WamAdmin","features":[569]},{"name":"CONFIGURATION_ENTRY","features":[569]},{"name":"DISPID_HTTPREQUEST_ABORT","features":[569]},{"name":"DISPID_HTTPREQUEST_BASE","features":[569]},{"name":"DISPID_HTTPREQUEST_GETALLRESPONSEHEADERS","features":[569]},{"name":"DISPID_HTTPREQUEST_GETRESPONSEHEADER","features":[569]},{"name":"DISPID_HTTPREQUEST_OPEN","features":[569]},{"name":"DISPID_HTTPREQUEST_OPTION","features":[569]},{"name":"DISPID_HTTPREQUEST_RESPONSEBODY","features":[569]},{"name":"DISPID_HTTPREQUEST_RESPONSESTREAM","features":[569]},{"name":"DISPID_HTTPREQUEST_RESPONSETEXT","features":[569]},{"name":"DISPID_HTTPREQUEST_SEND","features":[569]},{"name":"DISPID_HTTPREQUEST_SETAUTOLOGONPOLICY","features":[569]},{"name":"DISPID_HTTPREQUEST_SETCLIENTCERTIFICATE","features":[569]},{"name":"DISPID_HTTPREQUEST_SETCREDENTIALS","features":[569]},{"name":"DISPID_HTTPREQUEST_SETPROXY","features":[569]},{"name":"DISPID_HTTPREQUEST_SETREQUESTHEADER","features":[569]},{"name":"DISPID_HTTPREQUEST_SETTIMEOUTS","features":[569]},{"name":"DISPID_HTTPREQUEST_STATUS","features":[569]},{"name":"DISPID_HTTPREQUEST_STATUSTEXT","features":[569]},{"name":"DISPID_HTTPREQUEST_WAITFORRESPONSE","features":[569]},{"name":"DWN_COLORMODE","features":[569]},{"name":"DWN_DOWNLOADONLY","features":[569]},{"name":"DWN_FORCEDITHER","features":[569]},{"name":"DWN_MIRRORIMAGE","features":[569]},{"name":"DWN_RAWIMAGE","features":[569]},{"name":"DWORD_METADATA","features":[569]},{"name":"EXPANDSZ_METADATA","features":[569]},{"name":"EXTENSION_CONTROL_BLOCK","features":[305,569]},{"name":"FP_MD_ID_BEGIN_RESERVED","features":[569]},{"name":"FP_MD_ID_END_RESERVED","features":[569]},{"name":"FTP_ACCESS","features":[569]},{"name":"FTP_ACCESS_NONE","features":[569]},{"name":"FTP_ACCESS_READ","features":[569]},{"name":"FTP_ACCESS_READ_WRITE","features":[569]},{"name":"FTP_ACCESS_WRITE","features":[569]},{"name":"FTP_PROCESS_CLOSE_SESSION","features":[569]},{"name":"FTP_PROCESS_CONTINUE","features":[569]},{"name":"FTP_PROCESS_REJECT_COMMAND","features":[569]},{"name":"FTP_PROCESS_STATUS","features":[569]},{"name":"FTP_PROCESS_TERMINATE_SESSION","features":[569]},{"name":"FtpProvider","features":[569]},{"name":"GUID_IIS_ALL_TRACE_PROVIDERS","features":[569]},{"name":"GUID_IIS_ASPNET_TRACE_PROVIDER","features":[569]},{"name":"GUID_IIS_ASP_TRACE_TRACE_PROVIDER","features":[569]},{"name":"GUID_IIS_ISAPI_TRACE_PROVIDER","features":[569]},{"name":"GUID_IIS_WWW_GLOBAL_TRACE_PROVIDER","features":[569]},{"name":"GUID_IIS_WWW_SERVER_TRACE_PROVIDER","features":[569]},{"name":"GUID_IIS_WWW_SERVER_V2_TRACE_PROVIDER","features":[569]},{"name":"GetExtensionVersion","features":[305,569]},{"name":"GetFilterVersion","features":[305,569]},{"name":"HCONN","features":[569]},{"name":"HSE_APPEND_LOG_PARAMETER","features":[569]},{"name":"HSE_APP_FLAG_IN_PROCESS","features":[569]},{"name":"HSE_APP_FLAG_ISOLATED_OOP","features":[569]},{"name":"HSE_APP_FLAG_POOLED_OOP","features":[569]},{"name":"HSE_CUSTOM_ERROR_INFO","features":[305,569]},{"name":"HSE_EXEC_UNICODE_URL_INFO","features":[305,569]},{"name":"HSE_EXEC_UNICODE_URL_USER_INFO","features":[305,569]},{"name":"HSE_EXEC_URL_DISABLE_CUSTOM_ERROR","features":[569]},{"name":"HSE_EXEC_URL_ENTITY_INFO","features":[569]},{"name":"HSE_EXEC_URL_HTTP_CACHE_ELIGIBLE","features":[569]},{"name":"HSE_EXEC_URL_IGNORE_CURRENT_INTERCEPTOR","features":[569]},{"name":"HSE_EXEC_URL_IGNORE_VALIDATION_AND_RANGE","features":[569]},{"name":"HSE_EXEC_URL_INFO","features":[305,569]},{"name":"HSE_EXEC_URL_NO_HEADERS","features":[569]},{"name":"HSE_EXEC_URL_SSI_CMD","features":[569]},{"name":"HSE_EXEC_URL_STATUS","features":[569]},{"name":"HSE_EXEC_URL_USER_INFO","features":[305,569]},{"name":"HSE_IO_ASYNC","features":[569]},{"name":"HSE_IO_CACHE_RESPONSE","features":[569]},{"name":"HSE_IO_DISCONNECT_AFTER_SEND","features":[569]},{"name":"HSE_IO_FINAL_SEND","features":[569]},{"name":"HSE_IO_NODELAY","features":[569]},{"name":"HSE_IO_SEND_HEADERS","features":[569]},{"name":"HSE_IO_SYNC","features":[569]},{"name":"HSE_IO_TRY_SKIP_CUSTOM_ERRORS","features":[569]},{"name":"HSE_LOG_BUFFER_LEN","features":[569]},{"name":"HSE_MAX_EXT_DLL_NAME_LEN","features":[569]},{"name":"HSE_REQ_ABORTIVE_CLOSE","features":[569]},{"name":"HSE_REQ_ASYNC_READ_CLIENT","features":[569]},{"name":"HSE_REQ_BASE","features":[569]},{"name":"HSE_REQ_CANCEL_IO","features":[569]},{"name":"HSE_REQ_CLOSE_CONNECTION","features":[569]},{"name":"HSE_REQ_DONE_WITH_SESSION","features":[569]},{"name":"HSE_REQ_END_RESERVED","features":[569]},{"name":"HSE_REQ_EXEC_UNICODE_URL","features":[569]},{"name":"HSE_REQ_EXEC_URL","features":[569]},{"name":"HSE_REQ_GET_ANONYMOUS_TOKEN","features":[569]},{"name":"HSE_REQ_GET_CACHE_INVALIDATION_CALLBACK","features":[569]},{"name":"HSE_REQ_GET_CERT_INFO_EX","features":[569]},{"name":"HSE_REQ_GET_CHANNEL_BINDING_TOKEN","features":[569]},{"name":"HSE_REQ_GET_CONFIG_OBJECT","features":[569]},{"name":"HSE_REQ_GET_EXEC_URL_STATUS","features":[569]},{"name":"HSE_REQ_GET_IMPERSONATION_TOKEN","features":[569]},{"name":"HSE_REQ_GET_PROTOCOL_MANAGER_CUSTOM_INTERFACE_CALLBACK","features":[569]},{"name":"HSE_REQ_GET_SSPI_INFO","features":[569]},{"name":"HSE_REQ_GET_TRACE_INFO","features":[569]},{"name":"HSE_REQ_GET_TRACE_INFO_EX","features":[569]},{"name":"HSE_REQ_GET_UNICODE_ANONYMOUS_TOKEN","features":[569]},{"name":"HSE_REQ_GET_WORKER_PROCESS_SETTINGS","features":[569]},{"name":"HSE_REQ_IO_COMPLETION","features":[569]},{"name":"HSE_REQ_IS_CONNECTED","features":[569]},{"name":"HSE_REQ_IS_IN_PROCESS","features":[569]},{"name":"HSE_REQ_IS_KEEP_CONN","features":[569]},{"name":"HSE_REQ_MAP_UNICODE_URL_TO_PATH","features":[569]},{"name":"HSE_REQ_MAP_UNICODE_URL_TO_PATH_EX","features":[569]},{"name":"HSE_REQ_MAP_URL_TO_PATH","features":[569]},{"name":"HSE_REQ_MAP_URL_TO_PATH_EX","features":[569]},{"name":"HSE_REQ_NORMALIZE_URL","features":[569]},{"name":"HSE_REQ_RAISE_TRACE_EVENT","features":[569]},{"name":"HSE_REQ_REFRESH_ISAPI_ACL","features":[569]},{"name":"HSE_REQ_REPORT_UNHEALTHY","features":[569]},{"name":"HSE_REQ_SEND_CUSTOM_ERROR","features":[569]},{"name":"HSE_REQ_SEND_RESPONSE_HEADER","features":[569]},{"name":"HSE_REQ_SEND_RESPONSE_HEADER_EX","features":[569]},{"name":"HSE_REQ_SEND_URL","features":[569]},{"name":"HSE_REQ_SEND_URL_REDIRECT_RESP","features":[569]},{"name":"HSE_REQ_SET_FLUSH_FLAG","features":[569]},{"name":"HSE_REQ_TRANSMIT_FILE","features":[569]},{"name":"HSE_REQ_VECTOR_SEND","features":[569]},{"name":"HSE_RESPONSE_VECTOR","features":[569]},{"name":"HSE_SEND_HEADER_EX_INFO","features":[305,569]},{"name":"HSE_STATUS_ERROR","features":[569]},{"name":"HSE_STATUS_PENDING","features":[569]},{"name":"HSE_STATUS_SUCCESS","features":[569]},{"name":"HSE_STATUS_SUCCESS_AND_KEEP_CONN","features":[569]},{"name":"HSE_TERM_ADVISORY_UNLOAD","features":[569]},{"name":"HSE_TERM_MUST_UNLOAD","features":[569]},{"name":"HSE_TF_INFO","features":[305,569]},{"name":"HSE_TRACE_INFO","features":[305,569]},{"name":"HSE_UNICODE_URL_MAPEX_INFO","features":[569]},{"name":"HSE_URL_FLAGS_DONT_CACHE","features":[569]},{"name":"HSE_URL_FLAGS_EXECUTE","features":[569]},{"name":"HSE_URL_FLAGS_MAP_CERT","features":[569]},{"name":"HSE_URL_FLAGS_MASK","features":[569]},{"name":"HSE_URL_FLAGS_NEGO_CERT","features":[569]},{"name":"HSE_URL_FLAGS_READ","features":[569]},{"name":"HSE_URL_FLAGS_REQUIRE_CERT","features":[569]},{"name":"HSE_URL_FLAGS_SCRIPT","features":[569]},{"name":"HSE_URL_FLAGS_SSL","features":[569]},{"name":"HSE_URL_FLAGS_SSL128","features":[569]},{"name":"HSE_URL_FLAGS_WRITE","features":[569]},{"name":"HSE_URL_MAPEX_INFO","features":[569]},{"name":"HSE_VECTOR_ELEMENT","features":[569]},{"name":"HSE_VECTOR_ELEMENT_TYPE_FILE_HANDLE","features":[569]},{"name":"HSE_VECTOR_ELEMENT_TYPE_MEMORY_BUFFER","features":[569]},{"name":"HSE_VERSION_INFO","features":[569]},{"name":"HSE_VERSION_MAJOR","features":[569]},{"name":"HSE_VERSION_MINOR","features":[569]},{"name":"HTTP_FILTER_ACCESS_DENIED","features":[569]},{"name":"HTTP_FILTER_AUTHENT","features":[569]},{"name":"HTTP_FILTER_AUTH_COMPLETE_INFO","features":[305,569]},{"name":"HTTP_FILTER_CONTEXT","features":[305,569]},{"name":"HTTP_FILTER_LOG","features":[569]},{"name":"HTTP_FILTER_PREPROC_HEADERS","features":[569]},{"name":"HTTP_FILTER_RAW_DATA","features":[569]},{"name":"HTTP_FILTER_URL_MAP","features":[569]},{"name":"HTTP_FILTER_URL_MAP_EX","features":[569]},{"name":"HTTP_FILTER_VERSION","features":[569]},{"name":"HTTP_TRACE_CONFIGURATION","features":[305,569]},{"name":"HTTP_TRACE_EVENT","features":[569]},{"name":"HTTP_TRACE_EVENT_FLAG_STATIC_DESCRIPTIVE_FIELDS","features":[569]},{"name":"HTTP_TRACE_EVENT_ITEM","features":[569]},{"name":"HTTP_TRACE_LEVEL_END","features":[569]},{"name":"HTTP_TRACE_LEVEL_START","features":[569]},{"name":"HTTP_TRACE_TYPE","features":[569]},{"name":"HTTP_TRACE_TYPE_BOOL","features":[569]},{"name":"HTTP_TRACE_TYPE_BYTE","features":[569]},{"name":"HTTP_TRACE_TYPE_CHAR","features":[569]},{"name":"HTTP_TRACE_TYPE_LONG","features":[569]},{"name":"HTTP_TRACE_TYPE_LONGLONG","features":[569]},{"name":"HTTP_TRACE_TYPE_LPCGUID","features":[569]},{"name":"HTTP_TRACE_TYPE_LPCSTR","features":[569]},{"name":"HTTP_TRACE_TYPE_LPCWSTR","features":[569]},{"name":"HTTP_TRACE_TYPE_SHORT","features":[569]},{"name":"HTTP_TRACE_TYPE_ULONG","features":[569]},{"name":"HTTP_TRACE_TYPE_ULONGLONG","features":[569]},{"name":"HTTP_TRACE_TYPE_USHORT","features":[569]},{"name":"HttpExtensionProc","features":[305,569]},{"name":"HttpFilterProc","features":[305,569]},{"name":"IADMEXT","features":[569]},{"name":"IFtpAuthenticationProvider","features":[569]},{"name":"IFtpAuthorizationProvider","features":[569]},{"name":"IFtpHomeDirectoryProvider","features":[569]},{"name":"IFtpLogProvider","features":[569]},{"name":"IFtpPostprocessProvider","features":[569]},{"name":"IFtpPreprocessProvider","features":[569]},{"name":"IFtpProviderConstruct","features":[569]},{"name":"IFtpRoleProvider","features":[569]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEY","features":[569]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEYA","features":[569]},{"name":"IISADMIN_EXTENSIONS_CLSID_MD_KEYW","features":[569]},{"name":"IISADMIN_EXTENSIONS_REG_KEY","features":[569]},{"name":"IISADMIN_EXTENSIONS_REG_KEYA","features":[569]},{"name":"IISADMIN_EXTENSIONS_REG_KEYW","features":[569]},{"name":"IIS_CLASS_CERTMAPPER","features":[569]},{"name":"IIS_CLASS_CERTMAPPER_W","features":[569]},{"name":"IIS_CLASS_COMPRESS_SCHEME","features":[569]},{"name":"IIS_CLASS_COMPRESS_SCHEMES","features":[569]},{"name":"IIS_CLASS_COMPRESS_SCHEMES_W","features":[569]},{"name":"IIS_CLASS_COMPRESS_SCHEME_W","features":[569]},{"name":"IIS_CLASS_COMPUTER","features":[569]},{"name":"IIS_CLASS_COMPUTER_W","features":[569]},{"name":"IIS_CLASS_FILTER","features":[569]},{"name":"IIS_CLASS_FILTERS","features":[569]},{"name":"IIS_CLASS_FILTERS_W","features":[569]},{"name":"IIS_CLASS_FILTER_W","features":[569]},{"name":"IIS_CLASS_FTP_INFO","features":[569]},{"name":"IIS_CLASS_FTP_INFO_W","features":[569]},{"name":"IIS_CLASS_FTP_SERVER","features":[569]},{"name":"IIS_CLASS_FTP_SERVER_W","features":[569]},{"name":"IIS_CLASS_FTP_SERVICE","features":[569]},{"name":"IIS_CLASS_FTP_SERVICE_W","features":[569]},{"name":"IIS_CLASS_FTP_VDIR","features":[569]},{"name":"IIS_CLASS_FTP_VDIR_W","features":[569]},{"name":"IIS_CLASS_LOG_MODULE","features":[569]},{"name":"IIS_CLASS_LOG_MODULES","features":[569]},{"name":"IIS_CLASS_LOG_MODULES_W","features":[569]},{"name":"IIS_CLASS_LOG_MODULE_W","features":[569]},{"name":"IIS_CLASS_MIMEMAP","features":[569]},{"name":"IIS_CLASS_MIMEMAP_W","features":[569]},{"name":"IIS_CLASS_WEB_DIR","features":[569]},{"name":"IIS_CLASS_WEB_DIR_W","features":[569]},{"name":"IIS_CLASS_WEB_FILE","features":[569]},{"name":"IIS_CLASS_WEB_FILE_W","features":[569]},{"name":"IIS_CLASS_WEB_INFO","features":[569]},{"name":"IIS_CLASS_WEB_INFO_W","features":[569]},{"name":"IIS_CLASS_WEB_SERVER","features":[569]},{"name":"IIS_CLASS_WEB_SERVER_W","features":[569]},{"name":"IIS_CLASS_WEB_SERVICE","features":[569]},{"name":"IIS_CLASS_WEB_SERVICE_W","features":[569]},{"name":"IIS_CLASS_WEB_VDIR","features":[569]},{"name":"IIS_CLASS_WEB_VDIR_W","features":[569]},{"name":"IIS_MD_ADSI_METAID_BEGIN","features":[569]},{"name":"IIS_MD_ADSI_SCHEMA_PATH_A","features":[569]},{"name":"IIS_MD_ADSI_SCHEMA_PATH_W","features":[569]},{"name":"IIS_MD_APPPOOL_BASE","features":[569]},{"name":"IIS_MD_APP_BASE","features":[569]},{"name":"IIS_MD_FILE_PROP_BASE","features":[569]},{"name":"IIS_MD_FTP_BASE","features":[569]},{"name":"IIS_MD_GLOBAL_BASE","features":[569]},{"name":"IIS_MD_HTTP_BASE","features":[569]},{"name":"IIS_MD_ID_BEGIN_RESERVED","features":[569]},{"name":"IIS_MD_ID_END_RESERVED","features":[569]},{"name":"IIS_MD_INSTANCE_ROOT","features":[569]},{"name":"IIS_MD_ISAPI_FILTERS","features":[569]},{"name":"IIS_MD_LOCAL_MACHINE_PATH","features":[569]},{"name":"IIS_MD_LOGCUSTOM_BASE","features":[569]},{"name":"IIS_MD_LOGCUSTOM_LAST","features":[569]},{"name":"IIS_MD_LOG_BASE","features":[569]},{"name":"IIS_MD_LOG_LAST","features":[569]},{"name":"IIS_MD_SERVER_BASE","features":[569]},{"name":"IIS_MD_SSL_BASE","features":[569]},{"name":"IIS_MD_SVC_INFO_PATH","features":[569]},{"name":"IIS_MD_UT_END_RESERVED","features":[569]},{"name":"IIS_MD_UT_FILE","features":[569]},{"name":"IIS_MD_UT_SERVER","features":[569]},{"name":"IIS_MD_UT_WAM","features":[569]},{"name":"IIS_MD_VR_BASE","features":[569]},{"name":"IIS_WEBSOCKET","features":[569]},{"name":"IIS_WEBSOCKET_SERVER_VARIABLE","features":[569]},{"name":"IMAP_MD_ID_BEGIN_RESERVED","features":[569]},{"name":"IMAP_MD_ID_END_RESERVED","features":[569]},{"name":"IMGANIM_ANIMATED","features":[569]},{"name":"IMGANIM_MASK","features":[569]},{"name":"IMGBITS_MASK","features":[569]},{"name":"IMGBITS_NONE","features":[569]},{"name":"IMGBITS_PARTIAL","features":[569]},{"name":"IMGBITS_TOTAL","features":[569]},{"name":"IMGCHG_ANIMATE","features":[569]},{"name":"IMGCHG_COMPLETE","features":[569]},{"name":"IMGCHG_MASK","features":[569]},{"name":"IMGCHG_SIZE","features":[569]},{"name":"IMGCHG_VIEW","features":[569]},{"name":"IMGLOAD_COMPLETE","features":[569]},{"name":"IMGLOAD_ERROR","features":[569]},{"name":"IMGLOAD_LOADING","features":[569]},{"name":"IMGLOAD_MASK","features":[569]},{"name":"IMGLOAD_NOTLOADED","features":[569]},{"name":"IMGLOAD_STOPPED","features":[569]},{"name":"IMGTRANS_MASK","features":[569]},{"name":"IMGTRANS_OPAQUE","features":[569]},{"name":"IMSAdminBase2W","features":[569]},{"name":"IMSAdminBase3W","features":[569]},{"name":"IMSAdminBaseSinkW","features":[569]},{"name":"IMSAdminBaseW","features":[569]},{"name":"IMSImpExpHelpW","features":[569]},{"name":"INVALID_END_METADATA","features":[569]},{"name":"LIBID_ASPTypeLibrary","features":[569]},{"name":"LIBID_IISRSTALib","features":[569]},{"name":"LIBID_WAMREGLib","features":[569]},{"name":"LOGGING_PARAMETERS","features":[569]},{"name":"MB_DONT_IMPERSONATE","features":[569]},{"name":"MD_ACCESS_EXECUTE","features":[569]},{"name":"MD_ACCESS_MAP_CERT","features":[569]},{"name":"MD_ACCESS_MASK","features":[569]},{"name":"MD_ACCESS_NEGO_CERT","features":[569]},{"name":"MD_ACCESS_NO_PHYSICAL_DIR","features":[569]},{"name":"MD_ACCESS_NO_REMOTE_EXECUTE","features":[569]},{"name":"MD_ACCESS_NO_REMOTE_READ","features":[569]},{"name":"MD_ACCESS_NO_REMOTE_SCRIPT","features":[569]},{"name":"MD_ACCESS_NO_REMOTE_WRITE","features":[569]},{"name":"MD_ACCESS_PERM","features":[569]},{"name":"MD_ACCESS_READ","features":[569]},{"name":"MD_ACCESS_REQUIRE_CERT","features":[569]},{"name":"MD_ACCESS_SCRIPT","features":[569]},{"name":"MD_ACCESS_SOURCE","features":[569]},{"name":"MD_ACCESS_SSL","features":[569]},{"name":"MD_ACCESS_SSL128","features":[569]},{"name":"MD_ACCESS_WRITE","features":[569]},{"name":"MD_ACR_ENUM_KEYS","features":[569]},{"name":"MD_ACR_READ","features":[569]},{"name":"MD_ACR_RESTRICTED_WRITE","features":[569]},{"name":"MD_ACR_UNSECURE_PROPS_READ","features":[569]},{"name":"MD_ACR_WRITE","features":[569]},{"name":"MD_ACR_WRITE_DAC","features":[569]},{"name":"MD_ADMIN_ACL","features":[569]},{"name":"MD_ADMIN_INSTANCE","features":[569]},{"name":"MD_ADV_CACHE_TTL","features":[569]},{"name":"MD_ADV_NOTIFY_PWD_EXP_IN_DAYS","features":[569]},{"name":"MD_AD_CONNECTIONS_PASSWORD","features":[569]},{"name":"MD_AD_CONNECTIONS_USERNAME","features":[569]},{"name":"MD_ALLOW_ANONYMOUS","features":[569]},{"name":"MD_ALLOW_KEEPALIVES","features":[569]},{"name":"MD_ALLOW_PATH_INFO_FOR_SCRIPT_MAPPINGS","features":[569]},{"name":"MD_ALLOW_REPLACE_ON_RENAME","features":[569]},{"name":"MD_ANONYMOUS_ONLY","features":[569]},{"name":"MD_ANONYMOUS_PWD","features":[569]},{"name":"MD_ANONYMOUS_USER_NAME","features":[569]},{"name":"MD_ANONYMOUS_USE_SUBAUTH","features":[569]},{"name":"MD_APPPOOL_32_BIT_APP_ON_WIN64","features":[569]},{"name":"MD_APPPOOL_ALLOW_TRANSIENT_REGISTRATION","features":[569]},{"name":"MD_APPPOOL_APPPOOL_ID","features":[569]},{"name":"MD_APPPOOL_AUTO_SHUTDOWN_EXE","features":[569]},{"name":"MD_APPPOOL_AUTO_SHUTDOWN_PARAMS","features":[569]},{"name":"MD_APPPOOL_AUTO_START","features":[569]},{"name":"MD_APPPOOL_COMMAND","features":[569]},{"name":"MD_APPPOOL_COMMAND_START","features":[569]},{"name":"MD_APPPOOL_COMMAND_STOP","features":[569]},{"name":"MD_APPPOOL_DISALLOW_OVERLAPPING_ROTATION","features":[569]},{"name":"MD_APPPOOL_DISALLOW_ROTATION_ON_CONFIG_CHANGE","features":[569]},{"name":"MD_APPPOOL_EMULATION_ON_WINARM64","features":[569]},{"name":"MD_APPPOOL_IDENTITY_TYPE","features":[569]},{"name":"MD_APPPOOL_IDENTITY_TYPE_LOCALSERVICE","features":[569]},{"name":"MD_APPPOOL_IDENTITY_TYPE_LOCALSYSTEM","features":[569]},{"name":"MD_APPPOOL_IDENTITY_TYPE_NETWORKSERVICE","features":[569]},{"name":"MD_APPPOOL_IDENTITY_TYPE_SPECIFICUSER","features":[569]},{"name":"MD_APPPOOL_IDLE_TIMEOUT","features":[569]},{"name":"MD_APPPOOL_MANAGED_PIPELINE_MODE","features":[569]},{"name":"MD_APPPOOL_MANAGED_RUNTIME_VERSION","features":[569]},{"name":"MD_APPPOOL_MAX_PROCESS_COUNT","features":[569]},{"name":"MD_APPPOOL_ORPHAN_ACTION_EXE","features":[569]},{"name":"MD_APPPOOL_ORPHAN_ACTION_PARAMS","features":[569]},{"name":"MD_APPPOOL_ORPHAN_PROCESSES_FOR_DEBUGGING","features":[569]},{"name":"MD_APPPOOL_PERIODIC_RESTART_CONNECTIONS","features":[569]},{"name":"MD_APPPOOL_PERIODIC_RESTART_MEMORY","features":[569]},{"name":"MD_APPPOOL_PERIODIC_RESTART_PRIVATE_MEMORY","features":[569]},{"name":"MD_APPPOOL_PERIODIC_RESTART_REQUEST_COUNT","features":[569]},{"name":"MD_APPPOOL_PERIODIC_RESTART_SCHEDULE","features":[569]},{"name":"MD_APPPOOL_PERIODIC_RESTART_TIME","features":[569]},{"name":"MD_APPPOOL_PINGING_ENABLED","features":[569]},{"name":"MD_APPPOOL_PING_INTERVAL","features":[569]},{"name":"MD_APPPOOL_PING_RESPONSE_TIMELIMIT","features":[569]},{"name":"MD_APPPOOL_RAPID_FAIL_PROTECTION_ENABLED","features":[569]},{"name":"MD_APPPOOL_SHUTDOWN_TIMELIMIT","features":[569]},{"name":"MD_APPPOOL_SMP_AFFINITIZED","features":[569]},{"name":"MD_APPPOOL_SMP_AFFINITIZED_PROCESSOR_MASK","features":[569]},{"name":"MD_APPPOOL_STARTUP_TIMELIMIT","features":[569]},{"name":"MD_APPPOOL_STATE","features":[569]},{"name":"MD_APPPOOL_STATE_STARTED","features":[569]},{"name":"MD_APPPOOL_STATE_STARTING","features":[569]},{"name":"MD_APPPOOL_STATE_STOPPED","features":[569]},{"name":"MD_APPPOOL_STATE_STOPPING","features":[569]},{"name":"MD_APPPOOL_UL_APPPOOL_QUEUE_LENGTH","features":[569]},{"name":"MD_APP_ALLOW_TRANSIENT_REGISTRATION","features":[569]},{"name":"MD_APP_APPPOOL_ID","features":[569]},{"name":"MD_APP_AUTO_START","features":[569]},{"name":"MD_APP_DEPENDENCIES","features":[569]},{"name":"MD_APP_FRIENDLY_NAME","features":[569]},{"name":"MD_APP_ISOLATED","features":[569]},{"name":"MD_APP_OOP_RECOVER_LIMIT","features":[569]},{"name":"MD_APP_PACKAGE_ID","features":[569]},{"name":"MD_APP_PACKAGE_NAME","features":[569]},{"name":"MD_APP_PERIODIC_RESTART_REQUESTS","features":[569]},{"name":"MD_APP_PERIODIC_RESTART_SCHEDULE","features":[569]},{"name":"MD_APP_PERIODIC_RESTART_TIME","features":[569]},{"name":"MD_APP_POOL_LOG_EVENT_ON_PROCESSMODEL","features":[569]},{"name":"MD_APP_POOL_LOG_EVENT_ON_RECYCLE","features":[569]},{"name":"MD_APP_POOL_PROCESSMODEL_IDLE_TIMEOUT","features":[569]},{"name":"MD_APP_POOL_RECYCLE_CONFIG_CHANGE","features":[569]},{"name":"MD_APP_POOL_RECYCLE_ISAPI_UNHEALTHY","features":[569]},{"name":"MD_APP_POOL_RECYCLE_MEMORY","features":[569]},{"name":"MD_APP_POOL_RECYCLE_ON_DEMAND","features":[569]},{"name":"MD_APP_POOL_RECYCLE_PRIVATE_MEMORY","features":[569]},{"name":"MD_APP_POOL_RECYCLE_REQUESTS","features":[569]},{"name":"MD_APP_POOL_RECYCLE_SCHEDULE","features":[569]},{"name":"MD_APP_POOL_RECYCLE_TIME","features":[569]},{"name":"MD_APP_ROOT","features":[569]},{"name":"MD_APP_SHUTDOWN_TIME_LIMIT","features":[569]},{"name":"MD_APP_TRACE_URL_LIST","features":[569]},{"name":"MD_APP_WAM_CLSID","features":[569]},{"name":"MD_ASP_ALLOWOUTOFPROCCMPNTS","features":[569]},{"name":"MD_ASP_ALLOWOUTOFPROCCOMPONENTS","features":[569]},{"name":"MD_ASP_ALLOWSESSIONSTATE","features":[569]},{"name":"MD_ASP_BUFFERINGON","features":[569]},{"name":"MD_ASP_BUFFER_LIMIT","features":[569]},{"name":"MD_ASP_CALCLINENUMBER","features":[569]},{"name":"MD_ASP_CODEPAGE","features":[569]},{"name":"MD_ASP_DISKTEMPLATECACHEDIRECTORY","features":[569]},{"name":"MD_ASP_ENABLEAPPLICATIONRESTART","features":[569]},{"name":"MD_ASP_ENABLEASPHTMLFALLBACK","features":[569]},{"name":"MD_ASP_ENABLECHUNKEDENCODING","features":[569]},{"name":"MD_ASP_ENABLECLIENTDEBUG","features":[569]},{"name":"MD_ASP_ENABLEPARENTPATHS","features":[569]},{"name":"MD_ASP_ENABLESERVERDEBUG","features":[569]},{"name":"MD_ASP_ENABLETYPELIBCACHE","features":[569]},{"name":"MD_ASP_ERRORSTONTLOG","features":[569]},{"name":"MD_ASP_EXCEPTIONCATCHENABLE","features":[569]},{"name":"MD_ASP_EXECUTEINMTA","features":[569]},{"name":"MD_ASP_ID_LAST","features":[569]},{"name":"MD_ASP_KEEPSESSIONIDSECURE","features":[569]},{"name":"MD_ASP_LCID","features":[569]},{"name":"MD_ASP_LOGERRORREQUESTS","features":[569]},{"name":"MD_ASP_MAXDISKTEMPLATECACHEFILES","features":[569]},{"name":"MD_ASP_MAXREQUESTENTITY","features":[569]},{"name":"MD_ASP_MAX_REQUEST_ENTITY_ALLOWED","features":[569]},{"name":"MD_ASP_MEMFREEFACTOR","features":[569]},{"name":"MD_ASP_MINUSEDBLOCKS","features":[569]},{"name":"MD_ASP_PROCESSORTHREADMAX","features":[569]},{"name":"MD_ASP_QUEUECONNECTIONTESTTIME","features":[569]},{"name":"MD_ASP_QUEUETIMEOUT","features":[569]},{"name":"MD_ASP_REQEUSTQUEUEMAX","features":[569]},{"name":"MD_ASP_RUN_ONEND_ANON","features":[569]},{"name":"MD_ASP_SCRIPTENGINECACHEMAX","features":[569]},{"name":"MD_ASP_SCRIPTERRORMESSAGE","features":[569]},{"name":"MD_ASP_SCRIPTERRORSSENTTOBROWSER","features":[569]},{"name":"MD_ASP_SCRIPTFILECACHESIZE","features":[569]},{"name":"MD_ASP_SCRIPTLANGUAGE","features":[569]},{"name":"MD_ASP_SCRIPTLANGUAGELIST","features":[569]},{"name":"MD_ASP_SCRIPTTIMEOUT","features":[569]},{"name":"MD_ASP_SERVICE_ENABLE_SXS","features":[569]},{"name":"MD_ASP_SERVICE_ENABLE_TRACKER","features":[569]},{"name":"MD_ASP_SERVICE_FLAGS","features":[569]},{"name":"MD_ASP_SERVICE_FLAG_FUSION","features":[569]},{"name":"MD_ASP_SERVICE_FLAG_PARTITIONS","features":[569]},{"name":"MD_ASP_SERVICE_FLAG_TRACKER","features":[569]},{"name":"MD_ASP_SERVICE_PARTITION_ID","features":[569]},{"name":"MD_ASP_SERVICE_SXS_NAME","features":[569]},{"name":"MD_ASP_SERVICE_USE_PARTITION","features":[569]},{"name":"MD_ASP_SESSIONMAX","features":[569]},{"name":"MD_ASP_SESSIONTIMEOUT","features":[569]},{"name":"MD_ASP_THREADGATEENABLED","features":[569]},{"name":"MD_ASP_THREADGATELOADHIGH","features":[569]},{"name":"MD_ASP_THREADGATELOADLOW","features":[569]},{"name":"MD_ASP_THREADGATESLEEPDELAY","features":[569]},{"name":"MD_ASP_THREADGATESLEEPMAX","features":[569]},{"name":"MD_ASP_THREADGATETIMESLICE","features":[569]},{"name":"MD_ASP_TRACKTHREADINGMODEL","features":[569]},{"name":"MD_AUTHORIZATION","features":[569]},{"name":"MD_AUTHORIZATION_PERSISTENCE","features":[569]},{"name":"MD_AUTH_ADVNOTIFY_DISABLE","features":[569]},{"name":"MD_AUTH_ANONYMOUS","features":[569]},{"name":"MD_AUTH_BASIC","features":[569]},{"name":"MD_AUTH_CHANGE_DISABLE","features":[569]},{"name":"MD_AUTH_CHANGE_FLAGS","features":[569]},{"name":"MD_AUTH_CHANGE_UNSECURE","features":[569]},{"name":"MD_AUTH_CHANGE_URL","features":[569]},{"name":"MD_AUTH_EXPIRED_UNSECUREURL","features":[569]},{"name":"MD_AUTH_EXPIRED_URL","features":[569]},{"name":"MD_AUTH_MD5","features":[569]},{"name":"MD_AUTH_NT","features":[569]},{"name":"MD_AUTH_PASSPORT","features":[569]},{"name":"MD_AUTH_SINGLEREQUEST","features":[569]},{"name":"MD_AUTH_SINGLEREQUESTALWAYSIFPROXY","features":[569]},{"name":"MD_AUTH_SINGLEREQUESTIFPROXY","features":[569]},{"name":"MD_BACKUP_FORCE_BACKUP","features":[569]},{"name":"MD_BACKUP_HIGHEST_VERSION","features":[569]},{"name":"MD_BACKUP_MAX_LEN","features":[569]},{"name":"MD_BACKUP_MAX_VERSION","features":[569]},{"name":"MD_BACKUP_NEXT_VERSION","features":[569]},{"name":"MD_BACKUP_OVERWRITE","features":[569]},{"name":"MD_BACKUP_SAVE_FIRST","features":[569]},{"name":"MD_BANNER_MESSAGE","features":[569]},{"name":"MD_BINDINGS","features":[569]},{"name":"MD_CACHE_EXTENSIONS","features":[569]},{"name":"MD_CAL_AUTH_RESERVE_TIMEOUT","features":[569]},{"name":"MD_CAL_SSL_RESERVE_TIMEOUT","features":[569]},{"name":"MD_CAL_VC_PER_CONNECT","features":[569]},{"name":"MD_CAL_W3_ERROR","features":[569]},{"name":"MD_CC_MAX_AGE","features":[569]},{"name":"MD_CC_NO_CACHE","features":[569]},{"name":"MD_CC_OTHER","features":[569]},{"name":"MD_CENTRAL_W3C_LOGGING_ENABLED","features":[569]},{"name":"MD_CERT_CACHE_RETRIEVAL_ONLY","features":[569]},{"name":"MD_CERT_CHECK_REVOCATION_FRESHNESS_TIME","features":[569]},{"name":"MD_CERT_NO_REVOC_CHECK","features":[569]},{"name":"MD_CERT_NO_USAGE_CHECK","features":[569]},{"name":"MD_CGI_RESTRICTION_LIST","features":[569]},{"name":"MD_CHANGE_OBJECT_W","features":[569]},{"name":"MD_CHANGE_TYPE_ADD_OBJECT","features":[569]},{"name":"MD_CHANGE_TYPE_DELETE_DATA","features":[569]},{"name":"MD_CHANGE_TYPE_DELETE_OBJECT","features":[569]},{"name":"MD_CHANGE_TYPE_RENAME_OBJECT","features":[569]},{"name":"MD_CHANGE_TYPE_RESTORE","features":[569]},{"name":"MD_CHANGE_TYPE_SET_DATA","features":[569]},{"name":"MD_COMMENTS","features":[569]},{"name":"MD_CONNECTION_TIMEOUT","features":[569]},{"name":"MD_CPU_ACTION","features":[569]},{"name":"MD_CPU_APP_ENABLED","features":[569]},{"name":"MD_CPU_CGI_ENABLED","features":[569]},{"name":"MD_CPU_CGI_LIMIT","features":[569]},{"name":"MD_CPU_DISABLE_ALL_LOGGING","features":[569]},{"name":"MD_CPU_ENABLE_ACTIVE_PROCS","features":[569]},{"name":"MD_CPU_ENABLE_ALL_PROC_LOGGING","features":[569]},{"name":"MD_CPU_ENABLE_APP_LOGGING","features":[569]},{"name":"MD_CPU_ENABLE_CGI_LOGGING","features":[569]},{"name":"MD_CPU_ENABLE_EVENT","features":[569]},{"name":"MD_CPU_ENABLE_KERNEL_TIME","features":[569]},{"name":"MD_CPU_ENABLE_LOGGING","features":[569]},{"name":"MD_CPU_ENABLE_PAGE_FAULTS","features":[569]},{"name":"MD_CPU_ENABLE_PROC_TYPE","features":[569]},{"name":"MD_CPU_ENABLE_TERMINATED_PROCS","features":[569]},{"name":"MD_CPU_ENABLE_TOTAL_PROCS","features":[569]},{"name":"MD_CPU_ENABLE_USER_TIME","features":[569]},{"name":"MD_CPU_KILL_W3WP","features":[569]},{"name":"MD_CPU_LIMIT","features":[569]},{"name":"MD_CPU_LIMITS_ENABLED","features":[569]},{"name":"MD_CPU_LIMIT_LOGEVENT","features":[569]},{"name":"MD_CPU_LIMIT_PAUSE","features":[569]},{"name":"MD_CPU_LIMIT_PRIORITY","features":[569]},{"name":"MD_CPU_LIMIT_PROCSTOP","features":[569]},{"name":"MD_CPU_LOGGING_INTERVAL","features":[569]},{"name":"MD_CPU_LOGGING_MASK","features":[569]},{"name":"MD_CPU_LOGGING_OPTIONS","features":[569]},{"name":"MD_CPU_NO_ACTION","features":[569]},{"name":"MD_CPU_RESET_INTERVAL","features":[569]},{"name":"MD_CPU_THROTTLE","features":[569]},{"name":"MD_CPU_TRACE","features":[569]},{"name":"MD_CREATE_PROCESS_AS_USER","features":[569]},{"name":"MD_CREATE_PROC_NEW_CONSOLE","features":[569]},{"name":"MD_CUSTOM_DEPLOYMENT_DATA","features":[569]},{"name":"MD_CUSTOM_ERROR","features":[569]},{"name":"MD_CUSTOM_ERROR_DESC","features":[569]},{"name":"MD_DEFAULT_BACKUP_LOCATION","features":[569]},{"name":"MD_DEFAULT_LOAD_FILE","features":[569]},{"name":"MD_DEFAULT_LOGON_DOMAIN","features":[569]},{"name":"MD_DEMAND_START_THRESHOLD","features":[569]},{"name":"MD_DIRBROW_ENABLED","features":[569]},{"name":"MD_DIRBROW_LOADDEFAULT","features":[569]},{"name":"MD_DIRBROW_LONG_DATE","features":[569]},{"name":"MD_DIRBROW_SHOW_DATE","features":[569]},{"name":"MD_DIRBROW_SHOW_EXTENSION","features":[569]},{"name":"MD_DIRBROW_SHOW_SIZE","features":[569]},{"name":"MD_DIRBROW_SHOW_TIME","features":[569]},{"name":"MD_DIRECTORY_BROWSING","features":[569]},{"name":"MD_DISABLE_SOCKET_POOLING","features":[569]},{"name":"MD_DONT_LOG","features":[569]},{"name":"MD_DOWNLEVEL_ADMIN_INSTANCE","features":[569]},{"name":"MD_DO_REVERSE_DNS","features":[569]},{"name":"MD_ENABLEDPROTOCOLS","features":[569]},{"name":"MD_ENABLE_URL_AUTHORIZATION","features":[569]},{"name":"MD_ERROR_CANNOT_REMOVE_SECURE_ATTRIBUTE","features":[569]},{"name":"MD_ERROR_DATA_NOT_FOUND","features":[569]},{"name":"MD_ERROR_IISAO_INVALID_SCHEMA","features":[569]},{"name":"MD_ERROR_INVALID_VERSION","features":[569]},{"name":"MD_ERROR_NOT_INITIALIZED","features":[569]},{"name":"MD_ERROR_NO_SESSION_KEY","features":[569]},{"name":"MD_ERROR_READ_METABASE_FILE","features":[569]},{"name":"MD_ERROR_SECURE_CHANNEL_FAILURE","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_CONTENT_LENGTH","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_DEPTH","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_DESTINATION","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_IF","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_LOCK_TOKEN","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_OVERWRITE","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_REQUEST_BODY","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_TIMEOUT","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_TRANSLATE","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_WEBSOCKET_REQUEST","features":[569]},{"name":"MD_ERROR_SUB400_INVALID_XFF_HEADER","features":[569]},{"name":"MD_ERROR_SUB401_APPLICATION","features":[569]},{"name":"MD_ERROR_SUB401_FILTER","features":[569]},{"name":"MD_ERROR_SUB401_LOGON","features":[569]},{"name":"MD_ERROR_SUB401_LOGON_ACL","features":[569]},{"name":"MD_ERROR_SUB401_LOGON_CONFIG","features":[569]},{"name":"MD_ERROR_SUB401_URLAUTH_POLICY","features":[569]},{"name":"MD_ERROR_SUB403_ADDR_REJECT","features":[569]},{"name":"MD_ERROR_SUB403_APPPOOL_DENIED","features":[569]},{"name":"MD_ERROR_SUB403_CAL_EXCEEDED","features":[569]},{"name":"MD_ERROR_SUB403_CERT_BAD","features":[569]},{"name":"MD_ERROR_SUB403_CERT_REQUIRED","features":[569]},{"name":"MD_ERROR_SUB403_CERT_REVOKED","features":[569]},{"name":"MD_ERROR_SUB403_CERT_TIME_INVALID","features":[569]},{"name":"MD_ERROR_SUB403_DIR_LIST_DENIED","features":[569]},{"name":"MD_ERROR_SUB403_EXECUTE_ACCESS_DENIED","features":[569]},{"name":"MD_ERROR_SUB403_INFINITE_DEPTH_DENIED","features":[569]},{"name":"MD_ERROR_SUB403_INSUFFICIENT_PRIVILEGE_FOR_CGI","features":[569]},{"name":"MD_ERROR_SUB403_INVALID_CNFG","features":[569]},{"name":"MD_ERROR_SUB403_LOCK_TOKEN_REQUIRED","features":[569]},{"name":"MD_ERROR_SUB403_MAPPER_DENY_ACCESS","features":[569]},{"name":"MD_ERROR_SUB403_PASSPORT_LOGIN_FAILURE","features":[569]},{"name":"MD_ERROR_SUB403_PWD_CHANGE","features":[569]},{"name":"MD_ERROR_SUB403_READ_ACCESS_DENIED","features":[569]},{"name":"MD_ERROR_SUB403_SITE_ACCESS_DENIED","features":[569]},{"name":"MD_ERROR_SUB403_SOURCE_ACCESS_DENIED","features":[569]},{"name":"MD_ERROR_SUB403_SSL128_REQUIRED","features":[569]},{"name":"MD_ERROR_SUB403_SSL_REQUIRED","features":[569]},{"name":"MD_ERROR_SUB403_TOO_MANY_USERS","features":[569]},{"name":"MD_ERROR_SUB403_VALIDATION_FAILURE","features":[569]},{"name":"MD_ERROR_SUB403_WRITE_ACCESS_DENIED","features":[569]},{"name":"MD_ERROR_SUB404_DENIED_BY_FILTERING_RULE","features":[569]},{"name":"MD_ERROR_SUB404_DENIED_BY_MIMEMAP","features":[569]},{"name":"MD_ERROR_SUB404_DENIED_BY_POLICY","features":[569]},{"name":"MD_ERROR_SUB404_FILE_ATTRIBUTE_HIDDEN","features":[569]},{"name":"MD_ERROR_SUB404_FILE_EXTENSION_DENIED","features":[569]},{"name":"MD_ERROR_SUB404_HIDDEN_SEGMENT","features":[569]},{"name":"MD_ERROR_SUB404_NO_HANDLER","features":[569]},{"name":"MD_ERROR_SUB404_PRECONDITIONED_HANDLER","features":[569]},{"name":"MD_ERROR_SUB404_QUERY_STRING_SEQUENCE_DENIED","features":[569]},{"name":"MD_ERROR_SUB404_QUERY_STRING_TOO_LONG","features":[569]},{"name":"MD_ERROR_SUB404_SITE_NOT_FOUND","features":[569]},{"name":"MD_ERROR_SUB404_STATICFILE_DAV","features":[569]},{"name":"MD_ERROR_SUB404_TOO_MANY_URL_SEGMENTS","features":[569]},{"name":"MD_ERROR_SUB404_URL_DOUBLE_ESCAPED","features":[569]},{"name":"MD_ERROR_SUB404_URL_HAS_HIGH_BIT_CHARS","features":[569]},{"name":"MD_ERROR_SUB404_URL_SEQUENCE_DENIED","features":[569]},{"name":"MD_ERROR_SUB404_URL_TOO_LONG","features":[569]},{"name":"MD_ERROR_SUB404_VERB_DENIED","features":[569]},{"name":"MD_ERROR_SUB413_CONTENT_LENGTH_TOO_LARGE","features":[569]},{"name":"MD_ERROR_SUB423_LOCK_TOKEN_SUBMITTED","features":[569]},{"name":"MD_ERROR_SUB423_NO_CONFLICTING_LOCK","features":[569]},{"name":"MD_ERROR_SUB500_ASPNET_HANDLERS","features":[569]},{"name":"MD_ERROR_SUB500_ASPNET_IMPERSONATION","features":[569]},{"name":"MD_ERROR_SUB500_ASPNET_MODULES","features":[569]},{"name":"MD_ERROR_SUB500_BAD_METADATA","features":[569]},{"name":"MD_ERROR_SUB500_HANDLERS_MODULE","features":[569]},{"name":"MD_ERROR_SUB500_UNC_ACCESS","features":[569]},{"name":"MD_ERROR_SUB500_URLAUTH_NO_SCOPE","features":[569]},{"name":"MD_ERROR_SUB500_URLAUTH_NO_STORE","features":[569]},{"name":"MD_ERROR_SUB500_URLAUTH_STORE_ERROR","features":[569]},{"name":"MD_ERROR_SUB502_ARR_CONNECTION_ERROR","features":[569]},{"name":"MD_ERROR_SUB502_ARR_NO_SERVER","features":[569]},{"name":"MD_ERROR_SUB502_PREMATURE_EXIT","features":[569]},{"name":"MD_ERROR_SUB502_TIMEOUT","features":[569]},{"name":"MD_ERROR_SUB503_APP_CONCURRENT","features":[569]},{"name":"MD_ERROR_SUB503_ASPNET_QUEUE_FULL","features":[569]},{"name":"MD_ERROR_SUB503_CONNECTION_LIMIT","features":[569]},{"name":"MD_ERROR_SUB503_CPU_LIMIT","features":[569]},{"name":"MD_ERROR_SUB503_FASTCGI_QUEUE_FULL","features":[569]},{"name":"MD_EXIT_MESSAGE","features":[569]},{"name":"MD_EXPORT_INHERITED","features":[569]},{"name":"MD_EXPORT_NODE_ONLY","features":[569]},{"name":"MD_EXTLOG_BYTES_RECV","features":[569]},{"name":"MD_EXTLOG_BYTES_SENT","features":[569]},{"name":"MD_EXTLOG_CLIENT_IP","features":[569]},{"name":"MD_EXTLOG_COMPUTER_NAME","features":[569]},{"name":"MD_EXTLOG_COOKIE","features":[569]},{"name":"MD_EXTLOG_DATE","features":[569]},{"name":"MD_EXTLOG_HOST","features":[569]},{"name":"MD_EXTLOG_HTTP_STATUS","features":[569]},{"name":"MD_EXTLOG_HTTP_SUB_STATUS","features":[569]},{"name":"MD_EXTLOG_METHOD","features":[569]},{"name":"MD_EXTLOG_PROTOCOL_VERSION","features":[569]},{"name":"MD_EXTLOG_REFERER","features":[569]},{"name":"MD_EXTLOG_SERVER_IP","features":[569]},{"name":"MD_EXTLOG_SERVER_PORT","features":[569]},{"name":"MD_EXTLOG_SITE_NAME","features":[569]},{"name":"MD_EXTLOG_TIME","features":[569]},{"name":"MD_EXTLOG_TIME_TAKEN","features":[569]},{"name":"MD_EXTLOG_URI_QUERY","features":[569]},{"name":"MD_EXTLOG_URI_STEM","features":[569]},{"name":"MD_EXTLOG_USERNAME","features":[569]},{"name":"MD_EXTLOG_USER_AGENT","features":[569]},{"name":"MD_EXTLOG_WIN32_STATUS","features":[569]},{"name":"MD_FILTER_DESCRIPTION","features":[569]},{"name":"MD_FILTER_ENABLED","features":[569]},{"name":"MD_FILTER_ENABLE_CACHE","features":[569]},{"name":"MD_FILTER_FLAGS","features":[569]},{"name":"MD_FILTER_IMAGE_PATH","features":[569]},{"name":"MD_FILTER_LOAD_ORDER","features":[569]},{"name":"MD_FILTER_STATE","features":[569]},{"name":"MD_FILTER_STATE_LOADED","features":[569]},{"name":"MD_FILTER_STATE_UNLOADED","features":[569]},{"name":"MD_FOOTER_DOCUMENT","features":[569]},{"name":"MD_FOOTER_ENABLED","features":[569]},{"name":"MD_FRONTPAGE_WEB","features":[569]},{"name":"MD_FTPS_128_BITS","features":[569]},{"name":"MD_FTPS_ALLOW_CCC","features":[569]},{"name":"MD_FTPS_SECURE_ANONYMOUS","features":[569]},{"name":"MD_FTPS_SECURE_CONTROL_CHANNEL","features":[569]},{"name":"MD_FTPS_SECURE_DATA_CHANNEL","features":[569]},{"name":"MD_FTP_KEEP_PARTIAL_UPLOADS","features":[569]},{"name":"MD_FTP_LOG_IN_UTF_8","features":[569]},{"name":"MD_FTP_PASV_RESPONSE_IP","features":[569]},{"name":"MD_FTP_UTF8_FILE_NAMES","features":[569]},{"name":"MD_GLOBAL_BINARY_LOGGING_ENABLED","features":[569]},{"name":"MD_GLOBAL_BINSCHEMATIMESTAMP","features":[569]},{"name":"MD_GLOBAL_CHANGE_NUMBER","features":[569]},{"name":"MD_GLOBAL_EDIT_WHILE_RUNNING_MAJOR_VERSION_NUMBER","features":[569]},{"name":"MD_GLOBAL_EDIT_WHILE_RUNNING_MINOR_VERSION_NUMBER","features":[569]},{"name":"MD_GLOBAL_LOG_IN_UTF_8","features":[569]},{"name":"MD_GLOBAL_SESSIONKEY","features":[569]},{"name":"MD_GLOBAL_STANDARD_APP_MODE_ENABLED","features":[569]},{"name":"MD_GLOBAL_XMLSCHEMATIMESTAMP","features":[569]},{"name":"MD_GREETING_MESSAGE","features":[569]},{"name":"MD_HC_CACHE_CONTROL_HEADER","features":[569]},{"name":"MD_HC_COMPRESSION_BUFFER_SIZE","features":[569]},{"name":"MD_HC_COMPRESSION_DIRECTORY","features":[569]},{"name":"MD_HC_COMPRESSION_DLL","features":[569]},{"name":"MD_HC_CREATE_FLAGS","features":[569]},{"name":"MD_HC_DO_DISK_SPACE_LIMITING","features":[569]},{"name":"MD_HC_DO_DYNAMIC_COMPRESSION","features":[569]},{"name":"MD_HC_DO_NAMESPACE_DYNAMIC_COMPRESSION","features":[569]},{"name":"MD_HC_DO_NAMESPACE_STATIC_COMPRESSION","features":[569]},{"name":"MD_HC_DO_ON_DEMAND_COMPRESSION","features":[569]},{"name":"MD_HC_DO_STATIC_COMPRESSION","features":[569]},{"name":"MD_HC_DYNAMIC_COMPRESSION_LEVEL","features":[569]},{"name":"MD_HC_EXPIRES_HEADER","features":[569]},{"name":"MD_HC_FILES_DELETED_PER_DISK_FREE","features":[569]},{"name":"MD_HC_FILE_EXTENSIONS","features":[569]},{"name":"MD_HC_IO_BUFFER_SIZE","features":[569]},{"name":"MD_HC_MAX_DISK_SPACE_USAGE","features":[569]},{"name":"MD_HC_MAX_QUEUE_LENGTH","features":[569]},{"name":"MD_HC_MIME_TYPE","features":[569]},{"name":"MD_HC_MIN_FILE_SIZE_FOR_COMP","features":[569]},{"name":"MD_HC_NO_COMPRESSION_FOR_HTTP_10","features":[569]},{"name":"MD_HC_NO_COMPRESSION_FOR_PROXIES","features":[569]},{"name":"MD_HC_NO_COMPRESSION_FOR_RANGE","features":[569]},{"name":"MD_HC_ON_DEMAND_COMP_LEVEL","features":[569]},{"name":"MD_HC_PRIORITY","features":[569]},{"name":"MD_HC_SCRIPT_FILE_EXTENSIONS","features":[569]},{"name":"MD_HC_SEND_CACHE_HEADERS","features":[569]},{"name":"MD_HEADER_WAIT_TIMEOUT","features":[569]},{"name":"MD_HISTORY_LATEST","features":[569]},{"name":"MD_HTTPERRORS_EXISTING_RESPONSE","features":[569]},{"name":"MD_HTTP_CUSTOM","features":[569]},{"name":"MD_HTTP_EXPIRES","features":[569]},{"name":"MD_HTTP_FORWARDER_CUSTOM","features":[569]},{"name":"MD_HTTP_PICS","features":[569]},{"name":"MD_HTTP_REDIRECT","features":[569]},{"name":"MD_IISADMIN_EXTENSIONS","features":[569]},{"name":"MD_IMPORT_INHERITED","features":[569]},{"name":"MD_IMPORT_MERGE","features":[569]},{"name":"MD_IMPORT_NODE_ONLY","features":[569]},{"name":"MD_INSERT_PATH_STRING","features":[569]},{"name":"MD_INSERT_PATH_STRINGA","features":[569]},{"name":"MD_IN_PROCESS_ISAPI_APPS","features":[569]},{"name":"MD_IP_SEC","features":[569]},{"name":"MD_ISAPI_RESTRICTION_LIST","features":[569]},{"name":"MD_IS_CONTENT_INDEXED","features":[569]},{"name":"MD_KEY_TYPE","features":[569]},{"name":"MD_LEVELS_TO_SCAN","features":[569]},{"name":"MD_LOAD_BALANCER_CAPABILITIES","features":[569]},{"name":"MD_LOAD_BALANCER_CAPABILITIES_BASIC","features":[569]},{"name":"MD_LOAD_BALANCER_CAPABILITIES_SOPHISTICATED","features":[569]},{"name":"MD_LOCATION","features":[569]},{"name":"MD_LOGCUSTOM_DATATYPE_DOUBLE","features":[569]},{"name":"MD_LOGCUSTOM_DATATYPE_FLOAT","features":[569]},{"name":"MD_LOGCUSTOM_DATATYPE_INT","features":[569]},{"name":"MD_LOGCUSTOM_DATATYPE_LONG","features":[569]},{"name":"MD_LOGCUSTOM_DATATYPE_LPSTR","features":[569]},{"name":"MD_LOGCUSTOM_DATATYPE_LPWSTR","features":[569]},{"name":"MD_LOGCUSTOM_DATATYPE_UINT","features":[569]},{"name":"MD_LOGCUSTOM_DATATYPE_ULONG","features":[569]},{"name":"MD_LOGCUSTOM_PROPERTY_DATATYPE","features":[569]},{"name":"MD_LOGCUSTOM_PROPERTY_HEADER","features":[569]},{"name":"MD_LOGCUSTOM_PROPERTY_ID","features":[569]},{"name":"MD_LOGCUSTOM_PROPERTY_MASK","features":[569]},{"name":"MD_LOGCUSTOM_PROPERTY_NAME","features":[569]},{"name":"MD_LOGCUSTOM_PROPERTY_NODE_ID","features":[569]},{"name":"MD_LOGCUSTOM_SERVICES_STRING","features":[569]},{"name":"MD_LOGEXT_FIELD_MASK","features":[569]},{"name":"MD_LOGEXT_FIELD_MASK2","features":[569]},{"name":"MD_LOGFILE_DIRECTORY","features":[569]},{"name":"MD_LOGFILE_LOCALTIME_ROLLOVER","features":[569]},{"name":"MD_LOGFILE_PERIOD","features":[569]},{"name":"MD_LOGFILE_PERIOD_DAILY","features":[569]},{"name":"MD_LOGFILE_PERIOD_HOURLY","features":[569]},{"name":"MD_LOGFILE_PERIOD_MAXSIZE","features":[569]},{"name":"MD_LOGFILE_PERIOD_MONTHLY","features":[569]},{"name":"MD_LOGFILE_PERIOD_NONE","features":[569]},{"name":"MD_LOGFILE_PERIOD_WEEKLY","features":[569]},{"name":"MD_LOGFILE_TRUNCATE_SIZE","features":[569]},{"name":"MD_LOGON_BATCH","features":[569]},{"name":"MD_LOGON_INTERACTIVE","features":[569]},{"name":"MD_LOGON_METHOD","features":[569]},{"name":"MD_LOGON_NETWORK","features":[569]},{"name":"MD_LOGON_NETWORK_CLEARTEXT","features":[569]},{"name":"MD_LOGSQL_DATA_SOURCES","features":[569]},{"name":"MD_LOGSQL_PASSWORD","features":[569]},{"name":"MD_LOGSQL_TABLE_NAME","features":[569]},{"name":"MD_LOGSQL_USER_NAME","features":[569]},{"name":"MD_LOG_ANONYMOUS","features":[569]},{"name":"MD_LOG_NONANONYMOUS","features":[569]},{"name":"MD_LOG_PLUGINS_AVAILABLE","features":[569]},{"name":"MD_LOG_PLUGIN_MOD_ID","features":[569]},{"name":"MD_LOG_PLUGIN_ORDER","features":[569]},{"name":"MD_LOG_PLUGIN_UI_ID","features":[569]},{"name":"MD_LOG_TYPE","features":[569]},{"name":"MD_LOG_TYPE_DISABLED","features":[569]},{"name":"MD_LOG_TYPE_ENABLED","features":[569]},{"name":"MD_LOG_UNUSED1","features":[569]},{"name":"MD_MAX_BANDWIDTH","features":[569]},{"name":"MD_MAX_BANDWIDTH_BLOCKED","features":[569]},{"name":"MD_MAX_CHANGE_ENTRIES","features":[569]},{"name":"MD_MAX_CLIENTS_MESSAGE","features":[569]},{"name":"MD_MAX_CONNECTIONS","features":[569]},{"name":"MD_MAX_ENDPOINT_CONNECTIONS","features":[569]},{"name":"MD_MAX_ERROR_FILES","features":[569]},{"name":"MD_MAX_GLOBAL_BANDWIDTH","features":[569]},{"name":"MD_MAX_GLOBAL_CONNECTIONS","features":[569]},{"name":"MD_MAX_REQUEST_ENTITY_ALLOWED","features":[569]},{"name":"MD_MD_SERVER_SS_AUTH_MAPPING","features":[569]},{"name":"MD_METADATA_ID_REGISTRATION","features":[569]},{"name":"MD_MIME_MAP","features":[569]},{"name":"MD_MIN_FILE_BYTES_PER_SEC","features":[569]},{"name":"MD_MSDOS_DIR_OUTPUT","features":[569]},{"name":"MD_NETLOGON_WKS_DNS","features":[569]},{"name":"MD_NETLOGON_WKS_IP","features":[569]},{"name":"MD_NETLOGON_WKS_NONE","features":[569]},{"name":"MD_NET_LOGON_WKS","features":[569]},{"name":"MD_NOTIFEXAUTH_NTLMSSL","features":[569]},{"name":"MD_NOTIFY_ACCESS_DENIED","features":[569]},{"name":"MD_NOTIFY_AUTHENTICATION","features":[569]},{"name":"MD_NOTIFY_AUTH_COMPLETE","features":[569]},{"name":"MD_NOTIFY_END_OF_NET_SESSION","features":[569]},{"name":"MD_NOTIFY_END_OF_REQUEST","features":[569]},{"name":"MD_NOTIFY_LOG","features":[569]},{"name":"MD_NOTIFY_NONSECURE_PORT","features":[569]},{"name":"MD_NOTIFY_ORDER_DEFAULT","features":[569]},{"name":"MD_NOTIFY_ORDER_HIGH","features":[569]},{"name":"MD_NOTIFY_ORDER_LOW","features":[569]},{"name":"MD_NOTIFY_ORDER_MEDIUM","features":[569]},{"name":"MD_NOTIFY_PREPROC_HEADERS","features":[569]},{"name":"MD_NOTIFY_READ_RAW_DATA","features":[569]},{"name":"MD_NOTIFY_SECURE_PORT","features":[569]},{"name":"MD_NOTIFY_SEND_RAW_DATA","features":[569]},{"name":"MD_NOTIFY_SEND_RESPONSE","features":[569]},{"name":"MD_NOTIFY_URL_MAP","features":[569]},{"name":"MD_NOT_DELETABLE","features":[569]},{"name":"MD_NTAUTHENTICATION_PROVIDERS","features":[569]},{"name":"MD_PASSIVE_PORT_RANGE","features":[569]},{"name":"MD_PASSPORT_NEED_MAPPING","features":[569]},{"name":"MD_PASSPORT_NO_MAPPING","features":[569]},{"name":"MD_PASSPORT_REQUIRE_AD_MAPPING","features":[569]},{"name":"MD_PASSPORT_TRY_MAPPING","features":[569]},{"name":"MD_POOL_IDC_TIMEOUT","features":[569]},{"name":"MD_PROCESS_NTCR_IF_LOGGED_ON","features":[569]},{"name":"MD_PUT_READ_SIZE","features":[569]},{"name":"MD_RAPID_FAIL_PROTECTION_INTERVAL","features":[569]},{"name":"MD_RAPID_FAIL_PROTECTION_MAX_CRASHES","features":[569]},{"name":"MD_REALM","features":[569]},{"name":"MD_REDIRECT_HEADERS","features":[569]},{"name":"MD_RESTRICTION_LIST_CUSTOM_DESC","features":[569]},{"name":"MD_ROOT_ENABLE_EDIT_WHILE_RUNNING","features":[569]},{"name":"MD_ROOT_ENABLE_HISTORY","features":[569]},{"name":"MD_ROOT_MAX_HISTORY_FILES","features":[569]},{"name":"MD_SCHEMA_METAID","features":[569]},{"name":"MD_SCRIPTMAPFLAG_ALLOWED_ON_READ_DIR","features":[569]},{"name":"MD_SCRIPTMAPFLAG_CHECK_PATH_INFO","features":[569]},{"name":"MD_SCRIPTMAPFLAG_SCRIPT","features":[569]},{"name":"MD_SCRIPT_MAPS","features":[569]},{"name":"MD_SCRIPT_TIMEOUT","features":[569]},{"name":"MD_SECURE_BINDINGS","features":[569]},{"name":"MD_SECURITY_SETUP_REQUIRED","features":[569]},{"name":"MD_SERVER_AUTOSTART","features":[569]},{"name":"MD_SERVER_BINDINGS","features":[569]},{"name":"MD_SERVER_COMMAND","features":[569]},{"name":"MD_SERVER_COMMAND_CONTINUE","features":[569]},{"name":"MD_SERVER_COMMAND_PAUSE","features":[569]},{"name":"MD_SERVER_COMMAND_START","features":[569]},{"name":"MD_SERVER_COMMAND_STOP","features":[569]},{"name":"MD_SERVER_COMMENT","features":[569]},{"name":"MD_SERVER_CONFIGURATION_INFO","features":[569]},{"name":"MD_SERVER_CONFIG_ALLOW_ENCRYPT","features":[569]},{"name":"MD_SERVER_CONFIG_AUTO_PW_SYNC","features":[569]},{"name":"MD_SERVER_CONFIG_SSL_128","features":[569]},{"name":"MD_SERVER_CONFIG_SSL_40","features":[569]},{"name":"MD_SERVER_LISTEN_BACKLOG","features":[569]},{"name":"MD_SERVER_LISTEN_TIMEOUT","features":[569]},{"name":"MD_SERVER_SIZE","features":[569]},{"name":"MD_SERVER_SIZE_LARGE","features":[569]},{"name":"MD_SERVER_SIZE_MEDIUM","features":[569]},{"name":"MD_SERVER_SIZE_SMALL","features":[569]},{"name":"MD_SERVER_STATE","features":[569]},{"name":"MD_SERVER_STATE_CONTINUING","features":[569]},{"name":"MD_SERVER_STATE_PAUSED","features":[569]},{"name":"MD_SERVER_STATE_PAUSING","features":[569]},{"name":"MD_SERVER_STATE_STARTED","features":[569]},{"name":"MD_SERVER_STATE_STARTING","features":[569]},{"name":"MD_SERVER_STATE_STOPPED","features":[569]},{"name":"MD_SERVER_STATE_STOPPING","features":[569]},{"name":"MD_SET_HOST_NAME","features":[569]},{"name":"MD_SHOW_4_DIGIT_YEAR","features":[569]},{"name":"MD_SSI_EXEC_DISABLED","features":[569]},{"name":"MD_SSL_ACCESS_PERM","features":[569]},{"name":"MD_SSL_ALWAYS_NEGO_CLIENT_CERT","features":[569]},{"name":"MD_SSL_KEY_PASSWORD","features":[569]},{"name":"MD_SSL_KEY_REQUEST","features":[569]},{"name":"MD_SSL_PRIVATE_KEY","features":[569]},{"name":"MD_SSL_PUBLIC_KEY","features":[569]},{"name":"MD_SSL_USE_DS_MAPPER","features":[569]},{"name":"MD_STOP_LISTENING","features":[569]},{"name":"MD_SUPPRESS_DEFAULT_BANNER","features":[569]},{"name":"MD_UPLOAD_READAHEAD_SIZE","features":[569]},{"name":"MD_URL_AUTHORIZATION_IMPERSONATION_LEVEL","features":[569]},{"name":"MD_URL_AUTHORIZATION_SCOPE_NAME","features":[569]},{"name":"MD_URL_AUTHORIZATION_STORE_NAME","features":[569]},{"name":"MD_USER_ISOLATION","features":[569]},{"name":"MD_USER_ISOLATION_AD","features":[569]},{"name":"MD_USER_ISOLATION_BASIC","features":[569]},{"name":"MD_USER_ISOLATION_LAST","features":[569]},{"name":"MD_USER_ISOLATION_NONE","features":[569]},{"name":"MD_USE_DIGEST_SSP","features":[569]},{"name":"MD_USE_HOST_NAME","features":[569]},{"name":"MD_VR_IGNORE_TRANSLATE","features":[569]},{"name":"MD_VR_NO_CACHE","features":[569]},{"name":"MD_VR_PASSTHROUGH","features":[569]},{"name":"MD_VR_PASSWORD","features":[569]},{"name":"MD_VR_PATH","features":[569]},{"name":"MD_VR_USERNAME","features":[569]},{"name":"MD_WAM_PWD","features":[569]},{"name":"MD_WAM_USER_NAME","features":[569]},{"name":"MD_WARNING_DUP_NAME","features":[569]},{"name":"MD_WARNING_INVALID_DATA","features":[569]},{"name":"MD_WARNING_PATH_NOT_FOUND","features":[569]},{"name":"MD_WARNING_PATH_NOT_INSERTED","features":[569]},{"name":"MD_WARNING_SAVE_FAILED","features":[569]},{"name":"MD_WEBDAV_MAX_ATTRIBUTES_PER_ELEMENT","features":[569]},{"name":"MD_WEB_SVC_EXT_RESTRICTION_LIST","features":[569]},{"name":"MD_WIN32_ERROR","features":[569]},{"name":"METADATATYPES","features":[569]},{"name":"METADATA_DONT_EXPAND","features":[569]},{"name":"METADATA_GETALL_INTERNAL_RECORD","features":[569]},{"name":"METADATA_GETALL_RECORD","features":[569]},{"name":"METADATA_HANDLE_INFO","features":[569]},{"name":"METADATA_INHERIT","features":[569]},{"name":"METADATA_INSERT_PATH","features":[569]},{"name":"METADATA_ISINHERITED","features":[569]},{"name":"METADATA_LOCAL_MACHINE_ONLY","features":[569]},{"name":"METADATA_MASTER_ROOT_HANDLE","features":[569]},{"name":"METADATA_MAX_NAME_LEN","features":[569]},{"name":"METADATA_NON_SECURE_ONLY","features":[569]},{"name":"METADATA_NO_ATTRIBUTES","features":[569]},{"name":"METADATA_PARTIAL_PATH","features":[569]},{"name":"METADATA_PERMISSION_READ","features":[569]},{"name":"METADATA_PERMISSION_WRITE","features":[569]},{"name":"METADATA_RECORD","features":[569]},{"name":"METADATA_REFERENCE","features":[569]},{"name":"METADATA_SECURE","features":[569]},{"name":"METADATA_VOLATILE","features":[569]},{"name":"MSCS_MD_ID_BEGIN_RESERVED","features":[569]},{"name":"MSCS_MD_ID_END_RESERVED","features":[569]},{"name":"MULTISZ_METADATA","features":[569]},{"name":"NNTP_MD_ID_BEGIN_RESERVED","features":[569]},{"name":"NNTP_MD_ID_END_RESERVED","features":[569]},{"name":"PFN_GETEXTENSIONVERSION","features":[305,569]},{"name":"PFN_HSE_CACHE_INVALIDATION_CALLBACK","features":[569]},{"name":"PFN_HSE_GET_PROTOCOL_MANAGER_CUSTOM_INTERFACE_CALLBACK","features":[569]},{"name":"PFN_HSE_IO_COMPLETION","features":[305,569]},{"name":"PFN_HTTPEXTENSIONPROC","features":[305,569]},{"name":"PFN_IIS_GETSERVERVARIABLE","features":[305,569]},{"name":"PFN_IIS_READCLIENT","features":[305,569]},{"name":"PFN_IIS_SERVERSUPPORTFUNCTION","features":[305,569]},{"name":"PFN_IIS_WRITECLIENT","features":[305,569]},{"name":"PFN_TERMINATEEXTENSION","features":[305,569]},{"name":"PFN_WEB_CORE_ACTIVATE","features":[569]},{"name":"PFN_WEB_CORE_SET_METADATA_DLL_ENTRY","features":[569]},{"name":"PFN_WEB_CORE_SHUTDOWN","features":[569]},{"name":"POP3_MD_ID_BEGIN_RESERVED","features":[569]},{"name":"POP3_MD_ID_END_RESERVED","features":[569]},{"name":"POST_PROCESS_PARAMETERS","features":[305,569]},{"name":"PRE_PROCESS_PARAMETERS","features":[305,569]},{"name":"SF_DENIED_APPLICATION","features":[569]},{"name":"SF_DENIED_BY_CONFIG","features":[569]},{"name":"SF_DENIED_FILTER","features":[569]},{"name":"SF_DENIED_LOGON","features":[569]},{"name":"SF_DENIED_RESOURCE","features":[569]},{"name":"SF_MAX_AUTH_TYPE","features":[569]},{"name":"SF_MAX_FILTER_DESC_LEN","features":[569]},{"name":"SF_MAX_PASSWORD","features":[569]},{"name":"SF_MAX_USERNAME","features":[569]},{"name":"SF_NOTIFY_ACCESS_DENIED","features":[569]},{"name":"SF_NOTIFY_AUTHENTICATION","features":[569]},{"name":"SF_NOTIFY_AUTH_COMPLETE","features":[569]},{"name":"SF_NOTIFY_END_OF_NET_SESSION","features":[569]},{"name":"SF_NOTIFY_END_OF_REQUEST","features":[569]},{"name":"SF_NOTIFY_LOG","features":[569]},{"name":"SF_NOTIFY_NONSECURE_PORT","features":[569]},{"name":"SF_NOTIFY_ORDER_DEFAULT","features":[569]},{"name":"SF_NOTIFY_ORDER_HIGH","features":[569]},{"name":"SF_NOTIFY_ORDER_LOW","features":[569]},{"name":"SF_NOTIFY_ORDER_MEDIUM","features":[569]},{"name":"SF_NOTIFY_PREPROC_HEADERS","features":[569]},{"name":"SF_NOTIFY_READ_RAW_DATA","features":[569]},{"name":"SF_NOTIFY_SECURE_PORT","features":[569]},{"name":"SF_NOTIFY_SEND_RAW_DATA","features":[569]},{"name":"SF_NOTIFY_SEND_RESPONSE","features":[569]},{"name":"SF_NOTIFY_URL_MAP","features":[569]},{"name":"SF_PROPERTY_IIS","features":[569]},{"name":"SF_PROPERTY_INSTANCE_NUM_ID","features":[569]},{"name":"SF_PROPERTY_SSL_CTXT","features":[569]},{"name":"SF_REQ_ADD_HEADERS_ON_DENIAL","features":[569]},{"name":"SF_REQ_DISABLE_NOTIFICATIONS","features":[569]},{"name":"SF_REQ_GET_CONNID","features":[569]},{"name":"SF_REQ_GET_PROPERTY","features":[569]},{"name":"SF_REQ_NORMALIZE_URL","features":[569]},{"name":"SF_REQ_SEND_RESPONSE_HEADER","features":[569]},{"name":"SF_REQ_SET_CERTIFICATE_INFO","features":[569]},{"name":"SF_REQ_SET_NEXT_READ_SIZE","features":[569]},{"name":"SF_REQ_SET_PROXY_INFO","features":[569]},{"name":"SF_REQ_TYPE","features":[569]},{"name":"SF_STATUS_REQ_ERROR","features":[569]},{"name":"SF_STATUS_REQ_FINISHED","features":[569]},{"name":"SF_STATUS_REQ_FINISHED_KEEP_CONN","features":[569]},{"name":"SF_STATUS_REQ_HANDLED_NOTIFICATION","features":[569]},{"name":"SF_STATUS_REQ_NEXT_NOTIFICATION","features":[569]},{"name":"SF_STATUS_REQ_READ_NEXT","features":[569]},{"name":"SF_STATUS_TYPE","features":[569]},{"name":"SMTP_MD_ID_BEGIN_RESERVED","features":[569]},{"name":"SMTP_MD_ID_END_RESERVED","features":[569]},{"name":"STRING_METADATA","features":[569]},{"name":"USER_MD_ID_BASE_RESERVED","features":[569]},{"name":"WAM_MD_ID_BEGIN_RESERVED","features":[569]},{"name":"WAM_MD_ID_END_RESERVED","features":[569]},{"name":"WAM_MD_SERVER_BASE","features":[569]},{"name":"WEBDAV_MD_SERVER_BASE","features":[569]},{"name":"WEB_CORE_ACTIVATE_DLL_ENTRY","features":[569]},{"name":"WEB_CORE_DLL_NAME","features":[569]},{"name":"WEB_CORE_SET_METADATA_DLL_ENTRY","features":[569]},{"name":"WEB_CORE_SHUTDOWN_DLL_ENTRY","features":[569]}],"582":[{"name":"ABL_5_WO","features":[326]},{"name":"ADR_1","features":[326]},{"name":"ADR_2","features":[326]},{"name":"AIT1_8mm","features":[326]},{"name":"AIT_8mm","features":[326]},{"name":"AME_8mm","features":[326]},{"name":"ASSERT_ALTERNATE","features":[326]},{"name":"ASSERT_PRIMARY","features":[326]},{"name":"ASYNC_DUPLICATE_EXTENTS_STATUS","features":[326]},{"name":"ATAPI_ID_CMD","features":[326]},{"name":"AVATAR_F2","features":[326]},{"name":"AllElements","features":[326]},{"name":"AtaDataTypeIdentify","features":[326]},{"name":"AtaDataTypeLogPage","features":[326]},{"name":"AtaDataTypeUnknown","features":[326]},{"name":"BIN_COUNT","features":[326]},{"name":"BIN_RANGE","features":[326]},{"name":"BIN_RESULTS","features":[326]},{"name":"BIN_TYPES","features":[326]},{"name":"BOOT_AREA_INFO","features":[326]},{"name":"BULK_SECURITY_TEST_DATA","features":[326]},{"name":"CAP_ATAPI_ID_CMD","features":[326]},{"name":"CAP_ATA_ID_CMD","features":[326]},{"name":"CAP_SMART_CMD","features":[326]},{"name":"CDB_SIZE","features":[326]},{"name":"CD_R","features":[326]},{"name":"CD_ROM","features":[326]},{"name":"CD_RW","features":[326]},{"name":"CHANGER_BAR_CODE_SCANNER_INSTALLED","features":[326]},{"name":"CHANGER_CARTRIDGE_MAGAZINE","features":[326]},{"name":"CHANGER_CLEANER_ACCESS_NOT_VALID","features":[326]},{"name":"CHANGER_CLEANER_AUTODISMOUNT","features":[326]},{"name":"CHANGER_CLEANER_OPS_NOT_SUPPORTED","features":[326]},{"name":"CHANGER_CLEANER_SLOT","features":[326]},{"name":"CHANGER_CLOSE_IEPORT","features":[326]},{"name":"CHANGER_DEVICE_PROBLEM_TYPE","features":[326]},{"name":"CHANGER_DEVICE_REINITIALIZE_CAPABLE","features":[326]},{"name":"CHANGER_DRIVE_CLEANING_REQUIRED","features":[326]},{"name":"CHANGER_DRIVE_EMPTY_ON_DOOR_ACCESS","features":[326]},{"name":"CHANGER_ELEMENT","features":[326]},{"name":"CHANGER_ELEMENT_LIST","features":[326]},{"name":"CHANGER_ELEMENT_STATUS","features":[326]},{"name":"CHANGER_ELEMENT_STATUS_EX","features":[326]},{"name":"CHANGER_ELEMENT_STATUS_FLAGS","features":[326]},{"name":"CHANGER_EXCHANGE_MEDIA","features":[326]},{"name":"CHANGER_EXCHANGE_MEDIUM","features":[305,326]},{"name":"CHANGER_FEATURES","features":[326]},{"name":"CHANGER_IEPORT_USER_CONTROL_CLOSE","features":[326]},{"name":"CHANGER_IEPORT_USER_CONTROL_OPEN","features":[326]},{"name":"CHANGER_INITIALIZE_ELEMENT_STATUS","features":[305,326]},{"name":"CHANGER_INIT_ELEM_STAT_WITH_RANGE","features":[326]},{"name":"CHANGER_KEYPAD_ENABLE_DISABLE","features":[326]},{"name":"CHANGER_LOCK_UNLOCK","features":[326]},{"name":"CHANGER_MEDIUM_FLIP","features":[326]},{"name":"CHANGER_MOVE_EXTENDS_IEPORT","features":[326]},{"name":"CHANGER_MOVE_MEDIUM","features":[305,326]},{"name":"CHANGER_MOVE_RETRACTS_IEPORT","features":[326]},{"name":"CHANGER_OPEN_IEPORT","features":[326]},{"name":"CHANGER_POSITION_TO_ELEMENT","features":[326]},{"name":"CHANGER_PREDISMOUNT_ALIGN_TO_DRIVE","features":[326]},{"name":"CHANGER_PREDISMOUNT_ALIGN_TO_SLOT","features":[326]},{"name":"CHANGER_PREDISMOUNT_EJECT_REQUIRED","features":[326]},{"name":"CHANGER_PREMOUNT_EJECT_REQUIRED","features":[326]},{"name":"CHANGER_PRODUCT_DATA","features":[326]},{"name":"CHANGER_READ_ELEMENT_STATUS","features":[305,326]},{"name":"CHANGER_REPORT_IEPORT_STATE","features":[326]},{"name":"CHANGER_RESERVED_BIT","features":[326]},{"name":"CHANGER_RTN_MEDIA_TO_ORIGINAL_ADDR","features":[326]},{"name":"CHANGER_SEND_VOLUME_TAG_INFORMATION","features":[326]},{"name":"CHANGER_SERIAL_NUMBER_VALID","features":[326]},{"name":"CHANGER_SET_ACCESS","features":[326]},{"name":"CHANGER_SET_POSITION","features":[305,326]},{"name":"CHANGER_SLOTS_USE_TRAYS","features":[326]},{"name":"CHANGER_STATUS_NON_VOLATILE","features":[326]},{"name":"CHANGER_STORAGE_DRIVE","features":[326]},{"name":"CHANGER_STORAGE_IEPORT","features":[326]},{"name":"CHANGER_STORAGE_SLOT","features":[326]},{"name":"CHANGER_STORAGE_TRANSPORT","features":[326]},{"name":"CHANGER_TO_DRIVE","features":[326]},{"name":"CHANGER_TO_IEPORT","features":[326]},{"name":"CHANGER_TO_SLOT","features":[326]},{"name":"CHANGER_TO_TRANSPORT","features":[326]},{"name":"CHANGER_TRUE_EXCHANGE_CAPABLE","features":[326]},{"name":"CHANGER_VOLUME_ASSERT","features":[326]},{"name":"CHANGER_VOLUME_IDENTIFICATION","features":[326]},{"name":"CHANGER_VOLUME_REPLACE","features":[326]},{"name":"CHANGER_VOLUME_SEARCH","features":[326]},{"name":"CHANGER_VOLUME_UNDEFINE","features":[326]},{"name":"CHECKSUM_TYPE_CRC32","features":[326]},{"name":"CHECKSUM_TYPE_CRC64","features":[326]},{"name":"CHECKSUM_TYPE_ECC","features":[326]},{"name":"CHECKSUM_TYPE_FIRST_UNUSED_TYPE","features":[326]},{"name":"CHECKSUM_TYPE_NONE","features":[326]},{"name":"CHECKSUM_TYPE_SHA256","features":[326]},{"name":"CLASS_MEDIA_CHANGE_CONTEXT","features":[326]},{"name":"CLEANER_CARTRIDGE","features":[326]},{"name":"CLUSTER_RANGE","features":[326]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_DO_NOT_MAP_NAME","features":[326]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_EXCEPTION_ROOT","features":[326]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_ROOT","features":[326]},{"name":"CONTAINER_ROOT_INFO_FLAG_BIND_TARGET_ROOT","features":[326]},{"name":"CONTAINER_ROOT_INFO_FLAG_LAYER_ROOT","features":[326]},{"name":"CONTAINER_ROOT_INFO_FLAG_SCRATCH_ROOT","features":[326]},{"name":"CONTAINER_ROOT_INFO_FLAG_UNION_LAYER_ROOT","features":[326]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_EXCEPTION_ROOT","features":[326]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_ROOT","features":[326]},{"name":"CONTAINER_ROOT_INFO_FLAG_VIRTUALIZATION_TARGET_ROOT","features":[326]},{"name":"CONTAINER_ROOT_INFO_INPUT","features":[326]},{"name":"CONTAINER_ROOT_INFO_OUTPUT","features":[326]},{"name":"CONTAINER_ROOT_INFO_VALID_FLAGS","features":[326]},{"name":"CONTAINER_VOLUME_STATE","features":[326]},{"name":"CONTAINER_VOLUME_STATE_HOSTING_CONTAINER","features":[326]},{"name":"COPYFILE_SIS_FLAGS","features":[326]},{"name":"COPYFILE_SIS_LINK","features":[326]},{"name":"COPYFILE_SIS_REPLACE","features":[326]},{"name":"CREATE_DISK","features":[326]},{"name":"CREATE_DISK_GPT","features":[326]},{"name":"CREATE_DISK_MBR","features":[326]},{"name":"CREATE_USN_JOURNAL_DATA","features":[326]},{"name":"CSVFS_DISK_CONNECTIVITY","features":[326]},{"name":"CSV_CONTROL_OP","features":[326]},{"name":"CSV_CONTROL_PARAM","features":[326]},{"name":"CSV_INVALID_DEVICE_NUMBER","features":[326]},{"name":"CSV_IS_OWNED_BY_CSVFS","features":[305,326]},{"name":"CSV_MGMTLOCK_CHECK_VOLUME_REDIRECTED","features":[326]},{"name":"CSV_MGMT_LOCK","features":[326]},{"name":"CSV_NAMESPACE_INFO","features":[326]},{"name":"CSV_QUERY_FILE_REVISION","features":[326]},{"name":"CSV_QUERY_FILE_REVISION_FILE_ID_128","features":[325,326]},{"name":"CSV_QUERY_MDS_PATH","features":[326]},{"name":"CSV_QUERY_MDS_PATH_FLAG_CSV_DIRECT_IO_ENABLED","features":[326]},{"name":"CSV_QUERY_MDS_PATH_FLAG_SMB_BYPASS_CSV_ENABLED","features":[326]},{"name":"CSV_QUERY_MDS_PATH_FLAG_STORAGE_ON_THIS_NODE_IS_CONNECTED","features":[326]},{"name":"CSV_QUERY_MDS_PATH_V2","features":[326]},{"name":"CSV_QUERY_MDS_PATH_V2_VERSION_1","features":[326]},{"name":"CSV_QUERY_REDIRECT_STATE","features":[305,326]},{"name":"CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT","features":[326]},{"name":"CSV_QUERY_VOLUME_ID","features":[326]},{"name":"CSV_QUERY_VOLUME_REDIRECT_STATE","features":[305,326]},{"name":"CSV_SET_VOLUME_ID","features":[326]},{"name":"CYGNET_12_WO","features":[326]},{"name":"ChangerDoor","features":[326]},{"name":"ChangerDrive","features":[326]},{"name":"ChangerIEPort","features":[326]},{"name":"ChangerKeypad","features":[326]},{"name":"ChangerMaxElement","features":[326]},{"name":"ChangerSlot","features":[326]},{"name":"ChangerTransport","features":[326]},{"name":"CsvControlDisableCaching","features":[326]},{"name":"CsvControlEnableCaching","features":[326]},{"name":"CsvControlEnableUSNRangeModificationTracking","features":[326]},{"name":"CsvControlGetCsvFsMdsPathV2","features":[326]},{"name":"CsvControlMarkHandleLocalVolumeMount","features":[326]},{"name":"CsvControlQueryFileRevision","features":[326]},{"name":"CsvControlQueryFileRevisionFileId128","features":[326]},{"name":"CsvControlQueryMdsPath","features":[326]},{"name":"CsvControlQueryMdsPathNoPause","features":[326]},{"name":"CsvControlQueryRedirectState","features":[326]},{"name":"CsvControlQueryVolumeId","features":[326]},{"name":"CsvControlQueryVolumeRedirectState","features":[326]},{"name":"CsvControlSetVolumeId","features":[326]},{"name":"CsvControlStartForceDFO","features":[326]},{"name":"CsvControlStartRedirectFile","features":[326]},{"name":"CsvControlStopForceDFO","features":[326]},{"name":"CsvControlStopRedirectFile","features":[326]},{"name":"CsvControlUnmarkHandleLocalVolumeMount","features":[326]},{"name":"CsvFsDiskConnectivityAllNodes","features":[326]},{"name":"CsvFsDiskConnectivityMdsNodeOnly","features":[326]},{"name":"CsvFsDiskConnectivityNone","features":[326]},{"name":"CsvFsDiskConnectivitySubsetOfNodes","features":[326]},{"name":"DAX_ALLOC_ALIGNMENT_FLAG_FALLBACK_SPECIFIED","features":[326]},{"name":"DAX_ALLOC_ALIGNMENT_FLAG_MANDATORY","features":[326]},{"name":"DDS_4mm","features":[326]},{"name":"DDUMP_FLAG_DATA_READ_FROM_DEVICE","features":[326]},{"name":"DECRYPTION_STATUS_BUFFER","features":[305,326]},{"name":"DELETE_USN_JOURNAL_DATA","features":[326]},{"name":"DETECTION_TYPE","features":[326]},{"name":"DEVICEDUMP_CAP_PRIVATE_SECTION","features":[326]},{"name":"DEVICEDUMP_CAP_RESTRICTED_SECTION","features":[326]},{"name":"DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE","features":[326]},{"name":"DEVICEDUMP_MAX_IDSTRING","features":[326]},{"name":"DEVICEDUMP_PRIVATE_SUBSECTION","features":[326]},{"name":"DEVICEDUMP_PUBLIC_SUBSECTION","features":[326]},{"name":"DEVICEDUMP_RESTRICTED_SUBSECTION","features":[326]},{"name":"DEVICEDUMP_SECTION_HEADER","features":[326]},{"name":"DEVICEDUMP_STORAGEDEVICE_DATA","features":[326]},{"name":"DEVICEDUMP_STORAGESTACK_PUBLIC_DUMP","features":[326]},{"name":"DEVICEDUMP_STORAGESTACK_PUBLIC_STATE_RECORD","features":[326]},{"name":"DEVICEDUMP_STRUCTURE_VERSION","features":[326]},{"name":"DEVICEDUMP_STRUCTURE_VERSION_V1","features":[326]},{"name":"DEVICEDUMP_SUBSECTION_POINTER","features":[326]},{"name":"DEVICE_COPY_OFFLOAD_DESCRIPTOR","features":[326]},{"name":"DEVICE_DATA_SET_LBP_STATE_PARAMETERS","features":[326]},{"name":"DEVICE_DATA_SET_LBP_STATE_PARAMETERS_VERSION_V1","features":[326]},{"name":"DEVICE_DATA_SET_LB_PROVISIONING_STATE","features":[326]},{"name":"DEVICE_DATA_SET_LB_PROVISIONING_STATE_V2","features":[326]},{"name":"DEVICE_DATA_SET_RANGE","features":[326]},{"name":"DEVICE_DATA_SET_REPAIR_OUTPUT","features":[326]},{"name":"DEVICE_DATA_SET_REPAIR_PARAMETERS","features":[326]},{"name":"DEVICE_DATA_SET_SCRUB_EX_OUTPUT","features":[326]},{"name":"DEVICE_DATA_SET_SCRUB_OUTPUT","features":[326]},{"name":"DEVICE_DATA_SET_TOPOLOGY_ID_QUERY_OUTPUT","features":[326]},{"name":"DEVICE_DSM_CONVERSION_OUTPUT","features":[326]},{"name":"DEVICE_DSM_DEFINITION","features":[305,326]},{"name":"DEVICE_DSM_FLAG_ALLOCATION_CONSOLIDATEABLE_ONLY","features":[326]},{"name":"DEVICE_DSM_FLAG_ENTIRE_DATA_SET_RANGE","features":[326]},{"name":"DEVICE_DSM_FLAG_PHYSICAL_ADDRESSES_OMIT_TOTAL_RANGES","features":[326]},{"name":"DEVICE_DSM_FLAG_REPAIR_INPUT_TOPOLOGY_ID_PRESENT","features":[326]},{"name":"DEVICE_DSM_FLAG_REPAIR_OUTPUT_PARITY_EXTENT","features":[326]},{"name":"DEVICE_DSM_FLAG_SCRUB_OUTPUT_PARITY_EXTENT","features":[326]},{"name":"DEVICE_DSM_FLAG_SCRUB_SKIP_IN_SYNC","features":[326]},{"name":"DEVICE_DSM_FLAG_TRIM_BYPASS_RZAT","features":[326]},{"name":"DEVICE_DSM_FLAG_TRIM_NOT_FS_ALLOCATED","features":[326]},{"name":"DEVICE_DSM_FREE_SPACE_OUTPUT","features":[326]},{"name":"DEVICE_DSM_LOST_QUERY_OUTPUT","features":[326]},{"name":"DEVICE_DSM_LOST_QUERY_PARAMETERS","features":[326]},{"name":"DEVICE_DSM_NOTIFICATION_PARAMETERS","features":[326]},{"name":"DEVICE_DSM_NOTIFY_FLAG_BEGIN","features":[326]},{"name":"DEVICE_DSM_NOTIFY_FLAG_END","features":[326]},{"name":"DEVICE_DSM_NVCACHE_CHANGE_PRIORITY_PARAMETERS","features":[326]},{"name":"DEVICE_DSM_OFFLOAD_READ_PARAMETERS","features":[326]},{"name":"DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS","features":[326]},{"name":"DEVICE_DSM_PARAMETERS_V1","features":[326]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT","features":[326]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT_V1","features":[326]},{"name":"DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT_VERSION_V1","features":[326]},{"name":"DEVICE_DSM_RANGE_ERROR_INFO","features":[326]},{"name":"DEVICE_DSM_RANGE_ERROR_INFO_VERSION_V1","features":[326]},{"name":"DEVICE_DSM_RANGE_ERROR_OUTPUT_V1","features":[326]},{"name":"DEVICE_DSM_REPORT_ZONES_DATA","features":[305,326]},{"name":"DEVICE_DSM_REPORT_ZONES_PARAMETERS","features":[326]},{"name":"DEVICE_DSM_TIERING_QUERY_INPUT","features":[326]},{"name":"DEVICE_DSM_TIERING_QUERY_OUTPUT","features":[326]},{"name":"DEVICE_INTERNAL_STATUS_DATA","features":[326]},{"name":"DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE","features":[326]},{"name":"DEVICE_INTERNAL_STATUS_DATA_SET","features":[326]},{"name":"DEVICE_LB_PROVISIONING_DESCRIPTOR","features":[326]},{"name":"DEVICE_LOCATION","features":[326]},{"name":"DEVICE_MANAGE_DATA_SET_ATTRIBUTES","features":[326]},{"name":"DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT","features":[326]},{"name":"DEVICE_MEDIA_INFO","features":[325,326]},{"name":"DEVICE_POWER_DESCRIPTOR","features":[305,326]},{"name":"DEVICE_SEEK_PENALTY_DESCRIPTOR","features":[305,326]},{"name":"DEVICE_STORAGE_ADDRESS_RANGE","features":[326]},{"name":"DEVICE_STORAGE_NO_ERRORS","features":[326]},{"name":"DEVICE_STORAGE_RANGE_ATTRIBUTES","features":[326]},{"name":"DEVICE_TRIM_DESCRIPTOR","features":[305,326]},{"name":"DEVICE_WRITE_AGGREGATION_DESCRIPTOR","features":[305,326]},{"name":"DEVPKEY_Storage_Disk_Number","features":[305,326]},{"name":"DEVPKEY_Storage_Gpt_Name","features":[305,326]},{"name":"DEVPKEY_Storage_Gpt_Type","features":[305,326]},{"name":"DEVPKEY_Storage_Mbr_Type","features":[305,326]},{"name":"DEVPKEY_Storage_Partition_Number","features":[305,326]},{"name":"DEVPKEY_Storage_Portable","features":[305,326]},{"name":"DEVPKEY_Storage_Removable_Media","features":[305,326]},{"name":"DEVPKEY_Storage_System_Critical","features":[305,326]},{"name":"DISABLE_SMART","features":[326]},{"name":"DISK_ATTRIBUTE_OFFLINE","features":[326]},{"name":"DISK_ATTRIBUTE_READ_ONLY","features":[326]},{"name":"DISK_BINNING","features":[326]},{"name":"DISK_CACHE_INFORMATION","features":[305,326]},{"name":"DISK_CACHE_RETENTION_PRIORITY","features":[326]},{"name":"DISK_CONTROLLER_NUMBER","features":[326]},{"name":"DISK_DETECTION_INFO","features":[326]},{"name":"DISK_EXTENT","features":[326]},{"name":"DISK_EX_INT13_INFO","features":[326]},{"name":"DISK_GEOMETRY","features":[326]},{"name":"DISK_GEOMETRY_EX","features":[326]},{"name":"DISK_GROW_PARTITION","features":[326]},{"name":"DISK_HISTOGRAM","features":[326]},{"name":"DISK_INT13_INFO","features":[326]},{"name":"DISK_LOGGING","features":[326]},{"name":"DISK_LOGGING_DUMP","features":[326]},{"name":"DISK_LOGGING_START","features":[326]},{"name":"DISK_LOGGING_STOP","features":[326]},{"name":"DISK_PARTITION_INFO","features":[326]},{"name":"DISK_PERFORMANCE","features":[326]},{"name":"DISK_RECORD","features":[305,326]},{"name":"DLT","features":[326]},{"name":"DMI","features":[326]},{"name":"DRIVERSTATUS","features":[326]},{"name":"DRIVE_LAYOUT_INFORMATION","features":[305,326]},{"name":"DRIVE_LAYOUT_INFORMATION_EX","features":[305,326]},{"name":"DRIVE_LAYOUT_INFORMATION_GPT","features":[326]},{"name":"DRIVE_LAYOUT_INFORMATION_MBR","features":[326]},{"name":"DST_L","features":[326]},{"name":"DST_M","features":[326]},{"name":"DST_S","features":[326]},{"name":"DUPLICATE_EXTENTS_DATA","features":[305,326]},{"name":"DUPLICATE_EXTENTS_DATA32","features":[326]},{"name":"DUPLICATE_EXTENTS_DATA_EX","features":[305,326]},{"name":"DUPLICATE_EXTENTS_DATA_EX32","features":[326]},{"name":"DUPLICATE_EXTENTS_DATA_EX_ASYNC","features":[326]},{"name":"DUPLICATE_EXTENTS_DATA_EX_SOURCE_ATOMIC","features":[326]},{"name":"DUPLICATE_EXTENTS_STATE","features":[326]},{"name":"DVD_R","features":[326]},{"name":"DVD_RAM","features":[326]},{"name":"DVD_ROM","features":[326]},{"name":"DVD_RW","features":[326]},{"name":"DV_6mm","features":[326]},{"name":"DetectExInt13","features":[326]},{"name":"DetectInt13","features":[326]},{"name":"DetectNone","features":[326]},{"name":"DeviceCurrentInternalStatusData","features":[326]},{"name":"DeviceCurrentInternalStatusDataHeader","features":[326]},{"name":"DeviceDsmActionFlag_NonDestructive","features":[326]},{"name":"DeviceInternalStatusDataRequestTypeUndefined","features":[326]},{"name":"DeviceProblemCHMError","features":[326]},{"name":"DeviceProblemCHMMoveError","features":[326]},{"name":"DeviceProblemCHMZeroError","features":[326]},{"name":"DeviceProblemCalibrationError","features":[326]},{"name":"DeviceProblemCartridgeEjectError","features":[326]},{"name":"DeviceProblemCartridgeInsertError","features":[326]},{"name":"DeviceProblemDoorOpen","features":[326]},{"name":"DeviceProblemDriveError","features":[326]},{"name":"DeviceProblemGripperError","features":[326]},{"name":"DeviceProblemHardware","features":[326]},{"name":"DeviceProblemNone","features":[326]},{"name":"DeviceProblemPositionError","features":[326]},{"name":"DeviceProblemSensorError","features":[326]},{"name":"DeviceProblemTargetFailure","features":[326]},{"name":"DeviceSavedInternalStatusData","features":[326]},{"name":"DeviceSavedInternalStatusDataHeader","features":[326]},{"name":"DeviceStatusDataSet1","features":[326]},{"name":"DeviceStatusDataSet2","features":[326]},{"name":"DeviceStatusDataSet3","features":[326]},{"name":"DeviceStatusDataSet4","features":[326]},{"name":"DeviceStatusDataSetMax","features":[326]},{"name":"DeviceStatusDataSetUndefined","features":[326]},{"name":"DiskHealthHealthy","features":[326]},{"name":"DiskHealthMax","features":[326]},{"name":"DiskHealthUnhealthy","features":[326]},{"name":"DiskHealthUnknown","features":[326]},{"name":"DiskHealthWarning","features":[326]},{"name":"DiskOpReasonBackgroundOperation","features":[326]},{"name":"DiskOpReasonComponent","features":[326]},{"name":"DiskOpReasonConfiguration","features":[326]},{"name":"DiskOpReasonDataPersistenceLossImminent","features":[326]},{"name":"DiskOpReasonDeviceController","features":[326]},{"name":"DiskOpReasonDisabledByPlatform","features":[326]},{"name":"DiskOpReasonEnergySource","features":[326]},{"name":"DiskOpReasonHealthCheck","features":[326]},{"name":"DiskOpReasonInvalidFirmware","features":[326]},{"name":"DiskOpReasonIo","features":[326]},{"name":"DiskOpReasonLostData","features":[326]},{"name":"DiskOpReasonLostDataPersistence","features":[326]},{"name":"DiskOpReasonLostWritePersistence","features":[326]},{"name":"DiskOpReasonMax","features":[326]},{"name":"DiskOpReasonMedia","features":[326]},{"name":"DiskOpReasonMediaController","features":[326]},{"name":"DiskOpReasonNVDIMM_N","features":[326]},{"name":"DiskOpReasonScsiSenseCode","features":[326]},{"name":"DiskOpReasonThresholdExceeded","features":[326]},{"name":"DiskOpReasonUnknown","features":[326]},{"name":"DiskOpReasonWritePersistenceLossImminent","features":[326]},{"name":"DiskOpStatusHardwareError","features":[326]},{"name":"DiskOpStatusInService","features":[326]},{"name":"DiskOpStatusMissing","features":[326]},{"name":"DiskOpStatusNone","features":[326]},{"name":"DiskOpStatusNotUsable","features":[326]},{"name":"DiskOpStatusOk","features":[326]},{"name":"DiskOpStatusPredictingFailure","features":[326]},{"name":"DiskOpStatusTransientError","features":[326]},{"name":"DiskOpStatusUnknown","features":[326]},{"name":"EFS_TRACKED_OFFSET_HEADER_FLAG","features":[326]},{"name":"ELEMENT_STATUS_ACCESS","features":[326]},{"name":"ELEMENT_STATUS_AVOLTAG","features":[326]},{"name":"ELEMENT_STATUS_EXCEPT","features":[326]},{"name":"ELEMENT_STATUS_EXENAB","features":[326]},{"name":"ELEMENT_STATUS_FULL","features":[326]},{"name":"ELEMENT_STATUS_ID_VALID","features":[326]},{"name":"ELEMENT_STATUS_IMPEXP","features":[326]},{"name":"ELEMENT_STATUS_INENAB","features":[326]},{"name":"ELEMENT_STATUS_INVERT","features":[326]},{"name":"ELEMENT_STATUS_LUN_VALID","features":[326]},{"name":"ELEMENT_STATUS_NOT_BUS","features":[326]},{"name":"ELEMENT_STATUS_PRODUCT_DATA","features":[326]},{"name":"ELEMENT_STATUS_PVOLTAG","features":[326]},{"name":"ELEMENT_STATUS_SVALID","features":[326]},{"name":"ELEMENT_TYPE","features":[326]},{"name":"ENABLE_DISABLE_AUTOSAVE","features":[326]},{"name":"ENABLE_DISABLE_AUTO_OFFLINE","features":[326]},{"name":"ENABLE_SMART","features":[326]},{"name":"ENCRYPTED_DATA_INFO","features":[326]},{"name":"ENCRYPTED_DATA_INFO_SPARSE_FILE","features":[326]},{"name":"ENCRYPTION_BUFFER","features":[326]},{"name":"ENCRYPTION_FORMAT_DEFAULT","features":[326]},{"name":"ENCRYPTION_KEY_CTRL_INPUT","features":[326]},{"name":"ERROR_DRIVE_NOT_INSTALLED","features":[326]},{"name":"ERROR_HISTORY_DIRECTORY_ENTRY_DEFAULT_COUNT","features":[326]},{"name":"ERROR_INIT_STATUS_NEEDED","features":[326]},{"name":"ERROR_LABEL_QUESTIONABLE","features":[326]},{"name":"ERROR_LABEL_UNREADABLE","features":[326]},{"name":"ERROR_SLOT_NOT_PRESENT","features":[326]},{"name":"ERROR_TRAY_MALFUNCTION","features":[326]},{"name":"ERROR_UNHANDLED_ERROR","features":[326]},{"name":"EXECUTE_OFFLINE_DIAGS","features":[326]},{"name":"EXFAT_STATISTICS","features":[326]},{"name":"EXTENDED_ENCRYPTED_DATA_INFO","features":[326]},{"name":"EXTEND_IEPORT","features":[326]},{"name":"EqualPriority","features":[326]},{"name":"F3_120M_512","features":[326]},{"name":"F3_128Mb_512","features":[326]},{"name":"F3_1Pt23_1024","features":[326]},{"name":"F3_1Pt2_512","features":[326]},{"name":"F3_1Pt44_512","features":[326]},{"name":"F3_200Mb_512","features":[326]},{"name":"F3_20Pt8_512","features":[326]},{"name":"F3_230Mb_512","features":[326]},{"name":"F3_240M_512","features":[326]},{"name":"F3_2Pt88_512","features":[326]},{"name":"F3_32M_512","features":[326]},{"name":"F3_640_512","features":[326]},{"name":"F3_720_512","features":[326]},{"name":"F5_160_512","features":[326]},{"name":"F5_180_512","features":[326]},{"name":"F5_1Pt23_1024","features":[326]},{"name":"F5_1Pt2_512","features":[326]},{"name":"F5_320_1024","features":[326]},{"name":"F5_320_512","features":[326]},{"name":"F5_360_512","features":[326]},{"name":"F5_640_512","features":[326]},{"name":"F5_720_512","features":[326]},{"name":"F8_256_128","features":[326]},{"name":"FAT_STATISTICS","features":[326]},{"name":"FILESYSTEM_STATISTICS","features":[326]},{"name":"FILESYSTEM_STATISTICS_EX","features":[326]},{"name":"FILESYSTEM_STATISTICS_TYPE","features":[326]},{"name":"FILESYSTEM_STATISTICS_TYPE_EXFAT","features":[326]},{"name":"FILESYSTEM_STATISTICS_TYPE_FAT","features":[326]},{"name":"FILESYSTEM_STATISTICS_TYPE_NTFS","features":[326]},{"name":"FILESYSTEM_STATISTICS_TYPE_REFS","features":[326]},{"name":"FILE_ALLOCATED_RANGE_BUFFER","features":[326]},{"name":"FILE_ANY_ACCESS","features":[326]},{"name":"FILE_CLEAR_ENCRYPTION","features":[326]},{"name":"FILE_DESIRED_STORAGE_CLASS_INFORMATION","features":[326]},{"name":"FILE_DEVICE_8042_PORT","features":[326]},{"name":"FILE_DEVICE_ACPI","features":[326]},{"name":"FILE_DEVICE_BATTERY","features":[326]},{"name":"FILE_DEVICE_BEEP","features":[326]},{"name":"FILE_DEVICE_BIOMETRIC","features":[326]},{"name":"FILE_DEVICE_BLUETOOTH","features":[326]},{"name":"FILE_DEVICE_BUS_EXTENDER","features":[326]},{"name":"FILE_DEVICE_CD_ROM_FILE_SYSTEM","features":[326]},{"name":"FILE_DEVICE_CHANGER","features":[326]},{"name":"FILE_DEVICE_CONSOLE","features":[326]},{"name":"FILE_DEVICE_CONTROLLER","features":[326]},{"name":"FILE_DEVICE_CRYPT_PROVIDER","features":[326]},{"name":"FILE_DEVICE_DATALINK","features":[326]},{"name":"FILE_DEVICE_DEVAPI","features":[326]},{"name":"FILE_DEVICE_DFS","features":[326]},{"name":"FILE_DEVICE_DFS_FILE_SYSTEM","features":[326]},{"name":"FILE_DEVICE_DFS_VOLUME","features":[326]},{"name":"FILE_DEVICE_DISK_FILE_SYSTEM","features":[326]},{"name":"FILE_DEVICE_EHSTOR","features":[326]},{"name":"FILE_DEVICE_EVENT_COLLECTOR","features":[326]},{"name":"FILE_DEVICE_FILE_SYSTEM","features":[326]},{"name":"FILE_DEVICE_FIPS","features":[326]},{"name":"FILE_DEVICE_FULLSCREEN_VIDEO","features":[326]},{"name":"FILE_DEVICE_GPIO","features":[326]},{"name":"FILE_DEVICE_HOLOGRAPHIC","features":[326]},{"name":"FILE_DEVICE_INFINIBAND","features":[326]},{"name":"FILE_DEVICE_INPORT_PORT","features":[326]},{"name":"FILE_DEVICE_KEYBOARD","features":[326]},{"name":"FILE_DEVICE_KS","features":[326]},{"name":"FILE_DEVICE_KSEC","features":[326]},{"name":"FILE_DEVICE_MAILSLOT","features":[326]},{"name":"FILE_DEVICE_MASS_STORAGE","features":[326]},{"name":"FILE_DEVICE_MIDI_IN","features":[326]},{"name":"FILE_DEVICE_MIDI_OUT","features":[326]},{"name":"FILE_DEVICE_MODEM","features":[326]},{"name":"FILE_DEVICE_MOUSE","features":[326]},{"name":"FILE_DEVICE_MT_COMPOSITE","features":[326]},{"name":"FILE_DEVICE_MT_TRANSPORT","features":[326]},{"name":"FILE_DEVICE_MULTI_UNC_PROVIDER","features":[326]},{"name":"FILE_DEVICE_NAMED_PIPE","features":[326]},{"name":"FILE_DEVICE_NETWORK","features":[326]},{"name":"FILE_DEVICE_NETWORK_BROWSER","features":[326]},{"name":"FILE_DEVICE_NETWORK_FILE_SYSTEM","features":[326]},{"name":"FILE_DEVICE_NETWORK_REDIRECTOR","features":[326]},{"name":"FILE_DEVICE_NFP","features":[326]},{"name":"FILE_DEVICE_NULL","features":[326]},{"name":"FILE_DEVICE_NVDIMM","features":[326]},{"name":"FILE_DEVICE_PARALLEL_PORT","features":[326]},{"name":"FILE_DEVICE_PERSISTENT_MEMORY","features":[326]},{"name":"FILE_DEVICE_PHYSICAL_NETCARD","features":[326]},{"name":"FILE_DEVICE_PMI","features":[326]},{"name":"FILE_DEVICE_POINT_OF_SERVICE","features":[326]},{"name":"FILE_DEVICE_PRINTER","features":[326]},{"name":"FILE_DEVICE_PRM","features":[326]},{"name":"FILE_DEVICE_SCANNER","features":[326]},{"name":"FILE_DEVICE_SCREEN","features":[326]},{"name":"FILE_DEVICE_SDFXHCI","features":[326]},{"name":"FILE_DEVICE_SERENUM","features":[326]},{"name":"FILE_DEVICE_SERIAL_MOUSE_PORT","features":[326]},{"name":"FILE_DEVICE_SERIAL_PORT","features":[326]},{"name":"FILE_DEVICE_SMB","features":[326]},{"name":"FILE_DEVICE_SOUND","features":[326]},{"name":"FILE_DEVICE_SOUNDWIRE","features":[326]},{"name":"FILE_DEVICE_STORAGE_REPLICATION","features":[326]},{"name":"FILE_DEVICE_STREAMS","features":[326]},{"name":"FILE_DEVICE_SYSENV","features":[326]},{"name":"FILE_DEVICE_TAPE_FILE_SYSTEM","features":[326]},{"name":"FILE_DEVICE_TERMSRV","features":[326]},{"name":"FILE_DEVICE_TRANSPORT","features":[326]},{"name":"FILE_DEVICE_TRUST_ENV","features":[326]},{"name":"FILE_DEVICE_UCM","features":[326]},{"name":"FILE_DEVICE_UCMTCPCI","features":[326]},{"name":"FILE_DEVICE_UCMUCSI","features":[326]},{"name":"FILE_DEVICE_UNKNOWN","features":[326]},{"name":"FILE_DEVICE_USB4","features":[326]},{"name":"FILE_DEVICE_USBEX","features":[326]},{"name":"FILE_DEVICE_VDM","features":[326]},{"name":"FILE_DEVICE_VIDEO","features":[326]},{"name":"FILE_DEVICE_VIRTUAL_BLOCK","features":[326]},{"name":"FILE_DEVICE_VIRTUAL_DISK","features":[326]},{"name":"FILE_DEVICE_VMBUS","features":[326]},{"name":"FILE_DEVICE_WAVE_IN","features":[326]},{"name":"FILE_DEVICE_WAVE_OUT","features":[326]},{"name":"FILE_DEVICE_WPD","features":[326]},{"name":"FILE_FS_PERSISTENT_VOLUME_INFORMATION","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_NON_RESIDENT","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_NOT_FOUND","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_ATTRIBUTE_TOO_SMALL","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_CLUSTERS_ALREADY_IN_USE","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_DENY_DEFRAG","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_IS_BASE_RECORD","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_BASE_RECORD","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_EXIST","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_IN_USE","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_NOT_ORPHAN","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_FILE_RECORD_REUSED","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_INDEX_ENTRY_MISMATCH","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_ARRAY_LENGTH_COUNT","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_LCN","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_ORPHAN_RECOVERY_NAME","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_PARENT","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_RUN_LENGTH","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_INVALID_VCN","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_LCN_NOT_EXIST","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_MULTIPLE_FILE_NAME_ATTRIBUTES","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_NAME_CONFLICT","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_NOTHING_WRONG","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_NOT_IMPLEMENTED","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_ORPHAN","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_ORPHAN_GENERATED","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_OUT_OF_GENERIC_NAMES","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_OUT_OF_RESOURCE","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_BASE_RECORD","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_EXIST","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_INDEX","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_NOT_IN_USE","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_PARENT_FILE_RECORD_REUSED","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_POTENTIAL_CROSSLINK","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_PREVIOUS_PARENT_STILL_VALID","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_RECURSIVELY_CORRUPTED","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_REPAIRED","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_REPAIR_DISABLED","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_SID_MISMATCH","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_SID_VALID","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_STALE_INFORMATION","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_SYSTEM_FILE","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_UNABLE_TO_REPAIR","features":[326]},{"name":"FILE_INITIATE_REPAIR_HINT1_VALID_INDEX_ENTRY","features":[326]},{"name":"FILE_INITIATE_REPAIR_OUTPUT_BUFFER","features":[326]},{"name":"FILE_LAYOUT_ENTRY","features":[326]},{"name":"FILE_LAYOUT_INFO_ENTRY","features":[326]},{"name":"FILE_LAYOUT_NAME_ENTRY","features":[326]},{"name":"FILE_LAYOUT_NAME_ENTRY_DOS","features":[326]},{"name":"FILE_LAYOUT_NAME_ENTRY_PRIMARY","features":[326]},{"name":"FILE_LEVEL_TRIM","features":[326]},{"name":"FILE_LEVEL_TRIM_OUTPUT","features":[326]},{"name":"FILE_LEVEL_TRIM_RANGE","features":[326]},{"name":"FILE_MAKE_COMPATIBLE_BUFFER","features":[305,326]},{"name":"FILE_OBJECTID_BUFFER","features":[326]},{"name":"FILE_PREFETCH","features":[326]},{"name":"FILE_PREFETCH_EX","features":[326]},{"name":"FILE_PREFETCH_TYPE_FOR_CREATE","features":[326]},{"name":"FILE_PREFETCH_TYPE_FOR_CREATE_EX","features":[326]},{"name":"FILE_PREFETCH_TYPE_FOR_DIRENUM","features":[326]},{"name":"FILE_PREFETCH_TYPE_FOR_DIRENUM_EX","features":[326]},{"name":"FILE_PREFETCH_TYPE_MAX","features":[326]},{"name":"FILE_PROVIDER_COMPRESSION_MAXIMUM","features":[326]},{"name":"FILE_PROVIDER_CURRENT_VERSION","features":[326]},{"name":"FILE_PROVIDER_EXTERNAL_INFO_V0","features":[326]},{"name":"FILE_PROVIDER_EXTERNAL_INFO_V1","features":[326]},{"name":"FILE_PROVIDER_FLAG_COMPRESS_ON_WRITE","features":[326]},{"name":"FILE_PROVIDER_SINGLE_FILE","features":[326]},{"name":"FILE_QUERY_ON_DISK_VOL_INFO_BUFFER","features":[326]},{"name":"FILE_QUERY_SPARING_BUFFER","features":[305,326]},{"name":"FILE_READ_ACCESS","features":[326]},{"name":"FILE_REFERENCE_RANGE","features":[326]},{"name":"FILE_REGION_INFO","features":[326]},{"name":"FILE_REGION_INPUT","features":[326]},{"name":"FILE_REGION_OUTPUT","features":[326]},{"name":"FILE_REGION_USAGE_HUGE_PAGE_ALIGNMENT","features":[326]},{"name":"FILE_REGION_USAGE_LARGE_PAGE_ALIGNMENT","features":[326]},{"name":"FILE_REGION_USAGE_OTHER_PAGE_ALIGNMENT","features":[326]},{"name":"FILE_REGION_USAGE_QUERY_ALIGNMENT","features":[326]},{"name":"FILE_REGION_USAGE_VALID_CACHED_DATA","features":[326]},{"name":"FILE_REGION_USAGE_VALID_NONCACHED_DATA","features":[326]},{"name":"FILE_SET_DEFECT_MGMT_BUFFER","features":[305,326]},{"name":"FILE_SET_ENCRYPTION","features":[326]},{"name":"FILE_SET_SPARSE_BUFFER","features":[305,326]},{"name":"FILE_SPECIAL_ACCESS","features":[326]},{"name":"FILE_STORAGE_TIER","features":[326]},{"name":"FILE_STORAGE_TIER_CLASS","features":[326]},{"name":"FILE_STORAGE_TIER_DESCRIPTION_LENGTH","features":[326]},{"name":"FILE_STORAGE_TIER_FLAGS","features":[326]},{"name":"FILE_STORAGE_TIER_FLAG_NO_SEEK_PENALTY","features":[326]},{"name":"FILE_STORAGE_TIER_FLAG_PARITY","features":[326]},{"name":"FILE_STORAGE_TIER_FLAG_READ_CACHE","features":[326]},{"name":"FILE_STORAGE_TIER_FLAG_SMR","features":[326]},{"name":"FILE_STORAGE_TIER_FLAG_WRITE_BACK_CACHE","features":[326]},{"name":"FILE_STORAGE_TIER_MEDIA_TYPE","features":[326]},{"name":"FILE_STORAGE_TIER_NAME_LENGTH","features":[326]},{"name":"FILE_STORAGE_TIER_REGION","features":[326]},{"name":"FILE_SYSTEM_RECOGNITION_INFORMATION","features":[326]},{"name":"FILE_TYPE_NOTIFICATION_FLAG_USAGE_BEGIN","features":[326]},{"name":"FILE_TYPE_NOTIFICATION_FLAG_USAGE_END","features":[326]},{"name":"FILE_TYPE_NOTIFICATION_GUID_CRASHDUMP_FILE","features":[326]},{"name":"FILE_TYPE_NOTIFICATION_GUID_HIBERNATION_FILE","features":[326]},{"name":"FILE_TYPE_NOTIFICATION_GUID_PAGE_FILE","features":[326]},{"name":"FILE_TYPE_NOTIFICATION_INPUT","features":[326]},{"name":"FILE_WRITE_ACCESS","features":[326]},{"name":"FILE_ZERO_DATA_INFORMATION","features":[326]},{"name":"FILE_ZERO_DATA_INFORMATION_EX","features":[326]},{"name":"FILE_ZERO_DATA_INFORMATION_FLAG_PRESERVE_CACHED_DATA","features":[326]},{"name":"FIND_BY_SID_DATA","features":[309,326]},{"name":"FIND_BY_SID_OUTPUT","features":[326]},{"name":"FLAG_USN_TRACK_MODIFIED_RANGES_ENABLE","features":[326]},{"name":"FORMAT_EX_PARAMETERS","features":[326]},{"name":"FORMAT_PARAMETERS","features":[326]},{"name":"FSBPIO_INFL_None","features":[326]},{"name":"FSBPIO_INFL_SKIP_STORAGE_STACK_QUERY","features":[326]},{"name":"FSBPIO_OUTFL_COMPATIBLE_STORAGE_DRIVER","features":[326]},{"name":"FSBPIO_OUTFL_FILTER_ATTACH_BLOCKED","features":[326]},{"name":"FSBPIO_OUTFL_None","features":[326]},{"name":"FSBPIO_OUTFL_STREAM_BYPASS_PAUSED","features":[326]},{"name":"FSBPIO_OUTFL_VOLUME_STACK_BYPASS_PAUSED","features":[326]},{"name":"FSCTL_ADD_OVERLAY","features":[326]},{"name":"FSCTL_ADVANCE_FILE_ID","features":[326]},{"name":"FSCTL_ALLOW_EXTENDED_DASD_IO","features":[326]},{"name":"FSCTL_CLEAN_VOLUME_METADATA","features":[326]},{"name":"FSCTL_CLEAR_ALL_LCN_WEAK_REFERENCES","features":[326]},{"name":"FSCTL_CLEAR_LCN_WEAK_REFERENCE","features":[326]},{"name":"FSCTL_CORRUPTION_HANDLING","features":[326]},{"name":"FSCTL_CREATE_LCN_WEAK_REFERENCE","features":[326]},{"name":"FSCTL_CREATE_OR_GET_OBJECT_ID","features":[326]},{"name":"FSCTL_CREATE_USN_JOURNAL","features":[326]},{"name":"FSCTL_CSC_INTERNAL","features":[326]},{"name":"FSCTL_CSV_CONTROL","features":[326]},{"name":"FSCTL_CSV_GET_VOLUME_NAME_FOR_VOLUME_MOUNT_POINT","features":[326]},{"name":"FSCTL_CSV_GET_VOLUME_PATH_NAME","features":[326]},{"name":"FSCTL_CSV_GET_VOLUME_PATH_NAMES_FOR_VOLUME_NAME","features":[326]},{"name":"FSCTL_CSV_H_BREAKING_SYNC_TUNNEL_REQUEST","features":[326]},{"name":"FSCTL_CSV_INTERNAL","features":[326]},{"name":"FSCTL_CSV_MGMT_LOCK","features":[326]},{"name":"FSCTL_CSV_QUERY_DOWN_LEVEL_FILE_SYSTEM_CHARACTERISTICS","features":[326]},{"name":"FSCTL_CSV_QUERY_VETO_FILE_DIRECT_IO","features":[326]},{"name":"FSCTL_CSV_SYNC_TUNNEL_REQUEST","features":[326]},{"name":"FSCTL_CSV_TUNNEL_REQUEST","features":[326]},{"name":"FSCTL_DELETE_CORRUPTED_REFS_CONTAINER","features":[326]},{"name":"FSCTL_DELETE_EXTERNAL_BACKING","features":[326]},{"name":"FSCTL_DELETE_OBJECT_ID","features":[326]},{"name":"FSCTL_DELETE_REPARSE_POINT","features":[326]},{"name":"FSCTL_DELETE_USN_JOURNAL","features":[326]},{"name":"FSCTL_DFSR_SET_GHOST_HANDLE_STATE","features":[326]},{"name":"FSCTL_DISABLE_LOCAL_BUFFERING","features":[326]},{"name":"FSCTL_DISMOUNT_VOLUME","features":[326]},{"name":"FSCTL_DUPLICATE_CLUSTER","features":[326]},{"name":"FSCTL_DUPLICATE_EXTENTS_TO_FILE","features":[326]},{"name":"FSCTL_DUPLICATE_EXTENTS_TO_FILE_EX","features":[326]},{"name":"FSCTL_ENABLE_PER_IO_FLAGS","features":[326]},{"name":"FSCTL_ENABLE_UPGRADE","features":[326]},{"name":"FSCTL_ENCRYPTION_FSCTL_IO","features":[326]},{"name":"FSCTL_ENCRYPTION_KEY_CONTROL","features":[326]},{"name":"FSCTL_ENUM_EXTERNAL_BACKING","features":[326]},{"name":"FSCTL_ENUM_OVERLAY","features":[326]},{"name":"FSCTL_ENUM_USN_DATA","features":[326]},{"name":"FSCTL_EXTEND_VOLUME","features":[326]},{"name":"FSCTL_FILESYSTEM_GET_STATISTICS","features":[326]},{"name":"FSCTL_FILESYSTEM_GET_STATISTICS_EX","features":[326]},{"name":"FSCTL_FILE_LEVEL_TRIM","features":[326]},{"name":"FSCTL_FILE_PREFETCH","features":[326]},{"name":"FSCTL_FILE_TYPE_NOTIFICATION","features":[326]},{"name":"FSCTL_FIND_FILES_BY_SID","features":[326]},{"name":"FSCTL_GET_BOOT_AREA_INFO","features":[326]},{"name":"FSCTL_GET_COMPRESSION","features":[326]},{"name":"FSCTL_GET_EXTERNAL_BACKING","features":[326]},{"name":"FSCTL_GET_FILTER_FILE_IDENTIFIER","features":[326]},{"name":"FSCTL_GET_INTEGRITY_INFORMATION","features":[326]},{"name":"FSCTL_GET_INTEGRITY_INFORMATION_BUFFER","features":[326]},{"name":"FSCTL_GET_NTFS_FILE_RECORD","features":[326]},{"name":"FSCTL_GET_NTFS_VOLUME_DATA","features":[326]},{"name":"FSCTL_GET_OBJECT_ID","features":[326]},{"name":"FSCTL_GET_REFS_VOLUME_DATA","features":[326]},{"name":"FSCTL_GET_REPAIR","features":[326]},{"name":"FSCTL_GET_REPARSE_POINT","features":[326]},{"name":"FSCTL_GET_RETRIEVAL_POINTERS","features":[326]},{"name":"FSCTL_GET_RETRIEVAL_POINTERS_AND_REFCOUNT","features":[326]},{"name":"FSCTL_GET_RETRIEVAL_POINTER_BASE","features":[326]},{"name":"FSCTL_GET_RETRIEVAL_POINTER_COUNT","features":[326]},{"name":"FSCTL_GET_VOLUME_BITMAP","features":[326]},{"name":"FSCTL_GET_WOF_VERSION","features":[326]},{"name":"FSCTL_GHOST_FILE_EXTENTS","features":[326]},{"name":"FSCTL_HCS_ASYNC_TUNNEL_REQUEST","features":[326]},{"name":"FSCTL_HCS_SYNC_NO_WRITE_TUNNEL_REQUEST","features":[326]},{"name":"FSCTL_HCS_SYNC_TUNNEL_REQUEST","features":[326]},{"name":"FSCTL_INITIATE_FILE_METADATA_OPTIMIZATION","features":[326]},{"name":"FSCTL_INITIATE_REPAIR","features":[326]},{"name":"FSCTL_INTEGRITY_FLAG_CHECKSUM_ENFORCEMENT_OFF","features":[326]},{"name":"FSCTL_INVALIDATE_VOLUMES","features":[326]},{"name":"FSCTL_IS_CSV_FILE","features":[326]},{"name":"FSCTL_IS_FILE_ON_CSV_VOLUME","features":[326]},{"name":"FSCTL_IS_PATHNAME_VALID","features":[326]},{"name":"FSCTL_IS_VOLUME_DIRTY","features":[326]},{"name":"FSCTL_IS_VOLUME_MOUNTED","features":[326]},{"name":"FSCTL_IS_VOLUME_OWNED_BYCSVFS","features":[326]},{"name":"FSCTL_LMR_QUERY_INFO","features":[326]},{"name":"FSCTL_LOCK_VOLUME","features":[326]},{"name":"FSCTL_LOOKUP_STREAM_FROM_CLUSTER","features":[326]},{"name":"FSCTL_MAKE_MEDIA_COMPATIBLE","features":[326]},{"name":"FSCTL_MANAGE_BYPASS_IO","features":[326]},{"name":"FSCTL_MARK_AS_SYSTEM_HIVE","features":[326]},{"name":"FSCTL_MARK_HANDLE","features":[326]},{"name":"FSCTL_MARK_VOLUME_DIRTY","features":[326]},{"name":"FSCTL_MOVE_FILE","features":[326]},{"name":"FSCTL_NOTIFY_DATA_CHANGE","features":[326]},{"name":"FSCTL_NOTIFY_STORAGE_SPACE_ALLOCATION","features":[326]},{"name":"FSCTL_OFFLOAD_READ","features":[326]},{"name":"FSCTL_OFFLOAD_READ_INPUT","features":[326]},{"name":"FSCTL_OFFLOAD_READ_OUTPUT","features":[326]},{"name":"FSCTL_OFFLOAD_WRITE","features":[326]},{"name":"FSCTL_OFFLOAD_WRITE_INPUT","features":[326]},{"name":"FSCTL_OFFLOAD_WRITE_OUTPUT","features":[326]},{"name":"FSCTL_OPBATCH_ACK_CLOSE_PENDING","features":[326]},{"name":"FSCTL_OPLOCK_BREAK_ACKNOWLEDGE","features":[326]},{"name":"FSCTL_OPLOCK_BREAK_ACK_NO_2","features":[326]},{"name":"FSCTL_OPLOCK_BREAK_NOTIFY","features":[326]},{"name":"FSCTL_QUERY_ALLOCATED_RANGES","features":[326]},{"name":"FSCTL_QUERY_ASYNC_DUPLICATE_EXTENTS_STATUS","features":[326]},{"name":"FSCTL_QUERY_BAD_RANGES","features":[326]},{"name":"FSCTL_QUERY_DEPENDENT_VOLUME","features":[326]},{"name":"FSCTL_QUERY_DIRECT_ACCESS_EXTENTS","features":[326]},{"name":"FSCTL_QUERY_DIRECT_IMAGE_ORIGINAL_BASE","features":[326]},{"name":"FSCTL_QUERY_EXTENT_READ_CACHE_INFO","features":[326]},{"name":"FSCTL_QUERY_FAT_BPB","features":[326]},{"name":"FSCTL_QUERY_FAT_BPB_BUFFER","features":[326]},{"name":"FSCTL_QUERY_FILE_LAYOUT","features":[326]},{"name":"FSCTL_QUERY_FILE_METADATA_OPTIMIZATION","features":[326]},{"name":"FSCTL_QUERY_FILE_REGIONS","features":[326]},{"name":"FSCTL_QUERY_FILE_SYSTEM_RECOGNITION","features":[326]},{"name":"FSCTL_QUERY_GHOSTED_FILE_EXTENTS","features":[326]},{"name":"FSCTL_QUERY_LCN_WEAK_REFERENCE","features":[326]},{"name":"FSCTL_QUERY_ON_DISK_VOLUME_INFO","features":[326]},{"name":"FSCTL_QUERY_PAGEFILE_ENCRYPTION","features":[326]},{"name":"FSCTL_QUERY_PERSISTENT_VOLUME_STATE","features":[326]},{"name":"FSCTL_QUERY_REFS_SMR_VOLUME_INFO","features":[326]},{"name":"FSCTL_QUERY_REFS_VOLUME_COUNTER_INFO","features":[326]},{"name":"FSCTL_QUERY_REGION_INFO","features":[326]},{"name":"FSCTL_QUERY_REGION_INFO_INPUT","features":[326]},{"name":"FSCTL_QUERY_REGION_INFO_OUTPUT","features":[326]},{"name":"FSCTL_QUERY_RETRIEVAL_POINTERS","features":[326]},{"name":"FSCTL_QUERY_SHARED_VIRTUAL_DISK_SUPPORT","features":[326]},{"name":"FSCTL_QUERY_SPARING_INFO","features":[326]},{"name":"FSCTL_QUERY_STORAGE_CLASSES","features":[326]},{"name":"FSCTL_QUERY_STORAGE_CLASSES_OUTPUT","features":[326]},{"name":"FSCTL_QUERY_USN_JOURNAL","features":[326]},{"name":"FSCTL_QUERY_VOLUME_CONTAINER_STATE","features":[326]},{"name":"FSCTL_QUERY_VOLUME_NUMA_INFO","features":[326]},{"name":"FSCTL_READ_FILE_USN_DATA","features":[326]},{"name":"FSCTL_READ_FROM_PLEX","features":[326]},{"name":"FSCTL_READ_RAW_ENCRYPTED","features":[326]},{"name":"FSCTL_READ_UNPRIVILEGED_USN_JOURNAL","features":[326]},{"name":"FSCTL_READ_USN_JOURNAL","features":[326]},{"name":"FSCTL_REARRANGE_FILE","features":[326]},{"name":"FSCTL_RECALL_FILE","features":[326]},{"name":"FSCTL_REFS_CHECKPOINT_VOLUME","features":[326]},{"name":"FSCTL_REFS_DEALLOCATE_RANGES","features":[326]},{"name":"FSCTL_REFS_DEALLOCATE_RANGES_EX","features":[326]},{"name":"FSCTL_REFS_QUERY_VOLUME_COMPRESSION_INFO","features":[326]},{"name":"FSCTL_REFS_QUERY_VOLUME_DEDUP_INFO","features":[326]},{"name":"FSCTL_REFS_QUERY_VOLUME_IO_METRICS_INFO","features":[326]},{"name":"FSCTL_REFS_QUERY_VOLUME_TOTAL_SHARED_LCNS","features":[326]},{"name":"FSCTL_REFS_SET_VOLUME_COMPRESSION_INFO","features":[326]},{"name":"FSCTL_REFS_SET_VOLUME_DEDUP_INFO","features":[326]},{"name":"FSCTL_REFS_SET_VOLUME_IO_METRICS_INFO","features":[326]},{"name":"FSCTL_REFS_STREAM_SNAPSHOT_MANAGEMENT","features":[326]},{"name":"FSCTL_REMOVE_OVERLAY","features":[326]},{"name":"FSCTL_REPAIR_COPIES","features":[326]},{"name":"FSCTL_REQUEST_BATCH_OPLOCK","features":[326]},{"name":"FSCTL_REQUEST_FILTER_OPLOCK","features":[326]},{"name":"FSCTL_REQUEST_OPLOCK","features":[326]},{"name":"FSCTL_REQUEST_OPLOCK_LEVEL_1","features":[326]},{"name":"FSCTL_REQUEST_OPLOCK_LEVEL_2","features":[326]},{"name":"FSCTL_RESET_VOLUME_ALLOCATION_HINTS","features":[326]},{"name":"FSCTL_RKF_INTERNAL","features":[326]},{"name":"FSCTL_SCRUB_DATA","features":[326]},{"name":"FSCTL_SCRUB_UNDISCOVERABLE_ID","features":[326]},{"name":"FSCTL_SD_GLOBAL_CHANGE","features":[326]},{"name":"FSCTL_SECURITY_ID_CHECK","features":[326]},{"name":"FSCTL_SET_BOOTLOADER_ACCESSED","features":[326]},{"name":"FSCTL_SET_CACHED_RUNS_STATE","features":[326]},{"name":"FSCTL_SET_COMPRESSION","features":[326]},{"name":"FSCTL_SET_DAX_ALLOC_ALIGNMENT_HINT","features":[326]},{"name":"FSCTL_SET_DEFECT_MANAGEMENT","features":[326]},{"name":"FSCTL_SET_ENCRYPTION","features":[326]},{"name":"FSCTL_SET_EXTERNAL_BACKING","features":[326]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION","features":[326]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_BUFFER","features":[326]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX","features":[326]},{"name":"FSCTL_SET_INTEGRITY_INFORMATION_EX","features":[326]},{"name":"FSCTL_SET_LAYER_ROOT","features":[326]},{"name":"FSCTL_SET_OBJECT_ID","features":[326]},{"name":"FSCTL_SET_OBJECT_ID_EXTENDED","features":[326]},{"name":"FSCTL_SET_PERSISTENT_VOLUME_STATE","features":[326]},{"name":"FSCTL_SET_PURGE_FAILURE_MODE","features":[326]},{"name":"FSCTL_SET_REFS_FILE_STRICTLY_SEQUENTIAL","features":[326]},{"name":"FSCTL_SET_REFS_SMR_VOLUME_GC_PARAMETERS","features":[326]},{"name":"FSCTL_SET_REPAIR","features":[326]},{"name":"FSCTL_SET_REPARSE_POINT","features":[326]},{"name":"FSCTL_SET_REPARSE_POINT_EX","features":[326]},{"name":"FSCTL_SET_SHORT_NAME_BEHAVIOR","features":[326]},{"name":"FSCTL_SET_SPARSE","features":[326]},{"name":"FSCTL_SET_VOLUME_COMPRESSION_STATE","features":[326]},{"name":"FSCTL_SET_ZERO_DATA","features":[326]},{"name":"FSCTL_SET_ZERO_ON_DEALLOCATION","features":[326]},{"name":"FSCTL_SHRINK_VOLUME","features":[326]},{"name":"FSCTL_SHUFFLE_FILE","features":[326]},{"name":"FSCTL_SIS_COPYFILE","features":[326]},{"name":"FSCTL_SIS_LINK_FILES","features":[326]},{"name":"FSCTL_SMB_SHARE_FLUSH_AND_PURGE","features":[326]},{"name":"FSCTL_SPARSE_OVERALLOCATE","features":[326]},{"name":"FSCTL_SSDI_STORAGE_REQUEST","features":[326]},{"name":"FSCTL_START_VIRTUALIZATION_INSTANCE","features":[326]},{"name":"FSCTL_START_VIRTUALIZATION_INSTANCE_EX","features":[326]},{"name":"FSCTL_STORAGE_QOS_CONTROL","features":[326]},{"name":"FSCTL_STREAMS_ASSOCIATE_ID","features":[326]},{"name":"FSCTL_STREAMS_QUERY_ID","features":[326]},{"name":"FSCTL_STREAMS_QUERY_PARAMETERS","features":[326]},{"name":"FSCTL_SUSPEND_OVERLAY","features":[326]},{"name":"FSCTL_SVHDX_ASYNC_TUNNEL_REQUEST","features":[326]},{"name":"FSCTL_SVHDX_SET_INITIATOR_INFORMATION","features":[326]},{"name":"FSCTL_SVHDX_SYNC_TUNNEL_REQUEST","features":[326]},{"name":"FSCTL_TXFS_CREATE_MINIVERSION","features":[326]},{"name":"FSCTL_TXFS_CREATE_SECONDARY_RM","features":[326]},{"name":"FSCTL_TXFS_GET_METADATA_INFO","features":[326]},{"name":"FSCTL_TXFS_GET_TRANSACTED_VERSION","features":[326]},{"name":"FSCTL_TXFS_LIST_TRANSACTIONS","features":[326]},{"name":"FSCTL_TXFS_LIST_TRANSACTION_LOCKED_FILES","features":[326]},{"name":"FSCTL_TXFS_MODIFY_RM","features":[326]},{"name":"FSCTL_TXFS_QUERY_RM_INFORMATION","features":[326]},{"name":"FSCTL_TXFS_READ_BACKUP_INFORMATION","features":[326]},{"name":"FSCTL_TXFS_READ_BACKUP_INFORMATION2","features":[326]},{"name":"FSCTL_TXFS_ROLLFORWARD_REDO","features":[326]},{"name":"FSCTL_TXFS_ROLLFORWARD_UNDO","features":[326]},{"name":"FSCTL_TXFS_SAVEPOINT_INFORMATION","features":[326]},{"name":"FSCTL_TXFS_SHUTDOWN_RM","features":[326]},{"name":"FSCTL_TXFS_START_RM","features":[326]},{"name":"FSCTL_TXFS_TRANSACTION_ACTIVE","features":[326]},{"name":"FSCTL_TXFS_WRITE_BACKUP_INFORMATION","features":[326]},{"name":"FSCTL_TXFS_WRITE_BACKUP_INFORMATION2","features":[326]},{"name":"FSCTL_UNLOCK_VOLUME","features":[326]},{"name":"FSCTL_UNMAP_SPACE","features":[326]},{"name":"FSCTL_UPDATE_OVERLAY","features":[326]},{"name":"FSCTL_UPGRADE_VOLUME","features":[326]},{"name":"FSCTL_USN_TRACK_MODIFIED_RANGES","features":[326]},{"name":"FSCTL_VIRTUAL_STORAGE_PASSTHROUGH","features":[326]},{"name":"FSCTL_VIRTUAL_STORAGE_QUERY_PROPERTY","features":[326]},{"name":"FSCTL_VIRTUAL_STORAGE_SET_BEHAVIOR","features":[326]},{"name":"FSCTL_WAIT_FOR_REPAIR","features":[326]},{"name":"FSCTL_WRITE_RAW_ENCRYPTED","features":[326]},{"name":"FSCTL_WRITE_USN_CLOSE_RECORD","features":[326]},{"name":"FSCTL_WRITE_USN_REASON","features":[326]},{"name":"FS_BPIO_INFLAGS","features":[326]},{"name":"FS_BPIO_INFO","features":[326]},{"name":"FS_BPIO_INPUT","features":[326]},{"name":"FS_BPIO_OPERATIONS","features":[326]},{"name":"FS_BPIO_OP_DISABLE","features":[326]},{"name":"FS_BPIO_OP_ENABLE","features":[326]},{"name":"FS_BPIO_OP_GET_INFO","features":[326]},{"name":"FS_BPIO_OP_MAX_OPERATION","features":[326]},{"name":"FS_BPIO_OP_QUERY","features":[326]},{"name":"FS_BPIO_OP_STREAM_PAUSE","features":[326]},{"name":"FS_BPIO_OP_STREAM_RESUME","features":[326]},{"name":"FS_BPIO_OP_VOLUME_STACK_PAUSE","features":[326]},{"name":"FS_BPIO_OP_VOLUME_STACK_RESUME","features":[326]},{"name":"FS_BPIO_OUTFLAGS","features":[326]},{"name":"FS_BPIO_OUTPUT","features":[326]},{"name":"FS_BPIO_RESULTS","features":[326]},{"name":"FW_ISSUEID_NO_ISSUE","features":[326]},{"name":"FW_ISSUEID_UNKNOWN","features":[326]},{"name":"FileSnapStateInactive","features":[326]},{"name":"FileSnapStateSource","features":[326]},{"name":"FileSnapStateTarget","features":[326]},{"name":"FileStorageTierClassCapacity","features":[326]},{"name":"FileStorageTierClassMax","features":[326]},{"name":"FileStorageTierClassPerformance","features":[326]},{"name":"FileStorageTierClassUnspecified","features":[326]},{"name":"FileStorageTierMediaTypeDisk","features":[326]},{"name":"FileStorageTierMediaTypeMax","features":[326]},{"name":"FileStorageTierMediaTypeScm","features":[326]},{"name":"FileStorageTierMediaTypeSsd","features":[326]},{"name":"FileStorageTierMediaTypeUnspecified","features":[326]},{"name":"FixedMedia","features":[326]},{"name":"FormFactor1_8","features":[326]},{"name":"FormFactor1_8Less","features":[326]},{"name":"FormFactor2_5","features":[326]},{"name":"FormFactor3_5","features":[326]},{"name":"FormFactorDimm","features":[326]},{"name":"FormFactorEmbedded","features":[326]},{"name":"FormFactorM_2","features":[326]},{"name":"FormFactorMemoryCard","features":[326]},{"name":"FormFactorPCIeBoard","features":[326]},{"name":"FormFactorUnknown","features":[326]},{"name":"FormFactormSata","features":[326]},{"name":"GETVERSIONINPARAMS","features":[326]},{"name":"GET_CHANGER_PARAMETERS","features":[326]},{"name":"GET_CHANGER_PARAMETERS_FEATURES1","features":[326]},{"name":"GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST","features":[326]},{"name":"GET_DISK_ATTRIBUTES","features":[326]},{"name":"GET_FILTER_FILE_IDENTIFIER_INPUT","features":[326]},{"name":"GET_FILTER_FILE_IDENTIFIER_OUTPUT","features":[326]},{"name":"GET_LENGTH_INFORMATION","features":[326]},{"name":"GET_MEDIA_TYPES","features":[325,326]},{"name":"GET_VOLUME_BITMAP_FLAG_MASK_METADATA","features":[326]},{"name":"GPT_ATTRIBUTES","features":[326]},{"name":"GPT_ATTRIBUTE_LEGACY_BIOS_BOOTABLE","features":[326]},{"name":"GPT_ATTRIBUTE_NO_BLOCK_IO_PROTOCOL","features":[326]},{"name":"GPT_ATTRIBUTE_PLATFORM_REQUIRED","features":[326]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_DAX","features":[326]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_HIDDEN","features":[326]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER","features":[326]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_OFFLINE","features":[326]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_READ_ONLY","features":[326]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_SERVICE","features":[326]},{"name":"GPT_BASIC_DATA_ATTRIBUTE_SHADOW_COPY","features":[326]},{"name":"GPT_SPACES_ATTRIBUTE_NO_METADATA","features":[326]},{"name":"GP_LOG_PAGE_DESCRIPTOR","features":[326]},{"name":"GUID_DEVICEDUMP_DRIVER_STORAGE_PORT","features":[326]},{"name":"GUID_DEVICEDUMP_STORAGE_DEVICE","features":[326]},{"name":"GUID_DEVINTERFACE_CDCHANGER","features":[326]},{"name":"GUID_DEVINTERFACE_CDROM","features":[326]},{"name":"GUID_DEVINTERFACE_COMPORT","features":[326]},{"name":"GUID_DEVINTERFACE_DISK","features":[326]},{"name":"GUID_DEVINTERFACE_FLOPPY","features":[326]},{"name":"GUID_DEVINTERFACE_HIDDEN_VOLUME","features":[326]},{"name":"GUID_DEVINTERFACE_MEDIUMCHANGER","features":[326]},{"name":"GUID_DEVINTERFACE_PARTITION","features":[326]},{"name":"GUID_DEVINTERFACE_SCM_PHYSICAL_DEVICE","features":[326]},{"name":"GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR","features":[326]},{"name":"GUID_DEVINTERFACE_SERVICE_VOLUME","features":[326]},{"name":"GUID_DEVINTERFACE_SES","features":[326]},{"name":"GUID_DEVINTERFACE_STORAGEPORT","features":[326]},{"name":"GUID_DEVINTERFACE_TAPE","features":[326]},{"name":"GUID_DEVINTERFACE_UNIFIED_ACCESS_RPMB","features":[326]},{"name":"GUID_DEVINTERFACE_VMLUN","features":[326]},{"name":"GUID_DEVINTERFACE_VOLUME","features":[326]},{"name":"GUID_DEVINTERFACE_WRITEONCEDISK","features":[326]},{"name":"GUID_DEVINTERFACE_ZNSDISK","features":[326]},{"name":"GUID_SCM_PD_HEALTH_NOTIFICATION","features":[326]},{"name":"GUID_SCM_PD_PASSTHROUGH_INVDIMM","features":[326]},{"name":"HISTOGRAM_BUCKET","features":[326]},{"name":"HIST_NO_OF_BUCKETS","features":[326]},{"name":"HITACHI_12_WO","features":[326]},{"name":"HealthStatusDisabled","features":[326]},{"name":"HealthStatusFailed","features":[326]},{"name":"HealthStatusNormal","features":[326]},{"name":"HealthStatusThrottled","features":[326]},{"name":"HealthStatusUnknown","features":[326]},{"name":"HealthStatusWarning","features":[326]},{"name":"IBM_3480","features":[326]},{"name":"IBM_3490E","features":[326]},{"name":"IBM_Magstar_3590","features":[326]},{"name":"IBM_Magstar_MP","features":[326]},{"name":"IDENTIFY_BUFFER_SIZE","features":[326]},{"name":"IDEREGS","features":[326]},{"name":"ID_CMD","features":[326]},{"name":"IOCTL_CHANGER_BASE","features":[326]},{"name":"IOCTL_CHANGER_EXCHANGE_MEDIUM","features":[326]},{"name":"IOCTL_CHANGER_GET_ELEMENT_STATUS","features":[326]},{"name":"IOCTL_CHANGER_GET_PARAMETERS","features":[326]},{"name":"IOCTL_CHANGER_GET_PRODUCT_DATA","features":[326]},{"name":"IOCTL_CHANGER_GET_STATUS","features":[326]},{"name":"IOCTL_CHANGER_INITIALIZE_ELEMENT_STATUS","features":[326]},{"name":"IOCTL_CHANGER_MOVE_MEDIUM","features":[326]},{"name":"IOCTL_CHANGER_QUERY_VOLUME_TAGS","features":[326]},{"name":"IOCTL_CHANGER_REINITIALIZE_TRANSPORT","features":[326]},{"name":"IOCTL_CHANGER_SET_ACCESS","features":[326]},{"name":"IOCTL_CHANGER_SET_POSITION","features":[326]},{"name":"IOCTL_DISK_BASE","features":[326]},{"name":"IOCTL_DISK_CHECK_VERIFY","features":[326]},{"name":"IOCTL_DISK_CONTROLLER_NUMBER","features":[326]},{"name":"IOCTL_DISK_CREATE_DISK","features":[326]},{"name":"IOCTL_DISK_DELETE_DRIVE_LAYOUT","features":[326]},{"name":"IOCTL_DISK_EJECT_MEDIA","features":[326]},{"name":"IOCTL_DISK_FIND_NEW_DEVICES","features":[326]},{"name":"IOCTL_DISK_FORMAT_DRIVE","features":[326]},{"name":"IOCTL_DISK_FORMAT_TRACKS","features":[326]},{"name":"IOCTL_DISK_FORMAT_TRACKS_EX","features":[326]},{"name":"IOCTL_DISK_GET_CACHE_INFORMATION","features":[326]},{"name":"IOCTL_DISK_GET_DISK_ATTRIBUTES","features":[326]},{"name":"IOCTL_DISK_GET_DRIVE_GEOMETRY","features":[326]},{"name":"IOCTL_DISK_GET_DRIVE_GEOMETRY_EX","features":[326]},{"name":"IOCTL_DISK_GET_DRIVE_LAYOUT","features":[326]},{"name":"IOCTL_DISK_GET_DRIVE_LAYOUT_EX","features":[326]},{"name":"IOCTL_DISK_GET_LENGTH_INFO","features":[326]},{"name":"IOCTL_DISK_GET_MEDIA_TYPES","features":[326]},{"name":"IOCTL_DISK_GET_PARTITION_INFO","features":[326]},{"name":"IOCTL_DISK_GET_PARTITION_INFO_EX","features":[326]},{"name":"IOCTL_DISK_GET_WRITE_CACHE_STATE","features":[326]},{"name":"IOCTL_DISK_GROW_PARTITION","features":[326]},{"name":"IOCTL_DISK_HISTOGRAM_DATA","features":[326]},{"name":"IOCTL_DISK_HISTOGRAM_RESET","features":[326]},{"name":"IOCTL_DISK_HISTOGRAM_STRUCTURE","features":[326]},{"name":"IOCTL_DISK_IS_WRITABLE","features":[326]},{"name":"IOCTL_DISK_LOAD_MEDIA","features":[326]},{"name":"IOCTL_DISK_LOGGING","features":[326]},{"name":"IOCTL_DISK_MEDIA_REMOVAL","features":[326]},{"name":"IOCTL_DISK_PERFORMANCE","features":[326]},{"name":"IOCTL_DISK_PERFORMANCE_OFF","features":[326]},{"name":"IOCTL_DISK_REASSIGN_BLOCKS","features":[326]},{"name":"IOCTL_DISK_REASSIGN_BLOCKS_EX","features":[326]},{"name":"IOCTL_DISK_RELEASE","features":[326]},{"name":"IOCTL_DISK_REQUEST_DATA","features":[326]},{"name":"IOCTL_DISK_REQUEST_STRUCTURE","features":[326]},{"name":"IOCTL_DISK_RESERVE","features":[326]},{"name":"IOCTL_DISK_RESET_SNAPSHOT_INFO","features":[326]},{"name":"IOCTL_DISK_SENSE_DEVICE","features":[326]},{"name":"IOCTL_DISK_SET_CACHE_INFORMATION","features":[326]},{"name":"IOCTL_DISK_SET_DISK_ATTRIBUTES","features":[326]},{"name":"IOCTL_DISK_SET_DRIVE_LAYOUT","features":[326]},{"name":"IOCTL_DISK_SET_DRIVE_LAYOUT_EX","features":[326]},{"name":"IOCTL_DISK_SET_PARTITION_INFO","features":[326]},{"name":"IOCTL_DISK_SET_PARTITION_INFO_EX","features":[326]},{"name":"IOCTL_DISK_UPDATE_DRIVE_SIZE","features":[326]},{"name":"IOCTL_DISK_UPDATE_PROPERTIES","features":[326]},{"name":"IOCTL_DISK_VERIFY","features":[326]},{"name":"IOCTL_SCMBUS_BASE","features":[326]},{"name":"IOCTL_SCMBUS_DEVICE_FUNCTION_BASE","features":[326]},{"name":"IOCTL_SCM_BUS_GET_LOGICAL_DEVICES","features":[326]},{"name":"IOCTL_SCM_BUS_GET_PHYSICAL_DEVICES","features":[326]},{"name":"IOCTL_SCM_BUS_GET_REGIONS","features":[326]},{"name":"IOCTL_SCM_BUS_QUERY_PROPERTY","features":[326]},{"name":"IOCTL_SCM_BUS_REFRESH_NAMESPACE","features":[326]},{"name":"IOCTL_SCM_BUS_RUNTIME_FW_ACTIVATE","features":[326]},{"name":"IOCTL_SCM_BUS_SET_PROPERTY","features":[326]},{"name":"IOCTL_SCM_LD_GET_INTERLEAVE_SET","features":[326]},{"name":"IOCTL_SCM_LOGICAL_DEVICE_FUNCTION_BASE","features":[326]},{"name":"IOCTL_SCM_PD_FIRMWARE_ACTIVATE","features":[326]},{"name":"IOCTL_SCM_PD_FIRMWARE_DOWNLOAD","features":[326]},{"name":"IOCTL_SCM_PD_PASSTHROUGH","features":[326]},{"name":"IOCTL_SCM_PD_QUERY_PROPERTY","features":[326]},{"name":"IOCTL_SCM_PD_REINITIALIZE_MEDIA","features":[326]},{"name":"IOCTL_SCM_PD_SET_PROPERTY","features":[326]},{"name":"IOCTL_SCM_PD_UPDATE_MANAGEMENT_STATUS","features":[326]},{"name":"IOCTL_SCM_PHYSICAL_DEVICE_FUNCTION_BASE","features":[326]},{"name":"IOCTL_SERENUM_EXPOSE_HARDWARE","features":[326]},{"name":"IOCTL_SERENUM_GET_PORT_NAME","features":[326]},{"name":"IOCTL_SERENUM_PORT_DESC","features":[326]},{"name":"IOCTL_SERENUM_REMOVE_HARDWARE","features":[326]},{"name":"IOCTL_SERIAL_LSRMST_INSERT","features":[326]},{"name":"IOCTL_STORAGE_ALLOCATE_BC_STREAM","features":[326]},{"name":"IOCTL_STORAGE_ATTRIBUTE_MANAGEMENT","features":[326]},{"name":"IOCTL_STORAGE_BASE","features":[326]},{"name":"IOCTL_STORAGE_BC_VERSION","features":[326]},{"name":"IOCTL_STORAGE_BREAK_RESERVATION","features":[326]},{"name":"IOCTL_STORAGE_CHECK_PRIORITY_HINT_SUPPORT","features":[326]},{"name":"IOCTL_STORAGE_CHECK_VERIFY","features":[326]},{"name":"IOCTL_STORAGE_CHECK_VERIFY2","features":[326]},{"name":"IOCTL_STORAGE_DEVICE_POWER_CAP","features":[326]},{"name":"IOCTL_STORAGE_DEVICE_TELEMETRY_NOTIFY","features":[326]},{"name":"IOCTL_STORAGE_DEVICE_TELEMETRY_QUERY_CAPS","features":[326]},{"name":"IOCTL_STORAGE_DIAGNOSTIC","features":[326]},{"name":"IOCTL_STORAGE_EJECTION_CONTROL","features":[326]},{"name":"IOCTL_STORAGE_EJECT_MEDIA","features":[326]},{"name":"IOCTL_STORAGE_ENABLE_IDLE_POWER","features":[326]},{"name":"IOCTL_STORAGE_EVENT_NOTIFICATION","features":[326]},{"name":"IOCTL_STORAGE_FAILURE_PREDICTION_CONFIG","features":[326]},{"name":"IOCTL_STORAGE_FIND_NEW_DEVICES","features":[326]},{"name":"IOCTL_STORAGE_FIRMWARE_ACTIVATE","features":[326]},{"name":"IOCTL_STORAGE_FIRMWARE_DOWNLOAD","features":[326]},{"name":"IOCTL_STORAGE_FIRMWARE_GET_INFO","features":[326]},{"name":"IOCTL_STORAGE_FREE_BC_STREAM","features":[326]},{"name":"IOCTL_STORAGE_GET_BC_PROPERTIES","features":[326]},{"name":"IOCTL_STORAGE_GET_COUNTERS","features":[326]},{"name":"IOCTL_STORAGE_GET_DEVICE_INTERNAL_LOG","features":[326]},{"name":"IOCTL_STORAGE_GET_DEVICE_NUMBER","features":[326]},{"name":"IOCTL_STORAGE_GET_DEVICE_NUMBER_EX","features":[326]},{"name":"IOCTL_STORAGE_GET_DEVICE_TELEMETRY","features":[326]},{"name":"IOCTL_STORAGE_GET_DEVICE_TELEMETRY_RAW","features":[326]},{"name":"IOCTL_STORAGE_GET_HOTPLUG_INFO","features":[326]},{"name":"IOCTL_STORAGE_GET_IDLE_POWERUP_REASON","features":[326]},{"name":"IOCTL_STORAGE_GET_LB_PROVISIONING_MAP_RESOURCES","features":[326]},{"name":"IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER","features":[326]},{"name":"IOCTL_STORAGE_GET_MEDIA_TYPES","features":[326]},{"name":"IOCTL_STORAGE_GET_MEDIA_TYPES_EX","features":[326]},{"name":"IOCTL_STORAGE_GET_PHYSICAL_ELEMENT_STATUS","features":[326]},{"name":"IOCTL_STORAGE_LOAD_MEDIA","features":[326]},{"name":"IOCTL_STORAGE_LOAD_MEDIA2","features":[326]},{"name":"IOCTL_STORAGE_MANAGE_BYPASS_IO","features":[326]},{"name":"IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES","features":[326]},{"name":"IOCTL_STORAGE_MCN_CONTROL","features":[326]},{"name":"IOCTL_STORAGE_MEDIA_REMOVAL","features":[326]},{"name":"IOCTL_STORAGE_PERSISTENT_RESERVE_IN","features":[326]},{"name":"IOCTL_STORAGE_PERSISTENT_RESERVE_OUT","features":[326]},{"name":"IOCTL_STORAGE_POWER_ACTIVE","features":[326]},{"name":"IOCTL_STORAGE_POWER_IDLE","features":[326]},{"name":"IOCTL_STORAGE_PREDICT_FAILURE","features":[326]},{"name":"IOCTL_STORAGE_PROTOCOL_COMMAND","features":[326]},{"name":"IOCTL_STORAGE_QUERY_PROPERTY","features":[326]},{"name":"IOCTL_STORAGE_READ_CAPACITY","features":[326]},{"name":"IOCTL_STORAGE_REINITIALIZE_MEDIA","features":[326]},{"name":"IOCTL_STORAGE_RELEASE","features":[326]},{"name":"IOCTL_STORAGE_REMOVE_ELEMENT_AND_TRUNCATE","features":[326]},{"name":"IOCTL_STORAGE_RESERVE","features":[326]},{"name":"IOCTL_STORAGE_RESET_BUS","features":[326]},{"name":"IOCTL_STORAGE_RESET_DEVICE","features":[326]},{"name":"IOCTL_STORAGE_RPMB_COMMAND","features":[326]},{"name":"IOCTL_STORAGE_SET_HOTPLUG_INFO","features":[326]},{"name":"IOCTL_STORAGE_SET_PROPERTY","features":[326]},{"name":"IOCTL_STORAGE_SET_TEMPERATURE_THRESHOLD","features":[326]},{"name":"IOCTL_STORAGE_START_DATA_INTEGRITY_CHECK","features":[326]},{"name":"IOCTL_STORAGE_STOP_DATA_INTEGRITY_CHECK","features":[326]},{"name":"IOMEGA_JAZ","features":[326]},{"name":"IOMEGA_ZIP","features":[326]},{"name":"IO_IRP_EXT_TRACK_OFFSET_HEADER","features":[326]},{"name":"KODAK_14_WO","features":[326]},{"name":"KeepPrefetchedData","features":[326]},{"name":"KeepReadData","features":[326]},{"name":"LMRQuerySessionInfo","features":[326]},{"name":"LMR_QUERY_INFO_CLASS","features":[326]},{"name":"LMR_QUERY_INFO_PARAM","features":[326]},{"name":"LMR_QUERY_SESSION_INFO","features":[326]},{"name":"LOCK_ELEMENT","features":[326]},{"name":"LOCK_UNLOCK_DOOR","features":[326]},{"name":"LOCK_UNLOCK_IEPORT","features":[326]},{"name":"LOCK_UNLOCK_KEYPAD","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_DATA","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_INDEX","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_MASK","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_ATTRIBUTE_SYSTEM","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_DENY_DEFRAG_SET","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_FS_SYSTEM_FILE","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_PAGE_FILE","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_ENTRY_FLAG_TXF_SYSTEM_FILE","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_INPUT","features":[326]},{"name":"LOOKUP_STREAM_FROM_CLUSTER_OUTPUT","features":[326]},{"name":"LTO_Accelis","features":[326]},{"name":"LTO_Ultrium","features":[326]},{"name":"MARK_HANDLE_CLOUD_SYNC","features":[326]},{"name":"MARK_HANDLE_DISABLE_FILE_METADATA_OPTIMIZATION","features":[326]},{"name":"MARK_HANDLE_ENABLE_CPU_CACHE","features":[326]},{"name":"MARK_HANDLE_ENABLE_USN_SOURCE_ON_PAGING_IO","features":[326]},{"name":"MARK_HANDLE_FILTER_METADATA","features":[326]},{"name":"MARK_HANDLE_INFO","features":[305,326]},{"name":"MARK_HANDLE_INFO32","features":[326]},{"name":"MARK_HANDLE_NOT_READ_COPY","features":[326]},{"name":"MARK_HANDLE_NOT_REALTIME","features":[326]},{"name":"MARK_HANDLE_NOT_TXF_SYSTEM_LOG","features":[326]},{"name":"MARK_HANDLE_PROTECT_CLUSTERS","features":[326]},{"name":"MARK_HANDLE_READ_COPY","features":[326]},{"name":"MARK_HANDLE_REALTIME","features":[326]},{"name":"MARK_HANDLE_RETURN_PURGE_FAILURE","features":[326]},{"name":"MARK_HANDLE_SKIP_COHERENCY_SYNC_DISALLOW_WRITES","features":[326]},{"name":"MARK_HANDLE_SUPPRESS_VOLUME_OPEN_FLUSH","features":[326]},{"name":"MARK_HANDLE_TXF_SYSTEM_LOG","features":[326]},{"name":"MAXIMUM_ENCRYPTION_VALUE","features":[326]},{"name":"MAX_FW_BUCKET_ID_LENGTH","features":[326]},{"name":"MAX_INTERFACE_CODES","features":[326]},{"name":"MAX_VOLUME_ID_SIZE","features":[326]},{"name":"MAX_VOLUME_TEMPLATE_SIZE","features":[326]},{"name":"MEDIA_CURRENTLY_MOUNTED","features":[326]},{"name":"MEDIA_ERASEABLE","features":[326]},{"name":"MEDIA_READ_ONLY","features":[326]},{"name":"MEDIA_READ_WRITE","features":[326]},{"name":"MEDIA_TYPE","features":[326]},{"name":"MEDIA_WRITE_ONCE","features":[326]},{"name":"MEDIA_WRITE_PROTECTED","features":[326]},{"name":"METHOD_BUFFERED","features":[326]},{"name":"METHOD_DIRECT_FROM_HARDWARE","features":[326]},{"name":"METHOD_DIRECT_TO_HARDWARE","features":[326]},{"name":"METHOD_IN_DIRECT","features":[326]},{"name":"METHOD_NEITHER","features":[326]},{"name":"METHOD_OUT_DIRECT","features":[326]},{"name":"MFT_ENUM_DATA_V0","features":[326]},{"name":"MFT_ENUM_DATA_V1","features":[326]},{"name":"MOVE_FILE_DATA","features":[305,326]},{"name":"MOVE_FILE_DATA32","features":[326]},{"name":"MOVE_FILE_RECORD_DATA","features":[305,326]},{"name":"MO_3_RW","features":[326]},{"name":"MO_5_LIMDOW","features":[326]},{"name":"MO_5_RW","features":[326]},{"name":"MO_5_WO","features":[326]},{"name":"MO_NFR_525","features":[326]},{"name":"MP2_8mm","features":[326]},{"name":"MP_8mm","features":[326]},{"name":"MiniQic","features":[326]},{"name":"NCTP","features":[326]},{"name":"NIKON_12_RW","features":[326]},{"name":"NTFS_EXTENDED_VOLUME_DATA","features":[326]},{"name":"NTFS_FILE_RECORD_INPUT_BUFFER","features":[326]},{"name":"NTFS_FILE_RECORD_OUTPUT_BUFFER","features":[326]},{"name":"NTFS_STATISTICS","features":[326]},{"name":"NTFS_STATISTICS_EX","features":[326]},{"name":"NTFS_VOLUME_DATA_BUFFER","features":[326]},{"name":"NVMeDataTypeFeature","features":[326]},{"name":"NVMeDataTypeIdentify","features":[326]},{"name":"NVMeDataTypeLogPage","features":[326]},{"name":"NVMeDataTypeUnknown","features":[326]},{"name":"OBSOLETE_DISK_GET_WRITE_CACHE_STATE","features":[326]},{"name":"OBSOLETE_IOCTL_STORAGE_RESET_BUS","features":[326]},{"name":"OBSOLETE_IOCTL_STORAGE_RESET_DEVICE","features":[326]},{"name":"OFFLOAD_READ_FLAG_ALL_ZERO_BEYOND_CURRENT_RANGE","features":[326]},{"name":"OPLOCK_LEVEL_CACHE_HANDLE","features":[326]},{"name":"OPLOCK_LEVEL_CACHE_READ","features":[326]},{"name":"OPLOCK_LEVEL_CACHE_WRITE","features":[326]},{"name":"PARTIITON_OS_DATA","features":[326]},{"name":"PARTITION_BSP","features":[326]},{"name":"PARTITION_DM","features":[326]},{"name":"PARTITION_DPP","features":[326]},{"name":"PARTITION_ENTRY_UNUSED","features":[326]},{"name":"PARTITION_EXTENDED","features":[326]},{"name":"PARTITION_EZDRIVE","features":[326]},{"name":"PARTITION_FAT32","features":[326]},{"name":"PARTITION_FAT32_XINT13","features":[326]},{"name":"PARTITION_FAT_12","features":[326]},{"name":"PARTITION_FAT_16","features":[326]},{"name":"PARTITION_GPT","features":[326]},{"name":"PARTITION_HUGE","features":[326]},{"name":"PARTITION_IFS","features":[326]},{"name":"PARTITION_INFORMATION","features":[305,326]},{"name":"PARTITION_INFORMATION_EX","features":[305,326]},{"name":"PARTITION_INFORMATION_GPT","features":[326]},{"name":"PARTITION_INFORMATION_MBR","features":[305,326]},{"name":"PARTITION_LDM","features":[326]},{"name":"PARTITION_MAIN_OS","features":[326]},{"name":"PARTITION_MSFT_RECOVERY","features":[326]},{"name":"PARTITION_NTFT","features":[326]},{"name":"PARTITION_OS2BOOTMGR","features":[326]},{"name":"PARTITION_PREP","features":[326]},{"name":"PARTITION_PRE_INSTALLED","features":[326]},{"name":"PARTITION_SPACES","features":[326]},{"name":"PARTITION_SPACES_DATA","features":[326]},{"name":"PARTITION_STYLE","features":[326]},{"name":"PARTITION_STYLE_GPT","features":[326]},{"name":"PARTITION_STYLE_MBR","features":[326]},{"name":"PARTITION_STYLE_RAW","features":[326]},{"name":"PARTITION_SYSTEM","features":[326]},{"name":"PARTITION_UNIX","features":[326]},{"name":"PARTITION_WINDOWS_SYSTEM","features":[326]},{"name":"PARTITION_XENIX_1","features":[326]},{"name":"PARTITION_XENIX_2","features":[326]},{"name":"PARTITION_XINT13","features":[326]},{"name":"PARTITION_XINT13_EXTENDED","features":[326]},{"name":"PATHNAME_BUFFER","features":[326]},{"name":"PC_5_RW","features":[326]},{"name":"PC_5_WO","features":[326]},{"name":"PD_5_RW","features":[326]},{"name":"PERF_BIN","features":[326]},{"name":"PERSISTENT_RESERVE_COMMAND","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_BACKED_BY_WIM","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_CHKDSK_RAN_ONCE","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_CONTAINS_BACKING_WIM","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_DAX_FORMATTED","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_DEV_VOLUME","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_GLOBAL_METADATA_NO_SEEK_PENALTY","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_LOCAL_METADATA_NO_SEEK_PENALTY","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_MODIFIED_BY_CHKDSK","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_NO_HEAT_GATHERING","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_NO_WRITE_AUTO_TIERING","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_REALLOCATE_ALL_DATA_WRITES","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_SHORT_NAME_CREATION_DISABLED","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_TRUSTED_VOLUME","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_TXF_DISABLED","features":[326]},{"name":"PERSISTENT_VOLUME_STATE_VOLUME_SCRUB_DISABLED","features":[326]},{"name":"PHILIPS_12_WO","features":[326]},{"name":"PHYSICAL_ELEMENT_STATUS","features":[326]},{"name":"PHYSICAL_ELEMENT_STATUS_DESCRIPTOR","features":[326]},{"name":"PHYSICAL_ELEMENT_STATUS_REQUEST","features":[326]},{"name":"PINNACLE_APEX_5_RW","features":[326]},{"name":"PIO_IRP_EXT_PROCESS_TRACKED_OFFSET_CALLBACK","features":[326]},{"name":"PLEX_READ_DATA_REQUEST","features":[326]},{"name":"PREVENT_MEDIA_REMOVAL","features":[305,326]},{"name":"PRODUCT_ID_LENGTH","features":[326]},{"name":"PROJFS_PROTOCOL_VERSION","features":[326]},{"name":"PropertyExistsQuery","features":[326]},{"name":"PropertyExistsSet","features":[326]},{"name":"PropertyMaskQuery","features":[326]},{"name":"PropertyQueryMaxDefined","features":[326]},{"name":"PropertySetMaxDefined","features":[326]},{"name":"PropertyStandardQuery","features":[326]},{"name":"PropertyStandardSet","features":[326]},{"name":"ProtocolTypeAta","features":[326]},{"name":"ProtocolTypeMaxReserved","features":[326]},{"name":"ProtocolTypeNvme","features":[326]},{"name":"ProtocolTypeProprietary","features":[326]},{"name":"ProtocolTypeScsi","features":[326]},{"name":"ProtocolTypeSd","features":[326]},{"name":"ProtocolTypeUfs","features":[326]},{"name":"ProtocolTypeUnknown","features":[326]},{"name":"QIC","features":[326]},{"name":"QUERY_BAD_RANGES_INPUT","features":[326]},{"name":"QUERY_BAD_RANGES_INPUT_RANGE","features":[326]},{"name":"QUERY_BAD_RANGES_OUTPUT","features":[326]},{"name":"QUERY_BAD_RANGES_OUTPUT_RANGE","features":[326]},{"name":"QUERY_DEPENDENT_VOLUME_REQUEST_FLAG_GUEST_VOLUMES","features":[326]},{"name":"QUERY_DEPENDENT_VOLUME_REQUEST_FLAG_HOST_VOLUMES","features":[326]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE","features":[326]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_CLUSTERS","features":[326]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_FILEID","features":[326]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_NONE","features":[326]},{"name":"QUERY_FILE_LAYOUT_FILTER_TYPE_STORAGE_RESERVE_ID","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_EXTENTS","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_EXTRA_INFO","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_FILES_WITH_DSC_ATTRIBUTE","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_FULL_PATH_IN_NAMES","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_NAMES","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_ONLY_FILES_WITH_SPECIFIC_ATTRIBUTES","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAMS","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAMS_WITH_NO_CLUSTERS_ALLOCATED","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_DATA_ATTRIBUTE","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_DSC_ATTRIBUTE","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_EA_ATTRIBUTE","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_EFS_ATTRIBUTE","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_REPARSE_ATTRIBUTE","features":[326]},{"name":"QUERY_FILE_LAYOUT_INCLUDE_STREAM_INFORMATION_FOR_TXF_ATTRIBUTE","features":[326]},{"name":"QUERY_FILE_LAYOUT_INPUT","features":[326]},{"name":"QUERY_FILE_LAYOUT_NUM_FILTER_TYPES","features":[326]},{"name":"QUERY_FILE_LAYOUT_OUTPUT","features":[326]},{"name":"QUERY_FILE_LAYOUT_REPARSE_DATA_INVALID","features":[326]},{"name":"QUERY_FILE_LAYOUT_REPARSE_TAG_INVALID","features":[326]},{"name":"QUERY_FILE_LAYOUT_RESTART","features":[326]},{"name":"QUERY_FILE_LAYOUT_SINGLE_INSTANCED","features":[326]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_MEASURE_READ","features":[326]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_MEASURE_WRITE","features":[326]},{"name":"QUERY_STORAGE_CLASSES_FLAGS_NO_DEFRAG_VOLUME","features":[326]},{"name":"READ_ATTRIBUTES","features":[326]},{"name":"READ_ATTRIBUTE_BUFFER_SIZE","features":[326]},{"name":"READ_COMPRESSION_INFO_VALID","features":[326]},{"name":"READ_COPY_NUMBER_BYPASS_CACHE_FLAG","features":[326]},{"name":"READ_COPY_NUMBER_KEY","features":[326]},{"name":"READ_ELEMENT_ADDRESS_INFO","features":[326]},{"name":"READ_FILE_USN_DATA","features":[326]},{"name":"READ_THRESHOLDS","features":[326]},{"name":"READ_THRESHOLD_BUFFER_SIZE","features":[326]},{"name":"READ_USN_JOURNAL_DATA_V0","features":[326]},{"name":"READ_USN_JOURNAL_DATA_V1","features":[326]},{"name":"REASSIGN_BLOCKS","features":[326]},{"name":"REASSIGN_BLOCKS_EX","features":[326]},{"name":"RECOVERED_READS_VALID","features":[326]},{"name":"RECOVERED_WRITES_VALID","features":[326]},{"name":"REFS_SMR_VOLUME_GC_ACTION","features":[326]},{"name":"REFS_SMR_VOLUME_GC_METHOD","features":[326]},{"name":"REFS_SMR_VOLUME_GC_PARAMETERS","features":[326]},{"name":"REFS_SMR_VOLUME_GC_PARAMETERS_VERSION_V1","features":[326]},{"name":"REFS_SMR_VOLUME_GC_STATE","features":[326]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT","features":[326]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT_VERSION_V0","features":[326]},{"name":"REFS_SMR_VOLUME_INFO_OUTPUT_VERSION_V1","features":[326]},{"name":"REFS_VOLUME_DATA_BUFFER","features":[326]},{"name":"REMOVE_ELEMENT_AND_TRUNCATE_REQUEST","features":[326]},{"name":"REPAIR_COPIES_INPUT","features":[326]},{"name":"REPAIR_COPIES_OUTPUT","features":[326]},{"name":"REPLACE_ALTERNATE","features":[326]},{"name":"REPLACE_PRIMARY","features":[326]},{"name":"REQUEST_OPLOCK_CURRENT_VERSION","features":[326]},{"name":"REQUEST_OPLOCK_INPUT_BUFFER","features":[326]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_ACK","features":[326]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_COMPLETE_ACK_ON_CLOSE","features":[326]},{"name":"REQUEST_OPLOCK_INPUT_FLAG_REQUEST","features":[326]},{"name":"REQUEST_OPLOCK_OUTPUT_BUFFER","features":[326]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_ACK_REQUIRED","features":[326]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_MODES_PROVIDED","features":[326]},{"name":"REQUEST_OPLOCK_OUTPUT_FLAG_WRITABLE_SECTION_PRESENT","features":[326]},{"name":"REQUEST_RAW_ENCRYPTED_DATA","features":[326]},{"name":"RETRACT_IEPORT","features":[326]},{"name":"RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER","features":[326]},{"name":"RETRIEVAL_POINTERS_BUFFER","features":[326]},{"name":"RETRIEVAL_POINTER_BASE","features":[326]},{"name":"RETRIEVAL_POINTER_COUNT","features":[326]},{"name":"RETURN_SMART_STATUS","features":[326]},{"name":"REVISION_LENGTH","features":[326]},{"name":"RemovableMedia","features":[326]},{"name":"RequestLocation","features":[326]},{"name":"RequestSize","features":[326]},{"name":"SAIT","features":[326]},{"name":"SAVE_ATTRIBUTE_VALUES","features":[326]},{"name":"SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO","features":[326]},{"name":"SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO","features":[326]},{"name":"SCM_BUS_DEDICATED_MEMORY_STATE","features":[305,326]},{"name":"SCM_BUS_FIRMWARE_ACTIVATION_STATE","features":[326]},{"name":"SCM_BUS_PROPERTY_ID","features":[326]},{"name":"SCM_BUS_PROPERTY_QUERY","features":[326]},{"name":"SCM_BUS_PROPERTY_SET","features":[326]},{"name":"SCM_BUS_QUERY_TYPE","features":[326]},{"name":"SCM_BUS_RUNTIME_FW_ACTIVATION_INFO","features":[305,326]},{"name":"SCM_BUS_SET_TYPE","features":[326]},{"name":"SCM_INTERLEAVED_PD_INFO","features":[326]},{"name":"SCM_LD_INTERLEAVE_SET_INFO","features":[326]},{"name":"SCM_LOGICAL_DEVICES","features":[326]},{"name":"SCM_LOGICAL_DEVICE_INSTANCE","features":[326]},{"name":"SCM_MAX_SYMLINK_LEN_IN_CHARS","features":[326]},{"name":"SCM_PD_DESCRIPTOR_HEADER","features":[326]},{"name":"SCM_PD_DEVICE_HANDLE","features":[326]},{"name":"SCM_PD_DEVICE_INFO","features":[326]},{"name":"SCM_PD_DEVICE_SPECIFIC_INFO","features":[326]},{"name":"SCM_PD_DEVICE_SPECIFIC_PROPERTY","features":[326]},{"name":"SCM_PD_FIRMWARE_ACTIVATE","features":[326]},{"name":"SCM_PD_FIRMWARE_ACTIVATION_STATE","features":[326]},{"name":"SCM_PD_FIRMWARE_DOWNLOAD","features":[326]},{"name":"SCM_PD_FIRMWARE_INFO","features":[326]},{"name":"SCM_PD_FIRMWARE_LAST_DOWNLOAD","features":[326]},{"name":"SCM_PD_FIRMWARE_REVISION_LENGTH_BYTES","features":[326]},{"name":"SCM_PD_FIRMWARE_SLOT_INFO","features":[326]},{"name":"SCM_PD_FRU_ID_STRING","features":[326]},{"name":"SCM_PD_HEALTH_NOTIFICATION_DATA","features":[326]},{"name":"SCM_PD_HEALTH_STATUS","features":[326]},{"name":"SCM_PD_LAST_FW_ACTIVATION_STATUS","features":[326]},{"name":"SCM_PD_LOCATION_STRING","features":[326]},{"name":"SCM_PD_MANAGEMENT_STATUS","features":[326]},{"name":"SCM_PD_MAX_OPERATIONAL_STATUS","features":[326]},{"name":"SCM_PD_MEDIA_REINITIALIZATION_STATUS","features":[326]},{"name":"SCM_PD_OPERATIONAL_STATUS","features":[326]},{"name":"SCM_PD_OPERATIONAL_STATUS_REASON","features":[326]},{"name":"SCM_PD_PASSTHROUGH_INPUT","features":[326]},{"name":"SCM_PD_PASSTHROUGH_INVDIMM_INPUT","features":[326]},{"name":"SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT","features":[326]},{"name":"SCM_PD_PASSTHROUGH_OUTPUT","features":[326]},{"name":"SCM_PD_PROPERTY_ID","features":[326]},{"name":"SCM_PD_PROPERTY_NAME_LENGTH_IN_CHARS","features":[326]},{"name":"SCM_PD_PROPERTY_QUERY","features":[326]},{"name":"SCM_PD_PROPERTY_SET","features":[326]},{"name":"SCM_PD_QUERY_TYPE","features":[326]},{"name":"SCM_PD_REINITIALIZE_MEDIA_INPUT","features":[326]},{"name":"SCM_PD_REINITIALIZE_MEDIA_OUTPUT","features":[326]},{"name":"SCM_PD_RUNTIME_FW_ACTIVATION_ARM_STATE","features":[305,326]},{"name":"SCM_PD_RUNTIME_FW_ACTIVATION_INFO","features":[326]},{"name":"SCM_PD_SET_TYPE","features":[326]},{"name":"SCM_PHYSICAL_DEVICES","features":[326]},{"name":"SCM_PHYSICAL_DEVICE_INSTANCE","features":[326]},{"name":"SCM_REGION","features":[326]},{"name":"SCM_REGIONS","features":[326]},{"name":"SCM_REGION_FLAG","features":[326]},{"name":"SD_CHANGE_MACHINE_SID_INPUT","features":[326]},{"name":"SD_CHANGE_MACHINE_SID_OUTPUT","features":[326]},{"name":"SD_ENUM_SDS_ENTRY","features":[326]},{"name":"SD_ENUM_SDS_INPUT","features":[326]},{"name":"SD_ENUM_SDS_OUTPUT","features":[326]},{"name":"SD_GLOBAL_CHANGE_INPUT","features":[326]},{"name":"SD_GLOBAL_CHANGE_OUTPUT","features":[326]},{"name":"SD_GLOBAL_CHANGE_TYPE_ENUM_SDS","features":[326]},{"name":"SD_GLOBAL_CHANGE_TYPE_MACHINE_SID","features":[326]},{"name":"SD_GLOBAL_CHANGE_TYPE_QUERY_STATS","features":[326]},{"name":"SD_QUERY_STATS_INPUT","features":[326]},{"name":"SD_QUERY_STATS_OUTPUT","features":[326]},{"name":"SEARCH_ALL","features":[326]},{"name":"SEARCH_ALL_NO_SEQ","features":[326]},{"name":"SEARCH_ALTERNATE","features":[326]},{"name":"SEARCH_ALT_NO_SEQ","features":[326]},{"name":"SEARCH_PRIMARY","features":[326]},{"name":"SEARCH_PRI_NO_SEQ","features":[326]},{"name":"SENDCMDINPARAMS","features":[326]},{"name":"SENDCMDOUTPARAMS","features":[326]},{"name":"SERIAL_IOC_FCR_DMA_MODE","features":[326]},{"name":"SERIAL_IOC_FCR_FIFO_ENABLE","features":[326]},{"name":"SERIAL_IOC_FCR_RCVR_RESET","features":[326]},{"name":"SERIAL_IOC_FCR_RCVR_TRIGGER_LSB","features":[326]},{"name":"SERIAL_IOC_FCR_RCVR_TRIGGER_MSB","features":[326]},{"name":"SERIAL_IOC_FCR_RES1","features":[326]},{"name":"SERIAL_IOC_FCR_RES2","features":[326]},{"name":"SERIAL_IOC_FCR_XMIT_RESET","features":[326]},{"name":"SERIAL_IOC_MCR_DTR","features":[326]},{"name":"SERIAL_IOC_MCR_LOOP","features":[326]},{"name":"SERIAL_IOC_MCR_OUT1","features":[326]},{"name":"SERIAL_IOC_MCR_OUT2","features":[326]},{"name":"SERIAL_IOC_MCR_RTS","features":[326]},{"name":"SERIAL_NUMBER_LENGTH","features":[326]},{"name":"SET_DAX_ALLOC_ALIGNMENT_HINT_INPUT","features":[326]},{"name":"SET_DISK_ATTRIBUTES","features":[305,326]},{"name":"SET_PARTITION_INFORMATION","features":[326]},{"name":"SET_PARTITION_INFORMATION_EX","features":[326]},{"name":"SET_PURGE_FAILURE_MODE_DISABLED","features":[326]},{"name":"SET_PURGE_FAILURE_MODE_ENABLED","features":[326]},{"name":"SET_PURGE_FAILURE_MODE_INPUT","features":[326]},{"name":"SET_REPAIR_DISABLED_AND_BUGCHECK_ON_CORRUPT","features":[326]},{"name":"SET_REPAIR_ENABLED","features":[326]},{"name":"SET_REPAIR_VALID_MASK","features":[326]},{"name":"SET_REPAIR_WARN_ABOUT_DATA_LOSS","features":[326]},{"name":"SHRINK_VOLUME_INFORMATION","features":[326]},{"name":"SHRINK_VOLUME_REQUEST_TYPES","features":[326]},{"name":"SI_COPYFILE","features":[326]},{"name":"SMART_ABORT_OFFLINE_SELFTEST","features":[326]},{"name":"SMART_CMD","features":[326]},{"name":"SMART_CYL_HI","features":[326]},{"name":"SMART_CYL_LOW","features":[326]},{"name":"SMART_ERROR_NO_MEM","features":[326]},{"name":"SMART_EXTENDED_SELFTEST_CAPTIVE","features":[326]},{"name":"SMART_EXTENDED_SELFTEST_OFFLINE","features":[326]},{"name":"SMART_GET_VERSION","features":[326]},{"name":"SMART_IDE_ERROR","features":[326]},{"name":"SMART_INVALID_BUFFER","features":[326]},{"name":"SMART_INVALID_COMMAND","features":[326]},{"name":"SMART_INVALID_DRIVE","features":[326]},{"name":"SMART_INVALID_FLAG","features":[326]},{"name":"SMART_INVALID_IOCTL","features":[326]},{"name":"SMART_INVALID_REGISTER","features":[326]},{"name":"SMART_LOG_SECTOR_SIZE","features":[326]},{"name":"SMART_NOT_SUPPORTED","features":[326]},{"name":"SMART_NO_ERROR","features":[326]},{"name":"SMART_NO_IDE_DEVICE","features":[326]},{"name":"SMART_OFFLINE_ROUTINE_OFFLINE","features":[326]},{"name":"SMART_RCV_DRIVE_DATA","features":[326]},{"name":"SMART_RCV_DRIVE_DATA_EX","features":[326]},{"name":"SMART_READ_LOG","features":[326]},{"name":"SMART_SEND_DRIVE_COMMAND","features":[326]},{"name":"SMART_SHORT_SELFTEST_CAPTIVE","features":[326]},{"name":"SMART_SHORT_SELFTEST_OFFLINE","features":[326]},{"name":"SMART_WRITE_LOG","features":[326]},{"name":"SMB_SHARE_FLUSH_AND_PURGE_INPUT","features":[326]},{"name":"SMB_SHARE_FLUSH_AND_PURGE_OUTPUT","features":[326]},{"name":"SONY_12_WO","features":[326]},{"name":"SONY_D2","features":[326]},{"name":"SONY_DTF","features":[326]},{"name":"SPACES_TRACKED_OFFSET_HEADER_FLAG","features":[326]},{"name":"SRB_TYPE_SCSI_REQUEST_BLOCK","features":[326]},{"name":"SRB_TYPE_STORAGE_REQUEST_BLOCK","features":[326]},{"name":"STARTING_LCN_INPUT_BUFFER","features":[326]},{"name":"STARTING_LCN_INPUT_BUFFER_EX","features":[326]},{"name":"STARTING_VCN_INPUT_BUFFER","features":[326]},{"name":"STK_9840","features":[326]},{"name":"STK_9940","features":[326]},{"name":"STK_DATA_D3","features":[326]},{"name":"STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR","features":[326]},{"name":"STORAGE_ADAPTER_DESCRIPTOR","features":[305,326]},{"name":"STORAGE_ADAPTER_SERIAL_NUMBER","features":[326]},{"name":"STORAGE_ADAPTER_SERIAL_NUMBER_V1_MAX_LENGTH","features":[326]},{"name":"STORAGE_ADDRESS_TYPE_BTL8","features":[326]},{"name":"STORAGE_ALLOCATE_BC_STREAM_INPUT","features":[305,326]},{"name":"STORAGE_ALLOCATE_BC_STREAM_OUTPUT","features":[326]},{"name":"STORAGE_ASSOCIATION_TYPE","features":[326]},{"name":"STORAGE_ATTRIBUTE_ASYNC_EVENT_NOTIFICATION","features":[326]},{"name":"STORAGE_ATTRIBUTE_BLOCK_IO","features":[326]},{"name":"STORAGE_ATTRIBUTE_BYTE_ADDRESSABLE_IO","features":[326]},{"name":"STORAGE_ATTRIBUTE_DYNAMIC_PERSISTENCE","features":[326]},{"name":"STORAGE_ATTRIBUTE_MGMT","features":[326]},{"name":"STORAGE_ATTRIBUTE_MGMT_ACTION","features":[326]},{"name":"STORAGE_ATTRIBUTE_PERF_SIZE_INDEPENDENT","features":[326]},{"name":"STORAGE_ATTRIBUTE_VOLATILE","features":[326]},{"name":"STORAGE_BREAK_RESERVATION_REQUEST","features":[326]},{"name":"STORAGE_BUS_RESET_REQUEST","features":[326]},{"name":"STORAGE_COMPONENT_HEALTH_STATUS","features":[326]},{"name":"STORAGE_COMPONENT_ROLE_CACHE","features":[326]},{"name":"STORAGE_COMPONENT_ROLE_DATA","features":[326]},{"name":"STORAGE_COMPONENT_ROLE_TIERING","features":[326]},{"name":"STORAGE_COUNTER","features":[326]},{"name":"STORAGE_COUNTERS","features":[326]},{"name":"STORAGE_COUNTER_TYPE","features":[326]},{"name":"STORAGE_CRASH_TELEMETRY_REGKEY","features":[326]},{"name":"STORAGE_CRYPTO_ALGORITHM_ID","features":[326]},{"name":"STORAGE_CRYPTO_CAPABILITY","features":[326]},{"name":"STORAGE_CRYPTO_CAPABILITY_VERSION_1","features":[326]},{"name":"STORAGE_CRYPTO_DESCRIPTOR","features":[326]},{"name":"STORAGE_CRYPTO_DESCRIPTOR_VERSION_1","features":[326]},{"name":"STORAGE_CRYPTO_KEY_SIZE","features":[326]},{"name":"STORAGE_DESCRIPTOR_HEADER","features":[326]},{"name":"STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR","features":[326]},{"name":"STORAGE_DEVICE_DESCRIPTOR","features":[305,325,326]},{"name":"STORAGE_DEVICE_FAULT_DOMAIN_DESCRIPTOR","features":[326]},{"name":"STORAGE_DEVICE_FLAGS_PAGE_83_DEVICEGUID","features":[326]},{"name":"STORAGE_DEVICE_FLAGS_RANDOM_DEVICEGUID_REASON_CONFLICT","features":[326]},{"name":"STORAGE_DEVICE_FLAGS_RANDOM_DEVICEGUID_REASON_NOHWID","features":[326]},{"name":"STORAGE_DEVICE_FORM_FACTOR","features":[326]},{"name":"STORAGE_DEVICE_ID_DESCRIPTOR","features":[326]},{"name":"STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR","features":[326]},{"name":"STORAGE_DEVICE_LED_STATE_DESCRIPTOR","features":[326]},{"name":"STORAGE_DEVICE_LOCATION_DESCRIPTOR","features":[326]},{"name":"STORAGE_DEVICE_MANAGEMENT_STATUS","features":[326]},{"name":"STORAGE_DEVICE_MAX_OPERATIONAL_STATUS","features":[326]},{"name":"STORAGE_DEVICE_NUMA_NODE_UNKNOWN","features":[326]},{"name":"STORAGE_DEVICE_NUMA_PROPERTY","features":[326]},{"name":"STORAGE_DEVICE_NUMBER","features":[326]},{"name":"STORAGE_DEVICE_NUMBERS","features":[326]},{"name":"STORAGE_DEVICE_NUMBER_EX","features":[326]},{"name":"STORAGE_DEVICE_POWER_CAP","features":[326]},{"name":"STORAGE_DEVICE_POWER_CAP_UNITS","features":[326]},{"name":"STORAGE_DEVICE_POWER_CAP_VERSION_V1","features":[326]},{"name":"STORAGE_DEVICE_RESILIENCY_DESCRIPTOR","features":[326]},{"name":"STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY","features":[305,326]},{"name":"STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY_V2","features":[305,326]},{"name":"STORAGE_DEVICE_TELEMETRY_REGKEY","features":[326]},{"name":"STORAGE_DEVICE_TIERING_DESCRIPTOR","features":[326]},{"name":"STORAGE_DEVICE_UNSAFE_SHUTDOWN_COUNT","features":[326]},{"name":"STORAGE_DIAGNOSTIC_DATA","features":[326]},{"name":"STORAGE_DIAGNOSTIC_FLAG_ADAPTER_REQUEST","features":[326]},{"name":"STORAGE_DIAGNOSTIC_LEVEL","features":[326]},{"name":"STORAGE_DIAGNOSTIC_REQUEST","features":[326]},{"name":"STORAGE_DIAGNOSTIC_TARGET_TYPE","features":[326]},{"name":"STORAGE_DISK_HEALTH_STATUS","features":[326]},{"name":"STORAGE_DISK_OPERATIONAL_STATUS","features":[326]},{"name":"STORAGE_ENCRYPTION_TYPE","features":[326]},{"name":"STORAGE_EVENT_DEVICE_OPERATION","features":[326]},{"name":"STORAGE_EVENT_DEVICE_STATUS","features":[326]},{"name":"STORAGE_EVENT_MEDIA_STATUS","features":[326]},{"name":"STORAGE_EVENT_NOTIFICATION","features":[326]},{"name":"STORAGE_EVENT_NOTIFICATION_VERSION_V1","features":[326]},{"name":"STORAGE_FAILURE_PREDICTION_CONFIG","features":[305,326]},{"name":"STORAGE_FAILURE_PREDICTION_CONFIG_V1","features":[326]},{"name":"STORAGE_FRU_ID_DESCRIPTOR","features":[326]},{"name":"STORAGE_GET_BC_PROPERTIES_OUTPUT","features":[326]},{"name":"STORAGE_HOTPLUG_INFO","features":[305,326]},{"name":"STORAGE_HW_ENDURANCE_DATA_DESCRIPTOR","features":[326]},{"name":"STORAGE_HW_ENDURANCE_INFO","features":[326]},{"name":"STORAGE_HW_FIRMWARE_ACTIVATE","features":[326]},{"name":"STORAGE_HW_FIRMWARE_DOWNLOAD","features":[326]},{"name":"STORAGE_HW_FIRMWARE_DOWNLOAD_V2","features":[326]},{"name":"STORAGE_HW_FIRMWARE_INFO","features":[305,326]},{"name":"STORAGE_HW_FIRMWARE_INFO_QUERY","features":[326]},{"name":"STORAGE_HW_FIRMWARE_INVALID_SLOT","features":[326]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_CONTROLLER","features":[326]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_FIRST_SEGMENT","features":[326]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_LAST_SEGMENT","features":[326]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_REPLACE_EXISTING_IMAGE","features":[326]},{"name":"STORAGE_HW_FIRMWARE_REQUEST_FLAG_SWITCH_TO_EXISTING_FIRMWARE","features":[326]},{"name":"STORAGE_HW_FIRMWARE_REVISION_LENGTH","features":[326]},{"name":"STORAGE_HW_FIRMWARE_SLOT_INFO","features":[326]},{"name":"STORAGE_IDENTIFIER","features":[326]},{"name":"STORAGE_IDENTIFIER_CODE_SET","features":[326]},{"name":"STORAGE_IDENTIFIER_TYPE","features":[326]},{"name":"STORAGE_IDLE_POWER","features":[326]},{"name":"STORAGE_IDLE_POWERUP_REASON","features":[326]},{"name":"STORAGE_IDLE_POWERUP_REASON_VERSION_V1","features":[326]},{"name":"STORAGE_ID_NAA_FORMAT","features":[326]},{"name":"STORAGE_LB_PROVISIONING_MAP_RESOURCES","features":[326]},{"name":"STORAGE_MEDIA_SERIAL_NUMBER_DATA","features":[326]},{"name":"STORAGE_MEDIA_TYPE","features":[326]},{"name":"STORAGE_MEDIUM_PRODUCT_TYPE_DESCRIPTOR","features":[326]},{"name":"STORAGE_MINIPORT_DESCRIPTOR","features":[305,326]},{"name":"STORAGE_OFFLOAD_MAX_TOKEN_LENGTH","features":[326]},{"name":"STORAGE_OFFLOAD_READ_OUTPUT","features":[326]},{"name":"STORAGE_OFFLOAD_READ_RANGE_TRUNCATED","features":[326]},{"name":"STORAGE_OFFLOAD_TOKEN","features":[326]},{"name":"STORAGE_OFFLOAD_TOKEN_ID_LENGTH","features":[326]},{"name":"STORAGE_OFFLOAD_TOKEN_INVALID","features":[326]},{"name":"STORAGE_OFFLOAD_TOKEN_TYPE_ZERO_DATA","features":[326]},{"name":"STORAGE_OFFLOAD_WRITE_OUTPUT","features":[326]},{"name":"STORAGE_OFFLOAD_WRITE_RANGE_TRUNCATED","features":[326]},{"name":"STORAGE_OPERATIONAL_REASON","features":[326]},{"name":"STORAGE_OPERATIONAL_STATUS_REASON","features":[326]},{"name":"STORAGE_PHYSICAL_ADAPTER_DATA","features":[305,326]},{"name":"STORAGE_PHYSICAL_DEVICE_DATA","features":[326]},{"name":"STORAGE_PHYSICAL_NODE_DATA","features":[326]},{"name":"STORAGE_PHYSICAL_TOPOLOGY_DESCRIPTOR","features":[326]},{"name":"STORAGE_PORT_CODE_SET","features":[326]},{"name":"STORAGE_POWERUP_REASON_TYPE","features":[326]},{"name":"STORAGE_PREDICT_FAILURE","features":[326]},{"name":"STORAGE_PRIORITY_HINT_SUPPORT","features":[326]},{"name":"STORAGE_PRIORITY_HINT_SUPPORTED","features":[326]},{"name":"STORAGE_PROPERTY_ID","features":[326]},{"name":"STORAGE_PROPERTY_QUERY","features":[326]},{"name":"STORAGE_PROPERTY_SET","features":[326]},{"name":"STORAGE_PROTOCOL_ATA_DATA_TYPE","features":[326]},{"name":"STORAGE_PROTOCOL_COMMAND","features":[326]},{"name":"STORAGE_PROTOCOL_COMMAND_FLAG_ADAPTER_REQUEST","features":[326]},{"name":"STORAGE_PROTOCOL_COMMAND_LENGTH_NVME","features":[326]},{"name":"STORAGE_PROTOCOL_DATA_DESCRIPTOR","features":[326]},{"name":"STORAGE_PROTOCOL_DATA_DESCRIPTOR_EXT","features":[326]},{"name":"STORAGE_PROTOCOL_DATA_SUBVALUE_GET_LOG_PAGE","features":[326]},{"name":"STORAGE_PROTOCOL_NVME_DATA_TYPE","features":[326]},{"name":"STORAGE_PROTOCOL_SPECIFIC_DATA","features":[326]},{"name":"STORAGE_PROTOCOL_SPECIFIC_DATA_EXT","features":[326]},{"name":"STORAGE_PROTOCOL_SPECIFIC_NVME_ADMIN_COMMAND","features":[326]},{"name":"STORAGE_PROTOCOL_SPECIFIC_NVME_NVM_COMMAND","features":[326]},{"name":"STORAGE_PROTOCOL_STATUS_BUSY","features":[326]},{"name":"STORAGE_PROTOCOL_STATUS_DATA_OVERRUN","features":[326]},{"name":"STORAGE_PROTOCOL_STATUS_ERROR","features":[326]},{"name":"STORAGE_PROTOCOL_STATUS_INSUFFICIENT_RESOURCES","features":[326]},{"name":"STORAGE_PROTOCOL_STATUS_INVALID_REQUEST","features":[326]},{"name":"STORAGE_PROTOCOL_STATUS_NOT_SUPPORTED","features":[326]},{"name":"STORAGE_PROTOCOL_STATUS_NO_DEVICE","features":[326]},{"name":"STORAGE_PROTOCOL_STATUS_PENDING","features":[326]},{"name":"STORAGE_PROTOCOL_STATUS_SUCCESS","features":[326]},{"name":"STORAGE_PROTOCOL_STATUS_THROTTLED_REQUEST","features":[326]},{"name":"STORAGE_PROTOCOL_STRUCTURE_VERSION","features":[326]},{"name":"STORAGE_PROTOCOL_TYPE","features":[326]},{"name":"STORAGE_PROTOCOL_UFS_DATA_TYPE","features":[326]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY","features":[526,326]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY","features":[526,326]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_REQUEST","features":[326]},{"name":"STORAGE_QUERY_DEPENDENT_VOLUME_RESPONSE","features":[526,326]},{"name":"STORAGE_QUERY_TYPE","features":[326]},{"name":"STORAGE_READ_CAPACITY","features":[326]},{"name":"STORAGE_REINITIALIZE_MEDIA","features":[326]},{"name":"STORAGE_RESERVE_ID","features":[326]},{"name":"STORAGE_RPMB_COMMAND_TYPE","features":[326]},{"name":"STORAGE_RPMB_DATA_FRAME","features":[326]},{"name":"STORAGE_RPMB_DESCRIPTOR","features":[326]},{"name":"STORAGE_RPMB_DESCRIPTOR_VERSION_1","features":[326]},{"name":"STORAGE_RPMB_FRAME_TYPE","features":[326]},{"name":"STORAGE_RPMB_MINIMUM_RELIABLE_WRITE_SIZE","features":[326]},{"name":"STORAGE_SANITIZE_METHOD","features":[326]},{"name":"STORAGE_SET_TYPE","features":[326]},{"name":"STORAGE_SPEC_VERSION","features":[326]},{"name":"STORAGE_SUPPORTED_FEATURES_BYPASS_IO","features":[326]},{"name":"STORAGE_SUPPORTED_FEATURES_MASK","features":[326]},{"name":"STORAGE_TEMPERATURE_DATA_DESCRIPTOR","features":[305,326]},{"name":"STORAGE_TEMPERATURE_INFO","features":[305,326]},{"name":"STORAGE_TEMPERATURE_THRESHOLD","features":[305,326]},{"name":"STORAGE_TEMPERATURE_THRESHOLD_FLAG_ADAPTER_REQUEST","features":[326]},{"name":"STORAGE_TEMPERATURE_VALUE_NOT_REPORTED","features":[326]},{"name":"STORAGE_TIER","features":[326]},{"name":"STORAGE_TIER_CLASS","features":[326]},{"name":"STORAGE_TIER_DESCRIPTION_LENGTH","features":[326]},{"name":"STORAGE_TIER_FLAG_NO_SEEK_PENALTY","features":[326]},{"name":"STORAGE_TIER_FLAG_PARITY","features":[326]},{"name":"STORAGE_TIER_FLAG_READ_CACHE","features":[326]},{"name":"STORAGE_TIER_FLAG_SMR","features":[326]},{"name":"STORAGE_TIER_FLAG_WRITE_BACK_CACHE","features":[326]},{"name":"STORAGE_TIER_MEDIA_TYPE","features":[326]},{"name":"STORAGE_TIER_NAME_LENGTH","features":[326]},{"name":"STORAGE_TIER_REGION","features":[326]},{"name":"STORAGE_WRITE_CACHE_PROPERTY","features":[305,326]},{"name":"STORAGE_ZONED_DEVICE_DESCRIPTOR","features":[305,326]},{"name":"STORAGE_ZONED_DEVICE_TYPES","features":[326]},{"name":"STORAGE_ZONES_ATTRIBUTES","features":[326]},{"name":"STORAGE_ZONE_CONDITION","features":[326]},{"name":"STORAGE_ZONE_DESCRIPTOR","features":[305,326]},{"name":"STORAGE_ZONE_GROUP","features":[326]},{"name":"STORAGE_ZONE_TYPES","features":[326]},{"name":"STORATTRIBUTE_MANAGEMENT_STATE","features":[326]},{"name":"STORATTRIBUTE_NONE","features":[326]},{"name":"STREAMS_ASSOCIATE_ID_CLEAR","features":[326]},{"name":"STREAMS_ASSOCIATE_ID_INPUT_BUFFER","features":[326]},{"name":"STREAMS_ASSOCIATE_ID_SET","features":[326]},{"name":"STREAMS_INVALID_ID","features":[326]},{"name":"STREAMS_MAX_ID","features":[326]},{"name":"STREAMS_QUERY_ID_OUTPUT_BUFFER","features":[326]},{"name":"STREAMS_QUERY_PARAMETERS_OUTPUT_BUFFER","features":[326]},{"name":"STREAM_CLEAR_ENCRYPTION","features":[326]},{"name":"STREAM_EXTENT_ENTRY","features":[326]},{"name":"STREAM_EXTENT_ENTRY_ALL_EXTENTS","features":[326]},{"name":"STREAM_EXTENT_ENTRY_AS_RETRIEVAL_POINTERS","features":[326]},{"name":"STREAM_INFORMATION_ENTRY","features":[326]},{"name":"STREAM_LAYOUT_ENTRY","features":[326]},{"name":"STREAM_LAYOUT_ENTRY_HAS_INFORMATION","features":[326]},{"name":"STREAM_LAYOUT_ENTRY_IMMOVABLE","features":[326]},{"name":"STREAM_LAYOUT_ENTRY_NO_CLUSTERS_ALLOCATED","features":[326]},{"name":"STREAM_LAYOUT_ENTRY_PINNED","features":[326]},{"name":"STREAM_LAYOUT_ENTRY_RESIDENT","features":[326]},{"name":"STREAM_SET_ENCRYPTION","features":[326]},{"name":"SYQUEST_EZ135","features":[326]},{"name":"SYQUEST_EZFLYER","features":[326]},{"name":"SYQUEST_SYJET","features":[326]},{"name":"ScmBusFirmwareActivationState_Armed","features":[326]},{"name":"ScmBusFirmwareActivationState_Busy","features":[326]},{"name":"ScmBusFirmwareActivationState_Idle","features":[326]},{"name":"ScmBusProperty_DedicatedMemoryInfo","features":[326]},{"name":"ScmBusProperty_DedicatedMemoryState","features":[326]},{"name":"ScmBusProperty_Max","features":[326]},{"name":"ScmBusProperty_RuntimeFwActivationInfo","features":[326]},{"name":"ScmBusQuery_Descriptor","features":[326]},{"name":"ScmBusQuery_IsSupported","features":[326]},{"name":"ScmBusQuery_Max","features":[326]},{"name":"ScmBusSet_Descriptor","features":[326]},{"name":"ScmBusSet_IsSupported","features":[326]},{"name":"ScmBusSet_Max","features":[326]},{"name":"ScmPdFirmwareActivationState_Armed","features":[326]},{"name":"ScmPdFirmwareActivationState_Busy","features":[326]},{"name":"ScmPdFirmwareActivationState_Idle","features":[326]},{"name":"ScmPdLastFwActivaitonStatus_ActivationInProgress","features":[326]},{"name":"ScmPdLastFwActivaitonStatus_FwUnsupported","features":[326]},{"name":"ScmPdLastFwActivaitonStatus_Retry","features":[326]},{"name":"ScmPdLastFwActivaitonStatus_UnknownError","features":[326]},{"name":"ScmPdLastFwActivationStatus_ColdRebootRequired","features":[326]},{"name":"ScmPdLastFwActivationStatus_FwNotFound","features":[326]},{"name":"ScmPdLastFwActivationStatus_None","features":[326]},{"name":"ScmPdLastFwActivationStatus_Success","features":[326]},{"name":"ScmPhysicalDeviceHealth_Healthy","features":[326]},{"name":"ScmPhysicalDeviceHealth_Max","features":[326]},{"name":"ScmPhysicalDeviceHealth_Unhealthy","features":[326]},{"name":"ScmPhysicalDeviceHealth_Unknown","features":[326]},{"name":"ScmPhysicalDeviceHealth_Warning","features":[326]},{"name":"ScmPhysicalDeviceOpReason_BackgroundOperation","features":[326]},{"name":"ScmPhysicalDeviceOpReason_Component","features":[326]},{"name":"ScmPhysicalDeviceOpReason_Configuration","features":[326]},{"name":"ScmPhysicalDeviceOpReason_DataPersistenceLossImminent","features":[326]},{"name":"ScmPhysicalDeviceOpReason_DeviceController","features":[326]},{"name":"ScmPhysicalDeviceOpReason_DisabledByPlatform","features":[326]},{"name":"ScmPhysicalDeviceOpReason_EnergySource","features":[326]},{"name":"ScmPhysicalDeviceOpReason_ExcessiveTemperature","features":[326]},{"name":"ScmPhysicalDeviceOpReason_FatalError","features":[326]},{"name":"ScmPhysicalDeviceOpReason_HealthCheck","features":[326]},{"name":"ScmPhysicalDeviceOpReason_InternalFailure","features":[326]},{"name":"ScmPhysicalDeviceOpReason_InvalidFirmware","features":[326]},{"name":"ScmPhysicalDeviceOpReason_LostData","features":[326]},{"name":"ScmPhysicalDeviceOpReason_LostDataPersistence","features":[326]},{"name":"ScmPhysicalDeviceOpReason_LostWritePersistence","features":[326]},{"name":"ScmPhysicalDeviceOpReason_Max","features":[326]},{"name":"ScmPhysicalDeviceOpReason_Media","features":[326]},{"name":"ScmPhysicalDeviceOpReason_MediaController","features":[326]},{"name":"ScmPhysicalDeviceOpReason_MediaRemainingSpareBlock","features":[326]},{"name":"ScmPhysicalDeviceOpReason_PerformanceDegradation","features":[326]},{"name":"ScmPhysicalDeviceOpReason_PermanentError","features":[326]},{"name":"ScmPhysicalDeviceOpReason_ThresholdExceeded","features":[326]},{"name":"ScmPhysicalDeviceOpReason_Unknown","features":[326]},{"name":"ScmPhysicalDeviceOpReason_WritePersistenceLossImminent","features":[326]},{"name":"ScmPhysicalDeviceOpStatus_HardwareError","features":[326]},{"name":"ScmPhysicalDeviceOpStatus_InService","features":[326]},{"name":"ScmPhysicalDeviceOpStatus_Max","features":[326]},{"name":"ScmPhysicalDeviceOpStatus_Missing","features":[326]},{"name":"ScmPhysicalDeviceOpStatus_NotUsable","features":[326]},{"name":"ScmPhysicalDeviceOpStatus_Ok","features":[326]},{"name":"ScmPhysicalDeviceOpStatus_PredictingFailure","features":[326]},{"name":"ScmPhysicalDeviceOpStatus_TransientError","features":[326]},{"name":"ScmPhysicalDeviceOpStatus_Unknown","features":[326]},{"name":"ScmPhysicalDeviceProperty_DeviceHandle","features":[326]},{"name":"ScmPhysicalDeviceProperty_DeviceInfo","features":[326]},{"name":"ScmPhysicalDeviceProperty_DeviceSpecificInfo","features":[326]},{"name":"ScmPhysicalDeviceProperty_FirmwareInfo","features":[326]},{"name":"ScmPhysicalDeviceProperty_FruIdString","features":[326]},{"name":"ScmPhysicalDeviceProperty_LocationString","features":[326]},{"name":"ScmPhysicalDeviceProperty_ManagementStatus","features":[326]},{"name":"ScmPhysicalDeviceProperty_Max","features":[326]},{"name":"ScmPhysicalDeviceProperty_RuntimeFwActivationArmState","features":[326]},{"name":"ScmPhysicalDeviceProperty_RuntimeFwActivationInfo","features":[326]},{"name":"ScmPhysicalDeviceQuery_Descriptor","features":[326]},{"name":"ScmPhysicalDeviceQuery_IsSupported","features":[326]},{"name":"ScmPhysicalDeviceQuery_Max","features":[326]},{"name":"ScmPhysicalDeviceReinit_ColdBootNeeded","features":[326]},{"name":"ScmPhysicalDeviceReinit_Max","features":[326]},{"name":"ScmPhysicalDeviceReinit_RebootNeeded","features":[326]},{"name":"ScmPhysicalDeviceReinit_Success","features":[326]},{"name":"ScmPhysicalDeviceSet_Descriptor","features":[326]},{"name":"ScmPhysicalDeviceSet_IsSupported","features":[326]},{"name":"ScmPhysicalDeviceSet_Max","features":[326]},{"name":"ScmRegionFlagLabel","features":[326]},{"name":"ScmRegionFlagNone","features":[326]},{"name":"ShrinkAbort","features":[326]},{"name":"ShrinkCommit","features":[326]},{"name":"ShrinkPrepare","features":[326]},{"name":"SmrGcActionPause","features":[326]},{"name":"SmrGcActionStart","features":[326]},{"name":"SmrGcActionStartFullSpeed","features":[326]},{"name":"SmrGcActionStop","features":[326]},{"name":"SmrGcMethodCompaction","features":[326]},{"name":"SmrGcMethodCompression","features":[326]},{"name":"SmrGcMethodRotation","features":[326]},{"name":"SmrGcStateActive","features":[326]},{"name":"SmrGcStateActiveFullSpeed","features":[326]},{"name":"SmrGcStateInactive","features":[326]},{"name":"SmrGcStatePaused","features":[326]},{"name":"StorAttributeMgmt_ClearAttribute","features":[326]},{"name":"StorAttributeMgmt_ResetAttribute","features":[326]},{"name":"StorAttributeMgmt_SetAttribute","features":[326]},{"name":"StorRpmbAuthenticatedDeviceConfigRead","features":[326]},{"name":"StorRpmbAuthenticatedDeviceConfigWrite","features":[326]},{"name":"StorRpmbAuthenticatedRead","features":[326]},{"name":"StorRpmbAuthenticatedWrite","features":[326]},{"name":"StorRpmbProgramAuthKey","features":[326]},{"name":"StorRpmbQueryWriteCounter","features":[326]},{"name":"StorRpmbReadResultRequest","features":[326]},{"name":"StorageAccessAlignmentProperty","features":[326]},{"name":"StorageAdapterCryptoProperty","features":[326]},{"name":"StorageAdapterPhysicalTopologyProperty","features":[326]},{"name":"StorageAdapterProperty","features":[326]},{"name":"StorageAdapterProtocolSpecificProperty","features":[326]},{"name":"StorageAdapterRpmbProperty","features":[326]},{"name":"StorageAdapterSerialNumberProperty","features":[326]},{"name":"StorageAdapterTemperatureProperty","features":[326]},{"name":"StorageCounterTypeFlushLatency100NSMax","features":[326]},{"name":"StorageCounterTypeLoadUnloadCycleCount","features":[326]},{"name":"StorageCounterTypeLoadUnloadCycleCountMax","features":[326]},{"name":"StorageCounterTypeManufactureDate","features":[326]},{"name":"StorageCounterTypeMax","features":[326]},{"name":"StorageCounterTypePowerOnHours","features":[326]},{"name":"StorageCounterTypeReadErrorsCorrected","features":[326]},{"name":"StorageCounterTypeReadErrorsTotal","features":[326]},{"name":"StorageCounterTypeReadErrorsUncorrected","features":[326]},{"name":"StorageCounterTypeReadLatency100NSMax","features":[326]},{"name":"StorageCounterTypeStartStopCycleCount","features":[326]},{"name":"StorageCounterTypeStartStopCycleCountMax","features":[326]},{"name":"StorageCounterTypeTemperatureCelsius","features":[326]},{"name":"StorageCounterTypeTemperatureCelsiusMax","features":[326]},{"name":"StorageCounterTypeUnknown","features":[326]},{"name":"StorageCounterTypeWearPercentage","features":[326]},{"name":"StorageCounterTypeWearPercentageMax","features":[326]},{"name":"StorageCounterTypeWearPercentageWarning","features":[326]},{"name":"StorageCounterTypeWriteErrorsCorrected","features":[326]},{"name":"StorageCounterTypeWriteErrorsTotal","features":[326]},{"name":"StorageCounterTypeWriteErrorsUncorrected","features":[326]},{"name":"StorageCounterTypeWriteLatency100NSMax","features":[326]},{"name":"StorageCryptoAlgorithmAESECB","features":[326]},{"name":"StorageCryptoAlgorithmBitlockerAESCBC","features":[326]},{"name":"StorageCryptoAlgorithmESSIVAESCBC","features":[326]},{"name":"StorageCryptoAlgorithmMax","features":[326]},{"name":"StorageCryptoAlgorithmUnknown","features":[326]},{"name":"StorageCryptoAlgorithmXTSAES","features":[326]},{"name":"StorageCryptoKeySize128Bits","features":[326]},{"name":"StorageCryptoKeySize192Bits","features":[326]},{"name":"StorageCryptoKeySize256Bits","features":[326]},{"name":"StorageCryptoKeySize512Bits","features":[326]},{"name":"StorageCryptoKeySizeUnknown","features":[326]},{"name":"StorageDeviceAttributesProperty","features":[326]},{"name":"StorageDeviceCopyOffloadProperty","features":[326]},{"name":"StorageDeviceDeviceTelemetryProperty","features":[326]},{"name":"StorageDeviceEnduranceProperty","features":[326]},{"name":"StorageDeviceIdProperty","features":[326]},{"name":"StorageDeviceIoCapabilityProperty","features":[326]},{"name":"StorageDeviceLBProvisioningProperty","features":[326]},{"name":"StorageDeviceLedStateProperty","features":[326]},{"name":"StorageDeviceLocationProperty","features":[326]},{"name":"StorageDeviceManagementStatus","features":[326]},{"name":"StorageDeviceMediumProductType","features":[326]},{"name":"StorageDeviceNumaProperty","features":[326]},{"name":"StorageDevicePhysicalTopologyProperty","features":[326]},{"name":"StorageDevicePowerCapUnitsMilliwatts","features":[326]},{"name":"StorageDevicePowerCapUnitsPercent","features":[326]},{"name":"StorageDevicePowerProperty","features":[326]},{"name":"StorageDeviceProperty","features":[326]},{"name":"StorageDeviceProtocolSpecificProperty","features":[326]},{"name":"StorageDeviceResiliencyProperty","features":[326]},{"name":"StorageDeviceSeekPenaltyProperty","features":[326]},{"name":"StorageDeviceSelfEncryptionProperty","features":[326]},{"name":"StorageDeviceTemperatureProperty","features":[326]},{"name":"StorageDeviceTrimProperty","features":[326]},{"name":"StorageDeviceUniqueIdProperty","features":[326]},{"name":"StorageDeviceUnsafeShutdownCount","features":[326]},{"name":"StorageDeviceWriteAggregationProperty","features":[326]},{"name":"StorageDeviceWriteCacheProperty","features":[326]},{"name":"StorageDeviceZonedDeviceProperty","features":[326]},{"name":"StorageDiagnosticLevelDefault","features":[326]},{"name":"StorageDiagnosticLevelMax","features":[326]},{"name":"StorageDiagnosticTargetTypeHbaFirmware","features":[326]},{"name":"StorageDiagnosticTargetTypeMax","features":[326]},{"name":"StorageDiagnosticTargetTypeMiniport","features":[326]},{"name":"StorageDiagnosticTargetTypePort","features":[326]},{"name":"StorageDiagnosticTargetTypeUndefined","features":[326]},{"name":"StorageEncryptionTypeEDrive","features":[326]},{"name":"StorageEncryptionTypeTcgOpal","features":[326]},{"name":"StorageEncryptionTypeUnknown","features":[326]},{"name":"StorageFruIdProperty","features":[326]},{"name":"StorageIdAssocDevice","features":[326]},{"name":"StorageIdAssocPort","features":[326]},{"name":"StorageIdAssocTarget","features":[326]},{"name":"StorageIdCodeSetAscii","features":[326]},{"name":"StorageIdCodeSetBinary","features":[326]},{"name":"StorageIdCodeSetReserved","features":[326]},{"name":"StorageIdCodeSetUtf8","features":[326]},{"name":"StorageIdNAAFormatIEEEERegisteredExtended","features":[326]},{"name":"StorageIdNAAFormatIEEEExtended","features":[326]},{"name":"StorageIdNAAFormatIEEERegistered","features":[326]},{"name":"StorageIdTypeEUI64","features":[326]},{"name":"StorageIdTypeFCPHName","features":[326]},{"name":"StorageIdTypeLogicalUnitGroup","features":[326]},{"name":"StorageIdTypeMD5LogicalUnitIdentifier","features":[326]},{"name":"StorageIdTypePortRelative","features":[326]},{"name":"StorageIdTypeScsiNameString","features":[326]},{"name":"StorageIdTypeTargetPortGroup","features":[326]},{"name":"StorageIdTypeVendorId","features":[326]},{"name":"StorageIdTypeVendorSpecific","features":[326]},{"name":"StorageMiniportProperty","features":[326]},{"name":"StoragePortCodeSetATAport","features":[326]},{"name":"StoragePortCodeSetReserved","features":[326]},{"name":"StoragePortCodeSetSBP2port","features":[326]},{"name":"StoragePortCodeSetSCSIport","features":[326]},{"name":"StoragePortCodeSetSDport","features":[326]},{"name":"StoragePortCodeSetSpaceport","features":[326]},{"name":"StoragePortCodeSetStorport","features":[326]},{"name":"StoragePortCodeSetUSBport","features":[326]},{"name":"StoragePowerupDeviceAttention","features":[326]},{"name":"StoragePowerupIO","features":[326]},{"name":"StoragePowerupUnknown","features":[326]},{"name":"StorageReserveIdHard","features":[326]},{"name":"StorageReserveIdMax","features":[326]},{"name":"StorageReserveIdNone","features":[326]},{"name":"StorageReserveIdSoft","features":[326]},{"name":"StorageReserveIdUpdateScratch","features":[326]},{"name":"StorageRpmbFrameTypeMax","features":[326]},{"name":"StorageRpmbFrameTypeStandard","features":[326]},{"name":"StorageRpmbFrameTypeUnknown","features":[326]},{"name":"StorageSanitizeMethodBlockErase","features":[326]},{"name":"StorageSanitizeMethodCryptoErase","features":[326]},{"name":"StorageSanitizeMethodDefault","features":[326]},{"name":"StorageTierClassCapacity","features":[326]},{"name":"StorageTierClassMax","features":[326]},{"name":"StorageTierClassPerformance","features":[326]},{"name":"StorageTierClassUnspecified","features":[326]},{"name":"StorageTierMediaTypeDisk","features":[326]},{"name":"StorageTierMediaTypeMax","features":[326]},{"name":"StorageTierMediaTypeScm","features":[326]},{"name":"StorageTierMediaTypeSsd","features":[326]},{"name":"StorageTierMediaTypeUnspecified","features":[326]},{"name":"TAPE_GET_STATISTICS","features":[326]},{"name":"TAPE_RESET_STATISTICS","features":[326]},{"name":"TAPE_RETURN_ENV_INFO","features":[326]},{"name":"TAPE_RETURN_STATISTICS","features":[326]},{"name":"TAPE_STATISTICS","features":[326]},{"name":"TCCollectionApplicationRequested","features":[326]},{"name":"TCCollectionBugCheck","features":[326]},{"name":"TCCollectionDeviceRequested","features":[326]},{"name":"TC_DEVICEDUMP_SUBSECTION_DESC_LENGTH","features":[326]},{"name":"TC_PUBLIC_DATA_TYPE_ATAGP","features":[326]},{"name":"TC_PUBLIC_DATA_TYPE_ATASMART","features":[326]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_GPLOG","features":[326]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_GPLOG_MAX","features":[326]},{"name":"TC_PUBLIC_DEVICEDUMP_CONTENT_SMART","features":[326]},{"name":"TELEMETRY_COMMAND_SIZE","features":[326]},{"name":"TXFS_CREATE_MINIVERSION_INFO","features":[326]},{"name":"TXFS_GET_METADATA_INFO_OUT","features":[326]},{"name":"TXFS_GET_TRANSACTED_VERSION","features":[326]},{"name":"TXFS_LIST_TRANSACTIONS","features":[326]},{"name":"TXFS_LIST_TRANSACTIONS_ENTRY","features":[326]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES","features":[326]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY","features":[326]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY_FLAG_CREATED","features":[326]},{"name":"TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY_FLAG_DELETED","features":[326]},{"name":"TXFS_LOGGING_MODE_FULL","features":[326]},{"name":"TXFS_LOGGING_MODE_SIMPLE","features":[326]},{"name":"TXFS_MODIFY_RM","features":[326]},{"name":"TXFS_QUERY_RM_INFORMATION","features":[326]},{"name":"TXFS_READ_BACKUP_INFORMATION_OUT","features":[326]},{"name":"TXFS_RMF_LAGS","features":[326]},{"name":"TXFS_RM_FLAG_DO_NOT_RESET_RM_AT_NEXT_START","features":[326]},{"name":"TXFS_RM_FLAG_ENFORCE_MINIMUM_SIZE","features":[326]},{"name":"TXFS_RM_FLAG_GROW_LOG","features":[326]},{"name":"TXFS_RM_FLAG_LOGGING_MODE","features":[326]},{"name":"TXFS_RM_FLAG_LOG_AUTO_SHRINK_PERCENTAGE","features":[326]},{"name":"TXFS_RM_FLAG_LOG_CONTAINER_COUNT_MAX","features":[326]},{"name":"TXFS_RM_FLAG_LOG_CONTAINER_COUNT_MIN","features":[326]},{"name":"TXFS_RM_FLAG_LOG_GROWTH_INCREMENT_NUM_CONTAINERS","features":[326]},{"name":"TXFS_RM_FLAG_LOG_GROWTH_INCREMENT_PERCENT","features":[326]},{"name":"TXFS_RM_FLAG_LOG_NO_CONTAINER_COUNT_MAX","features":[326]},{"name":"TXFS_RM_FLAG_LOG_NO_CONTAINER_COUNT_MIN","features":[326]},{"name":"TXFS_RM_FLAG_PREFER_AVAILABILITY","features":[326]},{"name":"TXFS_RM_FLAG_PREFER_CONSISTENCY","features":[326]},{"name":"TXFS_RM_FLAG_PRESERVE_CHANGES","features":[326]},{"name":"TXFS_RM_FLAG_RENAME_RM","features":[326]},{"name":"TXFS_RM_FLAG_RESET_RM_AT_NEXT_START","features":[326]},{"name":"TXFS_RM_FLAG_SHRINK_LOG","features":[326]},{"name":"TXFS_RM_STATE_ACTIVE","features":[326]},{"name":"TXFS_RM_STATE_NOT_STARTED","features":[326]},{"name":"TXFS_RM_STATE_SHUTTING_DOWN","features":[326]},{"name":"TXFS_RM_STATE_STARTING","features":[326]},{"name":"TXFS_ROLLFORWARD_REDO_FLAG_USE_LAST_REDO_LSN","features":[326]},{"name":"TXFS_ROLLFORWARD_REDO_FLAG_USE_LAST_VIRTUAL_CLOCK","features":[326]},{"name":"TXFS_ROLLFORWARD_REDO_INFORMATION","features":[326]},{"name":"TXFS_SAVEPOINT_CLEAR","features":[326]},{"name":"TXFS_SAVEPOINT_CLEAR_ALL","features":[326]},{"name":"TXFS_SAVEPOINT_INFORMATION","features":[305,326]},{"name":"TXFS_SAVEPOINT_ROLLBACK","features":[326]},{"name":"TXFS_SAVEPOINT_SET","features":[326]},{"name":"TXFS_START_RM_FLAG_LOGGING_MODE","features":[326]},{"name":"TXFS_START_RM_FLAG_LOG_AUTO_SHRINK_PERCENTAGE","features":[326]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_COUNT_MAX","features":[326]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_COUNT_MIN","features":[326]},{"name":"TXFS_START_RM_FLAG_LOG_CONTAINER_SIZE","features":[326]},{"name":"TXFS_START_RM_FLAG_LOG_GROWTH_INCREMENT_NUM_CONTAINERS","features":[326]},{"name":"TXFS_START_RM_FLAG_LOG_GROWTH_INCREMENT_PERCENT","features":[326]},{"name":"TXFS_START_RM_FLAG_LOG_NO_CONTAINER_COUNT_MAX","features":[326]},{"name":"TXFS_START_RM_FLAG_LOG_NO_CONTAINER_COUNT_MIN","features":[326]},{"name":"TXFS_START_RM_FLAG_PREFER_AVAILABILITY","features":[326]},{"name":"TXFS_START_RM_FLAG_PREFER_CONSISTENCY","features":[326]},{"name":"TXFS_START_RM_FLAG_PRESERVE_CHANGES","features":[326]},{"name":"TXFS_START_RM_FLAG_RECOVER_BEST_EFFORT","features":[326]},{"name":"TXFS_START_RM_INFORMATION","features":[326]},{"name":"TXFS_TRANSACTED_VERSION_NONTRANSACTED","features":[326]},{"name":"TXFS_TRANSACTED_VERSION_UNCOMMITTED","features":[326]},{"name":"TXFS_TRANSACTION_ACTIVE_INFO","features":[305,326]},{"name":"TXFS_TRANSACTION_STATE_ACTIVE","features":[326]},{"name":"TXFS_TRANSACTION_STATE_NONE","features":[326]},{"name":"TXFS_TRANSACTION_STATE_NOTACTIVE","features":[326]},{"name":"TXFS_TRANSACTION_STATE_PREPARED","features":[326]},{"name":"TXFS_WRITE_BACKUP_INFORMATION","features":[326]},{"name":"Travan","features":[326]},{"name":"UNDEFINE_ALTERNATE","features":[326]},{"name":"UNDEFINE_PRIMARY","features":[326]},{"name":"UNLOCK_ELEMENT","features":[326]},{"name":"UNRECOVERED_READS_VALID","features":[326]},{"name":"UNRECOVERED_WRITES_VALID","features":[326]},{"name":"USN_DELETE_FLAGS","features":[326]},{"name":"USN_DELETE_FLAG_DELETE","features":[326]},{"name":"USN_DELETE_FLAG_NOTIFY","features":[326]},{"name":"USN_DELETE_VALID_FLAGS","features":[326]},{"name":"USN_JOURNAL_DATA_V0","features":[326]},{"name":"USN_JOURNAL_DATA_V1","features":[326]},{"name":"USN_JOURNAL_DATA_V2","features":[326]},{"name":"USN_PAGE_SIZE","features":[326]},{"name":"USN_RANGE_TRACK_OUTPUT","features":[326]},{"name":"USN_REASON_BASIC_INFO_CHANGE","features":[326]},{"name":"USN_REASON_CLOSE","features":[326]},{"name":"USN_REASON_COMPRESSION_CHANGE","features":[326]},{"name":"USN_REASON_DATA_EXTEND","features":[326]},{"name":"USN_REASON_DATA_OVERWRITE","features":[326]},{"name":"USN_REASON_DATA_TRUNCATION","features":[326]},{"name":"USN_REASON_DESIRED_STORAGE_CLASS_CHANGE","features":[326]},{"name":"USN_REASON_EA_CHANGE","features":[326]},{"name":"USN_REASON_ENCRYPTION_CHANGE","features":[326]},{"name":"USN_REASON_FILE_CREATE","features":[326]},{"name":"USN_REASON_FILE_DELETE","features":[326]},{"name":"USN_REASON_HARD_LINK_CHANGE","features":[326]},{"name":"USN_REASON_INDEXABLE_CHANGE","features":[326]},{"name":"USN_REASON_INTEGRITY_CHANGE","features":[326]},{"name":"USN_REASON_NAMED_DATA_EXTEND","features":[326]},{"name":"USN_REASON_NAMED_DATA_OVERWRITE","features":[326]},{"name":"USN_REASON_NAMED_DATA_TRUNCATION","features":[326]},{"name":"USN_REASON_OBJECT_ID_CHANGE","features":[326]},{"name":"USN_REASON_RENAME_NEW_NAME","features":[326]},{"name":"USN_REASON_RENAME_OLD_NAME","features":[326]},{"name":"USN_REASON_REPARSE_POINT_CHANGE","features":[326]},{"name":"USN_REASON_SECURITY_CHANGE","features":[326]},{"name":"USN_REASON_STREAM_CHANGE","features":[326]},{"name":"USN_REASON_TRANSACTED_CHANGE","features":[326]},{"name":"USN_RECORD_COMMON_HEADER","features":[326]},{"name":"USN_RECORD_EXTENT","features":[326]},{"name":"USN_RECORD_UNION","features":[325,326]},{"name":"USN_RECORD_V2","features":[326]},{"name":"USN_RECORD_V3","features":[325,326]},{"name":"USN_RECORD_V4","features":[325,326]},{"name":"USN_SOURCE_AUXILIARY_DATA","features":[326]},{"name":"USN_SOURCE_CLIENT_REPLICATION_MANAGEMENT","features":[326]},{"name":"USN_SOURCE_DATA_MANAGEMENT","features":[326]},{"name":"USN_SOURCE_INFO_ID","features":[326]},{"name":"USN_SOURCE_REPLICATION_MANAGEMENT","features":[326]},{"name":"USN_TRACK_MODIFIED_RANGES","features":[326]},{"name":"UfsDataTypeMax","features":[326]},{"name":"UfsDataTypeQueryAttribute","features":[326]},{"name":"UfsDataTypeQueryDescriptor","features":[326]},{"name":"UfsDataTypeQueryDmeAttribute","features":[326]},{"name":"UfsDataTypeQueryDmePeerAttribute","features":[326]},{"name":"UfsDataTypeQueryFlag","features":[326]},{"name":"UfsDataTypeUnknown","features":[326]},{"name":"Unknown","features":[326]},{"name":"VALID_NTFT","features":[326]},{"name":"VENDOR_ID_LENGTH","features":[326]},{"name":"VERIFY_INFORMATION","features":[326]},{"name":"VIRTUALIZATION_INSTANCE_INFO_INPUT","features":[326]},{"name":"VIRTUALIZATION_INSTANCE_INFO_INPUT_EX","features":[326]},{"name":"VIRTUALIZATION_INSTANCE_INFO_OUTPUT","features":[326]},{"name":"VIRTUAL_STORAGE_BEHAVIOR_CODE","features":[326]},{"name":"VIRTUAL_STORAGE_SET_BEHAVIOR_INPUT","features":[326]},{"name":"VOLUME_BITMAP_BUFFER","features":[326]},{"name":"VOLUME_DISK_EXTENTS","features":[326]},{"name":"VOLUME_GET_GPT_ATTRIBUTES_INFORMATION","features":[326]},{"name":"VOLUME_IS_DIRTY","features":[326]},{"name":"VOLUME_SESSION_OPEN","features":[326]},{"name":"VOLUME_UPGRADE_SCHEDULED","features":[326]},{"name":"VXATape","features":[326]},{"name":"VXATape_1","features":[326]},{"name":"VXATape_2","features":[326]},{"name":"VirtualStorageBehaviorCacheWriteBack","features":[326]},{"name":"VirtualStorageBehaviorCacheWriteThrough","features":[326]},{"name":"VirtualStorageBehaviorRestartIoProcessing","features":[326]},{"name":"VirtualStorageBehaviorStopIoProcessing","features":[326]},{"name":"VirtualStorageBehaviorUndefined","features":[326]},{"name":"WIM_PROVIDER_ADD_OVERLAY_INPUT","features":[326]},{"name":"WIM_PROVIDER_CURRENT_VERSION","features":[326]},{"name":"WIM_PROVIDER_EXTERNAL_FLAG_NOT_ACTIVE","features":[326]},{"name":"WIM_PROVIDER_EXTERNAL_FLAG_SUSPENDED","features":[326]},{"name":"WIM_PROVIDER_EXTERNAL_INFO","features":[326]},{"name":"WIM_PROVIDER_OVERLAY_ENTRY","features":[326]},{"name":"WIM_PROVIDER_REMOVE_OVERLAY_INPUT","features":[326]},{"name":"WIM_PROVIDER_SUSPEND_OVERLAY_INPUT","features":[326]},{"name":"WIM_PROVIDER_UPDATE_OVERLAY_INPUT","features":[326]},{"name":"WMI_DISK_GEOMETRY_GUID","features":[326]},{"name":"WOF_CURRENT_VERSION","features":[326]},{"name":"WOF_EXTERNAL_FILE_ID","features":[325,326]},{"name":"WOF_EXTERNAL_INFO","features":[326]},{"name":"WOF_PROVIDER_CLOUD","features":[326]},{"name":"WOF_VERSION_INFO","features":[326]},{"name":"WRITE_CACHE_CHANGE","features":[326]},{"name":"WRITE_CACHE_ENABLE","features":[326]},{"name":"WRITE_CACHE_TYPE","features":[326]},{"name":"WRITE_COMPRESSION_INFO_VALID","features":[326]},{"name":"WRITE_THROUGH","features":[326]},{"name":"WRITE_USN_REASON_INPUT","features":[326]},{"name":"WriteCacheChangeUnknown","features":[326]},{"name":"WriteCacheChangeable","features":[326]},{"name":"WriteCacheDisabled","features":[326]},{"name":"WriteCacheEnableUnknown","features":[326]},{"name":"WriteCacheEnabled","features":[326]},{"name":"WriteCacheNotChangeable","features":[326]},{"name":"WriteCacheTypeNone","features":[326]},{"name":"WriteCacheTypeUnknown","features":[326]},{"name":"WriteCacheTypeWriteBack","features":[326]},{"name":"WriteCacheTypeWriteThrough","features":[326]},{"name":"WriteThroughNotSupported","features":[326]},{"name":"WriteThroughSupported","features":[326]},{"name":"WriteThroughUnknown","features":[326]},{"name":"ZoneConditionClosed","features":[326]},{"name":"ZoneConditionConventional","features":[326]},{"name":"ZoneConditionEmpty","features":[326]},{"name":"ZoneConditionExplicitlyOpened","features":[326]},{"name":"ZoneConditionFull","features":[326]},{"name":"ZoneConditionImplicitlyOpened","features":[326]},{"name":"ZoneConditionOffline","features":[326]},{"name":"ZoneConditionReadOnly","features":[326]},{"name":"ZoneTypeConventional","features":[326]},{"name":"ZoneTypeMax","features":[326]},{"name":"ZoneTypeSequentialWritePreferred","features":[326]},{"name":"ZoneTypeSequentialWriteRequired","features":[326]},{"name":"ZoneTypeUnknown","features":[326]},{"name":"ZonedDeviceTypeDeviceManaged","features":[326]},{"name":"ZonedDeviceTypeHostAware","features":[326]},{"name":"ZonedDeviceTypeHostManaged","features":[326]},{"name":"ZonedDeviceTypeUnknown","features":[326]},{"name":"ZonesAttributeTypeAndLengthMayDifferent","features":[326]},{"name":"ZonesAttributeTypeMayDifferentLengthSame","features":[326]},{"name":"ZonesAttributeTypeSameLastZoneLengthDifferent","features":[326]},{"name":"ZonesAttributeTypeSameLengthSame","features":[326]}],"583":[{"name":"AssignProcessToJobObject","features":[305,570]},{"name":"CreateJobObjectA","features":[305,309,570]},{"name":"CreateJobObjectW","features":[305,309,570]},{"name":"CreateJobSet","features":[305,570]},{"name":"FreeMemoryJobObject","features":[570]},{"name":"IsProcessInJob","features":[305,570]},{"name":"JOBOBJECTINFOCLASS","features":[570]},{"name":"JOBOBJECT_ASSOCIATE_COMPLETION_PORT","features":[305,570]},{"name":"JOBOBJECT_BASIC_ACCOUNTING_INFORMATION","features":[570]},{"name":"JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION","features":[570,342]},{"name":"JOBOBJECT_BASIC_LIMIT_INFORMATION","features":[570]},{"name":"JOBOBJECT_BASIC_PROCESS_ID_LIST","features":[570]},{"name":"JOBOBJECT_BASIC_UI_RESTRICTIONS","features":[570]},{"name":"JOBOBJECT_CPU_RATE_CONTROL_INFORMATION","features":[570]},{"name":"JOBOBJECT_END_OF_JOB_TIME_INFORMATION","features":[570]},{"name":"JOBOBJECT_EXTENDED_LIMIT_INFORMATION","features":[570,342]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_DISABLE","features":[570]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_ENABLE","features":[570]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_FLAGS","features":[570]},{"name":"JOBOBJECT_IO_ATTRIBUTION_CONTROL_VALID_FLAGS","features":[570]},{"name":"JOBOBJECT_IO_ATTRIBUTION_INFORMATION","features":[570]},{"name":"JOBOBJECT_IO_ATTRIBUTION_STATS","features":[570]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION","features":[570]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V1","features":[570]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2","features":[570]},{"name":"JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3","features":[570]},{"name":"JOBOBJECT_JOBSET_INFORMATION","features":[570]},{"name":"JOBOBJECT_LIMIT_VIOLATION_INFORMATION","features":[570]},{"name":"JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2","features":[570]},{"name":"JOBOBJECT_NET_RATE_CONTROL_INFORMATION","features":[570]},{"name":"JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION","features":[570]},{"name":"JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION_2","features":[570]},{"name":"JOBOBJECT_RATE_CONTROL_TOLERANCE","features":[570]},{"name":"JOBOBJECT_RATE_CONTROL_TOLERANCE_INTERVAL","features":[570]},{"name":"JOBOBJECT_SECURITY_LIMIT_INFORMATION","features":[305,309,570]},{"name":"JOB_OBJECT_BASIC_LIMIT_VALID_FLAGS","features":[570]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL","features":[570]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_ENABLE","features":[570]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_HARD_CAP","features":[570]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_MIN_MAX_RATE","features":[570]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_NOTIFY","features":[570]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_VALID_FLAGS","features":[570]},{"name":"JOB_OBJECT_CPU_RATE_CONTROL_WEIGHT_BASED","features":[570]},{"name":"JOB_OBJECT_EXTENDED_LIMIT_VALID_FLAGS","features":[570]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_ENABLE","features":[570]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FLAGS","features":[570]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ALL","features":[570]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ON_SOFT_CAP","features":[570]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_STANDALONE_VOLUME","features":[570]},{"name":"JOB_OBJECT_IO_RATE_CONTROL_VALID_FLAGS","features":[570]},{"name":"JOB_OBJECT_LIMIT","features":[570]},{"name":"JOB_OBJECT_LIMIT_ACTIVE_PROCESS","features":[570]},{"name":"JOB_OBJECT_LIMIT_AFFINITY","features":[570]},{"name":"JOB_OBJECT_LIMIT_BREAKAWAY_OK","features":[570]},{"name":"JOB_OBJECT_LIMIT_CPU_RATE_CONTROL","features":[570]},{"name":"JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION","features":[570]},{"name":"JOB_OBJECT_LIMIT_IO_RATE_CONTROL","features":[570]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY","features":[570]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY_HIGH","features":[570]},{"name":"JOB_OBJECT_LIMIT_JOB_MEMORY_LOW","features":[570]},{"name":"JOB_OBJECT_LIMIT_JOB_READ_BYTES","features":[570]},{"name":"JOB_OBJECT_LIMIT_JOB_TIME","features":[570]},{"name":"JOB_OBJECT_LIMIT_JOB_WRITE_BYTES","features":[570]},{"name":"JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE","features":[570]},{"name":"JOB_OBJECT_LIMIT_NET_RATE_CONTROL","features":[570]},{"name":"JOB_OBJECT_LIMIT_PRESERVE_JOB_TIME","features":[570]},{"name":"JOB_OBJECT_LIMIT_PRIORITY_CLASS","features":[570]},{"name":"JOB_OBJECT_LIMIT_PROCESS_MEMORY","features":[570]},{"name":"JOB_OBJECT_LIMIT_PROCESS_TIME","features":[570]},{"name":"JOB_OBJECT_LIMIT_RATE_CONTROL","features":[570]},{"name":"JOB_OBJECT_LIMIT_SCHEDULING_CLASS","features":[570]},{"name":"JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK","features":[570]},{"name":"JOB_OBJECT_LIMIT_SUBSET_AFFINITY","features":[570]},{"name":"JOB_OBJECT_LIMIT_VALID_FLAGS","features":[570]},{"name":"JOB_OBJECT_LIMIT_WORKINGSET","features":[570]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_DSCP_TAG","features":[570]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_ENABLE","features":[570]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_FLAGS","features":[570]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_MAX_BANDWIDTH","features":[570]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_VALID_FLAGS","features":[570]},{"name":"JOB_OBJECT_NOTIFICATION_LIMIT_VALID_FLAGS","features":[570]},{"name":"JOB_OBJECT_POST_AT_END_OF_JOB","features":[570]},{"name":"JOB_OBJECT_SECURITY","features":[570]},{"name":"JOB_OBJECT_SECURITY_FILTER_TOKENS","features":[570]},{"name":"JOB_OBJECT_SECURITY_NO_ADMIN","features":[570]},{"name":"JOB_OBJECT_SECURITY_ONLY_TOKEN","features":[570]},{"name":"JOB_OBJECT_SECURITY_RESTRICTED_TOKEN","features":[570]},{"name":"JOB_OBJECT_SECURITY_VALID_FLAGS","features":[570]},{"name":"JOB_OBJECT_TERMINATE_AT_END_ACTION","features":[570]},{"name":"JOB_OBJECT_TERMINATE_AT_END_OF_JOB","features":[570]},{"name":"JOB_OBJECT_UILIMIT","features":[570]},{"name":"JOB_OBJECT_UILIMIT_DESKTOP","features":[570]},{"name":"JOB_OBJECT_UILIMIT_DISPLAYSETTINGS","features":[570]},{"name":"JOB_OBJECT_UILIMIT_EXITWINDOWS","features":[570]},{"name":"JOB_OBJECT_UILIMIT_GLOBALATOMS","features":[570]},{"name":"JOB_OBJECT_UILIMIT_HANDLES","features":[570]},{"name":"JOB_OBJECT_UILIMIT_NONE","features":[570]},{"name":"JOB_OBJECT_UILIMIT_READCLIPBOARD","features":[570]},{"name":"JOB_OBJECT_UILIMIT_SYSTEMPARAMETERS","features":[570]},{"name":"JOB_OBJECT_UILIMIT_WRITECLIPBOARD","features":[570]},{"name":"JOB_SET_ARRAY","features":[305,570]},{"name":"JobObjectAssociateCompletionPortInformation","features":[570]},{"name":"JobObjectBasicAccountingInformation","features":[570]},{"name":"JobObjectBasicAndIoAccountingInformation","features":[570]},{"name":"JobObjectBasicLimitInformation","features":[570]},{"name":"JobObjectBasicProcessIdList","features":[570]},{"name":"JobObjectBasicUIRestrictions","features":[570]},{"name":"JobObjectCompletionCounter","features":[570]},{"name":"JobObjectCompletionFilter","features":[570]},{"name":"JobObjectCpuRateControlInformation","features":[570]},{"name":"JobObjectCreateSilo","features":[570]},{"name":"JobObjectEndOfJobTimeInformation","features":[570]},{"name":"JobObjectExtendedLimitInformation","features":[570]},{"name":"JobObjectGroupInformation","features":[570]},{"name":"JobObjectGroupInformationEx","features":[570]},{"name":"JobObjectJobSetInformation","features":[570]},{"name":"JobObjectLimitViolationInformation","features":[570]},{"name":"JobObjectLimitViolationInformation2","features":[570]},{"name":"JobObjectNetRateControlInformation","features":[570]},{"name":"JobObjectNotificationLimitInformation","features":[570]},{"name":"JobObjectNotificationLimitInformation2","features":[570]},{"name":"JobObjectReserved10Information","features":[570]},{"name":"JobObjectReserved11Information","features":[570]},{"name":"JobObjectReserved12Information","features":[570]},{"name":"JobObjectReserved13Information","features":[570]},{"name":"JobObjectReserved14Information","features":[570]},{"name":"JobObjectReserved15Information","features":[570]},{"name":"JobObjectReserved16Information","features":[570]},{"name":"JobObjectReserved17Information","features":[570]},{"name":"JobObjectReserved18Information","features":[570]},{"name":"JobObjectReserved19Information","features":[570]},{"name":"JobObjectReserved1Information","features":[570]},{"name":"JobObjectReserved20Information","features":[570]},{"name":"JobObjectReserved21Information","features":[570]},{"name":"JobObjectReserved22Information","features":[570]},{"name":"JobObjectReserved23Information","features":[570]},{"name":"JobObjectReserved24Information","features":[570]},{"name":"JobObjectReserved25Information","features":[570]},{"name":"JobObjectReserved26Information","features":[570]},{"name":"JobObjectReserved27Information","features":[570]},{"name":"JobObjectReserved2Information","features":[570]},{"name":"JobObjectReserved3Information","features":[570]},{"name":"JobObjectReserved4Information","features":[570]},{"name":"JobObjectReserved5Information","features":[570]},{"name":"JobObjectReserved6Information","features":[570]},{"name":"JobObjectReserved7Information","features":[570]},{"name":"JobObjectReserved8Information","features":[570]},{"name":"JobObjectReserved9Information","features":[570]},{"name":"JobObjectSecurityLimitInformation","features":[570]},{"name":"JobObjectSiloBasicInformation","features":[570]},{"name":"MaxJobObjectInfoClass","features":[570]},{"name":"OpenJobObjectA","features":[305,570]},{"name":"OpenJobObjectW","features":[305,570]},{"name":"QueryInformationJobObject","features":[305,570]},{"name":"QueryIoRateControlInformationJobObject","features":[305,570]},{"name":"SetInformationJobObject","features":[305,570]},{"name":"SetIoRateControlInformationJobObject","features":[305,570]},{"name":"TerminateJobObject","features":[305,570]},{"name":"ToleranceHigh","features":[570]},{"name":"ToleranceIntervalLong","features":[570]},{"name":"ToleranceIntervalMedium","features":[570]},{"name":"ToleranceIntervalShort","features":[570]},{"name":"ToleranceLow","features":[570]},{"name":"ToleranceMedium","features":[570]},{"name":"UserHandleGrantAccess","features":[305,570]}],"584":[{"name":"JS_SOURCE_CONTEXT_NONE","features":[571]},{"name":"JsAddRef","features":[571]},{"name":"JsArray","features":[571]},{"name":"JsBackgroundWorkItemCallback","features":[571]},{"name":"JsBeforeCollectCallback","features":[571]},{"name":"JsBoolToBoolean","features":[571]},{"name":"JsBoolean","features":[571]},{"name":"JsBooleanToBool","features":[571]},{"name":"JsCallFunction","features":[571]},{"name":"JsCollectGarbage","features":[571]},{"name":"JsConstructObject","features":[571]},{"name":"JsConvertValueToBoolean","features":[571]},{"name":"JsConvertValueToNumber","features":[571]},{"name":"JsConvertValueToObject","features":[571]},{"name":"JsConvertValueToString","features":[571]},{"name":"JsCreateArray","features":[571]},{"name":"JsCreateContext","features":[552,571]},{"name":"JsCreateContext","features":[552,571]},{"name":"JsCreateError","features":[571]},{"name":"JsCreateExternalObject","features":[571]},{"name":"JsCreateFunction","features":[571]},{"name":"JsCreateObject","features":[571]},{"name":"JsCreateRangeError","features":[571]},{"name":"JsCreateReferenceError","features":[571]},{"name":"JsCreateRuntime","features":[571]},{"name":"JsCreateSyntaxError","features":[571]},{"name":"JsCreateTypeError","features":[571]},{"name":"JsCreateURIError","features":[571]},{"name":"JsDefineProperty","features":[571]},{"name":"JsDeleteIndexedProperty","features":[571]},{"name":"JsDeleteProperty","features":[571]},{"name":"JsDisableRuntimeExecution","features":[571]},{"name":"JsDisposeRuntime","features":[571]},{"name":"JsDoubleToNumber","features":[571]},{"name":"JsEnableRuntimeExecution","features":[571]},{"name":"JsEnumerateHeap","features":[552,571]},{"name":"JsEquals","features":[571]},{"name":"JsError","features":[571]},{"name":"JsErrorAlreadyDebuggingContext","features":[571]},{"name":"JsErrorAlreadyProfilingContext","features":[571]},{"name":"JsErrorArgumentNotObject","features":[571]},{"name":"JsErrorBadSerializedScript","features":[571]},{"name":"JsErrorCannotDisableExecution","features":[571]},{"name":"JsErrorCannotSerializeDebugScript","features":[571]},{"name":"JsErrorCategoryEngine","features":[571]},{"name":"JsErrorCategoryFatal","features":[571]},{"name":"JsErrorCategoryScript","features":[571]},{"name":"JsErrorCategoryUsage","features":[571]},{"name":"JsErrorCode","features":[571]},{"name":"JsErrorFatal","features":[571]},{"name":"JsErrorHeapEnumInProgress","features":[571]},{"name":"JsErrorIdleNotEnabled","features":[571]},{"name":"JsErrorInDisabledState","features":[571]},{"name":"JsErrorInExceptionState","features":[571]},{"name":"JsErrorInProfileCallback","features":[571]},{"name":"JsErrorInThreadServiceCallback","features":[571]},{"name":"JsErrorInvalidArgument","features":[571]},{"name":"JsErrorNoCurrentContext","features":[571]},{"name":"JsErrorNotImplemented","features":[571]},{"name":"JsErrorNullArgument","features":[571]},{"name":"JsErrorOutOfMemory","features":[571]},{"name":"JsErrorRuntimeInUse","features":[571]},{"name":"JsErrorScriptCompile","features":[571]},{"name":"JsErrorScriptEvalDisabled","features":[571]},{"name":"JsErrorScriptException","features":[571]},{"name":"JsErrorScriptTerminated","features":[571]},{"name":"JsErrorWrongThread","features":[571]},{"name":"JsFinalizeCallback","features":[571]},{"name":"JsFunction","features":[571]},{"name":"JsGetAndClearException","features":[571]},{"name":"JsGetCurrentContext","features":[571]},{"name":"JsGetExtensionAllowed","features":[571]},{"name":"JsGetExternalData","features":[571]},{"name":"JsGetFalseValue","features":[571]},{"name":"JsGetGlobalObject","features":[571]},{"name":"JsGetIndexedProperty","features":[571]},{"name":"JsGetNullValue","features":[571]},{"name":"JsGetOwnPropertyDescriptor","features":[571]},{"name":"JsGetOwnPropertyNames","features":[571]},{"name":"JsGetProperty","features":[571]},{"name":"JsGetPropertyIdFromName","features":[571]},{"name":"JsGetPropertyNameFromId","features":[571]},{"name":"JsGetPrototype","features":[571]},{"name":"JsGetRuntime","features":[571]},{"name":"JsGetRuntimeMemoryLimit","features":[571]},{"name":"JsGetRuntimeMemoryUsage","features":[571]},{"name":"JsGetStringLength","features":[571]},{"name":"JsGetTrueValue","features":[571]},{"name":"JsGetUndefinedValue","features":[571]},{"name":"JsGetValueType","features":[571]},{"name":"JsHasException","features":[571]},{"name":"JsHasExternalData","features":[571]},{"name":"JsHasIndexedProperty","features":[571]},{"name":"JsHasProperty","features":[571]},{"name":"JsIdle","features":[571]},{"name":"JsIntToNumber","features":[571]},{"name":"JsIsEnumeratingHeap","features":[571]},{"name":"JsIsRuntimeExecutionDisabled","features":[571]},{"name":"JsMemoryAllocate","features":[571]},{"name":"JsMemoryAllocationCallback","features":[571]},{"name":"JsMemoryEventType","features":[571]},{"name":"JsMemoryFailure","features":[571]},{"name":"JsMemoryFree","features":[571]},{"name":"JsNativeFunction","features":[571]},{"name":"JsNoError","features":[571]},{"name":"JsNull","features":[571]},{"name":"JsNumber","features":[571]},{"name":"JsNumberToDouble","features":[571]},{"name":"JsObject","features":[571]},{"name":"JsParseScript","features":[571]},{"name":"JsParseSerializedScript","features":[571]},{"name":"JsPointerToString","features":[571]},{"name":"JsPreventExtension","features":[571]},{"name":"JsRelease","features":[571]},{"name":"JsRunScript","features":[571]},{"name":"JsRunSerializedScript","features":[571]},{"name":"JsRuntimeAttributeAllowScriptInterrupt","features":[571]},{"name":"JsRuntimeAttributeDisableBackgroundWork","features":[571]},{"name":"JsRuntimeAttributeDisableEval","features":[571]},{"name":"JsRuntimeAttributeDisableNativeCodeGeneration","features":[571]},{"name":"JsRuntimeAttributeEnableIdleProcessing","features":[571]},{"name":"JsRuntimeAttributeNone","features":[571]},{"name":"JsRuntimeAttributes","features":[571]},{"name":"JsRuntimeVersion","features":[571]},{"name":"JsRuntimeVersion10","features":[571]},{"name":"JsRuntimeVersion11","features":[571]},{"name":"JsRuntimeVersionEdge","features":[571]},{"name":"JsSerializeScript","features":[571]},{"name":"JsSetCurrentContext","features":[571]},{"name":"JsSetException","features":[571]},{"name":"JsSetExternalData","features":[571]},{"name":"JsSetIndexedProperty","features":[571]},{"name":"JsSetProperty","features":[571]},{"name":"JsSetPrototype","features":[571]},{"name":"JsSetRuntimeBeforeCollectCallback","features":[571]},{"name":"JsSetRuntimeMemoryAllocationCallback","features":[571]},{"name":"JsSetRuntimeMemoryLimit","features":[571]},{"name":"JsStartDebugging","features":[552,571]},{"name":"JsStartDebugging","features":[552,571]},{"name":"JsStartProfiling","features":[552,571]},{"name":"JsStopProfiling","features":[571]},{"name":"JsStrictEquals","features":[571]},{"name":"JsString","features":[571]},{"name":"JsStringToPointer","features":[571]},{"name":"JsThreadServiceCallback","features":[571]},{"name":"JsUndefined","features":[571]},{"name":"JsValueToVariant","features":[305,358,571,359,360]},{"name":"JsValueType","features":[571]},{"name":"JsVariantToValue","features":[305,358,571,359,360]}],"585":[{"name":"BackOffice","features":[312]},{"name":"Blade","features":[312]},{"name":"COMPARTMENT_ID","features":[312]},{"name":"CSTRING","features":[312]},{"name":"CommunicationServer","features":[312]},{"name":"ComputeServer","features":[312]},{"name":"DEFAULT_COMPARTMENT_ID","features":[312]},{"name":"DataCenter","features":[312]},{"name":"EVENT_TYPE","features":[312]},{"name":"EXCEPTION_DISPOSITION","features":[312]},{"name":"EXCEPTION_REGISTRATION_RECORD","features":[305,335,312]},{"name":"EXCEPTION_ROUTINE","features":[305,335,312]},{"name":"EmbeddedNT","features":[312]},{"name":"EmbeddedRestricted","features":[312]},{"name":"Enterprise","features":[312]},{"name":"ExceptionCollidedUnwind","features":[312]},{"name":"ExceptionContinueExecution","features":[312]},{"name":"ExceptionContinueSearch","features":[312]},{"name":"ExceptionNestedException","features":[312]},{"name":"FLOATING_SAVE_AREA","features":[312]},{"name":"FLOATING_SAVE_AREA","features":[312]},{"name":"LIST_ENTRY","features":[312]},{"name":"LIST_ENTRY32","features":[312]},{"name":"LIST_ENTRY64","features":[312]},{"name":"MAXUCHAR","features":[312]},{"name":"MAXULONG","features":[312]},{"name":"MAXUSHORT","features":[312]},{"name":"MaxSuiteType","features":[312]},{"name":"MultiUserTS","features":[312]},{"name":"NT_PRODUCT_TYPE","features":[312]},{"name":"NT_TIB","features":[305,335,312]},{"name":"NULL64","features":[312]},{"name":"NotificationEvent","features":[312]},{"name":"NotificationTimer","features":[312]},{"name":"NtProductLanManNt","features":[312]},{"name":"NtProductServer","features":[312]},{"name":"NtProductWinNt","features":[312]},{"name":"OBJECTID","features":[312]},{"name":"OBJ_HANDLE_TAGBITS","features":[312]},{"name":"PROCESSOR_NUMBER","features":[312]},{"name":"Personal","features":[312]},{"name":"PhoneNT","features":[312]},{"name":"QUAD","features":[312]},{"name":"RTL_BALANCED_NODE","features":[312]},{"name":"RTL_BALANCED_NODE_RESERVED_PARENT_MASK","features":[312]},{"name":"RtlFirstEntrySList","features":[312]},{"name":"RtlInitializeSListHead","features":[312]},{"name":"RtlInterlockedFlushSList","features":[312]},{"name":"RtlInterlockedPopEntrySList","features":[312]},{"name":"RtlInterlockedPushEntrySList","features":[312]},{"name":"RtlInterlockedPushListSListEx","features":[312]},{"name":"RtlQueryDepthSList","features":[312]},{"name":"SINGLE_LIST_ENTRY","features":[312]},{"name":"SINGLE_LIST_ENTRY32","features":[312]},{"name":"SLIST_ENTRY","features":[312]},{"name":"SLIST_HEADER","features":[312]},{"name":"SLIST_HEADER","features":[312]},{"name":"SLIST_HEADER","features":[312]},{"name":"STRING","features":[312]},{"name":"STRING32","features":[312]},{"name":"STRING64","features":[312]},{"name":"SUITE_TYPE","features":[312]},{"name":"SecurityAppliance","features":[312]},{"name":"SingleUserTS","features":[312]},{"name":"SmallBusiness","features":[312]},{"name":"SmallBusinessRestricted","features":[312]},{"name":"StorageServer","features":[312]},{"name":"SynchronizationEvent","features":[312]},{"name":"SynchronizationTimer","features":[312]},{"name":"TIMER_TYPE","features":[312]},{"name":"TerminalServer","features":[312]},{"name":"UNSPECIFIED_COMPARTMENT_ID","features":[312]},{"name":"WAIT_TYPE","features":[312]},{"name":"WHServer","features":[312]},{"name":"WNF_STATE_NAME","features":[312]},{"name":"WaitAll","features":[312]},{"name":"WaitAny","features":[312]},{"name":"WaitDequeue","features":[312]},{"name":"WaitDpc","features":[312]},{"name":"WaitNotification","features":[312]}],"586":[{"name":"AddDllDirectory","features":[572]},{"name":"BeginUpdateResourceA","features":[305,572]},{"name":"BeginUpdateResourceW","features":[305,572]},{"name":"CURRENT_IMPORT_REDIRECTION_VERSION","features":[572]},{"name":"DONT_RESOLVE_DLL_REFERENCES","features":[572]},{"name":"DisableThreadLibraryCalls","features":[305,572]},{"name":"ENUMRESLANGPROCA","features":[305,572]},{"name":"ENUMRESLANGPROCW","features":[305,572]},{"name":"ENUMRESNAMEPROCA","features":[305,572]},{"name":"ENUMRESNAMEPROCW","features":[305,572]},{"name":"ENUMRESTYPEPROCA","features":[305,572]},{"name":"ENUMRESTYPEPROCW","features":[305,572]},{"name":"ENUMUILANG","features":[572]},{"name":"EndUpdateResourceA","features":[305,572]},{"name":"EndUpdateResourceW","features":[305,572]},{"name":"EnumResourceLanguagesA","features":[305,572]},{"name":"EnumResourceLanguagesExA","features":[305,572]},{"name":"EnumResourceLanguagesExW","features":[305,572]},{"name":"EnumResourceLanguagesW","features":[305,572]},{"name":"EnumResourceNamesA","features":[305,572]},{"name":"EnumResourceNamesExA","features":[305,572]},{"name":"EnumResourceNamesExW","features":[305,572]},{"name":"EnumResourceNamesW","features":[305,572]},{"name":"EnumResourceTypesA","features":[305,572]},{"name":"EnumResourceTypesExA","features":[305,572]},{"name":"EnumResourceTypesExW","features":[305,572]},{"name":"EnumResourceTypesW","features":[305,572]},{"name":"FIND_RESOURCE_DIRECTORY_LANGUAGES","features":[572]},{"name":"FIND_RESOURCE_DIRECTORY_NAMES","features":[572]},{"name":"FIND_RESOURCE_DIRECTORY_TYPES","features":[572]},{"name":"FindResourceA","features":[305,572]},{"name":"FindResourceExA","features":[305,572]},{"name":"FindResourceExW","features":[305,572]},{"name":"FindResourceW","features":[305,572]},{"name":"FreeLibraryAndExitThread","features":[305,572]},{"name":"FreeResource","features":[305,572]},{"name":"GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS","features":[572]},{"name":"GET_MODULE_HANDLE_EX_FLAG_PIN","features":[572]},{"name":"GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT","features":[572]},{"name":"GetDllDirectoryA","features":[572]},{"name":"GetDllDirectoryW","features":[572]},{"name":"GetModuleFileNameA","features":[305,572]},{"name":"GetModuleFileNameW","features":[305,572]},{"name":"GetModuleHandleA","features":[305,572]},{"name":"GetModuleHandleExA","features":[305,572]},{"name":"GetModuleHandleExW","features":[305,572]},{"name":"GetModuleHandleW","features":[305,572]},{"name":"GetProcAddress","features":[305,572]},{"name":"LOAD_IGNORE_CODE_AUTHZ_LEVEL","features":[572]},{"name":"LOAD_LIBRARY_AS_DATAFILE","features":[572]},{"name":"LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE","features":[572]},{"name":"LOAD_LIBRARY_AS_IMAGE_RESOURCE","features":[572]},{"name":"LOAD_LIBRARY_FLAGS","features":[572]},{"name":"LOAD_LIBRARY_OS_INTEGRITY_CONTINUITY","features":[572]},{"name":"LOAD_LIBRARY_REQUIRE_SIGNED_TARGET","features":[572]},{"name":"LOAD_LIBRARY_SAFE_CURRENT_DIRS","features":[572]},{"name":"LOAD_LIBRARY_SEARCH_APPLICATION_DIR","features":[572]},{"name":"LOAD_LIBRARY_SEARCH_DEFAULT_DIRS","features":[572]},{"name":"LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR","features":[572]},{"name":"LOAD_LIBRARY_SEARCH_SYSTEM32","features":[572]},{"name":"LOAD_LIBRARY_SEARCH_SYSTEM32_NO_FORWARDER","features":[572]},{"name":"LOAD_LIBRARY_SEARCH_USER_DIRS","features":[572]},{"name":"LOAD_WITH_ALTERED_SEARCH_PATH","features":[572]},{"name":"LoadLibraryA","features":[305,572]},{"name":"LoadLibraryExA","features":[305,572]},{"name":"LoadLibraryExW","features":[305,572]},{"name":"LoadLibraryW","features":[305,572]},{"name":"LoadModule","features":[572]},{"name":"LoadPackagedLibrary","features":[305,572]},{"name":"LoadResource","features":[305,572]},{"name":"LockResource","features":[305,572]},{"name":"PGET_MODULE_HANDLE_EXA","features":[305,572]},{"name":"PGET_MODULE_HANDLE_EXW","features":[305,572]},{"name":"QueryOptionalDelayLoadedAPI","features":[305,572]},{"name":"REDIRECTION_DESCRIPTOR","features":[572]},{"name":"REDIRECTION_FUNCTION_DESCRIPTOR","features":[572]},{"name":"RESOURCE_ENUM_LN","features":[572]},{"name":"RESOURCE_ENUM_MODULE_EXACT","features":[572]},{"name":"RESOURCE_ENUM_MUI","features":[572]},{"name":"RESOURCE_ENUM_MUI_SYSTEM","features":[572]},{"name":"RESOURCE_ENUM_VALIDATE","features":[572]},{"name":"RemoveDllDirectory","features":[305,572]},{"name":"SUPPORT_LANG_NUMBER","features":[572]},{"name":"SetDefaultDllDirectories","features":[305,572]},{"name":"SetDllDirectoryA","features":[305,572]},{"name":"SetDllDirectoryW","features":[305,572]},{"name":"SizeofResource","features":[305,572]},{"name":"UpdateResourceA","features":[305,572]},{"name":"UpdateResourceW","features":[305,572]}],"587":[{"name":"CreateMailslotA","features":[305,309,573]},{"name":"CreateMailslotW","features":[305,309,573]},{"name":"GetMailslotInfo","features":[305,573]},{"name":"SetMailslotInfo","features":[305,573]}],"588":[{"name":"LPMAPIADDRESS","features":[574]},{"name":"LPMAPIDELETEMAIL","features":[574]},{"name":"LPMAPIDETAILS","features":[574]},{"name":"LPMAPIFINDNEXT","features":[574]},{"name":"LPMAPIFREEBUFFER","features":[574]},{"name":"LPMAPILOGOFF","features":[574]},{"name":"LPMAPILOGON","features":[574]},{"name":"LPMAPIREADMAIL","features":[574]},{"name":"LPMAPIRESOLVENAME","features":[574]},{"name":"LPMAPISAVEMAIL","features":[574]},{"name":"LPMAPISENDDOCUMENTS","features":[574]},{"name":"LPMAPISENDMAIL","features":[574]},{"name":"LPMAPISENDMAILW","features":[574]},{"name":"MAPIFreeBuffer","features":[574]},{"name":"MAPI_AB_NOMODIFY","features":[574]},{"name":"MAPI_BCC","features":[574]},{"name":"MAPI_BODY_AS_FILE","features":[574]},{"name":"MAPI_CC","features":[574]},{"name":"MAPI_DIALOG","features":[574]},{"name":"MAPI_ENVELOPE_ONLY","features":[574]},{"name":"MAPI_EXTENDED","features":[574]},{"name":"MAPI_E_ACCESS_DENIED","features":[574]},{"name":"MAPI_E_AMBIGUOUS_RECIPIENT","features":[574]},{"name":"MAPI_E_AMBIG_RECIP","features":[574]},{"name":"MAPI_E_ATTACHMENT_NOT_FOUND","features":[574]},{"name":"MAPI_E_ATTACHMENT_OPEN_FAILURE","features":[574]},{"name":"MAPI_E_ATTACHMENT_TOO_LARGE","features":[574]},{"name":"MAPI_E_ATTACHMENT_WRITE_FAILURE","features":[574]},{"name":"MAPI_E_BAD_RECIPTYPE","features":[574]},{"name":"MAPI_E_DISK_FULL","features":[574]},{"name":"MAPI_E_FAILURE","features":[574]},{"name":"MAPI_E_INSUFFICIENT_MEMORY","features":[574]},{"name":"MAPI_E_INVALID_EDITFIELDS","features":[574]},{"name":"MAPI_E_INVALID_MESSAGE","features":[574]},{"name":"MAPI_E_INVALID_RECIPS","features":[574]},{"name":"MAPI_E_INVALID_SESSION","features":[574]},{"name":"MAPI_E_LOGIN_FAILURE","features":[574]},{"name":"MAPI_E_LOGON_FAILURE","features":[574]},{"name":"MAPI_E_MESSAGE_IN_USE","features":[574]},{"name":"MAPI_E_NETWORK_FAILURE","features":[574]},{"name":"MAPI_E_NOT_SUPPORTED","features":[574]},{"name":"MAPI_E_NO_MESSAGES","features":[574]},{"name":"MAPI_E_TEXT_TOO_LARGE","features":[574]},{"name":"MAPI_E_TOO_MANY_FILES","features":[574]},{"name":"MAPI_E_TOO_MANY_RECIPIENTS","features":[574]},{"name":"MAPI_E_TOO_MANY_SESSIONS","features":[574]},{"name":"MAPI_E_TYPE_NOT_SUPPORTED","features":[574]},{"name":"MAPI_E_UNICODE_NOT_SUPPORTED","features":[574]},{"name":"MAPI_E_UNKNOWN_RECIPIENT","features":[574]},{"name":"MAPI_E_USER_ABORT","features":[574]},{"name":"MAPI_FORCE_DOWNLOAD","features":[574]},{"name":"MAPI_FORCE_UNICODE","features":[574]},{"name":"MAPI_GUARANTEE_FIFO","features":[574]},{"name":"MAPI_LOGON_UI","features":[574]},{"name":"MAPI_LONG_MSGID","features":[574]},{"name":"MAPI_NEW_SESSION","features":[574]},{"name":"MAPI_OLE","features":[574]},{"name":"MAPI_OLE_STATIC","features":[574]},{"name":"MAPI_ORIG","features":[574]},{"name":"MAPI_PASSWORD_UI","features":[574]},{"name":"MAPI_PEEK","features":[574]},{"name":"MAPI_RECEIPT_REQUESTED","features":[574]},{"name":"MAPI_SENT","features":[574]},{"name":"MAPI_SUPPRESS_ATTACH","features":[574]},{"name":"MAPI_TO","features":[574]},{"name":"MAPI_UNREAD","features":[574]},{"name":"MAPI_UNREAD_ONLY","features":[574]},{"name":"MAPI_USER_ABORT","features":[574]},{"name":"MapiFileDesc","features":[574]},{"name":"MapiFileDescW","features":[574]},{"name":"MapiFileTagExt","features":[574]},{"name":"MapiMessage","features":[574]},{"name":"MapiMessageW","features":[574]},{"name":"MapiRecipDesc","features":[574]},{"name":"MapiRecipDescW","features":[574]},{"name":"SUCCESS_SUCCESS","features":[574]}],"589":[{"name":"AddSecureMemoryCacheCallback","features":[305,324]},{"name":"AllocateUserPhysicalPages","features":[305,324]},{"name":"AllocateUserPhysicalPages2","features":[305,324]},{"name":"AllocateUserPhysicalPagesNuma","features":[305,324]},{"name":"AtlThunkData_t","features":[324]},{"name":"CFG_CALL_TARGET_INFO","features":[324]},{"name":"CreateFileMapping2","features":[305,309,324]},{"name":"CreateFileMappingA","features":[305,309,324]},{"name":"CreateFileMappingFromApp","features":[305,309,324]},{"name":"CreateFileMappingNumaA","features":[305,309,324]},{"name":"CreateFileMappingNumaW","features":[305,309,324]},{"name":"CreateFileMappingW","features":[305,309,324]},{"name":"CreateMemoryResourceNotification","features":[305,324]},{"name":"DiscardVirtualMemory","features":[324]},{"name":"FILE_CACHE_MAX_HARD_DISABLE","features":[324]},{"name":"FILE_CACHE_MAX_HARD_ENABLE","features":[324]},{"name":"FILE_CACHE_MIN_HARD_DISABLE","features":[324]},{"name":"FILE_CACHE_MIN_HARD_ENABLE","features":[324]},{"name":"FILE_MAP","features":[324]},{"name":"FILE_MAP_ALL_ACCESS","features":[324]},{"name":"FILE_MAP_COPY","features":[324]},{"name":"FILE_MAP_EXECUTE","features":[324]},{"name":"FILE_MAP_LARGE_PAGES","features":[324]},{"name":"FILE_MAP_READ","features":[324]},{"name":"FILE_MAP_RESERVE","features":[324]},{"name":"FILE_MAP_TARGETS_INVALID","features":[324]},{"name":"FILE_MAP_WRITE","features":[324]},{"name":"FlushViewOfFile","features":[305,324]},{"name":"FreeUserPhysicalPages","features":[305,324]},{"name":"GHND","features":[324]},{"name":"GLOBAL_ALLOC_FLAGS","features":[324]},{"name":"GMEM_FIXED","features":[324]},{"name":"GMEM_MOVEABLE","features":[324]},{"name":"GMEM_ZEROINIT","features":[324]},{"name":"GPTR","features":[324]},{"name":"GetLargePageMinimum","features":[324]},{"name":"GetMemoryErrorHandlingCapabilities","features":[305,324]},{"name":"GetProcessHeap","features":[305,324]},{"name":"GetProcessHeaps","features":[305,324]},{"name":"GetProcessWorkingSetSizeEx","features":[305,324]},{"name":"GetSystemFileCacheSize","features":[305,324]},{"name":"GetWriteWatch","features":[324]},{"name":"GlobalAlloc","features":[305,324]},{"name":"GlobalFlags","features":[305,324]},{"name":"GlobalHandle","features":[305,324]},{"name":"GlobalLock","features":[305,324]},{"name":"GlobalReAlloc","features":[305,324]},{"name":"GlobalSize","features":[305,324]},{"name":"GlobalUnlock","features":[305,324]},{"name":"HEAP_CREATE_ALIGN_16","features":[324]},{"name":"HEAP_CREATE_ENABLE_EXECUTE","features":[324]},{"name":"HEAP_CREATE_ENABLE_TRACING","features":[324]},{"name":"HEAP_CREATE_HARDENED","features":[324]},{"name":"HEAP_CREATE_SEGMENT_HEAP","features":[324]},{"name":"HEAP_DISABLE_COALESCE_ON_FREE","features":[324]},{"name":"HEAP_FLAGS","features":[324]},{"name":"HEAP_FREE_CHECKING_ENABLED","features":[324]},{"name":"HEAP_GENERATE_EXCEPTIONS","features":[324]},{"name":"HEAP_GROWABLE","features":[324]},{"name":"HEAP_INFORMATION_CLASS","features":[324]},{"name":"HEAP_MAXIMUM_TAG","features":[324]},{"name":"HEAP_NONE","features":[324]},{"name":"HEAP_NO_SERIALIZE","features":[324]},{"name":"HEAP_PSEUDO_TAG_FLAG","features":[324]},{"name":"HEAP_REALLOC_IN_PLACE_ONLY","features":[324]},{"name":"HEAP_SUMMARY","features":[324]},{"name":"HEAP_TAG_SHIFT","features":[324]},{"name":"HEAP_TAIL_CHECKING_ENABLED","features":[324]},{"name":"HEAP_ZERO_MEMORY","features":[324]},{"name":"HeapAlloc","features":[305,324]},{"name":"HeapCompact","features":[305,324]},{"name":"HeapCompatibilityInformation","features":[324]},{"name":"HeapCreate","features":[305,324]},{"name":"HeapDestroy","features":[305,324]},{"name":"HeapEnableTerminationOnCorruption","features":[324]},{"name":"HeapFree","features":[305,324]},{"name":"HeapLock","features":[305,324]},{"name":"HeapOptimizeResources","features":[324]},{"name":"HeapQueryInformation","features":[305,324]},{"name":"HeapReAlloc","features":[305,324]},{"name":"HeapSetInformation","features":[305,324]},{"name":"HeapSize","features":[305,324]},{"name":"HeapSummary","features":[305,324]},{"name":"HeapTag","features":[324]},{"name":"HeapUnlock","features":[305,324]},{"name":"HeapValidate","features":[305,324]},{"name":"HeapWalk","features":[305,324]},{"name":"HighMemoryResourceNotification","features":[324]},{"name":"IsBadCodePtr","features":[305,324]},{"name":"IsBadReadPtr","features":[305,324]},{"name":"IsBadStringPtrA","features":[305,324]},{"name":"IsBadStringPtrW","features":[305,324]},{"name":"IsBadWritePtr","features":[305,324]},{"name":"LHND","features":[324]},{"name":"LMEM_FIXED","features":[324]},{"name":"LMEM_MOVEABLE","features":[324]},{"name":"LMEM_ZEROINIT","features":[324]},{"name":"LOCAL_ALLOC_FLAGS","features":[324]},{"name":"LPTR","features":[324]},{"name":"LocalAlloc","features":[305,324]},{"name":"LocalFlags","features":[305,324]},{"name":"LocalHandle","features":[305,324]},{"name":"LocalLock","features":[305,324]},{"name":"LocalReAlloc","features":[305,324]},{"name":"LocalSize","features":[305,324]},{"name":"LocalUnlock","features":[305,324]},{"name":"LowMemoryResourceNotification","features":[324]},{"name":"MEHC_PATROL_SCRUBBER_PRESENT","features":[324]},{"name":"MEMORY_BASIC_INFORMATION","features":[324]},{"name":"MEMORY_BASIC_INFORMATION","features":[324]},{"name":"MEMORY_BASIC_INFORMATION32","features":[324]},{"name":"MEMORY_BASIC_INFORMATION64","features":[324]},{"name":"MEMORY_MAPPED_VIEW_ADDRESS","features":[324]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_ATTRIBUTE","features":[324]},{"name":"MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION","features":[324]},{"name":"MEMORY_RESOURCE_NOTIFICATION_TYPE","features":[324]},{"name":"MEM_ADDRESS_REQUIREMENTS","features":[324]},{"name":"MEM_COMMIT","features":[324]},{"name":"MEM_DECOMMIT","features":[324]},{"name":"MEM_DEDICATED_ATTRIBUTE_TYPE","features":[324]},{"name":"MEM_EXTENDED_PARAMETER","features":[305,324]},{"name":"MEM_EXTENDED_PARAMETER_TYPE","features":[324]},{"name":"MEM_FREE","features":[324]},{"name":"MEM_IMAGE","features":[324]},{"name":"MEM_LARGE_PAGES","features":[324]},{"name":"MEM_MAPPED","features":[324]},{"name":"MEM_PRESERVE_PLACEHOLDER","features":[324]},{"name":"MEM_PRIVATE","features":[324]},{"name":"MEM_RELEASE","features":[324]},{"name":"MEM_REPLACE_PLACEHOLDER","features":[324]},{"name":"MEM_RESERVE","features":[324]},{"name":"MEM_RESERVE_PLACEHOLDER","features":[324]},{"name":"MEM_RESET","features":[324]},{"name":"MEM_RESET_UNDO","features":[324]},{"name":"MEM_SECTION_EXTENDED_PARAMETER_TYPE","features":[324]},{"name":"MEM_UNMAP_NONE","features":[324]},{"name":"MEM_UNMAP_WITH_TRANSIENT_BOOST","features":[324]},{"name":"MapUserPhysicalPages","features":[305,324]},{"name":"MapUserPhysicalPagesScatter","features":[305,324]},{"name":"MapViewOfFile","features":[305,324]},{"name":"MapViewOfFile3","features":[305,324]},{"name":"MapViewOfFile3FromApp","features":[305,324]},{"name":"MapViewOfFileEx","features":[305,324]},{"name":"MapViewOfFileExNuma","features":[305,324]},{"name":"MapViewOfFileFromApp","features":[305,324]},{"name":"MapViewOfFileNuma2","features":[305,324]},{"name":"MemDedicatedAttributeMax","features":[324]},{"name":"MemDedicatedAttributeReadBandwidth","features":[324]},{"name":"MemDedicatedAttributeReadLatency","features":[324]},{"name":"MemDedicatedAttributeWriteBandwidth","features":[324]},{"name":"MemDedicatedAttributeWriteLatency","features":[324]},{"name":"MemExtendedParameterAddressRequirements","features":[324]},{"name":"MemExtendedParameterAttributeFlags","features":[324]},{"name":"MemExtendedParameterImageMachine","features":[324]},{"name":"MemExtendedParameterInvalidType","features":[324]},{"name":"MemExtendedParameterMax","features":[324]},{"name":"MemExtendedParameterNumaNode","features":[324]},{"name":"MemExtendedParameterPartitionHandle","features":[324]},{"name":"MemExtendedParameterUserPhysicalHandle","features":[324]},{"name":"MemSectionExtendedParameterInvalidType","features":[324]},{"name":"MemSectionExtendedParameterMax","features":[324]},{"name":"MemSectionExtendedParameterNumaNode","features":[324]},{"name":"MemSectionExtendedParameterSigningLevel","features":[324]},{"name":"MemSectionExtendedParameterUserPhysicalFlags","features":[324]},{"name":"MemoryPartitionDedicatedMemoryInfo","features":[324]},{"name":"MemoryPartitionInfo","features":[324]},{"name":"MemoryRegionInfo","features":[324]},{"name":"NONZEROLHND","features":[324]},{"name":"NONZEROLPTR","features":[324]},{"name":"OFFER_PRIORITY","features":[324]},{"name":"OfferVirtualMemory","features":[324]},{"name":"OpenDedicatedMemoryPartition","features":[305,324]},{"name":"OpenFileMappingA","features":[305,324]},{"name":"OpenFileMappingFromApp","features":[305,324]},{"name":"OpenFileMappingW","features":[305,324]},{"name":"PAGE_ENCLAVE_DECOMMIT","features":[324]},{"name":"PAGE_ENCLAVE_MASK","features":[324]},{"name":"PAGE_ENCLAVE_SS_FIRST","features":[324]},{"name":"PAGE_ENCLAVE_SS_REST","features":[324]},{"name":"PAGE_ENCLAVE_THREAD_CONTROL","features":[324]},{"name":"PAGE_ENCLAVE_UNVALIDATED","features":[324]},{"name":"PAGE_EXECUTE","features":[324]},{"name":"PAGE_EXECUTE_READ","features":[324]},{"name":"PAGE_EXECUTE_READWRITE","features":[324]},{"name":"PAGE_EXECUTE_WRITECOPY","features":[324]},{"name":"PAGE_GRAPHICS_COHERENT","features":[324]},{"name":"PAGE_GRAPHICS_EXECUTE","features":[324]},{"name":"PAGE_GRAPHICS_EXECUTE_READ","features":[324]},{"name":"PAGE_GRAPHICS_EXECUTE_READWRITE","features":[324]},{"name":"PAGE_GRAPHICS_NOACCESS","features":[324]},{"name":"PAGE_GRAPHICS_NOCACHE","features":[324]},{"name":"PAGE_GRAPHICS_READONLY","features":[324]},{"name":"PAGE_GRAPHICS_READWRITE","features":[324]},{"name":"PAGE_GUARD","features":[324]},{"name":"PAGE_NOACCESS","features":[324]},{"name":"PAGE_NOCACHE","features":[324]},{"name":"PAGE_PROTECTION_FLAGS","features":[324]},{"name":"PAGE_READONLY","features":[324]},{"name":"PAGE_READWRITE","features":[324]},{"name":"PAGE_REVERT_TO_FILE_MAP","features":[324]},{"name":"PAGE_TARGETS_INVALID","features":[324]},{"name":"PAGE_TARGETS_NO_UPDATE","features":[324]},{"name":"PAGE_TYPE","features":[324]},{"name":"PAGE_WRITECOMBINE","features":[324]},{"name":"PAGE_WRITECOPY","features":[324]},{"name":"PBAD_MEMORY_CALLBACK_ROUTINE","features":[324]},{"name":"PROCESS_HEAP_ENTRY","features":[305,324]},{"name":"PSECURE_MEMORY_CACHE_CALLBACK","features":[305,324]},{"name":"PrefetchVirtualMemory","features":[305,324]},{"name":"QUOTA_LIMITS_HARDWS_MAX_DISABLE","features":[324]},{"name":"QUOTA_LIMITS_HARDWS_MAX_ENABLE","features":[324]},{"name":"QUOTA_LIMITS_HARDWS_MIN_DISABLE","features":[324]},{"name":"QUOTA_LIMITS_HARDWS_MIN_ENABLE","features":[324]},{"name":"QueryMemoryResourceNotification","features":[305,324]},{"name":"QueryPartitionInformation","features":[305,324]},{"name":"QueryVirtualMemoryInformation","features":[305,324]},{"name":"ReclaimVirtualMemory","features":[324]},{"name":"RegisterBadMemoryNotification","features":[324]},{"name":"RemoveSecureMemoryCacheCallback","features":[305,324]},{"name":"ResetWriteWatch","features":[324]},{"name":"RtlCompareMemory","features":[324]},{"name":"RtlCrc32","features":[324]},{"name":"RtlCrc64","features":[324]},{"name":"RtlIsZeroMemory","features":[305,324]},{"name":"SECTION_ALL_ACCESS","features":[324]},{"name":"SECTION_EXTEND_SIZE","features":[324]},{"name":"SECTION_FLAGS","features":[324]},{"name":"SECTION_MAP_EXECUTE","features":[324]},{"name":"SECTION_MAP_EXECUTE_EXPLICIT","features":[324]},{"name":"SECTION_MAP_READ","features":[324]},{"name":"SECTION_MAP_WRITE","features":[324]},{"name":"SECTION_QUERY","features":[324]},{"name":"SEC_64K_PAGES","features":[324]},{"name":"SEC_COMMIT","features":[324]},{"name":"SEC_FILE","features":[324]},{"name":"SEC_IMAGE","features":[324]},{"name":"SEC_IMAGE_NO_EXECUTE","features":[324]},{"name":"SEC_LARGE_PAGES","features":[324]},{"name":"SEC_NOCACHE","features":[324]},{"name":"SEC_PARTITION_OWNER_HANDLE","features":[324]},{"name":"SEC_PROTECTED_IMAGE","features":[324]},{"name":"SEC_RESERVE","features":[324]},{"name":"SEC_WRITECOMBINE","features":[324]},{"name":"SETPROCESSWORKINGSETSIZEEX_FLAGS","features":[324]},{"name":"SetProcessValidCallTargets","features":[305,324]},{"name":"SetProcessValidCallTargetsForMappedView","features":[305,324]},{"name":"SetProcessWorkingSetSizeEx","features":[305,324]},{"name":"SetSystemFileCacheSize","features":[305,324]},{"name":"UNMAP_VIEW_OF_FILE_FLAGS","features":[324]},{"name":"UnmapViewOfFile","features":[305,324]},{"name":"UnmapViewOfFile2","features":[305,324]},{"name":"UnmapViewOfFileEx","features":[305,324]},{"name":"UnregisterBadMemoryNotification","features":[305,324]},{"name":"VIRTUAL_ALLOCATION_TYPE","features":[324]},{"name":"VIRTUAL_FREE_TYPE","features":[324]},{"name":"VirtualAlloc","features":[324]},{"name":"VirtualAlloc2","features":[305,324]},{"name":"VirtualAlloc2FromApp","features":[305,324]},{"name":"VirtualAllocEx","features":[305,324]},{"name":"VirtualAllocExNuma","features":[305,324]},{"name":"VirtualAllocFromApp","features":[324]},{"name":"VirtualFree","features":[305,324]},{"name":"VirtualFreeEx","features":[305,324]},{"name":"VirtualLock","features":[305,324]},{"name":"VirtualProtect","features":[305,324]},{"name":"VirtualProtectEx","features":[305,324]},{"name":"VirtualProtectFromApp","features":[305,324]},{"name":"VirtualQuery","features":[324]},{"name":"VirtualQueryEx","features":[305,324]},{"name":"VirtualUnlock","features":[305,324]},{"name":"VirtualUnlockEx","features":[305,324]},{"name":"VmOfferPriorityBelowNormal","features":[324]},{"name":"VmOfferPriorityLow","features":[324]},{"name":"VmOfferPriorityNormal","features":[324]},{"name":"VmOfferPriorityVeryLow","features":[324]},{"name":"WIN32_MEMORY_INFORMATION_CLASS","features":[324]},{"name":"WIN32_MEMORY_PARTITION_INFORMATION","features":[324]},{"name":"WIN32_MEMORY_PARTITION_INFORMATION_CLASS","features":[324]},{"name":"WIN32_MEMORY_RANGE_ENTRY","features":[324]},{"name":"WIN32_MEMORY_REGION_INFORMATION","features":[324]}],"590":[{"name":"NV_MEMORY_RANGE","features":[575]},{"name":"RtlDrainNonVolatileFlush","features":[575]},{"name":"RtlFillNonVolatileMemory","features":[575]},{"name":"RtlFlushNonVolatileMemory","features":[575]},{"name":"RtlFlushNonVolatileMemoryRanges","features":[575]},{"name":"RtlFreeNonVolatileToken","features":[575]},{"name":"RtlGetNonVolatileToken","features":[575]},{"name":"RtlWriteNonVolatileMemory","features":[575]}],"591":[{"name":"DEFAULT_M_ACKNOWLEDGE","features":[576]},{"name":"DEFAULT_M_APPSPECIFIC","features":[576]},{"name":"DEFAULT_M_AUTH_LEVEL","features":[576]},{"name":"DEFAULT_M_DELIVERY","features":[576]},{"name":"DEFAULT_M_JOURNAL","features":[576]},{"name":"DEFAULT_M_LOOKUPID","features":[576]},{"name":"DEFAULT_M_PRIORITY","features":[576]},{"name":"DEFAULT_M_PRIV_LEVEL","features":[576]},{"name":"DEFAULT_M_SENDERID_TYPE","features":[576]},{"name":"DEFAULT_Q_AUTHENTICATE","features":[576]},{"name":"DEFAULT_Q_BASEPRIORITY","features":[576]},{"name":"DEFAULT_Q_JOURNAL","features":[576]},{"name":"DEFAULT_Q_JOURNAL_QUOTA","features":[576]},{"name":"DEFAULT_Q_PRIV_LEVEL","features":[576]},{"name":"DEFAULT_Q_QUOTA","features":[576]},{"name":"DEFAULT_Q_TRANSACTION","features":[576]},{"name":"FOREIGN_STATUS","features":[576]},{"name":"IMSMQApplication","features":[358,576]},{"name":"IMSMQApplication2","features":[358,576]},{"name":"IMSMQApplication3","features":[358,576]},{"name":"IMSMQCollection","features":[358,576]},{"name":"IMSMQCoordinatedTransactionDispenser","features":[358,576]},{"name":"IMSMQCoordinatedTransactionDispenser2","features":[358,576]},{"name":"IMSMQCoordinatedTransactionDispenser3","features":[358,576]},{"name":"IMSMQDestination","features":[358,576]},{"name":"IMSMQEvent","features":[358,576]},{"name":"IMSMQEvent2","features":[358,576]},{"name":"IMSMQEvent3","features":[358,576]},{"name":"IMSMQManagement","features":[358,576]},{"name":"IMSMQMessage","features":[358,576]},{"name":"IMSMQMessage2","features":[358,576]},{"name":"IMSMQMessage3","features":[358,576]},{"name":"IMSMQMessage4","features":[358,576]},{"name":"IMSMQOutgoingQueueManagement","features":[358,576]},{"name":"IMSMQPrivateDestination","features":[358,576]},{"name":"IMSMQPrivateEvent","features":[358,576]},{"name":"IMSMQQuery","features":[358,576]},{"name":"IMSMQQuery2","features":[358,576]},{"name":"IMSMQQuery3","features":[358,576]},{"name":"IMSMQQuery4","features":[358,576]},{"name":"IMSMQQueue","features":[358,576]},{"name":"IMSMQQueue2","features":[358,576]},{"name":"IMSMQQueue3","features":[358,576]},{"name":"IMSMQQueue4","features":[358,576]},{"name":"IMSMQQueueInfo","features":[358,576]},{"name":"IMSMQQueueInfo2","features":[358,576]},{"name":"IMSMQQueueInfo3","features":[358,576]},{"name":"IMSMQQueueInfo4","features":[358,576]},{"name":"IMSMQQueueInfos","features":[358,576]},{"name":"IMSMQQueueInfos2","features":[358,576]},{"name":"IMSMQQueueInfos3","features":[358,576]},{"name":"IMSMQQueueInfos4","features":[358,576]},{"name":"IMSMQQueueManagement","features":[358,576]},{"name":"IMSMQTransaction","features":[358,576]},{"name":"IMSMQTransaction2","features":[358,576]},{"name":"IMSMQTransaction3","features":[358,576]},{"name":"IMSMQTransactionDispenser","features":[358,576]},{"name":"IMSMQTransactionDispenser2","features":[358,576]},{"name":"IMSMQTransactionDispenser3","features":[358,576]},{"name":"LONG_LIVED","features":[576]},{"name":"MACHINE_ACTION_CONNECT","features":[576]},{"name":"MACHINE_ACTION_DISCONNECT","features":[576]},{"name":"MACHINE_ACTION_TIDY","features":[576]},{"name":"MGMT_QUEUE_CORRECT_TYPE","features":[576]},{"name":"MGMT_QUEUE_FOREIGN_TYPE","features":[576]},{"name":"MGMT_QUEUE_INCORRECT_TYPE","features":[576]},{"name":"MGMT_QUEUE_LOCAL_LOCATION","features":[576]},{"name":"MGMT_QUEUE_NOT_FOREIGN_TYPE","features":[576]},{"name":"MGMT_QUEUE_NOT_TRANSACTIONAL_TYPE","features":[576]},{"name":"MGMT_QUEUE_REMOTE_LOCATION","features":[576]},{"name":"MGMT_QUEUE_STATE_CONNECTED","features":[576]},{"name":"MGMT_QUEUE_STATE_DISCONNECTED","features":[576]},{"name":"MGMT_QUEUE_STATE_DISCONNECTING","features":[576]},{"name":"MGMT_QUEUE_STATE_LOCAL","features":[576]},{"name":"MGMT_QUEUE_STATE_LOCKED","features":[576]},{"name":"MGMT_QUEUE_STATE_NEED_VALIDATE","features":[576]},{"name":"MGMT_QUEUE_STATE_NONACTIVE","features":[576]},{"name":"MGMT_QUEUE_STATE_ONHOLD","features":[576]},{"name":"MGMT_QUEUE_STATE_WAITING","features":[576]},{"name":"MGMT_QUEUE_TRANSACTIONAL_TYPE","features":[576]},{"name":"MGMT_QUEUE_TYPE_CONNECTOR","features":[576]},{"name":"MGMT_QUEUE_TYPE_MACHINE","features":[576]},{"name":"MGMT_QUEUE_TYPE_MULTICAST","features":[576]},{"name":"MGMT_QUEUE_TYPE_PRIVATE","features":[576]},{"name":"MGMT_QUEUE_TYPE_PUBLIC","features":[576]},{"name":"MGMT_QUEUE_UNKNOWN_TYPE","features":[576]},{"name":"MO_MACHINE_TOKEN","features":[576]},{"name":"MO_QUEUE_TOKEN","features":[576]},{"name":"MQACCESS","features":[576]},{"name":"MQADsPathToFormatName","features":[576]},{"name":"MQAUTHENTICATE","features":[576]},{"name":"MQBeginTransaction","features":[557,576]},{"name":"MQCALG","features":[576]},{"name":"MQCERT_REGISTER","features":[576]},{"name":"MQCERT_REGISTER_ALWAYS","features":[576]},{"name":"MQCERT_REGISTER_IF_NOT_EXIST","features":[576]},{"name":"MQCOLUMNSET","features":[576]},{"name":"MQCONN_BIND_SOCKET_FAILURE","features":[576]},{"name":"MQCONN_CONNECT_SOCKET_FAILURE","features":[576]},{"name":"MQCONN_CREATE_SOCKET_FAILURE","features":[576]},{"name":"MQCONN_ESTABLISH_PACKET_RECEIVED","features":[576]},{"name":"MQCONN_INVALID_SERVER_CERT","features":[576]},{"name":"MQCONN_LIMIT_REACHED","features":[576]},{"name":"MQCONN_NAME_RESOLUTION_FAILURE","features":[576]},{"name":"MQCONN_NOFAILURE","features":[576]},{"name":"MQCONN_NOT_READY","features":[576]},{"name":"MQCONN_OUT_OF_MEMORY","features":[576]},{"name":"MQCONN_PING_FAILURE","features":[576]},{"name":"MQCONN_READY","features":[576]},{"name":"MQCONN_REFUSED_BY_OTHER_SIDE","features":[576]},{"name":"MQCONN_ROUTING_FAILURE","features":[576]},{"name":"MQCONN_SEND_FAILURE","features":[576]},{"name":"MQCONN_TCP_NOT_ENABLED","features":[576]},{"name":"MQCONN_UNKNOWN_FAILURE","features":[576]},{"name":"MQCloseCursor","features":[305,576]},{"name":"MQCloseQueue","features":[576]},{"name":"MQConnectionState","features":[576]},{"name":"MQCreateCursor","features":[305,576]},{"name":"MQCreateQueue","features":[305,309,392,576,360]},{"name":"MQDEFAULT","features":[576]},{"name":"MQDeleteQueue","features":[576]},{"name":"MQERROR","features":[576]},{"name":"MQFreeMemory","features":[576]},{"name":"MQFreeSecurityContext","features":[305,576]},{"name":"MQGetMachineProperties","features":[305,392,576,360]},{"name":"MQGetOverlappedResult","features":[305,311,576]},{"name":"MQGetPrivateComputerInformation","features":[305,392,576,360]},{"name":"MQGetQueueProperties","features":[305,392,576,360]},{"name":"MQGetQueueSecurity","features":[309,576]},{"name":"MQGetSecurityContext","features":[305,576]},{"name":"MQGetSecurityContextEx","features":[305,576]},{"name":"MQHandleToFormatName","features":[576]},{"name":"MQInstanceToFormatName","features":[576]},{"name":"MQJOURNAL","features":[576]},{"name":"MQLocateBegin","features":[305,392,576,360]},{"name":"MQLocateEnd","features":[305,576]},{"name":"MQLocateNext","features":[305,392,576,360]},{"name":"MQMAX","features":[576]},{"name":"MQMGMTPROPS","features":[305,392,576,360]},{"name":"MQMSGACKNOWLEDGEMENT","features":[576]},{"name":"MQMSGAUTHENTICATION","features":[576]},{"name":"MQMSGAUTHLEVEL","features":[576]},{"name":"MQMSGCLASS","features":[576]},{"name":"MQMSGCURSOR","features":[576]},{"name":"MQMSGDELIVERY","features":[576]},{"name":"MQMSGIDSIZE","features":[576]},{"name":"MQMSGJOURNAL","features":[576]},{"name":"MQMSGMAX","features":[576]},{"name":"MQMSGPRIVLEVEL","features":[576]},{"name":"MQMSGPROPS","features":[305,392,576,360]},{"name":"MQMSGSENDERIDTYPE","features":[576]},{"name":"MQMSGTRACE","features":[576]},{"name":"MQMSG_ACKNOWLEDGMENT_FULL_REACH_QUEUE","features":[576]},{"name":"MQMSG_ACKNOWLEDGMENT_FULL_RECEIVE","features":[576]},{"name":"MQMSG_ACKNOWLEDGMENT_NACK_REACH_QUEUE","features":[576]},{"name":"MQMSG_ACKNOWLEDGMENT_NACK_RECEIVE","features":[576]},{"name":"MQMSG_ACKNOWLEDGMENT_NEG_ARRIVAL","features":[576]},{"name":"MQMSG_ACKNOWLEDGMENT_NEG_RECEIVE","features":[576]},{"name":"MQMSG_ACKNOWLEDGMENT_NONE","features":[576]},{"name":"MQMSG_ACKNOWLEDGMENT_POS_ARRIVAL","features":[576]},{"name":"MQMSG_ACKNOWLEDGMENT_POS_RECEIVE","features":[576]},{"name":"MQMSG_AUTHENTICATED_QM_MESSAGE","features":[576]},{"name":"MQMSG_AUTHENTICATED_SIG10","features":[576]},{"name":"MQMSG_AUTHENTICATED_SIG20","features":[576]},{"name":"MQMSG_AUTHENTICATED_SIG30","features":[576]},{"name":"MQMSG_AUTHENTICATED_SIGXML","features":[576]},{"name":"MQMSG_AUTHENTICATION_NOT_REQUESTED","features":[576]},{"name":"MQMSG_AUTHENTICATION_REQUESTED","features":[576]},{"name":"MQMSG_AUTHENTICATION_REQUESTED_EX","features":[576]},{"name":"MQMSG_AUTH_LEVEL_ALWAYS","features":[576]},{"name":"MQMSG_AUTH_LEVEL_MSMQ10","features":[576]},{"name":"MQMSG_AUTH_LEVEL_MSMQ20","features":[576]},{"name":"MQMSG_AUTH_LEVEL_NONE","features":[576]},{"name":"MQMSG_AUTH_LEVEL_SIG10","features":[576]},{"name":"MQMSG_AUTH_LEVEL_SIG20","features":[576]},{"name":"MQMSG_AUTH_LEVEL_SIG30","features":[576]},{"name":"MQMSG_CALG_DES","features":[576]},{"name":"MQMSG_CALG_DSS_SIGN","features":[576]},{"name":"MQMSG_CALG_MAC","features":[576]},{"name":"MQMSG_CALG_MD2","features":[576]},{"name":"MQMSG_CALG_MD4","features":[576]},{"name":"MQMSG_CALG_MD5","features":[576]},{"name":"MQMSG_CALG_RC2","features":[576]},{"name":"MQMSG_CALG_RC4","features":[576]},{"name":"MQMSG_CALG_RSA_KEYX","features":[576]},{"name":"MQMSG_CALG_RSA_SIGN","features":[576]},{"name":"MQMSG_CALG_SEAL","features":[576]},{"name":"MQMSG_CALG_SHA","features":[576]},{"name":"MQMSG_CALG_SHA1","features":[576]},{"name":"MQMSG_CLASS_ACK_REACH_QUEUE","features":[576]},{"name":"MQMSG_CLASS_ACK_RECEIVE","features":[576]},{"name":"MQMSG_CLASS_NACK_ACCESS_DENIED","features":[576]},{"name":"MQMSG_CLASS_NACK_BAD_DST_Q","features":[576]},{"name":"MQMSG_CLASS_NACK_BAD_ENCRYPTION","features":[576]},{"name":"MQMSG_CLASS_NACK_BAD_SIGNATURE","features":[576]},{"name":"MQMSG_CLASS_NACK_COULD_NOT_ENCRYPT","features":[576]},{"name":"MQMSG_CLASS_NACK_HOP_COUNT_EXCEEDED","features":[576]},{"name":"MQMSG_CLASS_NACK_NOT_TRANSACTIONAL_MSG","features":[576]},{"name":"MQMSG_CLASS_NACK_NOT_TRANSACTIONAL_Q","features":[576]},{"name":"MQMSG_CLASS_NACK_PURGED","features":[576]},{"name":"MQMSG_CLASS_NACK_Q_DELETED","features":[576]},{"name":"MQMSG_CLASS_NACK_Q_EXCEED_QUOTA","features":[576]},{"name":"MQMSG_CLASS_NACK_Q_PURGED","features":[576]},{"name":"MQMSG_CLASS_NACK_REACH_QUEUE_TIMEOUT","features":[576]},{"name":"MQMSG_CLASS_NACK_RECEIVE_TIMEOUT","features":[576]},{"name":"MQMSG_CLASS_NACK_RECEIVE_TIMEOUT_AT_SENDER","features":[576]},{"name":"MQMSG_CLASS_NACK_SOURCE_COMPUTER_GUID_CHANGED","features":[576]},{"name":"MQMSG_CLASS_NACK_UNSUPPORTED_CRYPTO_PROVIDER","features":[576]},{"name":"MQMSG_CLASS_NORMAL","features":[576]},{"name":"MQMSG_CLASS_REPORT","features":[576]},{"name":"MQMSG_CORRELATIONID_SIZE","features":[576]},{"name":"MQMSG_CURRENT","features":[576]},{"name":"MQMSG_DEADLETTER","features":[576]},{"name":"MQMSG_DELIVERY_EXPRESS","features":[576]},{"name":"MQMSG_DELIVERY_RECOVERABLE","features":[576]},{"name":"MQMSG_FIRST","features":[576]},{"name":"MQMSG_FIRST_IN_XACT","features":[576]},{"name":"MQMSG_JOURNAL","features":[576]},{"name":"MQMSG_JOURNAL_NONE","features":[576]},{"name":"MQMSG_LAST_IN_XACT","features":[576]},{"name":"MQMSG_MSGID_SIZE","features":[576]},{"name":"MQMSG_NEXT","features":[576]},{"name":"MQMSG_NOT_FIRST_IN_XACT","features":[576]},{"name":"MQMSG_NOT_LAST_IN_XACT","features":[576]},{"name":"MQMSG_PRIV_LEVEL_BODY_AES","features":[576]},{"name":"MQMSG_PRIV_LEVEL_BODY_BASE","features":[576]},{"name":"MQMSG_PRIV_LEVEL_BODY_ENHANCED","features":[576]},{"name":"MQMSG_PRIV_LEVEL_NONE","features":[576]},{"name":"MQMSG_SENDERID_TYPE_NONE","features":[576]},{"name":"MQMSG_SENDERID_TYPE_SID","features":[576]},{"name":"MQMSG_SEND_ROUTE_TO_REPORT_QUEUE","features":[576]},{"name":"MQMSG_TRACE_NONE","features":[576]},{"name":"MQMSG_XACTID_SIZE","features":[576]},{"name":"MQMarkMessageRejected","features":[305,576]},{"name":"MQMgmtAction","features":[576]},{"name":"MQMgmtGetInfo","features":[305,392,576,360]},{"name":"MQMoveMessage","features":[557,576]},{"name":"MQOpenQueue","features":[576]},{"name":"MQPRIORITY","features":[576]},{"name":"MQPRIVATEPROPS","features":[305,392,576,360]},{"name":"MQPRIVLEVEL","features":[576]},{"name":"MQPROPERTYRESTRICTION","features":[305,392,576,360]},{"name":"MQPathNameToFormatName","features":[576]},{"name":"MQPurgeQueue","features":[576]},{"name":"MQQMPROPS","features":[305,392,576,360]},{"name":"MQQUEUEACCESSMASK","features":[576]},{"name":"MQQUEUEPROPS","features":[305,392,576,360]},{"name":"MQRESTRICTION","features":[305,392,576,360]},{"name":"MQReceiveMessage","features":[305,392,557,311,576,360]},{"name":"MQReceiveMessageByLookupId","features":[305,392,557,311,576,360]},{"name":"MQRegisterCertificate","features":[576]},{"name":"MQSEC_CHANGE_QUEUE_PERMISSIONS","features":[576]},{"name":"MQSEC_DELETE_JOURNAL_MESSAGE","features":[576]},{"name":"MQSEC_DELETE_MESSAGE","features":[576]},{"name":"MQSEC_DELETE_QUEUE","features":[576]},{"name":"MQSEC_GET_QUEUE_PERMISSIONS","features":[576]},{"name":"MQSEC_GET_QUEUE_PROPERTIES","features":[576]},{"name":"MQSEC_PEEK_MESSAGE","features":[576]},{"name":"MQSEC_QUEUE_GENERIC_ALL","features":[576]},{"name":"MQSEC_QUEUE_GENERIC_EXECUTE","features":[576]},{"name":"MQSEC_QUEUE_GENERIC_READ","features":[576]},{"name":"MQSEC_QUEUE_GENERIC_WRITE","features":[576]},{"name":"MQSEC_RECEIVE_JOURNAL_MESSAGE","features":[576]},{"name":"MQSEC_RECEIVE_MESSAGE","features":[576]},{"name":"MQSEC_SET_QUEUE_PROPERTIES","features":[576]},{"name":"MQSEC_TAKE_QUEUE_OWNERSHIP","features":[576]},{"name":"MQSEC_WRITE_MESSAGE","features":[576]},{"name":"MQSHARE","features":[576]},{"name":"MQSORTKEY","features":[576]},{"name":"MQSORTSET","features":[576]},{"name":"MQSendMessage","features":[305,392,557,576,360]},{"name":"MQSetQueueProperties","features":[305,392,576,360]},{"name":"MQSetQueueSecurity","features":[309,576]},{"name":"MQTRANSACTION","features":[576]},{"name":"MQTRANSACTIONAL","features":[576]},{"name":"MQWARNING","features":[576]},{"name":"MQ_ACTION_PEEK_CURRENT","features":[576]},{"name":"MQ_ACTION_PEEK_NEXT","features":[576]},{"name":"MQ_ACTION_RECEIVE","features":[576]},{"name":"MQ_ADMIN_ACCESS","features":[576]},{"name":"MQ_AUTHENTICATE","features":[576]},{"name":"MQ_AUTHENTICATE_NONE","features":[576]},{"name":"MQ_CORRUPTED_QUEUE_WAS_DELETED","features":[576]},{"name":"MQ_DENY_NONE","features":[576]},{"name":"MQ_DENY_RECEIVE_SHARE","features":[576]},{"name":"MQ_ERROR","features":[576]},{"name":"MQ_ERROR_ACCESS_DENIED","features":[576]},{"name":"MQ_ERROR_BAD_SECURITY_CONTEXT","features":[576]},{"name":"MQ_ERROR_BAD_XML_FORMAT","features":[576]},{"name":"MQ_ERROR_BUFFER_OVERFLOW","features":[576]},{"name":"MQ_ERROR_CANNOT_CREATE_CERT_STORE","features":[576]},{"name":"MQ_ERROR_CANNOT_CREATE_HASH_EX","features":[576]},{"name":"MQ_ERROR_CANNOT_CREATE_ON_GC","features":[576]},{"name":"MQ_ERROR_CANNOT_CREATE_PSC_OBJECTS","features":[576]},{"name":"MQ_ERROR_CANNOT_DELETE_PSC_OBJECTS","features":[576]},{"name":"MQ_ERROR_CANNOT_GET_DN","features":[576]},{"name":"MQ_ERROR_CANNOT_GRANT_ADD_GUID","features":[576]},{"name":"MQ_ERROR_CANNOT_HASH_DATA_EX","features":[576]},{"name":"MQ_ERROR_CANNOT_IMPERSONATE_CLIENT","features":[576]},{"name":"MQ_ERROR_CANNOT_JOIN_DOMAIN","features":[576]},{"name":"MQ_ERROR_CANNOT_LOAD_MQAD","features":[576]},{"name":"MQ_ERROR_CANNOT_LOAD_MQDSSRV","features":[576]},{"name":"MQ_ERROR_CANNOT_LOAD_MSMQOCM","features":[576]},{"name":"MQ_ERROR_CANNOT_OPEN_CERT_STORE","features":[576]},{"name":"MQ_ERROR_CANNOT_SET_CRYPTO_SEC_DESCR","features":[576]},{"name":"MQ_ERROR_CANNOT_SIGN_DATA_EX","features":[576]},{"name":"MQ_ERROR_CANNOT_UPDATE_PSC_OBJECTS","features":[576]},{"name":"MQ_ERROR_CANT_CREATE_CERT_STORE","features":[576]},{"name":"MQ_ERROR_CANT_OPEN_CERT_STORE","features":[576]},{"name":"MQ_ERROR_CANT_RESOLVE_SITES","features":[576]},{"name":"MQ_ERROR_CERTIFICATE_NOT_PROVIDED","features":[576]},{"name":"MQ_ERROR_COMPUTER_DOES_NOT_SUPPORT_ENCRYPTION","features":[576]},{"name":"MQ_ERROR_CORRUPTED_INTERNAL_CERTIFICATE","features":[576]},{"name":"MQ_ERROR_CORRUPTED_PERSONAL_CERT_STORE","features":[576]},{"name":"MQ_ERROR_CORRUPTED_SECURITY_DATA","features":[576]},{"name":"MQ_ERROR_COULD_NOT_GET_ACCOUNT_INFO","features":[576]},{"name":"MQ_ERROR_COULD_NOT_GET_USER_SID","features":[576]},{"name":"MQ_ERROR_DELETE_CN_IN_USE","features":[576]},{"name":"MQ_ERROR_DEPEND_WKS_LICENSE_OVERFLOW","features":[576]},{"name":"MQ_ERROR_DS_BIND_ROOT_FOREST","features":[576]},{"name":"MQ_ERROR_DS_ERROR","features":[576]},{"name":"MQ_ERROR_DS_IS_FULL","features":[576]},{"name":"MQ_ERROR_DS_LOCAL_USER","features":[576]},{"name":"MQ_ERROR_DTC_CONNECT","features":[576]},{"name":"MQ_ERROR_ENCRYPTION_PROVIDER_NOT_SUPPORTED","features":[576]},{"name":"MQ_ERROR_FAIL_VERIFY_SIGNATURE_EX","features":[576]},{"name":"MQ_ERROR_FORMATNAME_BUFFER_TOO_SMALL","features":[576]},{"name":"MQ_ERROR_GC_NEEDED","features":[576]},{"name":"MQ_ERROR_GUID_NOT_MATCHING","features":[576]},{"name":"MQ_ERROR_ILLEGAL_CONTEXT","features":[576]},{"name":"MQ_ERROR_ILLEGAL_CURSOR_ACTION","features":[576]},{"name":"MQ_ERROR_ILLEGAL_ENTERPRISE_OPERATION","features":[576]},{"name":"MQ_ERROR_ILLEGAL_FORMATNAME","features":[576]},{"name":"MQ_ERROR_ILLEGAL_MQCOLUMNS","features":[576]},{"name":"MQ_ERROR_ILLEGAL_MQPRIVATEPROPS","features":[576]},{"name":"MQ_ERROR_ILLEGAL_MQQMPROPS","features":[576]},{"name":"MQ_ERROR_ILLEGAL_MQQUEUEPROPS","features":[576]},{"name":"MQ_ERROR_ILLEGAL_OPERATION","features":[576]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_SIZE","features":[576]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_VALUE","features":[576]},{"name":"MQ_ERROR_ILLEGAL_PROPERTY_VT","features":[576]},{"name":"MQ_ERROR_ILLEGAL_PROPID","features":[576]},{"name":"MQ_ERROR_ILLEGAL_QUEUE_PATHNAME","features":[576]},{"name":"MQ_ERROR_ILLEGAL_RELATION","features":[576]},{"name":"MQ_ERROR_ILLEGAL_RESTRICTION_PROPID","features":[576]},{"name":"MQ_ERROR_ILLEGAL_SECURITY_DESCRIPTOR","features":[576]},{"name":"MQ_ERROR_ILLEGAL_SORT","features":[576]},{"name":"MQ_ERROR_ILLEGAL_SORT_PROPID","features":[576]},{"name":"MQ_ERROR_ILLEGAL_USER","features":[576]},{"name":"MQ_ERROR_INSUFFICIENT_PROPERTIES","features":[576]},{"name":"MQ_ERROR_INSUFFICIENT_RESOURCES","features":[576]},{"name":"MQ_ERROR_INTERNAL_USER_CERT_EXIST","features":[576]},{"name":"MQ_ERROR_INVALID_CERTIFICATE","features":[576]},{"name":"MQ_ERROR_INVALID_HANDLE","features":[576]},{"name":"MQ_ERROR_INVALID_OWNER","features":[576]},{"name":"MQ_ERROR_INVALID_PARAMETER","features":[576]},{"name":"MQ_ERROR_IO_TIMEOUT","features":[576]},{"name":"MQ_ERROR_LABEL_BUFFER_TOO_SMALL","features":[576]},{"name":"MQ_ERROR_LABEL_TOO_LONG","features":[576]},{"name":"MQ_ERROR_MACHINE_EXISTS","features":[576]},{"name":"MQ_ERROR_MACHINE_NOT_FOUND","features":[576]},{"name":"MQ_ERROR_MESSAGE_ALREADY_RECEIVED","features":[576]},{"name":"MQ_ERROR_MESSAGE_LOCKED_UNDER_TRANSACTION","features":[576]},{"name":"MQ_ERROR_MESSAGE_NOT_AUTHENTICATED","features":[576]},{"name":"MQ_ERROR_MESSAGE_NOT_FOUND","features":[576]},{"name":"MQ_ERROR_MESSAGE_STORAGE_FAILED","features":[576]},{"name":"MQ_ERROR_MISSING_CONNECTOR_TYPE","features":[576]},{"name":"MQ_ERROR_MQIS_READONLY_MODE","features":[576]},{"name":"MQ_ERROR_MQIS_SERVER_EMPTY","features":[576]},{"name":"MQ_ERROR_MULTI_SORT_KEYS","features":[576]},{"name":"MQ_ERROR_NOT_A_CORRECT_OBJECT_CLASS","features":[576]},{"name":"MQ_ERROR_NOT_SUPPORTED_BY_DEPENDENT_CLIENTS","features":[576]},{"name":"MQ_ERROR_NO_DS","features":[576]},{"name":"MQ_ERROR_NO_ENTRY_POINT_MSMQOCM","features":[576]},{"name":"MQ_ERROR_NO_GC_IN_DOMAIN","features":[576]},{"name":"MQ_ERROR_NO_INTERNAL_USER_CERT","features":[576]},{"name":"MQ_ERROR_NO_MQUSER_OU","features":[576]},{"name":"MQ_ERROR_NO_MSMQ_SERVERS_ON_DC","features":[576]},{"name":"MQ_ERROR_NO_MSMQ_SERVERS_ON_GC","features":[576]},{"name":"MQ_ERROR_NO_RESPONSE_FROM_OBJECT_SERVER","features":[576]},{"name":"MQ_ERROR_OBJECT_SERVER_NOT_AVAILABLE","features":[576]},{"name":"MQ_ERROR_OPERATION_CANCELLED","features":[576]},{"name":"MQ_ERROR_OPERATION_NOT_SUPPORTED_BY_REMOTE_COMPUTER","features":[576]},{"name":"MQ_ERROR_PRIVILEGE_NOT_HELD","features":[576]},{"name":"MQ_ERROR_PROPERTIES_CONFLICT","features":[576]},{"name":"MQ_ERROR_PROPERTY","features":[576]},{"name":"MQ_ERROR_PROPERTY_NOTALLOWED","features":[576]},{"name":"MQ_ERROR_PROV_NAME_BUFFER_TOO_SMALL","features":[576]},{"name":"MQ_ERROR_PUBLIC_KEY_DOES_NOT_EXIST","features":[576]},{"name":"MQ_ERROR_PUBLIC_KEY_NOT_FOUND","features":[576]},{"name":"MQ_ERROR_QUEUE_DELETED","features":[576]},{"name":"MQ_ERROR_QUEUE_EXISTS","features":[576]},{"name":"MQ_ERROR_QUEUE_NOT_ACTIVE","features":[576]},{"name":"MQ_ERROR_QUEUE_NOT_AVAILABLE","features":[576]},{"name":"MQ_ERROR_QUEUE_NOT_FOUND","features":[576]},{"name":"MQ_ERROR_Q_ADS_PROPERTY_NOT_SUPPORTED","features":[576]},{"name":"MQ_ERROR_Q_DNS_PROPERTY_NOT_SUPPORTED","features":[576]},{"name":"MQ_ERROR_REMOTE_MACHINE_NOT_AVAILABLE","features":[576]},{"name":"MQ_ERROR_RESOLVE_ADDRESS","features":[576]},{"name":"MQ_ERROR_RESULT_BUFFER_TOO_SMALL","features":[576]},{"name":"MQ_ERROR_SECURITY_DESCRIPTOR_TOO_SMALL","features":[576]},{"name":"MQ_ERROR_SENDERID_BUFFER_TOO_SMALL","features":[576]},{"name":"MQ_ERROR_SENDER_CERT_BUFFER_TOO_SMALL","features":[576]},{"name":"MQ_ERROR_SERVICE_NOT_AVAILABLE","features":[576]},{"name":"MQ_ERROR_SHARING_VIOLATION","features":[576]},{"name":"MQ_ERROR_SIGNATURE_BUFFER_TOO_SMALL","features":[576]},{"name":"MQ_ERROR_STALE_HANDLE","features":[576]},{"name":"MQ_ERROR_SYMM_KEY_BUFFER_TOO_SMALL","features":[576]},{"name":"MQ_ERROR_TOO_MANY_PROPERTIES","features":[576]},{"name":"MQ_ERROR_TRANSACTION_ENLIST","features":[576]},{"name":"MQ_ERROR_TRANSACTION_IMPORT","features":[576]},{"name":"MQ_ERROR_TRANSACTION_SEQUENCE","features":[576]},{"name":"MQ_ERROR_TRANSACTION_USAGE","features":[576]},{"name":"MQ_ERROR_UNINITIALIZED_OBJECT","features":[576]},{"name":"MQ_ERROR_UNSUPPORTED_ACCESS_MODE","features":[576]},{"name":"MQ_ERROR_UNSUPPORTED_CLASS","features":[576]},{"name":"MQ_ERROR_UNSUPPORTED_FORMATNAME_OPERATION","features":[576]},{"name":"MQ_ERROR_UNSUPPORTED_OPERATION","features":[576]},{"name":"MQ_ERROR_USER_BUFFER_TOO_SMALL","features":[576]},{"name":"MQ_ERROR_WKS_CANT_SERVE_CLIENT","features":[576]},{"name":"MQ_ERROR_WRITE_NOT_ALLOWED","features":[576]},{"name":"MQ_INFORMATION_DUPLICATE_PROPERTY","features":[576]},{"name":"MQ_INFORMATION_FORMATNAME_BUFFER_TOO_SMALL","features":[576]},{"name":"MQ_INFORMATION_ILLEGAL_PROPERTY","features":[576]},{"name":"MQ_INFORMATION_INTERNAL_USER_CERT_EXIST","features":[576]},{"name":"MQ_INFORMATION_OPERATION_PENDING","features":[576]},{"name":"MQ_INFORMATION_OWNER_IGNORED","features":[576]},{"name":"MQ_INFORMATION_PROPERTY","features":[576]},{"name":"MQ_INFORMATION_PROPERTY_IGNORED","features":[576]},{"name":"MQ_INFORMATION_UNSUPPORTED_PROPERTY","features":[576]},{"name":"MQ_JOURNAL","features":[576]},{"name":"MQ_JOURNAL_NONE","features":[576]},{"name":"MQ_LOOKUP_PEEK_CURRENT","features":[576]},{"name":"MQ_LOOKUP_PEEK_FIRST","features":[576]},{"name":"MQ_LOOKUP_PEEK_LAST","features":[576]},{"name":"MQ_LOOKUP_PEEK_NEXT","features":[576]},{"name":"MQ_LOOKUP_PEEK_PREV","features":[576]},{"name":"MQ_LOOKUP_RECEIVE_ALLOW_PEEK","features":[576]},{"name":"MQ_LOOKUP_RECEIVE_CURRENT","features":[576]},{"name":"MQ_LOOKUP_RECEIVE_FIRST","features":[576]},{"name":"MQ_LOOKUP_RECEIVE_LAST","features":[576]},{"name":"MQ_LOOKUP_RECEIVE_NEXT","features":[576]},{"name":"MQ_LOOKUP_RECEIVE_PREV","features":[576]},{"name":"MQ_MAX_MSG_LABEL_LEN","features":[576]},{"name":"MQ_MAX_PRIORITY","features":[576]},{"name":"MQ_MAX_Q_LABEL_LEN","features":[576]},{"name":"MQ_MAX_Q_NAME_LEN","features":[576]},{"name":"MQ_MIN_PRIORITY","features":[576]},{"name":"MQ_MOVE_ACCESS","features":[576]},{"name":"MQ_MTS_TRANSACTION","features":[576]},{"name":"MQ_NO_TRANSACTION","features":[576]},{"name":"MQ_OK","features":[576]},{"name":"MQ_PEEK_ACCESS","features":[576]},{"name":"MQ_PRIV_LEVEL_BODY","features":[576]},{"name":"MQ_PRIV_LEVEL_NONE","features":[576]},{"name":"MQ_PRIV_LEVEL_OPTIONAL","features":[576]},{"name":"MQ_QTYPE_REPORT","features":[576]},{"name":"MQ_QTYPE_TEST","features":[576]},{"name":"MQ_QUEUE_STATE_CONNECTED","features":[576]},{"name":"MQ_QUEUE_STATE_DISCONNECTED","features":[576]},{"name":"MQ_QUEUE_STATE_DISCONNECTING","features":[576]},{"name":"MQ_QUEUE_STATE_LOCAL_CONNECTION","features":[576]},{"name":"MQ_QUEUE_STATE_LOCKED","features":[576]},{"name":"MQ_QUEUE_STATE_NEEDVALIDATE","features":[576]},{"name":"MQ_QUEUE_STATE_NONACTIVE","features":[576]},{"name":"MQ_QUEUE_STATE_ONHOLD","features":[576]},{"name":"MQ_QUEUE_STATE_WAITING","features":[576]},{"name":"MQ_RECEIVE_ACCESS","features":[576]},{"name":"MQ_SEND_ACCESS","features":[576]},{"name":"MQ_SINGLE_MESSAGE","features":[576]},{"name":"MQ_STATUS_FOREIGN","features":[576]},{"name":"MQ_STATUS_NOT_FOREIGN","features":[576]},{"name":"MQ_STATUS_UNKNOWN","features":[576]},{"name":"MQ_TRANSACTIONAL","features":[576]},{"name":"MQ_TRANSACTIONAL_NONE","features":[576]},{"name":"MQ_TYPE_CONNECTOR","features":[576]},{"name":"MQ_TYPE_MACHINE","features":[576]},{"name":"MQ_TYPE_MULTICAST","features":[576]},{"name":"MQ_TYPE_PRIVATE","features":[576]},{"name":"MQ_TYPE_PUBLIC","features":[576]},{"name":"MQ_XACT_STATUS_NOT_XACT","features":[576]},{"name":"MQ_XACT_STATUS_UNKNOWN","features":[576]},{"name":"MQ_XACT_STATUS_XACT","features":[576]},{"name":"MQ_XA_TRANSACTION","features":[576]},{"name":"MSMQApplication","features":[576]},{"name":"MSMQCollection","features":[576]},{"name":"MSMQCoordinatedTransactionDispenser","features":[576]},{"name":"MSMQDestination","features":[576]},{"name":"MSMQEvent","features":[576]},{"name":"MSMQManagement","features":[576]},{"name":"MSMQMessage","features":[576]},{"name":"MSMQOutgoingQueueManagement","features":[576]},{"name":"MSMQQuery","features":[576]},{"name":"MSMQQueue","features":[576]},{"name":"MSMQQueueInfo","features":[576]},{"name":"MSMQQueueInfos","features":[576]},{"name":"MSMQQueueManagement","features":[576]},{"name":"MSMQTransaction","features":[576]},{"name":"MSMQTransactionDispenser","features":[576]},{"name":"MSMQ_CONNECTED","features":[576]},{"name":"MSMQ_DISCONNECTED","features":[576]},{"name":"PMQRECEIVECALLBACK","features":[305,392,311,576,360]},{"name":"PREQ","features":[576]},{"name":"PRGE","features":[576]},{"name":"PRGT","features":[576]},{"name":"PRLE","features":[576]},{"name":"PRLT","features":[576]},{"name":"PRNE","features":[576]},{"name":"PROPID_MGMT_MSMQ_ACTIVEQUEUES","features":[576]},{"name":"PROPID_MGMT_MSMQ_BASE","features":[576]},{"name":"PROPID_MGMT_MSMQ_BYTES_IN_ALL_QUEUES","features":[576]},{"name":"PROPID_MGMT_MSMQ_CONNECTED","features":[576]},{"name":"PROPID_MGMT_MSMQ_DSSERVER","features":[576]},{"name":"PROPID_MGMT_MSMQ_PRIVATEQ","features":[576]},{"name":"PROPID_MGMT_MSMQ_TYPE","features":[576]},{"name":"PROPID_MGMT_QUEUE_BASE","features":[576]},{"name":"PROPID_MGMT_QUEUE_BYTES_IN_JOURNAL","features":[576]},{"name":"PROPID_MGMT_QUEUE_BYTES_IN_QUEUE","features":[576]},{"name":"PROPID_MGMT_QUEUE_CONNECTION_HISTORY","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_FIRST_NON_ACK","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK_COUNT","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_ACK_TIME","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_LAST_NON_ACK","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_NEXT_SEQ","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_NO_ACK_COUNT","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_NO_READ_COUNT","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_COUNT","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_INTERVAL","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_RESEND_TIME","features":[576]},{"name":"PROPID_MGMT_QUEUE_EOD_SOURCE_INFO","features":[576]},{"name":"PROPID_MGMT_QUEUE_FOREIGN","features":[576]},{"name":"PROPID_MGMT_QUEUE_FORMATNAME","features":[576]},{"name":"PROPID_MGMT_QUEUE_JOURNAL_MESSAGE_COUNT","features":[576]},{"name":"PROPID_MGMT_QUEUE_JOURNAL_USED_QUOTA","features":[576]},{"name":"PROPID_MGMT_QUEUE_LOCATION","features":[576]},{"name":"PROPID_MGMT_QUEUE_MESSAGE_COUNT","features":[576]},{"name":"PROPID_MGMT_QUEUE_NEXTHOPS","features":[576]},{"name":"PROPID_MGMT_QUEUE_PATHNAME","features":[576]},{"name":"PROPID_MGMT_QUEUE_STATE","features":[576]},{"name":"PROPID_MGMT_QUEUE_SUBQUEUE_COUNT","features":[576]},{"name":"PROPID_MGMT_QUEUE_SUBQUEUE_NAMES","features":[576]},{"name":"PROPID_MGMT_QUEUE_TYPE","features":[576]},{"name":"PROPID_MGMT_QUEUE_USED_QUOTA","features":[576]},{"name":"PROPID_MGMT_QUEUE_XACT","features":[576]},{"name":"PROPID_M_ABORT_COUNT","features":[576]},{"name":"PROPID_M_ACKNOWLEDGE","features":[576]},{"name":"PROPID_M_ADMIN_QUEUE","features":[576]},{"name":"PROPID_M_ADMIN_QUEUE_LEN","features":[576]},{"name":"PROPID_M_APPSPECIFIC","features":[576]},{"name":"PROPID_M_ARRIVEDTIME","features":[576]},{"name":"PROPID_M_AUTHENTICATED","features":[576]},{"name":"PROPID_M_AUTHENTICATED_EX","features":[576]},{"name":"PROPID_M_AUTH_LEVEL","features":[576]},{"name":"PROPID_M_BASE","features":[576]},{"name":"PROPID_M_BODY","features":[576]},{"name":"PROPID_M_BODY_SIZE","features":[576]},{"name":"PROPID_M_BODY_TYPE","features":[576]},{"name":"PROPID_M_CLASS","features":[576]},{"name":"PROPID_M_COMPOUND_MESSAGE","features":[576]},{"name":"PROPID_M_COMPOUND_MESSAGE_SIZE","features":[576]},{"name":"PROPID_M_CONNECTOR_TYPE","features":[576]},{"name":"PROPID_M_CORRELATIONID","features":[576]},{"name":"PROPID_M_CORRELATIONID_SIZE","features":[576]},{"name":"PROPID_M_DEADLETTER_QUEUE","features":[576]},{"name":"PROPID_M_DEADLETTER_QUEUE_LEN","features":[576]},{"name":"PROPID_M_DELIVERY","features":[576]},{"name":"PROPID_M_DEST_FORMAT_NAME","features":[576]},{"name":"PROPID_M_DEST_FORMAT_NAME_LEN","features":[576]},{"name":"PROPID_M_DEST_QUEUE","features":[576]},{"name":"PROPID_M_DEST_QUEUE_LEN","features":[576]},{"name":"PROPID_M_DEST_SYMM_KEY","features":[576]},{"name":"PROPID_M_DEST_SYMM_KEY_LEN","features":[576]},{"name":"PROPID_M_ENCRYPTION_ALG","features":[576]},{"name":"PROPID_M_EXTENSION","features":[576]},{"name":"PROPID_M_EXTENSION_LEN","features":[576]},{"name":"PROPID_M_FIRST_IN_XACT","features":[576]},{"name":"PROPID_M_HASH_ALG","features":[576]},{"name":"PROPID_M_JOURNAL","features":[576]},{"name":"PROPID_M_LABEL","features":[576]},{"name":"PROPID_M_LABEL_LEN","features":[576]},{"name":"PROPID_M_LAST_IN_XACT","features":[576]},{"name":"PROPID_M_LAST_MOVE_TIME","features":[576]},{"name":"PROPID_M_LOOKUPID","features":[576]},{"name":"PROPID_M_MOVE_COUNT","features":[576]},{"name":"PROPID_M_MSGID","features":[576]},{"name":"PROPID_M_MSGID_SIZE","features":[576]},{"name":"PROPID_M_PRIORITY","features":[576]},{"name":"PROPID_M_PRIV_LEVEL","features":[576]},{"name":"PROPID_M_PROV_NAME","features":[576]},{"name":"PROPID_M_PROV_NAME_LEN","features":[576]},{"name":"PROPID_M_PROV_TYPE","features":[576]},{"name":"PROPID_M_RESP_FORMAT_NAME","features":[576]},{"name":"PROPID_M_RESP_FORMAT_NAME_LEN","features":[576]},{"name":"PROPID_M_RESP_QUEUE","features":[576]},{"name":"PROPID_M_RESP_QUEUE_LEN","features":[576]},{"name":"PROPID_M_SECURITY_CONTEXT","features":[576]},{"name":"PROPID_M_SENDERID","features":[576]},{"name":"PROPID_M_SENDERID_LEN","features":[576]},{"name":"PROPID_M_SENDERID_TYPE","features":[576]},{"name":"PROPID_M_SENDER_CERT","features":[576]},{"name":"PROPID_M_SENDER_CERT_LEN","features":[576]},{"name":"PROPID_M_SENTTIME","features":[576]},{"name":"PROPID_M_SIGNATURE","features":[576]},{"name":"PROPID_M_SIGNATURE_LEN","features":[576]},{"name":"PROPID_M_SOAP_BODY","features":[576]},{"name":"PROPID_M_SOAP_ENVELOPE","features":[576]},{"name":"PROPID_M_SOAP_ENVELOPE_LEN","features":[576]},{"name":"PROPID_M_SOAP_HEADER","features":[576]},{"name":"PROPID_M_SRC_MACHINE_ID","features":[576]},{"name":"PROPID_M_TIME_TO_BE_RECEIVED","features":[576]},{"name":"PROPID_M_TIME_TO_REACH_QUEUE","features":[576]},{"name":"PROPID_M_TRACE","features":[576]},{"name":"PROPID_M_VERSION","features":[576]},{"name":"PROPID_M_XACTID","features":[576]},{"name":"PROPID_M_XACTID_SIZE","features":[576]},{"name":"PROPID_M_XACT_STATUS_QUEUE","features":[576]},{"name":"PROPID_M_XACT_STATUS_QUEUE_LEN","features":[576]},{"name":"PROPID_PC_BASE","features":[576]},{"name":"PROPID_PC_DS_ENABLED","features":[576]},{"name":"PROPID_PC_VERSION","features":[576]},{"name":"PROPID_QM_BASE","features":[576]},{"name":"PROPID_QM_CONNECTION","features":[576]},{"name":"PROPID_QM_ENCRYPTION_PK","features":[576]},{"name":"PROPID_QM_ENCRYPTION_PK_AES","features":[576]},{"name":"PROPID_QM_ENCRYPTION_PK_BASE","features":[576]},{"name":"PROPID_QM_ENCRYPTION_PK_ENHANCED","features":[576]},{"name":"PROPID_QM_MACHINE_ID","features":[576]},{"name":"PROPID_QM_PATHNAME","features":[576]},{"name":"PROPID_QM_PATHNAME_DNS","features":[576]},{"name":"PROPID_QM_SITE_ID","features":[576]},{"name":"PROPID_Q_ADS_PATH","features":[576]},{"name":"PROPID_Q_AUTHENTICATE","features":[576]},{"name":"PROPID_Q_BASE","features":[576]},{"name":"PROPID_Q_BASEPRIORITY","features":[576]},{"name":"PROPID_Q_CREATE_TIME","features":[576]},{"name":"PROPID_Q_INSTANCE","features":[576]},{"name":"PROPID_Q_JOURNAL","features":[576]},{"name":"PROPID_Q_JOURNAL_QUOTA","features":[576]},{"name":"PROPID_Q_LABEL","features":[576]},{"name":"PROPID_Q_MODIFY_TIME","features":[576]},{"name":"PROPID_Q_MULTICAST_ADDRESS","features":[576]},{"name":"PROPID_Q_PATHNAME","features":[576]},{"name":"PROPID_Q_PATHNAME_DNS","features":[576]},{"name":"PROPID_Q_PRIV_LEVEL","features":[576]},{"name":"PROPID_Q_QUOTA","features":[576]},{"name":"PROPID_Q_TRANSACTION","features":[576]},{"name":"PROPID_Q_TYPE","features":[576]},{"name":"QUERY_SORTASCEND","features":[576]},{"name":"QUERY_SORTDESCEND","features":[576]},{"name":"QUEUE_ACTION_EOD_RESEND","features":[576]},{"name":"QUEUE_ACTION_PAUSE","features":[576]},{"name":"QUEUE_ACTION_RESUME","features":[576]},{"name":"QUEUE_STATE","features":[576]},{"name":"QUEUE_TYPE","features":[576]},{"name":"RELOPS","features":[576]},{"name":"REL_EQ","features":[576]},{"name":"REL_GE","features":[576]},{"name":"REL_GT","features":[576]},{"name":"REL_LE","features":[576]},{"name":"REL_LT","features":[576]},{"name":"REL_NEQ","features":[576]},{"name":"REL_NOP","features":[576]},{"name":"SEQUENCE_INFO","features":[576]},{"name":"XACT_STATUS","features":[576]},{"name":"_DMSMQEventEvents","features":[358,576]}],"592":[{"name":"PERCEPTIONFIELD_StateStream_TimeStamps","features":[577]},{"name":"PERCEPTION_PAYLOAD_FIELD","features":[577]},{"name":"PERCEPTION_STATE_STREAM_TIMESTAMPS","features":[577]}],"593":[{"name":"AUTO_WIDTH","features":[578]},{"name":"AppEvents","features":[358,578]},{"name":"AppEventsDHTMLConnector","features":[578]},{"name":"Application","features":[578]},{"name":"BUTTONPRESSED","features":[578]},{"name":"CCM_COMMANDID_MASK_CONSTANTS","features":[578]},{"name":"CCM_COMMANDID_MASK_RESERVED","features":[578]},{"name":"CCM_INSERTIONALLOWED","features":[578]},{"name":"CCM_INSERTIONALLOWED_NEW","features":[578]},{"name":"CCM_INSERTIONALLOWED_TASK","features":[578]},{"name":"CCM_INSERTIONALLOWED_TOP","features":[578]},{"name":"CCM_INSERTIONALLOWED_VIEW","features":[578]},{"name":"CCM_INSERTIONPOINTID","features":[578]},{"name":"CCM_INSERTIONPOINTID_3RDPARTY_NEW","features":[578]},{"name":"CCM_INSERTIONPOINTID_3RDPARTY_TASK","features":[578]},{"name":"CCM_INSERTIONPOINTID_MASK_ADD_3RDPARTY","features":[578]},{"name":"CCM_INSERTIONPOINTID_MASK_ADD_PRIMARY","features":[578]},{"name":"CCM_INSERTIONPOINTID_MASK_CREATE_PRIMARY","features":[578]},{"name":"CCM_INSERTIONPOINTID_MASK_FLAGINDEX","features":[578]},{"name":"CCM_INSERTIONPOINTID_MASK_RESERVED","features":[578]},{"name":"CCM_INSERTIONPOINTID_MASK_SHARED","features":[578]},{"name":"CCM_INSERTIONPOINTID_MASK_SPECIAL","features":[578]},{"name":"CCM_INSERTIONPOINTID_PRIMARY_HELP","features":[578]},{"name":"CCM_INSERTIONPOINTID_PRIMARY_NEW","features":[578]},{"name":"CCM_INSERTIONPOINTID_PRIMARY_TASK","features":[578]},{"name":"CCM_INSERTIONPOINTID_PRIMARY_TOP","features":[578]},{"name":"CCM_INSERTIONPOINTID_PRIMARY_VIEW","features":[578]},{"name":"CCM_INSERTIONPOINTID_ROOT_MENU","features":[578]},{"name":"CCM_SPECIAL","features":[578]},{"name":"CCM_SPECIAL_DEFAULT_ITEM","features":[578]},{"name":"CCM_SPECIAL_INSERTION_POINT","features":[578]},{"name":"CCM_SPECIAL_SEPARATOR","features":[578]},{"name":"CCM_SPECIAL_SUBMENU","features":[578]},{"name":"CCM_SPECIAL_TESTONLY","features":[578]},{"name":"CCT_RESULT","features":[578]},{"name":"CCT_SCOPE","features":[578]},{"name":"CCT_SNAPIN_MANAGER","features":[578]},{"name":"CCT_UNINITIALIZED","features":[578]},{"name":"CHECKED","features":[578]},{"name":"COMBOBOXBAR","features":[578]},{"name":"CONTEXTMENUITEM","features":[578]},{"name":"CONTEXTMENUITEM2","features":[578]},{"name":"Column","features":[358,578]},{"name":"Columns","features":[358,578]},{"name":"ConsolePower","features":[578]},{"name":"ContextMenu","features":[358,578]},{"name":"DATA_OBJECT_TYPES","features":[578]},{"name":"Document","features":[358,578]},{"name":"DocumentMode_Author","features":[578]},{"name":"DocumentMode_User","features":[578]},{"name":"DocumentMode_User_MDI","features":[578]},{"name":"DocumentMode_User_SDI","features":[578]},{"name":"ENABLED","features":[578]},{"name":"ExportListOptions_Default","features":[578]},{"name":"ExportListOptions_SelectedItemsOnly","features":[578]},{"name":"ExportListOptions_TabDelimited","features":[578]},{"name":"ExportListOptions_Unicode","features":[578]},{"name":"Extension","features":[358,578]},{"name":"Extensions","features":[358,578]},{"name":"Frame","features":[358,578]},{"name":"HDI_HIDDEN","features":[578]},{"name":"HIDDEN","features":[578]},{"name":"HIDE_COLUMN","features":[578]},{"name":"IColumnData","features":[578]},{"name":"IComponent","features":[578]},{"name":"IComponent2","features":[578]},{"name":"IComponentData","features":[578]},{"name":"IComponentData2","features":[578]},{"name":"IConsole","features":[578]},{"name":"IConsole2","features":[578]},{"name":"IConsole3","features":[578]},{"name":"IConsoleNameSpace","features":[578]},{"name":"IConsoleNameSpace2","features":[578]},{"name":"IConsolePower","features":[578]},{"name":"IConsolePowerSink","features":[578]},{"name":"IConsoleVerb","features":[578]},{"name":"IContextMenuCallback","features":[578]},{"name":"IContextMenuCallback2","features":[578]},{"name":"IContextMenuProvider","features":[578]},{"name":"IControlbar","features":[578]},{"name":"IDisplayHelp","features":[578]},{"name":"IEnumTASK","features":[578]},{"name":"IExtendContextMenu","features":[578]},{"name":"IExtendControlbar","features":[578]},{"name":"IExtendPropertySheet","features":[578]},{"name":"IExtendPropertySheet2","features":[578]},{"name":"IExtendTaskPad","features":[578]},{"name":"IExtendView","features":[578]},{"name":"IHeaderCtrl","features":[578]},{"name":"IHeaderCtrl2","features":[578]},{"name":"IImageList","features":[578]},{"name":"ILSIF_LEAVE_LARGE_ICON","features":[578]},{"name":"ILSIF_LEAVE_SMALL_ICON","features":[578]},{"name":"IMMCVersionInfo","features":[578]},{"name":"IMenuButton","features":[578]},{"name":"IMessageView","features":[578]},{"name":"INDETERMINATE","features":[578]},{"name":"INodeProperties","features":[578]},{"name":"IPropertySheetCallback","features":[578]},{"name":"IPropertySheetProvider","features":[578]},{"name":"IRequiredExtensions","features":[578]},{"name":"IResultData","features":[578]},{"name":"IResultData2","features":[578]},{"name":"IResultDataCompare","features":[578]},{"name":"IResultDataCompareEx","features":[578]},{"name":"IResultOwnerData","features":[578]},{"name":"ISnapinAbout","features":[578]},{"name":"ISnapinHelp","features":[578]},{"name":"ISnapinHelp2","features":[578]},{"name":"ISnapinProperties","features":[578]},{"name":"ISnapinPropertiesCallback","features":[578]},{"name":"IStringTable","features":[578]},{"name":"IToolbar","features":[578]},{"name":"IViewExtensionCallback","features":[578]},{"name":"IconIdentifier","features":[578]},{"name":"Icon_Error","features":[578]},{"name":"Icon_First","features":[578]},{"name":"Icon_Information","features":[578]},{"name":"Icon_Last","features":[578]},{"name":"Icon_None","features":[578]},{"name":"Icon_Question","features":[578]},{"name":"Icon_Warning","features":[578]},{"name":"ListMode_Detail","features":[578]},{"name":"ListMode_Filtered","features":[578]},{"name":"ListMode_Large_Icons","features":[578]},{"name":"ListMode_List","features":[578]},{"name":"ListMode_Small_Icons","features":[578]},{"name":"MENUBUTTON","features":[578]},{"name":"MENUBUTTONDATA","features":[578]},{"name":"MFCC_DISABLE","features":[578]},{"name":"MFCC_ENABLE","features":[578]},{"name":"MFCC_VALUE_CHANGE","features":[578]},{"name":"MMCBUTTON","features":[578]},{"name":"MMCC_STANDARD_VIEW_SELECT","features":[578]},{"name":"MMCLV_AUTO","features":[578]},{"name":"MMCLV_NOICON","features":[578]},{"name":"MMCLV_NOPARAM","features":[578]},{"name":"MMCLV_NOPTR","features":[578]},{"name":"MMCLV_UPDATE_NOINVALIDATEALL","features":[578]},{"name":"MMCLV_UPDATE_NOSCROLL","features":[578]},{"name":"MMCLV_VIEWSTYLE_FILTERED","features":[578]},{"name":"MMCLV_VIEWSTYLE_ICON","features":[578]},{"name":"MMCLV_VIEWSTYLE_LIST","features":[578]},{"name":"MMCLV_VIEWSTYLE_REPORT","features":[578]},{"name":"MMCLV_VIEWSTYLE_SMALLICON","features":[578]},{"name":"MMCN_ACTIVATE","features":[578]},{"name":"MMCN_ADD_IMAGES","features":[578]},{"name":"MMCN_BTN_CLICK","features":[578]},{"name":"MMCN_CANPASTE_OUTOFPROC","features":[578]},{"name":"MMCN_CLICK","features":[578]},{"name":"MMCN_COLUMNS_CHANGED","features":[578]},{"name":"MMCN_COLUMN_CLICK","features":[578]},{"name":"MMCN_CONTEXTHELP","features":[578]},{"name":"MMCN_CONTEXTMENU","features":[578]},{"name":"MMCN_CUTORMOVE","features":[578]},{"name":"MMCN_DBLCLICK","features":[578]},{"name":"MMCN_DELETE","features":[578]},{"name":"MMCN_DESELECT_ALL","features":[578]},{"name":"MMCN_EXPAND","features":[578]},{"name":"MMCN_EXPANDSYNC","features":[578]},{"name":"MMCN_FILTERBTN_CLICK","features":[578]},{"name":"MMCN_FILTER_CHANGE","features":[578]},{"name":"MMCN_HELP","features":[578]},{"name":"MMCN_INITOCX","features":[578]},{"name":"MMCN_LISTPAD","features":[578]},{"name":"MMCN_MENU_BTNCLICK","features":[578]},{"name":"MMCN_MINIMIZED","features":[578]},{"name":"MMCN_PASTE","features":[578]},{"name":"MMCN_PRELOAD","features":[578]},{"name":"MMCN_PRINT","features":[578]},{"name":"MMCN_PROPERTY_CHANGE","features":[578]},{"name":"MMCN_QUERY_PASTE","features":[578]},{"name":"MMCN_REFRESH","features":[578]},{"name":"MMCN_REMOVE_CHILDREN","features":[578]},{"name":"MMCN_RENAME","features":[578]},{"name":"MMCN_RESTORE_VIEW","features":[578]},{"name":"MMCN_SELECT","features":[578]},{"name":"MMCN_SHOW","features":[578]},{"name":"MMCN_SNAPINHELP","features":[578]},{"name":"MMCN_VIEW_CHANGE","features":[578]},{"name":"MMCVersionInfo","features":[578]},{"name":"MMC_ACTION_ID","features":[578]},{"name":"MMC_ACTION_LINK","features":[578]},{"name":"MMC_ACTION_SCRIPT","features":[578]},{"name":"MMC_ACTION_TYPE","features":[578]},{"name":"MMC_ACTION_UNINITIALIZED","features":[578]},{"name":"MMC_BUTTON_STATE","features":[578]},{"name":"MMC_COLUMN_DATA","features":[578]},{"name":"MMC_COLUMN_SET_DATA","features":[578]},{"name":"MMC_CONSOLE_VERB","features":[578]},{"name":"MMC_CONTROL_TYPE","features":[578]},{"name":"MMC_DEFAULT_OPERATION_COPY","features":[578]},{"name":"MMC_ENSUREFOCUSVISIBLE","features":[578]},{"name":"MMC_EXPANDSYNC_STRUCT","features":[305,578]},{"name":"MMC_EXT_VIEW_DATA","features":[305,578]},{"name":"MMC_FILTERDATA","features":[578]},{"name":"MMC_FILTER_CHANGE_CODE","features":[578]},{"name":"MMC_FILTER_NOVALUE","features":[578]},{"name":"MMC_FILTER_TYPE","features":[578]},{"name":"MMC_IMAGECALLBACK","features":[578]},{"name":"MMC_INT_FILTER","features":[578]},{"name":"MMC_ITEM_OVERLAY_STATE_MASK","features":[578]},{"name":"MMC_ITEM_OVERLAY_STATE_SHIFT","features":[578]},{"name":"MMC_ITEM_STATE_MASK","features":[578]},{"name":"MMC_LISTPAD_INFO","features":[578]},{"name":"MMC_MENU_COMMAND_IDS","features":[578]},{"name":"MMC_MULTI_SELECT_COOKIE","features":[578]},{"name":"MMC_NODEID_SLOW_RETRIEVAL","features":[578]},{"name":"MMC_NOSORTHEADER","features":[578]},{"name":"MMC_NOTIFY_TYPE","features":[578]},{"name":"MMC_NW_OPTION_CUSTOMTITLE","features":[578]},{"name":"MMC_NW_OPTION_NOACTIONPANE","features":[578]},{"name":"MMC_NW_OPTION_NONE","features":[578]},{"name":"MMC_NW_OPTION_NOPERSIST","features":[578]},{"name":"MMC_NW_OPTION_NOSCOPEPANE","features":[578]},{"name":"MMC_NW_OPTION_NOTOOLBARS","features":[578]},{"name":"MMC_NW_OPTION_SHORTTITLE","features":[578]},{"name":"MMC_PROPACT_CHANGING","features":[578]},{"name":"MMC_PROPACT_DELETING","features":[578]},{"name":"MMC_PROPACT_INITIALIZED","features":[578]},{"name":"MMC_PROPERTY_ACTION","features":[578]},{"name":"MMC_PROP_CHANGEAFFECTSUI","features":[578]},{"name":"MMC_PROP_MODIFIABLE","features":[578]},{"name":"MMC_PROP_PERSIST","features":[578]},{"name":"MMC_PROP_REMOVABLE","features":[578]},{"name":"MMC_PSO_HASHELP","features":[578]},{"name":"MMC_PSO_NEWWIZARDTYPE","features":[578]},{"name":"MMC_PSO_NOAPPLYNOW","features":[578]},{"name":"MMC_PSO_NO_PROPTITLE","features":[578]},{"name":"MMC_RESTORE_VIEW","features":[578]},{"name":"MMC_RESULT_VIEW_STYLE","features":[578]},{"name":"MMC_SCOPE_ITEM_STATE","features":[578]},{"name":"MMC_SCOPE_ITEM_STATE_BOLD","features":[578]},{"name":"MMC_SCOPE_ITEM_STATE_EXPANDEDONCE","features":[578]},{"name":"MMC_SCOPE_ITEM_STATE_NORMAL","features":[578]},{"name":"MMC_SHOWSELALWAYS","features":[578]},{"name":"MMC_SINGLESEL","features":[578]},{"name":"MMC_SNAPIN_PROPERTY","features":[305,358,578,359,360]},{"name":"MMC_SORT_DATA","features":[578]},{"name":"MMC_SORT_SET_DATA","features":[578]},{"name":"MMC_STRING_FILTER","features":[578]},{"name":"MMC_TASK","features":[578]},{"name":"MMC_TASK_DISPLAY_BITMAP","features":[578]},{"name":"MMC_TASK_DISPLAY_OBJECT","features":[578]},{"name":"MMC_TASK_DISPLAY_SYMBOL","features":[578]},{"name":"MMC_TASK_DISPLAY_TYPE","features":[578]},{"name":"MMC_TASK_DISPLAY_TYPE_BITMAP","features":[578]},{"name":"MMC_TASK_DISPLAY_TYPE_CHOCOLATE_GIF","features":[578]},{"name":"MMC_TASK_DISPLAY_TYPE_SYMBOL","features":[578]},{"name":"MMC_TASK_DISPLAY_TYPE_VANILLA_GIF","features":[578]},{"name":"MMC_TASK_DISPLAY_UNINITIALIZED","features":[578]},{"name":"MMC_VER","features":[578]},{"name":"MMC_VERB_COPY","features":[578]},{"name":"MMC_VERB_CUT","features":[578]},{"name":"MMC_VERB_DELETE","features":[578]},{"name":"MMC_VERB_FIRST","features":[578]},{"name":"MMC_VERB_LAST","features":[578]},{"name":"MMC_VERB_MAX","features":[578]},{"name":"MMC_VERB_NONE","features":[578]},{"name":"MMC_VERB_OPEN","features":[578]},{"name":"MMC_VERB_PASTE","features":[578]},{"name":"MMC_VERB_PRINT","features":[578]},{"name":"MMC_VERB_PROPERTIES","features":[578]},{"name":"MMC_VERB_REFRESH","features":[578]},{"name":"MMC_VERB_RENAME","features":[578]},{"name":"MMC_VIEW_OPTIONS_CREATENEW","features":[578]},{"name":"MMC_VIEW_OPTIONS_EXCLUDE_SCOPE_ITEMS_FROM_LIST","features":[578]},{"name":"MMC_VIEW_OPTIONS_FILTERED","features":[578]},{"name":"MMC_VIEW_OPTIONS_LEXICAL_SORT","features":[578]},{"name":"MMC_VIEW_OPTIONS_MULTISELECT","features":[578]},{"name":"MMC_VIEW_OPTIONS_NOLISTVIEWS","features":[578]},{"name":"MMC_VIEW_OPTIONS_NONE","features":[578]},{"name":"MMC_VIEW_OPTIONS_OWNERDATALIST","features":[578]},{"name":"MMC_VIEW_OPTIONS_USEFONTLINKING","features":[578]},{"name":"MMC_VIEW_TYPE","features":[578]},{"name":"MMC_VIEW_TYPE_HTML","features":[578]},{"name":"MMC_VIEW_TYPE_LIST","features":[578]},{"name":"MMC_VIEW_TYPE_OCX","features":[578]},{"name":"MMC_VISIBLE_COLUMNS","features":[578]},{"name":"MMC_WINDOW_COOKIE","features":[578]},{"name":"MenuItem","features":[358,578]},{"name":"Node","features":[358,578]},{"name":"Nodes","features":[358,578]},{"name":"Properties","features":[358,578]},{"name":"Property","features":[358,578]},{"name":"RDCI_ScopeItem","features":[578]},{"name":"RDCOMPARE","features":[305,578]},{"name":"RDITEMHDR","features":[305,578]},{"name":"RDI_IMAGE","features":[578]},{"name":"RDI_INDENT","features":[578]},{"name":"RDI_INDEX","features":[578]},{"name":"RDI_PARAM","features":[578]},{"name":"RDI_STATE","features":[578]},{"name":"RDI_STR","features":[578]},{"name":"RESULTDATAITEM","features":[305,578]},{"name":"RESULTFINDINFO","features":[578]},{"name":"RESULT_VIEW_TYPE_INFO","features":[578]},{"name":"RFI_PARTIAL","features":[578]},{"name":"RFI_WRAP","features":[578]},{"name":"RSI_DESCENDING","features":[578]},{"name":"RSI_NOSORTICON","features":[578]},{"name":"RVTI_HTML_OPTIONS_NOLISTVIEW","features":[578]},{"name":"RVTI_HTML_OPTIONS_NONE","features":[578]},{"name":"RVTI_LIST_OPTIONS_ALLOWPASTE","features":[578]},{"name":"RVTI_LIST_OPTIONS_EXCLUDE_SCOPE_ITEMS_FROM_LIST","features":[578]},{"name":"RVTI_LIST_OPTIONS_FILTERED","features":[578]},{"name":"RVTI_LIST_OPTIONS_LEXICAL_SORT","features":[578]},{"name":"RVTI_LIST_OPTIONS_MULTISELECT","features":[578]},{"name":"RVTI_LIST_OPTIONS_NONE","features":[578]},{"name":"RVTI_LIST_OPTIONS_OWNERDATALIST","features":[578]},{"name":"RVTI_LIST_OPTIONS_USEFONTLINKING","features":[578]},{"name":"RVTI_MISC_OPTIONS_NOLISTVIEWS","features":[578]},{"name":"RVTI_OCX_OPTIONS_CACHE_OCX","features":[578]},{"name":"RVTI_OCX_OPTIONS_NOLISTVIEW","features":[578]},{"name":"RVTI_OCX_OPTIONS_NONE","features":[578]},{"name":"SCOPEDATAITEM","features":[305,578]},{"name":"SColumnSetID","features":[578]},{"name":"SDI_CHILDREN","features":[578]},{"name":"SDI_FIRST","features":[578]},{"name":"SDI_IMAGE","features":[578]},{"name":"SDI_NEXT","features":[578]},{"name":"SDI_OPENIMAGE","features":[578]},{"name":"SDI_PARAM","features":[578]},{"name":"SDI_PARENT","features":[578]},{"name":"SDI_PREVIOUS","features":[578]},{"name":"SDI_STATE","features":[578]},{"name":"SDI_STR","features":[578]},{"name":"SMMCDataObjects","features":[358,578]},{"name":"SMMCObjectTypes","features":[578]},{"name":"SNodeID","features":[578]},{"name":"SNodeID2","features":[578]},{"name":"SPECIAL_COOKIE_MAX","features":[578]},{"name":"SPECIAL_COOKIE_MIN","features":[578]},{"name":"SPECIAL_DOBJ_MAX","features":[578]},{"name":"SPECIAL_DOBJ_MIN","features":[578]},{"name":"ScopeNamespace","features":[358,578]},{"name":"SnapIn","features":[358,578]},{"name":"SnapIns","features":[358,578]},{"name":"SortOrder_Ascending","features":[578]},{"name":"SortOrder_Descending","features":[578]},{"name":"TOOLBAR","features":[578]},{"name":"View","features":[358,578]},{"name":"ViewOption_ActionPaneHidden","features":[578]},{"name":"ViewOption_Default","features":[578]},{"name":"ViewOption_NoToolBars","features":[578]},{"name":"ViewOption_NotPersistable","features":[578]},{"name":"ViewOption_ScopeTreeHidden","features":[578]},{"name":"Views","features":[358,578]},{"name":"_AppEvents","features":[358,578]},{"name":"_Application","features":[358,578]},{"name":"_ColumnSortOrder","features":[578]},{"name":"_DocumentMode","features":[578]},{"name":"_EventConnector","features":[358,578]},{"name":"_ExportListOptions","features":[578]},{"name":"_ListViewMode","features":[578]},{"name":"_ViewOptions","features":[578]}],"594":[{"name":"ACTIVATEFLAGS","features":[359]},{"name":"ACTIVATE_WINDOWLESS","features":[359]},{"name":"ACTIVEOBJECT_FLAGS","features":[359]},{"name":"ACTIVEOBJECT_STRONG","features":[359]},{"name":"ACTIVEOBJECT_WEAK","features":[359]},{"name":"ARRAYDESC","features":[358,359,360]},{"name":"BINDSPEED","features":[359]},{"name":"BINDSPEED_IMMEDIATE","features":[359]},{"name":"BINDSPEED_INDEFINITE","features":[359]},{"name":"BINDSPEED_MODERATE","features":[359]},{"name":"BUSY_DIALOG_FLAGS","features":[359]},{"name":"BZ_DISABLECANCELBUTTON","features":[359]},{"name":"BZ_DISABLERETRYBUTTON","features":[359]},{"name":"BZ_DISABLESWITCHTOBUTTON","features":[359]},{"name":"BZ_NOTRESPONDINGDIALOG","features":[359]},{"name":"BstrFromVector","features":[358,359]},{"name":"CADWORD","features":[359]},{"name":"CALPOLESTR","features":[359]},{"name":"CAUUID","features":[359]},{"name":"CF_BITMAP","features":[359]},{"name":"CF_CONVERTONLY","features":[359]},{"name":"CF_DIB","features":[359]},{"name":"CF_DIBV5","features":[359]},{"name":"CF_DIF","features":[359]},{"name":"CF_DISABLEACTIVATEAS","features":[359]},{"name":"CF_DISABLEDISPLAYASICON","features":[359]},{"name":"CF_DSPBITMAP","features":[359]},{"name":"CF_DSPENHMETAFILE","features":[359]},{"name":"CF_DSPMETAFILEPICT","features":[359]},{"name":"CF_DSPTEXT","features":[359]},{"name":"CF_ENHMETAFILE","features":[359]},{"name":"CF_GDIOBJFIRST","features":[359]},{"name":"CF_GDIOBJLAST","features":[359]},{"name":"CF_HDROP","features":[359]},{"name":"CF_HIDECHANGEICON","features":[359]},{"name":"CF_LOCALE","features":[359]},{"name":"CF_MAX","features":[359]},{"name":"CF_METAFILEPICT","features":[359]},{"name":"CF_OEMTEXT","features":[359]},{"name":"CF_OWNERDISPLAY","features":[359]},{"name":"CF_PALETTE","features":[359]},{"name":"CF_PENDATA","features":[359]},{"name":"CF_PRIVATEFIRST","features":[359]},{"name":"CF_PRIVATELAST","features":[359]},{"name":"CF_RIFF","features":[359]},{"name":"CF_SELECTACTIVATEAS","features":[359]},{"name":"CF_SELECTCONVERTTO","features":[359]},{"name":"CF_SETACTIVATEDEFAULT","features":[359]},{"name":"CF_SETCONVERTDEFAULT","features":[359]},{"name":"CF_SHOWHELPBUTTON","features":[359]},{"name":"CF_SYLK","features":[359]},{"name":"CF_TEXT","features":[359]},{"name":"CF_TIFF","features":[359]},{"name":"CF_UNICODETEXT","features":[359]},{"name":"CF_WAVE","features":[359]},{"name":"CHANGEKIND","features":[359]},{"name":"CHANGEKIND_ADDMEMBER","features":[359]},{"name":"CHANGEKIND_CHANGEFAILED","features":[359]},{"name":"CHANGEKIND_DELETEMEMBER","features":[359]},{"name":"CHANGEKIND_GENERAL","features":[359]},{"name":"CHANGEKIND_INVALIDATE","features":[359]},{"name":"CHANGEKIND_MAX","features":[359]},{"name":"CHANGEKIND_SETDOCUMENTATION","features":[359]},{"name":"CHANGEKIND_SETNAMES","features":[359]},{"name":"CHANGE_ICON_FLAGS","features":[359]},{"name":"CHANGE_SOURCE_FLAGS","features":[359]},{"name":"CIF_SELECTCURRENT","features":[359]},{"name":"CIF_SELECTDEFAULT","features":[359]},{"name":"CIF_SELECTFROMFILE","features":[359]},{"name":"CIF_SHOWHELP","features":[359]},{"name":"CIF_USEICONEXE","features":[359]},{"name":"CLEANLOCALSTORAGE","features":[359]},{"name":"CLIPBOARD_FORMAT","features":[359]},{"name":"CLSID_CColorPropPage","features":[359]},{"name":"CLSID_CFontPropPage","features":[359]},{"name":"CLSID_CPicturePropPage","features":[359]},{"name":"CLSID_ConvertVBX","features":[359]},{"name":"CLSID_PersistPropset","features":[359]},{"name":"CLSID_StdFont","features":[359]},{"name":"CLSID_StdPicture","features":[359]},{"name":"CONNECT_E_ADVISELIMIT","features":[359]},{"name":"CONNECT_E_CANNOTCONNECT","features":[359]},{"name":"CONNECT_E_FIRST","features":[359]},{"name":"CONNECT_E_LAST","features":[359]},{"name":"CONNECT_E_NOCONNECTION","features":[359]},{"name":"CONNECT_E_OVERRIDDEN","features":[359]},{"name":"CONNECT_S_FIRST","features":[359]},{"name":"CONNECT_S_LAST","features":[359]},{"name":"CONTROLINFO","features":[359,374]},{"name":"CSF_EXPLORER","features":[359]},{"name":"CSF_ONLYGETSOURCE","features":[359]},{"name":"CSF_SHOWHELP","features":[359]},{"name":"CSF_VALIDSOURCE","features":[359]},{"name":"CTL_E_ILLEGALFUNCTIONCALL","features":[359]},{"name":"CTRLINFO","features":[359]},{"name":"CTRLINFO_EATS_ESCAPE","features":[359]},{"name":"CTRLINFO_EATS_RETURN","features":[359]},{"name":"ClearCustData","features":[305,358,359,360]},{"name":"CreateDispTypeInfo","features":[358,359,360]},{"name":"CreateErrorInfo","features":[359]},{"name":"CreateOleAdviseHolder","features":[359]},{"name":"CreateStdDispatch","features":[358,359]},{"name":"CreateTypeLib","features":[358,359]},{"name":"CreateTypeLib2","features":[358,359]},{"name":"DD_DEFDRAGDELAY","features":[359]},{"name":"DD_DEFDRAGMINDIST","features":[359]},{"name":"DD_DEFSCROLLDELAY","features":[359]},{"name":"DD_DEFSCROLLINSET","features":[359]},{"name":"DD_DEFSCROLLINTERVAL","features":[359]},{"name":"DISCARDCACHE","features":[359]},{"name":"DISCARDCACHE_NOSAVE","features":[359]},{"name":"DISCARDCACHE_SAVEIFDIRTY","features":[359]},{"name":"DISPATCH_CONSTRUCT","features":[359]},{"name":"DISPID_ABOUTBOX","features":[359]},{"name":"DISPID_ACCELERATOR","features":[359]},{"name":"DISPID_ADDITEM","features":[359]},{"name":"DISPID_AMBIENT_APPEARANCE","features":[359]},{"name":"DISPID_AMBIENT_AUTOCLIP","features":[359]},{"name":"DISPID_AMBIENT_BACKCOLOR","features":[359]},{"name":"DISPID_AMBIENT_CHARSET","features":[359]},{"name":"DISPID_AMBIENT_CODEPAGE","features":[359]},{"name":"DISPID_AMBIENT_DISPLAYASDEFAULT","features":[359]},{"name":"DISPID_AMBIENT_DISPLAYNAME","features":[359]},{"name":"DISPID_AMBIENT_FONT","features":[359]},{"name":"DISPID_AMBIENT_FORECOLOR","features":[359]},{"name":"DISPID_AMBIENT_LOCALEID","features":[359]},{"name":"DISPID_AMBIENT_MESSAGEREFLECT","features":[359]},{"name":"DISPID_AMBIENT_PALETTE","features":[359]},{"name":"DISPID_AMBIENT_RIGHTTOLEFT","features":[359]},{"name":"DISPID_AMBIENT_SCALEUNITS","features":[359]},{"name":"DISPID_AMBIENT_SHOWGRABHANDLES","features":[359]},{"name":"DISPID_AMBIENT_SHOWHATCHING","features":[359]},{"name":"DISPID_AMBIENT_SUPPORTSMNEMONICS","features":[359]},{"name":"DISPID_AMBIENT_TEXTALIGN","features":[359]},{"name":"DISPID_AMBIENT_TOPTOBOTTOM","features":[359]},{"name":"DISPID_AMBIENT_TRANSFERPRIORITY","features":[359]},{"name":"DISPID_AMBIENT_UIDEAD","features":[359]},{"name":"DISPID_AMBIENT_USERMODE","features":[359]},{"name":"DISPID_APPEARANCE","features":[359]},{"name":"DISPID_AUTOSIZE","features":[359]},{"name":"DISPID_BACKCOLOR","features":[359]},{"name":"DISPID_BACKSTYLE","features":[359]},{"name":"DISPID_BORDERCOLOR","features":[359]},{"name":"DISPID_BORDERSTYLE","features":[359]},{"name":"DISPID_BORDERVISIBLE","features":[359]},{"name":"DISPID_BORDERWIDTH","features":[359]},{"name":"DISPID_CAPTION","features":[359]},{"name":"DISPID_CLEAR","features":[359]},{"name":"DISPID_CLICK","features":[359]},{"name":"DISPID_CLICK_VALUE","features":[359]},{"name":"DISPID_COLLECT","features":[359]},{"name":"DISPID_COLUMN","features":[359]},{"name":"DISPID_CONSTRUCTOR","features":[359]},{"name":"DISPID_DBLCLICK","features":[359]},{"name":"DISPID_DESTRUCTOR","features":[359]},{"name":"DISPID_DISPLAYSTYLE","features":[359]},{"name":"DISPID_DOCLICK","features":[359]},{"name":"DISPID_DRAWMODE","features":[359]},{"name":"DISPID_DRAWSTYLE","features":[359]},{"name":"DISPID_DRAWWIDTH","features":[359]},{"name":"DISPID_Delete","features":[359]},{"name":"DISPID_ENABLED","features":[359]},{"name":"DISPID_ENTERKEYBEHAVIOR","features":[359]},{"name":"DISPID_ERROREVENT","features":[359]},{"name":"DISPID_EVALUATE","features":[359]},{"name":"DISPID_FILLCOLOR","features":[359]},{"name":"DISPID_FILLSTYLE","features":[359]},{"name":"DISPID_FONT","features":[359]},{"name":"DISPID_FONT_BOLD","features":[359]},{"name":"DISPID_FONT_CHANGED","features":[359]},{"name":"DISPID_FONT_CHARSET","features":[359]},{"name":"DISPID_FONT_ITALIC","features":[359]},{"name":"DISPID_FONT_NAME","features":[359]},{"name":"DISPID_FONT_SIZE","features":[359]},{"name":"DISPID_FONT_STRIKE","features":[359]},{"name":"DISPID_FONT_UNDER","features":[359]},{"name":"DISPID_FONT_WEIGHT","features":[359]},{"name":"DISPID_FORECOLOR","features":[359]},{"name":"DISPID_GROUPNAME","features":[359]},{"name":"DISPID_HWND","features":[359]},{"name":"DISPID_IMEMODE","features":[359]},{"name":"DISPID_KEYDOWN","features":[359]},{"name":"DISPID_KEYPRESS","features":[359]},{"name":"DISPID_KEYUP","features":[359]},{"name":"DISPID_LIST","features":[359]},{"name":"DISPID_LISTCOUNT","features":[359]},{"name":"DISPID_LISTINDEX","features":[359]},{"name":"DISPID_MAXLENGTH","features":[359]},{"name":"DISPID_MOUSEDOWN","features":[359]},{"name":"DISPID_MOUSEICON","features":[359]},{"name":"DISPID_MOUSEMOVE","features":[359]},{"name":"DISPID_MOUSEPOINTER","features":[359]},{"name":"DISPID_MOUSEUP","features":[359]},{"name":"DISPID_MULTILINE","features":[359]},{"name":"DISPID_MULTISELECT","features":[359]},{"name":"DISPID_NEWENUM","features":[359]},{"name":"DISPID_NUMBEROFCOLUMNS","features":[359]},{"name":"DISPID_NUMBEROFROWS","features":[359]},{"name":"DISPID_Name","features":[359]},{"name":"DISPID_Object","features":[359]},{"name":"DISPID_PASSWORDCHAR","features":[359]},{"name":"DISPID_PICTURE","features":[359]},{"name":"DISPID_PICT_HANDLE","features":[359]},{"name":"DISPID_PICT_HEIGHT","features":[359]},{"name":"DISPID_PICT_HPAL","features":[359]},{"name":"DISPID_PICT_RENDER","features":[359]},{"name":"DISPID_PICT_TYPE","features":[359]},{"name":"DISPID_PICT_WIDTH","features":[359]},{"name":"DISPID_PROPERTYPUT","features":[359]},{"name":"DISPID_Parent","features":[359]},{"name":"DISPID_READYSTATE","features":[359]},{"name":"DISPID_READYSTATECHANGE","features":[359]},{"name":"DISPID_REFRESH","features":[359]},{"name":"DISPID_REMOVEITEM","features":[359]},{"name":"DISPID_RIGHTTOLEFT","features":[359]},{"name":"DISPID_SCROLLBARS","features":[359]},{"name":"DISPID_SELECTED","features":[359]},{"name":"DISPID_SELLENGTH","features":[359]},{"name":"DISPID_SELSTART","features":[359]},{"name":"DISPID_SELTEXT","features":[359]},{"name":"DISPID_STARTENUM","features":[359]},{"name":"DISPID_TABKEYBEHAVIOR","features":[359]},{"name":"DISPID_TABSTOP","features":[359]},{"name":"DISPID_TEXT","features":[359]},{"name":"DISPID_THIS","features":[359]},{"name":"DISPID_TOPTOBOTTOM","features":[359]},{"name":"DISPID_UNKNOWN","features":[359]},{"name":"DISPID_VALID","features":[359]},{"name":"DISPID_VALUE","features":[359]},{"name":"DISPID_WORDWRAP","features":[359]},{"name":"DOCMISC","features":[359]},{"name":"DOCMISC_CANCREATEMULTIPLEVIEWS","features":[359]},{"name":"DOCMISC_CANTOPENEDIT","features":[359]},{"name":"DOCMISC_NOFILESUPPORT","features":[359]},{"name":"DOCMISC_SUPPORTCOMPLEXRECTANGLES","features":[359]},{"name":"DROPEFFECT","features":[359]},{"name":"DROPEFFECT_COPY","features":[359]},{"name":"DROPEFFECT_LINK","features":[359]},{"name":"DROPEFFECT_MOVE","features":[359]},{"name":"DROPEFFECT_NONE","features":[359]},{"name":"DROPEFFECT_SCROLL","features":[359]},{"name":"DVASPECTINFO","features":[359]},{"name":"DVASPECTINFOFLAG","features":[359]},{"name":"DVASPECTINFOFLAG_CANOPTIMIZE","features":[359]},{"name":"DVEXTENTINFO","features":[305,359]},{"name":"DVEXTENTMODE","features":[359]},{"name":"DVEXTENT_CONTENT","features":[359]},{"name":"DVEXTENT_INTEGRAL","features":[359]},{"name":"DispCallFunc","features":[305,358,359,360]},{"name":"DispGetIDsOfNames","features":[358,359]},{"name":"DispGetParam","features":[305,358,359,360]},{"name":"DispInvoke","features":[305,358,359,360]},{"name":"DoDragDrop","features":[358,359]},{"name":"EDIT_LINKS_FLAGS","features":[359]},{"name":"ELF_DISABLECANCELLINK","features":[359]},{"name":"ELF_DISABLECHANGESOURCE","features":[359]},{"name":"ELF_DISABLEOPENSOURCE","features":[359]},{"name":"ELF_DISABLEUPDATENOW","features":[359]},{"name":"ELF_SHOWHELP","features":[359]},{"name":"EMBDHLP_CREATENOW","features":[359]},{"name":"EMBDHLP_DELAYCREATE","features":[359]},{"name":"EMBDHLP_FLAGS","features":[359]},{"name":"EMBDHLP_INPROC_HANDLER","features":[359]},{"name":"EMBDHLP_INPROC_SERVER","features":[359]},{"name":"ENUM_CONTROLS_WHICH_FLAGS","features":[359]},{"name":"FDEX_PROP_FLAGS","features":[359]},{"name":"FONTDESC","features":[305,358,359]},{"name":"GCW_WCH_SIBLING","features":[359]},{"name":"GC_WCH_ALL","features":[359]},{"name":"GC_WCH_CONTAINED","features":[359]},{"name":"GC_WCH_CONTAINER","features":[359]},{"name":"GC_WCH_FONLYAFTER","features":[359]},{"name":"GC_WCH_FONLYBEFORE","features":[359]},{"name":"GC_WCH_FREVERSEDIR","features":[359]},{"name":"GC_WCH_FSELECTED","features":[359]},{"name":"GC_WCH_SIBLING","features":[359]},{"name":"GUIDKIND","features":[359]},{"name":"GUIDKIND_DEFAULT_SOURCE_DISP_IID","features":[359]},{"name":"GUID_CHECKVALUEEXCLUSIVE","features":[359]},{"name":"GUID_COLOR","features":[359]},{"name":"GUID_FONTBOLD","features":[359]},{"name":"GUID_FONTITALIC","features":[359]},{"name":"GUID_FONTNAME","features":[359]},{"name":"GUID_FONTSIZE","features":[359]},{"name":"GUID_FONTSTRIKETHROUGH","features":[359]},{"name":"GUID_FONTUNDERSCORE","features":[359]},{"name":"GUID_HANDLE","features":[359]},{"name":"GUID_HIMETRIC","features":[359]},{"name":"GUID_OPTIONVALUEEXCLUSIVE","features":[359]},{"name":"GUID_TRISTATE","features":[359]},{"name":"GUID_XPOS","features":[359]},{"name":"GUID_XPOSPIXEL","features":[359]},{"name":"GUID_XSIZE","features":[359]},{"name":"GUID_XSIZEPIXEL","features":[359]},{"name":"GUID_YPOS","features":[359]},{"name":"GUID_YPOSPIXEL","features":[359]},{"name":"GUID_YSIZE","features":[359]},{"name":"GUID_YSIZEPIXEL","features":[359]},{"name":"GetActiveObject","features":[359]},{"name":"GetAltMonthNames","features":[359]},{"name":"GetRecordInfoFromGuids","features":[359]},{"name":"GetRecordInfoFromTypeInfo","features":[358,359]},{"name":"HITRESULT","features":[359]},{"name":"HITRESULT_CLOSE","features":[359]},{"name":"HITRESULT_HIT","features":[359]},{"name":"HITRESULT_OUTSIDE","features":[359]},{"name":"HITRESULT_TRANSPARENT","features":[359]},{"name":"HRGN_UserFree","features":[317,359]},{"name":"HRGN_UserFree64","features":[317,359]},{"name":"HRGN_UserMarshal","features":[317,359]},{"name":"HRGN_UserMarshal64","features":[317,359]},{"name":"HRGN_UserSize","features":[317,359]},{"name":"HRGN_UserSize64","features":[317,359]},{"name":"HRGN_UserUnmarshal","features":[317,359]},{"name":"HRGN_UserUnmarshal64","features":[317,359]},{"name":"IAdviseSinkEx","features":[358,359]},{"name":"ICanHandleException","features":[359]},{"name":"IClassFactory2","features":[358,359]},{"name":"IContinue","features":[359]},{"name":"IContinueCallback","features":[359]},{"name":"ICreateErrorInfo","features":[359]},{"name":"ICreateTypeInfo","features":[359]},{"name":"ICreateTypeInfo2","features":[359]},{"name":"ICreateTypeLib","features":[359]},{"name":"ICreateTypeLib2","features":[359]},{"name":"IDC_BZ_ICON","features":[359]},{"name":"IDC_BZ_MESSAGE1","features":[359]},{"name":"IDC_BZ_RETRY","features":[359]},{"name":"IDC_BZ_SWITCHTO","features":[359]},{"name":"IDC_CI_BROWSE","features":[359]},{"name":"IDC_CI_CURRENT","features":[359]},{"name":"IDC_CI_CURRENTICON","features":[359]},{"name":"IDC_CI_DEFAULT","features":[359]},{"name":"IDC_CI_DEFAULTICON","features":[359]},{"name":"IDC_CI_FROMFILE","features":[359]},{"name":"IDC_CI_FROMFILEEDIT","features":[359]},{"name":"IDC_CI_GROUP","features":[359]},{"name":"IDC_CI_ICONDISPLAY","features":[359]},{"name":"IDC_CI_ICONLIST","features":[359]},{"name":"IDC_CI_LABEL","features":[359]},{"name":"IDC_CI_LABELEDIT","features":[359]},{"name":"IDC_CV_ACTIVATEAS","features":[359]},{"name":"IDC_CV_ACTIVATELIST","features":[359]},{"name":"IDC_CV_CHANGEICON","features":[359]},{"name":"IDC_CV_CONVERTLIST","features":[359]},{"name":"IDC_CV_CONVERTTO","features":[359]},{"name":"IDC_CV_DISPLAYASICON","features":[359]},{"name":"IDC_CV_ICONDISPLAY","features":[359]},{"name":"IDC_CV_OBJECTTYPE","features":[359]},{"name":"IDC_CV_RESULTTEXT","features":[359]},{"name":"IDC_EL_AUTOMATIC","features":[359]},{"name":"IDC_EL_CANCELLINK","features":[359]},{"name":"IDC_EL_CHANGESOURCE","features":[359]},{"name":"IDC_EL_COL1","features":[359]},{"name":"IDC_EL_COL2","features":[359]},{"name":"IDC_EL_COL3","features":[359]},{"name":"IDC_EL_LINKSLISTBOX","features":[359]},{"name":"IDC_EL_LINKSOURCE","features":[359]},{"name":"IDC_EL_LINKTYPE","features":[359]},{"name":"IDC_EL_MANUAL","features":[359]},{"name":"IDC_EL_OPENSOURCE","features":[359]},{"name":"IDC_EL_UPDATENOW","features":[359]},{"name":"IDC_GP_CONVERT","features":[359]},{"name":"IDC_GP_OBJECTICON","features":[359]},{"name":"IDC_GP_OBJECTLOCATION","features":[359]},{"name":"IDC_GP_OBJECTNAME","features":[359]},{"name":"IDC_GP_OBJECTSIZE","features":[359]},{"name":"IDC_GP_OBJECTTYPE","features":[359]},{"name":"IDC_IO_ADDCONTROL","features":[359]},{"name":"IDC_IO_CHANGEICON","features":[359]},{"name":"IDC_IO_CONTROLTYPELIST","features":[359]},{"name":"IDC_IO_CREATEFROMFILE","features":[359]},{"name":"IDC_IO_CREATENEW","features":[359]},{"name":"IDC_IO_DISPLAYASICON","features":[359]},{"name":"IDC_IO_FILE","features":[359]},{"name":"IDC_IO_FILEDISPLAY","features":[359]},{"name":"IDC_IO_FILETEXT","features":[359]},{"name":"IDC_IO_FILETYPE","features":[359]},{"name":"IDC_IO_ICONDISPLAY","features":[359]},{"name":"IDC_IO_INSERTCONTROL","features":[359]},{"name":"IDC_IO_LINKFILE","features":[359]},{"name":"IDC_IO_OBJECTTYPELIST","features":[359]},{"name":"IDC_IO_OBJECTTYPETEXT","features":[359]},{"name":"IDC_IO_RESULTIMAGE","features":[359]},{"name":"IDC_IO_RESULTTEXT","features":[359]},{"name":"IDC_LP_AUTOMATIC","features":[359]},{"name":"IDC_LP_BREAKLINK","features":[359]},{"name":"IDC_LP_CHANGESOURCE","features":[359]},{"name":"IDC_LP_DATE","features":[359]},{"name":"IDC_LP_LINKSOURCE","features":[359]},{"name":"IDC_LP_MANUAL","features":[359]},{"name":"IDC_LP_OPENSOURCE","features":[359]},{"name":"IDC_LP_TIME","features":[359]},{"name":"IDC_LP_UPDATENOW","features":[359]},{"name":"IDC_OLEUIHELP","features":[359]},{"name":"IDC_PS_CHANGEICON","features":[359]},{"name":"IDC_PS_DISPLAYASICON","features":[359]},{"name":"IDC_PS_DISPLAYLIST","features":[359]},{"name":"IDC_PS_ICONDISPLAY","features":[359]},{"name":"IDC_PS_PASTE","features":[359]},{"name":"IDC_PS_PASTELINK","features":[359]},{"name":"IDC_PS_PASTELINKLIST","features":[359]},{"name":"IDC_PS_PASTELIST","features":[359]},{"name":"IDC_PS_RESULTIMAGE","features":[359]},{"name":"IDC_PS_RESULTTEXT","features":[359]},{"name":"IDC_PS_SOURCETEXT","features":[359]},{"name":"IDC_PU_CONVERT","features":[359]},{"name":"IDC_PU_ICON","features":[359]},{"name":"IDC_PU_LINKS","features":[359]},{"name":"IDC_PU_TEXT","features":[359]},{"name":"IDC_UL_METER","features":[359]},{"name":"IDC_UL_PERCENT","features":[359]},{"name":"IDC_UL_PROGRESS","features":[359]},{"name":"IDC_UL_STOP","features":[359]},{"name":"IDC_VP_ASICON","features":[359]},{"name":"IDC_VP_CHANGEICON","features":[359]},{"name":"IDC_VP_EDITABLE","features":[359]},{"name":"IDC_VP_ICONDISPLAY","features":[359]},{"name":"IDC_VP_PERCENT","features":[359]},{"name":"IDC_VP_RELATIVE","features":[359]},{"name":"IDC_VP_RESULTIMAGE","features":[359]},{"name":"IDC_VP_SCALETXT","features":[359]},{"name":"IDC_VP_SPIN","features":[359]},{"name":"IDD_BUSY","features":[359]},{"name":"IDD_CANNOTUPDATELINK","features":[359]},{"name":"IDD_CHANGEICON","features":[359]},{"name":"IDD_CHANGEICONBROWSE","features":[359]},{"name":"IDD_CHANGESOURCE","features":[359]},{"name":"IDD_CHANGESOURCE4","features":[359]},{"name":"IDD_CONVERT","features":[359]},{"name":"IDD_CONVERT4","features":[359]},{"name":"IDD_CONVERTONLY","features":[359]},{"name":"IDD_CONVERTONLY4","features":[359]},{"name":"IDD_EDITLINKS","features":[359]},{"name":"IDD_EDITLINKS4","features":[359]},{"name":"IDD_GNRLPROPS","features":[359]},{"name":"IDD_GNRLPROPS4","features":[359]},{"name":"IDD_INSERTFILEBROWSE","features":[359]},{"name":"IDD_INSERTOBJECT","features":[359]},{"name":"IDD_LINKPROPS","features":[359]},{"name":"IDD_LINKPROPS4","features":[359]},{"name":"IDD_LINKSOURCEUNAVAILABLE","features":[359]},{"name":"IDD_LINKTYPECHANGED","features":[359]},{"name":"IDD_LINKTYPECHANGEDA","features":[359]},{"name":"IDD_LINKTYPECHANGEDW","features":[359]},{"name":"IDD_OUTOFMEMORY","features":[359]},{"name":"IDD_PASTESPECIAL","features":[359]},{"name":"IDD_PASTESPECIAL4","features":[359]},{"name":"IDD_SERVERNOTFOUND","features":[359]},{"name":"IDD_SERVERNOTREG","features":[359]},{"name":"IDD_SERVERNOTREGA","features":[359]},{"name":"IDD_SERVERNOTREGW","features":[359]},{"name":"IDD_UPDATELINKS","features":[359]},{"name":"IDD_VIEWPROPS","features":[359]},{"name":"ID_BROWSE_ADDCONTROL","features":[359]},{"name":"ID_BROWSE_CHANGEICON","features":[359]},{"name":"ID_BROWSE_CHANGESOURCE","features":[359]},{"name":"ID_BROWSE_INSERTFILE","features":[359]},{"name":"ID_DEFAULTINST","features":[359]},{"name":"IDispError","features":[359]},{"name":"IDispatchEx","features":[358,359]},{"name":"IDropSource","features":[359]},{"name":"IDropSourceNotify","features":[359]},{"name":"IDropTarget","features":[359]},{"name":"IEnterpriseDropTarget","features":[359]},{"name":"IEnumOLEVERB","features":[359]},{"name":"IEnumOleDocumentViews","features":[359]},{"name":"IEnumOleUndoUnits","features":[359]},{"name":"IEnumVARIANT","features":[359]},{"name":"IFont","features":[359]},{"name":"IFontDisp","features":[358,359]},{"name":"IFontEventsDisp","features":[358,359]},{"name":"IGNOREMIME","features":[359]},{"name":"IGNOREMIME_PROMPT","features":[359]},{"name":"IGNOREMIME_TEXT","features":[359]},{"name":"IGetOleObject","features":[359]},{"name":"IGetVBAObject","features":[359]},{"name":"INSERT_OBJECT_FLAGS","features":[359]},{"name":"INSTALL_SCOPE_INVALID","features":[359]},{"name":"INSTALL_SCOPE_MACHINE","features":[359]},{"name":"INSTALL_SCOPE_USER","features":[359]},{"name":"INTERFACEDATA","features":[358,359,360]},{"name":"IOF_CHECKDISPLAYASICON","features":[359]},{"name":"IOF_CHECKLINK","features":[359]},{"name":"IOF_CREATEFILEOBJECT","features":[359]},{"name":"IOF_CREATELINKOBJECT","features":[359]},{"name":"IOF_CREATENEWOBJECT","features":[359]},{"name":"IOF_DISABLEDISPLAYASICON","features":[359]},{"name":"IOF_DISABLELINK","features":[359]},{"name":"IOF_HIDECHANGEICON","features":[359]},{"name":"IOF_SELECTCREATECONTROL","features":[359]},{"name":"IOF_SELECTCREATEFROMFILE","features":[359]},{"name":"IOF_SELECTCREATENEW","features":[359]},{"name":"IOF_SHOWHELP","features":[359]},{"name":"IOF_SHOWINSERTCONTROL","features":[359]},{"name":"IOF_VERIFYSERVERSEXIST","features":[359]},{"name":"IObjectIdentity","features":[359]},{"name":"IObjectWithSite","features":[359]},{"name":"IOleAdviseHolder","features":[359]},{"name":"IOleCache","features":[359]},{"name":"IOleCache2","features":[359]},{"name":"IOleCacheControl","features":[359]},{"name":"IOleClientSite","features":[359]},{"name":"IOleCommandTarget","features":[359]},{"name":"IOleContainer","features":[359]},{"name":"IOleControl","features":[359]},{"name":"IOleControlSite","features":[359]},{"name":"IOleDocument","features":[359]},{"name":"IOleDocumentSite","features":[359]},{"name":"IOleDocumentView","features":[359]},{"name":"IOleInPlaceActiveObject","features":[359]},{"name":"IOleInPlaceFrame","features":[359]},{"name":"IOleInPlaceObject","features":[359]},{"name":"IOleInPlaceObjectWindowless","features":[359]},{"name":"IOleInPlaceSite","features":[359]},{"name":"IOleInPlaceSiteEx","features":[359]},{"name":"IOleInPlaceSiteWindowless","features":[359]},{"name":"IOleInPlaceUIWindow","features":[359]},{"name":"IOleItemContainer","features":[359]},{"name":"IOleLink","features":[359]},{"name":"IOleObject","features":[359]},{"name":"IOleParentUndoUnit","features":[359]},{"name":"IOleUILinkContainerA","features":[359]},{"name":"IOleUILinkContainerW","features":[359]},{"name":"IOleUILinkInfoA","features":[359]},{"name":"IOleUILinkInfoW","features":[359]},{"name":"IOleUIObjInfoA","features":[359]},{"name":"IOleUIObjInfoW","features":[359]},{"name":"IOleUndoManager","features":[359]},{"name":"IOleUndoUnit","features":[359]},{"name":"IOleWindow","features":[359]},{"name":"IParseDisplayName","features":[359]},{"name":"IPerPropertyBrowsing","features":[359]},{"name":"IPersistPropertyBag","features":[358,359]},{"name":"IPersistPropertyBag2","features":[358,359]},{"name":"IPicture","features":[359]},{"name":"IPicture2","features":[359]},{"name":"IPictureDisp","features":[358,359]},{"name":"IPointerInactive","features":[359]},{"name":"IPrint","features":[359]},{"name":"IPropertyNotifySink","features":[359]},{"name":"IPropertyPage","features":[359]},{"name":"IPropertyPage2","features":[359]},{"name":"IPropertyPageSite","features":[359]},{"name":"IProtectFocus","features":[359]},{"name":"IProtectedModeMenuServices","features":[359]},{"name":"IProvideClassInfo","features":[359]},{"name":"IProvideClassInfo2","features":[359]},{"name":"IProvideMultipleClassInfo","features":[359]},{"name":"IProvideRuntimeContext","features":[359]},{"name":"IQuickActivate","features":[359]},{"name":"IRecordInfo","features":[359]},{"name":"ISimpleFrameSite","features":[359]},{"name":"ISpecifyPropertyPages","features":[359]},{"name":"ITypeChangeEvents","features":[359]},{"name":"ITypeFactory","features":[359]},{"name":"ITypeMarshal","features":[359]},{"name":"IVBFormat","features":[359]},{"name":"IVBGetControl","features":[359]},{"name":"IVariantChangeType","features":[359]},{"name":"IViewObject","features":[359]},{"name":"IViewObject2","features":[359]},{"name":"IViewObjectEx","features":[359]},{"name":"IZoomEvents","features":[359]},{"name":"IsAccelerator","features":[305,359,374]},{"name":"KEYMODIFIERS","features":[359]},{"name":"KEYMOD_ALT","features":[359]},{"name":"KEYMOD_CONTROL","features":[359]},{"name":"KEYMOD_SHIFT","features":[359]},{"name":"LHashValOfNameSys","features":[358,359]},{"name":"LHashValOfNameSysA","features":[358,359]},{"name":"LIBFLAGS","features":[359]},{"name":"LIBFLAG_FCONTROL","features":[359]},{"name":"LIBFLAG_FHASDISKIMAGE","features":[359]},{"name":"LIBFLAG_FHIDDEN","features":[359]},{"name":"LIBFLAG_FRESTRICTED","features":[359]},{"name":"LICINFO","features":[305,359]},{"name":"LOAD_PICTURE_FLAGS","features":[359]},{"name":"LOAD_TLB_AS_32BIT","features":[359]},{"name":"LOAD_TLB_AS_64BIT","features":[359]},{"name":"LOCALE_USE_NLS","features":[359]},{"name":"LPFNOLEUIHOOK","features":[305,359]},{"name":"LP_COLOR","features":[359]},{"name":"LP_DEFAULT","features":[359]},{"name":"LP_MONOCHROME","features":[359]},{"name":"LP_VGACOLOR","features":[359]},{"name":"LoadRegTypeLib","features":[358,359]},{"name":"LoadTypeLib","features":[358,359]},{"name":"LoadTypeLibEx","features":[358,359]},{"name":"MEDIAPLAYBACK_PAUSE","features":[359]},{"name":"MEDIAPLAYBACK_PAUSE_AND_SUSPEND","features":[359]},{"name":"MEDIAPLAYBACK_RESUME","features":[359]},{"name":"MEDIAPLAYBACK_RESUME_FROM_SUSPEND","features":[359]},{"name":"MEDIAPLAYBACK_STATE","features":[359]},{"name":"MEMBERID_NIL","features":[359]},{"name":"METHODDATA","features":[358,359,360]},{"name":"MK_ALT","features":[359]},{"name":"MSOCMDERR_E_CANCELED","features":[359]},{"name":"MSOCMDERR_E_DISABLED","features":[359]},{"name":"MSOCMDERR_E_FIRST","features":[359]},{"name":"MSOCMDERR_E_NOHELP","features":[359]},{"name":"MSOCMDERR_E_NOTSUPPORTED","features":[359]},{"name":"MSOCMDERR_E_UNKNOWNGROUP","features":[359]},{"name":"MULTICLASSINFO_FLAGS","features":[359]},{"name":"MULTICLASSINFO_GETIIDPRIMARY","features":[359]},{"name":"MULTICLASSINFO_GETIIDSOURCE","features":[359]},{"name":"MULTICLASSINFO_GETNUMRESERVEDDISPIDS","features":[359]},{"name":"MULTICLASSINFO_GETTYPEINFO","features":[359]},{"name":"NUMPARSE","features":[359]},{"name":"NUMPARSE_FLAGS","features":[359]},{"name":"NUMPRS_CURRENCY","features":[359]},{"name":"NUMPRS_DECIMAL","features":[359]},{"name":"NUMPRS_EXPONENT","features":[359]},{"name":"NUMPRS_HEX_OCT","features":[359]},{"name":"NUMPRS_INEXACT","features":[359]},{"name":"NUMPRS_LEADING_MINUS","features":[359]},{"name":"NUMPRS_LEADING_PLUS","features":[359]},{"name":"NUMPRS_LEADING_WHITE","features":[359]},{"name":"NUMPRS_NEG","features":[359]},{"name":"NUMPRS_PARENS","features":[359]},{"name":"NUMPRS_STD","features":[359]},{"name":"NUMPRS_THOUSANDS","features":[359]},{"name":"NUMPRS_TRAILING_MINUS","features":[359]},{"name":"NUMPRS_TRAILING_PLUS","features":[359]},{"name":"NUMPRS_TRAILING_WHITE","features":[359]},{"name":"NUMPRS_USE_ALL","features":[359]},{"name":"OBJECTDESCRIPTOR","features":[305,359]},{"name":"OBJECT_PROPERTIES_FLAGS","features":[359]},{"name":"OCM__BASE","features":[359]},{"name":"OCPFIPARAMS","features":[305,359]},{"name":"OF_GET","features":[359]},{"name":"OF_HANDLER","features":[359]},{"name":"OF_SET","features":[359]},{"name":"OLECLOSE","features":[359]},{"name":"OLECLOSE_NOSAVE","features":[359]},{"name":"OLECLOSE_PROMPTSAVE","features":[359]},{"name":"OLECLOSE_SAVEIFDIRTY","features":[359]},{"name":"OLECMD","features":[359]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_CLSID","features":[359]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_DISPLAYNAME","features":[359]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_INSTALLSCOPE","features":[359]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_PUBLISHER","features":[359]},{"name":"OLECMDARGINDEX_ACTIVEXINSTALL_SOURCEURL","features":[359]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_HWND","features":[359]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_X","features":[359]},{"name":"OLECMDARGINDEX_SHOWPAGEACTIONMENU_Y","features":[359]},{"name":"OLECMDERR_E_CANCELED","features":[359]},{"name":"OLECMDERR_E_DISABLED","features":[359]},{"name":"OLECMDERR_E_FIRST","features":[359]},{"name":"OLECMDERR_E_NOHELP","features":[359]},{"name":"OLECMDERR_E_NOTSUPPORTED","features":[359]},{"name":"OLECMDERR_E_UNKNOWNGROUP","features":[359]},{"name":"OLECMDEXECOPT","features":[359]},{"name":"OLECMDEXECOPT_DODEFAULT","features":[359]},{"name":"OLECMDEXECOPT_DONTPROMPTUSER","features":[359]},{"name":"OLECMDEXECOPT_PROMPTUSER","features":[359]},{"name":"OLECMDEXECOPT_SHOWHELP","features":[359]},{"name":"OLECMDF","features":[359]},{"name":"OLECMDF_DEFHIDEONCTXTMENU","features":[359]},{"name":"OLECMDF_ENABLED","features":[359]},{"name":"OLECMDF_INVISIBLE","features":[359]},{"name":"OLECMDF_LATCHED","features":[359]},{"name":"OLECMDF_NINCHED","features":[359]},{"name":"OLECMDF_SUPPORTED","features":[359]},{"name":"OLECMDID","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_BLOCKEDVERSION","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_DESKTOPHTMLDIALOG","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_EXTENSIONSOFF","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_IESECURITY","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_PROTECTEDMODE_OFF","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_REQUIRESACTIVEX","features":[359]},{"name":"OLECMDIDF_BROWSERSTATE_RESET","features":[359]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOLAYOUT","features":[359]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOPERSIST","features":[359]},{"name":"OLECMDIDF_OPTICAL_ZOOM_NOTRANSIENT","features":[359]},{"name":"OLECMDIDF_OPTICAL_ZOOM_RELOADFORNEWTAB","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXDISALLOW","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXINSTALL","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXTRUSTFAIL","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUNSAFE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUSERAPPROVAL","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEXUSERDISABLE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_ACTIVEX_EPM_INCOMPATIBLE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_EXTENSION_COMPAT_BLOCKED","features":[359]},{"name":"OLECMDIDF_PAGEACTION_FILEDOWNLOAD","features":[359]},{"name":"OLECMDIDF_PAGEACTION_GENERIC_STATE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_INTRANETZONEREQUEST","features":[359]},{"name":"OLECMDIDF_PAGEACTION_INVALID_CERT","features":[359]},{"name":"OLECMDIDF_PAGEACTION_LOCALMACHINE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_MIMETEXTPLAIN","features":[359]},{"name":"OLECMDIDF_PAGEACTION_MIXEDCONTENT","features":[359]},{"name":"OLECMDIDF_PAGEACTION_NORESETACTIVEX","features":[359]},{"name":"OLECMDIDF_PAGEACTION_POPUPALLOWED","features":[359]},{"name":"OLECMDIDF_PAGEACTION_POPUPWINDOW","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNDENY","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNINTERNET","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNINTRANET","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNLOCALMACHINE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNRESTRICTED","features":[359]},{"name":"OLECMDIDF_PAGEACTION_PROTLOCKDOWNTRUSTED","features":[359]},{"name":"OLECMDIDF_PAGEACTION_RESET","features":[359]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE","features":[359]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE_ACTIVEXINSTALL","features":[359]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTNAVIGATE_ACTIVEXUSERAPPROVAL","features":[359]},{"name":"OLECMDIDF_PAGEACTION_SCRIPTPROMPT","features":[359]},{"name":"OLECMDIDF_PAGEACTION_SPOOFABLEIDNHOST","features":[359]},{"name":"OLECMDIDF_PAGEACTION_WPCBLOCKED","features":[359]},{"name":"OLECMDIDF_PAGEACTION_WPCBLOCKED_ACTIVEX","features":[359]},{"name":"OLECMDIDF_PAGEACTION_XSSFILTERED","features":[359]},{"name":"OLECMDIDF_REFRESH_CLEARUSERINPUT","features":[359]},{"name":"OLECMDIDF_REFRESH_COMPLETELY","features":[359]},{"name":"OLECMDIDF_REFRESH_CONTINUE","features":[359]},{"name":"OLECMDIDF_REFRESH_IFEXPIRED","features":[359]},{"name":"OLECMDIDF_REFRESH_LEVELMASK","features":[359]},{"name":"OLECMDIDF_REFRESH_NORMAL","features":[359]},{"name":"OLECMDIDF_REFRESH_NO_CACHE","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_ACTIVEXINSTALL","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_ALLOW_VERSION","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_FILEDOWNLOAD","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_INVALID_CERT","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_LOCALMACHINE","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_MIXEDCONTENT","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_POPUPWINDOW","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNINTERNET","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNINTRANET","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNLOCALMACHINE","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNRESTRICTED","features":[359]},{"name":"OLECMDIDF_REFRESH_PAGEACTION_PROTLOCKDOWNTRUSTED","features":[359]},{"name":"OLECMDIDF_REFRESH_PROMPTIFOFFLINE","features":[359]},{"name":"OLECMDIDF_REFRESH_RELOAD","features":[359]},{"name":"OLECMDIDF_REFRESH_SKIPBEFOREUNLOADEVENT","features":[359]},{"name":"OLECMDIDF_REFRESH_THROUGHSCRIPT","features":[359]},{"name":"OLECMDIDF_VIEWPORTMODE_EXCLUDE_VISUAL_BOTTOM","features":[359]},{"name":"OLECMDIDF_VIEWPORTMODE_EXCLUDE_VISUAL_BOTTOM_VALID","features":[359]},{"name":"OLECMDIDF_VIEWPORTMODE_FIXED_LAYOUT_WIDTH","features":[359]},{"name":"OLECMDIDF_VIEWPORTMODE_FIXED_LAYOUT_WIDTH_VALID","features":[359]},{"name":"OLECMDIDF_WINDOWSTATE_ENABLED","features":[359]},{"name":"OLECMDIDF_WINDOWSTATE_ENABLED_VALID","features":[359]},{"name":"OLECMDIDF_WINDOWSTATE_USERVISIBLE","features":[359]},{"name":"OLECMDIDF_WINDOWSTATE_USERVISIBLE_VALID","features":[359]},{"name":"OLECMDID_ACTIVEXINSTALLSCOPE","features":[359]},{"name":"OLECMDID_ADDTRAVELENTRY","features":[359]},{"name":"OLECMDID_ALLOWUILESSSAVEAS","features":[359]},{"name":"OLECMDID_BROWSERSTATEFLAG","features":[359]},{"name":"OLECMDID_CLEARSELECTION","features":[359]},{"name":"OLECMDID_CLOSE","features":[359]},{"name":"OLECMDID_COPY","features":[359]},{"name":"OLECMDID_CUT","features":[359]},{"name":"OLECMDID_DELETE","features":[359]},{"name":"OLECMDID_DONTDOWNLOADCSS","features":[359]},{"name":"OLECMDID_ENABLE_INTERACTION","features":[359]},{"name":"OLECMDID_ENABLE_VISIBILITY","features":[359]},{"name":"OLECMDID_EXITFULLSCREEN","features":[359]},{"name":"OLECMDID_FIND","features":[359]},{"name":"OLECMDID_FOCUSVIEWCONTROLS","features":[359]},{"name":"OLECMDID_FOCUSVIEWCONTROLSQUERY","features":[359]},{"name":"OLECMDID_GETPRINTTEMPLATE","features":[359]},{"name":"OLECMDID_GETUSERSCALABLE","features":[359]},{"name":"OLECMDID_GETZOOMRANGE","features":[359]},{"name":"OLECMDID_HIDETOOLBARS","features":[359]},{"name":"OLECMDID_HTTPEQUIV","features":[359]},{"name":"OLECMDID_HTTPEQUIV_DONE","features":[359]},{"name":"OLECMDID_LAYOUT_VIEWPORT_WIDTH","features":[359]},{"name":"OLECMDID_MEDIA_PLAYBACK","features":[359]},{"name":"OLECMDID_NEW","features":[359]},{"name":"OLECMDID_ONBEFOREUNLOAD","features":[359]},{"name":"OLECMDID_ONTOOLBARACTIVATED","features":[359]},{"name":"OLECMDID_ONUNLOAD","features":[359]},{"name":"OLECMDID_OPEN","features":[359]},{"name":"OLECMDID_OPTICAL_GETZOOMRANGE","features":[359]},{"name":"OLECMDID_OPTICAL_ZOOM","features":[359]},{"name":"OLECMDID_OPTICAL_ZOOMFLAG","features":[359]},{"name":"OLECMDID_PAGEACTIONBLOCKED","features":[359]},{"name":"OLECMDID_PAGEACTIONFLAG","features":[359]},{"name":"OLECMDID_PAGEACTIONUIQUERY","features":[359]},{"name":"OLECMDID_PAGEAVAILABLE","features":[359]},{"name":"OLECMDID_PAGESETUP","features":[359]},{"name":"OLECMDID_PASTE","features":[359]},{"name":"OLECMDID_PASTESPECIAL","features":[359]},{"name":"OLECMDID_POPSTATEEVENT","features":[359]},{"name":"OLECMDID_PREREFRESH","features":[359]},{"name":"OLECMDID_PRINT","features":[359]},{"name":"OLECMDID_PRINT2","features":[359]},{"name":"OLECMDID_PRINTPREVIEW","features":[359]},{"name":"OLECMDID_PRINTPREVIEW2","features":[359]},{"name":"OLECMDID_PROPERTIES","features":[359]},{"name":"OLECMDID_PROPERTYBAG2","features":[359]},{"name":"OLECMDID_REDO","features":[359]},{"name":"OLECMDID_REFRESH","features":[359]},{"name":"OLECMDID_REFRESHFLAG","features":[359]},{"name":"OLECMDID_SAVE","features":[359]},{"name":"OLECMDID_SAVEAS","features":[359]},{"name":"OLECMDID_SAVECOPYAS","features":[359]},{"name":"OLECMDID_SCROLLCOMPLETE","features":[359]},{"name":"OLECMDID_SELECTALL","features":[359]},{"name":"OLECMDID_SETDOWNLOADSTATE","features":[359]},{"name":"OLECMDID_SETFAVICON","features":[359]},{"name":"OLECMDID_SETPRINTTEMPLATE","features":[359]},{"name":"OLECMDID_SETPROGRESSMAX","features":[359]},{"name":"OLECMDID_SETPROGRESSPOS","features":[359]},{"name":"OLECMDID_SETPROGRESSTEXT","features":[359]},{"name":"OLECMDID_SETTITLE","features":[359]},{"name":"OLECMDID_SET_HOST_FULLSCREENMODE","features":[359]},{"name":"OLECMDID_SHOWFIND","features":[359]},{"name":"OLECMDID_SHOWMESSAGE","features":[359]},{"name":"OLECMDID_SHOWMESSAGE_BLOCKABLE","features":[359]},{"name":"OLECMDID_SHOWPAGEACTIONMENU","features":[359]},{"name":"OLECMDID_SHOWPAGESETUP","features":[359]},{"name":"OLECMDID_SHOWPRINT","features":[359]},{"name":"OLECMDID_SHOWSCRIPTERROR","features":[359]},{"name":"OLECMDID_SHOWTASKDLG","features":[359]},{"name":"OLECMDID_SHOWTASKDLG_BLOCKABLE","features":[359]},{"name":"OLECMDID_SPELL","features":[359]},{"name":"OLECMDID_STOP","features":[359]},{"name":"OLECMDID_STOPDOWNLOAD","features":[359]},{"name":"OLECMDID_UNDO","features":[359]},{"name":"OLECMDID_UPDATEBACKFORWARDSTATE","features":[359]},{"name":"OLECMDID_UPDATECOMMANDS","features":[359]},{"name":"OLECMDID_UPDATEPAGESTATUS","features":[359]},{"name":"OLECMDID_UPDATETRAVELENTRY","features":[359]},{"name":"OLECMDID_UPDATETRAVELENTRY_DATARECOVERY","features":[359]},{"name":"OLECMDID_UPDATE_CARET","features":[359]},{"name":"OLECMDID_USER_OPTICAL_ZOOM","features":[359]},{"name":"OLECMDID_VIEWPORT_MODE","features":[359]},{"name":"OLECMDID_VIEWPORT_MODE_FLAG","features":[359]},{"name":"OLECMDID_VISUAL_VIEWPORT_EXCLUDE_BOTTOM","features":[359]},{"name":"OLECMDID_WINDOWSTATECHANGED","features":[359]},{"name":"OLECMDID_WINDOWSTATE_FLAG","features":[359]},{"name":"OLECMDID_ZOOM","features":[359]},{"name":"OLECMDTEXT","features":[359]},{"name":"OLECMDTEXTF","features":[359]},{"name":"OLECMDTEXTF_NAME","features":[359]},{"name":"OLECMDTEXTF_NONE","features":[359]},{"name":"OLECMDTEXTF_STATUS","features":[359]},{"name":"OLECMD_TASKDLGID_ONBEFOREUNLOAD","features":[359]},{"name":"OLECONTF","features":[359]},{"name":"OLECONTF_EMBEDDINGS","features":[359]},{"name":"OLECONTF_LINKS","features":[359]},{"name":"OLECONTF_ONLYIFRUNNING","features":[359]},{"name":"OLECONTF_ONLYUSER","features":[359]},{"name":"OLECONTF_OTHERS","features":[359]},{"name":"OLECREATE","features":[359]},{"name":"OLECREATE_LEAVERUNNING","features":[359]},{"name":"OLECREATE_ZERO","features":[359]},{"name":"OLEDCFLAGS","features":[359]},{"name":"OLEDC_NODRAW","features":[359]},{"name":"OLEDC_OFFSCREEN","features":[359]},{"name":"OLEDC_PAINTBKGND","features":[359]},{"name":"OLEGETMONIKER","features":[359]},{"name":"OLEGETMONIKER_FORCEASSIGN","features":[359]},{"name":"OLEGETMONIKER_ONLYIFTHERE","features":[359]},{"name":"OLEGETMONIKER_TEMPFORUSER","features":[359]},{"name":"OLEGETMONIKER_UNASSIGN","features":[359]},{"name":"OLEINPLACEFRAMEINFO","features":[305,359,374]},{"name":"OLEIVERB","features":[359]},{"name":"OLEIVERB_DISCARDUNDOSTATE","features":[359]},{"name":"OLEIVERB_HIDE","features":[359]},{"name":"OLEIVERB_INPLACEACTIVATE","features":[359]},{"name":"OLEIVERB_OPEN","features":[359]},{"name":"OLEIVERB_PRIMARY","features":[359]},{"name":"OLEIVERB_PROPERTIES","features":[359]},{"name":"OLEIVERB_SHOW","features":[359]},{"name":"OLEIVERB_UIACTIVATE","features":[359]},{"name":"OLELINKBIND","features":[359]},{"name":"OLELINKBIND_EVENIFCLASSDIFF","features":[359]},{"name":"OLEMENUGROUPWIDTHS","features":[359]},{"name":"OLEMISC","features":[359]},{"name":"OLEMISC_ACTIVATEWHENVISIBLE","features":[359]},{"name":"OLEMISC_ACTSLIKEBUTTON","features":[359]},{"name":"OLEMISC_ACTSLIKELABEL","features":[359]},{"name":"OLEMISC_ALIGNABLE","features":[359]},{"name":"OLEMISC_ALWAYSRUN","features":[359]},{"name":"OLEMISC_CANLINKBYOLE1","features":[359]},{"name":"OLEMISC_CANTLINKINSIDE","features":[359]},{"name":"OLEMISC_IGNOREACTIVATEWHENVISIBLE","features":[359]},{"name":"OLEMISC_IMEMODE","features":[359]},{"name":"OLEMISC_INSERTNOTREPLACE","features":[359]},{"name":"OLEMISC_INSIDEOUT","features":[359]},{"name":"OLEMISC_INVISIBLEATRUNTIME","features":[359]},{"name":"OLEMISC_ISLINKOBJECT","features":[359]},{"name":"OLEMISC_NOUIACTIVATE","features":[359]},{"name":"OLEMISC_ONLYICONIC","features":[359]},{"name":"OLEMISC_RECOMPOSEONRESIZE","features":[359]},{"name":"OLEMISC_RENDERINGISDEVICEINDEPENDENT","features":[359]},{"name":"OLEMISC_SETCLIENTSITEFIRST","features":[359]},{"name":"OLEMISC_SIMPLEFRAME","features":[359]},{"name":"OLEMISC_STATIC","features":[359]},{"name":"OLEMISC_SUPPORTSMULTILEVELUNDO","features":[359]},{"name":"OLEMISC_WANTSTOMENUMERGE","features":[359]},{"name":"OLERENDER","features":[359]},{"name":"OLERENDER_ASIS","features":[359]},{"name":"OLERENDER_DRAW","features":[359]},{"name":"OLERENDER_FORMAT","features":[359]},{"name":"OLERENDER_NONE","features":[359]},{"name":"OLESTDDELIM","features":[359]},{"name":"OLESTREAMQUERYCONVERTOLELINKCALLBACK","features":[359]},{"name":"OLESTREAM_CONVERSION_DEFAULT","features":[359]},{"name":"OLESTREAM_CONVERSION_DISABLEOLELINK","features":[359]},{"name":"OLEUIBUSYA","features":[305,426,359]},{"name":"OLEUIBUSYW","features":[305,426,359]},{"name":"OLEUICHANGEICONA","features":[305,359]},{"name":"OLEUICHANGEICONW","features":[305,359]},{"name":"OLEUICHANGESOURCEA","features":[305,359,444]},{"name":"OLEUICHANGESOURCEW","features":[305,359,444]},{"name":"OLEUICONVERTA","features":[305,359]},{"name":"OLEUICONVERTW","features":[305,359]},{"name":"OLEUIEDITLINKSA","features":[305,359]},{"name":"OLEUIEDITLINKSW","features":[305,359]},{"name":"OLEUIGNRLPROPSA","features":[305,317,359,357,374]},{"name":"OLEUIGNRLPROPSW","features":[305,317,359,357,374]},{"name":"OLEUIINSERTOBJECTA","features":[305,392,359]},{"name":"OLEUIINSERTOBJECTW","features":[305,392,359]},{"name":"OLEUILINKPROPSA","features":[305,317,359,357,374]},{"name":"OLEUILINKPROPSW","features":[305,317,359,357,374]},{"name":"OLEUIOBJECTPROPSA","features":[305,317,359,357,374]},{"name":"OLEUIOBJECTPROPSW","features":[305,317,359,357,374]},{"name":"OLEUIPASTEENTRYA","features":[358,359]},{"name":"OLEUIPASTEENTRYW","features":[358,359]},{"name":"OLEUIPASTEFLAG","features":[359]},{"name":"OLEUIPASTESPECIALA","features":[305,358,359]},{"name":"OLEUIPASTESPECIALW","features":[305,358,359]},{"name":"OLEUIPASTE_ENABLEICON","features":[359]},{"name":"OLEUIPASTE_LINKANYTYPE","features":[359]},{"name":"OLEUIPASTE_LINKTYPE1","features":[359]},{"name":"OLEUIPASTE_LINKTYPE2","features":[359]},{"name":"OLEUIPASTE_LINKTYPE3","features":[359]},{"name":"OLEUIPASTE_LINKTYPE4","features":[359]},{"name":"OLEUIPASTE_LINKTYPE5","features":[359]},{"name":"OLEUIPASTE_LINKTYPE6","features":[359]},{"name":"OLEUIPASTE_LINKTYPE7","features":[359]},{"name":"OLEUIPASTE_LINKTYPE8","features":[359]},{"name":"OLEUIPASTE_PASTE","features":[359]},{"name":"OLEUIPASTE_PASTEONLY","features":[359]},{"name":"OLEUIVIEWPROPSA","features":[305,317,359,357,374]},{"name":"OLEUIVIEWPROPSW","features":[305,317,359,357,374]},{"name":"OLEUI_BZERR_HTASKINVALID","features":[359]},{"name":"OLEUI_BZ_CALLUNBLOCKED","features":[359]},{"name":"OLEUI_BZ_RETRYSELECTED","features":[359]},{"name":"OLEUI_BZ_SWITCHTOSELECTED","features":[359]},{"name":"OLEUI_CANCEL","features":[359]},{"name":"OLEUI_CIERR_MUSTHAVECLSID","features":[359]},{"name":"OLEUI_CIERR_MUSTHAVECURRENTMETAFILE","features":[359]},{"name":"OLEUI_CIERR_SZICONEXEINVALID","features":[359]},{"name":"OLEUI_CSERR_FROMNOTNULL","features":[359]},{"name":"OLEUI_CSERR_LINKCNTRINVALID","features":[359]},{"name":"OLEUI_CSERR_LINKCNTRNULL","features":[359]},{"name":"OLEUI_CSERR_SOURCEINVALID","features":[359]},{"name":"OLEUI_CSERR_SOURCENULL","features":[359]},{"name":"OLEUI_CSERR_SOURCEPARSEERROR","features":[359]},{"name":"OLEUI_CSERR_SOURCEPARSERROR","features":[359]},{"name":"OLEUI_CSERR_TONOTNULL","features":[359]},{"name":"OLEUI_CTERR_CBFORMATINVALID","features":[359]},{"name":"OLEUI_CTERR_CLASSIDINVALID","features":[359]},{"name":"OLEUI_CTERR_DVASPECTINVALID","features":[359]},{"name":"OLEUI_CTERR_HMETAPICTINVALID","features":[359]},{"name":"OLEUI_CTERR_STRINGINVALID","features":[359]},{"name":"OLEUI_ELERR_LINKCNTRINVALID","features":[359]},{"name":"OLEUI_ELERR_LINKCNTRNULL","features":[359]},{"name":"OLEUI_ERR_CBSTRUCTINCORRECT","features":[359]},{"name":"OLEUI_ERR_DIALOGFAILURE","features":[359]},{"name":"OLEUI_ERR_FINDTEMPLATEFAILURE","features":[359]},{"name":"OLEUI_ERR_GLOBALMEMALLOC","features":[359]},{"name":"OLEUI_ERR_HINSTANCEINVALID","features":[359]},{"name":"OLEUI_ERR_HRESOURCEINVALID","features":[359]},{"name":"OLEUI_ERR_HWNDOWNERINVALID","features":[359]},{"name":"OLEUI_ERR_LOADSTRING","features":[359]},{"name":"OLEUI_ERR_LOADTEMPLATEFAILURE","features":[359]},{"name":"OLEUI_ERR_LOCALMEMALLOC","features":[359]},{"name":"OLEUI_ERR_LPFNHOOKINVALID","features":[359]},{"name":"OLEUI_ERR_LPSZCAPTIONINVALID","features":[359]},{"name":"OLEUI_ERR_LPSZTEMPLATEINVALID","features":[359]},{"name":"OLEUI_ERR_OLEMEMALLOC","features":[359]},{"name":"OLEUI_ERR_STANDARDMAX","features":[359]},{"name":"OLEUI_ERR_STANDARDMIN","features":[359]},{"name":"OLEUI_ERR_STRUCTUREINVALID","features":[359]},{"name":"OLEUI_ERR_STRUCTURENULL","features":[359]},{"name":"OLEUI_FALSE","features":[359]},{"name":"OLEUI_GPERR_CBFORMATINVALID","features":[359]},{"name":"OLEUI_GPERR_CLASSIDINVALID","features":[359]},{"name":"OLEUI_GPERR_LPCLSIDEXCLUDEINVALID","features":[359]},{"name":"OLEUI_GPERR_STRINGINVALID","features":[359]},{"name":"OLEUI_IOERR_ARRLINKTYPESINVALID","features":[359]},{"name":"OLEUI_IOERR_ARRPASTEENTRIESINVALID","features":[359]},{"name":"OLEUI_IOERR_CCHFILEINVALID","features":[359]},{"name":"OLEUI_IOERR_HICONINVALID","features":[359]},{"name":"OLEUI_IOERR_LPCLSIDEXCLUDEINVALID","features":[359]},{"name":"OLEUI_IOERR_LPFORMATETCINVALID","features":[359]},{"name":"OLEUI_IOERR_LPIOLECLIENTSITEINVALID","features":[359]},{"name":"OLEUI_IOERR_LPISTORAGEINVALID","features":[359]},{"name":"OLEUI_IOERR_LPSZFILEINVALID","features":[359]},{"name":"OLEUI_IOERR_LPSZLABELINVALID","features":[359]},{"name":"OLEUI_IOERR_PPVOBJINVALID","features":[359]},{"name":"OLEUI_IOERR_SCODEHASERROR","features":[359]},{"name":"OLEUI_IOERR_SRCDATAOBJECTINVALID","features":[359]},{"name":"OLEUI_LPERR_LINKCNTRINVALID","features":[359]},{"name":"OLEUI_LPERR_LINKCNTRNULL","features":[359]},{"name":"OLEUI_OK","features":[359]},{"name":"OLEUI_OPERR_DLGPROCNOTNULL","features":[359]},{"name":"OLEUI_OPERR_INVALIDPAGES","features":[359]},{"name":"OLEUI_OPERR_LINKINFOINVALID","features":[359]},{"name":"OLEUI_OPERR_LPARAMNOTZERO","features":[359]},{"name":"OLEUI_OPERR_NOTSUPPORTED","features":[359]},{"name":"OLEUI_OPERR_OBJINFOINVALID","features":[359]},{"name":"OLEUI_OPERR_PAGESINCORRECT","features":[359]},{"name":"OLEUI_OPERR_PROPERTYSHEET","features":[359]},{"name":"OLEUI_OPERR_PROPSHEETINVALID","features":[359]},{"name":"OLEUI_OPERR_PROPSHEETNULL","features":[359]},{"name":"OLEUI_OPERR_PROPSINVALID","features":[359]},{"name":"OLEUI_OPERR_SUBPROPINVALID","features":[359]},{"name":"OLEUI_OPERR_SUBPROPNULL","features":[359]},{"name":"OLEUI_OPERR_SUPPROP","features":[359]},{"name":"OLEUI_PSERR_CLIPBOARDCHANGED","features":[359]},{"name":"OLEUI_PSERR_GETCLIPBOARDFAILED","features":[359]},{"name":"OLEUI_QUERY_GETCLASSID","features":[359]},{"name":"OLEUI_QUERY_LINKBROKEN","features":[359]},{"name":"OLEUI_SUCCESS","features":[359]},{"name":"OLEUI_VPERR_DVASPECTINVALID","features":[359]},{"name":"OLEUI_VPERR_METAPICTINVALID","features":[359]},{"name":"OLEUPDATE","features":[359]},{"name":"OLEUPDATE_ALWAYS","features":[359]},{"name":"OLEUPDATE_ONCALL","features":[359]},{"name":"OLEVERB","features":[359,374]},{"name":"OLEVERBATTRIB","features":[359]},{"name":"OLEVERBATTRIB_NEVERDIRTIES","features":[359]},{"name":"OLEVERBATTRIB_ONCONTAINERMENU","features":[359]},{"name":"OLEVERB_PRIMARY","features":[359]},{"name":"OLEWHICHMK","features":[359]},{"name":"OLEWHICHMK_CONTAINER","features":[359]},{"name":"OLEWHICHMK_OBJFULL","features":[359]},{"name":"OLEWHICHMK_OBJREL","features":[359]},{"name":"OLE_HANDLE","features":[359]},{"name":"OLE_TRISTATE","features":[359]},{"name":"OPF_DISABLECONVERT","features":[359]},{"name":"OPF_NOFILLDEFAULT","features":[359]},{"name":"OPF_OBJECTISLINK","features":[359]},{"name":"OPF_SHOWHELP","features":[359]},{"name":"OT_EMBEDDED","features":[359]},{"name":"OT_LINK","features":[359]},{"name":"OT_STATIC","features":[359]},{"name":"OaBuildVersion","features":[359]},{"name":"OaEnablePerUserTLibRegistration","features":[359]},{"name":"OleBuildVersion","features":[359]},{"name":"OleConvertOLESTREAMToIStorage2","features":[392,359]},{"name":"OleConvertOLESTREAMToIStorageEx2","features":[305,317,392,359]},{"name":"OleCreate","features":[392,359]},{"name":"OleCreateDefaultHandler","features":[359]},{"name":"OleCreateEmbeddingHelper","features":[358,359]},{"name":"OleCreateEx","features":[392,359]},{"name":"OleCreateFontIndirect","features":[305,358,359]},{"name":"OleCreateFromData","features":[392,359]},{"name":"OleCreateFromDataEx","features":[392,359]},{"name":"OleCreateFromFile","features":[392,359]},{"name":"OleCreateFromFileEx","features":[392,359]},{"name":"OleCreateLink","features":[392,359]},{"name":"OleCreateLinkEx","features":[392,359]},{"name":"OleCreateLinkFromData","features":[392,359]},{"name":"OleCreateLinkFromDataEx","features":[392,359]},{"name":"OleCreateLinkToFile","features":[392,359]},{"name":"OleCreateLinkToFileEx","features":[392,359]},{"name":"OleCreateMenuDescriptor","features":[359,374]},{"name":"OleCreatePictureIndirect","features":[305,317,359,374]},{"name":"OleCreatePropertyFrame","features":[305,359]},{"name":"OleCreatePropertyFrameIndirect","features":[305,359]},{"name":"OleCreateStaticFromData","features":[392,359]},{"name":"OleDestroyMenuDescriptor","features":[359]},{"name":"OleDoAutoConvert","features":[392,359]},{"name":"OleDraw","features":[305,317,359]},{"name":"OleDuplicateData","features":[305,324,359]},{"name":"OleFlushClipboard","features":[359]},{"name":"OleGetAutoConvert","features":[359]},{"name":"OleGetClipboard","features":[358,359]},{"name":"OleGetClipboardWithEnterpriseInfo","features":[358,359]},{"name":"OleGetIconOfClass","features":[305,359]},{"name":"OleGetIconOfFile","features":[305,359]},{"name":"OleIconToCursor","features":[305,359,374]},{"name":"OleInitialize","features":[359]},{"name":"OleIsCurrentClipboard","features":[358,359]},{"name":"OleIsRunning","features":[305,359]},{"name":"OleLoad","features":[392,359]},{"name":"OleLoadFromStream","features":[358,359]},{"name":"OleLoadPicture","features":[305,358,359]},{"name":"OleLoadPictureEx","features":[305,358,359]},{"name":"OleLoadPictureFile","features":[305,358,359,360]},{"name":"OleLoadPictureFileEx","features":[305,358,359,360]},{"name":"OleLoadPicturePath","features":[359]},{"name":"OleLockRunning","features":[305,359]},{"name":"OleMetafilePictFromIconAndLabel","features":[305,359,374]},{"name":"OleNoteObjectVisible","features":[305,359]},{"name":"OleQueryCreateFromData","features":[358,359]},{"name":"OleQueryLinkFromData","features":[358,359]},{"name":"OleRegEnumFormatEtc","features":[358,359]},{"name":"OleRegEnumVerbs","features":[359]},{"name":"OleRegGetMiscStatus","features":[359]},{"name":"OleRegGetUserType","features":[359]},{"name":"OleRun","features":[359]},{"name":"OleSave","features":[305,392,359]},{"name":"OleSavePictureFile","features":[358,359]},{"name":"OleSaveToStream","features":[358,359]},{"name":"OleSetAutoConvert","features":[359]},{"name":"OleSetClipboard","features":[358,359]},{"name":"OleSetContainedObject","features":[305,359]},{"name":"OleSetMenuDescriptor","features":[305,359]},{"name":"OleTranslateAccelerator","features":[305,359,374]},{"name":"OleTranslateColor","features":[305,317,359]},{"name":"OleUIAddVerbMenuA","features":[305,359,374]},{"name":"OleUIAddVerbMenuW","features":[305,359,374]},{"name":"OleUIBusyA","features":[305,426,359]},{"name":"OleUIBusyW","features":[305,426,359]},{"name":"OleUICanConvertOrActivateAs","features":[305,359]},{"name":"OleUIChangeIconA","features":[305,359]},{"name":"OleUIChangeIconW","features":[305,359]},{"name":"OleUIChangeSourceA","features":[305,359,444]},{"name":"OleUIChangeSourceW","features":[305,359,444]},{"name":"OleUIConvertA","features":[305,359]},{"name":"OleUIConvertW","features":[305,359]},{"name":"OleUIEditLinksA","features":[305,359]},{"name":"OleUIEditLinksW","features":[305,359]},{"name":"OleUIInsertObjectA","features":[305,392,359]},{"name":"OleUIInsertObjectW","features":[305,392,359]},{"name":"OleUIObjectPropertiesA","features":[305,317,359,357,374]},{"name":"OleUIObjectPropertiesW","features":[305,317,359,357,374]},{"name":"OleUIPasteSpecialA","features":[305,358,359]},{"name":"OleUIPasteSpecialW","features":[305,358,359]},{"name":"OleUIPromptUserA","features":[305,359]},{"name":"OleUIPromptUserW","features":[305,359]},{"name":"OleUIUpdateLinksA","features":[305,359]},{"name":"OleUIUpdateLinksW","features":[305,359]},{"name":"OleUninitialize","features":[359]},{"name":"PAGEACTION_UI","features":[359]},{"name":"PAGEACTION_UI_DEFAULT","features":[359]},{"name":"PAGEACTION_UI_MODAL","features":[359]},{"name":"PAGEACTION_UI_MODELESS","features":[359]},{"name":"PAGEACTION_UI_SILENT","features":[359]},{"name":"PAGERANGE","features":[359]},{"name":"PAGESET","features":[305,359]},{"name":"PARAMDATA","features":[359,360]},{"name":"PARAMDESC","features":[305,358,359,360]},{"name":"PARAMDESCEX","features":[305,358,359,360]},{"name":"PARAMFLAGS","features":[359]},{"name":"PARAMFLAG_FHASCUSTDATA","features":[359]},{"name":"PARAMFLAG_FHASDEFAULT","features":[359]},{"name":"PARAMFLAG_FIN","features":[359]},{"name":"PARAMFLAG_FLCID","features":[359]},{"name":"PARAMFLAG_FOPT","features":[359]},{"name":"PARAMFLAG_FOUT","features":[359]},{"name":"PARAMFLAG_FRETVAL","features":[359]},{"name":"PARAMFLAG_NONE","features":[359]},{"name":"PASTE_SPECIAL_FLAGS","features":[359]},{"name":"PERPROP_E_FIRST","features":[359]},{"name":"PERPROP_E_LAST","features":[359]},{"name":"PERPROP_E_NOPAGEAVAILABLE","features":[359]},{"name":"PERPROP_S_FIRST","features":[359]},{"name":"PERPROP_S_LAST","features":[359]},{"name":"PICTDESC","features":[317,359,374]},{"name":"PICTUREATTRIBUTES","features":[359]},{"name":"PICTURE_SCALABLE","features":[359]},{"name":"PICTURE_TRANSPARENT","features":[359]},{"name":"PICTYPE","features":[359]},{"name":"PICTYPE_BITMAP","features":[359]},{"name":"PICTYPE_ENHMETAFILE","features":[359]},{"name":"PICTYPE_ICON","features":[359]},{"name":"PICTYPE_METAFILE","features":[359]},{"name":"PICTYPE_NONE","features":[359]},{"name":"PICTYPE_UNINITIALIZED","features":[359]},{"name":"POINTERINACTIVE","features":[359]},{"name":"POINTERINACTIVE_ACTIVATEONDRAG","features":[359]},{"name":"POINTERINACTIVE_ACTIVATEONENTRY","features":[359]},{"name":"POINTERINACTIVE_DEACTIVATEONLEAVE","features":[359]},{"name":"POINTF","features":[359]},{"name":"PRINTFLAG","features":[359]},{"name":"PRINTFLAG_DONTACTUALLYPRINT","features":[359]},{"name":"PRINTFLAG_FORCEPROPERTIES","features":[359]},{"name":"PRINTFLAG_MAYBOTHERUSER","features":[359]},{"name":"PRINTFLAG_PRINTTOFILE","features":[359]},{"name":"PRINTFLAG_PROMPTUSER","features":[359]},{"name":"PRINTFLAG_RECOMPOSETODEVICE","features":[359]},{"name":"PRINTFLAG_USERMAYCHANGEPRINTER","features":[359]},{"name":"PROPBAG2_TYPE","features":[359]},{"name":"PROPBAG2_TYPE_DATA","features":[359]},{"name":"PROPBAG2_TYPE_MONIKER","features":[359]},{"name":"PROPBAG2_TYPE_OBJECT","features":[359]},{"name":"PROPBAG2_TYPE_STORAGE","features":[359]},{"name":"PROPBAG2_TYPE_STREAM","features":[359]},{"name":"PROPBAG2_TYPE_UNDEFINED","features":[359]},{"name":"PROPBAG2_TYPE_URL","features":[359]},{"name":"PROPPAGEINFO","features":[305,359]},{"name":"PROPPAGESTATUS","features":[359]},{"name":"PROPPAGESTATUS_CLEAN","features":[359]},{"name":"PROPPAGESTATUS_DIRTY","features":[359]},{"name":"PROPPAGESTATUS_VALIDATE","features":[359]},{"name":"PROP_HWND_CHGICONDLG","features":[359]},{"name":"PSF_CHECKDISPLAYASICON","features":[359]},{"name":"PSF_DISABLEDISPLAYASICON","features":[359]},{"name":"PSF_HIDECHANGEICON","features":[359]},{"name":"PSF_NOREFRESHDATAOBJECT","features":[359]},{"name":"PSF_SELECTPASTE","features":[359]},{"name":"PSF_SELECTPASTELINK","features":[359]},{"name":"PSF_SHOWHELP","features":[359]},{"name":"PSF_STAYONCLIPBOARDCHANGE","features":[359]},{"name":"PS_MAXLINKTYPES","features":[359]},{"name":"QACONTAINER","features":[317,358,359]},{"name":"QACONTAINERFLAGS","features":[359]},{"name":"QACONTAINER_AUTOCLIP","features":[359]},{"name":"QACONTAINER_DISPLAYASDEFAULT","features":[359]},{"name":"QACONTAINER_MESSAGEREFLECT","features":[359]},{"name":"QACONTAINER_SHOWGRABHANDLES","features":[359]},{"name":"QACONTAINER_SHOWHATCHING","features":[359]},{"name":"QACONTAINER_SUPPORTSMNEMONICS","features":[359]},{"name":"QACONTAINER_UIDEAD","features":[359]},{"name":"QACONTAINER_USERMODE","features":[359]},{"name":"QACONTROL","features":[359]},{"name":"QueryPathOfRegTypeLib","features":[359]},{"name":"READYSTATE","features":[359]},{"name":"READYSTATE_COMPLETE","features":[359]},{"name":"READYSTATE_INTERACTIVE","features":[359]},{"name":"READYSTATE_LOADED","features":[359]},{"name":"READYSTATE_LOADING","features":[359]},{"name":"READYSTATE_UNINITIALIZED","features":[359]},{"name":"REGKIND","features":[359]},{"name":"REGKIND_DEFAULT","features":[359]},{"name":"REGKIND_NONE","features":[359]},{"name":"REGKIND_REGISTER","features":[359]},{"name":"RegisterActiveObject","features":[359]},{"name":"RegisterDragDrop","features":[305,359]},{"name":"RegisterTypeLib","features":[358,359]},{"name":"RegisterTypeLibForUser","features":[358,359]},{"name":"ReleaseStgMedium","features":[305,317,392,359]},{"name":"RevokeActiveObject","features":[359]},{"name":"RevokeDragDrop","features":[305,359]},{"name":"SAFEARRAYUNION","features":[305,358,359]},{"name":"SAFEARR_BRECORD","features":[359]},{"name":"SAFEARR_BSTR","features":[358,359]},{"name":"SAFEARR_DISPATCH","features":[358,359]},{"name":"SAFEARR_HAVEIID","features":[359]},{"name":"SAFEARR_UNKNOWN","features":[359]},{"name":"SAFEARR_VARIANT","features":[305,358,359]},{"name":"SELFREG_E_CLASS","features":[359]},{"name":"SELFREG_E_FIRST","features":[359]},{"name":"SELFREG_E_LAST","features":[359]},{"name":"SELFREG_E_TYPELIB","features":[359]},{"name":"SELFREG_S_FIRST","features":[359]},{"name":"SELFREG_S_LAST","features":[359]},{"name":"SF_BSTR","features":[359]},{"name":"SF_DISPATCH","features":[359]},{"name":"SF_ERROR","features":[359]},{"name":"SF_HAVEIID","features":[359]},{"name":"SF_I1","features":[359]},{"name":"SF_I2","features":[359]},{"name":"SF_I4","features":[359]},{"name":"SF_I8","features":[359]},{"name":"SF_RECORD","features":[359]},{"name":"SF_TYPE","features":[359]},{"name":"SF_UNKNOWN","features":[359]},{"name":"SF_VARIANT","features":[359]},{"name":"SID_GetCaller","features":[359]},{"name":"SID_ProvideRuntimeContext","features":[359]},{"name":"SID_VariantConversion","features":[359]},{"name":"STDOLE2_LCID","features":[359]},{"name":"STDOLE2_MAJORVERNUM","features":[359]},{"name":"STDOLE2_MINORVERNUM","features":[359]},{"name":"STDOLE_LCID","features":[359]},{"name":"STDOLE_MAJORVERNUM","features":[359]},{"name":"STDOLE_MINORVERNUM","features":[359]},{"name":"STDOLE_TLB","features":[359]},{"name":"STDTYPE_TLB","features":[359]},{"name":"SZOLEUI_MSG_ADDCONTROL","features":[359]},{"name":"SZOLEUI_MSG_BROWSE","features":[359]},{"name":"SZOLEUI_MSG_BROWSE_OFN","features":[359]},{"name":"SZOLEUI_MSG_CHANGEICON","features":[359]},{"name":"SZOLEUI_MSG_CHANGESOURCE","features":[359]},{"name":"SZOLEUI_MSG_CLOSEBUSYDIALOG","features":[359]},{"name":"SZOLEUI_MSG_CONVERT","features":[359]},{"name":"SZOLEUI_MSG_ENDDIALOG","features":[359]},{"name":"SZOLEUI_MSG_HELP","features":[359]},{"name":"SafeArrayAccessData","features":[358,359]},{"name":"SafeArrayAddRef","features":[358,359]},{"name":"SafeArrayAllocData","features":[358,359]},{"name":"SafeArrayAllocDescriptor","features":[358,359]},{"name":"SafeArrayAllocDescriptorEx","features":[358,359,360]},{"name":"SafeArrayCopy","features":[358,359]},{"name":"SafeArrayCopyData","features":[358,359]},{"name":"SafeArrayCreate","features":[358,359,360]},{"name":"SafeArrayCreateEx","features":[358,359,360]},{"name":"SafeArrayCreateVector","features":[358,359,360]},{"name":"SafeArrayCreateVectorEx","features":[358,359,360]},{"name":"SafeArrayDestroy","features":[358,359]},{"name":"SafeArrayDestroyData","features":[358,359]},{"name":"SafeArrayDestroyDescriptor","features":[358,359]},{"name":"SafeArrayGetDim","features":[358,359]},{"name":"SafeArrayGetElement","features":[358,359]},{"name":"SafeArrayGetElemsize","features":[358,359]},{"name":"SafeArrayGetIID","features":[358,359]},{"name":"SafeArrayGetLBound","features":[358,359]},{"name":"SafeArrayGetRecordInfo","features":[358,359]},{"name":"SafeArrayGetUBound","features":[358,359]},{"name":"SafeArrayGetVartype","features":[358,359,360]},{"name":"SafeArrayLock","features":[358,359]},{"name":"SafeArrayPtrOfIndex","features":[358,359]},{"name":"SafeArrayPutElement","features":[358,359]},{"name":"SafeArrayRedim","features":[358,359]},{"name":"SafeArrayReleaseData","features":[359]},{"name":"SafeArrayReleaseDescriptor","features":[358,359]},{"name":"SafeArraySetIID","features":[358,359]},{"name":"SafeArraySetRecordInfo","features":[358,359]},{"name":"SafeArrayUnaccessData","features":[358,359]},{"name":"SafeArrayUnlock","features":[358,359]},{"name":"TIFLAGS_EXTENDDISPATCHONLY","features":[359]},{"name":"TYPEFLAGS","features":[359]},{"name":"TYPEFLAG_FAGGREGATABLE","features":[359]},{"name":"TYPEFLAG_FAPPOBJECT","features":[359]},{"name":"TYPEFLAG_FCANCREATE","features":[359]},{"name":"TYPEFLAG_FCONTROL","features":[359]},{"name":"TYPEFLAG_FDISPATCHABLE","features":[359]},{"name":"TYPEFLAG_FDUAL","features":[359]},{"name":"TYPEFLAG_FHIDDEN","features":[359]},{"name":"TYPEFLAG_FLICENSED","features":[359]},{"name":"TYPEFLAG_FNONEXTENSIBLE","features":[359]},{"name":"TYPEFLAG_FOLEAUTOMATION","features":[359]},{"name":"TYPEFLAG_FPREDECLID","features":[359]},{"name":"TYPEFLAG_FPROXY","features":[359]},{"name":"TYPEFLAG_FREPLACEABLE","features":[359]},{"name":"TYPEFLAG_FRESTRICTED","features":[359]},{"name":"TYPEFLAG_FREVERSEBIND","features":[359]},{"name":"UASFLAGS","features":[359]},{"name":"UAS_BLOCKED","features":[359]},{"name":"UAS_MASK","features":[359]},{"name":"UAS_NOPARENTENABLE","features":[359]},{"name":"UAS_NORMAL","features":[359]},{"name":"UDATE","features":[305,359]},{"name":"UI_CONVERT_FLAGS","features":[359]},{"name":"UPDFCACHE_ALL","features":[359]},{"name":"UPDFCACHE_ALLBUTNODATACACHE","features":[359]},{"name":"UPDFCACHE_FLAGS","features":[359]},{"name":"UPDFCACHE_IFBLANK","features":[359]},{"name":"UPDFCACHE_IFBLANKORONSAVECACHE","features":[359]},{"name":"UPDFCACHE_NODATACACHE","features":[359]},{"name":"UPDFCACHE_NORMALCACHE","features":[359]},{"name":"UPDFCACHE_ONLYIFBLANK","features":[359]},{"name":"UPDFCACHE_ONSAVECACHE","features":[359]},{"name":"UPDFCACHE_ONSTOPCACHE","features":[359]},{"name":"USERCLASSTYPE","features":[359]},{"name":"USERCLASSTYPE_APPNAME","features":[359]},{"name":"USERCLASSTYPE_FULL","features":[359]},{"name":"USERCLASSTYPE_SHORT","features":[359]},{"name":"UnRegisterTypeLib","features":[358,359]},{"name":"UnRegisterTypeLibForUser","features":[358,359]},{"name":"VARCMP","features":[359]},{"name":"VARCMP_EQ","features":[359]},{"name":"VARCMP_GT","features":[359]},{"name":"VARCMP_LT","features":[359]},{"name":"VARCMP_NULL","features":[359]},{"name":"VARFORMAT_FIRST_DAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_FRIDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_MONDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_SATURDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_SUNDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_SYSTEMDEFAULT","features":[359]},{"name":"VARFORMAT_FIRST_DAY_THURSDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_TUESDAY","features":[359]},{"name":"VARFORMAT_FIRST_DAY_WEDNESDAY","features":[359]},{"name":"VARFORMAT_FIRST_WEEK","features":[359]},{"name":"VARFORMAT_FIRST_WEEK_CONTAINS_JANUARY_FIRST","features":[359]},{"name":"VARFORMAT_FIRST_WEEK_HAS_SEVEN_DAYS","features":[359]},{"name":"VARFORMAT_FIRST_WEEK_LARGER_HALF_IN_CURRENT_YEAR","features":[359]},{"name":"VARFORMAT_FIRST_WEEK_SYSTEMDEFAULT","features":[359]},{"name":"VARFORMAT_GROUP","features":[359]},{"name":"VARFORMAT_GROUP_NOTTHOUSANDS","features":[359]},{"name":"VARFORMAT_GROUP_SYSTEMDEFAULT","features":[359]},{"name":"VARFORMAT_GROUP_THOUSANDS","features":[359]},{"name":"VARFORMAT_LEADING_DIGIT","features":[359]},{"name":"VARFORMAT_LEADING_DIGIT_INCLUDED","features":[359]},{"name":"VARFORMAT_LEADING_DIGIT_NOTINCLUDED","features":[359]},{"name":"VARFORMAT_LEADING_DIGIT_SYSTEMDEFAULT","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT_GENERALDATE","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT_LONGDATE","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT_LONGTIME","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT_SHORTDATE","features":[359]},{"name":"VARFORMAT_NAMED_FORMAT_SHORTTIME","features":[359]},{"name":"VARFORMAT_PARENTHESES","features":[359]},{"name":"VARFORMAT_PARENTHESES_NOTUSED","features":[359]},{"name":"VARFORMAT_PARENTHESES_SYSTEMDEFAULT","features":[359]},{"name":"VARFORMAT_PARENTHESES_USED","features":[359]},{"name":"VAR_CALENDAR_GREGORIAN","features":[359]},{"name":"VAR_CALENDAR_HIJRI","features":[359]},{"name":"VAR_CALENDAR_THAI","features":[359]},{"name":"VAR_DATEVALUEONLY","features":[359]},{"name":"VAR_FORMAT_NOSUBSTITUTE","features":[359]},{"name":"VAR_FOURDIGITYEARS","features":[359]},{"name":"VAR_LOCALBOOL","features":[359]},{"name":"VAR_TIMEVALUEONLY","features":[359]},{"name":"VAR_VALIDDATE","features":[359]},{"name":"VIEWSTATUS","features":[359]},{"name":"VIEWSTATUS_3DSURFACE","features":[359]},{"name":"VIEWSTATUS_DVASPECTOPAQUE","features":[359]},{"name":"VIEWSTATUS_DVASPECTTRANSPARENT","features":[359]},{"name":"VIEWSTATUS_OPAQUE","features":[359]},{"name":"VIEWSTATUS_SOLIDBKGND","features":[359]},{"name":"VIEWSTATUS_SURFACE","features":[359]},{"name":"VIEW_OBJECT_PROPERTIES_FLAGS","features":[359]},{"name":"VPF_DISABLERELATIVE","features":[359]},{"name":"VPF_DISABLESCALE","features":[359]},{"name":"VPF_SELECTRELATIVE","features":[359]},{"name":"VTDATEGRE_MAX","features":[359]},{"name":"VTDATEGRE_MIN","features":[359]},{"name":"VT_BLOB_PROPSET","features":[359]},{"name":"VT_STORED_PROPSET","features":[359]},{"name":"VT_STREAMED_PROPSET","features":[359]},{"name":"VT_VERBOSE_ENUM","features":[359]},{"name":"VarAbs","features":[305,358,359,360]},{"name":"VarAdd","features":[305,358,359,360]},{"name":"VarAnd","features":[305,358,359,360]},{"name":"VarBoolFromCy","features":[305,358,359]},{"name":"VarBoolFromDate","features":[305,359]},{"name":"VarBoolFromDec","features":[305,359]},{"name":"VarBoolFromDisp","features":[305,358,359]},{"name":"VarBoolFromI1","features":[305,359]},{"name":"VarBoolFromI2","features":[305,359]},{"name":"VarBoolFromI4","features":[305,359]},{"name":"VarBoolFromI8","features":[305,359]},{"name":"VarBoolFromR4","features":[305,359]},{"name":"VarBoolFromR8","features":[305,359]},{"name":"VarBoolFromStr","features":[305,359]},{"name":"VarBoolFromUI1","features":[305,359]},{"name":"VarBoolFromUI2","features":[305,359]},{"name":"VarBoolFromUI4","features":[305,359]},{"name":"VarBoolFromUI8","features":[305,359]},{"name":"VarBstrCat","features":[359]},{"name":"VarBstrCmp","features":[359]},{"name":"VarBstrFromBool","features":[305,359]},{"name":"VarBstrFromCy","features":[358,359]},{"name":"VarBstrFromDate","features":[359]},{"name":"VarBstrFromDec","features":[305,359]},{"name":"VarBstrFromDisp","features":[358,359]},{"name":"VarBstrFromI1","features":[359]},{"name":"VarBstrFromI2","features":[359]},{"name":"VarBstrFromI4","features":[359]},{"name":"VarBstrFromI8","features":[359]},{"name":"VarBstrFromR4","features":[359]},{"name":"VarBstrFromR8","features":[359]},{"name":"VarBstrFromUI1","features":[359]},{"name":"VarBstrFromUI2","features":[359]},{"name":"VarBstrFromUI4","features":[359]},{"name":"VarBstrFromUI8","features":[359]},{"name":"VarCat","features":[305,358,359,360]},{"name":"VarCmp","features":[305,358,359,360]},{"name":"VarCyAbs","features":[358,359]},{"name":"VarCyAdd","features":[358,359]},{"name":"VarCyCmp","features":[358,359]},{"name":"VarCyCmpR8","features":[358,359]},{"name":"VarCyFix","features":[358,359]},{"name":"VarCyFromBool","features":[305,358,359]},{"name":"VarCyFromDate","features":[358,359]},{"name":"VarCyFromDec","features":[305,358,359]},{"name":"VarCyFromDisp","features":[358,359]},{"name":"VarCyFromI1","features":[358,359]},{"name":"VarCyFromI2","features":[358,359]},{"name":"VarCyFromI4","features":[358,359]},{"name":"VarCyFromI8","features":[358,359]},{"name":"VarCyFromR4","features":[358,359]},{"name":"VarCyFromR8","features":[358,359]},{"name":"VarCyFromStr","features":[358,359]},{"name":"VarCyFromUI1","features":[358,359]},{"name":"VarCyFromUI2","features":[358,359]},{"name":"VarCyFromUI4","features":[358,359]},{"name":"VarCyFromUI8","features":[358,359]},{"name":"VarCyInt","features":[358,359]},{"name":"VarCyMul","features":[358,359]},{"name":"VarCyMulI4","features":[358,359]},{"name":"VarCyMulI8","features":[358,359]},{"name":"VarCyNeg","features":[358,359]},{"name":"VarCyRound","features":[358,359]},{"name":"VarCySub","features":[358,359]},{"name":"VarDateFromBool","features":[305,359]},{"name":"VarDateFromCy","features":[358,359]},{"name":"VarDateFromDec","features":[305,359]},{"name":"VarDateFromDisp","features":[358,359]},{"name":"VarDateFromI1","features":[359]},{"name":"VarDateFromI2","features":[359]},{"name":"VarDateFromI4","features":[359]},{"name":"VarDateFromI8","features":[359]},{"name":"VarDateFromR4","features":[359]},{"name":"VarDateFromR8","features":[359]},{"name":"VarDateFromStr","features":[359]},{"name":"VarDateFromUI1","features":[359]},{"name":"VarDateFromUI2","features":[359]},{"name":"VarDateFromUI4","features":[359]},{"name":"VarDateFromUI8","features":[359]},{"name":"VarDateFromUdate","features":[305,359]},{"name":"VarDateFromUdateEx","features":[305,359]},{"name":"VarDecAbs","features":[305,359]},{"name":"VarDecAdd","features":[305,359]},{"name":"VarDecCmp","features":[305,359]},{"name":"VarDecCmpR8","features":[305,359]},{"name":"VarDecDiv","features":[305,359]},{"name":"VarDecFix","features":[305,359]},{"name":"VarDecFromBool","features":[305,359]},{"name":"VarDecFromCy","features":[305,358,359]},{"name":"VarDecFromDate","features":[305,359]},{"name":"VarDecFromDisp","features":[305,358,359]},{"name":"VarDecFromI1","features":[305,359]},{"name":"VarDecFromI2","features":[305,359]},{"name":"VarDecFromI4","features":[305,359]},{"name":"VarDecFromI8","features":[305,359]},{"name":"VarDecFromR4","features":[305,359]},{"name":"VarDecFromR8","features":[305,359]},{"name":"VarDecFromStr","features":[305,359]},{"name":"VarDecFromUI1","features":[305,359]},{"name":"VarDecFromUI2","features":[305,359]},{"name":"VarDecFromUI4","features":[305,359]},{"name":"VarDecFromUI8","features":[305,359]},{"name":"VarDecInt","features":[305,359]},{"name":"VarDecMul","features":[305,359]},{"name":"VarDecNeg","features":[305,359]},{"name":"VarDecRound","features":[305,359]},{"name":"VarDecSub","features":[305,359]},{"name":"VarDiv","features":[305,358,359,360]},{"name":"VarEqv","features":[305,358,359,360]},{"name":"VarFix","features":[305,358,359,360]},{"name":"VarFormat","features":[305,358,359,360]},{"name":"VarFormatCurrency","features":[305,358,359,360]},{"name":"VarFormatDateTime","features":[305,358,359,360]},{"name":"VarFormatFromTokens","features":[305,358,359,360]},{"name":"VarFormatNumber","features":[305,358,359,360]},{"name":"VarFormatPercent","features":[305,358,359,360]},{"name":"VarI1FromBool","features":[305,359]},{"name":"VarI1FromCy","features":[358,359]},{"name":"VarI1FromDate","features":[359]},{"name":"VarI1FromDec","features":[305,359]},{"name":"VarI1FromDisp","features":[358,359]},{"name":"VarI1FromI2","features":[359]},{"name":"VarI1FromI4","features":[359]},{"name":"VarI1FromI8","features":[359]},{"name":"VarI1FromR4","features":[359]},{"name":"VarI1FromR8","features":[359]},{"name":"VarI1FromStr","features":[359]},{"name":"VarI1FromUI1","features":[359]},{"name":"VarI1FromUI2","features":[359]},{"name":"VarI1FromUI4","features":[359]},{"name":"VarI1FromUI8","features":[359]},{"name":"VarI2FromBool","features":[305,359]},{"name":"VarI2FromCy","features":[358,359]},{"name":"VarI2FromDate","features":[359]},{"name":"VarI2FromDec","features":[305,359]},{"name":"VarI2FromDisp","features":[358,359]},{"name":"VarI2FromI1","features":[359]},{"name":"VarI2FromI4","features":[359]},{"name":"VarI2FromI8","features":[359]},{"name":"VarI2FromR4","features":[359]},{"name":"VarI2FromR8","features":[359]},{"name":"VarI2FromStr","features":[359]},{"name":"VarI2FromUI1","features":[359]},{"name":"VarI2FromUI2","features":[359]},{"name":"VarI2FromUI4","features":[359]},{"name":"VarI2FromUI8","features":[359]},{"name":"VarI4FromBool","features":[305,359]},{"name":"VarI4FromCy","features":[358,359]},{"name":"VarI4FromDate","features":[359]},{"name":"VarI4FromDec","features":[305,359]},{"name":"VarI4FromDisp","features":[358,359]},{"name":"VarI4FromI1","features":[359]},{"name":"VarI4FromI2","features":[359]},{"name":"VarI4FromI8","features":[359]},{"name":"VarI4FromR4","features":[359]},{"name":"VarI4FromR8","features":[359]},{"name":"VarI4FromStr","features":[359]},{"name":"VarI4FromUI1","features":[359]},{"name":"VarI4FromUI2","features":[359]},{"name":"VarI4FromUI4","features":[359]},{"name":"VarI4FromUI8","features":[359]},{"name":"VarI8FromBool","features":[305,359]},{"name":"VarI8FromCy","features":[358,359]},{"name":"VarI8FromDate","features":[359]},{"name":"VarI8FromDec","features":[305,359]},{"name":"VarI8FromDisp","features":[358,359]},{"name":"VarI8FromI1","features":[359]},{"name":"VarI8FromI2","features":[359]},{"name":"VarI8FromR4","features":[359]},{"name":"VarI8FromR8","features":[359]},{"name":"VarI8FromStr","features":[359]},{"name":"VarI8FromUI1","features":[359]},{"name":"VarI8FromUI2","features":[359]},{"name":"VarI8FromUI4","features":[359]},{"name":"VarI8FromUI8","features":[359]},{"name":"VarIdiv","features":[305,358,359,360]},{"name":"VarImp","features":[305,358,359,360]},{"name":"VarInt","features":[305,358,359,360]},{"name":"VarMod","features":[305,358,359,360]},{"name":"VarMonthName","features":[359]},{"name":"VarMul","features":[305,358,359,360]},{"name":"VarNeg","features":[305,358,359,360]},{"name":"VarNot","features":[305,358,359,360]},{"name":"VarNumFromParseNum","features":[305,358,359,360]},{"name":"VarOr","features":[305,358,359,360]},{"name":"VarParseNumFromStr","features":[359]},{"name":"VarPow","features":[305,358,359,360]},{"name":"VarR4CmpR8","features":[359]},{"name":"VarR4FromBool","features":[305,359]},{"name":"VarR4FromCy","features":[358,359]},{"name":"VarR4FromDate","features":[359]},{"name":"VarR4FromDec","features":[305,359]},{"name":"VarR4FromDisp","features":[358,359]},{"name":"VarR4FromI1","features":[359]},{"name":"VarR4FromI2","features":[359]},{"name":"VarR4FromI4","features":[359]},{"name":"VarR4FromI8","features":[359]},{"name":"VarR4FromR8","features":[359]},{"name":"VarR4FromStr","features":[359]},{"name":"VarR4FromUI1","features":[359]},{"name":"VarR4FromUI2","features":[359]},{"name":"VarR4FromUI4","features":[359]},{"name":"VarR4FromUI8","features":[359]},{"name":"VarR8FromBool","features":[305,359]},{"name":"VarR8FromCy","features":[358,359]},{"name":"VarR8FromDate","features":[359]},{"name":"VarR8FromDec","features":[305,359]},{"name":"VarR8FromDisp","features":[358,359]},{"name":"VarR8FromI1","features":[359]},{"name":"VarR8FromI2","features":[359]},{"name":"VarR8FromI4","features":[359]},{"name":"VarR8FromI8","features":[359]},{"name":"VarR8FromR4","features":[359]},{"name":"VarR8FromStr","features":[359]},{"name":"VarR8FromUI1","features":[359]},{"name":"VarR8FromUI2","features":[359]},{"name":"VarR8FromUI4","features":[359]},{"name":"VarR8FromUI8","features":[359]},{"name":"VarR8Pow","features":[359]},{"name":"VarR8Round","features":[359]},{"name":"VarRound","features":[305,358,359,360]},{"name":"VarSub","features":[305,358,359,360]},{"name":"VarTokenizeFormatString","features":[359]},{"name":"VarUI1FromBool","features":[305,359]},{"name":"VarUI1FromCy","features":[358,359]},{"name":"VarUI1FromDate","features":[359]},{"name":"VarUI1FromDec","features":[305,359]},{"name":"VarUI1FromDisp","features":[358,359]},{"name":"VarUI1FromI1","features":[359]},{"name":"VarUI1FromI2","features":[359]},{"name":"VarUI1FromI4","features":[359]},{"name":"VarUI1FromI8","features":[359]},{"name":"VarUI1FromR4","features":[359]},{"name":"VarUI1FromR8","features":[359]},{"name":"VarUI1FromStr","features":[359]},{"name":"VarUI1FromUI2","features":[359]},{"name":"VarUI1FromUI4","features":[359]},{"name":"VarUI1FromUI8","features":[359]},{"name":"VarUI2FromBool","features":[305,359]},{"name":"VarUI2FromCy","features":[358,359]},{"name":"VarUI2FromDate","features":[359]},{"name":"VarUI2FromDec","features":[305,359]},{"name":"VarUI2FromDisp","features":[358,359]},{"name":"VarUI2FromI1","features":[359]},{"name":"VarUI2FromI2","features":[359]},{"name":"VarUI2FromI4","features":[359]},{"name":"VarUI2FromI8","features":[359]},{"name":"VarUI2FromR4","features":[359]},{"name":"VarUI2FromR8","features":[359]},{"name":"VarUI2FromStr","features":[359]},{"name":"VarUI2FromUI1","features":[359]},{"name":"VarUI2FromUI4","features":[359]},{"name":"VarUI2FromUI8","features":[359]},{"name":"VarUI4FromBool","features":[305,359]},{"name":"VarUI4FromCy","features":[358,359]},{"name":"VarUI4FromDate","features":[359]},{"name":"VarUI4FromDec","features":[305,359]},{"name":"VarUI4FromDisp","features":[358,359]},{"name":"VarUI4FromI1","features":[359]},{"name":"VarUI4FromI2","features":[359]},{"name":"VarUI4FromI4","features":[359]},{"name":"VarUI4FromI8","features":[359]},{"name":"VarUI4FromR4","features":[359]},{"name":"VarUI4FromR8","features":[359]},{"name":"VarUI4FromStr","features":[359]},{"name":"VarUI4FromUI1","features":[359]},{"name":"VarUI4FromUI2","features":[359]},{"name":"VarUI4FromUI8","features":[359]},{"name":"VarUI8FromBool","features":[305,359]},{"name":"VarUI8FromCy","features":[358,359]},{"name":"VarUI8FromDate","features":[359]},{"name":"VarUI8FromDec","features":[305,359]},{"name":"VarUI8FromDisp","features":[358,359]},{"name":"VarUI8FromI1","features":[359]},{"name":"VarUI8FromI2","features":[359]},{"name":"VarUI8FromI8","features":[359]},{"name":"VarUI8FromR4","features":[359]},{"name":"VarUI8FromR8","features":[359]},{"name":"VarUI8FromStr","features":[359]},{"name":"VarUI8FromUI1","features":[359]},{"name":"VarUI8FromUI2","features":[359]},{"name":"VarUI8FromUI4","features":[359]},{"name":"VarUdateFromDate","features":[305,359]},{"name":"VarWeekdayName","features":[359]},{"name":"VarXor","features":[305,358,359,360]},{"name":"VectorFromBstr","features":[358,359]},{"name":"WIN32","features":[359]},{"name":"WPCSETTING","features":[359]},{"name":"WPCSETTING_FILEDOWNLOAD_BLOCKED","features":[359]},{"name":"WPCSETTING_LOGGING_ENABLED","features":[359]},{"name":"XFORMCOORDS","features":[359]},{"name":"XFORMCOORDS_CONTAINERTOHIMETRIC","features":[359]},{"name":"XFORMCOORDS_EVENTCOMPAT","features":[359]},{"name":"XFORMCOORDS_HIMETRICTOCONTAINER","features":[359]},{"name":"XFORMCOORDS_POSITION","features":[359]},{"name":"XFORMCOORDS_SIZE","features":[359]},{"name":"_wireBRECORD","features":[359]},{"name":"_wireSAFEARRAY","features":[305,358,359]},{"name":"_wireVARIANT","features":[305,358,359]},{"name":"fdexEnumAll","features":[359]},{"name":"fdexEnumDefault","features":[359]},{"name":"fdexNameCaseInsensitive","features":[359]},{"name":"fdexNameCaseSensitive","features":[359]},{"name":"fdexNameEnsure","features":[359]},{"name":"fdexNameImplicit","features":[359]},{"name":"fdexNameInternal","features":[359]},{"name":"fdexNameNoDynamicProperties","features":[359]},{"name":"fdexPropCanCall","features":[359]},{"name":"fdexPropCanConstruct","features":[359]},{"name":"fdexPropCanGet","features":[359]},{"name":"fdexPropCanPut","features":[359]},{"name":"fdexPropCanPutRef","features":[359]},{"name":"fdexPropCanSourceEvents","features":[359]},{"name":"fdexPropCannotCall","features":[359]},{"name":"fdexPropCannotConstruct","features":[359]},{"name":"fdexPropCannotGet","features":[359]},{"name":"fdexPropCannotPut","features":[359]},{"name":"fdexPropCannotPutRef","features":[359]},{"name":"fdexPropCannotSourceEvents","features":[359]},{"name":"fdexPropDynamicType","features":[359]},{"name":"fdexPropNoSideEffects","features":[359]},{"name":"triChecked","features":[359]},{"name":"triGray","features":[359]},{"name":"triUnchecked","features":[359]}],"595":[{"name":"ARRAY_SEP_CHAR","features":[579]},{"name":"FACILITY_WPC","features":[579]},{"name":"IWPCGamesSettings","features":[579]},{"name":"IWPCProviderConfig","features":[579]},{"name":"IWPCProviderState","features":[579]},{"name":"IWPCProviderSupport","features":[579]},{"name":"IWPCSettings","features":[579]},{"name":"IWPCWebSettings","features":[579]},{"name":"IWindowsParentalControls","features":[579]},{"name":"IWindowsParentalControlsCore","features":[579]},{"name":"MSG_Event_AppBlocked","features":[579]},{"name":"MSG_Event_AppOverride","features":[579]},{"name":"MSG_Event_Application","features":[579]},{"name":"MSG_Event_ComputerUsage","features":[579]},{"name":"MSG_Event_ContentUsage","features":[579]},{"name":"MSG_Event_Custom","features":[579]},{"name":"MSG_Event_EmailContact","features":[579]},{"name":"MSG_Event_EmailReceived","features":[579]},{"name":"MSG_Event_EmailSent","features":[579]},{"name":"MSG_Event_FileDownload","features":[579]},{"name":"MSG_Event_GameStart","features":[579]},{"name":"MSG_Event_IMContact","features":[579]},{"name":"MSG_Event_IMFeature","features":[579]},{"name":"MSG_Event_IMInvitation","features":[579]},{"name":"MSG_Event_IMJoin","features":[579]},{"name":"MSG_Event_IMLeave","features":[579]},{"name":"MSG_Event_MediaPlayback","features":[579]},{"name":"MSG_Event_SettingChange","features":[579]},{"name":"MSG_Event_UrlVisit","features":[579]},{"name":"MSG_Event_WebOverride","features":[579]},{"name":"MSG_Event_WebsiteVisit","features":[579]},{"name":"MSG_Keyword_ThirdParty","features":[579]},{"name":"MSG_Keyword_WPC","features":[579]},{"name":"MSG_Opcode_Launch","features":[579]},{"name":"MSG_Opcode_Locate","features":[579]},{"name":"MSG_Opcode_Modify","features":[579]},{"name":"MSG_Opcode_System","features":[579]},{"name":"MSG_Opcode_Web","features":[579]},{"name":"MSG_Publisher_Name","features":[579]},{"name":"MSG_Task_AppBlocked","features":[579]},{"name":"MSG_Task_AppOverride","features":[579]},{"name":"MSG_Task_Application","features":[579]},{"name":"MSG_Task_ComputerUsage","features":[579]},{"name":"MSG_Task_ContentUsage","features":[579]},{"name":"MSG_Task_Custom","features":[579]},{"name":"MSG_Task_EmailContact","features":[579]},{"name":"MSG_Task_EmailReceived","features":[579]},{"name":"MSG_Task_EmailSent","features":[579]},{"name":"MSG_Task_FileDownload","features":[579]},{"name":"MSG_Task_GameStart","features":[579]},{"name":"MSG_Task_IMContact","features":[579]},{"name":"MSG_Task_IMFeature","features":[579]},{"name":"MSG_Task_IMInvitation","features":[579]},{"name":"MSG_Task_IMJoin","features":[579]},{"name":"MSG_Task_IMLeave","features":[579]},{"name":"MSG_Task_MediaPlayback","features":[579]},{"name":"MSG_Task_SettingChange","features":[579]},{"name":"MSG_Task_UrlVisit","features":[579]},{"name":"MSG_Task_WebOverride","features":[579]},{"name":"MSG_Task_WebsiteVisit","features":[579]},{"name":"WPCCHANNEL","features":[579]},{"name":"WPCEVENT_APPLICATION_value","features":[579]},{"name":"WPCEVENT_APPOVERRIDE_value","features":[579]},{"name":"WPCEVENT_COMPUTERUSAGE_value","features":[579]},{"name":"WPCEVENT_CONTENTUSAGE_value","features":[579]},{"name":"WPCEVENT_CUSTOM_value","features":[579]},{"name":"WPCEVENT_EMAIL_CONTACT_value","features":[579]},{"name":"WPCEVENT_EMAIL_RECEIVED_value","features":[579]},{"name":"WPCEVENT_EMAIL_SENT_value","features":[579]},{"name":"WPCEVENT_GAME_START_value","features":[579]},{"name":"WPCEVENT_IM_CONTACT_value","features":[579]},{"name":"WPCEVENT_IM_FEATURE_value","features":[579]},{"name":"WPCEVENT_IM_INVITATION_value","features":[579]},{"name":"WPCEVENT_IM_JOIN_value","features":[579]},{"name":"WPCEVENT_IM_LEAVE_value","features":[579]},{"name":"WPCEVENT_MEDIA_PLAYBACK_value","features":[579]},{"name":"WPCEVENT_SYSTEM_APPBLOCKED_value","features":[579]},{"name":"WPCEVENT_SYS_SETTINGCHANGE_value","features":[579]},{"name":"WPCEVENT_WEBOVERRIDE_value","features":[579]},{"name":"WPCEVENT_WEB_FILEDOWNLOAD_value","features":[579]},{"name":"WPCEVENT_WEB_URLVISIT_value","features":[579]},{"name":"WPCEVENT_WEB_WEBSITEVISIT_value","features":[579]},{"name":"WPCFLAG_APPLICATION","features":[579]},{"name":"WPCFLAG_APPS_RESTRICTED","features":[579]},{"name":"WPCFLAG_GAMES_BLOCKED","features":[579]},{"name":"WPCFLAG_GAMES_RESTRICTED","features":[579]},{"name":"WPCFLAG_HOURS_RESTRICTED","features":[579]},{"name":"WPCFLAG_IM_FEATURE","features":[579]},{"name":"WPCFLAG_IM_FEATURE_ALL","features":[579]},{"name":"WPCFLAG_IM_FEATURE_AUDIO","features":[579]},{"name":"WPCFLAG_IM_FEATURE_FILESWAP","features":[579]},{"name":"WPCFLAG_IM_FEATURE_GAME","features":[579]},{"name":"WPCFLAG_IM_FEATURE_NONE","features":[579]},{"name":"WPCFLAG_IM_FEATURE_SENDING","features":[579]},{"name":"WPCFLAG_IM_FEATURE_SMS","features":[579]},{"name":"WPCFLAG_IM_FEATURE_URLSWAP","features":[579]},{"name":"WPCFLAG_IM_FEATURE_VIDEO","features":[579]},{"name":"WPCFLAG_IM_LEAVE","features":[579]},{"name":"WPCFLAG_IM_LEAVE_CONVERSATION_END","features":[579]},{"name":"WPCFLAG_IM_LEAVE_FORCED","features":[579]},{"name":"WPCFLAG_IM_LEAVE_NORMAL","features":[579]},{"name":"WPCFLAG_ISBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_ATTACHMENTBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_BADPASS","features":[579]},{"name":"WPCFLAG_ISBLOCKED_CATEGORYBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_CATEGORYNOTINLIST","features":[579]},{"name":"WPCFLAG_ISBLOCKED_CONTACTBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_DESCRIPTORBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_DOWNLOADBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_EMAILBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_EXPLICITBLOCK","features":[579]},{"name":"WPCFLAG_ISBLOCKED_FEATUREBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_GAMESBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_IMBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_INTERNALERROR","features":[579]},{"name":"WPCFLAG_ISBLOCKED_MAXHOURS","features":[579]},{"name":"WPCFLAG_ISBLOCKED_MEDIAPLAYBACKBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_NOACCESS","features":[579]},{"name":"WPCFLAG_ISBLOCKED_NOTBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_NOTEXPLICITLYALLOWED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_NOTINLIST","features":[579]},{"name":"WPCFLAG_ISBLOCKED_NOTKIDS","features":[579]},{"name":"WPCFLAG_ISBLOCKED_RATINGBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_RECEIVERBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_SENDERBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_SETTINGSCHANGEBLOCKED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_SPECHOURS","features":[579]},{"name":"WPCFLAG_ISBLOCKED_UNRATED","features":[579]},{"name":"WPCFLAG_ISBLOCKED_WEBBLOCKED","features":[579]},{"name":"WPCFLAG_LOGGING_REQUIRED","features":[579]},{"name":"WPCFLAG_LOGOFF_TYPE","features":[579]},{"name":"WPCFLAG_LOGOFF_TYPE_FORCEDFUS","features":[579]},{"name":"WPCFLAG_LOGOFF_TYPE_FUS","features":[579]},{"name":"WPCFLAG_LOGOFF_TYPE_LOGOUT","features":[579]},{"name":"WPCFLAG_LOGOFF_TYPE_RESTART","features":[579]},{"name":"WPCFLAG_LOGOFF_TYPE_SHUTDOWN","features":[579]},{"name":"WPCFLAG_NO_RESTRICTION","features":[579]},{"name":"WPCFLAG_OVERRIDE","features":[579]},{"name":"WPCFLAG_RESTRICTION","features":[579]},{"name":"WPCFLAG_TIME_ALLOWANCE_RESTRICTED","features":[579]},{"name":"WPCFLAG_VISIBILITY","features":[579]},{"name":"WPCFLAG_WEB_FILTERED","features":[579]},{"name":"WPCFLAG_WEB_SETTING","features":[579]},{"name":"WPCFLAG_WEB_SETTING_DOWNLOADSBLOCKED","features":[579]},{"name":"WPCFLAG_WEB_SETTING_NOTBLOCKED","features":[579]},{"name":"WPCFLAG_WPC_HIDDEN","features":[579]},{"name":"WPCFLAG_WPC_VISIBLE","features":[579]},{"name":"WPCPROV","features":[579]},{"name":"WPCPROV_KEYWORD_ThirdParty","features":[579]},{"name":"WPCPROV_KEYWORD_WPC","features":[579]},{"name":"WPCPROV_TASK_AppBlocked","features":[579]},{"name":"WPCPROV_TASK_AppOverride","features":[579]},{"name":"WPCPROV_TASK_Application","features":[579]},{"name":"WPCPROV_TASK_ComputerUsage","features":[579]},{"name":"WPCPROV_TASK_ContentUsage","features":[579]},{"name":"WPCPROV_TASK_Custom","features":[579]},{"name":"WPCPROV_TASK_EmailContact","features":[579]},{"name":"WPCPROV_TASK_EmailReceived","features":[579]},{"name":"WPCPROV_TASK_EmailSent","features":[579]},{"name":"WPCPROV_TASK_FileDownload","features":[579]},{"name":"WPCPROV_TASK_GameStart","features":[579]},{"name":"WPCPROV_TASK_IMContact","features":[579]},{"name":"WPCPROV_TASK_IMFeature","features":[579]},{"name":"WPCPROV_TASK_IMInvitation","features":[579]},{"name":"WPCPROV_TASK_IMJoin","features":[579]},{"name":"WPCPROV_TASK_IMLeave","features":[579]},{"name":"WPCPROV_TASK_MediaPlayback","features":[579]},{"name":"WPCPROV_TASK_SettingChange","features":[579]},{"name":"WPCPROV_TASK_UrlVisit","features":[579]},{"name":"WPCPROV_TASK_WebOverride","features":[579]},{"name":"WPCPROV_TASK_WebsiteVisit","features":[579]},{"name":"WPC_APP_LAUNCH","features":[579]},{"name":"WPC_ARGS_APPLICATIONEVENT","features":[579]},{"name":"WPC_ARGS_APPLICATIONEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_APPLICATIONEVENT_CREATIONTIME","features":[579]},{"name":"WPC_ARGS_APPLICATIONEVENT_DECISION","features":[579]},{"name":"WPC_ARGS_APPLICATIONEVENT_PROCESSID","features":[579]},{"name":"WPC_ARGS_APPLICATIONEVENT_SERIALIZEDAPPLICATION","features":[579]},{"name":"WPC_ARGS_APPLICATIONEVENT_TIMEUSED","features":[579]},{"name":"WPC_ARGS_APPOVERRIDEEVENT","features":[579]},{"name":"WPC_ARGS_APPOVERRIDEEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_APPOVERRIDEEVENT_PATH","features":[579]},{"name":"WPC_ARGS_APPOVERRIDEEVENT_REASON","features":[579]},{"name":"WPC_ARGS_APPOVERRIDEEVENT_USERID","features":[579]},{"name":"WPC_ARGS_COMPUTERUSAGEEVENT","features":[579]},{"name":"WPC_ARGS_COMPUTERUSAGEEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_COMPUTERUSAGEEVENT_ID","features":[579]},{"name":"WPC_ARGS_COMPUTERUSAGEEVENT_TIMEUSED","features":[579]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT","features":[579]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_CATEGORY","features":[579]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_CONTENTPROVIDERID","features":[579]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_CONTENTPROVIDERTITLE","features":[579]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_DECISION","features":[579]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_ID","features":[579]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_RATINGS","features":[579]},{"name":"WPC_ARGS_CONTENTUSAGEEVENT_TITLE","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_ACCOUNTNAME","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_CONVID","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_REASON","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_RECIPCOUNT","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_RECIPIENT","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_REQUESTINGIP","features":[579]},{"name":"WPC_ARGS_CONVERSATIONINITEVENT_SENDER","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_ACCOUNTNAME","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_CONVID","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_JOININGIP","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_JOININGUSER","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_MEMBER","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_MEMBERCOUNT","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_REASON","features":[579]},{"name":"WPC_ARGS_CONVERSATIONJOINEVENT_SENDER","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_ACCOUNTNAME","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_CONVID","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_FLAGS","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_LEAVINGIP","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_LEAVINGUSER","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_MEMBER","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_MEMBERCOUNT","features":[579]},{"name":"WPC_ARGS_CONVERSATIONLEAVEEVENT_REASON","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT_BLOCKED","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT_EVENT","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT_PUBLISHER","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT_REASON","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT_VALUE1","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT_VALUE2","features":[579]},{"name":"WPC_ARGS_CUSTOMEVENT_VALUE3","features":[579]},{"name":"WPC_ARGS_EMAILCONTACTEVENT","features":[579]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_EMAILACCOUNT","features":[579]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_NEWID","features":[579]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_NEWNAME","features":[579]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_OLDID","features":[579]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_OLDNAME","features":[579]},{"name":"WPC_ARGS_EMAILCONTACTEVENT_REASON","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_ATTACHCOUNT","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_ATTACHMENTNAME","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_EMAILACCOUNT","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_REASON","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_RECEIVEDTIME","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_RECIPCOUNT","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_RECIPIENT","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_SENDER","features":[579]},{"name":"WPC_ARGS_EMAILRECEIEVEDEVENT_SUBJECT","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_ATTACHCOUNT","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_ATTACHMENTNAME","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_EMAILACCOUNT","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_REASON","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_RECIPCOUNT","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_RECIPIENT","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_SENDER","features":[579]},{"name":"WPC_ARGS_EMAILSENTEVENT_SUBJECT","features":[579]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT","features":[579]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_BLOCKED","features":[579]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_PATH","features":[579]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_URL","features":[579]},{"name":"WPC_ARGS_FILEDOWNLOADEVENT_VERSION","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_APPID","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_DESCCOUNT","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_DESCRIPTOR","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_INSTANCEID","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_PATH","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_PID","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_RATING","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_RATINGSYSTEM","features":[579]},{"name":"WPC_ARGS_GAMESTARTEVENT_REASON","features":[579]},{"name":"WPC_ARGS_IMCONTACTEVENT","features":[579]},{"name":"WPC_ARGS_IMCONTACTEVENT_ACCOUNTNAME","features":[579]},{"name":"WPC_ARGS_IMCONTACTEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_IMCONTACTEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_IMCONTACTEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_IMCONTACTEVENT_NEWID","features":[579]},{"name":"WPC_ARGS_IMCONTACTEVENT_NEWNAME","features":[579]},{"name":"WPC_ARGS_IMCONTACTEVENT_OLDID","features":[579]},{"name":"WPC_ARGS_IMCONTACTEVENT_OLDNAME","features":[579]},{"name":"WPC_ARGS_IMCONTACTEVENT_REASON","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_ACCOUNTNAME","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_CONVID","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_DATA","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_MEDIATYPE","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_REASON","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_RECIPCOUNT","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_RECIPIENT","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_SENDER","features":[579]},{"name":"WPC_ARGS_IMFEATUREEVENT_SENDERIP","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_ALBUM","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_EXPLICIT","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_MEDIATYPE","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_PATH","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_PML","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_REASON","features":[579]},{"name":"WPC_ARGS_MEDIADOWNLOADEVENT_TITLE","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_ALBUM","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_APPVERSION","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_EXPLICIT","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_MEDIATYPE","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_PATH","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_PML","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_REASON","features":[579]},{"name":"WPC_ARGS_MEDIAPLAYBACKEVENT_TITLE","features":[579]},{"name":"WPC_ARGS_SAFERAPPBLOCKED","features":[579]},{"name":"WPC_ARGS_SAFERAPPBLOCKED_CARGS","features":[579]},{"name":"WPC_ARGS_SAFERAPPBLOCKED_PATH","features":[579]},{"name":"WPC_ARGS_SAFERAPPBLOCKED_RULEID","features":[579]},{"name":"WPC_ARGS_SAFERAPPBLOCKED_TIMESTAMP","features":[579]},{"name":"WPC_ARGS_SAFERAPPBLOCKED_USERID","features":[579]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT","features":[579]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_CLASS","features":[579]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_NEWVAL","features":[579]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_OLDVAL","features":[579]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_OPTIONAL","features":[579]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_OWNER","features":[579]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_REASON","features":[579]},{"name":"WPC_ARGS_SETTINGSCHANGEEVENT_SETTING","features":[579]},{"name":"WPC_ARGS_URLVISITEVENT","features":[579]},{"name":"WPC_ARGS_URLVISITEVENT_APPNAME","features":[579]},{"name":"WPC_ARGS_URLVISITEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_URLVISITEVENT_CATCOUNT","features":[579]},{"name":"WPC_ARGS_URLVISITEVENT_CATEGORY","features":[579]},{"name":"WPC_ARGS_URLVISITEVENT_RATINGSYSTEMID","features":[579]},{"name":"WPC_ARGS_URLVISITEVENT_REASON","features":[579]},{"name":"WPC_ARGS_URLVISITEVENT_URL","features":[579]},{"name":"WPC_ARGS_URLVISITEVENT_VERSION","features":[579]},{"name":"WPC_ARGS_WEBOVERRIDEEVENT","features":[579]},{"name":"WPC_ARGS_WEBOVERRIDEEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_WEBOVERRIDEEVENT_REASON","features":[579]},{"name":"WPC_ARGS_WEBOVERRIDEEVENT_URL","features":[579]},{"name":"WPC_ARGS_WEBOVERRIDEEVENT_USERID","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_BLOCKEDCATEGORIES","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_CARGS","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_CATEGORIES","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_CONTENTTYPE","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_DECISION","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_REFERRER","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_SERIALIZEDAPPLICATION","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_TELEMETRY","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_TITLE","features":[579]},{"name":"WPC_ARGS_WEBSITEVISITEVENT_URL","features":[579]},{"name":"WPC_MEDIA_EXPLICIT","features":[579]},{"name":"WPC_MEDIA_EXPLICIT_FALSE","features":[579]},{"name":"WPC_MEDIA_EXPLICIT_TRUE","features":[579]},{"name":"WPC_MEDIA_EXPLICIT_UNKNOWN","features":[579]},{"name":"WPC_MEDIA_TYPE","features":[579]},{"name":"WPC_MEDIA_TYPE_AUDIO_FILE","features":[579]},{"name":"WPC_MEDIA_TYPE_CD_AUDIO","features":[579]},{"name":"WPC_MEDIA_TYPE_DVD","features":[579]},{"name":"WPC_MEDIA_TYPE_MAX","features":[579]},{"name":"WPC_MEDIA_TYPE_OTHER","features":[579]},{"name":"WPC_MEDIA_TYPE_PICTURE_FILE","features":[579]},{"name":"WPC_MEDIA_TYPE_RECORDED_TV","features":[579]},{"name":"WPC_MEDIA_TYPE_VIDEO_FILE","features":[579]},{"name":"WPC_SETTINGS","features":[579]},{"name":"WPC_SETTINGS_ALLOW_BLOCK","features":[579]},{"name":"WPC_SETTINGS_GAME_ALLOW_UNRATED","features":[579]},{"name":"WPC_SETTINGS_GAME_BLOCKED","features":[579]},{"name":"WPC_SETTINGS_GAME_DENIED_DESCRIPTORS","features":[579]},{"name":"WPC_SETTINGS_GAME_MAX_ALLOWED","features":[579]},{"name":"WPC_SETTINGS_GAME_RESTRICTED","features":[579]},{"name":"WPC_SETTINGS_LOCATE","features":[579]},{"name":"WPC_SETTINGS_MODIFY","features":[579]},{"name":"WPC_SETTINGS_RATING_SYSTEM_PATH","features":[579]},{"name":"WPC_SETTINGS_SYSTEM_CURRENT_RATING_SYSTEM","features":[579]},{"name":"WPC_SETTINGS_SYSTEM_FILTER_ID","features":[579]},{"name":"WPC_SETTINGS_SYSTEM_FILTER_NAME","features":[579]},{"name":"WPC_SETTINGS_SYSTEM_HTTP_EXEMPTION_LIST","features":[579]},{"name":"WPC_SETTINGS_SYSTEM_LAST_LOG_VIEW","features":[579]},{"name":"WPC_SETTINGS_SYSTEM_LOCALE","features":[579]},{"name":"WPC_SETTINGS_SYSTEM_LOG_VIEW_REMINDER_INTERVAL","features":[579]},{"name":"WPC_SETTINGS_SYSTEM_URL_EXEMPTION_LIST","features":[579]},{"name":"WPC_SETTINGS_USER_APP_RESTRICTIONS","features":[579]},{"name":"WPC_SETTINGS_USER_HOURLY_RESTRICTIONS","features":[579]},{"name":"WPC_SETTINGS_USER_LOGGING_REQUIRED","features":[579]},{"name":"WPC_SETTINGS_USER_LOGON_HOURS","features":[579]},{"name":"WPC_SETTINGS_USER_OVERRRIDE_REQUESTS","features":[579]},{"name":"WPC_SETTINGS_USER_TIME_ALLOWANCE","features":[579]},{"name":"WPC_SETTINGS_USER_TIME_ALLOWANCE_RESTRICTIONS","features":[579]},{"name":"WPC_SETTINGS_USER_WPC_ENABLED","features":[579]},{"name":"WPC_SETTINGS_WEB_BLOCKED_CATEGORY_LIST","features":[579]},{"name":"WPC_SETTINGS_WEB_BLOCK_UNRATED","features":[579]},{"name":"WPC_SETTINGS_WEB_DOWNLOAD_BLOCKED","features":[579]},{"name":"WPC_SETTINGS_WEB_FILTER_LEVEL","features":[579]},{"name":"WPC_SETTINGS_WEB_FILTER_ON","features":[579]},{"name":"WPC_SETTINGS_WPC_ENABLED","features":[579]},{"name":"WPC_SETTINGS_WPC_EXTENSION_DISABLEDIMAGE_PATH","features":[579]},{"name":"WPC_SETTINGS_WPC_EXTENSION_IMAGE_PATH","features":[579]},{"name":"WPC_SETTINGS_WPC_EXTENSION_NAME","features":[579]},{"name":"WPC_SETTINGS_WPC_EXTENSION_PATH","features":[579]},{"name":"WPC_SETTINGS_WPC_EXTENSION_SILO","features":[579]},{"name":"WPC_SETTINGS_WPC_EXTENSION_SUB_TITLE","features":[579]},{"name":"WPC_SETTINGS_WPC_LOGGING_REQUIRED","features":[579]},{"name":"WPC_SETTINGS_WPC_PROVIDER_CURRENT","features":[579]},{"name":"WPC_SETTING_COUNT","features":[579]},{"name":"WPC_SYSTEM","features":[579]},{"name":"WPC_WEB","features":[579]},{"name":"WindowsParentalControls","features":[579]},{"name":"WpcProviderSupport","features":[579]},{"name":"WpcSettingsProvider","features":[579]}],"596":[{"name":"CYPHER_BLOCK","features":[488]},{"name":"ENCRYPTED_LM_OWF_PASSWORD","features":[488]},{"name":"LM_OWF_PASSWORD","features":[488]},{"name":"MSChapSrvChangePassword","features":[305,488]},{"name":"MSChapSrvChangePassword2","features":[305,488]},{"name":"SAMPR_ENCRYPTED_USER_PASSWORD","features":[488]}],"597":[{"name":"AppearPropPage","features":[580]},{"name":"AutoPathFormat","features":[580]},{"name":"BackupPerfRegistryToFileW","features":[580]},{"name":"BootTraceSession","features":[580]},{"name":"BootTraceSessionCollection","features":[580]},{"name":"ClockType","features":[580]},{"name":"CommitMode","features":[580]},{"name":"CounterItem","features":[580]},{"name":"CounterItem2","features":[580]},{"name":"CounterPathCallBack","features":[580]},{"name":"CounterPropPage","features":[580]},{"name":"Counters","features":[580]},{"name":"DATA_SOURCE_REGISTRY","features":[580]},{"name":"DATA_SOURCE_WBEM","features":[580]},{"name":"DICounterItem","features":[358,580]},{"name":"DIID_DICounterItem","features":[580]},{"name":"DIID_DILogFileItem","features":[580]},{"name":"DIID_DISystemMonitor","features":[580]},{"name":"DIID_DISystemMonitorEvents","features":[580]},{"name":"DIID_DISystemMonitorInternal","features":[580]},{"name":"DILogFileItem","features":[358,580]},{"name":"DISystemMonitor","features":[358,580]},{"name":"DISystemMonitorEvents","features":[358,580]},{"name":"DISystemMonitorInternal","features":[358,580]},{"name":"DataCollectorSet","features":[580]},{"name":"DataCollectorSetCollection","features":[580]},{"name":"DataCollectorSetStatus","features":[580]},{"name":"DataCollectorType","features":[580]},{"name":"DataManagerSteps","features":[580]},{"name":"DataSourceTypeConstants","features":[580]},{"name":"DisplayTypeConstants","features":[580]},{"name":"FileFormat","features":[580]},{"name":"FolderActionSteps","features":[580]},{"name":"GeneralPropPage","features":[580]},{"name":"GraphPropPage","features":[580]},{"name":"H_WBEM_DATASOURCE","features":[580]},{"name":"IAlertDataCollector","features":[358,580]},{"name":"IApiTracingDataCollector","features":[358,580]},{"name":"IConfigurationDataCollector","features":[358,580]},{"name":"ICounterItem","features":[580]},{"name":"ICounterItem2","features":[580]},{"name":"ICounters","features":[358,580]},{"name":"IDataCollector","features":[358,580]},{"name":"IDataCollectorCollection","features":[358,580]},{"name":"IDataCollectorSet","features":[358,580]},{"name":"IDataCollectorSetCollection","features":[358,580]},{"name":"IDataManager","features":[358,580]},{"name":"IFolderAction","features":[358,580]},{"name":"IFolderActionCollection","features":[358,580]},{"name":"ILogFileItem","features":[580]},{"name":"ILogFiles","features":[358,580]},{"name":"IPerformanceCounterDataCollector","features":[358,580]},{"name":"ISchedule","features":[358,580]},{"name":"IScheduleCollection","features":[358,580]},{"name":"ISystemMonitor","features":[580]},{"name":"ISystemMonitor2","features":[580]},{"name":"ISystemMonitorEvents","features":[580]},{"name":"ITraceDataCollector","features":[358,580]},{"name":"ITraceDataProvider","features":[358,580]},{"name":"ITraceDataProviderCollection","features":[358,580]},{"name":"IValueMap","features":[358,580]},{"name":"IValueMapItem","features":[358,580]},{"name":"InstallPerfDllA","features":[580]},{"name":"InstallPerfDllW","features":[580]},{"name":"LIBID_SystemMonitor","features":[580]},{"name":"LegacyDataCollectorSet","features":[580]},{"name":"LegacyDataCollectorSetCollection","features":[580]},{"name":"LegacyTraceSession","features":[580]},{"name":"LegacyTraceSessionCollection","features":[580]},{"name":"LoadPerfCounterTextStringsA","features":[305,580]},{"name":"LoadPerfCounterTextStringsW","features":[305,580]},{"name":"LogFileItem","features":[580]},{"name":"LogFiles","features":[580]},{"name":"MAX_COUNTER_PATH","features":[580]},{"name":"MAX_PERF_OBJECTS_IN_QUERY_FUNCTION","features":[580]},{"name":"PDH_ACCESS_DENIED","features":[580]},{"name":"PDH_ASYNC_QUERY_TIMEOUT","features":[580]},{"name":"PDH_BINARY_LOG_CORRUPT","features":[580]},{"name":"PDH_BROWSE_DLG_CONFIG_A","features":[305,580]},{"name":"PDH_BROWSE_DLG_CONFIG_HA","features":[305,580]},{"name":"PDH_BROWSE_DLG_CONFIG_HW","features":[305,580]},{"name":"PDH_BROWSE_DLG_CONFIG_W","features":[305,580]},{"name":"PDH_CALC_NEGATIVE_DENOMINATOR","features":[580]},{"name":"PDH_CALC_NEGATIVE_TIMEBASE","features":[580]},{"name":"PDH_CALC_NEGATIVE_VALUE","features":[580]},{"name":"PDH_CANNOT_CONNECT_MACHINE","features":[580]},{"name":"PDH_CANNOT_CONNECT_WMI_SERVER","features":[580]},{"name":"PDH_CANNOT_READ_NAME_STRINGS","features":[580]},{"name":"PDH_CANNOT_SET_DEFAULT_REALTIME_DATASOURCE","features":[580]},{"name":"PDH_COUNTER_ALREADY_IN_QUERY","features":[580]},{"name":"PDH_COUNTER_INFO_A","features":[580]},{"name":"PDH_COUNTER_INFO_W","features":[580]},{"name":"PDH_COUNTER_PATH_ELEMENTS_A","features":[580]},{"name":"PDH_COUNTER_PATH_ELEMENTS_W","features":[580]},{"name":"PDH_CSTATUS_BAD_COUNTERNAME","features":[580]},{"name":"PDH_CSTATUS_INVALID_DATA","features":[580]},{"name":"PDH_CSTATUS_ITEM_NOT_VALIDATED","features":[580]},{"name":"PDH_CSTATUS_NEW_DATA","features":[580]},{"name":"PDH_CSTATUS_NO_COUNTER","features":[580]},{"name":"PDH_CSTATUS_NO_COUNTERNAME","features":[580]},{"name":"PDH_CSTATUS_NO_INSTANCE","features":[580]},{"name":"PDH_CSTATUS_NO_MACHINE","features":[580]},{"name":"PDH_CSTATUS_NO_OBJECT","features":[580]},{"name":"PDH_CSTATUS_VALID_DATA","features":[580]},{"name":"PDH_CVERSION_WIN50","features":[580]},{"name":"PDH_DATA_ITEM_PATH_ELEMENTS_A","features":[580]},{"name":"PDH_DATA_ITEM_PATH_ELEMENTS_W","features":[580]},{"name":"PDH_DATA_SOURCE_IS_LOG_FILE","features":[580]},{"name":"PDH_DATA_SOURCE_IS_REAL_TIME","features":[580]},{"name":"PDH_DIALOG_CANCELLED","features":[580]},{"name":"PDH_DLL_VERSION","features":[580]},{"name":"PDH_END_OF_LOG_FILE","features":[580]},{"name":"PDH_ENTRY_NOT_IN_LOG_FILE","features":[580]},{"name":"PDH_FILE_ALREADY_EXISTS","features":[580]},{"name":"PDH_FILE_NOT_FOUND","features":[580]},{"name":"PDH_FLAGS_FILE_BROWSER_ONLY","features":[580]},{"name":"PDH_FLAGS_NONE","features":[580]},{"name":"PDH_FMT","features":[580]},{"name":"PDH_FMT_COUNTERVALUE","features":[580]},{"name":"PDH_FMT_COUNTERVALUE_ITEM_A","features":[580]},{"name":"PDH_FMT_COUNTERVALUE_ITEM_W","features":[580]},{"name":"PDH_FMT_DOUBLE","features":[580]},{"name":"PDH_FMT_LARGE","features":[580]},{"name":"PDH_FMT_LONG","features":[580]},{"name":"PDH_FUNCTION_NOT_FOUND","features":[580]},{"name":"PDH_HCOUNTER","features":[580]},{"name":"PDH_HLOG","features":[580]},{"name":"PDH_HQUERY","features":[580]},{"name":"PDH_INCORRECT_APPEND_TIME","features":[580]},{"name":"PDH_INSUFFICIENT_BUFFER","features":[580]},{"name":"PDH_INVALID_ARGUMENT","features":[580]},{"name":"PDH_INVALID_BUFFER","features":[580]},{"name":"PDH_INVALID_DATA","features":[580]},{"name":"PDH_INVALID_DATASOURCE","features":[580]},{"name":"PDH_INVALID_HANDLE","features":[580]},{"name":"PDH_INVALID_INSTANCE","features":[580]},{"name":"PDH_INVALID_PATH","features":[580]},{"name":"PDH_INVALID_SQLDB","features":[580]},{"name":"PDH_INVALID_SQL_LOG_FORMAT","features":[580]},{"name":"PDH_LOG","features":[580]},{"name":"PDH_LOGSVC_NOT_OPENED","features":[580]},{"name":"PDH_LOGSVC_QUERY_NOT_FOUND","features":[580]},{"name":"PDH_LOG_FILE_CREATE_ERROR","features":[580]},{"name":"PDH_LOG_FILE_OPEN_ERROR","features":[580]},{"name":"PDH_LOG_FILE_TOO_SMALL","features":[580]},{"name":"PDH_LOG_READ_ACCESS","features":[580]},{"name":"PDH_LOG_SAMPLE_TOO_SMALL","features":[580]},{"name":"PDH_LOG_SERVICE_QUERY_INFO_A","features":[305,580]},{"name":"PDH_LOG_SERVICE_QUERY_INFO_W","features":[305,580]},{"name":"PDH_LOG_TYPE","features":[580]},{"name":"PDH_LOG_TYPE_BINARY","features":[580]},{"name":"PDH_LOG_TYPE_CSV","features":[580]},{"name":"PDH_LOG_TYPE_NOT_FOUND","features":[580]},{"name":"PDH_LOG_TYPE_PERFMON","features":[580]},{"name":"PDH_LOG_TYPE_RETIRED_BIN","features":[580]},{"name":"PDH_LOG_TYPE_SQL","features":[580]},{"name":"PDH_LOG_TYPE_TRACE_GENERIC","features":[580]},{"name":"PDH_LOG_TYPE_TRACE_KERNEL","features":[580]},{"name":"PDH_LOG_TYPE_TSV","features":[580]},{"name":"PDH_LOG_TYPE_UNDEFINED","features":[580]},{"name":"PDH_LOG_UPDATE_ACCESS","features":[580]},{"name":"PDH_LOG_WRITE_ACCESS","features":[580]},{"name":"PDH_MAX_COUNTER_NAME","features":[580]},{"name":"PDH_MAX_COUNTER_PATH","features":[580]},{"name":"PDH_MAX_DATASOURCE_PATH","features":[580]},{"name":"PDH_MAX_INSTANCE_NAME","features":[580]},{"name":"PDH_MAX_SCALE","features":[580]},{"name":"PDH_MEMORY_ALLOCATION_FAILURE","features":[580]},{"name":"PDH_MIN_SCALE","features":[580]},{"name":"PDH_MORE_DATA","features":[580]},{"name":"PDH_NOEXPANDCOUNTERS","features":[580]},{"name":"PDH_NOEXPANDINSTANCES","features":[580]},{"name":"PDH_NOT_IMPLEMENTED","features":[580]},{"name":"PDH_NO_COUNTERS","features":[580]},{"name":"PDH_NO_DATA","features":[580]},{"name":"PDH_NO_DIALOG_DATA","features":[580]},{"name":"PDH_NO_MORE_DATA","features":[580]},{"name":"PDH_OS_EARLIER_VERSION","features":[580]},{"name":"PDH_OS_LATER_VERSION","features":[580]},{"name":"PDH_PATH_FLAGS","features":[580]},{"name":"PDH_PATH_WBEM_INPUT","features":[580]},{"name":"PDH_PATH_WBEM_NONE","features":[580]},{"name":"PDH_PATH_WBEM_RESULT","features":[580]},{"name":"PDH_PLA_COLLECTION_ALREADY_RUNNING","features":[580]},{"name":"PDH_PLA_COLLECTION_NOT_FOUND","features":[580]},{"name":"PDH_PLA_ERROR_ALREADY_EXISTS","features":[580]},{"name":"PDH_PLA_ERROR_FILEPATH","features":[580]},{"name":"PDH_PLA_ERROR_NAME_TOO_LONG","features":[580]},{"name":"PDH_PLA_ERROR_NOSTART","features":[580]},{"name":"PDH_PLA_ERROR_SCHEDULE_ELAPSED","features":[580]},{"name":"PDH_PLA_ERROR_SCHEDULE_OVERLAP","features":[580]},{"name":"PDH_PLA_ERROR_TYPE_MISMATCH","features":[580]},{"name":"PDH_PLA_SERVICE_ERROR","features":[580]},{"name":"PDH_PLA_VALIDATION_ERROR","features":[580]},{"name":"PDH_PLA_VALIDATION_WARNING","features":[580]},{"name":"PDH_QUERY_PERF_DATA_TIMEOUT","features":[580]},{"name":"PDH_RAW_COUNTER","features":[305,580]},{"name":"PDH_RAW_COUNTER_ITEM_A","features":[305,580]},{"name":"PDH_RAW_COUNTER_ITEM_W","features":[305,580]},{"name":"PDH_RAW_LOG_RECORD","features":[580]},{"name":"PDH_REFRESHCOUNTERS","features":[580]},{"name":"PDH_RETRY","features":[580]},{"name":"PDH_SELECT_DATA_SOURCE_FLAGS","features":[580]},{"name":"PDH_SQL_ALLOCCON_FAILED","features":[580]},{"name":"PDH_SQL_ALLOC_FAILED","features":[580]},{"name":"PDH_SQL_ALTER_DETAIL_FAILED","features":[580]},{"name":"PDH_SQL_BIND_FAILED","features":[580]},{"name":"PDH_SQL_CONNECT_FAILED","features":[580]},{"name":"PDH_SQL_EXEC_DIRECT_FAILED","features":[580]},{"name":"PDH_SQL_FETCH_FAILED","features":[580]},{"name":"PDH_SQL_MORE_RESULTS_FAILED","features":[580]},{"name":"PDH_SQL_ROWCOUNT_FAILED","features":[580]},{"name":"PDH_STATISTICS","features":[580]},{"name":"PDH_STRING_NOT_FOUND","features":[580]},{"name":"PDH_TIME_INFO","features":[580]},{"name":"PDH_UNABLE_MAP_NAME_FILES","features":[580]},{"name":"PDH_UNABLE_READ_LOG_HEADER","features":[580]},{"name":"PDH_UNKNOWN_LOGSVC_COMMAND","features":[580]},{"name":"PDH_UNKNOWN_LOG_FORMAT","features":[580]},{"name":"PDH_UNMATCHED_APPEND_COUNTER","features":[580]},{"name":"PDH_VERSION","features":[580]},{"name":"PDH_WBEM_ERROR","features":[580]},{"name":"PERFLIBREQUEST","features":[580]},{"name":"PERF_ADD_COUNTER","features":[580]},{"name":"PERF_AGGREGATE_AVG","features":[580]},{"name":"PERF_AGGREGATE_INSTANCE","features":[580]},{"name":"PERF_AGGREGATE_MAX","features":[580]},{"name":"PERF_AGGREGATE_MIN","features":[580]},{"name":"PERF_AGGREGATE_TOTAL","features":[580]},{"name":"PERF_AGGREGATE_UNDEFINED","features":[580]},{"name":"PERF_ATTRIB_BY_REFERENCE","features":[580]},{"name":"PERF_ATTRIB_DISPLAY_AS_HEX","features":[580]},{"name":"PERF_ATTRIB_DISPLAY_AS_REAL","features":[580]},{"name":"PERF_ATTRIB_NO_DISPLAYABLE","features":[580]},{"name":"PERF_ATTRIB_NO_GROUP_SEPARATOR","features":[580]},{"name":"PERF_COLLECT_END","features":[580]},{"name":"PERF_COLLECT_START","features":[580]},{"name":"PERF_COUNTERSET","features":[580]},{"name":"PERF_COUNTERSET_FLAG_AGGREGATE","features":[580]},{"name":"PERF_COUNTERSET_FLAG_HISTORY","features":[580]},{"name":"PERF_COUNTERSET_FLAG_INSTANCE","features":[580]},{"name":"PERF_COUNTERSET_FLAG_MULTIPLE","features":[580]},{"name":"PERF_COUNTERSET_INFO","features":[580]},{"name":"PERF_COUNTERSET_INSTANCE","features":[580]},{"name":"PERF_COUNTERSET_MULTI_INSTANCES","features":[580]},{"name":"PERF_COUNTERSET_REG_INFO","features":[580]},{"name":"PERF_COUNTERSET_SINGLE_AGGREGATE","features":[580]},{"name":"PERF_COUNTERSET_SINGLE_INSTANCE","features":[580]},{"name":"PERF_COUNTER_AGGREGATE_FUNC","features":[580]},{"name":"PERF_COUNTER_BASE","features":[580]},{"name":"PERF_COUNTER_BLOCK","features":[580]},{"name":"PERF_COUNTER_DATA","features":[580]},{"name":"PERF_COUNTER_DEFINITION","features":[580]},{"name":"PERF_COUNTER_DEFINITION","features":[580]},{"name":"PERF_COUNTER_ELAPSED","features":[580]},{"name":"PERF_COUNTER_FRACTION","features":[580]},{"name":"PERF_COUNTER_HEADER","features":[580]},{"name":"PERF_COUNTER_HISTOGRAM","features":[580]},{"name":"PERF_COUNTER_HISTOGRAM_TYPE","features":[580]},{"name":"PERF_COUNTER_IDENTIFIER","features":[580]},{"name":"PERF_COUNTER_IDENTITY","features":[580]},{"name":"PERF_COUNTER_INFO","features":[580]},{"name":"PERF_COUNTER_PRECISION","features":[580]},{"name":"PERF_COUNTER_QUEUELEN","features":[580]},{"name":"PERF_COUNTER_RATE","features":[580]},{"name":"PERF_COUNTER_REG_INFO","features":[580]},{"name":"PERF_COUNTER_VALUE","features":[580]},{"name":"PERF_DATA_BLOCK","features":[305,580]},{"name":"PERF_DATA_HEADER","features":[305,580]},{"name":"PERF_DATA_REVISION","features":[580]},{"name":"PERF_DATA_VERSION","features":[580]},{"name":"PERF_DELTA_BASE","features":[580]},{"name":"PERF_DELTA_COUNTER","features":[580]},{"name":"PERF_DETAIL","features":[580]},{"name":"PERF_DETAIL_ADVANCED","features":[580]},{"name":"PERF_DETAIL_EXPERT","features":[580]},{"name":"PERF_DETAIL_NOVICE","features":[580]},{"name":"PERF_DETAIL_WIZARD","features":[580]},{"name":"PERF_DISPLAY_NOSHOW","features":[580]},{"name":"PERF_DISPLAY_NO_SUFFIX","features":[580]},{"name":"PERF_DISPLAY_PERCENT","features":[580]},{"name":"PERF_DISPLAY_PER_SEC","features":[580]},{"name":"PERF_DISPLAY_SECONDS","features":[580]},{"name":"PERF_ENUM_INSTANCES","features":[580]},{"name":"PERF_ERROR_RETURN","features":[580]},{"name":"PERF_FILTER","features":[580]},{"name":"PERF_INSTANCE_DEFINITION","features":[580]},{"name":"PERF_INSTANCE_HEADER","features":[580]},{"name":"PERF_INVERSE_COUNTER","features":[580]},{"name":"PERF_MAX_INSTANCE_NAME","features":[580]},{"name":"PERF_MEM_ALLOC","features":[580]},{"name":"PERF_MEM_FREE","features":[580]},{"name":"PERF_METADATA_MULTIPLE_INSTANCES","features":[580]},{"name":"PERF_METADATA_NO_INSTANCES","features":[580]},{"name":"PERF_MULTIPLE_COUNTERS","features":[580]},{"name":"PERF_MULTIPLE_INSTANCES","features":[580]},{"name":"PERF_MULTI_COUNTER","features":[580]},{"name":"PERF_MULTI_COUNTERS","features":[580]},{"name":"PERF_MULTI_INSTANCES","features":[580]},{"name":"PERF_NO_INSTANCES","features":[580]},{"name":"PERF_NO_UNIQUE_ID","features":[580]},{"name":"PERF_NUMBER_DECIMAL","features":[580]},{"name":"PERF_NUMBER_DEC_1000","features":[580]},{"name":"PERF_NUMBER_HEX","features":[580]},{"name":"PERF_OBJECT_TIMER","features":[580]},{"name":"PERF_OBJECT_TYPE","features":[580]},{"name":"PERF_OBJECT_TYPE","features":[580]},{"name":"PERF_PROVIDER_CONTEXT","features":[580]},{"name":"PERF_PROVIDER_DRIVER","features":[580]},{"name":"PERF_PROVIDER_KERNEL_MODE","features":[580]},{"name":"PERF_PROVIDER_USER_MODE","features":[580]},{"name":"PERF_REG_COUNTERSET_ENGLISH_NAME","features":[580]},{"name":"PERF_REG_COUNTERSET_HELP_STRING","features":[580]},{"name":"PERF_REG_COUNTERSET_NAME_STRING","features":[580]},{"name":"PERF_REG_COUNTERSET_STRUCT","features":[580]},{"name":"PERF_REG_COUNTER_ENGLISH_NAMES","features":[580]},{"name":"PERF_REG_COUNTER_HELP_STRINGS","features":[580]},{"name":"PERF_REG_COUNTER_NAME_STRINGS","features":[580]},{"name":"PERF_REG_COUNTER_STRUCT","features":[580]},{"name":"PERF_REG_PROVIDER_GUID","features":[580]},{"name":"PERF_REG_PROVIDER_NAME","features":[580]},{"name":"PERF_REMOVE_COUNTER","features":[580]},{"name":"PERF_SINGLE_COUNTER","features":[580]},{"name":"PERF_SIZE_DWORD","features":[580]},{"name":"PERF_SIZE_LARGE","features":[580]},{"name":"PERF_SIZE_VARIABLE_LEN","features":[580]},{"name":"PERF_SIZE_ZERO","features":[580]},{"name":"PERF_STRING_BUFFER_HEADER","features":[580]},{"name":"PERF_STRING_COUNTER_HEADER","features":[580]},{"name":"PERF_TEXT_ASCII","features":[580]},{"name":"PERF_TEXT_UNICODE","features":[580]},{"name":"PERF_TIMER_100NS","features":[580]},{"name":"PERF_TIMER_TICK","features":[580]},{"name":"PERF_TYPE_COUNTER","features":[580]},{"name":"PERF_TYPE_NUMBER","features":[580]},{"name":"PERF_TYPE_TEXT","features":[580]},{"name":"PERF_TYPE_ZERO","features":[580]},{"name":"PERF_WILDCARD_COUNTER","features":[580]},{"name":"PERF_WILDCARD_INSTANCE","features":[580]},{"name":"PLAL_ALERT_CMD_LINE_A_NAME","features":[580]},{"name":"PLAL_ALERT_CMD_LINE_C_NAME","features":[580]},{"name":"PLAL_ALERT_CMD_LINE_D_TIME","features":[580]},{"name":"PLAL_ALERT_CMD_LINE_L_VAL","features":[580]},{"name":"PLAL_ALERT_CMD_LINE_MASK","features":[580]},{"name":"PLAL_ALERT_CMD_LINE_M_VAL","features":[580]},{"name":"PLAL_ALERT_CMD_LINE_SINGLE","features":[580]},{"name":"PLAL_ALERT_CMD_LINE_U_TEXT","features":[580]},{"name":"PLA_CABEXTRACT_CALLBACK","features":[580]},{"name":"PLA_CAPABILITY_AUTOLOGGER","features":[580]},{"name":"PLA_CAPABILITY_LEGACY_SESSION","features":[580]},{"name":"PLA_CAPABILITY_LEGACY_SVC","features":[580]},{"name":"PLA_CAPABILITY_LOCAL","features":[580]},{"name":"PLA_CAPABILITY_V1_SESSION","features":[580]},{"name":"PLA_CAPABILITY_V1_SVC","features":[580]},{"name":"PLA_CAPABILITY_V1_SYSTEM","features":[580]},{"name":"PM_CLOSE_PROC","features":[580]},{"name":"PM_COLLECT_PROC","features":[580]},{"name":"PM_OPEN_PROC","features":[580]},{"name":"PdhAddCounterA","features":[580]},{"name":"PdhAddCounterW","features":[580]},{"name":"PdhAddEnglishCounterA","features":[580]},{"name":"PdhAddEnglishCounterW","features":[580]},{"name":"PdhBindInputDataSourceA","features":[580]},{"name":"PdhBindInputDataSourceW","features":[580]},{"name":"PdhBrowseCountersA","features":[305,580]},{"name":"PdhBrowseCountersHA","features":[305,580]},{"name":"PdhBrowseCountersHW","features":[305,580]},{"name":"PdhBrowseCountersW","features":[305,580]},{"name":"PdhCalculateCounterFromRawValue","features":[305,580]},{"name":"PdhCloseLog","features":[580]},{"name":"PdhCloseQuery","features":[580]},{"name":"PdhCollectQueryData","features":[580]},{"name":"PdhCollectQueryDataEx","features":[305,580]},{"name":"PdhCollectQueryDataWithTime","features":[580]},{"name":"PdhComputeCounterStatistics","features":[305,580]},{"name":"PdhConnectMachineA","features":[580]},{"name":"PdhConnectMachineW","features":[580]},{"name":"PdhCreateSQLTablesA","features":[580]},{"name":"PdhCreateSQLTablesW","features":[580]},{"name":"PdhEnumLogSetNamesA","features":[580]},{"name":"PdhEnumLogSetNamesW","features":[580]},{"name":"PdhEnumMachinesA","features":[580]},{"name":"PdhEnumMachinesHA","features":[580]},{"name":"PdhEnumMachinesHW","features":[580]},{"name":"PdhEnumMachinesW","features":[580]},{"name":"PdhEnumObjectItemsA","features":[580]},{"name":"PdhEnumObjectItemsHA","features":[580]},{"name":"PdhEnumObjectItemsHW","features":[580]},{"name":"PdhEnumObjectItemsW","features":[580]},{"name":"PdhEnumObjectsA","features":[305,580]},{"name":"PdhEnumObjectsHA","features":[305,580]},{"name":"PdhEnumObjectsHW","features":[305,580]},{"name":"PdhEnumObjectsW","features":[305,580]},{"name":"PdhExpandCounterPathA","features":[580]},{"name":"PdhExpandCounterPathW","features":[580]},{"name":"PdhExpandWildCardPathA","features":[580]},{"name":"PdhExpandWildCardPathHA","features":[580]},{"name":"PdhExpandWildCardPathHW","features":[580]},{"name":"PdhExpandWildCardPathW","features":[580]},{"name":"PdhFormatFromRawValue","features":[305,580]},{"name":"PdhGetCounterInfoA","features":[305,580]},{"name":"PdhGetCounterInfoW","features":[305,580]},{"name":"PdhGetCounterTimeBase","features":[580]},{"name":"PdhGetDataSourceTimeRangeA","features":[580]},{"name":"PdhGetDataSourceTimeRangeH","features":[580]},{"name":"PdhGetDataSourceTimeRangeW","features":[580]},{"name":"PdhGetDefaultPerfCounterA","features":[580]},{"name":"PdhGetDefaultPerfCounterHA","features":[580]},{"name":"PdhGetDefaultPerfCounterHW","features":[580]},{"name":"PdhGetDefaultPerfCounterW","features":[580]},{"name":"PdhGetDefaultPerfObjectA","features":[580]},{"name":"PdhGetDefaultPerfObjectHA","features":[580]},{"name":"PdhGetDefaultPerfObjectHW","features":[580]},{"name":"PdhGetDefaultPerfObjectW","features":[580]},{"name":"PdhGetDllVersion","features":[580]},{"name":"PdhGetFormattedCounterArrayA","features":[580]},{"name":"PdhGetFormattedCounterArrayW","features":[580]},{"name":"PdhGetFormattedCounterValue","features":[580]},{"name":"PdhGetLogFileSize","features":[580]},{"name":"PdhGetLogSetGUID","features":[580]},{"name":"PdhGetRawCounterArrayA","features":[305,580]},{"name":"PdhGetRawCounterArrayW","features":[305,580]},{"name":"PdhGetRawCounterValue","features":[305,580]},{"name":"PdhIsRealTimeQuery","features":[305,580]},{"name":"PdhLookupPerfIndexByNameA","features":[580]},{"name":"PdhLookupPerfIndexByNameW","features":[580]},{"name":"PdhLookupPerfNameByIndexA","features":[580]},{"name":"PdhLookupPerfNameByIndexW","features":[580]},{"name":"PdhMakeCounterPathA","features":[580]},{"name":"PdhMakeCounterPathW","features":[580]},{"name":"PdhOpenLogA","features":[580]},{"name":"PdhOpenLogW","features":[580]},{"name":"PdhOpenQueryA","features":[580]},{"name":"PdhOpenQueryH","features":[580]},{"name":"PdhOpenQueryW","features":[580]},{"name":"PdhParseCounterPathA","features":[580]},{"name":"PdhParseCounterPathW","features":[580]},{"name":"PdhParseInstanceNameA","features":[580]},{"name":"PdhParseInstanceNameW","features":[580]},{"name":"PdhReadRawLogRecord","features":[305,580]},{"name":"PdhRemoveCounter","features":[580]},{"name":"PdhSelectDataSourceA","features":[305,580]},{"name":"PdhSelectDataSourceW","features":[305,580]},{"name":"PdhSetCounterScaleFactor","features":[580]},{"name":"PdhSetDefaultRealTimeDataSource","features":[580]},{"name":"PdhSetLogSetRunID","features":[580]},{"name":"PdhSetQueryTimeRange","features":[580]},{"name":"PdhUpdateLogA","features":[580]},{"name":"PdhUpdateLogFileCatalog","features":[580]},{"name":"PdhUpdateLogW","features":[580]},{"name":"PdhValidatePathA","features":[580]},{"name":"PdhValidatePathExA","features":[580]},{"name":"PdhValidatePathExW","features":[580]},{"name":"PdhValidatePathW","features":[580]},{"name":"PdhVerifySQLDBA","features":[580]},{"name":"PdhVerifySQLDBW","features":[580]},{"name":"PerfAddCounters","features":[305,580]},{"name":"PerfCloseQueryHandle","features":[305,580]},{"name":"PerfCounterDataType","features":[580]},{"name":"PerfCreateInstance","features":[305,580]},{"name":"PerfDecrementULongCounterValue","features":[305,580]},{"name":"PerfDecrementULongLongCounterValue","features":[305,580]},{"name":"PerfDeleteCounters","features":[305,580]},{"name":"PerfDeleteInstance","features":[305,580]},{"name":"PerfEnumerateCounterSet","features":[580]},{"name":"PerfEnumerateCounterSetInstances","features":[580]},{"name":"PerfIncrementULongCounterValue","features":[305,580]},{"name":"PerfIncrementULongLongCounterValue","features":[305,580]},{"name":"PerfOpenQueryHandle","features":[305,580]},{"name":"PerfQueryCounterData","features":[305,580]},{"name":"PerfQueryCounterInfo","features":[305,580]},{"name":"PerfQueryCounterSetRegistrationInfo","features":[580]},{"name":"PerfQueryInstance","features":[305,580]},{"name":"PerfRegInfoType","features":[580]},{"name":"PerfSetCounterRefValue","features":[305,580]},{"name":"PerfSetCounterSetInfo","features":[305,580]},{"name":"PerfSetULongCounterValue","features":[305,580]},{"name":"PerfSetULongLongCounterValue","features":[305,580]},{"name":"PerfStartProvider","features":[305,580]},{"name":"PerfStartProviderEx","features":[305,580]},{"name":"PerfStopProvider","features":[305,580]},{"name":"QueryPerformanceCounter","features":[305,580]},{"name":"QueryPerformanceFrequency","features":[305,580]},{"name":"REAL_TIME_DATA_SOURCE_ID_FLAGS","features":[580]},{"name":"ReportValueTypeConstants","features":[580]},{"name":"ResourcePolicy","features":[580]},{"name":"RestorePerfRegistryFromFileW","features":[580]},{"name":"S_PDH","features":[580]},{"name":"ServerDataCollectorSet","features":[580]},{"name":"ServerDataCollectorSetCollection","features":[580]},{"name":"SetServiceAsTrustedA","features":[580]},{"name":"SetServiceAsTrustedW","features":[580]},{"name":"SourcePropPage","features":[580]},{"name":"StreamMode","features":[580]},{"name":"SysmonBatchReason","features":[580]},{"name":"SysmonDataType","features":[580]},{"name":"SysmonFileType","features":[580]},{"name":"SystemDataCollectorSet","features":[580]},{"name":"SystemDataCollectorSetCollection","features":[580]},{"name":"SystemMonitor","features":[580]},{"name":"SystemMonitor2","features":[580]},{"name":"TraceDataProvider","features":[580]},{"name":"TraceDataProviderCollection","features":[580]},{"name":"TraceSession","features":[580]},{"name":"TraceSessionCollection","features":[580]},{"name":"UnloadPerfCounterTextStringsA","features":[305,580]},{"name":"UnloadPerfCounterTextStringsW","features":[305,580]},{"name":"UpdatePerfNameFilesA","features":[580]},{"name":"UpdatePerfNameFilesW","features":[580]},{"name":"ValueMapType","features":[580]},{"name":"WINPERF_LOG_DEBUG","features":[580]},{"name":"WINPERF_LOG_NONE","features":[580]},{"name":"WINPERF_LOG_USER","features":[580]},{"name":"WINPERF_LOG_VERBOSE","features":[580]},{"name":"WeekDays","features":[580]},{"name":"_ICounterItemUnion","features":[580]},{"name":"_ISystemMonitorUnion","features":[580]},{"name":"plaAlert","features":[580]},{"name":"plaApiTrace","features":[580]},{"name":"plaBinary","features":[580]},{"name":"plaBoth","features":[580]},{"name":"plaBuffering","features":[580]},{"name":"plaCommaSeparated","features":[580]},{"name":"plaCompiling","features":[580]},{"name":"plaComputer","features":[580]},{"name":"plaConfiguration","features":[580]},{"name":"plaCreateCab","features":[580]},{"name":"plaCreateHtml","features":[580]},{"name":"plaCreateNew","features":[580]},{"name":"plaCreateOrModify","features":[580]},{"name":"plaCreateReport","features":[580]},{"name":"plaCycle","features":[580]},{"name":"plaDeleteCab","features":[580]},{"name":"plaDeleteData","features":[580]},{"name":"plaDeleteLargest","features":[580]},{"name":"plaDeleteOldest","features":[580]},{"name":"plaDeleteReport","features":[580]},{"name":"plaEveryday","features":[580]},{"name":"plaFile","features":[580]},{"name":"plaFlag","features":[580]},{"name":"plaFlagArray","features":[580]},{"name":"plaFlushTrace","features":[580]},{"name":"plaFolderActions","features":[580]},{"name":"plaFriday","features":[580]},{"name":"plaIndex","features":[580]},{"name":"plaModify","features":[580]},{"name":"plaMonday","features":[580]},{"name":"plaMonthDayHour","features":[580]},{"name":"plaMonthDayHourMinute","features":[580]},{"name":"plaNone","features":[580]},{"name":"plaPattern","features":[580]},{"name":"plaPending","features":[580]},{"name":"plaPerformance","features":[580]},{"name":"plaPerformanceCounter","features":[580]},{"name":"plaRealTime","features":[580]},{"name":"plaResourceFreeing","features":[580]},{"name":"plaRunOnce","features":[580]},{"name":"plaRunRules","features":[580]},{"name":"plaRunning","features":[580]},{"name":"plaSaturday","features":[580]},{"name":"plaSendCab","features":[580]},{"name":"plaSerialNumber","features":[580]},{"name":"plaSql","features":[580]},{"name":"plaStopped","features":[580]},{"name":"plaSunday","features":[580]},{"name":"plaSystem","features":[580]},{"name":"plaTabSeparated","features":[580]},{"name":"plaThursday","features":[580]},{"name":"plaTimeStamp","features":[580]},{"name":"plaTrace","features":[580]},{"name":"plaTuesday","features":[580]},{"name":"plaUndefined","features":[580]},{"name":"plaUpdateRunningInstance","features":[580]},{"name":"plaValidateOnly","features":[580]},{"name":"plaValidation","features":[580]},{"name":"plaWednesday","features":[580]},{"name":"plaYearDayOfYear","features":[580]},{"name":"plaYearMonth","features":[580]},{"name":"plaYearMonthDay","features":[580]},{"name":"plaYearMonthDayHour","features":[580]},{"name":"sysmonAverage","features":[580]},{"name":"sysmonBatchAddCounters","features":[580]},{"name":"sysmonBatchAddFiles","features":[580]},{"name":"sysmonBatchAddFilesAutoCounters","features":[580]},{"name":"sysmonBatchNone","features":[580]},{"name":"sysmonChartArea","features":[580]},{"name":"sysmonChartStackedArea","features":[580]},{"name":"sysmonCurrentActivity","features":[580]},{"name":"sysmonCurrentValue","features":[580]},{"name":"sysmonDataAvg","features":[580]},{"name":"sysmonDataCount","features":[580]},{"name":"sysmonDataMax","features":[580]},{"name":"sysmonDataMin","features":[580]},{"name":"sysmonDataTime","features":[580]},{"name":"sysmonDefaultValue","features":[580]},{"name":"sysmonFileBlg","features":[580]},{"name":"sysmonFileCsv","features":[580]},{"name":"sysmonFileGif","features":[580]},{"name":"sysmonFileHtml","features":[580]},{"name":"sysmonFileReport","features":[580]},{"name":"sysmonFileRetiredBlg","features":[580]},{"name":"sysmonFileTsv","features":[580]},{"name":"sysmonHistogram","features":[580]},{"name":"sysmonLineGraph","features":[580]},{"name":"sysmonLogFiles","features":[580]},{"name":"sysmonMaximum","features":[580]},{"name":"sysmonMinimum","features":[580]},{"name":"sysmonNullDataSource","features":[580]},{"name":"sysmonReport","features":[580]},{"name":"sysmonSqlLog","features":[580]}],"598":[{"name":"DisableThreadProfiling","features":[305,581]},{"name":"EnableThreadProfiling","features":[305,581]},{"name":"HARDWARE_COUNTER_DATA","features":[581]},{"name":"HARDWARE_COUNTER_TYPE","features":[581]},{"name":"MaxHardwareCounterType","features":[581]},{"name":"PERFORMANCE_DATA","features":[581]},{"name":"PMCCounter","features":[581]},{"name":"QueryThreadProfiling","features":[305,581]},{"name":"ReadThreadProfilingData","features":[305,581]}],"599":[{"name":"CallNamedPipeA","features":[305,582]},{"name":"CallNamedPipeW","features":[305,582]},{"name":"ConnectNamedPipe","features":[305,311,582]},{"name":"CreateNamedPipeA","features":[305,309,325,582]},{"name":"CreateNamedPipeW","features":[305,309,325,582]},{"name":"CreatePipe","features":[305,309,582]},{"name":"DisconnectNamedPipe","features":[305,582]},{"name":"GetNamedPipeClientComputerNameA","features":[305,582]},{"name":"GetNamedPipeClientComputerNameW","features":[305,582]},{"name":"GetNamedPipeClientProcessId","features":[305,582]},{"name":"GetNamedPipeClientSessionId","features":[305,582]},{"name":"GetNamedPipeHandleStateA","features":[305,582]},{"name":"GetNamedPipeHandleStateW","features":[305,582]},{"name":"GetNamedPipeInfo","features":[305,582]},{"name":"GetNamedPipeServerProcessId","features":[305,582]},{"name":"GetNamedPipeServerSessionId","features":[305,582]},{"name":"ImpersonateNamedPipeClient","features":[305,582]},{"name":"NAMED_PIPE_MODE","features":[582]},{"name":"NMPWAIT_NOWAIT","features":[582]},{"name":"NMPWAIT_USE_DEFAULT_WAIT","features":[582]},{"name":"NMPWAIT_WAIT_FOREVER","features":[582]},{"name":"PIPE_ACCEPT_REMOTE_CLIENTS","features":[582]},{"name":"PIPE_CLIENT_END","features":[582]},{"name":"PIPE_NOWAIT","features":[582]},{"name":"PIPE_READMODE_BYTE","features":[582]},{"name":"PIPE_READMODE_MESSAGE","features":[582]},{"name":"PIPE_REJECT_REMOTE_CLIENTS","features":[582]},{"name":"PIPE_SERVER_END","features":[582]},{"name":"PIPE_TYPE_BYTE","features":[582]},{"name":"PIPE_TYPE_MESSAGE","features":[582]},{"name":"PIPE_UNLIMITED_INSTANCES","features":[582]},{"name":"PIPE_WAIT","features":[582]},{"name":"PeekNamedPipe","features":[305,582]},{"name":"SetNamedPipeHandleState","features":[305,582]},{"name":"TransactNamedPipe","features":[305,311,582]},{"name":"WaitNamedPipeA","features":[305,582]},{"name":"WaitNamedPipeW","features":[305,582]}],"600":[{"name":"ACCESS_ACTIVE_OVERLAY_SCHEME","features":[313]},{"name":"ACCESS_ACTIVE_SCHEME","features":[313]},{"name":"ACCESS_AC_POWER_SETTING_INDEX","features":[313]},{"name":"ACCESS_AC_POWER_SETTING_MAX","features":[313]},{"name":"ACCESS_AC_POWER_SETTING_MIN","features":[313]},{"name":"ACCESS_ATTRIBUTES","features":[313]},{"name":"ACCESS_CREATE_SCHEME","features":[313]},{"name":"ACCESS_DC_POWER_SETTING_INDEX","features":[313]},{"name":"ACCESS_DC_POWER_SETTING_MAX","features":[313]},{"name":"ACCESS_DC_POWER_SETTING_MIN","features":[313]},{"name":"ACCESS_DEFAULT_AC_POWER_SETTING","features":[313]},{"name":"ACCESS_DEFAULT_DC_POWER_SETTING","features":[313]},{"name":"ACCESS_DEFAULT_SECURITY_DESCRIPTOR","features":[313]},{"name":"ACCESS_DESCRIPTION","features":[313]},{"name":"ACCESS_FRIENDLY_NAME","features":[313]},{"name":"ACCESS_ICON_RESOURCE","features":[313]},{"name":"ACCESS_INDIVIDUAL_SETTING","features":[313]},{"name":"ACCESS_OVERLAY_SCHEME","features":[313]},{"name":"ACCESS_POSSIBLE_POWER_SETTING","features":[313]},{"name":"ACCESS_POSSIBLE_POWER_SETTING_DESCRIPTION","features":[313]},{"name":"ACCESS_POSSIBLE_POWER_SETTING_FRIENDLY_NAME","features":[313]},{"name":"ACCESS_POSSIBLE_VALUE_INCREMENT","features":[313]},{"name":"ACCESS_POSSIBLE_VALUE_MAX","features":[313]},{"name":"ACCESS_POSSIBLE_VALUE_MIN","features":[313]},{"name":"ACCESS_POSSIBLE_VALUE_UNITS","features":[313]},{"name":"ACCESS_PROFILE","features":[313]},{"name":"ACCESS_SCHEME","features":[313]},{"name":"ACCESS_SUBGROUP","features":[313]},{"name":"ACPI_REAL_TIME","features":[313]},{"name":"ACPI_TIME_ADJUST_DAYLIGHT","features":[313]},{"name":"ACPI_TIME_AND_ALARM_CAPABILITIES","features":[305,313]},{"name":"ACPI_TIME_IN_DAYLIGHT","features":[313]},{"name":"ACPI_TIME_RESOLUTION","features":[313]},{"name":"ACPI_TIME_ZONE_UNKNOWN","features":[313]},{"name":"ACTIVE_COOLING","features":[313]},{"name":"ADMINISTRATOR_POWER_POLICY","features":[313]},{"name":"ALTITUDE_GROUP_POLICY","features":[313]},{"name":"ALTITUDE_INTERNAL_OVERRIDE","features":[313]},{"name":"ALTITUDE_OEM_CUSTOMIZATION","features":[313]},{"name":"ALTITUDE_OS_DEFAULT","features":[313]},{"name":"ALTITUDE_PROVISIONING","features":[313]},{"name":"ALTITUDE_RUNTIME_OVERRIDE","features":[313]},{"name":"ALTITUDE_USER","features":[313]},{"name":"AcpiTimeResolutionMax","features":[313]},{"name":"AcpiTimeResolutionMilliseconds","features":[313]},{"name":"AcpiTimeResolutionSeconds","features":[313]},{"name":"AdministratorPowerPolicy","features":[313]},{"name":"BATTERY_CAPACITY_RELATIVE","features":[313]},{"name":"BATTERY_CHARGER_STATUS","features":[313]},{"name":"BATTERY_CHARGING","features":[313]},{"name":"BATTERY_CHARGING_SOURCE","features":[313]},{"name":"BATTERY_CHARGING_SOURCE_INFORMATION","features":[305,313]},{"name":"BATTERY_CHARGING_SOURCE_TYPE","features":[313]},{"name":"BATTERY_CLASS_MAJOR_VERSION","features":[313]},{"name":"BATTERY_CLASS_MINOR_VERSION","features":[313]},{"name":"BATTERY_CLASS_MINOR_VERSION_1","features":[313]},{"name":"BATTERY_CRITICAL","features":[313]},{"name":"BATTERY_CYCLE_COUNT_WMI_GUID","features":[313]},{"name":"BATTERY_DISCHARGING","features":[313]},{"name":"BATTERY_FULL_CHARGED_CAPACITY_WMI_GUID","features":[313]},{"name":"BATTERY_INFORMATION","features":[313]},{"name":"BATTERY_IS_SHORT_TERM","features":[313]},{"name":"BATTERY_MANUFACTURE_DATE","features":[313]},{"name":"BATTERY_MINIPORT_UPDATE_DATA_VER_1","features":[313]},{"name":"BATTERY_MINIPORT_UPDATE_DATA_VER_2","features":[313]},{"name":"BATTERY_POWER_ON_LINE","features":[313]},{"name":"BATTERY_QUERY_INFORMATION","features":[313]},{"name":"BATTERY_QUERY_INFORMATION_LEVEL","features":[313]},{"name":"BATTERY_REPORTING_SCALE","features":[313]},{"name":"BATTERY_RUNTIME_WMI_GUID","features":[313]},{"name":"BATTERY_SEALED","features":[313]},{"name":"BATTERY_SET_CHARGER_ID_SUPPORTED","features":[313]},{"name":"BATTERY_SET_CHARGE_SUPPORTED","features":[313]},{"name":"BATTERY_SET_CHARGINGSOURCE_SUPPORTED","features":[313]},{"name":"BATTERY_SET_DISCHARGE_SUPPORTED","features":[313]},{"name":"BATTERY_SET_INFORMATION","features":[313]},{"name":"BATTERY_SET_INFORMATION_LEVEL","features":[313]},{"name":"BATTERY_STATIC_DATA_WMI_GUID","features":[313]},{"name":"BATTERY_STATUS","features":[313]},{"name":"BATTERY_STATUS_CHANGE_WMI_GUID","features":[313]},{"name":"BATTERY_STATUS_WMI_GUID","features":[313]},{"name":"BATTERY_SYSTEM_BATTERY","features":[313]},{"name":"BATTERY_TAG_CHANGE_WMI_GUID","features":[313]},{"name":"BATTERY_TAG_INVALID","features":[313]},{"name":"BATTERY_TEMPERATURE_WMI_GUID","features":[313]},{"name":"BATTERY_UNKNOWN_CAPACITY","features":[313]},{"name":"BATTERY_UNKNOWN_CURRENT","features":[313]},{"name":"BATTERY_UNKNOWN_RATE","features":[313]},{"name":"BATTERY_UNKNOWN_TIME","features":[313]},{"name":"BATTERY_UNKNOWN_VOLTAGE","features":[313]},{"name":"BATTERY_USB_CHARGER_STATUS","features":[313]},{"name":"BATTERY_USB_CHARGER_STATUS_FN_DEFAULT_USB","features":[313]},{"name":"BATTERY_USB_CHARGER_STATUS_UCM_PD","features":[313]},{"name":"BATTERY_WAIT_STATUS","features":[313]},{"name":"BatteryCharge","features":[313]},{"name":"BatteryChargerId","features":[313]},{"name":"BatteryChargerStatus","features":[313]},{"name":"BatteryChargingSource","features":[313]},{"name":"BatteryChargingSourceType_AC","features":[313]},{"name":"BatteryChargingSourceType_Max","features":[313]},{"name":"BatteryChargingSourceType_USB","features":[313]},{"name":"BatteryChargingSourceType_Wireless","features":[313]},{"name":"BatteryCriticalBias","features":[313]},{"name":"BatteryDeviceName","features":[313]},{"name":"BatteryDeviceState","features":[313]},{"name":"BatteryDischarge","features":[313]},{"name":"BatteryEstimatedTime","features":[313]},{"name":"BatteryGranularityInformation","features":[313]},{"name":"BatteryInformation","features":[313]},{"name":"BatteryManufactureDate","features":[313]},{"name":"BatteryManufactureName","features":[313]},{"name":"BatterySerialNumber","features":[313]},{"name":"BatteryTemperature","features":[313]},{"name":"BatteryUniqueID","features":[313]},{"name":"BlackBoxRecorderDirectAccessBuffer","features":[313]},{"name":"CM_POWER_DATA","features":[313]},{"name":"CallNtPowerInformation","features":[305,313]},{"name":"CanUserWritePwrScheme","features":[305,313]},{"name":"CsDeviceNotification","features":[313]},{"name":"DEVICEPOWER_AND_OPERATION","features":[313]},{"name":"DEVICEPOWER_CLEAR_WAKEENABLED","features":[313]},{"name":"DEVICEPOWER_FILTER_DEVICES_PRESENT","features":[313]},{"name":"DEVICEPOWER_FILTER_HARDWARE","features":[313]},{"name":"DEVICEPOWER_FILTER_ON_NAME","features":[313]},{"name":"DEVICEPOWER_FILTER_WAKEENABLED","features":[313]},{"name":"DEVICEPOWER_FILTER_WAKEPROGRAMMABLE","features":[313]},{"name":"DEVICEPOWER_HARDWAREID","features":[313]},{"name":"DEVICEPOWER_SET_WAKEENABLED","features":[313]},{"name":"DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS","features":[313]},{"name":"DEVICE_POWER_CAPABILITIES","features":[313]},{"name":"DEVICE_POWER_STATE","features":[313]},{"name":"DeletePwrScheme","features":[305,313]},{"name":"DevicePowerClose","features":[305,313]},{"name":"DevicePowerEnumDevices","features":[305,313]},{"name":"DevicePowerOpen","features":[305,313]},{"name":"DevicePowerSetDeviceState","features":[313]},{"name":"DisplayBurst","features":[313]},{"name":"EFFECTIVE_POWER_MODE","features":[313]},{"name":"EFFECTIVE_POWER_MODE_CALLBACK","features":[313]},{"name":"EFFECTIVE_POWER_MODE_V1","features":[313]},{"name":"EFFECTIVE_POWER_MODE_V2","features":[313]},{"name":"EMI_CHANNEL_MEASUREMENT_DATA","features":[313]},{"name":"EMI_CHANNEL_V2","features":[313]},{"name":"EMI_MEASUREMENT_DATA_V2","features":[313]},{"name":"EMI_MEASUREMENT_UNIT","features":[313]},{"name":"EMI_METADATA_SIZE","features":[313]},{"name":"EMI_METADATA_V1","features":[313]},{"name":"EMI_METADATA_V2","features":[313]},{"name":"EMI_NAME_MAX","features":[313]},{"name":"EMI_VERSION","features":[313]},{"name":"EMI_VERSION_V1","features":[313]},{"name":"EMI_VERSION_V2","features":[313]},{"name":"ES_AWAYMODE_REQUIRED","features":[313]},{"name":"ES_CONTINUOUS","features":[313]},{"name":"ES_DISPLAY_REQUIRED","features":[313]},{"name":"ES_SYSTEM_REQUIRED","features":[313]},{"name":"ES_USER_PRESENT","features":[313]},{"name":"EXECUTION_STATE","features":[313]},{"name":"EffectivePowerModeBalanced","features":[313]},{"name":"EffectivePowerModeBatterySaver","features":[313]},{"name":"EffectivePowerModeBetterBattery","features":[313]},{"name":"EffectivePowerModeGameMode","features":[313]},{"name":"EffectivePowerModeHighPerformance","features":[313]},{"name":"EffectivePowerModeMaxPerformance","features":[313]},{"name":"EffectivePowerModeMixedReality","features":[313]},{"name":"EmiMeasurementUnitPicowattHours","features":[313]},{"name":"EnableMultiBatteryDisplay","features":[313]},{"name":"EnablePasswordLogon","features":[313]},{"name":"EnableSysTrayBatteryMeter","features":[313]},{"name":"EnableVideoDimDisplay","features":[313]},{"name":"EnableWakeOnRing","features":[313]},{"name":"EnergyTrackerCreate","features":[313]},{"name":"EnergyTrackerQuery","features":[313]},{"name":"EnumPwrSchemes","features":[305,313]},{"name":"ExitLatencySamplingPercentage","features":[313]},{"name":"FirmwareTableInformationRegistered","features":[313]},{"name":"GLOBAL_MACHINE_POWER_POLICY","features":[313]},{"name":"GLOBAL_POWER_POLICY","features":[305,313]},{"name":"GLOBAL_USER_POWER_POLICY","features":[305,313]},{"name":"GUID_CLASS_INPUT","features":[313]},{"name":"GUID_DEVICE_ACPI_TIME","features":[313]},{"name":"GUID_DEVICE_APPLICATIONLAUNCH_BUTTON","features":[313]},{"name":"GUID_DEVICE_BATTERY","features":[313]},{"name":"GUID_DEVICE_ENERGY_METER","features":[313]},{"name":"GUID_DEVICE_FAN","features":[313]},{"name":"GUID_DEVICE_LID","features":[313]},{"name":"GUID_DEVICE_MEMORY","features":[313]},{"name":"GUID_DEVICE_MESSAGE_INDICATOR","features":[313]},{"name":"GUID_DEVICE_PROCESSOR","features":[313]},{"name":"GUID_DEVICE_SYS_BUTTON","features":[313]},{"name":"GUID_DEVICE_THERMAL_ZONE","features":[313]},{"name":"GUID_DEVINTERFACE_THERMAL_COOLING","features":[313]},{"name":"GUID_DEVINTERFACE_THERMAL_MANAGER","features":[313]},{"name":"GetActivePwrScheme","features":[305,313]},{"name":"GetCurrentPowerPolicies","features":[305,313]},{"name":"GetDevicePowerState","features":[305,313]},{"name":"GetPowerRequestList","features":[313]},{"name":"GetPowerSettingValue","features":[313]},{"name":"GetPwrCapabilities","features":[305,313]},{"name":"GetPwrDiskSpindownRange","features":[305,313]},{"name":"GetSystemPowerStatus","features":[305,313]},{"name":"GroupPark","features":[313]},{"name":"HPOWERNOTIFY","features":[313]},{"name":"IOCTL_ACPI_GET_REAL_TIME","features":[313]},{"name":"IOCTL_ACPI_SET_REAL_TIME","features":[313]},{"name":"IOCTL_BATTERY_CHARGING_SOURCE_CHANGE","features":[313]},{"name":"IOCTL_BATTERY_QUERY_INFORMATION","features":[313]},{"name":"IOCTL_BATTERY_QUERY_STATUS","features":[313]},{"name":"IOCTL_BATTERY_QUERY_TAG","features":[313]},{"name":"IOCTL_BATTERY_SET_INFORMATION","features":[313]},{"name":"IOCTL_EMI_GET_MEASUREMENT","features":[313]},{"name":"IOCTL_EMI_GET_METADATA","features":[313]},{"name":"IOCTL_EMI_GET_METADATA_SIZE","features":[313]},{"name":"IOCTL_EMI_GET_VERSION","features":[313]},{"name":"IOCTL_GET_ACPI_TIME_AND_ALARM_CAPABILITIES","features":[313]},{"name":"IOCTL_GET_PROCESSOR_OBJ_INFO","features":[313]},{"name":"IOCTL_GET_SYS_BUTTON_CAPS","features":[313]},{"name":"IOCTL_GET_SYS_BUTTON_EVENT","features":[313]},{"name":"IOCTL_GET_WAKE_ALARM_POLICY","features":[313]},{"name":"IOCTL_GET_WAKE_ALARM_SYSTEM_POWERSTATE","features":[313]},{"name":"IOCTL_GET_WAKE_ALARM_VALUE","features":[313]},{"name":"IOCTL_NOTIFY_SWITCH_EVENT","features":[313]},{"name":"IOCTL_QUERY_LID","features":[313]},{"name":"IOCTL_RUN_ACTIVE_COOLING_METHOD","features":[313]},{"name":"IOCTL_SET_SYS_MESSAGE_INDICATOR","features":[313]},{"name":"IOCTL_SET_WAKE_ALARM_POLICY","features":[313]},{"name":"IOCTL_SET_WAKE_ALARM_VALUE","features":[313]},{"name":"IOCTL_THERMAL_QUERY_INFORMATION","features":[313]},{"name":"IOCTL_THERMAL_READ_POLICY","features":[313]},{"name":"IOCTL_THERMAL_READ_TEMPERATURE","features":[313]},{"name":"IOCTL_THERMAL_SET_COOLING_POLICY","features":[313]},{"name":"IOCTL_THERMAL_SET_PASSIVE_LIMIT","features":[313]},{"name":"IdleResiliency","features":[313]},{"name":"IsAdminOverrideActive","features":[305,313]},{"name":"IsPwrHibernateAllowed","features":[305,313]},{"name":"IsPwrShutdownAllowed","features":[305,313]},{"name":"IsPwrSuspendAllowed","features":[305,313]},{"name":"IsSystemResumeAutomatic","features":[305,313]},{"name":"LATENCY_TIME","features":[313]},{"name":"LT_DONT_CARE","features":[313]},{"name":"LT_LOWEST_LATENCY","features":[313]},{"name":"LastResumePerformance","features":[313]},{"name":"LastSleepTime","features":[313]},{"name":"LastWakeTime","features":[313]},{"name":"LogicalProcessorIdling","features":[313]},{"name":"MACHINE_POWER_POLICY","features":[313]},{"name":"MACHINE_PROCESSOR_POWER_POLICY","features":[313]},{"name":"MAX_ACTIVE_COOLING_LEVELS","features":[313]},{"name":"MAX_BATTERY_STRING_SIZE","features":[313]},{"name":"MonitorCapabilities","features":[313]},{"name":"MonitorInvocation","features":[313]},{"name":"MonitorRequestReasonAcDcDisplayBurst","features":[313]},{"name":"MonitorRequestReasonAcDcDisplayBurstSuppressed","features":[313]},{"name":"MonitorRequestReasonBatteryCountChange","features":[313]},{"name":"MonitorRequestReasonBatteryCountChangeSuppressed","features":[313]},{"name":"MonitorRequestReasonBatteryPreCritical","features":[313]},{"name":"MonitorRequestReasonBuiltinPanel","features":[313]},{"name":"MonitorRequestReasonDP","features":[313]},{"name":"MonitorRequestReasonDim","features":[313]},{"name":"MonitorRequestReasonDirectedDrips","features":[313]},{"name":"MonitorRequestReasonDisplayRequiredUnDim","features":[313]},{"name":"MonitorRequestReasonFullWake","features":[313]},{"name":"MonitorRequestReasonGracePeriod","features":[313]},{"name":"MonitorRequestReasonIdleTimeout","features":[313]},{"name":"MonitorRequestReasonLid","features":[313]},{"name":"MonitorRequestReasonMax","features":[313]},{"name":"MonitorRequestReasonNearProximity","features":[313]},{"name":"MonitorRequestReasonPdcSignal","features":[313]},{"name":"MonitorRequestReasonPdcSignalFingerprint","features":[313]},{"name":"MonitorRequestReasonPdcSignalHeyCortana","features":[313]},{"name":"MonitorRequestReasonPdcSignalHolographicShell","features":[313]},{"name":"MonitorRequestReasonPdcSignalSensorsHumanPresence","features":[313]},{"name":"MonitorRequestReasonPdcSignalWindowsMobilePwrNotif","features":[313]},{"name":"MonitorRequestReasonPdcSignalWindowsMobileShell","features":[313]},{"name":"MonitorRequestReasonPnP","features":[313]},{"name":"MonitorRequestReasonPoSetSystemState","features":[313]},{"name":"MonitorRequestReasonPolicyChange","features":[313]},{"name":"MonitorRequestReasonPowerButton","features":[313]},{"name":"MonitorRequestReasonRemoteConnection","features":[313]},{"name":"MonitorRequestReasonResumeModernStandby","features":[313]},{"name":"MonitorRequestReasonResumePdc","features":[313]},{"name":"MonitorRequestReasonResumeS4","features":[313]},{"name":"MonitorRequestReasonScMonitorpower","features":[313]},{"name":"MonitorRequestReasonScreenOffRequest","features":[313]},{"name":"MonitorRequestReasonSessionUnlock","features":[313]},{"name":"MonitorRequestReasonSetThreadExecutionState","features":[313]},{"name":"MonitorRequestReasonSleepButton","features":[313]},{"name":"MonitorRequestReasonSxTransition","features":[313]},{"name":"MonitorRequestReasonSystemIdle","features":[313]},{"name":"MonitorRequestReasonSystemStateEntered","features":[313]},{"name":"MonitorRequestReasonTerminal","features":[313]},{"name":"MonitorRequestReasonTerminalInit","features":[313]},{"name":"MonitorRequestReasonThermalStandby","features":[313]},{"name":"MonitorRequestReasonUnknown","features":[313]},{"name":"MonitorRequestReasonUserDisplayBurst","features":[313]},{"name":"MonitorRequestReasonUserInput","features":[313]},{"name":"MonitorRequestReasonUserInputAccelerometer","features":[313]},{"name":"MonitorRequestReasonUserInputHid","features":[313]},{"name":"MonitorRequestReasonUserInputInitialization","features":[313]},{"name":"MonitorRequestReasonUserInputKeyboard","features":[313]},{"name":"MonitorRequestReasonUserInputMouse","features":[313]},{"name":"MonitorRequestReasonUserInputPen","features":[313]},{"name":"MonitorRequestReasonUserInputPoUserPresent","features":[313]},{"name":"MonitorRequestReasonUserInputSessionSwitch","features":[313]},{"name":"MonitorRequestReasonUserInputTouch","features":[313]},{"name":"MonitorRequestReasonUserInputTouchpad","features":[313]},{"name":"MonitorRequestReasonWinrt","features":[313]},{"name":"MonitorRequestTypeOff","features":[313]},{"name":"MonitorRequestTypeOnAndPresent","features":[313]},{"name":"MonitorRequestTypeToggleOn","features":[313]},{"name":"NotifyUserModeLegacyPowerEvent","features":[313]},{"name":"NotifyUserPowerSetting","features":[313]},{"name":"PASSIVE_COOLING","features":[313]},{"name":"PDCAP_D0_SUPPORTED","features":[313]},{"name":"PDCAP_D1_SUPPORTED","features":[313]},{"name":"PDCAP_D2_SUPPORTED","features":[313]},{"name":"PDCAP_D3_SUPPORTED","features":[313]},{"name":"PDCAP_S0_SUPPORTED","features":[313]},{"name":"PDCAP_S1_SUPPORTED","features":[313]},{"name":"PDCAP_S2_SUPPORTED","features":[313]},{"name":"PDCAP_S3_SUPPORTED","features":[313]},{"name":"PDCAP_S4_SUPPORTED","features":[313]},{"name":"PDCAP_S5_SUPPORTED","features":[313]},{"name":"PDCAP_WAKE_FROM_D0_SUPPORTED","features":[313]},{"name":"PDCAP_WAKE_FROM_D1_SUPPORTED","features":[313]},{"name":"PDCAP_WAKE_FROM_D2_SUPPORTED","features":[313]},{"name":"PDCAP_WAKE_FROM_D3_SUPPORTED","features":[313]},{"name":"PDCAP_WAKE_FROM_S0_SUPPORTED","features":[313]},{"name":"PDCAP_WAKE_FROM_S1_SUPPORTED","features":[313]},{"name":"PDCAP_WAKE_FROM_S2_SUPPORTED","features":[313]},{"name":"PDCAP_WAKE_FROM_S3_SUPPORTED","features":[313]},{"name":"PDCAP_WARM_EJECT_SUPPORTED","features":[313]},{"name":"PDEVICE_NOTIFY_CALLBACK_ROUTINE","features":[313]},{"name":"POWERBROADCAST_SETTING","features":[313]},{"name":"POWER_ACTION","features":[313]},{"name":"POWER_ACTION_POLICY","features":[313]},{"name":"POWER_ACTION_POLICY_EVENT_CODE","features":[313]},{"name":"POWER_ATTRIBUTE_HIDE","features":[313]},{"name":"POWER_ATTRIBUTE_SHOW_AOAC","features":[313]},{"name":"POWER_COOLING_MODE","features":[313]},{"name":"POWER_DATA_ACCESSOR","features":[313]},{"name":"POWER_FORCE_TRIGGER_RESET","features":[313]},{"name":"POWER_IDLE_RESILIENCY","features":[313]},{"name":"POWER_INFORMATION_LEVEL","features":[313]},{"name":"POWER_LEVEL_USER_NOTIFY_EXEC","features":[313]},{"name":"POWER_LEVEL_USER_NOTIFY_SOUND","features":[313]},{"name":"POWER_LEVEL_USER_NOTIFY_TEXT","features":[313]},{"name":"POWER_MONITOR_INVOCATION","features":[305,313]},{"name":"POWER_MONITOR_REQUEST_REASON","features":[313]},{"name":"POWER_MONITOR_REQUEST_TYPE","features":[313]},{"name":"POWER_PLATFORM_INFORMATION","features":[305,313]},{"name":"POWER_PLATFORM_ROLE","features":[313]},{"name":"POWER_PLATFORM_ROLE_V1","features":[313]},{"name":"POWER_PLATFORM_ROLE_V2","features":[313]},{"name":"POWER_PLATFORM_ROLE_VERSION","features":[313]},{"name":"POWER_POLICY","features":[305,313]},{"name":"POWER_REQUEST_TYPE","features":[313]},{"name":"POWER_SESSION_ALLOW_EXTERNAL_DMA_DEVICES","features":[305,313]},{"name":"POWER_SESSION_CONNECT","features":[305,313]},{"name":"POWER_SESSION_RIT_STATE","features":[305,313]},{"name":"POWER_SESSION_TIMEOUTS","features":[313]},{"name":"POWER_SESSION_WINLOGON","features":[305,313]},{"name":"POWER_SETTING_ALTITUDE","features":[313]},{"name":"POWER_USER_NOTIFY_BUTTON","features":[313]},{"name":"POWER_USER_NOTIFY_SHUTDOWN","features":[313]},{"name":"POWER_USER_PRESENCE","features":[313]},{"name":"POWER_USER_PRESENCE_TYPE","features":[313]},{"name":"PO_TZ_ACTIVE","features":[313]},{"name":"PO_TZ_INVALID_MODE","features":[313]},{"name":"PO_TZ_PASSIVE","features":[313]},{"name":"PPM_FIRMWARE_ACPI1C2","features":[313]},{"name":"PPM_FIRMWARE_ACPI1C3","features":[313]},{"name":"PPM_FIRMWARE_ACPI1TSTATES","features":[313]},{"name":"PPM_FIRMWARE_CPC","features":[313]},{"name":"PPM_FIRMWARE_CSD","features":[313]},{"name":"PPM_FIRMWARE_CST","features":[313]},{"name":"PPM_FIRMWARE_LPI","features":[313]},{"name":"PPM_FIRMWARE_OSC","features":[313]},{"name":"PPM_FIRMWARE_PCCH","features":[313]},{"name":"PPM_FIRMWARE_PCCP","features":[313]},{"name":"PPM_FIRMWARE_PCT","features":[313]},{"name":"PPM_FIRMWARE_PDC","features":[313]},{"name":"PPM_FIRMWARE_PPC","features":[313]},{"name":"PPM_FIRMWARE_PSD","features":[313]},{"name":"PPM_FIRMWARE_PSS","features":[313]},{"name":"PPM_FIRMWARE_PTC","features":[313]},{"name":"PPM_FIRMWARE_TPC","features":[313]},{"name":"PPM_FIRMWARE_TSD","features":[313]},{"name":"PPM_FIRMWARE_TSS","features":[313]},{"name":"PPM_FIRMWARE_XPSS","features":[313]},{"name":"PPM_IDLESTATES_DATA_GUID","features":[313]},{"name":"PPM_IDLESTATE_CHANGE_GUID","features":[313]},{"name":"PPM_IDLESTATE_EVENT","features":[313]},{"name":"PPM_IDLE_ACCOUNTING","features":[313]},{"name":"PPM_IDLE_ACCOUNTING_EX","features":[313]},{"name":"PPM_IDLE_ACCOUNTING_EX_GUID","features":[313]},{"name":"PPM_IDLE_ACCOUNTING_GUID","features":[313]},{"name":"PPM_IDLE_IMPLEMENTATION_CSTATES","features":[313]},{"name":"PPM_IDLE_IMPLEMENTATION_LPISTATES","features":[313]},{"name":"PPM_IDLE_IMPLEMENTATION_MICROPEP","features":[313]},{"name":"PPM_IDLE_IMPLEMENTATION_NONE","features":[313]},{"name":"PPM_IDLE_IMPLEMENTATION_PEP","features":[313]},{"name":"PPM_IDLE_STATE_ACCOUNTING","features":[313]},{"name":"PPM_IDLE_STATE_ACCOUNTING_EX","features":[313]},{"name":"PPM_IDLE_STATE_BUCKET_EX","features":[313]},{"name":"PPM_PERFMON_PERFSTATE_GUID","features":[313]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_CPPC","features":[313]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_NONE","features":[313]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PCCV1","features":[313]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PEP","features":[313]},{"name":"PPM_PERFORMANCE_IMPLEMENTATION_PSTATES","features":[313]},{"name":"PPM_PERFSTATES_DATA_GUID","features":[313]},{"name":"PPM_PERFSTATE_CHANGE_GUID","features":[313]},{"name":"PPM_PERFSTATE_DOMAIN_CHANGE_GUID","features":[313]},{"name":"PPM_PERFSTATE_DOMAIN_EVENT","features":[313]},{"name":"PPM_PERFSTATE_EVENT","features":[313]},{"name":"PPM_THERMALCHANGE_EVENT","features":[313]},{"name":"PPM_THERMALCONSTRAINT_GUID","features":[313]},{"name":"PPM_THERMAL_POLICY_CHANGE_GUID","features":[313]},{"name":"PPM_THERMAL_POLICY_EVENT","features":[313]},{"name":"PPM_WMI_IDLE_STATE","features":[313]},{"name":"PPM_WMI_IDLE_STATES","features":[313]},{"name":"PPM_WMI_IDLE_STATES_EX","features":[313]},{"name":"PPM_WMI_LEGACY_PERFSTATE","features":[313]},{"name":"PPM_WMI_PERF_STATE","features":[313]},{"name":"PPM_WMI_PERF_STATES","features":[313]},{"name":"PPM_WMI_PERF_STATES_EX","features":[313]},{"name":"PROCESSOR_NUMBER_PKEY","features":[305,313]},{"name":"PROCESSOR_OBJECT_INFO","features":[313]},{"name":"PROCESSOR_OBJECT_INFO_EX","features":[313]},{"name":"PROCESSOR_POWER_INFORMATION","features":[313]},{"name":"PROCESSOR_POWER_POLICY","features":[313]},{"name":"PROCESSOR_POWER_POLICY_INFO","features":[313]},{"name":"PWRSCHEMESENUMPROC","features":[305,313]},{"name":"PWRSCHEMESENUMPROC_V1","features":[305,313]},{"name":"PdcInvocation","features":[313]},{"name":"PhysicalPowerButtonPress","features":[313]},{"name":"PlatformIdleStates","features":[313]},{"name":"PlatformIdleVeto","features":[313]},{"name":"PlatformInformation","features":[313]},{"name":"PlatformRole","features":[313]},{"name":"PlatformRoleAppliancePC","features":[313]},{"name":"PlatformRoleDesktop","features":[313]},{"name":"PlatformRoleEnterpriseServer","features":[313]},{"name":"PlatformRoleMaximum","features":[313]},{"name":"PlatformRoleMobile","features":[313]},{"name":"PlatformRolePerformanceServer","features":[313]},{"name":"PlatformRoleSOHOServer","features":[313]},{"name":"PlatformRoleSlate","features":[313]},{"name":"PlatformRoleUnspecified","features":[313]},{"name":"PlatformRoleWorkstation","features":[313]},{"name":"PlmPowerRequestCreate","features":[313]},{"name":"PoAc","features":[313]},{"name":"PoConditionMaximum","features":[313]},{"name":"PoDc","features":[313]},{"name":"PoHot","features":[313]},{"name":"PowerActionDisplayOff","features":[313]},{"name":"PowerActionHibernate","features":[313]},{"name":"PowerActionNone","features":[313]},{"name":"PowerActionReserved","features":[313]},{"name":"PowerActionShutdown","features":[313]},{"name":"PowerActionShutdownOff","features":[313]},{"name":"PowerActionShutdownReset","features":[313]},{"name":"PowerActionSleep","features":[313]},{"name":"PowerActionWarmEject","features":[313]},{"name":"PowerCanRestoreIndividualDefaultPowerScheme","features":[305,313]},{"name":"PowerClearRequest","features":[305,313]},{"name":"PowerCreatePossibleSetting","features":[305,313,373]},{"name":"PowerCreateRequest","features":[305,313,342]},{"name":"PowerCreateSetting","features":[305,313,373]},{"name":"PowerDeleteScheme","features":[305,313,373]},{"name":"PowerDeterminePlatformRole","features":[313]},{"name":"PowerDeterminePlatformRoleEx","features":[313]},{"name":"PowerDeviceD0","features":[313]},{"name":"PowerDeviceD1","features":[313]},{"name":"PowerDeviceD2","features":[313]},{"name":"PowerDeviceD3","features":[313]},{"name":"PowerDeviceMaximum","features":[313]},{"name":"PowerDeviceUnspecified","features":[313]},{"name":"PowerDuplicateScheme","features":[305,313,373]},{"name":"PowerEnumerate","features":[305,313,373]},{"name":"PowerGetActiveScheme","features":[305,313,373]},{"name":"PowerImportPowerScheme","features":[305,313,373]},{"name":"PowerInformationInternal","features":[313]},{"name":"PowerInformationLevelMaximum","features":[313]},{"name":"PowerInformationLevelUnused0","features":[313]},{"name":"PowerIsSettingRangeDefined","features":[305,313]},{"name":"PowerOpenSystemPowerKey","features":[305,313,373]},{"name":"PowerOpenUserPowerKey","features":[305,313,373]},{"name":"PowerReadACDefaultIndex","features":[313,373]},{"name":"PowerReadACValue","features":[305,313,373]},{"name":"PowerReadACValueIndex","features":[305,313,373]},{"name":"PowerReadDCDefaultIndex","features":[313,373]},{"name":"PowerReadDCValue","features":[305,313,373]},{"name":"PowerReadDCValueIndex","features":[313,373]},{"name":"PowerReadDescription","features":[305,313,373]},{"name":"PowerReadFriendlyName","features":[305,313,373]},{"name":"PowerReadIconResourceSpecifier","features":[305,313,373]},{"name":"PowerReadPossibleDescription","features":[305,313,373]},{"name":"PowerReadPossibleFriendlyName","features":[305,313,373]},{"name":"PowerReadPossibleValue","features":[305,313,373]},{"name":"PowerReadSettingAttributes","features":[313]},{"name":"PowerReadValueIncrement","features":[305,313,373]},{"name":"PowerReadValueMax","features":[305,313,373]},{"name":"PowerReadValueMin","features":[305,313,373]},{"name":"PowerReadValueUnitsSpecifier","features":[305,313,373]},{"name":"PowerRegisterForEffectivePowerModeNotifications","features":[313]},{"name":"PowerRegisterSuspendResumeNotification","features":[305,313,374]},{"name":"PowerRemovePowerSetting","features":[305,313]},{"name":"PowerReplaceDefaultPowerSchemes","features":[313]},{"name":"PowerReportThermalEvent","features":[305,313]},{"name":"PowerRequestAction","features":[313]},{"name":"PowerRequestActionInternal","features":[313]},{"name":"PowerRequestAwayModeRequired","features":[313]},{"name":"PowerRequestCreate","features":[313]},{"name":"PowerRequestDisplayRequired","features":[313]},{"name":"PowerRequestExecutionRequired","features":[313]},{"name":"PowerRequestSystemRequired","features":[313]},{"name":"PowerRestoreDefaultPowerSchemes","features":[305,313]},{"name":"PowerRestoreIndividualDefaultPowerScheme","features":[305,313]},{"name":"PowerSetActiveScheme","features":[305,313,373]},{"name":"PowerSetRequest","features":[305,313]},{"name":"PowerSettingAccessCheck","features":[305,313]},{"name":"PowerSettingAccessCheckEx","features":[305,313,373]},{"name":"PowerSettingNotificationName","features":[313]},{"name":"PowerSettingRegisterNotification","features":[305,313,374]},{"name":"PowerSettingUnregisterNotification","features":[305,313]},{"name":"PowerShutdownNotification","features":[313]},{"name":"PowerSystemHibernate","features":[313]},{"name":"PowerSystemMaximum","features":[313]},{"name":"PowerSystemShutdown","features":[313]},{"name":"PowerSystemSleeping1","features":[313]},{"name":"PowerSystemSleeping2","features":[313]},{"name":"PowerSystemSleeping3","features":[313]},{"name":"PowerSystemUnspecified","features":[313]},{"name":"PowerSystemWorking","features":[313]},{"name":"PowerUnregisterFromEffectivePowerModeNotifications","features":[313]},{"name":"PowerUnregisterSuspendResumeNotification","features":[305,313]},{"name":"PowerUserInactive","features":[313]},{"name":"PowerUserInvalid","features":[313]},{"name":"PowerUserMaximum","features":[313]},{"name":"PowerUserNotPresent","features":[313]},{"name":"PowerUserPresent","features":[313]},{"name":"PowerWriteACDefaultIndex","features":[313,373]},{"name":"PowerWriteACValueIndex","features":[305,313,373]},{"name":"PowerWriteDCDefaultIndex","features":[313,373]},{"name":"PowerWriteDCValueIndex","features":[313,373]},{"name":"PowerWriteDescription","features":[305,313,373]},{"name":"PowerWriteFriendlyName","features":[305,313,373]},{"name":"PowerWriteIconResourceSpecifier","features":[305,313,373]},{"name":"PowerWritePossibleDescription","features":[305,313,373]},{"name":"PowerWritePossibleFriendlyName","features":[305,313,373]},{"name":"PowerWritePossibleValue","features":[305,313,373]},{"name":"PowerWriteSettingAttributes","features":[305,313]},{"name":"PowerWriteValueIncrement","features":[305,313,373]},{"name":"PowerWriteValueMax","features":[305,313,373]},{"name":"PowerWriteValueMin","features":[305,313,373]},{"name":"PowerWriteValueUnitsSpecifier","features":[305,313,373]},{"name":"ProcessorCap","features":[313]},{"name":"ProcessorIdleDomains","features":[313]},{"name":"ProcessorIdleStates","features":[313]},{"name":"ProcessorIdleStatesHv","features":[313]},{"name":"ProcessorIdleVeto","features":[313]},{"name":"ProcessorInformation","features":[313]},{"name":"ProcessorInformationEx","features":[313]},{"name":"ProcessorLoad","features":[313]},{"name":"ProcessorPerfCapHv","features":[313]},{"name":"ProcessorPerfStates","features":[313]},{"name":"ProcessorPerfStatesHv","features":[313]},{"name":"ProcessorPowerPolicyAc","features":[313]},{"name":"ProcessorPowerPolicyCurrent","features":[313]},{"name":"ProcessorPowerPolicyDc","features":[313]},{"name":"ProcessorSetIdle","features":[313]},{"name":"ProcessorStateHandler","features":[313]},{"name":"ProcessorStateHandler2","features":[313]},{"name":"QueryPotentialDripsConstraint","features":[313]},{"name":"RESUME_PERFORMANCE","features":[313]},{"name":"ReadGlobalPwrPolicy","features":[305,313]},{"name":"ReadProcessorPwrScheme","features":[305,313]},{"name":"ReadPwrScheme","features":[305,313]},{"name":"RegisterPowerSettingNotification","features":[305,313,374]},{"name":"RegisterSpmPowerSettings","features":[313]},{"name":"RegisterSuspendResumeNotification","features":[305,313,374]},{"name":"RequestWakeupLatency","features":[305,313]},{"name":"SET_POWER_SETTING_VALUE","features":[313]},{"name":"SYSTEM_BATTERY_STATE","features":[305,313]},{"name":"SYSTEM_POWER_CAPABILITIES","features":[305,313]},{"name":"SYSTEM_POWER_CONDITION","features":[313]},{"name":"SYSTEM_POWER_INFORMATION","features":[313]},{"name":"SYSTEM_POWER_LEVEL","features":[305,313]},{"name":"SYSTEM_POWER_POLICY","features":[305,313]},{"name":"SYSTEM_POWER_STATE","features":[313]},{"name":"SYSTEM_POWER_STATUS","features":[313]},{"name":"SYS_BUTTON_LID","features":[313]},{"name":"SYS_BUTTON_LID_CHANGED","features":[313]},{"name":"SYS_BUTTON_LID_CLOSED","features":[313]},{"name":"SYS_BUTTON_LID_INITIAL","features":[313]},{"name":"SYS_BUTTON_LID_OPEN","features":[313]},{"name":"SYS_BUTTON_LID_STATE_MASK","features":[313]},{"name":"SYS_BUTTON_POWER","features":[313]},{"name":"SYS_BUTTON_SLEEP","features":[313]},{"name":"SYS_BUTTON_WAKE","features":[313]},{"name":"ScreenOff","features":[313]},{"name":"SendSuspendResumeNotification","features":[313]},{"name":"SessionAllowExternalDmaDevices","features":[313]},{"name":"SessionConnectNotification","features":[313]},{"name":"SessionDisplayState","features":[313]},{"name":"SessionLockState","features":[313]},{"name":"SessionPowerCleanup","features":[313]},{"name":"SessionPowerInit","features":[313]},{"name":"SessionRITState","features":[313]},{"name":"SetActivePwrScheme","features":[305,313]},{"name":"SetPowerSettingValue","features":[313]},{"name":"SetShutdownSelectedTime","features":[313]},{"name":"SetSuspendState","features":[305,313]},{"name":"SetSystemPowerState","features":[305,313]},{"name":"SetThreadExecutionState","features":[313]},{"name":"SuspendResumeInvocation","features":[313]},{"name":"SystemBatteryState","features":[313]},{"name":"SystemBatteryStatePrecise","features":[313]},{"name":"SystemExecutionState","features":[313]},{"name":"SystemHiberFileInformation","features":[313]},{"name":"SystemHiberFileSize","features":[313]},{"name":"SystemHiberFileType","features":[313]},{"name":"SystemHiberbootState","features":[313]},{"name":"SystemMonitorHiberBootPowerOff","features":[313]},{"name":"SystemPowerCapabilities","features":[313]},{"name":"SystemPowerInformation","features":[313]},{"name":"SystemPowerLoggingEntry","features":[313]},{"name":"SystemPowerPolicyAc","features":[313]},{"name":"SystemPowerPolicyCurrent","features":[313]},{"name":"SystemPowerPolicyDc","features":[313]},{"name":"SystemPowerStateHandler","features":[313]},{"name":"SystemPowerStateLogging","features":[313]},{"name":"SystemPowerStateNotifyHandler","features":[313]},{"name":"SystemReserveHiberFile","features":[313]},{"name":"SystemVideoState","features":[313]},{"name":"SystemWakeSource","features":[313]},{"name":"THERMAL_COOLING_INTERFACE_VERSION","features":[313]},{"name":"THERMAL_DEVICE_INTERFACE_VERSION","features":[313]},{"name":"THERMAL_EVENT","features":[313]},{"name":"THERMAL_EVENT_VERSION","features":[313]},{"name":"THERMAL_INFORMATION","features":[313]},{"name":"THERMAL_POLICY","features":[305,313]},{"name":"THERMAL_POLICY_VERSION_1","features":[313]},{"name":"THERMAL_POLICY_VERSION_2","features":[313]},{"name":"THERMAL_WAIT_READ","features":[313]},{"name":"TZ_ACTIVATION_REASON_CURRENT","features":[313]},{"name":"TZ_ACTIVATION_REASON_THERMAL","features":[313]},{"name":"ThermalEvent","features":[313]},{"name":"ThermalStandby","features":[313]},{"name":"TraceApplicationPowerMessage","features":[313]},{"name":"TraceApplicationPowerMessageEnd","features":[313]},{"name":"TraceServicePowerMessage","features":[313]},{"name":"UNKNOWN_CAPACITY","features":[313]},{"name":"UNKNOWN_CURRENT","features":[313]},{"name":"UNKNOWN_RATE","features":[313]},{"name":"UNKNOWN_VOLTAGE","features":[313]},{"name":"USB_CHARGER_PORT","features":[313]},{"name":"USER_ACTIVITY_PRESENCE","features":[313]},{"name":"USER_POWER_POLICY","features":[305,313]},{"name":"UnregisterPowerSettingNotification","features":[305,313]},{"name":"UnregisterSuspendResumeNotification","features":[305,313]},{"name":"UpdateBlackBoxRecorder","features":[313]},{"name":"UsbChargerPort_Legacy","features":[313]},{"name":"UsbChargerPort_Max","features":[313]},{"name":"UsbChargerPort_TypeC","features":[313]},{"name":"UserNotPresent","features":[313]},{"name":"UserPresence","features":[313]},{"name":"UserPresent","features":[313]},{"name":"UserUnknown","features":[313]},{"name":"ValidatePowerPolicies","features":[305,313]},{"name":"VerifyProcessorPowerPolicyAc","features":[313]},{"name":"VerifyProcessorPowerPolicyDc","features":[313]},{"name":"VerifySystemPolicyAc","features":[313]},{"name":"VerifySystemPolicyDc","features":[313]},{"name":"WAKE_ALARM_INFORMATION","features":[313]},{"name":"WakeTimerList","features":[313]},{"name":"WriteGlobalPwrPolicy","features":[305,313]},{"name":"WriteProcessorPwrScheme","features":[305,313]},{"name":"WritePwrScheme","features":[305,313]}],"601":[{"name":"ENUM_PAGE_FILE_INFORMATION","features":[583]},{"name":"ENUM_PROCESS_MODULES_EX_FLAGS","features":[583]},{"name":"EmptyWorkingSet","features":[305,583]},{"name":"EnumDeviceDrivers","features":[305,583]},{"name":"EnumPageFilesA","features":[305,583]},{"name":"EnumPageFilesW","features":[305,583]},{"name":"EnumProcessModules","features":[305,583]},{"name":"EnumProcessModulesEx","features":[305,583]},{"name":"EnumProcesses","features":[305,583]},{"name":"GetDeviceDriverBaseNameA","features":[583]},{"name":"GetDeviceDriverBaseNameW","features":[583]},{"name":"GetDeviceDriverFileNameA","features":[583]},{"name":"GetDeviceDriverFileNameW","features":[583]},{"name":"GetMappedFileNameA","features":[305,583]},{"name":"GetMappedFileNameW","features":[305,583]},{"name":"GetModuleBaseNameA","features":[305,583]},{"name":"GetModuleBaseNameW","features":[305,583]},{"name":"GetModuleFileNameExA","features":[305,583]},{"name":"GetModuleFileNameExW","features":[305,583]},{"name":"GetModuleInformation","features":[305,583]},{"name":"GetPerformanceInfo","features":[305,583]},{"name":"GetProcessImageFileNameA","features":[305,583]},{"name":"GetProcessImageFileNameW","features":[305,583]},{"name":"GetProcessMemoryInfo","features":[305,583]},{"name":"GetWsChanges","features":[305,583]},{"name":"GetWsChangesEx","features":[305,583]},{"name":"InitializeProcessForWsWatch","features":[305,583]},{"name":"K32EmptyWorkingSet","features":[305,583]},{"name":"K32EnumDeviceDrivers","features":[305,583]},{"name":"K32EnumPageFilesA","features":[305,583]},{"name":"K32EnumPageFilesW","features":[305,583]},{"name":"K32EnumProcessModules","features":[305,583]},{"name":"K32EnumProcessModulesEx","features":[305,583]},{"name":"K32EnumProcesses","features":[305,583]},{"name":"K32GetDeviceDriverBaseNameA","features":[583]},{"name":"K32GetDeviceDriverBaseNameW","features":[583]},{"name":"K32GetDeviceDriverFileNameA","features":[583]},{"name":"K32GetDeviceDriverFileNameW","features":[583]},{"name":"K32GetMappedFileNameA","features":[305,583]},{"name":"K32GetMappedFileNameW","features":[305,583]},{"name":"K32GetModuleBaseNameA","features":[305,583]},{"name":"K32GetModuleBaseNameW","features":[305,583]},{"name":"K32GetModuleFileNameExA","features":[305,583]},{"name":"K32GetModuleFileNameExW","features":[305,583]},{"name":"K32GetModuleInformation","features":[305,583]},{"name":"K32GetPerformanceInfo","features":[305,583]},{"name":"K32GetProcessImageFileNameA","features":[305,583]},{"name":"K32GetProcessImageFileNameW","features":[305,583]},{"name":"K32GetProcessMemoryInfo","features":[305,583]},{"name":"K32GetWsChanges","features":[305,583]},{"name":"K32GetWsChangesEx","features":[305,583]},{"name":"K32InitializeProcessForWsWatch","features":[305,583]},{"name":"K32QueryWorkingSet","features":[305,583]},{"name":"K32QueryWorkingSetEx","features":[305,583]},{"name":"LIST_MODULES_32BIT","features":[583]},{"name":"LIST_MODULES_64BIT","features":[583]},{"name":"LIST_MODULES_ALL","features":[583]},{"name":"LIST_MODULES_DEFAULT","features":[583]},{"name":"MODULEINFO","features":[583]},{"name":"PENUM_PAGE_FILE_CALLBACKA","features":[305,583]},{"name":"PENUM_PAGE_FILE_CALLBACKW","features":[305,583]},{"name":"PERFORMANCE_INFORMATION","features":[583]},{"name":"PROCESS_MEMORY_COUNTERS","features":[583]},{"name":"PROCESS_MEMORY_COUNTERS_EX","features":[583]},{"name":"PROCESS_MEMORY_COUNTERS_EX2","features":[583]},{"name":"PSAPI_VERSION","features":[583]},{"name":"PSAPI_WORKING_SET_BLOCK","features":[583]},{"name":"PSAPI_WORKING_SET_EX_BLOCK","features":[583]},{"name":"PSAPI_WORKING_SET_EX_INFORMATION","features":[583]},{"name":"PSAPI_WORKING_SET_INFORMATION","features":[583]},{"name":"PSAPI_WS_WATCH_INFORMATION","features":[583]},{"name":"PSAPI_WS_WATCH_INFORMATION_EX","features":[583]},{"name":"QueryWorkingSet","features":[305,583]},{"name":"QueryWorkingSetEx","features":[305,583]}],"602":[{"name":"FACILITY_PINT_STATUS_CODE","features":[584]},{"name":"FACILITY_RTC_INTERFACE","features":[584]},{"name":"FACILITY_SIP_STATUS_CODE","features":[584]},{"name":"INetworkTransportSettings","features":[584]},{"name":"INotificationTransportSync","features":[584]},{"name":"IRTCBuddy","features":[584]},{"name":"IRTCBuddy2","features":[584]},{"name":"IRTCBuddyEvent","features":[358,584]},{"name":"IRTCBuddyEvent2","features":[358,584]},{"name":"IRTCBuddyGroup","features":[584]},{"name":"IRTCBuddyGroupEvent","features":[358,584]},{"name":"IRTCClient","features":[584]},{"name":"IRTCClient2","features":[584]},{"name":"IRTCClientEvent","features":[358,584]},{"name":"IRTCClientPortManagement","features":[584]},{"name":"IRTCClientPresence","features":[584]},{"name":"IRTCClientPresence2","features":[584]},{"name":"IRTCClientProvisioning","features":[584]},{"name":"IRTCClientProvisioning2","features":[584]},{"name":"IRTCCollection","features":[358,584]},{"name":"IRTCDispatchEventNotification","features":[358,584]},{"name":"IRTCEnumBuddies","features":[584]},{"name":"IRTCEnumGroups","features":[584]},{"name":"IRTCEnumParticipants","features":[584]},{"name":"IRTCEnumPresenceDevices","features":[584]},{"name":"IRTCEnumProfiles","features":[584]},{"name":"IRTCEnumUserSearchResults","features":[584]},{"name":"IRTCEnumWatchers","features":[584]},{"name":"IRTCEventNotification","features":[584]},{"name":"IRTCInfoEvent","features":[358,584]},{"name":"IRTCIntensityEvent","features":[358,584]},{"name":"IRTCMediaEvent","features":[358,584]},{"name":"IRTCMediaRequestEvent","features":[358,584]},{"name":"IRTCMessagingEvent","features":[358,584]},{"name":"IRTCParticipant","features":[584]},{"name":"IRTCParticipantStateChangeEvent","features":[358,584]},{"name":"IRTCPortManager","features":[584]},{"name":"IRTCPresenceContact","features":[584]},{"name":"IRTCPresenceDataEvent","features":[358,584]},{"name":"IRTCPresenceDevice","features":[584]},{"name":"IRTCPresencePropertyEvent","features":[358,584]},{"name":"IRTCPresenceStatusEvent","features":[358,584]},{"name":"IRTCProfile","features":[584]},{"name":"IRTCProfile2","features":[584]},{"name":"IRTCProfileEvent","features":[358,584]},{"name":"IRTCProfileEvent2","features":[358,584]},{"name":"IRTCReInviteEvent","features":[358,584]},{"name":"IRTCRegistrationStateChangeEvent","features":[358,584]},{"name":"IRTCRoamingEvent","features":[358,584]},{"name":"IRTCSession","features":[584]},{"name":"IRTCSession2","features":[584]},{"name":"IRTCSessionCallControl","features":[584]},{"name":"IRTCSessionDescriptionManager","features":[584]},{"name":"IRTCSessionOperationCompleteEvent","features":[358,584]},{"name":"IRTCSessionOperationCompleteEvent2","features":[358,584]},{"name":"IRTCSessionPortManagement","features":[584]},{"name":"IRTCSessionReferStatusEvent","features":[358,584]},{"name":"IRTCSessionReferredEvent","features":[358,584]},{"name":"IRTCSessionStateChangeEvent","features":[358,584]},{"name":"IRTCSessionStateChangeEvent2","features":[358,584]},{"name":"IRTCUserSearch","features":[584]},{"name":"IRTCUserSearchQuery","features":[584]},{"name":"IRTCUserSearchResult","features":[584]},{"name":"IRTCUserSearchResultsEvent","features":[358,584]},{"name":"IRTCWatcher","features":[584]},{"name":"IRTCWatcher2","features":[584]},{"name":"IRTCWatcherEvent","features":[358,584]},{"name":"IRTCWatcherEvent2","features":[358,584]},{"name":"ITransportSettingsInternal","features":[584]},{"name":"RTCAD_MICROPHONE","features":[584]},{"name":"RTCAD_SPEAKER","features":[584]},{"name":"RTCAM_AUTOMATICALLY_ACCEPT","features":[584]},{"name":"RTCAM_AUTOMATICALLY_REJECT","features":[584]},{"name":"RTCAM_NOT_SUPPORTED","features":[584]},{"name":"RTCAM_OFFER_SESSION_EVENT","features":[584]},{"name":"RTCAS_SCOPE_ALL","features":[584]},{"name":"RTCAS_SCOPE_DOMAIN","features":[584]},{"name":"RTCAS_SCOPE_USER","features":[584]},{"name":"RTCAU_BASIC","features":[584]},{"name":"RTCAU_DIGEST","features":[584]},{"name":"RTCAU_KERBEROS","features":[584]},{"name":"RTCAU_NTLM","features":[584]},{"name":"RTCAU_USE_LOGON_CRED","features":[584]},{"name":"RTCBET_BUDDY_ADD","features":[584]},{"name":"RTCBET_BUDDY_REMOVE","features":[584]},{"name":"RTCBET_BUDDY_ROAMED","features":[584]},{"name":"RTCBET_BUDDY_STATE_CHANGE","features":[584]},{"name":"RTCBET_BUDDY_SUBSCRIBED","features":[584]},{"name":"RTCBET_BUDDY_UPDATE","features":[584]},{"name":"RTCBT_ALWAYS_OFFLINE","features":[584]},{"name":"RTCBT_ALWAYS_ONLINE","features":[584]},{"name":"RTCBT_POLL","features":[584]},{"name":"RTCBT_SUBSCRIBED","features":[584]},{"name":"RTCCET_ASYNC_CLEANUP_DONE","features":[584]},{"name":"RTCCET_DEVICE_CHANGE","features":[584]},{"name":"RTCCET_NETWORK_QUALITY_CHANGE","features":[584]},{"name":"RTCCET_VOLUME_CHANGE","features":[584]},{"name":"RTCCS_FAIL_ON_REDIRECT","features":[584]},{"name":"RTCCS_FORCE_PROFILE","features":[584]},{"name":"RTCClient","features":[584]},{"name":"RTCEF_ALL","features":[584]},{"name":"RTCEF_BUDDY","features":[584]},{"name":"RTCEF_BUDDY2","features":[584]},{"name":"RTCEF_CLIENT","features":[584]},{"name":"RTCEF_GROUP","features":[584]},{"name":"RTCEF_INFO","features":[584]},{"name":"RTCEF_INTENSITY","features":[584]},{"name":"RTCEF_MEDIA","features":[584]},{"name":"RTCEF_MEDIA_REQUEST","features":[584]},{"name":"RTCEF_MESSAGING","features":[584]},{"name":"RTCEF_PARTICIPANT_STATE_CHANGE","features":[584]},{"name":"RTCEF_PRESENCE_DATA","features":[584]},{"name":"RTCEF_PRESENCE_PROPERTY","features":[584]},{"name":"RTCEF_PRESENCE_STATUS","features":[584]},{"name":"RTCEF_PROFILE","features":[584]},{"name":"RTCEF_REGISTRATION_STATE_CHANGE","features":[584]},{"name":"RTCEF_REINVITE","features":[584]},{"name":"RTCEF_ROAMING","features":[584]},{"name":"RTCEF_SESSION_OPERATION_COMPLETE","features":[584]},{"name":"RTCEF_SESSION_REFERRED","features":[584]},{"name":"RTCEF_SESSION_REFER_STATUS","features":[584]},{"name":"RTCEF_SESSION_STATE_CHANGE","features":[584]},{"name":"RTCEF_USERSEARCH","features":[584]},{"name":"RTCEF_WATCHER","features":[584]},{"name":"RTCEF_WATCHER2","features":[584]},{"name":"RTCE_BUDDY","features":[584]},{"name":"RTCE_CLIENT","features":[584]},{"name":"RTCE_GROUP","features":[584]},{"name":"RTCE_INFO","features":[584]},{"name":"RTCE_INTENSITY","features":[584]},{"name":"RTCE_MEDIA","features":[584]},{"name":"RTCE_MEDIA_REQUEST","features":[584]},{"name":"RTCE_MESSAGING","features":[584]},{"name":"RTCE_PARTICIPANT_STATE_CHANGE","features":[584]},{"name":"RTCE_PRESENCE_DATA","features":[584]},{"name":"RTCE_PRESENCE_PROPERTY","features":[584]},{"name":"RTCE_PRESENCE_STATUS","features":[584]},{"name":"RTCE_PROFILE","features":[584]},{"name":"RTCE_REGISTRATION_STATE_CHANGE","features":[584]},{"name":"RTCE_REINVITE","features":[584]},{"name":"RTCE_ROAMING","features":[584]},{"name":"RTCE_SESSION_OPERATION_COMPLETE","features":[584]},{"name":"RTCE_SESSION_REFERRED","features":[584]},{"name":"RTCE_SESSION_REFER_STATUS","features":[584]},{"name":"RTCE_SESSION_STATE_CHANGE","features":[584]},{"name":"RTCE_USERSEARCH","features":[584]},{"name":"RTCE_WATCHER","features":[584]},{"name":"RTCGET_GROUP_ADD","features":[584]},{"name":"RTCGET_GROUP_BUDDY_ADD","features":[584]},{"name":"RTCGET_GROUP_BUDDY_REMOVE","features":[584]},{"name":"RTCGET_GROUP_REMOVE","features":[584]},{"name":"RTCGET_GROUP_ROAMED","features":[584]},{"name":"RTCGET_GROUP_UPDATE","features":[584]},{"name":"RTCIF_DISABLE_MEDIA","features":[584]},{"name":"RTCIF_DISABLE_STRICT_DNS","features":[584]},{"name":"RTCIF_DISABLE_UPNP","features":[584]},{"name":"RTCIF_ENABLE_SERVER_CLASS","features":[584]},{"name":"RTCLM_BOTH","features":[584]},{"name":"RTCLM_DYNAMIC","features":[584]},{"name":"RTCLM_NONE","features":[584]},{"name":"RTCMER_BAD_DEVICE","features":[584]},{"name":"RTCMER_HOLD","features":[584]},{"name":"RTCMER_NORMAL","features":[584]},{"name":"RTCMER_NO_PORT","features":[584]},{"name":"RTCMER_PORT_MAPPING_FAILED","features":[584]},{"name":"RTCMER_REMOTE_REQUEST","features":[584]},{"name":"RTCMER_TIMEOUT","features":[584]},{"name":"RTCMET_FAILED","features":[584]},{"name":"RTCMET_STARTED","features":[584]},{"name":"RTCMET_STOPPED","features":[584]},{"name":"RTCMSET_MESSAGE","features":[584]},{"name":"RTCMSET_STATUS","features":[584]},{"name":"RTCMT_AUDIO_RECEIVE","features":[584]},{"name":"RTCMT_AUDIO_SEND","features":[584]},{"name":"RTCMT_T120_SENDRECV","features":[584]},{"name":"RTCMT_VIDEO_RECEIVE","features":[584]},{"name":"RTCMT_VIDEO_SEND","features":[584]},{"name":"RTCMUS_IDLE","features":[584]},{"name":"RTCMUS_TYPING","features":[584]},{"name":"RTCOWM_AUTOMATICALLY_ADD_WATCHER","features":[584]},{"name":"RTCOWM_OFFER_WATCHER_EVENT","features":[584]},{"name":"RTCPFET_PROFILE_GET","features":[584]},{"name":"RTCPFET_PROFILE_UPDATE","features":[584]},{"name":"RTCPM_ALLOW_LIST_ONLY","features":[584]},{"name":"RTCPM_BLOCK_LIST_EXCLUDED","features":[584]},{"name":"RTCPP_DEVICE_NAME","features":[584]},{"name":"RTCPP_DISPLAYNAME","features":[584]},{"name":"RTCPP_EMAIL","features":[584]},{"name":"RTCPP_MULTIPLE","features":[584]},{"name":"RTCPP_PHONENUMBER","features":[584]},{"name":"RTCPS_ALERTING","features":[584]},{"name":"RTCPS_ANSWERING","features":[584]},{"name":"RTCPS_CONNECTED","features":[584]},{"name":"RTCPS_DISCONNECTED","features":[584]},{"name":"RTCPS_DISCONNECTING","features":[584]},{"name":"RTCPS_IDLE","features":[584]},{"name":"RTCPS_INCOMING","features":[584]},{"name":"RTCPS_INPROGRESS","features":[584]},{"name":"RTCPS_PENDING","features":[584]},{"name":"RTCPT_AUDIO_RTCP","features":[584]},{"name":"RTCPT_AUDIO_RTP","features":[584]},{"name":"RTCPT_SIP","features":[584]},{"name":"RTCPT_VIDEO_RTCP","features":[584]},{"name":"RTCPT_VIDEO_RTP","features":[584]},{"name":"RTCPU_URIDISPLAYDURINGCALL","features":[584]},{"name":"RTCPU_URIDISPLAYDURINGIDLE","features":[584]},{"name":"RTCPU_URIHELPDESK","features":[584]},{"name":"RTCPU_URIHOMEPAGE","features":[584]},{"name":"RTCPU_URIPERSONALACCOUNT","features":[584]},{"name":"RTCRET_BUDDY_ROAMING","features":[584]},{"name":"RTCRET_PRESENCE_ROAMING","features":[584]},{"name":"RTCRET_PROFILE_ROAMING","features":[584]},{"name":"RTCRET_WATCHER_ROAMING","features":[584]},{"name":"RTCRET_WPENDING_ROAMING","features":[584]},{"name":"RTCRF_REGISTER_ALL","features":[584]},{"name":"RTCRF_REGISTER_INVITE_SESSIONS","features":[584]},{"name":"RTCRF_REGISTER_MESSAGE_SESSIONS","features":[584]},{"name":"RTCRF_REGISTER_NOTIFY","features":[584]},{"name":"RTCRF_REGISTER_PRESENCE","features":[584]},{"name":"RTCRIN_FAIL","features":[584]},{"name":"RTCRIN_INCOMING","features":[584]},{"name":"RTCRIN_SUCCEEDED","features":[584]},{"name":"RTCRMF_ALL_ROAMING","features":[584]},{"name":"RTCRMF_BUDDY_ROAMING","features":[584]},{"name":"RTCRMF_PRESENCE_ROAMING","features":[584]},{"name":"RTCRMF_PROFILE_ROAMING","features":[584]},{"name":"RTCRMF_WATCHER_ROAMING","features":[584]},{"name":"RTCRS_ERROR","features":[584]},{"name":"RTCRS_LOCAL_PA_LOGGED_OFF","features":[584]},{"name":"RTCRS_LOGGED_OFF","features":[584]},{"name":"RTCRS_NOT_REGISTERED","features":[584]},{"name":"RTCRS_REGISTERED","features":[584]},{"name":"RTCRS_REGISTERING","features":[584]},{"name":"RTCRS_REJECTED","features":[584]},{"name":"RTCRS_REMOTE_PA_LOGGED_OFF","features":[584]},{"name":"RTCRS_UNREGISTERING","features":[584]},{"name":"RTCRT_MESSAGE","features":[584]},{"name":"RTCRT_PHONE","features":[584]},{"name":"RTCRT_RINGBACK","features":[584]},{"name":"RTCSECL_REQUIRED","features":[584]},{"name":"RTCSECL_SUPPORTED","features":[584]},{"name":"RTCSECL_UNSUPPORTED","features":[584]},{"name":"RTCSECT_AUDIO_VIDEO_MEDIA_ENCRYPTION","features":[584]},{"name":"RTCSECT_T120_MEDIA_ENCRYPTION","features":[584]},{"name":"RTCSI_APPLICATION","features":[584]},{"name":"RTCSI_IM","features":[584]},{"name":"RTCSI_MULTIPARTY_IM","features":[584]},{"name":"RTCSI_PC_TO_PC","features":[584]},{"name":"RTCSI_PC_TO_PHONE","features":[584]},{"name":"RTCSI_PHONE_TO_PHONE","features":[584]},{"name":"RTCSRS_ACCEPTED","features":[584]},{"name":"RTCSRS_DONE","features":[584]},{"name":"RTCSRS_DROPPED","features":[584]},{"name":"RTCSRS_ERROR","features":[584]},{"name":"RTCSRS_REFERRING","features":[584]},{"name":"RTCSRS_REJECTED","features":[584]},{"name":"RTCSS_ANSWERING","features":[584]},{"name":"RTCSS_CONNECTED","features":[584]},{"name":"RTCSS_DISCONNECTED","features":[584]},{"name":"RTCSS_HOLD","features":[584]},{"name":"RTCSS_IDLE","features":[584]},{"name":"RTCSS_INCOMING","features":[584]},{"name":"RTCSS_INPROGRESS","features":[584]},{"name":"RTCSS_REFER","features":[584]},{"name":"RTCST_APPLICATION","features":[584]},{"name":"RTCST_IM","features":[584]},{"name":"RTCST_MULTIPARTY_IM","features":[584]},{"name":"RTCST_PC_TO_PC","features":[584]},{"name":"RTCST_PC_TO_PHONE","features":[584]},{"name":"RTCST_PHONE_TO_PHONE","features":[584]},{"name":"RTCTA_APPSHARING","features":[584]},{"name":"RTCTA_WHITEBOARD","features":[584]},{"name":"RTCTR_BUSY","features":[584]},{"name":"RTCTR_DND","features":[584]},{"name":"RTCTR_INSUFFICIENT_SECURITY_LEVEL","features":[584]},{"name":"RTCTR_NORMAL","features":[584]},{"name":"RTCTR_NOT_SUPPORTED","features":[584]},{"name":"RTCTR_REJECT","features":[584]},{"name":"RTCTR_SHUTDOWN","features":[584]},{"name":"RTCTR_TCP","features":[584]},{"name":"RTCTR_TIMEOUT","features":[584]},{"name":"RTCTR_TLS","features":[584]},{"name":"RTCTR_UDP","features":[584]},{"name":"RTCUSC_CITY","features":[584]},{"name":"RTCUSC_COMPANY","features":[584]},{"name":"RTCUSC_COUNTRY","features":[584]},{"name":"RTCUSC_DISPLAYNAME","features":[584]},{"name":"RTCUSC_EMAIL","features":[584]},{"name":"RTCUSC_OFFICE","features":[584]},{"name":"RTCUSC_PHONE","features":[584]},{"name":"RTCUSC_STATE","features":[584]},{"name":"RTCUSC_TITLE","features":[584]},{"name":"RTCUSC_URI","features":[584]},{"name":"RTCUSP_MAX_MATCHES","features":[584]},{"name":"RTCUSP_TIME_LIMIT","features":[584]},{"name":"RTCVD_PREVIEW","features":[584]},{"name":"RTCVD_RECEIVE","features":[584]},{"name":"RTCWET_WATCHER_ADD","features":[584]},{"name":"RTCWET_WATCHER_OFFERING","features":[584]},{"name":"RTCWET_WATCHER_REMOVE","features":[584]},{"name":"RTCWET_WATCHER_ROAMED","features":[584]},{"name":"RTCWET_WATCHER_UPDATE","features":[584]},{"name":"RTCWMM_BEST_ACE_MATCH","features":[584]},{"name":"RTCWMM_EXACT_MATCH","features":[584]},{"name":"RTCWS_ALLOWED","features":[584]},{"name":"RTCWS_BLOCKED","features":[584]},{"name":"RTCWS_DENIED","features":[584]},{"name":"RTCWS_OFFERING","features":[584]},{"name":"RTCWS_PROMPT","features":[584]},{"name":"RTCWS_UNKNOWN","features":[584]},{"name":"RTCXS_PRESENCE_AWAY","features":[584]},{"name":"RTCXS_PRESENCE_BE_RIGHT_BACK","features":[584]},{"name":"RTCXS_PRESENCE_BUSY","features":[584]},{"name":"RTCXS_PRESENCE_IDLE","features":[584]},{"name":"RTCXS_PRESENCE_OFFLINE","features":[584]},{"name":"RTCXS_PRESENCE_ONLINE","features":[584]},{"name":"RTCXS_PRESENCE_ON_THE_PHONE","features":[584]},{"name":"RTCXS_PRESENCE_OUT_TO_LUNCH","features":[584]},{"name":"RTC_ACE_SCOPE","features":[584]},{"name":"RTC_ANSWER_MODE","features":[584]},{"name":"RTC_AUDIO_DEVICE","features":[584]},{"name":"RTC_BUDDY_EVENT_TYPE","features":[584]},{"name":"RTC_BUDDY_SUBSCRIPTION_TYPE","features":[584]},{"name":"RTC_CLIENT_EVENT_TYPE","features":[584]},{"name":"RTC_DTMF","features":[584]},{"name":"RTC_DTMF_0","features":[584]},{"name":"RTC_DTMF_1","features":[584]},{"name":"RTC_DTMF_2","features":[584]},{"name":"RTC_DTMF_3","features":[584]},{"name":"RTC_DTMF_4","features":[584]},{"name":"RTC_DTMF_5","features":[584]},{"name":"RTC_DTMF_6","features":[584]},{"name":"RTC_DTMF_7","features":[584]},{"name":"RTC_DTMF_8","features":[584]},{"name":"RTC_DTMF_9","features":[584]},{"name":"RTC_DTMF_A","features":[584]},{"name":"RTC_DTMF_B","features":[584]},{"name":"RTC_DTMF_C","features":[584]},{"name":"RTC_DTMF_D","features":[584]},{"name":"RTC_DTMF_FLASH","features":[584]},{"name":"RTC_DTMF_POUND","features":[584]},{"name":"RTC_DTMF_STAR","features":[584]},{"name":"RTC_EVENT","features":[584]},{"name":"RTC_E_ANOTHER_MEDIA_SESSION_ACTIVE","features":[584]},{"name":"RTC_E_BASIC_AUTH_SET_TLS","features":[584]},{"name":"RTC_E_CLIENT_ALREADY_INITIALIZED","features":[584]},{"name":"RTC_E_CLIENT_ALREADY_SHUT_DOWN","features":[584]},{"name":"RTC_E_CLIENT_NOT_INITIALIZED","features":[584]},{"name":"RTC_E_DESTINATION_ADDRESS_LOCAL","features":[584]},{"name":"RTC_E_DESTINATION_ADDRESS_MULTICAST","features":[584]},{"name":"RTC_E_DUPLICATE_BUDDY","features":[584]},{"name":"RTC_E_DUPLICATE_GROUP","features":[584]},{"name":"RTC_E_DUPLICATE_REALM","features":[584]},{"name":"RTC_E_DUPLICATE_WATCHER","features":[584]},{"name":"RTC_E_INVALID_ACL_LIST","features":[584]},{"name":"RTC_E_INVALID_ADDRESS_LOCAL","features":[584]},{"name":"RTC_E_INVALID_BUDDY_LIST","features":[584]},{"name":"RTC_E_INVALID_LISTEN_SOCKET","features":[584]},{"name":"RTC_E_INVALID_OBJECT_STATE","features":[584]},{"name":"RTC_E_INVALID_PORTRANGE","features":[584]},{"name":"RTC_E_INVALID_PREFERENCE_LIST","features":[584]},{"name":"RTC_E_INVALID_PROFILE","features":[584]},{"name":"RTC_E_INVALID_PROXY_ADDRESS","features":[584]},{"name":"RTC_E_INVALID_REGISTRATION_STATE","features":[584]},{"name":"RTC_E_INVALID_SESSION_STATE","features":[584]},{"name":"RTC_E_INVALID_SESSION_TYPE","features":[584]},{"name":"RTC_E_INVALID_SIP_URL","features":[584]},{"name":"RTC_E_LISTENING_SOCKET_NOT_EXIST","features":[584]},{"name":"RTC_E_LOCAL_PHONE_NEEDED","features":[584]},{"name":"RTC_E_MALFORMED_XML","features":[584]},{"name":"RTC_E_MAX_PENDING_OPERATIONS","features":[584]},{"name":"RTC_E_MAX_REDIRECTS","features":[584]},{"name":"RTC_E_MEDIA_AEC","features":[584]},{"name":"RTC_E_MEDIA_AUDIO_DEVICE_NOT_AVAILABLE","features":[584]},{"name":"RTC_E_MEDIA_CONTROLLER_STATE","features":[584]},{"name":"RTC_E_MEDIA_DISABLED","features":[584]},{"name":"RTC_E_MEDIA_ENABLED","features":[584]},{"name":"RTC_E_MEDIA_NEED_TERMINAL","features":[584]},{"name":"RTC_E_MEDIA_SESSION_IN_HOLD","features":[584]},{"name":"RTC_E_MEDIA_SESSION_NOT_EXIST","features":[584]},{"name":"RTC_E_MEDIA_VIDEO_DEVICE_NOT_AVAILABLE","features":[584]},{"name":"RTC_E_NOT_ALLOWED","features":[584]},{"name":"RTC_E_NOT_EXIST","features":[584]},{"name":"RTC_E_NOT_PRESENCE_PROFILE","features":[584]},{"name":"RTC_E_NO_BUDDY","features":[584]},{"name":"RTC_E_NO_DEVICE","features":[584]},{"name":"RTC_E_NO_GROUP","features":[584]},{"name":"RTC_E_NO_PROFILE","features":[584]},{"name":"RTC_E_NO_REALM","features":[584]},{"name":"RTC_E_NO_TRANSPORT","features":[584]},{"name":"RTC_E_NO_WATCHER","features":[584]},{"name":"RTC_E_OPERATION_WITH_TOO_MANY_PARTICIPANTS","features":[584]},{"name":"RTC_E_PINT_STATUS_REJECTED_ALL_BUSY","features":[584]},{"name":"RTC_E_PINT_STATUS_REJECTED_BADNUMBER","features":[584]},{"name":"RTC_E_PINT_STATUS_REJECTED_BUSY","features":[584]},{"name":"RTC_E_PINT_STATUS_REJECTED_CANCELLED","features":[584]},{"name":"RTC_E_PINT_STATUS_REJECTED_NO_ANSWER","features":[584]},{"name":"RTC_E_PINT_STATUS_REJECTED_PL_FAILED","features":[584]},{"name":"RTC_E_PINT_STATUS_REJECTED_SW_FAILED","features":[584]},{"name":"RTC_E_PLATFORM_NOT_SUPPORTED","features":[584]},{"name":"RTC_E_POLICY_NOT_ALLOW","features":[584]},{"name":"RTC_E_PORT_MANAGER_ALREADY_SET","features":[584]},{"name":"RTC_E_PORT_MAPPING_FAILED","features":[584]},{"name":"RTC_E_PORT_MAPPING_UNAVAILABLE","features":[584]},{"name":"RTC_E_PRESENCE_ENABLED","features":[584]},{"name":"RTC_E_PRESENCE_NOT_ENABLED","features":[584]},{"name":"RTC_E_PROFILE_INVALID_SERVER_AUTHMETHOD","features":[584]},{"name":"RTC_E_PROFILE_INVALID_SERVER_PROTOCOL","features":[584]},{"name":"RTC_E_PROFILE_INVALID_SERVER_ROLE","features":[584]},{"name":"RTC_E_PROFILE_INVALID_SESSION","features":[584]},{"name":"RTC_E_PROFILE_INVALID_SESSION_PARTY","features":[584]},{"name":"RTC_E_PROFILE_INVALID_SESSION_TYPE","features":[584]},{"name":"RTC_E_PROFILE_MULTIPLE_REGISTRARS","features":[584]},{"name":"RTC_E_PROFILE_NO_KEY","features":[584]},{"name":"RTC_E_PROFILE_NO_NAME","features":[584]},{"name":"RTC_E_PROFILE_NO_PROVISION","features":[584]},{"name":"RTC_E_PROFILE_NO_SERVER","features":[584]},{"name":"RTC_E_PROFILE_NO_SERVER_ADDRESS","features":[584]},{"name":"RTC_E_PROFILE_NO_SERVER_PROTOCOL","features":[584]},{"name":"RTC_E_PROFILE_NO_USER","features":[584]},{"name":"RTC_E_PROFILE_NO_USER_URI","features":[584]},{"name":"RTC_E_PROFILE_SERVER_UNAUTHORIZED","features":[584]},{"name":"RTC_E_REDIRECT_PROCESSING_FAILED","features":[584]},{"name":"RTC_E_REFER_NOT_ACCEPTED","features":[584]},{"name":"RTC_E_REFER_NOT_ALLOWED","features":[584]},{"name":"RTC_E_REFER_NOT_EXIST","features":[584]},{"name":"RTC_E_REGISTRATION_DEACTIVATED","features":[584]},{"name":"RTC_E_REGISTRATION_REJECTED","features":[584]},{"name":"RTC_E_REGISTRATION_UNREGISTERED","features":[584]},{"name":"RTC_E_ROAMING_ENABLED","features":[584]},{"name":"RTC_E_ROAMING_FAILED","features":[584]},{"name":"RTC_E_ROAMING_OPERATION_INTERRUPTED","features":[584]},{"name":"RTC_E_SDP_CONNECTION_ADDR","features":[584]},{"name":"RTC_E_SDP_FAILED_TO_BUILD","features":[584]},{"name":"RTC_E_SDP_MULTICAST","features":[584]},{"name":"RTC_E_SDP_NOT_PRESENT","features":[584]},{"name":"RTC_E_SDP_NO_MEDIA","features":[584]},{"name":"RTC_E_SDP_PARSE_FAILED","features":[584]},{"name":"RTC_E_SDP_UPDATE_FAILED","features":[584]},{"name":"RTC_E_SECURITY_LEVEL_ALREADY_SET","features":[584]},{"name":"RTC_E_SECURITY_LEVEL_NOT_COMPATIBLE","features":[584]},{"name":"RTC_E_SECURITY_LEVEL_NOT_DEFINED","features":[584]},{"name":"RTC_E_SECURITY_LEVEL_NOT_SUPPORTED_BY_PARTICIPANT","features":[584]},{"name":"RTC_E_SIP_ADDITIONAL_PARTY_IN_TWO_PARTY_SESSION","features":[584]},{"name":"RTC_E_SIP_AUTH_FAILED","features":[584]},{"name":"RTC_E_SIP_AUTH_HEADER_SENT","features":[584]},{"name":"RTC_E_SIP_AUTH_TIME_SKEW","features":[584]},{"name":"RTC_E_SIP_AUTH_TYPE_NOT_SUPPORTED","features":[584]},{"name":"RTC_E_SIP_CALL_CONNECTION_NOT_ESTABLISHED","features":[584]},{"name":"RTC_E_SIP_CALL_DISCONNECTED","features":[584]},{"name":"RTC_E_SIP_CODECS_DO_NOT_MATCH","features":[584]},{"name":"RTC_E_SIP_DNS_FAIL","features":[584]},{"name":"RTC_E_SIP_HEADER_NOT_PRESENT","features":[584]},{"name":"RTC_E_SIP_HIGH_SECURITY_SET_TLS","features":[584]},{"name":"RTC_E_SIP_HOLD_OPERATION_PENDING","features":[584]},{"name":"RTC_E_SIP_INVALID_CERTIFICATE","features":[584]},{"name":"RTC_E_SIP_INVITEE_PARTY_TIMEOUT","features":[584]},{"name":"RTC_E_SIP_INVITE_TRANSACTION_PENDING","features":[584]},{"name":"RTC_E_SIP_NEED_MORE_DATA","features":[584]},{"name":"RTC_E_SIP_NO_STREAM","features":[584]},{"name":"RTC_E_SIP_OTHER_PARTY_JOIN_IN_PROGRESS","features":[584]},{"name":"RTC_E_SIP_PARSE_FAILED","features":[584]},{"name":"RTC_E_SIP_PARTY_ALREADY_IN_SESSION","features":[584]},{"name":"RTC_E_SIP_PEER_PARTICIPANT_IN_MULTIPARTY_SESSION","features":[584]},{"name":"RTC_E_SIP_REFER_OPERATION_PENDING","features":[584]},{"name":"RTC_E_SIP_REQUEST_DESTINATION_ADDR_NOT_PRESENT","features":[584]},{"name":"RTC_E_SIP_SSL_NEGOTIATION_TIMEOUT","features":[584]},{"name":"RTC_E_SIP_SSL_TUNNEL_FAILED","features":[584]},{"name":"RTC_E_SIP_STACK_SHUTDOWN","features":[584]},{"name":"RTC_E_SIP_STREAM_NOT_PRESENT","features":[584]},{"name":"RTC_E_SIP_STREAM_PRESENT","features":[584]},{"name":"RTC_E_SIP_TCP_FAIL","features":[584]},{"name":"RTC_E_SIP_TIMEOUT","features":[584]},{"name":"RTC_E_SIP_TLS_FAIL","features":[584]},{"name":"RTC_E_SIP_TLS_INCOMPATIBLE_ENCRYPTION","features":[584]},{"name":"RTC_E_SIP_TRANSPORT_NOT_SUPPORTED","features":[584]},{"name":"RTC_E_SIP_UDP_SIZE_EXCEEDED","features":[584]},{"name":"RTC_E_SIP_UNHOLD_OPERATION_PENDING","features":[584]},{"name":"RTC_E_START_STREAM","features":[584]},{"name":"RTC_E_STATUS_CLIENT_ADDRESS_INCOMPLETE","features":[584]},{"name":"RTC_E_STATUS_CLIENT_AMBIGUOUS","features":[584]},{"name":"RTC_E_STATUS_CLIENT_BAD_EXTENSION","features":[584]},{"name":"RTC_E_STATUS_CLIENT_BAD_REQUEST","features":[584]},{"name":"RTC_E_STATUS_CLIENT_BUSY_HERE","features":[584]},{"name":"RTC_E_STATUS_CLIENT_CONFLICT","features":[584]},{"name":"RTC_E_STATUS_CLIENT_FORBIDDEN","features":[584]},{"name":"RTC_E_STATUS_CLIENT_GONE","features":[584]},{"name":"RTC_E_STATUS_CLIENT_LENGTH_REQUIRED","features":[584]},{"name":"RTC_E_STATUS_CLIENT_LOOP_DETECTED","features":[584]},{"name":"RTC_E_STATUS_CLIENT_METHOD_NOT_ALLOWED","features":[584]},{"name":"RTC_E_STATUS_CLIENT_NOT_ACCEPTABLE","features":[584]},{"name":"RTC_E_STATUS_CLIENT_NOT_FOUND","features":[584]},{"name":"RTC_E_STATUS_CLIENT_PAYMENT_REQUIRED","features":[584]},{"name":"RTC_E_STATUS_CLIENT_PROXY_AUTHENTICATION_REQUIRED","features":[584]},{"name":"RTC_E_STATUS_CLIENT_REQUEST_ENTITY_TOO_LARGE","features":[584]},{"name":"RTC_E_STATUS_CLIENT_REQUEST_TIMEOUT","features":[584]},{"name":"RTC_E_STATUS_CLIENT_REQUEST_URI_TOO_LARGE","features":[584]},{"name":"RTC_E_STATUS_CLIENT_TEMPORARILY_NOT_AVAILABLE","features":[584]},{"name":"RTC_E_STATUS_CLIENT_TOO_MANY_HOPS","features":[584]},{"name":"RTC_E_STATUS_CLIENT_TRANSACTION_DOES_NOT_EXIST","features":[584]},{"name":"RTC_E_STATUS_CLIENT_UNAUTHORIZED","features":[584]},{"name":"RTC_E_STATUS_CLIENT_UNSUPPORTED_MEDIA_TYPE","features":[584]},{"name":"RTC_E_STATUS_GLOBAL_BUSY_EVERYWHERE","features":[584]},{"name":"RTC_E_STATUS_GLOBAL_DECLINE","features":[584]},{"name":"RTC_E_STATUS_GLOBAL_DOES_NOT_EXIST_ANYWHERE","features":[584]},{"name":"RTC_E_STATUS_GLOBAL_NOT_ACCEPTABLE","features":[584]},{"name":"RTC_E_STATUS_INFO_CALL_FORWARDING","features":[584]},{"name":"RTC_E_STATUS_INFO_QUEUED","features":[584]},{"name":"RTC_E_STATUS_INFO_RINGING","features":[584]},{"name":"RTC_E_STATUS_INFO_TRYING","features":[584]},{"name":"RTC_E_STATUS_NOT_ACCEPTABLE_HERE","features":[584]},{"name":"RTC_E_STATUS_REDIRECT_ALTERNATIVE_SERVICE","features":[584]},{"name":"RTC_E_STATUS_REDIRECT_MOVED_PERMANENTLY","features":[584]},{"name":"RTC_E_STATUS_REDIRECT_MOVED_TEMPORARILY","features":[584]},{"name":"RTC_E_STATUS_REDIRECT_MULTIPLE_CHOICES","features":[584]},{"name":"RTC_E_STATUS_REDIRECT_SEE_OTHER","features":[584]},{"name":"RTC_E_STATUS_REDIRECT_USE_PROXY","features":[584]},{"name":"RTC_E_STATUS_REQUEST_TERMINATED","features":[584]},{"name":"RTC_E_STATUS_SERVER_BAD_GATEWAY","features":[584]},{"name":"RTC_E_STATUS_SERVER_INTERNAL_ERROR","features":[584]},{"name":"RTC_E_STATUS_SERVER_NOT_IMPLEMENTED","features":[584]},{"name":"RTC_E_STATUS_SERVER_SERVER_TIMEOUT","features":[584]},{"name":"RTC_E_STATUS_SERVER_SERVICE_UNAVAILABLE","features":[584]},{"name":"RTC_E_STATUS_SERVER_VERSION_NOT_SUPPORTED","features":[584]},{"name":"RTC_E_STATUS_SESSION_PROGRESS","features":[584]},{"name":"RTC_E_STATUS_SUCCESS","features":[584]},{"name":"RTC_E_TOO_MANY_GROUPS","features":[584]},{"name":"RTC_E_TOO_MANY_RETRIES","features":[584]},{"name":"RTC_E_TOO_SMALL_EXPIRES_VALUE","features":[584]},{"name":"RTC_E_UDP_NOT_SUPPORTED","features":[584]},{"name":"RTC_GROUP_EVENT_TYPE","features":[584]},{"name":"RTC_LISTEN_MODE","features":[584]},{"name":"RTC_MEDIA_EVENT_REASON","features":[584]},{"name":"RTC_MEDIA_EVENT_TYPE","features":[584]},{"name":"RTC_MESSAGING_EVENT_TYPE","features":[584]},{"name":"RTC_MESSAGING_USER_STATUS","features":[584]},{"name":"RTC_OFFER_WATCHER_MODE","features":[584]},{"name":"RTC_PARTICIPANT_STATE","features":[584]},{"name":"RTC_PORT_TYPE","features":[584]},{"name":"RTC_PRESENCE_PROPERTY","features":[584]},{"name":"RTC_PRESENCE_STATUS","features":[584]},{"name":"RTC_PRIVACY_MODE","features":[584]},{"name":"RTC_PROFILE_EVENT_TYPE","features":[584]},{"name":"RTC_PROVIDER_URI","features":[584]},{"name":"RTC_REGISTRATION_STATE","features":[584]},{"name":"RTC_REINVITE_STATE","features":[584]},{"name":"RTC_RING_TYPE","features":[584]},{"name":"RTC_ROAMING_EVENT_TYPE","features":[584]},{"name":"RTC_SECURITY_LEVEL","features":[584]},{"name":"RTC_SECURITY_TYPE","features":[584]},{"name":"RTC_SESSION_REFER_STATUS","features":[584]},{"name":"RTC_SESSION_STATE","features":[584]},{"name":"RTC_SESSION_TYPE","features":[584]},{"name":"RTC_S_ROAMING_NOT_SUPPORTED","features":[584]},{"name":"RTC_T120_APPLET","features":[584]},{"name":"RTC_TERMINATE_REASON","features":[584]},{"name":"RTC_USER_SEARCH_COLUMN","features":[584]},{"name":"RTC_USER_SEARCH_PREFERENCE","features":[584]},{"name":"RTC_VIDEO_DEVICE","features":[584]},{"name":"RTC_WATCHER_EVENT_TYPE","features":[584]},{"name":"RTC_WATCHER_MATCH_MODE","features":[584]},{"name":"RTC_WATCHER_STATE","features":[584]},{"name":"STATUS_SEVERITY_RTC_ERROR","features":[584]},{"name":"TRANSPORT_SETTING","features":[319,584]}],"603":[{"name":"ApplicationRecoveryFinished","features":[305,585]},{"name":"ApplicationRecoveryInProgress","features":[305,585]},{"name":"GetApplicationRecoveryCallback","features":[305,585,339]},{"name":"GetApplicationRestartSettings","features":[305,585]},{"name":"REGISTER_APPLICATION_RESTART_FLAGS","features":[585]},{"name":"RESTART_NO_CRASH","features":[585]},{"name":"RESTART_NO_HANG","features":[585]},{"name":"RESTART_NO_PATCH","features":[585]},{"name":"RESTART_NO_REBOOT","features":[585]},{"name":"RegisterApplicationRecoveryCallback","features":[585,339]},{"name":"RegisterApplicationRestart","features":[585]},{"name":"UnregisterApplicationRecoveryCallback","features":[585]},{"name":"UnregisterApplicationRestart","features":[585]}],"604":[{"name":"AGP_FLAG_NO_1X_RATE","features":[373]},{"name":"AGP_FLAG_NO_2X_RATE","features":[373]},{"name":"AGP_FLAG_NO_4X_RATE","features":[373]},{"name":"AGP_FLAG_NO_8X_RATE","features":[373]},{"name":"AGP_FLAG_NO_FW_ENABLE","features":[373]},{"name":"AGP_FLAG_NO_SBA_ENABLE","features":[373]},{"name":"AGP_FLAG_REVERSE_INITIALIZATION","features":[373]},{"name":"AGP_FLAG_SPECIAL_RESERVE","features":[373]},{"name":"AGP_FLAG_SPECIAL_TARGET","features":[373]},{"name":"APMMENUSUSPEND_DISABLED","features":[373]},{"name":"APMMENUSUSPEND_ENABLED","features":[373]},{"name":"APMMENUSUSPEND_NOCHANGE","features":[373]},{"name":"APMMENUSUSPEND_UNDOCKED","features":[373]},{"name":"APMTIMEOUT_DISABLED","features":[373]},{"name":"BIF_RAWDEVICENEEDSDRIVER","features":[373]},{"name":"BIF_SHOWSIMILARDRIVERS","features":[373]},{"name":"CSCONFIGFLAG_BITS","features":[373]},{"name":"CSCONFIGFLAG_DISABLED","features":[373]},{"name":"CSCONFIGFLAG_DO_NOT_CREATE","features":[373]},{"name":"CSCONFIGFLAG_DO_NOT_START","features":[373]},{"name":"DMSTATEFLAG_APPLYTOALL","features":[373]},{"name":"DOSOPTF_ALWAYSUSE","features":[373]},{"name":"DOSOPTF_DEFAULT","features":[373]},{"name":"DOSOPTF_INDOSSTART","features":[373]},{"name":"DOSOPTF_MULTIPLE","features":[373]},{"name":"DOSOPTF_NEEDSETUP","features":[373]},{"name":"DOSOPTF_PROVIDESUMB","features":[373]},{"name":"DOSOPTF_SUPPORTED","features":[373]},{"name":"DOSOPTF_USESPMODE","features":[373]},{"name":"DOSOPTGF_DEFCLEAN","features":[373]},{"name":"DRIVERSIGN_BLOCKING","features":[373]},{"name":"DRIVERSIGN_NONE","features":[373]},{"name":"DRIVERSIGN_WARNING","features":[373]},{"name":"DSKTLSYSTEMTIME","features":[373]},{"name":"DTRESULTFIX","features":[373]},{"name":"DTRESULTOK","features":[373]},{"name":"DTRESULTPART","features":[373]},{"name":"DTRESULTPROB","features":[373]},{"name":"EISAFLAG_NO_IO_MERGE","features":[373]},{"name":"EISAFLAG_SLOT_IO_FIRST","features":[373]},{"name":"EISA_NO_MAX_FUNCTION","features":[373]},{"name":"GetRegistryValueWithFallbackW","features":[305,373]},{"name":"HKEY","features":[373]},{"name":"HKEY_CLASSES_ROOT","features":[373]},{"name":"HKEY_CURRENT_CONFIG","features":[373]},{"name":"HKEY_CURRENT_USER","features":[373]},{"name":"HKEY_CURRENT_USER_LOCAL_SETTINGS","features":[373]},{"name":"HKEY_DYN_DATA","features":[373]},{"name":"HKEY_LOCAL_MACHINE","features":[373]},{"name":"HKEY_PERFORMANCE_DATA","features":[373]},{"name":"HKEY_PERFORMANCE_NLSTEXT","features":[373]},{"name":"HKEY_PERFORMANCE_TEXT","features":[373]},{"name":"HKEY_USERS","features":[373]},{"name":"IT_COMPACT","features":[373]},{"name":"IT_CUSTOM","features":[373]},{"name":"IT_PORTABLE","features":[373]},{"name":"IT_TYPICAL","features":[373]},{"name":"KEY_ALL_ACCESS","features":[373]},{"name":"KEY_CREATE_LINK","features":[373]},{"name":"KEY_CREATE_SUB_KEY","features":[373]},{"name":"KEY_ENUMERATE_SUB_KEYS","features":[373]},{"name":"KEY_EXECUTE","features":[373]},{"name":"KEY_NOTIFY","features":[373]},{"name":"KEY_QUERY_VALUE","features":[373]},{"name":"KEY_READ","features":[373]},{"name":"KEY_SET_VALUE","features":[373]},{"name":"KEY_WOW64_32KEY","features":[373]},{"name":"KEY_WOW64_64KEY","features":[373]},{"name":"KEY_WOW64_RES","features":[373]},{"name":"KEY_WRITE","features":[373]},{"name":"LASTGOOD_OPERATION","features":[373]},{"name":"LASTGOOD_OPERATION_DELETE","features":[373]},{"name":"LASTGOOD_OPERATION_NOPOSTPROC","features":[373]},{"name":"MF_FLAGS_CREATE_BUT_NO_SHOW_DISABLED","features":[373]},{"name":"MF_FLAGS_EVEN_IF_NO_RESOURCE","features":[373]},{"name":"MF_FLAGS_FILL_IN_UNKNOWN_RESOURCE","features":[373]},{"name":"MF_FLAGS_NO_CREATE_IF_NO_RESOURCE","features":[373]},{"name":"NUM_EISA_RANGES","features":[373]},{"name":"NUM_RESOURCE_MAP","features":[373]},{"name":"PCIC_DEFAULT_IRQMASK","features":[373]},{"name":"PCIC_DEFAULT_NUMSOCKETS","features":[373]},{"name":"PCI_OPTIONS_USE_BIOS","features":[373]},{"name":"PCI_OPTIONS_USE_IRQ_STEERING","features":[373]},{"name":"PCMCIA_DEF_MEMBEGIN","features":[373]},{"name":"PCMCIA_DEF_MEMEND","features":[373]},{"name":"PCMCIA_DEF_MEMLEN","features":[373]},{"name":"PCMCIA_DEF_MIN_REGION","features":[373]},{"name":"PCMCIA_OPT_AUTOMEM","features":[373]},{"name":"PCMCIA_OPT_HAVE_SOCKET","features":[373]},{"name":"PCMCIA_OPT_NO_APMREMOVE","features":[373]},{"name":"PCMCIA_OPT_NO_AUDIO","features":[373]},{"name":"PCMCIA_OPT_NO_SOUND","features":[373]},{"name":"PIR_OPTION_DEFAULT","features":[373]},{"name":"PIR_OPTION_ENABLED","features":[373]},{"name":"PIR_OPTION_MSSPEC","features":[373]},{"name":"PIR_OPTION_REALMODE","features":[373]},{"name":"PIR_OPTION_REGISTRY","features":[373]},{"name":"PIR_STATUS_DISABLED","features":[373]},{"name":"PIR_STATUS_ENABLED","features":[373]},{"name":"PIR_STATUS_ERROR","features":[373]},{"name":"PIR_STATUS_MAX","features":[373]},{"name":"PIR_STATUS_MINIPORT_COMPATIBLE","features":[373]},{"name":"PIR_STATUS_MINIPORT_ERROR","features":[373]},{"name":"PIR_STATUS_MINIPORT_INVALID","features":[373]},{"name":"PIR_STATUS_MINIPORT_MAX","features":[373]},{"name":"PIR_STATUS_MINIPORT_NOKEY","features":[373]},{"name":"PIR_STATUS_MINIPORT_NONE","features":[373]},{"name":"PIR_STATUS_MINIPORT_NORMAL","features":[373]},{"name":"PIR_STATUS_MINIPORT_OVERRIDE","features":[373]},{"name":"PIR_STATUS_MINIPORT_SUCCESS","features":[373]},{"name":"PIR_STATUS_TABLE_BAD","features":[373]},{"name":"PIR_STATUS_TABLE_ERROR","features":[373]},{"name":"PIR_STATUS_TABLE_MAX","features":[373]},{"name":"PIR_STATUS_TABLE_MSSPEC","features":[373]},{"name":"PIR_STATUS_TABLE_NONE","features":[373]},{"name":"PIR_STATUS_TABLE_REALMODE","features":[373]},{"name":"PIR_STATUS_TABLE_REGISTRY","features":[373]},{"name":"PIR_STATUS_TABLE_SUCCESS","features":[373]},{"name":"PQUERYHANDLER","features":[373]},{"name":"PROVIDER_KEEPS_VALUE_LENGTH","features":[373]},{"name":"PVALUEA","features":[373]},{"name":"PVALUEW","features":[373]},{"name":"REGDF_CONFLICTDMA","features":[373]},{"name":"REGDF_CONFLICTIO","features":[373]},{"name":"REGDF_CONFLICTIRQ","features":[373]},{"name":"REGDF_CONFLICTMEM","features":[373]},{"name":"REGDF_GENFORCEDCONFIG","features":[373]},{"name":"REGDF_MAPIRQ2TO9","features":[373]},{"name":"REGDF_NEEDFULLCONFIG","features":[373]},{"name":"REGDF_NODETCONFIG","features":[373]},{"name":"REGDF_NOTDETDMA","features":[373]},{"name":"REGDF_NOTDETIO","features":[373]},{"name":"REGDF_NOTDETIRQ","features":[373]},{"name":"REGDF_NOTDETMEM","features":[373]},{"name":"REGDF_NOTVERIFIED","features":[373]},{"name":"REGSTR_DATA_NETOS_IPX","features":[373]},{"name":"REGSTR_DATA_NETOS_NDIS","features":[373]},{"name":"REGSTR_DATA_NETOS_ODI","features":[373]},{"name":"REGSTR_DEFAULT_INSTANCE","features":[373]},{"name":"REGSTR_KEY_ACPIENUM","features":[373]},{"name":"REGSTR_KEY_APM","features":[373]},{"name":"REGSTR_KEY_BIOSENUM","features":[373]},{"name":"REGSTR_KEY_CLASS","features":[373]},{"name":"REGSTR_KEY_CONFIG","features":[373]},{"name":"REGSTR_KEY_CONTROL","features":[373]},{"name":"REGSTR_KEY_CRASHES","features":[373]},{"name":"REGSTR_KEY_CURRENT","features":[373]},{"name":"REGSTR_KEY_CURRENT_ENV","features":[373]},{"name":"REGSTR_KEY_DANGERS","features":[373]},{"name":"REGSTR_KEY_DEFAULT","features":[373]},{"name":"REGSTR_KEY_DETMODVARS","features":[373]},{"name":"REGSTR_KEY_DEVICEPARAMETERS","features":[373]},{"name":"REGSTR_KEY_DEVICE_PROPERTIES","features":[373]},{"name":"REGSTR_KEY_DISPLAY_CLASS","features":[373]},{"name":"REGSTR_KEY_DOSOPTCDROM","features":[373]},{"name":"REGSTR_KEY_DOSOPTMOUSE","features":[373]},{"name":"REGSTR_KEY_DRIVERPARAMETERS","features":[373]},{"name":"REGSTR_KEY_DRIVERS","features":[373]},{"name":"REGSTR_KEY_EBDAUTOEXECBATKEYBOARD","features":[373]},{"name":"REGSTR_KEY_EBDAUTOEXECBATLOCAL","features":[373]},{"name":"REGSTR_KEY_EBDCONFIGSYSKEYBOARD","features":[373]},{"name":"REGSTR_KEY_EBDCONFIGSYSLOCAL","features":[373]},{"name":"REGSTR_KEY_EBDFILESKEYBOARD","features":[373]},{"name":"REGSTR_KEY_EBDFILESLOCAL","features":[373]},{"name":"REGSTR_KEY_EISAENUM","features":[373]},{"name":"REGSTR_KEY_ENUM","features":[373]},{"name":"REGSTR_KEY_EXPLORER","features":[373]},{"name":"REGSTR_KEY_FILTERS","features":[373]},{"name":"REGSTR_KEY_INIUPDATE","features":[373]},{"name":"REGSTR_KEY_ISAENUM","features":[373]},{"name":"REGSTR_KEY_JOYCURR","features":[373]},{"name":"REGSTR_KEY_JOYSETTINGS","features":[373]},{"name":"REGSTR_KEY_KEYBOARD_CLASS","features":[373]},{"name":"REGSTR_KEY_KNOWNDOCKINGSTATES","features":[373]},{"name":"REGSTR_KEY_LOGCONFIG","features":[373]},{"name":"REGSTR_KEY_LOGON","features":[373]},{"name":"REGSTR_KEY_LOWER_FILTER_LEVEL_DEFAULT","features":[373]},{"name":"REGSTR_KEY_MEDIA_CLASS","features":[373]},{"name":"REGSTR_KEY_MODEM_CLASS","features":[373]},{"name":"REGSTR_KEY_MODES","features":[373]},{"name":"REGSTR_KEY_MONITOR_CLASS","features":[373]},{"name":"REGSTR_KEY_MOUSE_CLASS","features":[373]},{"name":"REGSTR_KEY_NDISINFO","features":[373]},{"name":"REGSTR_KEY_NETWORK","features":[373]},{"name":"REGSTR_KEY_NETWORKPROVIDER","features":[373]},{"name":"REGSTR_KEY_NETWORK_PERSISTENT","features":[373]},{"name":"REGSTR_KEY_NETWORK_RECENT","features":[373]},{"name":"REGSTR_KEY_OVERRIDE","features":[373]},{"name":"REGSTR_KEY_PCIENUM","features":[373]},{"name":"REGSTR_KEY_PCMCIA","features":[373]},{"name":"REGSTR_KEY_PCMCIAENUM","features":[373]},{"name":"REGSTR_KEY_PCMCIA_CLASS","features":[373]},{"name":"REGSTR_KEY_PCMTD","features":[373]},{"name":"REGSTR_KEY_PCUNKNOWN","features":[373]},{"name":"REGSTR_KEY_POL_COMPUTERS","features":[373]},{"name":"REGSTR_KEY_POL_DEFAULT","features":[373]},{"name":"REGSTR_KEY_POL_USERGROUPDATA","features":[373]},{"name":"REGSTR_KEY_POL_USERGROUPS","features":[373]},{"name":"REGSTR_KEY_POL_USERS","features":[373]},{"name":"REGSTR_KEY_PORTS_CLASS","features":[373]},{"name":"REGSTR_KEY_PRINTERS","features":[373]},{"name":"REGSTR_KEY_PRINT_PROC","features":[373]},{"name":"REGSTR_KEY_ROOTENUM","features":[373]},{"name":"REGSTR_KEY_RUNHISTORY","features":[373]},{"name":"REGSTR_KEY_SCSI_CLASS","features":[373]},{"name":"REGSTR_KEY_SETUP","features":[373]},{"name":"REGSTR_KEY_SHARES","features":[373]},{"name":"REGSTR_KEY_SYSTEM","features":[373]},{"name":"REGSTR_KEY_SYSTEMBOARD","features":[373]},{"name":"REGSTR_KEY_UPPER_FILTER_LEVEL_DEFAULT","features":[373]},{"name":"REGSTR_KEY_USER","features":[373]},{"name":"REGSTR_KEY_VPOWERDENUM","features":[373]},{"name":"REGSTR_KEY_WINOLDAPP","features":[373]},{"name":"REGSTR_MACHTYPE_ATT_PC","features":[373]},{"name":"REGSTR_MACHTYPE_HP_VECTRA","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPC","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPCAT","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPCCONV","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPCJR","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPCXT","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPCXT_286","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS1","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_25","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_30","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_30_286","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_50","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_50Z","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_55SX","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_60","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_65SX","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_70","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_70_80","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_80","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_90","features":[373]},{"name":"REGSTR_MACHTYPE_IBMPS2_P70","features":[373]},{"name":"REGSTR_MACHTYPE_PHOENIX_PCAT","features":[373]},{"name":"REGSTR_MACHTYPE_UNKNOWN","features":[373]},{"name":"REGSTR_MACHTYPE_ZENITH_PC","features":[373]},{"name":"REGSTR_MAX_VALUE_LENGTH","features":[373]},{"name":"REGSTR_PATH_ADDRARB","features":[373]},{"name":"REGSTR_PATH_AEDEBUG","features":[373]},{"name":"REGSTR_PATH_APPEARANCE","features":[373]},{"name":"REGSTR_PATH_APPPATCH","features":[373]},{"name":"REGSTR_PATH_APPPATHS","features":[373]},{"name":"REGSTR_PATH_BIOSINFO","features":[373]},{"name":"REGSTR_PATH_BUSINFORMATION","features":[373]},{"name":"REGSTR_PATH_CDFS","features":[373]},{"name":"REGSTR_PATH_CHECKBADAPPS","features":[373]},{"name":"REGSTR_PATH_CHECKBADAPPS400","features":[373]},{"name":"REGSTR_PATH_CHECKDISK","features":[373]},{"name":"REGSTR_PATH_CHECKDISKSET","features":[373]},{"name":"REGSTR_PATH_CHECKDISKUDRVS","features":[373]},{"name":"REGSTR_PATH_CHECKVERDLLS","features":[373]},{"name":"REGSTR_PATH_CHILD_PREFIX","features":[373]},{"name":"REGSTR_PATH_CHKLASTCHECK","features":[373]},{"name":"REGSTR_PATH_CHKLASTSURFAN","features":[373]},{"name":"REGSTR_PATH_CLASS","features":[373]},{"name":"REGSTR_PATH_CLASS_NT","features":[373]},{"name":"REGSTR_PATH_CODEPAGE","features":[373]},{"name":"REGSTR_PATH_CODEVICEINSTALLERS","features":[373]},{"name":"REGSTR_PATH_COLORS","features":[373]},{"name":"REGSTR_PATH_COMPUTRNAME","features":[373]},{"name":"REGSTR_PATH_CONTROLPANEL","features":[373]},{"name":"REGSTR_PATH_CONTROLSFOLDER","features":[373]},{"name":"REGSTR_PATH_CRITICALDEVICEDATABASE","features":[373]},{"name":"REGSTR_PATH_CURRENTCONTROLSET","features":[373]},{"name":"REGSTR_PATH_CURRENT_CONTROL_SET","features":[373]},{"name":"REGSTR_PATH_CURSORS","features":[373]},{"name":"REGSTR_PATH_CVNETWORK","features":[373]},{"name":"REGSTR_PATH_DESKTOP","features":[373]},{"name":"REGSTR_PATH_DETECT","features":[373]},{"name":"REGSTR_PATH_DEVICEINSTALLER","features":[373]},{"name":"REGSTR_PATH_DEVICE_CLASSES","features":[373]},{"name":"REGSTR_PATH_DIFX","features":[373]},{"name":"REGSTR_PATH_DISPLAYSETTINGS","features":[373]},{"name":"REGSTR_PATH_DMAARB","features":[373]},{"name":"REGSTR_PATH_DRIVERSIGN","features":[373]},{"name":"REGSTR_PATH_DRIVERSIGN_POLICY","features":[373]},{"name":"REGSTR_PATH_ENUM","features":[373]},{"name":"REGSTR_PATH_ENVIRONMENTS","features":[373]},{"name":"REGSTR_PATH_EVENTLABELS","features":[373]},{"name":"REGSTR_PATH_EXPLORER","features":[373]},{"name":"REGSTR_PATH_FAULT","features":[373]},{"name":"REGSTR_PATH_FILESYSTEM","features":[373]},{"name":"REGSTR_PATH_FILESYSTEM_NOVOLTRACK","features":[373]},{"name":"REGSTR_PATH_FLOATINGPOINTPROCESSOR","features":[373]},{"name":"REGSTR_PATH_FLOATINGPOINTPROCESSOR0","features":[373]},{"name":"REGSTR_PATH_FONTS","features":[373]},{"name":"REGSTR_PATH_GRPCONV","features":[373]},{"name":"REGSTR_PATH_HACKINIFILE","features":[373]},{"name":"REGSTR_PATH_HWPROFILES","features":[373]},{"name":"REGSTR_PATH_HWPROFILESCURRENT","features":[373]},{"name":"REGSTR_PATH_ICONS","features":[373]},{"name":"REGSTR_PATH_IDCONFIGDB","features":[373]},{"name":"REGSTR_PATH_INSTALLEDFILES","features":[373]},{"name":"REGSTR_PATH_IOARB","features":[373]},{"name":"REGSTR_PATH_IOS","features":[373]},{"name":"REGSTR_PATH_IRQARB","features":[373]},{"name":"REGSTR_PATH_KEYBOARD","features":[373]},{"name":"REGSTR_PATH_KNOWN16DLLS","features":[373]},{"name":"REGSTR_PATH_KNOWNDLLS","features":[373]},{"name":"REGSTR_PATH_KNOWNVXDS","features":[373]},{"name":"REGSTR_PATH_LASTBACKUP","features":[373]},{"name":"REGSTR_PATH_LASTCHECK","features":[373]},{"name":"REGSTR_PATH_LASTGOOD","features":[373]},{"name":"REGSTR_PATH_LASTGOODTMP","features":[373]},{"name":"REGSTR_PATH_LASTOPTIMIZE","features":[373]},{"name":"REGSTR_PATH_LOOKSCHEMES","features":[373]},{"name":"REGSTR_PATH_METRICS","features":[373]},{"name":"REGSTR_PATH_MONITORS","features":[373]},{"name":"REGSTR_PATH_MOUSE","features":[373]},{"name":"REGSTR_PATH_MSDOSOPTS","features":[373]},{"name":"REGSTR_PATH_MULTIMEDIA_AUDIO","features":[373]},{"name":"REGSTR_PATH_MULTI_FUNCTION","features":[373]},{"name":"REGSTR_PATH_NCPSERVER","features":[373]},{"name":"REGSTR_PATH_NETEQUIV","features":[373]},{"name":"REGSTR_PATH_NETWORK_USERSETTINGS","features":[373]},{"name":"REGSTR_PATH_NEWDOSBOX","features":[373]},{"name":"REGSTR_PATH_NONDRIVERSIGN","features":[373]},{"name":"REGSTR_PATH_NONDRIVERSIGN_POLICY","features":[373]},{"name":"REGSTR_PATH_NOSUGGMSDOS","features":[373]},{"name":"REGSTR_PATH_NT_CURRENTVERSION","features":[373]},{"name":"REGSTR_PATH_NWREDIR","features":[373]},{"name":"REGSTR_PATH_PCIIR","features":[373]},{"name":"REGSTR_PATH_PER_HW_ID_STORAGE","features":[373]},{"name":"REGSTR_PATH_PIFCONVERT","features":[373]},{"name":"REGSTR_PATH_POLICIES","features":[373]},{"name":"REGSTR_PATH_PRINT","features":[373]},{"name":"REGSTR_PATH_PRINTERS","features":[373]},{"name":"REGSTR_PATH_PROPERTYSYSTEM","features":[373]},{"name":"REGSTR_PATH_PROVIDERS","features":[373]},{"name":"REGSTR_PATH_PWDPROVIDER","features":[373]},{"name":"REGSTR_PATH_REALMODENET","features":[373]},{"name":"REGSTR_PATH_REINSTALL","features":[373]},{"name":"REGSTR_PATH_RELIABILITY","features":[373]},{"name":"REGSTR_PATH_RELIABILITY_POLICY","features":[373]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_REPORTSNAPSHOT","features":[373]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_SHUTDOWNREASONUI","features":[373]},{"name":"REGSTR_PATH_RELIABILITY_POLICY_SNAPSHOT","features":[373]},{"name":"REGSTR_PATH_ROOT","features":[373]},{"name":"REGSTR_PATH_RUN","features":[373]},{"name":"REGSTR_PATH_RUNONCE","features":[373]},{"name":"REGSTR_PATH_RUNONCEEX","features":[373]},{"name":"REGSTR_PATH_RUNSERVICES","features":[373]},{"name":"REGSTR_PATH_RUNSERVICESONCE","features":[373]},{"name":"REGSTR_PATH_SCHEMES","features":[373]},{"name":"REGSTR_PATH_SCREENSAVE","features":[373]},{"name":"REGSTR_PATH_SERVICES","features":[373]},{"name":"REGSTR_PATH_SETUP","features":[373]},{"name":"REGSTR_PATH_SHUTDOWN","features":[373]},{"name":"REGSTR_PATH_SOUND","features":[373]},{"name":"REGSTR_PATH_SYSTEMENUM","features":[373]},{"name":"REGSTR_PATH_SYSTRAY","features":[373]},{"name":"REGSTR_PATH_TIMEZONE","features":[373]},{"name":"REGSTR_PATH_UNINSTALL","features":[373]},{"name":"REGSTR_PATH_UPDATE","features":[373]},{"name":"REGSTR_PATH_VCOMM","features":[373]},{"name":"REGSTR_PATH_VMM","features":[373]},{"name":"REGSTR_PATH_VMM32FILES","features":[373]},{"name":"REGSTR_PATH_VNETSUP","features":[373]},{"name":"REGSTR_PATH_VOLUMECACHE","features":[373]},{"name":"REGSTR_PATH_VPOWERD","features":[373]},{"name":"REGSTR_PATH_VXD","features":[373]},{"name":"REGSTR_PATH_WARNVERDLLS","features":[373]},{"name":"REGSTR_PATH_WINBOOT","features":[373]},{"name":"REGSTR_PATH_WINDOWSAPPLETS","features":[373]},{"name":"REGSTR_PATH_WINLOGON","features":[373]},{"name":"REGSTR_PATH_WMI_SECURITY","features":[373]},{"name":"REGSTR_PCI_DUAL_IDE","features":[373]},{"name":"REGSTR_PCI_OPTIONS","features":[373]},{"name":"REGSTR_VALUE_DEFAULTLOC","features":[373]},{"name":"REGSTR_VALUE_ENABLE","features":[373]},{"name":"REGSTR_VALUE_LOWPOWERACTIVE","features":[373]},{"name":"REGSTR_VALUE_LOWPOWERTIMEOUT","features":[373]},{"name":"REGSTR_VALUE_NETPATH","features":[373]},{"name":"REGSTR_VALUE_POWEROFFACTIVE","features":[373]},{"name":"REGSTR_VALUE_POWEROFFTIMEOUT","features":[373]},{"name":"REGSTR_VALUE_SCRPASSWORD","features":[373]},{"name":"REGSTR_VALUE_USESCRPASSWORD","features":[373]},{"name":"REGSTR_VALUE_VERBOSE","features":[373]},{"name":"REGSTR_VAL_ACDRIVESPINDOWN","features":[373]},{"name":"REGSTR_VAL_ACSPINDOWNPREVIOUS","features":[373]},{"name":"REGSTR_VAL_ACTIVESERVICE","features":[373]},{"name":"REGSTR_VAL_ADDRESS","features":[373]},{"name":"REGSTR_VAL_AEDEBUG_AUTO","features":[373]},{"name":"REGSTR_VAL_AEDEBUG_DEBUGGER","features":[373]},{"name":"REGSTR_VAL_ALPHANUMPWDS","features":[373]},{"name":"REGSTR_VAL_APISUPPORT","features":[373]},{"name":"REGSTR_VAL_APMACTIMEOUT","features":[373]},{"name":"REGSTR_VAL_APMBATTIMEOUT","features":[373]},{"name":"REGSTR_VAL_APMBIOSVER","features":[373]},{"name":"REGSTR_VAL_APMFLAGS","features":[373]},{"name":"REGSTR_VAL_APMMENUSUSPEND","features":[373]},{"name":"REGSTR_VAL_APMSHUTDOWNPOWER","features":[373]},{"name":"REGSTR_VAL_APPINSTPATH","features":[373]},{"name":"REGSTR_VAL_ASKFORCONFIG","features":[373]},{"name":"REGSTR_VAL_ASKFORCONFIGFUNC","features":[373]},{"name":"REGSTR_VAL_ASYNCFILECOMMIT","features":[373]},{"name":"REGSTR_VAL_AUDIO_BITMAP","features":[373]},{"name":"REGSTR_VAL_AUDIO_ICON","features":[373]},{"name":"REGSTR_VAL_AUTHENT_AGENT","features":[373]},{"name":"REGSTR_VAL_AUTOEXEC","features":[373]},{"name":"REGSTR_VAL_AUTOINSNOTE","features":[373]},{"name":"REGSTR_VAL_AUTOLOGON","features":[373]},{"name":"REGSTR_VAL_AUTOMOUNT","features":[373]},{"name":"REGSTR_VAL_AUTOSTART","features":[373]},{"name":"REGSTR_VAL_BASICPROPERTIES","features":[373]},{"name":"REGSTR_VAL_BASICPROPERTIES_32","features":[373]},{"name":"REGSTR_VAL_BATDRIVESPINDOWN","features":[373]},{"name":"REGSTR_VAL_BATSPINDOWNPREVIOUS","features":[373]},{"name":"REGSTR_VAL_BEHAVIOR_ON_FAILED_VERIFY","features":[373]},{"name":"REGSTR_VAL_BIOSDATE","features":[373]},{"name":"REGSTR_VAL_BIOSNAME","features":[373]},{"name":"REGSTR_VAL_BIOSVERSION","features":[373]},{"name":"REGSTR_VAL_BITSPERPIXEL","features":[373]},{"name":"REGSTR_VAL_BOOTCONFIG","features":[373]},{"name":"REGSTR_VAL_BOOTCOUNT","features":[373]},{"name":"REGSTR_VAL_BOOTDIR","features":[373]},{"name":"REGSTR_VAL_BPP","features":[373]},{"name":"REGSTR_VAL_BT","features":[373]},{"name":"REGSTR_VAL_BUFFAGETIMEOUT","features":[373]},{"name":"REGSTR_VAL_BUFFIDLETIMEOUT","features":[373]},{"name":"REGSTR_VAL_BUSTYPE","features":[373]},{"name":"REGSTR_VAL_CAPABILITIES","features":[373]},{"name":"REGSTR_VAL_CARDSPECIFIC","features":[373]},{"name":"REGSTR_VAL_CDCACHESIZE","features":[373]},{"name":"REGSTR_VAL_CDCOMPATNAMES","features":[373]},{"name":"REGSTR_VAL_CDEXTERRORS","features":[373]},{"name":"REGSTR_VAL_CDNOREADAHEAD","features":[373]},{"name":"REGSTR_VAL_CDPREFETCH","features":[373]},{"name":"REGSTR_VAL_CDPREFETCHTAIL","features":[373]},{"name":"REGSTR_VAL_CDRAWCACHE","features":[373]},{"name":"REGSTR_VAL_CDROM","features":[373]},{"name":"REGSTR_VAL_CDROMCLASSNAME","features":[373]},{"name":"REGSTR_VAL_CDSHOWVERSIONS","features":[373]},{"name":"REGSTR_VAL_CDSVDSENSE","features":[373]},{"name":"REGSTR_VAL_CHECKSUM","features":[373]},{"name":"REGSTR_VAL_CLASS","features":[373]},{"name":"REGSTR_VAL_CLASSDESC","features":[373]},{"name":"REGSTR_VAL_CLASSGUID","features":[373]},{"name":"REGSTR_VAL_CMDRIVFLAGS","features":[373]},{"name":"REGSTR_VAL_CMENUMFLAGS","features":[373]},{"name":"REGSTR_VAL_COINSTALLERS_32","features":[373]},{"name":"REGSTR_VAL_COMINFO","features":[373]},{"name":"REGSTR_VAL_COMMENT","features":[373]},{"name":"REGSTR_VAL_COMPATIBLEIDS","features":[373]},{"name":"REGSTR_VAL_COMPRESSIONMETHOD","features":[373]},{"name":"REGSTR_VAL_COMPRESSIONTHRESHOLD","features":[373]},{"name":"REGSTR_VAL_COMPUTERNAME","features":[373]},{"name":"REGSTR_VAL_COMPUTRNAME","features":[373]},{"name":"REGSTR_VAL_COMVERIFYBASE","features":[373]},{"name":"REGSTR_VAL_CONFIG","features":[373]},{"name":"REGSTR_VAL_CONFIGFLAGS","features":[373]},{"name":"REGSTR_VAL_CONFIGMG","features":[373]},{"name":"REGSTR_VAL_CONFIGSYS","features":[373]},{"name":"REGSTR_VAL_CONNECTION_TYPE","features":[373]},{"name":"REGSTR_VAL_CONTAINERID","features":[373]},{"name":"REGSTR_VAL_CONTIGFILEALLOC","features":[373]},{"name":"REGSTR_VAL_CONVMEM","features":[373]},{"name":"REGSTR_VAL_CPU","features":[373]},{"name":"REGSTR_VAL_CRASHFUNCS","features":[373]},{"name":"REGSTR_VAL_CSCONFIGFLAGS","features":[373]},{"name":"REGSTR_VAL_CURCONFIG","features":[373]},{"name":"REGSTR_VAL_CURDRVLET","features":[373]},{"name":"REGSTR_VAL_CURRENTCONFIG","features":[373]},{"name":"REGSTR_VAL_CURRENT_BUILD","features":[373]},{"name":"REGSTR_VAL_CURRENT_CSDVERSION","features":[373]},{"name":"REGSTR_VAL_CURRENT_TYPE","features":[373]},{"name":"REGSTR_VAL_CURRENT_USER","features":[373]},{"name":"REGSTR_VAL_CURRENT_VERSION","features":[373]},{"name":"REGSTR_VAL_CUSTOMCOLORS","features":[373]},{"name":"REGSTR_VAL_CUSTOM_PROPERTY_CACHE_DATE","features":[373]},{"name":"REGSTR_VAL_CUSTOM_PROPERTY_HW_ID_KEY","features":[373]},{"name":"REGSTR_VAL_DEFAULT","features":[373]},{"name":"REGSTR_VAL_DETCONFIG","features":[373]},{"name":"REGSTR_VAL_DETECT","features":[373]},{"name":"REGSTR_VAL_DETECTFUNC","features":[373]},{"name":"REGSTR_VAL_DETFLAGS","features":[373]},{"name":"REGSTR_VAL_DETFUNC","features":[373]},{"name":"REGSTR_VAL_DEVDESC","features":[373]},{"name":"REGSTR_VAL_DEVICEDRIVER","features":[373]},{"name":"REGSTR_VAL_DEVICEPATH","features":[373]},{"name":"REGSTR_VAL_DEVICE_CHARACTERISTICS","features":[373]},{"name":"REGSTR_VAL_DEVICE_EXCLUSIVE","features":[373]},{"name":"REGSTR_VAL_DEVICE_INSTANCE","features":[373]},{"name":"REGSTR_VAL_DEVICE_SECURITY_DESCRIPTOR","features":[373]},{"name":"REGSTR_VAL_DEVICE_TYPE","features":[373]},{"name":"REGSTR_VAL_DEVLOADER","features":[373]},{"name":"REGSTR_VAL_DEVTYPE","features":[373]},{"name":"REGSTR_VAL_DIRECTHOST","features":[373]},{"name":"REGSTR_VAL_DIRTYSHUTDOWN","features":[373]},{"name":"REGSTR_VAL_DIRTYSHUTDOWNTIME","features":[373]},{"name":"REGSTR_VAL_DISABLECOUNT","features":[373]},{"name":"REGSTR_VAL_DISABLEPWDCACHING","features":[373]},{"name":"REGSTR_VAL_DISABLEREGTOOLS","features":[373]},{"name":"REGSTR_VAL_DISCONNECT","features":[373]},{"name":"REGSTR_VAL_DISK","features":[373]},{"name":"REGSTR_VAL_DISKCLASSNAME","features":[373]},{"name":"REGSTR_VAL_DISPCPL_NOAPPEARANCEPAGE","features":[373]},{"name":"REGSTR_VAL_DISPCPL_NOBACKGROUNDPAGE","features":[373]},{"name":"REGSTR_VAL_DISPCPL_NODISPCPL","features":[373]},{"name":"REGSTR_VAL_DISPCPL_NOSCRSAVPAGE","features":[373]},{"name":"REGSTR_VAL_DISPCPL_NOSETTINGSPAGE","features":[373]},{"name":"REGSTR_VAL_DISPLAY","features":[373]},{"name":"REGSTR_VAL_DISPLAYFLAGS","features":[373]},{"name":"REGSTR_VAL_DOCKED","features":[373]},{"name":"REGSTR_VAL_DOCKSTATE","features":[373]},{"name":"REGSTR_VAL_DOES_POLLING","features":[373]},{"name":"REGSTR_VAL_DONTLOADIFCONFLICT","features":[373]},{"name":"REGSTR_VAL_DONTUSEMEM","features":[373]},{"name":"REGSTR_VAL_DOSCP","features":[373]},{"name":"REGSTR_VAL_DOSOPTFLAGS","features":[373]},{"name":"REGSTR_VAL_DOSOPTGLOBALFLAGS","features":[373]},{"name":"REGSTR_VAL_DOSOPTTIP","features":[373]},{"name":"REGSTR_VAL_DOSPAGER","features":[373]},{"name":"REGSTR_VAL_DOS_SPOOL_MASK","features":[373]},{"name":"REGSTR_VAL_DOUBLEBUFFER","features":[373]},{"name":"REGSTR_VAL_DPI","features":[373]},{"name":"REGSTR_VAL_DPILOGICALX","features":[373]},{"name":"REGSTR_VAL_DPILOGICALY","features":[373]},{"name":"REGSTR_VAL_DPIPHYSICALX","features":[373]},{"name":"REGSTR_VAL_DPIPHYSICALY","features":[373]},{"name":"REGSTR_VAL_DPMS","features":[373]},{"name":"REGSTR_VAL_DRIVER","features":[373]},{"name":"REGSTR_VAL_DRIVERCACHEPATH","features":[373]},{"name":"REGSTR_VAL_DRIVERDATE","features":[373]},{"name":"REGSTR_VAL_DRIVERDATEDATA","features":[373]},{"name":"REGSTR_VAL_DRIVERVERSION","features":[373]},{"name":"REGSTR_VAL_DRIVESPINDOWN","features":[373]},{"name":"REGSTR_VAL_DRIVEWRITEBEHIND","features":[373]},{"name":"REGSTR_VAL_DRIVE_SPINDOWN","features":[373]},{"name":"REGSTR_VAL_DRV","features":[373]},{"name":"REGSTR_VAL_DRVDESC","features":[373]},{"name":"REGSTR_VAL_DYNAMIC","features":[373]},{"name":"REGSTR_VAL_EISA_FLAGS","features":[373]},{"name":"REGSTR_VAL_EISA_FUNCTIONS","features":[373]},{"name":"REGSTR_VAL_EISA_FUNCTIONS_MASK","features":[373]},{"name":"REGSTR_VAL_EISA_RANGES","features":[373]},{"name":"REGSTR_VAL_EISA_SIMULATE_INT15","features":[373]},{"name":"REGSTR_VAL_EJECT_PRIORITY","features":[373]},{"name":"REGSTR_VAL_ENABLEINTS","features":[373]},{"name":"REGSTR_VAL_ENUMERATOR","features":[373]},{"name":"REGSTR_VAL_ENUMPROPPAGES","features":[373]},{"name":"REGSTR_VAL_ENUMPROPPAGES_32","features":[373]},{"name":"REGSTR_VAL_ESDI","features":[373]},{"name":"REGSTR_VAL_EXISTS","features":[373]},{"name":"REGSTR_VAL_EXTMEM","features":[373]},{"name":"REGSTR_VAL_FAULT_LOGFILE","features":[373]},{"name":"REGSTR_VAL_FIFODEPTH","features":[373]},{"name":"REGSTR_VAL_FILESHARING","features":[373]},{"name":"REGSTR_VAL_FIRSTINSTALLDATETIME","features":[373]},{"name":"REGSTR_VAL_FIRSTNETDRIVE","features":[373]},{"name":"REGSTR_VAL_FLOP","features":[373]},{"name":"REGSTR_VAL_FLOPPY","features":[373]},{"name":"REGSTR_VAL_FONTSIZE","features":[373]},{"name":"REGSTR_VAL_FORCECL","features":[373]},{"name":"REGSTR_VAL_FORCEDCONFIG","features":[373]},{"name":"REGSTR_VAL_FORCEFIFO","features":[373]},{"name":"REGSTR_VAL_FORCELOAD","features":[373]},{"name":"REGSTR_VAL_FORCEPMIO","features":[373]},{"name":"REGSTR_VAL_FORCEREBOOT","features":[373]},{"name":"REGSTR_VAL_FORCERMIO","features":[373]},{"name":"REGSTR_VAL_FREESPACERATIO","features":[373]},{"name":"REGSTR_VAL_FRIENDLYNAME","features":[373]},{"name":"REGSTR_VAL_FSFILTERCLASS","features":[373]},{"name":"REGSTR_VAL_FULLTRACE","features":[373]},{"name":"REGSTR_VAL_FUNCDESC","features":[373]},{"name":"REGSTR_VAL_GAPTIME","features":[373]},{"name":"REGSTR_VAL_GRB","features":[373]},{"name":"REGSTR_VAL_HARDWAREID","features":[373]},{"name":"REGSTR_VAL_HIDESHAREPWDS","features":[373]},{"name":"REGSTR_VAL_HRES","features":[373]},{"name":"REGSTR_VAL_HWDETECT","features":[373]},{"name":"REGSTR_VAL_HWMECHANISM","features":[373]},{"name":"REGSTR_VAL_HWREV","features":[373]},{"name":"REGSTR_VAL_ID","features":[373]},{"name":"REGSTR_VAL_IDE_FORCE_SERIALIZE","features":[373]},{"name":"REGSTR_VAL_IDE_NO_SERIALIZE","features":[373]},{"name":"REGSTR_VAL_INFNAME","features":[373]},{"name":"REGSTR_VAL_INFPATH","features":[373]},{"name":"REGSTR_VAL_INFSECTION","features":[373]},{"name":"REGSTR_VAL_INFSECTIONEXT","features":[373]},{"name":"REGSTR_VAL_INHIBITRESULTS","features":[373]},{"name":"REGSTR_VAL_INSICON","features":[373]},{"name":"REGSTR_VAL_INSTALLER","features":[373]},{"name":"REGSTR_VAL_INSTALLER_32","features":[373]},{"name":"REGSTR_VAL_INSTALLTYPE","features":[373]},{"name":"REGSTR_VAL_INT13","features":[373]},{"name":"REGSTR_VAL_ISAPNP","features":[373]},{"name":"REGSTR_VAL_ISAPNP_RDP_OVERRIDE","features":[373]},{"name":"REGSTR_VAL_JOYCALLOUT","features":[373]},{"name":"REGSTR_VAL_JOYNCONFIG","features":[373]},{"name":"REGSTR_VAL_JOYNOEMCALLOUT","features":[373]},{"name":"REGSTR_VAL_JOYNOEMNAME","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL1","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL10","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL11","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL12","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL2","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL3","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL4","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL5","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL6","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL7","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL8","features":[373]},{"name":"REGSTR_VAL_JOYOEMCAL9","features":[373]},{"name":"REGSTR_VAL_JOYOEMCALCAP","features":[373]},{"name":"REGSTR_VAL_JOYOEMCALLOUT","features":[373]},{"name":"REGSTR_VAL_JOYOEMCALWINCAP","features":[373]},{"name":"REGSTR_VAL_JOYOEMDATA","features":[373]},{"name":"REGSTR_VAL_JOYOEMNAME","features":[373]},{"name":"REGSTR_VAL_JOYOEMPOVLABEL","features":[373]},{"name":"REGSTR_VAL_JOYOEMRLABEL","features":[373]},{"name":"REGSTR_VAL_JOYOEMTESTBUTTONCAP","features":[373]},{"name":"REGSTR_VAL_JOYOEMTESTBUTTONDESC","features":[373]},{"name":"REGSTR_VAL_JOYOEMTESTMOVECAP","features":[373]},{"name":"REGSTR_VAL_JOYOEMTESTMOVEDESC","features":[373]},{"name":"REGSTR_VAL_JOYOEMTESTWINCAP","features":[373]},{"name":"REGSTR_VAL_JOYOEMULABEL","features":[373]},{"name":"REGSTR_VAL_JOYOEMVLABEL","features":[373]},{"name":"REGSTR_VAL_JOYOEMXYLABEL","features":[373]},{"name":"REGSTR_VAL_JOYOEMZLABEL","features":[373]},{"name":"REGSTR_VAL_JOYUSERVALUES","features":[373]},{"name":"REGSTR_VAL_LASTALIVEBT","features":[373]},{"name":"REGSTR_VAL_LASTALIVEINTERVAL","features":[373]},{"name":"REGSTR_VAL_LASTALIVEPMPOLICY","features":[373]},{"name":"REGSTR_VAL_LASTALIVESTAMP","features":[373]},{"name":"REGSTR_VAL_LASTALIVESTAMPFORCED","features":[373]},{"name":"REGSTR_VAL_LASTALIVESTAMPINTERVAL","features":[373]},{"name":"REGSTR_VAL_LASTALIVESTAMPPOLICYINTERVAL","features":[373]},{"name":"REGSTR_VAL_LASTALIVEUPTIME","features":[373]},{"name":"REGSTR_VAL_LASTBOOTPMDRVS","features":[373]},{"name":"REGSTR_VAL_LASTCOMPUTERNAME","features":[373]},{"name":"REGSTR_VAL_LASTPCIBUSNUM","features":[373]},{"name":"REGSTR_VAL_LAST_UPDATE_TIME","features":[373]},{"name":"REGSTR_VAL_LEGALNOTICECAPTION","features":[373]},{"name":"REGSTR_VAL_LEGALNOTICETEXT","features":[373]},{"name":"REGSTR_VAL_LICENSINGINFO","features":[373]},{"name":"REGSTR_VAL_LINKED","features":[373]},{"name":"REGSTR_VAL_LOADHI","features":[373]},{"name":"REGSTR_VAL_LOADRMDRIVERS","features":[373]},{"name":"REGSTR_VAL_LOCATION_INFORMATION","features":[373]},{"name":"REGSTR_VAL_LOCATION_INFORMATION_OVERRIDE","features":[373]},{"name":"REGSTR_VAL_LOWERFILTERS","features":[373]},{"name":"REGSTR_VAL_LOWER_FILTER_DEFAULT_LEVEL","features":[373]},{"name":"REGSTR_VAL_LOWER_FILTER_LEVELS","features":[373]},{"name":"REGSTR_VAL_MACHINETYPE","features":[373]},{"name":"REGSTR_VAL_MANUFACTURER","features":[373]},{"name":"REGSTR_VAL_MAP","features":[373]},{"name":"REGSTR_VAL_MATCHINGDEVID","features":[373]},{"name":"REGSTR_VAL_MAXCONNECTIONS","features":[373]},{"name":"REGSTR_VAL_MAXLIP","features":[373]},{"name":"REGSTR_VAL_MAXRES","features":[373]},{"name":"REGSTR_VAL_MAXRETRY","features":[373]},{"name":"REGSTR_VAL_MAX_HCID_LEN","features":[373]},{"name":"REGSTR_VAL_MEDIA","features":[373]},{"name":"REGSTR_VAL_MFG","features":[373]},{"name":"REGSTR_VAL_MF_FLAGS","features":[373]},{"name":"REGSTR_VAL_MINIPORT_STAT","features":[373]},{"name":"REGSTR_VAL_MINPWDLEN","features":[373]},{"name":"REGSTR_VAL_MINRETRY","features":[373]},{"name":"REGSTR_VAL_MODE","features":[373]},{"name":"REGSTR_VAL_MODEL","features":[373]},{"name":"REGSTR_VAL_MSDOSMODE","features":[373]},{"name":"REGSTR_VAL_MSDOSMODEDISCARD","features":[373]},{"name":"REGSTR_VAL_MUSTBEVALIDATED","features":[373]},{"name":"REGSTR_VAL_NAMECACHECOUNT","features":[373]},{"name":"REGSTR_VAL_NAMENUMERICTAIL","features":[373]},{"name":"REGSTR_VAL_NCP_BROWSEMASTER","features":[373]},{"name":"REGSTR_VAL_NCP_USEPEERBROWSING","features":[373]},{"name":"REGSTR_VAL_NCP_USESAP","features":[373]},{"name":"REGSTR_VAL_NDP","features":[373]},{"name":"REGSTR_VAL_NETCARD","features":[373]},{"name":"REGSTR_VAL_NETCLEAN","features":[373]},{"name":"REGSTR_VAL_NETOSTYPE","features":[373]},{"name":"REGSTR_VAL_NETSETUP_DISABLE","features":[373]},{"name":"REGSTR_VAL_NETSETUP_NOCONFIGPAGE","features":[373]},{"name":"REGSTR_VAL_NETSETUP_NOIDPAGE","features":[373]},{"name":"REGSTR_VAL_NETSETUP_NOSECURITYPAGE","features":[373]},{"name":"REGSTR_VAL_NOCMOSORFDPT","features":[373]},{"name":"REGSTR_VAL_NODISPLAYCLASS","features":[373]},{"name":"REGSTR_VAL_NOENTIRENETWORK","features":[373]},{"name":"REGSTR_VAL_NOFILESHARING","features":[373]},{"name":"REGSTR_VAL_NOFILESHARINGCTRL","features":[373]},{"name":"REGSTR_VAL_NOIDE","features":[373]},{"name":"REGSTR_VAL_NOINSTALLCLASS","features":[373]},{"name":"REGSTR_VAL_NONSTANDARD_ATAPI","features":[373]},{"name":"REGSTR_VAL_NOPRINTSHARING","features":[373]},{"name":"REGSTR_VAL_NOPRINTSHARINGCTRL","features":[373]},{"name":"REGSTR_VAL_NOUSECLASS","features":[373]},{"name":"REGSTR_VAL_NOWORKGROUPCONTENTS","features":[373]},{"name":"REGSTR_VAL_OLDMSDOSVER","features":[373]},{"name":"REGSTR_VAL_OLDWINDIR","features":[373]},{"name":"REGSTR_VAL_OPTIMIZESFN","features":[373]},{"name":"REGSTR_VAL_OPTIONS","features":[373]},{"name":"REGSTR_VAL_OPTORDER","features":[373]},{"name":"REGSTR_VAL_P1284MDL","features":[373]},{"name":"REGSTR_VAL_P1284MFG","features":[373]},{"name":"REGSTR_VAL_PATHCACHECOUNT","features":[373]},{"name":"REGSTR_VAL_PCCARD_POWER","features":[373]},{"name":"REGSTR_VAL_PCI","features":[373]},{"name":"REGSTR_VAL_PCIBIOSVER","features":[373]},{"name":"REGSTR_VAL_PCICIRQMAP","features":[373]},{"name":"REGSTR_VAL_PCICOPTIONS","features":[373]},{"name":"REGSTR_VAL_PCMCIA_ALLOC","features":[373]},{"name":"REGSTR_VAL_PCMCIA_ATAD","features":[373]},{"name":"REGSTR_VAL_PCMCIA_MEM","features":[373]},{"name":"REGSTR_VAL_PCMCIA_OPT","features":[373]},{"name":"REGSTR_VAL_PCMCIA_SIZ","features":[373]},{"name":"REGSTR_VAL_PCMTDRIVER","features":[373]},{"name":"REGSTR_VAL_PCSSDRIVER","features":[373]},{"name":"REGSTR_VAL_PHYSICALDEVICEOBJECT","features":[373]},{"name":"REGSTR_VAL_PMODE_INT13","features":[373]},{"name":"REGSTR_VAL_PNPBIOSVER","features":[373]},{"name":"REGSTR_VAL_PNPSTRUCOFFSET","features":[373]},{"name":"REGSTR_VAL_POLICY","features":[373]},{"name":"REGSTR_VAL_POLLING","features":[373]},{"name":"REGSTR_VAL_PORTNAME","features":[373]},{"name":"REGSTR_VAL_PORTSUBCLASS","features":[373]},{"name":"REGSTR_VAL_PREFREDIR","features":[373]},{"name":"REGSTR_VAL_PRESERVECASE","features":[373]},{"name":"REGSTR_VAL_PRESERVELONGNAMES","features":[373]},{"name":"REGSTR_VAL_PRINTERS_HIDETABS","features":[373]},{"name":"REGSTR_VAL_PRINTERS_MASK","features":[373]},{"name":"REGSTR_VAL_PRINTERS_NOADD","features":[373]},{"name":"REGSTR_VAL_PRINTERS_NODELETE","features":[373]},{"name":"REGSTR_VAL_PRINTSHARING","features":[373]},{"name":"REGSTR_VAL_PRIORITY","features":[373]},{"name":"REGSTR_VAL_PRIVATE","features":[373]},{"name":"REGSTR_VAL_PRIVATEFUNC","features":[373]},{"name":"REGSTR_VAL_PRIVATEPROBLEM","features":[373]},{"name":"REGSTR_VAL_PRODUCTID","features":[373]},{"name":"REGSTR_VAL_PRODUCTTYPE","features":[373]},{"name":"REGSTR_VAL_PROFILEFLAGS","features":[373]},{"name":"REGSTR_VAL_PROPERTIES","features":[373]},{"name":"REGSTR_VAL_PROTINIPATH","features":[373]},{"name":"REGSTR_VAL_PROVIDER_NAME","features":[373]},{"name":"REGSTR_VAL_PWDEXPIRATION","features":[373]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEORDER","features":[373]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEPWD","features":[373]},{"name":"REGSTR_VAL_PWDPROVIDER_CHANGEPWDHWND","features":[373]},{"name":"REGSTR_VAL_PWDPROVIDER_DESC","features":[373]},{"name":"REGSTR_VAL_PWDPROVIDER_GETPWDSTATUS","features":[373]},{"name":"REGSTR_VAL_PWDPROVIDER_ISNP","features":[373]},{"name":"REGSTR_VAL_PWDPROVIDER_PATH","features":[373]},{"name":"REGSTR_VAL_RDINTTHRESHOLD","features":[373]},{"name":"REGSTR_VAL_READAHEADTHRESHOLD","features":[373]},{"name":"REGSTR_VAL_READCACHING","features":[373]},{"name":"REGSTR_VAL_REALNETSTART","features":[373]},{"name":"REGSTR_VAL_REASONCODE","features":[373]},{"name":"REGSTR_VAL_REFRESHRATE","features":[373]},{"name":"REGSTR_VAL_REGITEMDELETEMESSAGE","features":[373]},{"name":"REGSTR_VAL_REGORGANIZATION","features":[373]},{"name":"REGSTR_VAL_REGOWNER","features":[373]},{"name":"REGSTR_VAL_REINSTALL_DEVICEINSTANCEIDS","features":[373]},{"name":"REGSTR_VAL_REINSTALL_DISPLAYNAME","features":[373]},{"name":"REGSTR_VAL_REINSTALL_STRING","features":[373]},{"name":"REGSTR_VAL_REMOTE_PATH","features":[373]},{"name":"REGSTR_VAL_REMOVABLE","features":[373]},{"name":"REGSTR_VAL_REMOVAL_POLICY","features":[373]},{"name":"REGSTR_VAL_REMOVEROMOKAY","features":[373]},{"name":"REGSTR_VAL_REMOVEROMOKAYFUNC","features":[373]},{"name":"REGSTR_VAL_RESERVED_DEVNODE","features":[373]},{"name":"REGSTR_VAL_RESOLUTION","features":[373]},{"name":"REGSTR_VAL_RESOURCES","features":[373]},{"name":"REGSTR_VAL_RESOURCE_MAP","features":[373]},{"name":"REGSTR_VAL_RESOURCE_PICKER_EXCEPTIONS","features":[373]},{"name":"REGSTR_VAL_RESOURCE_PICKER_TAGS","features":[373]},{"name":"REGSTR_VAL_RESTRICTRUN","features":[373]},{"name":"REGSTR_VAL_RESUMERESET","features":[373]},{"name":"REGSTR_VAL_REVISION","features":[373]},{"name":"REGSTR_VAL_REVLEVEL","features":[373]},{"name":"REGSTR_VAL_ROOT_DEVNODE","features":[373]},{"name":"REGSTR_VAL_RUNLOGINSCRIPT","features":[373]},{"name":"REGSTR_VAL_SCANNER","features":[373]},{"name":"REGSTR_VAL_SCAN_ONLY_FIRST","features":[373]},{"name":"REGSTR_VAL_SCSI","features":[373]},{"name":"REGSTR_VAL_SCSILUN","features":[373]},{"name":"REGSTR_VAL_SCSITID","features":[373]},{"name":"REGSTR_VAL_SEARCHMODE","features":[373]},{"name":"REGSTR_VAL_SEARCHOPTIONS","features":[373]},{"name":"REGSTR_VAL_SECCPL_NOADMINPAGE","features":[373]},{"name":"REGSTR_VAL_SECCPL_NOPROFILEPAGE","features":[373]},{"name":"REGSTR_VAL_SECCPL_NOPWDPAGE","features":[373]},{"name":"REGSTR_VAL_SECCPL_NOSECCPL","features":[373]},{"name":"REGSTR_VAL_SERVICE","features":[373]},{"name":"REGSTR_VAL_SETUPFLAGS","features":[373]},{"name":"REGSTR_VAL_SETUPMACHINETYPE","features":[373]},{"name":"REGSTR_VAL_SETUPN","features":[373]},{"name":"REGSTR_VAL_SETUPNPATH","features":[373]},{"name":"REGSTR_VAL_SETUPPROGRAMRAN","features":[373]},{"name":"REGSTR_VAL_SHARES_FLAGS","features":[373]},{"name":"REGSTR_VAL_SHARES_PATH","features":[373]},{"name":"REGSTR_VAL_SHARES_REMARK","features":[373]},{"name":"REGSTR_VAL_SHARES_RO_PASS","features":[373]},{"name":"REGSTR_VAL_SHARES_RW_PASS","features":[373]},{"name":"REGSTR_VAL_SHARES_TYPE","features":[373]},{"name":"REGSTR_VAL_SHARE_IRQ","features":[373]},{"name":"REGSTR_VAL_SHELLVERSION","features":[373]},{"name":"REGSTR_VAL_SHOWDOTS","features":[373]},{"name":"REGSTR_VAL_SHOWREASONUI","features":[373]},{"name":"REGSTR_VAL_SHUTDOWNREASON","features":[373]},{"name":"REGSTR_VAL_SHUTDOWNREASON_CODE","features":[373]},{"name":"REGSTR_VAL_SHUTDOWNREASON_COMMENT","features":[373]},{"name":"REGSTR_VAL_SHUTDOWNREASON_PROCESS","features":[373]},{"name":"REGSTR_VAL_SHUTDOWNREASON_USERNAME","features":[373]},{"name":"REGSTR_VAL_SHUTDOWN_FLAGS","features":[373]},{"name":"REGSTR_VAL_SHUTDOWN_IGNORE_PREDEFINED","features":[373]},{"name":"REGSTR_VAL_SHUTDOWN_STATE_SNAPSHOT","features":[373]},{"name":"REGSTR_VAL_SILENTINSTALL","features":[373]},{"name":"REGSTR_VAL_SLSUPPORT","features":[373]},{"name":"REGSTR_VAL_SOFTCOMPATMODE","features":[373]},{"name":"REGSTR_VAL_SRCPATH","features":[373]},{"name":"REGSTR_VAL_SRVNAMECACHE","features":[373]},{"name":"REGSTR_VAL_SRVNAMECACHECOUNT","features":[373]},{"name":"REGSTR_VAL_SRVNAMECACHENETPROV","features":[373]},{"name":"REGSTR_VAL_START_ON_BOOT","features":[373]},{"name":"REGSTR_VAL_STAT","features":[373]},{"name":"REGSTR_VAL_STATICDRIVE","features":[373]},{"name":"REGSTR_VAL_STATICVXD","features":[373]},{"name":"REGSTR_VAL_STDDOSOPTION","features":[373]},{"name":"REGSTR_VAL_SUBMODEL","features":[373]},{"name":"REGSTR_VAL_SUPPORTBURST","features":[373]},{"name":"REGSTR_VAL_SUPPORTLFN","features":[373]},{"name":"REGSTR_VAL_SUPPORTTUNNELLING","features":[373]},{"name":"REGSTR_VAL_SYMBOLIC_LINK","features":[373]},{"name":"REGSTR_VAL_SYNCDATAXFER","features":[373]},{"name":"REGSTR_VAL_SYSDM","features":[373]},{"name":"REGSTR_VAL_SYSDMFUNC","features":[373]},{"name":"REGSTR_VAL_SYSTEMCPL_NOCONFIGPAGE","features":[373]},{"name":"REGSTR_VAL_SYSTEMCPL_NODEVMGRPAGE","features":[373]},{"name":"REGSTR_VAL_SYSTEMCPL_NOFILESYSPAGE","features":[373]},{"name":"REGSTR_VAL_SYSTEMCPL_NOVIRTMEMPAGE","features":[373]},{"name":"REGSTR_VAL_SYSTEMROOT","features":[373]},{"name":"REGSTR_VAL_SYSTRAYBATFLAGS","features":[373]},{"name":"REGSTR_VAL_SYSTRAYPCCARDFLAGS","features":[373]},{"name":"REGSTR_VAL_SYSTRAYSVCS","features":[373]},{"name":"REGSTR_VAL_TABLE_STAT","features":[373]},{"name":"REGSTR_VAL_TAPE","features":[373]},{"name":"REGSTR_VAL_TRANSITION","features":[373]},{"name":"REGSTR_VAL_TRANSPORT","features":[373]},{"name":"REGSTR_VAL_TZACTBIAS","features":[373]},{"name":"REGSTR_VAL_TZBIAS","features":[373]},{"name":"REGSTR_VAL_TZDLTBIAS","features":[373]},{"name":"REGSTR_VAL_TZDLTFLAG","features":[373]},{"name":"REGSTR_VAL_TZDLTNAME","features":[373]},{"name":"REGSTR_VAL_TZDLTSTART","features":[373]},{"name":"REGSTR_VAL_TZNOAUTOTIME","features":[373]},{"name":"REGSTR_VAL_TZNOCHANGEEND","features":[373]},{"name":"REGSTR_VAL_TZNOCHANGESTART","features":[373]},{"name":"REGSTR_VAL_TZSTDBIAS","features":[373]},{"name":"REGSTR_VAL_TZSTDNAME","features":[373]},{"name":"REGSTR_VAL_TZSTDSTART","features":[373]},{"name":"REGSTR_VAL_UI_NUMBER","features":[373]},{"name":"REGSTR_VAL_UI_NUMBER_DESC_FORMAT","features":[373]},{"name":"REGSTR_VAL_UNDOCK_WITHOUT_LOGON","features":[373]},{"name":"REGSTR_VAL_UNINSTALLER_COMMANDLINE","features":[373]},{"name":"REGSTR_VAL_UNINSTALLER_DISPLAYNAME","features":[373]},{"name":"REGSTR_VAL_UPGRADE","features":[373]},{"name":"REGSTR_VAL_UPPERFILTERS","features":[373]},{"name":"REGSTR_VAL_UPPER_FILTER_DEFAULT_LEVEL","features":[373]},{"name":"REGSTR_VAL_UPPER_FILTER_LEVELS","features":[373]},{"name":"REGSTR_VAL_USERSETTINGS","features":[373]},{"name":"REGSTR_VAL_USER_NAME","features":[373]},{"name":"REGSTR_VAL_USRDRVLET","features":[373]},{"name":"REGSTR_VAL_VDD","features":[373]},{"name":"REGSTR_VAL_VER","features":[373]},{"name":"REGSTR_VAL_VERIFYKEY","features":[373]},{"name":"REGSTR_VAL_VIRTUALHDIRQ","features":[373]},{"name":"REGSTR_VAL_VOLIDLETIMEOUT","features":[373]},{"name":"REGSTR_VAL_VPOWERDFLAGS","features":[373]},{"name":"REGSTR_VAL_VRES","features":[373]},{"name":"REGSTR_VAL_VXDGROUPS","features":[373]},{"name":"REGSTR_VAL_WAITFORUNDOCK","features":[373]},{"name":"REGSTR_VAL_WAITFORUNDOCKFUNC","features":[373]},{"name":"REGSTR_VAL_WIN31FILESYSTEM","features":[373]},{"name":"REGSTR_VAL_WIN31PROVIDER","features":[373]},{"name":"REGSTR_VAL_WINBOOTDIR","features":[373]},{"name":"REGSTR_VAL_WINCP","features":[373]},{"name":"REGSTR_VAL_WINDIR","features":[373]},{"name":"REGSTR_VAL_WINOLDAPP_DISABLED","features":[373]},{"name":"REGSTR_VAL_WINOLDAPP_NOREALMODE","features":[373]},{"name":"REGSTR_VAL_WORKGROUP","features":[373]},{"name":"REGSTR_VAL_WRAPPER","features":[373]},{"name":"REGSTR_VAL_WRINTTHRESHOLD","features":[373]},{"name":"REGSTR_VAL_WRKGRP_FORCEMAPPING","features":[373]},{"name":"REGSTR_VAL_WRKGRP_REQUIRED","features":[373]},{"name":"REG_BINARY","features":[373]},{"name":"REG_CREATED_NEW_KEY","features":[373]},{"name":"REG_CREATE_KEY_DISPOSITION","features":[373]},{"name":"REG_DWORD","features":[373]},{"name":"REG_DWORD_BIG_ENDIAN","features":[373]},{"name":"REG_DWORD_LITTLE_ENDIAN","features":[373]},{"name":"REG_EXPAND_SZ","features":[373]},{"name":"REG_FORCE_RESTORE","features":[373]},{"name":"REG_FULL_RESOURCE_DESCRIPTOR","features":[373]},{"name":"REG_KEY_INSTDEV","features":[373]},{"name":"REG_LATEST_FORMAT","features":[373]},{"name":"REG_LINK","features":[373]},{"name":"REG_MUI_STRING_TRUNCATE","features":[373]},{"name":"REG_MULTI_SZ","features":[373]},{"name":"REG_NONE","features":[373]},{"name":"REG_NOTIFY_CHANGE_ATTRIBUTES","features":[373]},{"name":"REG_NOTIFY_CHANGE_LAST_SET","features":[373]},{"name":"REG_NOTIFY_CHANGE_NAME","features":[373]},{"name":"REG_NOTIFY_CHANGE_SECURITY","features":[373]},{"name":"REG_NOTIFY_FILTER","features":[373]},{"name":"REG_NOTIFY_THREAD_AGNOSTIC","features":[373]},{"name":"REG_NO_COMPRESSION","features":[373]},{"name":"REG_OPENED_EXISTING_KEY","features":[373]},{"name":"REG_OPEN_CREATE_OPTIONS","features":[373]},{"name":"REG_OPTION_BACKUP_RESTORE","features":[373]},{"name":"REG_OPTION_CREATE_LINK","features":[373]},{"name":"REG_OPTION_DONT_VIRTUALIZE","features":[373]},{"name":"REG_OPTION_NON_VOLATILE","features":[373]},{"name":"REG_OPTION_OPEN_LINK","features":[373]},{"name":"REG_OPTION_RESERVED","features":[373]},{"name":"REG_OPTION_VOLATILE","features":[373]},{"name":"REG_PROCESS_APPKEY","features":[373]},{"name":"REG_PROVIDER","features":[373]},{"name":"REG_QWORD","features":[373]},{"name":"REG_QWORD_LITTLE_ENDIAN","features":[373]},{"name":"REG_RESOURCE_LIST","features":[373]},{"name":"REG_RESOURCE_REQUIREMENTS_LIST","features":[373]},{"name":"REG_RESTORE_KEY_FLAGS","features":[373]},{"name":"REG_ROUTINE_FLAGS","features":[373]},{"name":"REG_SAM_FLAGS","features":[373]},{"name":"REG_SAVE_FORMAT","features":[373]},{"name":"REG_SECURE_CONNECTION","features":[373]},{"name":"REG_STANDARD_FORMAT","features":[373]},{"name":"REG_SZ","features":[373]},{"name":"REG_USE_CURRENT_SECURITY_CONTEXT","features":[373]},{"name":"REG_VALUE_TYPE","features":[373]},{"name":"REG_WHOLE_HIVE_VOLATILE","features":[373]},{"name":"RRF_NOEXPAND","features":[373]},{"name":"RRF_RT_ANY","features":[373]},{"name":"RRF_RT_DWORD","features":[373]},{"name":"RRF_RT_QWORD","features":[373]},{"name":"RRF_RT_REG_BINARY","features":[373]},{"name":"RRF_RT_REG_DWORD","features":[373]},{"name":"RRF_RT_REG_EXPAND_SZ","features":[373]},{"name":"RRF_RT_REG_MULTI_SZ","features":[373]},{"name":"RRF_RT_REG_NONE","features":[373]},{"name":"RRF_RT_REG_QWORD","features":[373]},{"name":"RRF_RT_REG_SZ","features":[373]},{"name":"RRF_SUBKEY_WOW6432KEY","features":[373]},{"name":"RRF_SUBKEY_WOW6464KEY","features":[373]},{"name":"RRF_WOW64_MASK","features":[373]},{"name":"RRF_ZEROONFAILURE","features":[373]},{"name":"RegCloseKey","features":[305,373]},{"name":"RegConnectRegistryA","features":[305,373]},{"name":"RegConnectRegistryExA","features":[373]},{"name":"RegConnectRegistryExW","features":[373]},{"name":"RegConnectRegistryW","features":[305,373]},{"name":"RegCopyTreeA","features":[305,373]},{"name":"RegCopyTreeW","features":[305,373]},{"name":"RegCreateKeyA","features":[305,373]},{"name":"RegCreateKeyExA","features":[305,309,373]},{"name":"RegCreateKeyExW","features":[305,309,373]},{"name":"RegCreateKeyTransactedA","features":[305,309,373]},{"name":"RegCreateKeyTransactedW","features":[305,309,373]},{"name":"RegCreateKeyW","features":[305,373]},{"name":"RegDeleteKeyA","features":[305,373]},{"name":"RegDeleteKeyExA","features":[305,373]},{"name":"RegDeleteKeyExW","features":[305,373]},{"name":"RegDeleteKeyTransactedA","features":[305,373]},{"name":"RegDeleteKeyTransactedW","features":[305,373]},{"name":"RegDeleteKeyValueA","features":[305,373]},{"name":"RegDeleteKeyValueW","features":[305,373]},{"name":"RegDeleteKeyW","features":[305,373]},{"name":"RegDeleteTreeA","features":[305,373]},{"name":"RegDeleteTreeW","features":[305,373]},{"name":"RegDeleteValueA","features":[305,373]},{"name":"RegDeleteValueW","features":[305,373]},{"name":"RegDisablePredefinedCache","features":[305,373]},{"name":"RegDisablePredefinedCacheEx","features":[305,373]},{"name":"RegDisableReflectionKey","features":[305,373]},{"name":"RegEnableReflectionKey","features":[305,373]},{"name":"RegEnumKeyA","features":[305,373]},{"name":"RegEnumKeyExA","features":[305,373]},{"name":"RegEnumKeyExW","features":[305,373]},{"name":"RegEnumKeyW","features":[305,373]},{"name":"RegEnumValueA","features":[305,373]},{"name":"RegEnumValueW","features":[305,373]},{"name":"RegFlushKey","features":[305,373]},{"name":"RegGetKeySecurity","features":[305,309,373]},{"name":"RegGetValueA","features":[305,373]},{"name":"RegGetValueW","features":[305,373]},{"name":"RegLoadAppKeyA","features":[305,373]},{"name":"RegLoadAppKeyW","features":[305,373]},{"name":"RegLoadKeyA","features":[305,373]},{"name":"RegLoadKeyW","features":[305,373]},{"name":"RegLoadMUIStringA","features":[305,373]},{"name":"RegLoadMUIStringW","features":[305,373]},{"name":"RegNotifyChangeKeyValue","features":[305,373]},{"name":"RegOpenCurrentUser","features":[305,373]},{"name":"RegOpenKeyA","features":[305,373]},{"name":"RegOpenKeyExA","features":[305,373]},{"name":"RegOpenKeyExW","features":[305,373]},{"name":"RegOpenKeyTransactedA","features":[305,373]},{"name":"RegOpenKeyTransactedW","features":[305,373]},{"name":"RegOpenKeyW","features":[305,373]},{"name":"RegOpenUserClassesRoot","features":[305,373]},{"name":"RegOverridePredefKey","features":[305,373]},{"name":"RegQueryInfoKeyA","features":[305,373]},{"name":"RegQueryInfoKeyW","features":[305,373]},{"name":"RegQueryMultipleValuesA","features":[305,373]},{"name":"RegQueryMultipleValuesW","features":[305,373]},{"name":"RegQueryReflectionKey","features":[305,373]},{"name":"RegQueryValueA","features":[305,373]},{"name":"RegQueryValueExA","features":[305,373]},{"name":"RegQueryValueExW","features":[305,373]},{"name":"RegQueryValueW","features":[305,373]},{"name":"RegRenameKey","features":[305,373]},{"name":"RegReplaceKeyA","features":[305,373]},{"name":"RegReplaceKeyW","features":[305,373]},{"name":"RegRestoreKeyA","features":[305,373]},{"name":"RegRestoreKeyW","features":[305,373]},{"name":"RegSaveKeyA","features":[305,309,373]},{"name":"RegSaveKeyExA","features":[305,309,373]},{"name":"RegSaveKeyExW","features":[305,309,373]},{"name":"RegSaveKeyW","features":[305,309,373]},{"name":"RegSetKeySecurity","features":[305,309,373]},{"name":"RegSetKeyValueA","features":[305,373]},{"name":"RegSetKeyValueW","features":[305,373]},{"name":"RegSetValueA","features":[305,373]},{"name":"RegSetValueExA","features":[305,373]},{"name":"RegSetValueExW","features":[305,373]},{"name":"RegSetValueW","features":[305,373]},{"name":"RegUnLoadKeyA","features":[305,373]},{"name":"RegUnLoadKeyW","features":[305,373]},{"name":"SUF_BATCHINF","features":[373]},{"name":"SUF_CLEAN","features":[373]},{"name":"SUF_EXPRESS","features":[373]},{"name":"SUF_FIRSTTIME","features":[373]},{"name":"SUF_INSETUP","features":[373]},{"name":"SUF_NETHDBOOT","features":[373]},{"name":"SUF_NETRPLBOOT","features":[373]},{"name":"SUF_NETSETUP","features":[373]},{"name":"SUF_SBSCOPYOK","features":[373]},{"name":"VALENTA","features":[373]},{"name":"VALENTW","features":[373]},{"name":"VPDF_DISABLEPWRMGMT","features":[373]},{"name":"VPDF_DISABLEPWRSTATUSPOLL","features":[373]},{"name":"VPDF_DISABLERINGRESUME","features":[373]},{"name":"VPDF_FORCEAPM10MODE","features":[373]},{"name":"VPDF_SHOWMULTIBATT","features":[373]},{"name":"VPDF_SKIPINTELSLCHECK","features":[373]},{"name":"val_context","features":[373]}],"605":[{"name":"DISPID_EVENT_ON_CONTEXT_DATA","features":[586]},{"name":"DISPID_EVENT_ON_SEND_ERROR","features":[586]},{"name":"DISPID_EVENT_ON_STATE_CHANGED","features":[586]},{"name":"DISPID_EVENT_ON_TERMINATION","features":[586]},{"name":"DRendezvousSessionEvents","features":[358,586]},{"name":"IRendezvousApplication","features":[586]},{"name":"IRendezvousSession","features":[586]},{"name":"RENDEZVOUS_SESSION_FLAGS","features":[586]},{"name":"RENDEZVOUS_SESSION_STATE","features":[586]},{"name":"RSF_INVITEE","features":[586]},{"name":"RSF_INVITER","features":[586]},{"name":"RSF_NONE","features":[586]},{"name":"RSF_ORIGINAL_INVITER","features":[586]},{"name":"RSF_REMOTE_LEGACYSESSION","features":[586]},{"name":"RSF_REMOTE_WIN7SESSION","features":[586]},{"name":"RSS_ACCEPTED","features":[586]},{"name":"RSS_CANCELLED","features":[586]},{"name":"RSS_CONNECTED","features":[586]},{"name":"RSS_DECLINED","features":[586]},{"name":"RSS_INVITATION","features":[586]},{"name":"RSS_READY","features":[586]},{"name":"RSS_TERMINATED","features":[586]},{"name":"RSS_UNKNOWN","features":[586]},{"name":"RendezvousApplication","features":[586]}],"606":[{"name":"AAAccountingData","features":[468]},{"name":"AAAccountingDataType","features":[468]},{"name":"AAAuthSchemes","features":[468]},{"name":"AATrustClassID","features":[468]},{"name":"AA_AUTH_ANY","features":[468]},{"name":"AA_AUTH_BASIC","features":[468]},{"name":"AA_AUTH_CONID","features":[468]},{"name":"AA_AUTH_COOKIE","features":[468]},{"name":"AA_AUTH_DIGEST","features":[468]},{"name":"AA_AUTH_LOGGEDONCREDENTIALS","features":[468]},{"name":"AA_AUTH_MAX","features":[468]},{"name":"AA_AUTH_MIN","features":[468]},{"name":"AA_AUTH_NEGOTIATE","features":[468]},{"name":"AA_AUTH_NTLM","features":[468]},{"name":"AA_AUTH_ORGID","features":[468]},{"name":"AA_AUTH_SC","features":[468]},{"name":"AA_AUTH_SSPI_NTLM","features":[468]},{"name":"AA_MAIN_SESSION_CLOSED","features":[468]},{"name":"AA_MAIN_SESSION_CREATION","features":[468]},{"name":"AA_SUB_SESSION_CLOSED","features":[468]},{"name":"AA_SUB_SESSION_CREATION","features":[468]},{"name":"AA_TRUSTEDUSER_TRUSTEDCLIENT","features":[468]},{"name":"AA_TRUSTEDUSER_UNTRUSTEDCLIENT","features":[468]},{"name":"AA_UNTRUSTED","features":[468]},{"name":"ACQUIRE_TARGET_LOCK_TIMEOUT","features":[468]},{"name":"ADsTSUserEx","features":[468]},{"name":"AE_CURRENT_POSITION","features":[468]},{"name":"AE_POSITION_FLAGS","features":[468]},{"name":"AllowOnlySDRServers","features":[468]},{"name":"BITMAP_RENDERER_STATISTICS","features":[468]},{"name":"CHANNEL_BUFFER_SIZE","features":[468]},{"name":"CHANNEL_CHUNK_LENGTH","features":[468]},{"name":"CHANNEL_DEF","features":[468]},{"name":"CHANNEL_ENTRY_POINTS","features":[468]},{"name":"CHANNEL_EVENT_CONNECTED","features":[468]},{"name":"CHANNEL_EVENT_DATA_RECEIVED","features":[468]},{"name":"CHANNEL_EVENT_DISCONNECTED","features":[468]},{"name":"CHANNEL_EVENT_INITIALIZED","features":[468]},{"name":"CHANNEL_EVENT_TERMINATED","features":[468]},{"name":"CHANNEL_EVENT_V1_CONNECTED","features":[468]},{"name":"CHANNEL_EVENT_WRITE_CANCELLED","features":[468]},{"name":"CHANNEL_EVENT_WRITE_COMPLETE","features":[468]},{"name":"CHANNEL_FLAG_FAIL","features":[468]},{"name":"CHANNEL_FLAG_FIRST","features":[468]},{"name":"CHANNEL_FLAG_LAST","features":[468]},{"name":"CHANNEL_FLAG_MIDDLE","features":[468]},{"name":"CHANNEL_MAX_COUNT","features":[468]},{"name":"CHANNEL_NAME_LEN","features":[468]},{"name":"CHANNEL_OPTION_COMPRESS","features":[468]},{"name":"CHANNEL_OPTION_COMPRESS_RDP","features":[468]},{"name":"CHANNEL_OPTION_ENCRYPT_CS","features":[468]},{"name":"CHANNEL_OPTION_ENCRYPT_RDP","features":[468]},{"name":"CHANNEL_OPTION_ENCRYPT_SC","features":[468]},{"name":"CHANNEL_OPTION_INITIALIZED","features":[468]},{"name":"CHANNEL_OPTION_PRI_HIGH","features":[468]},{"name":"CHANNEL_OPTION_PRI_LOW","features":[468]},{"name":"CHANNEL_OPTION_PRI_MED","features":[468]},{"name":"CHANNEL_OPTION_REMOTE_CONTROL_PERSISTENT","features":[468]},{"name":"CHANNEL_OPTION_SHOW_PROTOCOL","features":[468]},{"name":"CHANNEL_PDU_HEADER","features":[468]},{"name":"CHANNEL_RC_ALREADY_CONNECTED","features":[468]},{"name":"CHANNEL_RC_ALREADY_INITIALIZED","features":[468]},{"name":"CHANNEL_RC_ALREADY_OPEN","features":[468]},{"name":"CHANNEL_RC_BAD_CHANNEL","features":[468]},{"name":"CHANNEL_RC_BAD_CHANNEL_HANDLE","features":[468]},{"name":"CHANNEL_RC_BAD_INIT_HANDLE","features":[468]},{"name":"CHANNEL_RC_BAD_PROC","features":[468]},{"name":"CHANNEL_RC_INITIALIZATION_ERROR","features":[468]},{"name":"CHANNEL_RC_INVALID_INSTANCE","features":[468]},{"name":"CHANNEL_RC_NOT_CONNECTED","features":[468]},{"name":"CHANNEL_RC_NOT_INITIALIZED","features":[468]},{"name":"CHANNEL_RC_NOT_IN_VIRTUALCHANNELENTRY","features":[468]},{"name":"CHANNEL_RC_NOT_OPEN","features":[468]},{"name":"CHANNEL_RC_NO_BUFFER","features":[468]},{"name":"CHANNEL_RC_NO_MEMORY","features":[468]},{"name":"CHANNEL_RC_NULL_DATA","features":[468]},{"name":"CHANNEL_RC_OK","features":[468]},{"name":"CHANNEL_RC_TOO_MANY_CHANNELS","features":[468]},{"name":"CHANNEL_RC_UNKNOWN_CHANNEL_NAME","features":[468]},{"name":"CHANNEL_RC_UNSUPPORTED_VERSION","features":[468]},{"name":"CHANNEL_RC_ZERO_LENGTH","features":[468]},{"name":"CLIENTADDRESS_LENGTH","features":[468]},{"name":"CLIENTNAME_LENGTH","features":[468]},{"name":"CLIENT_DISPLAY","features":[468]},{"name":"CLIENT_MESSAGE_CONNECTION_ERROR","features":[468]},{"name":"CLIENT_MESSAGE_CONNECTION_INVALID","features":[468]},{"name":"CLIENT_MESSAGE_CONNECTION_STATUS","features":[468]},{"name":"CLIENT_MESSAGE_TYPE","features":[468]},{"name":"CONNECTION_CHANGE_NOTIFICATION","features":[468]},{"name":"CONNECTION_PROPERTY_CURSOR_BLINK_DISABLED","features":[468]},{"name":"CONNECTION_PROPERTY_IDLE_TIME_WARNING","features":[468]},{"name":"CONNECTION_REQUEST_CANCELLED","features":[468]},{"name":"CONNECTION_REQUEST_FAILED","features":[468]},{"name":"CONNECTION_REQUEST_INVALID","features":[468]},{"name":"CONNECTION_REQUEST_LB_COMPLETED","features":[468]},{"name":"CONNECTION_REQUEST_ORCH_COMPLETED","features":[468]},{"name":"CONNECTION_REQUEST_PENDING","features":[468]},{"name":"CONNECTION_REQUEST_QUERY_PL_COMPLETED","features":[468]},{"name":"CONNECTION_REQUEST_SUCCEEDED","features":[468]},{"name":"CONNECTION_REQUEST_TIMEDOUT","features":[468]},{"name":"ClipboardRedirectionDisabled","features":[468]},{"name":"DISPID_AX_ADMINMESSAGERECEIVED","features":[468]},{"name":"DISPID_AX_AUTORECONNECTED","features":[468]},{"name":"DISPID_AX_AUTORECONNECTING","features":[468]},{"name":"DISPID_AX_CONNECTED","features":[468]},{"name":"DISPID_AX_CONNECTING","features":[468]},{"name":"DISPID_AX_DIALOGDISMISSED","features":[468]},{"name":"DISPID_AX_DIALOGDISPLAYING","features":[468]},{"name":"DISPID_AX_DISCONNECTED","features":[468]},{"name":"DISPID_AX_KEYCOMBINATIONPRESSED","features":[468]},{"name":"DISPID_AX_LOGINCOMPLETED","features":[468]},{"name":"DISPID_AX_NETWORKSTATUSCHANGED","features":[468]},{"name":"DISPID_AX_REMOTEDESKTOPSIZECHANGED","features":[468]},{"name":"DISPID_AX_STATUSCHANGED","features":[468]},{"name":"DISPID_AX_TOUCHPOINTERCURSORMOVED","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_APPLY_SETTINGS","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_ATTACH_EVENT","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_CONNECT","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DELETE_SAVED_CREDENTIALS","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DETACH_EVENT","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_DISCONNECT","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_EXECUTE_REMOTE_ACTION","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_GET_RDPPROPERTY","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_GET_SNAPSHOT","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RECONNECT","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RESUME_SCREEN_UPDATES","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_RETRIEVE_SETTINGS","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_SET_RDPPROPERTY","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_SUSPEND_SCREEN_UPDATES","features":[468]},{"name":"DISPID_METHOD_REMOTEDESKTOPCLIENT_UPDATE_SESSION_DISPLAYSETTINGS","features":[468]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_ACTIONS","features":[468]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_SETTINGS","features":[468]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_ENABLED","features":[468]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_EVENTSENABLED","features":[468]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCHPOINTER_POINTERSPEED","features":[468]},{"name":"DISPID_PROP_REMOTEDESKTOPCLIENT_TOUCH_POINTER","features":[468]},{"name":"DOMAIN_LENGTH","features":[468]},{"name":"DisableAllRedirections","features":[468]},{"name":"DriveRedirectionDisabled","features":[468]},{"name":"EnableAllRedirections","features":[468]},{"name":"FARM","features":[468]},{"name":"FORCE_REJOIN","features":[468]},{"name":"FORCE_REJOIN_IN_CLUSTERMODE","features":[468]},{"name":"IADsTSUserEx","features":[358,468]},{"name":"IAudioDeviceEndpoint","features":[468]},{"name":"IAudioEndpoint","features":[468]},{"name":"IAudioEndpointControl","features":[468]},{"name":"IAudioEndpointRT","features":[468]},{"name":"IAudioInputEndpointRT","features":[468]},{"name":"IAudioOutputEndpointRT","features":[468]},{"name":"IRemoteDesktopClient","features":[358,468]},{"name":"IRemoteDesktopClientActions","features":[358,468]},{"name":"IRemoteDesktopClientSettings","features":[358,468]},{"name":"IRemoteDesktopClientTouchPointer","features":[358,468]},{"name":"IRemoteSystemAdditionalInfoProvider","features":[468]},{"name":"ITSGAccountingEngine","features":[468]},{"name":"ITSGAuthenticateUserSink","features":[468]},{"name":"ITSGAuthenticationEngine","features":[468]},{"name":"ITSGAuthorizeConnectionSink","features":[468]},{"name":"ITSGAuthorizeResourceSink","features":[468]},{"name":"ITSGPolicyEngine","features":[468]},{"name":"ITsSbBaseNotifySink","features":[468]},{"name":"ITsSbClientConnection","features":[468]},{"name":"ITsSbClientConnectionPropertySet","features":[392,468]},{"name":"ITsSbEnvironment","features":[468]},{"name":"ITsSbEnvironmentPropertySet","features":[392,468]},{"name":"ITsSbFilterPluginStore","features":[468]},{"name":"ITsSbGenericNotifySink","features":[468]},{"name":"ITsSbGlobalStore","features":[468]},{"name":"ITsSbLoadBalanceResult","features":[468]},{"name":"ITsSbLoadBalancing","features":[468]},{"name":"ITsSbLoadBalancingNotifySink","features":[468]},{"name":"ITsSbOrchestration","features":[468]},{"name":"ITsSbOrchestrationNotifySink","features":[468]},{"name":"ITsSbPlacement","features":[468]},{"name":"ITsSbPlacementNotifySink","features":[468]},{"name":"ITsSbPlugin","features":[468]},{"name":"ITsSbPluginNotifySink","features":[468]},{"name":"ITsSbPluginPropertySet","features":[392,468]},{"name":"ITsSbPropertySet","features":[392,468]},{"name":"ITsSbProvider","features":[468]},{"name":"ITsSbProvisioning","features":[468]},{"name":"ITsSbProvisioningPluginNotifySink","features":[468]},{"name":"ITsSbResourceNotification","features":[468]},{"name":"ITsSbResourceNotificationEx","features":[468]},{"name":"ITsSbResourcePlugin","features":[468]},{"name":"ITsSbResourcePluginStore","features":[468]},{"name":"ITsSbServiceNotification","features":[468]},{"name":"ITsSbSession","features":[468]},{"name":"ITsSbTarget","features":[468]},{"name":"ITsSbTargetPropertySet","features":[392,468]},{"name":"ITsSbTaskInfo","features":[468]},{"name":"ITsSbTaskPlugin","features":[468]},{"name":"ITsSbTaskPluginNotifySink","features":[468]},{"name":"IWRdsEnhancedFastReconnectArbitrator","features":[468]},{"name":"IWRdsGraphicsChannel","features":[468]},{"name":"IWRdsGraphicsChannelEvents","features":[468]},{"name":"IWRdsGraphicsChannelManager","features":[468]},{"name":"IWRdsProtocolConnection","features":[468]},{"name":"IWRdsProtocolConnectionCallback","features":[468]},{"name":"IWRdsProtocolConnectionSettings","features":[468]},{"name":"IWRdsProtocolLicenseConnection","features":[468]},{"name":"IWRdsProtocolListener","features":[468]},{"name":"IWRdsProtocolListenerCallback","features":[468]},{"name":"IWRdsProtocolLogonErrorRedirector","features":[468]},{"name":"IWRdsProtocolManager","features":[468]},{"name":"IWRdsProtocolSettings","features":[468]},{"name":"IWRdsProtocolShadowCallback","features":[468]},{"name":"IWRdsProtocolShadowConnection","features":[468]},{"name":"IWRdsWddmIddProps","features":[468]},{"name":"IWRdsWddmIddProps1","features":[468]},{"name":"IWTSBitmapRenderService","features":[468]},{"name":"IWTSBitmapRenderer","features":[468]},{"name":"IWTSBitmapRendererCallback","features":[468]},{"name":"IWTSListener","features":[468]},{"name":"IWTSListenerCallback","features":[468]},{"name":"IWTSPlugin","features":[468]},{"name":"IWTSPluginServiceProvider","features":[468]},{"name":"IWTSProtocolConnection","features":[468]},{"name":"IWTSProtocolConnectionCallback","features":[468]},{"name":"IWTSProtocolLicenseConnection","features":[468]},{"name":"IWTSProtocolListener","features":[468]},{"name":"IWTSProtocolListenerCallback","features":[468]},{"name":"IWTSProtocolLogonErrorRedirector","features":[468]},{"name":"IWTSProtocolManager","features":[468]},{"name":"IWTSProtocolShadowCallback","features":[468]},{"name":"IWTSProtocolShadowConnection","features":[468]},{"name":"IWTSSBPlugin","features":[468]},{"name":"IWTSVirtualChannel","features":[468]},{"name":"IWTSVirtualChannelCallback","features":[468]},{"name":"IWTSVirtualChannelManager","features":[468]},{"name":"IWorkspace","features":[468]},{"name":"IWorkspace2","features":[468]},{"name":"IWorkspace3","features":[468]},{"name":"IWorkspaceClientExt","features":[468]},{"name":"IWorkspaceRegistration","features":[468]},{"name":"IWorkspaceRegistration2","features":[468]},{"name":"IWorkspaceReportMessage","features":[468]},{"name":"IWorkspaceResTypeRegistry","features":[358,468]},{"name":"IWorkspaceScriptable","features":[358,468]},{"name":"IWorkspaceScriptable2","features":[358,468]},{"name":"IWorkspaceScriptable3","features":[358,468]},{"name":"ItsPubPlugin","features":[468]},{"name":"ItsPubPlugin2","features":[468]},{"name":"KEEP_EXISTING_SESSIONS","features":[468]},{"name":"KeyCombinationDown","features":[468]},{"name":"KeyCombinationHome","features":[468]},{"name":"KeyCombinationLeft","features":[468]},{"name":"KeyCombinationRight","features":[468]},{"name":"KeyCombinationScroll","features":[468]},{"name":"KeyCombinationType","features":[468]},{"name":"KeyCombinationUp","features":[468]},{"name":"LOAD_BALANCING_PLUGIN","features":[468]},{"name":"MAX_DATE_TIME_LENGTH","features":[468]},{"name":"MAX_ELAPSED_TIME_LENGTH","features":[468]},{"name":"MAX_POLICY_ATTRIBUTES","features":[468]},{"name":"MaxAppName_Len","features":[468]},{"name":"MaxDomainName_Len","features":[468]},{"name":"MaxFQDN_Len","features":[468]},{"name":"MaxFarm_Len","features":[468]},{"name":"MaxNetBiosName_Len","features":[468]},{"name":"MaxNumOfExposed_IPs","features":[468]},{"name":"MaxUserName_Len","features":[468]},{"name":"NONFARM","features":[468]},{"name":"NOTIFY_FOR_ALL_SESSIONS","features":[468]},{"name":"NOTIFY_FOR_THIS_SESSION","features":[468]},{"name":"ORCHESTRATION_PLUGIN","features":[468]},{"name":"OWNER_MS_TS_PLUGIN","features":[468]},{"name":"OWNER_MS_VM_PLUGIN","features":[468]},{"name":"OWNER_UNKNOWN","features":[468]},{"name":"PCHANNEL_INIT_EVENT_FN","features":[468]},{"name":"PCHANNEL_OPEN_EVENT_FN","features":[468]},{"name":"PLACEMENT_PLUGIN","features":[468]},{"name":"PLUGIN_CAPABILITY_EXTERNAL_REDIRECTION","features":[468]},{"name":"PLUGIN_TYPE","features":[468]},{"name":"POLICY_PLUGIN","features":[468]},{"name":"POSITION_CONTINUOUS","features":[468]},{"name":"POSITION_DISCONTINUOUS","features":[468]},{"name":"POSITION_INVALID","features":[468]},{"name":"POSITION_QPC_ERROR","features":[468]},{"name":"PRODUCTINFO_COMPANYNAME_LENGTH","features":[468]},{"name":"PRODUCTINFO_PRODUCTID_LENGTH","features":[468]},{"name":"PRODUCT_INFOA","features":[468]},{"name":"PRODUCT_INFOW","features":[468]},{"name":"PROPERTY_DYNAMIC_TIME_ZONE_INFORMATION","features":[468]},{"name":"PROPERTY_TYPE_ENABLE_UNIVERSAL_APPS_FOR_CUSTOM_SHELL","features":[468]},{"name":"PROPERTY_TYPE_GET_FAST_RECONNECT","features":[468]},{"name":"PROPERTY_TYPE_GET_FAST_RECONNECT_USER_SID","features":[468]},{"name":"PROVISIONING_PLUGIN","features":[468]},{"name":"PVIRTUALCHANNELCLOSE","features":[468]},{"name":"PVIRTUALCHANNELENTRY","features":[305,468]},{"name":"PVIRTUALCHANNELINIT","features":[468]},{"name":"PVIRTUALCHANNELOPEN","features":[468]},{"name":"PVIRTUALCHANNELWRITE","features":[468]},{"name":"PasswordEncodingType","features":[468]},{"name":"PasswordEncodingUTF16BE","features":[468]},{"name":"PasswordEncodingUTF16LE","features":[468]},{"name":"PasswordEncodingUTF8","features":[468]},{"name":"PnpRedirectionDisabled","features":[468]},{"name":"PolicyAttributeType","features":[468]},{"name":"PortRedirectionDisabled","features":[468]},{"name":"PrinterRedirectionDisabled","features":[468]},{"name":"ProcessIdToSessionId","features":[305,468]},{"name":"RDCLIENT_BITMAP_RENDER_SERVICE","features":[468]},{"name":"RDV_TASK_STATUS","features":[468]},{"name":"RDV_TASK_STATUS_APPLYING","features":[468]},{"name":"RDV_TASK_STATUS_DOWNLOADING","features":[468]},{"name":"RDV_TASK_STATUS_FAILED","features":[468]},{"name":"RDV_TASK_STATUS_REBOOTED","features":[468]},{"name":"RDV_TASK_STATUS_REBOOTING","features":[468]},{"name":"RDV_TASK_STATUS_SEARCHING","features":[468]},{"name":"RDV_TASK_STATUS_SUCCESS","features":[468]},{"name":"RDV_TASK_STATUS_TIMEOUT","features":[468]},{"name":"RDV_TASK_STATUS_UNKNOWN","features":[468]},{"name":"RD_FARM_AUTO_PERSONAL_RDSH","features":[468]},{"name":"RD_FARM_AUTO_PERSONAL_VM","features":[468]},{"name":"RD_FARM_MANUAL_PERSONAL_RDSH","features":[468]},{"name":"RD_FARM_MANUAL_PERSONAL_VM","features":[468]},{"name":"RD_FARM_RDSH","features":[468]},{"name":"RD_FARM_TEMP_VM","features":[468]},{"name":"RD_FARM_TYPE","features":[468]},{"name":"RD_FARM_TYPE_UNKNOWN","features":[468]},{"name":"REMOTECONTROL_KBDALT_HOTKEY","features":[468]},{"name":"REMOTECONTROL_KBDCTRL_HOTKEY","features":[468]},{"name":"REMOTECONTROL_KBDSHIFT_HOTKEY","features":[468]},{"name":"RENDER_HINT_CLEAR","features":[468]},{"name":"RENDER_HINT_MAPPEDWINDOW","features":[468]},{"name":"RENDER_HINT_VIDEO","features":[468]},{"name":"RESERVED_FOR_LEGACY","features":[468]},{"name":"RESOURCE_PLUGIN","features":[468]},{"name":"RFX_CLIENT_ID_LENGTH","features":[468]},{"name":"RFX_GFX_MAX_SUPPORTED_MONITORS","features":[468]},{"name":"RFX_GFX_MONITOR_INFO","features":[305,468]},{"name":"RFX_GFX_MSG_CLIENT_DESKTOP_INFO_REQUEST","features":[468]},{"name":"RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE","features":[305,468]},{"name":"RFX_GFX_MSG_DESKTOP_CONFIG_CHANGE_CONFIRM","features":[468]},{"name":"RFX_GFX_MSG_DESKTOP_CONFIG_CHANGE_NOTIFY","features":[468]},{"name":"RFX_GFX_MSG_DESKTOP_INPUT_RESET","features":[468]},{"name":"RFX_GFX_MSG_DESKTOP_RESEND_REQUEST","features":[468]},{"name":"RFX_GFX_MSG_DISCONNECT_NOTIFY","features":[468]},{"name":"RFX_GFX_MSG_HEADER","features":[468]},{"name":"RFX_GFX_MSG_PREFIX","features":[468]},{"name":"RFX_GFX_MSG_PREFIX_MASK","features":[468]},{"name":"RFX_GFX_MSG_RDP_DATA","features":[468]},{"name":"RFX_GFX_RECT","features":[468]},{"name":"RFX_RDP_MSG_PREFIX","features":[468]},{"name":"RemoteActionAppSwitch","features":[468]},{"name":"RemoteActionAppbar","features":[468]},{"name":"RemoteActionCharms","features":[468]},{"name":"RemoteActionSnap","features":[468]},{"name":"RemoteActionStartScreen","features":[468]},{"name":"RemoteActionType","features":[468]},{"name":"SB_SYNCH_CONFLICT_MAX_WRITE_ATTEMPTS","features":[468]},{"name":"SESSION_TIMEOUT_ACTION_DISCONNECT","features":[468]},{"name":"SESSION_TIMEOUT_ACTION_SILENT_REAUTH","features":[468]},{"name":"SESSION_TIMEOUT_ACTION_TYPE","features":[468]},{"name":"SINGLE_SESSION","features":[468]},{"name":"STATE_ACTIVE","features":[468]},{"name":"STATE_CONNECTED","features":[468]},{"name":"STATE_CONNECTQUERY","features":[468]},{"name":"STATE_DISCONNECTED","features":[468]},{"name":"STATE_DOWN","features":[468]},{"name":"STATE_IDLE","features":[468]},{"name":"STATE_INIT","features":[468]},{"name":"STATE_INVALID","features":[468]},{"name":"STATE_LISTEN","features":[468]},{"name":"STATE_MAX","features":[468]},{"name":"STATE_RESET","features":[468]},{"name":"STATE_SHADOW","features":[468]},{"name":"SnapshotEncodingDataUri","features":[468]},{"name":"SnapshotEncodingType","features":[468]},{"name":"SnapshotFormatBmp","features":[468]},{"name":"SnapshotFormatJpeg","features":[468]},{"name":"SnapshotFormatPng","features":[468]},{"name":"SnapshotFormatType","features":[468]},{"name":"TARGET_CHANGE_TYPE","features":[468]},{"name":"TARGET_CHANGE_UNSPEC","features":[468]},{"name":"TARGET_CHECKED_OUT","features":[468]},{"name":"TARGET_DOWN","features":[468]},{"name":"TARGET_EXTERNALIP_CHANGED","features":[468]},{"name":"TARGET_FARM_MEMBERSHIP_CHANGED","features":[468]},{"name":"TARGET_HIBERNATED","features":[468]},{"name":"TARGET_IDLE","features":[468]},{"name":"TARGET_INITIALIZING","features":[468]},{"name":"TARGET_INTERNALIP_CHANGED","features":[468]},{"name":"TARGET_INUSE","features":[468]},{"name":"TARGET_INVALID","features":[468]},{"name":"TARGET_JOINED","features":[468]},{"name":"TARGET_MAXSTATE","features":[468]},{"name":"TARGET_OWNER","features":[468]},{"name":"TARGET_PATCH_COMPLETED","features":[468]},{"name":"TARGET_PATCH_FAILED","features":[468]},{"name":"TARGET_PATCH_IN_PROGRESS","features":[468]},{"name":"TARGET_PATCH_NOT_STARTED","features":[468]},{"name":"TARGET_PATCH_STATE","features":[468]},{"name":"TARGET_PATCH_STATE_CHANGED","features":[468]},{"name":"TARGET_PATCH_UNKNOWN","features":[468]},{"name":"TARGET_PENDING","features":[468]},{"name":"TARGET_REMOVED","features":[468]},{"name":"TARGET_RUNNING","features":[468]},{"name":"TARGET_STARTING","features":[468]},{"name":"TARGET_STATE","features":[468]},{"name":"TARGET_STATE_CHANGED","features":[468]},{"name":"TARGET_STOPPED","features":[468]},{"name":"TARGET_STOPPING","features":[468]},{"name":"TARGET_TYPE","features":[468]},{"name":"TARGET_UNKNOWN","features":[468]},{"name":"TASK_PLUGIN","features":[468]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_EXISTING","features":[468]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_NEW","features":[468]},{"name":"TSPUB_PLUGIN_PD_ASSIGNMENT_TYPE","features":[468]},{"name":"TSPUB_PLUGIN_PD_QUERY_EXISTING","features":[468]},{"name":"TSPUB_PLUGIN_PD_QUERY_OR_CREATE","features":[468]},{"name":"TSPUB_PLUGIN_PD_RESOLUTION_TYPE","features":[468]},{"name":"TSSB_NOTIFICATION_TYPE","features":[468]},{"name":"TSSB_NOTIFY_CONNECTION_REQUEST_CHANGE","features":[468]},{"name":"TSSB_NOTIFY_INVALID","features":[468]},{"name":"TSSB_NOTIFY_SESSION_CHANGE","features":[468]},{"name":"TSSB_NOTIFY_TARGET_CHANGE","features":[468]},{"name":"TSSD_ADDR_IPv4","features":[468]},{"name":"TSSD_ADDR_IPv6","features":[468]},{"name":"TSSD_ADDR_UNDEFINED","features":[468]},{"name":"TSSD_AddrV46Type","features":[468]},{"name":"TSSD_ConnectionPoint","features":[468]},{"name":"TSSESSION_STATE","features":[468]},{"name":"TSUserExInterfaces","features":[468]},{"name":"TS_SB_SORT_BY","features":[468]},{"name":"TS_SB_SORT_BY_NAME","features":[468]},{"name":"TS_SB_SORT_BY_NONE","features":[468]},{"name":"TS_SB_SORT_BY_PROP","features":[468]},{"name":"TS_VC_LISTENER_STATIC_CHANNEL","features":[468]},{"name":"UNKNOWN","features":[468]},{"name":"UNKNOWN_PLUGIN","features":[468]},{"name":"USERNAME_LENGTH","features":[468]},{"name":"VALIDATIONINFORMATION_HARDWAREID_LENGTH","features":[468]},{"name":"VALIDATIONINFORMATION_LICENSE_LENGTH","features":[468]},{"name":"VIRTUAL_CHANNEL_VERSION_WIN2000","features":[468]},{"name":"VM_HOST_NOTIFY_STATUS","features":[468]},{"name":"VM_HOST_STATUS_INIT_COMPLETE","features":[468]},{"name":"VM_HOST_STATUS_INIT_FAILED","features":[468]},{"name":"VM_HOST_STATUS_INIT_IN_PROGRESS","features":[468]},{"name":"VM_HOST_STATUS_INIT_PENDING","features":[468]},{"name":"VM_NOTIFY_ENTRY","features":[468]},{"name":"VM_NOTIFY_INFO","features":[468]},{"name":"VM_NOTIFY_STATUS","features":[468]},{"name":"VM_NOTIFY_STATUS_CANCELED","features":[468]},{"name":"VM_NOTIFY_STATUS_COMPLETE","features":[468]},{"name":"VM_NOTIFY_STATUS_FAILED","features":[468]},{"name":"VM_NOTIFY_STATUS_IN_PROGRESS","features":[468]},{"name":"VM_NOTIFY_STATUS_PENDING","features":[468]},{"name":"VM_PATCH_INFO","features":[468]},{"name":"WINSTATIONNAME_LENGTH","features":[468]},{"name":"WKS_FLAG_CLEAR_CREDS_ON_LAST_RESOURCE","features":[468]},{"name":"WKS_FLAG_CREDS_AUTHENTICATED","features":[468]},{"name":"WKS_FLAG_PASSWORD_ENCRYPTED","features":[468]},{"name":"WRDS_CLIENTADDRESS_LENGTH","features":[468]},{"name":"WRDS_CLIENTNAME_LENGTH","features":[468]},{"name":"WRDS_CLIENT_PRODUCT_ID_LENGTH","features":[468]},{"name":"WRDS_CONNECTION_SETTING","features":[305,468]},{"name":"WRDS_CONNECTION_SETTINGS","features":[305,468]},{"name":"WRDS_CONNECTION_SETTINGS_1","features":[305,468]},{"name":"WRDS_CONNECTION_SETTING_LEVEL","features":[468]},{"name":"WRDS_CONNECTION_SETTING_LEVEL_1","features":[468]},{"name":"WRDS_CONNECTION_SETTING_LEVEL_INVALID","features":[468]},{"name":"WRDS_DEVICE_NAME_LENGTH","features":[468]},{"name":"WRDS_DIRECTORY_LENGTH","features":[468]},{"name":"WRDS_DOMAIN_LENGTH","features":[468]},{"name":"WRDS_DRIVER_NAME_LENGTH","features":[468]},{"name":"WRDS_DYNAMIC_TIME_ZONE_INFORMATION","features":[468]},{"name":"WRDS_IMEFILENAME_LENGTH","features":[468]},{"name":"WRDS_INITIALPROGRAM_LENGTH","features":[468]},{"name":"WRDS_KEY_EXCHANGE_ALG_DH","features":[468]},{"name":"WRDS_KEY_EXCHANGE_ALG_RSA","features":[468]},{"name":"WRDS_LICENSE_PREAMBLE_VERSION","features":[468]},{"name":"WRDS_LICENSE_PROTOCOL_VERSION","features":[468]},{"name":"WRDS_LISTENER_SETTING","features":[468]},{"name":"WRDS_LISTENER_SETTINGS","features":[468]},{"name":"WRDS_LISTENER_SETTINGS_1","features":[468]},{"name":"WRDS_LISTENER_SETTING_LEVEL","features":[468]},{"name":"WRDS_LISTENER_SETTING_LEVEL_1","features":[468]},{"name":"WRDS_LISTENER_SETTING_LEVEL_INVALID","features":[468]},{"name":"WRDS_MAX_CACHE_RESERVED","features":[468]},{"name":"WRDS_MAX_COUNTERS","features":[468]},{"name":"WRDS_MAX_DISPLAY_IOCTL_DATA","features":[468]},{"name":"WRDS_MAX_PROTOCOL_CACHE","features":[468]},{"name":"WRDS_MAX_RESERVED","features":[468]},{"name":"WRDS_PASSWORD_LENGTH","features":[468]},{"name":"WRDS_PERF_DISABLE_CURSORSETTINGS","features":[468]},{"name":"WRDS_PERF_DISABLE_CURSOR_SHADOW","features":[468]},{"name":"WRDS_PERF_DISABLE_FULLWINDOWDRAG","features":[468]},{"name":"WRDS_PERF_DISABLE_MENUANIMATIONS","features":[468]},{"name":"WRDS_PERF_DISABLE_NOTHING","features":[468]},{"name":"WRDS_PERF_DISABLE_THEMING","features":[468]},{"name":"WRDS_PERF_DISABLE_WALLPAPER","features":[468]},{"name":"WRDS_PERF_ENABLE_DESKTOP_COMPOSITION","features":[468]},{"name":"WRDS_PERF_ENABLE_ENHANCED_GRAPHICS","features":[468]},{"name":"WRDS_PERF_ENABLE_FONT_SMOOTHING","features":[468]},{"name":"WRDS_PROTOCOL_NAME_LENGTH","features":[468]},{"name":"WRDS_SERVICE_ID_GRAPHICS_GUID","features":[468]},{"name":"WRDS_SETTING","features":[305,468]},{"name":"WRDS_SETTINGS","features":[305,468]},{"name":"WRDS_SETTINGS_1","features":[305,468]},{"name":"WRDS_SETTING_LEVEL","features":[468]},{"name":"WRDS_SETTING_LEVEL_1","features":[468]},{"name":"WRDS_SETTING_LEVEL_INVALID","features":[468]},{"name":"WRDS_SETTING_STATUS","features":[468]},{"name":"WRDS_SETTING_STATUS_DISABLED","features":[468]},{"name":"WRDS_SETTING_STATUS_ENABLED","features":[468]},{"name":"WRDS_SETTING_STATUS_NOTAPPLICABLE","features":[468]},{"name":"WRDS_SETTING_STATUS_NOTCONFIGURED","features":[468]},{"name":"WRDS_SETTING_TYPE","features":[468]},{"name":"WRDS_SETTING_TYPE_INVALID","features":[468]},{"name":"WRDS_SETTING_TYPE_MACHINE","features":[468]},{"name":"WRDS_SETTING_TYPE_SAM","features":[468]},{"name":"WRDS_SETTING_TYPE_USER","features":[468]},{"name":"WRDS_USERNAME_LENGTH","features":[468]},{"name":"WRDS_VALUE_TYPE_BINARY","features":[468]},{"name":"WRDS_VALUE_TYPE_GUID","features":[468]},{"name":"WRDS_VALUE_TYPE_STRING","features":[468]},{"name":"WRDS_VALUE_TYPE_ULONG","features":[468]},{"name":"WRdsGraphicsChannelType","features":[468]},{"name":"WRdsGraphicsChannelType_BestEffortDelivery","features":[468]},{"name":"WRdsGraphicsChannelType_GuaranteedDelivery","features":[468]},{"name":"WRdsGraphicsChannels_LossyChannelMaxMessageSize","features":[468]},{"name":"WTSActive","features":[468]},{"name":"WTSApplicationName","features":[468]},{"name":"WTSCLIENTA","features":[468]},{"name":"WTSCLIENTW","features":[468]},{"name":"WTSCONFIGINFOA","features":[468]},{"name":"WTSCONFIGINFOW","features":[468]},{"name":"WTSClientAddress","features":[468]},{"name":"WTSClientBuildNumber","features":[468]},{"name":"WTSClientDirectory","features":[468]},{"name":"WTSClientDisplay","features":[468]},{"name":"WTSClientHardwareId","features":[468]},{"name":"WTSClientInfo","features":[468]},{"name":"WTSClientName","features":[468]},{"name":"WTSClientProductId","features":[468]},{"name":"WTSClientProtocolType","features":[468]},{"name":"WTSCloseServer","features":[305,468]},{"name":"WTSConfigInfo","features":[468]},{"name":"WTSConnectQuery","features":[468]},{"name":"WTSConnectSessionA","features":[305,468]},{"name":"WTSConnectSessionW","features":[305,468]},{"name":"WTSConnectState","features":[468]},{"name":"WTSConnected","features":[468]},{"name":"WTSCreateListenerA","features":[305,468]},{"name":"WTSCreateListenerW","features":[305,468]},{"name":"WTSDisconnectSession","features":[305,468]},{"name":"WTSDisconnected","features":[468]},{"name":"WTSDomainName","features":[468]},{"name":"WTSDown","features":[468]},{"name":"WTSEnableChildSessions","features":[305,468]},{"name":"WTSEnumerateListenersA","features":[305,468]},{"name":"WTSEnumerateListenersW","features":[305,468]},{"name":"WTSEnumerateProcessesA","features":[305,309,468]},{"name":"WTSEnumerateProcessesExA","features":[305,468]},{"name":"WTSEnumerateProcessesExW","features":[305,468]},{"name":"WTSEnumerateProcessesW","features":[305,309,468]},{"name":"WTSEnumerateServersA","features":[305,468]},{"name":"WTSEnumerateServersW","features":[305,468]},{"name":"WTSEnumerateSessionsA","features":[305,468]},{"name":"WTSEnumerateSessionsExA","features":[305,468]},{"name":"WTSEnumerateSessionsExW","features":[305,468]},{"name":"WTSEnumerateSessionsW","features":[305,468]},{"name":"WTSFreeMemory","features":[468]},{"name":"WTSFreeMemoryExA","features":[305,468]},{"name":"WTSFreeMemoryExW","features":[305,468]},{"name":"WTSGetActiveConsoleSessionId","features":[468]},{"name":"WTSGetChildSessionId","features":[305,468]},{"name":"WTSGetListenerSecurityA","features":[305,309,468]},{"name":"WTSGetListenerSecurityW","features":[305,309,468]},{"name":"WTSINFOA","features":[468]},{"name":"WTSINFOEXA","features":[468]},{"name":"WTSINFOEXW","features":[468]},{"name":"WTSINFOEX_LEVEL1_A","features":[468]},{"name":"WTSINFOEX_LEVEL1_W","features":[468]},{"name":"WTSINFOEX_LEVEL_A","features":[468]},{"name":"WTSINFOEX_LEVEL_W","features":[468]},{"name":"WTSINFOW","features":[468]},{"name":"WTSIdle","features":[468]},{"name":"WTSIdleTime","features":[468]},{"name":"WTSIncomingBytes","features":[468]},{"name":"WTSIncomingFrames","features":[468]},{"name":"WTSInit","features":[468]},{"name":"WTSInitialProgram","features":[468]},{"name":"WTSIsChildSessionsEnabled","features":[305,468]},{"name":"WTSIsRemoteSession","features":[468]},{"name":"WTSLISTENERCONFIGA","features":[468]},{"name":"WTSLISTENERCONFIGW","features":[468]},{"name":"WTSListen","features":[468]},{"name":"WTSLogoffSession","features":[305,468]},{"name":"WTSLogonTime","features":[468]},{"name":"WTSOEMId","features":[468]},{"name":"WTSOpenServerA","features":[305,468]},{"name":"WTSOpenServerExA","features":[305,468]},{"name":"WTSOpenServerExW","features":[305,468]},{"name":"WTSOpenServerW","features":[305,468]},{"name":"WTSOutgoingBytes","features":[468]},{"name":"WTSOutgoingFrames","features":[468]},{"name":"WTSQueryListenerConfigA","features":[305,468]},{"name":"WTSQueryListenerConfigW","features":[305,468]},{"name":"WTSQuerySessionInformationA","features":[305,468]},{"name":"WTSQuerySessionInformationW","features":[305,468]},{"name":"WTSQueryUserConfigA","features":[305,468]},{"name":"WTSQueryUserConfigW","features":[305,468]},{"name":"WTSQueryUserToken","features":[305,468]},{"name":"WTSRegisterSessionNotification","features":[305,468]},{"name":"WTSRegisterSessionNotificationEx","features":[305,468]},{"name":"WTSReset","features":[468]},{"name":"WTSSBX_ADDRESS_FAMILY","features":[468]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_INET","features":[468]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_INET6","features":[468]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_IPX","features":[468]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_NETBIOS","features":[468]},{"name":"WTSSBX_ADDRESS_FAMILY_AF_UNSPEC","features":[468]},{"name":"WTSSBX_IP_ADDRESS","features":[468]},{"name":"WTSSBX_MACHINE_CONNECT_INFO","features":[468]},{"name":"WTSSBX_MACHINE_DRAIN","features":[468]},{"name":"WTSSBX_MACHINE_DRAIN_OFF","features":[468]},{"name":"WTSSBX_MACHINE_DRAIN_ON","features":[468]},{"name":"WTSSBX_MACHINE_DRAIN_UNSPEC","features":[468]},{"name":"WTSSBX_MACHINE_INFO","features":[468]},{"name":"WTSSBX_MACHINE_SESSION_MODE","features":[468]},{"name":"WTSSBX_MACHINE_SESSION_MODE_MULTIPLE","features":[468]},{"name":"WTSSBX_MACHINE_SESSION_MODE_SINGLE","features":[468]},{"name":"WTSSBX_MACHINE_SESSION_MODE_UNSPEC","features":[468]},{"name":"WTSSBX_MACHINE_STATE","features":[468]},{"name":"WTSSBX_MACHINE_STATE_READY","features":[468]},{"name":"WTSSBX_MACHINE_STATE_SYNCHRONIZING","features":[468]},{"name":"WTSSBX_MACHINE_STATE_UNSPEC","features":[468]},{"name":"WTSSBX_NOTIFICATION_ADDED","features":[468]},{"name":"WTSSBX_NOTIFICATION_CHANGED","features":[468]},{"name":"WTSSBX_NOTIFICATION_REMOVED","features":[468]},{"name":"WTSSBX_NOTIFICATION_RESYNC","features":[468]},{"name":"WTSSBX_NOTIFICATION_TYPE","features":[468]},{"name":"WTSSBX_SESSION_INFO","features":[305,468]},{"name":"WTSSBX_SESSION_STATE","features":[468]},{"name":"WTSSBX_SESSION_STATE_ACTIVE","features":[468]},{"name":"WTSSBX_SESSION_STATE_DISCONNECTED","features":[468]},{"name":"WTSSBX_SESSION_STATE_UNSPEC","features":[468]},{"name":"WTSSESSION_NOTIFICATION","features":[468]},{"name":"WTSSendMessageA","features":[305,468,374]},{"name":"WTSSendMessageW","features":[305,468,374]},{"name":"WTSSessionAddressV4","features":[468]},{"name":"WTSSessionId","features":[468]},{"name":"WTSSessionInfo","features":[468]},{"name":"WTSSessionInfoEx","features":[468]},{"name":"WTSSetListenerSecurityA","features":[305,309,468]},{"name":"WTSSetListenerSecurityW","features":[305,309,468]},{"name":"WTSSetRenderHint","features":[305,468]},{"name":"WTSSetUserConfigA","features":[305,468]},{"name":"WTSSetUserConfigW","features":[305,468]},{"name":"WTSShadow","features":[468]},{"name":"WTSShutdownSystem","features":[305,468]},{"name":"WTSStartRemoteControlSessionA","features":[305,468]},{"name":"WTSStartRemoteControlSessionW","features":[305,468]},{"name":"WTSStopRemoteControlSession","features":[305,468]},{"name":"WTSTerminateProcess","features":[305,468]},{"name":"WTSTypeProcessInfoLevel0","features":[468]},{"name":"WTSTypeProcessInfoLevel1","features":[468]},{"name":"WTSTypeSessionInfoLevel1","features":[468]},{"name":"WTSUSERCONFIGA","features":[468]},{"name":"WTSUSERCONFIGW","features":[468]},{"name":"WTSUnRegisterSessionNotification","features":[305,468]},{"name":"WTSUnRegisterSessionNotificationEx","features":[305,468]},{"name":"WTSUserConfigBrokenTimeoutSettings","features":[468]},{"name":"WTSUserConfigInitialProgram","features":[468]},{"name":"WTSUserConfigModemCallbackPhoneNumber","features":[468]},{"name":"WTSUserConfigModemCallbackSettings","features":[468]},{"name":"WTSUserConfigReconnectSettings","features":[468]},{"name":"WTSUserConfigShadowingSettings","features":[468]},{"name":"WTSUserConfigSourceSAM","features":[468]},{"name":"WTSUserConfigTerminalServerHomeDir","features":[468]},{"name":"WTSUserConfigTerminalServerHomeDirDrive","features":[468]},{"name":"WTSUserConfigTerminalServerProfilePath","features":[468]},{"name":"WTSUserConfigTimeoutSettingsConnections","features":[468]},{"name":"WTSUserConfigTimeoutSettingsDisconnections","features":[468]},{"name":"WTSUserConfigTimeoutSettingsIdle","features":[468]},{"name":"WTSUserConfigUser","features":[468]},{"name":"WTSUserConfigWorkingDirectory","features":[468]},{"name":"WTSUserConfigfAllowLogonTerminalServer","features":[468]},{"name":"WTSUserConfigfDeviceClientDefaultPrinter","features":[468]},{"name":"WTSUserConfigfDeviceClientDrives","features":[468]},{"name":"WTSUserConfigfDeviceClientPrinters","features":[468]},{"name":"WTSUserConfigfInheritInitialProgram","features":[468]},{"name":"WTSUserConfigfTerminalServerRemoteHomeDir","features":[468]},{"name":"WTSUserName","features":[468]},{"name":"WTSValidationInfo","features":[468]},{"name":"WTSVirtualChannelClose","features":[305,468]},{"name":"WTSVirtualChannelOpen","features":[305,468]},{"name":"WTSVirtualChannelOpenEx","features":[305,468]},{"name":"WTSVirtualChannelPurgeInput","features":[305,468]},{"name":"WTSVirtualChannelPurgeOutput","features":[305,468]},{"name":"WTSVirtualChannelQuery","features":[305,468]},{"name":"WTSVirtualChannelRead","features":[305,468]},{"name":"WTSVirtualChannelWrite","features":[305,468]},{"name":"WTSVirtualClientData","features":[468]},{"name":"WTSVirtualFileHandle","features":[468]},{"name":"WTSWaitSystemEvent","features":[305,468]},{"name":"WTSWinStationName","features":[468]},{"name":"WTSWorkingDirectory","features":[468]},{"name":"WTS_CACHE_STATS","features":[468]},{"name":"WTS_CACHE_STATS_UN","features":[468]},{"name":"WTS_CERT_TYPE","features":[468]},{"name":"WTS_CERT_TYPE_INVALID","features":[468]},{"name":"WTS_CERT_TYPE_PROPRIETORY","features":[468]},{"name":"WTS_CERT_TYPE_X509","features":[468]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC","features":[468]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_NO_COMPRESS","features":[468]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_HIGH","features":[468]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_LOW","features":[468]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_MED","features":[468]},{"name":"WTS_CHANNEL_OPTION_DYNAMIC_PRI_REAL","features":[468]},{"name":"WTS_CLIENTADDRESS_LENGTH","features":[468]},{"name":"WTS_CLIENTNAME_LENGTH","features":[468]},{"name":"WTS_CLIENT_ADDRESS","features":[468]},{"name":"WTS_CLIENT_DATA","features":[305,468]},{"name":"WTS_CLIENT_DISPLAY","features":[468]},{"name":"WTS_CLIENT_PRODUCT_ID_LENGTH","features":[468]},{"name":"WTS_COMMENT_LENGTH","features":[468]},{"name":"WTS_CONFIG_CLASS","features":[468]},{"name":"WTS_CONFIG_SOURCE","features":[468]},{"name":"WTS_CONNECTSTATE_CLASS","features":[468]},{"name":"WTS_CURRENT_SERVER","features":[305,468]},{"name":"WTS_CURRENT_SERVER_HANDLE","features":[305,468]},{"name":"WTS_CURRENT_SERVER_NAME","features":[468]},{"name":"WTS_CURRENT_SESSION","features":[468]},{"name":"WTS_DEVICE_NAME_LENGTH","features":[468]},{"name":"WTS_DIRECTORY_LENGTH","features":[468]},{"name":"WTS_DISPLAY_IOCTL","features":[468]},{"name":"WTS_DOMAIN_LENGTH","features":[468]},{"name":"WTS_DRAIN_IN_DRAIN","features":[468]},{"name":"WTS_DRAIN_NOT_IN_DRAIN","features":[468]},{"name":"WTS_DRAIN_STATE_NONE","features":[468]},{"name":"WTS_DRIVER_NAME_LENGTH","features":[468]},{"name":"WTS_DRIVE_LENGTH","features":[468]},{"name":"WTS_EVENT_ALL","features":[468]},{"name":"WTS_EVENT_CONNECT","features":[468]},{"name":"WTS_EVENT_CREATE","features":[468]},{"name":"WTS_EVENT_DELETE","features":[468]},{"name":"WTS_EVENT_DISCONNECT","features":[468]},{"name":"WTS_EVENT_FLUSH","features":[468]},{"name":"WTS_EVENT_LICENSE","features":[468]},{"name":"WTS_EVENT_LOGOFF","features":[468]},{"name":"WTS_EVENT_LOGON","features":[468]},{"name":"WTS_EVENT_NONE","features":[468]},{"name":"WTS_EVENT_RENAME","features":[468]},{"name":"WTS_EVENT_STATECHANGE","features":[468]},{"name":"WTS_IMEFILENAME_LENGTH","features":[468]},{"name":"WTS_INFO_CLASS","features":[468]},{"name":"WTS_INITIALPROGRAM_LENGTH","features":[468]},{"name":"WTS_KEY_EXCHANGE_ALG_DH","features":[468]},{"name":"WTS_KEY_EXCHANGE_ALG_RSA","features":[468]},{"name":"WTS_LICENSE_CAPABILITIES","features":[305,468]},{"name":"WTS_LICENSE_PREAMBLE_VERSION","features":[468]},{"name":"WTS_LICENSE_PROTOCOL_VERSION","features":[468]},{"name":"WTS_LISTENER_CREATE","features":[468]},{"name":"WTS_LISTENER_NAME_LENGTH","features":[468]},{"name":"WTS_LISTENER_UPDATE","features":[468]},{"name":"WTS_LOGON_ERROR_REDIRECTOR_RESPONSE","features":[468]},{"name":"WTS_LOGON_ERR_HANDLED_DONT_SHOW","features":[468]},{"name":"WTS_LOGON_ERR_HANDLED_DONT_SHOW_START_OVER","features":[468]},{"name":"WTS_LOGON_ERR_HANDLED_SHOW","features":[468]},{"name":"WTS_LOGON_ERR_INVALID","features":[468]},{"name":"WTS_LOGON_ERR_NOT_HANDLED","features":[468]},{"name":"WTS_MAX_CACHE_RESERVED","features":[468]},{"name":"WTS_MAX_COUNTERS","features":[468]},{"name":"WTS_MAX_DISPLAY_IOCTL_DATA","features":[468]},{"name":"WTS_MAX_PROTOCOL_CACHE","features":[468]},{"name":"WTS_MAX_RESERVED","features":[468]},{"name":"WTS_PASSWORD_LENGTH","features":[468]},{"name":"WTS_PERF_DISABLE_CURSORSETTINGS","features":[468]},{"name":"WTS_PERF_DISABLE_CURSOR_SHADOW","features":[468]},{"name":"WTS_PERF_DISABLE_FULLWINDOWDRAG","features":[468]},{"name":"WTS_PERF_DISABLE_MENUANIMATIONS","features":[468]},{"name":"WTS_PERF_DISABLE_NOTHING","features":[468]},{"name":"WTS_PERF_DISABLE_THEMING","features":[468]},{"name":"WTS_PERF_DISABLE_WALLPAPER","features":[468]},{"name":"WTS_PERF_ENABLE_DESKTOP_COMPOSITION","features":[468]},{"name":"WTS_PERF_ENABLE_ENHANCED_GRAPHICS","features":[468]},{"name":"WTS_PERF_ENABLE_FONT_SMOOTHING","features":[468]},{"name":"WTS_POLICY_DATA","features":[305,468]},{"name":"WTS_PROCESS_INFOA","features":[309,468]},{"name":"WTS_PROCESS_INFOW","features":[309,468]},{"name":"WTS_PROCESS_INFO_EXA","features":[309,468]},{"name":"WTS_PROCESS_INFO_EXW","features":[309,468]},{"name":"WTS_PROCESS_INFO_LEVEL_0","features":[468]},{"name":"WTS_PROCESS_INFO_LEVEL_1","features":[468]},{"name":"WTS_PROPERTY_DEFAULT_CONFIG","features":[468]},{"name":"WTS_PROPERTY_VALUE","features":[468]},{"name":"WTS_PROTOCOL_CACHE","features":[468]},{"name":"WTS_PROTOCOL_COUNTERS","features":[468]},{"name":"WTS_PROTOCOL_NAME_LENGTH","features":[468]},{"name":"WTS_PROTOCOL_STATUS","features":[468]},{"name":"WTS_PROTOCOL_TYPE_CONSOLE","features":[468]},{"name":"WTS_PROTOCOL_TYPE_ICA","features":[468]},{"name":"WTS_PROTOCOL_TYPE_RDP","features":[468]},{"name":"WTS_QUERY_ALLOWED_INITIAL_APP","features":[468]},{"name":"WTS_QUERY_AUDIOENUM_DLL","features":[468]},{"name":"WTS_QUERY_LOGON_SCREEN_SIZE","features":[468]},{"name":"WTS_QUERY_MF_FORMAT_SUPPORT","features":[468]},{"name":"WTS_RCM_DRAIN_STATE","features":[468]},{"name":"WTS_RCM_SERVICE_STATE","features":[468]},{"name":"WTS_SECURITY_ALL_ACCESS","features":[468]},{"name":"WTS_SECURITY_CONNECT","features":[468]},{"name":"WTS_SECURITY_CURRENT_GUEST_ACCESS","features":[468]},{"name":"WTS_SECURITY_CURRENT_USER_ACCESS","features":[468]},{"name":"WTS_SECURITY_DISCONNECT","features":[468]},{"name":"WTS_SECURITY_FLAGS","features":[468]},{"name":"WTS_SECURITY_GUEST_ACCESS","features":[468]},{"name":"WTS_SECURITY_LOGOFF","features":[468]},{"name":"WTS_SECURITY_LOGON","features":[468]},{"name":"WTS_SECURITY_MESSAGE","features":[468]},{"name":"WTS_SECURITY_QUERY_INFORMATION","features":[468]},{"name":"WTS_SECURITY_REMOTE_CONTROL","features":[468]},{"name":"WTS_SECURITY_RESET","features":[468]},{"name":"WTS_SECURITY_SET_INFORMATION","features":[468]},{"name":"WTS_SECURITY_USER_ACCESS","features":[468]},{"name":"WTS_SECURITY_VIRTUAL_CHANNELS","features":[468]},{"name":"WTS_SERVER_INFOA","features":[468]},{"name":"WTS_SERVER_INFOW","features":[468]},{"name":"WTS_SERVICE_NONE","features":[468]},{"name":"WTS_SERVICE_START","features":[468]},{"name":"WTS_SERVICE_STATE","features":[468]},{"name":"WTS_SERVICE_STOP","features":[468]},{"name":"WTS_SESSIONSTATE_LOCK","features":[468]},{"name":"WTS_SESSIONSTATE_UNKNOWN","features":[468]},{"name":"WTS_SESSIONSTATE_UNLOCK","features":[468]},{"name":"WTS_SESSION_ADDRESS","features":[468]},{"name":"WTS_SESSION_ID","features":[468]},{"name":"WTS_SESSION_INFOA","features":[468]},{"name":"WTS_SESSION_INFOW","features":[468]},{"name":"WTS_SESSION_INFO_1A","features":[468]},{"name":"WTS_SESSION_INFO_1W","features":[468]},{"name":"WTS_SMALL_RECT","features":[468]},{"name":"WTS_SOCKADDR","features":[468]},{"name":"WTS_SYSTEMTIME","features":[468]},{"name":"WTS_TIME_ZONE_INFORMATION","features":[468]},{"name":"WTS_TYPE_CLASS","features":[468]},{"name":"WTS_USERNAME_LENGTH","features":[468]},{"name":"WTS_USER_CREDENTIAL","features":[468]},{"name":"WTS_USER_DATA","features":[468]},{"name":"WTS_VALIDATION_INFORMATIONA","features":[468]},{"name":"WTS_VALIDATION_INFORMATIONW","features":[468]},{"name":"WTS_VALUE_TYPE_BINARY","features":[468]},{"name":"WTS_VALUE_TYPE_GUID","features":[468]},{"name":"WTS_VALUE_TYPE_STRING","features":[468]},{"name":"WTS_VALUE_TYPE_ULONG","features":[468]},{"name":"WTS_VIRTUAL_CLASS","features":[468]},{"name":"WTS_WSD_FASTREBOOT","features":[468]},{"name":"WTS_WSD_LOGOFF","features":[468]},{"name":"WTS_WSD_POWEROFF","features":[468]},{"name":"WTS_WSD_REBOOT","features":[468]},{"name":"WTS_WSD_SHUTDOWN","features":[468]},{"name":"Workspace","features":[468]},{"name":"_ITSWkspEvents","features":[358,468]},{"name":"pluginResource","features":[468]},{"name":"pluginResource2","features":[468]},{"name":"pluginResource2FileAssociation","features":[468]}],"607":[{"name":"ERROR_REDIRECT_LOCATION_INVALID","features":[587]},{"name":"ERROR_REDIRECT_LOCATION_TOO_LONG","features":[587]},{"name":"ERROR_SERVICE_CBT_HARDENING_INVALID","features":[587]},{"name":"ERROR_WINRS_CLIENT_CLOSERECEIVEHANDLE_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_CLOSESENDHANDLE_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_CLOSESHELL_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_CREATESHELL_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_FREECREATESHELLRESULT_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_FREEPULLRESULT_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_FREERUNCOMMANDRESULT_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_GET_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_INVALID_FLAG","features":[587]},{"name":"ERROR_WINRS_CLIENT_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_PULL_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_PUSH_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_RECEIVE_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_RUNCOMMAND_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_SEND_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CLIENT_SIGNAL_NULL_PARAM","features":[587]},{"name":"ERROR_WINRS_CODE_PAGE_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WINRS_CONNECT_RESPONSE_BAD_BODY","features":[587]},{"name":"ERROR_WINRS_IDLETIMEOUT_OUTOFBOUNDS","features":[587]},{"name":"ERROR_WINRS_RECEIVE_IN_PROGRESS","features":[587]},{"name":"ERROR_WINRS_RECEIVE_NO_RESPONSE_DATA","features":[587]},{"name":"ERROR_WINRS_SHELLCOMMAND_CLIENTID_NOT_VALID","features":[587]},{"name":"ERROR_WINRS_SHELLCOMMAND_CLIENTID_RESOURCE_CONFLICT","features":[587]},{"name":"ERROR_WINRS_SHELLCOMMAND_DISCONNECT_OPERATION_NOT_VALID","features":[587]},{"name":"ERROR_WINRS_SHELLCOMMAND_RECONNECT_OPERATION_NOT_VALID","features":[587]},{"name":"ERROR_WINRS_SHELL_CLIENTID_NOT_VALID","features":[587]},{"name":"ERROR_WINRS_SHELL_CLIENTID_RESOURCE_CONFLICT","features":[587]},{"name":"ERROR_WINRS_SHELL_CLIENTSESSIONID_MISMATCH","features":[587]},{"name":"ERROR_WINRS_SHELL_CONNECTED_TO_DIFFERENT_CLIENT","features":[587]},{"name":"ERROR_WINRS_SHELL_DISCONNECTED","features":[587]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_OPERATION_NOT_GRACEFUL","features":[587]},{"name":"ERROR_WINRS_SHELL_DISCONNECT_OPERATION_NOT_VALID","features":[587]},{"name":"ERROR_WINRS_SHELL_RECONNECT_OPERATION_NOT_VALID","features":[587]},{"name":"ERROR_WINRS_SHELL_URI_INVALID","features":[587]},{"name":"ERROR_WSMAN_ACK_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_ACTION_MISMATCH","features":[587]},{"name":"ERROR_WSMAN_ACTION_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_ADDOBJECT_MISSING_EPR","features":[587]},{"name":"ERROR_WSMAN_ADDOBJECT_MISSING_OBJECT","features":[587]},{"name":"ERROR_WSMAN_ALREADY_EXISTS","features":[587]},{"name":"ERROR_WSMAN_AMBIGUOUS_SELECTORS","features":[587]},{"name":"ERROR_WSMAN_AUTHENTICATION_INVALID_FLAG","features":[587]},{"name":"ERROR_WSMAN_AUTHORIZATION_MODE_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_BAD_METHOD","features":[587]},{"name":"ERROR_WSMAN_BATCHSIZE_TOO_SMALL","features":[587]},{"name":"ERROR_WSMAN_BATCH_COMPLETE","features":[587]},{"name":"ERROR_WSMAN_BOOKMARKS_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_BOOKMARK_EXPIRED","features":[587]},{"name":"ERROR_WSMAN_CANNOT_CHANGE_KEYS","features":[587]},{"name":"ERROR_WSMAN_CANNOT_DECRYPT","features":[587]},{"name":"ERROR_WSMAN_CANNOT_PROCESS_FILTER","features":[587]},{"name":"ERROR_WSMAN_CANNOT_USE_ALLOW_NEGOTIATE_IMPLICIT_CREDENTIALS_FOR_HTTP","features":[587]},{"name":"ERROR_WSMAN_CANNOT_USE_CERTIFICATES_FOR_HTTP","features":[587]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_CREDSSP","features":[587]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_HTTP","features":[587]},{"name":"ERROR_WSMAN_CANNOT_USE_PROXY_SETTINGS_FOR_KERBEROS","features":[587]},{"name":"ERROR_WSMAN_CERTMAPPING_CONFIGLIMIT_EXCEEDED","features":[587]},{"name":"ERROR_WSMAN_CERTMAPPING_CREDENTIAL_MANAGEMENT_FAILIED","features":[587]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDISSUERKEY","features":[587]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDSUBJECTKEY","features":[587]},{"name":"ERROR_WSMAN_CERTMAPPING_INVALIDUSERCREDENTIALS","features":[587]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDBLANK","features":[587]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDTOOLONG","features":[587]},{"name":"ERROR_WSMAN_CERTMAPPING_PASSWORDUSERTUPLE","features":[587]},{"name":"ERROR_WSMAN_CERT_INVALID_USAGE","features":[587]},{"name":"ERROR_WSMAN_CERT_INVALID_USAGE_CLIENT","features":[587]},{"name":"ERROR_WSMAN_CERT_MISSING_AUTH_FLAG","features":[587]},{"name":"ERROR_WSMAN_CERT_MULTIPLE_CREDENTIALS_FLAG","features":[587]},{"name":"ERROR_WSMAN_CERT_NOT_FOUND","features":[587]},{"name":"ERROR_WSMAN_CERT_THUMBPRINT_BLANK","features":[587]},{"name":"ERROR_WSMAN_CERT_THUMBPRINT_NOT_BLANK","features":[587]},{"name":"ERROR_WSMAN_CHARACTER_SET","features":[587]},{"name":"ERROR_WSMAN_CLIENT_ALLOWFRESHCREDENTIALS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_ALLOWFRESHCREDENTIALS_NTLMONLY","features":[587]},{"name":"ERROR_WSMAN_CLIENT_BASIC_AUTHENTICATION_DISABLED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_BATCH_ITEMS_TOO_SMALL","features":[587]},{"name":"ERROR_WSMAN_CLIENT_BLANK_ACTION_URI","features":[587]},{"name":"ERROR_WSMAN_CLIENT_BLANK_INPUT_XML","features":[587]},{"name":"ERROR_WSMAN_CLIENT_BLANK_URI","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CERTIFICATES_AUTHENTICATION_DISABLED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CERT_NEEDED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNKNOWN_LOCATION","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNKNOWN_TYPE","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNNEEDED_CREDS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CERT_UNNEEDED_USERNAME","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CLOSECOMMAND_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CLOSESHELL_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_COMPRESSION_INVALID_OPTION","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CONNECTCOMMAND_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CONNECTSHELL_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CONSTRUCTERROR_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CREATESESSION_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CREATESHELL_NAME_INVALID","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CREATESHELL_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FLAG_NEEDED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FOR_DEFAULT_AUTHENTICATION","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_FOR_PROXY_AUTHENTICATION","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CREDENTIALS_NEEDED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_CREDSSP_AUTHENTICATION_DISABLED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_DECODEOBJECT_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_DELIVERENDSUBSCRIPTION_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_DELIVEREVENTS_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_DIGEST_AUTHENTICATION_DISABLED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_DISABLE_LOOPBACK_WITH_EXPLICIT_CREDENTIALS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_DISCONNECTSHELL_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_ENCODEOBJECT_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATE_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORADDEVENT_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORADDOBJECT_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_ENUMERATORNEXTOBJECT_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_ENUM_RECEIVED_TOO_MANY_ITEMS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_GETBOOKMARK_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_GETERRORMESSAGE_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_DWORD_INVALID_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_DWORD_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_INVALID_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_GETSESSIONOPTION_STRING_INVALID_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INITIALIZE_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CERT","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CERT_DNS_OR_UPN","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CLOSE_COMMAND_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CLOSE_SHELL_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_CREATE_SHELL_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DEINIT_APPLICATION_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DELIVERY_RETRY","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DISABLE_LOOPBACK","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_DISCONNECT_SHELL_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_GETERRORMESSAGE_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_INIT_APPLICATION_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_LANGUAGE_CODE","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_LOCALE","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RECEIVE_SHELL_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RESOURCE_LOCATOR","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_RUNCOMMAND_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SEND_SHELL_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SEND_SHELL_PARAMETER","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SHELL_COMMAND_PAIR","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_SIGNAL_SHELL_FLAG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_INVALID_UI_LANGUAGE","features":[587]},{"name":"ERROR_WSMAN_CLIENT_KERBEROS_AUTHENTICATION_DISABLED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_LOCAL_INVALID_CONNECTION_OPTIONS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_LOCAL_INVALID_CREDS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_MAX_CHARS_TOO_SMALL","features":[587]},{"name":"ERROR_WSMAN_CLIENT_MISSING_EXPIRATION","features":[587]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_AUTH_FLAGS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_DELIVERY_MODES","features":[587]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_ENUM_MODE_FLAGS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_ENVELOPE_POLICIES","features":[587]},{"name":"ERROR_WSMAN_CLIENT_MULTIPLE_PROXY_AUTH_FLAGS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_NEGOTIATE_AUTHENTICATION_DISABLED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_NO_HANDLE","features":[587]},{"name":"ERROR_WSMAN_CLIENT_NO_SOURCES","features":[587]},{"name":"ERROR_WSMAN_CLIENT_NULL_ISSUERS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_NULL_PUBLISHERS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_NULL_RESULT_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_PULL_INVALID_FLAGS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_PUSH_HOST_TOO_LONG","features":[587]},{"name":"ERROR_WSMAN_CLIENT_PUSH_UNSUPPORTED_TRANSPORT","features":[587]},{"name":"ERROR_WSMAN_CLIENT_RECEIVE_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_RECONNECTSHELLCOMMAND_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_RECONNECTSHELL_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_RUNCOMMAND_NOTCOMPLETED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_RUNCOMMAND_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_SEND_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_SESSION_UNUSABLE","features":[587]},{"name":"ERROR_WSMAN_CLIENT_SETSESSIONOPTION_INVALID_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_SETSESSIONOPTION_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_SIGNAL_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_SPN_WRONG_AUTH","features":[587]},{"name":"ERROR_WSMAN_CLIENT_SUBSCRIBE_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_CLIENT_UNENCRYPTED_DISABLED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_UNENCRYPTED_HTTP_ONLY","features":[587]},{"name":"ERROR_WSMAN_CLIENT_UNKNOWN_EXPIRATION_TYPE","features":[587]},{"name":"ERROR_WSMAN_CLIENT_USERNAME_AND_PASSWORD_NEEDED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_USERNAME_PASSWORD_NEEDED","features":[587]},{"name":"ERROR_WSMAN_CLIENT_WORKGROUP_NO_KERBEROS","features":[587]},{"name":"ERROR_WSMAN_CLIENT_ZERO_HEARTBEAT","features":[587]},{"name":"ERROR_WSMAN_COMMAND_ALREADY_CLOSED","features":[587]},{"name":"ERROR_WSMAN_COMMAND_TERMINATED","features":[587]},{"name":"ERROR_WSMAN_CONCURRENCY","features":[587]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_CERTMAPPING_KEYS","features":[587]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_GPO_CONTROLLED_SETTING","features":[587]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_CHANGE_MUTUAL","features":[587]},{"name":"ERROR_WSMAN_CONFIG_CANNOT_SHARE_SSL_CONFIG","features":[587]},{"name":"ERROR_WSMAN_CONFIG_CERT_CN_DOES_NOT_MATCH_HOSTNAME","features":[587]},{"name":"ERROR_WSMAN_CONFIG_CORRUPTED","features":[587]},{"name":"ERROR_WSMAN_CONFIG_GROUP_POLICY_CHANGE_NOTIFICATION_SUBSCRIPTION_FAILED","features":[587]},{"name":"ERROR_WSMAN_CONFIG_HOSTNAME_CHANGE_WITHOUT_CERT","features":[587]},{"name":"ERROR_WSMAN_CONFIG_PORT_INVALID","features":[587]},{"name":"ERROR_WSMAN_CONFIG_READONLY_PROPERTY","features":[587]},{"name":"ERROR_WSMAN_CONFIG_SHELLURI_INVALID_OPERATION_ON_KEY","features":[587]},{"name":"ERROR_WSMAN_CONFIG_SHELLURI_INVALID_PROCESSPATH","features":[587]},{"name":"ERROR_WSMAN_CONFIG_SHELL_URI_CMDSHELLURI_NOTPERMITTED","features":[587]},{"name":"ERROR_WSMAN_CONFIG_SHELL_URI_INVALID","features":[587]},{"name":"ERROR_WSMAN_CONFIG_THUMBPRINT_SHOULD_BE_EMPTY","features":[587]},{"name":"ERROR_WSMAN_CONNECTIONSTR_INVALID","features":[587]},{"name":"ERROR_WSMAN_CONNECTOR_GET","features":[587]},{"name":"ERROR_WSMAN_CREATESHELL_NULL_ENVIRONMENT_VARIABLE_NAME","features":[587]},{"name":"ERROR_WSMAN_CREATESHELL_NULL_STREAMID","features":[587]},{"name":"ERROR_WSMAN_CREATESHELL_RUNAS_FAILED","features":[587]},{"name":"ERROR_WSMAN_CREATE_RESPONSE_NO_EPR","features":[587]},{"name":"ERROR_WSMAN_CREDSSP_USERNAME_PASSWORD_NEEDED","features":[587]},{"name":"ERROR_WSMAN_CREDS_PASSED_WITH_NO_AUTH_FLAG","features":[587]},{"name":"ERROR_WSMAN_CUSTOMREMOTESHELL_DEPRECATED","features":[587]},{"name":"ERROR_WSMAN_DEFAULTAUTH_IPADDRESS","features":[587]},{"name":"ERROR_WSMAN_DELIVERY_REFUSED","features":[587]},{"name":"ERROR_WSMAN_DELIVERY_RETRIES_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_DELIVER_IN_PROGRESS","features":[587]},{"name":"ERROR_WSMAN_DEPRECATED_CONFIG_SETTING","features":[587]},{"name":"ERROR_WSMAN_DESERIALIZE_CLASS","features":[587]},{"name":"ERROR_WSMAN_DESTINATION_INVALID","features":[587]},{"name":"ERROR_WSMAN_DESTINATION_UNREACHABLE","features":[587]},{"name":"ERROR_WSMAN_DIFFERENT_AUTHZ_TOKEN","features":[587]},{"name":"ERROR_WSMAN_DIFFERENT_CIM_SELECTOR","features":[587]},{"name":"ERROR_WSMAN_DUPLICATE_SELECTORS","features":[587]},{"name":"ERROR_WSMAN_ENCODING_LIMIT","features":[587]},{"name":"ERROR_WSMAN_ENCODING_TYPE","features":[587]},{"name":"ERROR_WSMAN_ENDPOINT_UNAVAILABLE","features":[587]},{"name":"ERROR_WSMAN_ENDPOINT_UNAVAILABLE_INVALID_VALUE","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_CANNOT_PROCESS_FILTER","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_FILTERING_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_FILTER_DIALECT_REQUESTED_UNAVAILABLE","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_INVALID_ENUMERATION_CONTEXT","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_INVALID_EXPIRATION_TIME","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_SHELLCOMAMNDS_FILTER_EXPECTED","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_SHELLCOMMANDS_EPRS_NOTSUPPORTED","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_TIMED_OUT","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_UNABLE_TO_RENEW","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_UNSUPPORTED_EXPIRATION_TIME","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_UNSUPPORTED_EXPIRATION_TYPE","features":[587]},{"name":"ERROR_WSMAN_ENUMERATE_WMI_INVALID_KEY","features":[587]},{"name":"ERROR_WSMAN_ENUMERATION_CLOSED","features":[587]},{"name":"ERROR_WSMAN_ENUMERATION_INITIALIZING","features":[587]},{"name":"ERROR_WSMAN_ENUMERATION_INVALID","features":[587]},{"name":"ERROR_WSMAN_ENUMERATION_MODE_UNSUPPORTED","features":[587]},{"name":"ERROR_WSMAN_ENVELOPE_TOO_LARGE","features":[587]},{"name":"ERROR_WSMAN_EPR_NESTING_EXCEEDED","features":[587]},{"name":"ERROR_WSMAN_EVENTING_CONCURRENT_CLIENT_RECEIVE","features":[587]},{"name":"ERROR_WSMAN_EVENTING_DELIVERYFAILED_FROMSOURCE","features":[587]},{"name":"ERROR_WSMAN_EVENTING_DELIVERY_MODE_REQUESTED_INVALID","features":[587]},{"name":"ERROR_WSMAN_EVENTING_DELIVERY_MODE_REQUESTED_UNAVAILABLE","features":[587]},{"name":"ERROR_WSMAN_EVENTING_FAST_SENDER","features":[587]},{"name":"ERROR_WSMAN_EVENTING_FILTERING_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_EVENTING_FILTERING_REQUESTED_UNAVAILABLE","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INCOMPATIBLE_BATCHPARAMS_AND_DELIVERYMODE","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INSECURE_PUSHSUBSCRIPTION_CONNECTION","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INVALID_ENCODING_IN_DELIVERY","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INVALID_ENDTO_ADDRESSS","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INVALID_EVENTSOURCE","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INVALID_EXPIRATION_TIME","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INVALID_HEARTBEAT","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INVALID_INCOMING_EVENT_PACKET_HEADER","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INVALID_LOCALE_IN_DELIVERY","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INVALID_MESSAGE","features":[587]},{"name":"ERROR_WSMAN_EVENTING_INVALID_NOTIFYTO_ADDRESSS","features":[587]},{"name":"ERROR_WSMAN_EVENTING_LOOPBACK_TESTFAILED","features":[587]},{"name":"ERROR_WSMAN_EVENTING_MISSING_LOCALE_IN_DELIVERY","features":[587]},{"name":"ERROR_WSMAN_EVENTING_MISSING_NOTIFYTO","features":[587]},{"name":"ERROR_WSMAN_EVENTING_MISSING_NOTIFYTO_ADDRESSS","features":[587]},{"name":"ERROR_WSMAN_EVENTING_NOMATCHING_LISTENER","features":[587]},{"name":"ERROR_WSMAN_EVENTING_NONDOMAINJOINED_COLLECTOR","features":[587]},{"name":"ERROR_WSMAN_EVENTING_NONDOMAINJOINED_PUBLISHER","features":[587]},{"name":"ERROR_WSMAN_EVENTING_PUSH_SUBSCRIPTION_NOACTIVATE_EVENTSOURCE","features":[587]},{"name":"ERROR_WSMAN_EVENTING_SOURCE_UNABLE_TO_PROCESS","features":[587]},{"name":"ERROR_WSMAN_EVENTING_SUBSCRIPTIONCLOSED_BYREMOTESERVICE","features":[587]},{"name":"ERROR_WSMAN_EVENTING_SUBSCRIPTION_CANCELLED_BYSOURCE","features":[587]},{"name":"ERROR_WSMAN_EVENTING_UNABLE_TO_RENEW","features":[587]},{"name":"ERROR_WSMAN_EVENTING_UNSUPPORTED_EXPIRATION_TYPE","features":[587]},{"name":"ERROR_WSMAN_EXPIRATION_TIME_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_EXPLICIT_CREDENTIALS_REQUIRED","features":[587]},{"name":"ERROR_WSMAN_FAILED_AUTHENTICATION","features":[587]},{"name":"ERROR_WSMAN_FEATURE_DEPRECATED","features":[587]},{"name":"ERROR_WSMAN_FILE_NOT_PRESENT","features":[587]},{"name":"ERROR_WSMAN_FILTERING_REQUIRED","features":[587]},{"name":"ERROR_WSMAN_FILTERING_REQUIRED_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_FORMAT_MISMATCH_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_FORMAT_SECURITY_TOKEN_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_FRAGMENT_DIALECT_REQUESTED_UNAVAILABLE","features":[587]},{"name":"ERROR_WSMAN_FRAGMENT_TRANSFER_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_GETCLASS","features":[587]},{"name":"ERROR_WSMAN_HEARTBEATS_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_HTML_ERROR","features":[587]},{"name":"ERROR_WSMAN_HTTP_CONTENT_TYPE_MISSMATCH_RESPONSE_DATA","features":[587]},{"name":"ERROR_WSMAN_HTTP_INVALID_CONTENT_TYPE_IN_RESPONSE_DATA","features":[587]},{"name":"ERROR_WSMAN_HTTP_NOT_FOUND_STATUS","features":[587]},{"name":"ERROR_WSMAN_HTTP_NO_RESPONSE_DATA","features":[587]},{"name":"ERROR_WSMAN_HTTP_REQUEST_TOO_LARGE_STATUS","features":[587]},{"name":"ERROR_WSMAN_HTTP_SERVICE_UNAVAILABLE_STATUS","features":[587]},{"name":"ERROR_WSMAN_HTTP_STATUS_BAD_REQUEST","features":[587]},{"name":"ERROR_WSMAN_HTTP_STATUS_SERVER_ERROR","features":[587]},{"name":"ERROR_WSMAN_IISCONFIGURATION_READ_FAILED","features":[587]},{"name":"ERROR_WSMAN_INCOMPATIBLE_EPR","features":[587]},{"name":"ERROR_WSMAN_INEXISTENT_MAC_ADDRESS","features":[587]},{"name":"ERROR_WSMAN_INSECURE_ADDRESS_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_INSUFFCIENT_SELECTORS","features":[587]},{"name":"ERROR_WSMAN_INSUFFICIENT_METADATA_FOR_BASIC","features":[587]},{"name":"ERROR_WSMAN_INVALID_ACTIONURI","features":[587]},{"name":"ERROR_WSMAN_INVALID_BATCH_PARAMETER","features":[587]},{"name":"ERROR_WSMAN_INVALID_BATCH_SETTINGS_PARAMETER","features":[587]},{"name":"ERROR_WSMAN_INVALID_BOOKMARK","features":[587]},{"name":"ERROR_WSMAN_INVALID_CHARACTERS_IN_RESPONSE","features":[587]},{"name":"ERROR_WSMAN_INVALID_CONFIGSDDL_URL","features":[587]},{"name":"ERROR_WSMAN_INVALID_CONNECTIONRETRY","features":[587]},{"name":"ERROR_WSMAN_INVALID_FILEPATH","features":[587]},{"name":"ERROR_WSMAN_INVALID_FILTER_XML","features":[587]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_DIALECT","features":[587]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_PATH","features":[587]},{"name":"ERROR_WSMAN_INVALID_FRAGMENT_PATH_BLANK","features":[587]},{"name":"ERROR_WSMAN_INVALID_HEADER","features":[587]},{"name":"ERROR_WSMAN_INVALID_HOSTNAME_PATTERN","features":[587]},{"name":"ERROR_WSMAN_INVALID_IPFILTER","features":[587]},{"name":"ERROR_WSMAN_INVALID_KEY","features":[587]},{"name":"ERROR_WSMAN_INVALID_LITERAL_URI","features":[587]},{"name":"ERROR_WSMAN_INVALID_MESSAGE_INFORMATION_HEADER","features":[587]},{"name":"ERROR_WSMAN_INVALID_OPTIONS","features":[587]},{"name":"ERROR_WSMAN_INVALID_OPTIONSET","features":[587]},{"name":"ERROR_WSMAN_INVALID_OPTION_NO_PROXY_SERVER","features":[587]},{"name":"ERROR_WSMAN_INVALID_PARAMETER","features":[587]},{"name":"ERROR_WSMAN_INVALID_PARAMETER_NAME","features":[587]},{"name":"ERROR_WSMAN_INVALID_PROPOSED_ID","features":[587]},{"name":"ERROR_WSMAN_INVALID_PROVIDER_RESPONSE","features":[587]},{"name":"ERROR_WSMAN_INVALID_PUBLISHERS_TYPE","features":[587]},{"name":"ERROR_WSMAN_INVALID_REDIRECT_ERROR","features":[587]},{"name":"ERROR_WSMAN_INVALID_REPRESENTATION","features":[587]},{"name":"ERROR_WSMAN_INVALID_RESOURCE_URI","features":[587]},{"name":"ERROR_WSMAN_INVALID_RESUMPTION_CONTEXT","features":[587]},{"name":"ERROR_WSMAN_INVALID_SECURITY_DESCRIPTOR","features":[587]},{"name":"ERROR_WSMAN_INVALID_SELECTORS","features":[587]},{"name":"ERROR_WSMAN_INVALID_SELECTOR_NAME","features":[587]},{"name":"ERROR_WSMAN_INVALID_SELECTOR_VALUE","features":[587]},{"name":"ERROR_WSMAN_INVALID_SOAP_BODY","features":[587]},{"name":"ERROR_WSMAN_INVALID_SUBSCRIBE_OBJECT","features":[587]},{"name":"ERROR_WSMAN_INVALID_SUBSCRIPTION_MANAGER","features":[587]},{"name":"ERROR_WSMAN_INVALID_SYSTEM","features":[587]},{"name":"ERROR_WSMAN_INVALID_TARGET_RESOURCEURI","features":[587]},{"name":"ERROR_WSMAN_INVALID_TARGET_SELECTORS","features":[587]},{"name":"ERROR_WSMAN_INVALID_TARGET_SYSTEM","features":[587]},{"name":"ERROR_WSMAN_INVALID_TIMEOUT_HEADER","features":[587]},{"name":"ERROR_WSMAN_INVALID_URI","features":[587]},{"name":"ERROR_WSMAN_INVALID_URI_WMI_ENUM_WQL","features":[587]},{"name":"ERROR_WSMAN_INVALID_URI_WMI_SINGLETON","features":[587]},{"name":"ERROR_WSMAN_INVALID_USESSL_PARAM","features":[587]},{"name":"ERROR_WSMAN_INVALID_XML","features":[587]},{"name":"ERROR_WSMAN_INVALID_XML_FRAGMENT","features":[587]},{"name":"ERROR_WSMAN_INVALID_XML_MISSING_VALUES","features":[587]},{"name":"ERROR_WSMAN_INVALID_XML_NAMESPACE","features":[587]},{"name":"ERROR_WSMAN_INVALID_XML_RUNAS_DISABLED","features":[587]},{"name":"ERROR_WSMAN_INVALID_XML_VALUES","features":[587]},{"name":"ERROR_WSMAN_KERBEROS_IPADDRESS","features":[587]},{"name":"ERROR_WSMAN_LISTENER_ADDRESS_INVALID","features":[587]},{"name":"ERROR_WSMAN_LOCALE_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_MACHINE_OPTION_REQUIRED","features":[587]},{"name":"ERROR_WSMAN_MAXENVELOPE_POLICY_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_MAXENVELOPE_SIZE_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_MAXITEMS_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_MAXTIME_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_MAX_ELEMENTS_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_MAX_ENVELOPE_SIZE","features":[587]},{"name":"ERROR_WSMAN_MAX_ENVELOPE_SIZE_EXCEEDED","features":[587]},{"name":"ERROR_WSMAN_MESSAGE_INFORMATION_HEADER_REQUIRED","features":[587]},{"name":"ERROR_WSMAN_METADATA_REDIRECT","features":[587]},{"name":"ERROR_WSMAN_MIN_ENVELOPE_SIZE","features":[587]},{"name":"ERROR_WSMAN_MISSING_CLASSNAME","features":[587]},{"name":"ERROR_WSMAN_MISSING_FRAGMENT_PATH","features":[587]},{"name":"ERROR_WSMAN_MULTIPLE_CREDENTIALS","features":[587]},{"name":"ERROR_WSMAN_MUSTUNDERSTAND_ON_LOCALE_UNSUPPORTED","features":[587]},{"name":"ERROR_WSMAN_MUTUAL_AUTH_FAILED","features":[587]},{"name":"ERROR_WSMAN_NAME_NOT_RESOLVED","features":[587]},{"name":"ERROR_WSMAN_NETWORK_TIMEDOUT","features":[587]},{"name":"ERROR_WSMAN_NEW_DESERIALIZER","features":[587]},{"name":"ERROR_WSMAN_NEW_SESSION","features":[587]},{"name":"ERROR_WSMAN_NON_PULL_SUBSCRIPTION_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_NO_ACK","features":[587]},{"name":"ERROR_WSMAN_NO_CERTMAPPING_OPERATION_FOR_LOCAL_SESSION","features":[587]},{"name":"ERROR_WSMAN_NO_COMMANDID","features":[587]},{"name":"ERROR_WSMAN_NO_COMMAND_RESPONSE","features":[587]},{"name":"ERROR_WSMAN_NO_DHCP_ADDRESSES","features":[587]},{"name":"ERROR_WSMAN_NO_IDENTIFY_FOR_LOCAL_SESSION","features":[587]},{"name":"ERROR_WSMAN_NO_PUSH_SUBSCRIPTION_FOR_LOCAL_SESSION","features":[587]},{"name":"ERROR_WSMAN_NO_RECEIVE_RESPONSE","features":[587]},{"name":"ERROR_WSMAN_NO_UNICAST_ADDRESSES","features":[587]},{"name":"ERROR_WSMAN_NULL_KEY","features":[587]},{"name":"ERROR_WSMAN_OBJECTONLY_INVALID","features":[587]},{"name":"ERROR_WSMAN_OPERATION_TIMEDOUT","features":[587]},{"name":"ERROR_WSMAN_OPERATION_TIMEOUT_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_OPTIONS_INVALID_NAME","features":[587]},{"name":"ERROR_WSMAN_OPTIONS_INVALID_VALUE","features":[587]},{"name":"ERROR_WSMAN_OPTIONS_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_OPTION_LIMIT","features":[587]},{"name":"ERROR_WSMAN_PARAMETER_TYPE_MISMATCH","features":[587]},{"name":"ERROR_WSMAN_PLUGIN_CONFIGURATION_CORRUPTED","features":[587]},{"name":"ERROR_WSMAN_PLUGIN_FAILED","features":[587]},{"name":"ERROR_WSMAN_POLICY_CANNOT_COMPLY","features":[587]},{"name":"ERROR_WSMAN_POLICY_CORRUPTED","features":[587]},{"name":"ERROR_WSMAN_POLICY_TOO_COMPLEX","features":[587]},{"name":"ERROR_WSMAN_POLYMORPHISM_MODE_UNSUPPORTED","features":[587]},{"name":"ERROR_WSMAN_PORT_INVALID","features":[587]},{"name":"ERROR_WSMAN_PROVIDER_FAILURE","features":[587]},{"name":"ERROR_WSMAN_PROVIDER_LOAD_FAILED","features":[587]},{"name":"ERROR_WSMAN_PROVSYS_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_PROXY_ACCESS_TYPE","features":[587]},{"name":"ERROR_WSMAN_PROXY_AUTHENTICATION_INVALID_FLAG","features":[587]},{"name":"ERROR_WSMAN_PUBLIC_FIREWALL_PROFILE_ACTIVE","features":[587]},{"name":"ERROR_WSMAN_PULL_IN_PROGRESS","features":[587]},{"name":"ERROR_WSMAN_PULL_PARAMS_NOT_SAME_AS_ENUM","features":[587]},{"name":"ERROR_WSMAN_PUSHSUBSCRIPTION_INVALIDUSERACCOUNT","features":[587]},{"name":"ERROR_WSMAN_PUSH_SUBSCRIPTION_CONFIG_INVALID","features":[587]},{"name":"ERROR_WSMAN_QUICK_CONFIG_FAILED_CERT_REQUIRED","features":[587]},{"name":"ERROR_WSMAN_QUICK_CONFIG_FIREWALL_EXCEPTIONS_DISALLOWED","features":[587]},{"name":"ERROR_WSMAN_QUICK_CONFIG_LOCAL_POLICY_CHANGE_DISALLOWED","features":[587]},{"name":"ERROR_WSMAN_QUOTA_LIMIT","features":[587]},{"name":"ERROR_WSMAN_QUOTA_MAX_COMMANDS_PER_SHELL_PPQ","features":[587]},{"name":"ERROR_WSMAN_QUOTA_MAX_OPERATIONS","features":[587]},{"name":"ERROR_WSMAN_QUOTA_MAX_OPERATIONS_USER_PPQ","features":[587]},{"name":"ERROR_WSMAN_QUOTA_MAX_PLUGINOPERATIONS_PPQ","features":[587]},{"name":"ERROR_WSMAN_QUOTA_MAX_PLUGINSHELLS_PPQ","features":[587]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLS","features":[587]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLS_PPQ","features":[587]},{"name":"ERROR_WSMAN_QUOTA_MAX_SHELLUSERS","features":[587]},{"name":"ERROR_WSMAN_QUOTA_MAX_USERS_PPQ","features":[587]},{"name":"ERROR_WSMAN_QUOTA_MIN_REQUIREMENT_NOT_AVAILABLE_PPQ","features":[587]},{"name":"ERROR_WSMAN_QUOTA_SYSTEM","features":[587]},{"name":"ERROR_WSMAN_QUOTA_USER","features":[587]},{"name":"ERROR_WSMAN_REDIRECT_LOCATION_NOT_AVAILABLE","features":[587]},{"name":"ERROR_WSMAN_REDIRECT_REQUESTED","features":[587]},{"name":"ERROR_WSMAN_REMOTESHELLS_NOT_ALLOWED","features":[587]},{"name":"ERROR_WSMAN_REMOTE_CIMPATH_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_REMOTE_CONNECTION_NOT_ALLOWED","features":[587]},{"name":"ERROR_WSMAN_RENAME_FAILURE","features":[587]},{"name":"ERROR_WSMAN_REQUEST_INIT_ERROR","features":[587]},{"name":"ERROR_WSMAN_REQUEST_NOT_SUPPORTED_AT_SERVICE","features":[587]},{"name":"ERROR_WSMAN_RESOURCE_NOT_FOUND","features":[587]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_ENUMERATION_CONTEXT","features":[587]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_MESSAGE_INFORMATION_HEADER","features":[587]},{"name":"ERROR_WSMAN_RESPONSE_INVALID_SOAP_FAULT","features":[587]},{"name":"ERROR_WSMAN_RESPONSE_NO_RESULTS","features":[587]},{"name":"ERROR_WSMAN_RESPONSE_NO_SOAP_HEADER_BODY","features":[587]},{"name":"ERROR_WSMAN_RESPONSE_NO_XML_FRAGMENT_WRAPPER","features":[587]},{"name":"ERROR_WSMAN_RESUMPTION_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_RESUMPTION_TYPE_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_RUNASUSER_MANAGEDACCOUNT_LOGON_FAILED","features":[587]},{"name":"ERROR_WSMAN_RUNAS_INVALIDUSERCREDENTIALS","features":[587]},{"name":"ERROR_WSMAN_RUNSHELLCOMMAND_NULL_ARGUMENT","features":[587]},{"name":"ERROR_WSMAN_SCHEMA_VALIDATION_ERROR","features":[587]},{"name":"ERROR_WSMAN_SECURITY_UNMAPPED","features":[587]},{"name":"ERROR_WSMAN_SELECTOR_LIMIT","features":[587]},{"name":"ERROR_WSMAN_SELECTOR_TYPEMISMATCH","features":[587]},{"name":"ERROR_WSMAN_SEMANTICCALLBACK_TIMEDOUT","features":[587]},{"name":"ERROR_WSMAN_SENDHEARBEAT_EMPTY_ENUMERATOR","features":[587]},{"name":"ERROR_WSMAN_SENDSHELLINPUT_INVALID_STREAMID_INDEX","features":[587]},{"name":"ERROR_WSMAN_SERVER_DESTINATION_LOCALHOST","features":[587]},{"name":"ERROR_WSMAN_SERVER_ENVELOPE_LIMIT","features":[587]},{"name":"ERROR_WSMAN_SERVER_NONPULLSUBSCRIBE_NULL_PARAM","features":[587]},{"name":"ERROR_WSMAN_SERVER_NOT_TRUSTED","features":[587]},{"name":"ERROR_WSMAN_SERVICE_REMOTE_ACCESS_DISABLED","features":[587]},{"name":"ERROR_WSMAN_SERVICE_STREAM_DISCONNECTED","features":[587]},{"name":"ERROR_WSMAN_SESSION_ALREADY_CLOSED","features":[587]},{"name":"ERROR_WSMAN_SHELL_ALREADY_CLOSED","features":[587]},{"name":"ERROR_WSMAN_SHELL_INVALID_COMMAND_HANDLE","features":[587]},{"name":"ERROR_WSMAN_SHELL_INVALID_DESIRED_STREAMS","features":[587]},{"name":"ERROR_WSMAN_SHELL_INVALID_INPUT_STREAM","features":[587]},{"name":"ERROR_WSMAN_SHELL_INVALID_SHELL_HANDLE","features":[587]},{"name":"ERROR_WSMAN_SHELL_NOT_INITIALIZED","features":[587]},{"name":"ERROR_WSMAN_SHELL_SYNCHRONOUS_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_SOAP_DATA_ENCODING_UNKNOWN","features":[587]},{"name":"ERROR_WSMAN_SOAP_FAULT_MUST_UNDERSTAND","features":[587]},{"name":"ERROR_WSMAN_SOAP_VERSION_MISMATCH","features":[587]},{"name":"ERROR_WSMAN_SSL_CONNECTION_ABORTED","features":[587]},{"name":"ERROR_WSMAN_SUBSCRIBE_WMI_INVALID_KEY","features":[587]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLIENT_DID_NOT_CALL_WITHIN_HEARTBEAT","features":[587]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLOSED","features":[587]},{"name":"ERROR_WSMAN_SUBSCRIPTION_CLOSE_IN_PROGRESS","features":[587]},{"name":"ERROR_WSMAN_SUBSCRIPTION_LISTENER_NOLONGERVALID","features":[587]},{"name":"ERROR_WSMAN_SUBSCRIPTION_NO_HEARTBEAT","features":[587]},{"name":"ERROR_WSMAN_SYSTEM_NOT_FOUND","features":[587]},{"name":"ERROR_WSMAN_TARGET_ALREADY_EXISTS","features":[587]},{"name":"ERROR_WSMAN_TRANSPORT_NOT_SUPPORTED","features":[587]},{"name":"ERROR_WSMAN_UNEXPECTED_SELECTORS","features":[587]},{"name":"ERROR_WSMAN_UNKNOWN_HTTP_STATUS_RETURNED","features":[587]},{"name":"ERROR_WSMAN_UNREPORTABLE_SUCCESS","features":[587]},{"name":"ERROR_WSMAN_UNSUPPORTED_ADDRESSING_MODE","features":[587]},{"name":"ERROR_WSMAN_UNSUPPORTED_ENCODING","features":[587]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE","features":[587]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE_IDENTIFY","features":[587]},{"name":"ERROR_WSMAN_UNSUPPORTED_FEATURE_OPTIONS","features":[587]},{"name":"ERROR_WSMAN_UNSUPPORTED_HTTP_STATUS_REDIRECT","features":[587]},{"name":"ERROR_WSMAN_UNSUPPORTED_MEDIA","features":[587]},{"name":"ERROR_WSMAN_UNSUPPORTED_OCTETTYPE","features":[587]},{"name":"ERROR_WSMAN_UNSUPPORTED_TIMEOUT","features":[587]},{"name":"ERROR_WSMAN_UNSUPPORTED_TYPE","features":[587]},{"name":"ERROR_WSMAN_URISECURITY_INVALIDURIKEY","features":[587]},{"name":"ERROR_WSMAN_URI_LIMIT","features":[587]},{"name":"ERROR_WSMAN_URI_NON_DMTF_CLASS","features":[587]},{"name":"ERROR_WSMAN_URI_QUERY_STRING_SYNTAX_ERROR","features":[587]},{"name":"ERROR_WSMAN_URI_SECURITY_URI","features":[587]},{"name":"ERROR_WSMAN_URI_WRONG_DMTF_VERSION","features":[587]},{"name":"ERROR_WSMAN_VIRTUALACCOUNT_NOTSUPPORTED","features":[587]},{"name":"ERROR_WSMAN_VIRTUALACCOUNT_NOTSUPPORTED_DOWNLEVEL","features":[587]},{"name":"ERROR_WSMAN_WHITESPACE","features":[587]},{"name":"ERROR_WSMAN_WMI_CANNOT_CONNECT_ACCESS_DENIED","features":[587]},{"name":"ERROR_WSMAN_WMI_INVALID_VALUE","features":[587]},{"name":"ERROR_WSMAN_WMI_MAX_NESTED","features":[587]},{"name":"ERROR_WSMAN_WMI_PROVIDER_ACCESS_DENIED","features":[587]},{"name":"ERROR_WSMAN_WMI_PROVIDER_INVALID_PARAMETER","features":[587]},{"name":"ERROR_WSMAN_WMI_PROVIDER_NOT_CAPABLE","features":[587]},{"name":"ERROR_WSMAN_WMI_SVC_ACCESS_DENIED","features":[587]},{"name":"ERROR_WSMAN_WRONG_METADATA","features":[587]},{"name":"IWSMan","features":[358,587]},{"name":"IWSManConnectionOptions","features":[358,587]},{"name":"IWSManConnectionOptionsEx","features":[358,587]},{"name":"IWSManConnectionOptionsEx2","features":[358,587]},{"name":"IWSManEnumerator","features":[358,587]},{"name":"IWSManEx","features":[358,587]},{"name":"IWSManEx2","features":[358,587]},{"name":"IWSManEx3","features":[358,587]},{"name":"IWSManInternal","features":[358,587]},{"name":"IWSManResourceLocator","features":[358,587]},{"name":"IWSManResourceLocatorInternal","features":[587]},{"name":"IWSManSession","features":[358,587]},{"name":"WSMAN_API_HANDLE","features":[587]},{"name":"WSMAN_AUTHENTICATION_CREDENTIALS","features":[587]},{"name":"WSMAN_AUTHZ_QUOTA","features":[587]},{"name":"WSMAN_CERTIFICATE_DETAILS","features":[587]},{"name":"WSMAN_CMDSHELL_OPTION_CODEPAGE","features":[587]},{"name":"WSMAN_CMDSHELL_OPTION_CONSOLEMODE_STDIN","features":[587]},{"name":"WSMAN_CMDSHELL_OPTION_SKIP_CMD_SHELL","features":[587]},{"name":"WSMAN_COMMAND_ARG_SET","features":[587]},{"name":"WSMAN_COMMAND_HANDLE","features":[587]},{"name":"WSMAN_CONNECT_DATA","features":[587]},{"name":"WSMAN_CREATE_SHELL_DATA","features":[587]},{"name":"WSMAN_DATA","features":[587]},{"name":"WSMAN_DATA_BINARY","features":[587]},{"name":"WSMAN_DATA_NONE","features":[587]},{"name":"WSMAN_DATA_TEXT","features":[587]},{"name":"WSMAN_DATA_TYPE_BINARY","features":[587]},{"name":"WSMAN_DATA_TYPE_DWORD","features":[587]},{"name":"WSMAN_DATA_TYPE_TEXT","features":[587]},{"name":"WSMAN_DEFAULT_TIMEOUT_MS","features":[587]},{"name":"WSMAN_ENVIRONMENT_VARIABLE","features":[587]},{"name":"WSMAN_ENVIRONMENT_VARIABLE_SET","features":[587]},{"name":"WSMAN_ERROR","features":[587]},{"name":"WSMAN_FILTER","features":[587]},{"name":"WSMAN_FLAG_AUTH_BASIC","features":[587]},{"name":"WSMAN_FLAG_AUTH_CLIENT_CERTIFICATE","features":[587]},{"name":"WSMAN_FLAG_AUTH_CREDSSP","features":[587]},{"name":"WSMAN_FLAG_AUTH_DIGEST","features":[587]},{"name":"WSMAN_FLAG_AUTH_KERBEROS","features":[587]},{"name":"WSMAN_FLAG_AUTH_NEGOTIATE","features":[587]},{"name":"WSMAN_FLAG_CALLBACK_END_OF_OPERATION","features":[587]},{"name":"WSMAN_FLAG_CALLBACK_END_OF_STREAM","features":[587]},{"name":"WSMAN_FLAG_CALLBACK_NETWORK_FAILURE_DETECTED","features":[587]},{"name":"WSMAN_FLAG_CALLBACK_RECEIVE_DELAY_STREAM_REQUEST_PROCESSED","features":[587]},{"name":"WSMAN_FLAG_CALLBACK_RECONNECTED_AFTER_NETWORK_FAILURE","features":[587]},{"name":"WSMAN_FLAG_CALLBACK_RETRYING_AFTER_NETWORK_FAILURE","features":[587]},{"name":"WSMAN_FLAG_CALLBACK_RETRY_ABORTED_DUE_TO_INTERNAL_ERROR","features":[587]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_AUTODISCONNECTED","features":[587]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_AUTODISCONNECTING","features":[587]},{"name":"WSMAN_FLAG_CALLBACK_SHELL_SUPPORTS_DISCONNECT","features":[587]},{"name":"WSMAN_FLAG_DEFAULT_AUTHENTICATION","features":[587]},{"name":"WSMAN_FLAG_DELETE_SERVER_SESSION","features":[587]},{"name":"WSMAN_FLAG_NO_AUTHENTICATION","features":[587]},{"name":"WSMAN_FLAG_NO_COMPRESSION","features":[587]},{"name":"WSMAN_FLAG_RECEIVE_DELAY_OUTPUT_STREAM","features":[587]},{"name":"WSMAN_FLAG_RECEIVE_FLUSH","features":[587]},{"name":"WSMAN_FLAG_RECEIVE_RESULT_DATA_BOUNDARY","features":[587]},{"name":"WSMAN_FLAG_RECEIVE_RESULT_NO_MORE_DATA","features":[587]},{"name":"WSMAN_FLAG_REQUESTED_API_VERSION_1_0","features":[587]},{"name":"WSMAN_FLAG_REQUESTED_API_VERSION_1_1","features":[587]},{"name":"WSMAN_FLAG_SEND_NO_MORE_DATA","features":[587]},{"name":"WSMAN_FLAG_SERVER_BUFFERING_MODE_BLOCK","features":[587]},{"name":"WSMAN_FLAG_SERVER_BUFFERING_MODE_DROP","features":[587]},{"name":"WSMAN_FRAGMENT","features":[587]},{"name":"WSMAN_KEY","features":[587]},{"name":"WSMAN_OPERATION_HANDLE","features":[587]},{"name":"WSMAN_OPERATION_INFO","features":[305,587]},{"name":"WSMAN_OPERATION_INFOEX","features":[305,587]},{"name":"WSMAN_OPERATION_INFOV1","features":[587]},{"name":"WSMAN_OPERATION_INFOV2","features":[587]},{"name":"WSMAN_OPTION","features":[305,587]},{"name":"WSMAN_OPTION_ALLOW_NEGOTIATE_IMPLICIT_CREDENTIALS","features":[587]},{"name":"WSMAN_OPTION_DEFAULT_OPERATION_TIMEOUTMS","features":[587]},{"name":"WSMAN_OPTION_ENABLE_SPN_SERVER_PORT","features":[587]},{"name":"WSMAN_OPTION_LOCALE","features":[587]},{"name":"WSMAN_OPTION_MACHINE_ID","features":[587]},{"name":"WSMAN_OPTION_MAX_ENVELOPE_SIZE_KB","features":[587]},{"name":"WSMAN_OPTION_MAX_RETRY_TIME","features":[587]},{"name":"WSMAN_OPTION_PROXY_AUTO_DETECT","features":[587]},{"name":"WSMAN_OPTION_PROXY_IE_PROXY_CONFIG","features":[587]},{"name":"WSMAN_OPTION_PROXY_NO_PROXY_SERVER","features":[587]},{"name":"WSMAN_OPTION_PROXY_WINHTTP_PROXY_CONFIG","features":[587]},{"name":"WSMAN_OPTION_REDIRECT_LOCATION","features":[587]},{"name":"WSMAN_OPTION_SET","features":[305,587]},{"name":"WSMAN_OPTION_SETEX","features":[305,587]},{"name":"WSMAN_OPTION_SHELL_MAX_DATA_SIZE_PER_MESSAGE_KB","features":[587]},{"name":"WSMAN_OPTION_SKIP_CA_CHECK","features":[587]},{"name":"WSMAN_OPTION_SKIP_CN_CHECK","features":[587]},{"name":"WSMAN_OPTION_SKIP_REVOCATION_CHECK","features":[587]},{"name":"WSMAN_OPTION_TIMEOUTMS_CLOSE_SHELL","features":[587]},{"name":"WSMAN_OPTION_TIMEOUTMS_CREATE_SHELL","features":[587]},{"name":"WSMAN_OPTION_TIMEOUTMS_RECEIVE_SHELL_OUTPUT","features":[587]},{"name":"WSMAN_OPTION_TIMEOUTMS_RUN_SHELL_COMMAND","features":[587]},{"name":"WSMAN_OPTION_TIMEOUTMS_SEND_SHELL_INPUT","features":[587]},{"name":"WSMAN_OPTION_TIMEOUTMS_SIGNAL_SHELL","features":[587]},{"name":"WSMAN_OPTION_UI_LANGUAGE","features":[587]},{"name":"WSMAN_OPTION_UNENCRYPTED_MESSAGES","features":[587]},{"name":"WSMAN_OPTION_USE_INTEARACTIVE_TOKEN","features":[587]},{"name":"WSMAN_OPTION_USE_SSL","features":[587]},{"name":"WSMAN_OPTION_UTF16","features":[587]},{"name":"WSMAN_PLUGIN_AUTHORIZE_OPERATION","features":[305,587]},{"name":"WSMAN_PLUGIN_AUTHORIZE_QUERY_QUOTA","features":[305,587]},{"name":"WSMAN_PLUGIN_AUTHORIZE_RELEASE_CONTEXT","features":[587]},{"name":"WSMAN_PLUGIN_AUTHORIZE_USER","features":[305,587]},{"name":"WSMAN_PLUGIN_COMMAND","features":[305,587]},{"name":"WSMAN_PLUGIN_CONNECT","features":[305,587]},{"name":"WSMAN_PLUGIN_PARAMS_AUTORESTART","features":[587]},{"name":"WSMAN_PLUGIN_PARAMS_GET_REQUESTED_DATA_LOCALE","features":[587]},{"name":"WSMAN_PLUGIN_PARAMS_GET_REQUESTED_LOCALE","features":[587]},{"name":"WSMAN_PLUGIN_PARAMS_HOSTIDLETIMEOUTSECONDS","features":[587]},{"name":"WSMAN_PLUGIN_PARAMS_LARGEST_RESULT_SIZE","features":[587]},{"name":"WSMAN_PLUGIN_PARAMS_MAX_ENVELOPE_SIZE","features":[587]},{"name":"WSMAN_PLUGIN_PARAMS_NAME","features":[587]},{"name":"WSMAN_PLUGIN_PARAMS_REMAINING_RESULT_SIZE","features":[587]},{"name":"WSMAN_PLUGIN_PARAMS_RUNAS_USER","features":[587]},{"name":"WSMAN_PLUGIN_PARAMS_SHAREDHOST","features":[587]},{"name":"WSMAN_PLUGIN_PARAMS_TIMEOUT","features":[587]},{"name":"WSMAN_PLUGIN_RECEIVE","features":[305,587]},{"name":"WSMAN_PLUGIN_RELEASE_COMMAND_CONTEXT","features":[587]},{"name":"WSMAN_PLUGIN_RELEASE_SHELL_CONTEXT","features":[587]},{"name":"WSMAN_PLUGIN_REQUEST","features":[305,587]},{"name":"WSMAN_PLUGIN_SEND","features":[305,587]},{"name":"WSMAN_PLUGIN_SHELL","features":[305,587]},{"name":"WSMAN_PLUGIN_SHUTDOWN","features":[587]},{"name":"WSMAN_PLUGIN_SHUTDOWN_IDLETIMEOUT_ELAPSED","features":[587]},{"name":"WSMAN_PLUGIN_SHUTDOWN_IISHOST","features":[587]},{"name":"WSMAN_PLUGIN_SHUTDOWN_SERVICE","features":[587]},{"name":"WSMAN_PLUGIN_SHUTDOWN_SYSTEM","features":[587]},{"name":"WSMAN_PLUGIN_SIGNAL","features":[305,587]},{"name":"WSMAN_PLUGIN_STARTUP","features":[587]},{"name":"WSMAN_PLUGIN_STARTUP_AUTORESTARTED_CRASH","features":[587]},{"name":"WSMAN_PLUGIN_STARTUP_AUTORESTARTED_REBOOT","features":[587]},{"name":"WSMAN_PLUGIN_STARTUP_REQUEST_RECEIVED","features":[587]},{"name":"WSMAN_PROXY_INFO","features":[587]},{"name":"WSMAN_RECEIVE_DATA_RESULT","features":[587]},{"name":"WSMAN_RESPONSE_DATA","features":[587]},{"name":"WSMAN_SELECTOR_SET","features":[587]},{"name":"WSMAN_SENDER_DETAILS","features":[305,587]},{"name":"WSMAN_SESSION_HANDLE","features":[587]},{"name":"WSMAN_SHELL_ASYNC","features":[587]},{"name":"WSMAN_SHELL_COMPLETION_FUNCTION","features":[587]},{"name":"WSMAN_SHELL_DISCONNECT_INFO","features":[587]},{"name":"WSMAN_SHELL_HANDLE","features":[587]},{"name":"WSMAN_SHELL_NS","features":[587]},{"name":"WSMAN_SHELL_OPTION_NOPROFILE","features":[587]},{"name":"WSMAN_SHELL_STARTUP_INFO_V10","features":[587]},{"name":"WSMAN_SHELL_STARTUP_INFO_V11","features":[587]},{"name":"WSMAN_STREAM_ID_SET","features":[587]},{"name":"WSMAN_STREAM_ID_STDERR","features":[587]},{"name":"WSMAN_STREAM_ID_STDIN","features":[587]},{"name":"WSMAN_STREAM_ID_STDOUT","features":[587]},{"name":"WSMAN_USERNAME_PASSWORD_CREDS","features":[587]},{"name":"WSMan","features":[587]},{"name":"WSManAuthenticationFlags","features":[587]},{"name":"WSManCallbackFlags","features":[587]},{"name":"WSManCloseCommand","features":[587]},{"name":"WSManCloseOperation","features":[587]},{"name":"WSManCloseSession","features":[587]},{"name":"WSManCloseShell","features":[587]},{"name":"WSManConnectShell","features":[305,587]},{"name":"WSManConnectShellCommand","features":[305,587]},{"name":"WSManCreateSession","features":[587]},{"name":"WSManCreateShell","features":[305,587]},{"name":"WSManCreateShellEx","features":[305,587]},{"name":"WSManDataType","features":[587]},{"name":"WSManDeinitialize","features":[587]},{"name":"WSManDisconnectShell","features":[587]},{"name":"WSManEnumFlags","features":[587]},{"name":"WSManFlagAllowNegotiateImplicitCredentials","features":[587]},{"name":"WSManFlagAssociatedInstance","features":[587]},{"name":"WSManFlagAssociationInstance","features":[587]},{"name":"WSManFlagCredUsernamePassword","features":[587]},{"name":"WSManFlagEnableSPNServerPort","features":[587]},{"name":"WSManFlagHierarchyDeep","features":[587]},{"name":"WSManFlagHierarchyDeepBasePropsOnly","features":[587]},{"name":"WSManFlagHierarchyShallow","features":[587]},{"name":"WSManFlagNoEncryption","features":[587]},{"name":"WSManFlagNonXmlText","features":[587]},{"name":"WSManFlagProxyAuthenticationUseBasic","features":[587]},{"name":"WSManFlagProxyAuthenticationUseDigest","features":[587]},{"name":"WSManFlagProxyAuthenticationUseNegotiate","features":[587]},{"name":"WSManFlagReturnEPR","features":[587]},{"name":"WSManFlagReturnObject","features":[587]},{"name":"WSManFlagReturnObjectAndEPR","features":[587]},{"name":"WSManFlagSkipCACheck","features":[587]},{"name":"WSManFlagSkipCNCheck","features":[587]},{"name":"WSManFlagSkipRevocationCheck","features":[587]},{"name":"WSManFlagUTF16","features":[587]},{"name":"WSManFlagUTF8","features":[587]},{"name":"WSManFlagUseBasic","features":[587]},{"name":"WSManFlagUseClientCertificate","features":[587]},{"name":"WSManFlagUseCredSsp","features":[587]},{"name":"WSManFlagUseDigest","features":[587]},{"name":"WSManFlagUseKerberos","features":[587]},{"name":"WSManFlagUseNegotiate","features":[587]},{"name":"WSManFlagUseNoAuthentication","features":[587]},{"name":"WSManFlagUseSsl","features":[587]},{"name":"WSManGetErrorMessage","features":[587]},{"name":"WSManGetSessionOptionAsDword","features":[587]},{"name":"WSManGetSessionOptionAsString","features":[587]},{"name":"WSManInitialize","features":[587]},{"name":"WSManInternal","features":[587]},{"name":"WSManPluginAuthzOperationComplete","features":[305,587]},{"name":"WSManPluginAuthzQueryQuotaComplete","features":[305,587]},{"name":"WSManPluginAuthzUserComplete","features":[305,587]},{"name":"WSManPluginFreeRequestDetails","features":[305,587]},{"name":"WSManPluginGetConfiguration","features":[587]},{"name":"WSManPluginGetOperationParameters","features":[305,587]},{"name":"WSManPluginOperationComplete","features":[305,587]},{"name":"WSManPluginReceiveResult","features":[305,587]},{"name":"WSManPluginReportCompletion","features":[587]},{"name":"WSManPluginReportContext","features":[305,587]},{"name":"WSManProxyAccessType","features":[587]},{"name":"WSManProxyAccessTypeFlags","features":[587]},{"name":"WSManProxyAuthenticationFlags","features":[587]},{"name":"WSManProxyAutoDetect","features":[587]},{"name":"WSManProxyIEConfig","features":[587]},{"name":"WSManProxyNoProxyServer","features":[587]},{"name":"WSManProxyWinHttpConfig","features":[587]},{"name":"WSManReceiveShellOutput","features":[587]},{"name":"WSManReconnectShell","features":[587]},{"name":"WSManReconnectShellCommand","features":[587]},{"name":"WSManRunShellCommand","features":[305,587]},{"name":"WSManRunShellCommandEx","features":[305,587]},{"name":"WSManSendShellInput","features":[305,587]},{"name":"WSManSessionFlags","features":[587]},{"name":"WSManSessionOption","features":[587]},{"name":"WSManSetSessionOption","features":[587]},{"name":"WSManShellFlag","features":[587]},{"name":"WSManSignalShell","features":[587]}],"608":[{"name":"CCH_RM_MAX_APP_NAME","features":[588]},{"name":"CCH_RM_MAX_SVC_NAME","features":[588]},{"name":"CCH_RM_SESSION_KEY","features":[588]},{"name":"RM_APP_STATUS","features":[588]},{"name":"RM_APP_TYPE","features":[588]},{"name":"RM_FILTER_ACTION","features":[588]},{"name":"RM_FILTER_INFO","features":[305,588]},{"name":"RM_FILTER_TRIGGER","features":[588]},{"name":"RM_INVALID_PROCESS","features":[588]},{"name":"RM_INVALID_TS_SESSION","features":[588]},{"name":"RM_PROCESS_INFO","features":[305,588]},{"name":"RM_REBOOT_REASON","features":[588]},{"name":"RM_SHUTDOWN_TYPE","features":[588]},{"name":"RM_UNIQUE_PROCESS","features":[305,588]},{"name":"RM_WRITE_STATUS_CALLBACK","features":[588]},{"name":"RmAddFilter","features":[305,588]},{"name":"RmCancelCurrentTask","features":[305,588]},{"name":"RmConsole","features":[588]},{"name":"RmCritical","features":[588]},{"name":"RmEndSession","features":[305,588]},{"name":"RmExplorer","features":[588]},{"name":"RmFilterTriggerFile","features":[588]},{"name":"RmFilterTriggerInvalid","features":[588]},{"name":"RmFilterTriggerProcess","features":[588]},{"name":"RmFilterTriggerService","features":[588]},{"name":"RmForceShutdown","features":[588]},{"name":"RmGetFilterList","features":[305,588]},{"name":"RmGetList","features":[305,588]},{"name":"RmInvalidFilterAction","features":[588]},{"name":"RmJoinSession","features":[305,588]},{"name":"RmMainWindow","features":[588]},{"name":"RmNoRestart","features":[588]},{"name":"RmNoShutdown","features":[588]},{"name":"RmOtherWindow","features":[588]},{"name":"RmRebootReasonCriticalProcess","features":[588]},{"name":"RmRebootReasonCriticalService","features":[588]},{"name":"RmRebootReasonDetectedSelf","features":[588]},{"name":"RmRebootReasonNone","features":[588]},{"name":"RmRebootReasonPermissionDenied","features":[588]},{"name":"RmRebootReasonSessionMismatch","features":[588]},{"name":"RmRegisterResources","features":[305,588]},{"name":"RmRemoveFilter","features":[305,588]},{"name":"RmRestart","features":[305,588]},{"name":"RmService","features":[588]},{"name":"RmShutdown","features":[305,588]},{"name":"RmShutdownOnlyRegistered","features":[588]},{"name":"RmStartSession","features":[305,588]},{"name":"RmStatusErrorOnRestart","features":[588]},{"name":"RmStatusErrorOnStop","features":[588]},{"name":"RmStatusRestartMasked","features":[588]},{"name":"RmStatusRestarted","features":[588]},{"name":"RmStatusRunning","features":[588]},{"name":"RmStatusShutdownMasked","features":[588]},{"name":"RmStatusStopped","features":[588]},{"name":"RmStatusStoppedOther","features":[588]},{"name":"RmStatusUnknown","features":[588]},{"name":"RmUnknownApp","features":[588]}],"609":[{"name":"ACCESSIBILITY_SETTING","features":[589]},{"name":"APPLICATION_INSTALL","features":[589]},{"name":"APPLICATION_RUN","features":[589]},{"name":"APPLICATION_UNINSTALL","features":[589]},{"name":"BACKUP","features":[589]},{"name":"BACKUP_RECOVERY","features":[589]},{"name":"BEGIN_NESTED_SYSTEM_CHANGE","features":[589]},{"name":"BEGIN_NESTED_SYSTEM_CHANGE_NORP","features":[589]},{"name":"BEGIN_SYSTEM_CHANGE","features":[589]},{"name":"CANCELLED_OPERATION","features":[589]},{"name":"CHECKPOINT","features":[589]},{"name":"CRITICAL_UPDATE","features":[589]},{"name":"DESKTOP_SETTING","features":[589]},{"name":"DEVICE_DRIVER_INSTALL","features":[589]},{"name":"END_NESTED_SYSTEM_CHANGE","features":[589]},{"name":"END_SYSTEM_CHANGE","features":[589]},{"name":"FIRSTRUN","features":[589]},{"name":"MANUAL_CHECKPOINT","features":[589]},{"name":"MAX_DESC","features":[589]},{"name":"MAX_DESC_W","features":[589]},{"name":"MAX_EVENT","features":[589]},{"name":"MAX_RPT","features":[589]},{"name":"MIN_EVENT","features":[589]},{"name":"MIN_RPT","features":[589]},{"name":"MODIFY_SETTINGS","features":[589]},{"name":"OE_SETTING","features":[589]},{"name":"RESTORE","features":[589]},{"name":"RESTOREPOINTINFOA","features":[589]},{"name":"RESTOREPOINTINFOEX","features":[305,589]},{"name":"RESTOREPOINTINFOW","features":[589]},{"name":"RESTOREPOINTINFO_EVENT_TYPE","features":[589]},{"name":"RESTOREPOINTINFO_TYPE","features":[589]},{"name":"SRRemoveRestorePoint","features":[589]},{"name":"SRSetRestorePointA","features":[305,589]},{"name":"SRSetRestorePointW","features":[305,589]},{"name":"STATEMGRSTATUS","features":[305,589]},{"name":"WINDOWS_BOOT","features":[589]},{"name":"WINDOWS_SHUTDOWN","features":[589]},{"name":"WINDOWS_UPDATE","features":[589]}],"610":[{"name":"ARRAY_INFO","features":[323]},{"name":"BinaryParam","features":[323]},{"name":"CLIENT_CALL_RETURN","features":[323]},{"name":"COMM_FAULT_OFFSETS","features":[323]},{"name":"CS_TAG_GETTING_ROUTINE","features":[323]},{"name":"CS_TYPE_FROM_NETCS_ROUTINE","features":[323]},{"name":"CS_TYPE_LOCAL_SIZE_ROUTINE","features":[323]},{"name":"CS_TYPE_NET_SIZE_ROUTINE","features":[323]},{"name":"CS_TYPE_TO_NETCS_ROUTINE","features":[323]},{"name":"DCE_C_ERROR_STRING_LEN","features":[323]},{"name":"DceErrorInqTextA","features":[323]},{"name":"DceErrorInqTextW","features":[323]},{"name":"EEInfoGCCOM","features":[323]},{"name":"EEInfoGCFRS","features":[323]},{"name":"EEInfoNextRecordsMissing","features":[323]},{"name":"EEInfoPreviousRecordsMissing","features":[323]},{"name":"EEInfoUseFileTime","features":[323]},{"name":"EPT_S_CANT_CREATE","features":[323]},{"name":"EPT_S_CANT_PERFORM_OP","features":[323]},{"name":"EPT_S_INVALID_ENTRY","features":[323]},{"name":"EPT_S_NOT_REGISTERED","features":[323]},{"name":"EXPR_EVAL","features":[358,323]},{"name":"EXPR_TOKEN","features":[323]},{"name":"ExtendedErrorParamTypes","features":[323]},{"name":"FC_EXPR_CONST32","features":[323]},{"name":"FC_EXPR_CONST64","features":[323]},{"name":"FC_EXPR_END","features":[323]},{"name":"FC_EXPR_ILLEGAL","features":[323]},{"name":"FC_EXPR_NOOP","features":[323]},{"name":"FC_EXPR_OPER","features":[323]},{"name":"FC_EXPR_START","features":[323]},{"name":"FC_EXPR_VAR","features":[323]},{"name":"FULL_PTR_XLAT_TABLES","features":[323]},{"name":"GENERIC_BINDING_INFO","features":[323]},{"name":"GENERIC_BINDING_ROUTINE","features":[323]},{"name":"GENERIC_BINDING_ROUTINE_PAIR","features":[323]},{"name":"GENERIC_UNBIND_ROUTINE","features":[323]},{"name":"GROUP_NAME_SYNTAX","features":[323]},{"name":"IDL_CS_CONVERT","features":[323]},{"name":"IDL_CS_IN_PLACE_CONVERT","features":[323]},{"name":"IDL_CS_NEW_BUFFER_CONVERT","features":[323]},{"name":"IDL_CS_NO_CONVERT","features":[323]},{"name":"INVALID_FRAGMENT_ID","features":[323]},{"name":"IUnknown_AddRef_Proxy","features":[323]},{"name":"IUnknown_QueryInterface_Proxy","features":[323]},{"name":"IUnknown_Release_Proxy","features":[323]},{"name":"I_RpcAllocate","features":[323]},{"name":"I_RpcAsyncAbortCall","features":[305,311,323]},{"name":"I_RpcAsyncSetHandle","features":[305,311,323]},{"name":"I_RpcBindingCopy","features":[323]},{"name":"I_RpcBindingCreateNP","features":[323]},{"name":"I_RpcBindingHandleToAsyncHandle","features":[323]},{"name":"I_RpcBindingInqClientTokenAttributes","features":[305,323]},{"name":"I_RpcBindingInqDynamicEndpointA","features":[323]},{"name":"I_RpcBindingInqDynamicEndpointW","features":[323]},{"name":"I_RpcBindingInqLocalClientPID","features":[323]},{"name":"I_RpcBindingInqMarshalledTargetInfo","features":[323]},{"name":"I_RpcBindingInqSecurityContext","features":[323]},{"name":"I_RpcBindingInqSecurityContextKeyInfo","features":[323]},{"name":"I_RpcBindingInqTransportType","features":[323]},{"name":"I_RpcBindingInqWireIdForSnego","features":[323]},{"name":"I_RpcBindingIsClientLocal","features":[323]},{"name":"I_RpcBindingIsServerLocal","features":[323]},{"name":"I_RpcBindingSetPrivateOption","features":[323]},{"name":"I_RpcBindingToStaticStringBindingW","features":[323]},{"name":"I_RpcClearMutex","features":[323]},{"name":"I_RpcDeleteMutex","features":[323]},{"name":"I_RpcExceptionFilter","features":[323]},{"name":"I_RpcFree","features":[323]},{"name":"I_RpcFreeBuffer","features":[323]},{"name":"I_RpcFreeCalloutStateFn","features":[323]},{"name":"I_RpcFreePipeBuffer","features":[323]},{"name":"I_RpcGetBuffer","features":[323]},{"name":"I_RpcGetBufferWithObject","features":[323]},{"name":"I_RpcGetCurrentCallHandle","features":[323]},{"name":"I_RpcGetDefaultSD","features":[323]},{"name":"I_RpcGetExtendedError","features":[323]},{"name":"I_RpcIfInqTransferSyntaxes","features":[323]},{"name":"I_RpcMapWin32Status","features":[323]},{"name":"I_RpcMgmtEnableDedicatedThreadPool","features":[323]},{"name":"I_RpcNegotiateTransferSyntax","features":[323]},{"name":"I_RpcNsBindingSetEntryNameA","features":[323]},{"name":"I_RpcNsBindingSetEntryNameW","features":[323]},{"name":"I_RpcNsGetBuffer","features":[323]},{"name":"I_RpcNsInterfaceExported","features":[323]},{"name":"I_RpcNsInterfaceUnexported","features":[323]},{"name":"I_RpcNsRaiseException","features":[323]},{"name":"I_RpcNsSendReceive","features":[323]},{"name":"I_RpcOpenClientProcess","features":[323]},{"name":"I_RpcPauseExecution","features":[323]},{"name":"I_RpcPerformCalloutFn","features":[323]},{"name":"I_RpcProxyCallbackInterface","features":[323]},{"name":"I_RpcProxyFilterIfFn","features":[323]},{"name":"I_RpcProxyGetClientAddressFn","features":[323]},{"name":"I_RpcProxyGetClientSessionAndResourceUUID","features":[323]},{"name":"I_RpcProxyGetConnectionTimeoutFn","features":[323]},{"name":"I_RpcProxyIsValidMachineFn","features":[323]},{"name":"I_RpcProxyUpdatePerfCounterBackendServerFn","features":[323]},{"name":"I_RpcProxyUpdatePerfCounterFn","features":[323]},{"name":"I_RpcReBindBuffer","features":[323]},{"name":"I_RpcReallocPipeBuffer","features":[323]},{"name":"I_RpcReceive","features":[323]},{"name":"I_RpcRecordCalloutFailure","features":[323]},{"name":"I_RpcRequestMutex","features":[323]},{"name":"I_RpcSend","features":[323]},{"name":"I_RpcSendReceive","features":[323]},{"name":"I_RpcServerCheckClientRestriction","features":[323]},{"name":"I_RpcServerDisableExceptionFilter","features":[323]},{"name":"I_RpcServerGetAssociationID","features":[323]},{"name":"I_RpcServerInqAddressChangeFn","features":[323]},{"name":"I_RpcServerInqLocalConnAddress","features":[323]},{"name":"I_RpcServerInqRemoteConnAddress","features":[323]},{"name":"I_RpcServerInqTransportType","features":[323]},{"name":"I_RpcServerRegisterForwardFunction","features":[323]},{"name":"I_RpcServerSetAddressChangeFn","features":[323]},{"name":"I_RpcServerStartService","features":[323]},{"name":"I_RpcServerSubscribeForDisconnectNotification","features":[323]},{"name":"I_RpcServerSubscribeForDisconnectNotification2","features":[323]},{"name":"I_RpcServerUnsubscribeForDisconnectNotification","features":[323]},{"name":"I_RpcServerUseProtseq2A","features":[323]},{"name":"I_RpcServerUseProtseq2W","features":[323]},{"name":"I_RpcServerUseProtseqEp2A","features":[323]},{"name":"I_RpcServerUseProtseqEp2W","features":[323]},{"name":"I_RpcSessionStrictContextHandle","features":[323]},{"name":"I_RpcSsDontSerializeContext","features":[323]},{"name":"I_RpcSystemHandleTypeSpecificWork","features":[323]},{"name":"I_RpcTurnOnEEInfoPropagation","features":[323]},{"name":"I_UuidCreate","features":[323]},{"name":"LRPC_SYSTEM_HANDLE_MARSHAL_DIRECTION","features":[323]},{"name":"MALLOC_FREE_STRUCT","features":[323]},{"name":"MES_DECODE","features":[323]},{"name":"MES_DYNAMIC_BUFFER_HANDLE","features":[323]},{"name":"MES_ENCODE","features":[323]},{"name":"MES_ENCODE_NDR64","features":[323]},{"name":"MES_FIXED_BUFFER_HANDLE","features":[323]},{"name":"MES_INCREMENTAL_HANDLE","features":[323]},{"name":"MIDL_ES_ALLOC","features":[323]},{"name":"MIDL_ES_CODE","features":[323]},{"name":"MIDL_ES_HANDLE_STYLE","features":[323]},{"name":"MIDL_ES_READ","features":[323]},{"name":"MIDL_ES_WRITE","features":[323]},{"name":"MIDL_FORMAT_STRING","features":[323]},{"name":"MIDL_INTERCEPTION_INFO","features":[323]},{"name":"MIDL_INTERFACE_METHOD_PROPERTIES","features":[323]},{"name":"MIDL_METHOD_PROPERTY","features":[323]},{"name":"MIDL_METHOD_PROPERTY_MAP","features":[323]},{"name":"MIDL_SERVER_INFO","features":[358,323]},{"name":"MIDL_STUBLESS_PROXY_INFO","features":[358,323]},{"name":"MIDL_STUB_DESC","features":[358,323]},{"name":"MIDL_STUB_MESSAGE","features":[358,323]},{"name":"MIDL_SYNTAX_INFO","features":[323]},{"name":"MIDL_TYPE_PICKLING_INFO","features":[323]},{"name":"MIDL_WINRT_TYPE_SERIALIZATION_INFO","features":[358,323]},{"name":"MIDL_WINRT_TYPE_SERIALIZATION_INFO_CURRENT_VERSION","features":[323]},{"name":"MarshalDirectionMarshal","features":[323]},{"name":"MarshalDirectionUnmarshal","features":[323]},{"name":"MaxNumberOfEEInfoParams","features":[323]},{"name":"MesBufferHandleReset","features":[323]},{"name":"MesDecodeBufferHandleCreate","features":[323]},{"name":"MesDecodeIncrementalHandleCreate","features":[323]},{"name":"MesEncodeDynBufferHandleCreate","features":[323]},{"name":"MesEncodeFixedBufferHandleCreate","features":[323]},{"name":"MesEncodeIncrementalHandleCreate","features":[323]},{"name":"MesHandleFree","features":[323]},{"name":"MesIncrementalHandleReset","features":[323]},{"name":"MesInqProcEncodingId","features":[323]},{"name":"MidlInterceptionInfoVersionOne","features":[323]},{"name":"MidlWinrtTypeSerializationInfoVersionOne","features":[323]},{"name":"NDR64_ARRAY_ELEMENT_INFO","features":[323]},{"name":"NDR64_ARRAY_FLAGS","features":[323]},{"name":"NDR64_BINDINGS","features":[323]},{"name":"NDR64_BIND_AND_NOTIFY_EXTENSION","features":[323]},{"name":"NDR64_BIND_CONTEXT","features":[323]},{"name":"NDR64_BIND_GENERIC","features":[323]},{"name":"NDR64_BIND_PRIMITIVE","features":[323]},{"name":"NDR64_BOGUS_ARRAY_HEADER_FORMAT","features":[323]},{"name":"NDR64_BOGUS_STRUCTURE_HEADER_FORMAT","features":[323]},{"name":"NDR64_BUFFER_ALIGN_FORMAT","features":[323]},{"name":"NDR64_CONFORMANT_STRING_FORMAT","features":[323]},{"name":"NDR64_CONF_ARRAY_HEADER_FORMAT","features":[323]},{"name":"NDR64_CONF_BOGUS_STRUCTURE_HEADER_FORMAT","features":[323]},{"name":"NDR64_CONF_STRUCTURE_HEADER_FORMAT","features":[323]},{"name":"NDR64_CONF_VAR_ARRAY_HEADER_FORMAT","features":[323]},{"name":"NDR64_CONF_VAR_BOGUS_ARRAY_HEADER_FORMAT","features":[323]},{"name":"NDR64_CONSTANT_IID_FORMAT","features":[323]},{"name":"NDR64_CONTEXT_HANDLE_FLAGS","features":[323]},{"name":"NDR64_CONTEXT_HANDLE_FORMAT","features":[323]},{"name":"NDR64_EMBEDDED_COMPLEX_FORMAT","features":[323]},{"name":"NDR64_ENCAPSULATED_UNION","features":[323]},{"name":"NDR64_EXPR_CONST32","features":[323]},{"name":"NDR64_EXPR_CONST64","features":[323]},{"name":"NDR64_EXPR_NOOP","features":[323]},{"name":"NDR64_EXPR_OPERATOR","features":[323]},{"name":"NDR64_EXPR_VAR","features":[323]},{"name":"NDR64_FC_AUTO_HANDLE","features":[323]},{"name":"NDR64_FC_BIND_GENERIC","features":[323]},{"name":"NDR64_FC_BIND_PRIMITIVE","features":[323]},{"name":"NDR64_FC_CALLBACK_HANDLE","features":[323]},{"name":"NDR64_FC_EXPLICIT_HANDLE","features":[323]},{"name":"NDR64_FC_NO_HANDLE","features":[323]},{"name":"NDR64_FIXED_REPEAT_FORMAT","features":[323]},{"name":"NDR64_FIX_ARRAY_HEADER_FORMAT","features":[323]},{"name":"NDR64_IID_FLAGS","features":[323]},{"name":"NDR64_IID_FORMAT","features":[323]},{"name":"NDR64_MEMPAD_FORMAT","features":[323]},{"name":"NDR64_NON_CONFORMANT_STRING_FORMAT","features":[323]},{"name":"NDR64_NON_ENCAPSULATED_UNION","features":[323]},{"name":"NDR64_NO_REPEAT_FORMAT","features":[323]},{"name":"NDR64_PARAM_FLAGS","features":[323]},{"name":"NDR64_PARAM_FORMAT","features":[323]},{"name":"NDR64_PIPE_FLAGS","features":[323]},{"name":"NDR64_PIPE_FORMAT","features":[323]},{"name":"NDR64_POINTER_FORMAT","features":[323]},{"name":"NDR64_POINTER_INSTANCE_HEADER_FORMAT","features":[323]},{"name":"NDR64_POINTER_REPEAT_FLAGS","features":[323]},{"name":"NDR64_PROC_FLAGS","features":[323]},{"name":"NDR64_PROC_FORMAT","features":[323]},{"name":"NDR64_RANGED_STRING_FORMAT","features":[323]},{"name":"NDR64_RANGE_FORMAT","features":[323]},{"name":"NDR64_RANGE_PIPE_FORMAT","features":[323]},{"name":"NDR64_REPEAT_FORMAT","features":[323]},{"name":"NDR64_RPC_FLAGS","features":[323]},{"name":"NDR64_SIMPLE_MEMBER_FORMAT","features":[323]},{"name":"NDR64_SIMPLE_REGION_FORMAT","features":[323]},{"name":"NDR64_SIZED_CONFORMANT_STRING_FORMAT","features":[323]},{"name":"NDR64_STRING_FLAGS","features":[323]},{"name":"NDR64_STRING_HEADER_FORMAT","features":[323]},{"name":"NDR64_STRUCTURE_FLAGS","features":[323]},{"name":"NDR64_STRUCTURE_HEADER_FORMAT","features":[323]},{"name":"NDR64_SYSTEM_HANDLE_FORMAT","features":[323]},{"name":"NDR64_TRANSMIT_AS_FLAGS","features":[323]},{"name":"NDR64_TRANSMIT_AS_FORMAT","features":[323]},{"name":"NDR64_TYPE_STRICT_CONTEXT_HANDLE","features":[323]},{"name":"NDR64_UNION_ARM","features":[323]},{"name":"NDR64_UNION_ARM_SELECTOR","features":[323]},{"name":"NDR64_USER_MARSHAL_FLAGS","features":[323]},{"name":"NDR64_USER_MARSHAL_FORMAT","features":[323]},{"name":"NDR64_VAR_ARRAY_HEADER_FORMAT","features":[323]},{"name":"NDRCContextBinding","features":[323]},{"name":"NDRCContextMarshall","features":[323]},{"name":"NDRCContextUnmarshall","features":[323]},{"name":"NDRSContextMarshall","features":[323]},{"name":"NDRSContextMarshall2","features":[323]},{"name":"NDRSContextMarshallEx","features":[323]},{"name":"NDRSContextUnmarshall","features":[323]},{"name":"NDRSContextUnmarshall2","features":[323]},{"name":"NDRSContextUnmarshallEx","features":[323]},{"name":"NDR_ALLOC_ALL_NODES_CONTEXT","features":[323]},{"name":"NDR_CS_ROUTINES","features":[323]},{"name":"NDR_CS_SIZE_CONVERT_ROUTINES","features":[323]},{"name":"NDR_CUSTOM_OR_DEFAULT_ALLOCATOR","features":[323]},{"name":"NDR_DEFAULT_ALLOCATOR","features":[323]},{"name":"NDR_EXPR_DESC","features":[323]},{"name":"NDR_NOTIFY2_ROUTINE","features":[323]},{"name":"NDR_NOTIFY_ROUTINE","features":[323]},{"name":"NDR_POINTER_QUEUE_STATE","features":[323]},{"name":"NDR_RUNDOWN","features":[323]},{"name":"NDR_SCONTEXT","features":[323]},{"name":"NDR_USER_MARSHAL_INFO","features":[358,323]},{"name":"NDR_USER_MARSHAL_INFO_LEVEL1","features":[358,323]},{"name":"NT351_INTERFACE_SIZE","features":[323]},{"name":"Ndr64AsyncClientCall","features":[358,323]},{"name":"Ndr64AsyncServerCall64","features":[323]},{"name":"Ndr64AsyncServerCallAll","features":[323]},{"name":"Ndr64DcomAsyncClientCall","features":[358,323]},{"name":"Ndr64DcomAsyncStubCall","features":[358,323]},{"name":"NdrAllocate","features":[358,323]},{"name":"NdrAsyncClientCall","features":[358,323]},{"name":"NdrAsyncServerCall","features":[323]},{"name":"NdrByteCountPointerBufferSize","features":[358,323]},{"name":"NdrByteCountPointerFree","features":[358,323]},{"name":"NdrByteCountPointerMarshall","features":[358,323]},{"name":"NdrByteCountPointerUnmarshall","features":[358,323]},{"name":"NdrClearOutParameters","features":[358,323]},{"name":"NdrClientCall2","features":[358,323]},{"name":"NdrClientCall3","features":[358,323]},{"name":"NdrClientContextMarshall","features":[358,323]},{"name":"NdrClientContextUnmarshall","features":[358,323]},{"name":"NdrClientInitialize","features":[358,323]},{"name":"NdrClientInitializeNew","features":[358,323]},{"name":"NdrComplexArrayBufferSize","features":[358,323]},{"name":"NdrComplexArrayFree","features":[358,323]},{"name":"NdrComplexArrayMarshall","features":[358,323]},{"name":"NdrComplexArrayMemorySize","features":[358,323]},{"name":"NdrComplexArrayUnmarshall","features":[358,323]},{"name":"NdrComplexStructBufferSize","features":[358,323]},{"name":"NdrComplexStructFree","features":[358,323]},{"name":"NdrComplexStructMarshall","features":[358,323]},{"name":"NdrComplexStructMemorySize","features":[358,323]},{"name":"NdrComplexStructUnmarshall","features":[358,323]},{"name":"NdrConformantArrayBufferSize","features":[358,323]},{"name":"NdrConformantArrayFree","features":[358,323]},{"name":"NdrConformantArrayMarshall","features":[358,323]},{"name":"NdrConformantArrayMemorySize","features":[358,323]},{"name":"NdrConformantArrayUnmarshall","features":[358,323]},{"name":"NdrConformantStringBufferSize","features":[358,323]},{"name":"NdrConformantStringMarshall","features":[358,323]},{"name":"NdrConformantStringMemorySize","features":[358,323]},{"name":"NdrConformantStringUnmarshall","features":[358,323]},{"name":"NdrConformantStructBufferSize","features":[358,323]},{"name":"NdrConformantStructFree","features":[358,323]},{"name":"NdrConformantStructMarshall","features":[358,323]},{"name":"NdrConformantStructMemorySize","features":[358,323]},{"name":"NdrConformantStructUnmarshall","features":[358,323]},{"name":"NdrConformantVaryingArrayBufferSize","features":[358,323]},{"name":"NdrConformantVaryingArrayFree","features":[358,323]},{"name":"NdrConformantVaryingArrayMarshall","features":[358,323]},{"name":"NdrConformantVaryingArrayMemorySize","features":[358,323]},{"name":"NdrConformantVaryingArrayUnmarshall","features":[358,323]},{"name":"NdrConformantVaryingStructBufferSize","features":[358,323]},{"name":"NdrConformantVaryingStructFree","features":[358,323]},{"name":"NdrConformantVaryingStructMarshall","features":[358,323]},{"name":"NdrConformantVaryingStructMemorySize","features":[358,323]},{"name":"NdrConformantVaryingStructUnmarshall","features":[358,323]},{"name":"NdrContextHandleInitialize","features":[358,323]},{"name":"NdrContextHandleSize","features":[358,323]},{"name":"NdrConvert","features":[358,323]},{"name":"NdrConvert2","features":[358,323]},{"name":"NdrCorrelationFree","features":[358,323]},{"name":"NdrCorrelationInitialize","features":[358,323]},{"name":"NdrCorrelationPass","features":[358,323]},{"name":"NdrCreateServerInterfaceFromStub","features":[358,323]},{"name":"NdrDcomAsyncClientCall","features":[358,323]},{"name":"NdrDcomAsyncStubCall","features":[358,323]},{"name":"NdrEncapsulatedUnionBufferSize","features":[358,323]},{"name":"NdrEncapsulatedUnionFree","features":[358,323]},{"name":"NdrEncapsulatedUnionMarshall","features":[358,323]},{"name":"NdrEncapsulatedUnionMemorySize","features":[358,323]},{"name":"NdrEncapsulatedUnionUnmarshall","features":[358,323]},{"name":"NdrFixedArrayBufferSize","features":[358,323]},{"name":"NdrFixedArrayFree","features":[358,323]},{"name":"NdrFixedArrayMarshall","features":[358,323]},{"name":"NdrFixedArrayMemorySize","features":[358,323]},{"name":"NdrFixedArrayUnmarshall","features":[358,323]},{"name":"NdrFreeBuffer","features":[358,323]},{"name":"NdrFullPointerXlatFree","features":[323]},{"name":"NdrFullPointerXlatInit","features":[323]},{"name":"NdrGetBuffer","features":[358,323]},{"name":"NdrGetDcomProtocolVersion","features":[358,323]},{"name":"NdrGetUserMarshalInfo","features":[358,323]},{"name":"NdrInterfacePointerBufferSize","features":[358,323]},{"name":"NdrInterfacePointerFree","features":[358,323]},{"name":"NdrInterfacePointerMarshall","features":[358,323]},{"name":"NdrInterfacePointerMemorySize","features":[358,323]},{"name":"NdrInterfacePointerUnmarshall","features":[358,323]},{"name":"NdrMapCommAndFaultStatus","features":[358,323]},{"name":"NdrMesProcEncodeDecode","features":[358,323]},{"name":"NdrMesProcEncodeDecode2","features":[358,323]},{"name":"NdrMesProcEncodeDecode3","features":[358,323]},{"name":"NdrMesSimpleTypeAlignSize","features":[323]},{"name":"NdrMesSimpleTypeAlignSizeAll","features":[358,323]},{"name":"NdrMesSimpleTypeDecode","features":[323]},{"name":"NdrMesSimpleTypeDecodeAll","features":[358,323]},{"name":"NdrMesSimpleTypeEncode","features":[358,323]},{"name":"NdrMesSimpleTypeEncodeAll","features":[358,323]},{"name":"NdrMesTypeAlignSize","features":[358,323]},{"name":"NdrMesTypeAlignSize2","features":[358,323]},{"name":"NdrMesTypeAlignSize3","features":[358,323]},{"name":"NdrMesTypeDecode","features":[358,323]},{"name":"NdrMesTypeDecode2","features":[358,323]},{"name":"NdrMesTypeDecode3","features":[358,323]},{"name":"NdrMesTypeEncode","features":[358,323]},{"name":"NdrMesTypeEncode2","features":[358,323]},{"name":"NdrMesTypeEncode3","features":[358,323]},{"name":"NdrMesTypeFree2","features":[358,323]},{"name":"NdrMesTypeFree3","features":[358,323]},{"name":"NdrNonConformantStringBufferSize","features":[358,323]},{"name":"NdrNonConformantStringMarshall","features":[358,323]},{"name":"NdrNonConformantStringMemorySize","features":[358,323]},{"name":"NdrNonConformantStringUnmarshall","features":[358,323]},{"name":"NdrNonEncapsulatedUnionBufferSize","features":[358,323]},{"name":"NdrNonEncapsulatedUnionFree","features":[358,323]},{"name":"NdrNonEncapsulatedUnionMarshall","features":[358,323]},{"name":"NdrNonEncapsulatedUnionMemorySize","features":[358,323]},{"name":"NdrNonEncapsulatedUnionUnmarshall","features":[358,323]},{"name":"NdrNsGetBuffer","features":[358,323]},{"name":"NdrNsSendReceive","features":[358,323]},{"name":"NdrOleAllocate","features":[323]},{"name":"NdrOleFree","features":[323]},{"name":"NdrPartialIgnoreClientBufferSize","features":[358,323]},{"name":"NdrPartialIgnoreClientMarshall","features":[358,323]},{"name":"NdrPartialIgnoreServerInitialize","features":[358,323]},{"name":"NdrPartialIgnoreServerUnmarshall","features":[358,323]},{"name":"NdrPointerBufferSize","features":[358,323]},{"name":"NdrPointerFree","features":[358,323]},{"name":"NdrPointerMarshall","features":[358,323]},{"name":"NdrPointerMemorySize","features":[358,323]},{"name":"NdrPointerUnmarshall","features":[358,323]},{"name":"NdrRangeUnmarshall","features":[358,323]},{"name":"NdrRpcSmClientAllocate","features":[323]},{"name":"NdrRpcSmClientFree","features":[323]},{"name":"NdrRpcSmSetClientToOsf","features":[358,323]},{"name":"NdrRpcSsDefaultAllocate","features":[323]},{"name":"NdrRpcSsDefaultFree","features":[323]},{"name":"NdrRpcSsDisableAllocate","features":[358,323]},{"name":"NdrRpcSsEnableAllocate","features":[358,323]},{"name":"NdrSendReceive","features":[358,323]},{"name":"NdrServerCall2","features":[323]},{"name":"NdrServerCallAll","features":[323]},{"name":"NdrServerCallNdr64","features":[323]},{"name":"NdrServerContextMarshall","features":[358,323]},{"name":"NdrServerContextNewMarshall","features":[358,323]},{"name":"NdrServerContextNewUnmarshall","features":[358,323]},{"name":"NdrServerContextUnmarshall","features":[358,323]},{"name":"NdrServerInitialize","features":[358,323]},{"name":"NdrServerInitializeMarshall","features":[358,323]},{"name":"NdrServerInitializeNew","features":[358,323]},{"name":"NdrServerInitializePartial","features":[358,323]},{"name":"NdrServerInitializeUnmarshall","features":[358,323]},{"name":"NdrSimpleStructBufferSize","features":[358,323]},{"name":"NdrSimpleStructFree","features":[358,323]},{"name":"NdrSimpleStructMarshall","features":[358,323]},{"name":"NdrSimpleStructMemorySize","features":[358,323]},{"name":"NdrSimpleStructUnmarshall","features":[358,323]},{"name":"NdrSimpleTypeMarshall","features":[358,323]},{"name":"NdrSimpleTypeUnmarshall","features":[358,323]},{"name":"NdrStubCall2","features":[323]},{"name":"NdrStubCall3","features":[323]},{"name":"NdrUserMarshalBufferSize","features":[358,323]},{"name":"NdrUserMarshalFree","features":[358,323]},{"name":"NdrUserMarshalMarshall","features":[358,323]},{"name":"NdrUserMarshalMemorySize","features":[358,323]},{"name":"NdrUserMarshalSimpleTypeConvert","features":[323]},{"name":"NdrUserMarshalUnmarshall","features":[358,323]},{"name":"NdrVaryingArrayBufferSize","features":[358,323]},{"name":"NdrVaryingArrayFree","features":[358,323]},{"name":"NdrVaryingArrayMarshall","features":[358,323]},{"name":"NdrVaryingArrayMemorySize","features":[358,323]},{"name":"NdrVaryingArrayUnmarshall","features":[358,323]},{"name":"NdrXmitOrRepAsBufferSize","features":[358,323]},{"name":"NdrXmitOrRepAsFree","features":[358,323]},{"name":"NdrXmitOrRepAsMarshall","features":[358,323]},{"name":"NdrXmitOrRepAsMemorySize","features":[358,323]},{"name":"NdrXmitOrRepAsUnmarshall","features":[358,323]},{"name":"PFN_RPCNOTIFICATION_ROUTINE","features":[305,311,323]},{"name":"PFN_RPC_ALLOCATE","features":[323]},{"name":"PFN_RPC_FREE","features":[323]},{"name":"PNDR_ASYNC_MESSAGE","features":[323]},{"name":"PNDR_CORRELATION_INFO","features":[323]},{"name":"PROTOCOL_ADDRESS_CHANGE","features":[323]},{"name":"PROTOCOL_LOADED","features":[323]},{"name":"PROTOCOL_NOT_LOADED","features":[323]},{"name":"PROXY_CALCSIZE","features":[323]},{"name":"PROXY_GETBUFFER","features":[323]},{"name":"PROXY_MARSHAL","features":[323]},{"name":"PROXY_PHASE","features":[323]},{"name":"PROXY_SENDRECEIVE","features":[323]},{"name":"PROXY_UNMARSHAL","features":[323]},{"name":"PRPC_RUNDOWN","features":[323]},{"name":"RDR_CALLOUT_STATE","features":[323]},{"name":"RPCFLG_ACCESSIBILITY_BIT1","features":[323]},{"name":"RPCFLG_ACCESSIBILITY_BIT2","features":[323]},{"name":"RPCFLG_ACCESS_LOCAL","features":[323]},{"name":"RPCFLG_ASYNCHRONOUS","features":[323]},{"name":"RPCFLG_AUTO_COMPLETE","features":[323]},{"name":"RPCFLG_HAS_CALLBACK","features":[323]},{"name":"RPCFLG_HAS_GUARANTEE","features":[323]},{"name":"RPCFLG_HAS_MULTI_SYNTAXES","features":[323]},{"name":"RPCFLG_INPUT_SYNCHRONOUS","features":[323]},{"name":"RPCFLG_LOCAL_CALL","features":[323]},{"name":"RPCFLG_MESSAGE","features":[323]},{"name":"RPCFLG_NDR64_CONTAINS_ARM_LAYOUT","features":[323]},{"name":"RPCFLG_NON_NDR","features":[323]},{"name":"RPCFLG_SENDER_WAITING_FOR_REPLY","features":[323]},{"name":"RPCFLG_WINRT_REMOTE_ASYNC","features":[323]},{"name":"RPCHTTP_RS_ACCESS_1","features":[323]},{"name":"RPCHTTP_RS_ACCESS_2","features":[323]},{"name":"RPCHTTP_RS_INTERFACE","features":[323]},{"name":"RPCHTTP_RS_REDIRECT","features":[323]},{"name":"RPCHTTP_RS_SESSION","features":[323]},{"name":"RPCLT_PDU_FILTER_FUNC","features":[323]},{"name":"RPC_ADDRESS_CHANGE_FN","features":[323]},{"name":"RPC_ADDRESS_CHANGE_TYPE","features":[323]},{"name":"RPC_ASYNC_EVENT","features":[323]},{"name":"RPC_ASYNC_NOTIFICATION_INFO","features":[305,311,323]},{"name":"RPC_ASYNC_STATE","features":[305,311,323]},{"name":"RPC_AUTH_KEY_RETRIEVAL_FN","features":[323]},{"name":"RPC_BHO_DONTLINGER","features":[323]},{"name":"RPC_BHO_EXCLUSIVE_AND_GUARANTEED","features":[323]},{"name":"RPC_BHO_NONCAUSAL","features":[323]},{"name":"RPC_BHT_OBJECT_UUID_VALID","features":[323]},{"name":"RPC_BINDING_HANDLE_OPTIONS_FLAGS","features":[323]},{"name":"RPC_BINDING_HANDLE_OPTIONS_V1","features":[323]},{"name":"RPC_BINDING_HANDLE_SECURITY_V1_A","features":[358,323]},{"name":"RPC_BINDING_HANDLE_SECURITY_V1_W","features":[358,323]},{"name":"RPC_BINDING_HANDLE_TEMPLATE_V1_A","features":[323]},{"name":"RPC_BINDING_HANDLE_TEMPLATE_V1_W","features":[323]},{"name":"RPC_BINDING_VECTOR","features":[323]},{"name":"RPC_BLOCKING_FN","features":[323]},{"name":"RPC_BUFFER_ASYNC","features":[323]},{"name":"RPC_BUFFER_COMPLETE","features":[323]},{"name":"RPC_BUFFER_EXTRA","features":[323]},{"name":"RPC_BUFFER_NONOTIFY","features":[323]},{"name":"RPC_BUFFER_PARTIAL","features":[323]},{"name":"RPC_CALL_ATTRIBUTES_V1_A","features":[305,323]},{"name":"RPC_CALL_ATTRIBUTES_V1_W","features":[305,323]},{"name":"RPC_CALL_ATTRIBUTES_V2_A","features":[305,323]},{"name":"RPC_CALL_ATTRIBUTES_V2_W","features":[305,323]},{"name":"RPC_CALL_ATTRIBUTES_V3_A","features":[305,323]},{"name":"RPC_CALL_ATTRIBUTES_V3_W","features":[305,323]},{"name":"RPC_CALL_ATTRIBUTES_VERSION","features":[323]},{"name":"RPC_CALL_LOCAL_ADDRESS_V1","features":[323]},{"name":"RPC_CALL_STATUS_CANCELLED","features":[323]},{"name":"RPC_CALL_STATUS_DISCONNECTED","features":[323]},{"name":"RPC_CLIENT_ALLOC","features":[323]},{"name":"RPC_CLIENT_FREE","features":[323]},{"name":"RPC_CLIENT_INFORMATION1","features":[323]},{"name":"RPC_CLIENT_INTERFACE","features":[323]},{"name":"RPC_CONTEXT_HANDLE_DEFAULT_FLAGS","features":[323]},{"name":"RPC_CONTEXT_HANDLE_DONT_SERIALIZE","features":[323]},{"name":"RPC_CONTEXT_HANDLE_FLAGS","features":[323]},{"name":"RPC_CONTEXT_HANDLE_SERIALIZE","features":[323]},{"name":"RPC_C_AUTHN_CLOUD_AP","features":[323]},{"name":"RPC_C_AUTHN_DCE_PRIVATE","features":[323]},{"name":"RPC_C_AUTHN_DCE_PUBLIC","features":[323]},{"name":"RPC_C_AUTHN_DEC_PUBLIC","features":[323]},{"name":"RPC_C_AUTHN_DEFAULT","features":[323]},{"name":"RPC_C_AUTHN_DIGEST","features":[323]},{"name":"RPC_C_AUTHN_DPA","features":[323]},{"name":"RPC_C_AUTHN_GSS_KERBEROS","features":[323]},{"name":"RPC_C_AUTHN_GSS_NEGOTIATE","features":[323]},{"name":"RPC_C_AUTHN_GSS_SCHANNEL","features":[323]},{"name":"RPC_C_AUTHN_INFO_NONE","features":[323]},{"name":"RPC_C_AUTHN_INFO_TYPE","features":[323]},{"name":"RPC_C_AUTHN_INFO_TYPE_HTTP","features":[323]},{"name":"RPC_C_AUTHN_KERNEL","features":[323]},{"name":"RPC_C_AUTHN_LIVEXP_SSP","features":[323]},{"name":"RPC_C_AUTHN_LIVE_SSP","features":[323]},{"name":"RPC_C_AUTHN_MQ","features":[323]},{"name":"RPC_C_AUTHN_MSN","features":[323]},{"name":"RPC_C_AUTHN_MSONLINE","features":[323]},{"name":"RPC_C_AUTHN_NEGO_EXTENDER","features":[323]},{"name":"RPC_C_AUTHN_NONE","features":[323]},{"name":"RPC_C_AUTHN_PKU2U","features":[323]},{"name":"RPC_C_AUTHN_WINNT","features":[323]},{"name":"RPC_C_AUTHZ_DCE","features":[323]},{"name":"RPC_C_AUTHZ_DEFAULT","features":[323]},{"name":"RPC_C_AUTHZ_NAME","features":[323]},{"name":"RPC_C_AUTHZ_NONE","features":[323]},{"name":"RPC_C_BINDING_DEFAULT_TIMEOUT","features":[323]},{"name":"RPC_C_BINDING_INFINITE_TIMEOUT","features":[323]},{"name":"RPC_C_BINDING_MAX_TIMEOUT","features":[323]},{"name":"RPC_C_BINDING_MIN_TIMEOUT","features":[323]},{"name":"RPC_C_BIND_TO_ALL_NICS","features":[323]},{"name":"RPC_C_CANCEL_INFINITE_TIMEOUT","features":[323]},{"name":"RPC_C_DONT_FAIL","features":[323]},{"name":"RPC_C_EP_ALL_ELTS","features":[323]},{"name":"RPC_C_EP_MATCH_BY_BOTH","features":[323]},{"name":"RPC_C_EP_MATCH_BY_IF","features":[323]},{"name":"RPC_C_EP_MATCH_BY_OBJ","features":[323]},{"name":"RPC_C_FULL_CERT_CHAIN","features":[323]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_BASIC","features":[323]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_CERT","features":[323]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_DIGEST","features":[323]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_NEGOTIATE","features":[323]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_NTLM","features":[323]},{"name":"RPC_C_HTTP_AUTHN_SCHEME_PASSPORT","features":[323]},{"name":"RPC_C_HTTP_AUTHN_TARGET","features":[323]},{"name":"RPC_C_HTTP_AUTHN_TARGET_PROXY","features":[323]},{"name":"RPC_C_HTTP_AUTHN_TARGET_SERVER","features":[323]},{"name":"RPC_C_HTTP_FLAGS","features":[323]},{"name":"RPC_C_HTTP_FLAG_ENABLE_CERT_REVOCATION_CHECK","features":[323]},{"name":"RPC_C_HTTP_FLAG_IGNORE_CERT_CN_INVALID","features":[323]},{"name":"RPC_C_HTTP_FLAG_USE_FIRST_AUTH_SCHEME","features":[323]},{"name":"RPC_C_HTTP_FLAG_USE_SSL","features":[323]},{"name":"RPC_C_LISTEN_MAX_CALLS_DEFAULT","features":[323]},{"name":"RPC_C_MGMT_INQ_IF_IDS","features":[323]},{"name":"RPC_C_MGMT_INQ_PRINC_NAME","features":[323]},{"name":"RPC_C_MGMT_INQ_STATS","features":[323]},{"name":"RPC_C_MGMT_IS_SERVER_LISTEN","features":[323]},{"name":"RPC_C_MGMT_STOP_SERVER_LISTEN","features":[323]},{"name":"RPC_C_MQ_AUTHN_LEVEL_NONE","features":[323]},{"name":"RPC_C_MQ_AUTHN_LEVEL_PKT_INTEGRITY","features":[323]},{"name":"RPC_C_MQ_AUTHN_LEVEL_PKT_PRIVACY","features":[323]},{"name":"RPC_C_MQ_CLEAR_ON_OPEN","features":[323]},{"name":"RPC_C_MQ_EXPRESS","features":[323]},{"name":"RPC_C_MQ_JOURNAL_ALWAYS","features":[323]},{"name":"RPC_C_MQ_JOURNAL_DEADLETTER","features":[323]},{"name":"RPC_C_MQ_JOURNAL_NONE","features":[323]},{"name":"RPC_C_MQ_PERMANENT","features":[323]},{"name":"RPC_C_MQ_RECOVERABLE","features":[323]},{"name":"RPC_C_MQ_TEMPORARY","features":[323]},{"name":"RPC_C_MQ_USE_EXISTING_SECURITY","features":[323]},{"name":"RPC_C_NOTIFY_ON_SEND_COMPLETE","features":[323]},{"name":"RPC_C_NS_DEFAULT_EXP_AGE","features":[323]},{"name":"RPC_C_NS_SYNTAX_DCE","features":[323]},{"name":"RPC_C_NS_SYNTAX_DEFAULT","features":[323]},{"name":"RPC_C_OPT_ASYNC_BLOCK","features":[323]},{"name":"RPC_C_OPT_BINDING_NONCAUSAL","features":[323]},{"name":"RPC_C_OPT_CALL_TIMEOUT","features":[323]},{"name":"RPC_C_OPT_COOKIE_AUTH","features":[323]},{"name":"RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR","features":[323]},{"name":"RPC_C_OPT_DONT_LINGER","features":[323]},{"name":"RPC_C_OPT_MAX_OPTIONS","features":[323]},{"name":"RPC_C_OPT_MQ_ACKNOWLEDGE","features":[323]},{"name":"RPC_C_OPT_MQ_AUTHN_LEVEL","features":[323]},{"name":"RPC_C_OPT_MQ_AUTHN_SERVICE","features":[323]},{"name":"RPC_C_OPT_MQ_DELIVERY","features":[323]},{"name":"RPC_C_OPT_MQ_JOURNAL","features":[323]},{"name":"RPC_C_OPT_MQ_PRIORITY","features":[323]},{"name":"RPC_C_OPT_MQ_TIME_TO_BE_RECEIVED","features":[323]},{"name":"RPC_C_OPT_MQ_TIME_TO_REACH_QUEUE","features":[323]},{"name":"RPC_C_OPT_OPTIMIZE_TIME","features":[323]},{"name":"RPC_C_OPT_PRIVATE_BREAK_ON_SUSPEND","features":[323]},{"name":"RPC_C_OPT_PRIVATE_DO_NOT_DISTURB","features":[323]},{"name":"RPC_C_OPT_PRIVATE_SUPPRESS_WAKE","features":[323]},{"name":"RPC_C_OPT_RESOURCE_TYPE_UUID","features":[323]},{"name":"RPC_C_OPT_SECURITY_CALLBACK","features":[323]},{"name":"RPC_C_OPT_SESSION_ID","features":[323]},{"name":"RPC_C_OPT_TRANS_SEND_BUFFER_SIZE","features":[323]},{"name":"RPC_C_OPT_TRUST_PEER","features":[323]},{"name":"RPC_C_OPT_UNIQUE_BINDING","features":[323]},{"name":"RPC_C_PARM_BUFFER_LENGTH","features":[323]},{"name":"RPC_C_PARM_MAX_PACKET_LENGTH","features":[323]},{"name":"RPC_C_PROFILE_ALL_ELT","features":[323]},{"name":"RPC_C_PROFILE_ALL_ELTS","features":[323]},{"name":"RPC_C_PROFILE_DEFAULT_ELT","features":[323]},{"name":"RPC_C_PROFILE_MATCH_BY_BOTH","features":[323]},{"name":"RPC_C_PROFILE_MATCH_BY_IF","features":[323]},{"name":"RPC_C_PROFILE_MATCH_BY_MBR","features":[323]},{"name":"RPC_C_PROTSEQ_MAX_REQS_DEFAULT","features":[323]},{"name":"RPC_C_QOS_CAPABILITIES","features":[323]},{"name":"RPC_C_QOS_CAPABILITIES_ANY_AUTHORITY","features":[323]},{"name":"RPC_C_QOS_CAPABILITIES_DEFAULT","features":[323]},{"name":"RPC_C_QOS_CAPABILITIES_IGNORE_DELEGATE_FAILURE","features":[323]},{"name":"RPC_C_QOS_CAPABILITIES_LOCAL_MA_HINT","features":[323]},{"name":"RPC_C_QOS_CAPABILITIES_MAKE_FULLSIC","features":[323]},{"name":"RPC_C_QOS_CAPABILITIES_MUTUAL_AUTH","features":[323]},{"name":"RPC_C_QOS_CAPABILITIES_SCHANNEL_FULL_AUTH_IDENTITY","features":[323]},{"name":"RPC_C_QOS_IDENTITY","features":[323]},{"name":"RPC_C_QOS_IDENTITY_DYNAMIC","features":[323]},{"name":"RPC_C_QOS_IDENTITY_STATIC","features":[323]},{"name":"RPC_C_RPCHTTP_USE_LOAD_BALANCE","features":[323]},{"name":"RPC_C_SECURITY_QOS_VERSION","features":[323]},{"name":"RPC_C_SECURITY_QOS_VERSION_1","features":[323]},{"name":"RPC_C_SECURITY_QOS_VERSION_2","features":[323]},{"name":"RPC_C_SECURITY_QOS_VERSION_3","features":[323]},{"name":"RPC_C_SECURITY_QOS_VERSION_4","features":[323]},{"name":"RPC_C_SECURITY_QOS_VERSION_5","features":[323]},{"name":"RPC_C_STATS_CALLS_IN","features":[323]},{"name":"RPC_C_STATS_CALLS_OUT","features":[323]},{"name":"RPC_C_STATS_PKTS_IN","features":[323]},{"name":"RPC_C_STATS_PKTS_OUT","features":[323]},{"name":"RPC_C_TRY_ENFORCE_MAX_CALLS","features":[323]},{"name":"RPC_C_USE_INTERNET_PORT","features":[323]},{"name":"RPC_C_USE_INTRANET_PORT","features":[323]},{"name":"RPC_C_VERS_ALL","features":[323]},{"name":"RPC_C_VERS_COMPATIBLE","features":[323]},{"name":"RPC_C_VERS_EXACT","features":[323]},{"name":"RPC_C_VERS_MAJOR_ONLY","features":[323]},{"name":"RPC_C_VERS_UPTO","features":[323]},{"name":"RPC_DISPATCH_FUNCTION","features":[323]},{"name":"RPC_DISPATCH_TABLE","features":[323]},{"name":"RPC_EEINFO_VERSION","features":[323]},{"name":"RPC_EE_INFO_PARAM","features":[323]},{"name":"RPC_ENDPOINT_TEMPLATEA","features":[323]},{"name":"RPC_ENDPOINT_TEMPLATEW","features":[323]},{"name":"RPC_ERROR_ENUM_HANDLE","features":[323]},{"name":"RPC_EXTENDED_ERROR_INFO","features":[305,323]},{"name":"RPC_FLAGS_VALID_BIT","features":[323]},{"name":"RPC_FORWARD_FUNCTION","features":[323]},{"name":"RPC_FW_IF_FLAG_DCOM","features":[323]},{"name":"RPC_HTTP_PROXY_FREE_STRING","features":[323]},{"name":"RPC_HTTP_REDIRECTOR_STAGE","features":[323]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_A","features":[323]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A","features":[323]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V2_W","features":[323]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V3_A","features":[323]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W","features":[323]},{"name":"RPC_HTTP_TRANSPORT_CREDENTIALS_W","features":[323]},{"name":"RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH","features":[323]},{"name":"RPC_IF_ALLOW_LOCAL_ONLY","features":[323]},{"name":"RPC_IF_ALLOW_SECURE_ONLY","features":[323]},{"name":"RPC_IF_ALLOW_UNKNOWN_AUTHORITY","features":[323]},{"name":"RPC_IF_ASYNC_CALLBACK","features":[323]},{"name":"RPC_IF_AUTOLISTEN","features":[323]},{"name":"RPC_IF_CALLBACK_FN","features":[323]},{"name":"RPC_IF_ID","features":[323]},{"name":"RPC_IF_ID_VECTOR","features":[323]},{"name":"RPC_IF_OLE","features":[323]},{"name":"RPC_IF_SEC_CACHE_PER_PROC","features":[323]},{"name":"RPC_IF_SEC_NO_CACHE","features":[323]},{"name":"RPC_IMPORT_CONTEXT_P","features":[323]},{"name":"RPC_INTERFACE_GROUP_IDLE_CALLBACK_FN","features":[323]},{"name":"RPC_INTERFACE_HAS_PIPES","features":[323]},{"name":"RPC_INTERFACE_TEMPLATEA","features":[323]},{"name":"RPC_INTERFACE_TEMPLATEW","features":[323]},{"name":"RPC_MESSAGE","features":[323]},{"name":"RPC_MGMT_AUTHORIZATION_FN","features":[323]},{"name":"RPC_NCA_FLAGS_BROADCAST","features":[323]},{"name":"RPC_NCA_FLAGS_DEFAULT","features":[323]},{"name":"RPC_NCA_FLAGS_IDEMPOTENT","features":[323]},{"name":"RPC_NCA_FLAGS_MAYBE","features":[323]},{"name":"RPC_NEW_HTTP_PROXY_CHANNEL","features":[323]},{"name":"RPC_NOTIFICATIONS","features":[323]},{"name":"RPC_NOTIFICATION_TYPES","features":[323]},{"name":"RPC_OBJECT_INQ_FN","features":[323]},{"name":"RPC_POLICY","features":[323]},{"name":"RPC_PROTSEQ_ENDPOINT","features":[323]},{"name":"RPC_PROTSEQ_HTTP","features":[323]},{"name":"RPC_PROTSEQ_LRPC","features":[323]},{"name":"RPC_PROTSEQ_NMP","features":[323]},{"name":"RPC_PROTSEQ_TCP","features":[323]},{"name":"RPC_PROTSEQ_VECTORA","features":[323]},{"name":"RPC_PROTSEQ_VECTORW","features":[323]},{"name":"RPC_PROXY_CONNECTION_TYPE_IN_PROXY","features":[323]},{"name":"RPC_PROXY_CONNECTION_TYPE_OUT_PROXY","features":[323]},{"name":"RPC_P_ADDR_FORMAT_TCP_IPV4","features":[323]},{"name":"RPC_P_ADDR_FORMAT_TCP_IPV6","features":[323]},{"name":"RPC_QUERY_CALL_LOCAL_ADDRESS","features":[323]},{"name":"RPC_QUERY_CLIENT_ID","features":[323]},{"name":"RPC_QUERY_CLIENT_PID","features":[323]},{"name":"RPC_QUERY_CLIENT_PRINCIPAL_NAME","features":[323]},{"name":"RPC_QUERY_IS_CLIENT_LOCAL","features":[323]},{"name":"RPC_QUERY_NO_AUTH_REQUIRED","features":[323]},{"name":"RPC_QUERY_SERVER_PRINCIPAL_NAME","features":[323]},{"name":"RPC_SECURITY_CALLBACK_FN","features":[323]},{"name":"RPC_SECURITY_QOS","features":[358,323]},{"name":"RPC_SECURITY_QOS_V2_A","features":[358,323]},{"name":"RPC_SECURITY_QOS_V2_W","features":[358,323]},{"name":"RPC_SECURITY_QOS_V3_A","features":[358,323]},{"name":"RPC_SECURITY_QOS_V3_W","features":[358,323]},{"name":"RPC_SECURITY_QOS_V4_A","features":[358,323]},{"name":"RPC_SECURITY_QOS_V4_W","features":[358,323]},{"name":"RPC_SECURITY_QOS_V5_A","features":[358,323]},{"name":"RPC_SECURITY_QOS_V5_W","features":[358,323]},{"name":"RPC_SEC_CONTEXT_KEY_INFO","features":[323]},{"name":"RPC_SERVER_INTERFACE","features":[323]},{"name":"RPC_SETFILTER_FUNC","features":[323]},{"name":"RPC_STATS_VECTOR","features":[323]},{"name":"RPC_STATUS","features":[323]},{"name":"RPC_SYNTAX_IDENTIFIER","features":[323]},{"name":"RPC_SYSTEM_HANDLE_FREE_ALL","features":[323]},{"name":"RPC_SYSTEM_HANDLE_FREE_ERROR_ON_CLOSE","features":[323]},{"name":"RPC_SYSTEM_HANDLE_FREE_RETRIEVED","features":[323]},{"name":"RPC_SYSTEM_HANDLE_FREE_UNRETRIEVED","features":[323]},{"name":"RPC_S_ACCESS_DENIED","features":[323]},{"name":"RPC_S_ADDRESS_ERROR","features":[323]},{"name":"RPC_S_ALREADY_LISTENING","features":[323]},{"name":"RPC_S_ALREADY_REGISTERED","features":[323]},{"name":"RPC_S_ASYNC_CALL_PENDING","features":[323]},{"name":"RPC_S_BINDING_HAS_NO_AUTH","features":[323]},{"name":"RPC_S_BINDING_INCOMPLETE","features":[323]},{"name":"RPC_S_BUFFER_TOO_SMALL","features":[323]},{"name":"RPC_S_CALL_CANCELLED","features":[323]},{"name":"RPC_S_CALL_FAILED","features":[323]},{"name":"RPC_S_CALL_FAILED_DNE","features":[323]},{"name":"RPC_S_CALL_IN_PROGRESS","features":[323]},{"name":"RPC_S_CANNOT_SUPPORT","features":[323]},{"name":"RPC_S_CANT_CREATE_ENDPOINT","features":[323]},{"name":"RPC_S_COMM_FAILURE","features":[323]},{"name":"RPC_S_COOKIE_AUTH_FAILED","features":[323]},{"name":"RPC_S_DO_NOT_DISTURB","features":[323]},{"name":"RPC_S_DUPLICATE_ENDPOINT","features":[323]},{"name":"RPC_S_ENTRY_ALREADY_EXISTS","features":[323]},{"name":"RPC_S_ENTRY_NOT_FOUND","features":[323]},{"name":"RPC_S_ENTRY_TYPE_MISMATCH","features":[323]},{"name":"RPC_S_FP_DIV_ZERO","features":[323]},{"name":"RPC_S_FP_OVERFLOW","features":[323]},{"name":"RPC_S_FP_UNDERFLOW","features":[323]},{"name":"RPC_S_GROUP_MEMBER_NOT_FOUND","features":[323]},{"name":"RPC_S_GRP_ELT_NOT_ADDED","features":[323]},{"name":"RPC_S_GRP_ELT_NOT_REMOVED","features":[323]},{"name":"RPC_S_INCOMPLETE_NAME","features":[323]},{"name":"RPC_S_INTERFACE_NOT_EXPORTED","features":[323]},{"name":"RPC_S_INTERFACE_NOT_FOUND","features":[323]},{"name":"RPC_S_INTERNAL_ERROR","features":[323]},{"name":"RPC_S_INVALID_ARG","features":[323]},{"name":"RPC_S_INVALID_ASYNC_CALL","features":[323]},{"name":"RPC_S_INVALID_ASYNC_HANDLE","features":[323]},{"name":"RPC_S_INVALID_AUTH_IDENTITY","features":[323]},{"name":"RPC_S_INVALID_BINDING","features":[323]},{"name":"RPC_S_INVALID_BOUND","features":[323]},{"name":"RPC_S_INVALID_ENDPOINT_FORMAT","features":[323]},{"name":"RPC_S_INVALID_LEVEL","features":[323]},{"name":"RPC_S_INVALID_NAF_ID","features":[323]},{"name":"RPC_S_INVALID_NAME_SYNTAX","features":[323]},{"name":"RPC_S_INVALID_NETWORK_OPTIONS","features":[323]},{"name":"RPC_S_INVALID_NET_ADDR","features":[323]},{"name":"RPC_S_INVALID_OBJECT","features":[323]},{"name":"RPC_S_INVALID_RPC_PROTSEQ","features":[323]},{"name":"RPC_S_INVALID_SECURITY_DESC","features":[323]},{"name":"RPC_S_INVALID_STRING_BINDING","features":[323]},{"name":"RPC_S_INVALID_STRING_UUID","features":[323]},{"name":"RPC_S_INVALID_TAG","features":[323]},{"name":"RPC_S_INVALID_TIMEOUT","features":[323]},{"name":"RPC_S_INVALID_VERS_OPTION","features":[323]},{"name":"RPC_S_MAX_CALLS_TOO_SMALL","features":[323]},{"name":"RPC_S_NAME_SERVICE_UNAVAILABLE","features":[323]},{"name":"RPC_S_NOTHING_TO_EXPORT","features":[323]},{"name":"RPC_S_NOT_ALL_OBJS_EXPORTED","features":[323]},{"name":"RPC_S_NOT_ALL_OBJS_UNEXPORTED","features":[323]},{"name":"RPC_S_NOT_CANCELLED","features":[323]},{"name":"RPC_S_NOT_ENOUGH_QUOTA","features":[323]},{"name":"RPC_S_NOT_LISTENING","features":[323]},{"name":"RPC_S_NOT_RPC_ERROR","features":[323]},{"name":"RPC_S_NO_BINDINGS","features":[323]},{"name":"RPC_S_NO_CALL_ACTIVE","features":[323]},{"name":"RPC_S_NO_CONTEXT_AVAILABLE","features":[323]},{"name":"RPC_S_NO_ENDPOINT_FOUND","features":[323]},{"name":"RPC_S_NO_ENTRY_NAME","features":[323]},{"name":"RPC_S_NO_INTERFACES","features":[323]},{"name":"RPC_S_NO_MORE_BINDINGS","features":[323]},{"name":"RPC_S_NO_MORE_MEMBERS","features":[323]},{"name":"RPC_S_NO_PRINC_NAME","features":[323]},{"name":"RPC_S_NO_PROTSEQS","features":[323]},{"name":"RPC_S_NO_PROTSEQS_REGISTERED","features":[323]},{"name":"RPC_S_OBJECT_NOT_FOUND","features":[323]},{"name":"RPC_S_OK","features":[323]},{"name":"RPC_S_OUT_OF_MEMORY","features":[323]},{"name":"RPC_S_OUT_OF_RESOURCES","features":[323]},{"name":"RPC_S_OUT_OF_THREADS","features":[323]},{"name":"RPC_S_PRF_ELT_NOT_ADDED","features":[323]},{"name":"RPC_S_PRF_ELT_NOT_REMOVED","features":[323]},{"name":"RPC_S_PROCNUM_OUT_OF_RANGE","features":[323]},{"name":"RPC_S_PROFILE_NOT_ADDED","features":[323]},{"name":"RPC_S_PROTOCOL_ERROR","features":[323]},{"name":"RPC_S_PROTSEQ_NOT_FOUND","features":[323]},{"name":"RPC_S_PROTSEQ_NOT_SUPPORTED","features":[323]},{"name":"RPC_S_PROXY_ACCESS_DENIED","features":[323]},{"name":"RPC_S_RUNTIME_UNINITIALIZED","features":[323]},{"name":"RPC_S_SEC_PKG_ERROR","features":[323]},{"name":"RPC_S_SEND_INCOMPLETE","features":[323]},{"name":"RPC_S_SERVER_OUT_OF_MEMORY","features":[323]},{"name":"RPC_S_SERVER_TOO_BUSY","features":[323]},{"name":"RPC_S_SERVER_UNAVAILABLE","features":[323]},{"name":"RPC_S_STRING_TOO_LONG","features":[323]},{"name":"RPC_S_SYSTEM_HANDLE_COUNT_EXCEEDED","features":[323]},{"name":"RPC_S_SYSTEM_HANDLE_TYPE_MISMATCH","features":[323]},{"name":"RPC_S_TIMEOUT","features":[323]},{"name":"RPC_S_TYPE_ALREADY_REGISTERED","features":[323]},{"name":"RPC_S_UNKNOWN_AUTHN_LEVEL","features":[323]},{"name":"RPC_S_UNKNOWN_AUTHN_SERVICE","features":[323]},{"name":"RPC_S_UNKNOWN_AUTHN_TYPE","features":[323]},{"name":"RPC_S_UNKNOWN_AUTHZ_SERVICE","features":[323]},{"name":"RPC_S_UNKNOWN_IF","features":[323]},{"name":"RPC_S_UNKNOWN_MGR_TYPE","features":[323]},{"name":"RPC_S_UNKNOWN_PRINCIPAL","features":[323]},{"name":"RPC_S_UNSUPPORTED_AUTHN_LEVEL","features":[323]},{"name":"RPC_S_UNSUPPORTED_NAME_SYNTAX","features":[323]},{"name":"RPC_S_UNSUPPORTED_TRANS_SYN","features":[323]},{"name":"RPC_S_UNSUPPORTED_TYPE","features":[323]},{"name":"RPC_S_UUID_LOCAL_ONLY","features":[323]},{"name":"RPC_S_UUID_NO_ADDRESS","features":[323]},{"name":"RPC_S_WRONG_KIND_OF_BINDING","features":[323]},{"name":"RPC_S_ZERO_DIVIDE","features":[323]},{"name":"RPC_TRANSFER_SYNTAX","features":[323]},{"name":"RPC_TYPE_DISCONNECT_EVENT_CONTEXT_HANDLE","features":[323]},{"name":"RPC_TYPE_STRICT_CONTEXT_HANDLE","features":[323]},{"name":"RPC_VERSION","features":[323]},{"name":"RpcAsyncAbortCall","features":[305,311,323]},{"name":"RpcAsyncCancelCall","features":[305,311,323]},{"name":"RpcAsyncCompleteCall","features":[305,311,323]},{"name":"RpcAsyncGetCallStatus","features":[305,311,323]},{"name":"RpcAsyncInitializeHandle","features":[305,311,323]},{"name":"RpcAsyncRegisterInfo","features":[305,311,323]},{"name":"RpcAttemptedLbsDecisions","features":[323]},{"name":"RpcAttemptedLbsMessages","features":[323]},{"name":"RpcBackEndConnectionAttempts","features":[323]},{"name":"RpcBackEndConnectionFailed","features":[323]},{"name":"RpcBindingBind","features":[305,311,323]},{"name":"RpcBindingCopy","features":[323]},{"name":"RpcBindingCreateA","features":[358,323]},{"name":"RpcBindingCreateW","features":[358,323]},{"name":"RpcBindingFree","features":[323]},{"name":"RpcBindingFromStringBindingA","features":[323]},{"name":"RpcBindingFromStringBindingW","features":[323]},{"name":"RpcBindingInqAuthClientA","features":[323]},{"name":"RpcBindingInqAuthClientExA","features":[323]},{"name":"RpcBindingInqAuthClientExW","features":[323]},{"name":"RpcBindingInqAuthClientW","features":[323]},{"name":"RpcBindingInqAuthInfoA","features":[323]},{"name":"RpcBindingInqAuthInfoExA","features":[358,323]},{"name":"RpcBindingInqAuthInfoExW","features":[358,323]},{"name":"RpcBindingInqAuthInfoW","features":[323]},{"name":"RpcBindingInqMaxCalls","features":[323]},{"name":"RpcBindingInqObject","features":[323]},{"name":"RpcBindingInqOption","features":[323]},{"name":"RpcBindingReset","features":[323]},{"name":"RpcBindingServerFromClient","features":[323]},{"name":"RpcBindingSetAuthInfoA","features":[323]},{"name":"RpcBindingSetAuthInfoExA","features":[358,323]},{"name":"RpcBindingSetAuthInfoExW","features":[358,323]},{"name":"RpcBindingSetAuthInfoW","features":[323]},{"name":"RpcBindingSetObject","features":[323]},{"name":"RpcBindingSetOption","features":[323]},{"name":"RpcBindingToStringBindingA","features":[323]},{"name":"RpcBindingToStringBindingW","features":[323]},{"name":"RpcBindingUnbind","features":[323]},{"name":"RpcBindingVectorFree","features":[323]},{"name":"RpcCallClientLocality","features":[323]},{"name":"RpcCallComplete","features":[323]},{"name":"RpcCallType","features":[323]},{"name":"RpcCancelThread","features":[323]},{"name":"RpcCancelThreadEx","features":[323]},{"name":"RpcCertGeneratePrincipalNameA","features":[305,398,323]},{"name":"RpcCertGeneratePrincipalNameW","features":[305,398,323]},{"name":"RpcClientCancel","features":[323]},{"name":"RpcClientDisconnect","features":[323]},{"name":"RpcCurrentUniqueUser","features":[323]},{"name":"RpcEpRegisterA","features":[323]},{"name":"RpcEpRegisterNoReplaceA","features":[323]},{"name":"RpcEpRegisterNoReplaceW","features":[323]},{"name":"RpcEpRegisterW","features":[323]},{"name":"RpcEpResolveBinding","features":[323]},{"name":"RpcEpUnregister","features":[323]},{"name":"RpcErrorAddRecord","features":[305,323]},{"name":"RpcErrorClearInformation","features":[323]},{"name":"RpcErrorEndEnumeration","features":[323]},{"name":"RpcErrorGetNextRecord","features":[305,323]},{"name":"RpcErrorGetNumberOfRecords","features":[323]},{"name":"RpcErrorLoadErrorInfo","features":[323]},{"name":"RpcErrorResetEnumeration","features":[323]},{"name":"RpcErrorSaveErrorInfo","features":[323]},{"name":"RpcErrorStartEnumeration","features":[323]},{"name":"RpcExceptionFilter","features":[323]},{"name":"RpcFailedLbsDecisions","features":[323]},{"name":"RpcFailedLbsMessages","features":[323]},{"name":"RpcFreeAuthorizationContext","features":[323]},{"name":"RpcGetAuthorizationContextForClient","features":[305,323]},{"name":"RpcIfIdVectorFree","features":[323]},{"name":"RpcIfInqId","features":[323]},{"name":"RpcImpersonateClient","features":[323]},{"name":"RpcImpersonateClient2","features":[323]},{"name":"RpcImpersonateClientContainer","features":[323]},{"name":"RpcIncomingBandwidth","features":[323]},{"name":"RpcIncomingConnections","features":[323]},{"name":"RpcLastCounter","features":[323]},{"name":"RpcLocalAddressFormat","features":[323]},{"name":"RpcMgmtEnableIdleCleanup","features":[323]},{"name":"RpcMgmtEpEltInqBegin","features":[323]},{"name":"RpcMgmtEpEltInqDone","features":[323]},{"name":"RpcMgmtEpEltInqNextA","features":[323]},{"name":"RpcMgmtEpEltInqNextW","features":[323]},{"name":"RpcMgmtEpUnregister","features":[323]},{"name":"RpcMgmtInqComTimeout","features":[323]},{"name":"RpcMgmtInqDefaultProtectLevel","features":[323]},{"name":"RpcMgmtInqIfIds","features":[323]},{"name":"RpcMgmtInqServerPrincNameA","features":[323]},{"name":"RpcMgmtInqServerPrincNameW","features":[323]},{"name":"RpcMgmtInqStats","features":[323]},{"name":"RpcMgmtIsServerListening","features":[323]},{"name":"RpcMgmtSetAuthorizationFn","features":[323]},{"name":"RpcMgmtSetCancelTimeout","features":[323]},{"name":"RpcMgmtSetComTimeout","features":[323]},{"name":"RpcMgmtSetServerStackSize","features":[323]},{"name":"RpcMgmtStatsVectorFree","features":[323]},{"name":"RpcMgmtStopServerListening","features":[323]},{"name":"RpcMgmtWaitServerListen","features":[323]},{"name":"RpcNetworkInqProtseqsA","features":[323]},{"name":"RpcNetworkInqProtseqsW","features":[323]},{"name":"RpcNetworkIsProtseqValidA","features":[323]},{"name":"RpcNetworkIsProtseqValidW","features":[323]},{"name":"RpcNotificationCallCancel","features":[323]},{"name":"RpcNotificationCallNone","features":[323]},{"name":"RpcNotificationClientDisconnect","features":[323]},{"name":"RpcNotificationTypeApc","features":[323]},{"name":"RpcNotificationTypeCallback","features":[323]},{"name":"RpcNotificationTypeEvent","features":[323]},{"name":"RpcNotificationTypeHwnd","features":[323]},{"name":"RpcNotificationTypeIoc","features":[323]},{"name":"RpcNotificationTypeNone","features":[323]},{"name":"RpcNsBindingExportA","features":[323]},{"name":"RpcNsBindingExportPnPA","features":[323]},{"name":"RpcNsBindingExportPnPW","features":[323]},{"name":"RpcNsBindingExportW","features":[323]},{"name":"RpcNsBindingImportBeginA","features":[323]},{"name":"RpcNsBindingImportBeginW","features":[323]},{"name":"RpcNsBindingImportDone","features":[323]},{"name":"RpcNsBindingImportNext","features":[323]},{"name":"RpcNsBindingInqEntryNameA","features":[323]},{"name":"RpcNsBindingInqEntryNameW","features":[323]},{"name":"RpcNsBindingLookupBeginA","features":[323]},{"name":"RpcNsBindingLookupBeginW","features":[323]},{"name":"RpcNsBindingLookupDone","features":[323]},{"name":"RpcNsBindingLookupNext","features":[323]},{"name":"RpcNsBindingSelect","features":[323]},{"name":"RpcNsBindingUnexportA","features":[323]},{"name":"RpcNsBindingUnexportPnPA","features":[323]},{"name":"RpcNsBindingUnexportPnPW","features":[323]},{"name":"RpcNsBindingUnexportW","features":[323]},{"name":"RpcNsEntryExpandNameA","features":[323]},{"name":"RpcNsEntryExpandNameW","features":[323]},{"name":"RpcNsEntryObjectInqBeginA","features":[323]},{"name":"RpcNsEntryObjectInqBeginW","features":[323]},{"name":"RpcNsEntryObjectInqDone","features":[323]},{"name":"RpcNsEntryObjectInqNext","features":[323]},{"name":"RpcNsGroupDeleteA","features":[323]},{"name":"RpcNsGroupDeleteW","features":[323]},{"name":"RpcNsGroupMbrAddA","features":[323]},{"name":"RpcNsGroupMbrAddW","features":[323]},{"name":"RpcNsGroupMbrInqBeginA","features":[323]},{"name":"RpcNsGroupMbrInqBeginW","features":[323]},{"name":"RpcNsGroupMbrInqDone","features":[323]},{"name":"RpcNsGroupMbrInqNextA","features":[323]},{"name":"RpcNsGroupMbrInqNextW","features":[323]},{"name":"RpcNsGroupMbrRemoveA","features":[323]},{"name":"RpcNsGroupMbrRemoveW","features":[323]},{"name":"RpcNsMgmtBindingUnexportA","features":[323]},{"name":"RpcNsMgmtBindingUnexportW","features":[323]},{"name":"RpcNsMgmtEntryCreateA","features":[323]},{"name":"RpcNsMgmtEntryCreateW","features":[323]},{"name":"RpcNsMgmtEntryDeleteA","features":[323]},{"name":"RpcNsMgmtEntryDeleteW","features":[323]},{"name":"RpcNsMgmtEntryInqIfIdsA","features":[323]},{"name":"RpcNsMgmtEntryInqIfIdsW","features":[323]},{"name":"RpcNsMgmtHandleSetExpAge","features":[323]},{"name":"RpcNsMgmtInqExpAge","features":[323]},{"name":"RpcNsMgmtSetExpAge","features":[323]},{"name":"RpcNsProfileDeleteA","features":[323]},{"name":"RpcNsProfileDeleteW","features":[323]},{"name":"RpcNsProfileEltAddA","features":[323]},{"name":"RpcNsProfileEltAddW","features":[323]},{"name":"RpcNsProfileEltInqBeginA","features":[323]},{"name":"RpcNsProfileEltInqBeginW","features":[323]},{"name":"RpcNsProfileEltInqDone","features":[323]},{"name":"RpcNsProfileEltInqNextA","features":[323]},{"name":"RpcNsProfileEltInqNextW","features":[323]},{"name":"RpcNsProfileEltRemoveA","features":[323]},{"name":"RpcNsProfileEltRemoveW","features":[323]},{"name":"RpcObjectInqType","features":[323]},{"name":"RpcObjectSetInqFn","features":[323]},{"name":"RpcObjectSetType","features":[323]},{"name":"RpcOutgoingBandwidth","features":[323]},{"name":"RpcPerfCounters","features":[323]},{"name":"RpcProtseqVectorFreeA","features":[323]},{"name":"RpcProtseqVectorFreeW","features":[323]},{"name":"RpcRaiseException","features":[323]},{"name":"RpcReceiveComplete","features":[323]},{"name":"RpcRequestsPerSecond","features":[323]},{"name":"RpcRevertContainerImpersonation","features":[323]},{"name":"RpcRevertToSelf","features":[323]},{"name":"RpcRevertToSelfEx","features":[323]},{"name":"RpcSendComplete","features":[323]},{"name":"RpcServerCompleteSecurityCallback","features":[323]},{"name":"RpcServerInqBindingHandle","features":[323]},{"name":"RpcServerInqBindings","features":[323]},{"name":"RpcServerInqBindingsEx","features":[323]},{"name":"RpcServerInqCallAttributesA","features":[323]},{"name":"RpcServerInqCallAttributesW","features":[323]},{"name":"RpcServerInqDefaultPrincNameA","features":[323]},{"name":"RpcServerInqDefaultPrincNameW","features":[323]},{"name":"RpcServerInqIf","features":[323]},{"name":"RpcServerInterfaceGroupActivate","features":[323]},{"name":"RpcServerInterfaceGroupClose","features":[323]},{"name":"RpcServerInterfaceGroupCreateA","features":[323]},{"name":"RpcServerInterfaceGroupCreateW","features":[323]},{"name":"RpcServerInterfaceGroupDeactivate","features":[323]},{"name":"RpcServerInterfaceGroupInqBindings","features":[323]},{"name":"RpcServerListen","features":[323]},{"name":"RpcServerRegisterAuthInfoA","features":[323]},{"name":"RpcServerRegisterAuthInfoW","features":[323]},{"name":"RpcServerRegisterIf","features":[323]},{"name":"RpcServerRegisterIf2","features":[323]},{"name":"RpcServerRegisterIf3","features":[323]},{"name":"RpcServerRegisterIfEx","features":[323]},{"name":"RpcServerSubscribeForNotification","features":[305,311,323]},{"name":"RpcServerTestCancel","features":[323]},{"name":"RpcServerUnregisterIf","features":[323]},{"name":"RpcServerUnregisterIfEx","features":[323]},{"name":"RpcServerUnsubscribeForNotification","features":[323]},{"name":"RpcServerUseAllProtseqs","features":[323]},{"name":"RpcServerUseAllProtseqsEx","features":[323]},{"name":"RpcServerUseAllProtseqsIf","features":[323]},{"name":"RpcServerUseAllProtseqsIfEx","features":[323]},{"name":"RpcServerUseProtseqA","features":[323]},{"name":"RpcServerUseProtseqEpA","features":[323]},{"name":"RpcServerUseProtseqEpExA","features":[323]},{"name":"RpcServerUseProtseqEpExW","features":[323]},{"name":"RpcServerUseProtseqEpW","features":[323]},{"name":"RpcServerUseProtseqExA","features":[323]},{"name":"RpcServerUseProtseqExW","features":[323]},{"name":"RpcServerUseProtseqIfA","features":[323]},{"name":"RpcServerUseProtseqIfExA","features":[323]},{"name":"RpcServerUseProtseqIfExW","features":[323]},{"name":"RpcServerUseProtseqIfW","features":[323]},{"name":"RpcServerUseProtseqW","features":[323]},{"name":"RpcServerYield","features":[323]},{"name":"RpcSmAllocate","features":[323]},{"name":"RpcSmClientFree","features":[323]},{"name":"RpcSmDestroyClientContext","features":[323]},{"name":"RpcSmDisableAllocate","features":[323]},{"name":"RpcSmEnableAllocate","features":[323]},{"name":"RpcSmFree","features":[323]},{"name":"RpcSmGetThreadHandle","features":[323]},{"name":"RpcSmSetClientAllocFree","features":[323]},{"name":"RpcSmSetThreadHandle","features":[323]},{"name":"RpcSmSwapClientAllocFree","features":[323]},{"name":"RpcSsAllocate","features":[323]},{"name":"RpcSsContextLockExclusive","features":[323]},{"name":"RpcSsContextLockShared","features":[323]},{"name":"RpcSsDestroyClientContext","features":[323]},{"name":"RpcSsDisableAllocate","features":[323]},{"name":"RpcSsDontSerializeContext","features":[323]},{"name":"RpcSsEnableAllocate","features":[323]},{"name":"RpcSsFree","features":[323]},{"name":"RpcSsGetContextBinding","features":[323]},{"name":"RpcSsGetThreadHandle","features":[323]},{"name":"RpcSsSetClientAllocFree","features":[323]},{"name":"RpcSsSetThreadHandle","features":[323]},{"name":"RpcSsSwapClientAllocFree","features":[323]},{"name":"RpcStringBindingComposeA","features":[323]},{"name":"RpcStringBindingComposeW","features":[323]},{"name":"RpcStringBindingParseA","features":[323]},{"name":"RpcStringBindingParseW","features":[323]},{"name":"RpcStringFreeA","features":[323]},{"name":"RpcStringFreeW","features":[323]},{"name":"RpcTestCancel","features":[323]},{"name":"RpcUserFree","features":[323]},{"name":"SCONTEXT_QUEUE","features":[323]},{"name":"SEC_WINNT_AUTH_IDENTITY","features":[323]},{"name":"SEC_WINNT_AUTH_IDENTITY_A","features":[323]},{"name":"SEC_WINNT_AUTH_IDENTITY_ANSI","features":[323]},{"name":"SEC_WINNT_AUTH_IDENTITY_UNICODE","features":[323]},{"name":"SEC_WINNT_AUTH_IDENTITY_W","features":[323]},{"name":"SERVER_ROUTINE","features":[323]},{"name":"STUB_CALL_SERVER","features":[323]},{"name":"STUB_CALL_SERVER_NO_HRESULT","features":[323]},{"name":"STUB_MARSHAL","features":[323]},{"name":"STUB_PHASE","features":[323]},{"name":"STUB_THUNK","features":[358,323]},{"name":"STUB_UNMARSHAL","features":[323]},{"name":"SYSTEM_HANDLE_COMPOSITION_OBJECT","features":[323]},{"name":"SYSTEM_HANDLE_EVENT","features":[323]},{"name":"SYSTEM_HANDLE_FILE","features":[323]},{"name":"SYSTEM_HANDLE_INVALID","features":[323]},{"name":"SYSTEM_HANDLE_JOB","features":[323]},{"name":"SYSTEM_HANDLE_MAX","features":[323]},{"name":"SYSTEM_HANDLE_MUTEX","features":[323]},{"name":"SYSTEM_HANDLE_PIPE","features":[323]},{"name":"SYSTEM_HANDLE_PROCESS","features":[323]},{"name":"SYSTEM_HANDLE_REG_KEY","features":[323]},{"name":"SYSTEM_HANDLE_SECTION","features":[323]},{"name":"SYSTEM_HANDLE_SEMAPHORE","features":[323]},{"name":"SYSTEM_HANDLE_SOCKET","features":[323]},{"name":"SYSTEM_HANDLE_THREAD","features":[323]},{"name":"SYSTEM_HANDLE_TOKEN","features":[323]},{"name":"TARGET_IS_NT100_OR_LATER","features":[323]},{"name":"TARGET_IS_NT1012_OR_LATER","features":[323]},{"name":"TARGET_IS_NT102_OR_LATER","features":[323]},{"name":"TARGET_IS_NT351_OR_WIN95_OR_LATER","features":[323]},{"name":"TARGET_IS_NT40_OR_LATER","features":[323]},{"name":"TARGET_IS_NT50_OR_LATER","features":[323]},{"name":"TARGET_IS_NT51_OR_LATER","features":[323]},{"name":"TARGET_IS_NT60_OR_LATER","features":[323]},{"name":"TARGET_IS_NT61_OR_LATER","features":[323]},{"name":"TARGET_IS_NT62_OR_LATER","features":[323]},{"name":"TARGET_IS_NT63_OR_LATER","features":[323]},{"name":"TRANSPORT_TYPE_CN","features":[323]},{"name":"TRANSPORT_TYPE_DG","features":[323]},{"name":"TRANSPORT_TYPE_LPC","features":[323]},{"name":"TRANSPORT_TYPE_WMSG","features":[323]},{"name":"USER_CALL_IS_ASYNC","features":[323]},{"name":"USER_CALL_NEW_CORRELATION_DESC","features":[323]},{"name":"USER_MARSHAL_CB","features":[358,323]},{"name":"USER_MARSHAL_CB_BUFFER_SIZE","features":[323]},{"name":"USER_MARSHAL_CB_FREE","features":[323]},{"name":"USER_MARSHAL_CB_MARSHALL","features":[323]},{"name":"USER_MARSHAL_CB_TYPE","features":[323]},{"name":"USER_MARSHAL_CB_UNMARSHALL","features":[323]},{"name":"USER_MARSHAL_FC_BYTE","features":[323]},{"name":"USER_MARSHAL_FC_CHAR","features":[323]},{"name":"USER_MARSHAL_FC_DOUBLE","features":[323]},{"name":"USER_MARSHAL_FC_FLOAT","features":[323]},{"name":"USER_MARSHAL_FC_HYPER","features":[323]},{"name":"USER_MARSHAL_FC_LONG","features":[323]},{"name":"USER_MARSHAL_FC_SHORT","features":[323]},{"name":"USER_MARSHAL_FC_SMALL","features":[323]},{"name":"USER_MARSHAL_FC_ULONG","features":[323]},{"name":"USER_MARSHAL_FC_USHORT","features":[323]},{"name":"USER_MARSHAL_FC_USMALL","features":[323]},{"name":"USER_MARSHAL_FC_WCHAR","features":[323]},{"name":"USER_MARSHAL_FREEING_ROUTINE","features":[323]},{"name":"USER_MARSHAL_MARSHALLING_ROUTINE","features":[323]},{"name":"USER_MARSHAL_ROUTINE_QUADRUPLE","features":[323]},{"name":"USER_MARSHAL_SIZING_ROUTINE","features":[323]},{"name":"USER_MARSHAL_UNMARSHALLING_ROUTINE","features":[323]},{"name":"UUID_VECTOR","features":[323]},{"name":"UuidCompare","features":[323]},{"name":"UuidCreate","features":[323]},{"name":"UuidCreateNil","features":[323]},{"name":"UuidCreateSequential","features":[323]},{"name":"UuidEqual","features":[323]},{"name":"UuidFromStringA","features":[323]},{"name":"UuidFromStringW","features":[323]},{"name":"UuidHash","features":[323]},{"name":"UuidIsNil","features":[323]},{"name":"UuidToStringA","features":[323]},{"name":"UuidToStringW","features":[323]},{"name":"XLAT_CLIENT","features":[323]},{"name":"XLAT_SERVER","features":[323]},{"name":"XLAT_SIDE","features":[323]},{"name":"XMIT_HELPER_ROUTINE","features":[358,323]},{"name":"XMIT_ROUTINE_QUINTUPLE","features":[358,323]},{"name":"_NDR_PROC_CONTEXT","features":[323]},{"name":"__RPCPROXY_H_VERSION__","features":[323]},{"name":"cbNDRContext","features":[323]},{"name":"eeptAnsiString","features":[323]},{"name":"eeptBinary","features":[323]},{"name":"eeptLongVal","features":[323]},{"name":"eeptNone","features":[323]},{"name":"eeptPointerVal","features":[323]},{"name":"eeptShortVal","features":[323]},{"name":"eeptUnicodeString","features":[323]},{"name":"rcclClientUnknownLocality","features":[323]},{"name":"rcclInvalid","features":[323]},{"name":"rcclLocal","features":[323]},{"name":"rcclRemote","features":[323]},{"name":"rctGuaranteed","features":[323]},{"name":"rctInvalid","features":[323]},{"name":"rctNormal","features":[323]},{"name":"rctTraining","features":[323]},{"name":"rlafIPv4","features":[323]},{"name":"rlafIPv6","features":[323]},{"name":"rlafInvalid","features":[323]},{"name":"system_handle_t","features":[323]}],"611":[{"name":"ACCESS_MASKENUM","features":[590]},{"name":"AUTHENTICATION_INFO","features":[590]},{"name":"AUTH_TYPE","features":[590]},{"name":"BCP6xFILEFMT","features":[590]},{"name":"BCPABORT","features":[590]},{"name":"BCPBATCH","features":[590]},{"name":"BCPFILECP","features":[590]},{"name":"BCPFILECP_ACP","features":[590]},{"name":"BCPFILECP_OEMCP","features":[590]},{"name":"BCPFILECP_RAW","features":[590]},{"name":"BCPFILEFMT","features":[590]},{"name":"BCPFIRST","features":[590]},{"name":"BCPHINTS","features":[590]},{"name":"BCPHINTSA","features":[590]},{"name":"BCPHINTSW","features":[590]},{"name":"BCPKEEPIDENTITY","features":[590]},{"name":"BCPKEEPNULLS","features":[590]},{"name":"BCPLAST","features":[590]},{"name":"BCPMAXERRS","features":[590]},{"name":"BCPODBC","features":[590]},{"name":"BCPTEXTFILE","features":[590]},{"name":"BCPUNICODEFILE","features":[590]},{"name":"BCP_FMT_COLLATION","features":[590]},{"name":"BCP_FMT_COLLATION_ID","features":[590]},{"name":"BCP_FMT_DATA_LEN","features":[590]},{"name":"BCP_FMT_INDICATOR_LEN","features":[590]},{"name":"BCP_FMT_SERVER_COL","features":[590]},{"name":"BCP_FMT_TERMINATOR","features":[590]},{"name":"BCP_FMT_TYPE","features":[590]},{"name":"BIO_BINDER","features":[590]},{"name":"BMK_DURABILITY_INTRANSACTION","features":[590]},{"name":"BMK_DURABILITY_REORGANIZATION","features":[590]},{"name":"BMK_DURABILITY_ROWSET","features":[590]},{"name":"BMK_DURABILITY_XTRANSACTION","features":[590]},{"name":"BUCKETCATEGORIZE","features":[590]},{"name":"BUCKET_EXPONENTIAL","features":[590]},{"name":"BUCKET_LINEAR","features":[590]},{"name":"CASE_REQUIREMENT","features":[590]},{"name":"CASE_REQUIREMENT_ANY","features":[590]},{"name":"CASE_REQUIREMENT_UPPER_IF_AQS","features":[590]},{"name":"CATALOG_PAUSED_REASON_DELAYED_RECOVERY","features":[590]},{"name":"CATALOG_PAUSED_REASON_EXTERNAL","features":[590]},{"name":"CATALOG_PAUSED_REASON_HIGH_CPU","features":[590]},{"name":"CATALOG_PAUSED_REASON_HIGH_IO","features":[590]},{"name":"CATALOG_PAUSED_REASON_HIGH_NTF_RATE","features":[590]},{"name":"CATALOG_PAUSED_REASON_LOW_BATTERY","features":[590]},{"name":"CATALOG_PAUSED_REASON_LOW_DISK","features":[590]},{"name":"CATALOG_PAUSED_REASON_LOW_MEMORY","features":[590]},{"name":"CATALOG_PAUSED_REASON_NONE","features":[590]},{"name":"CATALOG_PAUSED_REASON_UPGRADING","features":[590]},{"name":"CATALOG_PAUSED_REASON_USER_ACTIVE","features":[590]},{"name":"CATALOG_STATUS_FULL_CRAWL","features":[590]},{"name":"CATALOG_STATUS_IDLE","features":[590]},{"name":"CATALOG_STATUS_INCREMENTAL_CRAWL","features":[590]},{"name":"CATALOG_STATUS_PAUSED","features":[590]},{"name":"CATALOG_STATUS_PROCESSING_NOTIFICATIONS","features":[590]},{"name":"CATALOG_STATUS_RECOVERING","features":[590]},{"name":"CATALOG_STATUS_SHUTTING_DOWN","features":[590]},{"name":"CATEGORIZATION","features":[305,518,392,590,360]},{"name":"CATEGORIZATIONSET","features":[305,518,392,590,360]},{"name":"CATEGORIZE_BUCKETS","features":[590]},{"name":"CATEGORIZE_CLUSTER","features":[590]},{"name":"CATEGORIZE_RANGE","features":[590]},{"name":"CATEGORIZE_UNIQUE","features":[590]},{"name":"CATEGORY_COLLATOR","features":[590]},{"name":"CATEGORY_GATHERER","features":[590]},{"name":"CATEGORY_INDEXER","features":[590]},{"name":"CATEGORY_SEARCH","features":[590]},{"name":"CDBBMKDISPIDS","features":[590]},{"name":"CDBCOLDISPIDS","features":[590]},{"name":"CDBSELFDISPIDS","features":[590]},{"name":"CERT_E_NOT_FOUND_OR_NO_PERMISSSION","features":[590]},{"name":"CHANNEL_AGENT_DYNAMIC_SCHEDULE","features":[590]},{"name":"CHANNEL_AGENT_FLAGS","features":[590]},{"name":"CHANNEL_AGENT_PRECACHE_ALL","features":[590]},{"name":"CHANNEL_AGENT_PRECACHE_SCRNSAVER","features":[590]},{"name":"CHANNEL_AGENT_PRECACHE_SOME","features":[590]},{"name":"CI_E_CORRUPT_FWIDX","features":[590]},{"name":"CI_E_DIACRITIC_SETTINGS_DIFFER","features":[590]},{"name":"CI_E_INCONSISTENT_TRANSACTION","features":[590]},{"name":"CI_E_INVALID_CATALOG_LIST_VERSION","features":[590]},{"name":"CI_E_MULTIPLE_PROTECTED_USERS_UNSUPPORTED","features":[590]},{"name":"CI_E_NO_AUXMETADATA","features":[590]},{"name":"CI_E_NO_CATALOG_MANAGER","features":[590]},{"name":"CI_E_NO_PROTECTED_USER","features":[590]},{"name":"CI_E_PROTECTED_CATALOG_NON_INTERACTIVE_USER","features":[590]},{"name":"CI_E_PROTECTED_CATALOG_NOT_AVAILABLE","features":[590]},{"name":"CI_E_PROTECTED_CATALOG_SID_MISMATCH","features":[590]},{"name":"CI_S_CATALOG_RESET","features":[590]},{"name":"CI_S_CLIENT_REQUESTED_ABORT","features":[590]},{"name":"CI_S_NEW_AUXMETADATA","features":[590]},{"name":"CI_S_RETRY_DOCUMENT","features":[590]},{"name":"CLSID_CISimpleCommandCreator","features":[590]},{"name":"CLSID_DataShapeProvider","features":[590]},{"name":"CLSID_MSDASQL","features":[590]},{"name":"CLSID_MSDASQL_ENUMERATOR","features":[590]},{"name":"CLSID_MSPersist","features":[590]},{"name":"CLSID_SQLOLEDB","features":[590]},{"name":"CLSID_SQLOLEDB_ENUMERATOR","features":[590]},{"name":"CLSID_SQLOLEDB_ERROR","features":[590]},{"name":"CLUSIONREASON_DEFAULT","features":[590]},{"name":"CLUSIONREASON_GROUPPOLICY","features":[590]},{"name":"CLUSIONREASON_UNKNOWNSCOPE","features":[590]},{"name":"CLUSIONREASON_USER","features":[590]},{"name":"CLUSION_REASON","features":[590]},{"name":"CMDLINE_E_ALREADY_INIT","features":[590]},{"name":"CMDLINE_E_NOT_INIT","features":[590]},{"name":"CMDLINE_E_NUM_PARAMS","features":[590]},{"name":"CMDLINE_E_PARAM_SIZE","features":[590]},{"name":"CMDLINE_E_PAREN","features":[590]},{"name":"CMDLINE_E_UNEXPECTED","features":[590]},{"name":"CM_E_CONNECTIONTIMEOUT","features":[590]},{"name":"CM_E_DATASOURCENOTAVAILABLE","features":[590]},{"name":"CM_E_INSUFFICIENTBUFFER","features":[590]},{"name":"CM_E_INVALIDDATASOURCE","features":[590]},{"name":"CM_E_NOQUERYCONNECTIONS","features":[590]},{"name":"CM_E_REGISTRY","features":[590]},{"name":"CM_E_SERVERNOTFOUND","features":[590]},{"name":"CM_E_TIMEOUT","features":[590]},{"name":"CM_E_TOOMANYDATASERVERS","features":[590]},{"name":"CM_E_TOOMANYDATASOURCES","features":[590]},{"name":"CM_S_NODATASERVERS","features":[590]},{"name":"COLL_E_BADRESULT","features":[590]},{"name":"COLL_E_BADSEQUENCE","features":[590]},{"name":"COLL_E_BUFFERTOOSMALL","features":[590]},{"name":"COLL_E_DUPLICATEDBID","features":[590]},{"name":"COLL_E_INCOMPATIBLECOLUMNS","features":[590]},{"name":"COLL_E_MAXCONNEXCEEDED","features":[590]},{"name":"COLL_E_NODEFAULTCATALOG","features":[590]},{"name":"COLL_E_NOMOREDATA","features":[590]},{"name":"COLL_E_NOSORTCOLUMN","features":[590]},{"name":"COLL_E_TOOMANYMERGECOLUMNS","features":[590]},{"name":"COLUMNSET","features":[518,392,590]},{"name":"CONDITION_CREATION_DEFAULT","features":[590]},{"name":"CONDITION_CREATION_NONE","features":[590]},{"name":"CONDITION_CREATION_OPTIONS","features":[590]},{"name":"CONDITION_CREATION_SIMPLIFY","features":[590]},{"name":"CONDITION_CREATION_USE_CONTENT_LOCALE","features":[590]},{"name":"CONDITION_CREATION_VECTOR_AND","features":[590]},{"name":"CONDITION_CREATION_VECTOR_LEAF","features":[590]},{"name":"CONDITION_CREATION_VECTOR_OR","features":[590]},{"name":"CONTENTRESTRICTION","features":[518,392,590]},{"name":"CONTENT_SOURCE_E_CONTENT_CLASS_READ","features":[590]},{"name":"CONTENT_SOURCE_E_CONTENT_SOURCE_COLUMN_TYPE","features":[590]},{"name":"CONTENT_SOURCE_E_NULL_CONTENT_CLASS_BSTR","features":[590]},{"name":"CONTENT_SOURCE_E_NULL_URI","features":[590]},{"name":"CONTENT_SOURCE_E_OUT_OF_RANGE","features":[590]},{"name":"CONTENT_SOURCE_E_PROPERTY_MAPPING_BAD_VECTOR_SIZE","features":[590]},{"name":"CONTENT_SOURCE_E_PROPERTY_MAPPING_READ","features":[590]},{"name":"CONTENT_SOURCE_E_UNEXPECTED_EXCEPTION","features":[590]},{"name":"CONTENT_SOURCE_E_UNEXPECTED_NULL_POINTER","features":[590]},{"name":"CQUERYDISPIDS","features":[590]},{"name":"CQUERYMETADISPIDS","features":[590]},{"name":"CQUERYPROPERTY","features":[590]},{"name":"CREATESUBSCRIPTIONFLAGS","features":[590]},{"name":"CREATESUBS_ADDTOFAVORITES","features":[590]},{"name":"CREATESUBS_FROMFAVORITES","features":[590]},{"name":"CREATESUBS_NOSAVE","features":[590]},{"name":"CREATESUBS_NOUI","features":[590]},{"name":"CREATESUBS_SOFTWAREUPDATE","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_ASSERTIONS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_CATALOGS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_CHARACTER_SETS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_CHECK_CONSTRAINTS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_CHECK_CONSTRAINTS_BY_TABLE","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_COLLATIONS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMNS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMN_DOMAIN_USAGE","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_COLUMN_PRIVILEGES","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_CONSTRAINT_COLUMN_USAGE","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_CONSTRAINT_TABLE_USAGE","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_FOREIGN_KEYS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_INDEXES","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_KEY_COLUMN_USAGE","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_LINKEDSERVERS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_OBJECTS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_OBJECT_ACTIONS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_PRIMARY_KEYS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURES","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURE_COLUMNS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_PROCEDURE_PARAMETERS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_PROVIDER_TYPES","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_REFERENTIAL_CONSTRAINTS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_SCHEMATA","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_SQL_LANGUAGES","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_STATISTICS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLES","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLES_INFO","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_CONSTRAINTS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_PRIVILEGES","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_TABLE_STATISTICS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_TRANSLATIONS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_TRUSTEE","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_USAGE_PRIVILEGES","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEWS","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEW_COLUMN_USAGE","features":[590]},{"name":"CRESTRICTIONS_DBSCHEMA_VIEW_TABLE_USAGE","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_ACTIONS","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_COMMANDS","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_CUBES","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_DIMENSIONS","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_FUNCTIONS","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_HIERARCHIES","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_LEVELS","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_MEASURES","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_MEMBERS","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_PROPERTIES","features":[590]},{"name":"CRESTRICTIONS_MDSCHEMA_SETS","features":[590]},{"name":"CSTORAGEPROPERTY","features":[590]},{"name":"CSearchLanguageSupport","features":[590]},{"name":"CSearchManager","features":[590]},{"name":"CSearchRoot","features":[590]},{"name":"CSearchScopeRule","features":[590]},{"name":"CatalogPausedReason","features":[590]},{"name":"CatalogStatus","features":[590]},{"name":"CompoundCondition","features":[590]},{"name":"ConditionFactory","features":[590]},{"name":"DATE_STRUCT","features":[590]},{"name":"DBACCESSORFLAGSENUM","features":[590]},{"name":"DBACCESSOR_INHERITED","features":[590]},{"name":"DBACCESSOR_INVALID","features":[590]},{"name":"DBACCESSOR_OPTIMIZED","features":[590]},{"name":"DBACCESSOR_PARAMETERDATA","features":[590]},{"name":"DBACCESSOR_PASSBYREF","features":[590]},{"name":"DBACCESSOR_ROWDATA","features":[590]},{"name":"DBASYNCHOPENUM","features":[590]},{"name":"DBASYNCHOP_OPEN","features":[590]},{"name":"DBASYNCHPHASEENUM","features":[590]},{"name":"DBASYNCHPHASE_CANCELED","features":[590]},{"name":"DBASYNCHPHASE_COMPLETE","features":[590]},{"name":"DBASYNCHPHASE_INITIALIZATION","features":[590]},{"name":"DBASYNCHPHASE_POPULATION","features":[590]},{"name":"DBBINDEXT","features":[590]},{"name":"DBBINDEXT","features":[590]},{"name":"DBBINDFLAGENUM","features":[590]},{"name":"DBBINDFLAG_HTML","features":[590]},{"name":"DBBINDING","features":[358,590]},{"name":"DBBINDING","features":[358,590]},{"name":"DBBINDSTATUSENUM","features":[590]},{"name":"DBBINDSTATUS_BADBINDINFO","features":[590]},{"name":"DBBINDSTATUS_BADORDINAL","features":[590]},{"name":"DBBINDSTATUS_BADSTORAGEFLAGS","features":[590]},{"name":"DBBINDSTATUS_MULTIPLESTORAGE","features":[590]},{"name":"DBBINDSTATUS_NOINTERFACE","features":[590]},{"name":"DBBINDSTATUS_OK","features":[590]},{"name":"DBBINDSTATUS_UNSUPPORTEDCONVERSION","features":[590]},{"name":"DBBINDURLFLAGENUM","features":[590]},{"name":"DBBINDURLFLAG_ASYNCHRONOUS","features":[590]},{"name":"DBBINDURLFLAG_COLLECTION","features":[590]},{"name":"DBBINDURLFLAG_DELAYFETCHCOLUMNS","features":[590]},{"name":"DBBINDURLFLAG_DELAYFETCHSTREAM","features":[590]},{"name":"DBBINDURLFLAG_ISSTRUCTUREDDOCUMENT","features":[590]},{"name":"DBBINDURLFLAG_OPENIFEXISTS","features":[590]},{"name":"DBBINDURLFLAG_OUTPUT","features":[590]},{"name":"DBBINDURLFLAG_OVERWRITE","features":[590]},{"name":"DBBINDURLFLAG_READ","features":[590]},{"name":"DBBINDURLFLAG_READWRITE","features":[590]},{"name":"DBBINDURLFLAG_RECURSIVE","features":[590]},{"name":"DBBINDURLFLAG_SHARE_DENY_NONE","features":[590]},{"name":"DBBINDURLFLAG_SHARE_DENY_READ","features":[590]},{"name":"DBBINDURLFLAG_SHARE_DENY_WRITE","features":[590]},{"name":"DBBINDURLFLAG_SHARE_EXCLUSIVE","features":[590]},{"name":"DBBINDURLFLAG_WAITFORINIT","features":[590]},{"name":"DBBINDURLFLAG_WRITE","features":[590]},{"name":"DBBINDURLSTATUSENUM","features":[590]},{"name":"DBBINDURLSTATUS_S_DENYNOTSUPPORTED","features":[590]},{"name":"DBBINDURLSTATUS_S_DENYTYPENOTSUPPORTED","features":[590]},{"name":"DBBINDURLSTATUS_S_OK","features":[590]},{"name":"DBBINDURLSTATUS_S_REDIRECTED","features":[590]},{"name":"DBBMKGUID","features":[590]},{"name":"DBBMK_FIRST","features":[590]},{"name":"DBBMK_INVALID","features":[590]},{"name":"DBBMK_LAST","features":[590]},{"name":"DBBOOKMARK","features":[590]},{"name":"DBCIDGUID","features":[590]},{"name":"DBCOLUMNACCESS","features":[518,590]},{"name":"DBCOLUMNACCESS","features":[518,590]},{"name":"DBCOLUMNDESC","features":[305,518,358,359,590,360]},{"name":"DBCOLUMNDESC","features":[305,518,358,359,590,360]},{"name":"DBCOLUMNDESCFLAGSENUM","features":[590]},{"name":"DBCOLUMNDESCFLAGS_CLSID","features":[590]},{"name":"DBCOLUMNDESCFLAGS_COLSIZE","features":[590]},{"name":"DBCOLUMNDESCFLAGS_DBCID","features":[590]},{"name":"DBCOLUMNDESCFLAGS_ITYPEINFO","features":[590]},{"name":"DBCOLUMNDESCFLAGS_PRECISION","features":[590]},{"name":"DBCOLUMNDESCFLAGS_PROPERTIES","features":[590]},{"name":"DBCOLUMNDESCFLAGS_SCALE","features":[590]},{"name":"DBCOLUMNDESCFLAGS_TYPENAME","features":[590]},{"name":"DBCOLUMNDESCFLAGS_WTYPE","features":[590]},{"name":"DBCOLUMNFLAGS15ENUM","features":[590]},{"name":"DBCOLUMNFLAGSDEPRECATED","features":[590]},{"name":"DBCOLUMNFLAGSENUM","features":[590]},{"name":"DBCOLUMNFLAGSENUM20","features":[590]},{"name":"DBCOLUMNFLAGSENUM21","features":[590]},{"name":"DBCOLUMNFLAGSENUM26","features":[590]},{"name":"DBCOLUMNFLAGS_CACHEDEFERRED","features":[590]},{"name":"DBCOLUMNFLAGS_ISBOOKMARK","features":[590]},{"name":"DBCOLUMNFLAGS_ISCHAPTER","features":[590]},{"name":"DBCOLUMNFLAGS_ISCOLLECTION","features":[590]},{"name":"DBCOLUMNFLAGS_ISDEFAULTSTREAM","features":[590]},{"name":"DBCOLUMNFLAGS_ISFIXEDLENGTH","features":[590]},{"name":"DBCOLUMNFLAGS_ISLONG","features":[590]},{"name":"DBCOLUMNFLAGS_ISNULLABLE","features":[590]},{"name":"DBCOLUMNFLAGS_ISROW","features":[590]},{"name":"DBCOLUMNFLAGS_ISROWID","features":[590]},{"name":"DBCOLUMNFLAGS_ISROWSET","features":[590]},{"name":"DBCOLUMNFLAGS_ISROWURL","features":[590]},{"name":"DBCOLUMNFLAGS_ISROWVER","features":[590]},{"name":"DBCOLUMNFLAGS_ISSTREAM","features":[590]},{"name":"DBCOLUMNFLAGS_KEYCOLUMN","features":[590]},{"name":"DBCOLUMNFLAGS_MAYBENULL","features":[590]},{"name":"DBCOLUMNFLAGS_MAYDEFER","features":[590]},{"name":"DBCOLUMNFLAGS_RESERVED","features":[590]},{"name":"DBCOLUMNFLAGS_ROWSPECIFICCOLUMN","features":[590]},{"name":"DBCOLUMNFLAGS_SCALEISNEGATIVE","features":[590]},{"name":"DBCOLUMNFLAGS_WRITE","features":[590]},{"name":"DBCOLUMNFLAGS_WRITEUNKNOWN","features":[590]},{"name":"DBCOLUMNINFO","features":[518,358,590]},{"name":"DBCOLUMNINFO","features":[518,358,590]},{"name":"DBCOMMANDPERSISTFLAGENUM","features":[590]},{"name":"DBCOMMANDPERSISTFLAGENUM21","features":[590]},{"name":"DBCOMMANDPERSISTFLAG_DEFAULT","features":[590]},{"name":"DBCOMMANDPERSISTFLAG_NOSAVE","features":[590]},{"name":"DBCOMMANDPERSISTFLAG_PERSISTPROCEDURE","features":[590]},{"name":"DBCOMMANDPERSISTFLAG_PERSISTVIEW","features":[590]},{"name":"DBCOMPAREENUM","features":[590]},{"name":"DBCOMPAREOPSENUM","features":[590]},{"name":"DBCOMPAREOPSENUM20","features":[590]},{"name":"DBCOMPAREOPS_BEGINSWITH","features":[590]},{"name":"DBCOMPAREOPS_CASEINSENSITIVE","features":[590]},{"name":"DBCOMPAREOPS_CASESENSITIVE","features":[590]},{"name":"DBCOMPAREOPS_CONTAINS","features":[590]},{"name":"DBCOMPAREOPS_EQ","features":[590]},{"name":"DBCOMPAREOPS_GE","features":[590]},{"name":"DBCOMPAREOPS_GT","features":[590]},{"name":"DBCOMPAREOPS_IGNORE","features":[590]},{"name":"DBCOMPAREOPS_LE","features":[590]},{"name":"DBCOMPAREOPS_LT","features":[590]},{"name":"DBCOMPAREOPS_NE","features":[590]},{"name":"DBCOMPAREOPS_NOTBEGINSWITH","features":[590]},{"name":"DBCOMPAREOPS_NOTCONTAINS","features":[590]},{"name":"DBCOMPARE_EQ","features":[590]},{"name":"DBCOMPARE_GT","features":[590]},{"name":"DBCOMPARE_LT","features":[590]},{"name":"DBCOMPARE_NE","features":[590]},{"name":"DBCOMPARE_NOTCOMPARABLE","features":[590]},{"name":"DBCOMPUTEMODE_COMPUTED","features":[590]},{"name":"DBCOMPUTEMODE_DYNAMIC","features":[590]},{"name":"DBCOMPUTEMODE_NOTCOMPUTED","features":[590]},{"name":"DBCONSTRAINTDESC","features":[305,518,358,359,590,360]},{"name":"DBCONSTRAINTDESC","features":[305,518,358,359,590,360]},{"name":"DBCONSTRAINTTYPEENUM","features":[590]},{"name":"DBCONSTRAINTTYPE_CHECK","features":[590]},{"name":"DBCONSTRAINTTYPE_FOREIGNKEY","features":[590]},{"name":"DBCONSTRAINTTYPE_PRIMARYKEY","features":[590]},{"name":"DBCONSTRAINTTYPE_UNIQUE","features":[590]},{"name":"DBCONVERTFLAGSENUM","features":[590]},{"name":"DBCONVERTFLAGSENUM20","features":[590]},{"name":"DBCONVERTFLAGS_COLUMN","features":[590]},{"name":"DBCONVERTFLAGS_FROMVARIANT","features":[590]},{"name":"DBCONVERTFLAGS_ISFIXEDLENGTH","features":[590]},{"name":"DBCONVERTFLAGS_ISLONG","features":[590]},{"name":"DBCONVERTFLAGS_PARAMETER","features":[590]},{"name":"DBCOPYFLAGSENUM","features":[590]},{"name":"DBCOPY_ALLOW_EMULATION","features":[590]},{"name":"DBCOPY_ASYNC","features":[590]},{"name":"DBCOPY_ATOMIC","features":[590]},{"name":"DBCOPY_NON_RECURSIVE","features":[590]},{"name":"DBCOPY_REPLACE_EXISTING","features":[590]},{"name":"DBCOST","features":[590]},{"name":"DBCOST","features":[590]},{"name":"DBCOSTUNITENUM","features":[590]},{"name":"DBDATACONVERTENUM","features":[590]},{"name":"DBDATACONVERT_DECIMALSCALE","features":[590]},{"name":"DBDATACONVERT_DEFAULT","features":[590]},{"name":"DBDATACONVERT_DSTISFIXEDLENGTH","features":[590]},{"name":"DBDATACONVERT_LENGTHFROMNTS","features":[590]},{"name":"DBDATACONVERT_SETDATABEHAVIOR","features":[590]},{"name":"DBDATE","features":[590]},{"name":"DBDATETIM4","features":[590]},{"name":"DBDATETIME","features":[590]},{"name":"DBDEFERRABILITYENUM","features":[590]},{"name":"DBDEFERRABILITY_DEFERRABLE","features":[590]},{"name":"DBDEFERRABILITY_DEFERRED","features":[590]},{"name":"DBDELETEFLAGSENUM","features":[590]},{"name":"DBDELETE_ASYNC","features":[590]},{"name":"DBDELETE_ATOMIC","features":[590]},{"name":"DBEVENTPHASEENUM","features":[590]},{"name":"DBEVENTPHASE_ABOUTTODO","features":[590]},{"name":"DBEVENTPHASE_DIDEVENT","features":[590]},{"name":"DBEVENTPHASE_FAILEDTODO","features":[590]},{"name":"DBEVENTPHASE_OKTODO","features":[590]},{"name":"DBEVENTPHASE_SYNCHAFTER","features":[590]},{"name":"DBEXECLIMITSENUM","features":[590]},{"name":"DBEXECLIMITS_ABORT","features":[590]},{"name":"DBEXECLIMITS_STOP","features":[590]},{"name":"DBEXECLIMITS_SUSPEND","features":[590]},{"name":"DBFAILUREINFO","features":[590]},{"name":"DBFAILUREINFO","features":[590]},{"name":"DBGUID_MSSQLXML","features":[590]},{"name":"DBGUID_ROWDEFAULTSTREAM","features":[590]},{"name":"DBGUID_ROWURL","features":[590]},{"name":"DBGUID_XPATH","features":[590]},{"name":"DBIMPLICITSESSION","features":[590]},{"name":"DBIMPLICITSESSION","features":[590]},{"name":"DBINDEXCOLUMNDESC","features":[518,590]},{"name":"DBINDEXCOLUMNDESC","features":[518,590]},{"name":"DBINDEX_COL_ORDERENUM","features":[590]},{"name":"DBINDEX_COL_ORDER_ASC","features":[590]},{"name":"DBINDEX_COL_ORDER_DESC","features":[590]},{"name":"DBLITERALENUM","features":[590]},{"name":"DBLITERALENUM20","features":[590]},{"name":"DBLITERALENUM21","features":[590]},{"name":"DBLITERALINFO","features":[305,590]},{"name":"DBLITERALINFO","features":[305,590]},{"name":"DBLITERAL_BINARY_LITERAL","features":[590]},{"name":"DBLITERAL_CATALOG_NAME","features":[590]},{"name":"DBLITERAL_CATALOG_SEPARATOR","features":[590]},{"name":"DBLITERAL_CHAR_LITERAL","features":[590]},{"name":"DBLITERAL_COLUMN_ALIAS","features":[590]},{"name":"DBLITERAL_COLUMN_NAME","features":[590]},{"name":"DBLITERAL_CORRELATION_NAME","features":[590]},{"name":"DBLITERAL_CUBE_NAME","features":[590]},{"name":"DBLITERAL_CURSOR_NAME","features":[590]},{"name":"DBLITERAL_DIMENSION_NAME","features":[590]},{"name":"DBLITERAL_ESCAPE_PERCENT","features":[590]},{"name":"DBLITERAL_ESCAPE_PERCENT_SUFFIX","features":[590]},{"name":"DBLITERAL_ESCAPE_UNDERSCORE","features":[590]},{"name":"DBLITERAL_ESCAPE_UNDERSCORE_SUFFIX","features":[590]},{"name":"DBLITERAL_HIERARCHY_NAME","features":[590]},{"name":"DBLITERAL_INDEX_NAME","features":[590]},{"name":"DBLITERAL_INVALID","features":[590]},{"name":"DBLITERAL_LEVEL_NAME","features":[590]},{"name":"DBLITERAL_LIKE_PERCENT","features":[590]},{"name":"DBLITERAL_LIKE_UNDERSCORE","features":[590]},{"name":"DBLITERAL_MEMBER_NAME","features":[590]},{"name":"DBLITERAL_PROCEDURE_NAME","features":[590]},{"name":"DBLITERAL_PROPERTY_NAME","features":[590]},{"name":"DBLITERAL_QUOTE","features":[590]},{"name":"DBLITERAL_QUOTE_SUFFIX","features":[590]},{"name":"DBLITERAL_SCHEMA_NAME","features":[590]},{"name":"DBLITERAL_SCHEMA_SEPARATOR","features":[590]},{"name":"DBLITERAL_TABLE_NAME","features":[590]},{"name":"DBLITERAL_TEXT_COMMAND","features":[590]},{"name":"DBLITERAL_USER_NAME","features":[590]},{"name":"DBLITERAL_VIEW_NAME","features":[590]},{"name":"DBMATCHTYPEENUM","features":[590]},{"name":"DBMATCHTYPE_FULL","features":[590]},{"name":"DBMATCHTYPE_NONE","features":[590]},{"name":"DBMATCHTYPE_PARTIAL","features":[590]},{"name":"DBMAXCHAR","features":[590]},{"name":"DBMEMOWNERENUM","features":[590]},{"name":"DBMEMOWNER_CLIENTOWNED","features":[590]},{"name":"DBMEMOWNER_PROVIDEROWNED","features":[590]},{"name":"DBMONEY","features":[590]},{"name":"DBMOVEFLAGSENUM","features":[590]},{"name":"DBMOVE_ALLOW_EMULATION","features":[590]},{"name":"DBMOVE_ASYNC","features":[590]},{"name":"DBMOVE_ATOMIC","features":[590]},{"name":"DBMOVE_DONT_UPDATE_LINKS","features":[590]},{"name":"DBMOVE_REPLACE_EXISTING","features":[590]},{"name":"DBOBJECT","features":[590]},{"name":"DBOBJECT","features":[590]},{"name":"DBPARAMBINDINFO","features":[590]},{"name":"DBPARAMBINDINFO","features":[590]},{"name":"DBPARAMFLAGSENUM","features":[590]},{"name":"DBPARAMFLAGSENUM20","features":[590]},{"name":"DBPARAMFLAGS_ISINPUT","features":[590]},{"name":"DBPARAMFLAGS_ISLONG","features":[590]},{"name":"DBPARAMFLAGS_ISNULLABLE","features":[590]},{"name":"DBPARAMFLAGS_ISOUTPUT","features":[590]},{"name":"DBPARAMFLAGS_ISSIGNED","features":[590]},{"name":"DBPARAMFLAGS_SCALEISNEGATIVE","features":[590]},{"name":"DBPARAMINFO","features":[358,590]},{"name":"DBPARAMINFO","features":[358,590]},{"name":"DBPARAMIOENUM","features":[590]},{"name":"DBPARAMIO_INPUT","features":[590]},{"name":"DBPARAMIO_NOTPARAM","features":[590]},{"name":"DBPARAMIO_OUTPUT","features":[590]},{"name":"DBPARAMS","features":[590]},{"name":"DBPARAMS","features":[590]},{"name":"DBPARAMTYPE_INPUT","features":[590]},{"name":"DBPARAMTYPE_INPUTOUTPUT","features":[590]},{"name":"DBPARAMTYPE_OUTPUT","features":[590]},{"name":"DBPARAMTYPE_RETURNVALUE","features":[590]},{"name":"DBPARTENUM","features":[590]},{"name":"DBPART_INVALID","features":[590]},{"name":"DBPART_LENGTH","features":[590]},{"name":"DBPART_STATUS","features":[590]},{"name":"DBPART_VALUE","features":[590]},{"name":"DBPENDINGSTATUSENUM","features":[590]},{"name":"DBPENDINGSTATUS_CHANGED","features":[590]},{"name":"DBPENDINGSTATUS_DELETED","features":[590]},{"name":"DBPENDINGSTATUS_INVALIDROW","features":[590]},{"name":"DBPENDINGSTATUS_NEW","features":[590]},{"name":"DBPENDINGSTATUS_UNCHANGED","features":[590]},{"name":"DBPOSITIONFLAGSENUM","features":[590]},{"name":"DBPOSITION_BOF","features":[590]},{"name":"DBPOSITION_EOF","features":[590]},{"name":"DBPOSITION_NOROW","features":[590]},{"name":"DBPOSITION_OK","features":[590]},{"name":"DBPROMPTOPTIONSENUM","features":[590]},{"name":"DBPROMPTOPTIONS_BROWSEONLY","features":[590]},{"name":"DBPROMPTOPTIONS_DISABLESAVEPASSWORD","features":[590]},{"name":"DBPROMPTOPTIONS_DISABLE_PROVIDER_SELECTION","features":[590]},{"name":"DBPROMPTOPTIONS_NONE","features":[590]},{"name":"DBPROMPTOPTIONS_PROPERTYSHEET","features":[590]},{"name":"DBPROMPTOPTIONS_WIZARDSHEET","features":[590]},{"name":"DBPROMPT_COMPLETE","features":[590]},{"name":"DBPROMPT_COMPLETEREQUIRED","features":[590]},{"name":"DBPROMPT_NOPROMPT","features":[590]},{"name":"DBPROMPT_PROMPT","features":[590]},{"name":"DBPROP","features":[305,518,358,359,590,360]},{"name":"DBPROP","features":[305,518,358,359,590,360]},{"name":"DBPROPENUM","features":[590]},{"name":"DBPROPENUM15","features":[590]},{"name":"DBPROPENUM20","features":[590]},{"name":"DBPROPENUM21","features":[590]},{"name":"DBPROPENUM25","features":[590]},{"name":"DBPROPENUM25_DEPRECATED","features":[590]},{"name":"DBPROPENUM26","features":[590]},{"name":"DBPROPENUMDEPRECATED","features":[590]},{"name":"DBPROPFLAGSENUM","features":[590]},{"name":"DBPROPFLAGSENUM21","features":[590]},{"name":"DBPROPFLAGSENUM25","features":[590]},{"name":"DBPROPFLAGSENUM26","features":[590]},{"name":"DBPROPFLAGS_COLUMN","features":[590]},{"name":"DBPROPFLAGS_COLUMNOK","features":[590]},{"name":"DBPROPFLAGS_DATASOURCE","features":[590]},{"name":"DBPROPFLAGS_DATASOURCECREATE","features":[590]},{"name":"DBPROPFLAGS_DATASOURCEINFO","features":[590]},{"name":"DBPROPFLAGS_DBINIT","features":[590]},{"name":"DBPROPFLAGS_INDEX","features":[590]},{"name":"DBPROPFLAGS_NOTSUPPORTED","features":[590]},{"name":"DBPROPFLAGS_PERSIST","features":[590]},{"name":"DBPROPFLAGS_READ","features":[590]},{"name":"DBPROPFLAGS_REQUIRED","features":[590]},{"name":"DBPROPFLAGS_ROWSET","features":[590]},{"name":"DBPROPFLAGS_SESSION","features":[590]},{"name":"DBPROPFLAGS_STREAM","features":[590]},{"name":"DBPROPFLAGS_TABLE","features":[590]},{"name":"DBPROPFLAGS_TRUSTEE","features":[590]},{"name":"DBPROPFLAGS_VIEW","features":[590]},{"name":"DBPROPFLAGS_WRITE","features":[590]},{"name":"DBPROPIDSET","features":[590]},{"name":"DBPROPIDSET","features":[590]},{"name":"DBPROPINFO","features":[305,358,359,590,360]},{"name":"DBPROPINFO","features":[305,358,359,590,360]},{"name":"DBPROPINFOSET","features":[305,358,359,590,360]},{"name":"DBPROPINFOSET","features":[305,358,359,590,360]},{"name":"DBPROPOPTIONSENUM","features":[590]},{"name":"DBPROPOPTIONS_OPTIONAL","features":[590]},{"name":"DBPROPOPTIONS_REQUIRED","features":[590]},{"name":"DBPROPOPTIONS_SETIFCHEAP","features":[590]},{"name":"DBPROPSET","features":[305,518,358,359,590,360]},{"name":"DBPROPSET","features":[305,518,358,359,590,360]},{"name":"DBPROPSET_MSDAORA8_ROWSET","features":[590]},{"name":"DBPROPSET_MSDAORA_ROWSET","features":[590]},{"name":"DBPROPSET_MSDSDBINIT","features":[590]},{"name":"DBPROPSET_MSDSSESSION","features":[590]},{"name":"DBPROPSET_PERSIST","features":[590]},{"name":"DBPROPSET_PROVIDERCONNATTR","features":[590]},{"name":"DBPROPSET_PROVIDERDATASOURCEINFO","features":[590]},{"name":"DBPROPSET_PROVIDERDBINIT","features":[590]},{"name":"DBPROPSET_PROVIDERROWSET","features":[590]},{"name":"DBPROPSET_PROVIDERSTMTATTR","features":[590]},{"name":"DBPROPSET_SQLSERVERCOLUMN","features":[590]},{"name":"DBPROPSET_SQLSERVERDATASOURCE","features":[590]},{"name":"DBPROPSET_SQLSERVERDATASOURCEINFO","features":[590]},{"name":"DBPROPSET_SQLSERVERDBINIT","features":[590]},{"name":"DBPROPSET_SQLSERVERROWSET","features":[590]},{"name":"DBPROPSET_SQLSERVERSESSION","features":[590]},{"name":"DBPROPSET_SQLSERVERSTREAM","features":[590]},{"name":"DBPROPSTATUSENUM","features":[590]},{"name":"DBPROPSTATUSENUM21","features":[590]},{"name":"DBPROPSTATUS_BADCOLUMN","features":[590]},{"name":"DBPROPSTATUS_BADOPTION","features":[590]},{"name":"DBPROPSTATUS_BADVALUE","features":[590]},{"name":"DBPROPSTATUS_CONFLICTING","features":[590]},{"name":"DBPROPSTATUS_NOTALLSETTABLE","features":[590]},{"name":"DBPROPSTATUS_NOTAVAILABLE","features":[590]},{"name":"DBPROPSTATUS_NOTSET","features":[590]},{"name":"DBPROPSTATUS_NOTSETTABLE","features":[590]},{"name":"DBPROPSTATUS_NOTSUPPORTED","features":[590]},{"name":"DBPROPSTATUS_OK","features":[590]},{"name":"DBPROPVAL_AO_RANDOM","features":[590]},{"name":"DBPROPVAL_AO_SEQUENTIAL","features":[590]},{"name":"DBPROPVAL_AO_SEQUENTIALSTORAGEOBJECTS","features":[590]},{"name":"DBPROPVAL_ASYNCH_BACKGROUNDPOPULATION","features":[590]},{"name":"DBPROPVAL_ASYNCH_INITIALIZE","features":[590]},{"name":"DBPROPVAL_ASYNCH_POPULATEONDEMAND","features":[590]},{"name":"DBPROPVAL_ASYNCH_PREPOPULATE","features":[590]},{"name":"DBPROPVAL_ASYNCH_RANDOMPOPULATION","features":[590]},{"name":"DBPROPVAL_ASYNCH_SEQUENTIALPOPULATION","features":[590]},{"name":"DBPROPVAL_BD_INTRANSACTION","features":[590]},{"name":"DBPROPVAL_BD_REORGANIZATION","features":[590]},{"name":"DBPROPVAL_BD_ROWSET","features":[590]},{"name":"DBPROPVAL_BD_XTRANSACTION","features":[590]},{"name":"DBPROPVAL_BI_CROSSROWSET","features":[590]},{"name":"DBPROPVAL_BMK_KEY","features":[590]},{"name":"DBPROPVAL_BMK_NUMERIC","features":[590]},{"name":"DBPROPVAL_BO_NOINDEXUPDATE","features":[590]},{"name":"DBPROPVAL_BO_NOLOG","features":[590]},{"name":"DBPROPVAL_BO_REFINTEGRITY","features":[590]},{"name":"DBPROPVAL_CB_DELETE","features":[590]},{"name":"DBPROPVAL_CB_NON_NULL","features":[590]},{"name":"DBPROPVAL_CB_NULL","features":[590]},{"name":"DBPROPVAL_CB_PRESERVE","features":[590]},{"name":"DBPROPVAL_CD_NOTNULL","features":[590]},{"name":"DBPROPVAL_CL_END","features":[590]},{"name":"DBPROPVAL_CL_START","features":[590]},{"name":"DBPROPVAL_CM_TRANSACTIONS","features":[590]},{"name":"DBPROPVAL_CO_BEGINSWITH","features":[590]},{"name":"DBPROPVAL_CO_CASEINSENSITIVE","features":[590]},{"name":"DBPROPVAL_CO_CASESENSITIVE","features":[590]},{"name":"DBPROPVAL_CO_CONTAINS","features":[590]},{"name":"DBPROPVAL_CO_EQUALITY","features":[590]},{"name":"DBPROPVAL_CO_STRING","features":[590]},{"name":"DBPROPVAL_CS_COMMUNICATIONFAILURE","features":[590]},{"name":"DBPROPVAL_CS_INITIALIZED","features":[590]},{"name":"DBPROPVAL_CS_UNINITIALIZED","features":[590]},{"name":"DBPROPVAL_CU_DML_STATEMENTS","features":[590]},{"name":"DBPROPVAL_CU_INDEX_DEFINITION","features":[590]},{"name":"DBPROPVAL_CU_PRIVILEGE_DEFINITION","features":[590]},{"name":"DBPROPVAL_CU_TABLE_DEFINITION","features":[590]},{"name":"DBPROPVAL_DF_INITIALLY_DEFERRED","features":[590]},{"name":"DBPROPVAL_DF_INITIALLY_IMMEDIATE","features":[590]},{"name":"DBPROPVAL_DF_NOT_DEFERRABLE","features":[590]},{"name":"DBPROPVAL_DST_DOCSOURCE","features":[590]},{"name":"DBPROPVAL_DST_MDP","features":[590]},{"name":"DBPROPVAL_DST_TDP","features":[590]},{"name":"DBPROPVAL_DST_TDPANDMDP","features":[590]},{"name":"DBPROPVAL_FU_CATALOG","features":[590]},{"name":"DBPROPVAL_FU_COLUMN","features":[590]},{"name":"DBPROPVAL_FU_NOT_SUPPORTED","features":[590]},{"name":"DBPROPVAL_FU_TABLE","features":[590]},{"name":"DBPROPVAL_GB_COLLATE","features":[590]},{"name":"DBPROPVAL_GB_CONTAINS_SELECT","features":[590]},{"name":"DBPROPVAL_GB_EQUALS_SELECT","features":[590]},{"name":"DBPROPVAL_GB_NOT_SUPPORTED","features":[590]},{"name":"DBPROPVAL_GB_NO_RELATION","features":[590]},{"name":"DBPROPVAL_GU_NOTSUPPORTED","features":[590]},{"name":"DBPROPVAL_GU_SUFFIX","features":[590]},{"name":"DBPROPVAL_HT_DIFFERENT_CATALOGS","features":[590]},{"name":"DBPROPVAL_HT_DIFFERENT_PROVIDERS","features":[590]},{"name":"DBPROPVAL_IC_LOWER","features":[590]},{"name":"DBPROPVAL_IC_MIXED","features":[590]},{"name":"DBPROPVAL_IC_SENSITIVE","features":[590]},{"name":"DBPROPVAL_IC_UPPER","features":[590]},{"name":"DBPROPVAL_IN_ALLOWNULL","features":[590]},{"name":"DBPROPVAL_IN_DISALLOWNULL","features":[590]},{"name":"DBPROPVAL_IN_IGNOREANYNULL","features":[590]},{"name":"DBPROPVAL_IN_IGNORENULL","features":[590]},{"name":"DBPROPVAL_IT_BTREE","features":[590]},{"name":"DBPROPVAL_IT_CONTENT","features":[590]},{"name":"DBPROPVAL_IT_HASH","features":[590]},{"name":"DBPROPVAL_IT_OTHER","features":[590]},{"name":"DBPROPVAL_LM_INTENT","features":[590]},{"name":"DBPROPVAL_LM_NONE","features":[590]},{"name":"DBPROPVAL_LM_READ","features":[590]},{"name":"DBPROPVAL_LM_RITE","features":[590]},{"name":"DBPROPVAL_LM_SINGLEROW","features":[590]},{"name":"DBPROPVAL_MR_CONCURRENT","features":[590]},{"name":"DBPROPVAL_MR_NOTSUPPORTED","features":[590]},{"name":"DBPROPVAL_MR_SUPPORTED","features":[590]},{"name":"DBPROPVAL_NC_END","features":[590]},{"name":"DBPROPVAL_NC_HIGH","features":[590]},{"name":"DBPROPVAL_NC_LOW","features":[590]},{"name":"DBPROPVAL_NC_START","features":[590]},{"name":"DBPROPVAL_NP_ABOUTTODO","features":[590]},{"name":"DBPROPVAL_NP_DIDEVENT","features":[590]},{"name":"DBPROPVAL_NP_FAILEDTODO","features":[590]},{"name":"DBPROPVAL_NP_OKTODO","features":[590]},{"name":"DBPROPVAL_NP_SYNCHAFTER","features":[590]},{"name":"DBPROPVAL_NT_MULTIPLEROWS","features":[590]},{"name":"DBPROPVAL_NT_SINGLEROW","features":[590]},{"name":"DBPROPVAL_OA_ATEXECUTE","features":[590]},{"name":"DBPROPVAL_OA_ATROWRELEASE","features":[590]},{"name":"DBPROPVAL_OA_NOTSUPPORTED","features":[590]},{"name":"DBPROPVAL_OO_BLOB","features":[590]},{"name":"DBPROPVAL_OO_DIRECTBIND","features":[590]},{"name":"DBPROPVAL_OO_IPERSIST","features":[590]},{"name":"DBPROPVAL_OO_ROWOBJECT","features":[590]},{"name":"DBPROPVAL_OO_SCOPED","features":[590]},{"name":"DBPROPVAL_OO_SINGLETON","features":[590]},{"name":"DBPROPVAL_OP_EQUAL","features":[590]},{"name":"DBPROPVAL_OP_RELATIVE","features":[590]},{"name":"DBPROPVAL_OP_STRING","features":[590]},{"name":"DBPROPVAL_ORS_HISTOGRAM","features":[590]},{"name":"DBPROPVAL_ORS_INDEX","features":[590]},{"name":"DBPROPVAL_ORS_INTEGRATEDINDEX","features":[590]},{"name":"DBPROPVAL_ORS_STOREDPROC","features":[590]},{"name":"DBPROPVAL_ORS_TABLE","features":[590]},{"name":"DBPROPVAL_OS_AGR_AFTERSESSION","features":[590]},{"name":"DBPROPVAL_OS_CLIENTCURSOR","features":[590]},{"name":"DBPROPVAL_OS_DISABLEALL","features":[590]},{"name":"DBPROPVAL_OS_ENABLEALL","features":[590]},{"name":"DBPROPVAL_OS_RESOURCEPOOLING","features":[590]},{"name":"DBPROPVAL_OS_TXNENLISTMENT","features":[590]},{"name":"DBPROPVAL_PERSIST_ADTG","features":[590]},{"name":"DBPROPVAL_PERSIST_XML","features":[590]},{"name":"DBPROPVAL_PT_GUID","features":[590]},{"name":"DBPROPVAL_PT_GUID_NAME","features":[590]},{"name":"DBPROPVAL_PT_GUID_PROPID","features":[590]},{"name":"DBPROPVAL_PT_NAME","features":[590]},{"name":"DBPROPVAL_PT_PGUID_NAME","features":[590]},{"name":"DBPROPVAL_PT_PGUID_PROPID","features":[590]},{"name":"DBPROPVAL_PT_PROPID","features":[590]},{"name":"DBPROPVAL_RD_RESETALL","features":[590]},{"name":"DBPROPVAL_RT_APTMTTHREAD","features":[590]},{"name":"DBPROPVAL_RT_FREETHREAD","features":[590]},{"name":"DBPROPVAL_RT_SINGLETHREAD","features":[590]},{"name":"DBPROPVAL_SQL_ANSI89_IEF","features":[590]},{"name":"DBPROPVAL_SQL_ANSI92_ENTRY","features":[590]},{"name":"DBPROPVAL_SQL_ANSI92_FULL","features":[590]},{"name":"DBPROPVAL_SQL_ANSI92_INTERMEDIATE","features":[590]},{"name":"DBPROPVAL_SQL_ESCAPECLAUSES","features":[590]},{"name":"DBPROPVAL_SQL_FIPS_TRANSITIONAL","features":[590]},{"name":"DBPROPVAL_SQL_NONE","features":[590]},{"name":"DBPROPVAL_SQL_ODBC_CORE","features":[590]},{"name":"DBPROPVAL_SQL_ODBC_EXTENDED","features":[590]},{"name":"DBPROPVAL_SQL_ODBC_MINIMUM","features":[590]},{"name":"DBPROPVAL_SQL_SUBMINIMUM","features":[590]},{"name":"DBPROPVAL_SQ_COMPARISON","features":[590]},{"name":"DBPROPVAL_SQ_CORRELATEDSUBQUERIES","features":[590]},{"name":"DBPROPVAL_SQ_EXISTS","features":[590]},{"name":"DBPROPVAL_SQ_IN","features":[590]},{"name":"DBPROPVAL_SQ_QUANTIFIED","features":[590]},{"name":"DBPROPVAL_SQ_TABLE","features":[590]},{"name":"DBPROPVAL_SS_ILOCKBYTES","features":[590]},{"name":"DBPROPVAL_SS_ISEQUENTIALSTREAM","features":[590]},{"name":"DBPROPVAL_SS_ISTORAGE","features":[590]},{"name":"DBPROPVAL_SS_ISTREAM","features":[590]},{"name":"DBPROPVAL_STGM_CONVERT","features":[590]},{"name":"DBPROPVAL_STGM_DELETEONRELEASE","features":[590]},{"name":"DBPROPVAL_STGM_DIRECT","features":[590]},{"name":"DBPROPVAL_STGM_FAILIFTHERE","features":[590]},{"name":"DBPROPVAL_STGM_PRIORITY","features":[590]},{"name":"DBPROPVAL_STGM_TRANSACTED","features":[590]},{"name":"DBPROPVAL_SU_DML_STATEMENTS","features":[590]},{"name":"DBPROPVAL_SU_INDEX_DEFINITION","features":[590]},{"name":"DBPROPVAL_SU_PRIVILEGE_DEFINITION","features":[590]},{"name":"DBPROPVAL_SU_TABLE_DEFINITION","features":[590]},{"name":"DBPROPVAL_TC_ALL","features":[590]},{"name":"DBPROPVAL_TC_DDL_COMMIT","features":[590]},{"name":"DBPROPVAL_TC_DDL_IGNORE","features":[590]},{"name":"DBPROPVAL_TC_DDL_LOCK","features":[590]},{"name":"DBPROPVAL_TC_DML","features":[590]},{"name":"DBPROPVAL_TC_NONE","features":[590]},{"name":"DBPROPVAL_TI_BROWSE","features":[590]},{"name":"DBPROPVAL_TI_CHAOS","features":[590]},{"name":"DBPROPVAL_TI_CURSORSTABILITY","features":[590]},{"name":"DBPROPVAL_TI_ISOLATED","features":[590]},{"name":"DBPROPVAL_TI_READCOMMITTED","features":[590]},{"name":"DBPROPVAL_TI_READUNCOMMITTED","features":[590]},{"name":"DBPROPVAL_TI_REPEATABLEREAD","features":[590]},{"name":"DBPROPVAL_TI_SERIALIZABLE","features":[590]},{"name":"DBPROPVAL_TR_ABORT","features":[590]},{"name":"DBPROPVAL_TR_ABORT_DC","features":[590]},{"name":"DBPROPVAL_TR_ABORT_NO","features":[590]},{"name":"DBPROPVAL_TR_BOTH","features":[590]},{"name":"DBPROPVAL_TR_COMMIT","features":[590]},{"name":"DBPROPVAL_TR_COMMIT_DC","features":[590]},{"name":"DBPROPVAL_TR_COMMIT_NO","features":[590]},{"name":"DBPROPVAL_TR_DONTCARE","features":[590]},{"name":"DBPROPVAL_TR_NONE","features":[590]},{"name":"DBPROPVAL_TR_OPTIMISTIC","features":[590]},{"name":"DBPROPVAL_TS_CARDINALITY","features":[590]},{"name":"DBPROPVAL_TS_HISTOGRAM","features":[590]},{"name":"DBPROPVAL_UP_CHANGE","features":[590]},{"name":"DBPROPVAL_UP_DELETE","features":[590]},{"name":"DBPROPVAL_UP_INSERT","features":[590]},{"name":"DBPROP_ABORTPRESERVE","features":[590]},{"name":"DBPROP_ACCESSORDER","features":[590]},{"name":"DBPROP_ACTIVESESSIONS","features":[590]},{"name":"DBPROP_ALTERCOLUMN","features":[590]},{"name":"DBPROP_APPENDONLY","features":[590]},{"name":"DBPROP_ASYNCTXNABORT","features":[590]},{"name":"DBPROP_ASYNCTXNCOMMIT","features":[590]},{"name":"DBPROP_AUTH_CACHE_AUTHINFO","features":[590]},{"name":"DBPROP_AUTH_ENCRYPT_PASSWORD","features":[590]},{"name":"DBPROP_AUTH_INTEGRATED","features":[590]},{"name":"DBPROP_AUTH_MASK_PASSWORD","features":[590]},{"name":"DBPROP_AUTH_PASSWORD","features":[590]},{"name":"DBPROP_AUTH_PERSIST_ENCRYPTED","features":[590]},{"name":"DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO","features":[590]},{"name":"DBPROP_AUTH_USERID","features":[590]},{"name":"DBPROP_BLOCKINGSTORAGEOBJECTS","features":[590]},{"name":"DBPROP_BOOKMARKINFO","features":[590]},{"name":"DBPROP_BOOKMARKS","features":[590]},{"name":"DBPROP_BOOKMARKSKIPPED","features":[590]},{"name":"DBPROP_BOOKMARKTYPE","features":[590]},{"name":"DBPROP_BYREFACCESSORS","features":[590]},{"name":"DBPROP_CACHEDEFERRED","features":[590]},{"name":"DBPROP_CANFETCHBACKWARDS","features":[590]},{"name":"DBPROP_CANHOLDROWS","features":[590]},{"name":"DBPROP_CANSCROLLBACKWARDS","features":[590]},{"name":"DBPROP_CATALOGLOCATION","features":[590]},{"name":"DBPROP_CATALOGTERM","features":[590]},{"name":"DBPROP_CATALOGUSAGE","features":[590]},{"name":"DBPROP_CHANGEINSERTEDROWS","features":[590]},{"name":"DBPROP_CLIENTCURSOR","features":[590]},{"name":"DBPROP_COLUMNDEFINITION","features":[590]},{"name":"DBPROP_COLUMNLCID","features":[590]},{"name":"DBPROP_COLUMNRESTRICT","features":[590]},{"name":"DBPROP_COL_AUTOINCREMENT","features":[590]},{"name":"DBPROP_COL_DEFAULT","features":[590]},{"name":"DBPROP_COL_DESCRIPTION","features":[590]},{"name":"DBPROP_COL_FIXEDLENGTH","features":[590]},{"name":"DBPROP_COL_INCREMENT","features":[590]},{"name":"DBPROP_COL_ISLONG","features":[590]},{"name":"DBPROP_COL_NULLABLE","features":[590]},{"name":"DBPROP_COL_PRIMARYKEY","features":[590]},{"name":"DBPROP_COL_SEED","features":[590]},{"name":"DBPROP_COL_UNIQUE","features":[590]},{"name":"DBPROP_COMMANDTIMEOUT","features":[590]},{"name":"DBPROP_COMMITPRESERVE","features":[590]},{"name":"DBPROP_COMSERVICES","features":[590]},{"name":"DBPROP_CONCATNULLBEHAVIOR","features":[590]},{"name":"DBPROP_CONNECTIONSTATUS","features":[590]},{"name":"DBPROP_CURRENTCATALOG","features":[590]},{"name":"DBPROP_DATASOURCENAME","features":[590]},{"name":"DBPROP_DATASOURCEREADONLY","features":[590]},{"name":"DBPROP_DATASOURCE_TYPE","features":[590]},{"name":"DBPROP_DBMSNAME","features":[590]},{"name":"DBPROP_DBMSVER","features":[590]},{"name":"DBPROP_DEFERRED","features":[590]},{"name":"DBPROP_DELAYSTORAGEOBJECTS","features":[590]},{"name":"DBPROP_DSOTHREADMODEL","features":[590]},{"name":"DBPROP_FILTERCOMPAREOPS","features":[590]},{"name":"DBPROP_FILTEROPS","features":[590]},{"name":"DBPROP_FINDCOMPAREOPS","features":[590]},{"name":"DBPROP_GENERATEURL","features":[590]},{"name":"DBPROP_GROUPBY","features":[590]},{"name":"DBPROP_HCHAPTER","features":[590]},{"name":"DBPROP_HETEROGENEOUSTABLES","features":[590]},{"name":"DBPROP_HIDDENCOLUMNS","features":[590]},{"name":"DBPROP_IAccessor","features":[590]},{"name":"DBPROP_IBindResource","features":[590]},{"name":"DBPROP_IChapteredRowset","features":[590]},{"name":"DBPROP_IColumnsInfo","features":[590]},{"name":"DBPROP_IColumnsInfo2","features":[590]},{"name":"DBPROP_IColumnsRowset","features":[590]},{"name":"DBPROP_ICommandCost","features":[590]},{"name":"DBPROP_ICommandTree","features":[590]},{"name":"DBPROP_ICommandValidate","features":[590]},{"name":"DBPROP_IConnectionPointContainer","features":[590]},{"name":"DBPROP_IConvertType","features":[590]},{"name":"DBPROP_ICreateRow","features":[590]},{"name":"DBPROP_IDBAsynchStatus","features":[590]},{"name":"DBPROP_IDBBinderProperties","features":[590]},{"name":"DBPROP_IDBSchemaCommand","features":[590]},{"name":"DBPROP_IDENTIFIERCASE","features":[590]},{"name":"DBPROP_IGetRow","features":[590]},{"name":"DBPROP_IGetSession","features":[590]},{"name":"DBPROP_IGetSourceRow","features":[590]},{"name":"DBPROP_ILockBytes","features":[590]},{"name":"DBPROP_IMMOBILEROWS","features":[590]},{"name":"DBPROP_IMultipleResults","features":[590]},{"name":"DBPROP_INDEX_AUTOUPDATE","features":[590]},{"name":"DBPROP_INDEX_CLUSTERED","features":[590]},{"name":"DBPROP_INDEX_FILLFACTOR","features":[590]},{"name":"DBPROP_INDEX_INITIALSIZE","features":[590]},{"name":"DBPROP_INDEX_NULLCOLLATION","features":[590]},{"name":"DBPROP_INDEX_NULLS","features":[590]},{"name":"DBPROP_INDEX_PRIMARYKEY","features":[590]},{"name":"DBPROP_INDEX_SORTBOOKMARKS","features":[590]},{"name":"DBPROP_INDEX_TEMPINDEX","features":[590]},{"name":"DBPROP_INDEX_TYPE","features":[590]},{"name":"DBPROP_INDEX_UNIQUE","features":[590]},{"name":"DBPROP_INIT_ASYNCH","features":[590]},{"name":"DBPROP_INIT_BINDFLAGS","features":[590]},{"name":"DBPROP_INIT_CATALOG","features":[590]},{"name":"DBPROP_INIT_DATASOURCE","features":[590]},{"name":"DBPROP_INIT_GENERALTIMEOUT","features":[590]},{"name":"DBPROP_INIT_HWND","features":[590]},{"name":"DBPROP_INIT_IMPERSONATION_LEVEL","features":[590]},{"name":"DBPROP_INIT_LCID","features":[590]},{"name":"DBPROP_INIT_LOCATION","features":[590]},{"name":"DBPROP_INIT_LOCKOWNER","features":[590]},{"name":"DBPROP_INIT_MODE","features":[590]},{"name":"DBPROP_INIT_OLEDBSERVICES","features":[590]},{"name":"DBPROP_INIT_PROMPT","features":[590]},{"name":"DBPROP_INIT_PROTECTION_LEVEL","features":[590]},{"name":"DBPROP_INIT_PROVIDERSTRING","features":[590]},{"name":"DBPROP_INIT_TIMEOUT","features":[590]},{"name":"DBPROP_INTERLEAVEDROWS","features":[590]},{"name":"DBPROP_IParentRowset","features":[590]},{"name":"DBPROP_IProvideMoniker","features":[590]},{"name":"DBPROP_IQuery","features":[590]},{"name":"DBPROP_IReadData","features":[590]},{"name":"DBPROP_IRegisterProvider","features":[590]},{"name":"DBPROP_IRow","features":[590]},{"name":"DBPROP_IRowChange","features":[590]},{"name":"DBPROP_IRowSchemaChange","features":[590]},{"name":"DBPROP_IRowset","features":[590]},{"name":"DBPROP_IRowsetAsynch","features":[590]},{"name":"DBPROP_IRowsetBookmark","features":[590]},{"name":"DBPROP_IRowsetChange","features":[590]},{"name":"DBPROP_IRowsetCopyRows","features":[590]},{"name":"DBPROP_IRowsetCurrentIndex","features":[590]},{"name":"DBPROP_IRowsetExactScroll","features":[590]},{"name":"DBPROP_IRowsetFind","features":[590]},{"name":"DBPROP_IRowsetIdentity","features":[590]},{"name":"DBPROP_IRowsetIndex","features":[590]},{"name":"DBPROP_IRowsetInfo","features":[590]},{"name":"DBPROP_IRowsetKeys","features":[590]},{"name":"DBPROP_IRowsetLocate","features":[590]},{"name":"DBPROP_IRowsetNewRowAfter","features":[590]},{"name":"DBPROP_IRowsetNextRowset","features":[590]},{"name":"DBPROP_IRowsetRefresh","features":[590]},{"name":"DBPROP_IRowsetResynch","features":[590]},{"name":"DBPROP_IRowsetScroll","features":[590]},{"name":"DBPROP_IRowsetUpdate","features":[590]},{"name":"DBPROP_IRowsetView","features":[590]},{"name":"DBPROP_IRowsetWatchAll","features":[590]},{"name":"DBPROP_IRowsetWatchNotify","features":[590]},{"name":"DBPROP_IRowsetWatchRegion","features":[590]},{"name":"DBPROP_IRowsetWithParameters","features":[590]},{"name":"DBPROP_IScopedOperations","features":[590]},{"name":"DBPROP_ISequentialStream","features":[590]},{"name":"DBPROP_IStorage","features":[590]},{"name":"DBPROP_IStream","features":[590]},{"name":"DBPROP_ISupportErrorInfo","features":[590]},{"name":"DBPROP_IViewChapter","features":[590]},{"name":"DBPROP_IViewFilter","features":[590]},{"name":"DBPROP_IViewRowset","features":[590]},{"name":"DBPROP_IViewSort","features":[590]},{"name":"DBPROP_LITERALBOOKMARKS","features":[590]},{"name":"DBPROP_LITERALIDENTITY","features":[590]},{"name":"DBPROP_LOCKMODE","features":[590]},{"name":"DBPROP_MAINTAINPROPS","features":[590]},{"name":"DBPROP_MARSHALLABLE","features":[590]},{"name":"DBPROP_MAXINDEXSIZE","features":[590]},{"name":"DBPROP_MAXOPENCHAPTERS","features":[590]},{"name":"DBPROP_MAXOPENROWS","features":[590]},{"name":"DBPROP_MAXORSINFILTER","features":[590]},{"name":"DBPROP_MAXPENDINGROWS","features":[590]},{"name":"DBPROP_MAXROWS","features":[590]},{"name":"DBPROP_MAXROWSIZE","features":[590]},{"name":"DBPROP_MAXROWSIZEINCLUDESBLOB","features":[590]},{"name":"DBPROP_MAXSORTCOLUMNS","features":[590]},{"name":"DBPROP_MAXTABLESINSELECT","features":[590]},{"name":"DBPROP_MAYWRITECOLUMN","features":[590]},{"name":"DBPROP_MEMORYUSAGE","features":[590]},{"name":"DBPROP_MSDAORA8_DETERMINEKEYCOLUMNS","features":[590]},{"name":"DBPROP_MSDAORA_DETERMINEKEYCOLUMNS","features":[590]},{"name":"DBPROP_MSDS_DBINIT_DATAPROVIDER","features":[590]},{"name":"DBPROP_MSDS_SESS_UNIQUENAMES","features":[590]},{"name":"DBPROP_MULTIPLECONNECTIONS","features":[590]},{"name":"DBPROP_MULTIPLEPARAMSETS","features":[590]},{"name":"DBPROP_MULTIPLERESULTS","features":[590]},{"name":"DBPROP_MULTIPLESTORAGEOBJECTS","features":[590]},{"name":"DBPROP_MULTITABLEUPDATE","features":[590]},{"name":"DBPROP_NOTIFICATIONGRANULARITY","features":[590]},{"name":"DBPROP_NOTIFICATIONPHASES","features":[590]},{"name":"DBPROP_NOTIFYCOLUMNSET","features":[590]},{"name":"DBPROP_NOTIFYROWDELETE","features":[590]},{"name":"DBPROP_NOTIFYROWFIRSTCHANGE","features":[590]},{"name":"DBPROP_NOTIFYROWINSERT","features":[590]},{"name":"DBPROP_NOTIFYROWRESYNCH","features":[590]},{"name":"DBPROP_NOTIFYROWSETCHANGED","features":[590]},{"name":"DBPROP_NOTIFYROWSETFETCHPOSITIONCHANGE","features":[590]},{"name":"DBPROP_NOTIFYROWSETRELEASE","features":[590]},{"name":"DBPROP_NOTIFYROWUNDOCHANGE","features":[590]},{"name":"DBPROP_NOTIFYROWUNDODELETE","features":[590]},{"name":"DBPROP_NOTIFYROWUNDOINSERT","features":[590]},{"name":"DBPROP_NOTIFYROWUPDATE","features":[590]},{"name":"DBPROP_NULLCOLLATION","features":[590]},{"name":"DBPROP_OLEOBJECTS","features":[590]},{"name":"DBPROP_OPENROWSETSUPPORT","features":[590]},{"name":"DBPROP_ORDERBYCOLUMNSINSELECT","features":[590]},{"name":"DBPROP_ORDEREDBOOKMARKS","features":[590]},{"name":"DBPROP_OTHERINSERT","features":[590]},{"name":"DBPROP_OTHERUPDATEDELETE","features":[590]},{"name":"DBPROP_OUTPUTENCODING","features":[590]},{"name":"DBPROP_OUTPUTPARAMETERAVAILABILITY","features":[590]},{"name":"DBPROP_OUTPUTSTREAM","features":[590]},{"name":"DBPROP_OWNINSERT","features":[590]},{"name":"DBPROP_OWNUPDATEDELETE","features":[590]},{"name":"DBPROP_PERSISTENTIDTYPE","features":[590]},{"name":"DBPROP_PREPAREABORTBEHAVIOR","features":[590]},{"name":"DBPROP_PREPARECOMMITBEHAVIOR","features":[590]},{"name":"DBPROP_PROCEDURETERM","features":[590]},{"name":"DBPROP_PROVIDERFRIENDLYNAME","features":[590]},{"name":"DBPROP_PROVIDERMEMORY","features":[590]},{"name":"DBPROP_PROVIDERNAME","features":[590]},{"name":"DBPROP_PROVIDEROLEDBVER","features":[590]},{"name":"DBPROP_PROVIDERVER","features":[590]},{"name":"DBPROP_PersistFormat","features":[590]},{"name":"DBPROP_PersistSchema","features":[590]},{"name":"DBPROP_QUICKRESTART","features":[590]},{"name":"DBPROP_QUOTEDIDENTIFIERCASE","features":[590]},{"name":"DBPROP_REENTRANTEVENTS","features":[590]},{"name":"DBPROP_REMOVEDELETED","features":[590]},{"name":"DBPROP_REPORTMULTIPLECHANGES","features":[590]},{"name":"DBPROP_RESETDATASOURCE","features":[590]},{"name":"DBPROP_RETURNPENDINGINSERTS","features":[590]},{"name":"DBPROP_ROWRESTRICT","features":[590]},{"name":"DBPROP_ROWSETCONVERSIONSONCOMMAND","features":[590]},{"name":"DBPROP_ROWSET_ASYNCH","features":[590]},{"name":"DBPROP_ROWTHREADMODEL","features":[590]},{"name":"DBPROP_ROW_BULKOPS","features":[590]},{"name":"DBPROP_SCHEMATERM","features":[590]},{"name":"DBPROP_SCHEMAUSAGE","features":[590]},{"name":"DBPROP_SERVERCURSOR","features":[590]},{"name":"DBPROP_SERVERDATAONINSERT","features":[590]},{"name":"DBPROP_SERVERNAME","features":[590]},{"name":"DBPROP_SESS_AUTOCOMMITISOLEVELS","features":[590]},{"name":"DBPROP_SKIPROWCOUNTRESULTS","features":[590]},{"name":"DBPROP_SORTONINDEX","features":[590]},{"name":"DBPROP_SQLSUPPORT","features":[590]},{"name":"DBPROP_STORAGEFLAGS","features":[590]},{"name":"DBPROP_STRONGIDENTITY","features":[590]},{"name":"DBPROP_STRUCTUREDSTORAGE","features":[590]},{"name":"DBPROP_SUBQUERIES","features":[590]},{"name":"DBPROP_SUPPORTEDTXNDDL","features":[590]},{"name":"DBPROP_SUPPORTEDTXNISOLEVELS","features":[590]},{"name":"DBPROP_SUPPORTEDTXNISORETAIN","features":[590]},{"name":"DBPROP_TABLESTATISTICS","features":[590]},{"name":"DBPROP_TABLETERM","features":[590]},{"name":"DBPROP_TBL_TEMPTABLE","features":[590]},{"name":"DBPROP_TRANSACTEDOBJECT","features":[590]},{"name":"DBPROP_TRUSTEE_AUTHENTICATION","features":[590]},{"name":"DBPROP_TRUSTEE_NEWAUTHENTICATION","features":[590]},{"name":"DBPROP_TRUSTEE_USERNAME","features":[590]},{"name":"DBPROP_UNIQUEROWS","features":[590]},{"name":"DBPROP_UPDATABILITY","features":[590]},{"name":"DBPROP_USERNAME","features":[590]},{"name":"DBPROP_Unicode","features":[590]},{"name":"DBQUERYGUID","features":[590]},{"name":"DBRANGEENUM","features":[590]},{"name":"DBRANGEENUM20","features":[590]},{"name":"DBRANGE_EXCLUDENULLS","features":[590]},{"name":"DBRANGE_EXCLUSIVEEND","features":[590]},{"name":"DBRANGE_EXCLUSIVESTART","features":[590]},{"name":"DBRANGE_INCLUSIVEEND","features":[590]},{"name":"DBRANGE_INCLUSIVESTART","features":[590]},{"name":"DBRANGE_MATCH","features":[590]},{"name":"DBRANGE_MATCH_N_MASK","features":[590]},{"name":"DBRANGE_MATCH_N_SHIFT","features":[590]},{"name":"DBRANGE_PREFIX","features":[590]},{"name":"DBREASONENUM","features":[590]},{"name":"DBREASONENUM15","features":[590]},{"name":"DBREASONENUM25","features":[590]},{"name":"DBREASON_COLUMN_RECALCULATED","features":[590]},{"name":"DBREASON_COLUMN_SET","features":[590]},{"name":"DBREASON_ROWPOSITION_CHANGED","features":[590]},{"name":"DBREASON_ROWPOSITION_CHAPTERCHANGED","features":[590]},{"name":"DBREASON_ROWPOSITION_CLEARED","features":[590]},{"name":"DBREASON_ROWSET_CHANGED","features":[590]},{"name":"DBREASON_ROWSET_FETCHPOSITIONCHANGE","features":[590]},{"name":"DBREASON_ROWSET_POPULATIONCOMPLETE","features":[590]},{"name":"DBREASON_ROWSET_POPULATIONSTOPPED","features":[590]},{"name":"DBREASON_ROWSET_RELEASE","features":[590]},{"name":"DBREASON_ROWSET_ROWSADDED","features":[590]},{"name":"DBREASON_ROW_ACTIVATE","features":[590]},{"name":"DBREASON_ROW_ASYNCHINSERT","features":[590]},{"name":"DBREASON_ROW_DELETE","features":[590]},{"name":"DBREASON_ROW_FIRSTCHANGE","features":[590]},{"name":"DBREASON_ROW_INSERT","features":[590]},{"name":"DBREASON_ROW_RELEASE","features":[590]},{"name":"DBREASON_ROW_RESYNCH","features":[590]},{"name":"DBREASON_ROW_UNDOCHANGE","features":[590]},{"name":"DBREASON_ROW_UNDODELETE","features":[590]},{"name":"DBREASON_ROW_UNDOINSERT","features":[590]},{"name":"DBREASON_ROW_UPDATE","features":[590]},{"name":"DBRESOURCEKINDENUM","features":[590]},{"name":"DBRESOURCE_CPU","features":[590]},{"name":"DBRESOURCE_DISK","features":[590]},{"name":"DBRESOURCE_INVALID","features":[590]},{"name":"DBRESOURCE_MEMORY","features":[590]},{"name":"DBRESOURCE_NETWORK","features":[590]},{"name":"DBRESOURCE_OTHER","features":[590]},{"name":"DBRESOURCE_RESPONSE","features":[590]},{"name":"DBRESOURCE_ROWS","features":[590]},{"name":"DBRESOURCE_TOTAL","features":[590]},{"name":"DBRESULTFLAGENUM","features":[590]},{"name":"DBRESULTFLAG_DEFAULT","features":[590]},{"name":"DBRESULTFLAG_ROW","features":[590]},{"name":"DBRESULTFLAG_ROWSET","features":[590]},{"name":"DBROWCHANGEKINDENUM","features":[590]},{"name":"DBROWCHANGEKIND_COUNT","features":[590]},{"name":"DBROWCHANGEKIND_DELETE","features":[590]},{"name":"DBROWCHANGEKIND_INSERT","features":[590]},{"name":"DBROWCHANGEKIND_UPDATE","features":[590]},{"name":"DBROWSTATUSENUM","features":[590]},{"name":"DBROWSTATUSENUM20","features":[590]},{"name":"DBROWSTATUS_E_CANCELED","features":[590]},{"name":"DBROWSTATUS_E_CANTRELEASE","features":[590]},{"name":"DBROWSTATUS_E_CONCURRENCYVIOLATION","features":[590]},{"name":"DBROWSTATUS_E_DELETED","features":[590]},{"name":"DBROWSTATUS_E_FAIL","features":[590]},{"name":"DBROWSTATUS_E_INTEGRITYVIOLATION","features":[590]},{"name":"DBROWSTATUS_E_INVALID","features":[590]},{"name":"DBROWSTATUS_E_LIMITREACHED","features":[590]},{"name":"DBROWSTATUS_E_MAXPENDCHANGESEXCEEDED","features":[590]},{"name":"DBROWSTATUS_E_NEWLYINSERTED","features":[590]},{"name":"DBROWSTATUS_E_OBJECTOPEN","features":[590]},{"name":"DBROWSTATUS_E_OUTOFMEMORY","features":[590]},{"name":"DBROWSTATUS_E_PENDINGINSERT","features":[590]},{"name":"DBROWSTATUS_E_PERMISSIONDENIED","features":[590]},{"name":"DBROWSTATUS_E_SCHEMAVIOLATION","features":[590]},{"name":"DBROWSTATUS_S_MULTIPLECHANGES","features":[590]},{"name":"DBROWSTATUS_S_NOCHANGE","features":[590]},{"name":"DBROWSTATUS_S_OK","features":[590]},{"name":"DBROWSTATUS_S_PENDINGCHANGES","features":[590]},{"name":"DBROWWATCHCHANGE","features":[590]},{"name":"DBROWWATCHCHANGE","features":[590]},{"name":"DBSCHEMA_LINKEDSERVERS","features":[590]},{"name":"DBSEEKENUM","features":[590]},{"name":"DBSEEK_AFTER","features":[590]},{"name":"DBSEEK_AFTEREQ","features":[590]},{"name":"DBSEEK_BEFORE","features":[590]},{"name":"DBSEEK_BEFOREEQ","features":[590]},{"name":"DBSEEK_FIRSTEQ","features":[590]},{"name":"DBSEEK_INVALID","features":[590]},{"name":"DBSEEK_LASTEQ","features":[590]},{"name":"DBSELFGUID","features":[590]},{"name":"DBSORTENUM","features":[590]},{"name":"DBSORT_ASCENDING","features":[590]},{"name":"DBSORT_DESCENDING","features":[590]},{"name":"DBSOURCETYPEENUM","features":[590]},{"name":"DBSOURCETYPEENUM20","features":[590]},{"name":"DBSOURCETYPEENUM25","features":[590]},{"name":"DBSOURCETYPE_BINDER","features":[590]},{"name":"DBSOURCETYPE_DATASOURCE","features":[590]},{"name":"DBSOURCETYPE_DATASOURCE_MDP","features":[590]},{"name":"DBSOURCETYPE_DATASOURCE_TDP","features":[590]},{"name":"DBSOURCETYPE_ENUMERATOR","features":[590]},{"name":"DBSTATUSENUM","features":[590]},{"name":"DBSTATUSENUM20","features":[590]},{"name":"DBSTATUSENUM21","features":[590]},{"name":"DBSTATUSENUM25","features":[590]},{"name":"DBSTATUSENUM26","features":[590]},{"name":"DBSTATUS_E_BADACCESSOR","features":[590]},{"name":"DBSTATUS_E_BADSTATUS","features":[590]},{"name":"DBSTATUS_E_CANCELED","features":[590]},{"name":"DBSTATUS_E_CANNOTCOMPLETE","features":[590]},{"name":"DBSTATUS_E_CANTCONVERTVALUE","features":[590]},{"name":"DBSTATUS_E_CANTCREATE","features":[590]},{"name":"DBSTATUS_E_DATAOVERFLOW","features":[590]},{"name":"DBSTATUS_E_DOESNOTEXIST","features":[590]},{"name":"DBSTATUS_E_INTEGRITYVIOLATION","features":[590]},{"name":"DBSTATUS_E_INVALIDURL","features":[590]},{"name":"DBSTATUS_E_NOTCOLLECTION","features":[590]},{"name":"DBSTATUS_E_OUTOFSPACE","features":[590]},{"name":"DBSTATUS_E_PERMISSIONDENIED","features":[590]},{"name":"DBSTATUS_E_READONLY","features":[590]},{"name":"DBSTATUS_E_RESOURCEEXISTS","features":[590]},{"name":"DBSTATUS_E_RESOURCELOCKED","features":[590]},{"name":"DBSTATUS_E_RESOURCEOUTOFSCOPE","features":[590]},{"name":"DBSTATUS_E_SCHEMAVIOLATION","features":[590]},{"name":"DBSTATUS_E_SIGNMISMATCH","features":[590]},{"name":"DBSTATUS_E_UNAVAILABLE","features":[590]},{"name":"DBSTATUS_E_VOLUMENOTFOUND","features":[590]},{"name":"DBSTATUS_S_ALREADYEXISTS","features":[590]},{"name":"DBSTATUS_S_CANNOTDELETESOURCE","features":[590]},{"name":"DBSTATUS_S_DEFAULT","features":[590]},{"name":"DBSTATUS_S_IGNORE","features":[590]},{"name":"DBSTATUS_S_ISNULL","features":[590]},{"name":"DBSTATUS_S_OK","features":[590]},{"name":"DBSTATUS_S_ROWSETCOLUMN","features":[590]},{"name":"DBSTATUS_S_TRUNCATED","features":[590]},{"name":"DBSTAT_COLUMN_CARDINALITY","features":[590]},{"name":"DBSTAT_HISTOGRAM","features":[590]},{"name":"DBSTAT_TUPLE_CARDINALITY","features":[590]},{"name":"DBTABLESTATISTICSTYPE26","features":[590]},{"name":"DBTIME","features":[590]},{"name":"DBTIMESTAMP","features":[590]},{"name":"DBTIMESTAMP","features":[590]},{"name":"DBTYPEENUM","features":[590]},{"name":"DBTYPEENUM15","features":[590]},{"name":"DBTYPEENUM20","features":[590]},{"name":"DBTYPE_ARRAY","features":[590]},{"name":"DBTYPE_BOOL","features":[590]},{"name":"DBTYPE_BSTR","features":[590]},{"name":"DBTYPE_BYREF","features":[590]},{"name":"DBTYPE_BYTES","features":[590]},{"name":"DBTYPE_CY","features":[590]},{"name":"DBTYPE_DATE","features":[590]},{"name":"DBTYPE_DBDATE","features":[590]},{"name":"DBTYPE_DBTIME","features":[590]},{"name":"DBTYPE_DBTIMESTAMP","features":[590]},{"name":"DBTYPE_DECIMAL","features":[590]},{"name":"DBTYPE_EMPTY","features":[590]},{"name":"DBTYPE_ERROR","features":[590]},{"name":"DBTYPE_FILETIME","features":[590]},{"name":"DBTYPE_GUID","features":[590]},{"name":"DBTYPE_HCHAPTER","features":[590]},{"name":"DBTYPE_I1","features":[590]},{"name":"DBTYPE_I2","features":[590]},{"name":"DBTYPE_I4","features":[590]},{"name":"DBTYPE_I8","features":[590]},{"name":"DBTYPE_IDISPATCH","features":[590]},{"name":"DBTYPE_IUNKNOWN","features":[590]},{"name":"DBTYPE_NULL","features":[590]},{"name":"DBTYPE_NUMERIC","features":[590]},{"name":"DBTYPE_PROPVARIANT","features":[590]},{"name":"DBTYPE_R4","features":[590]},{"name":"DBTYPE_R8","features":[590]},{"name":"DBTYPE_RESERVED","features":[590]},{"name":"DBTYPE_SQLVARIANT","features":[590]},{"name":"DBTYPE_STR","features":[590]},{"name":"DBTYPE_UDT","features":[590]},{"name":"DBTYPE_UI1","features":[590]},{"name":"DBTYPE_UI2","features":[590]},{"name":"DBTYPE_UI4","features":[590]},{"name":"DBTYPE_UI8","features":[590]},{"name":"DBTYPE_VARIANT","features":[590]},{"name":"DBTYPE_VARNUMERIC","features":[590]},{"name":"DBTYPE_VECTOR","features":[590]},{"name":"DBTYPE_WSTR","features":[590]},{"name":"DBUNIT_BYTE","features":[590]},{"name":"DBUNIT_GIGA_BYTE","features":[590]},{"name":"DBUNIT_HOUR","features":[590]},{"name":"DBUNIT_INVALID","features":[590]},{"name":"DBUNIT_KILO_BYTE","features":[590]},{"name":"DBUNIT_MAXIMUM","features":[590]},{"name":"DBUNIT_MEGA_BYTE","features":[590]},{"name":"DBUNIT_MICRO_SECOND","features":[590]},{"name":"DBUNIT_MILLI_SECOND","features":[590]},{"name":"DBUNIT_MINIMUM","features":[590]},{"name":"DBUNIT_MINUTE","features":[590]},{"name":"DBUNIT_NUM_LOCKS","features":[590]},{"name":"DBUNIT_NUM_MSGS","features":[590]},{"name":"DBUNIT_NUM_ROWS","features":[590]},{"name":"DBUNIT_OTHER","features":[590]},{"name":"DBUNIT_PERCENT","features":[590]},{"name":"DBUNIT_SECOND","features":[590]},{"name":"DBUNIT_WEIGHT","features":[590]},{"name":"DBUPDELRULEENUM","features":[590]},{"name":"DBUPDELRULE_CASCADE","features":[590]},{"name":"DBUPDELRULE_NOACTION","features":[590]},{"name":"DBUPDELRULE_SETDEFAULT","features":[590]},{"name":"DBUPDELRULE_SETNULL","features":[590]},{"name":"DBVARYBIN","features":[590]},{"name":"DBVARYCHAR","features":[590]},{"name":"DBVECTOR","features":[590]},{"name":"DBVECTOR","features":[590]},{"name":"DBWATCHMODEENUM","features":[590]},{"name":"DBWATCHMODE_ALL","features":[590]},{"name":"DBWATCHMODE_COUNT","features":[590]},{"name":"DBWATCHMODE_EXTEND","features":[590]},{"name":"DBWATCHMODE_MOVE","features":[590]},{"name":"DBWATCHNOTIFYENUM","features":[590]},{"name":"DBWATCHNOTIFY_QUERYDONE","features":[590]},{"name":"DBWATCHNOTIFY_QUERYREEXECUTED","features":[590]},{"name":"DBWATCHNOTIFY_ROWSCHANGED","features":[590]},{"name":"DB_ALL_EXCEPT_LIKE","features":[590]},{"name":"DB_BINDFLAGS_COLLECTION","features":[590]},{"name":"DB_BINDFLAGS_DELAYFETCHCOLUMNS","features":[590]},{"name":"DB_BINDFLAGS_DELAYFETCHSTREAM","features":[590]},{"name":"DB_BINDFLAGS_ISSTRUCTUREDDOCUMENT","features":[590]},{"name":"DB_BINDFLAGS_OPENIFEXISTS","features":[590]},{"name":"DB_BINDFLAGS_OUTPUT","features":[590]},{"name":"DB_BINDFLAGS_OVERWRITE","features":[590]},{"name":"DB_BINDFLAGS_RECURSIVE","features":[590]},{"name":"DB_COLLATION_ASC","features":[590]},{"name":"DB_COLLATION_DESC","features":[590]},{"name":"DB_COUNTUNAVAILABLE","features":[590]},{"name":"DB_E_ABORTLIMITREACHED","features":[590]},{"name":"DB_E_ALREADYINITIALIZED","features":[590]},{"name":"DB_E_ALTERRESTRICTED","features":[590]},{"name":"DB_E_ASYNCNOTSUPPORTED","features":[590]},{"name":"DB_E_BADACCESSORFLAGS","features":[590]},{"name":"DB_E_BADACCESSORHANDLE","features":[590]},{"name":"DB_E_BADACCESSORTYPE","features":[590]},{"name":"DB_E_BADBINDINFO","features":[590]},{"name":"DB_E_BADBOOKMARK","features":[590]},{"name":"DB_E_BADCHAPTER","features":[590]},{"name":"DB_E_BADCOLUMNID","features":[590]},{"name":"DB_E_BADCOMMANDFLAGS","features":[590]},{"name":"DB_E_BADCOMMANDID","features":[590]},{"name":"DB_E_BADCOMPAREOP","features":[590]},{"name":"DB_E_BADCONSTRAINTFORM","features":[590]},{"name":"DB_E_BADCONSTRAINTID","features":[590]},{"name":"DB_E_BADCONSTRAINTTYPE","features":[590]},{"name":"DB_E_BADCONVERTFLAG","features":[590]},{"name":"DB_E_BADCOPY","features":[590]},{"name":"DB_E_BADDEFERRABILITY","features":[590]},{"name":"DB_E_BADDYNAMICERRORID","features":[590]},{"name":"DB_E_BADHRESULT","features":[590]},{"name":"DB_E_BADID","features":[590]},{"name":"DB_E_BADINDEXID","features":[590]},{"name":"DB_E_BADINITSTRING","features":[590]},{"name":"DB_E_BADLOCKMODE","features":[590]},{"name":"DB_E_BADLOOKUPID","features":[590]},{"name":"DB_E_BADMATCHTYPE","features":[590]},{"name":"DB_E_BADORDINAL","features":[590]},{"name":"DB_E_BADPARAMETERNAME","features":[590]},{"name":"DB_E_BADPRECISION","features":[590]},{"name":"DB_E_BADPROPERTYVALUE","features":[590]},{"name":"DB_E_BADRATIO","features":[590]},{"name":"DB_E_BADRECORDNUM","features":[590]},{"name":"DB_E_BADREGIONHANDLE","features":[590]},{"name":"DB_E_BADROWHANDLE","features":[590]},{"name":"DB_E_BADSCALE","features":[590]},{"name":"DB_E_BADSOURCEHANDLE","features":[590]},{"name":"DB_E_BADSTARTPOSITION","features":[590]},{"name":"DB_E_BADSTATUSVALUE","features":[590]},{"name":"DB_E_BADSTORAGEFLAG","features":[590]},{"name":"DB_E_BADSTORAGEFLAGS","features":[590]},{"name":"DB_E_BADTABLEID","features":[590]},{"name":"DB_E_BADTYPE","features":[590]},{"name":"DB_E_BADTYPENAME","features":[590]},{"name":"DB_E_BADUPDATEDELETERULE","features":[590]},{"name":"DB_E_BADVALUES","features":[590]},{"name":"DB_E_BOGUS","features":[590]},{"name":"DB_E_BOOKMARKSKIPPED","features":[590]},{"name":"DB_E_BYREFACCESSORNOTSUPPORTED","features":[590]},{"name":"DB_E_CANCELED","features":[590]},{"name":"DB_E_CANNOTCONNECT","features":[590]},{"name":"DB_E_CANNOTFREE","features":[590]},{"name":"DB_E_CANNOTRESTART","features":[590]},{"name":"DB_E_CANTCANCEL","features":[590]},{"name":"DB_E_CANTCONVERTVALUE","features":[590]},{"name":"DB_E_CANTFETCHBACKWARDS","features":[590]},{"name":"DB_E_CANTFILTER","features":[590]},{"name":"DB_E_CANTORDER","features":[590]},{"name":"DB_E_CANTSCROLLBACKWARDS","features":[590]},{"name":"DB_E_CANTTRANSLATE","features":[590]},{"name":"DB_E_CHAPTERNOTRELEASED","features":[590]},{"name":"DB_E_COLUMNUNAVAILABLE","features":[590]},{"name":"DB_E_COMMANDNOTPERSISTED","features":[590]},{"name":"DB_E_CONCURRENCYVIOLATION","features":[590]},{"name":"DB_E_COSTLIMIT","features":[590]},{"name":"DB_E_DATAOVERFLOW","features":[590]},{"name":"DB_E_DELETEDROW","features":[590]},{"name":"DB_E_DIALECTNOTSUPPORTED","features":[590]},{"name":"DB_E_DROPRESTRICTED","features":[590]},{"name":"DB_E_DUPLICATECOLUMNID","features":[590]},{"name":"DB_E_DUPLICATECONSTRAINTID","features":[590]},{"name":"DB_E_DUPLICATEDATASOURCE","features":[590]},{"name":"DB_E_DUPLICATEID","features":[590]},{"name":"DB_E_DUPLICATEINDEXID","features":[590]},{"name":"DB_E_DUPLICATETABLEID","features":[590]},{"name":"DB_E_ERRORSINCOMMAND","features":[590]},{"name":"DB_E_ERRORSOCCURRED","features":[590]},{"name":"DB_E_GOALREJECTED","features":[590]},{"name":"DB_E_INDEXINUSE","features":[590]},{"name":"DB_E_INTEGRITYVIOLATION","features":[590]},{"name":"DB_E_INVALID","features":[590]},{"name":"DB_E_INVALIDTRANSITION","features":[590]},{"name":"DB_E_LIMITREJECTED","features":[590]},{"name":"DB_E_MAXPENDCHANGESEXCEEDED","features":[590]},{"name":"DB_E_MISMATCHEDPROVIDER","features":[590]},{"name":"DB_E_MULTIPLESTATEMENTS","features":[590]},{"name":"DB_E_MULTIPLESTORAGE","features":[590]},{"name":"DB_E_NEWLYINSERTED","features":[590]},{"name":"DB_E_NOAGGREGATION","features":[590]},{"name":"DB_E_NOCOLUMN","features":[590]},{"name":"DB_E_NOCOMMAND","features":[590]},{"name":"DB_E_NOCONSTRAINT","features":[590]},{"name":"DB_E_NOINDEX","features":[590]},{"name":"DB_E_NOLOCALE","features":[590]},{"name":"DB_E_NONCONTIGUOUSRANGE","features":[590]},{"name":"DB_E_NOPROVIDERSREGISTERED","features":[590]},{"name":"DB_E_NOQUERY","features":[590]},{"name":"DB_E_NOSOURCEOBJECT","features":[590]},{"name":"DB_E_NOSTATISTIC","features":[590]},{"name":"DB_E_NOTABLE","features":[590]},{"name":"DB_E_NOTAREFERENCECOLUMN","features":[590]},{"name":"DB_E_NOTASUBREGION","features":[590]},{"name":"DB_E_NOTCOLLECTION","features":[590]},{"name":"DB_E_NOTFOUND","features":[590]},{"name":"DB_E_NOTPREPARED","features":[590]},{"name":"DB_E_NOTREENTRANT","features":[590]},{"name":"DB_E_NOTSUPPORTED","features":[590]},{"name":"DB_E_NULLACCESSORNOTSUPPORTED","features":[590]},{"name":"DB_E_OBJECTCREATIONLIMITREACHED","features":[590]},{"name":"DB_E_OBJECTMISMATCH","features":[590]},{"name":"DB_E_OBJECTOPEN","features":[590]},{"name":"DB_E_OUTOFSPACE","features":[590]},{"name":"DB_E_PARAMNOTOPTIONAL","features":[590]},{"name":"DB_E_PARAMUNAVAILABLE","features":[590]},{"name":"DB_E_PENDINGCHANGES","features":[590]},{"name":"DB_E_PENDINGINSERT","features":[590]},{"name":"DB_E_READONLY","features":[590]},{"name":"DB_E_READONLYACCESSOR","features":[590]},{"name":"DB_E_RESOURCEEXISTS","features":[590]},{"name":"DB_E_RESOURCELOCKED","features":[590]},{"name":"DB_E_RESOURCENOTSUPPORTED","features":[590]},{"name":"DB_E_RESOURCEOUTOFSCOPE","features":[590]},{"name":"DB_E_ROWLIMITEXCEEDED","features":[590]},{"name":"DB_E_ROWSETINCOMMAND","features":[590]},{"name":"DB_E_ROWSNOTRELEASED","features":[590]},{"name":"DB_E_SCHEMAVIOLATION","features":[590]},{"name":"DB_E_TABLEINUSE","features":[590]},{"name":"DB_E_TIMEOUT","features":[590]},{"name":"DB_E_UNSUPPORTEDCONVERSION","features":[590]},{"name":"DB_E_WRITEONLYACCESSOR","features":[590]},{"name":"DB_IMP_LEVEL_ANONYMOUS","features":[590]},{"name":"DB_IMP_LEVEL_DELEGATE","features":[590]},{"name":"DB_IMP_LEVEL_IDENTIFY","features":[590]},{"name":"DB_IMP_LEVEL_IMPERSONATE","features":[590]},{"name":"DB_IN","features":[590]},{"name":"DB_INVALID_HACCESSOR","features":[590]},{"name":"DB_INVALID_HCHAPTER","features":[590]},{"name":"DB_LIKE_ONLY","features":[590]},{"name":"DB_LOCAL_EXCLUSIVE","features":[590]},{"name":"DB_LOCAL_SHARED","features":[590]},{"name":"DB_MODE_READ","features":[590]},{"name":"DB_MODE_READWRITE","features":[590]},{"name":"DB_MODE_SHARE_DENY_NONE","features":[590]},{"name":"DB_MODE_SHARE_DENY_READ","features":[590]},{"name":"DB_MODE_SHARE_DENY_WRITE","features":[590]},{"name":"DB_MODE_SHARE_EXCLUSIVE","features":[590]},{"name":"DB_MODE_WRITE","features":[590]},{"name":"DB_NULLGUID","features":[590]},{"name":"DB_NULL_HACCESSOR","features":[590]},{"name":"DB_NULL_HCHAPTER","features":[590]},{"name":"DB_NULL_HROW","features":[590]},{"name":"DB_NUMERIC","features":[590]},{"name":"DB_OUT","features":[590]},{"name":"DB_PROT_LEVEL_CALL","features":[590]},{"name":"DB_PROT_LEVEL_CONNECT","features":[590]},{"name":"DB_PROT_LEVEL_NONE","features":[590]},{"name":"DB_PROT_LEVEL_PKT","features":[590]},{"name":"DB_PROT_LEVEL_PKT_INTEGRITY","features":[590]},{"name":"DB_PROT_LEVEL_PKT_PRIVACY","features":[590]},{"name":"DB_PT_FUNCTION","features":[590]},{"name":"DB_PT_PROCEDURE","features":[590]},{"name":"DB_PT_UNKNOWN","features":[590]},{"name":"DB_REMOTE","features":[590]},{"name":"DB_SEARCHABLE","features":[590]},{"name":"DB_SEC_E_AUTH_FAILED","features":[590]},{"name":"DB_SEC_E_PERMISSIONDENIED","features":[590]},{"name":"DB_SEC_E_SAFEMODE_DENIED","features":[590]},{"name":"DB_S_ASYNCHRONOUS","features":[590]},{"name":"DB_S_BADROWHANDLE","features":[590]},{"name":"DB_S_BOOKMARKSKIPPED","features":[590]},{"name":"DB_S_BUFFERFULL","features":[590]},{"name":"DB_S_CANTRELEASE","features":[590]},{"name":"DB_S_COLUMNSCHANGED","features":[590]},{"name":"DB_S_COLUMNTYPEMISMATCH","features":[590]},{"name":"DB_S_COMMANDREEXECUTED","features":[590]},{"name":"DB_S_DELETEDROW","features":[590]},{"name":"DB_S_DIALECTIGNORED","features":[590]},{"name":"DB_S_ENDOFROWSET","features":[590]},{"name":"DB_S_ERRORSOCCURRED","features":[590]},{"name":"DB_S_ERRORSRETURNED","features":[590]},{"name":"DB_S_GOALCHANGED","features":[590]},{"name":"DB_S_LOCKUPGRADED","features":[590]},{"name":"DB_S_MULTIPLECHANGES","features":[590]},{"name":"DB_S_NONEXTROWSET","features":[590]},{"name":"DB_S_NORESULT","features":[590]},{"name":"DB_S_NOROWSPECIFICCOLUMNS","features":[590]},{"name":"DB_S_NOTSINGLETON","features":[590]},{"name":"DB_S_PARAMUNAVAILABLE","features":[590]},{"name":"DB_S_PROPERTIESCHANGED","features":[590]},{"name":"DB_S_ROWLIMITEXCEEDED","features":[590]},{"name":"DB_S_STOPLIMITREACHED","features":[590]},{"name":"DB_S_TOOMANYCHANGES","features":[590]},{"name":"DB_S_TYPEINFOOVERRIDDEN","features":[590]},{"name":"DB_S_UNWANTEDOPERATION","features":[590]},{"name":"DB_S_UNWANTEDPHASE","features":[590]},{"name":"DB_S_UNWANTEDREASON","features":[590]},{"name":"DB_UNSEARCHABLE","features":[590]},{"name":"DB_VARNUMERIC","features":[590]},{"name":"DCINFO","features":[305,358,359,590,360]},{"name":"DCINFOTYPEENUM","features":[590]},{"name":"DCINFOTYPE_VERSION","features":[590]},{"name":"DELIVERY_AGENT_FLAGS","features":[590]},{"name":"DELIVERY_AGENT_FLAG_NO_BROADCAST","features":[590]},{"name":"DELIVERY_AGENT_FLAG_NO_RESTRICTIONS","features":[590]},{"name":"DELIVERY_AGENT_FLAG_SILENT_DIAL","features":[590]},{"name":"DISPID_QUERY_ALL","features":[590]},{"name":"DISPID_QUERY_HITCOUNT","features":[590]},{"name":"DISPID_QUERY_LASTSEENTIME","features":[590]},{"name":"DISPID_QUERY_METADATA_PROPDISPID","features":[590]},{"name":"DISPID_QUERY_METADATA_PROPGUID","features":[590]},{"name":"DISPID_QUERY_METADATA_PROPMODIFIABLE","features":[590]},{"name":"DISPID_QUERY_METADATA_PROPNAME","features":[590]},{"name":"DISPID_QUERY_METADATA_STORELEVEL","features":[590]},{"name":"DISPID_QUERY_METADATA_VROOTAUTOMATIC","features":[590]},{"name":"DISPID_QUERY_METADATA_VROOTMANUAL","features":[590]},{"name":"DISPID_QUERY_METADATA_VROOTUSED","features":[590]},{"name":"DISPID_QUERY_RANK","features":[590]},{"name":"DISPID_QUERY_RANKVECTOR","features":[590]},{"name":"DISPID_QUERY_REVNAME","features":[590]},{"name":"DISPID_QUERY_UNFILTERED","features":[590]},{"name":"DISPID_QUERY_VIRTUALPATH","features":[590]},{"name":"DISPID_QUERY_WORKID","features":[590]},{"name":"DS_E_ALREADYDISABLED","features":[590]},{"name":"DS_E_ALREADYENABLED","features":[590]},{"name":"DS_E_BADREQUEST","features":[590]},{"name":"DS_E_BADRESULT","features":[590]},{"name":"DS_E_BADSEQUENCE","features":[590]},{"name":"DS_E_BUFFERTOOSMALL","features":[590]},{"name":"DS_E_CANNOTREMOVECONCURRENT","features":[590]},{"name":"DS_E_CANNOTWRITEREGISTRY","features":[590]},{"name":"DS_E_CONFIGBAD","features":[590]},{"name":"DS_E_CONFIGNOTRIGHTTYPE","features":[590]},{"name":"DS_E_DATANOTPRESENT","features":[590]},{"name":"DS_E_DATASOURCENOTAVAILABLE","features":[590]},{"name":"DS_E_DATASOURCENOTDISABLED","features":[590]},{"name":"DS_E_DUPLICATEID","features":[590]},{"name":"DS_E_INDEXDIRECTORY","features":[590]},{"name":"DS_E_INVALIDCATALOGNAME","features":[590]},{"name":"DS_E_INVALIDDATASOURCE","features":[590]},{"name":"DS_E_INVALIDTAGDB","features":[590]},{"name":"DS_E_MESSAGETOOLONG","features":[590]},{"name":"DS_E_MISSINGCATALOG","features":[590]},{"name":"DS_E_NOMOREDATA","features":[590]},{"name":"DS_E_PARAMOUTOFRANGE","features":[590]},{"name":"DS_E_PROPVERSIONMISMATCH","features":[590]},{"name":"DS_E_PROTOCOLVERSION","features":[590]},{"name":"DS_E_QUERYCANCELED","features":[590]},{"name":"DS_E_QUERYHUNG","features":[590]},{"name":"DS_E_REGISTRY","features":[590]},{"name":"DS_E_SEARCHCATNAMECOLLISION","features":[590]},{"name":"DS_E_SERVERCAPACITY","features":[590]},{"name":"DS_E_SERVERERROR","features":[590]},{"name":"DS_E_SETSTATUSINPROGRESS","features":[590]},{"name":"DS_E_TOOMANYDATASOURCES","features":[590]},{"name":"DS_E_UNKNOWNPARAM","features":[590]},{"name":"DS_E_UNKNOWNREQUEST","features":[590]},{"name":"DS_E_VALUETOOLARGE","features":[590]},{"name":"DataLinks","features":[590]},{"name":"DataSource","features":[590]},{"name":"DataSourceListener","features":[590]},{"name":"DataSourceObject","features":[358,590]},{"name":"EBindInfoOptions","features":[590]},{"name":"ERRORINFO","features":[590]},{"name":"ERRORINFO","features":[590]},{"name":"ERROR_FTE","features":[590]},{"name":"ERROR_FTE_CB","features":[590]},{"name":"ERROR_FTE_FD","features":[590]},{"name":"ERROR_SOURCE_CMDLINE","features":[590]},{"name":"ERROR_SOURCE_COLLATOR","features":[590]},{"name":"ERROR_SOURCE_CONNMGR","features":[590]},{"name":"ERROR_SOURCE_CONTENT_SOURCE","features":[590]},{"name":"ERROR_SOURCE_DATASOURCE","features":[590]},{"name":"ERROR_SOURCE_DAV","features":[590]},{"name":"ERROR_SOURCE_EXSTOREPH","features":[590]},{"name":"ERROR_SOURCE_FLTRDMN","features":[590]},{"name":"ERROR_SOURCE_GATHERER","features":[590]},{"name":"ERROR_SOURCE_INDEXER","features":[590]},{"name":"ERROR_SOURCE_MSS","features":[590]},{"name":"ERROR_SOURCE_NETWORKING","features":[590]},{"name":"ERROR_SOURCE_NLADMIN","features":[590]},{"name":"ERROR_SOURCE_NOTESPH","features":[590]},{"name":"ERROR_SOURCE_OLEDB_BINDER","features":[590]},{"name":"ERROR_SOURCE_PEOPLE_IMPORT","features":[590]},{"name":"ERROR_SOURCE_PROTHNDLR","features":[590]},{"name":"ERROR_SOURCE_QUERY","features":[590]},{"name":"ERROR_SOURCE_REMOTE_EXSTOREPH","features":[590]},{"name":"ERROR_SOURCE_SCHEMA","features":[590]},{"name":"ERROR_SOURCE_SCRIPTPI","features":[590]},{"name":"ERROR_SOURCE_SECURITY","features":[590]},{"name":"ERROR_SOURCE_SETUP","features":[590]},{"name":"ERROR_SOURCE_SRCH_SCHEMA_CACHE","features":[590]},{"name":"ERROR_SOURCE_XML","features":[590]},{"name":"EVENT_AUDIENCECOMPUTATION_CANNOTSTART","features":[590]},{"name":"EVENT_AUTOCAT_CANT_CREATE_FILE_SHARE","features":[590]},{"name":"EVENT_AUTOCAT_PERFMON","features":[590]},{"name":"EVENT_CONFIG_ERROR","features":[590]},{"name":"EVENT_CONFIG_SYNTAX","features":[590]},{"name":"EVENT_CRAWL_SCHEDULED","features":[590]},{"name":"EVENT_DETAILED_FILTERPOOL_ADD_FAILED","features":[590]},{"name":"EVENT_DSS_NOT_ENABLED","features":[590]},{"name":"EVENT_ENUMERATE_SESSIONS_FAILED","features":[590]},{"name":"EVENT_EXCEPTION","features":[590]},{"name":"EVENT_FAILED_CREATE_GATHERER_LOG","features":[590]},{"name":"EVENT_FAILED_INITIALIZE_CRAWL","features":[590]},{"name":"EVENT_FILTERPOOL_ADD_FAILED","features":[590]},{"name":"EVENT_FILTERPOOL_DELETE_FAILED","features":[590]},{"name":"EVENT_FILTER_HOST_FORCE_TERMINATE","features":[590]},{"name":"EVENT_FILTER_HOST_NOT_INITIALIZED","features":[590]},{"name":"EVENT_FILTER_HOST_NOT_TERMINATED","features":[590]},{"name":"EVENT_GATHERER_DATASOURCE","features":[590]},{"name":"EVENT_GATHERER_PERFMON","features":[590]},{"name":"EVENT_GATHERSVC_PERFMON","features":[590]},{"name":"EVENT_GATHER_ADVISE_FAILED","features":[590]},{"name":"EVENT_GATHER_APP_INIT_FAILED","features":[590]},{"name":"EVENT_GATHER_AUTODESCENCODE_INVALID","features":[590]},{"name":"EVENT_GATHER_AUTODESCLEN_ADJUSTED","features":[590]},{"name":"EVENT_GATHER_BACKUPAPP_COMPLETE","features":[590]},{"name":"EVENT_GATHER_BACKUPAPP_ERROR","features":[590]},{"name":"EVENT_GATHER_CANT_CREATE_DOCID","features":[590]},{"name":"EVENT_GATHER_CANT_DELETE_DOCID","features":[590]},{"name":"EVENT_GATHER_CHECKPOINT_CORRUPT","features":[590]},{"name":"EVENT_GATHER_CHECKPOINT_FAILED","features":[590]},{"name":"EVENT_GATHER_CHECKPOINT_FILE_MISSING","features":[590]},{"name":"EVENT_GATHER_CRAWL_IN_PROGRESS","features":[590]},{"name":"EVENT_GATHER_CRAWL_NOT_STARTED","features":[590]},{"name":"EVENT_GATHER_CRAWL_SEED_ERROR","features":[590]},{"name":"EVENT_GATHER_CRAWL_SEED_FAILED","features":[590]},{"name":"EVENT_GATHER_CRAWL_SEED_FAILED_INIT","features":[590]},{"name":"EVENT_GATHER_CRITICAL_ERROR","features":[590]},{"name":"EVENT_GATHER_DAEMON_TERMINATED","features":[590]},{"name":"EVENT_GATHER_DELETING_HISTORY_ITEMS","features":[590]},{"name":"EVENT_GATHER_DIRTY_STARTUP","features":[590]},{"name":"EVENT_GATHER_DISK_FULL","features":[590]},{"name":"EVENT_GATHER_END_ADAPTIVE","features":[590]},{"name":"EVENT_GATHER_END_CRAWL","features":[590]},{"name":"EVENT_GATHER_END_INCREMENTAL","features":[590]},{"name":"EVENT_GATHER_EXCEPTION","features":[590]},{"name":"EVENT_GATHER_FLUSH_FAILED","features":[590]},{"name":"EVENT_GATHER_FROM_NOT_SET","features":[590]},{"name":"EVENT_GATHER_HISTORY_CORRUPTION_DETECTED","features":[590]},{"name":"EVENT_GATHER_INPLACE_INDEX_REBUILD","features":[590]},{"name":"EVENT_GATHER_INTERNAL","features":[590]},{"name":"EVENT_GATHER_INVALID_NETWORK_ACCESS_ACCOUNT","features":[590]},{"name":"EVENT_GATHER_LOCK_FAILED","features":[590]},{"name":"EVENT_GATHER_NO_CRAWL_SEEDS","features":[590]},{"name":"EVENT_GATHER_NO_SCHEMA","features":[590]},{"name":"EVENT_GATHER_OBJ_INIT_FAILED","features":[590]},{"name":"EVENT_GATHER_PLUGINMGR_INIT_FAILED","features":[590]},{"name":"EVENT_GATHER_PLUGIN_INIT_FAILED","features":[590]},{"name":"EVENT_GATHER_PROTOCOLHANDLER_INIT_FAILED","features":[590]},{"name":"EVENT_GATHER_PROTOCOLHANDLER_LOAD_FAILED","features":[590]},{"name":"EVENT_GATHER_READ_CHECKPOINT_FAILED","features":[590]},{"name":"EVENT_GATHER_RECOVERY_FAILURE","features":[590]},{"name":"EVENT_GATHER_REG_MISSING","features":[590]},{"name":"EVENT_GATHER_RESET_START","features":[590]},{"name":"EVENT_GATHER_RESTOREAPP_COMPLETE","features":[590]},{"name":"EVENT_GATHER_RESTOREAPP_ERROR","features":[590]},{"name":"EVENT_GATHER_RESTORE_CHECKPOINT_FAILED","features":[590]},{"name":"EVENT_GATHER_RESTORE_COMPLETE","features":[590]},{"name":"EVENT_GATHER_RESTORE_ERROR","features":[590]},{"name":"EVENT_GATHER_RESUME","features":[590]},{"name":"EVENT_GATHER_SAVE_FAILED","features":[590]},{"name":"EVENT_GATHER_SERVICE_INIT","features":[590]},{"name":"EVENT_GATHER_START_CRAWL","features":[590]},{"name":"EVENT_GATHER_START_CRAWL_IF_RESET","features":[590]},{"name":"EVENT_GATHER_START_PAUSE","features":[590]},{"name":"EVENT_GATHER_STOP_START","features":[590]},{"name":"EVENT_GATHER_SYSTEM_LCID_CHANGED","features":[590]},{"name":"EVENT_GATHER_THROTTLE","features":[590]},{"name":"EVENT_GATHER_TRANSACTION_FAIL","features":[590]},{"name":"EVENT_HASHMAP_INSERT","features":[590]},{"name":"EVENT_HASHMAP_UPDATE","features":[590]},{"name":"EVENT_INDEXER_ADD_DSS_DISCONNECT","features":[590]},{"name":"EVENT_INDEXER_ADD_DSS_FAILED","features":[590]},{"name":"EVENT_INDEXER_ADD_DSS_SUCCEEDED","features":[590]},{"name":"EVENT_INDEXER_BUILD_ENDED","features":[590]},{"name":"EVENT_INDEXER_BUILD_FAILED","features":[590]},{"name":"EVENT_INDEXER_BUILD_START","features":[590]},{"name":"EVENT_INDEXER_CI_LOAD_ERROR","features":[590]},{"name":"EVENT_INDEXER_DSS_ALREADY_ADDED","features":[590]},{"name":"EVENT_INDEXER_DSS_CONTACT_FAILED","features":[590]},{"name":"EVENT_INDEXER_DSS_UNABLE_TO_REMOVE","features":[590]},{"name":"EVENT_INDEXER_FAIL_TO_CREATE_PER_USER_CATALOG","features":[590]},{"name":"EVENT_INDEXER_FAIL_TO_SET_MAX_JETINSTANCE","features":[590]},{"name":"EVENT_INDEXER_FAIL_TO_UNLOAD_PER_USER_CATALOG","features":[590]},{"name":"EVENT_INDEXER_INIT_ERROR","features":[590]},{"name":"EVENT_INDEXER_INVALID_DIRECTORY","features":[590]},{"name":"EVENT_INDEXER_LOAD_FAIL","features":[590]},{"name":"EVENT_INDEXER_MISSING_APP_DIRECTORY","features":[590]},{"name":"EVENT_INDEXER_NEW_PROJECT","features":[590]},{"name":"EVENT_INDEXER_NO_SEARCH_SERVERS","features":[590]},{"name":"EVENT_INDEXER_OUT_OF_DATABASE_INSTANCE","features":[590]},{"name":"EVENT_INDEXER_PAUSED_FOR_DISKFULL","features":[590]},{"name":"EVENT_INDEXER_PERFMON","features":[590]},{"name":"EVENT_INDEXER_PROPSTORE_INIT_FAILED","features":[590]},{"name":"EVENT_INDEXER_PROP_ABORTED","features":[590]},{"name":"EVENT_INDEXER_PROP_COMMITTED","features":[590]},{"name":"EVENT_INDEXER_PROP_COMMIT_FAILED","features":[590]},{"name":"EVENT_INDEXER_PROP_ERROR","features":[590]},{"name":"EVENT_INDEXER_PROP_STARTED","features":[590]},{"name":"EVENT_INDEXER_PROP_STATE_CORRUPT","features":[590]},{"name":"EVENT_INDEXER_PROP_STOPPED","features":[590]},{"name":"EVENT_INDEXER_PROP_SUCCEEDED","features":[590]},{"name":"EVENT_INDEXER_REG_ERROR","features":[590]},{"name":"EVENT_INDEXER_REG_MISSING","features":[590]},{"name":"EVENT_INDEXER_REMOVED_PROJECT","features":[590]},{"name":"EVENT_INDEXER_REMOVE_DSS_FAILED","features":[590]},{"name":"EVENT_INDEXER_REMOVE_DSS_SUCCEEDED","features":[590]},{"name":"EVENT_INDEXER_RESET_FOR_CORRUPTION","features":[590]},{"name":"EVENT_INDEXER_SCHEMA_COPY_ERROR","features":[590]},{"name":"EVENT_INDEXER_SHUTDOWN","features":[590]},{"name":"EVENT_INDEXER_STARTED","features":[590]},{"name":"EVENT_INDEXER_VERIFY_PROP_ACCOUNT","features":[590]},{"name":"EVENT_LEARN_COMPILE_FAILED","features":[590]},{"name":"EVENT_LEARN_CREATE_DB_FAILED","features":[590]},{"name":"EVENT_LEARN_PROPAGATION_COPY_FAILED","features":[590]},{"name":"EVENT_LEARN_PROPAGATION_FAILED","features":[590]},{"name":"EVENT_LOCAL_GROUPS_CACHE_FLUSHED","features":[590]},{"name":"EVENT_LOCAL_GROUP_NOT_EXPANDED","features":[590]},{"name":"EVENT_NOTIFICATION_FAILURE","features":[590]},{"name":"EVENT_NOTIFICATION_FAILURE_SCOPE_EXCEEDED_LOGGING","features":[590]},{"name":"EVENT_NOTIFICATION_RESTORED","features":[590]},{"name":"EVENT_NOTIFICATION_RESTORED_SCOPE_EXCEEDED_LOGGING","features":[590]},{"name":"EVENT_NOTIFICATION_THREAD_EXIT_FAILED","features":[590]},{"name":"EVENT_OUTOFMEMORY","features":[590]},{"name":"EVENT_PERF_COUNTERS_ALREADY_EXISTS","features":[590]},{"name":"EVENT_PERF_COUNTERS_NOT_LOADED","features":[590]},{"name":"EVENT_PERF_COUNTERS_REGISTRY_TROUBLE","features":[590]},{"name":"EVENT_PROTOCOL_HOST_FORCE_TERMINATE","features":[590]},{"name":"EVENT_REG_VERSION","features":[590]},{"name":"EVENT_SSSEARCH_CREATE_PATH_RULES_FAILED","features":[590]},{"name":"EVENT_SSSEARCH_CSM_SAVE_FAILED","features":[590]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_FAILED","features":[590]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_ROLLBACK_ERRORS","features":[590]},{"name":"EVENT_SSSEARCH_DATAFILES_MOVE_SUCCEEDED","features":[590]},{"name":"EVENT_SSSEARCH_DROPPED_EVENTS","features":[590]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_FAILED","features":[590]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_STARTED","features":[590]},{"name":"EVENT_SSSEARCH_SETUP_CLEANUP_SUCCEEDED","features":[590]},{"name":"EVENT_SSSEARCH_SETUP_FAILED","features":[590]},{"name":"EVENT_SSSEARCH_SETUP_SUCCEEDED","features":[590]},{"name":"EVENT_SSSEARCH_STARTED","features":[590]},{"name":"EVENT_SSSEARCH_STARTING_SETUP","features":[590]},{"name":"EVENT_SSSEARCH_STOPPED","features":[590]},{"name":"EVENT_STS_INIT_SECURITY_FAILED","features":[590]},{"name":"EVENT_SYSTEM_EXCEPTION","features":[590]},{"name":"EVENT_TRANSACTION_READ","features":[590]},{"name":"EVENT_TRANSLOG_APPEND","features":[590]},{"name":"EVENT_TRANSLOG_CREATE","features":[590]},{"name":"EVENT_TRANSLOG_CREATE_TRX","features":[590]},{"name":"EVENT_TRANSLOG_UPDATE","features":[590]},{"name":"EVENT_UNPRIVILEGED_SERVICE_ACCOUNT","features":[590]},{"name":"EVENT_USING_DIFFERENT_WORD_BREAKER","features":[590]},{"name":"EVENT_WARNING_CANNOT_UPGRADE_NOISE_FILE","features":[590]},{"name":"EVENT_WARNING_CANNOT_UPGRADE_NOISE_FILES","features":[590]},{"name":"EVENT_WBREAKER_NOT_LOADED","features":[590]},{"name":"EVENT_WIN32_ERROR","features":[590]},{"name":"EXCI_E_ACCESS_DENIED","features":[590]},{"name":"EXCI_E_BADCONFIG_OR_ACCESSDENIED","features":[590]},{"name":"EXCI_E_INVALID_ACCOUNT_INFO","features":[590]},{"name":"EXCI_E_INVALID_EXCHANGE_SERVER","features":[590]},{"name":"EXCI_E_INVALID_SERVER_CONFIG","features":[590]},{"name":"EXCI_E_NOT_ADMIN_OR_WRONG_SITE","features":[590]},{"name":"EXCI_E_NO_CONFIG","features":[590]},{"name":"EXCI_E_NO_MAPI","features":[590]},{"name":"EXCI_E_WRONG_SERVER_OR_ACCT","features":[590]},{"name":"EXSTOREPH_E_UNEXPECTED","features":[590]},{"name":"EX_ANY","features":[590]},{"name":"EX_CMDFATAL","features":[590]},{"name":"EX_CONTROL","features":[590]},{"name":"EX_DBCORRUPT","features":[590]},{"name":"EX_DBFATAL","features":[590]},{"name":"EX_DEADLOCK","features":[590]},{"name":"EX_HARDWARE","features":[590]},{"name":"EX_INFO","features":[590]},{"name":"EX_INTOK","features":[590]},{"name":"EX_LIMIT","features":[590]},{"name":"EX_MAXISEVERITY","features":[590]},{"name":"EX_MISSING","features":[590]},{"name":"EX_PERMIT","features":[590]},{"name":"EX_RESOURCE","features":[590]},{"name":"EX_SYNTAX","features":[590]},{"name":"EX_TABCORRUPT","features":[590]},{"name":"EX_TYPE","features":[590]},{"name":"EX_USER","features":[590]},{"name":"FAIL","features":[590]},{"name":"FF_INDEXCOMPLEXURLS","features":[590]},{"name":"FF_SUPPRESSINDEXING","features":[590]},{"name":"FILTERED_DATA_SOURCES","features":[590]},{"name":"FLTRDMN_E_CANNOT_DECRYPT_PASSWORD","features":[590]},{"name":"FLTRDMN_E_ENCRYPTED_DOCUMENT","features":[590]},{"name":"FLTRDMN_E_FILTER_INIT_FAILED","features":[590]},{"name":"FLTRDMN_E_QI_FILTER_FAILED","features":[590]},{"name":"FLTRDMN_E_UNEXPECTED","features":[590]},{"name":"FOLLOW_FLAGS","features":[590]},{"name":"FTE_E_ADMIN_BLOB_CORRUPT","features":[590]},{"name":"FTE_E_AFFINITY_MASK","features":[590]},{"name":"FTE_E_ALREADY_INITIALIZED","features":[590]},{"name":"FTE_E_ANOTHER_STATUS_CHANGE_IS_ALREADY_ACTIVE","features":[590]},{"name":"FTE_E_BATCH_ABORTED","features":[590]},{"name":"FTE_E_CATALOG_ALREADY_EXISTS","features":[590]},{"name":"FTE_E_CATALOG_DOES_NOT_EXIST","features":[590]},{"name":"FTE_E_CB_CBID_OUT_OF_BOUND","features":[590]},{"name":"FTE_E_CB_NOT_ENOUGH_AVAIL_PHY_MEM","features":[590]},{"name":"FTE_E_CB_NOT_ENOUGH_OCC_BUFFER","features":[590]},{"name":"FTE_E_CB_OUT_OF_MEMORY","features":[590]},{"name":"FTE_E_COM_SIGNATURE_VALIDATION","features":[590]},{"name":"FTE_E_CORRUPT_GATHERER_HASH_MAP","features":[590]},{"name":"FTE_E_CORRUPT_PROPERTY_STORE","features":[590]},{"name":"FTE_E_CORRUPT_WORDLIST","features":[590]},{"name":"FTE_E_DATATYPE_MISALIGNMENT","features":[590]},{"name":"FTE_E_DEPENDENT_TRAN_FAILED_TO_PERSIST","features":[590]},{"name":"FTE_E_DOC_TOO_HUGE","features":[590]},{"name":"FTE_E_DUPLICATE_OBJECT","features":[590]},{"name":"FTE_E_ERROR_WRITING_REGISTRY","features":[590]},{"name":"FTE_E_EXCEEDED_MAX_PLUGINS","features":[590]},{"name":"FTE_E_FAILED_TO_CREATE_ACCESSOR","features":[590]},{"name":"FTE_E_FAILURE_TO_POST_SETCOMPLETION_STATUS","features":[590]},{"name":"FTE_E_FD_DID_NOT_CONNECT","features":[590]},{"name":"FTE_E_FD_DOC_TIMEOUT","features":[590]},{"name":"FTE_E_FD_DOC_UNEXPECTED_EXIT","features":[590]},{"name":"FTE_E_FD_FAILED_TO_LOAD_IFILTER","features":[590]},{"name":"FTE_E_FD_FILTER_CAUSED_SHARING_VIOLATION","features":[590]},{"name":"FTE_E_FD_IDLE","features":[590]},{"name":"FTE_E_FD_IFILTER_INIT_FAILED","features":[590]},{"name":"FTE_E_FD_NOISE_NO_IPERSISTSTREAM_ON_TEXT_FILTER","features":[590]},{"name":"FTE_E_FD_NOISE_NO_TEXT_FILTER","features":[590]},{"name":"FTE_E_FD_NOISE_TEXT_FILTER_INIT_FAILED","features":[590]},{"name":"FTE_E_FD_NOISE_TEXT_FILTER_LOAD_FAILED","features":[590]},{"name":"FTE_E_FD_NO_IPERSIST_INTERFACE","features":[590]},{"name":"FTE_E_FD_OCCURRENCE_OVERFLOW","features":[590]},{"name":"FTE_E_FD_OWNERSHIP_OBSOLETE","features":[590]},{"name":"FTE_E_FD_SHUTDOWN","features":[590]},{"name":"FTE_E_FD_TIMEOUT","features":[590]},{"name":"FTE_E_FD_UNEXPECTED_EXIT","features":[590]},{"name":"FTE_E_FD_UNRESPONSIVE","features":[590]},{"name":"FTE_E_FD_USED_TOO_MUCH_MEMORY","features":[590]},{"name":"FTE_E_FILTER_SINGLE_THREADED","features":[590]},{"name":"FTE_E_HIGH_MEMORY_PRESSURE","features":[590]},{"name":"FTE_E_INVALID_CODEPAGE","features":[590]},{"name":"FTE_E_INVALID_DOCID","features":[590]},{"name":"FTE_E_INVALID_ISOLATE_ERROR_BATCH","features":[590]},{"name":"FTE_E_INVALID_PROG_ID","features":[590]},{"name":"FTE_E_INVALID_PROJECT_ID","features":[590]},{"name":"FTE_E_INVALID_PROPERTY","features":[590]},{"name":"FTE_E_INVALID_TYPE","features":[590]},{"name":"FTE_E_KEY_NOT_CACHED","features":[590]},{"name":"FTE_E_LIBRARY_NOT_LOADED","features":[590]},{"name":"FTE_E_NOT_PROCESSED_DUE_TO_PREVIOUS_ERRORS","features":[590]},{"name":"FTE_E_NO_MORE_PROPERTIES","features":[590]},{"name":"FTE_E_NO_PLUGINS","features":[590]},{"name":"FTE_E_NO_PROPERTY_STORE","features":[590]},{"name":"FTE_E_OUT_OF_RANGE","features":[590]},{"name":"FTE_E_PATH_TOO_LONG","features":[590]},{"name":"FTE_E_PAUSE_EXTERNAL","features":[590]},{"name":"FTE_E_PERFMON_FULL","features":[590]},{"name":"FTE_E_PERF_NOT_LOADED","features":[590]},{"name":"FTE_E_PIPE_DATA_CORRUPTED","features":[590]},{"name":"FTE_E_PIPE_NOT_CONNECTED","features":[590]},{"name":"FTE_E_PROGID_REQUIRED","features":[590]},{"name":"FTE_E_PROJECT_NOT_INITALIZED","features":[590]},{"name":"FTE_E_PROJECT_SHUTDOWN","features":[590]},{"name":"FTE_E_PROPERTY_STORE_WORKID_NOTVALID","features":[590]},{"name":"FTE_E_READONLY_CATALOG","features":[590]},{"name":"FTE_E_REDUNDANT_TRAN_FAILURE","features":[590]},{"name":"FTE_E_REJECTED_DUE_TO_PROJECT_STATUS","features":[590]},{"name":"FTE_E_RESOURCE_SHUTDOWN","features":[590]},{"name":"FTE_E_RETRY_HUGE_DOC","features":[590]},{"name":"FTE_E_RETRY_SINGLE_DOC_PER_BATCH","features":[590]},{"name":"FTE_E_SECRET_NOT_FOUND","features":[590]},{"name":"FTE_E_SERIAL_STREAM_CORRUPT","features":[590]},{"name":"FTE_E_STACK_CORRUPTED","features":[590]},{"name":"FTE_E_STATIC_THREAD_INVALID_ARGUMENTS","features":[590]},{"name":"FTE_E_UNEXPECTED_EXIT","features":[590]},{"name":"FTE_E_UNKNOWN_FD_TYPE","features":[590]},{"name":"FTE_E_UNKNOWN_PLUGIN","features":[590]},{"name":"FTE_E_UPGRADE_INTERFACE_ALREADY_INSTANTIATED","features":[590]},{"name":"FTE_E_UPGRADE_INTERFACE_ALREADY_SHUTDOWN","features":[590]},{"name":"FTE_E_URB_TOO_BIG","features":[590]},{"name":"FTE_INVALID_ADMIN_CLIENT","features":[590]},{"name":"FTE_S_BEYOND_QUOTA","features":[590]},{"name":"FTE_S_CATALOG_BLOB_MISMATCHED","features":[590]},{"name":"FTE_S_PROPERTY_RESET","features":[590]},{"name":"FTE_S_PROPERTY_STORE_END_OF_ENUMERATION","features":[590]},{"name":"FTE_S_READONLY_CATALOG","features":[590]},{"name":"FTE_S_REDUNDANT","features":[590]},{"name":"FTE_S_RESOURCES_STARTING_TO_GET_LOW","features":[590]},{"name":"FTE_S_RESUME","features":[590]},{"name":"FTE_S_STATUS_CHANGE_REQUEST","features":[590]},{"name":"FTE_S_TRY_TO_FLUSH","features":[590]},{"name":"FilterRegistration","features":[590]},{"name":"GENERATE_METHOD_PREFIXMATCH","features":[590]},{"name":"GENERATE_METHOD_STEMMED","features":[590]},{"name":"GHTR_E_INSUFFICIENT_DISK_SPACE","features":[590]},{"name":"GHTR_E_LOCAL_SERVER_UNAVAILABLE","features":[590]},{"name":"GTHR_E_ADDLINKS_FAILED_WILL_RETRY_PARENT","features":[590]},{"name":"GTHR_E_APPLICATION_NOT_FOUND","features":[590]},{"name":"GTHR_E_AUTOCAT_UNEXPECTED","features":[590]},{"name":"GTHR_E_BACKUP_VALIDATION_FAIL","features":[590]},{"name":"GTHR_E_BAD_FILTER_DAEMON","features":[590]},{"name":"GTHR_E_BAD_FILTER_HOST","features":[590]},{"name":"GTHR_E_CANNOT_ENABLE_CHECKPOINT","features":[590]},{"name":"GTHR_E_CANNOT_REMOVE_PLUGINMGR","features":[590]},{"name":"GTHR_E_CONFIG_DUP_EXTENSION","features":[590]},{"name":"GTHR_E_CONFIG_DUP_PROJECT","features":[590]},{"name":"GTHR_E_CONTENT_ID_CONFLICT","features":[590]},{"name":"GTHR_E_DIRMON_NOT_INITIALZED","features":[590]},{"name":"GTHR_E_DUPLICATE_OBJECT","features":[590]},{"name":"GTHR_E_DUPLICATE_PROJECT","features":[590]},{"name":"GTHR_E_DUPLICATE_URL","features":[590]},{"name":"GTHR_E_DUP_PROPERTY_MAPPING","features":[590]},{"name":"GTHR_E_EMPTY_DACL","features":[590]},{"name":"GTHR_E_ERROR_INITIALIZING_PERFMON","features":[590]},{"name":"GTHR_E_ERROR_OBJECT_NOT_FOUND","features":[590]},{"name":"GTHR_E_ERROR_WRITING_REGISTRY","features":[590]},{"name":"GTHR_E_FILTERPOOL_NOTFOUND","features":[590]},{"name":"GTHR_E_FILTER_FAULT","features":[590]},{"name":"GTHR_E_FILTER_INIT","features":[590]},{"name":"GTHR_E_FILTER_INTERRUPTED","features":[590]},{"name":"GTHR_E_FILTER_INVALID_MESSAGE","features":[590]},{"name":"GTHR_E_FILTER_NOT_FOUND","features":[590]},{"name":"GTHR_E_FILTER_NO_CODEPAGE","features":[590]},{"name":"GTHR_E_FILTER_NO_MORE_THREADS","features":[590]},{"name":"GTHR_E_FILTER_PROCESS_TERMINATED","features":[590]},{"name":"GTHR_E_FILTER_PROCESS_TERMINATED_QUOTA","features":[590]},{"name":"GTHR_E_FILTER_SINGLE_THREADED","features":[590]},{"name":"GTHR_E_FOLDER_CRAWLED_BY_ANOTHER_WORKSPACE","features":[590]},{"name":"GTHR_E_FORCE_NOTIFICATION_RESET","features":[590]},{"name":"GTHR_E_FROM_NOT_SPECIFIED","features":[590]},{"name":"GTHR_E_IE_OFFLINE","features":[590]},{"name":"GTHR_E_INSUFFICIENT_EXAMPLE_CATEGORIES","features":[590]},{"name":"GTHR_E_INSUFFICIENT_EXAMPLE_DOCUMENTS","features":[590]},{"name":"GTHR_E_INSUFFICIENT_FEATURE_TERMS","features":[590]},{"name":"GTHR_E_INVALIDFUNCTION","features":[590]},{"name":"GTHR_E_INVALID_ACCOUNT","features":[590]},{"name":"GTHR_E_INVALID_ACCOUNT_SYNTAX","features":[590]},{"name":"GTHR_E_INVALID_APPLICATION_NAME","features":[590]},{"name":"GTHR_E_INVALID_CALL_FROM_WBREAKER","features":[590]},{"name":"GTHR_E_INVALID_DIRECTORY","features":[590]},{"name":"GTHR_E_INVALID_EXTENSION","features":[590]},{"name":"GTHR_E_INVALID_GROW_FACTOR","features":[590]},{"name":"GTHR_E_INVALID_HOST_NAME","features":[590]},{"name":"GTHR_E_INVALID_LOG_FILE_NAME","features":[590]},{"name":"GTHR_E_INVALID_MAPPING","features":[590]},{"name":"GTHR_E_INVALID_PATH","features":[590]},{"name":"GTHR_E_INVALID_PATH_EXPRESSION","features":[590]},{"name":"GTHR_E_INVALID_PATH_SPEC","features":[590]},{"name":"GTHR_E_INVALID_PROJECT_NAME","features":[590]},{"name":"GTHR_E_INVALID_PROXY_PORT","features":[590]},{"name":"GTHR_E_INVALID_RESOURCE_ID","features":[590]},{"name":"GTHR_E_INVALID_RETRIES","features":[590]},{"name":"GTHR_E_INVALID_START_ADDRESS","features":[590]},{"name":"GTHR_E_INVALID_START_PAGE","features":[590]},{"name":"GTHR_E_INVALID_START_PAGE_HOST","features":[590]},{"name":"GTHR_E_INVALID_START_PAGE_PATH","features":[590]},{"name":"GTHR_E_INVALID_STREAM_LOGS_COUNT","features":[590]},{"name":"GTHR_E_INVALID_TIME_OUT","features":[590]},{"name":"GTHR_E_JET_BACKUP_ERROR","features":[590]},{"name":"GTHR_E_JET_RESTORE_ERROR","features":[590]},{"name":"GTHR_E_LOCAL_GROUPS_EXPANSION_INTERNAL_ERROR","features":[590]},{"name":"GTHR_E_NAME_TOO_LONG","features":[590]},{"name":"GTHR_E_NESTED_HIERARCHICAL_START_ADDRESSES","features":[590]},{"name":"GTHR_E_NOFILTERSINK","features":[590]},{"name":"GTHR_E_NON_FIXED_DRIVE","features":[590]},{"name":"GTHR_E_NOTIFICATION_FILE_SHARE_INFO_NOT_AVAILABLE","features":[590]},{"name":"GTHR_E_NOTIFICATION_LOCAL_PATH_MUST_USE_FIXED_DRIVE","features":[590]},{"name":"GTHR_E_NOTIFICATION_START_ADDRESS_INVALID","features":[590]},{"name":"GTHR_E_NOTIFICATION_START_PAGE","features":[590]},{"name":"GTHR_E_NOTIFICATION_TYPE_NOT_SUPPORTED","features":[590]},{"name":"GTHR_E_NOTIF_ACCESS_TOKEN_UPDATED","features":[590]},{"name":"GTHR_E_NOTIF_BEING_REMOVED","features":[590]},{"name":"GTHR_E_NOTIF_EXCESSIVE_THROUGHPUT","features":[590]},{"name":"GTHR_E_NO_IDENTITY","features":[590]},{"name":"GTHR_E_NO_PRTCLHNLR","features":[590]},{"name":"GTHR_E_NTF_CLIENT_NOT_SUBSCRIBED","features":[590]},{"name":"GTHR_E_OBJECT_NOT_VALID","features":[590]},{"name":"GTHR_E_OUT_OF_DOC_ID","features":[590]},{"name":"GTHR_E_PIPE_NOT_CONNECTTED","features":[590]},{"name":"GTHR_E_PLUGIN_NOT_REGISTERED","features":[590]},{"name":"GTHR_E_PROJECT_NOT_INITIALIZED","features":[590]},{"name":"GTHR_E_PROPERTIES_EXCEEDED","features":[590]},{"name":"GTHR_E_PROPERTY_LIST_NOT_INITIALIZED","features":[590]},{"name":"GTHR_E_PROXY_NAME","features":[590]},{"name":"GTHR_E_PRT_HNDLR_PROGID_MISSING","features":[590]},{"name":"GTHR_E_RECOVERABLE_EXOLEDB_ERROR","features":[590]},{"name":"GTHR_E_RETRY","features":[590]},{"name":"GTHR_E_SCHEMA_ERRORS_OCCURRED","features":[590]},{"name":"GTHR_E_SCOPES_EXCEEDED","features":[590]},{"name":"GTHR_E_SECRET_NOT_FOUND","features":[590]},{"name":"GTHR_E_SERVER_UNAVAILABLE","features":[590]},{"name":"GTHR_E_SHUTTING_DOWN","features":[590]},{"name":"GTHR_E_SINGLE_THREADED_EMBEDDING","features":[590]},{"name":"GTHR_E_TIMEOUT","features":[590]},{"name":"GTHR_E_TOO_MANY_PLUGINS","features":[590]},{"name":"GTHR_E_UNABLE_TO_READ_EXCHANGE_STORE","features":[590]},{"name":"GTHR_E_UNABLE_TO_READ_REGISTRY","features":[590]},{"name":"GTHR_E_UNKNOWN_PROTOCOL","features":[590]},{"name":"GTHR_E_UNSUPPORTED_PROPERTY_TYPE","features":[590]},{"name":"GTHR_E_URL_EXCLUDED","features":[590]},{"name":"GTHR_E_URL_UNIDENTIFIED","features":[590]},{"name":"GTHR_E_USER_AGENT_NOT_SPECIFIED","features":[590]},{"name":"GTHR_E_VALUE_NOT_AVAILABLE","features":[590]},{"name":"GTHR_S_BAD_FILE_LINK","features":[590]},{"name":"GTHR_S_CANNOT_FILTER","features":[590]},{"name":"GTHR_S_CANNOT_WORDBREAK","features":[590]},{"name":"GTHR_S_CONFIG_HAS_ACCOUNTS","features":[590]},{"name":"GTHR_S_CRAWL_ADAPTIVE","features":[590]},{"name":"GTHR_S_CRAWL_FULL","features":[590]},{"name":"GTHR_S_CRAWL_INCREMENTAL","features":[590]},{"name":"GTHR_S_CRAWL_SCHEDULED","features":[590]},{"name":"GTHR_S_END_PROCESS_LOOP_NOTIFY_QUEUE","features":[590]},{"name":"GTHR_S_END_STD_CHUNKS","features":[590]},{"name":"GTHR_S_MODIFIED_PARTS","features":[590]},{"name":"GTHR_S_NOT_ALL_PARTS","features":[590]},{"name":"GTHR_S_NO_CRAWL_SEEDS","features":[590]},{"name":"GTHR_S_NO_INDEX","features":[590]},{"name":"GTHR_S_OFFICE_CHILD","features":[590]},{"name":"GTHR_S_PAUSE_REASON_BACKOFF","features":[590]},{"name":"GTHR_S_PAUSE_REASON_EXTERNAL","features":[590]},{"name":"GTHR_S_PAUSE_REASON_PROFILE_IMPORT","features":[590]},{"name":"GTHR_S_PAUSE_REASON_UPGRADING","features":[590]},{"name":"GTHR_S_PROB_NOT_MODIFIED","features":[590]},{"name":"GTHR_S_START_FILTER_FROM_BODY","features":[590]},{"name":"GTHR_S_START_FILTER_FROM_PROTOCOL","features":[590]},{"name":"GTHR_S_STATUS_CHANGE_IGNORED","features":[590]},{"name":"GTHR_S_STATUS_END_CRAWL","features":[590]},{"name":"GTHR_S_STATUS_PAUSE","features":[590]},{"name":"GTHR_S_STATUS_RESET","features":[590]},{"name":"GTHR_S_STATUS_RESUME","features":[590]},{"name":"GTHR_S_STATUS_START","features":[590]},{"name":"GTHR_S_STATUS_STOP","features":[590]},{"name":"GTHR_S_STATUS_THROTTLE","features":[590]},{"name":"GTHR_S_TRANSACTION_IGNORED","features":[590]},{"name":"GTHR_S_USE_MIME_FILTER","features":[590]},{"name":"HACCESSOR","features":[590]},{"name":"HITRANGE","features":[590]},{"name":"IAccessor","features":[590]},{"name":"IAlterIndex","features":[590]},{"name":"IAlterTable","features":[590]},{"name":"IBindResource","features":[590]},{"name":"IChapteredRowset","features":[590]},{"name":"IColumnMapper","features":[590]},{"name":"IColumnMapperCreator","features":[590]},{"name":"IColumnsInfo","features":[590]},{"name":"IColumnsInfo2","features":[590]},{"name":"IColumnsRowset","features":[590]},{"name":"ICommand","features":[590]},{"name":"ICommandCost","features":[590]},{"name":"ICommandPersist","features":[590]},{"name":"ICommandPrepare","features":[590]},{"name":"ICommandProperties","features":[590]},{"name":"ICommandStream","features":[590]},{"name":"ICommandText","features":[590]},{"name":"ICommandValidate","features":[590]},{"name":"ICommandWithParameters","features":[590]},{"name":"ICondition","features":[358,590]},{"name":"ICondition2","features":[358,590]},{"name":"IConditionFactory","features":[590]},{"name":"IConditionFactory2","features":[590]},{"name":"IConditionGenerator","features":[590]},{"name":"IConvertType","features":[590]},{"name":"ICreateRow","features":[590]},{"name":"IDBAsynchNotify","features":[590]},{"name":"IDBAsynchStatus","features":[590]},{"name":"IDBBinderProperties","features":[590]},{"name":"IDBCreateCommand","features":[590]},{"name":"IDBCreateSession","features":[590]},{"name":"IDBDataSourceAdmin","features":[590]},{"name":"IDBInfo","features":[590]},{"name":"IDBInitialize","features":[590]},{"name":"IDBPromptInitialize","features":[590]},{"name":"IDBProperties","features":[590]},{"name":"IDBSchemaCommand","features":[590]},{"name":"IDBSchemaRowset","features":[590]},{"name":"IDCInfo","features":[590]},{"name":"IDENTIFIER_SDK_ERROR","features":[590]},{"name":"IDENTIFIER_SDK_MASK","features":[590]},{"name":"IDS_MON_BUILTIN_PROPERTY","features":[590]},{"name":"IDS_MON_BUILTIN_VIEW","features":[590]},{"name":"IDS_MON_CANNOT_CAST","features":[590]},{"name":"IDS_MON_CANNOT_CONVERT","features":[590]},{"name":"IDS_MON_COLUMN_NOT_DEFINED","features":[590]},{"name":"IDS_MON_DATE_OUT_OF_RANGE","features":[590]},{"name":"IDS_MON_DEFAULT_ERROR","features":[590]},{"name":"IDS_MON_ILLEGAL_PASSTHROUGH","features":[590]},{"name":"IDS_MON_INVALIDSELECT_COALESCE","features":[590]},{"name":"IDS_MON_INVALID_CATALOG","features":[590]},{"name":"IDS_MON_INVALID_IN_GROUP_CLAUSE","features":[590]},{"name":"IDS_MON_MATCH_STRING","features":[590]},{"name":"IDS_MON_NOT_COLUMN_OF_VIEW","features":[590]},{"name":"IDS_MON_ORDINAL_OUT_OF_RANGE","features":[590]},{"name":"IDS_MON_OR_NOT","features":[590]},{"name":"IDS_MON_OUT_OF_MEMORY","features":[590]},{"name":"IDS_MON_OUT_OF_RANGE","features":[590]},{"name":"IDS_MON_PARSE_ERR_1_PARAM","features":[590]},{"name":"IDS_MON_PARSE_ERR_2_PARAM","features":[590]},{"name":"IDS_MON_PROPERTY_NAME_IN_VIEW","features":[590]},{"name":"IDS_MON_RELATIVE_INTERVAL","features":[590]},{"name":"IDS_MON_SELECT_STAR","features":[590]},{"name":"IDS_MON_SEMI_COLON","features":[590]},{"name":"IDS_MON_VIEW_ALREADY_DEFINED","features":[590]},{"name":"IDS_MON_VIEW_NOT_DEFINED","features":[590]},{"name":"IDS_MON_WEIGHT_OUT_OF_RANGE","features":[590]},{"name":"IDX_E_BUILD_IN_PROGRESS","features":[590]},{"name":"IDX_E_CATALOG_DISMOUNTED","features":[590]},{"name":"IDX_E_CORRUPT_INDEX","features":[590]},{"name":"IDX_E_DISKFULL","features":[590]},{"name":"IDX_E_DOCUMENT_ABORTED","features":[590]},{"name":"IDX_E_DSS_NOT_CONNECTED","features":[590]},{"name":"IDX_E_IDXLSTFILE_CORRUPT","features":[590]},{"name":"IDX_E_INVALIDTAG","features":[590]},{"name":"IDX_E_INVALID_INDEX","features":[590]},{"name":"IDX_E_METAFILE_CORRUPT","features":[590]},{"name":"IDX_E_NOISELIST_NOTFOUND","features":[590]},{"name":"IDX_E_NOT_LOADED","features":[590]},{"name":"IDX_E_OBJECT_NOT_FOUND","features":[590]},{"name":"IDX_E_PROPSTORE_INIT_FAILED","features":[590]},{"name":"IDX_E_PROP_MAJOR_VERSION_MISMATCH","features":[590]},{"name":"IDX_E_PROP_MINOR_VERSION_MISMATCH","features":[590]},{"name":"IDX_E_PROP_STATE_CORRUPT","features":[590]},{"name":"IDX_E_PROP_STOPPED","features":[590]},{"name":"IDX_E_REGISTRY_ENTRY","features":[590]},{"name":"IDX_E_SEARCH_SERVER_ALREADY_EXISTS","features":[590]},{"name":"IDX_E_SEARCH_SERVER_NOT_FOUND","features":[590]},{"name":"IDX_E_STEMMER_NOTFOUND","features":[590]},{"name":"IDX_E_TOO_MANY_SEARCH_SERVERS","features":[590]},{"name":"IDX_E_USE_APPGLOBAL_PROPTABLE","features":[590]},{"name":"IDX_E_USE_DEFAULT_CONTENTCLASS","features":[590]},{"name":"IDX_E_WB_NOTFOUND","features":[590]},{"name":"IDX_S_DSS_NOT_AVAILABLE","features":[590]},{"name":"IDX_S_NO_BUILD_IN_PROGRESS","features":[590]},{"name":"IDX_S_SEARCH_SERVER_ALREADY_EXISTS","features":[590]},{"name":"IDX_S_SEARCH_SERVER_DOES_NOT_EXIST","features":[590]},{"name":"IDataConvert","features":[590]},{"name":"IDataInitialize","features":[590]},{"name":"IDataSourceLocator","features":[358,590]},{"name":"IEntity","features":[590]},{"name":"IEnumItemProperties","features":[590]},{"name":"IEnumSearchRoots","features":[590]},{"name":"IEnumSearchScopeRules","features":[590]},{"name":"IEnumSubscription","features":[590]},{"name":"IErrorLookup","features":[590]},{"name":"IErrorRecords","features":[590]},{"name":"IGetDataSource","features":[590]},{"name":"IGetRow","features":[590]},{"name":"IGetSession","features":[590]},{"name":"IGetSourceRow","features":[590]},{"name":"IIndexDefinition","features":[590]},{"name":"IInterval","features":[590]},{"name":"ILK_EXPLICIT_EXCLUDED","features":[590]},{"name":"ILK_EXPLICIT_INCLUDED","features":[590]},{"name":"ILK_NEGATIVE_INFINITY","features":[590]},{"name":"ILK_POSITIVE_INFINITY","features":[590]},{"name":"ILoadFilter","features":[590]},{"name":"ILoadFilterWithPrivateComActivation","features":[590]},{"name":"IMDDataset","features":[590]},{"name":"IMDFind","features":[590]},{"name":"IMDRangeRowset","features":[590]},{"name":"IMetaData","features":[590]},{"name":"IMultipleResults","features":[590]},{"name":"INCREMENTAL_ACCESS_INFO","features":[305,590]},{"name":"INET_E_AGENT_CACHE_SIZE_EXCEEDED","features":[590]},{"name":"INET_E_AGENT_CONNECTION_FAILED","features":[590]},{"name":"INET_E_AGENT_EXCEEDING_CACHE_SIZE","features":[590]},{"name":"INET_E_AGENT_MAX_SIZE_EXCEEDED","features":[590]},{"name":"INET_E_SCHEDULED_EXCLUDE_RANGE","features":[590]},{"name":"INET_E_SCHEDULED_UPDATES_DISABLED","features":[590]},{"name":"INET_E_SCHEDULED_UPDATES_RESTRICTED","features":[590]},{"name":"INET_E_SCHEDULED_UPDATE_INTERVAL","features":[590]},{"name":"INET_S_AGENT_INCREASED_CACHE_SIZE","features":[590]},{"name":"INET_S_AGENT_PART_FAIL","features":[590]},{"name":"INTERVAL_LIMIT_KIND","features":[590]},{"name":"INamedEntity","features":[590]},{"name":"INamedEntityCollector","features":[590]},{"name":"IObjectAccessControl","features":[590]},{"name":"IOpLockStatus","features":[590]},{"name":"IOpenRowset","features":[590]},{"name":"IParentRowset","features":[590]},{"name":"IProtocolHandlerSite","features":[590]},{"name":"IProvideMoniker","features":[590]},{"name":"IQueryParser","features":[590]},{"name":"IQueryParserManager","features":[590]},{"name":"IQuerySolution","features":[590]},{"name":"IReadData","features":[590]},{"name":"IRegisterProvider","features":[590]},{"name":"IRelationship","features":[590]},{"name":"IRichChunk","features":[590]},{"name":"IRow","features":[590]},{"name":"IRowChange","features":[590]},{"name":"IRowPosition","features":[590]},{"name":"IRowPositionChange","features":[590]},{"name":"IRowSchemaChange","features":[590]},{"name":"IRowset","features":[590]},{"name":"IRowsetAsynch","features":[590]},{"name":"IRowsetBookmark","features":[590]},{"name":"IRowsetChange","features":[590]},{"name":"IRowsetChangeExtInfo","features":[590]},{"name":"IRowsetChapterMember","features":[590]},{"name":"IRowsetCopyRows","features":[590]},{"name":"IRowsetCurrentIndex","features":[590]},{"name":"IRowsetEvents","features":[590]},{"name":"IRowsetExactScroll","features":[590]},{"name":"IRowsetFastLoad","features":[590]},{"name":"IRowsetFind","features":[590]},{"name":"IRowsetIdentity","features":[590]},{"name":"IRowsetIndex","features":[590]},{"name":"IRowsetInfo","features":[590]},{"name":"IRowsetKeys","features":[590]},{"name":"IRowsetLocate","features":[590]},{"name":"IRowsetNewRowAfter","features":[590]},{"name":"IRowsetNextRowset","features":[590]},{"name":"IRowsetNotify","features":[590]},{"name":"IRowsetPrioritization","features":[590]},{"name":"IRowsetQueryStatus","features":[590]},{"name":"IRowsetRefresh","features":[590]},{"name":"IRowsetResynch","features":[590]},{"name":"IRowsetScroll","features":[590]},{"name":"IRowsetUpdate","features":[590]},{"name":"IRowsetView","features":[590]},{"name":"IRowsetWatchAll","features":[590]},{"name":"IRowsetWatchNotify","features":[590]},{"name":"IRowsetWatchRegion","features":[590]},{"name":"IRowsetWithParameters","features":[590]},{"name":"ISQLErrorInfo","features":[590]},{"name":"ISQLGetDiagField","features":[590]},{"name":"ISQLRequestDiagFields","features":[590]},{"name":"ISQLServerErrorInfo","features":[590]},{"name":"ISchemaLocalizerSupport","features":[590]},{"name":"ISchemaLock","features":[590]},{"name":"ISchemaProvider","features":[590]},{"name":"IScopedOperations","features":[590]},{"name":"ISearchCatalogManager","features":[590]},{"name":"ISearchCatalogManager2","features":[590]},{"name":"ISearchCrawlScopeManager","features":[590]},{"name":"ISearchCrawlScopeManager2","features":[590]},{"name":"ISearchItemsChangedSink","features":[590]},{"name":"ISearchLanguageSupport","features":[590]},{"name":"ISearchManager","features":[590]},{"name":"ISearchManager2","features":[590]},{"name":"ISearchNotifyInlineSite","features":[590]},{"name":"ISearchPersistentItemsChangedSink","features":[590]},{"name":"ISearchProtocol","features":[590]},{"name":"ISearchProtocol2","features":[590]},{"name":"ISearchProtocolThreadContext","features":[590]},{"name":"ISearchQueryHelper","features":[590]},{"name":"ISearchQueryHits","features":[590]},{"name":"ISearchRoot","features":[590]},{"name":"ISearchScopeRule","features":[590]},{"name":"ISearchViewChangedSink","features":[590]},{"name":"ISecurityInfo","features":[590]},{"name":"IService","features":[590]},{"name":"ISessionProperties","features":[590]},{"name":"ISimpleCommandCreator","features":[590]},{"name":"ISourcesRowset","features":[590]},{"name":"IStemmer","features":[590]},{"name":"ISubscriptionItem","features":[590]},{"name":"ISubscriptionMgr","features":[590]},{"name":"ISubscriptionMgr2","features":[590]},{"name":"ITEMPROP","features":[305,358,359,590,360]},{"name":"ITEM_INFO","features":[590]},{"name":"ITableCreation","features":[590]},{"name":"ITableDefinition","features":[590]},{"name":"ITableDefinitionWithConstraints","features":[590]},{"name":"ITableRename","features":[590]},{"name":"ITokenCollection","features":[590]},{"name":"ITransactionJoin","features":[590]},{"name":"ITransactionLocal","features":[557,590]},{"name":"ITransactionObject","features":[590]},{"name":"ITrusteeAdmin","features":[590]},{"name":"ITrusteeGroupAdmin","features":[590]},{"name":"IUMS","features":[590]},{"name":"IUMSInitialize","features":[590]},{"name":"IUrlAccessor","features":[590]},{"name":"IUrlAccessor2","features":[590]},{"name":"IUrlAccessor3","features":[590]},{"name":"IUrlAccessor4","features":[590]},{"name":"IViewChapter","features":[590]},{"name":"IViewFilter","features":[590]},{"name":"IViewRowset","features":[590]},{"name":"IViewSort","features":[590]},{"name":"IWordBreaker","features":[590]},{"name":"IWordFormSink","features":[590]},{"name":"IWordSink","features":[590]},{"name":"Interval","features":[590]},{"name":"JET_GET_PROP_STORE_ERROR","features":[590]},{"name":"JET_INIT_ERROR","features":[590]},{"name":"JET_MULTIINSTANCE_DISABLED","features":[590]},{"name":"JET_NEW_PROP_STORE_ERROR","features":[590]},{"name":"JPS_E_CATALOG_DECSRIPTION_MISSING","features":[590]},{"name":"JPS_E_INSUFFICIENT_DATABASE_RESOURCES","features":[590]},{"name":"JPS_E_INSUFFICIENT_DATABASE_SESSIONS","features":[590]},{"name":"JPS_E_INSUFFICIENT_VERSION_STORAGE","features":[590]},{"name":"JPS_E_JET_ERR","features":[590]},{"name":"JPS_E_MISSING_INFORMATION","features":[590]},{"name":"JPS_E_PROPAGATION_CORRUPTION","features":[590]},{"name":"JPS_E_PROPAGATION_FILE","features":[590]},{"name":"JPS_E_PROPAGATION_VERSION_MISMATCH","features":[590]},{"name":"JPS_E_SCHEMA_ERROR","features":[590]},{"name":"JPS_E_SHARING_VIOLATION","features":[590]},{"name":"JPS_S_DUPLICATE_DOC_DETECTED","features":[590]},{"name":"KAGGETDIAG","features":[305,358,359,590,360]},{"name":"KAGPROPVAL_CONCUR_LOCK","features":[590]},{"name":"KAGPROPVAL_CONCUR_READ_ONLY","features":[590]},{"name":"KAGPROPVAL_CONCUR_ROWVER","features":[590]},{"name":"KAGPROPVAL_CONCUR_VALUES","features":[590]},{"name":"KAGPROP_ACCESSIBLEPROCEDURES","features":[590]},{"name":"KAGPROP_ACCESSIBLETABLES","features":[590]},{"name":"KAGPROP_ACTIVESTATEMENTS","features":[590]},{"name":"KAGPROP_AUTH_SERVERINTEGRATED","features":[590]},{"name":"KAGPROP_AUTH_TRUSTEDCONNECTION","features":[590]},{"name":"KAGPROP_BLOBSONFOCURSOR","features":[590]},{"name":"KAGPROP_CONCURRENCY","features":[590]},{"name":"KAGPROP_CURSOR","features":[590]},{"name":"KAGPROP_DRIVERNAME","features":[590]},{"name":"KAGPROP_DRIVERODBCVER","features":[590]},{"name":"KAGPROP_DRIVERVER","features":[590]},{"name":"KAGPROP_FILEUSAGE","features":[590]},{"name":"KAGPROP_FORCENOPARAMETERREBIND","features":[590]},{"name":"KAGPROP_FORCENOPREPARE","features":[590]},{"name":"KAGPROP_FORCENOREEXECUTE","features":[590]},{"name":"KAGPROP_FORCESSFIREHOSEMODE","features":[590]},{"name":"KAGPROP_INCLUDENONEXACT","features":[590]},{"name":"KAGPROP_IRowsetChangeExtInfo","features":[590]},{"name":"KAGPROP_LIKEESCAPECLAUSE","features":[590]},{"name":"KAGPROP_MARSHALLABLE","features":[590]},{"name":"KAGPROP_MAXCOLUMNSINGROUPBY","features":[590]},{"name":"KAGPROP_MAXCOLUMNSININDEX","features":[590]},{"name":"KAGPROP_MAXCOLUMNSINORDERBY","features":[590]},{"name":"KAGPROP_MAXCOLUMNSINSELECT","features":[590]},{"name":"KAGPROP_MAXCOLUMNSINTABLE","features":[590]},{"name":"KAGPROP_NUMERICFUNCTIONS","features":[590]},{"name":"KAGPROP_ODBCSQLCONFORMANCE","features":[590]},{"name":"KAGPROP_ODBCSQLOPTIEF","features":[590]},{"name":"KAGPROP_OJCAPABILITY","features":[590]},{"name":"KAGPROP_OUTERJOINS","features":[590]},{"name":"KAGPROP_POSITIONONNEWROW","features":[590]},{"name":"KAGPROP_PROCEDURES","features":[590]},{"name":"KAGPROP_QUERYBASEDUPDATES","features":[590]},{"name":"KAGPROP_SPECIALCHARACTERS","features":[590]},{"name":"KAGPROP_STRINGFUNCTIONS","features":[590]},{"name":"KAGPROP_SYSTEMFUNCTIONS","features":[590]},{"name":"KAGPROP_TIMEDATEFUNCTIONS","features":[590]},{"name":"KAGREQDIAG","features":[590,360]},{"name":"KAGREQDIAGFLAGSENUM","features":[590]},{"name":"KAGREQDIAGFLAGS_HEADER","features":[590]},{"name":"KAGREQDIAGFLAGS_RECORD","features":[590]},{"name":"LOCKMODEENUM","features":[590]},{"name":"LOCKMODE_EXCLUSIVE","features":[590]},{"name":"LOCKMODE_INVALID","features":[590]},{"name":"LOCKMODE_SHARED","features":[590]},{"name":"LeafCondition","features":[590]},{"name":"MAXNAME","features":[590]},{"name":"MAXNUMERICLEN","features":[590]},{"name":"MAXUSEVERITY","features":[590]},{"name":"MAX_QUERY_RANK","features":[590]},{"name":"MDAXISINFO","features":[590]},{"name":"MDAXISINFO","features":[590]},{"name":"MDAXIS_CHAPTERS","features":[590]},{"name":"MDAXIS_COLUMNS","features":[590]},{"name":"MDAXIS_PAGES","features":[590]},{"name":"MDAXIS_ROWS","features":[590]},{"name":"MDAXIS_SECTIONS","features":[590]},{"name":"MDAXIS_SLICERS","features":[590]},{"name":"MDDISPINFO_DRILLED_DOWN","features":[590]},{"name":"MDDISPINFO_PARENT_SAME_AS_PREV","features":[590]},{"name":"MDFF_BOLD","features":[590]},{"name":"MDFF_ITALIC","features":[590]},{"name":"MDFF_STRIKEOUT","features":[590]},{"name":"MDFF_UNDERLINE","features":[590]},{"name":"MDLEVEL_TYPE_ALL","features":[590]},{"name":"MDLEVEL_TYPE_CALCULATED","features":[590]},{"name":"MDLEVEL_TYPE_REGULAR","features":[590]},{"name":"MDLEVEL_TYPE_RESERVED1","features":[590]},{"name":"MDLEVEL_TYPE_TIME","features":[590]},{"name":"MDLEVEL_TYPE_TIME_DAYS","features":[590]},{"name":"MDLEVEL_TYPE_TIME_HALF_YEAR","features":[590]},{"name":"MDLEVEL_TYPE_TIME_HOURS","features":[590]},{"name":"MDLEVEL_TYPE_TIME_MINUTES","features":[590]},{"name":"MDLEVEL_TYPE_TIME_MONTHS","features":[590]},{"name":"MDLEVEL_TYPE_TIME_QUARTERS","features":[590]},{"name":"MDLEVEL_TYPE_TIME_SECONDS","features":[590]},{"name":"MDLEVEL_TYPE_TIME_UNDEFINED","features":[590]},{"name":"MDLEVEL_TYPE_TIME_WEEKS","features":[590]},{"name":"MDLEVEL_TYPE_TIME_YEARS","features":[590]},{"name":"MDLEVEL_TYPE_UNKNOWN","features":[590]},{"name":"MDMEASURE_AGGR_AVG","features":[590]},{"name":"MDMEASURE_AGGR_CALCULATED","features":[590]},{"name":"MDMEASURE_AGGR_COUNT","features":[590]},{"name":"MDMEASURE_AGGR_MAX","features":[590]},{"name":"MDMEASURE_AGGR_MIN","features":[590]},{"name":"MDMEASURE_AGGR_STD","features":[590]},{"name":"MDMEASURE_AGGR_SUM","features":[590]},{"name":"MDMEASURE_AGGR_UNKNOWN","features":[590]},{"name":"MDMEASURE_AGGR_VAR","features":[590]},{"name":"MDMEMBER_TYPE_ALL","features":[590]},{"name":"MDMEMBER_TYPE_FORMULA","features":[590]},{"name":"MDMEMBER_TYPE_MEASURE","features":[590]},{"name":"MDMEMBER_TYPE_REGULAR","features":[590]},{"name":"MDMEMBER_TYPE_RESERVE1","features":[590]},{"name":"MDMEMBER_TYPE_RESERVE2","features":[590]},{"name":"MDMEMBER_TYPE_RESERVE3","features":[590]},{"name":"MDMEMBER_TYPE_RESERVE4","features":[590]},{"name":"MDMEMBER_TYPE_UNKNOWN","features":[590]},{"name":"MDPROPVAL_AU_UNCHANGED","features":[590]},{"name":"MDPROPVAL_AU_UNKNOWN","features":[590]},{"name":"MDPROPVAL_AU_UNSUPPORTED","features":[590]},{"name":"MDPROPVAL_FS_FULL_SUPPORT","features":[590]},{"name":"MDPROPVAL_FS_GENERATED_COLUMN","features":[590]},{"name":"MDPROPVAL_FS_GENERATED_DIMENSION","features":[590]},{"name":"MDPROPVAL_FS_NO_SUPPORT","features":[590]},{"name":"MDPROPVAL_MC_SEARCHEDCASE","features":[590]},{"name":"MDPROPVAL_MC_SINGLECASE","features":[590]},{"name":"MDPROPVAL_MD_AFTER","features":[590]},{"name":"MDPROPVAL_MD_BEFORE","features":[590]},{"name":"MDPROPVAL_MD_SELF","features":[590]},{"name":"MDPROPVAL_MF_CREATE_CALCMEMBERS","features":[590]},{"name":"MDPROPVAL_MF_CREATE_NAMEDSETS","features":[590]},{"name":"MDPROPVAL_MF_SCOPE_GLOBAL","features":[590]},{"name":"MDPROPVAL_MF_SCOPE_SESSION","features":[590]},{"name":"MDPROPVAL_MF_WITH_CALCMEMBERS","features":[590]},{"name":"MDPROPVAL_MF_WITH_NAMEDSETS","features":[590]},{"name":"MDPROPVAL_MJC_IMPLICITCUBE","features":[590]},{"name":"MDPROPVAL_MJC_MULTICUBES","features":[590]},{"name":"MDPROPVAL_MJC_SINGLECUBE","features":[590]},{"name":"MDPROPVAL_MMF_CLOSINGPERIOD","features":[590]},{"name":"MDPROPVAL_MMF_COUSIN","features":[590]},{"name":"MDPROPVAL_MMF_OPENINGPERIOD","features":[590]},{"name":"MDPROPVAL_MMF_PARALLELPERIOD","features":[590]},{"name":"MDPROPVAL_MNF_AGGREGATE","features":[590]},{"name":"MDPROPVAL_MNF_CORRELATION","features":[590]},{"name":"MDPROPVAL_MNF_COVARIANCE","features":[590]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVEL","features":[590]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVELBOTTOM","features":[590]},{"name":"MDPROPVAL_MNF_DRILLDOWNLEVELTOP","features":[590]},{"name":"MDPROPVAL_MNF_DRILLDOWNMEMBERBOTTOM","features":[590]},{"name":"MDPROPVAL_MNF_DRILLDOWNMEMBERTOP","features":[590]},{"name":"MDPROPVAL_MNF_DRILLUPLEVEL","features":[590]},{"name":"MDPROPVAL_MNF_DRILLUPMEMBER","features":[590]},{"name":"MDPROPVAL_MNF_LINREG2","features":[590]},{"name":"MDPROPVAL_MNF_LINREGPOINT","features":[590]},{"name":"MDPROPVAL_MNF_LINREGSLOPE","features":[590]},{"name":"MDPROPVAL_MNF_LINREGVARIANCE","features":[590]},{"name":"MDPROPVAL_MNF_MEDIAN","features":[590]},{"name":"MDPROPVAL_MNF_RANK","features":[590]},{"name":"MDPROPVAL_MNF_STDDEV","features":[590]},{"name":"MDPROPVAL_MNF_VAR","features":[590]},{"name":"MDPROPVAL_MOQ_CATALOG_CUBE","features":[590]},{"name":"MDPROPVAL_MOQ_CUBE_DIM","features":[590]},{"name":"MDPROPVAL_MOQ_DATASOURCE_CUBE","features":[590]},{"name":"MDPROPVAL_MOQ_DIMHIER_LEVEL","features":[590]},{"name":"MDPROPVAL_MOQ_DIMHIER_MEMBER","features":[590]},{"name":"MDPROPVAL_MOQ_DIM_HIER","features":[590]},{"name":"MDPROPVAL_MOQ_LEVEL_MEMBER","features":[590]},{"name":"MDPROPVAL_MOQ_MEMBER_MEMBER","features":[590]},{"name":"MDPROPVAL_MOQ_OUTERREFERENCE","features":[590]},{"name":"MDPROPVAL_MOQ_SCHEMA_CUBE","features":[590]},{"name":"MDPROPVAL_MSC_GREATERTHAN","features":[590]},{"name":"MDPROPVAL_MSC_GREATERTHANEQUAL","features":[590]},{"name":"MDPROPVAL_MSC_LESSTHAN","features":[590]},{"name":"MDPROPVAL_MSC_LESSTHANEQUAL","features":[590]},{"name":"MDPROPVAL_MSF_BOTTOMPERCENT","features":[590]},{"name":"MDPROPVAL_MSF_BOTTOMSUM","features":[590]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVEL","features":[590]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVELBOTTOM","features":[590]},{"name":"MDPROPVAL_MSF_DRILLDOWNLEVELTOP","features":[590]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBBER","features":[590]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBERBOTTOM","features":[590]},{"name":"MDPROPVAL_MSF_DRILLDOWNMEMBERTOP","features":[590]},{"name":"MDPROPVAL_MSF_DRILLUPLEVEL","features":[590]},{"name":"MDPROPVAL_MSF_DRILLUPMEMBER","features":[590]},{"name":"MDPROPVAL_MSF_LASTPERIODS","features":[590]},{"name":"MDPROPVAL_MSF_MTD","features":[590]},{"name":"MDPROPVAL_MSF_PERIODSTODATE","features":[590]},{"name":"MDPROPVAL_MSF_QTD","features":[590]},{"name":"MDPROPVAL_MSF_TOGGLEDRILLSTATE","features":[590]},{"name":"MDPROPVAL_MSF_TOPPERCENT","features":[590]},{"name":"MDPROPVAL_MSF_TOPSUM","features":[590]},{"name":"MDPROPVAL_MSF_WTD","features":[590]},{"name":"MDPROPVAL_MSF_YTD","features":[590]},{"name":"MDPROPVAL_MS_MULTIPLETUPLES","features":[590]},{"name":"MDPROPVAL_MS_SINGLETUPLE","features":[590]},{"name":"MDPROPVAL_NL_NAMEDLEVELS","features":[590]},{"name":"MDPROPVAL_NL_NUMBEREDLEVELS","features":[590]},{"name":"MDPROPVAL_NL_SCHEMAONLY","features":[590]},{"name":"MDPROPVAL_NME_ALLDIMENSIONS","features":[590]},{"name":"MDPROPVAL_NME_MEASURESONLY","features":[590]},{"name":"MDPROPVAL_RR_NORANGEROWSET","features":[590]},{"name":"MDPROPVAL_RR_READONLY","features":[590]},{"name":"MDPROPVAL_RR_UPDATE","features":[590]},{"name":"MDPROPVAL_VISUAL_MODE_DEFAULT","features":[590]},{"name":"MDPROPVAL_VISUAL_MODE_VISUAL","features":[590]},{"name":"MDPROPVAL_VISUAL_MODE_VISUAL_OFF","features":[590]},{"name":"MDPROP_AGGREGATECELL_UPDATE","features":[590]},{"name":"MDPROP_AXES","features":[590]},{"name":"MDPROP_CELL","features":[590]},{"name":"MDPROP_FLATTENING_SUPPORT","features":[590]},{"name":"MDPROP_MDX_AGGREGATECELL_UPDATE","features":[590]},{"name":"MDPROP_MDX_CASESUPPORT","features":[590]},{"name":"MDPROP_MDX_CUBEQUALIFICATION","features":[590]},{"name":"MDPROP_MDX_DESCFLAGS","features":[590]},{"name":"MDPROP_MDX_FORMULAS","features":[590]},{"name":"MDPROP_MDX_JOINCUBES","features":[590]},{"name":"MDPROP_MDX_MEMBER_FUNCTIONS","features":[590]},{"name":"MDPROP_MDX_NONMEASURE_EXPRESSIONS","features":[590]},{"name":"MDPROP_MDX_NUMERIC_FUNCTIONS","features":[590]},{"name":"MDPROP_MDX_OBJQUALIFICATION","features":[590]},{"name":"MDPROP_MDX_OUTERREFERENCE","features":[590]},{"name":"MDPROP_MDX_QUERYBYPROPERTY","features":[590]},{"name":"MDPROP_MDX_SET_FUNCTIONS","features":[590]},{"name":"MDPROP_MDX_SLICER","features":[590]},{"name":"MDPROP_MDX_STRING_COMPOP","features":[590]},{"name":"MDPROP_MEMBER","features":[590]},{"name":"MDPROP_NAMED_LEVELS","features":[590]},{"name":"MDPROP_RANGEROWSET","features":[590]},{"name":"MDPROP_VISUALMODE","features":[590]},{"name":"MDSTATUS_S_CELLEMPTY","features":[590]},{"name":"MDTREEOP_ANCESTORS","features":[590]},{"name":"MDTREEOP_CHILDREN","features":[590]},{"name":"MDTREEOP_DESCENDANTS","features":[590]},{"name":"MDTREEOP_PARENT","features":[590]},{"name":"MDTREEOP_SELF","features":[590]},{"name":"MDTREEOP_SIBLINGS","features":[590]},{"name":"MD_DIMTYPE_MEASURE","features":[590]},{"name":"MD_DIMTYPE_OTHER","features":[590]},{"name":"MD_DIMTYPE_TIME","features":[590]},{"name":"MD_DIMTYPE_UNKNOWN","features":[590]},{"name":"MD_E_BADCOORDINATE","features":[590]},{"name":"MD_E_BADTUPLE","features":[590]},{"name":"MD_E_INVALIDAXIS","features":[590]},{"name":"MD_E_INVALIDCELLRANGE","features":[590]},{"name":"MINFATALERR","features":[590]},{"name":"MIN_USER_DATATYPE","features":[590]},{"name":"MSDAINITIALIZE","features":[590]},{"name":"MSDAORA","features":[590]},{"name":"MSDAORA8","features":[590]},{"name":"MSDAORA8_ERROR","features":[590]},{"name":"MSDAORA_ERROR","features":[590]},{"name":"MSDSDBINITPROPENUM","features":[590]},{"name":"MSDSSESSIONPROPENUM","features":[590]},{"name":"MSG_CI_CORRUPT_INDEX_COMPONENT","features":[590]},{"name":"MSG_CI_CREATE_SEVER_ITEM_FAILED","features":[590]},{"name":"MSG_CI_MASTER_MERGE_ABORTED","features":[590]},{"name":"MSG_CI_MASTER_MERGE_ABORTED_LOW_DISK","features":[590]},{"name":"MSG_CI_MASTER_MERGE_CANT_RESTART","features":[590]},{"name":"MSG_CI_MASTER_MERGE_CANT_START","features":[590]},{"name":"MSG_CI_MASTER_MERGE_COMPLETED","features":[590]},{"name":"MSG_CI_MASTER_MERGE_REASON_EXPECTED_DOCS","features":[590]},{"name":"MSG_CI_MASTER_MERGE_REASON_EXTERNAL","features":[590]},{"name":"MSG_CI_MASTER_MERGE_REASON_INDEX_LIMIT","features":[590]},{"name":"MSG_CI_MASTER_MERGE_REASON_NUMBER","features":[590]},{"name":"MSG_CI_MASTER_MERGE_RESTARTED","features":[590]},{"name":"MSG_CI_MASTER_MERGE_STARTED","features":[590]},{"name":"MSG_TEST_MESSAGE","features":[590]},{"name":"MSS_E_APPALREADYEXISTS","features":[590]},{"name":"MSS_E_APPNOTFOUND","features":[590]},{"name":"MSS_E_CATALOGALREADYEXISTS","features":[590]},{"name":"MSS_E_CATALOGNOTFOUND","features":[590]},{"name":"MSS_E_CATALOGSTOPPING","features":[590]},{"name":"MSS_E_INVALIDAPPNAME","features":[590]},{"name":"MSS_E_UNICODEFILEHEADERMISSING","features":[590]},{"name":"MS_PERSIST_PROGID","features":[590]},{"name":"NAMED_ENTITY_CERTAINTY","features":[590]},{"name":"NATLANGUAGERESTRICTION","features":[518,392,590]},{"name":"NEC_HIGH","features":[590]},{"name":"NEC_LOW","features":[590]},{"name":"NEC_MEDIUM","features":[590]},{"name":"NET_E_DISCONNECTED","features":[590]},{"name":"NET_E_GENERAL","features":[590]},{"name":"NET_E_INVALIDPARAMS","features":[590]},{"name":"NET_E_OPERATIONINPROGRESS","features":[590]},{"name":"NLADMIN_E_BUILD_CATALOG_NOT_INITIALIZED","features":[590]},{"name":"NLADMIN_E_DUPLICATE_CATALOG","features":[590]},{"name":"NLADMIN_E_FAILED_TO_GIVE_ACCOUNT_PRIVILEGE","features":[590]},{"name":"NLADMIN_S_NOT_ALL_BUILD_CATALOGS_INITIALIZED","features":[590]},{"name":"NODERESTRICTION","features":[305,518,392,590,360]},{"name":"NOTESPH_E_ATTACHMENTS","features":[590]},{"name":"NOTESPH_E_DB_ACCESS_DENIED","features":[590]},{"name":"NOTESPH_E_FAIL","features":[590]},{"name":"NOTESPH_E_ITEM_NOT_FOUND","features":[590]},{"name":"NOTESPH_E_NOTESSETUP_ID_MAPPING_ERROR","features":[590]},{"name":"NOTESPH_E_NO_NTID","features":[590]},{"name":"NOTESPH_E_SERVER_CONFIG","features":[590]},{"name":"NOTESPH_E_UNEXPECTED_STATE","features":[590]},{"name":"NOTESPH_E_UNSUPPORTED_CONTENT_FIELD_TYPE","features":[590]},{"name":"NOTESPH_S_IGNORE_ID","features":[590]},{"name":"NOTESPH_S_LISTKNOWNFIELDS","features":[590]},{"name":"NOTRESTRICTION","features":[305,518,392,590,360]},{"name":"NOT_N_PARSE_ERROR","features":[590]},{"name":"NegationCondition","features":[590]},{"name":"OCC_INVALID","features":[590]},{"name":"ODBCGetTryWaitValue","features":[590]},{"name":"ODBCSetTryWaitValue","features":[305,590]},{"name":"ODBCVER","features":[590]},{"name":"ODBC_ADD_DSN","features":[590]},{"name":"ODBC_ADD_SYS_DSN","features":[590]},{"name":"ODBC_BOTH_DSN","features":[590]},{"name":"ODBC_CONFIG_DRIVER","features":[590]},{"name":"ODBC_CONFIG_DRIVER_MAX","features":[590]},{"name":"ODBC_CONFIG_DSN","features":[590]},{"name":"ODBC_CONFIG_SYS_DSN","features":[590]},{"name":"ODBC_ERROR_COMPONENT_NOT_FOUND","features":[590]},{"name":"ODBC_ERROR_CREATE_DSN_FAILED","features":[590]},{"name":"ODBC_ERROR_GENERAL_ERR","features":[590]},{"name":"ODBC_ERROR_INVALID_BUFF_LEN","features":[590]},{"name":"ODBC_ERROR_INVALID_DSN","features":[590]},{"name":"ODBC_ERROR_INVALID_HWND","features":[590]},{"name":"ODBC_ERROR_INVALID_INF","features":[590]},{"name":"ODBC_ERROR_INVALID_KEYWORD_VALUE","features":[590]},{"name":"ODBC_ERROR_INVALID_LOG_FILE","features":[590]},{"name":"ODBC_ERROR_INVALID_NAME","features":[590]},{"name":"ODBC_ERROR_INVALID_PARAM_SEQUENCE","features":[590]},{"name":"ODBC_ERROR_INVALID_PATH","features":[590]},{"name":"ODBC_ERROR_INVALID_REQUEST_TYPE","features":[590]},{"name":"ODBC_ERROR_INVALID_STR","features":[590]},{"name":"ODBC_ERROR_LOAD_LIB_FAILED","features":[590]},{"name":"ODBC_ERROR_MAX","features":[590]},{"name":"ODBC_ERROR_NOTRANINFO","features":[590]},{"name":"ODBC_ERROR_OUTPUT_STRING_TRUNCATED","features":[590]},{"name":"ODBC_ERROR_OUT_OF_MEM","features":[590]},{"name":"ODBC_ERROR_REMOVE_DSN_FAILED","features":[590]},{"name":"ODBC_ERROR_REQUEST_FAILED","features":[590]},{"name":"ODBC_ERROR_USAGE_UPDATE_FAILED","features":[590]},{"name":"ODBC_ERROR_USER_CANCELED","features":[590]},{"name":"ODBC_ERROR_WRITING_SYSINFO_FAILED","features":[590]},{"name":"ODBC_INSTALL_COMPLETE","features":[590]},{"name":"ODBC_INSTALL_DRIVER","features":[590]},{"name":"ODBC_INSTALL_INQUIRY","features":[590]},{"name":"ODBC_REMOVE_DEFAULT_DSN","features":[590]},{"name":"ODBC_REMOVE_DRIVER","features":[590]},{"name":"ODBC_REMOVE_DSN","features":[590]},{"name":"ODBC_REMOVE_SYS_DSN","features":[590]},{"name":"ODBC_SYSTEM_DSN","features":[590]},{"name":"ODBC_USER_DSN","features":[590]},{"name":"ODBC_VS_ARGS","features":[590]},{"name":"ODBC_VS_FLAG_RETCODE","features":[590]},{"name":"ODBC_VS_FLAG_STOP","features":[590]},{"name":"ODBC_VS_FLAG_UNICODE_ARG","features":[590]},{"name":"ODBC_VS_FLAG_UNICODE_COR","features":[590]},{"name":"OLEDBSimpleProvider","features":[590]},{"name":"OLEDBSimpleProviderListener","features":[590]},{"name":"OLEDBVER","features":[590]},{"name":"OLEDB_BINDER_CUSTOM_ERROR","features":[590]},{"name":"OSPCOMP","features":[590]},{"name":"OSPCOMP_DEFAULT","features":[590]},{"name":"OSPCOMP_EQ","features":[590]},{"name":"OSPCOMP_GE","features":[590]},{"name":"OSPCOMP_GT","features":[590]},{"name":"OSPCOMP_LE","features":[590]},{"name":"OSPCOMP_LT","features":[590]},{"name":"OSPCOMP_NE","features":[590]},{"name":"OSPFIND","features":[590]},{"name":"OSPFIND_CASESENSITIVE","features":[590]},{"name":"OSPFIND_DEFAULT","features":[590]},{"name":"OSPFIND_UP","features":[590]},{"name":"OSPFIND_UPCASESENSITIVE","features":[590]},{"name":"OSPFORMAT","features":[590]},{"name":"OSPFORMAT_DEFAULT","features":[590]},{"name":"OSPFORMAT_FORMATTED","features":[590]},{"name":"OSPFORMAT_HTML","features":[590]},{"name":"OSPFORMAT_RAW","features":[590]},{"name":"OSPRW","features":[590]},{"name":"OSPRW_DEFAULT","features":[590]},{"name":"OSPRW_MIXED","features":[590]},{"name":"OSPRW_READONLY","features":[590]},{"name":"OSPRW_READWRITE","features":[590]},{"name":"OSPXFER","features":[590]},{"name":"OSPXFER_ABORT","features":[590]},{"name":"OSPXFER_COMPLETE","features":[590]},{"name":"OSPXFER_ERROR","features":[590]},{"name":"OSP_IndexLabel","features":[590]},{"name":"PDPO","features":[590]},{"name":"PEOPLE_IMPORT_E_CANONICALURL_TOOLONG","features":[590]},{"name":"PEOPLE_IMPORT_E_DATATYPENOTSUPPORTED","features":[590]},{"name":"PEOPLE_IMPORT_E_DBCONNFAIL","features":[590]},{"name":"PEOPLE_IMPORT_E_DC_NOT_AVAILABLE","features":[590]},{"name":"PEOPLE_IMPORT_E_DIRSYNC_NOTREFRESHED","features":[590]},{"name":"PEOPLE_IMPORT_E_DIRSYNC_ZERO_COOKIE","features":[590]},{"name":"PEOPLE_IMPORT_E_DOMAIN_DISCOVER_FAILED","features":[590]},{"name":"PEOPLE_IMPORT_E_DOMAIN_REMOVED","features":[590]},{"name":"PEOPLE_IMPORT_E_ENUM_ACCESSDENIED","features":[590]},{"name":"PEOPLE_IMPORT_E_FAILTOGETDSDEF","features":[590]},{"name":"PEOPLE_IMPORT_E_FAILTOGETDSMAPPING","features":[590]},{"name":"PEOPLE_IMPORT_E_FAILTOGETLCID","features":[590]},{"name":"PEOPLE_IMPORT_E_LDAPPATH_TOOLONG","features":[590]},{"name":"PEOPLE_IMPORT_E_NOCASTINGSUPPORTED","features":[590]},{"name":"PEOPLE_IMPORT_E_UPDATE_DIRSYNC_COOKIE","features":[590]},{"name":"PEOPLE_IMPORT_E_USERNAME_NOTRESOLVED","features":[590]},{"name":"PEOPLE_IMPORT_NODSDEFINED","features":[590]},{"name":"PEOPLE_IMPORT_NOMAPPINGDEFINED","features":[590]},{"name":"PERM_ALL","features":[590]},{"name":"PERM_CREATE","features":[590]},{"name":"PERM_DELETE","features":[590]},{"name":"PERM_DROP","features":[590]},{"name":"PERM_EXCLUSIVE","features":[590]},{"name":"PERM_EXECUTE","features":[590]},{"name":"PERM_INSERT","features":[590]},{"name":"PERM_MAXIMUM_ALLOWED","features":[590]},{"name":"PERM_READ","features":[590]},{"name":"PERM_READCONTROL","features":[590]},{"name":"PERM_READDESIGN","features":[590]},{"name":"PERM_REFERENCE","features":[590]},{"name":"PERM_UPDATE","features":[590]},{"name":"PERM_WITHGRANT","features":[590]},{"name":"PERM_WRITEDESIGN","features":[590]},{"name":"PERM_WRITEOWNER","features":[590]},{"name":"PERM_WRITEPERMISSIONS","features":[590]},{"name":"PFNFILLTEXTBUFFER","features":[590]},{"name":"PRAll","features":[590]},{"name":"PRAllBits","features":[590]},{"name":"PRAny","features":[590]},{"name":"PRIORITIZE_FLAGS","features":[590]},{"name":"PRIORITIZE_FLAG_IGNOREFAILURECOUNT","features":[590]},{"name":"PRIORITIZE_FLAG_RETRYFAILEDITEMS","features":[590]},{"name":"PRIORITY_LEVEL","features":[590]},{"name":"PRIORITY_LEVEL_DEFAULT","features":[590]},{"name":"PRIORITY_LEVEL_FOREGROUND","features":[590]},{"name":"PRIORITY_LEVEL_HIGH","features":[590]},{"name":"PRIORITY_LEVEL_LOW","features":[590]},{"name":"PROGID_MSPersist_Version_W","features":[590]},{"name":"PROGID_MSPersist_W","features":[590]},{"name":"PROPERTYRESTRICTION","features":[305,518,392,590,360]},{"name":"PROPID_DBBMK_BOOKMARK","features":[590]},{"name":"PROPID_DBBMK_CHAPTER","features":[590]},{"name":"PROPID_DBSELF_SELF","features":[590]},{"name":"PROXY_ACCESS","features":[590]},{"name":"PROXY_ACCESS_DIRECT","features":[590]},{"name":"PROXY_ACCESS_PRECONFIG","features":[590]},{"name":"PROXY_ACCESS_PROXY","features":[590]},{"name":"PROXY_INFO","features":[305,590]},{"name":"PRRE","features":[590]},{"name":"PRSomeBits","features":[590]},{"name":"PRTH_E_ACCESS_DENIED","features":[590]},{"name":"PRTH_E_ACL_IS_READ_NONE","features":[590]},{"name":"PRTH_E_ACL_TOO_BIG","features":[590]},{"name":"PRTH_E_BAD_REQUEST","features":[590]},{"name":"PRTH_E_CANT_TRANSFORM_DENIED_ACE","features":[590]},{"name":"PRTH_E_CANT_TRANSFORM_EXTERNAL_ACL","features":[590]},{"name":"PRTH_E_COMM_ERROR","features":[590]},{"name":"PRTH_E_DATABASE_OPEN_ERROR","features":[590]},{"name":"PRTH_E_HTTPS_CERTIFICATE_ERROR","features":[590]},{"name":"PRTH_E_HTTPS_REQUIRE_CERTIFICATE","features":[590]},{"name":"PRTH_E_HTTP_CANNOT_CONNECT","features":[590]},{"name":"PRTH_E_INIT_FAILED","features":[590]},{"name":"PRTH_E_INTERNAL_ERROR","features":[590]},{"name":"PRTH_E_LOAD_FAILED","features":[590]},{"name":"PRTH_E_MIME_EXCLUDED","features":[590]},{"name":"PRTH_E_NOT_REDIRECTED","features":[590]},{"name":"PRTH_E_NO_PROPERTY","features":[590]},{"name":"PRTH_E_OBJ_NOT_FOUND","features":[590]},{"name":"PRTH_E_OPLOCK_BROKEN","features":[590]},{"name":"PRTH_E_REQUEST_ERROR","features":[590]},{"name":"PRTH_E_RETRY","features":[590]},{"name":"PRTH_E_SERVER_ERROR","features":[590]},{"name":"PRTH_E_TRUNCATED","features":[590]},{"name":"PRTH_E_VOLUME_MOUNT_POINT","features":[590]},{"name":"PRTH_E_WININET","features":[590]},{"name":"PRTH_S_ACL_IS_READ_EVERYONE","features":[590]},{"name":"PRTH_S_MAX_DOWNLOAD","features":[590]},{"name":"PRTH_S_MAX_GROWTH","features":[590]},{"name":"PRTH_S_NOT_ALL_PARTS","features":[590]},{"name":"PRTH_S_NOT_MODIFIED","features":[590]},{"name":"PRTH_S_TRY_IMPERSONATING","features":[590]},{"name":"PRTH_S_USE_ROSEBUD","features":[590]},{"name":"PSGUID_CHARACTERIZATION","features":[590]},{"name":"PSGUID_QUERY_METADATA","features":[590]},{"name":"PSGUID_STORAGE","features":[590]},{"name":"PWPROP_OSPVALUE","features":[590]},{"name":"QPMO_APPEND_LCID_TO_LOCALIZED_PATH","features":[590]},{"name":"QPMO_LOCALIZED_SCHEMA_BINARY_PATH","features":[590]},{"name":"QPMO_LOCALIZER_SUPPORT","features":[590]},{"name":"QPMO_PRELOCALIZED_SCHEMA_BINARY_PATH","features":[590]},{"name":"QPMO_SCHEMA_BINARY_NAME","features":[590]},{"name":"QPMO_UNLOCALIZED_SCHEMA_BINARY_PATH","features":[590]},{"name":"QRY_E_COLUMNNOTSEARCHABLE","features":[590]},{"name":"QRY_E_COLUMNNOTSORTABLE","features":[590]},{"name":"QRY_E_ENGINEFAILED","features":[590]},{"name":"QRY_E_INFIXWILDCARD","features":[590]},{"name":"QRY_E_INVALIDCATALOG","features":[590]},{"name":"QRY_E_INVALIDCOLUMN","features":[590]},{"name":"QRY_E_INVALIDINTERVAL","features":[590]},{"name":"QRY_E_INVALIDPATH","features":[590]},{"name":"QRY_E_INVALIDSCOPES","features":[590]},{"name":"QRY_E_LMNOTINITIALIZED","features":[590]},{"name":"QRY_E_NOCOLUMNS","features":[590]},{"name":"QRY_E_NODATASOURCES","features":[590]},{"name":"QRY_E_NOLOGMANAGER","features":[590]},{"name":"QRY_E_NULLQUERY","features":[590]},{"name":"QRY_E_PREFIXWILDCARD","features":[590]},{"name":"QRY_E_QUERYCORRUPT","features":[590]},{"name":"QRY_E_QUERYSYNTAX","features":[590]},{"name":"QRY_E_SCOPECARDINALIDY","features":[590]},{"name":"QRY_E_SEARCHTOOBIG","features":[590]},{"name":"QRY_E_STARTHITTOBIG","features":[590]},{"name":"QRY_E_TIMEOUT","features":[590]},{"name":"QRY_E_TOOMANYCOLUMNS","features":[590]},{"name":"QRY_E_TOOMANYDATABASES","features":[590]},{"name":"QRY_E_TOOMANYQUERYTERMS","features":[590]},{"name":"QRY_E_TYPEMISMATCH","features":[590]},{"name":"QRY_E_UNEXPECTED","features":[590]},{"name":"QRY_E_UNHANDLEDTYPE","features":[590]},{"name":"QRY_E_WILDCARDPREFIXLENGTH","features":[590]},{"name":"QRY_S_INEXACTRESULTS","features":[590]},{"name":"QRY_S_NOROWSFOUND","features":[590]},{"name":"QRY_S_TERMIGNORED","features":[590]},{"name":"QUERY_E_AGGREGATE_NOT_SUPPORTED","features":[590]},{"name":"QUERY_E_ALLNOISE_AND_NO_RELDOC","features":[590]},{"name":"QUERY_E_ALLNOISE_AND_NO_RELPROP","features":[590]},{"name":"QUERY_E_DUPLICATE_RANGE_NAME","features":[590]},{"name":"QUERY_E_INCORRECT_VERSION","features":[590]},{"name":"QUERY_E_INVALIDCOALESCE","features":[590]},{"name":"QUERY_E_INVALIDSCOPE_COALESCE","features":[590]},{"name":"QUERY_E_INVALIDSORT_COALESCE","features":[590]},{"name":"QUERY_E_INVALID_DOCUMENT_IDENTIFIER","features":[590]},{"name":"QUERY_E_NO_RELDOC","features":[590]},{"name":"QUERY_E_NO_RELPROP","features":[590]},{"name":"QUERY_E_RELDOC_SYNTAX_NOT_SUPPORTED","features":[590]},{"name":"QUERY_E_REPEATED_RELDOC","features":[590]},{"name":"QUERY_E_TOP_LEVEL_IN_GROUP","features":[590]},{"name":"QUERY_E_UPGRADEINPROGRESS","features":[590]},{"name":"QUERY_PARSER_MANAGER_OPTION","features":[590]},{"name":"QUERY_SORTDEFAULT","features":[590]},{"name":"QUERY_SORTXASCEND","features":[590]},{"name":"QUERY_SORTXDESCEND","features":[590]},{"name":"QUERY_VALIDBITS","features":[590]},{"name":"QueryParser","features":[590]},{"name":"QueryParserManager","features":[590]},{"name":"RANGECATEGORIZE","features":[305,392,590,360]},{"name":"RESTRICTION","features":[305,518,392,590,360]},{"name":"REXSPH_E_DUPLICATE_PROPERTY","features":[590]},{"name":"REXSPH_E_INVALID_CALL","features":[590]},{"name":"REXSPH_E_MULTIPLE_REDIRECT","features":[590]},{"name":"REXSPH_E_NO_PROPERTY_ON_ROW","features":[590]},{"name":"REXSPH_E_REDIRECT_ON_SECURITY_UPDATE","features":[590]},{"name":"REXSPH_E_TYPE_MISMATCH_ON_READ","features":[590]},{"name":"REXSPH_E_UNEXPECTED_DATA_STATUS","features":[590]},{"name":"REXSPH_E_UNEXPECTED_FILTER_STATE","features":[590]},{"name":"REXSPH_E_UNKNOWN_DATA_TYPE","features":[590]},{"name":"REXSPH_S_REDIRECTED","features":[590]},{"name":"RMTPACK","features":[305,392,359,590,360]},{"name":"RMTPACK","features":[305,392,359,590,360]},{"name":"ROWSETEVENT_ITEMSTATE","features":[590]},{"name":"ROWSETEVENT_ITEMSTATE_INROWSET","features":[590]},{"name":"ROWSETEVENT_ITEMSTATE_NOTINROWSET","features":[590]},{"name":"ROWSETEVENT_ITEMSTATE_UNKNOWN","features":[590]},{"name":"ROWSETEVENT_TYPE","features":[590]},{"name":"ROWSETEVENT_TYPE_DATAEXPIRED","features":[590]},{"name":"ROWSETEVENT_TYPE_FOREGROUNDLOST","features":[590]},{"name":"ROWSETEVENT_TYPE_SCOPESTATISTICS","features":[590]},{"name":"RS_COMPLETED","features":[590]},{"name":"RS_MAYBOTHERUSER","features":[590]},{"name":"RS_READY","features":[590]},{"name":"RS_SUSPENDED","features":[590]},{"name":"RS_SUSPENDONIDLE","features":[590]},{"name":"RS_UPDATING","features":[590]},{"name":"RTAnd","features":[590]},{"name":"RTContent","features":[590]},{"name":"RTNatLanguage","features":[590]},{"name":"RTNone","features":[590]},{"name":"RTNot","features":[590]},{"name":"RTOr","features":[590]},{"name":"RTProperty","features":[590]},{"name":"RTProximity","features":[590]},{"name":"RTVector","features":[590]},{"name":"RootBinder","features":[590]},{"name":"SCHEMA_E_ADDSTOPWORDS","features":[590]},{"name":"SCHEMA_E_BADATTRIBUTE","features":[590]},{"name":"SCHEMA_E_BADCOLUMNNAME","features":[590]},{"name":"SCHEMA_E_BADFILENAME","features":[590]},{"name":"SCHEMA_E_BADPROPPID","features":[590]},{"name":"SCHEMA_E_BADPROPSPEC","features":[590]},{"name":"SCHEMA_E_CANNOTCREATEFILE","features":[590]},{"name":"SCHEMA_E_CANNOTCREATENOISEWORDFILE","features":[590]},{"name":"SCHEMA_E_CANNOTWRITEFILE","features":[590]},{"name":"SCHEMA_E_DUPLICATENOISE","features":[590]},{"name":"SCHEMA_E_EMPTYFILE","features":[590]},{"name":"SCHEMA_E_FILECHANGED","features":[590]},{"name":"SCHEMA_E_FILENOTFOUND","features":[590]},{"name":"SCHEMA_E_INVALIDDATATYPE","features":[590]},{"name":"SCHEMA_E_INVALIDFILETYPE","features":[590]},{"name":"SCHEMA_E_INVALIDVALUE","features":[590]},{"name":"SCHEMA_E_LOAD_SPECIAL","features":[590]},{"name":"SCHEMA_E_NAMEEXISTS","features":[590]},{"name":"SCHEMA_E_NESTEDTAG","features":[590]},{"name":"SCHEMA_E_NOMORECOLUMNS","features":[590]},{"name":"SCHEMA_E_PROPEXISTS","features":[590]},{"name":"SCHEMA_E_UNEXPECTEDTAG","features":[590]},{"name":"SCHEMA_E_VERSIONMISMATCH","features":[590]},{"name":"SCRIPTPI_E_ALREADY_COMPLETED","features":[590]},{"name":"SCRIPTPI_E_CANNOT_ALTER_CHUNK","features":[590]},{"name":"SCRIPTPI_E_CHUNK_NOT_TEXT","features":[590]},{"name":"SCRIPTPI_E_CHUNK_NOT_VALUE","features":[590]},{"name":"SCRIPTPI_E_PID_NOT_NAME","features":[590]},{"name":"SCRIPTPI_E_PID_NOT_NUMERIC","features":[590]},{"name":"SEARCH_ADVANCED_QUERY_SYNTAX","features":[590]},{"name":"SEARCH_CHANGE_ADD","features":[590]},{"name":"SEARCH_CHANGE_DELETE","features":[590]},{"name":"SEARCH_CHANGE_MODIFY","features":[590]},{"name":"SEARCH_CHANGE_MOVE_RENAME","features":[590]},{"name":"SEARCH_CHANGE_SEMANTICS_DIRECTORY","features":[590]},{"name":"SEARCH_CHANGE_SEMANTICS_SHALLOW","features":[590]},{"name":"SEARCH_CHANGE_SEMANTICS_UPDATE_SECURITY","features":[590]},{"name":"SEARCH_COLUMN_PROPERTIES","features":[305,392,590,360]},{"name":"SEARCH_HIGH_PRIORITY","features":[590]},{"name":"SEARCH_INDEXING_PHASE","features":[590]},{"name":"SEARCH_INDEXING_PHASE_GATHERER","features":[590]},{"name":"SEARCH_INDEXING_PHASE_PERSISTED","features":[590]},{"name":"SEARCH_INDEXING_PHASE_QUERYABLE","features":[590]},{"name":"SEARCH_ITEM_CHANGE","features":[358,590]},{"name":"SEARCH_ITEM_INDEXING_STATUS","features":[590]},{"name":"SEARCH_ITEM_PERSISTENT_CHANGE","features":[590]},{"name":"SEARCH_KIND_OF_CHANGE","features":[590]},{"name":"SEARCH_NATURAL_QUERY_SYNTAX","features":[590]},{"name":"SEARCH_NORMAL_PRIORITY","features":[590]},{"name":"SEARCH_NOTIFICATION_PRIORITY","features":[590]},{"name":"SEARCH_NO_QUERY_SYNTAX","features":[590]},{"name":"SEARCH_QUERY_SYNTAX","features":[590]},{"name":"SEARCH_TERM_EXPANSION","features":[590]},{"name":"SEARCH_TERM_NO_EXPANSION","features":[590]},{"name":"SEARCH_TERM_PREFIX_ALL","features":[590]},{"name":"SEARCH_TERM_STEM_ALL","features":[590]},{"name":"SEC_E_ACCESSDENIED","features":[590]},{"name":"SEC_E_BADTRUSTEEID","features":[590]},{"name":"SEC_E_INITFAILED","features":[590]},{"name":"SEC_E_INVALIDACCESSENTRY","features":[590]},{"name":"SEC_E_INVALIDACCESSENTRYLIST","features":[590]},{"name":"SEC_E_INVALIDCONTEXT","features":[590]},{"name":"SEC_E_INVALIDOBJECT","features":[590]},{"name":"SEC_E_INVALIDOWNER","features":[590]},{"name":"SEC_E_NOMEMBERSHIPSUPPORT","features":[590]},{"name":"SEC_E_NOOWNER","features":[590]},{"name":"SEC_E_NOTINITIALIZED","features":[590]},{"name":"SEC_E_NOTRUSTEEID","features":[590]},{"name":"SEC_E_PERMISSIONDENIED","features":[590]},{"name":"SEC_OBJECT","features":[518,590]},{"name":"SEC_OBJECT","features":[518,590]},{"name":"SEC_OBJECT_ELEMENT","features":[518,590]},{"name":"SEC_OBJECT_ELEMENT","features":[518,590]},{"name":"SI_TEMPORARY","features":[590]},{"name":"SORTKEY","features":[518,392,590]},{"name":"SORTSET","features":[518,392,590]},{"name":"SPS_WS_ERROR","features":[590]},{"name":"SQLAOPANY","features":[590]},{"name":"SQLAOPAVG","features":[590]},{"name":"SQLAOPCNT","features":[590]},{"name":"SQLAOPMAX","features":[590]},{"name":"SQLAOPMIN","features":[590]},{"name":"SQLAOPNOOP","features":[590]},{"name":"SQLAOPSTDEV","features":[590]},{"name":"SQLAOPSTDEVP","features":[590]},{"name":"SQLAOPSUM","features":[590]},{"name":"SQLAOPVAR","features":[590]},{"name":"SQLAOPVARP","features":[590]},{"name":"SQLAllocConnect","features":[590]},{"name":"SQLAllocEnv","features":[590]},{"name":"SQLAllocHandle","features":[590]},{"name":"SQLAllocHandleStd","features":[590]},{"name":"SQLAllocStmt","features":[590]},{"name":"SQLBIGBINARY","features":[590]},{"name":"SQLBIGCHAR","features":[590]},{"name":"SQLBIGVARBINARY","features":[590]},{"name":"SQLBIGVARCHAR","features":[590]},{"name":"SQLBINARY","features":[590]},{"name":"SQLBIT","features":[590]},{"name":"SQLBITN","features":[590]},{"name":"SQLBindCol","features":[590]},{"name":"SQLBindCol","features":[590]},{"name":"SQLBindParam","features":[590]},{"name":"SQLBindParam","features":[590]},{"name":"SQLBindParameter","features":[590]},{"name":"SQLBindParameter","features":[590]},{"name":"SQLBrowseConnect","features":[590]},{"name":"SQLBrowseConnectA","features":[590]},{"name":"SQLBrowseConnectW","features":[590]},{"name":"SQLBulkOperations","features":[590]},{"name":"SQLCHARACTER","features":[590]},{"name":"SQLCancel","features":[590]},{"name":"SQLCancelHandle","features":[590]},{"name":"SQLCloseCursor","features":[590]},{"name":"SQLCloseEnumServers","features":[305,590]},{"name":"SQLColAttribute","features":[590]},{"name":"SQLColAttribute","features":[590]},{"name":"SQLColAttributeA","features":[590]},{"name":"SQLColAttributeA","features":[590]},{"name":"SQLColAttributeW","features":[590]},{"name":"SQLColAttributeW","features":[590]},{"name":"SQLColAttributes","features":[590]},{"name":"SQLColAttributes","features":[590]},{"name":"SQLColAttributesA","features":[590]},{"name":"SQLColAttributesA","features":[590]},{"name":"SQLColAttributesW","features":[590]},{"name":"SQLColAttributesW","features":[590]},{"name":"SQLColumnPrivileges","features":[590]},{"name":"SQLColumnPrivilegesA","features":[590]},{"name":"SQLColumnPrivilegesW","features":[590]},{"name":"SQLColumns","features":[590]},{"name":"SQLColumnsA","features":[590]},{"name":"SQLColumnsW","features":[590]},{"name":"SQLCompleteAsync","features":[590]},{"name":"SQLConnect","features":[590]},{"name":"SQLConnectA","features":[590]},{"name":"SQLConnectW","features":[590]},{"name":"SQLCopyDesc","features":[590]},{"name":"SQLDATETIM4","features":[590]},{"name":"SQLDATETIME","features":[590]},{"name":"SQLDATETIMN","features":[590]},{"name":"SQLDECIMAL","features":[590]},{"name":"SQLDECIMALN","features":[590]},{"name":"SQLDataSources","features":[590]},{"name":"SQLDataSourcesA","features":[590]},{"name":"SQLDataSourcesW","features":[590]},{"name":"SQLDescribeCol","features":[590]},{"name":"SQLDescribeCol","features":[590]},{"name":"SQLDescribeColA","features":[590]},{"name":"SQLDescribeColA","features":[590]},{"name":"SQLDescribeColW","features":[590]},{"name":"SQLDescribeColW","features":[590]},{"name":"SQLDescribeParam","features":[590]},{"name":"SQLDescribeParam","features":[590]},{"name":"SQLDisconnect","features":[590]},{"name":"SQLDriverConnect","features":[590]},{"name":"SQLDriverConnectA","features":[590]},{"name":"SQLDriverConnectW","features":[590]},{"name":"SQLDrivers","features":[590]},{"name":"SQLDriversA","features":[590]},{"name":"SQLDriversW","features":[590]},{"name":"SQLEndTran","features":[590]},{"name":"SQLError","features":[590]},{"name":"SQLErrorA","features":[590]},{"name":"SQLErrorW","features":[590]},{"name":"SQLExecDirect","features":[590]},{"name":"SQLExecDirectA","features":[590]},{"name":"SQLExecDirectW","features":[590]},{"name":"SQLExecute","features":[590]},{"name":"SQLExtendedFetch","features":[590]},{"name":"SQLExtendedFetch","features":[590]},{"name":"SQLFLT4","features":[590]},{"name":"SQLFLT8","features":[590]},{"name":"SQLFLTN","features":[590]},{"name":"SQLFetch","features":[590]},{"name":"SQLFetchScroll","features":[590]},{"name":"SQLFetchScroll","features":[590]},{"name":"SQLForeignKeys","features":[590]},{"name":"SQLForeignKeysA","features":[590]},{"name":"SQLForeignKeysW","features":[590]},{"name":"SQLFreeConnect","features":[590]},{"name":"SQLFreeEnv","features":[590]},{"name":"SQLFreeHandle","features":[590]},{"name":"SQLFreeStmt","features":[590]},{"name":"SQLGetConnectAttr","features":[590]},{"name":"SQLGetConnectAttrA","features":[590]},{"name":"SQLGetConnectAttrW","features":[590]},{"name":"SQLGetConnectOption","features":[590]},{"name":"SQLGetConnectOptionA","features":[590]},{"name":"SQLGetConnectOptionW","features":[590]},{"name":"SQLGetCursorName","features":[590]},{"name":"SQLGetCursorNameA","features":[590]},{"name":"SQLGetCursorNameW","features":[590]},{"name":"SQLGetData","features":[590]},{"name":"SQLGetData","features":[590]},{"name":"SQLGetDescField","features":[590]},{"name":"SQLGetDescFieldA","features":[590]},{"name":"SQLGetDescFieldW","features":[590]},{"name":"SQLGetDescRec","features":[590]},{"name":"SQLGetDescRec","features":[590]},{"name":"SQLGetDescRecA","features":[590]},{"name":"SQLGetDescRecA","features":[590]},{"name":"SQLGetDescRecW","features":[590]},{"name":"SQLGetDescRecW","features":[590]},{"name":"SQLGetDiagField","features":[590]},{"name":"SQLGetDiagFieldA","features":[590]},{"name":"SQLGetDiagFieldW","features":[590]},{"name":"SQLGetDiagRec","features":[590]},{"name":"SQLGetDiagRecA","features":[590]},{"name":"SQLGetDiagRecW","features":[590]},{"name":"SQLGetEnvAttr","features":[590]},{"name":"SQLGetFunctions","features":[590]},{"name":"SQLGetInfo","features":[590]},{"name":"SQLGetInfoA","features":[590]},{"name":"SQLGetInfoW","features":[590]},{"name":"SQLGetNextEnumeration","features":[305,590]},{"name":"SQLGetStmtAttr","features":[590]},{"name":"SQLGetStmtAttrA","features":[590]},{"name":"SQLGetStmtAttrW","features":[590]},{"name":"SQLGetStmtOption","features":[590]},{"name":"SQLGetTypeInfo","features":[590]},{"name":"SQLGetTypeInfoA","features":[590]},{"name":"SQLGetTypeInfoW","features":[590]},{"name":"SQLIMAGE","features":[590]},{"name":"SQLINT1","features":[590]},{"name":"SQLINT2","features":[590]},{"name":"SQLINT4","features":[590]},{"name":"SQLINT8","features":[590]},{"name":"SQLINTERVAL","features":[590]},{"name":"SQLINTN","features":[590]},{"name":"SQLInitEnumServers","features":[305,590]},{"name":"SQLLinkedCatalogsA","features":[590]},{"name":"SQLLinkedCatalogsW","features":[590]},{"name":"SQLLinkedServers","features":[590]},{"name":"SQLMONEY","features":[590]},{"name":"SQLMONEY4","features":[590]},{"name":"SQLMONEYN","features":[590]},{"name":"SQLMoreResults","features":[590]},{"name":"SQLNCHAR","features":[590]},{"name":"SQLNTEXT","features":[590]},{"name":"SQLNUMERIC","features":[590]},{"name":"SQLNUMERICN","features":[590]},{"name":"SQLNVARCHAR","features":[590]},{"name":"SQLNativeSql","features":[590]},{"name":"SQLNativeSqlA","features":[590]},{"name":"SQLNativeSqlW","features":[590]},{"name":"SQLNumParams","features":[590]},{"name":"SQLNumResultCols","features":[590]},{"name":"SQLPERF","features":[590]},{"name":"SQLParamData","features":[590]},{"name":"SQLParamOptions","features":[590]},{"name":"SQLParamOptions","features":[590]},{"name":"SQLPrepare","features":[590]},{"name":"SQLPrepareA","features":[590]},{"name":"SQLPrepareW","features":[590]},{"name":"SQLPrimaryKeys","features":[590]},{"name":"SQLPrimaryKeysA","features":[590]},{"name":"SQLPrimaryKeysW","features":[590]},{"name":"SQLProcedureColumns","features":[590]},{"name":"SQLProcedureColumnsA","features":[590]},{"name":"SQLProcedureColumnsW","features":[590]},{"name":"SQLProcedures","features":[590]},{"name":"SQLProceduresA","features":[590]},{"name":"SQLProceduresW","features":[590]},{"name":"SQLPutData","features":[590]},{"name":"SQLPutData","features":[590]},{"name":"SQLRowCount","features":[590]},{"name":"SQLRowCount","features":[590]},{"name":"SQLSetConnectAttr","features":[590]},{"name":"SQLSetConnectAttrA","features":[590]},{"name":"SQLSetConnectAttrW","features":[590]},{"name":"SQLSetConnectOption","features":[590]},{"name":"SQLSetConnectOption","features":[590]},{"name":"SQLSetConnectOptionA","features":[590]},{"name":"SQLSetConnectOptionA","features":[590]},{"name":"SQLSetConnectOptionW","features":[590]},{"name":"SQLSetConnectOptionW","features":[590]},{"name":"SQLSetCursorName","features":[590]},{"name":"SQLSetCursorNameA","features":[590]},{"name":"SQLSetCursorNameW","features":[590]},{"name":"SQLSetDescField","features":[590]},{"name":"SQLSetDescFieldW","features":[590]},{"name":"SQLSetDescRec","features":[590]},{"name":"SQLSetDescRec","features":[590]},{"name":"SQLSetEnvAttr","features":[590]},{"name":"SQLSetParam","features":[590]},{"name":"SQLSetParam","features":[590]},{"name":"SQLSetPos","features":[590]},{"name":"SQLSetPos","features":[590]},{"name":"SQLSetScrollOptions","features":[590]},{"name":"SQLSetScrollOptions","features":[590]},{"name":"SQLSetStmtAttr","features":[590]},{"name":"SQLSetStmtAttrW","features":[590]},{"name":"SQLSetStmtOption","features":[590]},{"name":"SQLSetStmtOption","features":[590]},{"name":"SQLSpecialColumns","features":[590]},{"name":"SQLSpecialColumnsA","features":[590]},{"name":"SQLSpecialColumnsW","features":[590]},{"name":"SQLStatistics","features":[590]},{"name":"SQLStatisticsA","features":[590]},{"name":"SQLStatisticsW","features":[590]},{"name":"SQLTEXT","features":[590]},{"name":"SQLTablePrivileges","features":[590]},{"name":"SQLTablePrivilegesA","features":[590]},{"name":"SQLTablePrivilegesW","features":[590]},{"name":"SQLTables","features":[590]},{"name":"SQLTablesA","features":[590]},{"name":"SQLTablesW","features":[590]},{"name":"SQLTransact","features":[590]},{"name":"SQLUNIQUEID","features":[590]},{"name":"SQLVARBINARY","features":[590]},{"name":"SQLVARCHAR","features":[590]},{"name":"SQLVARENUM","features":[590]},{"name":"SQLVARIANT","features":[590]},{"name":"SQL_AA_FALSE","features":[590]},{"name":"SQL_AA_TRUE","features":[590]},{"name":"SQL_ACCESSIBLE_PROCEDURES","features":[590]},{"name":"SQL_ACCESSIBLE_TABLES","features":[590]},{"name":"SQL_ACCESS_MODE","features":[590]},{"name":"SQL_ACTIVE_CONNECTIONS","features":[590]},{"name":"SQL_ACTIVE_ENVIRONMENTS","features":[590]},{"name":"SQL_ACTIVE_STATEMENTS","features":[590]},{"name":"SQL_ADD","features":[590]},{"name":"SQL_AD_ADD_CONSTRAINT_DEFERRABLE","features":[590]},{"name":"SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED","features":[590]},{"name":"SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE","features":[590]},{"name":"SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE","features":[590]},{"name":"SQL_AD_ADD_DOMAIN_CONSTRAINT","features":[590]},{"name":"SQL_AD_ADD_DOMAIN_DEFAULT","features":[590]},{"name":"SQL_AD_CONSTRAINT_NAME_DEFINITION","features":[590]},{"name":"SQL_AD_DEFAULT","features":[590]},{"name":"SQL_AD_DROP_DOMAIN_CONSTRAINT","features":[590]},{"name":"SQL_AD_DROP_DOMAIN_DEFAULT","features":[590]},{"name":"SQL_AD_OFF","features":[590]},{"name":"SQL_AD_ON","features":[590]},{"name":"SQL_AF_ALL","features":[590]},{"name":"SQL_AF_AVG","features":[590]},{"name":"SQL_AF_COUNT","features":[590]},{"name":"SQL_AF_DISTINCT","features":[590]},{"name":"SQL_AF_MAX","features":[590]},{"name":"SQL_AF_MIN","features":[590]},{"name":"SQL_AF_SUM","features":[590]},{"name":"SQL_AGGREGATE_FUNCTIONS","features":[590]},{"name":"SQL_ALL_CATALOGS","features":[590]},{"name":"SQL_ALL_EXCEPT_LIKE","features":[590]},{"name":"SQL_ALL_SCHEMAS","features":[590]},{"name":"SQL_ALL_TABLE_TYPES","features":[590]},{"name":"SQL_ALL_TYPES","features":[590]},{"name":"SQL_ALTER_DOMAIN","features":[590]},{"name":"SQL_ALTER_TABLE","features":[590]},{"name":"SQL_AM_CONNECTION","features":[590]},{"name":"SQL_AM_NONE","features":[590]},{"name":"SQL_AM_STATEMENT","features":[590]},{"name":"SQL_AO_DEFAULT","features":[590]},{"name":"SQL_AO_OFF","features":[590]},{"name":"SQL_AO_ON","features":[590]},{"name":"SQL_APD_TYPE","features":[590]},{"name":"SQL_API_ALL_FUNCTIONS","features":[590]},{"name":"SQL_API_LOADBYORDINAL","features":[590]},{"name":"SQL_API_ODBC3_ALL_FUNCTIONS","features":[590]},{"name":"SQL_API_ODBC3_ALL_FUNCTIONS_SIZE","features":[590]},{"name":"SQL_API_SQLALLOCCONNECT","features":[590]},{"name":"SQL_API_SQLALLOCENV","features":[590]},{"name":"SQL_API_SQLALLOCHANDLE","features":[590]},{"name":"SQL_API_SQLALLOCHANDLESTD","features":[590]},{"name":"SQL_API_SQLALLOCSTMT","features":[590]},{"name":"SQL_API_SQLBINDCOL","features":[590]},{"name":"SQL_API_SQLBINDPARAM","features":[590]},{"name":"SQL_API_SQLBINDPARAMETER","features":[590]},{"name":"SQL_API_SQLBROWSECONNECT","features":[590]},{"name":"SQL_API_SQLBULKOPERATIONS","features":[590]},{"name":"SQL_API_SQLCANCEL","features":[590]},{"name":"SQL_API_SQLCANCELHANDLE","features":[590]},{"name":"SQL_API_SQLCLOSECURSOR","features":[590]},{"name":"SQL_API_SQLCOLATTRIBUTE","features":[590]},{"name":"SQL_API_SQLCOLATTRIBUTES","features":[590]},{"name":"SQL_API_SQLCOLUMNPRIVILEGES","features":[590]},{"name":"SQL_API_SQLCOLUMNS","features":[590]},{"name":"SQL_API_SQLCOMPLETEASYNC","features":[590]},{"name":"SQL_API_SQLCONNECT","features":[590]},{"name":"SQL_API_SQLCOPYDESC","features":[590]},{"name":"SQL_API_SQLDATASOURCES","features":[590]},{"name":"SQL_API_SQLDESCRIBECOL","features":[590]},{"name":"SQL_API_SQLDESCRIBEPARAM","features":[590]},{"name":"SQL_API_SQLDISCONNECT","features":[590]},{"name":"SQL_API_SQLDRIVERCONNECT","features":[590]},{"name":"SQL_API_SQLDRIVERS","features":[590]},{"name":"SQL_API_SQLENDTRAN","features":[590]},{"name":"SQL_API_SQLERROR","features":[590]},{"name":"SQL_API_SQLEXECDIRECT","features":[590]},{"name":"SQL_API_SQLEXECUTE","features":[590]},{"name":"SQL_API_SQLEXTENDEDFETCH","features":[590]},{"name":"SQL_API_SQLFETCH","features":[590]},{"name":"SQL_API_SQLFETCHSCROLL","features":[590]},{"name":"SQL_API_SQLFOREIGNKEYS","features":[590]},{"name":"SQL_API_SQLFREECONNECT","features":[590]},{"name":"SQL_API_SQLFREEENV","features":[590]},{"name":"SQL_API_SQLFREEHANDLE","features":[590]},{"name":"SQL_API_SQLFREESTMT","features":[590]},{"name":"SQL_API_SQLGETCONNECTATTR","features":[590]},{"name":"SQL_API_SQLGETCONNECTOPTION","features":[590]},{"name":"SQL_API_SQLGETCURSORNAME","features":[590]},{"name":"SQL_API_SQLGETDATA","features":[590]},{"name":"SQL_API_SQLGETDESCFIELD","features":[590]},{"name":"SQL_API_SQLGETDESCREC","features":[590]},{"name":"SQL_API_SQLGETDIAGFIELD","features":[590]},{"name":"SQL_API_SQLGETDIAGREC","features":[590]},{"name":"SQL_API_SQLGETENVATTR","features":[590]},{"name":"SQL_API_SQLGETFUNCTIONS","features":[590]},{"name":"SQL_API_SQLGETINFO","features":[590]},{"name":"SQL_API_SQLGETSTMTATTR","features":[590]},{"name":"SQL_API_SQLGETSTMTOPTION","features":[590]},{"name":"SQL_API_SQLGETTYPEINFO","features":[590]},{"name":"SQL_API_SQLMORERESULTS","features":[590]},{"name":"SQL_API_SQLNATIVESQL","features":[590]},{"name":"SQL_API_SQLNUMPARAMS","features":[590]},{"name":"SQL_API_SQLNUMRESULTCOLS","features":[590]},{"name":"SQL_API_SQLPARAMDATA","features":[590]},{"name":"SQL_API_SQLPARAMOPTIONS","features":[590]},{"name":"SQL_API_SQLPREPARE","features":[590]},{"name":"SQL_API_SQLPRIMARYKEYS","features":[590]},{"name":"SQL_API_SQLPRIVATEDRIVERS","features":[590]},{"name":"SQL_API_SQLPROCEDURECOLUMNS","features":[590]},{"name":"SQL_API_SQLPROCEDURES","features":[590]},{"name":"SQL_API_SQLPUTDATA","features":[590]},{"name":"SQL_API_SQLROWCOUNT","features":[590]},{"name":"SQL_API_SQLSETCONNECTATTR","features":[590]},{"name":"SQL_API_SQLSETCONNECTOPTION","features":[590]},{"name":"SQL_API_SQLSETCURSORNAME","features":[590]},{"name":"SQL_API_SQLSETDESCFIELD","features":[590]},{"name":"SQL_API_SQLSETDESCREC","features":[590]},{"name":"SQL_API_SQLSETENVATTR","features":[590]},{"name":"SQL_API_SQLSETPARAM","features":[590]},{"name":"SQL_API_SQLSETPOS","features":[590]},{"name":"SQL_API_SQLSETSCROLLOPTIONS","features":[590]},{"name":"SQL_API_SQLSETSTMTATTR","features":[590]},{"name":"SQL_API_SQLSETSTMTOPTION","features":[590]},{"name":"SQL_API_SQLSPECIALCOLUMNS","features":[590]},{"name":"SQL_API_SQLSTATISTICS","features":[590]},{"name":"SQL_API_SQLTABLEPRIVILEGES","features":[590]},{"name":"SQL_API_SQLTABLES","features":[590]},{"name":"SQL_API_SQLTRANSACT","features":[590]},{"name":"SQL_ARD_TYPE","features":[590]},{"name":"SQL_ASYNC_DBC_CAPABLE","features":[590]},{"name":"SQL_ASYNC_DBC_ENABLE_DEFAULT","features":[590]},{"name":"SQL_ASYNC_DBC_ENABLE_OFF","features":[590]},{"name":"SQL_ASYNC_DBC_ENABLE_ON","features":[590]},{"name":"SQL_ASYNC_DBC_FUNCTIONS","features":[590]},{"name":"SQL_ASYNC_DBC_NOT_CAPABLE","features":[590]},{"name":"SQL_ASYNC_ENABLE","features":[590]},{"name":"SQL_ASYNC_ENABLE_DEFAULT","features":[590]},{"name":"SQL_ASYNC_ENABLE_OFF","features":[590]},{"name":"SQL_ASYNC_ENABLE_ON","features":[590]},{"name":"SQL_ASYNC_MODE","features":[590]},{"name":"SQL_ASYNC_NOTIFICATION","features":[590]},{"name":"SQL_ASYNC_NOTIFICATION_CALLBACK","features":[305,590]},{"name":"SQL_ASYNC_NOTIFICATION_CAPABLE","features":[590]},{"name":"SQL_ASYNC_NOTIFICATION_NOT_CAPABLE","features":[590]},{"name":"SQL_ATTR_ACCESS_MODE","features":[590]},{"name":"SQL_ATTR_ANSI_APP","features":[590]},{"name":"SQL_ATTR_APPLICATION_KEY","features":[590]},{"name":"SQL_ATTR_APP_PARAM_DESC","features":[590]},{"name":"SQL_ATTR_APP_ROW_DESC","features":[590]},{"name":"SQL_ATTR_ASYNC_DBC_EVENT","features":[590]},{"name":"SQL_ATTR_ASYNC_DBC_FUNCTIONS_ENABLE","features":[590]},{"name":"SQL_ATTR_ASYNC_DBC_NOTIFICATION_CALLBACK","features":[590]},{"name":"SQL_ATTR_ASYNC_DBC_NOTIFICATION_CONTEXT","features":[590]},{"name":"SQL_ATTR_ASYNC_ENABLE","features":[590]},{"name":"SQL_ATTR_ASYNC_STMT_EVENT","features":[590]},{"name":"SQL_ATTR_ASYNC_STMT_NOTIFICATION_CALLBACK","features":[590]},{"name":"SQL_ATTR_ASYNC_STMT_NOTIFICATION_CONTEXT","features":[590]},{"name":"SQL_ATTR_AUTOCOMMIT","features":[590]},{"name":"SQL_ATTR_AUTO_IPD","features":[590]},{"name":"SQL_ATTR_CONCURRENCY","features":[590]},{"name":"SQL_ATTR_CONNECTION_DEAD","features":[590]},{"name":"SQL_ATTR_CONNECTION_POOLING","features":[590]},{"name":"SQL_ATTR_CONNECTION_TIMEOUT","features":[590]},{"name":"SQL_ATTR_CP_MATCH","features":[590]},{"name":"SQL_ATTR_CURRENT_CATALOG","features":[590]},{"name":"SQL_ATTR_CURSOR_SCROLLABLE","features":[590]},{"name":"SQL_ATTR_CURSOR_SENSITIVITY","features":[590]},{"name":"SQL_ATTR_CURSOR_TYPE","features":[590]},{"name":"SQL_ATTR_DBC_INFO_TOKEN","features":[590]},{"name":"SQL_ATTR_DISCONNECT_BEHAVIOR","features":[590]},{"name":"SQL_ATTR_ENABLE_AUTO_IPD","features":[590]},{"name":"SQL_ATTR_ENLIST_IN_DTC","features":[590]},{"name":"SQL_ATTR_ENLIST_IN_XA","features":[590]},{"name":"SQL_ATTR_FETCH_BOOKMARK_PTR","features":[590]},{"name":"SQL_ATTR_IMP_PARAM_DESC","features":[590]},{"name":"SQL_ATTR_IMP_ROW_DESC","features":[590]},{"name":"SQL_ATTR_KEYSET_SIZE","features":[590]},{"name":"SQL_ATTR_LOGIN_TIMEOUT","features":[590]},{"name":"SQL_ATTR_MAX_LENGTH","features":[590]},{"name":"SQL_ATTR_MAX_ROWS","features":[590]},{"name":"SQL_ATTR_METADATA_ID","features":[590]},{"name":"SQL_ATTR_NOSCAN","features":[590]},{"name":"SQL_ATTR_ODBC_CURSORS","features":[590]},{"name":"SQL_ATTR_ODBC_VERSION","features":[590]},{"name":"SQL_ATTR_OUTPUT_NTS","features":[590]},{"name":"SQL_ATTR_PACKET_SIZE","features":[590]},{"name":"SQL_ATTR_PARAMSET_SIZE","features":[590]},{"name":"SQL_ATTR_PARAMS_PROCESSED_PTR","features":[590]},{"name":"SQL_ATTR_PARAM_BIND_OFFSET_PTR","features":[590]},{"name":"SQL_ATTR_PARAM_BIND_TYPE","features":[590]},{"name":"SQL_ATTR_PARAM_OPERATION_PTR","features":[590]},{"name":"SQL_ATTR_PARAM_STATUS_PTR","features":[590]},{"name":"SQL_ATTR_QUERY_TIMEOUT","features":[590]},{"name":"SQL_ATTR_QUIET_MODE","features":[590]},{"name":"SQL_ATTR_READONLY","features":[590]},{"name":"SQL_ATTR_READWRITE_UNKNOWN","features":[590]},{"name":"SQL_ATTR_RESET_CONNECTION","features":[590]},{"name":"SQL_ATTR_RETRIEVE_DATA","features":[590]},{"name":"SQL_ATTR_ROWS_FETCHED_PTR","features":[590]},{"name":"SQL_ATTR_ROW_ARRAY_SIZE","features":[590]},{"name":"SQL_ATTR_ROW_BIND_OFFSET_PTR","features":[590]},{"name":"SQL_ATTR_ROW_BIND_TYPE","features":[590]},{"name":"SQL_ATTR_ROW_NUMBER","features":[590]},{"name":"SQL_ATTR_ROW_OPERATION_PTR","features":[590]},{"name":"SQL_ATTR_ROW_STATUS_PTR","features":[590]},{"name":"SQL_ATTR_SIMULATE_CURSOR","features":[590]},{"name":"SQL_ATTR_TRACE","features":[590]},{"name":"SQL_ATTR_TRACEFILE","features":[590]},{"name":"SQL_ATTR_TRANSLATE_LIB","features":[590]},{"name":"SQL_ATTR_TRANSLATE_OPTION","features":[590]},{"name":"SQL_ATTR_TXN_ISOLATION","features":[590]},{"name":"SQL_ATTR_USE_BOOKMARKS","features":[590]},{"name":"SQL_ATTR_WRITE","features":[590]},{"name":"SQL_AT_ADD_COLUMN","features":[590]},{"name":"SQL_AT_ADD_COLUMN_COLLATION","features":[590]},{"name":"SQL_AT_ADD_COLUMN_DEFAULT","features":[590]},{"name":"SQL_AT_ADD_COLUMN_SINGLE","features":[590]},{"name":"SQL_AT_ADD_CONSTRAINT","features":[590]},{"name":"SQL_AT_ADD_TABLE_CONSTRAINT","features":[590]},{"name":"SQL_AT_CONSTRAINT_DEFERRABLE","features":[590]},{"name":"SQL_AT_CONSTRAINT_INITIALLY_DEFERRED","features":[590]},{"name":"SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE","features":[590]},{"name":"SQL_AT_CONSTRAINT_NAME_DEFINITION","features":[590]},{"name":"SQL_AT_CONSTRAINT_NON_DEFERRABLE","features":[590]},{"name":"SQL_AT_DROP_COLUMN","features":[590]},{"name":"SQL_AT_DROP_COLUMN_CASCADE","features":[590]},{"name":"SQL_AT_DROP_COLUMN_DEFAULT","features":[590]},{"name":"SQL_AT_DROP_COLUMN_RESTRICT","features":[590]},{"name":"SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE","features":[590]},{"name":"SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT","features":[590]},{"name":"SQL_AT_SET_COLUMN_DEFAULT","features":[590]},{"name":"SQL_AUTOCOMMIT","features":[590]},{"name":"SQL_AUTOCOMMIT_DEFAULT","features":[590]},{"name":"SQL_AUTOCOMMIT_OFF","features":[590]},{"name":"SQL_AUTOCOMMIT_ON","features":[590]},{"name":"SQL_BATCH_ROW_COUNT","features":[590]},{"name":"SQL_BATCH_SUPPORT","features":[590]},{"name":"SQL_BCP_DEFAULT","features":[590]},{"name":"SQL_BCP_OFF","features":[590]},{"name":"SQL_BCP_ON","features":[590]},{"name":"SQL_BEST_ROWID","features":[590]},{"name":"SQL_BIGINT","features":[590]},{"name":"SQL_BINARY","features":[590]},{"name":"SQL_BIND_BY_COLUMN","features":[590]},{"name":"SQL_BIND_TYPE","features":[590]},{"name":"SQL_BIND_TYPE_DEFAULT","features":[590]},{"name":"SQL_BIT","features":[590]},{"name":"SQL_BOOKMARK_PERSISTENCE","features":[590]},{"name":"SQL_BP_CLOSE","features":[590]},{"name":"SQL_BP_DELETE","features":[590]},{"name":"SQL_BP_DROP","features":[590]},{"name":"SQL_BP_OTHER_HSTMT","features":[590]},{"name":"SQL_BP_SCROLL","features":[590]},{"name":"SQL_BP_TRANSACTION","features":[590]},{"name":"SQL_BP_UPDATE","features":[590]},{"name":"SQL_BRC_EXPLICIT","features":[590]},{"name":"SQL_BRC_PROCEDURES","features":[590]},{"name":"SQL_BRC_ROLLED_UP","features":[590]},{"name":"SQL_BS_ROW_COUNT_EXPLICIT","features":[590]},{"name":"SQL_BS_ROW_COUNT_PROC","features":[590]},{"name":"SQL_BS_SELECT_EXPLICIT","features":[590]},{"name":"SQL_BS_SELECT_PROC","features":[590]},{"name":"SQL_CA1_ABSOLUTE","features":[590]},{"name":"SQL_CA1_BOOKMARK","features":[590]},{"name":"SQL_CA1_BULK_ADD","features":[590]},{"name":"SQL_CA1_BULK_DELETE_BY_BOOKMARK","features":[590]},{"name":"SQL_CA1_BULK_FETCH_BY_BOOKMARK","features":[590]},{"name":"SQL_CA1_BULK_UPDATE_BY_BOOKMARK","features":[590]},{"name":"SQL_CA1_LOCK_EXCLUSIVE","features":[590]},{"name":"SQL_CA1_LOCK_NO_CHANGE","features":[590]},{"name":"SQL_CA1_LOCK_UNLOCK","features":[590]},{"name":"SQL_CA1_NEXT","features":[590]},{"name":"SQL_CA1_POSITIONED_DELETE","features":[590]},{"name":"SQL_CA1_POSITIONED_UPDATE","features":[590]},{"name":"SQL_CA1_POS_DELETE","features":[590]},{"name":"SQL_CA1_POS_POSITION","features":[590]},{"name":"SQL_CA1_POS_REFRESH","features":[590]},{"name":"SQL_CA1_POS_UPDATE","features":[590]},{"name":"SQL_CA1_RELATIVE","features":[590]},{"name":"SQL_CA1_SELECT_FOR_UPDATE","features":[590]},{"name":"SQL_CA2_CRC_APPROXIMATE","features":[590]},{"name":"SQL_CA2_CRC_EXACT","features":[590]},{"name":"SQL_CA2_LOCK_CONCURRENCY","features":[590]},{"name":"SQL_CA2_MAX_ROWS_CATALOG","features":[590]},{"name":"SQL_CA2_MAX_ROWS_DELETE","features":[590]},{"name":"SQL_CA2_MAX_ROWS_INSERT","features":[590]},{"name":"SQL_CA2_MAX_ROWS_SELECT","features":[590]},{"name":"SQL_CA2_MAX_ROWS_UPDATE","features":[590]},{"name":"SQL_CA2_OPT_ROWVER_CONCURRENCY","features":[590]},{"name":"SQL_CA2_OPT_VALUES_CONCURRENCY","features":[590]},{"name":"SQL_CA2_READ_ONLY_CONCURRENCY","features":[590]},{"name":"SQL_CA2_SENSITIVITY_ADDITIONS","features":[590]},{"name":"SQL_CA2_SENSITIVITY_DELETIONS","features":[590]},{"name":"SQL_CA2_SENSITIVITY_UPDATES","features":[590]},{"name":"SQL_CA2_SIMULATE_NON_UNIQUE","features":[590]},{"name":"SQL_CA2_SIMULATE_TRY_UNIQUE","features":[590]},{"name":"SQL_CA2_SIMULATE_UNIQUE","features":[590]},{"name":"SQL_CACHE_DATA_NO","features":[590]},{"name":"SQL_CACHE_DATA_YES","features":[590]},{"name":"SQL_CASCADE","features":[590]},{"name":"SQL_CATALOG_LOCATION","features":[590]},{"name":"SQL_CATALOG_NAME","features":[590]},{"name":"SQL_CATALOG_NAME_SEPARATOR","features":[590]},{"name":"SQL_CATALOG_TERM","features":[590]},{"name":"SQL_CATALOG_USAGE","features":[590]},{"name":"SQL_CA_CONSTRAINT_DEFERRABLE","features":[590]},{"name":"SQL_CA_CONSTRAINT_INITIALLY_DEFERRED","features":[590]},{"name":"SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE","features":[590]},{"name":"SQL_CA_CONSTRAINT_NON_DEFERRABLE","features":[590]},{"name":"SQL_CA_CREATE_ASSERTION","features":[590]},{"name":"SQL_CA_SS_BASE","features":[590]},{"name":"SQL_CA_SS_COLUMN_COLLATION","features":[590]},{"name":"SQL_CA_SS_COLUMN_HIDDEN","features":[590]},{"name":"SQL_CA_SS_COLUMN_ID","features":[590]},{"name":"SQL_CA_SS_COLUMN_KEY","features":[590]},{"name":"SQL_CA_SS_COLUMN_OP","features":[590]},{"name":"SQL_CA_SS_COLUMN_ORDER","features":[590]},{"name":"SQL_CA_SS_COLUMN_SIZE","features":[590]},{"name":"SQL_CA_SS_COLUMN_SSTYPE","features":[590]},{"name":"SQL_CA_SS_COLUMN_UTYPE","features":[590]},{"name":"SQL_CA_SS_COLUMN_VARYLEN","features":[590]},{"name":"SQL_CA_SS_COMPUTE_BYLIST","features":[590]},{"name":"SQL_CA_SS_COMPUTE_ID","features":[590]},{"name":"SQL_CA_SS_MAX_USED","features":[590]},{"name":"SQL_CA_SS_NUM_COMPUTES","features":[590]},{"name":"SQL_CA_SS_NUM_ORDERS","features":[590]},{"name":"SQL_CA_SS_VARIANT_SERVER_TYPE","features":[590]},{"name":"SQL_CA_SS_VARIANT_SQL_TYPE","features":[590]},{"name":"SQL_CA_SS_VARIANT_TYPE","features":[590]},{"name":"SQL_CB_CLOSE","features":[590]},{"name":"SQL_CB_DELETE","features":[590]},{"name":"SQL_CB_NON_NULL","features":[590]},{"name":"SQL_CB_NULL","features":[590]},{"name":"SQL_CB_PRESERVE","features":[590]},{"name":"SQL_CCOL_CREATE_COLLATION","features":[590]},{"name":"SQL_CCS_COLLATE_CLAUSE","features":[590]},{"name":"SQL_CCS_CREATE_CHARACTER_SET","features":[590]},{"name":"SQL_CCS_LIMITED_COLLATION","features":[590]},{"name":"SQL_CC_CLOSE","features":[590]},{"name":"SQL_CC_DELETE","features":[590]},{"name":"SQL_CC_PRESERVE","features":[590]},{"name":"SQL_CDO_COLLATION","features":[590]},{"name":"SQL_CDO_CONSTRAINT","features":[590]},{"name":"SQL_CDO_CONSTRAINT_DEFERRABLE","features":[590]},{"name":"SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED","features":[590]},{"name":"SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE","features":[590]},{"name":"SQL_CDO_CONSTRAINT_NAME_DEFINITION","features":[590]},{"name":"SQL_CDO_CONSTRAINT_NON_DEFERRABLE","features":[590]},{"name":"SQL_CDO_CREATE_DOMAIN","features":[590]},{"name":"SQL_CDO_DEFAULT","features":[590]},{"name":"SQL_CD_FALSE","features":[590]},{"name":"SQL_CD_TRUE","features":[590]},{"name":"SQL_CHAR","features":[590]},{"name":"SQL_CLOSE","features":[590]},{"name":"SQL_CL_END","features":[590]},{"name":"SQL_CL_START","features":[590]},{"name":"SQL_CN_ANY","features":[590]},{"name":"SQL_CN_DEFAULT","features":[590]},{"name":"SQL_CN_DIFFERENT","features":[590]},{"name":"SQL_CN_NONE","features":[590]},{"name":"SQL_CN_OFF","features":[590]},{"name":"SQL_CN_ON","features":[590]},{"name":"SQL_CODE_DATE","features":[590]},{"name":"SQL_CODE_DAY","features":[590]},{"name":"SQL_CODE_DAY_TO_HOUR","features":[590]},{"name":"SQL_CODE_DAY_TO_MINUTE","features":[590]},{"name":"SQL_CODE_DAY_TO_SECOND","features":[590]},{"name":"SQL_CODE_HOUR","features":[590]},{"name":"SQL_CODE_HOUR_TO_MINUTE","features":[590]},{"name":"SQL_CODE_HOUR_TO_SECOND","features":[590]},{"name":"SQL_CODE_MINUTE","features":[590]},{"name":"SQL_CODE_MINUTE_TO_SECOND","features":[590]},{"name":"SQL_CODE_MONTH","features":[590]},{"name":"SQL_CODE_SECOND","features":[590]},{"name":"SQL_CODE_TIME","features":[590]},{"name":"SQL_CODE_TIMESTAMP","features":[590]},{"name":"SQL_CODE_YEAR","features":[590]},{"name":"SQL_CODE_YEAR_TO_MONTH","features":[590]},{"name":"SQL_COLATT_OPT_MAX","features":[590]},{"name":"SQL_COLATT_OPT_MIN","features":[590]},{"name":"SQL_COLLATION_SEQ","features":[590]},{"name":"SQL_COLUMN_ALIAS","features":[590]},{"name":"SQL_COLUMN_AUTO_INCREMENT","features":[590]},{"name":"SQL_COLUMN_CASE_SENSITIVE","features":[590]},{"name":"SQL_COLUMN_COUNT","features":[590]},{"name":"SQL_COLUMN_DISPLAY_SIZE","features":[590]},{"name":"SQL_COLUMN_DRIVER_START","features":[590]},{"name":"SQL_COLUMN_IGNORE","features":[590]},{"name":"SQL_COLUMN_LABEL","features":[590]},{"name":"SQL_COLUMN_LENGTH","features":[590]},{"name":"SQL_COLUMN_MONEY","features":[590]},{"name":"SQL_COLUMN_NAME","features":[590]},{"name":"SQL_COLUMN_NULLABLE","features":[590]},{"name":"SQL_COLUMN_NUMBER_UNKNOWN","features":[590]},{"name":"SQL_COLUMN_OWNER_NAME","features":[590]},{"name":"SQL_COLUMN_PRECISION","features":[590]},{"name":"SQL_COLUMN_QUALIFIER_NAME","features":[590]},{"name":"SQL_COLUMN_SCALE","features":[590]},{"name":"SQL_COLUMN_SEARCHABLE","features":[590]},{"name":"SQL_COLUMN_TABLE_NAME","features":[590]},{"name":"SQL_COLUMN_TYPE","features":[590]},{"name":"SQL_COLUMN_TYPE_NAME","features":[590]},{"name":"SQL_COLUMN_UNSIGNED","features":[590]},{"name":"SQL_COLUMN_UPDATABLE","features":[590]},{"name":"SQL_COMMIT","features":[590]},{"name":"SQL_CONCAT_NULL_BEHAVIOR","features":[590]},{"name":"SQL_CONCURRENCY","features":[590]},{"name":"SQL_CONCUR_DEFAULT","features":[590]},{"name":"SQL_CONCUR_LOCK","features":[590]},{"name":"SQL_CONCUR_READ_ONLY","features":[590]},{"name":"SQL_CONCUR_ROWVER","features":[590]},{"name":"SQL_CONCUR_TIMESTAMP","features":[590]},{"name":"SQL_CONCUR_VALUES","features":[590]},{"name":"SQL_CONNECT_OPT_DRVR_START","features":[590]},{"name":"SQL_CONN_OPT_MAX","features":[590]},{"name":"SQL_CONN_OPT_MIN","features":[590]},{"name":"SQL_CONN_POOL_RATING_BEST","features":[590]},{"name":"SQL_CONN_POOL_RATING_GOOD_ENOUGH","features":[590]},{"name":"SQL_CONN_POOL_RATING_USELESS","features":[590]},{"name":"SQL_CONVERT_BIGINT","features":[590]},{"name":"SQL_CONVERT_BINARY","features":[590]},{"name":"SQL_CONVERT_BIT","features":[590]},{"name":"SQL_CONVERT_CHAR","features":[590]},{"name":"SQL_CONVERT_DATE","features":[590]},{"name":"SQL_CONVERT_DECIMAL","features":[590]},{"name":"SQL_CONVERT_DOUBLE","features":[590]},{"name":"SQL_CONVERT_FLOAT","features":[590]},{"name":"SQL_CONVERT_FUNCTIONS","features":[590]},{"name":"SQL_CONVERT_GUID","features":[590]},{"name":"SQL_CONVERT_INTEGER","features":[590]},{"name":"SQL_CONVERT_INTERVAL_DAY_TIME","features":[590]},{"name":"SQL_CONVERT_INTERVAL_YEAR_MONTH","features":[590]},{"name":"SQL_CONVERT_LONGVARBINARY","features":[590]},{"name":"SQL_CONVERT_LONGVARCHAR","features":[590]},{"name":"SQL_CONVERT_NUMERIC","features":[590]},{"name":"SQL_CONVERT_REAL","features":[590]},{"name":"SQL_CONVERT_SMALLINT","features":[590]},{"name":"SQL_CONVERT_TIME","features":[590]},{"name":"SQL_CONVERT_TIMESTAMP","features":[590]},{"name":"SQL_CONVERT_TINYINT","features":[590]},{"name":"SQL_CONVERT_VARBINARY","features":[590]},{"name":"SQL_CONVERT_VARCHAR","features":[590]},{"name":"SQL_CONVERT_WCHAR","features":[590]},{"name":"SQL_CONVERT_WLONGVARCHAR","features":[590]},{"name":"SQL_CONVERT_WVARCHAR","features":[590]},{"name":"SQL_COPT_SS_ANSI_NPW","features":[590]},{"name":"SQL_COPT_SS_ANSI_OEM","features":[590]},{"name":"SQL_COPT_SS_ATTACHDBFILENAME","features":[590]},{"name":"SQL_COPT_SS_BASE","features":[590]},{"name":"SQL_COPT_SS_BASE_EX","features":[590]},{"name":"SQL_COPT_SS_BCP","features":[590]},{"name":"SQL_COPT_SS_BROWSE_CACHE_DATA","features":[590]},{"name":"SQL_COPT_SS_BROWSE_CONNECT","features":[590]},{"name":"SQL_COPT_SS_BROWSE_SERVER","features":[590]},{"name":"SQL_COPT_SS_CONCAT_NULL","features":[590]},{"name":"SQL_COPT_SS_CONNECTION_DEAD","features":[590]},{"name":"SQL_COPT_SS_ENCRYPT","features":[590]},{"name":"SQL_COPT_SS_EX_MAX_USED","features":[590]},{"name":"SQL_COPT_SS_FALLBACK_CONNECT","features":[590]},{"name":"SQL_COPT_SS_INTEGRATED_SECURITY","features":[590]},{"name":"SQL_COPT_SS_MAX_USED","features":[590]},{"name":"SQL_COPT_SS_PERF_DATA","features":[590]},{"name":"SQL_COPT_SS_PERF_DATA_LOG","features":[590]},{"name":"SQL_COPT_SS_PERF_DATA_LOG_NOW","features":[590]},{"name":"SQL_COPT_SS_PERF_QUERY","features":[590]},{"name":"SQL_COPT_SS_PERF_QUERY_INTERVAL","features":[590]},{"name":"SQL_COPT_SS_PERF_QUERY_LOG","features":[590]},{"name":"SQL_COPT_SS_PRESERVE_CURSORS","features":[590]},{"name":"SQL_COPT_SS_QUOTED_IDENT","features":[590]},{"name":"SQL_COPT_SS_REMOTE_PWD","features":[590]},{"name":"SQL_COPT_SS_RESET_CONNECTION","features":[590]},{"name":"SQL_COPT_SS_TRANSLATE","features":[590]},{"name":"SQL_COPT_SS_USER_DATA","features":[590]},{"name":"SQL_COPT_SS_USE_PROC_FOR_PREP","features":[590]},{"name":"SQL_COPT_SS_WARN_ON_CP_ERROR","features":[590]},{"name":"SQL_CORRELATION_NAME","features":[590]},{"name":"SQL_CO_AF","features":[590]},{"name":"SQL_CO_DEFAULT","features":[590]},{"name":"SQL_CO_FFO","features":[590]},{"name":"SQL_CO_FIREHOSE_AF","features":[590]},{"name":"SQL_CO_OFF","features":[590]},{"name":"SQL_CP_DEFAULT","features":[590]},{"name":"SQL_CP_DRIVER_AWARE","features":[590]},{"name":"SQL_CP_MATCH_DEFAULT","features":[590]},{"name":"SQL_CP_OFF","features":[590]},{"name":"SQL_CP_ONE_PER_DRIVER","features":[590]},{"name":"SQL_CP_ONE_PER_HENV","features":[590]},{"name":"SQL_CP_RELAXED_MATCH","features":[590]},{"name":"SQL_CP_STRICT_MATCH","features":[590]},{"name":"SQL_CREATE_ASSERTION","features":[590]},{"name":"SQL_CREATE_CHARACTER_SET","features":[590]},{"name":"SQL_CREATE_COLLATION","features":[590]},{"name":"SQL_CREATE_DOMAIN","features":[590]},{"name":"SQL_CREATE_SCHEMA","features":[590]},{"name":"SQL_CREATE_TABLE","features":[590]},{"name":"SQL_CREATE_TRANSLATION","features":[590]},{"name":"SQL_CREATE_VIEW","features":[590]},{"name":"SQL_CR_CLOSE","features":[590]},{"name":"SQL_CR_DELETE","features":[590]},{"name":"SQL_CR_PRESERVE","features":[590]},{"name":"SQL_CS_AUTHORIZATION","features":[590]},{"name":"SQL_CS_CREATE_SCHEMA","features":[590]},{"name":"SQL_CS_DEFAULT_CHARACTER_SET","features":[590]},{"name":"SQL_CTR_CREATE_TRANSLATION","features":[590]},{"name":"SQL_CT_COLUMN_COLLATION","features":[590]},{"name":"SQL_CT_COLUMN_CONSTRAINT","features":[590]},{"name":"SQL_CT_COLUMN_DEFAULT","features":[590]},{"name":"SQL_CT_COMMIT_DELETE","features":[590]},{"name":"SQL_CT_COMMIT_PRESERVE","features":[590]},{"name":"SQL_CT_CONSTRAINT_DEFERRABLE","features":[590]},{"name":"SQL_CT_CONSTRAINT_INITIALLY_DEFERRED","features":[590]},{"name":"SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE","features":[590]},{"name":"SQL_CT_CONSTRAINT_NAME_DEFINITION","features":[590]},{"name":"SQL_CT_CONSTRAINT_NON_DEFERRABLE","features":[590]},{"name":"SQL_CT_CREATE_TABLE","features":[590]},{"name":"SQL_CT_GLOBAL_TEMPORARY","features":[590]},{"name":"SQL_CT_LOCAL_TEMPORARY","features":[590]},{"name":"SQL_CT_TABLE_CONSTRAINT","features":[590]},{"name":"SQL_CURRENT_QUALIFIER","features":[590]},{"name":"SQL_CURSOR_COMMIT_BEHAVIOR","features":[590]},{"name":"SQL_CURSOR_DYNAMIC","features":[590]},{"name":"SQL_CURSOR_FAST_FORWARD_ONLY","features":[590]},{"name":"SQL_CURSOR_FORWARD_ONLY","features":[590]},{"name":"SQL_CURSOR_KEYSET_DRIVEN","features":[590]},{"name":"SQL_CURSOR_ROLLBACK_BEHAVIOR","features":[590]},{"name":"SQL_CURSOR_SENSITIVITY","features":[590]},{"name":"SQL_CURSOR_STATIC","features":[590]},{"name":"SQL_CURSOR_TYPE","features":[590]},{"name":"SQL_CURSOR_TYPE_DEFAULT","features":[590]},{"name":"SQL_CUR_DEFAULT","features":[590]},{"name":"SQL_CUR_USE_DRIVER","features":[590]},{"name":"SQL_CUR_USE_IF_NEEDED","features":[590]},{"name":"SQL_CUR_USE_ODBC","features":[590]},{"name":"SQL_CU_DML_STATEMENTS","features":[590]},{"name":"SQL_CU_INDEX_DEFINITION","features":[590]},{"name":"SQL_CU_PRIVILEGE_DEFINITION","features":[590]},{"name":"SQL_CU_PROCEDURE_INVOCATION","features":[590]},{"name":"SQL_CU_TABLE_DEFINITION","features":[590]},{"name":"SQL_CVT_BIGINT","features":[590]},{"name":"SQL_CVT_BINARY","features":[590]},{"name":"SQL_CVT_BIT","features":[590]},{"name":"SQL_CVT_CHAR","features":[590]},{"name":"SQL_CVT_DATE","features":[590]},{"name":"SQL_CVT_DECIMAL","features":[590]},{"name":"SQL_CVT_DOUBLE","features":[590]},{"name":"SQL_CVT_FLOAT","features":[590]},{"name":"SQL_CVT_GUID","features":[590]},{"name":"SQL_CVT_INTEGER","features":[590]},{"name":"SQL_CVT_INTERVAL_DAY_TIME","features":[590]},{"name":"SQL_CVT_INTERVAL_YEAR_MONTH","features":[590]},{"name":"SQL_CVT_LONGVARBINARY","features":[590]},{"name":"SQL_CVT_LONGVARCHAR","features":[590]},{"name":"SQL_CVT_NUMERIC","features":[590]},{"name":"SQL_CVT_REAL","features":[590]},{"name":"SQL_CVT_SMALLINT","features":[590]},{"name":"SQL_CVT_TIME","features":[590]},{"name":"SQL_CVT_TIMESTAMP","features":[590]},{"name":"SQL_CVT_TINYINT","features":[590]},{"name":"SQL_CVT_VARBINARY","features":[590]},{"name":"SQL_CVT_VARCHAR","features":[590]},{"name":"SQL_CVT_WCHAR","features":[590]},{"name":"SQL_CVT_WLONGVARCHAR","features":[590]},{"name":"SQL_CVT_WVARCHAR","features":[590]},{"name":"SQL_CV_CASCADED","features":[590]},{"name":"SQL_CV_CHECK_OPTION","features":[590]},{"name":"SQL_CV_CREATE_VIEW","features":[590]},{"name":"SQL_CV_LOCAL","features":[590]},{"name":"SQL_C_BINARY","features":[590]},{"name":"SQL_C_BIT","features":[590]},{"name":"SQL_C_CHAR","features":[590]},{"name":"SQL_C_DATE","features":[590]},{"name":"SQL_C_DEFAULT","features":[590]},{"name":"SQL_C_DOUBLE","features":[590]},{"name":"SQL_C_FLOAT","features":[590]},{"name":"SQL_C_GUID","features":[590]},{"name":"SQL_C_INTERVAL_DAY","features":[590]},{"name":"SQL_C_INTERVAL_DAY_TO_HOUR","features":[590]},{"name":"SQL_C_INTERVAL_DAY_TO_MINUTE","features":[590]},{"name":"SQL_C_INTERVAL_DAY_TO_SECOND","features":[590]},{"name":"SQL_C_INTERVAL_HOUR","features":[590]},{"name":"SQL_C_INTERVAL_HOUR_TO_MINUTE","features":[590]},{"name":"SQL_C_INTERVAL_HOUR_TO_SECOND","features":[590]},{"name":"SQL_C_INTERVAL_MINUTE","features":[590]},{"name":"SQL_C_INTERVAL_MINUTE_TO_SECOND","features":[590]},{"name":"SQL_C_INTERVAL_MONTH","features":[590]},{"name":"SQL_C_INTERVAL_SECOND","features":[590]},{"name":"SQL_C_INTERVAL_YEAR","features":[590]},{"name":"SQL_C_INTERVAL_YEAR_TO_MONTH","features":[590]},{"name":"SQL_C_LONG","features":[590]},{"name":"SQL_C_NUMERIC","features":[590]},{"name":"SQL_C_SHORT","features":[590]},{"name":"SQL_C_TCHAR","features":[590]},{"name":"SQL_C_TIME","features":[590]},{"name":"SQL_C_TIMESTAMP","features":[590]},{"name":"SQL_C_TINYINT","features":[590]},{"name":"SQL_C_TYPE_DATE","features":[590]},{"name":"SQL_C_TYPE_TIME","features":[590]},{"name":"SQL_C_TYPE_TIMESTAMP","features":[590]},{"name":"SQL_C_VARBOOKMARK","features":[590]},{"name":"SQL_C_WCHAR","features":[590]},{"name":"SQL_DATABASE_NAME","features":[590]},{"name":"SQL_DATA_AT_EXEC","features":[590]},{"name":"SQL_DATA_SOURCE_NAME","features":[590]},{"name":"SQL_DATA_SOURCE_READ_ONLY","features":[590]},{"name":"SQL_DATE","features":[590]},{"name":"SQL_DATETIME","features":[590]},{"name":"SQL_DATETIME_LITERALS","features":[590]},{"name":"SQL_DATE_LEN","features":[590]},{"name":"SQL_DAY","features":[590]},{"name":"SQL_DAY_SECOND_STRUCT","features":[590]},{"name":"SQL_DAY_TO_HOUR","features":[590]},{"name":"SQL_DAY_TO_MINUTE","features":[590]},{"name":"SQL_DAY_TO_SECOND","features":[590]},{"name":"SQL_DA_DROP_ASSERTION","features":[590]},{"name":"SQL_DBMS_NAME","features":[590]},{"name":"SQL_DBMS_VER","features":[590]},{"name":"SQL_DB_DEFAULT","features":[590]},{"name":"SQL_DB_DISCONNECT","features":[590]},{"name":"SQL_DB_RETURN_TO_POOL","features":[590]},{"name":"SQL_DCS_DROP_CHARACTER_SET","features":[590]},{"name":"SQL_DC_DROP_COLLATION","features":[590]},{"name":"SQL_DDL_INDEX","features":[590]},{"name":"SQL_DD_CASCADE","features":[590]},{"name":"SQL_DD_DROP_DOMAIN","features":[590]},{"name":"SQL_DD_RESTRICT","features":[590]},{"name":"SQL_DECIMAL","features":[590]},{"name":"SQL_DEFAULT","features":[590]},{"name":"SQL_DEFAULT_PARAM","features":[590]},{"name":"SQL_DEFAULT_TXN_ISOLATION","features":[590]},{"name":"SQL_DELETE","features":[590]},{"name":"SQL_DELETE_BY_BOOKMARK","features":[590]},{"name":"SQL_DESCRIBE_PARAMETER","features":[590]},{"name":"SQL_DESC_ALLOC_AUTO","features":[590]},{"name":"SQL_DESC_ALLOC_TYPE","features":[590]},{"name":"SQL_DESC_ALLOC_USER","features":[590]},{"name":"SQL_DESC_ARRAY_SIZE","features":[590]},{"name":"SQL_DESC_ARRAY_STATUS_PTR","features":[590]},{"name":"SQL_DESC_BASE_COLUMN_NAME","features":[590]},{"name":"SQL_DESC_BASE_TABLE_NAME","features":[590]},{"name":"SQL_DESC_BIND_OFFSET_PTR","features":[590]},{"name":"SQL_DESC_BIND_TYPE","features":[590]},{"name":"SQL_DESC_COUNT","features":[590]},{"name":"SQL_DESC_DATA_PTR","features":[590]},{"name":"SQL_DESC_DATETIME_INTERVAL_CODE","features":[590]},{"name":"SQL_DESC_DATETIME_INTERVAL_PRECISION","features":[590]},{"name":"SQL_DESC_INDICATOR_PTR","features":[590]},{"name":"SQL_DESC_LENGTH","features":[590]},{"name":"SQL_DESC_LITERAL_PREFIX","features":[590]},{"name":"SQL_DESC_LITERAL_SUFFIX","features":[590]},{"name":"SQL_DESC_LOCAL_TYPE_NAME","features":[590]},{"name":"SQL_DESC_MAXIMUM_SCALE","features":[590]},{"name":"SQL_DESC_MINIMUM_SCALE","features":[590]},{"name":"SQL_DESC_NAME","features":[590]},{"name":"SQL_DESC_NULLABLE","features":[590]},{"name":"SQL_DESC_NUM_PREC_RADIX","features":[590]},{"name":"SQL_DESC_OCTET_LENGTH","features":[590]},{"name":"SQL_DESC_OCTET_LENGTH_PTR","features":[590]},{"name":"SQL_DESC_PARAMETER_TYPE","features":[590]},{"name":"SQL_DESC_PRECISION","features":[590]},{"name":"SQL_DESC_ROWS_PROCESSED_PTR","features":[590]},{"name":"SQL_DESC_ROWVER","features":[590]},{"name":"SQL_DESC_SCALE","features":[590]},{"name":"SQL_DESC_TYPE","features":[590]},{"name":"SQL_DESC_UNNAMED","features":[590]},{"name":"SQL_DIAG_ALTER_DOMAIN","features":[590]},{"name":"SQL_DIAG_ALTER_TABLE","features":[590]},{"name":"SQL_DIAG_CALL","features":[590]},{"name":"SQL_DIAG_CLASS_ORIGIN","features":[590]},{"name":"SQL_DIAG_COLUMN_NUMBER","features":[590]},{"name":"SQL_DIAG_CONNECTION_NAME","features":[590]},{"name":"SQL_DIAG_CREATE_ASSERTION","features":[590]},{"name":"SQL_DIAG_CREATE_CHARACTER_SET","features":[590]},{"name":"SQL_DIAG_CREATE_COLLATION","features":[590]},{"name":"SQL_DIAG_CREATE_DOMAIN","features":[590]},{"name":"SQL_DIAG_CREATE_INDEX","features":[590]},{"name":"SQL_DIAG_CREATE_SCHEMA","features":[590]},{"name":"SQL_DIAG_CREATE_TABLE","features":[590]},{"name":"SQL_DIAG_CREATE_TRANSLATION","features":[590]},{"name":"SQL_DIAG_CREATE_VIEW","features":[590]},{"name":"SQL_DIAG_CURSOR_ROW_COUNT","features":[590]},{"name":"SQL_DIAG_DELETE_WHERE","features":[590]},{"name":"SQL_DIAG_DFC_SS_ALTER_DATABASE","features":[590]},{"name":"SQL_DIAG_DFC_SS_BASE","features":[590]},{"name":"SQL_DIAG_DFC_SS_CHECKPOINT","features":[590]},{"name":"SQL_DIAG_DFC_SS_CONDITION","features":[590]},{"name":"SQL_DIAG_DFC_SS_CREATE_DATABASE","features":[590]},{"name":"SQL_DIAG_DFC_SS_CREATE_DEFAULT","features":[590]},{"name":"SQL_DIAG_DFC_SS_CREATE_PROCEDURE","features":[590]},{"name":"SQL_DIAG_DFC_SS_CREATE_RULE","features":[590]},{"name":"SQL_DIAG_DFC_SS_CREATE_TRIGGER","features":[590]},{"name":"SQL_DIAG_DFC_SS_CURSOR_CLOSE","features":[590]},{"name":"SQL_DIAG_DFC_SS_CURSOR_DECLARE","features":[590]},{"name":"SQL_DIAG_DFC_SS_CURSOR_FETCH","features":[590]},{"name":"SQL_DIAG_DFC_SS_CURSOR_OPEN","features":[590]},{"name":"SQL_DIAG_DFC_SS_DBCC","features":[590]},{"name":"SQL_DIAG_DFC_SS_DEALLOCATE_CURSOR","features":[590]},{"name":"SQL_DIAG_DFC_SS_DENY","features":[590]},{"name":"SQL_DIAG_DFC_SS_DISK","features":[590]},{"name":"SQL_DIAG_DFC_SS_DROP_DATABASE","features":[590]},{"name":"SQL_DIAG_DFC_SS_DROP_DEFAULT","features":[590]},{"name":"SQL_DIAG_DFC_SS_DROP_PROCEDURE","features":[590]},{"name":"SQL_DIAG_DFC_SS_DROP_RULE","features":[590]},{"name":"SQL_DIAG_DFC_SS_DROP_TRIGGER","features":[590]},{"name":"SQL_DIAG_DFC_SS_DUMP_DATABASE","features":[590]},{"name":"SQL_DIAG_DFC_SS_DUMP_TABLE","features":[590]},{"name":"SQL_DIAG_DFC_SS_DUMP_TRANSACTION","features":[590]},{"name":"SQL_DIAG_DFC_SS_GOTO","features":[590]},{"name":"SQL_DIAG_DFC_SS_INSERT_BULK","features":[590]},{"name":"SQL_DIAG_DFC_SS_KILL","features":[590]},{"name":"SQL_DIAG_DFC_SS_LOAD_DATABASE","features":[590]},{"name":"SQL_DIAG_DFC_SS_LOAD_HEADERONLY","features":[590]},{"name":"SQL_DIAG_DFC_SS_LOAD_TABLE","features":[590]},{"name":"SQL_DIAG_DFC_SS_LOAD_TRANSACTION","features":[590]},{"name":"SQL_DIAG_DFC_SS_PRINT","features":[590]},{"name":"SQL_DIAG_DFC_SS_RAISERROR","features":[590]},{"name":"SQL_DIAG_DFC_SS_READTEXT","features":[590]},{"name":"SQL_DIAG_DFC_SS_RECONFIGURE","features":[590]},{"name":"SQL_DIAG_DFC_SS_RETURN","features":[590]},{"name":"SQL_DIAG_DFC_SS_SELECT_INTO","features":[590]},{"name":"SQL_DIAG_DFC_SS_SET","features":[590]},{"name":"SQL_DIAG_DFC_SS_SETUSER","features":[590]},{"name":"SQL_DIAG_DFC_SS_SET_IDENTITY_INSERT","features":[590]},{"name":"SQL_DIAG_DFC_SS_SET_ROW_COUNT","features":[590]},{"name":"SQL_DIAG_DFC_SS_SET_STATISTICS","features":[590]},{"name":"SQL_DIAG_DFC_SS_SET_TEXTSIZE","features":[590]},{"name":"SQL_DIAG_DFC_SS_SET_XCTLVL","features":[590]},{"name":"SQL_DIAG_DFC_SS_SHUTDOWN","features":[590]},{"name":"SQL_DIAG_DFC_SS_TRANS_BEGIN","features":[590]},{"name":"SQL_DIAG_DFC_SS_TRANS_COMMIT","features":[590]},{"name":"SQL_DIAG_DFC_SS_TRANS_PREPARE","features":[590]},{"name":"SQL_DIAG_DFC_SS_TRANS_ROLLBACK","features":[590]},{"name":"SQL_DIAG_DFC_SS_TRANS_SAVE","features":[590]},{"name":"SQL_DIAG_DFC_SS_TRUNCATE_TABLE","features":[590]},{"name":"SQL_DIAG_DFC_SS_UPDATETEXT","features":[590]},{"name":"SQL_DIAG_DFC_SS_UPDATE_STATISTICS","features":[590]},{"name":"SQL_DIAG_DFC_SS_USE","features":[590]},{"name":"SQL_DIAG_DFC_SS_WAITFOR","features":[590]},{"name":"SQL_DIAG_DFC_SS_WRITETEXT","features":[590]},{"name":"SQL_DIAG_DROP_ASSERTION","features":[590]},{"name":"SQL_DIAG_DROP_CHARACTER_SET","features":[590]},{"name":"SQL_DIAG_DROP_COLLATION","features":[590]},{"name":"SQL_DIAG_DROP_DOMAIN","features":[590]},{"name":"SQL_DIAG_DROP_INDEX","features":[590]},{"name":"SQL_DIAG_DROP_SCHEMA","features":[590]},{"name":"SQL_DIAG_DROP_TABLE","features":[590]},{"name":"SQL_DIAG_DROP_TRANSLATION","features":[590]},{"name":"SQL_DIAG_DROP_VIEW","features":[590]},{"name":"SQL_DIAG_DYNAMIC_DELETE_CURSOR","features":[590]},{"name":"SQL_DIAG_DYNAMIC_FUNCTION","features":[590]},{"name":"SQL_DIAG_DYNAMIC_FUNCTION_CODE","features":[590]},{"name":"SQL_DIAG_DYNAMIC_UPDATE_CURSOR","features":[590]},{"name":"SQL_DIAG_GRANT","features":[590]},{"name":"SQL_DIAG_INSERT","features":[590]},{"name":"SQL_DIAG_MESSAGE_TEXT","features":[590]},{"name":"SQL_DIAG_NATIVE","features":[590]},{"name":"SQL_DIAG_NUMBER","features":[590]},{"name":"SQL_DIAG_RETURNCODE","features":[590]},{"name":"SQL_DIAG_REVOKE","features":[590]},{"name":"SQL_DIAG_ROW_COUNT","features":[590]},{"name":"SQL_DIAG_ROW_NUMBER","features":[590]},{"name":"SQL_DIAG_SELECT_CURSOR","features":[590]},{"name":"SQL_DIAG_SERVER_NAME","features":[590]},{"name":"SQL_DIAG_SQLSTATE","features":[590]},{"name":"SQL_DIAG_SS_BASE","features":[590]},{"name":"SQL_DIAG_SS_LINE","features":[590]},{"name":"SQL_DIAG_SS_MSGSTATE","features":[590]},{"name":"SQL_DIAG_SS_PROCNAME","features":[590]},{"name":"SQL_DIAG_SS_SEVERITY","features":[590]},{"name":"SQL_DIAG_SS_SRVNAME","features":[590]},{"name":"SQL_DIAG_SUBCLASS_ORIGIN","features":[590]},{"name":"SQL_DIAG_UNKNOWN_STATEMENT","features":[590]},{"name":"SQL_DIAG_UPDATE_WHERE","features":[590]},{"name":"SQL_DI_CREATE_INDEX","features":[590]},{"name":"SQL_DI_DROP_INDEX","features":[590]},{"name":"SQL_DL_SQL92_DATE","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_DAY","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_MINUTE","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_MONTH","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_SECOND","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_YEAR","features":[590]},{"name":"SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH","features":[590]},{"name":"SQL_DL_SQL92_TIME","features":[590]},{"name":"SQL_DL_SQL92_TIMESTAMP","features":[590]},{"name":"SQL_DM_VER","features":[590]},{"name":"SQL_DOUBLE","features":[590]},{"name":"SQL_DP_OFF","features":[590]},{"name":"SQL_DP_ON","features":[590]},{"name":"SQL_DRIVER_AWARE_POOLING_CAPABLE","features":[590]},{"name":"SQL_DRIVER_AWARE_POOLING_NOT_CAPABLE","features":[590]},{"name":"SQL_DRIVER_AWARE_POOLING_SUPPORTED","features":[590]},{"name":"SQL_DRIVER_COMPLETE","features":[590]},{"name":"SQL_DRIVER_COMPLETE_REQUIRED","features":[590]},{"name":"SQL_DRIVER_CONN_ATTR_BASE","features":[590]},{"name":"SQL_DRIVER_C_TYPE_BASE","features":[590]},{"name":"SQL_DRIVER_DESC_FIELD_BASE","features":[590]},{"name":"SQL_DRIVER_DIAG_FIELD_BASE","features":[590]},{"name":"SQL_DRIVER_HDBC","features":[590]},{"name":"SQL_DRIVER_HDESC","features":[590]},{"name":"SQL_DRIVER_HENV","features":[590]},{"name":"SQL_DRIVER_HLIB","features":[590]},{"name":"SQL_DRIVER_HSTMT","features":[590]},{"name":"SQL_DRIVER_INFO_TYPE_BASE","features":[590]},{"name":"SQL_DRIVER_NAME","features":[590]},{"name":"SQL_DRIVER_NOPROMPT","features":[590]},{"name":"SQL_DRIVER_ODBC_VER","features":[590]},{"name":"SQL_DRIVER_PROMPT","features":[590]},{"name":"SQL_DRIVER_SQL_TYPE_BASE","features":[590]},{"name":"SQL_DRIVER_STMT_ATTR_BASE","features":[590]},{"name":"SQL_DRIVER_VER","features":[590]},{"name":"SQL_DROP","features":[590]},{"name":"SQL_DROP_ASSERTION","features":[590]},{"name":"SQL_DROP_CHARACTER_SET","features":[590]},{"name":"SQL_DROP_COLLATION","features":[590]},{"name":"SQL_DROP_DOMAIN","features":[590]},{"name":"SQL_DROP_SCHEMA","features":[590]},{"name":"SQL_DROP_TABLE","features":[590]},{"name":"SQL_DROP_TRANSLATION","features":[590]},{"name":"SQL_DROP_VIEW","features":[590]},{"name":"SQL_DS_CASCADE","features":[590]},{"name":"SQL_DS_DROP_SCHEMA","features":[590]},{"name":"SQL_DS_RESTRICT","features":[590]},{"name":"SQL_DTC_DONE","features":[590]},{"name":"SQL_DTC_ENLIST_EXPENSIVE","features":[590]},{"name":"SQL_DTC_TRANSITION_COST","features":[590]},{"name":"SQL_DTC_UNENLIST_EXPENSIVE","features":[590]},{"name":"SQL_DTR_DROP_TRANSLATION","features":[590]},{"name":"SQL_DT_CASCADE","features":[590]},{"name":"SQL_DT_DROP_TABLE","features":[590]},{"name":"SQL_DT_RESTRICT","features":[590]},{"name":"SQL_DV_CASCADE","features":[590]},{"name":"SQL_DV_DROP_VIEW","features":[590]},{"name":"SQL_DV_RESTRICT","features":[590]},{"name":"SQL_DYNAMIC_CURSOR_ATTRIBUTES1","features":[590]},{"name":"SQL_DYNAMIC_CURSOR_ATTRIBUTES2","features":[590]},{"name":"SQL_ENSURE","features":[590]},{"name":"SQL_ENTIRE_ROWSET","features":[590]},{"name":"SQL_EN_OFF","features":[590]},{"name":"SQL_EN_ON","features":[590]},{"name":"SQL_ERROR","features":[590]},{"name":"SQL_EXPRESSIONS_IN_ORDERBY","features":[590]},{"name":"SQL_EXT_API_LAST","features":[590]},{"name":"SQL_EXT_API_START","features":[590]},{"name":"SQL_FALSE","features":[590]},{"name":"SQL_FAST_CONNECT","features":[590]},{"name":"SQL_FB_DEFAULT","features":[590]},{"name":"SQL_FB_OFF","features":[590]},{"name":"SQL_FB_ON","features":[590]},{"name":"SQL_FC_DEFAULT","features":[590]},{"name":"SQL_FC_OFF","features":[590]},{"name":"SQL_FC_ON","features":[590]},{"name":"SQL_FD_FETCH_ABSOLUTE","features":[590]},{"name":"SQL_FD_FETCH_BOOKMARK","features":[590]},{"name":"SQL_FD_FETCH_FIRST","features":[590]},{"name":"SQL_FD_FETCH_LAST","features":[590]},{"name":"SQL_FD_FETCH_NEXT","features":[590]},{"name":"SQL_FD_FETCH_PREV","features":[590]},{"name":"SQL_FD_FETCH_PRIOR","features":[590]},{"name":"SQL_FD_FETCH_RELATIVE","features":[590]},{"name":"SQL_FD_FETCH_RESUME","features":[590]},{"name":"SQL_FETCH_ABSOLUTE","features":[590]},{"name":"SQL_FETCH_BOOKMARK","features":[590]},{"name":"SQL_FETCH_BY_BOOKMARK","features":[590]},{"name":"SQL_FETCH_DIRECTION","features":[590]},{"name":"SQL_FETCH_FIRST","features":[590]},{"name":"SQL_FETCH_FIRST_SYSTEM","features":[590]},{"name":"SQL_FETCH_FIRST_USER","features":[590]},{"name":"SQL_FETCH_LAST","features":[590]},{"name":"SQL_FETCH_NEXT","features":[590]},{"name":"SQL_FETCH_PREV","features":[590]},{"name":"SQL_FETCH_PRIOR","features":[590]},{"name":"SQL_FETCH_RELATIVE","features":[590]},{"name":"SQL_FETCH_RESUME","features":[590]},{"name":"SQL_FILE_CATALOG","features":[590]},{"name":"SQL_FILE_NOT_SUPPORTED","features":[590]},{"name":"SQL_FILE_QUALIFIER","features":[590]},{"name":"SQL_FILE_TABLE","features":[590]},{"name":"SQL_FILE_USAGE","features":[590]},{"name":"SQL_FLOAT","features":[590]},{"name":"SQL_FN_CVT_CAST","features":[590]},{"name":"SQL_FN_CVT_CONVERT","features":[590]},{"name":"SQL_FN_NUM_ABS","features":[590]},{"name":"SQL_FN_NUM_ACOS","features":[590]},{"name":"SQL_FN_NUM_ASIN","features":[590]},{"name":"SQL_FN_NUM_ATAN","features":[590]},{"name":"SQL_FN_NUM_ATAN2","features":[590]},{"name":"SQL_FN_NUM_CEILING","features":[590]},{"name":"SQL_FN_NUM_COS","features":[590]},{"name":"SQL_FN_NUM_COT","features":[590]},{"name":"SQL_FN_NUM_DEGREES","features":[590]},{"name":"SQL_FN_NUM_EXP","features":[590]},{"name":"SQL_FN_NUM_FLOOR","features":[590]},{"name":"SQL_FN_NUM_LOG","features":[590]},{"name":"SQL_FN_NUM_LOG10","features":[590]},{"name":"SQL_FN_NUM_MOD","features":[590]},{"name":"SQL_FN_NUM_PI","features":[590]},{"name":"SQL_FN_NUM_POWER","features":[590]},{"name":"SQL_FN_NUM_RADIANS","features":[590]},{"name":"SQL_FN_NUM_RAND","features":[590]},{"name":"SQL_FN_NUM_ROUND","features":[590]},{"name":"SQL_FN_NUM_SIGN","features":[590]},{"name":"SQL_FN_NUM_SIN","features":[590]},{"name":"SQL_FN_NUM_SQRT","features":[590]},{"name":"SQL_FN_NUM_TAN","features":[590]},{"name":"SQL_FN_NUM_TRUNCATE","features":[590]},{"name":"SQL_FN_STR_ASCII","features":[590]},{"name":"SQL_FN_STR_BIT_LENGTH","features":[590]},{"name":"SQL_FN_STR_CHAR","features":[590]},{"name":"SQL_FN_STR_CHARACTER_LENGTH","features":[590]},{"name":"SQL_FN_STR_CHAR_LENGTH","features":[590]},{"name":"SQL_FN_STR_CONCAT","features":[590]},{"name":"SQL_FN_STR_DIFFERENCE","features":[590]},{"name":"SQL_FN_STR_INSERT","features":[590]},{"name":"SQL_FN_STR_LCASE","features":[590]},{"name":"SQL_FN_STR_LEFT","features":[590]},{"name":"SQL_FN_STR_LENGTH","features":[590]},{"name":"SQL_FN_STR_LOCATE","features":[590]},{"name":"SQL_FN_STR_LOCATE_2","features":[590]},{"name":"SQL_FN_STR_LTRIM","features":[590]},{"name":"SQL_FN_STR_OCTET_LENGTH","features":[590]},{"name":"SQL_FN_STR_POSITION","features":[590]},{"name":"SQL_FN_STR_REPEAT","features":[590]},{"name":"SQL_FN_STR_REPLACE","features":[590]},{"name":"SQL_FN_STR_RIGHT","features":[590]},{"name":"SQL_FN_STR_RTRIM","features":[590]},{"name":"SQL_FN_STR_SOUNDEX","features":[590]},{"name":"SQL_FN_STR_SPACE","features":[590]},{"name":"SQL_FN_STR_SUBSTRING","features":[590]},{"name":"SQL_FN_STR_UCASE","features":[590]},{"name":"SQL_FN_SYS_DBNAME","features":[590]},{"name":"SQL_FN_SYS_IFNULL","features":[590]},{"name":"SQL_FN_SYS_USERNAME","features":[590]},{"name":"SQL_FN_TD_CURDATE","features":[590]},{"name":"SQL_FN_TD_CURRENT_DATE","features":[590]},{"name":"SQL_FN_TD_CURRENT_TIME","features":[590]},{"name":"SQL_FN_TD_CURRENT_TIMESTAMP","features":[590]},{"name":"SQL_FN_TD_CURTIME","features":[590]},{"name":"SQL_FN_TD_DAYNAME","features":[590]},{"name":"SQL_FN_TD_DAYOFMONTH","features":[590]},{"name":"SQL_FN_TD_DAYOFWEEK","features":[590]},{"name":"SQL_FN_TD_DAYOFYEAR","features":[590]},{"name":"SQL_FN_TD_EXTRACT","features":[590]},{"name":"SQL_FN_TD_HOUR","features":[590]},{"name":"SQL_FN_TD_MINUTE","features":[590]},{"name":"SQL_FN_TD_MONTH","features":[590]},{"name":"SQL_FN_TD_MONTHNAME","features":[590]},{"name":"SQL_FN_TD_NOW","features":[590]},{"name":"SQL_FN_TD_QUARTER","features":[590]},{"name":"SQL_FN_TD_SECOND","features":[590]},{"name":"SQL_FN_TD_TIMESTAMPADD","features":[590]},{"name":"SQL_FN_TD_TIMESTAMPDIFF","features":[590]},{"name":"SQL_FN_TD_WEEK","features":[590]},{"name":"SQL_FN_TD_YEAR","features":[590]},{"name":"SQL_FN_TSI_DAY","features":[590]},{"name":"SQL_FN_TSI_FRAC_SECOND","features":[590]},{"name":"SQL_FN_TSI_HOUR","features":[590]},{"name":"SQL_FN_TSI_MINUTE","features":[590]},{"name":"SQL_FN_TSI_MONTH","features":[590]},{"name":"SQL_FN_TSI_QUARTER","features":[590]},{"name":"SQL_FN_TSI_SECOND","features":[590]},{"name":"SQL_FN_TSI_WEEK","features":[590]},{"name":"SQL_FN_TSI_YEAR","features":[590]},{"name":"SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1","features":[590]},{"name":"SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2","features":[590]},{"name":"SQL_GB_COLLATE","features":[590]},{"name":"SQL_GB_GROUP_BY_CONTAINS_SELECT","features":[590]},{"name":"SQL_GB_GROUP_BY_EQUALS_SELECT","features":[590]},{"name":"SQL_GB_NOT_SUPPORTED","features":[590]},{"name":"SQL_GB_NO_RELATION","features":[590]},{"name":"SQL_GD_ANY_COLUMN","features":[590]},{"name":"SQL_GD_ANY_ORDER","features":[590]},{"name":"SQL_GD_BLOCK","features":[590]},{"name":"SQL_GD_BOUND","features":[590]},{"name":"SQL_GD_OUTPUT_PARAMS","features":[590]},{"name":"SQL_GETDATA_EXTENSIONS","features":[590]},{"name":"SQL_GET_BOOKMARK","features":[590]},{"name":"SQL_GROUP_BY","features":[590]},{"name":"SQL_GUID","features":[590]},{"name":"SQL_HANDLE_DBC","features":[590]},{"name":"SQL_HANDLE_DBC_INFO_TOKEN","features":[590]},{"name":"SQL_HANDLE_DESC","features":[590]},{"name":"SQL_HANDLE_ENV","features":[590]},{"name":"SQL_HANDLE_SENV","features":[590]},{"name":"SQL_HANDLE_STMT","features":[590]},{"name":"SQL_HC_DEFAULT","features":[590]},{"name":"SQL_HC_OFF","features":[590]},{"name":"SQL_HC_ON","features":[590]},{"name":"SQL_HOUR","features":[590]},{"name":"SQL_HOUR_TO_MINUTE","features":[590]},{"name":"SQL_HOUR_TO_SECOND","features":[590]},{"name":"SQL_IC_LOWER","features":[590]},{"name":"SQL_IC_MIXED","features":[590]},{"name":"SQL_IC_SENSITIVE","features":[590]},{"name":"SQL_IC_UPPER","features":[590]},{"name":"SQL_IDENTIFIER_CASE","features":[590]},{"name":"SQL_IDENTIFIER_QUOTE_CHAR","features":[590]},{"name":"SQL_IGNORE","features":[590]},{"name":"SQL_IK_ASC","features":[590]},{"name":"SQL_IK_DESC","features":[590]},{"name":"SQL_IK_NONE","features":[590]},{"name":"SQL_INDEX_ALL","features":[590]},{"name":"SQL_INDEX_CLUSTERED","features":[590]},{"name":"SQL_INDEX_HASHED","features":[590]},{"name":"SQL_INDEX_KEYWORDS","features":[590]},{"name":"SQL_INDEX_OTHER","features":[590]},{"name":"SQL_INDEX_UNIQUE","features":[590]},{"name":"SQL_INFO_DRIVER_START","features":[590]},{"name":"SQL_INFO_FIRST","features":[590]},{"name":"SQL_INFO_LAST","features":[590]},{"name":"SQL_INFO_SCHEMA_VIEWS","features":[590]},{"name":"SQL_INFO_SS_FIRST","features":[590]},{"name":"SQL_INFO_SS_MAX_USED","features":[590]},{"name":"SQL_INFO_SS_NETLIB_NAME","features":[590]},{"name":"SQL_INFO_SS_NETLIB_NAMEA","features":[590]},{"name":"SQL_INFO_SS_NETLIB_NAMEW","features":[590]},{"name":"SQL_INITIALLY_DEFERRED","features":[590]},{"name":"SQL_INITIALLY_IMMEDIATE","features":[590]},{"name":"SQL_INSENSITIVE","features":[590]},{"name":"SQL_INSERT_STATEMENT","features":[590]},{"name":"SQL_INTEGER","features":[590]},{"name":"SQL_INTEGRATED_SECURITY","features":[590]},{"name":"SQL_INTEGRITY","features":[590]},{"name":"SQL_INTERVAL","features":[590]},{"name":"SQL_INTERVAL_DAY","features":[590]},{"name":"SQL_INTERVAL_DAY_TO_HOUR","features":[590]},{"name":"SQL_INTERVAL_DAY_TO_MINUTE","features":[590]},{"name":"SQL_INTERVAL_DAY_TO_SECOND","features":[590]},{"name":"SQL_INTERVAL_HOUR","features":[590]},{"name":"SQL_INTERVAL_HOUR_TO_MINUTE","features":[590]},{"name":"SQL_INTERVAL_HOUR_TO_SECOND","features":[590]},{"name":"SQL_INTERVAL_MINUTE","features":[590]},{"name":"SQL_INTERVAL_MINUTE_TO_SECOND","features":[590]},{"name":"SQL_INTERVAL_MONTH","features":[590]},{"name":"SQL_INTERVAL_SECOND","features":[590]},{"name":"SQL_INTERVAL_STRUCT","features":[590]},{"name":"SQL_INTERVAL_YEAR","features":[590]},{"name":"SQL_INTERVAL_YEAR_TO_MONTH","features":[590]},{"name":"SQL_INVALID_HANDLE","features":[590]},{"name":"SQL_ISV_ASSERTIONS","features":[590]},{"name":"SQL_ISV_CHARACTER_SETS","features":[590]},{"name":"SQL_ISV_CHECK_CONSTRAINTS","features":[590]},{"name":"SQL_ISV_COLLATIONS","features":[590]},{"name":"SQL_ISV_COLUMNS","features":[590]},{"name":"SQL_ISV_COLUMN_DOMAIN_USAGE","features":[590]},{"name":"SQL_ISV_COLUMN_PRIVILEGES","features":[590]},{"name":"SQL_ISV_CONSTRAINT_COLUMN_USAGE","features":[590]},{"name":"SQL_ISV_CONSTRAINT_TABLE_USAGE","features":[590]},{"name":"SQL_ISV_DOMAINS","features":[590]},{"name":"SQL_ISV_DOMAIN_CONSTRAINTS","features":[590]},{"name":"SQL_ISV_KEY_COLUMN_USAGE","features":[590]},{"name":"SQL_ISV_REFERENTIAL_CONSTRAINTS","features":[590]},{"name":"SQL_ISV_SCHEMATA","features":[590]},{"name":"SQL_ISV_SQL_LANGUAGES","features":[590]},{"name":"SQL_ISV_TABLES","features":[590]},{"name":"SQL_ISV_TABLE_CONSTRAINTS","features":[590]},{"name":"SQL_ISV_TABLE_PRIVILEGES","features":[590]},{"name":"SQL_ISV_TRANSLATIONS","features":[590]},{"name":"SQL_ISV_USAGE_PRIVILEGES","features":[590]},{"name":"SQL_ISV_VIEWS","features":[590]},{"name":"SQL_ISV_VIEW_COLUMN_USAGE","features":[590]},{"name":"SQL_ISV_VIEW_TABLE_USAGE","features":[590]},{"name":"SQL_IS_DAY","features":[590]},{"name":"SQL_IS_DAY_TO_HOUR","features":[590]},{"name":"SQL_IS_DAY_TO_MINUTE","features":[590]},{"name":"SQL_IS_DAY_TO_SECOND","features":[590]},{"name":"SQL_IS_DEFAULT","features":[590]},{"name":"SQL_IS_HOUR","features":[590]},{"name":"SQL_IS_HOUR_TO_MINUTE","features":[590]},{"name":"SQL_IS_HOUR_TO_SECOND","features":[590]},{"name":"SQL_IS_INSERT_LITERALS","features":[590]},{"name":"SQL_IS_INSERT_SEARCHED","features":[590]},{"name":"SQL_IS_INTEGER","features":[590]},{"name":"SQL_IS_MINUTE","features":[590]},{"name":"SQL_IS_MINUTE_TO_SECOND","features":[590]},{"name":"SQL_IS_MONTH","features":[590]},{"name":"SQL_IS_OFF","features":[590]},{"name":"SQL_IS_ON","features":[590]},{"name":"SQL_IS_POINTER","features":[590]},{"name":"SQL_IS_SECOND","features":[590]},{"name":"SQL_IS_SELECT_INTO","features":[590]},{"name":"SQL_IS_SMALLINT","features":[590]},{"name":"SQL_IS_UINTEGER","features":[590]},{"name":"SQL_IS_USMALLINT","features":[590]},{"name":"SQL_IS_YEAR","features":[590]},{"name":"SQL_IS_YEAR_TO_MONTH","features":[590]},{"name":"SQL_KEYSET_CURSOR_ATTRIBUTES1","features":[590]},{"name":"SQL_KEYSET_CURSOR_ATTRIBUTES2","features":[590]},{"name":"SQL_KEYSET_SIZE","features":[590]},{"name":"SQL_KEYSET_SIZE_DEFAULT","features":[590]},{"name":"SQL_KEYWORDS","features":[590]},{"name":"SQL_LCK_EXCLUSIVE","features":[590]},{"name":"SQL_LCK_NO_CHANGE","features":[590]},{"name":"SQL_LCK_UNLOCK","features":[590]},{"name":"SQL_LEN_BINARY_ATTR_OFFSET","features":[590]},{"name":"SQL_LEN_DATA_AT_EXEC_OFFSET","features":[590]},{"name":"SQL_LIKE_ESCAPE_CLAUSE","features":[590]},{"name":"SQL_LIKE_ONLY","features":[590]},{"name":"SQL_LOCK_EXCLUSIVE","features":[590]},{"name":"SQL_LOCK_NO_CHANGE","features":[590]},{"name":"SQL_LOCK_TYPES","features":[590]},{"name":"SQL_LOCK_UNLOCK","features":[590]},{"name":"SQL_LOGIN_TIMEOUT","features":[590]},{"name":"SQL_LOGIN_TIMEOUT_DEFAULT","features":[590]},{"name":"SQL_LONGVARBINARY","features":[590]},{"name":"SQL_LONGVARCHAR","features":[590]},{"name":"SQL_MAXIMUM_CATALOG_NAME_LENGTH","features":[590]},{"name":"SQL_MAXIMUM_COLUMNS_IN_GROUP_BY","features":[590]},{"name":"SQL_MAXIMUM_COLUMNS_IN_INDEX","features":[590]},{"name":"SQL_MAXIMUM_COLUMNS_IN_ORDER_BY","features":[590]},{"name":"SQL_MAXIMUM_COLUMNS_IN_SELECT","features":[590]},{"name":"SQL_MAXIMUM_COLUMN_NAME_LENGTH","features":[590]},{"name":"SQL_MAXIMUM_CONCURRENT_ACTIVITIES","features":[590]},{"name":"SQL_MAXIMUM_CURSOR_NAME_LENGTH","features":[590]},{"name":"SQL_MAXIMUM_DRIVER_CONNECTIONS","features":[590]},{"name":"SQL_MAXIMUM_IDENTIFIER_LENGTH","features":[590]},{"name":"SQL_MAXIMUM_INDEX_SIZE","features":[590]},{"name":"SQL_MAXIMUM_ROW_SIZE","features":[590]},{"name":"SQL_MAXIMUM_SCHEMA_NAME_LENGTH","features":[590]},{"name":"SQL_MAXIMUM_STATEMENT_LENGTH","features":[590]},{"name":"SQL_MAXIMUM_TABLES_IN_SELECT","features":[590]},{"name":"SQL_MAXIMUM_USER_NAME_LENGTH","features":[590]},{"name":"SQL_MAX_ASYNC_CONCURRENT_STATEMENTS","features":[590]},{"name":"SQL_MAX_BINARY_LITERAL_LEN","features":[590]},{"name":"SQL_MAX_CATALOG_NAME_LEN","features":[590]},{"name":"SQL_MAX_CHAR_LITERAL_LEN","features":[590]},{"name":"SQL_MAX_COLUMNS_IN_GROUP_BY","features":[590]},{"name":"SQL_MAX_COLUMNS_IN_INDEX","features":[590]},{"name":"SQL_MAX_COLUMNS_IN_ORDER_BY","features":[590]},{"name":"SQL_MAX_COLUMNS_IN_SELECT","features":[590]},{"name":"SQL_MAX_COLUMNS_IN_TABLE","features":[590]},{"name":"SQL_MAX_COLUMN_NAME_LEN","features":[590]},{"name":"SQL_MAX_CONCURRENT_ACTIVITIES","features":[590]},{"name":"SQL_MAX_CURSOR_NAME_LEN","features":[590]},{"name":"SQL_MAX_DRIVER_CONNECTIONS","features":[590]},{"name":"SQL_MAX_DSN_LENGTH","features":[590]},{"name":"SQL_MAX_IDENTIFIER_LEN","features":[590]},{"name":"SQL_MAX_INDEX_SIZE","features":[590]},{"name":"SQL_MAX_LENGTH","features":[590]},{"name":"SQL_MAX_LENGTH_DEFAULT","features":[590]},{"name":"SQL_MAX_MESSAGE_LENGTH","features":[590]},{"name":"SQL_MAX_NUMERIC_LEN","features":[590]},{"name":"SQL_MAX_OPTION_STRING_LENGTH","features":[590]},{"name":"SQL_MAX_OWNER_NAME_LEN","features":[590]},{"name":"SQL_MAX_PROCEDURE_NAME_LEN","features":[590]},{"name":"SQL_MAX_QUALIFIER_NAME_LEN","features":[590]},{"name":"SQL_MAX_ROWS","features":[590]},{"name":"SQL_MAX_ROWS_DEFAULT","features":[590]},{"name":"SQL_MAX_ROW_SIZE","features":[590]},{"name":"SQL_MAX_ROW_SIZE_INCLUDES_LONG","features":[590]},{"name":"SQL_MAX_SCHEMA_NAME_LEN","features":[590]},{"name":"SQL_MAX_SQLSERVERNAME","features":[590]},{"name":"SQL_MAX_STATEMENT_LEN","features":[590]},{"name":"SQL_MAX_TABLES_IN_SELECT","features":[590]},{"name":"SQL_MAX_TABLE_NAME_LEN","features":[590]},{"name":"SQL_MAX_USER_NAME_LEN","features":[590]},{"name":"SQL_MINUTE","features":[590]},{"name":"SQL_MINUTE_TO_SECOND","features":[590]},{"name":"SQL_MODE_DEFAULT","features":[590]},{"name":"SQL_MODE_READ_ONLY","features":[590]},{"name":"SQL_MODE_READ_WRITE","features":[590]},{"name":"SQL_MONTH","features":[590]},{"name":"SQL_MORE_INFO_NO","features":[590]},{"name":"SQL_MORE_INFO_YES","features":[590]},{"name":"SQL_MULTIPLE_ACTIVE_TXN","features":[590]},{"name":"SQL_MULT_RESULT_SETS","features":[590]},{"name":"SQL_NAMED","features":[590]},{"name":"SQL_NB_DEFAULT","features":[590]},{"name":"SQL_NB_OFF","features":[590]},{"name":"SQL_NB_ON","features":[590]},{"name":"SQL_NC_END","features":[590]},{"name":"SQL_NC_HIGH","features":[590]},{"name":"SQL_NC_LOW","features":[590]},{"name":"SQL_NC_OFF","features":[590]},{"name":"SQL_NC_ON","features":[590]},{"name":"SQL_NC_START","features":[590]},{"name":"SQL_NEED_DATA","features":[590]},{"name":"SQL_NEED_LONG_DATA_LEN","features":[590]},{"name":"SQL_NNC_NON_NULL","features":[590]},{"name":"SQL_NNC_NULL","features":[590]},{"name":"SQL_NONSCROLLABLE","features":[590]},{"name":"SQL_NON_NULLABLE_COLUMNS","features":[590]},{"name":"SQL_NOSCAN","features":[590]},{"name":"SQL_NOSCAN_DEFAULT","features":[590]},{"name":"SQL_NOSCAN_OFF","features":[590]},{"name":"SQL_NOSCAN_ON","features":[590]},{"name":"SQL_NOT_DEFERRABLE","features":[590]},{"name":"SQL_NO_ACTION","features":[590]},{"name":"SQL_NO_COLUMN_NUMBER","features":[590]},{"name":"SQL_NO_DATA","features":[590]},{"name":"SQL_NO_DATA_FOUND","features":[590]},{"name":"SQL_NO_NULLS","features":[590]},{"name":"SQL_NO_ROW_NUMBER","features":[590]},{"name":"SQL_NO_TOTAL","features":[590]},{"name":"SQL_NTS","features":[590]},{"name":"SQL_NTSL","features":[590]},{"name":"SQL_NULLABLE","features":[590]},{"name":"SQL_NULLABLE_UNKNOWN","features":[590]},{"name":"SQL_NULL_COLLATION","features":[590]},{"name":"SQL_NULL_DATA","features":[590]},{"name":"SQL_NULL_HANDLE","features":[590]},{"name":"SQL_NULL_HDBC","features":[590]},{"name":"SQL_NULL_HDESC","features":[590]},{"name":"SQL_NULL_HENV","features":[590]},{"name":"SQL_NULL_HSTMT","features":[590]},{"name":"SQL_NUMERIC","features":[590]},{"name":"SQL_NUMERIC_FUNCTIONS","features":[590]},{"name":"SQL_NUMERIC_STRUCT","features":[590]},{"name":"SQL_NUM_FUNCTIONS","features":[590]},{"name":"SQL_OAC_LEVEL1","features":[590]},{"name":"SQL_OAC_LEVEL2","features":[590]},{"name":"SQL_OAC_NONE","features":[590]},{"name":"SQL_ODBC_API_CONFORMANCE","features":[590]},{"name":"SQL_ODBC_CURSORS","features":[590]},{"name":"SQL_ODBC_INTERFACE_CONFORMANCE","features":[590]},{"name":"SQL_ODBC_KEYWORDS","features":[590]},{"name":"SQL_ODBC_SAG_CLI_CONFORMANCE","features":[590]},{"name":"SQL_ODBC_SQL_CONFORMANCE","features":[590]},{"name":"SQL_ODBC_SQL_OPT_IEF","features":[590]},{"name":"SQL_ODBC_VER","features":[590]},{"name":"SQL_OIC_CORE","features":[590]},{"name":"SQL_OIC_LEVEL1","features":[590]},{"name":"SQL_OIC_LEVEL2","features":[590]},{"name":"SQL_OJ_ALL_COMPARISON_OPS","features":[590]},{"name":"SQL_OJ_CAPABILITIES","features":[590]},{"name":"SQL_OJ_FULL","features":[590]},{"name":"SQL_OJ_INNER","features":[590]},{"name":"SQL_OJ_LEFT","features":[590]},{"name":"SQL_OJ_NESTED","features":[590]},{"name":"SQL_OJ_NOT_ORDERED","features":[590]},{"name":"SQL_OJ_RIGHT","features":[590]},{"name":"SQL_OPT_TRACE","features":[590]},{"name":"SQL_OPT_TRACEFILE","features":[590]},{"name":"SQL_OPT_TRACE_DEFAULT","features":[590]},{"name":"SQL_OPT_TRACE_FILE_DEFAULT","features":[590]},{"name":"SQL_OPT_TRACE_OFF","features":[590]},{"name":"SQL_OPT_TRACE_ON","features":[590]},{"name":"SQL_ORDER_BY_COLUMNS_IN_SELECT","features":[590]},{"name":"SQL_OSCC_COMPLIANT","features":[590]},{"name":"SQL_OSCC_NOT_COMPLIANT","features":[590]},{"name":"SQL_OSC_CORE","features":[590]},{"name":"SQL_OSC_EXTENDED","features":[590]},{"name":"SQL_OSC_MINIMUM","features":[590]},{"name":"SQL_OUTER_JOINS","features":[590]},{"name":"SQL_OUTER_JOIN_CAPABILITIES","features":[590]},{"name":"SQL_OU_DML_STATEMENTS","features":[590]},{"name":"SQL_OU_INDEX_DEFINITION","features":[590]},{"name":"SQL_OU_PRIVILEGE_DEFINITION","features":[590]},{"name":"SQL_OU_PROCEDURE_INVOCATION","features":[590]},{"name":"SQL_OU_TABLE_DEFINITION","features":[590]},{"name":"SQL_OV_ODBC2","features":[590]},{"name":"SQL_OV_ODBC3","features":[590]},{"name":"SQL_OV_ODBC3_80","features":[590]},{"name":"SQL_OWNER_TERM","features":[590]},{"name":"SQL_OWNER_USAGE","features":[590]},{"name":"SQL_PACKET_SIZE","features":[590]},{"name":"SQL_PARAM_ARRAY_ROW_COUNTS","features":[590]},{"name":"SQL_PARAM_ARRAY_SELECTS","features":[590]},{"name":"SQL_PARAM_BIND_BY_COLUMN","features":[590]},{"name":"SQL_PARAM_BIND_TYPE_DEFAULT","features":[590]},{"name":"SQL_PARAM_DATA_AVAILABLE","features":[590]},{"name":"SQL_PARAM_DIAG_UNAVAILABLE","features":[590]},{"name":"SQL_PARAM_ERROR","features":[590]},{"name":"SQL_PARAM_IGNORE","features":[590]},{"name":"SQL_PARAM_INPUT","features":[590]},{"name":"SQL_PARAM_INPUT_OUTPUT","features":[590]},{"name":"SQL_PARAM_INPUT_OUTPUT_STREAM","features":[590]},{"name":"SQL_PARAM_OUTPUT","features":[590]},{"name":"SQL_PARAM_OUTPUT_STREAM","features":[590]},{"name":"SQL_PARAM_PROCEED","features":[590]},{"name":"SQL_PARAM_SUCCESS","features":[590]},{"name":"SQL_PARAM_SUCCESS_WITH_INFO","features":[590]},{"name":"SQL_PARAM_TYPE_UNKNOWN","features":[590]},{"name":"SQL_PARAM_UNUSED","features":[590]},{"name":"SQL_PARC_BATCH","features":[590]},{"name":"SQL_PARC_NO_BATCH","features":[590]},{"name":"SQL_PAS_BATCH","features":[590]},{"name":"SQL_PAS_NO_BATCH","features":[590]},{"name":"SQL_PAS_NO_SELECT","features":[590]},{"name":"SQL_PC_DEFAULT","features":[590]},{"name":"SQL_PC_NON_PSEUDO","features":[590]},{"name":"SQL_PC_NOT_PSEUDO","features":[590]},{"name":"SQL_PC_OFF","features":[590]},{"name":"SQL_PC_ON","features":[590]},{"name":"SQL_PC_PSEUDO","features":[590]},{"name":"SQL_PC_UNKNOWN","features":[590]},{"name":"SQL_PERF_START","features":[590]},{"name":"SQL_PERF_STOP","features":[590]},{"name":"SQL_POSITION","features":[590]},{"name":"SQL_POSITIONED_STATEMENTS","features":[590]},{"name":"SQL_POS_ADD","features":[590]},{"name":"SQL_POS_DELETE","features":[590]},{"name":"SQL_POS_OPERATIONS","features":[590]},{"name":"SQL_POS_POSITION","features":[590]},{"name":"SQL_POS_REFRESH","features":[590]},{"name":"SQL_POS_UPDATE","features":[590]},{"name":"SQL_PRED_BASIC","features":[590]},{"name":"SQL_PRED_CHAR","features":[590]},{"name":"SQL_PRED_NONE","features":[590]},{"name":"SQL_PRED_SEARCHABLE","features":[590]},{"name":"SQL_PRESERVE_CURSORS","features":[590]},{"name":"SQL_PROCEDURES","features":[590]},{"name":"SQL_PROCEDURE_TERM","features":[590]},{"name":"SQL_PS_POSITIONED_DELETE","features":[590]},{"name":"SQL_PS_POSITIONED_UPDATE","features":[590]},{"name":"SQL_PS_SELECT_FOR_UPDATE","features":[590]},{"name":"SQL_PT_FUNCTION","features":[590]},{"name":"SQL_PT_PROCEDURE","features":[590]},{"name":"SQL_PT_UNKNOWN","features":[590]},{"name":"SQL_QI_DEFAULT","features":[590]},{"name":"SQL_QI_OFF","features":[590]},{"name":"SQL_QI_ON","features":[590]},{"name":"SQL_QL_END","features":[590]},{"name":"SQL_QL_START","features":[590]},{"name":"SQL_QUALIFIER_LOCATION","features":[590]},{"name":"SQL_QUALIFIER_NAME_SEPARATOR","features":[590]},{"name":"SQL_QUALIFIER_TERM","features":[590]},{"name":"SQL_QUALIFIER_USAGE","features":[590]},{"name":"SQL_QUERY_TIMEOUT","features":[590]},{"name":"SQL_QUERY_TIMEOUT_DEFAULT","features":[590]},{"name":"SQL_QUICK","features":[590]},{"name":"SQL_QUIET_MODE","features":[590]},{"name":"SQL_QUOTED_IDENTIFIER_CASE","features":[590]},{"name":"SQL_QU_DML_STATEMENTS","features":[590]},{"name":"SQL_QU_INDEX_DEFINITION","features":[590]},{"name":"SQL_QU_PRIVILEGE_DEFINITION","features":[590]},{"name":"SQL_QU_PROCEDURE_INVOCATION","features":[590]},{"name":"SQL_QU_TABLE_DEFINITION","features":[590]},{"name":"SQL_RD_DEFAULT","features":[590]},{"name":"SQL_RD_OFF","features":[590]},{"name":"SQL_RD_ON","features":[590]},{"name":"SQL_REAL","features":[590]},{"name":"SQL_REFRESH","features":[590]},{"name":"SQL_REMOTE_PWD","features":[590]},{"name":"SQL_RESET_CONNECTION_YES","features":[590]},{"name":"SQL_RESET_PARAMS","features":[590]},{"name":"SQL_RESET_YES","features":[590]},{"name":"SQL_RESTRICT","features":[590]},{"name":"SQL_RESULT_COL","features":[590]},{"name":"SQL_RETRIEVE_DATA","features":[590]},{"name":"SQL_RETURN_VALUE","features":[590]},{"name":"SQL_RE_DEFAULT","features":[590]},{"name":"SQL_RE_OFF","features":[590]},{"name":"SQL_RE_ON","features":[590]},{"name":"SQL_ROLLBACK","features":[590]},{"name":"SQL_ROWSET_SIZE","features":[590]},{"name":"SQL_ROWSET_SIZE_DEFAULT","features":[590]},{"name":"SQL_ROWVER","features":[590]},{"name":"SQL_ROW_ADDED","features":[590]},{"name":"SQL_ROW_DELETED","features":[590]},{"name":"SQL_ROW_ERROR","features":[590]},{"name":"SQL_ROW_IDENTIFIER","features":[590]},{"name":"SQL_ROW_IGNORE","features":[590]},{"name":"SQL_ROW_NOROW","features":[590]},{"name":"SQL_ROW_NUMBER","features":[590]},{"name":"SQL_ROW_NUMBER_UNKNOWN","features":[590]},{"name":"SQL_ROW_PROCEED","features":[590]},{"name":"SQL_ROW_SUCCESS","features":[590]},{"name":"SQL_ROW_SUCCESS_WITH_INFO","features":[590]},{"name":"SQL_ROW_UPDATED","features":[590]},{"name":"SQL_ROW_UPDATES","features":[590]},{"name":"SQL_SCCO_LOCK","features":[590]},{"name":"SQL_SCCO_OPT_ROWVER","features":[590]},{"name":"SQL_SCCO_OPT_TIMESTAMP","features":[590]},{"name":"SQL_SCCO_OPT_VALUES","features":[590]},{"name":"SQL_SCCO_READ_ONLY","features":[590]},{"name":"SQL_SCC_ISO92_CLI","features":[590]},{"name":"SQL_SCC_XOPEN_CLI_VERSION1","features":[590]},{"name":"SQL_SCHEMA_TERM","features":[590]},{"name":"SQL_SCHEMA_USAGE","features":[590]},{"name":"SQL_SCOPE_CURROW","features":[590]},{"name":"SQL_SCOPE_SESSION","features":[590]},{"name":"SQL_SCOPE_TRANSACTION","features":[590]},{"name":"SQL_SCROLLABLE","features":[590]},{"name":"SQL_SCROLL_CONCURRENCY","features":[590]},{"name":"SQL_SCROLL_DYNAMIC","features":[590]},{"name":"SQL_SCROLL_FORWARD_ONLY","features":[590]},{"name":"SQL_SCROLL_KEYSET_DRIVEN","features":[590]},{"name":"SQL_SCROLL_OPTIONS","features":[590]},{"name":"SQL_SCROLL_STATIC","features":[590]},{"name":"SQL_SC_FIPS127_2_TRANSITIONAL","features":[590]},{"name":"SQL_SC_NON_UNIQUE","features":[590]},{"name":"SQL_SC_SQL92_ENTRY","features":[590]},{"name":"SQL_SC_SQL92_FULL","features":[590]},{"name":"SQL_SC_SQL92_INTERMEDIATE","features":[590]},{"name":"SQL_SC_TRY_UNIQUE","features":[590]},{"name":"SQL_SC_UNIQUE","features":[590]},{"name":"SQL_SDF_CURRENT_DATE","features":[590]},{"name":"SQL_SDF_CURRENT_TIME","features":[590]},{"name":"SQL_SDF_CURRENT_TIMESTAMP","features":[590]},{"name":"SQL_SEARCHABLE","features":[590]},{"name":"SQL_SEARCH_PATTERN_ESCAPE","features":[590]},{"name":"SQL_SECOND","features":[590]},{"name":"SQL_SENSITIVE","features":[590]},{"name":"SQL_SERVER_NAME","features":[590]},{"name":"SQL_SETPARAM_VALUE_MAX","features":[590]},{"name":"SQL_SETPOS_MAX_LOCK_VALUE","features":[590]},{"name":"SQL_SETPOS_MAX_OPTION_VALUE","features":[590]},{"name":"SQL_SET_DEFAULT","features":[590]},{"name":"SQL_SET_NULL","features":[590]},{"name":"SQL_SFKD_CASCADE","features":[590]},{"name":"SQL_SFKD_NO_ACTION","features":[590]},{"name":"SQL_SFKD_SET_DEFAULT","features":[590]},{"name":"SQL_SFKD_SET_NULL","features":[590]},{"name":"SQL_SFKU_CASCADE","features":[590]},{"name":"SQL_SFKU_NO_ACTION","features":[590]},{"name":"SQL_SFKU_SET_DEFAULT","features":[590]},{"name":"SQL_SFKU_SET_NULL","features":[590]},{"name":"SQL_SG_DELETE_TABLE","features":[590]},{"name":"SQL_SG_INSERT_COLUMN","features":[590]},{"name":"SQL_SG_INSERT_TABLE","features":[590]},{"name":"SQL_SG_REFERENCES_COLUMN","features":[590]},{"name":"SQL_SG_REFERENCES_TABLE","features":[590]},{"name":"SQL_SG_SELECT_TABLE","features":[590]},{"name":"SQL_SG_UPDATE_COLUMN","features":[590]},{"name":"SQL_SG_UPDATE_TABLE","features":[590]},{"name":"SQL_SG_USAGE_ON_CHARACTER_SET","features":[590]},{"name":"SQL_SG_USAGE_ON_COLLATION","features":[590]},{"name":"SQL_SG_USAGE_ON_DOMAIN","features":[590]},{"name":"SQL_SG_USAGE_ON_TRANSLATION","features":[590]},{"name":"SQL_SG_WITH_GRANT_OPTION","features":[590]},{"name":"SQL_SIGNED_OFFSET","features":[590]},{"name":"SQL_SIMULATE_CURSOR","features":[590]},{"name":"SQL_SMALLINT","features":[590]},{"name":"SQL_SNVF_BIT_LENGTH","features":[590]},{"name":"SQL_SNVF_CHARACTER_LENGTH","features":[590]},{"name":"SQL_SNVF_CHAR_LENGTH","features":[590]},{"name":"SQL_SNVF_EXTRACT","features":[590]},{"name":"SQL_SNVF_OCTET_LENGTH","features":[590]},{"name":"SQL_SNVF_POSITION","features":[590]},{"name":"SQL_SOPT_SS_BASE","features":[590]},{"name":"SQL_SOPT_SS_CURRENT_COMMAND","features":[590]},{"name":"SQL_SOPT_SS_CURSOR_OPTIONS","features":[590]},{"name":"SQL_SOPT_SS_DEFER_PREPARE","features":[590]},{"name":"SQL_SOPT_SS_HIDDEN_COLUMNS","features":[590]},{"name":"SQL_SOPT_SS_MAX_USED","features":[590]},{"name":"SQL_SOPT_SS_NOBROWSETABLE","features":[590]},{"name":"SQL_SOPT_SS_NOCOUNT_STATUS","features":[590]},{"name":"SQL_SOPT_SS_REGIONALIZE","features":[590]},{"name":"SQL_SOPT_SS_TEXTPTR_LOGGING","features":[590]},{"name":"SQL_SO_DYNAMIC","features":[590]},{"name":"SQL_SO_FORWARD_ONLY","features":[590]},{"name":"SQL_SO_KEYSET_DRIVEN","features":[590]},{"name":"SQL_SO_MIXED","features":[590]},{"name":"SQL_SO_STATIC","features":[590]},{"name":"SQL_SPECIAL_CHARACTERS","features":[590]},{"name":"SQL_SPEC_MAJOR","features":[590]},{"name":"SQL_SPEC_MINOR","features":[590]},{"name":"SQL_SPEC_STRING","features":[590]},{"name":"SQL_SP_BETWEEN","features":[590]},{"name":"SQL_SP_COMPARISON","features":[590]},{"name":"SQL_SP_EXISTS","features":[590]},{"name":"SQL_SP_IN","features":[590]},{"name":"SQL_SP_ISNOTNULL","features":[590]},{"name":"SQL_SP_ISNULL","features":[590]},{"name":"SQL_SP_LIKE","features":[590]},{"name":"SQL_SP_MATCH_FULL","features":[590]},{"name":"SQL_SP_MATCH_PARTIAL","features":[590]},{"name":"SQL_SP_MATCH_UNIQUE_FULL","features":[590]},{"name":"SQL_SP_MATCH_UNIQUE_PARTIAL","features":[590]},{"name":"SQL_SP_OVERLAPS","features":[590]},{"name":"SQL_SP_QUANTIFIED_COMPARISON","features":[590]},{"name":"SQL_SP_UNIQUE","features":[590]},{"name":"SQL_SQL92_DATETIME_FUNCTIONS","features":[590]},{"name":"SQL_SQL92_FOREIGN_KEY_DELETE_RULE","features":[590]},{"name":"SQL_SQL92_FOREIGN_KEY_UPDATE_RULE","features":[590]},{"name":"SQL_SQL92_GRANT","features":[590]},{"name":"SQL_SQL92_NUMERIC_VALUE_FUNCTIONS","features":[590]},{"name":"SQL_SQL92_PREDICATES","features":[590]},{"name":"SQL_SQL92_RELATIONAL_JOIN_OPERATORS","features":[590]},{"name":"SQL_SQL92_REVOKE","features":[590]},{"name":"SQL_SQL92_ROW_VALUE_CONSTRUCTOR","features":[590]},{"name":"SQL_SQL92_STRING_FUNCTIONS","features":[590]},{"name":"SQL_SQL92_VALUE_EXPRESSIONS","features":[590]},{"name":"SQL_SQLSTATE_SIZE","features":[590]},{"name":"SQL_SQLSTATE_SIZEW","features":[590]},{"name":"SQL_SQL_CONFORMANCE","features":[590]},{"name":"SQL_SQ_COMPARISON","features":[590]},{"name":"SQL_SQ_CORRELATED_SUBQUERIES","features":[590]},{"name":"SQL_SQ_EXISTS","features":[590]},{"name":"SQL_SQ_IN","features":[590]},{"name":"SQL_SQ_QUANTIFIED","features":[590]},{"name":"SQL_SRJO_CORRESPONDING_CLAUSE","features":[590]},{"name":"SQL_SRJO_CROSS_JOIN","features":[590]},{"name":"SQL_SRJO_EXCEPT_JOIN","features":[590]},{"name":"SQL_SRJO_FULL_OUTER_JOIN","features":[590]},{"name":"SQL_SRJO_INNER_JOIN","features":[590]},{"name":"SQL_SRJO_INTERSECT_JOIN","features":[590]},{"name":"SQL_SRJO_LEFT_OUTER_JOIN","features":[590]},{"name":"SQL_SRJO_NATURAL_JOIN","features":[590]},{"name":"SQL_SRJO_RIGHT_OUTER_JOIN","features":[590]},{"name":"SQL_SRJO_UNION_JOIN","features":[590]},{"name":"SQL_SRVC_DEFAULT","features":[590]},{"name":"SQL_SRVC_NULL","features":[590]},{"name":"SQL_SRVC_ROW_SUBQUERY","features":[590]},{"name":"SQL_SRVC_VALUE_EXPRESSION","features":[590]},{"name":"SQL_SR_CASCADE","features":[590]},{"name":"SQL_SR_DELETE_TABLE","features":[590]},{"name":"SQL_SR_GRANT_OPTION_FOR","features":[590]},{"name":"SQL_SR_INSERT_COLUMN","features":[590]},{"name":"SQL_SR_INSERT_TABLE","features":[590]},{"name":"SQL_SR_REFERENCES_COLUMN","features":[590]},{"name":"SQL_SR_REFERENCES_TABLE","features":[590]},{"name":"SQL_SR_RESTRICT","features":[590]},{"name":"SQL_SR_SELECT_TABLE","features":[590]},{"name":"SQL_SR_UPDATE_COLUMN","features":[590]},{"name":"SQL_SR_UPDATE_TABLE","features":[590]},{"name":"SQL_SR_USAGE_ON_CHARACTER_SET","features":[590]},{"name":"SQL_SR_USAGE_ON_COLLATION","features":[590]},{"name":"SQL_SR_USAGE_ON_DOMAIN","features":[590]},{"name":"SQL_SR_USAGE_ON_TRANSLATION","features":[590]},{"name":"SQL_SSF_CONVERT","features":[590]},{"name":"SQL_SSF_LOWER","features":[590]},{"name":"SQL_SSF_SUBSTRING","features":[590]},{"name":"SQL_SSF_TRANSLATE","features":[590]},{"name":"SQL_SSF_TRIM_BOTH","features":[590]},{"name":"SQL_SSF_TRIM_LEADING","features":[590]},{"name":"SQL_SSF_TRIM_TRAILING","features":[590]},{"name":"SQL_SSF_UPPER","features":[590]},{"name":"SQL_SS_ADDITIONS","features":[590]},{"name":"SQL_SS_DELETIONS","features":[590]},{"name":"SQL_SS_DL_DEFAULT","features":[590]},{"name":"SQL_SS_QI_DEFAULT","features":[590]},{"name":"SQL_SS_QL_DEFAULT","features":[590]},{"name":"SQL_SS_UPDATES","features":[590]},{"name":"SQL_SS_VARIANT","features":[590]},{"name":"SQL_STANDARD_CLI_CONFORMANCE","features":[590]},{"name":"SQL_STATIC_CURSOR_ATTRIBUTES1","features":[590]},{"name":"SQL_STATIC_CURSOR_ATTRIBUTES2","features":[590]},{"name":"SQL_STATIC_SENSITIVITY","features":[590]},{"name":"SQL_STILL_EXECUTING","features":[590]},{"name":"SQL_STMT_OPT_MAX","features":[590]},{"name":"SQL_STMT_OPT_MIN","features":[590]},{"name":"SQL_STRING_FUNCTIONS","features":[590]},{"name":"SQL_SUBQUERIES","features":[590]},{"name":"SQL_SUCCESS","features":[590]},{"name":"SQL_SUCCESS_WITH_INFO","features":[590]},{"name":"SQL_SU_DML_STATEMENTS","features":[590]},{"name":"SQL_SU_INDEX_DEFINITION","features":[590]},{"name":"SQL_SU_PRIVILEGE_DEFINITION","features":[590]},{"name":"SQL_SU_PROCEDURE_INVOCATION","features":[590]},{"name":"SQL_SU_TABLE_DEFINITION","features":[590]},{"name":"SQL_SVE_CASE","features":[590]},{"name":"SQL_SVE_CAST","features":[590]},{"name":"SQL_SVE_COALESCE","features":[590]},{"name":"SQL_SVE_NULLIF","features":[590]},{"name":"SQL_SYSTEM_FUNCTIONS","features":[590]},{"name":"SQL_TABLE_STAT","features":[590]},{"name":"SQL_TABLE_TERM","features":[590]},{"name":"SQL_TC_ALL","features":[590]},{"name":"SQL_TC_DDL_COMMIT","features":[590]},{"name":"SQL_TC_DDL_IGNORE","features":[590]},{"name":"SQL_TC_DML","features":[590]},{"name":"SQL_TC_NONE","features":[590]},{"name":"SQL_TEXTPTR_LOGGING","features":[590]},{"name":"SQL_TIME","features":[590]},{"name":"SQL_TIMEDATE_ADD_INTERVALS","features":[590]},{"name":"SQL_TIMEDATE_DIFF_INTERVALS","features":[590]},{"name":"SQL_TIMEDATE_FUNCTIONS","features":[590]},{"name":"SQL_TIMESTAMP","features":[590]},{"name":"SQL_TIMESTAMP_LEN","features":[590]},{"name":"SQL_TIME_LEN","features":[590]},{"name":"SQL_TINYINT","features":[590]},{"name":"SQL_TL_DEFAULT","features":[590]},{"name":"SQL_TL_OFF","features":[590]},{"name":"SQL_TL_ON","features":[590]},{"name":"SQL_TRANSACTION_CAPABLE","features":[590]},{"name":"SQL_TRANSACTION_ISOLATION_OPTION","features":[590]},{"name":"SQL_TRANSACTION_READ_COMMITTED","features":[590]},{"name":"SQL_TRANSACTION_READ_UNCOMMITTED","features":[590]},{"name":"SQL_TRANSACTION_REPEATABLE_READ","features":[590]},{"name":"SQL_TRANSACTION_SERIALIZABLE","features":[590]},{"name":"SQL_TRANSLATE_DLL","features":[590]},{"name":"SQL_TRANSLATE_OPTION","features":[590]},{"name":"SQL_TRUE","features":[590]},{"name":"SQL_TXN_CAPABLE","features":[590]},{"name":"SQL_TXN_ISOLATION","features":[590]},{"name":"SQL_TXN_ISOLATION_OPTION","features":[590]},{"name":"SQL_TXN_READ_COMMITTED","features":[590]},{"name":"SQL_TXN_READ_UNCOMMITTED","features":[590]},{"name":"SQL_TXN_REPEATABLE_READ","features":[590]},{"name":"SQL_TXN_SERIALIZABLE","features":[590]},{"name":"SQL_TXN_VERSIONING","features":[590]},{"name":"SQL_TYPE_DATE","features":[590]},{"name":"SQL_TYPE_DRIVER_END","features":[590]},{"name":"SQL_TYPE_DRIVER_START","features":[590]},{"name":"SQL_TYPE_MAX","features":[590]},{"name":"SQL_TYPE_MIN","features":[590]},{"name":"SQL_TYPE_NULL","features":[590]},{"name":"SQL_TYPE_TIME","features":[590]},{"name":"SQL_TYPE_TIMESTAMP","features":[590]},{"name":"SQL_UB_DEFAULT","features":[590]},{"name":"SQL_UB_FIXED","features":[590]},{"name":"SQL_UB_OFF","features":[590]},{"name":"SQL_UB_ON","features":[590]},{"name":"SQL_UB_VARIABLE","features":[590]},{"name":"SQL_UNBIND","features":[590]},{"name":"SQL_UNICODE","features":[590]},{"name":"SQL_UNICODE_CHAR","features":[590]},{"name":"SQL_UNICODE_LONGVARCHAR","features":[590]},{"name":"SQL_UNICODE_VARCHAR","features":[590]},{"name":"SQL_UNION","features":[590]},{"name":"SQL_UNION_STATEMENT","features":[590]},{"name":"SQL_UNKNOWN_TYPE","features":[590]},{"name":"SQL_UNNAMED","features":[590]},{"name":"SQL_UNSEARCHABLE","features":[590]},{"name":"SQL_UNSIGNED_OFFSET","features":[590]},{"name":"SQL_UNSPECIFIED","features":[590]},{"name":"SQL_UPDATE","features":[590]},{"name":"SQL_UPDATE_BY_BOOKMARK","features":[590]},{"name":"SQL_UP_DEFAULT","features":[590]},{"name":"SQL_UP_OFF","features":[590]},{"name":"SQL_UP_ON","features":[590]},{"name":"SQL_UP_ON_DROP","features":[590]},{"name":"SQL_USER_NAME","features":[590]},{"name":"SQL_USE_BOOKMARKS","features":[590]},{"name":"SQL_USE_PROCEDURE_FOR_PREPARE","features":[590]},{"name":"SQL_US_UNION","features":[590]},{"name":"SQL_US_UNION_ALL","features":[590]},{"name":"SQL_U_UNION","features":[590]},{"name":"SQL_U_UNION_ALL","features":[590]},{"name":"SQL_VARBINARY","features":[590]},{"name":"SQL_VARCHAR","features":[590]},{"name":"SQL_VARLEN_DATA","features":[590]},{"name":"SQL_WARN_NO","features":[590]},{"name":"SQL_WARN_YES","features":[590]},{"name":"SQL_WCHAR","features":[590]},{"name":"SQL_WLONGVARCHAR","features":[590]},{"name":"SQL_WVARCHAR","features":[590]},{"name":"SQL_XL_DEFAULT","features":[590]},{"name":"SQL_XL_OFF","features":[590]},{"name":"SQL_XL_ON","features":[590]},{"name":"SQL_XOPEN_CLI_YEAR","features":[590]},{"name":"SQL_YEAR","features":[590]},{"name":"SQL_YEAR_MONTH_STRUCT","features":[590]},{"name":"SQL_YEAR_TO_MONTH","features":[590]},{"name":"SQLudtBINARY","features":[590]},{"name":"SQLudtBIT","features":[590]},{"name":"SQLudtBITN","features":[590]},{"name":"SQLudtCHAR","features":[590]},{"name":"SQLudtDATETIM4","features":[590]},{"name":"SQLudtDATETIME","features":[590]},{"name":"SQLudtDATETIMN","features":[590]},{"name":"SQLudtDECML","features":[590]},{"name":"SQLudtDECMLN","features":[590]},{"name":"SQLudtFLT4","features":[590]},{"name":"SQLudtFLT8","features":[590]},{"name":"SQLudtFLTN","features":[590]},{"name":"SQLudtIMAGE","features":[590]},{"name":"SQLudtINT1","features":[590]},{"name":"SQLudtINT2","features":[590]},{"name":"SQLudtINT4","features":[590]},{"name":"SQLudtINTN","features":[590]},{"name":"SQLudtMONEY","features":[590]},{"name":"SQLudtMONEY4","features":[590]},{"name":"SQLudtMONEYN","features":[590]},{"name":"SQLudtNUM","features":[590]},{"name":"SQLudtNUMN","features":[590]},{"name":"SQLudtSYSNAME","features":[590]},{"name":"SQLudtTEXT","features":[590]},{"name":"SQLudtTIMESTAMP","features":[590]},{"name":"SQLudtUNIQUEIDENTIFIER","features":[590]},{"name":"SQLudtVARBINARY","features":[590]},{"name":"SQLudtVARCHAR","features":[590]},{"name":"SQMO_DEFAULT_PROPERTY","features":[590]},{"name":"SQMO_GENERATOR_FOR_TYPE","features":[590]},{"name":"SQMO_MAP_PROPERTY","features":[590]},{"name":"SQMO_VIRTUAL_PROPERTY","features":[590]},{"name":"SQPE_EXTRA_CLOSING_PARENTHESIS","features":[590]},{"name":"SQPE_EXTRA_OPENING_PARENTHESIS","features":[590]},{"name":"SQPE_IGNORED_CONNECTOR","features":[590]},{"name":"SQPE_IGNORED_KEYWORD","features":[590]},{"name":"SQPE_IGNORED_MODIFIER","features":[590]},{"name":"SQPE_NONE","features":[590]},{"name":"SQPE_UNHANDLED","features":[590]},{"name":"SQRO_ADD_ROBUST_ITEM_NAME","features":[590]},{"name":"SQRO_ADD_VALUE_TYPE_FOR_PLAIN_VALUES","features":[590]},{"name":"SQRO_ALWAYS_ONE_INTERVAL","features":[590]},{"name":"SQRO_DEFAULT","features":[590]},{"name":"SQRO_DONT_MAP_RELATIONS","features":[590]},{"name":"SQRO_DONT_REMOVE_UNRESTRICTED_KEYWORDS","features":[590]},{"name":"SQRO_DONT_RESOLVE_DATETIME","features":[590]},{"name":"SQRO_DONT_RESOLVE_RANGES","features":[590]},{"name":"SQRO_DONT_SIMPLIFY_CONDITION_TREES","features":[590]},{"name":"SQRO_DONT_SPLIT_WORDS","features":[590]},{"name":"SQRO_IGNORE_PHRASE_ORDER","features":[590]},{"name":"SQSO_AUTOMATIC_WILDCARD","features":[590]},{"name":"SQSO_CONNECTOR_CASE","features":[590]},{"name":"SQSO_IMPLICIT_CONNECTOR","features":[590]},{"name":"SQSO_LANGUAGE_KEYWORDS","features":[590]},{"name":"SQSO_LOCALE_WORD_BREAKING","features":[590]},{"name":"SQSO_NATURAL_SYNTAX","features":[590]},{"name":"SQSO_SCHEMA","features":[590]},{"name":"SQSO_SYNTAX","features":[590]},{"name":"SQSO_TIME_ZONE","features":[590]},{"name":"SQSO_TRACE_LEVEL","features":[590]},{"name":"SQSO_WORD_BREAKER","features":[590]},{"name":"SQS_ADVANCED_QUERY_SYNTAX","features":[590]},{"name":"SQS_NATURAL_QUERY_SYNTAX","features":[590]},{"name":"SQS_NO_SYNTAX","features":[590]},{"name":"SRCH_SCHEMA_CACHE_E_UNEXPECTED","features":[590]},{"name":"SSERRORINFO","features":[590]},{"name":"SSPROPVAL_COMMANDTYPE_BULKLOAD","features":[590]},{"name":"SSPROPVAL_COMMANDTYPE_REGULAR","features":[590]},{"name":"SSPROPVAL_USEPROCFORPREP_OFF","features":[590]},{"name":"SSPROPVAL_USEPROCFORPREP_ON","features":[590]},{"name":"SSPROPVAL_USEPROCFORPREP_ON_DROP","features":[590]},{"name":"SSPROP_ALLOWNATIVEVARIANT","features":[590]},{"name":"SSPROP_AUTH_REPL_SERVER_NAME","features":[590]},{"name":"SSPROP_CHARACTERSET","features":[590]},{"name":"SSPROP_COLUMNLEVELCOLLATION","features":[590]},{"name":"SSPROP_COL_COLLATIONNAME","features":[590]},{"name":"SSPROP_CURRENTCOLLATION","features":[590]},{"name":"SSPROP_CURSORAUTOFETCH","features":[590]},{"name":"SSPROP_DEFERPREPARE","features":[590]},{"name":"SSPROP_ENABLEFASTLOAD","features":[590]},{"name":"SSPROP_FASTLOADKEEPIDENTITY","features":[590]},{"name":"SSPROP_FASTLOADKEEPNULLS","features":[590]},{"name":"SSPROP_FASTLOADOPTIONS","features":[590]},{"name":"SSPROP_INIT_APPNAME","features":[590]},{"name":"SSPROP_INIT_AUTOTRANSLATE","features":[590]},{"name":"SSPROP_INIT_CURRENTLANGUAGE","features":[590]},{"name":"SSPROP_INIT_ENCRYPT","features":[590]},{"name":"SSPROP_INIT_FILENAME","features":[590]},{"name":"SSPROP_INIT_NETWORKADDRESS","features":[590]},{"name":"SSPROP_INIT_NETWORKLIBRARY","features":[590]},{"name":"SSPROP_INIT_PACKETSIZE","features":[590]},{"name":"SSPROP_INIT_TAGCOLUMNCOLLATION","features":[590]},{"name":"SSPROP_INIT_USEPROCFORPREP","features":[590]},{"name":"SSPROP_INIT_WSID","features":[590]},{"name":"SSPROP_IRowsetFastLoad","features":[590]},{"name":"SSPROP_MAXBLOBLENGTH","features":[590]},{"name":"SSPROP_QUOTEDCATALOGNAMES","features":[590]},{"name":"SSPROP_SORTORDER","features":[590]},{"name":"SSPROP_SQLXMLXPROGID","features":[590]},{"name":"SSPROP_STREAM_BASEPATH","features":[590]},{"name":"SSPROP_STREAM_COMMANDTYPE","features":[590]},{"name":"SSPROP_STREAM_CONTENTTYPE","features":[590]},{"name":"SSPROP_STREAM_FLAGS","features":[590]},{"name":"SSPROP_STREAM_MAPPINGSCHEMA","features":[590]},{"name":"SSPROP_STREAM_XMLROOT","features":[590]},{"name":"SSPROP_STREAM_XSL","features":[590]},{"name":"SSPROP_UNICODECOMPARISONSTYLE","features":[590]},{"name":"SSPROP_UNICODELCID","features":[590]},{"name":"SSVARIANT","features":[305,358,590]},{"name":"STD_BOOKMARKLENGTH","features":[590]},{"name":"STGM_COLLECTION","features":[590]},{"name":"STGM_OPEN","features":[590]},{"name":"STGM_OUTPUT","features":[590]},{"name":"STGM_RECURSIVE","features":[590]},{"name":"STGM_STRICTOPEN","features":[590]},{"name":"STREAM_FLAGS_DISALLOW_ABSOLUTE_PATH","features":[590]},{"name":"STREAM_FLAGS_DISALLOW_QUERY","features":[590]},{"name":"STREAM_FLAGS_DISALLOW_UPDATEGRAMS","features":[590]},{"name":"STREAM_FLAGS_DISALLOW_URL","features":[590]},{"name":"STREAM_FLAGS_DONTCACHEMAPPINGSCHEMA","features":[590]},{"name":"STREAM_FLAGS_DONTCACHETEMPLATE","features":[590]},{"name":"STREAM_FLAGS_DONTCACHEXSL","features":[590]},{"name":"STREAM_FLAGS_RESERVED","features":[590]},{"name":"STRUCTURED_QUERY_MULTIOPTION","features":[590]},{"name":"STRUCTURED_QUERY_PARSE_ERROR","features":[590]},{"name":"STRUCTURED_QUERY_RESOLVE_OPTION","features":[590]},{"name":"STRUCTURED_QUERY_SINGLE_OPTION","features":[590]},{"name":"STRUCTURED_QUERY_SYNTAX","features":[590]},{"name":"STS_ABORTXMLPARSE","features":[590]},{"name":"STS_WS_ERROR","features":[590]},{"name":"SUBSCRIPTIONINFO","features":[305,590]},{"name":"SUBSCRIPTIONINFOFLAGS","features":[590]},{"name":"SUBSCRIPTIONITEMINFO","features":[590]},{"name":"SUBSCRIPTIONSCHEDULE","features":[590]},{"name":"SUBSCRIPTIONTYPE","features":[590]},{"name":"SUBSINFO_ALLFLAGS","features":[590]},{"name":"SUBSINFO_CHANGESONLY","features":[590]},{"name":"SUBSINFO_CHANNELFLAGS","features":[590]},{"name":"SUBSINFO_FRIENDLYNAME","features":[590]},{"name":"SUBSINFO_GLEAM","features":[590]},{"name":"SUBSINFO_MAILNOT","features":[590]},{"name":"SUBSINFO_MAXSIZEKB","features":[590]},{"name":"SUBSINFO_NEEDPASSWORD","features":[590]},{"name":"SUBSINFO_PASSWORD","features":[590]},{"name":"SUBSINFO_RECURSE","features":[590]},{"name":"SUBSINFO_SCHEDULE","features":[590]},{"name":"SUBSINFO_TASKFLAGS","features":[590]},{"name":"SUBSINFO_TYPE","features":[590]},{"name":"SUBSINFO_USER","features":[590]},{"name":"SUBSINFO_WEBCRAWL","features":[590]},{"name":"SUBSMGRENUM_MASK","features":[590]},{"name":"SUBSMGRENUM_TEMP","features":[590]},{"name":"SUBSMGRUPDATE_MASK","features":[590]},{"name":"SUBSMGRUPDATE_MINIMIZE","features":[590]},{"name":"SUBSSCHED_AUTO","features":[590]},{"name":"SUBSSCHED_CUSTOM","features":[590]},{"name":"SUBSSCHED_DAILY","features":[590]},{"name":"SUBSSCHED_MANUAL","features":[590]},{"name":"SUBSSCHED_WEEKLY","features":[590]},{"name":"SUBSTYPE_CHANNEL","features":[590]},{"name":"SUBSTYPE_DESKTOPCHANNEL","features":[590]},{"name":"SUBSTYPE_DESKTOPURL","features":[590]},{"name":"SUBSTYPE_EXTERNAL","features":[590]},{"name":"SUBSTYPE_URL","features":[590]},{"name":"SUCCEED","features":[590]},{"name":"SUCCEED_ABORT","features":[590]},{"name":"SUCCEED_ASYNC","features":[590]},{"name":"SubscriptionMgr","features":[590]},{"name":"TEXT_SOURCE","features":[590]},{"name":"TIMEOUT_INFO","features":[590]},{"name":"TIMESTAMP_STRUCT","features":[590]},{"name":"TIME_STRUCT","features":[590]},{"name":"TRACE_ON","features":[590]},{"name":"TRACE_VERSION","features":[590]},{"name":"TRACE_VS_EVENT_ON","features":[590]},{"name":"VECTORRESTRICTION","features":[305,518,392,590,360]},{"name":"VT_SS_BINARY","features":[590]},{"name":"VT_SS_BIT","features":[590]},{"name":"VT_SS_DATETIME","features":[590]},{"name":"VT_SS_DECIMAL","features":[590]},{"name":"VT_SS_EMPTY","features":[590]},{"name":"VT_SS_GUID","features":[590]},{"name":"VT_SS_I2","features":[590]},{"name":"VT_SS_I4","features":[590]},{"name":"VT_SS_I8","features":[590]},{"name":"VT_SS_MONEY","features":[590]},{"name":"VT_SS_NULL","features":[590]},{"name":"VT_SS_NUMERIC","features":[590]},{"name":"VT_SS_R4","features":[590]},{"name":"VT_SS_R8","features":[590]},{"name":"VT_SS_SMALLDATETIME","features":[590]},{"name":"VT_SS_SMALLMONEY","features":[590]},{"name":"VT_SS_STRING","features":[590]},{"name":"VT_SS_UI1","features":[590]},{"name":"VT_SS_UNKNOWN","features":[590]},{"name":"VT_SS_VARBINARY","features":[590]},{"name":"VT_SS_VARSTRING","features":[590]},{"name":"VT_SS_WSTRING","features":[590]},{"name":"VT_SS_WVARSTRING","features":[590]},{"name":"WEBCRAWL_DONT_MAKE_STICKY","features":[590]},{"name":"WEBCRAWL_GET_BGSOUNDS","features":[590]},{"name":"WEBCRAWL_GET_CONTROLS","features":[590]},{"name":"WEBCRAWL_GET_IMAGES","features":[590]},{"name":"WEBCRAWL_GET_VIDEOS","features":[590]},{"name":"WEBCRAWL_IGNORE_ROBOTSTXT","features":[590]},{"name":"WEBCRAWL_LINKS_ELSEWHERE","features":[590]},{"name":"WEBCRAWL_ONLY_LINKS_TO_HTML","features":[590]},{"name":"WEBCRAWL_RECURSEFLAGS","features":[590]},{"name":"XML_E_BADSXQL","features":[590]},{"name":"XML_E_NODEFAULTNS","features":[590]},{"name":"_MAPI_E_ACCOUNT_DISABLED","features":[590]},{"name":"_MAPI_E_BAD_CHARWIDTH","features":[590]},{"name":"_MAPI_E_BAD_COLUMN","features":[590]},{"name":"_MAPI_E_BUSY","features":[590]},{"name":"_MAPI_E_COMPUTED","features":[590]},{"name":"_MAPI_E_CORRUPT_DATA","features":[590]},{"name":"_MAPI_E_DISK_ERROR","features":[590]},{"name":"_MAPI_E_END_OF_SESSION","features":[590]},{"name":"_MAPI_E_EXTENDED_ERROR","features":[590]},{"name":"_MAPI_E_FAILONEPROVIDER","features":[590]},{"name":"_MAPI_E_INVALID_ACCESS_TIME","features":[590]},{"name":"_MAPI_E_INVALID_ENTRYID","features":[590]},{"name":"_MAPI_E_INVALID_OBJECT","features":[590]},{"name":"_MAPI_E_INVALID_WORKSTATION_ACCOUNT","features":[590]},{"name":"_MAPI_E_LOGON_FAILED","features":[590]},{"name":"_MAPI_E_MISSING_REQUIRED_COLUMN","features":[590]},{"name":"_MAPI_E_NETWORK_ERROR","features":[590]},{"name":"_MAPI_E_NOT_ENOUGH_DISK","features":[590]},{"name":"_MAPI_E_NOT_ENOUGH_RESOURCES","features":[590]},{"name":"_MAPI_E_NOT_FOUND","features":[590]},{"name":"_MAPI_E_NO_SUPPORT","features":[590]},{"name":"_MAPI_E_OBJECT_CHANGED","features":[590]},{"name":"_MAPI_E_OBJECT_DELETED","features":[590]},{"name":"_MAPI_E_PASSWORD_CHANGE_REQUIRED","features":[590]},{"name":"_MAPI_E_PASSWORD_EXPIRED","features":[590]},{"name":"_MAPI_E_SESSION_LIMIT","features":[590]},{"name":"_MAPI_E_STRING_TOO_LONG","features":[590]},{"name":"_MAPI_E_TOO_COMPLEX","features":[590]},{"name":"_MAPI_E_UNABLE_TO_ABORT","features":[590]},{"name":"_MAPI_E_UNCONFIGURED","features":[590]},{"name":"_MAPI_E_UNKNOWN_CPID","features":[590]},{"name":"_MAPI_E_UNKNOWN_ENTRYID","features":[590]},{"name":"_MAPI_E_UNKNOWN_FLAGS","features":[590]},{"name":"_MAPI_E_UNKNOWN_LCID","features":[590]},{"name":"_MAPI_E_USER_CANCEL","features":[590]},{"name":"_MAPI_E_VERSION","features":[590]},{"name":"_MAPI_W_NO_SERVICE","features":[590]},{"name":"bcp_batch","features":[590]},{"name":"bcp_bind","features":[590]},{"name":"bcp_colfmt","features":[590]},{"name":"bcp_collen","features":[590]},{"name":"bcp_colptr","features":[590]},{"name":"bcp_columns","features":[590]},{"name":"bcp_control","features":[590]},{"name":"bcp_done","features":[590]},{"name":"bcp_exec","features":[590]},{"name":"bcp_getcolfmt","features":[590]},{"name":"bcp_initA","features":[590]},{"name":"bcp_initW","features":[590]},{"name":"bcp_moretext","features":[590]},{"name":"bcp_readfmtA","features":[590]},{"name":"bcp_readfmtW","features":[590]},{"name":"bcp_sendrow","features":[590]},{"name":"bcp_setcolfmt","features":[590]},{"name":"bcp_writefmtA","features":[590]},{"name":"bcp_writefmtW","features":[590]},{"name":"dbprtypeA","features":[590]},{"name":"dbprtypeW","features":[590]},{"name":"eAUTH_TYPE_ANONYMOUS","features":[590]},{"name":"eAUTH_TYPE_BASIC","features":[590]},{"name":"eAUTH_TYPE_NTLM","features":[590]}],"612":[{"name":"CONDITION_OPERATION","features":[591]},{"name":"CONDITION_TYPE","features":[591]},{"name":"COP_APPLICATION_SPECIFIC","features":[591]},{"name":"COP_DOSWILDCARDS","features":[591]},{"name":"COP_EQUAL","features":[591]},{"name":"COP_GREATERTHAN","features":[591]},{"name":"COP_GREATERTHANOREQUAL","features":[591]},{"name":"COP_IMPLICIT","features":[591]},{"name":"COP_LESSTHAN","features":[591]},{"name":"COP_LESSTHANOREQUAL","features":[591]},{"name":"COP_NOTEQUAL","features":[591]},{"name":"COP_VALUE_CONTAINS","features":[591]},{"name":"COP_VALUE_ENDSWITH","features":[591]},{"name":"COP_VALUE_NOTCONTAINS","features":[591]},{"name":"COP_VALUE_STARTSWITH","features":[591]},{"name":"COP_WORD_EQUAL","features":[591]},{"name":"COP_WORD_STARTSWITH","features":[591]},{"name":"CT_AND_CONDITION","features":[591]},{"name":"CT_LEAF_CONDITION","features":[591]},{"name":"CT_NOT_CONDITION","features":[591]},{"name":"CT_OR_CONDITION","features":[591]}],"613":[{"name":"IWSCDefaultProduct","features":[358,592]},{"name":"IWSCProductList","features":[358,592]},{"name":"IWscProduct","features":[358,592]},{"name":"IWscProduct2","features":[358,592]},{"name":"IWscProduct3","features":[358,592]},{"name":"SECURITY_PRODUCT_TYPE","features":[592]},{"name":"SECURITY_PRODUCT_TYPE_ANTISPYWARE","features":[592]},{"name":"SECURITY_PRODUCT_TYPE_ANTIVIRUS","features":[592]},{"name":"SECURITY_PRODUCT_TYPE_FIREWALL","features":[592]},{"name":"WSCDefaultProduct","features":[592]},{"name":"WSCProductList","features":[592]},{"name":"WSC_SECURITY_PRODUCT_OUT_OF_DATE","features":[592]},{"name":"WSC_SECURITY_PRODUCT_STATE","features":[592]},{"name":"WSC_SECURITY_PRODUCT_STATE_EXPIRED","features":[592]},{"name":"WSC_SECURITY_PRODUCT_STATE_OFF","features":[592]},{"name":"WSC_SECURITY_PRODUCT_STATE_ON","features":[592]},{"name":"WSC_SECURITY_PRODUCT_STATE_SNOOZED","features":[592]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS","features":[592]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_ACTION_NEEDED","features":[592]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_ACTION_RECOMMENDED","features":[592]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_NOT_SET","features":[592]},{"name":"WSC_SECURITY_PRODUCT_SUBSTATUS_NO_ACTION","features":[592]},{"name":"WSC_SECURITY_PRODUCT_UP_TO_DATE","features":[592]},{"name":"WSC_SECURITY_PROVIDER","features":[592]},{"name":"WSC_SECURITY_PROVIDER_ALL","features":[592]},{"name":"WSC_SECURITY_PROVIDER_ANTISPYWARE","features":[592]},{"name":"WSC_SECURITY_PROVIDER_ANTIVIRUS","features":[592]},{"name":"WSC_SECURITY_PROVIDER_AUTOUPDATE_SETTINGS","features":[592]},{"name":"WSC_SECURITY_PROVIDER_FIREWALL","features":[592]},{"name":"WSC_SECURITY_PROVIDER_HEALTH","features":[592]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_GOOD","features":[592]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_NOTMONITORED","features":[592]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_POOR","features":[592]},{"name":"WSC_SECURITY_PROVIDER_HEALTH_SNOOZE","features":[592]},{"name":"WSC_SECURITY_PROVIDER_INTERNET_SETTINGS","features":[592]},{"name":"WSC_SECURITY_PROVIDER_NONE","features":[592]},{"name":"WSC_SECURITY_PROVIDER_SERVICE","features":[592]},{"name":"WSC_SECURITY_PROVIDER_USER_ACCOUNT_CONTROL","features":[592]},{"name":"WSC_SECURITY_SIGNATURE_STATUS","features":[592]},{"name":"WscGetAntiMalwareUri","features":[592]},{"name":"WscGetSecurityProviderHealth","features":[592]},{"name":"WscQueryAntiMalwareUri","features":[592]},{"name":"WscRegisterForChanges","features":[305,592,342]},{"name":"WscRegisterForUserNotifications","features":[592]},{"name":"WscUnRegisterChanges","features":[305,592]}],"614":[{"name":"IWsbApplicationAsync","features":[593]},{"name":"IWsbApplicationBackupSupport","features":[593]},{"name":"IWsbApplicationRestoreSupport","features":[593]},{"name":"WSBAPP_ASYNC_IN_PROGRESS","features":[593]},{"name":"WSB_MAX_OB_STATUS_ENTRY","features":[593]},{"name":"WSB_MAX_OB_STATUS_VALUE_TYPE_PAIR","features":[593]},{"name":"WSB_OB_ET_DATETIME","features":[593]},{"name":"WSB_OB_ET_MAX","features":[593]},{"name":"WSB_OB_ET_NUMBER","features":[593]},{"name":"WSB_OB_ET_SIZE","features":[593]},{"name":"WSB_OB_ET_STRING","features":[593]},{"name":"WSB_OB_ET_TIME","features":[593]},{"name":"WSB_OB_ET_UNDEFINED","features":[593]},{"name":"WSB_OB_REGISTRATION_INFO","features":[305,593]},{"name":"WSB_OB_STATUS_ENTRY","features":[593]},{"name":"WSB_OB_STATUS_ENTRY_PAIR_TYPE","features":[593]},{"name":"WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR","features":[593]},{"name":"WSB_OB_STATUS_INFO","features":[593]}],"615":[{"name":"CUSTOM_SYSTEM_STATE_CHANGE_EVENT_GUID","features":[477]},{"name":"ChangeServiceConfig2A","features":[305,477]},{"name":"ChangeServiceConfig2W","features":[305,477]},{"name":"ChangeServiceConfigA","features":[305,477]},{"name":"ChangeServiceConfigW","features":[305,477]},{"name":"CloseServiceHandle","features":[305,477]},{"name":"ControlService","features":[305,477]},{"name":"ControlServiceExA","features":[305,477]},{"name":"ControlServiceExW","features":[305,477]},{"name":"CreateServiceA","features":[477]},{"name":"CreateServiceW","features":[477]},{"name":"DOMAIN_JOIN_GUID","features":[477]},{"name":"DOMAIN_LEAVE_GUID","features":[477]},{"name":"DeleteService","features":[305,477]},{"name":"ENUM_SERVICE_STATE","features":[477]},{"name":"ENUM_SERVICE_STATUSA","features":[477]},{"name":"ENUM_SERVICE_STATUSW","features":[477]},{"name":"ENUM_SERVICE_STATUS_PROCESSA","features":[477]},{"name":"ENUM_SERVICE_STATUS_PROCESSW","features":[477]},{"name":"ENUM_SERVICE_TYPE","features":[477]},{"name":"EnumDependentServicesA","features":[305,477]},{"name":"EnumDependentServicesW","features":[305,477]},{"name":"EnumServicesStatusA","features":[305,477]},{"name":"EnumServicesStatusExA","features":[305,477]},{"name":"EnumServicesStatusExW","features":[305,477]},{"name":"EnumServicesStatusW","features":[305,477]},{"name":"FIREWALL_PORT_CLOSE_GUID","features":[477]},{"name":"FIREWALL_PORT_OPEN_GUID","features":[477]},{"name":"GetServiceDirectory","features":[477]},{"name":"GetServiceDisplayNameA","features":[305,477]},{"name":"GetServiceDisplayNameW","features":[305,477]},{"name":"GetServiceKeyNameA","features":[305,477]},{"name":"GetServiceKeyNameW","features":[305,477]},{"name":"GetServiceRegistryStateKey","features":[373,477]},{"name":"GetSharedServiceDirectory","features":[477]},{"name":"GetSharedServiceRegistryStateKey","features":[373,477]},{"name":"HANDLER_FUNCTION","features":[477]},{"name":"HANDLER_FUNCTION_EX","features":[477]},{"name":"LPHANDLER_FUNCTION","features":[477]},{"name":"LPHANDLER_FUNCTION_EX","features":[477]},{"name":"LPSERVICE_MAIN_FUNCTIONA","features":[477]},{"name":"LPSERVICE_MAIN_FUNCTIONW","features":[477]},{"name":"LockServiceDatabase","features":[477]},{"name":"MACHINE_POLICY_PRESENT_GUID","features":[477]},{"name":"MaxServiceRegistryStateType","features":[477]},{"name":"NAMED_PIPE_EVENT_GUID","features":[477]},{"name":"NETWORK_MANAGER_FIRST_IP_ADDRESS_ARRIVAL_GUID","features":[477]},{"name":"NETWORK_MANAGER_LAST_IP_ADDRESS_REMOVAL_GUID","features":[477]},{"name":"NotifyBootConfigStatus","features":[305,477]},{"name":"NotifyServiceStatusChangeA","features":[477]},{"name":"NotifyServiceStatusChangeW","features":[477]},{"name":"OpenSCManagerA","features":[477]},{"name":"OpenSCManagerW","features":[477]},{"name":"OpenServiceA","features":[477]},{"name":"OpenServiceW","features":[477]},{"name":"PFN_SC_NOTIFY_CALLBACK","features":[477]},{"name":"PSC_NOTIFICATION_CALLBACK","features":[477]},{"name":"PSC_NOTIFICATION_REGISTRATION","features":[477]},{"name":"QUERY_SERVICE_CONFIGA","features":[477]},{"name":"QUERY_SERVICE_CONFIGW","features":[477]},{"name":"QUERY_SERVICE_LOCK_STATUSA","features":[477]},{"name":"QUERY_SERVICE_LOCK_STATUSW","features":[477]},{"name":"QueryServiceConfig2A","features":[305,477]},{"name":"QueryServiceConfig2W","features":[305,477]},{"name":"QueryServiceConfigA","features":[305,477]},{"name":"QueryServiceConfigW","features":[305,477]},{"name":"QueryServiceDynamicInformation","features":[305,477]},{"name":"QueryServiceLockStatusA","features":[305,477]},{"name":"QueryServiceLockStatusW","features":[305,477]},{"name":"QueryServiceObjectSecurity","features":[305,309,477]},{"name":"QueryServiceStatus","features":[305,477]},{"name":"QueryServiceStatusEx","features":[305,477]},{"name":"RPC_INTERFACE_EVENT_GUID","features":[477]},{"name":"RegisterServiceCtrlHandlerA","features":[477]},{"name":"RegisterServiceCtrlHandlerExA","features":[477]},{"name":"RegisterServiceCtrlHandlerExW","features":[477]},{"name":"RegisterServiceCtrlHandlerW","features":[477]},{"name":"SC_ACTION","features":[477]},{"name":"SC_ACTION_NONE","features":[477]},{"name":"SC_ACTION_OWN_RESTART","features":[477]},{"name":"SC_ACTION_REBOOT","features":[477]},{"name":"SC_ACTION_RESTART","features":[477]},{"name":"SC_ACTION_RUN_COMMAND","features":[477]},{"name":"SC_ACTION_TYPE","features":[477]},{"name":"SC_AGGREGATE_STORAGE_KEY","features":[477]},{"name":"SC_ENUM_PROCESS_INFO","features":[477]},{"name":"SC_ENUM_TYPE","features":[477]},{"name":"SC_EVENT_DATABASE_CHANGE","features":[477]},{"name":"SC_EVENT_PROPERTY_CHANGE","features":[477]},{"name":"SC_EVENT_STATUS_CHANGE","features":[477]},{"name":"SC_EVENT_TYPE","features":[477]},{"name":"SC_HANDLE","features":[477]},{"name":"SC_MANAGER_ALL_ACCESS","features":[477]},{"name":"SC_MANAGER_CONNECT","features":[477]},{"name":"SC_MANAGER_CREATE_SERVICE","features":[477]},{"name":"SC_MANAGER_ENUMERATE_SERVICE","features":[477]},{"name":"SC_MANAGER_LOCK","features":[477]},{"name":"SC_MANAGER_MODIFY_BOOT_CONFIG","features":[477]},{"name":"SC_MANAGER_QUERY_LOCK_STATUS","features":[477]},{"name":"SC_STATUS_PROCESS_INFO","features":[477]},{"name":"SC_STATUS_TYPE","features":[477]},{"name":"SERVICES_ACTIVE_DATABASE","features":[477]},{"name":"SERVICES_ACTIVE_DATABASEA","features":[477]},{"name":"SERVICES_ACTIVE_DATABASEW","features":[477]},{"name":"SERVICES_FAILED_DATABASE","features":[477]},{"name":"SERVICES_FAILED_DATABASEA","features":[477]},{"name":"SERVICES_FAILED_DATABASEW","features":[477]},{"name":"SERVICE_ACCEPT_HARDWAREPROFILECHANGE","features":[477]},{"name":"SERVICE_ACCEPT_LOWRESOURCES","features":[477]},{"name":"SERVICE_ACCEPT_NETBINDCHANGE","features":[477]},{"name":"SERVICE_ACCEPT_PARAMCHANGE","features":[477]},{"name":"SERVICE_ACCEPT_PAUSE_CONTINUE","features":[477]},{"name":"SERVICE_ACCEPT_POWEREVENT","features":[477]},{"name":"SERVICE_ACCEPT_PRESHUTDOWN","features":[477]},{"name":"SERVICE_ACCEPT_SESSIONCHANGE","features":[477]},{"name":"SERVICE_ACCEPT_SHUTDOWN","features":[477]},{"name":"SERVICE_ACCEPT_STOP","features":[477]},{"name":"SERVICE_ACCEPT_SYSTEMLOWRESOURCES","features":[477]},{"name":"SERVICE_ACCEPT_TIMECHANGE","features":[477]},{"name":"SERVICE_ACCEPT_TRIGGEREVENT","features":[477]},{"name":"SERVICE_ACCEPT_USER_LOGOFF","features":[477]},{"name":"SERVICE_ACTIVE","features":[477]},{"name":"SERVICE_ADAPTER","features":[477]},{"name":"SERVICE_ALL_ACCESS","features":[477]},{"name":"SERVICE_AUTO_START","features":[477]},{"name":"SERVICE_BOOT_START","features":[477]},{"name":"SERVICE_CHANGE_CONFIG","features":[477]},{"name":"SERVICE_CONFIG","features":[477]},{"name":"SERVICE_CONFIG_DELAYED_AUTO_START_INFO","features":[477]},{"name":"SERVICE_CONFIG_DESCRIPTION","features":[477]},{"name":"SERVICE_CONFIG_FAILURE_ACTIONS","features":[477]},{"name":"SERVICE_CONFIG_FAILURE_ACTIONS_FLAG","features":[477]},{"name":"SERVICE_CONFIG_LAUNCH_PROTECTED","features":[477]},{"name":"SERVICE_CONFIG_PREFERRED_NODE","features":[477]},{"name":"SERVICE_CONFIG_PRESHUTDOWN_INFO","features":[477]},{"name":"SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO","features":[477]},{"name":"SERVICE_CONFIG_SERVICE_SID_INFO","features":[477]},{"name":"SERVICE_CONFIG_TRIGGER_INFO","features":[477]},{"name":"SERVICE_CONTINUE_PENDING","features":[477]},{"name":"SERVICE_CONTROL_CONTINUE","features":[477]},{"name":"SERVICE_CONTROL_DEVICEEVENT","features":[477]},{"name":"SERVICE_CONTROL_HARDWAREPROFILECHANGE","features":[477]},{"name":"SERVICE_CONTROL_INTERROGATE","features":[477]},{"name":"SERVICE_CONTROL_LOWRESOURCES","features":[477]},{"name":"SERVICE_CONTROL_NETBINDADD","features":[477]},{"name":"SERVICE_CONTROL_NETBINDDISABLE","features":[477]},{"name":"SERVICE_CONTROL_NETBINDENABLE","features":[477]},{"name":"SERVICE_CONTROL_NETBINDREMOVE","features":[477]},{"name":"SERVICE_CONTROL_PARAMCHANGE","features":[477]},{"name":"SERVICE_CONTROL_PAUSE","features":[477]},{"name":"SERVICE_CONTROL_POWEREVENT","features":[477]},{"name":"SERVICE_CONTROL_PRESHUTDOWN","features":[477]},{"name":"SERVICE_CONTROL_SESSIONCHANGE","features":[477]},{"name":"SERVICE_CONTROL_SHUTDOWN","features":[477]},{"name":"SERVICE_CONTROL_STATUS_REASON_INFO","features":[477]},{"name":"SERVICE_CONTROL_STATUS_REASON_PARAMSA","features":[477]},{"name":"SERVICE_CONTROL_STATUS_REASON_PARAMSW","features":[477]},{"name":"SERVICE_CONTROL_STOP","features":[477]},{"name":"SERVICE_CONTROL_SYSTEMLOWRESOURCES","features":[477]},{"name":"SERVICE_CONTROL_TIMECHANGE","features":[477]},{"name":"SERVICE_CONTROL_TRIGGEREVENT","features":[477]},{"name":"SERVICE_CUSTOM_SYSTEM_STATE_CHANGE_DATA_ITEM","features":[477]},{"name":"SERVICE_DELAYED_AUTO_START_INFO","features":[305,477]},{"name":"SERVICE_DEMAND_START","features":[477]},{"name":"SERVICE_DESCRIPTIONA","features":[477]},{"name":"SERVICE_DESCRIPTIONW","features":[477]},{"name":"SERVICE_DIRECTORY_TYPE","features":[477]},{"name":"SERVICE_DISABLED","features":[477]},{"name":"SERVICE_DRIVER","features":[477]},{"name":"SERVICE_DYNAMIC_INFORMATION_LEVEL_START_REASON","features":[477]},{"name":"SERVICE_ENUMERATE_DEPENDENTS","features":[477]},{"name":"SERVICE_ERROR","features":[477]},{"name":"SERVICE_ERROR_CRITICAL","features":[477]},{"name":"SERVICE_ERROR_IGNORE","features":[477]},{"name":"SERVICE_ERROR_NORMAL","features":[477]},{"name":"SERVICE_ERROR_SEVERE","features":[477]},{"name":"SERVICE_FAILURE_ACTIONSA","features":[477]},{"name":"SERVICE_FAILURE_ACTIONSW","features":[477]},{"name":"SERVICE_FAILURE_ACTIONS_FLAG","features":[305,477]},{"name":"SERVICE_FILE_SYSTEM_DRIVER","features":[477]},{"name":"SERVICE_INACTIVE","features":[477]},{"name":"SERVICE_INTERROGATE","features":[477]},{"name":"SERVICE_KERNEL_DRIVER","features":[477]},{"name":"SERVICE_LAUNCH_PROTECTED_ANTIMALWARE_LIGHT","features":[477]},{"name":"SERVICE_LAUNCH_PROTECTED_INFO","features":[477]},{"name":"SERVICE_LAUNCH_PROTECTED_NONE","features":[477]},{"name":"SERVICE_LAUNCH_PROTECTED_WINDOWS","features":[477]},{"name":"SERVICE_LAUNCH_PROTECTED_WINDOWS_LIGHT","features":[477]},{"name":"SERVICE_MAIN_FUNCTIONA","features":[477]},{"name":"SERVICE_MAIN_FUNCTIONW","features":[477]},{"name":"SERVICE_NOTIFY","features":[477]},{"name":"SERVICE_NOTIFY_1","features":[477]},{"name":"SERVICE_NOTIFY_2A","features":[477]},{"name":"SERVICE_NOTIFY_2W","features":[477]},{"name":"SERVICE_NOTIFY_CONTINUE_PENDING","features":[477]},{"name":"SERVICE_NOTIFY_CREATED","features":[477]},{"name":"SERVICE_NOTIFY_DELETED","features":[477]},{"name":"SERVICE_NOTIFY_DELETE_PENDING","features":[477]},{"name":"SERVICE_NOTIFY_PAUSED","features":[477]},{"name":"SERVICE_NOTIFY_PAUSE_PENDING","features":[477]},{"name":"SERVICE_NOTIFY_RUNNING","features":[477]},{"name":"SERVICE_NOTIFY_START_PENDING","features":[477]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE","features":[477]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE_1","features":[477]},{"name":"SERVICE_NOTIFY_STATUS_CHANGE_2","features":[477]},{"name":"SERVICE_NOTIFY_STOPPED","features":[477]},{"name":"SERVICE_NOTIFY_STOP_PENDING","features":[477]},{"name":"SERVICE_NO_CHANGE","features":[477]},{"name":"SERVICE_PAUSED","features":[477]},{"name":"SERVICE_PAUSE_CONTINUE","features":[477]},{"name":"SERVICE_PAUSE_PENDING","features":[477]},{"name":"SERVICE_PREFERRED_NODE_INFO","features":[305,477]},{"name":"SERVICE_PRESHUTDOWN_INFO","features":[477]},{"name":"SERVICE_QUERY_CONFIG","features":[477]},{"name":"SERVICE_QUERY_STATUS","features":[477]},{"name":"SERVICE_RECOGNIZER_DRIVER","features":[477]},{"name":"SERVICE_REGISTRY_STATE_TYPE","features":[477]},{"name":"SERVICE_REQUIRED_PRIVILEGES_INFOA","features":[477]},{"name":"SERVICE_REQUIRED_PRIVILEGES_INFOW","features":[477]},{"name":"SERVICE_RUNNING","features":[477]},{"name":"SERVICE_RUNS_IN_NON_SYSTEM_OR_NOT_RUNNING","features":[477]},{"name":"SERVICE_RUNS_IN_PROCESS","features":[477]},{"name":"SERVICE_RUNS_IN_SYSTEM_PROCESS","features":[477]},{"name":"SERVICE_SHARED_DIRECTORY_TYPE","features":[477]},{"name":"SERVICE_SHARED_REGISTRY_STATE_TYPE","features":[477]},{"name":"SERVICE_SID_INFO","features":[477]},{"name":"SERVICE_SID_TYPE_NONE","features":[477]},{"name":"SERVICE_SID_TYPE_UNRESTRICTED","features":[477]},{"name":"SERVICE_START","features":[477]},{"name":"SERVICE_START_PENDING","features":[477]},{"name":"SERVICE_START_REASON","features":[477]},{"name":"SERVICE_START_REASON_AUTO","features":[477]},{"name":"SERVICE_START_REASON_DELAYEDAUTO","features":[477]},{"name":"SERVICE_START_REASON_DEMAND","features":[477]},{"name":"SERVICE_START_REASON_RESTART_ON_FAILURE","features":[477]},{"name":"SERVICE_START_REASON_TRIGGER","features":[477]},{"name":"SERVICE_START_TYPE","features":[477]},{"name":"SERVICE_STATE_ALL","features":[477]},{"name":"SERVICE_STATUS","features":[477]},{"name":"SERVICE_STATUS_CURRENT_STATE","features":[477]},{"name":"SERVICE_STATUS_HANDLE","features":[477]},{"name":"SERVICE_STATUS_PROCESS","features":[477]},{"name":"SERVICE_STOP","features":[477]},{"name":"SERVICE_STOPPED","features":[477]},{"name":"SERVICE_STOP_PENDING","features":[477]},{"name":"SERVICE_STOP_REASON_FLAG_CUSTOM","features":[477]},{"name":"SERVICE_STOP_REASON_FLAG_MAX","features":[477]},{"name":"SERVICE_STOP_REASON_FLAG_MIN","features":[477]},{"name":"SERVICE_STOP_REASON_FLAG_PLANNED","features":[477]},{"name":"SERVICE_STOP_REASON_FLAG_UNPLANNED","features":[477]},{"name":"SERVICE_STOP_REASON_MAJOR_APPLICATION","features":[477]},{"name":"SERVICE_STOP_REASON_MAJOR_HARDWARE","features":[477]},{"name":"SERVICE_STOP_REASON_MAJOR_MAX","features":[477]},{"name":"SERVICE_STOP_REASON_MAJOR_MAX_CUSTOM","features":[477]},{"name":"SERVICE_STOP_REASON_MAJOR_MIN","features":[477]},{"name":"SERVICE_STOP_REASON_MAJOR_MIN_CUSTOM","features":[477]},{"name":"SERVICE_STOP_REASON_MAJOR_NONE","features":[477]},{"name":"SERVICE_STOP_REASON_MAJOR_OPERATINGSYSTEM","features":[477]},{"name":"SERVICE_STOP_REASON_MAJOR_OTHER","features":[477]},{"name":"SERVICE_STOP_REASON_MAJOR_SOFTWARE","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_DISK","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_ENVIRONMENT","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_HARDWARE_DRIVER","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_HUNG","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_INSTALLATION","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_MAINTENANCE","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_MAX","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_MAX_CUSTOM","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_MEMOTYLIMIT","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_MIN","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_MIN_CUSTOM","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_MMC","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_NETWORKCARD","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_NETWORK_CONNECTIVITY","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_NONE","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_OTHER","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_OTHERDRIVER","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_RECONFIG","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITY","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITYFIX","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_SECURITYFIX_UNINSTALL","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_SERVICEPACK","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_SERVICEPACK_UNINSTALL","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_SOFTWARE_UPDATE","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_SOFTWARE_UPDATE_UNINSTALL","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_UNSTABLE","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_UPGRADE","features":[477]},{"name":"SERVICE_STOP_REASON_MINOR_WMI","features":[477]},{"name":"SERVICE_SYSTEM_START","features":[477]},{"name":"SERVICE_TABLE_ENTRYA","features":[477]},{"name":"SERVICE_TABLE_ENTRYW","features":[477]},{"name":"SERVICE_TIMECHANGE_INFO","features":[477]},{"name":"SERVICE_TRIGGER","features":[477]},{"name":"SERVICE_TRIGGER_ACTION","features":[477]},{"name":"SERVICE_TRIGGER_ACTION_SERVICE_START","features":[477]},{"name":"SERVICE_TRIGGER_ACTION_SERVICE_STOP","features":[477]},{"name":"SERVICE_TRIGGER_CUSTOM_STATE_ID","features":[477]},{"name":"SERVICE_TRIGGER_DATA_TYPE_BINARY","features":[477]},{"name":"SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ALL","features":[477]},{"name":"SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ANY","features":[477]},{"name":"SERVICE_TRIGGER_DATA_TYPE_LEVEL","features":[477]},{"name":"SERVICE_TRIGGER_DATA_TYPE_STRING","features":[477]},{"name":"SERVICE_TRIGGER_INFO","features":[477]},{"name":"SERVICE_TRIGGER_SPECIFIC_DATA_ITEM","features":[477]},{"name":"SERVICE_TRIGGER_SPECIFIC_DATA_ITEM_DATA_TYPE","features":[477]},{"name":"SERVICE_TRIGGER_STARTED_ARGUMENT","features":[477]},{"name":"SERVICE_TRIGGER_TYPE","features":[477]},{"name":"SERVICE_TRIGGER_TYPE_AGGREGATE","features":[477]},{"name":"SERVICE_TRIGGER_TYPE_CUSTOM","features":[477]},{"name":"SERVICE_TRIGGER_TYPE_CUSTOM_SYSTEM_STATE_CHANGE","features":[477]},{"name":"SERVICE_TRIGGER_TYPE_DEVICE_INTERFACE_ARRIVAL","features":[477]},{"name":"SERVICE_TRIGGER_TYPE_DOMAIN_JOIN","features":[477]},{"name":"SERVICE_TRIGGER_TYPE_FIREWALL_PORT_EVENT","features":[477]},{"name":"SERVICE_TRIGGER_TYPE_GROUP_POLICY","features":[477]},{"name":"SERVICE_TRIGGER_TYPE_IP_ADDRESS_AVAILABILITY","features":[477]},{"name":"SERVICE_TRIGGER_TYPE_NETWORK_ENDPOINT","features":[477]},{"name":"SERVICE_USER_DEFINED_CONTROL","features":[477]},{"name":"SERVICE_USER_OWN_PROCESS","features":[477]},{"name":"SERVICE_USER_SHARE_PROCESS","features":[477]},{"name":"SERVICE_WIN32","features":[477]},{"name":"SERVICE_WIN32_OWN_PROCESS","features":[477]},{"name":"SERVICE_WIN32_SHARE_PROCESS","features":[477]},{"name":"ServiceDirectoryPersistentState","features":[477]},{"name":"ServiceDirectoryTypeMax","features":[477]},{"name":"ServiceRegistryStateParameters","features":[477]},{"name":"ServiceRegistryStatePersistent","features":[477]},{"name":"ServiceSharedDirectoryPersistentState","features":[477]},{"name":"ServiceSharedRegistryPersistentState","features":[477]},{"name":"SetServiceBits","features":[305,477]},{"name":"SetServiceObjectSecurity","features":[305,309,477]},{"name":"SetServiceStatus","features":[305,477]},{"name":"StartServiceA","features":[305,477]},{"name":"StartServiceCtrlDispatcherA","features":[305,477]},{"name":"StartServiceCtrlDispatcherW","features":[305,477]},{"name":"StartServiceW","features":[305,477]},{"name":"SubscribeServiceChangeNotifications","features":[477]},{"name":"USER_POLICY_PRESENT_GUID","features":[477]},{"name":"UnlockServiceDatabase","features":[305,477]},{"name":"UnsubscribeServiceChangeNotifications","features":[477]},{"name":"WaitServiceState","features":[305,477]}],"616":[{"name":"AllEnumeration","features":[594]},{"name":"IItemEnumerator","features":[594]},{"name":"ISettingsContext","features":[594]},{"name":"ISettingsEngine","features":[594]},{"name":"ISettingsIdentity","features":[594]},{"name":"ISettingsItem","features":[594]},{"name":"ISettingsNamespace","features":[594]},{"name":"ISettingsResult","features":[594]},{"name":"ITargetInfo","features":[594]},{"name":"LIMITED_VALIDATION_MODE","features":[594]},{"name":"LINK_STORE_TO_ENGINE_INSTANCE","features":[594]},{"name":"OfflineMode","features":[594]},{"name":"OnlineMode","features":[594]},{"name":"ReadOnlyAccess","features":[594]},{"name":"ReadWriteAccess","features":[594]},{"name":"SettingsEngine","features":[594]},{"name":"SharedEnumeration","features":[594]},{"name":"UnknownStatus","features":[594]},{"name":"UserEnumeration","features":[594]},{"name":"UserLoaded","features":[594]},{"name":"UserRegistered","features":[594]},{"name":"UserUnloaded","features":[594]},{"name":"UserUnregistered","features":[594]},{"name":"WCM_E_ABORTOPERATION","features":[594]},{"name":"WCM_E_ASSERTIONFAILED","features":[594]},{"name":"WCM_E_ATTRIBUTENOTALLOWED","features":[594]},{"name":"WCM_E_ATTRIBUTENOTFOUND","features":[594]},{"name":"WCM_E_CONFLICTINGASSERTION","features":[594]},{"name":"WCM_E_CYCLICREFERENCE","features":[594]},{"name":"WCM_E_DUPLICATENAME","features":[594]},{"name":"WCM_E_EXPRESSIONNOTFOUND","features":[594]},{"name":"WCM_E_HANDLERNOTFOUND","features":[594]},{"name":"WCM_E_INTERNALERROR","features":[594]},{"name":"WCM_E_INVALIDATTRIBUTECOMBINATION","features":[594]},{"name":"WCM_E_INVALIDDATATYPE","features":[594]},{"name":"WCM_E_INVALIDEXPRESSIONSYNTAX","features":[594]},{"name":"WCM_E_INVALIDHANDLERSYNTAX","features":[594]},{"name":"WCM_E_INVALIDKEY","features":[594]},{"name":"WCM_E_INVALIDLANGUAGEFORMAT","features":[594]},{"name":"WCM_E_INVALIDPATH","features":[594]},{"name":"WCM_E_INVALIDPROCESSORFORMAT","features":[594]},{"name":"WCM_E_INVALIDSTREAM","features":[594]},{"name":"WCM_E_INVALIDVALUE","features":[594]},{"name":"WCM_E_INVALIDVALUEFORMAT","features":[594]},{"name":"WCM_E_INVALIDVERSIONFORMAT","features":[594]},{"name":"WCM_E_KEYNOTCHANGEABLE","features":[594]},{"name":"WCM_E_MANIFESTCOMPILATIONFAILED","features":[594]},{"name":"WCM_E_MISSINGCONFIGURATION","features":[594]},{"name":"WCM_E_MIXTYPEASSERTION","features":[594]},{"name":"WCM_E_NAMESPACEALREADYREGISTERED","features":[594]},{"name":"WCM_E_NAMESPACENOTFOUND","features":[594]},{"name":"WCM_E_NOTIFICATIONNOTFOUND","features":[594]},{"name":"WCM_E_NOTPOSITIONED","features":[594]},{"name":"WCM_E_NOTSUPPORTEDFUNCTION","features":[594]},{"name":"WCM_E_READONLYITEM","features":[594]},{"name":"WCM_E_RESTRICTIONFAILED","features":[594]},{"name":"WCM_E_SOURCEMANEMPTYVALUE","features":[594]},{"name":"WCM_E_STATENODENOTALLOWED","features":[594]},{"name":"WCM_E_STATENODENOTFOUND","features":[594]},{"name":"WCM_E_STORECORRUPTED","features":[594]},{"name":"WCM_E_SUBSTITUTIONNOTFOUND","features":[594]},{"name":"WCM_E_TYPENOTSPECIFIED","features":[594]},{"name":"WCM_E_UNKNOWNRESULT","features":[594]},{"name":"WCM_E_USERALREADYREGISTERED","features":[594]},{"name":"WCM_E_USERNOTFOUND","features":[594]},{"name":"WCM_E_VALIDATIONFAILED","features":[594]},{"name":"WCM_E_VALUETOOBIG","features":[594]},{"name":"WCM_E_WRONGESCAPESTRING","features":[594]},{"name":"WCM_SETTINGS_ID_ARCHITECTURE","features":[594]},{"name":"WCM_SETTINGS_ID_FLAG_DEFINITION","features":[594]},{"name":"WCM_SETTINGS_ID_FLAG_REFERENCE","features":[594]},{"name":"WCM_SETTINGS_ID_LANGUAGE","features":[594]},{"name":"WCM_SETTINGS_ID_NAME","features":[594]},{"name":"WCM_SETTINGS_ID_TOKEN","features":[594]},{"name":"WCM_SETTINGS_ID_URI","features":[594]},{"name":"WCM_SETTINGS_ID_VERSION","features":[594]},{"name":"WCM_SETTINGS_ID_VERSION_SCOPE","features":[594]},{"name":"WCM_S_ATTRIBUTENOTALLOWED","features":[594]},{"name":"WCM_S_ATTRIBUTENOTFOUND","features":[594]},{"name":"WCM_S_INTERNALERROR","features":[594]},{"name":"WCM_S_INVALIDATTRIBUTECOMBINATION","features":[594]},{"name":"WCM_S_LEGACYSETTINGWARNING","features":[594]},{"name":"WCM_S_NAMESPACENOTFOUND","features":[594]},{"name":"WcmDataType","features":[594]},{"name":"WcmNamespaceAccess","features":[594]},{"name":"WcmNamespaceEnumerationFlags","features":[594]},{"name":"WcmRestrictionFacets","features":[594]},{"name":"WcmSettingType","features":[594]},{"name":"WcmTargetMode","features":[594]},{"name":"WcmUserStatus","features":[594]},{"name":"dataTypeBoolean","features":[594]},{"name":"dataTypeByte","features":[594]},{"name":"dataTypeFlagArray","features":[594]},{"name":"dataTypeInt16","features":[594]},{"name":"dataTypeInt32","features":[594]},{"name":"dataTypeInt64","features":[594]},{"name":"dataTypeSByte","features":[594]},{"name":"dataTypeString","features":[594]},{"name":"dataTypeUInt16","features":[594]},{"name":"dataTypeUInt32","features":[594]},{"name":"dataTypeUInt64","features":[594]},{"name":"restrictionFacetEnumeration","features":[594]},{"name":"restrictionFacetMaxInclusive","features":[594]},{"name":"restrictionFacetMaxLength","features":[594]},{"name":"restrictionFacetMinInclusive","features":[594]},{"name":"settingTypeComplex","features":[594]},{"name":"settingTypeList","features":[594]},{"name":"settingTypeScalar","features":[594]}],"617":[{"name":"OOBEComplete","features":[305,595]},{"name":"OOBE_COMPLETED_CALLBACK","features":[595]},{"name":"RegisterWaitUntilOOBECompleted","features":[305,595]},{"name":"UnregisterWaitUntilOOBECompleted","features":[305,595]}],"618":[{"name":"AbortSystemShutdownA","features":[305,596]},{"name":"AbortSystemShutdownW","features":[305,596]},{"name":"CheckForHiberboot","features":[305,596]},{"name":"EWX_ARSO","features":[596]},{"name":"EWX_BOOTOPTIONS","features":[596]},{"name":"EWX_CHECK_SAFE_FOR_SERVER","features":[596]},{"name":"EWX_FORCE","features":[596]},{"name":"EWX_FORCEIFHUNG","features":[596]},{"name":"EWX_HYBRID_SHUTDOWN","features":[596]},{"name":"EWX_LOGOFF","features":[596]},{"name":"EWX_POWEROFF","features":[596]},{"name":"EWX_QUICKRESOLVE","features":[596]},{"name":"EWX_REBOOT","features":[596]},{"name":"EWX_RESTARTAPPS","features":[596]},{"name":"EWX_SHUTDOWN","features":[596]},{"name":"EWX_SYSTEM_INITIATED","features":[596]},{"name":"EXIT_WINDOWS_FLAGS","features":[596]},{"name":"ExitWindowsEx","features":[305,596]},{"name":"InitiateShutdownA","features":[596]},{"name":"InitiateShutdownW","features":[596]},{"name":"InitiateSystemShutdownA","features":[305,596]},{"name":"InitiateSystemShutdownExA","features":[305,596]},{"name":"InitiateSystemShutdownExW","features":[305,596]},{"name":"InitiateSystemShutdownW","features":[305,596]},{"name":"LockWorkStation","features":[305,596]},{"name":"MAX_NUM_REASONS","features":[596]},{"name":"MAX_REASON_BUGID_LEN","features":[596]},{"name":"MAX_REASON_COMMENT_LEN","features":[596]},{"name":"MAX_REASON_DESC_LEN","features":[596]},{"name":"MAX_REASON_NAME_LEN","features":[596]},{"name":"POLICY_SHOWREASONUI_ALWAYS","features":[596]},{"name":"POLICY_SHOWREASONUI_NEVER","features":[596]},{"name":"POLICY_SHOWREASONUI_SERVERONLY","features":[596]},{"name":"POLICY_SHOWREASONUI_WORKSTATIONONLY","features":[596]},{"name":"SHTDN_REASON_FLAG_CLEAN_UI","features":[596]},{"name":"SHTDN_REASON_FLAG_COMMENT_REQUIRED","features":[596]},{"name":"SHTDN_REASON_FLAG_DIRTY_PROBLEM_ID_REQUIRED","features":[596]},{"name":"SHTDN_REASON_FLAG_DIRTY_UI","features":[596]},{"name":"SHTDN_REASON_FLAG_MOBILE_UI_RESERVED","features":[596]},{"name":"SHTDN_REASON_FLAG_PLANNED","features":[596]},{"name":"SHTDN_REASON_FLAG_USER_DEFINED","features":[596]},{"name":"SHTDN_REASON_LEGACY_API","features":[596]},{"name":"SHTDN_REASON_MAJOR_APPLICATION","features":[596]},{"name":"SHTDN_REASON_MAJOR_HARDWARE","features":[596]},{"name":"SHTDN_REASON_MAJOR_LEGACY_API","features":[596]},{"name":"SHTDN_REASON_MAJOR_NONE","features":[596]},{"name":"SHTDN_REASON_MAJOR_OPERATINGSYSTEM","features":[596]},{"name":"SHTDN_REASON_MAJOR_OTHER","features":[596]},{"name":"SHTDN_REASON_MAJOR_POWER","features":[596]},{"name":"SHTDN_REASON_MAJOR_SOFTWARE","features":[596]},{"name":"SHTDN_REASON_MAJOR_SYSTEM","features":[596]},{"name":"SHTDN_REASON_MINOR_BLUESCREEN","features":[596]},{"name":"SHTDN_REASON_MINOR_CORDUNPLUGGED","features":[596]},{"name":"SHTDN_REASON_MINOR_DC_DEMOTION","features":[596]},{"name":"SHTDN_REASON_MINOR_DC_PROMOTION","features":[596]},{"name":"SHTDN_REASON_MINOR_DISK","features":[596]},{"name":"SHTDN_REASON_MINOR_ENVIRONMENT","features":[596]},{"name":"SHTDN_REASON_MINOR_HARDWARE_DRIVER","features":[596]},{"name":"SHTDN_REASON_MINOR_HOTFIX","features":[596]},{"name":"SHTDN_REASON_MINOR_HOTFIX_UNINSTALL","features":[596]},{"name":"SHTDN_REASON_MINOR_HUNG","features":[596]},{"name":"SHTDN_REASON_MINOR_INSTALLATION","features":[596]},{"name":"SHTDN_REASON_MINOR_MAINTENANCE","features":[596]},{"name":"SHTDN_REASON_MINOR_MMC","features":[596]},{"name":"SHTDN_REASON_MINOR_NETWORKCARD","features":[596]},{"name":"SHTDN_REASON_MINOR_NETWORK_CONNECTIVITY","features":[596]},{"name":"SHTDN_REASON_MINOR_NONE","features":[596]},{"name":"SHTDN_REASON_MINOR_OTHER","features":[596]},{"name":"SHTDN_REASON_MINOR_OTHERDRIVER","features":[596]},{"name":"SHTDN_REASON_MINOR_POWER_SUPPLY","features":[596]},{"name":"SHTDN_REASON_MINOR_PROCESSOR","features":[596]},{"name":"SHTDN_REASON_MINOR_RECONFIG","features":[596]},{"name":"SHTDN_REASON_MINOR_SECURITY","features":[596]},{"name":"SHTDN_REASON_MINOR_SECURITYFIX","features":[596]},{"name":"SHTDN_REASON_MINOR_SECURITYFIX_UNINSTALL","features":[596]},{"name":"SHTDN_REASON_MINOR_SERVICEPACK","features":[596]},{"name":"SHTDN_REASON_MINOR_SERVICEPACK_UNINSTALL","features":[596]},{"name":"SHTDN_REASON_MINOR_SYSTEMRESTORE","features":[596]},{"name":"SHTDN_REASON_MINOR_TERMSRV","features":[596]},{"name":"SHTDN_REASON_MINOR_UNSTABLE","features":[596]},{"name":"SHTDN_REASON_MINOR_UPGRADE","features":[596]},{"name":"SHTDN_REASON_MINOR_WMI","features":[596]},{"name":"SHTDN_REASON_NONE","features":[596]},{"name":"SHTDN_REASON_UNKNOWN","features":[596]},{"name":"SHTDN_REASON_VALID_BIT_MASK","features":[596]},{"name":"SHUTDOWN_ARSO","features":[596]},{"name":"SHUTDOWN_CHECK_SAFE_FOR_SERVER","features":[596]},{"name":"SHUTDOWN_FLAGS","features":[596]},{"name":"SHUTDOWN_FORCE_OTHERS","features":[596]},{"name":"SHUTDOWN_FORCE_SELF","features":[596]},{"name":"SHUTDOWN_GRACE_OVERRIDE","features":[596]},{"name":"SHUTDOWN_HYBRID","features":[596]},{"name":"SHUTDOWN_INSTALL_UPDATES","features":[596]},{"name":"SHUTDOWN_MOBILE_UI","features":[596]},{"name":"SHUTDOWN_NOREBOOT","features":[596]},{"name":"SHUTDOWN_POWEROFF","features":[596]},{"name":"SHUTDOWN_REASON","features":[596]},{"name":"SHUTDOWN_RESTART","features":[596]},{"name":"SHUTDOWN_RESTARTAPPS","features":[596]},{"name":"SHUTDOWN_RESTART_BOOTOPTIONS","features":[596]},{"name":"SHUTDOWN_SKIP_SVC_PRESHUTDOWN","features":[596]},{"name":"SHUTDOWN_SOFT_REBOOT","features":[596]},{"name":"SHUTDOWN_SYSTEM_INITIATED","features":[596]},{"name":"SHUTDOWN_TYPE_LEN","features":[596]},{"name":"SHUTDOWN_VAIL_CONTAINER","features":[596]},{"name":"SNAPSHOT_POLICY_ALWAYS","features":[596]},{"name":"SNAPSHOT_POLICY_NEVER","features":[596]},{"name":"SNAPSHOT_POLICY_UNPLANNED","features":[596]},{"name":"ShutdownBlockReasonCreate","features":[305,596]},{"name":"ShutdownBlockReasonDestroy","features":[305,596]},{"name":"ShutdownBlockReasonQuery","features":[305,596]}],"619":[{"name":"APPLICATION_EVENT_DATA","features":[597]},{"name":"CONTENT_ID_GLANCE","features":[597]},{"name":"CONTENT_ID_HOME","features":[597]},{"name":"CONTENT_MISSING_EVENT_DATA","features":[597]},{"name":"DEVICE_USER_CHANGE_EVENT_DATA","features":[597]},{"name":"EVENT_DATA_HEADER","features":[597]},{"name":"GUID_DEVINTERFACE_SIDESHOW","features":[597]},{"name":"ISideShowBulkCapabilities","features":[597]},{"name":"ISideShowCapabilities","features":[597]},{"name":"ISideShowCapabilitiesCollection","features":[597]},{"name":"ISideShowContent","features":[597]},{"name":"ISideShowContentManager","features":[597]},{"name":"ISideShowEvents","features":[597]},{"name":"ISideShowKeyCollection","features":[597]},{"name":"ISideShowNotification","features":[597]},{"name":"ISideShowNotificationManager","features":[597]},{"name":"ISideShowPropVariantCollection","features":[597]},{"name":"ISideShowSession","features":[597]},{"name":"NEW_EVENT_DATA_AVAILABLE","features":[597]},{"name":"SCF_BUTTON_BACK","features":[597]},{"name":"SCF_BUTTON_DOWN","features":[597]},{"name":"SCF_BUTTON_FASTFORWARD","features":[597]},{"name":"SCF_BUTTON_IDS","features":[597]},{"name":"SCF_BUTTON_LEFT","features":[597]},{"name":"SCF_BUTTON_MENU","features":[597]},{"name":"SCF_BUTTON_PAUSE","features":[597]},{"name":"SCF_BUTTON_PLAY","features":[597]},{"name":"SCF_BUTTON_REWIND","features":[597]},{"name":"SCF_BUTTON_RIGHT","features":[597]},{"name":"SCF_BUTTON_SELECT","features":[597]},{"name":"SCF_BUTTON_STOP","features":[597]},{"name":"SCF_BUTTON_UP","features":[597]},{"name":"SCF_CONTEXTMENU_EVENT","features":[597]},{"name":"SCF_EVENT_CONTEXTMENU","features":[597]},{"name":"SCF_EVENT_HEADER","features":[597]},{"name":"SCF_EVENT_IDS","features":[597]},{"name":"SCF_EVENT_MENUACTION","features":[597]},{"name":"SCF_EVENT_NAVIGATION","features":[597]},{"name":"SCF_MENUACTION_EVENT","features":[597]},{"name":"SCF_NAVIGATION_EVENT","features":[597]},{"name":"SIDESHOW_APPLICATION_EVENT","features":[597]},{"name":"SIDESHOW_CAPABILITY_CLIENT_AREA_HEIGHT","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_CLIENT_AREA_WIDTH","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_COLOR_DEPTH","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_COLOR_TYPE","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_CURRENT_LANGUAGE","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_DATA_CACHE","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_DEVICE_ID","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_DEVICE_PROPERTIES","features":[597]},{"name":"SIDESHOW_CAPABILITY_SCREEN_HEIGHT","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_SCREEN_TYPE","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_SCREEN_WIDTH","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_SUPPORTED_IMAGE_FORMATS","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_SUPPORTED_LANGUAGES","features":[305,597]},{"name":"SIDESHOW_CAPABILITY_SUPPORTED_THEMES","features":[305,597]},{"name":"SIDESHOW_COLOR_TYPE","features":[597]},{"name":"SIDESHOW_COLOR_TYPE_BLACK_AND_WHITE","features":[597]},{"name":"SIDESHOW_COLOR_TYPE_COLOR","features":[597]},{"name":"SIDESHOW_COLOR_TYPE_GREYSCALE","features":[597]},{"name":"SIDESHOW_CONTENT_MISSING_EVENT","features":[597]},{"name":"SIDESHOW_ENDPOINT_ICAL","features":[597]},{"name":"SIDESHOW_ENDPOINT_SIMPLE_CONTENT_FORMAT","features":[597]},{"name":"SIDESHOW_EVENTID_APPLICATION_ENTER","features":[597]},{"name":"SIDESHOW_EVENTID_APPLICATION_EXIT","features":[597]},{"name":"SIDESHOW_NEW_EVENT_DATA_AVAILABLE","features":[597]},{"name":"SIDESHOW_SCREEN_TYPE","features":[597]},{"name":"SIDESHOW_SCREEN_TYPE_BITMAP","features":[597]},{"name":"SIDESHOW_SCREEN_TYPE_TEXT","features":[597]},{"name":"SIDESHOW_USER_CHANGE_REQUEST_EVENT","features":[597]},{"name":"SideShowKeyCollection","features":[597]},{"name":"SideShowNotification","features":[597]},{"name":"SideShowPropVariantCollection","features":[597]},{"name":"SideShowSession","features":[597]},{"name":"VERSION_1_WINDOWS_7","features":[597]}],"620":[{"name":"BROADCAST_SYSTEM_MESSAGE_FLAGS","features":[507]},{"name":"BROADCAST_SYSTEM_MESSAGE_INFO","features":[507]},{"name":"BSF_ALLOWSFW","features":[507]},{"name":"BSF_FLUSHDISK","features":[507]},{"name":"BSF_FORCEIFHUNG","features":[507]},{"name":"BSF_IGNORECURRENTTASK","features":[507]},{"name":"BSF_LUID","features":[507]},{"name":"BSF_NOHANG","features":[507]},{"name":"BSF_NOTIMEOUTIFNOTHUNG","features":[507]},{"name":"BSF_POSTMESSAGE","features":[507]},{"name":"BSF_QUERY","features":[507]},{"name":"BSF_RETURNHDESK","features":[507]},{"name":"BSF_SENDNOTIFYMESSAGE","features":[507]},{"name":"BSMINFO","features":[305,507]},{"name":"BSM_ALLCOMPONENTS","features":[507]},{"name":"BSM_ALLDESKTOPS","features":[507]},{"name":"BSM_APPLICATIONS","features":[507]},{"name":"BroadcastSystemMessageA","features":[305,507]},{"name":"BroadcastSystemMessageExA","features":[305,507]},{"name":"BroadcastSystemMessageExW","features":[305,507]},{"name":"BroadcastSystemMessageW","features":[305,507]},{"name":"CloseDesktop","features":[305,507]},{"name":"CloseWindowStation","features":[305,507]},{"name":"CreateDesktopA","features":[305,317,309,507]},{"name":"CreateDesktopExA","features":[305,317,309,507]},{"name":"CreateDesktopExW","features":[305,317,309,507]},{"name":"CreateDesktopW","features":[305,317,309,507]},{"name":"CreateWindowStationA","features":[305,309,507]},{"name":"CreateWindowStationW","features":[305,309,507]},{"name":"DESKTOPENUMPROCA","features":[305,507]},{"name":"DESKTOPENUMPROCW","features":[305,507]},{"name":"DESKTOP_ACCESS_FLAGS","features":[507]},{"name":"DESKTOP_CONTROL_FLAGS","features":[507]},{"name":"DESKTOP_CREATEMENU","features":[507]},{"name":"DESKTOP_CREATEWINDOW","features":[507]},{"name":"DESKTOP_DELETE","features":[507]},{"name":"DESKTOP_ENUMERATE","features":[507]},{"name":"DESKTOP_HOOKCONTROL","features":[507]},{"name":"DESKTOP_JOURNALPLAYBACK","features":[507]},{"name":"DESKTOP_JOURNALRECORD","features":[507]},{"name":"DESKTOP_READOBJECTS","features":[507]},{"name":"DESKTOP_READ_CONTROL","features":[507]},{"name":"DESKTOP_SWITCHDESKTOP","features":[507]},{"name":"DESKTOP_SYNCHRONIZE","features":[507]},{"name":"DESKTOP_WRITEOBJECTS","features":[507]},{"name":"DESKTOP_WRITE_DAC","features":[507]},{"name":"DESKTOP_WRITE_OWNER","features":[507]},{"name":"DF_ALLOWOTHERACCOUNTHOOK","features":[507]},{"name":"EnumDesktopWindows","features":[305,507,374]},{"name":"EnumDesktopsA","features":[305,507]},{"name":"EnumDesktopsW","features":[305,507]},{"name":"EnumWindowStationsA","features":[305,507]},{"name":"EnumWindowStationsW","features":[305,507]},{"name":"GetProcessWindowStation","features":[507]},{"name":"GetThreadDesktop","features":[507]},{"name":"GetUserObjectInformationA","features":[305,507]},{"name":"GetUserObjectInformationW","features":[305,507]},{"name":"HDESK","features":[507]},{"name":"HWINSTA","features":[507]},{"name":"OpenDesktopA","features":[305,507]},{"name":"OpenDesktopW","features":[305,507]},{"name":"OpenInputDesktop","features":[305,507]},{"name":"OpenWindowStationA","features":[305,507]},{"name":"OpenWindowStationW","features":[305,507]},{"name":"SetProcessWindowStation","features":[305,507]},{"name":"SetThreadDesktop","features":[305,507]},{"name":"SetUserObjectInformationA","features":[305,507]},{"name":"SetUserObjectInformationW","features":[305,507]},{"name":"SwitchDesktop","features":[305,507]},{"name":"UOI_FLAGS","features":[507]},{"name":"UOI_HEAPSIZE","features":[507]},{"name":"UOI_IO","features":[507]},{"name":"UOI_NAME","features":[507]},{"name":"UOI_TYPE","features":[507]},{"name":"UOI_USER_SID","features":[507]},{"name":"USEROBJECTFLAGS","features":[305,507]},{"name":"USER_OBJECT_INFORMATION_INDEX","features":[507]},{"name":"WINSTAENUMPROCA","features":[305,507]},{"name":"WINSTAENUMPROCW","features":[305,507]}],"621":[{"name":"WSL_DISTRIBUTION_FLAGS","features":[598]},{"name":"WSL_DISTRIBUTION_FLAGS_APPEND_NT_PATH","features":[598]},{"name":"WSL_DISTRIBUTION_FLAGS_ENABLE_DRIVE_MOUNTING","features":[598]},{"name":"WSL_DISTRIBUTION_FLAGS_ENABLE_INTEROP","features":[598]},{"name":"WSL_DISTRIBUTION_FLAGS_NONE","features":[598]},{"name":"WslConfigureDistribution","features":[598]},{"name":"WslGetDistributionConfiguration","features":[598]},{"name":"WslIsDistributionRegistered","features":[305,598]},{"name":"WslLaunch","features":[305,598]},{"name":"WslLaunchInteractive","features":[305,598]},{"name":"WslRegisterDistribution","features":[598]},{"name":"WslUnregisterDistribution","features":[598]}],"622":[{"name":"ACPI","features":[337]},{"name":"CACHE_DESCRIPTOR","features":[337]},{"name":"CACHE_RELATIONSHIP","features":[337]},{"name":"COMPUTER_NAME_FORMAT","features":[337]},{"name":"CPU_SET_INFORMATION_TYPE","features":[337]},{"name":"CacheData","features":[337]},{"name":"CacheInstruction","features":[337]},{"name":"CacheTrace","features":[337]},{"name":"CacheUnified","features":[337]},{"name":"ComputerNameDnsDomain","features":[337]},{"name":"ComputerNameDnsFullyQualified","features":[337]},{"name":"ComputerNameDnsHostname","features":[337]},{"name":"ComputerNameMax","features":[337]},{"name":"ComputerNameNetBIOS","features":[337]},{"name":"ComputerNamePhysicalDnsDomain","features":[337]},{"name":"ComputerNamePhysicalDnsFullyQualified","features":[337]},{"name":"ComputerNamePhysicalDnsHostname","features":[337]},{"name":"ComputerNamePhysicalNetBIOS","features":[337]},{"name":"CpuSetInformation","features":[337]},{"name":"DEPPolicyAlwaysOff","features":[337]},{"name":"DEPPolicyAlwaysOn","features":[337]},{"name":"DEPPolicyOptIn","features":[337]},{"name":"DEPPolicyOptOut","features":[337]},{"name":"DEPTotalPolicyCount","features":[337]},{"name":"DEP_SYSTEM_POLICY_TYPE","features":[337]},{"name":"DEVELOPER_DRIVE_ENABLEMENT_STATE","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_ALLINONE","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_BANKING","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_BUILDING_AUTOMATION","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_CONVERTIBLE","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_DESKTOP","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_DETACHABLE","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_DIGITAL_SIGNAGE","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_GAMING","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_HMD","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_HOME_AUTOMATION","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRIAL_AUTOMATION","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_HANDHELD","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_OTHER","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_INDUSTRY_TABLET","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_KIOSK","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_LARGESCREEN","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_MAKER_BOARD","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_MAX","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_MEDICAL","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_NETWORKING","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_NOTEBOOK","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_PHONE","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_POINT_OF_SERVICE","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_PRINTING","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_PUCK","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_STICKPC","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_TABLET","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_THIN_CLIENT","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_TOY","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_UNKNOWN","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_VENDING","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_S","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_X","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_ONE_X_DEVKIT","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_01","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_02","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_03","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_04","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_05","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_06","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_07","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_08","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_RESERVED_09","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_S","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_X","features":[337]},{"name":"DEVICEFAMILYDEVICEFORM_XBOX_SERIES_X_DEVKIT","features":[337]},{"name":"DEVICEFAMILYINFOENUM","features":[337]},{"name":"DEVICEFAMILYINFOENUM_7067329","features":[337]},{"name":"DEVICEFAMILYINFOENUM_8828080","features":[337]},{"name":"DEVICEFAMILYINFOENUM_DESKTOP","features":[337]},{"name":"DEVICEFAMILYINFOENUM_HOLOGRAPHIC","features":[337]},{"name":"DEVICEFAMILYINFOENUM_IOT","features":[337]},{"name":"DEVICEFAMILYINFOENUM_IOT_HEADLESS","features":[337]},{"name":"DEVICEFAMILYINFOENUM_MAX","features":[337]},{"name":"DEVICEFAMILYINFOENUM_MOBILE","features":[337]},{"name":"DEVICEFAMILYINFOENUM_SERVER","features":[337]},{"name":"DEVICEFAMILYINFOENUM_SERVER_NANO","features":[337]},{"name":"DEVICEFAMILYINFOENUM_TEAM","features":[337]},{"name":"DEVICEFAMILYINFOENUM_UAP","features":[337]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_8X","features":[337]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_CORE","features":[337]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_CORE_HEADLESS","features":[337]},{"name":"DEVICEFAMILYINFOENUM_WINDOWS_PHONE_8X","features":[337]},{"name":"DEVICEFAMILYINFOENUM_XBOX","features":[337]},{"name":"DEVICEFAMILYINFOENUM_XBOXERA","features":[337]},{"name":"DEVICEFAMILYINFOENUM_XBOXSRA","features":[337]},{"name":"DeveloperDriveDisabledByGroupPolicy","features":[337]},{"name":"DeveloperDriveDisabledBySystemPolicy","features":[337]},{"name":"DeveloperDriveEnabled","features":[337]},{"name":"DeveloperDriveEnablementStateError","features":[337]},{"name":"DnsHostnameToComputerNameExW","features":[305,337]},{"name":"EnumSystemFirmwareTables","features":[337]},{"name":"FIRM","features":[337]},{"name":"FIRMWARE_TABLE_PROVIDER","features":[337]},{"name":"FIRMWARE_TYPE","features":[337]},{"name":"FirmwareTypeBios","features":[337]},{"name":"FirmwareTypeMax","features":[337]},{"name":"FirmwareTypeUefi","features":[337]},{"name":"FirmwareTypeUnknown","features":[337]},{"name":"GROUP_AFFINITY","features":[337]},{"name":"GROUP_RELATIONSHIP","features":[337]},{"name":"GetComputerNameExA","features":[305,337]},{"name":"GetComputerNameExW","features":[305,337]},{"name":"GetDeveloperDriveEnablementState","features":[337]},{"name":"GetFirmwareType","features":[305,337]},{"name":"GetIntegratedDisplaySize","features":[337]},{"name":"GetLocalTime","features":[305,337]},{"name":"GetLogicalProcessorInformation","features":[305,337]},{"name":"GetLogicalProcessorInformationEx","features":[305,337]},{"name":"GetNativeSystemInfo","features":[337]},{"name":"GetOsManufacturingMode","features":[305,337]},{"name":"GetOsSafeBootMode","features":[305,337]},{"name":"GetPhysicallyInstalledSystemMemory","features":[305,337]},{"name":"GetProcessorSystemCycleTime","features":[305,337]},{"name":"GetProductInfo","features":[305,337]},{"name":"GetSystemCpuSetInformation","features":[305,337]},{"name":"GetSystemDEPPolicy","features":[337]},{"name":"GetSystemDirectoryA","features":[337]},{"name":"GetSystemDirectoryW","features":[337]},{"name":"GetSystemFirmwareTable","features":[337]},{"name":"GetSystemInfo","features":[337]},{"name":"GetSystemLeapSecondInformation","features":[305,337]},{"name":"GetSystemTime","features":[305,337]},{"name":"GetSystemTimeAdjustment","features":[305,337]},{"name":"GetSystemTimeAdjustmentPrecise","features":[305,337]},{"name":"GetSystemTimeAsFileTime","features":[305,337]},{"name":"GetSystemTimePreciseAsFileTime","features":[305,337]},{"name":"GetSystemWindowsDirectoryA","features":[337]},{"name":"GetSystemWindowsDirectoryW","features":[337]},{"name":"GetSystemWow64Directory2A","features":[337]},{"name":"GetSystemWow64Directory2W","features":[337]},{"name":"GetSystemWow64DirectoryA","features":[337]},{"name":"GetSystemWow64DirectoryW","features":[337]},{"name":"GetTickCount","features":[337]},{"name":"GetTickCount64","features":[337]},{"name":"GetVersion","features":[337]},{"name":"GetVersionExA","features":[305,337]},{"name":"GetVersionExW","features":[305,337]},{"name":"GetWindowsDirectoryA","features":[337]},{"name":"GetWindowsDirectoryW","features":[337]},{"name":"GlobalDataIdConsoleSharedDataFlags","features":[337]},{"name":"GlobalDataIdCyclesPerYield","features":[337]},{"name":"GlobalDataIdImageNumberHigh","features":[337]},{"name":"GlobalDataIdImageNumberLow","features":[337]},{"name":"GlobalDataIdInterruptTime","features":[337]},{"name":"GlobalDataIdKdDebuggerEnabled","features":[337]},{"name":"GlobalDataIdLastSystemRITEventTickCount","features":[337]},{"name":"GlobalDataIdNtMajorVersion","features":[337]},{"name":"GlobalDataIdNtMinorVersion","features":[337]},{"name":"GlobalDataIdNtSystemRootDrive","features":[337]},{"name":"GlobalDataIdQpcBias","features":[337]},{"name":"GlobalDataIdQpcBypassEnabled","features":[337]},{"name":"GlobalDataIdQpcData","features":[337]},{"name":"GlobalDataIdQpcShift","features":[337]},{"name":"GlobalDataIdRngSeedVersion","features":[337]},{"name":"GlobalDataIdSafeBootMode","features":[337]},{"name":"GlobalDataIdSystemExpirationDate","features":[337]},{"name":"GlobalDataIdTimeZoneBias","features":[337]},{"name":"GlobalDataIdTimeZoneId","features":[337]},{"name":"GlobalDataIdUnknown","features":[337]},{"name":"GlobalMemoryStatus","features":[337]},{"name":"GlobalMemoryStatusEx","features":[305,337]},{"name":"IMAGE_FILE_MACHINE","features":[337]},{"name":"IMAGE_FILE_MACHINE_ALPHA","features":[337]},{"name":"IMAGE_FILE_MACHINE_ALPHA64","features":[337]},{"name":"IMAGE_FILE_MACHINE_AM33","features":[337]},{"name":"IMAGE_FILE_MACHINE_AMD64","features":[337]},{"name":"IMAGE_FILE_MACHINE_ARM","features":[337]},{"name":"IMAGE_FILE_MACHINE_ARM64","features":[337]},{"name":"IMAGE_FILE_MACHINE_ARMNT","features":[337]},{"name":"IMAGE_FILE_MACHINE_AXP64","features":[337]},{"name":"IMAGE_FILE_MACHINE_CEE","features":[337]},{"name":"IMAGE_FILE_MACHINE_CEF","features":[337]},{"name":"IMAGE_FILE_MACHINE_EBC","features":[337]},{"name":"IMAGE_FILE_MACHINE_I386","features":[337]},{"name":"IMAGE_FILE_MACHINE_IA64","features":[337]},{"name":"IMAGE_FILE_MACHINE_M32R","features":[337]},{"name":"IMAGE_FILE_MACHINE_MIPS16","features":[337]},{"name":"IMAGE_FILE_MACHINE_MIPSFPU","features":[337]},{"name":"IMAGE_FILE_MACHINE_MIPSFPU16","features":[337]},{"name":"IMAGE_FILE_MACHINE_POWERPC","features":[337]},{"name":"IMAGE_FILE_MACHINE_POWERPCFP","features":[337]},{"name":"IMAGE_FILE_MACHINE_R10000","features":[337]},{"name":"IMAGE_FILE_MACHINE_R3000","features":[337]},{"name":"IMAGE_FILE_MACHINE_R4000","features":[337]},{"name":"IMAGE_FILE_MACHINE_SH3","features":[337]},{"name":"IMAGE_FILE_MACHINE_SH3DSP","features":[337]},{"name":"IMAGE_FILE_MACHINE_SH3E","features":[337]},{"name":"IMAGE_FILE_MACHINE_SH4","features":[337]},{"name":"IMAGE_FILE_MACHINE_SH5","features":[337]},{"name":"IMAGE_FILE_MACHINE_TARGET_HOST","features":[337]},{"name":"IMAGE_FILE_MACHINE_THUMB","features":[337]},{"name":"IMAGE_FILE_MACHINE_TRICORE","features":[337]},{"name":"IMAGE_FILE_MACHINE_UNKNOWN","features":[337]},{"name":"IMAGE_FILE_MACHINE_WCEMIPSV2","features":[337]},{"name":"IsUserCetAvailableInEnvironment","features":[305,337]},{"name":"IsWow64GuestMachineSupported","features":[305,337]},{"name":"LOGICAL_PROCESSOR_RELATIONSHIP","features":[337]},{"name":"MEMORYSTATUS","features":[337]},{"name":"MEMORYSTATUSEX","features":[337]},{"name":"NTDDI_LONGHORN","features":[337]},{"name":"NTDDI_VERSION","features":[337]},{"name":"NTDDI_VISTA","features":[337]},{"name":"NTDDI_VISTASP1","features":[337]},{"name":"NTDDI_VISTASP2","features":[337]},{"name":"NTDDI_VISTASP3","features":[337]},{"name":"NTDDI_VISTASP4","features":[337]},{"name":"NTDDI_WIN10","features":[337]},{"name":"NTDDI_WIN10_19H1","features":[337]},{"name":"NTDDI_WIN10_CO","features":[337]},{"name":"NTDDI_WIN10_FE","features":[337]},{"name":"NTDDI_WIN10_MN","features":[337]},{"name":"NTDDI_WIN10_NI","features":[337]},{"name":"NTDDI_WIN10_RS1","features":[337]},{"name":"NTDDI_WIN10_RS2","features":[337]},{"name":"NTDDI_WIN10_RS3","features":[337]},{"name":"NTDDI_WIN10_RS4","features":[337]},{"name":"NTDDI_WIN10_RS5","features":[337]},{"name":"NTDDI_WIN10_TH2","features":[337]},{"name":"NTDDI_WIN10_VB","features":[337]},{"name":"NTDDI_WIN2K","features":[337]},{"name":"NTDDI_WIN2KSP1","features":[337]},{"name":"NTDDI_WIN2KSP2","features":[337]},{"name":"NTDDI_WIN2KSP3","features":[337]},{"name":"NTDDI_WIN2KSP4","features":[337]},{"name":"NTDDI_WIN4","features":[337]},{"name":"NTDDI_WIN6","features":[337]},{"name":"NTDDI_WIN6SP1","features":[337]},{"name":"NTDDI_WIN6SP2","features":[337]},{"name":"NTDDI_WIN6SP3","features":[337]},{"name":"NTDDI_WIN6SP4","features":[337]},{"name":"NTDDI_WIN7","features":[337]},{"name":"NTDDI_WIN8","features":[337]},{"name":"NTDDI_WINBLUE","features":[337]},{"name":"NTDDI_WINTHRESHOLD","features":[337]},{"name":"NTDDI_WINXP","features":[337]},{"name":"NTDDI_WINXPSP1","features":[337]},{"name":"NTDDI_WINXPSP2","features":[337]},{"name":"NTDDI_WINXPSP3","features":[337]},{"name":"NTDDI_WINXPSP4","features":[337]},{"name":"NTDDI_WS03","features":[337]},{"name":"NTDDI_WS03SP1","features":[337]},{"name":"NTDDI_WS03SP2","features":[337]},{"name":"NTDDI_WS03SP3","features":[337]},{"name":"NTDDI_WS03SP4","features":[337]},{"name":"NTDDI_WS08","features":[337]},{"name":"NTDDI_WS08SP2","features":[337]},{"name":"NTDDI_WS08SP3","features":[337]},{"name":"NTDDI_WS08SP4","features":[337]},{"name":"NUMA_NODE_RELATIONSHIP","features":[337]},{"name":"OSVERSIONINFOA","features":[337]},{"name":"OSVERSIONINFOEXA","features":[337]},{"name":"OSVERSIONINFOEXW","features":[337]},{"name":"OSVERSIONINFOW","features":[337]},{"name":"OSVERSION_MASK","features":[337]},{"name":"OS_DEPLOYEMENT_STATE_VALUES","features":[337]},{"name":"OS_DEPLOYMENT_COMPACT","features":[337]},{"name":"OS_DEPLOYMENT_STANDARD","features":[337]},{"name":"OS_PRODUCT_TYPE","features":[337]},{"name":"PGET_SYSTEM_WOW64_DIRECTORY_A","features":[337]},{"name":"PGET_SYSTEM_WOW64_DIRECTORY_W","features":[337]},{"name":"PROCESSOR_ARCHITECTURE","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_ALPHA","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_ALPHA64","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_AMD64","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_ARM","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_ARM32_ON_WIN64","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_ARM64","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_IA32_ON_ARM64","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_IA32_ON_WIN64","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_IA64","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_INTEL","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_MIPS","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_MSIL","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_NEUTRAL","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_PPC","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_SHX","features":[337]},{"name":"PROCESSOR_ARCHITECTURE_UNKNOWN","features":[337]},{"name":"PROCESSOR_CACHE_TYPE","features":[337]},{"name":"PROCESSOR_GROUP_INFO","features":[337]},{"name":"PROCESSOR_RELATIONSHIP","features":[337]},{"name":"PRODUCT_BUSINESS","features":[337]},{"name":"PRODUCT_BUSINESS_N","features":[337]},{"name":"PRODUCT_CLUSTER_SERVER","features":[337]},{"name":"PRODUCT_CLUSTER_SERVER_V","features":[337]},{"name":"PRODUCT_CORE","features":[337]},{"name":"PRODUCT_CORE_COUNTRYSPECIFIC","features":[337]},{"name":"PRODUCT_CORE_N","features":[337]},{"name":"PRODUCT_CORE_SINGLELANGUAGE","features":[337]},{"name":"PRODUCT_DATACENTER_A_SERVER_CORE","features":[337]},{"name":"PRODUCT_DATACENTER_EVALUATION_SERVER","features":[337]},{"name":"PRODUCT_DATACENTER_SERVER","features":[337]},{"name":"PRODUCT_DATACENTER_SERVER_CORE","features":[337]},{"name":"PRODUCT_DATACENTER_SERVER_CORE_V","features":[337]},{"name":"PRODUCT_DATACENTER_SERVER_V","features":[337]},{"name":"PRODUCT_EDUCATION","features":[337]},{"name":"PRODUCT_EDUCATION_N","features":[337]},{"name":"PRODUCT_ENTERPRISE","features":[337]},{"name":"PRODUCT_ENTERPRISE_E","features":[337]},{"name":"PRODUCT_ENTERPRISE_EVALUATION","features":[337]},{"name":"PRODUCT_ENTERPRISE_N","features":[337]},{"name":"PRODUCT_ENTERPRISE_N_EVALUATION","features":[337]},{"name":"PRODUCT_ENTERPRISE_S","features":[337]},{"name":"PRODUCT_ENTERPRISE_SERVER","features":[337]},{"name":"PRODUCT_ENTERPRISE_SERVER_CORE","features":[337]},{"name":"PRODUCT_ENTERPRISE_SERVER_CORE_V","features":[337]},{"name":"PRODUCT_ENTERPRISE_SERVER_IA64","features":[337]},{"name":"PRODUCT_ENTERPRISE_SERVER_V","features":[337]},{"name":"PRODUCT_ENTERPRISE_S_EVALUATION","features":[337]},{"name":"PRODUCT_ENTERPRISE_S_N","features":[337]},{"name":"PRODUCT_ENTERPRISE_S_N_EVALUATION","features":[337]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_ADDL","features":[337]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_ADDLSVC","features":[337]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_MGMT","features":[337]},{"name":"PRODUCT_ESSENTIALBUSINESS_SERVER_MGMTSVC","features":[337]},{"name":"PRODUCT_HOME_BASIC","features":[337]},{"name":"PRODUCT_HOME_BASIC_E","features":[337]},{"name":"PRODUCT_HOME_BASIC_N","features":[337]},{"name":"PRODUCT_HOME_PREMIUM","features":[337]},{"name":"PRODUCT_HOME_PREMIUM_E","features":[337]},{"name":"PRODUCT_HOME_PREMIUM_N","features":[337]},{"name":"PRODUCT_HOME_PREMIUM_SERVER","features":[337]},{"name":"PRODUCT_HOME_SERVER","features":[337]},{"name":"PRODUCT_HYPERV","features":[337]},{"name":"PRODUCT_IOTUAP","features":[337]},{"name":"PRODUCT_IOTUAPCOMMERCIAL","features":[337]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_MANAGEMENT","features":[337]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_MESSAGING","features":[337]},{"name":"PRODUCT_MEDIUMBUSINESS_SERVER_SECURITY","features":[337]},{"name":"PRODUCT_MOBILE_CORE","features":[337]},{"name":"PRODUCT_MOBILE_ENTERPRISE","features":[337]},{"name":"PRODUCT_MULTIPOINT_PREMIUM_SERVER","features":[337]},{"name":"PRODUCT_MULTIPOINT_STANDARD_SERVER","features":[337]},{"name":"PRODUCT_PROFESSIONAL","features":[337]},{"name":"PRODUCT_PROFESSIONAL_E","features":[337]},{"name":"PRODUCT_PROFESSIONAL_N","features":[337]},{"name":"PRODUCT_PROFESSIONAL_WMC","features":[337]},{"name":"PRODUCT_PRO_WORKSTATION","features":[337]},{"name":"PRODUCT_PRO_WORKSTATION_N","features":[337]},{"name":"PRODUCT_SB_SOLUTION_SERVER","features":[337]},{"name":"PRODUCT_SB_SOLUTION_SERVER_EM","features":[337]},{"name":"PRODUCT_SERVER_FOR_SB_SOLUTIONS","features":[337]},{"name":"PRODUCT_SERVER_FOR_SB_SOLUTIONS_EM","features":[337]},{"name":"PRODUCT_SERVER_FOR_SMALLBUSINESS","features":[337]},{"name":"PRODUCT_SERVER_FOR_SMALLBUSINESS_V","features":[337]},{"name":"PRODUCT_SERVER_FOUNDATION","features":[337]},{"name":"PRODUCT_SMALLBUSINESS_SERVER","features":[337]},{"name":"PRODUCT_SMALLBUSINESS_SERVER_PREMIUM","features":[337]},{"name":"PRODUCT_SMALLBUSINESS_SERVER_PREMIUM_CORE","features":[337]},{"name":"PRODUCT_SOLUTION_EMBEDDEDSERVER","features":[337]},{"name":"PRODUCT_STANDARD_A_SERVER_CORE","features":[337]},{"name":"PRODUCT_STANDARD_EVALUATION_SERVER","features":[337]},{"name":"PRODUCT_STANDARD_SERVER","features":[337]},{"name":"PRODUCT_STANDARD_SERVER_CORE_","features":[337]},{"name":"PRODUCT_STANDARD_SERVER_CORE_V","features":[337]},{"name":"PRODUCT_STANDARD_SERVER_SOLUTIONS","features":[337]},{"name":"PRODUCT_STANDARD_SERVER_SOLUTIONS_CORE","features":[337]},{"name":"PRODUCT_STANDARD_SERVER_V","features":[337]},{"name":"PRODUCT_STARTER","features":[337]},{"name":"PRODUCT_STARTER_E","features":[337]},{"name":"PRODUCT_STARTER_N","features":[337]},{"name":"PRODUCT_STORAGE_ENTERPRISE_SERVER","features":[337]},{"name":"PRODUCT_STORAGE_ENTERPRISE_SERVER_CORE","features":[337]},{"name":"PRODUCT_STORAGE_EXPRESS_SERVER","features":[337]},{"name":"PRODUCT_STORAGE_EXPRESS_SERVER_CORE","features":[337]},{"name":"PRODUCT_STORAGE_STANDARD_EVALUATION_SERVER","features":[337]},{"name":"PRODUCT_STORAGE_STANDARD_SERVER","features":[337]},{"name":"PRODUCT_STORAGE_STANDARD_SERVER_CORE","features":[337]},{"name":"PRODUCT_STORAGE_WORKGROUP_EVALUATION_SERVER","features":[337]},{"name":"PRODUCT_STORAGE_WORKGROUP_SERVER","features":[337]},{"name":"PRODUCT_STORAGE_WORKGROUP_SERVER_CORE","features":[337]},{"name":"PRODUCT_ULTIMATE","features":[337]},{"name":"PRODUCT_ULTIMATE_E","features":[337]},{"name":"PRODUCT_ULTIMATE_N","features":[337]},{"name":"PRODUCT_UNDEFINED","features":[337]},{"name":"PRODUCT_WEB_SERVER","features":[337]},{"name":"PRODUCT_WEB_SERVER_CORE","features":[337]},{"name":"RSMB","features":[337]},{"name":"RTL_SYSTEM_GLOBAL_DATA_ID","features":[337]},{"name":"RelationAll","features":[337]},{"name":"RelationCache","features":[337]},{"name":"RelationGroup","features":[337]},{"name":"RelationNumaNode","features":[337]},{"name":"RelationNumaNodeEx","features":[337]},{"name":"RelationProcessorCore","features":[337]},{"name":"RelationProcessorDie","features":[337]},{"name":"RelationProcessorModule","features":[337]},{"name":"RelationProcessorPackage","features":[337]},{"name":"RtlConvertDeviceFamilyInfoToString","features":[337]},{"name":"RtlGetDeviceFamilyInfoEnum","features":[337]},{"name":"RtlGetProductInfo","features":[305,337]},{"name":"RtlGetSystemGlobalData","features":[337]},{"name":"RtlOsDeploymentState","features":[337]},{"name":"RtlSwitchedVVI","features":[337]},{"name":"SCEX2_ALT_NETBIOS_NAME","features":[337]},{"name":"SPVERSION_MASK","features":[337]},{"name":"SUBVERSION_MASK","features":[337]},{"name":"SYSTEM_CPU_SET_INFORMATION","features":[337]},{"name":"SYSTEM_CPU_SET_INFORMATION_ALLOCATED","features":[337]},{"name":"SYSTEM_CPU_SET_INFORMATION_ALLOCATED_TO_TARGET_PROCESS","features":[337]},{"name":"SYSTEM_CPU_SET_INFORMATION_PARKED","features":[337]},{"name":"SYSTEM_CPU_SET_INFORMATION_REALTIME","features":[337]},{"name":"SYSTEM_INFO","features":[337]},{"name":"SYSTEM_LOGICAL_PROCESSOR_INFORMATION","features":[337]},{"name":"SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX","features":[337]},{"name":"SYSTEM_POOL_ZEROING_INFORMATION","features":[305,337]},{"name":"SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION","features":[337]},{"name":"SYSTEM_SUPPORTED_PROCESSOR_ARCHITECTURES_INFORMATION","features":[337]},{"name":"SetComputerNameA","features":[305,337]},{"name":"SetComputerNameEx2W","features":[305,337]},{"name":"SetComputerNameExA","features":[305,337]},{"name":"SetComputerNameExW","features":[305,337]},{"name":"SetComputerNameW","features":[305,337]},{"name":"SetLocalTime","features":[305,337]},{"name":"SetSystemTime","features":[305,337]},{"name":"SetSystemTimeAdjustment","features":[305,337]},{"name":"SetSystemTimeAdjustmentPrecise","features":[305,337]},{"name":"USER_CET_ENVIRONMENT","features":[337]},{"name":"USER_CET_ENVIRONMENT_SGX2_ENCLAVE","features":[337]},{"name":"USER_CET_ENVIRONMENT_VBS_BASIC_ENCLAVE","features":[337]},{"name":"USER_CET_ENVIRONMENT_VBS_ENCLAVE","features":[337]},{"name":"USER_CET_ENVIRONMENT_WIN32_PROCESS","features":[337]},{"name":"VER_BUILDNUMBER","features":[337]},{"name":"VER_FLAGS","features":[337]},{"name":"VER_MAJORVERSION","features":[337]},{"name":"VER_MINORVERSION","features":[337]},{"name":"VER_PLATFORMID","features":[337]},{"name":"VER_PRODUCT_TYPE","features":[337]},{"name":"VER_SERVICEPACKMAJOR","features":[337]},{"name":"VER_SERVICEPACKMINOR","features":[337]},{"name":"VER_SUITENAME","features":[337]},{"name":"VerSetConditionMask","features":[337]},{"name":"VerifyVersionInfoA","features":[305,337]},{"name":"VerifyVersionInfoW","features":[305,337]},{"name":"WDK_NTDDI_VERSION","features":[337]},{"name":"_WIN32_IE_IE100","features":[337]},{"name":"_WIN32_IE_IE110","features":[337]},{"name":"_WIN32_IE_IE20","features":[337]},{"name":"_WIN32_IE_IE30","features":[337]},{"name":"_WIN32_IE_IE302","features":[337]},{"name":"_WIN32_IE_IE40","features":[337]},{"name":"_WIN32_IE_IE401","features":[337]},{"name":"_WIN32_IE_IE50","features":[337]},{"name":"_WIN32_IE_IE501","features":[337]},{"name":"_WIN32_IE_IE55","features":[337]},{"name":"_WIN32_IE_IE60","features":[337]},{"name":"_WIN32_IE_IE60SP1","features":[337]},{"name":"_WIN32_IE_IE60SP2","features":[337]},{"name":"_WIN32_IE_IE70","features":[337]},{"name":"_WIN32_IE_IE80","features":[337]},{"name":"_WIN32_IE_IE90","features":[337]},{"name":"_WIN32_IE_LONGHORN","features":[337]},{"name":"_WIN32_IE_NT4","features":[337]},{"name":"_WIN32_IE_NT4SP1","features":[337]},{"name":"_WIN32_IE_NT4SP2","features":[337]},{"name":"_WIN32_IE_NT4SP3","features":[337]},{"name":"_WIN32_IE_NT4SP4","features":[337]},{"name":"_WIN32_IE_NT4SP5","features":[337]},{"name":"_WIN32_IE_NT4SP6","features":[337]},{"name":"_WIN32_IE_WIN10","features":[337]},{"name":"_WIN32_IE_WIN2K","features":[337]},{"name":"_WIN32_IE_WIN2KSP1","features":[337]},{"name":"_WIN32_IE_WIN2KSP2","features":[337]},{"name":"_WIN32_IE_WIN2KSP3","features":[337]},{"name":"_WIN32_IE_WIN2KSP4","features":[337]},{"name":"_WIN32_IE_WIN6","features":[337]},{"name":"_WIN32_IE_WIN7","features":[337]},{"name":"_WIN32_IE_WIN8","features":[337]},{"name":"_WIN32_IE_WIN98","features":[337]},{"name":"_WIN32_IE_WIN98SE","features":[337]},{"name":"_WIN32_IE_WINBLUE","features":[337]},{"name":"_WIN32_IE_WINME","features":[337]},{"name":"_WIN32_IE_WINTHRESHOLD","features":[337]},{"name":"_WIN32_IE_WS03","features":[337]},{"name":"_WIN32_IE_WS03SP1","features":[337]},{"name":"_WIN32_IE_XP","features":[337]},{"name":"_WIN32_IE_XPSP1","features":[337]},{"name":"_WIN32_IE_XPSP2","features":[337]},{"name":"_WIN32_WINNT_LONGHORN","features":[337]},{"name":"_WIN32_WINNT_NT4","features":[337]},{"name":"_WIN32_WINNT_VISTA","features":[337]},{"name":"_WIN32_WINNT_WIN10","features":[337]},{"name":"_WIN32_WINNT_WIN2K","features":[337]},{"name":"_WIN32_WINNT_WIN6","features":[337]},{"name":"_WIN32_WINNT_WIN7","features":[337]},{"name":"_WIN32_WINNT_WIN8","features":[337]},{"name":"_WIN32_WINNT_WINBLUE","features":[337]},{"name":"_WIN32_WINNT_WINTHRESHOLD","features":[337]},{"name":"_WIN32_WINNT_WINXP","features":[337]},{"name":"_WIN32_WINNT_WS03","features":[337]},{"name":"_WIN32_WINNT_WS08","features":[337]}],"623":[{"name":"ACCESS_ALLOWED_ACE_TYPE","features":[341]},{"name":"ACCESS_ALLOWED_CALLBACK_ACE_TYPE","features":[341]},{"name":"ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_ALLOWED_COMPOUND_ACE_TYPE","features":[341]},{"name":"ACCESS_ALLOWED_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_DENIED_ACE_TYPE","features":[341]},{"name":"ACCESS_DENIED_CALLBACK_ACE_TYPE","features":[341]},{"name":"ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_DENIED_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_DS_OBJECT_TYPE_NAME_A","features":[341]},{"name":"ACCESS_DS_OBJECT_TYPE_NAME_W","features":[341]},{"name":"ACCESS_DS_SOURCE_A","features":[341]},{"name":"ACCESS_DS_SOURCE_W","features":[341]},{"name":"ACCESS_FILTER_SECURITY_INFORMATION","features":[341]},{"name":"ACCESS_MAX_LEVEL","features":[341]},{"name":"ACCESS_MAX_MS_ACE_TYPE","features":[341]},{"name":"ACCESS_MAX_MS_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_MAX_MS_V2_ACE_TYPE","features":[341]},{"name":"ACCESS_MAX_MS_V3_ACE_TYPE","features":[341]},{"name":"ACCESS_MAX_MS_V4_ACE_TYPE","features":[341]},{"name":"ACCESS_MAX_MS_V5_ACE_TYPE","features":[341]},{"name":"ACCESS_MIN_MS_ACE_TYPE","features":[341]},{"name":"ACCESS_MIN_MS_OBJECT_ACE_TYPE","features":[341]},{"name":"ACCESS_OBJECT_GUID","features":[341]},{"name":"ACCESS_PROPERTY_GUID","features":[341]},{"name":"ACCESS_PROPERTY_SET_GUID","features":[341]},{"name":"ACCESS_REASON_DATA_MASK","features":[341]},{"name":"ACCESS_REASON_EXDATA_MASK","features":[341]},{"name":"ACCESS_REASON_STAGING_MASK","features":[341]},{"name":"ACCESS_REASON_TYPE","features":[341]},{"name":"ACCESS_REASON_TYPE_MASK","features":[341]},{"name":"ACCESS_SYSTEM_SECURITY","features":[341]},{"name":"ACL_REVISION1","features":[341]},{"name":"ACL_REVISION2","features":[341]},{"name":"ACL_REVISION3","features":[341]},{"name":"ACL_REVISION4","features":[341]},{"name":"ACPI_PPM_HARDWARE_ALL","features":[341]},{"name":"ACPI_PPM_SOFTWARE_ALL","features":[341]},{"name":"ACPI_PPM_SOFTWARE_ANY","features":[341]},{"name":"ACTIVATION_CONTEXT_INFO_CLASS","features":[341]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_ASSEMBLYREF","features":[341]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_NONE","features":[341]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_URL","features":[341]},{"name":"ACTIVATION_CONTEXT_PATH_TYPE_WIN32_FILE","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_APPLICATION_SETTINGS","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_COMPATIBILITY_INFO","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_GLOBAL_OBJECT_RENAME_TABLE","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION","features":[341]},{"name":"ACTIVATION_CONTEXT_SECTION_WINRT_ACTIVATABLE_CLASSES","features":[341]},{"name":"ALERT_SYSTEM_CRITICAL","features":[341]},{"name":"ALERT_SYSTEM_ERROR","features":[341]},{"name":"ALERT_SYSTEM_INFORMATIONAL","features":[341]},{"name":"ALERT_SYSTEM_QUERY","features":[341]},{"name":"ALERT_SYSTEM_SEV","features":[341]},{"name":"ALERT_SYSTEM_WARNING","features":[341]},{"name":"ALL_POWERSCHEMES_GUID","features":[341]},{"name":"ANON_OBJECT_HEADER","features":[341]},{"name":"ANON_OBJECT_HEADER_BIGOBJ","features":[341]},{"name":"ANON_OBJECT_HEADER_V2","features":[341]},{"name":"ANYSIZE_ARRAY","features":[341]},{"name":"APPCOMMAND_BASS_BOOST","features":[341]},{"name":"APPCOMMAND_BASS_DOWN","features":[341]},{"name":"APPCOMMAND_BASS_UP","features":[341]},{"name":"APPCOMMAND_BROWSER_BACKWARD","features":[341]},{"name":"APPCOMMAND_BROWSER_FAVORITES","features":[341]},{"name":"APPCOMMAND_BROWSER_FORWARD","features":[341]},{"name":"APPCOMMAND_BROWSER_HOME","features":[341]},{"name":"APPCOMMAND_BROWSER_REFRESH","features":[341]},{"name":"APPCOMMAND_BROWSER_SEARCH","features":[341]},{"name":"APPCOMMAND_BROWSER_STOP","features":[341]},{"name":"APPCOMMAND_CLOSE","features":[341]},{"name":"APPCOMMAND_COPY","features":[341]},{"name":"APPCOMMAND_CORRECTION_LIST","features":[341]},{"name":"APPCOMMAND_CUT","features":[341]},{"name":"APPCOMMAND_DELETE","features":[341]},{"name":"APPCOMMAND_DICTATE_OR_COMMAND_CONTROL_TOGGLE","features":[341]},{"name":"APPCOMMAND_DWM_FLIP3D","features":[341]},{"name":"APPCOMMAND_FIND","features":[341]},{"name":"APPCOMMAND_FORWARD_MAIL","features":[341]},{"name":"APPCOMMAND_HELP","features":[341]},{"name":"APPCOMMAND_ID","features":[341]},{"name":"APPCOMMAND_LAUNCH_APP1","features":[341]},{"name":"APPCOMMAND_LAUNCH_APP2","features":[341]},{"name":"APPCOMMAND_LAUNCH_MAIL","features":[341]},{"name":"APPCOMMAND_LAUNCH_MEDIA_SELECT","features":[341]},{"name":"APPCOMMAND_MEDIA_CHANNEL_DOWN","features":[341]},{"name":"APPCOMMAND_MEDIA_CHANNEL_UP","features":[341]},{"name":"APPCOMMAND_MEDIA_FAST_FORWARD","features":[341]},{"name":"APPCOMMAND_MEDIA_NEXTTRACK","features":[341]},{"name":"APPCOMMAND_MEDIA_PAUSE","features":[341]},{"name":"APPCOMMAND_MEDIA_PLAY","features":[341]},{"name":"APPCOMMAND_MEDIA_PLAY_PAUSE","features":[341]},{"name":"APPCOMMAND_MEDIA_PREVIOUSTRACK","features":[341]},{"name":"APPCOMMAND_MEDIA_RECORD","features":[341]},{"name":"APPCOMMAND_MEDIA_REWIND","features":[341]},{"name":"APPCOMMAND_MEDIA_STOP","features":[341]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_DOWN","features":[341]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_MUTE","features":[341]},{"name":"APPCOMMAND_MICROPHONE_VOLUME_UP","features":[341]},{"name":"APPCOMMAND_MIC_ON_OFF_TOGGLE","features":[341]},{"name":"APPCOMMAND_NEW","features":[341]},{"name":"APPCOMMAND_OPEN","features":[341]},{"name":"APPCOMMAND_PASTE","features":[341]},{"name":"APPCOMMAND_PRINT","features":[341]},{"name":"APPCOMMAND_REDO","features":[341]},{"name":"APPCOMMAND_REPLY_TO_MAIL","features":[341]},{"name":"APPCOMMAND_SAVE","features":[341]},{"name":"APPCOMMAND_SEND_MAIL","features":[341]},{"name":"APPCOMMAND_SPELL_CHECK","features":[341]},{"name":"APPCOMMAND_TREBLE_DOWN","features":[341]},{"name":"APPCOMMAND_TREBLE_UP","features":[341]},{"name":"APPCOMMAND_UNDO","features":[341]},{"name":"APPCOMMAND_VOLUME_DOWN","features":[341]},{"name":"APPCOMMAND_VOLUME_MUTE","features":[341]},{"name":"APPCOMMAND_VOLUME_UP","features":[341]},{"name":"APPLICATIONLAUNCH_SETTING_VALUE","features":[341]},{"name":"APPLICATION_ERROR_MASK","features":[341]},{"name":"ARM64_FNPDATA_CR","features":[341]},{"name":"ARM64_FNPDATA_FLAGS","features":[341]},{"name":"ARM64_MAX_BREAKPOINTS","features":[341]},{"name":"ARM64_MAX_WATCHPOINTS","features":[341]},{"name":"ARM64_MULT_INTRINSICS_SUPPORTED","features":[341]},{"name":"ARM64_PREFETCH_KEEP","features":[341]},{"name":"ARM64_PREFETCH_L1","features":[341]},{"name":"ARM64_PREFETCH_L2","features":[341]},{"name":"ARM64_PREFETCH_L3","features":[341]},{"name":"ARM64_PREFETCH_PLD","features":[341]},{"name":"ARM64_PREFETCH_PLI","features":[341]},{"name":"ARM64_PREFETCH_PST","features":[341]},{"name":"ARM64_PREFETCH_STRM","features":[341]},{"name":"ARM_CACHE_ALIGNMENT_SIZE","features":[341]},{"name":"ARM_MAX_BREAKPOINTS","features":[341]},{"name":"ARM_MAX_WATCHPOINTS","features":[341]},{"name":"ASSERT_BREAKPOINT","features":[341]},{"name":"ATF_FLAGS","features":[341]},{"name":"ATF_ONOFFFEEDBACK","features":[341]},{"name":"ATF_TIMEOUTON","features":[341]},{"name":"AUDIT_ALLOW_NO_PRIVILEGE","features":[341]},{"name":"AccessReasonAllowedAce","features":[341]},{"name":"AccessReasonAllowedParentAce","features":[341]},{"name":"AccessReasonDeniedAce","features":[341]},{"name":"AccessReasonDeniedParentAce","features":[341]},{"name":"AccessReasonEmptyDacl","features":[341]},{"name":"AccessReasonFilterAce","features":[341]},{"name":"AccessReasonFromPrivilege","features":[341]},{"name":"AccessReasonIntegrityLevel","features":[341]},{"name":"AccessReasonMissingPrivilege","features":[341]},{"name":"AccessReasonNoGrant","features":[341]},{"name":"AccessReasonNoSD","features":[341]},{"name":"AccessReasonNone","features":[341]},{"name":"AccessReasonNotGrantedByCape","features":[341]},{"name":"AccessReasonNotGrantedByParentCape","features":[341]},{"name":"AccessReasonNotGrantedToAppContainer","features":[341]},{"name":"AccessReasonNullDacl","features":[341]},{"name":"AccessReasonOwnership","features":[341]},{"name":"AccessReasonTrustLabel","features":[341]},{"name":"ActivationContextBasicInformation","features":[341]},{"name":"ActivationContextDetailedInformation","features":[341]},{"name":"ActivationContextManifestResourceName","features":[341]},{"name":"AdapterType","features":[341]},{"name":"AssemblyDetailedInformationInActivationContext","features":[341]},{"name":"AssemblyDetailedInformationInActivationContxt","features":[341]},{"name":"AutoLoad","features":[341]},{"name":"BATTERY_DISCHARGE_FLAGS_ENABLE","features":[341]},{"name":"BATTERY_DISCHARGE_FLAGS_EVENTCODE_MASK","features":[341]},{"name":"BREAK_DEBUG_BASE","features":[341]},{"name":"BootLoad","features":[341]},{"name":"CACHE_FULLY_ASSOCIATIVE","features":[341]},{"name":"CFE_UNDERLINE","features":[341]},{"name":"CFG_CALL_TARGET_CONVERT_EXPORT_SUPPRESSED_TO_VALID","features":[341]},{"name":"CFG_CALL_TARGET_CONVERT_XFG_TO_CFG","features":[341]},{"name":"CFG_CALL_TARGET_PROCESSED","features":[341]},{"name":"CFG_CALL_TARGET_VALID","features":[341]},{"name":"CFG_CALL_TARGET_VALID_XFG","features":[341]},{"name":"CFU_CF1UNDERLINE","features":[341]},{"name":"CFU_INVERT","features":[341]},{"name":"CFU_UNDERLINE","features":[341]},{"name":"CFU_UNDERLINEDASH","features":[341]},{"name":"CFU_UNDERLINEDASHDOT","features":[341]},{"name":"CFU_UNDERLINEDASHDOTDOT","features":[341]},{"name":"CFU_UNDERLINEDOTTED","features":[341]},{"name":"CFU_UNDERLINEDOUBLE","features":[341]},{"name":"CFU_UNDERLINEDOUBLEWAVE","features":[341]},{"name":"CFU_UNDERLINEHAIRLINE","features":[341]},{"name":"CFU_UNDERLINEHEAVYWAVE","features":[341]},{"name":"CFU_UNDERLINELONGDASH","features":[341]},{"name":"CFU_UNDERLINENONE","features":[341]},{"name":"CFU_UNDERLINETHICK","features":[341]},{"name":"CFU_UNDERLINETHICKDASH","features":[341]},{"name":"CFU_UNDERLINETHICKDASHDOT","features":[341]},{"name":"CFU_UNDERLINETHICKDASHDOTDOT","features":[341]},{"name":"CFU_UNDERLINETHICKDOTTED","features":[341]},{"name":"CFU_UNDERLINETHICKLONGDASH","features":[341]},{"name":"CFU_UNDERLINEWAVE","features":[341]},{"name":"CFU_UNDERLINEWORD","features":[341]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION","features":[341]},{"name":"CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1","features":[341]},{"name":"CLAIM_SECURITY_ATTRIBUTE_CUSTOM_FLAGS","features":[341]},{"name":"CLAIM_SECURITY_ATTRIBUTE_TYPE_INVALID","features":[341]},{"name":"CM_SERVICE_MEASURED_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_NETWORK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_RAM_DISK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_SD_DISK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_USB3_DISK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_USB_DISK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_VERIFIER_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_VIRTUAL_DISK_BOOT_LOAD","features":[341]},{"name":"CM_SERVICE_WINPE_BOOT_LOAD","features":[341]},{"name":"COMIMAGE_FLAGS_32BITPREFERRED","features":[341]},{"name":"COMIMAGE_FLAGS_32BITREQUIRED","features":[341]},{"name":"COMIMAGE_FLAGS_ILONLY","features":[341]},{"name":"COMIMAGE_FLAGS_IL_LIBRARY","features":[341]},{"name":"COMIMAGE_FLAGS_NATIVE_ENTRYPOINT","features":[341]},{"name":"COMIMAGE_FLAGS_STRONGNAMESIGNED","features":[341]},{"name":"COMIMAGE_FLAGS_TRACKDEBUGDATA","features":[341]},{"name":"COMPONENT_FILTER","features":[341]},{"name":"COMPONENT_KTM","features":[341]},{"name":"COMPONENT_VALID_FLAGS","features":[341]},{"name":"COMPRESSION_ENGINE_HIBER","features":[341]},{"name":"COMPRESSION_ENGINE_MAXIMUM","features":[341]},{"name":"COMPRESSION_ENGINE_STANDARD","features":[341]},{"name":"CORE_PARKING_POLICY_CHANGE_IDEAL","features":[341]},{"name":"CORE_PARKING_POLICY_CHANGE_MAX","features":[341]},{"name":"CORE_PARKING_POLICY_CHANGE_MULTISTEP","features":[341]},{"name":"CORE_PARKING_POLICY_CHANGE_ROCKET","features":[341]},{"name":"CORE_PARKING_POLICY_CHANGE_SINGLE","features":[341]},{"name":"COR_DELETED_NAME_LENGTH","features":[341]},{"name":"COR_ILMETHOD_SECT_SMALL_MAX_DATASIZE","features":[341]},{"name":"COR_VERSION_MAJOR","features":[341]},{"name":"COR_VERSION_MAJOR_V2","features":[341]},{"name":"COR_VERSION_MINOR","features":[341]},{"name":"COR_VTABLEGAP_NAME_LENGTH","features":[341]},{"name":"COR_VTABLE_32BIT","features":[341]},{"name":"COR_VTABLE_64BIT","features":[341]},{"name":"COR_VTABLE_CALL_MOST_DERIVED","features":[341]},{"name":"COR_VTABLE_FROM_UNMANAGED","features":[341]},{"name":"COR_VTABLE_FROM_UNMANAGED_RETAIN_APPDOMAIN","features":[341]},{"name":"CREATE_BOUNDARY_DESCRIPTOR_ADD_APPCONTAINER_SID","features":[341]},{"name":"CRITICAL_ACE_FLAG","features":[341]},{"name":"CTMF_INCLUDE_APPCONTAINER","features":[341]},{"name":"CTMF_INCLUDE_LPAC","features":[341]},{"name":"CompatibilityInformationInActivationContext","features":[341]},{"name":"CriticalError","features":[341]},{"name":"DECIMAL_NEG","features":[341]},{"name":"DEDICATED_MEMORY_CACHE_ELIGIBLE","features":[341]},{"name":"DEVICEFAMILYDEVICEFORM_KEY","features":[341]},{"name":"DEVICEFAMILYDEVICEFORM_VALUE","features":[341]},{"name":"DIAGNOSTIC_REASON_DETAILED_STRING","features":[341]},{"name":"DIAGNOSTIC_REASON_NOT_SPECIFIED","features":[341]},{"name":"DIAGNOSTIC_REASON_SIMPLE_STRING","features":[341]},{"name":"DIAGNOSTIC_REASON_VERSION","features":[341]},{"name":"DISCHARGE_POLICY_CRITICAL","features":[341]},{"name":"DISCHARGE_POLICY_LOW","features":[341]},{"name":"DISPATCHER_CONTEXT_NONVOLREG_ARM64","features":[341]},{"name":"DLL_PROCESS_ATTACH","features":[341]},{"name":"DLL_PROCESS_DETACH","features":[341]},{"name":"DLL_THREAD_ATTACH","features":[341]},{"name":"DLL_THREAD_DETACH","features":[341]},{"name":"DOMAIN_ALIAS_RID_ACCESS_CONTROL_ASSISTANCE_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_ACCOUNT_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_ADMINS","features":[341]},{"name":"DOMAIN_ALIAS_RID_AUTHORIZATIONACCESS","features":[341]},{"name":"DOMAIN_ALIAS_RID_BACKUP_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_CACHEABLE_PRINCIPALS_GROUP","features":[341]},{"name":"DOMAIN_ALIAS_RID_CERTSVC_DCOM_ACCESS_GROUP","features":[341]},{"name":"DOMAIN_ALIAS_RID_CRYPTO_OPERATORS","features":[341]},{"name":"DOMAIN_ALIAS_RID_DCOM_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_DEFAULT_ACCOUNT","features":[341]},{"name":"DOMAIN_ALIAS_RID_DEVICE_OWNERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_EVENT_LOG_READERS_GROUP","features":[341]},{"name":"DOMAIN_ALIAS_RID_GUESTS","features":[341]},{"name":"DOMAIN_ALIAS_RID_HYPER_V_ADMINS","features":[341]},{"name":"DOMAIN_ALIAS_RID_INCOMING_FOREST_TRUST_BUILDERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_IUSERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_LOGGING_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_MONITORING_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_NETWORK_CONFIGURATION_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_NON_CACHEABLE_PRINCIPALS_GROUP","features":[341]},{"name":"DOMAIN_ALIAS_RID_POWER_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_PREW2KCOMPACCESS","features":[341]},{"name":"DOMAIN_ALIAS_RID_PRINT_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_RAS_SERVERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_RDS_ENDPOINT_SERVERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_RDS_MANAGEMENT_SERVERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_RDS_REMOTE_ACCESS_SERVERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_REMOTE_MANAGEMENT_USERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_REPLICATOR","features":[341]},{"name":"DOMAIN_ALIAS_RID_STORAGE_REPLICA_ADMINS","features":[341]},{"name":"DOMAIN_ALIAS_RID_SYSTEM_OPS","features":[341]},{"name":"DOMAIN_ALIAS_RID_TS_LICENSE_SERVERS","features":[341]},{"name":"DOMAIN_ALIAS_RID_USERS","features":[341]},{"name":"DOMAIN_GROUP_RID_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_AUTHORIZATION_DATA_CONTAINS_CLAIMS","features":[341]},{"name":"DOMAIN_GROUP_RID_AUTHORIZATION_DATA_IS_COMPOUNDED","features":[341]},{"name":"DOMAIN_GROUP_RID_CDC_RESERVED","features":[341]},{"name":"DOMAIN_GROUP_RID_CERT_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_CLONEABLE_CONTROLLERS","features":[341]},{"name":"DOMAIN_GROUP_RID_COMPUTERS","features":[341]},{"name":"DOMAIN_GROUP_RID_CONTROLLERS","features":[341]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_KEY_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_ENTERPRISE_READONLY_DOMAIN_CONTROLLERS","features":[341]},{"name":"DOMAIN_GROUP_RID_GUESTS","features":[341]},{"name":"DOMAIN_GROUP_RID_KEY_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_POLICY_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_PROTECTED_USERS","features":[341]},{"name":"DOMAIN_GROUP_RID_READONLY_CONTROLLERS","features":[341]},{"name":"DOMAIN_GROUP_RID_SCHEMA_ADMINS","features":[341]},{"name":"DOMAIN_GROUP_RID_USERS","features":[341]},{"name":"DOMAIN_USER_RID_ADMIN","features":[341]},{"name":"DOMAIN_USER_RID_DEFAULT_ACCOUNT","features":[341]},{"name":"DOMAIN_USER_RID_GUEST","features":[341]},{"name":"DOMAIN_USER_RID_KRBTGT","features":[341]},{"name":"DOMAIN_USER_RID_MAX","features":[341]},{"name":"DOMAIN_USER_RID_WDAG_ACCOUNT","features":[341]},{"name":"DYNAMIC_EH_CONTINUATION_TARGET_ADD","features":[341]},{"name":"DYNAMIC_EH_CONTINUATION_TARGET_PROCESSED","features":[341]},{"name":"DYNAMIC_ENFORCED_ADDRESS_RANGE_ADD","features":[341]},{"name":"DYNAMIC_ENFORCED_ADDRESS_RANGE_PROCESSED","features":[341]},{"name":"DemandLoad","features":[341]},{"name":"DisableLoad","features":[341]},{"name":"DriverType","features":[341]},{"name":"EMARCH_ENC_I17_IC_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IC_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IC_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IC_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41a_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41a_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41a_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41a_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41b_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41b_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41b_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41b_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41c_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41c_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41c_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM41c_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM5C_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM5C_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM5C_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM5C_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM7B_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM7B_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM7B_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM7B_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM9D_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM9D_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM9D_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_IMM9D_VAL_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_SIGN_INST_WORD_POS_X","features":[341]},{"name":"EMARCH_ENC_I17_SIGN_INST_WORD_X","features":[341]},{"name":"EMARCH_ENC_I17_SIGN_SIZE_X","features":[341]},{"name":"EMARCH_ENC_I17_SIGN_VAL_POS_X","features":[341]},{"name":"ENCLAVE_LONG_ID_LENGTH","features":[341]},{"name":"ENCLAVE_SHORT_ID_LENGTH","features":[341]},{"name":"ENCLAVE_TYPE_SGX","features":[341]},{"name":"ENCLAVE_TYPE_SGX2","features":[341]},{"name":"ENCLAVE_TYPE_VBS","features":[341]},{"name":"ENCLAVE_TYPE_VBS_BASIC","features":[341]},{"name":"ENCLAVE_VBS_FLAG_DEBUG","features":[341]},{"name":"ENLISTMENT_BASIC_INFORMATION","features":[341]},{"name":"ENLISTMENT_CRM_INFORMATION","features":[341]},{"name":"ENLISTMENT_INFORMATION_CLASS","features":[341]},{"name":"ENLISTMENT_QUERY_INFORMATION","features":[341]},{"name":"ENLISTMENT_RECOVER","features":[341]},{"name":"ENLISTMENT_SET_INFORMATION","features":[341]},{"name":"ENLISTMENT_SUBORDINATE_RIGHTS","features":[341]},{"name":"ENLISTMENT_SUPERIOR_RIGHTS","features":[341]},{"name":"ERROR_SEVERITY_ERROR","features":[341]},{"name":"ERROR_SEVERITY_INFORMATIONAL","features":[341]},{"name":"ERROR_SEVERITY_SUCCESS","features":[341]},{"name":"ERROR_SEVERITY_WARNING","features":[341]},{"name":"EVENTLOG_BACKWARDS_READ","features":[341]},{"name":"EVENTLOG_END_ALL_PAIRED_EVENTS","features":[341]},{"name":"EVENTLOG_END_PAIRED_EVENT","features":[341]},{"name":"EVENTLOG_FORWARDS_READ","features":[341]},{"name":"EVENTLOG_PAIRED_EVENT_ACTIVE","features":[341]},{"name":"EVENTLOG_PAIRED_EVENT_INACTIVE","features":[341]},{"name":"EVENTLOG_START_PAIRED_EVENT","features":[341]},{"name":"EXCEPTION_COLLIDED_UNWIND","features":[341]},{"name":"EXCEPTION_EXECUTE_FAULT","features":[341]},{"name":"EXCEPTION_EXIT_UNWIND","features":[341]},{"name":"EXCEPTION_MAXIMUM_PARAMETERS","features":[341]},{"name":"EXCEPTION_NESTED_CALL","features":[341]},{"name":"EXCEPTION_NONCONTINUABLE","features":[341]},{"name":"EXCEPTION_READ_FAULT","features":[341]},{"name":"EXCEPTION_SOFTWARE_ORIGINATE","features":[341]},{"name":"EXCEPTION_STACK_INVALID","features":[341]},{"name":"EXCEPTION_TARGET_UNWIND","features":[341]},{"name":"EXCEPTION_UNWINDING","features":[341]},{"name":"EXCEPTION_WRITE_FAULT","features":[341]},{"name":"EnlistmentBasicInformation","features":[341]},{"name":"EnlistmentCrmInformation","features":[341]},{"name":"EnlistmentRecoveryInformation","features":[341]},{"name":"FAST_FAIL_ADMINLESS_ACCESS_DENIED","features":[341]},{"name":"FAST_FAIL_APCS_DISABLED","features":[341]},{"name":"FAST_FAIL_CAST_GUARD","features":[341]},{"name":"FAST_FAIL_CERTIFICATION_FAILURE","features":[341]},{"name":"FAST_FAIL_CONTROL_INVALID_RETURN_ADDRESS","features":[341]},{"name":"FAST_FAIL_CORRUPT_LIST_ENTRY","features":[341]},{"name":"FAST_FAIL_CRYPTO_LIBRARY","features":[341]},{"name":"FAST_FAIL_DEPRECATED_SERVICE_INVOKED","features":[341]},{"name":"FAST_FAIL_DLOAD_PROTECTION_FAILURE","features":[341]},{"name":"FAST_FAIL_ENCLAVE_CALL_FAILURE","features":[341]},{"name":"FAST_FAIL_ETW_CORRUPTION","features":[341]},{"name":"FAST_FAIL_FATAL_APP_EXIT","features":[341]},{"name":"FAST_FAIL_FLAGS_CORRUPTION","features":[341]},{"name":"FAST_FAIL_GS_COOKIE_INIT","features":[341]},{"name":"FAST_FAIL_GUARD_EXPORT_SUPPRESSION_FAILURE","features":[341]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_FAILURE","features":[341]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_FAILURE_XFG","features":[341]},{"name":"FAST_FAIL_GUARD_ICALL_CHECK_SUPPRESSED","features":[341]},{"name":"FAST_FAIL_GUARD_JUMPTABLE","features":[341]},{"name":"FAST_FAIL_GUARD_SS_FAILURE","features":[341]},{"name":"FAST_FAIL_GUARD_WRITE_CHECK_FAILURE","features":[341]},{"name":"FAST_FAIL_HEAP_METADATA_CORRUPTION","features":[341]},{"name":"FAST_FAIL_HOST_VISIBILITY_CHANGE","features":[341]},{"name":"FAST_FAIL_INCORRECT_STACK","features":[341]},{"name":"FAST_FAIL_INVALID_ARG","features":[341]},{"name":"FAST_FAIL_INVALID_BALANCED_TREE","features":[341]},{"name":"FAST_FAIL_INVALID_BUFFER_ACCESS","features":[341]},{"name":"FAST_FAIL_INVALID_CALL_IN_DLL_CALLOUT","features":[341]},{"name":"FAST_FAIL_INVALID_CONTROL_STACK","features":[341]},{"name":"FAST_FAIL_INVALID_DISPATCH_CONTEXT","features":[341]},{"name":"FAST_FAIL_INVALID_EXCEPTION_CHAIN","features":[341]},{"name":"FAST_FAIL_INVALID_FAST_FAIL_CODE","features":[341]},{"name":"FAST_FAIL_INVALID_FIBER_SWITCH","features":[341]},{"name":"FAST_FAIL_INVALID_FILE_OPERATION","features":[341]},{"name":"FAST_FAIL_INVALID_FLS_DATA","features":[341]},{"name":"FAST_FAIL_INVALID_IAT","features":[341]},{"name":"FAST_FAIL_INVALID_IDLE_STATE","features":[341]},{"name":"FAST_FAIL_INVALID_IMAGE_BASE","features":[341]},{"name":"FAST_FAIL_INVALID_JUMP_BUFFER","features":[341]},{"name":"FAST_FAIL_INVALID_LOCK_STATE","features":[341]},{"name":"FAST_FAIL_INVALID_LONGJUMP_TARGET","features":[341]},{"name":"FAST_FAIL_INVALID_NEXT_THREAD","features":[341]},{"name":"FAST_FAIL_INVALID_PFN","features":[341]},{"name":"FAST_FAIL_INVALID_REFERENCE_COUNT","features":[341]},{"name":"FAST_FAIL_INVALID_SET_OF_CONTEXT","features":[341]},{"name":"FAST_FAIL_INVALID_SYSCALL_NUMBER","features":[341]},{"name":"FAST_FAIL_INVALID_THREAD","features":[341]},{"name":"FAST_FAIL_KERNEL_CET_SHADOW_STACK_ASSIST","features":[341]},{"name":"FAST_FAIL_LEGACY_GS_VIOLATION","features":[341]},{"name":"FAST_FAIL_LOADER_CONTINUITY_FAILURE","features":[341]},{"name":"FAST_FAIL_LOW_LABEL_ACCESS_DENIED","features":[341]},{"name":"FAST_FAIL_LPAC_ACCESS_DENIED","features":[341]},{"name":"FAST_FAIL_MRDATA_MODIFIED","features":[341]},{"name":"FAST_FAIL_MRDATA_PROTECTION_FAILURE","features":[341]},{"name":"FAST_FAIL_NTDLL_PATCH_FAILED","features":[341]},{"name":"FAST_FAIL_PATCH_CALLBACK_FAILED","features":[341]},{"name":"FAST_FAIL_PAYLOAD_RESTRICTION_VIOLATION","features":[341]},{"name":"FAST_FAIL_RANGE_CHECK_FAILURE","features":[341]},{"name":"FAST_FAIL_RIO_ABORT","features":[341]},{"name":"FAST_FAIL_SET_CONTEXT_DENIED","features":[341]},{"name":"FAST_FAIL_STACK_COOKIE_CHECK_FAILURE","features":[341]},{"name":"FAST_FAIL_UNEXPECTED_CALL","features":[341]},{"name":"FAST_FAIL_UNEXPECTED_HEAP_EXCEPTION","features":[341]},{"name":"FAST_FAIL_UNEXPECTED_HOST_BEHAVIOR","features":[341]},{"name":"FAST_FAIL_UNHANDLED_LSS_EXCEPTON","features":[341]},{"name":"FAST_FAIL_UNSAFE_EXTENSION_CALL","features":[341]},{"name":"FAST_FAIL_UNSAFE_REGISTRY_ACCESS","features":[341]},{"name":"FAST_FAIL_VEH_CORRUPTION","features":[341]},{"name":"FAST_FAIL_VTGUARD_CHECK_FAILURE","features":[341]},{"name":"FILE_ATTRIBUTE_STRICTLY_SEQUENTIAL","features":[341]},{"name":"FILE_CASE_PRESERVED_NAMES","features":[341]},{"name":"FILE_CASE_SENSITIVE_SEARCH","features":[341]},{"name":"FILE_CS_FLAG_CASE_SENSITIVE_DIR","features":[341]},{"name":"FILE_DAX_VOLUME","features":[341]},{"name":"FILE_FILE_COMPRESSION","features":[341]},{"name":"FILE_NAMED_STREAMS","features":[341]},{"name":"FILE_NAME_FLAGS_UNSPECIFIED","features":[341]},{"name":"FILE_NAME_FLAG_BOTH","features":[341]},{"name":"FILE_NAME_FLAG_DOS","features":[341]},{"name":"FILE_NAME_FLAG_HARDLINK","features":[341]},{"name":"FILE_NAME_FLAG_NTFS","features":[341]},{"name":"FILE_NOTIFY_FULL_INFORMATION","features":[341]},{"name":"FILE_PERSISTENT_ACLS","features":[341]},{"name":"FILE_READ_ONLY_VOLUME","features":[341]},{"name":"FILE_RETURNS_CLEANUP_RESULT_INFO","features":[341]},{"name":"FILE_SEQUENTIAL_WRITE_ONCE","features":[341]},{"name":"FILE_SUPPORTS_BLOCK_REFCOUNTING","features":[341]},{"name":"FILE_SUPPORTS_BYPASS_IO","features":[341]},{"name":"FILE_SUPPORTS_CASE_SENSITIVE_DIRS","features":[341]},{"name":"FILE_SUPPORTS_ENCRYPTION","features":[341]},{"name":"FILE_SUPPORTS_EXTENDED_ATTRIBUTES","features":[341]},{"name":"FILE_SUPPORTS_GHOSTING","features":[341]},{"name":"FILE_SUPPORTS_HARD_LINKS","features":[341]},{"name":"FILE_SUPPORTS_INTEGRITY_STREAMS","features":[341]},{"name":"FILE_SUPPORTS_OBJECT_IDS","features":[341]},{"name":"FILE_SUPPORTS_OPEN_BY_FILE_ID","features":[341]},{"name":"FILE_SUPPORTS_POSIX_UNLINK_RENAME","features":[341]},{"name":"FILE_SUPPORTS_REMOTE_STORAGE","features":[341]},{"name":"FILE_SUPPORTS_REPARSE_POINTS","features":[341]},{"name":"FILE_SUPPORTS_SPARSE_FILES","features":[341]},{"name":"FILE_SUPPORTS_SPARSE_VDL","features":[341]},{"name":"FILE_SUPPORTS_STREAM_SNAPSHOTS","features":[341]},{"name":"FILE_SUPPORTS_TRANSACTIONS","features":[341]},{"name":"FILE_SUPPORTS_USN_JOURNAL","features":[341]},{"name":"FILE_UNICODE_ON_DISK","features":[341]},{"name":"FILE_VOLUME_IS_COMPRESSED","features":[341]},{"name":"FILE_VOLUME_QUOTAS","features":[341]},{"name":"FILL_NV_MEMORY_FLAG_FLUSH","features":[341]},{"name":"FILL_NV_MEMORY_FLAG_NON_TEMPORAL","features":[341]},{"name":"FILL_NV_MEMORY_FLAG_NO_DRAIN","features":[341]},{"name":"FLS_MAXIMUM_AVAILABLE","features":[341]},{"name":"FLUSH_FLAGS_FILE_DATA_ONLY","features":[341]},{"name":"FLUSH_FLAGS_FILE_DATA_SYNC_ONLY","features":[341]},{"name":"FLUSH_FLAGS_NO_SYNC","features":[341]},{"name":"FLUSH_NV_MEMORY_IN_FLAG_NO_DRAIN","features":[341]},{"name":"FOREST_USER_RID_MAX","features":[341]},{"name":"FRAME_FPO","features":[341]},{"name":"FRAME_NONFPO","features":[341]},{"name":"FRAME_TRAP","features":[341]},{"name":"FRAME_TSS","features":[341]},{"name":"FileInformationInAssemblyOfAssemblyInActivationContext","features":[341]},{"name":"FileInformationInAssemblyOfAssemblyInActivationContxt","features":[341]},{"name":"FileSystemType","features":[341]},{"name":"GC_ALLGESTURES","features":[341]},{"name":"GC_PAN","features":[341]},{"name":"GC_PAN_WITH_GUTTER","features":[341]},{"name":"GC_PAN_WITH_INERTIA","features":[341]},{"name":"GC_PAN_WITH_SINGLE_FINGER_HORIZONTALLY","features":[341]},{"name":"GC_PAN_WITH_SINGLE_FINGER_VERTICALLY","features":[341]},{"name":"GC_PRESSANDTAP","features":[341]},{"name":"GC_ROLLOVER","features":[341]},{"name":"GC_ROTATE","features":[341]},{"name":"GC_TWOFINGERTAP","features":[341]},{"name":"GC_ZOOM","features":[341]},{"name":"GDI_NONREMOTE","features":[358,341]},{"name":"GESTURECONFIG_FLAGS","features":[341]},{"name":"GUID_ACDC_POWER_SOURCE","features":[341]},{"name":"GUID_ACTIVE_POWERSCHEME","features":[341]},{"name":"GUID_ADAPTIVE_INPUT_CONTROLLER_STATE","features":[341]},{"name":"GUID_ADAPTIVE_POWER_BEHAVIOR_SUBGROUP","features":[341]},{"name":"GUID_ADVANCED_COLOR_QUALITY_BIAS","features":[341]},{"name":"GUID_ALLOW_AWAYMODE","features":[341]},{"name":"GUID_ALLOW_DISPLAY_REQUIRED","features":[341]},{"name":"GUID_ALLOW_RTC_WAKE","features":[341]},{"name":"GUID_ALLOW_STANDBY_STATES","features":[341]},{"name":"GUID_ALLOW_SYSTEM_REQUIRED","features":[341]},{"name":"GUID_APPLAUNCH_BUTTON","features":[341]},{"name":"GUID_BACKGROUND_TASK_NOTIFICATION","features":[341]},{"name":"GUID_BATTERY_COUNT","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_0","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_1","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_2","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_ACTION_3","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_0","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_1","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_2","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_FLAGS_3","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_0","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_1","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_2","features":[341]},{"name":"GUID_BATTERY_DISCHARGE_LEVEL_3","features":[341]},{"name":"GUID_BATTERY_PERCENTAGE_REMAINING","features":[341]},{"name":"GUID_BATTERY_SUBGROUP","features":[341]},{"name":"GUID_CONNECTIVITY_IN_STANDBY","features":[341]},{"name":"GUID_CONSOLE_DISPLAY_STATE","features":[341]},{"name":"GUID_CRITICAL_POWER_TRANSITION","features":[341]},{"name":"GUID_DEEP_SLEEP_ENABLED","features":[341]},{"name":"GUID_DEEP_SLEEP_PLATFORM_STATE","features":[341]},{"name":"GUID_DEVICE_IDLE_POLICY","features":[341]},{"name":"GUID_DEVICE_POWER_POLICY_VIDEO_BRIGHTNESS","features":[341]},{"name":"GUID_DEVICE_POWER_POLICY_VIDEO_DIM_BRIGHTNESS","features":[341]},{"name":"GUID_DISCONNECTED_STANDBY_MODE","features":[341]},{"name":"GUID_DISK_ADAPTIVE_POWERDOWN","features":[341]},{"name":"GUID_DISK_BURST_IGNORE_THRESHOLD","features":[341]},{"name":"GUID_DISK_COALESCING_POWERDOWN_TIMEOUT","features":[341]},{"name":"GUID_DISK_IDLE_TIMEOUT","features":[341]},{"name":"GUID_DISK_MAX_POWER","features":[341]},{"name":"GUID_DISK_NVME_NOPPME","features":[341]},{"name":"GUID_DISK_POWERDOWN_TIMEOUT","features":[341]},{"name":"GUID_DISK_SUBGROUP","features":[341]},{"name":"GUID_ENABLE_SWITCH_FORCED_SHUTDOWN","features":[341]},{"name":"GUID_ENERGY_SAVER_BATTERY_THRESHOLD","features":[341]},{"name":"GUID_ENERGY_SAVER_BRIGHTNESS","features":[341]},{"name":"GUID_ENERGY_SAVER_POLICY","features":[341]},{"name":"GUID_ENERGY_SAVER_SUBGROUP","features":[341]},{"name":"GUID_EXECUTION_REQUIRED_REQUEST_TIMEOUT","features":[341]},{"name":"GUID_GLOBAL_USER_PRESENCE","features":[341]},{"name":"GUID_GPU_PREFERENCE_POLICY","features":[341]},{"name":"GUID_GRAPHICS_SUBGROUP","features":[341]},{"name":"GUID_HIBERNATE_FASTS4_POLICY","features":[341]},{"name":"GUID_HIBERNATE_TIMEOUT","features":[341]},{"name":"GUID_HUPR_ADAPTIVE_AWAY_DIM_TIMEOUT","features":[341]},{"name":"GUID_HUPR_ADAPTIVE_AWAY_DISPLAY_TIMEOUT","features":[341]},{"name":"GUID_HUPR_ADAPTIVE_INATTENTIVE_DIM_TIMEOUT","features":[341]},{"name":"GUID_HUPR_ADAPTIVE_INATTENTIVE_DISPLAY_TIMEOUT","features":[341]},{"name":"GUID_IDLE_BACKGROUND_TASK","features":[341]},{"name":"GUID_IDLE_RESILIENCY_PERIOD","features":[341]},{"name":"GUID_IDLE_RESILIENCY_SUBGROUP","features":[341]},{"name":"GUID_INTSTEER_LOAD_PER_PROC_TRIGGER","features":[341]},{"name":"GUID_INTSTEER_MODE","features":[341]},{"name":"GUID_INTSTEER_SUBGROUP","features":[341]},{"name":"GUID_INTSTEER_TIME_UNPARK_TRIGGER","features":[341]},{"name":"GUID_LEGACY_RTC_MITIGATION","features":[341]},{"name":"GUID_LIDCLOSE_ACTION","features":[341]},{"name":"GUID_LIDOPEN_POWERSTATE","features":[341]},{"name":"GUID_LIDSWITCH_STATE_CHANGE","features":[341]},{"name":"GUID_LIDSWITCH_STATE_RELIABILITY","features":[341]},{"name":"GUID_LOCK_CONSOLE_ON_WAKE","features":[341]},{"name":"GUID_MAX_POWER_SAVINGS","features":[341]},{"name":"GUID_MIN_POWER_SAVINGS","features":[341]},{"name":"GUID_MIXED_REALITY_MODE","features":[341]},{"name":"GUID_MONITOR_POWER_ON","features":[341]},{"name":"GUID_NON_ADAPTIVE_INPUT_TIMEOUT","features":[341]},{"name":"GUID_PCIEXPRESS_ASPM_POLICY","features":[341]},{"name":"GUID_PCIEXPRESS_SETTINGS_SUBGROUP","features":[341]},{"name":"GUID_POWERBUTTON_ACTION","features":[341]},{"name":"GUID_POWERSCHEME_PERSONALITY","features":[341]},{"name":"GUID_POWER_SAVING_STATUS","features":[341]},{"name":"GUID_PROCESSOR_ALLOW_THROTTLING","features":[341]},{"name":"GUID_PROCESSOR_CLASS0_FLOOR_PERF","features":[341]},{"name":"GUID_PROCESSOR_CLASS1_INITIAL_PERF","features":[341]},{"name":"GUID_PROCESSOR_COMPLEX_PARKING_POLICY","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_HISTORY_DECREASE_FACTOR","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_HISTORY_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_AFFINITY_WEIGHTING","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_DECREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_INCREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_MAX_CORES","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_MAX_CORES_1","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_MIN_CORES","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_MIN_CORES_1","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_HISTORY_DECREASE_FACTOR","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_HISTORY_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_WEIGHTING","features":[341]},{"name":"GUID_PROCESSOR_DISTRIBUTE_UTILITY","features":[341]},{"name":"GUID_PROCESSOR_DUTY_CYCLING","features":[341]},{"name":"GUID_PROCESSOR_FREQUENCY_LIMIT","features":[341]},{"name":"GUID_PROCESSOR_FREQUENCY_LIMIT_1","features":[341]},{"name":"GUID_PROCESSOR_HETEROGENEOUS_POLICY","features":[341]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_HETERO_DECREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_HETERO_INCREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_IDLESTATE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_IDLE_ALLOW_SCALING","features":[341]},{"name":"GUID_PROCESSOR_IDLE_DEMOTE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_IDLE_DISABLE","features":[341]},{"name":"GUID_PROCESSOR_IDLE_PROMOTE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_IDLE_STATE_MAXIMUM","features":[341]},{"name":"GUID_PROCESSOR_IDLE_TIME_CHECK","features":[341]},{"name":"GUID_PROCESSOR_LATENCY_HINT_MIN_UNPARK","features":[341]},{"name":"GUID_PROCESSOR_LATENCY_HINT_MIN_UNPARK_1","features":[341]},{"name":"GUID_PROCESSOR_LONG_THREAD_ARCH_CLASS_LOWER_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_LONG_THREAD_ARCH_CLASS_UPPER_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_MODULE_PARKING_POLICY","features":[341]},{"name":"GUID_PROCESSOR_PARKING_CONCURRENCY_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_PARKING_CORE_OVERRIDE","features":[341]},{"name":"GUID_PROCESSOR_PARKING_DISTRIBUTION_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_PARKING_HEADROOM_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_PARKING_PERF_STATE","features":[341]},{"name":"GUID_PROCESSOR_PARKING_PERF_STATE_1","features":[341]},{"name":"GUID_PROCESSOR_PERFSTATE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_PERF_AUTONOMOUS_ACTIVITY_WINDOW","features":[341]},{"name":"GUID_PROCESSOR_PERF_AUTONOMOUS_MODE","features":[341]},{"name":"GUID_PROCESSOR_PERF_BOOST_MODE","features":[341]},{"name":"GUID_PROCESSOR_PERF_BOOST_POLICY","features":[341]},{"name":"GUID_PROCESSOR_PERF_CORE_PARKING_HISTORY","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_HISTORY","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_POLICY_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_PERF_DECREASE_TIME_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_ENERGY_PERFORMANCE_PREFERENCE","features":[341]},{"name":"GUID_PROCESSOR_PERF_ENERGY_PERFORMANCE_PREFERENCE_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_HISTORY","features":[341]},{"name":"GUID_PROCESSOR_PERF_HISTORY_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_HISTORY","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_POLICY","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_POLICY_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_TIME","features":[341]},{"name":"GUID_PROCESSOR_PERF_INCREASE_TIME_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT","features":[341]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT_PERF","features":[341]},{"name":"GUID_PROCESSOR_PERF_LATENCY_HINT_PERF_1","features":[341]},{"name":"GUID_PROCESSOR_PERF_TIME_CHECK","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_TIME","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_DISABLE_TIME_1","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_THRESHOLD_1","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_TIME","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_ENABLE_TIME_1","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_EPP_CEILING","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_EPP_CEILING_1","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_PERF_FLOOR","features":[341]},{"name":"GUID_PROCESSOR_RESPONSIVENESS_PERF_FLOOR_1","features":[341]},{"name":"GUID_PROCESSOR_SETTINGS_SUBGROUP","features":[341]},{"name":"GUID_PROCESSOR_SHORT_THREAD_ARCH_CLASS_LOWER_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_SHORT_THREAD_ARCH_CLASS_UPPER_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_SHORT_THREAD_RUNTIME_THRESHOLD","features":[341]},{"name":"GUID_PROCESSOR_SHORT_THREAD_SCHEDULING_POLICY","features":[341]},{"name":"GUID_PROCESSOR_SMT_UNPARKING_POLICY","features":[341]},{"name":"GUID_PROCESSOR_SOFT_PARKING_LATENCY","features":[341]},{"name":"GUID_PROCESSOR_THREAD_SCHEDULING_POLICY","features":[341]},{"name":"GUID_PROCESSOR_THROTTLE_MAXIMUM","features":[341]},{"name":"GUID_PROCESSOR_THROTTLE_MAXIMUM_1","features":[341]},{"name":"GUID_PROCESSOR_THROTTLE_MINIMUM","features":[341]},{"name":"GUID_PROCESSOR_THROTTLE_MINIMUM_1","features":[341]},{"name":"GUID_PROCESSOR_THROTTLE_POLICY","features":[341]},{"name":"GUID_SESSION_DISPLAY_STATUS","features":[341]},{"name":"GUID_SESSION_USER_PRESENCE","features":[341]},{"name":"GUID_SLEEPBUTTON_ACTION","features":[341]},{"name":"GUID_SLEEP_IDLE_THRESHOLD","features":[341]},{"name":"GUID_SLEEP_SUBGROUP","features":[341]},{"name":"GUID_SPR_ACTIVE_SESSION_CHANGE","features":[341]},{"name":"GUID_STANDBY_BUDGET_GRACE_PERIOD","features":[341]},{"name":"GUID_STANDBY_BUDGET_PERCENT","features":[341]},{"name":"GUID_STANDBY_RESERVE_GRACE_PERIOD","features":[341]},{"name":"GUID_STANDBY_RESERVE_TIME","features":[341]},{"name":"GUID_STANDBY_RESET_PERCENT","features":[341]},{"name":"GUID_STANDBY_TIMEOUT","features":[341]},{"name":"GUID_SYSTEM_AWAYMODE","features":[341]},{"name":"GUID_SYSTEM_BUTTON_SUBGROUP","features":[341]},{"name":"GUID_SYSTEM_COOLING_POLICY","features":[341]},{"name":"GUID_TYPICAL_POWER_SAVINGS","features":[341]},{"name":"GUID_UNATTEND_SLEEP_TIMEOUT","features":[341]},{"name":"GUID_USERINTERFACEBUTTON_ACTION","features":[341]},{"name":"GUID_USER_PRESENCE_PREDICTION","features":[341]},{"name":"GUID_VIDEO_ADAPTIVE_DISPLAY_BRIGHTNESS","features":[341]},{"name":"GUID_VIDEO_ADAPTIVE_PERCENT_INCREASE","features":[341]},{"name":"GUID_VIDEO_ADAPTIVE_POWERDOWN","features":[341]},{"name":"GUID_VIDEO_ANNOYANCE_TIMEOUT","features":[341]},{"name":"GUID_VIDEO_CONSOLE_LOCK_TIMEOUT","features":[341]},{"name":"GUID_VIDEO_CURRENT_MONITOR_BRIGHTNESS","features":[341]},{"name":"GUID_VIDEO_DIM_TIMEOUT","features":[341]},{"name":"GUID_VIDEO_POWERDOWN_TIMEOUT","features":[341]},{"name":"GUID_VIDEO_SUBGROUP","features":[341]},{"name":"HEAP_OPTIMIZE_RESOURCES_CURRENT_VERSION","features":[341]},{"name":"HEAP_OPTIMIZE_RESOURCES_INFORMATION","features":[341]},{"name":"HIBERFILE_BUCKET","features":[341]},{"name":"HIBERFILE_BUCKET_SIZE","features":[341]},{"name":"HIBERFILE_TYPE_FULL","features":[341]},{"name":"HIBERFILE_TYPE_MAX","features":[341]},{"name":"HIBERFILE_TYPE_NONE","features":[341]},{"name":"HIBERFILE_TYPE_REDUCED","features":[341]},{"name":"HiberFileBucket16GB","features":[341]},{"name":"HiberFileBucket1GB","features":[341]},{"name":"HiberFileBucket2GB","features":[341]},{"name":"HiberFileBucket32GB","features":[341]},{"name":"HiberFileBucket4GB","features":[341]},{"name":"HiberFileBucket8GB","features":[341]},{"name":"HiberFileBucketMax","features":[341]},{"name":"HiberFileBucketUnlimited","features":[341]},{"name":"IGP_CONVERSION","features":[341]},{"name":"IGP_GETIMEVERSION","features":[341]},{"name":"IGP_ID","features":[341]},{"name":"IGP_PROPERTY","features":[341]},{"name":"IGP_SELECT","features":[341]},{"name":"IGP_SENTENCE","features":[341]},{"name":"IGP_SETCOMPSTR","features":[341]},{"name":"IGP_UI","features":[341]},{"name":"IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY","features":[341]},{"name":"IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY","features":[341]},{"name":"IMAGE_ARCHITECTURE_ENTRY","features":[341]},{"name":"IMAGE_ARCHITECTURE_HEADER","features":[341]},{"name":"IMAGE_ARCHIVE_END","features":[341]},{"name":"IMAGE_ARCHIVE_HYBRIDMAP_MEMBER","features":[341]},{"name":"IMAGE_ARCHIVE_LINKER_MEMBER","features":[341]},{"name":"IMAGE_ARCHIVE_LONGNAMES_MEMBER","features":[341]},{"name":"IMAGE_ARCHIVE_MEMBER_HEADER","features":[341]},{"name":"IMAGE_ARCHIVE_PAD","features":[341]},{"name":"IMAGE_ARCHIVE_START","features":[341]},{"name":"IMAGE_ARCHIVE_START_SIZE","features":[341]},{"name":"IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY_XDATA","features":[341]},{"name":"IMAGE_ARM_RUNTIME_FUNCTION_ENTRY","features":[341]},{"name":"IMAGE_AUX_SYMBOL","features":[341]},{"name":"IMAGE_AUX_SYMBOL_EX","features":[341]},{"name":"IMAGE_AUX_SYMBOL_TOKEN_DEF","features":[341]},{"name":"IMAGE_AUX_SYMBOL_TYPE","features":[341]},{"name":"IMAGE_AUX_SYMBOL_TYPE_TOKEN_DEF","features":[341]},{"name":"IMAGE_BASE_RELOCATION","features":[341]},{"name":"IMAGE_BDD_DYNAMIC_RELOCATION","features":[341]},{"name":"IMAGE_BDD_INFO","features":[341]},{"name":"IMAGE_BOUND_FORWARDER_REF","features":[341]},{"name":"IMAGE_BOUND_IMPORT_DESCRIPTOR","features":[341]},{"name":"IMAGE_CE_RUNTIME_FUNCTION_ENTRY","features":[341]},{"name":"IMAGE_COMDAT_SELECT_ANY","features":[341]},{"name":"IMAGE_COMDAT_SELECT_ASSOCIATIVE","features":[341]},{"name":"IMAGE_COMDAT_SELECT_EXACT_MATCH","features":[341]},{"name":"IMAGE_COMDAT_SELECT_LARGEST","features":[341]},{"name":"IMAGE_COMDAT_SELECT_NEWEST","features":[341]},{"name":"IMAGE_COMDAT_SELECT_NODUPLICATES","features":[341]},{"name":"IMAGE_COMDAT_SELECT_SAME_SIZE","features":[341]},{"name":"IMAGE_COR_EATJ_THUNK_SIZE","features":[341]},{"name":"IMAGE_COR_MIH_BASICBLOCK","features":[341]},{"name":"IMAGE_COR_MIH_EHRVA","features":[341]},{"name":"IMAGE_COR_MIH_METHODRVA","features":[341]},{"name":"IMAGE_DEBUG_MISC","features":[305,341]},{"name":"IMAGE_DEBUG_MISC_EXENAME","features":[341]},{"name":"IMAGE_DEBUG_TYPE_BBT","features":[341]},{"name":"IMAGE_DEBUG_TYPE_CLSID","features":[341]},{"name":"IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS","features":[341]},{"name":"IMAGE_DEBUG_TYPE_ILTCG","features":[341]},{"name":"IMAGE_DEBUG_TYPE_MPX","features":[341]},{"name":"IMAGE_DEBUG_TYPE_OMAP_FROM_SRC","features":[341]},{"name":"IMAGE_DEBUG_TYPE_OMAP_TO_SRC","features":[341]},{"name":"IMAGE_DEBUG_TYPE_POGO","features":[341]},{"name":"IMAGE_DEBUG_TYPE_REPRO","features":[341]},{"name":"IMAGE_DEBUG_TYPE_RESERVED10","features":[341]},{"name":"IMAGE_DEBUG_TYPE_SPGO","features":[341]},{"name":"IMAGE_DEBUG_TYPE_VC_FEATURE","features":[341]},{"name":"IMAGE_DOS_HEADER","features":[341]},{"name":"IMAGE_DOS_SIGNATURE","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION32","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION32_V2","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION64","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION64_V2","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_FUNCTION_OVERRIDE","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_IMPORT_CONTROL_TRANSFER","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_INDIR_CONTROL_TRANSFER","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_RF_EPILOGUE","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_RF_PROLOGUE","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_GUARD_SWITCHTABLE_BRANCH","features":[341]},{"name":"IMAGE_DYNAMIC_RELOCATION_TABLE","features":[341]},{"name":"IMAGE_ENCLAVE_FLAG_PRIMARY_IMAGE","features":[341]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_AUTHOR_ID","features":[341]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_FAMILY_ID","features":[341]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_IMAGE_ID","features":[341]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_NONE","features":[341]},{"name":"IMAGE_ENCLAVE_IMPORT_MATCH_UNIQUE_ID","features":[341]},{"name":"IMAGE_ENCLAVE_LONG_ID_LENGTH","features":[341]},{"name":"IMAGE_ENCLAVE_POLICY_DEBUGGABLE","features":[341]},{"name":"IMAGE_ENCLAVE_SHORT_ID_LENGTH","features":[341]},{"name":"IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER","features":[341]},{"name":"IMAGE_EXPORT_DIRECTORY","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_ARM64_BRANCH26","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_ARM64_THUNK","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_DYNAMIC_RELOCATION","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_HEADER","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_INVALID","features":[341]},{"name":"IMAGE_FUNCTION_OVERRIDE_X64_REL32","features":[341]},{"name":"IMAGE_GUARD_CASTGUARD_PRESENT","features":[341]},{"name":"IMAGE_GUARD_CFW_INSTRUMENTED","features":[341]},{"name":"IMAGE_GUARD_CF_ENABLE_EXPORT_SUPPRESSION","features":[341]},{"name":"IMAGE_GUARD_CF_EXPORT_SUPPRESSION_INFO_PRESENT","features":[341]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_PRESENT","features":[341]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_MASK","features":[341]},{"name":"IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_SHIFT","features":[341]},{"name":"IMAGE_GUARD_CF_INSTRUMENTED","features":[341]},{"name":"IMAGE_GUARD_CF_LONGJUMP_TABLE_PRESENT","features":[341]},{"name":"IMAGE_GUARD_DELAYLOAD_IAT_IN_ITS_OWN_SECTION","features":[341]},{"name":"IMAGE_GUARD_EH_CONTINUATION_TABLE_PRESENT","features":[341]},{"name":"IMAGE_GUARD_FLAG_EXPORT_SUPPRESSED","features":[341]},{"name":"IMAGE_GUARD_FLAG_FID_LANGEXCPTHANDLER","features":[341]},{"name":"IMAGE_GUARD_FLAG_FID_SUPPRESSED","features":[341]},{"name":"IMAGE_GUARD_FLAG_FID_XFG","features":[341]},{"name":"IMAGE_GUARD_MEMCPY_PRESENT","features":[341]},{"name":"IMAGE_GUARD_PROTECT_DELAYLOAD_IAT","features":[341]},{"name":"IMAGE_GUARD_RETPOLINE_PRESENT","features":[341]},{"name":"IMAGE_GUARD_RF_ENABLE","features":[341]},{"name":"IMAGE_GUARD_RF_INSTRUMENTED","features":[341]},{"name":"IMAGE_GUARD_RF_STRICT","features":[341]},{"name":"IMAGE_GUARD_SECURITY_COOKIE_UNUSED","features":[341]},{"name":"IMAGE_GUARD_XFG_ENABLED","features":[341]},{"name":"IMAGE_HOT_PATCH_ABSOLUTE","features":[341]},{"name":"IMAGE_HOT_PATCH_BASE","features":[341]},{"name":"IMAGE_HOT_PATCH_BASE_CAN_ROLL_BACK","features":[341]},{"name":"IMAGE_HOT_PATCH_BASE_OBLIGATORY","features":[341]},{"name":"IMAGE_HOT_PATCH_CALL_TARGET","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_INVERSE","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_OBLIGATORY","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_RESERVED","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_SIZE","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_SOURCE_RVA","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_TARGET_RVA","features":[341]},{"name":"IMAGE_HOT_PATCH_CHUNK_TYPE","features":[341]},{"name":"IMAGE_HOT_PATCH_DYNAMIC_VALUE","features":[341]},{"name":"IMAGE_HOT_PATCH_FUNCTION","features":[341]},{"name":"IMAGE_HOT_PATCH_HASHES","features":[341]},{"name":"IMAGE_HOT_PATCH_INDIRECT","features":[341]},{"name":"IMAGE_HOT_PATCH_INFO","features":[341]},{"name":"IMAGE_HOT_PATCH_NONE","features":[341]},{"name":"IMAGE_HOT_PATCH_NO_CALL_TARGET","features":[341]},{"name":"IMAGE_HOT_PATCH_REL32","features":[341]},{"name":"IMAGE_IMPORT_BY_NAME","features":[341]},{"name":"IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION","features":[341]},{"name":"IMAGE_IMPORT_DESCRIPTOR","features":[341]},{"name":"IMAGE_INDIR_CONTROL_TRANSFER_DYNAMIC_RELOCATION","features":[341]},{"name":"IMAGE_LINENUMBER","features":[341]},{"name":"IMAGE_NT_SIGNATURE","features":[341]},{"name":"IMAGE_NUMBEROF_DIRECTORY_ENTRIES","features":[341]},{"name":"IMAGE_ORDINAL_FLAG32","features":[341]},{"name":"IMAGE_ORDINAL_FLAG64","features":[341]},{"name":"IMAGE_OS2_HEADER","features":[341]},{"name":"IMAGE_OS2_SIGNATURE","features":[341]},{"name":"IMAGE_OS2_SIGNATURE_LE","features":[341]},{"name":"IMAGE_POLICY_ENTRY","features":[305,341]},{"name":"IMAGE_POLICY_ENTRY_TYPE","features":[341]},{"name":"IMAGE_POLICY_ID","features":[341]},{"name":"IMAGE_POLICY_METADATA","features":[305,341]},{"name":"IMAGE_POLICY_METADATA_VERSION","features":[341]},{"name":"IMAGE_POLICY_SECTION_NAME","features":[341]},{"name":"IMAGE_PROLOGUE_DYNAMIC_RELOCATION_HEADER","features":[341]},{"name":"IMAGE_RELOCATION","features":[341]},{"name":"IMAGE_REL_ALPHA_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_ALPHA_BRADDR","features":[341]},{"name":"IMAGE_REL_ALPHA_GPDISP","features":[341]},{"name":"IMAGE_REL_ALPHA_GPREL32","features":[341]},{"name":"IMAGE_REL_ALPHA_GPRELHI","features":[341]},{"name":"IMAGE_REL_ALPHA_GPRELLO","features":[341]},{"name":"IMAGE_REL_ALPHA_HINT","features":[341]},{"name":"IMAGE_REL_ALPHA_INLINE_REFLONG","features":[341]},{"name":"IMAGE_REL_ALPHA_LITERAL","features":[341]},{"name":"IMAGE_REL_ALPHA_LITUSE","features":[341]},{"name":"IMAGE_REL_ALPHA_MATCH","features":[341]},{"name":"IMAGE_REL_ALPHA_PAIR","features":[341]},{"name":"IMAGE_REL_ALPHA_REFHI","features":[341]},{"name":"IMAGE_REL_ALPHA_REFLO","features":[341]},{"name":"IMAGE_REL_ALPHA_REFLONG","features":[341]},{"name":"IMAGE_REL_ALPHA_REFLONGNB","features":[341]},{"name":"IMAGE_REL_ALPHA_REFQ1","features":[341]},{"name":"IMAGE_REL_ALPHA_REFQ2","features":[341]},{"name":"IMAGE_REL_ALPHA_REFQ3","features":[341]},{"name":"IMAGE_REL_ALPHA_REFQUAD","features":[341]},{"name":"IMAGE_REL_ALPHA_SECREL","features":[341]},{"name":"IMAGE_REL_ALPHA_SECRELHI","features":[341]},{"name":"IMAGE_REL_ALPHA_SECRELLO","features":[341]},{"name":"IMAGE_REL_ALPHA_SECTION","features":[341]},{"name":"IMAGE_REL_AMD64_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_AMD64_ADDR32","features":[341]},{"name":"IMAGE_REL_AMD64_ADDR32NB","features":[341]},{"name":"IMAGE_REL_AMD64_ADDR64","features":[341]},{"name":"IMAGE_REL_AMD64_CFG_BR","features":[341]},{"name":"IMAGE_REL_AMD64_CFG_BR_REX","features":[341]},{"name":"IMAGE_REL_AMD64_CFG_CALL","features":[341]},{"name":"IMAGE_REL_AMD64_EHANDLER","features":[341]},{"name":"IMAGE_REL_AMD64_IMPORT_BR","features":[341]},{"name":"IMAGE_REL_AMD64_IMPORT_CALL","features":[341]},{"name":"IMAGE_REL_AMD64_INDIR_BR","features":[341]},{"name":"IMAGE_REL_AMD64_INDIR_BR_REX","features":[341]},{"name":"IMAGE_REL_AMD64_INDIR_BR_SWITCHTABLE_FIRST","features":[341]},{"name":"IMAGE_REL_AMD64_INDIR_BR_SWITCHTABLE_LAST","features":[341]},{"name":"IMAGE_REL_AMD64_INDIR_CALL","features":[341]},{"name":"IMAGE_REL_AMD64_PAIR","features":[341]},{"name":"IMAGE_REL_AMD64_REL32","features":[341]},{"name":"IMAGE_REL_AMD64_REL32_1","features":[341]},{"name":"IMAGE_REL_AMD64_REL32_2","features":[341]},{"name":"IMAGE_REL_AMD64_REL32_3","features":[341]},{"name":"IMAGE_REL_AMD64_REL32_4","features":[341]},{"name":"IMAGE_REL_AMD64_REL32_5","features":[341]},{"name":"IMAGE_REL_AMD64_SECREL","features":[341]},{"name":"IMAGE_REL_AMD64_SECREL7","features":[341]},{"name":"IMAGE_REL_AMD64_SECTION","features":[341]},{"name":"IMAGE_REL_AMD64_SREL32","features":[341]},{"name":"IMAGE_REL_AMD64_SSPAN32","features":[341]},{"name":"IMAGE_REL_AMD64_TOKEN","features":[341]},{"name":"IMAGE_REL_AM_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_AM_ADDR32","features":[341]},{"name":"IMAGE_REL_AM_ADDR32NB","features":[341]},{"name":"IMAGE_REL_AM_CALL32","features":[341]},{"name":"IMAGE_REL_AM_FUNCINFO","features":[341]},{"name":"IMAGE_REL_AM_REL32_1","features":[341]},{"name":"IMAGE_REL_AM_REL32_2","features":[341]},{"name":"IMAGE_REL_AM_SECREL","features":[341]},{"name":"IMAGE_REL_AM_SECTION","features":[341]},{"name":"IMAGE_REL_AM_TOKEN","features":[341]},{"name":"IMAGE_REL_ARM64_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_ARM64_ADDR32","features":[341]},{"name":"IMAGE_REL_ARM64_ADDR32NB","features":[341]},{"name":"IMAGE_REL_ARM64_ADDR64","features":[341]},{"name":"IMAGE_REL_ARM64_BRANCH19","features":[341]},{"name":"IMAGE_REL_ARM64_BRANCH26","features":[341]},{"name":"IMAGE_REL_ARM64_PAGEBASE_REL21","features":[341]},{"name":"IMAGE_REL_ARM64_PAGEOFFSET_12A","features":[341]},{"name":"IMAGE_REL_ARM64_PAGEOFFSET_12L","features":[341]},{"name":"IMAGE_REL_ARM64_REL21","features":[341]},{"name":"IMAGE_REL_ARM64_SECREL","features":[341]},{"name":"IMAGE_REL_ARM64_SECREL_HIGH12A","features":[341]},{"name":"IMAGE_REL_ARM64_SECREL_LOW12A","features":[341]},{"name":"IMAGE_REL_ARM64_SECREL_LOW12L","features":[341]},{"name":"IMAGE_REL_ARM64_SECTION","features":[341]},{"name":"IMAGE_REL_ARM64_TOKEN","features":[341]},{"name":"IMAGE_REL_ARM_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_ARM_ADDR32","features":[341]},{"name":"IMAGE_REL_ARM_ADDR32NB","features":[341]},{"name":"IMAGE_REL_ARM_BLX11","features":[341]},{"name":"IMAGE_REL_ARM_BLX23T","features":[341]},{"name":"IMAGE_REL_ARM_BLX24","features":[341]},{"name":"IMAGE_REL_ARM_BRANCH11","features":[341]},{"name":"IMAGE_REL_ARM_BRANCH20T","features":[341]},{"name":"IMAGE_REL_ARM_BRANCH24","features":[341]},{"name":"IMAGE_REL_ARM_BRANCH24T","features":[341]},{"name":"IMAGE_REL_ARM_GPREL12","features":[341]},{"name":"IMAGE_REL_ARM_GPREL7","features":[341]},{"name":"IMAGE_REL_ARM_MOV32","features":[341]},{"name":"IMAGE_REL_ARM_MOV32A","features":[341]},{"name":"IMAGE_REL_ARM_MOV32T","features":[341]},{"name":"IMAGE_REL_ARM_SECREL","features":[341]},{"name":"IMAGE_REL_ARM_SECTION","features":[341]},{"name":"IMAGE_REL_ARM_TOKEN","features":[341]},{"name":"IMAGE_REL_BASED_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_BASED_ARM_MOV32","features":[341]},{"name":"IMAGE_REL_BASED_DIR64","features":[341]},{"name":"IMAGE_REL_BASED_HIGH","features":[341]},{"name":"IMAGE_REL_BASED_HIGHADJ","features":[341]},{"name":"IMAGE_REL_BASED_HIGHLOW","features":[341]},{"name":"IMAGE_REL_BASED_IA64_IMM64","features":[341]},{"name":"IMAGE_REL_BASED_LOW","features":[341]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_5","features":[341]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_7","features":[341]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_8","features":[341]},{"name":"IMAGE_REL_BASED_MACHINE_SPECIFIC_9","features":[341]},{"name":"IMAGE_REL_BASED_MIPS_JMPADDR","features":[341]},{"name":"IMAGE_REL_BASED_MIPS_JMPADDR16","features":[341]},{"name":"IMAGE_REL_BASED_RESERVED","features":[341]},{"name":"IMAGE_REL_BASED_THUMB_MOV32","features":[341]},{"name":"IMAGE_REL_CEE_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_CEE_ADDR32","features":[341]},{"name":"IMAGE_REL_CEE_ADDR32NB","features":[341]},{"name":"IMAGE_REL_CEE_ADDR64","features":[341]},{"name":"IMAGE_REL_CEE_SECREL","features":[341]},{"name":"IMAGE_REL_CEE_SECTION","features":[341]},{"name":"IMAGE_REL_CEE_TOKEN","features":[341]},{"name":"IMAGE_REL_CEF_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_CEF_ADDR32","features":[341]},{"name":"IMAGE_REL_CEF_ADDR32NB","features":[341]},{"name":"IMAGE_REL_CEF_ADDR64","features":[341]},{"name":"IMAGE_REL_CEF_SECREL","features":[341]},{"name":"IMAGE_REL_CEF_SECTION","features":[341]},{"name":"IMAGE_REL_CEF_TOKEN","features":[341]},{"name":"IMAGE_REL_EBC_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_EBC_ADDR32NB","features":[341]},{"name":"IMAGE_REL_EBC_REL32","features":[341]},{"name":"IMAGE_REL_EBC_SECREL","features":[341]},{"name":"IMAGE_REL_EBC_SECTION","features":[341]},{"name":"IMAGE_REL_I386_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_I386_DIR16","features":[341]},{"name":"IMAGE_REL_I386_DIR32","features":[341]},{"name":"IMAGE_REL_I386_DIR32NB","features":[341]},{"name":"IMAGE_REL_I386_REL16","features":[341]},{"name":"IMAGE_REL_I386_REL32","features":[341]},{"name":"IMAGE_REL_I386_SECREL","features":[341]},{"name":"IMAGE_REL_I386_SECREL7","features":[341]},{"name":"IMAGE_REL_I386_SECTION","features":[341]},{"name":"IMAGE_REL_I386_SEG12","features":[341]},{"name":"IMAGE_REL_I386_TOKEN","features":[341]},{"name":"IMAGE_REL_IA64_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_IA64_ADDEND","features":[341]},{"name":"IMAGE_REL_IA64_DIR32","features":[341]},{"name":"IMAGE_REL_IA64_DIR32NB","features":[341]},{"name":"IMAGE_REL_IA64_DIR64","features":[341]},{"name":"IMAGE_REL_IA64_GPREL22","features":[341]},{"name":"IMAGE_REL_IA64_GPREL32","features":[341]},{"name":"IMAGE_REL_IA64_IMM14","features":[341]},{"name":"IMAGE_REL_IA64_IMM22","features":[341]},{"name":"IMAGE_REL_IA64_IMM64","features":[341]},{"name":"IMAGE_REL_IA64_IMMGPREL64","features":[341]},{"name":"IMAGE_REL_IA64_LTOFF22","features":[341]},{"name":"IMAGE_REL_IA64_PCREL21B","features":[341]},{"name":"IMAGE_REL_IA64_PCREL21F","features":[341]},{"name":"IMAGE_REL_IA64_PCREL21M","features":[341]},{"name":"IMAGE_REL_IA64_PCREL60B","features":[341]},{"name":"IMAGE_REL_IA64_PCREL60F","features":[341]},{"name":"IMAGE_REL_IA64_PCREL60I","features":[341]},{"name":"IMAGE_REL_IA64_PCREL60M","features":[341]},{"name":"IMAGE_REL_IA64_PCREL60X","features":[341]},{"name":"IMAGE_REL_IA64_SECREL22","features":[341]},{"name":"IMAGE_REL_IA64_SECREL32","features":[341]},{"name":"IMAGE_REL_IA64_SECREL64I","features":[341]},{"name":"IMAGE_REL_IA64_SECTION","features":[341]},{"name":"IMAGE_REL_IA64_SREL14","features":[341]},{"name":"IMAGE_REL_IA64_SREL22","features":[341]},{"name":"IMAGE_REL_IA64_SREL32","features":[341]},{"name":"IMAGE_REL_IA64_TOKEN","features":[341]},{"name":"IMAGE_REL_IA64_UREL32","features":[341]},{"name":"IMAGE_REL_M32R_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_M32R_ADDR24","features":[341]},{"name":"IMAGE_REL_M32R_ADDR32","features":[341]},{"name":"IMAGE_REL_M32R_ADDR32NB","features":[341]},{"name":"IMAGE_REL_M32R_GPREL16","features":[341]},{"name":"IMAGE_REL_M32R_PAIR","features":[341]},{"name":"IMAGE_REL_M32R_PCREL16","features":[341]},{"name":"IMAGE_REL_M32R_PCREL24","features":[341]},{"name":"IMAGE_REL_M32R_PCREL8","features":[341]},{"name":"IMAGE_REL_M32R_REFHALF","features":[341]},{"name":"IMAGE_REL_M32R_REFHI","features":[341]},{"name":"IMAGE_REL_M32R_REFLO","features":[341]},{"name":"IMAGE_REL_M32R_SECREL32","features":[341]},{"name":"IMAGE_REL_M32R_SECTION","features":[341]},{"name":"IMAGE_REL_M32R_TOKEN","features":[341]},{"name":"IMAGE_REL_MIPS_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_MIPS_GPREL","features":[341]},{"name":"IMAGE_REL_MIPS_JMPADDR","features":[341]},{"name":"IMAGE_REL_MIPS_JMPADDR16","features":[341]},{"name":"IMAGE_REL_MIPS_LITERAL","features":[341]},{"name":"IMAGE_REL_MIPS_PAIR","features":[341]},{"name":"IMAGE_REL_MIPS_REFHALF","features":[341]},{"name":"IMAGE_REL_MIPS_REFHI","features":[341]},{"name":"IMAGE_REL_MIPS_REFLO","features":[341]},{"name":"IMAGE_REL_MIPS_REFWORD","features":[341]},{"name":"IMAGE_REL_MIPS_REFWORDNB","features":[341]},{"name":"IMAGE_REL_MIPS_SECREL","features":[341]},{"name":"IMAGE_REL_MIPS_SECRELHI","features":[341]},{"name":"IMAGE_REL_MIPS_SECRELLO","features":[341]},{"name":"IMAGE_REL_MIPS_SECTION","features":[341]},{"name":"IMAGE_REL_MIPS_TOKEN","features":[341]},{"name":"IMAGE_REL_PPC_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_PPC_ADDR14","features":[341]},{"name":"IMAGE_REL_PPC_ADDR16","features":[341]},{"name":"IMAGE_REL_PPC_ADDR24","features":[341]},{"name":"IMAGE_REL_PPC_ADDR32","features":[341]},{"name":"IMAGE_REL_PPC_ADDR32NB","features":[341]},{"name":"IMAGE_REL_PPC_ADDR64","features":[341]},{"name":"IMAGE_REL_PPC_BRNTAKEN","features":[341]},{"name":"IMAGE_REL_PPC_BRTAKEN","features":[341]},{"name":"IMAGE_REL_PPC_GPREL","features":[341]},{"name":"IMAGE_REL_PPC_IFGLUE","features":[341]},{"name":"IMAGE_REL_PPC_IMGLUE","features":[341]},{"name":"IMAGE_REL_PPC_NEG","features":[341]},{"name":"IMAGE_REL_PPC_PAIR","features":[341]},{"name":"IMAGE_REL_PPC_REFHI","features":[341]},{"name":"IMAGE_REL_PPC_REFLO","features":[341]},{"name":"IMAGE_REL_PPC_REL14","features":[341]},{"name":"IMAGE_REL_PPC_REL24","features":[341]},{"name":"IMAGE_REL_PPC_SECREL","features":[341]},{"name":"IMAGE_REL_PPC_SECREL16","features":[341]},{"name":"IMAGE_REL_PPC_SECRELHI","features":[341]},{"name":"IMAGE_REL_PPC_SECRELLO","features":[341]},{"name":"IMAGE_REL_PPC_SECTION","features":[341]},{"name":"IMAGE_REL_PPC_TOCDEFN","features":[341]},{"name":"IMAGE_REL_PPC_TOCREL14","features":[341]},{"name":"IMAGE_REL_PPC_TOCREL16","features":[341]},{"name":"IMAGE_REL_PPC_TOKEN","features":[341]},{"name":"IMAGE_REL_PPC_TYPEMASK","features":[341]},{"name":"IMAGE_REL_SH3_ABSOLUTE","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT16","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT32","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT32_NB","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT4","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT4_LONG","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT4_WORD","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT8","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT8_LONG","features":[341]},{"name":"IMAGE_REL_SH3_DIRECT8_WORD","features":[341]},{"name":"IMAGE_REL_SH3_GPREL4_LONG","features":[341]},{"name":"IMAGE_REL_SH3_PCREL12_WORD","features":[341]},{"name":"IMAGE_REL_SH3_PCREL8_LONG","features":[341]},{"name":"IMAGE_REL_SH3_PCREL8_WORD","features":[341]},{"name":"IMAGE_REL_SH3_SECREL","features":[341]},{"name":"IMAGE_REL_SH3_SECTION","features":[341]},{"name":"IMAGE_REL_SH3_SIZEOF_SECTION","features":[341]},{"name":"IMAGE_REL_SH3_STARTOF_SECTION","features":[341]},{"name":"IMAGE_REL_SH3_TOKEN","features":[341]},{"name":"IMAGE_REL_SHM_PAIR","features":[341]},{"name":"IMAGE_REL_SHM_PCRELPT","features":[341]},{"name":"IMAGE_REL_SHM_REFHALF","features":[341]},{"name":"IMAGE_REL_SHM_REFLO","features":[341]},{"name":"IMAGE_REL_SHM_RELHALF","features":[341]},{"name":"IMAGE_REL_SHM_RELLO","features":[341]},{"name":"IMAGE_REL_SH_NOMODE","features":[341]},{"name":"IMAGE_REL_THUMB_BLX23","features":[341]},{"name":"IMAGE_REL_THUMB_BRANCH20","features":[341]},{"name":"IMAGE_REL_THUMB_BRANCH24","features":[341]},{"name":"IMAGE_REL_THUMB_MOV32","features":[341]},{"name":"IMAGE_RESOURCE_DATA_ENTRY","features":[341]},{"name":"IMAGE_RESOURCE_DATA_IS_DIRECTORY","features":[341]},{"name":"IMAGE_RESOURCE_DIRECTORY","features":[341]},{"name":"IMAGE_RESOURCE_DIRECTORY_ENTRY","features":[341]},{"name":"IMAGE_RESOURCE_DIRECTORY_STRING","features":[341]},{"name":"IMAGE_RESOURCE_DIR_STRING_U","features":[341]},{"name":"IMAGE_RESOURCE_NAME_IS_STRING","features":[341]},{"name":"IMAGE_SEPARATE_DEBUG_FLAGS_MASK","features":[341]},{"name":"IMAGE_SEPARATE_DEBUG_HEADER","features":[341]},{"name":"IMAGE_SEPARATE_DEBUG_MISMATCH","features":[341]},{"name":"IMAGE_SEPARATE_DEBUG_SIGNATURE","features":[341]},{"name":"IMAGE_SIZEOF_ARCHIVE_MEMBER_HDR","features":[341]},{"name":"IMAGE_SIZEOF_FILE_HEADER","features":[341]},{"name":"IMAGE_SIZEOF_SECTION_HEADER","features":[341]},{"name":"IMAGE_SIZEOF_SHORT_NAME","features":[341]},{"name":"IMAGE_SIZEOF_SYMBOL","features":[341]},{"name":"IMAGE_SWITCHTABLE_BRANCH_DYNAMIC_RELOCATION","features":[341]},{"name":"IMAGE_SYMBOL","features":[341]},{"name":"IMAGE_SYMBOL_EX","features":[341]},{"name":"IMAGE_SYM_CLASS_ARGUMENT","features":[341]},{"name":"IMAGE_SYM_CLASS_AUTOMATIC","features":[341]},{"name":"IMAGE_SYM_CLASS_BIT_FIELD","features":[341]},{"name":"IMAGE_SYM_CLASS_BLOCK","features":[341]},{"name":"IMAGE_SYM_CLASS_CLR_TOKEN","features":[341]},{"name":"IMAGE_SYM_CLASS_END_OF_STRUCT","features":[341]},{"name":"IMAGE_SYM_CLASS_ENUM_TAG","features":[341]},{"name":"IMAGE_SYM_CLASS_EXTERNAL","features":[341]},{"name":"IMAGE_SYM_CLASS_EXTERNAL_DEF","features":[341]},{"name":"IMAGE_SYM_CLASS_FAR_EXTERNAL","features":[341]},{"name":"IMAGE_SYM_CLASS_FILE","features":[341]},{"name":"IMAGE_SYM_CLASS_FUNCTION","features":[341]},{"name":"IMAGE_SYM_CLASS_LABEL","features":[341]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_ENUM","features":[341]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_STRUCT","features":[341]},{"name":"IMAGE_SYM_CLASS_MEMBER_OF_UNION","features":[341]},{"name":"IMAGE_SYM_CLASS_NULL","features":[341]},{"name":"IMAGE_SYM_CLASS_REGISTER","features":[341]},{"name":"IMAGE_SYM_CLASS_REGISTER_PARAM","features":[341]},{"name":"IMAGE_SYM_CLASS_SECTION","features":[341]},{"name":"IMAGE_SYM_CLASS_STATIC","features":[341]},{"name":"IMAGE_SYM_CLASS_STRUCT_TAG","features":[341]},{"name":"IMAGE_SYM_CLASS_TYPE_DEFINITION","features":[341]},{"name":"IMAGE_SYM_CLASS_UNDEFINED_LABEL","features":[341]},{"name":"IMAGE_SYM_CLASS_UNDEFINED_STATIC","features":[341]},{"name":"IMAGE_SYM_CLASS_UNION_TAG","features":[341]},{"name":"IMAGE_SYM_CLASS_WEAK_EXTERNAL","features":[341]},{"name":"IMAGE_SYM_DTYPE_ARRAY","features":[341]},{"name":"IMAGE_SYM_DTYPE_FUNCTION","features":[341]},{"name":"IMAGE_SYM_DTYPE_NULL","features":[341]},{"name":"IMAGE_SYM_DTYPE_POINTER","features":[341]},{"name":"IMAGE_SYM_SECTION_MAX","features":[341]},{"name":"IMAGE_SYM_SECTION_MAX_EX","features":[341]},{"name":"IMAGE_SYM_TYPE_BYTE","features":[341]},{"name":"IMAGE_SYM_TYPE_CHAR","features":[341]},{"name":"IMAGE_SYM_TYPE_DOUBLE","features":[341]},{"name":"IMAGE_SYM_TYPE_DWORD","features":[341]},{"name":"IMAGE_SYM_TYPE_ENUM","features":[341]},{"name":"IMAGE_SYM_TYPE_FLOAT","features":[341]},{"name":"IMAGE_SYM_TYPE_INT","features":[341]},{"name":"IMAGE_SYM_TYPE_LONG","features":[341]},{"name":"IMAGE_SYM_TYPE_MOE","features":[341]},{"name":"IMAGE_SYM_TYPE_NULL","features":[341]},{"name":"IMAGE_SYM_TYPE_PCODE","features":[341]},{"name":"IMAGE_SYM_TYPE_SHORT","features":[341]},{"name":"IMAGE_SYM_TYPE_STRUCT","features":[341]},{"name":"IMAGE_SYM_TYPE_UINT","features":[341]},{"name":"IMAGE_SYM_TYPE_UNION","features":[341]},{"name":"IMAGE_SYM_TYPE_VOID","features":[341]},{"name":"IMAGE_SYM_TYPE_WORD","features":[341]},{"name":"IMAGE_TLS_DIRECTORY32","features":[341]},{"name":"IMAGE_TLS_DIRECTORY64","features":[341]},{"name":"IMAGE_VXD_HEADER","features":[341]},{"name":"IMAGE_VXD_SIGNATURE","features":[341]},{"name":"IMAGE_WEAK_EXTERN_ANTI_DEPENDENCY","features":[341]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_ALIAS","features":[341]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_LIBRARY","features":[341]},{"name":"IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY","features":[341]},{"name":"IMPORT_OBJECT_CODE","features":[341]},{"name":"IMPORT_OBJECT_CONST","features":[341]},{"name":"IMPORT_OBJECT_DATA","features":[341]},{"name":"IMPORT_OBJECT_HDR_SIG2","features":[341]},{"name":"IMPORT_OBJECT_HEADER","features":[341]},{"name":"IMPORT_OBJECT_NAME","features":[341]},{"name":"IMPORT_OBJECT_NAME_EXPORTAS","features":[341]},{"name":"IMPORT_OBJECT_NAME_NO_PREFIX","features":[341]},{"name":"IMPORT_OBJECT_NAME_TYPE","features":[341]},{"name":"IMPORT_OBJECT_NAME_UNDECORATE","features":[341]},{"name":"IMPORT_OBJECT_ORDINAL","features":[341]},{"name":"IMPORT_OBJECT_TYPE","features":[341]},{"name":"INITIAL_CPSR","features":[341]},{"name":"INITIAL_FPCSR","features":[341]},{"name":"INITIAL_FPSCR","features":[341]},{"name":"INITIAL_MXCSR","features":[341]},{"name":"IO_COMPLETION_MODIFY_STATE","features":[341]},{"name":"IO_REPARSE_TAG_AF_UNIX","features":[341]},{"name":"IO_REPARSE_TAG_APPEXECLINK","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_1","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_2","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_3","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_4","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_5","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_6","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_7","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_8","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_9","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_A","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_B","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_C","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_D","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_E","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_F","features":[341]},{"name":"IO_REPARSE_TAG_CLOUD_MASK","features":[341]},{"name":"IO_REPARSE_TAG_CSV","features":[341]},{"name":"IO_REPARSE_TAG_DATALESS_CIM","features":[341]},{"name":"IO_REPARSE_TAG_DEDUP","features":[341]},{"name":"IO_REPARSE_TAG_DFS","features":[341]},{"name":"IO_REPARSE_TAG_DFSR","features":[341]},{"name":"IO_REPARSE_TAG_FILE_PLACEHOLDER","features":[341]},{"name":"IO_REPARSE_TAG_GLOBAL_REPARSE","features":[341]},{"name":"IO_REPARSE_TAG_HSM","features":[341]},{"name":"IO_REPARSE_TAG_HSM2","features":[341]},{"name":"IO_REPARSE_TAG_MOUNT_POINT","features":[341]},{"name":"IO_REPARSE_TAG_NFS","features":[341]},{"name":"IO_REPARSE_TAG_ONEDRIVE","features":[341]},{"name":"IO_REPARSE_TAG_PROJFS","features":[341]},{"name":"IO_REPARSE_TAG_PROJFS_TOMBSTONE","features":[341]},{"name":"IO_REPARSE_TAG_RESERVED_INVALID","features":[341]},{"name":"IO_REPARSE_TAG_RESERVED_ONE","features":[341]},{"name":"IO_REPARSE_TAG_RESERVED_RANGE","features":[341]},{"name":"IO_REPARSE_TAG_RESERVED_TWO","features":[341]},{"name":"IO_REPARSE_TAG_RESERVED_ZERO","features":[341]},{"name":"IO_REPARSE_TAG_SIS","features":[341]},{"name":"IO_REPARSE_TAG_STORAGE_SYNC","features":[341]},{"name":"IO_REPARSE_TAG_SYMLINK","features":[341]},{"name":"IO_REPARSE_TAG_UNHANDLED","features":[341]},{"name":"IO_REPARSE_TAG_WCI","features":[341]},{"name":"IO_REPARSE_TAG_WCI_1","features":[341]},{"name":"IO_REPARSE_TAG_WCI_LINK","features":[341]},{"name":"IO_REPARSE_TAG_WCI_LINK_1","features":[341]},{"name":"IO_REPARSE_TAG_WCI_TOMBSTONE","features":[341]},{"name":"IO_REPARSE_TAG_WIM","features":[341]},{"name":"IO_REPARSE_TAG_WOF","features":[341]},{"name":"IS_TEXT_UNICODE_DBCS_LEADBYTE","features":[341]},{"name":"IS_TEXT_UNICODE_UTF8","features":[341]},{"name":"ITWW_OPEN_CONNECT","features":[341]},{"name":"IgnoreError","features":[341]},{"name":"ImagePolicyEntryTypeAnsiString","features":[341]},{"name":"ImagePolicyEntryTypeBool","features":[341]},{"name":"ImagePolicyEntryTypeInt16","features":[341]},{"name":"ImagePolicyEntryTypeInt32","features":[341]},{"name":"ImagePolicyEntryTypeInt64","features":[341]},{"name":"ImagePolicyEntryTypeInt8","features":[341]},{"name":"ImagePolicyEntryTypeMaximum","features":[341]},{"name":"ImagePolicyEntryTypeNone","features":[341]},{"name":"ImagePolicyEntryTypeOverride","features":[341]},{"name":"ImagePolicyEntryTypeUInt16","features":[341]},{"name":"ImagePolicyEntryTypeUInt32","features":[341]},{"name":"ImagePolicyEntryTypeUInt64","features":[341]},{"name":"ImagePolicyEntryTypeUInt8","features":[341]},{"name":"ImagePolicyEntryTypeUnicodeString","features":[341]},{"name":"ImagePolicyIdCapability","features":[341]},{"name":"ImagePolicyIdCrashDump","features":[341]},{"name":"ImagePolicyIdCrashDumpKey","features":[341]},{"name":"ImagePolicyIdCrashDumpKeyGuid","features":[341]},{"name":"ImagePolicyIdDebug","features":[341]},{"name":"ImagePolicyIdDeviceId","features":[341]},{"name":"ImagePolicyIdEtw","features":[341]},{"name":"ImagePolicyIdMaximum","features":[341]},{"name":"ImagePolicyIdNone","features":[341]},{"name":"ImagePolicyIdParentSd","features":[341]},{"name":"ImagePolicyIdParentSdRev","features":[341]},{"name":"ImagePolicyIdScenarioId","features":[341]},{"name":"ImagePolicyIdSvn","features":[341]},{"name":"JOB_OBJECT_ASSIGN_PROCESS","features":[341]},{"name":"JOB_OBJECT_IMPERSONATE","features":[341]},{"name":"JOB_OBJECT_MSG_ABNORMAL_EXIT_PROCESS","features":[341]},{"name":"JOB_OBJECT_MSG_ACTIVE_PROCESS_LIMIT","features":[341]},{"name":"JOB_OBJECT_MSG_ACTIVE_PROCESS_ZERO","features":[341]},{"name":"JOB_OBJECT_MSG_END_OF_JOB_TIME","features":[341]},{"name":"JOB_OBJECT_MSG_END_OF_PROCESS_TIME","features":[341]},{"name":"JOB_OBJECT_MSG_EXIT_PROCESS","features":[341]},{"name":"JOB_OBJECT_MSG_JOB_CYCLE_TIME_LIMIT","features":[341]},{"name":"JOB_OBJECT_MSG_JOB_MEMORY_LIMIT","features":[341]},{"name":"JOB_OBJECT_MSG_MAXIMUM","features":[341]},{"name":"JOB_OBJECT_MSG_MINIMUM","features":[341]},{"name":"JOB_OBJECT_MSG_NEW_PROCESS","features":[341]},{"name":"JOB_OBJECT_MSG_NOTIFICATION_LIMIT","features":[341]},{"name":"JOB_OBJECT_MSG_PROCESS_MEMORY_LIMIT","features":[341]},{"name":"JOB_OBJECT_MSG_SILO_TERMINATED","features":[341]},{"name":"JOB_OBJECT_NET_RATE_CONTROL_MAX_DSCP_TAG","features":[341]},{"name":"JOB_OBJECT_QUERY","features":[341]},{"name":"JOB_OBJECT_SET_ATTRIBUTES","features":[341]},{"name":"JOB_OBJECT_SET_SECURITY_ATTRIBUTES","features":[341]},{"name":"JOB_OBJECT_TERMINATE","features":[341]},{"name":"JOB_OBJECT_UILIMIT_ALL","features":[341]},{"name":"JOB_OBJECT_UILIMIT_IME","features":[341]},{"name":"JOB_OBJECT_UI_VALID_FLAGS","features":[341]},{"name":"KERNEL_CET_CONTEXT","features":[341]},{"name":"KTMOBJECT_CURSOR","features":[341]},{"name":"KTMOBJECT_ENLISTMENT","features":[341]},{"name":"KTMOBJECT_INVALID","features":[341]},{"name":"KTMOBJECT_RESOURCE_MANAGER","features":[341]},{"name":"KTMOBJECT_TRANSACTION","features":[341]},{"name":"KTMOBJECT_TRANSACTION_MANAGER","features":[341]},{"name":"KTMOBJECT_TYPE","features":[341]},{"name":"LANG_AFRIKAANS","features":[341]},{"name":"LANG_ALBANIAN","features":[341]},{"name":"LANG_ALSATIAN","features":[341]},{"name":"LANG_AMHARIC","features":[341]},{"name":"LANG_ARABIC","features":[341]},{"name":"LANG_ARMENIAN","features":[341]},{"name":"LANG_ASSAMESE","features":[341]},{"name":"LANG_AZERBAIJANI","features":[341]},{"name":"LANG_AZERI","features":[341]},{"name":"LANG_BANGLA","features":[341]},{"name":"LANG_BASHKIR","features":[341]},{"name":"LANG_BASQUE","features":[341]},{"name":"LANG_BELARUSIAN","features":[341]},{"name":"LANG_BENGALI","features":[341]},{"name":"LANG_BOSNIAN","features":[341]},{"name":"LANG_BOSNIAN_NEUTRAL","features":[341]},{"name":"LANG_BRETON","features":[341]},{"name":"LANG_BULGARIAN","features":[341]},{"name":"LANG_CATALAN","features":[341]},{"name":"LANG_CENTRAL_KURDISH","features":[341]},{"name":"LANG_CHEROKEE","features":[341]},{"name":"LANG_CHINESE","features":[341]},{"name":"LANG_CHINESE_SIMPLIFIED","features":[341]},{"name":"LANG_CHINESE_TRADITIONAL","features":[341]},{"name":"LANG_CORSICAN","features":[341]},{"name":"LANG_CROATIAN","features":[341]},{"name":"LANG_CZECH","features":[341]},{"name":"LANG_DANISH","features":[341]},{"name":"LANG_DARI","features":[341]},{"name":"LANG_DIVEHI","features":[341]},{"name":"LANG_DUTCH","features":[341]},{"name":"LANG_ENGLISH","features":[341]},{"name":"LANG_ESTONIAN","features":[341]},{"name":"LANG_FAEROESE","features":[341]},{"name":"LANG_FARSI","features":[341]},{"name":"LANG_FILIPINO","features":[341]},{"name":"LANG_FINNISH","features":[341]},{"name":"LANG_FRENCH","features":[341]},{"name":"LANG_FRISIAN","features":[341]},{"name":"LANG_FULAH","features":[341]},{"name":"LANG_GALICIAN","features":[341]},{"name":"LANG_GEORGIAN","features":[341]},{"name":"LANG_GERMAN","features":[341]},{"name":"LANG_GREEK","features":[341]},{"name":"LANG_GREENLANDIC","features":[341]},{"name":"LANG_GUJARATI","features":[341]},{"name":"LANG_HAUSA","features":[341]},{"name":"LANG_HAWAIIAN","features":[341]},{"name":"LANG_HEBREW","features":[341]},{"name":"LANG_HINDI","features":[341]},{"name":"LANG_HUNGARIAN","features":[341]},{"name":"LANG_ICELANDIC","features":[341]},{"name":"LANG_IGBO","features":[341]},{"name":"LANG_INDONESIAN","features":[341]},{"name":"LANG_INUKTITUT","features":[341]},{"name":"LANG_INVARIANT","features":[341]},{"name":"LANG_IRISH","features":[341]},{"name":"LANG_ITALIAN","features":[341]},{"name":"LANG_JAPANESE","features":[341]},{"name":"LANG_KANNADA","features":[341]},{"name":"LANG_KASHMIRI","features":[341]},{"name":"LANG_KAZAK","features":[341]},{"name":"LANG_KHMER","features":[341]},{"name":"LANG_KICHE","features":[341]},{"name":"LANG_KINYARWANDA","features":[341]},{"name":"LANG_KONKANI","features":[341]},{"name":"LANG_KOREAN","features":[341]},{"name":"LANG_KYRGYZ","features":[341]},{"name":"LANG_LAO","features":[341]},{"name":"LANG_LATVIAN","features":[341]},{"name":"LANG_LITHUANIAN","features":[341]},{"name":"LANG_LOWER_SORBIAN","features":[341]},{"name":"LANG_LUXEMBOURGISH","features":[341]},{"name":"LANG_MACEDONIAN","features":[341]},{"name":"LANG_MALAY","features":[341]},{"name":"LANG_MALAYALAM","features":[341]},{"name":"LANG_MALTESE","features":[341]},{"name":"LANG_MANIPURI","features":[341]},{"name":"LANG_MAORI","features":[341]},{"name":"LANG_MAPUDUNGUN","features":[341]},{"name":"LANG_MARATHI","features":[341]},{"name":"LANG_MOHAWK","features":[341]},{"name":"LANG_MONGOLIAN","features":[341]},{"name":"LANG_NEPALI","features":[341]},{"name":"LANG_NEUTRAL","features":[341]},{"name":"LANG_NORWEGIAN","features":[341]},{"name":"LANG_OCCITAN","features":[341]},{"name":"LANG_ODIA","features":[341]},{"name":"LANG_ORIYA","features":[341]},{"name":"LANG_PASHTO","features":[341]},{"name":"LANG_PERSIAN","features":[341]},{"name":"LANG_POLISH","features":[341]},{"name":"LANG_PORTUGUESE","features":[341]},{"name":"LANG_PULAR","features":[341]},{"name":"LANG_PUNJABI","features":[341]},{"name":"LANG_QUECHUA","features":[341]},{"name":"LANG_ROMANIAN","features":[341]},{"name":"LANG_ROMANSH","features":[341]},{"name":"LANG_RUSSIAN","features":[341]},{"name":"LANG_SAKHA","features":[341]},{"name":"LANG_SAMI","features":[341]},{"name":"LANG_SANSKRIT","features":[341]},{"name":"LANG_SCOTTISH_GAELIC","features":[341]},{"name":"LANG_SERBIAN","features":[341]},{"name":"LANG_SERBIAN_NEUTRAL","features":[341]},{"name":"LANG_SINDHI","features":[341]},{"name":"LANG_SINHALESE","features":[341]},{"name":"LANG_SLOVAK","features":[341]},{"name":"LANG_SLOVENIAN","features":[341]},{"name":"LANG_SOTHO","features":[341]},{"name":"LANG_SPANISH","features":[341]},{"name":"LANG_SWAHILI","features":[341]},{"name":"LANG_SWEDISH","features":[341]},{"name":"LANG_SYRIAC","features":[341]},{"name":"LANG_TAJIK","features":[341]},{"name":"LANG_TAMAZIGHT","features":[341]},{"name":"LANG_TAMIL","features":[341]},{"name":"LANG_TATAR","features":[341]},{"name":"LANG_TELUGU","features":[341]},{"name":"LANG_THAI","features":[341]},{"name":"LANG_TIBETAN","features":[341]},{"name":"LANG_TIGRIGNA","features":[341]},{"name":"LANG_TIGRINYA","features":[341]},{"name":"LANG_TSWANA","features":[341]},{"name":"LANG_TURKISH","features":[341]},{"name":"LANG_TURKMEN","features":[341]},{"name":"LANG_UIGHUR","features":[341]},{"name":"LANG_UKRAINIAN","features":[341]},{"name":"LANG_UPPER_SORBIAN","features":[341]},{"name":"LANG_URDU","features":[341]},{"name":"LANG_UZBEK","features":[341]},{"name":"LANG_VALENCIAN","features":[341]},{"name":"LANG_VIETNAMESE","features":[341]},{"name":"LANG_WELSH","features":[341]},{"name":"LANG_WOLOF","features":[341]},{"name":"LANG_XHOSA","features":[341]},{"name":"LANG_YAKUT","features":[341]},{"name":"LANG_YI","features":[341]},{"name":"LANG_YORUBA","features":[341]},{"name":"LANG_ZULU","features":[341]},{"name":"LMEM_DISCARDABLE","features":[341]},{"name":"LMEM_DISCARDED","features":[341]},{"name":"LMEM_INVALID_HANDLE","features":[341]},{"name":"LMEM_LOCKCOUNT","features":[341]},{"name":"LMEM_MODIFY","features":[341]},{"name":"LMEM_NOCOMPACT","features":[341]},{"name":"LMEM_NODISCARD","features":[341]},{"name":"LMEM_VALID_FLAGS","features":[341]},{"name":"LOCALE_NAME_MAX_LENGTH","features":[341]},{"name":"LOCALE_TRANSIENT_KEYBOARD1","features":[341]},{"name":"LOCALE_TRANSIENT_KEYBOARD2","features":[341]},{"name":"LOCALE_TRANSIENT_KEYBOARD3","features":[341]},{"name":"LOCALE_TRANSIENT_KEYBOARD4","features":[341]},{"name":"LTP_PC_SMT","features":[341]},{"name":"MAILSLOT_NO_MESSAGE","features":[341]},{"name":"MAILSLOT_WAIT_FOREVER","features":[341]},{"name":"MAXBYTE","features":[341]},{"name":"MAXCHAR","features":[341]},{"name":"MAXDWORD","features":[341]},{"name":"MAXIMUM_ALLOWED","features":[341]},{"name":"MAXIMUM_PROCESSORS","features":[341]},{"name":"MAXIMUM_PROC_PER_GROUP","features":[341]},{"name":"MAXIMUM_SUPPORTED_EXTENSION","features":[341]},{"name":"MAXIMUM_SUSPEND_COUNT","features":[341]},{"name":"MAXIMUM_WAIT_OBJECTS","features":[341]},{"name":"MAXIMUM_XSTATE_FEATURES","features":[341]},{"name":"MAXLOGICALLOGNAMESIZE","features":[341]},{"name":"MAXLONG","features":[341]},{"name":"MAXLONGLONG","features":[341]},{"name":"MAXSHORT","features":[341]},{"name":"MAXVERSIONTESTED_INFO","features":[341]},{"name":"MAXWORD","features":[341]},{"name":"MAX_ACL_REVISION","features":[341]},{"name":"MAX_CLASS_NAME","features":[341]},{"name":"MAX_HW_COUNTERS","features":[341]},{"name":"MAX_PACKAGE_NAME","features":[341]},{"name":"MAX_UCSCHAR","features":[341]},{"name":"MEMORY_ALLOCATION_ALIGNMENT","features":[341]},{"name":"MEMORY_PARTITION_MODIFY_ACCESS","features":[341]},{"name":"MEMORY_PARTITION_QUERY_ACCESS","features":[341]},{"name":"MEMORY_PRIORITY_LOWEST","features":[341]},{"name":"MEM_4MB_PAGES","features":[341]},{"name":"MEM_COALESCE_PLACEHOLDERS","features":[341]},{"name":"MEM_DIFFERENT_IMAGE_BASE_OK","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_EC_CODE","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_GRAPHICS","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_IMAGE_NO_HPAT","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED_HUGE","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_NONPAGED_LARGE","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_SOFT_FAULT_PAGES","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_TYPE_BITS","features":[341]},{"name":"MEM_EXTENDED_PARAMETER_ZERO_PAGES_OPTIONAL","features":[341]},{"name":"MEM_PHYSICAL","features":[341]},{"name":"MEM_ROTATE","features":[341]},{"name":"MEM_TOP_DOWN","features":[341]},{"name":"MEM_WRITE_WATCH","features":[341]},{"name":"MESSAGE_RESOURCE_UNICODE","features":[341]},{"name":"MESSAGE_RESOURCE_UTF8","features":[341]},{"name":"MINCHAR","features":[341]},{"name":"MINLONG","features":[341]},{"name":"MINSHORT","features":[341]},{"name":"MIN_UCSCHAR","features":[341]},{"name":"MK_CONTROL","features":[341]},{"name":"MK_LBUTTON","features":[341]},{"name":"MK_MBUTTON","features":[341]},{"name":"MK_RBUTTON","features":[341]},{"name":"MK_SHIFT","features":[341]},{"name":"MK_XBUTTON1","features":[341]},{"name":"MK_XBUTTON2","features":[341]},{"name":"MODIFIERKEYS_FLAGS","features":[341]},{"name":"MONITOR_DISPLAY_STATE","features":[341]},{"name":"MS_PPM_SOFTWARE_ALL","features":[341]},{"name":"MUTANT_QUERY_STATE","features":[341]},{"name":"MaxActivationContextInfoClass","features":[341]},{"name":"NATIVE_TYPE_MAX_CB","features":[341]},{"name":"NETWORK_APP_INSTANCE_CSV_FLAGS_VALID_ONLY_IF_CSV_COORDINATOR","features":[341]},{"name":"NETWORK_APP_INSTANCE_EA","features":[341]},{"name":"NLS_VALID_LOCALE_MASK","features":[341]},{"name":"NONVOL_FP_NUMREG_ARM64","features":[341]},{"name":"NONVOL_INT_NUMREG_ARM64","features":[341]},{"name":"NON_PAGED_DEBUG_INFO","features":[341]},{"name":"NON_PAGED_DEBUG_SIGNATURE","features":[341]},{"name":"NOTIFY_USER_POWER_SETTING","features":[341]},{"name":"NO_SUBGROUP_GUID","features":[341]},{"name":"NT_TIB32","features":[341]},{"name":"NT_TIB64","features":[341]},{"name":"NUMA_NO_PREFERRED_NODE","features":[341]},{"name":"NUM_DISCHARGE_POLICIES","features":[341]},{"name":"N_BTMASK","features":[341]},{"name":"N_BTSHFT","features":[341]},{"name":"N_TMASK","features":[341]},{"name":"N_TMASK1","features":[341]},{"name":"N_TMASK2","features":[341]},{"name":"N_TSHIFT","features":[341]},{"name":"NormalError","features":[341]},{"name":"OUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK_EXPORT_NAME","features":[341]},{"name":"PACKEDEVENTINFO","features":[341]},{"name":"PARKING_TOPOLOGY_POLICY_DISABLED","features":[341]},{"name":"PARKING_TOPOLOGY_POLICY_ROUNDROBIN","features":[341]},{"name":"PARKING_TOPOLOGY_POLICY_SEQUENTIAL","features":[341]},{"name":"PERFORMANCE_DATA_VERSION","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_DECREASE_MAX","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_IDEAL","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_IDEAL_AGGRESSIVE","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_INCREASE_MAX","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_ROCKET","features":[341]},{"name":"PERFSTATE_POLICY_CHANGE_SINGLE","features":[341]},{"name":"PEXCEPTION_FILTER","features":[305,335,312,341]},{"name":"PF_NON_TEMPORAL_LEVEL_ALL","features":[341]},{"name":"PF_TEMPORAL_LEVEL_1","features":[341]},{"name":"PF_TEMPORAL_LEVEL_2","features":[341]},{"name":"PF_TEMPORAL_LEVEL_3","features":[341]},{"name":"PIMAGE_TLS_CALLBACK","features":[341]},{"name":"POLICY_AUDIT_SUBCATEGORY_COUNT","features":[341]},{"name":"POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK","features":[305,335,341]},{"name":"POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK","features":[305,335,341]},{"name":"POWERBUTTON_ACTION_INDEX_HIBERNATE","features":[341]},{"name":"POWERBUTTON_ACTION_INDEX_NOTHING","features":[341]},{"name":"POWERBUTTON_ACTION_INDEX_SHUTDOWN","features":[341]},{"name":"POWERBUTTON_ACTION_INDEX_SLEEP","features":[341]},{"name":"POWERBUTTON_ACTION_INDEX_TURN_OFF_THE_DISPLAY","features":[341]},{"name":"POWERBUTTON_ACTION_VALUE_HIBERNATE","features":[341]},{"name":"POWERBUTTON_ACTION_VALUE_NOTHING","features":[341]},{"name":"POWERBUTTON_ACTION_VALUE_SHUTDOWN","features":[341]},{"name":"POWERBUTTON_ACTION_VALUE_SLEEP","features":[341]},{"name":"POWERBUTTON_ACTION_VALUE_TURN_OFF_THE_DISPLAY","features":[341]},{"name":"POWER_ACTION_ACPI_CRITICAL","features":[341]},{"name":"POWER_ACTION_ACPI_USER_NOTIFY","features":[341]},{"name":"POWER_ACTION_CRITICAL","features":[341]},{"name":"POWER_ACTION_DIRECTED_DRIPS","features":[341]},{"name":"POWER_ACTION_DISABLE_WAKES","features":[341]},{"name":"POWER_ACTION_DOZE_TO_HIBERNATE","features":[341]},{"name":"POWER_ACTION_HIBERBOOT","features":[341]},{"name":"POWER_ACTION_LIGHTEST_FIRST","features":[341]},{"name":"POWER_ACTION_LOCK_CONSOLE","features":[341]},{"name":"POWER_ACTION_OVERRIDE_APPS","features":[341]},{"name":"POWER_ACTION_PSEUDO_TRANSITION","features":[341]},{"name":"POWER_ACTION_QUERY_ALLOWED","features":[341]},{"name":"POWER_ACTION_UI_ALLOWED","features":[341]},{"name":"POWER_ACTION_USER_NOTIFY","features":[341]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_DISABLED","features":[341]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_ENABLED","features":[341]},{"name":"POWER_CONNECTIVITY_IN_STANDBY_SYSTEM_MANAGED","features":[341]},{"name":"POWER_DEVICE_IDLE_POLICY_CONSERVATIVE","features":[341]},{"name":"POWER_DEVICE_IDLE_POLICY_PERFORMANCE","features":[341]},{"name":"POWER_DISCONNECTED_STANDBY_MODE_AGGRESSIVE","features":[341]},{"name":"POWER_DISCONNECTED_STANDBY_MODE_NORMAL","features":[341]},{"name":"POWER_REQUEST_CONTEXT_VERSION","features":[341]},{"name":"POWER_SETTING_VALUE_VERSION","features":[341]},{"name":"POWER_SYSTEM_MAXIMUM","features":[341]},{"name":"POWER_USER_NOTIFY_FORCED_SHUTDOWN","features":[341]},{"name":"PO_THROTTLE_ADAPTIVE","features":[341]},{"name":"PO_THROTTLE_CONSTANT","features":[341]},{"name":"PO_THROTTLE_DEGRADE","features":[341]},{"name":"PO_THROTTLE_MAXIMUM","features":[341]},{"name":"PO_THROTTLE_NONE","features":[341]},{"name":"PRAGMA_DEPRECATED_DDK","features":[341]},{"name":"PRIVILEGE_SET_ALL_NECESSARY","features":[341]},{"name":"PROCESSOR_ALPHA_21064","features":[341]},{"name":"PROCESSOR_AMD_X8664","features":[341]},{"name":"PROCESSOR_ARM720","features":[341]},{"name":"PROCESSOR_ARM820","features":[341]},{"name":"PROCESSOR_ARM920","features":[341]},{"name":"PROCESSOR_ARM_7TDMI","features":[341]},{"name":"PROCESSOR_DUTY_CYCLING_DISABLED","features":[341]},{"name":"PROCESSOR_DUTY_CYCLING_ENABLED","features":[341]},{"name":"PROCESSOR_HITACHI_SH3","features":[341]},{"name":"PROCESSOR_HITACHI_SH3E","features":[341]},{"name":"PROCESSOR_HITACHI_SH4","features":[341]},{"name":"PROCESSOR_IDLESTATE_INFO","features":[341]},{"name":"PROCESSOR_IDLESTATE_POLICY","features":[341]},{"name":"PROCESSOR_IDLESTATE_POLICY_COUNT","features":[341]},{"name":"PROCESSOR_INTEL_386","features":[341]},{"name":"PROCESSOR_INTEL_486","features":[341]},{"name":"PROCESSOR_INTEL_IA64","features":[341]},{"name":"PROCESSOR_INTEL_PENTIUM","features":[341]},{"name":"PROCESSOR_MIPS_R4000","features":[341]},{"name":"PROCESSOR_MOTOROLA_821","features":[341]},{"name":"PROCESSOR_OPTIL","features":[341]},{"name":"PROCESSOR_PERFSTATE_POLICY","features":[341]},{"name":"PROCESSOR_PERF_AUTONOMOUS_MODE_DISABLED","features":[341]},{"name":"PROCESSOR_PERF_AUTONOMOUS_MODE_ENABLED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_AGGRESSIVE","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_AGGRESSIVE_AT_GUARANTEED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_DISABLED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_AGGRESSIVE","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_AGGRESSIVE_AT_GUARANTEED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_EFFICIENT_ENABLED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_ENABLED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_MODE_MAX","features":[341]},{"name":"PROCESSOR_PERF_BOOST_POLICY_DISABLED","features":[341]},{"name":"PROCESSOR_PERF_BOOST_POLICY_MAX","features":[341]},{"name":"PROCESSOR_PERF_ENERGY_PREFERENCE","features":[341]},{"name":"PROCESSOR_PERF_MAXIMUM_ACTIVITY_WINDOW","features":[341]},{"name":"PROCESSOR_PERF_MINIMUM_ACTIVITY_WINDOW","features":[341]},{"name":"PROCESSOR_PERF_PERFORMANCE_PREFERENCE","features":[341]},{"name":"PROCESSOR_PPC_601","features":[341]},{"name":"PROCESSOR_PPC_603","features":[341]},{"name":"PROCESSOR_PPC_604","features":[341]},{"name":"PROCESSOR_PPC_620","features":[341]},{"name":"PROCESSOR_SHx_SH3","features":[341]},{"name":"PROCESSOR_SHx_SH4","features":[341]},{"name":"PROCESSOR_STRONGARM","features":[341]},{"name":"PROCESSOR_THROTTLE_AUTOMATIC","features":[341]},{"name":"PROCESSOR_THROTTLE_DISABLED","features":[341]},{"name":"PROCESSOR_THROTTLE_ENABLED","features":[341]},{"name":"PROCESS_HEAP_ENTRY_BUSY","features":[341]},{"name":"PROCESS_HEAP_ENTRY_DDESHARE","features":[341]},{"name":"PROCESS_HEAP_ENTRY_MOVEABLE","features":[341]},{"name":"PROCESS_HEAP_REGION","features":[341]},{"name":"PROCESS_HEAP_SEG_ALLOC","features":[341]},{"name":"PROCESS_HEAP_UNCOMMITTED_RANGE","features":[341]},{"name":"PROCESS_MITIGATION_ACTIVATION_CONTEXT_TRUST_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_ASLR_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_CHILD_PROCESS_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_CONTROL_FLOW_GUARD_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_DEP_POLICY","features":[305,341]},{"name":"PROCESS_MITIGATION_DYNAMIC_CODE_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_FONT_DISABLE_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_IMAGE_LOAD_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_PAYLOAD_RESTRICTION_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_REDIRECTION_TRUST_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_SEHOP_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_SIDE_CHANNEL_ISOLATION_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_SYSTEM_CALL_FILTER_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_USER_POINTER_AUTH_POLICY","features":[341]},{"name":"PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY","features":[341]},{"name":"PROCESS_TRUST_LABEL_SECURITY_INFORMATION","features":[341]},{"name":"PROC_IDLE_BUCKET_COUNT","features":[341]},{"name":"PROC_IDLE_BUCKET_COUNT_EX","features":[341]},{"name":"PRODUCT_ARM64_SERVER","features":[341]},{"name":"PRODUCT_AZURESTACKHCI_SERVER_CORE","features":[341]},{"name":"PRODUCT_AZURE_NANO_SERVER","features":[341]},{"name":"PRODUCT_AZURE_SERVER_CLOUDHOST","features":[341]},{"name":"PRODUCT_AZURE_SERVER_CLOUDMOS","features":[341]},{"name":"PRODUCT_AZURE_SERVER_CORE","features":[341]},{"name":"PRODUCT_CLOUD","features":[341]},{"name":"PRODUCT_CLOUDE","features":[341]},{"name":"PRODUCT_CLOUDEDITION","features":[341]},{"name":"PRODUCT_CLOUDEDITIONN","features":[341]},{"name":"PRODUCT_CLOUDEN","features":[341]},{"name":"PRODUCT_CLOUDN","features":[341]},{"name":"PRODUCT_CLOUD_HOST_INFRASTRUCTURE_SERVER","features":[341]},{"name":"PRODUCT_CLOUD_STORAGE_SERVER","features":[341]},{"name":"PRODUCT_CONNECTED_CAR","features":[341]},{"name":"PRODUCT_CORE_ARM","features":[341]},{"name":"PRODUCT_CORE_CONNECTED","features":[341]},{"name":"PRODUCT_CORE_CONNECTED_COUNTRYSPECIFIC","features":[341]},{"name":"PRODUCT_CORE_CONNECTED_N","features":[341]},{"name":"PRODUCT_CORE_CONNECTED_SINGLELANGUAGE","features":[341]},{"name":"PRODUCT_DATACENTER_EVALUATION_SERVER_CORE","features":[341]},{"name":"PRODUCT_DATACENTER_NANO_SERVER","features":[341]},{"name":"PRODUCT_DATACENTER_SERVER_AZURE_EDITION","features":[341]},{"name":"PRODUCT_DATACENTER_SERVER_CORE_AZURE_EDITION","features":[341]},{"name":"PRODUCT_DATACENTER_WS_SERVER_CORE","features":[341]},{"name":"PRODUCT_EMBEDDED","features":[341]},{"name":"PRODUCT_EMBEDDED_A","features":[341]},{"name":"PRODUCT_EMBEDDED_AUTOMOTIVE","features":[341]},{"name":"PRODUCT_EMBEDDED_E","features":[341]},{"name":"PRODUCT_EMBEDDED_EVAL","features":[341]},{"name":"PRODUCT_EMBEDDED_E_EVAL","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_A","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_A_E","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_E","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_EVAL","features":[341]},{"name":"PRODUCT_EMBEDDED_INDUSTRY_E_EVAL","features":[341]},{"name":"PRODUCT_ENTERPRISEG","features":[341]},{"name":"PRODUCT_ENTERPRISEGN","features":[341]},{"name":"PRODUCT_ENTERPRISE_SUBSCRIPTION","features":[341]},{"name":"PRODUCT_ENTERPRISE_SUBSCRIPTION_N","features":[341]},{"name":"PRODUCT_HOLOGRAPHIC","features":[341]},{"name":"PRODUCT_HOLOGRAPHIC_BUSINESS","features":[341]},{"name":"PRODUCT_HUBOS","features":[341]},{"name":"PRODUCT_INDUSTRY_HANDHELD","features":[341]},{"name":"PRODUCT_IOTEDGEOS","features":[341]},{"name":"PRODUCT_IOTENTERPRISE","features":[341]},{"name":"PRODUCT_IOTENTERPRISES","features":[341]},{"name":"PRODUCT_IOTOS","features":[341]},{"name":"PRODUCT_LITE","features":[341]},{"name":"PRODUCT_NANO_SERVER","features":[341]},{"name":"PRODUCT_ONECOREUPDATEOS","features":[341]},{"name":"PRODUCT_PPI_PRO","features":[341]},{"name":"PRODUCT_PROFESSIONAL_EMBEDDED","features":[341]},{"name":"PRODUCT_PROFESSIONAL_S","features":[341]},{"name":"PRODUCT_PROFESSIONAL_STUDENT","features":[341]},{"name":"PRODUCT_PROFESSIONAL_STUDENT_N","features":[341]},{"name":"PRODUCT_PROFESSIONAL_S_N","features":[341]},{"name":"PRODUCT_PRO_CHINA","features":[341]},{"name":"PRODUCT_PRO_FOR_EDUCATION","features":[341]},{"name":"PRODUCT_PRO_FOR_EDUCATION_N","features":[341]},{"name":"PRODUCT_PRO_SINGLE_LANGUAGE","features":[341]},{"name":"PRODUCT_SERVERRDSH","features":[341]},{"name":"PRODUCT_SOLUTION_EMBEDDEDSERVER_CORE","features":[341]},{"name":"PRODUCT_STANDARD_EVALUATION_SERVER_CORE","features":[341]},{"name":"PRODUCT_STANDARD_NANO_SERVER","features":[341]},{"name":"PRODUCT_STANDARD_SERVER_CORE","features":[341]},{"name":"PRODUCT_STANDARD_WS_SERVER_CORE","features":[341]},{"name":"PRODUCT_THINPC","features":[341]},{"name":"PRODUCT_UNLICENSED","features":[341]},{"name":"PRODUCT_UTILITY_VM","features":[341]},{"name":"PRODUCT_XBOX_DURANGOHOSTOS","features":[341]},{"name":"PRODUCT_XBOX_ERAOS","features":[341]},{"name":"PRODUCT_XBOX_GAMEOS","features":[341]},{"name":"PRODUCT_XBOX_KEYSTONE","features":[341]},{"name":"PRODUCT_XBOX_SCARLETTHOSTOS","features":[341]},{"name":"PRODUCT_XBOX_SYSTEMOS","features":[341]},{"name":"PTERMINATION_HANDLER","features":[305,341]},{"name":"PTERMINATION_HANDLER","features":[305,341]},{"name":"PUMS_SCHEDULER_ENTRY_POINT","features":[341]},{"name":"PcTeb","features":[341]},{"name":"PdataCrChained","features":[341]},{"name":"PdataCrChainedWithPac","features":[341]},{"name":"PdataCrUnchained","features":[341]},{"name":"PdataCrUnchainedSavedLr","features":[341]},{"name":"PdataPackedUnwindFragment","features":[341]},{"name":"PdataPackedUnwindFunction","features":[341]},{"name":"PdataRefToFullXdata","features":[341]},{"name":"PowerMonitorDim","features":[341]},{"name":"PowerMonitorOff","features":[341]},{"name":"PowerMonitorOn","features":[341]},{"name":"QUOTA_LIMITS_EX","features":[341]},{"name":"QUOTA_LIMITS_USE_DEFAULT_LIMITS","features":[341]},{"name":"RATE_QUOTA_LIMIT","features":[341]},{"name":"READ_THREAD_PROFILING_FLAG_DISPATCHING","features":[341]},{"name":"READ_THREAD_PROFILING_FLAG_HARDWARE_COUNTERS","features":[341]},{"name":"REARRANGE_FILE_DATA","features":[305,341]},{"name":"REARRANGE_FILE_DATA32","features":[341]},{"name":"RECO_COPY","features":[341]},{"name":"RECO_CUT","features":[341]},{"name":"RECO_DRAG","features":[341]},{"name":"RECO_DROP","features":[341]},{"name":"RECO_FLAGS","features":[341]},{"name":"RECO_PASTE","features":[341]},{"name":"REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO","features":[341]},{"name":"REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO_VERSION","features":[341]},{"name":"REG_APP_HIVE","features":[341]},{"name":"REG_APP_HIVE_OPEN_READ_ONLY","features":[341]},{"name":"REG_BOOT_HIVE","features":[341]},{"name":"REG_FLUSH_HIVE_FILE_GROWTH","features":[341]},{"name":"REG_FORCE_UNLOAD","features":[341]},{"name":"REG_HIVE_EXACT_FILE_GROWTH","features":[341]},{"name":"REG_HIVE_NO_RM","features":[341]},{"name":"REG_HIVE_SINGLE_LOG","features":[341]},{"name":"REG_IMMUTABLE","features":[341]},{"name":"REG_LOAD_HIVE_OPEN_HANDLE","features":[341]},{"name":"REG_NO_IMPERSONATION_FALLBACK","features":[341]},{"name":"REG_NO_LAZY_FLUSH","features":[341]},{"name":"REG_OPEN_READ_ONLY","features":[341]},{"name":"REG_PROCESS_PRIVATE","features":[341]},{"name":"REG_REFRESH_HIVE","features":[341]},{"name":"REG_START_JOURNAL","features":[341]},{"name":"REG_UNLOAD_LEGAL_FLAGS","features":[341]},{"name":"RESOURCEMANAGER_BASIC_INFORMATION","features":[341]},{"name":"RESOURCEMANAGER_COMPLETE_PROPAGATION","features":[341]},{"name":"RESOURCEMANAGER_COMPLETION_INFORMATION","features":[305,341]},{"name":"RESOURCEMANAGER_ENLIST","features":[341]},{"name":"RESOURCEMANAGER_GET_NOTIFICATION","features":[341]},{"name":"RESOURCEMANAGER_INFORMATION_CLASS","features":[341]},{"name":"RESOURCEMANAGER_QUERY_INFORMATION","features":[341]},{"name":"RESOURCEMANAGER_RECOVER","features":[341]},{"name":"RESOURCEMANAGER_REGISTER_PROTOCOL","features":[341]},{"name":"RESOURCEMANAGER_SET_INFORMATION","features":[341]},{"name":"ROT_COMPARE_MAX","features":[341]},{"name":"RTL_UMS_SCHEDULER_REASON","features":[341]},{"name":"RTL_UMS_VERSION","features":[341]},{"name":"RTL_VIRTUAL_UNWIND2_VALIDATE_PAC","features":[341]},{"name":"RUNTIME_FUNCTION_INDIRECT","features":[341]},{"name":"RecognizerType","features":[341]},{"name":"RemHBITMAP","features":[341]},{"name":"RemHBRUSH","features":[341]},{"name":"RemHENHMETAFILE","features":[341]},{"name":"RemHGLOBAL","features":[341]},{"name":"RemHMETAFILEPICT","features":[341]},{"name":"RemHPALETTE","features":[341]},{"name":"RemotableHandle","features":[341]},{"name":"ReplacesCorHdrNumericDefines","features":[341]},{"name":"ResourceManagerBasicInformation","features":[341]},{"name":"ResourceManagerCompletionInformation","features":[341]},{"name":"RunlevelInformationInActivationContext","features":[341]},{"name":"SCOPE_TABLE_AMD64","features":[341]},{"name":"SCOPE_TABLE_ARM","features":[341]},{"name":"SCOPE_TABLE_ARM64","features":[341]},{"name":"SCRUB_DATA_INPUT","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_IGNORE_REDUNDANCY","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_OPLOCK_NOT_ACQUIRED","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_RESUME","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_SCRUB_BY_OBJECT_ID","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_DATA","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_IN_SYNC","features":[341]},{"name":"SCRUB_DATA_INPUT_FLAG_SKIP_NON_INTEGRITY_DATA","features":[341]},{"name":"SCRUB_DATA_OUTPUT","features":[341]},{"name":"SCRUB_DATA_OUTPUT_FLAG_INCOMPLETE","features":[341]},{"name":"SCRUB_DATA_OUTPUT_FLAG_NON_USER_DATA_RANGE","features":[341]},{"name":"SCRUB_DATA_OUTPUT_FLAG_PARITY_EXTENT_DATA_RETURNED","features":[341]},{"name":"SCRUB_DATA_OUTPUT_FLAG_RESUME_CONTEXT_LENGTH_SPECIFIED","features":[341]},{"name":"SCRUB_PARITY_EXTENT","features":[341]},{"name":"SCRUB_PARITY_EXTENT_DATA","features":[341]},{"name":"SECURITY_ANONYMOUS_LOGON_RID","features":[341]},{"name":"SECURITY_APPPOOL_ID_BASE_RID","features":[341]},{"name":"SECURITY_APPPOOL_ID_RID_COUNT","features":[341]},{"name":"SECURITY_APP_PACKAGE_BASE_RID","features":[341]},{"name":"SECURITY_APP_PACKAGE_RID_COUNT","features":[341]},{"name":"SECURITY_AUTHENTICATED_USER_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY_ASSERTED_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_AUTHORITY_RID_COUNT","features":[341]},{"name":"SECURITY_AUTHENTICATION_FRESH_KEY_AUTH_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_KEY_PROPERTY_ATTESTATION_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_KEY_PROPERTY_MFA_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_KEY_TRUST_RID","features":[341]},{"name":"SECURITY_AUTHENTICATION_SERVICE_ASSERTED_RID","features":[341]},{"name":"SECURITY_BATCH_RID","features":[341]},{"name":"SECURITY_BUILTIN_APP_PACKAGE_RID_COUNT","features":[341]},{"name":"SECURITY_BUILTIN_CAPABILITY_RID_COUNT","features":[341]},{"name":"SECURITY_BUILTIN_DOMAIN_RID","features":[341]},{"name":"SECURITY_BUILTIN_PACKAGE_ANY_PACKAGE","features":[341]},{"name":"SECURITY_BUILTIN_PACKAGE_ANY_RESTRICTED_PACKAGE","features":[341]},{"name":"SECURITY_CAPABILITY_APPOINTMENTS","features":[341]},{"name":"SECURITY_CAPABILITY_APP_RID","features":[341]},{"name":"SECURITY_CAPABILITY_APP_SILO_RID","features":[341]},{"name":"SECURITY_CAPABILITY_BASE_RID","features":[341]},{"name":"SECURITY_CAPABILITY_CONTACTS","features":[341]},{"name":"SECURITY_CAPABILITY_DOCUMENTS_LIBRARY","features":[341]},{"name":"SECURITY_CAPABILITY_ENTERPRISE_AUTHENTICATION","features":[341]},{"name":"SECURITY_CAPABILITY_INTERNET_CLIENT","features":[341]},{"name":"SECURITY_CAPABILITY_INTERNET_CLIENT_SERVER","features":[341]},{"name":"SECURITY_CAPABILITY_INTERNET_EXPLORER","features":[341]},{"name":"SECURITY_CAPABILITY_MUSIC_LIBRARY","features":[341]},{"name":"SECURITY_CAPABILITY_PICTURES_LIBRARY","features":[341]},{"name":"SECURITY_CAPABILITY_PRIVATE_NETWORK_CLIENT_SERVER","features":[341]},{"name":"SECURITY_CAPABILITY_REMOVABLE_STORAGE","features":[341]},{"name":"SECURITY_CAPABILITY_RID_COUNT","features":[341]},{"name":"SECURITY_CAPABILITY_SHARED_USER_CERTIFICATES","features":[341]},{"name":"SECURITY_CAPABILITY_VIDEOS_LIBRARY","features":[341]},{"name":"SECURITY_CCG_ID_BASE_RID","features":[341]},{"name":"SECURITY_CHILD_PACKAGE_RID_COUNT","features":[341]},{"name":"SECURITY_CLOUD_INFRASTRUCTURE_SERVICES_ID_BASE_RID","features":[341]},{"name":"SECURITY_CLOUD_INFRASTRUCTURE_SERVICES_ID_RID_COUNT","features":[341]},{"name":"SECURITY_COM_ID_BASE_RID","features":[341]},{"name":"SECURITY_CREATOR_GROUP_RID","features":[341]},{"name":"SECURITY_CREATOR_GROUP_SERVER_RID","features":[341]},{"name":"SECURITY_CREATOR_OWNER_RID","features":[341]},{"name":"SECURITY_CREATOR_OWNER_RIGHTS_RID","features":[341]},{"name":"SECURITY_CREATOR_OWNER_SERVER_RID","features":[341]},{"name":"SECURITY_CRED_TYPE_BASE_RID","features":[341]},{"name":"SECURITY_CRED_TYPE_RID_COUNT","features":[341]},{"name":"SECURITY_CRED_TYPE_THIS_ORG_CERT_RID","features":[341]},{"name":"SECURITY_DASHOST_ID_BASE_RID","features":[341]},{"name":"SECURITY_DASHOST_ID_RID_COUNT","features":[341]},{"name":"SECURITY_DESCRIPTOR_REVISION","features":[341]},{"name":"SECURITY_DESCRIPTOR_REVISION1","features":[341]},{"name":"SECURITY_DIALUP_RID","features":[341]},{"name":"SECURITY_ENTERPRISE_CONTROLLERS_RID","features":[341]},{"name":"SECURITY_ENTERPRISE_READONLY_CONTROLLERS_RID","features":[341]},{"name":"SECURITY_INSTALLER_CAPABILITY_RID_COUNT","features":[341]},{"name":"SECURITY_INSTALLER_GROUP_CAPABILITY_BASE","features":[341]},{"name":"SECURITY_INSTALLER_GROUP_CAPABILITY_RID_COUNT","features":[341]},{"name":"SECURITY_INTERACTIVE_RID","features":[341]},{"name":"SECURITY_IUSER_RID","features":[341]},{"name":"SECURITY_LOCAL_ACCOUNT_AND_ADMIN_RID","features":[341]},{"name":"SECURITY_LOCAL_ACCOUNT_RID","features":[341]},{"name":"SECURITY_LOCAL_LOGON_RID","features":[341]},{"name":"SECURITY_LOCAL_RID","features":[341]},{"name":"SECURITY_LOCAL_SERVICE_RID","features":[341]},{"name":"SECURITY_LOCAL_SYSTEM_RID","features":[341]},{"name":"SECURITY_LOGON_IDS_RID","features":[341]},{"name":"SECURITY_LOGON_IDS_RID_COUNT","features":[341]},{"name":"SECURITY_MANDATORY_HIGH_RID","features":[341]},{"name":"SECURITY_MANDATORY_LOW_RID","features":[341]},{"name":"SECURITY_MANDATORY_MAXIMUM_USER_RID","features":[341]},{"name":"SECURITY_MANDATORY_MEDIUM_PLUS_RID","features":[341]},{"name":"SECURITY_MANDATORY_MEDIUM_RID","features":[341]},{"name":"SECURITY_MANDATORY_PROTECTED_PROCESS_RID","features":[341]},{"name":"SECURITY_MANDATORY_SYSTEM_RID","features":[341]},{"name":"SECURITY_MANDATORY_UNTRUSTED_RID","features":[341]},{"name":"SECURITY_MAX_ALWAYS_FILTERED","features":[341]},{"name":"SECURITY_MAX_BASE_RID","features":[341]},{"name":"SECURITY_MIN_BASE_RID","features":[341]},{"name":"SECURITY_MIN_NEVER_FILTERED","features":[341]},{"name":"SECURITY_NETWORK_RID","features":[341]},{"name":"SECURITY_NETWORK_SERVICE_RID","features":[341]},{"name":"SECURITY_NFS_ID_BASE_RID","features":[341]},{"name":"SECURITY_NT_NON_UNIQUE","features":[341]},{"name":"SECURITY_NT_NON_UNIQUE_SUB_AUTH_COUNT","features":[341]},{"name":"SECURITY_NULL_RID","features":[341]},{"name":"SECURITY_OBJECT_AI_PARAMS","features":[341]},{"name":"SECURITY_OTHER_ORGANIZATION_RID","features":[341]},{"name":"SECURITY_PACKAGE_BASE_RID","features":[341]},{"name":"SECURITY_PACKAGE_DIGEST_RID","features":[341]},{"name":"SECURITY_PACKAGE_NTLM_RID","features":[341]},{"name":"SECURITY_PACKAGE_RID_COUNT","features":[341]},{"name":"SECURITY_PACKAGE_SCHANNEL_RID","features":[341]},{"name":"SECURITY_PARENT_PACKAGE_RID_COUNT","features":[341]},{"name":"SECURITY_PRINCIPAL_SELF_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_ANTIMALWARE_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_APP_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_AUTHENTICODE_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_NONE_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_WINDOWS_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_LEVEL_WINTCB_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_FULL_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_LITE_RID","features":[341]},{"name":"SECURITY_PROCESS_PROTECTION_TYPE_NONE_RID","features":[341]},{"name":"SECURITY_PROCESS_TRUST_AUTHORITY_RID_COUNT","features":[341]},{"name":"SECURITY_PROXY_RID","features":[341]},{"name":"SECURITY_RDV_GFX_BASE_RID","features":[341]},{"name":"SECURITY_REMOTE_LOGON_RID","features":[341]},{"name":"SECURITY_RESERVED_ID_BASE_RID","features":[341]},{"name":"SECURITY_RESTRICTED_CODE_RID","features":[341]},{"name":"SECURITY_SERVER_LOGON_RID","features":[341]},{"name":"SECURITY_SERVICE_ID_BASE_RID","features":[341]},{"name":"SECURITY_SERVICE_ID_RID_COUNT","features":[341]},{"name":"SECURITY_SERVICE_RID","features":[341]},{"name":"SECURITY_TASK_ID_BASE_RID","features":[341]},{"name":"SECURITY_TERMINAL_SERVER_RID","features":[341]},{"name":"SECURITY_THIS_ORGANIZATION_RID","features":[341]},{"name":"SECURITY_TRUSTED_INSTALLER_RID1","features":[341]},{"name":"SECURITY_TRUSTED_INSTALLER_RID2","features":[341]},{"name":"SECURITY_TRUSTED_INSTALLER_RID3","features":[341]},{"name":"SECURITY_TRUSTED_INSTALLER_RID4","features":[341]},{"name":"SECURITY_TRUSTED_INSTALLER_RID5","features":[341]},{"name":"SECURITY_UMFD_BASE_RID","features":[341]},{"name":"SECURITY_USERMANAGER_ID_BASE_RID","features":[341]},{"name":"SECURITY_USERMANAGER_ID_RID_COUNT","features":[341]},{"name":"SECURITY_USERMODEDRIVERHOST_ID_BASE_RID","features":[341]},{"name":"SECURITY_USERMODEDRIVERHOST_ID_RID_COUNT","features":[341]},{"name":"SECURITY_VIRTUALACCOUNT_ID_RID_COUNT","features":[341]},{"name":"SECURITY_VIRTUALSERVER_ID_BASE_RID","features":[341]},{"name":"SECURITY_VIRTUALSERVER_ID_RID_COUNT","features":[341]},{"name":"SECURITY_WINDOWSMOBILE_ID_BASE_RID","features":[341]},{"name":"SECURITY_WINDOW_MANAGER_BASE_RID","features":[341]},{"name":"SECURITY_WINRM_ID_BASE_RID","features":[341]},{"name":"SECURITY_WINRM_ID_RID_COUNT","features":[341]},{"name":"SECURITY_WMIHOST_ID_BASE_RID","features":[341]},{"name":"SECURITY_WMIHOST_ID_RID_COUNT","features":[341]},{"name":"SECURITY_WORLD_RID","features":[341]},{"name":"SECURITY_WRITE_RESTRICTED_CODE_RID","features":[341]},{"name":"SEC_HUGE_PAGES","features":[341]},{"name":"SEF_AI_USE_EXTRA_PARAMS","features":[341]},{"name":"SEF_FORCE_USER_MODE","features":[341]},{"name":"SEF_NORMALIZE_OUTPUT_DESCRIPTOR","features":[341]},{"name":"SERVERSILO_BASIC_INFORMATION","features":[305,341]},{"name":"SERVERSILO_INITING","features":[341]},{"name":"SERVERSILO_SHUTTING_DOWN","features":[341]},{"name":"SERVERSILO_STARTED","features":[341]},{"name":"SERVERSILO_STATE","features":[341]},{"name":"SERVERSILO_TERMINATED","features":[341]},{"name":"SERVERSILO_TERMINATING","features":[341]},{"name":"SERVICE_ERROR_TYPE","features":[341]},{"name":"SERVICE_INTERACTIVE_PROCESS","features":[341]},{"name":"SERVICE_LOAD_TYPE","features":[341]},{"name":"SERVICE_NODE_TYPE","features":[341]},{"name":"SERVICE_PKG_SERVICE","features":[341]},{"name":"SERVICE_USERSERVICE_INSTANCE","features":[341]},{"name":"SERVICE_USER_SERVICE","features":[341]},{"name":"SESSION_MODIFY_ACCESS","features":[341]},{"name":"SESSION_QUERY_ACCESS","features":[341]},{"name":"SE_ACCESS_CHECK_FLAG_NO_LEARNING_MODE_LOGGING","features":[341]},{"name":"SE_ACCESS_CHECK_VALID_FLAGS","features":[341]},{"name":"SE_ACTIVATE_AS_USER_CAPABILITY","features":[341]},{"name":"SE_APP_SILO_PRINT_CAPABILITY","features":[341]},{"name":"SE_APP_SILO_PROFILES_ROOT_MINIMAL_CAPABILITY","features":[341]},{"name":"SE_APP_SILO_USER_PROFILE_MINIMAL_CAPABILITY","features":[341]},{"name":"SE_APP_SILO_VOLUME_ROOT_MINIMAL_CAPABILITY","features":[341]},{"name":"SE_CONSTRAINED_IMPERSONATION_CAPABILITY","features":[341]},{"name":"SE_DEVELOPMENT_MODE_NETWORK_CAPABILITY","features":[341]},{"name":"SE_GROUP_ENABLED","features":[341]},{"name":"SE_GROUP_ENABLED_BY_DEFAULT","features":[341]},{"name":"SE_GROUP_INTEGRITY","features":[341]},{"name":"SE_GROUP_INTEGRITY_ENABLED","features":[341]},{"name":"SE_GROUP_LOGON_ID","features":[341]},{"name":"SE_GROUP_MANDATORY","features":[341]},{"name":"SE_GROUP_OWNER","features":[341]},{"name":"SE_GROUP_RESOURCE","features":[341]},{"name":"SE_GROUP_USE_FOR_DENY_ONLY","features":[341]},{"name":"SE_IMAGE_SIGNATURE_TYPE","features":[341]},{"name":"SE_LEARNING_MODE_LOGGING_CAPABILITY","features":[341]},{"name":"SE_MUMA_CAPABILITY","features":[341]},{"name":"SE_PERMISSIVE_LEARNING_MODE_CAPABILITY","features":[341]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_ACCESS_FILTER_ACE","features":[341]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_LABEL_ACE","features":[341]},{"name":"SE_SECURITY_DESCRIPTOR_FLAG_NO_OWNER_ACE","features":[341]},{"name":"SE_SECURITY_DESCRIPTOR_VALID_FLAGS","features":[341]},{"name":"SE_SESSION_IMPERSONATION_CAPABILITY","features":[341]},{"name":"SE_SIGNING_LEVEL_ANTIMALWARE","features":[341]},{"name":"SE_SIGNING_LEVEL_AUTHENTICODE","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_1","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_2","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_3","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_4","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_5","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_6","features":[341]},{"name":"SE_SIGNING_LEVEL_CUSTOM_7","features":[341]},{"name":"SE_SIGNING_LEVEL_DEVELOPER","features":[341]},{"name":"SE_SIGNING_LEVEL_DYNAMIC_CODEGEN","features":[341]},{"name":"SE_SIGNING_LEVEL_ENTERPRISE","features":[341]},{"name":"SE_SIGNING_LEVEL_MICROSOFT","features":[341]},{"name":"SE_SIGNING_LEVEL_STORE","features":[341]},{"name":"SE_SIGNING_LEVEL_UNCHECKED","features":[341]},{"name":"SE_SIGNING_LEVEL_UNSIGNED","features":[341]},{"name":"SE_SIGNING_LEVEL_WINDOWS","features":[341]},{"name":"SE_SIGNING_LEVEL_WINDOWS_TCB","features":[341]},{"name":"SE_TOKEN_USER","features":[309,341]},{"name":"SFGAO_BROWSABLE","features":[341]},{"name":"SFGAO_CANCOPY","features":[341]},{"name":"SFGAO_CANDELETE","features":[341]},{"name":"SFGAO_CANLINK","features":[341]},{"name":"SFGAO_CANMONIKER","features":[341]},{"name":"SFGAO_CANMOVE","features":[341]},{"name":"SFGAO_CANRENAME","features":[341]},{"name":"SFGAO_CAPABILITYMASK","features":[341]},{"name":"SFGAO_COMPRESSED","features":[341]},{"name":"SFGAO_CONTENTSMASK","features":[341]},{"name":"SFGAO_DISPLAYATTRMASK","features":[341]},{"name":"SFGAO_DROPTARGET","features":[341]},{"name":"SFGAO_ENCRYPTED","features":[341]},{"name":"SFGAO_FILESYSANCESTOR","features":[341]},{"name":"SFGAO_FILESYSTEM","features":[341]},{"name":"SFGAO_FLAGS","features":[341]},{"name":"SFGAO_FOLDER","features":[341]},{"name":"SFGAO_GHOSTED","features":[341]},{"name":"SFGAO_HASPROPSHEET","features":[341]},{"name":"SFGAO_HASSTORAGE","features":[341]},{"name":"SFGAO_HASSUBFOLDER","features":[341]},{"name":"SFGAO_HIDDEN","features":[341]},{"name":"SFGAO_ISSLOW","features":[341]},{"name":"SFGAO_LINK","features":[341]},{"name":"SFGAO_NEWCONTENT","features":[341]},{"name":"SFGAO_NONENUMERATED","features":[341]},{"name":"SFGAO_PKEYSFGAOMASK","features":[341]},{"name":"SFGAO_PLACEHOLDER","features":[341]},{"name":"SFGAO_READONLY","features":[341]},{"name":"SFGAO_REMOVABLE","features":[341]},{"name":"SFGAO_SHARE","features":[341]},{"name":"SFGAO_STORAGE","features":[341]},{"name":"SFGAO_STORAGEANCESTOR","features":[341]},{"name":"SFGAO_STORAGECAPMASK","features":[341]},{"name":"SFGAO_STREAM","features":[341]},{"name":"SFGAO_SYSTEM","features":[341]},{"name":"SFGAO_VALIDATE","features":[341]},{"name":"SHARED_VIRTUAL_DISK_SUPPORT","features":[341]},{"name":"SHUFFLE_FILE_DATA","features":[341]},{"name":"SHUFFLE_FILE_FLAG_SKIP_INITIALIZING_NEW_CLUSTERS","features":[341]},{"name":"SID_HASH_SIZE","features":[341]},{"name":"SID_MAX_SUB_AUTHORITIES","features":[341]},{"name":"SID_RECOMMENDED_SUB_AUTHORITIES","features":[341]},{"name":"SID_REVISION","features":[341]},{"name":"SILOOBJECT_BASIC_INFORMATION","features":[305,341]},{"name":"SIZEOF_RFPO_DATA","features":[341]},{"name":"SIZE_OF_80387_REGISTERS","features":[341]},{"name":"SMB_CCF_APP_INSTANCE_EA_NAME","features":[341]},{"name":"SMT_UNPARKING_POLICY_CORE","features":[341]},{"name":"SMT_UNPARKING_POLICY_CORE_PER_THREAD","features":[341]},{"name":"SMT_UNPARKING_POLICY_LP_ROUNDROBIN","features":[341]},{"name":"SMT_UNPARKING_POLICY_LP_SEQUENTIAL","features":[341]},{"name":"SORT_CHINESE_BIG5","features":[341]},{"name":"SORT_CHINESE_BOPOMOFO","features":[341]},{"name":"SORT_CHINESE_PRC","features":[341]},{"name":"SORT_CHINESE_PRCP","features":[341]},{"name":"SORT_CHINESE_RADICALSTROKE","features":[341]},{"name":"SORT_CHINESE_UNICODE","features":[341]},{"name":"SORT_DEFAULT","features":[341]},{"name":"SORT_GEORGIAN_MODERN","features":[341]},{"name":"SORT_GEORGIAN_TRADITIONAL","features":[341]},{"name":"SORT_GERMAN_PHONE_BOOK","features":[341]},{"name":"SORT_HUNGARIAN_DEFAULT","features":[341]},{"name":"SORT_HUNGARIAN_TECHNICAL","features":[341]},{"name":"SORT_INVARIANT_MATH","features":[341]},{"name":"SORT_JAPANESE_RADICALSTROKE","features":[341]},{"name":"SORT_JAPANESE_UNICODE","features":[341]},{"name":"SORT_JAPANESE_XJIS","features":[341]},{"name":"SORT_KOREAN_KSC","features":[341]},{"name":"SORT_KOREAN_UNICODE","features":[341]},{"name":"SS_BITMAP","features":[341]},{"name":"SS_BLACKFRAME","features":[341]},{"name":"SS_BLACKRECT","features":[341]},{"name":"SS_CENTER","features":[341]},{"name":"SS_CENTERIMAGE","features":[341]},{"name":"SS_EDITCONTROL","features":[341]},{"name":"SS_ELLIPSISMASK","features":[341]},{"name":"SS_ENDELLIPSIS","features":[341]},{"name":"SS_ENHMETAFILE","features":[341]},{"name":"SS_ETCHEDFRAME","features":[341]},{"name":"SS_ETCHEDHORZ","features":[341]},{"name":"SS_ETCHEDVERT","features":[341]},{"name":"SS_GRAYFRAME","features":[341]},{"name":"SS_GRAYRECT","features":[341]},{"name":"SS_ICON","features":[341]},{"name":"SS_LEFT","features":[341]},{"name":"SS_LEFTNOWORDWRAP","features":[341]},{"name":"SS_NOPREFIX","features":[341]},{"name":"SS_NOTIFY","features":[341]},{"name":"SS_OWNERDRAW","features":[341]},{"name":"SS_PATHELLIPSIS","features":[341]},{"name":"SS_REALSIZECONTROL","features":[341]},{"name":"SS_REALSIZEIMAGE","features":[341]},{"name":"SS_RIGHT","features":[341]},{"name":"SS_RIGHTJUST","features":[341]},{"name":"SS_SIMPLE","features":[341]},{"name":"SS_SUNKEN","features":[341]},{"name":"SS_TYPEMASK","features":[341]},{"name":"SS_USERITEM","features":[341]},{"name":"SS_WHITEFRAME","features":[341]},{"name":"SS_WHITERECT","features":[341]},{"name":"SS_WORDELLIPSIS","features":[341]},{"name":"STATIC_STYLES","features":[341]},{"name":"SUBLANG_AFRIKAANS_SOUTH_AFRICA","features":[341]},{"name":"SUBLANG_ALBANIAN_ALBANIA","features":[341]},{"name":"SUBLANG_ALSATIAN_FRANCE","features":[341]},{"name":"SUBLANG_AMHARIC_ETHIOPIA","features":[341]},{"name":"SUBLANG_ARABIC_ALGERIA","features":[341]},{"name":"SUBLANG_ARABIC_BAHRAIN","features":[341]},{"name":"SUBLANG_ARABIC_EGYPT","features":[341]},{"name":"SUBLANG_ARABIC_IRAQ","features":[341]},{"name":"SUBLANG_ARABIC_JORDAN","features":[341]},{"name":"SUBLANG_ARABIC_KUWAIT","features":[341]},{"name":"SUBLANG_ARABIC_LEBANON","features":[341]},{"name":"SUBLANG_ARABIC_LIBYA","features":[341]},{"name":"SUBLANG_ARABIC_MOROCCO","features":[341]},{"name":"SUBLANG_ARABIC_OMAN","features":[341]},{"name":"SUBLANG_ARABIC_QATAR","features":[341]},{"name":"SUBLANG_ARABIC_SAUDI_ARABIA","features":[341]},{"name":"SUBLANG_ARABIC_SYRIA","features":[341]},{"name":"SUBLANG_ARABIC_TUNISIA","features":[341]},{"name":"SUBLANG_ARABIC_UAE","features":[341]},{"name":"SUBLANG_ARABIC_YEMEN","features":[341]},{"name":"SUBLANG_ARMENIAN_ARMENIA","features":[341]},{"name":"SUBLANG_ASSAMESE_INDIA","features":[341]},{"name":"SUBLANG_AZERBAIJANI_AZERBAIJAN_CYRILLIC","features":[341]},{"name":"SUBLANG_AZERBAIJANI_AZERBAIJAN_LATIN","features":[341]},{"name":"SUBLANG_AZERI_CYRILLIC","features":[341]},{"name":"SUBLANG_AZERI_LATIN","features":[341]},{"name":"SUBLANG_BANGLA_BANGLADESH","features":[341]},{"name":"SUBLANG_BANGLA_INDIA","features":[341]},{"name":"SUBLANG_BASHKIR_RUSSIA","features":[341]},{"name":"SUBLANG_BASQUE_BASQUE","features":[341]},{"name":"SUBLANG_BELARUSIAN_BELARUS","features":[341]},{"name":"SUBLANG_BENGALI_BANGLADESH","features":[341]},{"name":"SUBLANG_BENGALI_INDIA","features":[341]},{"name":"SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC","features":[341]},{"name":"SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN","features":[341]},{"name":"SUBLANG_BRETON_FRANCE","features":[341]},{"name":"SUBLANG_BULGARIAN_BULGARIA","features":[341]},{"name":"SUBLANG_CATALAN_CATALAN","features":[341]},{"name":"SUBLANG_CENTRAL_KURDISH_IRAQ","features":[341]},{"name":"SUBLANG_CHEROKEE_CHEROKEE","features":[341]},{"name":"SUBLANG_CHINESE_HONGKONG","features":[341]},{"name":"SUBLANG_CHINESE_MACAU","features":[341]},{"name":"SUBLANG_CHINESE_SIMPLIFIED","features":[341]},{"name":"SUBLANG_CHINESE_SINGAPORE","features":[341]},{"name":"SUBLANG_CHINESE_TRADITIONAL","features":[341]},{"name":"SUBLANG_CORSICAN_FRANCE","features":[341]},{"name":"SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN","features":[341]},{"name":"SUBLANG_CROATIAN_CROATIA","features":[341]},{"name":"SUBLANG_CUSTOM_DEFAULT","features":[341]},{"name":"SUBLANG_CUSTOM_UNSPECIFIED","features":[341]},{"name":"SUBLANG_CZECH_CZECH_REPUBLIC","features":[341]},{"name":"SUBLANG_DANISH_DENMARK","features":[341]},{"name":"SUBLANG_DARI_AFGHANISTAN","features":[341]},{"name":"SUBLANG_DEFAULT","features":[341]},{"name":"SUBLANG_DIVEHI_MALDIVES","features":[341]},{"name":"SUBLANG_DUTCH","features":[341]},{"name":"SUBLANG_DUTCH_BELGIAN","features":[341]},{"name":"SUBLANG_ENGLISH_AUS","features":[341]},{"name":"SUBLANG_ENGLISH_BELIZE","features":[341]},{"name":"SUBLANG_ENGLISH_CAN","features":[341]},{"name":"SUBLANG_ENGLISH_CARIBBEAN","features":[341]},{"name":"SUBLANG_ENGLISH_EIRE","features":[341]},{"name":"SUBLANG_ENGLISH_INDIA","features":[341]},{"name":"SUBLANG_ENGLISH_JAMAICA","features":[341]},{"name":"SUBLANG_ENGLISH_MALAYSIA","features":[341]},{"name":"SUBLANG_ENGLISH_NZ","features":[341]},{"name":"SUBLANG_ENGLISH_PHILIPPINES","features":[341]},{"name":"SUBLANG_ENGLISH_SINGAPORE","features":[341]},{"name":"SUBLANG_ENGLISH_SOUTH_AFRICA","features":[341]},{"name":"SUBLANG_ENGLISH_TRINIDAD","features":[341]},{"name":"SUBLANG_ENGLISH_UK","features":[341]},{"name":"SUBLANG_ENGLISH_US","features":[341]},{"name":"SUBLANG_ENGLISH_ZIMBABWE","features":[341]},{"name":"SUBLANG_ESTONIAN_ESTONIA","features":[341]},{"name":"SUBLANG_FAEROESE_FAROE_ISLANDS","features":[341]},{"name":"SUBLANG_FILIPINO_PHILIPPINES","features":[341]},{"name":"SUBLANG_FINNISH_FINLAND","features":[341]},{"name":"SUBLANG_FRENCH","features":[341]},{"name":"SUBLANG_FRENCH_BELGIAN","features":[341]},{"name":"SUBLANG_FRENCH_CANADIAN","features":[341]},{"name":"SUBLANG_FRENCH_LUXEMBOURG","features":[341]},{"name":"SUBLANG_FRENCH_MONACO","features":[341]},{"name":"SUBLANG_FRENCH_SWISS","features":[341]},{"name":"SUBLANG_FRISIAN_NETHERLANDS","features":[341]},{"name":"SUBLANG_FULAH_SENEGAL","features":[341]},{"name":"SUBLANG_GALICIAN_GALICIAN","features":[341]},{"name":"SUBLANG_GEORGIAN_GEORGIA","features":[341]},{"name":"SUBLANG_GERMAN","features":[341]},{"name":"SUBLANG_GERMAN_AUSTRIAN","features":[341]},{"name":"SUBLANG_GERMAN_LIECHTENSTEIN","features":[341]},{"name":"SUBLANG_GERMAN_LUXEMBOURG","features":[341]},{"name":"SUBLANG_GERMAN_SWISS","features":[341]},{"name":"SUBLANG_GREEK_GREECE","features":[341]},{"name":"SUBLANG_GREENLANDIC_GREENLAND","features":[341]},{"name":"SUBLANG_GUJARATI_INDIA","features":[341]},{"name":"SUBLANG_HAUSA_NIGERIA_LATIN","features":[341]},{"name":"SUBLANG_HAWAIIAN_US","features":[341]},{"name":"SUBLANG_HEBREW_ISRAEL","features":[341]},{"name":"SUBLANG_HINDI_INDIA","features":[341]},{"name":"SUBLANG_HUNGARIAN_HUNGARY","features":[341]},{"name":"SUBLANG_ICELANDIC_ICELAND","features":[341]},{"name":"SUBLANG_IGBO_NIGERIA","features":[341]},{"name":"SUBLANG_INDONESIAN_INDONESIA","features":[341]},{"name":"SUBLANG_INUKTITUT_CANADA","features":[341]},{"name":"SUBLANG_INUKTITUT_CANADA_LATIN","features":[341]},{"name":"SUBLANG_IRISH_IRELAND","features":[341]},{"name":"SUBLANG_ITALIAN","features":[341]},{"name":"SUBLANG_ITALIAN_SWISS","features":[341]},{"name":"SUBLANG_JAPANESE_JAPAN","features":[341]},{"name":"SUBLANG_KANNADA_INDIA","features":[341]},{"name":"SUBLANG_KASHMIRI_INDIA","features":[341]},{"name":"SUBLANG_KASHMIRI_SASIA","features":[341]},{"name":"SUBLANG_KAZAK_KAZAKHSTAN","features":[341]},{"name":"SUBLANG_KHMER_CAMBODIA","features":[341]},{"name":"SUBLANG_KICHE_GUATEMALA","features":[341]},{"name":"SUBLANG_KINYARWANDA_RWANDA","features":[341]},{"name":"SUBLANG_KONKANI_INDIA","features":[341]},{"name":"SUBLANG_KOREAN","features":[341]},{"name":"SUBLANG_KYRGYZ_KYRGYZSTAN","features":[341]},{"name":"SUBLANG_LAO_LAO","features":[341]},{"name":"SUBLANG_LATVIAN_LATVIA","features":[341]},{"name":"SUBLANG_LITHUANIAN","features":[341]},{"name":"SUBLANG_LOWER_SORBIAN_GERMANY","features":[341]},{"name":"SUBLANG_LUXEMBOURGISH_LUXEMBOURG","features":[341]},{"name":"SUBLANG_MACEDONIAN_MACEDONIA","features":[341]},{"name":"SUBLANG_MALAYALAM_INDIA","features":[341]},{"name":"SUBLANG_MALAY_BRUNEI_DARUSSALAM","features":[341]},{"name":"SUBLANG_MALAY_MALAYSIA","features":[341]},{"name":"SUBLANG_MALTESE_MALTA","features":[341]},{"name":"SUBLANG_MAORI_NEW_ZEALAND","features":[341]},{"name":"SUBLANG_MAPUDUNGUN_CHILE","features":[341]},{"name":"SUBLANG_MARATHI_INDIA","features":[341]},{"name":"SUBLANG_MOHAWK_MOHAWK","features":[341]},{"name":"SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA","features":[341]},{"name":"SUBLANG_MONGOLIAN_PRC","features":[341]},{"name":"SUBLANG_NEPALI_INDIA","features":[341]},{"name":"SUBLANG_NEPALI_NEPAL","features":[341]},{"name":"SUBLANG_NEUTRAL","features":[341]},{"name":"SUBLANG_NORWEGIAN_BOKMAL","features":[341]},{"name":"SUBLANG_NORWEGIAN_NYNORSK","features":[341]},{"name":"SUBLANG_OCCITAN_FRANCE","features":[341]},{"name":"SUBLANG_ODIA_INDIA","features":[341]},{"name":"SUBLANG_ORIYA_INDIA","features":[341]},{"name":"SUBLANG_PASHTO_AFGHANISTAN","features":[341]},{"name":"SUBLANG_PERSIAN_IRAN","features":[341]},{"name":"SUBLANG_POLISH_POLAND","features":[341]},{"name":"SUBLANG_PORTUGUESE","features":[341]},{"name":"SUBLANG_PORTUGUESE_BRAZILIAN","features":[341]},{"name":"SUBLANG_PULAR_SENEGAL","features":[341]},{"name":"SUBLANG_PUNJABI_INDIA","features":[341]},{"name":"SUBLANG_PUNJABI_PAKISTAN","features":[341]},{"name":"SUBLANG_QUECHUA_BOLIVIA","features":[341]},{"name":"SUBLANG_QUECHUA_ECUADOR","features":[341]},{"name":"SUBLANG_QUECHUA_PERU","features":[341]},{"name":"SUBLANG_ROMANIAN_ROMANIA","features":[341]},{"name":"SUBLANG_ROMANSH_SWITZERLAND","features":[341]},{"name":"SUBLANG_RUSSIAN_RUSSIA","features":[341]},{"name":"SUBLANG_SAKHA_RUSSIA","features":[341]},{"name":"SUBLANG_SAMI_INARI_FINLAND","features":[341]},{"name":"SUBLANG_SAMI_LULE_NORWAY","features":[341]},{"name":"SUBLANG_SAMI_LULE_SWEDEN","features":[341]},{"name":"SUBLANG_SAMI_NORTHERN_FINLAND","features":[341]},{"name":"SUBLANG_SAMI_NORTHERN_NORWAY","features":[341]},{"name":"SUBLANG_SAMI_NORTHERN_SWEDEN","features":[341]},{"name":"SUBLANG_SAMI_SKOLT_FINLAND","features":[341]},{"name":"SUBLANG_SAMI_SOUTHERN_NORWAY","features":[341]},{"name":"SUBLANG_SAMI_SOUTHERN_SWEDEN","features":[341]},{"name":"SUBLANG_SANSKRIT_INDIA","features":[341]},{"name":"SUBLANG_SCOTTISH_GAELIC","features":[341]},{"name":"SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC","features":[341]},{"name":"SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN","features":[341]},{"name":"SUBLANG_SERBIAN_CROATIA","features":[341]},{"name":"SUBLANG_SERBIAN_CYRILLIC","features":[341]},{"name":"SUBLANG_SERBIAN_LATIN","features":[341]},{"name":"SUBLANG_SERBIAN_MONTENEGRO_CYRILLIC","features":[341]},{"name":"SUBLANG_SERBIAN_MONTENEGRO_LATIN","features":[341]},{"name":"SUBLANG_SERBIAN_SERBIA_CYRILLIC","features":[341]},{"name":"SUBLANG_SERBIAN_SERBIA_LATIN","features":[341]},{"name":"SUBLANG_SINDHI_AFGHANISTAN","features":[341]},{"name":"SUBLANG_SINDHI_INDIA","features":[341]},{"name":"SUBLANG_SINDHI_PAKISTAN","features":[341]},{"name":"SUBLANG_SINHALESE_SRI_LANKA","features":[341]},{"name":"SUBLANG_SLOVAK_SLOVAKIA","features":[341]},{"name":"SUBLANG_SLOVENIAN_SLOVENIA","features":[341]},{"name":"SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA","features":[341]},{"name":"SUBLANG_SPANISH","features":[341]},{"name":"SUBLANG_SPANISH_ARGENTINA","features":[341]},{"name":"SUBLANG_SPANISH_BOLIVIA","features":[341]},{"name":"SUBLANG_SPANISH_CHILE","features":[341]},{"name":"SUBLANG_SPANISH_COLOMBIA","features":[341]},{"name":"SUBLANG_SPANISH_COSTA_RICA","features":[341]},{"name":"SUBLANG_SPANISH_DOMINICAN_REPUBLIC","features":[341]},{"name":"SUBLANG_SPANISH_ECUADOR","features":[341]},{"name":"SUBLANG_SPANISH_EL_SALVADOR","features":[341]},{"name":"SUBLANG_SPANISH_GUATEMALA","features":[341]},{"name":"SUBLANG_SPANISH_HONDURAS","features":[341]},{"name":"SUBLANG_SPANISH_MEXICAN","features":[341]},{"name":"SUBLANG_SPANISH_MODERN","features":[341]},{"name":"SUBLANG_SPANISH_NICARAGUA","features":[341]},{"name":"SUBLANG_SPANISH_PANAMA","features":[341]},{"name":"SUBLANG_SPANISH_PARAGUAY","features":[341]},{"name":"SUBLANG_SPANISH_PERU","features":[341]},{"name":"SUBLANG_SPANISH_PUERTO_RICO","features":[341]},{"name":"SUBLANG_SPANISH_URUGUAY","features":[341]},{"name":"SUBLANG_SPANISH_US","features":[341]},{"name":"SUBLANG_SPANISH_VENEZUELA","features":[341]},{"name":"SUBLANG_SWAHILI_KENYA","features":[341]},{"name":"SUBLANG_SWEDISH","features":[341]},{"name":"SUBLANG_SWEDISH_FINLAND","features":[341]},{"name":"SUBLANG_SYRIAC_SYRIA","features":[341]},{"name":"SUBLANG_SYS_DEFAULT","features":[341]},{"name":"SUBLANG_TAJIK_TAJIKISTAN","features":[341]},{"name":"SUBLANG_TAMAZIGHT_ALGERIA_LATIN","features":[341]},{"name":"SUBLANG_TAMAZIGHT_MOROCCO_TIFINAGH","features":[341]},{"name":"SUBLANG_TAMIL_INDIA","features":[341]},{"name":"SUBLANG_TAMIL_SRI_LANKA","features":[341]},{"name":"SUBLANG_TATAR_RUSSIA","features":[341]},{"name":"SUBLANG_TELUGU_INDIA","features":[341]},{"name":"SUBLANG_THAI_THAILAND","features":[341]},{"name":"SUBLANG_TIBETAN_PRC","features":[341]},{"name":"SUBLANG_TIGRIGNA_ERITREA","features":[341]},{"name":"SUBLANG_TIGRINYA_ERITREA","features":[341]},{"name":"SUBLANG_TIGRINYA_ETHIOPIA","features":[341]},{"name":"SUBLANG_TSWANA_BOTSWANA","features":[341]},{"name":"SUBLANG_TSWANA_SOUTH_AFRICA","features":[341]},{"name":"SUBLANG_TURKISH_TURKEY","features":[341]},{"name":"SUBLANG_TURKMEN_TURKMENISTAN","features":[341]},{"name":"SUBLANG_UIGHUR_PRC","features":[341]},{"name":"SUBLANG_UI_CUSTOM_DEFAULT","features":[341]},{"name":"SUBLANG_UKRAINIAN_UKRAINE","features":[341]},{"name":"SUBLANG_UPPER_SORBIAN_GERMANY","features":[341]},{"name":"SUBLANG_URDU_INDIA","features":[341]},{"name":"SUBLANG_URDU_PAKISTAN","features":[341]},{"name":"SUBLANG_UZBEK_CYRILLIC","features":[341]},{"name":"SUBLANG_UZBEK_LATIN","features":[341]},{"name":"SUBLANG_VALENCIAN_VALENCIA","features":[341]},{"name":"SUBLANG_VIETNAMESE_VIETNAM","features":[341]},{"name":"SUBLANG_WELSH_UNITED_KINGDOM","features":[341]},{"name":"SUBLANG_WOLOF_SENEGAL","features":[341]},{"name":"SUBLANG_XHOSA_SOUTH_AFRICA","features":[341]},{"name":"SUBLANG_YAKUT_RUSSIA","features":[341]},{"name":"SUBLANG_YI_PRC","features":[341]},{"name":"SUBLANG_YORUBA_NIGERIA","features":[341]},{"name":"SUBLANG_ZULU_SOUTH_AFRICA","features":[341]},{"name":"SUPPORTED_OS_INFO","features":[341]},{"name":"SYSTEM_ACCESS_FILTER_ACE_TYPE","features":[341]},{"name":"SYSTEM_ACCESS_FILTER_NOCONSTRAINT_MASK","features":[341]},{"name":"SYSTEM_ACCESS_FILTER_VALID_MASK","features":[341]},{"name":"SYSTEM_ALARM_ACE_TYPE","features":[341]},{"name":"SYSTEM_ALARM_CALLBACK_ACE_TYPE","features":[341]},{"name":"SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE","features":[341]},{"name":"SYSTEM_ALARM_OBJECT_ACE_TYPE","features":[341]},{"name":"SYSTEM_AUDIT_ACE_TYPE","features":[341]},{"name":"SYSTEM_AUDIT_CALLBACK_ACE_TYPE","features":[341]},{"name":"SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE","features":[341]},{"name":"SYSTEM_AUDIT_OBJECT_ACE_TYPE","features":[341]},{"name":"SYSTEM_CACHE_ALIGNMENT_SIZE","features":[341]},{"name":"SYSTEM_MANDATORY_LABEL_ACE_TYPE","features":[341]},{"name":"SYSTEM_MANDATORY_LABEL_NO_EXECUTE_UP","features":[341]},{"name":"SYSTEM_MANDATORY_LABEL_NO_READ_UP","features":[341]},{"name":"SYSTEM_MANDATORY_LABEL_NO_WRITE_UP","features":[341]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_ACE_TYPE","features":[341]},{"name":"SYSTEM_PROCESS_TRUST_LABEL_VALID_MASK","features":[341]},{"name":"SYSTEM_PROCESS_TRUST_NOCONSTRAINT_MASK","features":[341]},{"name":"SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE","features":[341]},{"name":"SYSTEM_SCOPED_POLICY_ID_ACE_TYPE","features":[341]},{"name":"SeImageSignatureCache","features":[341]},{"name":"SeImageSignatureCatalogCached","features":[341]},{"name":"SeImageSignatureCatalogHint","features":[341]},{"name":"SeImageSignatureCatalogNotCached","features":[341]},{"name":"SeImageSignatureEmbedded","features":[341]},{"name":"SeImageSignatureNone","features":[341]},{"name":"SeImageSignaturePackageCatalog","features":[341]},{"name":"SeImageSignaturePplMitigated","features":[341]},{"name":"SevereError","features":[341]},{"name":"SharedVirtualDiskCDPSnapshotsSupported","features":[341]},{"name":"SharedVirtualDiskHandleState","features":[341]},{"name":"SharedVirtualDiskHandleStateFileShared","features":[341]},{"name":"SharedVirtualDiskHandleStateHandleShared","features":[341]},{"name":"SharedVirtualDiskHandleStateNone","features":[341]},{"name":"SharedVirtualDiskSnapshotsSupported","features":[341]},{"name":"SharedVirtualDiskSupportType","features":[341]},{"name":"SharedVirtualDisksSupported","features":[341]},{"name":"SharedVirtualDisksUnsupported","features":[341]},{"name":"SystemLoad","features":[341]},{"name":"TAPE_CHECK_FOR_DRIVE_PROBLEM","features":[341]},{"name":"TAPE_CREATE_PARTITION","features":[341]},{"name":"TAPE_DRIVE_ABSOLUTE_BLK","features":[341]},{"name":"TAPE_DRIVE_ABS_BLK_IMMED","features":[341]},{"name":"TAPE_DRIVE_CLEAN_REQUESTS","features":[341]},{"name":"TAPE_DRIVE_COMPRESSION","features":[341]},{"name":"TAPE_DRIVE_ECC","features":[341]},{"name":"TAPE_DRIVE_EJECT_MEDIA","features":[341]},{"name":"TAPE_DRIVE_END_OF_DATA","features":[341]},{"name":"TAPE_DRIVE_EOT_WZ_SIZE","features":[341]},{"name":"TAPE_DRIVE_ERASE_BOP_ONLY","features":[341]},{"name":"TAPE_DRIVE_ERASE_IMMEDIATE","features":[341]},{"name":"TAPE_DRIVE_ERASE_LONG","features":[341]},{"name":"TAPE_DRIVE_ERASE_SHORT","features":[341]},{"name":"TAPE_DRIVE_FILEMARKS","features":[341]},{"name":"TAPE_DRIVE_FIXED","features":[341]},{"name":"TAPE_DRIVE_FIXED_BLOCK","features":[341]},{"name":"TAPE_DRIVE_FORMAT","features":[341]},{"name":"TAPE_DRIVE_FORMAT_IMMEDIATE","features":[341]},{"name":"TAPE_DRIVE_GET_ABSOLUTE_BLK","features":[341]},{"name":"TAPE_DRIVE_GET_LOGICAL_BLK","features":[341]},{"name":"TAPE_DRIVE_HIGH_FEATURES","features":[341]},{"name":"TAPE_DRIVE_INITIATOR","features":[341]},{"name":"TAPE_DRIVE_LOAD_UNLD_IMMED","features":[341]},{"name":"TAPE_DRIVE_LOAD_UNLOAD","features":[341]},{"name":"TAPE_DRIVE_LOCK_UNLK_IMMED","features":[341]},{"name":"TAPE_DRIVE_LOCK_UNLOCK","features":[341]},{"name":"TAPE_DRIVE_LOGICAL_BLK","features":[341]},{"name":"TAPE_DRIVE_LOG_BLK_IMMED","features":[341]},{"name":"TAPE_DRIVE_PADDING","features":[341]},{"name":"TAPE_DRIVE_PROBLEM_TYPE","features":[341]},{"name":"TAPE_DRIVE_RELATIVE_BLKS","features":[341]},{"name":"TAPE_DRIVE_REPORT_SMKS","features":[341]},{"name":"TAPE_DRIVE_RESERVED_BIT","features":[341]},{"name":"TAPE_DRIVE_REVERSE_POSITION","features":[341]},{"name":"TAPE_DRIVE_REWIND_IMMEDIATE","features":[341]},{"name":"TAPE_DRIVE_SELECT","features":[341]},{"name":"TAPE_DRIVE_SEQUENTIAL_FMKS","features":[341]},{"name":"TAPE_DRIVE_SEQUENTIAL_SMKS","features":[341]},{"name":"TAPE_DRIVE_SETMARKS","features":[341]},{"name":"TAPE_DRIVE_SET_BLOCK_SIZE","features":[341]},{"name":"TAPE_DRIVE_SET_CMP_BOP_ONLY","features":[341]},{"name":"TAPE_DRIVE_SET_COMPRESSION","features":[341]},{"name":"TAPE_DRIVE_SET_ECC","features":[341]},{"name":"TAPE_DRIVE_SET_EOT_WZ_SIZE","features":[341]},{"name":"TAPE_DRIVE_SET_PADDING","features":[341]},{"name":"TAPE_DRIVE_SET_REPORT_SMKS","features":[341]},{"name":"TAPE_DRIVE_SPACE_IMMEDIATE","features":[341]},{"name":"TAPE_DRIVE_TAPE_CAPACITY","features":[341]},{"name":"TAPE_DRIVE_TAPE_REMAINING","features":[341]},{"name":"TAPE_DRIVE_TENSION","features":[341]},{"name":"TAPE_DRIVE_TENSION_IMMED","features":[341]},{"name":"TAPE_DRIVE_VARIABLE_BLOCK","features":[341]},{"name":"TAPE_DRIVE_WRITE_FILEMARKS","features":[341]},{"name":"TAPE_DRIVE_WRITE_LONG_FMKS","features":[341]},{"name":"TAPE_DRIVE_WRITE_MARK_IMMED","features":[341]},{"name":"TAPE_DRIVE_WRITE_PROTECT","features":[341]},{"name":"TAPE_DRIVE_WRITE_SETMARKS","features":[341]},{"name":"TAPE_DRIVE_WRITE_SHORT_FMKS","features":[341]},{"name":"TAPE_GET_DRIVE_PARAMETERS","features":[305,341]},{"name":"TAPE_GET_DRIVE_PARAMETERS_FEATURES_HIGH","features":[341]},{"name":"TAPE_GET_MEDIA_PARAMETERS","features":[305,341]},{"name":"TAPE_PSEUDO_LOGICAL_BLOCK","features":[341]},{"name":"TAPE_PSEUDO_LOGICAL_POSITION","features":[341]},{"name":"TAPE_QUERY_DEVICE_ERROR_DATA","features":[341]},{"name":"TAPE_QUERY_DRIVE_PARAMETERS","features":[341]},{"name":"TAPE_QUERY_IO_ERROR_DATA","features":[341]},{"name":"TAPE_QUERY_MEDIA_CAPACITY","features":[341]},{"name":"TAPE_SET_DRIVE_PARAMETERS","features":[305,341]},{"name":"TAPE_SET_MEDIA_PARAMETERS","features":[341]},{"name":"TAPE_WMI_OPERATIONS","features":[341]},{"name":"THREAD_BASE_PRIORITY_IDLE","features":[341]},{"name":"THREAD_BASE_PRIORITY_LOWRT","features":[341]},{"name":"THREAD_BASE_PRIORITY_MAX","features":[341]},{"name":"THREAD_BASE_PRIORITY_MIN","features":[341]},{"name":"THREAD_DYNAMIC_CODE_ALLOW","features":[341]},{"name":"THREAD_PROFILING_FLAG_DISPATCH","features":[341]},{"name":"TIME_ZONE_ID_DAYLIGHT","features":[341]},{"name":"TIME_ZONE_ID_STANDARD","features":[341]},{"name":"TIME_ZONE_ID_UNKNOWN","features":[341]},{"name":"TLS_MINIMUM_AVAILABLE","features":[341]},{"name":"TOKEN_BNO_ISOLATION_INFORMATION","features":[305,341]},{"name":"TOKEN_SID_INFORMATION","features":[309,341]},{"name":"TOKEN_SOURCE_LENGTH","features":[341]},{"name":"TRANSACTIONMANAGER_BASIC_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_BIND_TRANSACTION","features":[341]},{"name":"TRANSACTIONMANAGER_CREATE_RM","features":[341]},{"name":"TRANSACTIONMANAGER_INFORMATION_CLASS","features":[341]},{"name":"TRANSACTIONMANAGER_LOGPATH_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_LOG_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_OLDEST_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_QUERY_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_RECOVER","features":[341]},{"name":"TRANSACTIONMANAGER_RECOVERY_INFORMATION","features":[341]},{"name":"TRANSACTIONMANAGER_RENAME","features":[341]},{"name":"TRANSACTIONMANAGER_SET_INFORMATION","features":[341]},{"name":"TRANSACTION_BASIC_INFORMATION","features":[341]},{"name":"TRANSACTION_BIND_INFORMATION","features":[305,341]},{"name":"TRANSACTION_COMMIT","features":[341]},{"name":"TRANSACTION_ENLIST","features":[341]},{"name":"TRANSACTION_ENLISTMENTS_INFORMATION","features":[341]},{"name":"TRANSACTION_ENLISTMENT_PAIR","features":[341]},{"name":"TRANSACTION_INFORMATION_CLASS","features":[341]},{"name":"TRANSACTION_LIST_ENTRY","features":[341]},{"name":"TRANSACTION_LIST_INFORMATION","features":[341]},{"name":"TRANSACTION_PROPAGATE","features":[341]},{"name":"TRANSACTION_PROPERTIES_INFORMATION","features":[341]},{"name":"TRANSACTION_QUERY_INFORMATION","features":[341]},{"name":"TRANSACTION_RIGHT_RESERVED1","features":[341]},{"name":"TRANSACTION_ROLLBACK","features":[341]},{"name":"TRANSACTION_SET_INFORMATION","features":[341]},{"name":"TRANSACTION_STATE","features":[341]},{"name":"TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION","features":[341]},{"name":"TREE_CONNECT_ATTRIBUTE_GLOBAL","features":[341]},{"name":"TREE_CONNECT_ATTRIBUTE_INTEGRITY","features":[341]},{"name":"TREE_CONNECT_ATTRIBUTE_PINNED","features":[341]},{"name":"TREE_CONNECT_ATTRIBUTE_PRIVACY","features":[341]},{"name":"TRUST_PROTECTED_FILTER_ACE_FLAG","features":[341]},{"name":"TapeDriveCleanDriveNow","features":[341]},{"name":"TapeDriveHardwareError","features":[341]},{"name":"TapeDriveMediaLifeExpired","features":[341]},{"name":"TapeDriveProblemNone","features":[341]},{"name":"TapeDriveReadError","features":[341]},{"name":"TapeDriveReadWarning","features":[341]},{"name":"TapeDriveReadWriteError","features":[341]},{"name":"TapeDriveReadWriteWarning","features":[341]},{"name":"TapeDriveScsiConnectionError","features":[341]},{"name":"TapeDriveSnappedTape","features":[341]},{"name":"TapeDriveTimetoClean","features":[341]},{"name":"TapeDriveUnsupportedMedia","features":[341]},{"name":"TapeDriveWriteError","features":[341]},{"name":"TapeDriveWriteWarning","features":[341]},{"name":"TransactionBasicInformation","features":[341]},{"name":"TransactionBindInformation","features":[341]},{"name":"TransactionDTCPrivateInformation","features":[341]},{"name":"TransactionEnlistmentInformation","features":[341]},{"name":"TransactionManagerBasicInformation","features":[341]},{"name":"TransactionManagerLogInformation","features":[341]},{"name":"TransactionManagerLogPathInformation","features":[341]},{"name":"TransactionManagerOldestTransactionInformation","features":[341]},{"name":"TransactionManagerOnlineProbeInformation","features":[341]},{"name":"TransactionManagerRecoveryInformation","features":[341]},{"name":"TransactionPropertiesInformation","features":[341]},{"name":"TransactionStateCommittedNotify","features":[341]},{"name":"TransactionStateIndoubt","features":[341]},{"name":"TransactionStateNormal","features":[341]},{"name":"TransactionSuperiorEnlistmentInformation","features":[341]},{"name":"UCSCHAR_INVALID_CHARACTER","features":[341]},{"name":"UMS_CREATE_THREAD_ATTRIBUTES","features":[341]},{"name":"UNICODE_STRING_MAX_CHARS","features":[341]},{"name":"UNIFIEDBUILDREVISION_KEY","features":[341]},{"name":"UNIFIEDBUILDREVISION_MIN","features":[341]},{"name":"UNIFIEDBUILDREVISION_VALUE","features":[341]},{"name":"UNWIND_CHAIN_LIMIT","features":[341]},{"name":"UNWIND_HISTORY_TABLE_SIZE","features":[341]},{"name":"UNW_FLAG_NO_EPILOGUE","features":[341]},{"name":"UmsSchedulerStartup","features":[341]},{"name":"UmsSchedulerThreadBlocked","features":[341]},{"name":"UmsSchedulerThreadYield","features":[341]},{"name":"VALID_INHERIT_FLAGS","features":[341]},{"name":"VBS_BASIC_PAGE_MEASURED_DATA","features":[341]},{"name":"VBS_BASIC_PAGE_SYSTEM_CALL","features":[341]},{"name":"VBS_BASIC_PAGE_THREAD_DESCRIPTOR","features":[341]},{"name":"VBS_BASIC_PAGE_UNMEASURED_DATA","features":[341]},{"name":"VBS_BASIC_PAGE_ZERO_FILL","features":[341]},{"name":"VER_AND","features":[341]},{"name":"VER_CONDITION_MASK","features":[341]},{"name":"VER_EQUAL","features":[341]},{"name":"VER_GREATER","features":[341]},{"name":"VER_GREATER_EQUAL","features":[341]},{"name":"VER_LESS","features":[341]},{"name":"VER_LESS_EQUAL","features":[341]},{"name":"VER_NT_DOMAIN_CONTROLLER","features":[341]},{"name":"VER_NT_SERVER","features":[341]},{"name":"VER_NT_WORKSTATION","features":[341]},{"name":"VER_NUM_BITS_PER_CONDITION_MASK","features":[341]},{"name":"VER_OR","features":[341]},{"name":"VER_SERVER_NT","features":[341]},{"name":"VER_SUITE_BACKOFFICE","features":[341]},{"name":"VER_SUITE_BLADE","features":[341]},{"name":"VER_SUITE_COMMUNICATIONS","features":[341]},{"name":"VER_SUITE_COMPUTE_SERVER","features":[341]},{"name":"VER_SUITE_DATACENTER","features":[341]},{"name":"VER_SUITE_EMBEDDEDNT","features":[341]},{"name":"VER_SUITE_EMBEDDED_RESTRICTED","features":[341]},{"name":"VER_SUITE_ENTERPRISE","features":[341]},{"name":"VER_SUITE_MULTIUSERTS","features":[341]},{"name":"VER_SUITE_PERSONAL","features":[341]},{"name":"VER_SUITE_SECURITY_APPLIANCE","features":[341]},{"name":"VER_SUITE_SINGLEUSERTS","features":[341]},{"name":"VER_SUITE_SMALLBUSINESS","features":[341]},{"name":"VER_SUITE_SMALLBUSINESS_RESTRICTED","features":[341]},{"name":"VER_SUITE_STORAGE_SERVER","features":[341]},{"name":"VER_SUITE_TERMINAL","features":[341]},{"name":"VER_SUITE_WH_SERVER","features":[341]},{"name":"VER_WORKSTATION_NT","features":[341]},{"name":"VRL_CUSTOM_CLASS_BEGIN","features":[341]},{"name":"VRL_ENABLE_KERNEL_BREAKS","features":[341]},{"name":"VRL_PREDEFINED_CLASS_BEGIN","features":[341]},{"name":"WDT_INPROC64_CALL","features":[341]},{"name":"WDT_INPROC_CALL","features":[341]},{"name":"WDT_REMOTE_CALL","features":[341]},{"name":"WORD_WHEEL_OPEN_FLAGS","features":[341]},{"name":"WRITE_NV_MEMORY_FLAG_FLUSH","features":[341]},{"name":"WRITE_NV_MEMORY_FLAG_NON_TEMPORAL","features":[341]},{"name":"WRITE_NV_MEMORY_FLAG_NO_DRAIN","features":[341]},{"name":"WRITE_WATCH_FLAG_RESET","features":[341]},{"name":"WT_EXECUTEDELETEWAIT","features":[341]},{"name":"WT_EXECUTEINLONGTHREAD","features":[341]},{"name":"WT_EXECUTEINPERSISTENTIOTHREAD","features":[341]},{"name":"WT_EXECUTEINUITHREAD","features":[341]},{"name":"Win32ServiceOwnProcess","features":[341]},{"name":"Win32ServiceShareProcess","features":[341]},{"name":"X3_BTYPE_QP_INST_VAL_POS_X","features":[341]},{"name":"X3_BTYPE_QP_INST_WORD_POS_X","features":[341]},{"name":"X3_BTYPE_QP_INST_WORD_X","features":[341]},{"name":"X3_BTYPE_QP_SIZE_X","features":[341]},{"name":"X3_D_WH_INST_WORD_POS_X","features":[341]},{"name":"X3_D_WH_INST_WORD_X","features":[341]},{"name":"X3_D_WH_SIGN_VAL_POS_X","features":[341]},{"name":"X3_D_WH_SIZE_X","features":[341]},{"name":"X3_EMPTY_INST_VAL_POS_X","features":[341]},{"name":"X3_EMPTY_INST_WORD_POS_X","features":[341]},{"name":"X3_EMPTY_INST_WORD_X","features":[341]},{"name":"X3_EMPTY_SIZE_X","features":[341]},{"name":"X3_IMM20_INST_WORD_POS_X","features":[341]},{"name":"X3_IMM20_INST_WORD_X","features":[341]},{"name":"X3_IMM20_SIGN_VAL_POS_X","features":[341]},{"name":"X3_IMM20_SIZE_X","features":[341]},{"name":"X3_IMM39_1_INST_WORD_POS_X","features":[341]},{"name":"X3_IMM39_1_INST_WORD_X","features":[341]},{"name":"X3_IMM39_1_SIGN_VAL_POS_X","features":[341]},{"name":"X3_IMM39_1_SIZE_X","features":[341]},{"name":"X3_IMM39_2_INST_WORD_POS_X","features":[341]},{"name":"X3_IMM39_2_INST_WORD_X","features":[341]},{"name":"X3_IMM39_2_SIGN_VAL_POS_X","features":[341]},{"name":"X3_IMM39_2_SIZE_X","features":[341]},{"name":"X3_I_INST_WORD_POS_X","features":[341]},{"name":"X3_I_INST_WORD_X","features":[341]},{"name":"X3_I_SIGN_VAL_POS_X","features":[341]},{"name":"X3_I_SIZE_X","features":[341]},{"name":"X3_OPCODE_INST_WORD_POS_X","features":[341]},{"name":"X3_OPCODE_INST_WORD_X","features":[341]},{"name":"X3_OPCODE_SIGN_VAL_POS_X","features":[341]},{"name":"X3_OPCODE_SIZE_X","features":[341]},{"name":"X3_P_INST_WORD_POS_X","features":[341]},{"name":"X3_P_INST_WORD_X","features":[341]},{"name":"X3_P_SIGN_VAL_POS_X","features":[341]},{"name":"X3_P_SIZE_X","features":[341]},{"name":"X3_TMPLT_INST_WORD_POS_X","features":[341]},{"name":"X3_TMPLT_INST_WORD_X","features":[341]},{"name":"X3_TMPLT_SIGN_VAL_POS_X","features":[341]},{"name":"X3_TMPLT_SIZE_X","features":[341]},{"name":"X86_CACHE_ALIGNMENT_SIZE","features":[341]},{"name":"XSAVE_CET_U_FORMAT","features":[341]},{"name":"XSTATE_ALIGN_BIT","features":[341]},{"name":"XSTATE_AMX_TILE_CONFIG","features":[341]},{"name":"XSTATE_AMX_TILE_DATA","features":[341]},{"name":"XSTATE_AVX","features":[341]},{"name":"XSTATE_AVX512_KMASK","features":[341]},{"name":"XSTATE_AVX512_ZMM","features":[341]},{"name":"XSTATE_AVX512_ZMM_H","features":[341]},{"name":"XSTATE_CET_S","features":[341]},{"name":"XSTATE_CET_U","features":[341]},{"name":"XSTATE_COMPACTION_ENABLE","features":[341]},{"name":"XSTATE_CONTROLFLAG_XFD_MASK","features":[341]},{"name":"XSTATE_CONTROLFLAG_XSAVEC_MASK","features":[341]},{"name":"XSTATE_CONTROLFLAG_XSAVEOPT_MASK","features":[341]},{"name":"XSTATE_GSSE","features":[341]},{"name":"XSTATE_IPT","features":[341]},{"name":"XSTATE_LEGACY_FLOATING_POINT","features":[341]},{"name":"XSTATE_LEGACY_SSE","features":[341]},{"name":"XSTATE_LWP","features":[341]},{"name":"XSTATE_MPX_BNDCSR","features":[341]},{"name":"XSTATE_MPX_BNDREGS","features":[341]},{"name":"XSTATE_PASID","features":[341]},{"name":"XSTATE_XFD_BIT","features":[341]},{"name":"_MM_HINT_NTA","features":[341]},{"name":"_MM_HINT_T0","features":[341]},{"name":"_MM_HINT_T1","features":[341]},{"name":"_MM_HINT_T2","features":[341]},{"name":"remoteMETAFILEPICT","features":[358,341]},{"name":"userBITMAP","features":[341]},{"name":"userCLIPFORMAT","features":[341]},{"name":"userHBITMAP","features":[341]},{"name":"userHENHMETAFILE","features":[358,341]},{"name":"userHGLOBAL","features":[358,341]},{"name":"userHMETAFILE","features":[358,341]},{"name":"userHMETAFILEPICT","features":[358,341]},{"name":"userHPALETTE","features":[317,341]}],"624":[{"name":"CLSID_CTask","features":[599]},{"name":"CLSID_CTaskScheduler","features":[599]},{"name":"DAILY","features":[599]},{"name":"IAction","features":[358,599]},{"name":"IActionCollection","features":[358,599]},{"name":"IBootTrigger","features":[358,599]},{"name":"IComHandlerAction","features":[358,599]},{"name":"IDailyTrigger","features":[358,599]},{"name":"IEmailAction","features":[358,599]},{"name":"IEnumWorkItems","features":[599]},{"name":"IEventTrigger","features":[358,599]},{"name":"IExecAction","features":[358,599]},{"name":"IExecAction2","features":[358,599]},{"name":"IIdleSettings","features":[358,599]},{"name":"IIdleTrigger","features":[358,599]},{"name":"ILogonTrigger","features":[358,599]},{"name":"IMaintenanceSettings","features":[358,599]},{"name":"IMonthlyDOWTrigger","features":[358,599]},{"name":"IMonthlyTrigger","features":[358,599]},{"name":"INetworkSettings","features":[358,599]},{"name":"IPrincipal","features":[358,599]},{"name":"IPrincipal2","features":[358,599]},{"name":"IProvideTaskPage","features":[599]},{"name":"IRegisteredTask","features":[358,599]},{"name":"IRegisteredTaskCollection","features":[358,599]},{"name":"IRegistrationInfo","features":[358,599]},{"name":"IRegistrationTrigger","features":[358,599]},{"name":"IRepetitionPattern","features":[358,599]},{"name":"IRunningTask","features":[358,599]},{"name":"IRunningTaskCollection","features":[358,599]},{"name":"IScheduledWorkItem","features":[599]},{"name":"ISessionStateChangeTrigger","features":[358,599]},{"name":"IShowMessageAction","features":[358,599]},{"name":"ITask","features":[599]},{"name":"ITaskDefinition","features":[358,599]},{"name":"ITaskFolder","features":[358,599]},{"name":"ITaskFolderCollection","features":[358,599]},{"name":"ITaskHandler","features":[599]},{"name":"ITaskHandlerStatus","features":[599]},{"name":"ITaskNamedValueCollection","features":[358,599]},{"name":"ITaskNamedValuePair","features":[358,599]},{"name":"ITaskScheduler","features":[599]},{"name":"ITaskService","features":[358,599]},{"name":"ITaskSettings","features":[358,599]},{"name":"ITaskSettings2","features":[358,599]},{"name":"ITaskSettings3","features":[358,599]},{"name":"ITaskTrigger","features":[599]},{"name":"ITaskVariables","features":[599]},{"name":"ITimeTrigger","features":[358,599]},{"name":"ITrigger","features":[358,599]},{"name":"ITriggerCollection","features":[358,599]},{"name":"IWeeklyTrigger","features":[358,599]},{"name":"MONTHLYDATE","features":[599]},{"name":"MONTHLYDOW","features":[599]},{"name":"TASKPAGE","features":[599]},{"name":"TASKPAGE_SCHEDULE","features":[599]},{"name":"TASKPAGE_SETTINGS","features":[599]},{"name":"TASKPAGE_TASK","features":[599]},{"name":"TASK_ACTION_COM_HANDLER","features":[599]},{"name":"TASK_ACTION_EXEC","features":[599]},{"name":"TASK_ACTION_SEND_EMAIL","features":[599]},{"name":"TASK_ACTION_SHOW_MESSAGE","features":[599]},{"name":"TASK_ACTION_TYPE","features":[599]},{"name":"TASK_APRIL","features":[599]},{"name":"TASK_AUGUST","features":[599]},{"name":"TASK_COMPATIBILITY","features":[599]},{"name":"TASK_COMPATIBILITY_AT","features":[599]},{"name":"TASK_COMPATIBILITY_V1","features":[599]},{"name":"TASK_COMPATIBILITY_V2","features":[599]},{"name":"TASK_COMPATIBILITY_V2_1","features":[599]},{"name":"TASK_COMPATIBILITY_V2_2","features":[599]},{"name":"TASK_COMPATIBILITY_V2_3","features":[599]},{"name":"TASK_COMPATIBILITY_V2_4","features":[599]},{"name":"TASK_CONSOLE_CONNECT","features":[599]},{"name":"TASK_CONSOLE_DISCONNECT","features":[599]},{"name":"TASK_CREATE","features":[599]},{"name":"TASK_CREATE_OR_UPDATE","features":[599]},{"name":"TASK_CREATION","features":[599]},{"name":"TASK_DECEMBER","features":[599]},{"name":"TASK_DISABLE","features":[599]},{"name":"TASK_DONT_ADD_PRINCIPAL_ACE","features":[599]},{"name":"TASK_ENUM_FLAGS","features":[599]},{"name":"TASK_ENUM_HIDDEN","features":[599]},{"name":"TASK_EVENT_TRIGGER_AT_LOGON","features":[599]},{"name":"TASK_EVENT_TRIGGER_AT_SYSTEMSTART","features":[599]},{"name":"TASK_EVENT_TRIGGER_ON_IDLE","features":[599]},{"name":"TASK_FEBRUARY","features":[599]},{"name":"TASK_FIRST_WEEK","features":[599]},{"name":"TASK_FLAG_DELETE_WHEN_DONE","features":[599]},{"name":"TASK_FLAG_DISABLED","features":[599]},{"name":"TASK_FLAG_DONT_START_IF_ON_BATTERIES","features":[599]},{"name":"TASK_FLAG_HIDDEN","features":[599]},{"name":"TASK_FLAG_INTERACTIVE","features":[599]},{"name":"TASK_FLAG_KILL_IF_GOING_ON_BATTERIES","features":[599]},{"name":"TASK_FLAG_KILL_ON_IDLE_END","features":[599]},{"name":"TASK_FLAG_RESTART_ON_IDLE_RESUME","features":[599]},{"name":"TASK_FLAG_RUN_IF_CONNECTED_TO_INTERNET","features":[599]},{"name":"TASK_FLAG_RUN_ONLY_IF_DOCKED","features":[599]},{"name":"TASK_FLAG_RUN_ONLY_IF_LOGGED_ON","features":[599]},{"name":"TASK_FLAG_START_ONLY_IF_IDLE","features":[599]},{"name":"TASK_FLAG_SYSTEM_REQUIRED","features":[599]},{"name":"TASK_FOURTH_WEEK","features":[599]},{"name":"TASK_FRIDAY","features":[599]},{"name":"TASK_IGNORE_REGISTRATION_TRIGGERS","features":[599]},{"name":"TASK_INSTANCES_IGNORE_NEW","features":[599]},{"name":"TASK_INSTANCES_PARALLEL","features":[599]},{"name":"TASK_INSTANCES_POLICY","features":[599]},{"name":"TASK_INSTANCES_QUEUE","features":[599]},{"name":"TASK_INSTANCES_STOP_EXISTING","features":[599]},{"name":"TASK_JANUARY","features":[599]},{"name":"TASK_JULY","features":[599]},{"name":"TASK_JUNE","features":[599]},{"name":"TASK_LAST_WEEK","features":[599]},{"name":"TASK_LOGON_GROUP","features":[599]},{"name":"TASK_LOGON_INTERACTIVE_TOKEN","features":[599]},{"name":"TASK_LOGON_INTERACTIVE_TOKEN_OR_PASSWORD","features":[599]},{"name":"TASK_LOGON_NONE","features":[599]},{"name":"TASK_LOGON_PASSWORD","features":[599]},{"name":"TASK_LOGON_S4U","features":[599]},{"name":"TASK_LOGON_SERVICE_ACCOUNT","features":[599]},{"name":"TASK_LOGON_TYPE","features":[599]},{"name":"TASK_MARCH","features":[599]},{"name":"TASK_MAX_RUN_TIMES","features":[599]},{"name":"TASK_MAY","features":[599]},{"name":"TASK_MONDAY","features":[599]},{"name":"TASK_NOVEMBER","features":[599]},{"name":"TASK_OCTOBER","features":[599]},{"name":"TASK_PROCESSTOKENSID_DEFAULT","features":[599]},{"name":"TASK_PROCESSTOKENSID_NONE","features":[599]},{"name":"TASK_PROCESSTOKENSID_TYPE","features":[599]},{"name":"TASK_PROCESSTOKENSID_UNRESTRICTED","features":[599]},{"name":"TASK_REMOTE_CONNECT","features":[599]},{"name":"TASK_REMOTE_DISCONNECT","features":[599]},{"name":"TASK_RUNLEVEL_HIGHEST","features":[599]},{"name":"TASK_RUNLEVEL_LUA","features":[599]},{"name":"TASK_RUNLEVEL_TYPE","features":[599]},{"name":"TASK_RUN_AS_SELF","features":[599]},{"name":"TASK_RUN_FLAGS","features":[599]},{"name":"TASK_RUN_IGNORE_CONSTRAINTS","features":[599]},{"name":"TASK_RUN_NO_FLAGS","features":[599]},{"name":"TASK_RUN_USER_SID","features":[599]},{"name":"TASK_RUN_USE_SESSION_ID","features":[599]},{"name":"TASK_SATURDAY","features":[599]},{"name":"TASK_SECOND_WEEK","features":[599]},{"name":"TASK_SEPTEMBER","features":[599]},{"name":"TASK_SESSION_LOCK","features":[599]},{"name":"TASK_SESSION_STATE_CHANGE_TYPE","features":[599]},{"name":"TASK_SESSION_UNLOCK","features":[599]},{"name":"TASK_STATE","features":[599]},{"name":"TASK_STATE_DISABLED","features":[599]},{"name":"TASK_STATE_QUEUED","features":[599]},{"name":"TASK_STATE_READY","features":[599]},{"name":"TASK_STATE_RUNNING","features":[599]},{"name":"TASK_STATE_UNKNOWN","features":[599]},{"name":"TASK_SUNDAY","features":[599]},{"name":"TASK_THIRD_WEEK","features":[599]},{"name":"TASK_THURSDAY","features":[599]},{"name":"TASK_TIME_TRIGGER_DAILY","features":[599]},{"name":"TASK_TIME_TRIGGER_MONTHLYDATE","features":[599]},{"name":"TASK_TIME_TRIGGER_MONTHLYDOW","features":[599]},{"name":"TASK_TIME_TRIGGER_ONCE","features":[599]},{"name":"TASK_TIME_TRIGGER_WEEKLY","features":[599]},{"name":"TASK_TRIGGER","features":[599]},{"name":"TASK_TRIGGER_BOOT","features":[599]},{"name":"TASK_TRIGGER_CUSTOM_TRIGGER_01","features":[599]},{"name":"TASK_TRIGGER_DAILY","features":[599]},{"name":"TASK_TRIGGER_EVENT","features":[599]},{"name":"TASK_TRIGGER_FLAG_DISABLED","features":[599]},{"name":"TASK_TRIGGER_FLAG_HAS_END_DATE","features":[599]},{"name":"TASK_TRIGGER_FLAG_KILL_AT_DURATION_END","features":[599]},{"name":"TASK_TRIGGER_IDLE","features":[599]},{"name":"TASK_TRIGGER_LOGON","features":[599]},{"name":"TASK_TRIGGER_MONTHLY","features":[599]},{"name":"TASK_TRIGGER_MONTHLYDOW","features":[599]},{"name":"TASK_TRIGGER_REGISTRATION","features":[599]},{"name":"TASK_TRIGGER_SESSION_STATE_CHANGE","features":[599]},{"name":"TASK_TRIGGER_TIME","features":[599]},{"name":"TASK_TRIGGER_TYPE","features":[599]},{"name":"TASK_TRIGGER_TYPE2","features":[599]},{"name":"TASK_TRIGGER_WEEKLY","features":[599]},{"name":"TASK_TUESDAY","features":[599]},{"name":"TASK_UPDATE","features":[599]},{"name":"TASK_VALIDATE_ONLY","features":[599]},{"name":"TASK_WEDNESDAY","features":[599]},{"name":"TRIGGER_TYPE_UNION","features":[599]},{"name":"TaskHandlerPS","features":[599]},{"name":"TaskHandlerStatusPS","features":[599]},{"name":"TaskScheduler","features":[599]},{"name":"WEEKLY","features":[599]}],"625":[{"name":"ABOVE_NORMAL_PRIORITY_CLASS","features":[342]},{"name":"ALL_PROCESSOR_GROUPS","features":[342]},{"name":"APC_CALLBACK_FUNCTION","features":[342]},{"name":"APP_MEMORY_INFORMATION","features":[342]},{"name":"AVRT_PRIORITY","features":[342]},{"name":"AVRT_PRIORITY_CRITICAL","features":[342]},{"name":"AVRT_PRIORITY_HIGH","features":[342]},{"name":"AVRT_PRIORITY_LOW","features":[342]},{"name":"AVRT_PRIORITY_NORMAL","features":[342]},{"name":"AVRT_PRIORITY_VERYLOW","features":[342]},{"name":"AcquireSRWLockExclusive","features":[342]},{"name":"AcquireSRWLockShared","features":[342]},{"name":"AddIntegrityLabelToBoundaryDescriptor","features":[305,309,342]},{"name":"AddSIDToBoundaryDescriptor","features":[305,309,342]},{"name":"AttachThreadInput","features":[305,342]},{"name":"AvQuerySystemResponsiveness","features":[305,342]},{"name":"AvRevertMmThreadCharacteristics","features":[305,342]},{"name":"AvRtCreateThreadOrderingGroup","features":[305,342]},{"name":"AvRtCreateThreadOrderingGroupExA","features":[305,342]},{"name":"AvRtCreateThreadOrderingGroupExW","features":[305,342]},{"name":"AvRtDeleteThreadOrderingGroup","features":[305,342]},{"name":"AvRtJoinThreadOrderingGroup","features":[305,342]},{"name":"AvRtLeaveThreadOrderingGroup","features":[305,342]},{"name":"AvRtWaitOnThreadOrderingGroup","features":[305,342]},{"name":"AvSetMmMaxThreadCharacteristicsA","features":[305,342]},{"name":"AvSetMmMaxThreadCharacteristicsW","features":[305,342]},{"name":"AvSetMmThreadCharacteristicsA","features":[305,342]},{"name":"AvSetMmThreadCharacteristicsW","features":[305,342]},{"name":"AvSetMmThreadPriority","features":[305,342]},{"name":"BELOW_NORMAL_PRIORITY_CLASS","features":[342]},{"name":"CONDITION_VARIABLE","features":[342]},{"name":"CONDITION_VARIABLE_INIT","features":[342]},{"name":"CONDITION_VARIABLE_LOCKMODE_SHARED","features":[342]},{"name":"CREATE_BREAKAWAY_FROM_JOB","features":[342]},{"name":"CREATE_DEFAULT_ERROR_MODE","features":[342]},{"name":"CREATE_EVENT","features":[342]},{"name":"CREATE_EVENT_INITIAL_SET","features":[342]},{"name":"CREATE_EVENT_MANUAL_RESET","features":[342]},{"name":"CREATE_FORCEDOS","features":[342]},{"name":"CREATE_IGNORE_SYSTEM_DEFAULT","features":[342]},{"name":"CREATE_MUTEX_INITIAL_OWNER","features":[342]},{"name":"CREATE_NEW_CONSOLE","features":[342]},{"name":"CREATE_NEW_PROCESS_GROUP","features":[342]},{"name":"CREATE_NO_WINDOW","features":[342]},{"name":"CREATE_PRESERVE_CODE_AUTHZ_LEVEL","features":[342]},{"name":"CREATE_PROCESS_LOGON_FLAGS","features":[342]},{"name":"CREATE_PROTECTED_PROCESS","features":[342]},{"name":"CREATE_SECURE_PROCESS","features":[342]},{"name":"CREATE_SEPARATE_WOW_VDM","features":[342]},{"name":"CREATE_SHARED_WOW_VDM","features":[342]},{"name":"CREATE_SUSPENDED","features":[342]},{"name":"CREATE_UNICODE_ENVIRONMENT","features":[342]},{"name":"CREATE_WAITABLE_TIMER_HIGH_RESOLUTION","features":[342]},{"name":"CREATE_WAITABLE_TIMER_MANUAL_RESET","features":[342]},{"name":"CRITICAL_SECTION","features":[305,312,342]},{"name":"CRITICAL_SECTION_DEBUG","features":[305,312,342]},{"name":"CallbackMayRunLong","features":[305,342]},{"name":"CancelThreadpoolIo","features":[342]},{"name":"CancelTimerQueueTimer","features":[305,342]},{"name":"CancelWaitableTimer","features":[305,342]},{"name":"ChangeTimerQueueTimer","features":[305,342]},{"name":"ClosePrivateNamespace","features":[305,342]},{"name":"CloseThreadpool","features":[342]},{"name":"CloseThreadpoolCleanupGroup","features":[342]},{"name":"CloseThreadpoolCleanupGroupMembers","features":[305,342]},{"name":"CloseThreadpoolIo","features":[342]},{"name":"CloseThreadpoolTimer","features":[342]},{"name":"CloseThreadpoolWait","features":[342]},{"name":"CloseThreadpoolWork","features":[342]},{"name":"ConvertFiberToThread","features":[305,342]},{"name":"ConvertThreadToFiber","features":[342]},{"name":"ConvertThreadToFiberEx","features":[342]},{"name":"CreateBoundaryDescriptorA","features":[305,342]},{"name":"CreateBoundaryDescriptorW","features":[305,342]},{"name":"CreateEventA","features":[305,309,342]},{"name":"CreateEventExA","features":[305,309,342]},{"name":"CreateEventExW","features":[305,309,342]},{"name":"CreateEventW","features":[305,309,342]},{"name":"CreateFiber","features":[342]},{"name":"CreateFiberEx","features":[342]},{"name":"CreateMutexA","features":[305,309,342]},{"name":"CreateMutexExA","features":[305,309,342]},{"name":"CreateMutexExW","features":[305,309,342]},{"name":"CreateMutexW","features":[305,309,342]},{"name":"CreatePrivateNamespaceA","features":[305,309,342]},{"name":"CreatePrivateNamespaceW","features":[305,309,342]},{"name":"CreateProcessA","features":[305,309,342]},{"name":"CreateProcessAsUserA","features":[305,309,342]},{"name":"CreateProcessAsUserW","features":[305,309,342]},{"name":"CreateProcessW","features":[305,309,342]},{"name":"CreateProcessWithLogonW","features":[305,342]},{"name":"CreateProcessWithTokenW","features":[305,342]},{"name":"CreateRemoteThread","features":[305,309,342]},{"name":"CreateRemoteThreadEx","features":[305,309,342]},{"name":"CreateSemaphoreA","features":[305,309,342]},{"name":"CreateSemaphoreExA","features":[305,309,342]},{"name":"CreateSemaphoreExW","features":[305,309,342]},{"name":"CreateSemaphoreW","features":[305,309,342]},{"name":"CreateThread","features":[305,309,342]},{"name":"CreateThreadpool","features":[342]},{"name":"CreateThreadpoolCleanupGroup","features":[342]},{"name":"CreateThreadpoolIo","features":[305,342]},{"name":"CreateThreadpoolTimer","features":[342]},{"name":"CreateThreadpoolWait","features":[342]},{"name":"CreateThreadpoolWork","features":[342]},{"name":"CreateTimerQueue","features":[305,342]},{"name":"CreateTimerQueueTimer","features":[305,342]},{"name":"CreateUmsCompletionList","features":[305,342]},{"name":"CreateUmsThreadContext","features":[305,342]},{"name":"CreateWaitableTimerA","features":[305,309,342]},{"name":"CreateWaitableTimerExA","features":[305,309,342]},{"name":"CreateWaitableTimerExW","features":[305,309,342]},{"name":"CreateWaitableTimerW","features":[305,309,342]},{"name":"DEBUG_ONLY_THIS_PROCESS","features":[342]},{"name":"DEBUG_PROCESS","features":[342]},{"name":"DETACHED_PROCESS","features":[342]},{"name":"DeleteBoundaryDescriptor","features":[305,342]},{"name":"DeleteCriticalSection","features":[305,312,342]},{"name":"DeleteFiber","features":[342]},{"name":"DeleteProcThreadAttributeList","features":[342]},{"name":"DeleteSynchronizationBarrier","features":[305,342]},{"name":"DeleteTimerQueue","features":[305,342]},{"name":"DeleteTimerQueueEx","features":[305,342]},{"name":"DeleteTimerQueueTimer","features":[305,342]},{"name":"DeleteUmsCompletionList","features":[305,342]},{"name":"DeleteUmsThreadContext","features":[305,342]},{"name":"DequeueUmsCompletionListItems","features":[305,342]},{"name":"DisassociateCurrentThreadFromCallback","features":[342]},{"name":"EVENT_ALL_ACCESS","features":[342]},{"name":"EVENT_MODIFY_STATE","features":[342]},{"name":"EXTENDED_STARTUPINFO_PRESENT","features":[342]},{"name":"EnterCriticalSection","features":[305,312,342]},{"name":"EnterSynchronizationBarrier","features":[305,342]},{"name":"EnterUmsSchedulingMode","features":[305,341,342]},{"name":"ExecuteUmsThread","features":[305,342]},{"name":"ExitProcess","features":[342]},{"name":"ExitThread","features":[342]},{"name":"FLS_OUT_OF_INDEXES","features":[342]},{"name":"FlsAlloc","features":[342]},{"name":"FlsFree","features":[305,342]},{"name":"FlsGetValue","features":[342]},{"name":"FlsSetValue","features":[305,342]},{"name":"FlushProcessWriteBuffers","features":[342]},{"name":"FreeLibraryWhenCallbackReturns","features":[305,342]},{"name":"GET_GUI_RESOURCES_FLAGS","features":[342]},{"name":"GR_GDIOBJECTS","features":[342]},{"name":"GR_GDIOBJECTS_PEAK","features":[342]},{"name":"GR_GLOBAL","features":[342]},{"name":"GR_USEROBJECTS","features":[342]},{"name":"GR_USEROBJECTS_PEAK","features":[342]},{"name":"GetActiveProcessorCount","features":[342]},{"name":"GetActiveProcessorGroupCount","features":[342]},{"name":"GetCurrentProcess","features":[305,342]},{"name":"GetCurrentProcessId","features":[342]},{"name":"GetCurrentProcessToken","features":[305,342]},{"name":"GetCurrentProcessorNumber","features":[342]},{"name":"GetCurrentProcessorNumberEx","features":[312,342]},{"name":"GetCurrentThread","features":[305,342]},{"name":"GetCurrentThreadEffectiveToken","features":[305,342]},{"name":"GetCurrentThreadId","features":[342]},{"name":"GetCurrentThreadStackLimits","features":[342]},{"name":"GetCurrentThreadToken","features":[305,342]},{"name":"GetCurrentUmsThread","features":[342]},{"name":"GetExitCodeProcess","features":[305,342]},{"name":"GetExitCodeThread","features":[305,342]},{"name":"GetGuiResources","features":[305,342]},{"name":"GetMachineTypeAttributes","features":[342]},{"name":"GetMaximumProcessorCount","features":[342]},{"name":"GetMaximumProcessorGroupCount","features":[342]},{"name":"GetNextUmsListItem","features":[342]},{"name":"GetNumaAvailableMemoryNode","features":[305,342]},{"name":"GetNumaAvailableMemoryNodeEx","features":[305,342]},{"name":"GetNumaHighestNodeNumber","features":[305,342]},{"name":"GetNumaNodeNumberFromHandle","features":[305,342]},{"name":"GetNumaNodeProcessorMask","features":[305,342]},{"name":"GetNumaNodeProcessorMask2","features":[305,337,342]},{"name":"GetNumaNodeProcessorMaskEx","features":[305,337,342]},{"name":"GetNumaProcessorNode","features":[305,342]},{"name":"GetNumaProcessorNodeEx","features":[305,312,342]},{"name":"GetNumaProximityNode","features":[305,342]},{"name":"GetNumaProximityNodeEx","features":[305,342]},{"name":"GetPriorityClass","features":[305,342]},{"name":"GetProcessAffinityMask","features":[305,342]},{"name":"GetProcessDEPPolicy","features":[305,342]},{"name":"GetProcessDefaultCpuSetMasks","features":[305,337,342]},{"name":"GetProcessDefaultCpuSets","features":[305,342]},{"name":"GetProcessGroupAffinity","features":[305,342]},{"name":"GetProcessHandleCount","features":[305,342]},{"name":"GetProcessHandleFromHwnd","features":[305,342]},{"name":"GetProcessId","features":[305,342]},{"name":"GetProcessIdOfThread","features":[305,342]},{"name":"GetProcessInformation","features":[305,342]},{"name":"GetProcessIoCounters","features":[305,342]},{"name":"GetProcessMitigationPolicy","features":[305,342]},{"name":"GetProcessPriorityBoost","features":[305,342]},{"name":"GetProcessShutdownParameters","features":[305,342]},{"name":"GetProcessTimes","features":[305,342]},{"name":"GetProcessVersion","features":[342]},{"name":"GetProcessWorkingSetSize","features":[305,342]},{"name":"GetStartupInfoA","features":[305,342]},{"name":"GetStartupInfoW","features":[305,342]},{"name":"GetSystemTimes","features":[305,342]},{"name":"GetThreadDescription","features":[305,342]},{"name":"GetThreadGroupAffinity","features":[305,337,342]},{"name":"GetThreadIOPendingFlag","features":[305,342]},{"name":"GetThreadId","features":[305,342]},{"name":"GetThreadIdealProcessorEx","features":[305,312,342]},{"name":"GetThreadInformation","features":[305,342]},{"name":"GetThreadPriority","features":[305,342]},{"name":"GetThreadPriorityBoost","features":[305,342]},{"name":"GetThreadSelectedCpuSetMasks","features":[305,337,342]},{"name":"GetThreadSelectedCpuSets","features":[305,342]},{"name":"GetThreadTimes","features":[305,342]},{"name":"GetUmsCompletionListEvent","features":[305,342]},{"name":"GetUmsSystemThreadInformation","features":[305,342]},{"name":"HIGH_PRIORITY_CLASS","features":[342]},{"name":"IDLE_PRIORITY_CLASS","features":[342]},{"name":"INFINITE","features":[342]},{"name":"INHERIT_CALLER_PRIORITY","features":[342]},{"name":"INHERIT_PARENT_AFFINITY","features":[342]},{"name":"INIT_ONCE","features":[342]},{"name":"INIT_ONCE_ASYNC","features":[342]},{"name":"INIT_ONCE_CHECK_ONLY","features":[342]},{"name":"INIT_ONCE_CTX_RESERVED_BITS","features":[342]},{"name":"INIT_ONCE_INIT_FAILED","features":[342]},{"name":"INIT_ONCE_STATIC_INIT","features":[342]},{"name":"IO_COUNTERS","features":[342]},{"name":"IRtwqAsyncCallback","features":[342]},{"name":"IRtwqAsyncResult","features":[342]},{"name":"IRtwqPlatformEvents","features":[342]},{"name":"InitOnceBeginInitialize","features":[305,342]},{"name":"InitOnceComplete","features":[305,342]},{"name":"InitOnceExecuteOnce","features":[305,342]},{"name":"InitOnceInitialize","features":[342]},{"name":"InitializeConditionVariable","features":[342]},{"name":"InitializeCriticalSection","features":[305,312,342]},{"name":"InitializeCriticalSectionAndSpinCount","features":[305,312,342]},{"name":"InitializeCriticalSectionEx","features":[305,312,342]},{"name":"InitializeProcThreadAttributeList","features":[305,342]},{"name":"InitializeSListHead","features":[312,342]},{"name":"InitializeSRWLock","features":[342]},{"name":"InitializeSynchronizationBarrier","features":[305,342]},{"name":"InterlockedFlushSList","features":[312,342]},{"name":"InterlockedPopEntrySList","features":[312,342]},{"name":"InterlockedPushEntrySList","features":[312,342]},{"name":"InterlockedPushListSListEx","features":[312,342]},{"name":"IsImmersiveProcess","features":[305,342]},{"name":"IsProcessCritical","features":[305,342]},{"name":"IsProcessorFeaturePresent","features":[305,342]},{"name":"IsThreadAFiber","features":[305,342]},{"name":"IsThreadpoolTimerSet","features":[305,342]},{"name":"IsWow64Process","features":[305,342]},{"name":"IsWow64Process2","features":[305,337,342]},{"name":"KernelEnabled","features":[342]},{"name":"LOGON_NETCREDENTIALS_ONLY","features":[342]},{"name":"LOGON_WITH_PROFILE","features":[342]},{"name":"LPFIBER_START_ROUTINE","features":[342]},{"name":"LPPROC_THREAD_ATTRIBUTE_LIST","features":[342]},{"name":"LPTHREAD_START_ROUTINE","features":[342]},{"name":"LeaveCriticalSection","features":[305,312,342]},{"name":"LeaveCriticalSectionWhenCallbackReturns","features":[305,312,342]},{"name":"MACHINE_ATTRIBUTES","features":[342]},{"name":"MEMORY_PRIORITY","features":[342]},{"name":"MEMORY_PRIORITY_BELOW_NORMAL","features":[342]},{"name":"MEMORY_PRIORITY_INFORMATION","features":[342]},{"name":"MEMORY_PRIORITY_LOW","features":[342]},{"name":"MEMORY_PRIORITY_MEDIUM","features":[342]},{"name":"MEMORY_PRIORITY_NORMAL","features":[342]},{"name":"MEMORY_PRIORITY_VERY_LOW","features":[342]},{"name":"MUTEX_ALL_ACCESS","features":[342]},{"name":"MUTEX_MODIFY_STATE","features":[342]},{"name":"MaxProcessMitigationPolicy","features":[342]},{"name":"NORMAL_PRIORITY_CLASS","features":[342]},{"name":"OVERRIDE_PREFETCH_PARAMETER","features":[342]},{"name":"OpenEventA","features":[305,342]},{"name":"OpenEventW","features":[305,342]},{"name":"OpenMutexW","features":[305,342]},{"name":"OpenPrivateNamespaceA","features":[305,342]},{"name":"OpenPrivateNamespaceW","features":[305,342]},{"name":"OpenProcess","features":[305,342]},{"name":"OpenProcessToken","features":[305,309,342]},{"name":"OpenSemaphoreW","features":[305,342]},{"name":"OpenThread","features":[305,342]},{"name":"OpenThreadToken","features":[305,309,342]},{"name":"OpenWaitableTimerA","features":[305,342]},{"name":"OpenWaitableTimerW","features":[305,342]},{"name":"PEB","features":[305,312,342]},{"name":"PEB_LDR_DATA","features":[312,342]},{"name":"PFLS_CALLBACK_FUNCTION","features":[342]},{"name":"PF_3DNOW_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ALPHA_BYTE_INSTRUCTIONS","features":[342]},{"name":"PF_ARM_64BIT_LOADSTORE_ATOMIC","features":[342]},{"name":"PF_ARM_DIVIDE_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_ARM_EXTERNAL_CACHE_AVAILABLE","features":[342]},{"name":"PF_ARM_FMAC_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_NEON_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V82_DP_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V83_JSCVT_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_V8_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_ARM_VFP_32_REGISTERS_AVAILABLE","features":[342]},{"name":"PF_AVX2_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_AVX512F_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_AVX_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_CHANNELS_ENABLED","features":[342]},{"name":"PF_COMPARE64_EXCHANGE128","features":[342]},{"name":"PF_COMPARE_EXCHANGE128","features":[342]},{"name":"PF_COMPARE_EXCHANGE_DOUBLE","features":[342]},{"name":"PF_ERMS_AVAILABLE","features":[342]},{"name":"PF_FASTFAIL_AVAILABLE","features":[342]},{"name":"PF_FLOATING_POINT_EMULATED","features":[342]},{"name":"PF_FLOATING_POINT_PRECISION_ERRATA","features":[342]},{"name":"PF_MMX_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_MONITORX_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_NX_ENABLED","features":[342]},{"name":"PF_PAE_ENABLED","features":[342]},{"name":"PF_PPC_MOVEMEM_64BIT_OK","features":[342]},{"name":"PF_RDPID_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_RDRAND_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_RDTSCP_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_RDTSC_INSTRUCTION_AVAILABLE","features":[342]},{"name":"PF_RDWRFSGSBASE_AVAILABLE","features":[342]},{"name":"PF_SECOND_LEVEL_ADDRESS_TRANSLATION","features":[342]},{"name":"PF_SSE3_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_SSE4_1_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_SSE4_2_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_SSE_DAZ_MODE_AVAILABLE","features":[342]},{"name":"PF_SSSE3_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_VIRT_FIRMWARE_ENABLED","features":[342]},{"name":"PF_XMMI64_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_XMMI_INSTRUCTIONS_AVAILABLE","features":[342]},{"name":"PF_XSAVE_ENABLED","features":[342]},{"name":"PINIT_ONCE_FN","features":[305,342]},{"name":"PMETypeFailFastOnCommitFailure","features":[342]},{"name":"PMETypeMax","features":[342]},{"name":"PME_CURRENT_VERSION","features":[342]},{"name":"PME_FAILFAST_ON_COMMIT_FAIL_DISABLE","features":[342]},{"name":"PME_FAILFAST_ON_COMMIT_FAIL_ENABLE","features":[342]},{"name":"POWER_REQUEST_CONTEXT_DETAILED_STRING","features":[342]},{"name":"POWER_REQUEST_CONTEXT_FLAGS","features":[342]},{"name":"POWER_REQUEST_CONTEXT_SIMPLE_STRING","features":[342]},{"name":"PPS_POST_PROCESS_INIT_ROUTINE","features":[342]},{"name":"PRIVATE_NAMESPACE_FLAG_DESTROY","features":[342]},{"name":"PROCESSOR_FEATURE_ID","features":[342]},{"name":"PROCESS_ACCESS_RIGHTS","features":[342]},{"name":"PROCESS_AFFINITY_AUTO_UPDATE_FLAGS","features":[342]},{"name":"PROCESS_AFFINITY_DISABLE_AUTO_UPDATE","features":[342]},{"name":"PROCESS_AFFINITY_ENABLE_AUTO_UPDATE","features":[342]},{"name":"PROCESS_ALL_ACCESS","features":[342]},{"name":"PROCESS_BASIC_INFORMATION","features":[305,312,342]},{"name":"PROCESS_CREATE_PROCESS","features":[342]},{"name":"PROCESS_CREATE_THREAD","features":[342]},{"name":"PROCESS_CREATION_FLAGS","features":[342]},{"name":"PROCESS_DELETE","features":[342]},{"name":"PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION","features":[342]},{"name":"PROCESS_DEP_ENABLE","features":[342]},{"name":"PROCESS_DEP_FLAGS","features":[342]},{"name":"PROCESS_DEP_NONE","features":[342]},{"name":"PROCESS_DUP_HANDLE","features":[342]},{"name":"PROCESS_DYNAMIC_EH_CONTINUATION_TARGET","features":[342]},{"name":"PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION","features":[342]},{"name":"PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGE","features":[342]},{"name":"PROCESS_DYNAMIC_ENFORCED_ADDRESS_RANGES_INFORMATION","features":[342]},{"name":"PROCESS_INFORMATION","features":[305,342]},{"name":"PROCESS_INFORMATION_CLASS","features":[342]},{"name":"PROCESS_LEAP_SECOND_INFO","features":[342]},{"name":"PROCESS_LEAP_SECOND_INFO_FLAG_ENABLE_SIXTY_SECOND","features":[342]},{"name":"PROCESS_LEAP_SECOND_INFO_VALID_FLAGS","features":[342]},{"name":"PROCESS_MACHINE_INFORMATION","features":[337,342]},{"name":"PROCESS_MEMORY_EXHAUSTION_INFO","features":[342]},{"name":"PROCESS_MEMORY_EXHAUSTION_TYPE","features":[342]},{"name":"PROCESS_MITIGATION_POLICY","features":[342]},{"name":"PROCESS_MODE_BACKGROUND_BEGIN","features":[342]},{"name":"PROCESS_MODE_BACKGROUND_END","features":[342]},{"name":"PROCESS_NAME_FORMAT","features":[342]},{"name":"PROCESS_NAME_NATIVE","features":[342]},{"name":"PROCESS_NAME_WIN32","features":[342]},{"name":"PROCESS_POWER_THROTTLING_CURRENT_VERSION","features":[342]},{"name":"PROCESS_POWER_THROTTLING_EXECUTION_SPEED","features":[342]},{"name":"PROCESS_POWER_THROTTLING_IGNORE_TIMER_RESOLUTION","features":[342]},{"name":"PROCESS_POWER_THROTTLING_STATE","features":[342]},{"name":"PROCESS_PROTECTION_LEVEL","features":[342]},{"name":"PROCESS_PROTECTION_LEVEL_INFORMATION","features":[342]},{"name":"PROCESS_QUERY_INFORMATION","features":[342]},{"name":"PROCESS_QUERY_LIMITED_INFORMATION","features":[342]},{"name":"PROCESS_READ_CONTROL","features":[342]},{"name":"PROCESS_SET_INFORMATION","features":[342]},{"name":"PROCESS_SET_LIMITED_INFORMATION","features":[342]},{"name":"PROCESS_SET_QUOTA","features":[342]},{"name":"PROCESS_SET_SESSIONID","features":[342]},{"name":"PROCESS_STANDARD_RIGHTS_REQUIRED","features":[342]},{"name":"PROCESS_SUSPEND_RESUME","features":[342]},{"name":"PROCESS_SYNCHRONIZE","features":[342]},{"name":"PROCESS_TERMINATE","features":[342]},{"name":"PROCESS_VM_OPERATION","features":[342]},{"name":"PROCESS_VM_READ","features":[342]},{"name":"PROCESS_VM_WRITE","features":[342]},{"name":"PROCESS_WRITE_DAC","features":[342]},{"name":"PROCESS_WRITE_OWNER","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_ALL_APPLICATION_PACKAGES_POLICY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_CHILD_PROCESS_POLICY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_COMPONENT_FILTER","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_DESKTOP_APP_POLICY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_ENABLE_OPTIONAL_XSTATE_FEATURES","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_GROUP_AFFINITY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_HANDLE_LIST","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_IDEAL_PROCESSOR","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_JOB_LIST","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_MACHINE_TYPE","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_MITIGATION_AUDIT_POLICY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_NUM","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_PARENT_PROCESS","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_PREFERRED_NODE","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_PROTECTION_LEVEL","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_REPLACE_VALUE","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_SECURITY_CAPABILITIES","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_UMS_THREAD","features":[342]},{"name":"PROC_THREAD_ATTRIBUTE_WIN32K_FILTER","features":[342]},{"name":"PROFILE_KERNEL","features":[342]},{"name":"PROFILE_SERVER","features":[342]},{"name":"PROFILE_USER","features":[342]},{"name":"PROTECTION_LEVEL_ANTIMALWARE_LIGHT","features":[342]},{"name":"PROTECTION_LEVEL_AUTHENTICODE","features":[342]},{"name":"PROTECTION_LEVEL_CODEGEN_LIGHT","features":[342]},{"name":"PROTECTION_LEVEL_LSA_LIGHT","features":[342]},{"name":"PROTECTION_LEVEL_NONE","features":[342]},{"name":"PROTECTION_LEVEL_PPL_APP","features":[342]},{"name":"PROTECTION_LEVEL_WINDOWS","features":[342]},{"name":"PROTECTION_LEVEL_WINDOWS_LIGHT","features":[342]},{"name":"PROTECTION_LEVEL_WINTCB","features":[342]},{"name":"PROTECTION_LEVEL_WINTCB_LIGHT","features":[342]},{"name":"PRTL_UMS_SCHEDULER_ENTRY_POINT","features":[341,342]},{"name":"PTIMERAPCROUTINE","features":[342]},{"name":"PTP_CALLBACK_INSTANCE","features":[342]},{"name":"PTP_CLEANUP_GROUP","features":[342]},{"name":"PTP_CLEANUP_GROUP_CANCEL_CALLBACK","features":[342]},{"name":"PTP_IO","features":[342]},{"name":"PTP_POOL","features":[342]},{"name":"PTP_SIMPLE_CALLBACK","features":[342]},{"name":"PTP_TIMER","features":[342]},{"name":"PTP_TIMER_CALLBACK","features":[342]},{"name":"PTP_WAIT","features":[342]},{"name":"PTP_WAIT_CALLBACK","features":[342]},{"name":"PTP_WIN32_IO_CALLBACK","features":[342]},{"name":"PTP_WORK","features":[342]},{"name":"PTP_WORK_CALLBACK","features":[342]},{"name":"ProcThreadAttributeAllApplicationPackagesPolicy","features":[342]},{"name":"ProcThreadAttributeChildProcessPolicy","features":[342]},{"name":"ProcThreadAttributeComponentFilter","features":[342]},{"name":"ProcThreadAttributeDesktopAppPolicy","features":[342]},{"name":"ProcThreadAttributeEnableOptionalXStateFeatures","features":[342]},{"name":"ProcThreadAttributeGroupAffinity","features":[342]},{"name":"ProcThreadAttributeHandleList","features":[342]},{"name":"ProcThreadAttributeIdealProcessor","features":[342]},{"name":"ProcThreadAttributeJobList","features":[342]},{"name":"ProcThreadAttributeMachineType","features":[342]},{"name":"ProcThreadAttributeMitigationAuditPolicy","features":[342]},{"name":"ProcThreadAttributeMitigationPolicy","features":[342]},{"name":"ProcThreadAttributeParentProcess","features":[342]},{"name":"ProcThreadAttributePreferredNode","features":[342]},{"name":"ProcThreadAttributeProtectionLevel","features":[342]},{"name":"ProcThreadAttributePseudoConsole","features":[342]},{"name":"ProcThreadAttributeSafeOpenPromptOriginClaim","features":[342]},{"name":"ProcThreadAttributeSecurityCapabilities","features":[342]},{"name":"ProcThreadAttributeTrustedApp","features":[342]},{"name":"ProcThreadAttributeUmsThread","features":[342]},{"name":"ProcThreadAttributeWin32kFilter","features":[342]},{"name":"ProcessASLRPolicy","features":[342]},{"name":"ProcessActivationContextTrustPolicy","features":[342]},{"name":"ProcessAppMemoryInfo","features":[342]},{"name":"ProcessChildProcessPolicy","features":[342]},{"name":"ProcessControlFlowGuardPolicy","features":[342]},{"name":"ProcessDEPPolicy","features":[342]},{"name":"ProcessDynamicCodePolicy","features":[342]},{"name":"ProcessExtensionPointDisablePolicy","features":[342]},{"name":"ProcessFontDisablePolicy","features":[342]},{"name":"ProcessImageLoadPolicy","features":[342]},{"name":"ProcessInPrivateInfo","features":[342]},{"name":"ProcessInformationClassMax","features":[342]},{"name":"ProcessLeapSecondInfo","features":[342]},{"name":"ProcessMachineTypeInfo","features":[342]},{"name":"ProcessMaxOverridePrefetchParameter","features":[342]},{"name":"ProcessMemoryExhaustionInfo","features":[342]},{"name":"ProcessMemoryPriority","features":[342]},{"name":"ProcessMitigationOptionsMask","features":[342]},{"name":"ProcessOverrideSubsequentPrefetchParameter","features":[342]},{"name":"ProcessPayloadRestrictionPolicy","features":[342]},{"name":"ProcessPowerThrottling","features":[342]},{"name":"ProcessProtectionLevelInfo","features":[342]},{"name":"ProcessRedirectionTrustPolicy","features":[342]},{"name":"ProcessReservedValue1","features":[342]},{"name":"ProcessSEHOPPolicy","features":[342]},{"name":"ProcessSideChannelIsolationPolicy","features":[342]},{"name":"ProcessSignaturePolicy","features":[342]},{"name":"ProcessStrictHandleCheckPolicy","features":[342]},{"name":"ProcessSystemCallDisablePolicy","features":[342]},{"name":"ProcessSystemCallFilterPolicy","features":[342]},{"name":"ProcessTelemetryCoverageInfo","features":[342]},{"name":"ProcessUserPointerAuthPolicy","features":[342]},{"name":"ProcessUserShadowStackPolicy","features":[342]},{"name":"PulseEvent","features":[305,342]},{"name":"QUEUE_USER_APC_CALLBACK_DATA_CONTEXT","features":[342]},{"name":"QUEUE_USER_APC_FLAGS","features":[342]},{"name":"QUEUE_USER_APC_FLAGS_NONE","features":[342]},{"name":"QUEUE_USER_APC_FLAGS_SPECIAL_USER_APC","features":[342]},{"name":"QueryDepthSList","features":[312,342]},{"name":"QueryFullProcessImageNameA","features":[305,342]},{"name":"QueryFullProcessImageNameW","features":[305,342]},{"name":"QueryProcessAffinityUpdateMode","features":[305,342]},{"name":"QueryProtectedPolicy","features":[305,342]},{"name":"QueryThreadpoolStackInformation","features":[305,342]},{"name":"QueryUmsThreadInformation","features":[305,342]},{"name":"QueueUserAPC","features":[305,342]},{"name":"QueueUserAPC2","features":[305,342]},{"name":"QueueUserWorkItem","features":[305,342]},{"name":"REALTIME_PRIORITY_CLASS","features":[342]},{"name":"REASON_CONTEXT","features":[305,342]},{"name":"RTL_CRITICAL_SECTION_ALL_FLAG_BITS","features":[342]},{"name":"RTL_CRITICAL_SECTION_DEBUG_FLAG_STATIC_INIT","features":[342]},{"name":"RTL_CRITICAL_SECTION_FLAG_DYNAMIC_SPIN","features":[342]},{"name":"RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO","features":[342]},{"name":"RTL_CRITICAL_SECTION_FLAG_NO_DEBUG_INFO","features":[342]},{"name":"RTL_CRITICAL_SECTION_FLAG_RESOURCE_TYPE","features":[342]},{"name":"RTL_CRITICAL_SECTION_FLAG_STATIC_INIT","features":[342]},{"name":"RTL_USER_PROCESS_PARAMETERS","features":[305,342]},{"name":"RTWQASYNCRESULT","features":[342]},{"name":"RTWQPERIODICCALLBACK","features":[342]},{"name":"RTWQ_MULTITHREADED_WORKQUEUE","features":[342]},{"name":"RTWQ_STANDARD_WORKQUEUE","features":[342]},{"name":"RTWQ_WINDOW_WORKQUEUE","features":[342]},{"name":"RTWQ_WORKQUEUE_TYPE","features":[342]},{"name":"RegisterWaitForSingleObject","features":[305,342]},{"name":"ReleaseMutex","features":[305,342]},{"name":"ReleaseMutexWhenCallbackReturns","features":[305,342]},{"name":"ReleaseSRWLockExclusive","features":[342]},{"name":"ReleaseSRWLockShared","features":[342]},{"name":"ReleaseSemaphore","features":[305,342]},{"name":"ReleaseSemaphoreWhenCallbackReturns","features":[305,342]},{"name":"ResetEvent","features":[305,342]},{"name":"ResumeThread","features":[305,342]},{"name":"RtwqAddPeriodicCallback","features":[342]},{"name":"RtwqAllocateSerialWorkQueue","features":[342]},{"name":"RtwqAllocateWorkQueue","features":[342]},{"name":"RtwqBeginRegisterWorkQueueWithMMCSS","features":[342]},{"name":"RtwqBeginUnregisterWorkQueueWithMMCSS","features":[342]},{"name":"RtwqCancelDeadline","features":[305,342]},{"name":"RtwqCancelWorkItem","features":[342]},{"name":"RtwqCreateAsyncResult","features":[342]},{"name":"RtwqEndRegisterWorkQueueWithMMCSS","features":[342]},{"name":"RtwqGetWorkQueueMMCSSClass","features":[342]},{"name":"RtwqGetWorkQueueMMCSSPriority","features":[342]},{"name":"RtwqGetWorkQueueMMCSSTaskId","features":[342]},{"name":"RtwqInvokeCallback","features":[342]},{"name":"RtwqJoinWorkQueue","features":[305,342]},{"name":"RtwqLockPlatform","features":[342]},{"name":"RtwqLockSharedWorkQueue","features":[342]},{"name":"RtwqLockWorkQueue","features":[342]},{"name":"RtwqPutWaitingWorkItem","features":[305,342]},{"name":"RtwqPutWorkItem","features":[342]},{"name":"RtwqRegisterPlatformEvents","features":[342]},{"name":"RtwqRegisterPlatformWithMMCSS","features":[342]},{"name":"RtwqRemovePeriodicCallback","features":[342]},{"name":"RtwqScheduleWorkItem","features":[342]},{"name":"RtwqSetDeadline","features":[305,342]},{"name":"RtwqSetDeadline2","features":[305,342]},{"name":"RtwqSetLongRunning","features":[305,342]},{"name":"RtwqShutdown","features":[342]},{"name":"RtwqStartup","features":[342]},{"name":"RtwqUnjoinWorkQueue","features":[305,342]},{"name":"RtwqUnlockPlatform","features":[342]},{"name":"RtwqUnlockWorkQueue","features":[342]},{"name":"RtwqUnregisterPlatformEvents","features":[342]},{"name":"RtwqUnregisterPlatformFromMMCSS","features":[342]},{"name":"SEMAPHORE_ALL_ACCESS","features":[342]},{"name":"SEMAPHORE_MODIFY_STATE","features":[342]},{"name":"SRWLOCK","features":[342]},{"name":"SRWLOCK_INIT","features":[342]},{"name":"STACK_SIZE_PARAM_IS_A_RESERVATION","features":[342]},{"name":"STARTF_FORCEOFFFEEDBACK","features":[342]},{"name":"STARTF_FORCEONFEEDBACK","features":[342]},{"name":"STARTF_PREVENTPINNING","features":[342]},{"name":"STARTF_RUNFULLSCREEN","features":[342]},{"name":"STARTF_TITLEISAPPID","features":[342]},{"name":"STARTF_TITLEISLINKNAME","features":[342]},{"name":"STARTF_UNTRUSTEDSOURCE","features":[342]},{"name":"STARTF_USECOUNTCHARS","features":[342]},{"name":"STARTF_USEFILLATTRIBUTE","features":[342]},{"name":"STARTF_USEHOTKEY","features":[342]},{"name":"STARTF_USEPOSITION","features":[342]},{"name":"STARTF_USESHOWWINDOW","features":[342]},{"name":"STARTF_USESIZE","features":[342]},{"name":"STARTF_USESTDHANDLES","features":[342]},{"name":"STARTUPINFOA","features":[305,342]},{"name":"STARTUPINFOEXA","features":[305,342]},{"name":"STARTUPINFOEXW","features":[305,342]},{"name":"STARTUPINFOW","features":[305,342]},{"name":"STARTUPINFOW_FLAGS","features":[342]},{"name":"SYNCHRONIZATION_ACCESS_RIGHTS","features":[342]},{"name":"SYNCHRONIZATION_BARRIER","features":[342]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_BLOCK_ONLY","features":[342]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_NO_DELETE","features":[342]},{"name":"SYNCHRONIZATION_BARRIER_FLAGS_SPIN_ONLY","features":[342]},{"name":"SYNCHRONIZATION_DELETE","features":[342]},{"name":"SYNCHRONIZATION_READ_CONTROL","features":[342]},{"name":"SYNCHRONIZATION_SYNCHRONIZE","features":[342]},{"name":"SYNCHRONIZATION_WRITE_DAC","features":[342]},{"name":"SYNCHRONIZATION_WRITE_OWNER","features":[342]},{"name":"SetCriticalSectionSpinCount","features":[305,312,342]},{"name":"SetEvent","features":[305,342]},{"name":"SetEventWhenCallbackReturns","features":[305,342]},{"name":"SetPriorityClass","features":[305,342]},{"name":"SetProcessAffinityMask","features":[305,342]},{"name":"SetProcessAffinityUpdateMode","features":[305,342]},{"name":"SetProcessDEPPolicy","features":[305,342]},{"name":"SetProcessDefaultCpuSetMasks","features":[305,337,342]},{"name":"SetProcessDefaultCpuSets","features":[305,342]},{"name":"SetProcessDynamicEHContinuationTargets","features":[305,342]},{"name":"SetProcessDynamicEnforcedCetCompatibleRanges","features":[305,342]},{"name":"SetProcessInformation","features":[305,342]},{"name":"SetProcessMitigationPolicy","features":[305,342]},{"name":"SetProcessPriorityBoost","features":[305,342]},{"name":"SetProcessRestrictionExemption","features":[305,342]},{"name":"SetProcessShutdownParameters","features":[305,342]},{"name":"SetProcessWorkingSetSize","features":[305,342]},{"name":"SetProtectedPolicy","features":[305,342]},{"name":"SetThreadAffinityMask","features":[305,342]},{"name":"SetThreadDescription","features":[305,342]},{"name":"SetThreadGroupAffinity","features":[305,337,342]},{"name":"SetThreadIdealProcessor","features":[305,342]},{"name":"SetThreadIdealProcessorEx","features":[305,312,342]},{"name":"SetThreadInformation","features":[305,342]},{"name":"SetThreadPriority","features":[305,342]},{"name":"SetThreadPriorityBoost","features":[305,342]},{"name":"SetThreadSelectedCpuSetMasks","features":[305,337,342]},{"name":"SetThreadSelectedCpuSets","features":[305,342]},{"name":"SetThreadStackGuarantee","features":[305,342]},{"name":"SetThreadToken","features":[305,342]},{"name":"SetThreadpoolStackInformation","features":[305,342]},{"name":"SetThreadpoolThreadMaximum","features":[342]},{"name":"SetThreadpoolThreadMinimum","features":[305,342]},{"name":"SetThreadpoolTimer","features":[305,342]},{"name":"SetThreadpoolTimerEx","features":[305,342]},{"name":"SetThreadpoolWait","features":[305,342]},{"name":"SetThreadpoolWaitEx","features":[305,342]},{"name":"SetTimerQueueTimer","features":[305,342]},{"name":"SetUmsThreadInformation","features":[305,342]},{"name":"SetWaitableTimer","features":[305,342]},{"name":"SetWaitableTimerEx","features":[305,342]},{"name":"SignalObjectAndWait","features":[305,342]},{"name":"Sleep","features":[342]},{"name":"SleepConditionVariableCS","features":[305,312,342]},{"name":"SleepConditionVariableSRW","features":[305,342]},{"name":"SleepEx","features":[305,342]},{"name":"StartThreadpoolIo","features":[342]},{"name":"SubmitThreadpoolWork","features":[342]},{"name":"SuspendThread","features":[305,342]},{"name":"SwitchToFiber","features":[342]},{"name":"SwitchToThread","features":[305,342]},{"name":"TEB","features":[305,312,342]},{"name":"THREAD_ACCESS_RIGHTS","features":[342]},{"name":"THREAD_ALL_ACCESS","features":[342]},{"name":"THREAD_CREATE_RUN_IMMEDIATELY","features":[342]},{"name":"THREAD_CREATE_SUSPENDED","features":[342]},{"name":"THREAD_CREATION_FLAGS","features":[342]},{"name":"THREAD_DELETE","features":[342]},{"name":"THREAD_DIRECT_IMPERSONATION","features":[342]},{"name":"THREAD_GET_CONTEXT","features":[342]},{"name":"THREAD_IMPERSONATE","features":[342]},{"name":"THREAD_INFORMATION_CLASS","features":[342]},{"name":"THREAD_MODE_BACKGROUND_BEGIN","features":[342]},{"name":"THREAD_MODE_BACKGROUND_END","features":[342]},{"name":"THREAD_POWER_THROTTLING_CURRENT_VERSION","features":[342]},{"name":"THREAD_POWER_THROTTLING_EXECUTION_SPEED","features":[342]},{"name":"THREAD_POWER_THROTTLING_STATE","features":[342]},{"name":"THREAD_POWER_THROTTLING_VALID_FLAGS","features":[342]},{"name":"THREAD_PRIORITY","features":[342]},{"name":"THREAD_PRIORITY_ABOVE_NORMAL","features":[342]},{"name":"THREAD_PRIORITY_BELOW_NORMAL","features":[342]},{"name":"THREAD_PRIORITY_HIGHEST","features":[342]},{"name":"THREAD_PRIORITY_IDLE","features":[342]},{"name":"THREAD_PRIORITY_LOWEST","features":[342]},{"name":"THREAD_PRIORITY_MIN","features":[342]},{"name":"THREAD_PRIORITY_NORMAL","features":[342]},{"name":"THREAD_PRIORITY_TIME_CRITICAL","features":[342]},{"name":"THREAD_QUERY_INFORMATION","features":[342]},{"name":"THREAD_QUERY_LIMITED_INFORMATION","features":[342]},{"name":"THREAD_READ_CONTROL","features":[342]},{"name":"THREAD_RESUME","features":[342]},{"name":"THREAD_SET_CONTEXT","features":[342]},{"name":"THREAD_SET_INFORMATION","features":[342]},{"name":"THREAD_SET_LIMITED_INFORMATION","features":[342]},{"name":"THREAD_SET_THREAD_TOKEN","features":[342]},{"name":"THREAD_STANDARD_RIGHTS_REQUIRED","features":[342]},{"name":"THREAD_SUSPEND_RESUME","features":[342]},{"name":"THREAD_SYNCHRONIZE","features":[342]},{"name":"THREAD_TERMINATE","features":[342]},{"name":"THREAD_WRITE_DAC","features":[342]},{"name":"THREAD_WRITE_OWNER","features":[342]},{"name":"TIMER_ALL_ACCESS","features":[342]},{"name":"TIMER_MODIFY_STATE","features":[342]},{"name":"TIMER_QUERY_STATE","features":[342]},{"name":"TLS_OUT_OF_INDEXES","features":[342]},{"name":"TP_CALLBACK_ENVIRON_V3","features":[342]},{"name":"TP_CALLBACK_PRIORITY","features":[342]},{"name":"TP_CALLBACK_PRIORITY_COUNT","features":[342]},{"name":"TP_CALLBACK_PRIORITY_HIGH","features":[342]},{"name":"TP_CALLBACK_PRIORITY_INVALID","features":[342]},{"name":"TP_CALLBACK_PRIORITY_LOW","features":[342]},{"name":"TP_CALLBACK_PRIORITY_NORMAL","features":[342]},{"name":"TP_POOL_STACK_INFORMATION","features":[342]},{"name":"TerminateProcess","features":[305,342]},{"name":"TerminateThread","features":[305,342]},{"name":"ThreadAbsoluteCpuPriority","features":[342]},{"name":"ThreadDynamicCodePolicy","features":[342]},{"name":"ThreadInformationClassMax","features":[342]},{"name":"ThreadMemoryPriority","features":[342]},{"name":"ThreadPowerThrottling","features":[342]},{"name":"TlsAlloc","features":[342]},{"name":"TlsFree","features":[305,342]},{"name":"TlsGetValue","features":[342]},{"name":"TlsSetValue","features":[305,342]},{"name":"TryAcquireSRWLockExclusive","features":[305,342]},{"name":"TryAcquireSRWLockShared","features":[305,342]},{"name":"TryEnterCriticalSection","features":[305,312,342]},{"name":"TrySubmitThreadpoolCallback","features":[305,342]},{"name":"UMS_SCHEDULER_STARTUP_INFO","features":[341,342]},{"name":"UMS_SYSTEM_THREAD_INFORMATION","features":[342]},{"name":"UMS_THREAD_INFO_CLASS","features":[342]},{"name":"UmsThreadAffinity","features":[342]},{"name":"UmsThreadInvalidInfoClass","features":[342]},{"name":"UmsThreadIsSuspended","features":[342]},{"name":"UmsThreadIsTerminated","features":[342]},{"name":"UmsThreadMaxInfoClass","features":[342]},{"name":"UmsThreadPriority","features":[342]},{"name":"UmsThreadTeb","features":[342]},{"name":"UmsThreadUserContext","features":[342]},{"name":"UmsThreadYield","features":[305,342]},{"name":"UnregisterWait","features":[305,342]},{"name":"UnregisterWaitEx","features":[305,342]},{"name":"UpdateProcThreadAttribute","features":[305,342]},{"name":"UserEnabled","features":[342]},{"name":"WAITORTIMERCALLBACK","features":[305,342]},{"name":"WORKERCALLBACKFUNC","features":[342]},{"name":"WORKER_THREAD_FLAGS","features":[342]},{"name":"WT_EXECUTEDEFAULT","features":[342]},{"name":"WT_EXECUTEINIOTHREAD","features":[342]},{"name":"WT_EXECUTEINPERSISTENTTHREAD","features":[342]},{"name":"WT_EXECUTEINTIMERTHREAD","features":[342]},{"name":"WT_EXECUTEINWAITTHREAD","features":[342]},{"name":"WT_EXECUTELONGFUNCTION","features":[342]},{"name":"WT_EXECUTEONLYONCE","features":[342]},{"name":"WT_TRANSFER_IMPERSONATION","features":[342]},{"name":"WaitForInputIdle","features":[305,342]},{"name":"WaitForMultipleObjects","features":[305,342]},{"name":"WaitForMultipleObjectsEx","features":[305,342]},{"name":"WaitForSingleObject","features":[305,342]},{"name":"WaitForSingleObjectEx","features":[305,342]},{"name":"WaitForThreadpoolIoCallbacks","features":[305,342]},{"name":"WaitForThreadpoolTimerCallbacks","features":[305,342]},{"name":"WaitForThreadpoolWaitCallbacks","features":[305,342]},{"name":"WaitForThreadpoolWorkCallbacks","features":[305,342]},{"name":"WaitOnAddress","features":[305,342]},{"name":"WakeAllConditionVariable","features":[342]},{"name":"WakeByAddressAll","features":[342]},{"name":"WakeByAddressSingle","features":[342]},{"name":"WakeConditionVariable","features":[342]},{"name":"WinExec","features":[342]},{"name":"Wow64Container","features":[342]},{"name":"Wow64SetThreadDefaultGuestMachine","features":[342]},{"name":"Wow64SuspendThread","features":[305,342]}],"626":[{"name":"DYNAMIC_TIME_ZONE_INFORMATION","features":[305,551]},{"name":"EnumDynamicTimeZoneInformation","features":[305,551]},{"name":"FileTimeToSystemTime","features":[305,551]},{"name":"GetDynamicTimeZoneInformation","features":[305,551]},{"name":"GetDynamicTimeZoneInformationEffectiveYears","features":[305,551]},{"name":"GetTimeZoneInformation","features":[305,551]},{"name":"GetTimeZoneInformationForYear","features":[305,551]},{"name":"LocalFileTimeToLocalSystemTime","features":[305,551]},{"name":"LocalSystemTimeToLocalFileTime","features":[305,551]},{"name":"SetDynamicTimeZoneInformation","features":[305,551]},{"name":"SetTimeZoneInformation","features":[305,551]},{"name":"SystemTimeToFileTime","features":[305,551]},{"name":"SystemTimeToTzSpecificLocalTime","features":[305,551]},{"name":"SystemTimeToTzSpecificLocalTimeEx","features":[305,551]},{"name":"TIME_ZONE_ID_INVALID","features":[551]},{"name":"TIME_ZONE_INFORMATION","features":[305,551]},{"name":"TSF_Authenticated","features":[551]},{"name":"TSF_Hardware","features":[551]},{"name":"TSF_IPv6","features":[551]},{"name":"TSF_SignatureAuthenticated","features":[551]},{"name":"TzSpecificLocalTimeToSystemTime","features":[305,551]},{"name":"TzSpecificLocalTimeToSystemTimeEx","features":[305,551]},{"name":"wszW32TimeRegKeyPolicyTimeProviders","features":[551]},{"name":"wszW32TimeRegKeyTimeProviders","features":[551]},{"name":"wszW32TimeRegValueDllName","features":[551]},{"name":"wszW32TimeRegValueEnabled","features":[551]},{"name":"wszW32TimeRegValueInputProvider","features":[551]},{"name":"wszW32TimeRegValueMetaDataProvider","features":[551]}],"627":[{"name":"GetDeviceID","features":[305,600]},{"name":"GetDeviceIDString","features":[305,600]},{"name":"TBS_COMMAND_LOCALITY","features":[600]},{"name":"TBS_COMMAND_LOCALITY_FOUR","features":[600]},{"name":"TBS_COMMAND_LOCALITY_ONE","features":[600]},{"name":"TBS_COMMAND_LOCALITY_THREE","features":[600]},{"name":"TBS_COMMAND_LOCALITY_TWO","features":[600]},{"name":"TBS_COMMAND_LOCALITY_ZERO","features":[600]},{"name":"TBS_COMMAND_PRIORITY","features":[600]},{"name":"TBS_COMMAND_PRIORITY_HIGH","features":[600]},{"name":"TBS_COMMAND_PRIORITY_LOW","features":[600]},{"name":"TBS_COMMAND_PRIORITY_MAX","features":[600]},{"name":"TBS_COMMAND_PRIORITY_NORMAL","features":[600]},{"name":"TBS_COMMAND_PRIORITY_SYSTEM","features":[600]},{"name":"TBS_CONTEXT_PARAMS","features":[600]},{"name":"TBS_CONTEXT_PARAMS2","features":[600]},{"name":"TBS_CONTEXT_VERSION_ONE","features":[600]},{"name":"TBS_CONTEXT_VERSION_TWO","features":[600]},{"name":"TBS_OWNERAUTH_TYPE_ADMIN","features":[600]},{"name":"TBS_OWNERAUTH_TYPE_ENDORSEMENT","features":[600]},{"name":"TBS_OWNERAUTH_TYPE_ENDORSEMENT_20","features":[600]},{"name":"TBS_OWNERAUTH_TYPE_FULL","features":[600]},{"name":"TBS_OWNERAUTH_TYPE_STORAGE_20","features":[600]},{"name":"TBS_OWNERAUTH_TYPE_USER","features":[600]},{"name":"TBS_SUCCESS","features":[600]},{"name":"TBS_TCGLOG_DRTM_BOOT","features":[600]},{"name":"TBS_TCGLOG_DRTM_CURRENT","features":[600]},{"name":"TBS_TCGLOG_DRTM_RESUME","features":[600]},{"name":"TBS_TCGLOG_SRTM_BOOT","features":[600]},{"name":"TBS_TCGLOG_SRTM_CURRENT","features":[600]},{"name":"TBS_TCGLOG_SRTM_RESUME","features":[600]},{"name":"TPM_DEVICE_INFO","features":[600]},{"name":"TPM_IFTYPE_1","features":[600]},{"name":"TPM_IFTYPE_EMULATOR","features":[600]},{"name":"TPM_IFTYPE_HW","features":[600]},{"name":"TPM_IFTYPE_SPB","features":[600]},{"name":"TPM_IFTYPE_TRUSTZONE","features":[600]},{"name":"TPM_IFTYPE_UNKNOWN","features":[600]},{"name":"TPM_VERSION_12","features":[600]},{"name":"TPM_VERSION_20","features":[600]},{"name":"TPM_VERSION_UNKNOWN","features":[600]},{"name":"TPM_WNF_INFO_CLEAR_SUCCESSFUL","features":[600]},{"name":"TPM_WNF_INFO_NO_REBOOT_REQUIRED","features":[600]},{"name":"TPM_WNF_INFO_OWNERSHIP_SUCCESSFUL","features":[600]},{"name":"TPM_WNF_PROVISIONING","features":[600]},{"name":"Tbsi_Context_Create","features":[600]},{"name":"Tbsi_Create_Windows_Key","features":[600]},{"name":"Tbsi_GetDeviceInfo","features":[600]},{"name":"Tbsi_Get_OwnerAuth","features":[600]},{"name":"Tbsi_Get_TCG_Log","features":[600]},{"name":"Tbsi_Get_TCG_Log_Ex","features":[600]},{"name":"Tbsi_Is_Tpm_Present","features":[305,600]},{"name":"Tbsi_Physical_Presence_Command","features":[600]},{"name":"Tbsi_Revoke_Attestation","features":[600]},{"name":"Tbsip_Cancel_Commands","features":[600]},{"name":"Tbsip_Context_Close","features":[600]},{"name":"Tbsip_Submit_Command","features":[600]}],"628":[{"name":"Catalog","features":[601]},{"name":"CatalogCollection","features":[601]},{"name":"CatalogObject","features":[601]},{"name":"ComponentUtil","features":[601]},{"name":"ICatalog","features":[358,601]},{"name":"IComponentUtil","features":[358,601]},{"name":"IPackageUtil","features":[358,601]},{"name":"IRemoteComponentUtil","features":[358,601]},{"name":"IRoleAssociationUtil","features":[358,601]},{"name":"MTSAdminErrorCodes","features":[601]},{"name":"MTSPackageExportOptions","features":[601]},{"name":"MTSPackageInstallOptions","features":[601]},{"name":"PackageUtil","features":[601]},{"name":"RemoteComponentUtil","features":[601]},{"name":"RoleAssociationUtil","features":[601]},{"name":"mtsErrAlreadyInstalled","features":[601]},{"name":"mtsErrAuthenticationLevel","features":[601]},{"name":"mtsErrBadForward","features":[601]},{"name":"mtsErrBadIID","features":[601]},{"name":"mtsErrBadPath","features":[601]},{"name":"mtsErrBadRegistryLibID","features":[601]},{"name":"mtsErrBadRegistryProgID","features":[601]},{"name":"mtsErrCLSIDOrIIDMismatch","features":[601]},{"name":"mtsErrCantCopyFile","features":[601]},{"name":"mtsErrCoReqCompInstalled","features":[601]},{"name":"mtsErrCompFileBadTLB","features":[601]},{"name":"mtsErrCompFileClassNotAvail","features":[601]},{"name":"mtsErrCompFileDoesNotExist","features":[601]},{"name":"mtsErrCompFileGetClassObj","features":[601]},{"name":"mtsErrCompFileLoadDLLFail","features":[601]},{"name":"mtsErrCompFileNoRegistrar","features":[601]},{"name":"mtsErrCompFileNotInstallable","features":[601]},{"name":"mtsErrDllLoadFailed","features":[601]},{"name":"mtsErrDllRegisterServer","features":[601]},{"name":"mtsErrDownloadFailed","features":[601]},{"name":"mtsErrInvalidUserids","features":[601]},{"name":"mtsErrKeyMissing","features":[601]},{"name":"mtsErrNoAccessToUNC","features":[601]},{"name":"mtsErrNoRegistryCLSID","features":[601]},{"name":"mtsErrNoRegistryRead","features":[601]},{"name":"mtsErrNoRegistryRepair","features":[601]},{"name":"mtsErrNoRegistryWrite","features":[601]},{"name":"mtsErrNoServerShare","features":[601]},{"name":"mtsErrNoTypeLib","features":[601]},{"name":"mtsErrNoUser","features":[601]},{"name":"mtsErrNotChangeable","features":[601]},{"name":"mtsErrNotDeletable","features":[601]},{"name":"mtsErrObjectErrors","features":[601]},{"name":"mtsErrObjectInvalid","features":[601]},{"name":"mtsErrPDFReadFail","features":[601]},{"name":"mtsErrPDFVersion","features":[601]},{"name":"mtsErrPDFWriteFail","features":[601]},{"name":"mtsErrPackDirNotFound","features":[601]},{"name":"mtsErrPackageExists","features":[601]},{"name":"mtsErrRegistrarFailed","features":[601]},{"name":"mtsErrRemoteInterface","features":[601]},{"name":"mtsErrRoleExists","features":[601]},{"name":"mtsErrSession","features":[601]},{"name":"mtsErrTreatAs","features":[601]},{"name":"mtsErrUserPasswdNotValid","features":[601]},{"name":"mtsExportUsers","features":[601]},{"name":"mtsInstallUsers","features":[601]}],"629":[{"name":"AddServiceFlag","features":[602]},{"name":"AutoDownloadMode","features":[602]},{"name":"AutoSelectionMode","features":[602]},{"name":"AutomaticUpdates","features":[602]},{"name":"AutomaticUpdatesNotificationLevel","features":[602]},{"name":"AutomaticUpdatesPermissionType","features":[602]},{"name":"AutomaticUpdatesScheduledInstallationDay","features":[602]},{"name":"AutomaticUpdatesUserType","features":[602]},{"name":"DeploymentAction","features":[602]},{"name":"DownloadPhase","features":[602]},{"name":"DownloadPriority","features":[602]},{"name":"IAutomaticUpdates","features":[358,602]},{"name":"IAutomaticUpdates2","features":[358,602]},{"name":"IAutomaticUpdatesResults","features":[358,602]},{"name":"IAutomaticUpdatesSettings","features":[358,602]},{"name":"IAutomaticUpdatesSettings2","features":[358,602]},{"name":"IAutomaticUpdatesSettings3","features":[358,602]},{"name":"ICategory","features":[358,602]},{"name":"ICategoryCollection","features":[358,602]},{"name":"IDownloadCompletedCallback","features":[602]},{"name":"IDownloadCompletedCallbackArgs","features":[358,602]},{"name":"IDownloadJob","features":[358,602]},{"name":"IDownloadProgress","features":[358,602]},{"name":"IDownloadProgressChangedCallback","features":[602]},{"name":"IDownloadProgressChangedCallbackArgs","features":[358,602]},{"name":"IDownloadResult","features":[358,602]},{"name":"IImageInformation","features":[358,602]},{"name":"IInstallationAgent","features":[358,602]},{"name":"IInstallationBehavior","features":[358,602]},{"name":"IInstallationCompletedCallback","features":[602]},{"name":"IInstallationCompletedCallbackArgs","features":[358,602]},{"name":"IInstallationJob","features":[358,602]},{"name":"IInstallationProgress","features":[358,602]},{"name":"IInstallationProgressChangedCallback","features":[602]},{"name":"IInstallationProgressChangedCallbackArgs","features":[358,602]},{"name":"IInstallationResult","features":[358,602]},{"name":"IInvalidProductLicenseException","features":[358,602]},{"name":"ISearchCompletedCallback","features":[602]},{"name":"ISearchCompletedCallbackArgs","features":[358,602]},{"name":"ISearchJob","features":[358,602]},{"name":"ISearchResult","features":[358,602]},{"name":"IStringCollection","features":[358,602]},{"name":"ISystemInformation","features":[358,602]},{"name":"IUpdate","features":[358,602]},{"name":"IUpdate2","features":[358,602]},{"name":"IUpdate3","features":[358,602]},{"name":"IUpdate4","features":[358,602]},{"name":"IUpdate5","features":[358,602]},{"name":"IUpdateCollection","features":[358,602]},{"name":"IUpdateDownloadContent","features":[358,602]},{"name":"IUpdateDownloadContent2","features":[358,602]},{"name":"IUpdateDownloadContentCollection","features":[358,602]},{"name":"IUpdateDownloadResult","features":[358,602]},{"name":"IUpdateDownloader","features":[358,602]},{"name":"IUpdateException","features":[358,602]},{"name":"IUpdateExceptionCollection","features":[358,602]},{"name":"IUpdateHistoryEntry","features":[358,602]},{"name":"IUpdateHistoryEntry2","features":[358,602]},{"name":"IUpdateHistoryEntryCollection","features":[358,602]},{"name":"IUpdateIdentity","features":[358,602]},{"name":"IUpdateInstallationResult","features":[358,602]},{"name":"IUpdateInstaller","features":[358,602]},{"name":"IUpdateInstaller2","features":[358,602]},{"name":"IUpdateInstaller3","features":[358,602]},{"name":"IUpdateInstaller4","features":[358,602]},{"name":"IUpdateLockdown","features":[602]},{"name":"IUpdateSearcher","features":[358,602]},{"name":"IUpdateSearcher2","features":[358,602]},{"name":"IUpdateSearcher3","features":[358,602]},{"name":"IUpdateService","features":[358,602]},{"name":"IUpdateService2","features":[358,602]},{"name":"IUpdateServiceCollection","features":[358,602]},{"name":"IUpdateServiceManager","features":[358,602]},{"name":"IUpdateServiceManager2","features":[358,602]},{"name":"IUpdateServiceRegistration","features":[358,602]},{"name":"IUpdateSession","features":[358,602]},{"name":"IUpdateSession2","features":[358,602]},{"name":"IUpdateSession3","features":[358,602]},{"name":"IWebProxy","features":[358,602]},{"name":"IWindowsDriverUpdate","features":[358,602]},{"name":"IWindowsDriverUpdate2","features":[358,602]},{"name":"IWindowsDriverUpdate3","features":[358,602]},{"name":"IWindowsDriverUpdate4","features":[358,602]},{"name":"IWindowsDriverUpdate5","features":[358,602]},{"name":"IWindowsDriverUpdateEntry","features":[358,602]},{"name":"IWindowsDriverUpdateEntryCollection","features":[358,602]},{"name":"IWindowsUpdateAgentInfo","features":[358,602]},{"name":"InstallationAgent","features":[602]},{"name":"InstallationImpact","features":[602]},{"name":"InstallationRebootBehavior","features":[602]},{"name":"LIBID_WUApiLib","features":[602]},{"name":"OperationResultCode","features":[602]},{"name":"SearchScope","features":[602]},{"name":"ServerSelection","features":[602]},{"name":"StringCollection","features":[602]},{"name":"SystemInformation","features":[602]},{"name":"UPDATE_LOCKDOWN_WEBSITE_ACCESS","features":[602]},{"name":"UpdateCollection","features":[602]},{"name":"UpdateDownloader","features":[602]},{"name":"UpdateExceptionContext","features":[602]},{"name":"UpdateInstaller","features":[602]},{"name":"UpdateLockdownOption","features":[602]},{"name":"UpdateOperation","features":[602]},{"name":"UpdateSearcher","features":[602]},{"name":"UpdateServiceManager","features":[602]},{"name":"UpdateServiceOption","features":[602]},{"name":"UpdateServiceRegistrationState","features":[602]},{"name":"UpdateSession","features":[602]},{"name":"UpdateType","features":[602]},{"name":"WU_E_ALL_UPDATES_FAILED","features":[602]},{"name":"WU_E_AUCLIENT_UNEXPECTED","features":[602]},{"name":"WU_E_AU_CALL_CANCELLED","features":[602]},{"name":"WU_E_AU_DETECT_SVCID_MISMATCH","features":[602]},{"name":"WU_E_AU_LEGACYCLIENTDISABLED","features":[602]},{"name":"WU_E_AU_NONLEGACYSERVER","features":[602]},{"name":"WU_E_AU_NOSERVICE","features":[602]},{"name":"WU_E_AU_NO_REGISTERED_SERVICE","features":[602]},{"name":"WU_E_AU_OOBE_IN_PROGRESS","features":[602]},{"name":"WU_E_AU_PAUSED","features":[602]},{"name":"WU_E_AU_UNEXPECTED","features":[602]},{"name":"WU_E_BAD_FILE_URL","features":[602]},{"name":"WU_E_BAD_XML_HARDWARECAPABILITY","features":[602]},{"name":"WU_E_BIN_SOURCE_ABSENT","features":[602]},{"name":"WU_E_CALLBACK_COOKIE_NOT_FOUND","features":[602]},{"name":"WU_E_CALL_CANCELLED","features":[602]},{"name":"WU_E_CALL_CANCELLED_BY_HIDE","features":[602]},{"name":"WU_E_CALL_CANCELLED_BY_INTERACTIVE_SEARCH","features":[602]},{"name":"WU_E_CALL_CANCELLED_BY_INVALID","features":[602]},{"name":"WU_E_CALL_CANCELLED_BY_POLICY","features":[602]},{"name":"WU_E_COULDNOTCANCEL","features":[602]},{"name":"WU_E_CYCLE_DETECTED","features":[602]},{"name":"WU_E_DM_BG_ERROR_TOKEN_REQUIRED","features":[602]},{"name":"WU_E_DM_BITSTRANSFERERROR","features":[602]},{"name":"WU_E_DM_CONTENTCHANGED","features":[602]},{"name":"WU_E_DM_DOSVC_REQUIRED","features":[602]},{"name":"WU_E_DM_DOWNLOADFILEMISSING","features":[602]},{"name":"WU_E_DM_DOWNLOADFILEPATHUNKNOWN","features":[602]},{"name":"WU_E_DM_DOWNLOADLIMITEDBYUPDATESIZE","features":[602]},{"name":"WU_E_DM_DOWNLOADLOCATIONCHANGED","features":[602]},{"name":"WU_E_DM_DOWNLOADSANDBOXNOTFOUND","features":[602]},{"name":"WU_E_DM_DOWNLOAD_VOLUME_CONFLICT","features":[602]},{"name":"WU_E_DM_FAILTOCONNECTTOBITS","features":[602]},{"name":"WU_E_DM_FALLINGBACKTOBITS","features":[602]},{"name":"WU_E_DM_HARDRESERVEID_CONFLICT","features":[602]},{"name":"WU_E_DM_INCORRECTFILEHASH","features":[602]},{"name":"WU_E_DM_NEEDDOWNLOADREQUEST","features":[602]},{"name":"WU_E_DM_NONETWORK","features":[602]},{"name":"WU_E_DM_NOTDOWNLOADED","features":[602]},{"name":"WU_E_DM_READRANGEFAILED","features":[602]},{"name":"WU_E_DM_SANDBOX_HASH_MISMATCH","features":[602]},{"name":"WU_E_DM_UNAUTHORIZED","features":[602]},{"name":"WU_E_DM_UNAUTHORIZED_DOMAIN_USER","features":[602]},{"name":"WU_E_DM_UNAUTHORIZED_LOCAL_USER","features":[602]},{"name":"WU_E_DM_UNAUTHORIZED_MSA_USER","features":[602]},{"name":"WU_E_DM_UNAUTHORIZED_NO_USER","features":[602]},{"name":"WU_E_DM_UNEXPECTED","features":[602]},{"name":"WU_E_DM_UNKNOWNALGORITHM","features":[602]},{"name":"WU_E_DM_UPDATEREMOVED","features":[602]},{"name":"WU_E_DM_URLNOTAVAILABLE","features":[602]},{"name":"WU_E_DM_WRONGBITSVERSION","features":[602]},{"name":"WU_E_DOWNLOAD_FAILED","features":[602]},{"name":"WU_E_DRV_DEVICE_PROBLEM","features":[602]},{"name":"WU_E_DRV_MISSING_ATTRIBUTE","features":[602]},{"name":"WU_E_DRV_NOPROP_OR_LEGACY","features":[602]},{"name":"WU_E_DRV_NO_METADATA","features":[602]},{"name":"WU_E_DRV_NO_PRINTER_CONTENT","features":[602]},{"name":"WU_E_DRV_PRUNED","features":[602]},{"name":"WU_E_DRV_REG_MISMATCH","features":[602]},{"name":"WU_E_DRV_SYNC_FAILED","features":[602]},{"name":"WU_E_DRV_UNEXPECTED","features":[602]},{"name":"WU_E_DS_BADVERSION","features":[602]},{"name":"WU_E_DS_CANNOTREGISTER","features":[602]},{"name":"WU_E_DS_CANTDELETE","features":[602]},{"name":"WU_E_DS_DATANOTAVAILABLE","features":[602]},{"name":"WU_E_DS_DATANOTLOADED","features":[602]},{"name":"WU_E_DS_DECLINENOTALLOWED","features":[602]},{"name":"WU_E_DS_DUPLICATEUPDATEID","features":[602]},{"name":"WU_E_DS_IMPERSONATED","features":[602]},{"name":"WU_E_DS_INUSE","features":[602]},{"name":"WU_E_DS_INVALID","features":[602]},{"name":"WU_E_DS_INVALIDOPERATION","features":[602]},{"name":"WU_E_DS_INVALIDTABLENAME","features":[602]},{"name":"WU_E_DS_LOCKTIMEOUTEXPIRED","features":[602]},{"name":"WU_E_DS_MISSINGDATA","features":[602]},{"name":"WU_E_DS_MISSINGREF","features":[602]},{"name":"WU_E_DS_NEEDWINDOWSSERVICE","features":[602]},{"name":"WU_E_DS_NOCATEGORIES","features":[602]},{"name":"WU_E_DS_NODATA","features":[602]},{"name":"WU_E_DS_NODATA_CCR","features":[602]},{"name":"WU_E_DS_NODATA_COOKIE","features":[602]},{"name":"WU_E_DS_NODATA_DOWNLOADJOB","features":[602]},{"name":"WU_E_DS_NODATA_EULA","features":[602]},{"name":"WU_E_DS_NODATA_FILE","features":[602]},{"name":"WU_E_DS_NODATA_NOSUCHREVISION","features":[602]},{"name":"WU_E_DS_NODATA_NOSUCHUPDATE","features":[602]},{"name":"WU_E_DS_NODATA_SERVICE","features":[602]},{"name":"WU_E_DS_NODATA_TIMER","features":[602]},{"name":"WU_E_DS_NODATA_TMI","features":[602]},{"name":"WU_E_DS_RESETREQUIRED","features":[602]},{"name":"WU_E_DS_ROWEXISTS","features":[602]},{"name":"WU_E_DS_SCHEMAMISMATCH","features":[602]},{"name":"WU_E_DS_SERVICEEXPIRED","features":[602]},{"name":"WU_E_DS_SESSIONLOCKMISMATCH","features":[602]},{"name":"WU_E_DS_SHUTDOWN","features":[602]},{"name":"WU_E_DS_STOREFILELOCKED","features":[602]},{"name":"WU_E_DS_TABLEINCORRECT","features":[602]},{"name":"WU_E_DS_TABLEMISSING","features":[602]},{"name":"WU_E_DS_TABLESESSIONMISMATCH","features":[602]},{"name":"WU_E_DS_UNABLETOSTART","features":[602]},{"name":"WU_E_DS_UNEXPECTED","features":[602]},{"name":"WU_E_DS_UNKNOWNHANDLER","features":[602]},{"name":"WU_E_DS_UNKNOWNSERVICE","features":[602]},{"name":"WU_E_DUPLICATE_ITEM","features":[602]},{"name":"WU_E_EE_CLUSTER_ERROR","features":[602]},{"name":"WU_E_EE_INVALID_ATTRIBUTEDATA","features":[602]},{"name":"WU_E_EE_INVALID_EXPRESSION","features":[602]},{"name":"WU_E_EE_INVALID_VERSION","features":[602]},{"name":"WU_E_EE_MISSING_METADATA","features":[602]},{"name":"WU_E_EE_NOT_INITIALIZED","features":[602]},{"name":"WU_E_EE_UNEXPECTED","features":[602]},{"name":"WU_E_EE_UNKNOWN_EXPRESSION","features":[602]},{"name":"WU_E_EULAS_DECLINED","features":[602]},{"name":"WU_E_EULA_UNAVAILABLE","features":[602]},{"name":"WU_E_EXCLUSIVE_INSTALL_CONFLICT","features":[602]},{"name":"WU_E_EXTENDEDERROR_FAILED","features":[602]},{"name":"WU_E_EXTENDEDERROR_NOTSET","features":[602]},{"name":"WU_E_FILETRUST_DUALSIGNATURE_ECC","features":[602]},{"name":"WU_E_FILETRUST_DUALSIGNATURE_RSA","features":[602]},{"name":"WU_E_FILETRUST_SHA2SIGNATURE_MISSING","features":[602]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_DISCOVERY","features":[602]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_DOWNLOAD","features":[602]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_INSTALL","features":[602]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_OTHER","features":[602]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_SEARCH","features":[602]},{"name":"WU_E_IDLESHUTDOWN_OPCOUNT_SERVICEREGISTRATION","features":[602]},{"name":"WU_E_INFRASTRUCTUREFILE_INVALID_FORMAT","features":[602]},{"name":"WU_E_INFRASTRUCTUREFILE_REQUIRES_SSL","features":[602]},{"name":"WU_E_INSTALLATION_RESULTS_INVALID_DATA","features":[602]},{"name":"WU_E_INSTALLATION_RESULTS_NOT_FOUND","features":[602]},{"name":"WU_E_INSTALLATION_RESULTS_UNKNOWN_VERSION","features":[602]},{"name":"WU_E_INSTALL_JOB_NOT_SUSPENDED","features":[602]},{"name":"WU_E_INSTALL_JOB_RESUME_NOT_ALLOWED","features":[602]},{"name":"WU_E_INSTALL_NOT_ALLOWED","features":[602]},{"name":"WU_E_INSTALL_USERCONTEXT_ACCESSDENIED","features":[602]},{"name":"WU_E_INTERACTIVE_CALL_CANCELLED","features":[602]},{"name":"WU_E_INVALIDINDEX","features":[602]},{"name":"WU_E_INVALID_CRITERIA","features":[602]},{"name":"WU_E_INVALID_EVENT","features":[602]},{"name":"WU_E_INVALID_EVENT_PAYLOAD","features":[602]},{"name":"WU_E_INVALID_EVENT_PAYLOADSIZE","features":[602]},{"name":"WU_E_INVALID_FILE","features":[602]},{"name":"WU_E_INVALID_INSTALL_REQUESTED","features":[602]},{"name":"WU_E_INVALID_NOTIFICATION_INFO","features":[602]},{"name":"WU_E_INVALID_OPERATION","features":[602]},{"name":"WU_E_INVALID_PRODUCT_LICENSE","features":[602]},{"name":"WU_E_INVALID_PROXY_SERVER","features":[602]},{"name":"WU_E_INVALID_RELATIONSHIP","features":[602]},{"name":"WU_E_INVALID_SERIALIZATION_VERSION","features":[602]},{"name":"WU_E_INVALID_UPDATE","features":[602]},{"name":"WU_E_INVALID_UPDATE_TYPE","features":[602]},{"name":"WU_E_INVALID_VOLUMEID","features":[602]},{"name":"WU_E_INVENTORY_GET_INVENTORY_TYPE_FAILED","features":[602]},{"name":"WU_E_INVENTORY_PARSEFAILED","features":[602]},{"name":"WU_E_INVENTORY_RESULT_UPLOAD_FAILED","features":[602]},{"name":"WU_E_INVENTORY_UNEXPECTED","features":[602]},{"name":"WU_E_INVENTORY_WMI_ERROR","features":[602]},{"name":"WU_E_ITEMNOTFOUND","features":[602]},{"name":"WU_E_LEGACYSERVER","features":[602]},{"name":"WU_E_LOW_BATTERY","features":[602]},{"name":"WU_E_MAX_CAPACITY_REACHED","features":[602]},{"name":"WU_E_METADATATRUST_CERTIFICATECHAIN_VERIFICATION","features":[602]},{"name":"WU_E_METADATATRUST_UNTRUSTED_CERTIFICATECHAIN","features":[602]},{"name":"WU_E_METADATA_BAD_FRAGMENTSIGNING_CONFIG","features":[602]},{"name":"WU_E_METADATA_BAD_SIGNATURE","features":[602]},{"name":"WU_E_METADATA_CERT_MISSING","features":[602]},{"name":"WU_E_METADATA_CERT_UNTRUSTED","features":[602]},{"name":"WU_E_METADATA_CONFIG_INVALID_BINARY_ENCODING","features":[602]},{"name":"WU_E_METADATA_FAILURE_PROCESSING_FRAGMENTSIGNING_CONFIG","features":[602]},{"name":"WU_E_METADATA_FETCH_CONFIG","features":[602]},{"name":"WU_E_METADATA_INTCERT_BAD_TRANSPORT_ENCODING","features":[602]},{"name":"WU_E_METADATA_INVALID_PARAMETER","features":[602]},{"name":"WU_E_METADATA_LEAFCERT_BAD_TRANSPORT_ENCODING","features":[602]},{"name":"WU_E_METADATA_NOOP","features":[602]},{"name":"WU_E_METADATA_NO_VERIFICATION_DATA","features":[602]},{"name":"WU_E_METADATA_SIGNATURE_VERIFY_FAILED","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_ALL_BAD","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_CACHELOOKUP","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_CERTCHAIN","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_MISSING","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_NODATA","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_REFRESHONLINE","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_SIGNATURE","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_UNEXPECTED","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_UNTRUSTED","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_VALIDITYWINDOW_UNEXPECTED","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_VALIDITY_WINDOW","features":[602]},{"name":"WU_E_METADATA_TIMESTAMP_TOKEN_VERIFICATION_FAILED","features":[602]},{"name":"WU_E_METADATA_UNEXPECTED","features":[602]},{"name":"WU_E_METADATA_UNSUPPORTED_HASH_ALG","features":[602]},{"name":"WU_E_METADATA_XML_BASE64CERDATA_MISSING","features":[602]},{"name":"WU_E_METADATA_XML_FRAGMENTSIGNING_MISSING","features":[602]},{"name":"WU_E_METADATA_XML_INTERMEDIATECERT_MISSING","features":[602]},{"name":"WU_E_METADATA_XML_LEAFCERT_ID_MISSING","features":[602]},{"name":"WU_E_METADATA_XML_LEAFCERT_MISSING","features":[602]},{"name":"WU_E_METADATA_XML_MISSING","features":[602]},{"name":"WU_E_METADATA_XML_MODE_INVALID","features":[602]},{"name":"WU_E_METADATA_XML_MODE_MISSING","features":[602]},{"name":"WU_E_METADATA_XML_VALIDITY_INVALID","features":[602]},{"name":"WU_E_MISSING_HANDLER","features":[602]},{"name":"WU_E_MSI_NOT_CONFIGURED","features":[602]},{"name":"WU_E_MSI_NOT_PRESENT","features":[602]},{"name":"WU_E_MSI_WRONG_APP_CONTEXT","features":[602]},{"name":"WU_E_MSI_WRONG_VERSION","features":[602]},{"name":"WU_E_MSP_DISABLED","features":[602]},{"name":"WU_E_MSP_UNEXPECTED","features":[602]},{"name":"WU_E_NETWORK_COST_EXCEEDS_POLICY","features":[602]},{"name":"WU_E_NON_UI_MODE","features":[602]},{"name":"WU_E_NOOP","features":[602]},{"name":"WU_E_NOT_APPLICABLE","features":[602]},{"name":"WU_E_NOT_INITIALIZED","features":[602]},{"name":"WU_E_NOT_SUPPORTED","features":[602]},{"name":"WU_E_NO_CONNECTION","features":[602]},{"name":"WU_E_NO_INTERACTIVE_USER","features":[602]},{"name":"WU_E_NO_SERVER_CORE_SUPPORT","features":[602]},{"name":"WU_E_NO_SERVICE","features":[602]},{"name":"WU_E_NO_SUCH_HANDLER_PLUGIN","features":[602]},{"name":"WU_E_NO_UI_SUPPORT","features":[602]},{"name":"WU_E_NO_UPDATE","features":[602]},{"name":"WU_E_NO_USERTOKEN","features":[602]},{"name":"WU_E_OL_INVALID_SCANFILE","features":[602]},{"name":"WU_E_OL_NEWCLIENT_REQUIRED","features":[602]},{"name":"WU_E_OL_UNEXPECTED","features":[602]},{"name":"WU_E_OPERATIONINPROGRESS","features":[602]},{"name":"WU_E_ORPHANED_DOWNLOAD_JOB","features":[602]},{"name":"WU_E_OUTOFRANGE","features":[602]},{"name":"WU_E_PER_MACHINE_UPDATE_ACCESS_DENIED","features":[602]},{"name":"WU_E_POLICY_NOT_SET","features":[602]},{"name":"WU_E_PT_ADDRESS_IN_USE","features":[602]},{"name":"WU_E_PT_ADDRESS_NOT_AVAILABLE","features":[602]},{"name":"WU_E_PT_CATALOG_SYNC_REQUIRED","features":[602]},{"name":"WU_E_PT_CONFIG_PROP_MISSING","features":[602]},{"name":"WU_E_PT_DATA_BOUNDARY_RESTRICTED","features":[602]},{"name":"WU_E_PT_DOUBLE_INITIALIZATION","features":[602]},{"name":"WU_E_PT_ECP_FAILURE_TO_DECOMPRESS_CAB_FILE","features":[602]},{"name":"WU_E_PT_ECP_FAILURE_TO_EXTRACT_DIGEST","features":[602]},{"name":"WU_E_PT_ECP_FILE_LOCATION_ERROR","features":[602]},{"name":"WU_E_PT_ECP_INIT_FAILED","features":[602]},{"name":"WU_E_PT_ECP_INVALID_FILE_FORMAT","features":[602]},{"name":"WU_E_PT_ECP_INVALID_METADATA","features":[602]},{"name":"WU_E_PT_ECP_SUCCEEDED_WITH_ERRORS","features":[602]},{"name":"WU_E_PT_ENDPOINTURL_NOTAVAIL","features":[602]},{"name":"WU_E_PT_ENDPOINT_DISCONNECTED","features":[602]},{"name":"WU_E_PT_ENDPOINT_REFRESH_REQUIRED","features":[602]},{"name":"WU_E_PT_ENDPOINT_UNREACHABLE","features":[602]},{"name":"WU_E_PT_EXCEEDED_MAX_SERVER_TRIPS","features":[602]},{"name":"WU_E_PT_FILE_LOCATIONS_CHANGED","features":[602]},{"name":"WU_E_PT_GENERAL_AAD_CLIENT_ERROR","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_BAD_GATEWAY","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_BAD_METHOD","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_BAD_REQUEST","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_CONFLICT","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_DENIED","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_FORBIDDEN","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_GATEWAY_TIMEOUT","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_GONE","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_NOT_FOUND","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_NOT_MAPPED","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_NOT_SUPPORTED","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_PROXY_AUTH_REQ","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_REQUEST_TIMEOUT","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_SERVER_ERROR","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_SERVICE_UNAVAIL","features":[602]},{"name":"WU_E_PT_HTTP_STATUS_VERSION_NOT_SUP","features":[602]},{"name":"WU_E_PT_INVALID_COMPUTER_NAME","features":[602]},{"name":"WU_E_PT_INVALID_CONFIG_PROP","features":[602]},{"name":"WU_E_PT_INVALID_FORMAT","features":[602]},{"name":"WU_E_PT_INVALID_OPERATION","features":[602]},{"name":"WU_E_PT_INVALID_URL","features":[602]},{"name":"WU_E_PT_LOAD_SHEDDING","features":[602]},{"name":"WU_E_PT_NO_AUTH_COOKIES_CREATED","features":[602]},{"name":"WU_E_PT_NO_AUTH_PLUGINS_REQUESTED","features":[602]},{"name":"WU_E_PT_NO_MANAGED_RECOVER","features":[602]},{"name":"WU_E_PT_NO_TRANSLATION_AVAILABLE","features":[602]},{"name":"WU_E_PT_NUMERIC_OVERFLOW","features":[602]},{"name":"WU_E_PT_NWS_NOT_LOADED","features":[602]},{"name":"WU_E_PT_OBJECT_FAULTED","features":[602]},{"name":"WU_E_PT_OPERATION_ABANDONED","features":[602]},{"name":"WU_E_PT_OPERATION_ABORTED","features":[602]},{"name":"WU_E_PT_OTHER","features":[602]},{"name":"WU_E_PT_PROXY_AUTH_SCHEME_NOT_SUPPORTED","features":[602]},{"name":"WU_E_PT_QUOTA_EXCEEDED","features":[602]},{"name":"WU_E_PT_REFRESH_CACHE_REQUIRED","features":[602]},{"name":"WU_E_PT_REGISTRATION_NOT_SUPPORTED","features":[602]},{"name":"WU_E_PT_SAME_REDIR_ID","features":[602]},{"name":"WU_E_PT_SECURITY_SYSTEM_FAILURE","features":[602]},{"name":"WU_E_PT_SECURITY_VERIFICATION_FAILURE","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_BASE","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_CONNECT","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_GENERATE","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_INITIALIZE","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_OUTOFMEMORY","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_PARSE","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_PARSEFAULT","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_READ","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_SEND","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_SERVER","features":[602]},{"name":"WU_E_PT_SOAPCLIENT_SOAPFAULT","features":[602]},{"name":"WU_E_PT_SOAP_CLIENT","features":[602]},{"name":"WU_E_PT_SOAP_MUST_UNDERSTAND","features":[602]},{"name":"WU_E_PT_SOAP_SERVER","features":[602]},{"name":"WU_E_PT_SOAP_VERSION","features":[602]},{"name":"WU_E_PT_SUS_SERVER_NOT_SET","features":[602]},{"name":"WU_E_PT_UNEXPECTED","features":[602]},{"name":"WU_E_PT_WINHTTP_NAME_NOT_RESOLVED","features":[602]},{"name":"WU_E_PT_WMI_ERROR","features":[602]},{"name":"WU_E_RANGEOVERLAP","features":[602]},{"name":"WU_E_REBOOT_IN_PROGRESS","features":[602]},{"name":"WU_E_REDIRECTOR_ATTRPROVIDER_EXCEEDED_MAX_NAMEVALUE","features":[602]},{"name":"WU_E_REDIRECTOR_ATTRPROVIDER_INVALID_NAME","features":[602]},{"name":"WU_E_REDIRECTOR_ATTRPROVIDER_INVALID_VALUE","features":[602]},{"name":"WU_E_REDIRECTOR_CONNECT_POLICY","features":[602]},{"name":"WU_E_REDIRECTOR_ID_SMALLER","features":[602]},{"name":"WU_E_REDIRECTOR_INVALID_RESPONSE","features":[602]},{"name":"WU_E_REDIRECTOR_LOAD_XML","features":[602]},{"name":"WU_E_REDIRECTOR_ONLINE_DISALLOWED","features":[602]},{"name":"WU_E_REDIRECTOR_SLS_GENERIC_ERROR","features":[602]},{"name":"WU_E_REDIRECTOR_S_FALSE","features":[602]},{"name":"WU_E_REDIRECTOR_UNEXPECTED","features":[602]},{"name":"WU_E_REDIRECTOR_UNKNOWN_SERVICE","features":[602]},{"name":"WU_E_REDIRECTOR_UNSUPPORTED_CONTENTTYPE","features":[602]},{"name":"WU_E_REG_VALUE_INVALID","features":[602]},{"name":"WU_E_REPORTER_EVENTCACHECORRUPT","features":[602]},{"name":"WU_E_REPORTER_EVENTNAMESPACEPARSEFAILED","features":[602]},{"name":"WU_E_REPORTER_UNEXPECTED","features":[602]},{"name":"WU_E_REVERT_NOT_ALLOWED","features":[602]},{"name":"WU_E_SELFUPDATE_IN_PROGRESS","features":[602]},{"name":"WU_E_SELFUPDATE_REQUIRED","features":[602]},{"name":"WU_E_SELFUPDATE_REQUIRED_ADMIN","features":[602]},{"name":"WU_E_SELFUPDATE_SKIP_ON_FAILURE","features":[602]},{"name":"WU_E_SERVER_BUSY","features":[602]},{"name":"WU_E_SERVICEPROP_NOTAVAIL","features":[602]},{"name":"WU_E_SERVICE_NOT_REGISTERED","features":[602]},{"name":"WU_E_SERVICE_STOP","features":[602]},{"name":"WU_E_SETUP_ALREADYRUNNING","features":[602]},{"name":"WU_E_SETUP_ALREADY_INITIALIZED","features":[602]},{"name":"WU_E_SETUP_BLOCKED_CONFIGURATION","features":[602]},{"name":"WU_E_SETUP_DEFERRABLE_REBOOT_PENDING","features":[602]},{"name":"WU_E_SETUP_FAIL","features":[602]},{"name":"WU_E_SETUP_HANDLER_EXEC_FAILURE","features":[602]},{"name":"WU_E_SETUP_INVALID_IDENTDATA","features":[602]},{"name":"WU_E_SETUP_INVALID_INFDATA","features":[602]},{"name":"WU_E_SETUP_INVALID_REGISTRY_DATA","features":[602]},{"name":"WU_E_SETUP_IN_PROGRESS","features":[602]},{"name":"WU_E_SETUP_NON_DEFERRABLE_REBOOT_PENDING","features":[602]},{"name":"WU_E_SETUP_NOT_INITIALIZED","features":[602]},{"name":"WU_E_SETUP_REBOOTREQUIRED","features":[602]},{"name":"WU_E_SETUP_REBOOT_TO_FIX","features":[602]},{"name":"WU_E_SETUP_REGISTRATION_FAILED","features":[602]},{"name":"WU_E_SETUP_SKIP_UPDATE","features":[602]},{"name":"WU_E_SETUP_SOURCE_VERSION_MISMATCH","features":[602]},{"name":"WU_E_SETUP_TARGET_VERSION_GREATER","features":[602]},{"name":"WU_E_SETUP_UNEXPECTED","features":[602]},{"name":"WU_E_SETUP_UNSUPPORTED_CONFIGURATION","features":[602]},{"name":"WU_E_SETUP_WRONG_SERVER_VERSION","features":[602]},{"name":"WU_E_SIH_ACTION_NOT_FOUND","features":[602]},{"name":"WU_E_SIH_ANOTHER_INSTANCE_RUNNING","features":[602]},{"name":"WU_E_SIH_BLOCKED_FOR_PLATFORM","features":[602]},{"name":"WU_E_SIH_DNSRESILIENCY_OFF","features":[602]},{"name":"WU_E_SIH_ENGINE_EXCEPTION","features":[602]},{"name":"WU_E_SIH_INVALIDHASH","features":[602]},{"name":"WU_E_SIH_NONSTDEXCEPTION","features":[602]},{"name":"WU_E_SIH_NO_ENGINE","features":[602]},{"name":"WU_E_SIH_PARSE","features":[602]},{"name":"WU_E_SIH_POLICY","features":[602]},{"name":"WU_E_SIH_POST_REBOOT_INSTALL_FAILED","features":[602]},{"name":"WU_E_SIH_POST_REBOOT_NO_CACHED_SLS_RESPONSE","features":[602]},{"name":"WU_E_SIH_PPL","features":[602]},{"name":"WU_E_SIH_SECURITY","features":[602]},{"name":"WU_E_SIH_SLS_PARSE","features":[602]},{"name":"WU_E_SIH_STDEXCEPTION","features":[602]},{"name":"WU_E_SIH_UNEXPECTED","features":[602]},{"name":"WU_E_SIH_VERIFY_DOWNLOAD_ENGINE","features":[602]},{"name":"WU_E_SIH_VERIFY_DOWNLOAD_PAYLOAD","features":[602]},{"name":"WU_E_SIH_VERIFY_STAGE_ENGINE","features":[602]},{"name":"WU_E_SIH_VERIFY_STAGE_PAYLOAD","features":[602]},{"name":"WU_E_SKIPPED_UPDATE_INSTALLATION","features":[602]},{"name":"WU_E_SLS_INVALID_REVISION","features":[602]},{"name":"WU_E_SOURCE_ABSENT","features":[602]},{"name":"WU_E_SYSPREP_IN_PROGRESS","features":[602]},{"name":"WU_E_SYSTEM_UNSUPPORTED","features":[602]},{"name":"WU_E_TIME_OUT","features":[602]},{"name":"WU_E_TOOMANYRANGES","features":[602]},{"name":"WU_E_TOO_DEEP_RELATION","features":[602]},{"name":"WU_E_TOO_MANY_RESYNC","features":[602]},{"name":"WU_E_TRAYICON_FAILURE","features":[602]},{"name":"WU_E_TRUST_PROVIDER_UNKNOWN","features":[602]},{"name":"WU_E_TRUST_SUBJECT_NOT_TRUSTED","features":[602]},{"name":"WU_E_UH_APPX_DEFAULT_PACKAGE_VOLUME_UNAVAILABLE","features":[602]},{"name":"WU_E_UH_APPX_INSTALLED_PACKAGE_VOLUME_UNAVAILABLE","features":[602]},{"name":"WU_E_UH_APPX_INVALID_PACKAGE_VOLUME","features":[602]},{"name":"WU_E_UH_APPX_NOT_PRESENT","features":[602]},{"name":"WU_E_UH_APPX_PACKAGE_FAMILY_NOT_FOUND","features":[602]},{"name":"WU_E_UH_APPX_SYSTEM_VOLUME_NOT_FOUND","features":[602]},{"name":"WU_E_UH_BADCBSPACKAGEID","features":[602]},{"name":"WU_E_UH_BADHANDLERXML","features":[602]},{"name":"WU_E_UH_CALLED_BACK_FAILURE","features":[602]},{"name":"WU_E_UH_CANREQUIREINPUT","features":[602]},{"name":"WU_E_UH_CUSTOMINSTALLER_INVALID_SIGNATURE","features":[602]},{"name":"WU_E_UH_DECRYPTFAILURE","features":[602]},{"name":"WU_E_UH_DOESNOTSUPPORTACTION","features":[602]},{"name":"WU_E_UH_FALLBACKERROR","features":[602]},{"name":"WU_E_UH_FALLBACKTOSELFCONTAINED","features":[602]},{"name":"WU_E_UH_HANDLER_DISABLEDUNTILREBOOT","features":[602]},{"name":"WU_E_UH_INCONSISTENT_FILE_NAMES","features":[602]},{"name":"WU_E_UH_INSTALLERFAILURE","features":[602]},{"name":"WU_E_UH_INSTALLERHUNG","features":[602]},{"name":"WU_E_UH_INVALIDMETADATA","features":[602]},{"name":"WU_E_UH_INVALID_TARGETSESSION","features":[602]},{"name":"WU_E_UH_LOCALONLY","features":[602]},{"name":"WU_E_UH_NEEDANOTHERDOWNLOAD","features":[602]},{"name":"WU_E_UH_NEW_SERVICING_STACK_REQUIRED","features":[602]},{"name":"WU_E_UH_NOTIFYFAILURE","features":[602]},{"name":"WU_E_UH_NOTREADYTOCOMMIT","features":[602]},{"name":"WU_E_UH_OPERATIONCANCELLED","features":[602]},{"name":"WU_E_UH_POSTREBOOTRESULTUNKNOWN","features":[602]},{"name":"WU_E_UH_POSTREBOOTSTILLPENDING","features":[602]},{"name":"WU_E_UH_POSTREBOOTUNEXPECTEDSTATE","features":[602]},{"name":"WU_E_UH_REMOTEALREADYACTIVE","features":[602]},{"name":"WU_E_UH_REMOTEUNAVAILABLE","features":[602]},{"name":"WU_E_UH_TOOMANYDOWNLOADREQUESTS","features":[602]},{"name":"WU_E_UH_UNEXPECTED","features":[602]},{"name":"WU_E_UH_UNEXPECTEDCBSRESPONSE","features":[602]},{"name":"WU_E_UH_UNKNOWNHANDLER","features":[602]},{"name":"WU_E_UH_UNSUPPORTED_INSTALLCONTEXT","features":[602]},{"name":"WU_E_UH_WRONGHANDLER","features":[602]},{"name":"WU_E_UNEXPECTED","features":[602]},{"name":"WU_E_UNINSTALL_NOT_ALLOWED","features":[602]},{"name":"WU_E_UNKNOWN_HARDWARECAPABILITY","features":[602]},{"name":"WU_E_UNKNOWN_ID","features":[602]},{"name":"WU_E_UNKNOWN_SERVICE","features":[602]},{"name":"WU_E_UNRECOGNIZED_VOLUMEID","features":[602]},{"name":"WU_E_UNSUPPORTED_SEARCHSCOPE","features":[602]},{"name":"WU_E_UPDATE_MERGE_NOT_ALLOWED","features":[602]},{"name":"WU_E_UPDATE_NOT_APPROVED","features":[602]},{"name":"WU_E_UPDATE_NOT_PROCESSED","features":[602]},{"name":"WU_E_URL_TOO_LONG","features":[602]},{"name":"WU_E_USER_ACCESS_DISABLED","features":[602]},{"name":"WU_E_WINHTTP_INVALID_FILE","features":[602]},{"name":"WU_E_WMI_NOT_SUPPORTED","features":[602]},{"name":"WU_E_WUCLTUI_UNSUPPORTED_VERSION","features":[602]},{"name":"WU_E_WUTASK_CANCELINSTALL_DISALLOWED","features":[602]},{"name":"WU_E_WUTASK_INPROGRESS","features":[602]},{"name":"WU_E_WUTASK_NOT_STARTED","features":[602]},{"name":"WU_E_WUTASK_RETRY","features":[602]},{"name":"WU_E_WUTASK_STATUS_DISABLED","features":[602]},{"name":"WU_E_WU_DISABLED","features":[602]},{"name":"WU_E_XML_INVALID","features":[602]},{"name":"WU_E_XML_MISSINGDATA","features":[602]},{"name":"WU_S_AAD_DEVICE_TICKET_NOT_NEEDED","features":[602]},{"name":"WU_S_ALREADY_DOWNLOADED","features":[602]},{"name":"WU_S_ALREADY_INSTALLED","features":[602]},{"name":"WU_S_ALREADY_REVERTED","features":[602]},{"name":"WU_S_ALREADY_UNINSTALLED","features":[602]},{"name":"WU_S_DM_ALREADYDOWNLOADING","features":[602]},{"name":"WU_S_MARKED_FOR_DISCONNECT","features":[602]},{"name":"WU_S_METADATA_IGNORED_SIGNATURE_VERIFICATION","features":[602]},{"name":"WU_S_METADATA_SKIPPED_BY_ENFORCEMENTMODE","features":[602]},{"name":"WU_S_REBOOT_REQUIRED","features":[602]},{"name":"WU_S_SEARCH_CRITERIA_NOT_SUPPORTED","features":[602]},{"name":"WU_S_SEARCH_LOAD_SHEDDING","features":[602]},{"name":"WU_S_SELFUPDATE","features":[602]},{"name":"WU_S_SERVICE_STOP","features":[602]},{"name":"WU_S_SIH_NOOP","features":[602]},{"name":"WU_S_SOME_UPDATES_SKIPPED_ON_BATTERY","features":[602]},{"name":"WU_S_UH_DOWNLOAD_SIZE_CALCULATED","features":[602]},{"name":"WU_S_UH_INSTALLSTILLPENDING","features":[602]},{"name":"WU_S_UPDATE_ERROR","features":[602]},{"name":"WebProxy","features":[602]},{"name":"WindowsUpdateAgentInfo","features":[602]},{"name":"adAlwaysAutoDownload","features":[602]},{"name":"adLetWindowsUpdateDecide","features":[602]},{"name":"adNeverAutoDownload","features":[602]},{"name":"asAlwaysAutoSelect","features":[602]},{"name":"asAutoSelectIfDownloaded","features":[602]},{"name":"asLetWindowsUpdateDecide","features":[602]},{"name":"asNeverAutoSelect","features":[602]},{"name":"asfAllowOnlineRegistration","features":[602]},{"name":"asfAllowPendingRegistration","features":[602]},{"name":"asfRegisterServiceWithAU","features":[602]},{"name":"aunlDisabled","features":[602]},{"name":"aunlNotConfigured","features":[602]},{"name":"aunlNotifyBeforeDownload","features":[602]},{"name":"aunlNotifyBeforeInstallation","features":[602]},{"name":"aunlScheduledInstallation","features":[602]},{"name":"auptDisableAutomaticUpdates","features":[602]},{"name":"auptSetFeaturedUpdatesEnabled","features":[602]},{"name":"auptSetIncludeRecommendedUpdates","features":[602]},{"name":"auptSetNonAdministratorsElevated","features":[602]},{"name":"auptSetNotificationLevel","features":[602]},{"name":"ausidEveryDay","features":[602]},{"name":"ausidEveryFriday","features":[602]},{"name":"ausidEveryMonday","features":[602]},{"name":"ausidEverySaturday","features":[602]},{"name":"ausidEverySunday","features":[602]},{"name":"ausidEveryThursday","features":[602]},{"name":"ausidEveryTuesday","features":[602]},{"name":"ausidEveryWednesday","features":[602]},{"name":"auutCurrentUser","features":[602]},{"name":"auutLocalAdministrator","features":[602]},{"name":"daDetection","features":[602]},{"name":"daInstallation","features":[602]},{"name":"daNone","features":[602]},{"name":"daOptionalInstallation","features":[602]},{"name":"daUninstallation","features":[602]},{"name":"dpExtraHigh","features":[602]},{"name":"dpHigh","features":[602]},{"name":"dpLow","features":[602]},{"name":"dpNormal","features":[602]},{"name":"dphDownloading","features":[602]},{"name":"dphInitializing","features":[602]},{"name":"dphVerifying","features":[602]},{"name":"iiMinor","features":[602]},{"name":"iiNormal","features":[602]},{"name":"iiRequiresExclusiveHandling","features":[602]},{"name":"irbAlwaysRequiresReboot","features":[602]},{"name":"irbCanRequestReboot","features":[602]},{"name":"irbNeverReboots","features":[602]},{"name":"orcAborted","features":[602]},{"name":"orcFailed","features":[602]},{"name":"orcInProgress","features":[602]},{"name":"orcNotStarted","features":[602]},{"name":"orcSucceeded","features":[602]},{"name":"orcSucceededWithErrors","features":[602]},{"name":"searchScopeAllUsers","features":[602]},{"name":"searchScopeCurrentUserOnly","features":[602]},{"name":"searchScopeDefault","features":[602]},{"name":"searchScopeMachineAndAllUsers","features":[602]},{"name":"searchScopeMachineAndCurrentUser","features":[602]},{"name":"searchScopeMachineOnly","features":[602]},{"name":"ssDefault","features":[602]},{"name":"ssManagedServer","features":[602]},{"name":"ssOthers","features":[602]},{"name":"ssWindowsUpdate","features":[602]},{"name":"uecGeneral","features":[602]},{"name":"uecSearchIncomplete","features":[602]},{"name":"uecWindowsDriver","features":[602]},{"name":"uecWindowsInstaller","features":[602]},{"name":"uloForWebsiteAccess","features":[602]},{"name":"uoInstallation","features":[602]},{"name":"uoUninstallation","features":[602]},{"name":"usoNonVolatileService","features":[602]},{"name":"usrsNotRegistered","features":[602]},{"name":"usrsRegistered","features":[602]},{"name":"usrsRegistrationPending","features":[602]},{"name":"utDriver","features":[602]},{"name":"utSoftware","features":[602]}],"630":[{"name":"IWaaSAssessor","features":[603]},{"name":"OSUpdateAssessment","features":[305,603]},{"name":"UpdateAssessment","features":[603]},{"name":"UpdateAssessmentStatus","features":[603]},{"name":"UpdateAssessmentStatus_Latest","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestDeferredFeature","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestDeferredQuality","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestEndOfSupport","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestHardRestriction","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestManaged","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestPausedFeature","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestPausedQuality","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestServicingTrain","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestSoftRestriction","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestTargetedVersion","features":[603]},{"name":"UpdateAssessmentStatus_NotLatestUnknown","features":[603]},{"name":"UpdateImpactLevel","features":[603]},{"name":"UpdateImpactLevel_High","features":[603]},{"name":"UpdateImpactLevel_Low","features":[603]},{"name":"UpdateImpactLevel_Medium","features":[603]},{"name":"UpdateImpactLevel_None","features":[603]},{"name":"WaaSAssessor","features":[603]}],"631":[{"name":"UAL_DATA_BLOB","features":[319,604]},{"name":"UalInstrument","features":[319,604]},{"name":"UalRegisterProduct","features":[604]},{"name":"UalStart","features":[319,604]},{"name":"UalStop","features":[319,604]}],"632":[{"name":"ClearVariantArray","features":[305,358,359,360]},{"name":"DPF_ERROR","features":[360]},{"name":"DPF_MARQUEE","features":[360]},{"name":"DPF_MARQUEE_COMPLETE","features":[360]},{"name":"DPF_NONE","features":[360]},{"name":"DPF_STOPPED","features":[360]},{"name":"DPF_WARNING","features":[360]},{"name":"DRAWPROGRESSFLAGS","features":[360]},{"name":"DosDateTimeToVariantTime","features":[360]},{"name":"InitVariantFromBooleanArray","features":[305,358,359,360]},{"name":"InitVariantFromBuffer","features":[305,358,359,360]},{"name":"InitVariantFromDoubleArray","features":[305,358,359,360]},{"name":"InitVariantFromFileTime","features":[305,358,359,360]},{"name":"InitVariantFromFileTimeArray","features":[305,358,359,360]},{"name":"InitVariantFromGUIDAsString","features":[305,358,359,360]},{"name":"InitVariantFromInt16Array","features":[305,358,359,360]},{"name":"InitVariantFromInt32Array","features":[305,358,359,360]},{"name":"InitVariantFromInt64Array","features":[305,358,359,360]},{"name":"InitVariantFromResource","features":[305,358,359,360]},{"name":"InitVariantFromStringArray","features":[305,358,359,360]},{"name":"InitVariantFromUInt16Array","features":[305,358,359,360]},{"name":"InitVariantFromUInt32Array","features":[305,358,359,360]},{"name":"InitVariantFromUInt64Array","features":[305,358,359,360]},{"name":"InitVariantFromVariantArrayElem","features":[305,358,359,360]},{"name":"PSTF_LOCAL","features":[360]},{"name":"PSTF_UTC","features":[360]},{"name":"PSTIME_FLAGS","features":[360]},{"name":"SystemTimeToVariantTime","features":[305,360]},{"name":"VARENUM","features":[360]},{"name":"VARIANT","features":[305,358,359,360]},{"name":"VARIANT_ALPHABOOL","features":[360]},{"name":"VARIANT_CALENDAR_GREGORIAN","features":[360]},{"name":"VARIANT_CALENDAR_HIJRI","features":[360]},{"name":"VARIANT_CALENDAR_THAI","features":[360]},{"name":"VARIANT_LOCALBOOL","features":[360]},{"name":"VARIANT_NOUSEROVERRIDE","features":[360]},{"name":"VARIANT_NOVALUEPROP","features":[360]},{"name":"VARIANT_USE_NLS","features":[360]},{"name":"VARIANT_UserFree","features":[305,358,359,360]},{"name":"VARIANT_UserFree64","features":[305,358,359,360]},{"name":"VARIANT_UserMarshal","features":[305,358,359,360]},{"name":"VARIANT_UserMarshal64","features":[305,358,359,360]},{"name":"VARIANT_UserSize","features":[305,358,359,360]},{"name":"VARIANT_UserSize64","features":[305,358,359,360]},{"name":"VARIANT_UserUnmarshal","features":[305,358,359,360]},{"name":"VARIANT_UserUnmarshal64","features":[305,358,359,360]},{"name":"VAR_CHANGE_FLAGS","features":[360]},{"name":"VT_ARRAY","features":[360]},{"name":"VT_BLOB","features":[360]},{"name":"VT_BLOB_OBJECT","features":[360]},{"name":"VT_BOOL","features":[360]},{"name":"VT_BSTR","features":[360]},{"name":"VT_BSTR_BLOB","features":[360]},{"name":"VT_BYREF","features":[360]},{"name":"VT_CARRAY","features":[360]},{"name":"VT_CF","features":[360]},{"name":"VT_CLSID","features":[360]},{"name":"VT_CY","features":[360]},{"name":"VT_DATE","features":[360]},{"name":"VT_DECIMAL","features":[360]},{"name":"VT_DISPATCH","features":[360]},{"name":"VT_EMPTY","features":[360]},{"name":"VT_ERROR","features":[360]},{"name":"VT_FILETIME","features":[360]},{"name":"VT_HRESULT","features":[360]},{"name":"VT_I1","features":[360]},{"name":"VT_I2","features":[360]},{"name":"VT_I4","features":[360]},{"name":"VT_I8","features":[360]},{"name":"VT_ILLEGAL","features":[360]},{"name":"VT_ILLEGALMASKED","features":[360]},{"name":"VT_INT","features":[360]},{"name":"VT_INT_PTR","features":[360]},{"name":"VT_LPSTR","features":[360]},{"name":"VT_LPWSTR","features":[360]},{"name":"VT_NULL","features":[360]},{"name":"VT_PTR","features":[360]},{"name":"VT_R4","features":[360]},{"name":"VT_R8","features":[360]},{"name":"VT_RECORD","features":[360]},{"name":"VT_RESERVED","features":[360]},{"name":"VT_SAFEARRAY","features":[360]},{"name":"VT_STORAGE","features":[360]},{"name":"VT_STORED_OBJECT","features":[360]},{"name":"VT_STREAM","features":[360]},{"name":"VT_STREAMED_OBJECT","features":[360]},{"name":"VT_TYPEMASK","features":[360]},{"name":"VT_UI1","features":[360]},{"name":"VT_UI2","features":[360]},{"name":"VT_UI4","features":[360]},{"name":"VT_UI8","features":[360]},{"name":"VT_UINT","features":[360]},{"name":"VT_UINT_PTR","features":[360]},{"name":"VT_UNKNOWN","features":[360]},{"name":"VT_USERDEFINED","features":[360]},{"name":"VT_VARIANT","features":[360]},{"name":"VT_VECTOR","features":[360]},{"name":"VT_VERSIONED_STREAM","features":[360]},{"name":"VT_VOID","features":[360]},{"name":"VariantChangeType","features":[305,358,359,360]},{"name":"VariantChangeTypeEx","features":[305,358,359,360]},{"name":"VariantClear","features":[305,358,359,360]},{"name":"VariantCompare","features":[305,358,359,360]},{"name":"VariantCopy","features":[305,358,359,360]},{"name":"VariantCopyInd","features":[305,358,359,360]},{"name":"VariantGetBooleanElem","features":[305,358,359,360]},{"name":"VariantGetDoubleElem","features":[305,358,359,360]},{"name":"VariantGetElementCount","features":[305,358,359,360]},{"name":"VariantGetInt16Elem","features":[305,358,359,360]},{"name":"VariantGetInt32Elem","features":[305,358,359,360]},{"name":"VariantGetInt64Elem","features":[305,358,359,360]},{"name":"VariantGetStringElem","features":[305,358,359,360]},{"name":"VariantGetUInt16Elem","features":[305,358,359,360]},{"name":"VariantGetUInt32Elem","features":[305,358,359,360]},{"name":"VariantGetUInt64Elem","features":[305,358,359,360]},{"name":"VariantInit","features":[305,358,359,360]},{"name":"VariantTimeToDosDateTime","features":[360]},{"name":"VariantTimeToSystemTime","features":[305,360]},{"name":"VariantToBoolean","features":[305,358,359,360]},{"name":"VariantToBooleanArray","features":[305,358,359,360]},{"name":"VariantToBooleanArrayAlloc","features":[305,358,359,360]},{"name":"VariantToBooleanWithDefault","features":[305,358,359,360]},{"name":"VariantToBuffer","features":[305,358,359,360]},{"name":"VariantToDosDateTime","features":[305,358,359,360]},{"name":"VariantToDouble","features":[305,358,359,360]},{"name":"VariantToDoubleArray","features":[305,358,359,360]},{"name":"VariantToDoubleArrayAlloc","features":[305,358,359,360]},{"name":"VariantToDoubleWithDefault","features":[305,358,359,360]},{"name":"VariantToFileTime","features":[305,358,359,360]},{"name":"VariantToGUID","features":[305,358,359,360]},{"name":"VariantToInt16","features":[305,358,359,360]},{"name":"VariantToInt16Array","features":[305,358,359,360]},{"name":"VariantToInt16ArrayAlloc","features":[305,358,359,360]},{"name":"VariantToInt16WithDefault","features":[305,358,359,360]},{"name":"VariantToInt32","features":[305,358,359,360]},{"name":"VariantToInt32Array","features":[305,358,359,360]},{"name":"VariantToInt32ArrayAlloc","features":[305,358,359,360]},{"name":"VariantToInt32WithDefault","features":[305,358,359,360]},{"name":"VariantToInt64","features":[305,358,359,360]},{"name":"VariantToInt64Array","features":[305,358,359,360]},{"name":"VariantToInt64ArrayAlloc","features":[305,358,359,360]},{"name":"VariantToInt64WithDefault","features":[305,358,359,360]},{"name":"VariantToString","features":[305,358,359,360]},{"name":"VariantToStringAlloc","features":[305,358,359,360]},{"name":"VariantToStringArray","features":[305,358,359,360]},{"name":"VariantToStringArrayAlloc","features":[305,358,359,360]},{"name":"VariantToStringWithDefault","features":[305,358,359,360]},{"name":"VariantToUInt16","features":[305,358,359,360]},{"name":"VariantToUInt16Array","features":[305,358,359,360]},{"name":"VariantToUInt16ArrayAlloc","features":[305,358,359,360]},{"name":"VariantToUInt16WithDefault","features":[305,358,359,360]},{"name":"VariantToUInt32","features":[305,358,359,360]},{"name":"VariantToUInt32Array","features":[305,358,359,360]},{"name":"VariantToUInt32ArrayAlloc","features":[305,358,359,360]},{"name":"VariantToUInt32WithDefault","features":[305,358,359,360]},{"name":"VariantToUInt64","features":[305,358,359,360]},{"name":"VariantToUInt64Array","features":[305,358,359,360]},{"name":"VariantToUInt64ArrayAlloc","features":[305,358,359,360]},{"name":"VariantToUInt64WithDefault","features":[305,358,359,360]}],"633":[{"name":"DBG_ATTACH","features":[605]},{"name":"DBG_BREAK","features":[605]},{"name":"DBG_DIVOVERFLOW","features":[605]},{"name":"DBG_DLLSTART","features":[605]},{"name":"DBG_DLLSTOP","features":[605]},{"name":"DBG_GPFAULT","features":[605]},{"name":"DBG_GPFAULT2","features":[605]},{"name":"DBG_INIT","features":[605]},{"name":"DBG_INSTRFAULT","features":[605]},{"name":"DBG_MODFREE","features":[605]},{"name":"DBG_MODLOAD","features":[605]},{"name":"DBG_MODMOVE","features":[605]},{"name":"DBG_SEGFREE","features":[605]},{"name":"DBG_SEGLOAD","features":[605]},{"name":"DBG_SEGMOVE","features":[605]},{"name":"DBG_SINGLESTEP","features":[605]},{"name":"DBG_STACKFAULT","features":[605]},{"name":"DBG_TASKSTART","features":[605]},{"name":"DBG_TASKSTOP","features":[605]},{"name":"DBG_TEMPBP","features":[605]},{"name":"DBG_TOOLHELP","features":[605]},{"name":"DBG_WOWINIT","features":[605]},{"name":"DEBUGEVENTPROC","features":[305,335,342,605]},{"name":"GD_ACCELERATORS","features":[605]},{"name":"GD_BITMAP","features":[605]},{"name":"GD_CURSOR","features":[605]},{"name":"GD_CURSORCOMPONENT","features":[605]},{"name":"GD_DIALOG","features":[605]},{"name":"GD_ERRTABLE","features":[605]},{"name":"GD_FONT","features":[605]},{"name":"GD_FONTDIR","features":[605]},{"name":"GD_ICON","features":[605]},{"name":"GD_ICONCOMPONENT","features":[605]},{"name":"GD_MAX_RESOURCE","features":[605]},{"name":"GD_MENU","features":[605]},{"name":"GD_NAMETABLE","features":[605]},{"name":"GD_RCDATA","features":[605]},{"name":"GD_STRING","features":[605]},{"name":"GD_USERDEFINED","features":[605]},{"name":"GLOBALENTRY","features":[305,605]},{"name":"GLOBAL_ALL","features":[605]},{"name":"GLOBAL_FREE","features":[605]},{"name":"GLOBAL_LRU","features":[605]},{"name":"GT_BURGERMASTER","features":[605]},{"name":"GT_CODE","features":[605]},{"name":"GT_DATA","features":[605]},{"name":"GT_DGROUP","features":[605]},{"name":"GT_FREE","features":[605]},{"name":"GT_INTERNAL","features":[605]},{"name":"GT_MODULE","features":[605]},{"name":"GT_RESOURCE","features":[605]},{"name":"GT_SENTINEL","features":[605]},{"name":"GT_TASK","features":[605]},{"name":"GT_UNKNOWN","features":[605]},{"name":"IMAGE_NOTE","features":[605]},{"name":"MAX_MODULE_NAME","features":[605]},{"name":"MAX_PATH16","features":[605]},{"name":"MODULEENTRY","features":[305,605]},{"name":"PROCESSENUMPROC","features":[305,605]},{"name":"SEGMENT_NOTE","features":[605]},{"name":"SN_CODE","features":[605]},{"name":"SN_DATA","features":[605]},{"name":"SN_V86","features":[605]},{"name":"STATUS_VDM_EVENT","features":[605]},{"name":"TASKENUMPROC","features":[305,605]},{"name":"TASKENUMPROCEX","features":[305,605]},{"name":"TEMP_BP_NOTE","features":[305,605]},{"name":"V86FLAGS_ALIGNMENT","features":[605]},{"name":"V86FLAGS_AUXCARRY","features":[605]},{"name":"V86FLAGS_CARRY","features":[605]},{"name":"V86FLAGS_DIRECTION","features":[605]},{"name":"V86FLAGS_INTERRUPT","features":[605]},{"name":"V86FLAGS_IOPL","features":[605]},{"name":"V86FLAGS_IOPL_BITS","features":[605]},{"name":"V86FLAGS_OVERFLOW","features":[605]},{"name":"V86FLAGS_PARITY","features":[605]},{"name":"V86FLAGS_RESUME","features":[605]},{"name":"V86FLAGS_SIGN","features":[605]},{"name":"V86FLAGS_TRACE","features":[605]},{"name":"V86FLAGS_V86","features":[605]},{"name":"V86FLAGS_ZERO","features":[605]},{"name":"VDMADDR_PM16","features":[605]},{"name":"VDMADDR_PM32","features":[605]},{"name":"VDMADDR_V86","features":[605]},{"name":"VDMBREAKTHREADPROC","features":[305,605]},{"name":"VDMCONTEXT","features":[312,605]},{"name":"VDMCONTEXT_WITHOUT_XSAVE","features":[312,605]},{"name":"VDMCONTEXT_i386","features":[605]},{"name":"VDMCONTEXT_i486","features":[605]},{"name":"VDMDBG_BREAK_DEBUGGER","features":[605]},{"name":"VDMDBG_BREAK_DIVIDEBYZERO","features":[605]},{"name":"VDMDBG_BREAK_DOSTASK","features":[605]},{"name":"VDMDBG_BREAK_EXCEPTIONS","features":[605]},{"name":"VDMDBG_BREAK_LOADDLL","features":[605]},{"name":"VDMDBG_BREAK_WOWTASK","features":[605]},{"name":"VDMDBG_INITIAL_FLAGS","features":[605]},{"name":"VDMDBG_MAX_SYMBOL_BUFFER","features":[605]},{"name":"VDMDBG_TRACE_HISTORY","features":[605]},{"name":"VDMDETECTWOWPROC","features":[305,605]},{"name":"VDMENUMPROCESSWOWPROC","features":[305,605]},{"name":"VDMENUMTASKWOWEXPROC","features":[305,605]},{"name":"VDMENUMTASKWOWPROC","features":[305,605]},{"name":"VDMEVENT_ALLFLAGS","features":[605]},{"name":"VDMEVENT_NEEDS_INTERACTIVE","features":[605]},{"name":"VDMEVENT_PE","features":[605]},{"name":"VDMEVENT_PM16","features":[605]},{"name":"VDMEVENT_V86","features":[605]},{"name":"VDMEVENT_VERBOSE","features":[605]},{"name":"VDMGETADDREXPRESSIONPROC","features":[305,605]},{"name":"VDMGETCONTEXTPROC","features":[305,312,605]},{"name":"VDMGETCONTEXTPROC","features":[305,335,312,605]},{"name":"VDMGETDBGFLAGSPROC","features":[305,605]},{"name":"VDMGETMODULESELECTORPROC","features":[305,605]},{"name":"VDMGETPOINTERPROC","features":[305,605]},{"name":"VDMGETSEGMENTINFOPROC","features":[305,605]},{"name":"VDMGETSELECTORMODULEPROC","features":[305,605]},{"name":"VDMGETSYMBOLPROC","features":[305,605]},{"name":"VDMGETTHREADSELECTORENTRYPROC","features":[305,605]},{"name":"VDMGETTHREADSELECTORENTRYPROC","features":[305,335,605]},{"name":"VDMGLOBALFIRSTPROC","features":[305,335,342,605]},{"name":"VDMGLOBALNEXTPROC","features":[305,335,342,605]},{"name":"VDMISMODULELOADEDPROC","features":[305,605]},{"name":"VDMKILLWOWPROC","features":[305,605]},{"name":"VDMLDT_ENTRY","features":[605]},{"name":"VDMMODULEFIRSTPROC","features":[305,335,342,605]},{"name":"VDMMODULENEXTPROC","features":[305,335,342,605]},{"name":"VDMPROCESSEXCEPTIONPROC","features":[305,335,342,605]},{"name":"VDMSETCONTEXTPROC","features":[305,312,605]},{"name":"VDMSETCONTEXTPROC","features":[305,335,312,605]},{"name":"VDMSETDBGFLAGSPROC","features":[305,605]},{"name":"VDMSTARTTASKINWOWPROC","features":[305,605]},{"name":"VDMTERMINATETASKINWOWPROC","features":[305,605]},{"name":"VDM_KGDT_R3_CODE","features":[605]},{"name":"VDM_MAXIMUM_SUPPORTED_EXTENSION","features":[605]},{"name":"VDM_SEGINFO","features":[605]},{"name":"WOW_SYSTEM","features":[605]}],"634":[{"name":"ACTIVATIONTYPE","features":[606]},{"name":"ACTIVATIONTYPE_FROM_DATA","features":[606]},{"name":"ACTIVATIONTYPE_FROM_FILE","features":[606]},{"name":"ACTIVATIONTYPE_FROM_MONIKER","features":[606]},{"name":"ACTIVATIONTYPE_FROM_STORAGE","features":[606]},{"name":"ACTIVATIONTYPE_FROM_STREAM","features":[606]},{"name":"ACTIVATIONTYPE_UNCATEGORIZED","features":[606]},{"name":"AGILEREFERENCE_DEFAULT","features":[606]},{"name":"AGILEREFERENCE_DELAYEDMARSHAL","features":[606]},{"name":"APARTMENT_SHUTDOWN_REGISTRATION_COOKIE","features":[606]},{"name":"AgileReferenceOptions","features":[606]},{"name":"BSOS_DEFAULT","features":[606]},{"name":"BSOS_OPTIONS","features":[606]},{"name":"BSOS_PREFERDESTINATIONSTREAM","features":[606]},{"name":"BaseTrust","features":[606]},{"name":"CASTING_CONNECTION_ERROR_STATUS","features":[606]},{"name":"CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND","features":[606]},{"name":"CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR","features":[606]},{"name":"CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED","features":[606]},{"name":"CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE","features":[606]},{"name":"CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED","features":[606]},{"name":"CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED","features":[606]},{"name":"CASTING_CONNECTION_ERROR_STATUS_UNKNOWN","features":[606]},{"name":"CASTING_CONNECTION_STATE","features":[606]},{"name":"CASTING_CONNECTION_STATE_CONNECTED","features":[606]},{"name":"CASTING_CONNECTION_STATE_CONNECTING","features":[606]},{"name":"CASTING_CONNECTION_STATE_DISCONNECTED","features":[606]},{"name":"CASTING_CONNECTION_STATE_DISCONNECTING","features":[606]},{"name":"CASTING_CONNECTION_STATE_RENDERING","features":[606]},{"name":"CastingSourceInfo_Property_CastingTypes","features":[606]},{"name":"CastingSourceInfo_Property_PreferredSourceUriScheme","features":[606]},{"name":"CastingSourceInfo_Property_ProtectedMedia","features":[606]},{"name":"CoDecodeProxy","features":[606]},{"name":"CreateControlInput","features":[606]},{"name":"CreateControlInputEx","features":[606]},{"name":"CreateDispatcherQueueController","features":[247,606]},{"name":"CreateRandomAccessStreamOnFile","features":[606]},{"name":"CreateRandomAccessStreamOverStream","features":[358,606]},{"name":"CreateStreamOverRandomAccessStream","features":[606]},{"name":"DISPATCHERQUEUE_THREAD_APARTMENTTYPE","features":[606]},{"name":"DISPATCHERQUEUE_THREAD_TYPE","features":[606]},{"name":"DQTAT_COM_ASTA","features":[606]},{"name":"DQTAT_COM_NONE","features":[606]},{"name":"DQTAT_COM_STA","features":[606]},{"name":"DQTYPE_THREAD_CURRENT","features":[606]},{"name":"DQTYPE_THREAD_DEDICATED","features":[606]},{"name":"DispatcherQueueOptions","features":[606]},{"name":"EventRegistrationToken","features":[606]},{"name":"FullTrust","features":[606]},{"name":"GetRestrictedErrorInfo","features":[606]},{"name":"HSTRING","features":[606]},{"name":"HSTRING_BUFFER","features":[606]},{"name":"HSTRING_HEADER","features":[606]},{"name":"HSTRING_UserFree","features":[606]},{"name":"HSTRING_UserFree64","features":[606]},{"name":"HSTRING_UserMarshal","features":[606]},{"name":"HSTRING_UserMarshal64","features":[606]},{"name":"HSTRING_UserSize","features":[606]},{"name":"HSTRING_UserSize64","features":[606]},{"name":"HSTRING_UserUnmarshal","features":[606]},{"name":"HSTRING_UserUnmarshal64","features":[606]},{"name":"IAccountsSettingsPaneInterop","features":[606]},{"name":"IActivationFactory","features":[606]},{"name":"IAgileReference","features":[606]},{"name":"IApartmentShutdown","features":[606]},{"name":"IAppServiceConnectionExtendedExecution","features":[606]},{"name":"IBufferByteAccess","features":[606]},{"name":"ICastingController","features":[606]},{"name":"ICastingEventHandler","features":[606]},{"name":"ICastingSourceInfo","features":[606]},{"name":"ICoreInputInterop","features":[606]},{"name":"ICoreInputInterop2","features":[606]},{"name":"ICoreWindowAdapterInterop","features":[606]},{"name":"ICoreWindowComponentInterop","features":[606]},{"name":"ICoreWindowInterop","features":[606]},{"name":"ICorrelationVectorInformation","features":[606]},{"name":"ICorrelationVectorSource","features":[606]},{"name":"IDragDropManagerInterop","features":[606]},{"name":"IHolographicSpaceInterop","features":[606]},{"name":"IInputPaneInterop","features":[606]},{"name":"IInspectable","features":[606]},{"name":"ILanguageExceptionErrorInfo","features":[606]},{"name":"ILanguageExceptionErrorInfo2","features":[606]},{"name":"ILanguageExceptionStackBackTrace","features":[606]},{"name":"ILanguageExceptionTransform","features":[606]},{"name":"IMemoryBufferByteAccess","features":[606]},{"name":"IMessageDispatcher","features":[606]},{"name":"IPlayToManagerInterop","features":[606]},{"name":"IRestrictedErrorInfo","features":[606]},{"name":"IShareWindowCommandEventArgsInterop","features":[606]},{"name":"IShareWindowCommandSourceInterop","features":[606]},{"name":"ISpatialInteractionManagerInterop","features":[606]},{"name":"ISystemMediaTransportControlsInterop","features":[606]},{"name":"IUIViewSettingsInterop","features":[606]},{"name":"IUserActivityInterop","features":[606]},{"name":"IUserActivityRequestManagerInterop","features":[606]},{"name":"IUserActivitySourceHostInterop","features":[606]},{"name":"IUserConsentVerifierInterop","features":[606]},{"name":"IWeakReference","features":[606]},{"name":"IWeakReferenceSource","features":[606]},{"name":"IWebAuthenticationCoreManagerInterop","features":[606]},{"name":"IsErrorPropagationEnabled","features":[305,606]},{"name":"MAX_ERROR_MESSAGE_CHARS","features":[606]},{"name":"PFNGETACTIVATIONFACTORY","features":[606]},{"name":"PINSPECT_HSTRING_CALLBACK","features":[606]},{"name":"PINSPECT_HSTRING_CALLBACK2","features":[606]},{"name":"PINSPECT_MEMORY_CALLBACK","features":[606]},{"name":"PartialTrust","features":[606]},{"name":"RO_ERROR_REPORTING_FLAGS","features":[606]},{"name":"RO_ERROR_REPORTING_FORCEEXCEPTIONS","features":[606]},{"name":"RO_ERROR_REPORTING_NONE","features":[606]},{"name":"RO_ERROR_REPORTING_SUPPRESSEXCEPTIONS","features":[606]},{"name":"RO_ERROR_REPORTING_SUPPRESSSETERRORINFO","features":[606]},{"name":"RO_ERROR_REPORTING_USESETERRORINFO","features":[606]},{"name":"RO_INIT_MULTITHREADED","features":[606]},{"name":"RO_INIT_SINGLETHREADED","features":[606]},{"name":"RO_INIT_TYPE","features":[606]},{"name":"RO_REGISTRATION_COOKIE","features":[606]},{"name":"RoActivateInstance","features":[606]},{"name":"RoCaptureErrorContext","features":[606]},{"name":"RoClearError","features":[606]},{"name":"RoFailFastWithErrorContext","features":[606]},{"name":"RoGetActivationFactory","features":[606]},{"name":"RoGetAgileReference","features":[606]},{"name":"RoGetApartmentIdentifier","features":[606]},{"name":"RoGetBufferMarshaler","features":[539,606]},{"name":"RoGetErrorReportingFlags","features":[606]},{"name":"RoGetMatchingRestrictedErrorInfo","features":[606]},{"name":"RoGetServerActivatableClasses","features":[606]},{"name":"RoInitialize","features":[606]},{"name":"RoInspectCapturedStackBackTrace","features":[606]},{"name":"RoInspectThreadErrorInfo","features":[606]},{"name":"RoOriginateError","features":[305,606]},{"name":"RoOriginateErrorW","features":[305,606]},{"name":"RoOriginateLanguageException","features":[305,606]},{"name":"RoRegisterActivationFactories","features":[606]},{"name":"RoRegisterForApartmentShutdown","features":[606]},{"name":"RoReportFailedDelegate","features":[606]},{"name":"RoReportUnhandledError","features":[606]},{"name":"RoResolveRestrictedErrorInfoReference","features":[606]},{"name":"RoRevokeActivationFactories","features":[606]},{"name":"RoSetErrorReportingFlags","features":[606]},{"name":"RoTransformError","features":[305,606]},{"name":"RoTransformErrorW","features":[305,606]},{"name":"RoUninitialize","features":[606]},{"name":"RoUnregisterForApartmentShutdown","features":[606]},{"name":"ServerInformation","features":[606]},{"name":"SetRestrictedErrorInfo","features":[606]},{"name":"TrustLevel","features":[606]},{"name":"WindowsCompareStringOrdinal","features":[606]},{"name":"WindowsConcatString","features":[606]},{"name":"WindowsCreateString","features":[606]},{"name":"WindowsCreateStringReference","features":[606]},{"name":"WindowsDeleteString","features":[606]},{"name":"WindowsDeleteStringBuffer","features":[606]},{"name":"WindowsDuplicateString","features":[606]},{"name":"WindowsGetStringLen","features":[606]},{"name":"WindowsGetStringRawBuffer","features":[606]},{"name":"WindowsInspectString","features":[606]},{"name":"WindowsInspectString2","features":[606]},{"name":"WindowsIsStringEmpty","features":[305,606]},{"name":"WindowsPreallocateStringBuffer","features":[606]},{"name":"WindowsPromoteStringBuffer","features":[606]},{"name":"WindowsReplaceString","features":[606]},{"name":"WindowsStringHasEmbeddedNull","features":[305,606]},{"name":"WindowsSubstring","features":[606]},{"name":"WindowsSubstringWithSpecifiedLength","features":[606]},{"name":"WindowsTrimStringEnd","features":[606]},{"name":"WindowsTrimStringStart","features":[606]}],"635":[{"name":"IWindowsDevicesAllJoynBusAttachmentFactoryInterop","features":[607]},{"name":"IWindowsDevicesAllJoynBusAttachmentInterop","features":[607]},{"name":"IWindowsDevicesAllJoynBusObjectFactoryInterop","features":[607]},{"name":"IWindowsDevicesAllJoynBusObjectInterop","features":[607]}],"636":[{"name":"ICompositionCapabilitiesInteropFactory","features":[608]},{"name":"ICompositionDrawingSurfaceInterop","features":[608]},{"name":"ICompositionDrawingSurfaceInterop2","features":[608]},{"name":"ICompositionGraphicsDeviceInterop","features":[608]},{"name":"ICompositionTextureInterop","features":[608]},{"name":"ICompositorDesktopInterop","features":[608]},{"name":"ICompositorInterop","features":[608]},{"name":"ICompositorInterop2","features":[608]},{"name":"IDesktopWindowTargetInterop","features":[608]},{"name":"IVisualInteractionSourceInterop","features":[608]}],"637":[{"name":"ICoreFrameworkInputViewInterop","features":[609]}],"638":[{"name":"CreateDirect3D11DeviceFromDXGIDevice","features":[406,610]},{"name":"CreateDirect3D11SurfaceFromDXGISurface","features":[406,610]},{"name":"IDirect3DDxgiInterfaceAccess","features":[610]}],"639":[{"name":"IDisplayDeviceInterop","features":[611]},{"name":"IDisplayPathInterop","features":[611]}],"640":[{"name":"IGraphicsCaptureItemInterop","features":[612]}],"641":[{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_COLORMATRIX_ALPHA_MODE","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_COLOR_TO_VECTOR3","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_COLOR_TO_VECTOR4","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_DIRECT","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_RADIANS_TO_DEGREES","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_RECT_TO_VECTOR4","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_UNKNOWN","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_VECTORW","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_VECTORX","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_VECTORY","features":[613]},{"name":"GRAPHICS_EFFECT_PROPERTY_MAPPING_VECTORZ","features":[613]},{"name":"IGeometrySource2DInterop","features":[613]},{"name":"IGraphicsEffectD2D1Interop","features":[613]}],"642":[{"name":"CLSID_SoftwareBitmapNativeFactory","features":[614]},{"name":"ISoftwareBitmapNative","features":[614]},{"name":"ISoftwareBitmapNativeFactory","features":[614]}],"643":[{"name":"IHolographicCameraInterop","features":[615]},{"name":"IHolographicCameraRenderingParametersInterop","features":[615]},{"name":"IHolographicQuadLayerInterop","features":[615]},{"name":"IHolographicQuadLayerUpdateParametersInterop","features":[615]}],"644":[{"name":"IIsolatedEnvironmentInterop","features":[616]}],"645":[{"name":"ILearningModelDeviceFactoryNative","features":[617]},{"name":"ILearningModelOperatorProviderNative","features":[617]},{"name":"ILearningModelSessionOptionsNative","features":[617]},{"name":"ILearningModelSessionOptionsNative1","features":[617]},{"name":"ITensorNative","features":[617]},{"name":"ITensorStaticsNative","features":[617]}],"646":[{"name":"CLSID_AudioFrameNativeFactory","features":[618]},{"name":"CLSID_VideoFrameNativeFactory","features":[618]},{"name":"IAudioFrameNative","features":[618]},{"name":"IAudioFrameNativeFactory","features":[618]},{"name":"IVideoFrameNative","features":[618]},{"name":"IVideoFrameNativeFactory","features":[618]}],"647":[{"name":"ASSEMBLYMETADATA","features":[550]},{"name":"ASSEMBLY_METADATA_TYPE","features":[550]},{"name":"ASSEMBLY_METADATA_TYPE_W","features":[550]},{"name":"CLSID_CLR_v1_MetaData","features":[550]},{"name":"CLSID_CLR_v2_MetaData","features":[550]},{"name":"CLSID_Cor","features":[550]},{"name":"CLSID_CorMetaDataDispenser","features":[550]},{"name":"CLSID_CorMetaDataDispenserReg","features":[550]},{"name":"CLSID_CorMetaDataDispenserRuntime","features":[550]},{"name":"CLSID_CorMetaDataReg","features":[550]},{"name":"CMOD_CALLCONV_NAMESPACE","features":[550]},{"name":"CMOD_CALLCONV_NAMESPACE_OLD","features":[550]},{"name":"CMOD_CALLCONV_NAME_CDECL","features":[550]},{"name":"CMOD_CALLCONV_NAME_FASTCALL","features":[550]},{"name":"CMOD_CALLCONV_NAME_STDCALL","features":[550]},{"name":"CMOD_CALLCONV_NAME_THISCALL","features":[550]},{"name":"COINITCOR_DEFAULT","features":[550]},{"name":"COINITEE_DEFAULT","features":[550]},{"name":"COINITEE_DLL","features":[550]},{"name":"COINITEE_MAIN","features":[550]},{"name":"COINITICOR","features":[550]},{"name":"COINITIEE","features":[550]},{"name":"COMPILATIONRELAXATIONS_TYPE","features":[550]},{"name":"COMPILATIONRELAXATIONS_TYPE_W","features":[550]},{"name":"COR_BASE_SECURITY_ATTRIBUTE_CLASS","features":[550]},{"name":"COR_BASE_SECURITY_ATTRIBUTE_CLASS_ANSI","features":[550]},{"name":"COR_CCTOR_METHOD_NAME","features":[550]},{"name":"COR_CCTOR_METHOD_NAME_W","features":[550]},{"name":"COR_COMPILERSERVICE_DISCARDABLEATTRIBUTE","features":[550]},{"name":"COR_COMPILERSERVICE_DISCARDABLEATTRIBUTE_ASNI","features":[550]},{"name":"COR_CTOR_METHOD_NAME","features":[550]},{"name":"COR_CTOR_METHOD_NAME_W","features":[550]},{"name":"COR_DELETED_NAME_A","features":[550]},{"name":"COR_DELETED_NAME_W","features":[550]},{"name":"COR_ENUM_FIELD_NAME","features":[550]},{"name":"COR_ENUM_FIELD_NAME_W","features":[550]},{"name":"COR_E_AMBIGUOUSMATCH","features":[550]},{"name":"COR_E_ARGUMENT","features":[550]},{"name":"COR_E_BADIMAGEFORMAT","features":[550]},{"name":"COR_E_DIVIDEBYZERO","features":[550]},{"name":"COR_E_INVALIDCAST","features":[550]},{"name":"COR_E_NULLREFERENCE","features":[550]},{"name":"COR_E_OUTOFMEMORY","features":[550]},{"name":"COR_E_TARGETPARAMCOUNT","features":[550]},{"name":"COR_E_UNAUTHORIZEDACCESS","features":[550]},{"name":"COR_FIELD_OFFSET","features":[550]},{"name":"COR_ILEXCEPTION_CLAUSE_DEPRECATED","features":[550]},{"name":"COR_ILEXCEPTION_CLAUSE_DUPLICATED","features":[550]},{"name":"COR_ILEXCEPTION_CLAUSE_FAULT","features":[550]},{"name":"COR_ILEXCEPTION_CLAUSE_FILTER","features":[550]},{"name":"COR_ILEXCEPTION_CLAUSE_FINALLY","features":[550]},{"name":"COR_ILEXCEPTION_CLAUSE_NONE","features":[550]},{"name":"COR_ILEXCEPTION_CLAUSE_OFFSETLEN","features":[550]},{"name":"COR_NATIVE_LINK","features":[550]},{"name":"COR_NATIVE_LINK_CUSTOM_VALUE","features":[550]},{"name":"COR_NATIVE_LINK_CUSTOM_VALUE_ANSI","features":[550]},{"name":"COR_NATIVE_LINK_CUSTOM_VALUE_CC","features":[550]},{"name":"COR_REQUIRES_SECOBJ_ATTRIBUTE","features":[550]},{"name":"COR_REQUIRES_SECOBJ_ATTRIBUTE_ANSI","features":[550]},{"name":"COR_SECATTR","features":[550]},{"name":"COR_SUPPRESS_UNMANAGED_CODE_CHECK_ATTRIBUTE","features":[550]},{"name":"COR_SUPPRESS_UNMANAGED_CODE_CHECK_ATTRIBUTE_ANSI","features":[550]},{"name":"COR_UNVER_CODE_ATTRIBUTE","features":[550]},{"name":"COR_UNVER_CODE_ATTRIBUTE_ANSI","features":[550]},{"name":"COR_VTABLEGAP_NAME_A","features":[550]},{"name":"COR_VTABLEGAP_NAME_W","features":[550]},{"name":"COUNINITEE_DEFAULT","features":[550]},{"name":"COUNINITEE_DLL","features":[550]},{"name":"COUNINITIEE","features":[550]},{"name":"CVStruct","features":[550]},{"name":"CeeSectionAttr","features":[550]},{"name":"CeeSectionRelocExtra","features":[550]},{"name":"CeeSectionRelocType","features":[550]},{"name":"CompilationRelaxationsEnum","features":[550]},{"name":"CompilationRelaxations_NoStringInterning","features":[550]},{"name":"CorArgType","features":[550]},{"name":"CorAssemblyFlags","features":[550]},{"name":"CorAttributeTargets","features":[550]},{"name":"CorCallingConvention","features":[550]},{"name":"CorCheckDuplicatesFor","features":[550]},{"name":"CorDeclSecurity","features":[550]},{"name":"CorElementType","features":[550]},{"name":"CorErrorIfEmitOutOfOrder","features":[550]},{"name":"CorEventAttr","features":[550]},{"name":"CorExceptionFlag","features":[550]},{"name":"CorFieldAttr","features":[550]},{"name":"CorFileFlags","features":[550]},{"name":"CorFileMapping","features":[550]},{"name":"CorGenericParamAttr","features":[550]},{"name":"CorILMethodFlags","features":[550]},{"name":"CorILMethodSect","features":[550]},{"name":"CorILMethod_CompressedIL","features":[550]},{"name":"CorILMethod_FatFormat","features":[550]},{"name":"CorILMethod_FormatMask","features":[550]},{"name":"CorILMethod_FormatShift","features":[550]},{"name":"CorILMethod_InitLocals","features":[550]},{"name":"CorILMethod_MoreSects","features":[550]},{"name":"CorILMethod_Sect_EHTable","features":[550]},{"name":"CorILMethod_Sect_FatFormat","features":[550]},{"name":"CorILMethod_Sect_KindMask","features":[550]},{"name":"CorILMethod_Sect_MoreSects","features":[550]},{"name":"CorILMethod_Sect_OptILTable","features":[550]},{"name":"CorILMethod_Sect_Reserved","features":[550]},{"name":"CorILMethod_SmallFormat","features":[550]},{"name":"CorILMethod_TinyFormat","features":[550]},{"name":"CorILMethod_TinyFormat1","features":[550]},{"name":"CorImportOptions","features":[550]},{"name":"CorLinkerOptions","features":[550]},{"name":"CorLocalRefPreservation","features":[550]},{"name":"CorManifestResourceFlags","features":[550]},{"name":"CorMethodAttr","features":[550]},{"name":"CorMethodImpl","features":[550]},{"name":"CorMethodSemanticsAttr","features":[550]},{"name":"CorNativeLinkFlags","features":[550]},{"name":"CorNativeLinkType","features":[550]},{"name":"CorNativeType","features":[550]},{"name":"CorNotificationForTokenMovement","features":[550]},{"name":"CorOpenFlags","features":[550]},{"name":"CorPEKind","features":[550]},{"name":"CorParamAttr","features":[550]},{"name":"CorPinvokeMap","features":[550]},{"name":"CorPropertyAttr","features":[550]},{"name":"CorRefToDefCheck","features":[550]},{"name":"CorRegFlags","features":[550]},{"name":"CorSaveSize","features":[550]},{"name":"CorSerializationType","features":[550]},{"name":"CorSetENC","features":[550]},{"name":"CorThreadSafetyOptions","features":[550]},{"name":"CorTokenType","features":[550]},{"name":"CorTypeAttr","features":[550]},{"name":"CorUnmanagedCallingConvention","features":[550]},{"name":"CorValidatorModuleType","features":[550]},{"name":"DEFAULTDEPENDENCY_TYPE","features":[550]},{"name":"DEFAULTDEPENDENCY_TYPE_W","features":[550]},{"name":"DEFAULTDOMAIN_LOADEROPTIMIZATION_TYPE","features":[550]},{"name":"DEFAULTDOMAIN_LOADEROPTIMIZATION_TYPE_W","features":[550]},{"name":"DEFAULTDOMAIN_MTA_TYPE","features":[550]},{"name":"DEFAULTDOMAIN_MTA_TYPE_W","features":[550]},{"name":"DEFAULTDOMAIN_STA_TYPE","features":[550]},{"name":"DEFAULTDOMAIN_STA_TYPE_W","features":[550]},{"name":"DEPENDENCY_TYPE","features":[550]},{"name":"DEPENDENCY_TYPE_W","features":[550]},{"name":"DESCR_GROUP_METHODDEF","features":[550]},{"name":"DESCR_GROUP_METHODIMPL","features":[550]},{"name":"DISABLED_PRIVATE_REFLECTION_TYPE","features":[550]},{"name":"DISABLED_PRIVATE_REFLECTION_TYPE_W","features":[550]},{"name":"DropMemberRefCAs","features":[550]},{"name":"ELEMENT_TYPE_ARRAY","features":[550]},{"name":"ELEMENT_TYPE_BOOLEAN","features":[550]},{"name":"ELEMENT_TYPE_BYREF","features":[550]},{"name":"ELEMENT_TYPE_CHAR","features":[550]},{"name":"ELEMENT_TYPE_CLASS","features":[550]},{"name":"ELEMENT_TYPE_CMOD_OPT","features":[550]},{"name":"ELEMENT_TYPE_CMOD_REQD","features":[550]},{"name":"ELEMENT_TYPE_END","features":[550]},{"name":"ELEMENT_TYPE_FNPTR","features":[550]},{"name":"ELEMENT_TYPE_GENERICINST","features":[550]},{"name":"ELEMENT_TYPE_I","features":[550]},{"name":"ELEMENT_TYPE_I1","features":[550]},{"name":"ELEMENT_TYPE_I2","features":[550]},{"name":"ELEMENT_TYPE_I4","features":[550]},{"name":"ELEMENT_TYPE_I8","features":[550]},{"name":"ELEMENT_TYPE_INTERNAL","features":[550]},{"name":"ELEMENT_TYPE_MAX","features":[550]},{"name":"ELEMENT_TYPE_MODIFIER","features":[550]},{"name":"ELEMENT_TYPE_MVAR","features":[550]},{"name":"ELEMENT_TYPE_OBJECT","features":[550]},{"name":"ELEMENT_TYPE_PINNED","features":[550]},{"name":"ELEMENT_TYPE_PTR","features":[550]},{"name":"ELEMENT_TYPE_R4","features":[550]},{"name":"ELEMENT_TYPE_R8","features":[550]},{"name":"ELEMENT_TYPE_SENTINEL","features":[550]},{"name":"ELEMENT_TYPE_STRING","features":[550]},{"name":"ELEMENT_TYPE_SZARRAY","features":[550]},{"name":"ELEMENT_TYPE_TYPEDBYREF","features":[550]},{"name":"ELEMENT_TYPE_U","features":[550]},{"name":"ELEMENT_TYPE_U1","features":[550]},{"name":"ELEMENT_TYPE_U2","features":[550]},{"name":"ELEMENT_TYPE_U4","features":[550]},{"name":"ELEMENT_TYPE_U8","features":[550]},{"name":"ELEMENT_TYPE_VALUETYPE","features":[550]},{"name":"ELEMENT_TYPE_VAR","features":[550]},{"name":"ELEMENT_TYPE_VOID","features":[550]},{"name":"FORWARD_INTEROP_STUB_METHOD_TYPE","features":[550]},{"name":"FORWARD_INTEROP_STUB_METHOD_TYPE_W","features":[550]},{"name":"FRAMEWORK_REGISTRY_KEY","features":[550]},{"name":"FRAMEWORK_REGISTRY_KEY_W","features":[550]},{"name":"FRIEND_ACCESS_ALLOWED_ATTRIBUTE_TYPE","features":[550]},{"name":"FRIEND_ACCESS_ALLOWED_ATTRIBUTE_TYPE_W","features":[550]},{"name":"FRIEND_ASSEMBLY_TYPE","features":[550]},{"name":"FRIEND_ASSEMBLY_TYPE_W","features":[550]},{"name":"GUID_DispIdOverride","features":[550]},{"name":"GUID_ExportedFromComPlus","features":[550]},{"name":"GUID_ForceIEnumerable","features":[550]},{"name":"GUID_Function2Getter","features":[550]},{"name":"GUID_ManagedName","features":[550]},{"name":"GUID_PropGetCA","features":[550]},{"name":"GUID_PropPutCA","features":[550]},{"name":"ICeeGen","features":[550]},{"name":"IHostFilter","features":[550]},{"name":"IMAGE_CEE_CS_BYVALUE","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_C","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_DEFAULT","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_EXPLICITTHIS","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_FASTCALL","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_FIELD","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_GENERIC","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_GENERICINST","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_HASTHIS","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_LOCAL_SIG","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_MASK","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_MAX","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_NATIVEVARARG","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_PROPERTY","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_STDCALL","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_THISCALL","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_UNMGD","features":[550]},{"name":"IMAGE_CEE_CS_CALLCONV_VARARG","features":[550]},{"name":"IMAGE_CEE_CS_END","features":[550]},{"name":"IMAGE_CEE_CS_I4","features":[550]},{"name":"IMAGE_CEE_CS_I8","features":[550]},{"name":"IMAGE_CEE_CS_OBJECT","features":[550]},{"name":"IMAGE_CEE_CS_PTR","features":[550]},{"name":"IMAGE_CEE_CS_R4","features":[550]},{"name":"IMAGE_CEE_CS_R8","features":[550]},{"name":"IMAGE_CEE_CS_STRUCT32","features":[550]},{"name":"IMAGE_CEE_CS_STRUCT4","features":[550]},{"name":"IMAGE_CEE_CS_VOID","features":[550]},{"name":"IMAGE_CEE_UNMANAGED_CALLCONV_C","features":[550]},{"name":"IMAGE_CEE_UNMANAGED_CALLCONV_FASTCALL","features":[550]},{"name":"IMAGE_CEE_UNMANAGED_CALLCONV_STDCALL","features":[550]},{"name":"IMAGE_CEE_UNMANAGED_CALLCONV_THISCALL","features":[550]},{"name":"IMAGE_COR_ILMETHOD","features":[550]},{"name":"IMAGE_COR_ILMETHOD_FAT","features":[550]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH","features":[550]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH_CLAUSE_FAT","features":[550]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH_CLAUSE_SMALL","features":[550]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH_CLAUSE_SMALL","features":[550]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH_FAT","features":[550]},{"name":"IMAGE_COR_ILMETHOD_SECT_EH_SMALL","features":[550]},{"name":"IMAGE_COR_ILMETHOD_SECT_FAT","features":[550]},{"name":"IMAGE_COR_ILMETHOD_SECT_SMALL","features":[550]},{"name":"IMAGE_COR_ILMETHOD_TINY","features":[550]},{"name":"IMAGE_COR_VTABLEFIXUP","features":[550]},{"name":"IMAGE_DIRECTORY_ENTRY_COMHEADER","features":[550]},{"name":"IMapToken","features":[550]},{"name":"IMetaDataAssemblyEmit","features":[550]},{"name":"IMetaDataAssemblyImport","features":[550]},{"name":"IMetaDataDispenser","features":[550]},{"name":"IMetaDataDispenserEx","features":[550]},{"name":"IMetaDataEmit","features":[550]},{"name":"IMetaDataEmit2","features":[550]},{"name":"IMetaDataError","features":[550]},{"name":"IMetaDataFilter","features":[550]},{"name":"IMetaDataImport","features":[550]},{"name":"IMetaDataImport2","features":[550]},{"name":"IMetaDataInfo","features":[550]},{"name":"IMetaDataTables","features":[550]},{"name":"IMetaDataTables2","features":[550]},{"name":"IMetaDataValidate","features":[550]},{"name":"IMetaDataWinMDImport","features":[550]},{"name":"INTEROP_AUTOPROXY_TYPE","features":[550]},{"name":"INTEROP_AUTOPROXY_TYPE_W","features":[550]},{"name":"INTEROP_BESTFITMAPPING_TYPE","features":[550]},{"name":"INTEROP_BESTFITMAPPING_TYPE_W","features":[550]},{"name":"INTEROP_CLASSINTERFACE_TYPE","features":[550]},{"name":"INTEROP_CLASSINTERFACE_TYPE_W","features":[550]},{"name":"INTEROP_COCLASS_TYPE","features":[550]},{"name":"INTEROP_COCLASS_TYPE_W","features":[550]},{"name":"INTEROP_COMALIASNAME_TYPE","features":[550]},{"name":"INTEROP_COMALIASNAME_TYPE_W","features":[550]},{"name":"INTEROP_COMCOMPATIBLEVERSION_TYPE","features":[550]},{"name":"INTEROP_COMCOMPATIBLEVERSION_TYPE_W","features":[550]},{"name":"INTEROP_COMCONVERSIONLOSS_TYPE","features":[550]},{"name":"INTEROP_COMCONVERSIONLOSS_TYPE_W","features":[550]},{"name":"INTEROP_COMDEFAULTINTERFACE_TYPE","features":[550]},{"name":"INTEROP_COMDEFAULTINTERFACE_TYPE_W","features":[550]},{"name":"INTEROP_COMEMULATE_TYPE","features":[550]},{"name":"INTEROP_COMEMULATE_TYPE_W","features":[550]},{"name":"INTEROP_COMEVENTINTERFACE_TYPE","features":[550]},{"name":"INTEROP_COMEVENTINTERFACE_TYPE_W","features":[550]},{"name":"INTEROP_COMIMPORT_TYPE","features":[550]},{"name":"INTEROP_COMIMPORT_TYPE_W","features":[550]},{"name":"INTEROP_COMREGISTERFUNCTION_TYPE","features":[550]},{"name":"INTEROP_COMREGISTERFUNCTION_TYPE_W","features":[550]},{"name":"INTEROP_COMSOURCEINTERFACES_TYPE","features":[550]},{"name":"INTEROP_COMSOURCEINTERFACES_TYPE_W","features":[550]},{"name":"INTEROP_COMSUBSTITUTABLEINTERFACE_TYPE","features":[550]},{"name":"INTEROP_COMSUBSTITUTABLEINTERFACE_TYPE_W","features":[550]},{"name":"INTEROP_COMUNREGISTERFUNCTION_TYPE","features":[550]},{"name":"INTEROP_COMUNREGISTERFUNCTION_TYPE_W","features":[550]},{"name":"INTEROP_COMVISIBLE_TYPE","features":[550]},{"name":"INTEROP_COMVISIBLE_TYPE_W","features":[550]},{"name":"INTEROP_DATETIMEVALUE_TYPE","features":[550]},{"name":"INTEROP_DATETIMEVALUE_TYPE_W","features":[550]},{"name":"INTEROP_DECIMALVALUE_TYPE","features":[550]},{"name":"INTEROP_DECIMALVALUE_TYPE_W","features":[550]},{"name":"INTEROP_DEFAULTMEMBER_TYPE","features":[550]},{"name":"INTEROP_DEFAULTMEMBER_TYPE_W","features":[550]},{"name":"INTEROP_DISPID_TYPE","features":[550]},{"name":"INTEROP_DISPID_TYPE_W","features":[550]},{"name":"INTEROP_GUID_TYPE","features":[550]},{"name":"INTEROP_GUID_TYPE_W","features":[550]},{"name":"INTEROP_IDISPATCHIMPL_TYPE","features":[550]},{"name":"INTEROP_IDISPATCHIMPL_TYPE_W","features":[550]},{"name":"INTEROP_IDISPATCHVALUE_TYPE","features":[550]},{"name":"INTEROP_IDISPATCHVALUE_TYPE_W","features":[550]},{"name":"INTEROP_IMPORTEDFROMTYPELIB_TYPE","features":[550]},{"name":"INTEROP_IMPORTEDFROMTYPELIB_TYPE_W","features":[550]},{"name":"INTEROP_INTERFACETYPE_TYPE","features":[550]},{"name":"INTEROP_INTERFACETYPE_TYPE_W","features":[550]},{"name":"INTEROP_IN_TYPE","features":[550]},{"name":"INTEROP_IN_TYPE_W","features":[550]},{"name":"INTEROP_IUNKNOWNVALUE_TYPE","features":[550]},{"name":"INTEROP_IUNKNOWNVALUE_TYPE_W","features":[550]},{"name":"INTEROP_LCIDCONVERSION_TYPE","features":[550]},{"name":"INTEROP_LCIDCONVERSION_TYPE_W","features":[550]},{"name":"INTEROP_MARSHALAS_TYPE","features":[550]},{"name":"INTEROP_MARSHALAS_TYPE_W","features":[550]},{"name":"INTEROP_OUT_TYPE","features":[550]},{"name":"INTEROP_OUT_TYPE_W","features":[550]},{"name":"INTEROP_PARAMARRAY_TYPE","features":[550]},{"name":"INTEROP_PARAMARRAY_TYPE_W","features":[550]},{"name":"INTEROP_PRESERVESIG_TYPE","features":[550]},{"name":"INTEROP_PRESERVESIG_TYPE_W","features":[550]},{"name":"INTEROP_PRIMARYINTEROPASSEMBLY_TYPE","features":[550]},{"name":"INTEROP_PRIMARYINTEROPASSEMBLY_TYPE_W","features":[550]},{"name":"INTEROP_SERIALIZABLE_TYPE","features":[550]},{"name":"INTEROP_SERIALIZABLE_TYPE_W","features":[550]},{"name":"INTEROP_SETWIN32CONTEXTINIDISPATCHATTRIBUTE_TYPE","features":[550]},{"name":"INTEROP_SETWIN32CONTEXTINIDISPATCHATTRIBUTE_TYPE_W","features":[550]},{"name":"INTEROP_TYPELIBFUNC_TYPE","features":[550]},{"name":"INTEROP_TYPELIBFUNC_TYPE_W","features":[550]},{"name":"INTEROP_TYPELIBIMPORTCLASS_TYPE","features":[550]},{"name":"INTEROP_TYPELIBIMPORTCLASS_TYPE_W","features":[550]},{"name":"INTEROP_TYPELIBTYPE_TYPE","features":[550]},{"name":"INTEROP_TYPELIBTYPE_TYPE_W","features":[550]},{"name":"INTEROP_TYPELIBVAR_TYPE","features":[550]},{"name":"INTEROP_TYPELIBVAR_TYPE_W","features":[550]},{"name":"INTEROP_TYPELIBVERSION_TYPE","features":[550]},{"name":"INTEROP_TYPELIBVERSION_TYPE_W","features":[550]},{"name":"INVALID_CONNECTION_ID","features":[550]},{"name":"INVALID_TASK_ID","features":[550]},{"name":"IRoMetaDataLocator","features":[550]},{"name":"IRoSimpleMetaDataBuilder","features":[550]},{"name":"LIBID_ComPlusRuntime","features":[550]},{"name":"LoadAlways","features":[550]},{"name":"LoadDefault","features":[550]},{"name":"LoadHintEnum","features":[550]},{"name":"LoadNever","features":[550]},{"name":"LoadSometimes","features":[550]},{"name":"MAIN_CLR_MODULE_NAME_A","features":[550]},{"name":"MAIN_CLR_MODULE_NAME_W","features":[550]},{"name":"MAX_CONNECTION_NAME","features":[550]},{"name":"MDAssembly","features":[550]},{"name":"MDDupAll","features":[550]},{"name":"MDDupAssembly","features":[550]},{"name":"MDDupAssemblyRef","features":[550]},{"name":"MDDupCustomAttribute","features":[550]},{"name":"MDDupDefault","features":[550]},{"name":"MDDupENC","features":[550]},{"name":"MDDupEvent","features":[550]},{"name":"MDDupExportedType","features":[550]},{"name":"MDDupFieldDef","features":[550]},{"name":"MDDupFile","features":[550]},{"name":"MDDupGenericParam","features":[550]},{"name":"MDDupGenericParamConstraint","features":[550]},{"name":"MDDupImplMap","features":[550]},{"name":"MDDupInterfaceImpl","features":[550]},{"name":"MDDupManifestResource","features":[550]},{"name":"MDDupMemberRef","features":[550]},{"name":"MDDupMethodDef","features":[550]},{"name":"MDDupMethodSpec","features":[550]},{"name":"MDDupModuleRef","features":[550]},{"name":"MDDupParamDef","features":[550]},{"name":"MDDupPermission","features":[550]},{"name":"MDDupProperty","features":[550]},{"name":"MDDupSignature","features":[550]},{"name":"MDDupTypeDef","features":[550]},{"name":"MDDupTypeRef","features":[550]},{"name":"MDDupTypeSpec","features":[550]},{"name":"MDErrorOutOfOrderAll","features":[550]},{"name":"MDErrorOutOfOrderDefault","features":[550]},{"name":"MDErrorOutOfOrderNone","features":[550]},{"name":"MDEventOutOfOrder","features":[550]},{"name":"MDFieldOutOfOrder","features":[550]},{"name":"MDImportOptionAll","features":[550]},{"name":"MDImportOptionAllCustomAttributes","features":[550]},{"name":"MDImportOptionAllEvents","features":[550]},{"name":"MDImportOptionAllExportedTypes","features":[550]},{"name":"MDImportOptionAllFieldDefs","features":[550]},{"name":"MDImportOptionAllMethodDefs","features":[550]},{"name":"MDImportOptionAllProperties","features":[550]},{"name":"MDImportOptionAllTypeDefs","features":[550]},{"name":"MDImportOptionDefault","features":[550]},{"name":"MDMemberRefToDef","features":[550]},{"name":"MDMethodOutOfOrder","features":[550]},{"name":"MDNetModule","features":[550]},{"name":"MDNoDupChecks","features":[550]},{"name":"MDNotifyAll","features":[550]},{"name":"MDNotifyAssemblyRef","features":[550]},{"name":"MDNotifyCustomAttribute","features":[550]},{"name":"MDNotifyDefault","features":[550]},{"name":"MDNotifyEvent","features":[550]},{"name":"MDNotifyExportedType","features":[550]},{"name":"MDNotifyFieldDef","features":[550]},{"name":"MDNotifyFile","features":[550]},{"name":"MDNotifyInterfaceImpl","features":[550]},{"name":"MDNotifyMemberRef","features":[550]},{"name":"MDNotifyMethodDef","features":[550]},{"name":"MDNotifyModuleRef","features":[550]},{"name":"MDNotifyNameSpace","features":[550]},{"name":"MDNotifyNone","features":[550]},{"name":"MDNotifyParamDef","features":[550]},{"name":"MDNotifyPermission","features":[550]},{"name":"MDNotifyProperty","features":[550]},{"name":"MDNotifyResource","features":[550]},{"name":"MDNotifySecurityValue","features":[550]},{"name":"MDNotifySignature","features":[550]},{"name":"MDNotifyTypeDef","features":[550]},{"name":"MDNotifyTypeRef","features":[550]},{"name":"MDNotifyTypeSpec","features":[550]},{"name":"MDParamOutOfOrder","features":[550]},{"name":"MDPreserveLocalMemberRef","features":[550]},{"name":"MDPreserveLocalRefsNone","features":[550]},{"name":"MDPreserveLocalTypeRef","features":[550]},{"name":"MDPropertyOutOfOrder","features":[550]},{"name":"MDRefToDefAll","features":[550]},{"name":"MDRefToDefDefault","features":[550]},{"name":"MDRefToDefNone","features":[550]},{"name":"MDSetENCOff","features":[550]},{"name":"MDSetENCOn","features":[550]},{"name":"MDThreadSafetyDefault","features":[550]},{"name":"MDThreadSafetyOff","features":[550]},{"name":"MDThreadSafetyOn","features":[550]},{"name":"MDTypeRefToDef","features":[550]},{"name":"MDUpdateDelta","features":[550]},{"name":"MDUpdateENC","features":[550]},{"name":"MDUpdateExtension","features":[550]},{"name":"MDUpdateFull","features":[550]},{"name":"MDUpdateIncremental","features":[550]},{"name":"MDUpdateMask","features":[550]},{"name":"MSCOREE_SHIM_A","features":[550]},{"name":"MSCOREE_SHIM_W","features":[550]},{"name":"MergeExportedTypes","features":[550]},{"name":"MergeFlags","features":[550]},{"name":"MergeFlagsNone","features":[550]},{"name":"MergeManifest","features":[550]},{"name":"MetaDataCheckDuplicatesFor","features":[550]},{"name":"MetaDataErrorIfEmitOutOfOrder","features":[550]},{"name":"MetaDataGenerateTCEAdapters","features":[550]},{"name":"MetaDataGetDispenser","features":[550]},{"name":"MetaDataImportOption","features":[550]},{"name":"MetaDataLinkerOptions","features":[550]},{"name":"MetaDataMergerOptions","features":[550]},{"name":"MetaDataNotificationForTokenMovement","features":[550]},{"name":"MetaDataPreserveLocalRefs","features":[550]},{"name":"MetaDataRefToDefCheck","features":[550]},{"name":"MetaDataRuntimeVersion","features":[550]},{"name":"MetaDataSetUpdate","features":[550]},{"name":"MetaDataThreadSafetyOptions","features":[550]},{"name":"MetaDataTypeLibImportNamespace","features":[550]},{"name":"NATIVE_TYPE_ANSIBSTR","features":[550]},{"name":"NATIVE_TYPE_ARRAY","features":[550]},{"name":"NATIVE_TYPE_ASANY","features":[550]},{"name":"NATIVE_TYPE_BOOLEAN","features":[550]},{"name":"NATIVE_TYPE_BSTR","features":[550]},{"name":"NATIVE_TYPE_BYVALSTR","features":[550]},{"name":"NATIVE_TYPE_CURRENCY","features":[550]},{"name":"NATIVE_TYPE_CUSTOMMARSHALER","features":[550]},{"name":"NATIVE_TYPE_DATE","features":[550]},{"name":"NATIVE_TYPE_DECIMAL","features":[550]},{"name":"NATIVE_TYPE_END","features":[550]},{"name":"NATIVE_TYPE_ERROR","features":[550]},{"name":"NATIVE_TYPE_FIXEDARRAY","features":[550]},{"name":"NATIVE_TYPE_FIXEDSYSSTRING","features":[550]},{"name":"NATIVE_TYPE_FUNC","features":[550]},{"name":"NATIVE_TYPE_HSTRING","features":[550]},{"name":"NATIVE_TYPE_I1","features":[550]},{"name":"NATIVE_TYPE_I2","features":[550]},{"name":"NATIVE_TYPE_I4","features":[550]},{"name":"NATIVE_TYPE_I8","features":[550]},{"name":"NATIVE_TYPE_IDISPATCH","features":[550]},{"name":"NATIVE_TYPE_IINSPECTABLE","features":[550]},{"name":"NATIVE_TYPE_INT","features":[550]},{"name":"NATIVE_TYPE_INTF","features":[550]},{"name":"NATIVE_TYPE_IUNKNOWN","features":[550]},{"name":"NATIVE_TYPE_LPSTR","features":[550]},{"name":"NATIVE_TYPE_LPSTRUCT","features":[550]},{"name":"NATIVE_TYPE_LPTSTR","features":[550]},{"name":"NATIVE_TYPE_LPUTF8STR","features":[550]},{"name":"NATIVE_TYPE_LPWSTR","features":[550]},{"name":"NATIVE_TYPE_MAX","features":[550]},{"name":"NATIVE_TYPE_NESTEDSTRUCT","features":[550]},{"name":"NATIVE_TYPE_OBJECTREF","features":[550]},{"name":"NATIVE_TYPE_PTR","features":[550]},{"name":"NATIVE_TYPE_R4","features":[550]},{"name":"NATIVE_TYPE_R8","features":[550]},{"name":"NATIVE_TYPE_SAFEARRAY","features":[550]},{"name":"NATIVE_TYPE_STRUCT","features":[550]},{"name":"NATIVE_TYPE_SYSCHAR","features":[550]},{"name":"NATIVE_TYPE_TBSTR","features":[550]},{"name":"NATIVE_TYPE_U1","features":[550]},{"name":"NATIVE_TYPE_U2","features":[550]},{"name":"NATIVE_TYPE_U4","features":[550]},{"name":"NATIVE_TYPE_U8","features":[550]},{"name":"NATIVE_TYPE_UINT","features":[550]},{"name":"NATIVE_TYPE_VARIANT","features":[550]},{"name":"NATIVE_TYPE_VARIANTBOOL","features":[550]},{"name":"NATIVE_TYPE_VOID","features":[550]},{"name":"NGenDefault","features":[550]},{"name":"NGenEager","features":[550]},{"name":"NGenHintEnum","features":[550]},{"name":"NGenLazy","features":[550]},{"name":"NGenNever","features":[550]},{"name":"NONVERSIONABLE_TYPE","features":[550]},{"name":"NONVERSIONABLE_TYPE_W","features":[550]},{"name":"NativeTypeArrayFlags","features":[550]},{"name":"NoDupCheck","features":[550]},{"name":"OSINFO","features":[550]},{"name":"ROPARAMIIDHANDLE","features":[550]},{"name":"RUNTIMECOMPATIBILITY_TYPE","features":[550]},{"name":"RUNTIMECOMPATIBILITY_TYPE_W","features":[550]},{"name":"ReplacesGeneralNumericDefines","features":[550]},{"name":"RoCreateNonAgilePropertySet","features":[37,550]},{"name":"RoCreatePropertySetSerializer","features":[71,550]},{"name":"RoFreeParameterizedTypeExtra","features":[550]},{"name":"RoGetMetaDataFile","features":[550]},{"name":"RoGetParameterizedTypeInstanceIID","features":[550]},{"name":"RoIsApiContractMajorVersionPresent","features":[305,550]},{"name":"RoIsApiContractPresent","features":[305,550]},{"name":"RoParameterizedTypeExtraGetTypeSignature","features":[550]},{"name":"RoParseTypeName","features":[550]},{"name":"RoResolveNamespace","features":[550]},{"name":"SERIALIZATION_TYPE_BOOLEAN","features":[550]},{"name":"SERIALIZATION_TYPE_CHAR","features":[550]},{"name":"SERIALIZATION_TYPE_ENUM","features":[550]},{"name":"SERIALIZATION_TYPE_FIELD","features":[550]},{"name":"SERIALIZATION_TYPE_I1","features":[550]},{"name":"SERIALIZATION_TYPE_I2","features":[550]},{"name":"SERIALIZATION_TYPE_I4","features":[550]},{"name":"SERIALIZATION_TYPE_I8","features":[550]},{"name":"SERIALIZATION_TYPE_PROPERTY","features":[550]},{"name":"SERIALIZATION_TYPE_R4","features":[550]},{"name":"SERIALIZATION_TYPE_R8","features":[550]},{"name":"SERIALIZATION_TYPE_STRING","features":[550]},{"name":"SERIALIZATION_TYPE_SZARRAY","features":[550]},{"name":"SERIALIZATION_TYPE_TAGGED_OBJECT","features":[550]},{"name":"SERIALIZATION_TYPE_TYPE","features":[550]},{"name":"SERIALIZATION_TYPE_U1","features":[550]},{"name":"SERIALIZATION_TYPE_U2","features":[550]},{"name":"SERIALIZATION_TYPE_U4","features":[550]},{"name":"SERIALIZATION_TYPE_U8","features":[550]},{"name":"SERIALIZATION_TYPE_UNDEFINED","features":[550]},{"name":"SIGN_MASK_FOURBYTE","features":[550]},{"name":"SIGN_MASK_ONEBYTE","features":[550]},{"name":"SIGN_MASK_TWOBYTE","features":[550]},{"name":"SUBJECT_ASSEMBLY_TYPE","features":[550]},{"name":"SUBJECT_ASSEMBLY_TYPE_W","features":[550]},{"name":"TARGET_FRAMEWORK_TYPE","features":[550]},{"name":"TARGET_FRAMEWORK_TYPE_W","features":[550]},{"name":"USER_FRAMEWORK_REGISTRY_KEY","features":[550]},{"name":"USER_FRAMEWORK_REGISTRY_KEY_W","features":[550]},{"name":"ValidatorModuleTypeEnc","features":[550]},{"name":"ValidatorModuleTypeIncr","features":[550]},{"name":"ValidatorModuleTypeInvalid","features":[550]},{"name":"ValidatorModuleTypeMax","features":[550]},{"name":"ValidatorModuleTypeMin","features":[550]},{"name":"ValidatorModuleTypeObj","features":[550]},{"name":"ValidatorModuleTypePE","features":[550]},{"name":"afContentType_Default","features":[550]},{"name":"afContentType_Mask","features":[550]},{"name":"afContentType_WindowsRuntime","features":[550]},{"name":"afDisableJITcompileOptimizer","features":[550]},{"name":"afEnableJITcompileTracking","features":[550]},{"name":"afPA_AMD64","features":[550]},{"name":"afPA_ARM","features":[550]},{"name":"afPA_FullMask","features":[550]},{"name":"afPA_IA64","features":[550]},{"name":"afPA_MSIL","features":[550]},{"name":"afPA_Mask","features":[550]},{"name":"afPA_NoPlatform","features":[550]},{"name":"afPA_None","features":[550]},{"name":"afPA_Shift","features":[550]},{"name":"afPA_Specified","features":[550]},{"name":"afPA_x86","features":[550]},{"name":"afPublicKey","features":[550]},{"name":"afRetargetable","features":[550]},{"name":"catAll","features":[550]},{"name":"catAssembly","features":[550]},{"name":"catClass","features":[550]},{"name":"catClassMembers","features":[550]},{"name":"catConstructor","features":[550]},{"name":"catDelegate","features":[550]},{"name":"catEnum","features":[550]},{"name":"catEvent","features":[550]},{"name":"catField","features":[550]},{"name":"catGenericParameter","features":[550]},{"name":"catInterface","features":[550]},{"name":"catMethod","features":[550]},{"name":"catModule","features":[550]},{"name":"catParameter","features":[550]},{"name":"catProperty","features":[550]},{"name":"catStruct","features":[550]},{"name":"cssAccurate","features":[550]},{"name":"cssDiscardTransientCAs","features":[550]},{"name":"cssQuick","features":[550]},{"name":"dclActionMask","features":[550]},{"name":"dclActionNil","features":[550]},{"name":"dclAssert","features":[550]},{"name":"dclDemand","features":[550]},{"name":"dclDeny","features":[550]},{"name":"dclInheritanceCheck","features":[550]},{"name":"dclLinktimeCheck","features":[550]},{"name":"dclMaximumValue","features":[550]},{"name":"dclNonCasDemand","features":[550]},{"name":"dclNonCasInheritance","features":[550]},{"name":"dclNonCasLinkDemand","features":[550]},{"name":"dclPermitOnly","features":[550]},{"name":"dclPrejitDenied","features":[550]},{"name":"dclPrejitGrant","features":[550]},{"name":"dclRequest","features":[550]},{"name":"dclRequestMinimum","features":[550]},{"name":"dclRequestOptional","features":[550]},{"name":"dclRequestRefuse","features":[550]},{"name":"evRTSpecialName","features":[550]},{"name":"evReservedMask","features":[550]},{"name":"evSpecialName","features":[550]},{"name":"fdAssembly","features":[550]},{"name":"fdFamANDAssem","features":[550]},{"name":"fdFamORAssem","features":[550]},{"name":"fdFamily","features":[550]},{"name":"fdFieldAccessMask","features":[550]},{"name":"fdHasDefault","features":[550]},{"name":"fdHasFieldMarshal","features":[550]},{"name":"fdHasFieldRVA","features":[550]},{"name":"fdInitOnly","features":[550]},{"name":"fdLiteral","features":[550]},{"name":"fdNotSerialized","features":[550]},{"name":"fdPinvokeImpl","features":[550]},{"name":"fdPrivate","features":[550]},{"name":"fdPrivateScope","features":[550]},{"name":"fdPublic","features":[550]},{"name":"fdRTSpecialName","features":[550]},{"name":"fdReservedMask","features":[550]},{"name":"fdSpecialName","features":[550]},{"name":"fdStatic","features":[550]},{"name":"ffContainsMetaData","features":[550]},{"name":"ffContainsNoMetaData","features":[550]},{"name":"fmExecutableImage","features":[550]},{"name":"fmFlat","features":[550]},{"name":"gpContravariant","features":[550]},{"name":"gpCovariant","features":[550]},{"name":"gpDefaultConstructorConstraint","features":[550]},{"name":"gpNoSpecialConstraint","features":[550]},{"name":"gpNonVariant","features":[550]},{"name":"gpNotNullableValueTypeConstraint","features":[550]},{"name":"gpReferenceTypeConstraint","features":[550]},{"name":"gpSpecialConstraintMask","features":[550]},{"name":"gpVarianceMask","features":[550]},{"name":"mdAbstract","features":[550]},{"name":"mdAssem","features":[550]},{"name":"mdCheckAccessOnOverride","features":[550]},{"name":"mdFamANDAssem","features":[550]},{"name":"mdFamORAssem","features":[550]},{"name":"mdFamily","features":[550]},{"name":"mdFinal","features":[550]},{"name":"mdHasSecurity","features":[550]},{"name":"mdHideBySig","features":[550]},{"name":"mdMemberAccessMask","features":[550]},{"name":"mdNewSlot","features":[550]},{"name":"mdPinvokeImpl","features":[550]},{"name":"mdPrivate","features":[550]},{"name":"mdPrivateScope","features":[550]},{"name":"mdPublic","features":[550]},{"name":"mdRTSpecialName","features":[550]},{"name":"mdRequireSecObject","features":[550]},{"name":"mdReservedMask","features":[550]},{"name":"mdReuseSlot","features":[550]},{"name":"mdSpecialName","features":[550]},{"name":"mdStatic","features":[550]},{"name":"mdUnmanagedExport","features":[550]},{"name":"mdVirtual","features":[550]},{"name":"mdVtableLayoutMask","features":[550]},{"name":"mdtAssembly","features":[550]},{"name":"mdtAssemblyRef","features":[550]},{"name":"mdtBaseType","features":[550]},{"name":"mdtCustomAttribute","features":[550]},{"name":"mdtEvent","features":[550]},{"name":"mdtExportedType","features":[550]},{"name":"mdtFieldDef","features":[550]},{"name":"mdtFile","features":[550]},{"name":"mdtGenericParam","features":[550]},{"name":"mdtGenericParamConstraint","features":[550]},{"name":"mdtInterfaceImpl","features":[550]},{"name":"mdtManifestResource","features":[550]},{"name":"mdtMemberRef","features":[550]},{"name":"mdtMethodDef","features":[550]},{"name":"mdtMethodImpl","features":[550]},{"name":"mdtMethodSpec","features":[550]},{"name":"mdtModule","features":[550]},{"name":"mdtModuleRef","features":[550]},{"name":"mdtName","features":[550]},{"name":"mdtParamDef","features":[550]},{"name":"mdtPermission","features":[550]},{"name":"mdtProperty","features":[550]},{"name":"mdtSignature","features":[550]},{"name":"mdtString","features":[550]},{"name":"mdtTypeDef","features":[550]},{"name":"mdtTypeRef","features":[550]},{"name":"mdtTypeSpec","features":[550]},{"name":"miAggressiveInlining","features":[550]},{"name":"miCodeTypeMask","features":[550]},{"name":"miForwardRef","features":[550]},{"name":"miIL","features":[550]},{"name":"miInternalCall","features":[550]},{"name":"miManaged","features":[550]},{"name":"miManagedMask","features":[550]},{"name":"miMaxMethodImplVal","features":[550]},{"name":"miNative","features":[550]},{"name":"miNoInlining","features":[550]},{"name":"miNoOptimization","features":[550]},{"name":"miOPTIL","features":[550]},{"name":"miPreserveSig","features":[550]},{"name":"miRuntime","features":[550]},{"name":"miSecurityMitigations","features":[550]},{"name":"miSynchronized","features":[550]},{"name":"miUnmanaged","features":[550]},{"name":"miUserMask","features":[550]},{"name":"mrPrivate","features":[550]},{"name":"mrPublic","features":[550]},{"name":"mrVisibilityMask","features":[550]},{"name":"msAddOn","features":[550]},{"name":"msFire","features":[550]},{"name":"msGetter","features":[550]},{"name":"msOther","features":[550]},{"name":"msRemoveOn","features":[550]},{"name":"msSetter","features":[550]},{"name":"nlfLastError","features":[550]},{"name":"nlfMaxValue","features":[550]},{"name":"nlfNoMangle","features":[550]},{"name":"nlfNone","features":[550]},{"name":"nltAnsi","features":[550]},{"name":"nltAuto","features":[550]},{"name":"nltMaxValue","features":[550]},{"name":"nltNone","features":[550]},{"name":"nltOle","features":[550]},{"name":"nltUnicode","features":[550]},{"name":"ntaReserved","features":[550]},{"name":"ntaSizeParamIndexSpecified","features":[550]},{"name":"ofCheckIntegrity","features":[550]},{"name":"ofCopyMemory","features":[550]},{"name":"ofNoTransform","features":[550]},{"name":"ofNoTypeLib","features":[550]},{"name":"ofRead","features":[550]},{"name":"ofReadOnly","features":[550]},{"name":"ofReadWriteMask","features":[550]},{"name":"ofReserved","features":[550]},{"name":"ofReserved1","features":[550]},{"name":"ofReserved2","features":[550]},{"name":"ofReserved3","features":[550]},{"name":"ofTakeOwnership","features":[550]},{"name":"ofWrite","features":[550]},{"name":"pdHasDefault","features":[550]},{"name":"pdHasFieldMarshal","features":[550]},{"name":"pdIn","features":[550]},{"name":"pdOptional","features":[550]},{"name":"pdOut","features":[550]},{"name":"pdReservedMask","features":[550]},{"name":"pdUnused","features":[550]},{"name":"pe32BitPreferred","features":[550]},{"name":"pe32BitRequired","features":[550]},{"name":"pe32Plus","features":[550]},{"name":"pe32Unmanaged","features":[550]},{"name":"peILonly","features":[550]},{"name":"peNot","features":[550]},{"name":"pmBestFitDisabled","features":[550]},{"name":"pmBestFitEnabled","features":[550]},{"name":"pmBestFitMask","features":[550]},{"name":"pmBestFitUseAssem","features":[550]},{"name":"pmCallConvCdecl","features":[550]},{"name":"pmCallConvFastcall","features":[550]},{"name":"pmCallConvMask","features":[550]},{"name":"pmCallConvStdcall","features":[550]},{"name":"pmCallConvThiscall","features":[550]},{"name":"pmCallConvWinapi","features":[550]},{"name":"pmCharSetAnsi","features":[550]},{"name":"pmCharSetAuto","features":[550]},{"name":"pmCharSetMask","features":[550]},{"name":"pmCharSetNotSpec","features":[550]},{"name":"pmCharSetUnicode","features":[550]},{"name":"pmMaxValue","features":[550]},{"name":"pmNoMangle","features":[550]},{"name":"pmSupportsLastError","features":[550]},{"name":"pmThrowOnUnmappableCharDisabled","features":[550]},{"name":"pmThrowOnUnmappableCharEnabled","features":[550]},{"name":"pmThrowOnUnmappableCharMask","features":[550]},{"name":"pmThrowOnUnmappableCharUseAssem","features":[550]},{"name":"prHasDefault","features":[550]},{"name":"prRTSpecialName","features":[550]},{"name":"prReservedMask","features":[550]},{"name":"prSpecialName","features":[550]},{"name":"prUnused","features":[550]},{"name":"regConfig","features":[550]},{"name":"regHasRefs","features":[550]},{"name":"regNoCopy","features":[550]},{"name":"sdExecute","features":[550]},{"name":"sdNone","features":[550]},{"name":"sdReadOnly","features":[550]},{"name":"sdReadWrite","features":[550]},{"name":"srNoBaseReloc","features":[550]},{"name":"srRelocAbsolute","features":[550]},{"name":"srRelocAbsolutePtr","features":[550]},{"name":"srRelocAbsoluteTagged","features":[550]},{"name":"srRelocCodeRelative","features":[550]},{"name":"srRelocDir64","features":[550]},{"name":"srRelocDir64Ptr","features":[550]},{"name":"srRelocFilePos","features":[550]},{"name":"srRelocHighAdj","features":[550]},{"name":"srRelocHighLow","features":[550]},{"name":"srRelocHighLowPtr","features":[550]},{"name":"srRelocIA64Imm64","features":[550]},{"name":"srRelocIA64Imm64Ptr","features":[550]},{"name":"srRelocIA64PcRel25","features":[550]},{"name":"srRelocIA64PcRel64","features":[550]},{"name":"srRelocMapToken","features":[550]},{"name":"srRelocPtr","features":[550]},{"name":"srRelocRelative","features":[550]},{"name":"srRelocRelativePtr","features":[550]},{"name":"srRelocSentinel","features":[550]},{"name":"tdAbstract","features":[550]},{"name":"tdAnsiClass","features":[550]},{"name":"tdAutoClass","features":[550]},{"name":"tdAutoLayout","features":[550]},{"name":"tdBeforeFieldInit","features":[550]},{"name":"tdClass","features":[550]},{"name":"tdClassSemanticsMask","features":[550]},{"name":"tdCustomFormatClass","features":[550]},{"name":"tdCustomFormatMask","features":[550]},{"name":"tdExplicitLayout","features":[550]},{"name":"tdForwarder","features":[550]},{"name":"tdHasSecurity","features":[550]},{"name":"tdImport","features":[550]},{"name":"tdInterface","features":[550]},{"name":"tdLayoutMask","features":[550]},{"name":"tdNestedAssembly","features":[550]},{"name":"tdNestedFamANDAssem","features":[550]},{"name":"tdNestedFamORAssem","features":[550]},{"name":"tdNestedFamily","features":[550]},{"name":"tdNestedPrivate","features":[550]},{"name":"tdNestedPublic","features":[550]},{"name":"tdNotPublic","features":[550]},{"name":"tdPublic","features":[550]},{"name":"tdRTSpecialName","features":[550]},{"name":"tdReservedMask","features":[550]},{"name":"tdSealed","features":[550]},{"name":"tdSequentialLayout","features":[550]},{"name":"tdSerializable","features":[550]},{"name":"tdSpecialName","features":[550]},{"name":"tdStringFormatMask","features":[550]},{"name":"tdUnicodeClass","features":[550]},{"name":"tdVisibilityMask","features":[550]},{"name":"tdWindowsRuntime","features":[550]}],"648":[{"name":"IPdfRendererNative","features":[619]},{"name":"PDF_RENDER_PARAMS","features":[305,405,619]},{"name":"PFN_PDF_CREATE_RENDERER","features":[406,619]},{"name":"PdfCreateRenderer","features":[406,619]}],"649":[{"name":"IPrintDocumentPageSource","features":[620]},{"name":"IPrintManagerInterop","features":[620]},{"name":"IPrintPreviewPageCollection","features":[620]},{"name":"IPrintWorkflowConfigurationNative","features":[620]},{"name":"IPrintWorkflowObjectModelSourceFileContentNative","features":[620]},{"name":"IPrintWorkflowXpsObjectModelTargetPackageNative","features":[620]},{"name":"IPrintWorkflowXpsReceiver","features":[620]},{"name":"IPrintWorkflowXpsReceiver2","features":[620]},{"name":"IPrinting3DManagerInterop","features":[620]}],"650":[{"name":"CpAicLaunchAdminProcess","features":[621]},{"name":"CpCreateProcess","features":[621]},{"name":"CpCreateProcessAsUser","features":[621]},{"name":"CreateProcessMethod","features":[621]},{"name":"IDDEInitializer","features":[621]}],"651":[{"name":"HANDLE_ACCESS_OPTIONS","features":[622]},{"name":"HANDLE_CREATION_OPTIONS","features":[622]},{"name":"HANDLE_OPTIONS","features":[622]},{"name":"HANDLE_SHARING_OPTIONS","features":[622]},{"name":"HAO_DELETE","features":[622]},{"name":"HAO_NONE","features":[622]},{"name":"HAO_READ","features":[622]},{"name":"HAO_READ_ATTRIBUTES","features":[622]},{"name":"HAO_WRITE","features":[622]},{"name":"HCO_CREATE_ALWAYS","features":[622]},{"name":"HCO_CREATE_NEW","features":[622]},{"name":"HCO_OPEN_ALWAYS","features":[622]},{"name":"HCO_OPEN_EXISTING","features":[622]},{"name":"HCO_TRUNCATE_EXISTING","features":[622]},{"name":"HO_DELETE_ON_CLOSE","features":[622]},{"name":"HO_NONE","features":[622]},{"name":"HO_NO_BUFFERING","features":[622]},{"name":"HO_OPEN_REQUIRING_OPLOCK","features":[622]},{"name":"HO_OVERLAPPED","features":[622]},{"name":"HO_RANDOM_ACCESS","features":[622]},{"name":"HO_SEQUENTIAL_SCAN","features":[622]},{"name":"HO_WRITE_THROUGH","features":[622]},{"name":"HSO_SHARE_DELETE","features":[622]},{"name":"HSO_SHARE_NONE","features":[622]},{"name":"HSO_SHARE_READ","features":[622]},{"name":"HSO_SHARE_WRITE","features":[622]},{"name":"IOplockBreakingHandler","features":[622]},{"name":"IRandomAccessStreamFileAccessMode","features":[622]},{"name":"IStorageFolderHandleAccess","features":[622]},{"name":"IStorageItemHandleAccess","features":[622]},{"name":"IUnbufferedFileHandleOplockCallback","features":[622]},{"name":"IUnbufferedFileHandleProvider","features":[622]}],"653":[{"name":"AADBE_ADD_ENTRY","features":[339]},{"name":"AADBE_DEL_ENTRY","features":[339]},{"name":"ACTCTX_FLAG_APPLICATION_NAME_VALID","features":[339]},{"name":"ACTCTX_FLAG_ASSEMBLY_DIRECTORY_VALID","features":[339]},{"name":"ACTCTX_FLAG_HMODULE_VALID","features":[339]},{"name":"ACTCTX_FLAG_LANGID_VALID","features":[339]},{"name":"ACTCTX_FLAG_PROCESSOR_ARCHITECTURE_VALID","features":[339]},{"name":"ACTCTX_FLAG_RESOURCE_NAME_VALID","features":[339]},{"name":"ACTCTX_FLAG_SET_PROCESS_DEFAULT","features":[339]},{"name":"ACTCTX_FLAG_SOURCE_IS_ASSEMBLYREF","features":[339]},{"name":"ACTCTX_SECTION_KEYED_DATA_2600","features":[305,339]},{"name":"ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA","features":[339]},{"name":"ACTIVATION_CONTEXT_BASIC_INFORMATION","features":[305,339]},{"name":"ACTIVATION_CONTEXT_BASIC_INFORMATION_DEFINED","features":[339]},{"name":"AC_LINE_BACKUP_POWER","features":[339]},{"name":"AC_LINE_OFFLINE","features":[339]},{"name":"AC_LINE_ONLINE","features":[339]},{"name":"AC_LINE_UNKNOWN","features":[339]},{"name":"ADN_DEL_IF_EMPTY","features":[339]},{"name":"ADN_DEL_UNC_PATHS","features":[339]},{"name":"ADN_DONT_DEL_DIR","features":[339]},{"name":"ADN_DONT_DEL_SUBDIRS","features":[339]},{"name":"AFSR_BACKNEW","features":[339]},{"name":"AFSR_EXTRAINCREFCNT","features":[339]},{"name":"AFSR_NODELETENEW","features":[339]},{"name":"AFSR_NOMESSAGES","features":[339]},{"name":"AFSR_NOPROGRESS","features":[339]},{"name":"AFSR_RESTORE","features":[339]},{"name":"AFSR_UPDREFCNT","features":[339]},{"name":"AFSR_USEREFCNT","features":[339]},{"name":"AIF_FORCE_FILE_IN_USE","features":[339]},{"name":"AIF_NOLANGUAGECHECK","features":[339]},{"name":"AIF_NOOVERWRITE","features":[339]},{"name":"AIF_NOSKIP","features":[339]},{"name":"AIF_NOVERSIONCHECK","features":[339]},{"name":"AIF_NO_VERSION_DIALOG","features":[339]},{"name":"AIF_QUIET","features":[339]},{"name":"AIF_REPLACEONLY","features":[339]},{"name":"AIF_WARNIFSKIP","features":[339]},{"name":"ALINF_BKINSTALL","features":[339]},{"name":"ALINF_CHECKBKDATA","features":[339]},{"name":"ALINF_DELAYREGISTEROCX","features":[339]},{"name":"ALINF_NGCONV","features":[339]},{"name":"ALINF_QUIET","features":[339]},{"name":"ALINF_ROLLBACK","features":[339]},{"name":"ALINF_ROLLBKDOALL","features":[339]},{"name":"ALINF_UPDHLPDLLS","features":[339]},{"name":"APPLICATION_RECOVERY_CALLBACK","features":[339]},{"name":"ARSR_NOMESSAGES","features":[339]},{"name":"ARSR_REGSECTION","features":[339]},{"name":"ARSR_REMOVREGBKDATA","features":[339]},{"name":"ARSR_RESTORE","features":[339]},{"name":"ATOM_FLAG_GLOBAL","features":[339]},{"name":"AT_ARP","features":[339]},{"name":"AT_ENTITY","features":[339]},{"name":"AT_NULL","features":[339]},{"name":"AddDelBackupEntryA","features":[339]},{"name":"AddDelBackupEntryW","features":[339]},{"name":"AdvInstallFileA","features":[305,339]},{"name":"AdvInstallFileW","features":[305,339]},{"name":"ApphelpCheckShellObject","features":[305,339]},{"name":"BACKUP_GHOSTED_FILE_EXTENTS","features":[339]},{"name":"BACKUP_INVALID","features":[339]},{"name":"BASE_SEARCH_PATH_DISABLE_SAFE_SEARCHMODE","features":[339]},{"name":"BASE_SEARCH_PATH_ENABLE_SAFE_SEARCHMODE","features":[339]},{"name":"BASE_SEARCH_PATH_PERMANENT","features":[339]},{"name":"BATTERY_FLAG_CHARGING","features":[339]},{"name":"BATTERY_FLAG_CRITICAL","features":[339]},{"name":"BATTERY_FLAG_HIGH","features":[339]},{"name":"BATTERY_FLAG_LOW","features":[339]},{"name":"BATTERY_FLAG_NO_BATTERY","features":[339]},{"name":"BATTERY_FLAG_UNKNOWN","features":[339]},{"name":"BATTERY_LIFE_UNKNOWN","features":[339]},{"name":"BATTERY_PERCENTAGE_UNKNOWN","features":[339]},{"name":"BAUD_075","features":[339]},{"name":"BAUD_110","features":[339]},{"name":"BAUD_115200","features":[339]},{"name":"BAUD_1200","features":[339]},{"name":"BAUD_128K","features":[339]},{"name":"BAUD_134_5","features":[339]},{"name":"BAUD_14400","features":[339]},{"name":"BAUD_150","features":[339]},{"name":"BAUD_1800","features":[339]},{"name":"BAUD_19200","features":[339]},{"name":"BAUD_2400","features":[339]},{"name":"BAUD_300","features":[339]},{"name":"BAUD_38400","features":[339]},{"name":"BAUD_4800","features":[339]},{"name":"BAUD_56K","features":[339]},{"name":"BAUD_57600","features":[339]},{"name":"BAUD_600","features":[339]},{"name":"BAUD_7200","features":[339]},{"name":"BAUD_9600","features":[339]},{"name":"BAUD_USER","features":[339]},{"name":"CABINFOA","features":[339]},{"name":"CABINFOW","features":[339]},{"name":"CATID_DeleteBrowsingHistory","features":[339]},{"name":"CBR_110","features":[339]},{"name":"CBR_115200","features":[339]},{"name":"CBR_1200","features":[339]},{"name":"CBR_128000","features":[339]},{"name":"CBR_14400","features":[339]},{"name":"CBR_19200","features":[339]},{"name":"CBR_2400","features":[339]},{"name":"CBR_256000","features":[339]},{"name":"CBR_300","features":[339]},{"name":"CBR_38400","features":[339]},{"name":"CBR_4800","features":[339]},{"name":"CBR_56000","features":[339]},{"name":"CBR_57600","features":[339]},{"name":"CBR_600","features":[339]},{"name":"CBR_9600","features":[339]},{"name":"CE_DNS","features":[339]},{"name":"CE_IOE","features":[339]},{"name":"CE_MODE","features":[339]},{"name":"CE_OOP","features":[339]},{"name":"CE_PTO","features":[339]},{"name":"CE_TXFULL","features":[339]},{"name":"CLIENT_ID","features":[305,339]},{"name":"CL_NL_ENTITY","features":[339]},{"name":"CL_NL_IP","features":[339]},{"name":"CL_NL_IPX","features":[339]},{"name":"CL_TL_ENTITY","features":[339]},{"name":"CL_TL_NBF","features":[339]},{"name":"CL_TL_UDP","features":[339]},{"name":"CODEINTEGRITY_OPTION_DEBUGMODE_ENABLED","features":[339]},{"name":"CODEINTEGRITY_OPTION_ENABLED","features":[339]},{"name":"CODEINTEGRITY_OPTION_FLIGHTING_ENABLED","features":[339]},{"name":"CODEINTEGRITY_OPTION_FLIGHT_BUILD","features":[339]},{"name":"CODEINTEGRITY_OPTION_HVCI_IUM_ENABLED","features":[339]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_AUDITMODE_ENABLED","features":[339]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_ENABLED","features":[339]},{"name":"CODEINTEGRITY_OPTION_HVCI_KMCI_STRICTMODE_ENABLED","features":[339]},{"name":"CODEINTEGRITY_OPTION_PREPRODUCTION_BUILD","features":[339]},{"name":"CODEINTEGRITY_OPTION_TESTSIGN","features":[339]},{"name":"CODEINTEGRITY_OPTION_TEST_BUILD","features":[339]},{"name":"CODEINTEGRITY_OPTION_UMCI_AUDITMODE_ENABLED","features":[339]},{"name":"CODEINTEGRITY_OPTION_UMCI_ENABLED","features":[339]},{"name":"CODEINTEGRITY_OPTION_UMCI_EXCLUSIONPATHS_ENABLED","features":[339]},{"name":"COMMPROP_INITIALIZED","features":[339]},{"name":"CONTEXT_SIZE","features":[339]},{"name":"CO_NL_ENTITY","features":[339]},{"name":"CO_TL_ENTITY","features":[339]},{"name":"CO_TL_NBF","features":[339]},{"name":"CO_TL_SPP","features":[339]},{"name":"CO_TL_SPX","features":[339]},{"name":"CO_TL_TCP","features":[339]},{"name":"CP_DIRECT","features":[339]},{"name":"CP_HWND","features":[339]},{"name":"CP_LEVEL","features":[339]},{"name":"CP_OPEN","features":[339]},{"name":"CREATE_FOR_DIR","features":[339]},{"name":"CREATE_FOR_IMPORT","features":[339]},{"name":"CRITICAL_SECTION_NO_DEBUG_INFO","features":[339]},{"name":"CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG","features":[339]},{"name":"CameraUIControl","features":[339]},{"name":"CameraUIControlCaptureMode","features":[339]},{"name":"CameraUIControlLinearSelectionMode","features":[339]},{"name":"CameraUIControlMode","features":[339]},{"name":"CameraUIControlPhotoFormat","features":[339]},{"name":"CameraUIControlVideoFormat","features":[339]},{"name":"CameraUIControlViewType","features":[339]},{"name":"CancelDeviceWakeupRequest","features":[305,339]},{"name":"CloseINFEngine","features":[339]},{"name":"ConvertAuxiliaryCounterToPerformanceCounter","features":[339]},{"name":"ConvertPerformanceCounterToAuxiliaryCounter","features":[339]},{"name":"DATETIME","features":[339]},{"name":"DCIBeginAccess","features":[339]},{"name":"DCICMD","features":[339]},{"name":"DCICREATEINPUT","features":[339]},{"name":"DCICREATEOFFSCREENSURFACE","features":[339]},{"name":"DCICREATEOVERLAYSURFACE","features":[339]},{"name":"DCICREATEPRIMARYSURFACE","features":[339]},{"name":"DCICloseProvider","features":[317,339]},{"name":"DCICreateOffscreen","features":[317,339]},{"name":"DCICreateOverlay","features":[317,339]},{"name":"DCICreatePrimary","features":[317,339]},{"name":"DCIDestroy","features":[339]},{"name":"DCIDraw","features":[339]},{"name":"DCIENUMINPUT","features":[305,339]},{"name":"DCIENUMSURFACE","features":[339]},{"name":"DCIESCAPE","features":[339]},{"name":"DCIEndAccess","features":[339]},{"name":"DCIEnum","features":[305,317,339]},{"name":"DCIOFFSCREEN","features":[339]},{"name":"DCIOVERLAY","features":[339]},{"name":"DCIOpenProvider","features":[317,339]},{"name":"DCISURFACEINFO","features":[339]},{"name":"DCISetClipList","features":[305,317,339]},{"name":"DCISetDestination","features":[305,339]},{"name":"DCISetSrcDestClip","features":[305,317,339]},{"name":"DCI_1632_ACCESS","features":[339]},{"name":"DCI_ASYNC","features":[339]},{"name":"DCI_CANOVERLAY","features":[339]},{"name":"DCI_CAN_STRETCHX","features":[339]},{"name":"DCI_CAN_STRETCHXN","features":[339]},{"name":"DCI_CAN_STRETCHY","features":[339]},{"name":"DCI_CAN_STRETCHYN","features":[339]},{"name":"DCI_CHROMAKEY","features":[339]},{"name":"DCI_DWORDALIGN","features":[339]},{"name":"DCI_DWORDSIZE","features":[339]},{"name":"DCI_ERR_CURRENTLYNOTAVAIL","features":[339]},{"name":"DCI_ERR_HEIGHTALIGN","features":[339]},{"name":"DCI_ERR_INVALIDCLIPLIST","features":[339]},{"name":"DCI_ERR_INVALIDPOSITION","features":[339]},{"name":"DCI_ERR_INVALIDRECT","features":[339]},{"name":"DCI_ERR_INVALIDSTRETCH","features":[339]},{"name":"DCI_ERR_OUTOFMEMORY","features":[339]},{"name":"DCI_ERR_SURFACEISOBSCURED","features":[339]},{"name":"DCI_ERR_TOOBIGHEIGHT","features":[339]},{"name":"DCI_ERR_TOOBIGSIZE","features":[339]},{"name":"DCI_ERR_TOOBIGWIDTH","features":[339]},{"name":"DCI_ERR_UNSUPPORTEDFORMAT","features":[339]},{"name":"DCI_ERR_UNSUPPORTEDMASK","features":[339]},{"name":"DCI_ERR_WIDTHALIGN","features":[339]},{"name":"DCI_ERR_XALIGN","features":[339]},{"name":"DCI_ERR_XYALIGN","features":[339]},{"name":"DCI_ERR_YALIGN","features":[339]},{"name":"DCI_FAIL_GENERIC","features":[339]},{"name":"DCI_FAIL_INVALIDSURFACE","features":[339]},{"name":"DCI_FAIL_UNSUPPORTED","features":[339]},{"name":"DCI_FAIL_UNSUPPORTEDVERSION","features":[339]},{"name":"DCI_OFFSCREEN","features":[339]},{"name":"DCI_OK","features":[339]},{"name":"DCI_OVERLAY","features":[339]},{"name":"DCI_PRIMARY","features":[339]},{"name":"DCI_STATUS_CHROMAKEYCHANGED","features":[339]},{"name":"DCI_STATUS_FORMATCHANGED","features":[339]},{"name":"DCI_STATUS_POINTERCHANGED","features":[339]},{"name":"DCI_STATUS_STRIDECHANGED","features":[339]},{"name":"DCI_STATUS_SURFACEINFOCHANGED","features":[339]},{"name":"DCI_STATUS_WASSTILLDRAWING","features":[339]},{"name":"DCI_SURFACE_TYPE","features":[339]},{"name":"DCI_VERSION","features":[339]},{"name":"DCI_VISIBLE","features":[339]},{"name":"DCI_WRITEONLY","features":[339]},{"name":"DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION","features":[339]},{"name":"DECISION_LOCATION","features":[339]},{"name":"DECISION_LOCATION_AUDIT","features":[339]},{"name":"DECISION_LOCATION_ENFORCE_STATE_LIST","features":[339]},{"name":"DECISION_LOCATION_ENTERPRISE_DEFINED_CLASS_ID","features":[339]},{"name":"DECISION_LOCATION_FAILED_CONVERT_GUID","features":[339]},{"name":"DECISION_LOCATION_GLOBAL_BUILT_IN_LIST","features":[339]},{"name":"DECISION_LOCATION_NOT_FOUND","features":[339]},{"name":"DECISION_LOCATION_PARAMETER_VALIDATION","features":[339]},{"name":"DECISION_LOCATION_PROVIDER_BUILT_IN_LIST","features":[339]},{"name":"DECISION_LOCATION_REFRESH_GLOBAL_DATA","features":[339]},{"name":"DECISION_LOCATION_UNKNOWN","features":[339]},{"name":"DELAYLOAD_GPA_FAILURE","features":[339]},{"name":"DELAYLOAD_INFO","features":[339]},{"name":"DELAYLOAD_INFO","features":[339]},{"name":"DELAYLOAD_PROC_DESCRIPTOR","features":[339]},{"name":"DELETE_BROWSING_HISTORY_COOKIES","features":[339]},{"name":"DELETE_BROWSING_HISTORY_DOWNLOADHISTORY","features":[339]},{"name":"DELETE_BROWSING_HISTORY_FORMDATA","features":[339]},{"name":"DELETE_BROWSING_HISTORY_HISTORY","features":[339]},{"name":"DELETE_BROWSING_HISTORY_PASSWORDS","features":[339]},{"name":"DELETE_BROWSING_HISTORY_PRESERVEFAVORITES","features":[339]},{"name":"DELETE_BROWSING_HISTORY_TIF","features":[339]},{"name":"DOCKINFO_DOCKED","features":[339]},{"name":"DOCKINFO_UNDOCKED","features":[339]},{"name":"DOCKINFO_USER_SUPPLIED","features":[339]},{"name":"DRIVE_CDROM","features":[339]},{"name":"DRIVE_FIXED","features":[339]},{"name":"DRIVE_NO_ROOT_DIR","features":[339]},{"name":"DRIVE_RAMDISK","features":[339]},{"name":"DRIVE_REMOTE","features":[339]},{"name":"DRIVE_REMOVABLE","features":[339]},{"name":"DRIVE_UNKNOWN","features":[339]},{"name":"DTR_CONTROL_DISABLE","features":[339]},{"name":"DTR_CONTROL_ENABLE","features":[339]},{"name":"DTR_CONTROL_HANDSHAKE","features":[339]},{"name":"DefaultBrowserSyncSettings","features":[339]},{"name":"DelNodeA","features":[339]},{"name":"DelNodeRunDLL32W","features":[305,339]},{"name":"DelNodeW","features":[339]},{"name":"DnsHostnameToComputerNameA","features":[305,339]},{"name":"DnsHostnameToComputerNameW","features":[305,339]},{"name":"DosDateTimeToFileTime","features":[305,339]},{"name":"EFSRPC_SECURE_ONLY","features":[339]},{"name":"EFS_DROP_ALTERNATE_STREAMS","features":[339]},{"name":"EFS_USE_RECOVERY_KEYS","features":[339]},{"name":"ENTITY_LIST_ID","features":[339]},{"name":"ENTITY_TYPE_ID","features":[339]},{"name":"ENUM_CALLBACK","features":[339]},{"name":"ER_ENTITY","features":[339]},{"name":"ER_ICMP","features":[339]},{"name":"EVENTLOG_FULL_INFO","features":[339]},{"name":"EditionUpgradeBroker","features":[339]},{"name":"EditionUpgradeHelper","features":[339]},{"name":"EnableProcessOptionalXStateFeatures","features":[305,339]},{"name":"EndpointIoControlType","features":[339]},{"name":"ExecuteCabA","features":[305,339]},{"name":"ExecuteCabW","features":[305,339]},{"name":"ExtractFilesA","features":[339]},{"name":"ExtractFilesW","features":[339]},{"name":"FAIL_FAST_GENERATE_EXCEPTION_ADDRESS","features":[339]},{"name":"FAIL_FAST_NO_HARD_ERROR_DLG","features":[339]},{"name":"FEATURE_CHANGE_TIME","features":[339]},{"name":"FEATURE_CHANGE_TIME_MODULE_RELOAD","features":[339]},{"name":"FEATURE_CHANGE_TIME_READ","features":[339]},{"name":"FEATURE_CHANGE_TIME_REBOOT","features":[339]},{"name":"FEATURE_CHANGE_TIME_SESSION","features":[339]},{"name":"FEATURE_ENABLED_STATE","features":[339]},{"name":"FEATURE_ENABLED_STATE_DEFAULT","features":[339]},{"name":"FEATURE_ENABLED_STATE_DISABLED","features":[339]},{"name":"FEATURE_ENABLED_STATE_ENABLED","features":[339]},{"name":"FEATURE_ERROR","features":[339]},{"name":"FEATURE_STATE_CHANGE_SUBSCRIPTION","features":[339]},{"name":"FIBER_FLAG_FLOAT_SWITCH","features":[339]},{"name":"FILE_CREATED","features":[339]},{"name":"FILE_DIR_DISALLOWED","features":[339]},{"name":"FILE_DOES_NOT_EXIST","features":[339]},{"name":"FILE_ENCRYPTABLE","features":[339]},{"name":"FILE_EXISTS","features":[339]},{"name":"FILE_FLAG_IGNORE_IMPERSONATED_DEVICEMAP","features":[339]},{"name":"FILE_FLAG_OPEN_REQUIRING_OPLOCK","features":[339]},{"name":"FILE_IS_ENCRYPTED","features":[339]},{"name":"FILE_MAXIMUM_DISPOSITION","features":[339]},{"name":"FILE_NO_COMPRESSION","features":[339]},{"name":"FILE_OPENED","features":[339]},{"name":"FILE_OPEN_NO_RECALL","features":[339]},{"name":"FILE_OPEN_REMOTE_INSTANCE","features":[339]},{"name":"FILE_OVERWRITTEN","features":[339]},{"name":"FILE_READ_ONLY","features":[339]},{"name":"FILE_RENAME_FLAG_POSIX_SEMANTICS","features":[339]},{"name":"FILE_RENAME_FLAG_REPLACE_IF_EXISTS","features":[339]},{"name":"FILE_RENAME_FLAG_SUPPRESS_PIN_STATE_INHERITANCE","features":[339]},{"name":"FILE_ROOT_DIR","features":[339]},{"name":"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS","features":[339]},{"name":"FILE_SKIP_SET_EVENT_ON_HANDLE","features":[339]},{"name":"FILE_SUPERSEDED","features":[339]},{"name":"FILE_SYSTEM_ATTR","features":[339]},{"name":"FILE_SYSTEM_DIR","features":[339]},{"name":"FILE_SYSTEM_NOT_SUPPORT","features":[339]},{"name":"FILE_UNKNOWN","features":[339]},{"name":"FILE_USER_DISALLOWED","features":[339]},{"name":"FILE_VALID_MAILSLOT_OPTION_FLAGS","features":[339]},{"name":"FILE_VALID_OPTION_FLAGS","features":[339]},{"name":"FILE_VALID_PIPE_OPTION_FLAGS","features":[339]},{"name":"FILE_VALID_SET_FLAGS","features":[339]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_ASSEMBLY_METADATA","features":[339]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_FLAGS","features":[339]},{"name":"FIND_ACTCTX_SECTION_KEY_RETURN_HACTCTX","features":[339]},{"name":"FORMAT_MESSAGE_MAX_WIDTH_MASK","features":[339]},{"name":"FS_CASE_IS_PRESERVED","features":[339]},{"name":"FS_CASE_SENSITIVE","features":[339]},{"name":"FS_FILE_COMPRESSION","features":[339]},{"name":"FS_FILE_ENCRYPTION","features":[339]},{"name":"FS_PERSISTENT_ACLS","features":[339]},{"name":"FS_UNICODE_STORED_ON_DISK","features":[339]},{"name":"FS_VOL_IS_COMPRESSED","features":[339]},{"name":"FileSaveMarkNotExistA","features":[339]},{"name":"FileSaveMarkNotExistW","features":[339]},{"name":"FileSaveRestoreOnINFA","features":[305,339]},{"name":"FileSaveRestoreOnINFW","features":[305,339]},{"name":"FileSaveRestoreW","features":[305,339]},{"name":"FileTimeToDosDateTime","features":[305,339]},{"name":"GENERIC_ENTITY","features":[339]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_A","features":[339]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_T","features":[339]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_A_W","features":[339]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_A","features":[339]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_T","features":[339]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_T_W","features":[339]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_A","features":[339]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_T","features":[339]},{"name":"GET_SYSTEM_WOW64_DIRECTORY_NAME_W_W","features":[339]},{"name":"GMEM_DDESHARE","features":[339]},{"name":"GMEM_DISCARDABLE","features":[339]},{"name":"GMEM_DISCARDED","features":[339]},{"name":"GMEM_INVALID_HANDLE","features":[339]},{"name":"GMEM_LOCKCOUNT","features":[339]},{"name":"GMEM_LOWER","features":[339]},{"name":"GMEM_MODIFY","features":[339]},{"name":"GMEM_NOCOMPACT","features":[339]},{"name":"GMEM_NODISCARD","features":[339]},{"name":"GMEM_NOTIFY","features":[339]},{"name":"GMEM_NOT_BANKED","features":[339]},{"name":"GMEM_SHARE","features":[339]},{"name":"GMEM_VALID_FLAGS","features":[339]},{"name":"GdiEntry13","features":[339]},{"name":"GetComputerNameA","features":[305,339]},{"name":"GetComputerNameW","features":[305,339]},{"name":"GetCurrentHwProfileA","features":[305,339]},{"name":"GetCurrentHwProfileW","features":[305,339]},{"name":"GetDCRegionData","features":[305,317,339]},{"name":"GetFeatureEnabledState","features":[339]},{"name":"GetFeatureVariant","features":[305,339]},{"name":"GetFirmwareEnvironmentVariableA","features":[339]},{"name":"GetFirmwareEnvironmentVariableExA","features":[339]},{"name":"GetFirmwareEnvironmentVariableExW","features":[339]},{"name":"GetFirmwareEnvironmentVariableW","features":[339]},{"name":"GetPrivateProfileIntA","features":[339]},{"name":"GetPrivateProfileIntW","features":[339]},{"name":"GetPrivateProfileSectionA","features":[339]},{"name":"GetPrivateProfileSectionNamesA","features":[339]},{"name":"GetPrivateProfileSectionNamesW","features":[339]},{"name":"GetPrivateProfileSectionW","features":[339]},{"name":"GetPrivateProfileStringA","features":[339]},{"name":"GetPrivateProfileStringW","features":[339]},{"name":"GetPrivateProfileStructA","features":[305,339]},{"name":"GetPrivateProfileStructW","features":[305,339]},{"name":"GetProfileIntA","features":[339]},{"name":"GetProfileIntW","features":[339]},{"name":"GetProfileSectionA","features":[339]},{"name":"GetProfileSectionW","features":[339]},{"name":"GetProfileStringA","features":[339]},{"name":"GetProfileStringW","features":[339]},{"name":"GetSockOptIoControlType","features":[339]},{"name":"GetSystemRegistryQuota","features":[305,339]},{"name":"GetThreadEnabledXStateFeatures","features":[339]},{"name":"GetUserNameA","features":[305,339]},{"name":"GetUserNameW","features":[305,339]},{"name":"GetVersionFromFileA","features":[305,339]},{"name":"GetVersionFromFileExA","features":[305,339]},{"name":"GetVersionFromFileExW","features":[305,339]},{"name":"GetVersionFromFileW","features":[305,339]},{"name":"GetWindowRegionData","features":[305,317,339]},{"name":"GlobalCompact","features":[339]},{"name":"GlobalFix","features":[305,339]},{"name":"GlobalUnWire","features":[305,339]},{"name":"GlobalUnfix","features":[305,339]},{"name":"GlobalWire","features":[305,339]},{"name":"HANJA_WINDOW","features":[339]},{"name":"HINSTANCE_ERROR","features":[339]},{"name":"HWINWATCH","features":[339]},{"name":"HW_PROFILE_GUIDLEN","features":[339]},{"name":"HW_PROFILE_INFOA","features":[339]},{"name":"HW_PROFILE_INFOW","features":[339]},{"name":"ICameraUIControl","features":[339]},{"name":"ICameraUIControlEventCallback","features":[339]},{"name":"IClipServiceNotificationHelper","features":[339]},{"name":"IContainerActivationHelper","features":[339]},{"name":"IDefaultBrowserSyncSettings","features":[339]},{"name":"IDeleteBrowsingHistory","features":[339]},{"name":"IE4_BACKNEW","features":[339]},{"name":"IE4_EXTRAINCREFCNT","features":[339]},{"name":"IE4_FRDOALL","features":[339]},{"name":"IE4_NODELETENEW","features":[339]},{"name":"IE4_NOENUMKEY","features":[339]},{"name":"IE4_NOMESSAGES","features":[339]},{"name":"IE4_NOPROGRESS","features":[339]},{"name":"IE4_NO_CRC_MAPPING","features":[339]},{"name":"IE4_REGSECTION","features":[339]},{"name":"IE4_REMOVREGBKDATA","features":[339]},{"name":"IE4_RESTORE","features":[339]},{"name":"IE4_UPDREFCNT","features":[339]},{"name":"IE4_USEREFCNT","features":[339]},{"name":"IE_BADID","features":[339]},{"name":"IE_BAUDRATE","features":[339]},{"name":"IE_BYTESIZE","features":[339]},{"name":"IE_DEFAULT","features":[339]},{"name":"IE_HARDWARE","features":[339]},{"name":"IE_MEMORY","features":[339]},{"name":"IE_NOPEN","features":[339]},{"name":"IE_OPEN","features":[339]},{"name":"IEditionUpgradeBroker","features":[339]},{"name":"IEditionUpgradeHelper","features":[339]},{"name":"IFClipNotificationHelper","features":[339]},{"name":"IF_ENTITY","features":[339]},{"name":"IF_GENERIC","features":[339]},{"name":"IF_MIB","features":[339]},{"name":"IGNORE","features":[339]},{"name":"IMAGE_DELAYLOAD_DESCRIPTOR","features":[339]},{"name":"IMAGE_THUNK_DATA32","features":[339]},{"name":"IMAGE_THUNK_DATA64","features":[339]},{"name":"IMEA_INIT","features":[339]},{"name":"IMEA_NEXT","features":[339]},{"name":"IMEA_PREV","features":[339]},{"name":"IMEPROA","features":[305,339]},{"name":"IMEPROW","features":[305,339]},{"name":"IMESTRUCT","features":[305,339]},{"name":"IME_BANJAtoJUNJA","features":[339]},{"name":"IME_ENABLE_CONVERT","features":[339]},{"name":"IME_ENTERWORDREGISTERMODE","features":[339]},{"name":"IME_GETCONVERSIONMODE","features":[339]},{"name":"IME_GETIMECAPS","features":[339]},{"name":"IME_GETOPEN","features":[339]},{"name":"IME_GETVERSION","features":[339]},{"name":"IME_JOHABtoKS","features":[339]},{"name":"IME_JUNJAtoBANJA","features":[339]},{"name":"IME_KStoJOHAB","features":[339]},{"name":"IME_MAXPROCESS","features":[339]},{"name":"IME_MODE_ALPHANUMERIC","features":[339]},{"name":"IME_MODE_CODEINPUT","features":[339]},{"name":"IME_MODE_DBCSCHAR","features":[339]},{"name":"IME_MODE_HANJACONVERT","features":[339]},{"name":"IME_MODE_HIRAGANA","features":[339]},{"name":"IME_MODE_KATAKANA","features":[339]},{"name":"IME_MODE_NOCODEINPUT","features":[339]},{"name":"IME_MODE_NOROMAN","features":[339]},{"name":"IME_MODE_ROMAN","features":[339]},{"name":"IME_MODE_SBCSCHAR","features":[339]},{"name":"IME_MOVEIMEWINDOW","features":[339]},{"name":"IME_REQUEST_CONVERT","features":[339]},{"name":"IME_RS_DISKERROR","features":[339]},{"name":"IME_RS_ERROR","features":[339]},{"name":"IME_RS_ILLEGAL","features":[339]},{"name":"IME_RS_INVALID","features":[339]},{"name":"IME_RS_NEST","features":[339]},{"name":"IME_RS_NOIME","features":[339]},{"name":"IME_RS_NOROOM","features":[339]},{"name":"IME_RS_NOTFOUND","features":[339]},{"name":"IME_RS_SYSTEMMODAL","features":[339]},{"name":"IME_RS_TOOLONG","features":[339]},{"name":"IME_SENDVKEY","features":[339]},{"name":"IME_SETCONVERSIONFONTEX","features":[339]},{"name":"IME_SETCONVERSIONMODE","features":[339]},{"name":"IME_SETCONVERSIONWINDOW","features":[339]},{"name":"IME_SETOPEN","features":[339]},{"name":"IME_SET_MODE","features":[339]},{"name":"IMPGetIMEA","features":[305,339]},{"name":"IMPGetIMEW","features":[305,339]},{"name":"IMPQueryIMEA","features":[305,339]},{"name":"IMPQueryIMEW","features":[305,339]},{"name":"IMPSetIMEA","features":[305,339]},{"name":"IMPSetIMEW","features":[305,339]},{"name":"INFO_CLASS_GENERIC","features":[339]},{"name":"INFO_CLASS_IMPLEMENTATION","features":[339]},{"name":"INFO_CLASS_PROTOCOL","features":[339]},{"name":"INFO_TYPE_ADDRESS_OBJECT","features":[339]},{"name":"INFO_TYPE_CONNECTION","features":[339]},{"name":"INFO_TYPE_PROVIDER","features":[339]},{"name":"INTERIM_WINDOW","features":[339]},{"name":"INVALID_ENTITY_INSTANCE","features":[339]},{"name":"IOCTL_TDI_TL_IO_CONTROL_ENDPOINT","features":[339]},{"name":"IR_CHANGECONVERT","features":[339]},{"name":"IR_CLOSECONVERT","features":[339]},{"name":"IR_DBCSCHAR","features":[339]},{"name":"IR_FULLCONVERT","features":[339]},{"name":"IR_IMESELECT","features":[339]},{"name":"IR_MODEINFO","features":[339]},{"name":"IR_OPENCONVERT","features":[339]},{"name":"IR_STRING","features":[339]},{"name":"IR_STRINGEND","features":[339]},{"name":"IR_STRINGEX","features":[339]},{"name":"IR_STRINGSTART","features":[339]},{"name":"IR_UNDETERMINE","features":[339]},{"name":"IWindowsLockModeHelper","features":[339]},{"name":"IsApiSetImplemented","features":[305,339]},{"name":"IsBadHugeReadPtr","features":[305,339]},{"name":"IsBadHugeWritePtr","features":[305,339]},{"name":"IsNTAdmin","features":[305,339]},{"name":"IsNativeVhdBoot","features":[305,339]},{"name":"IsTokenUntrusted","features":[305,339]},{"name":"JAVA_TRUST","features":[305,339]},{"name":"JIT_DEBUG_INFO","features":[339]},{"name":"KEY_ALL_KEYS","features":[339]},{"name":"KEY_OVERRIDE","features":[339]},{"name":"KEY_UNKNOWN","features":[339]},{"name":"LDR_DATA_TABLE_ENTRY","features":[305,312,339]},{"name":"LIS_NOGRPCONV","features":[339]},{"name":"LIS_QUIET","features":[339]},{"name":"LOGON32_PROVIDER_VIRTUAL","features":[339]},{"name":"LOGON32_PROVIDER_WINNT35","features":[339]},{"name":"LOGON_ZERO_PASSWORD_BUFFER","features":[339]},{"name":"LPTx","features":[339]},{"name":"LaunchINFSectionExW","features":[305,339]},{"name":"LaunchINFSectionW","features":[305,339]},{"name":"LocalCompact","features":[339]},{"name":"LocalShrink","features":[305,339]},{"name":"MAXINTATOM","features":[339]},{"name":"MAX_COMPUTERNAME_LENGTH","features":[339]},{"name":"MAX_TDI_ENTITIES","features":[339]},{"name":"MCW_DEFAULT","features":[339]},{"name":"MCW_HIDDEN","features":[339]},{"name":"MCW_RECT","features":[339]},{"name":"MCW_SCREEN","features":[339]},{"name":"MCW_VERTICAL","features":[339]},{"name":"MCW_WINDOW","features":[339]},{"name":"MICROSOFT_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS","features":[339]},{"name":"MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS","features":[339]},{"name":"MODE_WINDOW","features":[339]},{"name":"MulDiv","features":[339]},{"name":"NeedReboot","features":[305,339]},{"name":"NeedRebootInit","features":[339]},{"name":"OFS_MAXPATHNAME","features":[339]},{"name":"OPERATION_API_VERSION","features":[339]},{"name":"OVERWRITE_HIDDEN","features":[339]},{"name":"OpenINFEngineA","features":[339]},{"name":"OpenINFEngineW","features":[339]},{"name":"OpenMutexA","features":[305,339]},{"name":"OpenSemaphoreA","features":[305,339]},{"name":"PCF_16BITMODE","features":[339]},{"name":"PCF_DTRDSR","features":[339]},{"name":"PCF_INTTIMEOUTS","features":[339]},{"name":"PCF_PARITY_CHECK","features":[339]},{"name":"PCF_RLSD","features":[339]},{"name":"PCF_RTSCTS","features":[339]},{"name":"PCF_SETXCHAR","features":[339]},{"name":"PCF_SPECIALCHARS","features":[339]},{"name":"PCF_TOTALTIMEOUTS","features":[339]},{"name":"PCF_XONXOFF","features":[339]},{"name":"PDELAYLOAD_FAILURE_DLL_CALLBACK","features":[339]},{"name":"PERUSERSECTIONA","features":[305,339]},{"name":"PERUSERSECTIONW","features":[305,339]},{"name":"PFEATURE_STATE_CHANGE_CALLBACK","features":[339]},{"name":"PFIBER_CALLOUT_ROUTINE","features":[339]},{"name":"PQUERYACTCTXW_FUNC","features":[305,339]},{"name":"PROCESS_CREATION_ALL_APPLICATION_PACKAGES_OPT_OUT","features":[339]},{"name":"PROCESS_CREATION_CHILD_PROCESS_OVERRIDE","features":[339]},{"name":"PROCESS_CREATION_CHILD_PROCESS_RESTRICTED","features":[339]},{"name":"PROCESS_CREATION_CHILD_PROCESS_RESTRICTED_UNLESS_SECURE","features":[339]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_DISABLE_PROCESS_TREE","features":[339]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_ENABLE_PROCESS_TREE","features":[339]},{"name":"PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_OVERRIDE","features":[339]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_DEP_ATL_THUNK_ENABLE","features":[339]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_DEP_ENABLE","features":[339]},{"name":"PROCESS_CREATION_MITIGATION_POLICY_SEHOP_ENABLE","features":[339]},{"name":"PROC_THREAD_ATTRIBUTE_ADDITIVE","features":[339]},{"name":"PROC_THREAD_ATTRIBUTE_INPUT","features":[339]},{"name":"PROC_THREAD_ATTRIBUTE_NUMBER","features":[339]},{"name":"PROC_THREAD_ATTRIBUTE_THREAD","features":[339]},{"name":"PROTECTION_LEVEL_SAME","features":[339]},{"name":"PST_FAX","features":[339]},{"name":"PST_LAT","features":[339]},{"name":"PST_MODEM","features":[339]},{"name":"PST_NETWORK_BRIDGE","features":[339]},{"name":"PST_PARALLELPORT","features":[339]},{"name":"PST_RS232","features":[339]},{"name":"PST_RS422","features":[339]},{"name":"PST_RS423","features":[339]},{"name":"PST_RS449","features":[339]},{"name":"PST_SCANNER","features":[339]},{"name":"PST_TCPIP_TELNET","features":[339]},{"name":"PST_UNSPECIFIED","features":[339]},{"name":"PST_X25","features":[339]},{"name":"PUBLIC_OBJECT_BASIC_INFORMATION","features":[339]},{"name":"PUBLIC_OBJECT_TYPE_INFORMATION","features":[305,339]},{"name":"PWINSTATIONQUERYINFORMATIONW","features":[305,339]},{"name":"PWLDP_CANEXECUTEBUFFER_API","features":[339]},{"name":"PWLDP_CANEXECUTEFILE_API","features":[305,339]},{"name":"PWLDP_CANEXECUTESTREAM_API","features":[358,339]},{"name":"PWLDP_ISAPPAPPROVEDBYPOLICY_API","features":[339]},{"name":"PWLDP_ISDYNAMICCODEPOLICYENABLED_API","features":[305,339]},{"name":"PWLDP_ISPRODUCTIONCONFIGURATION_API","features":[305,339]},{"name":"PWLDP_ISWCOSPRODUCTIONCONFIGURATION_API","features":[305,339]},{"name":"PWLDP_QUERYDEVICESECURITYINFORMATION_API","features":[339]},{"name":"PWLDP_QUERYDYNAMICODETRUST_API","features":[305,339]},{"name":"PWLDP_QUERYPOLICYSETTINGENABLED2_API","features":[305,339]},{"name":"PWLDP_QUERYPOLICYSETTINGENABLED_API","features":[305,339]},{"name":"PWLDP_QUERYWINDOWSLOCKDOWNMODE_API","features":[339]},{"name":"PWLDP_QUERYWINDOWSLOCKDOWNRESTRICTION_API","features":[339]},{"name":"PWLDP_RESETPRODUCTIONCONFIGURATION_API","features":[339]},{"name":"PWLDP_RESETWCOSPRODUCTIONCONFIGURATION_API","features":[339]},{"name":"PWLDP_SETDYNAMICCODETRUST_API","features":[305,339]},{"name":"PWLDP_SETWINDOWSLOCKDOWNRESTRICTION_API","features":[339]},{"name":"QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS","features":[339]},{"name":"QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE","features":[339]},{"name":"QUERY_ACTCTX_FLAG_NO_ADDREF","features":[339]},{"name":"QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX","features":[339]},{"name":"QueryAuxiliaryCounterFrequency","features":[339]},{"name":"QueryIdleProcessorCycleTime","features":[305,339]},{"name":"QueryIdleProcessorCycleTimeEx","features":[305,339]},{"name":"QueryInterruptTime","features":[339]},{"name":"QueryInterruptTimePrecise","features":[339]},{"name":"QueryProcessCycleTime","features":[305,339]},{"name":"QueryThreadCycleTime","features":[305,339]},{"name":"QueryUnbiasedInterruptTime","features":[305,339]},{"name":"QueryUnbiasedInterruptTimePrecise","features":[339]},{"name":"RECOVERY_DEFAULT_PING_INTERVAL","features":[339]},{"name":"REGINSTALLA","features":[305,339]},{"name":"REG_RESTORE_LOG_KEY","features":[339]},{"name":"REG_SAVE_LOG_KEY","features":[339]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_LOOPBACK","features":[339]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_OFFLINE","features":[339]},{"name":"REMOTE_PROTOCOL_INFO_FLAG_PERSISTENT_HANDLE","features":[339]},{"name":"RESETDEV","features":[339]},{"name":"RESTART_MAX_CMD_LINE","features":[339]},{"name":"RPI_FLAG_SMB2_SHARECAP_CLUSTER","features":[339]},{"name":"RPI_FLAG_SMB2_SHARECAP_CONTINUOUS_AVAILABILITY","features":[339]},{"name":"RPI_FLAG_SMB2_SHARECAP_DFS","features":[339]},{"name":"RPI_FLAG_SMB2_SHARECAP_SCALEOUT","features":[339]},{"name":"RPI_FLAG_SMB2_SHARECAP_TIMEWARP","features":[339]},{"name":"RPI_SMB2_FLAG_SERVERCAP_DFS","features":[339]},{"name":"RPI_SMB2_FLAG_SERVERCAP_DIRECTORY_LEASING","features":[339]},{"name":"RPI_SMB2_FLAG_SERVERCAP_LARGEMTU","features":[339]},{"name":"RPI_SMB2_FLAG_SERVERCAP_LEASING","features":[339]},{"name":"RPI_SMB2_FLAG_SERVERCAP_MULTICHANNEL","features":[339]},{"name":"RPI_SMB2_FLAG_SERVERCAP_PERSISTENT_HANDLES","features":[339]},{"name":"RPI_SMB2_SHAREFLAG_COMPRESS_DATA","features":[339]},{"name":"RPI_SMB2_SHAREFLAG_ENCRYPT_DATA","features":[339]},{"name":"RSC_FLAG_DELAYREGISTEROCX","features":[339]},{"name":"RSC_FLAG_INF","features":[339]},{"name":"RSC_FLAG_NGCONV","features":[339]},{"name":"RSC_FLAG_QUIET","features":[339]},{"name":"RSC_FLAG_SETUPAPI","features":[339]},{"name":"RSC_FLAG_SKIPDISKSPACECHECK","features":[339]},{"name":"RSC_FLAG_UPDHLPDLLS","features":[339]},{"name":"RTS_CONTROL_DISABLE","features":[339]},{"name":"RTS_CONTROL_ENABLE","features":[339]},{"name":"RTS_CONTROL_HANDSHAKE","features":[339]},{"name":"RTS_CONTROL_TOGGLE","features":[339]},{"name":"RUNCMDS_DELAYPOSTCMD","features":[339]},{"name":"RUNCMDS_NOWAIT","features":[339]},{"name":"RUNCMDS_QUIET","features":[339]},{"name":"RaiseCustomSystemEventTrigger","features":[339]},{"name":"RebootCheckOnInstallA","features":[305,339]},{"name":"RebootCheckOnInstallW","features":[305,339]},{"name":"RecordFeatureError","features":[339]},{"name":"RecordFeatureUsage","features":[339]},{"name":"RegInstallA","features":[305,339]},{"name":"RegInstallW","features":[305,339]},{"name":"RegRestoreAllA","features":[305,373,339]},{"name":"RegRestoreAllW","features":[305,373,339]},{"name":"RegSaveRestoreA","features":[305,373,339]},{"name":"RegSaveRestoreOnINFA","features":[305,373,339]},{"name":"RegSaveRestoreOnINFW","features":[305,373,339]},{"name":"RegSaveRestoreW","features":[305,373,339]},{"name":"ReplacePartitionUnit","features":[305,339]},{"name":"RequestDeviceWakeup","features":[305,339]},{"name":"RtlAnsiStringToUnicodeString","features":[305,312,339]},{"name":"RtlCharToInteger","features":[305,339]},{"name":"RtlFreeAnsiString","features":[312,339]},{"name":"RtlFreeOemString","features":[312,339]},{"name":"RtlFreeUnicodeString","features":[305,339]},{"name":"RtlGetReturnAddressHijackTarget","features":[339]},{"name":"RtlInitAnsiString","features":[312,339]},{"name":"RtlInitAnsiStringEx","features":[305,312,339]},{"name":"RtlInitString","features":[312,339]},{"name":"RtlInitStringEx","features":[305,312,339]},{"name":"RtlInitUnicodeString","features":[305,339]},{"name":"RtlIsNameLegalDOS8Dot3","features":[305,312,339]},{"name":"RtlLocalTimeToSystemTime","features":[305,339]},{"name":"RtlRaiseCustomSystemEventTrigger","features":[339]},{"name":"RtlTimeToSecondsSince1970","features":[305,339]},{"name":"RtlUnicodeStringToAnsiString","features":[305,312,339]},{"name":"RtlUnicodeStringToOemString","features":[305,312,339]},{"name":"RtlUnicodeToMultiByteSize","features":[305,339]},{"name":"RtlUniform","features":[339]},{"name":"RunSetupCommandA","features":[305,339]},{"name":"RunSetupCommandW","features":[305,339]},{"name":"SCS_32BIT_BINARY","features":[339]},{"name":"SCS_64BIT_BINARY","features":[339]},{"name":"SCS_DOS_BINARY","features":[339]},{"name":"SCS_OS216_BINARY","features":[339]},{"name":"SCS_PIF_BINARY","features":[339]},{"name":"SCS_POSIX_BINARY","features":[339]},{"name":"SCS_THIS_PLATFORM_BINARY","features":[339]},{"name":"SCS_WOW_BINARY","features":[339]},{"name":"SHUTDOWN_NORETRY","features":[339]},{"name":"SP_BAUD","features":[339]},{"name":"SP_DATABITS","features":[339]},{"name":"SP_HANDSHAKING","features":[339]},{"name":"SP_PARITY","features":[339]},{"name":"SP_PARITY_CHECK","features":[339]},{"name":"SP_RLSD","features":[339]},{"name":"SP_SERIALCOMM","features":[339]},{"name":"SP_STOPBITS","features":[339]},{"name":"STARTF_HOLOGRAPHIC","features":[339]},{"name":"STORAGE_INFO_FLAGS_ALIGNED_DEVICE","features":[339]},{"name":"STORAGE_INFO_FLAGS_PARTITION_ALIGNED_ON_DEVICE","features":[339]},{"name":"STORAGE_INFO_OFFSET_UNKNOWN","features":[339]},{"name":"STREAM_CONTAINS_GHOSTED_FILE_EXTENTS","features":[339]},{"name":"STREAM_CONTAINS_PROPERTIES","features":[339]},{"name":"STREAM_CONTAINS_SECURITY","features":[339]},{"name":"STREAM_MODIFIED_WHEN_READ","features":[339]},{"name":"STREAM_NORMAL_ATTRIBUTE","features":[339]},{"name":"STREAM_SPARSE_ATTRIBUTE","features":[339]},{"name":"STRENTRYA","features":[339]},{"name":"STRENTRYW","features":[339]},{"name":"STRINGEXSTRUCT","features":[339]},{"name":"STRTABLEA","features":[339]},{"name":"STRTABLEW","features":[339]},{"name":"SYSTEM_BASIC_INFORMATION","features":[339]},{"name":"SYSTEM_CODEINTEGRITY_INFORMATION","features":[339]},{"name":"SYSTEM_EXCEPTION_INFORMATION","features":[339]},{"name":"SYSTEM_INTERRUPT_INFORMATION","features":[339]},{"name":"SYSTEM_LOOKASIDE_INFORMATION","features":[339]},{"name":"SYSTEM_PERFORMANCE_INFORMATION","features":[339]},{"name":"SYSTEM_POLICY_INFORMATION","features":[339]},{"name":"SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION","features":[339]},{"name":"SYSTEM_PROCESS_INFORMATION","features":[305,339]},{"name":"SYSTEM_REGISTRY_QUOTA_INFORMATION","features":[339]},{"name":"SYSTEM_STATUS_FLAG_POWER_SAVING_ON","features":[339]},{"name":"SYSTEM_THREAD_INFORMATION","features":[305,339]},{"name":"SYSTEM_TIMEOFDAY_INFORMATION","features":[339]},{"name":"S_ALLTHRESHOLD","features":[339]},{"name":"S_LEGATO","features":[339]},{"name":"S_NORMAL","features":[339]},{"name":"S_PERIOD1024","features":[339]},{"name":"S_PERIOD2048","features":[339]},{"name":"S_PERIOD512","features":[339]},{"name":"S_PERIODVOICE","features":[339]},{"name":"S_QUEUEEMPTY","features":[339]},{"name":"S_SERBDNT","features":[339]},{"name":"S_SERDCC","features":[339]},{"name":"S_SERDDR","features":[339]},{"name":"S_SERDFQ","features":[339]},{"name":"S_SERDLN","features":[339]},{"name":"S_SERDMD","features":[339]},{"name":"S_SERDPT","features":[339]},{"name":"S_SERDSH","features":[339]},{"name":"S_SERDSR","features":[339]},{"name":"S_SERDST","features":[339]},{"name":"S_SERDTP","features":[339]},{"name":"S_SERDVL","features":[339]},{"name":"S_SERDVNA","features":[339]},{"name":"S_SERMACT","features":[339]},{"name":"S_SEROFM","features":[339]},{"name":"S_SERQFUL","features":[339]},{"name":"S_STACCATO","features":[339]},{"name":"S_THRESHOLD","features":[339]},{"name":"S_WHITE1024","features":[339]},{"name":"S_WHITE2048","features":[339]},{"name":"S_WHITE512","features":[339]},{"name":"S_WHITEVOICE","features":[339]},{"name":"SendIMEMessageExA","features":[305,339]},{"name":"SendIMEMessageExW","features":[305,339]},{"name":"SetEnvironmentStringsA","features":[305,339]},{"name":"SetFirmwareEnvironmentVariableA","features":[305,339]},{"name":"SetFirmwareEnvironmentVariableExA","features":[305,339]},{"name":"SetFirmwareEnvironmentVariableExW","features":[305,339]},{"name":"SetFirmwareEnvironmentVariableW","features":[305,339]},{"name":"SetHandleCount","features":[339]},{"name":"SetMessageWaitingIndicator","features":[305,339]},{"name":"SetPerUserSecValuesA","features":[305,339]},{"name":"SetPerUserSecValuesW","features":[305,339]},{"name":"SetSockOptIoControlType","features":[339]},{"name":"SocketIoControlType","features":[339]},{"name":"SubscribeFeatureStateChangeNotification","features":[339]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX32_XP","features":[339]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX_W2K","features":[339]},{"name":"TCP_REQUEST_QUERY_INFORMATION_EX_XP","features":[339]},{"name":"TCP_REQUEST_SET_INFORMATION_EX","features":[339]},{"name":"TC_GP_TRAP","features":[339]},{"name":"TC_HARDERR","features":[339]},{"name":"TC_NORMAL","features":[339]},{"name":"TC_SIGNAL","features":[339]},{"name":"TDIENTITY_ENTITY_TYPE","features":[339]},{"name":"TDIEntityID","features":[339]},{"name":"TDIObjectID","features":[339]},{"name":"TDI_TL_IO_CONTROL_ENDPOINT","features":[339]},{"name":"TDI_TL_IO_CONTROL_TYPE","features":[339]},{"name":"THREAD_NAME_INFORMATION","features":[305,339]},{"name":"THREAD_PRIORITY_ERROR_RETURN","features":[339]},{"name":"TranslateInfStringA","features":[339]},{"name":"TranslateInfStringExA","features":[339]},{"name":"TranslateInfStringExW","features":[339]},{"name":"TranslateInfStringW","features":[339]},{"name":"UMS_VERSION","features":[339]},{"name":"UNDETERMINESTRUCT","features":[339]},{"name":"UnsubscribeFeatureStateChangeNotification","features":[339]},{"name":"UserInstStubWrapperA","features":[305,339]},{"name":"UserInstStubWrapperW","features":[305,339]},{"name":"UserUnInstStubWrapperA","features":[305,339]},{"name":"UserUnInstStubWrapperW","features":[305,339]},{"name":"VALUENAME","features":[339]},{"name":"VALUENAME_BUILT_IN_LIST","features":[339]},{"name":"VALUENAME_ENTERPRISE_DEFINED_CLASS_ID","features":[339]},{"name":"VALUENAME_UNKNOWN","features":[339]},{"name":"WINNLSEnableIME","features":[305,339]},{"name":"WINNLSGetEnableStatus","features":[305,339]},{"name":"WINNLSGetIMEHotkey","features":[305,339]},{"name":"WINSTATIONINFOCLASS","features":[339]},{"name":"WINSTATIONINFORMATIONW","features":[339]},{"name":"WINWATCHNOTIFYPROC","features":[305,339]},{"name":"WINWATCHNOTIFY_CHANGED","features":[339]},{"name":"WINWATCHNOTIFY_CHANGING","features":[339]},{"name":"WINWATCHNOTIFY_DESTROY","features":[339]},{"name":"WINWATCHNOTIFY_START","features":[339]},{"name":"WINWATCHNOTIFY_STOP","features":[339]},{"name":"WLDP_CANEXECUTEBUFFER_FN","features":[339]},{"name":"WLDP_CANEXECUTEFILE_FN","features":[339]},{"name":"WLDP_DEVICE_SECURITY_INFORMATION","features":[339]},{"name":"WLDP_DLL","features":[339]},{"name":"WLDP_EXECUTION_EVALUATION_OPTIONS","features":[339]},{"name":"WLDP_EXECUTION_EVALUATION_OPTION_EXECUTE_IN_INTERACTIVE_SESSION","features":[339]},{"name":"WLDP_EXECUTION_EVALUATION_OPTION_NONE","features":[339]},{"name":"WLDP_EXECUTION_POLICY","features":[339]},{"name":"WLDP_EXECUTION_POLICY_ALLOWED","features":[339]},{"name":"WLDP_EXECUTION_POLICY_BLOCKED","features":[339]},{"name":"WLDP_EXECUTION_POLICY_REQUIRE_SANDBOX","features":[339]},{"name":"WLDP_FLAGS_SKIPSIGNATUREVALIDATION","features":[339]},{"name":"WLDP_GETLOCKDOWNPOLICY_FN","features":[339]},{"name":"WLDP_HOST","features":[339]},{"name":"WLDP_HOST_CMD","features":[339]},{"name":"WLDP_HOST_HTML","features":[339]},{"name":"WLDP_HOST_ID","features":[339]},{"name":"WLDP_HOST_ID_ALL","features":[339]},{"name":"WLDP_HOST_ID_GLOBAL","features":[339]},{"name":"WLDP_HOST_ID_IE","features":[339]},{"name":"WLDP_HOST_ID_MAX","features":[339]},{"name":"WLDP_HOST_ID_MSI","features":[339]},{"name":"WLDP_HOST_ID_POWERSHELL","features":[339]},{"name":"WLDP_HOST_ID_UNKNOWN","features":[339]},{"name":"WLDP_HOST_ID_VBA","features":[339]},{"name":"WLDP_HOST_ID_WSH","features":[339]},{"name":"WLDP_HOST_INFORMATION","features":[305,339]},{"name":"WLDP_HOST_INFORMATION_REVISION","features":[339]},{"name":"WLDP_HOST_JAVASCRIPT","features":[339]},{"name":"WLDP_HOST_MAX","features":[339]},{"name":"WLDP_HOST_MSI","features":[339]},{"name":"WLDP_HOST_OTHER","features":[339]},{"name":"WLDP_HOST_POWERSHELL","features":[339]},{"name":"WLDP_HOST_PYTHON","features":[339]},{"name":"WLDP_HOST_RUNDLL32","features":[339]},{"name":"WLDP_HOST_SVCHOST","features":[339]},{"name":"WLDP_HOST_WINDOWS_SCRIPT_HOST","features":[339]},{"name":"WLDP_HOST_XML","features":[339]},{"name":"WLDP_ISAPPAPPROVEDBYPOLICY_FN","features":[339]},{"name":"WLDP_ISCLASSINAPPROVEDLIST_FN","features":[339]},{"name":"WLDP_ISDYNAMICCODEPOLICYENABLED_FN","features":[339]},{"name":"WLDP_ISPRODUCTIONCONFIGURATION_FN","features":[339]},{"name":"WLDP_ISWCOSPRODUCTIONCONFIGURATION_FN","features":[339]},{"name":"WLDP_KEY","features":[339]},{"name":"WLDP_LOCKDOWN_AUDIT_FLAG","features":[339]},{"name":"WLDP_LOCKDOWN_CONFIG_CI_AUDIT_FLAG","features":[339]},{"name":"WLDP_LOCKDOWN_CONFIG_CI_FLAG","features":[339]},{"name":"WLDP_LOCKDOWN_DEFINED_FLAG","features":[339]},{"name":"WLDP_LOCKDOWN_EXCLUSION_FLAG","features":[339]},{"name":"WLDP_LOCKDOWN_OFF","features":[339]},{"name":"WLDP_LOCKDOWN_UMCIENFORCE_FLAG","features":[339]},{"name":"WLDP_LOCKDOWN_UNDEFINED","features":[339]},{"name":"WLDP_POLICY_SETTING","features":[339]},{"name":"WLDP_POLICY_SETTING_AV_PERF_MODE","features":[339]},{"name":"WLDP_QUERYDANAMICCODETRUST_FN","features":[339]},{"name":"WLDP_QUERYDEVICESECURITYINFORMATION_FN","features":[339]},{"name":"WLDP_QUERYDYNAMICCODETRUST_FN","features":[339]},{"name":"WLDP_QUERYPOLICYSETTINGENABLED2_FN","features":[339]},{"name":"WLDP_QUERYPOLICYSETTINGENABLED_FN","features":[339]},{"name":"WLDP_QUERYWINDOWSLOCKDOWNMODE_FN","features":[339]},{"name":"WLDP_QUERYWINDOWSLOCKDOWNRESTRICTION_FN","features":[339]},{"name":"WLDP_RESETPRODUCTIONCONFIGURATION_FN","features":[339]},{"name":"WLDP_RESETWCOSPRODUCTIONCONFIGURATION_FN","features":[339]},{"name":"WLDP_SETDYNAMICCODETRUST_FN","features":[339]},{"name":"WLDP_SETWINDOWSLOCKDOWNRESTRICTION_FN","features":[339]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE","features":[339]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_LOCKED","features":[339]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_MAX","features":[339]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_TRIAL","features":[339]},{"name":"WLDP_WINDOWS_LOCKDOWN_MODE_UNLOCKED","features":[339]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION","features":[339]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_MAX","features":[339]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NONE","features":[339]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NOUNLOCK","features":[339]},{"name":"WLDP_WINDOWS_LOCKDOWN_RESTRICTION_NOUNLOCK_PERMANENT","features":[339]},{"name":"WM_CONVERTREQUEST","features":[339]},{"name":"WM_CONVERTRESULT","features":[339]},{"name":"WM_IMEKEYDOWN","features":[339]},{"name":"WM_IMEKEYUP","features":[339]},{"name":"WM_IME_REPORT","features":[339]},{"name":"WM_INTERIM","features":[339]},{"name":"WM_WNT_CONVERTREQUESTEX","features":[339]},{"name":"WinStationInformation","features":[339]},{"name":"WinWatchClose","features":[339]},{"name":"WinWatchDidStatusChange","features":[305,339]},{"name":"WinWatchGetClipList","features":[305,317,339]},{"name":"WinWatchNotify","features":[305,339]},{"name":"WinWatchOpen","features":[305,339]},{"name":"WldpCanExecuteBuffer","features":[339]},{"name":"WldpCanExecuteFile","features":[305,339]},{"name":"WldpCanExecuteStream","features":[358,339]},{"name":"WldpGetLockdownPolicy","features":[305,339]},{"name":"WldpIsClassInApprovedList","features":[305,339]},{"name":"WldpIsDynamicCodePolicyEnabled","features":[305,339]},{"name":"WldpQueryDeviceSecurityInformation","features":[339]},{"name":"WldpQueryDynamicCodeTrust","features":[305,339]},{"name":"WldpSetDynamicCodeTrust","features":[305,339]},{"name":"WritePrivateProfileSectionA","features":[305,339]},{"name":"WritePrivateProfileSectionW","features":[305,339]},{"name":"WritePrivateProfileStringA","features":[305,339]},{"name":"WritePrivateProfileStringW","features":[305,339]},{"name":"WritePrivateProfileStructA","features":[305,339]},{"name":"WritePrivateProfileStructW","features":[305,339]},{"name":"WriteProfileSectionA","features":[305,339]},{"name":"WriteProfileSectionW","features":[305,339]},{"name":"WriteProfileStringA","features":[305,339]},{"name":"WriteProfileStringW","features":[305,339]},{"name":"_hread","features":[339]},{"name":"_hwrite","features":[339]},{"name":"_lclose","features":[339]},{"name":"_lcreat","features":[339]},{"name":"_llseek","features":[339]},{"name":"_lopen","features":[339]},{"name":"_lread","features":[339]},{"name":"_lwrite","features":[339]},{"name":"uaw_lstrcmpW","features":[339]},{"name":"uaw_lstrcmpiW","features":[339]},{"name":"uaw_lstrlenW","features":[339]},{"name":"uaw_wcschr","features":[339]},{"name":"uaw_wcscpy","features":[339]},{"name":"uaw_wcsicmp","features":[339]},{"name":"uaw_wcslen","features":[339]},{"name":"uaw_wcsrchr","features":[339]}],"654":[{"name":"CCR_COLLISION","features":[623]},{"name":"CCR_IDENTITY","features":[623]},{"name":"CCR_NOPARENT","features":[623]},{"name":"CCR_OTHER","features":[623]},{"name":"CONFLICT_RESOLUTION_POLICY","features":[623]},{"name":"CONSTRAINT_CONFLICT_REASON","features":[623]},{"name":"CRP_DESTINATION_PROVIDER_WINS","features":[623]},{"name":"CRP_LAST","features":[623]},{"name":"CRP_NONE","features":[623]},{"name":"CRP_SOURCE_PROVIDER_WINS","features":[623]},{"name":"FCT_INTERSECTION","features":[623]},{"name":"FILTERING_TYPE","features":[623]},{"name":"FILTER_COMBINATION_TYPE","features":[623]},{"name":"FT_CURRENT_ITEMS_AND_VERSIONS_FOR_MOVED_OUT_ITEMS","features":[623]},{"name":"FT_CURRENT_ITEMS_ONLY","features":[623]},{"name":"IAsynchronousDataRetriever","features":[623]},{"name":"IChangeConflict","features":[623]},{"name":"IChangeUnitException","features":[623]},{"name":"IChangeUnitListFilterInfo","features":[623]},{"name":"IClockVector","features":[623]},{"name":"IClockVectorElement","features":[623]},{"name":"ICombinedFilterInfo","features":[623]},{"name":"IConstraintConflict","features":[623]},{"name":"IConstructReplicaKeyMap","features":[623]},{"name":"ICoreFragment","features":[623]},{"name":"ICoreFragmentInspector","features":[623]},{"name":"ICustomFilterInfo","features":[623]},{"name":"ID_PARAMETERS","features":[305,623]},{"name":"ID_PARAMETER_PAIR","features":[305,623]},{"name":"IDataRetrieverCallback","features":[623]},{"name":"IEnumChangeUnitExceptions","features":[623]},{"name":"IEnumClockVector","features":[623]},{"name":"IEnumFeedClockVector","features":[623]},{"name":"IEnumItemIds","features":[623]},{"name":"IEnumRangeExceptions","features":[623]},{"name":"IEnumSingleItemExceptions","features":[623]},{"name":"IEnumSyncChangeUnits","features":[623]},{"name":"IEnumSyncChanges","features":[623]},{"name":"IEnumSyncProviderConfigUIInfos","features":[623]},{"name":"IEnumSyncProviderInfos","features":[623]},{"name":"IFeedClockVector","features":[623]},{"name":"IFeedClockVectorElement","features":[623]},{"name":"IFilterKeyMap","features":[623]},{"name":"IFilterRequestCallback","features":[623]},{"name":"IFilterTrackingProvider","features":[623]},{"name":"IFilterTrackingRequestCallback","features":[623]},{"name":"IFilterTrackingSyncChangeBuilder","features":[623]},{"name":"IForgottenKnowledge","features":[623]},{"name":"IKnowledgeSyncProvider","features":[623]},{"name":"ILoadChangeContext","features":[623]},{"name":"IProviderConverter","features":[623]},{"name":"IRangeException","features":[623]},{"name":"IRecoverableError","features":[623]},{"name":"IRecoverableErrorData","features":[623]},{"name":"IRegisteredSyncProvider","features":[623]},{"name":"IReplicaKeyMap","features":[623]},{"name":"IRequestFilteredSync","features":[623]},{"name":"ISingleItemException","features":[623]},{"name":"ISupportFilteredSync","features":[623]},{"name":"ISupportLastWriteTime","features":[623]},{"name":"ISyncCallback","features":[623]},{"name":"ISyncCallback2","features":[623]},{"name":"ISyncChange","features":[623]},{"name":"ISyncChangeBatch","features":[623]},{"name":"ISyncChangeBatch2","features":[623]},{"name":"ISyncChangeBatchAdvanced","features":[623]},{"name":"ISyncChangeBatchBase","features":[623]},{"name":"ISyncChangeBatchBase2","features":[623]},{"name":"ISyncChangeBatchWithFilterKeyMap","features":[623]},{"name":"ISyncChangeBatchWithPrerequisite","features":[623]},{"name":"ISyncChangeBuilder","features":[623]},{"name":"ISyncChangeUnit","features":[623]},{"name":"ISyncChangeWithFilterKeyMap","features":[623]},{"name":"ISyncChangeWithPrerequisite","features":[623]},{"name":"ISyncConstraintCallback","features":[623]},{"name":"ISyncDataConverter","features":[623]},{"name":"ISyncFilter","features":[623]},{"name":"ISyncFilterDeserializer","features":[623]},{"name":"ISyncFilterInfo","features":[623]},{"name":"ISyncFilterInfo2","features":[623]},{"name":"ISyncFullEnumerationChange","features":[623]},{"name":"ISyncFullEnumerationChangeBatch","features":[623]},{"name":"ISyncFullEnumerationChangeBatch2","features":[623]},{"name":"ISyncKnowledge","features":[623]},{"name":"ISyncKnowledge2","features":[623]},{"name":"ISyncMergeTombstoneChange","features":[623]},{"name":"ISyncProvider","features":[623]},{"name":"ISyncProviderConfigUI","features":[623]},{"name":"ISyncProviderConfigUIInfo","features":[623,430]},{"name":"ISyncProviderInfo","features":[623,430]},{"name":"ISyncProviderRegistration","features":[623]},{"name":"ISyncRegistrationChange","features":[623]},{"name":"ISyncSessionExtendedErrorInfo","features":[623]},{"name":"ISyncSessionState","features":[623]},{"name":"ISyncSessionState2","features":[623]},{"name":"ISynchronousDataRetriever","features":[623]},{"name":"KCCR_COOKIE_KNOWLEDGE_CONTAINED","features":[623]},{"name":"KCCR_COOKIE_KNOWLEDGE_CONTAINS","features":[623]},{"name":"KCCR_COOKIE_KNOWLEDGE_EQUAL","features":[623]},{"name":"KCCR_COOKIE_KNOWLEDGE_NOT_COMPARABLE","features":[623]},{"name":"KNOWLEDGE_COOKIE_COMPARISON_RESULT","features":[623]},{"name":"PKEY_CONFIGUI_CAPABILITIES","features":[305,623]},{"name":"PKEY_CONFIGUI_CLSID","features":[305,623]},{"name":"PKEY_CONFIGUI_CONTENTTYPE","features":[305,623]},{"name":"PKEY_CONFIGUI_DESCRIPTION","features":[305,623]},{"name":"PKEY_CONFIGUI_ICON","features":[305,623]},{"name":"PKEY_CONFIGUI_INSTANCEID","features":[305,623]},{"name":"PKEY_CONFIGUI_IS_GLOBAL","features":[305,623]},{"name":"PKEY_CONFIGUI_MENUITEM","features":[305,623]},{"name":"PKEY_CONFIGUI_MENUITEM_NOUI","features":[305,623]},{"name":"PKEY_CONFIGUI_NAME","features":[305,623]},{"name":"PKEY_CONFIGUI_SUPPORTED_ARCHITECTURE","features":[305,623]},{"name":"PKEY_CONFIGUI_TOOLTIPS","features":[305,623]},{"name":"PKEY_PROVIDER_CAPABILITIES","features":[305,623]},{"name":"PKEY_PROVIDER_CLSID","features":[305,623]},{"name":"PKEY_PROVIDER_CONFIGUI","features":[305,623]},{"name":"PKEY_PROVIDER_CONTENTTYPE","features":[305,623]},{"name":"PKEY_PROVIDER_DESCRIPTION","features":[305,623]},{"name":"PKEY_PROVIDER_ICON","features":[305,623]},{"name":"PKEY_PROVIDER_INSTANCEID","features":[305,623]},{"name":"PKEY_PROVIDER_NAME","features":[305,623]},{"name":"PKEY_PROVIDER_SUPPORTED_ARCHITECTURE","features":[305,623]},{"name":"PKEY_PROVIDER_TOOLTIPS","features":[305,623]},{"name":"SCC_CAN_CREATE_WITHOUT_UI","features":[623]},{"name":"SCC_CAN_MODIFY_WITHOUT_UI","features":[623]},{"name":"SCC_CREATE_NOT_SUPPORTED","features":[623]},{"name":"SCC_DEFAULT","features":[623]},{"name":"SCC_MODIFY_NOT_SUPPORTED","features":[623]},{"name":"SCRA_ACCEPT_DESTINATION_PROVIDER","features":[623]},{"name":"SCRA_ACCEPT_SOURCE_PROVIDER","features":[623]},{"name":"SCRA_DEFER","features":[623]},{"name":"SCRA_MERGE","features":[623]},{"name":"SCRA_RENAME_DESTINATION","features":[623]},{"name":"SCRA_RENAME_SOURCE","features":[623]},{"name":"SCRA_TRANSFER_AND_DEFER","features":[623]},{"name":"SFEA_ABORT","features":[623]},{"name":"SFEA_FULL_ENUMERATION","features":[623]},{"name":"SFEA_PARTIAL_SYNC","features":[623]},{"name":"SPC_DEFAULT","features":[623]},{"name":"SPR_DESTINATION","features":[623]},{"name":"SPR_SOURCE","features":[623]},{"name":"SPS_CHANGE_APPLICATION","features":[623]},{"name":"SPS_CHANGE_DETECTION","features":[623]},{"name":"SPS_CHANGE_ENUMERATION","features":[623]},{"name":"SRA_ACCEPT_DESTINATION_PROVIDER","features":[623]},{"name":"SRA_ACCEPT_SOURCE_PROVIDER","features":[623]},{"name":"SRA_DEFER","features":[623]},{"name":"SRA_LAST","features":[623]},{"name":"SRA_MERGE","features":[623]},{"name":"SRA_TRANSFER_AND_DEFER","features":[623]},{"name":"SRE_CONFIGUI_ADDED","features":[623]},{"name":"SRE_CONFIGUI_REMOVED","features":[623]},{"name":"SRE_CONFIGUI_UPDATED","features":[623]},{"name":"SRE_PROVIDER_ADDED","features":[623]},{"name":"SRE_PROVIDER_REMOVED","features":[623]},{"name":"SRE_PROVIDER_STATE_CHANGED","features":[623]},{"name":"SRE_PROVIDER_UPDATED","features":[623]},{"name":"SYNC_32_BIT_SUPPORTED","features":[623]},{"name":"SYNC_64_BIT_SUPPORTED","features":[623]},{"name":"SYNC_CHANGE_FLAG_DELETED","features":[623]},{"name":"SYNC_CHANGE_FLAG_DOES_NOT_EXIST","features":[623]},{"name":"SYNC_CHANGE_FLAG_GHOST","features":[623]},{"name":"SYNC_CONSTRAINT_RESOLVE_ACTION","features":[623]},{"name":"SYNC_FILTER_CHANGE","features":[305,623]},{"name":"SYNC_FILTER_INFO_COMBINED","features":[623]},{"name":"SYNC_FILTER_INFO_FLAG_CHANGE_UNIT_LIST","features":[623]},{"name":"SYNC_FILTER_INFO_FLAG_CUSTOM","features":[623]},{"name":"SYNC_FILTER_INFO_FLAG_ITEM_LIST","features":[623]},{"name":"SYNC_FULL_ENUMERATION_ACTION","features":[623]},{"name":"SYNC_PROGRESS_STAGE","features":[623]},{"name":"SYNC_PROVIDER_CONFIGUI_CONFIGURATION_VERSION","features":[623]},{"name":"SYNC_PROVIDER_CONFIGURATION_VERSION","features":[623]},{"name":"SYNC_PROVIDER_ROLE","features":[623]},{"name":"SYNC_PROVIDER_STATE_DIRTY","features":[623]},{"name":"SYNC_PROVIDER_STATE_ENABLED","features":[623]},{"name":"SYNC_RANGE","features":[623]},{"name":"SYNC_REGISTRATION_EVENT","features":[623]},{"name":"SYNC_RESOLVE_ACTION","features":[623]},{"name":"SYNC_SERIALIZATION_VERSION","features":[623]},{"name":"SYNC_SERIALIZATION_VERSION_V1","features":[623]},{"name":"SYNC_SERIALIZATION_VERSION_V2","features":[623]},{"name":"SYNC_SERIALIZATION_VERSION_V3","features":[623]},{"name":"SYNC_SERIALIZE_REPLICA_KEY_MAP","features":[623]},{"name":"SYNC_SESSION_STATISTICS","features":[623]},{"name":"SYNC_STATISTICS","features":[623]},{"name":"SYNC_STATISTICS_RANGE_COUNT","features":[623]},{"name":"SYNC_TIME","features":[623]},{"name":"SYNC_VERSION","features":[623]},{"name":"SYNC_VERSION_FLAG_FROM_FEED","features":[623]},{"name":"SYNC_VERSION_FLAG_HAS_BY","features":[623]},{"name":"SyncProviderConfigUIConfiguration","features":[305,623]},{"name":"SyncProviderConfiguration","features":[623]},{"name":"SyncProviderRegistration","features":[623]}],"655":[{"name":"CIMTYPE_ENUMERATION","features":[564]},{"name":"CIM_BOOLEAN","features":[564]},{"name":"CIM_CHAR16","features":[564]},{"name":"CIM_DATETIME","features":[564]},{"name":"CIM_EMPTY","features":[564]},{"name":"CIM_FLAG_ARRAY","features":[564]},{"name":"CIM_ILLEGAL","features":[564]},{"name":"CIM_OBJECT","features":[564]},{"name":"CIM_REAL32","features":[564]},{"name":"CIM_REAL64","features":[564]},{"name":"CIM_REFERENCE","features":[564]},{"name":"CIM_SINT16","features":[564]},{"name":"CIM_SINT32","features":[564]},{"name":"CIM_SINT64","features":[564]},{"name":"CIM_SINT8","features":[564]},{"name":"CIM_STRING","features":[564]},{"name":"CIM_UINT16","features":[564]},{"name":"CIM_UINT32","features":[564]},{"name":"CIM_UINT64","features":[564]},{"name":"CIM_UINT8","features":[564]},{"name":"IEnumWbemClassObject","features":[564]},{"name":"IMofCompiler","features":[564]},{"name":"ISWbemDateTime","features":[358,564]},{"name":"ISWbemEventSource","features":[358,564]},{"name":"ISWbemLastError","features":[358,564]},{"name":"ISWbemLocator","features":[358,564]},{"name":"ISWbemMethod","features":[358,564]},{"name":"ISWbemMethodSet","features":[358,564]},{"name":"ISWbemNamedValue","features":[358,564]},{"name":"ISWbemNamedValueSet","features":[358,564]},{"name":"ISWbemObject","features":[358,564]},{"name":"ISWbemObjectEx","features":[358,564]},{"name":"ISWbemObjectPath","features":[358,564]},{"name":"ISWbemObjectSet","features":[358,564]},{"name":"ISWbemPrivilege","features":[358,564]},{"name":"ISWbemPrivilegeSet","features":[358,564]},{"name":"ISWbemProperty","features":[358,564]},{"name":"ISWbemPropertySet","features":[358,564]},{"name":"ISWbemQualifier","features":[358,564]},{"name":"ISWbemQualifierSet","features":[358,564]},{"name":"ISWbemRefreshableItem","features":[358,564]},{"name":"ISWbemRefresher","features":[358,564]},{"name":"ISWbemSecurity","features":[358,564]},{"name":"ISWbemServices","features":[358,564]},{"name":"ISWbemServicesEx","features":[358,564]},{"name":"ISWbemSink","features":[358,564]},{"name":"ISWbemSinkEvents","features":[358,564]},{"name":"IUnsecuredApartment","features":[564]},{"name":"IWMIExtension","features":[358,564]},{"name":"IWbemAddressResolution","features":[564]},{"name":"IWbemBackupRestore","features":[564]},{"name":"IWbemBackupRestoreEx","features":[564]},{"name":"IWbemCallResult","features":[564]},{"name":"IWbemClassObject","features":[564]},{"name":"IWbemClientConnectionTransport","features":[564]},{"name":"IWbemClientTransport","features":[564]},{"name":"IWbemConfigureRefresher","features":[564]},{"name":"IWbemConnectorLogin","features":[564]},{"name":"IWbemConstructClassObject","features":[564]},{"name":"IWbemContext","features":[564]},{"name":"IWbemDecoupledBasicEventProvider","features":[564]},{"name":"IWbemDecoupledRegistrar","features":[564]},{"name":"IWbemEventConsumerProvider","features":[564]},{"name":"IWbemEventProvider","features":[564]},{"name":"IWbemEventProviderQuerySink","features":[564]},{"name":"IWbemEventProviderSecurity","features":[564]},{"name":"IWbemEventSink","features":[564]},{"name":"IWbemHiPerfEnum","features":[564]},{"name":"IWbemHiPerfProvider","features":[564]},{"name":"IWbemLevel1Login","features":[564]},{"name":"IWbemLocator","features":[564]},{"name":"IWbemObjectAccess","features":[564]},{"name":"IWbemObjectSink","features":[564]},{"name":"IWbemObjectSinkEx","features":[564]},{"name":"IWbemObjectTextSrc","features":[564]},{"name":"IWbemPath","features":[564]},{"name":"IWbemPathKeyList","features":[564]},{"name":"IWbemPropertyProvider","features":[564]},{"name":"IWbemProviderIdentity","features":[564]},{"name":"IWbemProviderInit","features":[564]},{"name":"IWbemProviderInitSink","features":[564]},{"name":"IWbemQualifierSet","features":[564]},{"name":"IWbemQuery","features":[564]},{"name":"IWbemRefresher","features":[564]},{"name":"IWbemServices","features":[564]},{"name":"IWbemShutdown","features":[564]},{"name":"IWbemStatusCodeText","features":[564]},{"name":"IWbemTransport","features":[564]},{"name":"IWbemUnboundObjectSink","features":[564]},{"name":"IWbemUnsecuredApartment","features":[564]},{"name":"MI_ARRAY","features":[564]},{"name":"MI_Application","features":[564]},{"name":"MI_ApplicationFT","features":[564]},{"name":"MI_Application_InitializeV1","features":[564]},{"name":"MI_Array","features":[564]},{"name":"MI_ArrayField","features":[564]},{"name":"MI_BOOLEAN","features":[564]},{"name":"MI_BOOLEANA","features":[564]},{"name":"MI_BooleanA","features":[564]},{"name":"MI_BooleanAField","features":[564]},{"name":"MI_BooleanField","features":[564]},{"name":"MI_CALLBACKMODE_IGNORE","features":[564]},{"name":"MI_CALLBACKMODE_INQUIRE","features":[564]},{"name":"MI_CALLBACKMODE_REPORT","features":[564]},{"name":"MI_CALL_VERSION","features":[564]},{"name":"MI_CHAR16","features":[564]},{"name":"MI_CHAR16A","features":[564]},{"name":"MI_CHAR_TYPE","features":[564]},{"name":"MI_CallbackMode","features":[564]},{"name":"MI_CancelCallback","features":[564]},{"name":"MI_CancellationReason","features":[564]},{"name":"MI_Char16A","features":[564]},{"name":"MI_Char16AField","features":[564]},{"name":"MI_Char16Field","features":[564]},{"name":"MI_Class","features":[564]},{"name":"MI_ClassDecl","features":[564]},{"name":"MI_ClassFT","features":[564]},{"name":"MI_ClientFT_V1","features":[564]},{"name":"MI_ConstBooleanA","features":[564]},{"name":"MI_ConstBooleanAField","features":[564]},{"name":"MI_ConstBooleanField","features":[564]},{"name":"MI_ConstChar16A","features":[564]},{"name":"MI_ConstChar16AField","features":[564]},{"name":"MI_ConstChar16Field","features":[564]},{"name":"MI_ConstDatetimeA","features":[564]},{"name":"MI_ConstDatetimeAField","features":[564]},{"name":"MI_ConstDatetimeField","features":[564]},{"name":"MI_ConstInstanceA","features":[564]},{"name":"MI_ConstInstanceAField","features":[564]},{"name":"MI_ConstInstanceField","features":[564]},{"name":"MI_ConstReal32A","features":[564]},{"name":"MI_ConstReal32AField","features":[564]},{"name":"MI_ConstReal32Field","features":[564]},{"name":"MI_ConstReal64A","features":[564]},{"name":"MI_ConstReal64AField","features":[564]},{"name":"MI_ConstReal64Field","features":[564]},{"name":"MI_ConstReferenceA","features":[564]},{"name":"MI_ConstReferenceAField","features":[564]},{"name":"MI_ConstReferenceField","features":[564]},{"name":"MI_ConstSint16A","features":[564]},{"name":"MI_ConstSint16AField","features":[564]},{"name":"MI_ConstSint16Field","features":[564]},{"name":"MI_ConstSint32A","features":[564]},{"name":"MI_ConstSint32AField","features":[564]},{"name":"MI_ConstSint32Field","features":[564]},{"name":"MI_ConstSint64A","features":[564]},{"name":"MI_ConstSint64AField","features":[564]},{"name":"MI_ConstSint64Field","features":[564]},{"name":"MI_ConstSint8A","features":[564]},{"name":"MI_ConstSint8AField","features":[564]},{"name":"MI_ConstSint8Field","features":[564]},{"name":"MI_ConstStringA","features":[564]},{"name":"MI_ConstStringAField","features":[564]},{"name":"MI_ConstStringField","features":[564]},{"name":"MI_ConstUint16A","features":[564]},{"name":"MI_ConstUint16AField","features":[564]},{"name":"MI_ConstUint16Field","features":[564]},{"name":"MI_ConstUint32A","features":[564]},{"name":"MI_ConstUint32AField","features":[564]},{"name":"MI_ConstUint32Field","features":[564]},{"name":"MI_ConstUint64A","features":[564]},{"name":"MI_ConstUint64AField","features":[564]},{"name":"MI_ConstUint64Field","features":[564]},{"name":"MI_ConstUint8A","features":[564]},{"name":"MI_ConstUint8AField","features":[564]},{"name":"MI_ConstUint8Field","features":[564]},{"name":"MI_Context","features":[564]},{"name":"MI_ContextFT","features":[564]},{"name":"MI_DATETIME","features":[564]},{"name":"MI_DATETIMEA","features":[564]},{"name":"MI_Datetime","features":[564]},{"name":"MI_DatetimeA","features":[564]},{"name":"MI_DatetimeAField","features":[564]},{"name":"MI_DatetimeField","features":[564]},{"name":"MI_Deserializer","features":[564]},{"name":"MI_DeserializerFT","features":[564]},{"name":"MI_Deserializer_ClassObjectNeeded","features":[564]},{"name":"MI_DestinationOptions","features":[564]},{"name":"MI_DestinationOptionsFT","features":[564]},{"name":"MI_DestinationOptions_ImpersonationType","features":[564]},{"name":"MI_DestinationOptions_ImpersonationType_Default","features":[564]},{"name":"MI_DestinationOptions_ImpersonationType_Delegate","features":[564]},{"name":"MI_DestinationOptions_ImpersonationType_Identify","features":[564]},{"name":"MI_DestinationOptions_ImpersonationType_Impersonate","features":[564]},{"name":"MI_DestinationOptions_ImpersonationType_None","features":[564]},{"name":"MI_ERRORCATEGORY_ACCESS_DENIED","features":[564]},{"name":"MI_ERRORCATEGORY_AUTHENTICATION_ERROR","features":[564]},{"name":"MI_ERRORCATEGORY_CLOS_EERROR","features":[564]},{"name":"MI_ERRORCATEGORY_CONNECTION_ERROR","features":[564]},{"name":"MI_ERRORCATEGORY_DEADLOCK_DETECTED","features":[564]},{"name":"MI_ERRORCATEGORY_DEVICE_ERROR","features":[564]},{"name":"MI_ERRORCATEGORY_FROM_STDERR","features":[564]},{"name":"MI_ERRORCATEGORY_INVALID_ARGUMENT","features":[564]},{"name":"MI_ERRORCATEGORY_INVALID_DATA","features":[564]},{"name":"MI_ERRORCATEGORY_INVALID_OPERATION","features":[564]},{"name":"MI_ERRORCATEGORY_INVALID_RESULT","features":[564]},{"name":"MI_ERRORCATEGORY_INVALID_TYPE","features":[564]},{"name":"MI_ERRORCATEGORY_LIMITS_EXCEEDED","features":[564]},{"name":"MI_ERRORCATEGORY_METADATA_ERROR","features":[564]},{"name":"MI_ERRORCATEGORY_NOT_ENABLED","features":[564]},{"name":"MI_ERRORCATEGORY_NOT_IMPLEMENTED","features":[564]},{"name":"MI_ERRORCATEGORY_NOT_INSTALLED","features":[564]},{"name":"MI_ERRORCATEGORY_NOT_SPECIFIED","features":[564]},{"name":"MI_ERRORCATEGORY_OBJECT_NOT_FOUND","features":[564]},{"name":"MI_ERRORCATEGORY_OPEN_ERROR","features":[564]},{"name":"MI_ERRORCATEGORY_OPERATION_STOPPED","features":[564]},{"name":"MI_ERRORCATEGORY_OPERATION_TIMEOUT","features":[564]},{"name":"MI_ERRORCATEGORY_PARSER_ERROR","features":[564]},{"name":"MI_ERRORCATEGORY_PROTOCOL_ERROR","features":[564]},{"name":"MI_ERRORCATEGORY_QUOTA_EXCEEDED","features":[564]},{"name":"MI_ERRORCATEGORY_READ_ERROR","features":[564]},{"name":"MI_ERRORCATEGORY_RESOURCE_BUSY","features":[564]},{"name":"MI_ERRORCATEGORY_RESOURCE_EXISTS","features":[564]},{"name":"MI_ERRORCATEGORY_RESOURCE_UNAVAILABLE","features":[564]},{"name":"MI_ERRORCATEGORY_SECURITY_ERROR","features":[564]},{"name":"MI_ERRORCATEGORY_SYNTAX_ERROR","features":[564]},{"name":"MI_ERRORCATEGORY_WRITE_ERROR","features":[564]},{"name":"MI_ErrorCategory","features":[564]},{"name":"MI_FLAG_ABSTRACT","features":[564]},{"name":"MI_FLAG_ADOPT","features":[564]},{"name":"MI_FLAG_ANY","features":[564]},{"name":"MI_FLAG_ASSOCIATION","features":[564]},{"name":"MI_FLAG_BORROW","features":[564]},{"name":"MI_FLAG_CLASS","features":[564]},{"name":"MI_FLAG_DISABLEOVERRIDE","features":[564]},{"name":"MI_FLAG_ENABLEOVERRIDE","features":[564]},{"name":"MI_FLAG_EXPENSIVE","features":[564]},{"name":"MI_FLAG_EXTENDED","features":[564]},{"name":"MI_FLAG_IN","features":[564]},{"name":"MI_FLAG_INDICATION","features":[564]},{"name":"MI_FLAG_KEY","features":[564]},{"name":"MI_FLAG_METHOD","features":[564]},{"name":"MI_FLAG_NOT_MODIFIED","features":[564]},{"name":"MI_FLAG_NULL","features":[564]},{"name":"MI_FLAG_OUT","features":[564]},{"name":"MI_FLAG_PARAMETER","features":[564]},{"name":"MI_FLAG_PROPERTY","features":[564]},{"name":"MI_FLAG_READONLY","features":[564]},{"name":"MI_FLAG_REFERENCE","features":[564]},{"name":"MI_FLAG_REQUIRED","features":[564]},{"name":"MI_FLAG_RESTRICTED","features":[564]},{"name":"MI_FLAG_STATIC","features":[564]},{"name":"MI_FLAG_STREAM","features":[564]},{"name":"MI_FLAG_TERMINAL","features":[564]},{"name":"MI_FLAG_TOSUBCLASS","features":[564]},{"name":"MI_FLAG_TRANSLATABLE","features":[564]},{"name":"MI_FLAG_VERSION","features":[564]},{"name":"MI_FeatureDecl","features":[564]},{"name":"MI_Filter","features":[564]},{"name":"MI_FilterFT","features":[564]},{"name":"MI_HostedProvider","features":[564]},{"name":"MI_HostedProviderFT","features":[564]},{"name":"MI_INSTANCE","features":[564]},{"name":"MI_INSTANCEA","features":[564]},{"name":"MI_Instance","features":[564]},{"name":"MI_InstanceA","features":[564]},{"name":"MI_InstanceAField","features":[564]},{"name":"MI_InstanceExFT","features":[564]},{"name":"MI_InstanceFT","features":[564]},{"name":"MI_InstanceField","features":[564]},{"name":"MI_Interval","features":[564]},{"name":"MI_LOCALE_TYPE_CLOSEST_DATA","features":[564]},{"name":"MI_LOCALE_TYPE_CLOSEST_UI","features":[564]},{"name":"MI_LOCALE_TYPE_REQUESTED_DATA","features":[564]},{"name":"MI_LOCALE_TYPE_REQUESTED_UI","features":[564]},{"name":"MI_LocaleType","features":[564]},{"name":"MI_MAX_LOCALE_SIZE","features":[564]},{"name":"MI_MODULE_FLAG_BOOLEANS","features":[564]},{"name":"MI_MODULE_FLAG_CPLUSPLUS","features":[564]},{"name":"MI_MODULE_FLAG_DESCRIPTIONS","features":[564]},{"name":"MI_MODULE_FLAG_FILTER_SUPPORT","features":[564]},{"name":"MI_MODULE_FLAG_LOCALIZED","features":[564]},{"name":"MI_MODULE_FLAG_MAPPING_STRINGS","features":[564]},{"name":"MI_MODULE_FLAG_STANDARD_QUALIFIERS","features":[564]},{"name":"MI_MODULE_FLAG_VALUES","features":[564]},{"name":"MI_MainFunction","features":[564]},{"name":"MI_MethodDecl","features":[564]},{"name":"MI_MethodDecl_Invoke","features":[564]},{"name":"MI_Module","features":[564]},{"name":"MI_Module_Load","features":[564]},{"name":"MI_Module_Self","features":[564]},{"name":"MI_Module_Unload","features":[564]},{"name":"MI_OPERATIONFLAGS_BASIC_RTTI","features":[564]},{"name":"MI_OPERATIONFLAGS_DEFAULT_RTTI","features":[564]},{"name":"MI_OPERATIONFLAGS_EXPENSIVE_PROPERTIES","features":[564]},{"name":"MI_OPERATIONFLAGS_FULL_RTTI","features":[564]},{"name":"MI_OPERATIONFLAGS_LOCALIZED_QUALIFIERS","features":[564]},{"name":"MI_OPERATIONFLAGS_MANUAL_ACK_RESULTS","features":[564]},{"name":"MI_OPERATIONFLAGS_NO_RTTI","features":[564]},{"name":"MI_OPERATIONFLAGS_POLYMORPHISM_DEEP_BASE_PROPS_ONLY","features":[564]},{"name":"MI_OPERATIONFLAGS_POLYMORPHISM_SHALLOW","features":[564]},{"name":"MI_OPERATIONFLAGS_REPORT_OPERATION_STARTED","features":[564]},{"name":"MI_OPERATIONFLAGS_STANDARD_RTTI","features":[564]},{"name":"MI_ObjectDecl","features":[564]},{"name":"MI_Operation","features":[564]},{"name":"MI_OperationCallback_Class","features":[564]},{"name":"MI_OperationCallback_Indication","features":[564]},{"name":"MI_OperationCallback_Instance","features":[564]},{"name":"MI_OperationCallback_PromptUser","features":[564]},{"name":"MI_OperationCallback_ResponseType","features":[564]},{"name":"MI_OperationCallback_ResponseType_No","features":[564]},{"name":"MI_OperationCallback_ResponseType_NoToAll","features":[564]},{"name":"MI_OperationCallback_ResponseType_Yes","features":[564]},{"name":"MI_OperationCallback_ResponseType_YesToAll","features":[564]},{"name":"MI_OperationCallback_StreamedParameter","features":[564]},{"name":"MI_OperationCallback_WriteError","features":[564]},{"name":"MI_OperationCallback_WriteMessage","features":[564]},{"name":"MI_OperationCallback_WriteProgress","features":[564]},{"name":"MI_OperationCallbacks","features":[564]},{"name":"MI_OperationFT","features":[564]},{"name":"MI_OperationOptions","features":[564]},{"name":"MI_OperationOptionsFT","features":[564]},{"name":"MI_PROMPTTYPE_CRITICAL","features":[564]},{"name":"MI_PROMPTTYPE_NORMAL","features":[564]},{"name":"MI_PROVIDER_ARCHITECTURE_32BIT","features":[564]},{"name":"MI_PROVIDER_ARCHITECTURE_64BIT","features":[564]},{"name":"MI_ParameterDecl","features":[564]},{"name":"MI_ParameterSet","features":[564]},{"name":"MI_ParameterSetFT","features":[564]},{"name":"MI_PromptType","features":[564]},{"name":"MI_PropertyDecl","features":[564]},{"name":"MI_PropertySet","features":[564]},{"name":"MI_PropertySetFT","features":[564]},{"name":"MI_ProviderArchitecture","features":[564]},{"name":"MI_ProviderFT","features":[564]},{"name":"MI_ProviderFT_AssociatorInstances","features":[564]},{"name":"MI_ProviderFT_CreateInstance","features":[564]},{"name":"MI_ProviderFT_DeleteInstance","features":[564]},{"name":"MI_ProviderFT_DisableIndications","features":[564]},{"name":"MI_ProviderFT_EnableIndications","features":[564]},{"name":"MI_ProviderFT_EnumerateInstances","features":[564]},{"name":"MI_ProviderFT_GetInstance","features":[564]},{"name":"MI_ProviderFT_Invoke","features":[564]},{"name":"MI_ProviderFT_Load","features":[564]},{"name":"MI_ProviderFT_ModifyInstance","features":[564]},{"name":"MI_ProviderFT_ReferenceInstances","features":[564]},{"name":"MI_ProviderFT_Subscribe","features":[564]},{"name":"MI_ProviderFT_Unload","features":[564]},{"name":"MI_ProviderFT_Unsubscribe","features":[564]},{"name":"MI_Qualifier","features":[564]},{"name":"MI_QualifierDecl","features":[564]},{"name":"MI_QualifierSet","features":[564]},{"name":"MI_QualifierSetFT","features":[564]},{"name":"MI_REAL32","features":[564]},{"name":"MI_REAL32A","features":[564]},{"name":"MI_REAL64","features":[564]},{"name":"MI_REAL64A","features":[564]},{"name":"MI_REASON_NONE","features":[564]},{"name":"MI_REASON_SERVICESTOP","features":[564]},{"name":"MI_REASON_SHUTDOWN","features":[564]},{"name":"MI_REASON_TIMEOUT","features":[564]},{"name":"MI_REFERENCE","features":[564]},{"name":"MI_REFERENCEA","features":[564]},{"name":"MI_RESULT_ACCESS_DENIED","features":[564]},{"name":"MI_RESULT_ALREADY_EXISTS","features":[564]},{"name":"MI_RESULT_CLASS_HAS_CHILDREN","features":[564]},{"name":"MI_RESULT_CLASS_HAS_INSTANCES","features":[564]},{"name":"MI_RESULT_CONTINUATION_ON_ERROR_NOT_SUPPORTED","features":[564]},{"name":"MI_RESULT_FAILED","features":[564]},{"name":"MI_RESULT_FILTERED_ENUMERATION_NOT_SUPPORTED","features":[564]},{"name":"MI_RESULT_INVALID_CLASS","features":[564]},{"name":"MI_RESULT_INVALID_ENUMERATION_CONTEXT","features":[564]},{"name":"MI_RESULT_INVALID_NAMESPACE","features":[564]},{"name":"MI_RESULT_INVALID_OPERATION_TIMEOUT","features":[564]},{"name":"MI_RESULT_INVALID_PARAMETER","features":[564]},{"name":"MI_RESULT_INVALID_QUERY","features":[564]},{"name":"MI_RESULT_INVALID_SUPERCLASS","features":[564]},{"name":"MI_RESULT_METHOD_NOT_AVAILABLE","features":[564]},{"name":"MI_RESULT_METHOD_NOT_FOUND","features":[564]},{"name":"MI_RESULT_NAMESPACE_NOT_EMPTY","features":[564]},{"name":"MI_RESULT_NOT_FOUND","features":[564]},{"name":"MI_RESULT_NOT_SUPPORTED","features":[564]},{"name":"MI_RESULT_NO_SUCH_PROPERTY","features":[564]},{"name":"MI_RESULT_OK","features":[564]},{"name":"MI_RESULT_PULL_CANNOT_BE_ABANDONED","features":[564]},{"name":"MI_RESULT_PULL_HAS_BEEN_ABANDONED","features":[564]},{"name":"MI_RESULT_QUERY_LANGUAGE_NOT_SUPPORTED","features":[564]},{"name":"MI_RESULT_SERVER_IS_SHUTTING_DOWN","features":[564]},{"name":"MI_RESULT_SERVER_LIMITS_EXCEEDED","features":[564]},{"name":"MI_RESULT_TYPE_MISMATCH","features":[564]},{"name":"MI_Real32A","features":[564]},{"name":"MI_Real32AField","features":[564]},{"name":"MI_Real32Field","features":[564]},{"name":"MI_Real64A","features":[564]},{"name":"MI_Real64AField","features":[564]},{"name":"MI_Real64Field","features":[564]},{"name":"MI_ReferenceA","features":[564]},{"name":"MI_ReferenceAField","features":[564]},{"name":"MI_ReferenceField","features":[564]},{"name":"MI_Result","features":[564]},{"name":"MI_SERIALIZER_FLAGS_CLASS_DEEP","features":[564]},{"name":"MI_SERIALIZER_FLAGS_INSTANCE_WITH_CLASS","features":[564]},{"name":"MI_SINT16","features":[564]},{"name":"MI_SINT16A","features":[564]},{"name":"MI_SINT32","features":[564]},{"name":"MI_SINT32A","features":[564]},{"name":"MI_SINT64","features":[564]},{"name":"MI_SINT64A","features":[564]},{"name":"MI_SINT8","features":[564]},{"name":"MI_SINT8A","features":[564]},{"name":"MI_STRING","features":[564]},{"name":"MI_STRINGA","features":[564]},{"name":"MI_SUBSCRIBE_BOOKMARK_NEWEST","features":[564]},{"name":"MI_SUBSCRIBE_BOOKMARK_OLDEST","features":[564]},{"name":"MI_SchemaDecl","features":[564]},{"name":"MI_Serializer","features":[564]},{"name":"MI_SerializerFT","features":[564]},{"name":"MI_Server","features":[564]},{"name":"MI_ServerFT","features":[564]},{"name":"MI_Session","features":[564]},{"name":"MI_SessionCallbacks","features":[564]},{"name":"MI_SessionFT","features":[564]},{"name":"MI_Sint16A","features":[564]},{"name":"MI_Sint16AField","features":[564]},{"name":"MI_Sint16Field","features":[564]},{"name":"MI_Sint32A","features":[564]},{"name":"MI_Sint32AField","features":[564]},{"name":"MI_Sint32Field","features":[564]},{"name":"MI_Sint64A","features":[564]},{"name":"MI_Sint64AField","features":[564]},{"name":"MI_Sint64Field","features":[564]},{"name":"MI_Sint8A","features":[564]},{"name":"MI_Sint8AField","features":[564]},{"name":"MI_Sint8Field","features":[564]},{"name":"MI_StringA","features":[564]},{"name":"MI_StringAField","features":[564]},{"name":"MI_StringField","features":[564]},{"name":"MI_SubscriptionDeliveryOptions","features":[564]},{"name":"MI_SubscriptionDeliveryOptionsFT","features":[564]},{"name":"MI_SubscriptionDeliveryType","features":[564]},{"name":"MI_SubscriptionDeliveryType_Pull","features":[564]},{"name":"MI_SubscriptionDeliveryType_Push","features":[564]},{"name":"MI_Timestamp","features":[564]},{"name":"MI_Type","features":[564]},{"name":"MI_UINT16","features":[564]},{"name":"MI_UINT16A","features":[564]},{"name":"MI_UINT32","features":[564]},{"name":"MI_UINT32A","features":[564]},{"name":"MI_UINT64","features":[564]},{"name":"MI_UINT64A","features":[564]},{"name":"MI_UINT8","features":[564]},{"name":"MI_UINT8A","features":[564]},{"name":"MI_Uint16A","features":[564]},{"name":"MI_Uint16AField","features":[564]},{"name":"MI_Uint16Field","features":[564]},{"name":"MI_Uint32A","features":[564]},{"name":"MI_Uint32AField","features":[564]},{"name":"MI_Uint32Field","features":[564]},{"name":"MI_Uint64A","features":[564]},{"name":"MI_Uint64AField","features":[564]},{"name":"MI_Uint64Field","features":[564]},{"name":"MI_Uint8A","features":[564]},{"name":"MI_Uint8AField","features":[564]},{"name":"MI_Uint8Field","features":[564]},{"name":"MI_UserCredentials","features":[564]},{"name":"MI_UsernamePasswordCreds","features":[564]},{"name":"MI_UtilitiesFT","features":[564]},{"name":"MI_Value","features":[564]},{"name":"MI_WRITEMESSAGE_CHANNEL_DEBUG","features":[564]},{"name":"MI_WRITEMESSAGE_CHANNEL_VERBOSE","features":[564]},{"name":"MI_WRITEMESSAGE_CHANNEL_WARNING","features":[564]},{"name":"MofCompiler","features":[564]},{"name":"SWbemAnalysisMatrix","features":[305,564]},{"name":"SWbemAnalysisMatrixList","features":[305,564]},{"name":"SWbemAssocQueryInf","features":[564]},{"name":"SWbemDateTime","features":[564]},{"name":"SWbemEventSource","features":[564]},{"name":"SWbemLastError","features":[564]},{"name":"SWbemLocator","features":[564]},{"name":"SWbemMethod","features":[564]},{"name":"SWbemMethodSet","features":[564]},{"name":"SWbemNamedValue","features":[564]},{"name":"SWbemNamedValueSet","features":[564]},{"name":"SWbemObject","features":[564]},{"name":"SWbemObjectEx","features":[564]},{"name":"SWbemObjectPath","features":[564]},{"name":"SWbemObjectSet","features":[564]},{"name":"SWbemPrivilege","features":[564]},{"name":"SWbemPrivilegeSet","features":[564]},{"name":"SWbemProperty","features":[564]},{"name":"SWbemPropertySet","features":[564]},{"name":"SWbemQualifier","features":[564]},{"name":"SWbemQualifierSet","features":[564]},{"name":"SWbemQueryQualifiedName","features":[305,564]},{"name":"SWbemRefreshableItem","features":[564]},{"name":"SWbemRefresher","features":[564]},{"name":"SWbemRpnConst","features":[305,564]},{"name":"SWbemRpnEncodedQuery","features":[305,564]},{"name":"SWbemRpnQueryToken","features":[305,564]},{"name":"SWbemRpnTokenList","features":[564]},{"name":"SWbemSecurity","features":[564]},{"name":"SWbemServices","features":[564]},{"name":"SWbemServicesEx","features":[564]},{"name":"SWbemSink","features":[564]},{"name":"UnsecuredApartment","features":[564]},{"name":"WBEMESS_E_AUTHZ_NOT_PRIVILEGED","features":[564]},{"name":"WBEMESS_E_REGISTRATION_TOO_BROAD","features":[564]},{"name":"WBEMESS_E_REGISTRATION_TOO_PRECISE","features":[564]},{"name":"WBEMMOF_E_ALIASES_IN_EMBEDDED","features":[564]},{"name":"WBEMMOF_E_CIMTYPE_QUALIFIER","features":[564]},{"name":"WBEMMOF_E_DUPLICATE_PROPERTY","features":[564]},{"name":"WBEMMOF_E_DUPLICATE_QUALIFIER","features":[564]},{"name":"WBEMMOF_E_ERROR_CREATING_TEMP_FILE","features":[564]},{"name":"WBEMMOF_E_ERROR_INVALID_INCLUDE_FILE","features":[564]},{"name":"WBEMMOF_E_EXPECTED_ALIAS_NAME","features":[564]},{"name":"WBEMMOF_E_EXPECTED_BRACE_OR_BAD_TYPE","features":[564]},{"name":"WBEMMOF_E_EXPECTED_CLASS_NAME","features":[564]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_BRACE","features":[564]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_BRACKET","features":[564]},{"name":"WBEMMOF_E_EXPECTED_CLOSE_PAREN","features":[564]},{"name":"WBEMMOF_E_EXPECTED_DOLLAR","features":[564]},{"name":"WBEMMOF_E_EXPECTED_FLAVOR_TYPE","features":[564]},{"name":"WBEMMOF_E_EXPECTED_OPEN_BRACE","features":[564]},{"name":"WBEMMOF_E_EXPECTED_OPEN_PAREN","features":[564]},{"name":"WBEMMOF_E_EXPECTED_PROPERTY_NAME","features":[564]},{"name":"WBEMMOF_E_EXPECTED_QUALIFIER_NAME","features":[564]},{"name":"WBEMMOF_E_EXPECTED_SEMI","features":[564]},{"name":"WBEMMOF_E_EXPECTED_TYPE_IDENTIFIER","features":[564]},{"name":"WBEMMOF_E_ILLEGAL_CONSTANT_VALUE","features":[564]},{"name":"WBEMMOF_E_INCOMPATIBLE_FLAVOR_TYPES","features":[564]},{"name":"WBEMMOF_E_INCOMPATIBLE_FLAVOR_TYPES2","features":[564]},{"name":"WBEMMOF_E_INVALID_AMENDMENT_SYNTAX","features":[564]},{"name":"WBEMMOF_E_INVALID_CLASS_DECLARATION","features":[564]},{"name":"WBEMMOF_E_INVALID_DELETECLASS_SYNTAX","features":[564]},{"name":"WBEMMOF_E_INVALID_DELETEINSTANCE_SYNTAX","features":[564]},{"name":"WBEMMOF_E_INVALID_DUPLICATE_AMENDMENT","features":[564]},{"name":"WBEMMOF_E_INVALID_FILE","features":[564]},{"name":"WBEMMOF_E_INVALID_FLAGS_SYNTAX","features":[564]},{"name":"WBEMMOF_E_INVALID_INSTANCE_DECLARATION","features":[564]},{"name":"WBEMMOF_E_INVALID_NAMESPACE_SPECIFICATION","features":[564]},{"name":"WBEMMOF_E_INVALID_NAMESPACE_SYNTAX","features":[564]},{"name":"WBEMMOF_E_INVALID_PRAGMA","features":[564]},{"name":"WBEMMOF_E_INVALID_QUALIFIER_SYNTAX","features":[564]},{"name":"WBEMMOF_E_MULTIPLE_ALIASES","features":[564]},{"name":"WBEMMOF_E_MUST_BE_IN_OR_OUT","features":[564]},{"name":"WBEMMOF_E_NO_ARRAYS_RETURNED","features":[564]},{"name":"WBEMMOF_E_NULL_ARRAY_ELEM","features":[564]},{"name":"WBEMMOF_E_OUT_OF_RANGE","features":[564]},{"name":"WBEMMOF_E_QUALIFIER_USED_OUTSIDE_SCOPE","features":[564]},{"name":"WBEMMOF_E_TYPEDEF_NOT_SUPPORTED","features":[564]},{"name":"WBEMMOF_E_TYPE_MISMATCH","features":[564]},{"name":"WBEMMOF_E_UNEXPECTED_ALIAS","features":[564]},{"name":"WBEMMOF_E_UNEXPECTED_ARRAY_INIT","features":[564]},{"name":"WBEMMOF_E_UNRECOGNIZED_TOKEN","features":[564]},{"name":"WBEMMOF_E_UNRECOGNIZED_TYPE","features":[564]},{"name":"WBEMMOF_E_UNSUPPORTED_CIMV22_DATA_TYPE","features":[564]},{"name":"WBEMMOF_E_UNSUPPORTED_CIMV22_QUAL_VALUE","features":[564]},{"name":"WBEMPATH_COMPRESSED","features":[564]},{"name":"WBEMPATH_CREATE_ACCEPT_ABSOLUTE","features":[564]},{"name":"WBEMPATH_CREATE_ACCEPT_ALL","features":[564]},{"name":"WBEMPATH_CREATE_ACCEPT_RELATIVE","features":[564]},{"name":"WBEMPATH_GET_NAMESPACE_ONLY","features":[564]},{"name":"WBEMPATH_GET_ORIGINAL","features":[564]},{"name":"WBEMPATH_GET_RELATIVE_ONLY","features":[564]},{"name":"WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY","features":[564]},{"name":"WBEMPATH_GET_SERVER_TOO","features":[564]},{"name":"WBEMPATH_INFO_ANON_LOCAL_MACHINE","features":[564]},{"name":"WBEMPATH_INFO_CIM_COMPLIANT","features":[564]},{"name":"WBEMPATH_INFO_CONTAINS_SINGLETON","features":[564]},{"name":"WBEMPATH_INFO_HAS_IMPLIED_KEY","features":[564]},{"name":"WBEMPATH_INFO_HAS_MACHINE_NAME","features":[564]},{"name":"WBEMPATH_INFO_HAS_SUBSCOPES","features":[564]},{"name":"WBEMPATH_INFO_HAS_V2_REF_PATHS","features":[564]},{"name":"WBEMPATH_INFO_IS_CLASS_REF","features":[564]},{"name":"WBEMPATH_INFO_IS_COMPOUND","features":[564]},{"name":"WBEMPATH_INFO_IS_INST_REF","features":[564]},{"name":"WBEMPATH_INFO_IS_PARENT","features":[564]},{"name":"WBEMPATH_INFO_IS_SINGLETON","features":[564]},{"name":"WBEMPATH_INFO_NATIVE_PATH","features":[564]},{"name":"WBEMPATH_INFO_PATH_HAD_SERVER","features":[564]},{"name":"WBEMPATH_INFO_SERVER_NAMESPACE_ONLY","features":[564]},{"name":"WBEMPATH_INFO_V1_COMPLIANT","features":[564]},{"name":"WBEMPATH_INFO_V2_COMPLIANT","features":[564]},{"name":"WBEMPATH_INFO_WMI_PATH","features":[564]},{"name":"WBEMPATH_QUOTEDTEXT","features":[564]},{"name":"WBEMPATH_TEXT","features":[564]},{"name":"WBEMPATH_TREAT_SINGLE_IDENT_AS_NS","features":[564]},{"name":"WBEMSTATUS","features":[564]},{"name":"WBEMSTATUS_FORMAT","features":[564]},{"name":"WBEMSTATUS_FORMAT_NEWLINE","features":[564]},{"name":"WBEMSTATUS_FORMAT_NO_NEWLINE","features":[564]},{"name":"WBEMS_DISPID_COMPLETED","features":[564]},{"name":"WBEMS_DISPID_CONNECTION_READY","features":[564]},{"name":"WBEMS_DISPID_DERIVATION","features":[564]},{"name":"WBEMS_DISPID_OBJECT_PUT","features":[564]},{"name":"WBEMS_DISPID_OBJECT_READY","features":[564]},{"name":"WBEMS_DISPID_PROGRESS","features":[564]},{"name":"WBEM_AUTHENTICATION_METHOD_MASK","features":[564]},{"name":"WBEM_BACKUP_RESTORE_FLAGS","features":[564]},{"name":"WBEM_BATCH_TYPE","features":[564]},{"name":"WBEM_CHANGE_FLAG_TYPE","features":[564]},{"name":"WBEM_COMPARISON_FLAG","features":[564]},{"name":"WBEM_COMPARISON_INCLUDE_ALL","features":[564]},{"name":"WBEM_COMPILER_OPTIONS","features":[564]},{"name":"WBEM_COMPILE_STATUS_INFO","features":[564]},{"name":"WBEM_CONDITION_FLAG_TYPE","features":[564]},{"name":"WBEM_CONNECT_OPTIONS","features":[564]},{"name":"WBEM_ENABLE","features":[564]},{"name":"WBEM_EXTRA_RETURN_CODES","features":[564]},{"name":"WBEM_E_ACCESS_DENIED","features":[564]},{"name":"WBEM_E_AGGREGATING_BY_OBJECT","features":[564]},{"name":"WBEM_E_ALREADY_EXISTS","features":[564]},{"name":"WBEM_E_AMBIGUOUS_OPERATION","features":[564]},{"name":"WBEM_E_AMENDED_OBJECT","features":[564]},{"name":"WBEM_E_BACKUP_RESTORE_WINMGMT_RUNNING","features":[564]},{"name":"WBEM_E_BUFFER_TOO_SMALL","features":[564]},{"name":"WBEM_E_CALL_CANCELLED","features":[564]},{"name":"WBEM_E_CANNOT_BE_ABSTRACT","features":[564]},{"name":"WBEM_E_CANNOT_BE_KEY","features":[564]},{"name":"WBEM_E_CANNOT_BE_SINGLETON","features":[564]},{"name":"WBEM_E_CANNOT_CHANGE_INDEX_INHERITANCE","features":[564]},{"name":"WBEM_E_CANNOT_CHANGE_KEY_INHERITANCE","features":[564]},{"name":"WBEM_E_CIRCULAR_REFERENCE","features":[564]},{"name":"WBEM_E_CLASS_HAS_CHILDREN","features":[564]},{"name":"WBEM_E_CLASS_HAS_INSTANCES","features":[564]},{"name":"WBEM_E_CLASS_NAME_TOO_WIDE","features":[564]},{"name":"WBEM_E_CLIENT_TOO_SLOW","features":[564]},{"name":"WBEM_E_CONNECTION_FAILED","features":[564]},{"name":"WBEM_E_CRITICAL_ERROR","features":[564]},{"name":"WBEM_E_DATABASE_VER_MISMATCH","features":[564]},{"name":"WBEM_E_ENCRYPTED_CONNECTION_REQUIRED","features":[564]},{"name":"WBEM_E_FAILED","features":[564]},{"name":"WBEM_E_FATAL_TRANSPORT_ERROR","features":[564]},{"name":"WBEM_E_HANDLE_OUT_OF_DATE","features":[564]},{"name":"WBEM_E_ILLEGAL_NULL","features":[564]},{"name":"WBEM_E_ILLEGAL_OPERATION","features":[564]},{"name":"WBEM_E_INCOMPLETE_CLASS","features":[564]},{"name":"WBEM_E_INITIALIZATION_FAILURE","features":[564]},{"name":"WBEM_E_INVALID_ASSOCIATION","features":[564]},{"name":"WBEM_E_INVALID_CIM_TYPE","features":[564]},{"name":"WBEM_E_INVALID_CLASS","features":[564]},{"name":"WBEM_E_INVALID_CONTEXT","features":[564]},{"name":"WBEM_E_INVALID_DUPLICATE_PARAMETER","features":[564]},{"name":"WBEM_E_INVALID_FLAVOR","features":[564]},{"name":"WBEM_E_INVALID_HANDLE_REQUEST","features":[564]},{"name":"WBEM_E_INVALID_LOCALE","features":[564]},{"name":"WBEM_E_INVALID_METHOD","features":[564]},{"name":"WBEM_E_INVALID_METHOD_PARAMETERS","features":[564]},{"name":"WBEM_E_INVALID_NAMESPACE","features":[564]},{"name":"WBEM_E_INVALID_OBJECT","features":[564]},{"name":"WBEM_E_INVALID_OBJECT_PATH","features":[564]},{"name":"WBEM_E_INVALID_OPERATION","features":[564]},{"name":"WBEM_E_INVALID_OPERATOR","features":[564]},{"name":"WBEM_E_INVALID_PARAMETER","features":[564]},{"name":"WBEM_E_INVALID_PARAMETER_ID","features":[564]},{"name":"WBEM_E_INVALID_PROPERTY","features":[564]},{"name":"WBEM_E_INVALID_PROPERTY_TYPE","features":[564]},{"name":"WBEM_E_INVALID_PROVIDER_REGISTRATION","features":[564]},{"name":"WBEM_E_INVALID_QUALIFIER","features":[564]},{"name":"WBEM_E_INVALID_QUALIFIER_TYPE","features":[564]},{"name":"WBEM_E_INVALID_QUERY","features":[564]},{"name":"WBEM_E_INVALID_QUERY_TYPE","features":[564]},{"name":"WBEM_E_INVALID_STREAM","features":[564]},{"name":"WBEM_E_INVALID_SUPERCLASS","features":[564]},{"name":"WBEM_E_INVALID_SYNTAX","features":[564]},{"name":"WBEM_E_LOCAL_CREDENTIALS","features":[564]},{"name":"WBEM_E_MARSHAL_INVALID_SIGNATURE","features":[564]},{"name":"WBEM_E_MARSHAL_VERSION_MISMATCH","features":[564]},{"name":"WBEM_E_METHOD_DISABLED","features":[564]},{"name":"WBEM_E_METHOD_NAME_TOO_WIDE","features":[564]},{"name":"WBEM_E_METHOD_NOT_IMPLEMENTED","features":[564]},{"name":"WBEM_E_MISSING_AGGREGATION_LIST","features":[564]},{"name":"WBEM_E_MISSING_GROUP_WITHIN","features":[564]},{"name":"WBEM_E_MISSING_PARAMETER_ID","features":[564]},{"name":"WBEM_E_NONCONSECUTIVE_PARAMETER_IDS","features":[564]},{"name":"WBEM_E_NONDECORATED_OBJECT","features":[564]},{"name":"WBEM_E_NOT_AVAILABLE","features":[564]},{"name":"WBEM_E_NOT_EVENT_CLASS","features":[564]},{"name":"WBEM_E_NOT_FOUND","features":[564]},{"name":"WBEM_E_NOT_SUPPORTED","features":[564]},{"name":"WBEM_E_NO_KEY","features":[564]},{"name":"WBEM_E_NO_SCHEMA","features":[564]},{"name":"WBEM_E_NULL_SECURITY_DESCRIPTOR","features":[564]},{"name":"WBEM_E_OUT_OF_DISK_SPACE","features":[564]},{"name":"WBEM_E_OUT_OF_MEMORY","features":[564]},{"name":"WBEM_E_OVERRIDE_NOT_ALLOWED","features":[564]},{"name":"WBEM_E_PARAMETER_ID_ON_RETVAL","features":[564]},{"name":"WBEM_E_PRIVILEGE_NOT_HELD","features":[564]},{"name":"WBEM_E_PROPAGATED_METHOD","features":[564]},{"name":"WBEM_E_PROPAGATED_PROPERTY","features":[564]},{"name":"WBEM_E_PROPAGATED_QUALIFIER","features":[564]},{"name":"WBEM_E_PROPERTY_NAME_TOO_WIDE","features":[564]},{"name":"WBEM_E_PROPERTY_NOT_AN_OBJECT","features":[564]},{"name":"WBEM_E_PROVIDER_ALREADY_REGISTERED","features":[564]},{"name":"WBEM_E_PROVIDER_DISABLED","features":[564]},{"name":"WBEM_E_PROVIDER_FAILURE","features":[564]},{"name":"WBEM_E_PROVIDER_LOAD_FAILURE","features":[564]},{"name":"WBEM_E_PROVIDER_NOT_CAPABLE","features":[564]},{"name":"WBEM_E_PROVIDER_NOT_FOUND","features":[564]},{"name":"WBEM_E_PROVIDER_NOT_REGISTERED","features":[564]},{"name":"WBEM_E_PROVIDER_SUSPENDED","features":[564]},{"name":"WBEM_E_PROVIDER_TIMED_OUT","features":[564]},{"name":"WBEM_E_QUALIFIER_NAME_TOO_WIDE","features":[564]},{"name":"WBEM_E_QUERY_NOT_IMPLEMENTED","features":[564]},{"name":"WBEM_E_QUEUE_OVERFLOW","features":[564]},{"name":"WBEM_E_QUOTA_VIOLATION","features":[564]},{"name":"WBEM_E_READ_ONLY","features":[564]},{"name":"WBEM_E_REFRESHER_BUSY","features":[564]},{"name":"WBEM_E_RERUN_COMMAND","features":[564]},{"name":"WBEM_E_RESERVED_001","features":[564]},{"name":"WBEM_E_RESERVED_002","features":[564]},{"name":"WBEM_E_RESOURCE_CONTENTION","features":[564]},{"name":"WBEM_E_RETRY_LATER","features":[564]},{"name":"WBEM_E_SERVER_TOO_BUSY","features":[564]},{"name":"WBEM_E_SHUTTING_DOWN","features":[564]},{"name":"WBEM_E_SYNCHRONIZATION_REQUIRED","features":[564]},{"name":"WBEM_E_SYSTEM_PROPERTY","features":[564]},{"name":"WBEM_E_TIMED_OUT","features":[564]},{"name":"WBEM_E_TOO_MANY_PROPERTIES","features":[564]},{"name":"WBEM_E_TOO_MUCH_DATA","features":[564]},{"name":"WBEM_E_TRANSPORT_FAILURE","features":[564]},{"name":"WBEM_E_TYPE_MISMATCH","features":[564]},{"name":"WBEM_E_UNEXPECTED","features":[564]},{"name":"WBEM_E_UNINTERPRETABLE_PROVIDER_QUERY","features":[564]},{"name":"WBEM_E_UNKNOWN_OBJECT_TYPE","features":[564]},{"name":"WBEM_E_UNKNOWN_PACKET_TYPE","features":[564]},{"name":"WBEM_E_UNPARSABLE_QUERY","features":[564]},{"name":"WBEM_E_UNSUPPORTED_CLASS_UPDATE","features":[564]},{"name":"WBEM_E_UNSUPPORTED_LOCALE","features":[564]},{"name":"WBEM_E_UNSUPPORTED_PARAMETER","features":[564]},{"name":"WBEM_E_UNSUPPORTED_PUT_EXTENSION","features":[564]},{"name":"WBEM_E_UPDATE_OVERRIDE_NOT_ALLOWED","features":[564]},{"name":"WBEM_E_UPDATE_PROPAGATED_METHOD","features":[564]},{"name":"WBEM_E_UPDATE_TYPE_MISMATCH","features":[564]},{"name":"WBEM_E_VALUE_OUT_OF_RANGE","features":[564]},{"name":"WBEM_E_VETO_DELETE","features":[564]},{"name":"WBEM_E_VETO_PUT","features":[564]},{"name":"WBEM_FLAG_ADVISORY","features":[564]},{"name":"WBEM_FLAG_ALLOW_READ","features":[564]},{"name":"WBEM_FLAG_ALWAYS","features":[564]},{"name":"WBEM_FLAG_AUTORECOVER","features":[564]},{"name":"WBEM_FLAG_BACKUP_RESTORE_DEFAULT","features":[564]},{"name":"WBEM_FLAG_BACKUP_RESTORE_FORCE_SHUTDOWN","features":[564]},{"name":"WBEM_FLAG_BATCH_IF_NEEDED","features":[564]},{"name":"WBEM_FLAG_BIDIRECTIONAL","features":[564]},{"name":"WBEM_FLAG_CHECK_ONLY","features":[564]},{"name":"WBEM_FLAG_CLASS_LOCAL_AND_OVERRIDES","features":[564]},{"name":"WBEM_FLAG_CLASS_OVERRIDES_ONLY","features":[564]},{"name":"WBEM_FLAG_CONNECT_PROVIDERS","features":[564]},{"name":"WBEM_FLAG_CONNECT_REPOSITORY_ONLY","features":[564]},{"name":"WBEM_FLAG_CONNECT_USE_MAX_WAIT","features":[564]},{"name":"WBEM_FLAG_CONSOLE_PRINT","features":[564]},{"name":"WBEM_FLAG_CREATE_ONLY","features":[564]},{"name":"WBEM_FLAG_CREATE_OR_UPDATE","features":[564]},{"name":"WBEM_FLAG_DEEP","features":[564]},{"name":"WBEM_FLAG_DIRECT_READ","features":[564]},{"name":"WBEM_FLAG_DONT_ADD_TO_LIST","features":[564]},{"name":"WBEM_FLAG_DONT_SEND_STATUS","features":[564]},{"name":"WBEM_FLAG_ENSURE_LOCATABLE","features":[564]},{"name":"WBEM_FLAG_EXCLUDE_OBJECT_QUALIFIERS","features":[564]},{"name":"WBEM_FLAG_EXCLUDE_PROPERTY_QUALIFIERS","features":[564]},{"name":"WBEM_FLAG_FORWARD_ONLY","features":[564]},{"name":"WBEM_FLAG_IGNORE_CASE","features":[564]},{"name":"WBEM_FLAG_IGNORE_CLASS","features":[564]},{"name":"WBEM_FLAG_IGNORE_DEFAULT_VALUES","features":[564]},{"name":"WBEM_FLAG_IGNORE_FLAVOR","features":[564]},{"name":"WBEM_FLAG_IGNORE_OBJECT_SOURCE","features":[564]},{"name":"WBEM_FLAG_IGNORE_QUALIFIERS","features":[564]},{"name":"WBEM_FLAG_INPROC_LOGIN","features":[564]},{"name":"WBEM_FLAG_KEYS_ONLY","features":[564]},{"name":"WBEM_FLAG_LOCAL_LOGIN","features":[564]},{"name":"WBEM_FLAG_LOCAL_ONLY","features":[564]},{"name":"WBEM_FLAG_LONG_NAME","features":[564]},{"name":"WBEM_FLAG_MUST_BATCH","features":[564]},{"name":"WBEM_FLAG_MUST_NOT_BATCH","features":[564]},{"name":"WBEM_FLAG_NONSYSTEM_ONLY","features":[564]},{"name":"WBEM_FLAG_NO_ERROR_OBJECT","features":[564]},{"name":"WBEM_FLAG_NO_FLAVORS","features":[564]},{"name":"WBEM_FLAG_ONLY_IF_FALSE","features":[564]},{"name":"WBEM_FLAG_ONLY_IF_IDENTICAL","features":[564]},{"name":"WBEM_FLAG_ONLY_IF_TRUE","features":[564]},{"name":"WBEM_FLAG_OWNER_UPDATE","features":[564]},{"name":"WBEM_FLAG_PROPAGATED_ONLY","features":[564]},{"name":"WBEM_FLAG_PROTOTYPE","features":[564]},{"name":"WBEM_FLAG_REFRESH_AUTO_RECONNECT","features":[564]},{"name":"WBEM_FLAG_REFRESH_NO_AUTO_RECONNECT","features":[564]},{"name":"WBEM_FLAG_REFS_ONLY","features":[564]},{"name":"WBEM_FLAG_REMOTE_LOGIN","features":[564]},{"name":"WBEM_FLAG_RETURN_ERROR_OBJECT","features":[564]},{"name":"WBEM_FLAG_RETURN_IMMEDIATELY","features":[564]},{"name":"WBEM_FLAG_RETURN_WBEM_COMPLETE","features":[564]},{"name":"WBEM_FLAG_SEND_ONLY_SELECTED","features":[564]},{"name":"WBEM_FLAG_SEND_STATUS","features":[564]},{"name":"WBEM_FLAG_SHALLOW","features":[564]},{"name":"WBEM_FLAG_SHORT_NAME","features":[564]},{"name":"WBEM_FLAG_SPLIT_FILES","features":[564]},{"name":"WBEM_FLAG_STORE_FILE","features":[564]},{"name":"WBEM_FLAG_STRONG_VALIDATION","features":[564]},{"name":"WBEM_FLAG_SYSTEM_ONLY","features":[564]},{"name":"WBEM_FLAG_UNSECAPP_CHECK_ACCESS","features":[564]},{"name":"WBEM_FLAG_UNSECAPP_DEFAULT_CHECK_ACCESS","features":[564]},{"name":"WBEM_FLAG_UNSECAPP_DONT_CHECK_ACCESS","features":[564]},{"name":"WBEM_FLAG_UPDATE_COMPATIBLE","features":[564]},{"name":"WBEM_FLAG_UPDATE_FORCE_MODE","features":[564]},{"name":"WBEM_FLAG_UPDATE_ONLY","features":[564]},{"name":"WBEM_FLAG_UPDATE_SAFE_MODE","features":[564]},{"name":"WBEM_FLAG_USE_AMENDED_QUALIFIERS","features":[564]},{"name":"WBEM_FLAG_USE_MULTIPLE_CHALLENGES","features":[564]},{"name":"WBEM_FLAG_WMI_CHECK","features":[564]},{"name":"WBEM_FLAVOR_AMENDED","features":[564]},{"name":"WBEM_FLAVOR_DONT_PROPAGATE","features":[564]},{"name":"WBEM_FLAVOR_FLAG_PROPAGATE_TO_DERIVED_CLASS","features":[564]},{"name":"WBEM_FLAVOR_FLAG_PROPAGATE_TO_INSTANCE","features":[564]},{"name":"WBEM_FLAVOR_MASK_AMENDED","features":[564]},{"name":"WBEM_FLAVOR_MASK_ORIGIN","features":[564]},{"name":"WBEM_FLAVOR_MASK_PERMISSIONS","features":[564]},{"name":"WBEM_FLAVOR_MASK_PROPAGATION","features":[564]},{"name":"WBEM_FLAVOR_NOT_AMENDED","features":[564]},{"name":"WBEM_FLAVOR_NOT_OVERRIDABLE","features":[564]},{"name":"WBEM_FLAVOR_ORIGIN_LOCAL","features":[564]},{"name":"WBEM_FLAVOR_ORIGIN_PROPAGATED","features":[564]},{"name":"WBEM_FLAVOR_ORIGIN_SYSTEM","features":[564]},{"name":"WBEM_FLAVOR_OVERRIDABLE","features":[564]},{"name":"WBEM_FLAVOR_TYPE","features":[564]},{"name":"WBEM_FULL_WRITE_REP","features":[564]},{"name":"WBEM_GENERIC_FLAG_TYPE","features":[564]},{"name":"WBEM_GENUS_CLASS","features":[564]},{"name":"WBEM_GENUS_INSTANCE","features":[564]},{"name":"WBEM_GENUS_TYPE","features":[564]},{"name":"WBEM_GET_KEY_FLAGS","features":[564]},{"name":"WBEM_GET_TEXT_FLAGS","features":[564]},{"name":"WBEM_INFINITE","features":[564]},{"name":"WBEM_INFORMATION_FLAG_TYPE","features":[564]},{"name":"WBEM_LIMITATION_FLAG_TYPE","features":[564]},{"name":"WBEM_LIMITS","features":[564]},{"name":"WBEM_LOCKING_FLAG_TYPE","features":[564]},{"name":"WBEM_LOGIN_TYPE","features":[564]},{"name":"WBEM_MASK_CLASS_CONDITION","features":[564]},{"name":"WBEM_MASK_CONDITION_ORIGIN","features":[564]},{"name":"WBEM_MASK_PRIMARY_CONDITION","features":[564]},{"name":"WBEM_MASK_RESERVED_FLAGS","features":[564]},{"name":"WBEM_MASK_UPDATE_MODE","features":[564]},{"name":"WBEM_MAX_IDENTIFIER","features":[564]},{"name":"WBEM_MAX_OBJECT_NESTING","features":[564]},{"name":"WBEM_MAX_PATH","features":[564]},{"name":"WBEM_MAX_QUERY","features":[564]},{"name":"WBEM_MAX_USER_PROPERTIES","features":[564]},{"name":"WBEM_METHOD_EXECUTE","features":[564]},{"name":"WBEM_NO_ERROR","features":[564]},{"name":"WBEM_NO_WAIT","features":[564]},{"name":"WBEM_PARTIAL_WRITE_REP","features":[564]},{"name":"WBEM_PATH_CREATE_FLAG","features":[564]},{"name":"WBEM_PATH_STATUS_FLAG","features":[564]},{"name":"WBEM_PROVIDER_FLAGS","features":[564]},{"name":"WBEM_PROVIDER_REQUIREMENTS_TYPE","features":[564]},{"name":"WBEM_QUERY_FLAG_TYPE","features":[564]},{"name":"WBEM_REFRESHER_FLAGS","features":[564]},{"name":"WBEM_REMOTE_ACCESS","features":[564]},{"name":"WBEM_REQUIREMENTS_RECHECK_SUBSCRIPTIONS","features":[564]},{"name":"WBEM_REQUIREMENTS_START_POSTFILTER","features":[564]},{"name":"WBEM_REQUIREMENTS_STOP_POSTFILTER","features":[564]},{"name":"WBEM_RETURN_IMMEDIATELY","features":[564]},{"name":"WBEM_RETURN_WHEN_COMPLETE","features":[564]},{"name":"WBEM_RIGHT_PUBLISH","features":[564]},{"name":"WBEM_RIGHT_SUBSCRIBE","features":[564]},{"name":"WBEM_SECURITY_FLAGS","features":[564]},{"name":"WBEM_SHUTDOWN_FLAGS","features":[564]},{"name":"WBEM_SHUTDOWN_OS","features":[564]},{"name":"WBEM_SHUTDOWN_UNLOAD_COMPONENT","features":[564]},{"name":"WBEM_SHUTDOWN_WMI","features":[564]},{"name":"WBEM_STATUS_COMPLETE","features":[564]},{"name":"WBEM_STATUS_LOGGING_INFORMATION","features":[564]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_ESS","features":[564]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_HOST","features":[564]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_PROVIDER","features":[564]},{"name":"WBEM_STATUS_LOGGING_INFORMATION_REPOSITORY","features":[564]},{"name":"WBEM_STATUS_PROGRESS","features":[564]},{"name":"WBEM_STATUS_REQUIREMENTS","features":[564]},{"name":"WBEM_STATUS_TYPE","features":[564]},{"name":"WBEM_S_ACCESS_DENIED","features":[564]},{"name":"WBEM_S_ALREADY_EXISTS","features":[564]},{"name":"WBEM_S_DIFFERENT","features":[564]},{"name":"WBEM_S_DUPLICATE_OBJECTS","features":[564]},{"name":"WBEM_S_FALSE","features":[564]},{"name":"WBEM_S_INDIRECTLY_UPDATED","features":[564]},{"name":"WBEM_S_INITIALIZED","features":[564]},{"name":"WBEM_S_LIMITED_SERVICE","features":[564]},{"name":"WBEM_S_NO_ERROR","features":[564]},{"name":"WBEM_S_NO_MORE_DATA","features":[564]},{"name":"WBEM_S_OPERATION_CANCELLED","features":[564]},{"name":"WBEM_S_PARTIAL_RESULTS","features":[564]},{"name":"WBEM_S_PENDING","features":[564]},{"name":"WBEM_S_RESET_TO_DEFAULT","features":[564]},{"name":"WBEM_S_SAME","features":[564]},{"name":"WBEM_S_SOURCE_NOT_AVAILABLE","features":[564]},{"name":"WBEM_S_SUBJECT_TO_SDS","features":[564]},{"name":"WBEM_S_TIMEDOUT","features":[564]},{"name":"WBEM_TEXT_FLAG_TYPE","features":[564]},{"name":"WBEM_UNSECAPP_FLAG_TYPE","features":[564]},{"name":"WBEM_WRITE_PROVIDER","features":[564]},{"name":"WMIExtension","features":[564]},{"name":"WMIQ_ANALYSIS_ASSOC_QUERY","features":[564]},{"name":"WMIQ_ANALYSIS_PROP_ANALYSIS_MATRIX","features":[564]},{"name":"WMIQ_ANALYSIS_QUERY_TEXT","features":[564]},{"name":"WMIQ_ANALYSIS_RESERVED","features":[564]},{"name":"WMIQ_ANALYSIS_RPN_SEQUENCE","features":[564]},{"name":"WMIQ_ANALYSIS_TYPE","features":[564]},{"name":"WMIQ_ASSOCQ_ASSOCCLASS","features":[564]},{"name":"WMIQ_ASSOCQ_ASSOCIATORS","features":[564]},{"name":"WMIQ_ASSOCQ_CLASSDEFSONLY","features":[564]},{"name":"WMIQ_ASSOCQ_CLASSREFSONLY","features":[564]},{"name":"WMIQ_ASSOCQ_FLAGS","features":[564]},{"name":"WMIQ_ASSOCQ_KEYSONLY","features":[564]},{"name":"WMIQ_ASSOCQ_REFERENCES","features":[564]},{"name":"WMIQ_ASSOCQ_REQUIREDASSOCQUALIFIER","features":[564]},{"name":"WMIQ_ASSOCQ_REQUIREDQUALIFIER","features":[564]},{"name":"WMIQ_ASSOCQ_RESULTCLASS","features":[564]},{"name":"WMIQ_ASSOCQ_RESULTROLE","features":[564]},{"name":"WMIQ_ASSOCQ_ROLE","features":[564]},{"name":"WMIQ_ASSOCQ_SCHEMAONLY","features":[564]},{"name":"WMIQ_LANGUAGE_FEATURES","features":[564]},{"name":"WMIQ_LF10_COMPEX_SUBEXPRESSIONS","features":[564]},{"name":"WMIQ_LF11_ALIASING","features":[564]},{"name":"WMIQ_LF12_GROUP_BY_HAVING","features":[564]},{"name":"WMIQ_LF13_WMI_WITHIN","features":[564]},{"name":"WMIQ_LF14_SQL_WRITE_OPERATIONS","features":[564]},{"name":"WMIQ_LF15_GO","features":[564]},{"name":"WMIQ_LF16_SINGLE_LEVEL_TRANSACTIONS","features":[564]},{"name":"WMIQ_LF17_QUALIFIED_NAMES","features":[564]},{"name":"WMIQ_LF18_ASSOCIATONS","features":[564]},{"name":"WMIQ_LF19_SYSTEM_PROPERTIES","features":[564]},{"name":"WMIQ_LF1_BASIC_SELECT","features":[564]},{"name":"WMIQ_LF20_EXTENDED_SYSTEM_PROPERTIES","features":[564]},{"name":"WMIQ_LF21_SQL89_JOINS","features":[564]},{"name":"WMIQ_LF22_SQL92_JOINS","features":[564]},{"name":"WMIQ_LF23_SUBSELECTS","features":[564]},{"name":"WMIQ_LF24_UMI_EXTENSIONS","features":[564]},{"name":"WMIQ_LF25_DATEPART","features":[564]},{"name":"WMIQ_LF26_LIKE","features":[564]},{"name":"WMIQ_LF27_CIM_TEMPORAL_CONSTRUCTS","features":[564]},{"name":"WMIQ_LF28_STANDARD_AGGREGATES","features":[564]},{"name":"WMIQ_LF29_MULTI_LEVEL_ORDER_BY","features":[564]},{"name":"WMIQ_LF2_CLASS_NAME_IN_QUERY","features":[564]},{"name":"WMIQ_LF30_WMI_PRAGMAS","features":[564]},{"name":"WMIQ_LF31_QUALIFIER_TESTS","features":[564]},{"name":"WMIQ_LF32_SP_EXECUTE","features":[564]},{"name":"WMIQ_LF33_ARRAY_ACCESS","features":[564]},{"name":"WMIQ_LF34_UNION","features":[564]},{"name":"WMIQ_LF35_COMPLEX_SELECT_TARGET","features":[564]},{"name":"WMIQ_LF36_REFERENCE_TESTS","features":[564]},{"name":"WMIQ_LF37_SELECT_INTO","features":[564]},{"name":"WMIQ_LF38_BASIC_DATETIME_TESTS","features":[564]},{"name":"WMIQ_LF39_COUNT_COLUMN","features":[564]},{"name":"WMIQ_LF3_STRING_CASE_FUNCTIONS","features":[564]},{"name":"WMIQ_LF40_BETWEEN","features":[564]},{"name":"WMIQ_LF4_PROP_TO_PROP_TESTS","features":[564]},{"name":"WMIQ_LF5_COUNT_STAR","features":[564]},{"name":"WMIQ_LF6_ORDER_BY","features":[564]},{"name":"WMIQ_LF7_DISTINCT","features":[564]},{"name":"WMIQ_LF8_ISA","features":[564]},{"name":"WMIQ_LF9_THIS","features":[564]},{"name":"WMIQ_LF_LAST","features":[564]},{"name":"WMIQ_RPNF_ARRAY_ACCESS_USED","features":[564]},{"name":"WMIQ_RPNF_COUNT_STAR","features":[564]},{"name":"WMIQ_RPNF_EQUALITY_TESTS_ONLY","features":[564]},{"name":"WMIQ_RPNF_FEATURE","features":[564]},{"name":"WMIQ_RPNF_FEATURE_SELECT_STAR","features":[564]},{"name":"WMIQ_RPNF_GROUP_BY_HAVING","features":[564]},{"name":"WMIQ_RPNF_ISA_USED","features":[564]},{"name":"WMIQ_RPNF_ORDER_BY","features":[564]},{"name":"WMIQ_RPNF_PROJECTION","features":[564]},{"name":"WMIQ_RPNF_PROP_TO_PROP_TESTS","features":[564]},{"name":"WMIQ_RPNF_QUALIFIED_NAMES_USED","features":[564]},{"name":"WMIQ_RPNF_QUERY_IS_CONJUNCTIVE","features":[564]},{"name":"WMIQ_RPNF_QUERY_IS_DISJUNCTIVE","features":[564]},{"name":"WMIQ_RPNF_SYSPROP_CLASS_USED","features":[564]},{"name":"WMIQ_RPNF_WHERE_CLAUSE_PRESENT","features":[564]},{"name":"WMIQ_RPN_CONST","features":[564]},{"name":"WMIQ_RPN_CONST2","features":[564]},{"name":"WMIQ_RPN_FROM_CLASS_LIST","features":[564]},{"name":"WMIQ_RPN_FROM_MULTIPLE","features":[564]},{"name":"WMIQ_RPN_FROM_PATH","features":[564]},{"name":"WMIQ_RPN_FROM_UNARY","features":[564]},{"name":"WMIQ_RPN_GET_EXPR_SHAPE","features":[564]},{"name":"WMIQ_RPN_GET_LEFT_FUNCTION","features":[564]},{"name":"WMIQ_RPN_GET_RELOP","features":[564]},{"name":"WMIQ_RPN_GET_RIGHT_FUNCTION","features":[564]},{"name":"WMIQ_RPN_GET_TOKEN_TYPE","features":[564]},{"name":"WMIQ_RPN_LEFT_FUNCTION","features":[564]},{"name":"WMIQ_RPN_LEFT_PROPERTY_NAME","features":[564]},{"name":"WMIQ_RPN_NEXT_TOKEN","features":[564]},{"name":"WMIQ_RPN_OP_EQ","features":[564]},{"name":"WMIQ_RPN_OP_GE","features":[564]},{"name":"WMIQ_RPN_OP_GT","features":[564]},{"name":"WMIQ_RPN_OP_ISA","features":[564]},{"name":"WMIQ_RPN_OP_ISNOTA","features":[564]},{"name":"WMIQ_RPN_OP_ISNOTNULL","features":[564]},{"name":"WMIQ_RPN_OP_ISNULL","features":[564]},{"name":"WMIQ_RPN_OP_LE","features":[564]},{"name":"WMIQ_RPN_OP_LIKE","features":[564]},{"name":"WMIQ_RPN_OP_LT","features":[564]},{"name":"WMIQ_RPN_OP_NE","features":[564]},{"name":"WMIQ_RPN_OP_UNDEFINED","features":[564]},{"name":"WMIQ_RPN_RELOP","features":[564]},{"name":"WMIQ_RPN_RIGHT_FUNCTION","features":[564]},{"name":"WMIQ_RPN_RIGHT_PROPERTY_NAME","features":[564]},{"name":"WMIQ_RPN_TOKEN_AND","features":[564]},{"name":"WMIQ_RPN_TOKEN_EXPRESSION","features":[564]},{"name":"WMIQ_RPN_TOKEN_FLAGS","features":[564]},{"name":"WMIQ_RPN_TOKEN_NOT","features":[564]},{"name":"WMIQ_RPN_TOKEN_OR","features":[564]},{"name":"WMI_OBJ_TEXT","features":[564]},{"name":"WMI_OBJ_TEXT_CIM_DTD_2_0","features":[564]},{"name":"WMI_OBJ_TEXT_LAST","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_DTD_2_0","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_EXT1","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_EXT10","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_EXT2","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_EXT3","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_EXT4","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_EXT5","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_EXT6","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_EXT7","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_EXT8","features":[564]},{"name":"WMI_OBJ_TEXT_WMI_EXT9","features":[564]},{"name":"WbemAdministrativeLocator","features":[564]},{"name":"WbemAuthenticatedLocator","features":[564]},{"name":"WbemAuthenticationLevelEnum","features":[564]},{"name":"WbemBackupRestore","features":[564]},{"name":"WbemChangeFlagEnum","features":[564]},{"name":"WbemCimtypeEnum","features":[564]},{"name":"WbemClassObject","features":[564]},{"name":"WbemComparisonFlagEnum","features":[564]},{"name":"WbemConnectOptionsEnum","features":[564]},{"name":"WbemContext","features":[564]},{"name":"WbemDCOMTransport","features":[564]},{"name":"WbemDecoupledBasicEventProvider","features":[564]},{"name":"WbemDecoupledRegistrar","features":[564]},{"name":"WbemDefPath","features":[564]},{"name":"WbemErrorEnum","features":[564]},{"name":"WbemFlagEnum","features":[564]},{"name":"WbemImpersonationLevelEnum","features":[564]},{"name":"WbemLevel1Login","features":[564]},{"name":"WbemLocalAddrRes","features":[564]},{"name":"WbemLocator","features":[564]},{"name":"WbemObjectTextFormatEnum","features":[564]},{"name":"WbemObjectTextSrc","features":[564]},{"name":"WbemPrivilegeEnum","features":[564]},{"name":"WbemQuery","features":[564]},{"name":"WbemQueryFlagEnum","features":[564]},{"name":"WbemRefresher","features":[564]},{"name":"WbemStatusCodeText","features":[564]},{"name":"WbemTextFlagEnum","features":[564]},{"name":"WbemTimeout","features":[564]},{"name":"WbemUnauthenticatedLocator","features":[564]},{"name":"WbemUninitializedClassObject","features":[564]},{"name":"wbemAuthenticationLevelCall","features":[564]},{"name":"wbemAuthenticationLevelConnect","features":[564]},{"name":"wbemAuthenticationLevelDefault","features":[564]},{"name":"wbemAuthenticationLevelNone","features":[564]},{"name":"wbemAuthenticationLevelPkt","features":[564]},{"name":"wbemAuthenticationLevelPktIntegrity","features":[564]},{"name":"wbemAuthenticationLevelPktPrivacy","features":[564]},{"name":"wbemChangeFlagAdvisory","features":[564]},{"name":"wbemChangeFlagCreateOnly","features":[564]},{"name":"wbemChangeFlagCreateOrUpdate","features":[564]},{"name":"wbemChangeFlagStrongValidation","features":[564]},{"name":"wbemChangeFlagUpdateCompatible","features":[564]},{"name":"wbemChangeFlagUpdateForceMode","features":[564]},{"name":"wbemChangeFlagUpdateOnly","features":[564]},{"name":"wbemChangeFlagUpdateSafeMode","features":[564]},{"name":"wbemCimtypeBoolean","features":[564]},{"name":"wbemCimtypeChar16","features":[564]},{"name":"wbemCimtypeDatetime","features":[564]},{"name":"wbemCimtypeObject","features":[564]},{"name":"wbemCimtypeReal32","features":[564]},{"name":"wbemCimtypeReal64","features":[564]},{"name":"wbemCimtypeReference","features":[564]},{"name":"wbemCimtypeSint16","features":[564]},{"name":"wbemCimtypeSint32","features":[564]},{"name":"wbemCimtypeSint64","features":[564]},{"name":"wbemCimtypeSint8","features":[564]},{"name":"wbemCimtypeString","features":[564]},{"name":"wbemCimtypeUint16","features":[564]},{"name":"wbemCimtypeUint32","features":[564]},{"name":"wbemCimtypeUint64","features":[564]},{"name":"wbemCimtypeUint8","features":[564]},{"name":"wbemComparisonFlagIgnoreCase","features":[564]},{"name":"wbemComparisonFlagIgnoreClass","features":[564]},{"name":"wbemComparisonFlagIgnoreDefaultValues","features":[564]},{"name":"wbemComparisonFlagIgnoreFlavor","features":[564]},{"name":"wbemComparisonFlagIgnoreObjectSource","features":[564]},{"name":"wbemComparisonFlagIgnoreQualifiers","features":[564]},{"name":"wbemComparisonFlagIncludeAll","features":[564]},{"name":"wbemConnectFlagUseMaxWait","features":[564]},{"name":"wbemErrAccessDenied","features":[564]},{"name":"wbemErrAggregatingByObject","features":[564]},{"name":"wbemErrAlreadyExists","features":[564]},{"name":"wbemErrAmbiguousOperation","features":[564]},{"name":"wbemErrAmendedObject","features":[564]},{"name":"wbemErrBackupRestoreWinmgmtRunning","features":[564]},{"name":"wbemErrBufferTooSmall","features":[564]},{"name":"wbemErrCallCancelled","features":[564]},{"name":"wbemErrCannotBeAbstract","features":[564]},{"name":"wbemErrCannotBeKey","features":[564]},{"name":"wbemErrCannotBeSingleton","features":[564]},{"name":"wbemErrCannotChangeIndexInheritance","features":[564]},{"name":"wbemErrCannotChangeKeyInheritance","features":[564]},{"name":"wbemErrCircularReference","features":[564]},{"name":"wbemErrClassHasChildren","features":[564]},{"name":"wbemErrClassHasInstances","features":[564]},{"name":"wbemErrClassNameTooWide","features":[564]},{"name":"wbemErrClientTooSlow","features":[564]},{"name":"wbemErrConnectionFailed","features":[564]},{"name":"wbemErrCriticalError","features":[564]},{"name":"wbemErrDatabaseVerMismatch","features":[564]},{"name":"wbemErrEncryptedConnectionRequired","features":[564]},{"name":"wbemErrFailed","features":[564]},{"name":"wbemErrFatalTransportError","features":[564]},{"name":"wbemErrForcedRollback","features":[564]},{"name":"wbemErrHandleOutOfDate","features":[564]},{"name":"wbemErrIllegalNull","features":[564]},{"name":"wbemErrIllegalOperation","features":[564]},{"name":"wbemErrIncompleteClass","features":[564]},{"name":"wbemErrInitializationFailure","features":[564]},{"name":"wbemErrInvalidAssociation","features":[564]},{"name":"wbemErrInvalidCimType","features":[564]},{"name":"wbemErrInvalidClass","features":[564]},{"name":"wbemErrInvalidContext","features":[564]},{"name":"wbemErrInvalidDuplicateParameter","features":[564]},{"name":"wbemErrInvalidFlavor","features":[564]},{"name":"wbemErrInvalidHandleRequest","features":[564]},{"name":"wbemErrInvalidLocale","features":[564]},{"name":"wbemErrInvalidMethod","features":[564]},{"name":"wbemErrInvalidMethodParameters","features":[564]},{"name":"wbemErrInvalidNamespace","features":[564]},{"name":"wbemErrInvalidObject","features":[564]},{"name":"wbemErrInvalidObjectPath","features":[564]},{"name":"wbemErrInvalidOperation","features":[564]},{"name":"wbemErrInvalidOperator","features":[564]},{"name":"wbemErrInvalidParameter","features":[564]},{"name":"wbemErrInvalidParameterId","features":[564]},{"name":"wbemErrInvalidProperty","features":[564]},{"name":"wbemErrInvalidPropertyType","features":[564]},{"name":"wbemErrInvalidProviderRegistration","features":[564]},{"name":"wbemErrInvalidQualifier","features":[564]},{"name":"wbemErrInvalidQualifierType","features":[564]},{"name":"wbemErrInvalidQuery","features":[564]},{"name":"wbemErrInvalidQueryType","features":[564]},{"name":"wbemErrInvalidStream","features":[564]},{"name":"wbemErrInvalidSuperclass","features":[564]},{"name":"wbemErrInvalidSyntax","features":[564]},{"name":"wbemErrLocalCredentials","features":[564]},{"name":"wbemErrMarshalInvalidSignature","features":[564]},{"name":"wbemErrMarshalVersionMismatch","features":[564]},{"name":"wbemErrMethodDisabled","features":[564]},{"name":"wbemErrMethodNameTooWide","features":[564]},{"name":"wbemErrMethodNotImplemented","features":[564]},{"name":"wbemErrMissingAggregationList","features":[564]},{"name":"wbemErrMissingGroupWithin","features":[564]},{"name":"wbemErrMissingParameter","features":[564]},{"name":"wbemErrNoSchema","features":[564]},{"name":"wbemErrNonConsecutiveParameterIds","features":[564]},{"name":"wbemErrNondecoratedObject","features":[564]},{"name":"wbemErrNotAvailable","features":[564]},{"name":"wbemErrNotEventClass","features":[564]},{"name":"wbemErrNotFound","features":[564]},{"name":"wbemErrNotSupported","features":[564]},{"name":"wbemErrNullSecurityDescriptor","features":[564]},{"name":"wbemErrOutOfDiskSpace","features":[564]},{"name":"wbemErrOutOfMemory","features":[564]},{"name":"wbemErrOverrideNotAllowed","features":[564]},{"name":"wbemErrParameterIdOnRetval","features":[564]},{"name":"wbemErrPrivilegeNotHeld","features":[564]},{"name":"wbemErrPropagatedMethod","features":[564]},{"name":"wbemErrPropagatedProperty","features":[564]},{"name":"wbemErrPropagatedQualifier","features":[564]},{"name":"wbemErrPropertyNameTooWide","features":[564]},{"name":"wbemErrPropertyNotAnObject","features":[564]},{"name":"wbemErrProviderAlreadyRegistered","features":[564]},{"name":"wbemErrProviderFailure","features":[564]},{"name":"wbemErrProviderLoadFailure","features":[564]},{"name":"wbemErrProviderNotCapable","features":[564]},{"name":"wbemErrProviderNotFound","features":[564]},{"name":"wbemErrProviderNotRegistered","features":[564]},{"name":"wbemErrProviderSuspended","features":[564]},{"name":"wbemErrQualifierNameTooWide","features":[564]},{"name":"wbemErrQueryNotImplemented","features":[564]},{"name":"wbemErrQueueOverflow","features":[564]},{"name":"wbemErrQuotaViolation","features":[564]},{"name":"wbemErrReadOnly","features":[564]},{"name":"wbemErrRefresherBusy","features":[564]},{"name":"wbemErrRegistrationTooBroad","features":[564]},{"name":"wbemErrRegistrationTooPrecise","features":[564]},{"name":"wbemErrRerunCommand","features":[564]},{"name":"wbemErrResetToDefault","features":[564]},{"name":"wbemErrServerTooBusy","features":[564]},{"name":"wbemErrShuttingDown","features":[564]},{"name":"wbemErrSynchronizationRequired","features":[564]},{"name":"wbemErrSystemProperty","features":[564]},{"name":"wbemErrTimedout","features":[564]},{"name":"wbemErrTimeout","features":[564]},{"name":"wbemErrTooManyProperties","features":[564]},{"name":"wbemErrTooMuchData","features":[564]},{"name":"wbemErrTransactionConflict","features":[564]},{"name":"wbemErrTransportFailure","features":[564]},{"name":"wbemErrTypeMismatch","features":[564]},{"name":"wbemErrUnexpected","features":[564]},{"name":"wbemErrUninterpretableProviderQuery","features":[564]},{"name":"wbemErrUnknownObjectType","features":[564]},{"name":"wbemErrUnknownPacketType","features":[564]},{"name":"wbemErrUnparsableQuery","features":[564]},{"name":"wbemErrUnsupportedClassUpdate","features":[564]},{"name":"wbemErrUnsupportedLocale","features":[564]},{"name":"wbemErrUnsupportedParameter","features":[564]},{"name":"wbemErrUnsupportedPutExtension","features":[564]},{"name":"wbemErrUpdateOverrideNotAllowed","features":[564]},{"name":"wbemErrUpdatePropagatedMethod","features":[564]},{"name":"wbemErrUpdateTypeMismatch","features":[564]},{"name":"wbemErrValueOutOfRange","features":[564]},{"name":"wbemErrVetoDelete","features":[564]},{"name":"wbemErrVetoPut","features":[564]},{"name":"wbemFlagBidirectional","features":[564]},{"name":"wbemFlagDirectRead","features":[564]},{"name":"wbemFlagDontSendStatus","features":[564]},{"name":"wbemFlagEnsureLocatable","features":[564]},{"name":"wbemFlagForwardOnly","features":[564]},{"name":"wbemFlagGetDefault","features":[564]},{"name":"wbemFlagNoErrorObject","features":[564]},{"name":"wbemFlagReturnErrorObject","features":[564]},{"name":"wbemFlagReturnImmediately","features":[564]},{"name":"wbemFlagReturnWhenComplete","features":[564]},{"name":"wbemFlagSendOnlySelected","features":[564]},{"name":"wbemFlagSendStatus","features":[564]},{"name":"wbemFlagSpawnInstance","features":[564]},{"name":"wbemFlagUseAmendedQualifiers","features":[564]},{"name":"wbemFlagUseCurrentTime","features":[564]},{"name":"wbemImpersonationLevelAnonymous","features":[564]},{"name":"wbemImpersonationLevelDelegate","features":[564]},{"name":"wbemImpersonationLevelIdentify","features":[564]},{"name":"wbemImpersonationLevelImpersonate","features":[564]},{"name":"wbemNoErr","features":[564]},{"name":"wbemObjectTextFormatCIMDTD20","features":[564]},{"name":"wbemObjectTextFormatWMIDTD20","features":[564]},{"name":"wbemPrivilegeAudit","features":[564]},{"name":"wbemPrivilegeBackup","features":[564]},{"name":"wbemPrivilegeChangeNotify","features":[564]},{"name":"wbemPrivilegeCreatePagefile","features":[564]},{"name":"wbemPrivilegeCreatePermanent","features":[564]},{"name":"wbemPrivilegeCreateToken","features":[564]},{"name":"wbemPrivilegeDebug","features":[564]},{"name":"wbemPrivilegeEnableDelegation","features":[564]},{"name":"wbemPrivilegeIncreaseBasePriority","features":[564]},{"name":"wbemPrivilegeIncreaseQuota","features":[564]},{"name":"wbemPrivilegeLoadDriver","features":[564]},{"name":"wbemPrivilegeLockMemory","features":[564]},{"name":"wbemPrivilegeMachineAccount","features":[564]},{"name":"wbemPrivilegeManageVolume","features":[564]},{"name":"wbemPrivilegePrimaryToken","features":[564]},{"name":"wbemPrivilegeProfileSingleProcess","features":[564]},{"name":"wbemPrivilegeRemoteShutdown","features":[564]},{"name":"wbemPrivilegeRestore","features":[564]},{"name":"wbemPrivilegeSecurity","features":[564]},{"name":"wbemPrivilegeShutdown","features":[564]},{"name":"wbemPrivilegeSyncAgent","features":[564]},{"name":"wbemPrivilegeSystemEnvironment","features":[564]},{"name":"wbemPrivilegeSystemProfile","features":[564]},{"name":"wbemPrivilegeSystemtime","features":[564]},{"name":"wbemPrivilegeTakeOwnership","features":[564]},{"name":"wbemPrivilegeTcb","features":[564]},{"name":"wbemPrivilegeUndock","features":[564]},{"name":"wbemQueryFlagDeep","features":[564]},{"name":"wbemQueryFlagPrototype","features":[564]},{"name":"wbemQueryFlagShallow","features":[564]},{"name":"wbemTextFlagNoFlavors","features":[564]},{"name":"wbemTimeoutInfinite","features":[564]}],"656":[{"name":"ACCESSTIMEOUT","features":[534]},{"name":"ACC_UTILITY_STATE_FLAGS","features":[534]},{"name":"ANNO_CONTAINER","features":[534]},{"name":"ANNO_THIS","features":[534]},{"name":"ANRUS_ON_SCREEN_KEYBOARD_ACTIVE","features":[534]},{"name":"ANRUS_PRIORITY_AUDIO_ACTIVE","features":[534]},{"name":"ANRUS_PRIORITY_AUDIO_ACTIVE_NODUCK","features":[534]},{"name":"ANRUS_PRIORITY_AUDIO_DYNAMIC_DUCK","features":[534]},{"name":"ANRUS_TOUCH_MODIFICATION_ACTIVE","features":[534]},{"name":"AccNotifyTouchInteraction","features":[305,534]},{"name":"AccSetRunningUtilityState","features":[305,534]},{"name":"AcceleratorKey_Property_GUID","features":[534]},{"name":"AccessKey_Property_GUID","features":[534]},{"name":"AccessibleChildren","features":[305,358,359,360,534]},{"name":"AccessibleObjectFromEvent","features":[305,358,359,360,534]},{"name":"AccessibleObjectFromPoint","features":[305,358,359,360,534]},{"name":"AccessibleObjectFromWindow","features":[305,534]},{"name":"ActiveEnd","features":[534]},{"name":"ActiveEnd_End","features":[534]},{"name":"ActiveEnd_None","features":[534]},{"name":"ActiveEnd_Start","features":[534]},{"name":"ActiveTextPositionChanged_Event_GUID","features":[534]},{"name":"AnimationStyle","features":[534]},{"name":"AnimationStyle_BlinkingBackground","features":[534]},{"name":"AnimationStyle_LasVegasLights","features":[534]},{"name":"AnimationStyle_MarchingBlackAnts","features":[534]},{"name":"AnimationStyle_MarchingRedAnts","features":[534]},{"name":"AnimationStyle_None","features":[534]},{"name":"AnimationStyle_Other","features":[534]},{"name":"AnimationStyle_Shimmer","features":[534]},{"name":"AnimationStyle_SparkleText","features":[534]},{"name":"AnnoScope","features":[534]},{"name":"AnnotationObjects_Property_GUID","features":[534]},{"name":"AnnotationType_AdvancedProofingIssue","features":[534]},{"name":"AnnotationType_Author","features":[534]},{"name":"AnnotationType_CircularReferenceError","features":[534]},{"name":"AnnotationType_Comment","features":[534]},{"name":"AnnotationType_ConflictingChange","features":[534]},{"name":"AnnotationType_DataValidationError","features":[534]},{"name":"AnnotationType_DeletionChange","features":[534]},{"name":"AnnotationType_EditingLockedChange","features":[534]},{"name":"AnnotationType_Endnote","features":[534]},{"name":"AnnotationType_ExternalChange","features":[534]},{"name":"AnnotationType_Footer","features":[534]},{"name":"AnnotationType_Footnote","features":[534]},{"name":"AnnotationType_FormatChange","features":[534]},{"name":"AnnotationType_FormulaError","features":[534]},{"name":"AnnotationType_GrammarError","features":[534]},{"name":"AnnotationType_Header","features":[534]},{"name":"AnnotationType_Highlighted","features":[534]},{"name":"AnnotationType_InsertionChange","features":[534]},{"name":"AnnotationType_Mathematics","features":[534]},{"name":"AnnotationType_MoveChange","features":[534]},{"name":"AnnotationType_Sensitive","features":[534]},{"name":"AnnotationType_SpellingError","features":[534]},{"name":"AnnotationType_TrackChanges","features":[534]},{"name":"AnnotationType_Unknown","features":[534]},{"name":"AnnotationType_UnsyncedChange","features":[534]},{"name":"AnnotationTypes_Property_GUID","features":[534]},{"name":"Annotation_AdvancedProofingIssue_GUID","features":[534]},{"name":"Annotation_AnnotationTypeId_Property_GUID","features":[534]},{"name":"Annotation_AnnotationTypeName_Property_GUID","features":[534]},{"name":"Annotation_Author_GUID","features":[534]},{"name":"Annotation_Author_Property_GUID","features":[534]},{"name":"Annotation_CircularReferenceError_GUID","features":[534]},{"name":"Annotation_Comment_GUID","features":[534]},{"name":"Annotation_ConflictingChange_GUID","features":[534]},{"name":"Annotation_Custom_GUID","features":[534]},{"name":"Annotation_DataValidationError_GUID","features":[534]},{"name":"Annotation_DateTime_Property_GUID","features":[534]},{"name":"Annotation_DeletionChange_GUID","features":[534]},{"name":"Annotation_EditingLockedChange_GUID","features":[534]},{"name":"Annotation_Endnote_GUID","features":[534]},{"name":"Annotation_ExternalChange_GUID","features":[534]},{"name":"Annotation_Footer_GUID","features":[534]},{"name":"Annotation_Footnote_GUID","features":[534]},{"name":"Annotation_FormatChange_GUID","features":[534]},{"name":"Annotation_FormulaError_GUID","features":[534]},{"name":"Annotation_GrammarError_GUID","features":[534]},{"name":"Annotation_Header_GUID","features":[534]},{"name":"Annotation_Highlighted_GUID","features":[534]},{"name":"Annotation_InsertionChange_GUID","features":[534]},{"name":"Annotation_Mathematics_GUID","features":[534]},{"name":"Annotation_MoveChange_GUID","features":[534]},{"name":"Annotation_Pattern_GUID","features":[534]},{"name":"Annotation_Sensitive_GUID","features":[534]},{"name":"Annotation_SpellingError_GUID","features":[534]},{"name":"Annotation_Target_Property_GUID","features":[534]},{"name":"Annotation_TrackChanges_GUID","features":[534]},{"name":"Annotation_UnsyncedChange_GUID","features":[534]},{"name":"AppBar_Control_GUID","features":[534]},{"name":"AriaProperties_Property_GUID","features":[534]},{"name":"AriaRole_Property_GUID","features":[534]},{"name":"Assertive","features":[534]},{"name":"AsyncContentLoadedState","features":[534]},{"name":"AsyncContentLoadedState_Beginning","features":[534]},{"name":"AsyncContentLoadedState_Completed","features":[534]},{"name":"AsyncContentLoadedState_Progress","features":[534]},{"name":"AsyncContentLoaded_Event_GUID","features":[534]},{"name":"AutomationElementMode","features":[534]},{"name":"AutomationElementMode_Full","features":[534]},{"name":"AutomationElementMode_None","features":[534]},{"name":"AutomationFocusChanged_Event_GUID","features":[534]},{"name":"AutomationId_Property_GUID","features":[534]},{"name":"AutomationIdentifierType","features":[534]},{"name":"AutomationIdentifierType_Annotation","features":[534]},{"name":"AutomationIdentifierType_Changes","features":[534]},{"name":"AutomationIdentifierType_ControlType","features":[534]},{"name":"AutomationIdentifierType_Event","features":[534]},{"name":"AutomationIdentifierType_LandmarkType","features":[534]},{"name":"AutomationIdentifierType_Pattern","features":[534]},{"name":"AutomationIdentifierType_Property","features":[534]},{"name":"AutomationIdentifierType_Style","features":[534]},{"name":"AutomationIdentifierType_TextAttribute","features":[534]},{"name":"AutomationPropertyChanged_Event_GUID","features":[534]},{"name":"BoundingRectangle_Property_GUID","features":[534]},{"name":"BulletStyle","features":[534]},{"name":"BulletStyle_DashBullet","features":[534]},{"name":"BulletStyle_FilledRoundBullet","features":[534]},{"name":"BulletStyle_FilledSquareBullet","features":[534]},{"name":"BulletStyle_HollowRoundBullet","features":[534]},{"name":"BulletStyle_HollowSquareBullet","features":[534]},{"name":"BulletStyle_None","features":[534]},{"name":"BulletStyle_Other","features":[534]},{"name":"Button_Control_GUID","features":[534]},{"name":"CAccPropServices","features":[534]},{"name":"CLSID_AccPropServices","features":[534]},{"name":"CUIAutomation","features":[534]},{"name":"CUIAutomation8","features":[534]},{"name":"CUIAutomationRegistrar","features":[534]},{"name":"Calendar_Control_GUID","features":[534]},{"name":"CapStyle","features":[534]},{"name":"CapStyle_AllCap","features":[534]},{"name":"CapStyle_AllPetiteCaps","features":[534]},{"name":"CapStyle_None","features":[534]},{"name":"CapStyle_Other","features":[534]},{"name":"CapStyle_PetiteCaps","features":[534]},{"name":"CapStyle_SmallCap","features":[534]},{"name":"CapStyle_Titling","features":[534]},{"name":"CapStyle_Unicase","features":[534]},{"name":"CaretBidiMode","features":[534]},{"name":"CaretBidiMode_LTR","features":[534]},{"name":"CaretBidiMode_RTL","features":[534]},{"name":"CaretPosition","features":[534]},{"name":"CaretPosition_BeginningOfLine","features":[534]},{"name":"CaretPosition_EndOfLine","features":[534]},{"name":"CaretPosition_Unknown","features":[534]},{"name":"CenterPoint_Property_GUID","features":[534]},{"name":"Changes_Event_GUID","features":[534]},{"name":"Changes_Summary_GUID","features":[534]},{"name":"CheckBox_Control_GUID","features":[534]},{"name":"ClassName_Property_GUID","features":[534]},{"name":"ClickablePoint_Property_GUID","features":[534]},{"name":"CoalesceEventsOptions","features":[534]},{"name":"CoalesceEventsOptions_Disabled","features":[534]},{"name":"CoalesceEventsOptions_Enabled","features":[534]},{"name":"ComboBox_Control_GUID","features":[534]},{"name":"ConditionType","features":[534]},{"name":"ConditionType_And","features":[534]},{"name":"ConditionType_False","features":[534]},{"name":"ConditionType_Not","features":[534]},{"name":"ConditionType_Or","features":[534]},{"name":"ConditionType_Property","features":[534]},{"name":"ConditionType_True","features":[534]},{"name":"ConnectionRecoveryBehaviorOptions","features":[534]},{"name":"ConnectionRecoveryBehaviorOptions_Disabled","features":[534]},{"name":"ConnectionRecoveryBehaviorOptions_Enabled","features":[534]},{"name":"ControlType_Property_GUID","features":[534]},{"name":"ControllerFor_Property_GUID","features":[534]},{"name":"CreateStdAccessibleObject","features":[305,534]},{"name":"CreateStdAccessibleProxyA","features":[305,534]},{"name":"CreateStdAccessibleProxyW","features":[305,534]},{"name":"Culture_Property_GUID","features":[534]},{"name":"CustomNavigation_Pattern_GUID","features":[534]},{"name":"Custom_Control_GUID","features":[534]},{"name":"DISPID_ACC_CHILD","features":[534]},{"name":"DISPID_ACC_CHILDCOUNT","features":[534]},{"name":"DISPID_ACC_DEFAULTACTION","features":[534]},{"name":"DISPID_ACC_DESCRIPTION","features":[534]},{"name":"DISPID_ACC_DODEFAULTACTION","features":[534]},{"name":"DISPID_ACC_FOCUS","features":[534]},{"name":"DISPID_ACC_HELP","features":[534]},{"name":"DISPID_ACC_HELPTOPIC","features":[534]},{"name":"DISPID_ACC_HITTEST","features":[534]},{"name":"DISPID_ACC_KEYBOARDSHORTCUT","features":[534]},{"name":"DISPID_ACC_LOCATION","features":[534]},{"name":"DISPID_ACC_NAME","features":[534]},{"name":"DISPID_ACC_NAVIGATE","features":[534]},{"name":"DISPID_ACC_PARENT","features":[534]},{"name":"DISPID_ACC_ROLE","features":[534]},{"name":"DISPID_ACC_SELECT","features":[534]},{"name":"DISPID_ACC_SELECTION","features":[534]},{"name":"DISPID_ACC_STATE","features":[534]},{"name":"DISPID_ACC_VALUE","features":[534]},{"name":"DataGrid_Control_GUID","features":[534]},{"name":"DataItem_Control_GUID","features":[534]},{"name":"DescribedBy_Property_GUID","features":[534]},{"name":"DockPattern_SetDockPosition","features":[534]},{"name":"DockPosition","features":[534]},{"name":"DockPosition_Bottom","features":[534]},{"name":"DockPosition_Fill","features":[534]},{"name":"DockPosition_Left","features":[534]},{"name":"DockPosition_None","features":[534]},{"name":"DockPosition_Right","features":[534]},{"name":"DockPosition_Top","features":[534]},{"name":"Dock_DockPosition_Property_GUID","features":[534]},{"name":"Dock_Pattern_GUID","features":[534]},{"name":"Document_Control_GUID","features":[534]},{"name":"Drag_DragCancel_Event_GUID","features":[534]},{"name":"Drag_DragComplete_Event_GUID","features":[534]},{"name":"Drag_DragStart_Event_GUID","features":[534]},{"name":"Drag_DropEffect_Property_GUID","features":[534]},{"name":"Drag_DropEffects_Property_GUID","features":[534]},{"name":"Drag_GrabbedItems_Property_GUID","features":[534]},{"name":"Drag_IsGrabbed_Property_GUID","features":[534]},{"name":"Drag_Pattern_GUID","features":[534]},{"name":"DropTarget_DragEnter_Event_GUID","features":[534]},{"name":"DropTarget_DragLeave_Event_GUID","features":[534]},{"name":"DropTarget_DropTargetEffect_Property_GUID","features":[534]},{"name":"DropTarget_DropTargetEffects_Property_GUID","features":[534]},{"name":"DropTarget_Dropped_Event_GUID","features":[534]},{"name":"DropTarget_Pattern_GUID","features":[534]},{"name":"Edit_Control_GUID","features":[534]},{"name":"EventArgsType","features":[534]},{"name":"EventArgsType_ActiveTextPositionChanged","features":[534]},{"name":"EventArgsType_AsyncContentLoaded","features":[534]},{"name":"EventArgsType_Changes","features":[534]},{"name":"EventArgsType_Notification","features":[534]},{"name":"EventArgsType_PropertyChanged","features":[534]},{"name":"EventArgsType_Simple","features":[534]},{"name":"EventArgsType_StructureChanged","features":[534]},{"name":"EventArgsType_StructuredMarkup","features":[534]},{"name":"EventArgsType_TextEditTextChanged","features":[534]},{"name":"EventArgsType_WindowClosed","features":[534]},{"name":"ExpandCollapsePattern_Collapse","features":[534]},{"name":"ExpandCollapsePattern_Expand","features":[534]},{"name":"ExpandCollapseState","features":[534]},{"name":"ExpandCollapseState_Collapsed","features":[534]},{"name":"ExpandCollapseState_Expanded","features":[534]},{"name":"ExpandCollapseState_LeafNode","features":[534]},{"name":"ExpandCollapseState_PartiallyExpanded","features":[534]},{"name":"ExpandCollapse_ExpandCollapseState_Property_GUID","features":[534]},{"name":"ExpandCollapse_Pattern_GUID","features":[534]},{"name":"ExtendedProperty","features":[534]},{"name":"FILTERKEYS","features":[534]},{"name":"FillColor_Property_GUID","features":[534]},{"name":"FillType","features":[534]},{"name":"FillType_Color","features":[534]},{"name":"FillType_Gradient","features":[534]},{"name":"FillType_None","features":[534]},{"name":"FillType_Pattern","features":[534]},{"name":"FillType_Picture","features":[534]},{"name":"FillType_Property_GUID","features":[534]},{"name":"FlowDirections","features":[534]},{"name":"FlowDirections_BottomToTop","features":[534]},{"name":"FlowDirections_Default","features":[534]},{"name":"FlowDirections_RightToLeft","features":[534]},{"name":"FlowDirections_Vertical","features":[534]},{"name":"FlowsFrom_Property_GUID","features":[534]},{"name":"FlowsTo_Property_GUID","features":[534]},{"name":"FrameworkId_Property_GUID","features":[534]},{"name":"FullDescription_Property_GUID","features":[534]},{"name":"GetOleaccVersionInfo","features":[534]},{"name":"GetRoleTextA","features":[534]},{"name":"GetRoleTextW","features":[534]},{"name":"GetStateTextA","features":[534]},{"name":"GetStateTextW","features":[534]},{"name":"GridItem_ColumnSpan_Property_GUID","features":[534]},{"name":"GridItem_Column_Property_GUID","features":[534]},{"name":"GridItem_Parent_Property_GUID","features":[534]},{"name":"GridItem_Pattern_GUID","features":[534]},{"name":"GridItem_RowSpan_Property_GUID","features":[534]},{"name":"GridItem_Row_Property_GUID","features":[534]},{"name":"GridPattern_GetItem","features":[534]},{"name":"Grid_ColumnCount_Property_GUID","features":[534]},{"name":"Grid_Pattern_GUID","features":[534]},{"name":"Grid_RowCount_Property_GUID","features":[534]},{"name":"Group_Control_GUID","features":[534]},{"name":"HCF_AVAILABLE","features":[534]},{"name":"HCF_CONFIRMHOTKEY","features":[534]},{"name":"HCF_HIGHCONTRASTON","features":[534]},{"name":"HCF_HOTKEYACTIVE","features":[534]},{"name":"HCF_HOTKEYAVAILABLE","features":[534]},{"name":"HCF_HOTKEYSOUND","features":[534]},{"name":"HCF_INDICATOR","features":[534]},{"name":"HCF_OPTION_NOTHEMECHANGE","features":[534]},{"name":"HIGHCONTRASTA","features":[534]},{"name":"HIGHCONTRASTW","features":[534]},{"name":"HIGHCONTRASTW_FLAGS","features":[534]},{"name":"HUIAEVENT","features":[534]},{"name":"HUIANODE","features":[534]},{"name":"HUIAPATTERNOBJECT","features":[534]},{"name":"HUIATEXTRANGE","features":[534]},{"name":"HWINEVENTHOOK","features":[534]},{"name":"HasKeyboardFocus_Property_GUID","features":[534]},{"name":"HeaderItem_Control_GUID","features":[534]},{"name":"Header_Control_GUID","features":[534]},{"name":"HeadingLevel1","features":[534]},{"name":"HeadingLevel2","features":[534]},{"name":"HeadingLevel3","features":[534]},{"name":"HeadingLevel4","features":[534]},{"name":"HeadingLevel5","features":[534]},{"name":"HeadingLevel6","features":[534]},{"name":"HeadingLevel7","features":[534]},{"name":"HeadingLevel8","features":[534]},{"name":"HeadingLevel9","features":[534]},{"name":"HeadingLevel_None","features":[534]},{"name":"HeadingLevel_Property_GUID","features":[534]},{"name":"HelpText_Property_GUID","features":[534]},{"name":"HorizontalTextAlignment","features":[534]},{"name":"HorizontalTextAlignment_Centered","features":[534]},{"name":"HorizontalTextAlignment_Justified","features":[534]},{"name":"HorizontalTextAlignment_Left","features":[534]},{"name":"HorizontalTextAlignment_Right","features":[534]},{"name":"HostedFragmentRootsInvalidated_Event_GUID","features":[534]},{"name":"Hyperlink_Control_GUID","features":[534]},{"name":"IAccIdentity","features":[534]},{"name":"IAccPropServer","features":[534]},{"name":"IAccPropServices","features":[534]},{"name":"IAccessible","features":[358,534]},{"name":"IAccessibleEx","features":[534]},{"name":"IAccessibleHandler","features":[534]},{"name":"IAccessibleHostingElementProviders","features":[534]},{"name":"IAccessibleWindowlessSite","features":[534]},{"name":"IAnnotationProvider","features":[534]},{"name":"ICustomNavigationProvider","features":[534]},{"name":"IDockProvider","features":[534]},{"name":"IDragProvider","features":[534]},{"name":"IDropTargetProvider","features":[534]},{"name":"IExpandCollapseProvider","features":[534]},{"name":"IGridItemProvider","features":[534]},{"name":"IGridProvider","features":[534]},{"name":"IIS_ControlAccessible","features":[534]},{"name":"IIS_IsOleaccProxy","features":[534]},{"name":"IInvokeProvider","features":[534]},{"name":"IItemContainerProvider","features":[534]},{"name":"ILegacyIAccessibleProvider","features":[534]},{"name":"IMultipleViewProvider","features":[534]},{"name":"IObjectModelProvider","features":[534]},{"name":"IProxyProviderWinEventHandler","features":[534]},{"name":"IProxyProviderWinEventSink","features":[534]},{"name":"IRangeValueProvider","features":[534]},{"name":"IRawElementProviderAdviseEvents","features":[534]},{"name":"IRawElementProviderFragment","features":[534]},{"name":"IRawElementProviderFragmentRoot","features":[534]},{"name":"IRawElementProviderHostingAccessibles","features":[534]},{"name":"IRawElementProviderHwndOverride","features":[534]},{"name":"IRawElementProviderSimple","features":[534]},{"name":"IRawElementProviderSimple2","features":[534]},{"name":"IRawElementProviderSimple3","features":[534]},{"name":"IRawElementProviderWindowlessSite","features":[534]},{"name":"IRichEditUiaInformation","features":[534]},{"name":"IRicheditWindowlessAccessibility","features":[534]},{"name":"IScrollItemProvider","features":[534]},{"name":"IScrollProvider","features":[534]},{"name":"ISelectionItemProvider","features":[534]},{"name":"ISelectionProvider","features":[534]},{"name":"ISelectionProvider2","features":[534]},{"name":"ISpreadsheetItemProvider","features":[534]},{"name":"ISpreadsheetProvider","features":[534]},{"name":"IStylesProvider","features":[534]},{"name":"ISynchronizedInputProvider","features":[534]},{"name":"ITableItemProvider","features":[534]},{"name":"ITableProvider","features":[534]},{"name":"ITextChildProvider","features":[534]},{"name":"ITextEditProvider","features":[534]},{"name":"ITextProvider","features":[534]},{"name":"ITextProvider2","features":[534]},{"name":"ITextRangeProvider","features":[534]},{"name":"ITextRangeProvider2","features":[534]},{"name":"IToggleProvider","features":[534]},{"name":"ITransformProvider","features":[534]},{"name":"ITransformProvider2","features":[534]},{"name":"IUIAutomation","features":[534]},{"name":"IUIAutomation2","features":[534]},{"name":"IUIAutomation3","features":[534]},{"name":"IUIAutomation4","features":[534]},{"name":"IUIAutomation5","features":[534]},{"name":"IUIAutomation6","features":[534]},{"name":"IUIAutomationActiveTextPositionChangedEventHandler","features":[534]},{"name":"IUIAutomationAndCondition","features":[534]},{"name":"IUIAutomationAnnotationPattern","features":[534]},{"name":"IUIAutomationBoolCondition","features":[534]},{"name":"IUIAutomationCacheRequest","features":[534]},{"name":"IUIAutomationChangesEventHandler","features":[534]},{"name":"IUIAutomationCondition","features":[534]},{"name":"IUIAutomationCustomNavigationPattern","features":[534]},{"name":"IUIAutomationDockPattern","features":[534]},{"name":"IUIAutomationDragPattern","features":[534]},{"name":"IUIAutomationDropTargetPattern","features":[534]},{"name":"IUIAutomationElement","features":[534]},{"name":"IUIAutomationElement2","features":[534]},{"name":"IUIAutomationElement3","features":[534]},{"name":"IUIAutomationElement4","features":[534]},{"name":"IUIAutomationElement5","features":[534]},{"name":"IUIAutomationElement6","features":[534]},{"name":"IUIAutomationElement7","features":[534]},{"name":"IUIAutomationElement8","features":[534]},{"name":"IUIAutomationElement9","features":[534]},{"name":"IUIAutomationElementArray","features":[534]},{"name":"IUIAutomationEventHandler","features":[534]},{"name":"IUIAutomationEventHandlerGroup","features":[534]},{"name":"IUIAutomationExpandCollapsePattern","features":[534]},{"name":"IUIAutomationFocusChangedEventHandler","features":[534]},{"name":"IUIAutomationGridItemPattern","features":[534]},{"name":"IUIAutomationGridPattern","features":[534]},{"name":"IUIAutomationInvokePattern","features":[534]},{"name":"IUIAutomationItemContainerPattern","features":[534]},{"name":"IUIAutomationLegacyIAccessiblePattern","features":[534]},{"name":"IUIAutomationMultipleViewPattern","features":[534]},{"name":"IUIAutomationNotCondition","features":[534]},{"name":"IUIAutomationNotificationEventHandler","features":[534]},{"name":"IUIAutomationObjectModelPattern","features":[534]},{"name":"IUIAutomationOrCondition","features":[534]},{"name":"IUIAutomationPatternHandler","features":[534]},{"name":"IUIAutomationPatternInstance","features":[534]},{"name":"IUIAutomationPropertyChangedEventHandler","features":[534]},{"name":"IUIAutomationPropertyCondition","features":[534]},{"name":"IUIAutomationProxyFactory","features":[534]},{"name":"IUIAutomationProxyFactoryEntry","features":[534]},{"name":"IUIAutomationProxyFactoryMapping","features":[534]},{"name":"IUIAutomationRangeValuePattern","features":[534]},{"name":"IUIAutomationRegistrar","features":[534]},{"name":"IUIAutomationScrollItemPattern","features":[534]},{"name":"IUIAutomationScrollPattern","features":[534]},{"name":"IUIAutomationSelectionItemPattern","features":[534]},{"name":"IUIAutomationSelectionPattern","features":[534]},{"name":"IUIAutomationSelectionPattern2","features":[534]},{"name":"IUIAutomationSpreadsheetItemPattern","features":[534]},{"name":"IUIAutomationSpreadsheetPattern","features":[534]},{"name":"IUIAutomationStructureChangedEventHandler","features":[534]},{"name":"IUIAutomationStylesPattern","features":[534]},{"name":"IUIAutomationSynchronizedInputPattern","features":[534]},{"name":"IUIAutomationTableItemPattern","features":[534]},{"name":"IUIAutomationTablePattern","features":[534]},{"name":"IUIAutomationTextChildPattern","features":[534]},{"name":"IUIAutomationTextEditPattern","features":[534]},{"name":"IUIAutomationTextEditTextChangedEventHandler","features":[534]},{"name":"IUIAutomationTextPattern","features":[534]},{"name":"IUIAutomationTextPattern2","features":[534]},{"name":"IUIAutomationTextRange","features":[534]},{"name":"IUIAutomationTextRange2","features":[534]},{"name":"IUIAutomationTextRange3","features":[534]},{"name":"IUIAutomationTextRangeArray","features":[534]},{"name":"IUIAutomationTogglePattern","features":[534]},{"name":"IUIAutomationTransformPattern","features":[534]},{"name":"IUIAutomationTransformPattern2","features":[534]},{"name":"IUIAutomationTreeWalker","features":[534]},{"name":"IUIAutomationValuePattern","features":[534]},{"name":"IUIAutomationVirtualizedItemPattern","features":[534]},{"name":"IUIAutomationWindowPattern","features":[534]},{"name":"IValueProvider","features":[534]},{"name":"IVirtualizedItemProvider","features":[534]},{"name":"IWindowProvider","features":[534]},{"name":"Image_Control_GUID","features":[534]},{"name":"InputDiscarded_Event_GUID","features":[534]},{"name":"InputReachedOtherElement_Event_GUID","features":[534]},{"name":"InputReachedTarget_Event_GUID","features":[534]},{"name":"InvokePattern_Invoke","features":[534]},{"name":"Invoke_Invoked_Event_GUID","features":[534]},{"name":"Invoke_Pattern_GUID","features":[534]},{"name":"IsAnnotationPatternAvailable_Property_GUID","features":[534]},{"name":"IsContentElement_Property_GUID","features":[534]},{"name":"IsControlElement_Property_GUID","features":[534]},{"name":"IsCustomNavigationPatternAvailable_Property_GUID","features":[534]},{"name":"IsDataValidForForm_Property_GUID","features":[534]},{"name":"IsDialog_Property_GUID","features":[534]},{"name":"IsDockPatternAvailable_Property_GUID","features":[534]},{"name":"IsDragPatternAvailable_Property_GUID","features":[534]},{"name":"IsDropTargetPatternAvailable_Property_GUID","features":[534]},{"name":"IsEnabled_Property_GUID","features":[534]},{"name":"IsExpandCollapsePatternAvailable_Property_GUID","features":[534]},{"name":"IsGridItemPatternAvailable_Property_GUID","features":[534]},{"name":"IsGridPatternAvailable_Property_GUID","features":[534]},{"name":"IsInvokePatternAvailable_Property_GUID","features":[534]},{"name":"IsItemContainerPatternAvailable_Property_GUID","features":[534]},{"name":"IsKeyboardFocusable_Property_GUID","features":[534]},{"name":"IsLegacyIAccessiblePatternAvailable_Property_GUID","features":[534]},{"name":"IsMultipleViewPatternAvailable_Property_GUID","features":[534]},{"name":"IsObjectModelPatternAvailable_Property_GUID","features":[534]},{"name":"IsOffscreen_Property_GUID","features":[534]},{"name":"IsPassword_Property_GUID","features":[534]},{"name":"IsPeripheral_Property_GUID","features":[534]},{"name":"IsRangeValuePatternAvailable_Property_GUID","features":[534]},{"name":"IsRequiredForForm_Property_GUID","features":[534]},{"name":"IsScrollItemPatternAvailable_Property_GUID","features":[534]},{"name":"IsScrollPatternAvailable_Property_GUID","features":[534]},{"name":"IsSelectionItemPatternAvailable_Property_GUID","features":[534]},{"name":"IsSelectionPattern2Available_Property_GUID","features":[534]},{"name":"IsSelectionPatternAvailable_Property_GUID","features":[534]},{"name":"IsSpreadsheetItemPatternAvailable_Property_GUID","features":[534]},{"name":"IsSpreadsheetPatternAvailable_Property_GUID","features":[534]},{"name":"IsStructuredMarkupPatternAvailable_Property_GUID","features":[534]},{"name":"IsStylesPatternAvailable_Property_GUID","features":[534]},{"name":"IsSynchronizedInputPatternAvailable_Property_GUID","features":[534]},{"name":"IsTableItemPatternAvailable_Property_GUID","features":[534]},{"name":"IsTablePatternAvailable_Property_GUID","features":[534]},{"name":"IsTextChildPatternAvailable_Property_GUID","features":[534]},{"name":"IsTextEditPatternAvailable_Property_GUID","features":[534]},{"name":"IsTextPattern2Available_Property_GUID","features":[534]},{"name":"IsTextPatternAvailable_Property_GUID","features":[534]},{"name":"IsTogglePatternAvailable_Property_GUID","features":[534]},{"name":"IsTransformPattern2Available_Property_GUID","features":[534]},{"name":"IsTransformPatternAvailable_Property_GUID","features":[534]},{"name":"IsValuePatternAvailable_Property_GUID","features":[534]},{"name":"IsVirtualizedItemPatternAvailable_Property_GUID","features":[534]},{"name":"IsWinEventHookInstalled","features":[305,534]},{"name":"IsWindowPatternAvailable_Property_GUID","features":[534]},{"name":"ItemContainerPattern_FindItemByProperty","features":[305,358,359,360,534]},{"name":"ItemContainer_Pattern_GUID","features":[534]},{"name":"ItemStatus_Property_GUID","features":[534]},{"name":"ItemType_Property_GUID","features":[534]},{"name":"LIBID_Accessibility","features":[534]},{"name":"LPFNACCESSIBLECHILDREN","features":[305,358,359,360,534]},{"name":"LPFNACCESSIBLEOBJECTFROMPOINT","features":[305,358,359,360,534]},{"name":"LPFNACCESSIBLEOBJECTFROMWINDOW","features":[305,534]},{"name":"LPFNCREATESTDACCESSIBLEOBJECT","features":[305,534]},{"name":"LPFNLRESULTFROMOBJECT","features":[305,534]},{"name":"LPFNOBJECTFROMLRESULT","features":[305,534]},{"name":"LabeledBy_Property_GUID","features":[534]},{"name":"LandmarkType_Property_GUID","features":[534]},{"name":"LayoutInvalidated_Event_GUID","features":[534]},{"name":"LegacyIAccessiblePattern_DoDefaultAction","features":[534]},{"name":"LegacyIAccessiblePattern_GetIAccessible","features":[358,534]},{"name":"LegacyIAccessiblePattern_Select","features":[534]},{"name":"LegacyIAccessiblePattern_SetValue","features":[534]},{"name":"LegacyIAccessible_ChildId_Property_GUID","features":[534]},{"name":"LegacyIAccessible_DefaultAction_Property_GUID","features":[534]},{"name":"LegacyIAccessible_Description_Property_GUID","features":[534]},{"name":"LegacyIAccessible_Help_Property_GUID","features":[534]},{"name":"LegacyIAccessible_KeyboardShortcut_Property_GUID","features":[534]},{"name":"LegacyIAccessible_Name_Property_GUID","features":[534]},{"name":"LegacyIAccessible_Pattern_GUID","features":[534]},{"name":"LegacyIAccessible_Role_Property_GUID","features":[534]},{"name":"LegacyIAccessible_Selection_Property_GUID","features":[534]},{"name":"LegacyIAccessible_State_Property_GUID","features":[534]},{"name":"LegacyIAccessible_Value_Property_GUID","features":[534]},{"name":"Level_Property_GUID","features":[534]},{"name":"ListItem_Control_GUID","features":[534]},{"name":"List_Control_GUID","features":[534]},{"name":"LiveRegionChanged_Event_GUID","features":[534]},{"name":"LiveSetting","features":[534]},{"name":"LiveSetting_Property_GUID","features":[534]},{"name":"LocalizedControlType_Property_GUID","features":[534]},{"name":"LocalizedLandmarkType_Property_GUID","features":[534]},{"name":"LresultFromObject","features":[305,534]},{"name":"MOUSEKEYS","features":[534]},{"name":"MSAAMENUINFO","features":[534]},{"name":"MSAA_MENU_SIG","features":[534]},{"name":"MenuBar_Control_GUID","features":[534]},{"name":"MenuClosed_Event_GUID","features":[534]},{"name":"MenuItem_Control_GUID","features":[534]},{"name":"MenuModeEnd_Event_GUID","features":[534]},{"name":"MenuModeStart_Event_GUID","features":[534]},{"name":"MenuOpened_Event_GUID","features":[534]},{"name":"Menu_Control_GUID","features":[534]},{"name":"MultipleViewPattern_GetViewName","features":[534]},{"name":"MultipleViewPattern_SetCurrentView","features":[534]},{"name":"MultipleView_CurrentView_Property_GUID","features":[534]},{"name":"MultipleView_Pattern_GUID","features":[534]},{"name":"MultipleView_SupportedViews_Property_GUID","features":[534]},{"name":"NAVDIR_DOWN","features":[534]},{"name":"NAVDIR_FIRSTCHILD","features":[534]},{"name":"NAVDIR_LASTCHILD","features":[534]},{"name":"NAVDIR_LEFT","features":[534]},{"name":"NAVDIR_MAX","features":[534]},{"name":"NAVDIR_MIN","features":[534]},{"name":"NAVDIR_NEXT","features":[534]},{"name":"NAVDIR_PREVIOUS","features":[534]},{"name":"NAVDIR_RIGHT","features":[534]},{"name":"NAVDIR_UP","features":[534]},{"name":"Name_Property_GUID","features":[534]},{"name":"NavigateDirection","features":[534]},{"name":"NavigateDirection_FirstChild","features":[534]},{"name":"NavigateDirection_LastChild","features":[534]},{"name":"NavigateDirection_NextSibling","features":[534]},{"name":"NavigateDirection_Parent","features":[534]},{"name":"NavigateDirection_PreviousSibling","features":[534]},{"name":"NewNativeWindowHandle_Property_GUID","features":[534]},{"name":"NormalizeState","features":[534]},{"name":"NormalizeState_Custom","features":[534]},{"name":"NormalizeState_None","features":[534]},{"name":"NormalizeState_View","features":[534]},{"name":"NotificationKind","features":[534]},{"name":"NotificationKind_ActionAborted","features":[534]},{"name":"NotificationKind_ActionCompleted","features":[534]},{"name":"NotificationKind_ItemAdded","features":[534]},{"name":"NotificationKind_ItemRemoved","features":[534]},{"name":"NotificationKind_Other","features":[534]},{"name":"NotificationProcessing","features":[534]},{"name":"NotificationProcessing_All","features":[534]},{"name":"NotificationProcessing_CurrentThenMostRecent","features":[534]},{"name":"NotificationProcessing_ImportantAll","features":[534]},{"name":"NotificationProcessing_ImportantMostRecent","features":[534]},{"name":"NotificationProcessing_MostRecent","features":[534]},{"name":"Notification_Event_GUID","features":[534]},{"name":"NotifyWinEvent","features":[305,534]},{"name":"ObjectFromLresult","features":[305,534]},{"name":"ObjectModel_Pattern_GUID","features":[534]},{"name":"Off","features":[534]},{"name":"OptimizeForVisualContent_Property_GUID","features":[534]},{"name":"OrientationType","features":[534]},{"name":"OrientationType_Horizontal","features":[534]},{"name":"OrientationType_None","features":[534]},{"name":"OrientationType_Vertical","features":[534]},{"name":"Orientation_Property_GUID","features":[534]},{"name":"OutlineColor_Property_GUID","features":[534]},{"name":"OutlineStyles","features":[534]},{"name":"OutlineStyles_Embossed","features":[534]},{"name":"OutlineStyles_Engraved","features":[534]},{"name":"OutlineStyles_None","features":[534]},{"name":"OutlineStyles_Outline","features":[534]},{"name":"OutlineStyles_Shadow","features":[534]},{"name":"OutlineThickness_Property_GUID","features":[534]},{"name":"PROPID_ACC_DEFAULTACTION","features":[534]},{"name":"PROPID_ACC_DESCRIPTION","features":[534]},{"name":"PROPID_ACC_DESCRIPTIONMAP","features":[534]},{"name":"PROPID_ACC_DODEFAULTACTION","features":[534]},{"name":"PROPID_ACC_FOCUS","features":[534]},{"name":"PROPID_ACC_HELP","features":[534]},{"name":"PROPID_ACC_HELPTOPIC","features":[534]},{"name":"PROPID_ACC_KEYBOARDSHORTCUT","features":[534]},{"name":"PROPID_ACC_NAME","features":[534]},{"name":"PROPID_ACC_NAV_DOWN","features":[534]},{"name":"PROPID_ACC_NAV_FIRSTCHILD","features":[534]},{"name":"PROPID_ACC_NAV_LASTCHILD","features":[534]},{"name":"PROPID_ACC_NAV_LEFT","features":[534]},{"name":"PROPID_ACC_NAV_NEXT","features":[534]},{"name":"PROPID_ACC_NAV_PREV","features":[534]},{"name":"PROPID_ACC_NAV_RIGHT","features":[534]},{"name":"PROPID_ACC_NAV_UP","features":[534]},{"name":"PROPID_ACC_PARENT","features":[534]},{"name":"PROPID_ACC_ROLE","features":[534]},{"name":"PROPID_ACC_ROLEMAP","features":[534]},{"name":"PROPID_ACC_SELECTION","features":[534]},{"name":"PROPID_ACC_STATE","features":[534]},{"name":"PROPID_ACC_STATEMAP","features":[534]},{"name":"PROPID_ACC_VALUE","features":[534]},{"name":"PROPID_ACC_VALUEMAP","features":[534]},{"name":"Pane_Control_GUID","features":[534]},{"name":"Polite","features":[534]},{"name":"PositionInSet_Property_GUID","features":[534]},{"name":"ProcessId_Property_GUID","features":[534]},{"name":"ProgressBar_Control_GUID","features":[534]},{"name":"PropertyConditionFlags","features":[534]},{"name":"PropertyConditionFlags_IgnoreCase","features":[534]},{"name":"PropertyConditionFlags_MatchSubstring","features":[534]},{"name":"PropertyConditionFlags_None","features":[534]},{"name":"ProviderDescription_Property_GUID","features":[534]},{"name":"ProviderOptions","features":[534]},{"name":"ProviderOptions_ClientSideProvider","features":[534]},{"name":"ProviderOptions_HasNativeIAccessible","features":[534]},{"name":"ProviderOptions_NonClientAreaProvider","features":[534]},{"name":"ProviderOptions_OverrideProvider","features":[534]},{"name":"ProviderOptions_ProviderOwnsSetFocus","features":[534]},{"name":"ProviderOptions_RefuseNonClientSupport","features":[534]},{"name":"ProviderOptions_ServerSideProvider","features":[534]},{"name":"ProviderOptions_UseClientCoordinates","features":[534]},{"name":"ProviderOptions_UseComThreading","features":[534]},{"name":"ProviderType","features":[534]},{"name":"ProviderType_BaseHwnd","features":[534]},{"name":"ProviderType_NonClientArea","features":[534]},{"name":"ProviderType_Proxy","features":[534]},{"name":"ROLE_SYSTEM_ALERT","features":[534]},{"name":"ROLE_SYSTEM_ANIMATION","features":[534]},{"name":"ROLE_SYSTEM_APPLICATION","features":[534]},{"name":"ROLE_SYSTEM_BORDER","features":[534]},{"name":"ROLE_SYSTEM_BUTTONDROPDOWN","features":[534]},{"name":"ROLE_SYSTEM_BUTTONDROPDOWNGRID","features":[534]},{"name":"ROLE_SYSTEM_BUTTONMENU","features":[534]},{"name":"ROLE_SYSTEM_CARET","features":[534]},{"name":"ROLE_SYSTEM_CELL","features":[534]},{"name":"ROLE_SYSTEM_CHARACTER","features":[534]},{"name":"ROLE_SYSTEM_CHART","features":[534]},{"name":"ROLE_SYSTEM_CHECKBUTTON","features":[534]},{"name":"ROLE_SYSTEM_CLIENT","features":[534]},{"name":"ROLE_SYSTEM_CLOCK","features":[534]},{"name":"ROLE_SYSTEM_COLUMN","features":[534]},{"name":"ROLE_SYSTEM_COLUMNHEADER","features":[534]},{"name":"ROLE_SYSTEM_COMBOBOX","features":[534]},{"name":"ROLE_SYSTEM_CURSOR","features":[534]},{"name":"ROLE_SYSTEM_DIAGRAM","features":[534]},{"name":"ROLE_SYSTEM_DIAL","features":[534]},{"name":"ROLE_SYSTEM_DIALOG","features":[534]},{"name":"ROLE_SYSTEM_DOCUMENT","features":[534]},{"name":"ROLE_SYSTEM_DROPLIST","features":[534]},{"name":"ROLE_SYSTEM_EQUATION","features":[534]},{"name":"ROLE_SYSTEM_GRAPHIC","features":[534]},{"name":"ROLE_SYSTEM_GRIP","features":[534]},{"name":"ROLE_SYSTEM_GROUPING","features":[534]},{"name":"ROLE_SYSTEM_HELPBALLOON","features":[534]},{"name":"ROLE_SYSTEM_HOTKEYFIELD","features":[534]},{"name":"ROLE_SYSTEM_INDICATOR","features":[534]},{"name":"ROLE_SYSTEM_IPADDRESS","features":[534]},{"name":"ROLE_SYSTEM_LINK","features":[534]},{"name":"ROLE_SYSTEM_LIST","features":[534]},{"name":"ROLE_SYSTEM_LISTITEM","features":[534]},{"name":"ROLE_SYSTEM_MENUBAR","features":[534]},{"name":"ROLE_SYSTEM_MENUITEM","features":[534]},{"name":"ROLE_SYSTEM_MENUPOPUP","features":[534]},{"name":"ROLE_SYSTEM_OUTLINE","features":[534]},{"name":"ROLE_SYSTEM_OUTLINEBUTTON","features":[534]},{"name":"ROLE_SYSTEM_OUTLINEITEM","features":[534]},{"name":"ROLE_SYSTEM_PAGETAB","features":[534]},{"name":"ROLE_SYSTEM_PAGETABLIST","features":[534]},{"name":"ROLE_SYSTEM_PANE","features":[534]},{"name":"ROLE_SYSTEM_PROGRESSBAR","features":[534]},{"name":"ROLE_SYSTEM_PROPERTYPAGE","features":[534]},{"name":"ROLE_SYSTEM_PUSHBUTTON","features":[534]},{"name":"ROLE_SYSTEM_RADIOBUTTON","features":[534]},{"name":"ROLE_SYSTEM_ROW","features":[534]},{"name":"ROLE_SYSTEM_ROWHEADER","features":[534]},{"name":"ROLE_SYSTEM_SCROLLBAR","features":[534]},{"name":"ROLE_SYSTEM_SEPARATOR","features":[534]},{"name":"ROLE_SYSTEM_SLIDER","features":[534]},{"name":"ROLE_SYSTEM_SOUND","features":[534]},{"name":"ROLE_SYSTEM_SPINBUTTON","features":[534]},{"name":"ROLE_SYSTEM_SPLITBUTTON","features":[534]},{"name":"ROLE_SYSTEM_STATICTEXT","features":[534]},{"name":"ROLE_SYSTEM_STATUSBAR","features":[534]},{"name":"ROLE_SYSTEM_TABLE","features":[534]},{"name":"ROLE_SYSTEM_TEXT","features":[534]},{"name":"ROLE_SYSTEM_TITLEBAR","features":[534]},{"name":"ROLE_SYSTEM_TOOLBAR","features":[534]},{"name":"ROLE_SYSTEM_TOOLTIP","features":[534]},{"name":"ROLE_SYSTEM_WHITESPACE","features":[534]},{"name":"ROLE_SYSTEM_WINDOW","features":[534]},{"name":"RadioButton_Control_GUID","features":[534]},{"name":"RangeValuePattern_SetValue","features":[534]},{"name":"RangeValue_IsReadOnly_Property_GUID","features":[534]},{"name":"RangeValue_LargeChange_Property_GUID","features":[534]},{"name":"RangeValue_Maximum_Property_GUID","features":[534]},{"name":"RangeValue_Minimum_Property_GUID","features":[534]},{"name":"RangeValue_Pattern_GUID","features":[534]},{"name":"RangeValue_SmallChange_Property_GUID","features":[534]},{"name":"RangeValue_Value_Property_GUID","features":[534]},{"name":"RegisterPointerInputTarget","features":[305,534,374]},{"name":"RegisterPointerInputTargetEx","features":[305,534,374]},{"name":"Rotation_Property_GUID","features":[534]},{"name":"RowOrColumnMajor","features":[534]},{"name":"RowOrColumnMajor_ColumnMajor","features":[534]},{"name":"RowOrColumnMajor_Indeterminate","features":[534]},{"name":"RowOrColumnMajor_RowMajor","features":[534]},{"name":"RuntimeId_Property_GUID","features":[534]},{"name":"SELFLAG_ADDSELECTION","features":[534]},{"name":"SELFLAG_EXTENDSELECTION","features":[534]},{"name":"SELFLAG_NONE","features":[534]},{"name":"SELFLAG_REMOVESELECTION","features":[534]},{"name":"SELFLAG_TAKEFOCUS","features":[534]},{"name":"SELFLAG_TAKESELECTION","features":[534]},{"name":"SELFLAG_VALID","features":[534]},{"name":"SERIALKEYSA","features":[534]},{"name":"SERIALKEYSW","features":[534]},{"name":"SERIALKEYS_FLAGS","features":[534]},{"name":"SERKF_AVAILABLE","features":[534]},{"name":"SERKF_INDICATOR","features":[534]},{"name":"SERKF_SERIALKEYSON","features":[534]},{"name":"SID_ControlElementProvider","features":[534]},{"name":"SID_IsUIAutomationObject","features":[534]},{"name":"SKF_AUDIBLEFEEDBACK","features":[534]},{"name":"SKF_AVAILABLE","features":[534]},{"name":"SKF_CONFIRMHOTKEY","features":[534]},{"name":"SKF_HOTKEYACTIVE","features":[534]},{"name":"SKF_HOTKEYSOUND","features":[534]},{"name":"SKF_INDICATOR","features":[534]},{"name":"SKF_LALTLATCHED","features":[534]},{"name":"SKF_LALTLOCKED","features":[534]},{"name":"SKF_LCTLLATCHED","features":[534]},{"name":"SKF_LCTLLOCKED","features":[534]},{"name":"SKF_LSHIFTLATCHED","features":[534]},{"name":"SKF_LSHIFTLOCKED","features":[534]},{"name":"SKF_LWINLATCHED","features":[534]},{"name":"SKF_LWINLOCKED","features":[534]},{"name":"SKF_RALTLATCHED","features":[534]},{"name":"SKF_RALTLOCKED","features":[534]},{"name":"SKF_RCTLLATCHED","features":[534]},{"name":"SKF_RCTLLOCKED","features":[534]},{"name":"SKF_RSHIFTLATCHED","features":[534]},{"name":"SKF_RSHIFTLOCKED","features":[534]},{"name":"SKF_RWINLATCHED","features":[534]},{"name":"SKF_RWINLOCKED","features":[534]},{"name":"SKF_STICKYKEYSON","features":[534]},{"name":"SKF_TRISTATE","features":[534]},{"name":"SKF_TWOKEYSOFF","features":[534]},{"name":"SOUNDSENTRYA","features":[534]},{"name":"SOUNDSENTRYW","features":[534]},{"name":"SOUNDSENTRY_FLAGS","features":[534]},{"name":"SOUNDSENTRY_TEXT_EFFECT","features":[534]},{"name":"SOUNDSENTRY_WINDOWS_EFFECT","features":[534]},{"name":"SOUND_SENTRY_GRAPHICS_EFFECT","features":[534]},{"name":"SSF_AVAILABLE","features":[534]},{"name":"SSF_INDICATOR","features":[534]},{"name":"SSF_SOUNDSENTRYON","features":[534]},{"name":"SSGF_DISPLAY","features":[534]},{"name":"SSGF_NONE","features":[534]},{"name":"SSTF_BORDER","features":[534]},{"name":"SSTF_CHARS","features":[534]},{"name":"SSTF_DISPLAY","features":[534]},{"name":"SSTF_NONE","features":[534]},{"name":"SSWF_CUSTOM","features":[534]},{"name":"SSWF_DISPLAY","features":[534]},{"name":"SSWF_NONE","features":[534]},{"name":"SSWF_TITLE","features":[534]},{"name":"SSWF_WINDOW","features":[534]},{"name":"STATE_SYSTEM_HASPOPUP","features":[534]},{"name":"STATE_SYSTEM_NORMAL","features":[534]},{"name":"STICKYKEYS","features":[534]},{"name":"STICKYKEYS_FLAGS","features":[534]},{"name":"SayAsInterpretAs","features":[534]},{"name":"SayAsInterpretAs_Address","features":[534]},{"name":"SayAsInterpretAs_Alphanumeric","features":[534]},{"name":"SayAsInterpretAs_Cardinal","features":[534]},{"name":"SayAsInterpretAs_Currency","features":[534]},{"name":"SayAsInterpretAs_Date","features":[534]},{"name":"SayAsInterpretAs_Date_DayMonth","features":[534]},{"name":"SayAsInterpretAs_Date_DayMonthYear","features":[534]},{"name":"SayAsInterpretAs_Date_MonthDay","features":[534]},{"name":"SayAsInterpretAs_Date_MonthDayYear","features":[534]},{"name":"SayAsInterpretAs_Date_MonthYear","features":[534]},{"name":"SayAsInterpretAs_Date_Year","features":[534]},{"name":"SayAsInterpretAs_Date_YearMonth","features":[534]},{"name":"SayAsInterpretAs_Date_YearMonthDay","features":[534]},{"name":"SayAsInterpretAs_Media","features":[534]},{"name":"SayAsInterpretAs_Name","features":[534]},{"name":"SayAsInterpretAs_Net","features":[534]},{"name":"SayAsInterpretAs_None","features":[534]},{"name":"SayAsInterpretAs_Number","features":[534]},{"name":"SayAsInterpretAs_Ordinal","features":[534]},{"name":"SayAsInterpretAs_Spell","features":[534]},{"name":"SayAsInterpretAs_Telephone","features":[534]},{"name":"SayAsInterpretAs_Time","features":[534]},{"name":"SayAsInterpretAs_Time_HoursMinutes12","features":[534]},{"name":"SayAsInterpretAs_Time_HoursMinutes24","features":[534]},{"name":"SayAsInterpretAs_Time_HoursMinutesSeconds12","features":[534]},{"name":"SayAsInterpretAs_Time_HoursMinutesSeconds24","features":[534]},{"name":"SayAsInterpretAs_Url","features":[534]},{"name":"ScrollAmount","features":[534]},{"name":"ScrollAmount_LargeDecrement","features":[534]},{"name":"ScrollAmount_LargeIncrement","features":[534]},{"name":"ScrollAmount_NoAmount","features":[534]},{"name":"ScrollAmount_SmallDecrement","features":[534]},{"name":"ScrollAmount_SmallIncrement","features":[534]},{"name":"ScrollBar_Control_GUID","features":[534]},{"name":"ScrollItemPattern_ScrollIntoView","features":[534]},{"name":"ScrollItem_Pattern_GUID","features":[534]},{"name":"ScrollPattern_Scroll","features":[534]},{"name":"ScrollPattern_SetScrollPercent","features":[534]},{"name":"Scroll_HorizontalScrollPercent_Property_GUID","features":[534]},{"name":"Scroll_HorizontalViewSize_Property_GUID","features":[534]},{"name":"Scroll_HorizontallyScrollable_Property_GUID","features":[534]},{"name":"Scroll_Pattern_GUID","features":[534]},{"name":"Scroll_VerticalScrollPercent_Property_GUID","features":[534]},{"name":"Scroll_VerticalViewSize_Property_GUID","features":[534]},{"name":"Scroll_VerticallyScrollable_Property_GUID","features":[534]},{"name":"Selection2_CurrentSelectedItem_Property_GUID","features":[534]},{"name":"Selection2_FirstSelectedItem_Property_GUID","features":[534]},{"name":"Selection2_ItemCount_Property_GUID","features":[534]},{"name":"Selection2_LastSelectedItem_Property_GUID","features":[534]},{"name":"SelectionItemPattern_AddToSelection","features":[534]},{"name":"SelectionItemPattern_RemoveFromSelection","features":[534]},{"name":"SelectionItemPattern_Select","features":[534]},{"name":"SelectionItem_ElementAddedToSelectionEvent_Event_GUID","features":[534]},{"name":"SelectionItem_ElementRemovedFromSelectionEvent_Event_GUID","features":[534]},{"name":"SelectionItem_ElementSelectedEvent_Event_GUID","features":[534]},{"name":"SelectionItem_IsSelected_Property_GUID","features":[534]},{"name":"SelectionItem_Pattern_GUID","features":[534]},{"name":"SelectionItem_SelectionContainer_Property_GUID","features":[534]},{"name":"Selection_CanSelectMultiple_Property_GUID","features":[534]},{"name":"Selection_InvalidatedEvent_Event_GUID","features":[534]},{"name":"Selection_IsSelectionRequired_Property_GUID","features":[534]},{"name":"Selection_Pattern2_GUID","features":[534]},{"name":"Selection_Pattern_GUID","features":[534]},{"name":"Selection_Selection_Property_GUID","features":[534]},{"name":"SemanticZoom_Control_GUID","features":[534]},{"name":"Separator_Control_GUID","features":[534]},{"name":"SetWinEventHook","features":[305,534]},{"name":"SizeOfSet_Property_GUID","features":[534]},{"name":"Size_Property_GUID","features":[534]},{"name":"Slider_Control_GUID","features":[534]},{"name":"Spinner_Control_GUID","features":[534]},{"name":"SplitButton_Control_GUID","features":[534]},{"name":"SpreadsheetItem_AnnotationObjects_Property_GUID","features":[534]},{"name":"SpreadsheetItem_AnnotationTypes_Property_GUID","features":[534]},{"name":"SpreadsheetItem_Formula_Property_GUID","features":[534]},{"name":"SpreadsheetItem_Pattern_GUID","features":[534]},{"name":"Spreadsheet_Pattern_GUID","features":[534]},{"name":"StatusBar_Control_GUID","features":[534]},{"name":"StructureChangeType","features":[534]},{"name":"StructureChangeType_ChildAdded","features":[534]},{"name":"StructureChangeType_ChildRemoved","features":[534]},{"name":"StructureChangeType_ChildrenBulkAdded","features":[534]},{"name":"StructureChangeType_ChildrenBulkRemoved","features":[534]},{"name":"StructureChangeType_ChildrenInvalidated","features":[534]},{"name":"StructureChangeType_ChildrenReordered","features":[534]},{"name":"StructureChanged_Event_GUID","features":[534]},{"name":"StructuredMarkup_CompositionComplete_Event_GUID","features":[534]},{"name":"StructuredMarkup_Deleted_Event_GUID","features":[534]},{"name":"StructuredMarkup_Pattern_GUID","features":[534]},{"name":"StructuredMarkup_SelectionChanged_Event_GUID","features":[534]},{"name":"StyleId_BulletedList","features":[534]},{"name":"StyleId_BulletedList_GUID","features":[534]},{"name":"StyleId_Custom","features":[534]},{"name":"StyleId_Custom_GUID","features":[534]},{"name":"StyleId_Emphasis","features":[534]},{"name":"StyleId_Emphasis_GUID","features":[534]},{"name":"StyleId_Heading1","features":[534]},{"name":"StyleId_Heading1_GUID","features":[534]},{"name":"StyleId_Heading2","features":[534]},{"name":"StyleId_Heading2_GUID","features":[534]},{"name":"StyleId_Heading3","features":[534]},{"name":"StyleId_Heading3_GUID","features":[534]},{"name":"StyleId_Heading4","features":[534]},{"name":"StyleId_Heading4_GUID","features":[534]},{"name":"StyleId_Heading5","features":[534]},{"name":"StyleId_Heading5_GUID","features":[534]},{"name":"StyleId_Heading6","features":[534]},{"name":"StyleId_Heading6_GUID","features":[534]},{"name":"StyleId_Heading7","features":[534]},{"name":"StyleId_Heading7_GUID","features":[534]},{"name":"StyleId_Heading8","features":[534]},{"name":"StyleId_Heading8_GUID","features":[534]},{"name":"StyleId_Heading9","features":[534]},{"name":"StyleId_Heading9_GUID","features":[534]},{"name":"StyleId_Normal","features":[534]},{"name":"StyleId_Normal_GUID","features":[534]},{"name":"StyleId_NumberedList","features":[534]},{"name":"StyleId_NumberedList_GUID","features":[534]},{"name":"StyleId_Quote","features":[534]},{"name":"StyleId_Quote_GUID","features":[534]},{"name":"StyleId_Subtitle","features":[534]},{"name":"StyleId_Subtitle_GUID","features":[534]},{"name":"StyleId_Title","features":[534]},{"name":"StyleId_Title_GUID","features":[534]},{"name":"Styles_ExtendedProperties_Property_GUID","features":[534]},{"name":"Styles_FillColor_Property_GUID","features":[534]},{"name":"Styles_FillPatternColor_Property_GUID","features":[534]},{"name":"Styles_FillPatternStyle_Property_GUID","features":[534]},{"name":"Styles_Pattern_GUID","features":[534]},{"name":"Styles_Shape_Property_GUID","features":[534]},{"name":"Styles_StyleId_Property_GUID","features":[534]},{"name":"Styles_StyleName_Property_GUID","features":[534]},{"name":"SupportedTextSelection","features":[534]},{"name":"SupportedTextSelection_Multiple","features":[534]},{"name":"SupportedTextSelection_None","features":[534]},{"name":"SupportedTextSelection_Single","features":[534]},{"name":"SynchronizedInputPattern_Cancel","features":[534]},{"name":"SynchronizedInputPattern_StartListening","features":[534]},{"name":"SynchronizedInputType","features":[534]},{"name":"SynchronizedInputType_KeyDown","features":[534]},{"name":"SynchronizedInputType_KeyUp","features":[534]},{"name":"SynchronizedInputType_LeftMouseDown","features":[534]},{"name":"SynchronizedInputType_LeftMouseUp","features":[534]},{"name":"SynchronizedInputType_RightMouseDown","features":[534]},{"name":"SynchronizedInputType_RightMouseUp","features":[534]},{"name":"SynchronizedInput_Pattern_GUID","features":[534]},{"name":"SystemAlert_Event_GUID","features":[534]},{"name":"TOGGLEKEYS","features":[534]},{"name":"TabItem_Control_GUID","features":[534]},{"name":"Tab_Control_GUID","features":[534]},{"name":"TableItem_ColumnHeaderItems_Property_GUID","features":[534]},{"name":"TableItem_Pattern_GUID","features":[534]},{"name":"TableItem_RowHeaderItems_Property_GUID","features":[534]},{"name":"Table_ColumnHeaders_Property_GUID","features":[534]},{"name":"Table_Control_GUID","features":[534]},{"name":"Table_Pattern_GUID","features":[534]},{"name":"Table_RowHeaders_Property_GUID","features":[534]},{"name":"Table_RowOrColumnMajor_Property_GUID","features":[534]},{"name":"TextChild_Pattern_GUID","features":[534]},{"name":"TextDecorationLineStyle","features":[534]},{"name":"TextDecorationLineStyle_Dash","features":[534]},{"name":"TextDecorationLineStyle_DashDot","features":[534]},{"name":"TextDecorationLineStyle_DashDotDot","features":[534]},{"name":"TextDecorationLineStyle_Dot","features":[534]},{"name":"TextDecorationLineStyle_Double","features":[534]},{"name":"TextDecorationLineStyle_DoubleWavy","features":[534]},{"name":"TextDecorationLineStyle_LongDash","features":[534]},{"name":"TextDecorationLineStyle_None","features":[534]},{"name":"TextDecorationLineStyle_Other","features":[534]},{"name":"TextDecorationLineStyle_Single","features":[534]},{"name":"TextDecorationLineStyle_ThickDash","features":[534]},{"name":"TextDecorationLineStyle_ThickDashDot","features":[534]},{"name":"TextDecorationLineStyle_ThickDashDotDot","features":[534]},{"name":"TextDecorationLineStyle_ThickDot","features":[534]},{"name":"TextDecorationLineStyle_ThickLongDash","features":[534]},{"name":"TextDecorationLineStyle_ThickSingle","features":[534]},{"name":"TextDecorationLineStyle_ThickWavy","features":[534]},{"name":"TextDecorationLineStyle_Wavy","features":[534]},{"name":"TextDecorationLineStyle_WordsOnly","features":[534]},{"name":"TextEditChangeType","features":[534]},{"name":"TextEditChangeType_AutoComplete","features":[534]},{"name":"TextEditChangeType_AutoCorrect","features":[534]},{"name":"TextEditChangeType_Composition","features":[534]},{"name":"TextEditChangeType_CompositionFinalized","features":[534]},{"name":"TextEditChangeType_None","features":[534]},{"name":"TextEdit_ConversionTargetChanged_Event_GUID","features":[534]},{"name":"TextEdit_Pattern_GUID","features":[534]},{"name":"TextEdit_TextChanged_Event_GUID","features":[534]},{"name":"TextPatternRangeEndpoint","features":[534]},{"name":"TextPatternRangeEndpoint_End","features":[534]},{"name":"TextPatternRangeEndpoint_Start","features":[534]},{"name":"TextPattern_GetSelection","features":[358,534]},{"name":"TextPattern_GetVisibleRanges","features":[358,534]},{"name":"TextPattern_RangeFromChild","features":[534]},{"name":"TextPattern_RangeFromPoint","features":[534]},{"name":"TextPattern_get_DocumentRange","features":[534]},{"name":"TextPattern_get_SupportedTextSelection","features":[534]},{"name":"TextRange_AddToSelection","features":[534]},{"name":"TextRange_Clone","features":[534]},{"name":"TextRange_Compare","features":[305,534]},{"name":"TextRange_CompareEndpoints","features":[534]},{"name":"TextRange_ExpandToEnclosingUnit","features":[534]},{"name":"TextRange_FindAttribute","features":[305,358,359,360,534]},{"name":"TextRange_FindText","features":[305,534]},{"name":"TextRange_GetAttributeValue","features":[305,358,359,360,534]},{"name":"TextRange_GetBoundingRectangles","features":[358,534]},{"name":"TextRange_GetChildren","features":[358,534]},{"name":"TextRange_GetEnclosingElement","features":[534]},{"name":"TextRange_GetText","features":[534]},{"name":"TextRange_Move","features":[534]},{"name":"TextRange_MoveEndpointByRange","features":[534]},{"name":"TextRange_MoveEndpointByUnit","features":[534]},{"name":"TextRange_RemoveFromSelection","features":[534]},{"name":"TextRange_ScrollIntoView","features":[305,534]},{"name":"TextRange_Select","features":[534]},{"name":"TextUnit","features":[534]},{"name":"TextUnit_Character","features":[534]},{"name":"TextUnit_Document","features":[534]},{"name":"TextUnit_Format","features":[534]},{"name":"TextUnit_Line","features":[534]},{"name":"TextUnit_Page","features":[534]},{"name":"TextUnit_Paragraph","features":[534]},{"name":"TextUnit_Word","features":[534]},{"name":"Text_AfterParagraphSpacing_Attribute_GUID","features":[534]},{"name":"Text_AfterSpacing_Attribute_GUID","features":[534]},{"name":"Text_AnimationStyle_Attribute_GUID","features":[534]},{"name":"Text_AnnotationObjects_Attribute_GUID","features":[534]},{"name":"Text_AnnotationTypes_Attribute_GUID","features":[534]},{"name":"Text_BackgroundColor_Attribute_GUID","features":[534]},{"name":"Text_BeforeParagraphSpacing_Attribute_GUID","features":[534]},{"name":"Text_BeforeSpacing_Attribute_GUID","features":[534]},{"name":"Text_BulletStyle_Attribute_GUID","features":[534]},{"name":"Text_CapStyle_Attribute_GUID","features":[534]},{"name":"Text_CaretBidiMode_Attribute_GUID","features":[534]},{"name":"Text_CaretPosition_Attribute_GUID","features":[534]},{"name":"Text_Control_GUID","features":[534]},{"name":"Text_Culture_Attribute_GUID","features":[534]},{"name":"Text_FontName_Attribute_GUID","features":[534]},{"name":"Text_FontSize_Attribute_GUID","features":[534]},{"name":"Text_FontWeight_Attribute_GUID","features":[534]},{"name":"Text_ForegroundColor_Attribute_GUID","features":[534]},{"name":"Text_HorizontalTextAlignment_Attribute_GUID","features":[534]},{"name":"Text_IndentationFirstLine_Attribute_GUID","features":[534]},{"name":"Text_IndentationLeading_Attribute_GUID","features":[534]},{"name":"Text_IndentationTrailing_Attribute_GUID","features":[534]},{"name":"Text_IsActive_Attribute_GUID","features":[534]},{"name":"Text_IsHidden_Attribute_GUID","features":[534]},{"name":"Text_IsItalic_Attribute_GUID","features":[534]},{"name":"Text_IsReadOnly_Attribute_GUID","features":[534]},{"name":"Text_IsSubscript_Attribute_GUID","features":[534]},{"name":"Text_IsSuperscript_Attribute_GUID","features":[534]},{"name":"Text_LineSpacing_Attribute_GUID","features":[534]},{"name":"Text_Link_Attribute_GUID","features":[534]},{"name":"Text_MarginBottom_Attribute_GUID","features":[534]},{"name":"Text_MarginLeading_Attribute_GUID","features":[534]},{"name":"Text_MarginTop_Attribute_GUID","features":[534]},{"name":"Text_MarginTrailing_Attribute_GUID","features":[534]},{"name":"Text_OutlineStyles_Attribute_GUID","features":[534]},{"name":"Text_OverlineColor_Attribute_GUID","features":[534]},{"name":"Text_OverlineStyle_Attribute_GUID","features":[534]},{"name":"Text_Pattern2_GUID","features":[534]},{"name":"Text_Pattern_GUID","features":[534]},{"name":"Text_SayAsInterpretAs_Attribute_GUID","features":[534]},{"name":"Text_SelectionActiveEnd_Attribute_GUID","features":[534]},{"name":"Text_StrikethroughColor_Attribute_GUID","features":[534]},{"name":"Text_StrikethroughStyle_Attribute_GUID","features":[534]},{"name":"Text_StyleId_Attribute_GUID","features":[534]},{"name":"Text_StyleName_Attribute_GUID","features":[534]},{"name":"Text_Tabs_Attribute_GUID","features":[534]},{"name":"Text_TextChangedEvent_Event_GUID","features":[534]},{"name":"Text_TextFlowDirections_Attribute_GUID","features":[534]},{"name":"Text_TextSelectionChangedEvent_Event_GUID","features":[534]},{"name":"Text_UnderlineColor_Attribute_GUID","features":[534]},{"name":"Text_UnderlineStyle_Attribute_GUID","features":[534]},{"name":"Thumb_Control_GUID","features":[534]},{"name":"TitleBar_Control_GUID","features":[534]},{"name":"TogglePattern_Toggle","features":[534]},{"name":"ToggleState","features":[534]},{"name":"ToggleState_Indeterminate","features":[534]},{"name":"ToggleState_Off","features":[534]},{"name":"ToggleState_On","features":[534]},{"name":"Toggle_Pattern_GUID","features":[534]},{"name":"Toggle_ToggleState_Property_GUID","features":[534]},{"name":"ToolBar_Control_GUID","features":[534]},{"name":"ToolTipClosed_Event_GUID","features":[534]},{"name":"ToolTipOpened_Event_GUID","features":[534]},{"name":"ToolTip_Control_GUID","features":[534]},{"name":"Tranform_Pattern2_GUID","features":[534]},{"name":"Transform2_CanZoom_Property_GUID","features":[534]},{"name":"Transform2_ZoomLevel_Property_GUID","features":[534]},{"name":"Transform2_ZoomMaximum_Property_GUID","features":[534]},{"name":"Transform2_ZoomMinimum_Property_GUID","features":[534]},{"name":"TransformPattern_Move","features":[534]},{"name":"TransformPattern_Resize","features":[534]},{"name":"TransformPattern_Rotate","features":[534]},{"name":"Transform_CanMove_Property_GUID","features":[534]},{"name":"Transform_CanResize_Property_GUID","features":[534]},{"name":"Transform_CanRotate_Property_GUID","features":[534]},{"name":"Transform_Pattern_GUID","features":[534]},{"name":"TreeItem_Control_GUID","features":[534]},{"name":"TreeScope","features":[534]},{"name":"TreeScope_Ancestors","features":[534]},{"name":"TreeScope_Children","features":[534]},{"name":"TreeScope_Descendants","features":[534]},{"name":"TreeScope_Element","features":[534]},{"name":"TreeScope_None","features":[534]},{"name":"TreeScope_Parent","features":[534]},{"name":"TreeScope_Subtree","features":[534]},{"name":"TreeTraversalOptions","features":[534]},{"name":"TreeTraversalOptions_Default","features":[534]},{"name":"TreeTraversalOptions_LastToFirstOrder","features":[534]},{"name":"TreeTraversalOptions_PostOrder","features":[534]},{"name":"Tree_Control_GUID","features":[534]},{"name":"UIA_ANNOTATIONTYPE","features":[534]},{"name":"UIA_AcceleratorKeyPropertyId","features":[534]},{"name":"UIA_AccessKeyPropertyId","features":[534]},{"name":"UIA_ActiveTextPositionChangedEventId","features":[534]},{"name":"UIA_AfterParagraphSpacingAttributeId","features":[534]},{"name":"UIA_AnimationStyleAttributeId","features":[534]},{"name":"UIA_AnnotationAnnotationTypeIdPropertyId","features":[534]},{"name":"UIA_AnnotationAnnotationTypeNamePropertyId","features":[534]},{"name":"UIA_AnnotationAuthorPropertyId","features":[534]},{"name":"UIA_AnnotationDateTimePropertyId","features":[534]},{"name":"UIA_AnnotationObjectsAttributeId","features":[534]},{"name":"UIA_AnnotationObjectsPropertyId","features":[534]},{"name":"UIA_AnnotationPatternId","features":[534]},{"name":"UIA_AnnotationTargetPropertyId","features":[534]},{"name":"UIA_AnnotationTypesAttributeId","features":[534]},{"name":"UIA_AnnotationTypesPropertyId","features":[534]},{"name":"UIA_AppBarControlTypeId","features":[534]},{"name":"UIA_AriaPropertiesPropertyId","features":[534]},{"name":"UIA_AriaRolePropertyId","features":[534]},{"name":"UIA_AsyncContentLoadedEventId","features":[534]},{"name":"UIA_AutomationFocusChangedEventId","features":[534]},{"name":"UIA_AutomationIdPropertyId","features":[534]},{"name":"UIA_AutomationPropertyChangedEventId","features":[534]},{"name":"UIA_BackgroundColorAttributeId","features":[534]},{"name":"UIA_BeforeParagraphSpacingAttributeId","features":[534]},{"name":"UIA_BoundingRectanglePropertyId","features":[534]},{"name":"UIA_BulletStyleAttributeId","features":[534]},{"name":"UIA_ButtonControlTypeId","features":[534]},{"name":"UIA_CHANGE_ID","features":[534]},{"name":"UIA_CONTROLTYPE_ID","features":[534]},{"name":"UIA_CalendarControlTypeId","features":[534]},{"name":"UIA_CapStyleAttributeId","features":[534]},{"name":"UIA_CaretBidiModeAttributeId","features":[534]},{"name":"UIA_CaretPositionAttributeId","features":[534]},{"name":"UIA_CenterPointPropertyId","features":[534]},{"name":"UIA_ChangesEventId","features":[534]},{"name":"UIA_CheckBoxControlTypeId","features":[534]},{"name":"UIA_ClassNamePropertyId","features":[534]},{"name":"UIA_ClickablePointPropertyId","features":[534]},{"name":"UIA_ComboBoxControlTypeId","features":[534]},{"name":"UIA_ControlTypePropertyId","features":[534]},{"name":"UIA_ControllerForPropertyId","features":[534]},{"name":"UIA_CultureAttributeId","features":[534]},{"name":"UIA_CulturePropertyId","features":[534]},{"name":"UIA_CustomControlTypeId","features":[534]},{"name":"UIA_CustomLandmarkTypeId","features":[534]},{"name":"UIA_CustomNavigationPatternId","features":[534]},{"name":"UIA_DataGridControlTypeId","features":[534]},{"name":"UIA_DataItemControlTypeId","features":[534]},{"name":"UIA_DescribedByPropertyId","features":[534]},{"name":"UIA_DockDockPositionPropertyId","features":[534]},{"name":"UIA_DockPatternId","features":[534]},{"name":"UIA_DocumentControlTypeId","features":[534]},{"name":"UIA_DragDropEffectPropertyId","features":[534]},{"name":"UIA_DragDropEffectsPropertyId","features":[534]},{"name":"UIA_DragGrabbedItemsPropertyId","features":[534]},{"name":"UIA_DragIsGrabbedPropertyId","features":[534]},{"name":"UIA_DragPatternId","features":[534]},{"name":"UIA_Drag_DragCancelEventId","features":[534]},{"name":"UIA_Drag_DragCompleteEventId","features":[534]},{"name":"UIA_Drag_DragStartEventId","features":[534]},{"name":"UIA_DropTargetDropTargetEffectPropertyId","features":[534]},{"name":"UIA_DropTargetDropTargetEffectsPropertyId","features":[534]},{"name":"UIA_DropTargetPatternId","features":[534]},{"name":"UIA_DropTarget_DragEnterEventId","features":[534]},{"name":"UIA_DropTarget_DragLeaveEventId","features":[534]},{"name":"UIA_DropTarget_DroppedEventId","features":[534]},{"name":"UIA_EVENT_ID","features":[534]},{"name":"UIA_E_ELEMENTNOTAVAILABLE","features":[534]},{"name":"UIA_E_ELEMENTNOTENABLED","features":[534]},{"name":"UIA_E_INVALIDOPERATION","features":[534]},{"name":"UIA_E_NOCLICKABLEPOINT","features":[534]},{"name":"UIA_E_NOTSUPPORTED","features":[534]},{"name":"UIA_E_PROXYASSEMBLYNOTLOADED","features":[534]},{"name":"UIA_E_TIMEOUT","features":[534]},{"name":"UIA_EditControlTypeId","features":[534]},{"name":"UIA_ExpandCollapseExpandCollapseStatePropertyId","features":[534]},{"name":"UIA_ExpandCollapsePatternId","features":[534]},{"name":"UIA_FillColorPropertyId","features":[534]},{"name":"UIA_FillTypePropertyId","features":[534]},{"name":"UIA_FlowsFromPropertyId","features":[534]},{"name":"UIA_FlowsToPropertyId","features":[534]},{"name":"UIA_FontNameAttributeId","features":[534]},{"name":"UIA_FontSizeAttributeId","features":[534]},{"name":"UIA_FontWeightAttributeId","features":[534]},{"name":"UIA_ForegroundColorAttributeId","features":[534]},{"name":"UIA_FormLandmarkTypeId","features":[534]},{"name":"UIA_FrameworkIdPropertyId","features":[534]},{"name":"UIA_FullDescriptionPropertyId","features":[534]},{"name":"UIA_GridColumnCountPropertyId","features":[534]},{"name":"UIA_GridItemColumnPropertyId","features":[534]},{"name":"UIA_GridItemColumnSpanPropertyId","features":[534]},{"name":"UIA_GridItemContainingGridPropertyId","features":[534]},{"name":"UIA_GridItemPatternId","features":[534]},{"name":"UIA_GridItemRowPropertyId","features":[534]},{"name":"UIA_GridItemRowSpanPropertyId","features":[534]},{"name":"UIA_GridPatternId","features":[534]},{"name":"UIA_GridRowCountPropertyId","features":[534]},{"name":"UIA_GroupControlTypeId","features":[534]},{"name":"UIA_HEADINGLEVEL_ID","features":[534]},{"name":"UIA_HasKeyboardFocusPropertyId","features":[534]},{"name":"UIA_HeaderControlTypeId","features":[534]},{"name":"UIA_HeaderItemControlTypeId","features":[534]},{"name":"UIA_HeadingLevelPropertyId","features":[534]},{"name":"UIA_HelpTextPropertyId","features":[534]},{"name":"UIA_HorizontalTextAlignmentAttributeId","features":[534]},{"name":"UIA_HostedFragmentRootsInvalidatedEventId","features":[534]},{"name":"UIA_HyperlinkControlTypeId","features":[534]},{"name":"UIA_IAFP_DEFAULT","features":[534]},{"name":"UIA_IAFP_UNWRAP_BRIDGE","features":[534]},{"name":"UIA_ImageControlTypeId","features":[534]},{"name":"UIA_IndentationFirstLineAttributeId","features":[534]},{"name":"UIA_IndentationLeadingAttributeId","features":[534]},{"name":"UIA_IndentationTrailingAttributeId","features":[534]},{"name":"UIA_InputDiscardedEventId","features":[534]},{"name":"UIA_InputReachedOtherElementEventId","features":[534]},{"name":"UIA_InputReachedTargetEventId","features":[534]},{"name":"UIA_InvokePatternId","features":[534]},{"name":"UIA_Invoke_InvokedEventId","features":[534]},{"name":"UIA_IsActiveAttributeId","features":[534]},{"name":"UIA_IsAnnotationPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsContentElementPropertyId","features":[534]},{"name":"UIA_IsControlElementPropertyId","features":[534]},{"name":"UIA_IsCustomNavigationPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsDataValidForFormPropertyId","features":[534]},{"name":"UIA_IsDialogPropertyId","features":[534]},{"name":"UIA_IsDockPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsDragPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsDropTargetPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsEnabledPropertyId","features":[534]},{"name":"UIA_IsExpandCollapsePatternAvailablePropertyId","features":[534]},{"name":"UIA_IsGridItemPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsGridPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsHiddenAttributeId","features":[534]},{"name":"UIA_IsInvokePatternAvailablePropertyId","features":[534]},{"name":"UIA_IsItalicAttributeId","features":[534]},{"name":"UIA_IsItemContainerPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsKeyboardFocusablePropertyId","features":[534]},{"name":"UIA_IsLegacyIAccessiblePatternAvailablePropertyId","features":[534]},{"name":"UIA_IsMultipleViewPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsObjectModelPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsOffscreenPropertyId","features":[534]},{"name":"UIA_IsPasswordPropertyId","features":[534]},{"name":"UIA_IsPeripheralPropertyId","features":[534]},{"name":"UIA_IsRangeValuePatternAvailablePropertyId","features":[534]},{"name":"UIA_IsReadOnlyAttributeId","features":[534]},{"name":"UIA_IsRequiredForFormPropertyId","features":[534]},{"name":"UIA_IsScrollItemPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsScrollPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsSelectionItemPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsSelectionPattern2AvailablePropertyId","features":[534]},{"name":"UIA_IsSelectionPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsSpreadsheetItemPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsSpreadsheetPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsStylesPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsSubscriptAttributeId","features":[534]},{"name":"UIA_IsSuperscriptAttributeId","features":[534]},{"name":"UIA_IsSynchronizedInputPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsTableItemPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsTablePatternAvailablePropertyId","features":[534]},{"name":"UIA_IsTextChildPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsTextEditPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsTextPattern2AvailablePropertyId","features":[534]},{"name":"UIA_IsTextPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsTogglePatternAvailablePropertyId","features":[534]},{"name":"UIA_IsTransformPattern2AvailablePropertyId","features":[534]},{"name":"UIA_IsTransformPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsValuePatternAvailablePropertyId","features":[534]},{"name":"UIA_IsVirtualizedItemPatternAvailablePropertyId","features":[534]},{"name":"UIA_IsWindowPatternAvailablePropertyId","features":[534]},{"name":"UIA_ItemContainerPatternId","features":[534]},{"name":"UIA_ItemStatusPropertyId","features":[534]},{"name":"UIA_ItemTypePropertyId","features":[534]},{"name":"UIA_LANDMARKTYPE_ID","features":[534]},{"name":"UIA_LabeledByPropertyId","features":[534]},{"name":"UIA_LandmarkTypePropertyId","features":[534]},{"name":"UIA_LayoutInvalidatedEventId","features":[534]},{"name":"UIA_LegacyIAccessibleChildIdPropertyId","features":[534]},{"name":"UIA_LegacyIAccessibleDefaultActionPropertyId","features":[534]},{"name":"UIA_LegacyIAccessibleDescriptionPropertyId","features":[534]},{"name":"UIA_LegacyIAccessibleHelpPropertyId","features":[534]},{"name":"UIA_LegacyIAccessibleKeyboardShortcutPropertyId","features":[534]},{"name":"UIA_LegacyIAccessibleNamePropertyId","features":[534]},{"name":"UIA_LegacyIAccessiblePatternId","features":[534]},{"name":"UIA_LegacyIAccessibleRolePropertyId","features":[534]},{"name":"UIA_LegacyIAccessibleSelectionPropertyId","features":[534]},{"name":"UIA_LegacyIAccessibleStatePropertyId","features":[534]},{"name":"UIA_LegacyIAccessibleValuePropertyId","features":[534]},{"name":"UIA_LevelPropertyId","features":[534]},{"name":"UIA_LineSpacingAttributeId","features":[534]},{"name":"UIA_LinkAttributeId","features":[534]},{"name":"UIA_ListControlTypeId","features":[534]},{"name":"UIA_ListItemControlTypeId","features":[534]},{"name":"UIA_LiveRegionChangedEventId","features":[534]},{"name":"UIA_LiveSettingPropertyId","features":[534]},{"name":"UIA_LocalizedControlTypePropertyId","features":[534]},{"name":"UIA_LocalizedLandmarkTypePropertyId","features":[534]},{"name":"UIA_METADATA_ID","features":[534]},{"name":"UIA_MainLandmarkTypeId","features":[534]},{"name":"UIA_MarginBottomAttributeId","features":[534]},{"name":"UIA_MarginLeadingAttributeId","features":[534]},{"name":"UIA_MarginTopAttributeId","features":[534]},{"name":"UIA_MarginTrailingAttributeId","features":[534]},{"name":"UIA_MenuBarControlTypeId","features":[534]},{"name":"UIA_MenuClosedEventId","features":[534]},{"name":"UIA_MenuControlTypeId","features":[534]},{"name":"UIA_MenuItemControlTypeId","features":[534]},{"name":"UIA_MenuModeEndEventId","features":[534]},{"name":"UIA_MenuModeStartEventId","features":[534]},{"name":"UIA_MenuOpenedEventId","features":[534]},{"name":"UIA_MultipleViewCurrentViewPropertyId","features":[534]},{"name":"UIA_MultipleViewPatternId","features":[534]},{"name":"UIA_MultipleViewSupportedViewsPropertyId","features":[534]},{"name":"UIA_NamePropertyId","features":[534]},{"name":"UIA_NativeWindowHandlePropertyId","features":[534]},{"name":"UIA_NavigationLandmarkTypeId","features":[534]},{"name":"UIA_NotificationEventId","features":[534]},{"name":"UIA_ObjectModelPatternId","features":[534]},{"name":"UIA_OptimizeForVisualContentPropertyId","features":[534]},{"name":"UIA_OrientationPropertyId","features":[534]},{"name":"UIA_OutlineColorPropertyId","features":[534]},{"name":"UIA_OutlineStylesAttributeId","features":[534]},{"name":"UIA_OutlineThicknessPropertyId","features":[534]},{"name":"UIA_OverlineColorAttributeId","features":[534]},{"name":"UIA_OverlineStyleAttributeId","features":[534]},{"name":"UIA_PATTERN_ID","features":[534]},{"name":"UIA_PFIA_DEFAULT","features":[534]},{"name":"UIA_PFIA_UNWRAP_BRIDGE","features":[534]},{"name":"UIA_PROPERTY_ID","features":[534]},{"name":"UIA_PaneControlTypeId","features":[534]},{"name":"UIA_PositionInSetPropertyId","features":[534]},{"name":"UIA_ProcessIdPropertyId","features":[534]},{"name":"UIA_ProgressBarControlTypeId","features":[534]},{"name":"UIA_ProviderDescriptionPropertyId","features":[534]},{"name":"UIA_RadioButtonControlTypeId","features":[534]},{"name":"UIA_RangeValueIsReadOnlyPropertyId","features":[534]},{"name":"UIA_RangeValueLargeChangePropertyId","features":[534]},{"name":"UIA_RangeValueMaximumPropertyId","features":[534]},{"name":"UIA_RangeValueMinimumPropertyId","features":[534]},{"name":"UIA_RangeValuePatternId","features":[534]},{"name":"UIA_RangeValueSmallChangePropertyId","features":[534]},{"name":"UIA_RangeValueValuePropertyId","features":[534]},{"name":"UIA_RotationPropertyId","features":[534]},{"name":"UIA_RuntimeIdPropertyId","features":[534]},{"name":"UIA_STYLE_ID","features":[534]},{"name":"UIA_SayAsInterpretAsAttributeId","features":[534]},{"name":"UIA_SayAsInterpretAsMetadataId","features":[534]},{"name":"UIA_ScrollBarControlTypeId","features":[534]},{"name":"UIA_ScrollHorizontalScrollPercentPropertyId","features":[534]},{"name":"UIA_ScrollHorizontalViewSizePropertyId","features":[534]},{"name":"UIA_ScrollHorizontallyScrollablePropertyId","features":[534]},{"name":"UIA_ScrollItemPatternId","features":[534]},{"name":"UIA_ScrollPatternId","features":[534]},{"name":"UIA_ScrollPatternNoScroll","features":[534]},{"name":"UIA_ScrollVerticalScrollPercentPropertyId","features":[534]},{"name":"UIA_ScrollVerticalViewSizePropertyId","features":[534]},{"name":"UIA_ScrollVerticallyScrollablePropertyId","features":[534]},{"name":"UIA_SearchLandmarkTypeId","features":[534]},{"name":"UIA_Selection2CurrentSelectedItemPropertyId","features":[534]},{"name":"UIA_Selection2FirstSelectedItemPropertyId","features":[534]},{"name":"UIA_Selection2ItemCountPropertyId","features":[534]},{"name":"UIA_Selection2LastSelectedItemPropertyId","features":[534]},{"name":"UIA_SelectionActiveEndAttributeId","features":[534]},{"name":"UIA_SelectionCanSelectMultiplePropertyId","features":[534]},{"name":"UIA_SelectionIsSelectionRequiredPropertyId","features":[534]},{"name":"UIA_SelectionItemIsSelectedPropertyId","features":[534]},{"name":"UIA_SelectionItemPatternId","features":[534]},{"name":"UIA_SelectionItemSelectionContainerPropertyId","features":[534]},{"name":"UIA_SelectionItem_ElementAddedToSelectionEventId","features":[534]},{"name":"UIA_SelectionItem_ElementRemovedFromSelectionEventId","features":[534]},{"name":"UIA_SelectionItem_ElementSelectedEventId","features":[534]},{"name":"UIA_SelectionPattern2Id","features":[534]},{"name":"UIA_SelectionPatternId","features":[534]},{"name":"UIA_SelectionSelectionPropertyId","features":[534]},{"name":"UIA_Selection_InvalidatedEventId","features":[534]},{"name":"UIA_SemanticZoomControlTypeId","features":[534]},{"name":"UIA_SeparatorControlTypeId","features":[534]},{"name":"UIA_SizeOfSetPropertyId","features":[534]},{"name":"UIA_SizePropertyId","features":[534]},{"name":"UIA_SliderControlTypeId","features":[534]},{"name":"UIA_SpinnerControlTypeId","features":[534]},{"name":"UIA_SplitButtonControlTypeId","features":[534]},{"name":"UIA_SpreadsheetItemAnnotationObjectsPropertyId","features":[534]},{"name":"UIA_SpreadsheetItemAnnotationTypesPropertyId","features":[534]},{"name":"UIA_SpreadsheetItemFormulaPropertyId","features":[534]},{"name":"UIA_SpreadsheetItemPatternId","features":[534]},{"name":"UIA_SpreadsheetPatternId","features":[534]},{"name":"UIA_StatusBarControlTypeId","features":[534]},{"name":"UIA_StrikethroughColorAttributeId","features":[534]},{"name":"UIA_StrikethroughStyleAttributeId","features":[534]},{"name":"UIA_StructureChangedEventId","features":[534]},{"name":"UIA_StyleIdAttributeId","features":[534]},{"name":"UIA_StyleNameAttributeId","features":[534]},{"name":"UIA_StylesExtendedPropertiesPropertyId","features":[534]},{"name":"UIA_StylesFillColorPropertyId","features":[534]},{"name":"UIA_StylesFillPatternColorPropertyId","features":[534]},{"name":"UIA_StylesFillPatternStylePropertyId","features":[534]},{"name":"UIA_StylesPatternId","features":[534]},{"name":"UIA_StylesShapePropertyId","features":[534]},{"name":"UIA_StylesStyleIdPropertyId","features":[534]},{"name":"UIA_StylesStyleNamePropertyId","features":[534]},{"name":"UIA_SummaryChangeId","features":[534]},{"name":"UIA_SynchronizedInputPatternId","features":[534]},{"name":"UIA_SystemAlertEventId","features":[534]},{"name":"UIA_TEXTATTRIBUTE_ID","features":[534]},{"name":"UIA_TabControlTypeId","features":[534]},{"name":"UIA_TabItemControlTypeId","features":[534]},{"name":"UIA_TableColumnHeadersPropertyId","features":[534]},{"name":"UIA_TableControlTypeId","features":[534]},{"name":"UIA_TableItemColumnHeaderItemsPropertyId","features":[534]},{"name":"UIA_TableItemPatternId","features":[534]},{"name":"UIA_TableItemRowHeaderItemsPropertyId","features":[534]},{"name":"UIA_TablePatternId","features":[534]},{"name":"UIA_TableRowHeadersPropertyId","features":[534]},{"name":"UIA_TableRowOrColumnMajorPropertyId","features":[534]},{"name":"UIA_TabsAttributeId","features":[534]},{"name":"UIA_TextChildPatternId","features":[534]},{"name":"UIA_TextControlTypeId","features":[534]},{"name":"UIA_TextEditPatternId","features":[534]},{"name":"UIA_TextEdit_ConversionTargetChangedEventId","features":[534]},{"name":"UIA_TextEdit_TextChangedEventId","features":[534]},{"name":"UIA_TextFlowDirectionsAttributeId","features":[534]},{"name":"UIA_TextPattern2Id","features":[534]},{"name":"UIA_TextPatternId","features":[534]},{"name":"UIA_Text_TextChangedEventId","features":[534]},{"name":"UIA_Text_TextSelectionChangedEventId","features":[534]},{"name":"UIA_ThumbControlTypeId","features":[534]},{"name":"UIA_TitleBarControlTypeId","features":[534]},{"name":"UIA_TogglePatternId","features":[534]},{"name":"UIA_ToggleToggleStatePropertyId","features":[534]},{"name":"UIA_ToolBarControlTypeId","features":[534]},{"name":"UIA_ToolTipClosedEventId","features":[534]},{"name":"UIA_ToolTipControlTypeId","features":[534]},{"name":"UIA_ToolTipOpenedEventId","features":[534]},{"name":"UIA_Transform2CanZoomPropertyId","features":[534]},{"name":"UIA_Transform2ZoomLevelPropertyId","features":[534]},{"name":"UIA_Transform2ZoomMaximumPropertyId","features":[534]},{"name":"UIA_Transform2ZoomMinimumPropertyId","features":[534]},{"name":"UIA_TransformCanMovePropertyId","features":[534]},{"name":"UIA_TransformCanResizePropertyId","features":[534]},{"name":"UIA_TransformCanRotatePropertyId","features":[534]},{"name":"UIA_TransformPattern2Id","features":[534]},{"name":"UIA_TransformPatternId","features":[534]},{"name":"UIA_TreeControlTypeId","features":[534]},{"name":"UIA_TreeItemControlTypeId","features":[534]},{"name":"UIA_UnderlineColorAttributeId","features":[534]},{"name":"UIA_UnderlineStyleAttributeId","features":[534]},{"name":"UIA_ValueIsReadOnlyPropertyId","features":[534]},{"name":"UIA_ValuePatternId","features":[534]},{"name":"UIA_ValueValuePropertyId","features":[534]},{"name":"UIA_VirtualizedItemPatternId","features":[534]},{"name":"UIA_VisualEffectsPropertyId","features":[534]},{"name":"UIA_WindowCanMaximizePropertyId","features":[534]},{"name":"UIA_WindowCanMinimizePropertyId","features":[534]},{"name":"UIA_WindowControlTypeId","features":[534]},{"name":"UIA_WindowIsModalPropertyId","features":[534]},{"name":"UIA_WindowIsTopmostPropertyId","features":[534]},{"name":"UIA_WindowPatternId","features":[534]},{"name":"UIA_WindowWindowInteractionStatePropertyId","features":[534]},{"name":"UIA_WindowWindowVisualStatePropertyId","features":[534]},{"name":"UIA_Window_WindowClosedEventId","features":[534]},{"name":"UIA_Window_WindowOpenedEventId","features":[534]},{"name":"UIAutomationEventInfo","features":[534]},{"name":"UIAutomationMethodInfo","features":[305,534]},{"name":"UIAutomationParameter","features":[534]},{"name":"UIAutomationPatternInfo","features":[305,534]},{"name":"UIAutomationPropertyInfo","features":[534]},{"name":"UIAutomationType","features":[534]},{"name":"UIAutomationType_Array","features":[534]},{"name":"UIAutomationType_Bool","features":[534]},{"name":"UIAutomationType_BoolArray","features":[534]},{"name":"UIAutomationType_Double","features":[534]},{"name":"UIAutomationType_DoubleArray","features":[534]},{"name":"UIAutomationType_Element","features":[534]},{"name":"UIAutomationType_ElementArray","features":[534]},{"name":"UIAutomationType_Int","features":[534]},{"name":"UIAutomationType_IntArray","features":[534]},{"name":"UIAutomationType_Out","features":[534]},{"name":"UIAutomationType_OutBool","features":[534]},{"name":"UIAutomationType_OutBoolArray","features":[534]},{"name":"UIAutomationType_OutDouble","features":[534]},{"name":"UIAutomationType_OutDoubleArray","features":[534]},{"name":"UIAutomationType_OutElement","features":[534]},{"name":"UIAutomationType_OutElementArray","features":[534]},{"name":"UIAutomationType_OutInt","features":[534]},{"name":"UIAutomationType_OutIntArray","features":[534]},{"name":"UIAutomationType_OutPoint","features":[534]},{"name":"UIAutomationType_OutPointArray","features":[534]},{"name":"UIAutomationType_OutRect","features":[534]},{"name":"UIAutomationType_OutRectArray","features":[534]},{"name":"UIAutomationType_OutString","features":[534]},{"name":"UIAutomationType_OutStringArray","features":[534]},{"name":"UIAutomationType_Point","features":[534]},{"name":"UIAutomationType_PointArray","features":[534]},{"name":"UIAutomationType_Rect","features":[534]},{"name":"UIAutomationType_RectArray","features":[534]},{"name":"UIAutomationType_String","features":[534]},{"name":"UIAutomationType_StringArray","features":[534]},{"name":"UiaAddEvent","features":[358,534]},{"name":"UiaAndOrCondition","features":[534]},{"name":"UiaAppendRuntimeId","features":[534]},{"name":"UiaAsyncContentLoadedEventArgs","features":[534]},{"name":"UiaCacheRequest","features":[534]},{"name":"UiaChangeInfo","features":[305,358,359,360,534]},{"name":"UiaChangesEventArgs","features":[305,358,359,360,534]},{"name":"UiaClientsAreListening","features":[305,534]},{"name":"UiaCondition","features":[534]},{"name":"UiaDisconnectAllProviders","features":[534]},{"name":"UiaDisconnectProvider","features":[534]},{"name":"UiaEventAddWindow","features":[305,534]},{"name":"UiaEventArgs","features":[534]},{"name":"UiaEventCallback","features":[358,534]},{"name":"UiaEventRemoveWindow","features":[305,534]},{"name":"UiaFind","features":[305,358,534]},{"name":"UiaFindParams","features":[305,534]},{"name":"UiaGetErrorDescription","features":[305,534]},{"name":"UiaGetPatternProvider","features":[534]},{"name":"UiaGetPropertyValue","features":[305,358,359,360,534]},{"name":"UiaGetReservedMixedAttributeValue","features":[534]},{"name":"UiaGetReservedNotSupportedValue","features":[534]},{"name":"UiaGetRootNode","features":[534]},{"name":"UiaGetRuntimeId","features":[358,534]},{"name":"UiaGetUpdatedCache","features":[358,534]},{"name":"UiaHPatternObjectFromVariant","features":[305,358,359,360,534]},{"name":"UiaHTextRangeFromVariant","features":[305,358,359,360,534]},{"name":"UiaHUiaNodeFromVariant","features":[305,358,359,360,534]},{"name":"UiaHasServerSideProvider","features":[305,534]},{"name":"UiaHostProviderFromHwnd","features":[305,534]},{"name":"UiaIAccessibleFromProvider","features":[305,358,359,360,534]},{"name":"UiaLookupId","features":[534]},{"name":"UiaNavigate","features":[358,534]},{"name":"UiaNodeFromFocus","features":[358,534]},{"name":"UiaNodeFromHandle","features":[305,534]},{"name":"UiaNodeFromPoint","features":[358,534]},{"name":"UiaNodeFromProvider","features":[534]},{"name":"UiaNodeRelease","features":[305,534]},{"name":"UiaNotCondition","features":[534]},{"name":"UiaPatternRelease","features":[305,534]},{"name":"UiaPoint","features":[534]},{"name":"UiaPropertyChangedEventArgs","features":[305,358,359,360,534]},{"name":"UiaPropertyCondition","features":[305,358,359,360,534]},{"name":"UiaProviderCallback","features":[305,358,534]},{"name":"UiaProviderForNonClient","features":[305,534]},{"name":"UiaProviderFromIAccessible","features":[358,534]},{"name":"UiaRaiseActiveTextPositionChangedEvent","features":[534]},{"name":"UiaRaiseAsyncContentLoadedEvent","features":[534]},{"name":"UiaRaiseAutomationEvent","features":[534]},{"name":"UiaRaiseAutomationPropertyChangedEvent","features":[305,358,359,360,534]},{"name":"UiaRaiseChangesEvent","features":[305,358,359,360,534]},{"name":"UiaRaiseNotificationEvent","features":[534]},{"name":"UiaRaiseStructureChangedEvent","features":[534]},{"name":"UiaRaiseTextEditTextChangedEvent","features":[358,534]},{"name":"UiaRect","features":[534]},{"name":"UiaRegisterProviderCallback","features":[305,358,534]},{"name":"UiaRemoveEvent","features":[534]},{"name":"UiaReturnRawElementProvider","features":[305,534]},{"name":"UiaRootObjectId","features":[534]},{"name":"UiaSetFocus","features":[534]},{"name":"UiaStructureChangedEventArgs","features":[534]},{"name":"UiaTextEditTextChangedEventArgs","features":[358,534]},{"name":"UiaTextRangeRelease","features":[305,534]},{"name":"UiaWindowClosedEventArgs","features":[534]},{"name":"UnhookWinEvent","features":[305,534]},{"name":"UnregisterPointerInputTarget","features":[305,534,374]},{"name":"UnregisterPointerInputTargetEx","features":[305,534,374]},{"name":"ValuePattern_SetValue","features":[534]},{"name":"Value_IsReadOnly_Property_GUID","features":[534]},{"name":"Value_Pattern_GUID","features":[534]},{"name":"Value_Value_Property_GUID","features":[534]},{"name":"VirtualizedItemPattern_Realize","features":[534]},{"name":"VirtualizedItem_Pattern_GUID","features":[534]},{"name":"VisualEffects","features":[534]},{"name":"VisualEffects_Bevel","features":[534]},{"name":"VisualEffects_Glow","features":[534]},{"name":"VisualEffects_None","features":[534]},{"name":"VisualEffects_Property_GUID","features":[534]},{"name":"VisualEffects_Reflection","features":[534]},{"name":"VisualEffects_Shadow","features":[534]},{"name":"VisualEffects_SoftEdges","features":[534]},{"name":"WINEVENTPROC","features":[305,534]},{"name":"WindowFromAccessibleObject","features":[305,358,534]},{"name":"WindowInteractionState","features":[534]},{"name":"WindowInteractionState_BlockedByModalWindow","features":[534]},{"name":"WindowInteractionState_Closing","features":[534]},{"name":"WindowInteractionState_NotResponding","features":[534]},{"name":"WindowInteractionState_ReadyForUserInteraction","features":[534]},{"name":"WindowInteractionState_Running","features":[534]},{"name":"WindowPattern_Close","features":[534]},{"name":"WindowPattern_SetWindowVisualState","features":[534]},{"name":"WindowPattern_WaitForInputIdle","features":[305,534]},{"name":"WindowVisualState","features":[534]},{"name":"WindowVisualState_Maximized","features":[534]},{"name":"WindowVisualState_Minimized","features":[534]},{"name":"WindowVisualState_Normal","features":[534]},{"name":"Window_CanMaximize_Property_GUID","features":[534]},{"name":"Window_CanMinimize_Property_GUID","features":[534]},{"name":"Window_Control_GUID","features":[534]},{"name":"Window_IsModal_Property_GUID","features":[534]},{"name":"Window_IsTopmost_Property_GUID","features":[534]},{"name":"Window_Pattern_GUID","features":[534]},{"name":"Window_WindowClosed_Event_GUID","features":[534]},{"name":"Window_WindowInteractionState_Property_GUID","features":[534]},{"name":"Window_WindowOpened_Event_GUID","features":[534]},{"name":"Window_WindowVisualState_Property_GUID","features":[534]},{"name":"ZoomUnit","features":[534]},{"name":"ZoomUnit_LargeDecrement","features":[534]},{"name":"ZoomUnit_LargeIncrement","features":[534]},{"name":"ZoomUnit_NoAmount","features":[534]},{"name":"ZoomUnit_SmallDecrement","features":[534]},{"name":"ZoomUnit_SmallIncrement","features":[534]}],"657":[{"name":"IUIAnimationInterpolator","features":[624]},{"name":"IUIAnimationInterpolator2","features":[624]},{"name":"IUIAnimationLoopIterationChangeHandler2","features":[624]},{"name":"IUIAnimationManager","features":[624]},{"name":"IUIAnimationManager2","features":[624]},{"name":"IUIAnimationManagerEventHandler","features":[624]},{"name":"IUIAnimationManagerEventHandler2","features":[624]},{"name":"IUIAnimationPrimitiveInterpolation","features":[624]},{"name":"IUIAnimationPriorityComparison","features":[624]},{"name":"IUIAnimationPriorityComparison2","features":[624]},{"name":"IUIAnimationStoryboard","features":[624]},{"name":"IUIAnimationStoryboard2","features":[624]},{"name":"IUIAnimationStoryboardEventHandler","features":[624]},{"name":"IUIAnimationStoryboardEventHandler2","features":[624]},{"name":"IUIAnimationTimer","features":[624]},{"name":"IUIAnimationTimerClientEventHandler","features":[624]},{"name":"IUIAnimationTimerEventHandler","features":[624]},{"name":"IUIAnimationTimerUpdateHandler","features":[624]},{"name":"IUIAnimationTransition","features":[624]},{"name":"IUIAnimationTransition2","features":[624]},{"name":"IUIAnimationTransitionFactory","features":[624]},{"name":"IUIAnimationTransitionFactory2","features":[624]},{"name":"IUIAnimationTransitionLibrary","features":[624]},{"name":"IUIAnimationTransitionLibrary2","features":[624]},{"name":"IUIAnimationVariable","features":[624]},{"name":"IUIAnimationVariable2","features":[624]},{"name":"IUIAnimationVariableChangeHandler","features":[624]},{"name":"IUIAnimationVariableChangeHandler2","features":[624]},{"name":"IUIAnimationVariableCurveChangeHandler2","features":[624]},{"name":"IUIAnimationVariableIntegerChangeHandler","features":[624]},{"name":"IUIAnimationVariableIntegerChangeHandler2","features":[624]},{"name":"UIAnimationManager","features":[624]},{"name":"UIAnimationManager2","features":[624]},{"name":"UIAnimationTimer","features":[624]},{"name":"UIAnimationTransitionFactory","features":[624]},{"name":"UIAnimationTransitionFactory2","features":[624]},{"name":"UIAnimationTransitionLibrary","features":[624]},{"name":"UIAnimationTransitionLibrary2","features":[624]},{"name":"UI_ANIMATION_DEPENDENCIES","features":[624]},{"name":"UI_ANIMATION_DEPENDENCY_DURATION","features":[624]},{"name":"UI_ANIMATION_DEPENDENCY_FINAL_VALUE","features":[624]},{"name":"UI_ANIMATION_DEPENDENCY_FINAL_VELOCITY","features":[624]},{"name":"UI_ANIMATION_DEPENDENCY_INTERMEDIATE_VALUES","features":[624]},{"name":"UI_ANIMATION_DEPENDENCY_NONE","features":[624]},{"name":"UI_ANIMATION_IDLE_BEHAVIOR","features":[624]},{"name":"UI_ANIMATION_IDLE_BEHAVIOR_CONTINUE","features":[624]},{"name":"UI_ANIMATION_IDLE_BEHAVIOR_DISABLE","features":[624]},{"name":"UI_ANIMATION_KEYFRAME","features":[624]},{"name":"UI_ANIMATION_MANAGER_BUSY","features":[624]},{"name":"UI_ANIMATION_MANAGER_IDLE","features":[624]},{"name":"UI_ANIMATION_MANAGER_STATUS","features":[624]},{"name":"UI_ANIMATION_MODE","features":[624]},{"name":"UI_ANIMATION_MODE_DISABLED","features":[624]},{"name":"UI_ANIMATION_MODE_ENABLED","features":[624]},{"name":"UI_ANIMATION_MODE_SYSTEM_DEFAULT","features":[624]},{"name":"UI_ANIMATION_PRIORITY_EFFECT","features":[624]},{"name":"UI_ANIMATION_PRIORITY_EFFECT_DELAY","features":[624]},{"name":"UI_ANIMATION_PRIORITY_EFFECT_FAILURE","features":[624]},{"name":"UI_ANIMATION_REPEAT_INDEFINITELY","features":[624]},{"name":"UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_END","features":[624]},{"name":"UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_START","features":[624]},{"name":"UI_ANIMATION_REPEAT_MODE","features":[624]},{"name":"UI_ANIMATION_REPEAT_MODE_ALTERNATE","features":[624]},{"name":"UI_ANIMATION_REPEAT_MODE_NORMAL","features":[624]},{"name":"UI_ANIMATION_ROUNDING_CEILING","features":[624]},{"name":"UI_ANIMATION_ROUNDING_FLOOR","features":[624]},{"name":"UI_ANIMATION_ROUNDING_MODE","features":[624]},{"name":"UI_ANIMATION_ROUNDING_NEAREST","features":[624]},{"name":"UI_ANIMATION_SCHEDULING_ALREADY_SCHEDULED","features":[624]},{"name":"UI_ANIMATION_SCHEDULING_DEFERRED","features":[624]},{"name":"UI_ANIMATION_SCHEDULING_INSUFFICIENT_PRIORITY","features":[624]},{"name":"UI_ANIMATION_SCHEDULING_RESULT","features":[624]},{"name":"UI_ANIMATION_SCHEDULING_SUCCEEDED","features":[624]},{"name":"UI_ANIMATION_SCHEDULING_UNEXPECTED_FAILURE","features":[624]},{"name":"UI_ANIMATION_SECONDS_EVENTUALLY","features":[624]},{"name":"UI_ANIMATION_SECONDS_INFINITE","features":[624]},{"name":"UI_ANIMATION_SLOPE","features":[624]},{"name":"UI_ANIMATION_SLOPE_DECREASING","features":[624]},{"name":"UI_ANIMATION_SLOPE_INCREASING","features":[624]},{"name":"UI_ANIMATION_STORYBOARD_BUILDING","features":[624]},{"name":"UI_ANIMATION_STORYBOARD_CANCELLED","features":[624]},{"name":"UI_ANIMATION_STORYBOARD_FINISHED","features":[624]},{"name":"UI_ANIMATION_STORYBOARD_INSUFFICIENT_PRIORITY","features":[624]},{"name":"UI_ANIMATION_STORYBOARD_PLAYING","features":[624]},{"name":"UI_ANIMATION_STORYBOARD_READY","features":[624]},{"name":"UI_ANIMATION_STORYBOARD_SCHEDULED","features":[624]},{"name":"UI_ANIMATION_STORYBOARD_STATUS","features":[624]},{"name":"UI_ANIMATION_STORYBOARD_TRUNCATED","features":[624]},{"name":"UI_ANIMATION_TIMER_CLIENT_BUSY","features":[624]},{"name":"UI_ANIMATION_TIMER_CLIENT_IDLE","features":[624]},{"name":"UI_ANIMATION_TIMER_CLIENT_STATUS","features":[624]},{"name":"UI_ANIMATION_UPDATE_NO_CHANGE","features":[624]},{"name":"UI_ANIMATION_UPDATE_RESULT","features":[624]},{"name":"UI_ANIMATION_UPDATE_VARIABLES_CHANGED","features":[624]}],"658":[{"name":"ATTRIB_MATTE","features":[379]},{"name":"ATTRIB_TRANSPARENCY","features":[379]},{"name":"AssociateColorProfileWithDeviceA","features":[305,379]},{"name":"AssociateColorProfileWithDeviceW","features":[305,379]},{"name":"BEST_MODE","features":[379]},{"name":"BMFORMAT","features":[379]},{"name":"BM_10b_G3CH","features":[379]},{"name":"BM_10b_Lab","features":[379]},{"name":"BM_10b_RGB","features":[379]},{"name":"BM_10b_XYZ","features":[379]},{"name":"BM_10b_Yxy","features":[379]},{"name":"BM_16b_G3CH","features":[379]},{"name":"BM_16b_GRAY","features":[379]},{"name":"BM_16b_Lab","features":[379]},{"name":"BM_16b_RGB","features":[379]},{"name":"BM_16b_XYZ","features":[379]},{"name":"BM_16b_Yxy","features":[379]},{"name":"BM_32b_scARGB","features":[379]},{"name":"BM_32b_scRGB","features":[379]},{"name":"BM_565RGB","features":[379]},{"name":"BM_5CHANNEL","features":[379]},{"name":"BM_6CHANNEL","features":[379]},{"name":"BM_7CHANNEL","features":[379]},{"name":"BM_8CHANNEL","features":[379]},{"name":"BM_BGRTRIPLETS","features":[379]},{"name":"BM_CMYKQUADS","features":[379]},{"name":"BM_G3CHTRIPLETS","features":[379]},{"name":"BM_GRAY","features":[379]},{"name":"BM_KYMCQUADS","features":[379]},{"name":"BM_LabTRIPLETS","features":[379]},{"name":"BM_NAMED_INDEX","features":[379]},{"name":"BM_R10G10B10A2","features":[379]},{"name":"BM_R10G10B10A2_XR","features":[379]},{"name":"BM_R16G16B16A16_FLOAT","features":[379]},{"name":"BM_RGBTRIPLETS","features":[379]},{"name":"BM_S2DOT13FIXED_scARGB","features":[379]},{"name":"BM_S2DOT13FIXED_scRGB","features":[379]},{"name":"BM_XYZTRIPLETS","features":[379]},{"name":"BM_YxyTRIPLETS","features":[379]},{"name":"BM_x555G3CH","features":[379]},{"name":"BM_x555Lab","features":[379]},{"name":"BM_x555RGB","features":[379]},{"name":"BM_x555XYZ","features":[379]},{"name":"BM_x555Yxy","features":[379]},{"name":"BM_xBGRQUADS","features":[379]},{"name":"BM_xG3CHQUADS","features":[379]},{"name":"BM_xRGBQUADS","features":[379]},{"name":"BlackInformation","features":[305,379]},{"name":"CATID_WcsPlugin","features":[379]},{"name":"CMCheckColors","features":[305,379]},{"name":"CMCheckColorsInGamut","features":[305,317,379]},{"name":"CMCheckRGBs","features":[305,379]},{"name":"CMConvertColorNameToIndex","features":[305,379]},{"name":"CMConvertIndexToColorName","features":[305,379]},{"name":"CMCreateDeviceLinkProfile","features":[305,379]},{"name":"CMCreateMultiProfileTransform","features":[379]},{"name":"CMCreateProfile","features":[305,317,379]},{"name":"CMCreateProfileW","features":[305,317,379]},{"name":"CMCreateTransform","features":[317,379]},{"name":"CMCreateTransformExt","features":[317,379]},{"name":"CMCreateTransformExtW","features":[317,379]},{"name":"CMCreateTransformW","features":[317,379]},{"name":"CMDeleteTransform","features":[305,379]},{"name":"CMGetInfo","features":[379]},{"name":"CMGetNamedProfileInfo","features":[305,379]},{"name":"CMIsProfileValid","features":[305,379]},{"name":"CMM_DESCRIPTION","features":[379]},{"name":"CMM_DLL_VERSION","features":[379]},{"name":"CMM_DRIVER_VERSION","features":[379]},{"name":"CMM_FROM_PROFILE","features":[379]},{"name":"CMM_IDENT","features":[379]},{"name":"CMM_LOGOICON","features":[379]},{"name":"CMM_VERSION","features":[379]},{"name":"CMM_WIN_VERSION","features":[379]},{"name":"CMS_BACKWARD","features":[379]},{"name":"CMS_DISABLEICM","features":[379]},{"name":"CMS_DISABLEINTENT","features":[379]},{"name":"CMS_DISABLERENDERINTENT","features":[379]},{"name":"CMS_ENABLEPROOFING","features":[379]},{"name":"CMS_FORWARD","features":[379]},{"name":"CMS_MONITOROVERFLOW","features":[379]},{"name":"CMS_PRINTEROVERFLOW","features":[379]},{"name":"CMS_SETMONITORPROFILE","features":[379]},{"name":"CMS_SETPRINTERPROFILE","features":[379]},{"name":"CMS_SETPROOFINTENT","features":[379]},{"name":"CMS_SETRENDERINTENT","features":[379]},{"name":"CMS_SETTARGETPROFILE","features":[379]},{"name":"CMS_TARGETOVERFLOW","features":[379]},{"name":"CMS_USEAPPLYCALLBACK","features":[379]},{"name":"CMS_USEDESCRIPTION","features":[379]},{"name":"CMS_USEHOOK","features":[379]},{"name":"CMTranslateColors","features":[305,379]},{"name":"CMTranslateRGB","features":[305,379]},{"name":"CMTranslateRGBs","features":[305,379]},{"name":"CMTranslateRGBsExt","features":[305,379]},{"name":"CMYKCOLOR","features":[379]},{"name":"COLOR","features":[379]},{"name":"COLORDATATYPE","features":[379]},{"name":"COLORMATCHSETUPA","features":[305,379,374]},{"name":"COLORMATCHSETUPW","features":[305,379,374]},{"name":"COLORPROFILESUBTYPE","features":[379]},{"name":"COLORPROFILETYPE","features":[379]},{"name":"COLORTYPE","features":[379]},{"name":"COLOR_10b_R10G10B10A2","features":[379]},{"name":"COLOR_10b_R10G10B10A2_XR","features":[379]},{"name":"COLOR_3_CHANNEL","features":[379]},{"name":"COLOR_5_CHANNEL","features":[379]},{"name":"COLOR_6_CHANNEL","features":[379]},{"name":"COLOR_7_CHANNEL","features":[379]},{"name":"COLOR_8_CHANNEL","features":[379]},{"name":"COLOR_BYTE","features":[379]},{"name":"COLOR_CMYK","features":[379]},{"name":"COLOR_FLOAT","features":[379]},{"name":"COLOR_FLOAT16","features":[379]},{"name":"COLOR_GRAY","features":[379]},{"name":"COLOR_Lab","features":[379]},{"name":"COLOR_MATCH_TO_TARGET_ACTION","features":[379]},{"name":"COLOR_MATCH_VERSION","features":[379]},{"name":"COLOR_NAMED","features":[379]},{"name":"COLOR_RGB","features":[379]},{"name":"COLOR_S2DOT13FIXED","features":[379]},{"name":"COLOR_WORD","features":[379]},{"name":"COLOR_XYZ","features":[379]},{"name":"COLOR_Yxy","features":[379]},{"name":"CPST_ABSOLUTE_COLORIMETRIC","features":[379]},{"name":"CPST_CUSTOM_WORKING_SPACE","features":[379]},{"name":"CPST_EXTENDED_DISPLAY_COLOR_MODE","features":[379]},{"name":"CPST_NONE","features":[379]},{"name":"CPST_PERCEPTUAL","features":[379]},{"name":"CPST_RELATIVE_COLORIMETRIC","features":[379]},{"name":"CPST_RGB_WORKING_SPACE","features":[379]},{"name":"CPST_SATURATION","features":[379]},{"name":"CPST_STANDARD_DISPLAY_COLOR_MODE","features":[379]},{"name":"CPT_CAMP","features":[379]},{"name":"CPT_DMP","features":[379]},{"name":"CPT_GMMP","features":[379]},{"name":"CPT_ICC","features":[379]},{"name":"CSA_A","features":[379]},{"name":"CSA_ABC","features":[379]},{"name":"CSA_CMYK","features":[379]},{"name":"CSA_DEF","features":[379]},{"name":"CSA_DEFG","features":[379]},{"name":"CSA_GRAY","features":[379]},{"name":"CSA_Lab","features":[379]},{"name":"CSA_RGB","features":[379]},{"name":"CS_DELETE_TRANSFORM","features":[379]},{"name":"CS_DISABLE","features":[379]},{"name":"CS_ENABLE","features":[379]},{"name":"CheckBitmapBits","features":[305,379]},{"name":"CheckColors","features":[305,379]},{"name":"CheckColorsInGamut","features":[305,317,379]},{"name":"CloseColorProfile","features":[305,379]},{"name":"ColorCorrectPalette","features":[305,317,379]},{"name":"ColorMatchToTarget","features":[305,317,379]},{"name":"ColorProfileAddDisplayAssociation","features":[305,379]},{"name":"ColorProfileGetDisplayDefault","features":[305,379]},{"name":"ColorProfileGetDisplayList","features":[305,379]},{"name":"ColorProfileGetDisplayUserScope","features":[305,379]},{"name":"ColorProfileRemoveDisplayAssociation","features":[305,379]},{"name":"ColorProfileSetDisplayDefaultAssociation","features":[305,379]},{"name":"ConvertColorNameToIndex","features":[305,379]},{"name":"ConvertIndexToColorName","features":[305,379]},{"name":"CreateColorSpaceA","features":[317,379]},{"name":"CreateColorSpaceW","features":[317,379]},{"name":"CreateColorTransformA","features":[317,379]},{"name":"CreateColorTransformW","features":[317,379]},{"name":"CreateDeviceLinkProfile","features":[305,379]},{"name":"CreateMultiProfileTransform","features":[379]},{"name":"CreateProfileFromLogColorSpaceA","features":[305,317,379]},{"name":"CreateProfileFromLogColorSpaceW","features":[305,317,379]},{"name":"DONT_USE_EMBEDDED_WCS_PROFILES","features":[379]},{"name":"DeleteColorSpace","features":[305,379]},{"name":"DeleteColorTransform","features":[305,379]},{"name":"DisassociateColorProfileFromDeviceA","features":[305,379]},{"name":"DisassociateColorProfileFromDeviceW","features":[305,379]},{"name":"EMRCREATECOLORSPACE","features":[317,379]},{"name":"EMRCREATECOLORSPACEW","features":[317,379]},{"name":"ENABLE_GAMUT_CHECKING","features":[379]},{"name":"ENUMTYPEA","features":[379]},{"name":"ENUMTYPEW","features":[379]},{"name":"ENUM_TYPE_VERSION","features":[379]},{"name":"ET_ATTRIBUTES","features":[379]},{"name":"ET_CLASS","features":[379]},{"name":"ET_CMMTYPE","features":[379]},{"name":"ET_CONNECTIONSPACE","features":[379]},{"name":"ET_CREATOR","features":[379]},{"name":"ET_DATACOLORSPACE","features":[379]},{"name":"ET_DEVICECLASS","features":[379]},{"name":"ET_DEVICENAME","features":[379]},{"name":"ET_DITHERMODE","features":[379]},{"name":"ET_EXTENDEDDISPLAYCOLOR","features":[379]},{"name":"ET_MANUFACTURER","features":[379]},{"name":"ET_MEDIATYPE","features":[379]},{"name":"ET_MODEL","features":[379]},{"name":"ET_PLATFORM","features":[379]},{"name":"ET_PROFILEFLAGS","features":[379]},{"name":"ET_RENDERINGINTENT","features":[379]},{"name":"ET_RESOLUTION","features":[379]},{"name":"ET_SIGNATURE","features":[379]},{"name":"ET_STANDARDDISPLAYCOLOR","features":[379]},{"name":"EnumColorProfilesA","features":[305,379]},{"name":"EnumColorProfilesW","features":[305,379]},{"name":"EnumICMProfilesA","features":[305,317,379]},{"name":"EnumICMProfilesW","features":[305,317,379]},{"name":"FAST_TRANSLATE","features":[379]},{"name":"FLAG_DEPENDENTONDATA","features":[379]},{"name":"FLAG_EMBEDDEDPROFILE","features":[379]},{"name":"FLAG_ENABLE_CHROMATIC_ADAPTATION","features":[379]},{"name":"GENERIC3CHANNEL","features":[379]},{"name":"GRAYCOLOR","features":[379]},{"name":"GamutBoundaryDescription","features":[379]},{"name":"GamutShell","features":[379]},{"name":"GamutShellTriangle","features":[379]},{"name":"GetCMMInfo","features":[379]},{"name":"GetColorDirectoryA","features":[305,379]},{"name":"GetColorDirectoryW","features":[305,379]},{"name":"GetColorProfileElement","features":[305,379]},{"name":"GetColorProfileElementTag","features":[305,379]},{"name":"GetColorProfileFromHandle","features":[305,379]},{"name":"GetColorProfileHeader","features":[305,317,379]},{"name":"GetColorSpace","features":[317,379]},{"name":"GetCountColorProfileElements","features":[305,379]},{"name":"GetDeviceGammaRamp","features":[305,317,379]},{"name":"GetICMProfileA","features":[305,317,379]},{"name":"GetICMProfileW","features":[305,317,379]},{"name":"GetLogColorSpaceA","features":[305,317,379]},{"name":"GetLogColorSpaceW","features":[305,317,379]},{"name":"GetNamedProfileInfo","features":[305,379]},{"name":"GetPS2ColorRenderingDictionary","features":[305,379]},{"name":"GetPS2ColorRenderingIntent","features":[305,379]},{"name":"GetPS2ColorSpaceArray","features":[305,379]},{"name":"GetStandardColorSpaceProfileA","features":[305,379]},{"name":"GetStandardColorSpaceProfileW","features":[305,379]},{"name":"HCOLORSPACE","features":[379]},{"name":"HiFiCOLOR","features":[379]},{"name":"ICMENUMPROCA","features":[305,379]},{"name":"ICMENUMPROCW","features":[305,379]},{"name":"ICM_ADDPROFILE","features":[379]},{"name":"ICM_COMMAND","features":[379]},{"name":"ICM_DELETEPROFILE","features":[379]},{"name":"ICM_DONE_OUTSIDEDC","features":[379]},{"name":"ICM_MODE","features":[379]},{"name":"ICM_OFF","features":[379]},{"name":"ICM_ON","features":[379]},{"name":"ICM_QUERY","features":[379]},{"name":"ICM_QUERYMATCH","features":[379]},{"name":"ICM_QUERYPROFILE","features":[379]},{"name":"ICM_REGISTERICMATCHER","features":[379]},{"name":"ICM_SETDEFAULTPROFILE","features":[379]},{"name":"ICM_UNREGISTERICMATCHER","features":[379]},{"name":"IDeviceModelPlugIn","features":[379]},{"name":"IGamutMapModelPlugIn","features":[379]},{"name":"INDEX_DONT_CARE","features":[379]},{"name":"INTENT_ABSOLUTE_COLORIMETRIC","features":[379]},{"name":"INTENT_PERCEPTUAL","features":[379]},{"name":"INTENT_RELATIVE_COLORIMETRIC","features":[379]},{"name":"INTENT_SATURATION","features":[379]},{"name":"InstallColorProfileA","features":[305,379]},{"name":"InstallColorProfileW","features":[305,379]},{"name":"IsColorProfileTagPresent","features":[305,379]},{"name":"IsColorProfileValid","features":[305,379]},{"name":"JChColorF","features":[379]},{"name":"JabColorF","features":[379]},{"name":"LCSCSTYPE","features":[379]},{"name":"LCS_CALIBRATED_RGB","features":[379]},{"name":"LCS_WINDOWS_COLOR_SPACE","features":[379]},{"name":"LCS_sRGB","features":[379]},{"name":"LOGCOLORSPACEA","features":[317,379]},{"name":"LOGCOLORSPACEW","features":[317,379]},{"name":"LPBMCALLBACKFN","features":[305,379]},{"name":"LabCOLOR","features":[379]},{"name":"MAX_COLOR_CHANNELS","features":[379]},{"name":"MicrosoftHardwareColorV2","features":[379]},{"name":"NAMEDCOLOR","features":[379]},{"name":"NAMED_PROFILE_INFO","features":[379]},{"name":"NORMAL_MODE","features":[379]},{"name":"OpenColorProfileA","features":[379]},{"name":"OpenColorProfileW","features":[379]},{"name":"PCMSCALLBACKA","features":[305,379,374]},{"name":"PCMSCALLBACKW","features":[305,379,374]},{"name":"PRESERVEBLACK","features":[379]},{"name":"PROFILE","features":[379]},{"name":"PROFILEHEADER","features":[317,379]},{"name":"PROFILE_FILENAME","features":[379]},{"name":"PROFILE_MEMBUFFER","features":[379]},{"name":"PROFILE_READ","features":[379]},{"name":"PROFILE_READWRITE","features":[379]},{"name":"PROOF_MODE","features":[379]},{"name":"PrimaryJabColors","features":[379]},{"name":"PrimaryXYZColors","features":[379]},{"name":"RESERVED","features":[379]},{"name":"RGBCOLOR","features":[379]},{"name":"RegisterCMMA","features":[305,379]},{"name":"RegisterCMMW","features":[305,379]},{"name":"SEQUENTIAL_TRANSFORM","features":[379]},{"name":"SelectCMM","features":[305,379]},{"name":"SetColorProfileElement","features":[305,379]},{"name":"SetColorProfileElementReference","features":[305,379]},{"name":"SetColorProfileElementSize","features":[305,379]},{"name":"SetColorProfileHeader","features":[305,317,379]},{"name":"SetColorSpace","features":[317,379]},{"name":"SetDeviceGammaRamp","features":[305,317,379]},{"name":"SetICMMode","features":[317,379]},{"name":"SetICMProfileA","features":[305,317,379]},{"name":"SetICMProfileW","features":[305,317,379]},{"name":"SetStandardColorSpaceProfileA","features":[305,379]},{"name":"SetStandardColorSpaceProfileW","features":[305,379]},{"name":"SetupColorMatchingA","features":[305,379,374]},{"name":"SetupColorMatchingW","features":[305,379,374]},{"name":"TranslateBitmapBits","features":[305,379]},{"name":"TranslateColors","features":[305,379]},{"name":"USE_RELATIVE_COLORIMETRIC","features":[379]},{"name":"UninstallColorProfileA","features":[305,379]},{"name":"UninstallColorProfileW","features":[305,379]},{"name":"UnregisterCMMA","features":[305,379]},{"name":"UnregisterCMMW","features":[305,379]},{"name":"UpdateICMRegKeyA","features":[305,379]},{"name":"UpdateICMRegKeyW","features":[305,379]},{"name":"VideoCardGammaTable","features":[379]},{"name":"WCS_ALWAYS","features":[379]},{"name":"WCS_DEFAULT","features":[379]},{"name":"WCS_DEVICE_CAPABILITIES_TYPE","features":[379]},{"name":"WCS_DEVICE_MHC2_CAPABILITIES","features":[305,379]},{"name":"WCS_DEVICE_VCGT_CAPABILITIES","features":[305,379]},{"name":"WCS_ICCONLY","features":[379]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE","features":[379]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE_CURRENT_USER","features":[379]},{"name":"WCS_PROFILE_MANAGEMENT_SCOPE_SYSTEM_WIDE","features":[379]},{"name":"WcsAssociateColorProfileWithDevice","features":[305,379]},{"name":"WcsCheckColors","features":[305,379]},{"name":"WcsCreateIccProfile","features":[379]},{"name":"WcsDisassociateColorProfileFromDevice","features":[305,379]},{"name":"WcsEnumColorProfiles","features":[305,379]},{"name":"WcsEnumColorProfilesSize","features":[305,379]},{"name":"WcsGetCalibrationManagementState","features":[305,379]},{"name":"WcsGetDefaultColorProfile","features":[305,379]},{"name":"WcsGetDefaultColorProfileSize","features":[305,379]},{"name":"WcsGetDefaultRenderingIntent","features":[305,379]},{"name":"WcsGetUsePerUserProfiles","features":[305,379]},{"name":"WcsOpenColorProfileA","features":[379]},{"name":"WcsOpenColorProfileW","features":[379]},{"name":"WcsSetCalibrationManagementState","features":[305,379]},{"name":"WcsSetDefaultColorProfile","features":[305,379]},{"name":"WcsSetDefaultRenderingIntent","features":[305,379]},{"name":"WcsSetUsePerUserProfiles","features":[305,379]},{"name":"WcsTranslateColors","features":[305,379]},{"name":"XYZCOLOR","features":[379]},{"name":"XYZColorF","features":[379]},{"name":"YxyCOLOR","features":[379]}],"659":[{"name":"ABS_DOWNDISABLED","features":[357]},{"name":"ABS_DOWNHOT","features":[357]},{"name":"ABS_DOWNHOVER","features":[357]},{"name":"ABS_DOWNNORMAL","features":[357]},{"name":"ABS_DOWNPRESSED","features":[357]},{"name":"ABS_LEFTDISABLED","features":[357]},{"name":"ABS_LEFTHOT","features":[357]},{"name":"ABS_LEFTHOVER","features":[357]},{"name":"ABS_LEFTNORMAL","features":[357]},{"name":"ABS_LEFTPRESSED","features":[357]},{"name":"ABS_RIGHTDISABLED","features":[357]},{"name":"ABS_RIGHTHOT","features":[357]},{"name":"ABS_RIGHTHOVER","features":[357]},{"name":"ABS_RIGHTNORMAL","features":[357]},{"name":"ABS_RIGHTPRESSED","features":[357]},{"name":"ABS_UPDISABLED","features":[357]},{"name":"ABS_UPHOT","features":[357]},{"name":"ABS_UPHOVER","features":[357]},{"name":"ABS_UPNORMAL","features":[357]},{"name":"ABS_UPPRESSED","features":[357]},{"name":"ACM_ISPLAYING","features":[357]},{"name":"ACM_OPEN","features":[357]},{"name":"ACM_OPENA","features":[357]},{"name":"ACM_OPENW","features":[357]},{"name":"ACM_PLAY","features":[357]},{"name":"ACM_STOP","features":[357]},{"name":"ACN_START","features":[357]},{"name":"ACN_STOP","features":[357]},{"name":"ACS_AUTOPLAY","features":[357]},{"name":"ACS_CENTER","features":[357]},{"name":"ACS_TIMER","features":[357]},{"name":"ACS_TRANSPARENT","features":[357]},{"name":"AEROWIZARDPARTS","features":[357]},{"name":"ALLOW_CONTROLS","features":[357]},{"name":"ALLOW_NONCLIENT","features":[357]},{"name":"ALLOW_WEBCONTENT","features":[357]},{"name":"ANIMATE_CLASS","features":[357]},{"name":"ANIMATE_CLASSA","features":[357]},{"name":"ANIMATE_CLASSW","features":[357]},{"name":"ARROWBTNSTATES","features":[357]},{"name":"AW_BUTTON","features":[357]},{"name":"AW_COMMANDAREA","features":[357]},{"name":"AW_CONTENTAREA","features":[357]},{"name":"AW_HEADERAREA","features":[357]},{"name":"AW_S_CONTENTAREA_NOMARGIN","features":[357]},{"name":"AW_S_HEADERAREA_NOMARGIN","features":[357]},{"name":"AW_S_TITLEBAR_ACTIVE","features":[357]},{"name":"AW_S_TITLEBAR_INACTIVE","features":[357]},{"name":"AW_TITLEBAR","features":[357]},{"name":"BACKGROUNDSTATES","features":[357]},{"name":"BACKGROUNDWITHBORDERSTATES","features":[357]},{"name":"BALLOONSTATES","features":[357]},{"name":"BALLOONSTEMSTATES","features":[357]},{"name":"BARBACKGROUNDSTATES","features":[357]},{"name":"BARITEMSTATES","features":[357]},{"name":"BCM_FIRST","features":[357]},{"name":"BCM_GETIDEALSIZE","features":[357]},{"name":"BCM_GETIMAGELIST","features":[357]},{"name":"BCM_GETNOTE","features":[357]},{"name":"BCM_GETNOTELENGTH","features":[357]},{"name":"BCM_GETSPLITINFO","features":[357]},{"name":"BCM_GETTEXTMARGIN","features":[357]},{"name":"BCM_SETDROPDOWNSTATE","features":[357]},{"name":"BCM_SETIMAGELIST","features":[357]},{"name":"BCM_SETNOTE","features":[357]},{"name":"BCM_SETSHIELD","features":[357]},{"name":"BCM_SETSPLITINFO","features":[357]},{"name":"BCM_SETTEXTMARGIN","features":[357]},{"name":"BCN_DROPDOWN","features":[357]},{"name":"BCN_FIRST","features":[357]},{"name":"BCN_HOTITEMCHANGE","features":[357]},{"name":"BCN_LAST","features":[357]},{"name":"BCSIF_GLYPH","features":[357]},{"name":"BCSIF_IMAGE","features":[357]},{"name":"BCSIF_SIZE","features":[357]},{"name":"BCSIF_STYLE","features":[357]},{"name":"BCSS_ALIGNLEFT","features":[357]},{"name":"BCSS_IMAGE","features":[357]},{"name":"BCSS_NOSPLIT","features":[357]},{"name":"BCSS_STRETCH","features":[357]},{"name":"BGTYPE","features":[357]},{"name":"BODYSTATES","features":[357]},{"name":"BORDERSTATES","features":[357]},{"name":"BORDERTYPE","features":[357]},{"name":"BORDER_HSCROLLSTATES","features":[357]},{"name":"BORDER_HVSCROLLSTATES","features":[357]},{"name":"BORDER_NOSCROLLSTATES","features":[357]},{"name":"BORDER_VSCROLLSTATES","features":[357]},{"name":"BPAS_CUBIC","features":[357]},{"name":"BPAS_LINEAR","features":[357]},{"name":"BPAS_NONE","features":[357]},{"name":"BPAS_SINE","features":[357]},{"name":"BPBF_COMPATIBLEBITMAP","features":[357]},{"name":"BPBF_DIB","features":[357]},{"name":"BPBF_TOPDOWNDIB","features":[357]},{"name":"BPBF_TOPDOWNMONODIB","features":[357]},{"name":"BPPF_ERASE","features":[357]},{"name":"BPPF_NOCLIP","features":[357]},{"name":"BPPF_NONCLIENT","features":[357]},{"name":"BP_ANIMATIONPARAMS","features":[357]},{"name":"BP_ANIMATIONSTYLE","features":[357]},{"name":"BP_BUFFERFORMAT","features":[357]},{"name":"BP_CHECKBOX","features":[357]},{"name":"BP_CHECKBOX_HCDISABLED","features":[357]},{"name":"BP_COMMANDLINK","features":[357]},{"name":"BP_COMMANDLINKGLYPH","features":[357]},{"name":"BP_GROUPBOX","features":[357]},{"name":"BP_GROUPBOX_HCDISABLED","features":[357]},{"name":"BP_PAINTPARAMS","features":[305,317,357]},{"name":"BP_PAINTPARAMS_FLAGS","features":[357]},{"name":"BP_PUSHBUTTON","features":[357]},{"name":"BP_PUSHBUTTONDROPDOWN","features":[357]},{"name":"BP_RADIOBUTTON","features":[357]},{"name":"BP_RADIOBUTTON_HCDISABLED","features":[357]},{"name":"BP_USERBUTTON","features":[357]},{"name":"BST_CHECKED","features":[357]},{"name":"BST_DROPDOWNPUSHED","features":[357]},{"name":"BST_HOT","features":[357]},{"name":"BST_INDETERMINATE","features":[357]},{"name":"BST_UNCHECKED","features":[357]},{"name":"BS_COMMANDLINK","features":[357]},{"name":"BS_DEFCOMMANDLINK","features":[357]},{"name":"BS_DEFSPLITBUTTON","features":[357]},{"name":"BS_SPLITBUTTON","features":[357]},{"name":"BTNS_AUTOSIZE","features":[357]},{"name":"BTNS_BUTTON","features":[357]},{"name":"BTNS_CHECK","features":[357]},{"name":"BTNS_DROPDOWN","features":[357]},{"name":"BTNS_GROUP","features":[357]},{"name":"BTNS_NOPREFIX","features":[357]},{"name":"BTNS_SEP","features":[357]},{"name":"BTNS_SHOWTEXT","features":[357]},{"name":"BTNS_WHOLEDROPDOWN","features":[357]},{"name":"BT_BORDERFILL","features":[357]},{"name":"BT_ELLIPSE","features":[357]},{"name":"BT_IMAGEFILE","features":[357]},{"name":"BT_NONE","features":[357]},{"name":"BT_RECT","features":[357]},{"name":"BT_ROUNDRECT","features":[357]},{"name":"BUTTONPARTS","features":[357]},{"name":"BUTTON_IMAGELIST","features":[305,357]},{"name":"BUTTON_IMAGELIST_ALIGN","features":[357]},{"name":"BUTTON_IMAGELIST_ALIGN_BOTTOM","features":[357]},{"name":"BUTTON_IMAGELIST_ALIGN_CENTER","features":[357]},{"name":"BUTTON_IMAGELIST_ALIGN_LEFT","features":[357]},{"name":"BUTTON_IMAGELIST_ALIGN_RIGHT","features":[357]},{"name":"BUTTON_IMAGELIST_ALIGN_TOP","features":[357]},{"name":"BUTTON_SPLITINFO","features":[305,357]},{"name":"BeginBufferedAnimation","features":[305,317,357]},{"name":"BeginBufferedPaint","features":[305,317,357]},{"name":"BeginPanningFeedback","features":[305,357]},{"name":"BufferedPaintClear","features":[305,357]},{"name":"BufferedPaintInit","features":[357]},{"name":"BufferedPaintRenderAnimation","features":[305,317,357]},{"name":"BufferedPaintSetAlpha","features":[305,357]},{"name":"BufferedPaintStopAllAnimations","features":[305,357]},{"name":"BufferedPaintUnInit","features":[357]},{"name":"CAPTIONSTATES","features":[357]},{"name":"CA_CENTER","features":[357]},{"name":"CA_LEFT","features":[357]},{"name":"CA_RIGHT","features":[357]},{"name":"CBB_DISABLED","features":[357]},{"name":"CBB_FOCUSED","features":[357]},{"name":"CBB_HOT","features":[357]},{"name":"CBB_NORMAL","features":[357]},{"name":"CBCB_DISABLED","features":[357]},{"name":"CBCB_HOT","features":[357]},{"name":"CBCB_NORMAL","features":[357]},{"name":"CBCB_PRESSED","features":[357]},{"name":"CBDI_HIGHLIGHTED","features":[357]},{"name":"CBDI_NORMAL","features":[357]},{"name":"CBEIF_DI_SETITEM","features":[357]},{"name":"CBEIF_IMAGE","features":[357]},{"name":"CBEIF_INDENT","features":[357]},{"name":"CBEIF_LPARAM","features":[357]},{"name":"CBEIF_OVERLAY","features":[357]},{"name":"CBEIF_SELECTEDIMAGE","features":[357]},{"name":"CBEIF_TEXT","features":[357]},{"name":"CBEMAXSTRLEN","features":[357]},{"name":"CBEM_GETCOMBOCONTROL","features":[357]},{"name":"CBEM_GETEDITCONTROL","features":[357]},{"name":"CBEM_GETEXSTYLE","features":[357]},{"name":"CBEM_GETEXTENDEDSTYLE","features":[357]},{"name":"CBEM_GETIMAGELIST","features":[357]},{"name":"CBEM_GETITEM","features":[357]},{"name":"CBEM_GETITEMA","features":[357]},{"name":"CBEM_GETITEMW","features":[357]},{"name":"CBEM_GETUNICODEFORMAT","features":[357]},{"name":"CBEM_HASEDITCHANGED","features":[357]},{"name":"CBEM_INSERTITEM","features":[357]},{"name":"CBEM_INSERTITEMA","features":[357]},{"name":"CBEM_INSERTITEMW","features":[357]},{"name":"CBEM_SETEXSTYLE","features":[357]},{"name":"CBEM_SETEXTENDEDSTYLE","features":[357]},{"name":"CBEM_SETIMAGELIST","features":[357]},{"name":"CBEM_SETITEM","features":[357]},{"name":"CBEM_SETITEMA","features":[357]},{"name":"CBEM_SETITEMW","features":[357]},{"name":"CBEM_SETUNICODEFORMAT","features":[357]},{"name":"CBEM_SETWINDOWTHEME","features":[357]},{"name":"CBENF_DROPDOWN","features":[357]},{"name":"CBENF_ESCAPE","features":[357]},{"name":"CBENF_KILLFOCUS","features":[357]},{"name":"CBENF_RETURN","features":[357]},{"name":"CBEN_BEGINEDIT","features":[357]},{"name":"CBEN_DELETEITEM","features":[357]},{"name":"CBEN_DRAGBEGIN","features":[357]},{"name":"CBEN_DRAGBEGINA","features":[357]},{"name":"CBEN_DRAGBEGINW","features":[357]},{"name":"CBEN_ENDEDIT","features":[357]},{"name":"CBEN_ENDEDITA","features":[357]},{"name":"CBEN_ENDEDITW","features":[357]},{"name":"CBEN_FIRST","features":[357]},{"name":"CBEN_GETDISPINFOA","features":[357]},{"name":"CBEN_GETDISPINFOW","features":[357]},{"name":"CBEN_INSERTITEM","features":[357]},{"name":"CBEN_LAST","features":[357]},{"name":"CBES_EX_CASESENSITIVE","features":[357]},{"name":"CBES_EX_NOEDITIMAGE","features":[357]},{"name":"CBES_EX_NOEDITIMAGEINDENT","features":[357]},{"name":"CBES_EX_NOSIZELIMIT","features":[357]},{"name":"CBES_EX_PATHWORDBREAKPROC","features":[357]},{"name":"CBES_EX_TEXTENDELLIPSIS","features":[357]},{"name":"CBM_FIRST","features":[357]},{"name":"CBRO_DISABLED","features":[357]},{"name":"CBRO_HOT","features":[357]},{"name":"CBRO_NORMAL","features":[357]},{"name":"CBRO_PRESSED","features":[357]},{"name":"CBS_CHECKEDDISABLED","features":[357]},{"name":"CBS_CHECKEDHOT","features":[357]},{"name":"CBS_CHECKEDNORMAL","features":[357]},{"name":"CBS_CHECKEDPRESSED","features":[357]},{"name":"CBS_DISABLED","features":[357]},{"name":"CBS_EXCLUDEDDISABLED","features":[357]},{"name":"CBS_EXCLUDEDHOT","features":[357]},{"name":"CBS_EXCLUDEDNORMAL","features":[357]},{"name":"CBS_EXCLUDEDPRESSED","features":[357]},{"name":"CBS_HOT","features":[357]},{"name":"CBS_IMPLICITDISABLED","features":[357]},{"name":"CBS_IMPLICITHOT","features":[357]},{"name":"CBS_IMPLICITNORMAL","features":[357]},{"name":"CBS_IMPLICITPRESSED","features":[357]},{"name":"CBS_MIXEDDISABLED","features":[357]},{"name":"CBS_MIXEDHOT","features":[357]},{"name":"CBS_MIXEDNORMAL","features":[357]},{"name":"CBS_MIXEDPRESSED","features":[357]},{"name":"CBS_NORMAL","features":[357]},{"name":"CBS_PUSHED","features":[357]},{"name":"CBS_UNCHECKEDDISABLED","features":[357]},{"name":"CBS_UNCHECKEDHOT","features":[357]},{"name":"CBS_UNCHECKEDNORMAL","features":[357]},{"name":"CBS_UNCHECKEDPRESSED","features":[357]},{"name":"CBTBS_DISABLED","features":[357]},{"name":"CBTBS_FOCUSED","features":[357]},{"name":"CBTBS_HOT","features":[357]},{"name":"CBTBS_NORMAL","features":[357]},{"name":"CBXSL_DISABLED","features":[357]},{"name":"CBXSL_HOT","features":[357]},{"name":"CBXSL_NORMAL","features":[357]},{"name":"CBXSL_PRESSED","features":[357]},{"name":"CBXSR_DISABLED","features":[357]},{"name":"CBXSR_HOT","features":[357]},{"name":"CBXSR_NORMAL","features":[357]},{"name":"CBXSR_PRESSED","features":[357]},{"name":"CBXS_DISABLED","features":[357]},{"name":"CBXS_HOT","features":[357]},{"name":"CBXS_NORMAL","features":[357]},{"name":"CBXS_PRESSED","features":[357]},{"name":"CB_GETCUEBANNER","features":[357]},{"name":"CB_GETMINVISIBLE","features":[357]},{"name":"CB_SETCUEBANNER","features":[357]},{"name":"CB_SETMINVISIBLE","features":[357]},{"name":"CCF_NOTEXT","features":[357]},{"name":"CCHCCCLASS","features":[357]},{"name":"CCHCCDESC","features":[357]},{"name":"CCHCCTEXT","features":[357]},{"name":"CCINFOA","features":[305,317,357]},{"name":"CCINFOW","features":[305,317,357]},{"name":"CCM_DPISCALE","features":[357]},{"name":"CCM_FIRST","features":[357]},{"name":"CCM_GETCOLORSCHEME","features":[357]},{"name":"CCM_GETDROPTARGET","features":[357]},{"name":"CCM_GETUNICODEFORMAT","features":[357]},{"name":"CCM_GETVERSION","features":[357]},{"name":"CCM_LAST","features":[357]},{"name":"CCM_SETBKCOLOR","features":[357]},{"name":"CCM_SETCOLORSCHEME","features":[357]},{"name":"CCM_SETNOTIFYWINDOW","features":[357]},{"name":"CCM_SETUNICODEFORMAT","features":[357]},{"name":"CCM_SETVERSION","features":[357]},{"name":"CCM_SETWINDOWTHEME","features":[357]},{"name":"CCSTYLEA","features":[357]},{"name":"CCSTYLEFLAGA","features":[357]},{"name":"CCSTYLEFLAGW","features":[357]},{"name":"CCSTYLEW","features":[357]},{"name":"CCS_ADJUSTABLE","features":[357]},{"name":"CCS_BOTTOM","features":[357]},{"name":"CCS_NODIVIDER","features":[357]},{"name":"CCS_NOMOVEY","features":[357]},{"name":"CCS_NOPARENTALIGN","features":[357]},{"name":"CCS_NORESIZE","features":[357]},{"name":"CCS_TOP","features":[357]},{"name":"CCS_VERT","features":[357]},{"name":"CDDS_ITEM","features":[357]},{"name":"CDDS_ITEMPOSTERASE","features":[357]},{"name":"CDDS_ITEMPOSTPAINT","features":[357]},{"name":"CDDS_ITEMPREERASE","features":[357]},{"name":"CDDS_ITEMPREPAINT","features":[357]},{"name":"CDDS_POSTERASE","features":[357]},{"name":"CDDS_POSTPAINT","features":[357]},{"name":"CDDS_PREERASE","features":[357]},{"name":"CDDS_PREPAINT","features":[357]},{"name":"CDDS_SUBITEM","features":[357]},{"name":"CDIS_CHECKED","features":[357]},{"name":"CDIS_DEFAULT","features":[357]},{"name":"CDIS_DISABLED","features":[357]},{"name":"CDIS_DROPHILITED","features":[357]},{"name":"CDIS_FOCUS","features":[357]},{"name":"CDIS_GRAYED","features":[357]},{"name":"CDIS_HOT","features":[357]},{"name":"CDIS_INDETERMINATE","features":[357]},{"name":"CDIS_MARKED","features":[357]},{"name":"CDIS_NEARHOT","features":[357]},{"name":"CDIS_OTHERSIDEHOT","features":[357]},{"name":"CDIS_SELECTED","features":[357]},{"name":"CDIS_SHOWKEYBOARDCUES","features":[357]},{"name":"CDN_FIRST","features":[357]},{"name":"CDN_LAST","features":[357]},{"name":"CDRF_DODEFAULT","features":[357]},{"name":"CDRF_DOERASE","features":[357]},{"name":"CDRF_NEWFONT","features":[357]},{"name":"CDRF_NOTIFYITEMDRAW","features":[357]},{"name":"CDRF_NOTIFYPOSTERASE","features":[357]},{"name":"CDRF_NOTIFYPOSTPAINT","features":[357]},{"name":"CDRF_NOTIFYSUBITEMDRAW","features":[357]},{"name":"CDRF_SKIPDEFAULT","features":[357]},{"name":"CDRF_SKIPPOSTPAINT","features":[357]},{"name":"CHECKBOXSTATES","features":[357]},{"name":"CHEVRONSTATES","features":[357]},{"name":"CHEVRONVERTSTATES","features":[357]},{"name":"CHEVSV_HOT","features":[357]},{"name":"CHEVSV_NORMAL","features":[357]},{"name":"CHEVSV_PRESSED","features":[357]},{"name":"CHEVS_HOT","features":[357]},{"name":"CHEVS_NORMAL","features":[357]},{"name":"CHEVS_PRESSED","features":[357]},{"name":"CLOCKPARTS","features":[357]},{"name":"CLOCKSTATES","features":[357]},{"name":"CLOSEBUTTONSTATES","features":[357]},{"name":"CLOSESTATES","features":[357]},{"name":"CLP_TIME","features":[357]},{"name":"CLR_DEFAULT","features":[357]},{"name":"CLR_HILIGHT","features":[357]},{"name":"CLR_NONE","features":[357]},{"name":"CLS_HOT","features":[357]},{"name":"CLS_NORMAL","features":[357]},{"name":"CLS_PRESSED","features":[357]},{"name":"CMB_MASKED","features":[357]},{"name":"CMDLGS_DEFAULTED","features":[357]},{"name":"CMDLGS_DISABLED","features":[357]},{"name":"CMDLGS_HOT","features":[357]},{"name":"CMDLGS_NORMAL","features":[357]},{"name":"CMDLGS_PRESSED","features":[357]},{"name":"CMDLS_DEFAULTED","features":[357]},{"name":"CMDLS_DEFAULTED_ANIMATING","features":[357]},{"name":"CMDLS_DISABLED","features":[357]},{"name":"CMDLS_HOT","features":[357]},{"name":"CMDLS_NORMAL","features":[357]},{"name":"CMDLS_PRESSED","features":[357]},{"name":"COLLAPSEBUTTONSTATES","features":[357]},{"name":"COLORMAP","features":[305,357]},{"name":"COLORMGMTDLGORD","features":[357]},{"name":"COLORSCHEME","features":[305,357]},{"name":"COMBOBOXEXITEMA","features":[305,357]},{"name":"COMBOBOXEXITEMW","features":[305,357]},{"name":"COMBOBOXINFO","features":[305,357]},{"name":"COMBOBOXINFO_BUTTON_STATE","features":[357]},{"name":"COMBOBOXPARTS","features":[357]},{"name":"COMBOBOXSTYLESTATES","features":[357]},{"name":"COMBOBOX_EX_ITEM_FLAGS","features":[357]},{"name":"COMCTL32_VERSION","features":[357]},{"name":"COMMANDLINKGLYPHSTATES","features":[357]},{"name":"COMMANDLINKSTATES","features":[357]},{"name":"COMMUNICATIONSPARTS","features":[357]},{"name":"COMPAREITEMSTRUCT","features":[305,357]},{"name":"CONTENTALIGNMENT","features":[357]},{"name":"CONTENTAREASTATES","features":[357]},{"name":"CONTENTLINKSTATES","features":[357]},{"name":"CONTENTPANESTATES","features":[357]},{"name":"CONTROLLABELSTATES","features":[357]},{"name":"CONTROLPANELPARTS","features":[357]},{"name":"COPYSTATES","features":[357]},{"name":"CPANEL_BANNERAREA","features":[357]},{"name":"CPANEL_BODYTEXT","features":[357]},{"name":"CPANEL_BODYTITLE","features":[357]},{"name":"CPANEL_BUTTON","features":[357]},{"name":"CPANEL_CONTENTLINK","features":[357]},{"name":"CPANEL_CONTENTPANE","features":[357]},{"name":"CPANEL_CONTENTPANELABEL","features":[357]},{"name":"CPANEL_CONTENTPANELINE","features":[357]},{"name":"CPANEL_GROUPTEXT","features":[357]},{"name":"CPANEL_HELPLINK","features":[357]},{"name":"CPANEL_LARGECOMMANDAREA","features":[357]},{"name":"CPANEL_MESSAGETEXT","features":[357]},{"name":"CPANEL_NAVIGATIONPANE","features":[357]},{"name":"CPANEL_NAVIGATIONPANELABEL","features":[357]},{"name":"CPANEL_NAVIGATIONPANELINE","features":[357]},{"name":"CPANEL_SECTIONTITLELINK","features":[357]},{"name":"CPANEL_SMALLCOMMANDAREA","features":[357]},{"name":"CPANEL_TASKLINK","features":[357]},{"name":"CPANEL_TITLE","features":[357]},{"name":"CPCL_DISABLED","features":[357]},{"name":"CPCL_HOT","features":[357]},{"name":"CPCL_NORMAL","features":[357]},{"name":"CPCL_PRESSED","features":[357]},{"name":"CPHL_DISABLED","features":[357]},{"name":"CPHL_HOT","features":[357]},{"name":"CPHL_NORMAL","features":[357]},{"name":"CPHL_PRESSED","features":[357]},{"name":"CPSTL_HOT","features":[357]},{"name":"CPSTL_NORMAL","features":[357]},{"name":"CPTL_DISABLED","features":[357]},{"name":"CPTL_HOT","features":[357]},{"name":"CPTL_NORMAL","features":[357]},{"name":"CPTL_PAGE","features":[357]},{"name":"CPTL_PRESSED","features":[357]},{"name":"CP_BACKGROUND","features":[357]},{"name":"CP_BORDER","features":[357]},{"name":"CP_CUEBANNER","features":[357]},{"name":"CP_DROPDOWNBUTTON","features":[357]},{"name":"CP_DROPDOWNBUTTONLEFT","features":[357]},{"name":"CP_DROPDOWNBUTTONRIGHT","features":[357]},{"name":"CP_DROPDOWNITEM","features":[357]},{"name":"CP_READONLY","features":[357]},{"name":"CP_TRANSPARENTBACKGROUND","features":[357]},{"name":"CREATELINKSTATES","features":[357]},{"name":"CSST_TAB","features":[357]},{"name":"CSTB_HOT","features":[357]},{"name":"CSTB_NORMAL","features":[357]},{"name":"CSTB_SELECTED","features":[357]},{"name":"CS_ACTIVE","features":[357]},{"name":"CS_DISABLED","features":[357]},{"name":"CS_INACTIVE","features":[357]},{"name":"CUEBANNERSTATES","features":[357]},{"name":"CheckDlgButton","features":[305,357]},{"name":"CheckRadioButton","features":[305,357]},{"name":"CloseThemeData","features":[357]},{"name":"CreateMappedBitmap","features":[305,317,357]},{"name":"CreatePropertySheetPageA","features":[305,317,357,374]},{"name":"CreatePropertySheetPageW","features":[305,317,357,374]},{"name":"CreateStatusWindowA","features":[305,357]},{"name":"CreateStatusWindowW","features":[305,357]},{"name":"CreateSyntheticPointerDevice","features":[357,374]},{"name":"CreateToolbarEx","features":[305,357]},{"name":"CreateUpDownControl","features":[305,357]},{"name":"DATEBORDERSTATES","features":[357]},{"name":"DATEPICKERPARTS","features":[357]},{"name":"DATETEXTSTATES","features":[357]},{"name":"DATETIMEPICKERINFO","features":[305,357]},{"name":"DATETIMEPICK_CLASS","features":[357]},{"name":"DATETIMEPICK_CLASSA","features":[357]},{"name":"DATETIMEPICK_CLASSW","features":[357]},{"name":"DA_ERR","features":[357]},{"name":"DA_LAST","features":[357]},{"name":"DDCOPY_HIGHLIGHT","features":[357]},{"name":"DDCOPY_NOHIGHLIGHT","features":[357]},{"name":"DDCREATELINK_HIGHLIGHT","features":[357]},{"name":"DDCREATELINK_NOHIGHLIGHT","features":[357]},{"name":"DDL_ARCHIVE","features":[357]},{"name":"DDL_DIRECTORY","features":[357]},{"name":"DDL_DRIVES","features":[357]},{"name":"DDL_EXCLUSIVE","features":[357]},{"name":"DDL_HIDDEN","features":[357]},{"name":"DDL_POSTMSGS","features":[357]},{"name":"DDL_READONLY","features":[357]},{"name":"DDL_READWRITE","features":[357]},{"name":"DDL_SYSTEM","features":[357]},{"name":"DDMOVE_HIGHLIGHT","features":[357]},{"name":"DDMOVE_NOHIGHLIGHT","features":[357]},{"name":"DDNONE_HIGHLIGHT","features":[357]},{"name":"DDNONE_NOHIGHLIGHT","features":[357]},{"name":"DDUPDATEMETADATA_HIGHLIGHT","features":[357]},{"name":"DDUPDATEMETADATA_NOHIGHLIGHT","features":[357]},{"name":"DDWARNING_HIGHLIGHT","features":[357]},{"name":"DDWARNING_NOHIGHLIGHT","features":[357]},{"name":"DD_COPY","features":[357]},{"name":"DD_CREATELINK","features":[357]},{"name":"DD_IMAGEBG","features":[357]},{"name":"DD_MOVE","features":[357]},{"name":"DD_NONE","features":[357]},{"name":"DD_TEXTBG","features":[357]},{"name":"DD_UPDATEMETADATA","features":[357]},{"name":"DD_WARNING","features":[357]},{"name":"DELETEITEMSTRUCT","features":[305,357]},{"name":"DLG_BUTTON_CHECK_STATE","features":[357]},{"name":"DLG_DIR_LIST_FILE_TYPE","features":[357]},{"name":"DL_BEGINDRAG","features":[357]},{"name":"DL_CANCELDRAG","features":[357]},{"name":"DL_COPYCURSOR","features":[357]},{"name":"DL_CURSORSET","features":[357]},{"name":"DL_DRAGGING","features":[357]},{"name":"DL_DROPPED","features":[357]},{"name":"DL_MOVECURSOR","features":[357]},{"name":"DL_STOPCURSOR","features":[357]},{"name":"DNHZS_DISABLED","features":[357]},{"name":"DNHZS_HOT","features":[357]},{"name":"DNHZS_NORMAL","features":[357]},{"name":"DNHZS_PRESSED","features":[357]},{"name":"DNS_DISABLED","features":[357]},{"name":"DNS_HOT","features":[357]},{"name":"DNS_NORMAL","features":[357]},{"name":"DNS_PRESSED","features":[357]},{"name":"DOWNHORZSTATES","features":[357]},{"name":"DOWNSTATES","features":[357]},{"name":"DPAMM_DELETE","features":[357]},{"name":"DPAMM_INSERT","features":[357]},{"name":"DPAMM_MERGE","features":[357]},{"name":"DPAMM_MESSAGE","features":[357]},{"name":"DPAM_INTERSECT","features":[357]},{"name":"DPAM_NORMAL","features":[357]},{"name":"DPAM_SORTED","features":[357]},{"name":"DPAM_UNION","features":[357]},{"name":"DPASTREAMINFO","features":[357]},{"name":"DPAS_INSERTAFTER","features":[357]},{"name":"DPAS_INSERTBEFORE","features":[357]},{"name":"DPAS_SORTED","features":[357]},{"name":"DPA_APPEND","features":[357]},{"name":"DPA_Clone","features":[357]},{"name":"DPA_Create","features":[357]},{"name":"DPA_CreateEx","features":[305,357]},{"name":"DPA_DeleteAllPtrs","features":[305,357]},{"name":"DPA_DeletePtr","features":[357]},{"name":"DPA_Destroy","features":[305,357]},{"name":"DPA_DestroyCallback","features":[357]},{"name":"DPA_ERR","features":[357]},{"name":"DPA_EnumCallback","features":[357]},{"name":"DPA_GetPtr","features":[357]},{"name":"DPA_GetPtrIndex","features":[357]},{"name":"DPA_GetSize","features":[357]},{"name":"DPA_Grow","features":[305,357]},{"name":"DPA_InsertPtr","features":[357]},{"name":"DPA_LoadStream","features":[358,357]},{"name":"DPA_Merge","features":[305,357]},{"name":"DPA_SaveStream","features":[358,357]},{"name":"DPA_Search","features":[305,357]},{"name":"DPA_SetPtr","features":[305,357]},{"name":"DPA_Sort","features":[305,357]},{"name":"DPDB_DISABLED","features":[357]},{"name":"DPDB_FOCUSED","features":[357]},{"name":"DPDB_HOT","features":[357]},{"name":"DPDB_NORMAL","features":[357]},{"name":"DPDT_DISABLED","features":[357]},{"name":"DPDT_NORMAL","features":[357]},{"name":"DPDT_SELECTED","features":[357]},{"name":"DPSCBR_DISABLED","features":[357]},{"name":"DPSCBR_HOT","features":[357]},{"name":"DPSCBR_NORMAL","features":[357]},{"name":"DPSCBR_PRESSED","features":[357]},{"name":"DP_DATEBORDER","features":[357]},{"name":"DP_DATETEXT","features":[357]},{"name":"DP_SHOWCALENDARBUTTONRIGHT","features":[357]},{"name":"DRAGDROPPARTS","features":[357]},{"name":"DRAGLISTINFO","features":[305,357]},{"name":"DRAGLISTINFO_NOTIFICATION_FLAGS","features":[357]},{"name":"DRAGLISTMSGSTRING","features":[357]},{"name":"DRAWITEMSTRUCT","features":[305,317,357]},{"name":"DRAWITEMSTRUCT_CTL_TYPE","features":[357]},{"name":"DRAW_THEME_PARENT_BACKGROUND_FLAGS","features":[357]},{"name":"DROPDOWNBUTTONLEFTSTATES","features":[357]},{"name":"DROPDOWNBUTTONRIGHTSTATES","features":[357]},{"name":"DROPDOWNITEMSTATES","features":[357]},{"name":"DSA_APPEND","features":[357]},{"name":"DSA_Clone","features":[357]},{"name":"DSA_Create","features":[357]},{"name":"DSA_DeleteAllItems","features":[305,357]},{"name":"DSA_DeleteItem","features":[305,357]},{"name":"DSA_Destroy","features":[305,357]},{"name":"DSA_DestroyCallback","features":[357]},{"name":"DSA_ERR","features":[357]},{"name":"DSA_EnumCallback","features":[357]},{"name":"DSA_GetItem","features":[305,357]},{"name":"DSA_GetItemPtr","features":[357]},{"name":"DSA_GetSize","features":[357]},{"name":"DSA_InsertItem","features":[357]},{"name":"DSA_SetItem","features":[305,357]},{"name":"DSA_Sort","features":[305,357]},{"name":"DTBGOPTS","features":[305,357]},{"name":"DTBG_CLIPRECT","features":[357]},{"name":"DTBG_COMPUTINGREGION","features":[357]},{"name":"DTBG_DRAWSOLID","features":[357]},{"name":"DTBG_MIRRORDC","features":[357]},{"name":"DTBG_NOMIRROR","features":[357]},{"name":"DTBG_OMITBORDER","features":[357]},{"name":"DTBG_OMITCONTENT","features":[357]},{"name":"DTM_CLOSEMONTHCAL","features":[357]},{"name":"DTM_FIRST","features":[357]},{"name":"DTM_GETDATETIMEPICKERINFO","features":[357]},{"name":"DTM_GETIDEALSIZE","features":[357]},{"name":"DTM_GETMCCOLOR","features":[357]},{"name":"DTM_GETMCFONT","features":[357]},{"name":"DTM_GETMCSTYLE","features":[357]},{"name":"DTM_GETMONTHCAL","features":[357]},{"name":"DTM_GETRANGE","features":[357]},{"name":"DTM_GETSYSTEMTIME","features":[357]},{"name":"DTM_SETFORMAT","features":[357]},{"name":"DTM_SETFORMATA","features":[357]},{"name":"DTM_SETFORMATW","features":[357]},{"name":"DTM_SETMCCOLOR","features":[357]},{"name":"DTM_SETMCFONT","features":[357]},{"name":"DTM_SETMCSTYLE","features":[357]},{"name":"DTM_SETRANGE","features":[357]},{"name":"DTM_SETSYSTEMTIME","features":[357]},{"name":"DTN_CLOSEUP","features":[357]},{"name":"DTN_DATETIMECHANGE","features":[357]},{"name":"DTN_DROPDOWN","features":[357]},{"name":"DTN_FIRST","features":[357]},{"name":"DTN_FIRST2","features":[357]},{"name":"DTN_FORMAT","features":[357]},{"name":"DTN_FORMATA","features":[357]},{"name":"DTN_FORMATQUERY","features":[357]},{"name":"DTN_FORMATQUERYA","features":[357]},{"name":"DTN_FORMATQUERYW","features":[357]},{"name":"DTN_FORMATW","features":[357]},{"name":"DTN_LAST","features":[357]},{"name":"DTN_LAST2","features":[357]},{"name":"DTN_USERSTRING","features":[357]},{"name":"DTN_USERSTRINGA","features":[357]},{"name":"DTN_USERSTRINGW","features":[357]},{"name":"DTN_WMKEYDOWN","features":[357]},{"name":"DTN_WMKEYDOWNA","features":[357]},{"name":"DTN_WMKEYDOWNW","features":[357]},{"name":"DTPB_USECTLCOLORSTATIC","features":[357]},{"name":"DTPB_USEERASEBKGND","features":[357]},{"name":"DTPB_WINDOWDC","features":[357]},{"name":"DTS_APPCANPARSE","features":[357]},{"name":"DTS_LONGDATEFORMAT","features":[357]},{"name":"DTS_RIGHTALIGN","features":[357]},{"name":"DTS_SHORTDATECENTURYFORMAT","features":[357]},{"name":"DTS_SHORTDATEFORMAT","features":[357]},{"name":"DTS_SHOWNONE","features":[357]},{"name":"DTS_TIMEFORMAT","features":[357]},{"name":"DTS_UPDOWN","features":[357]},{"name":"DTTOPTS","features":[305,317,357]},{"name":"DTTOPTS_FLAGS","features":[357]},{"name":"DTT_APPLYOVERLAY","features":[357]},{"name":"DTT_BORDERCOLOR","features":[357]},{"name":"DTT_BORDERSIZE","features":[357]},{"name":"DTT_CALCRECT","features":[357]},{"name":"DTT_CALLBACK","features":[357]},{"name":"DTT_CALLBACK_PROC","features":[305,317,357]},{"name":"DTT_COLORPROP","features":[357]},{"name":"DTT_COMPOSITED","features":[357]},{"name":"DTT_FLAGS2VALIDBITS","features":[357]},{"name":"DTT_FONTPROP","features":[357]},{"name":"DTT_GLOWSIZE","features":[357]},{"name":"DTT_GRAYED","features":[357]},{"name":"DTT_SHADOWCOLOR","features":[357]},{"name":"DTT_SHADOWOFFSET","features":[357]},{"name":"DTT_SHADOWTYPE","features":[357]},{"name":"DTT_STATEID","features":[357]},{"name":"DTT_TEXTCOLOR","features":[357]},{"name":"DTT_VALIDBITS","features":[357]},{"name":"DestroyPropertySheetPage","features":[305,357]},{"name":"DestroySyntheticPointerDevice","features":[357]},{"name":"DlgDirListA","features":[305,357]},{"name":"DlgDirListComboBoxA","features":[305,357]},{"name":"DlgDirListComboBoxW","features":[305,357]},{"name":"DlgDirListW","features":[305,357]},{"name":"DlgDirSelectComboBoxExA","features":[305,357]},{"name":"DlgDirSelectComboBoxExW","features":[305,357]},{"name":"DlgDirSelectExA","features":[305,357]},{"name":"DlgDirSelectExW","features":[305,357]},{"name":"DrawInsert","features":[305,357]},{"name":"DrawShadowText","features":[305,317,357]},{"name":"DrawStatusTextA","features":[305,317,357]},{"name":"DrawStatusTextW","features":[305,317,357]},{"name":"DrawThemeBackground","features":[305,317,357]},{"name":"DrawThemeBackgroundEx","features":[305,317,357]},{"name":"DrawThemeEdge","features":[305,317,357]},{"name":"DrawThemeIcon","features":[305,317,357]},{"name":"DrawThemeParentBackground","features":[305,317,357]},{"name":"DrawThemeParentBackgroundEx","features":[305,317,357]},{"name":"DrawThemeText","features":[305,317,357]},{"name":"DrawThemeTextEx","features":[305,317,357]},{"name":"EBHC_HOT","features":[357]},{"name":"EBHC_NORMAL","features":[357]},{"name":"EBHC_PRESSED","features":[357]},{"name":"EBHP_HOT","features":[357]},{"name":"EBHP_NORMAL","features":[357]},{"name":"EBHP_PRESSED","features":[357]},{"name":"EBHP_SELECTEDHOT","features":[357]},{"name":"EBHP_SELECTEDNORMAL","features":[357]},{"name":"EBHP_SELECTEDPRESSED","features":[357]},{"name":"EBM_HOT","features":[357]},{"name":"EBM_NORMAL","features":[357]},{"name":"EBM_PRESSED","features":[357]},{"name":"EBNGC_HOT","features":[357]},{"name":"EBNGC_NORMAL","features":[357]},{"name":"EBNGC_PRESSED","features":[357]},{"name":"EBNGE_HOT","features":[357]},{"name":"EBNGE_NORMAL","features":[357]},{"name":"EBNGE_PRESSED","features":[357]},{"name":"EBP_HEADERBACKGROUND","features":[357]},{"name":"EBP_HEADERCLOSE","features":[357]},{"name":"EBP_HEADERPIN","features":[357]},{"name":"EBP_IEBARMENU","features":[357]},{"name":"EBP_NORMALGROUPBACKGROUND","features":[357]},{"name":"EBP_NORMALGROUPCOLLAPSE","features":[357]},{"name":"EBP_NORMALGROUPEXPAND","features":[357]},{"name":"EBP_NORMALGROUPHEAD","features":[357]},{"name":"EBP_SPECIALGROUPBACKGROUND","features":[357]},{"name":"EBP_SPECIALGROUPCOLLAPSE","features":[357]},{"name":"EBP_SPECIALGROUPEXPAND","features":[357]},{"name":"EBP_SPECIALGROUPHEAD","features":[357]},{"name":"EBSGC_HOT","features":[357]},{"name":"EBSGC_NORMAL","features":[357]},{"name":"EBSGC_PRESSED","features":[357]},{"name":"EBSGE_HOT","features":[357]},{"name":"EBSGE_NORMAL","features":[357]},{"name":"EBSGE_PRESSED","features":[357]},{"name":"EBS_ASSIST","features":[357]},{"name":"EBS_DISABLED","features":[357]},{"name":"EBS_FOCUSED","features":[357]},{"name":"EBS_HOT","features":[357]},{"name":"EBS_NORMAL","features":[357]},{"name":"EBS_READONLY","features":[357]},{"name":"EBWBS_DISABLED","features":[357]},{"name":"EBWBS_FOCUSED","features":[357]},{"name":"EBWBS_HOT","features":[357]},{"name":"EBWBS_NORMAL","features":[357]},{"name":"ECM_FIRST","features":[357]},{"name":"EC_ENDOFLINE","features":[357]},{"name":"EC_ENDOFLINE_CR","features":[357]},{"name":"EC_ENDOFLINE_CRLF","features":[357]},{"name":"EC_ENDOFLINE_DETECTFROMCONTENT","features":[357]},{"name":"EC_ENDOFLINE_LF","features":[357]},{"name":"EC_SEARCHWEB_ENTRYPOINT","features":[357]},{"name":"EC_SEARCHWEB_ENTRYPOINT_CONTEXTMENU","features":[357]},{"name":"EC_SEARCHWEB_ENTRYPOINT_EXTERNAL","features":[357]},{"name":"EDITBALLOONTIP","features":[357]},{"name":"EDITBALLOONTIP_ICON","features":[357]},{"name":"EDITBORDER_HSCROLLSTATES","features":[357]},{"name":"EDITBORDER_HVSCROLLSTATES","features":[357]},{"name":"EDITBORDER_NOSCROLLSTATES","features":[357]},{"name":"EDITBORDER_VSCROLLSTATES","features":[357]},{"name":"EDITPARTS","features":[357]},{"name":"EDITTEXTSTATES","features":[357]},{"name":"EDITWORDBREAKPROCA","features":[357]},{"name":"EDITWORDBREAKPROCW","features":[357]},{"name":"EMF_CENTERED","features":[357]},{"name":"EMPTYMARKUPPARTS","features":[357]},{"name":"EMP_MARKUPTEXT","features":[357]},{"name":"EMT_LINKTEXT","features":[357]},{"name":"EMT_NORMALTEXT","features":[357]},{"name":"EM_CANUNDO","features":[357]},{"name":"EM_CHARFROMPOS","features":[357]},{"name":"EM_EMPTYUNDOBUFFER","features":[357]},{"name":"EM_ENABLEFEATURE","features":[357]},{"name":"EM_ENABLESEARCHWEB","features":[357]},{"name":"EM_FILELINEFROMCHAR","features":[357]},{"name":"EM_FILELINEINDEX","features":[357]},{"name":"EM_FILELINELENGTH","features":[357]},{"name":"EM_FMTLINES","features":[357]},{"name":"EM_GETCARETINDEX","features":[357]},{"name":"EM_GETCUEBANNER","features":[357]},{"name":"EM_GETENDOFLINE","features":[357]},{"name":"EM_GETEXTENDEDSTYLE","features":[357]},{"name":"EM_GETFILELINE","features":[357]},{"name":"EM_GETFILELINECOUNT","features":[357]},{"name":"EM_GETFIRSTVISIBLELINE","features":[357]},{"name":"EM_GETHANDLE","features":[357]},{"name":"EM_GETHILITE","features":[357]},{"name":"EM_GETIMESTATUS","features":[357]},{"name":"EM_GETLIMITTEXT","features":[357]},{"name":"EM_GETLINE","features":[357]},{"name":"EM_GETLINECOUNT","features":[357]},{"name":"EM_GETMARGINS","features":[357]},{"name":"EM_GETMODIFY","features":[357]},{"name":"EM_GETPASSWORDCHAR","features":[357]},{"name":"EM_GETRECT","features":[357]},{"name":"EM_GETSEL","features":[357]},{"name":"EM_GETTHUMB","features":[357]},{"name":"EM_GETWORDBREAKPROC","features":[357]},{"name":"EM_HIDEBALLOONTIP","features":[357]},{"name":"EM_LIMITTEXT","features":[357]},{"name":"EM_LINEFROMCHAR","features":[357]},{"name":"EM_LINEINDEX","features":[357]},{"name":"EM_LINELENGTH","features":[357]},{"name":"EM_LINESCROLL","features":[357]},{"name":"EM_NOSETFOCUS","features":[357]},{"name":"EM_POSFROMCHAR","features":[357]},{"name":"EM_REPLACESEL","features":[357]},{"name":"EM_SCROLL","features":[357]},{"name":"EM_SCROLLCARET","features":[357]},{"name":"EM_SEARCHWEB","features":[357]},{"name":"EM_SETCARETINDEX","features":[357]},{"name":"EM_SETCUEBANNER","features":[357]},{"name":"EM_SETENDOFLINE","features":[357]},{"name":"EM_SETEXTENDEDSTYLE","features":[357]},{"name":"EM_SETHANDLE","features":[357]},{"name":"EM_SETHILITE","features":[357]},{"name":"EM_SETIMESTATUS","features":[357]},{"name":"EM_SETLIMITTEXT","features":[357]},{"name":"EM_SETMARGINS","features":[357]},{"name":"EM_SETMODIFY","features":[357]},{"name":"EM_SETPASSWORDCHAR","features":[357]},{"name":"EM_SETREADONLY","features":[357]},{"name":"EM_SETRECT","features":[357]},{"name":"EM_SETRECTNP","features":[357]},{"name":"EM_SETSEL","features":[357]},{"name":"EM_SETTABSTOPS","features":[357]},{"name":"EM_SETWORDBREAKPROC","features":[357]},{"name":"EM_SHOWBALLOONTIP","features":[357]},{"name":"EM_TAKEFOCUS","features":[357]},{"name":"EM_UNDO","features":[357]},{"name":"ENABLE_SCROLL_BAR_ARROWS","features":[357]},{"name":"EN_FIRST","features":[357]},{"name":"EN_LAST","features":[357]},{"name":"EN_SEARCHWEB","features":[357]},{"name":"EPSHV_DISABLED","features":[357]},{"name":"EPSHV_FOCUSED","features":[357]},{"name":"EPSHV_HOT","features":[357]},{"name":"EPSHV_NORMAL","features":[357]},{"name":"EPSH_DISABLED","features":[357]},{"name":"EPSH_FOCUSED","features":[357]},{"name":"EPSH_HOT","features":[357]},{"name":"EPSH_NORMAL","features":[357]},{"name":"EPSN_DISABLED","features":[357]},{"name":"EPSN_FOCUSED","features":[357]},{"name":"EPSN_HOT","features":[357]},{"name":"EPSN_NORMAL","features":[357]},{"name":"EPSV_DISABLED","features":[357]},{"name":"EPSV_FOCUSED","features":[357]},{"name":"EPSV_HOT","features":[357]},{"name":"EPSV_NORMAL","features":[357]},{"name":"EP_BACKGROUND","features":[357]},{"name":"EP_BACKGROUNDWITHBORDER","features":[357]},{"name":"EP_CARET","features":[357]},{"name":"EP_EDITBORDER_HSCROLL","features":[357]},{"name":"EP_EDITBORDER_HVSCROLL","features":[357]},{"name":"EP_EDITBORDER_NOSCROLL","features":[357]},{"name":"EP_EDITBORDER_VSCROLL","features":[357]},{"name":"EP_EDITTEXT","features":[357]},{"name":"EP_PASSWORD","features":[357]},{"name":"ESB_DISABLE_BOTH","features":[357]},{"name":"ESB_DISABLE_DOWN","features":[357]},{"name":"ESB_DISABLE_LEFT","features":[357]},{"name":"ESB_DISABLE_LTUP","features":[357]},{"name":"ESB_DISABLE_RIGHT","features":[357]},{"name":"ESB_DISABLE_RTDN","features":[357]},{"name":"ESB_DISABLE_UP","features":[357]},{"name":"ESB_ENABLE_BOTH","features":[357]},{"name":"ES_EX_ALLOWEOL_CR","features":[357]},{"name":"ES_EX_ALLOWEOL_LF","features":[357]},{"name":"ES_EX_CONVERT_EOL_ON_PASTE","features":[357]},{"name":"ES_EX_ZOOMABLE","features":[357]},{"name":"ETDT_DISABLE","features":[357]},{"name":"ETDT_ENABLE","features":[357]},{"name":"ETDT_USEAEROWIZARDTABTEXTURE","features":[357]},{"name":"ETDT_USETABTEXTURE","features":[357]},{"name":"ETS_ASSIST","features":[357]},{"name":"ETS_CUEBANNER","features":[357]},{"name":"ETS_DISABLED","features":[357]},{"name":"ETS_FOCUSED","features":[357]},{"name":"ETS_HOT","features":[357]},{"name":"ETS_NORMAL","features":[357]},{"name":"ETS_READONLY","features":[357]},{"name":"ETS_SELECTED","features":[357]},{"name":"EXPANDBUTTONSTATES","features":[357]},{"name":"EXPANDOBUTTONSTATES","features":[357]},{"name":"EXPLORERBARPARTS","features":[357]},{"name":"EnableScrollBar","features":[305,357]},{"name":"EnableThemeDialogTexture","features":[305,357]},{"name":"EnableTheming","features":[305,357]},{"name":"EndBufferedAnimation","features":[305,357]},{"name":"EndBufferedPaint","features":[305,357]},{"name":"EndPanningFeedback","features":[305,357]},{"name":"EvaluateProximityToPolygon","features":[305,357]},{"name":"EvaluateProximityToRect","features":[305,357]},{"name":"FBS_EMPHASIZED","features":[357]},{"name":"FBS_NORMAL","features":[357]},{"name":"FEEDBACK_GESTURE_PRESSANDTAP","features":[357]},{"name":"FEEDBACK_MAX","features":[357]},{"name":"FEEDBACK_PEN_BARRELVISUALIZATION","features":[357]},{"name":"FEEDBACK_PEN_DOUBLETAP","features":[357]},{"name":"FEEDBACK_PEN_PRESSANDHOLD","features":[357]},{"name":"FEEDBACK_PEN_RIGHTTAP","features":[357]},{"name":"FEEDBACK_PEN_TAP","features":[357]},{"name":"FEEDBACK_TOUCH_CONTACTVISUALIZATION","features":[357]},{"name":"FEEDBACK_TOUCH_DOUBLETAP","features":[357]},{"name":"FEEDBACK_TOUCH_PRESSANDHOLD","features":[357]},{"name":"FEEDBACK_TOUCH_RIGHTTAP","features":[357]},{"name":"FEEDBACK_TOUCH_TAP","features":[357]},{"name":"FEEDBACK_TYPE","features":[357]},{"name":"FILEOPENORD","features":[357]},{"name":"FILLSTATES","features":[357]},{"name":"FILLTYPE","features":[357]},{"name":"FILLVERTSTATES","features":[357]},{"name":"FINDDLGORD","features":[357]},{"name":"FLH_HOVER","features":[357]},{"name":"FLH_NORMAL","features":[357]},{"name":"FLS_DISABLED","features":[357]},{"name":"FLS_EMPHASIZED","features":[357]},{"name":"FLS_NORMAL","features":[357]},{"name":"FLS_SELECTED","features":[357]},{"name":"FLYOUTLINK_HOVER","features":[357]},{"name":"FLYOUTLINK_NORMAL","features":[357]},{"name":"FLYOUTPARTS","features":[357]},{"name":"FLYOUT_BODY","features":[357]},{"name":"FLYOUT_DIVIDER","features":[357]},{"name":"FLYOUT_HEADER","features":[357]},{"name":"FLYOUT_LABEL","features":[357]},{"name":"FLYOUT_LINK","features":[357]},{"name":"FLYOUT_LINKAREA","features":[357]},{"name":"FLYOUT_LINKHEADER","features":[357]},{"name":"FLYOUT_WINDOW","features":[357]},{"name":"FONTDLGORD","features":[357]},{"name":"FORMATDLGORD30","features":[357]},{"name":"FORMATDLGORD31","features":[357]},{"name":"FRAMEBOTTOMSTATES","features":[357]},{"name":"FRAMELEFTSTATES","features":[357]},{"name":"FRAMERIGHTSTATES","features":[357]},{"name":"FRAMESTATES","features":[357]},{"name":"FRB_ACTIVE","features":[357]},{"name":"FRB_INACTIVE","features":[357]},{"name":"FRL_ACTIVE","features":[357]},{"name":"FRL_INACTIVE","features":[357]},{"name":"FRR_ACTIVE","features":[357]},{"name":"FRR_INACTIVE","features":[357]},{"name":"FSB_ENCARTA_MODE","features":[357]},{"name":"FSB_FLAT_MODE","features":[357]},{"name":"FSB_REGULAR_MODE","features":[357]},{"name":"FS_ACTIVE","features":[357]},{"name":"FS_INACTIVE","features":[357]},{"name":"FT_HORZGRADIENT","features":[357]},{"name":"FT_RADIALGRADIENT","features":[357]},{"name":"FT_SOLID","features":[357]},{"name":"FT_TILEIMAGE","features":[357]},{"name":"FT_VERTGRADIENT","features":[357]},{"name":"FlatSB_EnableScrollBar","features":[305,357]},{"name":"FlatSB_GetScrollInfo","features":[305,357,374]},{"name":"FlatSB_GetScrollPos","features":[305,357,374]},{"name":"FlatSB_GetScrollProp","features":[305,357]},{"name":"FlatSB_GetScrollRange","features":[305,357,374]},{"name":"FlatSB_SetScrollInfo","features":[305,357,374]},{"name":"FlatSB_SetScrollPos","features":[305,357,374]},{"name":"FlatSB_SetScrollProp","features":[305,357]},{"name":"FlatSB_SetScrollRange","features":[305,357,374]},{"name":"FlatSB_ShowScrollBar","features":[305,357,374]},{"name":"GBF_COPY","features":[357]},{"name":"GBF_DIRECT","features":[357]},{"name":"GBF_VALIDBITS","features":[357]},{"name":"GBS_DISABLED","features":[357]},{"name":"GBS_NORMAL","features":[357]},{"name":"GDTR_MAX","features":[357]},{"name":"GDTR_MIN","features":[357]},{"name":"GDT_ERROR","features":[357]},{"name":"GDT_NONE","features":[357]},{"name":"GDT_VALID","features":[357]},{"name":"GET_THEME_BITMAP_FLAGS","features":[357]},{"name":"GFST_DPI","features":[357]},{"name":"GFST_NONE","features":[357]},{"name":"GFST_SIZE","features":[357]},{"name":"GLPS_CLOSED","features":[357]},{"name":"GLPS_OPENED","features":[357]},{"name":"GLYPHFONTSIZINGTYPE","features":[357]},{"name":"GLYPHSTATES","features":[357]},{"name":"GLYPHTYPE","features":[357]},{"name":"GMR_DAYSTATE","features":[357]},{"name":"GMR_VISIBLE","features":[357]},{"name":"GRIDCELLBACKGROUNDSTATES","features":[357]},{"name":"GRIDCELLSTATES","features":[357]},{"name":"GRIDCELLUPPERSTATES","features":[357]},{"name":"GRIPPERSTATES","features":[357]},{"name":"GROUPBOXSTATES","features":[357]},{"name":"GROUPHEADERLINESTATES","features":[357]},{"name":"GROUPHEADERSTATES","features":[357]},{"name":"GT_FONTGLYPH","features":[357]},{"name":"GT_IMAGEGLYPH","features":[357]},{"name":"GT_NONE","features":[357]},{"name":"GetBufferedPaintBits","features":[317,357]},{"name":"GetBufferedPaintDC","features":[317,357]},{"name":"GetBufferedPaintTargetDC","features":[317,357]},{"name":"GetBufferedPaintTargetRect","features":[305,357]},{"name":"GetComboBoxInfo","features":[305,357]},{"name":"GetCurrentThemeName","features":[357]},{"name":"GetEffectiveClientRect","features":[305,357]},{"name":"GetListBoxInfo","features":[305,357]},{"name":"GetMUILanguage","features":[357]},{"name":"GetThemeAnimationProperty","features":[357]},{"name":"GetThemeAnimationTransform","features":[357]},{"name":"GetThemeAppProperties","features":[357]},{"name":"GetThemeBackgroundContentRect","features":[305,317,357]},{"name":"GetThemeBackgroundExtent","features":[305,317,357]},{"name":"GetThemeBackgroundRegion","features":[305,317,357]},{"name":"GetThemeBitmap","features":[317,357]},{"name":"GetThemeBool","features":[305,357]},{"name":"GetThemeColor","features":[305,357]},{"name":"GetThemeDocumentationProperty","features":[357]},{"name":"GetThemeEnumValue","features":[357]},{"name":"GetThemeFilename","features":[357]},{"name":"GetThemeFont","features":[317,357]},{"name":"GetThemeInt","features":[357]},{"name":"GetThemeIntList","features":[357]},{"name":"GetThemeMargins","features":[305,317,357]},{"name":"GetThemeMetric","features":[317,357]},{"name":"GetThemePartSize","features":[305,317,357]},{"name":"GetThemePosition","features":[305,357]},{"name":"GetThemePropertyOrigin","features":[357]},{"name":"GetThemeRect","features":[305,357]},{"name":"GetThemeStream","features":[305,357]},{"name":"GetThemeString","features":[357]},{"name":"GetThemeSysBool","features":[305,357]},{"name":"GetThemeSysColor","features":[305,357]},{"name":"GetThemeSysColorBrush","features":[317,357]},{"name":"GetThemeSysFont","features":[317,357]},{"name":"GetThemeSysInt","features":[357]},{"name":"GetThemeSysSize","features":[357]},{"name":"GetThemeSysString","features":[357]},{"name":"GetThemeTextExtent","features":[305,317,357]},{"name":"GetThemeTextMetrics","features":[317,357]},{"name":"GetThemeTimingFunction","features":[357]},{"name":"GetThemeTransitionDuration","features":[357]},{"name":"GetWindowFeedbackSetting","features":[305,357]},{"name":"GetWindowTheme","features":[305,357]},{"name":"HALIGN","features":[357]},{"name":"HA_CENTER","features":[357]},{"name":"HA_LEFT","features":[357]},{"name":"HA_RIGHT","features":[357]},{"name":"HBG_DETAILS","features":[357]},{"name":"HBG_ICON","features":[357]},{"name":"HBS_DISABLED","features":[357]},{"name":"HBS_HOT","features":[357]},{"name":"HBS_NORMAL","features":[357]},{"name":"HBS_PUSHED","features":[357]},{"name":"HDDFS_HOT","features":[357]},{"name":"HDDFS_NORMAL","features":[357]},{"name":"HDDFS_SOFTHOT","features":[357]},{"name":"HDDS_HOT","features":[357]},{"name":"HDDS_NORMAL","features":[357]},{"name":"HDDS_SOFTHOT","features":[357]},{"name":"HDFT_HASNOVALUE","features":[357]},{"name":"HDFT_ISDATE","features":[357]},{"name":"HDFT_ISNUMBER","features":[357]},{"name":"HDFT_ISSTRING","features":[357]},{"name":"HDF_BITMAP","features":[357]},{"name":"HDF_BITMAP_ON_RIGHT","features":[357]},{"name":"HDF_CENTER","features":[357]},{"name":"HDF_CHECKBOX","features":[357]},{"name":"HDF_CHECKED","features":[357]},{"name":"HDF_FIXEDWIDTH","features":[357]},{"name":"HDF_IMAGE","features":[357]},{"name":"HDF_JUSTIFYMASK","features":[357]},{"name":"HDF_LEFT","features":[357]},{"name":"HDF_OWNERDRAW","features":[357]},{"name":"HDF_RIGHT","features":[357]},{"name":"HDF_RTLREADING","features":[357]},{"name":"HDF_SORTDOWN","features":[357]},{"name":"HDF_SORTUP","features":[357]},{"name":"HDF_SPLITBUTTON","features":[357]},{"name":"HDF_STRING","features":[357]},{"name":"HDHITTESTINFO","features":[305,357]},{"name":"HDIS_FOCUSED","features":[357]},{"name":"HDITEMA","features":[305,317,357]},{"name":"HDITEMW","features":[305,317,357]},{"name":"HDI_BITMAP","features":[357]},{"name":"HDI_DI_SETITEM","features":[357]},{"name":"HDI_FILTER","features":[357]},{"name":"HDI_FORMAT","features":[357]},{"name":"HDI_HEIGHT","features":[357]},{"name":"HDI_IMAGE","features":[357]},{"name":"HDI_LPARAM","features":[357]},{"name":"HDI_MASK","features":[357]},{"name":"HDI_ORDER","features":[357]},{"name":"HDI_STATE","features":[357]},{"name":"HDI_TEXT","features":[357]},{"name":"HDI_WIDTH","features":[357]},{"name":"HDLAYOUT","features":[305,357,374]},{"name":"HDM_CLEARFILTER","features":[357]},{"name":"HDM_CREATEDRAGIMAGE","features":[357]},{"name":"HDM_DELETEITEM","features":[357]},{"name":"HDM_EDITFILTER","features":[357]},{"name":"HDM_FIRST","features":[357]},{"name":"HDM_GETBITMAPMARGIN","features":[357]},{"name":"HDM_GETFOCUSEDITEM","features":[357]},{"name":"HDM_GETIMAGELIST","features":[357]},{"name":"HDM_GETITEM","features":[357]},{"name":"HDM_GETITEMA","features":[357]},{"name":"HDM_GETITEMCOUNT","features":[357]},{"name":"HDM_GETITEMDROPDOWNRECT","features":[357]},{"name":"HDM_GETITEMRECT","features":[357]},{"name":"HDM_GETITEMW","features":[357]},{"name":"HDM_GETORDERARRAY","features":[357]},{"name":"HDM_GETOVERFLOWRECT","features":[357]},{"name":"HDM_GETUNICODEFORMAT","features":[357]},{"name":"HDM_HITTEST","features":[357]},{"name":"HDM_INSERTITEM","features":[357]},{"name":"HDM_INSERTITEMA","features":[357]},{"name":"HDM_INSERTITEMW","features":[357]},{"name":"HDM_LAYOUT","features":[357]},{"name":"HDM_ORDERTOINDEX","features":[357]},{"name":"HDM_SETBITMAPMARGIN","features":[357]},{"name":"HDM_SETFILTERCHANGETIMEOUT","features":[357]},{"name":"HDM_SETFOCUSEDITEM","features":[357]},{"name":"HDM_SETHOTDIVIDER","features":[357]},{"name":"HDM_SETIMAGELIST","features":[357]},{"name":"HDM_SETITEM","features":[357]},{"name":"HDM_SETITEMA","features":[357]},{"name":"HDM_SETITEMW","features":[357]},{"name":"HDM_SETORDERARRAY","features":[357]},{"name":"HDM_SETUNICODEFORMAT","features":[357]},{"name":"HDN_BEGINDRAG","features":[357]},{"name":"HDN_BEGINFILTEREDIT","features":[357]},{"name":"HDN_BEGINTRACK","features":[357]},{"name":"HDN_BEGINTRACKA","features":[357]},{"name":"HDN_BEGINTRACKW","features":[357]},{"name":"HDN_DIVIDERDBLCLICK","features":[357]},{"name":"HDN_DIVIDERDBLCLICKA","features":[357]},{"name":"HDN_DIVIDERDBLCLICKW","features":[357]},{"name":"HDN_DROPDOWN","features":[357]},{"name":"HDN_ENDDRAG","features":[357]},{"name":"HDN_ENDFILTEREDIT","features":[357]},{"name":"HDN_ENDTRACK","features":[357]},{"name":"HDN_ENDTRACKA","features":[357]},{"name":"HDN_ENDTRACKW","features":[357]},{"name":"HDN_FILTERBTNCLICK","features":[357]},{"name":"HDN_FILTERCHANGE","features":[357]},{"name":"HDN_FIRST","features":[357]},{"name":"HDN_GETDISPINFO","features":[357]},{"name":"HDN_GETDISPINFOA","features":[357]},{"name":"HDN_GETDISPINFOW","features":[357]},{"name":"HDN_ITEMCHANGED","features":[357]},{"name":"HDN_ITEMCHANGEDA","features":[357]},{"name":"HDN_ITEMCHANGEDW","features":[357]},{"name":"HDN_ITEMCHANGING","features":[357]},{"name":"HDN_ITEMCHANGINGA","features":[357]},{"name":"HDN_ITEMCHANGINGW","features":[357]},{"name":"HDN_ITEMCLICK","features":[357]},{"name":"HDN_ITEMCLICKA","features":[357]},{"name":"HDN_ITEMCLICKW","features":[357]},{"name":"HDN_ITEMDBLCLICK","features":[357]},{"name":"HDN_ITEMDBLCLICKA","features":[357]},{"name":"HDN_ITEMDBLCLICKW","features":[357]},{"name":"HDN_ITEMKEYDOWN","features":[357]},{"name":"HDN_ITEMSTATEICONCLICK","features":[357]},{"name":"HDN_LAST","features":[357]},{"name":"HDN_OVERFLOWCLICK","features":[357]},{"name":"HDN_TRACK","features":[357]},{"name":"HDN_TRACKA","features":[357]},{"name":"HDN_TRACKW","features":[357]},{"name":"HDPA","features":[357]},{"name":"HDSA","features":[357]},{"name":"HDSIL_NORMAL","features":[357]},{"name":"HDSIL_STATE","features":[357]},{"name":"HDS_BUTTONS","features":[357]},{"name":"HDS_CHECKBOXES","features":[357]},{"name":"HDS_DRAGDROP","features":[357]},{"name":"HDS_FILTERBAR","features":[357]},{"name":"HDS_FLAT","features":[357]},{"name":"HDS_FULLDRAG","features":[357]},{"name":"HDS_HIDDEN","features":[357]},{"name":"HDS_HORZ","features":[357]},{"name":"HDS_HOTTRACK","features":[357]},{"name":"HDS_NOSIZING","features":[357]},{"name":"HDS_OVERFLOW","features":[357]},{"name":"HD_TEXTFILTERA","features":[357]},{"name":"HD_TEXTFILTERW","features":[357]},{"name":"HEADERAREASTATES","features":[357]},{"name":"HEADERCLOSESTATES","features":[357]},{"name":"HEADERDROPDOWNFILTERSTATES","features":[357]},{"name":"HEADERDROPDOWNSTATES","features":[357]},{"name":"HEADERITEMLEFTSTATES","features":[357]},{"name":"HEADERITEMRIGHTSTATES","features":[357]},{"name":"HEADERITEMSTATES","features":[357]},{"name":"HEADEROVERFLOWSTATES","features":[357]},{"name":"HEADERPARTS","features":[357]},{"name":"HEADERPINSTATES","features":[357]},{"name":"HEADERSORTARROWSTATES","features":[357]},{"name":"HEADERSTYLESTATES","features":[357]},{"name":"HEADER_CONTROL_FORMAT_FLAGS","features":[357]},{"name":"HEADER_CONTROL_FORMAT_STATE","features":[357]},{"name":"HEADER_CONTROL_FORMAT_TYPE","features":[357]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON","features":[357]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_LEFT","features":[357]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_MIDDLE","features":[357]},{"name":"HEADER_CONTROL_NOTIFICATION_BUTTON_RIGHT","features":[357]},{"name":"HEADER_HITTEST_INFO_FLAGS","features":[357]},{"name":"HELPBUTTONSTATES","features":[357]},{"name":"HELPLINKSTATES","features":[357]},{"name":"HGLPS_CLOSED","features":[357]},{"name":"HGLPS_OPENED","features":[357]},{"name":"HHT_ABOVE","features":[357]},{"name":"HHT_BELOW","features":[357]},{"name":"HHT_NOWHERE","features":[357]},{"name":"HHT_ONDIVIDER","features":[357]},{"name":"HHT_ONDIVOPEN","features":[357]},{"name":"HHT_ONDROPDOWN","features":[357]},{"name":"HHT_ONFILTER","features":[357]},{"name":"HHT_ONFILTERBUTTON","features":[357]},{"name":"HHT_ONHEADER","features":[357]},{"name":"HHT_ONITEMSTATEICON","features":[357]},{"name":"HHT_ONOVERFLOW","features":[357]},{"name":"HHT_TOLEFT","features":[357]},{"name":"HHT_TORIGHT","features":[357]},{"name":"HICF_ACCELERATOR","features":[357]},{"name":"HICF_ARROWKEYS","features":[357]},{"name":"HICF_DUPACCEL","features":[357]},{"name":"HICF_ENTERING","features":[357]},{"name":"HICF_LEAVING","features":[357]},{"name":"HICF_LMOUSE","features":[357]},{"name":"HICF_MOUSE","features":[357]},{"name":"HICF_OTHER","features":[357]},{"name":"HICF_RESELECT","features":[357]},{"name":"HICF_TOGGLEDROPDOWN","features":[357]},{"name":"HILS_HOT","features":[357]},{"name":"HILS_NORMAL","features":[357]},{"name":"HILS_PRESSED","features":[357]},{"name":"HIMAGELIST","features":[357]},{"name":"HIMAGELIST_QueryInterface","features":[357]},{"name":"HIRS_HOT","features":[357]},{"name":"HIRS_NORMAL","features":[357]},{"name":"HIRS_PRESSED","features":[357]},{"name":"HIST_ADDTOFAVORITES","features":[357]},{"name":"HIST_BACK","features":[357]},{"name":"HIST_FAVORITES","features":[357]},{"name":"HIST_FORWARD","features":[357]},{"name":"HIST_VIEWTREE","features":[357]},{"name":"HIS_HOT","features":[357]},{"name":"HIS_ICONHOT","features":[357]},{"name":"HIS_ICONNORMAL","features":[357]},{"name":"HIS_ICONPRESSED","features":[357]},{"name":"HIS_ICONSORTEDHOT","features":[357]},{"name":"HIS_ICONSORTEDNORMAL","features":[357]},{"name":"HIS_ICONSORTEDPRESSED","features":[357]},{"name":"HIS_NORMAL","features":[357]},{"name":"HIS_PRESSED","features":[357]},{"name":"HIS_SORTEDHOT","features":[357]},{"name":"HIS_SORTEDNORMAL","features":[357]},{"name":"HIS_SORTEDPRESSED","features":[357]},{"name":"HIT_TEST_BACKGROUND_OPTIONS","features":[357]},{"name":"HKCOMB_A","features":[357]},{"name":"HKCOMB_C","features":[357]},{"name":"HKCOMB_CA","features":[357]},{"name":"HKCOMB_NONE","features":[357]},{"name":"HKCOMB_S","features":[357]},{"name":"HKCOMB_SA","features":[357]},{"name":"HKCOMB_SC","features":[357]},{"name":"HKCOMB_SCA","features":[357]},{"name":"HKM_GETHOTKEY","features":[357]},{"name":"HKM_SETHOTKEY","features":[357]},{"name":"HKM_SETRULES","features":[357]},{"name":"HLS_LINKTEXT","features":[357]},{"name":"HLS_NORMALTEXT","features":[357]},{"name":"HOFS_HOT","features":[357]},{"name":"HOFS_NORMAL","features":[357]},{"name":"HORZSCROLLSTATES","features":[357]},{"name":"HORZTHUMBSTATES","features":[357]},{"name":"HOTGLYPHSTATES","features":[357]},{"name":"HOTKEYF_ALT","features":[357]},{"name":"HOTKEYF_CONTROL","features":[357]},{"name":"HOTKEYF_EXT","features":[357]},{"name":"HOTKEYF_SHIFT","features":[357]},{"name":"HOTKEY_CLASS","features":[357]},{"name":"HOTKEY_CLASSA","features":[357]},{"name":"HOTKEY_CLASSW","features":[357]},{"name":"HOVERBACKGROUNDSTATES","features":[357]},{"name":"HOVER_DEFAULT","features":[357]},{"name":"HPROPSHEETPAGE","features":[357]},{"name":"HP_HEADERDROPDOWN","features":[357]},{"name":"HP_HEADERDROPDOWNFILTER","features":[357]},{"name":"HP_HEADERITEM","features":[357]},{"name":"HP_HEADERITEMLEFT","features":[357]},{"name":"HP_HEADERITEMRIGHT","features":[357]},{"name":"HP_HEADEROVERFLOW","features":[357]},{"name":"HP_HEADERSORTARROW","features":[357]},{"name":"HSAS_SORTEDDOWN","features":[357]},{"name":"HSAS_SORTEDUP","features":[357]},{"name":"HSS_DISABLED","features":[357]},{"name":"HSS_HOT","features":[357]},{"name":"HSS_NORMAL","features":[357]},{"name":"HSS_PUSHED","features":[357]},{"name":"HSYNTHETICPOINTERDEVICE","features":[357]},{"name":"HTHEME","features":[357]},{"name":"HTREEITEM","features":[357]},{"name":"HTS_DISABLED","features":[357]},{"name":"HTS_HOT","features":[357]},{"name":"HTS_NORMAL","features":[357]},{"name":"HTS_PUSHED","features":[357]},{"name":"HTTB_BACKGROUNDSEG","features":[357]},{"name":"HTTB_CAPTION","features":[357]},{"name":"HTTB_FIXEDBORDER","features":[357]},{"name":"HTTB_RESIZINGBORDER","features":[357]},{"name":"HTTB_RESIZINGBORDER_BOTTOM","features":[357]},{"name":"HTTB_RESIZINGBORDER_LEFT","features":[357]},{"name":"HTTB_RESIZINGBORDER_RIGHT","features":[357]},{"name":"HTTB_RESIZINGBORDER_TOP","features":[357]},{"name":"HTTB_SIZINGTEMPLATE","features":[357]},{"name":"HTTB_SYSTEMSIZINGMARGINS","features":[357]},{"name":"HYPERLINKSTATES","features":[357]},{"name":"HYPERLINKTEXTSTATES","features":[357]},{"name":"HitTestThemeBackground","features":[305,317,357]},{"name":"ICC_ANIMATE_CLASS","features":[357]},{"name":"ICC_BAR_CLASSES","features":[357]},{"name":"ICC_COOL_CLASSES","features":[357]},{"name":"ICC_DATE_CLASSES","features":[357]},{"name":"ICC_HOTKEY_CLASS","features":[357]},{"name":"ICC_INTERNET_CLASSES","features":[357]},{"name":"ICC_LINK_CLASS","features":[357]},{"name":"ICC_LISTVIEW_CLASSES","features":[357]},{"name":"ICC_NATIVEFNTCTL_CLASS","features":[357]},{"name":"ICC_PAGESCROLLER_CLASS","features":[357]},{"name":"ICC_PROGRESS_CLASS","features":[357]},{"name":"ICC_STANDARD_CLASSES","features":[357]},{"name":"ICC_TAB_CLASSES","features":[357]},{"name":"ICC_TREEVIEW_CLASSES","features":[357]},{"name":"ICC_UPDOWN_CLASS","features":[357]},{"name":"ICC_USEREX_CLASSES","features":[357]},{"name":"ICC_WIN95_CLASSES","features":[357]},{"name":"ICE_ALPHA","features":[357]},{"name":"ICE_GLOW","features":[357]},{"name":"ICE_NONE","features":[357]},{"name":"ICE_PULSE","features":[357]},{"name":"ICE_SHADOW","features":[357]},{"name":"ICONEFFECT","features":[357]},{"name":"IDB_HIST_DISABLED","features":[357]},{"name":"IDB_HIST_HOT","features":[357]},{"name":"IDB_HIST_LARGE_COLOR","features":[357]},{"name":"IDB_HIST_NORMAL","features":[357]},{"name":"IDB_HIST_PRESSED","features":[357]},{"name":"IDB_HIST_SMALL_COLOR","features":[357]},{"name":"IDB_STD_LARGE_COLOR","features":[357]},{"name":"IDB_STD_SMALL_COLOR","features":[357]},{"name":"IDB_VIEW_LARGE_COLOR","features":[357]},{"name":"IDB_VIEW_SMALL_COLOR","features":[357]},{"name":"IDC_MANAGE_LINK","features":[357]},{"name":"ID_PSRESTARTWINDOWS","features":[357]},{"name":"IEBARMENUSTATES","features":[357]},{"name":"IImageList","features":[357]},{"name":"IImageList2","features":[357]},{"name":"ILCF_MOVE","features":[357]},{"name":"ILCF_SWAP","features":[357]},{"name":"ILC_COLOR","features":[357]},{"name":"ILC_COLOR16","features":[357]},{"name":"ILC_COLOR24","features":[357]},{"name":"ILC_COLOR32","features":[357]},{"name":"ILC_COLOR4","features":[357]},{"name":"ILC_COLOR8","features":[357]},{"name":"ILC_COLORDDB","features":[357]},{"name":"ILC_HIGHQUALITYSCALE","features":[357]},{"name":"ILC_MASK","features":[357]},{"name":"ILC_MIRROR","features":[357]},{"name":"ILC_ORIGINALSIZE","features":[357]},{"name":"ILC_PALETTE","features":[357]},{"name":"ILC_PERITEMMIRROR","features":[357]},{"name":"ILDI_PURGE","features":[357]},{"name":"ILDI_QUERYACCESS","features":[357]},{"name":"ILDI_RESETACCESS","features":[357]},{"name":"ILDI_STANDBY","features":[357]},{"name":"ILDRF_IMAGELOWQUALITY","features":[357]},{"name":"ILDRF_OVERLAYLOWQUALITY","features":[357]},{"name":"ILD_ASYNC","features":[357]},{"name":"ILD_BLEND","features":[357]},{"name":"ILD_BLEND25","features":[357]},{"name":"ILD_BLEND50","features":[357]},{"name":"ILD_DPISCALE","features":[357]},{"name":"ILD_FOCUS","features":[357]},{"name":"ILD_IMAGE","features":[357]},{"name":"ILD_MASK","features":[357]},{"name":"ILD_NORMAL","features":[357]},{"name":"ILD_OVERLAYMASK","features":[357]},{"name":"ILD_PRESERVEALPHA","features":[357]},{"name":"ILD_ROP","features":[357]},{"name":"ILD_SCALE","features":[357]},{"name":"ILD_SELECTED","features":[357]},{"name":"ILD_TRANSPARENT","features":[357]},{"name":"ILFIP_ALWAYS","features":[357]},{"name":"ILFIP_FROMSTANDBY","features":[357]},{"name":"ILGOS_ALWAYS","features":[357]},{"name":"ILGOS_FROMSTANDBY","features":[357]},{"name":"ILGT_ASYNC","features":[357]},{"name":"ILGT_NORMAL","features":[357]},{"name":"ILIF_ALPHA","features":[357]},{"name":"ILIF_LOWQUALITY","features":[357]},{"name":"ILP_DOWNLEVEL","features":[357]},{"name":"ILP_NORMAL","features":[357]},{"name":"ILR_DEFAULT","features":[357]},{"name":"ILR_HORIZONTAL_CENTER","features":[357]},{"name":"ILR_HORIZONTAL_LEFT","features":[357]},{"name":"ILR_HORIZONTAL_RIGHT","features":[357]},{"name":"ILR_SCALE_ASPECTRATIO","features":[357]},{"name":"ILR_SCALE_CLIP","features":[357]},{"name":"ILR_VERTICAL_BOTTOM","features":[357]},{"name":"ILR_VERTICAL_CENTER","features":[357]},{"name":"ILR_VERTICAL_TOP","features":[357]},{"name":"ILS_ALPHA","features":[357]},{"name":"ILS_GLOW","features":[357]},{"name":"ILS_NORMAL","features":[357]},{"name":"ILS_SATURATE","features":[357]},{"name":"ILS_SHADOW","features":[357]},{"name":"IL_HORIZONTAL","features":[357]},{"name":"IL_VERTICAL","features":[357]},{"name":"IMAGEINFO","features":[305,317,357]},{"name":"IMAGELAYOUT","features":[357]},{"name":"IMAGELISTDRAWPARAMS","features":[305,317,357]},{"name":"IMAGELISTSTATS","features":[357]},{"name":"IMAGELIST_CREATION_FLAGS","features":[357]},{"name":"IMAGESELECTTYPE","features":[357]},{"name":"IMAGE_LIST_COPY_FLAGS","features":[357]},{"name":"IMAGE_LIST_DRAW_STYLE","features":[357]},{"name":"IMAGE_LIST_ITEM_FLAGS","features":[357]},{"name":"IMAGE_LIST_WRITE_STREAM_FLAGS","features":[357]},{"name":"INFOTIPSIZE","features":[357]},{"name":"INITCOMMONCONTROLSEX","features":[357]},{"name":"INITCOMMONCONTROLSEX_ICC","features":[357]},{"name":"INTLIST","features":[357]},{"name":"INVALID_LINK_INDEX","features":[357]},{"name":"IPM_CLEARADDRESS","features":[357]},{"name":"IPM_GETADDRESS","features":[357]},{"name":"IPM_ISBLANK","features":[357]},{"name":"IPM_SETADDRESS","features":[357]},{"name":"IPM_SETFOCUS","features":[357]},{"name":"IPM_SETRANGE","features":[357]},{"name":"IPN_FIELDCHANGED","features":[357]},{"name":"IPN_FIRST","features":[357]},{"name":"IPN_LAST","features":[357]},{"name":"IST_DPI","features":[357]},{"name":"IST_NONE","features":[357]},{"name":"IST_SIZE","features":[357]},{"name":"ITEMSTATES","features":[357]},{"name":"I_CHILDRENAUTO","features":[357]},{"name":"I_CHILDRENCALLBACK","features":[357]},{"name":"I_GROUPIDCALLBACK","features":[357]},{"name":"I_GROUPIDNONE","features":[357]},{"name":"I_IMAGECALLBACK","features":[357]},{"name":"I_IMAGENONE","features":[357]},{"name":"I_INDENTCALLBACK","features":[357]},{"name":"I_ONE_OR_MORE","features":[357]},{"name":"I_ZERO","features":[357]},{"name":"ImageList","features":[357]},{"name":"ImageList_Add","features":[317,357]},{"name":"ImageList_AddMasked","features":[305,317,357]},{"name":"ImageList_BeginDrag","features":[305,357]},{"name":"ImageList_CoCreateInstance","features":[357]},{"name":"ImageList_Copy","features":[305,357]},{"name":"ImageList_Create","features":[357]},{"name":"ImageList_Destroy","features":[305,357]},{"name":"ImageList_DragEnter","features":[305,357]},{"name":"ImageList_DragLeave","features":[305,357]},{"name":"ImageList_DragMove","features":[305,357]},{"name":"ImageList_DragShowNolock","features":[305,357]},{"name":"ImageList_Draw","features":[305,317,357]},{"name":"ImageList_DrawEx","features":[305,317,357]},{"name":"ImageList_DrawIndirect","features":[305,317,357]},{"name":"ImageList_Duplicate","features":[357]},{"name":"ImageList_EndDrag","features":[357]},{"name":"ImageList_GetBkColor","features":[305,357]},{"name":"ImageList_GetDragImage","features":[305,357]},{"name":"ImageList_GetIcon","features":[357,374]},{"name":"ImageList_GetIconSize","features":[305,357]},{"name":"ImageList_GetImageCount","features":[357]},{"name":"ImageList_GetImageInfo","features":[305,317,357]},{"name":"ImageList_LoadImageA","features":[305,357,374]},{"name":"ImageList_LoadImageW","features":[305,357,374]},{"name":"ImageList_Merge","features":[357]},{"name":"ImageList_Read","features":[358,357]},{"name":"ImageList_ReadEx","features":[358,357]},{"name":"ImageList_Remove","features":[305,357]},{"name":"ImageList_Replace","features":[305,317,357]},{"name":"ImageList_ReplaceIcon","features":[357,374]},{"name":"ImageList_SetBkColor","features":[305,357]},{"name":"ImageList_SetDragCursorImage","features":[305,357]},{"name":"ImageList_SetIconSize","features":[305,357]},{"name":"ImageList_SetImageCount","features":[305,357]},{"name":"ImageList_SetOverlayImage","features":[305,357]},{"name":"ImageList_Write","features":[305,358,357]},{"name":"ImageList_WriteEx","features":[358,357]},{"name":"InitCommonControls","features":[357]},{"name":"InitCommonControlsEx","features":[305,357]},{"name":"InitMUILanguage","features":[357]},{"name":"InitializeFlatSB","features":[305,357]},{"name":"IsAppThemed","features":[305,357]},{"name":"IsCharLowerW","features":[305,357]},{"name":"IsCompositionActive","features":[305,357]},{"name":"IsDlgButtonChecked","features":[305,357]},{"name":"IsThemeActive","features":[305,357]},{"name":"IsThemeBackgroundPartiallyTransparent","features":[305,357]},{"name":"IsThemeDialogTextureEnabled","features":[305,357]},{"name":"IsThemePartDefined","features":[305,357]},{"name":"LABELSTATES","features":[357]},{"name":"LBCP_BORDER_HSCROLL","features":[357]},{"name":"LBCP_BORDER_HVSCROLL","features":[357]},{"name":"LBCP_BORDER_NOSCROLL","features":[357]},{"name":"LBCP_BORDER_VSCROLL","features":[357]},{"name":"LBCP_ITEM","features":[357]},{"name":"LBItemFromPt","features":[305,357]},{"name":"LBPSHV_DISABLED","features":[357]},{"name":"LBPSHV_FOCUSED","features":[357]},{"name":"LBPSHV_HOT","features":[357]},{"name":"LBPSHV_NORMAL","features":[357]},{"name":"LBPSH_DISABLED","features":[357]},{"name":"LBPSH_FOCUSED","features":[357]},{"name":"LBPSH_HOT","features":[357]},{"name":"LBPSH_NORMAL","features":[357]},{"name":"LBPSI_HOT","features":[357]},{"name":"LBPSI_HOTSELECTED","features":[357]},{"name":"LBPSI_SELECTED","features":[357]},{"name":"LBPSI_SELECTEDNOTFOCUS","features":[357]},{"name":"LBPSN_DISABLED","features":[357]},{"name":"LBPSN_FOCUSED","features":[357]},{"name":"LBPSN_HOT","features":[357]},{"name":"LBPSN_NORMAL","features":[357]},{"name":"LBPSV_DISABLED","features":[357]},{"name":"LBPSV_FOCUSED","features":[357]},{"name":"LBPSV_HOT","features":[357]},{"name":"LBPSV_NORMAL","features":[357]},{"name":"LHITTESTINFO","features":[305,357]},{"name":"LIF_ITEMID","features":[357]},{"name":"LIF_ITEMINDEX","features":[357]},{"name":"LIF_STATE","features":[357]},{"name":"LIF_URL","features":[357]},{"name":"LIM_LARGE","features":[357]},{"name":"LIM_SMALL","features":[357]},{"name":"LINKHEADERSTATES","features":[357]},{"name":"LINKPARTS","features":[357]},{"name":"LINKSTATES","features":[357]},{"name":"LISS_DISABLED","features":[357]},{"name":"LISS_HOT","features":[357]},{"name":"LISS_HOTSELECTED","features":[357]},{"name":"LISS_NORMAL","features":[357]},{"name":"LISS_SELECTED","features":[357]},{"name":"LISS_SELECTEDNOTFOCUS","features":[357]},{"name":"LISTBOXPARTS","features":[357]},{"name":"LISTITEMSTATES","features":[357]},{"name":"LISTVIEWPARTS","features":[357]},{"name":"LIST_ITEM_FLAGS","features":[357]},{"name":"LIST_ITEM_STATE_FLAGS","features":[357]},{"name":"LIST_VIEW_BACKGROUND_IMAGE_FLAGS","features":[357]},{"name":"LIST_VIEW_GROUP_ALIGN_FLAGS","features":[357]},{"name":"LIST_VIEW_GROUP_STATE_FLAGS","features":[357]},{"name":"LIST_VIEW_ITEM_COLUMN_FORMAT_FLAGS","features":[357]},{"name":"LIST_VIEW_ITEM_FLAGS","features":[357]},{"name":"LIST_VIEW_ITEM_STATE_FLAGS","features":[357]},{"name":"LIS_DEFAULTCOLORS","features":[357]},{"name":"LIS_ENABLED","features":[357]},{"name":"LIS_FOCUSED","features":[357]},{"name":"LIS_HOTTRACK","features":[357]},{"name":"LIS_VISITED","features":[357]},{"name":"LITEM","features":[357]},{"name":"LM_GETIDEALHEIGHT","features":[357]},{"name":"LM_GETIDEALSIZE","features":[357]},{"name":"LM_GETITEM","features":[357]},{"name":"LM_HITTEST","features":[357]},{"name":"LM_SETITEM","features":[357]},{"name":"LOGOFFBUTTONSSTATES","features":[357]},{"name":"LPFNADDPROPSHEETPAGES","features":[305,357]},{"name":"LPFNCCINFOA","features":[305,317,357]},{"name":"LPFNCCINFOW","features":[305,317,357]},{"name":"LPFNCCSIZETOTEXTA","features":[317,357]},{"name":"LPFNCCSIZETOTEXTW","features":[317,357]},{"name":"LPFNCCSTYLEA","features":[305,357]},{"name":"LPFNCCSTYLEW","features":[305,357]},{"name":"LPFNPSPCALLBACKA","features":[305,317,357,374]},{"name":"LPFNPSPCALLBACKW","features":[305,317,357,374]},{"name":"LPFNSVADDPROPSHEETPAGE","features":[305,357]},{"name":"LP_HYPERLINK","features":[357]},{"name":"LVA_ALIGNLEFT","features":[357]},{"name":"LVA_ALIGNTOP","features":[357]},{"name":"LVA_DEFAULT","features":[357]},{"name":"LVA_SNAPTOGRID","features":[357]},{"name":"LVBKIF_FLAG_ALPHABLEND","features":[357]},{"name":"LVBKIF_FLAG_TILEOFFSET","features":[357]},{"name":"LVBKIF_SOURCE_HBITMAP","features":[357]},{"name":"LVBKIF_SOURCE_MASK","features":[357]},{"name":"LVBKIF_SOURCE_NONE","features":[357]},{"name":"LVBKIF_SOURCE_URL","features":[357]},{"name":"LVBKIF_STYLE_MASK","features":[357]},{"name":"LVBKIF_STYLE_NORMAL","features":[357]},{"name":"LVBKIF_STYLE_TILE","features":[357]},{"name":"LVBKIF_TYPE_WATERMARK","features":[357]},{"name":"LVBKIMAGEA","features":[317,357]},{"name":"LVBKIMAGEW","features":[317,357]},{"name":"LVCB_HOVER","features":[357]},{"name":"LVCB_NORMAL","features":[357]},{"name":"LVCB_PUSHED","features":[357]},{"name":"LVCDI_GROUP","features":[357]},{"name":"LVCDI_ITEM","features":[357]},{"name":"LVCDI_ITEMSLIST","features":[357]},{"name":"LVCDRF_NOGROUPFRAME","features":[357]},{"name":"LVCDRF_NOSELECT","features":[357]},{"name":"LVCFMT_BITMAP_ON_RIGHT","features":[357]},{"name":"LVCFMT_CENTER","features":[357]},{"name":"LVCFMT_COL_HAS_IMAGES","features":[357]},{"name":"LVCFMT_FILL","features":[357]},{"name":"LVCFMT_FIXED_RATIO","features":[357]},{"name":"LVCFMT_FIXED_WIDTH","features":[357]},{"name":"LVCFMT_IMAGE","features":[357]},{"name":"LVCFMT_JUSTIFYMASK","features":[357]},{"name":"LVCFMT_LEFT","features":[357]},{"name":"LVCFMT_LINE_BREAK","features":[357]},{"name":"LVCFMT_NO_DPI_SCALE","features":[357]},{"name":"LVCFMT_NO_TITLE","features":[357]},{"name":"LVCFMT_RIGHT","features":[357]},{"name":"LVCFMT_SPLITBUTTON","features":[357]},{"name":"LVCFMT_TILE_PLACEMENTMASK","features":[357]},{"name":"LVCFMT_WRAP","features":[357]},{"name":"LVCF_DEFAULTWIDTH","features":[357]},{"name":"LVCF_FMT","features":[357]},{"name":"LVCF_IDEALWIDTH","features":[357]},{"name":"LVCF_IMAGE","features":[357]},{"name":"LVCF_MINWIDTH","features":[357]},{"name":"LVCF_ORDER","features":[357]},{"name":"LVCF_SUBITEM","features":[357]},{"name":"LVCF_TEXT","features":[357]},{"name":"LVCF_WIDTH","features":[357]},{"name":"LVCOLUMNA","features":[357]},{"name":"LVCOLUMNW","features":[357]},{"name":"LVCOLUMNW_FORMAT","features":[357]},{"name":"LVCOLUMNW_MASK","features":[357]},{"name":"LVEB_HOVER","features":[357]},{"name":"LVEB_NORMAL","features":[357]},{"name":"LVEB_PUSHED","features":[357]},{"name":"LVFF_ITEMCOUNT","features":[357]},{"name":"LVFIF_STATE","features":[357]},{"name":"LVFIF_TEXT","features":[357]},{"name":"LVFINDINFOA","features":[305,357]},{"name":"LVFINDINFOW","features":[305,357]},{"name":"LVFINDINFOW_FLAGS","features":[357]},{"name":"LVFIS_FOCUSED","features":[357]},{"name":"LVFI_NEARESTXY","features":[357]},{"name":"LVFI_PARAM","features":[357]},{"name":"LVFI_PARTIAL","features":[357]},{"name":"LVFI_STRING","features":[357]},{"name":"LVFI_SUBSTRING","features":[357]},{"name":"LVFI_WRAP","features":[357]},{"name":"LVFOOTERINFO","features":[357]},{"name":"LVFOOTERITEM","features":[357]},{"name":"LVFOOTERITEM_MASK","features":[357]},{"name":"LVGA_FOOTER_CENTER","features":[357]},{"name":"LVGA_FOOTER_LEFT","features":[357]},{"name":"LVGA_FOOTER_RIGHT","features":[357]},{"name":"LVGA_HEADER_CENTER","features":[357]},{"name":"LVGA_HEADER_LEFT","features":[357]},{"name":"LVGA_HEADER_RIGHT","features":[357]},{"name":"LVGF_ALIGN","features":[357]},{"name":"LVGF_DESCRIPTIONBOTTOM","features":[357]},{"name":"LVGF_DESCRIPTIONTOP","features":[357]},{"name":"LVGF_EXTENDEDIMAGE","features":[357]},{"name":"LVGF_FOOTER","features":[357]},{"name":"LVGF_GROUPID","features":[357]},{"name":"LVGF_HEADER","features":[357]},{"name":"LVGF_ITEMS","features":[357]},{"name":"LVGF_NONE","features":[357]},{"name":"LVGF_STATE","features":[357]},{"name":"LVGF_SUBSET","features":[357]},{"name":"LVGF_SUBSETITEMS","features":[357]},{"name":"LVGF_SUBTITLE","features":[357]},{"name":"LVGF_TASK","features":[357]},{"name":"LVGF_TITLEIMAGE","features":[357]},{"name":"LVGGR_GROUP","features":[357]},{"name":"LVGGR_HEADER","features":[357]},{"name":"LVGGR_LABEL","features":[357]},{"name":"LVGGR_SUBSETLINK","features":[357]},{"name":"LVGHL_CLOSE","features":[357]},{"name":"LVGHL_CLOSEHOT","features":[357]},{"name":"LVGHL_CLOSEMIXEDSELECTION","features":[357]},{"name":"LVGHL_CLOSEMIXEDSELECTIONHOT","features":[357]},{"name":"LVGHL_CLOSESELECTED","features":[357]},{"name":"LVGHL_CLOSESELECTEDHOT","features":[357]},{"name":"LVGHL_CLOSESELECTEDNOTFOCUSED","features":[357]},{"name":"LVGHL_CLOSESELECTEDNOTFOCUSEDHOT","features":[357]},{"name":"LVGHL_OPEN","features":[357]},{"name":"LVGHL_OPENHOT","features":[357]},{"name":"LVGHL_OPENMIXEDSELECTION","features":[357]},{"name":"LVGHL_OPENMIXEDSELECTIONHOT","features":[357]},{"name":"LVGHL_OPENSELECTED","features":[357]},{"name":"LVGHL_OPENSELECTEDHOT","features":[357]},{"name":"LVGHL_OPENSELECTEDNOTFOCUSED","features":[357]},{"name":"LVGHL_OPENSELECTEDNOTFOCUSEDHOT","features":[357]},{"name":"LVGH_CLOSE","features":[357]},{"name":"LVGH_CLOSEHOT","features":[357]},{"name":"LVGH_CLOSEMIXEDSELECTION","features":[357]},{"name":"LVGH_CLOSEMIXEDSELECTIONHOT","features":[357]},{"name":"LVGH_CLOSESELECTED","features":[357]},{"name":"LVGH_CLOSESELECTEDHOT","features":[357]},{"name":"LVGH_CLOSESELECTEDNOTFOCUSED","features":[357]},{"name":"LVGH_CLOSESELECTEDNOTFOCUSEDHOT","features":[357]},{"name":"LVGH_OPEN","features":[357]},{"name":"LVGH_OPENHOT","features":[357]},{"name":"LVGH_OPENMIXEDSELECTION","features":[357]},{"name":"LVGH_OPENMIXEDSELECTIONHOT","features":[357]},{"name":"LVGH_OPENSELECTED","features":[357]},{"name":"LVGH_OPENSELECTEDHOT","features":[357]},{"name":"LVGH_OPENSELECTEDNOTFOCUSED","features":[357]},{"name":"LVGH_OPENSELECTEDNOTFOCUSEDHOT","features":[357]},{"name":"LVGIT_UNFOLDED","features":[357]},{"name":"LVGIT_ZERO","features":[357]},{"name":"LVGMF_BORDERCOLOR","features":[357]},{"name":"LVGMF_BORDERSIZE","features":[357]},{"name":"LVGMF_NONE","features":[357]},{"name":"LVGMF_TEXTCOLOR","features":[357]},{"name":"LVGROUP","features":[357]},{"name":"LVGROUPMETRICS","features":[305,357]},{"name":"LVGROUP_MASK","features":[357]},{"name":"LVGS_COLLAPSED","features":[357]},{"name":"LVGS_COLLAPSIBLE","features":[357]},{"name":"LVGS_FOCUSED","features":[357]},{"name":"LVGS_HIDDEN","features":[357]},{"name":"LVGS_NOHEADER","features":[357]},{"name":"LVGS_NORMAL","features":[357]},{"name":"LVGS_SELECTED","features":[357]},{"name":"LVGS_SUBSETED","features":[357]},{"name":"LVGS_SUBSETLINKFOCUSED","features":[357]},{"name":"LVHITTESTINFO","features":[305,357]},{"name":"LVHITTESTINFO_FLAGS","features":[357]},{"name":"LVHT_ABOVE","features":[357]},{"name":"LVHT_BELOW","features":[357]},{"name":"LVHT_EX_FOOTER","features":[357]},{"name":"LVHT_EX_GROUP","features":[357]},{"name":"LVHT_EX_GROUP_BACKGROUND","features":[357]},{"name":"LVHT_EX_GROUP_COLLAPSE","features":[357]},{"name":"LVHT_EX_GROUP_FOOTER","features":[357]},{"name":"LVHT_EX_GROUP_HEADER","features":[357]},{"name":"LVHT_EX_GROUP_STATEICON","features":[357]},{"name":"LVHT_EX_GROUP_SUBSETLINK","features":[357]},{"name":"LVHT_EX_ONCONTENTS","features":[357]},{"name":"LVHT_NOWHERE","features":[357]},{"name":"LVHT_ONITEMICON","features":[357]},{"name":"LVHT_ONITEMLABEL","features":[357]},{"name":"LVHT_ONITEMSTATEICON","features":[357]},{"name":"LVHT_TOLEFT","features":[357]},{"name":"LVHT_TORIGHT","features":[357]},{"name":"LVIF_COLFMT","features":[357]},{"name":"LVIF_COLUMNS","features":[357]},{"name":"LVIF_DI_SETITEM","features":[357]},{"name":"LVIF_GROUPID","features":[357]},{"name":"LVIF_IMAGE","features":[357]},{"name":"LVIF_INDENT","features":[357]},{"name":"LVIF_NORECOMPUTE","features":[357]},{"name":"LVIF_PARAM","features":[357]},{"name":"LVIF_STATE","features":[357]},{"name":"LVIF_TEXT","features":[357]},{"name":"LVIM_AFTER","features":[357]},{"name":"LVINSERTGROUPSORTED","features":[357]},{"name":"LVINSERTMARK","features":[357]},{"name":"LVIR_BOUNDS","features":[357]},{"name":"LVIR_ICON","features":[357]},{"name":"LVIR_LABEL","features":[357]},{"name":"LVIR_SELECTBOUNDS","features":[357]},{"name":"LVIS_ACTIVATING","features":[357]},{"name":"LVIS_CUT","features":[357]},{"name":"LVIS_DROPHILITED","features":[357]},{"name":"LVIS_FOCUSED","features":[357]},{"name":"LVIS_GLOW","features":[357]},{"name":"LVIS_OVERLAYMASK","features":[357]},{"name":"LVIS_SELECTED","features":[357]},{"name":"LVIS_STATEIMAGEMASK","features":[357]},{"name":"LVITEMA","features":[305,357]},{"name":"LVITEMA_GROUP_ID","features":[357]},{"name":"LVITEMINDEX","features":[357]},{"name":"LVITEMW","features":[305,357]},{"name":"LVKF_ALT","features":[357]},{"name":"LVKF_CONTROL","features":[357]},{"name":"LVKF_SHIFT","features":[357]},{"name":"LVM_APPROXIMATEVIEWRECT","features":[357]},{"name":"LVM_ARRANGE","features":[357]},{"name":"LVM_CANCELEDITLABEL","features":[357]},{"name":"LVM_CREATEDRAGIMAGE","features":[357]},{"name":"LVM_DELETEALLITEMS","features":[357]},{"name":"LVM_DELETECOLUMN","features":[357]},{"name":"LVM_DELETEITEM","features":[357]},{"name":"LVM_EDITLABEL","features":[357]},{"name":"LVM_EDITLABELA","features":[357]},{"name":"LVM_EDITLABELW","features":[357]},{"name":"LVM_ENABLEGROUPVIEW","features":[357]},{"name":"LVM_ENSUREVISIBLE","features":[357]},{"name":"LVM_FINDITEM","features":[357]},{"name":"LVM_FINDITEMA","features":[357]},{"name":"LVM_FINDITEMW","features":[357]},{"name":"LVM_FIRST","features":[357]},{"name":"LVM_GETBKCOLOR","features":[357]},{"name":"LVM_GETBKIMAGE","features":[357]},{"name":"LVM_GETBKIMAGEA","features":[357]},{"name":"LVM_GETBKIMAGEW","features":[357]},{"name":"LVM_GETCALLBACKMASK","features":[357]},{"name":"LVM_GETCOLUMN","features":[357]},{"name":"LVM_GETCOLUMNA","features":[357]},{"name":"LVM_GETCOLUMNORDERARRAY","features":[357]},{"name":"LVM_GETCOLUMNW","features":[357]},{"name":"LVM_GETCOLUMNWIDTH","features":[357]},{"name":"LVM_GETCOUNTPERPAGE","features":[357]},{"name":"LVM_GETEDITCONTROL","features":[357]},{"name":"LVM_GETEMPTYTEXT","features":[357]},{"name":"LVM_GETEXTENDEDLISTVIEWSTYLE","features":[357]},{"name":"LVM_GETFOCUSEDGROUP","features":[357]},{"name":"LVM_GETFOOTERINFO","features":[357]},{"name":"LVM_GETFOOTERITEM","features":[357]},{"name":"LVM_GETFOOTERITEMRECT","features":[357]},{"name":"LVM_GETFOOTERRECT","features":[357]},{"name":"LVM_GETGROUPCOUNT","features":[357]},{"name":"LVM_GETGROUPINFO","features":[357]},{"name":"LVM_GETGROUPINFOBYINDEX","features":[357]},{"name":"LVM_GETGROUPMETRICS","features":[357]},{"name":"LVM_GETGROUPRECT","features":[357]},{"name":"LVM_GETGROUPSTATE","features":[357]},{"name":"LVM_GETHEADER","features":[357]},{"name":"LVM_GETHOTCURSOR","features":[357]},{"name":"LVM_GETHOTITEM","features":[357]},{"name":"LVM_GETHOVERTIME","features":[357]},{"name":"LVM_GETIMAGELIST","features":[357]},{"name":"LVM_GETINSERTMARK","features":[357]},{"name":"LVM_GETINSERTMARKCOLOR","features":[357]},{"name":"LVM_GETINSERTMARKRECT","features":[357]},{"name":"LVM_GETISEARCHSTRING","features":[357]},{"name":"LVM_GETISEARCHSTRINGA","features":[357]},{"name":"LVM_GETISEARCHSTRINGW","features":[357]},{"name":"LVM_GETITEM","features":[357]},{"name":"LVM_GETITEMA","features":[357]},{"name":"LVM_GETITEMCOUNT","features":[357]},{"name":"LVM_GETITEMINDEXRECT","features":[357]},{"name":"LVM_GETITEMPOSITION","features":[357]},{"name":"LVM_GETITEMRECT","features":[357]},{"name":"LVM_GETITEMSPACING","features":[357]},{"name":"LVM_GETITEMSTATE","features":[357]},{"name":"LVM_GETITEMTEXT","features":[357]},{"name":"LVM_GETITEMTEXTA","features":[357]},{"name":"LVM_GETITEMTEXTW","features":[357]},{"name":"LVM_GETITEMW","features":[357]},{"name":"LVM_GETNEXTITEM","features":[357]},{"name":"LVM_GETNEXTITEMINDEX","features":[357]},{"name":"LVM_GETNUMBEROFWORKAREAS","features":[357]},{"name":"LVM_GETORIGIN","features":[357]},{"name":"LVM_GETOUTLINECOLOR","features":[357]},{"name":"LVM_GETSELECTEDCOLUMN","features":[357]},{"name":"LVM_GETSELECTEDCOUNT","features":[357]},{"name":"LVM_GETSELECTIONMARK","features":[357]},{"name":"LVM_GETSTRINGWIDTH","features":[357]},{"name":"LVM_GETSTRINGWIDTHA","features":[357]},{"name":"LVM_GETSTRINGWIDTHW","features":[357]},{"name":"LVM_GETSUBITEMRECT","features":[357]},{"name":"LVM_GETTEXTBKCOLOR","features":[357]},{"name":"LVM_GETTEXTCOLOR","features":[357]},{"name":"LVM_GETTILEINFO","features":[357]},{"name":"LVM_GETTILEVIEWINFO","features":[357]},{"name":"LVM_GETTOOLTIPS","features":[357]},{"name":"LVM_GETTOPINDEX","features":[357]},{"name":"LVM_GETUNICODEFORMAT","features":[357]},{"name":"LVM_GETVIEW","features":[357]},{"name":"LVM_GETVIEWRECT","features":[357]},{"name":"LVM_GETWORKAREAS","features":[357]},{"name":"LVM_HASGROUP","features":[357]},{"name":"LVM_HITTEST","features":[357]},{"name":"LVM_INSERTCOLUMN","features":[357]},{"name":"LVM_INSERTCOLUMNA","features":[357]},{"name":"LVM_INSERTCOLUMNW","features":[357]},{"name":"LVM_INSERTGROUP","features":[357]},{"name":"LVM_INSERTGROUPSORTED","features":[357]},{"name":"LVM_INSERTITEM","features":[357]},{"name":"LVM_INSERTITEMA","features":[357]},{"name":"LVM_INSERTITEMW","features":[357]},{"name":"LVM_INSERTMARKHITTEST","features":[357]},{"name":"LVM_ISGROUPVIEWENABLED","features":[357]},{"name":"LVM_ISITEMVISIBLE","features":[357]},{"name":"LVM_MAPIDTOINDEX","features":[357]},{"name":"LVM_MAPINDEXTOID","features":[357]},{"name":"LVM_MOVEGROUP","features":[357]},{"name":"LVM_MOVEITEMTOGROUP","features":[357]},{"name":"LVM_REDRAWITEMS","features":[357]},{"name":"LVM_REMOVEALLGROUPS","features":[357]},{"name":"LVM_REMOVEGROUP","features":[357]},{"name":"LVM_SCROLL","features":[357]},{"name":"LVM_SETBKCOLOR","features":[357]},{"name":"LVM_SETBKIMAGE","features":[357]},{"name":"LVM_SETBKIMAGEA","features":[357]},{"name":"LVM_SETBKIMAGEW","features":[357]},{"name":"LVM_SETCALLBACKMASK","features":[357]},{"name":"LVM_SETCOLUMN","features":[357]},{"name":"LVM_SETCOLUMNA","features":[357]},{"name":"LVM_SETCOLUMNORDERARRAY","features":[357]},{"name":"LVM_SETCOLUMNW","features":[357]},{"name":"LVM_SETCOLUMNWIDTH","features":[357]},{"name":"LVM_SETEXTENDEDLISTVIEWSTYLE","features":[357]},{"name":"LVM_SETGROUPINFO","features":[357]},{"name":"LVM_SETGROUPMETRICS","features":[357]},{"name":"LVM_SETHOTCURSOR","features":[357]},{"name":"LVM_SETHOTITEM","features":[357]},{"name":"LVM_SETHOVERTIME","features":[357]},{"name":"LVM_SETICONSPACING","features":[357]},{"name":"LVM_SETIMAGELIST","features":[357]},{"name":"LVM_SETINFOTIP","features":[357]},{"name":"LVM_SETINSERTMARK","features":[357]},{"name":"LVM_SETINSERTMARKCOLOR","features":[357]},{"name":"LVM_SETITEM","features":[357]},{"name":"LVM_SETITEMA","features":[357]},{"name":"LVM_SETITEMCOUNT","features":[357]},{"name":"LVM_SETITEMINDEXSTATE","features":[357]},{"name":"LVM_SETITEMPOSITION","features":[357]},{"name":"LVM_SETITEMPOSITION32","features":[357]},{"name":"LVM_SETITEMSTATE","features":[357]},{"name":"LVM_SETITEMTEXT","features":[357]},{"name":"LVM_SETITEMTEXTA","features":[357]},{"name":"LVM_SETITEMTEXTW","features":[357]},{"name":"LVM_SETITEMW","features":[357]},{"name":"LVM_SETOUTLINECOLOR","features":[357]},{"name":"LVM_SETSELECTEDCOLUMN","features":[357]},{"name":"LVM_SETSELECTIONMARK","features":[357]},{"name":"LVM_SETTEXTBKCOLOR","features":[357]},{"name":"LVM_SETTEXTCOLOR","features":[357]},{"name":"LVM_SETTILEINFO","features":[357]},{"name":"LVM_SETTILEVIEWINFO","features":[357]},{"name":"LVM_SETTOOLTIPS","features":[357]},{"name":"LVM_SETUNICODEFORMAT","features":[357]},{"name":"LVM_SETVIEW","features":[357]},{"name":"LVM_SETWORKAREAS","features":[357]},{"name":"LVM_SORTGROUPS","features":[357]},{"name":"LVM_SORTITEMS","features":[357]},{"name":"LVM_SORTITEMSEX","features":[357]},{"name":"LVM_SUBITEMHITTEST","features":[357]},{"name":"LVM_UPDATE","features":[357]},{"name":"LVNI_ABOVE","features":[357]},{"name":"LVNI_ALL","features":[357]},{"name":"LVNI_BELOW","features":[357]},{"name":"LVNI_CUT","features":[357]},{"name":"LVNI_DROPHILITED","features":[357]},{"name":"LVNI_FOCUSED","features":[357]},{"name":"LVNI_PREVIOUS","features":[357]},{"name":"LVNI_SAMEGROUPONLY","features":[357]},{"name":"LVNI_SELECTED","features":[357]},{"name":"LVNI_TOLEFT","features":[357]},{"name":"LVNI_TORIGHT","features":[357]},{"name":"LVNI_VISIBLEONLY","features":[357]},{"name":"LVNI_VISIBLEORDER","features":[357]},{"name":"LVNSCH_DEFAULT","features":[357]},{"name":"LVNSCH_ERROR","features":[357]},{"name":"LVNSCH_IGNORE","features":[357]},{"name":"LVN_BEGINDRAG","features":[357]},{"name":"LVN_BEGINLABELEDIT","features":[357]},{"name":"LVN_BEGINLABELEDITA","features":[357]},{"name":"LVN_BEGINLABELEDITW","features":[357]},{"name":"LVN_BEGINRDRAG","features":[357]},{"name":"LVN_BEGINSCROLL","features":[357]},{"name":"LVN_COLUMNCLICK","features":[357]},{"name":"LVN_COLUMNDROPDOWN","features":[357]},{"name":"LVN_COLUMNOVERFLOWCLICK","features":[357]},{"name":"LVN_DELETEALLITEMS","features":[357]},{"name":"LVN_DELETEITEM","features":[357]},{"name":"LVN_ENDLABELEDIT","features":[357]},{"name":"LVN_ENDLABELEDITA","features":[357]},{"name":"LVN_ENDLABELEDITW","features":[357]},{"name":"LVN_ENDSCROLL","features":[357]},{"name":"LVN_FIRST","features":[357]},{"name":"LVN_GETDISPINFO","features":[357]},{"name":"LVN_GETDISPINFOA","features":[357]},{"name":"LVN_GETDISPINFOW","features":[357]},{"name":"LVN_GETEMPTYMARKUP","features":[357]},{"name":"LVN_GETINFOTIP","features":[357]},{"name":"LVN_GETINFOTIPA","features":[357]},{"name":"LVN_GETINFOTIPW","features":[357]},{"name":"LVN_HOTTRACK","features":[357]},{"name":"LVN_INCREMENTALSEARCH","features":[357]},{"name":"LVN_INCREMENTALSEARCHA","features":[357]},{"name":"LVN_INCREMENTALSEARCHW","features":[357]},{"name":"LVN_INSERTITEM","features":[357]},{"name":"LVN_ITEMACTIVATE","features":[357]},{"name":"LVN_ITEMCHANGED","features":[357]},{"name":"LVN_ITEMCHANGING","features":[357]},{"name":"LVN_KEYDOWN","features":[357]},{"name":"LVN_LAST","features":[357]},{"name":"LVN_LINKCLICK","features":[357]},{"name":"LVN_MARQUEEBEGIN","features":[357]},{"name":"LVN_ODCACHEHINT","features":[357]},{"name":"LVN_ODFINDITEM","features":[357]},{"name":"LVN_ODFINDITEMA","features":[357]},{"name":"LVN_ODFINDITEMW","features":[357]},{"name":"LVN_ODSTATECHANGED","features":[357]},{"name":"LVN_SETDISPINFO","features":[357]},{"name":"LVN_SETDISPINFOA","features":[357]},{"name":"LVN_SETDISPINFOW","features":[357]},{"name":"LVP_COLLAPSEBUTTON","features":[357]},{"name":"LVP_COLUMNDETAIL","features":[357]},{"name":"LVP_EMPTYTEXT","features":[357]},{"name":"LVP_EXPANDBUTTON","features":[357]},{"name":"LVP_GROUPHEADER","features":[357]},{"name":"LVP_GROUPHEADERLINE","features":[357]},{"name":"LVP_LISTDETAIL","features":[357]},{"name":"LVP_LISTGROUP","features":[357]},{"name":"LVP_LISTITEM","features":[357]},{"name":"LVP_LISTSORTEDDETAIL","features":[357]},{"name":"LVSCW_AUTOSIZE","features":[357]},{"name":"LVSCW_AUTOSIZE_USEHEADER","features":[357]},{"name":"LVSETINFOTIP","features":[357]},{"name":"LVSICF_NOINVALIDATEALL","features":[357]},{"name":"LVSICF_NOSCROLL","features":[357]},{"name":"LVSIL_GROUPHEADER","features":[357]},{"name":"LVSIL_NORMAL","features":[357]},{"name":"LVSIL_SMALL","features":[357]},{"name":"LVSIL_STATE","features":[357]},{"name":"LVS_ALIGNLEFT","features":[357]},{"name":"LVS_ALIGNMASK","features":[357]},{"name":"LVS_ALIGNTOP","features":[357]},{"name":"LVS_AUTOARRANGE","features":[357]},{"name":"LVS_EDITLABELS","features":[357]},{"name":"LVS_EX_AUTOAUTOARRANGE","features":[357]},{"name":"LVS_EX_AUTOCHECKSELECT","features":[357]},{"name":"LVS_EX_AUTOSIZECOLUMNS","features":[357]},{"name":"LVS_EX_BORDERSELECT","features":[357]},{"name":"LVS_EX_CHECKBOXES","features":[357]},{"name":"LVS_EX_COLUMNOVERFLOW","features":[357]},{"name":"LVS_EX_COLUMNSNAPPOINTS","features":[357]},{"name":"LVS_EX_DOUBLEBUFFER","features":[357]},{"name":"LVS_EX_FLATSB","features":[357]},{"name":"LVS_EX_FULLROWSELECT","features":[357]},{"name":"LVS_EX_GRIDLINES","features":[357]},{"name":"LVS_EX_HEADERDRAGDROP","features":[357]},{"name":"LVS_EX_HEADERINALLVIEWS","features":[357]},{"name":"LVS_EX_HIDELABELS","features":[357]},{"name":"LVS_EX_INFOTIP","features":[357]},{"name":"LVS_EX_JUSTIFYCOLUMNS","features":[357]},{"name":"LVS_EX_LABELTIP","features":[357]},{"name":"LVS_EX_MULTIWORKAREAS","features":[357]},{"name":"LVS_EX_ONECLICKACTIVATE","features":[357]},{"name":"LVS_EX_REGIONAL","features":[357]},{"name":"LVS_EX_SIMPLESELECT","features":[357]},{"name":"LVS_EX_SINGLEROW","features":[357]},{"name":"LVS_EX_SNAPTOGRID","features":[357]},{"name":"LVS_EX_SUBITEMIMAGES","features":[357]},{"name":"LVS_EX_TRACKSELECT","features":[357]},{"name":"LVS_EX_TRANSPARENTBKGND","features":[357]},{"name":"LVS_EX_TRANSPARENTSHADOWTEXT","features":[357]},{"name":"LVS_EX_TWOCLICKACTIVATE","features":[357]},{"name":"LVS_EX_UNDERLINECOLD","features":[357]},{"name":"LVS_EX_UNDERLINEHOT","features":[357]},{"name":"LVS_ICON","features":[357]},{"name":"LVS_LIST","features":[357]},{"name":"LVS_NOCOLUMNHEADER","features":[357]},{"name":"LVS_NOLABELWRAP","features":[357]},{"name":"LVS_NOSCROLL","features":[357]},{"name":"LVS_NOSORTHEADER","features":[357]},{"name":"LVS_OWNERDATA","features":[357]},{"name":"LVS_OWNERDRAWFIXED","features":[357]},{"name":"LVS_REPORT","features":[357]},{"name":"LVS_SHAREIMAGELISTS","features":[357]},{"name":"LVS_SHOWSELALWAYS","features":[357]},{"name":"LVS_SINGLESEL","features":[357]},{"name":"LVS_SMALLICON","features":[357]},{"name":"LVS_SORTASCENDING","features":[357]},{"name":"LVS_SORTDESCENDING","features":[357]},{"name":"LVS_TYPEMASK","features":[357]},{"name":"LVS_TYPESTYLEMASK","features":[357]},{"name":"LVTILEINFO","features":[357]},{"name":"LVTILEVIEWINFO","features":[305,357]},{"name":"LVTILEVIEWINFO_FLAGS","features":[357]},{"name":"LVTILEVIEWINFO_MASK","features":[357]},{"name":"LVTVIF_AUTOSIZE","features":[357]},{"name":"LVTVIF_EXTENDED","features":[357]},{"name":"LVTVIF_FIXEDHEIGHT","features":[357]},{"name":"LVTVIF_FIXEDSIZE","features":[357]},{"name":"LVTVIF_FIXEDWIDTH","features":[357]},{"name":"LVTVIM_COLUMNS","features":[357]},{"name":"LVTVIM_LABELMARGIN","features":[357]},{"name":"LVTVIM_TILESIZE","features":[357]},{"name":"LV_MAX_WORKAREAS","features":[357]},{"name":"LV_VIEW_DETAILS","features":[357]},{"name":"LV_VIEW_ICON","features":[357]},{"name":"LV_VIEW_LIST","features":[357]},{"name":"LV_VIEW_MAX","features":[357]},{"name":"LV_VIEW_SMALLICON","features":[357]},{"name":"LV_VIEW_TILE","features":[357]},{"name":"LWS_IGNORERETURN","features":[357]},{"name":"LWS_NOPREFIX","features":[357]},{"name":"LWS_RIGHT","features":[357]},{"name":"LWS_TRANSPARENT","features":[357]},{"name":"LWS_USECUSTOMTEXT","features":[357]},{"name":"LWS_USEVISUALSTYLE","features":[357]},{"name":"LoadIconMetric","features":[305,357,374]},{"name":"LoadIconWithScaleDown","features":[305,357,374]},{"name":"MARGINS","features":[357]},{"name":"MARKUPTEXTSTATES","features":[357]},{"name":"MAXBS_DISABLED","features":[357]},{"name":"MAXBS_HOT","features":[357]},{"name":"MAXBS_NORMAL","features":[357]},{"name":"MAXBS_PUSHED","features":[357]},{"name":"MAXBUTTONSTATES","features":[357]},{"name":"MAXCAPTIONSTATES","features":[357]},{"name":"MAXPROPPAGES","features":[357]},{"name":"MAX_INTLIST_COUNT","features":[357]},{"name":"MAX_LINKID_TEXT","features":[357]},{"name":"MAX_THEMECOLOR","features":[357]},{"name":"MAX_THEMESIZE","features":[357]},{"name":"MBI_DISABLED","features":[357]},{"name":"MBI_DISABLEDHOT","features":[357]},{"name":"MBI_DISABLEDPUSHED","features":[357]},{"name":"MBI_HOT","features":[357]},{"name":"MBI_NORMAL","features":[357]},{"name":"MBI_PUSHED","features":[357]},{"name":"MB_ACTIVE","features":[357]},{"name":"MB_INACTIVE","features":[357]},{"name":"MCB_BITMAP","features":[357]},{"name":"MCB_DISABLED","features":[357]},{"name":"MCB_NORMAL","features":[357]},{"name":"MCGCB_HOT","features":[357]},{"name":"MCGCB_SELECTED","features":[357]},{"name":"MCGCB_SELECTEDHOT","features":[357]},{"name":"MCGCB_SELECTEDNOTFOCUSED","features":[357]},{"name":"MCGCB_TODAY","features":[357]},{"name":"MCGCB_TODAYSELECTED","features":[357]},{"name":"MCGCU_HASSTATE","features":[357]},{"name":"MCGCU_HASSTATEHOT","features":[357]},{"name":"MCGCU_HOT","features":[357]},{"name":"MCGCU_SELECTED","features":[357]},{"name":"MCGCU_SELECTEDHOT","features":[357]},{"name":"MCGC_HASSTATE","features":[357]},{"name":"MCGC_HASSTATEHOT","features":[357]},{"name":"MCGC_HOT","features":[357]},{"name":"MCGC_SELECTED","features":[357]},{"name":"MCGC_SELECTEDHOT","features":[357]},{"name":"MCGC_TODAY","features":[357]},{"name":"MCGC_TODAYSELECTED","features":[357]},{"name":"MCGIF_DATE","features":[357]},{"name":"MCGIF_NAME","features":[357]},{"name":"MCGIF_RECT","features":[357]},{"name":"MCGIP_CALENDAR","features":[357]},{"name":"MCGIP_CALENDARBODY","features":[357]},{"name":"MCGIP_CALENDARCELL","features":[357]},{"name":"MCGIP_CALENDARCONTROL","features":[357]},{"name":"MCGIP_CALENDARHEADER","features":[357]},{"name":"MCGIP_CALENDARROW","features":[357]},{"name":"MCGIP_FOOTER","features":[357]},{"name":"MCGIP_NEXT","features":[357]},{"name":"MCGIP_PREV","features":[357]},{"name":"MCGRIDINFO","features":[305,357]},{"name":"MCGRIDINFO_FLAGS","features":[357]},{"name":"MCGRIDINFO_PART","features":[357]},{"name":"MCHITTESTINFO","features":[305,357]},{"name":"MCHITTESTINFO_HIT_FLAGS","features":[357]},{"name":"MCHT_CALENDAR","features":[357]},{"name":"MCHT_CALENDARBK","features":[357]},{"name":"MCHT_CALENDARCONTROL","features":[357]},{"name":"MCHT_CALENDARDATE","features":[357]},{"name":"MCHT_CALENDARDATEMAX","features":[357]},{"name":"MCHT_CALENDARDATEMIN","features":[357]},{"name":"MCHT_CALENDARDATENEXT","features":[357]},{"name":"MCHT_CALENDARDATEPREV","features":[357]},{"name":"MCHT_CALENDARDAY","features":[357]},{"name":"MCHT_CALENDARWEEKNUM","features":[357]},{"name":"MCHT_NEXT","features":[357]},{"name":"MCHT_NOWHERE","features":[357]},{"name":"MCHT_PREV","features":[357]},{"name":"MCHT_TITLE","features":[357]},{"name":"MCHT_TITLEBK","features":[357]},{"name":"MCHT_TITLEBTNNEXT","features":[357]},{"name":"MCHT_TITLEBTNPREV","features":[357]},{"name":"MCHT_TITLEMONTH","features":[357]},{"name":"MCHT_TITLEYEAR","features":[357]},{"name":"MCHT_TODAYLINK","features":[357]},{"name":"MCMV_CENTURY","features":[357]},{"name":"MCMV_DECADE","features":[357]},{"name":"MCMV_MAX","features":[357]},{"name":"MCMV_MONTH","features":[357]},{"name":"MCMV_YEAR","features":[357]},{"name":"MCM_FIRST","features":[357]},{"name":"MCM_GETCALENDARBORDER","features":[357]},{"name":"MCM_GETCALENDARCOUNT","features":[357]},{"name":"MCM_GETCALENDARGRIDINFO","features":[357]},{"name":"MCM_GETCALID","features":[357]},{"name":"MCM_GETCOLOR","features":[357]},{"name":"MCM_GETCURRENTVIEW","features":[357]},{"name":"MCM_GETCURSEL","features":[357]},{"name":"MCM_GETFIRSTDAYOFWEEK","features":[357]},{"name":"MCM_GETMAXSELCOUNT","features":[357]},{"name":"MCM_GETMAXTODAYWIDTH","features":[357]},{"name":"MCM_GETMINREQRECT","features":[357]},{"name":"MCM_GETMONTHDELTA","features":[357]},{"name":"MCM_GETMONTHRANGE","features":[357]},{"name":"MCM_GETRANGE","features":[357]},{"name":"MCM_GETSELRANGE","features":[357]},{"name":"MCM_GETTODAY","features":[357]},{"name":"MCM_GETUNICODEFORMAT","features":[357]},{"name":"MCM_HITTEST","features":[357]},{"name":"MCM_SETCALENDARBORDER","features":[357]},{"name":"MCM_SETCALID","features":[357]},{"name":"MCM_SETCOLOR","features":[357]},{"name":"MCM_SETCURRENTVIEW","features":[357]},{"name":"MCM_SETCURSEL","features":[357]},{"name":"MCM_SETDAYSTATE","features":[357]},{"name":"MCM_SETFIRSTDAYOFWEEK","features":[357]},{"name":"MCM_SETMAXSELCOUNT","features":[357]},{"name":"MCM_SETMONTHDELTA","features":[357]},{"name":"MCM_SETRANGE","features":[357]},{"name":"MCM_SETSELRANGE","features":[357]},{"name":"MCM_SETTODAY","features":[357]},{"name":"MCM_SETUNICODEFORMAT","features":[357]},{"name":"MCM_SIZERECTTOMIN","features":[357]},{"name":"MCNN_DISABLED","features":[357]},{"name":"MCNN_HOT","features":[357]},{"name":"MCNN_NORMAL","features":[357]},{"name":"MCNN_PRESSED","features":[357]},{"name":"MCNP_DISABLED","features":[357]},{"name":"MCNP_HOT","features":[357]},{"name":"MCNP_NORMAL","features":[357]},{"name":"MCNP_PRESSED","features":[357]},{"name":"MCN_FIRST","features":[357]},{"name":"MCN_GETDAYSTATE","features":[357]},{"name":"MCN_LAST","features":[357]},{"name":"MCN_SELCHANGE","features":[357]},{"name":"MCN_SELECT","features":[357]},{"name":"MCN_VIEWCHANGE","features":[357]},{"name":"MCSC_BACKGROUND","features":[357]},{"name":"MCSC_MONTHBK","features":[357]},{"name":"MCSC_TEXT","features":[357]},{"name":"MCSC_TITLEBK","features":[357]},{"name":"MCSC_TITLETEXT","features":[357]},{"name":"MCSC_TRAILINGTEXT","features":[357]},{"name":"MCS_DAYSTATE","features":[357]},{"name":"MCS_MULTISELECT","features":[357]},{"name":"MCS_NOSELCHANGEONNAV","features":[357]},{"name":"MCS_NOTODAY","features":[357]},{"name":"MCS_NOTODAYCIRCLE","features":[357]},{"name":"MCS_NOTRAILINGDATES","features":[357]},{"name":"MCS_SHORTDAYSOFWEEK","features":[357]},{"name":"MCS_WEEKNUMBERS","features":[357]},{"name":"MCTGCU_HASSTATE","features":[357]},{"name":"MCTGCU_HASSTATEHOT","features":[357]},{"name":"MCTGCU_HOT","features":[357]},{"name":"MCTGCU_SELECTED","features":[357]},{"name":"MCTGCU_SELECTEDHOT","features":[357]},{"name":"MCTGC_HASSTATE","features":[357]},{"name":"MCTGC_HASSTATEHOT","features":[357]},{"name":"MCTGC_HOT","features":[357]},{"name":"MCTGC_SELECTED","features":[357]},{"name":"MCTGC_SELECTEDHOT","features":[357]},{"name":"MCTGC_TODAY","features":[357]},{"name":"MCTGC_TODAYSELECTED","features":[357]},{"name":"MC_BACKGROUND","features":[357]},{"name":"MC_BORDERS","features":[357]},{"name":"MC_BULLETDISABLED","features":[357]},{"name":"MC_BULLETNORMAL","features":[357]},{"name":"MC_CHECKMARKDISABLED","features":[357]},{"name":"MC_CHECKMARKNORMAL","features":[357]},{"name":"MC_COLHEADERSPLITTER","features":[357]},{"name":"MC_GRIDBACKGROUND","features":[357]},{"name":"MC_GRIDCELL","features":[357]},{"name":"MC_GRIDCELLBACKGROUND","features":[357]},{"name":"MC_GRIDCELLUPPER","features":[357]},{"name":"MC_NAVNEXT","features":[357]},{"name":"MC_NAVPREV","features":[357]},{"name":"MC_TRAILINGGRIDCELL","features":[357]},{"name":"MC_TRAILINGGRIDCELLUPPER","features":[357]},{"name":"MDCL_DISABLED","features":[357]},{"name":"MDCL_HOT","features":[357]},{"name":"MDCL_NORMAL","features":[357]},{"name":"MDCL_PUSHED","features":[357]},{"name":"MDICLOSEBUTTONSTATES","features":[357]},{"name":"MDIMINBUTTONSTATES","features":[357]},{"name":"MDIRESTOREBUTTONSTATES","features":[357]},{"name":"MDMI_DISABLED","features":[357]},{"name":"MDMI_HOT","features":[357]},{"name":"MDMI_NORMAL","features":[357]},{"name":"MDMI_PUSHED","features":[357]},{"name":"MDP_NEWAPPBUTTON","features":[357]},{"name":"MDP_SEPERATOR","features":[357]},{"name":"MDRE_DISABLED","features":[357]},{"name":"MDRE_HOT","features":[357]},{"name":"MDRE_NORMAL","features":[357]},{"name":"MDRE_PUSHED","features":[357]},{"name":"MDS_CHECKED","features":[357]},{"name":"MDS_DISABLED","features":[357]},{"name":"MDS_HOT","features":[357]},{"name":"MDS_HOTCHECKED","features":[357]},{"name":"MDS_NORMAL","features":[357]},{"name":"MDS_PRESSED","features":[357]},{"name":"MEASUREITEMSTRUCT","features":[357]},{"name":"MENUBANDPARTS","features":[357]},{"name":"MENUBANDSTATES","features":[357]},{"name":"MENUPARTS","features":[357]},{"name":"MENU_BARBACKGROUND","features":[357]},{"name":"MENU_BARITEM","features":[357]},{"name":"MENU_CHEVRON_TMSCHEMA","features":[357]},{"name":"MENU_MENUBARDROPDOWN_TMSCHEMA","features":[357]},{"name":"MENU_MENUBARITEM_TMSCHEMA","features":[357]},{"name":"MENU_MENUDROPDOWN_TMSCHEMA","features":[357]},{"name":"MENU_MENUITEM_TMSCHEMA","features":[357]},{"name":"MENU_POPUPBACKGROUND","features":[357]},{"name":"MENU_POPUPBORDERS","features":[357]},{"name":"MENU_POPUPCHECK","features":[357]},{"name":"MENU_POPUPCHECKBACKGROUND","features":[357]},{"name":"MENU_POPUPGUTTER","features":[357]},{"name":"MENU_POPUPITEM","features":[357]},{"name":"MENU_POPUPITEMKBFOCUS","features":[357]},{"name":"MENU_POPUPITEM_FOCUSABLE","features":[357]},{"name":"MENU_POPUPSEPARATOR","features":[357]},{"name":"MENU_POPUPSUBMENU","features":[357]},{"name":"MENU_POPUPSUBMENU_HCHOT","features":[357]},{"name":"MENU_SEPARATOR_TMSCHEMA","features":[357]},{"name":"MENU_SYSTEMCLOSE","features":[357]},{"name":"MENU_SYSTEMCLOSE_HCHOT","features":[357]},{"name":"MENU_SYSTEMMAXIMIZE","features":[357]},{"name":"MENU_SYSTEMMAXIMIZE_HCHOT","features":[357]},{"name":"MENU_SYSTEMMINIMIZE","features":[357]},{"name":"MENU_SYSTEMMINIMIZE_HCHOT","features":[357]},{"name":"MENU_SYSTEMRESTORE","features":[357]},{"name":"MENU_SYSTEMRESTORE_HCHOT","features":[357]},{"name":"MINBS_DISABLED","features":[357]},{"name":"MINBS_HOT","features":[357]},{"name":"MINBS_NORMAL","features":[357]},{"name":"MINBS_PUSHED","features":[357]},{"name":"MINBUTTONSTATES","features":[357]},{"name":"MINCAPTIONSTATES","features":[357]},{"name":"MNCS_ACTIVE","features":[357]},{"name":"MNCS_DISABLED","features":[357]},{"name":"MNCS_INACTIVE","features":[357]},{"name":"MONTHCALPARTS","features":[357]},{"name":"MONTHCAL_CLASS","features":[357]},{"name":"MONTHCAL_CLASSA","features":[357]},{"name":"MONTHCAL_CLASSW","features":[357]},{"name":"MONTH_CALDENDAR_MESSAGES_VIEW","features":[357]},{"name":"MOREPROGRAMSARROWBACKSTATES","features":[357]},{"name":"MOREPROGRAMSARROWSTATES","features":[357]},{"name":"MOREPROGRAMSTABSTATES","features":[357]},{"name":"MOVESTATES","features":[357]},{"name":"MPIF_DISABLED","features":[357]},{"name":"MPIF_DISABLEDHOT","features":[357]},{"name":"MPIF_HOT","features":[357]},{"name":"MPIF_NORMAL","features":[357]},{"name":"MPIKBFOCUS_NORMAL","features":[357]},{"name":"MPI_DISABLED","features":[357]},{"name":"MPI_DISABLEDHOT","features":[357]},{"name":"MPI_HOT","features":[357]},{"name":"MPI_NORMAL","features":[357]},{"name":"MSGF_COMMCTRL_BEGINDRAG","features":[357]},{"name":"MSGF_COMMCTRL_DRAGSELECT","features":[357]},{"name":"MSGF_COMMCTRL_SIZEHEADER","features":[357]},{"name":"MSGF_COMMCTRL_TOOLBARCUST","features":[357]},{"name":"MSMHC_HOT","features":[357]},{"name":"MSM_DISABLED","features":[357]},{"name":"MSM_NORMAL","features":[357]},{"name":"MSYSCHC_HOT","features":[357]},{"name":"MSYSC_DISABLED","features":[357]},{"name":"MSYSC_NORMAL","features":[357]},{"name":"MSYSMNHC_HOT","features":[357]},{"name":"MSYSMN_DISABLED","features":[357]},{"name":"MSYSMN_NORMAL","features":[357]},{"name":"MSYSMXHC_HOT","features":[357]},{"name":"MSYSMX_DISABLED","features":[357]},{"name":"MSYSMX_NORMAL","features":[357]},{"name":"MSYSRHC_HOT","features":[357]},{"name":"MSYSR_DISABLED","features":[357]},{"name":"MSYSR_NORMAL","features":[357]},{"name":"MULTIFILEOPENORD","features":[357]},{"name":"MXCS_ACTIVE","features":[357]},{"name":"MXCS_DISABLED","features":[357]},{"name":"MXCS_INACTIVE","features":[357]},{"name":"MakeDragList","features":[305,357]},{"name":"MenuHelp","features":[305,357,374]},{"name":"NAVIGATIONPARTS","features":[357]},{"name":"NAVNEXTSTATES","features":[357]},{"name":"NAVPREVSTATES","features":[357]},{"name":"NAV_BACKBUTTON","features":[357]},{"name":"NAV_BACKBUTTONSTATES","features":[357]},{"name":"NAV_BB_DISABLED","features":[357]},{"name":"NAV_BB_HOT","features":[357]},{"name":"NAV_BB_NORMAL","features":[357]},{"name":"NAV_BB_PRESSED","features":[357]},{"name":"NAV_FB_DISABLED","features":[357]},{"name":"NAV_FB_HOT","features":[357]},{"name":"NAV_FB_NORMAL","features":[357]},{"name":"NAV_FB_PRESSED","features":[357]},{"name":"NAV_FORWARDBUTTON","features":[357]},{"name":"NAV_FORWARDBUTTONSTATES","features":[357]},{"name":"NAV_MB_DISABLED","features":[357]},{"name":"NAV_MB_HOT","features":[357]},{"name":"NAV_MB_NORMAL","features":[357]},{"name":"NAV_MB_PRESSED","features":[357]},{"name":"NAV_MENUBUTTON","features":[357]},{"name":"NAV_MENUBUTTONSTATES","features":[357]},{"name":"NEWFILEOPENORD","features":[357]},{"name":"NEWFILEOPENV2ORD","features":[357]},{"name":"NEWFILEOPENV3ORD","features":[357]},{"name":"NEWFORMATDLGWITHLINK","features":[357]},{"name":"NFS_ALL","features":[357]},{"name":"NFS_BUTTON","features":[357]},{"name":"NFS_EDIT","features":[357]},{"name":"NFS_LISTCOMBO","features":[357]},{"name":"NFS_STATIC","features":[357]},{"name":"NFS_USEFONTASSOC","features":[357]},{"name":"NMBCDROPDOWN","features":[305,357]},{"name":"NMBCHOTITEM","features":[305,357]},{"name":"NMCBEDRAGBEGINA","features":[305,357]},{"name":"NMCBEDRAGBEGINW","features":[305,357]},{"name":"NMCBEENDEDITA","features":[305,357]},{"name":"NMCBEENDEDITW","features":[305,357]},{"name":"NMCHAR","features":[305,357]},{"name":"NMCOMBOBOXEXA","features":[305,357]},{"name":"NMCOMBOBOXEXW","features":[305,357]},{"name":"NMCUSTOMDRAW","features":[305,317,357]},{"name":"NMCUSTOMDRAW_DRAW_STAGE","features":[357]},{"name":"NMCUSTOMDRAW_DRAW_STATE_FLAGS","features":[357]},{"name":"NMCUSTOMSPLITRECTINFO","features":[305,357]},{"name":"NMCUSTOMTEXT","features":[305,317,357]},{"name":"NMDATETIMECHANGE","features":[305,357]},{"name":"NMDATETIMECHANGE_FLAGS","features":[357]},{"name":"NMDATETIMEFORMATA","features":[305,357]},{"name":"NMDATETIMEFORMATQUERYA","features":[305,357]},{"name":"NMDATETIMEFORMATQUERYW","features":[305,357]},{"name":"NMDATETIMEFORMATW","features":[305,357]},{"name":"NMDATETIMESTRINGA","features":[305,357]},{"name":"NMDATETIMESTRINGW","features":[305,357]},{"name":"NMDATETIMEWMKEYDOWNA","features":[305,357]},{"name":"NMDATETIMEWMKEYDOWNW","features":[305,357]},{"name":"NMDAYSTATE","features":[305,357]},{"name":"NMHDDISPINFOA","features":[305,357]},{"name":"NMHDDISPINFOW","features":[305,357]},{"name":"NMHDFILTERBTNCLICK","features":[305,357]},{"name":"NMHDR","features":[305,357]},{"name":"NMHEADERA","features":[305,317,357]},{"name":"NMHEADERW","features":[305,317,357]},{"name":"NMIPADDRESS","features":[305,357]},{"name":"NMITEMACTIVATE","features":[305,357]},{"name":"NMKEY","features":[305,357]},{"name":"NMLINK","features":[305,357]},{"name":"NMLISTVIEW","features":[305,357]},{"name":"NMLVCACHEHINT","features":[305,357]},{"name":"NMLVCUSTOMDRAW","features":[305,317,357]},{"name":"NMLVCUSTOMDRAW_ITEM_TYPE","features":[357]},{"name":"NMLVDISPINFOA","features":[305,357]},{"name":"NMLVDISPINFOW","features":[305,357]},{"name":"NMLVEMPTYMARKUP","features":[305,357]},{"name":"NMLVEMPTYMARKUP_FLAGS","features":[357]},{"name":"NMLVFINDITEMA","features":[305,357]},{"name":"NMLVFINDITEMW","features":[305,357]},{"name":"NMLVGETINFOTIPA","features":[305,357]},{"name":"NMLVGETINFOTIPW","features":[305,357]},{"name":"NMLVGETINFOTIP_FLAGS","features":[357]},{"name":"NMLVKEYDOWN","features":[305,357]},{"name":"NMLVLINK","features":[305,357]},{"name":"NMLVODSTATECHANGE","features":[305,357]},{"name":"NMLVSCROLL","features":[305,357]},{"name":"NMMOUSE","features":[305,357]},{"name":"NMOBJECTNOTIFY","features":[305,357]},{"name":"NMPGCALCSIZE","features":[305,357]},{"name":"NMPGCALCSIZE_FLAGS","features":[357]},{"name":"NMPGHOTITEM","features":[305,357]},{"name":"NMPGSCROLL","features":[305,357]},{"name":"NMPGSCROLL_DIR","features":[357]},{"name":"NMPGSCROLL_KEYS","features":[357]},{"name":"NMRBAUTOSIZE","features":[305,357]},{"name":"NMREBAR","features":[305,357]},{"name":"NMREBARAUTOBREAK","features":[305,357]},{"name":"NMREBARCHEVRON","features":[305,357]},{"name":"NMREBARCHILDSIZE","features":[305,357]},{"name":"NMREBARSPLITTER","features":[305,357]},{"name":"NMREBAR_MASK_FLAGS","features":[357]},{"name":"NMSEARCHWEB","features":[305,357]},{"name":"NMSELCHANGE","features":[305,357]},{"name":"NMTBCUSTOMDRAW","features":[305,317,357]},{"name":"NMTBDISPINFOA","features":[305,357]},{"name":"NMTBDISPINFOW","features":[305,357]},{"name":"NMTBDISPINFOW_MASK","features":[357]},{"name":"NMTBGETINFOTIPA","features":[305,357]},{"name":"NMTBGETINFOTIPW","features":[305,357]},{"name":"NMTBHOTITEM","features":[305,357]},{"name":"NMTBHOTITEM_FLAGS","features":[357]},{"name":"NMTBRESTORE","features":[305,357]},{"name":"NMTBSAVE","features":[305,357]},{"name":"NMTCKEYDOWN","features":[305,357]},{"name":"NMTOOLBARA","features":[305,357]},{"name":"NMTOOLBARW","features":[305,357]},{"name":"NMTOOLTIPSCREATED","features":[305,357]},{"name":"NMTRBTHUMBPOSCHANGING","features":[305,357]},{"name":"NMTREEVIEWA","features":[305,357]},{"name":"NMTREEVIEWW","features":[305,357]},{"name":"NMTTCUSTOMDRAW","features":[305,317,357]},{"name":"NMTTDISPINFOA","features":[305,357]},{"name":"NMTTDISPINFOW","features":[305,357]},{"name":"NMTVASYNCDRAW","features":[305,317,357]},{"name":"NMTVCUSTOMDRAW","features":[305,317,357]},{"name":"NMTVDISPINFOA","features":[305,357]},{"name":"NMTVDISPINFOEXA","features":[305,357]},{"name":"NMTVDISPINFOEXW","features":[305,357]},{"name":"NMTVDISPINFOW","features":[305,357]},{"name":"NMTVGETINFOTIPA","features":[305,357]},{"name":"NMTVGETINFOTIPW","features":[305,357]},{"name":"NMTVITEMCHANGE","features":[305,357]},{"name":"NMTVKEYDOWN","features":[305,357]},{"name":"NMTVSTATEIMAGECHANGING","features":[305,357]},{"name":"NMUPDOWN","features":[305,357]},{"name":"NMVIEWCHANGE","features":[305,357]},{"name":"NM_CHAR","features":[357]},{"name":"NM_CLICK","features":[357]},{"name":"NM_CUSTOMDRAW","features":[357]},{"name":"NM_CUSTOMTEXT","features":[357]},{"name":"NM_DBLCLK","features":[357]},{"name":"NM_FIRST","features":[357]},{"name":"NM_FONTCHANGED","features":[357]},{"name":"NM_GETCUSTOMSPLITRECT","features":[357]},{"name":"NM_HOVER","features":[357]},{"name":"NM_KEYDOWN","features":[357]},{"name":"NM_KILLFOCUS","features":[357]},{"name":"NM_LAST","features":[357]},{"name":"NM_LDOWN","features":[357]},{"name":"NM_NCHITTEST","features":[357]},{"name":"NM_OUTOFMEMORY","features":[357]},{"name":"NM_RCLICK","features":[357]},{"name":"NM_RDBLCLK","features":[357]},{"name":"NM_RDOWN","features":[357]},{"name":"NM_RELEASEDCAPTURE","features":[357]},{"name":"NM_RETURN","features":[357]},{"name":"NM_SETCURSOR","features":[357]},{"name":"NM_SETFOCUS","features":[357]},{"name":"NM_THEMECHANGED","features":[357]},{"name":"NM_TOOLTIPSCREATED","features":[357]},{"name":"NM_TREEVIEW_ACTION","features":[357]},{"name":"NM_TVSTATEIMAGECHANGING","features":[357]},{"name":"NONESTATES","features":[357]},{"name":"NORMALGROUPCOLLAPSESTATES","features":[357]},{"name":"NORMALGROUPEXPANDSTATES","features":[357]},{"name":"ODA_DRAWENTIRE","features":[357]},{"name":"ODA_FLAGS","features":[357]},{"name":"ODA_FOCUS","features":[357]},{"name":"ODA_SELECT","features":[357]},{"name":"ODS_CHECKED","features":[357]},{"name":"ODS_COMBOBOXEDIT","features":[357]},{"name":"ODS_DEFAULT","features":[357]},{"name":"ODS_DISABLED","features":[357]},{"name":"ODS_FLAGS","features":[357]},{"name":"ODS_FOCUS","features":[357]},{"name":"ODS_GRAYED","features":[357]},{"name":"ODS_HOTLIGHT","features":[357]},{"name":"ODS_INACTIVE","features":[357]},{"name":"ODS_NOACCEL","features":[357]},{"name":"ODS_NOFOCUSRECT","features":[357]},{"name":"ODS_SELECTED","features":[357]},{"name":"ODT_BUTTON","features":[357]},{"name":"ODT_COMBOBOX","features":[357]},{"name":"ODT_HEADER","features":[357]},{"name":"ODT_LISTBOX","features":[357]},{"name":"ODT_LISTVIEW","features":[357]},{"name":"ODT_MENU","features":[357]},{"name":"ODT_STATIC","features":[357]},{"name":"ODT_TAB","features":[357]},{"name":"OFFSETTYPE","features":[357]},{"name":"OPENBOXSTATES","features":[357]},{"name":"OPEN_THEME_DATA_FLAGS","features":[357]},{"name":"OTD_FORCE_RECT_SIZING","features":[357]},{"name":"OTD_NONCLIENT","features":[357]},{"name":"OT_ABOVELASTBUTTON","features":[357]},{"name":"OT_BELOWLASTBUTTON","features":[357]},{"name":"OT_BOTTOMLEFT","features":[357]},{"name":"OT_BOTTOMMIDDLE","features":[357]},{"name":"OT_BOTTOMRIGHT","features":[357]},{"name":"OT_LEFTOFCAPTION","features":[357]},{"name":"OT_LEFTOFLASTBUTTON","features":[357]},{"name":"OT_MIDDLELEFT","features":[357]},{"name":"OT_MIDDLERIGHT","features":[357]},{"name":"OT_RIGHTOFCAPTION","features":[357]},{"name":"OT_RIGHTOFLASTBUTTON","features":[357]},{"name":"OT_TOPLEFT","features":[357]},{"name":"OT_TOPMIDDLE","features":[357]},{"name":"OT_TOPRIGHT","features":[357]},{"name":"OpenThemeData","features":[305,357]},{"name":"OpenThemeDataEx","features":[305,357]},{"name":"PAGEPARTS","features":[357]},{"name":"PAGESETUPDLGORD","features":[357]},{"name":"PAGESETUPDLGORDMOTIF","features":[357]},{"name":"PBBS_NORMAL","features":[357]},{"name":"PBBS_PARTIAL","features":[357]},{"name":"PBBVS_NORMAL","features":[357]},{"name":"PBBVS_PARTIAL","features":[357]},{"name":"PBDDS_DISABLED","features":[357]},{"name":"PBDDS_NORMAL","features":[357]},{"name":"PBFS_ERROR","features":[357]},{"name":"PBFS_NORMAL","features":[357]},{"name":"PBFS_PARTIAL","features":[357]},{"name":"PBFS_PAUSED","features":[357]},{"name":"PBFVS_ERROR","features":[357]},{"name":"PBFVS_NORMAL","features":[357]},{"name":"PBFVS_PARTIAL","features":[357]},{"name":"PBFVS_PAUSED","features":[357]},{"name":"PBM_DELTAPOS","features":[357]},{"name":"PBM_GETBARCOLOR","features":[357]},{"name":"PBM_GETBKCOLOR","features":[357]},{"name":"PBM_GETPOS","features":[357]},{"name":"PBM_GETRANGE","features":[357]},{"name":"PBM_GETSTATE","features":[357]},{"name":"PBM_GETSTEP","features":[357]},{"name":"PBM_SETBARCOLOR","features":[357]},{"name":"PBM_SETBKCOLOR","features":[357]},{"name":"PBM_SETMARQUEE","features":[357]},{"name":"PBM_SETPOS","features":[357]},{"name":"PBM_SETRANGE","features":[357]},{"name":"PBM_SETRANGE32","features":[357]},{"name":"PBM_SETSTATE","features":[357]},{"name":"PBM_SETSTEP","features":[357]},{"name":"PBM_STEPIT","features":[357]},{"name":"PBRANGE","features":[357]},{"name":"PBST_ERROR","features":[357]},{"name":"PBST_NORMAL","features":[357]},{"name":"PBST_PAUSED","features":[357]},{"name":"PBS_DEFAULTED","features":[357]},{"name":"PBS_DEFAULTED_ANIMATING","features":[357]},{"name":"PBS_DISABLED","features":[357]},{"name":"PBS_HOT","features":[357]},{"name":"PBS_MARQUEE","features":[357]},{"name":"PBS_NORMAL","features":[357]},{"name":"PBS_PRESSED","features":[357]},{"name":"PBS_SMOOTH","features":[357]},{"name":"PBS_SMOOTHREVERSE","features":[357]},{"name":"PBS_VERTICAL","features":[357]},{"name":"PFNDACOMPARE","features":[305,357]},{"name":"PFNDACOMPARECONST","features":[305,357]},{"name":"PFNDAENUMCALLBACK","features":[357]},{"name":"PFNDAENUMCALLBACKCONST","features":[357]},{"name":"PFNDPAMERGE","features":[305,357]},{"name":"PFNDPAMERGECONST","features":[305,357]},{"name":"PFNDPASTREAM","features":[358,357]},{"name":"PFNLVCOMPARE","features":[305,357]},{"name":"PFNLVGROUPCOMPARE","features":[357]},{"name":"PFNPROPSHEETCALLBACK","features":[305,357]},{"name":"PFNTVCOMPARE","features":[305,357]},{"name":"PFTASKDIALOGCALLBACK","features":[305,357]},{"name":"PGB_BOTTOMORRIGHT","features":[357]},{"name":"PGB_TOPORLEFT","features":[357]},{"name":"PGF_CALCHEIGHT","features":[357]},{"name":"PGF_CALCWIDTH","features":[357]},{"name":"PGF_DEPRESSED","features":[357]},{"name":"PGF_GRAYED","features":[357]},{"name":"PGF_HOT","features":[357]},{"name":"PGF_INVISIBLE","features":[357]},{"name":"PGF_NORMAL","features":[357]},{"name":"PGF_SCROLLDOWN","features":[357]},{"name":"PGF_SCROLLLEFT","features":[357]},{"name":"PGF_SCROLLRIGHT","features":[357]},{"name":"PGF_SCROLLUP","features":[357]},{"name":"PGK_CONTROL","features":[357]},{"name":"PGK_MENU","features":[357]},{"name":"PGK_NONE","features":[357]},{"name":"PGK_SHIFT","features":[357]},{"name":"PGM_FIRST","features":[357]},{"name":"PGM_FORWARDMOUSE","features":[357]},{"name":"PGM_GETBKCOLOR","features":[357]},{"name":"PGM_GETBORDER","features":[357]},{"name":"PGM_GETBUTTONSIZE","features":[357]},{"name":"PGM_GETBUTTONSTATE","features":[357]},{"name":"PGM_GETDROPTARGET","features":[357]},{"name":"PGM_GETPOS","features":[357]},{"name":"PGM_RECALCSIZE","features":[357]},{"name":"PGM_SETBKCOLOR","features":[357]},{"name":"PGM_SETBORDER","features":[357]},{"name":"PGM_SETBUTTONSIZE","features":[357]},{"name":"PGM_SETCHILD","features":[357]},{"name":"PGM_SETPOS","features":[357]},{"name":"PGM_SETSCROLLINFO","features":[357]},{"name":"PGN_CALCSIZE","features":[357]},{"name":"PGN_FIRST","features":[357]},{"name":"PGN_HOTITEMCHANGE","features":[357]},{"name":"PGN_LAST","features":[357]},{"name":"PGN_SCROLL","features":[357]},{"name":"PGRP_DOWN","features":[357]},{"name":"PGRP_DOWNHORZ","features":[357]},{"name":"PGRP_UP","features":[357]},{"name":"PGRP_UPHORZ","features":[357]},{"name":"PGS_AUTOSCROLL","features":[357]},{"name":"PGS_DRAGNDROP","features":[357]},{"name":"PGS_HORZ","features":[357]},{"name":"PGS_VERT","features":[357]},{"name":"POINTER_DEVICE_CURSOR_INFO","features":[357]},{"name":"POINTER_DEVICE_CURSOR_TYPE","features":[357]},{"name":"POINTER_DEVICE_CURSOR_TYPE_ERASER","features":[357]},{"name":"POINTER_DEVICE_CURSOR_TYPE_MAX","features":[357]},{"name":"POINTER_DEVICE_CURSOR_TYPE_TIP","features":[357]},{"name":"POINTER_DEVICE_CURSOR_TYPE_UNKNOWN","features":[357]},{"name":"POINTER_DEVICE_INFO","features":[305,317,357]},{"name":"POINTER_DEVICE_PROPERTY","features":[357]},{"name":"POINTER_DEVICE_TYPE","features":[357]},{"name":"POINTER_DEVICE_TYPE_EXTERNAL_PEN","features":[357]},{"name":"POINTER_DEVICE_TYPE_INTEGRATED_PEN","features":[357]},{"name":"POINTER_DEVICE_TYPE_MAX","features":[357]},{"name":"POINTER_DEVICE_TYPE_TOUCH","features":[357]},{"name":"POINTER_DEVICE_TYPE_TOUCH_PAD","features":[357]},{"name":"POINTER_FEEDBACK_DEFAULT","features":[357]},{"name":"POINTER_FEEDBACK_INDIRECT","features":[357]},{"name":"POINTER_FEEDBACK_MODE","features":[357]},{"name":"POINTER_FEEDBACK_NONE","features":[357]},{"name":"POINTER_TYPE_INFO","features":[305,357,625,374]},{"name":"POPUPCHECKBACKGROUNDSTATES","features":[357]},{"name":"POPUPCHECKSTATES","features":[357]},{"name":"POPUPITEMFOCUSABLESTATES","features":[357]},{"name":"POPUPITEMKBFOCUSSTATES","features":[357]},{"name":"POPUPITEMSTATES","features":[357]},{"name":"POPUPSUBMENUHCHOTSTATES","features":[357]},{"name":"POPUPSUBMENUSTATES","features":[357]},{"name":"PO_CLASS","features":[357]},{"name":"PO_GLOBAL","features":[357]},{"name":"PO_NOTFOUND","features":[357]},{"name":"PO_PART","features":[357]},{"name":"PO_STATE","features":[357]},{"name":"PP_BAR","features":[357]},{"name":"PP_BARVERT","features":[357]},{"name":"PP_CHUNK","features":[357]},{"name":"PP_CHUNKVERT","features":[357]},{"name":"PP_FILL","features":[357]},{"name":"PP_FILLVERT","features":[357]},{"name":"PP_MOVEOVERLAY","features":[357]},{"name":"PP_MOVEOVERLAYVERT","features":[357]},{"name":"PP_PULSEOVERLAY","features":[357]},{"name":"PP_PULSEOVERLAYVERT","features":[357]},{"name":"PP_TRANSPARENTBAR","features":[357]},{"name":"PP_TRANSPARENTBARVERT","features":[357]},{"name":"PRINTDLGEXORD","features":[357]},{"name":"PRINTDLGORD","features":[357]},{"name":"PRNSETUPDLGORD","features":[357]},{"name":"PROGRESSPARTS","features":[357]},{"name":"PROGRESS_CLASS","features":[357]},{"name":"PROGRESS_CLASSA","features":[357]},{"name":"PROGRESS_CLASSW","features":[357]},{"name":"PROPERTYORIGIN","features":[357]},{"name":"PROPSHEETHEADERA_V1","features":[305,317,357,374]},{"name":"PROPSHEETHEADERA_V2","features":[305,317,357,374]},{"name":"PROPSHEETHEADERW_V1","features":[305,317,357,374]},{"name":"PROPSHEETHEADERW_V2","features":[305,317,357,374]},{"name":"PROPSHEETPAGEA","features":[305,317,357,374]},{"name":"PROPSHEETPAGEA_V1","features":[305,317,357,374]},{"name":"PROPSHEETPAGEA_V2","features":[305,317,357,374]},{"name":"PROPSHEETPAGEA_V3","features":[305,317,357,374]},{"name":"PROPSHEETPAGEW","features":[305,317,357,374]},{"name":"PROPSHEETPAGEW_V1","features":[305,317,357,374]},{"name":"PROPSHEETPAGEW_V2","features":[305,317,357,374]},{"name":"PROPSHEETPAGEW_V3","features":[305,317,357,374]},{"name":"PROP_LG_CXDLG","features":[357]},{"name":"PROP_LG_CYDLG","features":[357]},{"name":"PROP_MED_CXDLG","features":[357]},{"name":"PROP_MED_CYDLG","features":[357]},{"name":"PROP_SM_CXDLG","features":[357]},{"name":"PROP_SM_CYDLG","features":[357]},{"name":"PSBTN_APPLYNOW","features":[357]},{"name":"PSBTN_BACK","features":[357]},{"name":"PSBTN_CANCEL","features":[357]},{"name":"PSBTN_FINISH","features":[357]},{"name":"PSBTN_HELP","features":[357]},{"name":"PSBTN_MAX","features":[357]},{"name":"PSBTN_NEXT","features":[357]},{"name":"PSBTN_OK","features":[357]},{"name":"PSCB_BUTTONPRESSED","features":[357]},{"name":"PSCB_INITIALIZED","features":[357]},{"name":"PSCB_PRECREATE","features":[357]},{"name":"PSHNOTIFY","features":[305,357]},{"name":"PSH_AEROWIZARD","features":[357]},{"name":"PSH_DEFAULT","features":[357]},{"name":"PSH_HASHELP","features":[357]},{"name":"PSH_HEADER","features":[357]},{"name":"PSH_HEADERBITMAP","features":[357]},{"name":"PSH_MODELESS","features":[357]},{"name":"PSH_NOAPPLYNOW","features":[357]},{"name":"PSH_NOCONTEXTHELP","features":[357]},{"name":"PSH_NOMARGIN","features":[357]},{"name":"PSH_PROPSHEETPAGE","features":[357]},{"name":"PSH_PROPTITLE","features":[357]},{"name":"PSH_RESIZABLE","features":[357]},{"name":"PSH_RTLREADING","features":[357]},{"name":"PSH_STRETCHWATERMARK","features":[357]},{"name":"PSH_USECALLBACK","features":[357]},{"name":"PSH_USEHBMHEADER","features":[357]},{"name":"PSH_USEHBMWATERMARK","features":[357]},{"name":"PSH_USEHICON","features":[357]},{"name":"PSH_USEHPLWATERMARK","features":[357]},{"name":"PSH_USEICONID","features":[357]},{"name":"PSH_USEPAGELANG","features":[357]},{"name":"PSH_USEPSTARTPAGE","features":[357]},{"name":"PSH_WATERMARK","features":[357]},{"name":"PSH_WIZARD","features":[357]},{"name":"PSH_WIZARD97","features":[357]},{"name":"PSH_WIZARDCONTEXTHELP","features":[357]},{"name":"PSH_WIZARDHASFINISH","features":[357]},{"name":"PSH_WIZARD_LITE","features":[357]},{"name":"PSM_ADDPAGE","features":[357]},{"name":"PSM_APPLY","features":[357]},{"name":"PSM_CANCELTOCLOSE","features":[357]},{"name":"PSM_CHANGED","features":[357]},{"name":"PSM_ENABLEWIZBUTTONS","features":[357]},{"name":"PSM_GETCURRENTPAGEHWND","features":[357]},{"name":"PSM_GETRESULT","features":[357]},{"name":"PSM_GETTABCONTROL","features":[357]},{"name":"PSM_HWNDTOINDEX","features":[357]},{"name":"PSM_IDTOINDEX","features":[357]},{"name":"PSM_INDEXTOHWND","features":[357]},{"name":"PSM_INDEXTOID","features":[357]},{"name":"PSM_INDEXTOPAGE","features":[357]},{"name":"PSM_INSERTPAGE","features":[357]},{"name":"PSM_ISDIALOGMESSAGE","features":[357]},{"name":"PSM_PAGETOINDEX","features":[357]},{"name":"PSM_PRESSBUTTON","features":[357]},{"name":"PSM_QUERYSIBLINGS","features":[357]},{"name":"PSM_REBOOTSYSTEM","features":[357]},{"name":"PSM_RECALCPAGESIZES","features":[357]},{"name":"PSM_REMOVEPAGE","features":[357]},{"name":"PSM_RESTARTWINDOWS","features":[357]},{"name":"PSM_SETBUTTONTEXT","features":[357]},{"name":"PSM_SETBUTTONTEXTW","features":[357]},{"name":"PSM_SETCURSEL","features":[357]},{"name":"PSM_SETCURSELID","features":[357]},{"name":"PSM_SETFINISHTEXT","features":[357]},{"name":"PSM_SETFINISHTEXTA","features":[357]},{"name":"PSM_SETFINISHTEXTW","features":[357]},{"name":"PSM_SETHEADERSUBTITLE","features":[357]},{"name":"PSM_SETHEADERSUBTITLEA","features":[357]},{"name":"PSM_SETHEADERSUBTITLEW","features":[357]},{"name":"PSM_SETHEADERTITLE","features":[357]},{"name":"PSM_SETHEADERTITLEA","features":[357]},{"name":"PSM_SETHEADERTITLEW","features":[357]},{"name":"PSM_SETNEXTTEXT","features":[357]},{"name":"PSM_SETNEXTTEXTW","features":[357]},{"name":"PSM_SETTITLE","features":[357]},{"name":"PSM_SETTITLEA","features":[357]},{"name":"PSM_SETTITLEW","features":[357]},{"name":"PSM_SETWIZBUTTONS","features":[357]},{"name":"PSM_SHOWWIZBUTTONS","features":[357]},{"name":"PSM_UNCHANGED","features":[357]},{"name":"PSNRET_INVALID","features":[357]},{"name":"PSNRET_INVALID_NOCHANGEPAGE","features":[357]},{"name":"PSNRET_MESSAGEHANDLED","features":[357]},{"name":"PSNRET_NOERROR","features":[357]},{"name":"PSN_APPLY","features":[357]},{"name":"PSN_FIRST","features":[357]},{"name":"PSN_GETOBJECT","features":[357]},{"name":"PSN_HELP","features":[357]},{"name":"PSN_KILLACTIVE","features":[357]},{"name":"PSN_LAST","features":[357]},{"name":"PSN_QUERYCANCEL","features":[357]},{"name":"PSN_QUERYINITIALFOCUS","features":[357]},{"name":"PSN_RESET","features":[357]},{"name":"PSN_SETACTIVE","features":[357]},{"name":"PSN_TRANSLATEACCELERATOR","features":[357]},{"name":"PSN_WIZBACK","features":[357]},{"name":"PSN_WIZFINISH","features":[357]},{"name":"PSN_WIZNEXT","features":[357]},{"name":"PSPCB_ADDREF","features":[357]},{"name":"PSPCB_CREATE","features":[357]},{"name":"PSPCB_MESSAGE","features":[357]},{"name":"PSPCB_RELEASE","features":[357]},{"name":"PSPCB_SI_INITDIALOG","features":[357]},{"name":"PSP_DEFAULT","features":[357]},{"name":"PSP_DLGINDIRECT","features":[357]},{"name":"PSP_HASHELP","features":[357]},{"name":"PSP_HIDEHEADER","features":[357]},{"name":"PSP_PREMATURE","features":[357]},{"name":"PSP_RTLREADING","features":[357]},{"name":"PSP_USECALLBACK","features":[357]},{"name":"PSP_USEFUSIONCONTEXT","features":[357]},{"name":"PSP_USEHEADERSUBTITLE","features":[357]},{"name":"PSP_USEHEADERTITLE","features":[357]},{"name":"PSP_USEHICON","features":[357]},{"name":"PSP_USEICONID","features":[357]},{"name":"PSP_USEREFPARENT","features":[357]},{"name":"PSP_USETITLE","features":[357]},{"name":"PSWIZBF_ELEVATIONREQUIRED","features":[357]},{"name":"PSWIZB_BACK","features":[357]},{"name":"PSWIZB_CANCEL","features":[357]},{"name":"PSWIZB_DISABLEDFINISH","features":[357]},{"name":"PSWIZB_FINISH","features":[357]},{"name":"PSWIZB_NEXT","features":[357]},{"name":"PSWIZB_RESTORE","features":[357]},{"name":"PSWIZB_SHOW","features":[357]},{"name":"PUSHBUTTONDROPDOWNSTATES","features":[357]},{"name":"PUSHBUTTONSTATES","features":[357]},{"name":"PackTouchHitTestingProximityEvaluation","features":[305,357]},{"name":"PropertySheetA","features":[305,317,357,374]},{"name":"PropertySheetW","features":[305,317,357,374]},{"name":"RADIOBUTTONSTATES","features":[357]},{"name":"RBAB_ADDBAND","features":[357]},{"name":"RBAB_AUTOSIZE","features":[357]},{"name":"RBBIM_BACKGROUND","features":[357]},{"name":"RBBIM_CHEVRONLOCATION","features":[357]},{"name":"RBBIM_CHEVRONSTATE","features":[357]},{"name":"RBBIM_CHILD","features":[357]},{"name":"RBBIM_CHILDSIZE","features":[357]},{"name":"RBBIM_COLORS","features":[357]},{"name":"RBBIM_HEADERSIZE","features":[357]},{"name":"RBBIM_ID","features":[357]},{"name":"RBBIM_IDEALSIZE","features":[357]},{"name":"RBBIM_IMAGE","features":[357]},{"name":"RBBIM_LPARAM","features":[357]},{"name":"RBBIM_SIZE","features":[357]},{"name":"RBBIM_STYLE","features":[357]},{"name":"RBBIM_TEXT","features":[357]},{"name":"RBBS_BREAK","features":[357]},{"name":"RBBS_CHILDEDGE","features":[357]},{"name":"RBBS_FIXEDBMP","features":[357]},{"name":"RBBS_FIXEDSIZE","features":[357]},{"name":"RBBS_GRIPPERALWAYS","features":[357]},{"name":"RBBS_HIDDEN","features":[357]},{"name":"RBBS_HIDETITLE","features":[357]},{"name":"RBBS_NOGRIPPER","features":[357]},{"name":"RBBS_NOVERT","features":[357]},{"name":"RBBS_TOPALIGN","features":[357]},{"name":"RBBS_USECHEVRON","features":[357]},{"name":"RBBS_VARIABLEHEIGHT","features":[357]},{"name":"RBHITTESTINFO","features":[305,357]},{"name":"RBHT_CAPTION","features":[357]},{"name":"RBHT_CHEVRON","features":[357]},{"name":"RBHT_CLIENT","features":[357]},{"name":"RBHT_GRABBER","features":[357]},{"name":"RBHT_NOWHERE","features":[357]},{"name":"RBHT_SPLITTER","features":[357]},{"name":"RBIM_IMAGELIST","features":[357]},{"name":"RBNM_ID","features":[357]},{"name":"RBNM_LPARAM","features":[357]},{"name":"RBNM_STYLE","features":[357]},{"name":"RBN_AUTOBREAK","features":[357]},{"name":"RBN_AUTOSIZE","features":[357]},{"name":"RBN_BEGINDRAG","features":[357]},{"name":"RBN_CHEVRONPUSHED","features":[357]},{"name":"RBN_CHILDSIZE","features":[357]},{"name":"RBN_DELETEDBAND","features":[357]},{"name":"RBN_DELETINGBAND","features":[357]},{"name":"RBN_ENDDRAG","features":[357]},{"name":"RBN_FIRST","features":[357]},{"name":"RBN_GETOBJECT","features":[357]},{"name":"RBN_HEIGHTCHANGE","features":[357]},{"name":"RBN_LAST","features":[357]},{"name":"RBN_LAYOUTCHANGED","features":[357]},{"name":"RBN_MINMAX","features":[357]},{"name":"RBN_SPLITTERDRAG","features":[357]},{"name":"RBSTR_CHANGERECT","features":[357]},{"name":"RBS_AUTOSIZE","features":[357]},{"name":"RBS_BANDBORDERS","features":[357]},{"name":"RBS_CHECKEDDISABLED","features":[357]},{"name":"RBS_CHECKEDHOT","features":[357]},{"name":"RBS_CHECKEDNORMAL","features":[357]},{"name":"RBS_CHECKEDPRESSED","features":[357]},{"name":"RBS_DBLCLKTOGGLE","features":[357]},{"name":"RBS_DISABLED","features":[357]},{"name":"RBS_FIXEDORDER","features":[357]},{"name":"RBS_HOT","features":[357]},{"name":"RBS_NORMAL","features":[357]},{"name":"RBS_PUSHED","features":[357]},{"name":"RBS_REGISTERDROP","features":[357]},{"name":"RBS_TOOLTIPS","features":[357]},{"name":"RBS_UNCHECKEDDISABLED","features":[357]},{"name":"RBS_UNCHECKEDHOT","features":[357]},{"name":"RBS_UNCHECKEDNORMAL","features":[357]},{"name":"RBS_UNCHECKEDPRESSED","features":[357]},{"name":"RBS_VARHEIGHT","features":[357]},{"name":"RBS_VERTICALGRIPPER","features":[357]},{"name":"RB_BEGINDRAG","features":[357]},{"name":"RB_DELETEBAND","features":[357]},{"name":"RB_DRAGMOVE","features":[357]},{"name":"RB_ENDDRAG","features":[357]},{"name":"RB_GETBANDBORDERS","features":[357]},{"name":"RB_GETBANDCOUNT","features":[357]},{"name":"RB_GETBANDINFO","features":[357]},{"name":"RB_GETBANDINFOA","features":[357]},{"name":"RB_GETBANDINFOW","features":[357]},{"name":"RB_GETBANDMARGINS","features":[357]},{"name":"RB_GETBARHEIGHT","features":[357]},{"name":"RB_GETBARINFO","features":[357]},{"name":"RB_GETBKCOLOR","features":[357]},{"name":"RB_GETCOLORSCHEME","features":[357]},{"name":"RB_GETDROPTARGET","features":[357]},{"name":"RB_GETEXTENDEDSTYLE","features":[357]},{"name":"RB_GETPALETTE","features":[357]},{"name":"RB_GETRECT","features":[357]},{"name":"RB_GETROWCOUNT","features":[357]},{"name":"RB_GETROWHEIGHT","features":[357]},{"name":"RB_GETTEXTCOLOR","features":[357]},{"name":"RB_GETTOOLTIPS","features":[357]},{"name":"RB_GETUNICODEFORMAT","features":[357]},{"name":"RB_HITTEST","features":[357]},{"name":"RB_IDTOINDEX","features":[357]},{"name":"RB_INSERTBAND","features":[357]},{"name":"RB_INSERTBANDA","features":[357]},{"name":"RB_INSERTBANDW","features":[357]},{"name":"RB_MAXIMIZEBAND","features":[357]},{"name":"RB_MINIMIZEBAND","features":[357]},{"name":"RB_MOVEBAND","features":[357]},{"name":"RB_PUSHCHEVRON","features":[357]},{"name":"RB_SETBANDINFO","features":[357]},{"name":"RB_SETBANDINFOA","features":[357]},{"name":"RB_SETBANDINFOW","features":[357]},{"name":"RB_SETBANDWIDTH","features":[357]},{"name":"RB_SETBARINFO","features":[357]},{"name":"RB_SETBKCOLOR","features":[357]},{"name":"RB_SETCOLORSCHEME","features":[357]},{"name":"RB_SETEXTENDEDSTYLE","features":[357]},{"name":"RB_SETPALETTE","features":[357]},{"name":"RB_SETPARENT","features":[357]},{"name":"RB_SETTEXTCOLOR","features":[357]},{"name":"RB_SETTOOLTIPS","features":[357]},{"name":"RB_SETUNICODEFORMAT","features":[357]},{"name":"RB_SETWINDOWTHEME","features":[357]},{"name":"RB_SHOWBAND","features":[357]},{"name":"RB_SIZETORECT","features":[357]},{"name":"READONLYSTATES","features":[357]},{"name":"REBARBANDINFOA","features":[305,317,357]},{"name":"REBARBANDINFOW","features":[305,317,357]},{"name":"REBARCLASSNAME","features":[357]},{"name":"REBARCLASSNAMEA","features":[357]},{"name":"REBARCLASSNAMEW","features":[357]},{"name":"REBARINFO","features":[357]},{"name":"REBARPARTS","features":[357]},{"name":"REPLACEDLGORD","features":[357]},{"name":"RESTOREBUTTONSTATES","features":[357]},{"name":"RP_BACKGROUND","features":[357]},{"name":"RP_BAND","features":[357]},{"name":"RP_CHEVRON","features":[357]},{"name":"RP_CHEVRONVERT","features":[357]},{"name":"RP_GRIPPER","features":[357]},{"name":"RP_GRIPPERVERT","features":[357]},{"name":"RP_SPLITTER","features":[357]},{"name":"RP_SPLITTERVERT","features":[357]},{"name":"RUNDLGORD","features":[357]},{"name":"RegisterPointerDeviceNotifications","features":[305,357]},{"name":"RegisterTouchHitTestingWindow","features":[305,357]},{"name":"SBARS_SIZEGRIP","features":[357]},{"name":"SBARS_TOOLTIPS","features":[357]},{"name":"SBN_FIRST","features":[357]},{"name":"SBN_LAST","features":[357]},{"name":"SBN_SIMPLEMODECHANGE","features":[357]},{"name":"SBP_ARROWBTN","features":[357]},{"name":"SBP_GRIPPERHORZ","features":[357]},{"name":"SBP_GRIPPERVERT","features":[357]},{"name":"SBP_LOWERTRACKHORZ","features":[357]},{"name":"SBP_LOWERTRACKVERT","features":[357]},{"name":"SBP_SIZEBOX","features":[357]},{"name":"SBP_SIZEBOXBKGND","features":[357]},{"name":"SBP_THUMBBTNHORZ","features":[357]},{"name":"SBP_THUMBBTNVERT","features":[357]},{"name":"SBP_UPPERTRACKHORZ","features":[357]},{"name":"SBP_UPPERTRACKVERT","features":[357]},{"name":"SBS_DISABLED","features":[357]},{"name":"SBS_HOT","features":[357]},{"name":"SBS_NORMAL","features":[357]},{"name":"SBS_PUSHED","features":[357]},{"name":"SBT_NOBORDERS","features":[357]},{"name":"SBT_NOTABPARSING","features":[357]},{"name":"SBT_OWNERDRAW","features":[357]},{"name":"SBT_POPOUT","features":[357]},{"name":"SBT_RTLREADING","features":[357]},{"name":"SBT_TOOLTIPS","features":[357]},{"name":"SB_GETBORDERS","features":[357]},{"name":"SB_GETICON","features":[357]},{"name":"SB_GETPARTS","features":[357]},{"name":"SB_GETRECT","features":[357]},{"name":"SB_GETTEXT","features":[357]},{"name":"SB_GETTEXTA","features":[357]},{"name":"SB_GETTEXTLENGTH","features":[357]},{"name":"SB_GETTEXTLENGTHA","features":[357]},{"name":"SB_GETTEXTLENGTHW","features":[357]},{"name":"SB_GETTEXTW","features":[357]},{"name":"SB_GETTIPTEXTA","features":[357]},{"name":"SB_GETTIPTEXTW","features":[357]},{"name":"SB_GETUNICODEFORMAT","features":[357]},{"name":"SB_ISSIMPLE","features":[357]},{"name":"SB_SETBKCOLOR","features":[357]},{"name":"SB_SETICON","features":[357]},{"name":"SB_SETMINHEIGHT","features":[357]},{"name":"SB_SETPARTS","features":[357]},{"name":"SB_SETTEXT","features":[357]},{"name":"SB_SETTEXTA","features":[357]},{"name":"SB_SETTEXTW","features":[357]},{"name":"SB_SETTIPTEXTA","features":[357]},{"name":"SB_SETTIPTEXTW","features":[357]},{"name":"SB_SETUNICODEFORMAT","features":[357]},{"name":"SB_SIMPLE","features":[357]},{"name":"SB_SIMPLEID","features":[357]},{"name":"SCBS_DISABLED","features":[357]},{"name":"SCBS_HOT","features":[357]},{"name":"SCBS_NORMAL","features":[357]},{"name":"SCBS_PUSHED","features":[357]},{"name":"SCRBS_DISABLED","features":[357]},{"name":"SCRBS_HOT","features":[357]},{"name":"SCRBS_HOVER","features":[357]},{"name":"SCRBS_NORMAL","features":[357]},{"name":"SCRBS_PRESSED","features":[357]},{"name":"SCROLLBARPARTS","features":[357]},{"name":"SCROLLBARSTYLESTATES","features":[357]},{"name":"SCS_ACTIVE","features":[357]},{"name":"SCS_DISABLED","features":[357]},{"name":"SCS_INACTIVE","features":[357]},{"name":"SECTIONTITLELINKSTATES","features":[357]},{"name":"SET_THEME_APP_PROPERTIES_FLAGS","features":[357]},{"name":"SFRB_ACTIVE","features":[357]},{"name":"SFRB_INACTIVE","features":[357]},{"name":"SFRL_ACTIVE","features":[357]},{"name":"SFRL_INACTIVE","features":[357]},{"name":"SFRR_ACTIVE","features":[357]},{"name":"SFRR_INACTIVE","features":[357]},{"name":"SHOWCALENDARBUTTONRIGHTSTATES","features":[357]},{"name":"SIZEBOXSTATES","features":[357]},{"name":"SIZINGTYPE","features":[357]},{"name":"SMALLCAPTIONSTATES","features":[357]},{"name":"SMALLCLOSEBUTTONSTATES","features":[357]},{"name":"SMALLFRAMEBOTTOMSTATES","features":[357]},{"name":"SMALLFRAMELEFTSTATES","features":[357]},{"name":"SMALLFRAMERIGHTSTATES","features":[357]},{"name":"SOFTWAREEXPLORERSTATES","features":[357]},{"name":"SPECIALGROUPCOLLAPSESTATES","features":[357]},{"name":"SPECIALGROUPEXPANDSTATES","features":[357]},{"name":"SPINPARTS","features":[357]},{"name":"SPLITSV_HOT","features":[357]},{"name":"SPLITSV_NORMAL","features":[357]},{"name":"SPLITSV_PRESSED","features":[357]},{"name":"SPLITS_HOT","features":[357]},{"name":"SPLITS_NORMAL","features":[357]},{"name":"SPLITS_PRESSED","features":[357]},{"name":"SPLITTERSTATES","features":[357]},{"name":"SPLITTERVERTSTATES","features":[357]},{"name":"SPLS_HOT","features":[357]},{"name":"SPLS_NORMAL","features":[357]},{"name":"SPLS_PRESSED","features":[357]},{"name":"SPMPT_DISABLED","features":[357]},{"name":"SPMPT_FOCUSED","features":[357]},{"name":"SPMPT_HOT","features":[357]},{"name":"SPMPT_NORMAL","features":[357]},{"name":"SPMPT_SELECTED","features":[357]},{"name":"SPNP_DOWN","features":[357]},{"name":"SPNP_DOWNHORZ","features":[357]},{"name":"SPNP_UP","features":[357]},{"name":"SPNP_UPHORZ","features":[357]},{"name":"SPOB_DISABLED","features":[357]},{"name":"SPOB_FOCUSED","features":[357]},{"name":"SPOB_HOT","features":[357]},{"name":"SPOB_NORMAL","features":[357]},{"name":"SPOB_SELECTED","features":[357]},{"name":"SPP_LOGOFF","features":[357]},{"name":"SPP_LOGOFFBUTTONS","features":[357]},{"name":"SPP_LOGOFFSPLITBUTTONDROPDOWN","features":[357]},{"name":"SPP_MOREPROGRAMS","features":[357]},{"name":"SPP_MOREPROGRAMSARROW","features":[357]},{"name":"SPP_MOREPROGRAMSARROWBACK","features":[357]},{"name":"SPP_MOREPROGRAMSTAB","features":[357]},{"name":"SPP_NSCHOST","features":[357]},{"name":"SPP_OPENBOX","features":[357]},{"name":"SPP_PLACESLIST","features":[357]},{"name":"SPP_PLACESLISTSEPARATOR","features":[357]},{"name":"SPP_PREVIEW","features":[357]},{"name":"SPP_PROGLIST","features":[357]},{"name":"SPP_PROGLISTSEPARATOR","features":[357]},{"name":"SPP_SEARCHVIEW","features":[357]},{"name":"SPP_SOFTWAREEXPLORER","features":[357]},{"name":"SPP_TOPMATCH","features":[357]},{"name":"SPP_USERPANE","features":[357]},{"name":"SPP_USERPICTURE","features":[357]},{"name":"SPSB_HOT","features":[357]},{"name":"SPSB_NORMAL","features":[357]},{"name":"SPSB_PRESSED","features":[357]},{"name":"SPSE_DISABLED","features":[357]},{"name":"SPSE_FOCUSED","features":[357]},{"name":"SPSE_HOT","features":[357]},{"name":"SPSE_NORMAL","features":[357]},{"name":"SPSE_SELECTED","features":[357]},{"name":"SPS_HOT","features":[357]},{"name":"SPS_NORMAL","features":[357]},{"name":"SPS_PRESSED","features":[357]},{"name":"SP_GRIPPER","features":[357]},{"name":"SP_GRIPPERPANE","features":[357]},{"name":"SP_PANE","features":[357]},{"name":"STANDARDSTATES","features":[357]},{"name":"STARTPANELPARTS","features":[357]},{"name":"STATE_SYSTEM_FOCUSABLE","features":[357]},{"name":"STATE_SYSTEM_INVISIBLE","features":[357]},{"name":"STATE_SYSTEM_OFFSCREEN","features":[357]},{"name":"STATE_SYSTEM_PRESSED","features":[357]},{"name":"STATE_SYSTEM_UNAVAILABLE","features":[357]},{"name":"STATICPARTS","features":[357]},{"name":"STATUSCLASSNAME","features":[357]},{"name":"STATUSCLASSNAMEA","features":[357]},{"name":"STATUSCLASSNAMEW","features":[357]},{"name":"STATUSPARTS","features":[357]},{"name":"STAT_TEXT","features":[357]},{"name":"STD_COPY","features":[357]},{"name":"STD_CUT","features":[357]},{"name":"STD_DELETE","features":[357]},{"name":"STD_FILENEW","features":[357]},{"name":"STD_FILEOPEN","features":[357]},{"name":"STD_FILESAVE","features":[357]},{"name":"STD_FIND","features":[357]},{"name":"STD_HELP","features":[357]},{"name":"STD_PASTE","features":[357]},{"name":"STD_PRINT","features":[357]},{"name":"STD_PRINTPRE","features":[357]},{"name":"STD_PROPERTIES","features":[357]},{"name":"STD_REDOW","features":[357]},{"name":"STD_REPLACE","features":[357]},{"name":"STD_UNDO","features":[357]},{"name":"ST_STRETCH","features":[357]},{"name":"ST_TILE","features":[357]},{"name":"ST_TRUESIZE","features":[357]},{"name":"SYSBUTTONSTATES","features":[357]},{"name":"SYSTEMCLOSEHCHOTSTATES","features":[357]},{"name":"SYSTEMCLOSESTATES","features":[357]},{"name":"SYSTEMMAXIMIZEHCHOTSTATES","features":[357]},{"name":"SYSTEMMAXIMIZESTATES","features":[357]},{"name":"SYSTEMMINIMIZEHCHOTSTATES","features":[357]},{"name":"SYSTEMMINIMIZESTATES","features":[357]},{"name":"SYSTEMRESTOREHCHOTSTATES","features":[357]},{"name":"SYSTEMRESTORESTATES","features":[357]},{"name":"SZB_HALFBOTTOMLEFTALIGN","features":[357]},{"name":"SZB_HALFBOTTOMRIGHTALIGN","features":[357]},{"name":"SZB_HALFTOPLEFTALIGN","features":[357]},{"name":"SZB_HALFTOPRIGHTALIGN","features":[357]},{"name":"SZB_LEFTALIGN","features":[357]},{"name":"SZB_RIGHTALIGN","features":[357]},{"name":"SZB_TOPLEFTALIGN","features":[357]},{"name":"SZB_TOPRIGHTALIGN","features":[357]},{"name":"SZ_THDOCPROP_AUTHOR","features":[357]},{"name":"SZ_THDOCPROP_CANONICALNAME","features":[357]},{"name":"SZ_THDOCPROP_DISPLAYNAME","features":[357]},{"name":"SZ_THDOCPROP_TOOLTIP","features":[357]},{"name":"SetScrollInfo","features":[305,357,374]},{"name":"SetScrollPos","features":[305,357,374]},{"name":"SetScrollRange","features":[305,357,374]},{"name":"SetThemeAppProperties","features":[357]},{"name":"SetWindowFeedbackSetting","features":[305,357]},{"name":"SetWindowTheme","features":[305,357]},{"name":"SetWindowThemeAttribute","features":[305,357]},{"name":"ShowHideMenuCtl","features":[305,357]},{"name":"ShowScrollBar","features":[305,357,374]},{"name":"Str_SetPtrW","features":[305,357]},{"name":"TABITEMBOTHEDGESTATES","features":[357]},{"name":"TABITEMLEFTEDGESTATES","features":[357]},{"name":"TABITEMRIGHTEDGESTATES","features":[357]},{"name":"TABITEMSTATES","features":[357]},{"name":"TABPARTS","features":[357]},{"name":"TABP_AEROWIZARDBODY","features":[357]},{"name":"TABP_BODY","features":[357]},{"name":"TABP_PANE","features":[357]},{"name":"TABP_TABITEM","features":[357]},{"name":"TABP_TABITEMBOTHEDGE","features":[357]},{"name":"TABP_TABITEMLEFTEDGE","features":[357]},{"name":"TABP_TABITEMRIGHTEDGE","features":[357]},{"name":"TABP_TOPTABITEM","features":[357]},{"name":"TABP_TOPTABITEMBOTHEDGE","features":[357]},{"name":"TABP_TOPTABITEMLEFTEDGE","features":[357]},{"name":"TABP_TOPTABITEMRIGHTEDGE","features":[357]},{"name":"TABSTATES","features":[357]},{"name":"TAB_CONTROL_ITEM_STATE","features":[357]},{"name":"TAPF_ALLOWCOLLECTION","features":[357]},{"name":"TAPF_HASBACKGROUND","features":[357]},{"name":"TAPF_HASPERSPECTIVE","features":[357]},{"name":"TAPF_HASSTAGGER","features":[357]},{"name":"TAPF_ISRTLAWARE","features":[357]},{"name":"TAPF_NONE","features":[357]},{"name":"TAP_FLAGS","features":[357]},{"name":"TAP_STAGGERDELAY","features":[357]},{"name":"TAP_STAGGERDELAYCAP","features":[357]},{"name":"TAP_STAGGERDELAYFACTOR","features":[357]},{"name":"TAP_TRANSFORMCOUNT","features":[357]},{"name":"TAP_ZORDER","features":[357]},{"name":"TASKBANDPARTS","features":[357]},{"name":"TASKBARPARTS","features":[357]},{"name":"TASKDIALOGCONFIG","features":[305,357,374]},{"name":"TASKDIALOGPARTS","features":[357]},{"name":"TASKDIALOG_BUTTON","features":[357]},{"name":"TASKDIALOG_COMMON_BUTTON_FLAGS","features":[357]},{"name":"TASKDIALOG_ELEMENTS","features":[357]},{"name":"TASKDIALOG_FLAGS","features":[357]},{"name":"TASKDIALOG_ICON_ELEMENTS","features":[357]},{"name":"TASKDIALOG_MESSAGES","features":[357]},{"name":"TASKDIALOG_NOTIFICATIONS","features":[357]},{"name":"TASKLINKSTATES","features":[357]},{"name":"TATF_HASINITIALVALUES","features":[357]},{"name":"TATF_HASORIGINVALUES","features":[357]},{"name":"TATF_NONE","features":[357]},{"name":"TATF_TARGETVALUES_USER","features":[357]},{"name":"TATT_CLIP","features":[357]},{"name":"TATT_OPACITY","features":[357]},{"name":"TATT_SCALE_2D","features":[357]},{"name":"TATT_TRANSLATE_2D","features":[357]},{"name":"TA_CUBIC_BEZIER","features":[357]},{"name":"TA_PROPERTY","features":[357]},{"name":"TA_PROPERTY_FLAG","features":[357]},{"name":"TA_TIMINGFUNCTION","features":[357]},{"name":"TA_TIMINGFUNCTION_TYPE","features":[357]},{"name":"TA_TRANSFORM","features":[357]},{"name":"TA_TRANSFORM_2D","features":[357]},{"name":"TA_TRANSFORM_CLIP","features":[357]},{"name":"TA_TRANSFORM_FLAG","features":[357]},{"name":"TA_TRANSFORM_OPACITY","features":[357]},{"name":"TA_TRANSFORM_TYPE","features":[357]},{"name":"TBADDBITMAP","features":[305,357]},{"name":"TBBF_LARGE","features":[357]},{"name":"TBBUTTON","features":[357]},{"name":"TBBUTTON","features":[357]},{"name":"TBBUTTONINFOA","features":[357]},{"name":"TBBUTTONINFOW","features":[357]},{"name":"TBBUTTONINFOW_MASK","features":[357]},{"name":"TBCDRF_BLENDICON","features":[357]},{"name":"TBCDRF_HILITEHOTTRACK","features":[357]},{"name":"TBCDRF_NOBACKGROUND","features":[357]},{"name":"TBCDRF_NOEDGES","features":[357]},{"name":"TBCDRF_NOETCHEDEFFECT","features":[357]},{"name":"TBCDRF_NOMARK","features":[357]},{"name":"TBCDRF_NOOFFSET","features":[357]},{"name":"TBCDRF_USECDCOLORS","features":[357]},{"name":"TBCD_CHANNEL","features":[357]},{"name":"TBCD_THUMB","features":[357]},{"name":"TBCD_TICS","features":[357]},{"name":"TBDDRET_DEFAULT","features":[357]},{"name":"TBDDRET_NODEFAULT","features":[357]},{"name":"TBDDRET_TREATPRESSED","features":[357]},{"name":"TBIF_BYINDEX","features":[357]},{"name":"TBIF_COMMAND","features":[357]},{"name":"TBIF_IMAGE","features":[357]},{"name":"TBIF_LPARAM","features":[357]},{"name":"TBIF_SIZE","features":[357]},{"name":"TBIF_STATE","features":[357]},{"name":"TBIF_STYLE","features":[357]},{"name":"TBIF_TEXT","features":[357]},{"name":"TBIMHT_AFTER","features":[357]},{"name":"TBIMHT_BACKGROUND","features":[357]},{"name":"TBIMHT_NONE","features":[357]},{"name":"TBINSERTMARK","features":[357]},{"name":"TBINSERTMARK_FLAGS","features":[357]},{"name":"TBMETRICS","features":[357]},{"name":"TBMF_BARPAD","features":[357]},{"name":"TBMF_BUTTONSPACING","features":[357]},{"name":"TBMF_PAD","features":[357]},{"name":"TBM_CLEARSEL","features":[357]},{"name":"TBM_CLEARTICS","features":[357]},{"name":"TBM_GETBUDDY","features":[357]},{"name":"TBM_GETCHANNELRECT","features":[357]},{"name":"TBM_GETLINESIZE","features":[357]},{"name":"TBM_GETNUMTICS","features":[357]},{"name":"TBM_GETPAGESIZE","features":[357]},{"name":"TBM_GETPTICS","features":[357]},{"name":"TBM_GETRANGEMAX","features":[357]},{"name":"TBM_GETRANGEMIN","features":[357]},{"name":"TBM_GETSELEND","features":[357]},{"name":"TBM_GETSELSTART","features":[357]},{"name":"TBM_GETTHUMBLENGTH","features":[357]},{"name":"TBM_GETTHUMBRECT","features":[357]},{"name":"TBM_GETTIC","features":[357]},{"name":"TBM_GETTICPOS","features":[357]},{"name":"TBM_GETTOOLTIPS","features":[357]},{"name":"TBM_GETUNICODEFORMAT","features":[357]},{"name":"TBM_SETBUDDY","features":[357]},{"name":"TBM_SETLINESIZE","features":[357]},{"name":"TBM_SETPAGESIZE","features":[357]},{"name":"TBM_SETPOS","features":[357]},{"name":"TBM_SETPOSNOTIFY","features":[357]},{"name":"TBM_SETRANGE","features":[357]},{"name":"TBM_SETRANGEMAX","features":[357]},{"name":"TBM_SETRANGEMIN","features":[357]},{"name":"TBM_SETSEL","features":[357]},{"name":"TBM_SETSELEND","features":[357]},{"name":"TBM_SETSELSTART","features":[357]},{"name":"TBM_SETTHUMBLENGTH","features":[357]},{"name":"TBM_SETTIC","features":[357]},{"name":"TBM_SETTICFREQ","features":[357]},{"name":"TBM_SETTIPSIDE","features":[357]},{"name":"TBM_SETTOOLTIPS","features":[357]},{"name":"TBM_SETUNICODEFORMAT","features":[357]},{"name":"TBNF_DI_SETITEM","features":[357]},{"name":"TBNF_IMAGE","features":[357]},{"name":"TBNF_TEXT","features":[357]},{"name":"TBNRF_ENDCUSTOMIZE","features":[357]},{"name":"TBNRF_HIDEHELP","features":[357]},{"name":"TBN_BEGINADJUST","features":[357]},{"name":"TBN_BEGINDRAG","features":[357]},{"name":"TBN_CUSTHELP","features":[357]},{"name":"TBN_DELETINGBUTTON","features":[357]},{"name":"TBN_DRAGOUT","features":[357]},{"name":"TBN_DRAGOVER","features":[357]},{"name":"TBN_DROPDOWN","features":[357]},{"name":"TBN_DUPACCELERATOR","features":[357]},{"name":"TBN_ENDADJUST","features":[357]},{"name":"TBN_ENDDRAG","features":[357]},{"name":"TBN_FIRST","features":[357]},{"name":"TBN_GETBUTTONINFO","features":[357]},{"name":"TBN_GETBUTTONINFOA","features":[357]},{"name":"TBN_GETBUTTONINFOW","features":[357]},{"name":"TBN_GETDISPINFO","features":[357]},{"name":"TBN_GETDISPINFOA","features":[357]},{"name":"TBN_GETDISPINFOW","features":[357]},{"name":"TBN_GETINFOTIP","features":[357]},{"name":"TBN_GETINFOTIPA","features":[357]},{"name":"TBN_GETINFOTIPW","features":[357]},{"name":"TBN_GETOBJECT","features":[357]},{"name":"TBN_HOTITEMCHANGE","features":[357]},{"name":"TBN_INITCUSTOMIZE","features":[357]},{"name":"TBN_LAST","features":[357]},{"name":"TBN_MAPACCELERATOR","features":[357]},{"name":"TBN_QUERYDELETE","features":[357]},{"name":"TBN_QUERYINSERT","features":[357]},{"name":"TBN_RESET","features":[357]},{"name":"TBN_RESTORE","features":[357]},{"name":"TBN_SAVE","features":[357]},{"name":"TBN_TOOLBARCHANGE","features":[357]},{"name":"TBN_WRAPACCELERATOR","features":[357]},{"name":"TBN_WRAPHOTITEM","features":[357]},{"name":"TBP_BACKGROUNDBOTTOM","features":[357]},{"name":"TBP_BACKGROUNDLEFT","features":[357]},{"name":"TBP_BACKGROUNDRIGHT","features":[357]},{"name":"TBP_BACKGROUNDTOP","features":[357]},{"name":"TBP_SIZINGBARBOTTOM","features":[357]},{"name":"TBP_SIZINGBARLEFT","features":[357]},{"name":"TBP_SIZINGBARRIGHT","features":[357]},{"name":"TBP_SIZINGBARTOP","features":[357]},{"name":"TBREPLACEBITMAP","features":[305,357]},{"name":"TBSAVEPARAMSA","features":[373,357]},{"name":"TBSAVEPARAMSW","features":[373,357]},{"name":"TBSTATE_CHECKED","features":[357]},{"name":"TBSTATE_ELLIPSES","features":[357]},{"name":"TBSTATE_ENABLED","features":[357]},{"name":"TBSTATE_HIDDEN","features":[357]},{"name":"TBSTATE_INDETERMINATE","features":[357]},{"name":"TBSTATE_MARKED","features":[357]},{"name":"TBSTATE_PRESSED","features":[357]},{"name":"TBSTATE_WRAP","features":[357]},{"name":"TBSTYLE_ALTDRAG","features":[357]},{"name":"TBSTYLE_AUTOSIZE","features":[357]},{"name":"TBSTYLE_BUTTON","features":[357]},{"name":"TBSTYLE_CHECK","features":[357]},{"name":"TBSTYLE_CUSTOMERASE","features":[357]},{"name":"TBSTYLE_DROPDOWN","features":[357]},{"name":"TBSTYLE_EX_DOUBLEBUFFER","features":[357]},{"name":"TBSTYLE_EX_DRAWDDARROWS","features":[357]},{"name":"TBSTYLE_EX_HIDECLIPPEDBUTTONS","features":[357]},{"name":"TBSTYLE_EX_MIXEDBUTTONS","features":[357]},{"name":"TBSTYLE_EX_MULTICOLUMN","features":[357]},{"name":"TBSTYLE_EX_VERTICAL","features":[357]},{"name":"TBSTYLE_FLAT","features":[357]},{"name":"TBSTYLE_GROUP","features":[357]},{"name":"TBSTYLE_LIST","features":[357]},{"name":"TBSTYLE_NOPREFIX","features":[357]},{"name":"TBSTYLE_REGISTERDROP","features":[357]},{"name":"TBSTYLE_SEP","features":[357]},{"name":"TBSTYLE_TOOLTIPS","features":[357]},{"name":"TBSTYLE_TRANSPARENT","features":[357]},{"name":"TBSTYLE_WRAPABLE","features":[357]},{"name":"TBS_AUTOTICKS","features":[357]},{"name":"TBS_BOTH","features":[357]},{"name":"TBS_BOTTOM","features":[357]},{"name":"TBS_DOWNISLEFT","features":[357]},{"name":"TBS_ENABLESELRANGE","features":[357]},{"name":"TBS_FIXEDLENGTH","features":[357]},{"name":"TBS_HORZ","features":[357]},{"name":"TBS_LEFT","features":[357]},{"name":"TBS_NOTHUMB","features":[357]},{"name":"TBS_NOTICKS","features":[357]},{"name":"TBS_NOTIFYBEFOREMOVE","features":[357]},{"name":"TBS_REVERSED","features":[357]},{"name":"TBS_RIGHT","features":[357]},{"name":"TBS_TOOLTIPS","features":[357]},{"name":"TBS_TOP","features":[357]},{"name":"TBS_TRANSPARENTBKGND","features":[357]},{"name":"TBS_VERT","features":[357]},{"name":"TBTS_BOTTOM","features":[357]},{"name":"TBTS_LEFT","features":[357]},{"name":"TBTS_RIGHT","features":[357]},{"name":"TBTS_TOP","features":[357]},{"name":"TB_ADDBITMAP","features":[357]},{"name":"TB_ADDBUTTONS","features":[357]},{"name":"TB_ADDBUTTONSA","features":[357]},{"name":"TB_ADDBUTTONSW","features":[357]},{"name":"TB_ADDSTRING","features":[357]},{"name":"TB_ADDSTRINGA","features":[357]},{"name":"TB_ADDSTRINGW","features":[357]},{"name":"TB_AUTOSIZE","features":[357]},{"name":"TB_BOTTOM","features":[357]},{"name":"TB_BUTTONCOUNT","features":[357]},{"name":"TB_BUTTONSTRUCTSIZE","features":[357]},{"name":"TB_CHANGEBITMAP","features":[357]},{"name":"TB_CHECKBUTTON","features":[357]},{"name":"TB_COMMANDTOINDEX","features":[357]},{"name":"TB_CUSTOMIZE","features":[357]},{"name":"TB_DELETEBUTTON","features":[357]},{"name":"TB_ENABLEBUTTON","features":[357]},{"name":"TB_ENDTRACK","features":[357]},{"name":"TB_GETANCHORHIGHLIGHT","features":[357]},{"name":"TB_GETBITMAP","features":[357]},{"name":"TB_GETBITMAPFLAGS","features":[357]},{"name":"TB_GETBUTTON","features":[357]},{"name":"TB_GETBUTTONINFO","features":[357]},{"name":"TB_GETBUTTONINFOA","features":[357]},{"name":"TB_GETBUTTONINFOW","features":[357]},{"name":"TB_GETBUTTONSIZE","features":[357]},{"name":"TB_GETBUTTONTEXT","features":[357]},{"name":"TB_GETBUTTONTEXTA","features":[357]},{"name":"TB_GETBUTTONTEXTW","features":[357]},{"name":"TB_GETCOLORSCHEME","features":[357]},{"name":"TB_GETDISABLEDIMAGELIST","features":[357]},{"name":"TB_GETEXTENDEDSTYLE","features":[357]},{"name":"TB_GETHOTIMAGELIST","features":[357]},{"name":"TB_GETHOTITEM","features":[357]},{"name":"TB_GETIDEALSIZE","features":[357]},{"name":"TB_GETIMAGELIST","features":[357]},{"name":"TB_GETIMAGELISTCOUNT","features":[357]},{"name":"TB_GETINSERTMARK","features":[357]},{"name":"TB_GETINSERTMARKCOLOR","features":[357]},{"name":"TB_GETITEMDROPDOWNRECT","features":[357]},{"name":"TB_GETITEMRECT","features":[357]},{"name":"TB_GETMAXSIZE","features":[357]},{"name":"TB_GETMETRICS","features":[357]},{"name":"TB_GETOBJECT","features":[357]},{"name":"TB_GETPADDING","features":[357]},{"name":"TB_GETPRESSEDIMAGELIST","features":[357]},{"name":"TB_GETRECT","features":[357]},{"name":"TB_GETROWS","features":[357]},{"name":"TB_GETSTATE","features":[357]},{"name":"TB_GETSTRING","features":[357]},{"name":"TB_GETSTRINGA","features":[357]},{"name":"TB_GETSTRINGW","features":[357]},{"name":"TB_GETSTYLE","features":[357]},{"name":"TB_GETTEXTROWS","features":[357]},{"name":"TB_GETTOOLTIPS","features":[357]},{"name":"TB_GETUNICODEFORMAT","features":[357]},{"name":"TB_HASACCELERATOR","features":[357]},{"name":"TB_HIDEBUTTON","features":[357]},{"name":"TB_HITTEST","features":[357]},{"name":"TB_INDETERMINATE","features":[357]},{"name":"TB_INSERTBUTTON","features":[357]},{"name":"TB_INSERTBUTTONA","features":[357]},{"name":"TB_INSERTBUTTONW","features":[357]},{"name":"TB_INSERTMARKHITTEST","features":[357]},{"name":"TB_ISBUTTONCHECKED","features":[357]},{"name":"TB_ISBUTTONENABLED","features":[357]},{"name":"TB_ISBUTTONHIDDEN","features":[357]},{"name":"TB_ISBUTTONHIGHLIGHTED","features":[357]},{"name":"TB_ISBUTTONINDETERMINATE","features":[357]},{"name":"TB_ISBUTTONPRESSED","features":[357]},{"name":"TB_LINEDOWN","features":[357]},{"name":"TB_LINEUP","features":[357]},{"name":"TB_LOADIMAGES","features":[357]},{"name":"TB_MAPACCELERATOR","features":[357]},{"name":"TB_MAPACCELERATORA","features":[357]},{"name":"TB_MAPACCELERATORW","features":[357]},{"name":"TB_MARKBUTTON","features":[357]},{"name":"TB_MOVEBUTTON","features":[357]},{"name":"TB_PAGEDOWN","features":[357]},{"name":"TB_PAGEUP","features":[357]},{"name":"TB_PRESSBUTTON","features":[357]},{"name":"TB_REPLACEBITMAP","features":[357]},{"name":"TB_SAVERESTORE","features":[357]},{"name":"TB_SAVERESTOREA","features":[357]},{"name":"TB_SAVERESTOREW","features":[357]},{"name":"TB_SETANCHORHIGHLIGHT","features":[357]},{"name":"TB_SETBITMAPSIZE","features":[357]},{"name":"TB_SETBOUNDINGSIZE","features":[357]},{"name":"TB_SETBUTTONINFO","features":[357]},{"name":"TB_SETBUTTONINFOA","features":[357]},{"name":"TB_SETBUTTONINFOW","features":[357]},{"name":"TB_SETBUTTONSIZE","features":[357]},{"name":"TB_SETBUTTONWIDTH","features":[357]},{"name":"TB_SETCMDID","features":[357]},{"name":"TB_SETCOLORSCHEME","features":[357]},{"name":"TB_SETDISABLEDIMAGELIST","features":[357]},{"name":"TB_SETDRAWTEXTFLAGS","features":[357]},{"name":"TB_SETEXTENDEDSTYLE","features":[357]},{"name":"TB_SETHOTIMAGELIST","features":[357]},{"name":"TB_SETHOTITEM","features":[357]},{"name":"TB_SETHOTITEM2","features":[357]},{"name":"TB_SETIMAGELIST","features":[357]},{"name":"TB_SETINDENT","features":[357]},{"name":"TB_SETINSERTMARK","features":[357]},{"name":"TB_SETINSERTMARKCOLOR","features":[357]},{"name":"TB_SETLISTGAP","features":[357]},{"name":"TB_SETMAXTEXTROWS","features":[357]},{"name":"TB_SETMETRICS","features":[357]},{"name":"TB_SETPADDING","features":[357]},{"name":"TB_SETPARENT","features":[357]},{"name":"TB_SETPRESSEDIMAGELIST","features":[357]},{"name":"TB_SETROWS","features":[357]},{"name":"TB_SETSTATE","features":[357]},{"name":"TB_SETSTYLE","features":[357]},{"name":"TB_SETTOOLTIPS","features":[357]},{"name":"TB_SETUNICODEFORMAT","features":[357]},{"name":"TB_SETWINDOWTHEME","features":[357]},{"name":"TB_THUMBPOSITION","features":[357]},{"name":"TB_THUMBTRACK","features":[357]},{"name":"TB_TOP","features":[357]},{"name":"TCHITTESTINFO","features":[305,357]},{"name":"TCHITTESTINFO_FLAGS","features":[357]},{"name":"TCHT_NOWHERE","features":[357]},{"name":"TCHT_ONITEM","features":[357]},{"name":"TCHT_ONITEMICON","features":[357]},{"name":"TCHT_ONITEMLABEL","features":[357]},{"name":"TCIF_IMAGE","features":[357]},{"name":"TCIF_PARAM","features":[357]},{"name":"TCIF_RTLREADING","features":[357]},{"name":"TCIF_STATE","features":[357]},{"name":"TCIF_TEXT","features":[357]},{"name":"TCIS_BUTTONPRESSED","features":[357]},{"name":"TCIS_HIGHLIGHTED","features":[357]},{"name":"TCITEMA","features":[305,357]},{"name":"TCITEMHEADERA","features":[357]},{"name":"TCITEMHEADERA_MASK","features":[357]},{"name":"TCITEMHEADERW","features":[357]},{"name":"TCITEMW","features":[305,357]},{"name":"TCM_ADJUSTRECT","features":[357]},{"name":"TCM_DELETEALLITEMS","features":[357]},{"name":"TCM_DELETEITEM","features":[357]},{"name":"TCM_DESELECTALL","features":[357]},{"name":"TCM_FIRST","features":[357]},{"name":"TCM_GETCURFOCUS","features":[357]},{"name":"TCM_GETCURSEL","features":[357]},{"name":"TCM_GETEXTENDEDSTYLE","features":[357]},{"name":"TCM_GETIMAGELIST","features":[357]},{"name":"TCM_GETITEM","features":[357]},{"name":"TCM_GETITEMA","features":[357]},{"name":"TCM_GETITEMCOUNT","features":[357]},{"name":"TCM_GETITEMRECT","features":[357]},{"name":"TCM_GETITEMW","features":[357]},{"name":"TCM_GETROWCOUNT","features":[357]},{"name":"TCM_GETTOOLTIPS","features":[357]},{"name":"TCM_GETUNICODEFORMAT","features":[357]},{"name":"TCM_HIGHLIGHTITEM","features":[357]},{"name":"TCM_HITTEST","features":[357]},{"name":"TCM_INSERTITEM","features":[357]},{"name":"TCM_INSERTITEMA","features":[357]},{"name":"TCM_INSERTITEMW","features":[357]},{"name":"TCM_REMOVEIMAGE","features":[357]},{"name":"TCM_SETCURFOCUS","features":[357]},{"name":"TCM_SETCURSEL","features":[357]},{"name":"TCM_SETEXTENDEDSTYLE","features":[357]},{"name":"TCM_SETIMAGELIST","features":[357]},{"name":"TCM_SETITEM","features":[357]},{"name":"TCM_SETITEMA","features":[357]},{"name":"TCM_SETITEMEXTRA","features":[357]},{"name":"TCM_SETITEMSIZE","features":[357]},{"name":"TCM_SETITEMW","features":[357]},{"name":"TCM_SETMINTABWIDTH","features":[357]},{"name":"TCM_SETPADDING","features":[357]},{"name":"TCM_SETTOOLTIPS","features":[357]},{"name":"TCM_SETUNICODEFORMAT","features":[357]},{"name":"TCN_FIRST","features":[357]},{"name":"TCN_FOCUSCHANGE","features":[357]},{"name":"TCN_GETOBJECT","features":[357]},{"name":"TCN_KEYDOWN","features":[357]},{"name":"TCN_LAST","features":[357]},{"name":"TCN_SELCHANGE","features":[357]},{"name":"TCN_SELCHANGING","features":[357]},{"name":"TCS_BOTTOM","features":[357]},{"name":"TCS_BUTTONS","features":[357]},{"name":"TCS_EX_FLATSEPARATORS","features":[357]},{"name":"TCS_EX_REGISTERDROP","features":[357]},{"name":"TCS_FIXEDWIDTH","features":[357]},{"name":"TCS_FLATBUTTONS","features":[357]},{"name":"TCS_FOCUSNEVER","features":[357]},{"name":"TCS_FOCUSONBUTTONDOWN","features":[357]},{"name":"TCS_FORCEICONLEFT","features":[357]},{"name":"TCS_FORCELABELLEFT","features":[357]},{"name":"TCS_HOTTRACK","features":[357]},{"name":"TCS_MULTILINE","features":[357]},{"name":"TCS_MULTISELECT","features":[357]},{"name":"TCS_OWNERDRAWFIXED","features":[357]},{"name":"TCS_RAGGEDRIGHT","features":[357]},{"name":"TCS_RIGHT","features":[357]},{"name":"TCS_RIGHTJUSTIFY","features":[357]},{"name":"TCS_SCROLLOPPOSITE","features":[357]},{"name":"TCS_SINGLELINE","features":[357]},{"name":"TCS_TABS","features":[357]},{"name":"TCS_TOOLTIPS","features":[357]},{"name":"TCS_VERTICAL","features":[357]},{"name":"TDCBF_ABORT_BUTTON","features":[357]},{"name":"TDCBF_CANCEL_BUTTON","features":[357]},{"name":"TDCBF_CLOSE_BUTTON","features":[357]},{"name":"TDCBF_CONTINUE_BUTTON","features":[357]},{"name":"TDCBF_HELP_BUTTON","features":[357]},{"name":"TDCBF_IGNORE_BUTTON","features":[357]},{"name":"TDCBF_NO_BUTTON","features":[357]},{"name":"TDCBF_OK_BUTTON","features":[357]},{"name":"TDCBF_RETRY_BUTTON","features":[357]},{"name":"TDCBF_TRYAGAIN_BUTTON","features":[357]},{"name":"TDCBF_YES_BUTTON","features":[357]},{"name":"TDE_CONTENT","features":[357]},{"name":"TDE_EXPANDED_INFORMATION","features":[357]},{"name":"TDE_FOOTER","features":[357]},{"name":"TDE_MAIN_INSTRUCTION","features":[357]},{"name":"TDF_ALLOW_DIALOG_CANCELLATION","features":[357]},{"name":"TDF_CALLBACK_TIMER","features":[357]},{"name":"TDF_CAN_BE_MINIMIZED","features":[357]},{"name":"TDF_ENABLE_HYPERLINKS","features":[357]},{"name":"TDF_EXPANDED_BY_DEFAULT","features":[357]},{"name":"TDF_EXPAND_FOOTER_AREA","features":[357]},{"name":"TDF_NO_DEFAULT_RADIO_BUTTON","features":[357]},{"name":"TDF_NO_SET_FOREGROUND","features":[357]},{"name":"TDF_POSITION_RELATIVE_TO_WINDOW","features":[357]},{"name":"TDF_RTL_LAYOUT","features":[357]},{"name":"TDF_SHOW_MARQUEE_PROGRESS_BAR","features":[357]},{"name":"TDF_SHOW_PROGRESS_BAR","features":[357]},{"name":"TDF_SIZE_TO_CONTENT","features":[357]},{"name":"TDF_USE_COMMAND_LINKS","features":[357]},{"name":"TDF_USE_COMMAND_LINKS_NO_ICON","features":[357]},{"name":"TDF_USE_HICON_FOOTER","features":[357]},{"name":"TDF_USE_HICON_MAIN","features":[357]},{"name":"TDF_VERIFICATION_FLAG_CHECKED","features":[357]},{"name":"TDIE_ICON_FOOTER","features":[357]},{"name":"TDIE_ICON_MAIN","features":[357]},{"name":"TDLGCPS_STANDALONE","features":[357]},{"name":"TDLGEBS_EXPANDEDDISABLED","features":[357]},{"name":"TDLGEBS_EXPANDEDHOVER","features":[357]},{"name":"TDLGEBS_EXPANDEDNORMAL","features":[357]},{"name":"TDLGEBS_EXPANDEDPRESSED","features":[357]},{"name":"TDLGEBS_HOVER","features":[357]},{"name":"TDLGEBS_NORMAL","features":[357]},{"name":"TDLGEBS_NORMALDISABLED","features":[357]},{"name":"TDLGEBS_PRESSED","features":[357]},{"name":"TDLG_BUTTONSECTION","features":[357]},{"name":"TDLG_BUTTONWRAPPER","features":[357]},{"name":"TDLG_COMMANDLINKPANE","features":[357]},{"name":"TDLG_CONTENTICON","features":[357]},{"name":"TDLG_CONTENTPANE","features":[357]},{"name":"TDLG_CONTROLPANE","features":[357]},{"name":"TDLG_EXPANDEDCONTENT","features":[357]},{"name":"TDLG_EXPANDEDFOOTERAREA","features":[357]},{"name":"TDLG_EXPANDOBUTTON","features":[357]},{"name":"TDLG_EXPANDOTEXT","features":[357]},{"name":"TDLG_FOOTNOTEAREA","features":[357]},{"name":"TDLG_FOOTNOTEPANE","features":[357]},{"name":"TDLG_FOOTNOTESEPARATOR","features":[357]},{"name":"TDLG_IMAGEALIGNMENT","features":[357]},{"name":"TDLG_MAINICON","features":[357]},{"name":"TDLG_MAININSTRUCTIONPANE","features":[357]},{"name":"TDLG_PRIMARYPANEL","features":[357]},{"name":"TDLG_PROGRESSBAR","features":[357]},{"name":"TDLG_RADIOBUTTONPANE","features":[357]},{"name":"TDLG_SECONDARYPANEL","features":[357]},{"name":"TDLG_VERIFICATIONTEXT","features":[357]},{"name":"TDM_CLICK_BUTTON","features":[357]},{"name":"TDM_CLICK_RADIO_BUTTON","features":[357]},{"name":"TDM_CLICK_VERIFICATION","features":[357]},{"name":"TDM_ENABLE_BUTTON","features":[357]},{"name":"TDM_ENABLE_RADIO_BUTTON","features":[357]},{"name":"TDM_NAVIGATE_PAGE","features":[357]},{"name":"TDM_SET_BUTTON_ELEVATION_REQUIRED_STATE","features":[357]},{"name":"TDM_SET_ELEMENT_TEXT","features":[357]},{"name":"TDM_SET_MARQUEE_PROGRESS_BAR","features":[357]},{"name":"TDM_SET_PROGRESS_BAR_MARQUEE","features":[357]},{"name":"TDM_SET_PROGRESS_BAR_POS","features":[357]},{"name":"TDM_SET_PROGRESS_BAR_RANGE","features":[357]},{"name":"TDM_SET_PROGRESS_BAR_STATE","features":[357]},{"name":"TDM_UPDATE_ELEMENT_TEXT","features":[357]},{"name":"TDM_UPDATE_ICON","features":[357]},{"name":"TDN_BUTTON_CLICKED","features":[357]},{"name":"TDN_CREATED","features":[357]},{"name":"TDN_DESTROYED","features":[357]},{"name":"TDN_DIALOG_CONSTRUCTED","features":[357]},{"name":"TDN_EXPANDO_BUTTON_CLICKED","features":[357]},{"name":"TDN_HELP","features":[357]},{"name":"TDN_HYPERLINK_CLICKED","features":[357]},{"name":"TDN_NAVIGATED","features":[357]},{"name":"TDN_RADIO_BUTTON_CLICKED","features":[357]},{"name":"TDN_TIMER","features":[357]},{"name":"TDN_VERIFICATION_CLICKED","features":[357]},{"name":"TDP_FLASHBUTTON","features":[357]},{"name":"TDP_FLASHBUTTONGROUPMENU","features":[357]},{"name":"TDP_GROUPCOUNT","features":[357]},{"name":"TD_ERROR_ICON","features":[357]},{"name":"TD_INFORMATION_ICON","features":[357]},{"name":"TD_SHIELD_ICON","features":[357]},{"name":"TD_WARNING_ICON","features":[357]},{"name":"TEXTSELECTIONGRIPPERPARTS","features":[357]},{"name":"TEXTSHADOWTYPE","features":[357]},{"name":"TEXTSTYLEPARTS","features":[357]},{"name":"TEXT_BODYTEXT","features":[357]},{"name":"TEXT_BODYTITLE","features":[357]},{"name":"TEXT_CONTROLLABEL","features":[357]},{"name":"TEXT_EXPANDED","features":[357]},{"name":"TEXT_HYPERLINKTEXT","features":[357]},{"name":"TEXT_INSTRUCTION","features":[357]},{"name":"TEXT_LABEL","features":[357]},{"name":"TEXT_MAININSTRUCTION","features":[357]},{"name":"TEXT_SECONDARYTEXT","features":[357]},{"name":"THEMESIZE","features":[357]},{"name":"THEME_PROPERTY_SYMBOL_ID","features":[357]},{"name":"THUMBBOTTOMSTATES","features":[357]},{"name":"THUMBLEFTSTATES","features":[357]},{"name":"THUMBRIGHTSTATES","features":[357]},{"name":"THUMBSTATES","features":[357]},{"name":"THUMBTOPSTATES","features":[357]},{"name":"THUMBVERTSTATES","features":[357]},{"name":"TIBES_DISABLED","features":[357]},{"name":"TIBES_FOCUSED","features":[357]},{"name":"TIBES_HOT","features":[357]},{"name":"TIBES_NORMAL","features":[357]},{"name":"TIBES_SELECTED","features":[357]},{"name":"TICSSTATES","features":[357]},{"name":"TICSVERTSTATES","features":[357]},{"name":"TILES_DISABLED","features":[357]},{"name":"TILES_FOCUSED","features":[357]},{"name":"TILES_HOT","features":[357]},{"name":"TILES_NORMAL","features":[357]},{"name":"TILES_SELECTED","features":[357]},{"name":"TIRES_DISABLED","features":[357]},{"name":"TIRES_FOCUSED","features":[357]},{"name":"TIRES_HOT","features":[357]},{"name":"TIRES_NORMAL","features":[357]},{"name":"TIRES_SELECTED","features":[357]},{"name":"TIS_DISABLED","features":[357]},{"name":"TIS_FOCUSED","features":[357]},{"name":"TIS_HOT","features":[357]},{"name":"TIS_NORMAL","features":[357]},{"name":"TIS_SELECTED","features":[357]},{"name":"TITLEBARSTATES","features":[357]},{"name":"TKP_THUMB","features":[357]},{"name":"TKP_THUMBBOTTOM","features":[357]},{"name":"TKP_THUMBLEFT","features":[357]},{"name":"TKP_THUMBRIGHT","features":[357]},{"name":"TKP_THUMBTOP","features":[357]},{"name":"TKP_THUMBVERT","features":[357]},{"name":"TKP_TICS","features":[357]},{"name":"TKP_TICSVERT","features":[357]},{"name":"TKP_TRACK","features":[357]},{"name":"TKP_TRACKVERT","features":[357]},{"name":"TKS_NORMAL","features":[357]},{"name":"TMTVS_RESERVEDHIGH","features":[357]},{"name":"TMTVS_RESERVEDLOW","features":[357]},{"name":"TMT_ACCENTCOLORHINT","features":[357]},{"name":"TMT_ACTIVEBORDER","features":[357]},{"name":"TMT_ACTIVECAPTION","features":[357]},{"name":"TMT_ALIAS","features":[357]},{"name":"TMT_ALPHALEVEL","features":[357]},{"name":"TMT_ALPHATHRESHOLD","features":[357]},{"name":"TMT_ALWAYSSHOWSIZINGBAR","features":[357]},{"name":"TMT_ANIMATIONBUTTONRECT","features":[357]},{"name":"TMT_ANIMATIONDELAY","features":[357]},{"name":"TMT_ANIMATIONDURATION","features":[357]},{"name":"TMT_APPWORKSPACE","features":[357]},{"name":"TMT_ATLASIMAGE","features":[357]},{"name":"TMT_ATLASINPUTIMAGE","features":[357]},{"name":"TMT_ATLASRECT","features":[357]},{"name":"TMT_AUTHOR","features":[357]},{"name":"TMT_AUTOSIZE","features":[357]},{"name":"TMT_BACKGROUND","features":[357]},{"name":"TMT_BGFILL","features":[357]},{"name":"TMT_BGTYPE","features":[357]},{"name":"TMT_BITMAPREF","features":[357]},{"name":"TMT_BLENDCOLOR","features":[357]},{"name":"TMT_BODYFONT","features":[357]},{"name":"TMT_BODYTEXTCOLOR","features":[357]},{"name":"TMT_BOOL","features":[357]},{"name":"TMT_BORDERCOLOR","features":[357]},{"name":"TMT_BORDERCOLORHINT","features":[357]},{"name":"TMT_BORDERONLY","features":[357]},{"name":"TMT_BORDERSIZE","features":[357]},{"name":"TMT_BORDERTYPE","features":[357]},{"name":"TMT_BTNFACE","features":[357]},{"name":"TMT_BTNHIGHLIGHT","features":[357]},{"name":"TMT_BTNSHADOW","features":[357]},{"name":"TMT_BTNTEXT","features":[357]},{"name":"TMT_BUTTONALTERNATEFACE","features":[357]},{"name":"TMT_CAPTIONBARHEIGHT","features":[357]},{"name":"TMT_CAPTIONBARWIDTH","features":[357]},{"name":"TMT_CAPTIONFONT","features":[357]},{"name":"TMT_CAPTIONMARGINS","features":[357]},{"name":"TMT_CAPTIONTEXT","features":[357]},{"name":"TMT_CHARSET","features":[357]},{"name":"TMT_CLASSICVALUE","features":[357]},{"name":"TMT_COLOR","features":[357]},{"name":"TMT_COLORIZATIONCOLOR","features":[357]},{"name":"TMT_COLORIZATIONOPACITY","features":[357]},{"name":"TMT_COLORSCHEMES","features":[357]},{"name":"TMT_COMPANY","features":[357]},{"name":"TMT_COMPOSITED","features":[357]},{"name":"TMT_COMPOSITEDOPAQUE","features":[357]},{"name":"TMT_CONTENTALIGNMENT","features":[357]},{"name":"TMT_CONTENTMARGINS","features":[357]},{"name":"TMT_COPYRIGHT","features":[357]},{"name":"TMT_CSSNAME","features":[357]},{"name":"TMT_CUSTOMSPLITRECT","features":[357]},{"name":"TMT_DEFAULTPANESIZE","features":[357]},{"name":"TMT_DESCRIPTION","features":[357]},{"name":"TMT_DIBDATA","features":[357]},{"name":"TMT_DISKSTREAM","features":[357]},{"name":"TMT_DISPLAYNAME","features":[357]},{"name":"TMT_DKSHADOW3D","features":[357]},{"name":"TMT_DRAWBORDERS","features":[357]},{"name":"TMT_EDGEDKSHADOWCOLOR","features":[357]},{"name":"TMT_EDGEFILLCOLOR","features":[357]},{"name":"TMT_EDGEHIGHLIGHTCOLOR","features":[357]},{"name":"TMT_EDGELIGHTCOLOR","features":[357]},{"name":"TMT_EDGESHADOWCOLOR","features":[357]},{"name":"TMT_ENUM","features":[357]},{"name":"TMT_FILENAME","features":[357]},{"name":"TMT_FILLCOLOR","features":[357]},{"name":"TMT_FILLCOLORHINT","features":[357]},{"name":"TMT_FILLTYPE","features":[357]},{"name":"TMT_FIRSTBOOL","features":[357]},{"name":"TMT_FIRSTCOLOR","features":[357]},{"name":"TMT_FIRSTFONT","features":[357]},{"name":"TMT_FIRSTINT","features":[357]},{"name":"TMT_FIRSTSIZE","features":[357]},{"name":"TMT_FIRSTSTRING","features":[357]},{"name":"TMT_FIRST_RCSTRING_NAME","features":[357]},{"name":"TMT_FLATMENUS","features":[357]},{"name":"TMT_FLOAT","features":[357]},{"name":"TMT_FLOATLIST","features":[357]},{"name":"TMT_FONT","features":[357]},{"name":"TMT_FRAMESPERSECOND","features":[357]},{"name":"TMT_FROMCOLOR1","features":[357]},{"name":"TMT_FROMCOLOR2","features":[357]},{"name":"TMT_FROMCOLOR3","features":[357]},{"name":"TMT_FROMCOLOR4","features":[357]},{"name":"TMT_FROMCOLOR5","features":[357]},{"name":"TMT_FROMHUE1","features":[357]},{"name":"TMT_FROMHUE2","features":[357]},{"name":"TMT_FROMHUE3","features":[357]},{"name":"TMT_FROMHUE4","features":[357]},{"name":"TMT_FROMHUE5","features":[357]},{"name":"TMT_GLOWCOLOR","features":[357]},{"name":"TMT_GLOWINTENSITY","features":[357]},{"name":"TMT_GLYPHDIBDATA","features":[357]},{"name":"TMT_GLYPHFONT","features":[357]},{"name":"TMT_GLYPHFONTSIZINGTYPE","features":[357]},{"name":"TMT_GLYPHIMAGEFILE","features":[357]},{"name":"TMT_GLYPHINDEX","features":[357]},{"name":"TMT_GLYPHONLY","features":[357]},{"name":"TMT_GLYPHTEXTCOLOR","features":[357]},{"name":"TMT_GLYPHTRANSPARENT","features":[357]},{"name":"TMT_GLYPHTRANSPARENTCOLOR","features":[357]},{"name":"TMT_GLYPHTYPE","features":[357]},{"name":"TMT_GRADIENTACTIVECAPTION","features":[357]},{"name":"TMT_GRADIENTCOLOR1","features":[357]},{"name":"TMT_GRADIENTCOLOR2","features":[357]},{"name":"TMT_GRADIENTCOLOR3","features":[357]},{"name":"TMT_GRADIENTCOLOR4","features":[357]},{"name":"TMT_GRADIENTCOLOR5","features":[357]},{"name":"TMT_GRADIENTINACTIVECAPTION","features":[357]},{"name":"TMT_GRADIENTRATIO1","features":[357]},{"name":"TMT_GRADIENTRATIO2","features":[357]},{"name":"TMT_GRADIENTRATIO3","features":[357]},{"name":"TMT_GRADIENTRATIO4","features":[357]},{"name":"TMT_GRADIENTRATIO5","features":[357]},{"name":"TMT_GRAYTEXT","features":[357]},{"name":"TMT_HALIGN","features":[357]},{"name":"TMT_HBITMAP","features":[357]},{"name":"TMT_HEADING1FONT","features":[357]},{"name":"TMT_HEADING1TEXTCOLOR","features":[357]},{"name":"TMT_HEADING2FONT","features":[357]},{"name":"TMT_HEADING2TEXTCOLOR","features":[357]},{"name":"TMT_HEIGHT","features":[357]},{"name":"TMT_HIGHLIGHT","features":[357]},{"name":"TMT_HIGHLIGHTTEXT","features":[357]},{"name":"TMT_HOTTRACKING","features":[357]},{"name":"TMT_ICONEFFECT","features":[357]},{"name":"TMT_ICONTITLEFONT","features":[357]},{"name":"TMT_IMAGECOUNT","features":[357]},{"name":"TMT_IMAGEFILE","features":[357]},{"name":"TMT_IMAGEFILE1","features":[357]},{"name":"TMT_IMAGEFILE2","features":[357]},{"name":"TMT_IMAGEFILE3","features":[357]},{"name":"TMT_IMAGEFILE4","features":[357]},{"name":"TMT_IMAGEFILE5","features":[357]},{"name":"TMT_IMAGEFILE6","features":[357]},{"name":"TMT_IMAGEFILE7","features":[357]},{"name":"TMT_IMAGELAYOUT","features":[357]},{"name":"TMT_IMAGESELECTTYPE","features":[357]},{"name":"TMT_INACTIVEBORDER","features":[357]},{"name":"TMT_INACTIVECAPTION","features":[357]},{"name":"TMT_INACTIVECAPTIONTEXT","features":[357]},{"name":"TMT_INFOBK","features":[357]},{"name":"TMT_INFOTEXT","features":[357]},{"name":"TMT_INT","features":[357]},{"name":"TMT_INTEGRALSIZING","features":[357]},{"name":"TMT_INTLIST","features":[357]},{"name":"TMT_LASTBOOL","features":[357]},{"name":"TMT_LASTCOLOR","features":[357]},{"name":"TMT_LASTFONT","features":[357]},{"name":"TMT_LASTINT","features":[357]},{"name":"TMT_LASTSIZE","features":[357]},{"name":"TMT_LASTSTRING","features":[357]},{"name":"TMT_LASTUPDATED","features":[357]},{"name":"TMT_LAST_RCSTRING_NAME","features":[357]},{"name":"TMT_LIGHT3D","features":[357]},{"name":"TMT_LOCALIZEDMIRRORIMAGE","features":[357]},{"name":"TMT_MARGINS","features":[357]},{"name":"TMT_MENU","features":[357]},{"name":"TMT_MENUBAR","features":[357]},{"name":"TMT_MENUBARHEIGHT","features":[357]},{"name":"TMT_MENUBARWIDTH","features":[357]},{"name":"TMT_MENUFONT","features":[357]},{"name":"TMT_MENUHILIGHT","features":[357]},{"name":"TMT_MENUTEXT","features":[357]},{"name":"TMT_MINCOLORDEPTH","features":[357]},{"name":"TMT_MINDPI1","features":[357]},{"name":"TMT_MINDPI2","features":[357]},{"name":"TMT_MINDPI3","features":[357]},{"name":"TMT_MINDPI4","features":[357]},{"name":"TMT_MINDPI5","features":[357]},{"name":"TMT_MINDPI6","features":[357]},{"name":"TMT_MINDPI7","features":[357]},{"name":"TMT_MINSIZE","features":[357]},{"name":"TMT_MINSIZE1","features":[357]},{"name":"TMT_MINSIZE2","features":[357]},{"name":"TMT_MINSIZE3","features":[357]},{"name":"TMT_MINSIZE4","features":[357]},{"name":"TMT_MINSIZE5","features":[357]},{"name":"TMT_MINSIZE6","features":[357]},{"name":"TMT_MINSIZE7","features":[357]},{"name":"TMT_MIRRORIMAGE","features":[357]},{"name":"TMT_MSGBOXFONT","features":[357]},{"name":"TMT_NAME","features":[357]},{"name":"TMT_NOETCHEDEFFECT","features":[357]},{"name":"TMT_NORMALSIZE","features":[357]},{"name":"TMT_OFFSET","features":[357]},{"name":"TMT_OFFSETTYPE","features":[357]},{"name":"TMT_OPACITY","features":[357]},{"name":"TMT_PADDEDBORDERWIDTH","features":[357]},{"name":"TMT_PIXELSPERFRAME","features":[357]},{"name":"TMT_POSITION","features":[357]},{"name":"TMT_PROGRESSCHUNKSIZE","features":[357]},{"name":"TMT_PROGRESSSPACESIZE","features":[357]},{"name":"TMT_RECT","features":[357]},{"name":"TMT_RESERVEDHIGH","features":[357]},{"name":"TMT_RESERVEDLOW","features":[357]},{"name":"TMT_ROUNDCORNERHEIGHT","features":[357]},{"name":"TMT_ROUNDCORNERWIDTH","features":[357]},{"name":"TMT_SATURATION","features":[357]},{"name":"TMT_SCALEDBACKGROUND","features":[357]},{"name":"TMT_SCROLLBAR","features":[357]},{"name":"TMT_SCROLLBARHEIGHT","features":[357]},{"name":"TMT_SCROLLBARWIDTH","features":[357]},{"name":"TMT_SHADOWCOLOR","features":[357]},{"name":"TMT_SIZE","features":[357]},{"name":"TMT_SIZES","features":[357]},{"name":"TMT_SIZINGBORDERWIDTH","features":[357]},{"name":"TMT_SIZINGMARGINS","features":[357]},{"name":"TMT_SIZINGTYPE","features":[357]},{"name":"TMT_SMALLCAPTIONFONT","features":[357]},{"name":"TMT_SMCAPTIONBARHEIGHT","features":[357]},{"name":"TMT_SMCAPTIONBARWIDTH","features":[357]},{"name":"TMT_SOURCEGROW","features":[357]},{"name":"TMT_SOURCESHRINK","features":[357]},{"name":"TMT_STATUSFONT","features":[357]},{"name":"TMT_STREAM","features":[357]},{"name":"TMT_STRING","features":[357]},{"name":"TMT_TEXT","features":[357]},{"name":"TMT_TEXTAPPLYOVERLAY","features":[357]},{"name":"TMT_TEXTBORDERCOLOR","features":[357]},{"name":"TMT_TEXTBORDERSIZE","features":[357]},{"name":"TMT_TEXTCOLOR","features":[357]},{"name":"TMT_TEXTCOLORHINT","features":[357]},{"name":"TMT_TEXTGLOW","features":[357]},{"name":"TMT_TEXTGLOWSIZE","features":[357]},{"name":"TMT_TEXTITALIC","features":[357]},{"name":"TMT_TEXTSHADOWCOLOR","features":[357]},{"name":"TMT_TEXTSHADOWOFFSET","features":[357]},{"name":"TMT_TEXTSHADOWTYPE","features":[357]},{"name":"TMT_TOCOLOR1","features":[357]},{"name":"TMT_TOCOLOR2","features":[357]},{"name":"TMT_TOCOLOR3","features":[357]},{"name":"TMT_TOCOLOR4","features":[357]},{"name":"TMT_TOCOLOR5","features":[357]},{"name":"TMT_TOHUE1","features":[357]},{"name":"TMT_TOHUE2","features":[357]},{"name":"TMT_TOHUE3","features":[357]},{"name":"TMT_TOHUE4","features":[357]},{"name":"TMT_TOHUE5","features":[357]},{"name":"TMT_TOOLTIP","features":[357]},{"name":"TMT_TRANSITIONDURATIONS","features":[357]},{"name":"TMT_TRANSPARENT","features":[357]},{"name":"TMT_TRANSPARENTCOLOR","features":[357]},{"name":"TMT_TRUESIZESCALINGTYPE","features":[357]},{"name":"TMT_TRUESIZESTRETCHMARK","features":[357]},{"name":"TMT_UNIFORMSIZING","features":[357]},{"name":"TMT_URL","features":[357]},{"name":"TMT_USERPICTURE","features":[357]},{"name":"TMT_VALIGN","features":[357]},{"name":"TMT_VERSION","features":[357]},{"name":"TMT_WIDTH","features":[357]},{"name":"TMT_WINDOW","features":[357]},{"name":"TMT_WINDOWFRAME","features":[357]},{"name":"TMT_WINDOWTEXT","features":[357]},{"name":"TMT_XMLNAME","features":[357]},{"name":"TNP_ANIMBACKGROUND","features":[357]},{"name":"TNP_BACKGROUND","features":[357]},{"name":"TOOLBARCLASSNAME","features":[357]},{"name":"TOOLBARCLASSNAMEA","features":[357]},{"name":"TOOLBARCLASSNAMEW","features":[357]},{"name":"TOOLBARPARTS","features":[357]},{"name":"TOOLBARSTYLESTATES","features":[357]},{"name":"TOOLTIPPARTS","features":[357]},{"name":"TOOLTIPS_CLASS","features":[357]},{"name":"TOOLTIPS_CLASSA","features":[357]},{"name":"TOOLTIPS_CLASSW","features":[357]},{"name":"TOOLTIP_FLAGS","features":[357]},{"name":"TOPTABITEMBOTHEDGESTATES","features":[357]},{"name":"TOPTABITEMLEFTEDGESTATES","features":[357]},{"name":"TOPTABITEMRIGHTEDGESTATES","features":[357]},{"name":"TOPTABITEMSTATES","features":[357]},{"name":"TOUCH_HIT_TESTING_INPUT","features":[305,357]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_EVALUATION","features":[305,357]},{"name":"TP_BUTTON","features":[357]},{"name":"TP_DROPDOWNBUTTON","features":[357]},{"name":"TP_DROPDOWNBUTTONGLYPH","features":[357]},{"name":"TP_SEPARATOR","features":[357]},{"name":"TP_SEPARATORVERT","features":[357]},{"name":"TP_SPLITBUTTON","features":[357]},{"name":"TP_SPLITBUTTONDROPDOWN","features":[357]},{"name":"TRACKBARPARTS","features":[357]},{"name":"TRACKBARSTYLESTATES","features":[357]},{"name":"TRACKBAR_CLASS","features":[357]},{"name":"TRACKBAR_CLASSA","features":[357]},{"name":"TRACKBAR_CLASSW","features":[357]},{"name":"TRACKSTATES","features":[357]},{"name":"TRACKVERTSTATES","features":[357]},{"name":"TRAILINGGRIDCELLSTATES","features":[357]},{"name":"TRAILINGGRIDCELLUPPERSTATES","features":[357]},{"name":"TRANSPARENTBACKGROUNDSTATES","features":[357]},{"name":"TRANSPARENTBARSTATES","features":[357]},{"name":"TRANSPARENTBARVERTSTATES","features":[357]},{"name":"TRAYNOTIFYPARTS","features":[357]},{"name":"TRBN_FIRST","features":[357]},{"name":"TRBN_LAST","features":[357]},{"name":"TRBN_THUMBPOSCHANGING","features":[357]},{"name":"TREEITEMSTATES","features":[357]},{"name":"TREEVIEWPARTS","features":[357]},{"name":"TREE_VIEW_ITEM_STATE_FLAGS","features":[357]},{"name":"TREIS_DISABLED","features":[357]},{"name":"TREIS_HOT","features":[357]},{"name":"TREIS_HOTSELECTED","features":[357]},{"name":"TREIS_NORMAL","features":[357]},{"name":"TREIS_SELECTED","features":[357]},{"name":"TREIS_SELECTEDNOTFOCUS","features":[357]},{"name":"TRS_NORMAL","features":[357]},{"name":"TRUESIZESCALINGTYPE","features":[357]},{"name":"TRVS_NORMAL","features":[357]},{"name":"TSGP_GRIPPER","features":[357]},{"name":"TSGS_CENTERED","features":[357]},{"name":"TSGS_NORMAL","features":[357]},{"name":"TSST_DPI","features":[357]},{"name":"TSST_NONE","features":[357]},{"name":"TSST_SIZE","features":[357]},{"name":"TSS_NORMAL","features":[357]},{"name":"TST_CONTINUOUS","features":[357]},{"name":"TST_NONE","features":[357]},{"name":"TST_SINGLE","features":[357]},{"name":"TSVS_NORMAL","features":[357]},{"name":"TS_CHECKED","features":[357]},{"name":"TS_CONTROLLABEL_DISABLED","features":[357]},{"name":"TS_CONTROLLABEL_NORMAL","features":[357]},{"name":"TS_DISABLED","features":[357]},{"name":"TS_DRAW","features":[357]},{"name":"TS_HOT","features":[357]},{"name":"TS_HOTCHECKED","features":[357]},{"name":"TS_HYPERLINK_DISABLED","features":[357]},{"name":"TS_HYPERLINK_HOT","features":[357]},{"name":"TS_HYPERLINK_NORMAL","features":[357]},{"name":"TS_HYPERLINK_PRESSED","features":[357]},{"name":"TS_MIN","features":[357]},{"name":"TS_NEARHOT","features":[357]},{"name":"TS_NORMAL","features":[357]},{"name":"TS_OTHERSIDEHOT","features":[357]},{"name":"TS_PRESSED","features":[357]},{"name":"TS_TRUE","features":[357]},{"name":"TTBSS_POINTINGDOWNCENTERED","features":[357]},{"name":"TTBSS_POINTINGDOWNLEFTWALL","features":[357]},{"name":"TTBSS_POINTINGDOWNRIGHTWALL","features":[357]},{"name":"TTBSS_POINTINGUPCENTERED","features":[357]},{"name":"TTBSS_POINTINGUPLEFTWALL","features":[357]},{"name":"TTBSS_POINTINGUPRIGHTWALL","features":[357]},{"name":"TTBS_LINK","features":[357]},{"name":"TTBS_NORMAL","features":[357]},{"name":"TTCS_HOT","features":[357]},{"name":"TTCS_NORMAL","features":[357]},{"name":"TTCS_PRESSED","features":[357]},{"name":"TTDT_AUTOMATIC","features":[357]},{"name":"TTDT_AUTOPOP","features":[357]},{"name":"TTDT_INITIAL","features":[357]},{"name":"TTDT_RESHOW","features":[357]},{"name":"TTFT_CUBIC_BEZIER","features":[357]},{"name":"TTFT_UNDEFINED","features":[357]},{"name":"TTF_ABSOLUTE","features":[357]},{"name":"TTF_CENTERTIP","features":[357]},{"name":"TTF_DI_SETITEM","features":[357]},{"name":"TTF_IDISHWND","features":[357]},{"name":"TTF_PARSELINKS","features":[357]},{"name":"TTF_RTLREADING","features":[357]},{"name":"TTF_SUBCLASS","features":[357]},{"name":"TTF_TRACK","features":[357]},{"name":"TTF_TRANSPARENT","features":[357]},{"name":"TTGETTITLE","features":[357]},{"name":"TTHITTESTINFOA","features":[305,357]},{"name":"TTHITTESTINFOW","features":[305,357]},{"name":"TTIBES_DISABLED","features":[357]},{"name":"TTIBES_FOCUSED","features":[357]},{"name":"TTIBES_HOT","features":[357]},{"name":"TTIBES_NORMAL","features":[357]},{"name":"TTIBES_SELECTED","features":[357]},{"name":"TTILES_DISABLED","features":[357]},{"name":"TTILES_FOCUSED","features":[357]},{"name":"TTILES_HOT","features":[357]},{"name":"TTILES_NORMAL","features":[357]},{"name":"TTILES_SELECTED","features":[357]},{"name":"TTIRES_DISABLED","features":[357]},{"name":"TTIRES_FOCUSED","features":[357]},{"name":"TTIRES_HOT","features":[357]},{"name":"TTIRES_NORMAL","features":[357]},{"name":"TTIRES_SELECTED","features":[357]},{"name":"TTIS_DISABLED","features":[357]},{"name":"TTIS_FOCUSED","features":[357]},{"name":"TTIS_HOT","features":[357]},{"name":"TTIS_NORMAL","features":[357]},{"name":"TTIS_SELECTED","features":[357]},{"name":"TTI_ERROR","features":[357]},{"name":"TTI_ERROR_LARGE","features":[357]},{"name":"TTI_INFO","features":[357]},{"name":"TTI_INFO_LARGE","features":[357]},{"name":"TTI_NONE","features":[357]},{"name":"TTI_WARNING","features":[357]},{"name":"TTI_WARNING_LARGE","features":[357]},{"name":"TTM_ACTIVATE","features":[357]},{"name":"TTM_ADDTOOL","features":[357]},{"name":"TTM_ADDTOOLA","features":[357]},{"name":"TTM_ADDTOOLW","features":[357]},{"name":"TTM_ADJUSTRECT","features":[357]},{"name":"TTM_DELTOOL","features":[357]},{"name":"TTM_DELTOOLA","features":[357]},{"name":"TTM_DELTOOLW","features":[357]},{"name":"TTM_ENUMTOOLS","features":[357]},{"name":"TTM_ENUMTOOLSA","features":[357]},{"name":"TTM_ENUMTOOLSW","features":[357]},{"name":"TTM_GETBUBBLESIZE","features":[357]},{"name":"TTM_GETCURRENTTOOL","features":[357]},{"name":"TTM_GETCURRENTTOOLA","features":[357]},{"name":"TTM_GETCURRENTTOOLW","features":[357]},{"name":"TTM_GETDELAYTIME","features":[357]},{"name":"TTM_GETMARGIN","features":[357]},{"name":"TTM_GETMAXTIPWIDTH","features":[357]},{"name":"TTM_GETTEXT","features":[357]},{"name":"TTM_GETTEXTA","features":[357]},{"name":"TTM_GETTEXTW","features":[357]},{"name":"TTM_GETTIPBKCOLOR","features":[357]},{"name":"TTM_GETTIPTEXTCOLOR","features":[357]},{"name":"TTM_GETTITLE","features":[357]},{"name":"TTM_GETTOOLCOUNT","features":[357]},{"name":"TTM_GETTOOLINFO","features":[357]},{"name":"TTM_GETTOOLINFOA","features":[357]},{"name":"TTM_GETTOOLINFOW","features":[357]},{"name":"TTM_HITTEST","features":[357]},{"name":"TTM_HITTESTA","features":[357]},{"name":"TTM_HITTESTW","features":[357]},{"name":"TTM_NEWTOOLRECT","features":[357]},{"name":"TTM_NEWTOOLRECTA","features":[357]},{"name":"TTM_NEWTOOLRECTW","features":[357]},{"name":"TTM_POP","features":[357]},{"name":"TTM_POPUP","features":[357]},{"name":"TTM_RELAYEVENT","features":[357]},{"name":"TTM_SETDELAYTIME","features":[357]},{"name":"TTM_SETMARGIN","features":[357]},{"name":"TTM_SETMAXTIPWIDTH","features":[357]},{"name":"TTM_SETTIPBKCOLOR","features":[357]},{"name":"TTM_SETTIPTEXTCOLOR","features":[357]},{"name":"TTM_SETTITLE","features":[357]},{"name":"TTM_SETTITLEA","features":[357]},{"name":"TTM_SETTITLEW","features":[357]},{"name":"TTM_SETTOOLINFO","features":[357]},{"name":"TTM_SETTOOLINFOA","features":[357]},{"name":"TTM_SETTOOLINFOW","features":[357]},{"name":"TTM_SETWINDOWTHEME","features":[357]},{"name":"TTM_TRACKACTIVATE","features":[357]},{"name":"TTM_TRACKPOSITION","features":[357]},{"name":"TTM_UPDATE","features":[357]},{"name":"TTM_UPDATETIPTEXT","features":[357]},{"name":"TTM_UPDATETIPTEXTA","features":[357]},{"name":"TTM_UPDATETIPTEXTW","features":[357]},{"name":"TTM_WINDOWFROMPOINT","features":[357]},{"name":"TTN_FIRST","features":[357]},{"name":"TTN_GETDISPINFO","features":[357]},{"name":"TTN_GETDISPINFOA","features":[357]},{"name":"TTN_GETDISPINFOW","features":[357]},{"name":"TTN_LAST","features":[357]},{"name":"TTN_LINKCLICK","features":[357]},{"name":"TTN_NEEDTEXT","features":[357]},{"name":"TTN_NEEDTEXTA","features":[357]},{"name":"TTN_NEEDTEXTW","features":[357]},{"name":"TTN_POP","features":[357]},{"name":"TTN_SHOW","features":[357]},{"name":"TTP_BALLOON","features":[357]},{"name":"TTP_BALLOONSTEM","features":[357]},{"name":"TTP_BALLOONTITLE","features":[357]},{"name":"TTP_CLOSE","features":[357]},{"name":"TTP_STANDARD","features":[357]},{"name":"TTP_STANDARDTITLE","features":[357]},{"name":"TTP_WRENCH","features":[357]},{"name":"TTSS_LINK","features":[357]},{"name":"TTSS_NORMAL","features":[357]},{"name":"TTS_ALWAYSTIP","features":[357]},{"name":"TTS_BALLOON","features":[357]},{"name":"TTS_CLOSE","features":[357]},{"name":"TTS_NOANIMATE","features":[357]},{"name":"TTS_NOFADE","features":[357]},{"name":"TTS_NOPREFIX","features":[357]},{"name":"TTS_USEVISUALSTYLE","features":[357]},{"name":"TTTOOLINFOA","features":[305,357]},{"name":"TTTOOLINFOW","features":[305,357]},{"name":"TTWS_HOT","features":[357]},{"name":"TTWS_NORMAL","features":[357]},{"name":"TTWS_PRESSED","features":[357]},{"name":"TUBS_DISABLED","features":[357]},{"name":"TUBS_FOCUSED","features":[357]},{"name":"TUBS_HOT","features":[357]},{"name":"TUBS_NORMAL","features":[357]},{"name":"TUBS_PRESSED","features":[357]},{"name":"TUS_DISABLED","features":[357]},{"name":"TUS_FOCUSED","features":[357]},{"name":"TUS_HOT","features":[357]},{"name":"TUS_NORMAL","features":[357]},{"name":"TUS_PRESSED","features":[357]},{"name":"TUTS_DISABLED","features":[357]},{"name":"TUTS_FOCUSED","features":[357]},{"name":"TUTS_HOT","features":[357]},{"name":"TUTS_NORMAL","features":[357]},{"name":"TUTS_PRESSED","features":[357]},{"name":"TUVLS_DISABLED","features":[357]},{"name":"TUVLS_FOCUSED","features":[357]},{"name":"TUVLS_HOT","features":[357]},{"name":"TUVLS_NORMAL","features":[357]},{"name":"TUVLS_PRESSED","features":[357]},{"name":"TUVRS_DISABLED","features":[357]},{"name":"TUVRS_FOCUSED","features":[357]},{"name":"TUVRS_HOT","features":[357]},{"name":"TUVRS_NORMAL","features":[357]},{"name":"TUVRS_PRESSED","features":[357]},{"name":"TUVS_DISABLED","features":[357]},{"name":"TUVS_FOCUSED","features":[357]},{"name":"TUVS_HOT","features":[357]},{"name":"TUVS_NORMAL","features":[357]},{"name":"TUVS_PRESSED","features":[357]},{"name":"TVCDRF_NOIMAGES","features":[357]},{"name":"TVC_BYKEYBOARD","features":[357]},{"name":"TVC_BYMOUSE","features":[357]},{"name":"TVC_UNKNOWN","features":[357]},{"name":"TVE_COLLAPSE","features":[357]},{"name":"TVE_COLLAPSERESET","features":[357]},{"name":"TVE_EXPAND","features":[357]},{"name":"TVE_EXPANDPARTIAL","features":[357]},{"name":"TVE_TOGGLE","features":[357]},{"name":"TVGETITEMPARTRECTINFO","features":[305,357]},{"name":"TVGIPR_BUTTON","features":[357]},{"name":"TVGN_CARET","features":[357]},{"name":"TVGN_CHILD","features":[357]},{"name":"TVGN_DROPHILITE","features":[357]},{"name":"TVGN_FIRSTVISIBLE","features":[357]},{"name":"TVGN_LASTVISIBLE","features":[357]},{"name":"TVGN_NEXT","features":[357]},{"name":"TVGN_NEXTSELECTED","features":[357]},{"name":"TVGN_NEXTVISIBLE","features":[357]},{"name":"TVGN_PARENT","features":[357]},{"name":"TVGN_PREVIOUS","features":[357]},{"name":"TVGN_PREVIOUSVISIBLE","features":[357]},{"name":"TVGN_ROOT","features":[357]},{"name":"TVHITTESTINFO","features":[305,357]},{"name":"TVHITTESTINFO_FLAGS","features":[357]},{"name":"TVHT_ABOVE","features":[357]},{"name":"TVHT_BELOW","features":[357]},{"name":"TVHT_NOWHERE","features":[357]},{"name":"TVHT_ONITEM","features":[357]},{"name":"TVHT_ONITEMBUTTON","features":[357]},{"name":"TVHT_ONITEMICON","features":[357]},{"name":"TVHT_ONITEMINDENT","features":[357]},{"name":"TVHT_ONITEMLABEL","features":[357]},{"name":"TVHT_ONITEMRIGHT","features":[357]},{"name":"TVHT_ONITEMSTATEICON","features":[357]},{"name":"TVHT_TOLEFT","features":[357]},{"name":"TVHT_TORIGHT","features":[357]},{"name":"TVIF_CHILDREN","features":[357]},{"name":"TVIF_DI_SETITEM","features":[357]},{"name":"TVIF_EXPANDEDIMAGE","features":[357]},{"name":"TVIF_HANDLE","features":[357]},{"name":"TVIF_IMAGE","features":[357]},{"name":"TVIF_INTEGRAL","features":[357]},{"name":"TVIF_PARAM","features":[357]},{"name":"TVIF_SELECTEDIMAGE","features":[357]},{"name":"TVIF_STATE","features":[357]},{"name":"TVIF_STATEEX","features":[357]},{"name":"TVIF_TEXT","features":[357]},{"name":"TVINSERTSTRUCTA","features":[305,357]},{"name":"TVINSERTSTRUCTW","features":[305,357]},{"name":"TVIS_BOLD","features":[357]},{"name":"TVIS_CUT","features":[357]},{"name":"TVIS_DROPHILITED","features":[357]},{"name":"TVIS_EXPANDED","features":[357]},{"name":"TVIS_EXPANDEDONCE","features":[357]},{"name":"TVIS_EXPANDPARTIAL","features":[357]},{"name":"TVIS_EX_ALL","features":[357]},{"name":"TVIS_EX_DISABLED","features":[357]},{"name":"TVIS_EX_FLAT","features":[357]},{"name":"TVIS_OVERLAYMASK","features":[357]},{"name":"TVIS_SELECTED","features":[357]},{"name":"TVIS_STATEIMAGEMASK","features":[357]},{"name":"TVIS_USERMASK","features":[357]},{"name":"TVITEMA","features":[305,357]},{"name":"TVITEMEXA","features":[305,357]},{"name":"TVITEMEXW","features":[305,357]},{"name":"TVITEMEXW_CHILDREN","features":[357]},{"name":"TVITEMPART","features":[357]},{"name":"TVITEMW","features":[305,357]},{"name":"TVITEM_MASK","features":[357]},{"name":"TVI_FIRST","features":[357]},{"name":"TVI_LAST","features":[357]},{"name":"TVI_ROOT","features":[357]},{"name":"TVI_SORT","features":[357]},{"name":"TVM_CREATEDRAGIMAGE","features":[357]},{"name":"TVM_DELETEITEM","features":[357]},{"name":"TVM_EDITLABEL","features":[357]},{"name":"TVM_EDITLABELA","features":[357]},{"name":"TVM_EDITLABELW","features":[357]},{"name":"TVM_ENDEDITLABELNOW","features":[357]},{"name":"TVM_ENSUREVISIBLE","features":[357]},{"name":"TVM_EXPAND","features":[357]},{"name":"TVM_GETBKCOLOR","features":[357]},{"name":"TVM_GETCOUNT","features":[357]},{"name":"TVM_GETEDITCONTROL","features":[357]},{"name":"TVM_GETEXTENDEDSTYLE","features":[357]},{"name":"TVM_GETIMAGELIST","features":[357]},{"name":"TVM_GETINDENT","features":[357]},{"name":"TVM_GETINSERTMARKCOLOR","features":[357]},{"name":"TVM_GETISEARCHSTRING","features":[357]},{"name":"TVM_GETISEARCHSTRINGA","features":[357]},{"name":"TVM_GETISEARCHSTRINGW","features":[357]},{"name":"TVM_GETITEM","features":[357]},{"name":"TVM_GETITEMA","features":[357]},{"name":"TVM_GETITEMHEIGHT","features":[357]},{"name":"TVM_GETITEMPARTRECT","features":[357]},{"name":"TVM_GETITEMRECT","features":[357]},{"name":"TVM_GETITEMSTATE","features":[357]},{"name":"TVM_GETITEMW","features":[357]},{"name":"TVM_GETLINECOLOR","features":[357]},{"name":"TVM_GETNEXTITEM","features":[357]},{"name":"TVM_GETSCROLLTIME","features":[357]},{"name":"TVM_GETSELECTEDCOUNT","features":[357]},{"name":"TVM_GETTEXTCOLOR","features":[357]},{"name":"TVM_GETTOOLTIPS","features":[357]},{"name":"TVM_GETUNICODEFORMAT","features":[357]},{"name":"TVM_GETVISIBLECOUNT","features":[357]},{"name":"TVM_HITTEST","features":[357]},{"name":"TVM_INSERTITEM","features":[357]},{"name":"TVM_INSERTITEMA","features":[357]},{"name":"TVM_INSERTITEMW","features":[357]},{"name":"TVM_MAPACCIDTOHTREEITEM","features":[357]},{"name":"TVM_MAPHTREEITEMTOACCID","features":[357]},{"name":"TVM_SELECTITEM","features":[357]},{"name":"TVM_SETAUTOSCROLLINFO","features":[357]},{"name":"TVM_SETBKCOLOR","features":[357]},{"name":"TVM_SETBORDER","features":[357]},{"name":"TVM_SETEXTENDEDSTYLE","features":[357]},{"name":"TVM_SETHOT","features":[357]},{"name":"TVM_SETIMAGELIST","features":[357]},{"name":"TVM_SETINDENT","features":[357]},{"name":"TVM_SETINSERTMARK","features":[357]},{"name":"TVM_SETINSERTMARKCOLOR","features":[357]},{"name":"TVM_SETITEM","features":[357]},{"name":"TVM_SETITEMA","features":[357]},{"name":"TVM_SETITEMHEIGHT","features":[357]},{"name":"TVM_SETITEMW","features":[357]},{"name":"TVM_SETLINECOLOR","features":[357]},{"name":"TVM_SETSCROLLTIME","features":[357]},{"name":"TVM_SETTEXTCOLOR","features":[357]},{"name":"TVM_SETTOOLTIPS","features":[357]},{"name":"TVM_SETUNICODEFORMAT","features":[357]},{"name":"TVM_SHOWINFOTIP","features":[357]},{"name":"TVM_SORTCHILDREN","features":[357]},{"name":"TVM_SORTCHILDRENCB","features":[357]},{"name":"TVNRET_DEFAULT","features":[357]},{"name":"TVNRET_SKIPNEW","features":[357]},{"name":"TVNRET_SKIPOLD","features":[357]},{"name":"TVN_ASYNCDRAW","features":[357]},{"name":"TVN_BEGINDRAG","features":[357]},{"name":"TVN_BEGINDRAGA","features":[357]},{"name":"TVN_BEGINDRAGW","features":[357]},{"name":"TVN_BEGINLABELEDIT","features":[357]},{"name":"TVN_BEGINLABELEDITA","features":[357]},{"name":"TVN_BEGINLABELEDITW","features":[357]},{"name":"TVN_BEGINRDRAG","features":[357]},{"name":"TVN_BEGINRDRAGA","features":[357]},{"name":"TVN_BEGINRDRAGW","features":[357]},{"name":"TVN_DELETEITEM","features":[357]},{"name":"TVN_DELETEITEMA","features":[357]},{"name":"TVN_DELETEITEMW","features":[357]},{"name":"TVN_ENDLABELEDIT","features":[357]},{"name":"TVN_ENDLABELEDITA","features":[357]},{"name":"TVN_ENDLABELEDITW","features":[357]},{"name":"TVN_FIRST","features":[357]},{"name":"TVN_GETDISPINFO","features":[357]},{"name":"TVN_GETDISPINFOA","features":[357]},{"name":"TVN_GETDISPINFOW","features":[357]},{"name":"TVN_GETINFOTIP","features":[357]},{"name":"TVN_GETINFOTIPA","features":[357]},{"name":"TVN_GETINFOTIPW","features":[357]},{"name":"TVN_ITEMCHANGED","features":[357]},{"name":"TVN_ITEMCHANGEDA","features":[357]},{"name":"TVN_ITEMCHANGEDW","features":[357]},{"name":"TVN_ITEMCHANGING","features":[357]},{"name":"TVN_ITEMCHANGINGA","features":[357]},{"name":"TVN_ITEMCHANGINGW","features":[357]},{"name":"TVN_ITEMEXPANDED","features":[357]},{"name":"TVN_ITEMEXPANDEDA","features":[357]},{"name":"TVN_ITEMEXPANDEDW","features":[357]},{"name":"TVN_ITEMEXPANDING","features":[357]},{"name":"TVN_ITEMEXPANDINGA","features":[357]},{"name":"TVN_ITEMEXPANDINGW","features":[357]},{"name":"TVN_KEYDOWN","features":[357]},{"name":"TVN_LAST","features":[357]},{"name":"TVN_SELCHANGED","features":[357]},{"name":"TVN_SELCHANGEDA","features":[357]},{"name":"TVN_SELCHANGEDW","features":[357]},{"name":"TVN_SELCHANGING","features":[357]},{"name":"TVN_SELCHANGINGA","features":[357]},{"name":"TVN_SELCHANGINGW","features":[357]},{"name":"TVN_SETDISPINFO","features":[357]},{"name":"TVN_SETDISPINFOA","features":[357]},{"name":"TVN_SETDISPINFOW","features":[357]},{"name":"TVN_SINGLEEXPAND","features":[357]},{"name":"TVP_BRANCH","features":[357]},{"name":"TVP_GLYPH","features":[357]},{"name":"TVP_HOTGLYPH","features":[357]},{"name":"TVP_TREEITEM","features":[357]},{"name":"TVSBF_XBORDER","features":[357]},{"name":"TVSBF_YBORDER","features":[357]},{"name":"TVSIL_NORMAL","features":[357]},{"name":"TVSIL_STATE","features":[357]},{"name":"TVSI_NOSINGLEEXPAND","features":[357]},{"name":"TVSORTCB","features":[305,357]},{"name":"TVS_CHECKBOXES","features":[357]},{"name":"TVS_DISABLEDRAGDROP","features":[357]},{"name":"TVS_EDITLABELS","features":[357]},{"name":"TVS_EX_AUTOHSCROLL","features":[357]},{"name":"TVS_EX_DIMMEDCHECKBOXES","features":[357]},{"name":"TVS_EX_DOUBLEBUFFER","features":[357]},{"name":"TVS_EX_DRAWIMAGEASYNC","features":[357]},{"name":"TVS_EX_EXCLUSIONCHECKBOXES","features":[357]},{"name":"TVS_EX_FADEINOUTEXPANDOS","features":[357]},{"name":"TVS_EX_MULTISELECT","features":[357]},{"name":"TVS_EX_NOINDENTSTATE","features":[357]},{"name":"TVS_EX_NOSINGLECOLLAPSE","features":[357]},{"name":"TVS_EX_PARTIALCHECKBOXES","features":[357]},{"name":"TVS_EX_RICHTOOLTIP","features":[357]},{"name":"TVS_FULLROWSELECT","features":[357]},{"name":"TVS_HASBUTTONS","features":[357]},{"name":"TVS_HASLINES","features":[357]},{"name":"TVS_INFOTIP","features":[357]},{"name":"TVS_LINESATROOT","features":[357]},{"name":"TVS_NOHSCROLL","features":[357]},{"name":"TVS_NONEVENHEIGHT","features":[357]},{"name":"TVS_NOSCROLL","features":[357]},{"name":"TVS_NOTOOLTIPS","features":[357]},{"name":"TVS_RTLREADING","features":[357]},{"name":"TVS_SHOWSELALWAYS","features":[357]},{"name":"TVS_SINGLEEXPAND","features":[357]},{"name":"TVS_TRACKSELECT","features":[357]},{"name":"TV_FIRST","features":[357]},{"name":"TaskDialog","features":[305,357]},{"name":"TaskDialogIndirect","features":[305,357,374]},{"name":"UDACCEL","features":[357]},{"name":"UDM_GETACCEL","features":[357]},{"name":"UDM_GETBASE","features":[357]},{"name":"UDM_GETBUDDY","features":[357]},{"name":"UDM_GETPOS","features":[357]},{"name":"UDM_GETPOS32","features":[357]},{"name":"UDM_GETRANGE","features":[357]},{"name":"UDM_GETRANGE32","features":[357]},{"name":"UDM_GETUNICODEFORMAT","features":[357]},{"name":"UDM_SETACCEL","features":[357]},{"name":"UDM_SETBASE","features":[357]},{"name":"UDM_SETBUDDY","features":[357]},{"name":"UDM_SETPOS","features":[357]},{"name":"UDM_SETPOS32","features":[357]},{"name":"UDM_SETRANGE","features":[357]},{"name":"UDM_SETRANGE32","features":[357]},{"name":"UDM_SETUNICODEFORMAT","features":[357]},{"name":"UDN_DELTAPOS","features":[357]},{"name":"UDN_FIRST","features":[357]},{"name":"UDN_LAST","features":[357]},{"name":"UDS_ALIGNLEFT","features":[357]},{"name":"UDS_ALIGNRIGHT","features":[357]},{"name":"UDS_ARROWKEYS","features":[357]},{"name":"UDS_AUTOBUDDY","features":[357]},{"name":"UDS_HORZ","features":[357]},{"name":"UDS_HOTTRACK","features":[357]},{"name":"UDS_NOTHOUSANDS","features":[357]},{"name":"UDS_SETBUDDYINT","features":[357]},{"name":"UDS_WRAP","features":[357]},{"name":"UD_MAXVAL","features":[357]},{"name":"UPDATEMETADATASTATES","features":[357]},{"name":"UPDOWN_CLASS","features":[357]},{"name":"UPDOWN_CLASSA","features":[357]},{"name":"UPDOWN_CLASSW","features":[357]},{"name":"UPHORZSTATES","features":[357]},{"name":"UPHZS_DISABLED","features":[357]},{"name":"UPHZS_HOT","features":[357]},{"name":"UPHZS_NORMAL","features":[357]},{"name":"UPHZS_PRESSED","features":[357]},{"name":"UPSTATES","features":[357]},{"name":"UPS_DISABLED","features":[357]},{"name":"UPS_HOT","features":[357]},{"name":"UPS_NORMAL","features":[357]},{"name":"UPS_PRESSED","features":[357]},{"name":"USAGE_PROPERTIES","features":[357]},{"name":"USERTILEPARTS","features":[357]},{"name":"UTP_HOVERBACKGROUND","features":[357]},{"name":"UTP_STROKEBACKGROUND","features":[357]},{"name":"UTS_HOT","features":[357]},{"name":"UTS_NORMAL","features":[357]},{"name":"UTS_PRESSED","features":[357]},{"name":"UninitializeFlatSB","features":[305,357]},{"name":"UpdatePanningFeedback","features":[305,357]},{"name":"VALIDBITS","features":[357]},{"name":"VALIGN","features":[357]},{"name":"VA_BOTTOM","features":[357]},{"name":"VA_CENTER","features":[357]},{"name":"VA_TOP","features":[357]},{"name":"VERTSCROLLSTATES","features":[357]},{"name":"VERTTHUMBSTATES","features":[357]},{"name":"VIEW_DETAILS","features":[357]},{"name":"VIEW_LARGEICONS","features":[357]},{"name":"VIEW_LIST","features":[357]},{"name":"VIEW_NETCONNECT","features":[357]},{"name":"VIEW_NETDISCONNECT","features":[357]},{"name":"VIEW_NEWFOLDER","features":[357]},{"name":"VIEW_PARENTFOLDER","features":[357]},{"name":"VIEW_SMALLICONS","features":[357]},{"name":"VIEW_SORTDATE","features":[357]},{"name":"VIEW_SORTNAME","features":[357]},{"name":"VIEW_SORTSIZE","features":[357]},{"name":"VIEW_SORTTYPE","features":[357]},{"name":"VIEW_VIEWMENU","features":[357]},{"name":"VSCLASS_AEROWIZARD","features":[357]},{"name":"VSCLASS_AEROWIZARDSTYLE","features":[357]},{"name":"VSCLASS_BUTTON","features":[357]},{"name":"VSCLASS_BUTTONSTYLE","features":[357]},{"name":"VSCLASS_CLOCK","features":[357]},{"name":"VSCLASS_COMBOBOX","features":[357]},{"name":"VSCLASS_COMBOBOXSTYLE","features":[357]},{"name":"VSCLASS_COMMUNICATIONS","features":[357]},{"name":"VSCLASS_COMMUNICATIONSSTYLE","features":[357]},{"name":"VSCLASS_CONTROLPANEL","features":[357]},{"name":"VSCLASS_CONTROLPANELSTYLE","features":[357]},{"name":"VSCLASS_DATEPICKER","features":[357]},{"name":"VSCLASS_DATEPICKERSTYLE","features":[357]},{"name":"VSCLASS_DRAGDROP","features":[357]},{"name":"VSCLASS_DRAGDROPSTYLE","features":[357]},{"name":"VSCLASS_EDIT","features":[357]},{"name":"VSCLASS_EDITSTYLE","features":[357]},{"name":"VSCLASS_EMPTYMARKUP","features":[357]},{"name":"VSCLASS_EXPLORERBAR","features":[357]},{"name":"VSCLASS_EXPLORERBARSTYLE","features":[357]},{"name":"VSCLASS_FLYOUT","features":[357]},{"name":"VSCLASS_FLYOUTSTYLE","features":[357]},{"name":"VSCLASS_HEADER","features":[357]},{"name":"VSCLASS_HEADERSTYLE","features":[357]},{"name":"VSCLASS_LINK","features":[357]},{"name":"VSCLASS_LISTBOX","features":[357]},{"name":"VSCLASS_LISTBOXSTYLE","features":[357]},{"name":"VSCLASS_LISTVIEW","features":[357]},{"name":"VSCLASS_LISTVIEWSTYLE","features":[357]},{"name":"VSCLASS_MENU","features":[357]},{"name":"VSCLASS_MENUBAND","features":[357]},{"name":"VSCLASS_MENUSTYLE","features":[357]},{"name":"VSCLASS_MONTHCAL","features":[357]},{"name":"VSCLASS_NAVIGATION","features":[357]},{"name":"VSCLASS_PAGE","features":[357]},{"name":"VSCLASS_PROGRESS","features":[357]},{"name":"VSCLASS_PROGRESSSTYLE","features":[357]},{"name":"VSCLASS_REBAR","features":[357]},{"name":"VSCLASS_REBARSTYLE","features":[357]},{"name":"VSCLASS_SCROLLBAR","features":[357]},{"name":"VSCLASS_SCROLLBARSTYLE","features":[357]},{"name":"VSCLASS_SPIN","features":[357]},{"name":"VSCLASS_SPINSTYLE","features":[357]},{"name":"VSCLASS_STARTPANEL","features":[357]},{"name":"VSCLASS_STATIC","features":[357]},{"name":"VSCLASS_STATUS","features":[357]},{"name":"VSCLASS_STATUSSTYLE","features":[357]},{"name":"VSCLASS_TAB","features":[357]},{"name":"VSCLASS_TABSTYLE","features":[357]},{"name":"VSCLASS_TASKBAND","features":[357]},{"name":"VSCLASS_TASKBAR","features":[357]},{"name":"VSCLASS_TASKDIALOG","features":[357]},{"name":"VSCLASS_TASKDIALOGSTYLE","features":[357]},{"name":"VSCLASS_TEXTSELECTIONGRIPPER","features":[357]},{"name":"VSCLASS_TEXTSTYLE","features":[357]},{"name":"VSCLASS_TOOLBAR","features":[357]},{"name":"VSCLASS_TOOLBARSTYLE","features":[357]},{"name":"VSCLASS_TOOLTIP","features":[357]},{"name":"VSCLASS_TOOLTIPSTYLE","features":[357]},{"name":"VSCLASS_TRACKBAR","features":[357]},{"name":"VSCLASS_TRACKBARSTYLE","features":[357]},{"name":"VSCLASS_TRAYNOTIFY","features":[357]},{"name":"VSCLASS_TREEVIEW","features":[357]},{"name":"VSCLASS_TREEVIEWSTYLE","features":[357]},{"name":"VSCLASS_USERTILE","features":[357]},{"name":"VSCLASS_WINDOW","features":[357]},{"name":"VSCLASS_WINDOWSTYLE","features":[357]},{"name":"VSS_DISABLED","features":[357]},{"name":"VSS_HOT","features":[357]},{"name":"VSS_NORMAL","features":[357]},{"name":"VSS_PUSHED","features":[357]},{"name":"VTS_DISABLED","features":[357]},{"name":"VTS_HOT","features":[357]},{"name":"VTS_NORMAL","features":[357]},{"name":"VTS_PUSHED","features":[357]},{"name":"WARNINGSTATES","features":[357]},{"name":"WB_CLASSIFY","features":[357]},{"name":"WB_ISDELIMITER","features":[357]},{"name":"WB_LEFT","features":[357]},{"name":"WB_LEFTBREAK","features":[357]},{"name":"WB_MOVEWORDLEFT","features":[357]},{"name":"WB_MOVEWORDRIGHT","features":[357]},{"name":"WB_RIGHT","features":[357]},{"name":"WB_RIGHTBREAK","features":[357]},{"name":"WC_BUTTON","features":[357]},{"name":"WC_BUTTONA","features":[357]},{"name":"WC_BUTTONW","features":[357]},{"name":"WC_COMBOBOX","features":[357]},{"name":"WC_COMBOBOXA","features":[357]},{"name":"WC_COMBOBOXEX","features":[357]},{"name":"WC_COMBOBOXEXA","features":[357]},{"name":"WC_COMBOBOXEXW","features":[357]},{"name":"WC_COMBOBOXW","features":[357]},{"name":"WC_EDIT","features":[357]},{"name":"WC_EDITA","features":[357]},{"name":"WC_EDITW","features":[357]},{"name":"WC_HEADER","features":[357]},{"name":"WC_HEADERA","features":[357]},{"name":"WC_HEADERW","features":[357]},{"name":"WC_IPADDRESS","features":[357]},{"name":"WC_IPADDRESSA","features":[357]},{"name":"WC_IPADDRESSW","features":[357]},{"name":"WC_LINK","features":[357]},{"name":"WC_LISTBOX","features":[357]},{"name":"WC_LISTBOXA","features":[357]},{"name":"WC_LISTBOXW","features":[357]},{"name":"WC_LISTVIEW","features":[357]},{"name":"WC_LISTVIEWA","features":[357]},{"name":"WC_LISTVIEWW","features":[357]},{"name":"WC_NATIVEFONTCTL","features":[357]},{"name":"WC_NATIVEFONTCTLA","features":[357]},{"name":"WC_NATIVEFONTCTLW","features":[357]},{"name":"WC_PAGESCROLLER","features":[357]},{"name":"WC_PAGESCROLLERA","features":[357]},{"name":"WC_PAGESCROLLERW","features":[357]},{"name":"WC_SCROLLBAR","features":[357]},{"name":"WC_SCROLLBARA","features":[357]},{"name":"WC_SCROLLBARW","features":[357]},{"name":"WC_STATIC","features":[357]},{"name":"WC_STATICA","features":[357]},{"name":"WC_STATICW","features":[357]},{"name":"WC_TABCONTROL","features":[357]},{"name":"WC_TABCONTROLA","features":[357]},{"name":"WC_TABCONTROLW","features":[357]},{"name":"WC_TREEVIEW","features":[357]},{"name":"WC_TREEVIEWA","features":[357]},{"name":"WC_TREEVIEWW","features":[357]},{"name":"WINDOWPARTS","features":[357]},{"name":"WINDOWTHEMEATTRIBUTETYPE","features":[357]},{"name":"WIZ_BODYCX","features":[357]},{"name":"WIZ_BODYX","features":[357]},{"name":"WIZ_CXBMP","features":[357]},{"name":"WIZ_CXDLG","features":[357]},{"name":"WIZ_CYDLG","features":[357]},{"name":"WMN_FIRST","features":[357]},{"name":"WMN_LAST","features":[357]},{"name":"WM_CTLCOLOR","features":[357]},{"name":"WM_MOUSEHOVER","features":[357]},{"name":"WM_MOUSELEAVE","features":[357]},{"name":"WORD_BREAK_ACTION","features":[357]},{"name":"WP_BORDER","features":[357]},{"name":"WP_CAPTION","features":[357]},{"name":"WP_CAPTIONSIZINGTEMPLATE","features":[357]},{"name":"WP_CLOSEBUTTON","features":[357]},{"name":"WP_DIALOG","features":[357]},{"name":"WP_FRAME","features":[357]},{"name":"WP_FRAMEBOTTOM","features":[357]},{"name":"WP_FRAMEBOTTOMSIZINGTEMPLATE","features":[357]},{"name":"WP_FRAMELEFT","features":[357]},{"name":"WP_FRAMELEFTSIZINGTEMPLATE","features":[357]},{"name":"WP_FRAMERIGHT","features":[357]},{"name":"WP_FRAMERIGHTSIZINGTEMPLATE","features":[357]},{"name":"WP_HELPBUTTON","features":[357]},{"name":"WP_HORZSCROLL","features":[357]},{"name":"WP_HORZTHUMB","features":[357]},{"name":"WP_MAXBUTTON","features":[357]},{"name":"WP_MAXCAPTION","features":[357]},{"name":"WP_MDICLOSEBUTTON","features":[357]},{"name":"WP_MDIHELPBUTTON","features":[357]},{"name":"WP_MDIMINBUTTON","features":[357]},{"name":"WP_MDIRESTOREBUTTON","features":[357]},{"name":"WP_MDISYSBUTTON","features":[357]},{"name":"WP_MINBUTTON","features":[357]},{"name":"WP_MINCAPTION","features":[357]},{"name":"WP_RESTOREBUTTON","features":[357]},{"name":"WP_SMALLCAPTION","features":[357]},{"name":"WP_SMALLCAPTIONSIZINGTEMPLATE","features":[357]},{"name":"WP_SMALLCLOSEBUTTON","features":[357]},{"name":"WP_SMALLFRAMEBOTTOM","features":[357]},{"name":"WP_SMALLFRAMEBOTTOMSIZINGTEMPLATE","features":[357]},{"name":"WP_SMALLFRAMELEFT","features":[357]},{"name":"WP_SMALLFRAMELEFTSIZINGTEMPLATE","features":[357]},{"name":"WP_SMALLFRAMERIGHT","features":[357]},{"name":"WP_SMALLFRAMERIGHTSIZINGTEMPLATE","features":[357]},{"name":"WP_SMALLMAXCAPTION","features":[357]},{"name":"WP_SMALLMINCAPTION","features":[357]},{"name":"WP_SYSBUTTON","features":[357]},{"name":"WP_VERTSCROLL","features":[357]},{"name":"WP_VERTTHUMB","features":[357]},{"name":"WRENCHSTATES","features":[357]},{"name":"WSB_PROP","features":[357]},{"name":"WSB_PROP_CXHSCROLL","features":[357]},{"name":"WSB_PROP_CXHTHUMB","features":[357]},{"name":"WSB_PROP_CXVSCROLL","features":[357]},{"name":"WSB_PROP_CYHSCROLL","features":[357]},{"name":"WSB_PROP_CYVSCROLL","features":[357]},{"name":"WSB_PROP_CYVTHUMB","features":[357]},{"name":"WSB_PROP_HBKGCOLOR","features":[357]},{"name":"WSB_PROP_HSTYLE","features":[357]},{"name":"WSB_PROP_MASK","features":[357]},{"name":"WSB_PROP_PALETTE","features":[357]},{"name":"WSB_PROP_VBKGCOLOR","features":[357]},{"name":"WSB_PROP_VSTYLE","features":[357]},{"name":"WSB_PROP_WINSTYLE","features":[357]},{"name":"WTA_NONCLIENT","features":[357]},{"name":"WTA_OPTIONS","features":[357]},{"name":"WTNCA_NODRAWCAPTION","features":[357]},{"name":"WTNCA_NODRAWICON","features":[357]},{"name":"WTNCA_NOMIRRORHELP","features":[357]},{"name":"WTNCA_NOSYSMENU","features":[357]},{"name":"_LI_METRIC","features":[357]},{"name":"chx1","features":[357]},{"name":"chx10","features":[357]},{"name":"chx11","features":[357]},{"name":"chx12","features":[357]},{"name":"chx13","features":[357]},{"name":"chx14","features":[357]},{"name":"chx15","features":[357]},{"name":"chx16","features":[357]},{"name":"chx2","features":[357]},{"name":"chx3","features":[357]},{"name":"chx4","features":[357]},{"name":"chx5","features":[357]},{"name":"chx6","features":[357]},{"name":"chx7","features":[357]},{"name":"chx8","features":[357]},{"name":"chx9","features":[357]},{"name":"cmb1","features":[357]},{"name":"cmb10","features":[357]},{"name":"cmb11","features":[357]},{"name":"cmb12","features":[357]},{"name":"cmb13","features":[357]},{"name":"cmb14","features":[357]},{"name":"cmb15","features":[357]},{"name":"cmb16","features":[357]},{"name":"cmb2","features":[357]},{"name":"cmb3","features":[357]},{"name":"cmb4","features":[357]},{"name":"cmb5","features":[357]},{"name":"cmb6","features":[357]},{"name":"cmb7","features":[357]},{"name":"cmb8","features":[357]},{"name":"cmb9","features":[357]},{"name":"ctl1","features":[357]},{"name":"ctlFirst","features":[357]},{"name":"ctlLast","features":[357]},{"name":"edt1","features":[357]},{"name":"edt10","features":[357]},{"name":"edt11","features":[357]},{"name":"edt12","features":[357]},{"name":"edt13","features":[357]},{"name":"edt14","features":[357]},{"name":"edt15","features":[357]},{"name":"edt16","features":[357]},{"name":"edt2","features":[357]},{"name":"edt3","features":[357]},{"name":"edt4","features":[357]},{"name":"edt5","features":[357]},{"name":"edt6","features":[357]},{"name":"edt7","features":[357]},{"name":"edt8","features":[357]},{"name":"edt9","features":[357]},{"name":"frm1","features":[357]},{"name":"frm2","features":[357]},{"name":"frm3","features":[357]},{"name":"frm4","features":[357]},{"name":"grp1","features":[357]},{"name":"grp2","features":[357]},{"name":"grp3","features":[357]},{"name":"grp4","features":[357]},{"name":"ico1","features":[357]},{"name":"ico2","features":[357]},{"name":"ico3","features":[357]},{"name":"ico4","features":[357]},{"name":"lst1","features":[357]},{"name":"lst10","features":[357]},{"name":"lst11","features":[357]},{"name":"lst12","features":[357]},{"name":"lst13","features":[357]},{"name":"lst14","features":[357]},{"name":"lst15","features":[357]},{"name":"lst16","features":[357]},{"name":"lst2","features":[357]},{"name":"lst3","features":[357]},{"name":"lst4","features":[357]},{"name":"lst5","features":[357]},{"name":"lst6","features":[357]},{"name":"lst7","features":[357]},{"name":"lst8","features":[357]},{"name":"lst9","features":[357]},{"name":"psh1","features":[357]},{"name":"psh10","features":[357]},{"name":"psh11","features":[357]},{"name":"psh12","features":[357]},{"name":"psh13","features":[357]},{"name":"psh14","features":[357]},{"name":"psh15","features":[357]},{"name":"psh16","features":[357]},{"name":"psh2","features":[357]},{"name":"psh3","features":[357]},{"name":"psh4","features":[357]},{"name":"psh5","features":[357]},{"name":"psh6","features":[357]},{"name":"psh7","features":[357]},{"name":"psh8","features":[357]},{"name":"psh9","features":[357]},{"name":"pshHelp","features":[357]},{"name":"rad1","features":[357]},{"name":"rad10","features":[357]},{"name":"rad11","features":[357]},{"name":"rad12","features":[357]},{"name":"rad13","features":[357]},{"name":"rad14","features":[357]},{"name":"rad15","features":[357]},{"name":"rad16","features":[357]},{"name":"rad2","features":[357]},{"name":"rad3","features":[357]},{"name":"rad4","features":[357]},{"name":"rad5","features":[357]},{"name":"rad6","features":[357]},{"name":"rad7","features":[357]},{"name":"rad8","features":[357]},{"name":"rad9","features":[357]},{"name":"rct1","features":[357]},{"name":"rct2","features":[357]},{"name":"rct3","features":[357]},{"name":"rct4","features":[357]},{"name":"scr1","features":[357]},{"name":"scr2","features":[357]},{"name":"scr3","features":[357]},{"name":"scr4","features":[357]},{"name":"scr5","features":[357]},{"name":"scr6","features":[357]},{"name":"scr7","features":[357]},{"name":"scr8","features":[357]},{"name":"stc1","features":[357]},{"name":"stc10","features":[357]},{"name":"stc11","features":[357]},{"name":"stc12","features":[357]},{"name":"stc13","features":[357]},{"name":"stc14","features":[357]},{"name":"stc15","features":[357]},{"name":"stc16","features":[357]},{"name":"stc17","features":[357]},{"name":"stc18","features":[357]},{"name":"stc19","features":[357]},{"name":"stc2","features":[357]},{"name":"stc20","features":[357]},{"name":"stc21","features":[357]},{"name":"stc22","features":[357]},{"name":"stc23","features":[357]},{"name":"stc24","features":[357]},{"name":"stc25","features":[357]},{"name":"stc26","features":[357]},{"name":"stc27","features":[357]},{"name":"stc28","features":[357]},{"name":"stc29","features":[357]},{"name":"stc3","features":[357]},{"name":"stc30","features":[357]},{"name":"stc31","features":[357]},{"name":"stc32","features":[357]},{"name":"stc4","features":[357]},{"name":"stc5","features":[357]},{"name":"stc6","features":[357]},{"name":"stc7","features":[357]},{"name":"stc8","features":[357]},{"name":"stc9","features":[357]}],"660":[{"name":"BOLD_FONTTYPE","features":[444]},{"name":"CCERR_CHOOSECOLORCODES","features":[444]},{"name":"CC_ANYCOLOR","features":[444]},{"name":"CC_ENABLEHOOK","features":[444]},{"name":"CC_ENABLETEMPLATE","features":[444]},{"name":"CC_ENABLETEMPLATEHANDLE","features":[444]},{"name":"CC_FULLOPEN","features":[444]},{"name":"CC_PREVENTFULLOPEN","features":[444]},{"name":"CC_RGBINIT","features":[444]},{"name":"CC_SHOWHELP","features":[444]},{"name":"CC_SOLIDCOLOR","features":[444]},{"name":"CDERR_DIALOGFAILURE","features":[444]},{"name":"CDERR_FINDRESFAILURE","features":[444]},{"name":"CDERR_GENERALCODES","features":[444]},{"name":"CDERR_INITIALIZATION","features":[444]},{"name":"CDERR_LOADRESFAILURE","features":[444]},{"name":"CDERR_LOADSTRFAILURE","features":[444]},{"name":"CDERR_LOCKRESFAILURE","features":[444]},{"name":"CDERR_MEMALLOCFAILURE","features":[444]},{"name":"CDERR_MEMLOCKFAILURE","features":[444]},{"name":"CDERR_NOHINSTANCE","features":[444]},{"name":"CDERR_NOHOOK","features":[444]},{"name":"CDERR_NOTEMPLATE","features":[444]},{"name":"CDERR_REGISTERMSGFAIL","features":[444]},{"name":"CDERR_STRUCTSIZE","features":[444]},{"name":"CDM_FIRST","features":[444]},{"name":"CDM_GETFILEPATH","features":[444]},{"name":"CDM_GETFOLDERIDLIST","features":[444]},{"name":"CDM_GETFOLDERPATH","features":[444]},{"name":"CDM_GETSPEC","features":[444]},{"name":"CDM_HIDECONTROL","features":[444]},{"name":"CDM_LAST","features":[444]},{"name":"CDM_SETCONTROLTEXT","features":[444]},{"name":"CDM_SETDEFEXT","features":[444]},{"name":"CDN_FILEOK","features":[444]},{"name":"CDN_FOLDERCHANGE","features":[444]},{"name":"CDN_HELP","features":[444]},{"name":"CDN_INCLUDEITEM","features":[444]},{"name":"CDN_INITDONE","features":[444]},{"name":"CDN_SELCHANGE","features":[444]},{"name":"CDN_SHAREVIOLATION","features":[444]},{"name":"CDN_TYPECHANGE","features":[444]},{"name":"CD_LBSELADD","features":[444]},{"name":"CD_LBSELCHANGE","features":[444]},{"name":"CD_LBSELNOITEMS","features":[444]},{"name":"CD_LBSELSUB","features":[444]},{"name":"CFERR_CHOOSEFONTCODES","features":[444]},{"name":"CFERR_MAXLESSTHANMIN","features":[444]},{"name":"CFERR_NOFONTS","features":[444]},{"name":"CF_ANSIONLY","features":[444]},{"name":"CF_APPLY","features":[444]},{"name":"CF_BOTH","features":[444]},{"name":"CF_EFFECTS","features":[444]},{"name":"CF_ENABLEHOOK","features":[444]},{"name":"CF_ENABLETEMPLATE","features":[444]},{"name":"CF_ENABLETEMPLATEHANDLE","features":[444]},{"name":"CF_FIXEDPITCHONLY","features":[444]},{"name":"CF_FORCEFONTEXIST","features":[444]},{"name":"CF_INACTIVEFONTS","features":[444]},{"name":"CF_INITTOLOGFONTSTRUCT","features":[444]},{"name":"CF_LIMITSIZE","features":[444]},{"name":"CF_NOFACESEL","features":[444]},{"name":"CF_NOOEMFONTS","features":[444]},{"name":"CF_NOSCRIPTSEL","features":[444]},{"name":"CF_NOSIMULATIONS","features":[444]},{"name":"CF_NOSIZESEL","features":[444]},{"name":"CF_NOSTYLESEL","features":[444]},{"name":"CF_NOVECTORFONTS","features":[444]},{"name":"CF_NOVERTFONTS","features":[444]},{"name":"CF_PRINTERFONTS","features":[444]},{"name":"CF_SCALABLEONLY","features":[444]},{"name":"CF_SCREENFONTS","features":[444]},{"name":"CF_SCRIPTSONLY","features":[444]},{"name":"CF_SELECTSCRIPT","features":[444]},{"name":"CF_SHOWHELP","features":[444]},{"name":"CF_TTONLY","features":[444]},{"name":"CF_USESTYLE","features":[444]},{"name":"CF_WYSIWYG","features":[444]},{"name":"CHOOSECOLORA","features":[305,444]},{"name":"CHOOSECOLORA","features":[305,444]},{"name":"CHOOSECOLORW","features":[305,444]},{"name":"CHOOSECOLORW","features":[305,444]},{"name":"CHOOSECOLOR_FLAGS","features":[444]},{"name":"CHOOSEFONTA","features":[305,317,444]},{"name":"CHOOSEFONTA","features":[305,317,444]},{"name":"CHOOSEFONTW","features":[305,317,444]},{"name":"CHOOSEFONTW","features":[305,317,444]},{"name":"CHOOSEFONT_FLAGS","features":[444]},{"name":"CHOOSEFONT_FONT_TYPE","features":[444]},{"name":"COLOROKSTRING","features":[444]},{"name":"COLOROKSTRINGA","features":[444]},{"name":"COLOROKSTRINGW","features":[444]},{"name":"COLOR_ADD","features":[444]},{"name":"COLOR_BLUE","features":[444]},{"name":"COLOR_BLUEACCEL","features":[444]},{"name":"COLOR_BOX1","features":[444]},{"name":"COLOR_CURRENT","features":[444]},{"name":"COLOR_CUSTOM1","features":[444]},{"name":"COLOR_ELEMENT","features":[444]},{"name":"COLOR_GREEN","features":[444]},{"name":"COLOR_GREENACCEL","features":[444]},{"name":"COLOR_HUE","features":[444]},{"name":"COLOR_HUEACCEL","features":[444]},{"name":"COLOR_HUESCROLL","features":[444]},{"name":"COLOR_LUM","features":[444]},{"name":"COLOR_LUMACCEL","features":[444]},{"name":"COLOR_LUMSCROLL","features":[444]},{"name":"COLOR_MIX","features":[444]},{"name":"COLOR_PALETTE","features":[444]},{"name":"COLOR_RAINBOW","features":[444]},{"name":"COLOR_RED","features":[444]},{"name":"COLOR_REDACCEL","features":[444]},{"name":"COLOR_SAMPLES","features":[444]},{"name":"COLOR_SAT","features":[444]},{"name":"COLOR_SATACCEL","features":[444]},{"name":"COLOR_SATSCROLL","features":[444]},{"name":"COLOR_SAVE","features":[444]},{"name":"COLOR_SCHEMES","features":[444]},{"name":"COLOR_SOLID","features":[444]},{"name":"COLOR_SOLID_LEFT","features":[444]},{"name":"COLOR_SOLID_RIGHT","features":[444]},{"name":"COLOR_TUNE","features":[444]},{"name":"COMMON_DLG_ERRORS","features":[444]},{"name":"ChooseColorA","features":[305,444]},{"name":"ChooseColorW","features":[305,444]},{"name":"ChooseFontA","features":[305,317,444]},{"name":"ChooseFontW","features":[305,317,444]},{"name":"CommDlgExtendedError","features":[444]},{"name":"DEVNAMES","features":[444]},{"name":"DEVNAMES","features":[444]},{"name":"DLG_COLOR","features":[444]},{"name":"DN_DEFAULTPRN","features":[444]},{"name":"FILEOKSTRING","features":[444]},{"name":"FILEOKSTRINGA","features":[444]},{"name":"FILEOKSTRINGW","features":[444]},{"name":"FINDMSGSTRING","features":[444]},{"name":"FINDMSGSTRINGA","features":[444]},{"name":"FINDMSGSTRINGW","features":[444]},{"name":"FINDREPLACEA","features":[305,444]},{"name":"FINDREPLACEA","features":[305,444]},{"name":"FINDREPLACEW","features":[305,444]},{"name":"FINDREPLACEW","features":[305,444]},{"name":"FINDREPLACE_FLAGS","features":[444]},{"name":"FNERR_BUFFERTOOSMALL","features":[444]},{"name":"FNERR_FILENAMECODES","features":[444]},{"name":"FNERR_INVALIDFILENAME","features":[444]},{"name":"FNERR_SUBCLASSFAILURE","features":[444]},{"name":"FRERR_BUFFERLENGTHZERO","features":[444]},{"name":"FRERR_FINDREPLACECODES","features":[444]},{"name":"FRM_FIRST","features":[444]},{"name":"FRM_LAST","features":[444]},{"name":"FRM_SETOPERATIONRESULT","features":[444]},{"name":"FRM_SETOPERATIONRESULTTEXT","features":[444]},{"name":"FR_DIALOGTERM","features":[444]},{"name":"FR_DOWN","features":[444]},{"name":"FR_ENABLEHOOK","features":[444]},{"name":"FR_ENABLETEMPLATE","features":[444]},{"name":"FR_ENABLETEMPLATEHANDLE","features":[444]},{"name":"FR_FINDNEXT","features":[444]},{"name":"FR_HIDEMATCHCASE","features":[444]},{"name":"FR_HIDEUPDOWN","features":[444]},{"name":"FR_HIDEWHOLEWORD","features":[444]},{"name":"FR_MATCHALEFHAMZA","features":[444]},{"name":"FR_MATCHCASE","features":[444]},{"name":"FR_MATCHDIAC","features":[444]},{"name":"FR_MATCHKASHIDA","features":[444]},{"name":"FR_NOMATCHCASE","features":[444]},{"name":"FR_NOUPDOWN","features":[444]},{"name":"FR_NOWHOLEWORD","features":[444]},{"name":"FR_NOWRAPAROUND","features":[444]},{"name":"FR_RAW","features":[444]},{"name":"FR_REPLACE","features":[444]},{"name":"FR_REPLACEALL","features":[444]},{"name":"FR_SHOWHELP","features":[444]},{"name":"FR_SHOWWRAPAROUND","features":[444]},{"name":"FR_WHOLEWORD","features":[444]},{"name":"FR_WRAPAROUND","features":[444]},{"name":"FindTextA","features":[305,444]},{"name":"FindTextW","features":[305,444]},{"name":"GetFileTitleA","features":[444]},{"name":"GetFileTitleW","features":[444]},{"name":"GetOpenFileNameA","features":[305,444]},{"name":"GetOpenFileNameW","features":[305,444]},{"name":"GetSaveFileNameA","features":[305,444]},{"name":"GetSaveFileNameW","features":[305,444]},{"name":"HELPMSGSTRING","features":[444]},{"name":"HELPMSGSTRINGA","features":[444]},{"name":"HELPMSGSTRINGW","features":[444]},{"name":"IPrintDialogCallback","features":[444]},{"name":"IPrintDialogServices","features":[444]},{"name":"ITALIC_FONTTYPE","features":[444]},{"name":"LBSELCHSTRING","features":[444]},{"name":"LBSELCHSTRINGA","features":[444]},{"name":"LBSELCHSTRINGW","features":[444]},{"name":"LPCCHOOKPROC","features":[305,444]},{"name":"LPCFHOOKPROC","features":[305,444]},{"name":"LPFRHOOKPROC","features":[305,444]},{"name":"LPOFNHOOKPROC","features":[305,444]},{"name":"LPPAGEPAINTHOOK","features":[305,444]},{"name":"LPPAGESETUPHOOK","features":[305,444]},{"name":"LPPRINTHOOKPROC","features":[305,444]},{"name":"LPSETUPHOOKPROC","features":[305,444]},{"name":"NUM_BASIC_COLORS","features":[444]},{"name":"NUM_CUSTOM_COLORS","features":[444]},{"name":"OFNOTIFYA","features":[305,444]},{"name":"OFNOTIFYA","features":[305,444]},{"name":"OFNOTIFYEXA","features":[305,444]},{"name":"OFNOTIFYEXA","features":[305,444]},{"name":"OFNOTIFYEXW","features":[305,444]},{"name":"OFNOTIFYEXW","features":[305,444]},{"name":"OFNOTIFYW","features":[305,444]},{"name":"OFNOTIFYW","features":[305,444]},{"name":"OFN_ALLOWMULTISELECT","features":[444]},{"name":"OFN_CREATEPROMPT","features":[444]},{"name":"OFN_DONTADDTORECENT","features":[444]},{"name":"OFN_ENABLEHOOK","features":[444]},{"name":"OFN_ENABLEINCLUDENOTIFY","features":[444]},{"name":"OFN_ENABLESIZING","features":[444]},{"name":"OFN_ENABLETEMPLATE","features":[444]},{"name":"OFN_ENABLETEMPLATEHANDLE","features":[444]},{"name":"OFN_EXPLORER","features":[444]},{"name":"OFN_EXTENSIONDIFFERENT","features":[444]},{"name":"OFN_EX_NONE","features":[444]},{"name":"OFN_EX_NOPLACESBAR","features":[444]},{"name":"OFN_FILEMUSTEXIST","features":[444]},{"name":"OFN_FORCESHOWHIDDEN","features":[444]},{"name":"OFN_HIDEREADONLY","features":[444]},{"name":"OFN_LONGNAMES","features":[444]},{"name":"OFN_NOCHANGEDIR","features":[444]},{"name":"OFN_NODEREFERENCELINKS","features":[444]},{"name":"OFN_NOLONGNAMES","features":[444]},{"name":"OFN_NONETWORKBUTTON","features":[444]},{"name":"OFN_NOREADONLYRETURN","features":[444]},{"name":"OFN_NOTESTFILECREATE","features":[444]},{"name":"OFN_NOVALIDATE","features":[444]},{"name":"OFN_OVERWRITEPROMPT","features":[444]},{"name":"OFN_PATHMUSTEXIST","features":[444]},{"name":"OFN_READONLY","features":[444]},{"name":"OFN_SHAREAWARE","features":[444]},{"name":"OFN_SHAREFALLTHROUGH","features":[444]},{"name":"OFN_SHARENOWARN","features":[444]},{"name":"OFN_SHAREWARN","features":[444]},{"name":"OFN_SHOWHELP","features":[444]},{"name":"OPENFILENAMEA","features":[305,444]},{"name":"OPENFILENAMEA","features":[305,444]},{"name":"OPENFILENAMEW","features":[305,444]},{"name":"OPENFILENAMEW","features":[305,444]},{"name":"OPENFILENAME_NT4A","features":[305,444]},{"name":"OPENFILENAME_NT4A","features":[305,444]},{"name":"OPENFILENAME_NT4W","features":[305,444]},{"name":"OPENFILENAME_NT4W","features":[305,444]},{"name":"OPEN_FILENAME_FLAGS","features":[444]},{"name":"OPEN_FILENAME_FLAGS_EX","features":[444]},{"name":"PAGESETUPDLGA","features":[305,444]},{"name":"PAGESETUPDLGA","features":[305,444]},{"name":"PAGESETUPDLGW","features":[305,444]},{"name":"PAGESETUPDLGW","features":[305,444]},{"name":"PAGESETUPDLG_FLAGS","features":[444]},{"name":"PDERR_CREATEICFAILURE","features":[444]},{"name":"PDERR_DEFAULTDIFFERENT","features":[444]},{"name":"PDERR_DNDMMISMATCH","features":[444]},{"name":"PDERR_GETDEVMODEFAIL","features":[444]},{"name":"PDERR_INITFAILURE","features":[444]},{"name":"PDERR_LOADDRVFAILURE","features":[444]},{"name":"PDERR_NODEFAULTPRN","features":[444]},{"name":"PDERR_NODEVICES","features":[444]},{"name":"PDERR_PARSEFAILURE","features":[444]},{"name":"PDERR_PRINTERCODES","features":[444]},{"name":"PDERR_PRINTERNOTFOUND","features":[444]},{"name":"PDERR_RETDEFFAILURE","features":[444]},{"name":"PDERR_SETUPFAILURE","features":[444]},{"name":"PD_ALLPAGES","features":[444]},{"name":"PD_COLLATE","features":[444]},{"name":"PD_CURRENTPAGE","features":[444]},{"name":"PD_DISABLEPRINTTOFILE","features":[444]},{"name":"PD_ENABLEPRINTHOOK","features":[444]},{"name":"PD_ENABLEPRINTTEMPLATE","features":[444]},{"name":"PD_ENABLEPRINTTEMPLATEHANDLE","features":[444]},{"name":"PD_ENABLESETUPHOOK","features":[444]},{"name":"PD_ENABLESETUPTEMPLATE","features":[444]},{"name":"PD_ENABLESETUPTEMPLATEHANDLE","features":[444]},{"name":"PD_EXCLUSIONFLAGS","features":[444]},{"name":"PD_HIDEPRINTTOFILE","features":[444]},{"name":"PD_NOCURRENTPAGE","features":[444]},{"name":"PD_NONETWORKBUTTON","features":[444]},{"name":"PD_NOPAGENUMS","features":[444]},{"name":"PD_NOSELECTION","features":[444]},{"name":"PD_NOWARNING","features":[444]},{"name":"PD_PAGENUMS","features":[444]},{"name":"PD_PRINTSETUP","features":[444]},{"name":"PD_PRINTTOFILE","features":[444]},{"name":"PD_RESULT_APPLY","features":[444]},{"name":"PD_RESULT_CANCEL","features":[444]},{"name":"PD_RESULT_PRINT","features":[444]},{"name":"PD_RETURNDC","features":[444]},{"name":"PD_RETURNDEFAULT","features":[444]},{"name":"PD_RETURNIC","features":[444]},{"name":"PD_SELECTION","features":[444]},{"name":"PD_SHOWHELP","features":[444]},{"name":"PD_USEDEVMODECOPIES","features":[444]},{"name":"PD_USEDEVMODECOPIESANDCOLLATE","features":[444]},{"name":"PD_USELARGETEMPLATE","features":[444]},{"name":"PRINTDLGA","features":[305,317,444]},{"name":"PRINTDLGA","features":[305,317,444]},{"name":"PRINTDLGEXA","features":[305,317,444]},{"name":"PRINTDLGEXA","features":[305,317,444]},{"name":"PRINTDLGEXW","features":[305,317,444]},{"name":"PRINTDLGEXW","features":[305,317,444]},{"name":"PRINTDLGEX_FLAGS","features":[444]},{"name":"PRINTDLGW","features":[305,317,444]},{"name":"PRINTDLGW","features":[305,317,444]},{"name":"PRINTER_FONTTYPE","features":[444]},{"name":"PRINTPAGERANGE","features":[444]},{"name":"PRINTPAGERANGE","features":[444]},{"name":"PSD_DEFAULTMINMARGINS","features":[444]},{"name":"PSD_DISABLEMARGINS","features":[444]},{"name":"PSD_DISABLEORIENTATION","features":[444]},{"name":"PSD_DISABLEPAGEPAINTING","features":[444]},{"name":"PSD_DISABLEPAPER","features":[444]},{"name":"PSD_DISABLEPRINTER","features":[444]},{"name":"PSD_ENABLEPAGEPAINTHOOK","features":[444]},{"name":"PSD_ENABLEPAGESETUPHOOK","features":[444]},{"name":"PSD_ENABLEPAGESETUPTEMPLATE","features":[444]},{"name":"PSD_ENABLEPAGESETUPTEMPLATEHANDLE","features":[444]},{"name":"PSD_INHUNDREDTHSOFMILLIMETERS","features":[444]},{"name":"PSD_INTHOUSANDTHSOFINCHES","features":[444]},{"name":"PSD_INWININIINTLMEASURE","features":[444]},{"name":"PSD_MARGINS","features":[444]},{"name":"PSD_MINMARGINS","features":[444]},{"name":"PSD_NONETWORKBUTTON","features":[444]},{"name":"PSD_NOWARNING","features":[444]},{"name":"PSD_RETURNDEFAULT","features":[444]},{"name":"PSD_SHOWHELP","features":[444]},{"name":"PS_OPENTYPE_FONTTYPE","features":[444]},{"name":"PageSetupDlgA","features":[305,444]},{"name":"PageSetupDlgW","features":[305,444]},{"name":"PrintDlgA","features":[305,317,444]},{"name":"PrintDlgExA","features":[305,317,444]},{"name":"PrintDlgExW","features":[305,317,444]},{"name":"PrintDlgW","features":[305,317,444]},{"name":"REGULAR_FONTTYPE","features":[444]},{"name":"ReplaceTextA","features":[305,444]},{"name":"ReplaceTextW","features":[305,444]},{"name":"SCREEN_FONTTYPE","features":[444]},{"name":"SETRGBSTRING","features":[444]},{"name":"SETRGBSTRINGA","features":[444]},{"name":"SETRGBSTRINGW","features":[444]},{"name":"SHAREVISTRING","features":[444]},{"name":"SHAREVISTRINGA","features":[444]},{"name":"SHAREVISTRINGW","features":[444]},{"name":"SIMULATED_FONTTYPE","features":[444]},{"name":"START_PAGE_GENERAL","features":[444]},{"name":"SYMBOL_FONTTYPE","features":[444]},{"name":"TT_OPENTYPE_FONTTYPE","features":[444]},{"name":"TYPE1_FONTTYPE","features":[444]},{"name":"WM_CHOOSEFONT_GETLOGFONT","features":[444]},{"name":"WM_CHOOSEFONT_SETFLAGS","features":[444]},{"name":"WM_CHOOSEFONT_SETLOGFONT","features":[444]},{"name":"WM_PSD_ENVSTAMPRECT","features":[444]},{"name":"WM_PSD_FULLPAGERECT","features":[444]},{"name":"WM_PSD_GREEKTEXTRECT","features":[444]},{"name":"WM_PSD_MARGINRECT","features":[444]},{"name":"WM_PSD_MINMARGINRECT","features":[444]},{"name":"WM_PSD_YAFULLPAGERECT","features":[444]}],"661":[{"name":"ATP_CHANGE","features":[626]},{"name":"ATP_NOCHANGE","features":[626]},{"name":"ATP_NODELIMITER","features":[626]},{"name":"ATP_REPLACEALLTEXT","features":[626]},{"name":"AURL_DISABLEMIXEDLGC","features":[626]},{"name":"AURL_ENABLEDRIVELETTERS","features":[626]},{"name":"AURL_ENABLEEA","features":[626]},{"name":"AURL_ENABLEEAURLS","features":[626]},{"name":"AURL_ENABLEEMAILADDR","features":[626]},{"name":"AURL_ENABLETELNO","features":[626]},{"name":"AURL_ENABLEURL","features":[626]},{"name":"AutoCorrectProc","features":[626]},{"name":"BIDIOPTIONS","features":[626]},{"name":"BOE_CONTEXTALIGNMENT","features":[626]},{"name":"BOE_CONTEXTREADING","features":[626]},{"name":"BOE_FORCERECALC","features":[626]},{"name":"BOE_LEGACYBIDICLASS","features":[626]},{"name":"BOE_NEUTRALOVERRIDE","features":[626]},{"name":"BOE_PLAINTEXT","features":[626]},{"name":"BOE_RTLDIR","features":[626]},{"name":"BOE_UNICODEBIDI","features":[626]},{"name":"BOM_CONTEXTALIGNMENT","features":[626]},{"name":"BOM_CONTEXTREADING","features":[626]},{"name":"BOM_DEFPARADIR","features":[626]},{"name":"BOM_LEGACYBIDICLASS","features":[626]},{"name":"BOM_NEUTRALOVERRIDE","features":[626]},{"name":"BOM_PLAINTEXT","features":[626]},{"name":"BOM_UNICODEBIDI","features":[626]},{"name":"CARET_CUSTOM","features":[626]},{"name":"CARET_FLAGS","features":[626]},{"name":"CARET_INFO","features":[317,626]},{"name":"CARET_ITALIC","features":[626]},{"name":"CARET_NONE","features":[626]},{"name":"CARET_NULL","features":[626]},{"name":"CARET_ROTATE90","features":[626]},{"name":"CARET_RTL","features":[626]},{"name":"CERICHEDIT_CLASSA","features":[626]},{"name":"CERICHEDIT_CLASSW","features":[626]},{"name":"CFE_ALLCAPS","features":[626]},{"name":"CFE_AUTOBACKCOLOR","features":[626]},{"name":"CFE_AUTOCOLOR","features":[626]},{"name":"CFE_BOLD","features":[626]},{"name":"CFE_DISABLED","features":[626]},{"name":"CFE_EFFECTS","features":[626]},{"name":"CFE_EMBOSS","features":[626]},{"name":"CFE_EXTENDED","features":[626]},{"name":"CFE_FONTBOUND","features":[626]},{"name":"CFE_HIDDEN","features":[626]},{"name":"CFE_IMPRINT","features":[626]},{"name":"CFE_ITALIC","features":[626]},{"name":"CFE_LINK","features":[626]},{"name":"CFE_LINKPROTECTED","features":[626]},{"name":"CFE_MATH","features":[626]},{"name":"CFE_MATHNOBUILDUP","features":[626]},{"name":"CFE_MATHORDINARY","features":[626]},{"name":"CFE_OUTLINE","features":[626]},{"name":"CFE_PROTECTED","features":[626]},{"name":"CFE_REVISED","features":[626]},{"name":"CFE_SHADOW","features":[626]},{"name":"CFE_SMALLCAPS","features":[626]},{"name":"CFE_STRIKEOUT","features":[626]},{"name":"CFE_SUBSCRIPT","features":[626]},{"name":"CFE_SUPERSCRIPT","features":[626]},{"name":"CFE_UNDERLINE","features":[626]},{"name":"CFM_ALL","features":[626]},{"name":"CFM_ALL2","features":[626]},{"name":"CFM_ALLCAPS","features":[626]},{"name":"CFM_ALLEFFECTS","features":[626]},{"name":"CFM_ANIMATION","features":[626]},{"name":"CFM_BACKCOLOR","features":[626]},{"name":"CFM_BOLD","features":[626]},{"name":"CFM_CHARSET","features":[626]},{"name":"CFM_COLOR","features":[626]},{"name":"CFM_COOKIE","features":[626]},{"name":"CFM_DISABLED","features":[626]},{"name":"CFM_EFFECTS","features":[626]},{"name":"CFM_EFFECTS2","features":[626]},{"name":"CFM_EMBOSS","features":[626]},{"name":"CFM_EXTENDED","features":[626]},{"name":"CFM_FACE","features":[626]},{"name":"CFM_FONTBOUND","features":[626]},{"name":"CFM_HIDDEN","features":[626]},{"name":"CFM_IMPRINT","features":[626]},{"name":"CFM_ITALIC","features":[626]},{"name":"CFM_KERNING","features":[626]},{"name":"CFM_LCID","features":[626]},{"name":"CFM_LINK","features":[626]},{"name":"CFM_LINKPROTECTED","features":[626]},{"name":"CFM_MASK","features":[626]},{"name":"CFM_MATH","features":[626]},{"name":"CFM_MATHNOBUILDUP","features":[626]},{"name":"CFM_MATHORDINARY","features":[626]},{"name":"CFM_OFFSET","features":[626]},{"name":"CFM_OUTLINE","features":[626]},{"name":"CFM_PROTECTED","features":[626]},{"name":"CFM_REVAUTHOR","features":[626]},{"name":"CFM_REVISED","features":[626]},{"name":"CFM_SHADOW","features":[626]},{"name":"CFM_SIZE","features":[626]},{"name":"CFM_SMALLCAPS","features":[626]},{"name":"CFM_SPACING","features":[626]},{"name":"CFM_STRIKEOUT","features":[626]},{"name":"CFM_STYLE","features":[626]},{"name":"CFM_SUBSCRIPT","features":[626]},{"name":"CFM_SUPERSCRIPT","features":[626]},{"name":"CFM_UNDERLINE","features":[626]},{"name":"CFM_UNDERLINETYPE","features":[626]},{"name":"CFM_WEIGHT","features":[626]},{"name":"CF_RETEXTOBJ","features":[626]},{"name":"CF_RTF","features":[626]},{"name":"CF_RTFNOOBJS","features":[626]},{"name":"CHANGENOTIFY","features":[626]},{"name":"CHANGETYPE","features":[626]},{"name":"CHARFORMAT2A","features":[305,317,626]},{"name":"CHARFORMAT2W","features":[305,317,626]},{"name":"CHARFORMATA","features":[305,317,626]},{"name":"CHARFORMATW","features":[305,317,626]},{"name":"CHARRANGE","features":[626]},{"name":"CLIPBOARDFORMAT","features":[305,626]},{"name":"CLIPBOARDFORMAT","features":[305,626]},{"name":"CN_GENERIC","features":[626]},{"name":"CN_NEWREDO","features":[626]},{"name":"CN_NEWUNDO","features":[626]},{"name":"CN_TEXTCHANGED","features":[626]},{"name":"COMPCOLOR","features":[305,626]},{"name":"CTFMODEBIAS_CONVERSATION","features":[626]},{"name":"CTFMODEBIAS_DATETIME","features":[626]},{"name":"CTFMODEBIAS_DEFAULT","features":[626]},{"name":"CTFMODEBIAS_FILENAME","features":[626]},{"name":"CTFMODEBIAS_FULLWIDTHALPHANUMERIC","features":[626]},{"name":"CTFMODEBIAS_HALFWIDTHALPHANUMERIC","features":[626]},{"name":"CTFMODEBIAS_HALFWIDTHKATAKANA","features":[626]},{"name":"CTFMODEBIAS_HANGUL","features":[626]},{"name":"CTFMODEBIAS_HIRAGANA","features":[626]},{"name":"CTFMODEBIAS_KATAKANA","features":[626]},{"name":"CTFMODEBIAS_NAME","features":[626]},{"name":"CTFMODEBIAS_NUMERIC","features":[626]},{"name":"CTFMODEBIAS_READING","features":[626]},{"name":"ECN_ENDCOMPOSITION","features":[626]},{"name":"ECN_NEWTEXT","features":[626]},{"name":"ECOOP_AND","features":[626]},{"name":"ECOOP_OR","features":[626]},{"name":"ECOOP_SET","features":[626]},{"name":"ECOOP_XOR","features":[626]},{"name":"ECO_AUTOHSCROLL","features":[626]},{"name":"ECO_AUTOVSCROLL","features":[626]},{"name":"ECO_AUTOWORDSELECTION","features":[626]},{"name":"ECO_NOHIDESEL","features":[626]},{"name":"ECO_READONLY","features":[626]},{"name":"ECO_SAVESEL","features":[626]},{"name":"ECO_SELECTIONBAR","features":[626]},{"name":"ECO_VERTICAL","features":[626]},{"name":"ECO_WANTRETURN","features":[626]},{"name":"EDITSTREAM","features":[626]},{"name":"EDITSTREAM","features":[626]},{"name":"EDITSTREAMCALLBACK","features":[626]},{"name":"EDITWORDBREAKPROCEX","features":[626]},{"name":"ELLIPSIS_END","features":[626]},{"name":"ELLIPSIS_MASK","features":[626]},{"name":"ELLIPSIS_NONE","features":[626]},{"name":"ELLIPSIS_WORD","features":[626]},{"name":"EMO_ENTER","features":[626]},{"name":"EMO_EXIT","features":[626]},{"name":"EMO_EXPAND","features":[626]},{"name":"EMO_EXPANDDOCUMENT","features":[626]},{"name":"EMO_EXPANDSELECTION","features":[626]},{"name":"EMO_GETVIEWMODE","features":[626]},{"name":"EMO_MOVESELECTION","features":[626]},{"name":"EMO_PROMOTE","features":[626]},{"name":"EM_AUTOURLDETECT","features":[626]},{"name":"EM_CALLAUTOCORRECTPROC","features":[626]},{"name":"EM_CANPASTE","features":[626]},{"name":"EM_CANREDO","features":[626]},{"name":"EM_CONVPOSITION","features":[626]},{"name":"EM_DISPLAYBAND","features":[626]},{"name":"EM_EXGETSEL","features":[626]},{"name":"EM_EXLIMITTEXT","features":[626]},{"name":"EM_EXLINEFROMCHAR","features":[626]},{"name":"EM_EXSETSEL","features":[626]},{"name":"EM_FINDTEXT","features":[626]},{"name":"EM_FINDTEXTEX","features":[626]},{"name":"EM_FINDTEXTEXW","features":[626]},{"name":"EM_FINDTEXTW","features":[626]},{"name":"EM_FINDWORDBREAK","features":[626]},{"name":"EM_FORMATRANGE","features":[626]},{"name":"EM_GETAUTOCORRECTPROC","features":[626]},{"name":"EM_GETAUTOURLDETECT","features":[626]},{"name":"EM_GETBIDIOPTIONS","features":[626]},{"name":"EM_GETCHARFORMAT","features":[626]},{"name":"EM_GETCTFMODEBIAS","features":[626]},{"name":"EM_GETCTFOPENSTATUS","features":[626]},{"name":"EM_GETEDITSTYLE","features":[626]},{"name":"EM_GETEDITSTYLEEX","features":[626]},{"name":"EM_GETELLIPSISMODE","features":[626]},{"name":"EM_GETELLIPSISSTATE","features":[626]},{"name":"EM_GETEVENTMASK","features":[626]},{"name":"EM_GETHYPHENATEINFO","features":[626]},{"name":"EM_GETIMECOLOR","features":[626]},{"name":"EM_GETIMECOMPMODE","features":[626]},{"name":"EM_GETIMECOMPTEXT","features":[626]},{"name":"EM_GETIMEMODEBIAS","features":[626]},{"name":"EM_GETIMEOPTIONS","features":[626]},{"name":"EM_GETIMEPROPERTY","features":[626]},{"name":"EM_GETLANGOPTIONS","features":[626]},{"name":"EM_GETOLEINTERFACE","features":[626]},{"name":"EM_GETOPTIONS","features":[626]},{"name":"EM_GETPAGE","features":[626]},{"name":"EM_GETPAGEROTATE","features":[626]},{"name":"EM_GETPARAFORMAT","features":[626]},{"name":"EM_GETPUNCTUATION","features":[626]},{"name":"EM_GETQUERYRTFOBJ","features":[626]},{"name":"EM_GETREDONAME","features":[626]},{"name":"EM_GETSCROLLPOS","features":[626]},{"name":"EM_GETSELTEXT","features":[626]},{"name":"EM_GETSTORYTYPE","features":[626]},{"name":"EM_GETTABLEPARMS","features":[626]},{"name":"EM_GETTEXTEX","features":[626]},{"name":"EM_GETTEXTLENGTHEX","features":[626]},{"name":"EM_GETTEXTMODE","features":[626]},{"name":"EM_GETTEXTRANGE","features":[626]},{"name":"EM_GETTOUCHOPTIONS","features":[626]},{"name":"EM_GETTYPOGRAPHYOPTIONS","features":[626]},{"name":"EM_GETUNDONAME","features":[626]},{"name":"EM_GETVIEWKIND","features":[626]},{"name":"EM_GETWORDBREAKPROCEX","features":[626]},{"name":"EM_GETWORDWRAPMODE","features":[626]},{"name":"EM_GETZOOM","features":[626]},{"name":"EM_HIDESELECTION","features":[626]},{"name":"EM_INSERTIMAGE","features":[626]},{"name":"EM_INSERTTABLE","features":[626]},{"name":"EM_ISIME","features":[626]},{"name":"EM_OUTLINE","features":[626]},{"name":"EM_PASTESPECIAL","features":[626]},{"name":"EM_RECONVERSION","features":[626]},{"name":"EM_REDO","features":[626]},{"name":"EM_REQUESTRESIZE","features":[626]},{"name":"EM_SELECTIONTYPE","features":[626]},{"name":"EM_SETAUTOCORRECTPROC","features":[626]},{"name":"EM_SETBIDIOPTIONS","features":[626]},{"name":"EM_SETBKGNDCOLOR","features":[626]},{"name":"EM_SETCHARFORMAT","features":[626]},{"name":"EM_SETCTFMODEBIAS","features":[626]},{"name":"EM_SETCTFOPENSTATUS","features":[626]},{"name":"EM_SETDISABLEOLELINKCONVERSION","features":[626]},{"name":"EM_SETEDITSTYLE","features":[626]},{"name":"EM_SETEDITSTYLEEX","features":[626]},{"name":"EM_SETELLIPSISMODE","features":[626]},{"name":"EM_SETEVENTMASK","features":[626]},{"name":"EM_SETFONTSIZE","features":[626]},{"name":"EM_SETHYPHENATEINFO","features":[626]},{"name":"EM_SETIMECOLOR","features":[626]},{"name":"EM_SETIMEMODEBIAS","features":[626]},{"name":"EM_SETIMEOPTIONS","features":[626]},{"name":"EM_SETLANGOPTIONS","features":[626]},{"name":"EM_SETOLECALLBACK","features":[626]},{"name":"EM_SETOPTIONS","features":[626]},{"name":"EM_SETPAGE","features":[626]},{"name":"EM_SETPAGEROTATE","features":[626]},{"name":"EM_SETPALETTE","features":[626]},{"name":"EM_SETPARAFORMAT","features":[626]},{"name":"EM_SETPUNCTUATION","features":[626]},{"name":"EM_SETQUERYCONVERTOLELINKCALLBACK","features":[626]},{"name":"EM_SETQUERYRTFOBJ","features":[626]},{"name":"EM_SETSCROLLPOS","features":[626]},{"name":"EM_SETSTORYTYPE","features":[626]},{"name":"EM_SETTABLEPARMS","features":[626]},{"name":"EM_SETTARGETDEVICE","features":[626]},{"name":"EM_SETTEXTEX","features":[626]},{"name":"EM_SETTEXTMODE","features":[626]},{"name":"EM_SETTOUCHOPTIONS","features":[626]},{"name":"EM_SETTYPOGRAPHYOPTIONS","features":[626]},{"name":"EM_SETUIANAME","features":[626]},{"name":"EM_SETUNDOLIMIT","features":[626]},{"name":"EM_SETVIEWKIND","features":[626]},{"name":"EM_SETWORDBREAKPROCEX","features":[626]},{"name":"EM_SETWORDWRAPMODE","features":[626]},{"name":"EM_SETZOOM","features":[626]},{"name":"EM_SHOWSCROLLBAR","features":[626]},{"name":"EM_STOPGROUPTYPING","features":[626]},{"name":"EM_STREAMIN","features":[626]},{"name":"EM_STREAMOUT","features":[626]},{"name":"ENCORRECTTEXT","features":[305,626]},{"name":"ENCORRECTTEXT","features":[305,626]},{"name":"ENDCOMPOSITIONNOTIFY","features":[305,626]},{"name":"ENDCOMPOSITIONNOTIFY","features":[305,626]},{"name":"ENDCOMPOSITIONNOTIFY_CODE","features":[626]},{"name":"ENDROPFILES","features":[305,626]},{"name":"ENDROPFILES","features":[305,626]},{"name":"ENLINK","features":[305,626]},{"name":"ENLINK","features":[305,626]},{"name":"ENLOWFIRTF","features":[305,626]},{"name":"ENLOWFIRTF","features":[305,626]},{"name":"ENM_CHANGE","features":[626]},{"name":"ENM_CLIPFORMAT","features":[626]},{"name":"ENM_CORRECTTEXT","features":[626]},{"name":"ENM_DRAGDROPDONE","features":[626]},{"name":"ENM_DROPFILES","features":[626]},{"name":"ENM_ENDCOMPOSITION","features":[626]},{"name":"ENM_GROUPTYPINGCHANGE","features":[626]},{"name":"ENM_HIDELINKTOOLTIP","features":[626]},{"name":"ENM_IMECHANGE","features":[626]},{"name":"ENM_KEYEVENTS","features":[626]},{"name":"ENM_LANGCHANGE","features":[626]},{"name":"ENM_LINK","features":[626]},{"name":"ENM_LOWFIRTF","features":[626]},{"name":"ENM_MOUSEEVENTS","features":[626]},{"name":"ENM_NONE","features":[626]},{"name":"ENM_OBJECTPOSITIONS","features":[626]},{"name":"ENM_PAGECHANGE","features":[626]},{"name":"ENM_PARAGRAPHEXPANDED","features":[626]},{"name":"ENM_PROTECTED","features":[626]},{"name":"ENM_REQUESTRESIZE","features":[626]},{"name":"ENM_SCROLL","features":[626]},{"name":"ENM_SCROLLEVENTS","features":[626]},{"name":"ENM_SELCHANGE","features":[626]},{"name":"ENM_STARTCOMPOSITION","features":[626]},{"name":"ENM_UPDATE","features":[626]},{"name":"ENOLEOPFAILED","features":[305,626]},{"name":"ENOLEOPFAILED","features":[305,626]},{"name":"ENPROTECTED","features":[305,626]},{"name":"ENPROTECTED","features":[305,626]},{"name":"ENSAVECLIPBOARD","features":[305,626]},{"name":"ENSAVECLIPBOARD","features":[305,626]},{"name":"EN_ALIGNLTR","features":[626]},{"name":"EN_ALIGNRTL","features":[626]},{"name":"EN_CLIPFORMAT","features":[626]},{"name":"EN_CORRECTTEXT","features":[626]},{"name":"EN_DRAGDROPDONE","features":[626]},{"name":"EN_DROPFILES","features":[626]},{"name":"EN_ENDCOMPOSITION","features":[626]},{"name":"EN_IMECHANGE","features":[626]},{"name":"EN_LINK","features":[626]},{"name":"EN_LOWFIRTF","features":[626]},{"name":"EN_MSGFILTER","features":[626]},{"name":"EN_OBJECTPOSITIONS","features":[626]},{"name":"EN_OLEOPFAILED","features":[626]},{"name":"EN_PAGECHANGE","features":[626]},{"name":"EN_PARAGRAPHEXPANDED","features":[626]},{"name":"EN_PROTECTED","features":[626]},{"name":"EN_REQUESTRESIZE","features":[626]},{"name":"EN_SAVECLIPBOARD","features":[626]},{"name":"EN_SELCHANGE","features":[626]},{"name":"EN_STARTCOMPOSITION","features":[626]},{"name":"EN_STOPNOUNDO","features":[626]},{"name":"EPR_0","features":[626]},{"name":"EPR_180","features":[626]},{"name":"EPR_270","features":[626]},{"name":"EPR_90","features":[626]},{"name":"EPR_SE","features":[626]},{"name":"ES_DISABLENOSCROLL","features":[626]},{"name":"ES_EX_NOCALLOLEINIT","features":[626]},{"name":"ES_NOIME","features":[626]},{"name":"ES_NOOLEDRAGDROP","features":[626]},{"name":"ES_SAVESEL","features":[626]},{"name":"ES_SELECTIONBAR","features":[626]},{"name":"ES_SELFIME","features":[626]},{"name":"ES_SUNKEN","features":[626]},{"name":"ES_VERTICAL","features":[626]},{"name":"FINDTEXTA","features":[626]},{"name":"FINDTEXTA","features":[626]},{"name":"FINDTEXTEXA","features":[626]},{"name":"FINDTEXTEXA","features":[626]},{"name":"FINDTEXTEXW","features":[626]},{"name":"FINDTEXTEXW","features":[626]},{"name":"FINDTEXTW","features":[626]},{"name":"FINDTEXTW","features":[626]},{"name":"FORMATRANGE","features":[305,317,626]},{"name":"FORMATRANGE","features":[305,317,626]},{"name":"GCMF_GRIPPER","features":[626]},{"name":"GCMF_MOUSEMENU","features":[626]},{"name":"GCMF_SPELLING","features":[626]},{"name":"GCMF_TOUCHMENU","features":[626]},{"name":"GCM_MOUSEMENU","features":[626]},{"name":"GCM_RIGHTMOUSEDROP","features":[626]},{"name":"GCM_TOUCHMENU","features":[626]},{"name":"GETCONTEXTMENUEX","features":[305,626]},{"name":"GETCONTEXTMENUEX","features":[305,626]},{"name":"GETTEXTEX","features":[305,626]},{"name":"GETTEXTEX","features":[305,626]},{"name":"GETTEXTEX_FLAGS","features":[626]},{"name":"GETTEXTLENGTHEX","features":[626]},{"name":"GETTEXTLENGTHEX_FLAGS","features":[626]},{"name":"GROUPTYPINGCHANGE","features":[305,626]},{"name":"GTL_CLOSE","features":[626]},{"name":"GTL_DEFAULT","features":[626]},{"name":"GTL_NUMBYTES","features":[626]},{"name":"GTL_NUMCHARS","features":[626]},{"name":"GTL_PRECISE","features":[626]},{"name":"GTL_USECRLF","features":[626]},{"name":"GT_DEFAULT","features":[626]},{"name":"GT_NOHIDDENTEXT","features":[626]},{"name":"GT_RAWTEXT","features":[626]},{"name":"GT_SELECTION","features":[626]},{"name":"GT_USECRLF","features":[626]},{"name":"HYPHENATEINFO","features":[626]},{"name":"HYPHENATEINFO","features":[626]},{"name":"HYPHRESULT","features":[626]},{"name":"ICM_CTF","features":[626]},{"name":"ICM_LEVEL2","features":[626]},{"name":"ICM_LEVEL2_5","features":[626]},{"name":"ICM_LEVEL2_SUI","features":[626]},{"name":"ICM_LEVEL3","features":[626]},{"name":"ICM_NOTOPEN","features":[626]},{"name":"ICT_RESULTREADSTR","features":[626]},{"name":"IMECOMPTEXT","features":[626]},{"name":"IMECOMPTEXT_FLAGS","features":[626]},{"name":"IMF_AUTOFONT","features":[626]},{"name":"IMF_AUTOFONTSIZEADJUST","features":[626]},{"name":"IMF_AUTOKEYBOARD","features":[626]},{"name":"IMF_CLOSESTATUSWINDOW","features":[626]},{"name":"IMF_DUALFONT","features":[626]},{"name":"IMF_FORCEACTIVE","features":[626]},{"name":"IMF_FORCEDISABLE","features":[626]},{"name":"IMF_FORCEENABLE","features":[626]},{"name":"IMF_FORCEINACTIVE","features":[626]},{"name":"IMF_FORCENONE","features":[626]},{"name":"IMF_FORCEREMEMBER","features":[626]},{"name":"IMF_IMEALWAYSSENDNOTIFY","features":[626]},{"name":"IMF_IMECANCELCOMPLETE","features":[626]},{"name":"IMF_IMEUIINTEGRATION","features":[626]},{"name":"IMF_MULTIPLEEDIT","features":[626]},{"name":"IMF_NOIMPLICITLANG","features":[626]},{"name":"IMF_NOKBDLIDFIXUP","features":[626]},{"name":"IMF_NORTFFONTSUBSTITUTE","features":[626]},{"name":"IMF_SMODE_NONE","features":[626]},{"name":"IMF_SMODE_PLAURALCLAUSE","features":[626]},{"name":"IMF_SPELLCHECKING","features":[626]},{"name":"IMF_TKBPREDICTION","features":[626]},{"name":"IMF_UIFONTS","features":[626]},{"name":"IMF_VERTICAL","features":[626]},{"name":"IRichEditOle","features":[626]},{"name":"IRichEditOleCallback","features":[626]},{"name":"IRicheditUiaOverrides","features":[626]},{"name":"ITextDisplays","features":[358,626]},{"name":"ITextDocument","features":[358,626]},{"name":"ITextDocument2","features":[358,626]},{"name":"ITextDocument2Old","features":[358,626]},{"name":"ITextFont","features":[358,626]},{"name":"ITextFont2","features":[358,626]},{"name":"ITextHost","features":[626]},{"name":"ITextHost2","features":[626]},{"name":"ITextPara","features":[358,626]},{"name":"ITextPara2","features":[358,626]},{"name":"ITextRange","features":[358,626]},{"name":"ITextRange2","features":[358,626]},{"name":"ITextRow","features":[358,626]},{"name":"ITextSelection","features":[358,626]},{"name":"ITextSelection2","features":[358,626]},{"name":"ITextServices","features":[626]},{"name":"ITextServices2","features":[626]},{"name":"ITextStory","features":[626]},{"name":"ITextStoryRanges","features":[358,626]},{"name":"ITextStoryRanges2","features":[358,626]},{"name":"ITextStrings","features":[358,626]},{"name":"KHYPH","features":[626]},{"name":"MANCODE","features":[626]},{"name":"MAX_TABLE_CELLS","features":[626]},{"name":"MAX_TAB_STOPS","features":[626]},{"name":"MBOLD","features":[626]},{"name":"MFRAK","features":[626]},{"name":"MGREEK","features":[626]},{"name":"MINIT","features":[626]},{"name":"MISOL","features":[626]},{"name":"MITAL","features":[626]},{"name":"MLOOP","features":[626]},{"name":"MMATH","features":[626]},{"name":"MMONO","features":[626]},{"name":"MOPEN","features":[626]},{"name":"MOPENA","features":[626]},{"name":"MROMN","features":[626]},{"name":"MSANS","features":[626]},{"name":"MSCRP","features":[626]},{"name":"MSFTEDIT_CLASS","features":[626]},{"name":"MSGFILTER","features":[305,626]},{"name":"MSGFILTER","features":[305,626]},{"name":"MSTRCH","features":[626]},{"name":"MTAIL","features":[626]},{"name":"OBJECTPOSITIONS","features":[305,626]},{"name":"OBJECTPOSITIONS","features":[305,626]},{"name":"OBJECTTYPE","features":[626]},{"name":"OLEOP_DOVERB","features":[626]},{"name":"PARAFORMAT","features":[626]},{"name":"PARAFORMAT2","features":[626]},{"name":"PARAFORMAT_ALIGNMENT","features":[626]},{"name":"PARAFORMAT_BORDERS","features":[626]},{"name":"PARAFORMAT_BORDERS_AUTOCOLOR","features":[626]},{"name":"PARAFORMAT_BORDERS_BOTTOM","features":[626]},{"name":"PARAFORMAT_BORDERS_INSIDE","features":[626]},{"name":"PARAFORMAT_BORDERS_LEFT","features":[626]},{"name":"PARAFORMAT_BORDERS_OUTSIDE","features":[626]},{"name":"PARAFORMAT_BORDERS_RIGHT","features":[626]},{"name":"PARAFORMAT_BORDERS_TOP","features":[626]},{"name":"PARAFORMAT_MASK","features":[626]},{"name":"PARAFORMAT_NUMBERING","features":[626]},{"name":"PARAFORMAT_NUMBERING_STYLE","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_DOWN_DIAG","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_GRID","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_HORIZ","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_TRELLIS","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_UP_DIAG","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_DARK_VERT","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_DOWN_DIAG","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_GRID","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_HORZ","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_TRELLIS","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_UP_DIAG","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_LIGHT_VERT","features":[626]},{"name":"PARAFORMAT_SHADING_STYLE_NONE","features":[626]},{"name":"PC_DELIMITER","features":[626]},{"name":"PC_FOLLOWING","features":[626]},{"name":"PC_LEADING","features":[626]},{"name":"PC_OVERFLOW","features":[626]},{"name":"PCreateTextServices","features":[626]},{"name":"PFA_CENTER","features":[626]},{"name":"PFA_FULL_GLYPHS","features":[626]},{"name":"PFA_FULL_INTERLETTER","features":[626]},{"name":"PFA_FULL_INTERWORD","features":[626]},{"name":"PFA_FULL_NEWSPAPER","features":[626]},{"name":"PFA_FULL_SCALED","features":[626]},{"name":"PFA_JUSTIFY","features":[626]},{"name":"PFA_LEFT","features":[626]},{"name":"PFA_RIGHT","features":[626]},{"name":"PFM_ALIGNMENT","features":[626]},{"name":"PFM_ALL","features":[626]},{"name":"PFM_ALL2","features":[626]},{"name":"PFM_BORDER","features":[626]},{"name":"PFM_BOX","features":[626]},{"name":"PFM_COLLAPSED","features":[626]},{"name":"PFM_DONOTHYPHEN","features":[626]},{"name":"PFM_EFFECTS","features":[626]},{"name":"PFM_KEEP","features":[626]},{"name":"PFM_KEEPNEXT","features":[626]},{"name":"PFM_LINESPACING","features":[626]},{"name":"PFM_NOLINENUMBER","features":[626]},{"name":"PFM_NOWIDOWCONTROL","features":[626]},{"name":"PFM_NUMBERING","features":[626]},{"name":"PFM_NUMBERINGSTART","features":[626]},{"name":"PFM_NUMBERINGSTYLE","features":[626]},{"name":"PFM_NUMBERINGTAB","features":[626]},{"name":"PFM_OFFSET","features":[626]},{"name":"PFM_OFFSETINDENT","features":[626]},{"name":"PFM_OUTLINELEVEL","features":[626]},{"name":"PFM_PAGEBREAKBEFORE","features":[626]},{"name":"PFM_RESERVED2","features":[626]},{"name":"PFM_RIGHTINDENT","features":[626]},{"name":"PFM_RTLPARA","features":[626]},{"name":"PFM_SHADING","features":[626]},{"name":"PFM_SIDEBYSIDE","features":[626]},{"name":"PFM_SPACEAFTER","features":[626]},{"name":"PFM_SPACEBEFORE","features":[626]},{"name":"PFM_STARTINDENT","features":[626]},{"name":"PFM_STYLE","features":[626]},{"name":"PFM_TABLE","features":[626]},{"name":"PFM_TABLEROWDELIMITER","features":[626]},{"name":"PFM_TABSTOPS","features":[626]},{"name":"PFM_TEXTWRAPPINGBREAK","features":[626]},{"name":"PFNS_NEWNUMBER","features":[626]},{"name":"PFNS_NONUMBER","features":[626]},{"name":"PFNS_PAREN","features":[626]},{"name":"PFNS_PARENS","features":[626]},{"name":"PFNS_PERIOD","features":[626]},{"name":"PFNS_PLAIN","features":[626]},{"name":"PFN_ARABIC","features":[626]},{"name":"PFN_BULLET","features":[626]},{"name":"PFN_LCLETTER","features":[626]},{"name":"PFN_LCROMAN","features":[626]},{"name":"PFN_UCLETTER","features":[626]},{"name":"PFN_UCROMAN","features":[626]},{"name":"PShutdownTextServices","features":[626]},{"name":"PUNCTUATION","features":[626]},{"name":"PUNCTUATION","features":[626]},{"name":"REOBJECT","features":[305,392,359,626]},{"name":"REOBJECT_FLAGS","features":[626]},{"name":"REO_ALIGNTORIGHT","features":[626]},{"name":"REO_BELOWBASELINE","features":[626]},{"name":"REO_BLANK","features":[626]},{"name":"REO_CANROTATE","features":[626]},{"name":"REO_DONTNEEDPALETTE","features":[626]},{"name":"REO_DYNAMICSIZE","features":[626]},{"name":"REO_GETMETAFILE","features":[626]},{"name":"REO_GETOBJ_ALL_INTERFACES","features":[626]},{"name":"REO_GETOBJ_NO_INTERFACES","features":[626]},{"name":"REO_GETOBJ_POLEOBJ","features":[626]},{"name":"REO_GETOBJ_POLESITE","features":[626]},{"name":"REO_GETOBJ_PSTG","features":[626]},{"name":"REO_HILITED","features":[626]},{"name":"REO_INPLACEACTIVE","features":[626]},{"name":"REO_INVERTEDSELECT","features":[626]},{"name":"REO_LINK","features":[626]},{"name":"REO_LINKAVAILABLE","features":[626]},{"name":"REO_NULL","features":[626]},{"name":"REO_OPEN","features":[626]},{"name":"REO_OWNERDRAWSELECT","features":[626]},{"name":"REO_READWRITEMASK","features":[626]},{"name":"REO_RESIZABLE","features":[626]},{"name":"REO_SELECTED","features":[626]},{"name":"REO_STATIC","features":[626]},{"name":"REO_USEASBACKGROUND","features":[626]},{"name":"REO_WRAPTEXTAROUND","features":[626]},{"name":"REPASTESPECIAL","features":[358,626]},{"name":"REPASTESPECIAL","features":[358,626]},{"name":"REQRESIZE","features":[305,626]},{"name":"REQRESIZE","features":[305,626]},{"name":"RICHEDIT60_CLASS","features":[626]},{"name":"RICHEDIT_CLASS","features":[626]},{"name":"RICHEDIT_CLASS10A","features":[626]},{"name":"RICHEDIT_CLASSA","features":[626]},{"name":"RICHEDIT_CLASSW","features":[626]},{"name":"RICHEDIT_IMAGE_PARAMETERS","features":[358,626]},{"name":"RICHEDIT_IMAGE_PARAMETERS","features":[358,626]},{"name":"RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE","features":[626]},{"name":"RICH_EDIT_GET_OBJECT_FLAGS","features":[626]},{"name":"RTO_DISABLEHANDLES","features":[626]},{"name":"RTO_READINGMODE","features":[626]},{"name":"RTO_SHOWHANDLES","features":[626]},{"name":"SCF_ALL","features":[626]},{"name":"SCF_ASSOCIATEFONT","features":[626]},{"name":"SCF_ASSOCIATEFONT2","features":[626]},{"name":"SCF_CHARREPFROMLCID","features":[626]},{"name":"SCF_DEFAULT","features":[626]},{"name":"SCF_NOKBUPDATE","features":[626]},{"name":"SCF_SELECTION","features":[626]},{"name":"SCF_SMARTFONT","features":[626]},{"name":"SCF_USEUIRULES","features":[626]},{"name":"SCF_WORD","features":[626]},{"name":"SELCHANGE","features":[305,626]},{"name":"SELCHANGE","features":[305,626]},{"name":"SEL_EMPTY","features":[626]},{"name":"SEL_MULTICHAR","features":[626]},{"name":"SEL_MULTIOBJECT","features":[626]},{"name":"SEL_OBJECT","features":[626]},{"name":"SEL_TEXT","features":[626]},{"name":"SES_ALLOWBEEPS","features":[626]},{"name":"SES_BEEPONMAXTEXT","features":[626]},{"name":"SES_BIDI","features":[626]},{"name":"SES_CTFALLOWEMBED","features":[626]},{"name":"SES_CTFALLOWPROOFING","features":[626]},{"name":"SES_CTFALLOWSMARTTAG","features":[626]},{"name":"SES_CTFNOLOCK","features":[626]},{"name":"SES_CUSTOMLOOK","features":[626]},{"name":"SES_DEFAULTLATINLIGA","features":[626]},{"name":"SES_DRAFTMODE","features":[626]},{"name":"SES_EMULATE10","features":[626]},{"name":"SES_EMULATESYSEDIT","features":[626]},{"name":"SES_EXTENDBACKCOLOR","features":[626]},{"name":"SES_EX_HANDLEFRIENDLYURL","features":[626]},{"name":"SES_EX_HIDETEMPFORMAT","features":[626]},{"name":"SES_EX_MULTITOUCH","features":[626]},{"name":"SES_EX_NOACETATESELECTION","features":[626]},{"name":"SES_EX_NOMATH","features":[626]},{"name":"SES_EX_NOTABLE","features":[626]},{"name":"SES_EX_NOTHEMING","features":[626]},{"name":"SES_EX_USEMOUSEWPARAM","features":[626]},{"name":"SES_EX_USESINGLELINE","features":[626]},{"name":"SES_HIDEGRIDLINES","features":[626]},{"name":"SES_HYPERLINKTOOLTIPS","features":[626]},{"name":"SES_LBSCROLLNOTIFY","features":[626]},{"name":"SES_LOGICALCARET","features":[626]},{"name":"SES_LOWERCASE","features":[626]},{"name":"SES_MAPCPS","features":[626]},{"name":"SES_MAX","features":[626]},{"name":"SES_MULTISELECT","features":[626]},{"name":"SES_NOEALINEHEIGHTADJUST","features":[626]},{"name":"SES_NOFOCUSLINKNOTIFY","features":[626]},{"name":"SES_NOIME","features":[626]},{"name":"SES_NOINPUTSEQUENCECHK","features":[626]},{"name":"SES_SCROLLONKILLFOCUS","features":[626]},{"name":"SES_SMARTDRAGDROP","features":[626]},{"name":"SES_UPPERCASE","features":[626]},{"name":"SES_USEAIMM","features":[626]},{"name":"SES_USEATFONT","features":[626]},{"name":"SES_USECRLF","features":[626]},{"name":"SES_USECTF","features":[626]},{"name":"SES_WORDDRAGDROP","features":[626]},{"name":"SES_XLTCRCRLFTOCR","features":[626]},{"name":"SETTEXTEX","features":[626]},{"name":"SFF_KEEPDOCINFO","features":[626]},{"name":"SFF_PERSISTVIEWSCALE","features":[626]},{"name":"SFF_PLAINRTF","features":[626]},{"name":"SFF_PWD","features":[626]},{"name":"SFF_SELECTION","features":[626]},{"name":"SFF_WRITEXTRAPAR","features":[626]},{"name":"SF_NCRFORNONASCII","features":[626]},{"name":"SF_RTF","features":[626]},{"name":"SF_RTFNOOBJS","features":[626]},{"name":"SF_RTFVAL","features":[626]},{"name":"SF_TEXT","features":[626]},{"name":"SF_TEXTIZED","features":[626]},{"name":"SF_UNICODE","features":[626]},{"name":"SF_USECODEPAGE","features":[626]},{"name":"SPF_DONTSETDEFAULT","features":[626]},{"name":"SPF_SETDEFAULT","features":[626]},{"name":"ST_DEFAULT","features":[626]},{"name":"ST_KEEPUNDO","features":[626]},{"name":"ST_NEWCHARS","features":[626]},{"name":"ST_SELECTION","features":[626]},{"name":"ST_UNICODE","features":[626]},{"name":"S_MSG_KEY_IGNORED","features":[626]},{"name":"TABLECELLPARMS","features":[305,626]},{"name":"TABLEROWPARMS","features":[626]},{"name":"TEXTMODE","features":[626]},{"name":"TEXTRANGEA","features":[626]},{"name":"TEXTRANGEA","features":[626]},{"name":"TEXTRANGEW","features":[626]},{"name":"TEXTRANGEW","features":[626]},{"name":"TM_MULTICODEPAGE","features":[626]},{"name":"TM_MULTILEVELUNDO","features":[626]},{"name":"TM_PLAINTEXT","features":[626]},{"name":"TM_RICHTEXT","features":[626]},{"name":"TM_SINGLECODEPAGE","features":[626]},{"name":"TM_SINGLELEVELUNDO","features":[626]},{"name":"TO_ADVANCEDLAYOUT","features":[626]},{"name":"TO_ADVANCEDTYPOGRAPHY","features":[626]},{"name":"TO_DISABLECUSTOMTEXTOUT","features":[626]},{"name":"TO_SIMPLELINEBREAK","features":[626]},{"name":"TXES_ISDIALOG","features":[626]},{"name":"TXTBACKSTYLE","features":[626]},{"name":"TXTBACK_OPAQUE","features":[626]},{"name":"TXTBACK_TRANSPARENT","features":[626]},{"name":"TXTBIT_ADVANCEDINPUT","features":[626]},{"name":"TXTBIT_ALLOWBEEP","features":[626]},{"name":"TXTBIT_AUTOWORDSEL","features":[626]},{"name":"TXTBIT_BACKSTYLECHANGE","features":[626]},{"name":"TXTBIT_CHARFORMATCHANGE","features":[626]},{"name":"TXTBIT_CLIENTRECTCHANGE","features":[626]},{"name":"TXTBIT_D2DDWRITE","features":[626]},{"name":"TXTBIT_D2DPIXELSNAPPED","features":[626]},{"name":"TXTBIT_D2DSIMPLETYPOGRAPHY","features":[626]},{"name":"TXTBIT_D2DSUBPIXELLINES","features":[626]},{"name":"TXTBIT_DISABLEDRAG","features":[626]},{"name":"TXTBIT_EXTENTCHANGE","features":[626]},{"name":"TXTBIT_FLASHLASTPASSWORDCHAR","features":[626]},{"name":"TXTBIT_HIDESELECTION","features":[626]},{"name":"TXTBIT_MAXLENGTHCHANGE","features":[626]},{"name":"TXTBIT_MULTILINE","features":[626]},{"name":"TXTBIT_NOTHREADREFCOUNT","features":[626]},{"name":"TXTBIT_PARAFORMATCHANGE","features":[626]},{"name":"TXTBIT_READONLY","features":[626]},{"name":"TXTBIT_RICHTEXT","features":[626]},{"name":"TXTBIT_SAVESELECTION","features":[626]},{"name":"TXTBIT_SCROLLBARCHANGE","features":[626]},{"name":"TXTBIT_SELBARCHANGE","features":[626]},{"name":"TXTBIT_SHOWACCELERATOR","features":[626]},{"name":"TXTBIT_SHOWPASSWORD","features":[626]},{"name":"TXTBIT_USECURRENTBKG","features":[626]},{"name":"TXTBIT_USEPASSWORD","features":[626]},{"name":"TXTBIT_VERTICAL","features":[626]},{"name":"TXTBIT_VIEWINSETCHANGE","features":[626]},{"name":"TXTBIT_WORDWRAP","features":[626]},{"name":"TXTHITRESULT","features":[626]},{"name":"TXTHITRESULT_CLOSE","features":[626]},{"name":"TXTHITRESULT_HIT","features":[626]},{"name":"TXTHITRESULT_NOHIT","features":[626]},{"name":"TXTHITRESULT_TRANSPARENT","features":[626]},{"name":"TXTNATURALSIZE","features":[626]},{"name":"TXTNS_EMU","features":[626]},{"name":"TXTNS_FITTOCONTENT","features":[626]},{"name":"TXTNS_FITTOCONTENT2","features":[626]},{"name":"TXTNS_FITTOCONTENT3","features":[626]},{"name":"TXTNS_FITTOCONTENTWSP","features":[626]},{"name":"TXTNS_INCLUDELASTLINE","features":[626]},{"name":"TXTNS_ROUNDTOLINE","features":[626]},{"name":"TXTVIEW","features":[626]},{"name":"TXTVIEW_ACTIVE","features":[626]},{"name":"TXTVIEW_INACTIVE","features":[626]},{"name":"UID_AUTOTABLE","features":[626]},{"name":"UID_CUT","features":[626]},{"name":"UID_DELETE","features":[626]},{"name":"UID_DRAGDROP","features":[626]},{"name":"UID_PASTE","features":[626]},{"name":"UID_TYPING","features":[626]},{"name":"UID_UNKNOWN","features":[626]},{"name":"UNDONAMEID","features":[626]},{"name":"VM_NORMAL","features":[626]},{"name":"VM_OUTLINE","features":[626]},{"name":"VM_PAGE","features":[626]},{"name":"WBF_CUSTOM","features":[626]},{"name":"WBF_LEVEL1","features":[626]},{"name":"WBF_LEVEL2","features":[626]},{"name":"WBF_OVERFLOW","features":[626]},{"name":"WBF_WORDBREAK","features":[626]},{"name":"WBF_WORDWRAP","features":[626]},{"name":"WB_MOVEWORDNEXT","features":[626]},{"name":"WB_MOVEWORDPREV","features":[626]},{"name":"WB_NEXTBREAK","features":[626]},{"name":"WB_PREVBREAK","features":[626]},{"name":"cchTextLimitDefault","features":[626]},{"name":"khyphAddBefore","features":[626]},{"name":"khyphChangeAfter","features":[626]},{"name":"khyphChangeBefore","features":[626]},{"name":"khyphDelAndChange","features":[626]},{"name":"khyphDeleteBefore","features":[626]},{"name":"khyphNil","features":[626]},{"name":"khyphNormal","features":[626]},{"name":"lDefaultTab","features":[626]},{"name":"tomAboriginal","features":[626]},{"name":"tomAccent","features":[626]},{"name":"tomAdjustCRLF","features":[626]},{"name":"tomAlignBar","features":[626]},{"name":"tomAlignCenter","features":[626]},{"name":"tomAlignDecimal","features":[626]},{"name":"tomAlignDefault","features":[626]},{"name":"tomAlignInterLetter","features":[626]},{"name":"tomAlignInterWord","features":[626]},{"name":"tomAlignJustify","features":[626]},{"name":"tomAlignLeft","features":[626]},{"name":"tomAlignMatchAscentDescent","features":[626]},{"name":"tomAlignNewspaper","features":[626]},{"name":"tomAlignRight","features":[626]},{"name":"tomAlignScaled","features":[626]},{"name":"tomAllCaps","features":[626]},{"name":"tomAllowFinalEOP","features":[626]},{"name":"tomAllowMathBold","features":[626]},{"name":"tomAllowOffClient","features":[626]},{"name":"tomAnimationMax","features":[626]},{"name":"tomAnsi","features":[626]},{"name":"tomApplyLater","features":[626]},{"name":"tomApplyNow","features":[626]},{"name":"tomApplyRtfDocProps","features":[626]},{"name":"tomApplyTmp","features":[626]},{"name":"tomArabic","features":[626]},{"name":"tomArmenian","features":[626]},{"name":"tomAtEnd","features":[626]},{"name":"tomAutoBackColor","features":[626]},{"name":"tomAutoColor","features":[626]},{"name":"tomAutoLinkEmail","features":[626]},{"name":"tomAutoLinkPath","features":[626]},{"name":"tomAutoLinkPhone","features":[626]},{"name":"tomAutoLinkURL","features":[626]},{"name":"tomAutoSpaceAlpha","features":[626]},{"name":"tomAutoSpaceNumeric","features":[626]},{"name":"tomAutoSpaceParens","features":[626]},{"name":"tomAutoTextColor","features":[626]},{"name":"tomBIG5","features":[626]},{"name":"tomBackward","features":[626]},{"name":"tomBaltic","features":[626]},{"name":"tomBengali","features":[626]},{"name":"tomBlinkingBackground","features":[626]},{"name":"tomBold","features":[626]},{"name":"tomBox","features":[626]},{"name":"tomBoxAlignCenter","features":[626]},{"name":"tomBoxHideBottom","features":[626]},{"name":"tomBoxHideLeft","features":[626]},{"name":"tomBoxHideRight","features":[626]},{"name":"tomBoxHideTop","features":[626]},{"name":"tomBoxStrikeBLTR","features":[626]},{"name":"tomBoxStrikeH","features":[626]},{"name":"tomBoxStrikeTLBR","features":[626]},{"name":"tomBoxStrikeV","features":[626]},{"name":"tomBoxedFormula","features":[626]},{"name":"tomBrackets","features":[626]},{"name":"tomBracketsWithSeps","features":[626]},{"name":"tomBraille","features":[626]},{"name":"tomCacheParms","features":[626]},{"name":"tomCanCopy","features":[626]},{"name":"tomCanRedo","features":[626]},{"name":"tomCanUndo","features":[626]},{"name":"tomCell","features":[626]},{"name":"tomCellStructureChangeOnly","features":[626]},{"name":"tomCharFormat","features":[626]},{"name":"tomCharRepFromLcid","features":[626]},{"name":"tomCharRepMax","features":[626]},{"name":"tomCharacter","features":[626]},{"name":"tomCharset","features":[626]},{"name":"tomCheckTextLimit","features":[626]},{"name":"tomCherokee","features":[626]},{"name":"tomClientCoord","features":[626]},{"name":"tomClientLink","features":[626]},{"name":"tomCluster","features":[626]},{"name":"tomCollapseEnd","features":[626]},{"name":"tomCollapseStart","features":[626]},{"name":"tomColumn","features":[626]},{"name":"tomCommentsStory","features":[626]},{"name":"tomCompressMax","features":[626]},{"name":"tomCompressNone","features":[626]},{"name":"tomCompressPunctuation","features":[626]},{"name":"tomCompressPunctuationAndKana","features":[626]},{"name":"tomConstants","features":[626]},{"name":"tomConvertMathChar","features":[626]},{"name":"tomConvertRTF","features":[626]},{"name":"tomCreateAlways","features":[626]},{"name":"tomCreateNew","features":[626]},{"name":"tomCyrillic","features":[626]},{"name":"tomDash","features":[626]},{"name":"tomDashDot","features":[626]},{"name":"tomDashDotDot","features":[626]},{"name":"tomDashes","features":[626]},{"name":"tomDecDecSize","features":[626]},{"name":"tomDecSize","features":[626]},{"name":"tomDefault","features":[626]},{"name":"tomDefaultCharRep","features":[626]},{"name":"tomDefaultTab","features":[626]},{"name":"tomDeseret","features":[626]},{"name":"tomDevanagari","features":[626]},{"name":"tomDisableSmartFont","features":[626]},{"name":"tomDisabled","features":[626]},{"name":"tomDocAutoLink","features":[626]},{"name":"tomDocMathBuild","features":[626]},{"name":"tomDontGrowWithContent","features":[626]},{"name":"tomDots","features":[626]},{"name":"tomDotted","features":[626]},{"name":"tomDouble","features":[626]},{"name":"tomDoubleWave","features":[626]},{"name":"tomDoublestrike","features":[626]},{"name":"tomEastEurope","features":[626]},{"name":"tomEllipsisEnd","features":[626]},{"name":"tomEllipsisMode","features":[626]},{"name":"tomEllipsisNone","features":[626]},{"name":"tomEllipsisPresent","features":[626]},{"name":"tomEllipsisState","features":[626]},{"name":"tomEllipsisWord","features":[626]},{"name":"tomEmbeddedFont","features":[626]},{"name":"tomEmboss","features":[626]},{"name":"tomEmoji","features":[626]},{"name":"tomEnableSmartFont","features":[626]},{"name":"tomEnd","features":[626]},{"name":"tomEndnotesStory","features":[626]},{"name":"tomEq","features":[626]},{"name":"tomEqArrayAlignBottomRow","features":[626]},{"name":"tomEqArrayAlignCenter","features":[626]},{"name":"tomEqArrayAlignMask","features":[626]},{"name":"tomEqArrayAlignTopRow","features":[626]},{"name":"tomEqArrayLayoutWidth","features":[626]},{"name":"tomEquals","features":[626]},{"name":"tomEquationArray","features":[626]},{"name":"tomEthiopic","features":[626]},{"name":"tomEvenPagesFooterStory","features":[626]},{"name":"tomEvenPagesHeaderStory","features":[626]},{"name":"tomExtend","features":[626]},{"name":"tomExtendedChar","features":[626]},{"name":"tomFalse","features":[626]},{"name":"tomFindStory","features":[626]},{"name":"tomFirstPageFooterStory","features":[626]},{"name":"tomFirstPageHeaderStory","features":[626]},{"name":"tomFoldMathAlpha","features":[626]},{"name":"tomFontAlignmentAuto","features":[626]},{"name":"tomFontAlignmentBaseline","features":[626]},{"name":"tomFontAlignmentBottom","features":[626]},{"name":"tomFontAlignmentCenter","features":[626]},{"name":"tomFontAlignmentMax","features":[626]},{"name":"tomFontAlignmentTop","features":[626]},{"name":"tomFontBound","features":[626]},{"name":"tomFontPropAlign","features":[626]},{"name":"tomFontPropTeXStyle","features":[626]},{"name":"tomFontStretch","features":[626]},{"name":"tomFontStretchCondensed","features":[626]},{"name":"tomFontStretchDefault","features":[626]},{"name":"tomFontStretchExpanded","features":[626]},{"name":"tomFontStretchExtraCondensed","features":[626]},{"name":"tomFontStretchExtraExpanded","features":[626]},{"name":"tomFontStretchNormal","features":[626]},{"name":"tomFontStretchSemiCondensed","features":[626]},{"name":"tomFontStretchSemiExpanded","features":[626]},{"name":"tomFontStretchUltraCondensed","features":[626]},{"name":"tomFontStretchUltraExpanded","features":[626]},{"name":"tomFontStyle","features":[626]},{"name":"tomFontStyleItalic","features":[626]},{"name":"tomFontStyleOblique","features":[626]},{"name":"tomFontStyleUpright","features":[626]},{"name":"tomFontWeightBlack","features":[626]},{"name":"tomFontWeightBold","features":[626]},{"name":"tomFontWeightDefault","features":[626]},{"name":"tomFontWeightExtraBlack","features":[626]},{"name":"tomFontWeightExtraBold","features":[626]},{"name":"tomFontWeightExtraLight","features":[626]},{"name":"tomFontWeightHeavy","features":[626]},{"name":"tomFontWeightLight","features":[626]},{"name":"tomFontWeightMedium","features":[626]},{"name":"tomFontWeightNormal","features":[626]},{"name":"tomFontWeightRegular","features":[626]},{"name":"tomFontWeightSemiBold","features":[626]},{"name":"tomFontWeightThin","features":[626]},{"name":"tomFootnotesStory","features":[626]},{"name":"tomForward","features":[626]},{"name":"tomFraction","features":[626]},{"name":"tomFriendlyLinkAddress","features":[626]},{"name":"tomFriendlyLinkName","features":[626]},{"name":"tomFunctionApply","features":[626]},{"name":"tomFunctionTypeIsLim","features":[626]},{"name":"tomFunctionTypeNone","features":[626]},{"name":"tomFunctionTypeTakesArg","features":[626]},{"name":"tomFunctionTypeTakesLim","features":[626]},{"name":"tomFunctionTypeTakesLim2","features":[626]},{"name":"tomGB2312","features":[626]},{"name":"tomGeorgian","features":[626]},{"name":"tomGetHeightOnly","features":[626]},{"name":"tomGlagolitic","features":[626]},{"name":"tomGothic","features":[626]},{"name":"tomGravityBack","features":[626]},{"name":"tomGravityBackward","features":[626]},{"name":"tomGravityFore","features":[626]},{"name":"tomGravityForward","features":[626]},{"name":"tomGravityIn","features":[626]},{"name":"tomGravityOut","features":[626]},{"name":"tomGravityUI","features":[626]},{"name":"tomGreek","features":[626]},{"name":"tomGrowWithContent","features":[626]},{"name":"tomGujarati","features":[626]},{"name":"tomGurmukhi","features":[626]},{"name":"tomHContCell","features":[626]},{"name":"tomHStartCell","features":[626]},{"name":"tomHTML","features":[626]},{"name":"tomHair","features":[626]},{"name":"tomHangul","features":[626]},{"name":"tomHardParagraph","features":[626]},{"name":"tomHeavyWave","features":[626]},{"name":"tomHebrew","features":[626]},{"name":"tomHidden","features":[626]},{"name":"tomHorzVert","features":[626]},{"name":"tomHstring","features":[626]},{"name":"tomIgnoreCurrentFont","features":[626]},{"name":"tomIgnoreNumberStyle","features":[626]},{"name":"tomImprint","features":[626]},{"name":"tomIncIncSize","features":[626]},{"name":"tomIncSize","features":[626]},{"name":"tomIncludeInset","features":[626]},{"name":"tomIncludeNumbering","features":[626]},{"name":"tomInlineObject","features":[626]},{"name":"tomInlineObjectArg","features":[626]},{"name":"tomInlineObjectStart","features":[626]},{"name":"tomItalic","features":[626]},{"name":"tomJamo","features":[626]},{"name":"tomKannada","features":[626]},{"name":"tomKayahli","features":[626]},{"name":"tomKharoshthi","features":[626]},{"name":"tomKhmer","features":[626]},{"name":"tomKoreanBlockCaret","features":[626]},{"name":"tomLanguageTag","features":[626]},{"name":"tomLao","features":[626]},{"name":"tomLasVegasLights","features":[626]},{"name":"tomLayoutColumn","features":[626]},{"name":"tomLeafLine","features":[626]},{"name":"tomLeftSubSup","features":[626]},{"name":"tomLimbu","features":[626]},{"name":"tomLimitAlignCenter","features":[626]},{"name":"tomLimitAlignLeft","features":[626]},{"name":"tomLimitAlignMask","features":[626]},{"name":"tomLimitAlignRight","features":[626]},{"name":"tomLimitsDefault","features":[626]},{"name":"tomLimitsOpposite","features":[626]},{"name":"tomLimitsSubSup","features":[626]},{"name":"tomLimitsUnderOver","features":[626]},{"name":"tomLine","features":[626]},{"name":"tomLineSpace1pt5","features":[626]},{"name":"tomLineSpaceAtLeast","features":[626]},{"name":"tomLineSpaceDouble","features":[626]},{"name":"tomLineSpaceExactly","features":[626]},{"name":"tomLineSpaceMultiple","features":[626]},{"name":"tomLineSpacePercent","features":[626]},{"name":"tomLineSpaceSingle","features":[626]},{"name":"tomLines","features":[626]},{"name":"tomLink","features":[626]},{"name":"tomLinkProtected","features":[626]},{"name":"tomListBullet","features":[626]},{"name":"tomListMinus","features":[626]},{"name":"tomListNoNumber","features":[626]},{"name":"tomListNone","features":[626]},{"name":"tomListNumberAsArabic","features":[626]},{"name":"tomListNumberAsLCLetter","features":[626]},{"name":"tomListNumberAsLCRoman","features":[626]},{"name":"tomListNumberAsSequence","features":[626]},{"name":"tomListNumberAsUCLetter","features":[626]},{"name":"tomListNumberAsUCRoman","features":[626]},{"name":"tomListNumberedArabic1","features":[626]},{"name":"tomListNumberedArabic2","features":[626]},{"name":"tomListNumberedArabicWide","features":[626]},{"name":"tomListNumberedBlackCircleWingding","features":[626]},{"name":"tomListNumberedChS","features":[626]},{"name":"tomListNumberedChT","features":[626]},{"name":"tomListNumberedCircle","features":[626]},{"name":"tomListNumberedHebrew","features":[626]},{"name":"tomListNumberedHindiAlpha","features":[626]},{"name":"tomListNumberedHindiAlpha1","features":[626]},{"name":"tomListNumberedHindiNum","features":[626]},{"name":"tomListNumberedJpnChS","features":[626]},{"name":"tomListNumberedJpnKor","features":[626]},{"name":"tomListNumberedThaiAlpha","features":[626]},{"name":"tomListNumberedThaiNum","features":[626]},{"name":"tomListNumberedWhiteCircleWingding","features":[626]},{"name":"tomListParentheses","features":[626]},{"name":"tomListPeriod","features":[626]},{"name":"tomListPlain","features":[626]},{"name":"tomLisu","features":[626]},{"name":"tomLongDash","features":[626]},{"name":"tomLowerCase","features":[626]},{"name":"tomLowerLimit","features":[626]},{"name":"tomMac","features":[626]},{"name":"tomMainTextStory","features":[626]},{"name":"tomMalayalam","features":[626]},{"name":"tomMarchingBlackAnts","features":[626]},{"name":"tomMarchingRedAnts","features":[626]},{"name":"tomMatchAscii","features":[626]},{"name":"tomMatchCase","features":[626]},{"name":"tomMatchCharRep","features":[626]},{"name":"tomMatchFontSignature","features":[626]},{"name":"tomMatchMathFont","features":[626]},{"name":"tomMatchPattern","features":[626]},{"name":"tomMatchWord","features":[626]},{"name":"tomMath","features":[626]},{"name":"tomMathArgShadingEnd","features":[626]},{"name":"tomMathArgShadingStart","features":[626]},{"name":"tomMathBreakCenter","features":[626]},{"name":"tomMathBreakLeft","features":[626]},{"name":"tomMathBreakRight","features":[626]},{"name":"tomMathBrkBinAfter","features":[626]},{"name":"tomMathBrkBinBefore","features":[626]},{"name":"tomMathBrkBinDup","features":[626]},{"name":"tomMathBrkBinMask","features":[626]},{"name":"tomMathBrkBinSubMM","features":[626]},{"name":"tomMathBrkBinSubMP","features":[626]},{"name":"tomMathBrkBinSubMask","features":[626]},{"name":"tomMathBrkBinSubPM","features":[626]},{"name":"tomMathCFCheck","features":[626]},{"name":"tomMathDispAlignCenter","features":[626]},{"name":"tomMathDispAlignCenterGroup","features":[626]},{"name":"tomMathDispAlignLeft","features":[626]},{"name":"tomMathDispAlignMask","features":[626]},{"name":"tomMathDispAlignRight","features":[626]},{"name":"tomMathDispDef","features":[626]},{"name":"tomMathDispFracTeX","features":[626]},{"name":"tomMathDispIntUnderOver","features":[626]},{"name":"tomMathDispNaryGrow","features":[626]},{"name":"tomMathDispNarySubSup","features":[626]},{"name":"tomMathDocDiffDefault","features":[626]},{"name":"tomMathDocDiffItalic","features":[626]},{"name":"tomMathDocDiffMask","features":[626]},{"name":"tomMathDocDiffOpenItalic","features":[626]},{"name":"tomMathDocDiffUpright","features":[626]},{"name":"tomMathDocEmptyArgAlways","features":[626]},{"name":"tomMathDocEmptyArgAuto","features":[626]},{"name":"tomMathDocEmptyArgMask","features":[626]},{"name":"tomMathDocEmptyArgNever","features":[626]},{"name":"tomMathDocSbSpOpUnchanged","features":[626]},{"name":"tomMathEnableRtl","features":[626]},{"name":"tomMathEqAlign","features":[626]},{"name":"tomMathInterSpace","features":[626]},{"name":"tomMathIntraSpace","features":[626]},{"name":"tomMathLMargin","features":[626]},{"name":"tomMathManualBreakMask","features":[626]},{"name":"tomMathObjShadingEnd","features":[626]},{"name":"tomMathObjShadingStart","features":[626]},{"name":"tomMathParaAlignCenter","features":[626]},{"name":"tomMathParaAlignCenterGroup","features":[626]},{"name":"tomMathParaAlignDefault","features":[626]},{"name":"tomMathParaAlignLeft","features":[626]},{"name":"tomMathParaAlignRight","features":[626]},{"name":"tomMathPostSpace","features":[626]},{"name":"tomMathPreSpace","features":[626]},{"name":"tomMathRMargin","features":[626]},{"name":"tomMathRelSize","features":[626]},{"name":"tomMathVariant","features":[626]},{"name":"tomMathWrapIndent","features":[626]},{"name":"tomMathWrapRight","features":[626]},{"name":"tomMathZone","features":[626]},{"name":"tomMathZoneDisplay","features":[626]},{"name":"tomMathZoneNoBuildUp","features":[626]},{"name":"tomMathZoneOrdinary","features":[626]},{"name":"tomMatrix","features":[626]},{"name":"tomMatrixAlignBottomRow","features":[626]},{"name":"tomMatrixAlignCenter","features":[626]},{"name":"tomMatrixAlignMask","features":[626]},{"name":"tomMatrixAlignTopRow","features":[626]},{"name":"tomModWidthPairs","features":[626]},{"name":"tomModWidthSpace","features":[626]},{"name":"tomMongolian","features":[626]},{"name":"tomMove","features":[626]},{"name":"tomMyanmar","features":[626]},{"name":"tomNKo","features":[626]},{"name":"tomNary","features":[626]},{"name":"tomNewTaiLue","features":[626]},{"name":"tomNoAnimation","features":[626]},{"name":"tomNoBreak","features":[626]},{"name":"tomNoHidden","features":[626]},{"name":"tomNoIME","features":[626]},{"name":"tomNoLink","features":[626]},{"name":"tomNoMathZoneBrackets","features":[626]},{"name":"tomNoSelection","features":[626]},{"name":"tomNoUCGreekItalic","features":[626]},{"name":"tomNoUpScroll","features":[626]},{"name":"tomNoVpScroll","features":[626]},{"name":"tomNone","features":[626]},{"name":"tomNormalCaret","features":[626]},{"name":"tomNullCaret","features":[626]},{"name":"tomOEM","features":[626]},{"name":"tomObject","features":[626]},{"name":"tomObjectArg","features":[626]},{"name":"tomObjectMax","features":[626]},{"name":"tomOgham","features":[626]},{"name":"tomOpChar","features":[626]},{"name":"tomOpenAlways","features":[626]},{"name":"tomOpenExisting","features":[626]},{"name":"tomOriya","features":[626]},{"name":"tomOsmanya","features":[626]},{"name":"tomOutline","features":[626]},{"name":"tomOverbar","features":[626]},{"name":"tomOverlapping","features":[626]},{"name":"tomPC437","features":[626]},{"name":"tomPage","features":[626]},{"name":"tomParaEffectBox","features":[626]},{"name":"tomParaEffectCollapsed","features":[626]},{"name":"tomParaEffectDoNotHyphen","features":[626]},{"name":"tomParaEffectKeep","features":[626]},{"name":"tomParaEffectKeepNext","features":[626]},{"name":"tomParaEffectNoLineNumber","features":[626]},{"name":"tomParaEffectNoWidowControl","features":[626]},{"name":"tomParaEffectOutlineLevel","features":[626]},{"name":"tomParaEffectPageBreakBefore","features":[626]},{"name":"tomParaEffectRTL","features":[626]},{"name":"tomParaEffectSideBySide","features":[626]},{"name":"tomParaEffectTable","features":[626]},{"name":"tomParaEffectTableRowDelimiter","features":[626]},{"name":"tomParaFormat","features":[626]},{"name":"tomParaPropMathAlign","features":[626]},{"name":"tomParaStyleHeading1","features":[626]},{"name":"tomParaStyleHeading2","features":[626]},{"name":"tomParaStyleHeading3","features":[626]},{"name":"tomParaStyleHeading4","features":[626]},{"name":"tomParaStyleHeading5","features":[626]},{"name":"tomParaStyleHeading6","features":[626]},{"name":"tomParaStyleHeading7","features":[626]},{"name":"tomParaStyleHeading8","features":[626]},{"name":"tomParaStyleHeading9","features":[626]},{"name":"tomParaStyleNormal","features":[626]},{"name":"tomParagraph","features":[626]},{"name":"tomPasteFile","features":[626]},{"name":"tomPhagsPa","features":[626]},{"name":"tomPhantom","features":[626]},{"name":"tomPhantomASmash","features":[626]},{"name":"tomPhantomDSmash","features":[626]},{"name":"tomPhantomHSmash","features":[626]},{"name":"tomPhantomHorz","features":[626]},{"name":"tomPhantomShow","features":[626]},{"name":"tomPhantomSmash","features":[626]},{"name":"tomPhantomTransparent","features":[626]},{"name":"tomPhantomVert","features":[626]},{"name":"tomPhantomZeroAscent","features":[626]},{"name":"tomPhantomZeroDescent","features":[626]},{"name":"tomPhantomZeroWidth","features":[626]},{"name":"tomPrimaryFooterStory","features":[626]},{"name":"tomPrimaryHeaderStory","features":[626]},{"name":"tomProcessId","features":[626]},{"name":"tomProtected","features":[626]},{"name":"tomRE10Mode","features":[626]},{"name":"tomRTF","features":[626]},{"name":"tomRadical","features":[626]},{"name":"tomReadOnly","features":[626]},{"name":"tomReplaceStory","features":[626]},{"name":"tomResume","features":[626]},{"name":"tomRevised","features":[626]},{"name":"tomRow","features":[626]},{"name":"tomRowApplyDefault","features":[626]},{"name":"tomRowHeightActual","features":[626]},{"name":"tomRowUpdate","features":[626]},{"name":"tomRuby","features":[626]},{"name":"tomRubyAlign010","features":[626]},{"name":"tomRubyAlign121","features":[626]},{"name":"tomRubyAlignCenter","features":[626]},{"name":"tomRubyAlignLeft","features":[626]},{"name":"tomRubyAlignRight","features":[626]},{"name":"tomRubyBelow","features":[626]},{"name":"tomRunic","features":[626]},{"name":"tomScratchStory","features":[626]},{"name":"tomScreen","features":[626]},{"name":"tomSection","features":[626]},{"name":"tomSelActive","features":[626]},{"name":"tomSelAtEOL","features":[626]},{"name":"tomSelOvertype","features":[626]},{"name":"tomSelRange","features":[626]},{"name":"tomSelReplace","features":[626]},{"name":"tomSelStartActive","features":[626]},{"name":"tomSelectionBlock","features":[626]},{"name":"tomSelectionColumn","features":[626]},{"name":"tomSelectionFrame","features":[626]},{"name":"tomSelectionIP","features":[626]},{"name":"tomSelectionInlineShape","features":[626]},{"name":"tomSelectionNormal","features":[626]},{"name":"tomSelectionRow","features":[626]},{"name":"tomSelectionShape","features":[626]},{"name":"tomSelfIME","features":[626]},{"name":"tomSentence","features":[626]},{"name":"tomSentenceCase","features":[626]},{"name":"tomShadow","features":[626]},{"name":"tomShareDenyRead","features":[626]},{"name":"tomShareDenyWrite","features":[626]},{"name":"tomShiftJIS","features":[626]},{"name":"tomShimmer","features":[626]},{"name":"tomShowDegPlaceHldr","features":[626]},{"name":"tomShowLLimPlaceHldr","features":[626]},{"name":"tomShowMatPlaceHldr","features":[626]},{"name":"tomShowULimPlaceHldr","features":[626]},{"name":"tomSimpleText","features":[626]},{"name":"tomSingle","features":[626]},{"name":"tomSinhala","features":[626]},{"name":"tomSizeScript","features":[626]},{"name":"tomSizeScriptScript","features":[626]},{"name":"tomSizeText","features":[626]},{"name":"tomSlashedFraction","features":[626]},{"name":"tomSmallCaps","features":[626]},{"name":"tomSpaceBinary","features":[626]},{"name":"tomSpaceDefault","features":[626]},{"name":"tomSpaceDifferential","features":[626]},{"name":"tomSpaceMask","features":[626]},{"name":"tomSpaceOrd","features":[626]},{"name":"tomSpaceRelational","features":[626]},{"name":"tomSpaceSkip","features":[626]},{"name":"tomSpaceUnary","features":[626]},{"name":"tomSpaces","features":[626]},{"name":"tomSparkleText","features":[626]},{"name":"tomStack","features":[626]},{"name":"tomStart","features":[626]},{"name":"tomStory","features":[626]},{"name":"tomStoryActiveDisplay","features":[626]},{"name":"tomStoryActiveDisplayUI","features":[626]},{"name":"tomStoryActiveUI","features":[626]},{"name":"tomStoryInactive","features":[626]},{"name":"tomStretchBaseAbove","features":[626]},{"name":"tomStretchBaseBelow","features":[626]},{"name":"tomStretchCharAbove","features":[626]},{"name":"tomStretchCharBelow","features":[626]},{"name":"tomStretchStack","features":[626]},{"name":"tomStrikeout","features":[626]},{"name":"tomStyleDefault","features":[626]},{"name":"tomStyleDisplay","features":[626]},{"name":"tomStyleDisplayCramped","features":[626]},{"name":"tomStyleScript","features":[626]},{"name":"tomStyleScriptCramped","features":[626]},{"name":"tomStyleScriptScript","features":[626]},{"name":"tomStyleScriptScriptCramped","features":[626]},{"name":"tomStyleText","features":[626]},{"name":"tomStyleTextCramped","features":[626]},{"name":"tomSubSup","features":[626]},{"name":"tomSubSupAlign","features":[626]},{"name":"tomSubscript","features":[626]},{"name":"tomSubscriptCF","features":[626]},{"name":"tomSuperscript","features":[626]},{"name":"tomSuperscriptCF","features":[626]},{"name":"tomSuspend","features":[626]},{"name":"tomSylotiNagri","features":[626]},{"name":"tomSymbol","features":[626]},{"name":"tomSyriac","features":[626]},{"name":"tomTabBack","features":[626]},{"name":"tomTabHere","features":[626]},{"name":"tomTabNext","features":[626]},{"name":"tomTable","features":[626]},{"name":"tomTableColumn","features":[626]},{"name":"tomTaiLe","features":[626]},{"name":"tomTamil","features":[626]},{"name":"tomTelugu","features":[626]},{"name":"tomText","features":[626]},{"name":"tomTextFlowES","features":[626]},{"name":"tomTextFlowMask","features":[626]},{"name":"tomTextFlowNE","features":[626]},{"name":"tomTextFlowSW","features":[626]},{"name":"tomTextFlowWN","features":[626]},{"name":"tomTextFrameStory","features":[626]},{"name":"tomTextize","features":[626]},{"name":"tomThaana","features":[626]},{"name":"tomThai","features":[626]},{"name":"tomThick","features":[626]},{"name":"tomThickDash","features":[626]},{"name":"tomThickDashDot","features":[626]},{"name":"tomThickDashDotDot","features":[626]},{"name":"tomThickDotted","features":[626]},{"name":"tomThickLines","features":[626]},{"name":"tomThickLongDash","features":[626]},{"name":"tomTibetan","features":[626]},{"name":"tomTifinagh","features":[626]},{"name":"tomTitleCase","features":[626]},{"name":"tomToggle","features":[626]},{"name":"tomToggleCase","features":[626]},{"name":"tomTrackParms","features":[626]},{"name":"tomTransform","features":[626]},{"name":"tomTranslateTableCell","features":[626]},{"name":"tomTransparentForPositioning","features":[626]},{"name":"tomTransparentForSpacing","features":[626]},{"name":"tomTrue","features":[626]},{"name":"tomTruncateExisting","features":[626]},{"name":"tomTurkish","features":[626]},{"name":"tomUndefined","features":[626]},{"name":"tomUnderbar","features":[626]},{"name":"tomUnderline","features":[626]},{"name":"tomUnderlinePositionAbove","features":[626]},{"name":"tomUnderlinePositionAuto","features":[626]},{"name":"tomUnderlinePositionBelow","features":[626]},{"name":"tomUnderlinePositionMax","features":[626]},{"name":"tomUndoLimit","features":[626]},{"name":"tomUnhide","features":[626]},{"name":"tomUnicodeBiDi","features":[626]},{"name":"tomUnknownStory","features":[626]},{"name":"tomUnlink","features":[626]},{"name":"tomUpperCase","features":[626]},{"name":"tomUpperLimit","features":[626]},{"name":"tomUpperLimitAsSuperScript","features":[626]},{"name":"tomUseAtFont","features":[626]},{"name":"tomUseCRLF","features":[626]},{"name":"tomUsePoints","features":[626]},{"name":"tomUseTwips","features":[626]},{"name":"tomUsymbol","features":[626]},{"name":"tomVLowCell","features":[626]},{"name":"tomVTopCell","features":[626]},{"name":"tomVai","features":[626]},{"name":"tomVietnamese","features":[626]},{"name":"tomWarichu","features":[626]},{"name":"tomWave","features":[626]},{"name":"tomWindow","features":[626]},{"name":"tomWipeDown","features":[626]},{"name":"tomWipeRight","features":[626]},{"name":"tomWord","features":[626]},{"name":"tomWordDocument","features":[626]},{"name":"tomWords","features":[626]},{"name":"tomYi","features":[626]},{"name":"yHeightCharPtsMost","features":[626]}],"662":[{"name":"AdjustWindowRectExForDpi","features":[305,627,374]},{"name":"AreDpiAwarenessContextsEqual","features":[305,627]},{"name":"DCDC_DEFAULT","features":[627]},{"name":"DCDC_DISABLE_FONT_UPDATE","features":[627]},{"name":"DCDC_DISABLE_RELAYOUT","features":[627]},{"name":"DDC_DEFAULT","features":[627]},{"name":"DDC_DISABLE_ALL","features":[627]},{"name":"DDC_DISABLE_CONTROL_RELAYOUT","features":[627]},{"name":"DDC_DISABLE_RESIZE","features":[627]},{"name":"DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS","features":[627]},{"name":"DIALOG_DPI_CHANGE_BEHAVIORS","features":[627]},{"name":"DPI_AWARENESS","features":[627]},{"name":"DPI_AWARENESS_CONTEXT","features":[627]},{"name":"DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE","features":[627]},{"name":"DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2","features":[627]},{"name":"DPI_AWARENESS_CONTEXT_SYSTEM_AWARE","features":[627]},{"name":"DPI_AWARENESS_CONTEXT_UNAWARE","features":[627]},{"name":"DPI_AWARENESS_CONTEXT_UNAWARE_GDISCALED","features":[627]},{"name":"DPI_AWARENESS_INVALID","features":[627]},{"name":"DPI_AWARENESS_PER_MONITOR_AWARE","features":[627]},{"name":"DPI_AWARENESS_SYSTEM_AWARE","features":[627]},{"name":"DPI_AWARENESS_UNAWARE","features":[627]},{"name":"DPI_HOSTING_BEHAVIOR","features":[627]},{"name":"DPI_HOSTING_BEHAVIOR_DEFAULT","features":[627]},{"name":"DPI_HOSTING_BEHAVIOR_INVALID","features":[627]},{"name":"DPI_HOSTING_BEHAVIOR_MIXED","features":[627]},{"name":"EnableNonClientDpiScaling","features":[305,627]},{"name":"GetAwarenessFromDpiAwarenessContext","features":[627]},{"name":"GetDialogControlDpiChangeBehavior","features":[305,627]},{"name":"GetDialogDpiChangeBehavior","features":[305,627]},{"name":"GetDpiAwarenessContextForProcess","features":[305,627]},{"name":"GetDpiForMonitor","features":[317,627]},{"name":"GetDpiForSystem","features":[627]},{"name":"GetDpiForWindow","features":[305,627]},{"name":"GetDpiFromDpiAwarenessContext","features":[627]},{"name":"GetProcessDpiAwareness","features":[305,627]},{"name":"GetSystemDpiForProcess","features":[305,627]},{"name":"GetSystemMetricsForDpi","features":[627,374]},{"name":"GetThreadDpiAwarenessContext","features":[627]},{"name":"GetThreadDpiHostingBehavior","features":[627]},{"name":"GetWindowDpiAwarenessContext","features":[305,627]},{"name":"GetWindowDpiHostingBehavior","features":[305,627]},{"name":"IsValidDpiAwarenessContext","features":[305,627]},{"name":"LogicalToPhysicalPointForPerMonitorDPI","features":[305,627]},{"name":"MDT_ANGULAR_DPI","features":[627]},{"name":"MDT_DEFAULT","features":[627]},{"name":"MDT_EFFECTIVE_DPI","features":[627]},{"name":"MDT_RAW_DPI","features":[627]},{"name":"MONITOR_DPI_TYPE","features":[627]},{"name":"OpenThemeDataForDpi","features":[305,357,627]},{"name":"PROCESS_DPI_AWARENESS","features":[627]},{"name":"PROCESS_DPI_UNAWARE","features":[627]},{"name":"PROCESS_PER_MONITOR_DPI_AWARE","features":[627]},{"name":"PROCESS_SYSTEM_DPI_AWARE","features":[627]},{"name":"PhysicalToLogicalPointForPerMonitorDPI","features":[305,627]},{"name":"SetDialogControlDpiChangeBehavior","features":[305,627]},{"name":"SetDialogDpiChangeBehavior","features":[305,627]},{"name":"SetProcessDpiAwareness","features":[627]},{"name":"SetProcessDpiAwarenessContext","features":[305,627]},{"name":"SetThreadDpiAwarenessContext","features":[627]},{"name":"SetThreadDpiHostingBehavior","features":[627]},{"name":"SystemParametersInfoForDpi","features":[305,627]}],"663":[{"name":"DefRawInputProc","features":[305,628]},{"name":"GetCIMSSM","features":[305,628]},{"name":"GetCurrentInputMessageSource","features":[305,628]},{"name":"GetRawInputBuffer","features":[305,628]},{"name":"GetRawInputData","features":[628]},{"name":"GetRawInputDeviceInfoA","features":[305,628]},{"name":"GetRawInputDeviceInfoW","features":[305,628]},{"name":"GetRawInputDeviceList","features":[305,628]},{"name":"GetRegisteredRawInputDevices","features":[305,628]},{"name":"HRAWINPUT","features":[628]},{"name":"IMDT_KEYBOARD","features":[628]},{"name":"IMDT_MOUSE","features":[628]},{"name":"IMDT_PEN","features":[628]},{"name":"IMDT_TOUCH","features":[628]},{"name":"IMDT_TOUCHPAD","features":[628]},{"name":"IMDT_UNAVAILABLE","features":[628]},{"name":"IMO_HARDWARE","features":[628]},{"name":"IMO_INJECTED","features":[628]},{"name":"IMO_SYSTEM","features":[628]},{"name":"IMO_UNAVAILABLE","features":[628]},{"name":"INPUT_MESSAGE_DEVICE_TYPE","features":[628]},{"name":"INPUT_MESSAGE_ORIGIN_ID","features":[628]},{"name":"INPUT_MESSAGE_SOURCE","features":[628]},{"name":"MOUSE_ATTRIBUTES_CHANGED","features":[628]},{"name":"MOUSE_MOVE_ABSOLUTE","features":[628]},{"name":"MOUSE_MOVE_NOCOALESCE","features":[628]},{"name":"MOUSE_MOVE_RELATIVE","features":[628]},{"name":"MOUSE_STATE","features":[628]},{"name":"MOUSE_VIRTUAL_DESKTOP","features":[628]},{"name":"RAWHID","features":[628]},{"name":"RAWINPUT","features":[305,628]},{"name":"RAWINPUTDEVICE","features":[305,628]},{"name":"RAWINPUTDEVICELIST","features":[305,628]},{"name":"RAWINPUTDEVICE_FLAGS","features":[628]},{"name":"RAWINPUTHEADER","features":[305,628]},{"name":"RAWKEYBOARD","features":[628]},{"name":"RAWMOUSE","features":[628]},{"name":"RAW_INPUT_DATA_COMMAND_FLAGS","features":[628]},{"name":"RAW_INPUT_DEVICE_INFO_COMMAND","features":[628]},{"name":"RIDEV_APPKEYS","features":[628]},{"name":"RIDEV_CAPTUREMOUSE","features":[628]},{"name":"RIDEV_DEVNOTIFY","features":[628]},{"name":"RIDEV_EXCLUDE","features":[628]},{"name":"RIDEV_EXINPUTSINK","features":[628]},{"name":"RIDEV_INPUTSINK","features":[628]},{"name":"RIDEV_NOHOTKEYS","features":[628]},{"name":"RIDEV_NOLEGACY","features":[628]},{"name":"RIDEV_PAGEONLY","features":[628]},{"name":"RIDEV_REMOVE","features":[628]},{"name":"RIDI_DEVICEINFO","features":[628]},{"name":"RIDI_DEVICENAME","features":[628]},{"name":"RIDI_PREPARSEDDATA","features":[628]},{"name":"RID_DEVICE_INFO","features":[305,628]},{"name":"RID_DEVICE_INFO_HID","features":[628]},{"name":"RID_DEVICE_INFO_KEYBOARD","features":[628]},{"name":"RID_DEVICE_INFO_MOUSE","features":[305,628]},{"name":"RID_DEVICE_INFO_TYPE","features":[628]},{"name":"RID_HEADER","features":[628]},{"name":"RID_INPUT","features":[628]},{"name":"RIM_TYPEHID","features":[628]},{"name":"RIM_TYPEKEYBOARD","features":[628]},{"name":"RIM_TYPEMOUSE","features":[628]},{"name":"RegisterRawInputDevices","features":[305,628]}],"664":[{"name":"APPLETIDLIST","features":[629]},{"name":"APPLYCANDEXPARAM","features":[629]},{"name":"ATTR_CONVERTED","features":[629]},{"name":"ATTR_FIXEDCONVERTED","features":[629]},{"name":"ATTR_INPUT","features":[629]},{"name":"ATTR_INPUT_ERROR","features":[629]},{"name":"ATTR_TARGET_CONVERTED","features":[629]},{"name":"ATTR_TARGET_NOTCONVERTED","features":[629]},{"name":"CANDIDATEFORM","features":[305,629]},{"name":"CANDIDATEINFO","features":[629]},{"name":"CANDIDATELIST","features":[629]},{"name":"CATID_MSIME_IImePadApplet","features":[629]},{"name":"CATID_MSIME_IImePadApplet1000","features":[629]},{"name":"CATID_MSIME_IImePadApplet1200","features":[629]},{"name":"CATID_MSIME_IImePadApplet900","features":[629]},{"name":"CATID_MSIME_IImePadApplet_VER7","features":[629]},{"name":"CATID_MSIME_IImePadApplet_VER80","features":[629]},{"name":"CATID_MSIME_IImePadApplet_VER81","features":[629]},{"name":"CActiveIMM","features":[629]},{"name":"CFS_CANDIDATEPOS","features":[629]},{"name":"CFS_DEFAULT","features":[629]},{"name":"CFS_EXCLUDE","features":[629]},{"name":"CFS_FORCE_POSITION","features":[629]},{"name":"CFS_POINT","features":[629]},{"name":"CFS_RECT","features":[629]},{"name":"CHARINFO_APPLETID_MASK","features":[629]},{"name":"CHARINFO_CHARID_MASK","features":[629]},{"name":"CHARINFO_FEID_MASK","features":[629]},{"name":"CLSID_ImePlugInDictDictionaryList_CHS","features":[629]},{"name":"CLSID_ImePlugInDictDictionaryList_JPN","features":[629]},{"name":"CLSID_VERSION_DEPENDENT_MSIME_JAPANESE","features":[629]},{"name":"COMPOSITIONFORM","features":[305,629]},{"name":"COMPOSITIONSTRING","features":[629]},{"name":"CPS_CANCEL","features":[629]},{"name":"CPS_COMPLETE","features":[629]},{"name":"CPS_CONVERT","features":[629]},{"name":"CPS_REVERT","features":[629]},{"name":"CS_INSERTCHAR","features":[629]},{"name":"CS_NOMOVECARET","features":[629]},{"name":"E_LARGEINPUT","features":[629]},{"name":"E_NOCAND","features":[629]},{"name":"E_NOTENOUGH_BUFFER","features":[629]},{"name":"E_NOTENOUGH_WDD","features":[629]},{"name":"FEID_CHINESE_HONGKONG","features":[629]},{"name":"FEID_CHINESE_SIMPLIFIED","features":[629]},{"name":"FEID_CHINESE_SINGAPORE","features":[629]},{"name":"FEID_CHINESE_TRADITIONAL","features":[629]},{"name":"FEID_JAPANESE","features":[629]},{"name":"FEID_KOREAN","features":[629]},{"name":"FEID_KOREAN_JOHAB","features":[629]},{"name":"FEID_NONE","features":[629]},{"name":"FELANG_CLMN_FIXD","features":[629]},{"name":"FELANG_CLMN_FIXR","features":[629]},{"name":"FELANG_CLMN_NOPBREAK","features":[629]},{"name":"FELANG_CLMN_NOWBREAK","features":[629]},{"name":"FELANG_CLMN_PBREAK","features":[629]},{"name":"FELANG_CLMN_WBREAK","features":[629]},{"name":"FELANG_CMODE_AUTOMATIC","features":[629]},{"name":"FELANG_CMODE_BESTFIRST","features":[629]},{"name":"FELANG_CMODE_BOPOMOFO","features":[629]},{"name":"FELANG_CMODE_CONVERSATION","features":[629]},{"name":"FELANG_CMODE_FULLWIDTHOUT","features":[629]},{"name":"FELANG_CMODE_HALFWIDTHOUT","features":[629]},{"name":"FELANG_CMODE_HANGUL","features":[629]},{"name":"FELANG_CMODE_HIRAGANAOUT","features":[629]},{"name":"FELANG_CMODE_KATAKANAOUT","features":[629]},{"name":"FELANG_CMODE_MERGECAND","features":[629]},{"name":"FELANG_CMODE_MONORUBY","features":[629]},{"name":"FELANG_CMODE_NAME","features":[629]},{"name":"FELANG_CMODE_NOINVISIBLECHAR","features":[629]},{"name":"FELANG_CMODE_NONE","features":[629]},{"name":"FELANG_CMODE_NOPRUNING","features":[629]},{"name":"FELANG_CMODE_PHRASEPREDICT","features":[629]},{"name":"FELANG_CMODE_PINYIN","features":[629]},{"name":"FELANG_CMODE_PLAURALCLAUSE","features":[629]},{"name":"FELANG_CMODE_PRECONV","features":[629]},{"name":"FELANG_CMODE_RADICAL","features":[629]},{"name":"FELANG_CMODE_ROMAN","features":[629]},{"name":"FELANG_CMODE_SINGLECONVERT","features":[629]},{"name":"FELANG_CMODE_UNKNOWNREADING","features":[629]},{"name":"FELANG_CMODE_USENOREVWORDS","features":[629]},{"name":"FELANG_INVALD_PO","features":[629]},{"name":"FELANG_REQ_CONV","features":[629]},{"name":"FELANG_REQ_RECONV","features":[629]},{"name":"FELANG_REQ_REV","features":[629]},{"name":"FID_MSIME_KMS_DEL_KEYLIST","features":[629]},{"name":"FID_MSIME_KMS_FUNCDESC","features":[629]},{"name":"FID_MSIME_KMS_GETMAP","features":[629]},{"name":"FID_MSIME_KMS_GETMAPFAST","features":[629]},{"name":"FID_MSIME_KMS_GETMAPSEAMLESS","features":[629]},{"name":"FID_MSIME_KMS_INIT","features":[629]},{"name":"FID_MSIME_KMS_INVOKE","features":[629]},{"name":"FID_MSIME_KMS_NOTIFY","features":[629]},{"name":"FID_MSIME_KMS_SETMAP","features":[629]},{"name":"FID_MSIME_KMS_TERM","features":[629]},{"name":"FID_MSIME_KMS_VERSION","features":[629]},{"name":"FID_MSIME_VERSION","features":[629]},{"name":"FID_RECONVERT_VERSION","features":[629]},{"name":"GCL_CONVERSION","features":[629]},{"name":"GCL_REVERSECONVERSION","features":[629]},{"name":"GCL_REVERSE_LENGTH","features":[629]},{"name":"GCSEX_CANCELRECONVERT","features":[629]},{"name":"GCS_COMPATTR","features":[629]},{"name":"GCS_COMPCLAUSE","features":[629]},{"name":"GCS_COMPREADATTR","features":[629]},{"name":"GCS_COMPREADCLAUSE","features":[629]},{"name":"GCS_COMPREADSTR","features":[629]},{"name":"GCS_COMPSTR","features":[629]},{"name":"GCS_CURSORPOS","features":[629]},{"name":"GCS_DELTASTART","features":[629]},{"name":"GCS_RESULTCLAUSE","features":[629]},{"name":"GCS_RESULTREADCLAUSE","features":[629]},{"name":"GCS_RESULTREADSTR","features":[629]},{"name":"GCS_RESULTSTR","features":[629]},{"name":"GET_CONVERSION_LIST_FLAG","features":[629]},{"name":"GET_GUIDE_LINE_TYPE","features":[629]},{"name":"GGL_INDEX","features":[629]},{"name":"GGL_LEVEL","features":[629]},{"name":"GGL_PRIVATE","features":[629]},{"name":"GGL_STRING","features":[629]},{"name":"GL_ID_CANNOTSAVE","features":[629]},{"name":"GL_ID_CHOOSECANDIDATE","features":[629]},{"name":"GL_ID_INPUTCODE","features":[629]},{"name":"GL_ID_INPUTRADICAL","features":[629]},{"name":"GL_ID_INPUTREADING","features":[629]},{"name":"GL_ID_INPUTSYMBOL","features":[629]},{"name":"GL_ID_NOCONVERT","features":[629]},{"name":"GL_ID_NODICTIONARY","features":[629]},{"name":"GL_ID_NOMODULE","features":[629]},{"name":"GL_ID_PRIVATE_FIRST","features":[629]},{"name":"GL_ID_PRIVATE_LAST","features":[629]},{"name":"GL_ID_READINGCONFLICT","features":[629]},{"name":"GL_ID_REVERSECONVERSION","features":[629]},{"name":"GL_ID_TOOMANYSTROKE","features":[629]},{"name":"GL_ID_TYPINGERROR","features":[629]},{"name":"GL_ID_UNKNOWN","features":[629]},{"name":"GL_LEVEL_ERROR","features":[629]},{"name":"GL_LEVEL_FATAL","features":[629]},{"name":"GL_LEVEL_INFORMATION","features":[629]},{"name":"GL_LEVEL_NOGUIDELINE","features":[629]},{"name":"GL_LEVEL_WARNING","features":[629]},{"name":"GUIDELINE","features":[629]},{"name":"HIMC","features":[629]},{"name":"HIMCC","features":[629]},{"name":"IACE_CHILDREN","features":[629]},{"name":"IACE_DEFAULT","features":[629]},{"name":"IACE_IGNORENOCONTEXT","features":[629]},{"name":"IActiveIME","features":[629]},{"name":"IActiveIME2","features":[629]},{"name":"IActiveIMMApp","features":[629]},{"name":"IActiveIMMIME","features":[629]},{"name":"IActiveIMMMessagePumpOwner","features":[629]},{"name":"IActiveIMMRegistrar","features":[629]},{"name":"IEnumInputContext","features":[629]},{"name":"IEnumRegisterWordA","features":[629]},{"name":"IEnumRegisterWordW","features":[629]},{"name":"IFEC_S_ALREADY_DEFAULT","features":[629]},{"name":"IFEClassFactory","features":[358,629]},{"name":"IFECommon","features":[629]},{"name":"IFED_ACTIVE_DICT","features":[629]},{"name":"IFED_ATOK10","features":[629]},{"name":"IFED_ATOK9","features":[629]},{"name":"IFED_E_INVALID_FORMAT","features":[629]},{"name":"IFED_E_NOT_FOUND","features":[629]},{"name":"IFED_E_NOT_SUPPORTED","features":[629]},{"name":"IFED_E_NOT_USER_DIC","features":[629]},{"name":"IFED_E_NO_ENTRY","features":[629]},{"name":"IFED_E_OPEN_FAILED","features":[629]},{"name":"IFED_E_REGISTER_DISCONNECTED","features":[629]},{"name":"IFED_E_REGISTER_FAILED","features":[629]},{"name":"IFED_E_REGISTER_ILLEGAL_POS","features":[629]},{"name":"IFED_E_REGISTER_IMPROPER_WORD","features":[629]},{"name":"IFED_E_USER_COMMENT","features":[629]},{"name":"IFED_E_WRITE_FAILED","features":[629]},{"name":"IFED_MSIME2_BIN_SYSTEM","features":[629]},{"name":"IFED_MSIME2_BIN_USER","features":[629]},{"name":"IFED_MSIME2_TEXT_USER","features":[629]},{"name":"IFED_MSIME95_BIN_SYSTEM","features":[629]},{"name":"IFED_MSIME95_BIN_USER","features":[629]},{"name":"IFED_MSIME95_TEXT_USER","features":[629]},{"name":"IFED_MSIME97_BIN_SYSTEM","features":[629]},{"name":"IFED_MSIME97_BIN_USER","features":[629]},{"name":"IFED_MSIME97_TEXT_USER","features":[629]},{"name":"IFED_MSIME98_BIN_SYSTEM","features":[629]},{"name":"IFED_MSIME98_BIN_USER","features":[629]},{"name":"IFED_MSIME98_SYSTEM_CE","features":[629]},{"name":"IFED_MSIME98_TEXT_USER","features":[629]},{"name":"IFED_MSIME_BIN_SYSTEM","features":[629]},{"name":"IFED_MSIME_BIN_USER","features":[629]},{"name":"IFED_MSIME_TEXT_USER","features":[629]},{"name":"IFED_NEC_AI_","features":[629]},{"name":"IFED_PIME2_BIN_STANDARD_SYSTEM","features":[629]},{"name":"IFED_PIME2_BIN_SYSTEM","features":[629]},{"name":"IFED_PIME2_BIN_USER","features":[629]},{"name":"IFED_POS_ADJECTIVE","features":[629]},{"name":"IFED_POS_ADJECTIVE_VERB","features":[629]},{"name":"IFED_POS_ADNOUN","features":[629]},{"name":"IFED_POS_ADVERB","features":[629]},{"name":"IFED_POS_AFFIX","features":[629]},{"name":"IFED_POS_ALL","features":[629]},{"name":"IFED_POS_AUXILIARY_VERB","features":[629]},{"name":"IFED_POS_CONJUNCTION","features":[629]},{"name":"IFED_POS_DEPENDENT","features":[629]},{"name":"IFED_POS_IDIOMS","features":[629]},{"name":"IFED_POS_INDEPENDENT","features":[629]},{"name":"IFED_POS_INFLECTIONALSUFFIX","features":[629]},{"name":"IFED_POS_INTERJECTION","features":[629]},{"name":"IFED_POS_NONE","features":[629]},{"name":"IFED_POS_NOUN","features":[629]},{"name":"IFED_POS_PARTICLE","features":[629]},{"name":"IFED_POS_PREFIX","features":[629]},{"name":"IFED_POS_SUB_VERB","features":[629]},{"name":"IFED_POS_SUFFIX","features":[629]},{"name":"IFED_POS_SYMBOLS","features":[629]},{"name":"IFED_POS_TANKANJI","features":[629]},{"name":"IFED_POS_VERB","features":[629]},{"name":"IFED_REG_ALL","features":[629]},{"name":"IFED_REG_AUTO","features":[629]},{"name":"IFED_REG_DEL","features":[629]},{"name":"IFED_REG_GRAMMAR","features":[629]},{"name":"IFED_REG_HEAD","features":[629]},{"name":"IFED_REG_NONE","features":[629]},{"name":"IFED_REG_TAIL","features":[629]},{"name":"IFED_REG_USER","features":[629]},{"name":"IFED_REL_ALL","features":[629]},{"name":"IFED_REL_DE","features":[629]},{"name":"IFED_REL_FUKU_YOUGEN","features":[629]},{"name":"IFED_REL_GA","features":[629]},{"name":"IFED_REL_HE","features":[629]},{"name":"IFED_REL_IDEOM","features":[629]},{"name":"IFED_REL_KARA","features":[629]},{"name":"IFED_REL_KEIDOU1_YOUGEN","features":[629]},{"name":"IFED_REL_KEIDOU2_YOUGEN","features":[629]},{"name":"IFED_REL_KEIYOU_TARU_YOUGEN","features":[629]},{"name":"IFED_REL_KEIYOU_TO_YOUGEN","features":[629]},{"name":"IFED_REL_KEIYOU_YOUGEN","features":[629]},{"name":"IFED_REL_MADE","features":[629]},{"name":"IFED_REL_NI","features":[629]},{"name":"IFED_REL_NO","features":[629]},{"name":"IFED_REL_NONE","features":[629]},{"name":"IFED_REL_RENSOU","features":[629]},{"name":"IFED_REL_RENTAI_MEI","features":[629]},{"name":"IFED_REL_TAIGEN","features":[629]},{"name":"IFED_REL_TO","features":[629]},{"name":"IFED_REL_UNKNOWN1","features":[629]},{"name":"IFED_REL_UNKNOWN2","features":[629]},{"name":"IFED_REL_WO","features":[629]},{"name":"IFED_REL_YORI","features":[629]},{"name":"IFED_REL_YOUGEN","features":[629]},{"name":"IFED_SELECT_ALL","features":[629]},{"name":"IFED_SELECT_COMMENT","features":[629]},{"name":"IFED_SELECT_DISPLAY","features":[629]},{"name":"IFED_SELECT_NONE","features":[629]},{"name":"IFED_SELECT_POS","features":[629]},{"name":"IFED_SELECT_READING","features":[629]},{"name":"IFED_S_COMMENT_CHANGED","features":[629]},{"name":"IFED_S_EMPTY_DICTIONARY","features":[629]},{"name":"IFED_S_MORE_ENTRIES","features":[629]},{"name":"IFED_S_WORD_EXISTS","features":[629]},{"name":"IFED_TYPE_ALL","features":[629]},{"name":"IFED_TYPE_ENGLISH","features":[629]},{"name":"IFED_TYPE_GENERAL","features":[629]},{"name":"IFED_TYPE_NAMEPLACE","features":[629]},{"name":"IFED_TYPE_NONE","features":[629]},{"name":"IFED_TYPE_REVERSE","features":[629]},{"name":"IFED_TYPE_SPEECH","features":[629]},{"name":"IFED_UCT_MAX","features":[629]},{"name":"IFED_UCT_NONE","features":[629]},{"name":"IFED_UCT_STRING_SJIS","features":[629]},{"name":"IFED_UCT_STRING_UNICODE","features":[629]},{"name":"IFED_UCT_USER_DEFINED","features":[629]},{"name":"IFED_UNKNOWN","features":[629]},{"name":"IFED_VJE_20","features":[629]},{"name":"IFED_WX_II","features":[629]},{"name":"IFED_WX_III","features":[629]},{"name":"IFEDictionary","features":[629]},{"name":"IFELanguage","features":[629]},{"name":"IGIMIF_RIGHTMENU","features":[629]},{"name":"IGIMII_CMODE","features":[629]},{"name":"IGIMII_CONFIGURE","features":[629]},{"name":"IGIMII_HELP","features":[629]},{"name":"IGIMII_INPUTTOOLS","features":[629]},{"name":"IGIMII_OTHER","features":[629]},{"name":"IGIMII_SMODE","features":[629]},{"name":"IGIMII_TOOLS","features":[629]},{"name":"IImePad","features":[629]},{"name":"IImePadApplet","features":[629]},{"name":"IImePlugInDictDictionaryList","features":[629]},{"name":"IImeSpecifyApplets","features":[629]},{"name":"IMCENUMPROC","features":[305,629]},{"name":"IMC_CLOSESTATUSWINDOW","features":[629]},{"name":"IMC_GETCANDIDATEPOS","features":[629]},{"name":"IMC_GETCOMPOSITIONFONT","features":[629]},{"name":"IMC_GETCOMPOSITIONWINDOW","features":[629]},{"name":"IMC_GETSOFTKBDFONT","features":[629]},{"name":"IMC_GETSOFTKBDPOS","features":[629]},{"name":"IMC_GETSOFTKBDSUBTYPE","features":[629]},{"name":"IMC_GETSTATUSWINDOWPOS","features":[629]},{"name":"IMC_OPENSTATUSWINDOW","features":[629]},{"name":"IMC_SETCANDIDATEPOS","features":[629]},{"name":"IMC_SETCOMPOSITIONFONT","features":[629]},{"name":"IMC_SETCOMPOSITIONWINDOW","features":[629]},{"name":"IMC_SETCONVERSIONMODE","features":[629]},{"name":"IMC_SETOPENSTATUS","features":[629]},{"name":"IMC_SETSENTENCEMODE","features":[629]},{"name":"IMC_SETSOFTKBDDATA","features":[629]},{"name":"IMC_SETSOFTKBDFONT","features":[629]},{"name":"IMC_SETSOFTKBDPOS","features":[629]},{"name":"IMC_SETSOFTKBDSUBTYPE","features":[629]},{"name":"IMC_SETSTATUSWINDOWPOS","features":[629]},{"name":"IMEAPPLETCFG","features":[305,629,374]},{"name":"IMEAPPLETUI","features":[305,629]},{"name":"IMECHARINFO","features":[629]},{"name":"IMECHARPOSITION","features":[305,629]},{"name":"IMECOMPOSITIONSTRINGINFO","features":[629]},{"name":"IMEDLG","features":[305,629]},{"name":"IMEDP","features":[629]},{"name":"IMEFAREASTINFO","features":[629]},{"name":"IMEFAREASTINFO_TYPE_COMMENT","features":[629]},{"name":"IMEFAREASTINFO_TYPE_COSTTIME","features":[629]},{"name":"IMEFAREASTINFO_TYPE_DEFAULT","features":[629]},{"name":"IMEFAREASTINFO_TYPE_READING","features":[629]},{"name":"IMEFMT","features":[629]},{"name":"IMEINFO","features":[629]},{"name":"IMEITEM","features":[629]},{"name":"IMEITEMCANDIDATE","features":[629]},{"name":"IMEKEYCTRLMASK_ALT","features":[629]},{"name":"IMEKEYCTRLMASK_CTRL","features":[629]},{"name":"IMEKEYCTRLMASK_SHIFT","features":[629]},{"name":"IMEKEYCTRL_DOWN","features":[629]},{"name":"IMEKEYCTRL_UP","features":[629]},{"name":"IMEKMS","features":[629]},{"name":"IMEKMSFUNCDESC","features":[629]},{"name":"IMEKMSINIT","features":[305,629]},{"name":"IMEKMSINVK","features":[629]},{"name":"IMEKMSKEY","features":[629]},{"name":"IMEKMSKMP","features":[629]},{"name":"IMEKMSNTFY","features":[305,629]},{"name":"IMEKMS_2NDLEVEL","features":[629]},{"name":"IMEKMS_CANDIDATE","features":[629]},{"name":"IMEKMS_COMPOSITION","features":[629]},{"name":"IMEKMS_IMEOFF","features":[629]},{"name":"IMEKMS_INPTGL","features":[629]},{"name":"IMEKMS_NOCOMPOSITION","features":[629]},{"name":"IMEKMS_SELECTION","features":[629]},{"name":"IMEKMS_TYPECAND","features":[629]},{"name":"IMEMENUITEMINFOA","features":[317,629]},{"name":"IMEMENUITEMINFOW","features":[317,629]},{"name":"IMEMENUITEM_STRING_SIZE","features":[629]},{"name":"IMEMOUSERET_NOTHANDLED","features":[629]},{"name":"IMEMOUSE_LDOWN","features":[629]},{"name":"IMEMOUSE_MDOWN","features":[629]},{"name":"IMEMOUSE_NONE","features":[629]},{"name":"IMEMOUSE_RDOWN","features":[629]},{"name":"IMEMOUSE_VERSION","features":[629]},{"name":"IMEMOUSE_WDOWN","features":[629]},{"name":"IMEMOUSE_WUP","features":[629]},{"name":"IMEPADCTRL_CARETBACKSPACE","features":[629]},{"name":"IMEPADCTRL_CARETBOTTOM","features":[629]},{"name":"IMEPADCTRL_CARETDELETE","features":[629]},{"name":"IMEPADCTRL_CARETLEFT","features":[629]},{"name":"IMEPADCTRL_CARETRIGHT","features":[629]},{"name":"IMEPADCTRL_CARETSET","features":[629]},{"name":"IMEPADCTRL_CARETTOP","features":[629]},{"name":"IMEPADCTRL_CLEARALL","features":[629]},{"name":"IMEPADCTRL_CONVERTALL","features":[629]},{"name":"IMEPADCTRL_DETERMINALL","features":[629]},{"name":"IMEPADCTRL_DETERMINCHAR","features":[629]},{"name":"IMEPADCTRL_INSERTFULLSPACE","features":[629]},{"name":"IMEPADCTRL_INSERTHALFSPACE","features":[629]},{"name":"IMEPADCTRL_INSERTSPACE","features":[629]},{"name":"IMEPADCTRL_OFFIME","features":[629]},{"name":"IMEPADCTRL_OFFPRECONVERSION","features":[629]},{"name":"IMEPADCTRL_ONIME","features":[629]},{"name":"IMEPADCTRL_ONPRECONVERSION","features":[629]},{"name":"IMEPADCTRL_PHONETICCANDIDATE","features":[629]},{"name":"IMEPADCTRL_PHRASEDELETE","features":[629]},{"name":"IMEPADREQ_CHANGESTRING","features":[629]},{"name":"IMEPADREQ_CHANGESTRINGCANDIDATEINFO","features":[629]},{"name":"IMEPADREQ_CHANGESTRINGINFO","features":[629]},{"name":"IMEPADREQ_DELETESTRING","features":[629]},{"name":"IMEPADREQ_FIRST","features":[629]},{"name":"IMEPADREQ_FORCEIMEPADWINDOWSHOW","features":[629]},{"name":"IMEPADREQ_GETAPPLETDATA","features":[629]},{"name":"IMEPADREQ_GETAPPLETUISTYLE","features":[629]},{"name":"IMEPADREQ_GETAPPLHWND","features":[629]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRING","features":[629]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRINGID","features":[629]},{"name":"IMEPADREQ_GETCOMPOSITIONSTRINGINFO","features":[629]},{"name":"IMEPADREQ_GETCONVERSIONSTATUS","features":[629]},{"name":"IMEPADREQ_GETCURRENTIMEINFO","features":[629]},{"name":"IMEPADREQ_GETCURRENTUILANGID","features":[629]},{"name":"IMEPADREQ_GETDEFAULTUILANGID","features":[629]},{"name":"IMEPADREQ_GETSELECTEDSTRING","features":[629]},{"name":"IMEPADREQ_GETVERSION","features":[629]},{"name":"IMEPADREQ_INSERTITEMCANDIDATE","features":[629]},{"name":"IMEPADREQ_INSERTSTRING","features":[629]},{"name":"IMEPADREQ_INSERTSTRINGCANDIDATE","features":[629]},{"name":"IMEPADREQ_INSERTSTRINGCANDIDATEINFO","features":[629]},{"name":"IMEPADREQ_INSERTSTRINGINFO","features":[629]},{"name":"IMEPADREQ_ISAPPLETACTIVE","features":[629]},{"name":"IMEPADREQ_ISIMEPADWINDOWVISIBLE","features":[629]},{"name":"IMEPADREQ_POSTMODALNOTIFY","features":[629]},{"name":"IMEPADREQ_SENDCONTROL","features":[629]},{"name":"IMEPADREQ_SENDKEYCONTROL","features":[629]},{"name":"IMEPADREQ_SETAPPLETDATA","features":[629]},{"name":"IMEPADREQ_SETAPPLETMINMAXSIZE","features":[629]},{"name":"IMEPADREQ_SETAPPLETSIZE","features":[629]},{"name":"IMEPADREQ_SETAPPLETUISTYLE","features":[629]},{"name":"IMEPADREQ_SETTITLEFONT","features":[629]},{"name":"IMEPN_ACTIVATE","features":[629]},{"name":"IMEPN_APPLYCAND","features":[629]},{"name":"IMEPN_APPLYCANDEX","features":[629]},{"name":"IMEPN_CONFIG","features":[629]},{"name":"IMEPN_FIRST","features":[629]},{"name":"IMEPN_HELP","features":[629]},{"name":"IMEPN_HIDE","features":[629]},{"name":"IMEPN_INACTIVATE","features":[629]},{"name":"IMEPN_QUERYCAND","features":[629]},{"name":"IMEPN_SETTINGCHANGED","features":[629]},{"name":"IMEPN_SHOW","features":[629]},{"name":"IMEPN_SIZECHANGED","features":[629]},{"name":"IMEPN_SIZECHANGING","features":[629]},{"name":"IMEPN_USER","features":[629]},{"name":"IMEREG","features":[629]},{"name":"IMEREL","features":[629]},{"name":"IMESHF","features":[629]},{"name":"IMESTRINGCANDIDATE","features":[629]},{"name":"IMESTRINGCANDIDATEINFO","features":[629]},{"name":"IMESTRINGINFO","features":[629]},{"name":"IMEUCT","features":[629]},{"name":"IMEVER_0310","features":[629]},{"name":"IMEVER_0400","features":[629]},{"name":"IMEWRD","features":[629]},{"name":"IME_CAND_CODE","features":[629]},{"name":"IME_CAND_MEANING","features":[629]},{"name":"IME_CAND_RADICAL","features":[629]},{"name":"IME_CAND_READ","features":[629]},{"name":"IME_CAND_STROKE","features":[629]},{"name":"IME_CAND_UNKNOWN","features":[629]},{"name":"IME_CHOTKEY_IME_NONIME_TOGGLE","features":[629]},{"name":"IME_CHOTKEY_SHAPE_TOGGLE","features":[629]},{"name":"IME_CHOTKEY_SYMBOL_TOGGLE","features":[629]},{"name":"IME_CMODE_ALPHANUMERIC","features":[629]},{"name":"IME_CMODE_CHARCODE","features":[629]},{"name":"IME_CMODE_CHINESE","features":[629]},{"name":"IME_CMODE_EUDC","features":[629]},{"name":"IME_CMODE_FIXED","features":[629]},{"name":"IME_CMODE_FULLSHAPE","features":[629]},{"name":"IME_CMODE_HANGEUL","features":[629]},{"name":"IME_CMODE_HANGUL","features":[629]},{"name":"IME_CMODE_HANJACONVERT","features":[629]},{"name":"IME_CMODE_JAPANESE","features":[629]},{"name":"IME_CMODE_KATAKANA","features":[629]},{"name":"IME_CMODE_LANGUAGE","features":[629]},{"name":"IME_CMODE_NATIVE","features":[629]},{"name":"IME_CMODE_NATIVESYMBOL","features":[629]},{"name":"IME_CMODE_NOCONVERSION","features":[629]},{"name":"IME_CMODE_RESERVED","features":[629]},{"name":"IME_CMODE_ROMAN","features":[629]},{"name":"IME_CMODE_SOFTKBD","features":[629]},{"name":"IME_CMODE_SYMBOL","features":[629]},{"name":"IME_COMPOSITION_STRING","features":[629]},{"name":"IME_CONFIG_GENERAL","features":[629]},{"name":"IME_CONFIG_REGISTERWORD","features":[629]},{"name":"IME_CONFIG_SELECTDICTIONARY","features":[629]},{"name":"IME_CONVERSION_MODE","features":[629]},{"name":"IME_ESCAPE","features":[629]},{"name":"IME_ESC_AUTOMATA","features":[629]},{"name":"IME_ESC_GETHELPFILENAME","features":[629]},{"name":"IME_ESC_GET_EUDC_DICTIONARY","features":[629]},{"name":"IME_ESC_HANJA_MODE","features":[629]},{"name":"IME_ESC_IME_NAME","features":[629]},{"name":"IME_ESC_MAX_KEY","features":[629]},{"name":"IME_ESC_PRIVATE_FIRST","features":[629]},{"name":"IME_ESC_PRIVATE_HOTKEY","features":[629]},{"name":"IME_ESC_PRIVATE_LAST","features":[629]},{"name":"IME_ESC_QUERY_SUPPORT","features":[629]},{"name":"IME_ESC_RESERVED_FIRST","features":[629]},{"name":"IME_ESC_RESERVED_LAST","features":[629]},{"name":"IME_ESC_SEQUENCE_TO_INTERNAL","features":[629]},{"name":"IME_ESC_SET_EUDC_DICTIONARY","features":[629]},{"name":"IME_ESC_STRING_BUFFER_SIZE","features":[629]},{"name":"IME_ESC_SYNC_HOTKEY","features":[629]},{"name":"IME_HOTKEY_DSWITCH_FIRST","features":[629]},{"name":"IME_HOTKEY_DSWITCH_LAST","features":[629]},{"name":"IME_HOTKEY_IDENTIFIER","features":[629]},{"name":"IME_HOTKEY_PRIVATE_FIRST","features":[629]},{"name":"IME_HOTKEY_PRIVATE_LAST","features":[629]},{"name":"IME_ITHOTKEY_PREVIOUS_COMPOSITION","features":[629]},{"name":"IME_ITHOTKEY_RECONVERTSTRING","features":[629]},{"name":"IME_ITHOTKEY_RESEND_RESULTSTR","features":[629]},{"name":"IME_ITHOTKEY_UISTYLE_TOGGLE","features":[629]},{"name":"IME_JHOTKEY_CLOSE_OPEN","features":[629]},{"name":"IME_KHOTKEY_ENGLISH","features":[629]},{"name":"IME_KHOTKEY_HANJACONVERT","features":[629]},{"name":"IME_KHOTKEY_SHAPE_TOGGLE","features":[629]},{"name":"IME_PAD_REQUEST_FLAGS","features":[629]},{"name":"IME_PROP_ACCEPT_WIDE_VKEY","features":[629]},{"name":"IME_PROP_AT_CARET","features":[629]},{"name":"IME_PROP_CANDLIST_START_FROM_1","features":[629]},{"name":"IME_PROP_COMPLETE_ON_UNSELECT","features":[629]},{"name":"IME_PROP_END_UNLOAD","features":[629]},{"name":"IME_PROP_IGNORE_UPKEYS","features":[629]},{"name":"IME_PROP_KBD_CHAR_FIRST","features":[629]},{"name":"IME_PROP_NEED_ALTKEY","features":[629]},{"name":"IME_PROP_NO_KEYS_ON_CLOSE","features":[629]},{"name":"IME_PROP_SPECIAL_UI","features":[629]},{"name":"IME_PROP_UNICODE","features":[629]},{"name":"IME_REGWORD_STYLE_EUDC","features":[629]},{"name":"IME_REGWORD_STYLE_USER_FIRST","features":[629]},{"name":"IME_REGWORD_STYLE_USER_LAST","features":[629]},{"name":"IME_SENTENCE_MODE","features":[629]},{"name":"IME_SMODE_AUTOMATIC","features":[629]},{"name":"IME_SMODE_CONVERSATION","features":[629]},{"name":"IME_SMODE_NONE","features":[629]},{"name":"IME_SMODE_PHRASEPREDICT","features":[629]},{"name":"IME_SMODE_PLAURALCLAUSE","features":[629]},{"name":"IME_SMODE_RESERVED","features":[629]},{"name":"IME_SMODE_SINGLECONVERT","features":[629]},{"name":"IME_SYSINFO_WINLOGON","features":[629]},{"name":"IME_THOTKEY_IME_NONIME_TOGGLE","features":[629]},{"name":"IME_THOTKEY_SHAPE_TOGGLE","features":[629]},{"name":"IME_THOTKEY_SYMBOL_TOGGLE","features":[629]},{"name":"IME_UI_CLASS_NAME_SIZE","features":[629]},{"name":"IMFT_RADIOCHECK","features":[629]},{"name":"IMFT_SEPARATOR","features":[629]},{"name":"IMFT_SUBMENU","features":[629]},{"name":"IMMGWLP_IMC","features":[629]},{"name":"IMMGWL_IMC","features":[629]},{"name":"IMM_ERROR_GENERAL","features":[629]},{"name":"IMM_ERROR_NODATA","features":[629]},{"name":"IMN_CHANGECANDIDATE","features":[629]},{"name":"IMN_CLOSECANDIDATE","features":[629]},{"name":"IMN_CLOSESTATUSWINDOW","features":[629]},{"name":"IMN_GUIDELINE","features":[629]},{"name":"IMN_OPENCANDIDATE","features":[629]},{"name":"IMN_OPENSTATUSWINDOW","features":[629]},{"name":"IMN_PRIVATE","features":[629]},{"name":"IMN_SETCANDIDATEPOS","features":[629]},{"name":"IMN_SETCOMPOSITIONFONT","features":[629]},{"name":"IMN_SETCOMPOSITIONWINDOW","features":[629]},{"name":"IMN_SETCONVERSIONMODE","features":[629]},{"name":"IMN_SETOPENSTATUS","features":[629]},{"name":"IMN_SETSENTENCEMODE","features":[629]},{"name":"IMN_SETSTATUSWINDOWPOS","features":[629]},{"name":"IMN_SOFTKBDDESTROYED","features":[629]},{"name":"IMR_CANDIDATEWINDOW","features":[629]},{"name":"IMR_COMPOSITIONFONT","features":[629]},{"name":"IMR_COMPOSITIONWINDOW","features":[629]},{"name":"IMR_CONFIRMRECONVERTSTRING","features":[629]},{"name":"IMR_DOCUMENTFEED","features":[629]},{"name":"IMR_QUERYCHARPOSITION","features":[629]},{"name":"IMR_RECONVERTSTRING","features":[629]},{"name":"INFOMASK_APPLY_CAND","features":[629]},{"name":"INFOMASK_APPLY_CAND_EX","features":[629]},{"name":"INFOMASK_BLOCK_CAND","features":[629]},{"name":"INFOMASK_HIDE_CAND","features":[629]},{"name":"INFOMASK_NONE","features":[629]},{"name":"INFOMASK_QUERY_CAND","features":[629]},{"name":"INFOMASK_STRING_FIX","features":[629]},{"name":"INIT_COMPFORM","features":[629]},{"name":"INIT_CONVERSION","features":[629]},{"name":"INIT_LOGFONT","features":[629]},{"name":"INIT_SENTENCE","features":[629]},{"name":"INIT_SOFTKBDPOS","features":[629]},{"name":"INIT_STATUSWNDPOS","features":[629]},{"name":"INPUTCONTEXT","features":[305,317,629]},{"name":"IPACFG_CATEGORY","features":[629]},{"name":"IPACFG_HELP","features":[629]},{"name":"IPACFG_LANG","features":[629]},{"name":"IPACFG_NONE","features":[629]},{"name":"IPACFG_PROPERTY","features":[629]},{"name":"IPACFG_TITLE","features":[629]},{"name":"IPACFG_TITLEFONTFACE","features":[629]},{"name":"IPACID_CHARLIST","features":[629]},{"name":"IPACID_EPWING","features":[629]},{"name":"IPACID_HANDWRITING","features":[629]},{"name":"IPACID_NONE","features":[629]},{"name":"IPACID_OCR","features":[629]},{"name":"IPACID_RADICALSEARCH","features":[629]},{"name":"IPACID_SOFTKEY","features":[629]},{"name":"IPACID_STROKESEARCH","features":[629]},{"name":"IPACID_SYMBOLSEARCH","features":[629]},{"name":"IPACID_USER","features":[629]},{"name":"IPACID_VOICE","features":[629]},{"name":"IPAWS_ENABLED","features":[629]},{"name":"IPAWS_HORIZONTALFIXED","features":[629]},{"name":"IPAWS_MAXHEIGHTFIXED","features":[629]},{"name":"IPAWS_MAXSIZEFIXED","features":[629]},{"name":"IPAWS_MAXWIDTHFIXED","features":[629]},{"name":"IPAWS_MINHEIGHTFIXED","features":[629]},{"name":"IPAWS_MINSIZEFIXED","features":[629]},{"name":"IPAWS_MINWIDTHFIXED","features":[629]},{"name":"IPAWS_SIZEFIXED","features":[629]},{"name":"IPAWS_SIZINGNOTIFY","features":[629]},{"name":"IPAWS_VERTICALFIXED","features":[629]},{"name":"ISC_SHOWUIALL","features":[629]},{"name":"ISC_SHOWUIALLCANDIDATEWINDOW","features":[629]},{"name":"ISC_SHOWUICANDIDATEWINDOW","features":[629]},{"name":"ISC_SHOWUICOMPOSITIONWINDOW","features":[629]},{"name":"ISC_SHOWUIGUIDELINE","features":[629]},{"name":"ImmAssociateContext","features":[305,629]},{"name":"ImmAssociateContextEx","features":[305,629]},{"name":"ImmConfigureIMEA","features":[305,629,630]},{"name":"ImmConfigureIMEW","features":[305,629,630]},{"name":"ImmCreateContext","features":[629]},{"name":"ImmCreateIMCC","features":[629]},{"name":"ImmCreateSoftKeyboard","features":[305,629]},{"name":"ImmDestroyContext","features":[305,629]},{"name":"ImmDestroyIMCC","features":[629]},{"name":"ImmDestroySoftKeyboard","features":[305,629]},{"name":"ImmDisableIME","features":[305,629]},{"name":"ImmDisableLegacyIME","features":[305,629]},{"name":"ImmDisableTextFrameService","features":[305,629]},{"name":"ImmEnumInputContext","features":[305,629]},{"name":"ImmEnumRegisterWordA","features":[629,630]},{"name":"ImmEnumRegisterWordW","features":[629,630]},{"name":"ImmEscapeA","features":[305,629,630]},{"name":"ImmEscapeW","features":[305,629,630]},{"name":"ImmGenerateMessage","features":[305,629]},{"name":"ImmGetCandidateListA","features":[629]},{"name":"ImmGetCandidateListCountA","features":[629]},{"name":"ImmGetCandidateListCountW","features":[629]},{"name":"ImmGetCandidateListW","features":[629]},{"name":"ImmGetCandidateWindow","features":[305,629]},{"name":"ImmGetCompositionFontA","features":[305,317,629]},{"name":"ImmGetCompositionFontW","features":[305,317,629]},{"name":"ImmGetCompositionStringA","features":[629]},{"name":"ImmGetCompositionStringW","features":[629]},{"name":"ImmGetCompositionWindow","features":[305,629]},{"name":"ImmGetContext","features":[305,629]},{"name":"ImmGetConversionListA","features":[629,630]},{"name":"ImmGetConversionListW","features":[629,630]},{"name":"ImmGetConversionStatus","features":[305,629]},{"name":"ImmGetDefaultIMEWnd","features":[305,629]},{"name":"ImmGetDescriptionA","features":[629,630]},{"name":"ImmGetDescriptionW","features":[629,630]},{"name":"ImmGetGuideLineA","features":[629]},{"name":"ImmGetGuideLineW","features":[629]},{"name":"ImmGetHotKey","features":[305,629,630]},{"name":"ImmGetIMCCLockCount","features":[629]},{"name":"ImmGetIMCCSize","features":[629]},{"name":"ImmGetIMCLockCount","features":[629]},{"name":"ImmGetIMEFileNameA","features":[629,630]},{"name":"ImmGetIMEFileNameW","features":[629,630]},{"name":"ImmGetImeMenuItemsA","features":[317,629]},{"name":"ImmGetImeMenuItemsW","features":[317,629]},{"name":"ImmGetOpenStatus","features":[305,629]},{"name":"ImmGetProperty","features":[629,630]},{"name":"ImmGetRegisterWordStyleA","features":[629,630]},{"name":"ImmGetRegisterWordStyleW","features":[629,630]},{"name":"ImmGetStatusWindowPos","features":[305,629]},{"name":"ImmGetVirtualKey","features":[305,629]},{"name":"ImmInstallIMEA","features":[629,630]},{"name":"ImmInstallIMEW","features":[629,630]},{"name":"ImmIsIME","features":[305,629,630]},{"name":"ImmIsUIMessageA","features":[305,629]},{"name":"ImmIsUIMessageW","features":[305,629]},{"name":"ImmLockIMC","features":[305,317,629]},{"name":"ImmLockIMCC","features":[629]},{"name":"ImmNotifyIME","features":[305,629]},{"name":"ImmReSizeIMCC","features":[629]},{"name":"ImmRegisterWordA","features":[305,629,630]},{"name":"ImmRegisterWordW","features":[305,629,630]},{"name":"ImmReleaseContext","features":[305,629]},{"name":"ImmRequestMessageA","features":[305,629]},{"name":"ImmRequestMessageW","features":[305,629]},{"name":"ImmSetCandidateWindow","features":[305,629]},{"name":"ImmSetCompositionFontA","features":[305,317,629]},{"name":"ImmSetCompositionFontW","features":[305,317,629]},{"name":"ImmSetCompositionStringA","features":[305,629]},{"name":"ImmSetCompositionStringW","features":[305,629]},{"name":"ImmSetCompositionWindow","features":[305,629]},{"name":"ImmSetConversionStatus","features":[305,629]},{"name":"ImmSetHotKey","features":[305,629,630]},{"name":"ImmSetOpenStatus","features":[305,629]},{"name":"ImmSetStatusWindowPos","features":[305,629]},{"name":"ImmShowSoftKeyboard","features":[305,629]},{"name":"ImmSimulateHotKey","features":[305,629]},{"name":"ImmUnlockIMC","features":[305,629]},{"name":"ImmUnlockIMCC","features":[305,629]},{"name":"ImmUnregisterWordA","features":[305,629,630]},{"name":"ImmUnregisterWordW","features":[305,629,630]},{"name":"JPOS_1DAN","features":[629]},{"name":"JPOS_4DAN_HA","features":[629]},{"name":"JPOS_5DAN_AWA","features":[629]},{"name":"JPOS_5DAN_AWAUON","features":[629]},{"name":"JPOS_5DAN_BA","features":[629]},{"name":"JPOS_5DAN_GA","features":[629]},{"name":"JPOS_5DAN_KA","features":[629]},{"name":"JPOS_5DAN_KASOKUON","features":[629]},{"name":"JPOS_5DAN_MA","features":[629]},{"name":"JPOS_5DAN_NA","features":[629]},{"name":"JPOS_5DAN_RA","features":[629]},{"name":"JPOS_5DAN_RAHEN","features":[629]},{"name":"JPOS_5DAN_SA","features":[629]},{"name":"JPOS_5DAN_TA","features":[629]},{"name":"JPOS_BUPPIN","features":[629]},{"name":"JPOS_CHIMEI","features":[629]},{"name":"JPOS_CHIMEI_EKI","features":[629]},{"name":"JPOS_CHIMEI_GUN","features":[629]},{"name":"JPOS_CHIMEI_KEN","features":[629]},{"name":"JPOS_CHIMEI_KU","features":[629]},{"name":"JPOS_CHIMEI_KUNI","features":[629]},{"name":"JPOS_CHIMEI_MACHI","features":[629]},{"name":"JPOS_CHIMEI_MURA","features":[629]},{"name":"JPOS_CHIMEI_SHI","features":[629]},{"name":"JPOS_CLOSEBRACE","features":[629]},{"name":"JPOS_DAIMEISHI","features":[629]},{"name":"JPOS_DAIMEISHI_NINSHOU","features":[629]},{"name":"JPOS_DAIMEISHI_SHIJI","features":[629]},{"name":"JPOS_DOKURITSUGO","features":[629]},{"name":"JPOS_EIJI","features":[629]},{"name":"JPOS_FUKUSHI","features":[629]},{"name":"JPOS_FUKUSHI_DA","features":[629]},{"name":"JPOS_FUKUSHI_NANO","features":[629]},{"name":"JPOS_FUKUSHI_NI","features":[629]},{"name":"JPOS_FUKUSHI_SAHEN","features":[629]},{"name":"JPOS_FUKUSHI_TO","features":[629]},{"name":"JPOS_FUKUSHI_TOSURU","features":[629]},{"name":"JPOS_FUTEIGO","features":[629]},{"name":"JPOS_HUKUSIMEISHI","features":[629]},{"name":"JPOS_JINMEI","features":[629]},{"name":"JPOS_JINMEI_MEI","features":[629]},{"name":"JPOS_JINMEI_SEI","features":[629]},{"name":"JPOS_KANDOUSHI","features":[629]},{"name":"JPOS_KANJI","features":[629]},{"name":"JPOS_KANYOUKU","features":[629]},{"name":"JPOS_KAZU","features":[629]},{"name":"JPOS_KAZU_SURYOU","features":[629]},{"name":"JPOS_KAZU_SUSHI","features":[629]},{"name":"JPOS_KEIDOU","features":[629]},{"name":"JPOS_KEIDOU_GARU","features":[629]},{"name":"JPOS_KEIDOU_NO","features":[629]},{"name":"JPOS_KEIDOU_TARU","features":[629]},{"name":"JPOS_KEIYOU","features":[629]},{"name":"JPOS_KEIYOU_GARU","features":[629]},{"name":"JPOS_KEIYOU_GE","features":[629]},{"name":"JPOS_KEIYOU_ME","features":[629]},{"name":"JPOS_KEIYOU_U","features":[629]},{"name":"JPOS_KEIYOU_YUU","features":[629]},{"name":"JPOS_KENCHIKU","features":[629]},{"name":"JPOS_KIGOU","features":[629]},{"name":"JPOS_KURU_KI","features":[629]},{"name":"JPOS_KURU_KITA","features":[629]},{"name":"JPOS_KURU_KITARA","features":[629]},{"name":"JPOS_KURU_KITARI","features":[629]},{"name":"JPOS_KURU_KITAROU","features":[629]},{"name":"JPOS_KURU_KITE","features":[629]},{"name":"JPOS_KURU_KO","features":[629]},{"name":"JPOS_KURU_KOI","features":[629]},{"name":"JPOS_KURU_KOYOU","features":[629]},{"name":"JPOS_KURU_KUREBA","features":[629]},{"name":"JPOS_KUTEN","features":[629]},{"name":"JPOS_MEISA_KEIDOU","features":[629]},{"name":"JPOS_MEISHI_FUTSU","features":[629]},{"name":"JPOS_MEISHI_KEIYOUDOUSHI","features":[629]},{"name":"JPOS_MEISHI_SAHEN","features":[629]},{"name":"JPOS_MEISHI_ZAHEN","features":[629]},{"name":"JPOS_OPENBRACE","features":[629]},{"name":"JPOS_RENTAISHI","features":[629]},{"name":"JPOS_RENTAISHI_SHIJI","features":[629]},{"name":"JPOS_RENYOU_SETSUBI","features":[629]},{"name":"JPOS_SETSUBI","features":[629]},{"name":"JPOS_SETSUBI_CHIMEI","features":[629]},{"name":"JPOS_SETSUBI_CHOU","features":[629]},{"name":"JPOS_SETSUBI_CHU","features":[629]},{"name":"JPOS_SETSUBI_DONO","features":[629]},{"name":"JPOS_SETSUBI_EKI","features":[629]},{"name":"JPOS_SETSUBI_FU","features":[629]},{"name":"JPOS_SETSUBI_FUKUSU","features":[629]},{"name":"JPOS_SETSUBI_GUN","features":[629]},{"name":"JPOS_SETSUBI_JIKAN","features":[629]},{"name":"JPOS_SETSUBI_JIKANPLUS","features":[629]},{"name":"JPOS_SETSUBI_JINMEI","features":[629]},{"name":"JPOS_SETSUBI_JOSUSHI","features":[629]},{"name":"JPOS_SETSUBI_JOSUSHIPLUS","features":[629]},{"name":"JPOS_SETSUBI_KA","features":[629]},{"name":"JPOS_SETSUBI_KATA","features":[629]},{"name":"JPOS_SETSUBI_KEN","features":[629]},{"name":"JPOS_SETSUBI_KENCHIKU","features":[629]},{"name":"JPOS_SETSUBI_KU","features":[629]},{"name":"JPOS_SETSUBI_KUN","features":[629]},{"name":"JPOS_SETSUBI_KUNI","features":[629]},{"name":"JPOS_SETSUBI_MACHI","features":[629]},{"name":"JPOS_SETSUBI_MEISHIRENDAKU","features":[629]},{"name":"JPOS_SETSUBI_MURA","features":[629]},{"name":"JPOS_SETSUBI_RA","features":[629]},{"name":"JPOS_SETSUBI_RYU","features":[629]},{"name":"JPOS_SETSUBI_SAMA","features":[629]},{"name":"JPOS_SETSUBI_SAN","features":[629]},{"name":"JPOS_SETSUBI_SEI","features":[629]},{"name":"JPOS_SETSUBI_SHAMEI","features":[629]},{"name":"JPOS_SETSUBI_SHI","features":[629]},{"name":"JPOS_SETSUBI_SON","features":[629]},{"name":"JPOS_SETSUBI_SONOTA","features":[629]},{"name":"JPOS_SETSUBI_SOSHIKI","features":[629]},{"name":"JPOS_SETSUBI_TACHI","features":[629]},{"name":"JPOS_SETSUBI_TEINEI","features":[629]},{"name":"JPOS_SETSUBI_TEKI","features":[629]},{"name":"JPOS_SETSUBI_YOU","features":[629]},{"name":"JPOS_SETSUZOKUSHI","features":[629]},{"name":"JPOS_SETTOU","features":[629]},{"name":"JPOS_SETTOU_CHIMEI","features":[629]},{"name":"JPOS_SETTOU_CHOUTAN","features":[629]},{"name":"JPOS_SETTOU_DAISHOU","features":[629]},{"name":"JPOS_SETTOU_FUKU","features":[629]},{"name":"JPOS_SETTOU_JINMEI","features":[629]},{"name":"JPOS_SETTOU_JOSUSHI","features":[629]},{"name":"JPOS_SETTOU_KAKU","features":[629]},{"name":"JPOS_SETTOU_KOUTEI","features":[629]},{"name":"JPOS_SETTOU_MI","features":[629]},{"name":"JPOS_SETTOU_SAI","features":[629]},{"name":"JPOS_SETTOU_SHINKYU","features":[629]},{"name":"JPOS_SETTOU_SONOTA","features":[629]},{"name":"JPOS_SETTOU_TEINEI_GO","features":[629]},{"name":"JPOS_SETTOU_TEINEI_O","features":[629]},{"name":"JPOS_SETTOU_TEINEI_ON","features":[629]},{"name":"JPOS_SHAMEI","features":[629]},{"name":"JPOS_SONOTA","features":[629]},{"name":"JPOS_SOSHIKI","features":[629]},{"name":"JPOS_SURU_SA","features":[629]},{"name":"JPOS_SURU_SE","features":[629]},{"name":"JPOS_SURU_SEYO","features":[629]},{"name":"JPOS_SURU_SI","features":[629]},{"name":"JPOS_SURU_SIATRI","features":[629]},{"name":"JPOS_SURU_SITA","features":[629]},{"name":"JPOS_SURU_SITARA","features":[629]},{"name":"JPOS_SURU_SITAROU","features":[629]},{"name":"JPOS_SURU_SITE","features":[629]},{"name":"JPOS_SURU_SIYOU","features":[629]},{"name":"JPOS_SURU_SUREBA","features":[629]},{"name":"JPOS_TANKANJI","features":[629]},{"name":"JPOS_TANKANJI_KAO","features":[629]},{"name":"JPOS_TANSHUKU","features":[629]},{"name":"JPOS_TOKUSHU_KAHEN","features":[629]},{"name":"JPOS_TOKUSHU_NAHEN","features":[629]},{"name":"JPOS_TOKUSHU_SAHEN","features":[629]},{"name":"JPOS_TOKUSHU_SAHENSURU","features":[629]},{"name":"JPOS_TOKUSHU_ZAHEN","features":[629]},{"name":"JPOS_TOUTEN","features":[629]},{"name":"JPOS_UNDEFINED","features":[629]},{"name":"JPOS_YOKUSEI","features":[629]},{"name":"MAX_APPLETTITLE","features":[629]},{"name":"MAX_FONTFACE","features":[629]},{"name":"MODEBIASMODE_DEFAULT","features":[629]},{"name":"MODEBIASMODE_DIGIT","features":[629]},{"name":"MODEBIASMODE_FILENAME","features":[629]},{"name":"MODEBIASMODE_READING","features":[629]},{"name":"MODEBIAS_GETVALUE","features":[629]},{"name":"MODEBIAS_GETVERSION","features":[629]},{"name":"MODEBIAS_SETVALUE","features":[629]},{"name":"MOD_IGNORE_ALL_MODIFIER","features":[629]},{"name":"MOD_LEFT","features":[629]},{"name":"MOD_ON_KEYUP","features":[629]},{"name":"MOD_RIGHT","features":[629]},{"name":"MORRSLT","features":[629]},{"name":"NI_CHANGECANDIDATELIST","features":[629]},{"name":"NI_CLOSECANDIDATE","features":[629]},{"name":"NI_COMPOSITIONSTR","features":[629]},{"name":"NI_CONTEXTUPDATED","features":[629]},{"name":"NI_FINALIZECONVERSIONRESULT","features":[629]},{"name":"NI_IMEMENUSELECTED","features":[629]},{"name":"NI_OPENCANDIDATE","features":[629]},{"name":"NI_SELECTCANDIDATESTR","features":[629]},{"name":"NI_SETCANDIDATE_PAGESIZE","features":[629]},{"name":"NI_SETCANDIDATE_PAGESTART","features":[629]},{"name":"NOTIFY_IME_ACTION","features":[629]},{"name":"NOTIFY_IME_INDEX","features":[629]},{"name":"PFNLOG","features":[305,629]},{"name":"POSTBL","features":[629]},{"name":"POS_UNDEFINED","features":[629]},{"name":"RECONVERTSTRING","features":[629]},{"name":"RECONVOPT_NONE","features":[629]},{"name":"RECONVOPT_USECANCELNOTIFY","features":[629]},{"name":"REGISTERWORDA","features":[629]},{"name":"REGISTERWORDENUMPROCA","features":[629]},{"name":"REGISTERWORDENUMPROCW","features":[629]},{"name":"REGISTERWORDW","features":[629]},{"name":"RWM_CHGKEYMAP","features":[629]},{"name":"RWM_DOCUMENTFEED","features":[629]},{"name":"RWM_KEYMAP","features":[629]},{"name":"RWM_MODEBIAS","features":[629]},{"name":"RWM_MOUSE","features":[629]},{"name":"RWM_NTFYKEYMAP","features":[629]},{"name":"RWM_QUERYPOSITION","features":[629]},{"name":"RWM_RECONVERT","features":[629]},{"name":"RWM_RECONVERTOPTIONS","features":[629]},{"name":"RWM_RECONVERTREQUEST","features":[629]},{"name":"RWM_SERVICE","features":[629]},{"name":"RWM_SHOWIMEPAD","features":[629]},{"name":"RWM_UIREADY","features":[629]},{"name":"SCS_CAP_COMPSTR","features":[629]},{"name":"SCS_CAP_MAKEREAD","features":[629]},{"name":"SCS_CAP_SETRECONVERTSTRING","features":[629]},{"name":"SCS_CHANGEATTR","features":[629]},{"name":"SCS_CHANGECLAUSE","features":[629]},{"name":"SCS_QUERYRECONVERTSTRING","features":[629]},{"name":"SCS_SETRECONVERTSTRING","features":[629]},{"name":"SCS_SETSTR","features":[629]},{"name":"SELECT_CAP_CONVERSION","features":[629]},{"name":"SELECT_CAP_SENTENCE","features":[629]},{"name":"SET_COMPOSITION_STRING_TYPE","features":[629]},{"name":"SHOWIMEPAD_CATEGORY","features":[629]},{"name":"SHOWIMEPAD_DEFAULT","features":[629]},{"name":"SHOWIMEPAD_GUID","features":[629]},{"name":"SOFTKBDDATA","features":[629]},{"name":"SOFTKEYBOARD_TYPE_C1","features":[629]},{"name":"SOFTKEYBOARD_TYPE_T1","features":[629]},{"name":"STYLEBUFA","features":[629]},{"name":"STYLEBUFW","features":[629]},{"name":"STYLE_DESCRIPTION_SIZE","features":[629]},{"name":"TRANSMSG","features":[305,629]},{"name":"TRANSMSGLIST","features":[305,629]},{"name":"UI_CAP_2700","features":[629]},{"name":"UI_CAP_ROT90","features":[629]},{"name":"UI_CAP_ROTANY","features":[629]},{"name":"UI_CAP_SOFTKBD","features":[629]},{"name":"VERSION_DOCUMENTFEED","features":[629]},{"name":"VERSION_ID_CHINESE_SIMPLIFIED","features":[629]},{"name":"VERSION_ID_CHINESE_TRADITIONAL","features":[629]},{"name":"VERSION_ID_JAPANESE","features":[629]},{"name":"VERSION_ID_KOREAN","features":[629]},{"name":"VERSION_MODEBIAS","features":[629]},{"name":"VERSION_MOUSE_OPERATION","features":[629]},{"name":"VERSION_QUERYPOSITION","features":[629]},{"name":"VERSION_RECONVERSION","features":[629]},{"name":"WDD","features":[629]},{"name":"cbCommentMax","features":[629]},{"name":"fpCreateIFECommonInstanceType","features":[629]},{"name":"fpCreateIFEDictionaryInstanceType","features":[629]},{"name":"fpCreateIFELanguageInstanceType","features":[629]},{"name":"szImeChina","features":[629]},{"name":"szImeJapan","features":[629]},{"name":"szImeKorea","features":[629]},{"name":"szImeTaiwan","features":[629]},{"name":"wchPrivate1","features":[629]}],"665":[{"name":"IInkCommitRequestHandler","features":[631]},{"name":"IInkD2DRenderer","features":[631]},{"name":"IInkD2DRenderer2","features":[631]},{"name":"IInkDesktopHost","features":[631]},{"name":"IInkHostWorkItem","features":[631]},{"name":"IInkPresenterDesktop","features":[631]},{"name":"INK_HIGH_CONTRAST_ADJUSTMENT","features":[631]},{"name":"InkD2DRenderer","features":[631]},{"name":"InkDesktopHost","features":[631]},{"name":"USE_ORIGINAL_COLORS","features":[631]},{"name":"USE_SYSTEM_COLORS","features":[631]},{"name":"USE_SYSTEM_COLORS_WHEN_NECESSARY","features":[631]}],"666":[{"name":"ACTIVATE_KEYBOARD_LAYOUT_FLAGS","features":[630]},{"name":"ACUTE","features":[630]},{"name":"AX_KBD_DESKTOP_TYPE","features":[630]},{"name":"ActivateKeyboardLayout","features":[630]},{"name":"BREVE","features":[630]},{"name":"BlockInput","features":[305,630]},{"name":"CAPLOK","features":[630]},{"name":"CAPLOKALTGR","features":[630]},{"name":"CEDILLA","features":[630]},{"name":"CIRCUMFLEX","features":[630]},{"name":"DEADKEY","features":[630]},{"name":"DEC_KBD_ANSI_LAYOUT_TYPE","features":[630]},{"name":"DEC_KBD_JIS_LAYOUT_TYPE","features":[630]},{"name":"DIARESIS","features":[630]},{"name":"DIARESIS_TONOS","features":[630]},{"name":"DKF_DEAD","features":[630]},{"name":"DONTCARE_BIT","features":[630]},{"name":"DOT_ABOVE","features":[630]},{"name":"DOUBLE_ACUTE","features":[630]},{"name":"DragDetect","features":[305,630]},{"name":"EXTENDED_BIT","features":[630]},{"name":"EnableWindow","features":[305,630]},{"name":"FAKE_KEYSTROKE","features":[630]},{"name":"FMR_KBD_JIS_TYPE","features":[630]},{"name":"FMR_KBD_OASYS_TYPE","features":[630]},{"name":"FMV_KBD_OASYS_TYPE","features":[630]},{"name":"GET_MOUSE_MOVE_POINTS_EX_RESOLUTION","features":[630]},{"name":"GMMP_USE_DISPLAY_POINTS","features":[630]},{"name":"GMMP_USE_HIGH_RESOLUTION_POINTS","features":[630]},{"name":"GRAVE","features":[630]},{"name":"GRPSELTAP","features":[630]},{"name":"GetActiveWindow","features":[305,630]},{"name":"GetAsyncKeyState","features":[630]},{"name":"GetCapture","features":[305,630]},{"name":"GetDoubleClickTime","features":[630]},{"name":"GetFocus","features":[305,630]},{"name":"GetKBCodePage","features":[630]},{"name":"GetKeyNameTextA","features":[630]},{"name":"GetKeyNameTextW","features":[630]},{"name":"GetKeyState","features":[630]},{"name":"GetKeyboardLayout","features":[630]},{"name":"GetKeyboardLayoutList","features":[630]},{"name":"GetKeyboardLayoutNameA","features":[305,630]},{"name":"GetKeyboardLayoutNameW","features":[305,630]},{"name":"GetKeyboardState","features":[305,630]},{"name":"GetKeyboardType","features":[630]},{"name":"GetLastInputInfo","features":[305,630]},{"name":"GetMouseMovePointsEx","features":[630]},{"name":"HACEK","features":[630]},{"name":"HARDWAREINPUT","features":[630]},{"name":"HKL","features":[630]},{"name":"HOOK_ABOVE","features":[630]},{"name":"HOT_KEY_MODIFIERS","features":[630]},{"name":"INPUT","features":[630]},{"name":"INPUT_HARDWARE","features":[630]},{"name":"INPUT_KEYBOARD","features":[630]},{"name":"INPUT_MOUSE","features":[630]},{"name":"INPUT_TYPE","features":[630]},{"name":"IsWindowEnabled","features":[305,630]},{"name":"KANALOK","features":[630]},{"name":"KBDALT","features":[630]},{"name":"KBDBASE","features":[630]},{"name":"KBDCTRL","features":[630]},{"name":"KBDGRPSELTAP","features":[630]},{"name":"KBDKANA","features":[630]},{"name":"KBDLOYA","features":[630]},{"name":"KBDNLSTABLES","features":[630]},{"name":"KBDNLS_ALPHANUM","features":[630]},{"name":"KBDNLS_CODEINPUT","features":[630]},{"name":"KBDNLS_CONV_OR_NONCONV","features":[630]},{"name":"KBDNLS_HELP_OR_END","features":[630]},{"name":"KBDNLS_HIRAGANA","features":[630]},{"name":"KBDNLS_HOME_OR_CLEAR","features":[630]},{"name":"KBDNLS_INDEX_ALT","features":[630]},{"name":"KBDNLS_INDEX_NORMAL","features":[630]},{"name":"KBDNLS_KANAEVENT","features":[630]},{"name":"KBDNLS_KANALOCK","features":[630]},{"name":"KBDNLS_KATAKANA","features":[630]},{"name":"KBDNLS_NOEVENT","features":[630]},{"name":"KBDNLS_NULL","features":[630]},{"name":"KBDNLS_NUMPAD","features":[630]},{"name":"KBDNLS_ROMAN","features":[630]},{"name":"KBDNLS_SBCSDBCS","features":[630]},{"name":"KBDNLS_SEND_BASE_VK","features":[630]},{"name":"KBDNLS_SEND_PARAM_VK","features":[630]},{"name":"KBDNLS_TYPE_NORMAL","features":[630]},{"name":"KBDNLS_TYPE_NULL","features":[630]},{"name":"KBDNLS_TYPE_TOGGLE","features":[630]},{"name":"KBDROYA","features":[630]},{"name":"KBDSHIFT","features":[630]},{"name":"KBDTABLES","features":[630]},{"name":"KBDTABLE_DESC","features":[630]},{"name":"KBDTABLE_MULTI","features":[630]},{"name":"KBDTABLE_MULTI_MAX","features":[630]},{"name":"KBD_TYPE","features":[630]},{"name":"KBD_TYPE_INFO","features":[630]},{"name":"KBD_VERSION","features":[630]},{"name":"KEYBDINPUT","features":[630]},{"name":"KEYBD_EVENT_FLAGS","features":[630]},{"name":"KEYBOARD_TYPE_GENERIC_101","features":[630]},{"name":"KEYBOARD_TYPE_JAPAN","features":[630]},{"name":"KEYBOARD_TYPE_KOREA","features":[630]},{"name":"KEYBOARD_TYPE_UNKNOWN","features":[630]},{"name":"KEYEVENTF_EXTENDEDKEY","features":[630]},{"name":"KEYEVENTF_KEYUP","features":[630]},{"name":"KEYEVENTF_SCANCODE","features":[630]},{"name":"KEYEVENTF_UNICODE","features":[630]},{"name":"KLF_ACTIVATE","features":[630]},{"name":"KLF_NOTELLSHELL","features":[630]},{"name":"KLF_REORDER","features":[630]},{"name":"KLF_REPLACELANG","features":[630]},{"name":"KLF_RESET","features":[630]},{"name":"KLF_SETFORPROCESS","features":[630]},{"name":"KLF_SHIFTLOCK","features":[630]},{"name":"KLF_SUBSTITUTE_OK","features":[630]},{"name":"KLLF_ALTGR","features":[630]},{"name":"KLLF_GLOBAL_ATTRS","features":[630]},{"name":"KLLF_LRM_RLM","features":[630]},{"name":"KLLF_SHIFTLOCK","features":[630]},{"name":"LASTINPUTINFO","features":[630]},{"name":"LIGATURE1","features":[630]},{"name":"LIGATURE2","features":[630]},{"name":"LIGATURE3","features":[630]},{"name":"LIGATURE4","features":[630]},{"name":"LIGATURE5","features":[630]},{"name":"LoadKeyboardLayoutA","features":[630]},{"name":"LoadKeyboardLayoutW","features":[630]},{"name":"MACRON","features":[630]},{"name":"MAPVK_VK_TO_CHAR","features":[630]},{"name":"MAPVK_VK_TO_VSC","features":[630]},{"name":"MAPVK_VK_TO_VSC_EX","features":[630]},{"name":"MAPVK_VSC_TO_VK","features":[630]},{"name":"MAPVK_VSC_TO_VK_EX","features":[630]},{"name":"MAP_VIRTUAL_KEY_TYPE","features":[630]},{"name":"MICROSOFT_KBD_001_TYPE","features":[630]},{"name":"MICROSOFT_KBD_002_TYPE","features":[630]},{"name":"MICROSOFT_KBD_101A_TYPE","features":[630]},{"name":"MICROSOFT_KBD_101B_TYPE","features":[630]},{"name":"MICROSOFT_KBD_101C_TYPE","features":[630]},{"name":"MICROSOFT_KBD_101_TYPE","features":[630]},{"name":"MICROSOFT_KBD_103_TYPE","features":[630]},{"name":"MICROSOFT_KBD_106_TYPE","features":[630]},{"name":"MICROSOFT_KBD_AX_TYPE","features":[630]},{"name":"MICROSOFT_KBD_FUNC","features":[630]},{"name":"MODIFIERS","features":[630]},{"name":"MOD_ALT","features":[630]},{"name":"MOD_CONTROL","features":[630]},{"name":"MOD_NOREPEAT","features":[630]},{"name":"MOD_SHIFT","features":[630]},{"name":"MOD_WIN","features":[630]},{"name":"MOUSEEVENTF_ABSOLUTE","features":[630]},{"name":"MOUSEEVENTF_HWHEEL","features":[630]},{"name":"MOUSEEVENTF_LEFTDOWN","features":[630]},{"name":"MOUSEEVENTF_LEFTUP","features":[630]},{"name":"MOUSEEVENTF_MIDDLEDOWN","features":[630]},{"name":"MOUSEEVENTF_MIDDLEUP","features":[630]},{"name":"MOUSEEVENTF_MOVE","features":[630]},{"name":"MOUSEEVENTF_MOVE_NOCOALESCE","features":[630]},{"name":"MOUSEEVENTF_RIGHTDOWN","features":[630]},{"name":"MOUSEEVENTF_RIGHTUP","features":[630]},{"name":"MOUSEEVENTF_VIRTUALDESK","features":[630]},{"name":"MOUSEEVENTF_WHEEL","features":[630]},{"name":"MOUSEEVENTF_XDOWN","features":[630]},{"name":"MOUSEEVENTF_XUP","features":[630]},{"name":"MOUSEINPUT","features":[630]},{"name":"MOUSEMOVEPOINT","features":[630]},{"name":"MOUSE_EVENT_FLAGS","features":[630]},{"name":"MapVirtualKeyA","features":[630]},{"name":"MapVirtualKeyExA","features":[630]},{"name":"MapVirtualKeyExW","features":[630]},{"name":"MapVirtualKeyW","features":[630]},{"name":"NEC_KBD_106_TYPE","features":[630]},{"name":"NEC_KBD_H_MODE_TYPE","features":[630]},{"name":"NEC_KBD_LAPTOP_TYPE","features":[630]},{"name":"NEC_KBD_NORMAL_TYPE","features":[630]},{"name":"NEC_KBD_N_MODE_TYPE","features":[630]},{"name":"NLSKBD_INFO_ACCESSIBILITY_KEYMAP","features":[630]},{"name":"NLSKBD_INFO_EMURATE_101_KEYBOARD","features":[630]},{"name":"NLSKBD_INFO_EMURATE_106_KEYBOARD","features":[630]},{"name":"NLSKBD_INFO_SEND_IME_NOTIFICATION","features":[630]},{"name":"NLSKBD_OEM_AX","features":[630]},{"name":"NLSKBD_OEM_DEC","features":[630]},{"name":"NLSKBD_OEM_EPSON","features":[630]},{"name":"NLSKBD_OEM_FUJITSU","features":[630]},{"name":"NLSKBD_OEM_IBM","features":[630]},{"name":"NLSKBD_OEM_MATSUSHITA","features":[630]},{"name":"NLSKBD_OEM_MICROSOFT","features":[630]},{"name":"NLSKBD_OEM_NEC","features":[630]},{"name":"NLSKBD_OEM_TOSHIBA","features":[630]},{"name":"OGONEK","features":[630]},{"name":"OVERSCORE","features":[630]},{"name":"OemKeyScan","features":[630]},{"name":"RING","features":[630]},{"name":"RegisterHotKey","features":[305,630]},{"name":"ReleaseCapture","features":[305,630]},{"name":"SCANCODE_ALT","features":[630]},{"name":"SCANCODE_CTRL","features":[630]},{"name":"SCANCODE_LSHIFT","features":[630]},{"name":"SCANCODE_LWIN","features":[630]},{"name":"SCANCODE_NUMPAD_FIRST","features":[630]},{"name":"SCANCODE_NUMPAD_LAST","features":[630]},{"name":"SCANCODE_RSHIFT","features":[630]},{"name":"SCANCODE_RWIN","features":[630]},{"name":"SCANCODE_THAI_LAYOUT_TOGGLE","features":[630]},{"name":"SGCAPS","features":[630]},{"name":"SHFT_INVALID","features":[630]},{"name":"SendInput","features":[630]},{"name":"SetActiveWindow","features":[305,630]},{"name":"SetCapture","features":[305,630]},{"name":"SetDoubleClickTime","features":[305,630]},{"name":"SetFocus","features":[305,630]},{"name":"SetKeyboardState","features":[305,630]},{"name":"SwapMouseButton","features":[305,630]},{"name":"TILDE","features":[630]},{"name":"TME_CANCEL","features":[630]},{"name":"TME_HOVER","features":[630]},{"name":"TME_LEAVE","features":[630]},{"name":"TME_NONCLIENT","features":[630]},{"name":"TME_QUERY","features":[630]},{"name":"TONOS","features":[630]},{"name":"TOSHIBA_KBD_DESKTOP_TYPE","features":[630]},{"name":"TOSHIBA_KBD_LAPTOP_TYPE","features":[630]},{"name":"TRACKMOUSEEVENT","features":[305,630]},{"name":"TRACKMOUSEEVENT_FLAGS","features":[630]},{"name":"ToAscii","features":[630]},{"name":"ToAsciiEx","features":[630]},{"name":"ToUnicode","features":[630]},{"name":"ToUnicodeEx","features":[630]},{"name":"TrackMouseEvent","features":[305,630]},{"name":"UMLAUT","features":[630]},{"name":"UnloadKeyboardLayout","features":[305,630]},{"name":"UnregisterHotKey","features":[305,630]},{"name":"VIRTUAL_KEY","features":[630]},{"name":"VK_0","features":[630]},{"name":"VK_1","features":[630]},{"name":"VK_2","features":[630]},{"name":"VK_3","features":[630]},{"name":"VK_4","features":[630]},{"name":"VK_5","features":[630]},{"name":"VK_6","features":[630]},{"name":"VK_7","features":[630]},{"name":"VK_8","features":[630]},{"name":"VK_9","features":[630]},{"name":"VK_A","features":[630]},{"name":"VK_ABNT_C1","features":[630]},{"name":"VK_ABNT_C2","features":[630]},{"name":"VK_ACCEPT","features":[630]},{"name":"VK_ADD","features":[630]},{"name":"VK_APPS","features":[630]},{"name":"VK_ATTN","features":[630]},{"name":"VK_B","features":[630]},{"name":"VK_BACK","features":[630]},{"name":"VK_BROWSER_BACK","features":[630]},{"name":"VK_BROWSER_FAVORITES","features":[630]},{"name":"VK_BROWSER_FORWARD","features":[630]},{"name":"VK_BROWSER_HOME","features":[630]},{"name":"VK_BROWSER_REFRESH","features":[630]},{"name":"VK_BROWSER_SEARCH","features":[630]},{"name":"VK_BROWSER_STOP","features":[630]},{"name":"VK_C","features":[630]},{"name":"VK_CANCEL","features":[630]},{"name":"VK_CAPITAL","features":[630]},{"name":"VK_CLEAR","features":[630]},{"name":"VK_CONTROL","features":[630]},{"name":"VK_CONVERT","features":[630]},{"name":"VK_CRSEL","features":[630]},{"name":"VK_D","features":[630]},{"name":"VK_DBE_ALPHANUMERIC","features":[630]},{"name":"VK_DBE_CODEINPUT","features":[630]},{"name":"VK_DBE_DBCSCHAR","features":[630]},{"name":"VK_DBE_DETERMINESTRING","features":[630]},{"name":"VK_DBE_ENTERDLGCONVERSIONMODE","features":[630]},{"name":"VK_DBE_ENTERIMECONFIGMODE","features":[630]},{"name":"VK_DBE_ENTERWORDREGISTERMODE","features":[630]},{"name":"VK_DBE_FLUSHSTRING","features":[630]},{"name":"VK_DBE_HIRAGANA","features":[630]},{"name":"VK_DBE_KATAKANA","features":[630]},{"name":"VK_DBE_NOCODEINPUT","features":[630]},{"name":"VK_DBE_NOROMAN","features":[630]},{"name":"VK_DBE_ROMAN","features":[630]},{"name":"VK_DBE_SBCSCHAR","features":[630]},{"name":"VK_DECIMAL","features":[630]},{"name":"VK_DELETE","features":[630]},{"name":"VK_DIVIDE","features":[630]},{"name":"VK_DOWN","features":[630]},{"name":"VK_E","features":[630]},{"name":"VK_END","features":[630]},{"name":"VK_EREOF","features":[630]},{"name":"VK_ESCAPE","features":[630]},{"name":"VK_EXECUTE","features":[630]},{"name":"VK_EXSEL","features":[630]},{"name":"VK_F","features":[630]},{"name":"VK_F","features":[630]},{"name":"VK_F1","features":[630]},{"name":"VK_F10","features":[630]},{"name":"VK_F11","features":[630]},{"name":"VK_F12","features":[630]},{"name":"VK_F13","features":[630]},{"name":"VK_F14","features":[630]},{"name":"VK_F15","features":[630]},{"name":"VK_F16","features":[630]},{"name":"VK_F17","features":[630]},{"name":"VK_F18","features":[630]},{"name":"VK_F19","features":[630]},{"name":"VK_F2","features":[630]},{"name":"VK_F20","features":[630]},{"name":"VK_F21","features":[630]},{"name":"VK_F22","features":[630]},{"name":"VK_F23","features":[630]},{"name":"VK_F24","features":[630]},{"name":"VK_F3","features":[630]},{"name":"VK_F4","features":[630]},{"name":"VK_F5","features":[630]},{"name":"VK_F6","features":[630]},{"name":"VK_F7","features":[630]},{"name":"VK_F8","features":[630]},{"name":"VK_F9","features":[630]},{"name":"VK_FINAL","features":[630]},{"name":"VK_FPARAM","features":[630]},{"name":"VK_G","features":[630]},{"name":"VK_GAMEPAD_A","features":[630]},{"name":"VK_GAMEPAD_B","features":[630]},{"name":"VK_GAMEPAD_DPAD_DOWN","features":[630]},{"name":"VK_GAMEPAD_DPAD_LEFT","features":[630]},{"name":"VK_GAMEPAD_DPAD_RIGHT","features":[630]},{"name":"VK_GAMEPAD_DPAD_UP","features":[630]},{"name":"VK_GAMEPAD_LEFT_SHOULDER","features":[630]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON","features":[630]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_DOWN","features":[630]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_LEFT","features":[630]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT","features":[630]},{"name":"VK_GAMEPAD_LEFT_THUMBSTICK_UP","features":[630]},{"name":"VK_GAMEPAD_LEFT_TRIGGER","features":[630]},{"name":"VK_GAMEPAD_MENU","features":[630]},{"name":"VK_GAMEPAD_RIGHT_SHOULDER","features":[630]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON","features":[630]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN","features":[630]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT","features":[630]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT","features":[630]},{"name":"VK_GAMEPAD_RIGHT_THUMBSTICK_UP","features":[630]},{"name":"VK_GAMEPAD_RIGHT_TRIGGER","features":[630]},{"name":"VK_GAMEPAD_VIEW","features":[630]},{"name":"VK_GAMEPAD_X","features":[630]},{"name":"VK_GAMEPAD_Y","features":[630]},{"name":"VK_H","features":[630]},{"name":"VK_HANGEUL","features":[630]},{"name":"VK_HANGUL","features":[630]},{"name":"VK_HANJA","features":[630]},{"name":"VK_HELP","features":[630]},{"name":"VK_HOME","features":[630]},{"name":"VK_I","features":[630]},{"name":"VK_ICO_00","features":[630]},{"name":"VK_ICO_CLEAR","features":[630]},{"name":"VK_ICO_HELP","features":[630]},{"name":"VK_IME_OFF","features":[630]},{"name":"VK_IME_ON","features":[630]},{"name":"VK_INSERT","features":[630]},{"name":"VK_J","features":[630]},{"name":"VK_JUNJA","features":[630]},{"name":"VK_K","features":[630]},{"name":"VK_KANA","features":[630]},{"name":"VK_KANJI","features":[630]},{"name":"VK_L","features":[630]},{"name":"VK_LAUNCH_APP1","features":[630]},{"name":"VK_LAUNCH_APP2","features":[630]},{"name":"VK_LAUNCH_MAIL","features":[630]},{"name":"VK_LAUNCH_MEDIA_SELECT","features":[630]},{"name":"VK_LBUTTON","features":[630]},{"name":"VK_LCONTROL","features":[630]},{"name":"VK_LEFT","features":[630]},{"name":"VK_LMENU","features":[630]},{"name":"VK_LSHIFT","features":[630]},{"name":"VK_LWIN","features":[630]},{"name":"VK_M","features":[630]},{"name":"VK_MBUTTON","features":[630]},{"name":"VK_MEDIA_NEXT_TRACK","features":[630]},{"name":"VK_MEDIA_PLAY_PAUSE","features":[630]},{"name":"VK_MEDIA_PREV_TRACK","features":[630]},{"name":"VK_MEDIA_STOP","features":[630]},{"name":"VK_MENU","features":[630]},{"name":"VK_MODECHANGE","features":[630]},{"name":"VK_MULTIPLY","features":[630]},{"name":"VK_N","features":[630]},{"name":"VK_NAVIGATION_ACCEPT","features":[630]},{"name":"VK_NAVIGATION_CANCEL","features":[630]},{"name":"VK_NAVIGATION_DOWN","features":[630]},{"name":"VK_NAVIGATION_LEFT","features":[630]},{"name":"VK_NAVIGATION_MENU","features":[630]},{"name":"VK_NAVIGATION_RIGHT","features":[630]},{"name":"VK_NAVIGATION_UP","features":[630]},{"name":"VK_NAVIGATION_VIEW","features":[630]},{"name":"VK_NEXT","features":[630]},{"name":"VK_NONAME","features":[630]},{"name":"VK_NONCONVERT","features":[630]},{"name":"VK_NUMLOCK","features":[630]},{"name":"VK_NUMPAD0","features":[630]},{"name":"VK_NUMPAD1","features":[630]},{"name":"VK_NUMPAD2","features":[630]},{"name":"VK_NUMPAD3","features":[630]},{"name":"VK_NUMPAD4","features":[630]},{"name":"VK_NUMPAD5","features":[630]},{"name":"VK_NUMPAD6","features":[630]},{"name":"VK_NUMPAD7","features":[630]},{"name":"VK_NUMPAD8","features":[630]},{"name":"VK_NUMPAD9","features":[630]},{"name":"VK_O","features":[630]},{"name":"VK_OEM_1","features":[630]},{"name":"VK_OEM_102","features":[630]},{"name":"VK_OEM_2","features":[630]},{"name":"VK_OEM_3","features":[630]},{"name":"VK_OEM_4","features":[630]},{"name":"VK_OEM_5","features":[630]},{"name":"VK_OEM_6","features":[630]},{"name":"VK_OEM_7","features":[630]},{"name":"VK_OEM_8","features":[630]},{"name":"VK_OEM_ATTN","features":[630]},{"name":"VK_OEM_AUTO","features":[630]},{"name":"VK_OEM_AX","features":[630]},{"name":"VK_OEM_BACKTAB","features":[630]},{"name":"VK_OEM_CLEAR","features":[630]},{"name":"VK_OEM_COMMA","features":[630]},{"name":"VK_OEM_COPY","features":[630]},{"name":"VK_OEM_CUSEL","features":[630]},{"name":"VK_OEM_ENLW","features":[630]},{"name":"VK_OEM_FINISH","features":[630]},{"name":"VK_OEM_FJ_JISHO","features":[630]},{"name":"VK_OEM_FJ_LOYA","features":[630]},{"name":"VK_OEM_FJ_MASSHOU","features":[630]},{"name":"VK_OEM_FJ_ROYA","features":[630]},{"name":"VK_OEM_FJ_TOUROKU","features":[630]},{"name":"VK_OEM_JUMP","features":[630]},{"name":"VK_OEM_MINUS","features":[630]},{"name":"VK_OEM_NEC_EQUAL","features":[630]},{"name":"VK_OEM_PA1","features":[630]},{"name":"VK_OEM_PA2","features":[630]},{"name":"VK_OEM_PA3","features":[630]},{"name":"VK_OEM_PERIOD","features":[630]},{"name":"VK_OEM_PLUS","features":[630]},{"name":"VK_OEM_RESET","features":[630]},{"name":"VK_OEM_WSCTRL","features":[630]},{"name":"VK_P","features":[630]},{"name":"VK_PA1","features":[630]},{"name":"VK_PACKET","features":[630]},{"name":"VK_PAUSE","features":[630]},{"name":"VK_PLAY","features":[630]},{"name":"VK_PRINT","features":[630]},{"name":"VK_PRIOR","features":[630]},{"name":"VK_PROCESSKEY","features":[630]},{"name":"VK_Q","features":[630]},{"name":"VK_R","features":[630]},{"name":"VK_RBUTTON","features":[630]},{"name":"VK_RCONTROL","features":[630]},{"name":"VK_RETURN","features":[630]},{"name":"VK_RIGHT","features":[630]},{"name":"VK_RMENU","features":[630]},{"name":"VK_RSHIFT","features":[630]},{"name":"VK_RWIN","features":[630]},{"name":"VK_S","features":[630]},{"name":"VK_SCROLL","features":[630]},{"name":"VK_SELECT","features":[630]},{"name":"VK_SEPARATOR","features":[630]},{"name":"VK_SHIFT","features":[630]},{"name":"VK_SLEEP","features":[630]},{"name":"VK_SNAPSHOT","features":[630]},{"name":"VK_SPACE","features":[630]},{"name":"VK_SUBTRACT","features":[630]},{"name":"VK_T","features":[630]},{"name":"VK_TAB","features":[630]},{"name":"VK_TO_BIT","features":[630]},{"name":"VK_TO_WCHARS1","features":[630]},{"name":"VK_TO_WCHARS10","features":[630]},{"name":"VK_TO_WCHARS2","features":[630]},{"name":"VK_TO_WCHARS3","features":[630]},{"name":"VK_TO_WCHARS4","features":[630]},{"name":"VK_TO_WCHARS5","features":[630]},{"name":"VK_TO_WCHARS6","features":[630]},{"name":"VK_TO_WCHARS7","features":[630]},{"name":"VK_TO_WCHARS8","features":[630]},{"name":"VK_TO_WCHARS9","features":[630]},{"name":"VK_TO_WCHAR_TABLE","features":[630]},{"name":"VK_U","features":[630]},{"name":"VK_UP","features":[630]},{"name":"VK_V","features":[630]},{"name":"VK_VOLUME_DOWN","features":[630]},{"name":"VK_VOLUME_MUTE","features":[630]},{"name":"VK_VOLUME_UP","features":[630]},{"name":"VK_VSC","features":[630]},{"name":"VK_W","features":[630]},{"name":"VK_X","features":[630]},{"name":"VK_XBUTTON1","features":[630]},{"name":"VK_XBUTTON2","features":[630]},{"name":"VK_Y","features":[630]},{"name":"VK_Z","features":[630]},{"name":"VK_ZOOM","features":[630]},{"name":"VK__none_","features":[630]},{"name":"VSC_LPWSTR","features":[630]},{"name":"VSC_VK","features":[630]},{"name":"VkKeyScanA","features":[630]},{"name":"VkKeyScanExA","features":[630]},{"name":"VkKeyScanExW","features":[630]},{"name":"VkKeyScanW","features":[630]},{"name":"WCH_DEAD","features":[630]},{"name":"WCH_LGTR","features":[630]},{"name":"WCH_NONE","features":[630]},{"name":"_TrackMouseEvent","features":[305,630]},{"name":"keybd_event","features":[630]},{"name":"mouse_event","features":[630]},{"name":"wszACUTE","features":[630]},{"name":"wszBREVE","features":[630]},{"name":"wszCEDILLA","features":[630]},{"name":"wszCIRCUMFLEX","features":[630]},{"name":"wszDIARESIS_TONOS","features":[630]},{"name":"wszDOT_ABOVE","features":[630]},{"name":"wszDOUBLE_ACUTE","features":[630]},{"name":"wszGRAVE","features":[630]},{"name":"wszHACEK","features":[630]},{"name":"wszHOOK_ABOVE","features":[630]},{"name":"wszMACRON","features":[630]},{"name":"wszOGONEK","features":[630]},{"name":"wszOVERSCORE","features":[630]},{"name":"wszRING","features":[630]},{"name":"wszTILDE","features":[630]},{"name":"wszTONOS","features":[630]},{"name":"wszUMLAUT","features":[630]}],"667":[{"name":"EnableMouseInPointer","features":[305,625]},{"name":"GetPointerCursorId","features":[305,625]},{"name":"GetPointerDevice","features":[305,317,357,625]},{"name":"GetPointerDeviceCursors","features":[305,357,625]},{"name":"GetPointerDeviceProperties","features":[305,357,625]},{"name":"GetPointerDeviceRects","features":[305,625]},{"name":"GetPointerDevices","features":[305,317,357,625]},{"name":"GetPointerFrameInfo","features":[305,625,374]},{"name":"GetPointerFrameInfoHistory","features":[305,625,374]},{"name":"GetPointerFramePenInfo","features":[305,625,374]},{"name":"GetPointerFramePenInfoHistory","features":[305,625,374]},{"name":"GetPointerFrameTouchInfo","features":[305,625,374]},{"name":"GetPointerFrameTouchInfoHistory","features":[305,625,374]},{"name":"GetPointerInfo","features":[305,625,374]},{"name":"GetPointerInfoHistory","features":[305,625,374]},{"name":"GetPointerInputTransform","features":[305,625]},{"name":"GetPointerPenInfo","features":[305,625,374]},{"name":"GetPointerPenInfoHistory","features":[305,625,374]},{"name":"GetPointerTouchInfo","features":[305,625,374]},{"name":"GetPointerTouchInfoHistory","features":[305,625,374]},{"name":"GetPointerType","features":[305,625,374]},{"name":"GetRawPointerDeviceData","features":[305,357,625]},{"name":"GetUnpredictedMessagePos","features":[625]},{"name":"INPUT_INJECTION_VALUE","features":[625]},{"name":"INPUT_TRANSFORM","features":[625]},{"name":"InitializeTouchInjection","features":[305,625]},{"name":"InjectSyntheticPointerInput","features":[305,357,625,374]},{"name":"InjectTouchInput","features":[305,625,374]},{"name":"IsMouseInPointerEnabled","features":[305,625]},{"name":"POINTER_BUTTON_CHANGE_TYPE","features":[625]},{"name":"POINTER_CHANGE_FIFTHBUTTON_DOWN","features":[625]},{"name":"POINTER_CHANGE_FIFTHBUTTON_UP","features":[625]},{"name":"POINTER_CHANGE_FIRSTBUTTON_DOWN","features":[625]},{"name":"POINTER_CHANGE_FIRSTBUTTON_UP","features":[625]},{"name":"POINTER_CHANGE_FOURTHBUTTON_DOWN","features":[625]},{"name":"POINTER_CHANGE_FOURTHBUTTON_UP","features":[625]},{"name":"POINTER_CHANGE_NONE","features":[625]},{"name":"POINTER_CHANGE_SECONDBUTTON_DOWN","features":[625]},{"name":"POINTER_CHANGE_SECONDBUTTON_UP","features":[625]},{"name":"POINTER_CHANGE_THIRDBUTTON_DOWN","features":[625]},{"name":"POINTER_CHANGE_THIRDBUTTON_UP","features":[625]},{"name":"POINTER_FLAGS","features":[625]},{"name":"POINTER_FLAG_CANCELED","features":[625]},{"name":"POINTER_FLAG_CAPTURECHANGED","features":[625]},{"name":"POINTER_FLAG_CONFIDENCE","features":[625]},{"name":"POINTER_FLAG_DOWN","features":[625]},{"name":"POINTER_FLAG_FIFTHBUTTON","features":[625]},{"name":"POINTER_FLAG_FIRSTBUTTON","features":[625]},{"name":"POINTER_FLAG_FOURTHBUTTON","features":[625]},{"name":"POINTER_FLAG_HASTRANSFORM","features":[625]},{"name":"POINTER_FLAG_HWHEEL","features":[625]},{"name":"POINTER_FLAG_INCONTACT","features":[625]},{"name":"POINTER_FLAG_INRANGE","features":[625]},{"name":"POINTER_FLAG_NEW","features":[625]},{"name":"POINTER_FLAG_NONE","features":[625]},{"name":"POINTER_FLAG_PRIMARY","features":[625]},{"name":"POINTER_FLAG_SECONDBUTTON","features":[625]},{"name":"POINTER_FLAG_THIRDBUTTON","features":[625]},{"name":"POINTER_FLAG_UP","features":[625]},{"name":"POINTER_FLAG_UPDATE","features":[625]},{"name":"POINTER_FLAG_WHEEL","features":[625]},{"name":"POINTER_INFO","features":[305,625,374]},{"name":"POINTER_PEN_INFO","features":[305,625,374]},{"name":"POINTER_TOUCH_INFO","features":[305,625,374]},{"name":"SkipPointerFrameMessages","features":[305,625]},{"name":"TOUCH_FEEDBACK_DEFAULT","features":[625]},{"name":"TOUCH_FEEDBACK_INDIRECT","features":[625]},{"name":"TOUCH_FEEDBACK_MODE","features":[625]},{"name":"TOUCH_FEEDBACK_NONE","features":[625]}],"668":[{"name":"IRadialControllerConfigurationInterop","features":[632]},{"name":"IRadialControllerIndependentInputSourceInterop","features":[632]},{"name":"IRadialControllerInterop","features":[632]}],"669":[{"name":"CloseGestureInfoHandle","features":[305,633]},{"name":"CloseTouchInputHandle","features":[305,633]},{"name":"GESTURECONFIG","features":[633]},{"name":"GESTURECONFIG_ID","features":[633]},{"name":"GESTUREINFO","features":[305,633]},{"name":"GESTURENOTIFYSTRUCT","features":[305,633]},{"name":"GID_BEGIN","features":[633]},{"name":"GID_END","features":[633]},{"name":"GID_PAN","features":[633]},{"name":"GID_PRESSANDTAP","features":[633]},{"name":"GID_ROLLOVER","features":[633]},{"name":"GID_ROTATE","features":[633]},{"name":"GID_TWOFINGERTAP","features":[633]},{"name":"GID_ZOOM","features":[633]},{"name":"GetGestureConfig","features":[305,633]},{"name":"GetGestureExtraArgs","features":[305,633]},{"name":"GetGestureInfo","features":[305,633]},{"name":"GetTouchInputInfo","features":[305,633]},{"name":"HGESTUREINFO","features":[633]},{"name":"HTOUCHINPUT","features":[633]},{"name":"IInertiaProcessor","features":[633]},{"name":"IManipulationProcessor","features":[633]},{"name":"InertiaProcessor","features":[633]},{"name":"IsTouchWindow","features":[305,633]},{"name":"MANIPULATION_ALL","features":[633]},{"name":"MANIPULATION_NONE","features":[633]},{"name":"MANIPULATION_PROCESSOR_MANIPULATIONS","features":[633]},{"name":"MANIPULATION_ROTATE","features":[633]},{"name":"MANIPULATION_SCALE","features":[633]},{"name":"MANIPULATION_TRANSLATE_X","features":[633]},{"name":"MANIPULATION_TRANSLATE_Y","features":[633]},{"name":"ManipulationProcessor","features":[633]},{"name":"REGISTER_TOUCH_WINDOW_FLAGS","features":[633]},{"name":"RegisterTouchWindow","features":[305,633]},{"name":"SetGestureConfig","features":[305,633]},{"name":"TOUCHEVENTF_DOWN","features":[633]},{"name":"TOUCHEVENTF_FLAGS","features":[633]},{"name":"TOUCHEVENTF_INRANGE","features":[633]},{"name":"TOUCHEVENTF_MOVE","features":[633]},{"name":"TOUCHEVENTF_NOCOALESCE","features":[633]},{"name":"TOUCHEVENTF_PALM","features":[633]},{"name":"TOUCHEVENTF_PEN","features":[633]},{"name":"TOUCHEVENTF_PRIMARY","features":[633]},{"name":"TOUCHEVENTF_UP","features":[633]},{"name":"TOUCHINPUT","features":[305,633]},{"name":"TOUCHINPUTMASKF_CONTACTAREA","features":[633]},{"name":"TOUCHINPUTMASKF_EXTRAINFO","features":[633]},{"name":"TOUCHINPUTMASKF_MASK","features":[633]},{"name":"TOUCHINPUTMASKF_TIMEFROMSYSTEM","features":[633]},{"name":"TWF_FINETOUCH","features":[633]},{"name":"TWF_WANTPALM","features":[633]},{"name":"UnregisterTouchWindow","features":[305,633]},{"name":"_IManipulationEvents","features":[633]}],"670":[{"name":"BATTERY_DEVTYPE","features":[634]},{"name":"BATTERY_DEVTYPE_GAMEPAD","features":[634]},{"name":"BATTERY_DEVTYPE_HEADSET","features":[634]},{"name":"BATTERY_LEVEL","features":[634]},{"name":"BATTERY_LEVEL_EMPTY","features":[634]},{"name":"BATTERY_LEVEL_FULL","features":[634]},{"name":"BATTERY_LEVEL_LOW","features":[634]},{"name":"BATTERY_LEVEL_MEDIUM","features":[634]},{"name":"BATTERY_TYPE","features":[634]},{"name":"BATTERY_TYPE_ALKALINE","features":[634]},{"name":"BATTERY_TYPE_DISCONNECTED","features":[634]},{"name":"BATTERY_TYPE_NIMH","features":[634]},{"name":"BATTERY_TYPE_UNKNOWN","features":[634]},{"name":"BATTERY_TYPE_WIRED","features":[634]},{"name":"VK_PAD_A","features":[634]},{"name":"VK_PAD_B","features":[634]},{"name":"VK_PAD_BACK","features":[634]},{"name":"VK_PAD_DPAD_DOWN","features":[634]},{"name":"VK_PAD_DPAD_LEFT","features":[634]},{"name":"VK_PAD_DPAD_RIGHT","features":[634]},{"name":"VK_PAD_DPAD_UP","features":[634]},{"name":"VK_PAD_LSHOULDER","features":[634]},{"name":"VK_PAD_LTHUMB_DOWN","features":[634]},{"name":"VK_PAD_LTHUMB_DOWNLEFT","features":[634]},{"name":"VK_PAD_LTHUMB_DOWNRIGHT","features":[634]},{"name":"VK_PAD_LTHUMB_LEFT","features":[634]},{"name":"VK_PAD_LTHUMB_PRESS","features":[634]},{"name":"VK_PAD_LTHUMB_RIGHT","features":[634]},{"name":"VK_PAD_LTHUMB_UP","features":[634]},{"name":"VK_PAD_LTHUMB_UPLEFT","features":[634]},{"name":"VK_PAD_LTHUMB_UPRIGHT","features":[634]},{"name":"VK_PAD_LTRIGGER","features":[634]},{"name":"VK_PAD_RSHOULDER","features":[634]},{"name":"VK_PAD_RTHUMB_DOWN","features":[634]},{"name":"VK_PAD_RTHUMB_DOWNLEFT","features":[634]},{"name":"VK_PAD_RTHUMB_DOWNRIGHT","features":[634]},{"name":"VK_PAD_RTHUMB_LEFT","features":[634]},{"name":"VK_PAD_RTHUMB_PRESS","features":[634]},{"name":"VK_PAD_RTHUMB_RIGHT","features":[634]},{"name":"VK_PAD_RTHUMB_UP","features":[634]},{"name":"VK_PAD_RTHUMB_UPLEFT","features":[634]},{"name":"VK_PAD_RTHUMB_UPRIGHT","features":[634]},{"name":"VK_PAD_RTRIGGER","features":[634]},{"name":"VK_PAD_START","features":[634]},{"name":"VK_PAD_X","features":[634]},{"name":"VK_PAD_Y","features":[634]},{"name":"XINPUT_BATTERY_INFORMATION","features":[634]},{"name":"XINPUT_CAPABILITIES","features":[634]},{"name":"XINPUT_CAPABILITIES_FLAGS","features":[634]},{"name":"XINPUT_CAPS_FFB_SUPPORTED","features":[634]},{"name":"XINPUT_CAPS_NO_NAVIGATION","features":[634]},{"name":"XINPUT_CAPS_PMD_SUPPORTED","features":[634]},{"name":"XINPUT_CAPS_VOICE_SUPPORTED","features":[634]},{"name":"XINPUT_CAPS_WIRELESS","features":[634]},{"name":"XINPUT_DEVSUBTYPE","features":[634]},{"name":"XINPUT_DEVSUBTYPE_ARCADE_PAD","features":[634]},{"name":"XINPUT_DEVSUBTYPE_ARCADE_STICK","features":[634]},{"name":"XINPUT_DEVSUBTYPE_DANCE_PAD","features":[634]},{"name":"XINPUT_DEVSUBTYPE_DRUM_KIT","features":[634]},{"name":"XINPUT_DEVSUBTYPE_FLIGHT_STICK","features":[634]},{"name":"XINPUT_DEVSUBTYPE_GAMEPAD","features":[634]},{"name":"XINPUT_DEVSUBTYPE_GUITAR","features":[634]},{"name":"XINPUT_DEVSUBTYPE_GUITAR_ALTERNATE","features":[634]},{"name":"XINPUT_DEVSUBTYPE_GUITAR_BASS","features":[634]},{"name":"XINPUT_DEVSUBTYPE_UNKNOWN","features":[634]},{"name":"XINPUT_DEVSUBTYPE_WHEEL","features":[634]},{"name":"XINPUT_DEVTYPE","features":[634]},{"name":"XINPUT_DEVTYPE_GAMEPAD","features":[634]},{"name":"XINPUT_DLL","features":[634]},{"name":"XINPUT_DLL_A","features":[634]},{"name":"XINPUT_DLL_W","features":[634]},{"name":"XINPUT_FLAG","features":[634]},{"name":"XINPUT_FLAG_ALL","features":[634]},{"name":"XINPUT_FLAG_GAMEPAD","features":[634]},{"name":"XINPUT_GAMEPAD","features":[634]},{"name":"XINPUT_GAMEPAD_A","features":[634]},{"name":"XINPUT_GAMEPAD_B","features":[634]},{"name":"XINPUT_GAMEPAD_BACK","features":[634]},{"name":"XINPUT_GAMEPAD_BUTTON_FLAGS","features":[634]},{"name":"XINPUT_GAMEPAD_DPAD_DOWN","features":[634]},{"name":"XINPUT_GAMEPAD_DPAD_LEFT","features":[634]},{"name":"XINPUT_GAMEPAD_DPAD_RIGHT","features":[634]},{"name":"XINPUT_GAMEPAD_DPAD_UP","features":[634]},{"name":"XINPUT_GAMEPAD_LEFT_SHOULDER","features":[634]},{"name":"XINPUT_GAMEPAD_LEFT_THUMB","features":[634]},{"name":"XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE","features":[634]},{"name":"XINPUT_GAMEPAD_RIGHT_SHOULDER","features":[634]},{"name":"XINPUT_GAMEPAD_RIGHT_THUMB","features":[634]},{"name":"XINPUT_GAMEPAD_RIGHT_THUMB_DEADZONE","features":[634]},{"name":"XINPUT_GAMEPAD_START","features":[634]},{"name":"XINPUT_GAMEPAD_TRIGGER_THRESHOLD","features":[634]},{"name":"XINPUT_GAMEPAD_X","features":[634]},{"name":"XINPUT_GAMEPAD_Y","features":[634]},{"name":"XINPUT_KEYSTROKE","features":[634]},{"name":"XINPUT_KEYSTROKE_FLAGS","features":[634]},{"name":"XINPUT_KEYSTROKE_KEYDOWN","features":[634]},{"name":"XINPUT_KEYSTROKE_KEYUP","features":[634]},{"name":"XINPUT_KEYSTROKE_REPEAT","features":[634]},{"name":"XINPUT_STATE","features":[634]},{"name":"XINPUT_VIBRATION","features":[634]},{"name":"XINPUT_VIRTUAL_KEY","features":[634]},{"name":"XInputEnable","features":[305,634]},{"name":"XInputGetAudioDeviceIds","features":[634]},{"name":"XInputGetBatteryInformation","features":[634]},{"name":"XInputGetCapabilities","features":[634]},{"name":"XInputGetKeystroke","features":[634]},{"name":"XInputGetState","features":[634]},{"name":"XInputSetState","features":[634]},{"name":"XUSER_INDEX_ANY","features":[634]},{"name":"XUSER_MAX_COUNT","features":[634]}],"671":[{"name":"AddPointerInteractionContext","features":[635]},{"name":"BufferPointerPacketsInteractionContext","features":[305,625,635,374]},{"name":"CROSS_SLIDE_FLAGS","features":[635]},{"name":"CROSS_SLIDE_FLAGS_MAX","features":[635]},{"name":"CROSS_SLIDE_FLAGS_NONE","features":[635]},{"name":"CROSS_SLIDE_FLAGS_REARRANGE","features":[635]},{"name":"CROSS_SLIDE_FLAGS_SELECT","features":[635]},{"name":"CROSS_SLIDE_FLAGS_SPEED_BUMP","features":[635]},{"name":"CROSS_SLIDE_PARAMETER","features":[635]},{"name":"CROSS_SLIDE_THRESHOLD","features":[635]},{"name":"CROSS_SLIDE_THRESHOLD_COUNT","features":[635]},{"name":"CROSS_SLIDE_THRESHOLD_MAX","features":[635]},{"name":"CROSS_SLIDE_THRESHOLD_REARRANGE_START","features":[635]},{"name":"CROSS_SLIDE_THRESHOLD_SELECT_START","features":[635]},{"name":"CROSS_SLIDE_THRESHOLD_SPEED_BUMP_END","features":[635]},{"name":"CROSS_SLIDE_THRESHOLD_SPEED_BUMP_START","features":[635]},{"name":"CreateInteractionContext","features":[635]},{"name":"DestroyInteractionContext","features":[635]},{"name":"GetCrossSlideParameterInteractionContext","features":[635]},{"name":"GetHoldParameterInteractionContext","features":[635]},{"name":"GetInertiaParameterInteractionContext","features":[635]},{"name":"GetInteractionConfigurationInteractionContext","features":[635]},{"name":"GetMouseWheelParameterInteractionContext","features":[635]},{"name":"GetPropertyInteractionContext","features":[635]},{"name":"GetStateInteractionContext","features":[305,625,635,374]},{"name":"GetTapParameterInteractionContext","features":[635]},{"name":"GetTranslationParameterInteractionContext","features":[635]},{"name":"HINTERACTIONCONTEXT","features":[635]},{"name":"HOLD_PARAMETER","features":[635]},{"name":"HOLD_PARAMETER_MAX","features":[635]},{"name":"HOLD_PARAMETER_MAX_CONTACT_COUNT","features":[635]},{"name":"HOLD_PARAMETER_MIN_CONTACT_COUNT","features":[635]},{"name":"HOLD_PARAMETER_THRESHOLD_RADIUS","features":[635]},{"name":"HOLD_PARAMETER_THRESHOLD_START_DELAY","features":[635]},{"name":"INERTIA_PARAMETER","features":[635]},{"name":"INERTIA_PARAMETER_EXPANSION_DECELERATION","features":[635]},{"name":"INERTIA_PARAMETER_EXPANSION_EXPANSION","features":[635]},{"name":"INERTIA_PARAMETER_MAX","features":[635]},{"name":"INERTIA_PARAMETER_ROTATION_ANGLE","features":[635]},{"name":"INERTIA_PARAMETER_ROTATION_DECELERATION","features":[635]},{"name":"INERTIA_PARAMETER_TRANSLATION_DECELERATION","features":[635]},{"name":"INERTIA_PARAMETER_TRANSLATION_DISPLACEMENT","features":[635]},{"name":"INTERACTION_ARGUMENTS_CROSS_SLIDE","features":[635]},{"name":"INTERACTION_ARGUMENTS_MANIPULATION","features":[635]},{"name":"INTERACTION_ARGUMENTS_TAP","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAGS","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_EXACT","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_HORIZONTAL","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_REARRANGE","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_SELECT","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_CROSS_SLIDE_SPEED_BUMP","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_DRAG","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD_MOUSE","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_HOLD_MULTIPLE_FINGER","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_EXACT","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_MULTIPLE_FINGER_PANNING","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_RAILS_X","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_RAILS_Y","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_ROTATION","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_ROTATION_INERTIA","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_SCALING","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_SCALING_INERTIA","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_INERTIA","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_X","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MANIPULATION_TRANSLATION_Y","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_MAX","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_NONE","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_SECONDARY_TAP","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP_DOUBLE","features":[635]},{"name":"INTERACTION_CONFIGURATION_FLAG_TAP_MULTIPLE_FINGER","features":[635]},{"name":"INTERACTION_CONTEXT_CONFIGURATION","features":[635]},{"name":"INTERACTION_CONTEXT_OUTPUT","features":[635,374]},{"name":"INTERACTION_CONTEXT_OUTPUT2","features":[635,374]},{"name":"INTERACTION_CONTEXT_OUTPUT_CALLBACK","features":[635,374]},{"name":"INTERACTION_CONTEXT_OUTPUT_CALLBACK2","features":[635,374]},{"name":"INTERACTION_CONTEXT_PROPERTY","features":[635]},{"name":"INTERACTION_CONTEXT_PROPERTY_FILTER_POINTERS","features":[635]},{"name":"INTERACTION_CONTEXT_PROPERTY_INTERACTION_UI_FEEDBACK","features":[635]},{"name":"INTERACTION_CONTEXT_PROPERTY_MAX","features":[635]},{"name":"INTERACTION_CONTEXT_PROPERTY_MEASUREMENT_UNITS","features":[635]},{"name":"INTERACTION_FLAGS","features":[635]},{"name":"INTERACTION_FLAG_BEGIN","features":[635]},{"name":"INTERACTION_FLAG_CANCEL","features":[635]},{"name":"INTERACTION_FLAG_END","features":[635]},{"name":"INTERACTION_FLAG_INERTIA","features":[635]},{"name":"INTERACTION_FLAG_MAX","features":[635]},{"name":"INTERACTION_FLAG_NONE","features":[635]},{"name":"INTERACTION_ID","features":[635]},{"name":"INTERACTION_ID_CROSS_SLIDE","features":[635]},{"name":"INTERACTION_ID_DRAG","features":[635]},{"name":"INTERACTION_ID_HOLD","features":[635]},{"name":"INTERACTION_ID_MANIPULATION","features":[635]},{"name":"INTERACTION_ID_MAX","features":[635]},{"name":"INTERACTION_ID_NONE","features":[635]},{"name":"INTERACTION_ID_SECONDARY_TAP","features":[635]},{"name":"INTERACTION_ID_TAP","features":[635]},{"name":"INTERACTION_STATE","features":[635]},{"name":"INTERACTION_STATE_IDLE","features":[635]},{"name":"INTERACTION_STATE_IN_INTERACTION","features":[635]},{"name":"INTERACTION_STATE_MAX","features":[635]},{"name":"INTERACTION_STATE_POSSIBLE_DOUBLE_TAP","features":[635]},{"name":"MANIPULATION_RAILS_STATE","features":[635]},{"name":"MANIPULATION_RAILS_STATE_FREE","features":[635]},{"name":"MANIPULATION_RAILS_STATE_MAX","features":[635]},{"name":"MANIPULATION_RAILS_STATE_RAILED","features":[635]},{"name":"MANIPULATION_RAILS_STATE_UNDECIDED","features":[635]},{"name":"MANIPULATION_TRANSFORM","features":[635]},{"name":"MANIPULATION_VELOCITY","features":[635]},{"name":"MOUSE_WHEEL_PARAMETER","features":[635]},{"name":"MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_X","features":[635]},{"name":"MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_Y","features":[635]},{"name":"MOUSE_WHEEL_PARAMETER_DELTA_ROTATION","features":[635]},{"name":"MOUSE_WHEEL_PARAMETER_DELTA_SCALE","features":[635]},{"name":"MOUSE_WHEEL_PARAMETER_MAX","features":[635]},{"name":"MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_X","features":[635]},{"name":"MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_Y","features":[635]},{"name":"ProcessBufferedPacketsInteractionContext","features":[635]},{"name":"ProcessInertiaInteractionContext","features":[635]},{"name":"ProcessPointerFramesInteractionContext","features":[305,625,635,374]},{"name":"RegisterOutputCallbackInteractionContext","features":[635,374]},{"name":"RegisterOutputCallbackInteractionContext2","features":[635,374]},{"name":"RemovePointerInteractionContext","features":[635]},{"name":"ResetInteractionContext","features":[635]},{"name":"SetCrossSlideParametersInteractionContext","features":[635]},{"name":"SetHoldParameterInteractionContext","features":[635]},{"name":"SetInertiaParameterInteractionContext","features":[635]},{"name":"SetInteractionConfigurationInteractionContext","features":[635]},{"name":"SetMouseWheelParameterInteractionContext","features":[635]},{"name":"SetPivotInteractionContext","features":[635]},{"name":"SetPropertyInteractionContext","features":[635]},{"name":"SetTapParameterInteractionContext","features":[635]},{"name":"SetTranslationParameterInteractionContext","features":[635]},{"name":"StopInteractionContext","features":[635]},{"name":"TAP_PARAMETER","features":[635]},{"name":"TAP_PARAMETER_MAX","features":[635]},{"name":"TAP_PARAMETER_MAX_CONTACT_COUNT","features":[635]},{"name":"TAP_PARAMETER_MIN_CONTACT_COUNT","features":[635]},{"name":"TRANSLATION_PARAMETER","features":[635]},{"name":"TRANSLATION_PARAMETER_MAX","features":[635]},{"name":"TRANSLATION_PARAMETER_MAX_CONTACT_COUNT","features":[635]},{"name":"TRANSLATION_PARAMETER_MIN_CONTACT_COUNT","features":[635]}],"672":[{"name":"ALL_RECONCILE_FLAGS","features":[636]},{"name":"EMPTY_VOLUME_CACHE_FLAGS","features":[636]},{"name":"EVCCBF_LASTNOTIFICATION","features":[636]},{"name":"EVCF_DONTSHOWIFZERO","features":[636]},{"name":"EVCF_ENABLEBYDEFAULT","features":[636]},{"name":"EVCF_ENABLEBYDEFAULT_AUTO","features":[636]},{"name":"EVCF_HASSETTINGS","features":[636]},{"name":"EVCF_OUTOFDISKSPACE","features":[636]},{"name":"EVCF_REMOVEFROMLIST","features":[636]},{"name":"EVCF_SETTINGSMODE","features":[636]},{"name":"EVCF_SYSTEMAUTORUN","features":[636]},{"name":"EVCF_USERCONSENTOBTAINED","features":[636]},{"name":"IADesktopP2","features":[636]},{"name":"IActiveDesktopP","features":[636]},{"name":"IBriefcaseInitiator","features":[636]},{"name":"IEmptyVolumeCache","features":[636]},{"name":"IEmptyVolumeCache2","features":[636]},{"name":"IEmptyVolumeCacheCallBack","features":[636]},{"name":"IReconcilableObject","features":[636]},{"name":"IReconcileInitiator","features":[636]},{"name":"RECONCILEF","features":[636]},{"name":"RECONCILEF_FEEDBACKWINDOWVALID","features":[636]},{"name":"RECONCILEF_MAYBOTHERUSER","features":[636]},{"name":"RECONCILEF_NORESIDUESOK","features":[636]},{"name":"RECONCILEF_OMITSELFRESIDUE","features":[636]},{"name":"RECONCILEF_ONLYYOUWERECHANGED","features":[636]},{"name":"RECONCILEF_RESUMERECONCILIATION","features":[636]},{"name":"RECONCILEF_YOUMAYDOTHEUPDATES","features":[636]},{"name":"REC_E_ABORTED","features":[636]},{"name":"REC_E_INEEDTODOTHEUPDATES","features":[636]},{"name":"REC_E_NOCALLBACK","features":[636]},{"name":"REC_E_NORESIDUES","features":[636]},{"name":"REC_E_TOODIFFERENT","features":[636]},{"name":"REC_S_IDIDTHEUPDATES","features":[636]},{"name":"REC_S_NOTCOMPLETE","features":[636]},{"name":"REC_S_NOTCOMPLETEBUTPROPAGATE","features":[636]},{"name":"STATEBITS_FLAT","features":[636]}],"673":[{"name":"MAGCOLOREFFECT","features":[637]},{"name":"MAGIMAGEHEADER","features":[637]},{"name":"MAGTRANSFORM","features":[637]},{"name":"MS_CLIPAROUNDCURSOR","features":[637]},{"name":"MS_INVERTCOLORS","features":[637]},{"name":"MS_SHOWMAGNIFIEDCURSOR","features":[637]},{"name":"MW_FILTERMODE","features":[637]},{"name":"MW_FILTERMODE_EXCLUDE","features":[637]},{"name":"MW_FILTERMODE_INCLUDE","features":[637]},{"name":"MagGetColorEffect","features":[305,637]},{"name":"MagGetFullscreenColorEffect","features":[305,637]},{"name":"MagGetFullscreenTransform","features":[305,637]},{"name":"MagGetImageScalingCallback","features":[305,317,637]},{"name":"MagGetInputTransform","features":[305,637]},{"name":"MagGetWindowFilterList","features":[305,637]},{"name":"MagGetWindowSource","features":[305,637]},{"name":"MagGetWindowTransform","features":[305,637]},{"name":"MagImageScalingCallback","features":[305,317,637]},{"name":"MagInitialize","features":[305,637]},{"name":"MagSetColorEffect","features":[305,637]},{"name":"MagSetFullscreenColorEffect","features":[305,637]},{"name":"MagSetFullscreenTransform","features":[305,637]},{"name":"MagSetImageScalingCallback","features":[305,317,637]},{"name":"MagSetInputTransform","features":[305,637]},{"name":"MagSetWindowFilterList","features":[305,637]},{"name":"MagSetWindowSource","features":[305,637]},{"name":"MagSetWindowTransform","features":[305,637]},{"name":"MagShowSystemCursor","features":[305,637]},{"name":"MagUninitialize","features":[305,637]},{"name":"WC_MAGNIFIER","features":[637]},{"name":"WC_MAGNIFIERA","features":[637]},{"name":"WC_MAGNIFIERW","features":[637]}],"674":[{"name":"INotificationActivationCallback","features":[638]},{"name":"NOTIFICATION_USER_INPUT_DATA","features":[638]}],"675":[{"name":"IUIApplication","features":[639]},{"name":"IUICollection","features":[639]},{"name":"IUICollectionChangedEvent","features":[639]},{"name":"IUICommandHandler","features":[639]},{"name":"IUIContextualUI","features":[639]},{"name":"IUIEventLogger","features":[639]},{"name":"IUIEventingManager","features":[639]},{"name":"IUIFramework","features":[639]},{"name":"IUIImage","features":[639]},{"name":"IUIImageFromBitmap","features":[639]},{"name":"IUIRibbon","features":[639]},{"name":"IUISimplePropertySet","features":[639]},{"name":"LIBID_UIRibbon","features":[639]},{"name":"UIRibbonFramework","features":[639]},{"name":"UIRibbonImageFromBitmapFactory","features":[639]},{"name":"UI_ALL_COMMANDS","features":[639]},{"name":"UI_COLLECTIONCHANGE","features":[639]},{"name":"UI_COLLECTIONCHANGE_INSERT","features":[639]},{"name":"UI_COLLECTIONCHANGE_REMOVE","features":[639]},{"name":"UI_COLLECTIONCHANGE_REPLACE","features":[639]},{"name":"UI_COLLECTIONCHANGE_RESET","features":[639]},{"name":"UI_COLLECTION_INVALIDINDEX","features":[639]},{"name":"UI_COMMANDTYPE","features":[639]},{"name":"UI_COMMANDTYPE_ACTION","features":[639]},{"name":"UI_COMMANDTYPE_ANCHOR","features":[639]},{"name":"UI_COMMANDTYPE_BOOLEAN","features":[639]},{"name":"UI_COMMANDTYPE_COLLECTION","features":[639]},{"name":"UI_COMMANDTYPE_COLORANCHOR","features":[639]},{"name":"UI_COMMANDTYPE_COLORCOLLECTION","features":[639]},{"name":"UI_COMMANDTYPE_COMMANDCOLLECTION","features":[639]},{"name":"UI_COMMANDTYPE_CONTEXT","features":[639]},{"name":"UI_COMMANDTYPE_DECIMAL","features":[639]},{"name":"UI_COMMANDTYPE_FONT","features":[639]},{"name":"UI_COMMANDTYPE_GROUP","features":[639]},{"name":"UI_COMMANDTYPE_RECENTITEMS","features":[639]},{"name":"UI_COMMANDTYPE_UNKNOWN","features":[639]},{"name":"UI_CONTEXTAVAILABILITY","features":[639]},{"name":"UI_CONTEXTAVAILABILITY_ACTIVE","features":[639]},{"name":"UI_CONTEXTAVAILABILITY_AVAILABLE","features":[639]},{"name":"UI_CONTEXTAVAILABILITY_NOTAVAILABLE","features":[639]},{"name":"UI_CONTROLDOCK","features":[639]},{"name":"UI_CONTROLDOCK_BOTTOM","features":[639]},{"name":"UI_CONTROLDOCK_TOP","features":[639]},{"name":"UI_EVENTLOCATION","features":[639]},{"name":"UI_EVENTLOCATION_ApplicationMenu","features":[639]},{"name":"UI_EVENTLOCATION_ContextPopup","features":[639]},{"name":"UI_EVENTLOCATION_QAT","features":[639]},{"name":"UI_EVENTLOCATION_Ribbon","features":[639]},{"name":"UI_EVENTPARAMS","features":[639]},{"name":"UI_EVENTPARAMS_COMMAND","features":[639]},{"name":"UI_EVENTTYPE","features":[639]},{"name":"UI_EVENTTYPE_ApplicationMenuOpened","features":[639]},{"name":"UI_EVENTTYPE_ApplicationModeSwitched","features":[639]},{"name":"UI_EVENTTYPE_CommandExecuted","features":[639]},{"name":"UI_EVENTTYPE_MenuOpened","features":[639]},{"name":"UI_EVENTTYPE_RibbonExpanded","features":[639]},{"name":"UI_EVENTTYPE_RibbonMinimized","features":[639]},{"name":"UI_EVENTTYPE_TabActivated","features":[639]},{"name":"UI_EVENTTYPE_TooltipShown","features":[639]},{"name":"UI_EXECUTIONVERB","features":[639]},{"name":"UI_EXECUTIONVERB_CANCELPREVIEW","features":[639]},{"name":"UI_EXECUTIONVERB_EXECUTE","features":[639]},{"name":"UI_EXECUTIONVERB_PREVIEW","features":[639]},{"name":"UI_FONTDELTASIZE","features":[639]},{"name":"UI_FONTDELTASIZE_GROW","features":[639]},{"name":"UI_FONTDELTASIZE_SHRINK","features":[639]},{"name":"UI_FONTPROPERTIES","features":[639]},{"name":"UI_FONTPROPERTIES_NOTAVAILABLE","features":[639]},{"name":"UI_FONTPROPERTIES_NOTSET","features":[639]},{"name":"UI_FONTPROPERTIES_SET","features":[639]},{"name":"UI_FONTUNDERLINE","features":[639]},{"name":"UI_FONTUNDERLINE_NOTAVAILABLE","features":[639]},{"name":"UI_FONTUNDERLINE_NOTSET","features":[639]},{"name":"UI_FONTUNDERLINE_SET","features":[639]},{"name":"UI_FONTVERTICALPOSITION","features":[639]},{"name":"UI_FONTVERTICALPOSITION_NOTAVAILABLE","features":[639]},{"name":"UI_FONTVERTICALPOSITION_NOTSET","features":[639]},{"name":"UI_FONTVERTICALPOSITION_SUBSCRIPT","features":[639]},{"name":"UI_FONTVERTICALPOSITION_SUPERSCRIPT","features":[639]},{"name":"UI_INVALIDATIONS","features":[639]},{"name":"UI_INVALIDATIONS_ALLPROPERTIES","features":[639]},{"name":"UI_INVALIDATIONS_PROPERTY","features":[639]},{"name":"UI_INVALIDATIONS_STATE","features":[639]},{"name":"UI_INVALIDATIONS_VALUE","features":[639]},{"name":"UI_OWNERSHIP","features":[639]},{"name":"UI_OWNERSHIP_COPY","features":[639]},{"name":"UI_OWNERSHIP_TRANSFER","features":[639]},{"name":"UI_SWATCHCOLORMODE","features":[639]},{"name":"UI_SWATCHCOLORMODE_MONOCHROME","features":[639]},{"name":"UI_SWATCHCOLORMODE_NORMAL","features":[639]},{"name":"UI_SWATCHCOLORTYPE","features":[639]},{"name":"UI_SWATCHCOLORTYPE_AUTOMATIC","features":[639]},{"name":"UI_SWATCHCOLORTYPE_NOCOLOR","features":[639]},{"name":"UI_SWATCHCOLORTYPE_RGB","features":[639]},{"name":"UI_VIEWTYPE","features":[639]},{"name":"UI_VIEWTYPE_RIBBON","features":[639]},{"name":"UI_VIEWVERB","features":[639]},{"name":"UI_VIEWVERB_CREATE","features":[639]},{"name":"UI_VIEWVERB_DESTROY","features":[639]},{"name":"UI_VIEWVERB_ERROR","features":[639]},{"name":"UI_VIEWVERB_SIZE","features":[639]}],"676":[{"name":"AASHELLMENUFILENAME","features":[474]},{"name":"AASHELLMENUITEM","features":[474]},{"name":"ABE_BOTTOM","features":[474]},{"name":"ABE_LEFT","features":[474]},{"name":"ABE_RIGHT","features":[474]},{"name":"ABE_TOP","features":[474]},{"name":"ABM_ACTIVATE","features":[474]},{"name":"ABM_GETAUTOHIDEBAR","features":[474]},{"name":"ABM_GETAUTOHIDEBAREX","features":[474]},{"name":"ABM_GETSTATE","features":[474]},{"name":"ABM_GETTASKBARPOS","features":[474]},{"name":"ABM_NEW","features":[474]},{"name":"ABM_QUERYPOS","features":[474]},{"name":"ABM_REMOVE","features":[474]},{"name":"ABM_SETAUTOHIDEBAR","features":[474]},{"name":"ABM_SETAUTOHIDEBAREX","features":[474]},{"name":"ABM_SETPOS","features":[474]},{"name":"ABM_SETSTATE","features":[474]},{"name":"ABM_WINDOWPOSCHANGED","features":[474]},{"name":"ABN_FULLSCREENAPP","features":[474]},{"name":"ABN_POSCHANGED","features":[474]},{"name":"ABN_STATECHANGE","features":[474]},{"name":"ABN_WINDOWARRANGE","features":[474]},{"name":"ABS_ALWAYSONTOP","features":[474]},{"name":"ABS_AUTOHIDE","features":[474]},{"name":"ACDD_VISIBLE","features":[474]},{"name":"ACENUMOPTION","features":[474]},{"name":"ACEO_FIRSTUNUSED","features":[474]},{"name":"ACEO_MOSTRECENTFIRST","features":[474]},{"name":"ACEO_NONE","features":[474]},{"name":"ACLO_CURRENTDIR","features":[474]},{"name":"ACLO_DESKTOP","features":[474]},{"name":"ACLO_FAVORITES","features":[474]},{"name":"ACLO_FILESYSDIRS","features":[474]},{"name":"ACLO_FILESYSONLY","features":[474]},{"name":"ACLO_MYCOMPUTER","features":[474]},{"name":"ACLO_NONE","features":[474]},{"name":"ACLO_VIRTUALNAMESPACE","features":[474]},{"name":"ACO_AUTOAPPEND","features":[474]},{"name":"ACO_AUTOSUGGEST","features":[474]},{"name":"ACO_FILTERPREFIXES","features":[474]},{"name":"ACO_NONE","features":[474]},{"name":"ACO_NOPREFIXFILTERING","features":[474]},{"name":"ACO_RTLREADING","features":[474]},{"name":"ACO_SEARCH","features":[474]},{"name":"ACO_UPDOWNKEYDROPSLIST","features":[474]},{"name":"ACO_USETAB","features":[474]},{"name":"ACO_WORD_FILTER","features":[474]},{"name":"ACTIVATEOPTIONS","features":[474]},{"name":"ADDURL_SILENT","features":[474]},{"name":"ADE_LEFT","features":[474]},{"name":"ADE_NONE","features":[474]},{"name":"ADE_RIGHT","features":[474]},{"name":"ADJACENT_DISPLAY_EDGES","features":[474]},{"name":"ADLT_FREQUENT","features":[474]},{"name":"ADLT_RECENT","features":[474]},{"name":"AD_APPLY_BUFFERED_REFRESH","features":[474]},{"name":"AD_APPLY_DYNAMICREFRESH","features":[474]},{"name":"AD_APPLY_FORCE","features":[474]},{"name":"AD_APPLY_HTMLGEN","features":[474]},{"name":"AD_APPLY_REFRESH","features":[474]},{"name":"AD_APPLY_SAVE","features":[474]},{"name":"AD_GETWP_BMP","features":[474]},{"name":"AD_GETWP_IMAGE","features":[474]},{"name":"AD_GETWP_LAST_APPLIED","features":[474]},{"name":"AHE_DESKTOP","features":[474]},{"name":"AHE_IMMERSIVE","features":[474]},{"name":"AHE_TYPE","features":[474]},{"name":"AHTYPE","features":[474]},{"name":"AHTYPE_ANY_APPLICATION","features":[474]},{"name":"AHTYPE_ANY_PROGID","features":[474]},{"name":"AHTYPE_APPLICATION","features":[474]},{"name":"AHTYPE_CLASS_APPLICATION","features":[474]},{"name":"AHTYPE_MACHINEDEFAULT","features":[474]},{"name":"AHTYPE_PROGID","features":[474]},{"name":"AHTYPE_UNDEFINED","features":[474]},{"name":"AHTYPE_USER_APPLICATION","features":[474]},{"name":"AIM_COMMENTS","features":[474]},{"name":"AIM_CONTACT","features":[474]},{"name":"AIM_DISPLAYNAME","features":[474]},{"name":"AIM_HELPLINK","features":[474]},{"name":"AIM_IMAGE","features":[474]},{"name":"AIM_INSTALLDATE","features":[474]},{"name":"AIM_INSTALLLOCATION","features":[474]},{"name":"AIM_INSTALLSOURCE","features":[474]},{"name":"AIM_LANGUAGE","features":[474]},{"name":"AIM_PRODUCTID","features":[474]},{"name":"AIM_PUBLISHER","features":[474]},{"name":"AIM_READMEURL","features":[474]},{"name":"AIM_REGISTEREDCOMPANY","features":[474]},{"name":"AIM_REGISTEREDOWNER","features":[474]},{"name":"AIM_SUPPORTTELEPHONE","features":[474]},{"name":"AIM_SUPPORTURL","features":[474]},{"name":"AIM_UPDATEINFOURL","features":[474]},{"name":"AIM_VERSION","features":[474]},{"name":"AL_EFFECTIVE","features":[474]},{"name":"AL_MACHINE","features":[474]},{"name":"AL_USER","features":[474]},{"name":"AO_DESIGNMODE","features":[474]},{"name":"AO_NOERRORUI","features":[474]},{"name":"AO_NONE","features":[474]},{"name":"AO_NOSPLASHSCREEN","features":[474]},{"name":"AO_PRELAUNCH","features":[474]},{"name":"APPACTIONFLAGS","features":[474]},{"name":"APPACTION_ADDLATER","features":[474]},{"name":"APPACTION_CANGETSIZE","features":[474]},{"name":"APPACTION_INSTALL","features":[474]},{"name":"APPACTION_MODIFY","features":[474]},{"name":"APPACTION_MODIFYREMOVE","features":[474]},{"name":"APPACTION_REPAIR","features":[474]},{"name":"APPACTION_UNINSTALL","features":[474]},{"name":"APPACTION_UNSCHEDULE","features":[474]},{"name":"APPACTION_UPGRADE","features":[474]},{"name":"APPBARDATA","features":[305,474]},{"name":"APPBARDATA","features":[305,474]},{"name":"APPCATEGORYINFO","features":[474]},{"name":"APPCATEGORYINFOLIST","features":[474]},{"name":"APPDOCLISTTYPE","features":[474]},{"name":"APPINFODATA","features":[474]},{"name":"APPINFODATAFLAGS","features":[474]},{"name":"APPLET_PROC","features":[305,474]},{"name":"APPLICATION_VIEW_MIN_WIDTH","features":[474]},{"name":"APPLICATION_VIEW_ORIENTATION","features":[474]},{"name":"APPLICATION_VIEW_SIZE_PREFERENCE","features":[474]},{"name":"APPLICATION_VIEW_STATE","features":[474]},{"name":"APPNAMEBUFFERLEN","features":[474]},{"name":"ARCONTENT_AUDIOCD","features":[474]},{"name":"ARCONTENT_AUTOPLAYMUSIC","features":[474]},{"name":"ARCONTENT_AUTOPLAYPIX","features":[474]},{"name":"ARCONTENT_AUTOPLAYVIDEO","features":[474]},{"name":"ARCONTENT_AUTORUNINF","features":[474]},{"name":"ARCONTENT_BLANKBD","features":[474]},{"name":"ARCONTENT_BLANKCD","features":[474]},{"name":"ARCONTENT_BLANKDVD","features":[474]},{"name":"ARCONTENT_BLURAY","features":[474]},{"name":"ARCONTENT_CAMERASTORAGE","features":[474]},{"name":"ARCONTENT_CUSTOMEVENT","features":[474]},{"name":"ARCONTENT_DVDAUDIO","features":[474]},{"name":"ARCONTENT_DVDMOVIE","features":[474]},{"name":"ARCONTENT_MASK","features":[474]},{"name":"ARCONTENT_NONE","features":[474]},{"name":"ARCONTENT_PHASE_FINAL","features":[474]},{"name":"ARCONTENT_PHASE_MASK","features":[474]},{"name":"ARCONTENT_PHASE_PRESNIFF","features":[474]},{"name":"ARCONTENT_PHASE_SNIFFING","features":[474]},{"name":"ARCONTENT_PHASE_UNKNOWN","features":[474]},{"name":"ARCONTENT_SVCD","features":[474]},{"name":"ARCONTENT_UNKNOWNCONTENT","features":[474]},{"name":"ARCONTENT_VCD","features":[474]},{"name":"ASSOCCLASS","features":[474]},{"name":"ASSOCCLASS_APP_KEY","features":[474]},{"name":"ASSOCCLASS_APP_STR","features":[474]},{"name":"ASSOCCLASS_CLSID_KEY","features":[474]},{"name":"ASSOCCLASS_CLSID_STR","features":[474]},{"name":"ASSOCCLASS_FIXED_PROGID_STR","features":[474]},{"name":"ASSOCCLASS_FOLDER","features":[474]},{"name":"ASSOCCLASS_PROGID_KEY","features":[474]},{"name":"ASSOCCLASS_PROGID_STR","features":[474]},{"name":"ASSOCCLASS_PROTOCOL_STR","features":[474]},{"name":"ASSOCCLASS_SHELL_KEY","features":[474]},{"name":"ASSOCCLASS_STAR","features":[474]},{"name":"ASSOCCLASS_SYSTEM_STR","features":[474]},{"name":"ASSOCDATA","features":[474]},{"name":"ASSOCDATA_EDITFLAGS","features":[474]},{"name":"ASSOCDATA_HASPERUSERASSOC","features":[474]},{"name":"ASSOCDATA_MAX","features":[474]},{"name":"ASSOCDATA_MSIDESCRIPTOR","features":[474]},{"name":"ASSOCDATA_NOACTIVATEHANDLER","features":[474]},{"name":"ASSOCDATA_UNUSED1","features":[474]},{"name":"ASSOCDATA_VALUE","features":[474]},{"name":"ASSOCENUM","features":[474]},{"name":"ASSOCENUM_NONE","features":[474]},{"name":"ASSOCF","features":[474]},{"name":"ASSOCF_APP_TO_APP","features":[474]},{"name":"ASSOCF_IGNOREBASECLASS","features":[474]},{"name":"ASSOCF_INIT_BYEXENAME","features":[474]},{"name":"ASSOCF_INIT_DEFAULTTOFOLDER","features":[474]},{"name":"ASSOCF_INIT_DEFAULTTOSTAR","features":[474]},{"name":"ASSOCF_INIT_FIXED_PROGID","features":[474]},{"name":"ASSOCF_INIT_FOR_FILE","features":[474]},{"name":"ASSOCF_INIT_IGNOREUNKNOWN","features":[474]},{"name":"ASSOCF_INIT_NOREMAPCLSID","features":[474]},{"name":"ASSOCF_IS_FULL_URI","features":[474]},{"name":"ASSOCF_IS_PROTOCOL","features":[474]},{"name":"ASSOCF_NOFIXUPS","features":[474]},{"name":"ASSOCF_NONE","features":[474]},{"name":"ASSOCF_NOTRUNCATE","features":[474]},{"name":"ASSOCF_NOUSERSETTINGS","features":[474]},{"name":"ASSOCF_OPEN_BYEXENAME","features":[474]},{"name":"ASSOCF_PER_MACHINE_ONLY","features":[474]},{"name":"ASSOCF_REMAPRUNDLL","features":[474]},{"name":"ASSOCF_VERIFY","features":[474]},{"name":"ASSOCIATIONELEMENT","features":[373,474]},{"name":"ASSOCIATIONELEMENT","features":[373,474]},{"name":"ASSOCIATIONLEVEL","features":[474]},{"name":"ASSOCIATIONTYPE","features":[474]},{"name":"ASSOCKEY","features":[474]},{"name":"ASSOCKEY_APP","features":[474]},{"name":"ASSOCKEY_BASECLASS","features":[474]},{"name":"ASSOCKEY_CLASS","features":[474]},{"name":"ASSOCKEY_MAX","features":[474]},{"name":"ASSOCKEY_SHELLEXECCLASS","features":[474]},{"name":"ASSOCSTR","features":[474]},{"name":"ASSOCSTR_APPICONREFERENCE","features":[474]},{"name":"ASSOCSTR_APPID","features":[474]},{"name":"ASSOCSTR_APPPUBLISHER","features":[474]},{"name":"ASSOCSTR_COMMAND","features":[474]},{"name":"ASSOCSTR_CONTENTTYPE","features":[474]},{"name":"ASSOCSTR_DDEAPPLICATION","features":[474]},{"name":"ASSOCSTR_DDECOMMAND","features":[474]},{"name":"ASSOCSTR_DDEIFEXEC","features":[474]},{"name":"ASSOCSTR_DDETOPIC","features":[474]},{"name":"ASSOCSTR_DEFAULTICON","features":[474]},{"name":"ASSOCSTR_DELEGATEEXECUTE","features":[474]},{"name":"ASSOCSTR_DROPTARGET","features":[474]},{"name":"ASSOCSTR_EXECUTABLE","features":[474]},{"name":"ASSOCSTR_FRIENDLYAPPNAME","features":[474]},{"name":"ASSOCSTR_FRIENDLYDOCNAME","features":[474]},{"name":"ASSOCSTR_INFOTIP","features":[474]},{"name":"ASSOCSTR_MAX","features":[474]},{"name":"ASSOCSTR_NOOPEN","features":[474]},{"name":"ASSOCSTR_PROGID","features":[474]},{"name":"ASSOCSTR_QUICKTIP","features":[474]},{"name":"ASSOCSTR_SHELLEXTENSION","features":[474]},{"name":"ASSOCSTR_SHELLNEWVALUE","features":[474]},{"name":"ASSOCSTR_SUPPORTED_URI_PROTOCOLS","features":[474]},{"name":"ASSOCSTR_TILEINFO","features":[474]},{"name":"ASSOC_FILTER","features":[474]},{"name":"ASSOC_FILTER_NONE","features":[474]},{"name":"ASSOC_FILTER_RECOMMENDED","features":[474]},{"name":"ATTACHMENT_ACTION","features":[474]},{"name":"ATTACHMENT_ACTION_CANCEL","features":[474]},{"name":"ATTACHMENT_ACTION_EXEC","features":[474]},{"name":"ATTACHMENT_ACTION_SAVE","features":[474]},{"name":"ATTACHMENT_PROMPT","features":[474]},{"name":"ATTACHMENT_PROMPT_EXEC","features":[474]},{"name":"ATTACHMENT_PROMPT_EXEC_OR_SAVE","features":[474]},{"name":"ATTACHMENT_PROMPT_NONE","features":[474]},{"name":"ATTACHMENT_PROMPT_SAVE","features":[474]},{"name":"AT_FILEEXTENSION","features":[474]},{"name":"AT_MIMETYPE","features":[474]},{"name":"AT_STARTMENUCLIENT","features":[474]},{"name":"AT_URLPROTOCOL","features":[474]},{"name":"AUTOCOMPLETELISTOPTIONS","features":[474]},{"name":"AUTOCOMPLETEOPTIONS","features":[474]},{"name":"AUTO_SCROLL_DATA","features":[305,474]},{"name":"AVMW_320","features":[474]},{"name":"AVMW_500","features":[474]},{"name":"AVMW_DEFAULT","features":[474]},{"name":"AVO_LANDSCAPE","features":[474]},{"name":"AVO_PORTRAIT","features":[474]},{"name":"AVSP_CUSTOM","features":[474]},{"name":"AVSP_DEFAULT","features":[474]},{"name":"AVSP_USE_HALF","features":[474]},{"name":"AVSP_USE_LESS","features":[474]},{"name":"AVSP_USE_MINIMUM","features":[474]},{"name":"AVSP_USE_MORE","features":[474]},{"name":"AVSP_USE_NONE","features":[474]},{"name":"AVS_FILLED","features":[474]},{"name":"AVS_FULLSCREEN_LANDSCAPE","features":[474]},{"name":"AVS_FULLSCREEN_PORTRAIT","features":[474]},{"name":"AVS_SNAPPED","features":[474]},{"name":"AccessibilityDockingService","features":[474]},{"name":"AllowSmallerSize","features":[474]},{"name":"AlphabeticalCategorizer","features":[474]},{"name":"AppShellVerbHandler","features":[474]},{"name":"AppStartupLink","features":[474]},{"name":"AppVisibility","features":[474]},{"name":"ApplicationActivationManager","features":[474]},{"name":"ApplicationAssociationRegistration","features":[474]},{"name":"ApplicationAssociationRegistrationUI","features":[474]},{"name":"ApplicationDesignModeSettings","features":[474]},{"name":"ApplicationDestinations","features":[474]},{"name":"ApplicationDocumentLists","features":[474]},{"name":"AssocCreate","features":[474]},{"name":"AssocCreateForClasses","features":[373,474]},{"name":"AssocGetDetailsOfPropKey","features":[305,358,359,360,640]},{"name":"AssocGetPerceivedType","features":[640]},{"name":"AssocIsDangerous","features":[305,474]},{"name":"AssocQueryKeyA","features":[373,474]},{"name":"AssocQueryKeyW","features":[373,474]},{"name":"AssocQueryStringA","features":[474]},{"name":"AssocQueryStringByKeyA","features":[373,474]},{"name":"AssocQueryStringByKeyW","features":[373,474]},{"name":"AssocQueryStringW","features":[474]},{"name":"AttachmentServices","features":[474]},{"name":"BANDINFOSFB","features":[305,640]},{"name":"BANDSITECID","features":[474]},{"name":"BANDSITEINFO","features":[474]},{"name":"BANNER_NOTIFICATION","features":[474]},{"name":"BANNER_NOTIFICATION_EVENT","features":[474]},{"name":"BASEBROWSERDATALH","features":[305,358,359,640]},{"name":"BASEBROWSERDATAXP","features":[305,358,359,640]},{"name":"BFFCALLBACK","features":[305,474]},{"name":"BFFM_ENABLEOK","features":[474]},{"name":"BFFM_INITIALIZED","features":[474]},{"name":"BFFM_IUNKNOWN","features":[474]},{"name":"BFFM_SELCHANGED","features":[474]},{"name":"BFFM_SETEXPANDED","features":[474]},{"name":"BFFM_SETOKTEXT","features":[474]},{"name":"BFFM_SETSELECTION","features":[474]},{"name":"BFFM_SETSELECTIONA","features":[474]},{"name":"BFFM_SETSELECTIONW","features":[474]},{"name":"BFFM_SETSTATUSTEXT","features":[474]},{"name":"BFFM_SETSTATUSTEXTA","features":[474]},{"name":"BFFM_SETSTATUSTEXTW","features":[474]},{"name":"BFFM_VALIDATEFAILED","features":[474]},{"name":"BFFM_VALIDATEFAILEDA","features":[474]},{"name":"BFFM_VALIDATEFAILEDW","features":[474]},{"name":"BFO_ADD_IE_TOCAPTIONBAR","features":[474]},{"name":"BFO_BOTH_OPTIONS","features":[474]},{"name":"BFO_BROWSER_PERSIST_SETTINGS","features":[474]},{"name":"BFO_BROWSE_NO_IN_NEW_PROCESS","features":[474]},{"name":"BFO_ENABLE_HYPERLINK_TRACKING","features":[474]},{"name":"BFO_GO_HOME_PAGE","features":[474]},{"name":"BFO_NONE","features":[474]},{"name":"BFO_NO_PARENT_FOLDER_SUPPORT","features":[474]},{"name":"BFO_NO_REOPEN_NEXT_RESTART","features":[474]},{"name":"BFO_PREFER_IEPROCESS","features":[474]},{"name":"BFO_QUERY_ALL","features":[474]},{"name":"BFO_RENAME_FOLDER_OPTIONS_TOINTERNET","features":[474]},{"name":"BFO_SHOW_NAVIGATION_CANCELLED","features":[474]},{"name":"BFO_SUBSTITUE_INTERNET_START_PAGE","features":[474]},{"name":"BFO_USE_DIALUP_REF","features":[474]},{"name":"BFO_USE_IE_LOGOBANDING","features":[474]},{"name":"BFO_USE_IE_OFFLINE_SUPPORT","features":[474]},{"name":"BFO_USE_IE_STATUSBAR","features":[474]},{"name":"BFO_USE_IE_TOOLBAR","features":[474]},{"name":"BHID_AssociationArray","features":[474]},{"name":"BHID_DataObject","features":[474]},{"name":"BHID_EnumAssocHandlers","features":[474]},{"name":"BHID_EnumItems","features":[474]},{"name":"BHID_FilePlaceholder","features":[474]},{"name":"BHID_Filter","features":[474]},{"name":"BHID_LinkTargetItem","features":[474]},{"name":"BHID_PropertyStore","features":[474]},{"name":"BHID_RandomAccessStream","features":[474]},{"name":"BHID_SFObject","features":[474]},{"name":"BHID_SFUIObject","features":[474]},{"name":"BHID_SFViewObject","features":[474]},{"name":"BHID_Storage","features":[474]},{"name":"BHID_StorageEnum","features":[474]},{"name":"BHID_StorageItem","features":[474]},{"name":"BHID_Stream","features":[474]},{"name":"BHID_ThumbnailHandler","features":[474]},{"name":"BHID_Transfer","features":[474]},{"name":"BIF_BROWSEFILEJUNCTIONS","features":[474]},{"name":"BIF_BROWSEFORCOMPUTER","features":[474]},{"name":"BIF_BROWSEFORPRINTER","features":[474]},{"name":"BIF_BROWSEINCLUDEFILES","features":[474]},{"name":"BIF_BROWSEINCLUDEURLS","features":[474]},{"name":"BIF_DONTGOBELOWDOMAIN","features":[474]},{"name":"BIF_EDITBOX","features":[474]},{"name":"BIF_NEWDIALOGSTYLE","features":[474]},{"name":"BIF_NONEWFOLDERBUTTON","features":[474]},{"name":"BIF_NOTRANSLATETARGETS","features":[474]},{"name":"BIF_PREFER_INTERNET_SHORTCUT","features":[474]},{"name":"BIF_RETURNFSANCESTORS","features":[474]},{"name":"BIF_RETURNONLYFSDIRS","features":[474]},{"name":"BIF_SHAREABLE","features":[474]},{"name":"BIF_STATUSTEXT","features":[474]},{"name":"BIF_UAHINT","features":[474]},{"name":"BIF_VALIDATE","features":[474]},{"name":"BIND_INTERRUPTABLE","features":[474]},{"name":"BMICON_LARGE","features":[474]},{"name":"BMICON_SMALL","features":[474]},{"name":"BNE_Button1Clicked","features":[474]},{"name":"BNE_Button2Clicked","features":[474]},{"name":"BNE_Closed","features":[474]},{"name":"BNE_Dismissed","features":[474]},{"name":"BNE_Hovered","features":[474]},{"name":"BNE_Rendered","features":[474]},{"name":"BNSTATE","features":[474]},{"name":"BNS_BEGIN_NAVIGATE","features":[474]},{"name":"BNS_NAVIGATE","features":[474]},{"name":"BNS_NORMAL","features":[474]},{"name":"BROWSEINFOA","features":[305,640]},{"name":"BROWSEINFOW","features":[305,640]},{"name":"BSF_CANMAXIMIZE","features":[474]},{"name":"BSF_DELEGATEDNAVIGATION","features":[474]},{"name":"BSF_DONTSHOWNAVCANCELPAGE","features":[474]},{"name":"BSF_FEEDNAVIGATION","features":[474]},{"name":"BSF_FEEDSUBSCRIBED","features":[474]},{"name":"BSF_HTMLNAVCANCELED","features":[474]},{"name":"BSF_MERGEDMENUS","features":[474]},{"name":"BSF_NAVNOHISTORY","features":[474]},{"name":"BSF_NOLOCALFILEWARNING","features":[474]},{"name":"BSF_REGISTERASDROPTARGET","features":[474]},{"name":"BSF_RESIZABLE","features":[474]},{"name":"BSF_SETNAVIGATABLECODEPAGE","features":[474]},{"name":"BSF_THEATERMODE","features":[474]},{"name":"BSF_TOPBROWSER","features":[474]},{"name":"BSF_TRUSTEDFORACTIVEX","features":[474]},{"name":"BSF_UISETBYAUTOMATION","features":[474]},{"name":"BSID_BANDADDED","features":[474]},{"name":"BSID_BANDREMOVED","features":[474]},{"name":"BSIM_STATE","features":[474]},{"name":"BSIM_STYLE","features":[474]},{"name":"BSIS_ALWAYSGRIPPER","features":[474]},{"name":"BSIS_AUTOGRIPPER","features":[474]},{"name":"BSIS_FIXEDORDER","features":[474]},{"name":"BSIS_LEFTALIGN","features":[474]},{"name":"BSIS_LOCKED","features":[474]},{"name":"BSIS_NOCAPTION","features":[474]},{"name":"BSIS_NOCONTEXTMENU","features":[474]},{"name":"BSIS_NODROPTARGET","features":[474]},{"name":"BSIS_NOGRIPPER","features":[474]},{"name":"BSIS_PREFERNOLINEBREAK","features":[474]},{"name":"BSIS_PRESERVEORDERDURINGLAYOUT","features":[474]},{"name":"BSIS_SINGLECLICK","features":[474]},{"name":"BSSF_NOTITLE","features":[474]},{"name":"BSSF_UNDELETEABLE","features":[474]},{"name":"BSSF_VISIBLE","features":[474]},{"name":"BUFFLEN","features":[474]},{"name":"BrowserNavConstants","features":[474]},{"name":"CABINETSTATE","features":[474]},{"name":"CABINETSTATE_VERSION","features":[474]},{"name":"CAMERAROLL_E_NO_DOWNSAMPLING_REQUIRED","features":[474]},{"name":"CATEGORYINFO_FLAGS","features":[474]},{"name":"CATEGORY_INFO","features":[474]},{"name":"CATID_BrowsableShellExt","features":[474]},{"name":"CATID_BrowseInPlace","features":[474]},{"name":"CATID_CommBand","features":[474]},{"name":"CATID_DeskBand","features":[474]},{"name":"CATID_FilePlaceholderMergeHandler","features":[474]},{"name":"CATID_InfoBand","features":[474]},{"name":"CATID_LocationFactory","features":[474]},{"name":"CATID_LocationProvider","features":[474]},{"name":"CATID_SearchableApplication","features":[474]},{"name":"CATINFO_COLLAPSED","features":[474]},{"name":"CATINFO_EXPANDED","features":[474]},{"name":"CATINFO_HIDDEN","features":[474]},{"name":"CATINFO_NOHEADER","features":[474]},{"name":"CATINFO_NOHEADERCOUNT","features":[474]},{"name":"CATINFO_NORMAL","features":[474]},{"name":"CATINFO_NOTCOLLAPSIBLE","features":[474]},{"name":"CATINFO_SEPARATE_IMAGES","features":[474]},{"name":"CATINFO_SHOWEMPTY","features":[474]},{"name":"CATINFO_SUBSETTED","features":[474]},{"name":"CATSORT_DEFAULT","features":[474]},{"name":"CATSORT_FLAGS","features":[474]},{"name":"CATSORT_NAME","features":[474]},{"name":"CDB2GVF_ADDSHIELD","features":[474]},{"name":"CDB2GVF_ALLOWPREVIEWPANE","features":[474]},{"name":"CDB2GVF_ISFILESAVE","features":[474]},{"name":"CDB2GVF_ISFOLDERPICKER","features":[474]},{"name":"CDB2GVF_NOINCLUDEITEM","features":[474]},{"name":"CDB2GVF_NOSELECTVERB","features":[474]},{"name":"CDB2GVF_SHOWALLFILES","features":[474]},{"name":"CDB2N_CONTEXTMENU_DONE","features":[474]},{"name":"CDB2N_CONTEXTMENU_START","features":[474]},{"name":"CDBE_RET_DEFAULT","features":[474]},{"name":"CDBE_RET_DONTRUNOTHEREXTS","features":[474]},{"name":"CDBE_RET_STOPWIZARD","features":[474]},{"name":"CDBE_TYPE_ALL","features":[474]},{"name":"CDBE_TYPE_DATA","features":[474]},{"name":"CDBE_TYPE_MUSIC","features":[474]},{"name":"CDBOSC_KILLFOCUS","features":[474]},{"name":"CDBOSC_RENAME","features":[474]},{"name":"CDBOSC_SELCHANGE","features":[474]},{"name":"CDBOSC_SETFOCUS","features":[474]},{"name":"CDBOSC_STATECHANGE","features":[474]},{"name":"CDBURNINGEXTENSIONRET","features":[474]},{"name":"CDBurn","features":[474]},{"name":"CDCONTROLSTATEF","features":[474]},{"name":"CDCS_ENABLED","features":[474]},{"name":"CDCS_ENABLEDVISIBLE","features":[474]},{"name":"CDCS_INACTIVE","features":[474]},{"name":"CDCS_VISIBLE","features":[474]},{"name":"CDefFolderMenu_Create2","features":[305,358,373,640]},{"name":"CFSTR_AUTOPLAY_SHELLIDLISTS","features":[474]},{"name":"CFSTR_DROPDESCRIPTION","features":[474]},{"name":"CFSTR_FILECONTENTS","features":[474]},{"name":"CFSTR_FILEDESCRIPTOR","features":[474]},{"name":"CFSTR_FILEDESCRIPTORA","features":[474]},{"name":"CFSTR_FILEDESCRIPTORW","features":[474]},{"name":"CFSTR_FILENAME","features":[474]},{"name":"CFSTR_FILENAMEA","features":[474]},{"name":"CFSTR_FILENAMEMAP","features":[474]},{"name":"CFSTR_FILENAMEMAPA","features":[474]},{"name":"CFSTR_FILENAMEMAPW","features":[474]},{"name":"CFSTR_FILENAMEW","features":[474]},{"name":"CFSTR_FILE_ATTRIBUTES_ARRAY","features":[474]},{"name":"CFSTR_INDRAGLOOP","features":[474]},{"name":"CFSTR_INETURL","features":[474]},{"name":"CFSTR_INETURLA","features":[474]},{"name":"CFSTR_INETURLW","features":[474]},{"name":"CFSTR_INVOKECOMMAND_DROPPARAM","features":[474]},{"name":"CFSTR_LOGICALPERFORMEDDROPEFFECT","features":[474]},{"name":"CFSTR_MOUNTEDVOLUME","features":[474]},{"name":"CFSTR_NETRESOURCES","features":[474]},{"name":"CFSTR_PASTESUCCEEDED","features":[474]},{"name":"CFSTR_PERFORMEDDROPEFFECT","features":[474]},{"name":"CFSTR_PERSISTEDDATAOBJECT","features":[474]},{"name":"CFSTR_PREFERREDDROPEFFECT","features":[474]},{"name":"CFSTR_PRINTERGROUP","features":[474]},{"name":"CFSTR_SHELLDROPHANDLER","features":[474]},{"name":"CFSTR_SHELLIDLIST","features":[474]},{"name":"CFSTR_SHELLIDLISTOFFSET","features":[474]},{"name":"CFSTR_SHELLURL","features":[474]},{"name":"CFSTR_TARGETCLSID","features":[474]},{"name":"CFSTR_UNTRUSTEDDRAGDROP","features":[474]},{"name":"CFSTR_ZONEIDENTIFIER","features":[474]},{"name":"CGID_DefView","features":[474]},{"name":"CGID_Explorer","features":[474]},{"name":"CGID_ExplorerBarDoc","features":[474]},{"name":"CGID_MENUDESKBAR","features":[474]},{"name":"CGID_ShellDocView","features":[474]},{"name":"CGID_ShellServiceObject","features":[474]},{"name":"CGID_ShortCut","features":[474]},{"name":"CIDA","features":[474]},{"name":"CIDLData_CreateFromIDArray","features":[358,640]},{"name":"CIE4ConnectionPoint","features":[358,474]},{"name":"CLOSEPROPS_DISCARD","features":[474]},{"name":"CLOSEPROPS_NONE","features":[474]},{"name":"CLSID_ACLCustomMRU","features":[474]},{"name":"CLSID_ACLHistory","features":[474]},{"name":"CLSID_ACLMRU","features":[474]},{"name":"CLSID_ACLMulti","features":[474]},{"name":"CLSID_ACListISF","features":[474]},{"name":"CLSID_ActiveDesktop","features":[474]},{"name":"CLSID_AutoComplete","features":[474]},{"name":"CLSID_CAnchorBrowsePropertyPage","features":[474]},{"name":"CLSID_CDocBrowsePropertyPage","features":[474]},{"name":"CLSID_CFSIconOverlayManager","features":[474]},{"name":"CLSID_CImageBrowsePropertyPage","features":[474]},{"name":"CLSID_CURLSearchHook","features":[474]},{"name":"CLSID_CUrlHistory","features":[474]},{"name":"CLSID_CUrlHistoryBoth","features":[474]},{"name":"CLSID_ControlPanel","features":[474]},{"name":"CLSID_DarwinAppPublisher","features":[474]},{"name":"CLSID_DocHostUIHandler","features":[474]},{"name":"CLSID_DragDropHelper","features":[474]},{"name":"CLSID_FileTypes","features":[474]},{"name":"CLSID_FolderItemsMultiLevel","features":[474]},{"name":"CLSID_FolderShortcut","features":[474]},{"name":"CLSID_HWShellExecute","features":[474]},{"name":"CLSID_ISFBand","features":[474]},{"name":"CLSID_Internet","features":[474]},{"name":"CLSID_InternetButtons","features":[474]},{"name":"CLSID_InternetShortcut","features":[474]},{"name":"CLSID_LinkColumnProvider","features":[474]},{"name":"CLSID_MSOButtons","features":[474]},{"name":"CLSID_MenuBand","features":[474]},{"name":"CLSID_MenuBandSite","features":[474]},{"name":"CLSID_MenuToolbarBase","features":[474]},{"name":"CLSID_MyComputer","features":[474]},{"name":"CLSID_MyDocuments","features":[474]},{"name":"CLSID_NetworkDomain","features":[474]},{"name":"CLSID_NetworkServer","features":[474]},{"name":"CLSID_NetworkShare","features":[474]},{"name":"CLSID_NewMenu","features":[474]},{"name":"CLSID_Printers","features":[474]},{"name":"CLSID_ProgressDialog","features":[474]},{"name":"CLSID_QueryAssociations","features":[474]},{"name":"CLSID_QuickLinks","features":[474]},{"name":"CLSID_RecycleBin","features":[474]},{"name":"CLSID_ShellFldSetExt","features":[474]},{"name":"CLSID_ShellThumbnailDiskCache","features":[474]},{"name":"CLSID_ToolbarExtButtons","features":[474]},{"name":"CMDID_INTSHORTCUTCREATE","features":[474]},{"name":"CMDSTR_NEWFOLDER","features":[474]},{"name":"CMDSTR_NEWFOLDERA","features":[474]},{"name":"CMDSTR_NEWFOLDERW","features":[474]},{"name":"CMDSTR_VIEWDETAILS","features":[474]},{"name":"CMDSTR_VIEWDETAILSA","features":[474]},{"name":"CMDSTR_VIEWDETAILSW","features":[474]},{"name":"CMDSTR_VIEWLIST","features":[474]},{"name":"CMDSTR_VIEWLISTA","features":[474]},{"name":"CMDSTR_VIEWLISTW","features":[474]},{"name":"CMF_ASYNCVERBSTATE","features":[474]},{"name":"CMF_CANRENAME","features":[474]},{"name":"CMF_DEFAULTONLY","features":[474]},{"name":"CMF_DISABLEDVERBS","features":[474]},{"name":"CMF_DONOTPICKDEFAULT","features":[474]},{"name":"CMF_EXPLORE","features":[474]},{"name":"CMF_EXTENDEDVERBS","features":[474]},{"name":"CMF_INCLUDESTATIC","features":[474]},{"name":"CMF_ITEMMENU","features":[474]},{"name":"CMF_NODEFAULT","features":[474]},{"name":"CMF_NORMAL","features":[474]},{"name":"CMF_NOVERBS","features":[474]},{"name":"CMF_OPTIMIZEFORINVOKE","features":[474]},{"name":"CMF_RESERVED","features":[474]},{"name":"CMF_SYNCCASCADEMENU","features":[474]},{"name":"CMF_VERBSONLY","features":[474]},{"name":"CMIC_MASK_CONTROL_DOWN","features":[474]},{"name":"CMIC_MASK_PTINVOKE","features":[474]},{"name":"CMIC_MASK_SHIFT_DOWN","features":[474]},{"name":"CMINVOKECOMMANDINFO","features":[305,474]},{"name":"CMINVOKECOMMANDINFOEX","features":[305,474]},{"name":"CMINVOKECOMMANDINFOEX_REMOTE","features":[305,474]},{"name":"CM_COLUMNINFO","features":[474]},{"name":"CM_ENUM_ALL","features":[474]},{"name":"CM_ENUM_FLAGS","features":[474]},{"name":"CM_ENUM_VISIBLE","features":[474]},{"name":"CM_MASK","features":[474]},{"name":"CM_MASK_DEFAULTWIDTH","features":[474]},{"name":"CM_MASK_IDEALWIDTH","features":[474]},{"name":"CM_MASK_NAME","features":[474]},{"name":"CM_MASK_STATE","features":[474]},{"name":"CM_MASK_WIDTH","features":[474]},{"name":"CM_SET_WIDTH_VALUE","features":[474]},{"name":"CM_STATE","features":[474]},{"name":"CM_STATE_ALWAYSVISIBLE","features":[474]},{"name":"CM_STATE_FIXEDWIDTH","features":[474]},{"name":"CM_STATE_NONE","features":[474]},{"name":"CM_STATE_NOSORTBYFOLDERNESS","features":[474]},{"name":"CM_STATE_VISIBLE","features":[474]},{"name":"CM_WIDTH_AUTOSIZE","features":[474]},{"name":"CM_WIDTH_USEDEFAULT","features":[474]},{"name":"COMPONENT_DEFAULT_LEFT","features":[474]},{"name":"COMPONENT_DEFAULT_TOP","features":[474]},{"name":"COMPONENT_TOP","features":[474]},{"name":"COMP_ELEM_CHECKED","features":[474]},{"name":"COMP_ELEM_CURITEMSTATE","features":[474]},{"name":"COMP_ELEM_DIRTY","features":[474]},{"name":"COMP_ELEM_FRIENDLYNAME","features":[474]},{"name":"COMP_ELEM_NOSCROLL","features":[474]},{"name":"COMP_ELEM_ORIGINAL_CSI","features":[474]},{"name":"COMP_ELEM_POS_LEFT","features":[474]},{"name":"COMP_ELEM_POS_TOP","features":[474]},{"name":"COMP_ELEM_POS_ZINDEX","features":[474]},{"name":"COMP_ELEM_RESTORED_CSI","features":[474]},{"name":"COMP_ELEM_SIZE_HEIGHT","features":[474]},{"name":"COMP_ELEM_SIZE_WIDTH","features":[474]},{"name":"COMP_ELEM_SOURCE","features":[474]},{"name":"COMP_ELEM_SUBSCRIBEDURL","features":[474]},{"name":"COMP_ELEM_TYPE","features":[474]},{"name":"COMP_TYPE_CFHTML","features":[474]},{"name":"COMP_TYPE_CONTROL","features":[474]},{"name":"COMP_TYPE_HTMLDOC","features":[474]},{"name":"COMP_TYPE_MAX","features":[474]},{"name":"COMP_TYPE_PICTURE","features":[474]},{"name":"COMP_TYPE_WEBSITE","features":[474]},{"name":"CONFIRM_CONFLICT_ITEM","features":[474]},{"name":"CONFIRM_CONFLICT_RESULT_INFO","features":[474]},{"name":"CONFLICT_RESOLUTION_CLSID_KEY","features":[474]},{"name":"COPYENGINE_E_ACCESSDENIED_READONLY","features":[474]},{"name":"COPYENGINE_E_ACCESS_DENIED_DEST","features":[474]},{"name":"COPYENGINE_E_ACCESS_DENIED_SRC","features":[474]},{"name":"COPYENGINE_E_ALREADY_EXISTS_FOLDER","features":[474]},{"name":"COPYENGINE_E_ALREADY_EXISTS_NORMAL","features":[474]},{"name":"COPYENGINE_E_ALREADY_EXISTS_READONLY","features":[474]},{"name":"COPYENGINE_E_ALREADY_EXISTS_SYSTEM","features":[474]},{"name":"COPYENGINE_E_BLOCKED_BY_DLP_POLICY","features":[474]},{"name":"COPYENGINE_E_BLOCKED_BY_EDP_FOR_REMOVABLE_DRIVE","features":[474]},{"name":"COPYENGINE_E_BLOCKED_BY_EDP_POLICY","features":[474]},{"name":"COPYENGINE_E_CANCELLED","features":[474]},{"name":"COPYENGINE_E_CANNOT_MOVE_FROM_RECYCLE_BIN","features":[474]},{"name":"COPYENGINE_E_CANNOT_MOVE_SHARED_FOLDER","features":[474]},{"name":"COPYENGINE_E_CANT_REACH_SOURCE","features":[474]},{"name":"COPYENGINE_E_DEST_IS_RO_CD","features":[474]},{"name":"COPYENGINE_E_DEST_IS_RO_DVD","features":[474]},{"name":"COPYENGINE_E_DEST_IS_RW_CD","features":[474]},{"name":"COPYENGINE_E_DEST_IS_RW_DVD","features":[474]},{"name":"COPYENGINE_E_DEST_IS_R_CD","features":[474]},{"name":"COPYENGINE_E_DEST_IS_R_DVD","features":[474]},{"name":"COPYENGINE_E_DEST_SAME_TREE","features":[474]},{"name":"COPYENGINE_E_DEST_SUBTREE","features":[474]},{"name":"COPYENGINE_E_DIFF_DIR","features":[474]},{"name":"COPYENGINE_E_DIR_NOT_EMPTY","features":[474]},{"name":"COPYENGINE_E_DISK_FULL","features":[474]},{"name":"COPYENGINE_E_DISK_FULL_CLEAN","features":[474]},{"name":"COPYENGINE_E_EA_LOSS","features":[474]},{"name":"COPYENGINE_E_EA_NOT_SUPPORTED","features":[474]},{"name":"COPYENGINE_E_ENCRYPTION_LOSS","features":[474]},{"name":"COPYENGINE_E_FAT_MAX_IN_ROOT","features":[474]},{"name":"COPYENGINE_E_FILE_IS_FLD_DEST","features":[474]},{"name":"COPYENGINE_E_FILE_TOO_LARGE","features":[474]},{"name":"COPYENGINE_E_FLD_IS_FILE_DEST","features":[474]},{"name":"COPYENGINE_E_INTERNET_ITEM_STORAGE_PROVIDER_ERROR","features":[474]},{"name":"COPYENGINE_E_INTERNET_ITEM_STORAGE_PROVIDER_PAUSED","features":[474]},{"name":"COPYENGINE_E_INTERNET_ITEM_UNAVAILABLE","features":[474]},{"name":"COPYENGINE_E_INVALID_FILES_DEST","features":[474]},{"name":"COPYENGINE_E_INVALID_FILES_SRC","features":[474]},{"name":"COPYENGINE_E_MANY_SRC_1_DEST","features":[474]},{"name":"COPYENGINE_E_NET_DISCONNECT_DEST","features":[474]},{"name":"COPYENGINE_E_NET_DISCONNECT_SRC","features":[474]},{"name":"COPYENGINE_E_NEWFILE_NAME_TOO_LONG","features":[474]},{"name":"COPYENGINE_E_NEWFOLDER_NAME_TOO_LONG","features":[474]},{"name":"COPYENGINE_E_PATH_NOT_FOUND_DEST","features":[474]},{"name":"COPYENGINE_E_PATH_NOT_FOUND_SRC","features":[474]},{"name":"COPYENGINE_E_PATH_TOO_DEEP_DEST","features":[474]},{"name":"COPYENGINE_E_PATH_TOO_DEEP_SRC","features":[474]},{"name":"COPYENGINE_E_PROPERTIES_LOSS","features":[474]},{"name":"COPYENGINE_E_PROPERTY_LOSS","features":[474]},{"name":"COPYENGINE_E_RECYCLE_BIN_NOT_FOUND","features":[474]},{"name":"COPYENGINE_E_RECYCLE_FORCE_NUKE","features":[474]},{"name":"COPYENGINE_E_RECYCLE_PATH_TOO_LONG","features":[474]},{"name":"COPYENGINE_E_RECYCLE_SIZE_TOO_BIG","features":[474]},{"name":"COPYENGINE_E_RECYCLE_UNKNOWN_ERROR","features":[474]},{"name":"COPYENGINE_E_REDIRECTED_TO_WEBPAGE","features":[474]},{"name":"COPYENGINE_E_REMOVABLE_FULL","features":[474]},{"name":"COPYENGINE_E_REQUIRES_EDP_CONSENT","features":[474]},{"name":"COPYENGINE_E_REQUIRES_EDP_CONSENT_FOR_REMOVABLE_DRIVE","features":[474]},{"name":"COPYENGINE_E_REQUIRES_ELEVATION","features":[474]},{"name":"COPYENGINE_E_RMS_BLOCKED_BY_EDP_FOR_REMOVABLE_DRIVE","features":[474]},{"name":"COPYENGINE_E_RMS_REQUIRES_EDP_CONSENT_FOR_REMOVABLE_DRIVE","features":[474]},{"name":"COPYENGINE_E_ROOT_DIR_DEST","features":[474]},{"name":"COPYENGINE_E_ROOT_DIR_SRC","features":[474]},{"name":"COPYENGINE_E_SAME_FILE","features":[474]},{"name":"COPYENGINE_E_SERVER_BAD_FILE_TYPE","features":[474]},{"name":"COPYENGINE_E_SHARING_VIOLATION_DEST","features":[474]},{"name":"COPYENGINE_E_SHARING_VIOLATION_SRC","features":[474]},{"name":"COPYENGINE_E_SILENT_FAIL_BY_DLP_POLICY","features":[474]},{"name":"COPYENGINE_E_SRC_IS_RO_CD","features":[474]},{"name":"COPYENGINE_E_SRC_IS_RO_DVD","features":[474]},{"name":"COPYENGINE_E_SRC_IS_RW_CD","features":[474]},{"name":"COPYENGINE_E_SRC_IS_RW_DVD","features":[474]},{"name":"COPYENGINE_E_SRC_IS_R_CD","features":[474]},{"name":"COPYENGINE_E_SRC_IS_R_DVD","features":[474]},{"name":"COPYENGINE_E_STREAM_LOSS","features":[474]},{"name":"COPYENGINE_E_USER_CANCELLED","features":[474]},{"name":"COPYENGINE_E_WARNED_BY_DLP_POLICY","features":[474]},{"name":"COPYENGINE_S_ALREADY_DONE","features":[474]},{"name":"COPYENGINE_S_CLOSE_PROGRAM","features":[474]},{"name":"COPYENGINE_S_COLLISIONRESOLVED","features":[474]},{"name":"COPYENGINE_S_DONT_PROCESS_CHILDREN","features":[474]},{"name":"COPYENGINE_S_KEEP_BOTH","features":[474]},{"name":"COPYENGINE_S_MERGE","features":[474]},{"name":"COPYENGINE_S_NOT_HANDLED","features":[474]},{"name":"COPYENGINE_S_PENDING","features":[474]},{"name":"COPYENGINE_S_PENDING_DELETE","features":[474]},{"name":"COPYENGINE_S_PROGRESS_PAUSE","features":[474]},{"name":"COPYENGINE_S_USER_IGNORED","features":[474]},{"name":"COPYENGINE_S_USER_RETRY","features":[474]},{"name":"COPYENGINE_S_YES","features":[474]},{"name":"CPAO_EMPTY_CONNECTED","features":[474]},{"name":"CPAO_EMPTY_LOCAL","features":[474]},{"name":"CPAO_NONE","features":[474]},{"name":"CPCFO_ENABLE_PASSWORD_REVEAL","features":[474]},{"name":"CPCFO_ENABLE_TOUCH_KEYBOARD_AUTO_INVOKE","features":[474]},{"name":"CPCFO_IS_EMAIL_ADDRESS","features":[474]},{"name":"CPCFO_NONE","features":[474]},{"name":"CPCFO_NUMBERS_ONLY","features":[474]},{"name":"CPCFO_SHOW_ENGLISH_KEYBOARD","features":[474]},{"name":"CPFG_CREDENTIAL_PROVIDER_LABEL","features":[474]},{"name":"CPFG_CREDENTIAL_PROVIDER_LOGO","features":[474]},{"name":"CPFG_LOGON_PASSWORD","features":[474]},{"name":"CPFG_LOGON_USERNAME","features":[474]},{"name":"CPFG_SMARTCARD_PIN","features":[474]},{"name":"CPFG_SMARTCARD_USERNAME","features":[474]},{"name":"CPFG_STANDALONE_SUBMIT_BUTTON","features":[474]},{"name":"CPFG_STYLE_LINK_AS_BUTTON","features":[474]},{"name":"CPFIS_DISABLED","features":[474]},{"name":"CPFIS_FOCUSED","features":[474]},{"name":"CPFIS_NONE","features":[474]},{"name":"CPFIS_READONLY","features":[474]},{"name":"CPFS_DISPLAY_IN_BOTH","features":[474]},{"name":"CPFS_DISPLAY_IN_DESELECTED_TILE","features":[474]},{"name":"CPFS_DISPLAY_IN_SELECTED_TILE","features":[474]},{"name":"CPFS_HIDDEN","features":[474]},{"name":"CPFT_CHECKBOX","features":[474]},{"name":"CPFT_COMBOBOX","features":[474]},{"name":"CPFT_COMMAND_LINK","features":[474]},{"name":"CPFT_EDIT_TEXT","features":[474]},{"name":"CPFT_INVALID","features":[474]},{"name":"CPFT_LARGE_TEXT","features":[474]},{"name":"CPFT_PASSWORD_TEXT","features":[474]},{"name":"CPFT_SMALL_TEXT","features":[474]},{"name":"CPFT_SUBMIT_BUTTON","features":[474]},{"name":"CPFT_TILE_IMAGE","features":[474]},{"name":"CPGSR_NO_CREDENTIAL_FINISHED","features":[474]},{"name":"CPGSR_NO_CREDENTIAL_NOT_FINISHED","features":[474]},{"name":"CPGSR_RETURN_CREDENTIAL_FINISHED","features":[474]},{"name":"CPGSR_RETURN_NO_CREDENTIAL_FINISHED","features":[474]},{"name":"CPLINFO","features":[474]},{"name":"CPLPAGE_DISPLAY_BACKGROUND","features":[474]},{"name":"CPLPAGE_KEYBOARD_SPEED","features":[474]},{"name":"CPLPAGE_MOUSE_BUTTONS","features":[474]},{"name":"CPLPAGE_MOUSE_PTRMOTION","features":[474]},{"name":"CPLPAGE_MOUSE_WHEEL","features":[474]},{"name":"CPL_DBLCLK","features":[474]},{"name":"CPL_DYNAMIC_RES","features":[474]},{"name":"CPL_EXIT","features":[474]},{"name":"CPL_GETCOUNT","features":[474]},{"name":"CPL_INIT","features":[474]},{"name":"CPL_INQUIRE","features":[474]},{"name":"CPL_NEWINQUIRE","features":[474]},{"name":"CPL_SELECT","features":[474]},{"name":"CPL_SETUP","features":[474]},{"name":"CPL_STARTWPARMS","features":[474]},{"name":"CPL_STARTWPARMSA","features":[474]},{"name":"CPL_STARTWPARMSW","features":[474]},{"name":"CPL_STOP","features":[474]},{"name":"CPSI_ERROR","features":[474]},{"name":"CPSI_NONE","features":[474]},{"name":"CPSI_SUCCESS","features":[474]},{"name":"CPSI_WARNING","features":[474]},{"name":"CPUS_CHANGE_PASSWORD","features":[474]},{"name":"CPUS_CREDUI","features":[474]},{"name":"CPUS_INVALID","features":[474]},{"name":"CPUS_LOGON","features":[474]},{"name":"CPUS_PLAP","features":[474]},{"name":"CPUS_UNLOCK_WORKSTATION","features":[474]},{"name":"CPVIEW","features":[474]},{"name":"CPVIEW_ALLITEMS","features":[474]},{"name":"CPVIEW_CATEGORY","features":[474]},{"name":"CPVIEW_CLASSIC","features":[474]},{"name":"CPVIEW_HOME","features":[474]},{"name":"CREDENTIAL_PROVIDER_ACCOUNT_OPTIONS","features":[474]},{"name":"CREDENTIAL_PROVIDER_CREDENTIAL_FIELD_OPTIONS","features":[474]},{"name":"CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION","features":[474]},{"name":"CREDENTIAL_PROVIDER_FIELD_DESCRIPTOR","features":[474]},{"name":"CREDENTIAL_PROVIDER_FIELD_INTERACTIVE_STATE","features":[474]},{"name":"CREDENTIAL_PROVIDER_FIELD_STATE","features":[474]},{"name":"CREDENTIAL_PROVIDER_FIELD_TYPE","features":[474]},{"name":"CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE","features":[474]},{"name":"CREDENTIAL_PROVIDER_NO_DEFAULT","features":[474]},{"name":"CREDENTIAL_PROVIDER_STATUS_ICON","features":[474]},{"name":"CREDENTIAL_PROVIDER_USAGE_SCENARIO","features":[474]},{"name":"CSC_NAVIGATEBACK","features":[474]},{"name":"CSC_NAVIGATEFORWARD","features":[474]},{"name":"CSC_UPDATECOMMANDS","features":[474]},{"name":"CSFV","features":[305,359,640]},{"name":"CSIDL_ADMINTOOLS","features":[474]},{"name":"CSIDL_ALTSTARTUP","features":[474]},{"name":"CSIDL_APPDATA","features":[474]},{"name":"CSIDL_BITBUCKET","features":[474]},{"name":"CSIDL_CDBURN_AREA","features":[474]},{"name":"CSIDL_COMMON_ADMINTOOLS","features":[474]},{"name":"CSIDL_COMMON_ALTSTARTUP","features":[474]},{"name":"CSIDL_COMMON_APPDATA","features":[474]},{"name":"CSIDL_COMMON_DESKTOPDIRECTORY","features":[474]},{"name":"CSIDL_COMMON_DOCUMENTS","features":[474]},{"name":"CSIDL_COMMON_FAVORITES","features":[474]},{"name":"CSIDL_COMMON_MUSIC","features":[474]},{"name":"CSIDL_COMMON_OEM_LINKS","features":[474]},{"name":"CSIDL_COMMON_PICTURES","features":[474]},{"name":"CSIDL_COMMON_PROGRAMS","features":[474]},{"name":"CSIDL_COMMON_STARTMENU","features":[474]},{"name":"CSIDL_COMMON_STARTUP","features":[474]},{"name":"CSIDL_COMMON_TEMPLATES","features":[474]},{"name":"CSIDL_COMMON_VIDEO","features":[474]},{"name":"CSIDL_COMPUTERSNEARME","features":[474]},{"name":"CSIDL_CONNECTIONS","features":[474]},{"name":"CSIDL_CONTROLS","features":[474]},{"name":"CSIDL_COOKIES","features":[474]},{"name":"CSIDL_DESKTOP","features":[474]},{"name":"CSIDL_DESKTOPDIRECTORY","features":[474]},{"name":"CSIDL_DRIVES","features":[474]},{"name":"CSIDL_FAVORITES","features":[474]},{"name":"CSIDL_FLAG_CREATE","features":[474]},{"name":"CSIDL_FLAG_DONT_UNEXPAND","features":[474]},{"name":"CSIDL_FLAG_DONT_VERIFY","features":[474]},{"name":"CSIDL_FLAG_MASK","features":[474]},{"name":"CSIDL_FLAG_NO_ALIAS","features":[474]},{"name":"CSIDL_FLAG_PER_USER_INIT","features":[474]},{"name":"CSIDL_FLAG_PFTI_TRACKTARGET","features":[474]},{"name":"CSIDL_FONTS","features":[474]},{"name":"CSIDL_HISTORY","features":[474]},{"name":"CSIDL_INTERNET","features":[474]},{"name":"CSIDL_INTERNET_CACHE","features":[474]},{"name":"CSIDL_LOCAL_APPDATA","features":[474]},{"name":"CSIDL_MYDOCUMENTS","features":[474]},{"name":"CSIDL_MYMUSIC","features":[474]},{"name":"CSIDL_MYPICTURES","features":[474]},{"name":"CSIDL_MYVIDEO","features":[474]},{"name":"CSIDL_NETHOOD","features":[474]},{"name":"CSIDL_NETWORK","features":[474]},{"name":"CSIDL_PERSONAL","features":[474]},{"name":"CSIDL_PRINTERS","features":[474]},{"name":"CSIDL_PRINTHOOD","features":[474]},{"name":"CSIDL_PROFILE","features":[474]},{"name":"CSIDL_PROGRAMS","features":[474]},{"name":"CSIDL_PROGRAM_FILES","features":[474]},{"name":"CSIDL_PROGRAM_FILESX86","features":[474]},{"name":"CSIDL_PROGRAM_FILES_COMMON","features":[474]},{"name":"CSIDL_PROGRAM_FILES_COMMONX86","features":[474]},{"name":"CSIDL_RECENT","features":[474]},{"name":"CSIDL_RESOURCES","features":[474]},{"name":"CSIDL_RESOURCES_LOCALIZED","features":[474]},{"name":"CSIDL_SENDTO","features":[474]},{"name":"CSIDL_STARTMENU","features":[474]},{"name":"CSIDL_STARTUP","features":[474]},{"name":"CSIDL_SYSTEM","features":[474]},{"name":"CSIDL_SYSTEMX86","features":[474]},{"name":"CSIDL_TEMPLATES","features":[474]},{"name":"CSIDL_WINDOWS","features":[474]},{"name":"CScriptErrorList","features":[474]},{"name":"CTF_COINIT","features":[474]},{"name":"CTF_COINIT_MTA","features":[474]},{"name":"CTF_COINIT_STA","features":[474]},{"name":"CTF_FREELIBANDEXIT","features":[474]},{"name":"CTF_INHERITWOW64","features":[474]},{"name":"CTF_INSIST","features":[474]},{"name":"CTF_KEYBOARD_LOCALE","features":[474]},{"name":"CTF_NOADDREFLIB","features":[474]},{"name":"CTF_OLEINITIALIZE","features":[474]},{"name":"CTF_PROCESS_REF","features":[474]},{"name":"CTF_REF_COUNTED","features":[474]},{"name":"CTF_THREAD_REF","features":[474]},{"name":"CTF_UNUSED","features":[474]},{"name":"CTF_WAIT_ALLOWCOM","features":[474]},{"name":"CTF_WAIT_NO_REENTRANCY","features":[474]},{"name":"ChrCmpIA","features":[305,474]},{"name":"ChrCmpIW","features":[305,474]},{"name":"ColorAdjustLuma","features":[305,474]},{"name":"ColorHLSToRGB","features":[305,474]},{"name":"ColorRGBToHLS","features":[305,474]},{"name":"CommandLineToArgvW","features":[474]},{"name":"CommandStateChangeConstants","features":[474]},{"name":"ConflictFolder","features":[474]},{"name":"ConnectToConnectionPoint","features":[305,358,474]},{"name":"CreateProfile","features":[474]},{"name":"DAD_AutoScroll","features":[305,474]},{"name":"DAD_DragEnterEx","features":[305,474]},{"name":"DAD_DragEnterEx2","features":[305,358,474]},{"name":"DAD_DragLeave","features":[305,474]},{"name":"DAD_DragMove","features":[305,474]},{"name":"DAD_SetDragImage","features":[305,357,474]},{"name":"DAD_ShowDragImage","features":[305,474]},{"name":"DATABLOCK_HEADER","features":[474]},{"name":"DATAOBJ_GET_ITEM_FLAGS","features":[474]},{"name":"DBCID_CLSIDOFBAR","features":[474]},{"name":"DBCID_EMPTY","features":[474]},{"name":"DBCID_GETBAR","features":[474]},{"name":"DBCID_ONDRAG","features":[474]},{"name":"DBCID_RESIZE","features":[474]},{"name":"DBCID_UPDATESIZE","features":[474]},{"name":"DBC_GS_IDEAL","features":[474]},{"name":"DBC_GS_SIZEDOWN","features":[474]},{"name":"DBC_HIDE","features":[474]},{"name":"DBC_SHOW","features":[474]},{"name":"DBC_SHOWOBSCURE","features":[474]},{"name":"DBID_BANDINFOCHANGED","features":[474]},{"name":"DBID_DELAYINIT","features":[474]},{"name":"DBID_FINISHINIT","features":[474]},{"name":"DBID_MAXIMIZEBAND","features":[474]},{"name":"DBID_PERMITAUTOHIDE","features":[474]},{"name":"DBID_PUSHCHEVRON","features":[474]},{"name":"DBID_SETWINDOWTHEME","features":[474]},{"name":"DBID_SHOWONLY","features":[474]},{"name":"DBIF_VIEWMODE_FLOATING","features":[474]},{"name":"DBIF_VIEWMODE_NORMAL","features":[474]},{"name":"DBIF_VIEWMODE_TRANSPARENT","features":[474]},{"name":"DBIF_VIEWMODE_VERTICAL","features":[474]},{"name":"DBIMF_ADDTOFRONT","features":[474]},{"name":"DBIMF_ALWAYSGRIPPER","features":[474]},{"name":"DBIMF_BKCOLOR","features":[474]},{"name":"DBIMF_BREAK","features":[474]},{"name":"DBIMF_DEBOSSED","features":[474]},{"name":"DBIMF_FIXED","features":[474]},{"name":"DBIMF_FIXEDBMP","features":[474]},{"name":"DBIMF_NOGRIPPER","features":[474]},{"name":"DBIMF_NOMARGINS","features":[474]},{"name":"DBIMF_NORMAL","features":[474]},{"name":"DBIMF_TOPALIGN","features":[474]},{"name":"DBIMF_UNDELETEABLE","features":[474]},{"name":"DBIMF_USECHEVRON","features":[474]},{"name":"DBIMF_VARIABLEHEIGHT","features":[474]},{"name":"DBIM_ACTUAL","features":[474]},{"name":"DBIM_BKCOLOR","features":[474]},{"name":"DBIM_INTEGRAL","features":[474]},{"name":"DBIM_MAXSIZE","features":[474]},{"name":"DBIM_MINSIZE","features":[474]},{"name":"DBIM_MODEFLAGS","features":[474]},{"name":"DBIM_TITLE","features":[474]},{"name":"DBPC_SELECTFIRST","features":[474]},{"name":"DEFAULTSAVEFOLDERTYPE","features":[474]},{"name":"DEFAULT_FOLDER_MENU_RESTRICTIONS","features":[474]},{"name":"DEFCONTEXTMENU","features":[305,373,640]},{"name":"DEFSHAREID_PUBLIC","features":[474]},{"name":"DEFSHAREID_USERS","features":[474]},{"name":"DEF_SHARE_ID","features":[474]},{"name":"DELEGATEITEMID","features":[474]},{"name":"DESKBANDCID","features":[474]},{"name":"DESKBANDINFO","features":[305,474]},{"name":"DESKTOP_SLIDESHOW_DIRECTION","features":[474]},{"name":"DESKTOP_SLIDESHOW_OPTIONS","features":[474]},{"name":"DESKTOP_SLIDESHOW_STATE","features":[474]},{"name":"DESKTOP_WALLPAPER_POSITION","features":[474]},{"name":"DETAILSINFO","features":[640]},{"name":"DEVICE_IMMERSIVE","features":[474]},{"name":"DEVICE_PRIMARY","features":[474]},{"name":"DFConstraint","features":[358,474]},{"name":"DFMICS","features":[305,474]},{"name":"DFMR_DEFAULT","features":[474]},{"name":"DFMR_NO_ASYNC_VERBS","features":[474]},{"name":"DFMR_NO_NATIVECPU_VERBS","features":[474]},{"name":"DFMR_NO_NONWOW_VERBS","features":[474]},{"name":"DFMR_NO_RESOURCE_VERBS","features":[474]},{"name":"DFMR_NO_STATIC_VERBS","features":[474]},{"name":"DFMR_OPTIN_HANDLERS_ONLY","features":[474]},{"name":"DFMR_RESOURCE_AND_FOLDER_VERBS_ONLY","features":[474]},{"name":"DFMR_STATIC_VERBS_ONLY","features":[474]},{"name":"DFMR_USE_SPECIFIED_HANDLERS","features":[474]},{"name":"DFMR_USE_SPECIFIED_VERBS","features":[474]},{"name":"DFM_CMD","features":[474]},{"name":"DFM_CMD_COPY","features":[474]},{"name":"DFM_CMD_DELETE","features":[474]},{"name":"DFM_CMD_LINK","features":[474]},{"name":"DFM_CMD_MODALPROP","features":[474]},{"name":"DFM_CMD_MOVE","features":[474]},{"name":"DFM_CMD_NEWFOLDER","features":[474]},{"name":"DFM_CMD_PASTE","features":[474]},{"name":"DFM_CMD_PASTELINK","features":[474]},{"name":"DFM_CMD_PASTESPECIAL","features":[474]},{"name":"DFM_CMD_PROPERTIES","features":[474]},{"name":"DFM_CMD_RENAME","features":[474]},{"name":"DFM_CMD_VIEWDETAILS","features":[474]},{"name":"DFM_CMD_VIEWLIST","features":[474]},{"name":"DFM_GETDEFSTATICID","features":[474]},{"name":"DFM_GETHELPTEXT","features":[474]},{"name":"DFM_GETHELPTEXTW","features":[474]},{"name":"DFM_GETVERBA","features":[474]},{"name":"DFM_GETVERBW","features":[474]},{"name":"DFM_INVOKECOMMAND","features":[474]},{"name":"DFM_INVOKECOMMANDEX","features":[474]},{"name":"DFM_MAPCOMMANDNAME","features":[474]},{"name":"DFM_MERGECONTEXTMENU","features":[474]},{"name":"DFM_MERGECONTEXTMENU_BOTTOM","features":[474]},{"name":"DFM_MERGECONTEXTMENU_TOP","features":[474]},{"name":"DFM_MESSAGE_ID","features":[474]},{"name":"DFM_MODIFYQCMFLAGS","features":[474]},{"name":"DFM_VALIDATECMD","features":[474]},{"name":"DFM_WM_DRAWITEM","features":[474]},{"name":"DFM_WM_INITMENUPOPUP","features":[474]},{"name":"DFM_WM_MEASUREITEM","features":[474]},{"name":"DISPID_BEGINDRAG","features":[474]},{"name":"DISPID_CHECKSTATECHANGED","features":[474]},{"name":"DISPID_COLUMNSCHANGED","features":[474]},{"name":"DISPID_CONTENTSCHANGED","features":[474]},{"name":"DISPID_CTRLMOUSEWHEEL","features":[474]},{"name":"DISPID_DEFAULTVERBINVOKED","features":[474]},{"name":"DISPID_ENTERPRESSED","features":[474]},{"name":"DISPID_ENTERPRISEIDCHANGED","features":[474]},{"name":"DISPID_EXPLORERWINDOWREADY","features":[474]},{"name":"DISPID_FILELISTENUMDONE","features":[474]},{"name":"DISPID_FILTERINVOKED","features":[474]},{"name":"DISPID_FOCUSCHANGED","features":[474]},{"name":"DISPID_FOLDERCHANGED","features":[474]},{"name":"DISPID_IADCCTL_DEFAULTCAT","features":[474]},{"name":"DISPID_IADCCTL_DIRTY","features":[474]},{"name":"DISPID_IADCCTL_FORCEX86","features":[474]},{"name":"DISPID_IADCCTL_ONDOMAIN","features":[474]},{"name":"DISPID_IADCCTL_PUBCAT","features":[474]},{"name":"DISPID_IADCCTL_SHOWPOSTSETUP","features":[474]},{"name":"DISPID_IADCCTL_SORT","features":[474]},{"name":"DISPID_ICONSIZECHANGED","features":[474]},{"name":"DISPID_INITIALENUMERATIONDONE","features":[474]},{"name":"DISPID_NOITEMSTATE_CHANGED","features":[474]},{"name":"DISPID_ORDERCHANGED","features":[474]},{"name":"DISPID_SEARCHCOMMAND_ABORT","features":[474]},{"name":"DISPID_SEARCHCOMMAND_COMPLETE","features":[474]},{"name":"DISPID_SEARCHCOMMAND_ERROR","features":[474]},{"name":"DISPID_SEARCHCOMMAND_PROGRESSTEXT","features":[474]},{"name":"DISPID_SEARCHCOMMAND_RESTORE","features":[474]},{"name":"DISPID_SEARCHCOMMAND_START","features":[474]},{"name":"DISPID_SEARCHCOMMAND_UPDATE","features":[474]},{"name":"DISPID_SELECTEDITEMCHANGED","features":[474]},{"name":"DISPID_SELECTIONCHANGED","features":[474]},{"name":"DISPID_SORTDONE","features":[474]},{"name":"DISPID_UPDATEIMAGE","features":[474]},{"name":"DISPID_VERBINVOKED","features":[474]},{"name":"DISPID_VIEWMODECHANGED","features":[474]},{"name":"DISPID_VIEWPAINTDONE","features":[474]},{"name":"DISPID_WORDWHEELEDITED","features":[474]},{"name":"DISPLAY_DEVICE_TYPE","features":[474]},{"name":"DI_GETDRAGIMAGE","features":[474]},{"name":"DLG_SCRNSAVECONFIGURE","features":[474]},{"name":"DLLGETVERSIONPROC","features":[474]},{"name":"DLLVERSIONINFO","features":[474]},{"name":"DLLVERSIONINFO2","features":[474]},{"name":"DLLVER_BUILD_MASK","features":[474]},{"name":"DLLVER_MAJOR_MASK","features":[474]},{"name":"DLLVER_MINOR_MASK","features":[474]},{"name":"DLLVER_PLATFORM_NT","features":[474]},{"name":"DLLVER_PLATFORM_WINDOWS","features":[474]},{"name":"DLLVER_QFE_MASK","features":[474]},{"name":"DOGIF_DEFAULT","features":[474]},{"name":"DOGIF_NO_HDROP","features":[474]},{"name":"DOGIF_NO_URL","features":[474]},{"name":"DOGIF_ONLY_IF_ONE","features":[474]},{"name":"DOGIF_TRAVERSE_LINK","features":[474]},{"name":"DRAGINFOA","features":[305,474]},{"name":"DRAGINFOA","features":[305,474]},{"name":"DRAGINFOW","features":[305,474]},{"name":"DRAGINFOW","features":[305,474]},{"name":"DROPDESCRIPTION","features":[474]},{"name":"DROPFILES","features":[305,474]},{"name":"DROPIMAGETYPE","features":[474]},{"name":"DROPIMAGE_COPY","features":[474]},{"name":"DROPIMAGE_INVALID","features":[474]},{"name":"DROPIMAGE_LABEL","features":[474]},{"name":"DROPIMAGE_LINK","features":[474]},{"name":"DROPIMAGE_MOVE","features":[474]},{"name":"DROPIMAGE_NOIMAGE","features":[474]},{"name":"DROPIMAGE_NONE","features":[474]},{"name":"DROPIMAGE_WARNING","features":[474]},{"name":"DSD_BACKWARD","features":[474]},{"name":"DSD_FORWARD","features":[474]},{"name":"DSFT_DETECT","features":[474]},{"name":"DSFT_PRIVATE","features":[474]},{"name":"DSFT_PUBLIC","features":[474]},{"name":"DSH_ALLOWDROPDESCRIPTIONTEXT","features":[474]},{"name":"DSH_FLAGS","features":[474]},{"name":"DSO_SHUFFLEIMAGES","features":[474]},{"name":"DSS_DISABLED_BY_REMOTE_SESSION","features":[474]},{"name":"DSS_ENABLED","features":[474]},{"name":"DSS_SLIDESHOW","features":[474]},{"name":"DShellFolderViewEvents","features":[358,474]},{"name":"DShellNameSpaceEvents","features":[358,474]},{"name":"DShellWindowsEvents","features":[358,474]},{"name":"DVASPECT_COPY","features":[474]},{"name":"DVASPECT_LINK","features":[474]},{"name":"DVASPECT_SHORTNAME","features":[474]},{"name":"DWFAF_AUTOHIDE","features":[474]},{"name":"DWFAF_GROUP1","features":[474]},{"name":"DWFAF_GROUP2","features":[474]},{"name":"DWFAF_HIDDEN","features":[474]},{"name":"DWFRF_DELETECONFIGDATA","features":[474]},{"name":"DWFRF_NORMAL","features":[474]},{"name":"DWPOS_CENTER","features":[474]},{"name":"DWPOS_FILL","features":[474]},{"name":"DWPOS_FIT","features":[474]},{"name":"DWPOS_SPAN","features":[474]},{"name":"DWPOS_STRETCH","features":[474]},{"name":"DWPOS_TILE","features":[474]},{"name":"DWebBrowserEvents","features":[358,474]},{"name":"DWebBrowserEvents2","features":[358,474]},{"name":"DefFolderMenu","features":[474]},{"name":"DefSubclassProc","features":[305,474]},{"name":"DeleteProfileA","features":[305,474]},{"name":"DeleteProfileW","features":[305,474]},{"name":"DesktopGadget","features":[474]},{"name":"DesktopWallpaper","features":[474]},{"name":"DestinationList","features":[474]},{"name":"DoEnvironmentSubstA","features":[474]},{"name":"DoEnvironmentSubstW","features":[474]},{"name":"DocPropShellExtension","features":[474]},{"name":"DragAcceptFiles","features":[305,474]},{"name":"DragFinish","features":[474]},{"name":"DragQueryFileA","features":[474]},{"name":"DragQueryFileW","features":[474]},{"name":"DragQueryPoint","features":[305,474]},{"name":"DriveSizeCategorizer","features":[474]},{"name":"DriveType","features":[474]},{"name":"DriveTypeCategorizer","features":[474]},{"name":"DuplicateIcon","features":[305,474,374]},{"name":"EBF_NODROPTARGET","features":[474]},{"name":"EBF_NONE","features":[474]},{"name":"EBF_SELECTFROMDATAOBJECT","features":[474]},{"name":"EBO_ALWAYSNAVIGATE","features":[474]},{"name":"EBO_HTMLSHAREPOINTVIEW","features":[474]},{"name":"EBO_NAVIGATEONCE","features":[474]},{"name":"EBO_NOBORDER","features":[474]},{"name":"EBO_NONE","features":[474]},{"name":"EBO_NOPERSISTVIEWSTATE","features":[474]},{"name":"EBO_NOTRAVELLOG","features":[474]},{"name":"EBO_NOWRAPPERWINDOW","features":[474]},{"name":"EBO_SHOWFRAMES","features":[474]},{"name":"ECF_AUTOMENUICONS","features":[474]},{"name":"ECF_DEFAULT","features":[474]},{"name":"ECF_HASLUASHIELD","features":[474]},{"name":"ECF_HASSPLITBUTTON","features":[474]},{"name":"ECF_HASSUBCOMMANDS","features":[474]},{"name":"ECF_HIDELABEL","features":[474]},{"name":"ECF_ISDROPDOWN","features":[474]},{"name":"ECF_ISSEPARATOR","features":[474]},{"name":"ECF_SEPARATORAFTER","features":[474]},{"name":"ECF_SEPARATORBEFORE","features":[474]},{"name":"ECF_TOGGLEABLE","features":[474]},{"name":"ECHUIM_DESKTOP","features":[474]},{"name":"ECHUIM_IMMERSIVE","features":[474]},{"name":"ECHUIM_SYSTEM_LAUNCHER","features":[474]},{"name":"ECS_CHECKBOX","features":[474]},{"name":"ECS_CHECKED","features":[474]},{"name":"ECS_DISABLED","features":[474]},{"name":"ECS_ENABLED","features":[474]},{"name":"ECS_HIDDEN","features":[474]},{"name":"ECS_RADIOCHECK","features":[474]},{"name":"EC_HOST_UI_MODE","features":[474]},{"name":"EDGE_GESTURE_KIND","features":[474]},{"name":"EGK_KEYBOARD","features":[474]},{"name":"EGK_MOUSE","features":[474]},{"name":"EGK_TOUCH","features":[474]},{"name":"EPS_DEFAULT_OFF","features":[474]},{"name":"EPS_DEFAULT_ON","features":[474]},{"name":"EPS_DONTCARE","features":[474]},{"name":"EPS_FORCE","features":[474]},{"name":"EPS_INITIALSTATE","features":[474]},{"name":"EPS_STATEMASK","features":[474]},{"name":"EP_AdvQueryPane","features":[474]},{"name":"EP_Commands","features":[474]},{"name":"EP_Commands_Organize","features":[474]},{"name":"EP_Commands_View","features":[474]},{"name":"EP_DetailsPane","features":[474]},{"name":"EP_NavPane","features":[474]},{"name":"EP_PreviewPane","features":[474]},{"name":"EP_QueryPane","features":[474]},{"name":"EP_Ribbon","features":[474]},{"name":"EP_StatusBar","features":[474]},{"name":"EXECUTE_E_LAUNCH_APPLICATION","features":[474]},{"name":"EXPLORER_BROWSER_FILL_FLAGS","features":[474]},{"name":"EXPLORER_BROWSER_OPTIONS","features":[474]},{"name":"EXPPS_FILETYPES","features":[474]},{"name":"EXP_DARWIN_ID_SIG","features":[474]},{"name":"EXP_DARWIN_LINK","features":[474]},{"name":"EXP_PROPERTYSTORAGE","features":[474]},{"name":"EXP_PROPERTYSTORAGE_SIG","features":[474]},{"name":"EXP_SPECIAL_FOLDER","features":[474]},{"name":"EXP_SPECIAL_FOLDER_SIG","features":[474]},{"name":"EXP_SZ_ICON_SIG","features":[474]},{"name":"EXP_SZ_LINK","features":[474]},{"name":"EXP_SZ_LINK_SIG","features":[474]},{"name":"EXTRASEARCH","features":[474]},{"name":"E_ACTIVATIONDENIED_SHELLERROR","features":[474]},{"name":"E_ACTIVATIONDENIED_SHELLNOTREADY","features":[474]},{"name":"E_ACTIVATIONDENIED_SHELLRESTART","features":[474]},{"name":"E_ACTIVATIONDENIED_UNEXPECTED","features":[474]},{"name":"E_ACTIVATIONDENIED_USERCLOSE","features":[474]},{"name":"E_FILE_PLACEHOLDER_NOT_INITIALIZED","features":[474]},{"name":"E_FILE_PLACEHOLDER_SERVER_TIMED_OUT","features":[474]},{"name":"E_FILE_PLACEHOLDER_STORAGEPROVIDER_NOT_FOUND","features":[474]},{"name":"E_FILE_PLACEHOLDER_VERSION_MISMATCH","features":[474]},{"name":"E_FLAGS","features":[474]},{"name":"E_IMAGEFEED_CHANGEDISABLED","features":[474]},{"name":"E_NOTVALIDFORANIMATEDIMAGE","features":[474]},{"name":"E_PREVIEWHANDLER_CORRUPT","features":[474]},{"name":"E_PREVIEWHANDLER_DRM_FAIL","features":[474]},{"name":"E_PREVIEWHANDLER_NOAUTH","features":[474]},{"name":"E_PREVIEWHANDLER_NOTFOUND","features":[474]},{"name":"E_SHELL_EXTENSION_BLOCKED","features":[474]},{"name":"E_TILE_NOTIFICATIONS_PLATFORM_FAILURE","features":[474]},{"name":"E_USERTILE_CHANGEDISABLED","features":[474]},{"name":"E_USERTILE_FILESIZE","features":[474]},{"name":"E_USERTILE_LARGEORDYNAMIC","features":[474]},{"name":"E_USERTILE_UNSUPPORTEDFILETYPE","features":[474]},{"name":"E_USERTILE_VIDEOFRAMESIZE","features":[474]},{"name":"EnumerableObjectCollection","features":[474]},{"name":"ExecuteFolder","features":[474]},{"name":"ExecuteUnknown","features":[474]},{"name":"ExplorerBrowser","features":[474]},{"name":"ExtractAssociatedIconA","features":[305,474,374]},{"name":"ExtractAssociatedIconExA","features":[305,474,374]},{"name":"ExtractAssociatedIconExW","features":[305,474,374]},{"name":"ExtractAssociatedIconW","features":[305,474,374]},{"name":"ExtractIconA","features":[305,474,374]},{"name":"ExtractIconExA","features":[474,374]},{"name":"ExtractIconExW","features":[474,374]},{"name":"ExtractIconW","features":[305,474,374]},{"name":"ExtractIfNotCached","features":[474]},{"name":"FCIDM_BROWSERFIRST","features":[474]},{"name":"FCIDM_BROWSERLAST","features":[474]},{"name":"FCIDM_GLOBALFIRST","features":[474]},{"name":"FCIDM_GLOBALLAST","features":[474]},{"name":"FCIDM_MENU_EDIT","features":[474]},{"name":"FCIDM_MENU_EXPLORE","features":[474]},{"name":"FCIDM_MENU_FAVORITES","features":[474]},{"name":"FCIDM_MENU_FILE","features":[474]},{"name":"FCIDM_MENU_FIND","features":[474]},{"name":"FCIDM_MENU_HELP","features":[474]},{"name":"FCIDM_MENU_TOOLS","features":[474]},{"name":"FCIDM_MENU_TOOLS_SEP_GOTO","features":[474]},{"name":"FCIDM_MENU_VIEW","features":[474]},{"name":"FCIDM_MENU_VIEW_SEP_OPTIONS","features":[474]},{"name":"FCIDM_SHVIEWFIRST","features":[474]},{"name":"FCIDM_SHVIEWLAST","features":[474]},{"name":"FCIDM_STATUS","features":[474]},{"name":"FCIDM_TOOLBAR","features":[474]},{"name":"FCSM_CLSID","features":[474]},{"name":"FCSM_FLAGS","features":[474]},{"name":"FCSM_ICONFILE","features":[474]},{"name":"FCSM_INFOTIP","features":[474]},{"name":"FCSM_LOGO","features":[474]},{"name":"FCSM_VIEWID","features":[474]},{"name":"FCSM_WEBVIEWTEMPLATE","features":[474]},{"name":"FCS_FLAG_DRAGDROP","features":[474]},{"name":"FCS_FORCEWRITE","features":[474]},{"name":"FCS_READ","features":[474]},{"name":"FCT_ADDTOEND","features":[474]},{"name":"FCT_CONFIGABLE","features":[474]},{"name":"FCT_MERGE","features":[474]},{"name":"FCW_INTERNETBAR","features":[474]},{"name":"FCW_PROGRESS","features":[474]},{"name":"FCW_STATUS","features":[474]},{"name":"FCW_TOOLBAR","features":[474]},{"name":"FCW_TREE","features":[474]},{"name":"FDAP","features":[474]},{"name":"FDAP_BOTTOM","features":[474]},{"name":"FDAP_TOP","features":[474]},{"name":"FDEOR_ACCEPT","features":[474]},{"name":"FDEOR_DEFAULT","features":[474]},{"name":"FDEOR_REFUSE","features":[474]},{"name":"FDESVR_ACCEPT","features":[474]},{"name":"FDESVR_DEFAULT","features":[474]},{"name":"FDESVR_REFUSE","features":[474]},{"name":"FDE_OVERWRITE_RESPONSE","features":[474]},{"name":"FDE_SHAREVIOLATION_RESPONSE","features":[474]},{"name":"FDTF_LONGDATE","features":[474]},{"name":"FDTF_LONGTIME","features":[474]},{"name":"FDTF_LTRDATE","features":[474]},{"name":"FDTF_NOAUTOREADINGORDER","features":[474]},{"name":"FDTF_RELATIVE","features":[474]},{"name":"FDTF_RTLDATE","features":[474]},{"name":"FDTF_SHORTDATE","features":[474]},{"name":"FDTF_SHORTTIME","features":[474]},{"name":"FD_ACCESSTIME","features":[474]},{"name":"FD_ATTRIBUTES","features":[474]},{"name":"FD_CLSID","features":[474]},{"name":"FD_CREATETIME","features":[474]},{"name":"FD_FILESIZE","features":[474]},{"name":"FD_FLAGS","features":[474]},{"name":"FD_LINKUI","features":[474]},{"name":"FD_PROGRESSUI","features":[474]},{"name":"FD_SIZEPOINT","features":[474]},{"name":"FD_UNICODE","features":[474]},{"name":"FD_WRITESTIME","features":[474]},{"name":"FEM_NAVIGATION","features":[474]},{"name":"FEM_VIEWRESULT","features":[474]},{"name":"FFFP_EXACTMATCH","features":[474]},{"name":"FFFP_MODE","features":[474]},{"name":"FFFP_NEARESTPARENTMATCH","features":[474]},{"name":"FILEDESCRIPTORA","features":[305,474]},{"name":"FILEDESCRIPTORW","features":[305,474]},{"name":"FILEGROUPDESCRIPTORA","features":[305,474]},{"name":"FILEGROUPDESCRIPTORW","features":[305,474]},{"name":"FILEOPENDIALOGOPTIONS","features":[474]},{"name":"FILEOPERATION_FLAGS","features":[474]},{"name":"FILETYPEATTRIBUTEFLAGS","features":[474]},{"name":"FILE_ATTRIBUTES_ARRAY","features":[474]},{"name":"FILE_OPERATION_FLAGS2","features":[474]},{"name":"FILE_USAGE_TYPE","features":[474]},{"name":"FLVM_CONTENT","features":[474]},{"name":"FLVM_DETAILS","features":[474]},{"name":"FLVM_FIRST","features":[474]},{"name":"FLVM_ICONS","features":[474]},{"name":"FLVM_LAST","features":[474]},{"name":"FLVM_LIST","features":[474]},{"name":"FLVM_TILES","features":[474]},{"name":"FLVM_UNSPECIFIED","features":[474]},{"name":"FLYOUT_PLACEMENT","features":[474]},{"name":"FMTID_Briefcase","features":[474]},{"name":"FMTID_CustomImageProperties","features":[474]},{"name":"FMTID_DRM","features":[474]},{"name":"FMTID_Displaced","features":[474]},{"name":"FMTID_ImageProperties","features":[474]},{"name":"FMTID_InternetSite","features":[474]},{"name":"FMTID_Intshcut","features":[474]},{"name":"FMTID_LibraryProperties","features":[474]},{"name":"FMTID_MUSIC","features":[474]},{"name":"FMTID_Misc","features":[474]},{"name":"FMTID_Query","features":[474]},{"name":"FMTID_ShellDetails","features":[474]},{"name":"FMTID_Storage","features":[474]},{"name":"FMTID_Volume","features":[474]},{"name":"FMTID_WebView","features":[474]},{"name":"FOF2_MERGEFOLDERSONCOLLISION","features":[474]},{"name":"FOF2_NONE","features":[474]},{"name":"FOFX_ADDUNDORECORD","features":[474]},{"name":"FOFX_COPYASDOWNLOAD","features":[474]},{"name":"FOFX_DONTDISPLAYDESTPATH","features":[474]},{"name":"FOFX_DONTDISPLAYLOCATIONS","features":[474]},{"name":"FOFX_DONTDISPLAYSOURCEPATH","features":[474]},{"name":"FOFX_EARLYFAILURE","features":[474]},{"name":"FOFX_KEEPNEWERFILE","features":[474]},{"name":"FOFX_MOVEACLSACROSSVOLUMES","features":[474]},{"name":"FOFX_NOCOPYHOOKS","features":[474]},{"name":"FOFX_NOMINIMIZEBOX","features":[474]},{"name":"FOFX_NOSKIPJUNCTIONS","features":[474]},{"name":"FOFX_PREFERHARDLINK","features":[474]},{"name":"FOFX_PRESERVEFILEEXTENSIONS","features":[474]},{"name":"FOFX_RECYCLEONDELETE","features":[474]},{"name":"FOFX_REQUIREELEVATION","features":[474]},{"name":"FOFX_SHOWELEVATIONPROMPT","features":[474]},{"name":"FOF_ALLOWUNDO","features":[474]},{"name":"FOF_CONFIRMMOUSE","features":[474]},{"name":"FOF_FILESONLY","features":[474]},{"name":"FOF_MULTIDESTFILES","features":[474]},{"name":"FOF_NOCONFIRMATION","features":[474]},{"name":"FOF_NOCONFIRMMKDIR","features":[474]},{"name":"FOF_NOCOPYSECURITYATTRIBS","features":[474]},{"name":"FOF_NOERRORUI","features":[474]},{"name":"FOF_NORECURSEREPARSE","features":[474]},{"name":"FOF_NORECURSION","features":[474]},{"name":"FOF_NO_CONNECTED_ELEMENTS","features":[474]},{"name":"FOF_NO_UI","features":[474]},{"name":"FOF_RENAMEONCOLLISION","features":[474]},{"name":"FOF_SILENT","features":[474]},{"name":"FOF_SIMPLEPROGRESS","features":[474]},{"name":"FOF_WANTMAPPINGHANDLE","features":[474]},{"name":"FOF_WANTNUKEWARNING","features":[474]},{"name":"FOLDERFLAGS","features":[474]},{"name":"FOLDERID_AccountPictures","features":[474]},{"name":"FOLDERID_AddNewPrograms","features":[474]},{"name":"FOLDERID_AdminTools","features":[474]},{"name":"FOLDERID_AllAppMods","features":[474]},{"name":"FOLDERID_AppCaptures","features":[474]},{"name":"FOLDERID_AppDataDesktop","features":[474]},{"name":"FOLDERID_AppDataDocuments","features":[474]},{"name":"FOLDERID_AppDataFavorites","features":[474]},{"name":"FOLDERID_AppDataProgramData","features":[474]},{"name":"FOLDERID_AppUpdates","features":[474]},{"name":"FOLDERID_ApplicationShortcuts","features":[474]},{"name":"FOLDERID_AppsFolder","features":[474]},{"name":"FOLDERID_CDBurning","features":[474]},{"name":"FOLDERID_CameraRoll","features":[474]},{"name":"FOLDERID_CameraRollLibrary","features":[474]},{"name":"FOLDERID_ChangeRemovePrograms","features":[474]},{"name":"FOLDERID_CommonAdminTools","features":[474]},{"name":"FOLDERID_CommonOEMLinks","features":[474]},{"name":"FOLDERID_CommonPrograms","features":[474]},{"name":"FOLDERID_CommonStartMenu","features":[474]},{"name":"FOLDERID_CommonStartMenuPlaces","features":[474]},{"name":"FOLDERID_CommonStartup","features":[474]},{"name":"FOLDERID_CommonTemplates","features":[474]},{"name":"FOLDERID_ComputerFolder","features":[474]},{"name":"FOLDERID_ConflictFolder","features":[474]},{"name":"FOLDERID_ConnectionsFolder","features":[474]},{"name":"FOLDERID_Contacts","features":[474]},{"name":"FOLDERID_ControlPanelFolder","features":[474]},{"name":"FOLDERID_Cookies","features":[474]},{"name":"FOLDERID_CurrentAppMods","features":[474]},{"name":"FOLDERID_Desktop","features":[474]},{"name":"FOLDERID_DevelopmentFiles","features":[474]},{"name":"FOLDERID_Device","features":[474]},{"name":"FOLDERID_DeviceMetadataStore","features":[474]},{"name":"FOLDERID_Documents","features":[474]},{"name":"FOLDERID_DocumentsLibrary","features":[474]},{"name":"FOLDERID_Downloads","features":[474]},{"name":"FOLDERID_Favorites","features":[474]},{"name":"FOLDERID_Fonts","features":[474]},{"name":"FOLDERID_GameTasks","features":[474]},{"name":"FOLDERID_Games","features":[474]},{"name":"FOLDERID_History","features":[474]},{"name":"FOLDERID_HomeGroup","features":[474]},{"name":"FOLDERID_HomeGroupCurrentUser","features":[474]},{"name":"FOLDERID_ImplicitAppShortcuts","features":[474]},{"name":"FOLDERID_InternetCache","features":[474]},{"name":"FOLDERID_InternetFolder","features":[474]},{"name":"FOLDERID_Libraries","features":[474]},{"name":"FOLDERID_Links","features":[474]},{"name":"FOLDERID_LocalAppData","features":[474]},{"name":"FOLDERID_LocalAppDataLow","features":[474]},{"name":"FOLDERID_LocalDocuments","features":[474]},{"name":"FOLDERID_LocalDownloads","features":[474]},{"name":"FOLDERID_LocalMusic","features":[474]},{"name":"FOLDERID_LocalPictures","features":[474]},{"name":"FOLDERID_LocalStorage","features":[474]},{"name":"FOLDERID_LocalVideos","features":[474]},{"name":"FOLDERID_LocalizedResourcesDir","features":[474]},{"name":"FOLDERID_Music","features":[474]},{"name":"FOLDERID_MusicLibrary","features":[474]},{"name":"FOLDERID_NetHood","features":[474]},{"name":"FOLDERID_NetworkFolder","features":[474]},{"name":"FOLDERID_Objects3D","features":[474]},{"name":"FOLDERID_OneDrive","features":[474]},{"name":"FOLDERID_OriginalImages","features":[474]},{"name":"FOLDERID_PhotoAlbums","features":[474]},{"name":"FOLDERID_Pictures","features":[474]},{"name":"FOLDERID_PicturesLibrary","features":[474]},{"name":"FOLDERID_Playlists","features":[474]},{"name":"FOLDERID_PrintHood","features":[474]},{"name":"FOLDERID_PrintersFolder","features":[474]},{"name":"FOLDERID_Profile","features":[474]},{"name":"FOLDERID_ProgramData","features":[474]},{"name":"FOLDERID_ProgramFiles","features":[474]},{"name":"FOLDERID_ProgramFilesCommon","features":[474]},{"name":"FOLDERID_ProgramFilesCommonX64","features":[474]},{"name":"FOLDERID_ProgramFilesCommonX86","features":[474]},{"name":"FOLDERID_ProgramFilesX64","features":[474]},{"name":"FOLDERID_ProgramFilesX86","features":[474]},{"name":"FOLDERID_Programs","features":[474]},{"name":"FOLDERID_Public","features":[474]},{"name":"FOLDERID_PublicDesktop","features":[474]},{"name":"FOLDERID_PublicDocuments","features":[474]},{"name":"FOLDERID_PublicDownloads","features":[474]},{"name":"FOLDERID_PublicGameTasks","features":[474]},{"name":"FOLDERID_PublicLibraries","features":[474]},{"name":"FOLDERID_PublicMusic","features":[474]},{"name":"FOLDERID_PublicPictures","features":[474]},{"name":"FOLDERID_PublicRingtones","features":[474]},{"name":"FOLDERID_PublicUserTiles","features":[474]},{"name":"FOLDERID_PublicVideos","features":[474]},{"name":"FOLDERID_QuickLaunch","features":[474]},{"name":"FOLDERID_Recent","features":[474]},{"name":"FOLDERID_RecordedCalls","features":[474]},{"name":"FOLDERID_RecordedTVLibrary","features":[474]},{"name":"FOLDERID_RecycleBinFolder","features":[474]},{"name":"FOLDERID_ResourceDir","features":[474]},{"name":"FOLDERID_RetailDemo","features":[474]},{"name":"FOLDERID_Ringtones","features":[474]},{"name":"FOLDERID_RoamedTileImages","features":[474]},{"name":"FOLDERID_RoamingAppData","features":[474]},{"name":"FOLDERID_RoamingTiles","features":[474]},{"name":"FOLDERID_SEARCH_CSC","features":[474]},{"name":"FOLDERID_SEARCH_MAPI","features":[474]},{"name":"FOLDERID_SampleMusic","features":[474]},{"name":"FOLDERID_SamplePictures","features":[474]},{"name":"FOLDERID_SamplePlaylists","features":[474]},{"name":"FOLDERID_SampleVideos","features":[474]},{"name":"FOLDERID_SavedGames","features":[474]},{"name":"FOLDERID_SavedPictures","features":[474]},{"name":"FOLDERID_SavedPicturesLibrary","features":[474]},{"name":"FOLDERID_SavedSearches","features":[474]},{"name":"FOLDERID_Screenshots","features":[474]},{"name":"FOLDERID_SearchHistory","features":[474]},{"name":"FOLDERID_SearchHome","features":[474]},{"name":"FOLDERID_SearchTemplates","features":[474]},{"name":"FOLDERID_SendTo","features":[474]},{"name":"FOLDERID_SidebarDefaultParts","features":[474]},{"name":"FOLDERID_SidebarParts","features":[474]},{"name":"FOLDERID_SkyDrive","features":[474]},{"name":"FOLDERID_SkyDriveCameraRoll","features":[474]},{"name":"FOLDERID_SkyDriveDocuments","features":[474]},{"name":"FOLDERID_SkyDriveMusic","features":[474]},{"name":"FOLDERID_SkyDrivePictures","features":[474]},{"name":"FOLDERID_StartMenu","features":[474]},{"name":"FOLDERID_StartMenuAllPrograms","features":[474]},{"name":"FOLDERID_Startup","features":[474]},{"name":"FOLDERID_SyncManagerFolder","features":[474]},{"name":"FOLDERID_SyncResultsFolder","features":[474]},{"name":"FOLDERID_SyncSetupFolder","features":[474]},{"name":"FOLDERID_System","features":[474]},{"name":"FOLDERID_SystemX86","features":[474]},{"name":"FOLDERID_Templates","features":[474]},{"name":"FOLDERID_UserPinned","features":[474]},{"name":"FOLDERID_UserProfiles","features":[474]},{"name":"FOLDERID_UserProgramFiles","features":[474]},{"name":"FOLDERID_UserProgramFilesCommon","features":[474]},{"name":"FOLDERID_UsersFiles","features":[474]},{"name":"FOLDERID_UsersLibraries","features":[474]},{"name":"FOLDERID_Videos","features":[474]},{"name":"FOLDERID_VideosLibrary","features":[474]},{"name":"FOLDERID_Windows","features":[474]},{"name":"FOLDERLOGICALVIEWMODE","features":[474]},{"name":"FOLDERSETDATA","features":[474]},{"name":"FOLDERSETTINGS","features":[474]},{"name":"FOLDERTYPEID_AccountPictures","features":[474]},{"name":"FOLDERTYPEID_Communications","features":[474]},{"name":"FOLDERTYPEID_CompressedFolder","features":[474]},{"name":"FOLDERTYPEID_Contacts","features":[474]},{"name":"FOLDERTYPEID_ControlPanelCategory","features":[474]},{"name":"FOLDERTYPEID_ControlPanelClassic","features":[474]},{"name":"FOLDERTYPEID_Documents","features":[474]},{"name":"FOLDERTYPEID_Downloads","features":[474]},{"name":"FOLDERTYPEID_Games","features":[474]},{"name":"FOLDERTYPEID_Generic","features":[474]},{"name":"FOLDERTYPEID_GenericLibrary","features":[474]},{"name":"FOLDERTYPEID_GenericSearchResults","features":[474]},{"name":"FOLDERTYPEID_Invalid","features":[474]},{"name":"FOLDERTYPEID_Music","features":[474]},{"name":"FOLDERTYPEID_NetworkExplorer","features":[474]},{"name":"FOLDERTYPEID_OpenSearch","features":[474]},{"name":"FOLDERTYPEID_OtherUsers","features":[474]},{"name":"FOLDERTYPEID_Pictures","features":[474]},{"name":"FOLDERTYPEID_Printers","features":[474]},{"name":"FOLDERTYPEID_PublishedItems","features":[474]},{"name":"FOLDERTYPEID_RecordedTV","features":[474]},{"name":"FOLDERTYPEID_RecycleBin","features":[474]},{"name":"FOLDERTYPEID_SavedGames","features":[474]},{"name":"FOLDERTYPEID_SearchConnector","features":[474]},{"name":"FOLDERTYPEID_SearchHome","features":[474]},{"name":"FOLDERTYPEID_Searches","features":[474]},{"name":"FOLDERTYPEID_SoftwareExplorer","features":[474]},{"name":"FOLDERTYPEID_StartMenu","features":[474]},{"name":"FOLDERTYPEID_StorageProviderDocuments","features":[474]},{"name":"FOLDERTYPEID_StorageProviderGeneric","features":[474]},{"name":"FOLDERTYPEID_StorageProviderMusic","features":[474]},{"name":"FOLDERTYPEID_StorageProviderPictures","features":[474]},{"name":"FOLDERTYPEID_StorageProviderVideos","features":[474]},{"name":"FOLDERTYPEID_UserFiles","features":[474]},{"name":"FOLDERTYPEID_UsersLibraries","features":[474]},{"name":"FOLDERTYPEID_Videos","features":[474]},{"name":"FOLDERVIEWMODE","features":[474]},{"name":"FOLDERVIEWOPTIONS","features":[474]},{"name":"FOLDER_ENUM_MODE","features":[474]},{"name":"FOS_ALLNONSTORAGEITEMS","features":[474]},{"name":"FOS_ALLOWMULTISELECT","features":[474]},{"name":"FOS_CREATEPROMPT","features":[474]},{"name":"FOS_DEFAULTNOMINIMODE","features":[474]},{"name":"FOS_DONTADDTORECENT","features":[474]},{"name":"FOS_FILEMUSTEXIST","features":[474]},{"name":"FOS_FORCEFILESYSTEM","features":[474]},{"name":"FOS_FORCEPREVIEWPANEON","features":[474]},{"name":"FOS_FORCESHOWHIDDEN","features":[474]},{"name":"FOS_HIDEMRUPLACES","features":[474]},{"name":"FOS_HIDEPINNEDPLACES","features":[474]},{"name":"FOS_NOCHANGEDIR","features":[474]},{"name":"FOS_NODEREFERENCELINKS","features":[474]},{"name":"FOS_NOREADONLYRETURN","features":[474]},{"name":"FOS_NOTESTFILECREATE","features":[474]},{"name":"FOS_NOVALIDATE","features":[474]},{"name":"FOS_OKBUTTONNEEDSINTERACTION","features":[474]},{"name":"FOS_OVERWRITEPROMPT","features":[474]},{"name":"FOS_PATHMUSTEXIST","features":[474]},{"name":"FOS_PICKFOLDERS","features":[474]},{"name":"FOS_SHAREAWARE","features":[474]},{"name":"FOS_STRICTFILETYPES","features":[474]},{"name":"FOS_SUPPORTSTREAMABLEITEMS","features":[474]},{"name":"FO_COPY","features":[474]},{"name":"FO_DELETE","features":[474]},{"name":"FO_MOVE","features":[474]},{"name":"FO_RENAME","features":[474]},{"name":"FP_ABOVE","features":[474]},{"name":"FP_BELOW","features":[474]},{"name":"FP_DEFAULT","features":[474]},{"name":"FP_LEFT","features":[474]},{"name":"FP_RIGHT","features":[474]},{"name":"FSCopyHandler","features":[474]},{"name":"FTA_AlwaysUnsafe","features":[474]},{"name":"FTA_AlwaysUseDirectInvoke","features":[474]},{"name":"FTA_Exclude","features":[474]},{"name":"FTA_HasExtension","features":[474]},{"name":"FTA_NoDDE","features":[474]},{"name":"FTA_NoEdit","features":[474]},{"name":"FTA_NoEditDesc","features":[474]},{"name":"FTA_NoEditDflt","features":[474]},{"name":"FTA_NoEditIcon","features":[474]},{"name":"FTA_NoEditMIME","features":[474]},{"name":"FTA_NoEditVerb","features":[474]},{"name":"FTA_NoEditVerbCmd","features":[474]},{"name":"FTA_NoEditVerbExe","features":[474]},{"name":"FTA_NoNewVerb","features":[474]},{"name":"FTA_NoRecentDocs","features":[474]},{"name":"FTA_NoRemove","features":[474]},{"name":"FTA_NoRemoveVerb","features":[474]},{"name":"FTA_None","features":[474]},{"name":"FTA_OpenIsSafe","features":[474]},{"name":"FTA_SafeForElevation","features":[474]},{"name":"FTA_Show","features":[474]},{"name":"FUT_EDITING","features":[474]},{"name":"FUT_GENERIC","features":[474]},{"name":"FUT_PLAYING","features":[474]},{"name":"FVM_AUTO","features":[474]},{"name":"FVM_CONTENT","features":[474]},{"name":"FVM_DETAILS","features":[474]},{"name":"FVM_FIRST","features":[474]},{"name":"FVM_ICON","features":[474]},{"name":"FVM_LAST","features":[474]},{"name":"FVM_LIST","features":[474]},{"name":"FVM_SMALLICON","features":[474]},{"name":"FVM_THUMBNAIL","features":[474]},{"name":"FVM_THUMBSTRIP","features":[474]},{"name":"FVM_TILE","features":[474]},{"name":"FVO_CUSTOMORDERING","features":[474]},{"name":"FVO_CUSTOMPOSITION","features":[474]},{"name":"FVO_DEFAULT","features":[474]},{"name":"FVO_NOANIMATIONS","features":[474]},{"name":"FVO_NOSCROLLTIPS","features":[474]},{"name":"FVO_SUPPORTHYPERLINKS","features":[474]},{"name":"FVO_VISTALAYOUT","features":[474]},{"name":"FVSIF_CANVIEWIT","features":[474]},{"name":"FVSIF_NEWFAILED","features":[474]},{"name":"FVSIF_NEWFILE","features":[474]},{"name":"FVSIF_PINNED","features":[474]},{"name":"FVSIF_RECT","features":[474]},{"name":"FVST_EMPTYTEXT","features":[474]},{"name":"FVTEXTTYPE","features":[474]},{"name":"FWF_ABBREVIATEDNAMES","features":[474]},{"name":"FWF_ALIGNLEFT","features":[474]},{"name":"FWF_ALLOWRTLREADING","features":[474]},{"name":"FWF_AUTOARRANGE","features":[474]},{"name":"FWF_AUTOCHECKSELECT","features":[474]},{"name":"FWF_BESTFITWINDOW","features":[474]},{"name":"FWF_CHECKSELECT","features":[474]},{"name":"FWF_DESKTOP","features":[474]},{"name":"FWF_EXTENDEDTILES","features":[474]},{"name":"FWF_FULLROWSELECT","features":[474]},{"name":"FWF_HIDEFILENAMES","features":[474]},{"name":"FWF_NOBROWSERVIEWSTATE","features":[474]},{"name":"FWF_NOCLIENTEDGE","features":[474]},{"name":"FWF_NOCOLUMNHEADER","features":[474]},{"name":"FWF_NOENUMREFRESH","features":[474]},{"name":"FWF_NOFILTERS","features":[474]},{"name":"FWF_NOGROUPING","features":[474]},{"name":"FWF_NOHEADERINALLVIEWS","features":[474]},{"name":"FWF_NOICONS","features":[474]},{"name":"FWF_NONE","features":[474]},{"name":"FWF_NOSCROLL","features":[474]},{"name":"FWF_NOSUBFOLDERS","features":[474]},{"name":"FWF_NOVISIBLE","features":[474]},{"name":"FWF_NOWEBVIEW","features":[474]},{"name":"FWF_OWNERDATA","features":[474]},{"name":"FWF_SHOWSELALWAYS","features":[474]},{"name":"FWF_SINGLECLICKACTIVATE","features":[474]},{"name":"FWF_SINGLESEL","features":[474]},{"name":"FWF_SNAPTOGRID","features":[474]},{"name":"FWF_SUBSETGROUPS","features":[474]},{"name":"FWF_TRANSPARENT","features":[474]},{"name":"FWF_TRICHECKSELECT","features":[474]},{"name":"FWF_USESEARCHFOLDER","features":[474]},{"name":"FileIconInit","features":[305,474]},{"name":"FileOpenDialog","features":[474]},{"name":"FileOperation","features":[474]},{"name":"FileSaveDialog","features":[474]},{"name":"FileSearchBand","features":[474]},{"name":"FindExecutableA","features":[305,474]},{"name":"FindExecutableW","features":[305,474]},{"name":"Folder","features":[358,474]},{"name":"Folder2","features":[358,474]},{"name":"Folder3","features":[358,474]},{"name":"FolderItem","features":[358,474]},{"name":"FolderItem2","features":[358,474]},{"name":"FolderItemVerb","features":[358,474]},{"name":"FolderItemVerbs","features":[358,474]},{"name":"FolderItems","features":[358,474]},{"name":"FolderItems2","features":[358,474]},{"name":"FolderItems3","features":[358,474]},{"name":"FolderViewHost","features":[474]},{"name":"FrameworkInputPane","features":[474]},{"name":"FreeSpaceCategorizer","features":[474]},{"name":"GADOF_DIRTY","features":[474]},{"name":"GCS_HELPTEXT","features":[474]},{"name":"GCS_HELPTEXTA","features":[474]},{"name":"GCS_HELPTEXTW","features":[474]},{"name":"GCS_UNICODE","features":[474]},{"name":"GCS_VALIDATE","features":[474]},{"name":"GCS_VALIDATEA","features":[474]},{"name":"GCS_VALIDATEW","features":[474]},{"name":"GCS_VERB","features":[474]},{"name":"GCS_VERBA","features":[474]},{"name":"GCS_VERBICONW","features":[474]},{"name":"GCS_VERBW","features":[474]},{"name":"GCT_INVALID","features":[474]},{"name":"GCT_LFNCHAR","features":[474]},{"name":"GCT_SEPARATOR","features":[474]},{"name":"GCT_SHORTCHAR","features":[474]},{"name":"GCT_WILD","features":[474]},{"name":"GETPROPS_NONE","features":[474]},{"name":"GIL_ASYNC","features":[474]},{"name":"GIL_CHECKSHIELD","features":[474]},{"name":"GIL_DEFAULTICON","features":[474]},{"name":"GIL_DONTCACHE","features":[474]},{"name":"GIL_FORCENOSHIELD","features":[474]},{"name":"GIL_FORSHELL","features":[474]},{"name":"GIL_FORSHORTCUT","features":[474]},{"name":"GIL_NOTFILENAME","features":[474]},{"name":"GIL_OPENICON","features":[474]},{"name":"GIL_PERCLASS","features":[474]},{"name":"GIL_PERINSTANCE","features":[474]},{"name":"GIL_SHIELD","features":[474]},{"name":"GIL_SIMULATEDOC","features":[474]},{"name":"GLOBALCOUNTER_APPLICATION_DESTINATIONS","features":[474]},{"name":"GLOBALCOUNTER_APPROVEDSITES","features":[474]},{"name":"GLOBALCOUNTER_APPSFOLDER_FILETYPEASSOCIATION_COUNTER","features":[474]},{"name":"GLOBALCOUNTER_APP_ITEMS_STATE_STORE_CACHE","features":[474]},{"name":"GLOBALCOUNTER_ASSOCCHANGED","features":[474]},{"name":"GLOBALCOUNTER_BANNERS_DATAMODEL_CACHE_MACHINEWIDE","features":[474]},{"name":"GLOBALCOUNTER_BITBUCKETNUMDELETERS","features":[474]},{"name":"GLOBALCOUNTER_COMMONPLACES_LIST_CACHE","features":[474]},{"name":"GLOBALCOUNTER_FOLDERDEFINITION_CACHE","features":[474]},{"name":"GLOBALCOUNTER_FOLDERSETTINGSCHANGE","features":[474]},{"name":"GLOBALCOUNTER_IEONLY_SESSIONS","features":[474]},{"name":"GLOBALCOUNTER_IESESSIONS","features":[474]},{"name":"GLOBALCOUNTER_INTERNETTOOLBAR_LAYOUT","features":[474]},{"name":"GLOBALCOUNTER_MAXIMUMVALUE","features":[474]},{"name":"GLOBALCOUNTER_OVERLAYMANAGER","features":[474]},{"name":"GLOBALCOUNTER_PRIVATE_PROFILE_CACHE","features":[474]},{"name":"GLOBALCOUNTER_PRIVATE_PROFILE_CACHE_MACHINEWIDE","features":[474]},{"name":"GLOBALCOUNTER_QUERYASSOCIATIONS","features":[474]},{"name":"GLOBALCOUNTER_RATINGS","features":[474]},{"name":"GLOBALCOUNTER_RATINGS_STATECOUNTER","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEBINCORRUPTED","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEBINENUM","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_A","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_B","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_C","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_D","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_E","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_F","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_G","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_H","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_I","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_J","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_K","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_L","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_M","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_N","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_O","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_P","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Q","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_R","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_S","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_T","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_U","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_V","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_W","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_X","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Y","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_DRIVE_Z","features":[474]},{"name":"GLOBALCOUNTER_RECYCLEDIRTYCOUNT_SHARES","features":[474]},{"name":"GLOBALCOUNTER_RESTRICTIONS","features":[474]},{"name":"GLOBALCOUNTER_SEARCHMANAGER","features":[474]},{"name":"GLOBALCOUNTER_SEARCHOPTIONS","features":[474]},{"name":"GLOBALCOUNTER_SETTINGSYNC_ENABLED","features":[474]},{"name":"GLOBALCOUNTER_SHELLSETTINGSCHANGED","features":[474]},{"name":"GLOBALCOUNTER_SYNC_ENGINE_INFORMATION_CACHE_MACHINEWIDE","features":[474]},{"name":"GLOBALCOUNTER_SYSTEMPIDLCHANGE","features":[474]},{"name":"GLOBALCOUNTER_USERINFOCHANGED","features":[474]},{"name":"GPFIDL_ALTNAME","features":[474]},{"name":"GPFIDL_DEFAULT","features":[474]},{"name":"GPFIDL_FLAGS","features":[474]},{"name":"GPFIDL_UNCPRINTER","features":[474]},{"name":"GenericCredentialProvider","features":[474]},{"name":"GetAcceptLanguagesA","features":[474]},{"name":"GetAcceptLanguagesW","features":[474]},{"name":"GetAllUsersProfileDirectoryA","features":[305,474]},{"name":"GetAllUsersProfileDirectoryW","features":[305,474]},{"name":"GetCurrentProcessExplicitAppUserModelID","features":[474]},{"name":"GetDefaultUserProfileDirectoryA","features":[305,474]},{"name":"GetDefaultUserProfileDirectoryW","features":[305,474]},{"name":"GetDpiForShellUIComponent","features":[474]},{"name":"GetFileNameFromBrowse","features":[305,474]},{"name":"GetMenuContextHelpId","features":[474,374]},{"name":"GetMenuPosFromID","features":[474,374]},{"name":"GetProfileType","features":[305,474]},{"name":"GetProfilesDirectoryA","features":[305,474]},{"name":"GetProfilesDirectoryW","features":[305,474]},{"name":"GetScaleFactorForDevice","features":[640]},{"name":"GetScaleFactorForMonitor","features":[317,640]},{"name":"GetUserProfileDirectoryA","features":[305,474]},{"name":"GetUserProfileDirectoryW","features":[305,474]},{"name":"GetWindowContextHelpId","features":[305,474]},{"name":"GetWindowSubclass","features":[305,474]},{"name":"HDROP","features":[474]},{"name":"HELPINFO","features":[305,474]},{"name":"HELPINFO_MENUITEM","features":[474]},{"name":"HELPINFO_WINDOW","features":[474]},{"name":"HELPWININFOA","features":[474]},{"name":"HELPWININFOW","features":[474]},{"name":"HELP_INFO_TYPE","features":[474]},{"name":"HGSC_DOCUMENTSLIBRARY","features":[474]},{"name":"HGSC_MUSICLIBRARY","features":[474]},{"name":"HGSC_NONE","features":[474]},{"name":"HGSC_PICTURESLIBRARY","features":[474]},{"name":"HGSC_PRINTERS","features":[474]},{"name":"HGSC_VIDEOSLIBRARY","features":[474]},{"name":"HLBWIF_DOCWNDMAXIMIZED","features":[474]},{"name":"HLBWIF_FLAGS","features":[474]},{"name":"HLBWIF_FRAMEWNDMAXIMIZED","features":[474]},{"name":"HLBWIF_HASDOCWNDINFO","features":[474]},{"name":"HLBWIF_HASFRAMEWNDINFO","features":[474]},{"name":"HLBWIF_HASWEBTOOLBARINFO","features":[474]},{"name":"HLBWIF_WEBTOOLBARHIDDEN","features":[474]},{"name":"HLBWINFO","features":[305,474]},{"name":"HLFNAMEF","features":[474]},{"name":"HLFNAMEF_DEFAULT","features":[474]},{"name":"HLFNAMEF_TRYCACHE","features":[474]},{"name":"HLFNAMEF_TRYFULLTARGET","features":[474]},{"name":"HLFNAMEF_TRYPRETTYTARGET","features":[474]},{"name":"HLFNAMEF_TRYWIN95SHORTCUT","features":[474]},{"name":"HLID_CURRENT","features":[474]},{"name":"HLID_INFO","features":[474]},{"name":"HLID_INVALID","features":[474]},{"name":"HLID_NEXT","features":[474]},{"name":"HLID_PREVIOUS","features":[474]},{"name":"HLID_STACKBOTTOM","features":[474]},{"name":"HLID_STACKTOP","features":[474]},{"name":"HLINKGETREF","features":[474]},{"name":"HLINKGETREF_ABSOLUTE","features":[474]},{"name":"HLINKGETREF_DEFAULT","features":[474]},{"name":"HLINKGETREF_RELATIVE","features":[474]},{"name":"HLINKMISC","features":[474]},{"name":"HLINKMISC_RELATIVE","features":[474]},{"name":"HLINKSETF","features":[474]},{"name":"HLINKSETF_LOCATION","features":[474]},{"name":"HLINKSETF_TARGET","features":[474]},{"name":"HLINKWHICHMK","features":[474]},{"name":"HLINKWHICHMK_BASE","features":[474]},{"name":"HLINKWHICHMK_CONTAINER","features":[474]},{"name":"HLINK_E_FIRST","features":[474]},{"name":"HLINK_S_DONTHIDE","features":[474]},{"name":"HLINK_S_FIRST","features":[474]},{"name":"HLITEM","features":[474]},{"name":"HLNF","features":[474]},{"name":"HLNF_ALLOW_AUTONAVIGATE","features":[474]},{"name":"HLNF_CALLERUNTRUSTED","features":[474]},{"name":"HLNF_CREATENOHISTORY","features":[474]},{"name":"HLNF_DISABLEWINDOWRESTRICTIONS","features":[474]},{"name":"HLNF_EXTERNALNAVIGATE","features":[474]},{"name":"HLNF_INTERNALJUMP","features":[474]},{"name":"HLNF_NAVIGATINGBACK","features":[474]},{"name":"HLNF_NAVIGATINGFORWARD","features":[474]},{"name":"HLNF_NAVIGATINGTOSTACKITEM","features":[474]},{"name":"HLNF_NEWWINDOWSMANAGED","features":[474]},{"name":"HLNF_OPENINNEWWINDOW","features":[474]},{"name":"HLNF_TRUSTEDFORACTIVEX","features":[474]},{"name":"HLNF_TRUSTFIRSTDOWNLOAD","features":[474]},{"name":"HLNF_UNTRUSTEDFORDOWNLOAD","features":[474]},{"name":"HLQF_INFO","features":[474]},{"name":"HLQF_ISCURRENT","features":[474]},{"name":"HLQF_ISVALID","features":[474]},{"name":"HLSHORTCUTF","features":[474]},{"name":"HLSHORTCUTF_DEFAULT","features":[474]},{"name":"HLSHORTCUTF_DONTACTUALLYCREATE","features":[474]},{"name":"HLSHORTCUTF_MAYUSEEXISTINGSHORTCUT","features":[474]},{"name":"HLSHORTCUTF_USEFILENAMEFROMFRIENDLYNAME","features":[474]},{"name":"HLSHORTCUTF_USEUNIQUEFILENAME","features":[474]},{"name":"HLSR","features":[474]},{"name":"HLSR_HISTORYFOLDER","features":[474]},{"name":"HLSR_HOME","features":[474]},{"name":"HLSR_SEARCHPAGE","features":[474]},{"name":"HLTBINFO","features":[305,474]},{"name":"HLTB_DOCKEDBOTTOM","features":[474]},{"name":"HLTB_DOCKEDLEFT","features":[474]},{"name":"HLTB_DOCKEDRIGHT","features":[474]},{"name":"HLTB_DOCKEDTOP","features":[474]},{"name":"HLTB_FLOATING","features":[474]},{"name":"HLTB_INFO","features":[474]},{"name":"HLTRANSLATEF","features":[474]},{"name":"HLTRANSLATEF_DEFAULT","features":[474]},{"name":"HLTRANSLATEF_DONTAPPLYDEFAULTPREFIX","features":[474]},{"name":"HMONITOR_UserFree","features":[317,474]},{"name":"HMONITOR_UserFree64","features":[317,474]},{"name":"HMONITOR_UserMarshal","features":[317,474]},{"name":"HMONITOR_UserMarshal64","features":[317,474]},{"name":"HMONITOR_UserSize","features":[317,474]},{"name":"HMONITOR_UserSize64","features":[317,474]},{"name":"HMONITOR_UserUnmarshal","features":[317,474]},{"name":"HMONITOR_UserUnmarshal64","features":[317,474]},{"name":"HOMEGROUPSHARINGCHOICES","features":[474]},{"name":"HOMEGROUP_SECURITY_GROUP","features":[474]},{"name":"HOMEGROUP_SECURITY_GROUP_MULTI","features":[474]},{"name":"HPSXA","features":[474]},{"name":"HashData","features":[474]},{"name":"HideInputPaneAnimationCoordinator","features":[474]},{"name":"HlinkClone","features":[474]},{"name":"HlinkCreateBrowseContext","features":[474]},{"name":"HlinkCreateExtensionServices","features":[305,474]},{"name":"HlinkCreateFromData","features":[358,474]},{"name":"HlinkCreateFromMoniker","features":[358,474]},{"name":"HlinkCreateFromString","features":[474]},{"name":"HlinkCreateShortcut","features":[474]},{"name":"HlinkCreateShortcutFromMoniker","features":[358,474]},{"name":"HlinkCreateShortcutFromString","features":[474]},{"name":"HlinkGetSpecialReference","features":[474]},{"name":"HlinkGetValueFromParams","features":[474]},{"name":"HlinkIsShortcut","features":[474]},{"name":"HlinkNavigate","features":[358,474]},{"name":"HlinkNavigateToStringReference","features":[358,474]},{"name":"HlinkOnNavigate","features":[358,474]},{"name":"HlinkOnRenameDocument","features":[358,474]},{"name":"HlinkParseDisplayName","features":[305,358,474]},{"name":"HlinkPreprocessMoniker","features":[358,474]},{"name":"HlinkQueryCreateFromData","features":[358,474]},{"name":"HlinkResolveMonikerForData","features":[358,474]},{"name":"HlinkResolveShortcut","features":[474]},{"name":"HlinkResolveShortcutToMoniker","features":[358,474]},{"name":"HlinkResolveShortcutToString","features":[474]},{"name":"HlinkResolveStringForData","features":[358,474]},{"name":"HlinkSetSpecialReference","features":[474]},{"name":"HlinkTranslateURL","features":[474]},{"name":"HlinkUpdateStackItem","features":[358,474]},{"name":"HomeGroup","features":[474]},{"name":"IACList","features":[474]},{"name":"IACList2","features":[474]},{"name":"IAccessibilityDockingService","features":[474]},{"name":"IAccessibilityDockingServiceCallback","features":[474]},{"name":"IAccessibleObject","features":[474]},{"name":"IActionProgress","features":[474]},{"name":"IActionProgressDialog","features":[474]},{"name":"IAppActivationUIInfo","features":[474]},{"name":"IAppPublisher","features":[474]},{"name":"IAppVisibility","features":[474]},{"name":"IAppVisibilityEvents","features":[474]},{"name":"IApplicationActivationManager","features":[474]},{"name":"IApplicationAssociationRegistration","features":[474]},{"name":"IApplicationAssociationRegistrationUI","features":[474]},{"name":"IApplicationDesignModeSettings","features":[474]},{"name":"IApplicationDesignModeSettings2","features":[474]},{"name":"IApplicationDestinations","features":[474]},{"name":"IApplicationDocumentLists","features":[474]},{"name":"IAssocHandler","features":[474]},{"name":"IAssocHandlerInvoker","features":[474]},{"name":"IAttachmentExecute","features":[474]},{"name":"IAutoComplete","features":[474]},{"name":"IAutoComplete2","features":[474]},{"name":"IAutoCompleteDropDown","features":[474]},{"name":"IBandHost","features":[474]},{"name":"IBandSite","features":[474]},{"name":"IBannerNotificationHandler","features":[474]},{"name":"IBanneredBar","features":[474]},{"name":"IBrowserFrameOptions","features":[474]},{"name":"IBrowserService","features":[474]},{"name":"IBrowserService2","features":[474]},{"name":"IBrowserService3","features":[474]},{"name":"IBrowserService4","features":[474]},{"name":"ICDBurn","features":[474]},{"name":"ICDBurnExt","features":[474]},{"name":"ICategorizer","features":[474]},{"name":"ICategoryProvider","features":[474]},{"name":"IColumnManager","features":[474]},{"name":"IColumnProvider","features":[474]},{"name":"ICommDlgBrowser","features":[474]},{"name":"ICommDlgBrowser2","features":[474]},{"name":"ICommDlgBrowser3","features":[474]},{"name":"IComputerInfoChangeNotify","features":[474]},{"name":"IConnectableCredentialProviderCredential","features":[474]},{"name":"IContactManagerInterop","features":[474]},{"name":"IContextMenu","features":[474]},{"name":"IContextMenu2","features":[474]},{"name":"IContextMenu3","features":[474]},{"name":"IContextMenuCB","features":[474]},{"name":"IContextMenuSite","features":[474]},{"name":"ICopyHookA","features":[474]},{"name":"ICopyHookW","features":[474]},{"name":"ICreateProcessInputs","features":[474]},{"name":"ICreatingProcess","features":[474]},{"name":"ICredentialProvider","features":[474]},{"name":"ICredentialProviderCredential","features":[474]},{"name":"ICredentialProviderCredential2","features":[474]},{"name":"ICredentialProviderCredentialEvents","features":[474]},{"name":"ICredentialProviderCredentialEvents2","features":[474]},{"name":"ICredentialProviderCredentialWithFieldOptions","features":[474]},{"name":"ICredentialProviderEvents","features":[474]},{"name":"ICredentialProviderFilter","features":[474]},{"name":"ICredentialProviderSetUserArray","features":[474]},{"name":"ICredentialProviderUser","features":[474]},{"name":"ICredentialProviderUserArray","features":[474]},{"name":"ICurrentItem","features":[474]},{"name":"ICurrentWorkingDirectory","features":[474]},{"name":"ICustomDestinationList","features":[474]},{"name":"IDC_OFFLINE_HAND","features":[474]},{"name":"IDC_PANTOOL_HAND_CLOSED","features":[474]},{"name":"IDC_PANTOOL_HAND_OPEN","features":[474]},{"name":"IDD_WIZEXTN_FIRST","features":[474]},{"name":"IDD_WIZEXTN_LAST","features":[474]},{"name":"IDO_SHGIOI_DEFAULT","features":[474]},{"name":"IDO_SHGIOI_LINK","features":[474]},{"name":"IDO_SHGIOI_SHARE","features":[474]},{"name":"IDO_SHGIOI_SLOWFILE","features":[474]},{"name":"IDS_DESCRIPTION","features":[474]},{"name":"ID_APP","features":[474]},{"name":"IDataObjectAsyncCapability","features":[474]},{"name":"IDataObjectProvider","features":[474]},{"name":"IDataTransferManagerInterop","features":[474]},{"name":"IDefaultExtractIconInit","features":[474]},{"name":"IDefaultFolderMenuInitialize","features":[474]},{"name":"IDelegateFolder","features":[474]},{"name":"IDelegateItem","features":[474]},{"name":"IDeskBand","features":[359,474]},{"name":"IDeskBand2","features":[359,474]},{"name":"IDeskBandInfo","features":[474]},{"name":"IDeskBar","features":[359,474]},{"name":"IDeskBarClient","features":[359,474]},{"name":"IDesktopGadget","features":[474]},{"name":"IDesktopWallpaper","features":[474]},{"name":"IDestinationStreamFactory","features":[474]},{"name":"IDisplayItem","features":[474]},{"name":"IDocViewSite","features":[474]},{"name":"IDockingWindow","features":[359,474]},{"name":"IDockingWindowFrame","features":[359,474]},{"name":"IDockingWindowSite","features":[359,474]},{"name":"IDragSourceHelper","features":[474]},{"name":"IDragSourceHelper2","features":[474]},{"name":"IDropTargetHelper","features":[474]},{"name":"IDynamicHWHandler","features":[474]},{"name":"IEIFLAG_ASPECT","features":[474]},{"name":"IEIFLAG_ASYNC","features":[474]},{"name":"IEIFLAG_CACHE","features":[474]},{"name":"IEIFLAG_GLEAM","features":[474]},{"name":"IEIFLAG_NOBORDER","features":[474]},{"name":"IEIFLAG_NOSTAMP","features":[474]},{"name":"IEIFLAG_OFFLINE","features":[474]},{"name":"IEIFLAG_ORIGSIZE","features":[474]},{"name":"IEIFLAG_QUALITY","features":[474]},{"name":"IEIFLAG_REFRESH","features":[474]},{"name":"IEIFLAG_SCREEN","features":[474]},{"name":"IEIT_PRIORITY_NORMAL","features":[474]},{"name":"IEI_PRIORITY_MAX","features":[474]},{"name":"IEI_PRIORITY_MIN","features":[474]},{"name":"IENamespaceTreeControl","features":[474]},{"name":"IEPDNFLAGS","features":[474]},{"name":"IEPDN_BINDINGUI","features":[474]},{"name":"IESHORTCUTFLAGS","features":[474]},{"name":"IESHORTCUT_BACKGROUNDTAB","features":[474]},{"name":"IESHORTCUT_FORCENAVIGATE","features":[474]},{"name":"IESHORTCUT_NEWBROWSER","features":[474]},{"name":"IESHORTCUT_OPENNEWTAB","features":[474]},{"name":"IEnumACString","features":[358,474]},{"name":"IEnumAssocHandlers","features":[474]},{"name":"IEnumExplorerCommand","features":[474]},{"name":"IEnumExtraSearch","features":[474]},{"name":"IEnumFullIDList","features":[474]},{"name":"IEnumHLITEM","features":[474]},{"name":"IEnumIDList","features":[474]},{"name":"IEnumObjects","features":[474]},{"name":"IEnumPublishedApps","features":[474]},{"name":"IEnumReadyCallback","features":[474]},{"name":"IEnumResources","features":[474]},{"name":"IEnumShellItems","features":[474]},{"name":"IEnumSyncMgrConflict","features":[474]},{"name":"IEnumSyncMgrEvents","features":[474]},{"name":"IEnumSyncMgrSyncItems","features":[474]},{"name":"IEnumTravelLogEntry","features":[474]},{"name":"IEnumerableView","features":[474]},{"name":"IExecuteCommand","features":[474]},{"name":"IExecuteCommandApplicationHostEnvironment","features":[474]},{"name":"IExecuteCommandHost","features":[474]},{"name":"IExpDispSupport","features":[474]},{"name":"IExpDispSupportXP","features":[474]},{"name":"IExplorerBrowser","features":[474]},{"name":"IExplorerBrowserEvents","features":[474]},{"name":"IExplorerCommand","features":[474]},{"name":"IExplorerCommandProvider","features":[474]},{"name":"IExplorerCommandState","features":[474]},{"name":"IExplorerPaneVisibility","features":[474]},{"name":"IExtensionServices","features":[474]},{"name":"IExtractIconA","features":[474]},{"name":"IExtractIconW","features":[474]},{"name":"IExtractImage","features":[474]},{"name":"IExtractImage2","features":[474]},{"name":"IFileDialog","features":[474]},{"name":"IFileDialog2","features":[474]},{"name":"IFileDialogControlEvents","features":[474]},{"name":"IFileDialogCustomize","features":[474]},{"name":"IFileDialogEvents","features":[474]},{"name":"IFileIsInUse","features":[474]},{"name":"IFileOpenDialog","features":[474]},{"name":"IFileOperation","features":[474]},{"name":"IFileOperation2","features":[474]},{"name":"IFileOperationProgressSink","features":[474]},{"name":"IFileSaveDialog","features":[474]},{"name":"IFileSearchBand","features":[358,474]},{"name":"IFileSyncMergeHandler","features":[474]},{"name":"IFileSystemBindData","features":[474]},{"name":"IFileSystemBindData2","features":[474]},{"name":"IFolderBandPriv","features":[474]},{"name":"IFolderFilter","features":[474]},{"name":"IFolderFilterSite","features":[474]},{"name":"IFolderView","features":[474]},{"name":"IFolderView2","features":[474]},{"name":"IFolderViewHost","features":[474]},{"name":"IFolderViewOC","features":[358,474]},{"name":"IFolderViewOptions","features":[474]},{"name":"IFolderViewSettings","features":[474]},{"name":"IFrameworkInputPane","features":[474]},{"name":"IFrameworkInputPaneHandler","features":[474]},{"name":"IGetServiceIds","features":[474]},{"name":"IHWEventHandler","features":[474]},{"name":"IHWEventHandler2","features":[474]},{"name":"IHandlerActivationHost","features":[474]},{"name":"IHandlerInfo","features":[474]},{"name":"IHandlerInfo2","features":[474]},{"name":"IHlink","features":[474]},{"name":"IHlinkBrowseContext","features":[474]},{"name":"IHlinkFrame","features":[474]},{"name":"IHlinkSite","features":[474]},{"name":"IHlinkTarget","features":[474]},{"name":"IHomeGroup","features":[474]},{"name":"IIOCancelInformation","features":[474]},{"name":"IIdentityName","features":[474]},{"name":"IImageRecompress","features":[474]},{"name":"IInitializeCommand","features":[474]},{"name":"IInitializeNetworkFolder","features":[474]},{"name":"IInitializeObject","features":[474]},{"name":"IInitializeWithBindCtx","features":[474]},{"name":"IInitializeWithItem","features":[474]},{"name":"IInitializeWithPropertyStore","features":[474]},{"name":"IInitializeWithWindow","features":[474]},{"name":"IInputObject","features":[474]},{"name":"IInputObject2","features":[474]},{"name":"IInputObjectSite","features":[474]},{"name":"IInputPaneAnimationCoordinator","features":[474]},{"name":"IInputPanelConfiguration","features":[474]},{"name":"IInputPanelInvocationConfiguration","features":[474]},{"name":"IInsertItem","features":[474]},{"name":"IItemNameLimits","features":[474]},{"name":"IKnownFolder","features":[474]},{"name":"IKnownFolderManager","features":[474]},{"name":"ILAppendID","features":[305,640]},{"name":"ILClone","features":[640]},{"name":"ILCloneFirst","features":[640]},{"name":"ILCombine","features":[640]},{"name":"ILCreateFromPathA","features":[640]},{"name":"ILCreateFromPathW","features":[640]},{"name":"ILFindChild","features":[640]},{"name":"ILFindLastID","features":[640]},{"name":"ILFree","features":[640]},{"name":"ILGetNext","features":[640]},{"name":"ILGetSize","features":[640]},{"name":"ILIsEqual","features":[305,640]},{"name":"ILIsParent","features":[305,640]},{"name":"ILLoadFromStreamEx","features":[358,640]},{"name":"ILMM_IE4","features":[474]},{"name":"ILRemoveLastID","features":[305,640]},{"name":"ILSaveToStream","features":[358,640]},{"name":"ILaunchSourceAppUserModelId","features":[474]},{"name":"ILaunchSourceViewSizePreference","features":[474]},{"name":"ILaunchTargetMonitor","features":[474]},{"name":"ILaunchTargetViewSizePreference","features":[474]},{"name":"ILaunchUIContext","features":[474]},{"name":"ILaunchUIContextProvider","features":[474]},{"name":"IMM_ACC_DOCKING_E_DOCKOCCUPIED","features":[474]},{"name":"IMM_ACC_DOCKING_E_INSUFFICIENTHEIGHT","features":[474]},{"name":"IMSC_E_SHELL_COMPONENT_STARTUP_FAILURE","features":[474]},{"name":"IMenuBand","features":[474]},{"name":"IMenuPopup","features":[359,474]},{"name":"IModalWindow","features":[474]},{"name":"INTERNET_MAX_PATH_LENGTH","features":[474]},{"name":"INTERNET_MAX_SCHEME_LENGTH","features":[474]},{"name":"INameSpaceTreeAccessible","features":[474]},{"name":"INameSpaceTreeControl","features":[474]},{"name":"INameSpaceTreeControl2","features":[474]},{"name":"INameSpaceTreeControlCustomDraw","features":[474]},{"name":"INameSpaceTreeControlDropHandler","features":[474]},{"name":"INameSpaceTreeControlEvents","features":[474]},{"name":"INameSpaceTreeControlFolderCapabilities","features":[474]},{"name":"INamedPropertyBag","features":[474]},{"name":"INamespaceWalk","features":[474]},{"name":"INamespaceWalkCB","features":[474]},{"name":"INamespaceWalkCB2","features":[474]},{"name":"INetworkFolderInternal","features":[474]},{"name":"INewMenuClient","features":[474]},{"name":"INewShortcutHookA","features":[474]},{"name":"INewShortcutHookW","features":[474]},{"name":"INewWDEvents","features":[358,474]},{"name":"INewWindowManager","features":[474]},{"name":"INotifyReplica","features":[474]},{"name":"IObjMgr","features":[474]},{"name":"IObjectProvider","features":[474]},{"name":"IObjectWithAppUserModelID","features":[474]},{"name":"IObjectWithBackReferences","features":[474]},{"name":"IObjectWithCancelEvent","features":[474]},{"name":"IObjectWithFolderEnumMode","features":[474]},{"name":"IObjectWithProgID","features":[474]},{"name":"IObjectWithSelection","features":[474]},{"name":"IOpenControlPanel","features":[474]},{"name":"IOpenSearchSource","features":[474]},{"name":"IOperationsProgressDialog","features":[474]},{"name":"IPackageDebugSettings","features":[474]},{"name":"IPackageDebugSettings2","features":[474]},{"name":"IPackageExecutionStateChangeNotification","features":[474]},{"name":"IParentAndItem","features":[474]},{"name":"IParseAndCreateItem","features":[474]},{"name":"IPersistFolder","features":[358,474]},{"name":"IPersistFolder2","features":[358,474]},{"name":"IPersistFolder3","features":[358,474]},{"name":"IPersistIDList","features":[358,474]},{"name":"IPreviewHandler","features":[474]},{"name":"IPreviewHandlerFrame","features":[474]},{"name":"IPreviewHandlerVisuals","features":[474]},{"name":"IPreviewItem","features":[474]},{"name":"IPreviousVersionsInfo","features":[474]},{"name":"IProfferService","features":[474]},{"name":"IProgressDialog","features":[474]},{"name":"IPropertyKeyStore","features":[474]},{"name":"IPublishedApp","features":[474]},{"name":"IPublishedApp2","features":[474]},{"name":"IPublishingWizard","features":[474]},{"name":"IQueryAssociations","features":[474]},{"name":"IQueryCancelAutoPlay","features":[474]},{"name":"IQueryCodePage","features":[474]},{"name":"IQueryContinue","features":[474]},{"name":"IQueryContinueWithStatus","features":[474]},{"name":"IQueryInfo","features":[474]},{"name":"IRTIR_TASK_FINISHED","features":[474]},{"name":"IRTIR_TASK_NOT_RUNNING","features":[474]},{"name":"IRTIR_TASK_PENDING","features":[474]},{"name":"IRTIR_TASK_RUNNING","features":[474]},{"name":"IRTIR_TASK_SUSPENDED","features":[474]},{"name":"IRegTreeItem","features":[474]},{"name":"IRelatedItem","features":[474]},{"name":"IRemoteComputer","features":[474]},{"name":"IResolveShellLink","features":[474]},{"name":"IResultsFolder","features":[474]},{"name":"IRunnableTask","features":[474]},{"name":"ISFBVIEWMODE_LARGEICONS","features":[474]},{"name":"ISFBVIEWMODE_LOGOS","features":[474]},{"name":"ISFBVIEWMODE_SMALLICONS","features":[474]},{"name":"ISFB_MASK_BKCOLOR","features":[474]},{"name":"ISFB_MASK_COLORS","features":[474]},{"name":"ISFB_MASK_IDLIST","features":[474]},{"name":"ISFB_MASK_SHELLFOLDER","features":[474]},{"name":"ISFB_MASK_STATE","features":[474]},{"name":"ISFB_MASK_VIEWMODE","features":[474]},{"name":"ISFB_STATE_ALLOWRENAME","features":[474]},{"name":"ISFB_STATE_BTNMINSIZE","features":[474]},{"name":"ISFB_STATE_CHANNELBAR","features":[474]},{"name":"ISFB_STATE_DEBOSSED","features":[474]},{"name":"ISFB_STATE_DEFAULT","features":[474]},{"name":"ISFB_STATE_FULLOPEN","features":[474]},{"name":"ISFB_STATE_NONAMESORT","features":[474]},{"name":"ISFB_STATE_NOSHOWTEXT","features":[474]},{"name":"ISFB_STATE_QLINKSMODE","features":[474]},{"name":"ISHCUTCMDID_COMMITHISTORY","features":[474]},{"name":"ISHCUTCMDID_DOWNLOADICON","features":[474]},{"name":"ISHCUTCMDID_INTSHORTCUTCREATE","features":[474]},{"name":"ISHCUTCMDID_SETUSERAWURL","features":[474]},{"name":"ISIOI_ICONFILE","features":[474]},{"name":"ISIOI_ICONINDEX","features":[474]},{"name":"IS_E_EXEC_FAILED","features":[474]},{"name":"IS_FULLSCREEN","features":[474]},{"name":"IS_NORMAL","features":[474]},{"name":"IS_SPLIT","features":[474]},{"name":"IScriptErrorList","features":[358,474]},{"name":"ISearchBoxInfo","features":[474]},{"name":"ISearchContext","features":[474]},{"name":"ISearchFolderItemFactory","features":[474]},{"name":"ISharedBitmap","features":[474]},{"name":"ISharingConfigurationManager","features":[474]},{"name":"IShellApp","features":[474]},{"name":"IShellBrowser","features":[359,474]},{"name":"IShellChangeNotify","features":[474]},{"name":"IShellDetails","features":[474]},{"name":"IShellDispatch","features":[358,474]},{"name":"IShellDispatch2","features":[358,474]},{"name":"IShellDispatch3","features":[358,474]},{"name":"IShellDispatch4","features":[358,474]},{"name":"IShellDispatch5","features":[358,474]},{"name":"IShellDispatch6","features":[358,474]},{"name":"IShellExtInit","features":[474]},{"name":"IShellFavoritesNameSpace","features":[358,474]},{"name":"IShellFolder","features":[474]},{"name":"IShellFolder2","features":[474]},{"name":"IShellFolderBand","features":[474]},{"name":"IShellFolderView","features":[474]},{"name":"IShellFolderViewCB","features":[474]},{"name":"IShellFolderViewDual","features":[358,474]},{"name":"IShellFolderViewDual2","features":[358,474]},{"name":"IShellFolderViewDual3","features":[358,474]},{"name":"IShellIcon","features":[474]},{"name":"IShellIconOverlay","features":[474]},{"name":"IShellIconOverlayIdentifier","features":[474]},{"name":"IShellIconOverlayManager","features":[474]},{"name":"IShellImageData","features":[474]},{"name":"IShellImageDataAbort","features":[474]},{"name":"IShellImageDataFactory","features":[474]},{"name":"IShellItem","features":[474]},{"name":"IShellItem2","features":[474]},{"name":"IShellItemArray","features":[474]},{"name":"IShellItemFilter","features":[474]},{"name":"IShellItemImageFactory","features":[474]},{"name":"IShellItemResources","features":[474]},{"name":"IShellLibrary","features":[474]},{"name":"IShellLinkA","features":[474]},{"name":"IShellLinkDataList","features":[474]},{"name":"IShellLinkDual","features":[358,474]},{"name":"IShellLinkDual2","features":[358,474]},{"name":"IShellLinkW","features":[474]},{"name":"IShellMenu","features":[474]},{"name":"IShellMenuCallback","features":[474]},{"name":"IShellNameSpace","features":[358,474]},{"name":"IShellPropSheetExt","features":[474]},{"name":"IShellRunDll","features":[474]},{"name":"IShellService","features":[474]},{"name":"IShellTaskScheduler","features":[474]},{"name":"IShellUIHelper","features":[358,474]},{"name":"IShellUIHelper2","features":[358,474]},{"name":"IShellUIHelper3","features":[358,474]},{"name":"IShellUIHelper4","features":[358,474]},{"name":"IShellUIHelper5","features":[358,474]},{"name":"IShellUIHelper6","features":[358,474]},{"name":"IShellUIHelper7","features":[358,474]},{"name":"IShellUIHelper8","features":[358,474]},{"name":"IShellUIHelper9","features":[358,474]},{"name":"IShellView","features":[359,474]},{"name":"IShellView2","features":[359,474]},{"name":"IShellView3","features":[359,474]},{"name":"IShellWindows","features":[358,474]},{"name":"ISortColumnArray","features":[474]},{"name":"IStartMenuPinnedList","features":[474]},{"name":"IStorageProviderBanners","features":[474]},{"name":"IStorageProviderCopyHook","features":[474]},{"name":"IStorageProviderHandler","features":[474]},{"name":"IStorageProviderPropertyHandler","features":[474]},{"name":"IStreamAsync","features":[358,474]},{"name":"IStreamUnbufferedInfo","features":[474]},{"name":"IStream_Copy","features":[358,474]},{"name":"IStream_Read","features":[358,474]},{"name":"IStream_ReadPidl","features":[358,640]},{"name":"IStream_ReadStr","features":[358,474]},{"name":"IStream_Reset","features":[358,474]},{"name":"IStream_Size","features":[358,474]},{"name":"IStream_Write","features":[358,474]},{"name":"IStream_WritePidl","features":[358,640]},{"name":"IStream_WriteStr","features":[358,474]},{"name":"ISuspensionDependencyManager","features":[474]},{"name":"ISyncMgrConflict","features":[474]},{"name":"ISyncMgrConflictFolder","features":[474]},{"name":"ISyncMgrConflictItems","features":[474]},{"name":"ISyncMgrConflictPresenter","features":[474]},{"name":"ISyncMgrConflictResolutionItems","features":[474]},{"name":"ISyncMgrConflictResolveInfo","features":[474]},{"name":"ISyncMgrConflictStore","features":[474]},{"name":"ISyncMgrControl","features":[474]},{"name":"ISyncMgrEnumItems","features":[474]},{"name":"ISyncMgrEvent","features":[474]},{"name":"ISyncMgrEventLinkUIOperation","features":[474]},{"name":"ISyncMgrEventStore","features":[474]},{"name":"ISyncMgrHandler","features":[474]},{"name":"ISyncMgrHandlerCollection","features":[474]},{"name":"ISyncMgrHandlerInfo","features":[474]},{"name":"ISyncMgrRegister","features":[474]},{"name":"ISyncMgrResolutionHandler","features":[474]},{"name":"ISyncMgrScheduleWizardUIOperation","features":[474]},{"name":"ISyncMgrSessionCreator","features":[474]},{"name":"ISyncMgrSyncCallback","features":[474]},{"name":"ISyncMgrSyncItem","features":[474]},{"name":"ISyncMgrSyncItemContainer","features":[474]},{"name":"ISyncMgrSyncItemInfo","features":[474]},{"name":"ISyncMgrSyncResult","features":[474]},{"name":"ISyncMgrSynchronize","features":[474]},{"name":"ISyncMgrSynchronizeCallback","features":[474]},{"name":"ISyncMgrSynchronizeInvoke","features":[474]},{"name":"ISyncMgrUIOperation","features":[474]},{"name":"ITEMSPACING","features":[474]},{"name":"ITSAT_DEFAULT_PRIORITY","features":[474]},{"name":"ITSAT_MAX_PRIORITY","features":[474]},{"name":"ITSAT_MIN_PRIORITY","features":[474]},{"name":"ITSSFLAG_COMPLETE_ON_DESTROY","features":[474]},{"name":"ITSSFLAG_FLAGS_MASK","features":[474]},{"name":"ITSSFLAG_KILL_ON_DESTROY","features":[474]},{"name":"ITSS_THREAD_TIMEOUT_NO_CHANGE","features":[474]},{"name":"ITaskbarList","features":[474]},{"name":"ITaskbarList2","features":[474]},{"name":"ITaskbarList3","features":[474]},{"name":"ITaskbarList4","features":[474]},{"name":"IThumbnailCache","features":[474]},{"name":"IThumbnailCachePrimer","features":[474]},{"name":"IThumbnailCapture","features":[474]},{"name":"IThumbnailHandlerFactory","features":[474]},{"name":"IThumbnailProvider","features":[474]},{"name":"IThumbnailSettings","features":[474]},{"name":"IThumbnailStreamCache","features":[474]},{"name":"ITrackShellMenu","features":[474]},{"name":"ITranscodeImage","features":[474]},{"name":"ITransferAdviseSink","features":[474]},{"name":"ITransferDestination","features":[474]},{"name":"ITransferMediumItem","features":[474]},{"name":"ITransferSource","features":[474]},{"name":"ITravelEntry","features":[474]},{"name":"ITravelLog","features":[474]},{"name":"ITravelLogClient","features":[474]},{"name":"ITravelLogEntry","features":[474]},{"name":"ITravelLogStg","features":[474]},{"name":"ITrayDeskBand","features":[474]},{"name":"IURLSearchHook","features":[474]},{"name":"IURLSearchHook2","features":[474]},{"name":"IURL_INVOKECOMMAND_FLAGS","features":[474]},{"name":"IURL_INVOKECOMMAND_FL_ALLOW_UI","features":[474]},{"name":"IURL_INVOKECOMMAND_FL_ASYNCOK","features":[474]},{"name":"IURL_INVOKECOMMAND_FL_DDEWAIT","features":[474]},{"name":"IURL_INVOKECOMMAND_FL_LOG_USAGE","features":[474]},{"name":"IURL_INVOKECOMMAND_FL_USE_DEFAULT_VERB","features":[474]},{"name":"IURL_SETURL_FLAGS","features":[474]},{"name":"IURL_SETURL_FL_GUESS_PROTOCOL","features":[474]},{"name":"IURL_SETURL_FL_USE_DEFAULT_PROTOCOL","features":[474]},{"name":"IUniformResourceLocatorA","features":[474]},{"name":"IUniformResourceLocatorW","features":[474]},{"name":"IUnknown_AtomicRelease","features":[474]},{"name":"IUnknown_GetSite","features":[474]},{"name":"IUnknown_GetWindow","features":[305,474]},{"name":"IUnknown_QueryService","features":[474]},{"name":"IUnknown_Set","features":[474]},{"name":"IUnknown_SetSite","features":[474]},{"name":"IUpdateIDList","features":[474]},{"name":"IUseToBrowseItem","features":[474]},{"name":"IUserAccountChangeCallback","features":[474]},{"name":"IUserNotification","features":[474]},{"name":"IUserNotification2","features":[474]},{"name":"IUserNotificationCallback","features":[474]},{"name":"IViewStateIdentityItem","features":[474]},{"name":"IVirtualDesktopManager","features":[474]},{"name":"IVisualProperties","features":[474]},{"name":"IWebBrowser","features":[358,474]},{"name":"IWebBrowser2","features":[358,474]},{"name":"IWebBrowserApp","features":[358,474]},{"name":"IWebWizardExtension","features":[474]},{"name":"IWebWizardHost","features":[358,474]},{"name":"IWebWizardHost2","features":[358,474]},{"name":"IWizardExtension","features":[474]},{"name":"IWizardSite","features":[474]},{"name":"Identity_LocalUserProvider","features":[474]},{"name":"ImageProperties","features":[474]},{"name":"ImageRecompress","features":[474]},{"name":"ImageTranscode","features":[474]},{"name":"ImportPrivacySettings","features":[305,474]},{"name":"InitNetworkAddressControl","features":[305,474]},{"name":"InitPropVariantFromStrRet","features":[305,392,360,640]},{"name":"InitVariantFromStrRet","features":[305,358,359,360,640]},{"name":"InputPanelConfiguration","features":[474]},{"name":"InternetExplorer","features":[474]},{"name":"InternetExplorerMedium","features":[474]},{"name":"InternetPrintOrdering","features":[474]},{"name":"IntlStrEqWorkerA","features":[305,474]},{"name":"IntlStrEqWorkerW","features":[305,474]},{"name":"IsCharSpaceA","features":[305,474]},{"name":"IsCharSpaceW","features":[305,474]},{"name":"IsInternetESCEnabled","features":[305,474]},{"name":"IsLFNDriveA","features":[305,474]},{"name":"IsLFNDriveW","features":[305,474]},{"name":"IsNetDrive","features":[474]},{"name":"IsOS","features":[305,474]},{"name":"IsUserAnAdmin","features":[305,474]},{"name":"ItemCount_Property_GUID","features":[474]},{"name":"ItemIndex_Property_GUID","features":[474]},{"name":"KDC_FREQUENT","features":[474]},{"name":"KDC_RECENT","features":[474]},{"name":"KFDF_LOCAL_REDIRECT_ONLY","features":[474]},{"name":"KFDF_NO_REDIRECT_UI","features":[474]},{"name":"KFDF_PRECREATE","features":[474]},{"name":"KFDF_PUBLISHEXPANDEDPATH","features":[474]},{"name":"KFDF_ROAMABLE","features":[474]},{"name":"KFDF_STREAM","features":[474]},{"name":"KF_CATEGORY","features":[474]},{"name":"KF_CATEGORY_COMMON","features":[474]},{"name":"KF_CATEGORY_FIXED","features":[474]},{"name":"KF_CATEGORY_PERUSER","features":[474]},{"name":"KF_CATEGORY_VIRTUAL","features":[474]},{"name":"KF_FLAG_ALIAS_ONLY","features":[474]},{"name":"KF_FLAG_CREATE","features":[474]},{"name":"KF_FLAG_DEFAULT","features":[474]},{"name":"KF_FLAG_DEFAULT_PATH","features":[474]},{"name":"KF_FLAG_DONT_UNEXPAND","features":[474]},{"name":"KF_FLAG_DONT_VERIFY","features":[474]},{"name":"KF_FLAG_FORCE_APPCONTAINER_REDIRECTION","features":[474]},{"name":"KF_FLAG_FORCE_APP_DATA_REDIRECTION","features":[474]},{"name":"KF_FLAG_FORCE_PACKAGE_REDIRECTION","features":[474]},{"name":"KF_FLAG_INIT","features":[474]},{"name":"KF_FLAG_NOT_PARENT_RELATIVE","features":[474]},{"name":"KF_FLAG_NO_ALIAS","features":[474]},{"name":"KF_FLAG_NO_APPCONTAINER_REDIRECTION","features":[474]},{"name":"KF_FLAG_NO_PACKAGE_REDIRECTION","features":[474]},{"name":"KF_FLAG_RETURN_FILTER_REDIRECTION_TARGET","features":[474]},{"name":"KF_FLAG_SIMPLE_IDLIST","features":[474]},{"name":"KF_REDIRECTION_CAPABILITIES_ALLOW_ALL","features":[474]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_ALL","features":[474]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_PERMISSIONS","features":[474]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_POLICY","features":[474]},{"name":"KF_REDIRECTION_CAPABILITIES_DENY_POLICY_REDIRECTED","features":[474]},{"name":"KF_REDIRECTION_CAPABILITIES_REDIRECTABLE","features":[474]},{"name":"KF_REDIRECT_CHECK_ONLY","features":[474]},{"name":"KF_REDIRECT_COPY_CONTENTS","features":[474]},{"name":"KF_REDIRECT_COPY_SOURCE_DACL","features":[474]},{"name":"KF_REDIRECT_DEL_SOURCE_CONTENTS","features":[474]},{"name":"KF_REDIRECT_EXCLUDE_ALL_KNOWN_SUBFOLDERS","features":[474]},{"name":"KF_REDIRECT_OWNER_USER","features":[474]},{"name":"KF_REDIRECT_PIN","features":[474]},{"name":"KF_REDIRECT_SET_OWNER_EXPLICIT","features":[474]},{"name":"KF_REDIRECT_UNPIN","features":[474]},{"name":"KF_REDIRECT_USER_EXCLUSIVE","features":[474]},{"name":"KF_REDIRECT_WITH_UI","features":[474]},{"name":"KNOWNDESTCATEGORY","features":[474]},{"name":"KNOWNFOLDER_DEFINITION","features":[474]},{"name":"KNOWN_FOLDER_FLAG","features":[474]},{"name":"KnownFolderManager","features":[474]},{"name":"LFF_ALLITEMS","features":[474]},{"name":"LFF_FORCEFILESYSTEM","features":[474]},{"name":"LFF_STORAGEITEMS","features":[474]},{"name":"LIBRARYFOLDERFILTER","features":[474]},{"name":"LIBRARYMANAGEDIALOGOPTIONS","features":[474]},{"name":"LIBRARYOPTIONFLAGS","features":[474]},{"name":"LIBRARYSAVEFLAGS","features":[474]},{"name":"LIBRARY_E_NO_ACCESSIBLE_LOCATION","features":[474]},{"name":"LIBRARY_E_NO_SAVE_LOCATION","features":[474]},{"name":"LINK_E_DELETE","features":[474]},{"name":"LMD_ALLOWUNINDEXABLENETWORKLOCATIONS","features":[474]},{"name":"LMD_DEFAULT","features":[474]},{"name":"LOF_DEFAULT","features":[474]},{"name":"LOF_MASK_ALL","features":[474]},{"name":"LOF_PINNEDTONAVPANE","features":[474]},{"name":"LPFNDFMCALLBACK","features":[305,358,474]},{"name":"LPFNVIEWCALLBACK","features":[305,359,474]},{"name":"LSF_FAILIFTHERE","features":[474]},{"name":"LSF_MAKEUNIQUENAME","features":[474]},{"name":"LSF_OVERRIDEEXISTING","features":[474]},{"name":"LoadUserProfileA","features":[305,474]},{"name":"LoadUserProfileW","features":[305,474]},{"name":"LocalThumbnailCache","features":[474]},{"name":"MAV_APP_VISIBLE","features":[474]},{"name":"MAV_NO_APP_VISIBLE","features":[474]},{"name":"MAV_UNKNOWN","features":[474]},{"name":"MAXFILELEN","features":[474]},{"name":"MAX_COLUMN_DESC_LEN","features":[474]},{"name":"MAX_COLUMN_NAME_LEN","features":[474]},{"name":"MAX_SYNCMGRHANDLERNAME","features":[474]},{"name":"MAX_SYNCMGRITEMNAME","features":[474]},{"name":"MAX_SYNCMGR_ID","features":[474]},{"name":"MAX_SYNCMGR_NAME","features":[474]},{"name":"MAX_SYNCMGR_PROGRESSTEXT","features":[474]},{"name":"MBHANDCID_PIDLSELECT","features":[474]},{"name":"MENUBANDHANDLERCID","features":[474]},{"name":"MENUPOPUPPOPUPFLAGS","features":[474]},{"name":"MENUPOPUPSELECT","features":[474]},{"name":"MERGE_UPDATE_STATUS","features":[474]},{"name":"MIMEASSOCDLG_FL_REGISTER_ASSOC","features":[474]},{"name":"MIMEASSOCIATIONDIALOG_IN_FLAGS","features":[474]},{"name":"MM_ADDSEPARATOR","features":[474]},{"name":"MM_DONTREMOVESEPS","features":[474]},{"name":"MM_FLAGS","features":[474]},{"name":"MM_SUBMENUSHAVEIDS","features":[474]},{"name":"MONITOR_APP_VISIBILITY","features":[474]},{"name":"MPOS_CANCELLEVEL","features":[474]},{"name":"MPOS_CHILDTRACKING","features":[474]},{"name":"MPOS_EXECUTE","features":[474]},{"name":"MPOS_FULLCANCEL","features":[474]},{"name":"MPOS_SELECTLEFT","features":[474]},{"name":"MPOS_SELECTRIGHT","features":[474]},{"name":"MPPF_ALIGN_LEFT","features":[474]},{"name":"MPPF_ALIGN_RIGHT","features":[474]},{"name":"MPPF_BOTTOM","features":[474]},{"name":"MPPF_FINALSELECT","features":[474]},{"name":"MPPF_FORCEZORDER","features":[474]},{"name":"MPPF_INITIALSELECT","features":[474]},{"name":"MPPF_KEYBOARD","features":[474]},{"name":"MPPF_LEFT","features":[474]},{"name":"MPPF_NOANIMATE","features":[474]},{"name":"MPPF_POS_MASK","features":[474]},{"name":"MPPF_REPOSITION","features":[474]},{"name":"MPPF_RIGHT","features":[474]},{"name":"MPPF_SETFOCUS","features":[474]},{"name":"MPPF_TOP","features":[474]},{"name":"MULTIKEYHELPA","features":[474]},{"name":"MULTIKEYHELPW","features":[474]},{"name":"MUS_COMPLETE","features":[474]},{"name":"MUS_FAILED","features":[474]},{"name":"MUS_USERINPUTNEEDED","features":[474]},{"name":"MailRecipient","features":[474]},{"name":"MergedCategorizer","features":[474]},{"name":"NAMESPACEWALKFLAG","features":[474]},{"name":"NATIVE_DISPLAY_ORIENTATION","features":[474]},{"name":"NCM_DISPLAYERRORTIP","features":[474]},{"name":"NCM_GETADDRESS","features":[474]},{"name":"NCM_GETALLOWTYPE","features":[474]},{"name":"NCM_SETALLOWTYPE","features":[474]},{"name":"NC_ADDRESS","features":[452,319,474]},{"name":"NDO_LANDSCAPE","features":[474]},{"name":"NDO_PORTRAIT","features":[474]},{"name":"NETCACHE_E_NEGATIVE_CACHE","features":[474]},{"name":"NEWCPLINFOA","features":[474,374]},{"name":"NEWCPLINFOW","features":[474,374]},{"name":"NIF_GUID","features":[474]},{"name":"NIF_ICON","features":[474]},{"name":"NIF_INFO","features":[474]},{"name":"NIF_MESSAGE","features":[474]},{"name":"NIF_REALTIME","features":[474]},{"name":"NIF_SHOWTIP","features":[474]},{"name":"NIF_STATE","features":[474]},{"name":"NIF_TIP","features":[474]},{"name":"NIIF_ERROR","features":[474]},{"name":"NIIF_ICON_MASK","features":[474]},{"name":"NIIF_INFO","features":[474]},{"name":"NIIF_LARGE_ICON","features":[474]},{"name":"NIIF_NONE","features":[474]},{"name":"NIIF_NOSOUND","features":[474]},{"name":"NIIF_RESPECT_QUIET_TIME","features":[474]},{"name":"NIIF_USER","features":[474]},{"name":"NIIF_WARNING","features":[474]},{"name":"NIM_ADD","features":[474]},{"name":"NIM_DELETE","features":[474]},{"name":"NIM_MODIFY","features":[474]},{"name":"NIM_SETFOCUS","features":[474]},{"name":"NIM_SETVERSION","features":[474]},{"name":"NINF_KEY","features":[474]},{"name":"NIN_BALLOONHIDE","features":[474]},{"name":"NIN_BALLOONSHOW","features":[474]},{"name":"NIN_BALLOONTIMEOUT","features":[474]},{"name":"NIN_BALLOONUSERCLICK","features":[474]},{"name":"NIN_POPUPCLOSE","features":[474]},{"name":"NIN_POPUPOPEN","features":[474]},{"name":"NIN_SELECT","features":[474]},{"name":"NIS_HIDDEN","features":[474]},{"name":"NIS_SHAREDICON","features":[474]},{"name":"NMCII_FOLDERS","features":[474]},{"name":"NMCII_ITEMS","features":[474]},{"name":"NMCII_NONE","features":[474]},{"name":"NMCSAEI_EDIT","features":[474]},{"name":"NMCSAEI_SELECT","features":[474]},{"name":"NOTIFYICONDATAA","features":[305,474,374]},{"name":"NOTIFYICONDATAA","features":[305,474,374]},{"name":"NOTIFYICONDATAW","features":[305,474,374]},{"name":"NOTIFYICONDATAW","features":[305,474,374]},{"name":"NOTIFYICONIDENTIFIER","features":[305,474]},{"name":"NOTIFYICONIDENTIFIER","features":[305,474]},{"name":"NOTIFYICON_VERSION","features":[474]},{"name":"NOTIFYICON_VERSION_4","features":[474]},{"name":"NOTIFY_ICON_DATA_FLAGS","features":[474]},{"name":"NOTIFY_ICON_INFOTIP_FLAGS","features":[474]},{"name":"NOTIFY_ICON_MESSAGE","features":[474]},{"name":"NOTIFY_ICON_STATE","features":[474]},{"name":"NPCredentialProvider","features":[474]},{"name":"NRESARRAY","features":[464,474]},{"name":"NSTCCUSTOMDRAW","features":[357,474]},{"name":"NSTCDHPOS_ONTOP","features":[474]},{"name":"NSTCECT_BUTTON","features":[474]},{"name":"NSTCECT_DBLCLICK","features":[474]},{"name":"NSTCECT_LBUTTON","features":[474]},{"name":"NSTCECT_MBUTTON","features":[474]},{"name":"NSTCECT_RBUTTON","features":[474]},{"name":"NSTCEHT_NOWHERE","features":[474]},{"name":"NSTCEHT_ONITEM","features":[474]},{"name":"NSTCEHT_ONITEMBUTTON","features":[474]},{"name":"NSTCEHT_ONITEMICON","features":[474]},{"name":"NSTCEHT_ONITEMINDENT","features":[474]},{"name":"NSTCEHT_ONITEMLABEL","features":[474]},{"name":"NSTCEHT_ONITEMRIGHT","features":[474]},{"name":"NSTCEHT_ONITEMSTATEICON","features":[474]},{"name":"NSTCEHT_ONITEMTABBUTTON","features":[474]},{"name":"NSTCFC_DELAY_REGISTER_NOTIFY","features":[474]},{"name":"NSTCFC_NONE","features":[474]},{"name":"NSTCFC_PINNEDITEMFILTERING","features":[474]},{"name":"NSTCFOLDERCAPABILITIES","features":[474]},{"name":"NSTCGNI","features":[474]},{"name":"NSTCGNI_CHILD","features":[474]},{"name":"NSTCGNI_FIRSTVISIBLE","features":[474]},{"name":"NSTCGNI_LASTVISIBLE","features":[474]},{"name":"NSTCGNI_NEXT","features":[474]},{"name":"NSTCGNI_NEXTVISIBLE","features":[474]},{"name":"NSTCGNI_PARENT","features":[474]},{"name":"NSTCGNI_PREV","features":[474]},{"name":"NSTCGNI_PREVVISIBLE","features":[474]},{"name":"NSTCIS_BOLD","features":[474]},{"name":"NSTCIS_DISABLED","features":[474]},{"name":"NSTCIS_EXPANDED","features":[474]},{"name":"NSTCIS_NONE","features":[474]},{"name":"NSTCIS_SELECTED","features":[474]},{"name":"NSTCIS_SELECTEDNOEXPAND","features":[474]},{"name":"NSTCRS_EXPANDED","features":[474]},{"name":"NSTCRS_HIDDEN","features":[474]},{"name":"NSTCRS_VISIBLE","features":[474]},{"name":"NSTCS2_DEFAULT","features":[474]},{"name":"NSTCS2_DISPLAYPADDING","features":[474]},{"name":"NSTCS2_DISPLAYPINNEDONLY","features":[474]},{"name":"NSTCS2_INTERRUPTNOTIFICATIONS","features":[474]},{"name":"NSTCS2_SHOWNULLSPACEMENU","features":[474]},{"name":"NSTCSTYLE2","features":[474]},{"name":"NSTCS_ALLOWJUNCTIONS","features":[474]},{"name":"NSTCS_AUTOHSCROLL","features":[474]},{"name":"NSTCS_BORDER","features":[474]},{"name":"NSTCS_CHECKBOXES","features":[474]},{"name":"NSTCS_DIMMEDCHECKBOXES","features":[474]},{"name":"NSTCS_DISABLEDRAGDROP","features":[474]},{"name":"NSTCS_EMPTYTEXT","features":[474]},{"name":"NSTCS_EVENHEIGHT","features":[474]},{"name":"NSTCS_EXCLUSIONCHECKBOXES","features":[474]},{"name":"NSTCS_FADEINOUTEXPANDOS","features":[474]},{"name":"NSTCS_FAVORITESMODE","features":[474]},{"name":"NSTCS_FULLROWSELECT","features":[474]},{"name":"NSTCS_HASEXPANDOS","features":[474]},{"name":"NSTCS_HASLINES","features":[474]},{"name":"NSTCS_HORIZONTALSCROLL","features":[474]},{"name":"NSTCS_NOEDITLABELS","features":[474]},{"name":"NSTCS_NOINDENTCHECKS","features":[474]},{"name":"NSTCS_NOINFOTIP","features":[474]},{"name":"NSTCS_NOORDERSTREAM","features":[474]},{"name":"NSTCS_NOREPLACEOPEN","features":[474]},{"name":"NSTCS_PARTIALCHECKBOXES","features":[474]},{"name":"NSTCS_RICHTOOLTIP","features":[474]},{"name":"NSTCS_ROOTHASEXPANDO","features":[474]},{"name":"NSTCS_SHOWDELETEBUTTON","features":[474]},{"name":"NSTCS_SHOWREFRESHBUTTON","features":[474]},{"name":"NSTCS_SHOWSELECTIONALWAYS","features":[474]},{"name":"NSTCS_SHOWTABSBUTTON","features":[474]},{"name":"NSTCS_SINGLECLICKEXPAND","features":[474]},{"name":"NSTCS_SPRINGEXPAND","features":[474]},{"name":"NSTCS_TABSTOP","features":[474]},{"name":"NSWF_ACCUMULATE_FOLDERS","features":[474]},{"name":"NSWF_ANY_IMPLIES_ALL","features":[474]},{"name":"NSWF_ASYNC","features":[474]},{"name":"NSWF_DEFAULT","features":[474]},{"name":"NSWF_DONT_ACCUMULATE_RESULT","features":[474]},{"name":"NSWF_DONT_RESOLVE_LINKS","features":[474]},{"name":"NSWF_DONT_SORT","features":[474]},{"name":"NSWF_DONT_TRAVERSE_LINKS","features":[474]},{"name":"NSWF_DONT_TRAVERSE_STREAM_JUNCTIONS","features":[474]},{"name":"NSWF_FILESYSTEM_ONLY","features":[474]},{"name":"NSWF_FLAG_VIEWORDER","features":[474]},{"name":"NSWF_IGNORE_AUTOPLAY_HIDA","features":[474]},{"name":"NSWF_NONE_IMPLIES_ALL","features":[474]},{"name":"NSWF_ONE_IMPLIES_ALL","features":[474]},{"name":"NSWF_SHOW_PROGRESS","features":[474]},{"name":"NSWF_TRAVERSE_STREAM_JUNCTIONS","features":[474]},{"name":"NSWF_USE_TRANSFER_MEDIUM","features":[474]},{"name":"NTSCS2_NEVERINSERTNONENUMERATED","features":[474]},{"name":"NTSCS2_NOSINGLETONAUTOEXPAND","features":[474]},{"name":"NT_CONSOLE_PROPS","features":[305,377,474]},{"name":"NT_CONSOLE_PROPS_SIG","features":[474]},{"name":"NT_FE_CONSOLE_PROPS","features":[474]},{"name":"NT_FE_CONSOLE_PROPS_SIG","features":[474]},{"name":"NUM_POINTS","features":[474]},{"name":"NWMF","features":[474]},{"name":"NWMF_FIRST","features":[474]},{"name":"NWMF_FORCETAB","features":[474]},{"name":"NWMF_FORCEWINDOW","features":[474]},{"name":"NWMF_FROMDIALOGCHILD","features":[474]},{"name":"NWMF_HTMLDIALOG","features":[474]},{"name":"NWMF_INACTIVETAB","features":[474]},{"name":"NWMF_OVERRIDEKEY","features":[474]},{"name":"NWMF_SHOWHELP","features":[474]},{"name":"NWMF_SUGGESTTAB","features":[474]},{"name":"NWMF_SUGGESTWINDOW","features":[474]},{"name":"NWMF_UNLOADING","features":[474]},{"name":"NWMF_USERALLOWED","features":[474]},{"name":"NWMF_USERINITED","features":[474]},{"name":"NWMF_USERREQUESTED","features":[474]},{"name":"NamespaceTreeControl","features":[474]},{"name":"NamespaceWalker","features":[474]},{"name":"NetworkConnections","features":[474]},{"name":"NetworkExplorerFolder","features":[474]},{"name":"NetworkPlaces","features":[474]},{"name":"NewProcessCauseConstants","features":[474]},{"name":"OAIF_ALLOW_REGISTRATION","features":[474]},{"name":"OAIF_EXEC","features":[474]},{"name":"OAIF_FILE_IS_URI","features":[474]},{"name":"OAIF_FORCE_REGISTRATION","features":[474]},{"name":"OAIF_HIDE_REGISTRATION","features":[474]},{"name":"OAIF_REGISTER_EXT","features":[474]},{"name":"OAIF_URL_PROTOCOL","features":[474]},{"name":"OFASI_EDIT","features":[474]},{"name":"OFASI_OPENDESKTOP","features":[474]},{"name":"OFFLINE_STATUS_INCOMPLETE","features":[474]},{"name":"OFFLINE_STATUS_LOCAL","features":[474]},{"name":"OFFLINE_STATUS_REMOTE","features":[474]},{"name":"OFS_DIRTYCACHE","features":[474]},{"name":"OFS_INACTIVE","features":[474]},{"name":"OFS_OFFLINE","features":[474]},{"name":"OFS_ONLINE","features":[474]},{"name":"OFS_SERVERBACK","features":[474]},{"name":"OF_CAP_CANCLOSE","features":[474]},{"name":"OF_CAP_CANSWITCHTO","features":[474]},{"name":"OI_ASYNC","features":[474]},{"name":"OI_DEFAULT","features":[474]},{"name":"OPENASINFO","features":[474]},{"name":"OPENPROPS_INHIBITPIF","features":[474]},{"name":"OPENPROPS_NONE","features":[474]},{"name":"OPEN_AS_INFO_FLAGS","features":[474]},{"name":"OPEN_PRINTER_PROPS_INFOA","features":[305,474]},{"name":"OPEN_PRINTER_PROPS_INFOA","features":[305,474]},{"name":"OPEN_PRINTER_PROPS_INFOW","features":[305,474]},{"name":"OPEN_PRINTER_PROPS_INFOW","features":[305,474]},{"name":"OPPROGDLG_ALLOWUNDO","features":[474]},{"name":"OPPROGDLG_DEFAULT","features":[474]},{"name":"OPPROGDLG_DONTDISPLAYDESTPATH","features":[474]},{"name":"OPPROGDLG_DONTDISPLAYLOCATIONS","features":[474]},{"name":"OPPROGDLG_DONTDISPLAYSOURCEPATH","features":[474]},{"name":"OPPROGDLG_ENABLEPAUSE","features":[474]},{"name":"OPPROGDLG_NOMULTIDAYESTIMATES","features":[474]},{"name":"OS","features":[474]},{"name":"OS_ADVSERVER","features":[474]},{"name":"OS_ANYSERVER","features":[474]},{"name":"OS_APPLIANCE","features":[474]},{"name":"OS_DATACENTER","features":[474]},{"name":"OS_DOMAINMEMBER","features":[474]},{"name":"OS_EMBEDDED","features":[474]},{"name":"OS_FASTUSERSWITCHING","features":[474]},{"name":"OS_HOME","features":[474]},{"name":"OS_MEDIACENTER","features":[474]},{"name":"OS_MEORGREATER","features":[474]},{"name":"OS_NT","features":[474]},{"name":"OS_NT4ORGREATER","features":[474]},{"name":"OS_PERSONALTERMINALSERVER","features":[474]},{"name":"OS_PROFESSIONAL","features":[474]},{"name":"OS_SERVER","features":[474]},{"name":"OS_SERVERADMINUI","features":[474]},{"name":"OS_SMALLBUSINESSSERVER","features":[474]},{"name":"OS_TABLETPC","features":[474]},{"name":"OS_TERMINALCLIENT","features":[474]},{"name":"OS_TERMINALREMOTEADMIN","features":[474]},{"name":"OS_TERMINALSERVER","features":[474]},{"name":"OS_WEBSERVER","features":[474]},{"name":"OS_WELCOMELOGONUI","features":[474]},{"name":"OS_WIN2000ADVSERVER","features":[474]},{"name":"OS_WIN2000DATACENTER","features":[474]},{"name":"OS_WIN2000ORGREATER","features":[474]},{"name":"OS_WIN2000PRO","features":[474]},{"name":"OS_WIN2000SERVER","features":[474]},{"name":"OS_WIN2000TERMINAL","features":[474]},{"name":"OS_WIN95ORGREATER","features":[474]},{"name":"OS_WIN95_GOLD","features":[474]},{"name":"OS_WIN98ORGREATER","features":[474]},{"name":"OS_WIN98_GOLD","features":[474]},{"name":"OS_WINDOWS","features":[474]},{"name":"OS_WOW6432","features":[474]},{"name":"OS_XPORGREATER","features":[474]},{"name":"OfflineFolderStatus","features":[474]},{"name":"OleSaveToStreamEx","features":[305,358,474]},{"name":"OnexCredentialProvider","features":[474]},{"name":"OnexPlapSmartcardCredentialProvider","features":[474]},{"name":"OpenControlPanel","features":[474]},{"name":"OpenRegStream","features":[358,373,474]},{"name":"PACKAGE_EXECUTION_STATE","features":[474]},{"name":"PAI_ASSIGNEDTIME","features":[474]},{"name":"PAI_EXPIRETIME","features":[474]},{"name":"PAI_PUBLISHEDTIME","features":[474]},{"name":"PAI_SCHEDULEDTIME","features":[474]},{"name":"PAI_SOURCE","features":[474]},{"name":"PANE_NAVIGATION","features":[474]},{"name":"PANE_NONE","features":[474]},{"name":"PANE_OFFLINE","features":[474]},{"name":"PANE_PRINTER","features":[474]},{"name":"PANE_PRIVACY","features":[474]},{"name":"PANE_PROGRESS","features":[474]},{"name":"PANE_SSL","features":[474]},{"name":"PANE_ZONE","features":[474]},{"name":"PAPPCONSTRAIN_CHANGE_ROUTINE","features":[305,474]},{"name":"PAPPCONSTRAIN_REGISTRATION","features":[474]},{"name":"PAPPSTATE_CHANGE_ROUTINE","features":[305,474]},{"name":"PAPPSTATE_REGISTRATION","features":[474]},{"name":"PARSEDURLA","features":[474]},{"name":"PARSEDURLW","features":[474]},{"name":"PATHCCH_ALLOW_LONG_PATHS","features":[474]},{"name":"PATHCCH_CANONICALIZE_SLASHES","features":[474]},{"name":"PATHCCH_DO_NOT_NORMALIZE_SEGMENTS","features":[474]},{"name":"PATHCCH_ENSURE_IS_EXTENDED_LENGTH_PATH","features":[474]},{"name":"PATHCCH_ENSURE_TRAILING_SLASH","features":[474]},{"name":"PATHCCH_FORCE_DISABLE_LONG_NAME_PROCESS","features":[474]},{"name":"PATHCCH_FORCE_ENABLE_LONG_NAME_PROCESS","features":[474]},{"name":"PATHCCH_MAX_CCH","features":[474]},{"name":"PATHCCH_NONE","features":[474]},{"name":"PATHCCH_OPTIONS","features":[474]},{"name":"PCS_FATAL","features":[474]},{"name":"PCS_PATHTOOLONG","features":[474]},{"name":"PCS_REMOVEDCHAR","features":[474]},{"name":"PCS_REPLACEDCHAR","features":[474]},{"name":"PCS_RET","features":[474]},{"name":"PCS_TRUNCATED","features":[474]},{"name":"PDM_DEFAULT","features":[474]},{"name":"PDM_ERRORSBLOCKING","features":[474]},{"name":"PDM_INDETERMINATE","features":[474]},{"name":"PDM_PREFLIGHT","features":[474]},{"name":"PDM_RUN","features":[474]},{"name":"PDM_UNDOING","features":[474]},{"name":"PDTIMER_PAUSE","features":[474]},{"name":"PDTIMER_RESET","features":[474]},{"name":"PDTIMER_RESUME","features":[474]},{"name":"PERSIST_FOLDER_TARGET_INFO","features":[640]},{"name":"PES_RUNNING","features":[474]},{"name":"PES_SUSPENDED","features":[474]},{"name":"PES_SUSPENDING","features":[474]},{"name":"PES_TERMINATED","features":[474]},{"name":"PES_UNKNOWN","features":[474]},{"name":"PFNCANSHAREFOLDERW","features":[474]},{"name":"PFNSHOWSHAREFOLDERUIW","features":[305,474]},{"name":"PIDASI_AVG_DATA_RATE","features":[474]},{"name":"PIDASI_CHANNEL_COUNT","features":[474]},{"name":"PIDASI_COMPRESSION","features":[474]},{"name":"PIDASI_FORMAT","features":[474]},{"name":"PIDASI_SAMPLE_RATE","features":[474]},{"name":"PIDASI_SAMPLE_SIZE","features":[474]},{"name":"PIDASI_STREAM_NAME","features":[474]},{"name":"PIDASI_STREAM_NUMBER","features":[474]},{"name":"PIDASI_TIMELENGTH","features":[474]},{"name":"PIDDRSI_DESCRIPTION","features":[474]},{"name":"PIDDRSI_PLAYCOUNT","features":[474]},{"name":"PIDDRSI_PLAYEXPIRES","features":[474]},{"name":"PIDDRSI_PLAYSTARTS","features":[474]},{"name":"PIDDRSI_PROTECTED","features":[474]},{"name":"PIDISF_CACHEDSTICKY","features":[474]},{"name":"PIDISF_CACHEIMAGES","features":[474]},{"name":"PIDISF_FLAGS","features":[474]},{"name":"PIDISF_FOLLOWALLLINKS","features":[474]},{"name":"PIDISF_RECENTLYCHANGED","features":[474]},{"name":"PIDISM_DONTWATCH","features":[474]},{"name":"PIDISM_GLOBAL","features":[474]},{"name":"PIDISM_OPTIONS","features":[474]},{"name":"PIDISM_WATCH","features":[474]},{"name":"PIDISR_INFO","features":[474]},{"name":"PIDISR_NEEDS_ADD","features":[474]},{"name":"PIDISR_NEEDS_DELETE","features":[474]},{"name":"PIDISR_NEEDS_UPDATE","features":[474]},{"name":"PIDISR_UP_TO_DATE","features":[474]},{"name":"PIDSI_ALBUM","features":[474]},{"name":"PIDSI_ARTIST","features":[474]},{"name":"PIDSI_COMMENT","features":[474]},{"name":"PIDSI_GENRE","features":[474]},{"name":"PIDSI_LYRICS","features":[474]},{"name":"PIDSI_SONGTITLE","features":[474]},{"name":"PIDSI_TRACK","features":[474]},{"name":"PIDSI_YEAR","features":[474]},{"name":"PIDVSI_COMPRESSION","features":[474]},{"name":"PIDVSI_DATA_RATE","features":[474]},{"name":"PIDVSI_FRAME_COUNT","features":[474]},{"name":"PIDVSI_FRAME_HEIGHT","features":[474]},{"name":"PIDVSI_FRAME_RATE","features":[474]},{"name":"PIDVSI_FRAME_WIDTH","features":[474]},{"name":"PIDVSI_SAMPLE_SIZE","features":[474]},{"name":"PIDVSI_STREAM_NAME","features":[474]},{"name":"PIDVSI_STREAM_NUMBER","features":[474]},{"name":"PIDVSI_TIMELENGTH","features":[474]},{"name":"PID_COMPUTERNAME","features":[474]},{"name":"PID_CONTROLPANEL_CATEGORY","features":[474]},{"name":"PID_DESCRIPTIONID","features":[474]},{"name":"PID_DISPLACED_DATE","features":[474]},{"name":"PID_DISPLACED_FROM","features":[474]},{"name":"PID_DISPLAY_PROPERTIES","features":[474]},{"name":"PID_FINDDATA","features":[474]},{"name":"PID_HTMLINFOTIPFILE","features":[474]},{"name":"PID_INTROTEXT","features":[474]},{"name":"PID_INTSITE","features":[474]},{"name":"PID_INTSITE_AUTHOR","features":[474]},{"name":"PID_INTSITE_CODEPAGE","features":[474]},{"name":"PID_INTSITE_COMMENT","features":[474]},{"name":"PID_INTSITE_CONTENTCODE","features":[474]},{"name":"PID_INTSITE_CONTENTLEN","features":[474]},{"name":"PID_INTSITE_DESCRIPTION","features":[474]},{"name":"PID_INTSITE_FLAGS","features":[474]},{"name":"PID_INTSITE_ICONFILE","features":[474]},{"name":"PID_INTSITE_ICONINDEX","features":[474]},{"name":"PID_INTSITE_LASTMOD","features":[474]},{"name":"PID_INTSITE_LASTVISIT","features":[474]},{"name":"PID_INTSITE_RECURSE","features":[474]},{"name":"PID_INTSITE_ROAMED","features":[474]},{"name":"PID_INTSITE_SUBSCRIPTION","features":[474]},{"name":"PID_INTSITE_TITLE","features":[474]},{"name":"PID_INTSITE_TRACKING","features":[474]},{"name":"PID_INTSITE_URL","features":[474]},{"name":"PID_INTSITE_VISITCOUNT","features":[474]},{"name":"PID_INTSITE_WATCH","features":[474]},{"name":"PID_INTSITE_WHATSNEW","features":[474]},{"name":"PID_IS","features":[474]},{"name":"PID_IS_AUTHOR","features":[474]},{"name":"PID_IS_COMMENT","features":[474]},{"name":"PID_IS_DESCRIPTION","features":[474]},{"name":"PID_IS_HOTKEY","features":[474]},{"name":"PID_IS_ICONFILE","features":[474]},{"name":"PID_IS_ICONINDEX","features":[474]},{"name":"PID_IS_NAME","features":[474]},{"name":"PID_IS_ROAMED","features":[474]},{"name":"PID_IS_SHOWCMD","features":[474]},{"name":"PID_IS_URL","features":[474]},{"name":"PID_IS_WHATSNEW","features":[474]},{"name":"PID_IS_WORKINGDIR","features":[474]},{"name":"PID_LINK_TARGET","features":[474]},{"name":"PID_LINK_TARGET_TYPE","features":[474]},{"name":"PID_MISC_ACCESSCOUNT","features":[474]},{"name":"PID_MISC_OWNER","features":[474]},{"name":"PID_MISC_PICS","features":[474]},{"name":"PID_MISC_STATUS","features":[474]},{"name":"PID_NETRESOURCE","features":[474]},{"name":"PID_NETWORKLOCATION","features":[474]},{"name":"PID_QUERY_RANK","features":[474]},{"name":"PID_SHARE_CSC_STATUS","features":[474]},{"name":"PID_SYNC_COPY_IN","features":[474]},{"name":"PID_VOLUME_CAPACITY","features":[474]},{"name":"PID_VOLUME_FILESYSTEM","features":[474]},{"name":"PID_VOLUME_FREE","features":[474]},{"name":"PID_WHICHFOLDER","features":[474]},{"name":"PIFDEFFILESIZE","features":[474]},{"name":"PIFDEFPATHSIZE","features":[474]},{"name":"PIFMAXFILEPATH","features":[474]},{"name":"PIFNAMESIZE","features":[474]},{"name":"PIFPARAMSSIZE","features":[474]},{"name":"PIFSHDATASIZE","features":[474]},{"name":"PIFSHPROGSIZE","features":[474]},{"name":"PIFSTARTLOCSIZE","features":[474]},{"name":"PINLogonCredentialProvider","features":[474]},{"name":"PLATFORM_BROWSERONLY","features":[474]},{"name":"PLATFORM_IE3","features":[474]},{"name":"PLATFORM_INTEGRATED","features":[474]},{"name":"PLATFORM_UNKNOWN","features":[474]},{"name":"PMSF_DONT_STRIP_SPACES","features":[474]},{"name":"PMSF_MULTIPLE","features":[474]},{"name":"PMSF_NORMAL","features":[474]},{"name":"PO_DELETE","features":[474]},{"name":"PO_PORTCHANGE","features":[474]},{"name":"PO_RENAME","features":[474]},{"name":"PO_REN_PORT","features":[474]},{"name":"PPCF_ADDARGUMENTS","features":[474]},{"name":"PPCF_ADDQUOTES","features":[474]},{"name":"PPCF_FORCEQUALIFY","features":[474]},{"name":"PPCF_LONGESTPOSSIBLE","features":[474]},{"name":"PPCF_NODIRECTORIES","features":[474]},{"name":"PREVIEWHANDLERFRAMEINFO","features":[474,374]},{"name":"PRF_DONTFINDLNK","features":[474]},{"name":"PRF_FIRSTDIRDEF","features":[474]},{"name":"PRF_FLAGS","features":[474]},{"name":"PRF_REQUIREABSOLUTE","features":[474]},{"name":"PRF_TRYPROGRAMEXTENSIONS","features":[474]},{"name":"PRF_VERIFYEXISTS","features":[474]},{"name":"PRINTACTION_DOCUMENTDEFAULTS","features":[474]},{"name":"PRINTACTION_NETINSTALL","features":[474]},{"name":"PRINTACTION_NETINSTALLLINK","features":[474]},{"name":"PRINTACTION_OPEN","features":[474]},{"name":"PRINTACTION_OPENNETPRN","features":[474]},{"name":"PRINTACTION_PROPERTIES","features":[474]},{"name":"PRINTACTION_SERVERPROPERTIES","features":[474]},{"name":"PRINTACTION_TESTPAGE","features":[474]},{"name":"PRINT_PROP_FORCE_NAME","features":[474]},{"name":"PROFILEINFOA","features":[305,474]},{"name":"PROFILEINFOW","features":[305,474]},{"name":"PROGDLG_AUTOTIME","features":[474]},{"name":"PROGDLG_MARQUEEPROGRESS","features":[474]},{"name":"PROGDLG_MODAL","features":[474]},{"name":"PROGDLG_NOCANCEL","features":[474]},{"name":"PROGDLG_NOMINIMIZE","features":[474]},{"name":"PROGDLG_NOPROGRESSBAR","features":[474]},{"name":"PROGDLG_NORMAL","features":[474]},{"name":"PROGDLG_NOTIME","features":[474]},{"name":"PROPSTR_EXTENSIONCOMPLETIONSTATE","features":[474]},{"name":"PROP_CONTRACT_DELEGATE","features":[474]},{"name":"PSGUID_AUDIO","features":[474]},{"name":"PSGUID_BRIEFCASE","features":[474]},{"name":"PSGUID_CONTROLPANEL","features":[474]},{"name":"PSGUID_CUSTOMIMAGEPROPERTIES","features":[474]},{"name":"PSGUID_DISPLACED","features":[474]},{"name":"PSGUID_DOCUMENTSUMMARYINFORMATION","features":[474]},{"name":"PSGUID_DRM","features":[474]},{"name":"PSGUID_IMAGEPROPERTIES","features":[474]},{"name":"PSGUID_IMAGESUMMARYINFORMATION","features":[474]},{"name":"PSGUID_LIBRARYPROPERTIES","features":[474]},{"name":"PSGUID_LINK","features":[474]},{"name":"PSGUID_MEDIAFILESUMMARYINFORMATION","features":[474]},{"name":"PSGUID_MISC","features":[474]},{"name":"PSGUID_MUSIC","features":[474]},{"name":"PSGUID_QUERY_D","features":[474]},{"name":"PSGUID_SHARE","features":[474]},{"name":"PSGUID_SHELLDETAILS","features":[474]},{"name":"PSGUID_SUMMARYINFORMATION","features":[474]},{"name":"PSGUID_VIDEO","features":[474]},{"name":"PSGUID_VOLUME","features":[474]},{"name":"PSGUID_WEBVIEW","features":[474]},{"name":"PUBAPPINFO","features":[305,474]},{"name":"PUBAPPINFOFLAGS","features":[474]},{"name":"PackageDebugSettings","features":[474]},{"name":"ParseURLA","features":[474]},{"name":"ParseURLW","features":[474]},{"name":"PasswordCredentialProvider","features":[474]},{"name":"PathAddBackslashA","features":[474]},{"name":"PathAddBackslashW","features":[474]},{"name":"PathAddExtensionA","features":[305,474]},{"name":"PathAddExtensionW","features":[305,474]},{"name":"PathAllocCanonicalize","features":[474]},{"name":"PathAllocCombine","features":[474]},{"name":"PathAppendA","features":[305,474]},{"name":"PathAppendW","features":[305,474]},{"name":"PathBuildRootA","features":[474]},{"name":"PathBuildRootW","features":[474]},{"name":"PathCanonicalizeA","features":[305,474]},{"name":"PathCanonicalizeW","features":[305,474]},{"name":"PathCchAddBackslash","features":[474]},{"name":"PathCchAddBackslashEx","features":[474]},{"name":"PathCchAddExtension","features":[474]},{"name":"PathCchAppend","features":[474]},{"name":"PathCchAppendEx","features":[474]},{"name":"PathCchCanonicalize","features":[474]},{"name":"PathCchCanonicalizeEx","features":[474]},{"name":"PathCchCombine","features":[474]},{"name":"PathCchCombineEx","features":[474]},{"name":"PathCchFindExtension","features":[474]},{"name":"PathCchIsRoot","features":[305,474]},{"name":"PathCchRemoveBackslash","features":[474]},{"name":"PathCchRemoveBackslashEx","features":[474]},{"name":"PathCchRemoveExtension","features":[474]},{"name":"PathCchRemoveFileSpec","features":[474]},{"name":"PathCchRenameExtension","features":[474]},{"name":"PathCchSkipRoot","features":[474]},{"name":"PathCchStripPrefix","features":[474]},{"name":"PathCchStripToRoot","features":[474]},{"name":"PathCleanupSpec","features":[474]},{"name":"PathCombineA","features":[474]},{"name":"PathCombineW","features":[474]},{"name":"PathCommonPrefixA","features":[474]},{"name":"PathCommonPrefixW","features":[474]},{"name":"PathCompactPathA","features":[305,317,474]},{"name":"PathCompactPathExA","features":[305,474]},{"name":"PathCompactPathExW","features":[305,474]},{"name":"PathCompactPathW","features":[305,317,474]},{"name":"PathCreateFromUrlA","features":[474]},{"name":"PathCreateFromUrlAlloc","features":[474]},{"name":"PathCreateFromUrlW","features":[474]},{"name":"PathFileExistsA","features":[305,474]},{"name":"PathFileExistsW","features":[305,474]},{"name":"PathFindExtensionA","features":[474]},{"name":"PathFindExtensionW","features":[474]},{"name":"PathFindFileNameA","features":[474]},{"name":"PathFindFileNameW","features":[474]},{"name":"PathFindNextComponentA","features":[474]},{"name":"PathFindNextComponentW","features":[474]},{"name":"PathFindOnPathA","features":[305,474]},{"name":"PathFindOnPathW","features":[305,474]},{"name":"PathFindSuffixArrayA","features":[474]},{"name":"PathFindSuffixArrayW","features":[474]},{"name":"PathGetArgsA","features":[474]},{"name":"PathGetArgsW","features":[474]},{"name":"PathGetCharTypeA","features":[474]},{"name":"PathGetCharTypeW","features":[474]},{"name":"PathGetDriveNumberA","features":[474]},{"name":"PathGetDriveNumberW","features":[474]},{"name":"PathGetShortPath","features":[474]},{"name":"PathIsContentTypeA","features":[305,474]},{"name":"PathIsContentTypeW","features":[305,474]},{"name":"PathIsDirectoryA","features":[305,474]},{"name":"PathIsDirectoryEmptyA","features":[305,474]},{"name":"PathIsDirectoryEmptyW","features":[305,474]},{"name":"PathIsDirectoryW","features":[305,474]},{"name":"PathIsExe","features":[305,474]},{"name":"PathIsFileSpecA","features":[305,474]},{"name":"PathIsFileSpecW","features":[305,474]},{"name":"PathIsLFNFileSpecA","features":[305,474]},{"name":"PathIsLFNFileSpecW","features":[305,474]},{"name":"PathIsNetworkPathA","features":[305,474]},{"name":"PathIsNetworkPathW","features":[305,474]},{"name":"PathIsPrefixA","features":[305,474]},{"name":"PathIsPrefixW","features":[305,474]},{"name":"PathIsRelativeA","features":[305,474]},{"name":"PathIsRelativeW","features":[305,474]},{"name":"PathIsRootA","features":[305,474]},{"name":"PathIsRootW","features":[305,474]},{"name":"PathIsSameRootA","features":[305,474]},{"name":"PathIsSameRootW","features":[305,474]},{"name":"PathIsSlowA","features":[305,474]},{"name":"PathIsSlowW","features":[305,474]},{"name":"PathIsSystemFolderA","features":[305,474]},{"name":"PathIsSystemFolderW","features":[305,474]},{"name":"PathIsUNCA","features":[305,474]},{"name":"PathIsUNCEx","features":[305,474]},{"name":"PathIsUNCServerA","features":[305,474]},{"name":"PathIsUNCServerShareA","features":[305,474]},{"name":"PathIsUNCServerShareW","features":[305,474]},{"name":"PathIsUNCServerW","features":[305,474]},{"name":"PathIsUNCW","features":[305,474]},{"name":"PathIsURLA","features":[305,474]},{"name":"PathIsURLW","features":[305,474]},{"name":"PathMakePrettyA","features":[305,474]},{"name":"PathMakePrettyW","features":[305,474]},{"name":"PathMakeSystemFolderA","features":[305,474]},{"name":"PathMakeSystemFolderW","features":[305,474]},{"name":"PathMakeUniqueName","features":[305,474]},{"name":"PathMatchSpecA","features":[305,474]},{"name":"PathMatchSpecExA","features":[474]},{"name":"PathMatchSpecExW","features":[474]},{"name":"PathMatchSpecW","features":[305,474]},{"name":"PathParseIconLocationA","features":[474]},{"name":"PathParseIconLocationW","features":[474]},{"name":"PathQualify","features":[474]},{"name":"PathQuoteSpacesA","features":[305,474]},{"name":"PathQuoteSpacesW","features":[305,474]},{"name":"PathRelativePathToA","features":[305,474]},{"name":"PathRelativePathToW","features":[305,474]},{"name":"PathRemoveArgsA","features":[474]},{"name":"PathRemoveArgsW","features":[474]},{"name":"PathRemoveBackslashA","features":[474]},{"name":"PathRemoveBackslashW","features":[474]},{"name":"PathRemoveBlanksA","features":[474]},{"name":"PathRemoveBlanksW","features":[474]},{"name":"PathRemoveExtensionA","features":[474]},{"name":"PathRemoveExtensionW","features":[474]},{"name":"PathRemoveFileSpecA","features":[305,474]},{"name":"PathRemoveFileSpecW","features":[305,474]},{"name":"PathRenameExtensionA","features":[305,474]},{"name":"PathRenameExtensionW","features":[305,474]},{"name":"PathResolve","features":[474]},{"name":"PathSearchAndQualifyA","features":[305,474]},{"name":"PathSearchAndQualifyW","features":[305,474]},{"name":"PathSetDlgItemPathA","features":[305,474]},{"name":"PathSetDlgItemPathW","features":[305,474]},{"name":"PathSkipRootA","features":[474]},{"name":"PathSkipRootW","features":[474]},{"name":"PathStripPathA","features":[474]},{"name":"PathStripPathW","features":[474]},{"name":"PathStripToRootA","features":[305,474]},{"name":"PathStripToRootW","features":[305,474]},{"name":"PathUnExpandEnvStringsA","features":[305,474]},{"name":"PathUnExpandEnvStringsW","features":[305,474]},{"name":"PathUndecorateA","features":[474]},{"name":"PathUndecorateW","features":[474]},{"name":"PathUnmakeSystemFolderA","features":[305,474]},{"name":"PathUnmakeSystemFolderW","features":[305,474]},{"name":"PathUnquoteSpacesA","features":[305,474]},{"name":"PathUnquoteSpacesW","features":[305,474]},{"name":"PathYetAnotherMakeUniqueName","features":[305,474]},{"name":"PickIconDlg","features":[305,474]},{"name":"PreviousVersions","features":[474]},{"name":"PropVariantToStrRet","features":[305,392,360,640]},{"name":"PropertiesUI","features":[474]},{"name":"ProtectedModeRedirect","features":[474]},{"name":"PublishDropTarget","features":[474]},{"name":"PublishingWizard","features":[474]},{"name":"QCMINFO","features":[474,374]},{"name":"QCMINFO_IDMAP","features":[474]},{"name":"QCMINFO_IDMAP_PLACEMENT","features":[474]},{"name":"QCMINFO_PLACE_AFTER","features":[474]},{"name":"QCMINFO_PLACE_BEFORE","features":[474]},{"name":"QIF_CACHED","features":[474]},{"name":"QIF_DONTEXPANDFOLDER","features":[474]},{"name":"QISearch","features":[474]},{"name":"QITAB","features":[474]},{"name":"QITIPF_DEFAULT","features":[474]},{"name":"QITIPF_FLAGS","features":[474]},{"name":"QITIPF_LINKNOTARGET","features":[474]},{"name":"QITIPF_LINKUSETARGET","features":[474]},{"name":"QITIPF_SINGLELINE","features":[474]},{"name":"QITIPF_USENAME","features":[474]},{"name":"QITIPF_USESLOWTIP","features":[474]},{"name":"QUERY_USER_NOTIFICATION_STATE","features":[474]},{"name":"QUNS_ACCEPTS_NOTIFICATIONS","features":[474]},{"name":"QUNS_APP","features":[474]},{"name":"QUNS_BUSY","features":[474]},{"name":"QUNS_NOT_PRESENT","features":[474]},{"name":"QUNS_PRESENTATION_MODE","features":[474]},{"name":"QUNS_QUIET_TIME","features":[474]},{"name":"QUNS_RUNNING_D3D_FULL_SCREEN","features":[474]},{"name":"QueryCancelAutoPlay","features":[474]},{"name":"RASProvider","features":[474]},{"name":"REFRESH_COMPLETELY","features":[474]},{"name":"REFRESH_IFEXPIRED","features":[474]},{"name":"REFRESH_NORMAL","features":[474]},{"name":"RESTRICTIONS","features":[474]},{"name":"REST_ALLOWBITBUCKDRIVES","features":[474]},{"name":"REST_ALLOWCOMMENTTOGGLE","features":[474]},{"name":"REST_ALLOWFILECLSIDJUNCTIONS","features":[474]},{"name":"REST_ALLOWLEGACYWEBVIEW","features":[474]},{"name":"REST_ALLOWUNHASHEDWEBVIEW","features":[474]},{"name":"REST_ARP_DONTGROUPPATCHES","features":[474]},{"name":"REST_ARP_NOADDPAGE","features":[474]},{"name":"REST_ARP_NOARP","features":[474]},{"name":"REST_ARP_NOCHOOSEPROGRAMSPAGE","features":[474]},{"name":"REST_ARP_NOREMOVEPAGE","features":[474]},{"name":"REST_ARP_NOWINSETUPPAGE","features":[474]},{"name":"REST_ARP_ShowPostSetup","features":[474]},{"name":"REST_BITBUCKCONFIRMDELETE","features":[474]},{"name":"REST_BITBUCKNOPROP","features":[474]},{"name":"REST_BITBUCKNUKEONDELETE","features":[474]},{"name":"REST_CLASSICSHELL","features":[474]},{"name":"REST_CLEARRECENTDOCSONEXIT","features":[474]},{"name":"REST_DISALLOWCPL","features":[474]},{"name":"REST_DISALLOWRUN","features":[474]},{"name":"REST_DONTRETRYBADNETNAME","features":[474]},{"name":"REST_DONTSHOWSUPERHIDDEN","features":[474]},{"name":"REST_ENFORCESHELLEXTSECURITY","features":[474]},{"name":"REST_ENUMWORKGROUP","features":[474]},{"name":"REST_FORCEACTIVEDESKTOPON","features":[474]},{"name":"REST_FORCECOPYACLWITHFILE","features":[474]},{"name":"REST_FORCESTARTMENULOGOFF","features":[474]},{"name":"REST_GREYMSIADS","features":[474]},{"name":"REST_HASFINDCOMPUTERS","features":[474]},{"name":"REST_HIDECLOCK","features":[474]},{"name":"REST_HIDERUNASVERB","features":[474]},{"name":"REST_INHERITCONSOLEHANDLES","features":[474]},{"name":"REST_INTELLIMENUS","features":[474]},{"name":"REST_LINKRESOLVEIGNORELINKINFO","features":[474]},{"name":"REST_MYCOMPNOPROP","features":[474]},{"name":"REST_MYDOCSNOPROP","features":[474]},{"name":"REST_MYDOCSONNET","features":[474]},{"name":"REST_MaxRecentDocs","features":[474]},{"name":"REST_NOACTIVEDESKTOP","features":[474]},{"name":"REST_NOACTIVEDESKTOPCHANGES","features":[474]},{"name":"REST_NOADDDESKCOMP","features":[474]},{"name":"REST_NOAUTOTRAYNOTIFY","features":[474]},{"name":"REST_NOCDBURNING","features":[474]},{"name":"REST_NOCHANGEMAPPEDDRIVECOMMENT","features":[474]},{"name":"REST_NOCHANGEMAPPEDDRIVELABEL","features":[474]},{"name":"REST_NOCHANGESTARMENU","features":[474]},{"name":"REST_NOCHANGINGWALLPAPER","features":[474]},{"name":"REST_NOCLOSE","features":[474]},{"name":"REST_NOCLOSEDESKCOMP","features":[474]},{"name":"REST_NOCLOSE_DRAGDROPBAND","features":[474]},{"name":"REST_NOCOLORCHOICE","features":[474]},{"name":"REST_NOCOMMONGROUPS","features":[474]},{"name":"REST_NOCONTROLPANEL","features":[474]},{"name":"REST_NOCONTROLPANELBARRICADE","features":[474]},{"name":"REST_NOCSC","features":[474]},{"name":"REST_NOCURRENTUSERRUN","features":[474]},{"name":"REST_NOCURRENTUSERRUNONCE","features":[474]},{"name":"REST_NOCUSTOMIZETHISFOLDER","features":[474]},{"name":"REST_NOCUSTOMIZEWEBVIEW","features":[474]},{"name":"REST_NODELDESKCOMP","features":[474]},{"name":"REST_NODESKCOMP","features":[474]},{"name":"REST_NODESKTOP","features":[474]},{"name":"REST_NODESKTOPCLEANUP","features":[474]},{"name":"REST_NODISCONNECT","features":[474]},{"name":"REST_NODISPBACKGROUND","features":[474]},{"name":"REST_NODISPLAYAPPEARANCEPAGE","features":[474]},{"name":"REST_NODISPLAYCPL","features":[474]},{"name":"REST_NODISPSCREENSAVEPG","features":[474]},{"name":"REST_NODISPSCREENSAVEPREVIEW","features":[474]},{"name":"REST_NODISPSETTINGSPG","features":[474]},{"name":"REST_NODRIVEAUTORUN","features":[474]},{"name":"REST_NODRIVES","features":[474]},{"name":"REST_NODRIVETYPEAUTORUN","features":[474]},{"name":"REST_NOEDITDESKCOMP","features":[474]},{"name":"REST_NOENCRYPTION","features":[474]},{"name":"REST_NOENCRYPTONMOVE","features":[474]},{"name":"REST_NOENTIRENETWORK","features":[474]},{"name":"REST_NOENUMENTIRENETWORK","features":[474]},{"name":"REST_NOEXITTODOS","features":[474]},{"name":"REST_NOFAVORITESMENU","features":[474]},{"name":"REST_NOFILEASSOCIATE","features":[474]},{"name":"REST_NOFILEMENU","features":[474]},{"name":"REST_NOFIND","features":[474]},{"name":"REST_NOFOLDEROPTIONS","features":[474]},{"name":"REST_NOFORGETSOFTWAREUPDATE","features":[474]},{"name":"REST_NOHARDWARETAB","features":[474]},{"name":"REST_NOHTMLWALLPAPER","features":[474]},{"name":"REST_NOINTERNETICON","features":[474]},{"name":"REST_NOINTERNETOPENWITH","features":[474]},{"name":"REST_NOLOCALMACHINERUN","features":[474]},{"name":"REST_NOLOCALMACHINERUNONCE","features":[474]},{"name":"REST_NOLOWDISKSPACECHECKS","features":[474]},{"name":"REST_NOMANAGEMYCOMPUTERVERB","features":[474]},{"name":"REST_NOMOVINGBAND","features":[474]},{"name":"REST_NOMYCOMPUTERICON","features":[474]},{"name":"REST_NONE","features":[474]},{"name":"REST_NONETCONNECTDISCONNECT","features":[474]},{"name":"REST_NONETCRAWL","features":[474]},{"name":"REST_NONETHOOD","features":[474]},{"name":"REST_NONETWORKCONNECTIONS","features":[474]},{"name":"REST_NONLEGACYSHELLMODE","features":[474]},{"name":"REST_NOONLINEPRINTSWIZARD","features":[474]},{"name":"REST_NOPRINTERADD","features":[474]},{"name":"REST_NOPRINTERDELETE","features":[474]},{"name":"REST_NOPRINTERTABS","features":[474]},{"name":"REST_NOPUBLISHWIZARD","features":[474]},{"name":"REST_NORECENTDOCSHISTORY","features":[474]},{"name":"REST_NORECENTDOCSMENU","features":[474]},{"name":"REST_NOREMOTECHANGENOTIFY","features":[474]},{"name":"REST_NOREMOTERECURSIVEEVENTS","features":[474]},{"name":"REST_NORESOLVESEARCH","features":[474]},{"name":"REST_NORESOLVETRACK","features":[474]},{"name":"REST_NORUN","features":[474]},{"name":"REST_NORUNASINSTALLPROMPT","features":[474]},{"name":"REST_NOSAVESET","features":[474]},{"name":"REST_NOSECURITY","features":[474]},{"name":"REST_NOSETACTIVEDESKTOP","features":[474]},{"name":"REST_NOSETFOLDERS","features":[474]},{"name":"REST_NOSETTASKBAR","features":[474]},{"name":"REST_NOSETTINGSASSIST","features":[474]},{"name":"REST_NOSHAREDDOCUMENTS","features":[474]},{"name":"REST_NOSHELLSEARCHBUTTON","features":[474]},{"name":"REST_NOSIZECHOICE","features":[474]},{"name":"REST_NOSMBALLOONTIP","features":[474]},{"name":"REST_NOSMCONFIGUREPROGRAMS","features":[474]},{"name":"REST_NOSMEJECTPC","features":[474]},{"name":"REST_NOSMHELP","features":[474]},{"name":"REST_NOSMMFUPROGRAMS","features":[474]},{"name":"REST_NOSMMOREPROGRAMS","features":[474]},{"name":"REST_NOSMMYDOCS","features":[474]},{"name":"REST_NOSMMYMUSIC","features":[474]},{"name":"REST_NOSMMYPICS","features":[474]},{"name":"REST_NOSMNETWORKPLACES","features":[474]},{"name":"REST_NOSMPINNEDLIST","features":[474]},{"name":"REST_NOSTARTMENUSUBFOLDERS","features":[474]},{"name":"REST_NOSTARTPAGE","features":[474]},{"name":"REST_NOSTARTPANEL","features":[474]},{"name":"REST_NOSTRCMPLOGICAL","features":[474]},{"name":"REST_NOTASKGROUPING","features":[474]},{"name":"REST_NOTHEMESTAB","features":[474]},{"name":"REST_NOTHUMBNAILCACHE","features":[474]},{"name":"REST_NOTOOLBARSONTASKBAR","features":[474]},{"name":"REST_NOTRAYCONTEXTMENU","features":[474]},{"name":"REST_NOTRAYITEMSDISPLAY","features":[474]},{"name":"REST_NOUPDATEWINDOWS","features":[474]},{"name":"REST_NOUPNPINSTALL","features":[474]},{"name":"REST_NOUSERNAMEINSTARTPANEL","features":[474]},{"name":"REST_NOVIEWCONTEXTMENU","features":[474]},{"name":"REST_NOVIEWONDRIVE","features":[474]},{"name":"REST_NOVISUALSTYLECHOICE","features":[474]},{"name":"REST_NOWEB","features":[474]},{"name":"REST_NOWEBSERVICES","features":[474]},{"name":"REST_NOWEBVIEW","features":[474]},{"name":"REST_NOWELCOMESCREEN","features":[474]},{"name":"REST_NOWINKEYS","features":[474]},{"name":"REST_PROMPTRUNASINSTALLNETPATH","features":[474]},{"name":"REST_RESTRICTCPL","features":[474]},{"name":"REST_RESTRICTRUN","features":[474]},{"name":"REST_REVERTWEBVIEWSECURITY","features":[474]},{"name":"REST_RUNDLGMEMCHECKBOX","features":[474]},{"name":"REST_SEPARATEDESKTOPPROCESS","features":[474]},{"name":"REST_SETVISUALSTYLE","features":[474]},{"name":"REST_STARTBANNER","features":[474]},{"name":"REST_STARTMENULOGOFF","features":[474]},{"name":"REST_STARTRUNNOHOMEPATH","features":[474]},{"name":"ReadCabinetState","features":[305,474]},{"name":"RealDriveType","features":[305,474]},{"name":"RefreshConstants","features":[474]},{"name":"RegisterAppConstrainedChangeNotification","features":[305,474]},{"name":"RegisterAppStateChangeNotification","features":[305,474]},{"name":"RegisterScaleChangeEvent","features":[305,474]},{"name":"RegisterScaleChangeNotifications","features":[305,474]},{"name":"RemoveWindowSubclass","features":[305,474]},{"name":"ResizeThumbnail","features":[474]},{"name":"RestartDialog","features":[305,474]},{"name":"RestartDialogEx","features":[305,474]},{"name":"ReturnOnlyIfCached","features":[474]},{"name":"RevokeScaleChangeNotifications","features":[474]},{"name":"SBSC_HIDE","features":[474]},{"name":"SBSC_QUERY","features":[474]},{"name":"SBSC_SHOW","features":[474]},{"name":"SBSC_TOGGLE","features":[474]},{"name":"SBSP_ABSOLUTE","features":[474]},{"name":"SBSP_ACTIVATE_NOFOCUS","features":[474]},{"name":"SBSP_ALLOW_AUTONAVIGATE","features":[474]},{"name":"SBSP_CALLERUNTRUSTED","features":[474]},{"name":"SBSP_CREATENOHISTORY","features":[474]},{"name":"SBSP_DEFBROWSER","features":[474]},{"name":"SBSP_DEFMODE","features":[474]},{"name":"SBSP_EXPLOREMODE","features":[474]},{"name":"SBSP_FEEDNAVIGATION","features":[474]},{"name":"SBSP_HELPMODE","features":[474]},{"name":"SBSP_INITIATEDBYHLINKFRAME","features":[474]},{"name":"SBSP_KEEPSAMETEMPLATE","features":[474]},{"name":"SBSP_KEEPWORDWHEELTEXT","features":[474]},{"name":"SBSP_NAVIGATEBACK","features":[474]},{"name":"SBSP_NAVIGATEFORWARD","features":[474]},{"name":"SBSP_NEWBROWSER","features":[474]},{"name":"SBSP_NOAUTOSELECT","features":[474]},{"name":"SBSP_NOTRANSFERHIST","features":[474]},{"name":"SBSP_OPENMODE","features":[474]},{"name":"SBSP_PARENT","features":[474]},{"name":"SBSP_PLAYNOSOUND","features":[474]},{"name":"SBSP_REDIRECT","features":[474]},{"name":"SBSP_RELATIVE","features":[474]},{"name":"SBSP_SAMEBROWSER","features":[474]},{"name":"SBSP_TRUSTEDFORACTIVEX","features":[474]},{"name":"SBSP_TRUSTFIRSTDOWNLOAD","features":[474]},{"name":"SBSP_UNTRUSTEDFORDOWNLOAD","features":[474]},{"name":"SBSP_WRITENOHISTORY","features":[474]},{"name":"SCALE_CHANGE_FLAGS","features":[474]},{"name":"SCF_PHYSICAL","features":[474]},{"name":"SCF_SCALE","features":[474]},{"name":"SCF_VALUE_NONE","features":[474]},{"name":"SCHEME_CREATE","features":[474]},{"name":"SCHEME_DISPLAY","features":[474]},{"name":"SCHEME_DONOTUSE","features":[474]},{"name":"SCHEME_EDIT","features":[474]},{"name":"SCHEME_GLOBAL","features":[474]},{"name":"SCHEME_LOCAL","features":[474]},{"name":"SCHEME_REFRESH","features":[474]},{"name":"SCHEME_UPDATE","features":[474]},{"name":"SCNRT_DISABLE","features":[474]},{"name":"SCNRT_ENABLE","features":[474]},{"name":"SCNRT_STATUS","features":[474]},{"name":"SCRM_VERIFYPW","features":[474]},{"name":"SECURELOCKCODE","features":[474]},{"name":"SECURELOCK_FIRSTSUGGEST","features":[474]},{"name":"SECURELOCK_NOCHANGE","features":[474]},{"name":"SECURELOCK_SET_FORTEZZA","features":[474]},{"name":"SECURELOCK_SET_MIXED","features":[474]},{"name":"SECURELOCK_SET_SECURE128BIT","features":[474]},{"name":"SECURELOCK_SET_SECURE40BIT","features":[474]},{"name":"SECURELOCK_SET_SECURE56BIT","features":[474]},{"name":"SECURELOCK_SET_SECUREUNKNOWNBIT","features":[474]},{"name":"SECURELOCK_SET_UNSECURE","features":[474]},{"name":"SECURELOCK_SUGGEST_FORTEZZA","features":[474]},{"name":"SECURELOCK_SUGGEST_MIXED","features":[474]},{"name":"SECURELOCK_SUGGEST_SECURE128BIT","features":[474]},{"name":"SECURELOCK_SUGGEST_SECURE40BIT","features":[474]},{"name":"SECURELOCK_SUGGEST_SECURE56BIT","features":[474]},{"name":"SECURELOCK_SUGGEST_SECUREUNKNOWNBIT","features":[474]},{"name":"SECURELOCK_SUGGEST_UNSECURE","features":[474]},{"name":"SEE_MASK_ASYNCOK","features":[474]},{"name":"SEE_MASK_CLASSKEY","features":[474]},{"name":"SEE_MASK_CLASSNAME","features":[474]},{"name":"SEE_MASK_CONNECTNETDRV","features":[474]},{"name":"SEE_MASK_DEFAULT","features":[474]},{"name":"SEE_MASK_DOENVSUBST","features":[474]},{"name":"SEE_MASK_FLAG_DDEWAIT","features":[474]},{"name":"SEE_MASK_FLAG_HINST_IS_SITE","features":[474]},{"name":"SEE_MASK_FLAG_LOG_USAGE","features":[474]},{"name":"SEE_MASK_FLAG_NO_UI","features":[474]},{"name":"SEE_MASK_HMONITOR","features":[474]},{"name":"SEE_MASK_HOTKEY","features":[474]},{"name":"SEE_MASK_ICON","features":[474]},{"name":"SEE_MASK_IDLIST","features":[474]},{"name":"SEE_MASK_INVOKEIDLIST","features":[474]},{"name":"SEE_MASK_NOASYNC","features":[474]},{"name":"SEE_MASK_NOCLOSEPROCESS","features":[474]},{"name":"SEE_MASK_NOQUERYCLASSSTORE","features":[474]},{"name":"SEE_MASK_NOZONECHECKS","features":[474]},{"name":"SEE_MASK_NO_CONSOLE","features":[474]},{"name":"SEE_MASK_UNICODE","features":[474]},{"name":"SEE_MASK_WAITFORINPUTIDLE","features":[474]},{"name":"SETPROPS_NONE","features":[474]},{"name":"SE_ERR_ACCESSDENIED","features":[474]},{"name":"SE_ERR_ASSOCINCOMPLETE","features":[474]},{"name":"SE_ERR_DDEBUSY","features":[474]},{"name":"SE_ERR_DDEFAIL","features":[474]},{"name":"SE_ERR_DDETIMEOUT","features":[474]},{"name":"SE_ERR_DLLNOTFOUND","features":[474]},{"name":"SE_ERR_FNF","features":[474]},{"name":"SE_ERR_NOASSOC","features":[474]},{"name":"SE_ERR_OOM","features":[474]},{"name":"SE_ERR_PNF","features":[474]},{"name":"SE_ERR_SHARE","features":[474]},{"name":"SFBID_PIDLCHANGED","features":[474]},{"name":"SFBS_FLAGS","features":[474]},{"name":"SFBS_FLAGS_ROUND_TO_NEAREST_DISPLAYED_DIGIT","features":[474]},{"name":"SFBS_FLAGS_TRUNCATE_UNDISPLAYED_DECIMAL_DIGITS","features":[474]},{"name":"SFVM_ADDOBJECT","features":[474]},{"name":"SFVM_ADDPROPERTYPAGES","features":[474]},{"name":"SFVM_BACKGROUNDENUM","features":[474]},{"name":"SFVM_BACKGROUNDENUMDONE","features":[474]},{"name":"SFVM_COLUMNCLICK","features":[474]},{"name":"SFVM_DEFITEMCOUNT","features":[474]},{"name":"SFVM_DEFVIEWMODE","features":[474]},{"name":"SFVM_DIDDRAGDROP","features":[474]},{"name":"SFVM_FSNOTIFY","features":[474]},{"name":"SFVM_GETANIMATION","features":[474]},{"name":"SFVM_GETBUTTONINFO","features":[474]},{"name":"SFVM_GETBUTTONS","features":[474]},{"name":"SFVM_GETDETAILSOF","features":[474]},{"name":"SFVM_GETHELPTEXT","features":[474]},{"name":"SFVM_GETHELPTOPIC","features":[474]},{"name":"SFVM_GETNOTIFY","features":[474]},{"name":"SFVM_GETPANE","features":[474]},{"name":"SFVM_GETSELECTEDOBJECTS","features":[474]},{"name":"SFVM_GETSORTDEFAULTS","features":[474]},{"name":"SFVM_GETTOOLTIPTEXT","features":[474]},{"name":"SFVM_GETZONE","features":[474]},{"name":"SFVM_HELPTOPIC_DATA","features":[474]},{"name":"SFVM_INITMENUPOPUP","features":[474]},{"name":"SFVM_INVOKECOMMAND","features":[474]},{"name":"SFVM_MERGEMENU","features":[474]},{"name":"SFVM_MESSAGE_ID","features":[474]},{"name":"SFVM_PROPPAGE_DATA","features":[305,357,474]},{"name":"SFVM_QUERYFSNOTIFY","features":[474]},{"name":"SFVM_REARRANGE","features":[474]},{"name":"SFVM_REMOVEOBJECT","features":[474]},{"name":"SFVM_SETCLIPBOARD","features":[474]},{"name":"SFVM_SETISFV","features":[474]},{"name":"SFVM_SETITEMPOS","features":[474]},{"name":"SFVM_SETPOINTS","features":[474]},{"name":"SFVM_SIZE","features":[474]},{"name":"SFVM_THISIDLIST","features":[474]},{"name":"SFVM_UNMERGEMENU","features":[474]},{"name":"SFVM_UPDATEOBJECT","features":[474]},{"name":"SFVM_UPDATESTATUSBAR","features":[474]},{"name":"SFVM_WINDOWCREATED","features":[474]},{"name":"SFVSOC_INVALIDATE_ALL","features":[474]},{"name":"SFVSOC_NOSCROLL","features":[474]},{"name":"SFVS_SELECT","features":[474]},{"name":"SFVS_SELECT_ALLITEMS","features":[474]},{"name":"SFVS_SELECT_INVERT","features":[474]},{"name":"SFVS_SELECT_NONE","features":[474]},{"name":"SFVVO_DESKTOPHTML","features":[474]},{"name":"SFVVO_DOUBLECLICKINWEBVIEW","features":[474]},{"name":"SFVVO_SHOWALLOBJECTS","features":[474]},{"name":"SFVVO_SHOWCOMPCOLOR","features":[474]},{"name":"SFVVO_SHOWEXTENSIONS","features":[474]},{"name":"SFVVO_SHOWSYSFILES","features":[474]},{"name":"SFVVO_WIN95CLASSIC","features":[474]},{"name":"SFV_CREATE","features":[359,474]},{"name":"SFV_SETITEMPOS","features":[305,640]},{"name":"SHACF_AUTOAPPEND_FORCE_OFF","features":[474]},{"name":"SHACF_AUTOAPPEND_FORCE_ON","features":[474]},{"name":"SHACF_AUTOSUGGEST_FORCE_OFF","features":[474]},{"name":"SHACF_AUTOSUGGEST_FORCE_ON","features":[474]},{"name":"SHACF_DEFAULT","features":[474]},{"name":"SHACF_FILESYSTEM","features":[474]},{"name":"SHACF_FILESYS_DIRS","features":[474]},{"name":"SHACF_FILESYS_ONLY","features":[474]},{"name":"SHACF_URLALL","features":[474]},{"name":"SHACF_URLHISTORY","features":[474]},{"name":"SHACF_URLMRU","features":[474]},{"name":"SHACF_USETAB","features":[474]},{"name":"SHACF_VIRTUAL_NAMESPACE","features":[474]},{"name":"SHARD","features":[474]},{"name":"SHARDAPPIDINFO","features":[474]},{"name":"SHARDAPPIDINFOIDLIST","features":[640]},{"name":"SHARDAPPIDINFOLINK","features":[474]},{"name":"SHARD_APPIDINFO","features":[474]},{"name":"SHARD_APPIDINFOIDLIST","features":[474]},{"name":"SHARD_APPIDINFOLINK","features":[474]},{"name":"SHARD_LINK","features":[474]},{"name":"SHARD_PATHA","features":[474]},{"name":"SHARD_PATHW","features":[474]},{"name":"SHARD_PIDL","features":[474]},{"name":"SHARD_SHELLITEM","features":[474]},{"name":"SHARE_ROLE","features":[474]},{"name":"SHARE_ROLE_CONTRIBUTOR","features":[474]},{"name":"SHARE_ROLE_CO_OWNER","features":[474]},{"name":"SHARE_ROLE_CUSTOM","features":[474]},{"name":"SHARE_ROLE_INVALID","features":[474]},{"name":"SHARE_ROLE_MIXED","features":[474]},{"name":"SHARE_ROLE_OWNER","features":[474]},{"name":"SHARE_ROLE_READER","features":[474]},{"name":"SHAddFromPropSheetExtArray","features":[305,357,474]},{"name":"SHAddToRecentDocs","features":[474]},{"name":"SHAlloc","features":[474]},{"name":"SHAllocShared","features":[305,474]},{"name":"SHAnsiToAnsi","features":[474]},{"name":"SHAnsiToUnicode","features":[474]},{"name":"SHAppBarMessage","features":[305,474]},{"name":"SHAssocEnumHandlers","features":[474]},{"name":"SHAssocEnumHandlersForProtocolByApplication","features":[474]},{"name":"SHAutoComplete","features":[305,474]},{"name":"SHBindToFolderIDListParent","features":[640]},{"name":"SHBindToFolderIDListParentEx","features":[358,640]},{"name":"SHBindToObject","features":[358,640]},{"name":"SHBindToParent","features":[640]},{"name":"SHBrowseForFolderA","features":[305,640]},{"name":"SHBrowseForFolderW","features":[305,640]},{"name":"SHCDF_UPDATEITEM","features":[474]},{"name":"SHCIDS_ALLFIELDS","features":[474]},{"name":"SHCIDS_BITMASK","features":[474]},{"name":"SHCIDS_CANONICALONLY","features":[474]},{"name":"SHCIDS_COLUMNMASK","features":[474]},{"name":"SHCLSIDFromString","features":[474]},{"name":"SHCNEE_MSI_CHANGE","features":[474]},{"name":"SHCNEE_MSI_UNINSTALL","features":[474]},{"name":"SHCNEE_ORDERCHANGED","features":[474]},{"name":"SHCNE_ALLEVENTS","features":[474]},{"name":"SHCNE_ASSOCCHANGED","features":[474]},{"name":"SHCNE_ATTRIBUTES","features":[474]},{"name":"SHCNE_CREATE","features":[474]},{"name":"SHCNE_DELETE","features":[474]},{"name":"SHCNE_DISKEVENTS","features":[474]},{"name":"SHCNE_DRIVEADD","features":[474]},{"name":"SHCNE_DRIVEADDGUI","features":[474]},{"name":"SHCNE_DRIVEREMOVED","features":[474]},{"name":"SHCNE_EXTENDED_EVENT","features":[474]},{"name":"SHCNE_FREESPACE","features":[474]},{"name":"SHCNE_GLOBALEVENTS","features":[474]},{"name":"SHCNE_ID","features":[474]},{"name":"SHCNE_INTERRUPT","features":[474]},{"name":"SHCNE_MEDIAINSERTED","features":[474]},{"name":"SHCNE_MEDIAREMOVED","features":[474]},{"name":"SHCNE_MKDIR","features":[474]},{"name":"SHCNE_NETSHARE","features":[474]},{"name":"SHCNE_NETUNSHARE","features":[474]},{"name":"SHCNE_RENAMEFOLDER","features":[474]},{"name":"SHCNE_RENAMEITEM","features":[474]},{"name":"SHCNE_RMDIR","features":[474]},{"name":"SHCNE_SERVERDISCONNECT","features":[474]},{"name":"SHCNE_UPDATEDIR","features":[474]},{"name":"SHCNE_UPDATEIMAGE","features":[474]},{"name":"SHCNE_UPDATEITEM","features":[474]},{"name":"SHCNF_DWORD","features":[474]},{"name":"SHCNF_FLAGS","features":[474]},{"name":"SHCNF_FLUSH","features":[474]},{"name":"SHCNF_FLUSHNOWAIT","features":[474]},{"name":"SHCNF_IDLIST","features":[474]},{"name":"SHCNF_NOTIFYRECURSIVE","features":[474]},{"name":"SHCNF_PATH","features":[474]},{"name":"SHCNF_PATHA","features":[474]},{"name":"SHCNF_PATHW","features":[474]},{"name":"SHCNF_PRINTER","features":[474]},{"name":"SHCNF_PRINTERA","features":[474]},{"name":"SHCNF_PRINTERW","features":[474]},{"name":"SHCNF_TYPE","features":[474]},{"name":"SHCNRF_InterruptLevel","features":[474]},{"name":"SHCNRF_NewDelivery","features":[474]},{"name":"SHCNRF_RecursiveInterrupt","features":[474]},{"name":"SHCNRF_SOURCE","features":[474]},{"name":"SHCNRF_ShellLevel","features":[474]},{"name":"SHCOLUMNDATA","features":[474]},{"name":"SHCOLUMNINFO","features":[305,360,474]},{"name":"SHCOLUMNINIT","features":[474]},{"name":"SHCONTF_CHECKING_FOR_CHILDREN","features":[474]},{"name":"SHCONTF_ENABLE_ASYNC","features":[474]},{"name":"SHCONTF_FASTITEMS","features":[474]},{"name":"SHCONTF_FLATLIST","features":[474]},{"name":"SHCONTF_FOLDERS","features":[474]},{"name":"SHCONTF_INCLUDEHIDDEN","features":[474]},{"name":"SHCONTF_INCLUDESUPERHIDDEN","features":[474]},{"name":"SHCONTF_INIT_ON_FIRST_NEXT","features":[474]},{"name":"SHCONTF_NAVIGATION_ENUM","features":[474]},{"name":"SHCONTF_NETPRINTERSRCH","features":[474]},{"name":"SHCONTF_NONFOLDERS","features":[474]},{"name":"SHCONTF_SHAREABLE","features":[474]},{"name":"SHCONTF_STORAGE","features":[474]},{"name":"SHCREATEPROCESSINFOW","features":[305,309,342,474]},{"name":"SHCREATEPROCESSINFOW","features":[305,309,342,474]},{"name":"SHC_E_SHELL_COMPONENT_STARTUP_FAILURE","features":[474]},{"name":"SHChangeDWORDAsIDList","features":[474]},{"name":"SHChangeNotification_Lock","features":[305,640]},{"name":"SHChangeNotification_Unlock","features":[305,474]},{"name":"SHChangeNotify","features":[474]},{"name":"SHChangeNotifyDeregister","features":[305,474]},{"name":"SHChangeNotifyEntry","features":[305,640]},{"name":"SHChangeNotifyRegister","features":[305,640]},{"name":"SHChangeNotifyRegisterThread","features":[474]},{"name":"SHChangeProductKeyAsIDList","features":[474]},{"name":"SHChangeUpdateImageIDList","features":[474]},{"name":"SHCloneSpecialIDList","features":[305,640]},{"name":"SHCoCreateInstance","features":[474]},{"name":"SHCopyKeyA","features":[305,373,474]},{"name":"SHCopyKeyW","features":[305,373,474]},{"name":"SHCreateAssociationRegistration","features":[474]},{"name":"SHCreateDataObject","features":[358,640]},{"name":"SHCreateDefaultContextMenu","features":[305,373,640]},{"name":"SHCreateDefaultExtractIcon","features":[474]},{"name":"SHCreateDefaultPropertiesOp","features":[474]},{"name":"SHCreateDirectory","features":[305,474]},{"name":"SHCreateDirectoryExA","features":[305,309,474]},{"name":"SHCreateDirectoryExW","features":[305,309,474]},{"name":"SHCreateFileExtractIconW","features":[474]},{"name":"SHCreateItemFromIDList","features":[640]},{"name":"SHCreateItemFromParsingName","features":[358,474]},{"name":"SHCreateItemFromRelativeName","features":[358,474]},{"name":"SHCreateItemInKnownFolder","features":[474]},{"name":"SHCreateItemWithParent","features":[640]},{"name":"SHCreateMemStream","features":[358,474]},{"name":"SHCreateProcessAsUserW","features":[305,309,342,474]},{"name":"SHCreatePropSheetExtArray","features":[373,474]},{"name":"SHCreateQueryCancelAutoPlayMoniker","features":[358,474]},{"name":"SHCreateShellFolderView","features":[359,474]},{"name":"SHCreateShellFolderViewEx","features":[305,359,640]},{"name":"SHCreateShellItem","features":[640]},{"name":"SHCreateShellItemArray","features":[640]},{"name":"SHCreateShellItemArrayFromDataObject","features":[358,474]},{"name":"SHCreateShellItemArrayFromIDLists","features":[640]},{"name":"SHCreateShellItemArrayFromShellItem","features":[474]},{"name":"SHCreateShellPalette","features":[317,474]},{"name":"SHCreateStdEnumFmtEtc","features":[358,474]},{"name":"SHCreateStreamOnFileA","features":[358,474]},{"name":"SHCreateStreamOnFileEx","features":[305,358,474]},{"name":"SHCreateStreamOnFileW","features":[358,474]},{"name":"SHCreateThread","features":[305,342,474]},{"name":"SHCreateThreadRef","features":[474]},{"name":"SHCreateThreadWithHandle","features":[305,342,474]},{"name":"SHDESCRIPTIONID","features":[474]},{"name":"SHDID_COMPUTER_AUDIO","features":[474]},{"name":"SHDID_COMPUTER_CDROM","features":[474]},{"name":"SHDID_COMPUTER_DRIVE35","features":[474]},{"name":"SHDID_COMPUTER_DRIVE525","features":[474]},{"name":"SHDID_COMPUTER_FIXED","features":[474]},{"name":"SHDID_COMPUTER_IMAGING","features":[474]},{"name":"SHDID_COMPUTER_NETDRIVE","features":[474]},{"name":"SHDID_COMPUTER_OTHER","features":[474]},{"name":"SHDID_COMPUTER_RAMDISK","features":[474]},{"name":"SHDID_COMPUTER_REMOVABLE","features":[474]},{"name":"SHDID_COMPUTER_SHAREDDOCS","features":[474]},{"name":"SHDID_FS_DIRECTORY","features":[474]},{"name":"SHDID_FS_FILE","features":[474]},{"name":"SHDID_FS_OTHER","features":[474]},{"name":"SHDID_ID","features":[474]},{"name":"SHDID_MOBILE_DEVICE","features":[474]},{"name":"SHDID_NET_DOMAIN","features":[474]},{"name":"SHDID_NET_OTHER","features":[474]},{"name":"SHDID_NET_RESTOFNET","features":[474]},{"name":"SHDID_NET_SERVER","features":[474]},{"name":"SHDID_NET_SHARE","features":[474]},{"name":"SHDID_REMOTE_DESKTOP_DRIVE","features":[474]},{"name":"SHDID_ROOT_REGITEM","features":[474]},{"name":"SHDRAGIMAGE","features":[305,317,474]},{"name":"SHDefExtractIconA","features":[474,374]},{"name":"SHDefExtractIconW","features":[474,374]},{"name":"SHDeleteEmptyKeyA","features":[305,373,474]},{"name":"SHDeleteEmptyKeyW","features":[305,373,474]},{"name":"SHDeleteKeyA","features":[305,373,474]},{"name":"SHDeleteKeyW","features":[305,373,474]},{"name":"SHDeleteValueA","features":[305,373,474]},{"name":"SHDeleteValueW","features":[305,373,474]},{"name":"SHDestroyPropSheetExtArray","features":[474]},{"name":"SHDoDragDrop","features":[305,358,359,474]},{"name":"SHELLBROWSERSHOWCONTROL","features":[474]},{"name":"SHELLEXECUTEINFOA","features":[305,373,474]},{"name":"SHELLEXECUTEINFOA","features":[305,373,474]},{"name":"SHELLEXECUTEINFOW","features":[305,373,474]},{"name":"SHELLEXECUTEINFOW","features":[305,373,474]},{"name":"SHELLFLAGSTATE","features":[474]},{"name":"SHELLSTATEA","features":[474]},{"name":"SHELLSTATEVERSION_IE4","features":[474]},{"name":"SHELLSTATEVERSION_WIN2K","features":[474]},{"name":"SHELLSTATEW","features":[474]},{"name":"SHELL_AUTOCOMPLETE_FLAGS","features":[474]},{"name":"SHELL_E_WRONG_BITDEPTH","features":[474]},{"name":"SHELL_ITEM_RESOURCE","features":[474]},{"name":"SHELL_LINK_DATA_FLAGS","features":[474]},{"name":"SHELL_UI_COMPONENT","features":[474]},{"name":"SHELL_UI_COMPONENT_DESKBAND","features":[474]},{"name":"SHELL_UI_COMPONENT_NOTIFICATIONAREA","features":[474]},{"name":"SHELL_UI_COMPONENT_TASKBARS","features":[474]},{"name":"SHERB_NOCONFIRMATION","features":[474]},{"name":"SHERB_NOPROGRESSUI","features":[474]},{"name":"SHERB_NOSOUND","features":[474]},{"name":"SHEmptyRecycleBinA","features":[305,474]},{"name":"SHEmptyRecycleBinW","features":[305,474]},{"name":"SHEnumKeyExA","features":[305,373,474]},{"name":"SHEnumKeyExW","features":[305,373,474]},{"name":"SHEnumValueA","features":[305,373,474]},{"name":"SHEnumValueW","features":[305,373,474]},{"name":"SHEnumerateUnreadMailAccountsW","features":[373,474]},{"name":"SHEvaluateSystemCommandTemplate","features":[474]},{"name":"SHFILEINFOA","features":[474,374]},{"name":"SHFILEINFOA","features":[474,374]},{"name":"SHFILEINFOW","features":[474,374]},{"name":"SHFILEINFOW","features":[474,374]},{"name":"SHFILEOPSTRUCTA","features":[305,474]},{"name":"SHFILEOPSTRUCTA","features":[305,474]},{"name":"SHFILEOPSTRUCTW","features":[305,474]},{"name":"SHFILEOPSTRUCTW","features":[305,474]},{"name":"SHFMT_CANCEL","features":[474]},{"name":"SHFMT_ERROR","features":[474]},{"name":"SHFMT_ID","features":[474]},{"name":"SHFMT_ID_DEFAULT","features":[474]},{"name":"SHFMT_NOFORMAT","features":[474]},{"name":"SHFMT_OPT","features":[474]},{"name":"SHFMT_OPT_FULL","features":[474]},{"name":"SHFMT_OPT_NONE","features":[474]},{"name":"SHFMT_OPT_SYSONLY","features":[474]},{"name":"SHFMT_RET","features":[474]},{"name":"SHFOLDERCUSTOMSETTINGS","features":[474]},{"name":"SHFileOperationA","features":[305,474]},{"name":"SHFileOperationW","features":[305,474]},{"name":"SHFindFiles","features":[305,640]},{"name":"SHFind_InitMenuPopup","features":[305,474,374]},{"name":"SHFlushSFCache","features":[474]},{"name":"SHFormatDateTimeA","features":[305,474]},{"name":"SHFormatDateTimeW","features":[305,474]},{"name":"SHFormatDrive","features":[305,474]},{"name":"SHFree","features":[474]},{"name":"SHFreeNameMappings","features":[305,474]},{"name":"SHFreeShared","features":[305,474]},{"name":"SHGDFIL_DESCRIPTIONID","features":[474]},{"name":"SHGDFIL_FINDDATA","features":[474]},{"name":"SHGDFIL_FORMAT","features":[474]},{"name":"SHGDFIL_NETRESOURCE","features":[474]},{"name":"SHGDNF","features":[474]},{"name":"SHGDN_FORADDRESSBAR","features":[474]},{"name":"SHGDN_FOREDITING","features":[474]},{"name":"SHGDN_FORPARSING","features":[474]},{"name":"SHGDN_INFOLDER","features":[474]},{"name":"SHGDN_NORMAL","features":[474]},{"name":"SHGFI_ADDOVERLAYS","features":[474]},{"name":"SHGFI_ATTRIBUTES","features":[474]},{"name":"SHGFI_ATTR_SPECIFIED","features":[474]},{"name":"SHGFI_DISPLAYNAME","features":[474]},{"name":"SHGFI_EXETYPE","features":[474]},{"name":"SHGFI_FLAGS","features":[474]},{"name":"SHGFI_ICON","features":[474]},{"name":"SHGFI_ICONLOCATION","features":[474]},{"name":"SHGFI_LARGEICON","features":[474]},{"name":"SHGFI_LINKOVERLAY","features":[474]},{"name":"SHGFI_OPENICON","features":[474]},{"name":"SHGFI_OVERLAYINDEX","features":[474]},{"name":"SHGFI_PIDL","features":[474]},{"name":"SHGFI_SELECTED","features":[474]},{"name":"SHGFI_SHELLICONSIZE","features":[474]},{"name":"SHGFI_SMALLICON","features":[474]},{"name":"SHGFI_SYSICONINDEX","features":[474]},{"name":"SHGFI_TYPENAME","features":[474]},{"name":"SHGFI_USEFILEATTRIBUTES","features":[474]},{"name":"SHGFP_TYPE","features":[474]},{"name":"SHGFP_TYPE_CURRENT","features":[474]},{"name":"SHGFP_TYPE_DEFAULT","features":[474]},{"name":"SHGLOBALCOUNTER","features":[474]},{"name":"SHGNLI_NOLNK","features":[474]},{"name":"SHGNLI_NOLOCNAME","features":[474]},{"name":"SHGNLI_NOUNIQUE","features":[474]},{"name":"SHGNLI_PIDL","features":[474]},{"name":"SHGNLI_PREFIXNAME","features":[474]},{"name":"SHGNLI_USEURLEXT","features":[474]},{"name":"SHGSI_FLAGS","features":[474]},{"name":"SHGSI_ICON","features":[474]},{"name":"SHGSI_ICONLOCATION","features":[474]},{"name":"SHGSI_LARGEICON","features":[474]},{"name":"SHGSI_LINKOVERLAY","features":[474]},{"name":"SHGSI_SELECTED","features":[474]},{"name":"SHGSI_SHELLICONSIZE","features":[474]},{"name":"SHGSI_SMALLICON","features":[474]},{"name":"SHGSI_SYSICONINDEX","features":[474]},{"name":"SHGVSPB_ALLFOLDERS","features":[474]},{"name":"SHGVSPB_ALLUSERS","features":[474]},{"name":"SHGVSPB_INHERIT","features":[474]},{"name":"SHGVSPB_NOAUTODEFAULTS","features":[474]},{"name":"SHGVSPB_PERFOLDER","features":[474]},{"name":"SHGVSPB_PERUSER","features":[474]},{"name":"SHGVSPB_ROAM","features":[474]},{"name":"SHGetAttributesFromDataObject","features":[358,474]},{"name":"SHGetDataFromIDListA","features":[640]},{"name":"SHGetDataFromIDListW","features":[640]},{"name":"SHGetDesktopFolder","features":[474]},{"name":"SHGetDiskFreeSpaceExA","features":[305,474]},{"name":"SHGetDiskFreeSpaceExW","features":[305,474]},{"name":"SHGetDriveMedia","features":[474]},{"name":"SHGetFileInfoA","features":[325,474,374]},{"name":"SHGetFileInfoW","features":[325,474,374]},{"name":"SHGetFolderLocation","features":[305,640]},{"name":"SHGetFolderPathA","features":[305,474]},{"name":"SHGetFolderPathAndSubDirA","features":[305,474]},{"name":"SHGetFolderPathAndSubDirW","features":[305,474]},{"name":"SHGetFolderPathW","features":[305,474]},{"name":"SHGetIDListFromObject","features":[640]},{"name":"SHGetIconOverlayIndexA","features":[474]},{"name":"SHGetIconOverlayIndexW","features":[474]},{"name":"SHGetImageList","features":[474]},{"name":"SHGetInstanceExplorer","features":[474]},{"name":"SHGetInverseCMAP","features":[474]},{"name":"SHGetItemFromDataObject","features":[358,474]},{"name":"SHGetItemFromObject","features":[474]},{"name":"SHGetKnownFolderIDList","features":[305,640]},{"name":"SHGetKnownFolderItem","features":[305,474]},{"name":"SHGetKnownFolderPath","features":[305,474]},{"name":"SHGetLocalizedName","features":[474]},{"name":"SHGetMalloc","features":[358,474]},{"name":"SHGetNameFromIDList","features":[640]},{"name":"SHGetNewLinkInfoA","features":[305,474]},{"name":"SHGetNewLinkInfoW","features":[305,474]},{"name":"SHGetPathFromIDListA","features":[305,640]},{"name":"SHGetPathFromIDListEx","features":[305,640]},{"name":"SHGetPathFromIDListW","features":[305,640]},{"name":"SHGetRealIDL","features":[640]},{"name":"SHGetSetFolderCustomSettings","features":[474]},{"name":"SHGetSetSettings","features":[305,474]},{"name":"SHGetSettings","features":[474]},{"name":"SHGetSpecialFolderLocation","features":[305,640]},{"name":"SHGetSpecialFolderPathA","features":[305,474]},{"name":"SHGetSpecialFolderPathW","features":[305,474]},{"name":"SHGetStockIconInfo","features":[474,374]},{"name":"SHGetTemporaryPropertyForItem","features":[305,392,360,474]},{"name":"SHGetThreadRef","features":[474]},{"name":"SHGetUnreadMailCountW","features":[305,373,474]},{"name":"SHGetValueA","features":[305,373,474]},{"name":"SHGetValueW","features":[305,373,474]},{"name":"SHGetViewStatePropertyBag","features":[640]},{"name":"SHGlobalCounterDecrement","features":[474]},{"name":"SHGlobalCounterGetValue","features":[474]},{"name":"SHGlobalCounterIncrement","features":[474]},{"name":"SHHLNF_NOAUTOSELECT","features":[474]},{"name":"SHHLNF_WRITENOHISTORY","features":[474]},{"name":"SHHandleUpdateImage","features":[640]},{"name":"SHILCreateFromPath","features":[640]},{"name":"SHIL_EXTRALARGE","features":[474]},{"name":"SHIL_JUMBO","features":[474]},{"name":"SHIL_LARGE","features":[474]},{"name":"SHIL_LAST","features":[474]},{"name":"SHIL_SMALL","features":[474]},{"name":"SHIL_SYSSMALL","features":[474]},{"name":"SHIMGDEC_DEFAULT","features":[474]},{"name":"SHIMGDEC_LOADFULL","features":[474]},{"name":"SHIMGDEC_THUMBNAIL","features":[474]},{"name":"SHIMGKEY_QUALITY","features":[474]},{"name":"SHIMGKEY_RAWFORMAT","features":[474]},{"name":"SHIMSTCAPFLAG_LOCKABLE","features":[474]},{"name":"SHIMSTCAPFLAG_PURGEABLE","features":[474]},{"name":"SHInvokePrinterCommandA","features":[305,474]},{"name":"SHInvokePrinterCommandW","features":[305,474]},{"name":"SHIsFileAvailableOffline","features":[474]},{"name":"SHIsLowMemoryMachine","features":[305,474]},{"name":"SHLimitInputEdit","features":[305,474]},{"name":"SHLoadInProc","features":[474]},{"name":"SHLoadIndirectString","features":[474]},{"name":"SHLoadNonloadedIconOverlayIdentifiers","features":[474]},{"name":"SHLockShared","features":[305,474]},{"name":"SHMapPIDLToSystemImageListIndex","features":[640]},{"name":"SHMessageBoxCheckA","features":[305,474]},{"name":"SHMessageBoxCheckW","features":[305,474]},{"name":"SHMultiFileProperties","features":[358,474]},{"name":"SHNAMEMAPPINGA","features":[474]},{"name":"SHNAMEMAPPINGA","features":[474]},{"name":"SHNAMEMAPPINGW","features":[474]},{"name":"SHNAMEMAPPINGW","features":[474]},{"name":"SHOP_FILEPATH","features":[474]},{"name":"SHOP_PRINTERNAME","features":[474]},{"name":"SHOP_TYPE","features":[474]},{"name":"SHOP_VOLUMEGUID","features":[474]},{"name":"SHObjectProperties","features":[305,474]},{"name":"SHOpenFolderAndSelectItems","features":[640]},{"name":"SHOpenPropSheetW","features":[305,358,359,373,474]},{"name":"SHOpenRegStream2A","features":[358,373,474]},{"name":"SHOpenRegStream2W","features":[358,373,474]},{"name":"SHOpenRegStreamA","features":[358,373,474]},{"name":"SHOpenRegStreamW","features":[358,373,474]},{"name":"SHOpenWithDialog","features":[305,474]},{"name":"SHPPFW_ASKDIRCREATE","features":[474]},{"name":"SHPPFW_DIRCREATE","features":[474]},{"name":"SHPPFW_IGNOREFILENAME","features":[474]},{"name":"SHPPFW_MEDIACHECKONLY","features":[474]},{"name":"SHPPFW_NONE","features":[474]},{"name":"SHPPFW_NOWRITECHECK","features":[474]},{"name":"SHPWHF_ANYLOCATION","features":[474]},{"name":"SHPWHF_NOFILESELECTOR","features":[474]},{"name":"SHPWHF_NONETPLACECREATE","features":[474]},{"name":"SHPWHF_NORECOMPRESS","features":[474]},{"name":"SHPWHF_USEMRU","features":[474]},{"name":"SHPWHF_VALIDATEVIAWEBFOLDERS","features":[474]},{"name":"SHParseDisplayName","features":[358,640]},{"name":"SHPathPrepareForWriteA","features":[305,474]},{"name":"SHPathPrepareForWriteW","features":[305,474]},{"name":"SHQUERYRBINFO","features":[474]},{"name":"SHQUERYRBINFO","features":[474]},{"name":"SHQueryInfoKeyA","features":[305,373,474]},{"name":"SHQueryInfoKeyW","features":[305,373,474]},{"name":"SHQueryRecycleBinA","features":[474]},{"name":"SHQueryRecycleBinW","features":[474]},{"name":"SHQueryUserNotificationState","features":[474]},{"name":"SHQueryValueExA","features":[305,373,474]},{"name":"SHQueryValueExW","features":[305,373,474]},{"name":"SHREGDEL_BOTH","features":[474]},{"name":"SHREGDEL_DEFAULT","features":[474]},{"name":"SHREGDEL_FLAGS","features":[474]},{"name":"SHREGDEL_HKCU","features":[474]},{"name":"SHREGDEL_HKLM","features":[474]},{"name":"SHREGENUM_BOTH","features":[474]},{"name":"SHREGENUM_DEFAULT","features":[474]},{"name":"SHREGENUM_FLAGS","features":[474]},{"name":"SHREGENUM_HKCU","features":[474]},{"name":"SHREGENUM_HKLM","features":[474]},{"name":"SHREGSET_FORCE_HKCU","features":[474]},{"name":"SHREGSET_FORCE_HKLM","features":[474]},{"name":"SHREGSET_HKCU","features":[474]},{"name":"SHREGSET_HKLM","features":[474]},{"name":"SHRegCloseUSKey","features":[305,474]},{"name":"SHRegCreateUSKeyA","features":[305,474]},{"name":"SHRegCreateUSKeyW","features":[305,474]},{"name":"SHRegDeleteEmptyUSKeyA","features":[305,474]},{"name":"SHRegDeleteEmptyUSKeyW","features":[305,474]},{"name":"SHRegDeleteUSValueA","features":[305,474]},{"name":"SHRegDeleteUSValueW","features":[305,474]},{"name":"SHRegDuplicateHKey","features":[373,474]},{"name":"SHRegEnumUSKeyA","features":[305,474]},{"name":"SHRegEnumUSKeyW","features":[305,474]},{"name":"SHRegEnumUSValueA","features":[305,474]},{"name":"SHRegEnumUSValueW","features":[305,474]},{"name":"SHRegGetBoolUSValueA","features":[305,474]},{"name":"SHRegGetBoolUSValueW","features":[305,474]},{"name":"SHRegGetIntW","features":[373,474]},{"name":"SHRegGetPathA","features":[305,373,474]},{"name":"SHRegGetPathW","features":[305,373,474]},{"name":"SHRegGetUSValueA","features":[305,474]},{"name":"SHRegGetUSValueW","features":[305,474]},{"name":"SHRegGetValueA","features":[305,373,474]},{"name":"SHRegGetValueFromHKCUHKLM","features":[305,474]},{"name":"SHRegGetValueW","features":[305,373,474]},{"name":"SHRegOpenUSKeyA","features":[305,474]},{"name":"SHRegOpenUSKeyW","features":[305,474]},{"name":"SHRegQueryInfoUSKeyA","features":[305,474]},{"name":"SHRegQueryInfoUSKeyW","features":[305,474]},{"name":"SHRegQueryUSValueA","features":[305,474]},{"name":"SHRegQueryUSValueW","features":[305,474]},{"name":"SHRegSetPathA","features":[305,373,474]},{"name":"SHRegSetPathW","features":[305,373,474]},{"name":"SHRegSetUSValueA","features":[305,474]},{"name":"SHRegSetUSValueW","features":[305,474]},{"name":"SHRegWriteUSValueA","features":[305,474]},{"name":"SHRegWriteUSValueW","features":[305,474]},{"name":"SHReleaseThreadRef","features":[474]},{"name":"SHRemoveLocalizedName","features":[474]},{"name":"SHReplaceFromPropSheetExtArray","features":[305,357,474]},{"name":"SHResolveLibrary","features":[474]},{"name":"SHRestricted","features":[474]},{"name":"SHSTOCKICONID","features":[474]},{"name":"SHSTOCKICONINFO","features":[474,374]},{"name":"SHSTOCKICONINFO","features":[474,374]},{"name":"SHSendMessageBroadcastA","features":[305,474]},{"name":"SHSendMessageBroadcastW","features":[305,474]},{"name":"SHSetDefaultProperties","features":[305,474]},{"name":"SHSetFolderPathA","features":[305,474]},{"name":"SHSetFolderPathW","features":[305,474]},{"name":"SHSetInstanceExplorer","features":[474]},{"name":"SHSetKnownFolderPath","features":[305,474]},{"name":"SHSetLocalizedName","features":[474]},{"name":"SHSetTemporaryPropertyForItem","features":[305,392,360,474]},{"name":"SHSetThreadRef","features":[474]},{"name":"SHSetUnreadMailCountW","features":[474]},{"name":"SHSetValueA","features":[373,474]},{"name":"SHSetValueW","features":[373,474]},{"name":"SHShellFolderView_Message","features":[305,474]},{"name":"SHShowManageLibraryUI","features":[305,474]},{"name":"SHSimpleIDListFromPath","features":[640]},{"name":"SHSkipJunction","features":[305,358,474]},{"name":"SHStartNetConnectionDialogW","features":[305,474]},{"name":"SHStrDupA","features":[474]},{"name":"SHStrDupW","features":[474]},{"name":"SHStripMneumonicA","features":[474]},{"name":"SHStripMneumonicW","features":[474]},{"name":"SHTestTokenMembership","features":[305,474]},{"name":"SHUnicodeToAnsi","features":[474]},{"name":"SHUnicodeToUnicode","features":[474]},{"name":"SHUnlockShared","features":[305,474]},{"name":"SHUpdateImageA","features":[474]},{"name":"SHUpdateImageW","features":[474]},{"name":"SHValidateUNC","features":[305,474]},{"name":"SIATTRIBFLAGS","features":[474]},{"name":"SIATTRIBFLAGS_ALLITEMS","features":[474]},{"name":"SIATTRIBFLAGS_AND","features":[474]},{"name":"SIATTRIBFLAGS_APPCOMPAT","features":[474]},{"name":"SIATTRIBFLAGS_MASK","features":[474]},{"name":"SIATTRIBFLAGS_OR","features":[474]},{"name":"SICHINT_ALLFIELDS","features":[474]},{"name":"SICHINT_CANONICAL","features":[474]},{"name":"SICHINT_DISPLAY","features":[474]},{"name":"SICHINT_TEST_FILESYSPATH_IF_NOT_EQUAL","features":[474]},{"name":"SID_CommandsPropertyBag","features":[474]},{"name":"SID_CtxQueryAssociations","features":[474]},{"name":"SID_DefView","features":[474]},{"name":"SID_LaunchSourceAppUserModelId","features":[474]},{"name":"SID_LaunchSourceViewSizePreference","features":[474]},{"name":"SID_LaunchTargetViewSizePreference","features":[474]},{"name":"SID_MenuShellFolder","features":[474]},{"name":"SID_SCommDlgBrowser","features":[474]},{"name":"SID_SCommandBarState","features":[474]},{"name":"SID_SGetViewFromViewDual","features":[474]},{"name":"SID_SInPlaceBrowser","features":[474]},{"name":"SID_SMenuBandBKContextMenu","features":[474]},{"name":"SID_SMenuBandBottom","features":[474]},{"name":"SID_SMenuBandBottomSelected","features":[474]},{"name":"SID_SMenuBandChild","features":[474]},{"name":"SID_SMenuBandContextMenuModifier","features":[474]},{"name":"SID_SMenuBandParent","features":[474]},{"name":"SID_SMenuBandTop","features":[474]},{"name":"SID_SMenuPopup","features":[474]},{"name":"SID_SSearchBoxInfo","features":[474]},{"name":"SID_STopLevelBrowser","features":[474]},{"name":"SID_STopWindow","features":[474]},{"name":"SID_ShellExecuteNamedPropertyStore","features":[474]},{"name":"SID_URLExecutionContext","features":[474]},{"name":"SIGDN","features":[474]},{"name":"SIGDN_DESKTOPABSOLUTEEDITING","features":[474]},{"name":"SIGDN_DESKTOPABSOLUTEPARSING","features":[474]},{"name":"SIGDN_FILESYSPATH","features":[474]},{"name":"SIGDN_NORMALDISPLAY","features":[474]},{"name":"SIGDN_PARENTRELATIVE","features":[474]},{"name":"SIGDN_PARENTRELATIVEEDITING","features":[474]},{"name":"SIGDN_PARENTRELATIVEFORADDRESSBAR","features":[474]},{"name":"SIGDN_PARENTRELATIVEFORUI","features":[474]},{"name":"SIGDN_PARENTRELATIVEPARSING","features":[474]},{"name":"SIGDN_URL","features":[474]},{"name":"SIID_APPLICATION","features":[474]},{"name":"SIID_AUDIOFILES","features":[474]},{"name":"SIID_AUTOLIST","features":[474]},{"name":"SIID_CLUSTEREDDRIVE","features":[474]},{"name":"SIID_DELETE","features":[474]},{"name":"SIID_DESKTOPPC","features":[474]},{"name":"SIID_DEVICEAUDIOPLAYER","features":[474]},{"name":"SIID_DEVICECAMERA","features":[474]},{"name":"SIID_DEVICECELLPHONE","features":[474]},{"name":"SIID_DEVICEVIDEOCAMERA","features":[474]},{"name":"SIID_DOCASSOC","features":[474]},{"name":"SIID_DOCNOASSOC","features":[474]},{"name":"SIID_DRIVE35","features":[474]},{"name":"SIID_DRIVE525","features":[474]},{"name":"SIID_DRIVEBD","features":[474]},{"name":"SIID_DRIVECD","features":[474]},{"name":"SIID_DRIVEDVD","features":[474]},{"name":"SIID_DRIVEFIXED","features":[474]},{"name":"SIID_DRIVEHDDVD","features":[474]},{"name":"SIID_DRIVENET","features":[474]},{"name":"SIID_DRIVENETDISABLED","features":[474]},{"name":"SIID_DRIVERAM","features":[474]},{"name":"SIID_DRIVEREMOVE","features":[474]},{"name":"SIID_DRIVEUNKNOWN","features":[474]},{"name":"SIID_ERROR","features":[474]},{"name":"SIID_FIND","features":[474]},{"name":"SIID_FOLDER","features":[474]},{"name":"SIID_FOLDERBACK","features":[474]},{"name":"SIID_FOLDERFRONT","features":[474]},{"name":"SIID_FOLDEROPEN","features":[474]},{"name":"SIID_HELP","features":[474]},{"name":"SIID_IMAGEFILES","features":[474]},{"name":"SIID_INFO","features":[474]},{"name":"SIID_INTERNET","features":[474]},{"name":"SIID_KEY","features":[474]},{"name":"SIID_LINK","features":[474]},{"name":"SIID_LOCK","features":[474]},{"name":"SIID_MAX_ICONS","features":[474]},{"name":"SIID_MEDIAAUDIODVD","features":[474]},{"name":"SIID_MEDIABDR","features":[474]},{"name":"SIID_MEDIABDRE","features":[474]},{"name":"SIID_MEDIABDROM","features":[474]},{"name":"SIID_MEDIABLANKCD","features":[474]},{"name":"SIID_MEDIABLURAY","features":[474]},{"name":"SIID_MEDIACDAUDIO","features":[474]},{"name":"SIID_MEDIACDAUDIOPLUS","features":[474]},{"name":"SIID_MEDIACDBURN","features":[474]},{"name":"SIID_MEDIACDR","features":[474]},{"name":"SIID_MEDIACDROM","features":[474]},{"name":"SIID_MEDIACDRW","features":[474]},{"name":"SIID_MEDIACOMPACTFLASH","features":[474]},{"name":"SIID_MEDIADVD","features":[474]},{"name":"SIID_MEDIADVDPLUSR","features":[474]},{"name":"SIID_MEDIADVDPLUSRW","features":[474]},{"name":"SIID_MEDIADVDR","features":[474]},{"name":"SIID_MEDIADVDRAM","features":[474]},{"name":"SIID_MEDIADVDROM","features":[474]},{"name":"SIID_MEDIADVDRW","features":[474]},{"name":"SIID_MEDIAENHANCEDCD","features":[474]},{"name":"SIID_MEDIAENHANCEDDVD","features":[474]},{"name":"SIID_MEDIAHDDVD","features":[474]},{"name":"SIID_MEDIAHDDVDR","features":[474]},{"name":"SIID_MEDIAHDDVDRAM","features":[474]},{"name":"SIID_MEDIAHDDVDROM","features":[474]},{"name":"SIID_MEDIAMOVIEDVD","features":[474]},{"name":"SIID_MEDIASMARTMEDIA","features":[474]},{"name":"SIID_MEDIASVCD","features":[474]},{"name":"SIID_MEDIAVCD","features":[474]},{"name":"SIID_MIXEDFILES","features":[474]},{"name":"SIID_MOBILEPC","features":[474]},{"name":"SIID_MYNETWORK","features":[474]},{"name":"SIID_NETWORKCONNECT","features":[474]},{"name":"SIID_PRINTER","features":[474]},{"name":"SIID_PRINTERFAX","features":[474]},{"name":"SIID_PRINTERFAXNET","features":[474]},{"name":"SIID_PRINTERFILE","features":[474]},{"name":"SIID_PRINTERNET","features":[474]},{"name":"SIID_RECYCLER","features":[474]},{"name":"SIID_RECYCLERFULL","features":[474]},{"name":"SIID_RENAME","features":[474]},{"name":"SIID_SERVER","features":[474]},{"name":"SIID_SERVERSHARE","features":[474]},{"name":"SIID_SETTINGS","features":[474]},{"name":"SIID_SHARE","features":[474]},{"name":"SIID_SHIELD","features":[474]},{"name":"SIID_SLOWFILE","features":[474]},{"name":"SIID_SOFTWARE","features":[474]},{"name":"SIID_STACK","features":[474]},{"name":"SIID_STUFFEDFOLDER","features":[474]},{"name":"SIID_USERS","features":[474]},{"name":"SIID_VIDEOFILES","features":[474]},{"name":"SIID_WARNING","features":[474]},{"name":"SIID_WORLD","features":[474]},{"name":"SIID_ZIPFILE","features":[474]},{"name":"SIIGBF","features":[474]},{"name":"SIIGBF_BIGGERSIZEOK","features":[474]},{"name":"SIIGBF_CROPTOSQUARE","features":[474]},{"name":"SIIGBF_ICONBACKGROUND","features":[474]},{"name":"SIIGBF_ICONONLY","features":[474]},{"name":"SIIGBF_INCACHEONLY","features":[474]},{"name":"SIIGBF_MEMORYONLY","features":[474]},{"name":"SIIGBF_RESIZETOFIT","features":[474]},{"name":"SIIGBF_SCALEUP","features":[474]},{"name":"SIIGBF_THUMBNAILONLY","features":[474]},{"name":"SIIGBF_WIDETHUMBNAILS","features":[474]},{"name":"SIOM_ICONINDEX","features":[474]},{"name":"SIOM_OVERLAYINDEX","features":[474]},{"name":"SIOM_RESERVED_DEFAULT","features":[474]},{"name":"SIOM_RESERVED_LINK","features":[474]},{"name":"SIOM_RESERVED_SHARED","features":[474]},{"name":"SIOM_RESERVED_SLOWFILE","features":[474]},{"name":"SLDF_ALLOW_LINK_TO_LINK","features":[474]},{"name":"SLDF_DEFAULT","features":[474]},{"name":"SLDF_DISABLE_KNOWNFOLDER_RELATIVE_TRACKING","features":[474]},{"name":"SLDF_DISABLE_LINK_PATH_TRACKING","features":[474]},{"name":"SLDF_ENABLE_TARGET_METADATA","features":[474]},{"name":"SLDF_FORCE_NO_LINKINFO","features":[474]},{"name":"SLDF_FORCE_NO_LINKTRACK","features":[474]},{"name":"SLDF_FORCE_UNCNAME","features":[474]},{"name":"SLDF_HAS_ARGS","features":[474]},{"name":"SLDF_HAS_DARWINID","features":[474]},{"name":"SLDF_HAS_EXP_ICON_SZ","features":[474]},{"name":"SLDF_HAS_EXP_SZ","features":[474]},{"name":"SLDF_HAS_ICONLOCATION","features":[474]},{"name":"SLDF_HAS_ID_LIST","features":[474]},{"name":"SLDF_HAS_LINK_INFO","features":[474]},{"name":"SLDF_HAS_NAME","features":[474]},{"name":"SLDF_HAS_RELPATH","features":[474]},{"name":"SLDF_HAS_WORKINGDIR","features":[474]},{"name":"SLDF_KEEP_LOCAL_IDLIST_FOR_UNC_TARGET","features":[474]},{"name":"SLDF_NO_KF_ALIAS","features":[474]},{"name":"SLDF_NO_PIDL_ALIAS","features":[474]},{"name":"SLDF_PERSIST_VOLUME_ID_RELATIVE","features":[474]},{"name":"SLDF_PREFER_ENVIRONMENT_PATH","features":[474]},{"name":"SLDF_RESERVED","features":[474]},{"name":"SLDF_RUNAS_USER","features":[474]},{"name":"SLDF_RUN_IN_SEPARATE","features":[474]},{"name":"SLDF_RUN_WITH_SHIMLAYER","features":[474]},{"name":"SLDF_UNALIAS_ON_SAVE","features":[474]},{"name":"SLDF_UNICODE","features":[474]},{"name":"SLDF_VALID","features":[474]},{"name":"SLGP_FLAGS","features":[474]},{"name":"SLGP_RAWPATH","features":[474]},{"name":"SLGP_RELATIVEPRIORITY","features":[474]},{"name":"SLGP_SHORTPATH","features":[474]},{"name":"SLGP_UNCPRIORITY","features":[474]},{"name":"SLOWAPPINFO","features":[305,474]},{"name":"SLR_ANY_MATCH","features":[474]},{"name":"SLR_FLAGS","features":[474]},{"name":"SLR_INVOKE_MSI","features":[474]},{"name":"SLR_KNOWNFOLDER","features":[474]},{"name":"SLR_MACHINE_IN_LOCAL_TARGET","features":[474]},{"name":"SLR_NOLINKINFO","features":[474]},{"name":"SLR_NONE","features":[474]},{"name":"SLR_NOSEARCH","features":[474]},{"name":"SLR_NOTRACK","features":[474]},{"name":"SLR_NOUPDATE","features":[474]},{"name":"SLR_NO_OBJECT_ID","features":[474]},{"name":"SLR_NO_UI","features":[474]},{"name":"SLR_NO_UI_WITH_MSG_PUMP","features":[474]},{"name":"SLR_OFFER_DELETE_WITHOUT_FILE","features":[474]},{"name":"SLR_UPDATE","features":[474]},{"name":"SLR_UPDATE_MACHINE_AND_SID","features":[474]},{"name":"SMAE_CONTRACTED","features":[474]},{"name":"SMAE_EXPANDED","features":[474]},{"name":"SMAE_USER","features":[474]},{"name":"SMAE_VALID","features":[474]},{"name":"SMCSHCHANGENOTIFYSTRUCT","features":[640]},{"name":"SMC_AUTOEXPANDCHANGE","features":[474]},{"name":"SMC_CHEVRONEXPAND","features":[474]},{"name":"SMC_CHEVRONGETTIP","features":[474]},{"name":"SMC_CREATE","features":[474]},{"name":"SMC_DEFAULTICON","features":[474]},{"name":"SMC_DEMOTE","features":[474]},{"name":"SMC_DISPLAYCHEVRONTIP","features":[474]},{"name":"SMC_EXITMENU","features":[474]},{"name":"SMC_GETAUTOEXPANDSTATE","features":[474]},{"name":"SMC_GETBKCONTEXTMENU","features":[474]},{"name":"SMC_GETCONTEXTMENUMODIFIER","features":[474]},{"name":"SMC_GETINFO","features":[474]},{"name":"SMC_GETOBJECT","features":[474]},{"name":"SMC_GETSFINFO","features":[474]},{"name":"SMC_GETSFOBJECT","features":[474]},{"name":"SMC_INITMENU","features":[474]},{"name":"SMC_NEWITEM","features":[474]},{"name":"SMC_OPEN","features":[474]},{"name":"SMC_PROMOTE","features":[474]},{"name":"SMC_REFRESH","features":[474]},{"name":"SMC_SETSFOBJECT","features":[474]},{"name":"SMC_SFDDRESTRICTED","features":[474]},{"name":"SMC_SFEXEC","features":[474]},{"name":"SMC_SFEXEC_MIDDLE","features":[474]},{"name":"SMC_SFSELECTITEM","features":[474]},{"name":"SMC_SHCHANGENOTIFY","features":[474]},{"name":"SMDATA","features":[305,640,374]},{"name":"SMDM_HMENU","features":[474]},{"name":"SMDM_SHELLFOLDER","features":[474]},{"name":"SMDM_TOOLBAR","features":[474]},{"name":"SMIF_ACCELERATOR","features":[474]},{"name":"SMIF_ALTSTATE","features":[474]},{"name":"SMIF_CHECKED","features":[474]},{"name":"SMIF_DEMOTED","features":[474]},{"name":"SMIF_DISABLED","features":[474]},{"name":"SMIF_DRAGNDROP","features":[474]},{"name":"SMIF_DROPCASCADE","features":[474]},{"name":"SMIF_DROPTARGET","features":[474]},{"name":"SMIF_HIDDEN","features":[474]},{"name":"SMIF_ICON","features":[474]},{"name":"SMIF_NEW","features":[474]},{"name":"SMIF_SUBMENU","features":[474]},{"name":"SMIF_TRACKPOPUP","features":[474]},{"name":"SMIM_FLAGS","features":[474]},{"name":"SMIM_ICON","features":[474]},{"name":"SMIM_TYPE","features":[474]},{"name":"SMINFO","features":[474]},{"name":"SMINFOFLAGS","features":[474]},{"name":"SMINFOMASK","features":[474]},{"name":"SMINFOTYPE","features":[474]},{"name":"SMINIT_AUTOEXPAND","features":[474]},{"name":"SMINIT_AUTOTOOLTIP","features":[474]},{"name":"SMINIT_CACHED","features":[474]},{"name":"SMINIT_DEFAULT","features":[474]},{"name":"SMINIT_DROPONCONTAINER","features":[474]},{"name":"SMINIT_HORIZONTAL","features":[474]},{"name":"SMINIT_RESTRICT_DRAGDROP","features":[474]},{"name":"SMINIT_TOPLEVEL","features":[474]},{"name":"SMINIT_VERTICAL","features":[474]},{"name":"SMINV_ID","features":[474]},{"name":"SMINV_REFRESH","features":[474]},{"name":"SMIT_SEPARATOR","features":[474]},{"name":"SMIT_STRING","features":[474]},{"name":"SMSET_BOTTOM","features":[474]},{"name":"SMSET_DONTOWN","features":[474]},{"name":"SMSET_TOP","features":[474]},{"name":"SORTCOLUMN","features":[305,474]},{"name":"SORTDIRECTION","features":[474]},{"name":"SORT_ASCENDING","features":[474]},{"name":"SORT_DESCENDING","features":[474]},{"name":"SORT_ORDER_TYPE","features":[474]},{"name":"SOT_DEFAULT","features":[474]},{"name":"SOT_IGNORE_FOLDERNESS","features":[474]},{"name":"SPACTION","features":[474]},{"name":"SPACTION_APPLYINGATTRIBS","features":[474]},{"name":"SPACTION_CALCULATING","features":[474]},{"name":"SPACTION_COPYING","features":[474]},{"name":"SPACTION_COPY_MOVING","features":[474]},{"name":"SPACTION_DELETING","features":[474]},{"name":"SPACTION_DOWNLOADING","features":[474]},{"name":"SPACTION_FORMATTING","features":[474]},{"name":"SPACTION_MOVING","features":[474]},{"name":"SPACTION_NONE","features":[474]},{"name":"SPACTION_RECYCLING","features":[474]},{"name":"SPACTION_RENAMING","features":[474]},{"name":"SPACTION_SEARCHING_FILES","features":[474]},{"name":"SPACTION_SEARCHING_INTERNET","features":[474]},{"name":"SPACTION_UPLOADING","features":[474]},{"name":"SPBEGINF_AUTOTIME","features":[474]},{"name":"SPBEGINF_MARQUEEPROGRESS","features":[474]},{"name":"SPBEGINF_NOCANCELBUTTON","features":[474]},{"name":"SPBEGINF_NOPROGRESSBAR","features":[474]},{"name":"SPBEGINF_NORMAL","features":[474]},{"name":"SPFF_CREATED_ON_THIS_DEVICE","features":[474]},{"name":"SPFF_DOWNLOAD_BY_DEFAULT","features":[474]},{"name":"SPFF_NONE","features":[474]},{"name":"SPINITF_MODAL","features":[474]},{"name":"SPINITF_NOMINIMIZE","features":[474]},{"name":"SPINITF_NORMAL","features":[474]},{"name":"SPMODE_BROWSER","features":[474]},{"name":"SPMODE_DBMON","features":[474]},{"name":"SPMODE_DEBUGBREAK","features":[474]},{"name":"SPMODE_DEBUGOUT","features":[474]},{"name":"SPMODE_EVENT","features":[474]},{"name":"SPMODE_EVENTTRACE","features":[474]},{"name":"SPMODE_FLUSH","features":[474]},{"name":"SPMODE_FORMATTEXT","features":[474]},{"name":"SPMODE_MEMWATCH","features":[474]},{"name":"SPMODE_MSGTRACE","features":[474]},{"name":"SPMODE_MSVM","features":[474]},{"name":"SPMODE_MULTISTOP","features":[474]},{"name":"SPMODE_PERFTAGS","features":[474]},{"name":"SPMODE_PROFILE","features":[474]},{"name":"SPMODE_SHELL","features":[474]},{"name":"SPMODE_TEST","features":[474]},{"name":"SPTEXT","features":[474]},{"name":"SPTEXT_ACTIONDESCRIPTION","features":[474]},{"name":"SPTEXT_ACTIONDETAIL","features":[474]},{"name":"SRRF_NOEXPAND","features":[474]},{"name":"SRRF_NOVIRT","features":[474]},{"name":"SRRF_RM_ANY","features":[474]},{"name":"SRRF_RM_NORMAL","features":[474]},{"name":"SRRF_RM_SAFE","features":[474]},{"name":"SRRF_RM_SAFENETWORK","features":[474]},{"name":"SRRF_RT_ANY","features":[474]},{"name":"SRRF_RT_REG_BINARY","features":[474]},{"name":"SRRF_RT_REG_DWORD","features":[474]},{"name":"SRRF_RT_REG_EXPAND_SZ","features":[474]},{"name":"SRRF_RT_REG_MULTI_SZ","features":[474]},{"name":"SRRF_RT_REG_NONE","features":[474]},{"name":"SRRF_RT_REG_QWORD","features":[474]},{"name":"SRRF_RT_REG_SZ","features":[474]},{"name":"SRRF_ZEROONFAILURE","features":[474]},{"name":"SSF_AUTOCHECKSELECT","features":[474]},{"name":"SSF_DESKTOPHTML","features":[474]},{"name":"SSF_DONTPRETTYPATH","features":[474]},{"name":"SSF_DOUBLECLICKINWEBVIEW","features":[474]},{"name":"SSF_FILTER","features":[474]},{"name":"SSF_HIDDENFILEEXTS","features":[474]},{"name":"SSF_HIDEICONS","features":[474]},{"name":"SSF_ICONSONLY","features":[474]},{"name":"SSF_MAPNETDRVBUTTON","features":[474]},{"name":"SSF_MASK","features":[474]},{"name":"SSF_NOCONFIRMRECYCLE","features":[474]},{"name":"SSF_NONETCRAWLING","features":[474]},{"name":"SSF_SEPPROCESS","features":[474]},{"name":"SSF_SERVERADMINUI","features":[474]},{"name":"SSF_SHOWALLOBJECTS","features":[474]},{"name":"SSF_SHOWATTRIBCOL","features":[474]},{"name":"SSF_SHOWCOMPCOLOR","features":[474]},{"name":"SSF_SHOWEXTENSIONS","features":[474]},{"name":"SSF_SHOWINFOTIP","features":[474]},{"name":"SSF_SHOWSTARTPAGE","features":[474]},{"name":"SSF_SHOWSTATUSBAR","features":[474]},{"name":"SSF_SHOWSUPERHIDDEN","features":[474]},{"name":"SSF_SHOWSYSFILES","features":[474]},{"name":"SSF_SHOWTYPEOVERLAY","features":[474]},{"name":"SSF_SORTCOLUMNS","features":[474]},{"name":"SSF_STARTPANELON","features":[474]},{"name":"SSF_WEBVIEW","features":[474]},{"name":"SSF_WIN95CLASSIC","features":[474]},{"name":"SSM_CLEAR","features":[474]},{"name":"SSM_REFRESH","features":[474]},{"name":"SSM_SET","features":[474]},{"name":"SSM_UPDATE","features":[474]},{"name":"STGOP","features":[474]},{"name":"STGOP_APPLYPROPERTIES","features":[474]},{"name":"STGOP_COPY","features":[474]},{"name":"STGOP_MOVE","features":[474]},{"name":"STGOP_NEW","features":[474]},{"name":"STGOP_REMOVE","features":[474]},{"name":"STGOP_RENAME","features":[474]},{"name":"STGOP_SYNC","features":[474]},{"name":"STIF_DEFAULT","features":[474]},{"name":"STIF_SUPPORT_HEX","features":[474]},{"name":"STORAGE_PROVIDER_FILE_FLAGS","features":[474]},{"name":"STORE_E_NEWER_VERSION_AVAILABLE","features":[474]},{"name":"STPFLAG","features":[474]},{"name":"STPF_NONE","features":[474]},{"name":"STPF_USEAPPPEEKALWAYS","features":[474]},{"name":"STPF_USEAPPPEEKWHENACTIVE","features":[474]},{"name":"STPF_USEAPPTHUMBNAILALWAYS","features":[474]},{"name":"STPF_USEAPPTHUMBNAILWHENACTIVE","features":[474]},{"name":"STR_AVOID_DRIVE_RESTRICTION_POLICY","features":[474]},{"name":"STR_BIND_DELEGATE_CREATE_OBJECT","features":[474]},{"name":"STR_BIND_FOLDERS_READ_ONLY","features":[474]},{"name":"STR_BIND_FOLDER_ENUM_MODE","features":[474]},{"name":"STR_BIND_FORCE_FOLDER_SHORTCUT_RESOLVE","features":[474]},{"name":"STR_DONT_PARSE_RELATIVE","features":[474]},{"name":"STR_DONT_RESOLVE_LINK","features":[474]},{"name":"STR_ENUM_ITEMS_FLAGS","features":[474]},{"name":"STR_FILE_SYS_BIND_DATA","features":[474]},{"name":"STR_FILE_SYS_BIND_DATA_WIN7_FORMAT","features":[474]},{"name":"STR_GET_ASYNC_HANDLER","features":[474]},{"name":"STR_GPS_BESTEFFORT","features":[474]},{"name":"STR_GPS_DELAYCREATION","features":[474]},{"name":"STR_GPS_FASTPROPERTIESONLY","features":[474]},{"name":"STR_GPS_HANDLERPROPERTIESONLY","features":[474]},{"name":"STR_GPS_NO_OPLOCK","features":[474]},{"name":"STR_GPS_OPENSLOWITEM","features":[474]},{"name":"STR_INTERNAL_NAVIGATE","features":[474]},{"name":"STR_INTERNETFOLDER_PARSE_ONLY_URLMON_BINDABLE","features":[474]},{"name":"STR_ITEM_CACHE_CONTEXT","features":[474]},{"name":"STR_MYDOCS_CLSID","features":[474]},{"name":"STR_NO_VALIDATE_FILENAME_CHARS","features":[474]},{"name":"STR_PARSE_ALLOW_INTERNET_SHELL_FOLDERS","features":[474]},{"name":"STR_PARSE_AND_CREATE_ITEM","features":[474]},{"name":"STR_PARSE_DONT_REQUIRE_VALIDATED_URLS","features":[474]},{"name":"STR_PARSE_EXPLICIT_ASSOCIATION_SUCCESSFUL","features":[474]},{"name":"STR_PARSE_PARTIAL_IDLIST","features":[474]},{"name":"STR_PARSE_PREFER_FOLDER_BROWSING","features":[474]},{"name":"STR_PARSE_PREFER_WEB_BROWSING","features":[474]},{"name":"STR_PARSE_PROPERTYSTORE","features":[474]},{"name":"STR_PARSE_SHELL_PROTOCOL_TO_FILE_OBJECTS","features":[474]},{"name":"STR_PARSE_SHOW_NET_DIAGNOSTICS_UI","features":[474]},{"name":"STR_PARSE_SKIP_NET_CACHE","features":[474]},{"name":"STR_PARSE_TRANSLATE_ALIASES","features":[474]},{"name":"STR_PARSE_WITH_EXPLICIT_ASSOCAPP","features":[474]},{"name":"STR_PARSE_WITH_EXPLICIT_PROGID","features":[474]},{"name":"STR_PARSE_WITH_PROPERTIES","features":[474]},{"name":"STR_PROPERTYBAG_PARAM","features":[474]},{"name":"STR_REFERRER_IDENTIFIER","features":[474]},{"name":"STR_SKIP_BINDING_CLSID","features":[474]},{"name":"STR_STORAGEITEM_CREATION_FLAGS","features":[474]},{"name":"STR_TAB_REUSE_IDENTIFIER","features":[474]},{"name":"STR_TRACK_CLSID","features":[474]},{"name":"SUBCLASSPROC","features":[305,474]},{"name":"SV2CVW2_PARAMS","features":[305,359,474]},{"name":"SV3CVW3_DEFAULT","features":[474]},{"name":"SV3CVW3_FORCEFOLDERFLAGS","features":[474]},{"name":"SV3CVW3_FORCEVIEWMODE","features":[474]},{"name":"SV3CVW3_NONINTERACTIVE","features":[474]},{"name":"SVGIO_ALLVIEW","features":[474]},{"name":"SVGIO_BACKGROUND","features":[474]},{"name":"SVGIO_CHECKED","features":[474]},{"name":"SVGIO_FLAG_VIEWORDER","features":[474]},{"name":"SVGIO_SELECTION","features":[474]},{"name":"SVGIO_TYPE_MASK","features":[474]},{"name":"SVSI_CHECK","features":[474]},{"name":"SVSI_CHECK2","features":[474]},{"name":"SVSI_DESELECT","features":[474]},{"name":"SVSI_DESELECTOTHERS","features":[474]},{"name":"SVSI_EDIT","features":[474]},{"name":"SVSI_ENSUREVISIBLE","features":[474]},{"name":"SVSI_FOCUSED","features":[474]},{"name":"SVSI_KEYBOARDSELECT","features":[474]},{"name":"SVSI_NOTAKEFOCUS","features":[474]},{"name":"SVSI_POSITIONITEM","features":[474]},{"name":"SVSI_SELECT","features":[474]},{"name":"SVSI_SELECTIONMARK","features":[474]},{"name":"SVSI_TRANSLATEPT","features":[474]},{"name":"SVUIA_ACTIVATE_FOCUS","features":[474]},{"name":"SVUIA_ACTIVATE_NOFOCUS","features":[474]},{"name":"SVUIA_DEACTIVATE","features":[474]},{"name":"SVUIA_INPLACEACTIVATE","features":[474]},{"name":"SVUIA_STATUS","features":[474]},{"name":"SWC_3RDPARTY","features":[474]},{"name":"SWC_BROWSER","features":[474]},{"name":"SWC_CALLBACK","features":[474]},{"name":"SWC_DESKTOP","features":[474]},{"name":"SWC_EXPLORER","features":[474]},{"name":"SWFO_COOKIEPASSED","features":[474]},{"name":"SWFO_INCLUDEPENDING","features":[474]},{"name":"SWFO_NEEDDISPATCH","features":[474]},{"name":"SYNCMGRERRORFLAGS","features":[474]},{"name":"SYNCMGRERRORFLAG_ENABLEJUMPTEXT","features":[474]},{"name":"SYNCMGRFLAG","features":[474]},{"name":"SYNCMGRFLAG_CONNECT","features":[474]},{"name":"SYNCMGRFLAG_EVENTMASK","features":[474]},{"name":"SYNCMGRFLAG_IDLE","features":[474]},{"name":"SYNCMGRFLAG_INVOKE","features":[474]},{"name":"SYNCMGRFLAG_MANUAL","features":[474]},{"name":"SYNCMGRFLAG_MAYBOTHERUSER","features":[474]},{"name":"SYNCMGRFLAG_PENDINGDISCONNECT","features":[474]},{"name":"SYNCMGRFLAG_SCHEDULED","features":[474]},{"name":"SYNCMGRFLAG_SETTINGS","features":[474]},{"name":"SYNCMGRHANDLERFLAGS","features":[474]},{"name":"SYNCMGRHANDLERFLAG_MASK","features":[474]},{"name":"SYNCMGRHANDLERINFO","features":[474,374]},{"name":"SYNCMGRHANDLER_ALWAYSLISTHANDLER","features":[474]},{"name":"SYNCMGRHANDLER_HASPROPERTIES","features":[474]},{"name":"SYNCMGRHANDLER_HIDDEN","features":[474]},{"name":"SYNCMGRHANDLER_MAYESTABLISHCONNECTION","features":[474]},{"name":"SYNCMGRINVOKEFLAGS","features":[474]},{"name":"SYNCMGRINVOKE_MINIMIZED","features":[474]},{"name":"SYNCMGRINVOKE_STARTSYNC","features":[474]},{"name":"SYNCMGRITEM","features":[305,474,374]},{"name":"SYNCMGRITEMFLAGS","features":[474]},{"name":"SYNCMGRITEMSTATE","features":[474]},{"name":"SYNCMGRITEMSTATE_CHECKED","features":[474]},{"name":"SYNCMGRITEMSTATE_UNCHECKED","features":[474]},{"name":"SYNCMGRITEM_HASPROPERTIES","features":[474]},{"name":"SYNCMGRITEM_HIDDEN","features":[474]},{"name":"SYNCMGRITEM_ITEMFLAGMASK","features":[474]},{"name":"SYNCMGRITEM_LASTUPDATETIME","features":[474]},{"name":"SYNCMGRITEM_MAYDELETEITEM","features":[474]},{"name":"SYNCMGRITEM_ROAMINGUSER","features":[474]},{"name":"SYNCMGRITEM_TEMPORARY","features":[474]},{"name":"SYNCMGRLOGERRORINFO","features":[474]},{"name":"SYNCMGRLOGERROR_ERRORFLAGS","features":[474]},{"name":"SYNCMGRLOGERROR_ERRORID","features":[474]},{"name":"SYNCMGRLOGERROR_ITEMID","features":[474]},{"name":"SYNCMGRLOGLEVEL","features":[474]},{"name":"SYNCMGRLOGLEVEL_ERROR","features":[474]},{"name":"SYNCMGRLOGLEVEL_INFORMATION","features":[474]},{"name":"SYNCMGRLOGLEVEL_LOGLEVELMAX","features":[474]},{"name":"SYNCMGRLOGLEVEL_WARNING","features":[474]},{"name":"SYNCMGRPROGRESSITEM","features":[474]},{"name":"SYNCMGRPROGRESSITEM_MAXVALUE","features":[474]},{"name":"SYNCMGRPROGRESSITEM_PROGVALUE","features":[474]},{"name":"SYNCMGRPROGRESSITEM_STATUSTEXT","features":[474]},{"name":"SYNCMGRPROGRESSITEM_STATUSTYPE","features":[474]},{"name":"SYNCMGRREGISTERFLAGS","features":[474]},{"name":"SYNCMGRREGISTERFLAGS_MASK","features":[474]},{"name":"SYNCMGRREGISTERFLAG_CONNECT","features":[474]},{"name":"SYNCMGRREGISTERFLAG_IDLE","features":[474]},{"name":"SYNCMGRREGISTERFLAG_PENDINGDISCONNECT","features":[474]},{"name":"SYNCMGRSTATUS","features":[474]},{"name":"SYNCMGRSTATUS_DELETED","features":[474]},{"name":"SYNCMGRSTATUS_FAILED","features":[474]},{"name":"SYNCMGRSTATUS_PAUSED","features":[474]},{"name":"SYNCMGRSTATUS_PENDING","features":[474]},{"name":"SYNCMGRSTATUS_RESUMING","features":[474]},{"name":"SYNCMGRSTATUS_SKIPPED","features":[474]},{"name":"SYNCMGRSTATUS_STOPPED","features":[474]},{"name":"SYNCMGRSTATUS_SUCCEEDED","features":[474]},{"name":"SYNCMGRSTATUS_UPDATING","features":[474]},{"name":"SYNCMGRSTATUS_UPDATING_INDETERMINATE","features":[474]},{"name":"SYNCMGR_CANCEL_REQUEST","features":[474]},{"name":"SYNCMGR_CF_NONE","features":[474]},{"name":"SYNCMGR_CF_NOUI","features":[474]},{"name":"SYNCMGR_CF_NOWAIT","features":[474]},{"name":"SYNCMGR_CF_VALID","features":[474]},{"name":"SYNCMGR_CF_WAIT","features":[474]},{"name":"SYNCMGR_CIT_DELETED","features":[474]},{"name":"SYNCMGR_CIT_UPDATED","features":[474]},{"name":"SYNCMGR_CONFLICT_ID_INFO","features":[358,474]},{"name":"SYNCMGR_CONFLICT_ITEM_TYPE","features":[474]},{"name":"SYNCMGR_CONTROL_FLAGS","features":[474]},{"name":"SYNCMGR_CR_CANCEL_ALL","features":[474]},{"name":"SYNCMGR_CR_CANCEL_ITEM","features":[474]},{"name":"SYNCMGR_CR_MAX","features":[474]},{"name":"SYNCMGR_CR_NONE","features":[474]},{"name":"SYNCMGR_EF_NONE","features":[474]},{"name":"SYNCMGR_EF_VALID","features":[474]},{"name":"SYNCMGR_EL_ERROR","features":[474]},{"name":"SYNCMGR_EL_INFORMATION","features":[474]},{"name":"SYNCMGR_EL_MAX","features":[474]},{"name":"SYNCMGR_EL_WARNING","features":[474]},{"name":"SYNCMGR_EVENT_FLAGS","features":[474]},{"name":"SYNCMGR_EVENT_LEVEL","features":[474]},{"name":"SYNCMGR_HANDLER_CAPABILITIES","features":[474]},{"name":"SYNCMGR_HANDLER_POLICIES","features":[474]},{"name":"SYNCMGR_HANDLER_TYPE","features":[474]},{"name":"SYNCMGR_HCM_CAN_BROWSE_CONTENT","features":[474]},{"name":"SYNCMGR_HCM_CAN_SHOW_SCHEDULE","features":[474]},{"name":"SYNCMGR_HCM_CONFLICT_STORE","features":[474]},{"name":"SYNCMGR_HCM_EVENT_STORE","features":[474]},{"name":"SYNCMGR_HCM_NONE","features":[474]},{"name":"SYNCMGR_HCM_PROVIDES_ICON","features":[474]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_ACTIVATE","features":[474]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_DEACTIVATE","features":[474]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_DISABLE","features":[474]},{"name":"SYNCMGR_HCM_QUERY_BEFORE_ENABLE","features":[474]},{"name":"SYNCMGR_HCM_SUPPORTS_CONCURRENT_SESSIONS","features":[474]},{"name":"SYNCMGR_HCM_VALID_MASK","features":[474]},{"name":"SYNCMGR_HPM_BACKGROUND_SYNC_ONLY","features":[474]},{"name":"SYNCMGR_HPM_DISABLE_BROWSE","features":[474]},{"name":"SYNCMGR_HPM_DISABLE_DISABLE","features":[474]},{"name":"SYNCMGR_HPM_DISABLE_ENABLE","features":[474]},{"name":"SYNCMGR_HPM_DISABLE_SCHEDULE","features":[474]},{"name":"SYNCMGR_HPM_DISABLE_START_SYNC","features":[474]},{"name":"SYNCMGR_HPM_DISABLE_STOP_SYNC","features":[474]},{"name":"SYNCMGR_HPM_HIDDEN_BY_DEFAULT","features":[474]},{"name":"SYNCMGR_HPM_NONE","features":[474]},{"name":"SYNCMGR_HPM_PREVENT_ACTIVATE","features":[474]},{"name":"SYNCMGR_HPM_PREVENT_DEACTIVATE","features":[474]},{"name":"SYNCMGR_HPM_PREVENT_DISABLE","features":[474]},{"name":"SYNCMGR_HPM_PREVENT_ENABLE","features":[474]},{"name":"SYNCMGR_HPM_PREVENT_START_SYNC","features":[474]},{"name":"SYNCMGR_HPM_PREVENT_STOP_SYNC","features":[474]},{"name":"SYNCMGR_HPM_VALID_MASK","features":[474]},{"name":"SYNCMGR_HT_APPLICATION","features":[474]},{"name":"SYNCMGR_HT_COMPUTER","features":[474]},{"name":"SYNCMGR_HT_DEVICE","features":[474]},{"name":"SYNCMGR_HT_FOLDER","features":[474]},{"name":"SYNCMGR_HT_MAX","features":[474]},{"name":"SYNCMGR_HT_MIN","features":[474]},{"name":"SYNCMGR_HT_SERVICE","features":[474]},{"name":"SYNCMGR_HT_UNSPECIFIED","features":[474]},{"name":"SYNCMGR_ICM_CAN_BROWSE_CONTENT","features":[474]},{"name":"SYNCMGR_ICM_CAN_DELETE","features":[474]},{"name":"SYNCMGR_ICM_CONFLICT_STORE","features":[474]},{"name":"SYNCMGR_ICM_EVENT_STORE","features":[474]},{"name":"SYNCMGR_ICM_NONE","features":[474]},{"name":"SYNCMGR_ICM_PROVIDES_ICON","features":[474]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_DELETE","features":[474]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_DISABLE","features":[474]},{"name":"SYNCMGR_ICM_QUERY_BEFORE_ENABLE","features":[474]},{"name":"SYNCMGR_ICM_VALID_MASK","features":[474]},{"name":"SYNCMGR_IPM_DISABLE_BROWSE","features":[474]},{"name":"SYNCMGR_IPM_DISABLE_DELETE","features":[474]},{"name":"SYNCMGR_IPM_DISABLE_DISABLE","features":[474]},{"name":"SYNCMGR_IPM_DISABLE_ENABLE","features":[474]},{"name":"SYNCMGR_IPM_DISABLE_START_SYNC","features":[474]},{"name":"SYNCMGR_IPM_DISABLE_STOP_SYNC","features":[474]},{"name":"SYNCMGR_IPM_HIDDEN_BY_DEFAULT","features":[474]},{"name":"SYNCMGR_IPM_NONE","features":[474]},{"name":"SYNCMGR_IPM_PREVENT_DISABLE","features":[474]},{"name":"SYNCMGR_IPM_PREVENT_ENABLE","features":[474]},{"name":"SYNCMGR_IPM_PREVENT_START_SYNC","features":[474]},{"name":"SYNCMGR_IPM_PREVENT_STOP_SYNC","features":[474]},{"name":"SYNCMGR_IPM_VALID_MASK","features":[474]},{"name":"SYNCMGR_ITEM_CAPABILITIES","features":[474]},{"name":"SYNCMGR_ITEM_POLICIES","features":[474]},{"name":"SYNCMGR_OBJECTID_BrowseContent","features":[474]},{"name":"SYNCMGR_OBJECTID_ConflictStore","features":[474]},{"name":"SYNCMGR_OBJECTID_EventLinkClick","features":[474]},{"name":"SYNCMGR_OBJECTID_EventStore","features":[474]},{"name":"SYNCMGR_OBJECTID_Icon","features":[474]},{"name":"SYNCMGR_OBJECTID_QueryBeforeActivate","features":[474]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDeactivate","features":[474]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDelete","features":[474]},{"name":"SYNCMGR_OBJECTID_QueryBeforeDisable","features":[474]},{"name":"SYNCMGR_OBJECTID_QueryBeforeEnable","features":[474]},{"name":"SYNCMGR_OBJECTID_ShowSchedule","features":[474]},{"name":"SYNCMGR_PC_KEEP_MULTIPLE","features":[474]},{"name":"SYNCMGR_PC_KEEP_ONE","features":[474]},{"name":"SYNCMGR_PC_KEEP_RECENT","features":[474]},{"name":"SYNCMGR_PC_NO_CHOICE","features":[474]},{"name":"SYNCMGR_PC_REMOVE_FROM_SYNC_SET","features":[474]},{"name":"SYNCMGR_PC_SKIP","features":[474]},{"name":"SYNCMGR_PNS_CANCEL","features":[474]},{"name":"SYNCMGR_PNS_CONTINUE","features":[474]},{"name":"SYNCMGR_PNS_DEFAULT","features":[474]},{"name":"SYNCMGR_PRESENTER_CHOICE","features":[474]},{"name":"SYNCMGR_PRESENTER_NEXT_STEP","features":[474]},{"name":"SYNCMGR_PROGRESS_STATUS","features":[474]},{"name":"SYNCMGR_PS_CANCELED","features":[474]},{"name":"SYNCMGR_PS_DISCONNECTED","features":[474]},{"name":"SYNCMGR_PS_FAILED","features":[474]},{"name":"SYNCMGR_PS_MAX","features":[474]},{"name":"SYNCMGR_PS_SUCCEEDED","features":[474]},{"name":"SYNCMGR_PS_UPDATING","features":[474]},{"name":"SYNCMGR_PS_UPDATING_INDETERMINATE","features":[474]},{"name":"SYNCMGR_RA_KEEPOTHER","features":[474]},{"name":"SYNCMGR_RA_KEEPRECENT","features":[474]},{"name":"SYNCMGR_RA_KEEP_MULTIPLE","features":[474]},{"name":"SYNCMGR_RA_KEEP_SINGLE","features":[474]},{"name":"SYNCMGR_RA_REMOVEFROMSYNCSET","features":[474]},{"name":"SYNCMGR_RA_VALID","features":[474]},{"name":"SYNCMGR_RESOLUTION_ABILITIES","features":[474]},{"name":"SYNCMGR_RESOLUTION_FEEDBACK","features":[474]},{"name":"SYNCMGR_RF_CANCEL","features":[474]},{"name":"SYNCMGR_RF_CONTINUE","features":[474]},{"name":"SYNCMGR_RF_REFRESH","features":[474]},{"name":"SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING","features":[474]},{"name":"SYNCMGR_SCF_NONE","features":[474]},{"name":"SYNCMGR_SCF_VALID","features":[474]},{"name":"SYNCMGR_SYNC_CONTROL_FLAGS","features":[474]},{"name":"SYNCMGR_UPDATE_REASON","features":[474]},{"name":"SYNCMGR_UR_ADDED","features":[474]},{"name":"SYNCMGR_UR_CHANGED","features":[474]},{"name":"SYNCMGR_UR_MAX","features":[474]},{"name":"SYNCMGR_UR_REMOVED","features":[474]},{"name":"SZ_CONTENTTYPE_CDF","features":[474]},{"name":"SZ_CONTENTTYPE_CDFA","features":[474]},{"name":"SZ_CONTENTTYPE_CDFW","features":[474]},{"name":"SZ_CONTENTTYPE_HTML","features":[474]},{"name":"SZ_CONTENTTYPE_HTMLA","features":[474]},{"name":"SZ_CONTENTTYPE_HTMLW","features":[474]},{"name":"S_SYNCMGR_CANCELALL","features":[474]},{"name":"S_SYNCMGR_CANCELITEM","features":[474]},{"name":"S_SYNCMGR_ENUMITEMS","features":[474]},{"name":"S_SYNCMGR_ITEMDELETED","features":[474]},{"name":"S_SYNCMGR_MISSINGITEMS","features":[474]},{"name":"S_SYNCMGR_RETRYSYNC","features":[474]},{"name":"ScheduledTasks","features":[474]},{"name":"SearchFolderItemFactory","features":[474]},{"name":"SecureLockIconConstants","features":[474]},{"name":"SelectedItemCount_Property_GUID","features":[474]},{"name":"SetCurrentProcessExplicitAppUserModelID","features":[474]},{"name":"SetMenuContextHelpId","features":[305,474,374]},{"name":"SetWindowContextHelpId","features":[305,474]},{"name":"SetWindowSubclass","features":[305,474]},{"name":"SharedBitmap","features":[474]},{"name":"SharingConfigurationManager","features":[474]},{"name":"Shell","features":[474]},{"name":"ShellAboutA","features":[305,474,374]},{"name":"ShellAboutW","features":[305,474,374]},{"name":"ShellBrowserWindow","features":[474]},{"name":"ShellDesktop","features":[474]},{"name":"ShellDispatchInproc","features":[474]},{"name":"ShellExecuteA","features":[305,474,374]},{"name":"ShellExecuteExA","features":[305,373,474]},{"name":"ShellExecuteExW","features":[305,373,474]},{"name":"ShellExecuteW","features":[305,474,374]},{"name":"ShellFSFolder","features":[474]},{"name":"ShellFolderItem","features":[474]},{"name":"ShellFolderView","features":[474]},{"name":"ShellFolderViewOC","features":[474]},{"name":"ShellFolderViewOptions","features":[474]},{"name":"ShellImageDataFactory","features":[474]},{"name":"ShellItem","features":[474]},{"name":"ShellLibrary","features":[474]},{"name":"ShellLink","features":[474]},{"name":"ShellLinkObject","features":[474]},{"name":"ShellMessageBoxA","features":[305,474,374]},{"name":"ShellMessageBoxW","features":[305,474,374]},{"name":"ShellNameSpace","features":[474]},{"name":"ShellSpecialFolderConstants","features":[474]},{"name":"ShellUIHelper","features":[474]},{"name":"ShellWindowFindWindowOptions","features":[474]},{"name":"ShellWindowTypeConstants","features":[474]},{"name":"ShellWindows","features":[474]},{"name":"Shell_GetCachedImageIndex","features":[474]},{"name":"Shell_GetCachedImageIndexA","features":[474]},{"name":"Shell_GetCachedImageIndexW","features":[474]},{"name":"Shell_GetImageLists","features":[305,357,474]},{"name":"Shell_MergeMenus","features":[474,374]},{"name":"Shell_NotifyIconA","features":[305,474,374]},{"name":"Shell_NotifyIconGetRect","features":[305,474]},{"name":"Shell_NotifyIconW","features":[305,474,374]},{"name":"ShowInputPaneAnimationCoordinator","features":[474]},{"name":"SignalFileOpen","features":[305,640]},{"name":"SimpleConflictPresenter","features":[474]},{"name":"SizeCategorizer","features":[474]},{"name":"SmartcardCredentialProvider","features":[474]},{"name":"SmartcardPinProvider","features":[474]},{"name":"SmartcardReaderSelectionProvider","features":[474]},{"name":"SmartcardWinRTProvider","features":[474]},{"name":"SoftwareUpdateMessageBox","features":[305,541,474]},{"name":"StartMenuPin","features":[474]},{"name":"StgMakeUniqueName","features":[392,474]},{"name":"StorageProviderBanners","features":[474]},{"name":"StrCSpnA","features":[474]},{"name":"StrCSpnIA","features":[474]},{"name":"StrCSpnIW","features":[474]},{"name":"StrCSpnW","features":[474]},{"name":"StrCatBuffA","features":[474]},{"name":"StrCatBuffW","features":[474]},{"name":"StrCatChainW","features":[474]},{"name":"StrCatW","features":[474]},{"name":"StrChrA","features":[474]},{"name":"StrChrIA","features":[474]},{"name":"StrChrIW","features":[474]},{"name":"StrChrNIW","features":[474]},{"name":"StrChrNW","features":[474]},{"name":"StrChrW","features":[474]},{"name":"StrCmpCA","features":[474]},{"name":"StrCmpCW","features":[474]},{"name":"StrCmpICA","features":[474]},{"name":"StrCmpICW","features":[474]},{"name":"StrCmpIW","features":[474]},{"name":"StrCmpLogicalW","features":[474]},{"name":"StrCmpNA","features":[474]},{"name":"StrCmpNCA","features":[474]},{"name":"StrCmpNCW","features":[474]},{"name":"StrCmpNIA","features":[474]},{"name":"StrCmpNICA","features":[474]},{"name":"StrCmpNICW","features":[474]},{"name":"StrCmpNIW","features":[474]},{"name":"StrCmpNW","features":[474]},{"name":"StrCmpW","features":[474]},{"name":"StrCpyNW","features":[474]},{"name":"StrCpyW","features":[474]},{"name":"StrDupA","features":[474]},{"name":"StrDupW","features":[474]},{"name":"StrFormatByteSize64A","features":[474]},{"name":"StrFormatByteSizeA","features":[474]},{"name":"StrFormatByteSizeEx","features":[474]},{"name":"StrFormatByteSizeW","features":[474]},{"name":"StrFormatKBSizeA","features":[474]},{"name":"StrFormatKBSizeW","features":[474]},{"name":"StrFromTimeIntervalA","features":[474]},{"name":"StrFromTimeIntervalW","features":[474]},{"name":"StrIsIntlEqualA","features":[305,474]},{"name":"StrIsIntlEqualW","features":[305,474]},{"name":"StrNCatA","features":[474]},{"name":"StrNCatW","features":[474]},{"name":"StrPBrkA","features":[474]},{"name":"StrPBrkW","features":[474]},{"name":"StrRChrA","features":[474]},{"name":"StrRChrIA","features":[474]},{"name":"StrRChrIW","features":[474]},{"name":"StrRChrW","features":[474]},{"name":"StrRStrIA","features":[474]},{"name":"StrRStrIW","features":[474]},{"name":"StrRetToBSTR","features":[640]},{"name":"StrRetToBufA","features":[640]},{"name":"StrRetToBufW","features":[640]},{"name":"StrRetToStrA","features":[640]},{"name":"StrRetToStrW","features":[640]},{"name":"StrSpnA","features":[474]},{"name":"StrSpnW","features":[474]},{"name":"StrStrA","features":[474]},{"name":"StrStrIA","features":[474]},{"name":"StrStrIW","features":[474]},{"name":"StrStrNIW","features":[474]},{"name":"StrStrNW","features":[474]},{"name":"StrStrW","features":[474]},{"name":"StrToInt64ExA","features":[305,474]},{"name":"StrToInt64ExW","features":[305,474]},{"name":"StrToIntA","features":[474]},{"name":"StrToIntExA","features":[305,474]},{"name":"StrToIntExW","features":[305,474]},{"name":"StrToIntW","features":[474]},{"name":"StrTrimA","features":[305,474]},{"name":"StrTrimW","features":[305,474]},{"name":"SuspensionDependencyManager","features":[474]},{"name":"SyncMgr","features":[474]},{"name":"SyncMgrClient","features":[474]},{"name":"SyncMgrControl","features":[474]},{"name":"SyncMgrFolder","features":[474]},{"name":"SyncMgrScheduleWizard","features":[474]},{"name":"SyncResultsFolder","features":[474]},{"name":"SyncSetupFolder","features":[474]},{"name":"TBIF_APPEND","features":[474]},{"name":"TBIF_DEFAULT","features":[474]},{"name":"TBIF_INTERNETBAR","features":[474]},{"name":"TBIF_NOTOOLBAR","features":[474]},{"name":"TBIF_PREPEND","features":[474]},{"name":"TBIF_REPLACE","features":[474]},{"name":"TBIF_STANDARDTOOLBAR","features":[474]},{"name":"TBINFO","features":[474]},{"name":"TBPFLAG","features":[474]},{"name":"TBPF_ERROR","features":[474]},{"name":"TBPF_INDETERMINATE","features":[474]},{"name":"TBPF_NOPROGRESS","features":[474]},{"name":"TBPF_NORMAL","features":[474]},{"name":"TBPF_PAUSED","features":[474]},{"name":"THBF_DISABLED","features":[474]},{"name":"THBF_DISMISSONCLICK","features":[474]},{"name":"THBF_ENABLED","features":[474]},{"name":"THBF_HIDDEN","features":[474]},{"name":"THBF_NOBACKGROUND","features":[474]},{"name":"THBF_NONINTERACTIVE","features":[474]},{"name":"THBN_CLICKED","features":[474]},{"name":"THB_BITMAP","features":[474]},{"name":"THB_FLAGS","features":[474]},{"name":"THB_ICON","features":[474]},{"name":"THB_TOOLTIP","features":[474]},{"name":"THUMBBUTTON","features":[474,374]},{"name":"THUMBBUTTONFLAGS","features":[474]},{"name":"THUMBBUTTONMASK","features":[474]},{"name":"TITLEBARNAMELEN","features":[474]},{"name":"TI_BITMAP","features":[474]},{"name":"TI_FLAGS","features":[474]},{"name":"TI_JPEG","features":[474]},{"name":"TLEF_ABSOLUTE","features":[474]},{"name":"TLEF_EXCLUDE_ABOUT_PAGES","features":[474]},{"name":"TLEF_EXCLUDE_SUBFRAME_ENTRIES","features":[474]},{"name":"TLEF_INCLUDE_UNINVOKEABLE","features":[474]},{"name":"TLEF_RELATIVE_BACK","features":[474]},{"name":"TLEF_RELATIVE_FORE","features":[474]},{"name":"TLEF_RELATIVE_INCLUDE_CURRENT","features":[474]},{"name":"TLENUMF","features":[474]},{"name":"TLMENUF_BACK","features":[474]},{"name":"TLMENUF_FORE","features":[474]},{"name":"TLMENUF_INCLUDECURRENT","features":[474]},{"name":"TLOG_BACK","features":[474]},{"name":"TLOG_CURRENT","features":[474]},{"name":"TLOG_FORE","features":[474]},{"name":"TOOLBARITEM","features":[305,317,359,474]},{"name":"TRANSLATEURL_FL_GUESS_PROTOCOL","features":[474]},{"name":"TRANSLATEURL_FL_USE_DEFAULT_PROTOCOL","features":[474]},{"name":"TRANSLATEURL_IN_FLAGS","features":[474]},{"name":"TSF_ALLOW_DECRYPTION","features":[474]},{"name":"TSF_COPY_CREATION_TIME","features":[474]},{"name":"TSF_COPY_HARD_LINK","features":[474]},{"name":"TSF_COPY_LOCALIZED_NAME","features":[474]},{"name":"TSF_COPY_WRITE_TIME","features":[474]},{"name":"TSF_DELETE_RECYCLE_IF_POSSIBLE","features":[474]},{"name":"TSF_FAIL_EXIST","features":[474]},{"name":"TSF_MOVE_AS_COPY_DELETE","features":[474]},{"name":"TSF_NORMAL","features":[474]},{"name":"TSF_NO_SECURITY","features":[474]},{"name":"TSF_OVERWRITE_EXIST","features":[474]},{"name":"TSF_RENAME_EXIST","features":[474]},{"name":"TSF_SUSPEND_SHELLEVENTS","features":[474]},{"name":"TSF_USE_FULL_ACCESS","features":[474]},{"name":"TS_INDETERMINATE","features":[474]},{"name":"TS_NONE","features":[474]},{"name":"TS_PERFORMING","features":[474]},{"name":"TS_PREPARING","features":[474]},{"name":"TaskbarList","features":[474]},{"name":"ThumbnailStreamCache","features":[474]},{"name":"ThumbnailStreamCacheOptions","features":[474]},{"name":"TimeCategorizer","features":[474]},{"name":"TrackShellMenu","features":[474]},{"name":"TrayBandSiteService","features":[474]},{"name":"TrayDeskBand","features":[474]},{"name":"UNDOCK_REASON","features":[474]},{"name":"URLASSOCDLG_FL_REGISTER_ASSOC","features":[474]},{"name":"URLASSOCDLG_FL_USE_DEFAULT_NAME","features":[474]},{"name":"URLASSOCIATIONDIALOG_IN_FLAGS","features":[474]},{"name":"URLINVOKECOMMANDINFOA","features":[305,474]},{"name":"URLINVOKECOMMANDINFOW","features":[305,474]},{"name":"URLIS","features":[474]},{"name":"URLIS_APPLIABLE","features":[474]},{"name":"URLIS_DIRECTORY","features":[474]},{"name":"URLIS_FILEURL","features":[474]},{"name":"URLIS_HASQUERY","features":[474]},{"name":"URLIS_NOHISTORY","features":[474]},{"name":"URLIS_OPAQUE","features":[474]},{"name":"URLIS_URL","features":[474]},{"name":"URL_APPLY_DEFAULT","features":[474]},{"name":"URL_APPLY_FORCEAPPLY","features":[474]},{"name":"URL_APPLY_GUESSFILE","features":[474]},{"name":"URL_APPLY_GUESSSCHEME","features":[474]},{"name":"URL_BROWSER_MODE","features":[474]},{"name":"URL_CONVERT_IF_DOSPATH","features":[474]},{"name":"URL_DONT_ESCAPE_EXTRA_INFO","features":[474]},{"name":"URL_DONT_SIMPLIFY","features":[474]},{"name":"URL_DONT_UNESCAPE","features":[474]},{"name":"URL_DONT_UNESCAPE_EXTRA_INFO","features":[474]},{"name":"URL_ESCAPE_ASCII_URI_COMPONENT","features":[474]},{"name":"URL_ESCAPE_AS_UTF8","features":[474]},{"name":"URL_ESCAPE_PERCENT","features":[474]},{"name":"URL_ESCAPE_SEGMENT_ONLY","features":[474]},{"name":"URL_ESCAPE_SPACES_ONLY","features":[474]},{"name":"URL_ESCAPE_UNSAFE","features":[474]},{"name":"URL_E_INVALID_SYNTAX","features":[474]},{"name":"URL_E_UNREGISTERED_PROTOCOL","features":[474]},{"name":"URL_FILE_USE_PATHURL","features":[474]},{"name":"URL_INTERNAL_PATH","features":[474]},{"name":"URL_NO_META","features":[474]},{"name":"URL_PART","features":[474]},{"name":"URL_PARTFLAG_KEEPSCHEME","features":[474]},{"name":"URL_PART_HOSTNAME","features":[474]},{"name":"URL_PART_NONE","features":[474]},{"name":"URL_PART_PASSWORD","features":[474]},{"name":"URL_PART_PORT","features":[474]},{"name":"URL_PART_QUERY","features":[474]},{"name":"URL_PART_SCHEME","features":[474]},{"name":"URL_PART_USERNAME","features":[474]},{"name":"URL_PLUGGABLE_PROTOCOL","features":[474]},{"name":"URL_SCHEME","features":[474]},{"name":"URL_SCHEME_ABOUT","features":[474]},{"name":"URL_SCHEME_FILE","features":[474]},{"name":"URL_SCHEME_FTP","features":[474]},{"name":"URL_SCHEME_GOPHER","features":[474]},{"name":"URL_SCHEME_HTTP","features":[474]},{"name":"URL_SCHEME_HTTPS","features":[474]},{"name":"URL_SCHEME_INVALID","features":[474]},{"name":"URL_SCHEME_JAVASCRIPT","features":[474]},{"name":"URL_SCHEME_KNOWNFOLDER","features":[474]},{"name":"URL_SCHEME_LOCAL","features":[474]},{"name":"URL_SCHEME_MAILTO","features":[474]},{"name":"URL_SCHEME_MAXVALUE","features":[474]},{"name":"URL_SCHEME_MK","features":[474]},{"name":"URL_SCHEME_MSHELP","features":[474]},{"name":"URL_SCHEME_MSSHELLDEVICE","features":[474]},{"name":"URL_SCHEME_MSSHELLIDLIST","features":[474]},{"name":"URL_SCHEME_MSSHELLROOTED","features":[474]},{"name":"URL_SCHEME_NEWS","features":[474]},{"name":"URL_SCHEME_NNTP","features":[474]},{"name":"URL_SCHEME_RES","features":[474]},{"name":"URL_SCHEME_SEARCH","features":[474]},{"name":"URL_SCHEME_SEARCH_MS","features":[474]},{"name":"URL_SCHEME_SHELL","features":[474]},{"name":"URL_SCHEME_SNEWS","features":[474]},{"name":"URL_SCHEME_TELNET","features":[474]},{"name":"URL_SCHEME_UNKNOWN","features":[474]},{"name":"URL_SCHEME_VBSCRIPT","features":[474]},{"name":"URL_SCHEME_WAIS","features":[474]},{"name":"URL_SCHEME_WILDCARD","features":[474]},{"name":"URL_UNESCAPE","features":[474]},{"name":"URL_UNESCAPE_AS_UTF8","features":[474]},{"name":"URL_UNESCAPE_HIGH_ANSI_ONLY","features":[474]},{"name":"URL_UNESCAPE_INPLACE","features":[474]},{"name":"URL_UNESCAPE_URI_COMPONENT","features":[474]},{"name":"URL_WININET_COMPATIBILITY","features":[474]},{"name":"UR_MONITOR_DISCONNECT","features":[474]},{"name":"UR_RESOLUTION_CHANGE","features":[474]},{"name":"UnloadUserProfile","features":[305,474]},{"name":"UnregisterAppConstrainedChangeNotification","features":[474]},{"name":"UnregisterAppStateChangeNotification","features":[474]},{"name":"UnregisterScaleChangeEvent","features":[474]},{"name":"UrlApplySchemeA","features":[474]},{"name":"UrlApplySchemeW","features":[474]},{"name":"UrlCanonicalizeA","features":[474]},{"name":"UrlCanonicalizeW","features":[474]},{"name":"UrlCombineA","features":[474]},{"name":"UrlCombineW","features":[474]},{"name":"UrlCompareA","features":[305,474]},{"name":"UrlCompareW","features":[305,474]},{"name":"UrlCreateFromPathA","features":[474]},{"name":"UrlCreateFromPathW","features":[474]},{"name":"UrlEscapeA","features":[474]},{"name":"UrlEscapeW","features":[474]},{"name":"UrlFixupW","features":[474]},{"name":"UrlGetLocationA","features":[474]},{"name":"UrlGetLocationW","features":[474]},{"name":"UrlGetPartA","features":[474]},{"name":"UrlGetPartW","features":[474]},{"name":"UrlHashA","features":[474]},{"name":"UrlHashW","features":[474]},{"name":"UrlIsA","features":[305,474]},{"name":"UrlIsNoHistoryA","features":[305,474]},{"name":"UrlIsNoHistoryW","features":[305,474]},{"name":"UrlIsOpaqueA","features":[305,474]},{"name":"UrlIsOpaqueW","features":[305,474]},{"name":"UrlIsW","features":[305,474]},{"name":"UrlUnescapeA","features":[474]},{"name":"UrlUnescapeW","features":[474]},{"name":"UserNotification","features":[474]},{"name":"V1PasswordCredentialProvider","features":[474]},{"name":"V1SmartcardCredentialProvider","features":[474]},{"name":"V1WinBioCredentialProvider","features":[474]},{"name":"VALIDATEUNC_CONNECT","features":[474]},{"name":"VALIDATEUNC_NOUI","features":[474]},{"name":"VALIDATEUNC_OPTION","features":[474]},{"name":"VALIDATEUNC_PERSIST","features":[474]},{"name":"VALIDATEUNC_PRINT","features":[474]},{"name":"VALIDATEUNC_VALID","features":[474]},{"name":"VID_Content","features":[474]},{"name":"VID_Details","features":[474]},{"name":"VID_LargeIcons","features":[474]},{"name":"VID_List","features":[474]},{"name":"VID_SmallIcons","features":[474]},{"name":"VID_ThumbStrip","features":[474]},{"name":"VID_Thumbnails","features":[474]},{"name":"VID_Tile","features":[474]},{"name":"VIEW_PRIORITY_CACHEHIT","features":[474]},{"name":"VIEW_PRIORITY_CACHEMISS","features":[474]},{"name":"VIEW_PRIORITY_DESPERATE","features":[474]},{"name":"VIEW_PRIORITY_INHERIT","features":[474]},{"name":"VIEW_PRIORITY_NONE","features":[474]},{"name":"VIEW_PRIORITY_RESTRICTED","features":[474]},{"name":"VIEW_PRIORITY_SHELLEXT","features":[474]},{"name":"VIEW_PRIORITY_SHELLEXT_ASBACKUP","features":[474]},{"name":"VIEW_PRIORITY_STALECACHEHIT","features":[474]},{"name":"VIEW_PRIORITY_USEASDEFAULT","features":[474]},{"name":"VOLUME_PREFIX","features":[474]},{"name":"VPCF_BACKGROUND","features":[474]},{"name":"VPCF_SORTCOLUMN","features":[474]},{"name":"VPCF_SUBTEXT","features":[474]},{"name":"VPCF_TEXT","features":[474]},{"name":"VPCF_TEXTBACKGROUND","features":[474]},{"name":"VPCOLORFLAGS","features":[474]},{"name":"VPWATERMARKFLAGS","features":[474]},{"name":"VPWF_ALPHABLEND","features":[474]},{"name":"VPWF_DEFAULT","features":[474]},{"name":"VariantToStrRet","features":[305,358,359,360,640]},{"name":"VaultProvider","features":[474]},{"name":"VirtualDesktopManager","features":[474]},{"name":"WC_NETADDRESS","features":[474]},{"name":"WINDOWDATA","features":[640]},{"name":"WM_CPL_LAUNCH","features":[474]},{"name":"WM_CPL_LAUNCHED","features":[474]},{"name":"WPSTYLE_CENTER","features":[474]},{"name":"WPSTYLE_CROPTOFIT","features":[474]},{"name":"WPSTYLE_KEEPASPECT","features":[474]},{"name":"WPSTYLE_MAX","features":[474]},{"name":"WPSTYLE_SPAN","features":[474]},{"name":"WPSTYLE_STRETCH","features":[474]},{"name":"WPSTYLE_TILE","features":[474]},{"name":"WTSAT_ARGB","features":[474]},{"name":"WTSAT_RGB","features":[474]},{"name":"WTSAT_UNKNOWN","features":[474]},{"name":"WTSCF_APPSTYLE","features":[474]},{"name":"WTSCF_DEFAULT","features":[474]},{"name":"WTSCF_FAST","features":[474]},{"name":"WTSCF_SQUARE","features":[474]},{"name":"WTSCF_WIDE","features":[474]},{"name":"WTS_ALPHATYPE","features":[474]},{"name":"WTS_APPSTYLE","features":[474]},{"name":"WTS_CACHED","features":[474]},{"name":"WTS_CACHEFLAGS","features":[474]},{"name":"WTS_CONTEXTFLAGS","features":[474]},{"name":"WTS_CROPTOSQUARE","features":[474]},{"name":"WTS_DEFAULT","features":[474]},{"name":"WTS_EXTRACT","features":[474]},{"name":"WTS_EXTRACTDONOTCACHE","features":[474]},{"name":"WTS_EXTRACTINPROC","features":[474]},{"name":"WTS_E_DATAFILEUNAVAILABLE","features":[474]},{"name":"WTS_E_EXTRACTIONBLOCKED","features":[474]},{"name":"WTS_E_EXTRACTIONPENDING","features":[474]},{"name":"WTS_E_EXTRACTIONTIMEDOUT","features":[474]},{"name":"WTS_E_FAILEDEXTRACTION","features":[474]},{"name":"WTS_E_FASTEXTRACTIONNOTSUPPORTED","features":[474]},{"name":"WTS_E_NOSTORAGEPROVIDERTHUMBNAILHANDLER","features":[474]},{"name":"WTS_E_SURROGATEUNAVAILABLE","features":[474]},{"name":"WTS_FASTEXTRACT","features":[474]},{"name":"WTS_FLAGS","features":[474]},{"name":"WTS_FORCEEXTRACTION","features":[474]},{"name":"WTS_IDEALCACHESIZEONLY","features":[474]},{"name":"WTS_INCACHEONLY","features":[474]},{"name":"WTS_INSTANCESURROGATE","features":[474]},{"name":"WTS_LOWQUALITY","features":[474]},{"name":"WTS_NONE","features":[474]},{"name":"WTS_REQUIRESURROGATE","features":[474]},{"name":"WTS_SCALETOREQUESTEDSIZE","features":[474]},{"name":"WTS_SCALEUP","features":[474]},{"name":"WTS_SKIPFASTEXTRACT","features":[474]},{"name":"WTS_SLOWRECLAIM","features":[474]},{"name":"WTS_THUMBNAILID","features":[474]},{"name":"WTS_WIDETHUMBNAILS","features":[474]},{"name":"WebBrowser","features":[474]},{"name":"WebBrowser_V1","features":[474]},{"name":"WebWizardHost","features":[474]},{"name":"WhichPlatform","features":[474]},{"name":"Win32DeleteFile","features":[305,474]},{"name":"WinBioCredentialProvider","features":[474]},{"name":"WinHelpA","features":[305,474]},{"name":"WinHelpW","features":[305,474]},{"name":"WriteCabinetState","features":[305,474]},{"name":"_BROWSERFRAMEOPTIONS","features":[474]},{"name":"_CDBE_ACTIONS","features":[474]},{"name":"_EXPCMDFLAGS","features":[474]},{"name":"_EXPCMDSTATE","features":[474]},{"name":"_EXPLORERPANESTATE","features":[474]},{"name":"_EXPPS","features":[474]},{"name":"_KF_DEFINITION_FLAGS","features":[474]},{"name":"_KF_REDIRECTION_CAPABILITIES","features":[474]},{"name":"_KF_REDIRECT_FLAGS","features":[474]},{"name":"_NMCII_FLAGS","features":[474]},{"name":"_NMCSAEI_FLAGS","features":[474]},{"name":"_NSTCECLICKTYPE","features":[474]},{"name":"_NSTCEHITTEST","features":[474]},{"name":"_NSTCITEMSTATE","features":[474]},{"name":"_NSTCROOTSTYLE","features":[474]},{"name":"_NSTCSTYLE","features":[474]},{"name":"_OPPROGDLGF","features":[474]},{"name":"_PDMODE","features":[474]},{"name":"_SHCONTF","features":[474]},{"name":"_SICHINTF","features":[474]},{"name":"_SPBEGINF","features":[474]},{"name":"_SPINITF","features":[474]},{"name":"_SV3CVW3_FLAGS","features":[474]},{"name":"_SVGIO","features":[474]},{"name":"_SVSIF","features":[474]},{"name":"_TRANSFER_ADVISE_STATE","features":[474]},{"name":"_TRANSFER_SOURCE_FLAGS","features":[474]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_CSCSYNCINPROGRESS","features":[474]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_RECYCLEDIRTYCOUNT_SERVERDRIVE","features":[474]},{"name":"__UNUSED_RECYCLE_WAS_GLOBALCOUNTER_RECYCLEGLOBALDIRTYCOUNT","features":[474]},{"name":"idsAppName","features":[474]},{"name":"idsBadOldPW","features":[474]},{"name":"idsChangePW","features":[474]},{"name":"idsDefKeyword","features":[474]},{"name":"idsDifferentPW","features":[474]},{"name":"idsHelpFile","features":[474]},{"name":"idsIniFile","features":[474]},{"name":"idsIsPassword","features":[474]},{"name":"idsNoHelpMemory","features":[474]},{"name":"idsPassword","features":[474]},{"name":"idsScreenSaver","features":[474]},{"name":"navAllowAutosearch","features":[474]},{"name":"navBlockRedirectsXDomain","features":[474]},{"name":"navBrowserBar","features":[474]},{"name":"navDeferUnload","features":[474]},{"name":"navEnforceRestricted","features":[474]},{"name":"navHomepageNavigate","features":[474]},{"name":"navHostNavigation","features":[474]},{"name":"navHyperlink","features":[474]},{"name":"navKeepWordWheelText","features":[474]},{"name":"navNewWindowsManaged","features":[474]},{"name":"navNoHistory","features":[474]},{"name":"navNoReadFromCache","features":[474]},{"name":"navNoWriteToCache","features":[474]},{"name":"navOpenInBackgroundTab","features":[474]},{"name":"navOpenInNewTab","features":[474]},{"name":"navOpenInNewWindow","features":[474]},{"name":"navOpenNewForegroundTab","features":[474]},{"name":"navRefresh","features":[474]},{"name":"navReserved1","features":[474]},{"name":"navReserved2","features":[474]},{"name":"navReserved3","features":[474]},{"name":"navReserved4","features":[474]},{"name":"navReserved5","features":[474]},{"name":"navReserved6","features":[474]},{"name":"navReserved7","features":[474]},{"name":"navSpeculative","features":[474]},{"name":"navSuggestNewTab","features":[474]},{"name":"navSuggestNewWindow","features":[474]},{"name":"navTravelLogScreenshot","features":[474]},{"name":"navTrustedForActiveX","features":[474]},{"name":"navUntrustedForDownload","features":[474]},{"name":"navVirtualTab","features":[474]},{"name":"secureLockIconMixed","features":[474]},{"name":"secureLockIconSecure128Bit","features":[474]},{"name":"secureLockIconSecure40Bit","features":[474]},{"name":"secureLockIconSecure56Bit","features":[474]},{"name":"secureLockIconSecureFortezza","features":[474]},{"name":"secureLockIconSecureUnknownBits","features":[474]},{"name":"secureLockIconUnsecure","features":[474]},{"name":"ssfALTSTARTUP","features":[474]},{"name":"ssfAPPDATA","features":[474]},{"name":"ssfBITBUCKET","features":[474]},{"name":"ssfCOMMONALTSTARTUP","features":[474]},{"name":"ssfCOMMONAPPDATA","features":[474]},{"name":"ssfCOMMONDESKTOPDIR","features":[474]},{"name":"ssfCOMMONFAVORITES","features":[474]},{"name":"ssfCOMMONPROGRAMS","features":[474]},{"name":"ssfCOMMONSTARTMENU","features":[474]},{"name":"ssfCOMMONSTARTUP","features":[474]},{"name":"ssfCONTROLS","features":[474]},{"name":"ssfCOOKIES","features":[474]},{"name":"ssfDESKTOP","features":[474]},{"name":"ssfDESKTOPDIRECTORY","features":[474]},{"name":"ssfDRIVES","features":[474]},{"name":"ssfFAVORITES","features":[474]},{"name":"ssfFONTS","features":[474]},{"name":"ssfHISTORY","features":[474]},{"name":"ssfINTERNETCACHE","features":[474]},{"name":"ssfLOCALAPPDATA","features":[474]},{"name":"ssfMYPICTURES","features":[474]},{"name":"ssfNETHOOD","features":[474]},{"name":"ssfNETWORK","features":[474]},{"name":"ssfPERSONAL","features":[474]},{"name":"ssfPRINTERS","features":[474]},{"name":"ssfPRINTHOOD","features":[474]},{"name":"ssfPROFILE","features":[474]},{"name":"ssfPROGRAMFILES","features":[474]},{"name":"ssfPROGRAMFILESx86","features":[474]},{"name":"ssfPROGRAMS","features":[474]},{"name":"ssfRECENT","features":[474]},{"name":"ssfSENDTO","features":[474]},{"name":"ssfSTARTMENU","features":[474]},{"name":"ssfSTARTUP","features":[474]},{"name":"ssfSYSTEM","features":[474]},{"name":"ssfSYSTEMx86","features":[474]},{"name":"ssfTEMPLATES","features":[474]},{"name":"ssfWINDOWS","features":[474]},{"name":"wnsprintfA","features":[474]},{"name":"wnsprintfW","features":[474]},{"name":"wvnsprintfA","features":[474]},{"name":"wvnsprintfW","features":[474]}],"677":[{"name":"COMDLG_FILTERSPEC","features":[640]},{"name":"DEVICE_SCALE_FACTOR","features":[640]},{"name":"DEVICE_SCALE_FACTOR_INVALID","features":[640]},{"name":"IObjectArray","features":[640]},{"name":"IObjectCollection","features":[640]},{"name":"ITEMIDLIST","features":[640]},{"name":"PERCEIVED","features":[640]},{"name":"PERCEIVEDFLAG_GDIPLUS","features":[640]},{"name":"PERCEIVEDFLAG_HARDCODED","features":[640]},{"name":"PERCEIVEDFLAG_NATIVESUPPORT","features":[640]},{"name":"PERCEIVEDFLAG_SOFTCODED","features":[640]},{"name":"PERCEIVEDFLAG_UNDEFINED","features":[640]},{"name":"PERCEIVEDFLAG_WMSDK","features":[640]},{"name":"PERCEIVEDFLAG_ZIPFOLDER","features":[640]},{"name":"PERCEIVED_TYPE_APPLICATION","features":[640]},{"name":"PERCEIVED_TYPE_AUDIO","features":[640]},{"name":"PERCEIVED_TYPE_COMPRESSED","features":[640]},{"name":"PERCEIVED_TYPE_CONTACTS","features":[640]},{"name":"PERCEIVED_TYPE_CUSTOM","features":[640]},{"name":"PERCEIVED_TYPE_DOCUMENT","features":[640]},{"name":"PERCEIVED_TYPE_FIRST","features":[640]},{"name":"PERCEIVED_TYPE_FOLDER","features":[640]},{"name":"PERCEIVED_TYPE_GAMEMEDIA","features":[640]},{"name":"PERCEIVED_TYPE_IMAGE","features":[640]},{"name":"PERCEIVED_TYPE_LAST","features":[640]},{"name":"PERCEIVED_TYPE_SYSTEM","features":[640]},{"name":"PERCEIVED_TYPE_TEXT","features":[640]},{"name":"PERCEIVED_TYPE_UNKNOWN","features":[640]},{"name":"PERCEIVED_TYPE_UNSPECIFIED","features":[640]},{"name":"PERCEIVED_TYPE_VIDEO","features":[640]},{"name":"SCALE_100_PERCENT","features":[640]},{"name":"SCALE_120_PERCENT","features":[640]},{"name":"SCALE_125_PERCENT","features":[640]},{"name":"SCALE_140_PERCENT","features":[640]},{"name":"SCALE_150_PERCENT","features":[640]},{"name":"SCALE_160_PERCENT","features":[640]},{"name":"SCALE_175_PERCENT","features":[640]},{"name":"SCALE_180_PERCENT","features":[640]},{"name":"SCALE_200_PERCENT","features":[640]},{"name":"SCALE_225_PERCENT","features":[640]},{"name":"SCALE_250_PERCENT","features":[640]},{"name":"SCALE_300_PERCENT","features":[640]},{"name":"SCALE_350_PERCENT","features":[640]},{"name":"SCALE_400_PERCENT","features":[640]},{"name":"SCALE_450_PERCENT","features":[640]},{"name":"SCALE_500_PERCENT","features":[640]},{"name":"SHCOLSTATE","features":[640]},{"name":"SHCOLSTATE_BATCHREAD","features":[640]},{"name":"SHCOLSTATE_DEFAULT","features":[640]},{"name":"SHCOLSTATE_DISPLAYMASK","features":[640]},{"name":"SHCOLSTATE_EXTENDED","features":[640]},{"name":"SHCOLSTATE_FIXED_RATIO","features":[640]},{"name":"SHCOLSTATE_FIXED_WIDTH","features":[640]},{"name":"SHCOLSTATE_HIDDEN","features":[640]},{"name":"SHCOLSTATE_NODPISCALE","features":[640]},{"name":"SHCOLSTATE_NOSORTBYFOLDERNESS","features":[640]},{"name":"SHCOLSTATE_NO_GROUPBY","features":[640]},{"name":"SHCOLSTATE_ONBYDEFAULT","features":[640]},{"name":"SHCOLSTATE_PREFER_FMTCMP","features":[640]},{"name":"SHCOLSTATE_PREFER_VARCMP","features":[640]},{"name":"SHCOLSTATE_SECONDARYUI","features":[640]},{"name":"SHCOLSTATE_SLOW","features":[640]},{"name":"SHCOLSTATE_TYPEMASK","features":[640]},{"name":"SHCOLSTATE_TYPE_DATE","features":[640]},{"name":"SHCOLSTATE_TYPE_INT","features":[640]},{"name":"SHCOLSTATE_TYPE_STR","features":[640]},{"name":"SHCOLSTATE_VIEWONLY","features":[640]},{"name":"SHELLDETAILS","features":[640]},{"name":"SHITEMID","features":[640]},{"name":"STRRET","features":[640]},{"name":"STRRET_CSTR","features":[640]},{"name":"STRRET_OFFSET","features":[640]},{"name":"STRRET_TYPE","features":[640]},{"name":"STRRET_WSTR","features":[640]}],"678":[{"name":"FPSPS_DEFAULT","features":[430]},{"name":"FPSPS_READONLY","features":[430]},{"name":"FPSPS_TREAT_NEW_VALUES_AS_DIRTY","features":[430]},{"name":"GETPROPERTYSTOREFLAGS","features":[430]},{"name":"GPS_BESTEFFORT","features":[430]},{"name":"GPS_DEFAULT","features":[430]},{"name":"GPS_DELAYCREATION","features":[430]},{"name":"GPS_EXTRINSICPROPERTIES","features":[430]},{"name":"GPS_EXTRINSICPROPERTIESONLY","features":[430]},{"name":"GPS_FASTPROPERTIESONLY","features":[430]},{"name":"GPS_HANDLERPROPERTIESONLY","features":[430]},{"name":"GPS_MASK_VALID","features":[430]},{"name":"GPS_NO_OPLOCK","features":[430]},{"name":"GPS_OPENSLOWITEM","features":[430]},{"name":"GPS_PREFERQUERYPROPERTIES","features":[430]},{"name":"GPS_READWRITE","features":[430]},{"name":"GPS_TEMPORARY","features":[430]},{"name":"GPS_VOLATILEPROPERTIES","features":[430]},{"name":"GPS_VOLATILEPROPERTIESONLY","features":[430]},{"name":"ICreateObject","features":[430]},{"name":"IDelayedPropertyStoreFactory","features":[430]},{"name":"IInitializeWithFile","features":[430]},{"name":"IInitializeWithStream","features":[430]},{"name":"INamedPropertyStore","features":[430]},{"name":"IObjectWithPropertyKey","features":[430]},{"name":"IPersistSerializedPropStorage","features":[430]},{"name":"IPersistSerializedPropStorage2","features":[430]},{"name":"IPropertyChange","features":[430]},{"name":"IPropertyChangeArray","features":[430]},{"name":"IPropertyDescription","features":[430]},{"name":"IPropertyDescription2","features":[430]},{"name":"IPropertyDescriptionAliasInfo","features":[430]},{"name":"IPropertyDescriptionList","features":[430]},{"name":"IPropertyDescriptionRelatedPropertyInfo","features":[430]},{"name":"IPropertyDescriptionSearchInfo","features":[430]},{"name":"IPropertyEnumType","features":[430]},{"name":"IPropertyEnumType2","features":[430]},{"name":"IPropertyEnumTypeList","features":[430]},{"name":"IPropertyStore","features":[430]},{"name":"IPropertyStoreCache","features":[430]},{"name":"IPropertyStoreCapabilities","features":[430]},{"name":"IPropertyStoreFactory","features":[430]},{"name":"IPropertySystem","features":[430]},{"name":"IPropertySystemChangeNotify","features":[430]},{"name":"IPropertyUI","features":[430]},{"name":"InMemoryPropertyStore","features":[430]},{"name":"InMemoryPropertyStoreMarshalByValue","features":[430]},{"name":"PCUSERIALIZEDPROPSTORAGE","features":[430]},{"name":"PDAT_AVERAGE","features":[430]},{"name":"PDAT_DATERANGE","features":[430]},{"name":"PDAT_DEFAULT","features":[430]},{"name":"PDAT_FIRST","features":[430]},{"name":"PDAT_MAX","features":[430]},{"name":"PDAT_MIN","features":[430]},{"name":"PDAT_SUM","features":[430]},{"name":"PDAT_UNION","features":[430]},{"name":"PDCIT_INMEMORY","features":[430]},{"name":"PDCIT_NONE","features":[430]},{"name":"PDCIT_ONDEMAND","features":[430]},{"name":"PDCIT_ONDISK","features":[430]},{"name":"PDCIT_ONDISKALL","features":[430]},{"name":"PDCIT_ONDISKVECTOR","features":[430]},{"name":"PDCOT_BOOLEAN","features":[430]},{"name":"PDCOT_DATETIME","features":[430]},{"name":"PDCOT_NONE","features":[430]},{"name":"PDCOT_NUMBER","features":[430]},{"name":"PDCOT_SIZE","features":[430]},{"name":"PDCOT_STRING","features":[430]},{"name":"PDDT_BOOLEAN","features":[430]},{"name":"PDDT_DATETIME","features":[430]},{"name":"PDDT_ENUMERATED","features":[430]},{"name":"PDDT_NUMBER","features":[430]},{"name":"PDDT_STRING","features":[430]},{"name":"PDEF_ALL","features":[430]},{"name":"PDEF_COLUMN","features":[430]},{"name":"PDEF_INFULLTEXTQUERY","features":[430]},{"name":"PDEF_NONSYSTEM","features":[430]},{"name":"PDEF_QUERYABLE","features":[430]},{"name":"PDEF_SYSTEM","features":[430]},{"name":"PDEF_VIEWABLE","features":[430]},{"name":"PDFF_ALWAYSKB","features":[430]},{"name":"PDFF_DEFAULT","features":[430]},{"name":"PDFF_FILENAME","features":[430]},{"name":"PDFF_HIDEDATE","features":[430]},{"name":"PDFF_HIDETIME","features":[430]},{"name":"PDFF_LONGDATE","features":[430]},{"name":"PDFF_LONGTIME","features":[430]},{"name":"PDFF_NOAUTOREADINGORDER","features":[430]},{"name":"PDFF_PREFIXNAME","features":[430]},{"name":"PDFF_READONLY","features":[430]},{"name":"PDFF_RELATIVEDATE","features":[430]},{"name":"PDFF_RESERVED_RIGHTTOLEFT","features":[430]},{"name":"PDFF_SHORTDATE","features":[430]},{"name":"PDFF_SHORTTIME","features":[430]},{"name":"PDFF_USEEDITINVITATION","features":[430]},{"name":"PDGR_ALPHANUMERIC","features":[430]},{"name":"PDGR_DATE","features":[430]},{"name":"PDGR_DISCRETE","features":[430]},{"name":"PDGR_DYNAMIC","features":[430]},{"name":"PDGR_ENUMERATED","features":[430]},{"name":"PDGR_PERCENT","features":[430]},{"name":"PDGR_SIZE","features":[430]},{"name":"PDOPSTATUS","features":[430]},{"name":"PDOPS_CANCELLED","features":[430]},{"name":"PDOPS_ERRORS","features":[430]},{"name":"PDOPS_PAUSED","features":[430]},{"name":"PDOPS_RUNNING","features":[430]},{"name":"PDOPS_STOPPED","features":[430]},{"name":"PDRDT_COUNT","features":[430]},{"name":"PDRDT_DATE","features":[430]},{"name":"PDRDT_DURATION","features":[430]},{"name":"PDRDT_GENERAL","features":[430]},{"name":"PDRDT_LENGTH","features":[430]},{"name":"PDRDT_PRIORITY","features":[430]},{"name":"PDRDT_RATE","features":[430]},{"name":"PDRDT_RATING","features":[430]},{"name":"PDRDT_REVISION","features":[430]},{"name":"PDRDT_SIZE","features":[430]},{"name":"PDRDT_SPEED","features":[430]},{"name":"PDSD_A_Z","features":[430]},{"name":"PDSD_GENERAL","features":[430]},{"name":"PDSD_LOWEST_HIGHEST","features":[430]},{"name":"PDSD_OLDEST_NEWEST","features":[430]},{"name":"PDSD_SMALLEST_BIGGEST","features":[430]},{"name":"PDSIF_ALWAYSINCLUDE","features":[430]},{"name":"PDSIF_DEFAULT","features":[430]},{"name":"PDSIF_ININVERTEDINDEX","features":[430]},{"name":"PDSIF_ISCOLUMN","features":[430]},{"name":"PDSIF_ISCOLUMNSPARSE","features":[430]},{"name":"PDSIF_USEFORTYPEAHEAD","features":[430]},{"name":"PDTF_ALWAYSINSUPPLEMENTALSTORE","features":[430]},{"name":"PDTF_CANBEPURGED","features":[430]},{"name":"PDTF_CANGROUPBY","features":[430]},{"name":"PDTF_CANSTACKBY","features":[430]},{"name":"PDTF_DEFAULT","features":[430]},{"name":"PDTF_DONTCOERCEEMPTYSTRINGS","features":[430]},{"name":"PDTF_INCLUDEINFULLTEXTQUERY","features":[430]},{"name":"PDTF_ISGROUP","features":[430]},{"name":"PDTF_ISINNATE","features":[430]},{"name":"PDTF_ISQUERYABLE","features":[430]},{"name":"PDTF_ISSYSTEMPROPERTY","features":[430]},{"name":"PDTF_ISTREEPROPERTY","features":[430]},{"name":"PDTF_ISVIEWABLE","features":[430]},{"name":"PDTF_MASK_ALL","features":[430]},{"name":"PDTF_MULTIPLEVALUES","features":[430]},{"name":"PDTF_SEARCHRAWVALUE","features":[430]},{"name":"PDVF_BEGINNEWGROUP","features":[430]},{"name":"PDVF_CANWRAP","features":[430]},{"name":"PDVF_CENTERALIGN","features":[430]},{"name":"PDVF_DEFAULT","features":[430]},{"name":"PDVF_FILLAREA","features":[430]},{"name":"PDVF_HIDDEN","features":[430]},{"name":"PDVF_HIDELABEL","features":[430]},{"name":"PDVF_MASK_ALL","features":[430]},{"name":"PDVF_RIGHTALIGN","features":[430]},{"name":"PDVF_SHOWBYDEFAULT","features":[430]},{"name":"PDVF_SHOWINPRIMARYLIST","features":[430]},{"name":"PDVF_SHOWINSECONDARYLIST","features":[430]},{"name":"PDVF_SHOWONLYIFPRESENT","features":[430]},{"name":"PDVF_SORTDESCENDING","features":[430]},{"name":"PET_DEFAULTVALUE","features":[430]},{"name":"PET_DISCRETEVALUE","features":[430]},{"name":"PET_ENDRANGE","features":[430]},{"name":"PET_RANGEDVALUE","features":[430]},{"name":"PKA_APPEND","features":[430]},{"name":"PKA_DELETE","features":[430]},{"name":"PKA_FLAGS","features":[430]},{"name":"PKA_SET","features":[430]},{"name":"PKEY_PIDSTR_MAX","features":[430]},{"name":"PLACEHOLDER_STATES","features":[430]},{"name":"PROPDESC_AGGREGATION_TYPE","features":[430]},{"name":"PROPDESC_COLUMNINDEX_TYPE","features":[430]},{"name":"PROPDESC_CONDITION_TYPE","features":[430]},{"name":"PROPDESC_DISPLAYTYPE","features":[430]},{"name":"PROPDESC_ENUMFILTER","features":[430]},{"name":"PROPDESC_FORMAT_FLAGS","features":[430]},{"name":"PROPDESC_GROUPING_RANGE","features":[430]},{"name":"PROPDESC_RELATIVEDESCRIPTION_TYPE","features":[430]},{"name":"PROPDESC_SEARCHINFO_FLAGS","features":[430]},{"name":"PROPDESC_SORTDESCRIPTION","features":[430]},{"name":"PROPDESC_TYPE_FLAGS","features":[430]},{"name":"PROPDESC_VIEW_FLAGS","features":[430]},{"name":"PROPENUMTYPE","features":[430]},{"name":"PROPERTYUI_FLAGS","features":[430]},{"name":"PROPERTYUI_FORMAT_FLAGS","features":[430]},{"name":"PROPERTYUI_NAME_FLAGS","features":[430]},{"name":"PROPPRG","features":[430]},{"name":"PSC_DIRTY","features":[430]},{"name":"PSC_NORMAL","features":[430]},{"name":"PSC_NOTINSOURCE","features":[430]},{"name":"PSC_READONLY","features":[430]},{"name":"PSC_STATE","features":[430]},{"name":"PSCoerceToCanonicalValue","features":[305,392,360,430]},{"name":"PSCreateAdapterFromPropertyStore","features":[430]},{"name":"PSCreateDelayedMultiplexPropertyStore","features":[430]},{"name":"PSCreateMemoryPropertyStore","features":[430]},{"name":"PSCreateMultiplexPropertyStore","features":[430]},{"name":"PSCreatePropertyChangeArray","features":[305,392,360,430]},{"name":"PSCreatePropertyStoreFromObject","features":[430]},{"name":"PSCreatePropertyStoreFromPropertySetStorage","features":[392,430]},{"name":"PSCreateSimplePropertyChange","features":[305,392,360,430]},{"name":"PSEnumeratePropertyDescriptions","features":[430]},{"name":"PSFormatForDisplay","features":[305,392,360,430]},{"name":"PSFormatForDisplayAlloc","features":[305,392,360,430]},{"name":"PSFormatPropertyValue","features":[430]},{"name":"PSGetImageReferenceForValue","features":[305,392,360,430]},{"name":"PSGetItemPropertyHandler","features":[305,430]},{"name":"PSGetItemPropertyHandlerWithCreateObject","features":[305,430]},{"name":"PSGetNameFromPropertyKey","features":[305,430]},{"name":"PSGetNamedPropertyFromPropertyStorage","features":[305,392,360,430]},{"name":"PSGetPropertyDescription","features":[305,430]},{"name":"PSGetPropertyDescriptionByName","features":[430]},{"name":"PSGetPropertyDescriptionListFromString","features":[430]},{"name":"PSGetPropertyFromPropertyStorage","features":[305,392,360,430]},{"name":"PSGetPropertyKeyFromName","features":[305,430]},{"name":"PSGetPropertySystem","features":[430]},{"name":"PSGetPropertyValue","features":[305,392,360,430]},{"name":"PSLookupPropertyHandlerCLSID","features":[430]},{"name":"PSPropertyBag_Delete","features":[392,430]},{"name":"PSPropertyBag_ReadBOOL","features":[305,392,430]},{"name":"PSPropertyBag_ReadBSTR","features":[392,430]},{"name":"PSPropertyBag_ReadDWORD","features":[392,430]},{"name":"PSPropertyBag_ReadGUID","features":[392,430]},{"name":"PSPropertyBag_ReadInt","features":[392,430]},{"name":"PSPropertyBag_ReadLONG","features":[392,430]},{"name":"PSPropertyBag_ReadPOINTL","features":[305,392,430]},{"name":"PSPropertyBag_ReadPOINTS","features":[305,392,430]},{"name":"PSPropertyBag_ReadPropertyKey","features":[305,392,430]},{"name":"PSPropertyBag_ReadRECTL","features":[305,392,430]},{"name":"PSPropertyBag_ReadSHORT","features":[392,430]},{"name":"PSPropertyBag_ReadStr","features":[392,430]},{"name":"PSPropertyBag_ReadStrAlloc","features":[392,430]},{"name":"PSPropertyBag_ReadStream","features":[392,430]},{"name":"PSPropertyBag_ReadType","features":[305,392,359,360,430]},{"name":"PSPropertyBag_ReadULONGLONG","features":[392,430]},{"name":"PSPropertyBag_ReadUnknown","features":[392,430]},{"name":"PSPropertyBag_WriteBOOL","features":[305,392,430]},{"name":"PSPropertyBag_WriteBSTR","features":[392,430]},{"name":"PSPropertyBag_WriteDWORD","features":[392,430]},{"name":"PSPropertyBag_WriteGUID","features":[392,430]},{"name":"PSPropertyBag_WriteInt","features":[392,430]},{"name":"PSPropertyBag_WriteLONG","features":[392,430]},{"name":"PSPropertyBag_WritePOINTL","features":[305,392,430]},{"name":"PSPropertyBag_WritePOINTS","features":[305,392,430]},{"name":"PSPropertyBag_WritePropertyKey","features":[305,392,430]},{"name":"PSPropertyBag_WriteRECTL","features":[305,392,430]},{"name":"PSPropertyBag_WriteSHORT","features":[392,430]},{"name":"PSPropertyBag_WriteStr","features":[392,430]},{"name":"PSPropertyBag_WriteStream","features":[392,430]},{"name":"PSPropertyBag_WriteULONGLONG","features":[392,430]},{"name":"PSPropertyBag_WriteUnknown","features":[392,430]},{"name":"PSPropertyKeyFromString","features":[305,430]},{"name":"PSRefreshPropertySchema","features":[430]},{"name":"PSRegisterPropertySchema","features":[430]},{"name":"PSSetPropertyValue","features":[305,392,360,430]},{"name":"PSStringFromPropertyKey","features":[305,430]},{"name":"PSUnregisterPropertySchema","features":[430]},{"name":"PS_ALL","features":[430]},{"name":"PS_CLOUDFILE_PLACEHOLDER","features":[430]},{"name":"PS_CREATE_FILE_ACCESSIBLE","features":[430]},{"name":"PS_DEFAULT","features":[430]},{"name":"PS_FULL_PRIMARY_STREAM_AVAILABLE","features":[430]},{"name":"PS_MARKED_FOR_OFFLINE_AVAILABILITY","features":[430]},{"name":"PS_NONE","features":[430]},{"name":"PUIFFDF_DEFAULT","features":[430]},{"name":"PUIFFDF_FRIENDLYDATE","features":[430]},{"name":"PUIFFDF_NOTIME","features":[430]},{"name":"PUIFFDF_RIGHTTOLEFT","features":[430]},{"name":"PUIFFDF_SHORTFORMAT","features":[430]},{"name":"PUIFNF_DEFAULT","features":[430]},{"name":"PUIFNF_MNEMONIC","features":[430]},{"name":"PUIF_DEFAULT","features":[430]},{"name":"PUIF_NOLABELININFOTIP","features":[430]},{"name":"PUIF_RIGHTALIGN","features":[430]},{"name":"PifMgr_CloseProperties","features":[305,430]},{"name":"PifMgr_GetProperties","features":[305,430]},{"name":"PifMgr_OpenProperties","features":[305,430]},{"name":"PifMgr_SetProperties","features":[305,430]},{"name":"PropertySystem","features":[430]},{"name":"SERIALIZEDPROPSTORAGE","features":[430]},{"name":"SESF_ALL_FLAGS","features":[430]},{"name":"SESF_AUTHENTICATION_ERROR","features":[430]},{"name":"SESF_NONE","features":[430]},{"name":"SESF_PAUSED_DUE_TO_CLIENT_POLICY","features":[430]},{"name":"SESF_PAUSED_DUE_TO_DISK_SPACE_FULL","features":[430]},{"name":"SESF_PAUSED_DUE_TO_METERED_NETWORK","features":[430]},{"name":"SESF_PAUSED_DUE_TO_SERVICE_POLICY","features":[430]},{"name":"SESF_PAUSED_DUE_TO_USER_REQUEST","features":[430]},{"name":"SESF_SERVICE_QUOTA_EXCEEDED_LIMIT","features":[430]},{"name":"SESF_SERVICE_QUOTA_NEARING_LIMIT","features":[430]},{"name":"SESF_SERVICE_UNAVAILABLE","features":[430]},{"name":"SHAddDefaultPropertiesByExt","features":[430]},{"name":"SHGetPropertyStoreForWindow","features":[305,430]},{"name":"SHGetPropertyStoreFromIDList","features":[640,430]},{"name":"SHGetPropertyStoreFromParsingName","features":[358,430]},{"name":"SHPropStgCreate","features":[392,430]},{"name":"SHPropStgReadMultiple","features":[305,392,360,430]},{"name":"SHPropStgWriteMultiple","features":[305,392,360,430]},{"name":"STS_EXCLUDED","features":[430]},{"name":"STS_FETCHING_METADATA","features":[430]},{"name":"STS_HASERROR","features":[430]},{"name":"STS_HASWARNING","features":[430]},{"name":"STS_INCOMPLETE","features":[430]},{"name":"STS_NEEDSDOWNLOAD","features":[430]},{"name":"STS_NEEDSUPLOAD","features":[430]},{"name":"STS_NONE","features":[430]},{"name":"STS_PAUSED","features":[430]},{"name":"STS_PLACEHOLDER_IFEMPTY","features":[430]},{"name":"STS_TRANSFERRING","features":[430]},{"name":"STS_USER_REQUESTED_REFRESH","features":[430]},{"name":"SYNC_ENGINE_STATE_FLAGS","features":[430]},{"name":"SYNC_TRANSFER_STATUS","features":[430]},{"name":"_PERSIST_SPROPSTORE_FLAGS","features":[430]}],"679":[{"name":"ALT_BREAKS","features":[641]},{"name":"ALT_BREAKS_FULL","features":[641]},{"name":"ALT_BREAKS_SAME","features":[641]},{"name":"ALT_BREAKS_UNIQUE","features":[641]},{"name":"ASYNC_RECO_ADDSTROKE_FAILED","features":[641]},{"name":"ASYNC_RECO_INTERRUPTED","features":[641]},{"name":"ASYNC_RECO_PROCESS_FAILED","features":[641]},{"name":"ASYNC_RECO_RESETCONTEXT_FAILED","features":[641]},{"name":"ASYNC_RECO_SETCACMODE_FAILED","features":[641]},{"name":"ASYNC_RECO_SETFACTOID_FAILED","features":[641]},{"name":"ASYNC_RECO_SETFLAGS_FAILED","features":[641]},{"name":"ASYNC_RECO_SETGUIDE_FAILED","features":[641]},{"name":"ASYNC_RECO_SETTEXTCONTEXT_FAILED","features":[641]},{"name":"ASYNC_RECO_SETWORDLIST_FAILED","features":[641]},{"name":"AddStroke","features":[317,641]},{"name":"AddWordsToWordList","features":[641]},{"name":"AdviseInkChange","features":[305,641]},{"name":"AppearanceConstants","features":[641]},{"name":"AsyncStylusQueue","features":[641]},{"name":"AsyncStylusQueueImmediate","features":[641]},{"name":"BEST_COMPLETE","features":[641]},{"name":"BorderStyleConstants","features":[641]},{"name":"CAC_FULL","features":[641]},{"name":"CAC_PREFIX","features":[641]},{"name":"CAC_RANDOM","features":[641]},{"name":"CFL_INTERMEDIATE","features":[641]},{"name":"CFL_POOR","features":[641]},{"name":"CFL_STRONG","features":[641]},{"name":"CHARACTER_RANGE","features":[641]},{"name":"CONFIDENCE_LEVEL","features":[641]},{"name":"Closed","features":[641]},{"name":"CorrectionMode","features":[641]},{"name":"CorrectionMode_NotVisible","features":[641]},{"name":"CorrectionMode_PostInsertionCollapsed","features":[641]},{"name":"CorrectionMode_PostInsertionExpanded","features":[641]},{"name":"CorrectionMode_PreInsertion","features":[641]},{"name":"CorrectionPosition","features":[641]},{"name":"CorrectionPosition_Auto","features":[641]},{"name":"CorrectionPosition_Bottom","features":[641]},{"name":"CorrectionPosition_Top","features":[641]},{"name":"CreateContext","features":[641]},{"name":"CreateRecognizer","features":[641]},{"name":"DISPID_DAAntiAliased","features":[641]},{"name":"DISPID_DAClone","features":[641]},{"name":"DISPID_DAColor","features":[641]},{"name":"DISPID_DAExtendedProperties","features":[641]},{"name":"DISPID_DAFitToCurve","features":[641]},{"name":"DISPID_DAHeight","features":[641]},{"name":"DISPID_DAIgnorePressure","features":[641]},{"name":"DISPID_DAPenTip","features":[641]},{"name":"DISPID_DARasterOperation","features":[641]},{"name":"DISPID_DATransparency","features":[641]},{"name":"DISPID_DAWidth","features":[641]},{"name":"DISPID_DisableNoScroll","features":[641]},{"name":"DISPID_DragIcon","features":[641]},{"name":"DISPID_DrawAttr","features":[641]},{"name":"DISPID_Enabled","features":[641]},{"name":"DISPID_Factoid","features":[641]},{"name":"DISPID_GetGestStatus","features":[641]},{"name":"DISPID_Hwnd","features":[641]},{"name":"DISPID_IAddStrokesAtRectangle","features":[641]},{"name":"DISPID_ICAutoRedraw","features":[641]},{"name":"DISPID_ICBId","features":[641]},{"name":"DISPID_ICBName","features":[641]},{"name":"DISPID_ICBState","features":[641]},{"name":"DISPID_ICBsCount","features":[641]},{"name":"DISPID_ICBsItem","features":[641]},{"name":"DISPID_ICBs_NewEnum","features":[641]},{"name":"DISPID_ICCollectingInk","features":[641]},{"name":"DISPID_ICCollectionMode","features":[641]},{"name":"DISPID_ICCursors","features":[641]},{"name":"DISPID_ICDefaultDrawingAttributes","features":[641]},{"name":"DISPID_ICDesiredPacketDescription","features":[641]},{"name":"DISPID_ICDynamicRendering","features":[641]},{"name":"DISPID_ICECursorButtonDown","features":[641]},{"name":"DISPID_ICECursorButtonUp","features":[641]},{"name":"DISPID_ICECursorDown","features":[641]},{"name":"DISPID_ICECursorInRange","features":[641]},{"name":"DISPID_ICECursorOutOfRange","features":[641]},{"name":"DISPID_ICEGesture","features":[641]},{"name":"DISPID_ICENewInAirPackets","features":[641]},{"name":"DISPID_ICENewPackets","features":[641]},{"name":"DISPID_ICEStroke","features":[641]},{"name":"DISPID_ICESystemGesture","features":[641]},{"name":"DISPID_ICETabletAdded","features":[641]},{"name":"DISPID_ICETabletRemoved","features":[641]},{"name":"DISPID_ICEnabled","features":[641]},{"name":"DISPID_ICGetEventInterest","features":[641]},{"name":"DISPID_ICGetGestureStatus","features":[641]},{"name":"DISPID_ICGetWindowInputRectangle","features":[641]},{"name":"DISPID_ICHwnd","features":[641]},{"name":"DISPID_ICInk","features":[641]},{"name":"DISPID_ICMarginX","features":[641]},{"name":"DISPID_ICMarginY","features":[641]},{"name":"DISPID_ICMouseIcon","features":[641]},{"name":"DISPID_ICMousePointer","features":[641]},{"name":"DISPID_ICPaint","features":[641]},{"name":"DISPID_ICRenderer","features":[641]},{"name":"DISPID_ICSetAllTabletsMode","features":[641]},{"name":"DISPID_ICSetEventInterest","features":[641]},{"name":"DISPID_ICSetGestureStatus","features":[641]},{"name":"DISPID_ICSetSingleTabletIntegratedMode","features":[641]},{"name":"DISPID_ICSetWindowInputRectangle","features":[641]},{"name":"DISPID_ICSsAdd","features":[641]},{"name":"DISPID_ICSsClear","features":[641]},{"name":"DISPID_ICSsCount","features":[641]},{"name":"DISPID_ICSsItem","features":[641]},{"name":"DISPID_ICSsRemove","features":[641]},{"name":"DISPID_ICSs_NewEnum","features":[641]},{"name":"DISPID_ICSupportHighContrastInk","features":[641]},{"name":"DISPID_ICTablet","features":[641]},{"name":"DISPID_ICText","features":[641]},{"name":"DISPID_ICanPaste","features":[641]},{"name":"DISPID_IClip","features":[641]},{"name":"DISPID_IClipboardCopy","features":[641]},{"name":"DISPID_IClipboardCopyWithRectangle","features":[641]},{"name":"DISPID_IClipboardPaste","features":[641]},{"name":"DISPID_IClone","features":[641]},{"name":"DISPID_ICreateStroke","features":[641]},{"name":"DISPID_ICreateStrokeFromPoints","features":[641]},{"name":"DISPID_ICreateStrokes","features":[641]},{"name":"DISPID_ICsCount","features":[641]},{"name":"DISPID_ICsItem","features":[641]},{"name":"DISPID_ICs_NewEnum","features":[641]},{"name":"DISPID_ICsrButtons","features":[641]},{"name":"DISPID_ICsrDrawingAttributes","features":[641]},{"name":"DISPID_ICsrId","features":[641]},{"name":"DISPID_ICsrInverted","features":[641]},{"name":"DISPID_ICsrName","features":[641]},{"name":"DISPID_ICsrTablet","features":[641]},{"name":"DISPID_ICustomStrokes","features":[641]},{"name":"DISPID_IDeleteStroke","features":[641]},{"name":"DISPID_IDeleteStrokes","features":[641]},{"name":"DISPID_IDirty","features":[641]},{"name":"DISPID_IEInkAdded","features":[641]},{"name":"DISPID_IEInkDeleted","features":[641]},{"name":"DISPID_IEPData","features":[641]},{"name":"DISPID_IEPGuid","features":[641]},{"name":"DISPID_IEPsAdd","features":[641]},{"name":"DISPID_IEPsClear","features":[641]},{"name":"DISPID_IEPsCount","features":[641]},{"name":"DISPID_IEPsDoesPropertyExist","features":[641]},{"name":"DISPID_IEPsItem","features":[641]},{"name":"DISPID_IEPsRemove","features":[641]},{"name":"DISPID_IEPs_NewEnum","features":[641]},{"name":"DISPID_IExtendedProperties","features":[641]},{"name":"DISPID_IExtractStrokes","features":[641]},{"name":"DISPID_IExtractWithRectangle","features":[641]},{"name":"DISPID_IGConfidence","features":[641]},{"name":"DISPID_IGGetHotPoint","features":[641]},{"name":"DISPID_IGId","features":[641]},{"name":"DISPID_IGetBoundingBox","features":[641]},{"name":"DISPID_IHitTestCircle","features":[641]},{"name":"DISPID_IHitTestWithLasso","features":[641]},{"name":"DISPID_IHitTestWithRectangle","features":[641]},{"name":"DISPID_IInkDivider_Divide","features":[641]},{"name":"DISPID_IInkDivider_LineHeight","features":[641]},{"name":"DISPID_IInkDivider_RecognizerContext","features":[641]},{"name":"DISPID_IInkDivider_Strokes","features":[641]},{"name":"DISPID_IInkDivisionResult_ResultByType","features":[641]},{"name":"DISPID_IInkDivisionResult_Strokes","features":[641]},{"name":"DISPID_IInkDivisionUnit_DivisionType","features":[641]},{"name":"DISPID_IInkDivisionUnit_RecognizedString","features":[641]},{"name":"DISPID_IInkDivisionUnit_RotationTransform","features":[641]},{"name":"DISPID_IInkDivisionUnit_Strokes","features":[641]},{"name":"DISPID_IInkDivisionUnits_Count","features":[641]},{"name":"DISPID_IInkDivisionUnits_Item","features":[641]},{"name":"DISPID_IInkDivisionUnits_NewEnum","features":[641]},{"name":"DISPID_ILoad","features":[641]},{"name":"DISPID_INearestPoint","features":[641]},{"name":"DISPID_IOAttachMode","features":[641]},{"name":"DISPID_IODraw","features":[641]},{"name":"DISPID_IOEPainted","features":[641]},{"name":"DISPID_IOEPainting","features":[641]},{"name":"DISPID_IOESelectionChanged","features":[641]},{"name":"DISPID_IOESelectionChanging","features":[641]},{"name":"DISPID_IOESelectionMoved","features":[641]},{"name":"DISPID_IOESelectionMoving","features":[641]},{"name":"DISPID_IOESelectionResized","features":[641]},{"name":"DISPID_IOESelectionResizing","features":[641]},{"name":"DISPID_IOEStrokesDeleted","features":[641]},{"name":"DISPID_IOEStrokesDeleting","features":[641]},{"name":"DISPID_IOEditingMode","features":[641]},{"name":"DISPID_IOEraserMode","features":[641]},{"name":"DISPID_IOEraserWidth","features":[641]},{"name":"DISPID_IOHitTestSelection","features":[641]},{"name":"DISPID_IOSelection","features":[641]},{"name":"DISPID_IOSupportHighContrastSelectionUI","features":[641]},{"name":"DISPID_IPBackColor","features":[641]},{"name":"DISPID_IPEChangeUICues","features":[641]},{"name":"DISPID_IPEClick","features":[641]},{"name":"DISPID_IPEDblClick","features":[641]},{"name":"DISPID_IPEInvalidated","features":[641]},{"name":"DISPID_IPEKeyDown","features":[641]},{"name":"DISPID_IPEKeyPress","features":[641]},{"name":"DISPID_IPEKeyUp","features":[641]},{"name":"DISPID_IPEMouseDown","features":[641]},{"name":"DISPID_IPEMouseEnter","features":[641]},{"name":"DISPID_IPEMouseHover","features":[641]},{"name":"DISPID_IPEMouseLeave","features":[641]},{"name":"DISPID_IPEMouseMove","features":[641]},{"name":"DISPID_IPEMouseUp","features":[641]},{"name":"DISPID_IPEMouseWheel","features":[641]},{"name":"DISPID_IPEResize","features":[641]},{"name":"DISPID_IPESizeChanged","features":[641]},{"name":"DISPID_IPESizeModeChanged","features":[641]},{"name":"DISPID_IPEStyleChanged","features":[641]},{"name":"DISPID_IPESystemColorsChanged","features":[641]},{"name":"DISPID_IPInkEnabled","features":[641]},{"name":"DISPID_IPPicture","features":[641]},{"name":"DISPID_IPSizeMode","features":[641]},{"name":"DISPID_IRBottom","features":[641]},{"name":"DISPID_IRData","features":[641]},{"name":"DISPID_IRDraw","features":[641]},{"name":"DISPID_IRDrawStroke","features":[641]},{"name":"DISPID_IRERecognition","features":[641]},{"name":"DISPID_IRERecognitionWithAlternates","features":[641]},{"name":"DISPID_IRGColumns","features":[641]},{"name":"DISPID_IRGDrawnBox","features":[641]},{"name":"DISPID_IRGGuideData","features":[641]},{"name":"DISPID_IRGMidline","features":[641]},{"name":"DISPID_IRGRows","features":[641]},{"name":"DISPID_IRGWritingBox","features":[641]},{"name":"DISPID_IRGetObjectTransform","features":[641]},{"name":"DISPID_IRGetRectangle","features":[641]},{"name":"DISPID_IRGetViewTransform","features":[641]},{"name":"DISPID_IRInkSpaceToPixel","features":[641]},{"name":"DISPID_IRInkSpaceToPixelFromPoints","features":[641]},{"name":"DISPID_IRLeft","features":[641]},{"name":"DISPID_IRMeasure","features":[641]},{"name":"DISPID_IRMeasureStroke","features":[641]},{"name":"DISPID_IRMove","features":[641]},{"name":"DISPID_IRPixelToInkSpace","features":[641]},{"name":"DISPID_IRPixelToInkSpaceFromPoints","features":[641]},{"name":"DISPID_IRRight","features":[641]},{"name":"DISPID_IRRotate","features":[641]},{"name":"DISPID_IRScale","features":[641]},{"name":"DISPID_IRSetObjectTransform","features":[641]},{"name":"DISPID_IRSetRectangle","features":[641]},{"name":"DISPID_IRSetViewTransform","features":[641]},{"name":"DISPID_IRTop","features":[641]},{"name":"DISPID_IRecoCtx2_EnabledUnicodeRanges","features":[641]},{"name":"DISPID_IRecoCtx_BackgroundRecognize","features":[641]},{"name":"DISPID_IRecoCtx_BackgroundRecognizeWithAlternates","features":[641]},{"name":"DISPID_IRecoCtx_CharacterAutoCompletionMode","features":[641]},{"name":"DISPID_IRecoCtx_Clone","features":[641]},{"name":"DISPID_IRecoCtx_EndInkInput","features":[641]},{"name":"DISPID_IRecoCtx_Factoid","features":[641]},{"name":"DISPID_IRecoCtx_Flags","features":[641]},{"name":"DISPID_IRecoCtx_Guide","features":[641]},{"name":"DISPID_IRecoCtx_IsStringSupported","features":[641]},{"name":"DISPID_IRecoCtx_PrefixText","features":[641]},{"name":"DISPID_IRecoCtx_Recognize","features":[641]},{"name":"DISPID_IRecoCtx_Recognizer","features":[641]},{"name":"DISPID_IRecoCtx_StopBackgroundRecognition","features":[641]},{"name":"DISPID_IRecoCtx_StopRecognition","features":[641]},{"name":"DISPID_IRecoCtx_Strokes","features":[641]},{"name":"DISPID_IRecoCtx_SuffixText","features":[641]},{"name":"DISPID_IRecoCtx_WordList","features":[641]},{"name":"DISPID_IRecosCount","features":[641]},{"name":"DISPID_IRecosGetDefaultRecognizer","features":[641]},{"name":"DISPID_IRecosItem","features":[641]},{"name":"DISPID_IRecos_NewEnum","features":[641]},{"name":"DISPID_ISDBezierCusps","features":[641]},{"name":"DISPID_ISDBezierPoints","features":[641]},{"name":"DISPID_ISDClip","features":[641]},{"name":"DISPID_ISDDeleted","features":[641]},{"name":"DISPID_ISDDrawingAttributes","features":[641]},{"name":"DISPID_ISDExtendedProperties","features":[641]},{"name":"DISPID_ISDFindIntersections","features":[641]},{"name":"DISPID_ISDGetBoundingBox","features":[641]},{"name":"DISPID_ISDGetFlattenedBezierPoints","features":[641]},{"name":"DISPID_ISDGetPacketData","features":[641]},{"name":"DISPID_ISDGetPacketDescriptionPropertyMetrics","features":[641]},{"name":"DISPID_ISDGetPacketValuesByProperty","features":[641]},{"name":"DISPID_ISDGetPoints","features":[641]},{"name":"DISPID_ISDGetRectangleIntersections","features":[641]},{"name":"DISPID_ISDHitTestCircle","features":[641]},{"name":"DISPID_ISDID","features":[641]},{"name":"DISPID_ISDInk","features":[641]},{"name":"DISPID_ISDInkIndex","features":[641]},{"name":"DISPID_ISDMove","features":[641]},{"name":"DISPID_ISDNearestPoint","features":[641]},{"name":"DISPID_ISDPacketCount","features":[641]},{"name":"DISPID_ISDPacketDescription","features":[641]},{"name":"DISPID_ISDPacketSize","features":[641]},{"name":"DISPID_ISDPolylineCusps","features":[641]},{"name":"DISPID_ISDRotate","features":[641]},{"name":"DISPID_ISDScale","features":[641]},{"name":"DISPID_ISDScaleToRectangle","features":[641]},{"name":"DISPID_ISDSelfIntersections","features":[641]},{"name":"DISPID_ISDSetPacketValuesByProperty","features":[641]},{"name":"DISPID_ISDSetPoints","features":[641]},{"name":"DISPID_ISDShear","features":[641]},{"name":"DISPID_ISDSplit","features":[641]},{"name":"DISPID_ISDTransform","features":[641]},{"name":"DISPID_ISave","features":[641]},{"name":"DISPID_ISsAdd","features":[641]},{"name":"DISPID_ISsAddStrokes","features":[641]},{"name":"DISPID_ISsClip","features":[641]},{"name":"DISPID_ISsCount","features":[641]},{"name":"DISPID_ISsGetBoundingBox","features":[641]},{"name":"DISPID_ISsInk","features":[641]},{"name":"DISPID_ISsItem","features":[641]},{"name":"DISPID_ISsModifyDrawingAttributes","features":[641]},{"name":"DISPID_ISsMove","features":[641]},{"name":"DISPID_ISsRecognitionResult","features":[641]},{"name":"DISPID_ISsRemove","features":[641]},{"name":"DISPID_ISsRemoveRecognitionResult","features":[641]},{"name":"DISPID_ISsRemoveStrokes","features":[641]},{"name":"DISPID_ISsRotate","features":[641]},{"name":"DISPID_ISsScale","features":[641]},{"name":"DISPID_ISsScaleToRectangle","features":[641]},{"name":"DISPID_ISsShear","features":[641]},{"name":"DISPID_ISsToString","features":[641]},{"name":"DISPID_ISsTransform","features":[641]},{"name":"DISPID_ISsValid","features":[641]},{"name":"DISPID_ISs_NewEnum","features":[641]},{"name":"DISPID_IStrokes","features":[641]},{"name":"DISPID_IT2DeviceKind","features":[641]},{"name":"DISPID_IT3IsMultiTouch","features":[641]},{"name":"DISPID_IT3MaximumCursors","features":[641]},{"name":"DISPID_ITData","features":[641]},{"name":"DISPID_ITGetTransform","features":[641]},{"name":"DISPID_ITHardwareCapabilities","features":[641]},{"name":"DISPID_ITIsPacketPropertySupported","features":[641]},{"name":"DISPID_ITMaximumInputRectangle","features":[641]},{"name":"DISPID_ITName","features":[641]},{"name":"DISPID_ITPlugAndPlayId","features":[641]},{"name":"DISPID_ITPropertyMetrics","features":[641]},{"name":"DISPID_ITReflect","features":[641]},{"name":"DISPID_ITReset","features":[641]},{"name":"DISPID_ITRotate","features":[641]},{"name":"DISPID_ITScale","features":[641]},{"name":"DISPID_ITSetTransform","features":[641]},{"name":"DISPID_ITShear","features":[641]},{"name":"DISPID_ITTranslate","features":[641]},{"name":"DISPID_ITeDx","features":[641]},{"name":"DISPID_ITeDy","features":[641]},{"name":"DISPID_ITeM11","features":[641]},{"name":"DISPID_ITeM12","features":[641]},{"name":"DISPID_ITeM21","features":[641]},{"name":"DISPID_ITeM22","features":[641]},{"name":"DISPID_ITsCount","features":[641]},{"name":"DISPID_ITsDefaultTablet","features":[641]},{"name":"DISPID_ITsIsPacketPropertySupported","features":[641]},{"name":"DISPID_ITsItem","features":[641]},{"name":"DISPID_ITs_NewEnum","features":[641]},{"name":"DISPID_IeeChange","features":[641]},{"name":"DISPID_IeeClick","features":[641]},{"name":"DISPID_IeeCursorDown","features":[641]},{"name":"DISPID_IeeDblClick","features":[641]},{"name":"DISPID_IeeGesture","features":[641]},{"name":"DISPID_IeeKeyDown","features":[641]},{"name":"DISPID_IeeKeyPress","features":[641]},{"name":"DISPID_IeeKeyUp","features":[641]},{"name":"DISPID_IeeMouseDown","features":[641]},{"name":"DISPID_IeeMouseMove","features":[641]},{"name":"DISPID_IeeMouseUp","features":[641]},{"name":"DISPID_IeeRecognitionResult","features":[641]},{"name":"DISPID_IeeSelChange","features":[641]},{"name":"DISPID_IeeStroke","features":[641]},{"name":"DISPID_Ink","features":[641]},{"name":"DISPID_InkCollector","features":[641]},{"name":"DISPID_InkCollectorEvent","features":[641]},{"name":"DISPID_InkCursor","features":[641]},{"name":"DISPID_InkCursorButton","features":[641]},{"name":"DISPID_InkCursorButtons","features":[641]},{"name":"DISPID_InkCursors","features":[641]},{"name":"DISPID_InkCustomStrokes","features":[641]},{"name":"DISPID_InkDivider","features":[641]},{"name":"DISPID_InkDivisionResult","features":[641]},{"name":"DISPID_InkDivisionUnit","features":[641]},{"name":"DISPID_InkDivisionUnits","features":[641]},{"name":"DISPID_InkDrawingAttributes","features":[641]},{"name":"DISPID_InkEdit","features":[641]},{"name":"DISPID_InkEditEvents","features":[641]},{"name":"DISPID_InkEvent","features":[641]},{"name":"DISPID_InkExtendedProperties","features":[641]},{"name":"DISPID_InkExtendedProperty","features":[641]},{"name":"DISPID_InkGesture","features":[641]},{"name":"DISPID_InkInsertMode","features":[641]},{"name":"DISPID_InkMode","features":[641]},{"name":"DISPID_InkRecoAlternate","features":[641]},{"name":"DISPID_InkRecoAlternate_AlternatesWithConstantPropertyValues","features":[641]},{"name":"DISPID_InkRecoAlternate_Ascender","features":[641]},{"name":"DISPID_InkRecoAlternate_Baseline","features":[641]},{"name":"DISPID_InkRecoAlternate_Confidence","features":[641]},{"name":"DISPID_InkRecoAlternate_ConfidenceAlternates","features":[641]},{"name":"DISPID_InkRecoAlternate_Descender","features":[641]},{"name":"DISPID_InkRecoAlternate_GetPropertyValue","features":[641]},{"name":"DISPID_InkRecoAlternate_GetStrokesFromStrokeRanges","features":[641]},{"name":"DISPID_InkRecoAlternate_GetStrokesFromTextRange","features":[641]},{"name":"DISPID_InkRecoAlternate_GetTextRangeFromStrokes","features":[641]},{"name":"DISPID_InkRecoAlternate_LineAlternates","features":[641]},{"name":"DISPID_InkRecoAlternate_LineNumber","features":[641]},{"name":"DISPID_InkRecoAlternate_Midline","features":[641]},{"name":"DISPID_InkRecoAlternate_String","features":[641]},{"name":"DISPID_InkRecoAlternate_Strokes","features":[641]},{"name":"DISPID_InkRecoContext","features":[641]},{"name":"DISPID_InkRecoContext2","features":[641]},{"name":"DISPID_InkRecognitionAlternates","features":[641]},{"name":"DISPID_InkRecognitionAlternates_Count","features":[641]},{"name":"DISPID_InkRecognitionAlternates_Item","features":[641]},{"name":"DISPID_InkRecognitionAlternates_NewEnum","features":[641]},{"name":"DISPID_InkRecognitionAlternates_Strokes","features":[641]},{"name":"DISPID_InkRecognitionEvent","features":[641]},{"name":"DISPID_InkRecognitionResult","features":[641]},{"name":"DISPID_InkRecognitionResult_AlternatesFromSelection","features":[641]},{"name":"DISPID_InkRecognitionResult_ModifyTopAlternate","features":[641]},{"name":"DISPID_InkRecognitionResult_SetResultOnStrokes","features":[641]},{"name":"DISPID_InkRecognitionResult_Strokes","features":[641]},{"name":"DISPID_InkRecognitionResult_TopAlternate","features":[641]},{"name":"DISPID_InkRecognitionResult_TopConfidence","features":[641]},{"name":"DISPID_InkRecognitionResult_TopString","features":[641]},{"name":"DISPID_InkRecognizer","features":[641]},{"name":"DISPID_InkRecognizer2","features":[641]},{"name":"DISPID_InkRecognizerGuide","features":[641]},{"name":"DISPID_InkRecognizers","features":[641]},{"name":"DISPID_InkRectangle","features":[641]},{"name":"DISPID_InkRenderer","features":[641]},{"name":"DISPID_InkStrokeDisp","features":[641]},{"name":"DISPID_InkStrokes","features":[641]},{"name":"DISPID_InkTablet","features":[641]},{"name":"DISPID_InkTablet2","features":[641]},{"name":"DISPID_InkTablet3","features":[641]},{"name":"DISPID_InkTablets","features":[641]},{"name":"DISPID_InkTransform","features":[641]},{"name":"DISPID_InkWordList","features":[641]},{"name":"DISPID_InkWordList2","features":[641]},{"name":"DISPID_InkWordList2_AddWords","features":[641]},{"name":"DISPID_InkWordList_AddWord","features":[641]},{"name":"DISPID_InkWordList_Merge","features":[641]},{"name":"DISPID_InkWordList_RemoveWord","features":[641]},{"name":"DISPID_Locked","features":[641]},{"name":"DISPID_MICClear","features":[641]},{"name":"DISPID_MICClose","features":[641]},{"name":"DISPID_MICInsert","features":[641]},{"name":"DISPID_MICPaint","features":[641]},{"name":"DISPID_MathInputControlEvents","features":[641]},{"name":"DISPID_MaxLength","features":[641]},{"name":"DISPID_MultiLine","features":[641]},{"name":"DISPID_PIPAttachedEditWindow","features":[641]},{"name":"DISPID_PIPAutoShow","features":[641]},{"name":"DISPID_PIPBusy","features":[641]},{"name":"DISPID_PIPCommitPendingInput","features":[641]},{"name":"DISPID_PIPCurrentPanel","features":[641]},{"name":"DISPID_PIPDefaultPanel","features":[641]},{"name":"DISPID_PIPEInputFailed","features":[641]},{"name":"DISPID_PIPEPanelChanged","features":[641]},{"name":"DISPID_PIPEPanelMoving","features":[641]},{"name":"DISPID_PIPEVisibleChanged","features":[641]},{"name":"DISPID_PIPEnableTsf","features":[641]},{"name":"DISPID_PIPFactoid","features":[641]},{"name":"DISPID_PIPHeight","features":[641]},{"name":"DISPID_PIPHorizontalOffset","features":[641]},{"name":"DISPID_PIPLeft","features":[641]},{"name":"DISPID_PIPMoveTo","features":[641]},{"name":"DISPID_PIPRefresh","features":[641]},{"name":"DISPID_PIPTop","features":[641]},{"name":"DISPID_PIPVerticalOffset","features":[641]},{"name":"DISPID_PIPVisible","features":[641]},{"name":"DISPID_PIPWidth","features":[641]},{"name":"DISPID_PenInputPanel","features":[641]},{"name":"DISPID_PenInputPanelEvents","features":[641]},{"name":"DISPID_RTSelLength","features":[641]},{"name":"DISPID_RTSelStart","features":[641]},{"name":"DISPID_RTSelText","features":[641]},{"name":"DISPID_RecoCapabilities","features":[641]},{"name":"DISPID_RecoClsid","features":[641]},{"name":"DISPID_RecoCreateRecognizerContext","features":[641]},{"name":"DISPID_RecoId","features":[641]},{"name":"DISPID_RecoLanguageID","features":[641]},{"name":"DISPID_RecoName","features":[641]},{"name":"DISPID_RecoPreferredPacketDescription","features":[641]},{"name":"DISPID_RecoSupportedProperties","features":[641]},{"name":"DISPID_RecoTimeout","features":[641]},{"name":"DISPID_RecoUnicodeRanges","features":[641]},{"name":"DISPID_RecoVendor","features":[641]},{"name":"DISPID_Recognize","features":[641]},{"name":"DISPID_Recognizer","features":[641]},{"name":"DISPID_Refresh","features":[641]},{"name":"DISPID_SEStrokesAdded","features":[641]},{"name":"DISPID_SEStrokesRemoved","features":[641]},{"name":"DISPID_ScrollBars","features":[641]},{"name":"DISPID_SelAlignment","features":[641]},{"name":"DISPID_SelBold","features":[641]},{"name":"DISPID_SelCharOffset","features":[641]},{"name":"DISPID_SelColor","features":[641]},{"name":"DISPID_SelFontName","features":[641]},{"name":"DISPID_SelFontSize","features":[641]},{"name":"DISPID_SelInk","features":[641]},{"name":"DISPID_SelInksDisplayMode","features":[641]},{"name":"DISPID_SelItalic","features":[641]},{"name":"DISPID_SelRTF","features":[641]},{"name":"DISPID_SelUnderline","features":[641]},{"name":"DISPID_SetGestStatus","features":[641]},{"name":"DISPID_Status","features":[641]},{"name":"DISPID_StrokeEvent","features":[641]},{"name":"DISPID_Text","features":[641]},{"name":"DISPID_TextRTF","features":[641]},{"name":"DISPID_UseMouseForInput","features":[641]},{"name":"DYNAMIC_RENDERER_CACHED_DATA","features":[641]},{"name":"DestroyContext","features":[641]},{"name":"DestroyRecognizer","features":[641]},{"name":"DestroyWordList","features":[641]},{"name":"DockedBottom","features":[641]},{"name":"DockedTop","features":[641]},{"name":"DynamicRenderer","features":[641]},{"name":"EM_GETDRAWATTR","features":[641]},{"name":"EM_GETFACTOID","features":[641]},{"name":"EM_GETGESTURESTATUS","features":[641]},{"name":"EM_GETINKINSERTMODE","features":[641]},{"name":"EM_GETINKMODE","features":[641]},{"name":"EM_GETMOUSEICON","features":[641]},{"name":"EM_GETMOUSEPOINTER","features":[641]},{"name":"EM_GETRECOGNIZER","features":[641]},{"name":"EM_GETRECOTIMEOUT","features":[641]},{"name":"EM_GETSELINK","features":[641]},{"name":"EM_GETSELINKDISPLAYMODE","features":[641]},{"name":"EM_GETSTATUS","features":[641]},{"name":"EM_GETUSEMOUSEFORINPUT","features":[641]},{"name":"EM_RECOGNIZE","features":[641]},{"name":"EM_SETDRAWATTR","features":[641]},{"name":"EM_SETFACTOID","features":[641]},{"name":"EM_SETGESTURESTATUS","features":[641]},{"name":"EM_SETINKINSERTMODE","features":[641]},{"name":"EM_SETINKMODE","features":[641]},{"name":"EM_SETMOUSEICON","features":[641]},{"name":"EM_SETMOUSEPOINTER","features":[641]},{"name":"EM_SETRECOGNIZER","features":[641]},{"name":"EM_SETRECOTIMEOUT","features":[641]},{"name":"EM_SETSELINK","features":[641]},{"name":"EM_SETSELINKDISPLAYMODE","features":[641]},{"name":"EM_SETUSEMOUSEFORINPUT","features":[641]},{"name":"EndInkInput","features":[641]},{"name":"EventMask","features":[641]},{"name":"EventMask_All","features":[641]},{"name":"EventMask_CorrectionModeChanged","features":[641]},{"name":"EventMask_CorrectionModeChanging","features":[641]},{"name":"EventMask_InPlaceSizeChanged","features":[641]},{"name":"EventMask_InPlaceSizeChanging","features":[641]},{"name":"EventMask_InPlaceStateChanged","features":[641]},{"name":"EventMask_InPlaceStateChanging","features":[641]},{"name":"EventMask_InPlaceVisibilityChanged","features":[641]},{"name":"EventMask_InPlaceVisibilityChanging","features":[641]},{"name":"EventMask_InputAreaChanged","features":[641]},{"name":"EventMask_InputAreaChanging","features":[641]},{"name":"EventMask_TextInserted","features":[641]},{"name":"EventMask_TextInserting","features":[641]},{"name":"FACILITY_INK","features":[641]},{"name":"FACTOID_BOPOMOFO","features":[641]},{"name":"FACTOID_CHINESESIMPLECOMMON","features":[641]},{"name":"FACTOID_CHINESETRADITIONALCOMMON","features":[641]},{"name":"FACTOID_CURRENCY","features":[641]},{"name":"FACTOID_DATE","features":[641]},{"name":"FACTOID_DEFAULT","features":[641]},{"name":"FACTOID_DIGIT","features":[641]},{"name":"FACTOID_EMAIL","features":[641]},{"name":"FACTOID_FILENAME","features":[641]},{"name":"FACTOID_HANGULCOMMON","features":[641]},{"name":"FACTOID_HANGULRARE","features":[641]},{"name":"FACTOID_HIRAGANA","features":[641]},{"name":"FACTOID_JAMO","features":[641]},{"name":"FACTOID_JAPANESECOMMON","features":[641]},{"name":"FACTOID_KANJICOMMON","features":[641]},{"name":"FACTOID_KANJIRARE","features":[641]},{"name":"FACTOID_KATAKANA","features":[641]},{"name":"FACTOID_KOREANCOMMON","features":[641]},{"name":"FACTOID_LOWERCHAR","features":[641]},{"name":"FACTOID_NONE","features":[641]},{"name":"FACTOID_NUMBER","features":[641]},{"name":"FACTOID_NUMBERSIMPLE","features":[641]},{"name":"FACTOID_ONECHAR","features":[641]},{"name":"FACTOID_PERCENT","features":[641]},{"name":"FACTOID_POSTALCODE","features":[641]},{"name":"FACTOID_PUNCCHAR","features":[641]},{"name":"FACTOID_SYSTEMDICTIONARY","features":[641]},{"name":"FACTOID_TELEPHONE","features":[641]},{"name":"FACTOID_TIME","features":[641]},{"name":"FACTOID_UPPERCHAR","features":[641]},{"name":"FACTOID_WEB","features":[641]},{"name":"FACTOID_WORDLIST","features":[641]},{"name":"FLICKACTION_COMMANDCODE","features":[641]},{"name":"FLICKACTION_COMMANDCODE_APPCOMMAND","features":[641]},{"name":"FLICKACTION_COMMANDCODE_CUSTOMKEY","features":[641]},{"name":"FLICKACTION_COMMANDCODE_KEYMODIFIER","features":[641]},{"name":"FLICKACTION_COMMANDCODE_NULL","features":[641]},{"name":"FLICKACTION_COMMANDCODE_SCROLL","features":[641]},{"name":"FLICKDIRECTION","features":[641]},{"name":"FLICKDIRECTION_DOWN","features":[641]},{"name":"FLICKDIRECTION_DOWNLEFT","features":[641]},{"name":"FLICKDIRECTION_DOWNRIGHT","features":[641]},{"name":"FLICKDIRECTION_INVALID","features":[641]},{"name":"FLICKDIRECTION_LEFT","features":[641]},{"name":"FLICKDIRECTION_MIN","features":[641]},{"name":"FLICKDIRECTION_RIGHT","features":[641]},{"name":"FLICKDIRECTION_UP","features":[641]},{"name":"FLICKDIRECTION_UPLEFT","features":[641]},{"name":"FLICKDIRECTION_UPRIGHT","features":[641]},{"name":"FLICKMODE","features":[641]},{"name":"FLICKMODE_DEFAULT","features":[641]},{"name":"FLICKMODE_LEARNING","features":[641]},{"name":"FLICKMODE_MAX","features":[641]},{"name":"FLICKMODE_MIN","features":[641]},{"name":"FLICKMODE_OFF","features":[641]},{"name":"FLICKMODE_ON","features":[641]},{"name":"FLICK_DATA","features":[641]},{"name":"FLICK_POINT","features":[641]},{"name":"FLICK_WM_HANDLED_MASK","features":[641]},{"name":"Floating","features":[641]},{"name":"GESTURE_ARROW_DOWN","features":[641]},{"name":"GESTURE_ARROW_LEFT","features":[641]},{"name":"GESTURE_ARROW_RIGHT","features":[641]},{"name":"GESTURE_ARROW_UP","features":[641]},{"name":"GESTURE_ASTERISK","features":[641]},{"name":"GESTURE_BRACE_LEFT","features":[641]},{"name":"GESTURE_BRACE_OVER","features":[641]},{"name":"GESTURE_BRACE_RIGHT","features":[641]},{"name":"GESTURE_BRACE_UNDER","features":[641]},{"name":"GESTURE_BRACKET_LEFT","features":[641]},{"name":"GESTURE_BRACKET_OVER","features":[641]},{"name":"GESTURE_BRACKET_RIGHT","features":[641]},{"name":"GESTURE_BRACKET_UNDER","features":[641]},{"name":"GESTURE_BULLET","features":[641]},{"name":"GESTURE_BULLET_CROSS","features":[641]},{"name":"GESTURE_CHECK","features":[641]},{"name":"GESTURE_CHEVRON_DOWN","features":[641]},{"name":"GESTURE_CHEVRON_LEFT","features":[641]},{"name":"GESTURE_CHEVRON_RIGHT","features":[641]},{"name":"GESTURE_CHEVRON_UP","features":[641]},{"name":"GESTURE_CIRCLE","features":[641]},{"name":"GESTURE_CIRCLE_CIRCLE","features":[641]},{"name":"GESTURE_CIRCLE_CROSS","features":[641]},{"name":"GESTURE_CIRCLE_LINE_HORZ","features":[641]},{"name":"GESTURE_CIRCLE_LINE_VERT","features":[641]},{"name":"GESTURE_CIRCLE_TAP","features":[641]},{"name":"GESTURE_CLOSEUP","features":[641]},{"name":"GESTURE_CROSS","features":[641]},{"name":"GESTURE_CURLICUE","features":[641]},{"name":"GESTURE_DATA","features":[641]},{"name":"GESTURE_DIAGONAL_LEFTDOWN","features":[641]},{"name":"GESTURE_DIAGONAL_LEFTUP","features":[641]},{"name":"GESTURE_DIAGONAL_RIGHTDOWN","features":[641]},{"name":"GESTURE_DIAGONAL_RIGHTUP","features":[641]},{"name":"GESTURE_DIGIT_0","features":[641]},{"name":"GESTURE_DIGIT_1","features":[641]},{"name":"GESTURE_DIGIT_2","features":[641]},{"name":"GESTURE_DIGIT_3","features":[641]},{"name":"GESTURE_DIGIT_4","features":[641]},{"name":"GESTURE_DIGIT_5","features":[641]},{"name":"GESTURE_DIGIT_6","features":[641]},{"name":"GESTURE_DIGIT_7","features":[641]},{"name":"GESTURE_DIGIT_8","features":[641]},{"name":"GESTURE_DIGIT_9","features":[641]},{"name":"GESTURE_DOLLAR","features":[641]},{"name":"GESTURE_DOUBLE_ARROW_DOWN","features":[641]},{"name":"GESTURE_DOUBLE_ARROW_LEFT","features":[641]},{"name":"GESTURE_DOUBLE_ARROW_RIGHT","features":[641]},{"name":"GESTURE_DOUBLE_ARROW_UP","features":[641]},{"name":"GESTURE_DOUBLE_CIRCLE","features":[641]},{"name":"GESTURE_DOUBLE_CURLICUE","features":[641]},{"name":"GESTURE_DOUBLE_DOWN","features":[641]},{"name":"GESTURE_DOUBLE_LEFT","features":[641]},{"name":"GESTURE_DOUBLE_RIGHT","features":[641]},{"name":"GESTURE_DOUBLE_TAP","features":[641]},{"name":"GESTURE_DOUBLE_UP","features":[641]},{"name":"GESTURE_DOWN","features":[641]},{"name":"GESTURE_DOWN_ARROW_LEFT","features":[641]},{"name":"GESTURE_DOWN_ARROW_RIGHT","features":[641]},{"name":"GESTURE_DOWN_LEFT","features":[641]},{"name":"GESTURE_DOWN_LEFT_LONG","features":[641]},{"name":"GESTURE_DOWN_RIGHT","features":[641]},{"name":"GESTURE_DOWN_RIGHT_LONG","features":[641]},{"name":"GESTURE_DOWN_UP","features":[641]},{"name":"GESTURE_EXCLAMATION","features":[641]},{"name":"GESTURE_INFINITY","features":[641]},{"name":"GESTURE_LEFT","features":[641]},{"name":"GESTURE_LEFT_ARROW_DOWN","features":[641]},{"name":"GESTURE_LEFT_ARROW_UP","features":[641]},{"name":"GESTURE_LEFT_DOWN","features":[641]},{"name":"GESTURE_LEFT_RIGHT","features":[641]},{"name":"GESTURE_LEFT_UP","features":[641]},{"name":"GESTURE_LETTER_A","features":[641]},{"name":"GESTURE_LETTER_B","features":[641]},{"name":"GESTURE_LETTER_C","features":[641]},{"name":"GESTURE_LETTER_D","features":[641]},{"name":"GESTURE_LETTER_E","features":[641]},{"name":"GESTURE_LETTER_F","features":[641]},{"name":"GESTURE_LETTER_G","features":[641]},{"name":"GESTURE_LETTER_H","features":[641]},{"name":"GESTURE_LETTER_I","features":[641]},{"name":"GESTURE_LETTER_J","features":[641]},{"name":"GESTURE_LETTER_K","features":[641]},{"name":"GESTURE_LETTER_L","features":[641]},{"name":"GESTURE_LETTER_M","features":[641]},{"name":"GESTURE_LETTER_N","features":[641]},{"name":"GESTURE_LETTER_O","features":[641]},{"name":"GESTURE_LETTER_P","features":[641]},{"name":"GESTURE_LETTER_Q","features":[641]},{"name":"GESTURE_LETTER_R","features":[641]},{"name":"GESTURE_LETTER_S","features":[641]},{"name":"GESTURE_LETTER_T","features":[641]},{"name":"GESTURE_LETTER_U","features":[641]},{"name":"GESTURE_LETTER_V","features":[641]},{"name":"GESTURE_LETTER_W","features":[641]},{"name":"GESTURE_LETTER_X","features":[641]},{"name":"GESTURE_LETTER_Y","features":[641]},{"name":"GESTURE_LETTER_Z","features":[641]},{"name":"GESTURE_NULL","features":[641]},{"name":"GESTURE_OPENUP","features":[641]},{"name":"GESTURE_PARAGRAPH","features":[641]},{"name":"GESTURE_PLUS","features":[641]},{"name":"GESTURE_QUAD_TAP","features":[641]},{"name":"GESTURE_QUESTION","features":[641]},{"name":"GESTURE_RECTANGLE","features":[641]},{"name":"GESTURE_RIGHT","features":[641]},{"name":"GESTURE_RIGHT_ARROW_DOWN","features":[641]},{"name":"GESTURE_RIGHT_ARROW_UP","features":[641]},{"name":"GESTURE_RIGHT_DOWN","features":[641]},{"name":"GESTURE_RIGHT_LEFT","features":[641]},{"name":"GESTURE_RIGHT_UP","features":[641]},{"name":"GESTURE_SCRATCHOUT","features":[641]},{"name":"GESTURE_SECTION","features":[641]},{"name":"GESTURE_SEMICIRCLE_LEFT","features":[641]},{"name":"GESTURE_SEMICIRCLE_RIGHT","features":[641]},{"name":"GESTURE_SHARP","features":[641]},{"name":"GESTURE_SQUARE","features":[641]},{"name":"GESTURE_SQUIGGLE","features":[641]},{"name":"GESTURE_STAR","features":[641]},{"name":"GESTURE_SWAP","features":[641]},{"name":"GESTURE_TAP","features":[641]},{"name":"GESTURE_TRIANGLE","features":[641]},{"name":"GESTURE_TRIPLE_DOWN","features":[641]},{"name":"GESTURE_TRIPLE_LEFT","features":[641]},{"name":"GESTURE_TRIPLE_RIGHT","features":[641]},{"name":"GESTURE_TRIPLE_TAP","features":[641]},{"name":"GESTURE_TRIPLE_UP","features":[641]},{"name":"GESTURE_UP","features":[641]},{"name":"GESTURE_UP_ARROW_LEFT","features":[641]},{"name":"GESTURE_UP_ARROW_RIGHT","features":[641]},{"name":"GESTURE_UP_DOWN","features":[641]},{"name":"GESTURE_UP_LEFT","features":[641]},{"name":"GESTURE_UP_LEFT_LONG","features":[641]},{"name":"GESTURE_UP_RIGHT","features":[641]},{"name":"GESTURE_UP_RIGHT_LONG","features":[641]},{"name":"GET_DANDIDATE_FLAGS","features":[641]},{"name":"GUID_DYNAMIC_RENDERER_CACHED_DATA","features":[641]},{"name":"GUID_GESTURE_DATA","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_ALTITUDE_ORIENTATION","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_AZIMUTH_ORIENTATION","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_BUTTON_PRESSURE","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_DEVICE_CONTACT_ID","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_FINGERCONTACTCONFIDENCE","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_HEIGHT","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_NORMAL_PRESSURE","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_PACKET_STATUS","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_PITCH_ROTATION","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_ROLL_ROTATION","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_SERIAL_NUMBER","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_TANGENT_PRESSURE","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_TIMER_TICK","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_TWIST_ORIENTATION","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_WIDTH","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_X","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_X_TILT_ORIENTATION","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_Y","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_YAW_ROTATION","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_Y_TILT_ORIENTATION","features":[641]},{"name":"GUID_PACKETPROPERTY_GUID_Z","features":[641]},{"name":"GestureRecognizer","features":[641]},{"name":"GetAllRecognizers","features":[641]},{"name":"GetBestResultString","features":[641]},{"name":"GetLatticePtr","features":[641]},{"name":"GetLeftSeparator","features":[641]},{"name":"GetRecoAttributes","features":[641]},{"name":"GetResultPropertyList","features":[641]},{"name":"GetRightSeparator","features":[641]},{"name":"GetUnicodeRanges","features":[641]},{"name":"HRECOALT","features":[641]},{"name":"HRECOCONTEXT","features":[641]},{"name":"HRECOGNIZER","features":[641]},{"name":"HRECOLATTICE","features":[641]},{"name":"HRECOWORDLIST","features":[641]},{"name":"HandwrittenTextInsertion","features":[641]},{"name":"IAG_AllGestures","features":[641]},{"name":"IAG_ArrowDown","features":[641]},{"name":"IAG_ArrowLeft","features":[641]},{"name":"IAG_ArrowRight","features":[641]},{"name":"IAG_ArrowUp","features":[641]},{"name":"IAG_Check","features":[641]},{"name":"IAG_ChevronDown","features":[641]},{"name":"IAG_ChevronLeft","features":[641]},{"name":"IAG_ChevronRight","features":[641]},{"name":"IAG_ChevronUp","features":[641]},{"name":"IAG_Circle","features":[641]},{"name":"IAG_Curlicue","features":[641]},{"name":"IAG_DoubleCircle","features":[641]},{"name":"IAG_DoubleCurlicue","features":[641]},{"name":"IAG_DoubleTap","features":[641]},{"name":"IAG_Down","features":[641]},{"name":"IAG_DownLeft","features":[641]},{"name":"IAG_DownLeftLong","features":[641]},{"name":"IAG_DownRight","features":[641]},{"name":"IAG_DownRightLong","features":[641]},{"name":"IAG_DownUp","features":[641]},{"name":"IAG_Exclamation","features":[641]},{"name":"IAG_Left","features":[641]},{"name":"IAG_LeftDown","features":[641]},{"name":"IAG_LeftRight","features":[641]},{"name":"IAG_LeftUp","features":[641]},{"name":"IAG_NoGesture","features":[641]},{"name":"IAG_Right","features":[641]},{"name":"IAG_RightDown","features":[641]},{"name":"IAG_RightLeft","features":[641]},{"name":"IAG_RightUp","features":[641]},{"name":"IAG_Scratchout","features":[641]},{"name":"IAG_SemiCircleLeft","features":[641]},{"name":"IAG_SemiCircleRight","features":[641]},{"name":"IAG_Square","features":[641]},{"name":"IAG_Star","features":[641]},{"name":"IAG_Tap","features":[641]},{"name":"IAG_Triangle","features":[641]},{"name":"IAG_Up","features":[641]},{"name":"IAG_UpDown","features":[641]},{"name":"IAG_UpLeft","features":[641]},{"name":"IAG_UpLeftLong","features":[641]},{"name":"IAG_UpRight","features":[641]},{"name":"IAG_UpRightLong","features":[641]},{"name":"IBBM_CurveFit","features":[641]},{"name":"IBBM_Default","features":[641]},{"name":"IBBM_NoCurveFit","features":[641]},{"name":"IBBM_PointsOnly","features":[641]},{"name":"IBBM_Union","features":[641]},{"name":"ICBS_Down","features":[641]},{"name":"ICBS_Unavailable","features":[641]},{"name":"ICBS_Up","features":[641]},{"name":"ICB_Copy","features":[641]},{"name":"ICB_Cut","features":[641]},{"name":"ICB_Default","features":[641]},{"name":"ICB_DelayedCopy","features":[641]},{"name":"ICB_ExtractOnly","features":[641]},{"name":"ICEI_AllEvents","features":[641]},{"name":"ICEI_CursorButtonDown","features":[641]},{"name":"ICEI_CursorButtonUp","features":[641]},{"name":"ICEI_CursorDown","features":[641]},{"name":"ICEI_CursorInRange","features":[641]},{"name":"ICEI_CursorOutOfRange","features":[641]},{"name":"ICEI_DblClick","features":[641]},{"name":"ICEI_DefaultEvents","features":[641]},{"name":"ICEI_MouseDown","features":[641]},{"name":"ICEI_MouseMove","features":[641]},{"name":"ICEI_MouseUp","features":[641]},{"name":"ICEI_MouseWheel","features":[641]},{"name":"ICEI_NewInAirPackets","features":[641]},{"name":"ICEI_NewPackets","features":[641]},{"name":"ICEI_Stroke","features":[641]},{"name":"ICEI_SystemGesture","features":[641]},{"name":"ICEI_TabletAdded","features":[641]},{"name":"ICEI_TabletRemoved","features":[641]},{"name":"ICF_Bitmap","features":[641]},{"name":"ICF_CopyMask","features":[641]},{"name":"ICF_Default","features":[641]},{"name":"ICF_EnhancedMetafile","features":[641]},{"name":"ICF_InkSerializedFormat","features":[641]},{"name":"ICF_Metafile","features":[641]},{"name":"ICF_None","features":[641]},{"name":"ICF_PasteMask","features":[641]},{"name":"ICF_SketchInk","features":[641]},{"name":"ICF_TextInk","features":[641]},{"name":"ICM_GestureOnly","features":[641]},{"name":"ICM_InkAndGesture","features":[641]},{"name":"ICM_InkOnly","features":[641]},{"name":"IDM_Ink","features":[641]},{"name":"IDM_Text","features":[641]},{"name":"IDT_Drawing","features":[641]},{"name":"IDT_Line","features":[641]},{"name":"IDT_Paragraph","features":[641]},{"name":"IDT_Segment","features":[641]},{"name":"IDynamicRenderer","features":[641]},{"name":"IECN_GESTURE","features":[641]},{"name":"IECN_RECOGNITIONRESULT","features":[641]},{"name":"IECN_STROKE","features":[641]},{"name":"IECN__BASE","features":[641]},{"name":"IEC_GESTUREINFO","features":[305,358,359,360,357,641]},{"name":"IEC_RECOGNITIONRESULTINFO","features":[305,358,357,641]},{"name":"IEC_STROKEINFO","features":[305,358,357,641]},{"name":"IEC__BASE","features":[641]},{"name":"IEF_CopyFromOriginal","features":[641]},{"name":"IEF_Default","features":[641]},{"name":"IEF_RemoveFromOriginal","features":[641]},{"name":"IEM_Disabled","features":[641]},{"name":"IEM_Ink","features":[641]},{"name":"IEM_InkAndGesture","features":[641]},{"name":"IEM_InsertInk","features":[641]},{"name":"IEM_InsertText","features":[641]},{"name":"IES_Collecting","features":[641]},{"name":"IES_Idle","features":[641]},{"name":"IES_Recognizing","features":[641]},{"name":"IGestureRecognizer","features":[641]},{"name":"IHandwrittenTextInsertion","features":[641]},{"name":"IInk","features":[358,641]},{"name":"IInkCollector","features":[358,641]},{"name":"IInkCursor","features":[358,641]},{"name":"IInkCursorButton","features":[358,641]},{"name":"IInkCursorButtons","features":[358,641]},{"name":"IInkCursors","features":[358,641]},{"name":"IInkCustomStrokes","features":[358,641]},{"name":"IInkDisp","features":[358,641]},{"name":"IInkDivider","features":[358,641]},{"name":"IInkDivisionResult","features":[358,641]},{"name":"IInkDivisionUnit","features":[358,641]},{"name":"IInkDivisionUnits","features":[358,641]},{"name":"IInkDrawingAttributes","features":[358,641]},{"name":"IInkEdit","features":[358,641]},{"name":"IInkExtendedProperties","features":[358,641]},{"name":"IInkExtendedProperty","features":[358,641]},{"name":"IInkGesture","features":[358,641]},{"name":"IInkLineInfo","features":[641]},{"name":"IInkOverlay","features":[358,641]},{"name":"IInkPicture","features":[358,641]},{"name":"IInkRecognitionAlternate","features":[358,641]},{"name":"IInkRecognitionAlternates","features":[358,641]},{"name":"IInkRecognitionResult","features":[358,641]},{"name":"IInkRecognizer","features":[358,641]},{"name":"IInkRecognizer2","features":[358,641]},{"name":"IInkRecognizerContext","features":[358,641]},{"name":"IInkRecognizerContext2","features":[358,641]},{"name":"IInkRecognizerGuide","features":[358,641]},{"name":"IInkRecognizers","features":[358,641]},{"name":"IInkRectangle","features":[358,641]},{"name":"IInkRenderer","features":[358,641]},{"name":"IInkStrokeDisp","features":[358,641]},{"name":"IInkStrokes","features":[358,641]},{"name":"IInkTablet","features":[358,641]},{"name":"IInkTablet2","features":[358,641]},{"name":"IInkTablet3","features":[358,641]},{"name":"IInkTablets","features":[358,641]},{"name":"IInkTransform","features":[358,641]},{"name":"IInkWordList","features":[358,641]},{"name":"IInkWordList2","features":[358,641]},{"name":"IInputPanelWindowHandle","features":[641]},{"name":"IKM_Alt","features":[641]},{"name":"IKM_Control","features":[641]},{"name":"IKM_Shift","features":[641]},{"name":"IMF_BOLD","features":[641]},{"name":"IMF_FONT_SELECTED_IN_HDC","features":[641]},{"name":"IMF_ITALIC","features":[641]},{"name":"IMF_Left","features":[641]},{"name":"IMF_Middle","features":[641]},{"name":"IMF_Right","features":[641]},{"name":"IMP_Arrow","features":[641]},{"name":"IMP_ArrowHourglass","features":[641]},{"name":"IMP_ArrowQuestion","features":[641]},{"name":"IMP_Crosshair","features":[641]},{"name":"IMP_Custom","features":[641]},{"name":"IMP_Default","features":[641]},{"name":"IMP_Hand","features":[641]},{"name":"IMP_Hourglass","features":[641]},{"name":"IMP_Ibeam","features":[641]},{"name":"IMP_NoDrop","features":[641]},{"name":"IMP_SizeAll","features":[641]},{"name":"IMP_SizeNESW","features":[641]},{"name":"IMP_SizeNS","features":[641]},{"name":"IMP_SizeNWSE","features":[641]},{"name":"IMP_SizeWE","features":[641]},{"name":"IMP_UpArrow","features":[641]},{"name":"IMathInputControl","features":[358,641]},{"name":"INKEDIT_CLASS","features":[641]},{"name":"INKEDIT_CLASSW","features":[641]},{"name":"INKMETRIC","features":[305,641]},{"name":"INKRECOGNITIONPROPERTY_BOXNUMBER","features":[641]},{"name":"INKRECOGNITIONPROPERTY_CONFIDENCELEVEL","features":[641]},{"name":"INKRECOGNITIONPROPERTY_HOTPOINT","features":[641]},{"name":"INKRECOGNITIONPROPERTY_LINEMETRICS","features":[641]},{"name":"INKRECOGNITIONPROPERTY_LINENUMBER","features":[641]},{"name":"INKRECOGNITIONPROPERTY_MAXIMUMSTROKECOUNT","features":[641]},{"name":"INKRECOGNITIONPROPERTY_POINTSPERINCH","features":[641]},{"name":"INKRECOGNITIONPROPERTY_SEGMENTATION","features":[641]},{"name":"INK_METRIC_FLAGS","features":[641]},{"name":"INK_SERIALIZED_FORMAT","features":[641]},{"name":"IOAM_Behind","features":[641]},{"name":"IOAM_InFront","features":[641]},{"name":"IOEM_Delete","features":[641]},{"name":"IOEM_Ink","features":[641]},{"name":"IOEM_Select","features":[641]},{"name":"IOERM_PointErase","features":[641]},{"name":"IOERM_StrokeErase","features":[641]},{"name":"IPCM_Default","features":[641]},{"name":"IPCM_MaximumCompression","features":[641]},{"name":"IPCM_NoCompression","features":[641]},{"name":"IPF_Base64GIF","features":[641]},{"name":"IPF_Base64InkSerializedFormat","features":[641]},{"name":"IPF_GIF","features":[641]},{"name":"IPF_InkSerializedFormat","features":[641]},{"name":"IPSM_AutoSize","features":[641]},{"name":"IPSM_CenterImage","features":[641]},{"name":"IPSM_Normal","features":[641]},{"name":"IPSM_StretchImage","features":[641]},{"name":"IPT_Ball","features":[641]},{"name":"IPT_Rectangle","features":[641]},{"name":"IP_CURSOR_DOWN","features":[641]},{"name":"IP_INVERTED","features":[641]},{"name":"IP_MARGIN","features":[641]},{"name":"IPenInputPanel","features":[358,641]},{"name":"IRAS_All","features":[641]},{"name":"IRAS_DefaultCount","features":[641]},{"name":"IRAS_Start","features":[641]},{"name":"IRCACM_Full","features":[641]},{"name":"IRCACM_Prefix","features":[641]},{"name":"IRCACM_Random","features":[641]},{"name":"IRC_AdviseInkChange","features":[641]},{"name":"IRC_Alpha","features":[641]},{"name":"IRC_ArbitraryAngle","features":[641]},{"name":"IRC_Beta","features":[641]},{"name":"IRC_BoxedInput","features":[641]},{"name":"IRC_CharacterAutoCompletionInput","features":[641]},{"name":"IRC_Cursive","features":[641]},{"name":"IRC_DontCare","features":[641]},{"name":"IRC_DownAndLeft","features":[641]},{"name":"IRC_DownAndRight","features":[641]},{"name":"IRC_FreeInput","features":[641]},{"name":"IRC_Intermediate","features":[641]},{"name":"IRC_Lattice","features":[641]},{"name":"IRC_LeftAndDown","features":[641]},{"name":"IRC_LinedInput","features":[641]},{"name":"IRC_Object","features":[641]},{"name":"IRC_Personalizable","features":[641]},{"name":"IRC_Poor","features":[641]},{"name":"IRC_PrefersArbitraryAngle","features":[641]},{"name":"IRC_PrefersParagraphBreaking","features":[641]},{"name":"IRC_PrefersSegmentation","features":[641]},{"name":"IRC_RightAndDown","features":[641]},{"name":"IRC_StrokeReorder","features":[641]},{"name":"IRC_Strong","features":[641]},{"name":"IRC_TextPrediction","features":[641]},{"name":"IRM_AutoSpace","features":[641]},{"name":"IRM_Coerce","features":[641]},{"name":"IRM_DisablePersonalization","features":[641]},{"name":"IRM_LineMode","features":[641]},{"name":"IRM_Max","features":[641]},{"name":"IRM_None","features":[641]},{"name":"IRM_PrefixOk","features":[641]},{"name":"IRM_TopInkBreaksOnly","features":[641]},{"name":"IRM_WordModeOnly","features":[641]},{"name":"IRO_Black","features":[641]},{"name":"IRO_CopyPen","features":[641]},{"name":"IRO_MaskNotPen","features":[641]},{"name":"IRO_MaskPen","features":[641]},{"name":"IRO_MaskPenNot","features":[641]},{"name":"IRO_MergeNotPen","features":[641]},{"name":"IRO_MergePen","features":[641]},{"name":"IRO_MergePenNot","features":[641]},{"name":"IRO_NoOperation","features":[641]},{"name":"IRO_Not","features":[641]},{"name":"IRO_NotCopyPen","features":[641]},{"name":"IRO_NotMaskPen","features":[641]},{"name":"IRO_NotMergePen","features":[641]},{"name":"IRO_NotXOrPen","features":[641]},{"name":"IRO_White","features":[641]},{"name":"IRO_XOrPen","features":[641]},{"name":"IRS_InkAddedFailed","features":[641]},{"name":"IRS_Interrupted","features":[641]},{"name":"IRS_NoError","features":[641]},{"name":"IRS_ProcessFailed","features":[641]},{"name":"IRS_SetAutoCompletionModeFailed","features":[641]},{"name":"IRS_SetFactoidFailed","features":[641]},{"name":"IRS_SetFlagsFailed","features":[641]},{"name":"IRS_SetGuideFailed","features":[641]},{"name":"IRS_SetPrefixSuffixFailed","features":[641]},{"name":"IRS_SetStrokesFailed","features":[641]},{"name":"IRS_SetWordListFailed","features":[641]},{"name":"IRealTimeStylus","features":[641]},{"name":"IRealTimeStylus2","features":[641]},{"name":"IRealTimeStylus3","features":[641]},{"name":"IRealTimeStylusSynchronization","features":[641]},{"name":"ISC_AllElements","features":[641]},{"name":"ISC_FirstElement","features":[641]},{"name":"ISG_DoubleTap","features":[641]},{"name":"ISG_Drag","features":[641]},{"name":"ISG_Flick","features":[641]},{"name":"ISG_HoldEnter","features":[641]},{"name":"ISG_HoldLeave","features":[641]},{"name":"ISG_HoverEnter","features":[641]},{"name":"ISG_HoverLeave","features":[641]},{"name":"ISG_RightDrag","features":[641]},{"name":"ISG_RightTap","features":[641]},{"name":"ISG_Tap","features":[641]},{"name":"ISketchInk","features":[358,641]},{"name":"IStrokeBuilder","features":[641]},{"name":"IStylusAsyncPlugin","features":[641]},{"name":"IStylusPlugin","features":[641]},{"name":"IStylusSyncPlugin","features":[641]},{"name":"ITextInputPanel","features":[641]},{"name":"ITextInputPanelEventSink","features":[641]},{"name":"ITextInputPanelRunInfo","features":[641]},{"name":"ITipAutoCompleteClient","features":[641]},{"name":"ITipAutoCompleteProvider","features":[641]},{"name":"InPlace","features":[641]},{"name":"InPlaceDirection","features":[641]},{"name":"InPlaceDirection_Auto","features":[641]},{"name":"InPlaceDirection_Bottom","features":[641]},{"name":"InPlaceDirection_Top","features":[641]},{"name":"InPlaceState","features":[641]},{"name":"InPlaceState_Auto","features":[641]},{"name":"InPlaceState_Expanded","features":[641]},{"name":"InPlaceState_HoverTarget","features":[641]},{"name":"Ink","features":[641]},{"name":"InkApplicationGesture","features":[641]},{"name":"InkBoundingBoxMode","features":[641]},{"name":"InkClipboardFormats","features":[641]},{"name":"InkClipboardModes","features":[641]},{"name":"InkCollectionMode","features":[641]},{"name":"InkCollector","features":[641]},{"name":"InkCollectorClipInkToMargin","features":[641]},{"name":"InkCollectorDefaultMargin","features":[641]},{"name":"InkCollectorEventInterest","features":[641]},{"name":"InkCursorButtonState","features":[641]},{"name":"InkDisp","features":[641]},{"name":"InkDisplayMode","features":[641]},{"name":"InkDivider","features":[641]},{"name":"InkDivisionType","features":[641]},{"name":"InkDrawingAttributes","features":[641]},{"name":"InkEdit","features":[641]},{"name":"InkEditStatus","features":[641]},{"name":"InkExtractFlags","features":[641]},{"name":"InkInsertMode","features":[641]},{"name":"InkMaxTransparencyValue","features":[641]},{"name":"InkMinTransparencyValue","features":[641]},{"name":"InkMode","features":[641]},{"name":"InkMouseButton","features":[641]},{"name":"InkMousePointer","features":[641]},{"name":"InkOverlay","features":[641]},{"name":"InkOverlayAttachMode","features":[641]},{"name":"InkOverlayEditingMode","features":[641]},{"name":"InkOverlayEraserMode","features":[641]},{"name":"InkPenTip","features":[641]},{"name":"InkPersistenceCompressionMode","features":[641]},{"name":"InkPersistenceFormat","features":[641]},{"name":"InkPicture","features":[641]},{"name":"InkPictureSizeMode","features":[641]},{"name":"InkRasterOperation","features":[641]},{"name":"InkRecoGuide","features":[305,641]},{"name":"InkRecognitionAlternatesSelection","features":[641]},{"name":"InkRecognitionConfidence","features":[641]},{"name":"InkRecognitionModes","features":[641]},{"name":"InkRecognitionStatus","features":[641]},{"name":"InkRecognizerCapabilities","features":[641]},{"name":"InkRecognizerCharacterAutoCompletionMode","features":[641]},{"name":"InkRecognizerContext","features":[641]},{"name":"InkRecognizerGuide","features":[641]},{"name":"InkRecognizers","features":[641]},{"name":"InkRectangle","features":[641]},{"name":"InkRenderer","features":[641]},{"name":"InkSelectionConstants","features":[641]},{"name":"InkShiftKeyModifierFlags","features":[641]},{"name":"InkStrokes","features":[641]},{"name":"InkSystemGesture","features":[641]},{"name":"InkTablets","features":[641]},{"name":"InkTransform","features":[641]},{"name":"InkWordList","features":[641]},{"name":"InteractionMode","features":[641]},{"name":"InteractionMode_DockedBottom","features":[641]},{"name":"InteractionMode_DockedTop","features":[641]},{"name":"InteractionMode_Floating","features":[641]},{"name":"InteractionMode_InPlace","features":[641]},{"name":"IsStringSupported","features":[641]},{"name":"KEYMODIFIER","features":[641]},{"name":"KEYMODIFIER_ALTGR","features":[641]},{"name":"KEYMODIFIER_CONTROL","features":[641]},{"name":"KEYMODIFIER_EXT","features":[641]},{"name":"KEYMODIFIER_MENU","features":[641]},{"name":"KEYMODIFIER_SHIFT","features":[641]},{"name":"KEYMODIFIER_WIN","features":[641]},{"name":"LATTICE_METRICS","features":[305,641]},{"name":"LEFT_BUTTON","features":[641]},{"name":"LINE_METRICS","features":[641]},{"name":"LINE_SEGMENT","features":[305,641]},{"name":"LM_ASCENDER","features":[641]},{"name":"LM_BASELINE","features":[641]},{"name":"LM_DESCENDER","features":[641]},{"name":"LM_MIDLINE","features":[641]},{"name":"LoadCachedAttributes","features":[641]},{"name":"MAX_FRIENDLYNAME","features":[641]},{"name":"MAX_LANGUAGES","features":[641]},{"name":"MAX_PACKET_BUTTON_COUNT","features":[641]},{"name":"MAX_PACKET_PROPERTY_COUNT","features":[641]},{"name":"MAX_VENDORNAME","features":[641]},{"name":"MICROSOFT_PENINPUT_PANEL_PROPERTY_T","features":[641]},{"name":"MICROSOFT_TIP_COMBOBOXLIST_PROPERTY","features":[641]},{"name":"MICROSOFT_TIP_NO_INSERT_BUTTON_PROPERTY","features":[641]},{"name":"MICROSOFT_TIP_OPENING_MSG","features":[641]},{"name":"MICROSOFT_URL_EXPERIENCE_PROPERTY","features":[641]},{"name":"MICUIELEMENT","features":[641]},{"name":"MICUIELEMENTSTATE","features":[641]},{"name":"MICUIELEMENTSTATE_DISABLED","features":[641]},{"name":"MICUIELEMENTSTATE_HOT","features":[641]},{"name":"MICUIELEMENTSTATE_NORMAL","features":[641]},{"name":"MICUIELEMENTSTATE_PRESSED","features":[641]},{"name":"MICUIELEMENT_BUTTON_CANCEL","features":[641]},{"name":"MICUIELEMENT_BUTTON_CLEAR","features":[641]},{"name":"MICUIELEMENT_BUTTON_CORRECT","features":[641]},{"name":"MICUIELEMENT_BUTTON_ERASE","features":[641]},{"name":"MICUIELEMENT_BUTTON_INSERT","features":[641]},{"name":"MICUIELEMENT_BUTTON_REDO","features":[641]},{"name":"MICUIELEMENT_BUTTON_UNDO","features":[641]},{"name":"MICUIELEMENT_BUTTON_WRITE","features":[641]},{"name":"MICUIELEMENT_INKPANEL_BACKGROUND","features":[641]},{"name":"MICUIELEMENT_RESULTPANEL_BACKGROUND","features":[641]},{"name":"MIDDLE_BUTTON","features":[641]},{"name":"MakeWordList","features":[641]},{"name":"MathInputControl","features":[641]},{"name":"MouseButton","features":[641]},{"name":"NO_BUTTON","features":[641]},{"name":"NUM_FLICK_DIRECTIONS","features":[641]},{"name":"PACKET_DESCRIPTION","features":[641]},{"name":"PACKET_PROPERTY","features":[641]},{"name":"PROPERTY_METRICS","features":[641]},{"name":"PROPERTY_UNITS","features":[641]},{"name":"PROPERTY_UNITS_AMPERE","features":[641]},{"name":"PROPERTY_UNITS_CANDELA","features":[641]},{"name":"PROPERTY_UNITS_CENTIMETERS","features":[641]},{"name":"PROPERTY_UNITS_DEFAULT","features":[641]},{"name":"PROPERTY_UNITS_DEGREES","features":[641]},{"name":"PROPERTY_UNITS_ENGLINEAR","features":[641]},{"name":"PROPERTY_UNITS_ENGROTATION","features":[641]},{"name":"PROPERTY_UNITS_FAHRENHEIT","features":[641]},{"name":"PROPERTY_UNITS_GRAMS","features":[641]},{"name":"PROPERTY_UNITS_INCHES","features":[641]},{"name":"PROPERTY_UNITS_KELVIN","features":[641]},{"name":"PROPERTY_UNITS_POUNDS","features":[641]},{"name":"PROPERTY_UNITS_RADIANS","features":[641]},{"name":"PROPERTY_UNITS_SECONDS","features":[641]},{"name":"PROPERTY_UNITS_SILINEAR","features":[641]},{"name":"PROPERTY_UNITS_SIROTATION","features":[641]},{"name":"PROPERTY_UNITS_SLUGS","features":[641]},{"name":"PT_Default","features":[641]},{"name":"PT_Handwriting","features":[641]},{"name":"PT_Inactive","features":[641]},{"name":"PT_Keyboard","features":[641]},{"name":"PanelInputArea","features":[641]},{"name":"PanelInputArea_Auto","features":[641]},{"name":"PanelInputArea_CharacterPad","features":[641]},{"name":"PanelInputArea_Keyboard","features":[641]},{"name":"PanelInputArea_WritingPad","features":[641]},{"name":"PanelType","features":[641]},{"name":"PenInputPanel","features":[641]},{"name":"PenInputPanel_Internal","features":[641]},{"name":"PfnRecoCallback","features":[641]},{"name":"Process","features":[305,641]},{"name":"RECOCONF_HIGHCONFIDENCE","features":[641]},{"name":"RECOCONF_LOWCONFIDENCE","features":[641]},{"name":"RECOCONF_MEDIUMCONFIDENCE","features":[641]},{"name":"RECOCONF_NOTSET","features":[641]},{"name":"RECOFLAG_AUTOSPACE","features":[641]},{"name":"RECOFLAG_COERCE","features":[641]},{"name":"RECOFLAG_DISABLEPERSONALIZATION","features":[641]},{"name":"RECOFLAG_LINEMODE","features":[641]},{"name":"RECOFLAG_PREFIXOK","features":[641]},{"name":"RECOFLAG_SINGLESEG","features":[641]},{"name":"RECOFLAG_WORDMODE","features":[641]},{"name":"RECO_ATTRS","features":[641]},{"name":"RECO_GUIDE","features":[641]},{"name":"RECO_LATTICE","features":[641]},{"name":"RECO_LATTICE_COLUMN","features":[641]},{"name":"RECO_LATTICE_ELEMENT","features":[641]},{"name":"RECO_LATTICE_PROPERTIES","features":[641]},{"name":"RECO_LATTICE_PROPERTY","features":[641]},{"name":"RECO_RANGE","features":[641]},{"name":"RECO_TYPE","features":[641]},{"name":"RECO_TYPE_WCHAR","features":[641]},{"name":"RECO_TYPE_WSTRING","features":[641]},{"name":"RF_ADVISEINKCHANGE","features":[641]},{"name":"RF_ARBITRARY_ANGLE","features":[641]},{"name":"RF_BOXED_INPUT","features":[641]},{"name":"RF_CAC_INPUT","features":[641]},{"name":"RF_DONTCARE","features":[641]},{"name":"RF_DOWN_AND_LEFT","features":[641]},{"name":"RF_DOWN_AND_RIGHT","features":[641]},{"name":"RF_FREE_INPUT","features":[641]},{"name":"RF_LATTICE","features":[641]},{"name":"RF_LEFT_AND_DOWN","features":[641]},{"name":"RF_LINED_INPUT","features":[641]},{"name":"RF_OBJECT","features":[641]},{"name":"RF_PERFORMSLINEBREAKING","features":[641]},{"name":"RF_PERSONALIZABLE","features":[641]},{"name":"RF_REQUIRESSEGMENTATIONBREAKING","features":[641]},{"name":"RF_RIGHT_AND_DOWN","features":[641]},{"name":"RF_STROKEREORDER","features":[641]},{"name":"RIGHT_BUTTON","features":[641]},{"name":"RTSDI_AllData","features":[641]},{"name":"RTSDI_CustomStylusDataAdded","features":[641]},{"name":"RTSDI_DefaultEvents","features":[641]},{"name":"RTSDI_Error","features":[641]},{"name":"RTSDI_InAirPackets","features":[641]},{"name":"RTSDI_None","features":[641]},{"name":"RTSDI_Packets","features":[641]},{"name":"RTSDI_RealTimeStylusDisabled","features":[641]},{"name":"RTSDI_RealTimeStylusEnabled","features":[641]},{"name":"RTSDI_StylusButtonDown","features":[641]},{"name":"RTSDI_StylusButtonUp","features":[641]},{"name":"RTSDI_StylusDown","features":[641]},{"name":"RTSDI_StylusInRange","features":[641]},{"name":"RTSDI_StylusNew","features":[641]},{"name":"RTSDI_StylusOutOfRange","features":[641]},{"name":"RTSDI_StylusUp","features":[641]},{"name":"RTSDI_SystemEvents","features":[641]},{"name":"RTSDI_TabletAdded","features":[641]},{"name":"RTSDI_TabletRemoved","features":[641]},{"name":"RTSDI_UpdateMapping","features":[641]},{"name":"RTSLT_AsyncEventLock","features":[641]},{"name":"RTSLT_AsyncObjLock","features":[641]},{"name":"RTSLT_ExcludeCallback","features":[641]},{"name":"RTSLT_ObjLock","features":[641]},{"name":"RTSLT_SyncEventLock","features":[641]},{"name":"RTSLT_SyncObjLock","features":[641]},{"name":"RealTimeStylus","features":[641]},{"name":"RealTimeStylusDataInterest","features":[641]},{"name":"RealTimeStylusLockType","features":[641]},{"name":"SAFE_PARTIAL","features":[641]},{"name":"SCROLLDIRECTION","features":[641]},{"name":"SCROLLDIRECTION_DOWN","features":[641]},{"name":"SCROLLDIRECTION_UP","features":[641]},{"name":"SHR_E","features":[641]},{"name":"SHR_N","features":[641]},{"name":"SHR_NE","features":[641]},{"name":"SHR_NW","features":[641]},{"name":"SHR_None","features":[641]},{"name":"SHR_S","features":[641]},{"name":"SHR_SE","features":[641]},{"name":"SHR_SW","features":[641]},{"name":"SHR_Selection","features":[641]},{"name":"SHR_W","features":[641]},{"name":"STROKE_RANGE","features":[641]},{"name":"STR_GUID_ALTITUDEORIENTATION","features":[641]},{"name":"STR_GUID_AZIMUTHORIENTATION","features":[641]},{"name":"STR_GUID_BUTTONPRESSURE","features":[641]},{"name":"STR_GUID_DEVICE_CONTACT_ID","features":[641]},{"name":"STR_GUID_FINGERCONTACTCONFIDENCE","features":[641]},{"name":"STR_GUID_HEIGHT","features":[641]},{"name":"STR_GUID_NORMALPRESSURE","features":[641]},{"name":"STR_GUID_PAKETSTATUS","features":[641]},{"name":"STR_GUID_PITCHROTATION","features":[641]},{"name":"STR_GUID_ROLLROTATION","features":[641]},{"name":"STR_GUID_SERIALNUMBER","features":[641]},{"name":"STR_GUID_TANGENTPRESSURE","features":[641]},{"name":"STR_GUID_TIMERTICK","features":[641]},{"name":"STR_GUID_TWISTORIENTATION","features":[641]},{"name":"STR_GUID_WIDTH","features":[641]},{"name":"STR_GUID_X","features":[641]},{"name":"STR_GUID_XTILTORIENTATION","features":[641]},{"name":"STR_GUID_Y","features":[641]},{"name":"STR_GUID_YAWROTATION","features":[641]},{"name":"STR_GUID_YTILTORIENTATION","features":[641]},{"name":"STR_GUID_Z","features":[641]},{"name":"SYSTEM_EVENT_DATA","features":[641]},{"name":"ScrollBarsConstants","features":[641]},{"name":"SelAlignmentConstants","features":[641]},{"name":"SelectionHitResult","features":[641]},{"name":"SetEnabledUnicodeRanges","features":[641]},{"name":"SetFactoid","features":[641]},{"name":"SetFlags","features":[641]},{"name":"SetGuide","features":[641]},{"name":"SetTextContext","features":[641]},{"name":"SetWordList","features":[641]},{"name":"SketchInk","features":[641]},{"name":"StrokeBuilder","features":[641]},{"name":"StylusInfo","features":[305,641]},{"name":"StylusQueue","features":[641]},{"name":"SyncStylusQueue","features":[641]},{"name":"TABLET_DISABLE_FLICKFALLBACKKEYS","features":[641]},{"name":"TABLET_DISABLE_FLICKS","features":[641]},{"name":"TABLET_DISABLE_PENBARRELFEEDBACK","features":[641]},{"name":"TABLET_DISABLE_PENTAPFEEDBACK","features":[641]},{"name":"TABLET_DISABLE_PRESSANDHOLD","features":[641]},{"name":"TABLET_DISABLE_SMOOTHSCROLLING","features":[641]},{"name":"TABLET_DISABLE_TOUCHSWITCH","features":[641]},{"name":"TABLET_DISABLE_TOUCHUIFORCEOFF","features":[641]},{"name":"TABLET_DISABLE_TOUCHUIFORCEON","features":[641]},{"name":"TABLET_ENABLE_FLICKLEARNINGMODE","features":[641]},{"name":"TABLET_ENABLE_FLICKSONCONTEXT","features":[641]},{"name":"TABLET_ENABLE_MULTITOUCHDATA","features":[641]},{"name":"TCF_ALLOW_RECOGNITION","features":[641]},{"name":"TCF_FORCE_RECOGNITION","features":[641]},{"name":"TDK_Mouse","features":[641]},{"name":"TDK_Pen","features":[641]},{"name":"TDK_Touch","features":[641]},{"name":"THWC_CursorMustTouch","features":[641]},{"name":"THWC_CursorsHavePhysicalIds","features":[641]},{"name":"THWC_HardProximity","features":[641]},{"name":"THWC_Integrated","features":[641]},{"name":"TPMU_Centimeters","features":[641]},{"name":"TPMU_Default","features":[641]},{"name":"TPMU_Degrees","features":[641]},{"name":"TPMU_Grams","features":[641]},{"name":"TPMU_Inches","features":[641]},{"name":"TPMU_Pounds","features":[641]},{"name":"TPMU_Radians","features":[641]},{"name":"TPMU_Seconds","features":[641]},{"name":"TabletDeviceKind","features":[641]},{"name":"TabletHardwareCapabilities","features":[641]},{"name":"TabletPropertyMetricUnit","features":[641]},{"name":"TextInputPanel","features":[641]},{"name":"TipAutoCompleteClient","features":[641]},{"name":"VisualState","features":[641]},{"name":"WM_TABLET_ADDED","features":[641]},{"name":"WM_TABLET_DEFBASE","features":[641]},{"name":"WM_TABLET_DELETED","features":[641]},{"name":"WM_TABLET_FLICK","features":[641]},{"name":"WM_TABLET_MAXOFFSET","features":[641]},{"name":"WM_TABLET_QUERYSYSTEMGESTURESTATUS","features":[641]},{"name":"_IInkCollectorEvents","features":[358,641]},{"name":"_IInkEditEvents","features":[358,641]},{"name":"_IInkEvents","features":[358,641]},{"name":"_IInkOverlayEvents","features":[358,641]},{"name":"_IInkPictureEvents","features":[358,641]},{"name":"_IInkRecognitionEvents","features":[358,641]},{"name":"_IInkStrokesEvents","features":[358,641]},{"name":"_IMathInputControlEvents","features":[358,641]},{"name":"_IPenInputPanelEvents","features":[358,641]},{"name":"rtfBoth","features":[641]},{"name":"rtfCenter","features":[641]},{"name":"rtfFixedSingle","features":[641]},{"name":"rtfFlat","features":[641]},{"name":"rtfHorizontal","features":[641]},{"name":"rtfLeft","features":[641]},{"name":"rtfNoBorder","features":[641]},{"name":"rtfNone","features":[641]},{"name":"rtfRight","features":[641]},{"name":"rtfThreeD","features":[641]},{"name":"rtfVertical","features":[641]}],"680":[{"name":"ANCHOR_CHANGE_HISTORY_FLAGS","features":[642]},{"name":"AccClientDocMgr","features":[642]},{"name":"AccDictionary","features":[642]},{"name":"AccServerDocMgr","features":[642]},{"name":"AccStore","features":[642]},{"name":"CAND_CANCELED","features":[642]},{"name":"CAND_FINALIZED","features":[642]},{"name":"CAND_SELECTED","features":[642]},{"name":"CLSID_TF_CategoryMgr","features":[642]},{"name":"CLSID_TF_ClassicLangBar","features":[642]},{"name":"CLSID_TF_DisplayAttributeMgr","features":[642]},{"name":"CLSID_TF_InputProcessorProfiles","features":[642]},{"name":"CLSID_TF_LangBarItemMgr","features":[642]},{"name":"CLSID_TF_LangBarMgr","features":[642]},{"name":"CLSID_TF_ThreadMgr","features":[642]},{"name":"CLSID_TF_TransitoryExtensionUIEntry","features":[642]},{"name":"CLSID_TsfServices","features":[642]},{"name":"DCM_FLAGS_CTFMON","features":[642]},{"name":"DCM_FLAGS_LOCALTHREADTSF","features":[642]},{"name":"DCM_FLAGS_TASKENG","features":[642]},{"name":"DoMsCtfMonitor","features":[305,642]},{"name":"DocWrap","features":[642]},{"name":"GETIF_DICTGRAM","features":[642]},{"name":"GETIF_RECOCONTEXT","features":[642]},{"name":"GETIF_RECOGNIZER","features":[642]},{"name":"GETIF_RECOGNIZERNOINIT","features":[642]},{"name":"GETIF_RESMGR","features":[642]},{"name":"GETIF_VOICE","features":[642]},{"name":"GET_TEXT_AND_PROPERTY_UPDATES_FLAGS","features":[642]},{"name":"GUID_APP_FUNCTIONPROVIDER","features":[642]},{"name":"GUID_COMPARTMENT_CONVERSIONMODEBIAS","features":[642]},{"name":"GUID_COMPARTMENT_EMPTYCONTEXT","features":[642]},{"name":"GUID_COMPARTMENT_ENABLED_PROFILES_UPDATED","features":[642]},{"name":"GUID_COMPARTMENT_HANDWRITING_OPENCLOSE","features":[642]},{"name":"GUID_COMPARTMENT_KEYBOARD_DISABLED","features":[642]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE","features":[642]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE_CONVERSION","features":[642]},{"name":"GUID_COMPARTMENT_KEYBOARD_INPUTMODE_SENTENCE","features":[642]},{"name":"GUID_COMPARTMENT_KEYBOARD_OPENCLOSE","features":[642]},{"name":"GUID_COMPARTMENT_SAPI_AUDIO","features":[642]},{"name":"GUID_COMPARTMENT_SPEECH_CFGMENU","features":[642]},{"name":"GUID_COMPARTMENT_SPEECH_DISABLED","features":[642]},{"name":"GUID_COMPARTMENT_SPEECH_GLOBALSTATE","features":[642]},{"name":"GUID_COMPARTMENT_SPEECH_OPENCLOSE","features":[642]},{"name":"GUID_COMPARTMENT_SPEECH_UI_STATUS","features":[642]},{"name":"GUID_COMPARTMENT_TIPUISTATUS","features":[642]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION","features":[642]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION_DOCUMENTMANAGER","features":[642]},{"name":"GUID_COMPARTMENT_TRANSITORYEXTENSION_PARENT","features":[642]},{"name":"GUID_INTEGRATIONSTYLE_SEARCHBOX","features":[642]},{"name":"GUID_LBI_INPUTMODE","features":[642]},{"name":"GUID_LBI_SAPILAYR_CFGMENUBUTTON","features":[642]},{"name":"GUID_MODEBIAS_CHINESE","features":[642]},{"name":"GUID_MODEBIAS_CONVERSATION","features":[642]},{"name":"GUID_MODEBIAS_DATETIME","features":[642]},{"name":"GUID_MODEBIAS_FILENAME","features":[642]},{"name":"GUID_MODEBIAS_FULLWIDTHALPHANUMERIC","features":[642]},{"name":"GUID_MODEBIAS_FULLWIDTHHANGUL","features":[642]},{"name":"GUID_MODEBIAS_HALFWIDTHKATAKANA","features":[642]},{"name":"GUID_MODEBIAS_HANGUL","features":[642]},{"name":"GUID_MODEBIAS_HIRAGANA","features":[642]},{"name":"GUID_MODEBIAS_KATAKANA","features":[642]},{"name":"GUID_MODEBIAS_NAME","features":[642]},{"name":"GUID_MODEBIAS_NONE","features":[642]},{"name":"GUID_MODEBIAS_NUMERIC","features":[642]},{"name":"GUID_MODEBIAS_READING","features":[642]},{"name":"GUID_MODEBIAS_URLHISTORY","features":[642]},{"name":"GUID_PROP_ATTRIBUTE","features":[642]},{"name":"GUID_PROP_COMPOSING","features":[642]},{"name":"GUID_PROP_INPUTSCOPE","features":[642]},{"name":"GUID_PROP_LANGID","features":[642]},{"name":"GUID_PROP_MODEBIAS","features":[642]},{"name":"GUID_PROP_READING","features":[642]},{"name":"GUID_PROP_TEXTOWNER","features":[642]},{"name":"GUID_PROP_TKB_ALTERNATES","features":[642]},{"name":"GUID_SYSTEM_FUNCTIONPROVIDER","features":[642]},{"name":"GUID_TFCAT_CATEGORY_OF_TIP","features":[642]},{"name":"GUID_TFCAT_DISPLAYATTRIBUTEPROPERTY","features":[642]},{"name":"GUID_TFCAT_DISPLAYATTRIBUTEPROVIDER","features":[642]},{"name":"GUID_TFCAT_PROPSTYLE_STATIC","features":[642]},{"name":"GUID_TFCAT_PROP_AUDIODATA","features":[642]},{"name":"GUID_TFCAT_PROP_INKDATA","features":[642]},{"name":"GUID_TFCAT_TIPCAP_COMLESS","features":[642]},{"name":"GUID_TFCAT_TIPCAP_DUALMODE","features":[642]},{"name":"GUID_TFCAT_TIPCAP_IMMERSIVEONLY","features":[642]},{"name":"GUID_TFCAT_TIPCAP_IMMERSIVESUPPORT","features":[642]},{"name":"GUID_TFCAT_TIPCAP_INPUTMODECOMPARTMENT","features":[642]},{"name":"GUID_TFCAT_TIPCAP_LOCALSERVER","features":[642]},{"name":"GUID_TFCAT_TIPCAP_SECUREMODE","features":[642]},{"name":"GUID_TFCAT_TIPCAP_SYSTRAYSUPPORT","features":[642]},{"name":"GUID_TFCAT_TIPCAP_TSF3","features":[642]},{"name":"GUID_TFCAT_TIPCAP_UIELEMENTENABLED","features":[642]},{"name":"GUID_TFCAT_TIPCAP_WOW16","features":[642]},{"name":"GUID_TFCAT_TIP_HANDWRITING","features":[642]},{"name":"GUID_TFCAT_TIP_KEYBOARD","features":[642]},{"name":"GUID_TFCAT_TIP_SPEECH","features":[642]},{"name":"GUID_TFCAT_TRANSITORYEXTENSIONUI","features":[642]},{"name":"GUID_TS_SERVICE_ACCESSIBLE","features":[642]},{"name":"GUID_TS_SERVICE_ACTIVEX","features":[642]},{"name":"GUID_TS_SERVICE_DATAOBJECT","features":[642]},{"name":"GXFPF_NEAREST","features":[642]},{"name":"GXFPF_ROUND_NEAREST","features":[642]},{"name":"IAccClientDocMgr","features":[642]},{"name":"IAccDictionary","features":[642]},{"name":"IAccServerDocMgr","features":[642]},{"name":"IAccStore","features":[642]},{"name":"IAnchor","features":[642]},{"name":"IClonableWrapper","features":[642]},{"name":"ICoCreateLocally","features":[642]},{"name":"ICoCreatedLocally","features":[642]},{"name":"IDocWrap","features":[642]},{"name":"IEnumITfCompositionView","features":[642]},{"name":"IEnumSpeechCommands","features":[642]},{"name":"IEnumTfCandidates","features":[642]},{"name":"IEnumTfContextViews","features":[642]},{"name":"IEnumTfContexts","features":[642]},{"name":"IEnumTfDisplayAttributeInfo","features":[642]},{"name":"IEnumTfDocumentMgrs","features":[642]},{"name":"IEnumTfFunctionProviders","features":[642]},{"name":"IEnumTfInputProcessorProfiles","features":[642]},{"name":"IEnumTfLangBarItems","features":[642]},{"name":"IEnumTfLanguageProfiles","features":[642]},{"name":"IEnumTfLatticeElements","features":[642]},{"name":"IEnumTfProperties","features":[642]},{"name":"IEnumTfPropertyValue","features":[642]},{"name":"IEnumTfRanges","features":[642]},{"name":"IEnumTfUIElements","features":[642]},{"name":"IInternalDocWrap","features":[642]},{"name":"ILMCM_CHECKLAYOUTANDTIPENABLED","features":[642]},{"name":"ILMCM_LANGUAGEBAROFF","features":[642]},{"name":"INSERT_TEXT_AT_SELECTION_FLAGS","features":[642]},{"name":"IS_ADDRESS_CITY","features":[642]},{"name":"IS_ADDRESS_COUNTRYNAME","features":[642]},{"name":"IS_ADDRESS_COUNTRYSHORTNAME","features":[642]},{"name":"IS_ADDRESS_FULLPOSTALADDRESS","features":[642]},{"name":"IS_ADDRESS_POSTALCODE","features":[642]},{"name":"IS_ADDRESS_STATEORPROVINCE","features":[642]},{"name":"IS_ADDRESS_STREET","features":[642]},{"name":"IS_ALPHANUMERIC_FULLWIDTH","features":[642]},{"name":"IS_ALPHANUMERIC_HALFWIDTH","features":[642]},{"name":"IS_ALPHANUMERIC_PIN","features":[642]},{"name":"IS_ALPHANUMERIC_PIN_SET","features":[642]},{"name":"IS_BOPOMOFO","features":[642]},{"name":"IS_CHAT","features":[642]},{"name":"IS_CHAT_WITHOUT_EMOJI","features":[642]},{"name":"IS_CHINESE_FULLWIDTH","features":[642]},{"name":"IS_CHINESE_HALFWIDTH","features":[642]},{"name":"IS_CURRENCY_AMOUNT","features":[642]},{"name":"IS_CURRENCY_AMOUNTANDSYMBOL","features":[642]},{"name":"IS_CURRENCY_CHINESE","features":[642]},{"name":"IS_DATE_DAY","features":[642]},{"name":"IS_DATE_DAYNAME","features":[642]},{"name":"IS_DATE_FULLDATE","features":[642]},{"name":"IS_DATE_MONTH","features":[642]},{"name":"IS_DATE_MONTHNAME","features":[642]},{"name":"IS_DATE_YEAR","features":[642]},{"name":"IS_DEFAULT","features":[642]},{"name":"IS_DIGITS","features":[642]},{"name":"IS_EMAILNAME_OR_ADDRESS","features":[642]},{"name":"IS_EMAIL_SMTPEMAILADDRESS","features":[642]},{"name":"IS_EMAIL_USERNAME","features":[642]},{"name":"IS_ENUMSTRING","features":[642]},{"name":"IS_FILE_FILENAME","features":[642]},{"name":"IS_FILE_FULLFILEPATH","features":[642]},{"name":"IS_FORMULA","features":[642]},{"name":"IS_FORMULA_NUMBER","features":[642]},{"name":"IS_HANGUL_FULLWIDTH","features":[642]},{"name":"IS_HANGUL_HALFWIDTH","features":[642]},{"name":"IS_HANJA","features":[642]},{"name":"IS_HIRAGANA","features":[642]},{"name":"IS_KATAKANA_FULLWIDTH","features":[642]},{"name":"IS_KATAKANA_HALFWIDTH","features":[642]},{"name":"IS_LOGINNAME","features":[642]},{"name":"IS_MAPS","features":[642]},{"name":"IS_NAME_OR_PHONENUMBER","features":[642]},{"name":"IS_NATIVE_SCRIPT","features":[642]},{"name":"IS_NUMBER","features":[642]},{"name":"IS_NUMBER_FULLWIDTH","features":[642]},{"name":"IS_NUMERIC_PASSWORD","features":[642]},{"name":"IS_NUMERIC_PIN","features":[642]},{"name":"IS_ONECHAR","features":[642]},{"name":"IS_PASSWORD","features":[642]},{"name":"IS_PERSONALNAME_FULLNAME","features":[642]},{"name":"IS_PERSONALNAME_GIVENNAME","features":[642]},{"name":"IS_PERSONALNAME_MIDDLENAME","features":[642]},{"name":"IS_PERSONALNAME_PREFIX","features":[642]},{"name":"IS_PERSONALNAME_SUFFIX","features":[642]},{"name":"IS_PERSONALNAME_SURNAME","features":[642]},{"name":"IS_PHRASELIST","features":[642]},{"name":"IS_PRIVATE","features":[642]},{"name":"IS_REGULAREXPRESSION","features":[642]},{"name":"IS_SEARCH","features":[642]},{"name":"IS_SEARCH_INCREMENTAL","features":[642]},{"name":"IS_SRGS","features":[642]},{"name":"IS_TELEPHONE_AREACODE","features":[642]},{"name":"IS_TELEPHONE_COUNTRYCODE","features":[642]},{"name":"IS_TELEPHONE_FULLTELEPHONENUMBER","features":[642]},{"name":"IS_TELEPHONE_LOCALNUMBER","features":[642]},{"name":"IS_TEXT","features":[642]},{"name":"IS_TIME_FULLTIME","features":[642]},{"name":"IS_TIME_HOUR","features":[642]},{"name":"IS_TIME_MINORSEC","features":[642]},{"name":"IS_URL","features":[642]},{"name":"IS_XML","features":[642]},{"name":"IS_YOMI","features":[642]},{"name":"ISpeechCommandProvider","features":[642]},{"name":"ITextStoreACP","features":[642]},{"name":"ITextStoreACP2","features":[642]},{"name":"ITextStoreACPEx","features":[642]},{"name":"ITextStoreACPServices","features":[642]},{"name":"ITextStoreACPSink","features":[642]},{"name":"ITextStoreACPSinkEx","features":[642]},{"name":"ITextStoreAnchor","features":[642]},{"name":"ITextStoreAnchorEx","features":[642]},{"name":"ITextStoreAnchorSink","features":[642]},{"name":"ITextStoreSinkAnchorEx","features":[642]},{"name":"ITfActiveLanguageProfileNotifySink","features":[642]},{"name":"ITfCandidateList","features":[642]},{"name":"ITfCandidateListUIElement","features":[642]},{"name":"ITfCandidateListUIElementBehavior","features":[642]},{"name":"ITfCandidateString","features":[642]},{"name":"ITfCategoryMgr","features":[642]},{"name":"ITfCleanupContextDurationSink","features":[642]},{"name":"ITfCleanupContextSink","features":[642]},{"name":"ITfClientId","features":[642]},{"name":"ITfCompartment","features":[642]},{"name":"ITfCompartmentEventSink","features":[642]},{"name":"ITfCompartmentMgr","features":[642]},{"name":"ITfComposition","features":[642]},{"name":"ITfCompositionSink","features":[642]},{"name":"ITfCompositionView","features":[642]},{"name":"ITfConfigureSystemKeystrokeFeed","features":[642]},{"name":"ITfContext","features":[642]},{"name":"ITfContextComposition","features":[642]},{"name":"ITfContextKeyEventSink","features":[642]},{"name":"ITfContextOwner","features":[642]},{"name":"ITfContextOwnerCompositionServices","features":[642]},{"name":"ITfContextOwnerCompositionSink","features":[642]},{"name":"ITfContextOwnerServices","features":[642]},{"name":"ITfContextView","features":[642]},{"name":"ITfCreatePropertyStore","features":[642]},{"name":"ITfDisplayAttributeInfo","features":[642]},{"name":"ITfDisplayAttributeMgr","features":[642]},{"name":"ITfDisplayAttributeNotifySink","features":[642]},{"name":"ITfDisplayAttributeProvider","features":[642]},{"name":"ITfDocumentMgr","features":[642]},{"name":"ITfEditRecord","features":[642]},{"name":"ITfEditSession","features":[642]},{"name":"ITfEditTransactionSink","features":[642]},{"name":"ITfFnAdviseText","features":[642]},{"name":"ITfFnBalloon","features":[642]},{"name":"ITfFnConfigure","features":[642]},{"name":"ITfFnConfigureRegisterEudc","features":[642]},{"name":"ITfFnConfigureRegisterWord","features":[642]},{"name":"ITfFnCustomSpeechCommand","features":[642]},{"name":"ITfFnGetLinguisticAlternates","features":[642]},{"name":"ITfFnGetPreferredTouchKeyboardLayout","features":[642]},{"name":"ITfFnGetSAPIObject","features":[642]},{"name":"ITfFnLMInternal","features":[642]},{"name":"ITfFnLMProcessor","features":[642]},{"name":"ITfFnLangProfileUtil","features":[642]},{"name":"ITfFnPlayBack","features":[642]},{"name":"ITfFnPropertyUIStatus","features":[642]},{"name":"ITfFnReconversion","features":[642]},{"name":"ITfFnSearchCandidateProvider","features":[642]},{"name":"ITfFnShowHelp","features":[642]},{"name":"ITfFunction","features":[642]},{"name":"ITfFunctionProvider","features":[642]},{"name":"ITfInputProcessorProfileActivationSink","features":[642]},{"name":"ITfInputProcessorProfileMgr","features":[642]},{"name":"ITfInputProcessorProfileSubstituteLayout","features":[642]},{"name":"ITfInputProcessorProfiles","features":[642]},{"name":"ITfInputProcessorProfilesEx","features":[642]},{"name":"ITfInputScope","features":[642]},{"name":"ITfInputScope2","features":[642]},{"name":"ITfInsertAtSelection","features":[642]},{"name":"ITfIntegratableCandidateListUIElement","features":[642]},{"name":"ITfKeyEventSink","features":[642]},{"name":"ITfKeyTraceEventSink","features":[642]},{"name":"ITfKeystrokeMgr","features":[642]},{"name":"ITfLMLattice","features":[642]},{"name":"ITfLangBarEventSink","features":[642]},{"name":"ITfLangBarItem","features":[642]},{"name":"ITfLangBarItemBalloon","features":[642]},{"name":"ITfLangBarItemBitmap","features":[642]},{"name":"ITfLangBarItemBitmapButton","features":[642]},{"name":"ITfLangBarItemButton","features":[642]},{"name":"ITfLangBarItemMgr","features":[642]},{"name":"ITfLangBarItemSink","features":[642]},{"name":"ITfLangBarMgr","features":[642]},{"name":"ITfLanguageProfileNotifySink","features":[642]},{"name":"ITfMSAAControl","features":[642]},{"name":"ITfMenu","features":[642]},{"name":"ITfMessagePump","features":[642]},{"name":"ITfMouseSink","features":[642]},{"name":"ITfMouseTracker","features":[642]},{"name":"ITfMouseTrackerACP","features":[642]},{"name":"ITfPersistentPropertyLoaderACP","features":[642]},{"name":"ITfPreservedKeyNotifySink","features":[642]},{"name":"ITfProperty","features":[642]},{"name":"ITfPropertyStore","features":[642]},{"name":"ITfQueryEmbedded","features":[642]},{"name":"ITfRange","features":[642]},{"name":"ITfRangeACP","features":[642]},{"name":"ITfRangeBackup","features":[642]},{"name":"ITfReadOnlyProperty","features":[642]},{"name":"ITfReadingInformationUIElement","features":[642]},{"name":"ITfReverseConversion","features":[642]},{"name":"ITfReverseConversionList","features":[642]},{"name":"ITfReverseConversionMgr","features":[642]},{"name":"ITfSource","features":[642]},{"name":"ITfSourceSingle","features":[642]},{"name":"ITfSpeechUIServer","features":[642]},{"name":"ITfStatusSink","features":[642]},{"name":"ITfSystemDeviceTypeLangBarItem","features":[642]},{"name":"ITfSystemLangBarItem","features":[642]},{"name":"ITfSystemLangBarItemSink","features":[642]},{"name":"ITfSystemLangBarItemText","features":[642]},{"name":"ITfTextEditSink","features":[642]},{"name":"ITfTextInputProcessor","features":[642]},{"name":"ITfTextInputProcessorEx","features":[642]},{"name":"ITfTextLayoutSink","features":[642]},{"name":"ITfThreadFocusSink","features":[642]},{"name":"ITfThreadMgr","features":[642]},{"name":"ITfThreadMgr2","features":[642]},{"name":"ITfThreadMgrEventSink","features":[642]},{"name":"ITfThreadMgrEx","features":[642]},{"name":"ITfToolTipUIElement","features":[642]},{"name":"ITfTransitoryExtensionSink","features":[642]},{"name":"ITfTransitoryExtensionUIElement","features":[642]},{"name":"ITfUIElement","features":[642]},{"name":"ITfUIElementMgr","features":[642]},{"name":"ITfUIElementSink","features":[642]},{"name":"IUIManagerEventSink","features":[642]},{"name":"IVersionInfo","features":[642]},{"name":"InitLocalMsCtfMonitor","features":[642]},{"name":"InputScope","features":[642]},{"name":"LANG_BAR_ITEM_ICON_MODE_FLAGS","features":[642]},{"name":"LIBID_MSAATEXTLib","features":[642]},{"name":"MSAAControl","features":[642]},{"name":"STYLE_ACTIVE_SELECTION","features":[642]},{"name":"STYLE_IMPLIED_SELECTION","features":[642]},{"name":"TEXT_STORE_CHANGE_FLAGS","features":[642]},{"name":"TEXT_STORE_LOCK_FLAGS","features":[642]},{"name":"TEXT_STORE_TEXT_CHANGE_FLAGS","features":[642]},{"name":"TF_AE_END","features":[642]},{"name":"TF_AE_NONE","features":[642]},{"name":"TF_AE_START","features":[642]},{"name":"TF_ANCHOR_END","features":[642]},{"name":"TF_ANCHOR_START","features":[642]},{"name":"TF_ATTR_CONVERTED","features":[642]},{"name":"TF_ATTR_FIXEDCONVERTED","features":[642]},{"name":"TF_ATTR_INPUT","features":[642]},{"name":"TF_ATTR_INPUT_ERROR","features":[642]},{"name":"TF_ATTR_OTHER","features":[642]},{"name":"TF_ATTR_TARGET_CONVERTED","features":[642]},{"name":"TF_ATTR_TARGET_NOTCONVERTED","features":[642]},{"name":"TF_CHAR_EMBEDDED","features":[642]},{"name":"TF_CLUIE_COUNT","features":[642]},{"name":"TF_CLUIE_CURRENTPAGE","features":[642]},{"name":"TF_CLUIE_DOCUMENTMGR","features":[642]},{"name":"TF_CLUIE_PAGEINDEX","features":[642]},{"name":"TF_CLUIE_SELECTION","features":[642]},{"name":"TF_CLUIE_STRING","features":[642]},{"name":"TF_COMMANDING_ENABLED","features":[642]},{"name":"TF_COMMANDING_ON","features":[642]},{"name":"TF_CONTEXT_EDIT_CONTEXT_FLAGS","features":[642]},{"name":"TF_CONVERSIONMODE_ALPHANUMERIC","features":[642]},{"name":"TF_CONVERSIONMODE_CHARCODE","features":[642]},{"name":"TF_CONVERSIONMODE_EUDC","features":[642]},{"name":"TF_CONVERSIONMODE_FIXED","features":[642]},{"name":"TF_CONVERSIONMODE_FULLSHAPE","features":[642]},{"name":"TF_CONVERSIONMODE_KATAKANA","features":[642]},{"name":"TF_CONVERSIONMODE_NATIVE","features":[642]},{"name":"TF_CONVERSIONMODE_NOCONVERSION","features":[642]},{"name":"TF_CONVERSIONMODE_ROMAN","features":[642]},{"name":"TF_CONVERSIONMODE_SOFTKEYBOARD","features":[642]},{"name":"TF_CONVERSIONMODE_SYMBOL","features":[642]},{"name":"TF_CT_COLORREF","features":[642]},{"name":"TF_CT_NONE","features":[642]},{"name":"TF_CT_SYSCOLOR","features":[642]},{"name":"TF_DA_ATTR_INFO","features":[642]},{"name":"TF_DA_COLOR","features":[305,642]},{"name":"TF_DA_COLORTYPE","features":[642]},{"name":"TF_DA_LINESTYLE","features":[642]},{"name":"TF_DEFAULT_SELECTION","features":[642]},{"name":"TF_DICTATION_ENABLED","features":[642]},{"name":"TF_DICTATION_ON","features":[642]},{"name":"TF_DISABLE_BALLOON","features":[642]},{"name":"TF_DISABLE_COMMANDING","features":[642]},{"name":"TF_DISABLE_DICTATION","features":[642]},{"name":"TF_DISABLE_SPEECH","features":[642]},{"name":"TF_DISPLAYATTRIBUTE","features":[305,642]},{"name":"TF_DTLBI_NONE","features":[642]},{"name":"TF_DTLBI_USEPROFILEICON","features":[642]},{"name":"TF_ENABLE_PROCESS_ATOM","features":[642]},{"name":"TF_ES_ASYNC","features":[642]},{"name":"TF_ES_ASYNCDONTCARE","features":[642]},{"name":"TF_ES_READ","features":[642]},{"name":"TF_ES_READWRITE","features":[642]},{"name":"TF_ES_SYNC","features":[642]},{"name":"TF_E_ALREADY_EXISTS","features":[642]},{"name":"TF_E_COMPOSITION_REJECTED","features":[642]},{"name":"TF_E_DISCONNECTED","features":[642]},{"name":"TF_E_EMPTYCONTEXT","features":[642]},{"name":"TF_E_FORMAT","features":[642]},{"name":"TF_E_INVALIDPOINT","features":[642]},{"name":"TF_E_INVALIDPOS","features":[642]},{"name":"TF_E_INVALIDVIEW","features":[642]},{"name":"TF_E_LOCKED","features":[642]},{"name":"TF_E_NOCONVERSION","features":[642]},{"name":"TF_E_NOINTERFACE","features":[642]},{"name":"TF_E_NOLAYOUT","features":[642]},{"name":"TF_E_NOLOCK","features":[642]},{"name":"TF_E_NOOBJECT","features":[642]},{"name":"TF_E_NOPROVIDER","features":[642]},{"name":"TF_E_NOSELECTION","features":[642]},{"name":"TF_E_NOSERVICE","features":[642]},{"name":"TF_E_NOTOWNEDRANGE","features":[642]},{"name":"TF_E_RANGE_NOT_COVERED","features":[642]},{"name":"TF_E_READONLY","features":[642]},{"name":"TF_E_STACKFULL","features":[642]},{"name":"TF_E_SYNCHRONOUS","features":[642]},{"name":"TF_FLOATINGLANGBAR_WNDTITLE","features":[642]},{"name":"TF_FLOATINGLANGBAR_WNDTITLEA","features":[642]},{"name":"TF_FLOATINGLANGBAR_WNDTITLEW","features":[642]},{"name":"TF_GRAVITY_BACKWARD","features":[642]},{"name":"TF_GRAVITY_FORWARD","features":[642]},{"name":"TF_GTP_INCL_TEXT","features":[642]},{"name":"TF_GTP_NONE","features":[642]},{"name":"TF_HALTCOND","features":[642]},{"name":"TF_HF_OBJECT","features":[642]},{"name":"TF_IAS_NOQUERY","features":[642]},{"name":"TF_IAS_NO_DEFAULT_COMPOSITION","features":[642]},{"name":"TF_IAS_QUERYONLY","features":[642]},{"name":"TF_IE_CORRECTION","features":[642]},{"name":"TF_INPUTPROCESSORPROFILE","features":[630,642]},{"name":"TF_INVALID_COOKIE","features":[642]},{"name":"TF_INVALID_EDIT_COOKIE","features":[642]},{"name":"TF_IPPMF_DISABLEPROFILE","features":[642]},{"name":"TF_IPPMF_DONTCARECURRENTINPUTLANGUAGE","features":[642]},{"name":"TF_IPPMF_ENABLEPROFILE","features":[642]},{"name":"TF_IPPMF_FORPROCESS","features":[642]},{"name":"TF_IPPMF_FORSESSION","features":[642]},{"name":"TF_IPPMF_FORSYSTEMALL","features":[642]},{"name":"TF_IPP_CAPS_COMLESSSUPPORT","features":[642]},{"name":"TF_IPP_CAPS_DISABLEONTRANSITORY","features":[642]},{"name":"TF_IPP_CAPS_IMMERSIVESUPPORT","features":[642]},{"name":"TF_IPP_CAPS_SECUREMODESUPPORT","features":[642]},{"name":"TF_IPP_CAPS_SYSTRAYSUPPORT","features":[642]},{"name":"TF_IPP_CAPS_UIELEMENTENABLED","features":[642]},{"name":"TF_IPP_CAPS_WOW16SUPPORT","features":[642]},{"name":"TF_IPP_FLAG_ACTIVE","features":[642]},{"name":"TF_IPP_FLAG_ENABLED","features":[642]},{"name":"TF_IPP_FLAG_SUBSTITUTEDBYINPUTPROCESSOR","features":[642]},{"name":"TF_IPSINK_FLAG_ACTIVE","features":[642]},{"name":"TF_LANGBARITEMINFO","features":[642]},{"name":"TF_LANGUAGEPROFILE","features":[305,642]},{"name":"TF_LBBALLOONINFO","features":[642]},{"name":"TF_LBI_BALLOON","features":[642]},{"name":"TF_LBI_BITMAP","features":[642]},{"name":"TF_LBI_BMPF_VERTICAL","features":[642]},{"name":"TF_LBI_CLK_LEFT","features":[642]},{"name":"TF_LBI_CLK_RIGHT","features":[642]},{"name":"TF_LBI_CUSTOMUI","features":[642]},{"name":"TF_LBI_DESC_MAXLEN","features":[642]},{"name":"TF_LBI_ICON","features":[642]},{"name":"TF_LBI_STATUS","features":[642]},{"name":"TF_LBI_STATUS_BTN_TOGGLED","features":[642]},{"name":"TF_LBI_STATUS_DISABLED","features":[642]},{"name":"TF_LBI_STATUS_HIDDEN","features":[642]},{"name":"TF_LBI_STYLE_BTN_BUTTON","features":[642]},{"name":"TF_LBI_STYLE_BTN_MENU","features":[642]},{"name":"TF_LBI_STYLE_BTN_TOGGLE","features":[642]},{"name":"TF_LBI_STYLE_HIDDENBYDEFAULT","features":[642]},{"name":"TF_LBI_STYLE_HIDDENSTATUSCONTROL","features":[642]},{"name":"TF_LBI_STYLE_HIDEONNOOTHERITEMS","features":[642]},{"name":"TF_LBI_STYLE_SHOWNINTRAY","features":[642]},{"name":"TF_LBI_STYLE_SHOWNINTRAYONLY","features":[642]},{"name":"TF_LBI_STYLE_TEXTCOLORICON","features":[642]},{"name":"TF_LBI_TEXT","features":[642]},{"name":"TF_LBI_TOOLTIP","features":[642]},{"name":"TF_LBMENUF_CHECKED","features":[642]},{"name":"TF_LBMENUF_GRAYED","features":[642]},{"name":"TF_LBMENUF_RADIOCHECKED","features":[642]},{"name":"TF_LBMENUF_SEPARATOR","features":[642]},{"name":"TF_LBMENUF_SUBMENU","features":[642]},{"name":"TF_LB_BALLOON_MISS","features":[642]},{"name":"TF_LB_BALLOON_RECO","features":[642]},{"name":"TF_LB_BALLOON_SHOW","features":[642]},{"name":"TF_LC_CHANGE","features":[642]},{"name":"TF_LC_CREATE","features":[642]},{"name":"TF_LC_DESTROY","features":[642]},{"name":"TF_LMLATTELEMENT","features":[642]},{"name":"TF_LS_DASH","features":[642]},{"name":"TF_LS_DOT","features":[642]},{"name":"TF_LS_NONE","features":[642]},{"name":"TF_LS_SOLID","features":[642]},{"name":"TF_LS_SQUIGGLE","features":[642]},{"name":"TF_MENUREADY","features":[642]},{"name":"TF_MOD_ALT","features":[642]},{"name":"TF_MOD_CONTROL","features":[642]},{"name":"TF_MOD_IGNORE_ALL_MODIFIER","features":[642]},{"name":"TF_MOD_LALT","features":[642]},{"name":"TF_MOD_LCONTROL","features":[642]},{"name":"TF_MOD_LSHIFT","features":[642]},{"name":"TF_MOD_ON_KEYUP","features":[642]},{"name":"TF_MOD_RALT","features":[642]},{"name":"TF_MOD_RCONTROL","features":[642]},{"name":"TF_MOD_RSHIFT","features":[642]},{"name":"TF_MOD_SHIFT","features":[642]},{"name":"TF_PERSISTENT_PROPERTY_HEADER_ACP","features":[642]},{"name":"TF_POPF_ALL","features":[642]},{"name":"TF_PRESERVEDKEY","features":[642]},{"name":"TF_PROCESS_ATOM","features":[642]},{"name":"TF_PROFILETYPE_INPUTPROCESSOR","features":[642]},{"name":"TF_PROFILETYPE_KEYBOARDLAYOUT","features":[642]},{"name":"TF_PROFILE_ARRAY","features":[642]},{"name":"TF_PROFILE_CANTONESE","features":[642]},{"name":"TF_PROFILE_CHANGJIE","features":[642]},{"name":"TF_PROFILE_DAYI","features":[642]},{"name":"TF_PROFILE_NEWCHANGJIE","features":[642]},{"name":"TF_PROFILE_NEWPHONETIC","features":[642]},{"name":"TF_PROFILE_NEWQUICK","features":[642]},{"name":"TF_PROFILE_PHONETIC","features":[642]},{"name":"TF_PROFILE_PINYIN","features":[642]},{"name":"TF_PROFILE_QUICK","features":[642]},{"name":"TF_PROFILE_SIMPLEFAST","features":[642]},{"name":"TF_PROFILE_TIGRINYA","features":[642]},{"name":"TF_PROFILE_WUBI","features":[642]},{"name":"TF_PROFILE_YI","features":[642]},{"name":"TF_PROPERTYVAL","features":[305,358,359,360,642]},{"name":"TF_PROPUI_STATUS_SAVETOFILE","features":[642]},{"name":"TF_RCM_COMLESS","features":[642]},{"name":"TF_RCM_HINT_COLLISION","features":[642]},{"name":"TF_RCM_HINT_READING_LENGTH","features":[642]},{"name":"TF_RCM_VKEY","features":[642]},{"name":"TF_RIP_FLAG_FREEUNUSEDLIBRARIES","features":[642]},{"name":"TF_RIUIE_CONTEXT","features":[642]},{"name":"TF_RIUIE_ERRORINDEX","features":[642]},{"name":"TF_RIUIE_MAXREADINGSTRINGLENGTH","features":[642]},{"name":"TF_RIUIE_STRING","features":[642]},{"name":"TF_RIUIE_VERTICALORDER","features":[642]},{"name":"TF_RP_HIDDENINSETTINGUI","features":[642]},{"name":"TF_RP_LOCALPROCESS","features":[642]},{"name":"TF_RP_LOCALTHREAD","features":[642]},{"name":"TF_RP_SUBITEMINSETTINGUI","features":[642]},{"name":"TF_SD_BACKWARD","features":[642]},{"name":"TF_SD_FORWARD","features":[642]},{"name":"TF_SD_LOADING","features":[642]},{"name":"TF_SD_READONLY","features":[642]},{"name":"TF_SELECTION","features":[305,642]},{"name":"TF_SELECTIONSTYLE","features":[305,642]},{"name":"TF_SENTENCEMODE_AUTOMATIC","features":[642]},{"name":"TF_SENTENCEMODE_CONVERSATION","features":[642]},{"name":"TF_SENTENCEMODE_NONE","features":[642]},{"name":"TF_SENTENCEMODE_PHRASEPREDICT","features":[642]},{"name":"TF_SENTENCEMODE_PLAURALCLAUSE","features":[642]},{"name":"TF_SENTENCEMODE_SINGLECONVERT","features":[642]},{"name":"TF_SFT_DESKBAND","features":[642]},{"name":"TF_SFT_DOCK","features":[642]},{"name":"TF_SFT_EXTRAICONSONMINIMIZED","features":[642]},{"name":"TF_SFT_HIDDEN","features":[642]},{"name":"TF_SFT_HIGHTRANSPARENCY","features":[642]},{"name":"TF_SFT_LABELS","features":[642]},{"name":"TF_SFT_LOWTRANSPARENCY","features":[642]},{"name":"TF_SFT_MINIMIZED","features":[642]},{"name":"TF_SFT_NOEXTRAICONSONMINIMIZED","features":[642]},{"name":"TF_SFT_NOLABELS","features":[642]},{"name":"TF_SFT_NOTRANSPARENCY","features":[642]},{"name":"TF_SFT_SHOWNORMAL","features":[642]},{"name":"TF_SHOW_BALLOON","features":[642]},{"name":"TF_SPEECHUI_SHOWN","features":[642]},{"name":"TF_SS_DISJOINTSEL","features":[642]},{"name":"TF_SS_REGIONS","features":[642]},{"name":"TF_SS_TKBAUTOCORRECTENABLE","features":[642]},{"name":"TF_SS_TKBPREDICTIONENABLE","features":[642]},{"name":"TF_SS_TRANSITORY","features":[642]},{"name":"TF_ST_CORRECTION","features":[642]},{"name":"TF_S_ASYNC","features":[642]},{"name":"TF_TF_IGNOREEND","features":[642]},{"name":"TF_TF_MOVESTART","features":[642]},{"name":"TF_TMAE_COMLESS","features":[642]},{"name":"TF_TMAE_CONSOLE","features":[642]},{"name":"TF_TMAE_NOACTIVATEKEYBOARDLAYOUT","features":[642]},{"name":"TF_TMAE_NOACTIVATETIP","features":[642]},{"name":"TF_TMAE_SECUREMODE","features":[642]},{"name":"TF_TMAE_UIELEMENTENABLEDONLY","features":[642]},{"name":"TF_TMAE_WOW16","features":[642]},{"name":"TF_TMF_ACTIVATED","features":[642]},{"name":"TF_TMF_COMLESS","features":[642]},{"name":"TF_TMF_CONSOLE","features":[642]},{"name":"TF_TMF_IMMERSIVEMODE","features":[642]},{"name":"TF_TMF_NOACTIVATETIP","features":[642]},{"name":"TF_TMF_SECUREMODE","features":[642]},{"name":"TF_TMF_UIELEMENTENABLEDONLY","features":[642]},{"name":"TF_TMF_WOW16","features":[642]},{"name":"TF_TRANSITORYEXTENSION_ATSELECTION","features":[642]},{"name":"TF_TRANSITORYEXTENSION_FLOATING","features":[642]},{"name":"TF_TRANSITORYEXTENSION_NONE","features":[642]},{"name":"TF_TU_CORRECTION","features":[642]},{"name":"TF_URP_ALLPROFILES","features":[642]},{"name":"TF_URP_LOCALPROCESS","features":[642]},{"name":"TF_URP_LOCALTHREAD","features":[642]},{"name":"TF_US_HIDETIPUI","features":[642]},{"name":"TKBLT_CLASSIC","features":[642]},{"name":"TKBLT_OPTIMIZED","features":[642]},{"name":"TKBLT_UNDEFINED","features":[642]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_CHANGJIE","features":[642]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_DAYI","features":[642]},{"name":"TKBL_CLASSIC_TRADITIONAL_CHINESE_PHONETIC","features":[642]},{"name":"TKBL_OPT_JAPANESE_ABC","features":[642]},{"name":"TKBL_OPT_KOREAN_HANGUL_2_BULSIK","features":[642]},{"name":"TKBL_OPT_SIMPLIFIED_CHINESE_PINYIN","features":[642]},{"name":"TKBL_OPT_TRADITIONAL_CHINESE_PHONETIC","features":[642]},{"name":"TKBL_UNDEFINED","features":[642]},{"name":"TKBLayoutType","features":[642]},{"name":"TKB_ALTERNATES_AUTOCORRECTION_APPLIED","features":[642]},{"name":"TKB_ALTERNATES_FOR_AUTOCORRECTION","features":[642]},{"name":"TKB_ALTERNATES_FOR_PREDICTION","features":[642]},{"name":"TKB_ALTERNATES_STANDARD","features":[642]},{"name":"TSATTRID_App","features":[642]},{"name":"TSATTRID_App_IncorrectGrammar","features":[642]},{"name":"TSATTRID_App_IncorrectSpelling","features":[642]},{"name":"TSATTRID_Font","features":[642]},{"name":"TSATTRID_Font_FaceName","features":[642]},{"name":"TSATTRID_Font_SizePts","features":[642]},{"name":"TSATTRID_Font_Style","features":[642]},{"name":"TSATTRID_Font_Style_Animation","features":[642]},{"name":"TSATTRID_Font_Style_Animation_BlinkingBackground","features":[642]},{"name":"TSATTRID_Font_Style_Animation_LasVegasLights","features":[642]},{"name":"TSATTRID_Font_Style_Animation_MarchingBlackAnts","features":[642]},{"name":"TSATTRID_Font_Style_Animation_MarchingRedAnts","features":[642]},{"name":"TSATTRID_Font_Style_Animation_Shimmer","features":[642]},{"name":"TSATTRID_Font_Style_Animation_SparkleText","features":[642]},{"name":"TSATTRID_Font_Style_Animation_WipeDown","features":[642]},{"name":"TSATTRID_Font_Style_Animation_WipeRight","features":[642]},{"name":"TSATTRID_Font_Style_BackgroundColor","features":[642]},{"name":"TSATTRID_Font_Style_Blink","features":[642]},{"name":"TSATTRID_Font_Style_Bold","features":[642]},{"name":"TSATTRID_Font_Style_Capitalize","features":[642]},{"name":"TSATTRID_Font_Style_Color","features":[642]},{"name":"TSATTRID_Font_Style_Emboss","features":[642]},{"name":"TSATTRID_Font_Style_Engrave","features":[642]},{"name":"TSATTRID_Font_Style_Height","features":[642]},{"name":"TSATTRID_Font_Style_Hidden","features":[642]},{"name":"TSATTRID_Font_Style_Italic","features":[642]},{"name":"TSATTRID_Font_Style_Kerning","features":[642]},{"name":"TSATTRID_Font_Style_Lowercase","features":[642]},{"name":"TSATTRID_Font_Style_Outlined","features":[642]},{"name":"TSATTRID_Font_Style_Overline","features":[642]},{"name":"TSATTRID_Font_Style_Overline_Double","features":[642]},{"name":"TSATTRID_Font_Style_Overline_Single","features":[642]},{"name":"TSATTRID_Font_Style_Position","features":[642]},{"name":"TSATTRID_Font_Style_Protected","features":[642]},{"name":"TSATTRID_Font_Style_Shadow","features":[642]},{"name":"TSATTRID_Font_Style_SmallCaps","features":[642]},{"name":"TSATTRID_Font_Style_Spacing","features":[642]},{"name":"TSATTRID_Font_Style_Strikethrough","features":[642]},{"name":"TSATTRID_Font_Style_Strikethrough_Double","features":[642]},{"name":"TSATTRID_Font_Style_Strikethrough_Single","features":[642]},{"name":"TSATTRID_Font_Style_Subscript","features":[642]},{"name":"TSATTRID_Font_Style_Superscript","features":[642]},{"name":"TSATTRID_Font_Style_Underline","features":[642]},{"name":"TSATTRID_Font_Style_Underline_Double","features":[642]},{"name":"TSATTRID_Font_Style_Underline_Single","features":[642]},{"name":"TSATTRID_Font_Style_Uppercase","features":[642]},{"name":"TSATTRID_Font_Style_Weight","features":[642]},{"name":"TSATTRID_List","features":[642]},{"name":"TSATTRID_List_LevelIndel","features":[642]},{"name":"TSATTRID_List_Type","features":[642]},{"name":"TSATTRID_List_Type_Arabic","features":[642]},{"name":"TSATTRID_List_Type_Bullet","features":[642]},{"name":"TSATTRID_List_Type_LowerLetter","features":[642]},{"name":"TSATTRID_List_Type_LowerRoman","features":[642]},{"name":"TSATTRID_List_Type_UpperLetter","features":[642]},{"name":"TSATTRID_List_Type_UpperRoman","features":[642]},{"name":"TSATTRID_OTHERS","features":[642]},{"name":"TSATTRID_Text","features":[642]},{"name":"TSATTRID_Text_Alignment","features":[642]},{"name":"TSATTRID_Text_Alignment_Center","features":[642]},{"name":"TSATTRID_Text_Alignment_Justify","features":[642]},{"name":"TSATTRID_Text_Alignment_Left","features":[642]},{"name":"TSATTRID_Text_Alignment_Right","features":[642]},{"name":"TSATTRID_Text_EmbeddedObject","features":[642]},{"name":"TSATTRID_Text_Hyphenation","features":[642]},{"name":"TSATTRID_Text_Language","features":[642]},{"name":"TSATTRID_Text_Link","features":[642]},{"name":"TSATTRID_Text_Orientation","features":[642]},{"name":"TSATTRID_Text_Para","features":[642]},{"name":"TSATTRID_Text_Para_FirstLineIndent","features":[642]},{"name":"TSATTRID_Text_Para_LeftIndent","features":[642]},{"name":"TSATTRID_Text_Para_LineSpacing","features":[642]},{"name":"TSATTRID_Text_Para_LineSpacing_AtLeast","features":[642]},{"name":"TSATTRID_Text_Para_LineSpacing_Double","features":[642]},{"name":"TSATTRID_Text_Para_LineSpacing_Exactly","features":[642]},{"name":"TSATTRID_Text_Para_LineSpacing_Multiple","features":[642]},{"name":"TSATTRID_Text_Para_LineSpacing_OnePtFive","features":[642]},{"name":"TSATTRID_Text_Para_LineSpacing_Single","features":[642]},{"name":"TSATTRID_Text_Para_RightIndent","features":[642]},{"name":"TSATTRID_Text_Para_SpaceAfter","features":[642]},{"name":"TSATTRID_Text_Para_SpaceBefore","features":[642]},{"name":"TSATTRID_Text_ReadOnly","features":[642]},{"name":"TSATTRID_Text_RightToLeft","features":[642]},{"name":"TSATTRID_Text_VerticalWriting","features":[642]},{"name":"TS_AE_END","features":[642]},{"name":"TS_AE_NONE","features":[642]},{"name":"TS_AE_START","features":[642]},{"name":"TS_AS_ATTR_CHANGE","features":[642]},{"name":"TS_AS_LAYOUT_CHANGE","features":[642]},{"name":"TS_AS_SEL_CHANGE","features":[642]},{"name":"TS_AS_STATUS_CHANGE","features":[642]},{"name":"TS_AS_TEXT_CHANGE","features":[642]},{"name":"TS_ATTRVAL","features":[305,358,359,360,642]},{"name":"TS_ATTR_FIND_BACKWARDS","features":[642]},{"name":"TS_ATTR_FIND_HIDDEN","features":[642]},{"name":"TS_ATTR_FIND_UPDATESTART","features":[642]},{"name":"TS_ATTR_FIND_WANT_END","features":[642]},{"name":"TS_ATTR_FIND_WANT_OFFSET","features":[642]},{"name":"TS_ATTR_FIND_WANT_VALUE","features":[642]},{"name":"TS_CHAR_EMBEDDED","features":[642]},{"name":"TS_CHAR_REGION","features":[642]},{"name":"TS_CHAR_REPLACEMENT","features":[642]},{"name":"TS_CH_FOLLOWING_DEL","features":[642]},{"name":"TS_CH_PRECEDING_DEL","features":[642]},{"name":"TS_DEFAULT_SELECTION","features":[642]},{"name":"TS_E_FORMAT","features":[642]},{"name":"TS_E_INVALIDPOINT","features":[642]},{"name":"TS_E_INVALIDPOS","features":[642]},{"name":"TS_E_NOINTERFACE","features":[642]},{"name":"TS_E_NOLAYOUT","features":[642]},{"name":"TS_E_NOLOCK","features":[642]},{"name":"TS_E_NOOBJECT","features":[642]},{"name":"TS_E_NOSELECTION","features":[642]},{"name":"TS_E_NOSERVICE","features":[642]},{"name":"TS_E_READONLY","features":[642]},{"name":"TS_E_SYNCHRONOUS","features":[642]},{"name":"TS_GEA_HIDDEN","features":[642]},{"name":"TS_GR_BACKWARD","features":[642]},{"name":"TS_GR_FORWARD","features":[642]},{"name":"TS_GTA_HIDDEN","features":[642]},{"name":"TS_IAS_NOQUERY","features":[642]},{"name":"TS_IAS_QUERYONLY","features":[642]},{"name":"TS_IE_COMPOSITION","features":[642]},{"name":"TS_IE_CORRECTION","features":[642]},{"name":"TS_LC_CHANGE","features":[642]},{"name":"TS_LC_CREATE","features":[642]},{"name":"TS_LC_DESTROY","features":[642]},{"name":"TS_LF_READ","features":[642]},{"name":"TS_LF_READWRITE","features":[642]},{"name":"TS_LF_SYNC","features":[642]},{"name":"TS_RT_HIDDEN","features":[642]},{"name":"TS_RT_OPAQUE","features":[642]},{"name":"TS_RT_PLAIN","features":[642]},{"name":"TS_RUNINFO","features":[642]},{"name":"TS_SD_BACKWARD","features":[642]},{"name":"TS_SD_EMBEDDEDHANDWRITINGVIEW_ENABLED","features":[642]},{"name":"TS_SD_EMBEDDEDHANDWRITINGVIEW_VISIBLE","features":[642]},{"name":"TS_SD_FORWARD","features":[642]},{"name":"TS_SD_INPUTPANEMANUALDISPLAYENABLE","features":[642]},{"name":"TS_SD_LOADING","features":[642]},{"name":"TS_SD_READONLY","features":[642]},{"name":"TS_SD_RESERVED","features":[642]},{"name":"TS_SD_TKBAUTOCORRECTENABLE","features":[642]},{"name":"TS_SD_TKBPREDICTIONENABLE","features":[642]},{"name":"TS_SD_UIINTEGRATIONENABLE","features":[642]},{"name":"TS_SELECTIONSTYLE","features":[305,642]},{"name":"TS_SELECTION_ACP","features":[305,642]},{"name":"TS_SELECTION_ANCHOR","features":[305,642]},{"name":"TS_SHIFT_COUNT_HIDDEN","features":[642]},{"name":"TS_SHIFT_COUNT_ONLY","features":[642]},{"name":"TS_SHIFT_HALT_HIDDEN","features":[642]},{"name":"TS_SHIFT_HALT_VISIBLE","features":[642]},{"name":"TS_SS_DISJOINTSEL","features":[642]},{"name":"TS_SS_NOHIDDENTEXT","features":[642]},{"name":"TS_SS_REGIONS","features":[642]},{"name":"TS_SS_TKBAUTOCORRECTENABLE","features":[642]},{"name":"TS_SS_TKBPREDICTIONENABLE","features":[642]},{"name":"TS_SS_TRANSITORY","features":[642]},{"name":"TS_SS_UWPCONTROL","features":[642]},{"name":"TS_STATUS","features":[642]},{"name":"TS_STRF_END","features":[642]},{"name":"TS_STRF_MID","features":[642]},{"name":"TS_STRF_START","features":[642]},{"name":"TS_ST_CORRECTION","features":[642]},{"name":"TS_ST_NONE","features":[642]},{"name":"TS_S_ASYNC","features":[642]},{"name":"TS_TC_CORRECTION","features":[642]},{"name":"TS_TC_NONE","features":[642]},{"name":"TS_TEXTCHANGE","features":[642]},{"name":"TS_VCOOKIE_NUL","features":[642]},{"name":"TfActiveSelEnd","features":[642]},{"name":"TfAnchor","features":[642]},{"name":"TfCandidateResult","features":[642]},{"name":"TfGravity","features":[642]},{"name":"TfIntegratableCandidateListSelectionStyle","features":[642]},{"name":"TfLBBalloonStyle","features":[642]},{"name":"TfLBIClick","features":[642]},{"name":"TfLayoutCode","features":[642]},{"name":"TfSapiObject","features":[642]},{"name":"TfShiftDir","features":[642]},{"name":"TsActiveSelEnd","features":[642]},{"name":"TsGravity","features":[642]},{"name":"TsLayoutCode","features":[642]},{"name":"TsRunType","features":[642]},{"name":"TsShiftDir","features":[642]},{"name":"UninitLocalMsCtfMonitor","features":[642]}],"681":[{"name":"ACCEL","features":[374]},{"name":"ACCEL_VIRT_FLAGS","features":[374]},{"name":"ALTTABINFO","features":[305,374]},{"name":"ANIMATE_WINDOW_FLAGS","features":[374]},{"name":"ANIMATIONINFO","features":[374]},{"name":"ARW_BOTTOMLEFT","features":[374]},{"name":"ARW_BOTTOMRIGHT","features":[374]},{"name":"ARW_DOWN","features":[374]},{"name":"ARW_HIDE","features":[374]},{"name":"ARW_LEFT","features":[374]},{"name":"ARW_RIGHT","features":[374]},{"name":"ARW_STARTMASK","features":[374]},{"name":"ARW_STARTRIGHT","features":[374]},{"name":"ARW_STARTTOP","features":[374]},{"name":"ARW_TOPLEFT","features":[374]},{"name":"ARW_TOPRIGHT","features":[374]},{"name":"ARW_UP","features":[374]},{"name":"ASFW_ANY","features":[374]},{"name":"AUDIODESCRIPTION","features":[305,374]},{"name":"AW_ACTIVATE","features":[374]},{"name":"AW_BLEND","features":[374]},{"name":"AW_CENTER","features":[374]},{"name":"AW_HIDE","features":[374]},{"name":"AW_HOR_NEGATIVE","features":[374]},{"name":"AW_HOR_POSITIVE","features":[374]},{"name":"AW_SLIDE","features":[374]},{"name":"AW_VER_NEGATIVE","features":[374]},{"name":"AW_VER_POSITIVE","features":[374]},{"name":"AdjustWindowRect","features":[305,374]},{"name":"AdjustWindowRectEx","features":[305,374]},{"name":"AllowSetForegroundWindow","features":[305,374]},{"name":"AnimateWindow","features":[305,374]},{"name":"AnyPopup","features":[305,374]},{"name":"AppendMenuA","features":[305,374]},{"name":"AppendMenuW","features":[305,374]},{"name":"ArrangeIconicWindows","features":[305,374]},{"name":"BM_CLICK","features":[374]},{"name":"BM_GETCHECK","features":[374]},{"name":"BM_GETIMAGE","features":[374]},{"name":"BM_GETSTATE","features":[374]},{"name":"BM_SETCHECK","features":[374]},{"name":"BM_SETDONTCLICK","features":[374]},{"name":"BM_SETIMAGE","features":[374]},{"name":"BM_SETSTATE","features":[374]},{"name":"BM_SETSTYLE","features":[374]},{"name":"BN_CLICKED","features":[374]},{"name":"BN_DBLCLK","features":[374]},{"name":"BN_DISABLE","features":[374]},{"name":"BN_DOUBLECLICKED","features":[374]},{"name":"BN_HILITE","features":[374]},{"name":"BN_KILLFOCUS","features":[374]},{"name":"BN_PAINT","features":[374]},{"name":"BN_PUSHED","features":[374]},{"name":"BN_SETFOCUS","features":[374]},{"name":"BN_UNHILITE","features":[374]},{"name":"BN_UNPUSHED","features":[374]},{"name":"BROADCAST_QUERY_DENY","features":[374]},{"name":"BSF_MSGSRV32ISOK","features":[374]},{"name":"BSF_MSGSRV32ISOK_BIT","features":[374]},{"name":"BSM_INSTALLABLEDRIVERS","features":[374]},{"name":"BSM_NETDRIVER","features":[374]},{"name":"BSM_VXDS","features":[374]},{"name":"BST_FOCUS","features":[374]},{"name":"BST_PUSHED","features":[374]},{"name":"BS_3STATE","features":[374]},{"name":"BS_AUTO3STATE","features":[374]},{"name":"BS_AUTOCHECKBOX","features":[374]},{"name":"BS_AUTORADIOBUTTON","features":[374]},{"name":"BS_BITMAP","features":[374]},{"name":"BS_BOTTOM","features":[374]},{"name":"BS_CENTER","features":[374]},{"name":"BS_CHECKBOX","features":[374]},{"name":"BS_DEFPUSHBUTTON","features":[374]},{"name":"BS_FLAT","features":[374]},{"name":"BS_GROUPBOX","features":[374]},{"name":"BS_ICON","features":[374]},{"name":"BS_LEFT","features":[374]},{"name":"BS_LEFTTEXT","features":[374]},{"name":"BS_MULTILINE","features":[374]},{"name":"BS_NOTIFY","features":[374]},{"name":"BS_OWNERDRAW","features":[374]},{"name":"BS_PUSHBOX","features":[374]},{"name":"BS_PUSHBUTTON","features":[374]},{"name":"BS_PUSHLIKE","features":[374]},{"name":"BS_RADIOBUTTON","features":[374]},{"name":"BS_RIGHT","features":[374]},{"name":"BS_RIGHTBUTTON","features":[374]},{"name":"BS_TEXT","features":[374]},{"name":"BS_TOP","features":[374]},{"name":"BS_TYPEMASK","features":[374]},{"name":"BS_USERBUTTON","features":[374]},{"name":"BS_VCENTER","features":[374]},{"name":"BeginDeferWindowPos","features":[374]},{"name":"BringWindowToTop","features":[305,374]},{"name":"CALERT_SYSTEM","features":[374]},{"name":"CASCADE_WINDOWS_HOW","features":[374]},{"name":"CBN_CLOSEUP","features":[374]},{"name":"CBN_DBLCLK","features":[374]},{"name":"CBN_DROPDOWN","features":[374]},{"name":"CBN_EDITCHANGE","features":[374]},{"name":"CBN_EDITUPDATE","features":[374]},{"name":"CBN_ERRSPACE","features":[374]},{"name":"CBN_KILLFOCUS","features":[374]},{"name":"CBN_SELCHANGE","features":[374]},{"name":"CBN_SELENDCANCEL","features":[374]},{"name":"CBN_SELENDOK","features":[374]},{"name":"CBN_SETFOCUS","features":[374]},{"name":"CBS_AUTOHSCROLL","features":[374]},{"name":"CBS_DISABLENOSCROLL","features":[374]},{"name":"CBS_DROPDOWN","features":[374]},{"name":"CBS_DROPDOWNLIST","features":[374]},{"name":"CBS_HASSTRINGS","features":[374]},{"name":"CBS_LOWERCASE","features":[374]},{"name":"CBS_NOINTEGRALHEIGHT","features":[374]},{"name":"CBS_OEMCONVERT","features":[374]},{"name":"CBS_OWNERDRAWFIXED","features":[374]},{"name":"CBS_OWNERDRAWVARIABLE","features":[374]},{"name":"CBS_SIMPLE","features":[374]},{"name":"CBS_SORT","features":[374]},{"name":"CBS_UPPERCASE","features":[374]},{"name":"CBTACTIVATESTRUCT","features":[305,374]},{"name":"CBT_CREATEWNDA","features":[305,374]},{"name":"CBT_CREATEWNDW","features":[305,374]},{"name":"CB_ADDSTRING","features":[374]},{"name":"CB_DELETESTRING","features":[374]},{"name":"CB_DIR","features":[374]},{"name":"CB_ERR","features":[374]},{"name":"CB_ERRSPACE","features":[374]},{"name":"CB_FINDSTRING","features":[374]},{"name":"CB_FINDSTRINGEXACT","features":[374]},{"name":"CB_GETCOMBOBOXINFO","features":[374]},{"name":"CB_GETCOUNT","features":[374]},{"name":"CB_GETCURSEL","features":[374]},{"name":"CB_GETDROPPEDCONTROLRECT","features":[374]},{"name":"CB_GETDROPPEDSTATE","features":[374]},{"name":"CB_GETDROPPEDWIDTH","features":[374]},{"name":"CB_GETEDITSEL","features":[374]},{"name":"CB_GETEXTENDEDUI","features":[374]},{"name":"CB_GETHORIZONTALEXTENT","features":[374]},{"name":"CB_GETITEMDATA","features":[374]},{"name":"CB_GETITEMHEIGHT","features":[374]},{"name":"CB_GETLBTEXT","features":[374]},{"name":"CB_GETLBTEXTLEN","features":[374]},{"name":"CB_GETLOCALE","features":[374]},{"name":"CB_GETTOPINDEX","features":[374]},{"name":"CB_INITSTORAGE","features":[374]},{"name":"CB_INSERTSTRING","features":[374]},{"name":"CB_LIMITTEXT","features":[374]},{"name":"CB_MSGMAX","features":[374]},{"name":"CB_MULTIPLEADDSTRING","features":[374]},{"name":"CB_OKAY","features":[374]},{"name":"CB_RESETCONTENT","features":[374]},{"name":"CB_SELECTSTRING","features":[374]},{"name":"CB_SETCURSEL","features":[374]},{"name":"CB_SETDROPPEDWIDTH","features":[374]},{"name":"CB_SETEDITSEL","features":[374]},{"name":"CB_SETEXTENDEDUI","features":[374]},{"name":"CB_SETHORIZONTALEXTENT","features":[374]},{"name":"CB_SETITEMDATA","features":[374]},{"name":"CB_SETITEMHEIGHT","features":[374]},{"name":"CB_SETLOCALE","features":[374]},{"name":"CB_SETTOPINDEX","features":[374]},{"name":"CB_SHOWDROPDOWN","features":[374]},{"name":"CCHILDREN_SCROLLBAR","features":[374]},{"name":"CCHILDREN_TITLEBAR","features":[374]},{"name":"CHANGEFILTERSTRUCT","features":[374]},{"name":"CHANGE_WINDOW_MESSAGE_FILTER_FLAGS","features":[374]},{"name":"CHILDID_SELF","features":[374]},{"name":"CLIENTCREATESTRUCT","features":[305,374]},{"name":"CONSOLE_APPLICATION_16BIT","features":[374]},{"name":"CONSOLE_CARET_SELECTION","features":[374]},{"name":"CONSOLE_CARET_VISIBLE","features":[374]},{"name":"CONTACTVISUALIZATION_OFF","features":[374]},{"name":"CONTACTVISUALIZATION_ON","features":[374]},{"name":"CONTACTVISUALIZATION_PRESENTATIONMODE","features":[374]},{"name":"CREATEPROCESS_MANIFEST_RESOURCE_ID","features":[374]},{"name":"CREATESTRUCTA","features":[305,374]},{"name":"CREATESTRUCTW","features":[305,374]},{"name":"CSOUND_SYSTEM","features":[374]},{"name":"CS_BYTEALIGNCLIENT","features":[374]},{"name":"CS_BYTEALIGNWINDOW","features":[374]},{"name":"CS_CLASSDC","features":[374]},{"name":"CS_DBLCLKS","features":[374]},{"name":"CS_DROPSHADOW","features":[374]},{"name":"CS_GLOBALCLASS","features":[374]},{"name":"CS_HREDRAW","features":[374]},{"name":"CS_IME","features":[374]},{"name":"CS_NOCLOSE","features":[374]},{"name":"CS_OWNDC","features":[374]},{"name":"CS_PARENTDC","features":[374]},{"name":"CS_SAVEBITS","features":[374]},{"name":"CS_VREDRAW","features":[374]},{"name":"CTLCOLOR_BTN","features":[374]},{"name":"CTLCOLOR_DLG","features":[374]},{"name":"CTLCOLOR_EDIT","features":[374]},{"name":"CTLCOLOR_LISTBOX","features":[374]},{"name":"CTLCOLOR_MAX","features":[374]},{"name":"CTLCOLOR_MSGBOX","features":[374]},{"name":"CTLCOLOR_SCROLLBAR","features":[374]},{"name":"CTLCOLOR_STATIC","features":[374]},{"name":"CURSORINFO","features":[305,374]},{"name":"CURSORINFO_FLAGS","features":[374]},{"name":"CURSORSHAPE","features":[374]},{"name":"CURSOR_CREATION_SCALING_DEFAULT","features":[374]},{"name":"CURSOR_CREATION_SCALING_NONE","features":[374]},{"name":"CURSOR_SHOWING","features":[374]},{"name":"CURSOR_SUPPRESSED","features":[374]},{"name":"CWF_CREATE_ONLY","features":[374]},{"name":"CWPRETSTRUCT","features":[305,374]},{"name":"CWPSTRUCT","features":[305,374]},{"name":"CWP_ALL","features":[374]},{"name":"CWP_FLAGS","features":[374]},{"name":"CWP_SKIPDISABLED","features":[374]},{"name":"CWP_SKIPINVISIBLE","features":[374]},{"name":"CWP_SKIPTRANSPARENT","features":[374]},{"name":"CW_USEDEFAULT","features":[374]},{"name":"CalculatePopupWindowPosition","features":[305,374]},{"name":"CallMsgFilterA","features":[305,374]},{"name":"CallMsgFilterW","features":[305,374]},{"name":"CallNextHookEx","features":[305,374]},{"name":"CallWindowProcA","features":[305,374]},{"name":"CallWindowProcW","features":[305,374]},{"name":"CancelShutdown","features":[305,374]},{"name":"CascadeWindows","features":[305,374]},{"name":"ChangeMenuA","features":[305,374]},{"name":"ChangeMenuW","features":[305,374]},{"name":"ChangeWindowMessageFilter","features":[305,374]},{"name":"ChangeWindowMessageFilterEx","features":[305,374]},{"name":"CharLowerA","features":[374]},{"name":"CharLowerBuffA","features":[374]},{"name":"CharLowerBuffW","features":[374]},{"name":"CharLowerW","features":[374]},{"name":"CharNextA","features":[374]},{"name":"CharNextExA","features":[374]},{"name":"CharNextW","features":[374]},{"name":"CharPrevA","features":[374]},{"name":"CharPrevExA","features":[374]},{"name":"CharPrevW","features":[374]},{"name":"CharToOemA","features":[305,374]},{"name":"CharToOemBuffA","features":[305,374]},{"name":"CharToOemBuffW","features":[305,374]},{"name":"CharToOemW","features":[305,374]},{"name":"CharUpperA","features":[374]},{"name":"CharUpperBuffA","features":[374]},{"name":"CharUpperBuffW","features":[374]},{"name":"CharUpperW","features":[374]},{"name":"CheckMenuItem","features":[374]},{"name":"CheckMenuRadioItem","features":[305,374]},{"name":"ChildWindowFromPoint","features":[305,374]},{"name":"ChildWindowFromPointEx","features":[305,374]},{"name":"ClipCursor","features":[305,374]},{"name":"CloseWindow","features":[305,374]},{"name":"CopyAcceleratorTableA","features":[374]},{"name":"CopyAcceleratorTableW","features":[374]},{"name":"CopyIcon","features":[374]},{"name":"CopyImage","features":[305,374]},{"name":"CreateAcceleratorTableA","features":[374]},{"name":"CreateAcceleratorTableW","features":[374]},{"name":"CreateCaret","features":[305,317,374]},{"name":"CreateCursor","features":[305,374]},{"name":"CreateDialogIndirectParamA","features":[305,374]},{"name":"CreateDialogIndirectParamW","features":[305,374]},{"name":"CreateDialogParamA","features":[305,374]},{"name":"CreateDialogParamW","features":[305,374]},{"name":"CreateIcon","features":[305,374]},{"name":"CreateIconFromResource","features":[305,374]},{"name":"CreateIconFromResourceEx","features":[305,374]},{"name":"CreateIconIndirect","features":[305,317,374]},{"name":"CreateMDIWindowA","features":[305,374]},{"name":"CreateMDIWindowW","features":[305,374]},{"name":"CreateMenu","features":[374]},{"name":"CreatePopupMenu","features":[374]},{"name":"CreateResourceIndexer","features":[374]},{"name":"CreateWindowExA","features":[305,374]},{"name":"CreateWindowExW","features":[305,374]},{"name":"DBTF_MEDIA","features":[374]},{"name":"DBTF_NET","features":[374]},{"name":"DBTF_RESOURCE","features":[374]},{"name":"DBTF_SLOWNET","features":[374]},{"name":"DBTF_XPORT","features":[374]},{"name":"DBT_APPYBEGIN","features":[374]},{"name":"DBT_APPYEND","features":[374]},{"name":"DBT_CONFIGCHANGECANCELED","features":[374]},{"name":"DBT_CONFIGCHANGED","features":[374]},{"name":"DBT_CONFIGMGAPI32","features":[374]},{"name":"DBT_CONFIGMGPRIVATE","features":[374]},{"name":"DBT_CUSTOMEVENT","features":[374]},{"name":"DBT_DEVICEARRIVAL","features":[374]},{"name":"DBT_DEVICEQUERYREMOVE","features":[374]},{"name":"DBT_DEVICEQUERYREMOVEFAILED","features":[374]},{"name":"DBT_DEVICEREMOVECOMPLETE","features":[374]},{"name":"DBT_DEVICEREMOVEPENDING","features":[374]},{"name":"DBT_DEVICETYPESPECIFIC","features":[374]},{"name":"DBT_DEVNODES_CHANGED","features":[374]},{"name":"DBT_DEVTYP_DEVICEINTERFACE","features":[374]},{"name":"DBT_DEVTYP_DEVNODE","features":[374]},{"name":"DBT_DEVTYP_HANDLE","features":[374]},{"name":"DBT_DEVTYP_NET","features":[374]},{"name":"DBT_DEVTYP_OEM","features":[374]},{"name":"DBT_DEVTYP_PORT","features":[374]},{"name":"DBT_DEVTYP_VOLUME","features":[374]},{"name":"DBT_LOW_DISK_SPACE","features":[374]},{"name":"DBT_MONITORCHANGE","features":[374]},{"name":"DBT_NO_DISK_SPACE","features":[374]},{"name":"DBT_QUERYCHANGECONFIG","features":[374]},{"name":"DBT_SHELLLOGGEDON","features":[374]},{"name":"DBT_USERDEFINED","features":[374]},{"name":"DBT_VOLLOCKLOCKFAILED","features":[374]},{"name":"DBT_VOLLOCKLOCKRELEASED","features":[374]},{"name":"DBT_VOLLOCKLOCKTAKEN","features":[374]},{"name":"DBT_VOLLOCKQUERYLOCK","features":[374]},{"name":"DBT_VOLLOCKQUERYUNLOCK","features":[374]},{"name":"DBT_VOLLOCKUNLOCKFAILED","features":[374]},{"name":"DBT_VPOWERDAPI","features":[374]},{"name":"DBT_VXDINITCOMPLETE","features":[374]},{"name":"DCX_EXCLUDEUPDATE","features":[374]},{"name":"DC_HASDEFID","features":[374]},{"name":"DEBUGHOOKINFO","features":[305,374]},{"name":"DEVICE_EVENT_BECOMING_READY","features":[374]},{"name":"DEVICE_EVENT_EXTERNAL_REQUEST","features":[374]},{"name":"DEVICE_EVENT_GENERIC_DATA","features":[374]},{"name":"DEVICE_EVENT_MOUNT","features":[374]},{"name":"DEVICE_EVENT_RBC_DATA","features":[374]},{"name":"DEVICE_NOTIFY_ALL_INTERFACE_CLASSES","features":[374]},{"name":"DEVICE_NOTIFY_CALLBACK","features":[374]},{"name":"DEVICE_NOTIFY_SERVICE_HANDLE","features":[374]},{"name":"DEVICE_NOTIFY_WINDOW_HANDLE","features":[374]},{"name":"DEV_BROADCAST_DEVICEINTERFACE_A","features":[374]},{"name":"DEV_BROADCAST_DEVICEINTERFACE_W","features":[374]},{"name":"DEV_BROADCAST_DEVNODE","features":[374]},{"name":"DEV_BROADCAST_HANDLE","features":[305,374]},{"name":"DEV_BROADCAST_HANDLE32","features":[374]},{"name":"DEV_BROADCAST_HANDLE64","features":[374]},{"name":"DEV_BROADCAST_HDR","features":[374]},{"name":"DEV_BROADCAST_HDR_DEVICE_TYPE","features":[374]},{"name":"DEV_BROADCAST_NET","features":[374]},{"name":"DEV_BROADCAST_OEM","features":[374]},{"name":"DEV_BROADCAST_PORT_A","features":[374]},{"name":"DEV_BROADCAST_PORT_W","features":[374]},{"name":"DEV_BROADCAST_VOLUME","features":[374]},{"name":"DEV_BROADCAST_VOLUME_FLAGS","features":[374]},{"name":"DIFFERENCE","features":[374]},{"name":"DISK_HEALTH_NOTIFICATION_DATA","features":[374]},{"name":"DI_COMPAT","features":[374]},{"name":"DI_DEFAULTSIZE","features":[374]},{"name":"DI_FLAGS","features":[374]},{"name":"DI_IMAGE","features":[374]},{"name":"DI_MASK","features":[374]},{"name":"DI_NOMIRROR","features":[374]},{"name":"DI_NORMAL","features":[374]},{"name":"DLGC_BUTTON","features":[374]},{"name":"DLGC_DEFPUSHBUTTON","features":[374]},{"name":"DLGC_HASSETSEL","features":[374]},{"name":"DLGC_RADIOBUTTON","features":[374]},{"name":"DLGC_STATIC","features":[374]},{"name":"DLGC_UNDEFPUSHBUTTON","features":[374]},{"name":"DLGC_WANTALLKEYS","features":[374]},{"name":"DLGC_WANTARROWS","features":[374]},{"name":"DLGC_WANTCHARS","features":[374]},{"name":"DLGC_WANTMESSAGE","features":[374]},{"name":"DLGC_WANTTAB","features":[374]},{"name":"DLGITEMTEMPLATE","features":[374]},{"name":"DLGPROC","features":[305,374]},{"name":"DLGTEMPLATE","features":[374]},{"name":"DLGWINDOWEXTRA","features":[374]},{"name":"DM_GETDEFID","features":[374]},{"name":"DM_POINTERHITTEST","features":[374]},{"name":"DM_REPOSITION","features":[374]},{"name":"DM_SETDEFID","features":[374]},{"name":"DOF_DIRECTORY","features":[374]},{"name":"DOF_DOCUMENT","features":[374]},{"name":"DOF_EXECUTABLE","features":[374]},{"name":"DOF_MULTIPLE","features":[374]},{"name":"DOF_PROGMAN","features":[374]},{"name":"DOF_SHELLDATA","features":[374]},{"name":"DO_DROPFILE","features":[374]},{"name":"DO_PRINTFILE","features":[374]},{"name":"DROPSTRUCT","features":[305,374]},{"name":"DS_3DLOOK","features":[374]},{"name":"DS_ABSALIGN","features":[374]},{"name":"DS_CENTER","features":[374]},{"name":"DS_CENTERMOUSE","features":[374]},{"name":"DS_CONTEXTHELP","features":[374]},{"name":"DS_CONTROL","features":[374]},{"name":"DS_FIXEDSYS","features":[374]},{"name":"DS_LOCALEDIT","features":[374]},{"name":"DS_MODALFRAME","features":[374]},{"name":"DS_NOFAILCREATE","features":[374]},{"name":"DS_NOIDLEMSG","features":[374]},{"name":"DS_SETFONT","features":[374]},{"name":"DS_SETFOREGROUND","features":[374]},{"name":"DS_SYSMODAL","features":[374]},{"name":"DS_USEPIXELS","features":[374]},{"name":"DWLP_MSGRESULT","features":[374]},{"name":"DWL_DLGPROC","features":[374]},{"name":"DWL_MSGRESULT","features":[374]},{"name":"DWL_USER","features":[374]},{"name":"DefDlgProcA","features":[305,374]},{"name":"DefDlgProcW","features":[305,374]},{"name":"DefFrameProcA","features":[305,374]},{"name":"DefFrameProcW","features":[305,374]},{"name":"DefMDIChildProcA","features":[305,374]},{"name":"DefMDIChildProcW","features":[305,374]},{"name":"DefWindowProcA","features":[305,374]},{"name":"DefWindowProcW","features":[305,374]},{"name":"DeferWindowPos","features":[305,374]},{"name":"DeleteMenu","features":[305,374]},{"name":"DeregisterShellHookWindow","features":[305,374]},{"name":"DestroyAcceleratorTable","features":[305,374]},{"name":"DestroyCaret","features":[305,374]},{"name":"DestroyCursor","features":[305,374]},{"name":"DestroyIcon","features":[305,374]},{"name":"DestroyIndexedResults","features":[374]},{"name":"DestroyMenu","features":[305,374]},{"name":"DestroyResourceIndexer","features":[374]},{"name":"DestroyWindow","features":[305,374]},{"name":"DialogBoxIndirectParamA","features":[305,374]},{"name":"DialogBoxIndirectParamW","features":[305,374]},{"name":"DialogBoxParamA","features":[305,374]},{"name":"DialogBoxParamW","features":[305,374]},{"name":"DisableProcessWindowsGhosting","features":[374]},{"name":"DispatchMessageA","features":[305,374]},{"name":"DispatchMessageW","features":[305,374]},{"name":"DragObject","features":[305,374]},{"name":"DrawIcon","features":[305,317,374]},{"name":"DrawIconEx","features":[305,317,374]},{"name":"DrawMenuBar","features":[305,374]},{"name":"EC_LEFTMARGIN","features":[374]},{"name":"EC_RIGHTMARGIN","features":[374]},{"name":"EC_USEFONTINFO","features":[374]},{"name":"EDD_GET_DEVICE_INTERFACE_NAME","features":[374]},{"name":"EDIT_CONTROL_FEATURE","features":[374]},{"name":"EDIT_CONTROL_FEATURE_ENTERPRISE_DATA_PROTECTION_PASTE_SUPPORT","features":[374]},{"name":"EDIT_CONTROL_FEATURE_PASTE_NOTIFICATIONS","features":[374]},{"name":"EIMES_CANCELCOMPSTRINFOCUS","features":[374]},{"name":"EIMES_COMPLETECOMPSTRKILLFOCUS","features":[374]},{"name":"EIMES_GETCOMPSTRATONCE","features":[374]},{"name":"EMSIS_COMPOSITIONSTRING","features":[374]},{"name":"ENDSESSION_CLOSEAPP","features":[374]},{"name":"ENDSESSION_CRITICAL","features":[374]},{"name":"ENDSESSION_LOGOFF","features":[374]},{"name":"EN_AFTER_PASTE","features":[374]},{"name":"EN_ALIGN_LTR_EC","features":[374]},{"name":"EN_ALIGN_RTL_EC","features":[374]},{"name":"EN_BEFORE_PASTE","features":[374]},{"name":"EN_CHANGE","features":[374]},{"name":"EN_ERRSPACE","features":[374]},{"name":"EN_HSCROLL","features":[374]},{"name":"EN_KILLFOCUS","features":[374]},{"name":"EN_MAXTEXT","features":[374]},{"name":"EN_SETFOCUS","features":[374]},{"name":"EN_UPDATE","features":[374]},{"name":"EN_VSCROLL","features":[374]},{"name":"ES_AUTOHSCROLL","features":[374]},{"name":"ES_AUTOVSCROLL","features":[374]},{"name":"ES_CENTER","features":[374]},{"name":"ES_LEFT","features":[374]},{"name":"ES_LOWERCASE","features":[374]},{"name":"ES_MULTILINE","features":[374]},{"name":"ES_NOHIDESEL","features":[374]},{"name":"ES_NUMBER","features":[374]},{"name":"ES_OEMCONVERT","features":[374]},{"name":"ES_PASSWORD","features":[374]},{"name":"ES_READONLY","features":[374]},{"name":"ES_RIGHT","features":[374]},{"name":"ES_UPPERCASE","features":[374]},{"name":"ES_WANTRETURN","features":[374]},{"name":"EVENTMSG","features":[305,374]},{"name":"EVENT_AIA_END","features":[374]},{"name":"EVENT_AIA_START","features":[374]},{"name":"EVENT_CONSOLE_CARET","features":[374]},{"name":"EVENT_CONSOLE_END","features":[374]},{"name":"EVENT_CONSOLE_END_APPLICATION","features":[374]},{"name":"EVENT_CONSOLE_LAYOUT","features":[374]},{"name":"EVENT_CONSOLE_START_APPLICATION","features":[374]},{"name":"EVENT_CONSOLE_UPDATE_REGION","features":[374]},{"name":"EVENT_CONSOLE_UPDATE_SCROLL","features":[374]},{"name":"EVENT_CONSOLE_UPDATE_SIMPLE","features":[374]},{"name":"EVENT_MAX","features":[374]},{"name":"EVENT_MIN","features":[374]},{"name":"EVENT_OBJECT_ACCELERATORCHANGE","features":[374]},{"name":"EVENT_OBJECT_CLOAKED","features":[374]},{"name":"EVENT_OBJECT_CONTENTSCROLLED","features":[374]},{"name":"EVENT_OBJECT_CREATE","features":[374]},{"name":"EVENT_OBJECT_DEFACTIONCHANGE","features":[374]},{"name":"EVENT_OBJECT_DESCRIPTIONCHANGE","features":[374]},{"name":"EVENT_OBJECT_DESTROY","features":[374]},{"name":"EVENT_OBJECT_DRAGCANCEL","features":[374]},{"name":"EVENT_OBJECT_DRAGCOMPLETE","features":[374]},{"name":"EVENT_OBJECT_DRAGDROPPED","features":[374]},{"name":"EVENT_OBJECT_DRAGENTER","features":[374]},{"name":"EVENT_OBJECT_DRAGLEAVE","features":[374]},{"name":"EVENT_OBJECT_DRAGSTART","features":[374]},{"name":"EVENT_OBJECT_END","features":[374]},{"name":"EVENT_OBJECT_FOCUS","features":[374]},{"name":"EVENT_OBJECT_HELPCHANGE","features":[374]},{"name":"EVENT_OBJECT_HIDE","features":[374]},{"name":"EVENT_OBJECT_HOSTEDOBJECTSINVALIDATED","features":[374]},{"name":"EVENT_OBJECT_IME_CHANGE","features":[374]},{"name":"EVENT_OBJECT_IME_HIDE","features":[374]},{"name":"EVENT_OBJECT_IME_SHOW","features":[374]},{"name":"EVENT_OBJECT_INVOKED","features":[374]},{"name":"EVENT_OBJECT_LIVEREGIONCHANGED","features":[374]},{"name":"EVENT_OBJECT_LOCATIONCHANGE","features":[374]},{"name":"EVENT_OBJECT_NAMECHANGE","features":[374]},{"name":"EVENT_OBJECT_PARENTCHANGE","features":[374]},{"name":"EVENT_OBJECT_REORDER","features":[374]},{"name":"EVENT_OBJECT_SELECTION","features":[374]},{"name":"EVENT_OBJECT_SELECTIONADD","features":[374]},{"name":"EVENT_OBJECT_SELECTIONREMOVE","features":[374]},{"name":"EVENT_OBJECT_SELECTIONWITHIN","features":[374]},{"name":"EVENT_OBJECT_SHOW","features":[374]},{"name":"EVENT_OBJECT_STATECHANGE","features":[374]},{"name":"EVENT_OBJECT_TEXTEDIT_CONVERSIONTARGETCHANGED","features":[374]},{"name":"EVENT_OBJECT_TEXTSELECTIONCHANGED","features":[374]},{"name":"EVENT_OBJECT_UNCLOAKED","features":[374]},{"name":"EVENT_OBJECT_VALUECHANGE","features":[374]},{"name":"EVENT_OEM_DEFINED_END","features":[374]},{"name":"EVENT_OEM_DEFINED_START","features":[374]},{"name":"EVENT_SYSTEM_ALERT","features":[374]},{"name":"EVENT_SYSTEM_ARRANGMENTPREVIEW","features":[374]},{"name":"EVENT_SYSTEM_CAPTUREEND","features":[374]},{"name":"EVENT_SYSTEM_CAPTURESTART","features":[374]},{"name":"EVENT_SYSTEM_CONTEXTHELPEND","features":[374]},{"name":"EVENT_SYSTEM_CONTEXTHELPSTART","features":[374]},{"name":"EVENT_SYSTEM_DESKTOPSWITCH","features":[374]},{"name":"EVENT_SYSTEM_DIALOGEND","features":[374]},{"name":"EVENT_SYSTEM_DIALOGSTART","features":[374]},{"name":"EVENT_SYSTEM_DRAGDROPEND","features":[374]},{"name":"EVENT_SYSTEM_DRAGDROPSTART","features":[374]},{"name":"EVENT_SYSTEM_END","features":[374]},{"name":"EVENT_SYSTEM_FOREGROUND","features":[374]},{"name":"EVENT_SYSTEM_IME_KEY_NOTIFICATION","features":[374]},{"name":"EVENT_SYSTEM_MENUEND","features":[374]},{"name":"EVENT_SYSTEM_MENUPOPUPEND","features":[374]},{"name":"EVENT_SYSTEM_MENUPOPUPSTART","features":[374]},{"name":"EVENT_SYSTEM_MENUSTART","features":[374]},{"name":"EVENT_SYSTEM_MINIMIZEEND","features":[374]},{"name":"EVENT_SYSTEM_MINIMIZESTART","features":[374]},{"name":"EVENT_SYSTEM_MOVESIZEEND","features":[374]},{"name":"EVENT_SYSTEM_MOVESIZESTART","features":[374]},{"name":"EVENT_SYSTEM_SCROLLINGEND","features":[374]},{"name":"EVENT_SYSTEM_SCROLLINGSTART","features":[374]},{"name":"EVENT_SYSTEM_SOUND","features":[374]},{"name":"EVENT_SYSTEM_SWITCHEND","features":[374]},{"name":"EVENT_SYSTEM_SWITCHER_APPDROPPED","features":[374]},{"name":"EVENT_SYSTEM_SWITCHER_APPGRABBED","features":[374]},{"name":"EVENT_SYSTEM_SWITCHER_APPOVERTARGET","features":[374]},{"name":"EVENT_SYSTEM_SWITCHER_CANCELLED","features":[374]},{"name":"EVENT_SYSTEM_SWITCHSTART","features":[374]},{"name":"EVENT_UIA_EVENTID_END","features":[374]},{"name":"EVENT_UIA_EVENTID_START","features":[374]},{"name":"EVENT_UIA_PROPID_END","features":[374]},{"name":"EVENT_UIA_PROPID_START","features":[374]},{"name":"EnableMenuItem","features":[305,374]},{"name":"EndDeferWindowPos","features":[305,374]},{"name":"EndDialog","features":[305,374]},{"name":"EndMenu","features":[305,374]},{"name":"EnumChildWindows","features":[305,374]},{"name":"EnumPropsA","features":[305,374]},{"name":"EnumPropsExA","features":[305,374]},{"name":"EnumPropsExW","features":[305,374]},{"name":"EnumPropsW","features":[305,374]},{"name":"EnumThreadWindows","features":[305,374]},{"name":"EnumWindows","features":[305,374]},{"name":"FALT","features":[374]},{"name":"FAPPCOMMAND_KEY","features":[374]},{"name":"FAPPCOMMAND_MASK","features":[374]},{"name":"FAPPCOMMAND_MOUSE","features":[374]},{"name":"FAPPCOMMAND_OEM","features":[374]},{"name":"FCONTROL","features":[374]},{"name":"FE_FONTSMOOTHINGCLEARTYPE","features":[374]},{"name":"FE_FONTSMOOTHINGORIENTATIONBGR","features":[374]},{"name":"FE_FONTSMOOTHINGORIENTATIONRGB","features":[374]},{"name":"FE_FONTSMOOTHINGSTANDARD","features":[374]},{"name":"FKF_AVAILABLE","features":[374]},{"name":"FKF_CLICKON","features":[374]},{"name":"FKF_CONFIRMHOTKEY","features":[374]},{"name":"FKF_FILTERKEYSON","features":[374]},{"name":"FKF_HOTKEYACTIVE","features":[374]},{"name":"FKF_HOTKEYSOUND","features":[374]},{"name":"FKF_INDICATOR","features":[374]},{"name":"FLASHWINFO","features":[305,374]},{"name":"FLASHWINFO_FLAGS","features":[374]},{"name":"FLASHW_ALL","features":[374]},{"name":"FLASHW_CAPTION","features":[374]},{"name":"FLASHW_STOP","features":[374]},{"name":"FLASHW_TIMER","features":[374]},{"name":"FLASHW_TIMERNOFG","features":[374]},{"name":"FLASHW_TRAY","features":[374]},{"name":"FNOINVERT","features":[374]},{"name":"FOREGROUND_WINDOW_LOCK_CODE","features":[374]},{"name":"FSHIFT","features":[374]},{"name":"FVIRTKEY","features":[374]},{"name":"FindWindowA","features":[305,374]},{"name":"FindWindowExA","features":[305,374]},{"name":"FindWindowExW","features":[305,374]},{"name":"FindWindowW","features":[305,374]},{"name":"FlashWindow","features":[305,374]},{"name":"FlashWindowEx","features":[305,374]},{"name":"GA_PARENT","features":[374]},{"name":"GA_ROOT","features":[374]},{"name":"GA_ROOTOWNER","features":[374]},{"name":"GCF_INCLUDE_ANCESTORS","features":[374]},{"name":"GCLP_HBRBACKGROUND","features":[374]},{"name":"GCLP_HCURSOR","features":[374]},{"name":"GCLP_HICON","features":[374]},{"name":"GCLP_HICONSM","features":[374]},{"name":"GCLP_HMODULE","features":[374]},{"name":"GCLP_MENUNAME","features":[374]},{"name":"GCLP_WNDPROC","features":[374]},{"name":"GCL_CBCLSEXTRA","features":[374]},{"name":"GCL_CBWNDEXTRA","features":[374]},{"name":"GCL_HBRBACKGROUND","features":[374]},{"name":"GCL_HCURSOR","features":[374]},{"name":"GCL_HICON","features":[374]},{"name":"GCL_HICONSM","features":[374]},{"name":"GCL_HMODULE","features":[374]},{"name":"GCL_MENUNAME","features":[374]},{"name":"GCL_STYLE","features":[374]},{"name":"GCL_WNDPROC","features":[374]},{"name":"GCW_ATOM","features":[374]},{"name":"GDI_IMAGE_TYPE","features":[374]},{"name":"GESTURECONFIGMAXCOUNT","features":[374]},{"name":"GESTUREVISUALIZATION_DOUBLETAP","features":[374]},{"name":"GESTUREVISUALIZATION_OFF","features":[374]},{"name":"GESTUREVISUALIZATION_ON","features":[374]},{"name":"GESTUREVISUALIZATION_PRESSANDHOLD","features":[374]},{"name":"GESTUREVISUALIZATION_PRESSANDTAP","features":[374]},{"name":"GESTUREVISUALIZATION_RIGHTTAP","features":[374]},{"name":"GESTUREVISUALIZATION_TAP","features":[374]},{"name":"GETCLIPBMETADATA","features":[305,374]},{"name":"GET_ANCESTOR_FLAGS","features":[374]},{"name":"GET_CLASS_LONG_INDEX","features":[374]},{"name":"GET_MENU_DEFAULT_ITEM_FLAGS","features":[374]},{"name":"GET_WINDOW_CMD","features":[374]},{"name":"GF_BEGIN","features":[374]},{"name":"GF_END","features":[374]},{"name":"GF_INERTIA","features":[374]},{"name":"GIDC_ARRIVAL","features":[374]},{"name":"GIDC_REMOVAL","features":[374]},{"name":"GMDI_GOINTOPOPUPS","features":[374]},{"name":"GMDI_USEDISABLED","features":[374]},{"name":"GUID_DEVICE_EVENT_RBC","features":[374]},{"name":"GUID_IO_CDROM_EXCLUSIVE_LOCK","features":[374]},{"name":"GUID_IO_CDROM_EXCLUSIVE_UNLOCK","features":[374]},{"name":"GUID_IO_DEVICE_BECOMING_READY","features":[374]},{"name":"GUID_IO_DEVICE_EXTERNAL_REQUEST","features":[374]},{"name":"GUID_IO_DISK_CLONE_ARRIVAL","features":[374]},{"name":"GUID_IO_DISK_CLONE_ARRIVAL_INFORMATION","features":[374]},{"name":"GUID_IO_DISK_HEALTH_NOTIFICATION","features":[374]},{"name":"GUID_IO_DISK_LAYOUT_CHANGE","features":[374]},{"name":"GUID_IO_DRIVE_REQUIRES_CLEANING","features":[374]},{"name":"GUID_IO_MEDIA_ARRIVAL","features":[374]},{"name":"GUID_IO_MEDIA_EJECT_REQUEST","features":[374]},{"name":"GUID_IO_MEDIA_REMOVAL","features":[374]},{"name":"GUID_IO_TAPE_ERASE","features":[374]},{"name":"GUID_IO_VOLUME_BACKGROUND_FORMAT","features":[374]},{"name":"GUID_IO_VOLUME_CHANGE","features":[374]},{"name":"GUID_IO_VOLUME_CHANGE_SIZE","features":[374]},{"name":"GUID_IO_VOLUME_DEVICE_INTERFACE","features":[374]},{"name":"GUID_IO_VOLUME_DISMOUNT","features":[374]},{"name":"GUID_IO_VOLUME_DISMOUNT_FAILED","features":[374]},{"name":"GUID_IO_VOLUME_FORCE_CLOSED","features":[374]},{"name":"GUID_IO_VOLUME_FVE_STATUS_CHANGE","features":[374]},{"name":"GUID_IO_VOLUME_INFO_MAKE_COMPAT","features":[374]},{"name":"GUID_IO_VOLUME_LOCK","features":[374]},{"name":"GUID_IO_VOLUME_LOCK_FAILED","features":[374]},{"name":"GUID_IO_VOLUME_MOUNT","features":[374]},{"name":"GUID_IO_VOLUME_NAME_CHANGE","features":[374]},{"name":"GUID_IO_VOLUME_NEED_CHKDSK","features":[374]},{"name":"GUID_IO_VOLUME_PHYSICAL_CONFIGURATION_CHANGE","features":[374]},{"name":"GUID_IO_VOLUME_PREPARING_EJECT","features":[374]},{"name":"GUID_IO_VOLUME_UNIQUE_ID_CHANGE","features":[374]},{"name":"GUID_IO_VOLUME_UNLOCK","features":[374]},{"name":"GUID_IO_VOLUME_WEARING_OUT","features":[374]},{"name":"GUID_IO_VOLUME_WORM_NEAR_FULL","features":[374]},{"name":"GUITHREADINFO","features":[305,374]},{"name":"GUITHREADINFO_FLAGS","features":[374]},{"name":"GUI_16BITTASK","features":[374]},{"name":"GUI_CARETBLINKING","features":[374]},{"name":"GUI_INMENUMODE","features":[374]},{"name":"GUI_INMOVESIZE","features":[374]},{"name":"GUI_POPUPMENUMODE","features":[374]},{"name":"GUI_SYSTEMMENUMODE","features":[374]},{"name":"GWFS_INCLUDE_ANCESTORS","features":[374]},{"name":"GWLP_HINSTANCE","features":[374]},{"name":"GWLP_HWNDPARENT","features":[374]},{"name":"GWLP_ID","features":[374]},{"name":"GWLP_USERDATA","features":[374]},{"name":"GWLP_WNDPROC","features":[374]},{"name":"GWL_EXSTYLE","features":[374]},{"name":"GWL_HINSTANCE","features":[374]},{"name":"GWL_HWNDPARENT","features":[374]},{"name":"GWL_ID","features":[374]},{"name":"GWL_STYLE","features":[374]},{"name":"GWL_USERDATA","features":[374]},{"name":"GWL_WNDPROC","features":[374]},{"name":"GW_CHILD","features":[374]},{"name":"GW_ENABLEDPOPUP","features":[374]},{"name":"GW_HWNDFIRST","features":[374]},{"name":"GW_HWNDLAST","features":[374]},{"name":"GW_HWNDNEXT","features":[374]},{"name":"GW_HWNDPREV","features":[374]},{"name":"GW_MAX","features":[374]},{"name":"GW_OWNER","features":[374]},{"name":"GetAltTabInfoA","features":[305,374]},{"name":"GetAltTabInfoW","features":[305,374]},{"name":"GetAncestor","features":[305,374]},{"name":"GetCaretBlinkTime","features":[374]},{"name":"GetCaretPos","features":[305,374]},{"name":"GetClassInfoA","features":[305,317,374]},{"name":"GetClassInfoExA","features":[305,317,374]},{"name":"GetClassInfoExW","features":[305,317,374]},{"name":"GetClassInfoW","features":[305,317,374]},{"name":"GetClassLongA","features":[305,374]},{"name":"GetClassLongPtrA","features":[305,374]},{"name":"GetClassLongPtrW","features":[305,374]},{"name":"GetClassLongW","features":[305,374]},{"name":"GetClassNameA","features":[305,374]},{"name":"GetClassNameW","features":[305,374]},{"name":"GetClassWord","features":[305,374]},{"name":"GetClientRect","features":[305,374]},{"name":"GetClipCursor","features":[305,374]},{"name":"GetCursor","features":[374]},{"name":"GetCursorInfo","features":[305,374]},{"name":"GetCursorPos","features":[305,374]},{"name":"GetDesktopWindow","features":[305,374]},{"name":"GetDialogBaseUnits","features":[374]},{"name":"GetDlgCtrlID","features":[305,374]},{"name":"GetDlgItem","features":[305,374]},{"name":"GetDlgItemInt","features":[305,374]},{"name":"GetDlgItemTextA","features":[305,374]},{"name":"GetDlgItemTextW","features":[305,374]},{"name":"GetForegroundWindow","features":[305,374]},{"name":"GetGUIThreadInfo","features":[305,374]},{"name":"GetIconInfo","features":[305,317,374]},{"name":"GetIconInfoExA","features":[305,317,374]},{"name":"GetIconInfoExW","features":[305,317,374]},{"name":"GetInputState","features":[305,374]},{"name":"GetLastActivePopup","features":[305,374]},{"name":"GetLayeredWindowAttributes","features":[305,374]},{"name":"GetMenu","features":[305,374]},{"name":"GetMenuBarInfo","features":[305,374]},{"name":"GetMenuCheckMarkDimensions","features":[374]},{"name":"GetMenuDefaultItem","features":[374]},{"name":"GetMenuInfo","features":[305,317,374]},{"name":"GetMenuItemCount","features":[374]},{"name":"GetMenuItemID","features":[374]},{"name":"GetMenuItemInfoA","features":[305,317,374]},{"name":"GetMenuItemInfoW","features":[305,317,374]},{"name":"GetMenuItemRect","features":[305,374]},{"name":"GetMenuState","features":[374]},{"name":"GetMenuStringA","features":[374]},{"name":"GetMenuStringW","features":[374]},{"name":"GetMessageA","features":[305,374]},{"name":"GetMessageExtraInfo","features":[305,374]},{"name":"GetMessagePos","features":[374]},{"name":"GetMessageTime","features":[374]},{"name":"GetMessageW","features":[305,374]},{"name":"GetNextDlgGroupItem","features":[305,374]},{"name":"GetNextDlgTabItem","features":[305,374]},{"name":"GetParent","features":[305,374]},{"name":"GetPhysicalCursorPos","features":[305,374]},{"name":"GetProcessDefaultLayout","features":[305,374]},{"name":"GetPropA","features":[305,374]},{"name":"GetPropW","features":[305,374]},{"name":"GetQueueStatus","features":[374]},{"name":"GetScrollBarInfo","features":[305,374]},{"name":"GetScrollInfo","features":[305,374]},{"name":"GetScrollPos","features":[305,374]},{"name":"GetScrollRange","features":[305,374]},{"name":"GetShellWindow","features":[305,374]},{"name":"GetSubMenu","features":[374]},{"name":"GetSystemMenu","features":[305,374]},{"name":"GetSystemMetrics","features":[374]},{"name":"GetTitleBarInfo","features":[305,374]},{"name":"GetTopWindow","features":[305,374]},{"name":"GetWindow","features":[305,374]},{"name":"GetWindowDisplayAffinity","features":[305,374]},{"name":"GetWindowInfo","features":[305,374]},{"name":"GetWindowLongA","features":[305,374]},{"name":"GetWindowLongPtrA","features":[305,374]},{"name":"GetWindowLongPtrW","features":[305,374]},{"name":"GetWindowLongW","features":[305,374]},{"name":"GetWindowModuleFileNameA","features":[305,374]},{"name":"GetWindowModuleFileNameW","features":[305,374]},{"name":"GetWindowPlacement","features":[305,374]},{"name":"GetWindowRect","features":[305,374]},{"name":"GetWindowTextA","features":[305,374]},{"name":"GetWindowTextLengthA","features":[305,374]},{"name":"GetWindowTextLengthW","features":[305,374]},{"name":"GetWindowTextW","features":[305,374]},{"name":"GetWindowThreadProcessId","features":[305,374]},{"name":"GetWindowWord","features":[305,374]},{"name":"HACCEL","features":[374]},{"name":"HANDEDNESS","features":[374]},{"name":"HANDEDNESS_LEFT","features":[374]},{"name":"HANDEDNESS_RIGHT","features":[374]},{"name":"HARDWAREHOOKSTRUCT","features":[305,374]},{"name":"HBMMENU_CALLBACK","features":[317,374]},{"name":"HBMMENU_MBAR_CLOSE","features":[317,374]},{"name":"HBMMENU_MBAR_CLOSE_D","features":[317,374]},{"name":"HBMMENU_MBAR_MINIMIZE","features":[317,374]},{"name":"HBMMENU_MBAR_MINIMIZE_D","features":[317,374]},{"name":"HBMMENU_MBAR_RESTORE","features":[317,374]},{"name":"HBMMENU_POPUP_CLOSE","features":[317,374]},{"name":"HBMMENU_POPUP_MAXIMIZE","features":[317,374]},{"name":"HBMMENU_POPUP_MINIMIZE","features":[317,374]},{"name":"HBMMENU_POPUP_RESTORE","features":[317,374]},{"name":"HBMMENU_SYSTEM","features":[317,374]},{"name":"HCBT_ACTIVATE","features":[374]},{"name":"HCBT_CLICKSKIPPED","features":[374]},{"name":"HCBT_CREATEWND","features":[374]},{"name":"HCBT_DESTROYWND","features":[374]},{"name":"HCBT_KEYSKIPPED","features":[374]},{"name":"HCBT_MINMAX","features":[374]},{"name":"HCBT_MOVESIZE","features":[374]},{"name":"HCBT_QS","features":[374]},{"name":"HCBT_SETFOCUS","features":[374]},{"name":"HCBT_SYSCOMMAND","features":[374]},{"name":"HCF_DEFAULTDESKTOP","features":[374]},{"name":"HCF_LOGONDESKTOP","features":[374]},{"name":"HCURSOR","features":[374]},{"name":"HC_ACTION","features":[374]},{"name":"HC_GETNEXT","features":[374]},{"name":"HC_NOREM","features":[374]},{"name":"HC_NOREMOVE","features":[374]},{"name":"HC_SKIP","features":[374]},{"name":"HC_SYSMODALOFF","features":[374]},{"name":"HC_SYSMODALON","features":[374]},{"name":"HDEVNOTIFY","features":[374]},{"name":"HDWP","features":[374]},{"name":"HELP_COMMAND","features":[374]},{"name":"HELP_CONTENTS","features":[374]},{"name":"HELP_CONTEXT","features":[374]},{"name":"HELP_CONTEXTMENU","features":[374]},{"name":"HELP_CONTEXTPOPUP","features":[374]},{"name":"HELP_FINDER","features":[374]},{"name":"HELP_FORCEFILE","features":[374]},{"name":"HELP_HELPONHELP","features":[374]},{"name":"HELP_INDEX","features":[374]},{"name":"HELP_KEY","features":[374]},{"name":"HELP_MULTIKEY","features":[374]},{"name":"HELP_PARTIALKEY","features":[374]},{"name":"HELP_QUIT","features":[374]},{"name":"HELP_SETCONTENTS","features":[374]},{"name":"HELP_SETINDEX","features":[374]},{"name":"HELP_SETPOPUP_POS","features":[374]},{"name":"HELP_SETWINPOS","features":[374]},{"name":"HELP_TCARD","features":[374]},{"name":"HELP_TCARD_DATA","features":[374]},{"name":"HELP_TCARD_OTHER_CALLER","features":[374]},{"name":"HELP_WM_HELP","features":[374]},{"name":"HHOOK","features":[374]},{"name":"HICON","features":[374]},{"name":"HIDE_WINDOW","features":[374]},{"name":"HKL_NEXT","features":[374]},{"name":"HKL_PREV","features":[374]},{"name":"HMENU","features":[374]},{"name":"HOOKPROC","features":[305,374]},{"name":"HSHELL_ACCESSIBILITYSTATE","features":[374]},{"name":"HSHELL_ACTIVATESHELLWINDOW","features":[374]},{"name":"HSHELL_APPCOMMAND","features":[374]},{"name":"HSHELL_ENDTASK","features":[374]},{"name":"HSHELL_GETMINRECT","features":[374]},{"name":"HSHELL_HIGHBIT","features":[374]},{"name":"HSHELL_LANGUAGE","features":[374]},{"name":"HSHELL_MONITORCHANGED","features":[374]},{"name":"HSHELL_REDRAW","features":[374]},{"name":"HSHELL_SYSMENU","features":[374]},{"name":"HSHELL_TASKMAN","features":[374]},{"name":"HSHELL_WINDOWACTIVATED","features":[374]},{"name":"HSHELL_WINDOWCREATED","features":[374]},{"name":"HSHELL_WINDOWDESTROYED","features":[374]},{"name":"HSHELL_WINDOWREPLACED","features":[374]},{"name":"HSHELL_WINDOWREPLACING","features":[374]},{"name":"HTBORDER","features":[374]},{"name":"HTBOTTOM","features":[374]},{"name":"HTBOTTOMLEFT","features":[374]},{"name":"HTBOTTOMRIGHT","features":[374]},{"name":"HTCAPTION","features":[374]},{"name":"HTCLIENT","features":[374]},{"name":"HTCLOSE","features":[374]},{"name":"HTERROR","features":[374]},{"name":"HTGROWBOX","features":[374]},{"name":"HTHELP","features":[374]},{"name":"HTHSCROLL","features":[374]},{"name":"HTLEFT","features":[374]},{"name":"HTMAXBUTTON","features":[374]},{"name":"HTMENU","features":[374]},{"name":"HTMINBUTTON","features":[374]},{"name":"HTNOWHERE","features":[374]},{"name":"HTOBJECT","features":[374]},{"name":"HTREDUCE","features":[374]},{"name":"HTRIGHT","features":[374]},{"name":"HTSIZE","features":[374]},{"name":"HTSIZEFIRST","features":[374]},{"name":"HTSIZELAST","features":[374]},{"name":"HTSYSMENU","features":[374]},{"name":"HTTOP","features":[374]},{"name":"HTTOPLEFT","features":[374]},{"name":"HTTOPRIGHT","features":[374]},{"name":"HTTRANSPARENT","features":[374]},{"name":"HTVSCROLL","features":[374]},{"name":"HTZOOM","features":[374]},{"name":"HWND_BOTTOM","features":[305,374]},{"name":"HWND_BROADCAST","features":[305,374]},{"name":"HWND_DESKTOP","features":[305,374]},{"name":"HWND_MESSAGE","features":[305,374]},{"name":"HWND_NOTOPMOST","features":[305,374]},{"name":"HWND_TOP","features":[305,374]},{"name":"HWND_TOPMOST","features":[305,374]},{"name":"HideCaret","features":[305,374]},{"name":"HiliteMenuItem","features":[305,374]},{"name":"ICONINFO","features":[305,317,374]},{"name":"ICONINFOEXA","features":[305,317,374]},{"name":"ICONINFOEXW","features":[305,317,374]},{"name":"ICONMETRICSA","features":[317,374]},{"name":"ICONMETRICSW","features":[317,374]},{"name":"ICON_BIG","features":[374]},{"name":"ICON_SMALL","features":[374]},{"name":"ICON_SMALL2","features":[374]},{"name":"IDABORT","features":[374]},{"name":"IDANI_CAPTION","features":[374]},{"name":"IDANI_OPEN","features":[374]},{"name":"IDASYNC","features":[374]},{"name":"IDCANCEL","features":[374]},{"name":"IDCLOSE","features":[374]},{"name":"IDCONTINUE","features":[374]},{"name":"IDC_APPSTARTING","features":[374]},{"name":"IDC_ARROW","features":[374]},{"name":"IDC_CROSS","features":[374]},{"name":"IDC_HAND","features":[374]},{"name":"IDC_HELP","features":[374]},{"name":"IDC_IBEAM","features":[374]},{"name":"IDC_ICON","features":[374]},{"name":"IDC_NO","features":[374]},{"name":"IDC_PERSON","features":[374]},{"name":"IDC_PIN","features":[374]},{"name":"IDC_SIZE","features":[374]},{"name":"IDC_SIZEALL","features":[374]},{"name":"IDC_SIZENESW","features":[374]},{"name":"IDC_SIZENS","features":[374]},{"name":"IDC_SIZENWSE","features":[374]},{"name":"IDC_SIZEWE","features":[374]},{"name":"IDC_STATIC","features":[374]},{"name":"IDC_UPARROW","features":[374]},{"name":"IDC_WAIT","features":[374]},{"name":"IDHELP","features":[374]},{"name":"IDHOT_SNAPDESKTOP","features":[374]},{"name":"IDHOT_SNAPWINDOW","features":[374]},{"name":"IDH_CANCEL","features":[374]},{"name":"IDH_GENERIC_HELP_BUTTON","features":[374]},{"name":"IDH_HELP","features":[374]},{"name":"IDH_MISSING_CONTEXT","features":[374]},{"name":"IDH_NO_HELP","features":[374]},{"name":"IDH_OK","features":[374]},{"name":"IDIGNORE","features":[374]},{"name":"IDI_APPLICATION","features":[374]},{"name":"IDI_ASTERISK","features":[374]},{"name":"IDI_ERROR","features":[374]},{"name":"IDI_EXCLAMATION","features":[374]},{"name":"IDI_HAND","features":[374]},{"name":"IDI_INFORMATION","features":[374]},{"name":"IDI_QUESTION","features":[374]},{"name":"IDI_SHIELD","features":[374]},{"name":"IDI_WARNING","features":[374]},{"name":"IDI_WINLOGO","features":[374]},{"name":"IDNO","features":[374]},{"name":"IDOK","features":[374]},{"name":"IDRETRY","features":[374]},{"name":"IDTIMEOUT","features":[374]},{"name":"IDTRYAGAIN","features":[374]},{"name":"IDYES","features":[374]},{"name":"IMAGE_BITMAP","features":[374]},{"name":"IMAGE_CURSOR","features":[374]},{"name":"IMAGE_ENHMETAFILE","features":[374]},{"name":"IMAGE_FLAGS","features":[374]},{"name":"IMAGE_ICON","features":[374]},{"name":"INDEXID_CONTAINER","features":[374]},{"name":"INDEXID_OBJECT","features":[374]},{"name":"INPUTLANGCHANGE_BACKWARD","features":[374]},{"name":"INPUTLANGCHANGE_FORWARD","features":[374]},{"name":"INPUTLANGCHANGE_SYSCHARSET","features":[374]},{"name":"ISMEX_CALLBACK","features":[374]},{"name":"ISMEX_NOSEND","features":[374]},{"name":"ISMEX_NOTIFY","features":[374]},{"name":"ISMEX_REPLIED","features":[374]},{"name":"ISMEX_SEND","features":[374]},{"name":"ISOLATIONAWARE_MANIFEST_RESOURCE_ID","features":[374]},{"name":"ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID","features":[374]},{"name":"ISOLATIONPOLICY_BROWSER_MANIFEST_RESOURCE_ID","features":[374]},{"name":"ISOLATIONPOLICY_MANIFEST_RESOURCE_ID","features":[374]},{"name":"InSendMessage","features":[305,374]},{"name":"InSendMessageEx","features":[374]},{"name":"IndexFilePath","features":[374]},{"name":"IndexedResourceQualifier","features":[374]},{"name":"InheritWindowMonitor","features":[305,374]},{"name":"InsertMenuA","features":[305,374]},{"name":"InsertMenuItemA","features":[305,317,374]},{"name":"InsertMenuItemW","features":[305,317,374]},{"name":"InsertMenuW","features":[305,374]},{"name":"InternalGetWindowText","features":[305,374]},{"name":"IsCharAlphaA","features":[305,374]},{"name":"IsCharAlphaNumericA","features":[305,374]},{"name":"IsCharAlphaNumericW","features":[305,374]},{"name":"IsCharAlphaW","features":[305,374]},{"name":"IsCharLowerA","features":[305,374]},{"name":"IsCharUpperA","features":[305,374]},{"name":"IsCharUpperW","features":[305,374]},{"name":"IsChild","features":[305,374]},{"name":"IsDialogMessageA","features":[305,374]},{"name":"IsDialogMessageW","features":[305,374]},{"name":"IsGUIThread","features":[305,374]},{"name":"IsHungAppWindow","features":[305,374]},{"name":"IsIconic","features":[305,374]},{"name":"IsMenu","features":[305,374]},{"name":"IsProcessDPIAware","features":[305,374]},{"name":"IsWindow","features":[305,374]},{"name":"IsWindowArranged","features":[305,374]},{"name":"IsWindowUnicode","features":[305,374]},{"name":"IsWindowVisible","features":[305,374]},{"name":"IsWow64Message","features":[305,374]},{"name":"IsZoomed","features":[305,374]},{"name":"KBDLLHOOKSTRUCT","features":[374]},{"name":"KBDLLHOOKSTRUCT_FLAGS","features":[374]},{"name":"KF_ALTDOWN","features":[374]},{"name":"KF_DLGMODE","features":[374]},{"name":"KF_EXTENDED","features":[374]},{"name":"KF_MENUMODE","features":[374]},{"name":"KF_REPEAT","features":[374]},{"name":"KF_UP","features":[374]},{"name":"KL_NAMELENGTH","features":[374]},{"name":"KillTimer","features":[305,374]},{"name":"LAYERED_WINDOW_ATTRIBUTES_FLAGS","features":[374]},{"name":"LBN_DBLCLK","features":[374]},{"name":"LBN_ERRSPACE","features":[374]},{"name":"LBN_KILLFOCUS","features":[374]},{"name":"LBN_SELCANCEL","features":[374]},{"name":"LBN_SELCHANGE","features":[374]},{"name":"LBN_SETFOCUS","features":[374]},{"name":"LBS_COMBOBOX","features":[374]},{"name":"LBS_DISABLENOSCROLL","features":[374]},{"name":"LBS_EXTENDEDSEL","features":[374]},{"name":"LBS_HASSTRINGS","features":[374]},{"name":"LBS_MULTICOLUMN","features":[374]},{"name":"LBS_MULTIPLESEL","features":[374]},{"name":"LBS_NODATA","features":[374]},{"name":"LBS_NOINTEGRALHEIGHT","features":[374]},{"name":"LBS_NOREDRAW","features":[374]},{"name":"LBS_NOSEL","features":[374]},{"name":"LBS_NOTIFY","features":[374]},{"name":"LBS_OWNERDRAWFIXED","features":[374]},{"name":"LBS_OWNERDRAWVARIABLE","features":[374]},{"name":"LBS_SORT","features":[374]},{"name":"LBS_STANDARD","features":[374]},{"name":"LBS_USETABSTOPS","features":[374]},{"name":"LBS_WANTKEYBOARDINPUT","features":[374]},{"name":"LB_ADDFILE","features":[374]},{"name":"LB_ADDSTRING","features":[374]},{"name":"LB_CTLCODE","features":[374]},{"name":"LB_DELETESTRING","features":[374]},{"name":"LB_DIR","features":[374]},{"name":"LB_ERR","features":[374]},{"name":"LB_ERRSPACE","features":[374]},{"name":"LB_FINDSTRING","features":[374]},{"name":"LB_FINDSTRINGEXACT","features":[374]},{"name":"LB_GETANCHORINDEX","features":[374]},{"name":"LB_GETCARETINDEX","features":[374]},{"name":"LB_GETCOUNT","features":[374]},{"name":"LB_GETCURSEL","features":[374]},{"name":"LB_GETHORIZONTALEXTENT","features":[374]},{"name":"LB_GETITEMDATA","features":[374]},{"name":"LB_GETITEMHEIGHT","features":[374]},{"name":"LB_GETITEMRECT","features":[374]},{"name":"LB_GETLISTBOXINFO","features":[374]},{"name":"LB_GETLOCALE","features":[374]},{"name":"LB_GETSEL","features":[374]},{"name":"LB_GETSELCOUNT","features":[374]},{"name":"LB_GETSELITEMS","features":[374]},{"name":"LB_GETTEXT","features":[374]},{"name":"LB_GETTEXTLEN","features":[374]},{"name":"LB_GETTOPINDEX","features":[374]},{"name":"LB_INITSTORAGE","features":[374]},{"name":"LB_INSERTSTRING","features":[374]},{"name":"LB_ITEMFROMPOINT","features":[374]},{"name":"LB_MSGMAX","features":[374]},{"name":"LB_MULTIPLEADDSTRING","features":[374]},{"name":"LB_OKAY","features":[374]},{"name":"LB_RESETCONTENT","features":[374]},{"name":"LB_SELECTSTRING","features":[374]},{"name":"LB_SELITEMRANGE","features":[374]},{"name":"LB_SELITEMRANGEEX","features":[374]},{"name":"LB_SETANCHORINDEX","features":[374]},{"name":"LB_SETCARETINDEX","features":[374]},{"name":"LB_SETCOLUMNWIDTH","features":[374]},{"name":"LB_SETCOUNT","features":[374]},{"name":"LB_SETCURSEL","features":[374]},{"name":"LB_SETHORIZONTALEXTENT","features":[374]},{"name":"LB_SETITEMDATA","features":[374]},{"name":"LB_SETITEMHEIGHT","features":[374]},{"name":"LB_SETLOCALE","features":[374]},{"name":"LB_SETSEL","features":[374]},{"name":"LB_SETTABSTOPS","features":[374]},{"name":"LB_SETTOPINDEX","features":[374]},{"name":"LLKHF_ALTDOWN","features":[374]},{"name":"LLKHF_EXTENDED","features":[374]},{"name":"LLKHF_INJECTED","features":[374]},{"name":"LLKHF_LOWER_IL_INJECTED","features":[374]},{"name":"LLKHF_UP","features":[374]},{"name":"LLMHF_INJECTED","features":[374]},{"name":"LLMHF_LOWER_IL_INJECTED","features":[374]},{"name":"LOCKF_LOGICAL_LOCK","features":[374]},{"name":"LOCKF_PHYSICAL_LOCK","features":[374]},{"name":"LOCKP_ALLOW_MEM_MAPPING","features":[374]},{"name":"LOCKP_ALLOW_WRITES","features":[374]},{"name":"LOCKP_FAIL_MEM_MAPPING","features":[374]},{"name":"LOCKP_FAIL_WRITES","features":[374]},{"name":"LOCKP_LOCK_FOR_FORMAT","features":[374]},{"name":"LOCKP_USER_MASK","features":[374]},{"name":"LR_COLOR","features":[374]},{"name":"LR_COPYDELETEORG","features":[374]},{"name":"LR_COPYFROMRESOURCE","features":[374]},{"name":"LR_COPYRETURNORG","features":[374]},{"name":"LR_CREATEDIBSECTION","features":[374]},{"name":"LR_DEFAULTCOLOR","features":[374]},{"name":"LR_DEFAULTSIZE","features":[374]},{"name":"LR_LOADFROMFILE","features":[374]},{"name":"LR_LOADMAP3DCOLORS","features":[374]},{"name":"LR_LOADTRANSPARENT","features":[374]},{"name":"LR_MONOCHROME","features":[374]},{"name":"LR_SHARED","features":[374]},{"name":"LR_VGACOLOR","features":[374]},{"name":"LSFW_LOCK","features":[374]},{"name":"LSFW_UNLOCK","features":[374]},{"name":"LWA_ALPHA","features":[374]},{"name":"LWA_COLORKEY","features":[374]},{"name":"LoadAcceleratorsA","features":[305,374]},{"name":"LoadAcceleratorsW","features":[305,374]},{"name":"LoadCursorA","features":[305,374]},{"name":"LoadCursorFromFileA","features":[374]},{"name":"LoadCursorFromFileW","features":[374]},{"name":"LoadCursorW","features":[305,374]},{"name":"LoadIconA","features":[305,374]},{"name":"LoadIconW","features":[305,374]},{"name":"LoadImageA","features":[305,374]},{"name":"LoadImageW","features":[305,374]},{"name":"LoadMenuA","features":[305,374]},{"name":"LoadMenuIndirectA","features":[374]},{"name":"LoadMenuIndirectW","features":[374]},{"name":"LoadMenuW","features":[305,374]},{"name":"LoadStringA","features":[305,374]},{"name":"LoadStringW","features":[305,374]},{"name":"LockSetForegroundWindow","features":[305,374]},{"name":"LogicalToPhysicalPoint","features":[305,374]},{"name":"LookupIconIdFromDirectory","features":[305,374]},{"name":"LookupIconIdFromDirectoryEx","features":[305,374]},{"name":"MAXIMUM_RESERVED_MANIFEST_RESOURCE_ID","features":[374]},{"name":"MAX_LOGICALDPIOVERRIDE","features":[374]},{"name":"MAX_STR_BLOCKREASON","features":[374]},{"name":"MAX_TOUCH_COUNT","features":[374]},{"name":"MAX_TOUCH_PREDICTION_FILTER_TAPS","features":[374]},{"name":"MA_ACTIVATE","features":[374]},{"name":"MA_ACTIVATEANDEAT","features":[374]},{"name":"MA_NOACTIVATE","features":[374]},{"name":"MA_NOACTIVATEANDEAT","features":[374]},{"name":"MB_ABORTRETRYIGNORE","features":[374]},{"name":"MB_APPLMODAL","features":[374]},{"name":"MB_CANCELTRYCONTINUE","features":[374]},{"name":"MB_DEFAULT_DESKTOP_ONLY","features":[374]},{"name":"MB_DEFBUTTON1","features":[374]},{"name":"MB_DEFBUTTON2","features":[374]},{"name":"MB_DEFBUTTON3","features":[374]},{"name":"MB_DEFBUTTON4","features":[374]},{"name":"MB_DEFMASK","features":[374]},{"name":"MB_HELP","features":[374]},{"name":"MB_ICONASTERISK","features":[374]},{"name":"MB_ICONERROR","features":[374]},{"name":"MB_ICONEXCLAMATION","features":[374]},{"name":"MB_ICONHAND","features":[374]},{"name":"MB_ICONINFORMATION","features":[374]},{"name":"MB_ICONMASK","features":[374]},{"name":"MB_ICONQUESTION","features":[374]},{"name":"MB_ICONSTOP","features":[374]},{"name":"MB_ICONWARNING","features":[374]},{"name":"MB_MISCMASK","features":[374]},{"name":"MB_MODEMASK","features":[374]},{"name":"MB_NOFOCUS","features":[374]},{"name":"MB_OK","features":[374]},{"name":"MB_OKCANCEL","features":[374]},{"name":"MB_RETRYCANCEL","features":[374]},{"name":"MB_RIGHT","features":[374]},{"name":"MB_RTLREADING","features":[374]},{"name":"MB_SERVICE_NOTIFICATION","features":[374]},{"name":"MB_SERVICE_NOTIFICATION_NT3X","features":[374]},{"name":"MB_SETFOREGROUND","features":[374]},{"name":"MB_SYSTEMMODAL","features":[374]},{"name":"MB_TASKMODAL","features":[374]},{"name":"MB_TOPMOST","features":[374]},{"name":"MB_TYPEMASK","features":[374]},{"name":"MB_USERICON","features":[374]},{"name":"MB_YESNO","features":[374]},{"name":"MB_YESNOCANCEL","features":[374]},{"name":"MDICREATESTRUCTA","features":[305,374]},{"name":"MDICREATESTRUCTW","features":[305,374]},{"name":"MDINEXTMENU","features":[305,374]},{"name":"MDIS_ALLCHILDSTYLES","features":[374]},{"name":"MDITILE_HORIZONTAL","features":[374]},{"name":"MDITILE_SKIPDISABLED","features":[374]},{"name":"MDITILE_VERTICAL","features":[374]},{"name":"MDITILE_ZORDER","features":[374]},{"name":"MENUBARINFO","features":[305,374]},{"name":"MENUEX_TEMPLATE_HEADER","features":[374]},{"name":"MENUEX_TEMPLATE_ITEM","features":[374]},{"name":"MENUGETOBJECTINFO","features":[374]},{"name":"MENUGETOBJECTINFO_FLAGS","features":[374]},{"name":"MENUINFO","features":[317,374]},{"name":"MENUINFO_MASK","features":[374]},{"name":"MENUINFO_STYLE","features":[374]},{"name":"MENUITEMINFOA","features":[317,374]},{"name":"MENUITEMINFOW","features":[317,374]},{"name":"MENUITEMTEMPLATE","features":[374]},{"name":"MENUITEMTEMPLATEHEADER","features":[374]},{"name":"MENUTEMPLATEEX","features":[374]},{"name":"MENU_ITEM_FLAGS","features":[374]},{"name":"MENU_ITEM_MASK","features":[374]},{"name":"MENU_ITEM_STATE","features":[374]},{"name":"MENU_ITEM_TYPE","features":[374]},{"name":"MESSAGEBOX_RESULT","features":[374]},{"name":"MESSAGEBOX_STYLE","features":[374]},{"name":"MESSAGE_RESOURCE_BLOCK","features":[374]},{"name":"MESSAGE_RESOURCE_DATA","features":[374]},{"name":"MESSAGE_RESOURCE_ENTRY","features":[374]},{"name":"METRICS_USEDEFAULT","features":[374]},{"name":"MFS_CHECKED","features":[374]},{"name":"MFS_DEFAULT","features":[374]},{"name":"MFS_DISABLED","features":[374]},{"name":"MFS_ENABLED","features":[374]},{"name":"MFS_GRAYED","features":[374]},{"name":"MFS_HILITE","features":[374]},{"name":"MFS_UNCHECKED","features":[374]},{"name":"MFS_UNHILITE","features":[374]},{"name":"MFT_BITMAP","features":[374]},{"name":"MFT_MENUBARBREAK","features":[374]},{"name":"MFT_MENUBREAK","features":[374]},{"name":"MFT_OWNERDRAW","features":[374]},{"name":"MFT_RADIOCHECK","features":[374]},{"name":"MFT_RIGHTJUSTIFY","features":[374]},{"name":"MFT_RIGHTORDER","features":[374]},{"name":"MFT_SEPARATOR","features":[374]},{"name":"MFT_STRING","features":[374]},{"name":"MF_APPEND","features":[374]},{"name":"MF_BITMAP","features":[374]},{"name":"MF_BYCOMMAND","features":[374]},{"name":"MF_BYPOSITION","features":[374]},{"name":"MF_CHANGE","features":[374]},{"name":"MF_CHECKED","features":[374]},{"name":"MF_DEFAULT","features":[374]},{"name":"MF_DELETE","features":[374]},{"name":"MF_DISABLED","features":[374]},{"name":"MF_ENABLED","features":[374]},{"name":"MF_END","features":[374]},{"name":"MF_GRAYED","features":[374]},{"name":"MF_HELP","features":[374]},{"name":"MF_HILITE","features":[374]},{"name":"MF_INSERT","features":[374]},{"name":"MF_MENUBARBREAK","features":[374]},{"name":"MF_MENUBREAK","features":[374]},{"name":"MF_MOUSESELECT","features":[374]},{"name":"MF_OWNERDRAW","features":[374]},{"name":"MF_POPUP","features":[374]},{"name":"MF_REMOVE","features":[374]},{"name":"MF_RIGHTJUSTIFY","features":[374]},{"name":"MF_SEPARATOR","features":[374]},{"name":"MF_STRING","features":[374]},{"name":"MF_SYSMENU","features":[374]},{"name":"MF_UNCHECKED","features":[374]},{"name":"MF_UNHILITE","features":[374]},{"name":"MF_USECHECKBITMAPS","features":[374]},{"name":"MIIM_BITMAP","features":[374]},{"name":"MIIM_CHECKMARKS","features":[374]},{"name":"MIIM_DATA","features":[374]},{"name":"MIIM_FTYPE","features":[374]},{"name":"MIIM_ID","features":[374]},{"name":"MIIM_STATE","features":[374]},{"name":"MIIM_STRING","features":[374]},{"name":"MIIM_SUBMENU","features":[374]},{"name":"MIIM_TYPE","features":[374]},{"name":"MIM_APPLYTOSUBMENUS","features":[374]},{"name":"MIM_BACKGROUND","features":[374]},{"name":"MIM_HELPID","features":[374]},{"name":"MIM_MAXHEIGHT","features":[374]},{"name":"MIM_MENUDATA","features":[374]},{"name":"MIM_STYLE","features":[374]},{"name":"MINIMIZEDMETRICS","features":[374]},{"name":"MINIMIZEDMETRICS_ARRANGE","features":[374]},{"name":"MINIMUM_RESERVED_MANIFEST_RESOURCE_ID","features":[374]},{"name":"MINMAXINFO","features":[305,374]},{"name":"MIN_LOGICALDPIOVERRIDE","features":[374]},{"name":"MKF_AVAILABLE","features":[374]},{"name":"MKF_CONFIRMHOTKEY","features":[374]},{"name":"MKF_HOTKEYACTIVE","features":[374]},{"name":"MKF_HOTKEYSOUND","features":[374]},{"name":"MKF_INDICATOR","features":[374]},{"name":"MKF_LEFTBUTTONDOWN","features":[374]},{"name":"MKF_LEFTBUTTONSEL","features":[374]},{"name":"MKF_MODIFIERS","features":[374]},{"name":"MKF_MOUSEKEYSON","features":[374]},{"name":"MKF_MOUSEMODE","features":[374]},{"name":"MKF_REPLACENUMBERS","features":[374]},{"name":"MKF_RIGHTBUTTONDOWN","features":[374]},{"name":"MKF_RIGHTBUTTONSEL","features":[374]},{"name":"MNC_CLOSE","features":[374]},{"name":"MNC_EXECUTE","features":[374]},{"name":"MNC_IGNORE","features":[374]},{"name":"MNC_SELECT","features":[374]},{"name":"MND_CONTINUE","features":[374]},{"name":"MND_ENDMENU","features":[374]},{"name":"MNGOF_BOTTOMGAP","features":[374]},{"name":"MNGOF_TOPGAP","features":[374]},{"name":"MNGO_NOERROR","features":[374]},{"name":"MNGO_NOINTERFACE","features":[374]},{"name":"MNS_AUTODISMISS","features":[374]},{"name":"MNS_CHECKORBMP","features":[374]},{"name":"MNS_DRAGDROP","features":[374]},{"name":"MNS_MODELESS","features":[374]},{"name":"MNS_NOCHECK","features":[374]},{"name":"MNS_NOTIFYBYPOS","features":[374]},{"name":"MN_GETHMENU","features":[374]},{"name":"MONITORINFOF_PRIMARY","features":[374]},{"name":"MOUSEHOOKSTRUCT","features":[305,374]},{"name":"MOUSEHOOKSTRUCTEX","features":[305,374]},{"name":"MOUSEWHEEL_ROUTING_FOCUS","features":[374]},{"name":"MOUSEWHEEL_ROUTING_HYBRID","features":[374]},{"name":"MOUSEWHEEL_ROUTING_MOUSE_POS","features":[374]},{"name":"MSG","features":[305,374]},{"name":"MSGBOXCALLBACK","features":[305,474,374]},{"name":"MSGBOXPARAMSA","features":[305,474,374]},{"name":"MSGBOXPARAMSW","features":[305,474,374]},{"name":"MSGFLTINFO_ALLOWED_HIGHER","features":[374]},{"name":"MSGFLTINFO_ALREADYALLOWED_FORWND","features":[374]},{"name":"MSGFLTINFO_ALREADYDISALLOWED_FORWND","features":[374]},{"name":"MSGFLTINFO_NONE","features":[374]},{"name":"MSGFLTINFO_STATUS","features":[374]},{"name":"MSGFLT_ADD","features":[374]},{"name":"MSGFLT_ALLOW","features":[374]},{"name":"MSGFLT_DISALLOW","features":[374]},{"name":"MSGFLT_REMOVE","features":[374]},{"name":"MSGFLT_RESET","features":[374]},{"name":"MSGF_DIALOGBOX","features":[374]},{"name":"MSGF_MAX","features":[374]},{"name":"MSGF_MENU","features":[374]},{"name":"MSGF_MESSAGEBOX","features":[374]},{"name":"MSGF_NEXTWINDOW","features":[374]},{"name":"MSGF_SCROLLBAR","features":[374]},{"name":"MSGF_USER","features":[374]},{"name":"MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS","features":[374]},{"name":"MSLLHOOKSTRUCT","features":[305,374]},{"name":"MWMO_ALERTABLE","features":[374]},{"name":"MWMO_INPUTAVAILABLE","features":[374]},{"name":"MWMO_NONE","features":[374]},{"name":"MWMO_WAITALL","features":[374]},{"name":"MapDialogRect","features":[305,374]},{"name":"MenuItemFromPoint","features":[305,374]},{"name":"MessageBoxA","features":[305,374]},{"name":"MessageBoxExA","features":[305,374]},{"name":"MessageBoxExW","features":[305,374]},{"name":"MessageBoxIndirectA","features":[305,474,374]},{"name":"MessageBoxIndirectW","features":[305,474,374]},{"name":"MessageBoxW","features":[305,374]},{"name":"ModifyMenuA","features":[305,374]},{"name":"ModifyMenuW","features":[305,374]},{"name":"MoveWindow","features":[305,374]},{"name":"MrmCreateConfig","features":[374]},{"name":"MrmCreateConfigInMemory","features":[374]},{"name":"MrmCreateResourceFile","features":[374]},{"name":"MrmCreateResourceFileInMemory","features":[374]},{"name":"MrmCreateResourceFileWithChecksum","features":[374]},{"name":"MrmCreateResourceIndexer","features":[374]},{"name":"MrmCreateResourceIndexerFromPreviousPriData","features":[374]},{"name":"MrmCreateResourceIndexerFromPreviousPriFile","features":[374]},{"name":"MrmCreateResourceIndexerFromPreviousSchemaData","features":[374]},{"name":"MrmCreateResourceIndexerFromPreviousSchemaFile","features":[374]},{"name":"MrmCreateResourceIndexerWithFlags","features":[374]},{"name":"MrmDestroyIndexerAndMessages","features":[374]},{"name":"MrmDumpPriDataInMemory","features":[374]},{"name":"MrmDumpPriFile","features":[374]},{"name":"MrmDumpPriFileInMemory","features":[374]},{"name":"MrmDumpType","features":[374]},{"name":"MrmDumpType_Basic","features":[374]},{"name":"MrmDumpType_Detailed","features":[374]},{"name":"MrmDumpType_Schema","features":[374]},{"name":"MrmFreeMemory","features":[374]},{"name":"MrmGetPriFileContentChecksum","features":[374]},{"name":"MrmIndexEmbeddedData","features":[374]},{"name":"MrmIndexFile","features":[374]},{"name":"MrmIndexFileAutoQualifiers","features":[374]},{"name":"MrmIndexResourceContainerAutoQualifiers","features":[374]},{"name":"MrmIndexString","features":[374]},{"name":"MrmIndexerFlags","features":[374]},{"name":"MrmIndexerFlagsAutoMerge","features":[374]},{"name":"MrmIndexerFlagsCreateContentChecksum","features":[374]},{"name":"MrmIndexerFlagsNone","features":[374]},{"name":"MrmPackagingMode","features":[374]},{"name":"MrmPackagingModeAutoSplit","features":[374]},{"name":"MrmPackagingModeResourcePack","features":[374]},{"name":"MrmPackagingModeStandaloneFile","features":[374]},{"name":"MrmPackagingOptions","features":[374]},{"name":"MrmPackagingOptionsNone","features":[374]},{"name":"MrmPackagingOptionsOmitSchemaFromResourcePacks","features":[374]},{"name":"MrmPackagingOptionsSplitLanguageVariants","features":[374]},{"name":"MrmPeekResourceIndexerMessages","features":[374]},{"name":"MrmPlatformVersion","features":[374]},{"name":"MrmPlatformVersion_Default","features":[374]},{"name":"MrmPlatformVersion_Windows10_0_0_0","features":[374]},{"name":"MrmPlatformVersion_Windows10_0_0_5","features":[374]},{"name":"MrmResourceIndexerHandle","features":[374]},{"name":"MrmResourceIndexerMessage","features":[374]},{"name":"MrmResourceIndexerMessageSeverity","features":[374]},{"name":"MrmResourceIndexerMessageSeverityError","features":[374]},{"name":"MrmResourceIndexerMessageSeverityInfo","features":[374]},{"name":"MrmResourceIndexerMessageSeverityVerbose","features":[374]},{"name":"MrmResourceIndexerMessageSeverityWarning","features":[374]},{"name":"MsgWaitForMultipleObjects","features":[305,374]},{"name":"MsgWaitForMultipleObjectsEx","features":[305,374]},{"name":"NAMEENUMPROCA","features":[305,374]},{"name":"NAMEENUMPROCW","features":[305,374]},{"name":"NCCALCSIZE_PARAMS","features":[305,374]},{"name":"NFR_ANSI","features":[374]},{"name":"NFR_UNICODE","features":[374]},{"name":"NF_QUERY","features":[374]},{"name":"NF_REQUERY","features":[374]},{"name":"NID_EXTERNAL_PEN","features":[374]},{"name":"NID_EXTERNAL_TOUCH","features":[374]},{"name":"NID_INTEGRATED_PEN","features":[374]},{"name":"NID_INTEGRATED_TOUCH","features":[374]},{"name":"NID_MULTI_INPUT","features":[374]},{"name":"NID_READY","features":[374]},{"name":"NONCLIENTMETRICSA","features":[317,374]},{"name":"NONCLIENTMETRICSW","features":[317,374]},{"name":"OBJECT_IDENTIFIER","features":[374]},{"name":"OBJID_ALERT","features":[374]},{"name":"OBJID_CARET","features":[374]},{"name":"OBJID_CLIENT","features":[374]},{"name":"OBJID_CURSOR","features":[374]},{"name":"OBJID_HSCROLL","features":[374]},{"name":"OBJID_MENU","features":[374]},{"name":"OBJID_NATIVEOM","features":[374]},{"name":"OBJID_QUERYCLASSNAMEIDX","features":[374]},{"name":"OBJID_SIZEGRIP","features":[374]},{"name":"OBJID_SOUND","features":[374]},{"name":"OBJID_SYSMENU","features":[374]},{"name":"OBJID_TITLEBAR","features":[374]},{"name":"OBJID_VSCROLL","features":[374]},{"name":"OBJID_WINDOW","features":[374]},{"name":"OBM_BTNCORNERS","features":[374]},{"name":"OBM_BTSIZE","features":[374]},{"name":"OBM_CHECK","features":[374]},{"name":"OBM_CHECKBOXES","features":[374]},{"name":"OBM_CLOSE","features":[374]},{"name":"OBM_COMBO","features":[374]},{"name":"OBM_DNARROW","features":[374]},{"name":"OBM_DNARROWD","features":[374]},{"name":"OBM_DNARROWI","features":[374]},{"name":"OBM_LFARROW","features":[374]},{"name":"OBM_LFARROWD","features":[374]},{"name":"OBM_LFARROWI","features":[374]},{"name":"OBM_MNARROW","features":[374]},{"name":"OBM_OLD_CLOSE","features":[374]},{"name":"OBM_OLD_DNARROW","features":[374]},{"name":"OBM_OLD_LFARROW","features":[374]},{"name":"OBM_OLD_REDUCE","features":[374]},{"name":"OBM_OLD_RESTORE","features":[374]},{"name":"OBM_OLD_RGARROW","features":[374]},{"name":"OBM_OLD_UPARROW","features":[374]},{"name":"OBM_OLD_ZOOM","features":[374]},{"name":"OBM_REDUCE","features":[374]},{"name":"OBM_REDUCED","features":[374]},{"name":"OBM_RESTORE","features":[374]},{"name":"OBM_RESTORED","features":[374]},{"name":"OBM_RGARROW","features":[374]},{"name":"OBM_RGARROWD","features":[374]},{"name":"OBM_RGARROWI","features":[374]},{"name":"OBM_SIZE","features":[374]},{"name":"OBM_UPARROW","features":[374]},{"name":"OBM_UPARROWD","features":[374]},{"name":"OBM_UPARROWI","features":[374]},{"name":"OBM_ZOOM","features":[374]},{"name":"OBM_ZOOMD","features":[374]},{"name":"OCR_APPSTARTING","features":[374]},{"name":"OCR_CROSS","features":[374]},{"name":"OCR_HAND","features":[374]},{"name":"OCR_HELP","features":[374]},{"name":"OCR_IBEAM","features":[374]},{"name":"OCR_ICOCUR","features":[374]},{"name":"OCR_ICON","features":[374]},{"name":"OCR_NO","features":[374]},{"name":"OCR_NORMAL","features":[374]},{"name":"OCR_SIZE","features":[374]},{"name":"OCR_SIZEALL","features":[374]},{"name":"OCR_SIZENESW","features":[374]},{"name":"OCR_SIZENS","features":[374]},{"name":"OCR_SIZENWSE","features":[374]},{"name":"OCR_SIZEWE","features":[374]},{"name":"OCR_UP","features":[374]},{"name":"OCR_WAIT","features":[374]},{"name":"OIC_BANG","features":[374]},{"name":"OIC_ERROR","features":[374]},{"name":"OIC_HAND","features":[374]},{"name":"OIC_INFORMATION","features":[374]},{"name":"OIC_NOTE","features":[374]},{"name":"OIC_QUES","features":[374]},{"name":"OIC_SAMPLE","features":[374]},{"name":"OIC_SHIELD","features":[374]},{"name":"OIC_WARNING","features":[374]},{"name":"OIC_WINLOGO","features":[374]},{"name":"ORD_LANGDRIVER","features":[374]},{"name":"OemToCharA","features":[305,374]},{"name":"OemToCharBuffA","features":[305,374]},{"name":"OemToCharBuffW","features":[305,374]},{"name":"OemToCharW","features":[305,374]},{"name":"OpenIcon","features":[305,374]},{"name":"PA_ACTIVATE","features":[374]},{"name":"PA_NOACTIVATE","features":[374]},{"name":"PBTF_APMRESUMEFROMFAILURE","features":[374]},{"name":"PBT_APMBATTERYLOW","features":[374]},{"name":"PBT_APMOEMEVENT","features":[374]},{"name":"PBT_APMPOWERSTATUSCHANGE","features":[374]},{"name":"PBT_APMQUERYSTANDBY","features":[374]},{"name":"PBT_APMQUERYSTANDBYFAILED","features":[374]},{"name":"PBT_APMQUERYSUSPEND","features":[374]},{"name":"PBT_APMQUERYSUSPENDFAILED","features":[374]},{"name":"PBT_APMRESUMEAUTOMATIC","features":[374]},{"name":"PBT_APMRESUMECRITICAL","features":[374]},{"name":"PBT_APMRESUMESTANDBY","features":[374]},{"name":"PBT_APMRESUMESUSPEND","features":[374]},{"name":"PBT_APMSTANDBY","features":[374]},{"name":"PBT_APMSUSPEND","features":[374]},{"name":"PBT_POWERSETTINGCHANGE","features":[374]},{"name":"PDC_ARRIVAL","features":[374]},{"name":"PDC_MAPPING_CHANGE","features":[374]},{"name":"PDC_MODE_ASPECTRATIOPRESERVED","features":[374]},{"name":"PDC_MODE_CENTERED","features":[374]},{"name":"PDC_MODE_DEFAULT","features":[374]},{"name":"PDC_ORIENTATION_0","features":[374]},{"name":"PDC_ORIENTATION_180","features":[374]},{"name":"PDC_ORIENTATION_270","features":[374]},{"name":"PDC_ORIENTATION_90","features":[374]},{"name":"PDC_ORIGIN","features":[374]},{"name":"PDC_REMOVAL","features":[374]},{"name":"PDC_RESOLUTION","features":[374]},{"name":"PEEK_MESSAGE_REMOVE_TYPE","features":[374]},{"name":"PENARBITRATIONTYPE_FIS","features":[374]},{"name":"PENARBITRATIONTYPE_MAX","features":[374]},{"name":"PENARBITRATIONTYPE_NONE","features":[374]},{"name":"PENARBITRATIONTYPE_SPT","features":[374]},{"name":"PENARBITRATIONTYPE_WIN8","features":[374]},{"name":"PENVISUALIZATION_CURSOR","features":[374]},{"name":"PENVISUALIZATION_DOUBLETAP","features":[374]},{"name":"PENVISUALIZATION_OFF","features":[374]},{"name":"PENVISUALIZATION_ON","features":[374]},{"name":"PENVISUALIZATION_TAP","features":[374]},{"name":"PEN_FLAG_BARREL","features":[374]},{"name":"PEN_FLAG_ERASER","features":[374]},{"name":"PEN_FLAG_INVERTED","features":[374]},{"name":"PEN_FLAG_NONE","features":[374]},{"name":"PEN_MASK_NONE","features":[374]},{"name":"PEN_MASK_PRESSURE","features":[374]},{"name":"PEN_MASK_ROTATION","features":[374]},{"name":"PEN_MASK_TILT_X","features":[374]},{"name":"PEN_MASK_TILT_Y","features":[374]},{"name":"PMB_ACTIVE","features":[374]},{"name":"PM_NOREMOVE","features":[374]},{"name":"PM_NOYIELD","features":[374]},{"name":"PM_QS_INPUT","features":[374]},{"name":"PM_QS_PAINT","features":[374]},{"name":"PM_QS_POSTMESSAGE","features":[374]},{"name":"PM_QS_SENDMESSAGE","features":[374]},{"name":"PM_REMOVE","features":[374]},{"name":"POINTER_DEVICE_PRODUCT_STRING_MAX","features":[374]},{"name":"POINTER_INPUT_TYPE","features":[374]},{"name":"POINTER_MESSAGE_FLAG_CANCELED","features":[374]},{"name":"POINTER_MESSAGE_FLAG_CONFIDENCE","features":[374]},{"name":"POINTER_MESSAGE_FLAG_FIFTHBUTTON","features":[374]},{"name":"POINTER_MESSAGE_FLAG_FIRSTBUTTON","features":[374]},{"name":"POINTER_MESSAGE_FLAG_FOURTHBUTTON","features":[374]},{"name":"POINTER_MESSAGE_FLAG_INCONTACT","features":[374]},{"name":"POINTER_MESSAGE_FLAG_INRANGE","features":[374]},{"name":"POINTER_MESSAGE_FLAG_NEW","features":[374]},{"name":"POINTER_MESSAGE_FLAG_PRIMARY","features":[374]},{"name":"POINTER_MESSAGE_FLAG_SECONDBUTTON","features":[374]},{"name":"POINTER_MESSAGE_FLAG_THIRDBUTTON","features":[374]},{"name":"POINTER_MOD_CTRL","features":[374]},{"name":"POINTER_MOD_SHIFT","features":[374]},{"name":"PREGISTERCLASSNAMEW","features":[305,374]},{"name":"PRF_CHECKVISIBLE","features":[374]},{"name":"PRF_CHILDREN","features":[374]},{"name":"PRF_CLIENT","features":[374]},{"name":"PRF_ERASEBKGND","features":[374]},{"name":"PRF_NONCLIENT","features":[374]},{"name":"PRF_OWNED","features":[374]},{"name":"PROPENUMPROCA","features":[305,374]},{"name":"PROPENUMPROCEXA","features":[305,374]},{"name":"PROPENUMPROCEXW","features":[305,374]},{"name":"PROPENUMPROCW","features":[305,374]},{"name":"PT_MOUSE","features":[374]},{"name":"PT_PEN","features":[374]},{"name":"PT_POINTER","features":[374]},{"name":"PT_TOUCH","features":[374]},{"name":"PT_TOUCHPAD","features":[374]},{"name":"PWR_CRITICALRESUME","features":[374]},{"name":"PWR_FAIL","features":[374]},{"name":"PWR_OK","features":[374]},{"name":"PWR_SUSPENDREQUEST","features":[374]},{"name":"PWR_SUSPENDRESUME","features":[374]},{"name":"PW_RENDERFULLCONTENT","features":[374]},{"name":"PeekMessageA","features":[305,374]},{"name":"PeekMessageW","features":[305,374]},{"name":"PhysicalToLogicalPoint","features":[305,374]},{"name":"PostMessageA","features":[305,374]},{"name":"PostMessageW","features":[305,374]},{"name":"PostQuitMessage","features":[374]},{"name":"PostThreadMessageA","features":[305,374]},{"name":"PostThreadMessageW","features":[305,374]},{"name":"PrivateExtractIconsA","features":[374]},{"name":"PrivateExtractIconsW","features":[374]},{"name":"QS_ALLEVENTS","features":[374]},{"name":"QS_ALLINPUT","features":[374]},{"name":"QS_ALLPOSTMESSAGE","features":[374]},{"name":"QS_HOTKEY","features":[374]},{"name":"QS_INPUT","features":[374]},{"name":"QS_KEY","features":[374]},{"name":"QS_MOUSE","features":[374]},{"name":"QS_MOUSEBUTTON","features":[374]},{"name":"QS_MOUSEMOVE","features":[374]},{"name":"QS_PAINT","features":[374]},{"name":"QS_POINTER","features":[374]},{"name":"QS_POSTMESSAGE","features":[374]},{"name":"QS_RAWINPUT","features":[374]},{"name":"QS_SENDMESSAGE","features":[374]},{"name":"QS_TIMER","features":[374]},{"name":"QS_TOUCH","features":[374]},{"name":"QUEUE_STATUS_FLAGS","features":[374]},{"name":"REGISTER_NOTIFICATION_FLAGS","features":[374]},{"name":"RES_CURSOR","features":[374]},{"name":"RES_ICON","features":[374]},{"name":"RIDEV_EXMODEMASK","features":[374]},{"name":"RIM_INPUT","features":[374]},{"name":"RIM_INPUTSINK","features":[374]},{"name":"RIM_TYPEMAX","features":[374]},{"name":"RI_KEY_BREAK","features":[374]},{"name":"RI_KEY_E0","features":[374]},{"name":"RI_KEY_E1","features":[374]},{"name":"RI_KEY_MAKE","features":[374]},{"name":"RI_KEY_TERMSRV_SET_LED","features":[374]},{"name":"RI_KEY_TERMSRV_SHADOW","features":[374]},{"name":"RI_MOUSE_BUTTON_1_DOWN","features":[374]},{"name":"RI_MOUSE_BUTTON_1_UP","features":[374]},{"name":"RI_MOUSE_BUTTON_2_DOWN","features":[374]},{"name":"RI_MOUSE_BUTTON_2_UP","features":[374]},{"name":"RI_MOUSE_BUTTON_3_DOWN","features":[374]},{"name":"RI_MOUSE_BUTTON_3_UP","features":[374]},{"name":"RI_MOUSE_BUTTON_4_DOWN","features":[374]},{"name":"RI_MOUSE_BUTTON_4_UP","features":[374]},{"name":"RI_MOUSE_BUTTON_5_DOWN","features":[374]},{"name":"RI_MOUSE_BUTTON_5_UP","features":[374]},{"name":"RI_MOUSE_HWHEEL","features":[374]},{"name":"RI_MOUSE_LEFT_BUTTON_DOWN","features":[374]},{"name":"RI_MOUSE_LEFT_BUTTON_UP","features":[374]},{"name":"RI_MOUSE_MIDDLE_BUTTON_DOWN","features":[374]},{"name":"RI_MOUSE_MIDDLE_BUTTON_UP","features":[374]},{"name":"RI_MOUSE_RIGHT_BUTTON_DOWN","features":[374]},{"name":"RI_MOUSE_RIGHT_BUTTON_UP","features":[374]},{"name":"RI_MOUSE_WHEEL","features":[374]},{"name":"RT_ACCELERATOR","features":[374]},{"name":"RT_ANICURSOR","features":[374]},{"name":"RT_ANIICON","features":[374]},{"name":"RT_BITMAP","features":[374]},{"name":"RT_CURSOR","features":[374]},{"name":"RT_DIALOG","features":[374]},{"name":"RT_DLGINCLUDE","features":[374]},{"name":"RT_FONT","features":[374]},{"name":"RT_FONTDIR","features":[374]},{"name":"RT_GROUP_CURSOR","features":[374]},{"name":"RT_GROUP_ICON","features":[374]},{"name":"RT_HTML","features":[374]},{"name":"RT_ICON","features":[374]},{"name":"RT_MANIFEST","features":[374]},{"name":"RT_MENU","features":[374]},{"name":"RT_MESSAGETABLE","features":[374]},{"name":"RT_PLUGPLAY","features":[374]},{"name":"RT_VERSION","features":[374]},{"name":"RT_VXD","features":[374]},{"name":"RealChildWindowFromPoint","features":[305,374]},{"name":"RealGetWindowClassA","features":[305,374]},{"name":"RealGetWindowClassW","features":[305,374]},{"name":"RegisterClassA","features":[305,317,374]},{"name":"RegisterClassExA","features":[305,317,374]},{"name":"RegisterClassExW","features":[305,317,374]},{"name":"RegisterClassW","features":[305,317,374]},{"name":"RegisterDeviceNotificationA","features":[305,374]},{"name":"RegisterDeviceNotificationW","features":[305,374]},{"name":"RegisterForTooltipDismissNotification","features":[305,374]},{"name":"RegisterShellHookWindow","features":[305,374]},{"name":"RegisterWindowMessageA","features":[374]},{"name":"RegisterWindowMessageW","features":[374]},{"name":"RemoveMenu","features":[305,374]},{"name":"RemovePropA","features":[305,374]},{"name":"RemovePropW","features":[305,374]},{"name":"ReplyMessage","features":[305,374]},{"name":"SBM_ENABLE_ARROWS","features":[374]},{"name":"SBM_GETPOS","features":[374]},{"name":"SBM_GETRANGE","features":[374]},{"name":"SBM_GETSCROLLBARINFO","features":[374]},{"name":"SBM_GETSCROLLINFO","features":[374]},{"name":"SBM_SETPOS","features":[374]},{"name":"SBM_SETRANGE","features":[374]},{"name":"SBM_SETRANGEREDRAW","features":[374]},{"name":"SBM_SETSCROLLINFO","features":[374]},{"name":"SBS_BOTTOMALIGN","features":[374]},{"name":"SBS_HORZ","features":[374]},{"name":"SBS_LEFTALIGN","features":[374]},{"name":"SBS_RIGHTALIGN","features":[374]},{"name":"SBS_SIZEBOX","features":[374]},{"name":"SBS_SIZEBOXBOTTOMRIGHTALIGN","features":[374]},{"name":"SBS_SIZEBOXTOPLEFTALIGN","features":[374]},{"name":"SBS_SIZEGRIP","features":[374]},{"name":"SBS_TOPALIGN","features":[374]},{"name":"SBS_VERT","features":[374]},{"name":"SB_BOTH","features":[374]},{"name":"SB_BOTTOM","features":[374]},{"name":"SB_CTL","features":[374]},{"name":"SB_ENDSCROLL","features":[374]},{"name":"SB_HORZ","features":[374]},{"name":"SB_LEFT","features":[374]},{"name":"SB_LINEDOWN","features":[374]},{"name":"SB_LINELEFT","features":[374]},{"name":"SB_LINERIGHT","features":[374]},{"name":"SB_LINEUP","features":[374]},{"name":"SB_PAGEDOWN","features":[374]},{"name":"SB_PAGELEFT","features":[374]},{"name":"SB_PAGERIGHT","features":[374]},{"name":"SB_PAGEUP","features":[374]},{"name":"SB_RIGHT","features":[374]},{"name":"SB_THUMBPOSITION","features":[374]},{"name":"SB_THUMBTRACK","features":[374]},{"name":"SB_TOP","features":[374]},{"name":"SB_VERT","features":[374]},{"name":"SCF_ISSECURE","features":[374]},{"name":"SCROLLBARINFO","features":[305,374]},{"name":"SCROLLBAR_COMMAND","features":[374]},{"name":"SCROLLBAR_CONSTANTS","features":[374]},{"name":"SCROLLINFO","features":[374]},{"name":"SCROLLINFO_MASK","features":[374]},{"name":"SCROLL_WINDOW_FLAGS","features":[374]},{"name":"SC_ARRANGE","features":[374]},{"name":"SC_CLOSE","features":[374]},{"name":"SC_CONTEXTHELP","features":[374]},{"name":"SC_DEFAULT","features":[374]},{"name":"SC_HOTKEY","features":[374]},{"name":"SC_HSCROLL","features":[374]},{"name":"SC_ICON","features":[374]},{"name":"SC_KEYMENU","features":[374]},{"name":"SC_MAXIMIZE","features":[374]},{"name":"SC_MINIMIZE","features":[374]},{"name":"SC_MONITORPOWER","features":[374]},{"name":"SC_MOUSEMENU","features":[374]},{"name":"SC_MOVE","features":[374]},{"name":"SC_NEXTWINDOW","features":[374]},{"name":"SC_PREVWINDOW","features":[374]},{"name":"SC_RESTORE","features":[374]},{"name":"SC_SEPARATOR","features":[374]},{"name":"SC_SIZE","features":[374]},{"name":"SC_TASKLIST","features":[374]},{"name":"SC_VSCROLL","features":[374]},{"name":"SC_ZOOM","features":[374]},{"name":"SENDASYNCPROC","features":[305,374]},{"name":"SEND_MESSAGE_TIMEOUT_FLAGS","features":[374]},{"name":"SET_WINDOW_POS_FLAGS","features":[374]},{"name":"SHELLHOOKINFO","features":[305,374]},{"name":"SHOW_FULLSCREEN","features":[374]},{"name":"SHOW_ICONWINDOW","features":[374]},{"name":"SHOW_OPENNOACTIVATE","features":[374]},{"name":"SHOW_OPENWINDOW","features":[374]},{"name":"SHOW_WINDOW_CMD","features":[374]},{"name":"SHOW_WINDOW_STATUS","features":[374]},{"name":"SIF_ALL","features":[374]},{"name":"SIF_DISABLENOSCROLL","features":[374]},{"name":"SIF_PAGE","features":[374]},{"name":"SIF_POS","features":[374]},{"name":"SIF_RANGE","features":[374]},{"name":"SIF_TRACKPOS","features":[374]},{"name":"SIZEFULLSCREEN","features":[374]},{"name":"SIZEICONIC","features":[374]},{"name":"SIZENORMAL","features":[374]},{"name":"SIZEZOOMHIDE","features":[374]},{"name":"SIZEZOOMSHOW","features":[374]},{"name":"SIZE_MAXHIDE","features":[374]},{"name":"SIZE_MAXIMIZED","features":[374]},{"name":"SIZE_MAXSHOW","features":[374]},{"name":"SIZE_MINIMIZED","features":[374]},{"name":"SIZE_RESTORED","features":[374]},{"name":"SMTO_ABORTIFHUNG","features":[374]},{"name":"SMTO_BLOCK","features":[374]},{"name":"SMTO_ERRORONEXIT","features":[374]},{"name":"SMTO_NORMAL","features":[374]},{"name":"SMTO_NOTIMEOUTIFNOTHUNG","features":[374]},{"name":"SM_ARRANGE","features":[374]},{"name":"SM_CARETBLINKINGENABLED","features":[374]},{"name":"SM_CLEANBOOT","features":[374]},{"name":"SM_CMETRICS","features":[374]},{"name":"SM_CMONITORS","features":[374]},{"name":"SM_CMOUSEBUTTONS","features":[374]},{"name":"SM_CONVERTIBLESLATEMODE","features":[374]},{"name":"SM_CXBORDER","features":[374]},{"name":"SM_CXCURSOR","features":[374]},{"name":"SM_CXDLGFRAME","features":[374]},{"name":"SM_CXDOUBLECLK","features":[374]},{"name":"SM_CXDRAG","features":[374]},{"name":"SM_CXEDGE","features":[374]},{"name":"SM_CXFIXEDFRAME","features":[374]},{"name":"SM_CXFOCUSBORDER","features":[374]},{"name":"SM_CXFRAME","features":[374]},{"name":"SM_CXFULLSCREEN","features":[374]},{"name":"SM_CXHSCROLL","features":[374]},{"name":"SM_CXHTHUMB","features":[374]},{"name":"SM_CXICON","features":[374]},{"name":"SM_CXICONSPACING","features":[374]},{"name":"SM_CXMAXIMIZED","features":[374]},{"name":"SM_CXMAXTRACK","features":[374]},{"name":"SM_CXMENUCHECK","features":[374]},{"name":"SM_CXMENUSIZE","features":[374]},{"name":"SM_CXMIN","features":[374]},{"name":"SM_CXMINIMIZED","features":[374]},{"name":"SM_CXMINSPACING","features":[374]},{"name":"SM_CXMINTRACK","features":[374]},{"name":"SM_CXPADDEDBORDER","features":[374]},{"name":"SM_CXSCREEN","features":[374]},{"name":"SM_CXSIZE","features":[374]},{"name":"SM_CXSIZEFRAME","features":[374]},{"name":"SM_CXSMICON","features":[374]},{"name":"SM_CXSMSIZE","features":[374]},{"name":"SM_CXVIRTUALSCREEN","features":[374]},{"name":"SM_CXVSCROLL","features":[374]},{"name":"SM_CYBORDER","features":[374]},{"name":"SM_CYCAPTION","features":[374]},{"name":"SM_CYCURSOR","features":[374]},{"name":"SM_CYDLGFRAME","features":[374]},{"name":"SM_CYDOUBLECLK","features":[374]},{"name":"SM_CYDRAG","features":[374]},{"name":"SM_CYEDGE","features":[374]},{"name":"SM_CYFIXEDFRAME","features":[374]},{"name":"SM_CYFOCUSBORDER","features":[374]},{"name":"SM_CYFRAME","features":[374]},{"name":"SM_CYFULLSCREEN","features":[374]},{"name":"SM_CYHSCROLL","features":[374]},{"name":"SM_CYICON","features":[374]},{"name":"SM_CYICONSPACING","features":[374]},{"name":"SM_CYKANJIWINDOW","features":[374]},{"name":"SM_CYMAXIMIZED","features":[374]},{"name":"SM_CYMAXTRACK","features":[374]},{"name":"SM_CYMENU","features":[374]},{"name":"SM_CYMENUCHECK","features":[374]},{"name":"SM_CYMENUSIZE","features":[374]},{"name":"SM_CYMIN","features":[374]},{"name":"SM_CYMINIMIZED","features":[374]},{"name":"SM_CYMINSPACING","features":[374]},{"name":"SM_CYMINTRACK","features":[374]},{"name":"SM_CYSCREEN","features":[374]},{"name":"SM_CYSIZE","features":[374]},{"name":"SM_CYSIZEFRAME","features":[374]},{"name":"SM_CYSMCAPTION","features":[374]},{"name":"SM_CYSMICON","features":[374]},{"name":"SM_CYSMSIZE","features":[374]},{"name":"SM_CYVIRTUALSCREEN","features":[374]},{"name":"SM_CYVSCROLL","features":[374]},{"name":"SM_CYVTHUMB","features":[374]},{"name":"SM_DBCSENABLED","features":[374]},{"name":"SM_DEBUG","features":[374]},{"name":"SM_DIGITIZER","features":[374]},{"name":"SM_IMMENABLED","features":[374]},{"name":"SM_MAXIMUMTOUCHES","features":[374]},{"name":"SM_MEDIACENTER","features":[374]},{"name":"SM_MENUDROPALIGNMENT","features":[374]},{"name":"SM_MIDEASTENABLED","features":[374]},{"name":"SM_MOUSEHORIZONTALWHEELPRESENT","features":[374]},{"name":"SM_MOUSEPRESENT","features":[374]},{"name":"SM_MOUSEWHEELPRESENT","features":[374]},{"name":"SM_NETWORK","features":[374]},{"name":"SM_PENWINDOWS","features":[374]},{"name":"SM_REMOTECONTROL","features":[374]},{"name":"SM_REMOTESESSION","features":[374]},{"name":"SM_RESERVED1","features":[374]},{"name":"SM_RESERVED2","features":[374]},{"name":"SM_RESERVED3","features":[374]},{"name":"SM_RESERVED4","features":[374]},{"name":"SM_SAMEDISPLAYFORMAT","features":[374]},{"name":"SM_SECURE","features":[374]},{"name":"SM_SERVERR2","features":[374]},{"name":"SM_SHOWSOUNDS","features":[374]},{"name":"SM_SHUTTINGDOWN","features":[374]},{"name":"SM_SLOWMACHINE","features":[374]},{"name":"SM_STARTER","features":[374]},{"name":"SM_SWAPBUTTON","features":[374]},{"name":"SM_SYSTEMDOCKED","features":[374]},{"name":"SM_TABLETPC","features":[374]},{"name":"SM_XVIRTUALSCREEN","features":[374]},{"name":"SM_YVIRTUALSCREEN","features":[374]},{"name":"SOUND_SYSTEM_APPEND","features":[374]},{"name":"SOUND_SYSTEM_APPSTART","features":[374]},{"name":"SOUND_SYSTEM_BEEP","features":[374]},{"name":"SOUND_SYSTEM_ERROR","features":[374]},{"name":"SOUND_SYSTEM_FAULT","features":[374]},{"name":"SOUND_SYSTEM_INFORMATION","features":[374]},{"name":"SOUND_SYSTEM_MAXIMIZE","features":[374]},{"name":"SOUND_SYSTEM_MENUCOMMAND","features":[374]},{"name":"SOUND_SYSTEM_MENUPOPUP","features":[374]},{"name":"SOUND_SYSTEM_MINIMIZE","features":[374]},{"name":"SOUND_SYSTEM_QUESTION","features":[374]},{"name":"SOUND_SYSTEM_RESTOREDOWN","features":[374]},{"name":"SOUND_SYSTEM_RESTOREUP","features":[374]},{"name":"SOUND_SYSTEM_SHUTDOWN","features":[374]},{"name":"SOUND_SYSTEM_STARTUP","features":[374]},{"name":"SOUND_SYSTEM_WARNING","features":[374]},{"name":"SPIF_SENDCHANGE","features":[374]},{"name":"SPIF_SENDWININICHANGE","features":[374]},{"name":"SPIF_UPDATEINIFILE","features":[374]},{"name":"SPI_GETACCESSTIMEOUT","features":[374]},{"name":"SPI_GETACTIVEWINDOWTRACKING","features":[374]},{"name":"SPI_GETACTIVEWNDTRKTIMEOUT","features":[374]},{"name":"SPI_GETACTIVEWNDTRKZORDER","features":[374]},{"name":"SPI_GETANIMATION","features":[374]},{"name":"SPI_GETAUDIODESCRIPTION","features":[374]},{"name":"SPI_GETBEEP","features":[374]},{"name":"SPI_GETBLOCKSENDINPUTRESETS","features":[374]},{"name":"SPI_GETBORDER","features":[374]},{"name":"SPI_GETCARETBROWSING","features":[374]},{"name":"SPI_GETCARETTIMEOUT","features":[374]},{"name":"SPI_GETCARETWIDTH","features":[374]},{"name":"SPI_GETCLEARTYPE","features":[374]},{"name":"SPI_GETCLIENTAREAANIMATION","features":[374]},{"name":"SPI_GETCOMBOBOXANIMATION","features":[374]},{"name":"SPI_GETCONTACTVISUALIZATION","features":[374]},{"name":"SPI_GETCURSORSHADOW","features":[374]},{"name":"SPI_GETDEFAULTINPUTLANG","features":[374]},{"name":"SPI_GETDESKWALLPAPER","features":[374]},{"name":"SPI_GETDISABLEOVERLAPPEDCONTENT","features":[374]},{"name":"SPI_GETDOCKMOVING","features":[374]},{"name":"SPI_GETDRAGFROMMAXIMIZE","features":[374]},{"name":"SPI_GETDRAGFULLWINDOWS","features":[374]},{"name":"SPI_GETDROPSHADOW","features":[374]},{"name":"SPI_GETFASTTASKSWITCH","features":[374]},{"name":"SPI_GETFILTERKEYS","features":[374]},{"name":"SPI_GETFLATMENU","features":[374]},{"name":"SPI_GETFOCUSBORDERHEIGHT","features":[374]},{"name":"SPI_GETFOCUSBORDERWIDTH","features":[374]},{"name":"SPI_GETFONTSMOOTHING","features":[374]},{"name":"SPI_GETFONTSMOOTHINGCONTRAST","features":[374]},{"name":"SPI_GETFONTSMOOTHINGORIENTATION","features":[374]},{"name":"SPI_GETFONTSMOOTHINGTYPE","features":[374]},{"name":"SPI_GETFOREGROUNDFLASHCOUNT","features":[374]},{"name":"SPI_GETFOREGROUNDLOCKTIMEOUT","features":[374]},{"name":"SPI_GETGESTUREVISUALIZATION","features":[374]},{"name":"SPI_GETGRADIENTCAPTIONS","features":[374]},{"name":"SPI_GETGRIDGRANULARITY","features":[374]},{"name":"SPI_GETHANDEDNESS","features":[374]},{"name":"SPI_GETHIGHCONTRAST","features":[374]},{"name":"SPI_GETHOTTRACKING","features":[374]},{"name":"SPI_GETHUNGAPPTIMEOUT","features":[374]},{"name":"SPI_GETICONMETRICS","features":[374]},{"name":"SPI_GETICONTITLELOGFONT","features":[374]},{"name":"SPI_GETICONTITLEWRAP","features":[374]},{"name":"SPI_GETKEYBOARDCUES","features":[374]},{"name":"SPI_GETKEYBOARDDELAY","features":[374]},{"name":"SPI_GETKEYBOARDPREF","features":[374]},{"name":"SPI_GETKEYBOARDSPEED","features":[374]},{"name":"SPI_GETLISTBOXSMOOTHSCROLLING","features":[374]},{"name":"SPI_GETLOGICALDPIOVERRIDE","features":[374]},{"name":"SPI_GETLOWPOWERACTIVE","features":[374]},{"name":"SPI_GETLOWPOWERTIMEOUT","features":[374]},{"name":"SPI_GETMENUANIMATION","features":[374]},{"name":"SPI_GETMENUDROPALIGNMENT","features":[374]},{"name":"SPI_GETMENUFADE","features":[374]},{"name":"SPI_GETMENURECT","features":[374]},{"name":"SPI_GETMENUSHOWDELAY","features":[374]},{"name":"SPI_GETMENUUNDERLINES","features":[374]},{"name":"SPI_GETMESSAGEDURATION","features":[374]},{"name":"SPI_GETMINIMIZEDMETRICS","features":[374]},{"name":"SPI_GETMINIMUMHITRADIUS","features":[374]},{"name":"SPI_GETMOUSE","features":[374]},{"name":"SPI_GETMOUSECLICKLOCK","features":[374]},{"name":"SPI_GETMOUSECLICKLOCKTIME","features":[374]},{"name":"SPI_GETMOUSEDOCKTHRESHOLD","features":[374]},{"name":"SPI_GETMOUSEDRAGOUTTHRESHOLD","features":[374]},{"name":"SPI_GETMOUSEHOVERHEIGHT","features":[374]},{"name":"SPI_GETMOUSEHOVERTIME","features":[374]},{"name":"SPI_GETMOUSEHOVERWIDTH","features":[374]},{"name":"SPI_GETMOUSEKEYS","features":[374]},{"name":"SPI_GETMOUSESIDEMOVETHRESHOLD","features":[374]},{"name":"SPI_GETMOUSESONAR","features":[374]},{"name":"SPI_GETMOUSESPEED","features":[374]},{"name":"SPI_GETMOUSETRAILS","features":[374]},{"name":"SPI_GETMOUSEVANISH","features":[374]},{"name":"SPI_GETMOUSEWHEELROUTING","features":[374]},{"name":"SPI_GETNONCLIENTMETRICS","features":[374]},{"name":"SPI_GETPENARBITRATIONTYPE","features":[374]},{"name":"SPI_GETPENDOCKTHRESHOLD","features":[374]},{"name":"SPI_GETPENDRAGOUTTHRESHOLD","features":[374]},{"name":"SPI_GETPENSIDEMOVETHRESHOLD","features":[374]},{"name":"SPI_GETPENVISUALIZATION","features":[374]},{"name":"SPI_GETPOWEROFFACTIVE","features":[374]},{"name":"SPI_GETPOWEROFFTIMEOUT","features":[374]},{"name":"SPI_GETSCREENREADER","features":[374]},{"name":"SPI_GETSCREENSAVEACTIVE","features":[374]},{"name":"SPI_GETSCREENSAVERRUNNING","features":[374]},{"name":"SPI_GETSCREENSAVESECURE","features":[374]},{"name":"SPI_GETSCREENSAVETIMEOUT","features":[374]},{"name":"SPI_GETSELECTIONFADE","features":[374]},{"name":"SPI_GETSERIALKEYS","features":[374]},{"name":"SPI_GETSHOWIMEUI","features":[374]},{"name":"SPI_GETSHOWSOUNDS","features":[374]},{"name":"SPI_GETSNAPSIZING","features":[374]},{"name":"SPI_GETSNAPTODEFBUTTON","features":[374]},{"name":"SPI_GETSOUNDSENTRY","features":[374]},{"name":"SPI_GETSPEECHRECOGNITION","features":[374]},{"name":"SPI_GETSTICKYKEYS","features":[374]},{"name":"SPI_GETSYSTEMLANGUAGEBAR","features":[374]},{"name":"SPI_GETTHREADLOCALINPUTSETTINGS","features":[374]},{"name":"SPI_GETTOGGLEKEYS","features":[374]},{"name":"SPI_GETTOOLTIPANIMATION","features":[374]},{"name":"SPI_GETTOOLTIPFADE","features":[374]},{"name":"SPI_GETTOUCHPREDICTIONPARAMETERS","features":[374]},{"name":"SPI_GETUIEFFECTS","features":[374]},{"name":"SPI_GETWAITTOKILLSERVICETIMEOUT","features":[374]},{"name":"SPI_GETWAITTOKILLTIMEOUT","features":[374]},{"name":"SPI_GETWHEELSCROLLCHARS","features":[374]},{"name":"SPI_GETWHEELSCROLLLINES","features":[374]},{"name":"SPI_GETWINARRANGING","features":[374]},{"name":"SPI_GETWINDOWSEXTENSION","features":[374]},{"name":"SPI_GETWORKAREA","features":[374]},{"name":"SPI_ICONHORIZONTALSPACING","features":[374]},{"name":"SPI_ICONVERTICALSPACING","features":[374]},{"name":"SPI_LANGDRIVER","features":[374]},{"name":"SPI_SCREENSAVERRUNNING","features":[374]},{"name":"SPI_SETACCESSTIMEOUT","features":[374]},{"name":"SPI_SETACTIVEWINDOWTRACKING","features":[374]},{"name":"SPI_SETACTIVEWNDTRKTIMEOUT","features":[374]},{"name":"SPI_SETACTIVEWNDTRKZORDER","features":[374]},{"name":"SPI_SETANIMATION","features":[374]},{"name":"SPI_SETAUDIODESCRIPTION","features":[374]},{"name":"SPI_SETBEEP","features":[374]},{"name":"SPI_SETBLOCKSENDINPUTRESETS","features":[374]},{"name":"SPI_SETBORDER","features":[374]},{"name":"SPI_SETCARETBROWSING","features":[374]},{"name":"SPI_SETCARETTIMEOUT","features":[374]},{"name":"SPI_SETCARETWIDTH","features":[374]},{"name":"SPI_SETCLEARTYPE","features":[374]},{"name":"SPI_SETCLIENTAREAANIMATION","features":[374]},{"name":"SPI_SETCOMBOBOXANIMATION","features":[374]},{"name":"SPI_SETCONTACTVISUALIZATION","features":[374]},{"name":"SPI_SETCURSORS","features":[374]},{"name":"SPI_SETCURSORSHADOW","features":[374]},{"name":"SPI_SETDEFAULTINPUTLANG","features":[374]},{"name":"SPI_SETDESKPATTERN","features":[374]},{"name":"SPI_SETDESKWALLPAPER","features":[374]},{"name":"SPI_SETDISABLEOVERLAPPEDCONTENT","features":[374]},{"name":"SPI_SETDOCKMOVING","features":[374]},{"name":"SPI_SETDOUBLECLICKTIME","features":[374]},{"name":"SPI_SETDOUBLECLKHEIGHT","features":[374]},{"name":"SPI_SETDOUBLECLKWIDTH","features":[374]},{"name":"SPI_SETDRAGFROMMAXIMIZE","features":[374]},{"name":"SPI_SETDRAGFULLWINDOWS","features":[374]},{"name":"SPI_SETDRAGHEIGHT","features":[374]},{"name":"SPI_SETDRAGWIDTH","features":[374]},{"name":"SPI_SETDROPSHADOW","features":[374]},{"name":"SPI_SETFASTTASKSWITCH","features":[374]},{"name":"SPI_SETFILTERKEYS","features":[374]},{"name":"SPI_SETFLATMENU","features":[374]},{"name":"SPI_SETFOCUSBORDERHEIGHT","features":[374]},{"name":"SPI_SETFOCUSBORDERWIDTH","features":[374]},{"name":"SPI_SETFONTSMOOTHING","features":[374]},{"name":"SPI_SETFONTSMOOTHINGCONTRAST","features":[374]},{"name":"SPI_SETFONTSMOOTHINGORIENTATION","features":[374]},{"name":"SPI_SETFONTSMOOTHINGTYPE","features":[374]},{"name":"SPI_SETFOREGROUNDFLASHCOUNT","features":[374]},{"name":"SPI_SETFOREGROUNDLOCKTIMEOUT","features":[374]},{"name":"SPI_SETGESTUREVISUALIZATION","features":[374]},{"name":"SPI_SETGRADIENTCAPTIONS","features":[374]},{"name":"SPI_SETGRIDGRANULARITY","features":[374]},{"name":"SPI_SETHANDEDNESS","features":[374]},{"name":"SPI_SETHANDHELD","features":[374]},{"name":"SPI_SETHIGHCONTRAST","features":[374]},{"name":"SPI_SETHOTTRACKING","features":[374]},{"name":"SPI_SETHUNGAPPTIMEOUT","features":[374]},{"name":"SPI_SETICONMETRICS","features":[374]},{"name":"SPI_SETICONS","features":[374]},{"name":"SPI_SETICONTITLELOGFONT","features":[374]},{"name":"SPI_SETICONTITLEWRAP","features":[374]},{"name":"SPI_SETKEYBOARDCUES","features":[374]},{"name":"SPI_SETKEYBOARDDELAY","features":[374]},{"name":"SPI_SETKEYBOARDPREF","features":[374]},{"name":"SPI_SETKEYBOARDSPEED","features":[374]},{"name":"SPI_SETLANGTOGGLE","features":[374]},{"name":"SPI_SETLISTBOXSMOOTHSCROLLING","features":[374]},{"name":"SPI_SETLOGICALDPIOVERRIDE","features":[374]},{"name":"SPI_SETLOWPOWERACTIVE","features":[374]},{"name":"SPI_SETLOWPOWERTIMEOUT","features":[374]},{"name":"SPI_SETMENUANIMATION","features":[374]},{"name":"SPI_SETMENUDROPALIGNMENT","features":[374]},{"name":"SPI_SETMENUFADE","features":[374]},{"name":"SPI_SETMENURECT","features":[374]},{"name":"SPI_SETMENUSHOWDELAY","features":[374]},{"name":"SPI_SETMENUUNDERLINES","features":[374]},{"name":"SPI_SETMESSAGEDURATION","features":[374]},{"name":"SPI_SETMINIMIZEDMETRICS","features":[374]},{"name":"SPI_SETMINIMUMHITRADIUS","features":[374]},{"name":"SPI_SETMOUSE","features":[374]},{"name":"SPI_SETMOUSEBUTTONSWAP","features":[374]},{"name":"SPI_SETMOUSECLICKLOCK","features":[374]},{"name":"SPI_SETMOUSECLICKLOCKTIME","features":[374]},{"name":"SPI_SETMOUSEDOCKTHRESHOLD","features":[374]},{"name":"SPI_SETMOUSEDRAGOUTTHRESHOLD","features":[374]},{"name":"SPI_SETMOUSEHOVERHEIGHT","features":[374]},{"name":"SPI_SETMOUSEHOVERTIME","features":[374]},{"name":"SPI_SETMOUSEHOVERWIDTH","features":[374]},{"name":"SPI_SETMOUSEKEYS","features":[374]},{"name":"SPI_SETMOUSESIDEMOVETHRESHOLD","features":[374]},{"name":"SPI_SETMOUSESONAR","features":[374]},{"name":"SPI_SETMOUSESPEED","features":[374]},{"name":"SPI_SETMOUSETRAILS","features":[374]},{"name":"SPI_SETMOUSEVANISH","features":[374]},{"name":"SPI_SETMOUSEWHEELROUTING","features":[374]},{"name":"SPI_SETNONCLIENTMETRICS","features":[374]},{"name":"SPI_SETPENARBITRATIONTYPE","features":[374]},{"name":"SPI_SETPENDOCKTHRESHOLD","features":[374]},{"name":"SPI_SETPENDRAGOUTTHRESHOLD","features":[374]},{"name":"SPI_SETPENSIDEMOVETHRESHOLD","features":[374]},{"name":"SPI_SETPENVISUALIZATION","features":[374]},{"name":"SPI_SETPENWINDOWS","features":[374]},{"name":"SPI_SETPOWEROFFACTIVE","features":[374]},{"name":"SPI_SETPOWEROFFTIMEOUT","features":[374]},{"name":"SPI_SETSCREENREADER","features":[374]},{"name":"SPI_SETSCREENSAVEACTIVE","features":[374]},{"name":"SPI_SETSCREENSAVERRUNNING","features":[374]},{"name":"SPI_SETSCREENSAVESECURE","features":[374]},{"name":"SPI_SETSCREENSAVETIMEOUT","features":[374]},{"name":"SPI_SETSELECTIONFADE","features":[374]},{"name":"SPI_SETSERIALKEYS","features":[374]},{"name":"SPI_SETSHOWIMEUI","features":[374]},{"name":"SPI_SETSHOWSOUNDS","features":[374]},{"name":"SPI_SETSNAPSIZING","features":[374]},{"name":"SPI_SETSNAPTODEFBUTTON","features":[374]},{"name":"SPI_SETSOUNDSENTRY","features":[374]},{"name":"SPI_SETSPEECHRECOGNITION","features":[374]},{"name":"SPI_SETSTICKYKEYS","features":[374]},{"name":"SPI_SETSYSTEMLANGUAGEBAR","features":[374]},{"name":"SPI_SETTHREADLOCALINPUTSETTINGS","features":[374]},{"name":"SPI_SETTOGGLEKEYS","features":[374]},{"name":"SPI_SETTOOLTIPANIMATION","features":[374]},{"name":"SPI_SETTOOLTIPFADE","features":[374]},{"name":"SPI_SETTOUCHPREDICTIONPARAMETERS","features":[374]},{"name":"SPI_SETUIEFFECTS","features":[374]},{"name":"SPI_SETWAITTOKILLSERVICETIMEOUT","features":[374]},{"name":"SPI_SETWAITTOKILLTIMEOUT","features":[374]},{"name":"SPI_SETWHEELSCROLLCHARS","features":[374]},{"name":"SPI_SETWHEELSCROLLLINES","features":[374]},{"name":"SPI_SETWINARRANGING","features":[374]},{"name":"SPI_SETWORKAREA","features":[374]},{"name":"STATE_SYSTEM_ALERT_HIGH","features":[374]},{"name":"STATE_SYSTEM_ALERT_LOW","features":[374]},{"name":"STATE_SYSTEM_ALERT_MEDIUM","features":[374]},{"name":"STATE_SYSTEM_ANIMATED","features":[374]},{"name":"STATE_SYSTEM_BUSY","features":[374]},{"name":"STATE_SYSTEM_CHECKED","features":[374]},{"name":"STATE_SYSTEM_COLLAPSED","features":[374]},{"name":"STATE_SYSTEM_DEFAULT","features":[374]},{"name":"STATE_SYSTEM_EXPANDED","features":[374]},{"name":"STATE_SYSTEM_EXTSELECTABLE","features":[374]},{"name":"STATE_SYSTEM_FLOATING","features":[374]},{"name":"STATE_SYSTEM_FOCUSED","features":[374]},{"name":"STATE_SYSTEM_HOTTRACKED","features":[374]},{"name":"STATE_SYSTEM_INDETERMINATE","features":[374]},{"name":"STATE_SYSTEM_LINKED","features":[374]},{"name":"STATE_SYSTEM_MARQUEED","features":[374]},{"name":"STATE_SYSTEM_MIXED","features":[374]},{"name":"STATE_SYSTEM_MOVEABLE","features":[374]},{"name":"STATE_SYSTEM_MULTISELECTABLE","features":[374]},{"name":"STATE_SYSTEM_PROTECTED","features":[374]},{"name":"STATE_SYSTEM_READONLY","features":[374]},{"name":"STATE_SYSTEM_SELECTABLE","features":[374]},{"name":"STATE_SYSTEM_SELECTED","features":[374]},{"name":"STATE_SYSTEM_SELFVOICING","features":[374]},{"name":"STATE_SYSTEM_SIZEABLE","features":[374]},{"name":"STATE_SYSTEM_TRAVERSED","features":[374]},{"name":"STATE_SYSTEM_VALID","features":[374]},{"name":"STM_GETICON","features":[374]},{"name":"STM_GETIMAGE","features":[374]},{"name":"STM_MSGMAX","features":[374]},{"name":"STM_SETICON","features":[374]},{"name":"STM_SETIMAGE","features":[374]},{"name":"STN_CLICKED","features":[374]},{"name":"STN_DBLCLK","features":[374]},{"name":"STN_DISABLE","features":[374]},{"name":"STN_ENABLE","features":[374]},{"name":"STRSAFE_E_END_OF_FILE","features":[374]},{"name":"STRSAFE_E_INSUFFICIENT_BUFFER","features":[374]},{"name":"STRSAFE_E_INVALID_PARAMETER","features":[374]},{"name":"STRSAFE_FILL_BEHIND_NULL","features":[374]},{"name":"STRSAFE_FILL_ON_FAILURE","features":[374]},{"name":"STRSAFE_IGNORE_NULLS","features":[374]},{"name":"STRSAFE_MAX_CCH","features":[374]},{"name":"STRSAFE_MAX_LENGTH","features":[374]},{"name":"STRSAFE_NO_TRUNCATION","features":[374]},{"name":"STRSAFE_NULL_ON_FAILURE","features":[374]},{"name":"STRSAFE_USE_SECURE_CRT","features":[374]},{"name":"STYLESTRUCT","features":[374]},{"name":"SWP_ASYNCWINDOWPOS","features":[374]},{"name":"SWP_DEFERERASE","features":[374]},{"name":"SWP_DRAWFRAME","features":[374]},{"name":"SWP_FRAMECHANGED","features":[374]},{"name":"SWP_HIDEWINDOW","features":[374]},{"name":"SWP_NOACTIVATE","features":[374]},{"name":"SWP_NOCOPYBITS","features":[374]},{"name":"SWP_NOMOVE","features":[374]},{"name":"SWP_NOOWNERZORDER","features":[374]},{"name":"SWP_NOREDRAW","features":[374]},{"name":"SWP_NOREPOSITION","features":[374]},{"name":"SWP_NOSENDCHANGING","features":[374]},{"name":"SWP_NOSIZE","features":[374]},{"name":"SWP_NOZORDER","features":[374]},{"name":"SWP_SHOWWINDOW","features":[374]},{"name":"SW_ERASE","features":[374]},{"name":"SW_FORCEMINIMIZE","features":[374]},{"name":"SW_HIDE","features":[374]},{"name":"SW_INVALIDATE","features":[374]},{"name":"SW_MAX","features":[374]},{"name":"SW_MAXIMIZE","features":[374]},{"name":"SW_MINIMIZE","features":[374]},{"name":"SW_NORMAL","features":[374]},{"name":"SW_OTHERUNZOOM","features":[374]},{"name":"SW_OTHERZOOM","features":[374]},{"name":"SW_PARENTCLOSING","features":[374]},{"name":"SW_PARENTOPENING","features":[374]},{"name":"SW_RESTORE","features":[374]},{"name":"SW_SCROLLCHILDREN","features":[374]},{"name":"SW_SHOW","features":[374]},{"name":"SW_SHOWDEFAULT","features":[374]},{"name":"SW_SHOWMAXIMIZED","features":[374]},{"name":"SW_SHOWMINIMIZED","features":[374]},{"name":"SW_SHOWMINNOACTIVE","features":[374]},{"name":"SW_SHOWNA","features":[374]},{"name":"SW_SHOWNOACTIVATE","features":[374]},{"name":"SW_SHOWNORMAL","features":[374]},{"name":"SW_SMOOTHSCROLL","features":[374]},{"name":"SYSTEM_CURSOR_ID","features":[374]},{"name":"SYSTEM_METRICS_INDEX","features":[374]},{"name":"SYSTEM_PARAMETERS_INFO_ACTION","features":[374]},{"name":"SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS","features":[374]},{"name":"ScrollDC","features":[305,317,374]},{"name":"ScrollWindow","features":[305,374]},{"name":"ScrollWindowEx","features":[305,317,374]},{"name":"SendDlgItemMessageA","features":[305,374]},{"name":"SendDlgItemMessageW","features":[305,374]},{"name":"SendMessageA","features":[305,374]},{"name":"SendMessageCallbackA","features":[305,374]},{"name":"SendMessageCallbackW","features":[305,374]},{"name":"SendMessageTimeoutA","features":[305,374]},{"name":"SendMessageTimeoutW","features":[305,374]},{"name":"SendMessageW","features":[305,374]},{"name":"SendNotifyMessageA","features":[305,374]},{"name":"SendNotifyMessageW","features":[305,374]},{"name":"SetAdditionalForegroundBoostProcesses","features":[305,374]},{"name":"SetCaretBlinkTime","features":[305,374]},{"name":"SetCaretPos","features":[305,374]},{"name":"SetClassLongA","features":[305,374]},{"name":"SetClassLongPtrA","features":[305,374]},{"name":"SetClassLongPtrW","features":[305,374]},{"name":"SetClassLongW","features":[305,374]},{"name":"SetClassWord","features":[305,374]},{"name":"SetCoalescableTimer","features":[305,374]},{"name":"SetCursor","features":[374]},{"name":"SetCursorPos","features":[305,374]},{"name":"SetDebugErrorLevel","features":[374]},{"name":"SetDlgItemInt","features":[305,374]},{"name":"SetDlgItemTextA","features":[305,374]},{"name":"SetDlgItemTextW","features":[305,374]},{"name":"SetForegroundWindow","features":[305,374]},{"name":"SetLayeredWindowAttributes","features":[305,374]},{"name":"SetMenu","features":[305,374]},{"name":"SetMenuDefaultItem","features":[305,374]},{"name":"SetMenuInfo","features":[305,317,374]},{"name":"SetMenuItemBitmaps","features":[305,317,374]},{"name":"SetMenuItemInfoA","features":[305,317,374]},{"name":"SetMenuItemInfoW","features":[305,317,374]},{"name":"SetMessageExtraInfo","features":[305,374]},{"name":"SetMessageQueue","features":[305,374]},{"name":"SetParent","features":[305,374]},{"name":"SetPhysicalCursorPos","features":[305,374]},{"name":"SetProcessDPIAware","features":[305,374]},{"name":"SetProcessDefaultLayout","features":[305,374]},{"name":"SetPropA","features":[305,374]},{"name":"SetPropW","features":[305,374]},{"name":"SetSystemCursor","features":[305,374]},{"name":"SetTimer","features":[305,374]},{"name":"SetWindowDisplayAffinity","features":[305,374]},{"name":"SetWindowLongA","features":[305,374]},{"name":"SetWindowLongPtrA","features":[305,374]},{"name":"SetWindowLongPtrW","features":[305,374]},{"name":"SetWindowLongW","features":[305,374]},{"name":"SetWindowPlacement","features":[305,374]},{"name":"SetWindowPos","features":[305,374]},{"name":"SetWindowTextA","features":[305,374]},{"name":"SetWindowTextW","features":[305,374]},{"name":"SetWindowWord","features":[305,374]},{"name":"SetWindowsHookA","features":[305,374]},{"name":"SetWindowsHookExA","features":[305,374]},{"name":"SetWindowsHookExW","features":[305,374]},{"name":"SetWindowsHookW","features":[305,374]},{"name":"ShowCaret","features":[305,374]},{"name":"ShowCursor","features":[305,374]},{"name":"ShowOwnedPopups","features":[305,374]},{"name":"ShowWindow","features":[305,374]},{"name":"ShowWindowAsync","features":[305,374]},{"name":"SoundSentry","features":[305,374]},{"name":"SwitchToThisWindow","features":[305,374]},{"name":"SystemParametersInfoA","features":[305,374]},{"name":"SystemParametersInfoW","features":[305,374]},{"name":"TDF_REGISTER","features":[374]},{"name":"TDF_UNREGISTER","features":[374]},{"name":"TILE_WINDOWS_HOW","features":[374]},{"name":"TIMERPROC","features":[305,374]},{"name":"TIMERV_COALESCING_MAX","features":[374]},{"name":"TIMERV_COALESCING_MIN","features":[374]},{"name":"TIMERV_DEFAULT_COALESCING","features":[374]},{"name":"TIMERV_NO_COALESCING","features":[374]},{"name":"TITLEBARINFO","features":[305,374]},{"name":"TITLEBARINFOEX","features":[305,374]},{"name":"TKF_AVAILABLE","features":[374]},{"name":"TKF_CONFIRMHOTKEY","features":[374]},{"name":"TKF_HOTKEYACTIVE","features":[374]},{"name":"TKF_HOTKEYSOUND","features":[374]},{"name":"TKF_INDICATOR","features":[374]},{"name":"TKF_TOGGLEKEYSON","features":[374]},{"name":"TOOLTIP_DISMISS_FLAGS","features":[374]},{"name":"TOUCHPREDICTIONPARAMETERS","features":[374]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_LATENCY","features":[374]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_DELTA","features":[374]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_EXPO_SMOOTH_ALPHA","features":[374]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_LEARNING_RATE","features":[374]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_MAX","features":[374]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_MIN","features":[374]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_SAMPLETIME","features":[374]},{"name":"TOUCHPREDICTIONPARAMETERS_DEFAULT_USE_HW_TIMESTAMP","features":[374]},{"name":"TOUCH_FLAG_NONE","features":[374]},{"name":"TOUCH_HIT_TESTING_CLIENT","features":[374]},{"name":"TOUCH_HIT_TESTING_DEFAULT","features":[374]},{"name":"TOUCH_HIT_TESTING_NONE","features":[374]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_CLOSEST","features":[374]},{"name":"TOUCH_HIT_TESTING_PROXIMITY_FARTHEST","features":[374]},{"name":"TOUCH_MASK_CONTACTAREA","features":[374]},{"name":"TOUCH_MASK_NONE","features":[374]},{"name":"TOUCH_MASK_ORIENTATION","features":[374]},{"name":"TOUCH_MASK_PRESSURE","features":[374]},{"name":"TPMPARAMS","features":[305,374]},{"name":"TPM_BOTTOMALIGN","features":[374]},{"name":"TPM_CENTERALIGN","features":[374]},{"name":"TPM_HORIZONTAL","features":[374]},{"name":"TPM_HORNEGANIMATION","features":[374]},{"name":"TPM_HORPOSANIMATION","features":[374]},{"name":"TPM_LAYOUTRTL","features":[374]},{"name":"TPM_LEFTALIGN","features":[374]},{"name":"TPM_LEFTBUTTON","features":[374]},{"name":"TPM_NOANIMATION","features":[374]},{"name":"TPM_NONOTIFY","features":[374]},{"name":"TPM_RECURSE","features":[374]},{"name":"TPM_RETURNCMD","features":[374]},{"name":"TPM_RIGHTALIGN","features":[374]},{"name":"TPM_RIGHTBUTTON","features":[374]},{"name":"TPM_TOPALIGN","features":[374]},{"name":"TPM_VCENTERALIGN","features":[374]},{"name":"TPM_VERNEGANIMATION","features":[374]},{"name":"TPM_VERPOSANIMATION","features":[374]},{"name":"TPM_VERTICAL","features":[374]},{"name":"TPM_WORKAREA","features":[374]},{"name":"TRACK_POPUP_MENU_FLAGS","features":[374]},{"name":"TileWindows","features":[305,374]},{"name":"TrackPopupMenu","features":[305,374]},{"name":"TrackPopupMenuEx","features":[305,374]},{"name":"TranslateAcceleratorA","features":[305,374]},{"name":"TranslateAcceleratorW","features":[305,374]},{"name":"TranslateMDISysAccel","features":[305,374]},{"name":"TranslateMessage","features":[305,374]},{"name":"UISF_ACTIVE","features":[374]},{"name":"UISF_HIDEACCEL","features":[374]},{"name":"UISF_HIDEFOCUS","features":[374]},{"name":"UIS_CLEAR","features":[374]},{"name":"UIS_INITIALIZE","features":[374]},{"name":"UIS_SET","features":[374]},{"name":"ULW_ALPHA","features":[374]},{"name":"ULW_COLORKEY","features":[374]},{"name":"ULW_EX_NORESIZE","features":[374]},{"name":"ULW_OPAQUE","features":[374]},{"name":"UNICODE_NOCHAR","features":[374]},{"name":"UOI_TIMERPROC_EXCEPTION_SUPPRESSION","features":[374]},{"name":"UPDATELAYEREDWINDOWINFO","features":[305,317,374]},{"name":"UPDATE_LAYERED_WINDOW_FLAGS","features":[374]},{"name":"USER_DEFAULT_SCREEN_DPI","features":[374]},{"name":"USER_TIMER_MAXIMUM","features":[374]},{"name":"USER_TIMER_MINIMUM","features":[374]},{"name":"UnhookWindowsHook","features":[305,374]},{"name":"UnhookWindowsHookEx","features":[305,374]},{"name":"UnregisterClassA","features":[305,374]},{"name":"UnregisterClassW","features":[305,374]},{"name":"UnregisterDeviceNotification","features":[305,374]},{"name":"UpdateLayeredWindow","features":[305,317,374]},{"name":"UpdateLayeredWindowIndirect","features":[305,317,374]},{"name":"VolLockBroadcast","features":[374]},{"name":"WA_ACTIVE","features":[374]},{"name":"WA_CLICKACTIVE","features":[374]},{"name":"WA_INACTIVE","features":[374]},{"name":"WDA_EXCLUDEFROMCAPTURE","features":[374]},{"name":"WDA_MONITOR","features":[374]},{"name":"WDA_NONE","features":[374]},{"name":"WHEEL_DELTA","features":[374]},{"name":"WH_CALLWNDPROC","features":[374]},{"name":"WH_CALLWNDPROCRET","features":[374]},{"name":"WH_CBT","features":[374]},{"name":"WH_DEBUG","features":[374]},{"name":"WH_FOREGROUNDIDLE","features":[374]},{"name":"WH_GETMESSAGE","features":[374]},{"name":"WH_HARDWARE","features":[374]},{"name":"WH_JOURNALPLAYBACK","features":[374]},{"name":"WH_JOURNALRECORD","features":[374]},{"name":"WH_KEYBOARD","features":[374]},{"name":"WH_KEYBOARD_LL","features":[374]},{"name":"WH_MAX","features":[374]},{"name":"WH_MAXHOOK","features":[374]},{"name":"WH_MIN","features":[374]},{"name":"WH_MINHOOK","features":[374]},{"name":"WH_MOUSE","features":[374]},{"name":"WH_MOUSE_LL","features":[374]},{"name":"WH_MSGFILTER","features":[374]},{"name":"WH_SHELL","features":[374]},{"name":"WH_SYSMSGFILTER","features":[374]},{"name":"WINDOWINFO","features":[305,374]},{"name":"WINDOWPLACEMENT","features":[305,374]},{"name":"WINDOWPLACEMENT_FLAGS","features":[374]},{"name":"WINDOWPOS","features":[305,374]},{"name":"WINDOWS_HOOK_ID","features":[374]},{"name":"WINDOW_DISPLAY_AFFINITY","features":[374]},{"name":"WINDOW_EX_STYLE","features":[374]},{"name":"WINDOW_LONG_PTR_INDEX","features":[374]},{"name":"WINDOW_MESSAGE_FILTER_ACTION","features":[374]},{"name":"WINDOW_STYLE","features":[374]},{"name":"WINEVENT_INCONTEXT","features":[374]},{"name":"WINEVENT_OUTOFCONTEXT","features":[374]},{"name":"WINEVENT_SKIPOWNPROCESS","features":[374]},{"name":"WINEVENT_SKIPOWNTHREAD","features":[374]},{"name":"WINSTA_ACCESSCLIPBOARD","features":[374]},{"name":"WINSTA_ACCESSGLOBALATOMS","features":[374]},{"name":"WINSTA_ALL_ACCESS","features":[374]},{"name":"WINSTA_CREATEDESKTOP","features":[374]},{"name":"WINSTA_ENUMDESKTOPS","features":[374]},{"name":"WINSTA_ENUMERATE","features":[374]},{"name":"WINSTA_EXITWINDOWS","features":[374]},{"name":"WINSTA_READATTRIBUTES","features":[374]},{"name":"WINSTA_READSCREEN","features":[374]},{"name":"WINSTA_WRITEATTRIBUTES","features":[374]},{"name":"WMSZ_BOTTOM","features":[374]},{"name":"WMSZ_BOTTOMLEFT","features":[374]},{"name":"WMSZ_BOTTOMRIGHT","features":[374]},{"name":"WMSZ_LEFT","features":[374]},{"name":"WMSZ_RIGHT","features":[374]},{"name":"WMSZ_TOP","features":[374]},{"name":"WMSZ_TOPLEFT","features":[374]},{"name":"WMSZ_TOPRIGHT","features":[374]},{"name":"WM_ACTIVATE","features":[374]},{"name":"WM_ACTIVATEAPP","features":[374]},{"name":"WM_AFXFIRST","features":[374]},{"name":"WM_AFXLAST","features":[374]},{"name":"WM_APP","features":[374]},{"name":"WM_APPCOMMAND","features":[374]},{"name":"WM_ASKCBFORMATNAME","features":[374]},{"name":"WM_CANCELJOURNAL","features":[374]},{"name":"WM_CANCELMODE","features":[374]},{"name":"WM_CAPTURECHANGED","features":[374]},{"name":"WM_CHANGECBCHAIN","features":[374]},{"name":"WM_CHANGEUISTATE","features":[374]},{"name":"WM_CHAR","features":[374]},{"name":"WM_CHARTOITEM","features":[374]},{"name":"WM_CHILDACTIVATE","features":[374]},{"name":"WM_CLEAR","features":[374]},{"name":"WM_CLIPBOARDUPDATE","features":[374]},{"name":"WM_CLOSE","features":[374]},{"name":"WM_COMMAND","features":[374]},{"name":"WM_COMMNOTIFY","features":[374]},{"name":"WM_COMPACTING","features":[374]},{"name":"WM_COMPAREITEM","features":[374]},{"name":"WM_CONTEXTMENU","features":[374]},{"name":"WM_COPY","features":[374]},{"name":"WM_COPYDATA","features":[374]},{"name":"WM_CREATE","features":[374]},{"name":"WM_CTLCOLORBTN","features":[374]},{"name":"WM_CTLCOLORDLG","features":[374]},{"name":"WM_CTLCOLOREDIT","features":[374]},{"name":"WM_CTLCOLORLISTBOX","features":[374]},{"name":"WM_CTLCOLORMSGBOX","features":[374]},{"name":"WM_CTLCOLORSCROLLBAR","features":[374]},{"name":"WM_CTLCOLORSTATIC","features":[374]},{"name":"WM_CUT","features":[374]},{"name":"WM_DEADCHAR","features":[374]},{"name":"WM_DELETEITEM","features":[374]},{"name":"WM_DESTROY","features":[374]},{"name":"WM_DESTROYCLIPBOARD","features":[374]},{"name":"WM_DEVICECHANGE","features":[374]},{"name":"WM_DEVMODECHANGE","features":[374]},{"name":"WM_DISPLAYCHANGE","features":[374]},{"name":"WM_DPICHANGED","features":[374]},{"name":"WM_DPICHANGED_AFTERPARENT","features":[374]},{"name":"WM_DPICHANGED_BEFOREPARENT","features":[374]},{"name":"WM_DRAWCLIPBOARD","features":[374]},{"name":"WM_DRAWITEM","features":[374]},{"name":"WM_DROPFILES","features":[374]},{"name":"WM_DWMCOLORIZATIONCOLORCHANGED","features":[374]},{"name":"WM_DWMCOMPOSITIONCHANGED","features":[374]},{"name":"WM_DWMNCRENDERINGCHANGED","features":[374]},{"name":"WM_DWMSENDICONICLIVEPREVIEWBITMAP","features":[374]},{"name":"WM_DWMSENDICONICTHUMBNAIL","features":[374]},{"name":"WM_DWMWINDOWMAXIMIZEDCHANGE","features":[374]},{"name":"WM_ENABLE","features":[374]},{"name":"WM_ENDSESSION","features":[374]},{"name":"WM_ENTERIDLE","features":[374]},{"name":"WM_ENTERMENULOOP","features":[374]},{"name":"WM_ENTERSIZEMOVE","features":[374]},{"name":"WM_ERASEBKGND","features":[374]},{"name":"WM_EXITMENULOOP","features":[374]},{"name":"WM_EXITSIZEMOVE","features":[374]},{"name":"WM_FONTCHANGE","features":[374]},{"name":"WM_GESTURE","features":[374]},{"name":"WM_GESTURENOTIFY","features":[374]},{"name":"WM_GETDLGCODE","features":[374]},{"name":"WM_GETDPISCALEDSIZE","features":[374]},{"name":"WM_GETFONT","features":[374]},{"name":"WM_GETHOTKEY","features":[374]},{"name":"WM_GETICON","features":[374]},{"name":"WM_GETMINMAXINFO","features":[374]},{"name":"WM_GETOBJECT","features":[374]},{"name":"WM_GETTEXT","features":[374]},{"name":"WM_GETTEXTLENGTH","features":[374]},{"name":"WM_GETTITLEBARINFOEX","features":[374]},{"name":"WM_HANDHELDFIRST","features":[374]},{"name":"WM_HANDHELDLAST","features":[374]},{"name":"WM_HELP","features":[374]},{"name":"WM_HOTKEY","features":[374]},{"name":"WM_HSCROLL","features":[374]},{"name":"WM_HSCROLLCLIPBOARD","features":[374]},{"name":"WM_ICONERASEBKGND","features":[374]},{"name":"WM_IME_CHAR","features":[374]},{"name":"WM_IME_COMPOSITION","features":[374]},{"name":"WM_IME_COMPOSITIONFULL","features":[374]},{"name":"WM_IME_CONTROL","features":[374]},{"name":"WM_IME_ENDCOMPOSITION","features":[374]},{"name":"WM_IME_KEYDOWN","features":[374]},{"name":"WM_IME_KEYLAST","features":[374]},{"name":"WM_IME_KEYUP","features":[374]},{"name":"WM_IME_NOTIFY","features":[374]},{"name":"WM_IME_REQUEST","features":[374]},{"name":"WM_IME_SELECT","features":[374]},{"name":"WM_IME_SETCONTEXT","features":[374]},{"name":"WM_IME_STARTCOMPOSITION","features":[374]},{"name":"WM_INITDIALOG","features":[374]},{"name":"WM_INITMENU","features":[374]},{"name":"WM_INITMENUPOPUP","features":[374]},{"name":"WM_INPUT","features":[374]},{"name":"WM_INPUTLANGCHANGE","features":[374]},{"name":"WM_INPUTLANGCHANGEREQUEST","features":[374]},{"name":"WM_INPUT_DEVICE_CHANGE","features":[374]},{"name":"WM_KEYDOWN","features":[374]},{"name":"WM_KEYFIRST","features":[374]},{"name":"WM_KEYLAST","features":[374]},{"name":"WM_KEYUP","features":[374]},{"name":"WM_KILLFOCUS","features":[374]},{"name":"WM_LBUTTONDBLCLK","features":[374]},{"name":"WM_LBUTTONDOWN","features":[374]},{"name":"WM_LBUTTONUP","features":[374]},{"name":"WM_MBUTTONDBLCLK","features":[374]},{"name":"WM_MBUTTONDOWN","features":[374]},{"name":"WM_MBUTTONUP","features":[374]},{"name":"WM_MDIACTIVATE","features":[374]},{"name":"WM_MDICASCADE","features":[374]},{"name":"WM_MDICREATE","features":[374]},{"name":"WM_MDIDESTROY","features":[374]},{"name":"WM_MDIGETACTIVE","features":[374]},{"name":"WM_MDIICONARRANGE","features":[374]},{"name":"WM_MDIMAXIMIZE","features":[374]},{"name":"WM_MDINEXT","features":[374]},{"name":"WM_MDIREFRESHMENU","features":[374]},{"name":"WM_MDIRESTORE","features":[374]},{"name":"WM_MDISETMENU","features":[374]},{"name":"WM_MDITILE","features":[374]},{"name":"WM_MEASUREITEM","features":[374]},{"name":"WM_MENUCHAR","features":[374]},{"name":"WM_MENUCOMMAND","features":[374]},{"name":"WM_MENUDRAG","features":[374]},{"name":"WM_MENUGETOBJECT","features":[374]},{"name":"WM_MENURBUTTONUP","features":[374]},{"name":"WM_MENUSELECT","features":[374]},{"name":"WM_MOUSEACTIVATE","features":[374]},{"name":"WM_MOUSEFIRST","features":[374]},{"name":"WM_MOUSEHWHEEL","features":[374]},{"name":"WM_MOUSELAST","features":[374]},{"name":"WM_MOUSEMOVE","features":[374]},{"name":"WM_MOUSEWHEEL","features":[374]},{"name":"WM_MOVE","features":[374]},{"name":"WM_MOVING","features":[374]},{"name":"WM_NCACTIVATE","features":[374]},{"name":"WM_NCCALCSIZE","features":[374]},{"name":"WM_NCCREATE","features":[374]},{"name":"WM_NCDESTROY","features":[374]},{"name":"WM_NCHITTEST","features":[374]},{"name":"WM_NCLBUTTONDBLCLK","features":[374]},{"name":"WM_NCLBUTTONDOWN","features":[374]},{"name":"WM_NCLBUTTONUP","features":[374]},{"name":"WM_NCMBUTTONDBLCLK","features":[374]},{"name":"WM_NCMBUTTONDOWN","features":[374]},{"name":"WM_NCMBUTTONUP","features":[374]},{"name":"WM_NCMOUSEHOVER","features":[374]},{"name":"WM_NCMOUSELEAVE","features":[374]},{"name":"WM_NCMOUSEMOVE","features":[374]},{"name":"WM_NCPAINT","features":[374]},{"name":"WM_NCPOINTERDOWN","features":[374]},{"name":"WM_NCPOINTERUP","features":[374]},{"name":"WM_NCPOINTERUPDATE","features":[374]},{"name":"WM_NCRBUTTONDBLCLK","features":[374]},{"name":"WM_NCRBUTTONDOWN","features":[374]},{"name":"WM_NCRBUTTONUP","features":[374]},{"name":"WM_NCXBUTTONDBLCLK","features":[374]},{"name":"WM_NCXBUTTONDOWN","features":[374]},{"name":"WM_NCXBUTTONUP","features":[374]},{"name":"WM_NEXTDLGCTL","features":[374]},{"name":"WM_NEXTMENU","features":[374]},{"name":"WM_NOTIFY","features":[374]},{"name":"WM_NOTIFYFORMAT","features":[374]},{"name":"WM_NULL","features":[374]},{"name":"WM_PAINT","features":[374]},{"name":"WM_PAINTCLIPBOARD","features":[374]},{"name":"WM_PAINTICON","features":[374]},{"name":"WM_PALETTECHANGED","features":[374]},{"name":"WM_PALETTEISCHANGING","features":[374]},{"name":"WM_PARENTNOTIFY","features":[374]},{"name":"WM_PASTE","features":[374]},{"name":"WM_PENWINFIRST","features":[374]},{"name":"WM_PENWINLAST","features":[374]},{"name":"WM_POINTERACTIVATE","features":[374]},{"name":"WM_POINTERCAPTURECHANGED","features":[374]},{"name":"WM_POINTERDEVICECHANGE","features":[374]},{"name":"WM_POINTERDEVICEINRANGE","features":[374]},{"name":"WM_POINTERDEVICEOUTOFRANGE","features":[374]},{"name":"WM_POINTERDOWN","features":[374]},{"name":"WM_POINTERENTER","features":[374]},{"name":"WM_POINTERHWHEEL","features":[374]},{"name":"WM_POINTERLEAVE","features":[374]},{"name":"WM_POINTERROUTEDAWAY","features":[374]},{"name":"WM_POINTERROUTEDRELEASED","features":[374]},{"name":"WM_POINTERROUTEDTO","features":[374]},{"name":"WM_POINTERUP","features":[374]},{"name":"WM_POINTERUPDATE","features":[374]},{"name":"WM_POINTERWHEEL","features":[374]},{"name":"WM_POWER","features":[374]},{"name":"WM_POWERBROADCAST","features":[374]},{"name":"WM_PRINT","features":[374]},{"name":"WM_PRINTCLIENT","features":[374]},{"name":"WM_QUERYDRAGICON","features":[374]},{"name":"WM_QUERYENDSESSION","features":[374]},{"name":"WM_QUERYNEWPALETTE","features":[374]},{"name":"WM_QUERYOPEN","features":[374]},{"name":"WM_QUERYUISTATE","features":[374]},{"name":"WM_QUEUESYNC","features":[374]},{"name":"WM_QUIT","features":[374]},{"name":"WM_RBUTTONDBLCLK","features":[374]},{"name":"WM_RBUTTONDOWN","features":[374]},{"name":"WM_RBUTTONUP","features":[374]},{"name":"WM_RENDERALLFORMATS","features":[374]},{"name":"WM_RENDERFORMAT","features":[374]},{"name":"WM_SETCURSOR","features":[374]},{"name":"WM_SETFOCUS","features":[374]},{"name":"WM_SETFONT","features":[374]},{"name":"WM_SETHOTKEY","features":[374]},{"name":"WM_SETICON","features":[374]},{"name":"WM_SETREDRAW","features":[374]},{"name":"WM_SETTEXT","features":[374]},{"name":"WM_SETTINGCHANGE","features":[374]},{"name":"WM_SHOWWINDOW","features":[374]},{"name":"WM_SIZE","features":[374]},{"name":"WM_SIZECLIPBOARD","features":[374]},{"name":"WM_SIZING","features":[374]},{"name":"WM_SPOOLERSTATUS","features":[374]},{"name":"WM_STYLECHANGED","features":[374]},{"name":"WM_STYLECHANGING","features":[374]},{"name":"WM_SYNCPAINT","features":[374]},{"name":"WM_SYSCHAR","features":[374]},{"name":"WM_SYSCOLORCHANGE","features":[374]},{"name":"WM_SYSCOMMAND","features":[374]},{"name":"WM_SYSDEADCHAR","features":[374]},{"name":"WM_SYSKEYDOWN","features":[374]},{"name":"WM_SYSKEYUP","features":[374]},{"name":"WM_TABLET_FIRST","features":[374]},{"name":"WM_TABLET_LAST","features":[374]},{"name":"WM_TCARD","features":[374]},{"name":"WM_THEMECHANGED","features":[374]},{"name":"WM_TIMECHANGE","features":[374]},{"name":"WM_TIMER","features":[374]},{"name":"WM_TOOLTIPDISMISS","features":[374]},{"name":"WM_TOUCH","features":[374]},{"name":"WM_TOUCHHITTESTING","features":[374]},{"name":"WM_UNDO","features":[374]},{"name":"WM_UNICHAR","features":[374]},{"name":"WM_UNINITMENUPOPUP","features":[374]},{"name":"WM_UPDATEUISTATE","features":[374]},{"name":"WM_USER","features":[374]},{"name":"WM_USERCHANGED","features":[374]},{"name":"WM_VKEYTOITEM","features":[374]},{"name":"WM_VSCROLL","features":[374]},{"name":"WM_VSCROLLCLIPBOARD","features":[374]},{"name":"WM_WINDOWPOSCHANGED","features":[374]},{"name":"WM_WINDOWPOSCHANGING","features":[374]},{"name":"WM_WININICHANGE","features":[374]},{"name":"WM_WTSSESSION_CHANGE","features":[374]},{"name":"WM_XBUTTONDBLCLK","features":[374]},{"name":"WM_XBUTTONDOWN","features":[374]},{"name":"WM_XBUTTONUP","features":[374]},{"name":"WNDCLASSA","features":[305,317,374]},{"name":"WNDCLASSEXA","features":[305,317,374]},{"name":"WNDCLASSEXW","features":[305,317,374]},{"name":"WNDCLASSW","features":[305,317,374]},{"name":"WNDCLASS_STYLES","features":[374]},{"name":"WNDENUMPROC","features":[305,374]},{"name":"WNDPROC","features":[305,374]},{"name":"WPF_ASYNCWINDOWPLACEMENT","features":[374]},{"name":"WPF_RESTORETOMAXIMIZED","features":[374]},{"name":"WPF_SETMINPOSITION","features":[374]},{"name":"WSF_VISIBLE","features":[374]},{"name":"WS_ACTIVECAPTION","features":[374]},{"name":"WS_BORDER","features":[374]},{"name":"WS_CAPTION","features":[374]},{"name":"WS_CHILD","features":[374]},{"name":"WS_CHILDWINDOW","features":[374]},{"name":"WS_CLIPCHILDREN","features":[374]},{"name":"WS_CLIPSIBLINGS","features":[374]},{"name":"WS_DISABLED","features":[374]},{"name":"WS_DLGFRAME","features":[374]},{"name":"WS_EX_ACCEPTFILES","features":[374]},{"name":"WS_EX_APPWINDOW","features":[374]},{"name":"WS_EX_CLIENTEDGE","features":[374]},{"name":"WS_EX_COMPOSITED","features":[374]},{"name":"WS_EX_CONTEXTHELP","features":[374]},{"name":"WS_EX_CONTROLPARENT","features":[374]},{"name":"WS_EX_DLGMODALFRAME","features":[374]},{"name":"WS_EX_LAYERED","features":[374]},{"name":"WS_EX_LAYOUTRTL","features":[374]},{"name":"WS_EX_LEFT","features":[374]},{"name":"WS_EX_LEFTSCROLLBAR","features":[374]},{"name":"WS_EX_LTRREADING","features":[374]},{"name":"WS_EX_MDICHILD","features":[374]},{"name":"WS_EX_NOACTIVATE","features":[374]},{"name":"WS_EX_NOINHERITLAYOUT","features":[374]},{"name":"WS_EX_NOPARENTNOTIFY","features":[374]},{"name":"WS_EX_NOREDIRECTIONBITMAP","features":[374]},{"name":"WS_EX_OVERLAPPEDWINDOW","features":[374]},{"name":"WS_EX_PALETTEWINDOW","features":[374]},{"name":"WS_EX_RIGHT","features":[374]},{"name":"WS_EX_RIGHTSCROLLBAR","features":[374]},{"name":"WS_EX_RTLREADING","features":[374]},{"name":"WS_EX_STATICEDGE","features":[374]},{"name":"WS_EX_TOOLWINDOW","features":[374]},{"name":"WS_EX_TOPMOST","features":[374]},{"name":"WS_EX_TRANSPARENT","features":[374]},{"name":"WS_EX_WINDOWEDGE","features":[374]},{"name":"WS_GROUP","features":[374]},{"name":"WS_HSCROLL","features":[374]},{"name":"WS_ICONIC","features":[374]},{"name":"WS_MAXIMIZE","features":[374]},{"name":"WS_MAXIMIZEBOX","features":[374]},{"name":"WS_MINIMIZE","features":[374]},{"name":"WS_MINIMIZEBOX","features":[374]},{"name":"WS_OVERLAPPED","features":[374]},{"name":"WS_OVERLAPPEDWINDOW","features":[374]},{"name":"WS_POPUP","features":[374]},{"name":"WS_POPUPWINDOW","features":[374]},{"name":"WS_SIZEBOX","features":[374]},{"name":"WS_SYSMENU","features":[374]},{"name":"WS_TABSTOP","features":[374]},{"name":"WS_THICKFRAME","features":[374]},{"name":"WS_TILED","features":[374]},{"name":"WS_TILEDWINDOW","features":[374]},{"name":"WS_VISIBLE","features":[374]},{"name":"WS_VSCROLL","features":[374]},{"name":"WTS_CONSOLE_CONNECT","features":[374]},{"name":"WTS_CONSOLE_DISCONNECT","features":[374]},{"name":"WTS_REMOTE_CONNECT","features":[374]},{"name":"WTS_REMOTE_DISCONNECT","features":[374]},{"name":"WTS_SESSION_CREATE","features":[374]},{"name":"WTS_SESSION_LOCK","features":[374]},{"name":"WTS_SESSION_LOGOFF","features":[374]},{"name":"WTS_SESSION_LOGON","features":[374]},{"name":"WTS_SESSION_REMOTE_CONTROL","features":[374]},{"name":"WTS_SESSION_TERMINATE","features":[374]},{"name":"WTS_SESSION_UNLOCK","features":[374]},{"name":"WVR_ALIGNBOTTOM","features":[374]},{"name":"WVR_ALIGNLEFT","features":[374]},{"name":"WVR_ALIGNRIGHT","features":[374]},{"name":"WVR_ALIGNTOP","features":[374]},{"name":"WVR_HREDRAW","features":[374]},{"name":"WVR_REDRAW","features":[374]},{"name":"WVR_VALIDRECTS","features":[374]},{"name":"WVR_VREDRAW","features":[374]},{"name":"WaitMessage","features":[305,374]},{"name":"WindowFromPhysicalPoint","features":[305,374]},{"name":"WindowFromPoint","features":[305,374]},{"name":"XBUTTON1","features":[374]},{"name":"XBUTTON2","features":[374]},{"name":"_DEV_BROADCAST_HEADER","features":[374]},{"name":"_DEV_BROADCAST_USERDEFINED","features":[374]},{"name":"__WARNING_BANNED_API_USAGE","features":[374]},{"name":"__WARNING_CYCLOMATIC_COMPLEXITY","features":[374]},{"name":"__WARNING_DEREF_NULL_PTR","features":[374]},{"name":"__WARNING_HIGH_PRIORITY_OVERFLOW_POSTCONDITION","features":[374]},{"name":"__WARNING_INCORRECT_ANNOTATION","features":[374]},{"name":"__WARNING_INVALID_PARAM_VALUE_1","features":[374]},{"name":"__WARNING_INVALID_PARAM_VALUE_3","features":[374]},{"name":"__WARNING_MISSING_ZERO_TERMINATION2","features":[374]},{"name":"__WARNING_POSTCONDITION_NULLTERMINATION_VIOLATION","features":[374]},{"name":"__WARNING_POST_EXPECTED","features":[374]},{"name":"__WARNING_POTENTIAL_BUFFER_OVERFLOW_HIGH_PRIORITY","features":[374]},{"name":"__WARNING_POTENTIAL_RANGE_POSTCONDITION_VIOLATION","features":[374]},{"name":"__WARNING_PRECONDITION_NULLTERMINATION_VIOLATION","features":[374]},{"name":"__WARNING_RANGE_POSTCONDITION_VIOLATION","features":[374]},{"name":"__WARNING_RETURNING_BAD_RESULT","features":[374]},{"name":"__WARNING_RETURN_UNINIT_VAR","features":[374]},{"name":"__WARNING_USING_UNINIT_VAR","features":[374]},{"name":"wsprintfA","features":[374]},{"name":"wsprintfW","features":[374]},{"name":"wvsprintfA","features":[374]},{"name":"wvsprintfW","features":[374]}],"682":[{"name":"CLSID_MILBitmapEffectBevel","features":[643]},{"name":"CLSID_MILBitmapEffectBlur","features":[643]},{"name":"CLSID_MILBitmapEffectDropShadow","features":[643]},{"name":"CLSID_MILBitmapEffectEmboss","features":[643]},{"name":"CLSID_MILBitmapEffectGroup","features":[643]},{"name":"CLSID_MILBitmapEffectOuterGlow","features":[643]},{"name":"IMILBitmapEffect","features":[643]},{"name":"IMILBitmapEffectConnections","features":[643]},{"name":"IMILBitmapEffectConnectionsInfo","features":[643]},{"name":"IMILBitmapEffectConnector","features":[643]},{"name":"IMILBitmapEffectConnectorInfo","features":[643]},{"name":"IMILBitmapEffectEvents","features":[643]},{"name":"IMILBitmapEffectFactory","features":[643]},{"name":"IMILBitmapEffectGroup","features":[643]},{"name":"IMILBitmapEffectGroupImpl","features":[643]},{"name":"IMILBitmapEffectImpl","features":[643]},{"name":"IMILBitmapEffectInputConnector","features":[643]},{"name":"IMILBitmapEffectInteriorInputConnector","features":[643]},{"name":"IMILBitmapEffectInteriorOutputConnector","features":[643]},{"name":"IMILBitmapEffectOutputConnector","features":[643]},{"name":"IMILBitmapEffectOutputConnectorImpl","features":[643]},{"name":"IMILBitmapEffectPrimitive","features":[643]},{"name":"IMILBitmapEffectPrimitiveImpl","features":[643]},{"name":"IMILBitmapEffectRenderContext","features":[643]},{"name":"IMILBitmapEffectRenderContextImpl","features":[643]},{"name":"IMILBitmapEffects","features":[643]},{"name":"MILBITMAPEFFECT_SDK_VERSION","features":[643]},{"name":"MILMatrixF","features":[643]},{"name":"MilPoint2D","features":[643]},{"name":"MilRectD","features":[643]}],"684":[{"name":"ADDRESSBAND","features":[644]},{"name":"ADDURL_ADDTOCACHE","features":[644]},{"name":"ADDURL_ADDTOHISTORYANDCACHE","features":[644]},{"name":"ADDURL_FIRST","features":[644]},{"name":"ADDURL_FLAG","features":[644]},{"name":"ADDURL_Max","features":[644]},{"name":"ActivityContentCount","features":[644]},{"name":"ActivityContentDocument","features":[644]},{"name":"ActivityContentLink","features":[644]},{"name":"ActivityContentNone","features":[644]},{"name":"ActivityContentSelection","features":[644]},{"name":"AnchorClick","features":[644]},{"name":"CATID_MSOfficeAntiVirus","features":[644]},{"name":"CDeviceRect","features":[644]},{"name":"CDownloadBehavior","features":[644]},{"name":"CHeaderFooter","features":[644]},{"name":"CLayoutRect","features":[644]},{"name":"COLOR_NO_TRANSPARENT","features":[644]},{"name":"CPersistDataPeer","features":[644]},{"name":"CPersistHistory","features":[644]},{"name":"CPersistShortcut","features":[644]},{"name":"CPersistSnapshot","features":[644]},{"name":"CPersistUserData","features":[644]},{"name":"CoDitherToRGB8","features":[644]},{"name":"CoMapMIMEToCLSID","features":[644]},{"name":"CoSniffStream","features":[644]},{"name":"ComputeInvCMAP","features":[317,644]},{"name":"CreateDDrawSurfaceOnDIB","features":[316,317,644]},{"name":"CreateMIMEMap","features":[644]},{"name":"DISPID_ACTIVEXFILTERINGENABLED","features":[644]},{"name":"DISPID_ADDCHANNEL","features":[644]},{"name":"DISPID_ADDDESKTOPCOMPONENT","features":[644]},{"name":"DISPID_ADDFAVORITE","features":[644]},{"name":"DISPID_ADDSEARCHPROVIDER","features":[644]},{"name":"DISPID_ADDSERVICE","features":[644]},{"name":"DISPID_ADDSITEMODE","features":[644]},{"name":"DISPID_ADDTHUMBNAILBUTTONS","features":[644]},{"name":"DISPID_ADDTOFAVORITESBAR","features":[644]},{"name":"DISPID_ADDTRACKINGPROTECTIONLIST","features":[644]},{"name":"DISPID_ADVANCEERROR","features":[644]},{"name":"DISPID_AMBIENT_OFFLINEIFNOTCONNECTED","features":[644]},{"name":"DISPID_AMBIENT_SILENT","features":[644]},{"name":"DISPID_AUTOCOMPLETEATTACH","features":[644]},{"name":"DISPID_AUTOCOMPLETESAVEFORM","features":[644]},{"name":"DISPID_AUTOSCAN","features":[644]},{"name":"DISPID_BEFORENAVIGATE","features":[644]},{"name":"DISPID_BEFORENAVIGATE2","features":[644]},{"name":"DISPID_BEFORESCRIPTEXECUTE","features":[644]},{"name":"DISPID_BRANDIMAGEURI","features":[644]},{"name":"DISPID_BUILDNEWTABPAGE","features":[644]},{"name":"DISPID_CANADVANCEERROR","features":[644]},{"name":"DISPID_CANRETREATERROR","features":[644]},{"name":"DISPID_CHANGEDEFAULTBROWSER","features":[644]},{"name":"DISPID_CLEARNOTIFICATION","features":[644]},{"name":"DISPID_CLEARSITEMODEICONOVERLAY","features":[644]},{"name":"DISPID_CLIENTTOHOSTWINDOW","features":[644]},{"name":"DISPID_COMMANDSTATECHANGE","features":[644]},{"name":"DISPID_CONTENTDISCOVERYRESET","features":[644]},{"name":"DISPID_COUNTVIEWTYPES","features":[644]},{"name":"DISPID_CREATESUBSCRIPTION","features":[644]},{"name":"DISPID_CUSTOMIZECLEARTYPE","features":[644]},{"name":"DISPID_CUSTOMIZESETTINGS","features":[644]},{"name":"DISPID_DEFAULTSEARCHPROVIDER","features":[644]},{"name":"DISPID_DELETESUBSCRIPTION","features":[644]},{"name":"DISPID_DEPTH","features":[644]},{"name":"DISPID_DIAGNOSECONNECTION","features":[644]},{"name":"DISPID_DIAGNOSECONNECTIONUILESS","features":[644]},{"name":"DISPID_DOCUMENTCOMPLETE","features":[644]},{"name":"DISPID_DOUBLECLICK","features":[644]},{"name":"DISPID_DOWNLOADBEGIN","features":[644]},{"name":"DISPID_DOWNLOADCOMPLETE","features":[644]},{"name":"DISPID_ENABLENOTIFICATIONQUEUE","features":[644]},{"name":"DISPID_ENABLENOTIFICATIONQUEUELARGE","features":[644]},{"name":"DISPID_ENABLENOTIFICATIONQUEUESQUARE","features":[644]},{"name":"DISPID_ENABLENOTIFICATIONQUEUEWIDE","features":[644]},{"name":"DISPID_ENABLESUGGESTEDSITES","features":[644]},{"name":"DISPID_ENUMOPTIONS","features":[644]},{"name":"DISPID_EXPAND","features":[644]},{"name":"DISPID_EXPORT","features":[644]},{"name":"DISPID_FAVSELECTIONCHANGE","features":[644]},{"name":"DISPID_FILEDOWNLOAD","features":[644]},{"name":"DISPID_FLAGS","features":[644]},{"name":"DISPID_FRAMEBEFORENAVIGATE","features":[644]},{"name":"DISPID_FRAMENAVIGATECOMPLETE","features":[644]},{"name":"DISPID_FRAMENEWWINDOW","features":[644]},{"name":"DISPID_GETALWAYSSHOWLOCKSTATE","features":[644]},{"name":"DISPID_GETCVLISTDATA","features":[644]},{"name":"DISPID_GETCVLISTLOCALDATA","features":[644]},{"name":"DISPID_GETDETAILSSTATE","features":[644]},{"name":"DISPID_GETEMIELISTDATA","features":[644]},{"name":"DISPID_GETEMIELISTLOCALDATA","features":[644]},{"name":"DISPID_GETERRORCHAR","features":[644]},{"name":"DISPID_GETERRORCODE","features":[644]},{"name":"DISPID_GETERRORLINE","features":[644]},{"name":"DISPID_GETERRORMSG","features":[644]},{"name":"DISPID_GETERRORURL","features":[644]},{"name":"DISPID_GETEXPERIMENTALFLAG","features":[644]},{"name":"DISPID_GETEXPERIMENTALVALUE","features":[644]},{"name":"DISPID_GETNEEDHVSIAUTOLAUNCHFLAG","features":[644]},{"name":"DISPID_GETNEEDIEAUTOLAUNCHFLAG","features":[644]},{"name":"DISPID_GETOSSKU","features":[644]},{"name":"DISPID_GETPERERRSTATE","features":[644]},{"name":"DISPID_HASNEEDHVSIAUTOLAUNCHFLAG","features":[644]},{"name":"DISPID_HASNEEDIEAUTOLAUNCHFLAG","features":[644]},{"name":"DISPID_IMPORT","features":[644]},{"name":"DISPID_IMPORTEXPORTFAVORITES","features":[644]},{"name":"DISPID_INITIALIZED","features":[644]},{"name":"DISPID_INPRIVATEFILTERINGENABLED","features":[644]},{"name":"DISPID_INVOKECONTEXTMENU","features":[644]},{"name":"DISPID_ISMETAREFERRERAVAILABLE","features":[644]},{"name":"DISPID_ISSEARCHMIGRATED","features":[644]},{"name":"DISPID_ISSEARCHPROVIDERINSTALLED","features":[644]},{"name":"DISPID_ISSERVICEINSTALLED","features":[644]},{"name":"DISPID_ISSITEMODE","features":[644]},{"name":"DISPID_ISSITEMODEFIRSTRUN","features":[644]},{"name":"DISPID_ISSUBSCRIBED","features":[644]},{"name":"DISPID_LAUNCHIE","features":[644]},{"name":"DISPID_LAUNCHINHVSI","features":[644]},{"name":"DISPID_LAUNCHINTERNETOPTIONS","features":[644]},{"name":"DISPID_LAUNCHNETWORKCLIENTHELP","features":[644]},{"name":"DISPID_MODE","features":[644]},{"name":"DISPID_MOVESELECTIONDOWN","features":[644]},{"name":"DISPID_MOVESELECTIONTO","features":[644]},{"name":"DISPID_MOVESELECTIONUP","features":[644]},{"name":"DISPID_NAVIGATEANDFIND","features":[644]},{"name":"DISPID_NAVIGATECOMPLETE","features":[644]},{"name":"DISPID_NAVIGATECOMPLETE2","features":[644]},{"name":"DISPID_NAVIGATEERROR","features":[644]},{"name":"DISPID_NAVIGATETOSUGGESTEDSITES","features":[644]},{"name":"DISPID_NEWFOLDER","features":[644]},{"name":"DISPID_NEWPROCESS","features":[644]},{"name":"DISPID_NEWWINDOW","features":[644]},{"name":"DISPID_NEWWINDOW2","features":[644]},{"name":"DISPID_NEWWINDOW3","features":[644]},{"name":"DISPID_NSCOLUMNS","features":[644]},{"name":"DISPID_ONADDRESSBAR","features":[644]},{"name":"DISPID_ONFULLSCREEN","features":[644]},{"name":"DISPID_ONMENUBAR","features":[644]},{"name":"DISPID_ONQUIT","features":[644]},{"name":"DISPID_ONSTATUSBAR","features":[644]},{"name":"DISPID_ONTHEATERMODE","features":[644]},{"name":"DISPID_ONTOOLBAR","features":[644]},{"name":"DISPID_ONVISIBLE","features":[644]},{"name":"DISPID_OPENFAVORITESPANE","features":[644]},{"name":"DISPID_OPENFAVORITESSETTINGS","features":[644]},{"name":"DISPID_PHISHINGENABLED","features":[644]},{"name":"DISPID_PINNEDSITESTATE","features":[644]},{"name":"DISPID_PRINTTEMPLATEINSTANTIATION","features":[644]},{"name":"DISPID_PRINTTEMPLATETEARDOWN","features":[644]},{"name":"DISPID_PRIVACYIMPACTEDSTATECHANGE","features":[644]},{"name":"DISPID_PROGRESSCHANGE","features":[644]},{"name":"DISPID_PROPERTYCHANGE","features":[644]},{"name":"DISPID_PROVISIONNETWORKS","features":[644]},{"name":"DISPID_QUIT","features":[644]},{"name":"DISPID_REDIRECTXDOMAINBLOCKED","features":[644]},{"name":"DISPID_REFRESHOFFLINEDESKTOP","features":[644]},{"name":"DISPID_REMOVESCHEDULEDTILENOTIFICATION","features":[644]},{"name":"DISPID_REPORTSAFEURL","features":[644]},{"name":"DISPID_RESETEXPERIMENTALFLAGS","features":[644]},{"name":"DISPID_RESETFIRSTBOOTMODE","features":[644]},{"name":"DISPID_RESETSAFEMODE","features":[644]},{"name":"DISPID_RESETSORT","features":[644]},{"name":"DISPID_RETREATERROR","features":[644]},{"name":"DISPID_ROOT","features":[644]},{"name":"DISPID_RUNONCEHASSHOWN","features":[644]},{"name":"DISPID_RUNONCEREQUIREDSETTINGSCOMPLETE","features":[644]},{"name":"DISPID_RUNONCESHOWN","features":[644]},{"name":"DISPID_SCHEDULEDTILENOTIFICATION","features":[644]},{"name":"DISPID_SEARCHGUIDEURL","features":[644]},{"name":"DISPID_SELECTEDITEM","features":[644]},{"name":"DISPID_SELECTEDITEMS","features":[644]},{"name":"DISPID_SELECTIONCHANGE","features":[644]},{"name":"DISPID_SETACTIVITIESVISIBLE","features":[644]},{"name":"DISPID_SETDETAILSSTATE","features":[644]},{"name":"DISPID_SETEXPERIMENTALFLAG","features":[644]},{"name":"DISPID_SETEXPERIMENTALVALUE","features":[644]},{"name":"DISPID_SETMSDEFAULTS","features":[644]},{"name":"DISPID_SETNEEDHVSIAUTOLAUNCHFLAG","features":[644]},{"name":"DISPID_SETNEEDIEAUTOLAUNCHFLAG","features":[644]},{"name":"DISPID_SETPERERRSTATE","features":[644]},{"name":"DISPID_SETPHISHINGFILTERSTATUS","features":[644]},{"name":"DISPID_SETRECENTLYCLOSEDVISIBLE","features":[644]},{"name":"DISPID_SETROOT","features":[644]},{"name":"DISPID_SETSECURELOCKICON","features":[644]},{"name":"DISPID_SETSITEMODEICONOVERLAY","features":[644]},{"name":"DISPID_SETSITEMODEPROPERTIES","features":[644]},{"name":"DISPID_SETTHUMBNAILBUTTONS","features":[644]},{"name":"DISPID_SETVIEWTYPE","features":[644]},{"name":"DISPID_SHELLUIHELPERLAST","features":[644]},{"name":"DISPID_SHOWBROWSERUI","features":[644]},{"name":"DISPID_SHOWINPRIVATEHELP","features":[644]},{"name":"DISPID_SHOWTABSHELP","features":[644]},{"name":"DISPID_SITEMODEACTIVATE","features":[644]},{"name":"DISPID_SITEMODEADDBUTTONSTYLE","features":[644]},{"name":"DISPID_SITEMODEADDJUMPLISTITEM","features":[644]},{"name":"DISPID_SITEMODECLEARBADGE","features":[644]},{"name":"DISPID_SITEMODECLEARJUMPLIST","features":[644]},{"name":"DISPID_SITEMODECREATEJUMPLIST","features":[644]},{"name":"DISPID_SITEMODEREFRESHBADGE","features":[644]},{"name":"DISPID_SITEMODESHOWBUTTONSTYLE","features":[644]},{"name":"DISPID_SITEMODESHOWJUMPLIST","features":[644]},{"name":"DISPID_SKIPRUNONCE","features":[644]},{"name":"DISPID_SKIPTABSWELCOME","features":[644]},{"name":"DISPID_SQMENABLED","features":[644]},{"name":"DISPID_STARTBADGEUPDATE","features":[644]},{"name":"DISPID_STARTPERIODICUPDATE","features":[644]},{"name":"DISPID_STARTPERIODICUPDATEBATCH","features":[644]},{"name":"DISPID_STATUSTEXTCHANGE","features":[644]},{"name":"DISPID_STOPBADGEUPDATE","features":[644]},{"name":"DISPID_STOPPERIODICUPDATE","features":[644]},{"name":"DISPID_SUBSCRIPTIONSENABLED","features":[644]},{"name":"DISPID_SUGGESTEDSITESENABLED","features":[644]},{"name":"DISPID_SYNCHRONIZE","features":[644]},{"name":"DISPID_THIRDPARTYURLBLOCKED","features":[644]},{"name":"DISPID_TITLECHANGE","features":[644]},{"name":"DISPID_TITLEICONCHANGE","features":[644]},{"name":"DISPID_TRACKINGPROTECTIONENABLED","features":[644]},{"name":"DISPID_TVFLAGS","features":[644]},{"name":"DISPID_UNSELECTALL","features":[644]},{"name":"DISPID_UPDATEPAGESTATUS","features":[644]},{"name":"DISPID_UPDATETHUMBNAILBUTTON","features":[644]},{"name":"DISPID_VIEWUPDATE","features":[644]},{"name":"DISPID_WEBWORKERFINISHED","features":[644]},{"name":"DISPID_WEBWORKERSTARTED","features":[644]},{"name":"DISPID_WINDOWACTIVATE","features":[644]},{"name":"DISPID_WINDOWCLOSING","features":[644]},{"name":"DISPID_WINDOWMOVE","features":[644]},{"name":"DISPID_WINDOWREGISTERED","features":[644]},{"name":"DISPID_WINDOWRESIZE","features":[644]},{"name":"DISPID_WINDOWREVOKED","features":[644]},{"name":"DISPID_WINDOWSETHEIGHT","features":[644]},{"name":"DISPID_WINDOWSETLEFT","features":[644]},{"name":"DISPID_WINDOWSETRESIZABLE","features":[644]},{"name":"DISPID_WINDOWSETTOP","features":[644]},{"name":"DISPID_WINDOWSETWIDTH","features":[644]},{"name":"DISPID_WINDOWSTATECHANGED","features":[644]},{"name":"DecodeImage","features":[358,644]},{"name":"DecodeImageEx","features":[358,644]},{"name":"DitherTo8","features":[317,644]},{"name":"E_SURFACE_DISCARDED","features":[644]},{"name":"E_SURFACE_NODC","features":[644]},{"name":"E_SURFACE_NOSURFACE","features":[644]},{"name":"E_SURFACE_NOTMYDC","features":[644]},{"name":"E_SURFACE_NOTMYPOINTER","features":[644]},{"name":"E_SURFACE_UNKNOWN_FORMAT","features":[644]},{"name":"ExtensionValidationContextDynamic","features":[644]},{"name":"ExtensionValidationContextNone","features":[644]},{"name":"ExtensionValidationContextParsed","features":[644]},{"name":"ExtensionValidationContexts","features":[644]},{"name":"ExtensionValidationResultArrestPageLoad","features":[644]},{"name":"ExtensionValidationResultDoNotInstantiate","features":[644]},{"name":"ExtensionValidationResultNone","features":[644]},{"name":"ExtensionValidationResults","features":[644]},{"name":"FINDFRAME_FLAGS","features":[644]},{"name":"FINDFRAME_INTERNAL","features":[644]},{"name":"FINDFRAME_JUSTTESTEXISTENCE","features":[644]},{"name":"FINDFRAME_NONE","features":[644]},{"name":"FRAMEOPTIONS_BROWSERBAND","features":[644]},{"name":"FRAMEOPTIONS_DESKTOP","features":[644]},{"name":"FRAMEOPTIONS_FLAGS","features":[644]},{"name":"FRAMEOPTIONS_NO3DBORDER","features":[644]},{"name":"FRAMEOPTIONS_NORESIZE","features":[644]},{"name":"FRAMEOPTIONS_SCROLL_AUTO","features":[644]},{"name":"FRAMEOPTIONS_SCROLL_NO","features":[644]},{"name":"FRAMEOPTIONS_SCROLL_YES","features":[644]},{"name":"GetMaxMIMEIDBytes","features":[644]},{"name":"HomePage","features":[644]},{"name":"HomePageSetting","features":[644]},{"name":"IActiveXUIHandlerSite","features":[644]},{"name":"IActiveXUIHandlerSite2","features":[644]},{"name":"IActiveXUIHandlerSite3","features":[644]},{"name":"IAnchorClick","features":[358,644]},{"name":"IAudioSessionSite","features":[644]},{"name":"ICaretPositionProvider","features":[644]},{"name":"IDeviceRect","features":[358,644]},{"name":"IDithererImpl","features":[644]},{"name":"IDocObjectService","features":[644]},{"name":"IDownloadBehavior","features":[358,644]},{"name":"IDownloadManager","features":[644]},{"name":"IEAssociateThreadWithTab","features":[644]},{"name":"IECMDID_ARG_CLEAR_FORMS_ALL","features":[644]},{"name":"IECMDID_ARG_CLEAR_FORMS_ALL_BUT_PASSWORDS","features":[644]},{"name":"IECMDID_ARG_CLEAR_FORMS_PASSWORDS_ONLY","features":[644]},{"name":"IECMDID_BEFORENAVIGATE_DOEXTERNALBROWSE","features":[644]},{"name":"IECMDID_BEFORENAVIGATE_GETIDLIST","features":[644]},{"name":"IECMDID_BEFORENAVIGATE_GETSHELLBROWSE","features":[644]},{"name":"IECMDID_CLEAR_AUTOCOMPLETE_FOR_FORMS","features":[644]},{"name":"IECMDID_GET_INVOKE_DEFAULT_BROWSER_ON_NEW_WINDOW","features":[644]},{"name":"IECMDID_SETID_AUTOCOMPLETE_FOR_FORMS","features":[644]},{"name":"IECMDID_SET_INVOKE_DEFAULT_BROWSER_ON_NEW_WINDOW","features":[644]},{"name":"IECancelSaveFile","features":[305,644]},{"name":"IECreateDirectory","features":[305,309,644]},{"name":"IECreateFile","features":[305,309,644]},{"name":"IEDeleteFile","features":[305,644]},{"name":"IEDisassociateThreadWithTab","features":[644]},{"name":"IEFindFirstFile","features":[305,325,644]},{"name":"IEGetFileAttributesEx","features":[305,325,644]},{"name":"IEGetProcessModule_PROC_NAME","features":[644]},{"name":"IEGetProtectedModeCookie","features":[644]},{"name":"IEGetTabWindowExports_PROC_NAME","features":[644]},{"name":"IEGetWriteableFolderPath","features":[644]},{"name":"IEGetWriteableLowHKCU","features":[373,644]},{"name":"IEInPrivateFilteringEnabled","features":[305,644]},{"name":"IEIsInPrivateBrowsing","features":[305,644]},{"name":"IEIsProtectedModeProcess","features":[305,644]},{"name":"IEIsProtectedModeURL","features":[644]},{"name":"IELAUNCHOPTION_FLAGS","features":[644]},{"name":"IELAUNCHOPTION_FORCE_COMPAT","features":[644]},{"name":"IELAUNCHOPTION_FORCE_EDGE","features":[644]},{"name":"IELAUNCHOPTION_LOCK_ENGINE","features":[644]},{"name":"IELAUNCHOPTION_SCRIPTDEBUG","features":[644]},{"name":"IELAUNCHURLINFO","features":[644]},{"name":"IELaunchURL","features":[305,342,644]},{"name":"IEMoveFileEx","features":[305,644]},{"name":"IEPROCESS_MODULE_NAME","features":[644]},{"name":"IERefreshElevationPolicy","features":[644]},{"name":"IERegCreateKeyEx","features":[305,309,373,644]},{"name":"IERegSetValueEx","features":[644]},{"name":"IERegisterWritableRegistryKey","features":[305,644]},{"name":"IERegisterWritableRegistryValue","features":[644]},{"name":"IERemoveDirectory","features":[305,644]},{"name":"IESaveFile","features":[305,644]},{"name":"IESetProtectedModeCookie","features":[644]},{"name":"IEShowOpenFileDialog","features":[305,644]},{"name":"IEShowSaveFileDialog","features":[305,644]},{"name":"IETrackingProtectionEnabled","features":[305,644]},{"name":"IEUnregisterWritableRegistry","features":[644]},{"name":"IEWebDriverManager","features":[644]},{"name":"IE_USE_OE_MAIL_HKEY","features":[644]},{"name":"IE_USE_OE_MAIL_KEY","features":[644]},{"name":"IE_USE_OE_MAIL_VALUE","features":[644]},{"name":"IE_USE_OE_NEWS_HKEY","features":[644]},{"name":"IE_USE_OE_NEWS_KEY","features":[644]},{"name":"IE_USE_OE_NEWS_VALUE","features":[644]},{"name":"IE_USE_OE_PRESENT_HKEY","features":[644]},{"name":"IE_USE_OE_PRESENT_KEY","features":[644]},{"name":"IEnumManagerFrames","features":[644]},{"name":"IEnumOpenServiceActivity","features":[644]},{"name":"IEnumOpenServiceActivityCategory","features":[644]},{"name":"IEnumSTATURL","features":[644]},{"name":"IExtensionValidation","features":[644]},{"name":"IHTMLPersistData","features":[644]},{"name":"IHTMLPersistDataOM","features":[358,644]},{"name":"IHTMLUserDataOM","features":[358,644]},{"name":"IHeaderFooter","features":[358,644]},{"name":"IHeaderFooter2","features":[358,644]},{"name":"IHomePage","features":[358,644]},{"name":"IHomePageSetting","features":[644]},{"name":"IIEWebDriverManager","features":[358,644]},{"name":"IIEWebDriverSite","features":[358,644]},{"name":"IImageDecodeEventSink","features":[644]},{"name":"IImageDecodeEventSink2","features":[644]},{"name":"IImageDecodeFilter","features":[644]},{"name":"IIntelliForms","features":[358,644]},{"name":"IInternetExplorerManager","features":[644]},{"name":"IInternetExplorerManager2","features":[644]},{"name":"ILayoutRect","features":[358,644]},{"name":"IMGDECODE_EVENT_BEGINBITS","features":[644]},{"name":"IMGDECODE_EVENT_BITSCOMPLETE","features":[644]},{"name":"IMGDECODE_EVENT_PALETTE","features":[644]},{"name":"IMGDECODE_EVENT_PROGRESS","features":[644]},{"name":"IMGDECODE_EVENT_USEDDRAW","features":[644]},{"name":"IMGDECODE_HINT_BOTTOMUP","features":[644]},{"name":"IMGDECODE_HINT_FULLWIDTH","features":[644]},{"name":"IMGDECODE_HINT_TOPDOWN","features":[644]},{"name":"IMapMIMEToCLSID","features":[644]},{"name":"IMediaActivityNotifySite","features":[644]},{"name":"INTERNETEXPLORERCONFIGURATION","features":[644]},{"name":"INTERNETEXPLORERCONFIGURATION_HOST","features":[644]},{"name":"INTERNETEXPLORERCONFIGURATION_WEB_DRIVER","features":[644]},{"name":"INTERNETEXPLORERCONFIGURATION_WEB_DRIVER_EDGE","features":[644]},{"name":"IOpenService","features":[644]},{"name":"IOpenServiceActivity","features":[644]},{"name":"IOpenServiceActivityCategory","features":[644]},{"name":"IOpenServiceActivityInput","features":[644]},{"name":"IOpenServiceActivityManager","features":[644]},{"name":"IOpenServiceActivityOutputContext","features":[644]},{"name":"IOpenServiceManager","features":[644]},{"name":"IPeerFactory","features":[644]},{"name":"IPersistHistory","features":[358,644]},{"name":"IPrintTaskRequestFactory","features":[644]},{"name":"IPrintTaskRequestHandler","features":[644]},{"name":"IScrollableContextMenu","features":[644]},{"name":"IScrollableContextMenu2","features":[644]},{"name":"ISniffStream","features":[644]},{"name":"ISurfacePresenterFlip","features":[644]},{"name":"ISurfacePresenterFlip2","features":[644]},{"name":"ISurfacePresenterFlipBuffer","features":[644]},{"name":"ITargetContainer","features":[644]},{"name":"ITargetEmbedding","features":[644]},{"name":"ITargetFrame","features":[644]},{"name":"ITargetFrame2","features":[644]},{"name":"ITargetFramePriv","features":[644]},{"name":"ITargetFramePriv2","features":[644]},{"name":"ITargetNotify","features":[644]},{"name":"ITargetNotify2","features":[644]},{"name":"ITimer","features":[644]},{"name":"ITimerEx","features":[644]},{"name":"ITimerService","features":[644]},{"name":"ITimerSink","features":[644]},{"name":"ITridentTouchInput","features":[644]},{"name":"ITridentTouchInputSite","features":[644]},{"name":"IUrlHistoryNotify","features":[359,644]},{"name":"IUrlHistoryStg","features":[644]},{"name":"IUrlHistoryStg2","features":[644]},{"name":"IViewObjectPresentFlip","features":[644]},{"name":"IViewObjectPresentFlip2","features":[644]},{"name":"IViewObjectPresentFlipSite","features":[644]},{"name":"IViewObjectPresentFlipSite2","features":[644]},{"name":"IWebBrowserEventsService","features":[644]},{"name":"IWebBrowserEventsUrlService","features":[644]},{"name":"IdentifyMIMEType","features":[644]},{"name":"IntelliForms","features":[644]},{"name":"InternetExplorerManager","features":[644]},{"name":"Iwfolders","features":[358,644]},{"name":"LINKSBAND","features":[644]},{"name":"MAPMIME_CLSID","features":[644]},{"name":"MAPMIME_DEFAULT","features":[644]},{"name":"MAPMIME_DEFAULT_ALWAYS","features":[644]},{"name":"MAPMIME_DISABLE","features":[644]},{"name":"MAX_SEARCH_FORMAT_STRING","features":[644]},{"name":"MEDIA_ACTIVITY_NOTIFY_TYPE","features":[644]},{"name":"MediaCasting","features":[644]},{"name":"MediaPlayback","features":[644]},{"name":"MediaRecording","features":[644]},{"name":"NAVIGATEDATA","features":[644]},{"name":"NAVIGATEFRAME_FLAGS","features":[644]},{"name":"NAVIGATEFRAME_FL_AUTH_FAIL_CACHE_OK","features":[644]},{"name":"NAVIGATEFRAME_FL_NO_DOC_CACHE","features":[644]},{"name":"NAVIGATEFRAME_FL_NO_IMAGE_CACHE","features":[644]},{"name":"NAVIGATEFRAME_FL_POST","features":[644]},{"name":"NAVIGATEFRAME_FL_REALLY_SENDING_FROM_FORM","features":[644]},{"name":"NAVIGATEFRAME_FL_RECORD","features":[644]},{"name":"NAVIGATEFRAME_FL_SENDING_FROM_FORM","features":[644]},{"name":"OS_E_CANCELLED","features":[644]},{"name":"OS_E_GPDISABLED","features":[644]},{"name":"OS_E_NOTFOUND","features":[644]},{"name":"OS_E_NOTSUPPORTED","features":[644]},{"name":"OpenServiceActivityContentType","features":[644]},{"name":"OpenServiceActivityManager","features":[644]},{"name":"OpenServiceErrors","features":[644]},{"name":"OpenServiceManager","features":[644]},{"name":"PeerFactory","features":[644]},{"name":"REGSTRA_VAL_STARTPAGE","features":[644]},{"name":"REGSTR_PATH_CURRENT","features":[644]},{"name":"REGSTR_PATH_DEFAULT","features":[644]},{"name":"REGSTR_PATH_INETCPL_RESTRICTIONS","features":[644]},{"name":"REGSTR_PATH_MIME_DATABASE","features":[644]},{"name":"REGSTR_PATH_REMOTEACCESS","features":[644]},{"name":"REGSTR_PATH_REMOTEACESS","features":[644]},{"name":"REGSTR_SHIFTQUICKSUFFIX","features":[644]},{"name":"REGSTR_VAL_ACCEPT_LANGUAGE","features":[644]},{"name":"REGSTR_VAL_ACCESSMEDIUM","features":[644]},{"name":"REGSTR_VAL_ACCESSTYPE","features":[644]},{"name":"REGSTR_VAL_ALIASTO","features":[644]},{"name":"REGSTR_VAL_ANCHORCOLOR","features":[644]},{"name":"REGSTR_VAL_ANCHORCOLORHOVER","features":[644]},{"name":"REGSTR_VAL_ANCHORCOLORVISITED","features":[644]},{"name":"REGSTR_VAL_ANCHORUNDERLINE","features":[644]},{"name":"REGSTR_VAL_AUTODETECT","features":[644]},{"name":"REGSTR_VAL_AUTODIALDLLNAME","features":[644]},{"name":"REGSTR_VAL_AUTODIALFCNNAME","features":[644]},{"name":"REGSTR_VAL_AUTODIAL_MONITORCLASSNAME","features":[644]},{"name":"REGSTR_VAL_AUTODIAL_TRYONLYONCE","features":[644]},{"name":"REGSTR_VAL_AUTONAVIGATE","features":[644]},{"name":"REGSTR_VAL_AUTOSEARCH","features":[644]},{"name":"REGSTR_VAL_BACKBITMAP","features":[644]},{"name":"REGSTR_VAL_BACKGROUNDCOLOR","features":[644]},{"name":"REGSTR_VAL_BODYCHARSET","features":[644]},{"name":"REGSTR_VAL_BYPASSAUTOCONFIG","features":[644]},{"name":"REGSTR_VAL_CACHEPREFIX","features":[644]},{"name":"REGSTR_VAL_CHECKASSOC","features":[644]},{"name":"REGSTR_VAL_CODEDOWNLOAD","features":[644]},{"name":"REGSTR_VAL_CODEDOWNLOAD_DEF","features":[644]},{"name":"REGSTR_VAL_CODEPAGE","features":[644]},{"name":"REGSTR_VAL_COVEREXCLUDE","features":[644]},{"name":"REGSTR_VAL_DAYSTOKEEP","features":[644]},{"name":"REGSTR_VAL_DEFAULT_CODEPAGE","features":[644]},{"name":"REGSTR_VAL_DEFAULT_SCRIPT","features":[644]},{"name":"REGSTR_VAL_DEF_ENCODING","features":[644]},{"name":"REGSTR_VAL_DEF_INETENCODING","features":[644]},{"name":"REGSTR_VAL_DESCRIPTION","features":[644]},{"name":"REGSTR_VAL_DIRECTORY","features":[644]},{"name":"REGSTR_VAL_DISCONNECTIDLETIME","features":[644]},{"name":"REGSTR_VAL_ENABLEAUTODIAL","features":[644]},{"name":"REGSTR_VAL_ENABLEAUTODIALDISCONNECT","features":[644]},{"name":"REGSTR_VAL_ENABLEAUTODISCONNECT","features":[644]},{"name":"REGSTR_VAL_ENABLEEXITDISCONNECT","features":[644]},{"name":"REGSTR_VAL_ENABLESECURITYCHECK","features":[644]},{"name":"REGSTR_VAL_ENABLEUNATTENDED","features":[644]},{"name":"REGSTR_VAL_ENCODENAME","features":[644]},{"name":"REGSTR_VAL_FAMILY","features":[644]},{"name":"REGSTR_VAL_FIXEDWIDTHFONT","features":[644]},{"name":"REGSTR_VAL_FIXED_FONT","features":[644]},{"name":"REGSTR_VAL_FONT_SCRIPT","features":[644]},{"name":"REGSTR_VAL_FONT_SCRIPTS","features":[644]},{"name":"REGSTR_VAL_FONT_SCRIPT_NAME","features":[644]},{"name":"REGSTR_VAL_FONT_SIZE","features":[644]},{"name":"REGSTR_VAL_FONT_SIZE_DEF","features":[644]},{"name":"REGSTR_VAL_HEADERCHARSET","features":[644]},{"name":"REGSTR_VAL_HTTP_ERRORS","features":[644]},{"name":"REGSTR_VAL_IE_CUSTOMCOLORS","features":[644]},{"name":"REGSTR_VAL_INETCPL_ADVANCEDTAB","features":[644]},{"name":"REGSTR_VAL_INETCPL_CONNECTIONSTAB","features":[644]},{"name":"REGSTR_VAL_INETCPL_CONTENTTAB","features":[644]},{"name":"REGSTR_VAL_INETCPL_GENERALTAB","features":[644]},{"name":"REGSTR_VAL_INETCPL_IEAK","features":[644]},{"name":"REGSTR_VAL_INETCPL_PRIVACYTAB","features":[644]},{"name":"REGSTR_VAL_INETCPL_PROGRAMSTAB","features":[644]},{"name":"REGSTR_VAL_INETCPL_SECURITYTAB","features":[644]},{"name":"REGSTR_VAL_INETENCODING","features":[644]},{"name":"REGSTR_VAL_INTERNETENTRY","features":[644]},{"name":"REGSTR_VAL_INTERNETENTRYBKUP","features":[644]},{"name":"REGSTR_VAL_INTERNETPROFILE","features":[644]},{"name":"REGSTR_VAL_JAVAJIT","features":[644]},{"name":"REGSTR_VAL_JAVAJIT_DEF","features":[644]},{"name":"REGSTR_VAL_JAVALOGGING","features":[644]},{"name":"REGSTR_VAL_JAVALOGGING_DEF","features":[644]},{"name":"REGSTR_VAL_LEVEL","features":[644]},{"name":"REGSTR_VAL_LOADIMAGES","features":[644]},{"name":"REGSTR_VAL_LOCALPAGE","features":[644]},{"name":"REGSTR_VAL_MOSDISCONNECT","features":[644]},{"name":"REGSTR_VAL_NEWDIRECTORY","features":[644]},{"name":"REGSTR_VAL_NONETAUTODIAL","features":[644]},{"name":"REGSTR_VAL_PLAYSOUNDS","features":[644]},{"name":"REGSTR_VAL_PLAYVIDEOS","features":[644]},{"name":"REGSTR_VAL_PRIVCONVERTER","features":[644]},{"name":"REGSTR_VAL_PROPORTIONALFONT","features":[644]},{"name":"REGSTR_VAL_PROP_FONT","features":[644]},{"name":"REGSTR_VAL_PROXYENABLE","features":[644]},{"name":"REGSTR_VAL_PROXYOVERRIDE","features":[644]},{"name":"REGSTR_VAL_PROXYSERVER","features":[644]},{"name":"REGSTR_VAL_REDIALATTEMPTS","features":[644]},{"name":"REGSTR_VAL_REDIALINTERVAL","features":[644]},{"name":"REGSTR_VAL_RNAINSTALLED","features":[644]},{"name":"REGSTR_VAL_SAFETYWARNINGLEVEL","features":[644]},{"name":"REGSTR_VAL_SCHANNELENABLEPROTOCOL","features":[644]},{"name":"REGSTR_VAL_SCHANNELENABLEPROTOCOL_DEF","features":[644]},{"name":"REGSTR_VAL_SCRIPT_FIXED_FONT","features":[644]},{"name":"REGSTR_VAL_SCRIPT_PROP_FONT","features":[644]},{"name":"REGSTR_VAL_SEARCHPAGE","features":[644]},{"name":"REGSTR_VAL_SECURITYACTICEXSCRIPTS","features":[644]},{"name":"REGSTR_VAL_SECURITYACTICEXSCRIPTS_DEF","features":[644]},{"name":"REGSTR_VAL_SECURITYACTIVEX","features":[644]},{"name":"REGSTR_VAL_SECURITYACTIVEX_DEF","features":[644]},{"name":"REGSTR_VAL_SECURITYALLOWCOOKIES","features":[644]},{"name":"REGSTR_VAL_SECURITYALLOWCOOKIES_DEF","features":[644]},{"name":"REGSTR_VAL_SECURITYDISABLECACHINGOFSSLPAGES","features":[644]},{"name":"REGSTR_VAL_SECURITYDISABLECACHINGOFSSLPAGES_DEF","features":[644]},{"name":"REGSTR_VAL_SECURITYJAVA","features":[644]},{"name":"REGSTR_VAL_SECURITYJAVA_DEF","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTSENDING","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTSENDING_DEF","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTVIEWING","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONBADCERTVIEWING_DEF","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONSEND","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONSENDALWAYS","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONSENDALWAYS_DEF","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONSEND_DEF","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONVIEW","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONVIEW_DEF","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONZONECROSSING","features":[644]},{"name":"REGSTR_VAL_SECURITYWARNONZONECROSSING_DEF","features":[644]},{"name":"REGSTR_VAL_SHOWADDRESSBAR","features":[644]},{"name":"REGSTR_VAL_SHOWFOCUS","features":[644]},{"name":"REGSTR_VAL_SHOWFOCUS_DEF","features":[644]},{"name":"REGSTR_VAL_SHOWFULLURLS","features":[644]},{"name":"REGSTR_VAL_SHOWTOOLBAR","features":[644]},{"name":"REGSTR_VAL_SMOOTHSCROLL","features":[644]},{"name":"REGSTR_VAL_SMOOTHSCROLL_DEF","features":[644]},{"name":"REGSTR_VAL_STARTPAGE","features":[644]},{"name":"REGSTR_VAL_TEXTCOLOR","features":[644]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_HIGH","features":[644]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_LOW","features":[644]},{"name":"REGSTR_VAL_TRUSTWARNINGLEVEL_MED","features":[644]},{"name":"REGSTR_VAL_USEAUTOAPPEND","features":[644]},{"name":"REGSTR_VAL_USEAUTOCOMPLETE","features":[644]},{"name":"REGSTR_VAL_USEAUTOSUGGEST","features":[644]},{"name":"REGSTR_VAL_USEDLGCOLORS","features":[644]},{"name":"REGSTR_VAL_USEHOVERCOLOR","features":[644]},{"name":"REGSTR_VAL_USEIBAR","features":[644]},{"name":"REGSTR_VAL_USEICM","features":[644]},{"name":"REGSTR_VAL_USEICM_DEF","features":[644]},{"name":"REGSTR_VAL_USERAGENT","features":[644]},{"name":"REGSTR_VAL_USESTYLESHEETS","features":[644]},{"name":"REGSTR_VAL_USESTYLESHEETS_DEF","features":[644]},{"name":"REGSTR_VAL_VISIBLEBANDS","features":[644]},{"name":"REGSTR_VAL_VISIBLEBANDS_DEF","features":[644]},{"name":"REGSTR_VAL_WEBCHARSET","features":[644]},{"name":"RatingAccessDeniedDialog","features":[305,644]},{"name":"RatingAccessDeniedDialog2","features":[305,644]},{"name":"RatingAccessDeniedDialog2W","features":[305,644]},{"name":"RatingAccessDeniedDialogW","features":[305,644]},{"name":"RatingAddToApprovedSites","features":[305,644]},{"name":"RatingCheckUserAccess","features":[644]},{"name":"RatingCheckUserAccessW","features":[644]},{"name":"RatingClickedOnPRFInternal","features":[305,644]},{"name":"RatingClickedOnRATInternal","features":[305,644]},{"name":"RatingEnable","features":[305,644]},{"name":"RatingEnableW","features":[305,644]},{"name":"RatingEnabledQuery","features":[644]},{"name":"RatingFreeDetails","features":[644]},{"name":"RatingInit","features":[644]},{"name":"RatingObtainCancel","features":[305,644]},{"name":"RatingObtainQuery","features":[305,644]},{"name":"RatingObtainQueryW","features":[305,644]},{"name":"RatingSetupUI","features":[305,644]},{"name":"RatingSetupUIW","features":[305,644]},{"name":"SCMP_BOTTOM","features":[644]},{"name":"SCMP_FULL","features":[644]},{"name":"SCMP_LEFT","features":[644]},{"name":"SCMP_RIGHT","features":[644]},{"name":"SCMP_TOP","features":[644]},{"name":"SCROLLABLECONTEXTMENU_PLACEMENT","features":[644]},{"name":"STATURL","features":[305,644]},{"name":"STATURLFLAG_ISCACHED","features":[644]},{"name":"STATURLFLAG_ISTOPLEVEL","features":[644]},{"name":"STATURL_QUERYFLAG_ISCACHED","features":[644]},{"name":"STATURL_QUERYFLAG_NOTITLE","features":[644]},{"name":"STATURL_QUERYFLAG_NOURL","features":[644]},{"name":"STATURL_QUERYFLAG_TOPLEVEL","features":[644]},{"name":"SURFACE_LOCK_ALLOW_DISCARD","features":[644]},{"name":"SURFACE_LOCK_EXCLUSIVE","features":[644]},{"name":"SURFACE_LOCK_WAIT","features":[644]},{"name":"SZBACKBITMAP","features":[644]},{"name":"SZJAVAVMPATH","features":[644]},{"name":"SZNOTEXT","features":[644]},{"name":"SZTOOLBAR","features":[644]},{"name":"SZTRUSTWARNLEVEL","features":[644]},{"name":"SZVISIBLE","features":[644]},{"name":"SZ_IE_DEFAULT_HTML_EDITOR","features":[644]},{"name":"SZ_IE_IBAR","features":[644]},{"name":"SZ_IE_IBAR_BANDS","features":[644]},{"name":"SZ_IE_MAIN","features":[644]},{"name":"SZ_IE_SEARCHSTRINGS","features":[644]},{"name":"SZ_IE_SECURITY","features":[644]},{"name":"SZ_IE_SETTINGS","features":[644]},{"name":"SZ_IE_THRESHOLDS","features":[644]},{"name":"S_SURFACE_DISCARDED","features":[644]},{"name":"SniffStream","features":[358,644]},{"name":"TARGET_NOTIFY_OBJECT_NAME","features":[644]},{"name":"TF_NAVIGATE","features":[644]},{"name":"TIMERMODE_NORMAL","features":[644]},{"name":"TIMERMODE_VISIBILITYAWARE","features":[644]},{"name":"TOOLSBAND","features":[644]},{"name":"TSZCALENDARPROTOCOL","features":[644]},{"name":"TSZCALLTOPROTOCOL","features":[644]},{"name":"TSZINTERNETCLIENTSPATH","features":[644]},{"name":"TSZLDAPPROTOCOL","features":[644]},{"name":"TSZMAILTOPROTOCOL","features":[644]},{"name":"TSZMICROSOFTPATH","features":[644]},{"name":"TSZNEWSPROTOCOL","features":[644]},{"name":"TSZPROTOCOLSPATH","features":[644]},{"name":"TSZSCHANNELPATH","features":[644]},{"name":"TSZVSOURCEPROTOCOL","features":[644]},{"name":"msodsvFailed","features":[644]},{"name":"msodsvLowSecurityLevel","features":[644]},{"name":"msodsvNoMacros","features":[644]},{"name":"msodsvPassedTrusted","features":[644]},{"name":"msodsvPassedTrustedCert","features":[644]},{"name":"msodsvUnsigned","features":[644]},{"name":"msoedmDisable","features":[644]},{"name":"msoedmDontOpen","features":[644]},{"name":"msoedmEnable","features":[644]},{"name":"msoslHigh","features":[644]},{"name":"msoslMedium","features":[644]},{"name":"msoslNone","features":[644]},{"name":"msoslUndefined","features":[644]},{"name":"wfolders","features":[644]}]}} \ No newline at end of file diff --git a/crates/libs/windows/src/Windows/ApplicationModel/Calls/mod.rs b/crates/libs/windows/src/Windows/ApplicationModel/Calls/mod.rs index 8ccc9501cd..70cad3accf 100644 --- a/crates/libs/windows/src/Windows/ApplicationModel/Calls/mod.rs +++ b/crates/libs/windows/src/Windows/ApplicationModel/Calls/mod.rs @@ -2,6 +2,74 @@ pub mod Background; #[cfg(feature = "ApplicationModel_Calls_Provider")] pub mod Provider; +windows_core::imp::define_interface!(IAcceptedVoipPhoneCallOptions, IAcceptedVoipPhoneCallOptions_Vtbl, 0xe519c726_b86f_5add_8ae2_0f46acd9232d); +impl windows_core::RuntimeType for IAcceptedVoipPhoneCallOptions { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IAcceptedVoipPhoneCallOptions_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub Context: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContext: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ContactName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContactName: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ContactNumber: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContactNumber: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ServiceName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetServiceName: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub Media: unsafe extern "system" fn(*mut core::ffi::c_void, *mut VoipPhoneCallMedia) -> windows_core::HRESULT, + pub SetMedia: unsafe extern "system" fn(*mut core::ffi::c_void, VoipPhoneCallMedia) -> windows_core::HRESULT, + #[cfg(feature = "Foundation_Collections")] + pub AssociatedDeviceIds: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + AssociatedDeviceIds: usize, +} +windows_core::imp::define_interface!(IAcceptedVoipPhoneCallOptionsFactory, IAcceptedVoipPhoneCallOptionsFactory_Vtbl, 0x6cf8a79b_acc1_54ce_a75d_cc78d17690c8); +impl windows_core::RuntimeType for IAcceptedVoipPhoneCallOptionsFactory { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IAcceptedVoipPhoneCallOptionsFactory_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + #[cfg(feature = "Foundation_Collections")] + pub CreateInstance: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + CreateInstance: usize, +} +windows_core::imp::define_interface!(IAppInitiatedVoipPhoneCallOptions, IAppInitiatedVoipPhoneCallOptions_Vtbl, 0x86bebf63_ff5a_57fd_84c6_2d2cf18302f8); +impl windows_core::RuntimeType for IAppInitiatedVoipPhoneCallOptions { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IAppInitiatedVoipPhoneCallOptions_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub Context: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContext: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ContactName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContactName: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ContactNumber: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContactNumber: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ServiceName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetServiceName: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub Media: unsafe extern "system" fn(*mut core::ffi::c_void, *mut VoipPhoneCallMedia) -> windows_core::HRESULT, + pub SetMedia: unsafe extern "system" fn(*mut core::ffi::c_void, VoipPhoneCallMedia) -> windows_core::HRESULT, + #[cfg(feature = "Foundation_Collections")] + pub AssociatedDeviceIds: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + AssociatedDeviceIds: usize, +} +windows_core::imp::define_interface!(IAppInitiatedVoipPhoneCallOptionsFactory, IAppInitiatedVoipPhoneCallOptionsFactory_Vtbl, 0xca46c30c_f779_5f3b_8ebc_a635e7f652b5); +impl windows_core::RuntimeType for IAppInitiatedVoipPhoneCallOptionsFactory { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IAppInitiatedVoipPhoneCallOptionsFactory_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + #[cfg(feature = "Foundation_Collections")] + pub CreateInstance: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + CreateInstance: usize, +} windows_core::imp::define_interface!(ICallAnswerEventArgs, ICallAnswerEventArgs_Vtbl, 0xfd789617_2dd7_4c8c_b2bd_95d17a5bb733); impl windows_core::RuntimeType for ICallAnswerEventArgs { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -11,6 +79,15 @@ pub struct ICallAnswerEventArgs_Vtbl { pub base__: windows_core::IInspectable_Vtbl, pub AcceptedMedia: unsafe extern "system" fn(*mut core::ffi::c_void, *mut VoipPhoneCallMedia) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(ICallAnswerEventArgs2, ICallAnswerEventArgs2_Vtbl, 0x408208f7_c3f7_579a_800d_541082cba051); +impl windows_core::RuntimeType for ICallAnswerEventArgs2 { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct ICallAnswerEventArgs2_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub SourceDeviceId: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, +} windows_core::imp::define_interface!(ICallRejectEventArgs, ICallRejectEventArgs_Vtbl, 0xda47fad7_13d4_4d92_a1c2_b77811ee37ec); impl windows_core::RuntimeType for ICallRejectEventArgs { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -29,6 +106,52 @@ pub struct ICallStateChangeEventArgs_Vtbl { pub base__: windows_core::IInspectable_Vtbl, pub State: unsafe extern "system" fn(*mut core::ffi::c_void, *mut VoipPhoneCallState) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(IIncomingVoipPhoneCallOptions, IIncomingVoipPhoneCallOptions_Vtbl, 0x4379fcd6_ddd0_5e9b_81d8_5110495764ae); +impl windows_core::RuntimeType for IIncomingVoipPhoneCallOptions { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IIncomingVoipPhoneCallOptions_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub Context: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContext: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ContactName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContactName: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ContactNumber: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContactNumber: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ContactImage: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub SetContactImage: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, + pub ServiceName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetServiceName: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub BrandingImage: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub SetBrandingImage: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, + pub CallDetails: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetCallDetails: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub Ringtone: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub SetRingtone: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, + pub Media: unsafe extern "system" fn(*mut core::ffi::c_void, *mut VoipPhoneCallMedia) -> windows_core::HRESULT, + pub SetMedia: unsafe extern "system" fn(*mut core::ffi::c_void, VoipPhoneCallMedia) -> windows_core::HRESULT, + pub RingTimeout: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::TimeSpan) -> windows_core::HRESULT, + pub SetRingTimeout: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::TimeSpan) -> windows_core::HRESULT, + pub ContactRemoteId: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContactRemoteId: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(feature = "Foundation_Collections")] + pub AssociatedDeviceIds: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + AssociatedDeviceIds: usize, +} +windows_core::imp::define_interface!(IIncomingVoipPhoneCallOptionsFactory, IIncomingVoipPhoneCallOptionsFactory_Vtbl, 0x74062de4_08f0_5649_bd80_89ea87185c78); +impl windows_core::RuntimeType for IIncomingVoipPhoneCallOptionsFactory { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IIncomingVoipPhoneCallOptionsFactory_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + #[cfg(feature = "Foundation_Collections")] + pub CreateInstance: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + CreateInstance: usize, +} windows_core::imp::define_interface!(ILockScreenCallEndCallDeferral, ILockScreenCallEndCallDeferral_Vtbl, 0x2dd7ed0d_98ed_4041_9632_50ff812b773f); impl windows_core::RuntimeType for ILockScreenCallEndCallDeferral { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -72,6 +195,38 @@ pub struct IMuteChangeEventArgs_Vtbl { pub base__: windows_core::IInspectable_Vtbl, pub Muted: unsafe extern "system" fn(*mut core::ffi::c_void, *mut bool) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(IOutgoingVoipPhoneCallOptions, IOutgoingVoipPhoneCallOptions_Vtbl, 0xd6c59b57_57be_524f_9dc1_f2c12e5d1bcc); +impl windows_core::RuntimeType for IOutgoingVoipPhoneCallOptions { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IOutgoingVoipPhoneCallOptions_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub Context: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContext: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ContactName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetContactName: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub ServiceName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetServiceName: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub Media: unsafe extern "system" fn(*mut core::ffi::c_void, *mut VoipPhoneCallMedia) -> windows_core::HRESULT, + pub SetMedia: unsafe extern "system" fn(*mut core::ffi::c_void, VoipPhoneCallMedia) -> windows_core::HRESULT, + #[cfg(feature = "Foundation_Collections")] + pub AssociatedDeviceIds: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + AssociatedDeviceIds: usize, +} +windows_core::imp::define_interface!(IOutgoingVoipPhoneCallOptionsFactory, IOutgoingVoipPhoneCallOptionsFactory_Vtbl, 0x2ea2c6f4_0b7a_5789_9d33_fe3271fdefa8); +impl windows_core::RuntimeType for IOutgoingVoipPhoneCallOptionsFactory { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IOutgoingVoipPhoneCallOptionsFactory_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + #[cfg(feature = "Foundation_Collections")] + pub CreateInstance: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + CreateInstance: usize, +} windows_core::imp::define_interface!(IPhoneCall, IPhoneCall_Vtbl, 0xc14ed0f8_c17d_59d2_9628_66e545b6cd21); impl windows_core::RuntimeType for IPhoneCall { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -644,6 +799,18 @@ pub struct IVoipCallCoordinator4_Vtbl { pub base__: windows_core::IInspectable_Vtbl, pub ReserveOneProcessCallResourcesAsync: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(IVoipCallCoordinator5, IVoipCallCoordinator5_Vtbl, 0xd4f79017_d1c1_5820_955e_7a1676355d00); +impl windows_core::RuntimeType for IVoipCallCoordinator5 { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IVoipCallCoordinator5_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub RequestNewIncomingCallWithOptions: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub RequestNewOutgoingCallWithOptions: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub SetupNewAcceptedCallWithOptions: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub RequestNewAppInitiatedCallWithOptions: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, +} windows_core::imp::define_interface!(IVoipCallCoordinatorStatics, IVoipCallCoordinatorStatics_Vtbl, 0x7f5d1f2b_e04a_4d10_b31a_a55c922cc2fb); impl windows_core::RuntimeType for IVoipCallCoordinatorStatics { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -653,6 +820,16 @@ pub struct IVoipCallCoordinatorStatics_Vtbl { pub base__: windows_core::IInspectable_Vtbl, pub GetDefault: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(IVoipCallCoordinatorStatics2, IVoipCallCoordinatorStatics2_Vtbl, 0xb8d0288b_01ea_5478_8404_a1fb06f2b83b); +impl windows_core::RuntimeType for IVoipCallCoordinatorStatics2 { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IVoipCallCoordinatorStatics2_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub IsCallControlDeviceKindSupportedForAssociation: unsafe extern "system" fn(*mut core::ffi::c_void, VoipCallControlDeviceKind, *mut bool) -> windows_core::HRESULT, + pub GetDeviceSelectorForCallControl: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, +} windows_core::imp::define_interface!(IVoipPhoneCall, IVoipPhoneCall_Vtbl, 0x6cf1f19a_7794_4a5a_8c68_ae87947a6990); impl windows_core::RuntimeType for IVoipPhoneCall { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -699,6 +876,233 @@ pub struct IVoipPhoneCall3_Vtbl { pub base__: windows_core::IInspectable_Vtbl, pub NotifyCallAccepted: unsafe extern "system" fn(*mut core::ffi::c_void, VoipPhoneCallMedia) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(IVoipPhoneCall4, IVoipPhoneCall4_Vtbl, 0xeba66290_ad6d_5899_bdda_81bfe9f999a1); +impl windows_core::RuntimeType for IVoipPhoneCall4 { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IVoipPhoneCall4_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub IsUsingAssociatedDevicesList: unsafe extern "system" fn(*mut core::ffi::c_void, *mut bool) -> windows_core::HRESULT, + #[cfg(feature = "Foundation_Collections")] + pub NotifyCallActiveOnDevices: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + NotifyCallActiveOnDevices: usize, + pub AddAssociatedCallControlDevice: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + pub RemoveAssociatedCallControlDevice: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(feature = "Foundation_Collections")] + pub SetAssociatedCallControlDevices: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + SetAssociatedCallControlDevices: usize, + #[cfg(feature = "Foundation_Collections")] + pub GetAssociatedCallControlDevices: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + GetAssociatedCallControlDevices: usize, +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Debug, Clone)] +pub struct AcceptedVoipPhoneCallOptions(windows_core::IUnknown); +windows_core::imp::interface_hierarchy!(AcceptedVoipPhoneCallOptions, windows_core::IUnknown, windows_core::IInspectable); +impl AcceptedVoipPhoneCallOptions { + pub fn new() -> windows_core::Result { + Self::IActivationFactory(|f| f.ActivateInstance::()) + } + fn IActivationFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } + pub fn Context(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Context)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContext(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContext)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ContactName(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ContactName)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContactName(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContactName)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ContactNumber(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ContactNumber)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContactNumber(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContactNumber)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ServiceName(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ServiceName)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetServiceName(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetServiceName)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn Media(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Media)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetMedia(&self, value: VoipPhoneCallMedia) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetMedia)(windows_core::Interface::as_raw(this), value).ok() } + } + #[cfg(feature = "Foundation_Collections")] + pub fn AssociatedDeviceIds(&self) -> windows_core::Result> { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).AssociatedDeviceIds)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + #[cfg(feature = "Foundation_Collections")] + pub fn CreateInstance(associateddeviceids: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + Self::IAcceptedVoipPhoneCallOptionsFactory(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).CreateInstance)(windows_core::Interface::as_raw(this), associateddeviceids.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + }) + } + fn IAcceptedVoipPhoneCallOptionsFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } +} +impl windows_core::RuntimeType for AcceptedVoipPhoneCallOptions { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); +} +unsafe impl windows_core::Interface for AcceptedVoipPhoneCallOptions { + type Vtable = IAcceptedVoipPhoneCallOptions_Vtbl; + const IID: windows_core::GUID = ::IID; +} +impl windows_core::RuntimeName for AcceptedVoipPhoneCallOptions { + const NAME: &'static str = "Windows.ApplicationModel.Calls.AcceptedVoipPhoneCallOptions"; +} +unsafe impl Send for AcceptedVoipPhoneCallOptions {} +unsafe impl Sync for AcceptedVoipPhoneCallOptions {} +#[repr(transparent)] +#[derive(PartialEq, Eq, Debug, Clone)] +pub struct AppInitiatedVoipPhoneCallOptions(windows_core::IUnknown); +windows_core::imp::interface_hierarchy!(AppInitiatedVoipPhoneCallOptions, windows_core::IUnknown, windows_core::IInspectable); +impl AppInitiatedVoipPhoneCallOptions { + pub fn new() -> windows_core::Result { + Self::IActivationFactory(|f| f.ActivateInstance::()) + } + fn IActivationFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } + pub fn Context(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Context)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContext(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContext)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ContactName(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ContactName)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContactName(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContactName)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ContactNumber(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ContactNumber)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContactNumber(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContactNumber)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ServiceName(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ServiceName)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetServiceName(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetServiceName)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn Media(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Media)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetMedia(&self, value: VoipPhoneCallMedia) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetMedia)(windows_core::Interface::as_raw(this), value).ok() } + } + #[cfg(feature = "Foundation_Collections")] + pub fn AssociatedDeviceIds(&self) -> windows_core::Result> { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).AssociatedDeviceIds)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + #[cfg(feature = "Foundation_Collections")] + pub fn CreateInstance(associateddeviceids: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + Self::IAppInitiatedVoipPhoneCallOptionsFactory(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).CreateInstance)(windows_core::Interface::as_raw(this), associateddeviceids.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + }) + } + fn IAppInitiatedVoipPhoneCallOptionsFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } +} +impl windows_core::RuntimeType for AppInitiatedVoipPhoneCallOptions { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); +} +unsafe impl windows_core::Interface for AppInitiatedVoipPhoneCallOptions { + type Vtable = IAppInitiatedVoipPhoneCallOptions_Vtbl; + const IID: windows_core::GUID = ::IID; +} +impl windows_core::RuntimeName for AppInitiatedVoipPhoneCallOptions { + const NAME: &'static str = "Windows.ApplicationModel.Calls.AppInitiatedVoipPhoneCallOptions"; +} +unsafe impl Send for AppInitiatedVoipPhoneCallOptions {} +unsafe impl Sync for AppInitiatedVoipPhoneCallOptions {} #[repr(transparent)] #[derive(PartialEq, Eq, Debug, Clone)] pub struct CallAnswerEventArgs(windows_core::IUnknown); @@ -711,6 +1115,13 @@ impl CallAnswerEventArgs { (windows_core::Interface::vtable(this).AcceptedMedia)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) } } + pub fn SourceDeviceId(&self) -> windows_core::Result { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).SourceDeviceId)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } } impl windows_core::RuntimeType for CallAnswerEventArgs { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); @@ -776,6 +1187,183 @@ unsafe impl Send for CallStateChangeEventArgs {} unsafe impl Sync for CallStateChangeEventArgs {} #[repr(transparent)] #[derive(PartialEq, Eq, Debug, Clone)] +pub struct IncomingVoipPhoneCallOptions(windows_core::IUnknown); +windows_core::imp::interface_hierarchy!(IncomingVoipPhoneCallOptions, windows_core::IUnknown, windows_core::IInspectable); +impl IncomingVoipPhoneCallOptions { + pub fn new() -> windows_core::Result { + Self::IActivationFactory(|f| f.ActivateInstance::()) + } + fn IActivationFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } + pub fn Context(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Context)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContext(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContext)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ContactName(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ContactName)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContactName(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContactName)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ContactNumber(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ContactNumber)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContactNumber(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContactNumber)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ContactImage(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ContactImage)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContactImage(&self, value: P0) -> windows_core::Result<()> + where + P0: windows_core::Param, + { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContactImage)(windows_core::Interface::as_raw(this), value.param().abi()).ok() } + } + pub fn ServiceName(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ServiceName)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetServiceName(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetServiceName)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn BrandingImage(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).BrandingImage)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetBrandingImage(&self, value: P0) -> windows_core::Result<()> + where + P0: windows_core::Param, + { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetBrandingImage)(windows_core::Interface::as_raw(this), value.param().abi()).ok() } + } + pub fn CallDetails(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).CallDetails)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetCallDetails(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetCallDetails)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn Ringtone(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Ringtone)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetRingtone(&self, value: P0) -> windows_core::Result<()> + where + P0: windows_core::Param, + { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetRingtone)(windows_core::Interface::as_raw(this), value.param().abi()).ok() } + } + pub fn Media(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Media)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetMedia(&self, value: VoipPhoneCallMedia) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetMedia)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn RingTimeout(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).RingTimeout)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetRingTimeout(&self, value: super::super::Foundation::TimeSpan) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetRingTimeout)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn ContactRemoteId(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ContactRemoteId)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContactRemoteId(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContactRemoteId)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + #[cfg(feature = "Foundation_Collections")] + pub fn AssociatedDeviceIds(&self) -> windows_core::Result> { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).AssociatedDeviceIds)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + #[cfg(feature = "Foundation_Collections")] + pub fn CreateInstance(associateddeviceids: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + Self::IIncomingVoipPhoneCallOptionsFactory(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).CreateInstance)(windows_core::Interface::as_raw(this), associateddeviceids.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + }) + } + fn IIncomingVoipPhoneCallOptionsFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } +} +impl windows_core::RuntimeType for IncomingVoipPhoneCallOptions { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); +} +unsafe impl windows_core::Interface for IncomingVoipPhoneCallOptions { + type Vtable = IIncomingVoipPhoneCallOptions_Vtbl; + const IID: windows_core::GUID = ::IID; +} +impl windows_core::RuntimeName for IncomingVoipPhoneCallOptions { + const NAME: &'static str = "Windows.ApplicationModel.Calls.IncomingVoipPhoneCallOptions"; +} +unsafe impl Send for IncomingVoipPhoneCallOptions {} +unsafe impl Sync for IncomingVoipPhoneCallOptions {} +#[repr(transparent)] +#[derive(PartialEq, Eq, Debug, Clone)] pub struct LockScreenCallEndCallDeferral(windows_core::IUnknown); windows_core::imp::interface_hierarchy!(LockScreenCallEndCallDeferral, windows_core::IUnknown, windows_core::IInspectable); impl LockScreenCallEndCallDeferral { @@ -916,6 +1504,97 @@ unsafe impl Send for MuteChangeEventArgs {} unsafe impl Sync for MuteChangeEventArgs {} #[repr(transparent)] #[derive(PartialEq, Eq, Debug, Clone)] +pub struct OutgoingVoipPhoneCallOptions(windows_core::IUnknown); +windows_core::imp::interface_hierarchy!(OutgoingVoipPhoneCallOptions, windows_core::IUnknown, windows_core::IInspectable); +impl OutgoingVoipPhoneCallOptions { + pub fn new() -> windows_core::Result { + Self::IActivationFactory(|f| f.ActivateInstance::()) + } + fn IActivationFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } + pub fn Context(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Context)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContext(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContext)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ContactName(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ContactName)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetContactName(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetContactName)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn ServiceName(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ServiceName)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetServiceName(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetServiceName)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + pub fn Media(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Media)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetMedia(&self, value: VoipPhoneCallMedia) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetMedia)(windows_core::Interface::as_raw(this), value).ok() } + } + #[cfg(feature = "Foundation_Collections")] + pub fn AssociatedDeviceIds(&self) -> windows_core::Result> { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).AssociatedDeviceIds)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + #[cfg(feature = "Foundation_Collections")] + pub fn CreateInstance(associateddeviceids: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + Self::IOutgoingVoipPhoneCallOptionsFactory(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).CreateInstance)(windows_core::Interface::as_raw(this), associateddeviceids.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + }) + } + fn IOutgoingVoipPhoneCallOptionsFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } +} +impl windows_core::RuntimeType for OutgoingVoipPhoneCallOptions { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); +} +unsafe impl windows_core::Interface for OutgoingVoipPhoneCallOptions { + type Vtable = IOutgoingVoipPhoneCallOptions_Vtbl; + const IID: windows_core::GUID = ::IID; +} +impl windows_core::RuntimeName for OutgoingVoipPhoneCallOptions { + const NAME: &'static str = "Windows.ApplicationModel.Calls.OutgoingVoipPhoneCallOptions"; +} +unsafe impl Send for OutgoingVoipPhoneCallOptions {} +unsafe impl Sync for OutgoingVoipPhoneCallOptions {} +#[repr(transparent)] +#[derive(PartialEq, Eq, Debug, Clone)] pub struct PhoneCall(windows_core::IUnknown); windows_core::imp::interface_hierarchy!(PhoneCall, windows_core::IUnknown, windows_core::IInspectable); impl PhoneCall { @@ -2816,16 +3495,72 @@ impl VoipCallCoordinator { (windows_core::Interface::vtable(this).ReserveOneProcessCallResourcesAsync)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } } + pub fn RequestNewIncomingCallWithOptions(&self, calloptions: P0) -> windows_core::Result + where + P0: windows_core::Param, + { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).RequestNewIncomingCallWithOptions)(windows_core::Interface::as_raw(this), calloptions.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn RequestNewOutgoingCallWithOptions(&self, calloptions: P0) -> windows_core::Result + where + P0: windows_core::Param, + { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).RequestNewOutgoingCallWithOptions)(windows_core::Interface::as_raw(this), calloptions.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetupNewAcceptedCallWithOptions(&self, calloptions: P0) -> windows_core::Result + where + P0: windows_core::Param, + { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).SetupNewAcceptedCallWithOptions)(windows_core::Interface::as_raw(this), calloptions.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn RequestNewAppInitiatedCallWithOptions(&self, calloptions: P0) -> windows_core::Result + where + P0: windows_core::Param, + { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).RequestNewAppInitiatedCallWithOptions)(windows_core::Interface::as_raw(this), calloptions.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } pub fn GetDefault() -> windows_core::Result { Self::IVoipCallCoordinatorStatics(|this| unsafe { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(this).GetDefault)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) }) } + pub fn IsCallControlDeviceKindSupportedForAssociation(kind: VoipCallControlDeviceKind) -> windows_core::Result { + Self::IVoipCallCoordinatorStatics2(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).IsCallControlDeviceKindSupportedForAssociation)(windows_core::Interface::as_raw(this), kind, &mut result__).map(|| result__) + }) + } + pub fn GetDeviceSelectorForCallControl() -> windows_core::Result { + Self::IVoipCallCoordinatorStatics2(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).GetDeviceSelectorForCallControl)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + }) + } fn IVoipCallCoordinatorStatics windows_core::Result>(callback: F) -> windows_core::Result { static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); SHARED.call(callback) } + fn IVoipCallCoordinatorStatics2 windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } } impl windows_core::RuntimeType for VoipCallCoordinator { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); @@ -2971,6 +3706,45 @@ impl VoipPhoneCall { let this = &windows_core::Interface::cast::(self)?; unsafe { (windows_core::Interface::vtable(this).NotifyCallAccepted)(windows_core::Interface::as_raw(this), media).ok() } } + pub fn IsUsingAssociatedDevicesList(&self) -> windows_core::Result { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).IsUsingAssociatedDevicesList)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + #[cfg(feature = "Foundation_Collections")] + pub fn NotifyCallActiveOnDevices(&self, associateddeviceids: P0) -> windows_core::Result<()> + where + P0: windows_core::Param>, + { + let this = &windows_core::Interface::cast::(self)?; + unsafe { (windows_core::Interface::vtable(this).NotifyCallActiveOnDevices)(windows_core::Interface::as_raw(this), associateddeviceids.param().abi()).ok() } + } + pub fn AddAssociatedCallControlDevice(&self, deviceid: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = &windows_core::Interface::cast::(self)?; + unsafe { (windows_core::Interface::vtable(this).AddAssociatedCallControlDevice)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(deviceid)).ok() } + } + pub fn RemoveAssociatedCallControlDevice(&self, deviceid: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = &windows_core::Interface::cast::(self)?; + unsafe { (windows_core::Interface::vtable(this).RemoveAssociatedCallControlDevice)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(deviceid)).ok() } + } + #[cfg(feature = "Foundation_Collections")] + pub fn SetAssociatedCallControlDevices(&self, associateddeviceids: P0) -> windows_core::Result<()> + where + P0: windows_core::Param>, + { + let this = &windows_core::Interface::cast::(self)?; + unsafe { (windows_core::Interface::vtable(this).SetAssociatedCallControlDevices)(windows_core::Interface::as_raw(this), associateddeviceids.param().abi()).ok() } + } + #[cfg(feature = "Foundation_Collections")] + pub fn GetAssociatedCallControlDevices(&self) -> windows_core::Result> { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).GetAssociatedCallControlDevices)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } } impl windows_core::RuntimeType for VoipPhoneCall { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); @@ -3479,6 +4253,24 @@ impl windows_core::RuntimeType for TransportDeviceAudioRoutingStatus { } #[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct VoipCallControlDeviceKind(pub i32); +impl VoipCallControlDeviceKind { + pub const Bluetooth: Self = Self(0i32); + pub const Usb: Self = Self(1i32); +} +impl windows_core::TypeKind for VoipCallControlDeviceKind { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for VoipCallControlDeviceKind { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("VoipCallControlDeviceKind").field(&self.0).finish() + } +} +impl windows_core::RuntimeType for VoipCallControlDeviceKind { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::from_slice(b"enum(Windows.ApplicationModel.Calls.VoipCallControlDeviceKind;i4)"); +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct VoipPhoneCallMedia(pub u32); impl VoipPhoneCallMedia { pub const None: Self = Self(0u32); diff --git a/crates/libs/windows/src/Windows/Devices/Input/mod.rs b/crates/libs/windows/src/Windows/Devices/Input/mod.rs index 2987bee4ae..cfa5254815 100644 --- a/crates/libs/windows/src/Windows/Devices/Input/mod.rs +++ b/crates/libs/windows/src/Windows/Devices/Input/mod.rs @@ -799,6 +799,7 @@ impl PointerDeviceType { pub const Touch: Self = Self(0i32); pub const Pen: Self = Self(1i32); pub const Mouse: Self = Self(2i32); + pub const Touchpad: Self = Self(3i32); } impl windows_core::TypeKind for PointerDeviceType { type TypeKind = windows_core::CopyType; diff --git a/crates/libs/windows/src/Windows/Management/Deployment/mod.rs b/crates/libs/windows/src/Windows/Management/Deployment/mod.rs index 63a4236b77..a84d056050 100644 --- a/crates/libs/windows/src/Windows/Management/Deployment/mod.rs +++ b/crates/libs/windows/src/Windows/Management/Deployment/mod.rs @@ -333,6 +333,18 @@ pub struct IPackageManager11_Vtbl { pub base__: windows_core::IInspectable_Vtbl, pub RemovePackageByUriAsync: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(IPackageManager12, IPackageManager12_Vtbl, 0x5d233adf_f9e3_4d96_b40d_96788e39539f); +impl windows_core::RuntimeType for IPackageManager12 { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IPackageManager12_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub IsPackageRemovalPending: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit, *mut bool) -> windows_core::HRESULT, + pub IsPackageRemovalPendingForUser: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit, core::mem::MaybeUninit, *mut bool) -> windows_core::HRESULT, + pub IsPackageRemovalPendingByUri: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut bool) -> windows_core::HRESULT, + pub IsPackageRemovalPendingByUriForUser: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, core::mem::MaybeUninit, *mut bool) -> windows_core::HRESULT, +} windows_core::imp::define_interface!(IPackageManager2, IPackageManager2_Vtbl, 0xf7aad08d_0840_46f2_b5d8_cad47693a095); impl windows_core::RuntimeType for IPackageManager2 { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -677,6 +689,16 @@ pub struct IRemovePackageOptions_Vtbl { pub RemoveForAllUsers: unsafe extern "system" fn(*mut core::ffi::c_void, *mut bool) -> windows_core::HRESULT, pub SetRemoveForAllUsers: unsafe extern "system" fn(*mut core::ffi::c_void, bool) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(IRemovePackageOptions2, IRemovePackageOptions2_Vtbl, 0x3fcc61e5_22c5_423b_b4b4_cf10bb50830c); +impl windows_core::RuntimeType for IRemovePackageOptions2 { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IRemovePackageOptions2_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub DeferRemovalWhenPackagesAreInUse: unsafe extern "system" fn(*mut core::ffi::c_void, *mut bool) -> windows_core::HRESULT, + pub SetDeferRemovalWhenPackagesAreInUse: unsafe extern "system" fn(*mut core::ffi::c_void, bool) -> windows_core::HRESULT, +} windows_core::imp::define_interface!(ISharedPackageContainer, ISharedPackageContainer_Vtbl, 0x177f1aa9_151e_5ef7_b1d9_2fba0b4b0d17); impl windows_core::RuntimeType for ISharedPackageContainer { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -1755,6 +1777,40 @@ impl PackageManager { (windows_core::Interface::vtable(this).RemovePackageByUriAsync)(windows_core::Interface::as_raw(this), packageuri.param().abi(), options.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } } + pub fn IsPackageRemovalPending(&self, packagefullname: &windows_core::HSTRING) -> windows_core::Result { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).IsPackageRemovalPending)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(packagefullname), &mut result__).map(|| result__) + } + } + pub fn IsPackageRemovalPendingForUser(&self, packagefullname: &windows_core::HSTRING, usersecurityid: &windows_core::HSTRING) -> windows_core::Result { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).IsPackageRemovalPendingForUser)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(packagefullname), core::mem::transmute_copy(usersecurityid), &mut result__).map(|| result__) + } + } + pub fn IsPackageRemovalPendingByUri(&self, packageuri: P0) -> windows_core::Result + where + P0: windows_core::Param, + { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).IsPackageRemovalPendingByUri)(windows_core::Interface::as_raw(this), packageuri.param().abi(), &mut result__).map(|| result__) + } + } + pub fn IsPackageRemovalPendingByUriForUser(&self, packageuri: P0, usersecurityid: &windows_core::HSTRING) -> windows_core::Result + where + P0: windows_core::Param, + { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).IsPackageRemovalPendingByUriForUser)(windows_core::Interface::as_raw(this), packageuri.param().abi(), core::mem::transmute_copy(usersecurityid), &mut result__).map(|| result__) + } + } pub fn RemovePackageWithOptionsAsync(&self, packagefullname: &windows_core::HSTRING, removaloptions: RemovalOptions) -> windows_core::Result> { let this = &windows_core::Interface::cast::(self)?; unsafe { @@ -2679,6 +2735,17 @@ impl RemovePackageOptions { let this = self; unsafe { (windows_core::Interface::vtable(this).SetRemoveForAllUsers)(windows_core::Interface::as_raw(this), value).ok() } } + pub fn DeferRemovalWhenPackagesAreInUse(&self) -> windows_core::Result { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).DeferRemovalWhenPackagesAreInUse)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetDeferRemovalWhenPackagesAreInUse(&self, value: bool) -> windows_core::Result<()> { + let this = &windows_core::Interface::cast::(self)?; + unsafe { (windows_core::Interface::vtable(this).SetDeferRemovalWhenPackagesAreInUse)(windows_core::Interface::as_raw(this), value).ok() } + } } impl windows_core::RuntimeType for RemovePackageOptions { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); @@ -3425,6 +3492,7 @@ impl RemovalOptions { pub const None: Self = Self(0u32); pub const PreserveApplicationData: Self = Self(4096u32); pub const PreserveRoamableApplicationData: Self = Self(128u32); + pub const DeferRemovalWhenPackagesAreInUse: Self = Self(8192u32); pub const RemoveForAllUsers: Self = Self(524288u32); } impl windows_core::TypeKind for RemovalOptions { diff --git a/crates/libs/windows/src/Windows/Security/Authentication/Web/Core/mod.rs b/crates/libs/windows/src/Windows/Security/Authentication/Web/Core/mod.rs index 98f2c87844..c9b4a48681 100644 --- a/crates/libs/windows/src/Windows/Security/Authentication/Web/Core/mod.rs +++ b/crates/libs/windows/src/Windows/Security/Authentication/Web/Core/mod.rs @@ -48,6 +48,45 @@ pub struct IWebAccountMonitor2_Vtbl { pub AccountPictureUpdated: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut super::super::super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, pub RemoveAccountPictureUpdated: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(IWebAuthenticationAddAccountResponse, IWebAuthenticationAddAccountResponse_Vtbl, 0x7fb013e8_0bd8_542b_b486_8323163a4b85); +impl windows_core::RuntimeType for IWebAuthenticationAddAccountResponse { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IWebAuthenticationAddAccountResponse_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + #[cfg(feature = "Security_Credentials")] + pub WebAccount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Security_Credentials"))] + WebAccount: usize, + #[cfg(feature = "Foundation_Collections")] + pub Properties: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + Properties: usize, +} +windows_core::imp::define_interface!(IWebAuthenticationAddAccountResponseFactory, IWebAuthenticationAddAccountResponseFactory_Vtbl, 0x325f903e_77be_5365_81d9_0321cdd82195); +impl windows_core::RuntimeType for IWebAuthenticationAddAccountResponseFactory { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IWebAuthenticationAddAccountResponseFactory_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + #[cfg(feature = "Security_Credentials")] + pub CreateWithAccount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Security_Credentials"))] + CreateWithAccount: usize, +} +windows_core::imp::define_interface!(IWebAuthenticationAddAccountResult, IWebAuthenticationAddAccountResult_Vtbl, 0x88fad03c_901d_5ffa_9259_701d3ca08ef2); +impl windows_core::RuntimeType for IWebAuthenticationAddAccountResult { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IWebAuthenticationAddAccountResult_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub ResponseData: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub ResponseStatus: unsafe extern "system" fn(*mut core::ffi::c_void, *mut WebAuthenticationAddAccountStatus) -> windows_core::HRESULT, + pub ResponseError: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, +} windows_core::imp::define_interface!(IWebAuthenticationCoreManagerStatics, IWebAuthenticationCoreManagerStatics_Vtbl, 0x6aca7c92_a581_4479_9c10_752eff44fd34); impl windows_core::RuntimeType for IWebAuthenticationCoreManagerStatics { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -130,6 +169,51 @@ pub struct IWebAuthenticationCoreManagerStatics4_Vtbl { #[cfg(not(all(feature = "Security_Credentials", feature = "System")))] FindSystemAccountProviderWithAuthorityForUserAsync: usize, } +windows_core::imp::define_interface!(IWebAuthenticationCoreManagerStatics5, IWebAuthenticationCoreManagerStatics5_Vtbl, 0xd07c1ded_270f_4554_9966_27b7df05b965); +impl windows_core::RuntimeType for IWebAuthenticationCoreManagerStatics5 { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IWebAuthenticationCoreManagerStatics5_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub AddAccountWithTransferTokenAsync: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, +} +windows_core::imp::define_interface!(IWebAuthenticationTransferTokenRequest, IWebAuthenticationTransferTokenRequest_Vtbl, 0x7acfa5b6_529d_5e76_9846_f3fd999304d0); +impl windows_core::RuntimeType for IWebAuthenticationTransferTokenRequest { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IWebAuthenticationTransferTokenRequest_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + #[cfg(feature = "Security_Credentials")] + pub WebAccountProvider: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Security_Credentials"))] + WebAccountProvider: usize, + pub TransferToken: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetTransferToken: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(feature = "Foundation_Collections")] + pub Properties: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + Properties: usize, + pub CorrelationId: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetCorrelationId: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, +} +windows_core::imp::define_interface!(IWebAuthenticationTransferTokenRequestFactory, IWebAuthenticationTransferTokenRequestFactory_Vtbl, 0x5f16b627_04c4_5f0b_8683_8bab58965656); +impl windows_core::RuntimeType for IWebAuthenticationTransferTokenRequestFactory { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IWebAuthenticationTransferTokenRequestFactory_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + #[cfg(feature = "Security_Credentials")] + pub Create: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, core::mem::MaybeUninit, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Security_Credentials"))] + Create: usize, + #[cfg(feature = "Security_Credentials")] + pub CreateWithCorrelationId: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, core::mem::MaybeUninit, core::mem::MaybeUninit, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Security_Credentials"))] + CreateWithCorrelationId: usize, +} windows_core::imp::define_interface!(IWebProviderError, IWebProviderError_Vtbl, 0xdb191bb1_50c5_4809_8dca_09c99410245c); impl windows_core::RuntimeType for IWebProviderError { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -408,6 +492,93 @@ impl windows_core::RuntimeName for WebAccountMonitor { } unsafe impl Send for WebAccountMonitor {} unsafe impl Sync for WebAccountMonitor {} +#[repr(transparent)] +#[derive(PartialEq, Eq, Debug, Clone)] +pub struct WebAuthenticationAddAccountResponse(windows_core::IUnknown); +windows_core::imp::interface_hierarchy!(WebAuthenticationAddAccountResponse, windows_core::IUnknown, windows_core::IInspectable); +impl WebAuthenticationAddAccountResponse { + #[cfg(feature = "Security_Credentials")] + pub fn WebAccount(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).WebAccount)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + #[cfg(feature = "Foundation_Collections")] + pub fn Properties(&self) -> windows_core::Result> { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Properties)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + #[cfg(feature = "Security_Credentials")] + pub fn CreateWithAccount(webaccount: P0) -> windows_core::Result + where + P0: windows_core::Param, + { + Self::IWebAuthenticationAddAccountResponseFactory(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).CreateWithAccount)(windows_core::Interface::as_raw(this), webaccount.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + }) + } + fn IWebAuthenticationAddAccountResponseFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } +} +impl windows_core::RuntimeType for WebAuthenticationAddAccountResponse { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); +} +unsafe impl windows_core::Interface for WebAuthenticationAddAccountResponse { + type Vtable = IWebAuthenticationAddAccountResponse_Vtbl; + const IID: windows_core::GUID = ::IID; +} +impl windows_core::RuntimeName for WebAuthenticationAddAccountResponse { + const NAME: &'static str = "Windows.Security.Authentication.Web.Core.WebAuthenticationAddAccountResponse"; +} +unsafe impl Send for WebAuthenticationAddAccountResponse {} +unsafe impl Sync for WebAuthenticationAddAccountResponse {} +#[repr(transparent)] +#[derive(PartialEq, Eq, Debug, Clone)] +pub struct WebAuthenticationAddAccountResult(windows_core::IUnknown); +windows_core::imp::interface_hierarchy!(WebAuthenticationAddAccountResult, windows_core::IUnknown, windows_core::IInspectable); +impl WebAuthenticationAddAccountResult { + pub fn ResponseData(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ResponseData)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn ResponseStatus(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ResponseStatus)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn ResponseError(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ResponseError)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } +} +impl windows_core::RuntimeType for WebAuthenticationAddAccountResult { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); +} +unsafe impl windows_core::Interface for WebAuthenticationAddAccountResult { + type Vtable = IWebAuthenticationAddAccountResult_Vtbl; + const IID: windows_core::GUID = ::IID; +} +impl windows_core::RuntimeName for WebAuthenticationAddAccountResult { + const NAME: &'static str = "Windows.Security.Authentication.Web.Core.WebAuthenticationAddAccountResult"; +} +unsafe impl Send for WebAuthenticationAddAccountResult {} +unsafe impl Sync for WebAuthenticationAddAccountResult {} pub struct WebAuthenticationCoreManager; impl WebAuthenticationCoreManager { pub fn GetTokenSilentlyAsync(request: P0) -> windows_core::Result> @@ -538,6 +709,15 @@ impl WebAuthenticationCoreManager { (windows_core::Interface::vtable(this).FindSystemAccountProviderWithAuthorityForUserAsync)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(webaccountproviderid), core::mem::transmute_copy(authority), user.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) }) } + pub fn AddAccountWithTransferTokenAsync(request: P0) -> windows_core::Result> + where + P0: windows_core::Param, + { + Self::IWebAuthenticationCoreManagerStatics5(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).AddAccountWithTransferTokenAsync)(windows_core::Interface::as_raw(this), request.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + }) + } fn IWebAuthenticationCoreManagerStatics windows_core::Result>(callback: F) -> windows_core::Result { static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); SHARED.call(callback) @@ -554,12 +734,96 @@ impl WebAuthenticationCoreManager { static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); SHARED.call(callback) } + fn IWebAuthenticationCoreManagerStatics5 windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } } impl windows_core::RuntimeName for WebAuthenticationCoreManager { const NAME: &'static str = "Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager"; } #[repr(transparent)] #[derive(PartialEq, Eq, Debug, Clone)] +pub struct WebAuthenticationTransferTokenRequest(windows_core::IUnknown); +windows_core::imp::interface_hierarchy!(WebAuthenticationTransferTokenRequest, windows_core::IUnknown, windows_core::IInspectable); +impl WebAuthenticationTransferTokenRequest { + #[cfg(feature = "Security_Credentials")] + pub fn WebAccountProvider(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).WebAccountProvider)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn TransferToken(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).TransferToken)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetTransferToken(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetTransferToken)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + #[cfg(feature = "Foundation_Collections")] + pub fn Properties(&self) -> windows_core::Result> { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Properties)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn CorrelationId(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).CorrelationId)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + pub fn SetCorrelationId(&self, value: &windows_core::HSTRING) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetCorrelationId)(windows_core::Interface::as_raw(this), core::mem::transmute_copy(value)).ok() } + } + #[cfg(feature = "Security_Credentials")] + pub fn Create(provider: P0, transfertoken: &windows_core::HSTRING) -> windows_core::Result + where + P0: windows_core::Param, + { + Self::IWebAuthenticationTransferTokenRequestFactory(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Create)(windows_core::Interface::as_raw(this), provider.param().abi(), core::mem::transmute_copy(transfertoken), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + }) + } + #[cfg(feature = "Security_Credentials")] + pub fn CreateWithCorrelationId(provider: P0, transfertoken: &windows_core::HSTRING, correlationid: &windows_core::HSTRING) -> windows_core::Result + where + P0: windows_core::Param, + { + Self::IWebAuthenticationTransferTokenRequestFactory(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).CreateWithCorrelationId)(windows_core::Interface::as_raw(this), provider.param().abi(), core::mem::transmute_copy(transfertoken), core::mem::transmute_copy(correlationid), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + }) + } + fn IWebAuthenticationTransferTokenRequestFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } +} +impl windows_core::RuntimeType for WebAuthenticationTransferTokenRequest { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); +} +unsafe impl windows_core::Interface for WebAuthenticationTransferTokenRequest { + type Vtable = IWebAuthenticationTransferTokenRequest_Vtbl; + const IID: windows_core::GUID = ::IID; +} +impl windows_core::RuntimeName for WebAuthenticationTransferTokenRequest { + const NAME: &'static str = "Windows.Security.Authentication.Web.Core.WebAuthenticationTransferTokenRequest"; +} +unsafe impl Send for WebAuthenticationTransferTokenRequest {} +unsafe impl Sync for WebAuthenticationTransferTokenRequest {} +#[repr(transparent)] +#[derive(PartialEq, Eq, Debug, Clone)] pub struct WebProviderError(windows_core::IUnknown); windows_core::imp::interface_hierarchy!(WebProviderError, windows_core::IUnknown, windows_core::IInspectable); impl WebProviderError { @@ -881,6 +1145,27 @@ impl windows_core::RuntimeType for FindAllWebAccountsStatus { } #[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct WebAuthenticationAddAccountStatus(pub i32); +impl WebAuthenticationAddAccountStatus { + pub const Success: Self = Self(0i32); + pub const Error: Self = Self(1i32); + pub const NotSupportedByProvider: Self = Self(2i32); + pub const ServiceConnectionError: Self = Self(3i32); + pub const ProviderError: Self = Self(4i32); +} +impl windows_core::TypeKind for WebAuthenticationAddAccountStatus { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for WebAuthenticationAddAccountStatus { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("WebAuthenticationAddAccountStatus").field(&self.0).finish() + } +} +impl windows_core::RuntimeType for WebAuthenticationAddAccountStatus { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::from_slice(b"enum(Windows.Security.Authentication.Web.Core.WebAuthenticationAddAccountStatus;i4)"); +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct WebTokenRequestPromptType(pub i32); impl WebTokenRequestPromptType { pub const Default: Self = Self(0i32); diff --git a/crates/libs/windows/src/Windows/Storage/Provider/mod.rs b/crates/libs/windows/src/Windows/Storage/Provider/mod.rs index 61a6e2e5ef..1bebe2e619 100644 --- a/crates/libs/windows/src/Windows/Storage/Provider/mod.rs +++ b/crates/libs/windows/src/Windows/Storage/Provider/mod.rs @@ -485,6 +485,125 @@ pub struct IStorageProviderQuotaUI_Vtbl { #[cfg(not(feature = "UI"))] SetQuotaUsedColor: usize, } +windows_core::imp::define_interface!(IStorageProviderShareLinkSource, IStorageProviderShareLinkSource_Vtbl, 0x4c6055e2_029c_5539_8e51_a1afc838b5cb); +impl core::ops::Deref for IStorageProviderShareLinkSource { + type Target = windows_core::IInspectable; + fn deref(&self) -> &Self::Target { + unsafe { core::mem::transmute(self) } + } +} +windows_core::imp::interface_hierarchy!(IStorageProviderShareLinkSource, windows_core::IUnknown, windows_core::IInspectable); +impl IStorageProviderShareLinkSource { + #[cfg(feature = "Foundation_Collections")] + pub fn CreateLinkAsync(&self, storageitemlist: P0) -> windows_core::Result> + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).CreateLinkAsync)(windows_core::Interface::as_raw(this), storageitemlist.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + #[cfg(feature = "Foundation_Collections")] + pub fn GetDefaultAccessControlStringAsync(&self, storageitemlist: P0) -> windows_core::Result> + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).GetDefaultAccessControlStringAsync)(windows_core::Interface::as_raw(this), storageitemlist.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } + #[cfg(feature = "Foundation_Collections")] + pub fn GetState(&self, storageitemlist: P0) -> windows_core::Result> + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).GetState)(windows_core::Interface::as_raw(this), storageitemlist.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + } + } +} +impl windows_core::RuntimeType for IStorageProviderShareLinkSource { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IStorageProviderShareLinkSource_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + #[cfg(feature = "Foundation_Collections")] + pub CreateLinkAsync: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + CreateLinkAsync: usize, + #[cfg(feature = "Foundation_Collections")] + pub GetDefaultAccessControlStringAsync: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + GetDefaultAccessControlStringAsync: usize, + #[cfg(feature = "Foundation_Collections")] + pub GetState: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + GetState: usize, +} +#[cfg(feature = "Foundation_Collections")] +pub trait IStorageProviderShareLinkSource_Impl: Sized + windows_core::IUnknownImpl { + fn CreateLinkAsync(&self, storageitemlist: Option<&super::super::Foundation::Collections::IVectorView>) -> windows_core::Result>; + fn GetDefaultAccessControlStringAsync(&self, storageitemlist: Option<&super::super::Foundation::Collections::IVectorView>) -> windows_core::Result>; + fn GetState(&self, storageitemlist: Option<&super::super::Foundation::Collections::IVectorView>) -> windows_core::Result>; +} +#[cfg(feature = "Foundation_Collections")] +impl windows_core::RuntimeName for IStorageProviderShareLinkSource { + const NAME: &'static str = "Windows.Storage.Provider.IStorageProviderShareLinkSource"; +} +#[cfg(feature = "Foundation_Collections")] +impl IStorageProviderShareLinkSource_Vtbl { + pub const fn new() -> IStorageProviderShareLinkSource_Vtbl { + unsafe extern "system" fn CreateLinkAsync(this: *mut core::ffi::c_void, storageitemlist: *mut core::ffi::c_void, result__: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); + match IStorageProviderShareLinkSource_Impl::CreateLinkAsync(this, windows_core::from_raw_borrowed(&storageitemlist)) { + Ok(ok__) => { + result__.write(core::mem::transmute_copy(&ok__)); + core::mem::forget(ok__); + windows_core::HRESULT(0) + } + Err(err) => err.into(), + } + } + unsafe extern "system" fn GetDefaultAccessControlStringAsync(this: *mut core::ffi::c_void, storageitemlist: *mut core::ffi::c_void, result__: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); + match IStorageProviderShareLinkSource_Impl::GetDefaultAccessControlStringAsync(this, windows_core::from_raw_borrowed(&storageitemlist)) { + Ok(ok__) => { + result__.write(core::mem::transmute_copy(&ok__)); + core::mem::forget(ok__); + windows_core::HRESULT(0) + } + Err(err) => err.into(), + } + } + unsafe extern "system" fn GetState(this: *mut core::ffi::c_void, storageitemlist: *mut core::ffi::c_void, result__: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); + match IStorageProviderShareLinkSource_Impl::GetState(this, windows_core::from_raw_borrowed(&storageitemlist)) { + Ok(ok__) => { + result__.write(core::mem::transmute_copy(&ok__)); + core::mem::forget(ok__); + windows_core::HRESULT(0) + } + Err(err) => err.into(), + } + } + Self { + base__: windows_core::IInspectable_Vtbl::new::(), + CreateLinkAsync: CreateLinkAsync::, + GetDefaultAccessControlStringAsync: GetDefaultAccessControlStringAsync::, + GetState: GetState::, + } + } + pub fn matches(iid: &windows_core::GUID) -> bool { + iid == &::IID + } +} windows_core::imp::define_interface!(IStorageProviderStatusUI, IStorageProviderStatusUI_Vtbl, 0xd6b6a758_198d_5b80_977f_5ff73da33118); impl windows_core::RuntimeType for IStorageProviderStatusUI { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -2445,6 +2564,24 @@ impl windows_core::RuntimeType for StorageProviderProtectionMode { } #[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct StorageProviderShareLinkState(pub i32); +impl StorageProviderShareLinkState { + pub const Enabled: Self = Self(0i32); + pub const Disabled: Self = Self(1i32); +} +impl windows_core::TypeKind for StorageProviderShareLinkState { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for StorageProviderShareLinkState { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("StorageProviderShareLinkState").field(&self.0).finish() + } +} +impl windows_core::RuntimeType for StorageProviderShareLinkState { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::from_slice(b"enum(Windows.Storage.Provider.StorageProviderShareLinkState;i4)"); +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct StorageProviderState(pub i32); impl StorageProviderState { pub const InSync: Self = Self(0i32); diff --git a/crates/libs/windows/src/Windows/UI/Input/mod.rs b/crates/libs/windows/src/Windows/UI/Input/mod.rs index 0335eb15d4..7d8835f7c0 100644 --- a/crates/libs/windows/src/Windows/UI/Input/mod.rs +++ b/crates/libs/windows/src/Windows/UI/Input/mod.rs @@ -381,6 +381,49 @@ pub struct IMouseWheelParameters_Vtbl { pub PageTranslation: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::Point) -> windows_core::HRESULT, pub SetPageTranslation: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::Point) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(IPhysicalGestureRecognizer, IPhysicalGestureRecognizer_Vtbl, 0xa3bb83e5_6937_5f29_8707_ae4875f8fda3); +impl windows_core::RuntimeType for IPhysicalGestureRecognizer { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IPhysicalGestureRecognizer_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub GestureSettings: unsafe extern "system" fn(*mut core::ffi::c_void, *mut GestureSettings) -> windows_core::HRESULT, + pub SetGestureSettings: unsafe extern "system" fn(*mut core::ffi::c_void, GestureSettings) -> windows_core::HRESULT, + pub TapMinContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, + pub SetTapMinContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, u32) -> windows_core::HRESULT, + pub TapMaxContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, + pub SetTapMaxContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, u32) -> windows_core::HRESULT, + pub HoldMinContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, + pub SetHoldMinContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, u32) -> windows_core::HRESULT, + pub HoldMaxContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, + pub SetHoldMaxContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, u32) -> windows_core::HRESULT, + pub HoldRadius: unsafe extern "system" fn(*mut core::ffi::c_void, *mut f32) -> windows_core::HRESULT, + pub SetHoldRadius: unsafe extern "system" fn(*mut core::ffi::c_void, f32) -> windows_core::HRESULT, + pub HoldStartDelay: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::TimeSpan) -> windows_core::HRESULT, + pub SetHoldStartDelay: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::TimeSpan) -> windows_core::HRESULT, + pub TranslationMinContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, + pub SetTranslationMinContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, u32) -> windows_core::HRESULT, + pub TranslationMaxContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, + pub SetTranslationMaxContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, u32) -> windows_core::HRESULT, + pub ProcessDownEvent: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(feature = "Foundation_Collections")] + pub ProcessMoveEvents: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Foundation_Collections"))] + ProcessMoveEvents: usize, + pub ProcessUpEvent: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, + pub CompleteGesture: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, + pub ManipulationStarted: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub RemoveManipulationStarted: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub ManipulationUpdated: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub RemoveManipulationUpdated: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub ManipulationCompleted: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub RemoveManipulationCompleted: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub Tapped: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub RemoveTapped: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub Holding: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub RemoveHolding: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, +} windows_core::imp::define_interface!(IPointerPoint, IPointerPoint_Vtbl, 0xe995317d_7296_42d9_8233_c5be73b74a4a); impl windows_core::RuntimeType for IPointerPoint { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -400,6 +443,16 @@ pub struct IPointerPoint_Vtbl { pub IsInContact: unsafe extern "system" fn(*mut core::ffi::c_void, *mut bool) -> windows_core::HRESULT, pub Properties: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(IPointerPointPhysicalPosition, IPointerPointPhysicalPosition_Vtbl, 0x003185a3_a5e7_4859_9c0b_89340204806c); +impl windows_core::RuntimeType for IPointerPointPhysicalPosition { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct IPointerPointPhysicalPosition_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub IsPhysicalPositionSupported: unsafe extern "system" fn(*mut core::ffi::c_void, *mut bool) -> windows_core::HRESULT, + pub PhysicalPosition: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::Point) -> windows_core::HRESULT, +} windows_core::imp::define_interface!(IPointerPointProperties, IPointerPointProperties_Vtbl, 0xc79d8a4b_c163_4ee7_803f_67ce79f9972d); impl windows_core::RuntimeType for IPointerPointProperties { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); @@ -1004,6 +1057,54 @@ pub struct ITappedEventArgs2_Vtbl { pub base__: windows_core::IInspectable_Vtbl, pub ContactCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, } +windows_core::imp::define_interface!(ITouchpadGesturesController, ITouchpadGesturesController_Vtbl, 0xb58f88d0_58ea_51b5_b5bf_61cc081bf21d); +impl windows_core::RuntimeType for ITouchpadGesturesController { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct ITouchpadGesturesController_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub GesturesEnabled: unsafe extern "system" fn(*mut core::ffi::c_void, *mut bool) -> windows_core::HRESULT, + pub SetGesturesEnabled: unsafe extern "system" fn(*mut core::ffi::c_void, bool) -> windows_core::HRESULT, + pub SupportedGestures: unsafe extern "system" fn(*mut core::ffi::c_void, *mut TouchpadGlobalGestureKinds) -> windows_core::HRESULT, + pub SetSupportedGestures: unsafe extern "system" fn(*mut core::ffi::c_void, TouchpadGlobalGestureKinds) -> windows_core::HRESULT, + #[cfg(feature = "UI_Core")] + pub PointerPressed: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + #[cfg(not(feature = "UI_Core"))] + PointerPressed: usize, + pub RemovePointerPressed: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + #[cfg(feature = "UI_Core")] + pub PointerMoved: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + #[cfg(not(feature = "UI_Core"))] + PointerMoved: usize, + pub RemovePointerMoved: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + #[cfg(feature = "UI_Core")] + pub PointerReleased: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + #[cfg(not(feature = "UI_Core"))] + PointerReleased: usize, + pub RemovePointerReleased: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub TouchpadGlobalActionPerformed: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, + pub RemoveTouchpadGlobalActionPerformed: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::EventRegistrationToken) -> windows_core::HRESULT, +} +windows_core::imp::define_interface!(ITouchpadGesturesControllerStatics, ITouchpadGesturesControllerStatics_Vtbl, 0x207ef171_1a73_51cd_a694_8840e09dbafa); +impl windows_core::RuntimeType for ITouchpadGesturesControllerStatics { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct ITouchpadGesturesControllerStatics_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub IsSupported: unsafe extern "system" fn(*mut core::ffi::c_void, *mut bool) -> windows_core::HRESULT, + pub CreateForProcess: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, +} +windows_core::imp::define_interface!(ITouchpadGlobalActionEventArgs, ITouchpadGlobalActionEventArgs_Vtbl, 0x08103525_dbb6_5f7f_9ffe_98c84bb49591); +impl windows_core::RuntimeType for ITouchpadGlobalActionEventArgs { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_interface::(); +} +#[repr(C)] +pub struct ITouchpadGlobalActionEventArgs_Vtbl { + pub base__: windows_core::IInspectable_Vtbl, + pub Action: unsafe extern "system" fn(*mut core::ffi::c_void, *mut TouchpadGlobalAction) -> windows_core::HRESULT, +} #[repr(transparent)] #[derive(PartialEq, Eq, Debug, Clone)] pub struct AttachableInputObject(windows_core::IUnknown); @@ -2159,6 +2260,224 @@ impl windows_core::RuntimeName for MouseWheelParameters { } #[repr(transparent)] #[derive(PartialEq, Eq, Debug, Clone)] +pub struct PhysicalGestureRecognizer(windows_core::IUnknown); +windows_core::imp::interface_hierarchy!(PhysicalGestureRecognizer, windows_core::IUnknown, windows_core::IInspectable); +impl PhysicalGestureRecognizer { + pub fn new() -> windows_core::Result { + Self::IActivationFactory(|f| f.ActivateInstance::()) + } + fn IActivationFactory windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } + pub fn GestureSettings(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).GestureSettings)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetGestureSettings(&self, value: GestureSettings) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetGestureSettings)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn TapMinContactCount(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).TapMinContactCount)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetTapMinContactCount(&self, value: u32) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetTapMinContactCount)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn TapMaxContactCount(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).TapMaxContactCount)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetTapMaxContactCount(&self, value: u32) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetTapMaxContactCount)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn HoldMinContactCount(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).HoldMinContactCount)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetHoldMinContactCount(&self, value: u32) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetHoldMinContactCount)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn HoldMaxContactCount(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).HoldMaxContactCount)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetHoldMaxContactCount(&self, value: u32) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetHoldMaxContactCount)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn HoldRadius(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).HoldRadius)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetHoldRadius(&self, value: f32) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetHoldRadius)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn HoldStartDelay(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).HoldStartDelay)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetHoldStartDelay(&self, value: super::super::Foundation::TimeSpan) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetHoldStartDelay)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn TranslationMinContactCount(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).TranslationMinContactCount)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetTranslationMinContactCount(&self, value: u32) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetTranslationMinContactCount)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn TranslationMaxContactCount(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).TranslationMaxContactCount)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetTranslationMaxContactCount(&self, value: u32) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetTranslationMaxContactCount)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn ProcessDownEvent(&self, value: P0) -> windows_core::Result<()> + where + P0: windows_core::Param, + { + let this = self; + unsafe { (windows_core::Interface::vtable(this).ProcessDownEvent)(windows_core::Interface::as_raw(this), value.param().abi()).ok() } + } + #[cfg(feature = "Foundation_Collections")] + pub fn ProcessMoveEvents(&self, value: P0) -> windows_core::Result<()> + where + P0: windows_core::Param>, + { + let this = self; + unsafe { (windows_core::Interface::vtable(this).ProcessMoveEvents)(windows_core::Interface::as_raw(this), value.param().abi()).ok() } + } + pub fn ProcessUpEvent(&self, value: P0) -> windows_core::Result<()> + where + P0: windows_core::Param, + { + let this = self; + unsafe { (windows_core::Interface::vtable(this).ProcessUpEvent)(windows_core::Interface::as_raw(this), value.param().abi()).ok() } + } + pub fn CompleteGesture(&self) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).CompleteGesture)(windows_core::Interface::as_raw(this)).ok() } + } + pub fn ManipulationStarted(&self, handler: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ManipulationStarted)(windows_core::Interface::as_raw(this), handler.param().abi(), &mut result__).map(|| result__) + } + } + pub fn RemoveManipulationStarted(&self, token: super::super::Foundation::EventRegistrationToken) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).RemoveManipulationStarted)(windows_core::Interface::as_raw(this), token).ok() } + } + pub fn ManipulationUpdated(&self, handler: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ManipulationUpdated)(windows_core::Interface::as_raw(this), handler.param().abi(), &mut result__).map(|| result__) + } + } + pub fn RemoveManipulationUpdated(&self, token: super::super::Foundation::EventRegistrationToken) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).RemoveManipulationUpdated)(windows_core::Interface::as_raw(this), token).ok() } + } + pub fn ManipulationCompleted(&self, handler: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).ManipulationCompleted)(windows_core::Interface::as_raw(this), handler.param().abi(), &mut result__).map(|| result__) + } + } + pub fn RemoveManipulationCompleted(&self, token: super::super::Foundation::EventRegistrationToken) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).RemoveManipulationCompleted)(windows_core::Interface::as_raw(this), token).ok() } + } + pub fn Tapped(&self, handler: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Tapped)(windows_core::Interface::as_raw(this), handler.param().abi(), &mut result__).map(|| result__) + } + } + pub fn RemoveTapped(&self, token: super::super::Foundation::EventRegistrationToken) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).RemoveTapped)(windows_core::Interface::as_raw(this), token).ok() } + } + pub fn Holding(&self, handler: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Holding)(windows_core::Interface::as_raw(this), handler.param().abi(), &mut result__).map(|| result__) + } + } + pub fn RemoveHolding(&self, token: super::super::Foundation::EventRegistrationToken) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).RemoveHolding)(windows_core::Interface::as_raw(this), token).ok() } + } +} +impl windows_core::RuntimeType for PhysicalGestureRecognizer { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); +} +unsafe impl windows_core::Interface for PhysicalGestureRecognizer { + type Vtable = IPhysicalGestureRecognizer_Vtbl; + const IID: windows_core::GUID = ::IID; +} +impl windows_core::RuntimeName for PhysicalGestureRecognizer { + const NAME: &'static str = "Windows.UI.Input.PhysicalGestureRecognizer"; +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Debug, Clone)] pub struct PointerPoint(windows_core::IUnknown); windows_core::imp::interface_hierarchy!(PointerPoint, windows_core::IUnknown, windows_core::IInspectable); impl PointerPoint { @@ -2219,6 +2538,20 @@ impl PointerPoint { (windows_core::Interface::vtable(this).Properties)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } } + pub fn IsPhysicalPositionSupported(&self) -> windows_core::Result { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).IsPhysicalPositionSupported)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn PhysicalPosition(&self) -> windows_core::Result { + let this = &windows_core::Interface::cast::(self)?; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).PhysicalPosition)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } pub fn GetCurrentPoint(pointerid: u32) -> windows_core::Result { Self::IPointerPointStatics(|this| unsafe { let mut result__ = core::mem::zeroed(); @@ -3620,6 +3953,146 @@ impl windows_core::RuntimeName for TappedEventArgs { const NAME: &'static str = "Windows.UI.Input.TappedEventArgs"; } #[repr(transparent)] +#[derive(PartialEq, Eq, Debug, Clone)] +pub struct TouchpadGesturesController(windows_core::IUnknown); +windows_core::imp::interface_hierarchy!(TouchpadGesturesController, windows_core::IUnknown, windows_core::IInspectable); +impl TouchpadGesturesController { + pub fn GesturesEnabled(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).GesturesEnabled)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetGesturesEnabled(&self, value: bool) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetGesturesEnabled)(windows_core::Interface::as_raw(this), value).ok() } + } + pub fn SupportedGestures(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).SupportedGestures)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } + pub fn SetSupportedGestures(&self, value: TouchpadGlobalGestureKinds) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).SetSupportedGestures)(windows_core::Interface::as_raw(this), value).ok() } + } + #[cfg(feature = "UI_Core")] + pub fn PointerPressed(&self, handler: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).PointerPressed)(windows_core::Interface::as_raw(this), handler.param().abi(), &mut result__).map(|| result__) + } + } + pub fn RemovePointerPressed(&self, token: super::super::Foundation::EventRegistrationToken) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).RemovePointerPressed)(windows_core::Interface::as_raw(this), token).ok() } + } + #[cfg(feature = "UI_Core")] + pub fn PointerMoved(&self, handler: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).PointerMoved)(windows_core::Interface::as_raw(this), handler.param().abi(), &mut result__).map(|| result__) + } + } + pub fn RemovePointerMoved(&self, token: super::super::Foundation::EventRegistrationToken) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).RemovePointerMoved)(windows_core::Interface::as_raw(this), token).ok() } + } + #[cfg(feature = "UI_Core")] + pub fn PointerReleased(&self, handler: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).PointerReleased)(windows_core::Interface::as_raw(this), handler.param().abi(), &mut result__).map(|| result__) + } + } + pub fn RemovePointerReleased(&self, token: super::super::Foundation::EventRegistrationToken) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).RemovePointerReleased)(windows_core::Interface::as_raw(this), token).ok() } + } + pub fn TouchpadGlobalActionPerformed(&self, handler: P0) -> windows_core::Result + where + P0: windows_core::Param>, + { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).TouchpadGlobalActionPerformed)(windows_core::Interface::as_raw(this), handler.param().abi(), &mut result__).map(|| result__) + } + } + pub fn RemoveTouchpadGlobalActionPerformed(&self, token: super::super::Foundation::EventRegistrationToken) -> windows_core::Result<()> { + let this = self; + unsafe { (windows_core::Interface::vtable(this).RemoveTouchpadGlobalActionPerformed)(windows_core::Interface::as_raw(this), token).ok() } + } + pub fn IsSupported() -> windows_core::Result { + Self::ITouchpadGesturesControllerStatics(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).IsSupported)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + }) + } + pub fn CreateForProcess() -> windows_core::Result { + Self::ITouchpadGesturesControllerStatics(|this| unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).CreateForProcess)(windows_core::Interface::as_raw(this), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) + }) + } + fn ITouchpadGesturesControllerStatics windows_core::Result>(callback: F) -> windows_core::Result { + static SHARED: windows_core::imp::FactoryCache = windows_core::imp::FactoryCache::new(); + SHARED.call(callback) + } +} +impl windows_core::RuntimeType for TouchpadGesturesController { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); +} +unsafe impl windows_core::Interface for TouchpadGesturesController { + type Vtable = ITouchpadGesturesController_Vtbl; + const IID: windows_core::GUID = ::IID; +} +impl windows_core::RuntimeName for TouchpadGesturesController { + const NAME: &'static str = "Windows.UI.Input.TouchpadGesturesController"; +} +unsafe impl Send for TouchpadGesturesController {} +unsafe impl Sync for TouchpadGesturesController {} +#[repr(transparent)] +#[derive(PartialEq, Eq, Debug, Clone)] +pub struct TouchpadGlobalActionEventArgs(windows_core::IUnknown); +windows_core::imp::interface_hierarchy!(TouchpadGlobalActionEventArgs, windows_core::IUnknown, windows_core::IInspectable); +impl TouchpadGlobalActionEventArgs { + pub fn Action(&self) -> windows_core::Result { + let this = self; + unsafe { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(this).Action)(windows_core::Interface::as_raw(this), &mut result__).map(|| result__) + } + } +} +impl windows_core::RuntimeType for TouchpadGlobalActionEventArgs { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::for_class::(); +} +unsafe impl windows_core::Interface for TouchpadGlobalActionEventArgs { + type Vtable = ITouchpadGlobalActionEventArgs_Vtbl; + const IID: windows_core::GUID = ::IID; +} +impl windows_core::RuntimeName for TouchpadGlobalActionEventArgs { + const NAME: &'static str = "Windows.UI.Input.TouchpadGlobalActionEventArgs"; +} +unsafe impl Send for TouchpadGlobalActionEventArgs {} +unsafe impl Sync for TouchpadGlobalActionEventArgs {} +#[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct CrossSlidingState(pub i32); impl CrossSlidingState { @@ -3879,6 +4352,87 @@ impl core::fmt::Debug for RadialControllerSystemMenuItemKind { impl windows_core::RuntimeType for RadialControllerSystemMenuItemKind { const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::from_slice(b"enum(Windows.UI.Input.RadialControllerSystemMenuItemKind;i4)"); } +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct TouchpadGlobalAction(pub i32); +impl TouchpadGlobalAction { + pub const ThreeFingerTap: Self = Self(0i32); + pub const FourFingerTap: Self = Self(1i32); + pub const FiveFingerTap: Self = Self(2i32); + pub const ThreeFingerPressDown: Self = Self(3i32); + pub const FourFingerPressDown: Self = Self(4i32); + pub const FiveFingerPressDown: Self = Self(5i32); + pub const ThreeFingerPressUp: Self = Self(6i32); + pub const FourFingerPressUp: Self = Self(7i32); + pub const FiveFingerPressUp: Self = Self(8i32); +} +impl windows_core::TypeKind for TouchpadGlobalAction { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for TouchpadGlobalAction { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("TouchpadGlobalAction").field(&self.0).finish() + } +} +impl windows_core::RuntimeType for TouchpadGlobalAction { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::from_slice(b"enum(Windows.UI.Input.TouchpadGlobalAction;i4)"); +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct TouchpadGlobalGestureKinds(pub u32); +impl TouchpadGlobalGestureKinds { + pub const None: Self = Self(0u32); + pub const ThreeFingerManipulations: Self = Self(1u32); + pub const FourFingerManipulations: Self = Self(2u32); + pub const FiveFingerManipulations: Self = Self(4u32); + pub const ThreeFingerActions: Self = Self(8u32); + pub const FourFingerActions: Self = Self(16u32); + pub const FiveFingerActions: Self = Self(32u32); +} +impl windows_core::TypeKind for TouchpadGlobalGestureKinds { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for TouchpadGlobalGestureKinds { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("TouchpadGlobalGestureKinds").field(&self.0).finish() + } +} +impl TouchpadGlobalGestureKinds { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for TouchpadGlobalGestureKinds { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for TouchpadGlobalGestureKinds { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for TouchpadGlobalGestureKinds { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for TouchpadGlobalGestureKinds { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for TouchpadGlobalGestureKinds { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} +impl windows_core::RuntimeType for TouchpadGlobalGestureKinds { + const SIGNATURE: windows_core::imp::ConstBuffer = windows_core::imp::ConstBuffer::from_slice(b"enum(Windows.UI.Input.TouchpadGlobalGestureKinds;u4)"); +} #[repr(C)] #[derive(Clone, Copy, Debug, PartialEq)] pub struct CrossSlideThresholds { diff --git a/crates/libs/windows/src/Windows/Wdk/Devices/Bluetooth/mod.rs b/crates/libs/windows/src/Windows/Wdk/Devices/Bluetooth/mod.rs index 7bac2031d9..840a6e73ae 100644 --- a/crates/libs/windows/src/Windows/Wdk/Devices/Bluetooth/mod.rs +++ b/crates/libs/windows/src/Windows/Wdk/Devices/Bluetooth/mod.rs @@ -1,31 +1,17 @@ -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_ClassOfDevice: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 10 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_ClassOfDevice_Deprecated: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceAddress: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 1 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceFlags: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceManufacturer: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceModelNumber: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DevicePID: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceProductVersion: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceVID: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_DeviceVIDSource: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_LastConnectedTime: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 11 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_LastConnectedTime_Deprecated: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_LastSeenTime: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 12 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Bluetooth_ServiceGUID: super::super::super::Win32::Devices::Properties::DEVPROPKEY = super::super::super::Win32::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 2 }; +pub const DEVPKEY_Bluetooth_ClassOfDevice: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 10 }; +pub const DEVPKEY_Bluetooth_ClassOfDevice_Deprecated: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 4 }; +pub const DEVPKEY_Bluetooth_DeviceAddress: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 1 }; +pub const DEVPKEY_Bluetooth_DeviceFlags: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 3 }; +pub const DEVPKEY_Bluetooth_DeviceManufacturer: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 4 }; +pub const DEVPKEY_Bluetooth_DeviceModelNumber: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 5 }; +pub const DEVPKEY_Bluetooth_DevicePID: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 8 }; +pub const DEVPKEY_Bluetooth_DeviceProductVersion: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 9 }; +pub const DEVPKEY_Bluetooth_DeviceVID: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 7 }; +pub const DEVPKEY_Bluetooth_DeviceVIDSource: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 6 }; +pub const DEVPKEY_Bluetooth_LastConnectedTime: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 11 }; +pub const DEVPKEY_Bluetooth_LastConnectedTime_Deprecated: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 5 }; +pub const DEVPKEY_Bluetooth_LastSeenTime: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 12 }; +pub const DEVPKEY_Bluetooth_ServiceGUID: super::super::super::Win32::Foundation::DEVPROPKEY = super::super::super::Win32::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 2 }; pub const GUID_BTHDDI_PROFILE_DRIVER_INTERFACE: windows_core::GUID = windows_core::GUID::from_u128(0x94a59aa8_4383_4286_aa4f_34a160f40004); pub const GUID_BTHDDI_SDP_NODE_INTERFACE: windows_core::GUID = windows_core::GUID::from_u128(0x81a7fdf3_86c1_4be8_a8c8_2a6d188b4177); pub const GUID_BTHDDI_SDP_PARSE_INTERFACE: windows_core::GUID = windows_core::GUID::from_u128(0x4e719439_9cf1_4bab_ac1d_3279865743d2); diff --git a/crates/libs/windows/src/Windows/Wdk/Foundation/mod.rs b/crates/libs/windows/src/Windows/Wdk/Foundation/mod.rs index 95e826c5b2..600ae06085 100644 --- a/crates/libs/windows/src/Windows/Wdk/Foundation/mod.rs +++ b/crates/libs/windows/src/Windows/Wdk/Foundation/mod.rs @@ -2350,54 +2350,63 @@ impl Default for MDL { } } #[repr(C)] +#[cfg(feature = "Win32_Security")] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct OBJECT_ATTRIBUTES { pub Length: u32, pub RootDirectory: super::super::Win32::Foundation::HANDLE, pub ObjectName: *const super::super::Win32::Foundation::UNICODE_STRING, - pub Attributes: u32, - pub SecurityDescriptor: *const core::ffi::c_void, - pub SecurityQualityOfService: *const core::ffi::c_void, + pub Attributes: super::super::Win32::Foundation::OBJECT_ATTRIBUTE_FLAGS, + pub SecurityDescriptor: *const super::super::Win32::Security::SECURITY_DESCRIPTOR, + pub SecurityQualityOfService: *const super::super::Win32::Security::SECURITY_QUALITY_OF_SERVICE, } +#[cfg(feature = "Win32_Security")] impl windows_core::TypeKind for OBJECT_ATTRIBUTES { type TypeKind = windows_core::CopyType; } +#[cfg(feature = "Win32_Security")] impl Default for OBJECT_ATTRIBUTES { fn default() -> Self { unsafe { core::mem::zeroed() } } } #[repr(C)] +#[cfg(feature = "Win32_Security")] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct OBJECT_ATTRIBUTES32 { pub Length: u32, pub RootDirectory: u32, pub ObjectName: u32, - pub Attributes: u32, - pub SecurityDescriptor: u32, - pub SecurityQualityOfService: u32, + pub Attributes: super::super::Win32::Foundation::OBJECT_ATTRIBUTE_FLAGS, + pub SecurityDescriptor: *const super::super::Win32::Security::SECURITY_DESCRIPTOR, + pub SecurityQualityOfService: *const super::super::Win32::Security::SECURITY_QUALITY_OF_SERVICE, } +#[cfg(feature = "Win32_Security")] impl windows_core::TypeKind for OBJECT_ATTRIBUTES32 { type TypeKind = windows_core::CopyType; } +#[cfg(feature = "Win32_Security")] impl Default for OBJECT_ATTRIBUTES32 { fn default() -> Self { unsafe { core::mem::zeroed() } } } #[repr(C)] +#[cfg(feature = "Win32_Security")] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct OBJECT_ATTRIBUTES64 { pub Length: u32, pub RootDirectory: u64, pub ObjectName: u64, - pub Attributes: u32, - pub SecurityDescriptor: u64, - pub SecurityQualityOfService: u64, + pub Attributes: super::super::Win32::Foundation::OBJECT_ATTRIBUTE_FLAGS, + pub SecurityDescriptor: *const super::super::Win32::Security::SECURITY_DESCRIPTOR, + pub SecurityQualityOfService: *const super::super::Win32::Security::SECURITY_QUALITY_OF_SERVICE, } +#[cfg(feature = "Win32_Security")] impl windows_core::TypeKind for OBJECT_ATTRIBUTES64 { type TypeKind = windows_core::CopyType; } +#[cfg(feature = "Win32_Security")] impl Default for OBJECT_ATTRIBUTES64 { fn default() -> Self { unsafe { core::mem::zeroed() } diff --git a/crates/libs/windows/src/Windows/Wdk/Graphics/Direct3D/mod.rs b/crates/libs/windows/src/Windows/Wdk/Graphics/Direct3D/mod.rs index 9905268124..711a395160 100644 --- a/crates/libs/windows/src/Windows/Wdk/Graphics/Direct3D/mod.rs +++ b/crates/libs/windows/src/Windows/Wdk/Graphics/Direct3D/mod.rs @@ -440,7 +440,7 @@ pub unsafe fn D3DKMTOpenKeyedMutexFromNtHandle(param0: *mut D3DKMT_OPENKEYEDMUTE windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenKeyedMutexFromNtHandle(param0 : *mut D3DKMT_OPENKEYEDMUTEXFROMNTHANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); D3DKMTOpenKeyedMutexFromNtHandle(param0) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn D3DKMTOpenNtHandleFromName(param0: *mut D3DKMT_OPENNTHANDLEFROMNAME) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenNtHandleFromName(param0 : *mut D3DKMT_OPENNTHANDLEFROMNAME) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -476,7 +476,7 @@ pub unsafe fn D3DKMTOpenSyncObjectFromNtHandle2(param0: *mut D3DKMT_OPENSYNCOBJE windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenSyncObjectFromNtHandle2(param0 : *mut D3DKMT_OPENSYNCOBJECTFROMNTHANDLE2) -> super::super::super::Win32::Foundation:: NTSTATUS); D3DKMTOpenSyncObjectFromNtHandle2(param0) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn D3DKMTOpenSyncObjectNtHandleFromName(param0: *mut D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("gdi32.dll" "system" fn D3DKMTOpenSyncObjectNtHandleFromName(param0 : *mut D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -748,7 +748,7 @@ pub unsafe fn D3DKMTSetVidPnSourceOwner2(param0: *const D3DKMT_SETVIDPNSOURCEOWN windows_targets::link!("gdi32.dll" "system" fn D3DKMTSetVidPnSourceOwner2(param0 : *const D3DKMT_SETVIDPNSOURCEOWNER2) -> super::super::super::Win32::Foundation:: NTSTATUS); D3DKMTSetVidPnSourceOwner2(param0) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn D3DKMTShareObjects(hobjects: &[u32], pobjectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, dwdesiredaccess: u32, phsharednthandle: *mut super::super::super::Win32::Foundation::HANDLE) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("gdi32.dll" "system" fn D3DKMTShareObjects(cobjects : u32, hobjects : *const u32, pobjectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, dwdesiredaccess : u32, phsharednthandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -12580,18 +12580,18 @@ impl Default for D3DKMT_OPENNATIVEFENCEFROMNTHANDLE { } } #[repr(C)] -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct D3DKMT_OPENNTHANDLEFROMNAME { pub dwDesiredAccess: u32, pub pObjAttrib: *mut super::super::Foundation::OBJECT_ATTRIBUTES, pub hNtHandle: super::super::super::Win32::Foundation::HANDLE, } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] impl windows_core::TypeKind for D3DKMT_OPENNTHANDLEFROMNAME { type TypeKind = windows_core::CopyType; } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] impl Default for D3DKMT_OPENNTHANDLEFROMNAME { fn default() -> Self { unsafe { core::mem::zeroed() } @@ -12751,18 +12751,18 @@ impl Default for D3DKMT_OPENSYNCOBJECTFROMNTHANDLE2_0_0 { } } #[repr(C)] -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME { pub dwDesiredAccess: u32, pub pObjAttrib: *mut super::super::Foundation::OBJECT_ATTRIBUTES, pub hNtHandle: super::super::super::Win32::Foundation::HANDLE, } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] impl windows_core::TypeKind for D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME { type TypeKind = windows_core::CopyType; } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] impl Default for D3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME { fn default() -> Self { unsafe { core::mem::zeroed() } @@ -20677,7 +20677,7 @@ pub type PFND3DKMT_OPENKEYEDMUTEX = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENKEYEDMUTEXFROMNTHANDLE = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENNATIVEFENCEFROMNTHANDLE = Option super::super::super::Win32::Foundation::NTSTATUS>; -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] pub type PFND3DKMT_OPENNTHANDLEFROMNAME = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENRESOURCE = Option super::super::super::Win32::Foundation::NTSTATUS>; @@ -20686,7 +20686,7 @@ pub type PFND3DKMT_OPENRESOURCEFROMNTHANDLE = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OPENSYNCOBJECTFROMNTHANDLE2 = Option super::super::super::Win32::Foundation::NTSTATUS>; -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] pub type PFND3DKMT_OPENSYNCOBJECTNTHANDLEFROMNAME = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OUTPUTDUPLGETFRAMEINFO = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_OUTPUTDUPLGETMETADATA = Option super::super::super::Win32::Foundation::NTSTATUS>; @@ -20743,7 +20743,7 @@ pub type PFND3DKMT_SETVIDPNSOURCEOWNER1 = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION = Option super::super::super::Win32::Foundation::NTSTATUS>; -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] pub type PFND3DKMT_SHAREOBJECTS = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 = Option super::super::super::Win32::Foundation::NTSTATUS>; diff --git a/crates/libs/windows/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs b/crates/libs/windows/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs index 3cab73a4f5..807b18b9f8 100644 --- a/crates/libs/windows/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs +++ b/crates/libs/windows/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs @@ -355,7 +355,7 @@ where windows_targets::link!("fltmgr.sys" "system" fn FltCopyOpenReparseList(filter : PFLT_FILTER, data : *const FLT_CALLBACK_DATA, ecplist : *mut super::super::super::Foundation:: ECP_LIST) -> super::super::super::super::Win32::Foundation:: NTSTATUS); FltCopyOpenReparseList(filter.param().abi(), data, ecplist) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn FltCreateCommunicationPort(filter: P0, serverport: *mut PFLT_PORT, objectattributes: *const super::super::super::Foundation::OBJECT_ATTRIBUTES, serverportcookie: Option<*const core::ffi::c_void>, connectnotifycallback: PFLT_CONNECT_NOTIFY, disconnectnotifycallback: PFLT_DISCONNECT_NOTIFY, messagenotifycallback: PFLT_MESSAGE_NOTIFY, maxconnections: i32) -> super::super::super::super::Win32::Foundation::NTSTATUS where @@ -364,7 +364,7 @@ where windows_targets::link!("fltmgr.sys" "system" fn FltCreateCommunicationPort(filter : PFLT_FILTER, serverport : *mut PFLT_PORT, objectattributes : *const super::super::super::Foundation:: OBJECT_ATTRIBUTES, serverportcookie : *const core::ffi::c_void, connectnotifycallback : PFLT_CONNECT_NOTIFY, disconnectnotifycallback : PFLT_DISCONNECT_NOTIFY, messagenotifycallback : PFLT_MESSAGE_NOTIFY, maxconnections : i32) -> super::super::super::super::Win32::Foundation:: NTSTATUS); FltCreateCommunicationPort(filter.param().abi(), serverport, objectattributes, core::mem::transmute(serverportcookie.unwrap_or(core::ptr::null())), connectnotifycallback, disconnectnotifycallback, messagenotifycallback, maxconnections) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn FltCreateFile(filter: P0, instance: P1, filehandle: *mut super::super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::super::Win32::System::IO::IO_STATUS_BLOCK, allocationsize: Option<*const i64>, fileattributes: u32, shareaccess: u32, createdisposition: u32, createoptions: u32, eabuffer: Option<*const core::ffi::c_void>, ealength: u32, flags: u32) -> super::super::super::super::Win32::Foundation::NTSTATUS where @@ -1466,7 +1466,7 @@ where windows_targets::link!("fltmgr.sys" "system" fn FltQueryEaFile(instance : PFLT_INSTANCE, fileobject : *const super::super::super::Foundation:: FILE_OBJECT, returnedeadata : *mut core::ffi::c_void, length : u32, returnsingleentry : super::super::super::super::Win32::Foundation:: BOOLEAN, ealist : *const core::ffi::c_void, ealistlength : u32, eaindex : *const u32, restartscan : super::super::super::super::Win32::Foundation:: BOOLEAN, lengthreturned : *mut u32) -> super::super::super::super::Win32::Foundation:: NTSTATUS); FltQueryEaFile(instance.param().abi(), fileobject, returnedeadata, length, returnsingleentry.param().abi(), core::mem::transmute(ealist.unwrap_or(core::ptr::null())), ealistlength, core::mem::transmute(eaindex.unwrap_or(core::ptr::null())), restartscan.param().abi(), core::mem::transmute(lengthreturned.unwrap_or(core::ptr::null_mut()))) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_System_SystemServices", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_System_SystemServices", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn FltQueryInformationByName(filter: P0, instance: P1, objectattributes: *const super::super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::super::Win32::System::IO::IO_STATUS_BLOCK, fileinformation: *mut core::ffi::c_void, length: u32, fileinformationclass: super::FILE_INFORMATION_CLASS, drivercontext: Option<*const super::super::super::System::SystemServices::IO_DRIVER_CREATE_CONTEXT>) -> super::super::super::super::Win32::Foundation::NTSTATUS where diff --git a/crates/libs/windows/src/Windows/Wdk/Storage/FileSystem/mod.rs b/crates/libs/windows/src/Windows/Wdk/Storage/FileSystem/mod.rs index 8e09abc293..48bebb2a7b 100644 --- a/crates/libs/windows/src/Windows/Wdk/Storage/FileSystem/mod.rs +++ b/crates/libs/windows/src/Windows/Wdk/Storage/FileSystem/mod.rs @@ -1685,7 +1685,7 @@ pub unsafe fn IoEnumerateRegisteredFiltersList(driverobjectlist: Option<*mut *mu windows_targets::link!("ntoskrnl.exe" "system" fn IoEnumerateRegisteredFiltersList(driverobjectlist : *mut *mut super::super::Foundation:: DRIVER_OBJECT, driverobjectlistsize : u32, actualnumberdriverobjects : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); IoEnumerateRegisteredFiltersList(core::mem::transmute(driverobjectlist.unwrap_or(core::ptr::null_mut())), driverobjectlistsize, actualnumberdriverobjects) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn IoFastQueryNetworkAttributes(objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, desiredaccess: u32, openoptions: u32, iostatus: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, buffer: *mut FILE_NETWORK_OPEN_INFORMATION) -> super::super::super::Win32::Foundation::BOOLEAN { windows_targets::link!("ntoskrnl.exe" "system" fn IoFastQueryNetworkAttributes(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, desiredaccess : u32, openoptions : u32, iostatus : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, buffer : *mut FILE_NETWORK_OPEN_INFORMATION) -> super::super::super::Win32::Foundation:: BOOLEAN); @@ -2294,13 +2294,13 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCloseObjectAuditAlarm(subsystemname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, handleid : *const core::ffi::c_void, generateonclose : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCloseObjectAuditAlarm(subsystemname, core::mem::transmute(handleid.unwrap_or(core::ptr::null())), generateonclose.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtCreateDirectoryObject(directoryhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtCreateDirectoryObject(directoryhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateDirectoryObject(directoryhandle, desiredaccess, objectattributes) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Kernel"))] #[inline] pub unsafe fn NtCreateEvent(eventhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, eventtype: super::super::super::Win32::System::Kernel::EVENT_TYPE, initialstate: P0) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -2309,13 +2309,13 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCreateEvent(eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, eventtype : super::super::super::Win32::System::Kernel:: EVENT_TYPE, initialstate : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateEvent(eventhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), eventtype, initialstate.param().abi()) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Storage_FileSystem", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_Storage_FileSystem", feature = "Win32_System_IO"))] #[inline] pub unsafe fn NtCreateFile(filehandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: super::super::super::Win32::Storage::FileSystem::FILE_ACCESS_RIGHTS, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, allocationsize: Option<*const i64>, fileattributes: super::super::super::Win32::Storage::FileSystem::FILE_FLAGS_AND_ATTRIBUTES, shareaccess: super::super::super::Win32::Storage::FileSystem::FILE_SHARE_MODE, createdisposition: NTCREATEFILE_CREATE_DISPOSITION, createoptions: NTCREATEFILE_CREATE_OPTIONS, eabuffer: Option<*const core::ffi::c_void>, ealength: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtCreateFile(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : super::super::super::Win32::Storage::FileSystem:: FILE_ACCESS_RIGHTS, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : super::super::super::Win32::Storage::FileSystem:: FILE_FLAGS_AND_ATTRIBUTES, shareaccess : super::super::super::Win32::Storage::FileSystem:: FILE_SHARE_MODE, createdisposition : NTCREATEFILE_CREATE_DISPOSITION, createoptions : NTCREATEFILE_CREATE_OPTIONS, eabuffer : *const core::ffi::c_void, ealength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateFile(filehandle, desiredaccess, objectattributes, iostatusblock, core::mem::transmute(allocationsize.unwrap_or(core::ptr::null())), fileattributes, shareaccess, createdisposition, createoptions, core::mem::transmute(eabuffer.unwrap_or(core::ptr::null())), ealength) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtCreateSection(sectionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, maximumsize: Option<*const i64>, sectionpageprotection: u32, allocationattributes: u32, filehandle: P0) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -2324,7 +2324,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCreateSection(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, maximumsize : *const i64, sectionpageprotection : u32, allocationattributes : u32, filehandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateSection(sectionhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), core::mem::transmute(maximumsize.unwrap_or(core::ptr::null())), sectionpageprotection, allocationattributes, filehandle.param().abi()) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Memory"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Memory"))] #[inline] pub unsafe fn NtCreateSectionEx(sectionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, maximumsize: Option<*const i64>, sectionpageprotection: u32, allocationattributes: u32, filehandle: P0, extendedparameters: Option<&mut [super::super::super::Win32::System::Memory::MEM_EXTENDED_PARAMETER]>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -2333,7 +2333,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCreateSectionEx(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, maximumsize : *const i64, sectionpageprotection : u32, allocationattributes : u32, filehandle : super::super::super::Win32::Foundation:: HANDLE, extendedparameters : *mut super::super::super::Win32::System::Memory:: MEM_EXTENDED_PARAMETER, extendedparametercount : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateSectionEx(sectionhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), core::mem::transmute(maximumsize.unwrap_or(core::ptr::null())), sectionpageprotection, allocationattributes, filehandle.param().abi(), core::mem::transmute(extendedparameters.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), extendedparameters.as_deref().map_or(0, |slice| slice.len().try_into().unwrap())) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtDeleteFile(objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtDeleteFile(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -2453,13 +2453,13 @@ where windows_targets::link!("ntdll.dll" "system" fn NtNotifyChangeKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, completionfilter : u32, watchtree : super::super::super::Win32::Foundation:: BOOLEAN, buffer : *mut core::ffi::c_void, buffersize : u32, asynchronous : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); NtNotifyChangeKey(keyhandle.param().abi(), event.param().abi(), apcroutine, core::mem::transmute(apccontext.unwrap_or(core::ptr::null())), iostatusblock, completionfilter, watchtree.param().abi(), core::mem::transmute(buffer.unwrap_or(core::ptr::null_mut())), buffersize, asynchronous.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenDirectoryObject(directoryhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenDirectoryObject(directoryhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenDirectoryObject(directoryhandle, desiredaccess, objectattributes) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn NtOpenFile(filehandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, shareaccess: u32, openoptions: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenFile(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, shareaccess : u32, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -2493,7 +2493,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtOpenProcessTokenEx(processhandle : super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, handleattributes : u32, tokenhandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenProcessTokenEx(processhandle.param().abi(), desiredaccess, handleattributes, tokenhandle) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenSymbolicLinkObject(linkhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenSymbolicLinkObject(linkhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -2589,13 +2589,13 @@ where windows_targets::link!("ntdll.dll" "system" fn NtQueryEaFile(filehandle : super::super::super::Win32::Foundation:: HANDLE, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, buffer : *mut core::ffi::c_void, length : u32, returnsingleentry : super::super::super::Win32::Foundation:: BOOLEAN, ealist : *const core::ffi::c_void, ealistlength : u32, eaindex : *const u32, restartscan : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); NtQueryEaFile(filehandle.param().abi(), iostatusblock, buffer, length, returnsingleentry.param().abi(), core::mem::transmute(ealist.unwrap_or(core::ptr::null())), ealistlength, core::mem::transmute(eaindex.unwrap_or(core::ptr::null())), restartscan.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtQueryFullAttributesFile(objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, fileinformation: *mut FILE_NETWORK_OPEN_INFORMATION) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtQueryFullAttributesFile(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, fileinformation : *mut FILE_NETWORK_OPEN_INFORMATION) -> super::super::super::Win32::Foundation:: NTSTATUS); NtQueryFullAttributesFile(objectattributes, fileinformation) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn NtQueryInformationByName(objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, fileinformation: *mut core::ffi::c_void, length: u32, fileinformationclass: FILE_INFORMATION_CLASS) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtQueryInformationByName(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, fileinformation : *mut core::ffi::c_void, length : u32, fileinformationclass : FILE_INFORMATION_CLASS) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -3194,6 +3194,14 @@ pub unsafe fn RtlDestroyHeap(heaphandle: *const core::ffi::c_void) -> *mut core: RtlDestroyHeap(heaphandle) } #[inline] +pub unsafe fn RtlDosPathNameToNtPathName_U_WithStatus(dosfilename: P0, ntfilename: *mut super::super::super::Win32::Foundation::UNICODE_STRING, filepart: Option<*mut windows_core::PWSTR>, reserved: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS +where + P0: windows_core::Param, +{ + windows_targets::link!("ntdll.dll" "system" fn RtlDosPathNameToNtPathName_U_WithStatus(dosfilename : windows_core::PCWSTR, ntfilename : *mut super::super::super::Win32::Foundation:: UNICODE_STRING, filepart : *mut windows_core::PWSTR, reserved : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); + RtlDosPathNameToNtPathName_U_WithStatus(dosfilename.param().abi(), ntfilename, core::mem::transmute(filepart.unwrap_or(core::ptr::null_mut())), core::mem::transmute(reserved.unwrap_or(core::ptr::null()))) +} +#[inline] pub unsafe fn RtlDowncaseUnicodeString(destinationstring: *mut super::super::super::Win32::Foundation::UNICODE_STRING, sourcestring: *const super::super::super::Win32::Foundation::UNICODE_STRING, allocatedestinationstring: P0) -> super::super::super::Win32::Foundation::NTSTATUS where P0: windows_core::Param, @@ -3379,6 +3387,14 @@ pub unsafe fn RtlIsCloudFilesPlaceholder(fileattributes: u32, reparsetag: u32) - RtlIsCloudFilesPlaceholder(fileattributes, reparsetag) } #[inline] +pub unsafe fn RtlIsDosDeviceName_U(dosfilename: P0) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("ntdll.dll" "system" fn RtlIsDosDeviceName_U(dosfilename : windows_core::PCWSTR) -> u32); + RtlIsDosDeviceName_U(dosfilename.param().abi()) +} +#[inline] pub unsafe fn RtlIsNonEmptyDirectoryReparsePointAllowed(reparsetag: u32) -> super::super::super::Win32::Foundation::BOOLEAN { windows_targets::link!("ntdll.dll" "system" fn RtlIsNonEmptyDirectoryReparsePointAllowed(reparsetag : u32) -> super::super::super::Win32::Foundation:: BOOLEAN); RtlIsNonEmptyDirectoryReparsePointAllowed(reparsetag) @@ -4482,13 +4498,13 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCloseObjectAuditAlarm(subsystemname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, handleid : *const core::ffi::c_void, generateonclose : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCloseObjectAuditAlarm(subsystemname, core::mem::transmute(handleid.unwrap_or(core::ptr::null())), generateonclose.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwCreateDirectoryObject(directoryhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwCreateDirectoryObject(directoryhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateDirectoryObject(directoryhandle, desiredaccess, objectattributes) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Kernel"))] #[inline] pub unsafe fn ZwCreateEvent(eventhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, eventtype: super::super::super::Win32::System::Kernel::EVENT_TYPE, initialstate: P0) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -4497,7 +4513,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCreateEvent(eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, eventtype : super::super::super::Win32::System::Kernel:: EVENT_TYPE, initialstate : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateEvent(eventhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), eventtype, initialstate.param().abi()) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Memory"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Memory"))] #[inline] pub unsafe fn ZwCreateSectionEx(sectionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, maximumsize: Option<*const i64>, sectionpageprotection: u32, allocationattributes: u32, filehandle: P0, extendedparameters: Option<&mut [super::super::super::Win32::System::Memory::MEM_EXTENDED_PARAMETER]>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -4506,7 +4522,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCreateSectionEx(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, maximumsize : *const i64, sectionpageprotection : u32, allocationattributes : u32, filehandle : super::super::super::Win32::Foundation:: HANDLE, extendedparameters : *mut super::super::super::Win32::System::Memory:: MEM_EXTENDED_PARAMETER, extendedparametercount : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateSectionEx(sectionhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), core::mem::transmute(maximumsize.unwrap_or(core::ptr::null())), sectionpageprotection, allocationattributes, filehandle.param().abi(), core::mem::transmute(extendedparameters.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), extendedparameters.as_deref().map_or(0, |slice| slice.len().try_into().unwrap())) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwDeleteFile(objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwDeleteFile(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -4626,7 +4642,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwNotifyChangeKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, completionfilter : u32, watchtree : super::super::super::Win32::Foundation:: BOOLEAN, buffer : *mut core::ffi::c_void, buffersize : u32, asynchronous : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwNotifyChangeKey(keyhandle.param().abi(), event.param().abi(), apcroutine, core::mem::transmute(apccontext.unwrap_or(core::ptr::null())), iostatusblock, completionfilter, watchtree.param().abi(), core::mem::transmute(buffer.unwrap_or(core::ptr::null_mut())), buffersize, asynchronous.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenDirectoryObject(directoryhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenDirectoryObject(directoryhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -4750,7 +4766,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwQueryEaFile(filehandle : super::super::super::Win32::Foundation:: HANDLE, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, buffer : *mut core::ffi::c_void, length : u32, returnsingleentry : super::super::super::Win32::Foundation:: BOOLEAN, ealist : *const core::ffi::c_void, ealistlength : u32, eaindex : *const u32, restartscan : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwQueryEaFile(filehandle.param().abi(), iostatusblock, buffer, length, returnsingleentry.param().abi(), core::mem::transmute(ealist.unwrap_or(core::ptr::null())), ealistlength, core::mem::transmute(eaindex.unwrap_or(core::ptr::null())), restartscan.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwQueryFullAttributesFile(objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, fileinformation: *mut FILE_NETWORK_OPEN_INFORMATION) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwQueryFullAttributesFile(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, fileinformation : *mut FILE_NETWORK_OPEN_INFORMATION) -> super::super::super::Win32::Foundation:: NTSTATUS); diff --git a/crates/libs/windows/src/Windows/Wdk/System/Memory/mod.rs b/crates/libs/windows/src/Windows/Wdk/System/Memory/mod.rs index f2e07c8e0a..5162b73923 100644 --- a/crates/libs/windows/src/Windows/Wdk/System/Memory/mod.rs +++ b/crates/libs/windows/src/Windows/Wdk/System/Memory/mod.rs @@ -7,7 +7,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtMapViewOfSection(sectionhandle : super::super::super::Win32::Foundation:: HANDLE, processhandle : super::super::super::Win32::Foundation:: HANDLE, baseaddress : *mut *mut core::ffi::c_void, zerobits : usize, commitsize : usize, sectionoffset : *mut i64, viewsize : *mut usize, inheritdisposition : SECTION_INHERIT, allocationtype : u32, win32protect : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); NtMapViewOfSection(sectionhandle.param().abi(), processhandle.param().abi(), baseaddress, zerobits, commitsize, core::mem::transmute(sectionoffset.unwrap_or(core::ptr::null_mut())), viewsize, inheritdisposition, allocationtype, win32protect) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenSection(sectionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenSection(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -30,7 +30,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwMapViewOfSection(sectionhandle : super::super::super::Win32::Foundation:: HANDLE, processhandle : super::super::super::Win32::Foundation:: HANDLE, baseaddress : *mut *mut core::ffi::c_void, zerobits : usize, commitsize : usize, sectionoffset : *mut i64, viewsize : *mut usize, inheritdisposition : SECTION_INHERIT, allocationtype : u32, win32protect : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwMapViewOfSection(sectionhandle.param().abi(), processhandle.param().abi(), baseaddress, zerobits, commitsize, core::mem::transmute(sectionoffset.unwrap_or(core::ptr::null_mut())), viewsize, inheritdisposition, allocationtype, win32protect) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenSection(sectionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenSection(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); diff --git a/crates/libs/windows/src/Windows/Wdk/System/Registry/mod.rs b/crates/libs/windows/src/Windows/Wdk/System/Registry/mod.rs index 867faf614c..a9ad6c657c 100644 --- a/crates/libs/windows/src/Windows/Wdk/System/Registry/mod.rs +++ b/crates/libs/windows/src/Windows/Wdk/System/Registry/mod.rs @@ -6,13 +6,13 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCommitRegistryTransaction(transactionhandle : super::super::super::Win32::Foundation:: HANDLE, flags : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCommitRegistryTransaction(transactionhandle.param().abi(), flags) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtCreateKey(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, titleindex: u32, class: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>, createoptions: u32, disposition: Option<*mut u32>) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtCreateKey(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, titleindex : u32, class : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, disposition : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateKey(keyhandle, desiredaccess, objectattributes, titleindex, core::mem::transmute(class.unwrap_or(core::ptr::null())), createoptions, core::mem::transmute(disposition.unwrap_or(core::ptr::null_mut()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtCreateKeyTransacted(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, titleindex: u32, class: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>, createoptions: u32, transactionhandle: P0, disposition: Option<*mut u32>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -21,7 +21,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCreateKeyTransacted(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, titleindex : u32, class : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, transactionhandle : super::super::super::Win32::Foundation:: HANDLE, disposition : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateKeyTransacted(keyhandle, desiredaccess, objectattributes, titleindex, core::mem::transmute(class.unwrap_or(core::ptr::null())), createoptions, transactionhandle.param().abi(), core::mem::transmute(disposition.unwrap_or(core::ptr::null_mut()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtCreateRegistryTransaction(transactionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, createoptions: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtCreateRegistryTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -67,7 +67,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtFlushKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); NtFlushKey(keyhandle.param().abi()) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn NtNotifyChangeMultipleKeys(masterkeyhandle: P0, subordinateobjects: Option<&[super::super::Foundation::OBJECT_ATTRIBUTES]>, event: P1, apcroutine: super::super::super::Win32::System::IO::PIO_APC_ROUTINE, apccontext: Option<*const core::ffi::c_void>, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, completionfilter: u32, watchtree: P2, buffer: Option<*mut core::ffi::c_void>, buffersize: u32, asynchronous: P3) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -79,19 +79,19 @@ where windows_targets::link!("ntdll.dll" "system" fn NtNotifyChangeMultipleKeys(masterkeyhandle : super::super::super::Win32::Foundation:: HANDLE, count : u32, subordinateobjects : *const super::super::Foundation:: OBJECT_ATTRIBUTES, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, completionfilter : u32, watchtree : super::super::super::Win32::Foundation:: BOOLEAN, buffer : *mut core::ffi::c_void, buffersize : u32, asynchronous : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); NtNotifyChangeMultipleKeys(masterkeyhandle.param().abi(), subordinateobjects.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(subordinateobjects.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), event.param().abi(), apcroutine, core::mem::transmute(apccontext.unwrap_or(core::ptr::null())), iostatusblock, completionfilter, watchtree.param().abi(), core::mem::transmute(buffer.unwrap_or(core::ptr::null_mut())), buffersize, asynchronous.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenKey(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenKey(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenKey(keyhandle, desiredaccess, objectattributes) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenKeyEx(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, openoptions: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenKeyEx(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenKeyEx(keyhandle, desiredaccess, objectattributes, openoptions) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenKeyTransacted(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, transactionhandle: P0) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -100,7 +100,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtOpenKeyTransacted(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, transactionhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenKeyTransacted(keyhandle, desiredaccess, objectattributes, transactionhandle.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenKeyTransactedEx(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, openoptions: u32, transactionhandle: P0) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -109,7 +109,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtOpenKeyTransactedEx(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, openoptions : u32, transactionhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenKeyTransactedEx(keyhandle, desiredaccess, objectattributes, openoptions, transactionhandle.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenRegistryTransaction(transactionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenRegistryTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -206,13 +206,13 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCommitRegistryTransaction(transactionhandle : super::super::super::Win32::Foundation:: HANDLE, flags : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCommitRegistryTransaction(transactionhandle.param().abi(), flags) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwCreateKey(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, titleindex: u32, class: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>, createoptions: u32, disposition: Option<*mut u32>) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwCreateKey(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, titleindex : u32, class : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, disposition : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateKey(keyhandle, desiredaccess, objectattributes, titleindex, core::mem::transmute(class.unwrap_or(core::ptr::null())), createoptions, core::mem::transmute(disposition.unwrap_or(core::ptr::null_mut()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwCreateKeyTransacted(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, titleindex: u32, class: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>, createoptions: u32, transactionhandle: P0, disposition: Option<*mut u32>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -221,7 +221,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCreateKeyTransacted(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, titleindex : u32, class : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, transactionhandle : super::super::super::Win32::Foundation:: HANDLE, disposition : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateKeyTransacted(keyhandle, desiredaccess, objectattributes, titleindex, core::mem::transmute(class.unwrap_or(core::ptr::null())), createoptions, transactionhandle.param().abi(), core::mem::transmute(disposition.unwrap_or(core::ptr::null_mut()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwCreateRegistryTransaction(transactionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, createoptions: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwCreateRegistryTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -267,7 +267,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwFlushKey(keyhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwFlushKey(keyhandle.param().abi()) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn ZwNotifyChangeMultipleKeys(masterkeyhandle: P0, subordinateobjects: Option<&[super::super::Foundation::OBJECT_ATTRIBUTES]>, event: P1, apcroutine: super::super::super::Win32::System::IO::PIO_APC_ROUTINE, apccontext: Option<*const core::ffi::c_void>, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, completionfilter: u32, watchtree: P2, buffer: Option<*mut core::ffi::c_void>, buffersize: u32, asynchronous: P3) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -279,19 +279,19 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwNotifyChangeMultipleKeys(masterkeyhandle : super::super::super::Win32::Foundation:: HANDLE, count : u32, subordinateobjects : *const super::super::Foundation:: OBJECT_ATTRIBUTES, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, completionfilter : u32, watchtree : super::super::super::Win32::Foundation:: BOOLEAN, buffer : *mut core::ffi::c_void, buffersize : u32, asynchronous : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwNotifyChangeMultipleKeys(masterkeyhandle.param().abi(), subordinateobjects.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(subordinateobjects.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), event.param().abi(), apcroutine, core::mem::transmute(apccontext.unwrap_or(core::ptr::null())), iostatusblock, completionfilter, watchtree.param().abi(), core::mem::transmute(buffer.unwrap_or(core::ptr::null_mut())), buffersize, asynchronous.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenKey(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenKey(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenKey(keyhandle, desiredaccess, objectattributes) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenKeyEx(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, openoptions: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenKeyEx(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenKeyEx(keyhandle, desiredaccess, objectattributes, openoptions) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenKeyTransacted(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, transactionhandle: P0) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -300,7 +300,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwOpenKeyTransacted(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, transactionhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenKeyTransacted(keyhandle, desiredaccess, objectattributes, transactionhandle.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenKeyTransactedEx(keyhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, openoptions: u32, transactionhandle: P0) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -309,7 +309,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwOpenKeyTransactedEx(keyhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, openoptions : u32, transactionhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenKeyTransactedEx(keyhandle, desiredaccess, objectattributes, openoptions, transactionhandle.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenRegistryTransaction(transactionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenRegistryTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); diff --git a/crates/libs/windows/src/Windows/Wdk/System/SystemServices/mod.rs b/crates/libs/windows/src/Windows/Wdk/System/SystemServices/mod.rs index 88d0889b88..5c1a51819d 100644 --- a/crates/libs/windows/src/Windows/Wdk/System/SystemServices/mod.rs +++ b/crates/libs/windows/src/Windows/Wdk/System/SystemServices/mod.rs @@ -494,9 +494,10 @@ where windows_targets::link!("ntoskrnl.exe" "system" fn EtwProviderEnabled(reghandle : super::super::super::Win32::System::Diagnostics::Etw:: REGHANDLE, level : u8, keyword : u64) -> super::super::super::Win32::Foundation:: BOOLEAN); EtwProviderEnabled(reghandle.param().abi(), level, keyword) } +#[cfg(feature = "Win32_System_Diagnostics_Etw")] #[inline] -pub unsafe fn EtwRegister(providerid: *const windows_core::GUID, enablecallback: PETWENABLECALLBACK, callbackcontext: Option<*const core::ffi::c_void>, reghandle: *mut u64) -> super::super::super::Win32::Foundation::NTSTATUS { - windows_targets::link!("ntoskrnl.exe" "system" fn EtwRegister(providerid : *const windows_core::GUID, enablecallback : PETWENABLECALLBACK, callbackcontext : *const core::ffi::c_void, reghandle : *mut u64) -> super::super::super::Win32::Foundation:: NTSTATUS); +pub unsafe fn EtwRegister(providerid: *const windows_core::GUID, enablecallback: PETWENABLECALLBACK, callbackcontext: Option<*const core::ffi::c_void>, reghandle: *mut super::super::super::Win32::System::Diagnostics::Etw::REGHANDLE) -> super::super::super::Win32::Foundation::NTSTATUS { + windows_targets::link!("ntoskrnl.exe" "system" fn EtwRegister(providerid : *const windows_core::GUID, enablecallback : PETWENABLECALLBACK, callbackcontext : *const core::ffi::c_void, reghandle : *mut super::super::super::Win32::System::Diagnostics::Etw:: REGHANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); EtwRegister(providerid, enablecallback, core::mem::transmute(callbackcontext.unwrap_or(core::ptr::null())), reghandle) } #[cfg(feature = "Win32_System_Diagnostics_Etw")] @@ -736,7 +737,7 @@ pub unsafe fn ExConvertExclusiveToSharedLite(resource: *mut super::super::Founda windows_targets::link!("ntoskrnl.exe" "system" fn ExConvertExclusiveToSharedLite(resource : *mut super::super::Foundation:: ERESOURCE)); ExConvertExclusiveToSharedLite(resource) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ExCreateCallback(callbackobject: *mut super::super::Foundation::PCALLBACK_OBJECT, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, create: P0, allowmultiplecallbacks: P1) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -1613,19 +1614,19 @@ pub unsafe fn IoCreateDisk(deviceobject: *const super::super::Foundation::DEVICE windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateDisk(deviceobject : *const super::super::Foundation:: DEVICE_OBJECT, disk : *const super::super::super::Win32::System::Ioctl:: CREATE_DISK) -> super::super::super::Win32::Foundation:: NTSTATUS); IoCreateDisk(deviceobject, core::mem::transmute(disk.unwrap_or(core::ptr::null()))) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn IoCreateFile(filehandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, allocationsize: Option<*const i64>, fileattributes: u32, shareaccess: u32, disposition: u32, createoptions: u32, eabuffer: Option<*const core::ffi::c_void>, ealength: u32, createfiletype: CREATE_FILE_TYPE, internalparameters: Option<*const core::ffi::c_void>, options: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateFile(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : u32, shareaccess : u32, disposition : u32, createoptions : u32, eabuffer : *const core::ffi::c_void, ealength : u32, createfiletype : CREATE_FILE_TYPE, internalparameters : *const core::ffi::c_void, options : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); IoCreateFile(filehandle, desiredaccess, objectattributes, iostatusblock, core::mem::transmute(allocationsize.unwrap_or(core::ptr::null())), fileattributes, shareaccess, disposition, createoptions, core::mem::transmute(eabuffer.unwrap_or(core::ptr::null())), ealength, createfiletype, core::mem::transmute(internalparameters.unwrap_or(core::ptr::null())), options) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn IoCreateFileEx(filehandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, allocationsize: Option<*const i64>, fileattributes: u32, shareaccess: u32, disposition: u32, createoptions: u32, eabuffer: Option<*const core::ffi::c_void>, ealength: u32, createfiletype: CREATE_FILE_TYPE, internalparameters: Option<*const core::ffi::c_void>, options: u32, drivercontext: Option<*const IO_DRIVER_CREATE_CONTEXT>) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateFileEx(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : u32, shareaccess : u32, disposition : u32, createoptions : u32, eabuffer : *const core::ffi::c_void, ealength : u32, createfiletype : CREATE_FILE_TYPE, internalparameters : *const core::ffi::c_void, options : u32, drivercontext : *const IO_DRIVER_CREATE_CONTEXT) -> super::super::super::Win32::Foundation:: NTSTATUS); IoCreateFileEx(filehandle, desiredaccess, objectattributes, iostatusblock, core::mem::transmute(allocationsize.unwrap_or(core::ptr::null())), fileattributes, shareaccess, disposition, createoptions, core::mem::transmute(eabuffer.unwrap_or(core::ptr::null())), ealength, createfiletype, core::mem::transmute(internalparameters.unwrap_or(core::ptr::null())), options, core::mem::transmute(drivercontext.unwrap_or(core::ptr::null()))) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn IoCreateFileSpecifyDeviceObjectHint(filehandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, allocationsize: Option<*const i64>, fileattributes: u32, shareaccess: u32, disposition: u32, createoptions: u32, eabuffer: Option<*const core::ffi::c_void>, ealength: u32, createfiletype: CREATE_FILE_TYPE, internalparameters: Option<*const core::ffi::c_void>, options: u32, deviceobject: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateFileSpecifyDeviceObjectHint(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : u32, shareaccess : u32, disposition : u32, createoptions : u32, eabuffer : *const core::ffi::c_void, ealength : u32, createfiletype : CREATE_FILE_TYPE, internalparameters : *const core::ffi::c_void, options : u32, deviceobject : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -1648,7 +1649,7 @@ pub unsafe fn IoCreateSynchronizationEvent(eventname: *const super::super::super windows_targets::link!("ntoskrnl.exe" "system" fn IoCreateSynchronizationEvent(eventname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE) -> *mut super::super::Foundation:: KEVENT); IoCreateSynchronizationEvent(eventname, eventhandle) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_WindowsProgramming"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_WindowsProgramming"))] #[inline] pub unsafe fn IoCreateSystemThread(ioobject: *mut core::ffi::c_void, threadhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, processhandle: P0, clientid: Option<*mut super::super::super::Win32::System::WindowsProgramming::CLIENT_ID>, startroutine: PKSTART_ROUTINE, startcontext: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -1886,8 +1887,8 @@ pub unsafe fn IoGetDeviceInterfaceAlias(symboliclinkname: *const super::super::s } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn IoGetDeviceInterfacePropertyData(symboliclinkname: *const super::super::super::Win32::Foundation::UNICODE_STRING, propertykey: *const super::super::super::Win32::Devices::Properties::DEVPROPKEY, lcid: u32, flags: u32, size: u32, data: *mut core::ffi::c_void, requiredsize: *mut u32, r#type: *mut super::super::super::Win32::Devices::Properties::DEVPROPTYPE) -> super::super::super::Win32::Foundation::NTSTATUS { - windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDeviceInterfacePropertyData(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, propertykey : *const super::super::super::Win32::Devices::Properties:: DEVPROPKEY, lcid : u32, flags : u32, size : u32, data : *mut core::ffi::c_void, requiredsize : *mut u32, r#type : *mut super::super::super::Win32::Devices::Properties:: DEVPROPTYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); +pub unsafe fn IoGetDeviceInterfacePropertyData(symboliclinkname: *const super::super::super::Win32::Foundation::UNICODE_STRING, propertykey: *const super::super::super::Win32::Foundation::DEVPROPKEY, lcid: u32, flags: u32, size: u32, data: *mut core::ffi::c_void, requiredsize: *mut u32, r#type: *mut super::super::super::Win32::Devices::Properties::DEVPROPTYPE) -> super::super::super::Win32::Foundation::NTSTATUS { + windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDeviceInterfacePropertyData(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, propertykey : *const super::super::super::Win32::Foundation:: DEVPROPKEY, lcid : u32, flags : u32, size : u32, data : *mut core::ffi::c_void, requiredsize : *mut u32, r#type : *mut super::super::super::Win32::Devices::Properties:: DEVPROPTYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); IoGetDeviceInterfacePropertyData(symboliclinkname, propertykey, lcid, flags, size, data, requiredsize, r#type) } #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] @@ -1916,8 +1917,8 @@ pub unsafe fn IoGetDeviceProperty(deviceobject: *const super::super::Foundation: } #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Devices_Properties", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] #[inline] -pub unsafe fn IoGetDevicePropertyData(pdo: *const super::super::Foundation::DEVICE_OBJECT, propertykey: *const super::super::super::Win32::Devices::Properties::DEVPROPKEY, lcid: u32, flags: u32, size: u32, data: *mut core::ffi::c_void, requiredsize: *mut u32, r#type: *mut super::super::super::Win32::Devices::Properties::DEVPROPTYPE) -> super::super::super::Win32::Foundation::NTSTATUS { - windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDevicePropertyData(pdo : *const super::super::Foundation:: DEVICE_OBJECT, propertykey : *const super::super::super::Win32::Devices::Properties:: DEVPROPKEY, lcid : u32, flags : u32, size : u32, data : *mut core::ffi::c_void, requiredsize : *mut u32, r#type : *mut super::super::super::Win32::Devices::Properties:: DEVPROPTYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); +pub unsafe fn IoGetDevicePropertyData(pdo: *const super::super::Foundation::DEVICE_OBJECT, propertykey: *const super::super::super::Win32::Foundation::DEVPROPKEY, lcid: u32, flags: u32, size: u32, data: *mut core::ffi::c_void, requiredsize: *mut u32, r#type: *mut super::super::super::Win32::Devices::Properties::DEVPROPTYPE) -> super::super::super::Win32::Foundation::NTSTATUS { + windows_targets::link!("ntoskrnl.exe" "system" fn IoGetDevicePropertyData(pdo : *const super::super::Foundation:: DEVICE_OBJECT, propertykey : *const super::super::super::Win32::Foundation:: DEVPROPKEY, lcid : u32, flags : u32, size : u32, data : *mut core::ffi::c_void, requiredsize : *mut u32, r#type : *mut super::super::super::Win32::Devices::Properties:: DEVPROPTYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); IoGetDevicePropertyData(pdo, propertykey, lcid, flags, size, data, requiredsize, r#type) } #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] @@ -2182,7 +2183,7 @@ pub unsafe fn IoQueryFullDriverPath(driverobject: *const super::super::Foundatio windows_targets::link!("ntoskrnl.exe" "system" fn IoQueryFullDriverPath(driverobject : *const super::super::Foundation:: DRIVER_OBJECT, fullpath : *mut super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); IoQueryFullDriverPath(driverobject, fullpath) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn IoQueryInformationByName(objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, fileinformation: *mut core::ffi::c_void, length: u32, fileinformationclass: super::super::Storage::FileSystem::FILE_INFORMATION_CLASS, options: u32, drivercontext: Option<*const IO_DRIVER_CREATE_CONTEXT>) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntoskrnl.exe" "system" fn IoQueryInformationByName(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, fileinformation : *mut core::ffi::c_void, length : u32, fileinformationclass : super::super::Storage::FileSystem:: FILE_INFORMATION_CLASS, options : u32, drivercontext : *const IO_DRIVER_CREATE_CONTEXT) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -2456,10 +2457,9 @@ where windows_targets::link!("ntoskrnl.exe" "system" fn IoSetCompletionRoutineEx(deviceobject : *const super::super::Foundation:: DEVICE_OBJECT, irp : *const super::super::Foundation:: IRP, completionroutine : super::super::Foundation:: PIO_COMPLETION_ROUTINE, context : *const core::ffi::c_void, invokeonsuccess : super::super::super::Win32::Foundation:: BOOLEAN, invokeonerror : super::super::super::Win32::Foundation:: BOOLEAN, invokeoncancel : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); IoSetCompletionRoutineEx(deviceobject, irp, completionroutine, core::mem::transmute(context.unwrap_or(core::ptr::null())), invokeonsuccess.param().abi(), invokeonerror.param().abi(), invokeoncancel.param().abi()) } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn IoSetDeviceInterfacePropertyData(symboliclinkname: *const super::super::super::Win32::Foundation::UNICODE_STRING, propertykey: *const super::super::super::Win32::Devices::Properties::DEVPROPKEY, lcid: u32, flags: u32, r#type: u32, size: u32, data: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS { - windows_targets::link!("ntoskrnl.exe" "system" fn IoSetDeviceInterfacePropertyData(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, propertykey : *const super::super::super::Win32::Devices::Properties:: DEVPROPKEY, lcid : u32, flags : u32, r#type : u32, size : u32, data : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); +pub unsafe fn IoSetDeviceInterfacePropertyData(symboliclinkname: *const super::super::super::Win32::Foundation::UNICODE_STRING, propertykey: *const super::super::super::Win32::Foundation::DEVPROPKEY, lcid: u32, flags: u32, r#type: u32, size: u32, data: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS { + windows_targets::link!("ntoskrnl.exe" "system" fn IoSetDeviceInterfacePropertyData(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, propertykey : *const super::super::super::Win32::Foundation:: DEVPROPKEY, lcid : u32, flags : u32, r#type : u32, size : u32, data : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); IoSetDeviceInterfacePropertyData(symboliclinkname, propertykey, lcid, flags, r#type, size, core::mem::transmute(data.unwrap_or(core::ptr::null()))) } #[inline] @@ -2470,10 +2470,10 @@ where windows_targets::link!("ntoskrnl.exe" "system" fn IoSetDeviceInterfaceState(symboliclinkname : *const super::super::super::Win32::Foundation:: UNICODE_STRING, enable : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); IoSetDeviceInterfaceState(symboliclinkname, enable.param().abi()) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Devices_Properties", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] #[inline] -pub unsafe fn IoSetDevicePropertyData(pdo: *const super::super::Foundation::DEVICE_OBJECT, propertykey: *const super::super::super::Win32::Devices::Properties::DEVPROPKEY, lcid: u32, flags: u32, r#type: u32, size: u32, data: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS { - windows_targets::link!("ntoskrnl.exe" "system" fn IoSetDevicePropertyData(pdo : *const super::super::Foundation:: DEVICE_OBJECT, propertykey : *const super::super::super::Win32::Devices::Properties:: DEVPROPKEY, lcid : u32, flags : u32, r#type : u32, size : u32, data : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); +pub unsafe fn IoSetDevicePropertyData(pdo: *const super::super::Foundation::DEVICE_OBJECT, propertykey: *const super::super::super::Win32::Foundation::DEVPROPKEY, lcid: u32, flags: u32, r#type: u32, size: u32, data: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS { + windows_targets::link!("ntoskrnl.exe" "system" fn IoSetDevicePropertyData(pdo : *const super::super::Foundation:: DEVICE_OBJECT, propertykey : *const super::super::super::Win32::Foundation:: DEVPROPKEY, lcid : u32, flags : u32, r#type : u32, size : u32, data : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); IoSetDevicePropertyData(pdo, propertykey, lcid, flags, r#type, size, core::mem::transmute(data.unwrap_or(core::ptr::null()))) } #[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power"))] @@ -4186,7 +4186,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCommitTransaction(transactionhandle : super::super::super::Win32::Foundation:: HANDLE, wait : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCommitTransaction(transactionhandle.param().abi(), wait.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtCreateEnlistment(enlistmenthandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, resourcemanagerhandle: P0, transactionhandle: P1, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, createoptions: u32, notificationmask: u32, enlistmentkey: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -4196,7 +4196,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCreateEnlistment(enlistmenthandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, resourcemanagerhandle : super::super::super::Win32::Foundation:: HANDLE, transactionhandle : super::super::super::Win32::Foundation:: HANDLE, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32, notificationmask : u32, enlistmentkey : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateEnlistment(enlistmenthandle, desiredaccess, resourcemanagerhandle.param().abi(), transactionhandle.param().abi(), core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), createoptions, notificationmask, core::mem::transmute(enlistmentkey.unwrap_or(core::ptr::null()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtCreateResourceManager(resourcemanagerhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, tmhandle: P0, rmguid: *const windows_core::GUID, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, createoptions: u32, description: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -4205,7 +4205,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCreateResourceManager(resourcemanagerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, tmhandle : super::super::super::Win32::Foundation:: HANDLE, rmguid : *const windows_core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32, description : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateResourceManager(resourcemanagerhandle, desiredaccess, tmhandle.param().abi(), rmguid, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), createoptions, core::mem::transmute(description.unwrap_or(core::ptr::null()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtCreateTransaction(transactionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, uow: Option<*const windows_core::GUID>, tmhandle: P0, createoptions: u32, isolationlevel: u32, isolationflags: u32, timeout: Option<*const i64>, description: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -4214,7 +4214,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCreateTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, uow : *const windows_core::GUID, tmhandle : super::super::super::Win32::Foundation:: HANDLE, createoptions : u32, isolationlevel : u32, isolationflags : u32, timeout : *const i64, description : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateTransaction(transactionhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), core::mem::transmute(uow.unwrap_or(core::ptr::null())), tmhandle.param().abi(), createoptions, isolationlevel, isolationflags, core::mem::transmute(timeout.unwrap_or(core::ptr::null())), core::mem::transmute(description.unwrap_or(core::ptr::null()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtCreateTransactionManager(tmhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, logfilename: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>, createoptions: u32, commitstrength: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtCreateTransactionManager(tmhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, logfilename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, commitstrength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -4265,7 +4265,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtManagePartition(targethandle : super::super::super::Win32::Foundation:: HANDLE, sourcehandle : super::super::super::Win32::Foundation:: HANDLE, partitioninformationclass : PARTITION_INFORMATION_CLASS, partitioninformation : *mut core::ffi::c_void, partitioninformationlength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); NtManagePartition(targethandle.param().abi(), sourcehandle.param().abi(), partitioninformationclass, partitioninformation, partitioninformationlength) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenEnlistment(enlistmenthandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, resourcemanagerhandle: P0, enlistmentguid: *const windows_core::GUID, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -4274,7 +4274,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtOpenEnlistment(enlistmenthandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, resourcemanagerhandle : super::super::super::Win32::Foundation:: HANDLE, enlistmentguid : *const windows_core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenEnlistment(enlistmenthandle, desiredaccess, resourcemanagerhandle.param().abi(), enlistmentguid, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenResourceManager(resourcemanagerhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, tmhandle: P0, resourcemanagerguid: Option<*const windows_core::GUID>, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -4283,7 +4283,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtOpenResourceManager(resourcemanagerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, tmhandle : super::super::super::Win32::Foundation:: HANDLE, resourcemanagerguid : *const windows_core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenResourceManager(resourcemanagerhandle, desiredaccess, tmhandle.param().abi(), core::mem::transmute(resourcemanagerguid.unwrap_or(core::ptr::null())), core::mem::transmute(objectattributes.unwrap_or(core::ptr::null()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenTransaction(transactionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, uow: *const windows_core::GUID, tmhandle: P0) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -4292,7 +4292,7 @@ where windows_targets::link!("ntdll.dll" "system" fn NtOpenTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, uow : *const windows_core::GUID, tmhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenTransaction(transactionhandle, desiredaccess, objectattributes, uow, tmhandle.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenTransactionManager(tmhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, logfilename: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>, tmidentity: Option<*const windows_core::GUID>, openoptions: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenTransactionManager(tmhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, logfilename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, tmidentity : *const windows_core::GUID, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -5088,7 +5088,7 @@ where windows_targets::link!("ntoskrnl.exe" "system" fn PsCreateSiloContext(silo : super::super::Foundation:: PESILO, size : u32, pooltype : super::super::Foundation:: POOL_TYPE, contextcleanupcallback : SILO_CONTEXT_CLEANUP_CALLBACK, returnedsilocontext : *mut *mut core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); PsCreateSiloContext(silo.param().abi(), size, pooltype, contextcleanupcallback, returnedsilocontext) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_WindowsProgramming"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_WindowsProgramming"))] #[inline] pub unsafe fn PsCreateSystemThread(threadhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, processhandle: P0, clientid: Option<*mut super::super::super::Win32::System::WindowsProgramming::CLIENT_ID>, startroutine: PKSTART_ROUTINE, startcontext: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -6671,7 +6671,7 @@ where windows_targets::link!("ntoskrnl.exe" "system" fn TmCommitTransaction(transaction : *const super::super::Foundation:: KTRANSACTION, wait : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); TmCommitTransaction(transaction, wait.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn TmCreateEnlistment(enlistmenthandle: *mut super::super::super::Win32::Foundation::HANDLE, previousmode: i8, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, resourcemanager: *const isize, transaction: *const super::super::Foundation::KTRANSACTION, createoptions: u32, notificationmask: u32, enlistmentkey: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntoskrnl.exe" "system" fn TmCreateEnlistment(enlistmenthandle : *mut super::super::super::Win32::Foundation:: HANDLE, previousmode : i8, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, resourcemanager : *const isize, transaction : *const super::super::Foundation:: KTRANSACTION, createoptions : u32, notificationmask : u32, enlistmentkey : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -7010,7 +7010,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCommitTransaction(transactionhandle : super::super::super::Win32::Foundation:: HANDLE, wait : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCommitTransaction(transactionhandle.param().abi(), wait.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwCreateEnlistment(enlistmenthandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, resourcemanagerhandle: P0, transactionhandle: P1, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, createoptions: u32, notificationmask: u32, enlistmentkey: Option<*const core::ffi::c_void>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -7020,13 +7020,13 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCreateEnlistment(enlistmenthandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, resourcemanagerhandle : super::super::super::Win32::Foundation:: HANDLE, transactionhandle : super::super::super::Win32::Foundation:: HANDLE, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32, notificationmask : u32, enlistmentkey : *const core::ffi::c_void) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateEnlistment(enlistmenthandle, desiredaccess, resourcemanagerhandle.param().abi(), transactionhandle.param().abi(), core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), createoptions, notificationmask, core::mem::transmute(enlistmentkey.unwrap_or(core::ptr::null()))) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn ZwCreateFile(filehandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, allocationsize: Option<*const i64>, fileattributes: u32, shareaccess: u32, createdisposition: u32, createoptions: u32, eabuffer: Option<*const core::ffi::c_void>, ealength: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwCreateFile(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, allocationsize : *const i64, fileattributes : u32, shareaccess : u32, createdisposition : u32, createoptions : u32, eabuffer : *const core::ffi::c_void, ealength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateFile(filehandle, desiredaccess, objectattributes, iostatusblock, core::mem::transmute(allocationsize.unwrap_or(core::ptr::null())), fileattributes, shareaccess, createdisposition, createoptions, core::mem::transmute(eabuffer.unwrap_or(core::ptr::null())), ealength) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwCreateResourceManager(resourcemanagerhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, tmhandle: P0, resourcemanagerguid: Option<*const windows_core::GUID>, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, createoptions: u32, description: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -7035,7 +7035,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCreateResourceManager(resourcemanagerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, tmhandle : super::super::super::Win32::Foundation:: HANDLE, resourcemanagerguid : *const windows_core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, createoptions : u32, description : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateResourceManager(resourcemanagerhandle, desiredaccess, tmhandle.param().abi(), core::mem::transmute(resourcemanagerguid.unwrap_or(core::ptr::null())), core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), createoptions, core::mem::transmute(description.unwrap_or(core::ptr::null()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwCreateSection(sectionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, maximumsize: Option<*const i64>, sectionpageprotection: u32, allocationattributes: u32, filehandle: P0) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -7044,7 +7044,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCreateSection(sectionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, maximumsize : *const i64, sectionpageprotection : u32, allocationattributes : u32, filehandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateSection(sectionhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), core::mem::transmute(maximumsize.unwrap_or(core::ptr::null())), sectionpageprotection, allocationattributes, filehandle.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwCreateTransaction(transactionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, uow: Option<*const windows_core::GUID>, tmhandle: P0, createoptions: u32, isolationlevel: u32, isolationflags: u32, timeout: Option<*const i64>, description: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -7053,7 +7053,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCreateTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, uow : *const windows_core::GUID, tmhandle : super::super::super::Win32::Foundation:: HANDLE, createoptions : u32, isolationlevel : u32, isolationflags : u32, timeout : *const i64, description : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateTransaction(transactionhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), core::mem::transmute(uow.unwrap_or(core::ptr::null())), tmhandle.param().abi(), createoptions, isolationlevel, isolationflags, core::mem::transmute(timeout.unwrap_or(core::ptr::null())), core::mem::transmute(description.unwrap_or(core::ptr::null()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwCreateTransactionManager(tmhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, logfilename: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>, createoptions: u32, commitstrength: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwCreateTransactionManager(tmhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, logfilename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, createoptions : u32, commitstrength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -7114,7 +7114,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwManagePartition(targethandle : super::super::super::Win32::Foundation:: HANDLE, sourcehandle : super::super::super::Win32::Foundation:: HANDLE, partitioninformationclass : PARTITION_INFORMATION_CLASS, partitioninformation : *mut core::ffi::c_void, partitioninformationlength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwManagePartition(targethandle.param().abi(), sourcehandle.param().abi(), partitioninformationclass, partitioninformation, partitioninformationlength) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenEnlistment(enlistmenthandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, rmhandle: P0, enlistmentguid: *const windows_core::GUID, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -7123,13 +7123,13 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwOpenEnlistment(enlistmenthandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, rmhandle : super::super::super::Win32::Foundation:: HANDLE, enlistmentguid : *const windows_core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenEnlistment(enlistmenthandle, desiredaccess, rmhandle.param().abi(), enlistmentguid, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null()))) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn ZwOpenFile(filehandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, shareaccess: u32, openoptions: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenFile(filehandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, shareaccess : u32, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenFile(filehandle, desiredaccess, objectattributes, iostatusblock, shareaccess, openoptions) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenResourceManager(resourcemanagerhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, tmhandle: P0, resourcemanagerguid: *const windows_core::GUID, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -7138,13 +7138,13 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwOpenResourceManager(resourcemanagerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, tmhandle : super::super::super::Win32::Foundation:: HANDLE, resourcemanagerguid : *const windows_core::GUID, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenResourceManager(resourcemanagerhandle, desiredaccess, tmhandle.param().abi(), resourcemanagerguid, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenSymbolicLinkObject(linkhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenSymbolicLinkObject(linkhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenSymbolicLinkObject(linkhandle, desiredaccess, objectattributes) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenTransaction(transactionhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, uow: *const windows_core::GUID, tmhandle: P0) -> super::super::super::Win32::Foundation::NTSTATUS where @@ -7153,7 +7153,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwOpenTransaction(transactionhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, uow : *const windows_core::GUID, tmhandle : super::super::super::Win32::Foundation:: HANDLE) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenTransaction(transactionhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), uow, tmhandle.param().abi()) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenTransactionManager(tmhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, logfilename: Option<*const super::super::super::Win32::Foundation::UNICODE_STRING>, tmidentity: Option<*const windows_core::GUID>, openoptions: u32) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenTransactionManager(tmhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, logfilename : *const super::super::super::Win32::Foundation:: UNICODE_STRING, tmidentity : *const windows_core::GUID, openoptions : u32) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -7214,7 +7214,7 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwPropagationFailed(resourcemanagerhandle : super::super::super::Win32::Foundation:: HANDLE, requestcookie : u32, propstatus : super::super::super::Win32::Foundation:: NTSTATUS) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwPropagationFailed(resourcemanagerhandle.param().abi(), requestcookie, propstatus.param().abi()) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_System_IO"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Security", feature = "Win32_System_IO"))] #[inline] pub unsafe fn ZwQueryInformationByName(objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, iostatusblock: *mut super::super::super::Win32::System::IO::IO_STATUS_BLOCK, fileinformation: *mut core::ffi::c_void, length: u32, fileinformationclass: super::super::Storage::FileSystem::FILE_INFORMATION_CLASS) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwQueryInformationByName(objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, fileinformation : *mut core::ffi::c_void, length : u32, fileinformationclass : super::super::Storage::FileSystem:: FILE_INFORMATION_CLASS) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -29214,9 +29214,9 @@ pub type PFLUSH_DMA_BUFFER = Option super::super::super::Win32::Foundation::NTSTATUS>; pub type PFN_IN_USE_PAGE_OFFLINE_NOTIFY = Option super::super::super::Win32::Foundation::BOOLEAN>; pub type PFN_NT_COMMIT_TRANSACTION = Option super::super::super::Win32::Foundation::NTSTATUS>; -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] pub type PFN_NT_CREATE_TRANSACTION = Option super::super::super::Win32::Foundation::NTSTATUS>; -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] pub type PFN_NT_OPEN_TRANSACTION = Option super::super::super::Win32::Foundation::NTSTATUS>; #[cfg(feature = "Win32_System_SystemServices")] pub type PFN_NT_QUERY_INFORMATION_TRANSACTION = Option super::super::super::Win32::Foundation::NTSTATUS>; diff --git a/crates/libs/windows/src/Windows/Wdk/System/Threading/mod.rs b/crates/libs/windows/src/Windows/Wdk/System/Threading/mod.rs index 47dbec0efd..9168234b02 100644 --- a/crates/libs/windows/src/Windows/Wdk/System/Threading/mod.rs +++ b/crates/libs/windows/src/Windows/Wdk/System/Threading/mod.rs @@ -6,25 +6,25 @@ where windows_targets::link!("ntdll.dll" "system" fn NtCancelTimer(timerhandle : super::super::super::Win32::Foundation:: HANDLE, currentstate : *mut super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCancelTimer(timerhandle.param().abi(), core::mem::transmute(currentstate.unwrap_or(core::ptr::null_mut()))) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Kernel"))] #[inline] pub unsafe fn NtCreateTimer(timerhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, timertype: super::super::super::Win32::System::Kernel::TIMER_TYPE) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtCreateTimer(timerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, timertype : super::super::super::Win32::System::Kernel:: TIMER_TYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); NtCreateTimer(timerhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), timertype) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenEvent(eventhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenEvent(eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenEvent(eventhandle, desiredaccess, objectattributes) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_WindowsProgramming"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_WindowsProgramming"))] #[inline] pub unsafe fn NtOpenProcess(processhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, clientid: Option<*const super::super::super::Win32::System::WindowsProgramming::CLIENT_ID>) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenProcess(processhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, clientid : *const super::super::super::Win32::System::WindowsProgramming:: CLIENT_ID) -> super::super::super::Win32::Foundation:: NTSTATUS); NtOpenProcess(processhandle, desiredaccess, objectattributes, core::mem::transmute(clientid.unwrap_or(core::ptr::null()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn NtOpenTimer(timerhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn NtOpenTimer(timerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); @@ -98,25 +98,25 @@ where windows_targets::link!("ntdll.dll" "system" fn ZwCancelTimer(timerhandle : super::super::super::Win32::Foundation:: HANDLE, currentstate : *mut super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCancelTimer(timerhandle.param().abi(), core::mem::transmute(currentstate.unwrap_or(core::ptr::null_mut()))) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_Kernel"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_Kernel"))] #[inline] pub unsafe fn ZwCreateTimer(timerhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: Option<*const super::super::Foundation::OBJECT_ATTRIBUTES>, timertype: super::super::super::Win32::System::Kernel::TIMER_TYPE) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwCreateTimer(timerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, timertype : super::super::super::Win32::System::Kernel:: TIMER_TYPE) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwCreateTimer(timerhandle, desiredaccess, core::mem::transmute(objectattributes.unwrap_or(core::ptr::null())), timertype) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenEvent(eventhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenEvent(eventhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenEvent(eventhandle, desiredaccess, objectattributes) } -#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_System_WindowsProgramming"))] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security", feature = "Win32_System_WindowsProgramming"))] #[inline] pub unsafe fn ZwOpenProcess(processhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES, clientid: Option<*const super::super::super::Win32::System::WindowsProgramming::CLIENT_ID>) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenProcess(processhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES, clientid : *const super::super::super::Win32::System::WindowsProgramming:: CLIENT_ID) -> super::super::super::Win32::Foundation:: NTSTATUS); ZwOpenProcess(processhandle, desiredaccess, objectattributes, core::mem::transmute(clientid.unwrap_or(core::ptr::null()))) } -#[cfg(feature = "Wdk_Foundation")] +#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Security"))] #[inline] pub unsafe fn ZwOpenTimer(timerhandle: *mut super::super::super::Win32::Foundation::HANDLE, desiredaccess: u32, objectattributes: *const super::super::Foundation::OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation::NTSTATUS { windows_targets::link!("ntdll.dll" "system" fn ZwOpenTimer(timerhandle : *mut super::super::super::Win32::Foundation:: HANDLE, desiredaccess : u32, objectattributes : *const super::super::Foundation:: OBJECT_ATTRIBUTES) -> super::super::super::Win32::Foundation:: NTSTATUS); diff --git a/crates/libs/windows/src/Windows/Win32/Devices/Beep/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/Beep/mod.rs new file mode 100644 index 0000000000..a5a6502e53 --- /dev/null +++ b/crates/libs/windows/src/Windows/Win32/Devices/Beep/mod.rs @@ -0,0 +1,19 @@ +pub const BEEP_FREQUENCY_MAXIMUM: u32 = 32767u32; +pub const BEEP_FREQUENCY_MINIMUM: u32 = 37u32; +pub const DD_BEEP_DEVICE_NAME: windows_core::PCSTR = windows_core::s!("\\Device\\Beep"); +pub const DD_BEEP_DEVICE_NAME_U: windows_core::PCWSTR = windows_core::w!("\\Device\\Beep"); +pub const IOCTL_BEEP_SET: u32 = 65536u32; +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct BEEP_SET_PARAMETERS { + pub Frequency: u32, + pub Duration: u32, +} +impl windows_core::TypeKind for BEEP_SET_PARAMETERS { + type TypeKind = windows_core::CopyType; +} +impl Default for BEEP_SET_PARAMETERS { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} diff --git a/crates/libs/windows/src/Windows/Win32/Devices/Cdrom/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/Cdrom/mod.rs new file mode 100644 index 0000000000..5efb4e18fd --- /dev/null +++ b/crates/libs/windows/src/Windows/Win32/Devices/Cdrom/mod.rs @@ -0,0 +1,822 @@ +pub const ADR_ENCODES_CURRENT_POSITION: u32 = 1u32; +pub const ADR_ENCODES_ISRC: u32 = 3u32; +pub const ADR_ENCODES_MEDIA_CATALOG: u32 = 2u32; +pub const ADR_NO_MODE_INFORMATION: u32 = 0u32; +pub const AUDIO_DATA_TRACK: u32 = 4u32; +pub const AUDIO_STATUS_IN_PROGRESS: u32 = 17u32; +pub const AUDIO_STATUS_NOT_SUPPORTED: u32 = 0u32; +pub const AUDIO_STATUS_NO_STATUS: u32 = 21u32; +pub const AUDIO_STATUS_PAUSED: u32 = 18u32; +pub const AUDIO_STATUS_PLAY_COMPLETE: u32 = 19u32; +pub const AUDIO_STATUS_PLAY_ERROR: u32 = 20u32; +pub const AUDIO_WITH_PREEMPHASIS: u32 = 1u32; +pub const CDDA: TRACK_MODE_TYPE = TRACK_MODE_TYPE(2i32); +pub const CDROM_CD_TEXT_PACK_ALBUM_NAME: u32 = 128u32; +pub const CDROM_CD_TEXT_PACK_ARRANGER: u32 = 132u32; +pub const CDROM_CD_TEXT_PACK_COMPOSER: u32 = 131u32; +pub const CDROM_CD_TEXT_PACK_DISC_ID: u32 = 134u32; +pub const CDROM_CD_TEXT_PACK_GENRE: u32 = 135u32; +pub const CDROM_CD_TEXT_PACK_MESSAGES: u32 = 133u32; +pub const CDROM_CD_TEXT_PACK_PERFORMER: u32 = 129u32; +pub const CDROM_CD_TEXT_PACK_SIZE_INFO: u32 = 143u32; +pub const CDROM_CD_TEXT_PACK_SONGWRITER: u32 = 130u32; +pub const CDROM_CD_TEXT_PACK_TOC_INFO: u32 = 136u32; +pub const CDROM_CD_TEXT_PACK_TOC_INFO2: u32 = 137u32; +pub const CDROM_CD_TEXT_PACK_UPC_EAN: u32 = 142u32; +pub const CDROM_DISK_AUDIO_TRACK: u32 = 1u32; +pub const CDROM_DISK_DATA_TRACK: u32 = 2u32; +pub const CDROM_EXCLUSIVE_CALLER_LENGTH: u32 = 64u32; +pub const CDROM_IN_EXCLUSIVE_MODE: u32 = 1u32; +pub const CDROM_LOCK_IGNORE_VOLUME: u32 = 1u32; +pub const CDROM_NOT_IN_EXCLUSIVE_MODE: u32 = 0u32; +pub const CDROM_NO_MEDIA_NOTIFICATIONS: u32 = 2u32; +pub const CDROM_READ_TOC_EX_FORMAT_ATIP: u32 = 4u32; +pub const CDROM_READ_TOC_EX_FORMAT_CDTEXT: u32 = 5u32; +pub const CDROM_READ_TOC_EX_FORMAT_FULL_TOC: u32 = 2u32; +pub const CDROM_READ_TOC_EX_FORMAT_PMA: u32 = 3u32; +pub const CDROM_READ_TOC_EX_FORMAT_SESSION: u32 = 1u32; +pub const CDROM_READ_TOC_EX_FORMAT_TOC: u32 = 0u32; +pub const CD_RAW_READ_C2_SIZE: u32 = 296u32; +pub const CD_RAW_READ_SUBCODE_SIZE: u32 = 96u32; +pub const CD_RAW_SECTOR_WITH_C2_SIZE: u32 = 2648u32; +pub const CD_RAW_SECTOR_WITH_SUBCODE_SIZE: u32 = 2448u32; +pub const Cdrom10Nominal20Exceptions: CDROM_PERFORMANCE_TOLERANCE_TYPE = CDROM_PERFORMANCE_TOLERANCE_TYPE(1i32); +pub const CdromCAVRotation: WRITE_ROTATION = WRITE_ROTATION(1i32); +pub const CdromDefaultRotation: WRITE_ROTATION = WRITE_ROTATION(0i32); +pub const CdromEntirePerformanceList: CDROM_PERFORMANCE_EXCEPTION_TYPE = CDROM_PERFORMANCE_EXCEPTION_TYPE(2i32); +pub const CdromNominalPerformance: CDROM_PERFORMANCE_EXCEPTION_TYPE = CDROM_PERFORMANCE_EXCEPTION_TYPE(1i32); +pub const CdromPerformanceExceptionsOnly: CDROM_PERFORMANCE_EXCEPTION_TYPE = CDROM_PERFORMANCE_EXCEPTION_TYPE(3i32); +pub const CdromPerformanceRequest: CDROM_PERFORMANCE_REQUEST_TYPE = CDROM_PERFORMANCE_REQUEST_TYPE(1i32); +pub const CdromReadPerformance: CDROM_PERFORMANCE_TYPE = CDROM_PERFORMANCE_TYPE(1i32); +pub const CdromSetSpeed: CDROM_SPEED_REQUEST = CDROM_SPEED_REQUEST(0i32); +pub const CdromSetStreaming: CDROM_SPEED_REQUEST = CDROM_SPEED_REQUEST(1i32); +pub const CdromStreamingDisable: STREAMING_CONTROL_REQUEST_TYPE = STREAMING_CONTROL_REQUEST_TYPE(1i32); +pub const CdromStreamingEnableForReadOnly: STREAMING_CONTROL_REQUEST_TYPE = STREAMING_CONTROL_REQUEST_TYPE(2i32); +pub const CdromStreamingEnableForReadWrite: STREAMING_CONTROL_REQUEST_TYPE = STREAMING_CONTROL_REQUEST_TYPE(4i32); +pub const CdromStreamingEnableForWriteOnly: STREAMING_CONTROL_REQUEST_TYPE = STREAMING_CONTROL_REQUEST_TYPE(3i32); +pub const CdromWritePerformance: CDROM_PERFORMANCE_TYPE = CDROM_PERFORMANCE_TYPE(2i32); +pub const CdromWriteSpeedRequest: CDROM_PERFORMANCE_REQUEST_TYPE = CDROM_PERFORMANCE_REQUEST_TYPE(2i32); +pub const DIGITAL_COPY_PERMITTED: u32 = 2u32; +pub const ExclusiveAccessLockDevice: EXCLUSIVE_ACCESS_REQUEST_TYPE = EXCLUSIVE_ACCESS_REQUEST_TYPE(1i32); +pub const ExclusiveAccessQueryState: EXCLUSIVE_ACCESS_REQUEST_TYPE = EXCLUSIVE_ACCESS_REQUEST_TYPE(0i32); +pub const ExclusiveAccessUnlockDevice: EXCLUSIVE_ACCESS_REQUEST_TYPE = EXCLUSIVE_ACCESS_REQUEST_TYPE(2i32); +pub const IOCTL_CDROM_BASE: i32 = 2i32; +pub const IOCTL_CDROM_CHECK_VERIFY: u32 = 149504u32; +pub const IOCTL_CDROM_CURRENT_POSITION: u32 = 1u32; +pub const IOCTL_CDROM_DISK_TYPE: u32 = 131136u32; +pub const IOCTL_CDROM_EJECT_MEDIA: u32 = 149512u32; +pub const IOCTL_CDROM_ENABLE_STREAMING: u32 = 147560u32; +pub const IOCTL_CDROM_EXCLUSIVE_ACCESS: u32 = 180316u32; +pub const IOCTL_CDROM_FIND_NEW_DEVICES: u32 = 149528u32; +pub const IOCTL_CDROM_GET_CONFIGURATION: u32 = 147544u32; +pub const IOCTL_CDROM_GET_CONTROL: u32 = 147508u32; +pub const IOCTL_CDROM_GET_DRIVE_GEOMETRY: u32 = 147532u32; +pub const IOCTL_CDROM_GET_DRIVE_GEOMETRY_EX: u32 = 147536u32; +pub const IOCTL_CDROM_GET_INQUIRY_DATA: u32 = 147556u32; +pub const IOCTL_CDROM_GET_LAST_SESSION: u32 = 147512u32; +pub const IOCTL_CDROM_GET_PERFORMANCE: u32 = 147568u32; +pub const IOCTL_CDROM_GET_VOLUME: u32 = 147476u32; +pub const IOCTL_CDROM_LOAD_MEDIA: u32 = 149516u32; +pub const IOCTL_CDROM_MEDIA_CATALOG: u32 = 2u32; +pub const IOCTL_CDROM_MEDIA_REMOVAL: u32 = 149508u32; +pub const IOCTL_CDROM_PAUSE_AUDIO: u32 = 147468u32; +pub const IOCTL_CDROM_PLAY_AUDIO_MSF: u32 = 147480u32; +pub const IOCTL_CDROM_RAW_READ: u32 = 147518u32; +pub const IOCTL_CDROM_READ_Q_CHANNEL: u32 = 147500u32; +pub const IOCTL_CDROM_READ_TOC: u32 = 147456u32; +pub const IOCTL_CDROM_READ_TOC_EX: u32 = 147540u32; +pub const IOCTL_CDROM_RELEASE: u32 = 149524u32; +pub const IOCTL_CDROM_RESERVE: u32 = 149520u32; +pub const IOCTL_CDROM_RESUME_AUDIO: u32 = 147472u32; +pub const IOCTL_CDROM_SEEK_AUDIO_MSF: u32 = 147460u32; +pub const IOCTL_CDROM_SEND_OPC_INFORMATION: u32 = 180332u32; +pub const IOCTL_CDROM_SET_SPEED: u32 = 147552u32; +pub const IOCTL_CDROM_SET_VOLUME: u32 = 147496u32; +pub const IOCTL_CDROM_SIMBAD: u32 = 147468u32; +pub const IOCTL_CDROM_STOP_AUDIO: u32 = 147464u32; +pub const IOCTL_CDROM_SUB_Q_CHANNEL: u32 = 0u32; +pub const IOCTL_CDROM_TRACK_ISRC: u32 = 3u32; +pub const IOCTL_CDROM_UNLOAD_DRIVER: u32 = 151560u32; +pub const MAXIMUM_CDROM_INQUIRY_SIZE: u32 = 260u32; +pub const MAXIMUM_CDROM_SIZE: u32 = 804u32; +pub const MAXIMUM_NUMBER_TRACKS: u32 = 100u32; +pub const MINIMUM_CDROM_INQUIRY_SIZE: u32 = 36u32; +pub const MINIMUM_CDROM_READ_TOC_EX_SIZE: u32 = 2u32; +pub const MediaBlankTypeEraseLastSession: MEDIA_BLANK_TYPE = MEDIA_BLANK_TYPE(6i32); +pub const MediaBlankTypeFull: MEDIA_BLANK_TYPE = MEDIA_BLANK_TYPE(0i32); +pub const MediaBlankTypeIncompleteTrack: MEDIA_BLANK_TYPE = MEDIA_BLANK_TYPE(2i32); +pub const MediaBlankTypeMinimal: MEDIA_BLANK_TYPE = MEDIA_BLANK_TYPE(1i32); +pub const MediaBlankTypeTrackTail: MEDIA_BLANK_TYPE = MEDIA_BLANK_TYPE(4i32); +pub const MediaBlankTypeUncloseLastSession: MEDIA_BLANK_TYPE = MEDIA_BLANK_TYPE(5i32); +pub const MediaBlankTypeUnreserveLastTrack: MEDIA_BLANK_TYPE = MEDIA_BLANK_TYPE(3i32); +pub const OBSOLETE_IOCTL_CDROM_GET_CONTROL: u32 = 147508u32; +pub const RawWithC2: TRACK_MODE_TYPE = TRACK_MODE_TYPE(4i32); +pub const RawWithC2AndSubCode: TRACK_MODE_TYPE = TRACK_MODE_TYPE(3i32); +pub const RawWithSubCode: TRACK_MODE_TYPE = TRACK_MODE_TYPE(5i32); +pub const SimpleOpcInfo: CDROM_OPC_INFO_TYPE = CDROM_OPC_INFO_TYPE(1i32); +pub const TWO_FOUR_CHANNEL_AUDIO: u32 = 8u32; +pub const XAForm2: TRACK_MODE_TYPE = TRACK_MODE_TYPE(1i32); +pub const YellowMode2: TRACK_MODE_TYPE = TRACK_MODE_TYPE(0i32); +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct CDROM_OPC_INFO_TYPE(pub i32); +impl windows_core::TypeKind for CDROM_OPC_INFO_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for CDROM_OPC_INFO_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("CDROM_OPC_INFO_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct CDROM_PERFORMANCE_EXCEPTION_TYPE(pub i32); +impl windows_core::TypeKind for CDROM_PERFORMANCE_EXCEPTION_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for CDROM_PERFORMANCE_EXCEPTION_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("CDROM_PERFORMANCE_EXCEPTION_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct CDROM_PERFORMANCE_REQUEST_TYPE(pub i32); +impl windows_core::TypeKind for CDROM_PERFORMANCE_REQUEST_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for CDROM_PERFORMANCE_REQUEST_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("CDROM_PERFORMANCE_REQUEST_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct CDROM_PERFORMANCE_TOLERANCE_TYPE(pub i32); +impl windows_core::TypeKind for CDROM_PERFORMANCE_TOLERANCE_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for CDROM_PERFORMANCE_TOLERANCE_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("CDROM_PERFORMANCE_TOLERANCE_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct CDROM_PERFORMANCE_TYPE(pub i32); +impl windows_core::TypeKind for CDROM_PERFORMANCE_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for CDROM_PERFORMANCE_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("CDROM_PERFORMANCE_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct CDROM_SPEED_REQUEST(pub i32); +impl windows_core::TypeKind for CDROM_SPEED_REQUEST { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for CDROM_SPEED_REQUEST { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("CDROM_SPEED_REQUEST").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct EXCLUSIVE_ACCESS_REQUEST_TYPE(pub i32); +impl windows_core::TypeKind for EXCLUSIVE_ACCESS_REQUEST_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for EXCLUSIVE_ACCESS_REQUEST_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("EXCLUSIVE_ACCESS_REQUEST_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct MEDIA_BLANK_TYPE(pub i32); +impl windows_core::TypeKind for MEDIA_BLANK_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for MEDIA_BLANK_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("MEDIA_BLANK_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct STREAMING_CONTROL_REQUEST_TYPE(pub i32); +impl windows_core::TypeKind for STREAMING_CONTROL_REQUEST_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for STREAMING_CONTROL_REQUEST_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("STREAMING_CONTROL_REQUEST_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct TRACK_MODE_TYPE(pub i32); +impl windows_core::TypeKind for TRACK_MODE_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for TRACK_MODE_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("TRACK_MODE_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct WRITE_ROTATION(pub i32); +impl windows_core::TypeKind for WRITE_ROTATION { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for WRITE_ROTATION { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("WRITE_ROTATION").field(&self.0).finish() + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_DISK_DATA { + pub DiskData: u32, +} +impl windows_core::TypeKind for CDROM_DISK_DATA { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_DISK_DATA { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_EXCEPTION_PERFORMANCE_DESCRIPTOR { + pub Lba: [u8; 4], + pub Time: [u8; 2], +} +impl windows_core::TypeKind for CDROM_EXCEPTION_PERFORMANCE_DESCRIPTOR { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_EXCEPTION_PERFORMANCE_DESCRIPTOR { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_EXCLUSIVE_ACCESS { + pub RequestType: EXCLUSIVE_ACCESS_REQUEST_TYPE, + pub Flags: u32, +} +impl windows_core::TypeKind for CDROM_EXCLUSIVE_ACCESS { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_EXCLUSIVE_ACCESS { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_EXCLUSIVE_LOCK { + pub Access: CDROM_EXCLUSIVE_ACCESS, + pub CallerName: [u8; 64], +} +impl windows_core::TypeKind for CDROM_EXCLUSIVE_LOCK { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_EXCLUSIVE_LOCK { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_EXCLUSIVE_LOCK_STATE { + pub LockState: super::super::Foundation::BOOLEAN, + pub CallerName: [u8; 64], +} +impl windows_core::TypeKind for CDROM_EXCLUSIVE_LOCK_STATE { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_EXCLUSIVE_LOCK_STATE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_NOMINAL_PERFORMANCE_DESCRIPTOR { + pub StartLba: [u8; 4], + pub StartPerformance: [u8; 4], + pub EndLba: [u8; 4], + pub EndPerformance: [u8; 4], +} +impl windows_core::TypeKind for CDROM_NOMINAL_PERFORMANCE_DESCRIPTOR { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_NOMINAL_PERFORMANCE_DESCRIPTOR { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_PERFORMANCE_HEADER { + pub DataLength: [u8; 4], + pub _bitfield: u8, + pub Reserved2: [u8; 3], + pub Data: [u8; 1], +} +impl windows_core::TypeKind for CDROM_PERFORMANCE_HEADER { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_PERFORMANCE_HEADER { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_PERFORMANCE_REQUEST { + pub RequestType: CDROM_PERFORMANCE_REQUEST_TYPE, + pub PerformanceType: CDROM_PERFORMANCE_TYPE, + pub Exceptions: CDROM_PERFORMANCE_EXCEPTION_TYPE, + pub Tolerance: CDROM_PERFORMANCE_TOLERANCE_TYPE, + pub StaringLba: u32, +} +impl windows_core::TypeKind for CDROM_PERFORMANCE_REQUEST { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_PERFORMANCE_REQUEST { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_PLAY_AUDIO_MSF { + pub StartingM: u8, + pub StartingS: u8, + pub StartingF: u8, + pub EndingM: u8, + pub EndingS: u8, + pub EndingF: u8, +} +impl windows_core::TypeKind for CDROM_PLAY_AUDIO_MSF { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_PLAY_AUDIO_MSF { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_READ_TOC_EX { + pub _bitfield: u8, + pub SessionTrack: u8, + pub Reserved2: u8, + pub Reserved3: u8, +} +impl windows_core::TypeKind for CDROM_READ_TOC_EX { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_READ_TOC_EX { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_SEEK_AUDIO_MSF { + pub M: u8, + pub S: u8, + pub F: u8, +} +impl windows_core::TypeKind for CDROM_SEEK_AUDIO_MSF { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_SEEK_AUDIO_MSF { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_SET_SPEED { + pub RequestType: CDROM_SPEED_REQUEST, + pub ReadSpeed: u16, + pub WriteSpeed: u16, + pub RotationControl: WRITE_ROTATION, +} +impl windows_core::TypeKind for CDROM_SET_SPEED { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_SET_SPEED { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_SET_STREAMING { + pub RequestType: CDROM_SPEED_REQUEST, + pub ReadSize: u32, + pub ReadTime: u32, + pub WriteSize: u32, + pub WriteTime: u32, + pub StartLba: u32, + pub EndLba: u32, + pub RotationControl: WRITE_ROTATION, + pub RestoreDefaults: super::super::Foundation::BOOLEAN, + pub SetExact: super::super::Foundation::BOOLEAN, + pub RandomAccess: super::super::Foundation::BOOLEAN, + pub Persistent: super::super::Foundation::BOOLEAN, +} +impl windows_core::TypeKind for CDROM_SET_STREAMING { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_SET_STREAMING { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_SIMPLE_OPC_INFO { + pub RequestType: CDROM_OPC_INFO_TYPE, + pub Exclude0: super::super::Foundation::BOOLEAN, + pub Exclude1: super::super::Foundation::BOOLEAN, +} +impl windows_core::TypeKind for CDROM_SIMPLE_OPC_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_SIMPLE_OPC_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_STREAMING_CONTROL { + pub RequestType: STREAMING_CONTROL_REQUEST_TYPE, +} +impl windows_core::TypeKind for CDROM_STREAMING_CONTROL { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_STREAMING_CONTROL { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_SUB_Q_DATA_FORMAT { + pub Format: u8, + pub Track: u8, +} +impl windows_core::TypeKind for CDROM_SUB_Q_DATA_FORMAT { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_SUB_Q_DATA_FORMAT { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_TOC { + pub Length: [u8; 2], + pub FirstTrack: u8, + pub LastTrack: u8, + pub TrackData: [TRACK_DATA; 100], +} +impl windows_core::TypeKind for CDROM_TOC { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_TOC { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_TOC_ATIP_DATA { + pub Length: [u8; 2], + pub Reserved1: u8, + pub Reserved2: u8, + pub Descriptors: [CDROM_TOC_ATIP_DATA_BLOCK; 1], +} +impl windows_core::TypeKind for CDROM_TOC_ATIP_DATA { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_TOC_ATIP_DATA { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_TOC_ATIP_DATA_BLOCK { + pub _bitfield1: u8, + pub _bitfield2: u8, + pub _bitfield3: u8, + pub Reserved7: u8, + pub LeadInMsf: [u8; 3], + pub Reserved8: u8, + pub LeadOutMsf: [u8; 3], + pub Reserved9: u8, + pub A1Values: [u8; 3], + pub Reserved10: u8, + pub A2Values: [u8; 3], + pub Reserved11: u8, + pub A3Values: [u8; 3], + pub Reserved12: u8, +} +impl windows_core::TypeKind for CDROM_TOC_ATIP_DATA_BLOCK { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_TOC_ATIP_DATA_BLOCK { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC_CD_TEXT_DATA { + pub Length: [u8; 2], + pub Reserved1: u8, + pub Reserved2: u8, + pub Descriptors: [CDROM_TOC_CD_TEXT_DATA_BLOCK; 1], +} +impl windows_core::TypeKind for CDROM_TOC_CD_TEXT_DATA { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_TOC_CD_TEXT_DATA { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct CDROM_TOC_CD_TEXT_DATA_BLOCK { + pub PackType: u8, + pub _bitfield1: u8, + pub SequenceNumber: u8, + pub _bitfield2: u8, + pub Anonymous: CDROM_TOC_CD_TEXT_DATA_BLOCK_0, + pub CRC: [u8; 2], +} +impl windows_core::TypeKind for CDROM_TOC_CD_TEXT_DATA_BLOCK { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_TOC_CD_TEXT_DATA_BLOCK { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union CDROM_TOC_CD_TEXT_DATA_BLOCK_0 { + pub Text: [u8; 12], + pub WText: [u16; 6], +} +impl windows_core::TypeKind for CDROM_TOC_CD_TEXT_DATA_BLOCK_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_TOC_CD_TEXT_DATA_BLOCK_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_TOC_FULL_TOC_DATA { + pub Length: [u8; 2], + pub FirstCompleteSession: u8, + pub LastCompleteSession: u8, + pub Descriptors: [CDROM_TOC_FULL_TOC_DATA_BLOCK; 1], +} +impl windows_core::TypeKind for CDROM_TOC_FULL_TOC_DATA { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_TOC_FULL_TOC_DATA { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_TOC_FULL_TOC_DATA_BLOCK { + pub SessionNumber: u8, + pub _bitfield: u8, + pub Reserved1: u8, + pub Point: u8, + pub MsfExtra: [u8; 3], + pub Zero: u8, + pub Msf: [u8; 3], +} +impl windows_core::TypeKind for CDROM_TOC_FULL_TOC_DATA_BLOCK { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_TOC_FULL_TOC_DATA_BLOCK { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_TOC_PMA_DATA { + pub Length: [u8; 2], + pub Reserved1: u8, + pub Reserved2: u8, + pub Descriptors: [CDROM_TOC_FULL_TOC_DATA_BLOCK; 1], +} +impl windows_core::TypeKind for CDROM_TOC_PMA_DATA { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_TOC_PMA_DATA { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_TOC_SESSION_DATA { + pub Length: [u8; 2], + pub FirstCompleteSession: u8, + pub LastCompleteSession: u8, + pub TrackData: [TRACK_DATA; 1], +} +impl windows_core::TypeKind for CDROM_TOC_SESSION_DATA { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_TOC_SESSION_DATA { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_WRITE_SPEED_DESCRIPTOR { + pub _bitfield: u8, + pub Reserved3: [u8; 3], + pub EndLba: [u8; 4], + pub ReadSpeed: [u8; 4], + pub WriteSpeed: [u8; 4], +} +impl windows_core::TypeKind for CDROM_WRITE_SPEED_DESCRIPTOR { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_WRITE_SPEED_DESCRIPTOR { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct CDROM_WRITE_SPEED_REQUEST { + pub RequestType: CDROM_PERFORMANCE_REQUEST_TYPE, +} +impl windows_core::TypeKind for CDROM_WRITE_SPEED_REQUEST { + type TypeKind = windows_core::CopyType; +} +impl Default for CDROM_WRITE_SPEED_REQUEST { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct RAW_READ_INFO { + pub DiskOffset: i64, + pub SectorCount: u32, + pub TrackMode: TRACK_MODE_TYPE, +} +impl windows_core::TypeKind for RAW_READ_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for RAW_READ_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union SUB_Q_CHANNEL_DATA { + pub CurrentPosition: SUB_Q_CURRENT_POSITION, + pub MediaCatalog: SUB_Q_MEDIA_CATALOG_NUMBER, + pub TrackIsrc: SUB_Q_TRACK_ISRC, +} +impl windows_core::TypeKind for SUB_Q_CHANNEL_DATA { + type TypeKind = windows_core::CopyType; +} +impl Default for SUB_Q_CHANNEL_DATA { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SUB_Q_CURRENT_POSITION { + pub Header: SUB_Q_HEADER, + pub FormatCode: u8, + pub _bitfield: u8, + pub TrackNumber: u8, + pub IndexNumber: u8, + pub AbsoluteAddress: [u8; 4], + pub TrackRelativeAddress: [u8; 4], +} +impl windows_core::TypeKind for SUB_Q_CURRENT_POSITION { + type TypeKind = windows_core::CopyType; +} +impl Default for SUB_Q_CURRENT_POSITION { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SUB_Q_HEADER { + pub Reserved: u8, + pub AudioStatus: u8, + pub DataLength: [u8; 2], +} +impl windows_core::TypeKind for SUB_Q_HEADER { + type TypeKind = windows_core::CopyType; +} +impl Default for SUB_Q_HEADER { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SUB_Q_MEDIA_CATALOG_NUMBER { + pub Header: SUB_Q_HEADER, + pub FormatCode: u8, + pub Reserved: [u8; 3], + pub _bitfield: u8, + pub MediaCatalog: [u8; 15], +} +impl windows_core::TypeKind for SUB_Q_MEDIA_CATALOG_NUMBER { + type TypeKind = windows_core::CopyType; +} +impl Default for SUB_Q_MEDIA_CATALOG_NUMBER { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SUB_Q_TRACK_ISRC { + pub Header: SUB_Q_HEADER, + pub FormatCode: u8, + pub Reserved0: u8, + pub Track: u8, + pub Reserved1: u8, + pub _bitfield: u8, + pub TrackIsrc: [u8; 15], +} +impl windows_core::TypeKind for SUB_Q_TRACK_ISRC { + type TypeKind = windows_core::CopyType; +} +impl Default for SUB_Q_TRACK_ISRC { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct TRACK_DATA { + pub Reserved: u8, + pub _bitfield: u8, + pub TrackNumber: u8, + pub Reserved1: u8, + pub Address: [u8; 4], +} +impl windows_core::TypeKind for TRACK_DATA { + type TypeKind = windows_core::CopyType; +} +impl Default for TRACK_DATA { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct VOLUME_CONTROL { + pub PortVolume: [u8; 4], +} +impl windows_core::TypeKind for VOLUME_CONTROL { + type TypeKind = windows_core::CopyType; +} +impl Default for VOLUME_CONTROL { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} diff --git a/crates/libs/windows/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs index a5653594ea..4d003ae53e 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs @@ -344,26 +344,24 @@ pub unsafe fn CM_Get_Class_Name_ExW(classguid: *const windows_core::GUID, buffer } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_Class_PropertyW(classguid: *const windows_core::GUID, propertykey: *const super::Properties::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_PropertyW(classguid : *const windows_core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); +pub unsafe fn CM_Get_Class_PropertyW(classguid: *const windows_core::GUID, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_PropertyW(classguid : *const windows_core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); CM_Get_Class_PropertyW(classguid, propertykey, propertytype, core::mem::transmute(propertybuffer.unwrap_or(core::ptr::null_mut())), propertybuffersize, ulflags) } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_Class_Property_ExW(classguid: *const windows_core::GUID, propertykey: *const super::Properties::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_ExW(classguid : *const windows_core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +pub unsafe fn CM_Get_Class_Property_ExW(classguid: *const windows_core::GUID, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_ExW(classguid : *const windows_core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); CM_Get_Class_Property_ExW(classguid, propertykey, propertytype, core::mem::transmute(propertybuffer.unwrap_or(core::ptr::null_mut())), propertybuffersize, ulflags, hmachine) } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_Class_Property_Keys(classguid: *const windows_core::GUID, propertykeyarray: Option<*mut super::Properties::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_Keys(classguid : *const windows_core::GUID, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); +pub unsafe fn CM_Get_Class_Property_Keys(classguid: *const windows_core::GUID, propertykeyarray: Option<*mut super::super::Foundation::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_Keys(classguid : *const windows_core::GUID, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); CM_Get_Class_Property_Keys(classguid, core::mem::transmute(propertykeyarray.unwrap_or(core::ptr::null_mut())), propertykeycount, ulflags) } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_Class_Property_Keys_Ex(classguid: *const windows_core::GUID, propertykeyarray: Option<*mut super::Properties::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_Keys_Ex(classguid : *const windows_core::GUID, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +pub unsafe fn CM_Get_Class_Property_Keys_Ex(classguid: *const windows_core::GUID, propertykeyarray: Option<*mut super::super::Foundation::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Class_Property_Keys_Ex(classguid : *const windows_core::GUID, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); CM_Get_Class_Property_Keys_Ex(classguid, core::mem::transmute(propertykeyarray.unwrap_or(core::ptr::null_mut())), propertykeycount, ulflags, hmachine) } #[inline] @@ -420,26 +418,24 @@ where } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_DevNode_PropertyW(dndevinst: u32, propertykey: *const super::Properties::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_PropertyW(dndevinst : u32, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); +pub unsafe fn CM_Get_DevNode_PropertyW(dndevinst: u32, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_PropertyW(dndevinst : u32, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); CM_Get_DevNode_PropertyW(dndevinst, propertykey, propertytype, core::mem::transmute(propertybuffer.unwrap_or(core::ptr::null_mut())), propertybuffersize, ulflags) } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_DevNode_Property_ExW(dndevinst: u32, propertykey: *const super::Properties::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_ExW(dndevinst : u32, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +pub unsafe fn CM_Get_DevNode_Property_ExW(dndevinst: u32, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_ExW(dndevinst : u32, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); CM_Get_DevNode_Property_ExW(dndevinst, propertykey, propertytype, core::mem::transmute(propertybuffer.unwrap_or(core::ptr::null_mut())), propertybuffersize, ulflags, hmachine) } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_DevNode_Property_Keys(dndevinst: u32, propertykeyarray: Option<*mut super::Properties::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_Keys(dndevinst : u32, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); +pub unsafe fn CM_Get_DevNode_Property_Keys(dndevinst: u32, propertykeyarray: Option<*mut super::super::Foundation::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_Keys(dndevinst : u32, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); CM_Get_DevNode_Property_Keys(dndevinst, core::mem::transmute(propertykeyarray.unwrap_or(core::ptr::null_mut())), propertykeycount, ulflags) } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_DevNode_Property_Keys_Ex(dndevinst: u32, propertykeyarray: Option<*mut super::Properties::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_Keys_Ex(dndevinst : u32, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +pub unsafe fn CM_Get_DevNode_Property_Keys_Ex(dndevinst: u32, propertykeyarray: Option<*mut super::super::Foundation::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_DevNode_Property_Keys_Ex(dndevinst : u32, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); CM_Get_DevNode_Property_Keys_Ex(dndevinst, core::mem::transmute(propertykeyarray.unwrap_or(core::ptr::null_mut())), propertykeycount, ulflags, hmachine) } #[inline] @@ -664,38 +660,36 @@ where } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_Device_Interface_PropertyW(pszdeviceinterface: P0, propertykey: *const super::Properties::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32) -> CONFIGRET +pub unsafe fn CM_Get_Device_Interface_PropertyW(pszdeviceinterface: P0, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32) -> CONFIGRET where P0: windows_core::Param, { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_PropertyW(pszdeviceinterface : windows_core::PCWSTR, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_PropertyW(pszdeviceinterface : windows_core::PCWSTR, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32) -> CONFIGRET); CM_Get_Device_Interface_PropertyW(pszdeviceinterface.param().abi(), propertykey, propertytype, core::mem::transmute(propertybuffer.unwrap_or(core::ptr::null_mut())), propertybuffersize, ulflags) } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_Device_Interface_Property_ExW(pszdeviceinterface: P0, propertykey: *const super::Properties::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET +pub unsafe fn CM_Get_Device_Interface_Property_ExW(pszdeviceinterface: P0, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<*mut u8>, propertybuffersize: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET where P0: windows_core::Param, { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_ExW(pszdeviceinterface : windows_core::PCWSTR, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_ExW(pszdeviceinterface : windows_core::PCWSTR, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); CM_Get_Device_Interface_Property_ExW(pszdeviceinterface.param().abi(), propertykey, propertytype, core::mem::transmute(propertybuffer.unwrap_or(core::ptr::null_mut())), propertybuffersize, ulflags, hmachine) } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_Device_Interface_Property_KeysW(pszdeviceinterface: P0, propertykeyarray: Option<*mut super::Properties::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32) -> CONFIGRET +pub unsafe fn CM_Get_Device_Interface_Property_KeysW(pszdeviceinterface: P0, propertykeyarray: Option<*mut super::super::Foundation::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32) -> CONFIGRET where P0: windows_core::Param, { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_KeysW(pszdeviceinterface : windows_core::PCWSTR, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_KeysW(pszdeviceinterface : windows_core::PCWSTR, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32) -> CONFIGRET); CM_Get_Device_Interface_Property_KeysW(pszdeviceinterface.param().abi(), core::mem::transmute(propertykeyarray.unwrap_or(core::ptr::null_mut())), propertykeycount, ulflags) } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Get_Device_Interface_Property_Keys_ExW(pszdeviceinterface: P0, propertykeyarray: Option<*mut super::Properties::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET +pub unsafe fn CM_Get_Device_Interface_Property_Keys_ExW(pszdeviceinterface: P0, propertykeyarray: Option<*mut super::super::Foundation::DEVPROPKEY>, propertykeycount: *mut u32, ulflags: u32, hmachine: isize) -> CONFIGRET where P0: windows_core::Param, { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_Keys_ExW(pszdeviceinterface : windows_core::PCWSTR, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Get_Device_Interface_Property_Keys_ExW(pszdeviceinterface : windows_core::PCWSTR, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : *mut u32, ulflags : u32, hmachine : isize) -> CONFIGRET); CM_Get_Device_Interface_Property_Keys_ExW(pszdeviceinterface.param().abi(), core::mem::transmute(propertykeyarray.unwrap_or(core::ptr::null_mut())), propertykeycount, ulflags, hmachine) } #[inline] @@ -1210,14 +1204,14 @@ pub unsafe fn CM_Run_Detection_Ex(ulflags: u32, hmachine: isize) -> CONFIGRET { } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Set_Class_PropertyW(classguid: *const windows_core::GUID, propertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Class_PropertyW(classguid : *const windows_core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); +pub unsafe fn CM_Set_Class_PropertyW(classguid: *const windows_core::GUID, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Class_PropertyW(classguid : *const windows_core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); CM_Set_Class_PropertyW(classguid, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), ulflags) } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Set_Class_Property_ExW(classguid: *const windows_core::GUID, propertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32, hmachine: isize) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Class_Property_ExW(classguid : *const windows_core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +pub unsafe fn CM_Set_Class_Property_ExW(classguid: *const windows_core::GUID, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32, hmachine: isize) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Class_Property_ExW(classguid : *const windows_core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); CM_Set_Class_Property_ExW(classguid, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), ulflags, hmachine) } #[inline] @@ -1242,14 +1236,14 @@ pub unsafe fn CM_Set_DevNode_Problem_Ex(dndevinst: u32, ulproblem: u32, ulflags: } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Set_DevNode_PropertyW(dndevinst: u32, propertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_PropertyW(dndevinst : u32, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); +pub unsafe fn CM_Set_DevNode_PropertyW(dndevinst: u32, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_PropertyW(dndevinst : u32, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); CM_Set_DevNode_PropertyW(dndevinst, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), ulflags) } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Set_DevNode_Property_ExW(dndevinst: u32, propertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32, hmachine: isize) -> CONFIGRET { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_Property_ExW(dndevinst : u32, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); +pub unsafe fn CM_Set_DevNode_Property_ExW(dndevinst: u32, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32, hmachine: isize) -> CONFIGRET { + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_DevNode_Property_ExW(dndevinst : u32, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); CM_Set_DevNode_Property_ExW(dndevinst, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), ulflags, hmachine) } #[inline] @@ -1274,20 +1268,20 @@ pub unsafe fn CM_Set_DevNode_Registry_Property_ExW(dndevinst: u32, ulproperty: u } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Set_Device_Interface_PropertyW(pszdeviceinterface: P0, propertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32) -> CONFIGRET +pub unsafe fn CM_Set_Device_Interface_PropertyW(pszdeviceinterface: P0, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32) -> CONFIGRET where P0: windows_core::Param, { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Device_Interface_PropertyW(pszdeviceinterface : windows_core::PCWSTR, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Device_Interface_PropertyW(pszdeviceinterface : windows_core::PCWSTR, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32) -> CONFIGRET); CM_Set_Device_Interface_PropertyW(pszdeviceinterface.param().abi(), propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), ulflags) } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn CM_Set_Device_Interface_Property_ExW(pszdeviceinterface: P0, propertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32, hmachine: isize) -> CONFIGRET +pub unsafe fn CM_Set_Device_Interface_Property_ExW(pszdeviceinterface: P0, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, ulflags: u32, hmachine: isize) -> CONFIGRET where P0: windows_core::Param, { - windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Device_Interface_Property_ExW(pszdeviceinterface : windows_core::PCWSTR, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); + windows_targets::link!("cfgmgr32.dll" "system" fn CM_Set_Device_Interface_Property_ExW(pszdeviceinterface : windows_core::PCWSTR, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, ulflags : u32, hmachine : isize) -> CONFIGRET); CM_Set_Device_Interface_Property_ExW(pszdeviceinterface.param().abi(), propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), ulflags, hmachine) } #[inline] @@ -2295,32 +2289,30 @@ where } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiGetClassPropertyExW(classguid: *const windows_core::GUID, propertykey: *const super::Properties::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<&mut [u8]>, requiredsize: Option<*mut u32>, flags: u32, machinename: P0, reserved: Option<*const core::ffi::c_void>) -> windows_core::Result<()> +pub unsafe fn SetupDiGetClassPropertyExW(classguid: *const windows_core::GUID, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<&mut [u8]>, requiredsize: Option<*mut u32>, flags: u32, machinename: P0, reserved: Option<*const core::ffi::c_void>) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyExW(classguid : *const windows_core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32, machinename : windows_core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); + windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyExW(classguid : *const windows_core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32, machinename : windows_core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); SetupDiGetClassPropertyExW(classguid, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(requiredsize.unwrap_or(core::ptr::null_mut())), flags, machinename.param().abi(), core::mem::transmute(reserved.unwrap_or(core::ptr::null()))).ok() } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiGetClassPropertyKeys(classguid: *const windows_core::GUID, propertykeyarray: Option<&mut [super::Properties::DEVPROPKEY]>, requiredpropertykeycount: Option<*mut u32>, flags: u32) -> windows_core::Result<()> { - windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyKeys(classguid : *const windows_core::GUID, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); +pub unsafe fn SetupDiGetClassPropertyKeys(classguid: *const windows_core::GUID, propertykeyarray: Option<&mut [super::super::Foundation::DEVPROPKEY]>, requiredpropertykeycount: Option<*mut u32>, flags: u32) -> windows_core::Result<()> { + windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyKeys(classguid : *const windows_core::GUID, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); SetupDiGetClassPropertyKeys(classguid, core::mem::transmute(propertykeyarray.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertykeyarray.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(requiredpropertykeycount.unwrap_or(core::ptr::null_mut())), flags).ok() } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiGetClassPropertyKeysExW(classguid: *const windows_core::GUID, propertykeyarray: Option<&mut [super::Properties::DEVPROPKEY]>, requiredpropertykeycount: Option<*mut u32>, flags: u32, machinename: P0, reserved: Option<*const core::ffi::c_void>) -> windows_core::Result<()> +pub unsafe fn SetupDiGetClassPropertyKeysExW(classguid: *const windows_core::GUID, propertykeyarray: Option<&mut [super::super::Foundation::DEVPROPKEY]>, requiredpropertykeycount: Option<*mut u32>, flags: u32, machinename: P0, reserved: Option<*const core::ffi::c_void>) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyKeysExW(classguid : *const windows_core::GUID, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32, machinename : windows_core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); + windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyKeysExW(classguid : *const windows_core::GUID, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32, machinename : windows_core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); SetupDiGetClassPropertyKeysExW(classguid, core::mem::transmute(propertykeyarray.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertykeyarray.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(requiredpropertykeycount.unwrap_or(core::ptr::null_mut())), flags, machinename.param().abi(), core::mem::transmute(reserved.unwrap_or(core::ptr::null()))).ok() } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiGetClassPropertyW(classguid: *const windows_core::GUID, propertykey: *const super::Properties::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<&mut [u8]>, requiredsize: Option<*mut u32>, flags: u32) -> windows_core::Result<()> { - windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyW(classguid : *const windows_core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); +pub unsafe fn SetupDiGetClassPropertyW(classguid: *const windows_core::GUID, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<&mut [u8]>, requiredsize: Option<*mut u32>, flags: u32) -> windows_core::Result<()> { + windows_targets::link!("setupapi.dll" "system" fn SetupDiGetClassPropertyW(classguid : *const windows_core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); SetupDiGetClassPropertyW(classguid, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(requiredsize.unwrap_or(core::ptr::null_mut())), flags).ok() } #[inline] @@ -2437,40 +2429,38 @@ where windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfaceDetailW(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, deviceinterfacedetaildata : *mut SP_DEVICE_INTERFACE_DETAIL_DATA_W, deviceinterfacedetaildatasize : u32, requiredsize : *mut u32, deviceinfodata : *mut SP_DEVINFO_DATA) -> super::super::Foundation:: BOOL); SetupDiGetDeviceInterfaceDetailW(deviceinfoset.param().abi(), deviceinterfacedata, core::mem::transmute(deviceinterfacedetaildata.unwrap_or(core::ptr::null_mut())), deviceinterfacedetaildatasize, core::mem::transmute(requiredsize.unwrap_or(core::ptr::null_mut())), core::mem::transmute(deviceinfodata.unwrap_or(core::ptr::null_mut()))).ok() } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiGetDeviceInterfacePropertyKeys(deviceinfoset: P0, deviceinterfacedata: *const SP_DEVICE_INTERFACE_DATA, propertykeyarray: Option<&mut [super::Properties::DEVPROPKEY]>, requiredpropertykeycount: Option<*mut u32>, flags: u32) -> windows_core::Result<()> +pub unsafe fn SetupDiGetDeviceInterfacePropertyKeys(deviceinfoset: P0, deviceinterfacedata: *const SP_DEVICE_INTERFACE_DATA, propertykeyarray: Option<&mut [super::super::Foundation::DEVPROPKEY]>, requiredpropertykeycount: Option<*mut u32>, flags: u32) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfacePropertyKeys(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); + windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfacePropertyKeys(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); SetupDiGetDeviceInterfacePropertyKeys(deviceinfoset.param().abi(), deviceinterfacedata, core::mem::transmute(propertykeyarray.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertykeyarray.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(requiredpropertykeycount.unwrap_or(core::ptr::null_mut())), flags).ok() } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiGetDeviceInterfacePropertyW(deviceinfoset: P0, deviceinterfacedata: *const SP_DEVICE_INTERFACE_DATA, propertykey: *const super::Properties::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<&mut [u8]>, requiredsize: Option<*mut u32>, flags: u32) -> windows_core::Result<()> +pub unsafe fn SetupDiGetDeviceInterfacePropertyW(deviceinfoset: P0, deviceinterfacedata: *const SP_DEVICE_INTERFACE_DATA, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<&mut [u8]>, requiredsize: Option<*mut u32>, flags: u32) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfacePropertyW(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); + windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDeviceInterfacePropertyW(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); SetupDiGetDeviceInterfacePropertyW(deviceinfoset.param().abi(), deviceinterfacedata, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(requiredsize.unwrap_or(core::ptr::null_mut())), flags).ok() } -#[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiGetDevicePropertyKeys(deviceinfoset: P0, deviceinfodata: *const SP_DEVINFO_DATA, propertykeyarray: Option<&mut [super::Properties::DEVPROPKEY]>, requiredpropertykeycount: Option<*mut u32>, flags: u32) -> windows_core::Result<()> +pub unsafe fn SetupDiGetDevicePropertyKeys(deviceinfoset: P0, deviceinfodata: *const SP_DEVINFO_DATA, propertykeyarray: Option<&mut [super::super::Foundation::DEVPROPKEY]>, requiredpropertykeycount: Option<*mut u32>, flags: u32) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDevicePropertyKeys(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykeyarray : *mut super::Properties:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); + windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDevicePropertyKeys(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykeyarray : *mut super::super::Foundation:: DEVPROPKEY, propertykeycount : u32, requiredpropertykeycount : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); SetupDiGetDevicePropertyKeys(deviceinfoset.param().abi(), deviceinfodata, core::mem::transmute(propertykeyarray.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertykeyarray.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(requiredpropertykeycount.unwrap_or(core::ptr::null_mut())), flags).ok() } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiGetDevicePropertyW(deviceinfoset: P0, deviceinfodata: *const SP_DEVINFO_DATA, propertykey: *const super::Properties::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<&mut [u8]>, requiredsize: Option<*mut u32>, flags: u32) -> windows_core::Result<()> +pub unsafe fn SetupDiGetDevicePropertyW(deviceinfoset: P0, deviceinfodata: *const SP_DEVINFO_DATA, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: *mut super::Properties::DEVPROPTYPE, propertybuffer: Option<&mut [u8]>, requiredsize: Option<*mut u32>, flags: u32) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDevicePropertyW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); + windows_targets::link!("setupapi.dll" "system" fn SetupDiGetDevicePropertyW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : *mut super::Properties:: DEVPROPTYPE, propertybuffer : *mut u8, propertybuffersize : u32, requiredsize : *mut u32, flags : u32) -> super::super::Foundation:: BOOL); SetupDiGetDevicePropertyW(deviceinfoset.param().abi(), deviceinfodata, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(requiredsize.unwrap_or(core::ptr::null_mut())), flags).ok() } #[inline] @@ -2860,17 +2850,17 @@ where } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiSetClassPropertyExW(classguid: *const windows_core::GUID, propertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, flags: u32, machinename: P0, reserved: Option<*const core::ffi::c_void>) -> windows_core::Result<()> +pub unsafe fn SetupDiSetClassPropertyExW(classguid: *const windows_core::GUID, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, flags: u32, machinename: P0, reserved: Option<*const core::ffi::c_void>) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassPropertyExW(classguid : *const windows_core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32, machinename : windows_core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); + windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassPropertyExW(classguid : *const windows_core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32, machinename : windows_core::PCWSTR, reserved : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); SetupDiSetClassPropertyExW(classguid, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), flags, machinename.param().abi(), core::mem::transmute(reserved.unwrap_or(core::ptr::null()))).ok() } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiSetClassPropertyW(classguid: *const windows_core::GUID, propertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, flags: u32) -> windows_core::Result<()> { - windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassPropertyW(classguid : *const windows_core::GUID, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); +pub unsafe fn SetupDiSetClassPropertyW(classguid: *const windows_core::GUID, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, flags: u32) -> windows_core::Result<()> { + windows_targets::link!("setupapi.dll" "system" fn SetupDiSetClassPropertyW(classguid : *const windows_core::GUID, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); SetupDiSetClassPropertyW(classguid, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), flags).ok() } #[inline] @@ -2915,20 +2905,20 @@ where } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiSetDeviceInterfacePropertyW(deviceinfoset: P0, deviceinterfacedata: *const SP_DEVICE_INTERFACE_DATA, propertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, flags: u32) -> windows_core::Result<()> +pub unsafe fn SetupDiSetDeviceInterfacePropertyW(deviceinfoset: P0, deviceinterfacedata: *const SP_DEVICE_INTERFACE_DATA, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, flags: u32) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDeviceInterfacePropertyW(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); + windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDeviceInterfacePropertyW(deviceinfoset : HDEVINFO, deviceinterfacedata : *const SP_DEVICE_INTERFACE_DATA, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); SetupDiSetDeviceInterfacePropertyW(deviceinfoset.param().abi(), deviceinterfacedata, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), flags).ok() } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn SetupDiSetDevicePropertyW(deviceinfoset: P0, deviceinfodata: *const SP_DEVINFO_DATA, propertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, flags: u32) -> windows_core::Result<()> +pub unsafe fn SetupDiSetDevicePropertyW(deviceinfoset: P0, deviceinfodata: *const SP_DEVINFO_DATA, propertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, propertybuffer: Option<&[u8]>, flags: u32) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDevicePropertyW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykey : *const super::Properties:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); + windows_targets::link!("setupapi.dll" "system" fn SetupDiSetDevicePropertyW(deviceinfoset : HDEVINFO, deviceinfodata : *const SP_DEVINFO_DATA, propertykey : *const super::super::Foundation:: DEVPROPKEY, propertytype : super::Properties:: DEVPROPTYPE, propertybuffer : *const u8, propertybuffersize : u32, flags : u32) -> super::super::Foundation:: BOOL); SetupDiSetDevicePropertyW(deviceinfoset.param().abi(), deviceinfodata, propertykey, propertytype, core::mem::transmute(propertybuffer.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), propertybuffer.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), flags).ok() } #[inline] diff --git a/crates/libs/windows/src/Windows/Win32/Devices/DeviceQuery/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/DeviceQuery/mod.rs index 6d4733a9dd..57ace31b6f 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/DeviceQuery/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/DeviceQuery/mod.rs @@ -127,11 +127,11 @@ where } #[cfg(feature = "Win32_Devices_Properties")] #[inline] -pub unsafe fn DevFindProperty(pkey: *const super::Properties::DEVPROPKEY, store: super::Properties::DEVPROPSTORE, pszlocalename: P0, pproperties: Option<&[super::Properties::DEVPROPERTY]>) -> *mut super::Properties::DEVPROPERTY +pub unsafe fn DevFindProperty(pkey: *const super::super::Foundation::DEVPROPKEY, store: super::Properties::DEVPROPSTORE, pszlocalename: P0, pproperties: Option<&[super::Properties::DEVPROPERTY]>) -> *mut super::Properties::DEVPROPERTY where P0: windows_core::Param, { - windows_targets::link!("api-ms-win-devices-query-l1-1-0.dll" "system" fn DevFindProperty(pkey : *const super::Properties:: DEVPROPKEY, store : super::Properties:: DEVPROPSTORE, pszlocalename : windows_core::PCWSTR, cproperties : u32, pproperties : *const super::Properties:: DEVPROPERTY) -> *mut super::Properties:: DEVPROPERTY); + windows_targets::link!("api-ms-win-devices-query-l1-1-0.dll" "system" fn DevFindProperty(pkey : *const super::super::Foundation:: DEVPROPKEY, store : super::Properties:: DEVPROPSTORE, pszlocalename : windows_core::PCWSTR, cproperties : u32, pproperties : *const super::Properties:: DEVPROPERTY) -> *mut super::Properties:: DEVPROPERTY); DevFindProperty(pkey, store, pszlocalename.param().abi(), pproperties.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(pproperties.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr()))) } #[cfg(feature = "Win32_Devices_Properties")] @@ -383,7 +383,7 @@ impl Default for DEV_OBJECT { #[cfg(feature = "Win32_Devices_Properties")] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct DEV_QUERY_PARAMETER { - pub Key: super::Properties::DEVPROPKEY, + pub Key: super::super::Foundation::DEVPROPKEY, pub Type: super::Properties::DEVPROPTYPE, pub BufferSize: u32, pub Buffer: *mut core::ffi::c_void, diff --git a/crates/libs/windows/src/Windows/Win32/Devices/Display/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/Display/mod.rs index c5220338b9..7d7a15559a 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/Display/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/Display/mod.rs @@ -1059,14 +1059,10 @@ pub const DDI_ERROR: u32 = 4294967295u32; pub const DD_FULLSCREEN_VIDEO_DEVICE_NAME: windows_core::PCWSTR = windows_core::w!("\\Device\\FSVideo"); pub const DEVHTADJF_ADDITIVE_DEVICE: u32 = 2u32; pub const DEVHTADJF_COLOR_DEVICE: u32 = 1u32; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_ActivityId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_AdapterLuid: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_TerminalLuid: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_IndirectDisplay: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 1 }; +pub const DEVPKEY_Device_ActivityId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 4 }; +pub const DEVPKEY_Device_AdapterLuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 3 }; +pub const DEVPKEY_Device_TerminalLuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 2 }; +pub const DEVPKEY_IndirectDisplay: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xc50a3f10_aa5c_4247_b830_d6a6f8eaa310), pid: 1 }; pub const DISPLAYCONFIG_DEVICE_INFO_GET_ADAPTER_NAME: DISPLAYCONFIG_DEVICE_INFO_TYPE = DISPLAYCONFIG_DEVICE_INFO_TYPE(4i32); pub const DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO: DISPLAYCONFIG_DEVICE_INFO_TYPE = DISPLAYCONFIG_DEVICE_INFO_TYPE(9i32); pub const DISPLAYCONFIG_DEVICE_INFO_GET_MONITOR_SPECIALIZATION: DISPLAYCONFIG_DEVICE_INFO_TYPE = DISPLAYCONFIG_DEVICE_INFO_TYPE(12i32); diff --git a/crates/libs/windows/src/Windows/Win32/Devices/Dvd/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/Dvd/mod.rs new file mode 100644 index 0000000000..00933d4f74 --- /dev/null +++ b/crates/libs/windows/src/Windows/Win32/Devices/Dvd/mod.rs @@ -0,0 +1,997 @@ +pub const DVD_CGMS_COPY_ONCE: u32 = 16u32; +pub const DVD_CGMS_COPY_PERMITTED: u32 = 0u32; +pub const DVD_CGMS_COPY_PROTECT_MASK: u32 = 24u32; +pub const DVD_CGMS_NO_COPY: u32 = 24u32; +pub const DVD_CGMS_RESERVED_MASK: u32 = 120u32; +pub const DVD_COPYRIGHTED: u32 = 64u32; +pub const DVD_COPYRIGHT_MASK: u32 = 64u32; +pub const DVD_NOT_COPYRIGHTED: u32 = 0u32; +pub const DVD_SECTOR_NOT_PROTECTED: u32 = 0u32; +pub const DVD_SECTOR_PROTECTED: u32 = 32u32; +pub const DVD_SECTOR_PROTECT_MASK: u32 = 32u32; +pub const DiscControlBlockList: DISC_CONTROL_BLOCK_TYPE = DISC_CONTROL_BLOCK_TYPE(-1i32); +pub const DvdAsf: DVD_KEY_TYPE = DVD_KEY_TYPE(5i32); +pub const DvdBCADescriptor: DVD_STRUCTURE_FORMAT = DVD_STRUCTURE_FORMAT(3i32); +pub const DvdBusKey1: DVD_KEY_TYPE = DVD_KEY_TYPE(2i32); +pub const DvdBusKey2: DVD_KEY_TYPE = DVD_KEY_TYPE(3i32); +pub const DvdChallengeKey: DVD_KEY_TYPE = DVD_KEY_TYPE(1i32); +pub const DvdCopyrightDescriptor: DVD_STRUCTURE_FORMAT = DVD_STRUCTURE_FORMAT(1i32); +pub const DvdDiskKey: DVD_KEY_TYPE = DVD_KEY_TYPE(128i32); +pub const DvdDiskKeyDescriptor: DVD_STRUCTURE_FORMAT = DVD_STRUCTURE_FORMAT(2i32); +pub const DvdGetRpcKey: DVD_KEY_TYPE = DVD_KEY_TYPE(8i32); +pub const DvdInvalidateAGID: DVD_KEY_TYPE = DVD_KEY_TYPE(63i32); +pub const DvdManufacturerDescriptor: DVD_STRUCTURE_FORMAT = DVD_STRUCTURE_FORMAT(4i32); +pub const DvdMaxDescriptor: DVD_STRUCTURE_FORMAT = DVD_STRUCTURE_FORMAT(5i32); +pub const DvdPhysicalDescriptor: DVD_STRUCTURE_FORMAT = DVD_STRUCTURE_FORMAT(0i32); +pub const DvdSetRpcKey: DVD_KEY_TYPE = DVD_KEY_TYPE(6i32); +pub const DvdTitleKey: DVD_KEY_TYPE = DVD_KEY_TYPE(4i32); +pub const FormattingDiscControlBlock: DISC_CONTROL_BLOCK_TYPE = DISC_CONTROL_BLOCK_TYPE(1178878720i32); +pub const IOCTL_AACS_END_SESSION: u32 = 3363020u32; +pub const IOCTL_AACS_GENERATE_BINDING_NONCE: u32 = 3395824u32; +pub const IOCTL_AACS_GET_CERTIFICATE: u32 = 3363028u32; +pub const IOCTL_AACS_GET_CHALLENGE_KEY: u32 = 3363032u32; +pub const IOCTL_AACS_READ_BINDING_NONCE: u32 = 3363052u32; +pub const IOCTL_AACS_READ_MEDIA_ID: u32 = 3363048u32; +pub const IOCTL_AACS_READ_MEDIA_KEY_BLOCK: u32 = 3363012u32; +pub const IOCTL_AACS_READ_MEDIA_KEY_BLOCK_SIZE: u32 = 3363008u32; +pub const IOCTL_AACS_READ_SERIAL_NUMBER: u32 = 3363044u32; +pub const IOCTL_AACS_READ_VOLUME_ID: u32 = 3363040u32; +pub const IOCTL_AACS_SEND_CERTIFICATE: u32 = 3363024u32; +pub const IOCTL_AACS_SEND_CHALLENGE_KEY: u32 = 3363036u32; +pub const IOCTL_AACS_START_SESSION: u32 = 3363016u32; +pub const IOCTL_DVD_BASE: i32 = 51i32; +pub const IOCTL_DVD_END_SESSION: u32 = 3362828u32; +pub const IOCTL_DVD_GET_REGION: u32 = 3362836u32; +pub const IOCTL_DVD_READ_KEY: u32 = 3362820u32; +pub const IOCTL_DVD_READ_STRUCTURE: u32 = 3363136u32; +pub const IOCTL_DVD_SEND_KEY: u32 = 3362824u32; +pub const IOCTL_DVD_SEND_KEY2: u32 = 3395608u32; +pub const IOCTL_DVD_SET_READ_AHEAD: u32 = 3362832u32; +pub const IOCTL_DVD_START_SESSION: u32 = 3362816u32; +pub const IOCTL_STORAGE_SET_READ_AHEAD: u32 = 2966528u32; +pub const SessionInfoDiscControlBlock: DISC_CONTROL_BLOCK_TYPE = DISC_CONTROL_BLOCK_TYPE(1396982528i32); +pub const WriteInhibitDiscControlBlock: DISC_CONTROL_BLOCK_TYPE = DISC_CONTROL_BLOCK_TYPE(1464091392i32); +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct DISC_CONTROL_BLOCK_TYPE(pub i32); +impl windows_core::TypeKind for DISC_CONTROL_BLOCK_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for DISC_CONTROL_BLOCK_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("DISC_CONTROL_BLOCK_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct DVD_KEY_TYPE(pub i32); +impl windows_core::TypeKind for DVD_KEY_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for DVD_KEY_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("DVD_KEY_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct DVD_STRUCTURE_FORMAT(pub i32); +impl windows_core::TypeKind for DVD_STRUCTURE_FORMAT { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for DVD_STRUCTURE_FORMAT { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("DVD_STRUCTURE_FORMAT").field(&self.0).finish() + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct AACS_BINDING_NONCE { + pub BindingNonce: [u8; 16], + pub MAC: [u8; 16], +} +impl windows_core::TypeKind for AACS_BINDING_NONCE { + type TypeKind = windows_core::CopyType; +} +impl Default for AACS_BINDING_NONCE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct AACS_CERTIFICATE { + pub Nonce: [u8; 20], + pub Certificate: [u8; 92], +} +impl windows_core::TypeKind for AACS_CERTIFICATE { + type TypeKind = windows_core::CopyType; +} +impl Default for AACS_CERTIFICATE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct AACS_CHALLENGE_KEY { + pub EllipticCurvePoint: [u8; 40], + pub Signature: [u8; 40], +} +impl windows_core::TypeKind for AACS_CHALLENGE_KEY { + type TypeKind = windows_core::CopyType; +} +impl Default for AACS_CHALLENGE_KEY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct AACS_MEDIA_ID { + pub MediaID: [u8; 16], + pub MAC: [u8; 16], +} +impl windows_core::TypeKind for AACS_MEDIA_ID { + type TypeKind = windows_core::CopyType; +} +impl Default for AACS_MEDIA_ID { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct AACS_READ_BINDING_NONCE { + pub SessionId: u32, + pub NumberOfSectors: u32, + pub StartLba: u64, + pub Anonymous: AACS_READ_BINDING_NONCE_0, +} +impl windows_core::TypeKind for AACS_READ_BINDING_NONCE { + type TypeKind = windows_core::CopyType; +} +impl Default for AACS_READ_BINDING_NONCE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union AACS_READ_BINDING_NONCE_0 { + pub Handle: super::super::Foundation::HANDLE, + pub ForceStructureLengthToMatch64bit: u64, +} +impl windows_core::TypeKind for AACS_READ_BINDING_NONCE_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for AACS_READ_BINDING_NONCE_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct AACS_SEND_CERTIFICATE { + pub SessionId: u32, + pub Certificate: AACS_CERTIFICATE, +} +impl windows_core::TypeKind for AACS_SEND_CERTIFICATE { + type TypeKind = windows_core::CopyType; +} +impl Default for AACS_SEND_CERTIFICATE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct AACS_SEND_CHALLENGE_KEY { + pub SessionId: u32, + pub ChallengeKey: AACS_CHALLENGE_KEY, +} +impl windows_core::TypeKind for AACS_SEND_CHALLENGE_KEY { + type TypeKind = windows_core::CopyType; +} +impl Default for AACS_SEND_CHALLENGE_KEY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct AACS_SERIAL_NUMBER { + pub PrerecordedSerialNumber: [u8; 16], + pub MAC: [u8; 16], +} +impl windows_core::TypeKind for AACS_SERIAL_NUMBER { + type TypeKind = windows_core::CopyType; +} +impl Default for AACS_SERIAL_NUMBER { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct AACS_VOLUME_ID { + pub VolumeID: [u8; 16], + pub MAC: [u8; 16], +} +impl windows_core::TypeKind for AACS_VOLUME_ID { + type TypeKind = windows_core::CopyType; +} +impl Default for AACS_VOLUME_ID { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct BD_DISC_WRITE_PROTECT_PAC { + pub Header: BD_PAC_HEADER, + pub KnownPACEntireDiscFlags: u8, + pub Reserved1: [u8; 3], + pub WriteProtectControlByte: u8, + pub Reserved2: [u8; 7], + pub WriteProtectPassword: [u8; 32], +} +impl windows_core::TypeKind for BD_DISC_WRITE_PROTECT_PAC { + type TypeKind = windows_core::CopyType; +} +impl Default for BD_DISC_WRITE_PROTECT_PAC { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct BD_PAC_HEADER { + pub PACId: [u8; 3], + pub PACFormatNumber: u8, + pub PACUpdateCount: [u8; 4], + pub UnknownPACRules: [u8; 4], + pub UnkownPACEntireDiscFlag: u8, + pub Reserved1: [u8; 2], + pub NumberOfSegments: u8, + pub Segments: [u8; 256], + pub Reserved2: [u8; 112], +} +impl windows_core::TypeKind for BD_PAC_HEADER { + type TypeKind = windows_core::CopyType; +} +impl Default for BD_PAC_HEADER { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_ASF { + pub Reserved0: [u8; 3], + pub _bitfield: u8, +} +impl windows_core::TypeKind for DVD_ASF { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_ASF { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_BCA_DESCRIPTOR { + pub BCAInformation: [u8; 1], +} +impl windows_core::TypeKind for DVD_BCA_DESCRIPTOR { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_BCA_DESCRIPTOR { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_BD_SPARE_AREA_INFORMATION { + pub Reserved1: [u8; 4], + pub NumberOfFreeSpareBlocks: [u8; 4], + pub NumberOfAllocatedSpareBlocks: [u8; 4], +} +impl windows_core::TypeKind for DVD_BD_SPARE_AREA_INFORMATION { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_BD_SPARE_AREA_INFORMATION { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct DVD_COPYRIGHT_DESCRIPTOR { + pub CopyrightProtectionType: u8, + pub RegionManagementInformation: u8, + pub Reserved: u16, +} +impl windows_core::TypeKind for DVD_COPYRIGHT_DESCRIPTOR { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_COPYRIGHT_DESCRIPTOR { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR { + pub Anonymous: DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0, + pub Reserved0: [u8; 3], +} +impl windows_core::TypeKind for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0 { + pub Dvdrom: DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_0, + pub DvdRecordable_Version1: DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_1, + pub Dvdram: DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_2, + pub DvdRecordable: DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_3, + pub CPR_MAI: u8, +} +impl windows_core::TypeKind for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_1 { + pub _bitfield: u8, +} +impl windows_core::TypeKind for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_1 { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_1 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_3 { + pub _bitfield: u8, +} +impl windows_core::TypeKind for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_3 { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_3 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_2 { + pub Reserved0003: u8, +} +impl windows_core::TypeKind for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_2 { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_2 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_0 { + pub _bitfield: u8, +} +impl windows_core::TypeKind for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_COPYRIGHT_MANAGEMENT_DESCRIPTOR_0_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct DVD_COPY_PROTECT_KEY { + pub KeyLength: u32, + pub SessionId: u32, + pub KeyType: DVD_KEY_TYPE, + pub KeyFlags: u32, + pub Parameters: DVD_COPY_PROTECT_KEY_0, + pub KeyData: [u8; 1], +} +impl windows_core::TypeKind for DVD_COPY_PROTECT_KEY { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_COPY_PROTECT_KEY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub union DVD_COPY_PROTECT_KEY_0 { + pub FileHandle: super::super::Foundation::HANDLE, + pub TitleOffset: i64, +} +impl windows_core::TypeKind for DVD_COPY_PROTECT_KEY_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_COPY_PROTECT_KEY_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct DVD_DESCRIPTOR_HEADER { + pub Length: u16, + pub Reserved: [u8; 2], + pub Data: [u8; 1], +} +impl windows_core::TypeKind for DVD_DESCRIPTOR_HEADER { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DESCRIPTOR_HEADER { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_HEADER { + pub ContentDescriptor: [u8; 4], + pub ProhibitedActions: DVD_DISC_CONTROL_BLOCK_HEADER_0, + pub VendorId: [u8; 32], +} +impl windows_core::TypeKind for DVD_DISC_CONTROL_BLOCK_HEADER { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISC_CONTROL_BLOCK_HEADER { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union DVD_DISC_CONTROL_BLOCK_HEADER_0 { + pub Anonymous: DVD_DISC_CONTROL_BLOCK_HEADER_0_0, + pub AsByte: [u8; 4], +} +impl windows_core::TypeKind for DVD_DISC_CONTROL_BLOCK_HEADER_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISC_CONTROL_BLOCK_HEADER_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_DISC_CONTROL_BLOCK_HEADER_0_0 { + pub ReservedDoNotUse_UseAsByteInstead_0: [u8; 3], + pub _bitfield: u8, +} +impl windows_core::TypeKind for DVD_DISC_CONTROL_BLOCK_HEADER_0_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISC_CONTROL_BLOCK_HEADER_0_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_LIST { + pub header: DVD_DISC_CONTROL_BLOCK_HEADER, + pub Reserved0: u8, + pub ReadabldDCBs: u8, + pub Reserved1: u8, + pub WritableDCBs: u8, + pub Dcbs: [DVD_DISC_CONTROL_BLOCK_LIST_DCB; 1], +} +impl windows_core::TypeKind for DVD_DISC_CONTROL_BLOCK_LIST { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISC_CONTROL_BLOCK_LIST { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_DISC_CONTROL_BLOCK_LIST_DCB { + pub DcbIdentifier: [u8; 4], +} +impl windows_core::TypeKind for DVD_DISC_CONTROL_BLOCK_LIST_DCB { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISC_CONTROL_BLOCK_LIST_DCB { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_SESSION { + pub header: DVD_DISC_CONTROL_BLOCK_HEADER, + pub SessionNumber: [u8; 2], + pub Reserved0: [u8; 22], + pub DiscID: [u8; 32], + pub Reserved1: [u8; 32], + pub SessionItem: [DVD_DISC_CONTROL_BLOCK_SESSION_ITEM; 504], + pub Reserved2: [u8; 24576], +} +impl windows_core::TypeKind for DVD_DISC_CONTROL_BLOCK_SESSION { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISC_CONTROL_BLOCK_SESSION { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_DISC_CONTROL_BLOCK_SESSION_ITEM { + pub AsByte: [u8; 16], +} +impl windows_core::TypeKind for DVD_DISC_CONTROL_BLOCK_SESSION_ITEM { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISC_CONTROL_BLOCK_SESSION_ITEM { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT { + pub header: DVD_DISC_CONTROL_BLOCK_HEADER, + pub UpdateCount: [u8; 4], + pub WriteProtectActions: DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0, + pub Reserved0: [u8; 16], + pub UpdatePassword: [u8; 32], + pub Reserved1: [u8; 32672], +} +impl windows_core::TypeKind for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0 { + pub Anonymous: DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0_0, + pub AsByte: [u8; 4], +} +impl windows_core::TypeKind for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0_0 { + pub ReservedDoNotUse_UseAsByteInstead_0: [u8; 3], + pub _bitfield: u8, +} +impl windows_core::TypeKind for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_DISK_KEY_DESCRIPTOR { + pub DiskKeyData: [u8; 2048], +} +impl windows_core::TypeKind for DVD_DISK_KEY_DESCRIPTOR { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DISK_KEY_DESCRIPTOR { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_DUAL_LAYER_JUMP_INTERVAL_SIZE { + pub Reserved1: [u8; 4], + pub JumpIntervalSize: [u8; 4], +} +impl windows_core::TypeKind for DVD_DUAL_LAYER_JUMP_INTERVAL_SIZE { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DUAL_LAYER_JUMP_INTERVAL_SIZE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_DUAL_LAYER_MANUAL_LAYER_JUMP { + pub Reserved1: [u8; 4], + pub ManualJumpLayerAddress: [u8; 4], +} +impl windows_core::TypeKind for DVD_DUAL_LAYER_MANUAL_LAYER_JUMP { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DUAL_LAYER_MANUAL_LAYER_JUMP { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_DUAL_LAYER_MIDDLE_ZONE_START_ADDRESS { + pub _bitfield: u8, + pub Reserved1: [u8; 3], + pub ShiftedMiddleAreaStartAddress: [u8; 4], +} +impl windows_core::TypeKind for DVD_DUAL_LAYER_MIDDLE_ZONE_START_ADDRESS { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DUAL_LAYER_MIDDLE_ZONE_START_ADDRESS { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_DUAL_LAYER_RECORDING_INFORMATION { + pub _bitfield: u8, + pub Reserved1: [u8; 3], + pub Layer0Sectors: [u8; 4], +} +impl windows_core::TypeKind for DVD_DUAL_LAYER_RECORDING_INFORMATION { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DUAL_LAYER_RECORDING_INFORMATION { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_DUAL_LAYER_REMAPPING_INFORMATION { + pub Reserved1: [u8; 4], + pub RemappingAddress: [u8; 4], +} +impl windows_core::TypeKind for DVD_DUAL_LAYER_REMAPPING_INFORMATION { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_DUAL_LAYER_REMAPPING_INFORMATION { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct DVD_FULL_LAYER_DESCRIPTOR { + pub commonHeader: DVD_LAYER_DESCRIPTOR, + pub MediaSpecific: [u8; 2031], +} +impl windows_core::TypeKind for DVD_FULL_LAYER_DESCRIPTOR { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_FULL_LAYER_DESCRIPTOR { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct DVD_LAYER_DESCRIPTOR { + pub _bitfield1: u8, + pub _bitfield2: u8, + pub _bitfield3: u8, + pub _bitfield4: u8, + pub StartingDataSector: u32, + pub EndDataSector: u32, + pub EndLayerZeroSector: u32, + pub _bitfield5: u8, +} +impl windows_core::TypeKind for DVD_LAYER_DESCRIPTOR { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_LAYER_DESCRIPTOR { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS { + pub TypeCodeOfFormatLayer: [u8; 2], +} +impl windows_core::TypeKind for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS_TYPE_CODE { + pub NumberOfRecognizedFormatLayers: u8, + pub _bitfield: u8, +} +impl windows_core::TypeKind for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS_TYPE_CODE { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS_TYPE_CODE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_MANUFACTURER_DESCRIPTOR { + pub ManufacturingInformation: [u8; 2048], +} +impl windows_core::TypeKind for DVD_MANUFACTURER_DESCRIPTOR { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_MANUFACTURER_DESCRIPTOR { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_PRERECORDED_INFORMATION { + pub FieldID_1: u8, + pub DiscApplicationCode: u8, + pub DiscPhysicalCode: u8, + pub LastAddressOfDataRecordableArea: [u8; 3], + pub _bitfield: u8, + pub Reserved0: u8, + pub FieldID_2: u8, + pub OpcSuggestedCode: u8, + pub WavelengthCode: u8, + pub WriteStrategyCode: [u8; 4], + pub Reserved2: u8, + pub FieldID_3: u8, + pub ManufacturerId_3: [u8; 6], + pub Reserved3: u8, + pub FieldID_4: u8, + pub ManufacturerId_4: [u8; 6], + pub Reserved4: u8, + pub FieldID_5: u8, + pub ManufacturerId_5: [u8; 6], + pub Reserved5: u8, + pub Reserved99: [u8; 24], +} +impl windows_core::TypeKind for DVD_PRERECORDED_INFORMATION { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_PRERECORDED_INFORMATION { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_RAM_MEDIUM_STATUS { + pub _bitfield: u8, + pub DiscTypeIdentification: u8, + pub Reserved2: u8, + pub MediaSpecificWriteInhibitInformation: u8, +} +impl windows_core::TypeKind for DVD_RAM_MEDIUM_STATUS { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_RAM_MEDIUM_STATUS { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_RAM_RECORDING_TYPE { + pub _bitfield: u8, + pub Reserved2: [u8; 3], +} +impl windows_core::TypeKind for DVD_RAM_RECORDING_TYPE { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_RAM_RECORDING_TYPE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_RAM_SPARE_AREA_INFORMATION { + pub FreePrimarySpareSectors: [u8; 4], + pub FreeSupplementalSpareSectors: [u8; 4], + pub AllocatedSupplementalSpareSectors: [u8; 4], +} +impl windows_core::TypeKind for DVD_RAM_SPARE_AREA_INFORMATION { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_RAM_SPARE_AREA_INFORMATION { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct DVD_READ_STRUCTURE { + pub BlockByteOffset: i64, + pub Format: DVD_STRUCTURE_FORMAT, + pub SessionId: u32, + pub LayerNumber: u8, +} +impl windows_core::TypeKind for DVD_READ_STRUCTURE { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_READ_STRUCTURE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_RECORDING_MANAGEMENT_AREA_DATA { + pub LastRecordedRMASectorNumber: [u8; 4], + pub RMDBytes: [u8; 1], +} +impl windows_core::TypeKind for DVD_RECORDING_MANAGEMENT_AREA_DATA { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_RECORDING_MANAGEMENT_AREA_DATA { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_REGION { + pub CopySystem: u8, + pub RegionData: u8, + pub SystemRegion: u8, + pub ResetCount: u8, +} +impl windows_core::TypeKind for DVD_REGION { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_REGION { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_RPC_KEY { + pub _bitfield: u8, + pub RegionMask: u8, + pub RpcScheme: u8, + pub Reserved02: u8, +} +impl windows_core::TypeKind for DVD_RPC_KEY { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_RPC_KEY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_SET_RPC_KEY { + pub PreferredDriveRegionCode: u8, + pub Reserved: [u8; 3], +} +impl windows_core::TypeKind for DVD_SET_RPC_KEY { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_SET_RPC_KEY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_STRUCTURE_LIST_ENTRY { + pub FormatCode: u8, + pub _bitfield: u8, + pub FormatLength: [u8; 2], +} +impl windows_core::TypeKind for DVD_STRUCTURE_LIST_ENTRY { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_STRUCTURE_LIST_ENTRY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_UNIQUE_DISC_IDENTIFIER { + pub Reserved0: [u8; 2], + pub RandomNumber: [u8; 2], + pub Year: [u8; 4], + pub Month: [u8; 2], + pub Day: [u8; 2], + pub Hour: [u8; 2], + pub Minute: [u8; 2], + pub Second: [u8; 2], +} +impl windows_core::TypeKind for DVD_UNIQUE_DISC_IDENTIFIER { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_UNIQUE_DISC_IDENTIFIER { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DVD_WRITE_PROTECTION_STATUS { + pub _bitfield: u8, + pub Reserved1: [u8; 3], +} +impl windows_core::TypeKind for DVD_WRITE_PROTECTION_STATUS { + type TypeKind = windows_core::CopyType; +} +impl Default for DVD_WRITE_PROTECTION_STATUS { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct HD_DVD_R_MEDIUM_STATUS { + pub _bitfield: u8, + pub NumberOfRemainingRMDsInRDZ: u8, + pub NumberOfRemainingRMDsInCurrentRMZ: [u8; 2], +} +impl windows_core::TypeKind for HD_DVD_R_MEDIUM_STATUS { + type TypeKind = windows_core::CopyType; +} +impl Default for HD_DVD_R_MEDIUM_STATUS { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C, packed(1))] +#[derive(Clone, Copy)] +pub struct STORAGE_SET_READ_AHEAD { + pub TriggerAddress: i64, + pub TargetAddress: i64, +} +impl windows_core::TypeKind for STORAGE_SET_READ_AHEAD { + type TypeKind = windows_core::CopyType; +} +impl Default for STORAGE_SET_READ_AHEAD { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} diff --git a/crates/libs/windows/src/Windows/Win32/Devices/Fax/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/Fax/mod.rs index 066b532f40..86c683dd36 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/Fax/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/Fax/mod.rs @@ -12939,10 +12939,8 @@ pub const CF_MSFAXSRV_ROUTEEXT_NAME: windows_core::PCWSTR = windows_core::w!("FA pub const CF_MSFAXSRV_ROUTING_METHOD_GUID: windows_core::PCWSTR = windows_core::w!("FAXSRV_RoutingMethodGuid"); pub const CF_MSFAXSRV_SERVER_NAME: windows_core::PCWSTR = windows_core::w!("FAXSRV_ServerName"); pub const CLSID_Sti: windows_core::GUID = windows_core::GUID::from_u128(0xb323f8e0_2e68_11d0_90ea_00aa0060f86c); -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WIA_DeviceType: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6bdd1fc6_810f_11d0_bec7_08002be2092f), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WIA_USDClassId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6bdd1fc6_810f_11d0_bec7_08002be2092f), pid: 3 }; +pub const DEVPKEY_WIA_DeviceType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6bdd1fc6_810f_11d0_bec7_08002be2092f), pid: 2 }; +pub const DEVPKEY_WIA_USDClassId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6bdd1fc6_810f_11d0_bec7_08002be2092f), pid: 3 }; pub const DEV_ID_SRC_FAX: FAX_ENUM_DEVICE_ID_SOURCE = FAX_ENUM_DEVICE_ID_SOURCE(0i32); pub const DEV_ID_SRC_TAPI: FAX_ENUM_DEVICE_ID_SOURCE = FAX_ENUM_DEVICE_ID_SOURCE(1i32); pub const DRT_EMAIL: FAX_ENUM_DELIVERY_REPORT_TYPES = FAX_ENUM_DELIVERY_REPORT_TYPES(1i32); diff --git a/crates/libs/windows/src/Windows/Win32/Devices/FunctionDiscovery/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/FunctionDiscovery/mod.rs index 186faf80aa..56d052821c 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/FunctionDiscovery/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/FunctionDiscovery/mod.rs @@ -900,8 +900,8 @@ impl IFunctionInstanceCollectionQuery { { (windows_core::Interface::vtable(self).AddQueryConstraint)(windows_core::Interface::as_raw(self), pszconstraintname.param().abi(), pszconstraintvalue.param().abi()).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn AddPropertyConstraint(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pv: *const super::super::System::Com::StructuredStorage::PROPVARIANT, enumpropertyconstraint: PropertyConstraint) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn AddPropertyConstraint(&self, key: *const super::super::Foundation::PROPERTYKEY, pv: *const super::super::System::Com::StructuredStorage::PROPVARIANT, enumpropertyconstraint: PropertyConstraint) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).AddPropertyConstraint)(windows_core::Interface::as_raw(self), key, core::mem::transmute(pv), enumpropertyconstraint).ok() } pub unsafe fn Execute(&self) -> windows_core::Result { @@ -913,28 +913,28 @@ impl IFunctionInstanceCollectionQuery { pub struct IFunctionInstanceCollectionQuery_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub AddQueryConstraint: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, windows_core::PCWSTR) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub AddPropertyConstraint: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit, PropertyConstraint) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub AddPropertyConstraint: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit, PropertyConstraint) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] AddPropertyConstraint: usize, pub Execute: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IFunctionInstanceCollectionQuery_Impl: Sized + windows_core::IUnknownImpl { fn AddQueryConstraint(&self, pszconstraintname: &windows_core::PCWSTR, pszconstraintvalue: &windows_core::PCWSTR) -> windows_core::Result<()>; - fn AddPropertyConstraint(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pv: *const super::super::System::Com::StructuredStorage::PROPVARIANT, enumpropertyconstraint: PropertyConstraint) -> windows_core::Result<()>; + fn AddPropertyConstraint(&self, key: *const super::super::Foundation::PROPERTYKEY, pv: *const super::super::System::Com::StructuredStorage::PROPVARIANT, enumpropertyconstraint: PropertyConstraint) -> windows_core::Result<()>; fn Execute(&self) -> windows_core::Result; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IFunctionInstanceCollectionQuery {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IFunctionInstanceCollectionQuery_Vtbl { pub const fn new() -> IFunctionInstanceCollectionQuery_Vtbl { unsafe extern "system" fn AddQueryConstraint(this: *mut core::ffi::c_void, pszconstraintname: windows_core::PCWSTR, pszconstraintvalue: windows_core::PCWSTR) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IFunctionInstanceCollectionQuery_Impl::AddQueryConstraint(this, core::mem::transmute(&pszconstraintname), core::mem::transmute(&pszconstraintvalue)).into() } - unsafe extern "system" fn AddPropertyConstraint(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pv: *const core::mem::MaybeUninit, enumpropertyconstraint: PropertyConstraint) -> windows_core::HRESULT { + unsafe extern "system" fn AddPropertyConstraint(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pv: *const core::mem::MaybeUninit, enumpropertyconstraint: PropertyConstraint) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IFunctionInstanceCollectionQuery_Impl::AddPropertyConstraint(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&pv), core::mem::transmute_copy(&enumpropertyconstraint)).into() } @@ -1309,23 +1309,23 @@ impl IProviderProperties { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetCount)(windows_core::Interface::as_raw(self), pifunctioninstance.param().abi(), iproviderinstancecontext, &mut result__).map(|| result__) } - #[cfg(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetAt(&self, pifunctioninstance: P0, iproviderinstancecontext: isize, dwindex: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> + #[cfg(feature = "Win32_System_Com")] + pub unsafe fn GetAt(&self, pifunctioninstance: P0, iproviderinstancecontext: isize, dwindex: u32, pkey: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> where P0: windows_core::Param, { (windows_core::Interface::vtable(self).GetAt)(windows_core::Interface::as_raw(self), pifunctioninstance.param().abi(), iproviderinstancecontext, dwindex, pkey).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetValue(&self, pifunctioninstance: P0, iproviderinstancecontext: isize, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetValue(&self, pifunctioninstance: P0, iproviderinstancecontext: isize, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result where P0: windows_core::Param, { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetValue)(windows_core::Interface::as_raw(self), pifunctioninstance.param().abi(), iproviderinstancecontext, key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn SetValue(&self, pifunctioninstance: P0, iproviderinstancecontext: isize, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn SetValue(&self, pifunctioninstance: P0, iproviderinstancecontext: isize, key: *const super::super::Foundation::PROPERTYKEY, ppropvar: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> where P0: windows_core::Param, { @@ -1339,29 +1339,29 @@ pub struct IProviderProperties_Vtbl { pub GetCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, isize, *mut u32) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_System_Com"))] GetCount: usize, - #[cfg(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, isize, u32, *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(feature = "Win32_System_Com")] + pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, isize, u32, *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, + #[cfg(not(feature = "Win32_System_Com"))] GetAt: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, isize, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, isize, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetValue: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub SetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, isize, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub SetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, isize, *const super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] SetValue: usize, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IProviderProperties_Impl: Sized + windows_core::IUnknownImpl { fn GetCount(&self, pifunctioninstance: Option<&IFunctionInstance>, iproviderinstancecontext: isize) -> windows_core::Result; - fn GetAt(&self, pifunctioninstance: Option<&IFunctionInstance>, iproviderinstancecontext: isize, dwindex: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; - fn GetValue(&self, pifunctioninstance: Option<&IFunctionInstance>, iproviderinstancecontext: isize, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetValue(&self, pifunctioninstance: Option<&IFunctionInstance>, iproviderinstancecontext: isize, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn GetAt(&self, pifunctioninstance: Option<&IFunctionInstance>, iproviderinstancecontext: isize, dwindex: u32, pkey: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn GetValue(&self, pifunctioninstance: Option<&IFunctionInstance>, iproviderinstancecontext: isize, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetValue(&self, pifunctioninstance: Option<&IFunctionInstance>, iproviderinstancecontext: isize, key: *const super::super::Foundation::PROPERTYKEY, ppropvar: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IProviderProperties {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IProviderProperties_Vtbl { pub const fn new() -> IProviderProperties_Vtbl { unsafe extern "system" fn GetCount(this: *mut core::ffi::c_void, pifunctioninstance: *mut core::ffi::c_void, iproviderinstancecontext: isize, pdwcount: *mut u32) -> windows_core::HRESULT { @@ -1374,11 +1374,11 @@ impl IProviderProperties_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetAt(this: *mut core::ffi::c_void, pifunctioninstance: *mut core::ffi::c_void, iproviderinstancecontext: isize, dwindex: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn GetAt(this: *mut core::ffi::c_void, pifunctioninstance: *mut core::ffi::c_void, iproviderinstancecontext: isize, dwindex: u32, pkey: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IProviderProperties_Impl::GetAt(this, windows_core::from_raw_borrowed(&pifunctioninstance), core::mem::transmute_copy(&iproviderinstancecontext), core::mem::transmute_copy(&dwindex), core::mem::transmute_copy(&pkey)).into() } - unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, pifunctioninstance: *mut core::ffi::c_void, iproviderinstancecontext: isize, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, pifunctioninstance: *mut core::ffi::c_void, iproviderinstancecontext: isize, key: *const super::super::Foundation::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IProviderProperties_Impl::GetValue(this, windows_core::from_raw_borrowed(&pifunctioninstance), core::mem::transmute_copy(&iproviderinstancecontext), core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -1388,7 +1388,7 @@ impl IProviderProperties_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetValue(this: *mut core::ffi::c_void, pifunctioninstance: *mut core::ffi::c_void, iproviderinstancecontext: isize, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *const core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn SetValue(this: *mut core::ffi::c_void, pifunctioninstance: *mut core::ffi::c_void, iproviderinstancecontext: isize, key: *const super::super::Foundation::PROPERTYKEY, ppropvar: *const core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IProviderProperties_Impl::SetValue(this, windows_core::from_raw_borrowed(&pifunctioninstance), core::mem::transmute_copy(&iproviderinstancecontext), core::mem::transmute_copy(&key), core::mem::transmute_copy(&ppropvar)).into() } @@ -1417,16 +1417,16 @@ impl IProviderPropertyConstraintCollection { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetCount)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn Get(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn Get(&self, key: *const super::super::Foundation::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Get)(windows_core::Interface::as_raw(self), key, core::mem::transmute(ppropvar), pdwpropertyconstraint).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn Item(&self, dwindex: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn Item(&self, dwindex: u32, pkey: *mut super::super::Foundation::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Item)(windows_core::Interface::as_raw(self), dwindex, pkey, core::mem::transmute(ppropvar), pdwpropertyconstraint).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn Next(&self, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn Next(&self, pkey: *mut super::super::Foundation::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Next)(windows_core::Interface::as_raw(self), pkey, core::mem::transmute(ppropvar), pdwpropertyconstraint).ok() } pub unsafe fn Skip(&self) -> windows_core::Result<()> { @@ -1440,33 +1440,33 @@ impl IProviderPropertyConstraintCollection { pub struct IProviderPropertyConstraintCollection_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub Get: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit, *mut u32) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub Get: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit, *mut u32) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] Get: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub Item: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit, *mut u32) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub Item: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit, *mut u32) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] Item: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub Next: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit, *mut u32) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub Next: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit, *mut u32) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] Next: usize, pub Skip: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, pub Reset: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IProviderPropertyConstraintCollection_Impl: Sized + windows_core::IUnknownImpl { fn GetCount(&self) -> windows_core::Result; - fn Get(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()>; - fn Item(&self, dwindex: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()>; - fn Next(&self, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()>; + fn Get(&self, key: *const super::super::Foundation::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()>; + fn Item(&self, dwindex: u32, pkey: *mut super::super::Foundation::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()>; + fn Next(&self, pkey: *mut super::super::Foundation::PROPERTYKEY, ppropvar: *mut super::super::System::Com::StructuredStorage::PROPVARIANT, pdwpropertyconstraint: *mut u32) -> windows_core::Result<()>; fn Skip(&self) -> windows_core::Result<()>; fn Reset(&self) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IProviderPropertyConstraintCollection {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IProviderPropertyConstraintCollection_Vtbl { pub const fn new() -> IProviderPropertyConstraintCollection_Vtbl { unsafe extern "system" fn GetCount(this: *mut core::ffi::c_void, pdwcount: *mut u32) -> windows_core::HRESULT { @@ -1479,15 +1479,15 @@ impl IProviderPropertyConstraintCollection_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn Get(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit, pdwpropertyconstraint: *mut u32) -> windows_core::HRESULT { + unsafe extern "system" fn Get(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit, pdwpropertyconstraint: *mut u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IProviderPropertyConstraintCollection_Impl::Get(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&ppropvar), core::mem::transmute_copy(&pdwpropertyconstraint)).into() } - unsafe extern "system" fn Item(this: *mut core::ffi::c_void, dwindex: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit, pdwpropertyconstraint: *mut u32) -> windows_core::HRESULT { + unsafe extern "system" fn Item(this: *mut core::ffi::c_void, dwindex: u32, pkey: *mut super::super::Foundation::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit, pdwpropertyconstraint: *mut u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IProviderPropertyConstraintCollection_Impl::Item(this, core::mem::transmute_copy(&dwindex), core::mem::transmute_copy(&pkey), core::mem::transmute_copy(&ppropvar), core::mem::transmute_copy(&pdwpropertyconstraint)).into() } - unsafe extern "system" fn Next(this: *mut core::ffi::c_void, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit, pdwpropertyconstraint: *mut u32) -> windows_core::HRESULT { + unsafe extern "system" fn Next(this: *mut core::ffi::c_void, pkey: *mut super::super::Foundation::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit, pdwpropertyconstraint: *mut u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IProviderPropertyConstraintCollection_Impl::Next(this, core::mem::transmute_copy(&pkey), core::mem::transmute_copy(&ppropvar), core::mem::transmute_copy(&pdwpropertyconstraint)).into() } @@ -1766,482 +1766,244 @@ pub const FMTID_WSD: windows_core::GUID = windows_core::GUID::from_u128(0x925064 pub const MAX_FDCONSTRAINTNAME_LENGTH: u32 = 100u32; pub const MAX_FDCONSTRAINTVALUE_LENGTH: u32 = 1000u32; pub const ONLINE_PROVIDER_DEVICES_QUERYCONSTRAINT_OWNERNAME: windows_core::PCWSTR = windows_core::w!("OwnerName"); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_Characteristics: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_ClassCoInstallers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x713d1703_a2e2_49f5_9214_56472ef3da5c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_ClassInstaller: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_ClassName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_DefaultService: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_DevType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_Exclusive: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_IconPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_LowerFilters: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_Name: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_NoDisplayClass: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_NoInstallClass: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_NoUseClass: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_PropPageProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_Security: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_SecuritySDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_SilentInstall: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceClass_UpperFilters: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_Address: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 51 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_AlwaysShowDeviceAsConnected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_AssociationArray: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 80 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_BaselineExperienceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 78 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_Category: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 90 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_CategoryGroup_Desc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 94 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_CategoryGroup_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 95 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_Category_Desc_Plural: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 92 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_Category_Desc_Singular: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 91 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_Category_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 93 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_DeviceDescription1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 81 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_DeviceDescription2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 82 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_DeviceFunctionSubRank: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_DiscoveryMethod: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 52 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_ExperienceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 89 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_FriendlyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12288 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 57 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_InstallInProgress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsAuthenticated: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 54 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsConnected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 55 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsDefaultDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 86 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsDeviceUniquelyIdentifiable: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 79 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsEncrypted: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 53 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsLocalMachine: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 70 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsMetadataSearchInProgress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 72 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsNetworkDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 85 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsNotInterestingForDisplay: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 74 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsNotWorkingProperly: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 83 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsPaired: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 56 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsSharedDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 84 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_IsShowInDisconnectedState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 68 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_Last_Connected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 67 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_Last_Seen: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 66 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_LaunchDeviceStageFromExplorer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 77 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_LaunchDeviceStageOnDeviceConnect: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 76 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_Manufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8192 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_MetadataCabinet: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 87 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_MetadataChecksum: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 73 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_MetadataPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 71 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_ModelName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8194 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_ModelNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8195 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_PrimaryCategory: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 97 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_RequiresPairingElevation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 88 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_RequiresUninstallElevation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 99 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_UnpairUninstall: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 98 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceDisplay_Version: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 65 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterfaceClass_DefaultInterface: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14c83a99_0b3f_44b7_be4c_a178d3990564), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_ClassGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Enabled: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_FriendlyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_AdditionalSoftwareRequested: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Address: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_BIOSVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xeaee7f1d_6a33_44d1_9441_5f46def23198), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_BaseContainerId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 38 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_BusNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_BusRelations: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_BusReportedDeviceDesc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_BusTypeGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Capabilities: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Characteristics: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Children: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Class: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_ClassGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_CompatibleIds: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_ConfigFlags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_ContainerId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DHP_Rebalance_Policy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DevNodeStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DevType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DeviceDesc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Driver: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverCoInstallers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverDate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverDesc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverInfPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverInfSection: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverInfSectionExt: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverLogoLevel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverPropPageProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverRank: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_DriverVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_EjectionRelations: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_EnumeratorName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Exclusive: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_FriendlyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_FriendlyNameAttributes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_GenericDriverInstalled: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_HardwareIds: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_InstallInProgress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_InstallState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 36 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_InstanceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 256 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_IsAssociateableByUserAction: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Legacy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_LegacyBusType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_LocationInfo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_LocationPaths: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_LowerFilters: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Manufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_ManufacturerAttributes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_MatchingDeviceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_ModelId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_NoConnectSound: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Numa_Node: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_PDOName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Parent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_PowerData: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_PowerRelations: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_PresenceNotForDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_ProblemCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_RemovalPolicy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_RemovalPolicyDefault: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_RemovalPolicyOverride: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 35 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_RemovalRelations: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Reported: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_ResourcePickerExceptions: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_ResourcePickerTags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_SafeRemovalRequired: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_SafeRemovalRequiredOverride: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Security: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_SecuritySDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Service: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_Siblings: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_SignalStrength: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_TransportRelations: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_UINumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_UINumberDescFormat: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_UpperFilters: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DrvPkg_BrandingIcon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DrvPkg_DetailedDescription: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DrvPkg_DocumentationLink: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DrvPkg_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DrvPkg_Model: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DrvPkg_VendorWebSite: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FunctionInstance: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x08c0c253_a154_4746_9005_82de5317148b), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_Devinst: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 4097 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_DisplayAttribute: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_DriverDate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_DriverProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_DriverVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_Function: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 4099 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_Image: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 4098 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_Manufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_Model: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_Name: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_SerialNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_ShellAttributes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 4100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Hardware_Status: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 4096 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Numa_Proximity_Domain: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_Associated: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fc5077e_b686_44be_93e3_86cafe368ccd), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_Category_Desc_NonPlural: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12304 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_CompactSignature: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 28674 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_CompatibleTypes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fc5077e_b686_44be_93e3_86cafe368ccd), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_DeviceCategory: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12292 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_DeviceCategory_Desc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12293 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_DeviceCertHash: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 28675 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_DomainName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 20480 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_FirmwareVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12289 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_GlobalIdentity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4096 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_IPBusEnumerated: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 28688 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_InstallState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fc5077e_b686_44be_93e3_86cafe368ccd), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_Installable: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fc5077e_b686_44be_93e3_86cafe368ccd), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_IpAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12297 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_ManufacturerUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8193 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_MetadataVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_ModelUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8196 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_NetworkInterfaceGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12296 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_NetworkInterfaceLuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12295 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_PhysicalAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12294 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_PresentationUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8198 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_RemoteAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4102 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_Removable: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 28672 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_RootProxy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4103 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_Scopes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4098 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_SecureChannel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 28673 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_SerialNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12290 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_ServiceAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16384 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_ServiceControlUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16388 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_ServiceDescUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16389 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_ServiceEventSubUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16390 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_ServiceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16385 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_ServiceTypes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16386 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_ShareName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 20482 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_Types: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4097 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_Upc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8197 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PNPX_XAddrs: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4099 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Pairing_IsWifiOnlyDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8807cae6_7db6_4f10_8ee4_435eaa1392bc), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Pairing_ListItemDefault: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8807cae6_7db6_4f10_8ee4_435eaa1392bc), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Pairing_ListItemDescription: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8807cae6_7db6_4f10_8ee4_435eaa1392bc), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Pairing_ListItemIcon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8807cae6_7db6_4f10_8ee4_435eaa1392bc), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Pairing_ListItemText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8807cae6_7db6_4f10_8ee4_435eaa1392bc), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SSDP_AltLocationInfo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 24576 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SSDP_DevLifeTime: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 24577 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SSDP_NetworkInterface: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 24578 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_AssocState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b88_4684_11da_a26a_0002b3988e81), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_AuthType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b82_4684_11da_a26a_0002b3988e81), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_ConfigError: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b89_4684_11da_a26a_0002b3988e81), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_ConfigMethods: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b85_4684_11da_a26a_0002b3988e81), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_ConfigState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b89_4684_11da_a26a_0002b3988e81), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_ConnType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b84_4684_11da_a26a_0002b3988e81), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_DevicePasswordId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b89_4684_11da_a26a_0002b3988e81), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_EncryptType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b83_4684_11da_a26a_0002b3988e81), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_OSVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b89_4684_11da_a26a_0002b3988e81), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_RegistrarType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8b_4684_11da_a26a_0002b3988e81), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_RequestType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b81_4684_11da_a26a_0002b3988e81), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_RfBand: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b87_4684_11da_a26a_0002b3988e81), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_VendorExtension: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8a_4684_11da_a26a_0002b3988e81), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_Version: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b80_4684_11da_a26a_0002b3988e81), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WNET_Comment: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WNET_DisplayType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WNET_LocalName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WNET_Provider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WNET_RemoteName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WNET_Scope: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WNET_Type: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WNET_Usage: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 4 }; +pub const PKEY_DeviceClass_Characteristics: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 29 }; +pub const PKEY_DeviceClass_ClassCoInstallers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x713d1703_a2e2_49f5_9214_56472ef3da5c), pid: 2 }; +pub const PKEY_DeviceClass_ClassInstaller: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 5 }; +pub const PKEY_DeviceClass_ClassName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 3 }; +pub const PKEY_DeviceClass_DefaultService: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 11 }; +pub const PKEY_DeviceClass_DevType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 27 }; +pub const PKEY_DeviceClass_Exclusive: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 28 }; +pub const PKEY_DeviceClass_Icon: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 4 }; +pub const PKEY_DeviceClass_IconPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 12 }; +pub const PKEY_DeviceClass_LowerFilters: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 20 }; +pub const PKEY_DeviceClass_Name: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 2 }; +pub const PKEY_DeviceClass_NoDisplayClass: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 8 }; +pub const PKEY_DeviceClass_NoInstallClass: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 7 }; +pub const PKEY_DeviceClass_NoUseClass: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 10 }; +pub const PKEY_DeviceClass_PropPageProvider: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 6 }; +pub const PKEY_DeviceClass_Security: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 25 }; +pub const PKEY_DeviceClass_SecuritySDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 26 }; +pub const PKEY_DeviceClass_SilentInstall: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 9 }; +pub const PKEY_DeviceClass_UpperFilters: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 19 }; +pub const PKEY_DeviceDisplay_Address: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 51 }; +pub const PKEY_DeviceDisplay_AlwaysShowDeviceAsConnected: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 101 }; +pub const PKEY_DeviceDisplay_AssociationArray: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 80 }; +pub const PKEY_DeviceDisplay_BaselineExperienceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 78 }; +pub const PKEY_DeviceDisplay_Category: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 90 }; +pub const PKEY_DeviceDisplay_CategoryGroup_Desc: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 94 }; +pub const PKEY_DeviceDisplay_CategoryGroup_Icon: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 95 }; +pub const PKEY_DeviceDisplay_Category_Desc_Plural: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 92 }; +pub const PKEY_DeviceDisplay_Category_Desc_Singular: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 91 }; +pub const PKEY_DeviceDisplay_Category_Icon: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 93 }; +pub const PKEY_DeviceDisplay_DeviceDescription1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 81 }; +pub const PKEY_DeviceDisplay_DeviceDescription2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 82 }; +pub const PKEY_DeviceDisplay_DeviceFunctionSubRank: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 100 }; +pub const PKEY_DeviceDisplay_DiscoveryMethod: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 52 }; +pub const PKEY_DeviceDisplay_ExperienceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 89 }; +pub const PKEY_DeviceDisplay_FriendlyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12288 }; +pub const PKEY_DeviceDisplay_Icon: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 57 }; +pub const PKEY_DeviceDisplay_InstallInProgress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 9 }; +pub const PKEY_DeviceDisplay_IsAuthenticated: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 54 }; +pub const PKEY_DeviceDisplay_IsConnected: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 55 }; +pub const PKEY_DeviceDisplay_IsDefaultDevice: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 86 }; +pub const PKEY_DeviceDisplay_IsDeviceUniquelyIdentifiable: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 79 }; +pub const PKEY_DeviceDisplay_IsEncrypted: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 53 }; +pub const PKEY_DeviceDisplay_IsLocalMachine: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 70 }; +pub const PKEY_DeviceDisplay_IsMetadataSearchInProgress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 72 }; +pub const PKEY_DeviceDisplay_IsNetworkDevice: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 85 }; +pub const PKEY_DeviceDisplay_IsNotInterestingForDisplay: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 74 }; +pub const PKEY_DeviceDisplay_IsNotWorkingProperly: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 83 }; +pub const PKEY_DeviceDisplay_IsPaired: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 56 }; +pub const PKEY_DeviceDisplay_IsSharedDevice: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 84 }; +pub const PKEY_DeviceDisplay_IsShowInDisconnectedState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 68 }; +pub const PKEY_DeviceDisplay_Last_Connected: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 67 }; +pub const PKEY_DeviceDisplay_Last_Seen: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 66 }; +pub const PKEY_DeviceDisplay_LaunchDeviceStageFromExplorer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 77 }; +pub const PKEY_DeviceDisplay_LaunchDeviceStageOnDeviceConnect: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 76 }; +pub const PKEY_DeviceDisplay_Manufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8192 }; +pub const PKEY_DeviceDisplay_MetadataCabinet: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 87 }; +pub const PKEY_DeviceDisplay_MetadataChecksum: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 73 }; +pub const PKEY_DeviceDisplay_MetadataPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 71 }; +pub const PKEY_DeviceDisplay_ModelName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8194 }; +pub const PKEY_DeviceDisplay_ModelNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8195 }; +pub const PKEY_DeviceDisplay_PrimaryCategory: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 97 }; +pub const PKEY_DeviceDisplay_RequiresPairingElevation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 88 }; +pub const PKEY_DeviceDisplay_RequiresUninstallElevation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 99 }; +pub const PKEY_DeviceDisplay_UnpairUninstall: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 98 }; +pub const PKEY_DeviceDisplay_Version: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 65 }; +pub const PKEY_DeviceInterfaceClass_DefaultInterface: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14c83a99_0b3f_44b7_be4c_a178d3990564), pid: 2 }; +pub const PKEY_DeviceInterface_ClassGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 4 }; +pub const PKEY_DeviceInterface_Enabled: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 3 }; +pub const PKEY_DeviceInterface_FriendlyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 2 }; +pub const PKEY_Device_AdditionalSoftwareRequested: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 19 }; +pub const PKEY_Device_Address: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 30 }; +pub const PKEY_Device_BIOSVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xeaee7f1d_6a33_44d1_9441_5f46def23198), pid: 9 }; +pub const PKEY_Device_BaseContainerId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 38 }; +pub const PKEY_Device_BusNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 23 }; +pub const PKEY_Device_BusRelations: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 7 }; +pub const PKEY_Device_BusReportedDeviceDesc: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 4 }; +pub const PKEY_Device_BusTypeGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 21 }; +pub const PKEY_Device_Capabilities: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 17 }; +pub const PKEY_Device_Characteristics: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 29 }; +pub const PKEY_Device_Children: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 9 }; +pub const PKEY_Device_Class: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 9 }; +pub const PKEY_Device_ClassGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 10 }; +pub const PKEY_Device_CompatibleIds: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 4 }; +pub const PKEY_Device_ConfigFlags: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 12 }; +pub const PKEY_Device_ContainerId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 2 }; +pub const PKEY_Device_DHP_Rebalance_Policy: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 2 }; +pub const PKEY_Device_DevNodeStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 2 }; +pub const PKEY_Device_DevType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 27 }; +pub const PKEY_Device_DeviceDesc: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 2 }; +pub const PKEY_Device_Driver: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 11 }; +pub const PKEY_Device_DriverCoInstallers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 11 }; +pub const PKEY_Device_DriverDate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 2 }; +pub const PKEY_Device_DriverDesc: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 4 }; +pub const PKEY_Device_DriverInfPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 5 }; +pub const PKEY_Device_DriverInfSection: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 6 }; +pub const PKEY_Device_DriverInfSectionExt: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 7 }; +pub const PKEY_Device_DriverLogoLevel: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 15 }; +pub const PKEY_Device_DriverPropPageProvider: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 10 }; +pub const PKEY_Device_DriverProvider: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 9 }; +pub const PKEY_Device_DriverRank: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 14 }; +pub const PKEY_Device_DriverVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 3 }; +pub const PKEY_Device_EjectionRelations: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 4 }; +pub const PKEY_Device_EnumeratorName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 24 }; +pub const PKEY_Device_Exclusive: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 28 }; +pub const PKEY_Device_FriendlyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 14 }; +pub const PKEY_Device_FriendlyNameAttributes: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 3 }; +pub const PKEY_Device_GenericDriverInstalled: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 18 }; +pub const PKEY_Device_HardwareIds: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 3 }; +pub const PKEY_Device_InstallInProgress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 9 }; +pub const PKEY_Device_InstallState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 36 }; +pub const PKEY_Device_InstanceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 256 }; +pub const PKEY_Device_IsAssociateableByUserAction: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 7 }; +pub const PKEY_Device_Legacy: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 3 }; +pub const PKEY_Device_LegacyBusType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 22 }; +pub const PKEY_Device_LocationInfo: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 15 }; +pub const PKEY_Device_LocationPaths: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 37 }; +pub const PKEY_Device_LowerFilters: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 20 }; +pub const PKEY_Device_Manufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 13 }; +pub const PKEY_Device_ManufacturerAttributes: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 4 }; +pub const PKEY_Device_MatchingDeviceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 8 }; +pub const PKEY_Device_ModelId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 2 }; +pub const PKEY_Device_NoConnectSound: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 17 }; +pub const PKEY_Device_Numa_Node: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 3 }; +pub const PKEY_Device_PDOName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 16 }; +pub const PKEY_Device_Parent: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 8 }; +pub const PKEY_Device_PowerData: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 32 }; +pub const PKEY_Device_PowerRelations: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 6 }; +pub const PKEY_Device_PresenceNotForDevice: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 5 }; +pub const PKEY_Device_ProblemCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 3 }; +pub const PKEY_Device_RemovalPolicy: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 33 }; +pub const PKEY_Device_RemovalPolicyDefault: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 34 }; +pub const PKEY_Device_RemovalPolicyOverride: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 35 }; +pub const PKEY_Device_RemovalRelations: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 5 }; +pub const PKEY_Device_Reported: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 2 }; +pub const PKEY_Device_ResourcePickerExceptions: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 13 }; +pub const PKEY_Device_ResourcePickerTags: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 12 }; +pub const PKEY_Device_SafeRemovalRequired: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 2 }; +pub const PKEY_Device_SafeRemovalRequiredOverride: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 3 }; +pub const PKEY_Device_Security: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 25 }; +pub const PKEY_Device_SecuritySDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 26 }; +pub const PKEY_Device_Service: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 6 }; +pub const PKEY_Device_Siblings: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 10 }; +pub const PKEY_Device_SignalStrength: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 6 }; +pub const PKEY_Device_TransportRelations: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 11 }; +pub const PKEY_Device_UINumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 18 }; +pub const PKEY_Device_UINumberDescFormat: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 31 }; +pub const PKEY_Device_UpperFilters: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 19 }; +pub const PKEY_DrvPkg_BrandingIcon: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 7 }; +pub const PKEY_DrvPkg_DetailedDescription: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 4 }; +pub const PKEY_DrvPkg_DocumentationLink: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 5 }; +pub const PKEY_DrvPkg_Icon: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 6 }; +pub const PKEY_DrvPkg_Model: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 2 }; +pub const PKEY_DrvPkg_VendorWebSite: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 3 }; +pub const PKEY_FunctionInstance: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x08c0c253_a154_4746_9005_82de5317148b), pid: 1 }; +pub const PKEY_Hardware_Devinst: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 4097 }; +pub const PKEY_Hardware_DisplayAttribute: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 5 }; +pub const PKEY_Hardware_DriverDate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 11 }; +pub const PKEY_Hardware_DriverProvider: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 10 }; +pub const PKEY_Hardware_DriverVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 9 }; +pub const PKEY_Hardware_Function: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 4099 }; +pub const PKEY_Hardware_Icon: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 3 }; +pub const PKEY_Hardware_Image: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 4098 }; +pub const PKEY_Hardware_Manufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 6 }; +pub const PKEY_Hardware_Model: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 7 }; +pub const PKEY_Hardware_Name: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 2 }; +pub const PKEY_Hardware_SerialNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 8 }; +pub const PKEY_Hardware_ShellAttributes: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 4100 }; +pub const PKEY_Hardware_Status: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5eaf3ef2_e0ca_4598_bf06_71ed1d9dd953), pid: 4096 }; +pub const PKEY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 10 }; +pub const PKEY_Numa_Proximity_Domain: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 1 }; +pub const PKEY_PNPX_Associated: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fc5077e_b686_44be_93e3_86cafe368ccd), pid: 2 }; +pub const PKEY_PNPX_Category_Desc_NonPlural: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12304 }; +pub const PKEY_PNPX_CompactSignature: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 28674 }; +pub const PKEY_PNPX_CompatibleTypes: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fc5077e_b686_44be_93e3_86cafe368ccd), pid: 3 }; +pub const PKEY_PNPX_DeviceCategory: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12292 }; +pub const PKEY_PNPX_DeviceCategory_Desc: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12293 }; +pub const PKEY_PNPX_DeviceCertHash: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 28675 }; +pub const PKEY_PNPX_DomainName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 20480 }; +pub const PKEY_PNPX_FirmwareVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12289 }; +pub const PKEY_PNPX_GlobalIdentity: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4096 }; +pub const PKEY_PNPX_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4101 }; +pub const PKEY_PNPX_IPBusEnumerated: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 28688 }; +pub const PKEY_PNPX_InstallState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fc5077e_b686_44be_93e3_86cafe368ccd), pid: 4 }; +pub const PKEY_PNPX_Installable: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fc5077e_b686_44be_93e3_86cafe368ccd), pid: 1 }; +pub const PKEY_PNPX_IpAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12297 }; +pub const PKEY_PNPX_ManufacturerUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8193 }; +pub const PKEY_PNPX_MetadataVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4100 }; +pub const PKEY_PNPX_ModelUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8196 }; +pub const PKEY_PNPX_NetworkInterfaceGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12296 }; +pub const PKEY_PNPX_NetworkInterfaceLuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12295 }; +pub const PKEY_PNPX_PhysicalAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12294 }; +pub const PKEY_PNPX_PresentationUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8198 }; +pub const PKEY_PNPX_RemoteAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4102 }; +pub const PKEY_PNPX_Removable: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 28672 }; +pub const PKEY_PNPX_RootProxy: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4103 }; +pub const PKEY_PNPX_Scopes: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4098 }; +pub const PKEY_PNPX_SecureChannel: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 28673 }; +pub const PKEY_PNPX_SerialNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12290 }; +pub const PKEY_PNPX_ServiceAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16384 }; +pub const PKEY_PNPX_ServiceControlUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16388 }; +pub const PKEY_PNPX_ServiceDescUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16389 }; +pub const PKEY_PNPX_ServiceEventSubUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16390 }; +pub const PKEY_PNPX_ServiceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16385 }; +pub const PKEY_PNPX_ServiceTypes: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16386 }; +pub const PKEY_PNPX_ShareName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 20482 }; +pub const PKEY_PNPX_Types: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4097 }; +pub const PKEY_PNPX_Upc: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8197 }; +pub const PKEY_PNPX_XAddrs: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 4099 }; +pub const PKEY_Pairing_IsWifiOnlyDevice: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8807cae6_7db6_4f10_8ee4_435eaa1392bc), pid: 16 }; +pub const PKEY_Pairing_ListItemDefault: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8807cae6_7db6_4f10_8ee4_435eaa1392bc), pid: 4 }; +pub const PKEY_Pairing_ListItemDescription: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8807cae6_7db6_4f10_8ee4_435eaa1392bc), pid: 2 }; +pub const PKEY_Pairing_ListItemIcon: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8807cae6_7db6_4f10_8ee4_435eaa1392bc), pid: 3 }; +pub const PKEY_Pairing_ListItemText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8807cae6_7db6_4f10_8ee4_435eaa1392bc), pid: 1 }; +pub const PKEY_SSDP_AltLocationInfo: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 24576 }; +pub const PKEY_SSDP_DevLifeTime: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 24577 }; +pub const PKEY_SSDP_NetworkInterface: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 24578 }; +pub const PKEY_WCN_AssocState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b88_4684_11da_a26a_0002b3988e81), pid: 9 }; +pub const PKEY_WCN_AuthType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b82_4684_11da_a26a_0002b3988e81), pid: 3 }; +pub const PKEY_WCN_ConfigError: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b89_4684_11da_a26a_0002b3988e81), pid: 10 }; +pub const PKEY_WCN_ConfigMethods: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b85_4684_11da_a26a_0002b3988e81), pid: 6 }; +pub const PKEY_WCN_ConfigState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b89_4684_11da_a26a_0002b3988e81), pid: 11 }; +pub const PKEY_WCN_ConnType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b84_4684_11da_a26a_0002b3988e81), pid: 5 }; +pub const PKEY_WCN_DevicePasswordId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b89_4684_11da_a26a_0002b3988e81), pid: 12 }; +pub const PKEY_WCN_EncryptType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b83_4684_11da_a26a_0002b3988e81), pid: 4 }; +pub const PKEY_WCN_OSVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b89_4684_11da_a26a_0002b3988e81), pid: 13 }; +pub const PKEY_WCN_RegistrarType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8b_4684_11da_a26a_0002b3988e81), pid: 15 }; +pub const PKEY_WCN_RequestType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b81_4684_11da_a26a_0002b3988e81), pid: 2 }; +pub const PKEY_WCN_RfBand: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b87_4684_11da_a26a_0002b3988e81), pid: 8 }; +pub const PKEY_WCN_VendorExtension: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8a_4684_11da_a26a_0002b3988e81), pid: 14 }; +pub const PKEY_WCN_Version: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b80_4684_11da_a26a_0002b3988e81), pid: 1 }; +pub const PKEY_WNET_Comment: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 7 }; +pub const PKEY_WNET_DisplayType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 3 }; +pub const PKEY_WNET_LocalName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 5 }; +pub const PKEY_WNET_Provider: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 8 }; +pub const PKEY_WNET_RemoteName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 6 }; +pub const PKEY_WNET_Scope: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 1 }; +pub const PKEY_WNET_Type: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 2 }; +pub const PKEY_WNET_Usage: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdebda43a_37b3_4383_91e7_4498da2995ab), pid: 4 }; pub const PNPX_DEVICECATEGORY_CAMERA: windows_core::PCWSTR = windows_core::w!("Cameras"); pub const PNPX_DEVICECATEGORY_COMPUTER: windows_core::PCWSTR = windows_core::w!("Computers"); pub const PNPX_DEVICECATEGORY_DISPLAYS: windows_core::PCWSTR = windows_core::w!("Displays"); diff --git a/crates/libs/windows/src/Windows/Win32/Devices/Geolocation/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/Geolocation/mod.rs index 221f4229fd..e67a747a33 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/Geolocation/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/Geolocation/mod.rs @@ -47,7 +47,7 @@ pub struct ICivicAddressReport_Vtbl { pub GetCountryRegion: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, pub GetDetailLevel: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait ICivicAddressReport_Impl: Sized + ILocationReport_Impl { fn GetAddressLine1(&self) -> windows_core::Result; fn GetAddressLine2(&self) -> windows_core::Result; @@ -57,9 +57,9 @@ pub trait ICivicAddressReport_Impl: Sized + ILocationReport_Impl { fn GetCountryRegion(&self) -> windows_core::Result; fn GetDetailLevel(&self) -> windows_core::Result; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ICivicAddressReport {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl ICivicAddressReport_Vtbl { pub const fn new() -> ICivicAddressReport_Vtbl { unsafe extern "system" fn GetAddressLine1(this: *mut core::ffi::c_void, pbstraddress1: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { @@ -604,7 +604,7 @@ pub struct ILatLongReport_Vtbl { pub GetAltitude: unsafe extern "system" fn(*mut core::ffi::c_void, *mut f64) -> windows_core::HRESULT, pub GetAltitudeError: unsafe extern "system" fn(*mut core::ffi::c_void, *mut f64) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait ILatLongReport_Impl: Sized + ILocationReport_Impl { fn GetLatitude(&self) -> windows_core::Result; fn GetLongitude(&self) -> windows_core::Result; @@ -612,9 +612,9 @@ pub trait ILatLongReport_Impl: Sized + ILocationReport_Impl { fn GetAltitude(&self) -> windows_core::Result; fn GetAltitudeError(&self) -> windows_core::Result; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ILatLongReport {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl ILatLongReport_Vtbl { pub const fn new() -> ILatLongReport_Vtbl { unsafe extern "system" fn GetLatitude(this: *mut core::ffi::c_void, platitude: *mut f64) -> windows_core::HRESULT { @@ -1006,8 +1006,8 @@ impl ILocationReport { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetTimestamp)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetValue(&self, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetValue(&self, pkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetValue)(windows_core::Interface::as_raw(self), pkey, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -1017,20 +1017,20 @@ pub struct ILocationReport_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetSensorID: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::GUID) -> windows_core::HRESULT, pub GetTimestamp: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::SYSTEMTIME) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetValue: usize, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait ILocationReport_Impl: Sized + windows_core::IUnknownImpl { fn GetSensorID(&self) -> windows_core::Result; fn GetTimestamp(&self) -> windows_core::Result; - fn GetValue(&self, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetValue(&self, pkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ILocationReport {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl ILocationReport_Vtbl { pub const fn new() -> ILocationReport_Vtbl { unsafe extern "system" fn GetSensorID(this: *mut core::ffi::c_void, psensorid: *mut windows_core::GUID) -> windows_core::HRESULT { @@ -1053,7 +1053,7 @@ impl ILocationReport_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, pkey: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match ILocationReport_Impl::GetValue(this, core::mem::transmute_copy(&pkey)) { Ok(ok__) => { diff --git a/crates/libs/windows/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs index dd51db3b15..55cfaa8ef7 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs @@ -3068,22 +3068,14 @@ pub const DD_KEYBOARD_DEVICE_NAME: windows_core::PCSTR = windows_core::s!("\\Dev pub const DD_KEYBOARD_DEVICE_NAME_U: windows_core::PCWSTR = windows_core::w!("\\Device\\KeyboardClass"); pub const DD_MOUSE_DEVICE_NAME: windows_core::PCSTR = windows_core::s!("\\Device\\PointerClass"); pub const DD_MOUSE_DEVICE_NAME_U: windows_core::PCWSTR = windows_core::w!("\\Device\\PointerClass"); -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_BackgroundAccess: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_IsReadOnly: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_ProductId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_UsageId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_UsagePage: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_VendorId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_VersionNumber: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_HID_WakeScreenOnInputCapable: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 9 }; +pub const DEVPKEY_DeviceInterface_HID_BackgroundAccess: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 8 }; +pub const DEVPKEY_DeviceInterface_HID_IsReadOnly: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 4 }; +pub const DEVPKEY_DeviceInterface_HID_ProductId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 6 }; +pub const DEVPKEY_DeviceInterface_HID_UsageId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 3 }; +pub const DEVPKEY_DeviceInterface_HID_UsagePage: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 2 }; +pub const DEVPKEY_DeviceInterface_HID_VendorId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 5 }; +pub const DEVPKEY_DeviceInterface_HID_VersionNumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 7 }; +pub const DEVPKEY_DeviceInterface_HID_WakeScreenOnInputCapable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 9 }; pub const DI8DEVCLASS_ALL: u32 = 0u32; pub const DI8DEVCLASS_DEVICE: u32 = 1u32; pub const DI8DEVCLASS_GAMECTRL: u32 = 4u32; diff --git a/crates/libs/windows/src/Windows/Win32/Devices/Nfc/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/Nfc/mod.rs new file mode 100644 index 0000000000..a80b8aad49 --- /dev/null +++ b/crates/libs/windows/src/Windows/Win32/Devices/Nfc/mod.rs @@ -0,0 +1,1123 @@ +pub const ApplicationSelected: SECURE_ELEMENT_EVENT_TYPE = SECURE_ELEMENT_EVENT_TYPE(2i32); +pub const ConnectionOriented: NFC_LLCP_SOCKET_TYPE = NFC_LLCP_SOCKET_TYPE(0i32); +pub const Connectionless: NFC_LLCP_SOCKET_TYPE = NFC_LLCP_SOCKET_TYPE(1i32); +pub const DefaultSnepServer: NFC_SNEP_SERVER_TYPE = NFC_SNEP_SERVER_TYPE(0i32); +pub const DeviceHost: SECURE_ELEMENT_TYPE = SECURE_ELEMENT_TYPE(2i32); +pub const Discovery: NFC_RELEASE_TYPE = NFC_RELEASE_TYPE(2i32); +pub const EVT_TRANSACTION_PARAMETER_MAX_LEN: u32 = 255u32; +pub const EVT_TRANSACTION_TAG_AID: u32 = 129u32; +pub const EVT_TRANSACTION_TAG_PARAMETERS: u32 = 130u32; +pub const EmulationDisabled: NFC_SE_EMULATION_MODE = NFC_SE_EMULATION_MODE(0i32); +pub const EmulationEnabled: NFC_SE_EMULATION_MODE = NFC_SE_EMULATION_MODE(1i32); +pub const EmulationOff: SECURE_ELEMENT_CARD_EMULATION_MODE = SECURE_ELEMENT_CARD_EMULATION_MODE(0i32); +pub const EmulationOnPowerDependent: SECURE_ELEMENT_CARD_EMULATION_MODE = SECURE_ELEMENT_CARD_EMULATION_MODE(2i32); +pub const EmulationOnPowerIndependent: SECURE_ELEMENT_CARD_EMULATION_MODE = SECURE_ELEMENT_CARD_EMULATION_MODE(1i32); +pub const EmulationStealthListen: SECURE_ELEMENT_CARD_EMULATION_MODE = SECURE_ELEMENT_CARD_EMULATION_MODE(3i32); +pub const ExtendedSnepServer: NFC_SNEP_SERVER_TYPE = NFC_SNEP_SERVER_TYPE(1i32); +pub const External: SECURE_ELEMENT_TYPE = SECURE_ELEMENT_TYPE(1i32); +pub const ExternalFieldEnter: SECURE_ELEMENT_EVENT_TYPE = SECURE_ELEMENT_EVENT_TYPE(6i32); +pub const ExternalFieldExit: SECURE_ELEMENT_EVENT_TYPE = SECURE_ELEMENT_EVENT_TYPE(7i32); +pub const ExternalReaderArrival: SECURE_ELEMENT_EVENT_TYPE = SECURE_ELEMENT_EVENT_TYPE(0i32); +pub const ExternalReaderDeparture: SECURE_ELEMENT_EVENT_TYPE = SECURE_ELEMENT_EVENT_TYPE(1i32); +pub const GUID_DEVINTERFACE_NFCDTA: windows_core::GUID = windows_core::GUID::from_u128(0x7fd3f30b_5e49_4be1_b3aa_af06260d236a); +pub const GUID_DEVINTERFACE_NFCSE: windows_core::GUID = windows_core::GUID::from_u128(0x8dc7c854_f5e5_4bed_815d_0c85ad047725); +pub const GUID_NFCSE_RADIO_MEDIA_DEVICE_INTERFACE: windows_core::GUID = windows_core::GUID::from_u128(0xef8ba08f_148d_4116_83ef_a2679dfc3fa5); +pub const GUID_NFC_RADIO_MEDIA_DEVICE_INTERFACE: windows_core::GUID = windows_core::GUID::from_u128(0x4d51e930_750d_4a36_a9f7_91dc540fcd30); +pub const HceActivated: SECURE_ELEMENT_EVENT_TYPE = SECURE_ELEMENT_EVENT_TYPE(4i32); +pub const HceDeactivated: SECURE_ELEMENT_EVENT_TYPE = SECURE_ELEMENT_EVENT_TYPE(5i32); +pub const IOCTL_NFCDTA_CONFIG_P2P_PARAM: u32 = 2233376u32; +pub const IOCTL_NFCDTA_CONFIG_RF_DISCOVERY: u32 = 2233344u32; +pub const IOCTL_NFCDTA_LLCP_ACTIVATE: u32 = 2233476u32; +pub const IOCTL_NFCDTA_LLCP_CONFIG: u32 = 2233472u32; +pub const IOCTL_NFCDTA_LLCP_DEACTIVATE: u32 = 2233480u32; +pub const IOCTL_NFCDTA_LLCP_DISCOVER_SERVICES: u32 = 2233484u32; +pub const IOCTL_NFCDTA_LLCP_GET_NEXT_LINK_STATUS: u32 = 2233492u32; +pub const IOCTL_NFCDTA_LLCP_LINK_STATUS_CHECK: u32 = 2233488u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_ACCEPT: u32 = 2233512u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_BIND: u32 = 2233504u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_CLOSE: u32 = 2233500u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_CONNECT: u32 = 2233516u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_CREATE: u32 = 2233496u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_DISCONNECT: u32 = 2233520u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_GET_NEXT_ERROR: u32 = 2233540u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_LISTEN: u32 = 2233508u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_RECV: u32 = 2233524u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_RECV_FROM: u32 = 2233528u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_SEND: u32 = 2233532u32; +pub const IOCTL_NFCDTA_LLCP_SOCKET_SNED_TO: u32 = 2233536u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_CHECK_PRESENCE: u32 = 2233372u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_CONNECT: u32 = 2233352u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_DISCONNECT: u32 = 2233356u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_GET_NEXT: u32 = 2233348u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_NDEF_CHECK: u32 = 2233420u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_NDEF_CONVERT_READ_ONLY: u32 = 2233416u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_NDEF_READ: u32 = 2233412u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_NDEF_WRITE: u32 = 2233408u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_RECV: u32 = 2233364u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_SEND: u32 = 2233368u32; +pub const IOCTL_NFCDTA_REMOTE_DEV_TRANSCEIVE: u32 = 2233360u32; +pub const IOCTL_NFCDTA_SET_RF_CONFIG: u32 = 2233380u32; +pub const IOCTL_NFCDTA_SE_ENUMERATE: u32 = 2233728u32; +pub const IOCTL_NFCDTA_SE_GET_NEXT_EVENT: u32 = 2233740u32; +pub const IOCTL_NFCDTA_SE_SET_EMULATION_MODE: u32 = 2233732u32; +pub const IOCTL_NFCDTA_SE_SET_ROUTING_TABLE: u32 = 2233736u32; +pub const IOCTL_NFCDTA_SNEP_CLIENT_GET: u32 = 2233676u32; +pub const IOCTL_NFCDTA_SNEP_CLIENT_PUT: u32 = 2233672u32; +pub const IOCTL_NFCDTA_SNEP_DEINIT_CLIENT: u32 = 2233668u32; +pub const IOCTL_NFCDTA_SNEP_DEINIT_SERVER: u32 = 2233604u32; +pub const IOCTL_NFCDTA_SNEP_INIT_CLIENT: u32 = 2233664u32; +pub const IOCTL_NFCDTA_SNEP_INIT_SERVER: u32 = 2233600u32; +pub const IOCTL_NFCDTA_SNEP_SERVER_ACCEPT: u32 = 2233612u32; +pub const IOCTL_NFCDTA_SNEP_SERVER_GET_NEXT_CONNECTION: u32 = 2233608u32; +pub const IOCTL_NFCDTA_SNEP_SERVER_GET_NEXT_REQUEST: u32 = 2233616u32; +pub const IOCTL_NFCDTA_SNEP_SERVER_SEND_RESPONSE: u32 = 2233620u32; +pub const IOCTL_NFCRM_QUERY_RADIO_STATE: u32 = 5308808u32; +pub const IOCTL_NFCRM_SET_RADIO_STATE: u32 = 5308804u32; +pub const IOCTL_NFCSERM_QUERY_RADIO_STATE: u32 = 5308816u32; +pub const IOCTL_NFCSERM_SET_RADIO_STATE: u32 = 5308812u32; +pub const IOCTL_NFCSE_ENUM_ENDPOINTS: u32 = 2230272u32; +pub const IOCTL_NFCSE_GET_NEXT_EVENT: u32 = 2230280u32; +pub const IOCTL_NFCSE_GET_NFCC_CAPABILITIES: u32 = 2230288u32; +pub const IOCTL_NFCSE_GET_ROUTING_TABLE: u32 = 2230292u32; +pub const IOCTL_NFCSE_HCE_REMOTE_RECV: u32 = 2230592u32; +pub const IOCTL_NFCSE_HCE_REMOTE_SEND: u32 = 2230596u32; +pub const IOCTL_NFCSE_SET_CARD_EMULATION_MODE: u32 = 2230284u32; +pub const IOCTL_NFCSE_SET_POWER_MODE: u32 = 2230600u32; +pub const IOCTL_NFCSE_SET_ROUTING_TABLE: u32 = 2230296u32; +pub const IOCTL_NFCSE_SUBSCRIBE_FOR_EVENT: u32 = 2230276u32; +pub const ISO_7816_MAXIMUM_AID_LENGTH: u32 = 16u32; +pub const ISO_7816_MINIMUM_AID_LENGTH: u32 = 5u32; +pub const IdleMode: NFC_RELEASE_TYPE = NFC_RELEASE_TYPE(0i32); +pub const Integrated: SECURE_ELEMENT_TYPE = SECURE_ELEMENT_TYPE(0i32); +pub const LinkActivated: NFC_LLCP_LINK_STATUS = NFC_LLCP_LINK_STATUS(0i32); +pub const LinkDeactivated: NFC_LLCP_LINK_STATUS = NFC_LLCP_LINK_STATUS(1i32); +pub const MAX_ATR_LENGTH: u32 = 48u32; +pub const MAX_LLCP_SERVICE_NAME_SIZE: u32 = 256u32; +pub const MAX_SNEP_SERVER_NAME_SIZE: u32 = 256u32; +pub const MAX_UID_SIZE: u32 = 16u32; +pub const NFCRMDDI_IOCTL_BASE: u32 = 80u32; +pub const NfcConnectBySap: NFC_LLCP_SOCKET_CONNECT_TYPE = NFC_LLCP_SOCKET_CONNECT_TYPE(0i32); +pub const NfcConnectByUri: NFC_LLCP_SOCKET_CONNECT_TYPE = NFC_LLCP_SOCKET_CONNECT_TYPE(1i32); +pub const NfcDepDefault: NFC_P2P_MODE = NFC_P2P_MODE(0i32); +pub const NfcDepListen: NFC_P2P_MODE = NFC_P2P_MODE(2i32); +pub const NfcDepPoll: NFC_P2P_MODE = NFC_P2P_MODE(1i32); +pub const NfcIP1Initiator: NFC_DEVICE_TYPE = NFC_DEVICE_TYPE(5i32); +pub const NfcIP1Target: NFC_DEVICE_TYPE = NFC_DEVICE_TYPE(4i32); +pub const NfcLlcpErrorBusyCondition: NFC_LLCP_SOCKET_ERROR = NFC_LLCP_SOCKET_ERROR(2i32); +pub const NfcLlcpErrorDisconnected: NFC_LLCP_SOCKET_ERROR = NFC_LLCP_SOCKET_ERROR(0i32); +pub const NfcLlcpErrorFrameRejected: NFC_LLCP_SOCKET_ERROR = NFC_LLCP_SOCKET_ERROR(1i32); +pub const NfcLlcpErrorNotBusyCondition: NFC_LLCP_SOCKET_ERROR = NFC_LLCP_SOCKET_ERROR(3i32); +pub const NfcReader: NFC_DEVICE_TYPE = NFC_DEVICE_TYPE(6i32); +pub const NfcType1Tag: NFC_DEVICE_TYPE = NFC_DEVICE_TYPE(0i32); +pub const NfcType2Tag: NFC_DEVICE_TYPE = NFC_DEVICE_TYPE(1i32); +pub const NfcType3Tag: NFC_DEVICE_TYPE = NFC_DEVICE_TYPE(2i32); +pub const NfcType4Tag: NFC_DEVICE_TYPE = NFC_DEVICE_TYPE(3i32); +pub const RFDiscoveryResume: NFC_RF_DISCOVERY_MODE = NFC_RF_DISCOVERY_MODE(2i32); +pub const RfDiscoveryConfig: NFC_RF_DISCOVERY_MODE = NFC_RF_DISCOVERY_MODE(0i32); +pub const RfDiscoveryStart: NFC_RF_DISCOVERY_MODE = NFC_RF_DISCOVERY_MODE(1i32); +pub const RoutingTypeAid: SECURE_ELEMENT_ROUTING_TYPE = SECURE_ELEMENT_ROUTING_TYPE(2i32); +pub const RoutingTypeProtocol: SECURE_ELEMENT_ROUTING_TYPE = SECURE_ELEMENT_ROUTING_TYPE(1i32); +pub const RoutingTypeTech: SECURE_ELEMENT_ROUTING_TYPE = SECURE_ELEMENT_ROUTING_TYPE(0i32); +pub const SEPowerMode_AllowOff: SECURE_ELEMENT_POWER_MODE = SECURE_ELEMENT_POWER_MODE(1i32); +pub const SEPowerMode_ForceOn: SECURE_ELEMENT_POWER_MODE = SECURE_ELEMENT_POWER_MODE(0i32); +pub const SleepMode: NFC_RELEASE_TYPE = NFC_RELEASE_TYPE(1i32); +pub const SnepRequestGet: NFC_SNEP_REQUEST_TYPE = NFC_SNEP_REQUEST_TYPE(0i32); +pub const SnepRequestPut: NFC_SNEP_REQUEST_TYPE = NFC_SNEP_REQUEST_TYPE(1i32); +pub const Transaction: SECURE_ELEMENT_EVENT_TYPE = SECURE_ELEMENT_EVENT_TYPE(3i32); +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_DEVICE_TYPE(pub i32); +impl windows_core::TypeKind for NFC_DEVICE_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_DEVICE_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_DEVICE_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_LLCP_LINK_STATUS(pub i32); +impl windows_core::TypeKind for NFC_LLCP_LINK_STATUS { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_LLCP_LINK_STATUS { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_LLCP_LINK_STATUS").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_LLCP_SOCKET_CONNECT_TYPE(pub i32); +impl windows_core::TypeKind for NFC_LLCP_SOCKET_CONNECT_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_LLCP_SOCKET_CONNECT_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_LLCP_SOCKET_CONNECT_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_LLCP_SOCKET_ERROR(pub i32); +impl windows_core::TypeKind for NFC_LLCP_SOCKET_ERROR { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_LLCP_SOCKET_ERROR { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_LLCP_SOCKET_ERROR").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_LLCP_SOCKET_TYPE(pub i32); +impl windows_core::TypeKind for NFC_LLCP_SOCKET_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_LLCP_SOCKET_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_LLCP_SOCKET_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_P2P_MODE(pub i32); +impl windows_core::TypeKind for NFC_P2P_MODE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_P2P_MODE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_P2P_MODE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_RELEASE_TYPE(pub i32); +impl windows_core::TypeKind for NFC_RELEASE_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_RELEASE_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_RELEASE_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_RF_DISCOVERY_MODE(pub i32); +impl windows_core::TypeKind for NFC_RF_DISCOVERY_MODE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_RF_DISCOVERY_MODE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_RF_DISCOVERY_MODE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_SE_EMULATION_MODE(pub i32); +impl windows_core::TypeKind for NFC_SE_EMULATION_MODE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_SE_EMULATION_MODE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_SE_EMULATION_MODE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_SNEP_REQUEST_TYPE(pub i32); +impl windows_core::TypeKind for NFC_SNEP_REQUEST_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_SNEP_REQUEST_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_SNEP_REQUEST_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct NFC_SNEP_SERVER_TYPE(pub i32); +impl windows_core::TypeKind for NFC_SNEP_SERVER_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for NFC_SNEP_SERVER_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("NFC_SNEP_SERVER_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct SECURE_ELEMENT_CARD_EMULATION_MODE(pub i32); +impl windows_core::TypeKind for SECURE_ELEMENT_CARD_EMULATION_MODE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for SECURE_ELEMENT_CARD_EMULATION_MODE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("SECURE_ELEMENT_CARD_EMULATION_MODE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct SECURE_ELEMENT_EVENT_TYPE(pub i32); +impl windows_core::TypeKind for SECURE_ELEMENT_EVENT_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for SECURE_ELEMENT_EVENT_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("SECURE_ELEMENT_EVENT_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct SECURE_ELEMENT_POWER_MODE(pub i32); +impl windows_core::TypeKind for SECURE_ELEMENT_POWER_MODE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for SECURE_ELEMENT_POWER_MODE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("SECURE_ELEMENT_POWER_MODE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct SECURE_ELEMENT_ROUTING_TYPE(pub i32); +impl windows_core::TypeKind for SECURE_ELEMENT_ROUTING_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for SECURE_ELEMENT_ROUTING_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("SECURE_ELEMENT_ROUTING_TYPE").field(&self.0).finish() + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct SECURE_ELEMENT_TYPE(pub i32); +impl windows_core::TypeKind for SECURE_ELEMENT_TYPE { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for SECURE_ELEMENT_TYPE { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("SECURE_ELEMENT_TYPE").field(&self.0).finish() + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFCRM_RADIO_STATE { + pub MediaRadioOn: super::super::Foundation::BOOLEAN, +} +impl windows_core::TypeKind for NFCRM_RADIO_STATE { + type TypeKind = windows_core::CopyType; +} +impl Default for NFCRM_RADIO_STATE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFCRM_SET_RADIO_STATE { + pub SystemStateUpdate: super::super::Foundation::BOOLEAN, + pub MediaRadioOn: super::super::Foundation::BOOLEAN, +} +impl windows_core::TypeKind for NFCRM_SET_RADIO_STATE { + type TypeKind = windows_core::CopyType; +} +impl Default for NFCRM_SET_RADIO_STATE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_DATA_BUFFER { + pub cbBuffer: u16, + pub pbBuffer: [u8; 1], +} +impl windows_core::TypeKind for NFC_DATA_BUFFER { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_DATA_BUFFER { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_CONFIG { + pub uMIU: u16, + pub uWKS: u16, + pub bLTO: u8, + pub bOptions: u8, + pub fAutoActivate: super::super::Foundation::BOOLEAN, +} +impl windows_core::TypeKind for NFC_LLCP_CONFIG { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_CONFIG { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_SERVICE_DISCOVER_REQUEST { + pub hRemoteDev: isize, + pub NumberOfEntries: u32, + pub ServiceNameEntries: [NFC_LLCP_SERVICE_NAME_ENTRY; 1], +} +impl windows_core::TypeKind for NFC_LLCP_SERVICE_DISCOVER_REQUEST { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SERVICE_DISCOVER_REQUEST { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_SERVICE_DISCOVER_SAP { + pub NumberOfEntries: u32, + pub SAPEntries: [u8; 1], +} +impl windows_core::TypeKind for NFC_LLCP_SERVICE_DISCOVER_SAP { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SERVICE_DISCOVER_SAP { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_SERVICE_NAME_ENTRY { + pub cbServiceName: u32, + pub pbServiceName: [u8; 1], +} +impl windows_core::TypeKind for NFC_LLCP_SERVICE_NAME_ENTRY { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SERVICE_NAME_ENTRY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_SOCKET_ACCEPT_INFO { + pub hSocket: isize, + pub sSocketOption: NFC_LLCP_SOCKET_OPTION, +} +impl windows_core::TypeKind for NFC_LLCP_SOCKET_ACCEPT_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SOCKET_ACCEPT_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_SOCKET_CL_PAYLOAD { + pub hSocket: isize, + pub bSAP: u8, + pub sPayload: NFC_DATA_BUFFER, +} +impl windows_core::TypeKind for NFC_LLCP_SOCKET_CL_PAYLOAD { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SOCKET_CL_PAYLOAD { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_LLCP_SOCKET_CONNECT_INFO { + pub hRemoteDev: isize, + pub hSocket: isize, + pub eConnectType: NFC_LLCP_SOCKET_CONNECT_TYPE, + pub Anonymous: NFC_LLCP_SOCKET_CONNECT_INFO_0, +} +impl windows_core::TypeKind for NFC_LLCP_SOCKET_CONNECT_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SOCKET_CONNECT_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union NFC_LLCP_SOCKET_CONNECT_INFO_0 { + pub bSAP: u8, + pub sServiceName: NFC_LLCP_SERVICE_NAME_ENTRY, +} +impl windows_core::TypeKind for NFC_LLCP_SOCKET_CONNECT_INFO_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SOCKET_CONNECT_INFO_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_SOCKET_ERROR_INFO { + pub hSocket: isize, + pub eSocketError: NFC_LLCP_SOCKET_ERROR, +} +impl windows_core::TypeKind for NFC_LLCP_SOCKET_ERROR_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SOCKET_ERROR_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_SOCKET_INFO { + pub eSocketType: NFC_LLCP_SOCKET_TYPE, + pub sSocketOption: NFC_LLCP_SOCKET_OPTION, +} +impl windows_core::TypeKind for NFC_LLCP_SOCKET_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SOCKET_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_SOCKET_OPTION { + pub uMIUX: u16, + pub bRW: u8, +} +impl windows_core::TypeKind for NFC_LLCP_SOCKET_OPTION { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SOCKET_OPTION { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_SOCKET_PAYLOAD { + pub hSocket: isize, + pub bSAP: u8, + pub sPayload: NFC_DATA_BUFFER, +} +impl windows_core::TypeKind for NFC_LLCP_SOCKET_PAYLOAD { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SOCKET_PAYLOAD { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_LLCP_SOCKET_SERVICE_INFO { + pub hSocket: isize, + pub bSAP: u8, + pub sServiceName: NFC_LLCP_SERVICE_NAME_ENTRY, +} +impl windows_core::TypeKind for NFC_LLCP_SOCKET_SERVICE_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_LLCP_SOCKET_SERVICE_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_NDEF_INFO { + pub fIsNdefFormatted: super::super::Foundation::BOOLEAN, + pub fIsReadOnly: super::super::Foundation::BOOLEAN, + pub dwActualMessageLength: u32, + pub dwMaxMessageLength: u32, +} +impl windows_core::TypeKind for NFC_NDEF_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_NDEF_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_P2P_PARAM_CONFIG { + pub eP2pMode: NFC_P2P_MODE, + pub cbGeneralBytes: u8, + pub pbGeneralBytes: [u8; 48], +} +impl windows_core::TypeKind for NFC_P2P_PARAM_CONFIG { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_P2P_PARAM_CONFIG { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_REMOTE_DEVICE_DISCONNET { + pub hRemoteDev: isize, + pub eReleaseType: NFC_RELEASE_TYPE, +} +impl windows_core::TypeKind for NFC_REMOTE_DEVICE_DISCONNET { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_REMOTE_DEVICE_DISCONNET { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_REMOTE_DEV_INFO { + pub hRemoteDev: isize, + pub eType: NFC_DEVICE_TYPE, + pub eRFTech: u8, + pub eProtocol: u8, + pub cbUid: u8, + pub pbUid: [u8; 16], +} +impl windows_core::TypeKind for NFC_REMOTE_DEV_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_REMOTE_DEV_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_REMOTE_DEV_RECV_INFO { + pub hRemoteDev: isize, + pub sRecvBuffer: NFC_DATA_BUFFER, +} +impl windows_core::TypeKind for NFC_REMOTE_DEV_RECV_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_REMOTE_DEV_RECV_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_REMOTE_DEV_SEND_INFO { + pub hRemoteDev: isize, + pub usTimeOut: u16, + pub sSendBuffer: NFC_DATA_BUFFER, +} +impl windows_core::TypeKind for NFC_REMOTE_DEV_SEND_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_REMOTE_DEV_SEND_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_RF_DISCOVERY_CONFIG { + pub usTotalDuration: u16, + pub ulPollConfig: u32, + pub fDisableCardEmulation: super::super::Foundation::BOOLEAN, + pub ucNfcIPMode: u8, + pub fNfcIPTgtModeDisable: super::super::Foundation::BOOLEAN, + pub ucNfcIPTgtMode: u8, + pub ucNfcCEMode: u8, + pub ucBailoutConfig: u8, + pub ucSystemCode: [u8; 2], + pub ucRequestCode: u8, + pub ucTimeSlotNumber: u8, + pub eRfDiscoveryMode: NFC_RF_DISCOVERY_MODE, +} +impl windows_core::TypeKind for NFC_RF_DISCOVERY_CONFIG { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_RF_DISCOVERY_CONFIG { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SE_AID_ROUTING_INFO { + pub hSecureElement: isize, + pub bPowerState: u8, + pub cbAid: u32, + pub pbAid: [u8; 16], +} +impl windows_core::TypeKind for NFC_SE_AID_ROUTING_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SE_AID_ROUTING_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SE_EMULATION_MODE_INFO { + pub hSecureElement: isize, + pub eMode: NFC_SE_EMULATION_MODE, +} +impl windows_core::TypeKind for NFC_SE_EMULATION_MODE_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SE_EMULATION_MODE_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SE_EVENT_INFO { + pub hSecureElement: isize, + pub eEventType: SECURE_ELEMENT_EVENT_TYPE, + pub cbEventData: u32, + pub pbEventData: [u8; 1], +} +impl windows_core::TypeKind for NFC_SE_EVENT_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SE_EVENT_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SE_INFO { + pub hSecureElement: isize, + pub eSecureElementType: SECURE_ELEMENT_TYPE, +} +impl windows_core::TypeKind for NFC_SE_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SE_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SE_LIST { + pub NumberOfEndpoints: u32, + pub EndpointList: [NFC_SE_INFO; 1], +} +impl windows_core::TypeKind for NFC_SE_LIST { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SE_LIST { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SE_PROTO_ROUTING_INFO { + pub hSecureElement: isize, + pub bPowerState: u8, + pub eRfProtocolType: u8, +} +impl windows_core::TypeKind for NFC_SE_PROTO_ROUTING_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SE_PROTO_ROUTING_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_ROUTING_TABLE { + pub NumberOfEntries: u32, + pub TableEntries: [NFC_SE_ROUTING_TABLE_ENTRY; 1], +} +impl windows_core::TypeKind for NFC_SE_ROUTING_TABLE { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SE_ROUTING_TABLE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct NFC_SE_ROUTING_TABLE_ENTRY { + pub eRoutingType: SECURE_ELEMENT_ROUTING_TYPE, + pub Anonymous: NFC_SE_ROUTING_TABLE_ENTRY_0, +} +impl windows_core::TypeKind for NFC_SE_ROUTING_TABLE_ENTRY { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SE_ROUTING_TABLE_ENTRY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union NFC_SE_ROUTING_TABLE_ENTRY_0 { + pub TechRoutingInfo: NFC_SE_TECH_ROUTING_INFO, + pub ProtoRoutingInfo: NFC_SE_PROTO_ROUTING_INFO, + pub AidRoutingInfo: NFC_SE_AID_ROUTING_INFO, +} +impl windows_core::TypeKind for NFC_SE_ROUTING_TABLE_ENTRY_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SE_ROUTING_TABLE_ENTRY_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SE_TECH_ROUTING_INFO { + pub hSecureElement: isize, + pub bPowerState: u8, + pub eRfTechType: u8, +} +impl windows_core::TypeKind for NFC_SE_TECH_ROUTING_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SE_TECH_ROUTING_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SNEP_CLIENT_GET_INFO { + pub hSnepClient: isize, + pub sGetPayload: NFC_DATA_BUFFER, +} +impl windows_core::TypeKind for NFC_SNEP_CLIENT_GET_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SNEP_CLIENT_GET_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SNEP_CLIENT_INFO { + pub hRemoteDev: isize, + pub eServerType: NFC_SNEP_SERVER_TYPE, + pub sSocketOption: NFC_LLCP_SOCKET_OPTION, + pub sService: NFC_LLCP_SERVICE_NAME_ENTRY, +} +impl windows_core::TypeKind for NFC_SNEP_CLIENT_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SNEP_CLIENT_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SNEP_CLIENT_PUT_INFO { + pub hSnepClient: isize, + pub sPutPayload: NFC_DATA_BUFFER, +} +impl windows_core::TypeKind for NFC_SNEP_CLIENT_PUT_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SNEP_CLIENT_PUT_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SNEP_SERVER_ACCEPT_INFO { + pub hSnepServer: isize, + pub hConnection: isize, + pub sSocketOption: NFC_LLCP_SOCKET_OPTION, +} +impl windows_core::TypeKind for NFC_SNEP_SERVER_ACCEPT_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SNEP_SERVER_ACCEPT_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SNEP_SERVER_INFO { + pub eServerType: NFC_SNEP_SERVER_TYPE, + pub sSocketOption: NFC_LLCP_SOCKET_OPTION, + pub usInboxSize: u16, + pub bSAP: u8, + pub sService: NFC_LLCP_SERVICE_NAME_ENTRY, +} +impl windows_core::TypeKind for NFC_SNEP_SERVER_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SNEP_SERVER_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SNEP_SERVER_REQUEST { + pub hSnepServer: isize, + pub hConnection: isize, + pub eRequestType: NFC_SNEP_REQUEST_TYPE, + pub sRequestPayload: NFC_DATA_BUFFER, +} +impl windows_core::TypeKind for NFC_SNEP_SERVER_REQUEST { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SNEP_SERVER_REQUEST { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct NFC_SNEP_SERVER_RESPONSE_INFO { + pub hSnepServer: isize, + pub hConnection: isize, + pub dwResponseStatus: u32, + pub sResponsePayload: NFC_DATA_BUFFER, +} +impl windows_core::TypeKind for NFC_SNEP_SERVER_RESPONSE_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for NFC_SNEP_SERVER_RESPONSE_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_AID_ROUTING_INFO { + pub guidSecureElementId: windows_core::GUID, + pub cbAid: u32, + pub pbAid: [u8; 16], +} +impl windows_core::TypeKind for SECURE_ELEMENT_AID_ROUTING_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_AID_ROUTING_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_ENDPOINT_INFO { + pub guidSecureElementId: windows_core::GUID, + pub eSecureElementType: SECURE_ELEMENT_TYPE, +} +impl windows_core::TypeKind for SECURE_ELEMENT_ENDPOINT_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_ENDPOINT_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_ENDPOINT_LIST { + pub NumberOfEndpoints: u32, + pub EndpointList: [SECURE_ELEMENT_ENDPOINT_INFO; 1], +} +impl windows_core::TypeKind for SECURE_ELEMENT_ENDPOINT_LIST { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_ENDPOINT_LIST { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_EVENT_INFO { + pub guidSecureElementId: windows_core::GUID, + pub eEventType: SECURE_ELEMENT_EVENT_TYPE, + pub cbEventData: u32, + pub pbEventData: [u8; 1], +} +impl windows_core::TypeKind for SECURE_ELEMENT_EVENT_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_EVENT_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO { + pub guidSecureElementId: windows_core::GUID, + pub eEventType: SECURE_ELEMENT_EVENT_TYPE, +} +impl windows_core::TypeKind for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD { + pub bConnectionId: u16, + pub eRfTechType: u8, + pub eRfProtocolType: u8, +} +impl windows_core::TypeKind for SECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_HCE_DATA_PACKET { + pub bConnectionId: u16, + pub cbPayload: u16, + pub pbPayload: [u8; 1], +} +impl windows_core::TypeKind for SECURE_ELEMENT_HCE_DATA_PACKET { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_HCE_DATA_PACKET { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_NFCC_CAPABILITIES { + pub cbMaxRoutingTableSize: u16, + pub IsAidRoutingSupported: super::super::Foundation::BOOLEAN, + pub IsProtocolRoutingSupported: super::super::Foundation::BOOLEAN, + pub IsTechRoutingSupported: super::super::Foundation::BOOLEAN, +} +impl windows_core::TypeKind for SECURE_ELEMENT_NFCC_CAPABILITIES { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_NFCC_CAPABILITIES { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_PROTO_ROUTING_INFO { + pub guidSecureElementId: windows_core::GUID, + pub eRfProtocolType: u8, +} +impl windows_core::TypeKind for SECURE_ELEMENT_PROTO_ROUTING_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_PROTO_ROUTING_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_ROUTING_TABLE { + pub NumberOfEntries: u32, + pub TableEntries: [SECURE_ELEMENT_ROUTING_TABLE_ENTRY; 1], +} +impl windows_core::TypeKind for SECURE_ELEMENT_ROUTING_TABLE { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_ROUTING_TABLE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub struct SECURE_ELEMENT_ROUTING_TABLE_ENTRY { + pub eRoutingType: SECURE_ELEMENT_ROUTING_TYPE, + pub Anonymous: SECURE_ELEMENT_ROUTING_TABLE_ENTRY_0, +} +impl windows_core::TypeKind for SECURE_ELEMENT_ROUTING_TABLE_ENTRY { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_ROUTING_TABLE_ENTRY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union SECURE_ELEMENT_ROUTING_TABLE_ENTRY_0 { + pub TechRoutingInfo: SECURE_ELEMENT_TECH_ROUTING_INFO, + pub ProtoRoutingInfo: SECURE_ELEMENT_PROTO_ROUTING_INFO, + pub AidRoutingInfo: SECURE_ELEMENT_AID_ROUTING_INFO, +} +impl windows_core::TypeKind for SECURE_ELEMENT_ROUTING_TABLE_ENTRY_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_ROUTING_TABLE_ENTRY_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_SET_CARD_EMULATION_MODE_INFO { + pub guidSecureElementId: windows_core::GUID, + pub eMode: SECURE_ELEMENT_CARD_EMULATION_MODE, +} +impl windows_core::TypeKind for SECURE_ELEMENT_SET_CARD_EMULATION_MODE_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_SET_CARD_EMULATION_MODE_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_SET_POWER_MODE_INFO { + pub guidSecureElementId: windows_core::GUID, + pub powerMode: SECURE_ELEMENT_POWER_MODE, +} +impl windows_core::TypeKind for SECURE_ELEMENT_SET_POWER_MODE_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_SET_POWER_MODE_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SECURE_ELEMENT_TECH_ROUTING_INFO { + pub guidSecureElementId: windows_core::GUID, + pub eRfTechType: u8, +} +impl windows_core::TypeKind for SECURE_ELEMENT_TECH_ROUTING_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for SECURE_ELEMENT_TECH_ROUTING_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} diff --git a/crates/libs/windows/src/Windows/Win32/Devices/Nfp/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/Nfp/mod.rs new file mode 100644 index 0000000000..3450923010 --- /dev/null +++ b/crates/libs/windows/src/Windows/Win32/Devices/Nfp/mod.rs @@ -0,0 +1,23 @@ +pub const DEVPKEY_NFP_Capabilities: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xfb3842cd_9e2a_4f83_8fcc_4b0761139ae9), pid: 2 }; +pub const GUID_DEVINTERFACE_NFP: windows_core::GUID = windows_core::GUID::from_u128(0xfb3842cd_9e2a_4f83_8fcc_4b0761139ae9); +pub const IOCTL_NFP_DISABLE: u32 = 5308492u32; +pub const IOCTL_NFP_ENABLE: u32 = 5308496u32; +pub const IOCTL_NFP_GET_KILO_BYTES_PER_SECOND: u32 = 5308548u32; +pub const IOCTL_NFP_GET_MAX_MESSAGE_BYTES: u32 = 5308544u32; +pub const IOCTL_NFP_GET_NEXT_SUBSCRIBED_MESSAGE: u32 = 5308480u32; +pub const IOCTL_NFP_GET_NEXT_TRANSMITTED_MESSAGE: u32 = 5308488u32; +pub const IOCTL_NFP_SET_PAYLOAD: u32 = 5308484u32; +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct SUBSCRIBED_MESSAGE { + pub cbPayloadHint: u32, + pub payload: [u8; 1], +} +impl windows_core::TypeKind for SUBSCRIBED_MESSAGE { + type TypeKind = windows_core::CopyType; +} +impl Default for SUBSCRIBED_MESSAGE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} diff --git a/crates/libs/windows/src/Windows/Win32/Devices/PortableDevices/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/PortableDevices/mod.rs index ca8e4a76f4..fbb3c4f8e9 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/PortableDevices/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/PortableDevices/mod.rs @@ -498,8 +498,7 @@ impl IPortableDeviceCapabilities { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetSupportedCommands)(windows_core::Interface::as_raw(self), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetCommandOptions(&self, command: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetCommandOptions(&self, command: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetCommandOptions)(windows_core::Interface::as_raw(self), command, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -523,8 +522,7 @@ impl IPortableDeviceCapabilities { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetSupportedFormatProperties)(windows_core::Interface::as_raw(self), format, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetFixedPropertyAttributes(&self, format: *const windows_core::GUID, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetFixedPropertyAttributes(&self, format: *const windows_core::GUID, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetFixedPropertyAttributes)(windows_core::Interface::as_raw(self), format, key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -544,40 +542,31 @@ impl IPortableDeviceCapabilities { pub struct IPortableDeviceCapabilities_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetSupportedCommands: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetCommandOptions: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetCommandOptions: usize, + pub GetCommandOptions: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetFunctionalCategories: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetFunctionalObjects: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetSupportedContentTypes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetSupportedFormats: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetSupportedFormatProperties: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetFixedPropertyAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetFixedPropertyAttributes: usize, + pub GetFixedPropertyAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub Cancel: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, pub GetSupportedEvents: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetEventOptions: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait IPortableDeviceCapabilities_Impl: Sized + windows_core::IUnknownImpl { fn GetSupportedCommands(&self) -> windows_core::Result; - fn GetCommandOptions(&self, command: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetCommandOptions(&self, command: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn GetFunctionalCategories(&self) -> windows_core::Result; fn GetFunctionalObjects(&self, category: *const windows_core::GUID) -> windows_core::Result; fn GetSupportedContentTypes(&self, category: *const windows_core::GUID) -> windows_core::Result; fn GetSupportedFormats(&self, contenttype: *const windows_core::GUID) -> windows_core::Result; fn GetSupportedFormatProperties(&self, format: *const windows_core::GUID) -> windows_core::Result; - fn GetFixedPropertyAttributes(&self, format: *const windows_core::GUID, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetFixedPropertyAttributes(&self, format: *const windows_core::GUID, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn Cancel(&self) -> windows_core::Result<()>; fn GetSupportedEvents(&self) -> windows_core::Result; fn GetEventOptions(&self, event: *const windows_core::GUID) -> windows_core::Result; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for IPortableDeviceCapabilities {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl IPortableDeviceCapabilities_Vtbl { pub const fn new() -> IPortableDeviceCapabilities_Vtbl { unsafe extern "system" fn GetSupportedCommands(this: *mut core::ffi::c_void, ppcommands: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { @@ -590,7 +579,7 @@ impl IPortableDeviceCapabilities_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetCommandOptions(this: *mut core::ffi::c_void, command: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppoptions: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetCommandOptions(this: *mut core::ffi::c_void, command: *const super::super::Foundation::PROPERTYKEY, ppoptions: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceCapabilities_Impl::GetCommandOptions(this, core::mem::transmute_copy(&command)) { Ok(ok__) => { @@ -650,7 +639,7 @@ impl IPortableDeviceCapabilities_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetFixedPropertyAttributes(this: *mut core::ffi::c_void, format: *const windows_core::GUID, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetFixedPropertyAttributes(this: *mut core::ffi::c_void, format: *const windows_core::GUID, key: *const super::super::Foundation::PROPERTYKEY, ppattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceCapabilities_Impl::GetFixedPropertyAttributes(this, core::mem::transmute_copy(&format), core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -731,11 +720,11 @@ impl IPortableDeviceConnector { (windows_core::Interface::vtable(self).Cancel)(windows_core::Interface::as_raw(self), pcallback.param().abi()).ok() } #[cfg(feature = "Win32_Devices_Properties")] - pub unsafe fn GetProperty(&self, ppropertykey: *const super::Properties::DEVPROPKEY, ppropertytype: *mut super::Properties::DEVPROPTYPE, ppdata: *mut *mut u8, pcbdata: *mut u32) -> windows_core::Result<()> { + pub unsafe fn GetProperty(&self, ppropertykey: *const super::super::Foundation::DEVPROPKEY, ppropertytype: *mut super::Properties::DEVPROPTYPE, ppdata: *mut *mut u8, pcbdata: *mut u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetProperty)(windows_core::Interface::as_raw(self), ppropertykey, ppropertytype, ppdata, pcbdata).ok() } #[cfg(feature = "Win32_Devices_Properties")] - pub unsafe fn SetProperty(&self, ppropertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, pdata: &[u8]) -> windows_core::Result<()> { + pub unsafe fn SetProperty(&self, ppropertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, pdata: &[u8]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetProperty)(windows_core::Interface::as_raw(self), ppropertykey, propertytype, core::mem::transmute(pdata.as_ptr()), pdata.len().try_into().unwrap()).ok() } pub unsafe fn GetPnPID(&self) -> windows_core::Result { @@ -750,11 +739,11 @@ pub struct IPortableDeviceConnector_Vtbl { pub Disconnect: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, pub Cancel: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(feature = "Win32_Devices_Properties")] - pub GetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::Properties::DEVPROPKEY, *mut super::Properties::DEVPROPTYPE, *mut *mut u8, *mut u32) -> windows_core::HRESULT, + pub GetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::DEVPROPKEY, *mut super::Properties::DEVPROPTYPE, *mut *mut u8, *mut u32) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Devices_Properties"))] GetProperty: usize, #[cfg(feature = "Win32_Devices_Properties")] - pub SetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::Properties::DEVPROPKEY, super::Properties::DEVPROPTYPE, *const u8, u32) -> windows_core::HRESULT, + pub SetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::DEVPROPKEY, super::Properties::DEVPROPTYPE, *const u8, u32) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Devices_Properties"))] SetProperty: usize, pub GetPnPID: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::PWSTR) -> windows_core::HRESULT, @@ -764,8 +753,8 @@ pub trait IPortableDeviceConnector_Impl: Sized + windows_core::IUnknownImpl { fn Connect(&self, pcallback: Option<&IConnectionRequestCallback>) -> windows_core::Result<()>; fn Disconnect(&self, pcallback: Option<&IConnectionRequestCallback>) -> windows_core::Result<()>; fn Cancel(&self, pcallback: Option<&IConnectionRequestCallback>) -> windows_core::Result<()>; - fn GetProperty(&self, ppropertykey: *const super::Properties::DEVPROPKEY, ppropertytype: *mut super::Properties::DEVPROPTYPE, ppdata: *mut *mut u8, pcbdata: *mut u32) -> windows_core::Result<()>; - fn SetProperty(&self, ppropertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, pdata: *const u8, cbdata: u32) -> windows_core::Result<()>; + fn GetProperty(&self, ppropertykey: *const super::super::Foundation::DEVPROPKEY, ppropertytype: *mut super::Properties::DEVPROPTYPE, ppdata: *mut *mut u8, pcbdata: *mut u32) -> windows_core::Result<()>; + fn SetProperty(&self, ppropertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, pdata: *const u8, cbdata: u32) -> windows_core::Result<()>; fn GetPnPID(&self) -> windows_core::Result; } #[cfg(feature = "Win32_Devices_Properties")] @@ -785,11 +774,11 @@ impl IPortableDeviceConnector_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceConnector_Impl::Cancel(this, windows_core::from_raw_borrowed(&pcallback)).into() } - unsafe extern "system" fn GetProperty(this: *mut core::ffi::c_void, ppropertykey: *const super::Properties::DEVPROPKEY, ppropertytype: *mut super::Properties::DEVPROPTYPE, ppdata: *mut *mut u8, pcbdata: *mut u32) -> windows_core::HRESULT { + unsafe extern "system" fn GetProperty(this: *mut core::ffi::c_void, ppropertykey: *const super::super::Foundation::DEVPROPKEY, ppropertytype: *mut super::Properties::DEVPROPTYPE, ppdata: *mut *mut u8, pcbdata: *mut u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceConnector_Impl::GetProperty(this, core::mem::transmute_copy(&ppropertykey), core::mem::transmute_copy(&ppropertytype), core::mem::transmute_copy(&ppdata), core::mem::transmute_copy(&pcbdata)).into() } - unsafe extern "system" fn SetProperty(this: *mut core::ffi::c_void, ppropertykey: *const super::Properties::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, pdata: *const u8, cbdata: u32) -> windows_core::HRESULT { + unsafe extern "system" fn SetProperty(this: *mut core::ffi::c_void, ppropertykey: *const super::super::Foundation::DEVPROPKEY, propertytype: super::Properties::DEVPROPTYPE, pdata: *const u8, cbdata: u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceConnector_Impl::SetProperty(this, core::mem::transmute_copy(&ppropertykey), core::mem::transmute_copy(&propertytype), core::mem::transmute_copy(&pdata), core::mem::transmute_copy(&cbdata)).into() } @@ -1213,12 +1202,10 @@ impl IPortableDeviceKeyCollection { pub unsafe fn GetCount(&self, pcelems: *const u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetCount)(windows_core::Interface::as_raw(self), pcelems).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetAt(&self, dwindex: u32, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn GetAt(&self, dwindex: u32, pkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetAt)(windows_core::Interface::as_raw(self), dwindex, pkey).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn Add(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn Add(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Add)(windows_core::Interface::as_raw(self), key).ok() } pub unsafe fn Clear(&self) -> windows_core::Result<()> { @@ -1232,39 +1219,30 @@ impl IPortableDeviceKeyCollection { pub struct IPortableDeviceKeyCollection_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetCount: unsafe extern "system" fn(*mut core::ffi::c_void, *const u32) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetAt: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub Add: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - Add: usize, + pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, + pub Add: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, pub Clear: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, pub RemoveAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait IPortableDeviceKeyCollection_Impl: Sized + windows_core::IUnknownImpl { fn GetCount(&self, pcelems: *const u32) -> windows_core::Result<()>; - fn GetAt(&self, dwindex: u32, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; - fn Add(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn GetAt(&self, dwindex: u32, pkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn Add(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; fn Clear(&self) -> windows_core::Result<()>; fn RemoveAt(&self, dwindex: u32) -> windows_core::Result<()>; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for IPortableDeviceKeyCollection {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl IPortableDeviceKeyCollection_Vtbl { pub const fn new() -> IPortableDeviceKeyCollection_Vtbl { unsafe extern "system" fn GetCount(this: *mut core::ffi::c_void, pcelems: *const u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceKeyCollection_Impl::GetCount(this, core::mem::transmute_copy(&pcelems)).into() } - unsafe extern "system" fn GetAt(this: *mut core::ffi::c_void, dwindex: u32, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn GetAt(this: *mut core::ffi::c_void, dwindex: u32, pkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceKeyCollection_Impl::GetAt(this, core::mem::transmute_copy(&dwindex), core::mem::transmute_copy(&pkey)).into() } - unsafe extern "system" fn Add(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn Add(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceKeyCollection_Impl::Add(this, core::mem::transmute_copy(&key)).into() } @@ -1530,8 +1508,7 @@ impl IPortableDeviceProperties { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetSupportedProperties)(windows_core::Interface::as_raw(self), pszobjectid.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetPropertyAttributes(&self, pszobjectid: P0, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result + pub unsafe fn GetPropertyAttributes(&self, pszobjectid: P0, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result where P0: windows_core::Param, { @@ -1569,27 +1546,21 @@ impl IPortableDeviceProperties { pub struct IPortableDeviceProperties_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetSupportedProperties: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetPropertyAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetPropertyAttributes: usize, + pub GetPropertyAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetValues: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub SetValues: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub Delete: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *mut core::ffi::c_void) -> windows_core::HRESULT, pub Cancel: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait IPortableDeviceProperties_Impl: Sized + windows_core::IUnknownImpl { fn GetSupportedProperties(&self, pszobjectid: &windows_core::PCWSTR) -> windows_core::Result; - fn GetPropertyAttributes(&self, pszobjectid: &windows_core::PCWSTR, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetPropertyAttributes(&self, pszobjectid: &windows_core::PCWSTR, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn GetValues(&self, pszobjectid: &windows_core::PCWSTR, pkeys: Option<&IPortableDeviceKeyCollection>) -> windows_core::Result; fn SetValues(&self, pszobjectid: &windows_core::PCWSTR, pvalues: Option<&IPortableDeviceValues>) -> windows_core::Result; fn Delete(&self, pszobjectid: &windows_core::PCWSTR, pkeys: Option<&IPortableDeviceKeyCollection>) -> windows_core::Result<()>; fn Cancel(&self) -> windows_core::Result<()>; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for IPortableDeviceProperties {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl IPortableDeviceProperties_Vtbl { pub const fn new() -> IPortableDeviceProperties_Vtbl { unsafe extern "system" fn GetSupportedProperties(this: *mut core::ffi::c_void, pszobjectid: windows_core::PCWSTR, ppkeys: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { @@ -1602,7 +1573,7 @@ impl IPortableDeviceProperties_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetPropertyAttributes(this: *mut core::ffi::c_void, pszobjectid: windows_core::PCWSTR, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetPropertyAttributes(this: *mut core::ffi::c_void, pszobjectid: windows_core::PCWSTR, key: *const super::super::Foundation::PROPERTYKEY, ppattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceProperties_Impl::GetPropertyAttributes(this, core::mem::transmute(&pszobjectid), core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -1842,16 +1813,15 @@ impl IPortableDeviceResources { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetSupportedResources)(windows_core::Interface::as_raw(self), pszobjectid.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetResourceAttributes(&self, pszobjectid: P0, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result + pub unsafe fn GetResourceAttributes(&self, pszobjectid: P0, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result where P0: windows_core::Param, { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetResourceAttributes)(windows_core::Interface::as_raw(self), pszobjectid.param().abi(), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetStream(&self, pszobjectid: P0, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, dwmode: u32, pdwoptimalbuffersize: *mut u32, ppstream: *mut Option) -> windows_core::Result<()> + #[cfg(feature = "Win32_System_Com")] + pub unsafe fn GetStream(&self, pszobjectid: P0, key: *const super::super::Foundation::PROPERTYKEY, dwmode: u32, pdwoptimalbuffersize: *mut u32, ppstream: *mut Option) -> windows_core::Result<()> where P0: windows_core::Param, { @@ -1879,13 +1849,10 @@ impl IPortableDeviceResources { pub struct IPortableDeviceResources_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetSupportedResources: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetResourceAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetResourceAttributes: usize, - #[cfg(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetStream: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, u32, *mut u32, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem")))] + pub GetResourceAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(feature = "Win32_System_Com")] + pub GetStream: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const super::super::Foundation::PROPERTYKEY, u32, *mut u32, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Win32_System_Com"))] GetStream: usize, pub Delete: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *mut core::ffi::c_void) -> windows_core::HRESULT, pub Cancel: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, @@ -1894,18 +1861,18 @@ pub struct IPortableDeviceResources_Vtbl { #[cfg(not(feature = "Win32_System_Com"))] CreateResource: usize, } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(feature = "Win32_System_Com")] pub trait IPortableDeviceResources_Impl: Sized + windows_core::IUnknownImpl { fn GetSupportedResources(&self, pszobjectid: &windows_core::PCWSTR) -> windows_core::Result; - fn GetResourceAttributes(&self, pszobjectid: &windows_core::PCWSTR, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn GetStream(&self, pszobjectid: &windows_core::PCWSTR, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, dwmode: u32, pdwoptimalbuffersize: *mut u32, ppstream: *mut Option) -> windows_core::Result<()>; + fn GetResourceAttributes(&self, pszobjectid: &windows_core::PCWSTR, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn GetStream(&self, pszobjectid: &windows_core::PCWSTR, key: *const super::super::Foundation::PROPERTYKEY, dwmode: u32, pdwoptimalbuffersize: *mut u32, ppstream: *mut Option) -> windows_core::Result<()>; fn Delete(&self, pszobjectid: &windows_core::PCWSTR, pkeys: Option<&IPortableDeviceKeyCollection>) -> windows_core::Result<()>; fn Cancel(&self) -> windows_core::Result<()>; fn CreateResource(&self, presourceattributes: Option<&IPortableDeviceValues>, ppdata: *mut Option, pdwoptimalwritebuffersize: *mut u32, ppszcookie: *mut windows_core::PWSTR) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(feature = "Win32_System_Com")] impl windows_core::RuntimeName for IPortableDeviceResources {} -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(feature = "Win32_System_Com")] impl IPortableDeviceResources_Vtbl { pub const fn new() -> IPortableDeviceResources_Vtbl { unsafe extern "system" fn GetSupportedResources(this: *mut core::ffi::c_void, pszobjectid: windows_core::PCWSTR, ppkeys: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { @@ -1918,7 +1885,7 @@ impl IPortableDeviceResources_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetResourceAttributes(this: *mut core::ffi::c_void, pszobjectid: windows_core::PCWSTR, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppresourceattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetResourceAttributes(this: *mut core::ffi::c_void, pszobjectid: windows_core::PCWSTR, key: *const super::super::Foundation::PROPERTYKEY, ppresourceattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceResources_Impl::GetResourceAttributes(this, core::mem::transmute(&pszobjectid), core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -1928,7 +1895,7 @@ impl IPortableDeviceResources_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetStream(this: *mut core::ffi::c_void, pszobjectid: windows_core::PCWSTR, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, dwmode: u32, pdwoptimalbuffersize: *mut u32, ppstream: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetStream(this: *mut core::ffi::c_void, pszobjectid: windows_core::PCWSTR, key: *const super::super::Foundation::PROPERTYKEY, dwmode: u32, pdwoptimalbuffersize: *mut u32, ppstream: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceResources_Impl::GetStream(this, core::mem::transmute(&pszobjectid), core::mem::transmute_copy(&key), core::mem::transmute_copy(&dwmode), core::mem::transmute_copy(&pdwoptimalbuffersize), core::mem::transmute_copy(&ppstream)).into() } @@ -2231,8 +2198,7 @@ impl IPortableDeviceServiceCapabilities { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetMethodAttributes)(windows_core::Interface::as_raw(self), method, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetMethodParameterAttributes(&self, method: *const windows_core::GUID, parameter: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetMethodParameterAttributes(&self, method: *const windows_core::GUID, parameter: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetMethodParameterAttributes)(windows_core::Interface::as_raw(self), method, parameter, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -2248,8 +2214,7 @@ impl IPortableDeviceServiceCapabilities { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetSupportedFormatProperties)(windows_core::Interface::as_raw(self), format, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetFormatPropertyAttributes(&self, format: *const windows_core::GUID, property: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetFormatPropertyAttributes(&self, format: *const windows_core::GUID, property: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetFormatPropertyAttributes)(windows_core::Interface::as_raw(self), format, property, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -2261,8 +2226,7 @@ impl IPortableDeviceServiceCapabilities { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetEventAttributes)(windows_core::Interface::as_raw(self), event, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetEventParameterAttributes(&self, event: *const windows_core::GUID, parameter: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetEventParameterAttributes(&self, event: *const windows_core::GUID, parameter: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetEventParameterAttributes)(windows_core::Interface::as_raw(self), event, parameter, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -2278,8 +2242,7 @@ impl IPortableDeviceServiceCapabilities { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetSupportedCommands)(windows_core::Interface::as_raw(self), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetCommandOptions(&self, command: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetCommandOptions(&self, command: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetCommandOptions)(windows_core::Interface::as_raw(self), command, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -2293,54 +2256,39 @@ pub struct IPortableDeviceServiceCapabilities_Vtbl { pub GetSupportedMethods: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetSupportedMethodsByFormat: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetMethodAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetMethodParameterAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetMethodParameterAttributes: usize, + pub GetMethodParameterAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetSupportedFormats: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetFormatAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetSupportedFormatProperties: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetFormatPropertyAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetFormatPropertyAttributes: usize, + pub GetFormatPropertyAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetSupportedEvents: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetEventAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetEventParameterAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetEventParameterAttributes: usize, + pub GetEventParameterAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetInheritedServices: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetFormatRenderingProfiles: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetSupportedCommands: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetCommandOptions: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetCommandOptions: usize, + pub GetCommandOptions: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub Cancel: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait IPortableDeviceServiceCapabilities_Impl: Sized + windows_core::IUnknownImpl { fn GetSupportedMethods(&self) -> windows_core::Result; fn GetSupportedMethodsByFormat(&self, format: *const windows_core::GUID) -> windows_core::Result; fn GetMethodAttributes(&self, method: *const windows_core::GUID) -> windows_core::Result; - fn GetMethodParameterAttributes(&self, method: *const windows_core::GUID, parameter: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetMethodParameterAttributes(&self, method: *const windows_core::GUID, parameter: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn GetSupportedFormats(&self) -> windows_core::Result; fn GetFormatAttributes(&self, format: *const windows_core::GUID) -> windows_core::Result; fn GetSupportedFormatProperties(&self, format: *const windows_core::GUID) -> windows_core::Result; - fn GetFormatPropertyAttributes(&self, format: *const windows_core::GUID, property: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetFormatPropertyAttributes(&self, format: *const windows_core::GUID, property: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn GetSupportedEvents(&self) -> windows_core::Result; fn GetEventAttributes(&self, event: *const windows_core::GUID) -> windows_core::Result; - fn GetEventParameterAttributes(&self, event: *const windows_core::GUID, parameter: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetEventParameterAttributes(&self, event: *const windows_core::GUID, parameter: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn GetInheritedServices(&self, dwinheritancetype: u32) -> windows_core::Result; fn GetFormatRenderingProfiles(&self, format: *const windows_core::GUID) -> windows_core::Result; fn GetSupportedCommands(&self) -> windows_core::Result; - fn GetCommandOptions(&self, command: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetCommandOptions(&self, command: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn Cancel(&self) -> windows_core::Result<()>; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for IPortableDeviceServiceCapabilities {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl IPortableDeviceServiceCapabilities_Vtbl { pub const fn new() -> IPortableDeviceServiceCapabilities_Vtbl { unsafe extern "system" fn GetSupportedMethods(this: *mut core::ffi::c_void, ppmethods: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { @@ -2373,7 +2321,7 @@ impl IPortableDeviceServiceCapabilities_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetMethodParameterAttributes(this: *mut core::ffi::c_void, method: *const windows_core::GUID, parameter: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetMethodParameterAttributes(this: *mut core::ffi::c_void, method: *const windows_core::GUID, parameter: *const super::super::Foundation::PROPERTYKEY, ppattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceServiceCapabilities_Impl::GetMethodParameterAttributes(this, core::mem::transmute_copy(&method), core::mem::transmute_copy(¶meter)) { Ok(ok__) => { @@ -2413,7 +2361,7 @@ impl IPortableDeviceServiceCapabilities_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetFormatPropertyAttributes(this: *mut core::ffi::c_void, format: *const windows_core::GUID, property: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetFormatPropertyAttributes(this: *mut core::ffi::c_void, format: *const windows_core::GUID, property: *const super::super::Foundation::PROPERTYKEY, ppattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceServiceCapabilities_Impl::GetFormatPropertyAttributes(this, core::mem::transmute_copy(&format), core::mem::transmute_copy(&property)) { Ok(ok__) => { @@ -2443,7 +2391,7 @@ impl IPortableDeviceServiceCapabilities_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetEventParameterAttributes(this: *mut core::ffi::c_void, event: *const windows_core::GUID, parameter: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetEventParameterAttributes(this: *mut core::ffi::c_void, event: *const windows_core::GUID, parameter: *const super::super::Foundation::PROPERTYKEY, ppattributes: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceServiceCapabilities_Impl::GetEventParameterAttributes(this, core::mem::transmute_copy(&event), core::mem::transmute_copy(¶meter)) { Ok(ok__) => { @@ -2483,7 +2431,7 @@ impl IPortableDeviceServiceCapabilities_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetCommandOptions(this: *mut core::ffi::c_void, command: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppoptions: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetCommandOptions(this: *mut core::ffi::c_void, command: *const super::super::Foundation::PROPERTYKEY, ppoptions: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceServiceCapabilities_Impl::GetCommandOptions(this, core::mem::transmute_copy(&command)) { Ok(ok__) => { @@ -2774,184 +2722,151 @@ impl IPortableDeviceValues { pub unsafe fn GetCount(&self, pcelt: *const u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetCount)(windows_core::Interface::as_raw(self), pcelt).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetAt(&self, index: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetAt(&self, index: u32, pkey: *mut super::super::Foundation::PROPERTYKEY, pvalue: *mut super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetAt)(windows_core::Interface::as_raw(self), index, pkey, core::mem::transmute(pvalue)).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn SetValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn SetValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetValue)(windows_core::Interface::as_raw(self), key, core::mem::transmute(pvalue)).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetValue)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetStringValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: P0) -> windows_core::Result<()> + pub unsafe fn SetStringValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: P0) -> windows_core::Result<()> where P0: windows_core::Param, { (windows_core::Interface::vtable(self).SetStringValue)(windows_core::Interface::as_raw(self), key, value.param().abi()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetStringValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetStringValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetStringValue)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetUnsignedIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: u32) -> windows_core::Result<()> { + pub unsafe fn SetUnsignedIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetUnsignedIntegerValue)(windows_core::Interface::as_raw(self), key, value).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetUnsignedIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetUnsignedIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetUnsignedIntegerValue)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetSignedIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: i32) -> windows_core::Result<()> { + pub unsafe fn SetSignedIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: i32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetSignedIntegerValue)(windows_core::Interface::as_raw(self), key, value).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetSignedIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetSignedIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetSignedIntegerValue)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetUnsignedLargeIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: u64) -> windows_core::Result<()> { + pub unsafe fn SetUnsignedLargeIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: u64) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetUnsignedLargeIntegerValue)(windows_core::Interface::as_raw(self), key, value).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetUnsignedLargeIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetUnsignedLargeIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetUnsignedLargeIntegerValue)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetSignedLargeIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: i64) -> windows_core::Result<()> { + pub unsafe fn SetSignedLargeIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: i64) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetSignedLargeIntegerValue)(windows_core::Interface::as_raw(self), key, value).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetSignedLargeIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetSignedLargeIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetSignedLargeIntegerValue)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetFloatValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: f32) -> windows_core::Result<()> { + pub unsafe fn SetFloatValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: f32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetFloatValue)(windows_core::Interface::as_raw(self), key, value).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetFloatValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetFloatValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetFloatValue)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetErrorValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: windows_core::HRESULT) -> windows_core::Result<()> { + pub unsafe fn SetErrorValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: windows_core::HRESULT) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetErrorValue)(windows_core::Interface::as_raw(self), key, value).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetErrorValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetErrorValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetErrorValue)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetKeyValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn SetKeyValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetKeyValue)(windows_core::Interface::as_raw(self), key, value).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetKeyValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn GetKeyValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetKeyValue)(windows_core::Interface::as_raw(self), key, pvalue).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetBoolValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: P0) -> windows_core::Result<()> + pub unsafe fn SetBoolValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: P0) -> windows_core::Result<()> where P0: windows_core::Param, { (windows_core::Interface::vtable(self).SetBoolValue)(windows_core::Interface::as_raw(self), key, value.param().abi()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetBoolValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetBoolValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetBoolValue)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetIUnknownValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: P0) -> windows_core::Result<()> + pub unsafe fn SetIUnknownValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: P0) -> windows_core::Result<()> where P0: windows_core::Param, { (windows_core::Interface::vtable(self).SetIUnknownValue)(windows_core::Interface::as_raw(self), key, pvalue.param().abi()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetIUnknownValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetIUnknownValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetIUnknownValue)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetGuidValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: *const windows_core::GUID) -> windows_core::Result<()> { + pub unsafe fn SetGuidValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: *const windows_core::GUID) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetGuidValue)(windows_core::Interface::as_raw(self), key, value).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetGuidValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetGuidValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetGuidValue)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetBufferValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: &[u8]) -> windows_core::Result<()> { + pub unsafe fn SetBufferValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: &[u8]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetBufferValue)(windows_core::Interface::as_raw(self), key, core::mem::transmute(pvalue.as_ptr()), pvalue.len().try_into().unwrap()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetBufferValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppvalue: *mut *mut u8, pcbvalue: *mut u32) -> windows_core::Result<()> { + pub unsafe fn GetBufferValue(&self, key: *const super::super::Foundation::PROPERTYKEY, ppvalue: *mut *mut u8, pcbvalue: *mut u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetBufferValue)(windows_core::Interface::as_raw(self), key, ppvalue, pcbvalue).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetIPortableDeviceValuesValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: P0) -> windows_core::Result<()> + pub unsafe fn SetIPortableDeviceValuesValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: P0) -> windows_core::Result<()> where P0: windows_core::Param, { (windows_core::Interface::vtable(self).SetIPortableDeviceValuesValue)(windows_core::Interface::as_raw(self), key, pvalue.param().abi()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetIPortableDeviceValuesValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetIPortableDeviceValuesValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetIPortableDeviceValuesValue)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetIPortableDevicePropVariantCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: P0) -> windows_core::Result<()> + pub unsafe fn SetIPortableDevicePropVariantCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: P0) -> windows_core::Result<()> where P0: windows_core::Param, { (windows_core::Interface::vtable(self).SetIPortableDevicePropVariantCollectionValue)(windows_core::Interface::as_raw(self), key, pvalue.param().abi()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetIPortableDevicePropVariantCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetIPortableDevicePropVariantCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetIPortableDevicePropVariantCollectionValue)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetIPortableDeviceKeyCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: P0) -> windows_core::Result<()> + pub unsafe fn SetIPortableDeviceKeyCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: P0) -> windows_core::Result<()> where P0: windows_core::Param, { (windows_core::Interface::vtable(self).SetIPortableDeviceKeyCollectionValue)(windows_core::Interface::as_raw(self), key, pvalue.param().abi()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetIPortableDeviceKeyCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetIPortableDeviceKeyCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetIPortableDeviceKeyCollectionValue)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetIPortableDeviceValuesCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: P0) -> windows_core::Result<()> + pub unsafe fn SetIPortableDeviceValuesCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: P0) -> windows_core::Result<()> where P0: windows_core::Param, { (windows_core::Interface::vtable(self).SetIPortableDeviceValuesCollectionValue)(windows_core::Interface::as_raw(self), key, pvalue.param().abi()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetIPortableDeviceValuesCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetIPortableDeviceValuesCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetIPortableDeviceValuesCollectionValue)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn RemoveValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn RemoveValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).RemoveValue)(windows_core::Interface::as_raw(self), key).ok() } #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] @@ -2976,150 +2891,51 @@ impl IPortableDeviceValues { pub struct IPortableDeviceValues_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetCount: unsafe extern "system" fn(*mut core::ffi::c_void, *const u32) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetAt: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub SetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub SetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] SetValue: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetStringValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, windows_core::PCWSTR) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetStringValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetStringValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut windows_core::PWSTR) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetStringValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetUnsignedIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, u32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetUnsignedIntegerValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetUnsignedIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut u32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetUnsignedIntegerValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetSignedIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, i32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetSignedIntegerValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetSignedIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut i32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetSignedIntegerValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetUnsignedLargeIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, u64) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetUnsignedLargeIntegerValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetUnsignedLargeIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut u64) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetUnsignedLargeIntegerValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetSignedLargeIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, i64) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetSignedLargeIntegerValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetSignedLargeIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut i64) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetSignedLargeIntegerValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetFloatValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, f32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetFloatValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetFloatValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut f32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetFloatValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetErrorValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, windows_core::HRESULT) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetErrorValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetErrorValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut windows_core::HRESULT) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetErrorValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetKeyValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetKeyValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetKeyValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetKeyValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetBoolValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, super::super::Foundation::BOOL) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetBoolValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetBoolValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetBoolValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetIUnknownValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetIUnknownValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetIUnknownValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetIUnknownValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetGuidValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const windows_core::GUID) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetGuidValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetGuidValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut windows_core::GUID) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetGuidValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetBufferValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const u8, u32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetBufferValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetBufferValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut u8, *mut u32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetBufferValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetIPortableDeviceValuesValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetIPortableDeviceValuesValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetIPortableDeviceValuesValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetIPortableDeviceValuesValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetIPortableDevicePropVariantCollectionValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetIPortableDevicePropVariantCollectionValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetIPortableDeviceKeyCollectionValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetIPortableDeviceKeyCollectionValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetIPortableDeviceValuesCollectionValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetIPortableDeviceValuesCollectionValue: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub RemoveValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - RemoveValue: usize, + pub SetStringValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, windows_core::PCWSTR) -> windows_core::HRESULT, + pub GetStringValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut windows_core::PWSTR) -> windows_core::HRESULT, + pub SetUnsignedIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, u32) -> windows_core::HRESULT, + pub GetUnsignedIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut u32) -> windows_core::HRESULT, + pub SetSignedIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, i32) -> windows_core::HRESULT, + pub GetSignedIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut i32) -> windows_core::HRESULT, + pub SetUnsignedLargeIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, u64) -> windows_core::HRESULT, + pub GetUnsignedLargeIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut u64) -> windows_core::HRESULT, + pub SetSignedLargeIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, i64) -> windows_core::HRESULT, + pub GetSignedLargeIntegerValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut i64) -> windows_core::HRESULT, + pub SetFloatValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, f32) -> windows_core::HRESULT, + pub GetFloatValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut f32) -> windows_core::HRESULT, + pub SetErrorValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, windows_core::HRESULT) -> windows_core::HRESULT, + pub GetErrorValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut windows_core::HRESULT) -> windows_core::HRESULT, + pub SetKeyValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, + pub GetKeyValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, + pub SetBoolValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, super::super::Foundation::BOOL) -> windows_core::HRESULT, + pub GetBoolValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, + pub SetIUnknownValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::ffi::c_void) -> windows_core::HRESULT, + pub GetIUnknownValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub SetGuidValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *const windows_core::GUID) -> windows_core::HRESULT, + pub GetGuidValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut windows_core::GUID) -> windows_core::HRESULT, + pub SetBufferValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *const u8, u32) -> windows_core::HRESULT, + pub GetBufferValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut *mut u8, *mut u32) -> windows_core::HRESULT, + pub SetIPortableDeviceValuesValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::ffi::c_void) -> windows_core::HRESULT, + pub GetIPortableDeviceValuesValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub SetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::ffi::c_void) -> windows_core::HRESULT, + pub GetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub SetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::ffi::c_void) -> windows_core::HRESULT, + pub GetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub SetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::ffi::c_void) -> windows_core::HRESULT, + pub GetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub RemoveValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub CopyValuesFromPropertyStore: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] @@ -3133,42 +2949,42 @@ pub struct IPortableDeviceValues_Vtbl { #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] pub trait IPortableDeviceValues_Impl: Sized + windows_core::IUnknownImpl { fn GetCount(&self, pcelt: *const u32) -> windows_core::Result<()>; - fn GetAt(&self, index: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; - fn SetValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; - fn GetValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetStringValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: &windows_core::PCWSTR) -> windows_core::Result<()>; - fn GetStringValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetUnsignedIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: u32) -> windows_core::Result<()>; - fn GetUnsignedIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetSignedIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: i32) -> windows_core::Result<()>; - fn GetSignedIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetUnsignedLargeIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: u64) -> windows_core::Result<()>; - fn GetUnsignedLargeIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetSignedLargeIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: i64) -> windows_core::Result<()>; - fn GetSignedLargeIntegerValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetFloatValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: f32) -> windows_core::Result<()>; - fn GetFloatValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetErrorValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: windows_core::HRESULT) -> windows_core::Result<()>; - fn GetErrorValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetKeyValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; - fn GetKeyValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; - fn SetBoolValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: super::super::Foundation::BOOL) -> windows_core::Result<()>; - fn GetBoolValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetIUnknownValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: Option<&windows_core::IUnknown>) -> windows_core::Result<()>; - fn GetIUnknownValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetGuidValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: *const windows_core::GUID) -> windows_core::Result<()>; - fn GetGuidValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetBufferValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *const u8, cbvalue: u32) -> windows_core::Result<()>; - fn GetBufferValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppvalue: *mut *mut u8, pcbvalue: *mut u32) -> windows_core::Result<()>; - fn SetIPortableDeviceValuesValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: Option<&IPortableDeviceValues>) -> windows_core::Result<()>; - fn GetIPortableDeviceValuesValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetIPortableDevicePropVariantCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: Option<&IPortableDevicePropVariantCollection>) -> windows_core::Result<()>; - fn GetIPortableDevicePropVariantCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetIPortableDeviceKeyCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: Option<&IPortableDeviceKeyCollection>) -> windows_core::Result<()>; - fn GetIPortableDeviceKeyCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetIPortableDeviceValuesCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: Option<&IPortableDeviceValuesCollection>) -> windows_core::Result<()>; - fn GetIPortableDeviceValuesCollectionValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn RemoveValue(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn GetAt(&self, index: u32, pkey: *mut super::super::Foundation::PROPERTYKEY, pvalue: *mut super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn SetValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn GetValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetStringValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: &windows_core::PCWSTR) -> windows_core::Result<()>; + fn GetStringValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetUnsignedIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: u32) -> windows_core::Result<()>; + fn GetUnsignedIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetSignedIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: i32) -> windows_core::Result<()>; + fn GetSignedIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetUnsignedLargeIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: u64) -> windows_core::Result<()>; + fn GetUnsignedLargeIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetSignedLargeIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: i64) -> windows_core::Result<()>; + fn GetSignedLargeIntegerValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetFloatValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: f32) -> windows_core::Result<()>; + fn GetFloatValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetErrorValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: windows_core::HRESULT) -> windows_core::Result<()>; + fn GetErrorValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetKeyValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn GetKeyValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn SetBoolValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: super::super::Foundation::BOOL) -> windows_core::Result<()>; + fn GetBoolValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetIUnknownValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: Option<&windows_core::IUnknown>) -> windows_core::Result<()>; + fn GetIUnknownValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetGuidValue(&self, key: *const super::super::Foundation::PROPERTYKEY, value: *const windows_core::GUID) -> windows_core::Result<()>; + fn GetGuidValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetBufferValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *const u8, cbvalue: u32) -> windows_core::Result<()>; + fn GetBufferValue(&self, key: *const super::super::Foundation::PROPERTYKEY, ppvalue: *mut *mut u8, pcbvalue: *mut u32) -> windows_core::Result<()>; + fn SetIPortableDeviceValuesValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: Option<&IPortableDeviceValues>) -> windows_core::Result<()>; + fn GetIPortableDeviceValuesValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetIPortableDevicePropVariantCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: Option<&IPortableDevicePropVariantCollection>) -> windows_core::Result<()>; + fn GetIPortableDevicePropVariantCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetIPortableDeviceKeyCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: Option<&IPortableDeviceKeyCollection>) -> windows_core::Result<()>; + fn GetIPortableDeviceKeyCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetIPortableDeviceValuesCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY, pvalue: Option<&IPortableDeviceValuesCollection>) -> windows_core::Result<()>; + fn GetIPortableDeviceValuesCollectionValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn RemoveValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; fn CopyValuesFromPropertyStore(&self, pstore: Option<&super::super::UI::Shell::PropertiesSystem::IPropertyStore>) -> windows_core::Result<()>; fn CopyValuesToPropertyStore(&self, pstore: Option<&super::super::UI::Shell::PropertiesSystem::IPropertyStore>) -> windows_core::Result<()>; fn Clear(&self) -> windows_core::Result<()>; @@ -3182,15 +2998,15 @@ impl IPortableDeviceValues_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::GetCount(this, core::mem::transmute_copy(&pcelt)).into() } - unsafe extern "system" fn GetAt(this: *mut core::ffi::c_void, index: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetAt(this: *mut core::ffi::c_void, index: u32, pkey: *mut super::super::Foundation::PROPERTYKEY, pvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::GetAt(this, core::mem::transmute_copy(&index), core::mem::transmute_copy(&pkey), core::mem::transmute_copy(&pvalue)).into() } - unsafe extern "system" fn SetValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *const core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn SetValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *const core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&pvalue)).into() } - unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3200,11 +3016,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetStringValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: windows_core::PCWSTR) -> windows_core::HRESULT { + unsafe extern "system" fn SetStringValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: windows_core::PCWSTR) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetStringValue(this, core::mem::transmute_copy(&key), core::mem::transmute(&value)).into() } - unsafe extern "system" fn GetStringValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut windows_core::PWSTR) -> windows_core::HRESULT { + unsafe extern "system" fn GetStringValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut windows_core::PWSTR) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetStringValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3214,11 +3030,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetUnsignedIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: u32) -> windows_core::HRESULT { + unsafe extern "system" fn SetUnsignedIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetUnsignedIntegerValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&value)).into() } - unsafe extern "system" fn GetUnsignedIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut u32) -> windows_core::HRESULT { + unsafe extern "system" fn GetUnsignedIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetUnsignedIntegerValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3228,11 +3044,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetSignedIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: i32) -> windows_core::HRESULT { + unsafe extern "system" fn SetSignedIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: i32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetSignedIntegerValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&value)).into() } - unsafe extern "system" fn GetSignedIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut i32) -> windows_core::HRESULT { + unsafe extern "system" fn GetSignedIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut i32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetSignedIntegerValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3242,11 +3058,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetUnsignedLargeIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: u64) -> windows_core::HRESULT { + unsafe extern "system" fn SetUnsignedLargeIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: u64) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetUnsignedLargeIntegerValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&value)).into() } - unsafe extern "system" fn GetUnsignedLargeIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut u64) -> windows_core::HRESULT { + unsafe extern "system" fn GetUnsignedLargeIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut u64) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetUnsignedLargeIntegerValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3256,11 +3072,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetSignedLargeIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: i64) -> windows_core::HRESULT { + unsafe extern "system" fn SetSignedLargeIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: i64) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetSignedLargeIntegerValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&value)).into() } - unsafe extern "system" fn GetSignedLargeIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut i64) -> windows_core::HRESULT { + unsafe extern "system" fn GetSignedLargeIntegerValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut i64) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetSignedLargeIntegerValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3270,11 +3086,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetFloatValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: f32) -> windows_core::HRESULT { + unsafe extern "system" fn SetFloatValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: f32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetFloatValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&value)).into() } - unsafe extern "system" fn GetFloatValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut f32) -> windows_core::HRESULT { + unsafe extern "system" fn GetFloatValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut f32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetFloatValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3284,11 +3100,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetErrorValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: windows_core::HRESULT) -> windows_core::HRESULT { + unsafe extern "system" fn SetErrorValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: windows_core::HRESULT) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetErrorValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&value)).into() } - unsafe extern "system" fn GetErrorValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut windows_core::HRESULT) -> windows_core::HRESULT { + unsafe extern "system" fn GetErrorValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut windows_core::HRESULT) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetErrorValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3298,19 +3114,19 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetKeyValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn SetKeyValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetKeyValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&value)).into() } - unsafe extern "system" fn GetKeyValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn GetKeyValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::GetKeyValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&pvalue)).into() } - unsafe extern "system" fn SetBoolValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: super::super::Foundation::BOOL) -> windows_core::HRESULT { + unsafe extern "system" fn SetBoolValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: super::super::Foundation::BOOL) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetBoolValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&value)).into() } - unsafe extern "system" fn GetBoolValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { + unsafe extern "system" fn GetBoolValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetBoolValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3320,11 +3136,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetIUnknownValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn SetIUnknownValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetIUnknownValue(this, core::mem::transmute_copy(&key), windows_core::from_raw_borrowed(&pvalue)).into() } - unsafe extern "system" fn GetIUnknownValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppvalue: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetIUnknownValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, ppvalue: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetIUnknownValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3334,11 +3150,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetGuidValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, value: *const windows_core::GUID) -> windows_core::HRESULT { + unsafe extern "system" fn SetGuidValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: *const windows_core::GUID) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetGuidValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&value)).into() } - unsafe extern "system" fn GetGuidValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut windows_core::GUID) -> windows_core::HRESULT { + unsafe extern "system" fn GetGuidValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut windows_core::GUID) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetGuidValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3348,19 +3164,19 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetBufferValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *const u8, cbvalue: u32) -> windows_core::HRESULT { + unsafe extern "system" fn SetBufferValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *const u8, cbvalue: u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetBufferValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&pvalue), core::mem::transmute_copy(&cbvalue)).into() } - unsafe extern "system" fn GetBufferValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppvalue: *mut *mut u8, pcbvalue: *mut u32) -> windows_core::HRESULT { + unsafe extern "system" fn GetBufferValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, ppvalue: *mut *mut u8, pcbvalue: *mut u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::GetBufferValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&ppvalue), core::mem::transmute_copy(&pcbvalue)).into() } - unsafe extern "system" fn SetIPortableDeviceValuesValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn SetIPortableDeviceValuesValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetIPortableDeviceValuesValue(this, core::mem::transmute_copy(&key), windows_core::from_raw_borrowed(&pvalue)).into() } - unsafe extern "system" fn GetIPortableDeviceValuesValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppvalue: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetIPortableDeviceValuesValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, ppvalue: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetIPortableDeviceValuesValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3370,11 +3186,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetIPortableDevicePropVariantCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn SetIPortableDevicePropVariantCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetIPortableDevicePropVariantCollectionValue(this, core::mem::transmute_copy(&key), windows_core::from_raw_borrowed(&pvalue)).into() } - unsafe extern "system" fn GetIPortableDevicePropVariantCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppvalue: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetIPortableDevicePropVariantCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, ppvalue: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetIPortableDevicePropVariantCollectionValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3384,11 +3200,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetIPortableDeviceKeyCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn SetIPortableDeviceKeyCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetIPortableDeviceKeyCollectionValue(this, core::mem::transmute_copy(&key), windows_core::from_raw_borrowed(&pvalue)).into() } - unsafe extern "system" fn GetIPortableDeviceKeyCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppvalue: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetIPortableDeviceKeyCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, ppvalue: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetIPortableDeviceKeyCollectionValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3398,11 +3214,11 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetIPortableDeviceValuesCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn SetIPortableDeviceValuesCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::SetIPortableDeviceValuesCollectionValue(this, core::mem::transmute_copy(&key), windows_core::from_raw_borrowed(&pvalue)).into() } - unsafe extern "system" fn GetIPortableDeviceValuesCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, ppvalue: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetIPortableDeviceValuesCollectionValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, ppvalue: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPortableDeviceValues_Impl::GetIPortableDeviceValuesCollectionValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -3412,7 +3228,7 @@ impl IPortableDeviceValues_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn RemoveValue(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn RemoveValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPortableDeviceValues_Impl::RemoveValue(this, core::mem::transmute_copy(&key)).into() } @@ -3914,8 +3730,7 @@ impl IWpdSerializer_Vtbl { } } pub const CLSID_WPD_NAMESPACE_EXTENSION: windows_core::GUID = windows_core::GUID::from_u128(0x35786d3c_b075_49b9_88dd_029876e11c01); -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_MTPBTH_IsConnected: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xea1237fa_589d_4472_84e4_0abe36fd62ef), pid: 2 }; +pub const DEVPKEY_MTPBTH_IsConnected: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xea1237fa_589d_4472_84e4_0abe36fd62ef), pid: 2 }; pub const DEVSVCTYPE_ABSTRACT: u32 = 1u32; pub const DEVSVCTYPE_DEFAULT: u32 = 0u32; pub const DEVSVC_SERVICEINFO_VERSION: u32 = 100u32; @@ -4380,18 +4195,12 @@ pub const TYPE_NotesSvc: u32 = 0u32; pub const TYPE_RingtonesSvc: u32 = 0u32; pub const TYPE_StatusSvc: u32 = 0u32; pub const TYPE_TasksSvc: u32 = 0u32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_HAS_ALBUM_ART: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_HAS_AUDIO_CLIP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_HAS_CONTACT_PHOTO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_HAS_ICON: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_HAS_THUMBNAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPDNSE_OBJECT_OPTIMAL_READ_BLOCK_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 7 }; +pub const WPDNSE_OBJECT_HAS_ALBUM_ART: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 6 }; +pub const WPDNSE_OBJECT_HAS_AUDIO_CLIP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 5 }; +pub const WPDNSE_OBJECT_HAS_CONTACT_PHOTO: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 2 }; +pub const WPDNSE_OBJECT_HAS_ICON: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 4 }; +pub const WPDNSE_OBJECT_HAS_THUMBNAIL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 3 }; +pub const WPDNSE_OBJECT_OPTIMAL_READ_BLOCK_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6), pid: 7 }; pub const WPDNSE_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x34d71409_4b47_4d80_aaac_3a28a4a3b3e6); pub const WPDNSE_PROPSHEET_CONTENT_DETAILS: u32 = 32u32; pub const WPDNSE_PROPSHEET_CONTENT_GENERAL: u32 = 4u32; @@ -4400,37 +4209,22 @@ pub const WPDNSE_PROPSHEET_CONTENT_RESOURCES: u32 = 16u32; pub const WPDNSE_PROPSHEET_DEVICE_GENERAL: u32 = 1u32; pub const WPDNSE_PROPSHEET_STORAGE_GENERAL: u32 = 2u32; pub const WPD_API_OPTIONS_V1: windows_core::GUID = windows_core::GUID::from_u128(0x10e54a3e_052d_4777_a13c_de7614be2bc4); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_API_OPTION_IOCTL_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10e54a3e_052d_4777_a13c_de7614be2bc4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_API_OPTION_USE_CLEAR_DATA_STREAM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10e54a3e_052d_4777_a13c_de7614be2bc4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_ACCEPTED_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_DECLINED_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_LOCATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 3 }; +pub const WPD_API_OPTION_IOCTL_ACCESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10e54a3e_052d_4777_a13c_de7614be2bc4), pid: 3 }; +pub const WPD_API_OPTION_USE_CLEAR_DATA_STREAM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10e54a3e_052d_4777_a13c_de7614be2bc4), pid: 2 }; +pub const WPD_APPOINTMENT_ACCEPTED_ATTENDEES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 10 }; +pub const WPD_APPOINTMENT_DECLINED_ATTENDEES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 13 }; +pub const WPD_APPOINTMENT_LOCATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 3 }; pub const WPD_APPOINTMENT_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_OPTIONAL_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_REQUIRED_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_RESOURCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_TENTATIVE_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_APPOINTMENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_AUDIO_BITRATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_AUDIO_BIT_DEPTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_AUDIO_BLOCK_ALIGNMENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_AUDIO_CHANNEL_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_AUDIO_FORMAT_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 11 }; +pub const WPD_APPOINTMENT_OPTIONAL_ATTENDEES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 9 }; +pub const WPD_APPOINTMENT_REQUIRED_ATTENDEES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 8 }; +pub const WPD_APPOINTMENT_RESOURCES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 11 }; +pub const WPD_APPOINTMENT_TENTATIVE_ATTENDEES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 12 }; +pub const WPD_APPOINTMENT_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf99efd03_431d_40d8_a1c9_4e220d9c88d3), pid: 7 }; +pub const WPD_AUDIO_BITRATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 9 }; +pub const WPD_AUDIO_BIT_DEPTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 12 }; +pub const WPD_AUDIO_BLOCK_ALIGNMENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 13 }; +pub const WPD_AUDIO_CHANNEL_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 10 }; +pub const WPD_AUDIO_FORMAT_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 11 }; pub const WPD_BITRATE_TYPE_DISCRETE: WPD_BITRATE_TYPES = WPD_BITRATE_TYPES(1i32); pub const WPD_BITRATE_TYPE_FREE: WPD_BITRATE_TYPES = WPD_BITRATE_TYPES(3i32); pub const WPD_BITRATE_TYPE_UNUSED: WPD_BITRATE_TYPES = WPD_BITRATE_TYPES(0i32); @@ -4457,50 +4251,31 @@ pub const WPD_CATEGORY_SERVICE_METHODS: windows_core::GUID = windows_core::GUID: pub const WPD_CATEGORY_SMS: windows_core::GUID = windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1); pub const WPD_CATEGORY_STILL_IMAGE_CAPTURE: windows_core::GUID = windows_core::GUID::from_u128(0x4fcd6982_22a2_4b05_a48b_62d38bf27b32); pub const WPD_CATEGORY_STORAGE: windows_core::GUID = windows_core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_DEVICE_IDENTIFICATION_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_DONT_REGISTER_WPD_DEVICE_INTERFACE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_MULTITRANSPORT_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_REGISTER_WPD_PRIVATE_DEVICE_INTERFACE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_SILENCE_AUTOPLAY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x65c160f8_1367_4ce2_939d_8310839f0d30), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_SUPPORTED_CONTENT_TYPES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLASS_EXTENSION_OPTIONS_TRANSPORT_BANDWIDTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 4 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_DEVICE_IDENTIFICATION_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 3 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_DONT_REGISTER_WPD_DEVICE_INTERFACE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 3 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_MULTITRANSPORT_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 2 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_REGISTER_WPD_PRIVATE_DEVICE_INTERFACE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 4 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_SILENCE_AUTOPLAY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x65c160f8_1367_4ce2_939d_8310839f0d30), pid: 2 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_SUPPORTED_CONTENT_TYPES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96), pid: 2 }; +pub const WPD_CLASS_EXTENSION_OPTIONS_TRANSPORT_BANDWIDTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f), pid: 4 }; pub const WPD_CLASS_EXTENSION_OPTIONS_V1: windows_core::GUID = windows_core::GUID::from_u128(0x6309ffef_a87c_4ca7_8434_797576e40a96); pub const WPD_CLASS_EXTENSION_OPTIONS_V2: windows_core::GUID = windows_core::GUID::from_u128(0x3e3595da_4d71_49fe_a0b4_d4406c3ae93f); pub const WPD_CLASS_EXTENSION_OPTIONS_V3: windows_core::GUID = windows_core::GUID::from_u128(0x65c160f8_1367_4ce2_939d_8310839f0d30); pub const WPD_CLASS_EXTENSION_V1: windows_core::GUID = windows_core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051); pub const WPD_CLASS_EXTENSION_V2: windows_core::GUID = windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_DESIRED_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_EVENT_COOKIE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 11 }; +pub const WPD_CLIENT_DESIRED_ACCESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 9 }; +pub const WPD_CLIENT_EVENT_COOKIE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 11 }; pub const WPD_CLIENT_INFORMATION_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_MAJOR_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_MANUAL_CLOSE_ON_DISCONNECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_MINIMUM_RESULTS_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_MINOR_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_REVISION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_SECURITY_QUALITY_OF_SERVICE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_SHARE_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_WMDRM_APPLICATION_CERTIFICATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CLIENT_WMDRM_APPLICATION_PRIVATE_KEY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 6 }; +pub const WPD_CLIENT_MAJOR_VERSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 3 }; +pub const WPD_CLIENT_MANUAL_CLOSE_ON_DISCONNECT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 13 }; +pub const WPD_CLIENT_MINIMUM_RESULTS_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 12 }; +pub const WPD_CLIENT_MINOR_VERSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 4 }; +pub const WPD_CLIENT_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 2 }; +pub const WPD_CLIENT_REVISION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 5 }; +pub const WPD_CLIENT_SECURITY_QUALITY_OF_SERVICE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 8 }; +pub const WPD_CLIENT_SHARE_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 10 }; +pub const WPD_CLIENT_WMDRM_APPLICATION_CERTIFICATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 7 }; +pub const WPD_CLIENT_WMDRM_APPLICATION_PRIVATE_KEY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x204d9f0c_2292_4080_9f42_40664e70f859), pid: 6 }; pub const WPD_COLOR_CORRECTED_STATUS_CORRECTED: WPD_COLOR_CORRECTED_STATUS_VALUES = WPD_COLOR_CORRECTED_STATUS_VALUES(1i32); pub const WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED: WPD_COLOR_CORRECTED_STATUS_VALUES = WPD_COLOR_CORRECTED_STATUS_VALUES(0i32); pub const WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED: WPD_COLOR_CORRECTED_STATUS_VALUES = WPD_COLOR_CORRECTED_STATUS_VALUES(2i32); @@ -4509,330 +4284,169 @@ pub const WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_FILE_ACCESS: WPD_COMMAND_ACCESS_ pub const WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_STGM_ACCESS: WPD_COMMAND_ACCESS_TYPES = WPD_COMMAND_ACCESS_TYPES(4i32); pub const WPD_COMMAND_ACCESS_READ: WPD_COMMAND_ACCESS_TYPES = WPD_COMMAND_ACCESS_TYPES(1i32); pub const WPD_COMMAND_ACCESS_READWRITE: WPD_COMMAND_ACCESS_TYPES = WPD_COMMAND_ACCESS_TYPES(3i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_EVENT_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_FIXED_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_FUNCTIONAL_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_CONTENT_TYPES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FUNCTIONAL_CATEGORIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CLASS_EXTENSION_REGISTER_SERVICE_INTERFACES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CLASS_EXTENSION_UNREGISTER_SERVICE_INTERFACES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_CLASS_EXTENSION_WRITE_DEVICE_INFORMATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_COMMIT_KEYPAIR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_COMMON_GET_OBJECT_IDS_FROM_PERSISTENT_UNIQUE_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_COMMON_RESET_DEVICE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_COMMON_SAVE_CLIENT_INFORMATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_DEVICE_HINTS_GET_CONTENT_LOCATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_GENERATE_KEYPAIR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MEDIA_CAPTURE_PAUSE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MEDIA_CAPTURE_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MEDIA_CAPTURE_STOP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_END_DATA_TRANSFER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITHOUT_DATA_PHASE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_READ_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_MTP_EXT_WRITE_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_ENUMERATION_END_FIND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_ENUMERATION_FIND_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_ENUMERATION_START_FIND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_COMMIT_OBJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_COPY_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_AND_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_ONLY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_DELETE_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_MOVE_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_REVERT_OBJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_UPDATE_OBJECT_WITH_PROPERTIES_AND_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_MANAGEMENT_WRITE_OBJECT_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_END: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_END: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_END: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_GET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_ALL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_PROPERTIES_SET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_CLOSE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_COMMIT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_CREATE_RESOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_GET_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_GET_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_OPEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_REVERT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_SEEK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_SEEK_IN_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_OBJECT_RESOURCES_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_PROCESS_WIRELESS_PROFILE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_PARAMETER_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_RENDERING_PROFILES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_INHERITED_SERVICES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_PARAMETER_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS_BY_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_COMMON_GET_SERVICE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x322f071d_36ef_477f_b4b5_6f52d734baee), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_METHODS_CANCEL_INVOKE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_METHODS_END_INVOKE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SERVICE_METHODS_START_INVOKE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_SMS_SEND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_STILL_IMAGE_CAPTURE_INITIATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fcd6982_22a2_4b05_a48b_62d38bf27b32), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_STORAGE_EJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMAND_STORAGE_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_BODY_TEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_END_DATETIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_NOTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 7 }; +pub const WPD_COMMAND_CAPABILITIES_GET_COMMAND_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 3 }; +pub const WPD_COMMAND_CAPABILITIES_GET_EVENT_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 11 }; +pub const WPD_COMMAND_CAPABILITIES_GET_FIXED_PROPERTY_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 9 }; +pub const WPD_COMMAND_CAPABILITIES_GET_FUNCTIONAL_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 5 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_COMMANDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 2 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_CONTENT_TYPES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 6 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_EVENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 10 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMATS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 7 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 8 }; +pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FUNCTIONAL_CATEGORIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 4 }; +pub const WPD_COMMAND_CLASS_EXTENSION_REGISTER_SERVICE_INTERFACES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 2 }; +pub const WPD_COMMAND_CLASS_EXTENSION_UNREGISTER_SERVICE_INTERFACES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 3 }; +pub const WPD_COMMAND_CLASS_EXTENSION_WRITE_DEVICE_INFORMATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 2 }; +pub const WPD_COMMAND_COMMIT_KEYPAIR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 3 }; +pub const WPD_COMMAND_COMMON_GET_OBJECT_IDS_FROM_PERSISTENT_UNIQUE_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 3 }; +pub const WPD_COMMAND_COMMON_RESET_DEVICE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 2 }; +pub const WPD_COMMAND_COMMON_SAVE_CLIENT_INFORMATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 4 }; +pub const WPD_COMMAND_DEVICE_HINTS_GET_CONTENT_LOCATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 2 }; +pub const WPD_COMMAND_GENERATE_KEYPAIR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 2 }; +pub const WPD_COMMAND_MEDIA_CAPTURE_PAUSE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 4 }; +pub const WPD_COMMAND_MEDIA_CAPTURE_START: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 2 }; +pub const WPD_COMMAND_MEDIA_CAPTURE_STOP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59b433ba_fe44_4d8d_808c_6bcb9b0f15e8), pid: 3 }; +pub const WPD_COMMAND_MTP_EXT_END_DATA_TRANSFER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 17 }; +pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITHOUT_DATA_PHASE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 12 }; +pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 13 }; +pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 14 }; +pub const WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 11 }; +pub const WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 18 }; +pub const WPD_COMMAND_MTP_EXT_READ_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 15 }; +pub const WPD_COMMAND_MTP_EXT_WRITE_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 16 }; +pub const WPD_COMMAND_OBJECT_ENUMERATION_END_FIND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 4 }; +pub const WPD_COMMAND_OBJECT_ENUMERATION_FIND_NEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 3 }; +pub const WPD_COMMAND_OBJECT_ENUMERATION_START_FIND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 2 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_COMMIT_OBJECT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 5 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_COPY_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 9 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_AND_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 3 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_ONLY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 2 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_DELETE_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 7 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_MOVE_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 8 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_REVERT_OBJECT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 6 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_UPDATE_OBJECT_WITH_PROPERTIES_AND_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 10 }; +pub const WPD_COMMAND_OBJECT_MANAGEMENT_WRITE_OBJECT_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 4 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_END: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 7 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_NEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 6 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_START: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 5 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_END: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 4 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_NEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 3 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_START: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 2 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_END: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 10 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_NEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 9 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_START: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 8 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_DELETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 7 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_GET: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 4 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_ALL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 6 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 3 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 2 }; +pub const WPD_COMMAND_OBJECT_PROPERTIES_SET: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 5 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_CLOSE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 7 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_COMMIT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 12 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_CREATE_RESOURCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 9 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_DELETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 8 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_GET_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 3 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_GET_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 2 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_OPEN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 4 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_REVERT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 10 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_SEEK: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 11 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_SEEK_IN_UNITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 13 }; +pub const WPD_COMMAND_OBJECT_RESOURCES_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 6 }; +pub const WPD_COMMAND_PROCESS_WIRELESS_PROFILE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 4 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_COMMAND_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 16 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 11 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_PARAMETER_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 12 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 7 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_PROPERTY_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 9 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_RENDERING_PROFILES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 14 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_INHERITED_SERVICES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 13 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 4 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_PARAMETER_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 5 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_COMMANDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 15 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_EVENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 10 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMATS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 6 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 8 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 2 }; +pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS_BY_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 3 }; +pub const WPD_COMMAND_SERVICE_COMMON_GET_SERVICE_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x322f071d_36ef_477f_b4b5_6f52d734baee), pid: 2 }; +pub const WPD_COMMAND_SERVICE_METHODS_CANCEL_INVOKE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 3 }; +pub const WPD_COMMAND_SERVICE_METHODS_END_INVOKE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 4 }; +pub const WPD_COMMAND_SERVICE_METHODS_START_INVOKE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 2 }; +pub const WPD_COMMAND_SMS_SEND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 2 }; +pub const WPD_COMMAND_STILL_IMAGE_CAPTURE_INITIATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fcd6982_22a2_4b05_a48b_62d38bf27b32), pid: 2 }; +pub const WPD_COMMAND_STORAGE_EJECT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 4 }; +pub const WPD_COMMAND_STORAGE_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 2 }; +pub const WPD_COMMON_INFORMATION_BODY_TEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 3 }; +pub const WPD_COMMON_INFORMATION_END_DATETIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 6 }; +pub const WPD_COMMON_INFORMATION_NOTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 7 }; pub const WPD_COMMON_INFORMATION_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_PRIORITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_START_DATETIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_COMMON_INFORMATION_SUBJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_ANNIVERSARY_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 62 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_ASSISTANT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 61 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BIRTHDATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 57 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_EMAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_EMAIL2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 35 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_FAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 45 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_FULL_POSTAL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 40 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_PHONE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 41 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_COUNTRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_POSTAL_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_BUSINESS_WEB_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 50 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_CHILDREN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 60 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_COMPANY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 54 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_DISPLAY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_FIRST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_INSTANT_MESSENGER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 51 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_INSTANT_MESSENGER2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 52 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_INSTANT_MESSENGER3: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 53 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_LAST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_MIDDLE_NAMES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_MOBILE_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 42 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_MOBILE_PHONE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 43 }; +pub const WPD_COMMON_INFORMATION_PRIORITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 4 }; +pub const WPD_COMMON_INFORMATION_START_DATETIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 5 }; +pub const WPD_COMMON_INFORMATION_SUBJECT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb28ae94b_05a4_4e8e_be01_72cc7e099d8f), pid: 2 }; +pub const WPD_CONTACT_ANNIVERSARY_DATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 62 }; +pub const WPD_CONTACT_ASSISTANT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 61 }; +pub const WPD_CONTACT_BIRTHDATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 57 }; +pub const WPD_CONTACT_BUSINESS_EMAIL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 34 }; +pub const WPD_CONTACT_BUSINESS_EMAIL2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 35 }; +pub const WPD_CONTACT_BUSINESS_FAX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 45 }; +pub const WPD_CONTACT_BUSINESS_FULL_POSTAL_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 17 }; +pub const WPD_CONTACT_BUSINESS_PHONE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 40 }; +pub const WPD_CONTACT_BUSINESS_PHONE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 41 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_CITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 20 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_COUNTRY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 23 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 18 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 19 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_POSTAL_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 22 }; +pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_REGION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 21 }; +pub const WPD_CONTACT_BUSINESS_WEB_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 50 }; +pub const WPD_CONTACT_CHILDREN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 60 }; +pub const WPD_CONTACT_COMPANY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 54 }; +pub const WPD_CONTACT_DISPLAY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 2 }; +pub const WPD_CONTACT_FIRST_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 3 }; +pub const WPD_CONTACT_INSTANT_MESSENGER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 51 }; +pub const WPD_CONTACT_INSTANT_MESSENGER2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 52 }; +pub const WPD_CONTACT_INSTANT_MESSENGER3: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 53 }; +pub const WPD_CONTACT_LAST_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 5 }; +pub const WPD_CONTACT_MIDDLE_NAMES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 4 }; +pub const WPD_CONTACT_MOBILE_PHONE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 42 }; +pub const WPD_CONTACT_MOBILE_PHONE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 43 }; pub const WPD_CONTACT_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_EMAILS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 36 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_FULL_POSTAL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_PHONES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 47 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_COUNTRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PAGER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 46 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_EMAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_EMAIL2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_FAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 44 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_FULL_POSTAL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 38 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_PHONE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 39 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_COUNTRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_POSTAL_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PERSONAL_WEB_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 49 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PHONETIC_COMPANY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 55 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PHONETIC_FIRST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PHONETIC_LAST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PREFIX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PRIMARY_EMAIL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PRIMARY_FAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 58 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PRIMARY_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_PRIMARY_WEB_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 48 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_RINGTONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 63 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_ROLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 56 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_SPOUSE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 59 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_CONTACT_SUFFIX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 7 }; +pub const WPD_CONTACT_OTHER_EMAILS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 36 }; +pub const WPD_CONTACT_OTHER_FULL_POSTAL_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 24 }; +pub const WPD_CONTACT_OTHER_PHONES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 47 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_CITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 27 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 25 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 26 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 29 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_COUNTRY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 30 }; +pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_REGION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 28 }; +pub const WPD_CONTACT_PAGER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 46 }; +pub const WPD_CONTACT_PERSONAL_EMAIL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 32 }; +pub const WPD_CONTACT_PERSONAL_EMAIL2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 33 }; +pub const WPD_CONTACT_PERSONAL_FAX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 44 }; +pub const WPD_CONTACT_PERSONAL_FULL_POSTAL_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 10 }; +pub const WPD_CONTACT_PERSONAL_PHONE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 38 }; +pub const WPD_CONTACT_PERSONAL_PHONE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 39 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_CITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 13 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_COUNTRY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 16 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 11 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 12 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_POSTAL_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 15 }; +pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_REGION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 14 }; +pub const WPD_CONTACT_PERSONAL_WEB_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 49 }; +pub const WPD_CONTACT_PHONETIC_COMPANY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 55 }; +pub const WPD_CONTACT_PHONETIC_FIRST_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 8 }; +pub const WPD_CONTACT_PHONETIC_LAST_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 9 }; +pub const WPD_CONTACT_PREFIX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 6 }; +pub const WPD_CONTACT_PRIMARY_EMAIL_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 31 }; +pub const WPD_CONTACT_PRIMARY_FAX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 58 }; +pub const WPD_CONTACT_PRIMARY_PHONE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 37 }; +pub const WPD_CONTACT_PRIMARY_WEB_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 48 }; +pub const WPD_CONTACT_RINGTONE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 63 }; +pub const WPD_CONTACT_ROLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 56 }; +pub const WPD_CONTACT_SPOUSE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 59 }; +pub const WPD_CONTACT_SUFFIX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfbd4fdab_987d_4777_b3f9_726185a9312b), pid: 7 }; pub const WPD_CONTENT_TYPE_ALL: windows_core::GUID = windows_core::GUID::from_u128(0x80e170d2_1055_4a3e_b952_82cc4f8a8689); pub const WPD_CONTENT_TYPE_APPOINTMENT: windows_core::GUID = windows_core::GUID::from_u128(0x0fed060e_8793_4b1e_90c9_48ac389ac631); pub const WPD_CONTENT_TYPE_AUDIO: windows_core::GUID = windows_core::GUID::from_u128(0x4ad2c85e_5e2d_45e5_8864_4f229e3c6cf0); @@ -4866,52 +4480,33 @@ pub const WPD_CONTROL_FUNCTION_GENERIC_MESSAGE: u32 = 66u32; pub const WPD_CROPPED_STATUS_CROPPED: WPD_CROPPED_STATUS_VALUES = WPD_CROPPED_STATUS_VALUES(1i32); pub const WPD_CROPPED_STATUS_NOT_CROPPED: WPD_CROPPED_STATUS_VALUES = WPD_CROPPED_STATUS_VALUES(0i32); pub const WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED: WPD_CROPPED_STATUS_VALUES = WPD_CROPPED_STATUS_VALUES(2i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_DATETIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_EDP_IDENTITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6c2b878c_c2ec_490d_b425_d7a75e23e5ed), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_FIRMWARE_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_FRIENDLY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_FUNCTIONAL_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_MANUFACTURER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_MODEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_MODEL_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_NETWORK_IDENTIFIER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 16 }; +pub const WPD_DEVICE_DATETIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 11 }; +pub const WPD_DEVICE_EDP_IDENTITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6c2b878c_c2ec_490d_b425_d7a75e23e5ed), pid: 1 }; +pub const WPD_DEVICE_FIRMWARE_VERSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 3 }; +pub const WPD_DEVICE_FRIENDLY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 12 }; +pub const WPD_DEVICE_FUNCTIONAL_UNIQUE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 2 }; +pub const WPD_DEVICE_MANUFACTURER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 7 }; +pub const WPD_DEVICE_MODEL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 8 }; +pub const WPD_DEVICE_MODEL_UNIQUE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 3 }; +pub const WPD_DEVICE_NETWORK_IDENTIFIER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 16 }; pub const WPD_DEVICE_OBJECT_ID: windows_core::PCWSTR = windows_core::w!("DEVICE"); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_POWER_LEVEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_POWER_SOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 5 }; +pub const WPD_DEVICE_POWER_LEVEL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 4 }; +pub const WPD_DEVICE_POWER_SOURCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 5 }; pub const WPD_DEVICE_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc); pub const WPD_DEVICE_PROPERTIES_V2: windows_core::GUID = windows_core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799); pub const WPD_DEVICE_PROPERTIES_V3: windows_core::GUID = windows_core::GUID::from_u128(0x6c2b878c_c2ec_490d_b425_d7a75e23e5ed); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_PROTOCOL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_SERIAL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_SUPPORTED_DRM_SCHEMES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_SUPPORTED_FORMATS_ARE_ORDERED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_SUPPORTS_NON_CONSUMABLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_SYNC_PARTNER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_TRANSPORT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 4 }; +pub const WPD_DEVICE_PROTOCOL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 6 }; +pub const WPD_DEVICE_SERIAL_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 9 }; +pub const WPD_DEVICE_SUPPORTED_DRM_SCHEMES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 13 }; +pub const WPD_DEVICE_SUPPORTED_FORMATS_ARE_ORDERED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 14 }; +pub const WPD_DEVICE_SUPPORTS_NON_CONSUMABLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 10 }; +pub const WPD_DEVICE_SYNC_PARTNER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 2 }; +pub const WPD_DEVICE_TRANSPORT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 4 }; pub const WPD_DEVICE_TRANSPORT_BLUETOOTH: WPD_DEVICE_TRANSPORTS = WPD_DEVICE_TRANSPORTS(3i32); pub const WPD_DEVICE_TRANSPORT_IP: WPD_DEVICE_TRANSPORTS = WPD_DEVICE_TRANSPORTS(2i32); pub const WPD_DEVICE_TRANSPORT_UNSPECIFIED: WPD_DEVICE_TRANSPORTS = WPD_DEVICE_TRANSPORTS(0i32); pub const WPD_DEVICE_TRANSPORT_USB: WPD_DEVICE_TRANSPORTS = WPD_DEVICE_TRANSPORTS(1i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 15 }; +pub const WPD_DEVICE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26d4979a_e643_4626_9e2b_736dc0c92fdc), pid: 15 }; pub const WPD_DEVICE_TYPE_AUDIO_RECORDER: WPD_DEVICE_TYPES = WPD_DEVICE_TYPES(6i32); pub const WPD_DEVICE_TYPE_CAMERA: WPD_DEVICE_TYPES = WPD_DEVICE_TYPES(1i32); pub const WPD_DEVICE_TYPE_GENERIC: WPD_DEVICE_TYPES = WPD_DEVICE_TYPES(0i32); @@ -4919,35 +4514,24 @@ pub const WPD_DEVICE_TYPE_MEDIA_PLAYER: WPD_DEVICE_TYPES = WPD_DEVICE_TYPES(2i32 pub const WPD_DEVICE_TYPE_PERSONAL_INFORMATION_MANAGER: WPD_DEVICE_TYPES = WPD_DEVICE_TYPES(5i32); pub const WPD_DEVICE_TYPE_PHONE: WPD_DEVICE_TYPES = WPD_DEVICE_TYPES(3i32); pub const WPD_DEVICE_TYPE_VIDEO: WPD_DEVICE_TYPES = WPD_DEVICE_TYPES(4i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_DEVICE_USE_DEVICE_STAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 5 }; +pub const WPD_DEVICE_USE_DEVICE_STAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x463dd662_7fc4_4291_911c_7f4c9cca9799), pid: 5 }; pub const WPD_DOCUMENT_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x0b110203_eb95_4f02_93e0_97c631493ad5); pub const WPD_EFFECT_MODE_BLACK_AND_WHITE: WPD_EFFECT_MODES = WPD_EFFECT_MODES(2i32); pub const WPD_EFFECT_MODE_COLOR: WPD_EFFECT_MODES = WPD_EFFECT_MODES(1i32); pub const WPD_EFFECT_MODE_SEPIA: WPD_EFFECT_MODES = WPD_EFFECT_MODES(3i32); pub const WPD_EFFECT_MODE_UNDEFINED: WPD_EFFECT_MODES = WPD_EFFECT_MODES(0i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_BCC_LINE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_CC_LINE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_HAS_ATTACHMENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_HAS_BEEN_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 7 }; +pub const WPD_EMAIL_BCC_LINE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 4 }; +pub const WPD_EMAIL_CC_LINE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 3 }; +pub const WPD_EMAIL_HAS_ATTACHMENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 9 }; +pub const WPD_EMAIL_HAS_BEEN_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 7 }; pub const WPD_EMAIL_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_RECEIVED_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_SENDER_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EMAIL_TO_LINE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 2 }; +pub const WPD_EMAIL_RECEIVED_TIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 8 }; +pub const WPD_EMAIL_SENDER_ADDRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 10 }; +pub const WPD_EMAIL_TO_LINE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41f8f65a_5484_4782_b13d_4740dd7c37c5), pid: 2 }; pub const WPD_EVENT_ATTRIBUTES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_ATTRIBUTE_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_ATTRIBUTE_PARAMETERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 3 }; +pub const WPD_EVENT_ATTRIBUTE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 2 }; +pub const WPD_EVENT_ATTRIBUTE_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 4 }; +pub const WPD_EVENT_ATTRIBUTE_PARAMETERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10c96578_2e81_4111_adde_e08ca6138f6d), pid: 3 }; pub const WPD_EVENT_DEVICE_CAPABILITIES_UPDATED: windows_core::GUID = windows_core::GUID::from_u128(0x36885aa1_cd54_4daa_b3d0_afb3e03f5999); pub const WPD_EVENT_DEVICE_REMOVED: windows_core::GUID = windows_core::GUID::from_u128(0xe4cbca1b_6918_48b9_85ee_02be7c850af9); pub const WPD_EVENT_DEVICE_RESET: windows_core::GUID = windows_core::GUID::from_u128(0x7755cf53_c1ed_44f3_b5a2_451e2c376b27); @@ -4958,26 +4542,16 @@ pub const WPD_EVENT_OBJECT_REMOVED: windows_core::GUID = windows_core::GUID::fro pub const WPD_EVENT_OBJECT_TRANSFER_REQUESTED: windows_core::GUID = windows_core::GUID::from_u128(0x8d16a0a1_f2c6_41da_8f19_5e53721adbf2); pub const WPD_EVENT_OBJECT_UPDATED: windows_core::GUID = windows_core::GUID::from_u128(0x1445a759_2e01_485d_9f27_ff07dae697ab); pub const WPD_EVENT_OPTIONS_V1: windows_core::GUID = windows_core::GUID::from_u128(0xb3d8dad7_a361_4b83_8a48_5b02ce10713b); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_OPTION_IS_AUTOPLAY_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3d8dad7_a361_4b83_8a48_5b02ce10713b), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_OPTION_IS_BROADCAST_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3d8dad7_a361_4b83_8a48_5b02ce10713b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_CHILD_HIERARCHY_CHANGED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_EVENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_OBJECT_CREATION_COOKIE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_OBJECT_PARENT_PERSISTENT_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_OPERATION_PROGRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_OPERATION_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_PNP_DEVICE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_EVENT_PARAMETER_SERVICE_METHOD_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x52807b8a_4914_4323_9b9a_74f654b2b846), pid: 2 }; +pub const WPD_EVENT_OPTION_IS_AUTOPLAY_EVENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3d8dad7_a361_4b83_8a48_5b02ce10713b), pid: 3 }; +pub const WPD_EVENT_OPTION_IS_BROADCAST_EVENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3d8dad7_a361_4b83_8a48_5b02ce10713b), pid: 2 }; +pub const WPD_EVENT_PARAMETER_CHILD_HIERARCHY_CHANGED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 8 }; +pub const WPD_EVENT_PARAMETER_EVENT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 3 }; +pub const WPD_EVENT_PARAMETER_OBJECT_CREATION_COOKIE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 7 }; +pub const WPD_EVENT_PARAMETER_OBJECT_PARENT_PERSISTENT_UNIQUE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 6 }; +pub const WPD_EVENT_PARAMETER_OPERATION_PROGRESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 5 }; +pub const WPD_EVENT_PARAMETER_OPERATION_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 4 }; +pub const WPD_EVENT_PARAMETER_PNP_DEVICE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0), pid: 2 }; +pub const WPD_EVENT_PARAMETER_SERVICE_METHOD_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x52807b8a_4914_4323_9b9a_74f654b2b846), pid: 2 }; pub const WPD_EVENT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x15ab1953_f817_4fef_a921_5676e838f6e0); pub const WPD_EVENT_PROPERTIES_V2: windows_core::GUID = windows_core::GUID::from_u128(0x52807b8a_4914_4323_9b9a_74f654b2b846); pub const WPD_EVENT_SERVICE_METHOD_COMPLETE: windows_core::GUID = windows_core::GUID::from_u128(0x8a33f5f8_0acc_4d9b_9cc4_112d353b86ca); @@ -5009,14 +4583,11 @@ pub const WPD_FOCUS_METERING_MODE_CENTER_SPOT: WPD_FOCUS_METERING_MODES = WPD_FO pub const WPD_FOCUS_METERING_MODE_MULTI_SPOT: WPD_FOCUS_METERING_MODES = WPD_FOCUS_METERING_MODES(2i32); pub const WPD_FOCUS_METERING_MODE_UNDEFINED: WPD_FOCUS_METERING_MODES = WPD_FOCUS_METERING_MODES(0i32); pub const WPD_FOCUS_UNDEFINED: WPD_FOCUS_MODES = WPD_FOCUS_MODES(0i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_FOLDER_CONTENT_TYPES_ALLOWED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7e9a7abf_e568_4b34_aa2f_13bb12ab177d), pid: 2 }; +pub const WPD_FOLDER_CONTENT_TYPES_ALLOWED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7e9a7abf_e568_4b34_aa2f_13bb12ab177d), pid: 2 }; pub const WPD_FOLDER_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x7e9a7abf_e568_4b34_aa2f_13bb12ab177d); pub const WPD_FORMAT_ATTRIBUTES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xa0a02000_bcaf_4be8_b3f5_233f231cf58f); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_FORMAT_ATTRIBUTE_MIMETYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0a02000_bcaf_4be8_b3f5_233f231cf58f), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_FORMAT_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0a02000_bcaf_4be8_b3f5_233f231cf58f), pid: 2 }; +pub const WPD_FORMAT_ATTRIBUTE_MIMETYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0a02000_bcaf_4be8_b3f5_233f231cf58f), pid: 3 }; +pub const WPD_FORMAT_ATTRIBUTE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0a02000_bcaf_4be8_b3f5_233f231cf58f), pid: 2 }; pub const WPD_FUNCTIONAL_CATEGORY_ALL: windows_core::GUID = windows_core::GUID::from_u128(0x2d8a6512_a74c_448e_ba8a_f4ac07c49399); pub const WPD_FUNCTIONAL_CATEGORY_AUDIO_CAPTURE: windows_core::GUID = windows_core::GUID::from_u128(0x3f2a1919_c7c2_4a00_855d_f57cf06debbb); pub const WPD_FUNCTIONAL_CATEGORY_DEVICE: windows_core::GUID = windows_core::GUID::from_u128(0x08ea466b_e3a4_4336_a1f3_a44d2b5c438c); @@ -5026,105 +4597,57 @@ pub const WPD_FUNCTIONAL_CATEGORY_SMS: windows_core::GUID = windows_core::GUID:: pub const WPD_FUNCTIONAL_CATEGORY_STILL_IMAGE_CAPTURE: windows_core::GUID = windows_core::GUID::from_u128(0x613ca327_ab93_4900_b4fa_895bb5874b79); pub const WPD_FUNCTIONAL_CATEGORY_STORAGE: windows_core::GUID = windows_core::GUID::from_u128(0x23f05bbc_15de_4c2a_a55b_a9af5ce412ef); pub const WPD_FUNCTIONAL_CATEGORY_VIDEO_CAPTURE: windows_core::GUID = windows_core::GUID::from_u128(0xe23e5f6b_7243_43aa_8df1_0eb3d968a918); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_FUNCTIONAL_OBJECT_CATEGORY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8f052d93_abca_4fc5_a5ac_b01df4dbe598), pid: 2 }; +pub const WPD_FUNCTIONAL_OBJECT_CATEGORY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8f052d93_abca_4fc5_a5ac_b01df4dbe598), pid: 2 }; pub const WPD_FUNCTIONAL_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x8f052d93_abca_4fc5_a5ac_b01df4dbe598); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_BITDEPTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_COLOR_CORRECTED_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_CROPPED_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_EXPOSURE_INDEX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_EXPOSURE_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_FNUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_HORIZONTAL_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 9 }; +pub const WPD_IMAGE_BITDEPTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 3 }; +pub const WPD_IMAGE_COLOR_CORRECTED_STATUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 5 }; +pub const WPD_IMAGE_CROPPED_STATUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 4 }; +pub const WPD_IMAGE_EXPOSURE_INDEX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 8 }; +pub const WPD_IMAGE_EXPOSURE_TIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 7 }; +pub const WPD_IMAGE_FNUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 6 }; +pub const WPD_IMAGE_HORIZONTAL_RESOLUTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 9 }; pub const WPD_IMAGE_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_IMAGE_VERTICAL_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_ALBUM_ARTIST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_ARTIST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_AUDIO_ENCODING_PROFILE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 49 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_BITRATE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_BUY_NOW: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_BYTE_BOOKMARK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 36 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_COMPOSER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_COPYRIGHT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_DESTINATION_URL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_DURATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_EFFECTIVE_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_ENCODING_PROFILE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_GENRE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_GUID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 38 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_HEIGHT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_LAST_ACCESSED_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_LAST_BUILD_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 35 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_MANAGING_EDITOR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_META_GENRE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_OBJECT_BOOKMARK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_OWNER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_PARENTAL_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 9 }; +pub const WPD_IMAGE_VERTICAL_RESOLUTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63d64908_9fa1_479f_85ba_9952216447db), pid: 10 }; +pub const WPD_MEDIA_ALBUM_ARTIST: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 25 }; +pub const WPD_MEDIA_ARTIST: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 24 }; +pub const WPD_MEDIA_AUDIO_ENCODING_PROFILE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 49 }; +pub const WPD_MEDIA_BITRATE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 3 }; +pub const WPD_MEDIA_BUY_NOW: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 20 }; +pub const WPD_MEDIA_BYTE_BOOKMARK: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 36 }; +pub const WPD_MEDIA_COMPOSER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 11 }; +pub const WPD_MEDIA_COPYRIGHT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 4 }; +pub const WPD_MEDIA_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 31 }; +pub const WPD_MEDIA_DESTINATION_URL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 30 }; +pub const WPD_MEDIA_DURATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 19 }; +pub const WPD_MEDIA_EFFECTIVE_RATING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 12 }; +pub const WPD_MEDIA_ENCODING_PROFILE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 21 }; +pub const WPD_MEDIA_GENRE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 32 }; +pub const WPD_MEDIA_GUID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 38 }; +pub const WPD_MEDIA_HEIGHT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 23 }; +pub const WPD_MEDIA_LAST_ACCESSED_TIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 8 }; +pub const WPD_MEDIA_LAST_BUILD_DATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 35 }; +pub const WPD_MEDIA_MANAGING_EDITOR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 27 }; +pub const WPD_MEDIA_META_GENRE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 10 }; +pub const WPD_MEDIA_OBJECT_BOOKMARK: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 34 }; +pub const WPD_MEDIA_OWNER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 26 }; +pub const WPD_MEDIA_PARENTAL_RATING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 9 }; pub const WPD_MEDIA_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_RELEASE_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SAMPLE_RATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SKIP_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SOURCE_URL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_STAR_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SUBSCRIPTION_CONTENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SUB_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 39 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_SUB_TITLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_TIME_BOOKMARK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_TIME_TO_LIVE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_TITLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_TOTAL_BITRATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_USER_EFFECTIVE_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_USE_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_WEBMASTER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MEDIA_WIDTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 22 }; +pub const WPD_MEDIA_RELEASE_DATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 14 }; +pub const WPD_MEDIA_SAMPLE_RATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 15 }; +pub const WPD_MEDIA_SKIP_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 7 }; +pub const WPD_MEDIA_SOURCE_URL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 29 }; +pub const WPD_MEDIA_STAR_RATING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 16 }; +pub const WPD_MEDIA_SUBSCRIPTION_CONTENT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 5 }; +pub const WPD_MEDIA_SUB_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 39 }; +pub const WPD_MEDIA_SUB_TITLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 13 }; +pub const WPD_MEDIA_TIME_BOOKMARK: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 33 }; +pub const WPD_MEDIA_TIME_TO_LIVE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 37 }; +pub const WPD_MEDIA_TITLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 18 }; +pub const WPD_MEDIA_TOTAL_BITRATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 2 }; +pub const WPD_MEDIA_USER_EFFECTIVE_RATING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 17 }; +pub const WPD_MEDIA_USE_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 6 }; +pub const WPD_MEDIA_WEBMASTER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 28 }; +pub const WPD_MEDIA_WIDTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ed8ba05_0ad3_42dc_b0d0_bc95ac396ac8), pid: 22 }; pub const WPD_MEMO_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x5ffbfc7b_7483_41ad_afb9_da3f4e592b8d); pub const WPD_META_GENRE_AUDIO_PODCAST: WPD_META_GENRES = WPD_META_GENRES(64i32); pub const WPD_META_GENRE_FEATURE_FILM_VIDEO_FILE: WPD_META_GENRES = WPD_META_GENRES(37i32); @@ -5146,44 +4669,26 @@ pub const WPD_META_GENRE_TRAINING_EDUCATIONAL_VIDEO_FILE: WPD_META_GENRES = WPD_ pub const WPD_META_GENRE_UNUSED: WPD_META_GENRES = WPD_META_GENRES(0i32); pub const WPD_META_GENRE_VIDEO_PODCAST: WPD_META_GENRES = WPD_META_GENRES(65i32); pub const WPD_METHOD_ATTRIBUTES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_METHOD_ATTRIBUTE_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_METHOD_ATTRIBUTE_ASSOCIATED_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_METHOD_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_METHOD_ATTRIBUTE_PARAMETERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MUSIC_ALBUM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MUSIC_LYRICS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MUSIC_MOOD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 8 }; +pub const WPD_METHOD_ATTRIBUTE_ACCESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 4 }; +pub const WPD_METHOD_ATTRIBUTE_ASSOCIATED_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 3 }; +pub const WPD_METHOD_ATTRIBUTE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 2 }; +pub const WPD_METHOD_ATTRIBUTE_PARAMETERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf17a5071_f039_44af_8efe_432cf32e432a), pid: 5 }; +pub const WPD_MUSIC_ALBUM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 3 }; +pub const WPD_MUSIC_LYRICS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 6 }; +pub const WPD_MUSIC_MOOD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 8 }; pub const WPD_MUSIC_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_MUSIC_TRACK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_NETWORK_ASSOCIATION_HOST_NETWORK_IDENTIFIERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4c93c1f_b203_43f1_a100_5a07d11b0274), pid: 2 }; +pub const WPD_MUSIC_TRACK: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb324f56a_dc5d_46e5_b6df_d2ea414888c6), pid: 4 }; +pub const WPD_NETWORK_ASSOCIATION_HOST_NETWORK_IDENTIFIERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4c93c1f_b203_43f1_a100_5a07d11b0274), pid: 2 }; pub const WPD_NETWORK_ASSOCIATION_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xe4c93c1f_b203_43f1_a100_5a07d11b0274); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_NETWORK_ASSOCIATION_X509V3SEQUENCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4c93c1f_b203_43f1_a100_5a07d11b0274), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_BACK_REFERENCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_CAN_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_CONTAINER_FUNCTIONAL_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_CONTENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_DATE_AUTHORED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_DATE_CREATED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_DATE_MODIFIED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 6 }; +pub const WPD_NETWORK_ASSOCIATION_X509V3SEQUENCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4c93c1f_b203_43f1_a100_5a07d11b0274), pid: 3 }; +pub const WPD_OBJECT_BACK_REFERENCES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 21 }; +pub const WPD_OBJECT_CAN_DELETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 26 }; +pub const WPD_OBJECT_CONTAINER_FUNCTIONAL_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 23 }; +pub const WPD_OBJECT_CONTENT_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 7 }; +pub const WPD_OBJECT_DATE_AUTHORED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 20 }; +pub const WPD_OBJECT_DATE_CREATED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 18 }; +pub const WPD_OBJECT_DATE_MODIFIED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 19 }; +pub const WPD_OBJECT_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 6 }; pub const WPD_OBJECT_FORMAT_3G2: windows_core::GUID = windows_core::GUID::from_u128(0xb9850000_ae6c_4804_98ba_c57b46965fe7); pub const WPD_OBJECT_FORMAT_3G2A: windows_core::GUID = windows_core::GUID::from_u128(0x1a11202d_8759_4e34_ba5e_b1211087eee4); pub const WPD_OBJECT_FORMAT_3GP: windows_core::GUID = windows_core::GUID::from_u128(0xb9840000_ae6c_4804_98ba_c57b46965fe7); @@ -5255,42 +4760,25 @@ pub const WPD_OBJECT_FORMAT_WMV: windows_core::GUID = windows_core::GUID::from_u pub const WPD_OBJECT_FORMAT_WPLPLAYLIST: windows_core::GUID = windows_core::GUID::from_u128(0xba100000_ae6c_4804_98ba_c57b46965fe7); pub const WPD_OBJECT_FORMAT_X509V3CERTIFICATE: windows_core::GUID = windows_core::GUID::from_u128(0xb1030000_ae6c_4804_98ba_c57b46965fe7); pub const WPD_OBJECT_FORMAT_XML: windows_core::GUID = windows_core::GUID::from_u128(0xba820000_ae6c_4804_98ba_c57b46965fe7); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_GENERATE_THUMBNAIL_FROM_RESOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_HINT_LOCATION_DISPLAY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_ISHIDDEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_ISSYSTEM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_IS_DRM_PROTECTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_KEYWORDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_LANGUAGE_LOCALE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_NON_CONSUMABLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_ORIGINAL_FILE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_PARENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_PERSISTENT_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 5 }; +pub const WPD_OBJECT_GENERATE_THUMBNAIL_FROM_RESOURCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 24 }; +pub const WPD_OBJECT_HINT_LOCATION_DISPLAY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 25 }; +pub const WPD_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 2 }; +pub const WPD_OBJECT_ISHIDDEN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 9 }; +pub const WPD_OBJECT_ISSYSTEM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 10 }; +pub const WPD_OBJECT_IS_DRM_PROTECTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 17 }; +pub const WPD_OBJECT_KEYWORDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 15 }; +pub const WPD_OBJECT_LANGUAGE_LOCALE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 27 }; +pub const WPD_OBJECT_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 4 }; +pub const WPD_OBJECT_NON_CONSUMABLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 13 }; +pub const WPD_OBJECT_ORIGINAL_FILE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 12 }; +pub const WPD_OBJECT_PARENT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 3 }; +pub const WPD_OBJECT_PERSISTENT_UNIQUE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 5 }; pub const WPD_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c); pub const WPD_OBJECT_PROPERTIES_V2: windows_core::GUID = windows_core::GUID::from_u128(0x0373cd3d_4a46_40d7_b4d8_73e8da74e775); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_REFERENCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_SUPPORTED_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0373cd3d_4a46_40d7_b4d8_73e8da74e775), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OBJECT_SYNC_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 16 }; +pub const WPD_OBJECT_REFERENCES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 14 }; +pub const WPD_OBJECT_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 11 }; +pub const WPD_OBJECT_SUPPORTED_UNITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0373cd3d_4a46_40d7_b4d8_73e8da74e775), pid: 2 }; +pub const WPD_OBJECT_SYNC_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef6b490d_5cd8_437a_affc_da8b60ee4a3c), pid: 16 }; pub const WPD_OPERATION_STATE_ABORTED: WPD_OPERATION_STATES = WPD_OPERATION_STATES(6i32); pub const WPD_OPERATION_STATE_CANCELLED: WPD_OPERATION_STATES = WPD_OPERATION_STATES(4i32); pub const WPD_OPERATION_STATE_FINISHED: WPD_OPERATION_STATES = WPD_OPERATION_STATES(5i32); @@ -5298,48 +4786,30 @@ pub const WPD_OPERATION_STATE_PAUSED: WPD_OPERATION_STATES = WPD_OPERATION_STATE pub const WPD_OPERATION_STATE_RUNNING: WPD_OPERATION_STATES = WPD_OPERATION_STATES(2i32); pub const WPD_OPERATION_STATE_STARTED: WPD_OPERATION_STATES = WPD_OPERATION_STATES(1i32); pub const WPD_OPERATION_STATE_UNSPECIFIED: WPD_OPERATION_STATES = WPD_OPERATION_STATES(0i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_OBJECT_MANAGEMENT_RECURSIVE_DELETE_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 5001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_OBJECT_RESOURCES_NO_INPUT_BUFFER_ON_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_READ_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_WRITE_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_SMS_BINARY_MESSAGE_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 5001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_OPTION_VALID_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 5001 }; +pub const WPD_OPTION_OBJECT_MANAGEMENT_RECURSIVE_DELETE_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 5001 }; +pub const WPD_OPTION_OBJECT_RESOURCES_NO_INPUT_BUFFER_ON_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5003 }; +pub const WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_READ_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5001 }; +pub const WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_WRITE_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 5002 }; +pub const WPD_OPTION_SMS_BINARY_MESSAGE_SUPPORTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 5001 }; +pub const WPD_OPTION_VALID_OBJECT_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 5001 }; pub const WPD_PARAMETER_ATTRIBUTES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_DEFAULT_VALUE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_ENUMERATION_ELEMENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_FORM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 4 }; +pub const WPD_PARAMETER_ATTRIBUTE_DEFAULT_VALUE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 5 }; +pub const WPD_PARAMETER_ATTRIBUTE_ENUMERATION_ELEMENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 9 }; +pub const WPD_PARAMETER_ATTRIBUTE_FORM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 4 }; pub const WPD_PARAMETER_ATTRIBUTE_FORM_ENUMERATION: WpdParameterAttributeForm = WpdParameterAttributeForm(2i32); pub const WPD_PARAMETER_ATTRIBUTE_FORM_OBJECT_IDENTIFIER: WpdParameterAttributeForm = WpdParameterAttributeForm(4i32); pub const WPD_PARAMETER_ATTRIBUTE_FORM_RANGE: WpdParameterAttributeForm = WpdParameterAttributeForm(1i32); pub const WPD_PARAMETER_ATTRIBUTE_FORM_REGULAR_EXPRESSION: WpdParameterAttributeForm = WpdParameterAttributeForm(3i32); pub const WPD_PARAMETER_ATTRIBUTE_FORM_UNSPECIFIED: WpdParameterAttributeForm = WpdParameterAttributeForm(0i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_MAX_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_ORDER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_RANGE_MAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_RANGE_MIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_RANGE_STEP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_REGULAR_EXPRESSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_USAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PARAMETER_ATTRIBUTE_VARTYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 12 }; +pub const WPD_PARAMETER_ATTRIBUTE_MAX_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 11 }; +pub const WPD_PARAMETER_ATTRIBUTE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 13 }; +pub const WPD_PARAMETER_ATTRIBUTE_ORDER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 2 }; +pub const WPD_PARAMETER_ATTRIBUTE_RANGE_MAX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 7 }; +pub const WPD_PARAMETER_ATTRIBUTE_RANGE_MIN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 6 }; +pub const WPD_PARAMETER_ATTRIBUTE_RANGE_STEP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 8 }; +pub const WPD_PARAMETER_ATTRIBUTE_REGULAR_EXPRESSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 10 }; +pub const WPD_PARAMETER_ATTRIBUTE_USAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 3 }; +pub const WPD_PARAMETER_ATTRIBUTE_VARTYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6864dd7_f325_45ea_a1d5_97cf73b6ca58), pid: 12 }; pub const WPD_PARAMETER_USAGE_IN: WPD_PARAMETER_USAGE_TYPES = WPD_PARAMETER_USAGE_TYPES(1i32); pub const WPD_PARAMETER_USAGE_INOUT: WPD_PARAMETER_USAGE_TYPES = WPD_PARAMETER_USAGE_TYPES(3i32); pub const WPD_PARAMETER_USAGE_OUT: WPD_PARAMETER_USAGE_TYPES = WPD_PARAMETER_USAGE_TYPES(2i32); @@ -5350,454 +4820,240 @@ pub const WPD_PROPERTIES_MTP_VENDOR_EXTENDED_DEVICE_PROPS: windows_core::GUID = pub const WPD_PROPERTIES_MTP_VENDOR_EXTENDED_OBJECT_PROPS: windows_core::GUID = windows_core::GUID::from_u128(0x4d545058_4fce_4578_95c8_8698a9bc0f49); pub const WPD_PROPERTY_ATTRIBUTES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37); pub const WPD_PROPERTY_ATTRIBUTES_V2: windows_core::GUID = windows_core::GUID::from_u128(0x5d9da160_74ae_43cc_85a9_fe555a80798e); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_CAN_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_CAN_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_CAN_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_DEFAULT_VALUE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_ENUMERATION_ELEMENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_FAST_PROPERTY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_FORM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 2 }; +pub const WPD_PROPERTY_ATTRIBUTE_CAN_DELETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 5 }; +pub const WPD_PROPERTY_ATTRIBUTE_CAN_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 3 }; +pub const WPD_PROPERTY_ATTRIBUTE_CAN_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 4 }; +pub const WPD_PROPERTY_ATTRIBUTE_DEFAULT_VALUE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 6 }; +pub const WPD_PROPERTY_ATTRIBUTE_ENUMERATION_ELEMENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 11 }; +pub const WPD_PROPERTY_ATTRIBUTE_FAST_PROPERTY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 7 }; +pub const WPD_PROPERTY_ATTRIBUTE_FORM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 2 }; pub const WPD_PROPERTY_ATTRIBUTE_FORM_ENUMERATION: WpdAttributeForm = WpdAttributeForm(2i32); pub const WPD_PROPERTY_ATTRIBUTE_FORM_OBJECT_IDENTIFIER: WpdAttributeForm = WpdAttributeForm(4i32); pub const WPD_PROPERTY_ATTRIBUTE_FORM_RANGE: WpdAttributeForm = WpdAttributeForm(1i32); pub const WPD_PROPERTY_ATTRIBUTE_FORM_REGULAR_EXPRESSION: WpdAttributeForm = WpdAttributeForm(3i32); pub const WPD_PROPERTY_ATTRIBUTE_FORM_UNSPECIFIED: WpdAttributeForm = WpdAttributeForm(0i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_MAX_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d9da160_74ae_43cc_85a9_fe555a80798e), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_RANGE_MAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_RANGE_MIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_RANGE_STEP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_REGULAR_EXPRESSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_ATTRIBUTE_VARTYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d9da160_74ae_43cc_85a9_fe555a80798e), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_COMMAND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_CONTENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_CONTENT_TYPES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_EVENT_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1015 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CAPABILITIES_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_WRITE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_INTERFACES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_REGISTRATION_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_ACTIVITY_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_CLIENT_INFORMATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_CLIENT_INFORMATION_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_COMMAND_CATEGORY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_COMMAND_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_COMMAND_TARGET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_DRIVER_ERROR_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_HRESULT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_COMMON_PERSISTENT_UNIQUE_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_DEVICE_HINTS_CONTENT_LOCATIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_DEVICE_HINTS_CONTENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_EVENT_PARAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_ef88_4e4d_95c3_4f327f728a96), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_OPERATION_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_OPERATION_PARAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_RESPONSE_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_RESPONSE_PARAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_WRITTEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_TRANSFER_TOTAL_DATA_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_VENDOR_EXTENSION_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_MTP_EXT_VENDOR_OPERATION_CODES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_NULL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00000000_0000_0000_0000_000000000000), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_ENUMERATION_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_ENUMERATION_FILTER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_ENUMERATION_NUM_OBJECTS_REQUESTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_ENUMERATION_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_ENUMERATION_PARENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_COPY_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_CREATION_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DESTINATION_FOLDER_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_MOVE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_WRITTEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1016 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1015 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_MANAGEMENT_UPDATE_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_DEPTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PARENT_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_WRITE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_DELETE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_WRITE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_ACCESS_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_WRITTEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_POSITION_FROM_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_SEEK_OFFSET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_SEEK_ORIGIN_FLAG: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_STREAM_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1016 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_OBJECT_RESOURCES_SUPPORTS_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1015 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_PUBLIC_KEY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1018 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1019 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITANCE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITED_SERVICES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1015 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_RENDERING_PROFILES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1016 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1017 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_METHODS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_METHOD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_METHOD_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_METHOD_HRESULT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_METHOD_PARAMETER_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_METHOD_RESULT_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SERVICE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x322f071d_36ef_477f_b4b5_6f52d734baee), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SMS_BINARY_MESSAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SMS_MESSAGE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SMS_RECIPIENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_SMS_TEXT_MESSAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_STORAGE_DESTINATION_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 1002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_PROPERTY_STORAGE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 1001 }; +pub const WPD_PROPERTY_ATTRIBUTE_MAX_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 13 }; +pub const WPD_PROPERTY_ATTRIBUTE_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d9da160_74ae_43cc_85a9_fe555a80798e), pid: 2 }; +pub const WPD_PROPERTY_ATTRIBUTE_RANGE_MAX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 9 }; +pub const WPD_PROPERTY_ATTRIBUTE_RANGE_MIN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 8 }; +pub const WPD_PROPERTY_ATTRIBUTE_RANGE_STEP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 10 }; +pub const WPD_PROPERTY_ATTRIBUTE_REGULAR_EXPRESSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab7943d8_6332_445f_a00d_8d5ef1e96f37), pid: 12 }; +pub const WPD_PROPERTY_ATTRIBUTE_VARTYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d9da160_74ae_43cc_85a9_fe555a80798e), pid: 3 }; +pub const WPD_PROPERTY_CAPABILITIES_COMMAND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1002 }; +pub const WPD_PROPERTY_CAPABILITIES_COMMAND_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1003 }; +pub const WPD_PROPERTY_CAPABILITIES_CONTENT_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1008 }; +pub const WPD_PROPERTY_CAPABILITIES_CONTENT_TYPES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1007 }; +pub const WPD_PROPERTY_CAPABILITIES_EVENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1014 }; +pub const WPD_PROPERTY_CAPABILITIES_EVENT_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1015 }; +pub const WPD_PROPERTY_CAPABILITIES_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1010 }; +pub const WPD_PROPERTY_CAPABILITIES_FORMATS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1009 }; +pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1004 }; +pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1005 }; +pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1006 }; +pub const WPD_PROPERTY_CAPABILITIES_PROPERTY_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1012 }; +pub const WPD_PROPERTY_CAPABILITIES_PROPERTY_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1011 }; +pub const WPD_PROPERTY_CAPABILITIES_SUPPORTED_COMMANDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1001 }; +pub const WPD_PROPERTY_CAPABILITIES_SUPPORTED_EVENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cabec78_6b74_41c6_9216_2639d1fce356), pid: 1013 }; +pub const WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 1001 }; +pub const WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_WRITE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x33fb0d11_64a3_4fac_b4c7_3dfeaa99b051), pid: 1002 }; +pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_INTERFACES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1002 }; +pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1001 }; +pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_REGISTRATION_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f0779b5_fa2b_4766_9cb2_f73ba30b6758), pid: 1003 }; +pub const WPD_PROPERTY_COMMON_ACTIVITY_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1011 }; +pub const WPD_PROPERTY_COMMON_CLIENT_INFORMATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1009 }; +pub const WPD_PROPERTY_COMMON_CLIENT_INFORMATION_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1010 }; +pub const WPD_PROPERTY_COMMON_COMMAND_CATEGORY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1001 }; +pub const WPD_PROPERTY_COMMON_COMMAND_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1002 }; +pub const WPD_PROPERTY_COMMON_COMMAND_TARGET: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1006 }; +pub const WPD_PROPERTY_COMMON_DRIVER_ERROR_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1004 }; +pub const WPD_PROPERTY_COMMON_HRESULT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1003 }; +pub const WPD_PROPERTY_COMMON_OBJECT_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1008 }; +pub const WPD_PROPERTY_COMMON_PERSISTENT_UNIQUE_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0422a9c_5dc8_4440_b5bd_5df28835658a), pid: 1007 }; +pub const WPD_PROPERTY_DEVICE_HINTS_CONTENT_LOCATIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 1002 }; +pub const WPD_PROPERTY_DEVICE_HINTS_CONTENT_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0d5fb92b_cb46_4c4f_8343_0bc3d3f17c84), pid: 1001 }; +pub const WPD_PROPERTY_MTP_EXT_EVENT_PARAMS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_ef88_4e4d_95c3_4f327f728a96), pid: 1011 }; +pub const WPD_PROPERTY_MTP_EXT_OPERATION_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1001 }; +pub const WPD_PROPERTY_MTP_EXT_OPERATION_PARAMS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1002 }; +pub const WPD_PROPERTY_MTP_EXT_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1013 }; +pub const WPD_PROPERTY_MTP_EXT_RESPONSE_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1003 }; +pub const WPD_PROPERTY_MTP_EXT_RESPONSE_PARAMS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1004 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1006 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1012 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1009 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1008 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1010 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_WRITTEN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1011 }; +pub const WPD_PROPERTY_MTP_EXT_TRANSFER_TOTAL_DATA_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1007 }; +pub const WPD_PROPERTY_MTP_EXT_VENDOR_EXTENSION_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1014 }; +pub const WPD_PROPERTY_MTP_EXT_VENDOR_OPERATION_CODES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d545058_1a2e_4106_a357_771e0819fc56), pid: 1005 }; +pub const WPD_PROPERTY_NULL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00000000_0000_0000_0000_000000000000), pid: 0 }; +pub const WPD_PROPERTY_OBJECT_ENUMERATION_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1004 }; +pub const WPD_PROPERTY_OBJECT_ENUMERATION_FILTER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1002 }; +pub const WPD_PROPERTY_OBJECT_ENUMERATION_NUM_OBJECTS_REQUESTED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1005 }; +pub const WPD_PROPERTY_OBJECT_ENUMERATION_OBJECT_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1003 }; +pub const WPD_PROPERTY_OBJECT_ENUMERATION_PARENT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7474e91_e7f8_4ad9_b400_ad1a4b58eeec), pid: 1001 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1002 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_COPY_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1013 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_CREATION_PROPERTIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1001 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1005 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1007 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1010 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DESTINATION_FOLDER_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1011 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_MOVE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1012 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_TO_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1003 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_WRITTEN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1004 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1016 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1006 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1009 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1008 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_PROPERTY_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1015 }; +pub const WPD_PROPERTY_OBJECT_MANAGEMENT_UPDATE_PROPERTIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1e43dd_a9ed_4341_8bcc_186192aea089), pid: 1014 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1002 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_DEPTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1005 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1007 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_IDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1001 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PARENT_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1006 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PROPERTY_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1004 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1003 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_WRITE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11c824dd_04cd_4e4e_8c7b_f6efb794d84e), pid: 1008 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1001 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1003 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_DELETE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1006 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1002 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1004 }; +pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_WRITE_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e5582e4_0814_44e6_981a_b2998d583804), pid: 1005 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_ACCESS_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1002 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1005 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1010 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1007 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1006 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1008 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_WRITTEN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1009 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1001 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1011 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_POSITION_FROM_START: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1014 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1004 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1003 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_SEEK_OFFSET: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1012 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_SEEK_ORIGIN_FLAG: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1013 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_STREAM_UNITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1016 }; +pub const WPD_PROPERTY_OBJECT_RESOURCES_SUPPORTS_UNITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb3a2b22d_a595_4108_be0a_fc3c965f3d4a), pid: 1015 }; +pub const WPD_PROPERTY_PUBLIC_KEY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78f9c6fc_79b8_473c_9060_6bd23dd072c4), pid: 1001 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1018 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND_OPTIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1019 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1012 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1013 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1002 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMATS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1007 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1008 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITANCE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1014 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITED_SERVICES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1015 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1003 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1004 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1005 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1006 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_ATTRIBUTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1010 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_KEYS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1009 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_RENDERING_PROFILES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1016 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_COMMANDS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1017 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_EVENTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1011 }; +pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_METHODS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x24457e74_2e9f_44f9_8c57_1d1bcb170b89), pid: 1001 }; +pub const WPD_PROPERTY_SERVICE_METHOD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1001 }; +pub const WPD_PROPERTY_SERVICE_METHOD_CONTEXT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1004 }; +pub const WPD_PROPERTY_SERVICE_METHOD_HRESULT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1005 }; +pub const WPD_PROPERTY_SERVICE_METHOD_PARAMETER_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1002 }; +pub const WPD_PROPERTY_SERVICE_METHOD_RESULT_VALUES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2d521ca8_c1b0_4268_a342_cf19321569bc), pid: 1003 }; +pub const WPD_PROPERTY_SERVICE_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x322f071d_36ef_477f_b4b5_6f52d734baee), pid: 1001 }; +pub const WPD_PROPERTY_SMS_BINARY_MESSAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1004 }; +pub const WPD_PROPERTY_SMS_MESSAGE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1002 }; +pub const WPD_PROPERTY_SMS_RECIPIENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1001 }; +pub const WPD_PROPERTY_SMS_TEXT_MESSAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc25d66_fe0d_4114_9097_970c93e920d1), pid: 1003 }; +pub const WPD_PROPERTY_STORAGE_DESTINATION_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 1002 }; +pub const WPD_PROPERTY_STORAGE_OBJECT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd8f907a6_34cc_45fa_97fb_d007fa47ec94), pid: 1001 }; pub const WPD_RENDERING_INFORMATION_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RENDERING_INFORMATION_PROFILES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_CREATABLE_RESOURCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 3 }; +pub const WPD_RENDERING_INFORMATION_PROFILES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 2 }; +pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_CREATABLE_RESOURCES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 4 }; +pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc53d039f_ee23_4a31_8590_7639879870b4), pid: 3 }; pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECT: WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES = WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES(0i32); pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCE: WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES = WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES(1i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ALBUM_ART: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf02aa354_2300_4e2d_a1b9_3b6730f7fa21), pid: 0 }; +pub const WPD_RESOURCE_ALBUM_ART: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf02aa354_2300_4e2d_a1b9_3b6730f7fa21), pid: 0 }; pub const WPD_RESOURCE_ATTRIBUTES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_CAN_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_CAN_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_CAN_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_OPTIMAL_READ_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_OPTIMAL_WRITE_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_RESOURCE_KEY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ATTRIBUTE_TOTAL_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_AUDIO_CLIP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3bc13982_85b1_48e0_95a6_8d3ad06be117), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_BRANDING_ART: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb633b1ae_6caf_4a87_9589_22ded6dd5899), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_CONTACT_PHOTO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2c4d6803_80ea_4580_af9a_5be1a23eddcb), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_DEFAULT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe81e79be_34f0_41bf_b53f_f1a06ae87842), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_GENERIC: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb9b9f515_ba70_4647_94dc_fa4925e95a07), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_ICON: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf195fed8_aa28_4ee3_b153_e182dd5edc39), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_THUMBNAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc7c407ba_98fa_46b5_9960_23fec124cfde), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_RESOURCE_VIDEO_CLIP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb566ee42_6368_4290_8662_70182fb79f20), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SECTION_DATA_LENGTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SECTION_DATA_OFFSET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SECTION_DATA_REFERENCED_OBJECT_RESOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SECTION_DATA_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 4 }; +pub const WPD_RESOURCE_ATTRIBUTE_CAN_DELETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 5 }; +pub const WPD_RESOURCE_ATTRIBUTE_CAN_READ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 3 }; +pub const WPD_RESOURCE_ATTRIBUTE_CAN_WRITE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 4 }; +pub const WPD_RESOURCE_ATTRIBUTE_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 8 }; +pub const WPD_RESOURCE_ATTRIBUTE_OPTIMAL_READ_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 6 }; +pub const WPD_RESOURCE_ATTRIBUTE_OPTIMAL_WRITE_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 7 }; +pub const WPD_RESOURCE_ATTRIBUTE_RESOURCE_KEY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 9 }; +pub const WPD_RESOURCE_ATTRIBUTE_TOTAL_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1eb6f604_9278_429f_93cc_5bb8c06656b6), pid: 2 }; +pub const WPD_RESOURCE_AUDIO_CLIP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3bc13982_85b1_48e0_95a6_8d3ad06be117), pid: 0 }; +pub const WPD_RESOURCE_BRANDING_ART: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb633b1ae_6caf_4a87_9589_22ded6dd5899), pid: 0 }; +pub const WPD_RESOURCE_CONTACT_PHOTO: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2c4d6803_80ea_4580_af9a_5be1a23eddcb), pid: 0 }; +pub const WPD_RESOURCE_DEFAULT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe81e79be_34f0_41bf_b53f_f1a06ae87842), pid: 0 }; +pub const WPD_RESOURCE_GENERIC: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb9b9f515_ba70_4647_94dc_fa4925e95a07), pid: 0 }; +pub const WPD_RESOURCE_ICON: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf195fed8_aa28_4ee3_b153_e182dd5edc39), pid: 0 }; +pub const WPD_RESOURCE_THUMBNAIL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc7c407ba_98fa_46b5_9960_23fec124cfde), pid: 0 }; +pub const WPD_RESOURCE_VIDEO_CLIP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb566ee42_6368_4290_8662_70182fb79f20), pid: 0 }; +pub const WPD_SECTION_DATA_LENGTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 3 }; +pub const WPD_SECTION_DATA_OFFSET: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 2 }; +pub const WPD_SECTION_DATA_REFERENCED_OBJECT_RESOURCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 5 }; +pub const WPD_SECTION_DATA_UNITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66), pid: 4 }; pub const WPD_SECTION_DATA_UNITS_BYTES: WPD_SECTION_DATA_UNITS_VALUES = WPD_SECTION_DATA_UNITS_VALUES(0i32); pub const WPD_SECTION_DATA_UNITS_MILLISECONDS: WPD_SECTION_DATA_UNITS_VALUES = WPD_SECTION_DATA_UNITS_VALUES(1i32); pub const WPD_SECTION_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x516afd2b_c64e_44f0_98dc_bee1c88f7d66); pub const WPD_SERVICE_INHERITANCE_IMPLEMENTATION: WPD_SERVICE_INHERITANCE_TYPES = WPD_SERVICE_INHERITANCE_TYPES(0i32); pub const WPD_SERVICE_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x7510698a_cb54_481c_b8db_0d75c93f1c06); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SERVICE_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7510698a_cb54_481c_b8db_0d75c93f1c06), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SMS_ENCODING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SMS_MAX_PAYLOAD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 4 }; +pub const WPD_SERVICE_VERSION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7510698a_cb54_481c_b8db_0d75c93f1c06), pid: 2 }; +pub const WPD_SMS_ENCODING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 5 }; +pub const WPD_SMS_MAX_PAYLOAD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 4 }; pub const WPD_SMS_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SMS_PROVIDER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_SMS_TIMEOUT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_ARTIST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_BURST_INTERVAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_BURST_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAMERA_MANUFACTURER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAMERA_MODEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAPTURE_DELAY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAPTURE_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAPTURE_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 18 }; +pub const WPD_SMS_PROVIDER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 2 }; +pub const WPD_SMS_TIMEOUT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7e1074cc_50ff_4dd1_a742_53be6f093a0d), pid: 3 }; +pub const WPD_STILL_IMAGE_ARTIST: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 29 }; +pub const WPD_STILL_IMAGE_BURST_INTERVAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 24 }; +pub const WPD_STILL_IMAGE_BURST_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 23 }; +pub const WPD_STILL_IMAGE_CAMERA_MANUFACTURER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 31 }; +pub const WPD_STILL_IMAGE_CAMERA_MODEL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 30 }; +pub const WPD_STILL_IMAGE_CAPTURE_DELAY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 17 }; +pub const WPD_STILL_IMAGE_CAPTURE_FORMAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 3 }; +pub const WPD_STILL_IMAGE_CAPTURE_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 18 }; pub const WPD_STILL_IMAGE_CAPTURE_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CAPTURE_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_COMPRESSION_SETTING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_CONTRAST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_DIGITAL_ZOOM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EFFECT_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EXPOSURE_BIAS_COMPENSATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EXPOSURE_INDEX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EXPOSURE_METERING_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EXPOSURE_PROGRAM_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_EXPOSURE_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FLASH_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FNUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FOCAL_LENGTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FOCUS_DISTANCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FOCUS_METERING_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_FOCUS_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_RGB_GAIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_SHARPNESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_TIMELAPSE_INTERVAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_TIMELAPSE_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_UPLOAD_URL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STILL_IMAGE_WHITE_BALANCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_ACCESS_CAPABILITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 11 }; +pub const WPD_STILL_IMAGE_CAPTURE_RESOLUTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 2 }; +pub const WPD_STILL_IMAGE_COMPRESSION_SETTING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 4 }; +pub const WPD_STILL_IMAGE_CONTRAST: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 19 }; +pub const WPD_STILL_IMAGE_DIGITAL_ZOOM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 21 }; +pub const WPD_STILL_IMAGE_EFFECT_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 22 }; +pub const WPD_STILL_IMAGE_EXPOSURE_BIAS_COMPENSATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 16 }; +pub const WPD_STILL_IMAGE_EXPOSURE_INDEX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 15 }; +pub const WPD_STILL_IMAGE_EXPOSURE_METERING_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 11 }; +pub const WPD_STILL_IMAGE_EXPOSURE_PROGRAM_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 14 }; +pub const WPD_STILL_IMAGE_EXPOSURE_TIME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 13 }; +pub const WPD_STILL_IMAGE_FLASH_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 12 }; +pub const WPD_STILL_IMAGE_FNUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 7 }; +pub const WPD_STILL_IMAGE_FOCAL_LENGTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 8 }; +pub const WPD_STILL_IMAGE_FOCUS_DISTANCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 9 }; +pub const WPD_STILL_IMAGE_FOCUS_METERING_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 27 }; +pub const WPD_STILL_IMAGE_FOCUS_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 10 }; +pub const WPD_STILL_IMAGE_RGB_GAIN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 6 }; +pub const WPD_STILL_IMAGE_SHARPNESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 20 }; +pub const WPD_STILL_IMAGE_TIMELAPSE_INTERVAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 26 }; +pub const WPD_STILL_IMAGE_TIMELAPSE_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 25 }; +pub const WPD_STILL_IMAGE_UPLOAD_URL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 28 }; +pub const WPD_STILL_IMAGE_WHITE_BALANCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x58c571ec_1bcb_42a7_8ac5_bb291573a260), pid: 5 }; +pub const WPD_STORAGE_ACCESS_CAPABILITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 11 }; pub const WPD_STORAGE_ACCESS_CAPABILITY_READWRITE: WPD_STORAGE_ACCESS_CAPABILITY_VALUES = WPD_STORAGE_ACCESS_CAPABILITY_VALUES(0i32); pub const WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITHOUT_OBJECT_DELETION: WPD_STORAGE_ACCESS_CAPABILITY_VALUES = WPD_STORAGE_ACCESS_CAPABILITY_VALUES(1i32); pub const WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITH_OBJECT_DELETION: WPD_STORAGE_ACCESS_CAPABILITY_VALUES = WPD_STORAGE_ACCESS_CAPABILITY_VALUES(2i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_CAPACITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_CAPACITY_IN_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_FILE_SYSTEM_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_FREE_SPACE_IN_BYTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_FREE_SPACE_IN_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_MAX_OBJECT_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 9 }; +pub const WPD_STORAGE_CAPACITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 4 }; +pub const WPD_STORAGE_CAPACITY_IN_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 10 }; +pub const WPD_STORAGE_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 7 }; +pub const WPD_STORAGE_FILE_SYSTEM_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 3 }; +pub const WPD_STORAGE_FREE_SPACE_IN_BYTES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 5 }; +pub const WPD_STORAGE_FREE_SPACE_IN_OBJECTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 6 }; +pub const WPD_STORAGE_MAX_OBJECT_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 9 }; pub const WPD_STORAGE_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_SERIAL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_STORAGE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 2 }; +pub const WPD_STORAGE_SERIAL_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 8 }; +pub const WPD_STORAGE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x01a3057a_74d6_4e80_bea7_dc4c212ce50a), pid: 2 }; pub const WPD_STORAGE_TYPE_FIXED_RAM: WPD_STORAGE_TYPE_VALUES = WPD_STORAGE_TYPE_VALUES(3i32); pub const WPD_STORAGE_TYPE_FIXED_ROM: WPD_STORAGE_TYPE_VALUES = WPD_STORAGE_TYPE_VALUES(1i32); pub const WPD_STORAGE_TYPE_REMOVABLE_RAM: WPD_STORAGE_TYPE_VALUES = WPD_STORAGE_TYPE_VALUES(4i32); @@ -5809,39 +5065,23 @@ pub const WPD_STREAM_UNITS_MICROSECONDS: WPD_STREAM_UNITS = WPD_STREAM_UNITS(8i3 pub const WPD_STREAM_UNITS_MILLISECONDS: WPD_STREAM_UNITS = WPD_STREAM_UNITS(4i32); pub const WPD_STREAM_UNITS_ROWS: WPD_STREAM_UNITS = WPD_STREAM_UNITS(2i32); pub const WPD_TASK_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_TASK_OWNER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_TASK_PERCENT_COMPLETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_TASK_REMINDER_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_TASK_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_AUTHOR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_BITRATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_CREDITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_FOURCC_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_FRAMERATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_KEY_FRAME_DISTANCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 10 }; +pub const WPD_TASK_OWNER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 11 }; +pub const WPD_TASK_PERCENT_COMPLETE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 8 }; +pub const WPD_TASK_REMINDER_DATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 10 }; +pub const WPD_TASK_STATUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe354e95e_d8a0_4637_a03a_0cb26838dbc7), pid: 6 }; +pub const WPD_VIDEO_AUTHOR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 2 }; +pub const WPD_VIDEO_BITRATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 13 }; +pub const WPD_VIDEO_BUFFER_SIZE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 8 }; +pub const WPD_VIDEO_CREDITS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 9 }; +pub const WPD_VIDEO_FOURCC_CODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 14 }; +pub const WPD_VIDEO_FRAMERATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 15 }; +pub const WPD_VIDEO_KEY_FRAME_DISTANCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 10 }; pub const WPD_VIDEO_OBJECT_PROPERTIES_V1: windows_core::GUID = windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_QUALITY_SETTING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_RECORDEDTV_CHANNEL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_RECORDEDTV_REPEAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_RECORDEDTV_STATION_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const WPD_VIDEO_SCAN_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 12 }; +pub const WPD_VIDEO_QUALITY_SETTING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 11 }; +pub const WPD_VIDEO_RECORDEDTV_CHANNEL_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 5 }; +pub const WPD_VIDEO_RECORDEDTV_REPEAT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 7 }; +pub const WPD_VIDEO_RECORDEDTV_STATION_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 4 }; +pub const WPD_VIDEO_SCAN_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346f2163_f998_4146_8b01_d19b4c00de9a), pid: 12 }; pub const WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_LOWER_FIRST: WPD_VIDEO_SCAN_TYPES = WPD_VIDEO_SCAN_TYPES(3i32); pub const WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_UPPER_FIRST: WPD_VIDEO_SCAN_TYPES = WPD_VIDEO_SCAN_TYPES(2i32); pub const WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_LOWER_FIRST: WPD_VIDEO_SCAN_TYPES = WPD_VIDEO_SCAN_TYPES(5i32); @@ -6223,18 +5463,15 @@ pub const PortableDeviceValues: windows_core::GUID = windows_core::GUID::from_u1 pub const PortableDeviceValuesCollection: windows_core::GUID = windows_core::GUID::from_u128(0x3882134d_14cf_4220_9cb4_435f86d83f60); pub const PortableDeviceWebControl: windows_core::GUID = windows_core::GUID::from_u128(0x186dd02c_2dec_41b5_a7d4_b59056fade51); #[repr(C)] -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct WPD_COMMAND_ACCESS_LOOKUP_ENTRY { - pub Command: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, + pub Command: super::super::Foundation::PROPERTYKEY, pub AccessType: u32, - pub AccessProperty: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, + pub AccessProperty: super::super::Foundation::PROPERTYKEY, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::TypeKind for WPD_COMMAND_ACCESS_LOOKUP_ENTRY { type TypeKind = windows_core::CopyType; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl Default for WPD_COMMAND_ACCESS_LOOKUP_ENTRY { fn default() -> Self { unsafe { core::mem::zeroed() } diff --git a/crates/libs/windows/src/Windows/Win32/Devices/Properties/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/Properties/mod.rs index 1c503359e5..3917d96431 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/Properties/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/Properties/mod.rs @@ -1,201 +1,201 @@ -pub const DEVPKEY_DevQuery_ObjectType: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x13673f42_a3d6_49f6_b4da_ae46e0c5237c), pid: 2 }; -pub const DEVPKEY_DeviceClass_Characteristics: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 29 }; -pub const DEVPKEY_DeviceClass_ClassCoInstallers: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x713d1703_a2e2_49f5_9214_56472ef3da5c), pid: 2 }; -pub const DEVPKEY_DeviceClass_ClassInstaller: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 5 }; -pub const DEVPKEY_DeviceClass_ClassName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 3 }; -pub const DEVPKEY_DeviceClass_DHPRebalanceOptOut: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd14d3ef3_66cf_4ba2_9d38_0ddb37ab4701), pid: 2 }; -pub const DEVPKEY_DeviceClass_DefaultService: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 11 }; -pub const DEVPKEY_DeviceClass_DevType: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 27 }; -pub const DEVPKEY_DeviceClass_Exclusive: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 28 }; -pub const DEVPKEY_DeviceClass_Icon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 4 }; -pub const DEVPKEY_DeviceClass_IconPath: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 12 }; -pub const DEVPKEY_DeviceClass_LowerFilters: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 20 }; -pub const DEVPKEY_DeviceClass_Name: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 2 }; -pub const DEVPKEY_DeviceClass_NoDisplayClass: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 8 }; -pub const DEVPKEY_DeviceClass_NoInstallClass: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 7 }; -pub const DEVPKEY_DeviceClass_NoUseClass: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 10 }; -pub const DEVPKEY_DeviceClass_PropPageProvider: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 6 }; -pub const DEVPKEY_DeviceClass_Security: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 25 }; -pub const DEVPKEY_DeviceClass_SecuritySDS: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 26 }; -pub const DEVPKEY_DeviceClass_SilentInstall: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 9 }; -pub const DEVPKEY_DeviceClass_UpperFilters: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 19 }; -pub const DEVPKEY_DeviceContainer_Address: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 51 }; -pub const DEVPKEY_DeviceContainer_AlwaysShowDeviceAsConnected: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 101 }; -pub const DEVPKEY_DeviceContainer_AssociationArray: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 80 }; -pub const DEVPKEY_DeviceContainer_BaselineExperienceId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 78 }; -pub const DEVPKEY_DeviceContainer_Category: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 90 }; -pub const DEVPKEY_DeviceContainer_CategoryGroup_Desc: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 94 }; -pub const DEVPKEY_DeviceContainer_CategoryGroup_Icon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 95 }; -pub const DEVPKEY_DeviceContainer_Category_Desc_Plural: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 92 }; -pub const DEVPKEY_DeviceContainer_Category_Desc_Singular: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 91 }; -pub const DEVPKEY_DeviceContainer_Category_Icon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 93 }; -pub const DEVPKEY_DeviceContainer_ConfigFlags: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 105 }; -pub const DEVPKEY_DeviceContainer_CustomPrivilegedPackageFamilyNames: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 107 }; -pub const DEVPKEY_DeviceContainer_DeviceDescription1: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 81 }; -pub const DEVPKEY_DeviceContainer_DeviceDescription2: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 82 }; -pub const DEVPKEY_DeviceContainer_DeviceFunctionSubRank: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 100 }; -pub const DEVPKEY_DeviceContainer_DiscoveryMethod: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 52 }; -pub const DEVPKEY_DeviceContainer_ExperienceId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 89 }; -pub const DEVPKEY_DeviceContainer_FriendlyName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12288 }; -pub const DEVPKEY_DeviceContainer_HasProblem: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 83 }; -pub const DEVPKEY_DeviceContainer_Icon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 57 }; -pub const DEVPKEY_DeviceContainer_InstallInProgress: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 9 }; -pub const DEVPKEY_DeviceContainer_IsAuthenticated: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 54 }; -pub const DEVPKEY_DeviceContainer_IsConnected: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 55 }; -pub const DEVPKEY_DeviceContainer_IsDefaultDevice: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 86 }; -pub const DEVPKEY_DeviceContainer_IsDeviceUniquelyIdentifiable: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 79 }; -pub const DEVPKEY_DeviceContainer_IsEncrypted: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 53 }; -pub const DEVPKEY_DeviceContainer_IsLocalMachine: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 70 }; -pub const DEVPKEY_DeviceContainer_IsMetadataSearchInProgress: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 72 }; -pub const DEVPKEY_DeviceContainer_IsNetworkDevice: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 85 }; -pub const DEVPKEY_DeviceContainer_IsNotInterestingForDisplay: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 74 }; -pub const DEVPKEY_DeviceContainer_IsPaired: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 56 }; -pub const DEVPKEY_DeviceContainer_IsRebootRequired: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 108 }; -pub const DEVPKEY_DeviceContainer_IsSharedDevice: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 84 }; -pub const DEVPKEY_DeviceContainer_IsShowInDisconnectedState: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 68 }; -pub const DEVPKEY_DeviceContainer_Last_Connected: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 67 }; -pub const DEVPKEY_DeviceContainer_Last_Seen: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 66 }; -pub const DEVPKEY_DeviceContainer_LaunchDeviceStageFromExplorer: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 77 }; -pub const DEVPKEY_DeviceContainer_LaunchDeviceStageOnDeviceConnect: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 76 }; -pub const DEVPKEY_DeviceContainer_Manufacturer: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8192 }; -pub const DEVPKEY_DeviceContainer_MetadataCabinet: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 87 }; -pub const DEVPKEY_DeviceContainer_MetadataChecksum: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 73 }; -pub const DEVPKEY_DeviceContainer_MetadataPath: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 71 }; -pub const DEVPKEY_DeviceContainer_ModelName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8194 }; -pub const DEVPKEY_DeviceContainer_ModelNumber: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8195 }; -pub const DEVPKEY_DeviceContainer_PrimaryCategory: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 97 }; -pub const DEVPKEY_DeviceContainer_PrivilegedPackageFamilyNames: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 106 }; -pub const DEVPKEY_DeviceContainer_RequiresPairingElevation: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 88 }; -pub const DEVPKEY_DeviceContainer_RequiresUninstallElevation: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 99 }; -pub const DEVPKEY_DeviceContainer_UnpairUninstall: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 98 }; -pub const DEVPKEY_DeviceContainer_Version: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 65 }; -pub const DEVPKEY_DeviceInterfaceClass_DefaultInterface: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x14c83a99_0b3f_44b7_be4c_a178d3990564), pid: 2 }; -pub const DEVPKEY_DeviceInterfaceClass_Name: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x14c83a99_0b3f_44b7_be4c_a178d3990564), pid: 3 }; -pub const DEVPKEY_DeviceInterface_Autoplay_Silent: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x434dd28f_9e75_450a_9ab9_ff61e618bad0), pid: 2 }; -pub const DEVPKEY_DeviceInterface_ClassGuid: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 4 }; -pub const DEVPKEY_DeviceInterface_Enabled: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 3 }; -pub const DEVPKEY_DeviceInterface_FriendlyName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 2 }; -pub const DEVPKEY_DeviceInterface_ReferenceString: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 5 }; -pub const DEVPKEY_DeviceInterface_Restricted: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 6 }; -pub const DEVPKEY_DeviceInterface_SchematicName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 9 }; -pub const DEVPKEY_DeviceInterface_UnrestrictedAppCapabilities: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 8 }; -pub const DEVPKEY_Device_AdditionalSoftwareRequested: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 19 }; -pub const DEVPKEY_Device_Address: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 30 }; -pub const DEVPKEY_Device_AssignedToGuest: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 24 }; -pub const DEVPKEY_Device_BaseContainerId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 38 }; -pub const DEVPKEY_Device_BiosDeviceName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 10 }; -pub const DEVPKEY_Device_BusNumber: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 23 }; -pub const DEVPKEY_Device_BusRelations: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 7 }; -pub const DEVPKEY_Device_BusReportedDeviceDesc: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 4 }; -pub const DEVPKEY_Device_BusTypeGuid: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 21 }; -pub const DEVPKEY_Device_Capabilities: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 17 }; -pub const DEVPKEY_Device_Characteristics: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 29 }; -pub const DEVPKEY_Device_Children: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 9 }; -pub const DEVPKEY_Device_Class: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 9 }; -pub const DEVPKEY_Device_ClassGuid: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 10 }; -pub const DEVPKEY_Device_CompanionApps: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6a742654_d0b2_4420_a523_e068352ac1df), pid: 2 }; -pub const DEVPKEY_Device_CompatibleIds: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 4 }; -pub const DEVPKEY_Device_ConfigFlags: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 12 }; -pub const DEVPKEY_Device_ConfigurationId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 7 }; -pub const DEVPKEY_Device_ContainerId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 2 }; -pub const DEVPKEY_Device_CreatorProcessId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 25 }; -pub const DEVPKEY_Device_DHP_Rebalance_Policy: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 2 }; -pub const DEVPKEY_Device_DebuggerSafe: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 12 }; -pub const DEVPKEY_Device_DependencyDependents: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 21 }; -pub const DEVPKEY_Device_DependencyProviders: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 20 }; -pub const DEVPKEY_Device_DevNodeStatus: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 2 }; -pub const DEVPKEY_Device_DevType: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 27 }; -pub const DEVPKEY_Device_DeviceDesc: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 2 }; -pub const DEVPKEY_Device_Driver: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 11 }; -pub const DEVPKEY_Device_DriverCoInstallers: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 11 }; -pub const DEVPKEY_Device_DriverDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 2 }; -pub const DEVPKEY_Device_DriverDesc: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 4 }; -pub const DEVPKEY_Device_DriverInfPath: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 5 }; -pub const DEVPKEY_Device_DriverInfSection: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 6 }; -pub const DEVPKEY_Device_DriverInfSectionExt: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 7 }; -pub const DEVPKEY_Device_DriverLogoLevel: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 15 }; -pub const DEVPKEY_Device_DriverProblemDesc: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 11 }; -pub const DEVPKEY_Device_DriverPropPageProvider: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 10 }; -pub const DEVPKEY_Device_DriverProvider: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 9 }; -pub const DEVPKEY_Device_DriverRank: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 14 }; -pub const DEVPKEY_Device_DriverVersion: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 3 }; -pub const DEVPKEY_Device_EjectionRelations: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 4 }; -pub const DEVPKEY_Device_EnumeratorName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 24 }; -pub const DEVPKEY_Device_Exclusive: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 28 }; -pub const DEVPKEY_Device_ExtendedAddress: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 23 }; -pub const DEVPKEY_Device_ExtendedConfigurationIds: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 15 }; -pub const DEVPKEY_Device_FirmwareDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 17 }; -pub const DEVPKEY_Device_FirmwareRevision: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 19 }; -pub const DEVPKEY_Device_FirmwareVendor: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 26 }; -pub const DEVPKEY_Device_FirmwareVersion: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 18 }; -pub const DEVPKEY_Device_FirstInstallDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 101 }; -pub const DEVPKEY_Device_FriendlyName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 14 }; -pub const DEVPKEY_Device_FriendlyNameAttributes: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 3 }; -pub const DEVPKEY_Device_GenericDriverInstalled: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 18 }; -pub const DEVPKEY_Device_HardwareIds: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 3 }; -pub const DEVPKEY_Device_HasProblem: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 6 }; -pub const DEVPKEY_Device_InLocalMachineContainer: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 4 }; -pub const DEVPKEY_Device_InstallDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 100 }; -pub const DEVPKEY_Device_InstallState: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 36 }; -pub const DEVPKEY_Device_InstanceId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 256 }; -pub const DEVPKEY_Device_IsAssociateableByUserAction: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 7 }; -pub const DEVPKEY_Device_IsPresent: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 5 }; -pub const DEVPKEY_Device_IsRebootRequired: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 16 }; -pub const DEVPKEY_Device_LastArrivalDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 102 }; -pub const DEVPKEY_Device_LastRemovalDate: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 103 }; -pub const DEVPKEY_Device_Legacy: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 3 }; -pub const DEVPKEY_Device_LegacyBusType: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 22 }; -pub const DEVPKEY_Device_LocationInfo: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 15 }; -pub const DEVPKEY_Device_LocationPaths: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 37 }; -pub const DEVPKEY_Device_LowerFilters: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 20 }; -pub const DEVPKEY_Device_Manufacturer: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 13 }; -pub const DEVPKEY_Device_ManufacturerAttributes: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 4 }; -pub const DEVPKEY_Device_MatchingDeviceId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 8 }; -pub const DEVPKEY_Device_Model: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 39 }; -pub const DEVPKEY_Device_ModelId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 2 }; -pub const DEVPKEY_Device_NoConnectSound: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 17 }; -pub const DEVPKEY_Device_Numa_Node: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 3 }; -pub const DEVPKEY_Device_Numa_Proximity_Domain: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 1 }; -pub const DEVPKEY_Device_PDOName: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 16 }; -pub const DEVPKEY_Device_Parent: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 8 }; -pub const DEVPKEY_Device_PhysicalDeviceLocation: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 9 }; -pub const DEVPKEY_Device_PostInstallInProgress: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 13 }; -pub const DEVPKEY_Device_PowerData: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 32 }; -pub const DEVPKEY_Device_PowerRelations: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 6 }; -pub const DEVPKEY_Device_PresenceNotForDevice: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 5 }; -pub const DEVPKEY_Device_PrimaryCompanionApp: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6a742654_d0b2_4420_a523_e068352ac1df), pid: 3 }; -pub const DEVPKEY_Device_ProblemCode: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 3 }; -pub const DEVPKEY_Device_ProblemStatus: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 12 }; -pub const DEVPKEY_Device_RemovalPolicy: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 33 }; -pub const DEVPKEY_Device_RemovalPolicyDefault: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 34 }; -pub const DEVPKEY_Device_RemovalPolicyOverride: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 35 }; -pub const DEVPKEY_Device_RemovalRelations: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 5 }; -pub const DEVPKEY_Device_Reported: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 2 }; -pub const DEVPKEY_Device_ReportedDeviceIdsHash: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 8 }; -pub const DEVPKEY_Device_ResourcePickerExceptions: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 13 }; -pub const DEVPKEY_Device_ResourcePickerTags: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 12 }; -pub const DEVPKEY_Device_SafeRemovalRequired: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 2 }; -pub const DEVPKEY_Device_SafeRemovalRequiredOverride: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 3 }; -pub const DEVPKEY_Device_Security: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 25 }; -pub const DEVPKEY_Device_SecuritySDS: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 26 }; -pub const DEVPKEY_Device_Service: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 6 }; -pub const DEVPKEY_Device_SessionId: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 6 }; -pub const DEVPKEY_Device_ShowInUninstallUI: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 8 }; -pub const DEVPKEY_Device_Siblings: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 10 }; -pub const DEVPKEY_Device_SignalStrength: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 6 }; -pub const DEVPKEY_Device_SoftRestartSupported: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 22 }; -pub const DEVPKEY_Device_Stack: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 14 }; -pub const DEVPKEY_Device_TransportRelations: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 11 }; -pub const DEVPKEY_Device_UINumber: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 18 }; -pub const DEVPKEY_Device_UINumberDescFormat: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 31 }; -pub const DEVPKEY_Device_UpperFilters: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 19 }; -pub const DEVPKEY_DrvPkg_BrandingIcon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 7 }; -pub const DEVPKEY_DrvPkg_DetailedDescription: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 4 }; -pub const DEVPKEY_DrvPkg_DocumentationLink: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 5 }; -pub const DEVPKEY_DrvPkg_Icon: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 6 }; -pub const DEVPKEY_DrvPkg_Model: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 2 }; -pub const DEVPKEY_DrvPkg_VendorWebSite: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 3 }; -pub const DEVPKEY_NAME: DEVPROPKEY = DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 10 }; +pub const DEVPKEY_DevQuery_ObjectType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x13673f42_a3d6_49f6_b4da_ae46e0c5237c), pid: 2 }; +pub const DEVPKEY_DeviceClass_Characteristics: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 29 }; +pub const DEVPKEY_DeviceClass_ClassCoInstallers: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x713d1703_a2e2_49f5_9214_56472ef3da5c), pid: 2 }; +pub const DEVPKEY_DeviceClass_ClassInstaller: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 5 }; +pub const DEVPKEY_DeviceClass_ClassName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 3 }; +pub const DEVPKEY_DeviceClass_DHPRebalanceOptOut: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd14d3ef3_66cf_4ba2_9d38_0ddb37ab4701), pid: 2 }; +pub const DEVPKEY_DeviceClass_DefaultService: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 11 }; +pub const DEVPKEY_DeviceClass_DevType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 27 }; +pub const DEVPKEY_DeviceClass_Exclusive: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 28 }; +pub const DEVPKEY_DeviceClass_Icon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 4 }; +pub const DEVPKEY_DeviceClass_IconPath: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 12 }; +pub const DEVPKEY_DeviceClass_LowerFilters: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 20 }; +pub const DEVPKEY_DeviceClass_Name: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 2 }; +pub const DEVPKEY_DeviceClass_NoDisplayClass: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 8 }; +pub const DEVPKEY_DeviceClass_NoInstallClass: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 7 }; +pub const DEVPKEY_DeviceClass_NoUseClass: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 10 }; +pub const DEVPKEY_DeviceClass_PropPageProvider: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 6 }; +pub const DEVPKEY_DeviceClass_Security: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 25 }; +pub const DEVPKEY_DeviceClass_SecuritySDS: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 26 }; +pub const DEVPKEY_DeviceClass_SilentInstall: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x259abffc_50a7_47ce_af08_68c9a7d73366), pid: 9 }; +pub const DEVPKEY_DeviceClass_UpperFilters: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4321918b_f69e_470d_a5de_4d88c75ad24b), pid: 19 }; +pub const DEVPKEY_DeviceContainer_Address: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 51 }; +pub const DEVPKEY_DeviceContainer_AlwaysShowDeviceAsConnected: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 101 }; +pub const DEVPKEY_DeviceContainer_AssociationArray: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 80 }; +pub const DEVPKEY_DeviceContainer_BaselineExperienceId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 78 }; +pub const DEVPKEY_DeviceContainer_Category: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 90 }; +pub const DEVPKEY_DeviceContainer_CategoryGroup_Desc: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 94 }; +pub const DEVPKEY_DeviceContainer_CategoryGroup_Icon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 95 }; +pub const DEVPKEY_DeviceContainer_Category_Desc_Plural: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 92 }; +pub const DEVPKEY_DeviceContainer_Category_Desc_Singular: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 91 }; +pub const DEVPKEY_DeviceContainer_Category_Icon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 93 }; +pub const DEVPKEY_DeviceContainer_ConfigFlags: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 105 }; +pub const DEVPKEY_DeviceContainer_CustomPrivilegedPackageFamilyNames: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 107 }; +pub const DEVPKEY_DeviceContainer_DeviceDescription1: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 81 }; +pub const DEVPKEY_DeviceContainer_DeviceDescription2: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 82 }; +pub const DEVPKEY_DeviceContainer_DeviceFunctionSubRank: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 100 }; +pub const DEVPKEY_DeviceContainer_DiscoveryMethod: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 52 }; +pub const DEVPKEY_DeviceContainer_ExperienceId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 89 }; +pub const DEVPKEY_DeviceContainer_FriendlyName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12288 }; +pub const DEVPKEY_DeviceContainer_HasProblem: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 83 }; +pub const DEVPKEY_DeviceContainer_Icon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 57 }; +pub const DEVPKEY_DeviceContainer_InstallInProgress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 9 }; +pub const DEVPKEY_DeviceContainer_IsAuthenticated: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 54 }; +pub const DEVPKEY_DeviceContainer_IsConnected: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 55 }; +pub const DEVPKEY_DeviceContainer_IsDefaultDevice: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 86 }; +pub const DEVPKEY_DeviceContainer_IsDeviceUniquelyIdentifiable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 79 }; +pub const DEVPKEY_DeviceContainer_IsEncrypted: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 53 }; +pub const DEVPKEY_DeviceContainer_IsLocalMachine: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 70 }; +pub const DEVPKEY_DeviceContainer_IsMetadataSearchInProgress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 72 }; +pub const DEVPKEY_DeviceContainer_IsNetworkDevice: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 85 }; +pub const DEVPKEY_DeviceContainer_IsNotInterestingForDisplay: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 74 }; +pub const DEVPKEY_DeviceContainer_IsPaired: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 56 }; +pub const DEVPKEY_DeviceContainer_IsRebootRequired: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 108 }; +pub const DEVPKEY_DeviceContainer_IsSharedDevice: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 84 }; +pub const DEVPKEY_DeviceContainer_IsShowInDisconnectedState: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 68 }; +pub const DEVPKEY_DeviceContainer_Last_Connected: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 67 }; +pub const DEVPKEY_DeviceContainer_Last_Seen: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 66 }; +pub const DEVPKEY_DeviceContainer_LaunchDeviceStageFromExplorer: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 77 }; +pub const DEVPKEY_DeviceContainer_LaunchDeviceStageOnDeviceConnect: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 76 }; +pub const DEVPKEY_DeviceContainer_Manufacturer: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8192 }; +pub const DEVPKEY_DeviceContainer_MetadataCabinet: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 87 }; +pub const DEVPKEY_DeviceContainer_MetadataChecksum: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 73 }; +pub const DEVPKEY_DeviceContainer_MetadataPath: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 71 }; +pub const DEVPKEY_DeviceContainer_ModelName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8194 }; +pub const DEVPKEY_DeviceContainer_ModelNumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8195 }; +pub const DEVPKEY_DeviceContainer_PrimaryCategory: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 97 }; +pub const DEVPKEY_DeviceContainer_PrivilegedPackageFamilyNames: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 106 }; +pub const DEVPKEY_DeviceContainer_RequiresPairingElevation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 88 }; +pub const DEVPKEY_DeviceContainer_RequiresUninstallElevation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 99 }; +pub const DEVPKEY_DeviceContainer_UnpairUninstall: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 98 }; +pub const DEVPKEY_DeviceContainer_Version: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 65 }; +pub const DEVPKEY_DeviceInterfaceClass_DefaultInterface: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x14c83a99_0b3f_44b7_be4c_a178d3990564), pid: 2 }; +pub const DEVPKEY_DeviceInterfaceClass_Name: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x14c83a99_0b3f_44b7_be4c_a178d3990564), pid: 3 }; +pub const DEVPKEY_DeviceInterface_Autoplay_Silent: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x434dd28f_9e75_450a_9ab9_ff61e618bad0), pid: 2 }; +pub const DEVPKEY_DeviceInterface_ClassGuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 4 }; +pub const DEVPKEY_DeviceInterface_Enabled: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 3 }; +pub const DEVPKEY_DeviceInterface_FriendlyName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 2 }; +pub const DEVPKEY_DeviceInterface_ReferenceString: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 5 }; +pub const DEVPKEY_DeviceInterface_Restricted: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 6 }; +pub const DEVPKEY_DeviceInterface_SchematicName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 9 }; +pub const DEVPKEY_DeviceInterface_UnrestrictedAppCapabilities: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 8 }; +pub const DEVPKEY_Device_AdditionalSoftwareRequested: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 19 }; +pub const DEVPKEY_Device_Address: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 30 }; +pub const DEVPKEY_Device_AssignedToGuest: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 24 }; +pub const DEVPKEY_Device_BaseContainerId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 38 }; +pub const DEVPKEY_Device_BiosDeviceName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 10 }; +pub const DEVPKEY_Device_BusNumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 23 }; +pub const DEVPKEY_Device_BusRelations: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 7 }; +pub const DEVPKEY_Device_BusReportedDeviceDesc: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 4 }; +pub const DEVPKEY_Device_BusTypeGuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 21 }; +pub const DEVPKEY_Device_Capabilities: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 17 }; +pub const DEVPKEY_Device_Characteristics: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 29 }; +pub const DEVPKEY_Device_Children: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 9 }; +pub const DEVPKEY_Device_Class: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 9 }; +pub const DEVPKEY_Device_ClassGuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 10 }; +pub const DEVPKEY_Device_CompanionApps: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6a742654_d0b2_4420_a523_e068352ac1df), pid: 2 }; +pub const DEVPKEY_Device_CompatibleIds: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 4 }; +pub const DEVPKEY_Device_ConfigFlags: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 12 }; +pub const DEVPKEY_Device_ConfigurationId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 7 }; +pub const DEVPKEY_Device_ContainerId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 2 }; +pub const DEVPKEY_Device_CreatorProcessId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 25 }; +pub const DEVPKEY_Device_DHP_Rebalance_Policy: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 2 }; +pub const DEVPKEY_Device_DebuggerSafe: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 12 }; +pub const DEVPKEY_Device_DependencyDependents: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 21 }; +pub const DEVPKEY_Device_DependencyProviders: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 20 }; +pub const DEVPKEY_Device_DevNodeStatus: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 2 }; +pub const DEVPKEY_Device_DevType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 27 }; +pub const DEVPKEY_Device_DeviceDesc: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 2 }; +pub const DEVPKEY_Device_Driver: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 11 }; +pub const DEVPKEY_Device_DriverCoInstallers: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 11 }; +pub const DEVPKEY_Device_DriverDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 2 }; +pub const DEVPKEY_Device_DriverDesc: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 4 }; +pub const DEVPKEY_Device_DriverInfPath: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 5 }; +pub const DEVPKEY_Device_DriverInfSection: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 6 }; +pub const DEVPKEY_Device_DriverInfSectionExt: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 7 }; +pub const DEVPKEY_Device_DriverLogoLevel: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 15 }; +pub const DEVPKEY_Device_DriverProblemDesc: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 11 }; +pub const DEVPKEY_Device_DriverPropPageProvider: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 10 }; +pub const DEVPKEY_Device_DriverProvider: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 9 }; +pub const DEVPKEY_Device_DriverRank: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 14 }; +pub const DEVPKEY_Device_DriverVersion: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 3 }; +pub const DEVPKEY_Device_EjectionRelations: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 4 }; +pub const DEVPKEY_Device_EnumeratorName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 24 }; +pub const DEVPKEY_Device_Exclusive: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 28 }; +pub const DEVPKEY_Device_ExtendedAddress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 23 }; +pub const DEVPKEY_Device_ExtendedConfigurationIds: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 15 }; +pub const DEVPKEY_Device_FirmwareDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 17 }; +pub const DEVPKEY_Device_FirmwareRevision: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 19 }; +pub const DEVPKEY_Device_FirmwareVendor: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 26 }; +pub const DEVPKEY_Device_FirmwareVersion: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 18 }; +pub const DEVPKEY_Device_FirstInstallDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 101 }; +pub const DEVPKEY_Device_FriendlyName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 14 }; +pub const DEVPKEY_Device_FriendlyNameAttributes: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 3 }; +pub const DEVPKEY_Device_GenericDriverInstalled: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 18 }; +pub const DEVPKEY_Device_HardwareIds: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 3 }; +pub const DEVPKEY_Device_HasProblem: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 6 }; +pub const DEVPKEY_Device_InLocalMachineContainer: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 4 }; +pub const DEVPKEY_Device_InstallDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 100 }; +pub const DEVPKEY_Device_InstallState: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 36 }; +pub const DEVPKEY_Device_InstanceId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 256 }; +pub const DEVPKEY_Device_IsAssociateableByUserAction: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 7 }; +pub const DEVPKEY_Device_IsPresent: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 5 }; +pub const DEVPKEY_Device_IsRebootRequired: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 16 }; +pub const DEVPKEY_Device_LastArrivalDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 102 }; +pub const DEVPKEY_Device_LastRemovalDate: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 103 }; +pub const DEVPKEY_Device_Legacy: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 3 }; +pub const DEVPKEY_Device_LegacyBusType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 22 }; +pub const DEVPKEY_Device_LocationInfo: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 15 }; +pub const DEVPKEY_Device_LocationPaths: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 37 }; +pub const DEVPKEY_Device_LowerFilters: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 20 }; +pub const DEVPKEY_Device_Manufacturer: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 13 }; +pub const DEVPKEY_Device_ManufacturerAttributes: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 4 }; +pub const DEVPKEY_Device_MatchingDeviceId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 8 }; +pub const DEVPKEY_Device_Model: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 39 }; +pub const DEVPKEY_Device_ModelId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 2 }; +pub const DEVPKEY_Device_NoConnectSound: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 17 }; +pub const DEVPKEY_Device_Numa_Node: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 3 }; +pub const DEVPKEY_Device_Numa_Proximity_Domain: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 1 }; +pub const DEVPKEY_Device_PDOName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 16 }; +pub const DEVPKEY_Device_Parent: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 8 }; +pub const DEVPKEY_Device_PhysicalDeviceLocation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 9 }; +pub const DEVPKEY_Device_PostInstallInProgress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 13 }; +pub const DEVPKEY_Device_PowerData: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 32 }; +pub const DEVPKEY_Device_PowerRelations: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 6 }; +pub const DEVPKEY_Device_PresenceNotForDevice: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 5 }; +pub const DEVPKEY_Device_PrimaryCompanionApp: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6a742654_d0b2_4420_a523_e068352ac1df), pid: 3 }; +pub const DEVPKEY_Device_ProblemCode: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 3 }; +pub const DEVPKEY_Device_ProblemStatus: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 12 }; +pub const DEVPKEY_Device_RemovalPolicy: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 33 }; +pub const DEVPKEY_Device_RemovalPolicyDefault: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 34 }; +pub const DEVPKEY_Device_RemovalPolicyOverride: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 35 }; +pub const DEVPKEY_Device_RemovalRelations: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 5 }; +pub const DEVPKEY_Device_Reported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80497100_8c73_48b9_aad9_ce387e19c56e), pid: 2 }; +pub const DEVPKEY_Device_ReportedDeviceIdsHash: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 8 }; +pub const DEVPKEY_Device_ResourcePickerExceptions: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 13 }; +pub const DEVPKEY_Device_ResourcePickerTags: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa8b865dd_2e3d_4094_ad97_e593a70c75d6), pid: 12 }; +pub const DEVPKEY_Device_SafeRemovalRequired: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 2 }; +pub const DEVPKEY_Device_SafeRemovalRequiredOverride: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 3 }; +pub const DEVPKEY_Device_Security: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 25 }; +pub const DEVPKEY_Device_SecuritySDS: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 26 }; +pub const DEVPKEY_Device_Service: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 6 }; +pub const DEVPKEY_Device_SessionId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 6 }; +pub const DEVPKEY_Device_ShowInUninstallUI: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 8 }; +pub const DEVPKEY_Device_Siblings: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 10 }; +pub const DEVPKEY_Device_SignalStrength: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 6 }; +pub const DEVPKEY_Device_SoftRestartSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 22 }; +pub const DEVPKEY_Device_Stack: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 14 }; +pub const DEVPKEY_Device_TransportRelations: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 11 }; +pub const DEVPKEY_Device_UINumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 18 }; +pub const DEVPKEY_Device_UINumberDescFormat: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 31 }; +pub const DEVPKEY_Device_UpperFilters: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 19 }; +pub const DEVPKEY_DrvPkg_BrandingIcon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 7 }; +pub const DEVPKEY_DrvPkg_DetailedDescription: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 4 }; +pub const DEVPKEY_DrvPkg_DocumentationLink: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 5 }; +pub const DEVPKEY_DrvPkg_Icon: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 6 }; +pub const DEVPKEY_DrvPkg_Model: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 2 }; +pub const DEVPKEY_DrvPkg_VendorWebSite: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xcf73bb51_3abf_44a2_85e0_9a3dc7a12132), pid: 3 }; +pub const DEVPKEY_NAME: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 10 }; pub const DEVPROPID_FIRST_USABLE: u32 = 2u32; pub const DEVPROP_FALSE: DEVPROP_BOOLEAN = DEVPROP_BOOLEAN(0u8); pub const DEVPROP_MASK_TYPE: u32 = 4095u32; @@ -260,7 +260,7 @@ impl core::fmt::Debug for DEVPROPTYPE { #[repr(C)] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct DEVPROPCOMPKEY { - pub Key: DEVPROPKEY, + pub Key: super::super::Foundation::DEVPROPKEY, pub Store: DEVPROPSTORE, pub LocaleName: windows_core::PCWSTR, } @@ -288,20 +288,6 @@ impl Default for DEVPROPERTY { unsafe { core::mem::zeroed() } } } -#[repr(C)] -#[derive(Clone, Copy, Debug, Eq, PartialEq)] -pub struct DEVPROPKEY { - pub fmtid: windows_core::GUID, - pub pid: u32, -} -impl windows_core::TypeKind for DEVPROPKEY { - type TypeKind = windows_core::CopyType; -} -impl Default for DEVPROPKEY { - fn default() -> Self { - unsafe { core::mem::zeroed() } - } -} #[repr(transparent)] #[derive(Clone, Copy, Debug, PartialEq, Eq)] pub struct DEVPROP_BOOLEAN(pub u8); diff --git a/crates/libs/windows/src/Windows/Win32/Devices/Sensors/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/Sensors/mod.rs index 18d85beb35..de753a9d85 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/Sensors/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/Sensors/mod.rs @@ -1,16 +1,16 @@ -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn CollectionsListAllocateBufferAndSerialize(sourcecollection: *const SENSOR_COLLECTION_LIST, ptargetbuffersizeinbytes: *mut u32, ptargetbuffer: *mut *mut u8) -> super::super::Foundation::NTSTATUS { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListAllocateBufferAndSerialize(sourcecollection : *const SENSOR_COLLECTION_LIST, ptargetbuffersizeinbytes : *mut u32, ptargetbuffer : *mut *mut u8) -> super::super::Foundation:: NTSTATUS); CollectionsListAllocateBufferAndSerialize(sourcecollection, ptargetbuffersizeinbytes, ptargetbuffer) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn CollectionsListCopyAndMarshall(target: *mut SENSOR_COLLECTION_LIST, source: *const SENSOR_COLLECTION_LIST) -> super::super::Foundation::NTSTATUS { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListCopyAndMarshall(target : *mut SENSOR_COLLECTION_LIST, source : *const SENSOR_COLLECTION_LIST) -> super::super::Foundation:: NTSTATUS); CollectionsListCopyAndMarshall(target, source) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn CollectionsListDeserializeFromBuffer(sourcebuffer: &[u8], targetcollection: *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation::NTSTATUS { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListDeserializeFromBuffer(sourcebuffersizeinbytes : u32, sourcebuffer : *const u8, targetcollection : *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation:: NTSTATUS); @@ -21,49 +21,49 @@ pub unsafe fn CollectionsListGetFillableCount(buffersizebytes: u32) -> u32 { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListGetFillableCount(buffersizebytes : u32) -> u32); CollectionsListGetFillableCount(buffersizebytes) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn CollectionsListGetMarshalledSize(collection: *const SENSOR_COLLECTION_LIST) -> u32 { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListGetMarshalledSize(collection : *const SENSOR_COLLECTION_LIST) -> u32); CollectionsListGetMarshalledSize(collection) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn CollectionsListGetMarshalledSizeWithoutSerialization(collection: *const SENSOR_COLLECTION_LIST) -> u32 { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListGetMarshalledSizeWithoutSerialization(collection : *const SENSOR_COLLECTION_LIST) -> u32); CollectionsListGetMarshalledSizeWithoutSerialization(collection) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn CollectionsListGetSerializedSize(collection: *const SENSOR_COLLECTION_LIST) -> u32 { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListGetSerializedSize(collection : *const SENSOR_COLLECTION_LIST) -> u32); CollectionsListGetSerializedSize(collection) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn CollectionsListMarshall(target: *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation::NTSTATUS { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListMarshall(target : *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation:: NTSTATUS); CollectionsListMarshall(target) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn CollectionsListSerializeToBuffer(sourcecollection: *const SENSOR_COLLECTION_LIST, targetbuffer: &mut [u8]) -> super::super::Foundation::NTSTATUS { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListSerializeToBuffer(sourcecollection : *const SENSOR_COLLECTION_LIST, targetbuffersizeinbytes : u32, targetbuffer : *mut u8) -> super::super::Foundation:: NTSTATUS); CollectionsListSerializeToBuffer(sourcecollection, targetbuffer.len().try_into().unwrap(), core::mem::transmute(targetbuffer.as_ptr())) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn CollectionsListSortSubscribedActivitiesByConfidence(thresholds: *const SENSOR_COLLECTION_LIST, pcollection: *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation::NTSTATUS { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListSortSubscribedActivitiesByConfidence(thresholds : *const SENSOR_COLLECTION_LIST, pcollection : *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation:: NTSTATUS); CollectionsListSortSubscribedActivitiesByConfidence(thresholds, pcollection) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn CollectionsListUpdateMarshalledPointer(collection: *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation::NTSTATUS { windows_targets::link!("sensorsutilsv2.dll" "system" fn CollectionsListUpdateMarshalledPointer(collection : *mut SENSOR_COLLECTION_LIST) -> super::super::Foundation:: NTSTATUS); CollectionsListUpdateMarshalledPointer(collection) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn EvaluateActivityThresholds(newsample: *const SENSOR_COLLECTION_LIST, oldsample: *const SENSOR_COLLECTION_LIST, thresholds: *const SENSOR_COLLECTION_LIST) -> super::super::Foundation::BOOLEAN { windows_targets::link!("sensorsutilsv2.dll" "system" fn EvaluateActivityThresholds(newsample : *const SENSOR_COLLECTION_LIST, oldsample : *const SENSOR_COLLECTION_LIST, thresholds : *const SENSOR_COLLECTION_LIST) -> super::super::Foundation:: BOOLEAN); @@ -88,7 +88,7 @@ pub unsafe fn InitPropVariantFromFloat(fltval: f32) -> windows_core::Result super::super::Foundation::BOOLEAN { windows_targets::link!("sensorsutilsv2.dll" "system" fn IsCollectionListSame(lista : *const SENSOR_COLLECTION_LIST, listb : *const SENSOR_COLLECTION_LIST) -> super::super::Foundation:: BOOLEAN); @@ -99,112 +99,111 @@ pub unsafe fn IsGUIDPresentInList(guidarray: &[windows_core::GUID], guidelem: *c windows_targets::link!("sensorsutilsv2.dll" "system" fn IsGUIDPresentInList(guidarray : *const windows_core::GUID, arraylength : u32, guidelem : *const windows_core::GUID) -> super::super::Foundation:: BOOLEAN); IsGUIDPresentInList(core::mem::transmute(guidarray.as_ptr()), guidarray.len().try_into().unwrap(), guidelem) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn IsKeyPresentInCollectionList(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> super::super::Foundation::BOOLEAN { - windows_targets::link!("sensorsutilsv2.dll" "system" fn IsKeyPresentInCollectionList(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY) -> super::super::Foundation:: BOOLEAN); +pub unsafe fn IsKeyPresentInCollectionList(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY) -> super::super::Foundation::BOOLEAN { + windows_targets::link!("sensorsutilsv2.dll" "system" fn IsKeyPresentInCollectionList(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY) -> super::super::Foundation:: BOOLEAN); IsKeyPresentInCollectionList(plist, pkey) } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] #[inline] -pub unsafe fn IsKeyPresentInPropertyList(plist: *const SENSOR_PROPERTY_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> super::super::Foundation::BOOLEAN { - windows_targets::link!("sensorsutilsv2.dll" "system" fn IsKeyPresentInPropertyList(plist : *const SENSOR_PROPERTY_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY) -> super::super::Foundation:: BOOLEAN); +pub unsafe fn IsKeyPresentInPropertyList(plist: *const SENSOR_PROPERTY_LIST, pkey: *const super::super::Foundation::PROPERTYKEY) -> super::super::Foundation::BOOLEAN { + windows_targets::link!("sensorsutilsv2.dll" "system" fn IsKeyPresentInPropertyList(plist : *const SENSOR_PROPERTY_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY) -> super::super::Foundation:: BOOLEAN); IsKeyPresentInPropertyList(plist, pkey) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] pub unsafe fn IsSensorSubscribed(subscriptionlist: *const SENSOR_COLLECTION_LIST, currenttype: windows_core::GUID) -> super::super::Foundation::BOOLEAN { windows_targets::link!("sensorsutilsv2.dll" "system" fn IsSensorSubscribed(subscriptionlist : *const SENSOR_COLLECTION_LIST, currenttype : windows_core::GUID) -> super::super::Foundation:: BOOLEAN); IsSensorSubscribed(subscriptionlist, core::mem::transmute(currenttype)) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetBool(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pretvalue: *mut super::super::Foundation::BOOL) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetBool(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut super::super::Foundation:: BOOL) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetBool(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, pretvalue: *mut super::super::Foundation::BOOL) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetBool(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut super::super::Foundation:: BOOL) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetBool(plist, pkey, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetDouble(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pretvalue: *mut f64) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetDouble(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut f64) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetDouble(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, pretvalue: *mut f64) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetDouble(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut f64) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetDouble(plist, pkey, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetFileTime(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pretvalue: *mut super::super::Foundation::FILETIME) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetFileTime(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut super::super::Foundation:: FILETIME) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetFileTime(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, pretvalue: *mut super::super::Foundation::FILETIME) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetFileTime(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut super::super::Foundation:: FILETIME) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetFileTime(plist, pkey, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetFloat(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pretvalue: *mut f32) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetFloat(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut f32) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetFloat(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, pretvalue: *mut f32) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetFloat(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut f32) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetFloat(plist, pkey, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetGuid(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pretvalue: *mut windows_core::GUID) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetGuid(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut windows_core::GUID) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetGuid(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, pretvalue: *mut windows_core::GUID) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetGuid(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut windows_core::GUID) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetGuid(plist, pkey, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetInt32(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pretvalue: *mut i32) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetInt32(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut i32) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetInt32(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, pretvalue: *mut i32) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetInt32(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut i32) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetInt32(plist, pkey, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetInt64(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pretvalue: *mut i64) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetInt64(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut i64) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetInt64(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, pretvalue: *mut i64) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetInt64(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut i64) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetInt64(plist, pkey, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetNthInt64(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, occurrence: u32, pretvalue: *mut i64) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthInt64(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, occurrence : u32, pretvalue : *mut i64) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetNthInt64(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, occurrence: u32, pretvalue: *mut i64) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthInt64(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, occurrence : u32, pretvalue : *mut i64) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetNthInt64(plist, pkey, occurrence, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetNthUlong(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, occurrence: u32, pretvalue: *mut u32) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthUlong(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, occurrence : u32, pretvalue : *mut u32) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetNthUlong(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, occurrence: u32, pretvalue: *mut u32) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthUlong(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, occurrence : u32, pretvalue : *mut u32) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetNthUlong(plist, pkey, occurrence, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetNthUshort(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, occurrence: u32, pretvalue: *mut u16) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthUshort(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, occurrence : u32, pretvalue : *mut u16) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetNthUshort(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, occurrence: u32, pretvalue: *mut u16) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetNthUshort(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, occurrence : u32, pretvalue : *mut u16) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetNthUshort(plist, pkey, occurrence, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetPropVariant(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, typecheck: P0, pvalue: *mut super::super::System::Com::StructuredStorage::PROPVARIANT) -> super::super::Foundation::NTSTATUS +pub unsafe fn PropKeyFindKeyGetPropVariant(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, typecheck: P0, pvalue: *mut super::super::System::Com::StructuredStorage::PROPVARIANT) -> super::super::Foundation::NTSTATUS where P0: windows_core::Param, { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetPropVariant(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, typecheck : super::super::Foundation:: BOOLEAN, pvalue : *mut core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> super::super::Foundation:: NTSTATUS); + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetPropVariant(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, typecheck : super::super::Foundation:: BOOLEAN, pvalue : *mut core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetPropVariant(plist, pkey, typecheck.param().abi(), core::mem::transmute(pvalue)) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetUlong(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pretvalue: *mut u32) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetUlong(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut u32) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetUlong(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, pretvalue: *mut u32) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetUlong(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut u32) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetUlong(plist, pkey, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeyGetUshort(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pretvalue: *mut u16) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetUshort(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pretvalue : *mut u16) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn PropKeyFindKeyGetUshort(plist: *const SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, pretvalue: *mut u16) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeyGetUshort(plist : *const SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pretvalue : *mut u16) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeyGetUshort(plist, pkey, pretvalue) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PropKeyFindKeySetPropVariant(plist: *mut SENSOR_COLLECTION_LIST, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, typecheck: P0, pvalue: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> super::super::Foundation::NTSTATUS +pub unsafe fn PropKeyFindKeySetPropVariant(plist: *mut SENSOR_COLLECTION_LIST, pkey: *const super::super::Foundation::PROPERTYKEY, typecheck: P0, pvalue: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> super::super::Foundation::NTSTATUS where P0: windows_core::Param, { - windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeySetPropVariant(plist : *mut SENSOR_COLLECTION_LIST, pkey : *const super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, typecheck : super::super::Foundation:: BOOLEAN, pvalue : *const core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> super::super::Foundation:: NTSTATUS); + windows_targets::link!("sensorsutilsv2.dll" "system" fn PropKeyFindKeySetPropVariant(plist : *mut SENSOR_COLLECTION_LIST, pkey : *const super::super::Foundation:: PROPERTYKEY, typecheck : super::super::Foundation:: BOOLEAN, pvalue : *const core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> super::super::Foundation:: NTSTATUS); PropKeyFindKeySetPropVariant(plist, pkey, typecheck.param().abi(), core::mem::transmute(pvalue)) } #[cfg(all(feature = "Win32_Devices_Properties", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] @@ -213,7 +212,6 @@ pub unsafe fn PropVariantGetInformation(propvariantvalue: *const super::super::S windows_targets::link!("sensorsutilsv2.dll" "system" fn PropVariantGetInformation(propvariantvalue : *const core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >, propvariantoffset : *mut u32, propvariantsize : *mut u32, propvariantpointer : *mut *mut core::ffi::c_void, remappedtype : *mut super::Properties:: DEVPROPTYPE) -> super::super::Foundation:: NTSTATUS); PropVariantGetInformation(core::mem::transmute(propvariantvalue), core::mem::transmute(propvariantoffset.unwrap_or(core::ptr::null_mut())), core::mem::transmute(propvariantsize.unwrap_or(core::ptr::null_mut())), core::mem::transmute(propvariantpointer.unwrap_or(core::ptr::null_mut())), core::mem::transmute(remappedtype.unwrap_or(core::ptr::null_mut()))) } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] #[inline] pub unsafe fn PropertiesListCopy(target: *mut SENSOR_PROPERTY_LIST, source: *const SENSOR_PROPERTY_LIST) -> super::super::Foundation::NTSTATUS { windows_targets::link!("sensorsutilsv2.dll" "system" fn PropertiesListCopy(target : *mut SENSOR_PROPERTY_LIST, source : *const SENSOR_PROPERTY_LIST) -> super::super::Foundation:: NTSTATUS); @@ -224,10 +222,10 @@ pub unsafe fn PropertiesListGetFillableCount(buffersizebytes: u32) -> u32 { windows_targets::link!("sensorsutilsv2.dll" "system" fn PropertiesListGetFillableCount(buffersizebytes : u32) -> u32); PropertiesListGetFillableCount(buffersizebytes) } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn SensorCollectionGetAt(index: u32, psensorslist: *const SENSOR_COLLECTION_LIST, pkey: Option<*mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY>, pvalue: Option<*mut super::super::System::Com::StructuredStorage::PROPVARIANT>) -> super::super::Foundation::NTSTATUS { - windows_targets::link!("sensorsutilsv2.dll" "system" fn SensorCollectionGetAt(index : u32, psensorslist : *const SENSOR_COLLECTION_LIST, pkey : *mut super::super::UI::Shell::PropertiesSystem:: PROPERTYKEY, pvalue : *mut core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> super::super::Foundation:: NTSTATUS); +pub unsafe fn SensorCollectionGetAt(index: u32, psensorslist: *const SENSOR_COLLECTION_LIST, pkey: Option<*mut super::super::Foundation::PROPERTYKEY>, pvalue: Option<*mut super::super::System::Com::StructuredStorage::PROPVARIANT>) -> super::super::Foundation::NTSTATUS { + windows_targets::link!("sensorsutilsv2.dll" "system" fn SensorCollectionGetAt(index : u32, psensorslist : *const SENSOR_COLLECTION_LIST, pkey : *mut super::super::Foundation:: PROPERTYKEY, pvalue : *mut core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> super::super::Foundation:: NTSTATUS); SensorCollectionGetAt(index, psensorslist, core::mem::transmute(pkey.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pvalue.unwrap_or(core::ptr::null_mut()))) } #[inline] @@ -319,8 +317,8 @@ impl ISensor { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetFriendlyName)(windows_core::Interface::as_raw(self), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetProperty(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetProperty(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetProperty)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -345,8 +343,7 @@ impl ISensor { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).SetProperties)(windows_core::Interface::as_raw(self), pproperties.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SupportsDataField(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn SupportsDataField(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).SupportsDataField)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } @@ -382,9 +379,9 @@ pub struct ISensor_Vtbl { pub GetCategory: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::GUID) -> windows_core::HRESULT, pub GetType: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::GUID) -> windows_core::HRESULT, pub GetFriendlyName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetProperty: usize, #[cfg(feature = "Win32_Devices_PortableDevices")] pub GetProperties: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, @@ -398,10 +395,7 @@ pub struct ISensor_Vtbl { pub SetProperties: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Devices_PortableDevices"))] SetProperties: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SupportsDataField: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut super::super::Foundation::VARIANT_BOOL) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SupportsDataField: usize, + pub SupportsDataField: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut super::super::Foundation::VARIANT_BOOL) -> windows_core::HRESULT, pub GetState: unsafe extern "system" fn(*mut core::ffi::c_void, *mut SensorState) -> windows_core::HRESULT, pub GetData: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub SupportsEvent: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut super::super::Foundation::VARIANT_BOOL) -> windows_core::HRESULT, @@ -409,17 +403,17 @@ pub struct ISensor_Vtbl { pub SetEventInterest: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, u32) -> windows_core::HRESULT, pub SetEventSink: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait ISensor_Impl: Sized + windows_core::IUnknownImpl { fn GetID(&self) -> windows_core::Result; fn GetCategory(&self) -> windows_core::Result; fn GetType(&self) -> windows_core::Result; fn GetFriendlyName(&self) -> windows_core::Result; - fn GetProperty(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetProperty(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn GetProperties(&self, pkeys: Option<&super::PortableDevices::IPortableDeviceKeyCollection>) -> windows_core::Result; fn GetSupportedDataFields(&self) -> windows_core::Result; fn SetProperties(&self, pproperties: Option<&super::PortableDevices::IPortableDeviceValues>) -> windows_core::Result; - fn SupportsDataField(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn SupportsDataField(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn GetState(&self) -> windows_core::Result; fn GetData(&self) -> windows_core::Result; fn SupportsEvent(&self, eventguid: *const windows_core::GUID) -> windows_core::Result; @@ -427,9 +421,9 @@ pub trait ISensor_Impl: Sized + windows_core::IUnknownImpl { fn SetEventInterest(&self, pvalues: *const windows_core::GUID, count: u32) -> windows_core::Result<()>; fn SetEventSink(&self, pevents: Option<&ISensorEvents>) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ISensor {} -#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl ISensor_Vtbl { pub const fn new() -> ISensor_Vtbl { unsafe extern "system" fn GetID(this: *mut core::ffi::c_void, pid: *mut windows_core::GUID) -> windows_core::HRESULT { @@ -472,7 +466,7 @@ impl ISensor_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetProperty(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pproperty: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetProperty(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pproperty: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match ISensor_Impl::GetProperty(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -512,7 +506,7 @@ impl ISensor_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SupportsDataField(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pissupported: *mut super::super::Foundation::VARIANT_BOOL) -> windows_core::HRESULT { + unsafe extern "system" fn SupportsDataField(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pissupported: *mut super::super::Foundation::VARIANT_BOOL) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match ISensor_Impl::SupportsDataField(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -707,8 +701,8 @@ impl ISensorDataReport { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetTimestamp)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetSensorValue(&self, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetSensorValue(&self, pkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetSensorValue)(windows_core::Interface::as_raw(self), pkey, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -725,24 +719,24 @@ impl ISensorDataReport { pub struct ISensorDataReport_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetTimestamp: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::SYSTEMTIME) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetSensorValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetSensorValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetSensorValue: usize, #[cfg(feature = "Win32_Devices_PortableDevices")] pub GetSensorValues: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Devices_PortableDevices"))] GetSensorValues: usize, } -#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait ISensorDataReport_Impl: Sized + windows_core::IUnknownImpl { fn GetTimestamp(&self) -> windows_core::Result; - fn GetSensorValue(&self, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetSensorValue(&self, pkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn GetSensorValues(&self, pkeys: Option<&super::PortableDevices::IPortableDeviceKeyCollection>) -> windows_core::Result; } -#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ISensorDataReport {} -#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Devices_PortableDevices", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl ISensorDataReport_Vtbl { pub const fn new() -> ISensorDataReport_Vtbl { unsafe extern "system" fn GetTimestamp(this: *mut core::ffi::c_void, ptimestamp: *mut super::super::Foundation::SYSTEMTIME) -> windows_core::HRESULT { @@ -755,7 +749,7 @@ impl ISensorDataReport_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetSensorValue(this: *mut core::ffi::c_void, pkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetSensorValue(this: *mut core::ffi::c_void, pkey: *const super::super::Foundation::PROPERTYKEY, pvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match ISensorDataReport_Impl::GetSensorValue(this, core::mem::transmute_copy(&pkey)) { Ok(ok__) => { @@ -1117,340 +1111,183 @@ pub const SENSOR_CATEGORY_UNSUPPORTED: windows_core::GUID = windows_core::GUID:: pub const SENSOR_CONNECTION_TYPE_PC_ATTACHED: SensorConnectionType = SensorConnectionType(1i32); pub const SENSOR_CONNECTION_TYPE_PC_EXTERNAL: SensorConnectionType = SensorConnectionType(2i32); pub const SENSOR_CONNECTION_TYPE_PC_INTEGRATED: SensorConnectionType = SensorConnectionType(0i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ABSOLUTE_PRESSURE_PASCAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ACCELERATION_X_G: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ACCELERATION_Y_G: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ACCELERATION_Z_G: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ADDRESS1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ADDRESS2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ALTITUDE_ANTENNA_SEALEVEL_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 36 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_ERROR_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_ERROR_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_X_DEGREES_PER_SECOND_SQUARED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Y_DEGREES_PER_SECOND_SQUARED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Z_DEGREES_PER_SECOND_SQUARED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_X_DEGREES_PER_SECOND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Y_DEGREES_PER_SECOND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Z_DEGREES_PER_SECOND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ATMOSPHERIC_PRESSURE_BAR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 4 }; +pub const SENSOR_DATA_TYPE_ABSOLUTE_PRESSURE_PASCAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 5 }; +pub const SENSOR_DATA_TYPE_ACCELERATION_X_G: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 2 }; +pub const SENSOR_DATA_TYPE_ACCELERATION_Y_G: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 3 }; +pub const SENSOR_DATA_TYPE_ACCELERATION_Z_G: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 4 }; +pub const SENSOR_DATA_TYPE_ADDRESS1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 23 }; +pub const SENSOR_DATA_TYPE_ADDRESS2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 24 }; +pub const SENSOR_DATA_TYPE_ALTITUDE_ANTENNA_SEALEVEL_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 36 }; +pub const SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_ERROR_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 29 }; +pub const SENSOR_DATA_TYPE_ALTITUDE_ELLIPSOID_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 5 }; +pub const SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_ERROR_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 30 }; +pub const SENSOR_DATA_TYPE_ALTITUDE_SEALEVEL_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 4 }; +pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_X_DEGREES_PER_SECOND_SQUARED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 5 }; +pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Y_DEGREES_PER_SECOND_SQUARED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 6 }; +pub const SENSOR_DATA_TYPE_ANGULAR_ACCELERATION_Z_DEGREES_PER_SECOND_SQUARED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 7 }; +pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_X_DEGREES_PER_SECOND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 10 }; +pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Y_DEGREES_PER_SECOND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 11 }; +pub const SENSOR_DATA_TYPE_ANGULAR_VELOCITY_Z_DEGREES_PER_SECOND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 12 }; +pub const SENSOR_DATA_TYPE_ATMOSPHERIC_PRESSURE_BAR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 4 }; pub const SENSOR_DATA_TYPE_BIOMETRIC_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_BOOLEAN_SWITCH_ARRAY_STATES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_BOOLEAN_SWITCH_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CAPACITANCE_FARAD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 25 }; +pub const SENSOR_DATA_TYPE_BOOLEAN_SWITCH_ARRAY_STATES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 10 }; +pub const SENSOR_DATA_TYPE_BOOLEAN_SWITCH_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 2 }; +pub const SENSOR_DATA_TYPE_CAPACITANCE_FARAD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 4 }; +pub const SENSOR_DATA_TYPE_CITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 25 }; pub const SENSOR_DATA_TYPE_COMMON_GUID: windows_core::GUID = windows_core::GUID::from_u128(0xdb5e0cf2_cf1f_4c18_b46c_d86011d62150); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_COUNTRY_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CURRENT_AMPS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_BOOLEAN_ARRAY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 6 }; +pub const SENSOR_DATA_TYPE_COUNTRY_REGION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 28 }; +pub const SENSOR_DATA_TYPE_CURRENT_AMPS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 3 }; +pub const SENSOR_DATA_TYPE_CUSTOM_BOOLEAN_ARRAY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 6 }; pub const SENSOR_DATA_TYPE_CUSTOM_GUID: windows_core::GUID = windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_USAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE10: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE11: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE12: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE13: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE14: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE15: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE16: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE17: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE18: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE19: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE20: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE21: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE22: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE23: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE24: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE25: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE26: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE27: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE28: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE3: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE4: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE5: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE6: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE7: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE8: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_CUSTOM_VALUE9: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_DGPS_DATA_AGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 35 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_DIFFERENTIAL_REFERENCE_STATION_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_DISTANCE_X_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_DISTANCE_Y_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_DISTANCE_Z_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ELECTRICAL_FREQUENCY_HERTZ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 9 }; +pub const SENSOR_DATA_TYPE_CUSTOM_USAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 5 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 7 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE10: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 16 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE11: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 17 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE12: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 18 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE13: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 19 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE14: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 20 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE15: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 21 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE16: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 22 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE17: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 23 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE18: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 24 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE19: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 25 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 8 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE20: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 26 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE21: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 27 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE22: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 28 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE23: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 29 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE24: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 30 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE25: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 31 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE26: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 32 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE27: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 33 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE28: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 34 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE3: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 9 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE4: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 10 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE5: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 11 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE6: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 12 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE7: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 13 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE8: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 14 }; +pub const SENSOR_DATA_TYPE_CUSTOM_VALUE9: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb14c764f_07cf_41e8_9d82_ebe3d0776a6f), pid: 15 }; +pub const SENSOR_DATA_TYPE_DGPS_DATA_AGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 35 }; +pub const SENSOR_DATA_TYPE_DIFFERENTIAL_REFERENCE_STATION_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 37 }; +pub const SENSOR_DATA_TYPE_DISTANCE_X_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 8 }; +pub const SENSOR_DATA_TYPE_DISTANCE_Y_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 9 }; +pub const SENSOR_DATA_TYPE_DISTANCE_Z_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 10 }; +pub const SENSOR_DATA_TYPE_ELECTRICAL_FREQUENCY_HERTZ: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 9 }; pub const SENSOR_DATA_TYPE_ELECTRICAL_GUID: windows_core::GUID = windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ELECTRICAL_PERCENT_OF_RANGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ELECTRICAL_POWER_WATTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 7 }; +pub const SENSOR_DATA_TYPE_ELECTRICAL_PERCENT_OF_RANGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 8 }; +pub const SENSOR_DATA_TYPE_ELECTRICAL_POWER_WATTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 7 }; pub const SENSOR_DATA_TYPE_ENVIRONMENTAL_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ERROR_RADIUS_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_FIX_QUALITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_FIX_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_FORCE_NEWTONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_GAUGE_PRESSURE_PASCAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_GEOIDAL_SEPARATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_GPS_OPERATION_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_GPS_SELECTION_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_GPS_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 33 }; +pub const SENSOR_DATA_TYPE_ERROR_RADIUS_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 22 }; +pub const SENSOR_DATA_TYPE_FIX_QUALITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 10 }; +pub const SENSOR_DATA_TYPE_FIX_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 11 }; +pub const SENSOR_DATA_TYPE_FORCE_NEWTONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 4 }; +pub const SENSOR_DATA_TYPE_GAUGE_PRESSURE_PASCAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 6 }; +pub const SENSOR_DATA_TYPE_GEOIDAL_SEPARATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 34 }; +pub const SENSOR_DATA_TYPE_GPS_OPERATION_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 32 }; +pub const SENSOR_DATA_TYPE_GPS_SELECTION_MODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 31 }; +pub const SENSOR_DATA_TYPE_GPS_STATUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 33 }; pub const SENSOR_DATA_TYPE_GUID_MECHANICAL_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_HORIZONAL_DILUTION_OF_PRECISION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_HUMAN_PRESENCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_HUMAN_PROXIMITY_METERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_INDUCTANCE_HENRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LATITUDE_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LIGHT_CHROMACITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 4 }; +pub const SENSOR_DATA_TYPE_HORIZONAL_DILUTION_OF_PRECISION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 13 }; +pub const SENSOR_DATA_TYPE_HUMAN_PRESENCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 2 }; +pub const SENSOR_DATA_TYPE_HUMAN_PROXIMITY_METERS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 3 }; +pub const SENSOR_DATA_TYPE_INDUCTANCE_HENRY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 6 }; +pub const SENSOR_DATA_TYPE_LATITUDE_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 2 }; +pub const SENSOR_DATA_TYPE_LIGHT_CHROMACITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 4 }; pub const SENSOR_DATA_TYPE_LIGHT_GUID: windows_core::GUID = windows_core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LIGHT_LEVEL_LUX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LIGHT_TEMPERATURE_KELVIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 3 }; +pub const SENSOR_DATA_TYPE_LIGHT_LEVEL_LUX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 2 }; +pub const SENSOR_DATA_TYPE_LIGHT_TEMPERATURE_KELVIN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4c77ce2_dcb7_46e9_8439_4fec548833a6), pid: 3 }; pub const SENSOR_DATA_TYPE_LOCATION_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LOCATION_SOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 40 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_LONGITUDE_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_X_MILLIGAUSS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Y_MILLIGAUSS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Z_MILLIGAUSS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_MAGNETIC_NORTH_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_TRUE_NORTH_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_MAGNETIC_NORTH_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_TRUE_NORTH_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_X_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_Y_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_Z_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETIC_VARIATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MAGNETOMETER_ACCURACY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 22 }; +pub const SENSOR_DATA_TYPE_LOCATION_SOURCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 40 }; +pub const SENSOR_DATA_TYPE_LONGITUDE_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 3 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_X_MILLIGAUSS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 19 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Y_MILLIGAUSS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 20 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_FIELD_STRENGTH_Z_MILLIGAUSS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 21 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_MAGNETIC_NORTH_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 11 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_COMPENSATED_TRUE_NORTH_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 12 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 8 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_MAGNETIC_NORTH_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 13 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_TRUE_NORTH_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 14 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_X_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 5 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_Y_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 6 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_HEADING_Z_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 7 }; +pub const SENSOR_DATA_TYPE_MAGNETIC_VARIATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 9 }; +pub const SENSOR_DATA_TYPE_MAGNETOMETER_ACCURACY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 22 }; pub const SENSOR_DATA_TYPE_MOTION_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MOTION_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_MULTIVALUE_SWITCH_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_NMEA_SENTENCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 38 }; +pub const SENSOR_DATA_TYPE_MOTION_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 9 }; +pub const SENSOR_DATA_TYPE_MULTIVALUE_SWITCH_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 3 }; +pub const SENSOR_DATA_TYPE_NMEA_SENTENCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 38 }; pub const SENSOR_DATA_TYPE_ORIENTATION_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_POSITION_DILUTION_OF_PRECISION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_POSTALCODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_QUADRANT_ANGLE_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_QUATERNION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_RELATIVE_HUMIDITY_PERCENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_RESISTANCE_OHMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_RFID_TAG_40_BIT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd7a59a3c_3421_44ab_8d3a_9de8ab6c4cae), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_ROTATION_MATRIX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_AZIMUTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ELEVATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 39 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_PRNS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_STN_RATIO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_USED_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_USED_PRNS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SATELLITES_USED_PRNS_AND_CONSTELLATIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 41 }; +pub const SENSOR_DATA_TYPE_POSITION_DILUTION_OF_PRECISION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 12 }; +pub const SENSOR_DATA_TYPE_POSTALCODE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 27 }; +pub const SENSOR_DATA_TYPE_QUADRANT_ANGLE_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 15 }; +pub const SENSOR_DATA_TYPE_QUATERNION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 17 }; +pub const SENSOR_DATA_TYPE_RELATIVE_HUMIDITY_PERCENT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 3 }; +pub const SENSOR_DATA_TYPE_RESISTANCE_OHMS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 5 }; +pub const SENSOR_DATA_TYPE_RFID_TAG_40_BIT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd7a59a3c_3421_44ab_8d3a_9de8ab6c4cae), pid: 2 }; +pub const SENSOR_DATA_TYPE_ROTATION_MATRIX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 16 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 17 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_AZIMUTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 20 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ELEVATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 19 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 39 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_PRNS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 18 }; +pub const SENSOR_DATA_TYPE_SATELLITES_IN_VIEW_STN_RATIO: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 21 }; +pub const SENSOR_DATA_TYPE_SATELLITES_USED_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 15 }; +pub const SENSOR_DATA_TYPE_SATELLITES_USED_PRNS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 16 }; +pub const SENSOR_DATA_TYPE_SATELLITES_USED_PRNS_AND_CONSTELLATIONS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 41 }; pub const SENSOR_DATA_TYPE_SCANNER_GUID: windows_core::GUID = windows_core::GUID::from_u128(0xd7a59a3c_3421_44ab_8d3a_9de8ab6c4cae); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SIMPLE_DEVICE_ORIENTATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SPEED_KNOTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_SPEED_METERS_PER_SECOND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_STATE_PROVINCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_STRAIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TEMPERATURE_CELSIUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TILT_X_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TILT_Y_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TILT_Z_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TIMESTAMP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdb5e0cf2_cf1f_4c18_b46c_d86011d62150), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TOUCH_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_TRUE_HEADING_DEGREES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_VERTICAL_DILUTION_OF_PRECISION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_VOLTAGE_VOLTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_WEIGHT_KILOGRAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_WIND_DIRECTION_DEGREES_ANTICLOCKWISE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_DATA_TYPE_WIND_SPEED_METERS_PER_SECOND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 6 }; +pub const SENSOR_DATA_TYPE_SIMPLE_DEVICE_ORIENTATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 18 }; +pub const SENSOR_DATA_TYPE_SPEED_KNOTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 6 }; +pub const SENSOR_DATA_TYPE_SPEED_METERS_PER_SECOND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8a69a2_07c5_4e48_a965_cd797aab56d5), pid: 8 }; +pub const SENSOR_DATA_TYPE_STATE_PROVINCE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 26 }; +pub const SENSOR_DATA_TYPE_STRAIN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 7 }; +pub const SENSOR_DATA_TYPE_TEMPERATURE_CELSIUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 2 }; +pub const SENSOR_DATA_TYPE_TILT_X_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 2 }; +pub const SENSOR_DATA_TYPE_TILT_Y_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 3 }; +pub const SENSOR_DATA_TYPE_TILT_Z_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1637d8a2_4248_4275_865d_558de84aedfd), pid: 4 }; +pub const SENSOR_DATA_TYPE_TIMESTAMP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdb5e0cf2_cf1f_4c18_b46c_d86011d62150), pid: 2 }; +pub const SENSOR_DATA_TYPE_TOUCH_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2299288a_6d9e_4b0b_b7ec_3528f89e40af), pid: 4 }; +pub const SENSOR_DATA_TYPE_TRUE_HEADING_DEGREES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 7 }; +pub const SENSOR_DATA_TYPE_VERTICAL_DILUTION_OF_PRECISION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x055c74d8_ca6f_47d6_95c6_1ed3637a0ff4), pid: 14 }; +pub const SENSOR_DATA_TYPE_VOLTAGE_VOLTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbbb246d1_e242_4780_a2d3_cded84f35842), pid: 2 }; +pub const SENSOR_DATA_TYPE_WEIGHT_KILOGRAMS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38564a7c_f2f2_49bb_9b2b_ba60f66a58df), pid: 8 }; +pub const SENSOR_DATA_TYPE_WIND_DIRECTION_DEGREES_ANTICLOCKWISE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 5 }; +pub const SENSOR_DATA_TYPE_WIND_SPEED_METERS_PER_SECOND: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b0aa2f1_2d57_42ee_8cc0_4d27622b46c4), pid: 6 }; pub const SENSOR_ERROR_PARAMETER_COMMON_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x77112bcd_fce1_4f43_b8b8_a88256adb4b3); pub const SENSOR_EVENT_ACCELEROMETER_SHAKE: windows_core::GUID = windows_core::GUID::from_u128(0x825f5a94_0f48_4396_9ca0_6ecb5c99d915); pub const SENSOR_EVENT_DATA_UPDATED: windows_core::GUID = windows_core::GUID::from_u128(0x2ed0f2a4_0087_41d3_87db_6773370b3c88); pub const SENSOR_EVENT_PARAMETER_COMMON_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x64346e30_8728_4b34_bdf6_4f52442c5c28); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_EVENT_PARAMETER_EVENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64346e30_8728_4b34_bdf6_4f52442c5c28), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_EVENT_PARAMETER_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64346e30_8728_4b34_bdf6_4f52442c5c28), pid: 3 }; +pub const SENSOR_EVENT_PARAMETER_EVENT_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64346e30_8728_4b34_bdf6_4f52442c5c28), pid: 2 }; +pub const SENSOR_EVENT_PARAMETER_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64346e30_8728_4b34_bdf6_4f52442c5c28), pid: 3 }; pub const SENSOR_EVENT_PROPERTY_CHANGED: windows_core::GUID = windows_core::GUID::from_u128(0x2358f099_84c9_4d3d_90df_c2421e2b2045); pub const SENSOR_EVENT_STATE_CHANGED: windows_core::GUID = windows_core::GUID::from_u128(0xbfd96016_6bd7_4560_ad34_f2f6607e8f81); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_ACCURACY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_CHANGE_SENSITIVITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_CLEAR_ASSISTANCE_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe1e962f4_6e65_45f7_9c36_d487b7b1bd34), pid: 2 }; +pub const SENSOR_PROPERTY_ACCURACY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 17 }; +pub const SENSOR_PROPERTY_CHANGE_SENSITIVITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 14 }; +pub const SENSOR_PROPERTY_CLEAR_ASSISTANCE_DATA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe1e962f4_6e65_45f7_9c36_d487b7b1bd34), pid: 2 }; pub const SENSOR_PROPERTY_COMMON_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_CONNECTION_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_DEVICE_PATH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_FRIENDLY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_HID_USAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_LIGHT_RESPONSE_CURVE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 16 }; +pub const SENSOR_PROPERTY_CONNECTION_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 11 }; +pub const SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 13 }; +pub const SENSOR_PROPERTY_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 10 }; +pub const SENSOR_PROPERTY_DEVICE_PATH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 15 }; +pub const SENSOR_PROPERTY_FRIENDLY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 9 }; +pub const SENSOR_PROPERTY_HID_USAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 22 }; +pub const SENSOR_PROPERTY_LIGHT_RESPONSE_CURVE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 16 }; pub const SENSOR_PROPERTY_LIST_HEADER_SIZE: u32 = 8u32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_MANUFACTURER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_MIN_REPORT_INTERVAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_MODEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_PERSISTENT_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_RADIO_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_RADIO_STATE_PREVIOUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_RANGE_MAXIMUM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_RANGE_MINIMUM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_SERIAL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 3 }; +pub const SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 19 }; +pub const SENSOR_PROPERTY_MANUFACTURER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 6 }; +pub const SENSOR_PROPERTY_MIN_REPORT_INTERVAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 12 }; +pub const SENSOR_PROPERTY_MODEL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 7 }; +pub const SENSOR_PROPERTY_PERSISTENT_UNIQUE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 5 }; +pub const SENSOR_PROPERTY_RADIO_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 23 }; +pub const SENSOR_PROPERTY_RADIO_STATE_PREVIOUS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 24 }; +pub const SENSOR_PROPERTY_RANGE_MAXIMUM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 21 }; +pub const SENSOR_PROPERTY_RANGE_MINIMUM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 20 }; +pub const SENSOR_PROPERTY_RESOLUTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 18 }; +pub const SENSOR_PROPERTY_SERIAL_NUMBER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 8 }; +pub const SENSOR_PROPERTY_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 3 }; pub const SENSOR_PROPERTY_TEST_GUID: windows_core::GUID = windows_core::GUID::from_u128(0xe1e962f4_6e65_45f7_9c36_d487b7b1bd34); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_TURN_ON_OFF_NMEA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe1e962f4_6e65_45f7_9c36_d487b7b1bd34), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SENSOR_PROPERTY_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 2 }; +pub const SENSOR_PROPERTY_TURN_ON_OFF_NMEA: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe1e962f4_6e65_45f7_9c36_d487b7b1bd34), pid: 3 }; +pub const SENSOR_PROPERTY_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7f8383ec_d3ec_495c_a8cf_b8bbe85c2920), pid: 2 }; pub const SENSOR_STATE_ACCESS_DENIED: SensorState = SensorState(4i32); pub const SENSOR_STATE_ERROR: SensorState = SensorState(5i32); pub const SENSOR_STATE_INITIALIZING: SensorState = SensorState(3i32); @@ -1834,63 +1671,60 @@ impl Default for QUATERNION { } } #[repr(C)] -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub struct SENSOR_COLLECTION_LIST { pub AllocatedSizeInBytes: u32, pub Count: u32, pub List: [SENSOR_VALUE_PAIR; 1], } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl Clone for SENSOR_COLLECTION_LIST { fn clone(&self) -> Self { unsafe { core::mem::transmute_copy(self) } } } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::TypeKind for SENSOR_COLLECTION_LIST { type TypeKind = windows_core::CopyType; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl Default for SENSOR_COLLECTION_LIST { fn default() -> Self { unsafe { core::mem::zeroed() } } } #[repr(C)] -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct SENSOR_PROPERTY_LIST { pub AllocatedSizeInBytes: u32, pub Count: u32, - pub List: [super::super::UI::Shell::PropertiesSystem::PROPERTYKEY; 1], + pub List: [super::super::Foundation::PROPERTYKEY; 1], } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::TypeKind for SENSOR_PROPERTY_LIST { type TypeKind = windows_core::CopyType; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl Default for SENSOR_PROPERTY_LIST { fn default() -> Self { unsafe { core::mem::zeroed() } } } #[repr(C)] -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub struct SENSOR_VALUE_PAIR { - pub Key: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, + pub Key: super::super::Foundation::PROPERTYKEY, pub Value: core::mem::ManuallyDrop, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl Clone for SENSOR_VALUE_PAIR { fn clone(&self) -> Self { unsafe { core::mem::transmute_copy(self) } } } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::TypeKind for SENSOR_VALUE_PAIR { type TypeKind = windows_core::CopyType; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl Default for SENSOR_VALUE_PAIR { fn default() -> Self { unsafe { core::mem::zeroed() } diff --git a/crates/libs/windows/src/Windows/Win32/Devices/SerialCommunication/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/SerialCommunication/mod.rs index c41676a2b6..e402621a47 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/SerialCommunication/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/SerialCommunication/mod.rs @@ -56,12 +56,9 @@ pub const CDB_REPORT_BITS: u32 = 0u32; pub const CDB_REPORT_BYTES: u32 = 1u32; pub const COMDB_MAX_PORTS_ARBITRATED: u32 = 4096u32; pub const COMDB_MIN_PORTS_ARBITRATED: u32 = 256u32; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_Serial_PortName: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_Serial_UsbProductId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_Serial_UsbVendorId: super::Properties::DEVPROPKEY = super::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 2 }; +pub const DEVPKEY_DeviceInterface_Serial_PortName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 4 }; +pub const DEVPKEY_DeviceInterface_Serial_UsbProductId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 3 }; +pub const DEVPKEY_DeviceInterface_Serial_UsbVendorId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 2 }; pub const EVEN_PARITY: u32 = 2u32; pub const IOCTL_INTERNAL_SERENUM_REMOVE_SELF: u32 = 3604999u32; pub const IOCTL_SERIAL_APPLY_DEFAULT_CONFIGURATION: u32 = 1769632u32; diff --git a/crates/libs/windows/src/Windows/Win32/Devices/mod.rs b/crates/libs/windows/src/Windows/Win32/Devices/mod.rs index 09ba1e0de8..66bba1f3dd 100644 --- a/crates/libs/windows/src/Windows/Win32/Devices/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Devices/mod.rs @@ -1,9 +1,13 @@ #[cfg(feature = "Win32_Devices_AllJoyn")] pub mod AllJoyn; +#[cfg(feature = "Win32_Devices_Beep")] +pub mod Beep; #[cfg(feature = "Win32_Devices_BiometricFramework")] pub mod BiometricFramework; #[cfg(feature = "Win32_Devices_Bluetooth")] pub mod Bluetooth; +#[cfg(feature = "Win32_Devices_Cdrom")] +pub mod Cdrom; #[cfg(feature = "Win32_Devices_Communication")] pub mod Communication; #[cfg(feature = "Win32_Devices_DeviceAccess")] @@ -14,6 +18,8 @@ pub mod DeviceAndDriverInstallation; pub mod DeviceQuery; #[cfg(feature = "Win32_Devices_Display")] pub mod Display; +#[cfg(feature = "Win32_Devices_Dvd")] +pub mod Dvd; #[cfg(feature = "Win32_Devices_Enumeration")] pub mod Enumeration; #[cfg(feature = "Win32_Devices_Fax")] @@ -26,6 +32,10 @@ pub mod Geolocation; pub mod HumanInterfaceDevice; #[cfg(feature = "Win32_Devices_ImageAcquisition")] pub mod ImageAcquisition; +#[cfg(feature = "Win32_Devices_Nfc")] +pub mod Nfc; +#[cfg(feature = "Win32_Devices_Nfp")] +pub mod Nfp; #[cfg(feature = "Win32_Devices_PortableDevices")] pub mod PortableDevices; #[cfg(feature = "Win32_Devices_Properties")] @@ -42,3 +52,71 @@ pub mod Tapi; pub mod Usb; #[cfg(feature = "Win32_Devices_WebServicesOnDevices")] pub mod WebServicesOnDevices; +pub const BUS1394_LOCAL_HOST_INSTANCE_KEY: windows_core::PCWSTR = windows_core::w!("LOCAL HOST EUI64"); +pub const BUS1394_VIRTUAL_DEVICE_LIST_KEY: windows_core::PCWSTR = windows_core::w!("Virtual Device List"); +pub const IEEE1394API_ACCESS_EXCLUSIVE: u32 = 64u32; +pub const IEEE1394API_ACCESS_SHARED_READ: u32 = 16u32; +pub const IEEE1394API_ACCESS_SHARED_WRITE: u32 = 32u32; +pub const IEEE1394API_BUS_RESET_LOCAL_NODE_INITIATED: u32 = 4u32; +pub const IEEE1394API_BUS_RESET_LOCAL_NODE_IS_IRM: u32 = 2u32; +pub const IEEE1394API_BUS_RESET_LOCAL_NODE_IS_ROOT: u32 = 1u32; +pub const IEEE1394API_DEVICE_OWNERSHIP_LOCAL_NODE: u32 = 1u32; +pub const IEEE1394API_DEVICE_OWNERSHIP_REMOTE_NODE: u32 = 4u32; +pub const IEEE1394API_NOTIFICATION_BUS_RESET: u32 = 2u32; +pub const IEEE1394API_NOTIFICATION_DEVICE_ACCESS: u32 = 1u32; +pub const IEEE1394API_REMOTE_ACCESS_TRANSFER_REQUEST: u32 = 1u32; +pub const IEEE1394API_RESOURCE_OWNERSHIP_LOCAL_NODE: u32 = 2u32; +pub const IEEE1394API_RESOURCE_OWNERSHIP_REMOTE_NODE: u32 = 8u32; +pub const IEEE1394_API_ADD_VIRTUAL_DEVICE: u32 = 1u32; +pub const IEEE1394_API_DEVICE_ACCESS_TRANSFER: u32 = 3u32; +pub const IEEE1394_API_REMOVE_VIRTUAL_DEVICE: u32 = 2u32; +pub const IEEE1394_API_SET_LOCAL_NODE_PROPERTIES: u32 = 4u32; +pub const IEEE1394_REQUEST_FLAG_PERSISTENT: u32 = 2u32; +pub const IEEE1394_REQUEST_FLAG_UNICODE: u32 = 1u32; +pub const IEEE1394_REQUEST_FLAG_USE_LOCAL_HOST_EUI: u32 = 4u32; +pub const IOCTL_IEEE1394_API_REQUEST: u32 = 2229248u32; +#[repr(C)] +#[derive(Clone, Copy)] +pub struct IEEE1394_API_REQUEST { + pub RequestNumber: u32, + pub Flags: u32, + pub u: IEEE1394_API_REQUEST_0, +} +impl windows_core::TypeKind for IEEE1394_API_REQUEST { + type TypeKind = windows_core::CopyType; +} +impl Default for IEEE1394_API_REQUEST { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy)] +pub union IEEE1394_API_REQUEST_0 { + pub AddVirtualDevice: IEEE1394_VDEV_PNP_REQUEST, + pub RemoveVirtualDevice: IEEE1394_VDEV_PNP_REQUEST, +} +impl windows_core::TypeKind for IEEE1394_API_REQUEST_0 { + type TypeKind = windows_core::CopyType; +} +impl Default for IEEE1394_API_REQUEST_0 { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct IEEE1394_VDEV_PNP_REQUEST { + pub fulFlags: u32, + pub Reserved: u32, + pub InstanceId: u64, + pub DeviceId: u8, +} +impl windows_core::TypeKind for IEEE1394_VDEV_PNP_REQUEST { + type TypeKind = windows_core::CopyType; +} +impl Default for IEEE1394_VDEV_PNP_REQUEST { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} diff --git a/crates/libs/windows/src/Windows/Win32/Foundation/mod.rs b/crates/libs/windows/src/Windows/Win32/Foundation/mod.rs index 1046f9dcbe..f3bd7583e3 100644 --- a/crates/libs/windows/src/Windows/Win32/Foundation/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Foundation/mod.rs @@ -5714,6 +5714,17 @@ pub const NTE_TOKEN_KEYSET_STORAGE_FULL: windows_core::HRESULT = windows_core::H pub const NTE_UI_REQUIRED: windows_core::HRESULT = windows_core::HRESULT(0x8009002E_u32 as _); pub const NTE_USER_CANCELLED: windows_core::HRESULT = windows_core::HRESULT(0x80090036_u32 as _); pub const NTE_VALIDATION_FAILED: windows_core::HRESULT = windows_core::HRESULT(0x80090032_u32 as _); +pub const OBJ_CASE_INSENSITIVE: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(64u32); +pub const OBJ_DONT_REPARSE: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(4096u32); +pub const OBJ_EXCLUSIVE: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(32u32); +pub const OBJ_FORCE_ACCESS_CHECK: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(1024u32); +pub const OBJ_IGNORE_IMPERSONATED_DEVICEMAP: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(2048u32); +pub const OBJ_INHERIT: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(2u32); +pub const OBJ_KERNEL_HANDLE: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(512u32); +pub const OBJ_OPENIF: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(128u32); +pub const OBJ_OPENLINK: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(256u32); +pub const OBJ_PERMANENT: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(16u32); +pub const OBJ_VALID_ATTRIBUTES: OBJECT_ATTRIBUTE_FLAGS = OBJECT_ATTRIBUTE_FLAGS(8178u32); pub const OLEOBJ_E_FIRST: i32 = -2147221120i32; pub const OLEOBJ_E_INVALIDVERB: windows_core::HRESULT = windows_core::HRESULT(0x80040181_u32 as _); pub const OLEOBJ_E_LAST: i32 = -2147221105i32; @@ -10470,6 +10481,50 @@ impl core::fmt::Debug for NTSTATUS_SEVERITY_CODE { } #[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct OBJECT_ATTRIBUTE_FLAGS(pub u32); +impl windows_core::TypeKind for OBJECT_ATTRIBUTE_FLAGS { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for OBJECT_ATTRIBUTE_FLAGS { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("OBJECT_ATTRIBUTE_FLAGS").field(&self.0).finish() + } +} +impl OBJECT_ATTRIBUTE_FLAGS { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for OBJECT_ATTRIBUTE_FLAGS { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for OBJECT_ATTRIBUTE_FLAGS { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for OBJECT_ATTRIBUTE_FLAGS { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for OBJECT_ATTRIBUTE_FLAGS { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for OBJECT_ATTRIBUTE_FLAGS { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct WAIT_EVENT(pub u32); impl windows_core::TypeKind for WAIT_EVENT { type TypeKind = windows_core::CopyType; @@ -10612,6 +10667,20 @@ impl Default for DECIMAL_1_0 { } #[repr(C)] #[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct DEVPROPKEY { + pub fmtid: windows_core::GUID, + pub pid: u32, +} +impl windows_core::TypeKind for DEVPROPKEY { + type TypeKind = windows_core::CopyType; +} +impl Default for DEVPROPKEY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct FILETIME { pub dwLowDateTime: u32, pub dwHighDateTime: u32, @@ -10975,6 +11044,20 @@ impl Default for POINTS { } #[repr(C)] #[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct PROPERTYKEY { + pub fmtid: windows_core::GUID, + pub pid: u32, +} +impl windows_core::TypeKind for PROPERTYKEY { + type TypeKind = windows_core::CopyType; +} +impl Default for PROPERTYKEY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct RECT { pub left: i32, pub top: i32, diff --git a/crates/libs/windows/src/Windows/Win32/Globalization/mod.rs b/crates/libs/windows/src/Windows/Win32/Globalization/mod.rs index 02a46cee4b..73d40ac33d 100644 --- a/crates/libs/windows/src/Windows/Win32/Globalization/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Globalization/mod.rs @@ -1167,22 +1167,22 @@ pub unsafe fn TranslateCharsetInfo(lpsrc: *mut u32, lpcs: *mut CHARSETINFO, dwfl } #[inline] pub unsafe fn UCNV_FROM_U_CALLBACK_ESCAPE(context: *const core::ffi::c_void, fromuargs: *mut UConverterFromUnicodeArgs, codeunits: *const u16, length: i32, codepoint: i32, reason: UConverterCallbackReason, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_ESCAPE(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_ESCAPE(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); UCNV_FROM_U_CALLBACK_ESCAPE(context, fromuargs, codeunits, length, codepoint, reason, err) } #[inline] pub unsafe fn UCNV_FROM_U_CALLBACK_SKIP(context: *const core::ffi::c_void, fromuargs: *mut UConverterFromUnicodeArgs, codeunits: *const u16, length: i32, codepoint: i32, reason: UConverterCallbackReason, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_SKIP(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_SKIP(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); UCNV_FROM_U_CALLBACK_SKIP(context, fromuargs, codeunits, length, codepoint, reason, err) } #[inline] pub unsafe fn UCNV_FROM_U_CALLBACK_STOP(context: *const core::ffi::c_void, fromuargs: *mut UConverterFromUnicodeArgs, codeunits: *const u16, length: i32, codepoint: i32, reason: UConverterCallbackReason, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_STOP(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_STOP(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); UCNV_FROM_U_CALLBACK_STOP(context, fromuargs, codeunits, length, codepoint, reason, err) } #[inline] pub unsafe fn UCNV_FROM_U_CALLBACK_SUBSTITUTE(context: *const core::ffi::c_void, fromuargs: *mut UConverterFromUnicodeArgs, codeunits: *const u16, length: i32, codepoint: i32, reason: UConverterCallbackReason, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_SUBSTITUTE(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_FROM_U_CALLBACK_SUBSTITUTE(context : *const core::ffi::c_void, fromuargs : *mut UConverterFromUnicodeArgs, codeunits : *const u16, length : i32, codepoint : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); UCNV_FROM_U_CALLBACK_SUBSTITUTE(context, fromuargs, codeunits, length, codepoint, reason, err) } #[inline] @@ -1190,7 +1190,7 @@ pub unsafe fn UCNV_TO_U_CALLBACK_ESCAPE(context: *const core::ffi::c_void, t where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn UCNV_TO_U_CALLBACK_ESCAPE(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_TO_U_CALLBACK_ESCAPE(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); UCNV_TO_U_CALLBACK_ESCAPE(context, touargs, codeunits.param().abi(), length, reason, err) } #[inline] @@ -1198,7 +1198,7 @@ pub unsafe fn UCNV_TO_U_CALLBACK_SKIP(context: *const core::ffi::c_void, tou where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn UCNV_TO_U_CALLBACK_SKIP(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_TO_U_CALLBACK_SKIP(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); UCNV_TO_U_CALLBACK_SKIP(context, touargs, codeunits.param().abi(), length, reason, err) } #[inline] @@ -1206,7 +1206,7 @@ pub unsafe fn UCNV_TO_U_CALLBACK_STOP(context: *const core::ffi::c_void, tou where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn UCNV_TO_U_CALLBACK_STOP(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_TO_U_CALLBACK_STOP(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); UCNV_TO_U_CALLBACK_STOP(context, touargs, codeunits.param().abi(), length, reason, err) } #[inline] @@ -1214,7 +1214,7 @@ pub unsafe fn UCNV_TO_U_CALLBACK_SUBSTITUTE(context: *const core::ffi::c_voi where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn UCNV_TO_U_CALLBACK_SUBSTITUTE(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn UCNV_TO_U_CALLBACK_SUBSTITUTE(context : *const core::ffi::c_void, touargs : *mut UConverterToUnicodeArgs, codeunits : windows_core::PCSTR, length : i32, reason : UConverterCallbackReason, err : *mut UErrorCode)); UCNV_TO_U_CALLBACK_SUBSTITUTE(context, touargs, codeunits.param().abi(), length, reason, err) } #[inline] @@ -1344,7 +1344,7 @@ pub unsafe fn u_UCharsToChars(us: *const u16, cs: P0, length: i32) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_UCharsToChars(us : *const u16, cs : windows_core::PCSTR, length : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_UCharsToChars(us : *const u16, cs : windows_core::PCSTR, length : i32)); u_UCharsToChars(us, cs.param().abi(), length) } #[inline] @@ -1352,7 +1352,7 @@ pub unsafe fn u_austrcpy(dst: P0, src: *const u16) -> windows_core::PSTR where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_austrcpy(dst : windows_core::PCSTR, src : *const u16) -> windows_core::PSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn u_austrcpy(dst : windows_core::PCSTR, src : *const u16) -> windows_core::PSTR); u_austrcpy(dst.param().abi(), src) } #[inline] @@ -1360,17 +1360,17 @@ pub unsafe fn u_austrncpy(dst: P0, src: *const u16, n: i32) -> windows_core: where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_austrncpy(dst : windows_core::PCSTR, src : *const u16, n : i32) -> windows_core::PSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn u_austrncpy(dst : windows_core::PCSTR, src : *const u16, n : i32) -> windows_core::PSTR); u_austrncpy(dst.param().abi(), src, n) } #[inline] pub unsafe fn u_catclose(catd: *mut UResourceBundle) { - windows_targets::link!("icu.dll" "cdecl" fn u_catclose(catd : *mut UResourceBundle)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_catclose(catd : *mut UResourceBundle)); u_catclose(catd) } #[inline] pub unsafe fn u_catgets(catd: *mut UResourceBundle, set_num: i32, msg_num: i32, s: *const u16, len: *mut i32, ec: *mut UErrorCode) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_catgets(catd : *mut UResourceBundle, set_num : i32, msg_num : i32, s : *const u16, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_catgets(catd : *mut UResourceBundle, set_num : i32, msg_num : i32, s : *const u16, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); u_catgets(catd, set_num, msg_num, s, len, ec) } #[inline] @@ -1379,22 +1379,22 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_catopen(name : windows_core::PCSTR, locale : windows_core::PCSTR, ec : *mut UErrorCode) -> *mut UResourceBundle); + windows_targets::link!("icuuc.dll" "cdecl" fn u_catopen(name : windows_core::PCSTR, locale : windows_core::PCSTR, ec : *mut UErrorCode) -> *mut UResourceBundle); u_catopen(name.param().abi(), locale.param().abi(), ec) } #[inline] pub unsafe fn u_charAge(c: i32, versionarray: *mut u8) { - windows_targets::link!("icu.dll" "cdecl" fn u_charAge(c : i32, versionarray : *mut u8)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_charAge(c : i32, versionarray : *mut u8)); u_charAge(c, versionarray) } #[inline] pub unsafe fn u_charDigitValue(c: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_charDigitValue(c : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_charDigitValue(c : i32) -> i32); u_charDigitValue(c) } #[inline] pub unsafe fn u_charDirection(c: i32) -> UCharDirection { - windows_targets::link!("icu.dll" "cdecl" fn u_charDirection(c : i32) -> UCharDirection); + windows_targets::link!("icuuc.dll" "cdecl" fn u_charDirection(c : i32) -> UCharDirection); u_charDirection(c) } #[inline] @@ -1402,12 +1402,12 @@ pub unsafe fn u_charFromName(namechoice: UCharNameChoice, name: P0, perrorco where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_charFromName(namechoice : UCharNameChoice, name : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_charFromName(namechoice : UCharNameChoice, name : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> i32); u_charFromName(namechoice, name.param().abi(), perrorcode) } #[inline] pub unsafe fn u_charMirror(c: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_charMirror(c : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_charMirror(c : i32) -> i32); u_charMirror(c) } #[inline] @@ -1415,12 +1415,12 @@ pub unsafe fn u_charName(code: i32, namechoice: UCharNameChoice, buffer: P0, where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_charName(code : i32, namechoice : UCharNameChoice, buffer : windows_core::PCSTR, bufferlength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_charName(code : i32, namechoice : UCharNameChoice, buffer : windows_core::PCSTR, bufferlength : i32, perrorcode : *mut UErrorCode) -> i32); u_charName(code, namechoice, buffer.param().abi(), bufferlength, perrorcode) } #[inline] pub unsafe fn u_charType(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_charType(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_charType(c : i32) -> i8); u_charType(c) } #[inline] @@ -1428,47 +1428,47 @@ pub unsafe fn u_charsToUChars(cs: P0, us: *mut u16, length: i32) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_charsToUChars(cs : windows_core::PCSTR, us : *mut u16, length : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_charsToUChars(cs : windows_core::PCSTR, us : *mut u16, length : i32)); u_charsToUChars(cs.param().abi(), us, length) } #[inline] pub unsafe fn u_cleanup() { - windows_targets::link!("icu.dll" "cdecl" fn u_cleanup()); + windows_targets::link!("icuuc.dll" "cdecl" fn u_cleanup()); u_cleanup() } #[inline] pub unsafe fn u_countChar32(s: *const u16, length: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_countChar32(s : *const u16, length : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_countChar32(s : *const u16, length : i32) -> i32); u_countChar32(s, length) } #[inline] pub unsafe fn u_digit(ch: i32, radix: i8) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_digit(ch : i32, radix : i8) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_digit(ch : i32, radix : i8) -> i32); u_digit(ch, radix) } #[inline] pub unsafe fn u_enumCharNames(start: i32, limit: i32, r#fn: *mut UEnumCharNamesFn, context: *mut core::ffi::c_void, namechoice: UCharNameChoice, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn u_enumCharNames(start : i32, limit : i32, r#fn : *mut UEnumCharNamesFn, context : *mut core::ffi::c_void, namechoice : UCharNameChoice, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_enumCharNames(start : i32, limit : i32, r#fn : *mut UEnumCharNamesFn, context : *mut core::ffi::c_void, namechoice : UCharNameChoice, perrorcode : *mut UErrorCode)); u_enumCharNames(start, limit, r#fn, context, namechoice, perrorcode) } #[inline] pub unsafe fn u_enumCharTypes(enumrange: *mut UCharEnumTypeRange, context: *const core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn u_enumCharTypes(enumrange : *mut UCharEnumTypeRange, context : *const core::ffi::c_void)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_enumCharTypes(enumrange : *mut UCharEnumTypeRange, context : *const core::ffi::c_void)); u_enumCharTypes(enumrange, context) } #[inline] pub unsafe fn u_errorName(code: UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn u_errorName(code : UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn u_errorName(code : UErrorCode) -> windows_core::PCSTR); u_errorName(code) } #[inline] pub unsafe fn u_foldCase(c: i32, options: u32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_foldCase(c : i32, options : u32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_foldCase(c : i32, options : u32) -> i32); u_foldCase(c, options) } #[inline] pub unsafe fn u_forDigit(digit: i32, radix: i8) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_forDigit(digit : i32, radix : i8) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_forDigit(digit : i32, radix : i8) -> i32); u_forDigit(digit, radix) } #[inline] @@ -1476,7 +1476,7 @@ pub unsafe fn u_formatMessage(locale: P0, pattern: *const u16, patternlength where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_formatMessage(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn u_formatMessage(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); u_formatMessage(locale.param().abi(), pattern, patternlength, result, resultlength, status) } #[inline] @@ -1484,12 +1484,12 @@ pub unsafe fn u_formatMessageWithError(locale: P0, pattern: *const u16, patt where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_formatMessageWithError(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn u_formatMessageWithError(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode) -> i32); u_formatMessageWithError(locale.param().abi(), pattern, patternlength, result, resultlength, parseerror, status) } #[inline] pub unsafe fn u_getBidiPairedBracket(c: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_getBidiPairedBracket(c : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getBidiPairedBracket(c : i32) -> i32); u_getBidiPairedBracket(c) } #[inline] @@ -1499,17 +1499,17 @@ pub unsafe fn u_getBinaryPropertySet(property: UProperty, perrorcode: *mut UErro } #[inline] pub unsafe fn u_getCombiningClass(c: i32) -> u8 { - windows_targets::link!("icu.dll" "cdecl" fn u_getCombiningClass(c : i32) -> u8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getCombiningClass(c : i32) -> u8); u_getCombiningClass(c) } #[inline] pub unsafe fn u_getDataVersion(dataversionfillin: *mut u8, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn u_getDataVersion(dataversionfillin : *mut u8, status : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getDataVersion(dataversionfillin : *mut u8, status : *mut UErrorCode)); u_getDataVersion(dataversionfillin, status) } #[inline] pub unsafe fn u_getFC_NFKC_Closure(c: i32, dest: *mut u16, destcapacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_getFC_NFKC_Closure(c : i32, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getFC_NFKC_Closure(c : i32, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); u_getFC_NFKC_Closure(c, dest, destcapacity, perrorcode) } #[inline] @@ -1519,22 +1519,22 @@ pub unsafe fn u_getIntPropertyMap(property: UProperty, perrorcode: *mut UErrorCo } #[inline] pub unsafe fn u_getIntPropertyMaxValue(which: UProperty) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyMaxValue(which : UProperty) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getIntPropertyMaxValue(which : UProperty) -> i32); u_getIntPropertyMaxValue(which) } #[inline] pub unsafe fn u_getIntPropertyMinValue(which: UProperty) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyMinValue(which : UProperty) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getIntPropertyMinValue(which : UProperty) -> i32); u_getIntPropertyMinValue(which) } #[inline] pub unsafe fn u_getIntPropertyValue(c: i32, which: UProperty) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyValue(c : i32, which : UProperty) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getIntPropertyValue(c : i32, which : UProperty) -> i32); u_getIntPropertyValue(c, which) } #[inline] pub unsafe fn u_getNumericValue(c: i32) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn u_getNumericValue(c : i32) -> f64); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getNumericValue(c : i32) -> f64); u_getNumericValue(c) } #[inline] @@ -1542,12 +1542,12 @@ pub unsafe fn u_getPropertyEnum(alias: P0) -> UProperty where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyEnum(alias : windows_core::PCSTR) -> UProperty); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getPropertyEnum(alias : windows_core::PCSTR) -> UProperty); u_getPropertyEnum(alias.param().abi()) } #[inline] pub unsafe fn u_getPropertyName(property: UProperty, namechoice: UPropertyNameChoice) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyName(property : UProperty, namechoice : UPropertyNameChoice) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getPropertyName(property : UProperty, namechoice : UPropertyNameChoice) -> windows_core::PCSTR); u_getPropertyName(property, namechoice) } #[inline] @@ -1555,222 +1555,222 @@ pub unsafe fn u_getPropertyValueEnum(property: UProperty, alias: P0) -> i32 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyValueEnum(property : UProperty, alias : windows_core::PCSTR) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getPropertyValueEnum(property : UProperty, alias : windows_core::PCSTR) -> i32); u_getPropertyValueEnum(property, alias.param().abi()) } #[inline] pub unsafe fn u_getPropertyValueName(property: UProperty, value: i32, namechoice: UPropertyNameChoice) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyValueName(property : UProperty, value : i32, namechoice : UPropertyNameChoice) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getPropertyValueName(property : UProperty, value : i32, namechoice : UPropertyNameChoice) -> windows_core::PCSTR); u_getPropertyValueName(property, value, namechoice) } #[inline] pub unsafe fn u_getUnicodeVersion(versionarray: *mut u8) { - windows_targets::link!("icu.dll" "cdecl" fn u_getUnicodeVersion(versionarray : *mut u8)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getUnicodeVersion(versionarray : *mut u8)); u_getUnicodeVersion(versionarray) } #[inline] pub unsafe fn u_getVersion(versionarray: *mut u8) { - windows_targets::link!("icu.dll" "cdecl" fn u_getVersion(versionarray : *mut u8)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_getVersion(versionarray : *mut u8)); u_getVersion(versionarray) } #[inline] pub unsafe fn u_hasBinaryProperty(c: i32, which: UProperty) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_hasBinaryProperty(c : i32, which : UProperty) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_hasBinaryProperty(c : i32, which : UProperty) -> i8); u_hasBinaryProperty(c, which) } #[inline] pub unsafe fn u_init(status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn u_init(status : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_init(status : *mut UErrorCode)); u_init(status) } #[inline] pub unsafe fn u_isIDIgnorable(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isIDIgnorable(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isIDIgnorable(c : i32) -> i8); u_isIDIgnorable(c) } #[inline] pub unsafe fn u_isIDPart(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isIDPart(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isIDPart(c : i32) -> i8); u_isIDPart(c) } #[inline] pub unsafe fn u_isIDStart(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isIDStart(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isIDStart(c : i32) -> i8); u_isIDStart(c) } #[inline] pub unsafe fn u_isISOControl(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isISOControl(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isISOControl(c : i32) -> i8); u_isISOControl(c) } #[inline] pub unsafe fn u_isJavaIDPart(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isJavaIDPart(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isJavaIDPart(c : i32) -> i8); u_isJavaIDPart(c) } #[inline] pub unsafe fn u_isJavaIDStart(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isJavaIDStart(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isJavaIDStart(c : i32) -> i8); u_isJavaIDStart(c) } #[inline] pub unsafe fn u_isJavaSpaceChar(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isJavaSpaceChar(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isJavaSpaceChar(c : i32) -> i8); u_isJavaSpaceChar(c) } #[inline] pub unsafe fn u_isMirrored(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isMirrored(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isMirrored(c : i32) -> i8); u_isMirrored(c) } #[inline] pub unsafe fn u_isUAlphabetic(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isUAlphabetic(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isUAlphabetic(c : i32) -> i8); u_isUAlphabetic(c) } #[inline] pub unsafe fn u_isULowercase(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isULowercase(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isULowercase(c : i32) -> i8); u_isULowercase(c) } #[inline] pub unsafe fn u_isUUppercase(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isUUppercase(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isUUppercase(c : i32) -> i8); u_isUUppercase(c) } #[inline] pub unsafe fn u_isUWhiteSpace(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isUWhiteSpace(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isUWhiteSpace(c : i32) -> i8); u_isUWhiteSpace(c) } #[inline] pub unsafe fn u_isWhitespace(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isWhitespace(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isWhitespace(c : i32) -> i8); u_isWhitespace(c) } #[inline] pub unsafe fn u_isalnum(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isalnum(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isalnum(c : i32) -> i8); u_isalnum(c) } #[inline] pub unsafe fn u_isalpha(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isalpha(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isalpha(c : i32) -> i8); u_isalpha(c) } #[inline] pub unsafe fn u_isbase(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isbase(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isbase(c : i32) -> i8); u_isbase(c) } #[inline] pub unsafe fn u_isblank(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isblank(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isblank(c : i32) -> i8); u_isblank(c) } #[inline] pub unsafe fn u_iscntrl(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_iscntrl(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_iscntrl(c : i32) -> i8); u_iscntrl(c) } #[inline] pub unsafe fn u_isdefined(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isdefined(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isdefined(c : i32) -> i8); u_isdefined(c) } #[inline] pub unsafe fn u_isdigit(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isdigit(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isdigit(c : i32) -> i8); u_isdigit(c) } #[inline] pub unsafe fn u_isgraph(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isgraph(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isgraph(c : i32) -> i8); u_isgraph(c) } #[inline] pub unsafe fn u_islower(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_islower(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_islower(c : i32) -> i8); u_islower(c) } #[inline] pub unsafe fn u_isprint(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isprint(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isprint(c : i32) -> i8); u_isprint(c) } #[inline] pub unsafe fn u_ispunct(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_ispunct(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_ispunct(c : i32) -> i8); u_ispunct(c) } #[inline] pub unsafe fn u_isspace(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isspace(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isspace(c : i32) -> i8); u_isspace(c) } #[inline] pub unsafe fn u_istitle(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_istitle(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_istitle(c : i32) -> i8); u_istitle(c) } #[inline] pub unsafe fn u_isupper(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isupper(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isupper(c : i32) -> i8); u_isupper(c) } #[inline] pub unsafe fn u_isxdigit(c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_isxdigit(c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_isxdigit(c : i32) -> i8); u_isxdigit(c) } #[inline] pub unsafe fn u_memcasecmp(s1: *const u16, s2: *const u16, length: i32, options: u32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_memcasecmp(s1 : *const u16, s2 : *const u16, length : i32, options : u32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_memcasecmp(s1 : *const u16, s2 : *const u16, length : i32, options : u32) -> i32); u_memcasecmp(s1, s2, length, options) } #[inline] pub unsafe fn u_memchr(s: *const u16, c: u16, count: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_memchr(s : *const u16, c : u16, count : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_memchr(s : *const u16, c : u16, count : i32) -> *mut u16); u_memchr(s, c, count) } #[inline] pub unsafe fn u_memchr32(s: *const u16, c: i32, count: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_memchr32(s : *const u16, c : i32, count : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_memchr32(s : *const u16, c : i32, count : i32) -> *mut u16); u_memchr32(s, c, count) } #[inline] pub unsafe fn u_memcmp(buf1: *const u16, buf2: *const u16, count: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_memcmp(buf1 : *const u16, buf2 : *const u16, count : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_memcmp(buf1 : *const u16, buf2 : *const u16, count : i32) -> i32); u_memcmp(buf1, buf2, count) } #[inline] pub unsafe fn u_memcmpCodePointOrder(s1: *const u16, s2: *const u16, count: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_memcmpCodePointOrder(s1 : *const u16, s2 : *const u16, count : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_memcmpCodePointOrder(s1 : *const u16, s2 : *const u16, count : i32) -> i32); u_memcmpCodePointOrder(s1, s2, count) } #[inline] pub unsafe fn u_memcpy(dest: *mut u16, src: *const u16, count: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_memcpy(dest : *mut u16, src : *const u16, count : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_memcpy(dest : *mut u16, src : *const u16, count : i32) -> *mut u16); u_memcpy(dest, src, count) } #[inline] pub unsafe fn u_memmove(dest: *mut u16, src: *const u16, count: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_memmove(dest : *mut u16, src : *const u16, count : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_memmove(dest : *mut u16, src : *const u16, count : i32) -> *mut u16); u_memmove(dest, src, count) } #[inline] pub unsafe fn u_memrchr(s: *const u16, c: u16, count: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_memrchr(s : *const u16, c : u16, count : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_memrchr(s : *const u16, c : u16, count : i32) -> *mut u16); u_memrchr(s, c, count) } #[inline] pub unsafe fn u_memrchr32(s: *const u16, c: i32, count: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_memrchr32(s : *const u16, c : i32, count : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_memrchr32(s : *const u16, c : i32, count : i32) -> *mut u16); u_memrchr32(s, c, count) } #[inline] pub unsafe fn u_memset(dest: *mut u16, c: u16, count: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_memset(dest : *mut u16, c : u16, count : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_memset(dest : *mut u16, c : u16, count : i32) -> *mut u16); u_memset(dest, c, count) } #[inline] @@ -1778,7 +1778,7 @@ pub unsafe fn u_parseMessage(locale: P0, pattern: *const u16, patternlength: where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_parseMessage(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn u_parseMessage(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, status : *mut UErrorCode)); u_parseMessage(locale.param().abi(), pattern, patternlength, source, sourcelength, status) } #[inline] @@ -1786,47 +1786,47 @@ pub unsafe fn u_parseMessageWithError(locale: P0, pattern: *const u16, patte where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_parseMessageWithError(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn u_parseMessageWithError(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); u_parseMessageWithError(locale.param().abi(), pattern, patternlength, source, sourcelength, parseerror, status) } #[inline] pub unsafe fn u_setMemoryFunctions(context: *const core::ffi::c_void, a: *mut UMemAllocFn, r: *mut UMemReallocFn, f: *mut UMemFreeFn, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn u_setMemoryFunctions(context : *const core::ffi::c_void, a : *mut UMemAllocFn, r : *mut UMemReallocFn, f : *mut UMemFreeFn, status : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_setMemoryFunctions(context : *const core::ffi::c_void, a : *mut UMemAllocFn, r : *mut UMemReallocFn, f : *mut UMemFreeFn, status : *mut UErrorCode)); u_setMemoryFunctions(context, a, r, f, status) } #[inline] pub unsafe fn u_shapeArabic(source: *const u16, sourcelength: i32, dest: *mut u16, destsize: i32, options: u32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_shapeArabic(source : *const u16, sourcelength : i32, dest : *mut u16, destsize : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_shapeArabic(source : *const u16, sourcelength : i32, dest : *mut u16, destsize : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); u_shapeArabic(source, sourcelength, dest, destsize, options, perrorcode) } #[inline] pub unsafe fn u_strCaseCompare(s1: *const u16, length1: i32, s2: *const u16, length2: i32, options: u32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strCaseCompare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strCaseCompare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); u_strCaseCompare(s1, length1, s2, length2, options, perrorcode) } #[inline] pub unsafe fn u_strCompare(s1: *const u16, length1: i32, s2: *const u16, length2: i32, codepointorder: i8) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strCompare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, codepointorder : i8) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strCompare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, codepointorder : i8) -> i32); u_strCompare(s1, length1, s2, length2, codepointorder) } #[inline] pub unsafe fn u_strCompareIter(iter1: *mut UCharIterator, iter2: *mut UCharIterator, codepointorder: i8) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strCompareIter(iter1 : *mut UCharIterator, iter2 : *mut UCharIterator, codepointorder : i8) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strCompareIter(iter1 : *mut UCharIterator, iter2 : *mut UCharIterator, codepointorder : i8) -> i32); u_strCompareIter(iter1, iter2, codepointorder) } #[inline] pub unsafe fn u_strFindFirst(s: *const u16, length: i32, substring: *const u16, sublength: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strFindFirst(s : *const u16, length : i32, substring : *const u16, sublength : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strFindFirst(s : *const u16, length : i32, substring : *const u16, sublength : i32) -> *mut u16); u_strFindFirst(s, length, substring, sublength) } #[inline] pub unsafe fn u_strFindLast(s: *const u16, length: i32, substring: *const u16, sublength: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strFindLast(s : *const u16, length : i32, substring : *const u16, sublength : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strFindLast(s : *const u16, length : i32, substring : *const u16, sublength : i32) -> *mut u16); u_strFindLast(s, length, substring, sublength) } #[inline] pub unsafe fn u_strFoldCase(dest: *mut u16, destcapacity: i32, src: *const u16, srclength: i32, options: u32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strFoldCase(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strFoldCase(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); u_strFoldCase(dest, destcapacity, src, srclength, options, perrorcode) } #[inline] @@ -1834,17 +1834,17 @@ pub unsafe fn u_strFromJavaModifiedUTF8WithSub(dest: *mut u16, destcapacity: where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strFromJavaModifiedUTF8WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_core::PCSTR, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromJavaModifiedUTF8WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_core::PCSTR, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); u_strFromJavaModifiedUTF8WithSub(dest, destcapacity, pdestlength, src.param().abi(), srclength, subchar, pnumsubstitutions, perrorcode) } #[inline] pub unsafe fn u_strFromUTF32(dest: *mut u16, destcapacity: i32, pdestlength: *mut i32, src: *const i32, srclength: i32, perrorcode: *mut UErrorCode) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF32(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : *const i32, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromUTF32(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : *const i32, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); u_strFromUTF32(dest, destcapacity, pdestlength, src, srclength, perrorcode) } #[inline] pub unsafe fn u_strFromUTF32WithSub(dest: *mut u16, destcapacity: i32, pdestlength: *mut i32, src: *const i32, srclength: i32, subchar: i32, pnumsubstitutions: *mut i32, perrorcode: *mut UErrorCode) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF32WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : *const i32, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromUTF32WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : *const i32, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); u_strFromUTF32WithSub(dest, destcapacity, pdestlength, src, srclength, subchar, pnumsubstitutions, perrorcode) } #[inline] @@ -1852,7 +1852,7 @@ pub unsafe fn u_strFromUTF8(dest: *mut u16, destcapacity: i32, pdestlength: where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF8(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromUTF8(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); u_strFromUTF8(dest, destcapacity, pdestlength, src.param().abi(), srclength, perrorcode) } #[inline] @@ -1860,7 +1860,7 @@ pub unsafe fn u_strFromUTF8Lenient(dest: *mut u16, destcapacity: i32, pdestl where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF8Lenient(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromUTF8Lenient(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); u_strFromUTF8Lenient(dest, destcapacity, pdestlength, src.param().abi(), srclength, perrorcode) } #[inline] @@ -1868,7 +1868,7 @@ pub unsafe fn u_strFromUTF8WithSub(dest: *mut u16, destcapacity: i32, pdestl where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF8WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_core::PCSTR, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromUTF8WithSub(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_core::PCSTR, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut u16); u_strFromUTF8WithSub(dest, destcapacity, pdestlength, src.param().abi(), srclength, subchar, pnumsubstitutions, perrorcode) } #[inline] @@ -1876,12 +1876,12 @@ pub unsafe fn u_strFromWCS(dest: *mut u16, destcapacity: i32, pdestlength: * where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strFromWCS(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_core::PCWSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strFromWCS(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_core::PCWSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); u_strFromWCS(dest, destcapacity, pdestlength, src.param().abi(), srclength, perrorcode) } #[inline] pub unsafe fn u_strHasMoreChar32Than(s: *const u16, length: i32, number: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn u_strHasMoreChar32Than(s : *const u16, length : i32, number : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strHasMoreChar32Than(s : *const u16, length : i32, number : i32) -> i8); u_strHasMoreChar32Than(s, length, number) } #[inline] @@ -1889,7 +1889,7 @@ pub unsafe fn u_strToJavaModifiedUTF8(dest: P0, destcapacity: i32, pdestleng where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strToJavaModifiedUTF8(dest : windows_core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_core::PSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strToJavaModifiedUTF8(dest : windows_core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_core::PSTR); u_strToJavaModifiedUTF8(dest.param().abi(), destcapacity, pdestlength, src, srclength, perrorcode) } #[inline] @@ -1897,7 +1897,7 @@ pub unsafe fn u_strToLower(dest: *mut u16, destcapacity: i32, src: *const u1 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strToLower(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, locale : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strToLower(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, locale : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> i32); u_strToLower(dest, destcapacity, src, srclength, locale.param().abi(), perrorcode) } #[inline] @@ -1905,17 +1905,17 @@ pub unsafe fn u_strToTitle(dest: *mut u16, destcapacity: i32, src: *const u1 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strToTitle(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, titleiter : *mut UBreakIterator, locale : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strToTitle(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, titleiter : *mut UBreakIterator, locale : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> i32); u_strToTitle(dest, destcapacity, src, srclength, titleiter, locale.param().abi(), perrorcode) } #[inline] pub unsafe fn u_strToUTF32(dest: *mut i32, destcapacity: i32, pdestlength: *mut i32, src: *const u16, srclength: i32, perrorcode: *mut UErrorCode) -> *mut i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strToUTF32(dest : *mut i32, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> *mut i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strToUTF32(dest : *mut i32, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> *mut i32); u_strToUTF32(dest, destcapacity, pdestlength, src, srclength, perrorcode) } #[inline] pub unsafe fn u_strToUTF32WithSub(dest: *mut i32, destcapacity: i32, pdestlength: *mut i32, src: *const u16, srclength: i32, subchar: i32, pnumsubstitutions: *mut i32, perrorcode: *mut UErrorCode) -> *mut i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strToUTF32WithSub(dest : *mut i32, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strToUTF32WithSub(dest : *mut i32, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> *mut i32); u_strToUTF32WithSub(dest, destcapacity, pdestlength, src, srclength, subchar, pnumsubstitutions, perrorcode) } #[inline] @@ -1923,7 +1923,7 @@ pub unsafe fn u_strToUTF8(dest: P0, destcapacity: i32, pdestlength: *mut i32 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strToUTF8(dest : windows_core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_core::PSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strToUTF8(dest : windows_core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_core::PSTR); u_strToUTF8(dest.param().abi(), destcapacity, pdestlength, src, srclength, perrorcode) } #[inline] @@ -1931,7 +1931,7 @@ pub unsafe fn u_strToUTF8WithSub(dest: P0, destcapacity: i32, pdestlength: * where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strToUTF8WithSub(dest : windows_core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> windows_core::PSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strToUTF8WithSub(dest : windows_core::PCSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, subchar : i32, pnumsubstitutions : *mut i32, perrorcode : *mut UErrorCode) -> windows_core::PSTR); u_strToUTF8WithSub(dest.param().abi(), destcapacity, pdestlength, src, srclength, subchar, pnumsubstitutions, perrorcode) } #[inline] @@ -1939,7 +1939,7 @@ pub unsafe fn u_strToUpper(dest: *mut u16, destcapacity: i32, src: *const u1 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strToUpper(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, locale : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strToUpper(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, locale : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> i32); u_strToUpper(dest, destcapacity, src, srclength, locale.param().abi(), perrorcode) } #[inline] @@ -1947,127 +1947,127 @@ pub unsafe fn u_strToWCS(dest: P0, destcapacity: i32, pdestlength: *mut i32, where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_strToWCS(dest : windows_core::PCWSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_core::PWSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strToWCS(dest : windows_core::PCWSTR, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> windows_core::PWSTR); u_strToWCS(dest.param().abi(), destcapacity, pdestlength, src, srclength, perrorcode) } #[inline] pub unsafe fn u_strcasecmp(s1: *const u16, s2: *const u16, options: u32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strcasecmp(s1 : *const u16, s2 : *const u16, options : u32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strcasecmp(s1 : *const u16, s2 : *const u16, options : u32) -> i32); u_strcasecmp(s1, s2, options) } #[inline] pub unsafe fn u_strcat(dst: *mut u16, src: *const u16) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strcat(dst : *mut u16, src : *const u16) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strcat(dst : *mut u16, src : *const u16) -> *mut u16); u_strcat(dst, src) } #[inline] pub unsafe fn u_strchr(s: *const u16, c: u16) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strchr(s : *const u16, c : u16) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strchr(s : *const u16, c : u16) -> *mut u16); u_strchr(s, c) } #[inline] pub unsafe fn u_strchr32(s: *const u16, c: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strchr32(s : *const u16, c : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strchr32(s : *const u16, c : i32) -> *mut u16); u_strchr32(s, c) } #[inline] pub unsafe fn u_strcmp(s1: *const u16, s2: *const u16) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strcmp(s1 : *const u16, s2 : *const u16) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strcmp(s1 : *const u16, s2 : *const u16) -> i32); u_strcmp(s1, s2) } #[inline] pub unsafe fn u_strcmpCodePointOrder(s1: *const u16, s2: *const u16) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strcmpCodePointOrder(s1 : *const u16, s2 : *const u16) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strcmpCodePointOrder(s1 : *const u16, s2 : *const u16) -> i32); u_strcmpCodePointOrder(s1, s2) } #[inline] pub unsafe fn u_strcpy(dst: *mut u16, src: *const u16) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strcpy(dst : *mut u16, src : *const u16) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strcpy(dst : *mut u16, src : *const u16) -> *mut u16); u_strcpy(dst, src) } #[inline] pub unsafe fn u_strcspn(string: *const u16, matchset: *const u16) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strcspn(string : *const u16, matchset : *const u16) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strcspn(string : *const u16, matchset : *const u16) -> i32); u_strcspn(string, matchset) } #[inline] pub unsafe fn u_strlen(s: *const u16) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strlen(s : *const u16) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strlen(s : *const u16) -> i32); u_strlen(s) } #[inline] pub unsafe fn u_strncasecmp(s1: *const u16, s2: *const u16, n: i32, options: u32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strncasecmp(s1 : *const u16, s2 : *const u16, n : i32, options : u32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strncasecmp(s1 : *const u16, s2 : *const u16, n : i32, options : u32) -> i32); u_strncasecmp(s1, s2, n, options) } #[inline] pub unsafe fn u_strncat(dst: *mut u16, src: *const u16, n: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strncat(dst : *mut u16, src : *const u16, n : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strncat(dst : *mut u16, src : *const u16, n : i32) -> *mut u16); u_strncat(dst, src, n) } #[inline] pub unsafe fn u_strncmp(ucs1: *const u16, ucs2: *const u16, n: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strncmp(ucs1 : *const u16, ucs2 : *const u16, n : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strncmp(ucs1 : *const u16, ucs2 : *const u16, n : i32) -> i32); u_strncmp(ucs1, ucs2, n) } #[inline] pub unsafe fn u_strncmpCodePointOrder(s1: *const u16, s2: *const u16, n: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strncmpCodePointOrder(s1 : *const u16, s2 : *const u16, n : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strncmpCodePointOrder(s1 : *const u16, s2 : *const u16, n : i32) -> i32); u_strncmpCodePointOrder(s1, s2, n) } #[inline] pub unsafe fn u_strncpy(dst: *mut u16, src: *const u16, n: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strncpy(dst : *mut u16, src : *const u16, n : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strncpy(dst : *mut u16, src : *const u16, n : i32) -> *mut u16); u_strncpy(dst, src, n) } #[inline] pub unsafe fn u_strpbrk(string: *const u16, matchset: *const u16) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strpbrk(string : *const u16, matchset : *const u16) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strpbrk(string : *const u16, matchset : *const u16) -> *mut u16); u_strpbrk(string, matchset) } #[inline] pub unsafe fn u_strrchr(s: *const u16, c: u16) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strrchr(s : *const u16, c : u16) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strrchr(s : *const u16, c : u16) -> *mut u16); u_strrchr(s, c) } #[inline] pub unsafe fn u_strrchr32(s: *const u16, c: i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strrchr32(s : *const u16, c : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strrchr32(s : *const u16, c : i32) -> *mut u16); u_strrchr32(s, c) } #[inline] pub unsafe fn u_strrstr(s: *const u16, substring: *const u16) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strrstr(s : *const u16, substring : *const u16) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strrstr(s : *const u16, substring : *const u16) -> *mut u16); u_strrstr(s, substring) } #[inline] pub unsafe fn u_strspn(string: *const u16, matchset: *const u16) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_strspn(string : *const u16, matchset : *const u16) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strspn(string : *const u16, matchset : *const u16) -> i32); u_strspn(string, matchset) } #[inline] pub unsafe fn u_strstr(s: *const u16, substring: *const u16) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strstr(s : *const u16, substring : *const u16) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strstr(s : *const u16, substring : *const u16) -> *mut u16); u_strstr(s, substring) } #[inline] pub unsafe fn u_strtok_r(src: *mut u16, delim: *const u16, savestate: *mut *mut u16) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn u_strtok_r(src : *mut u16, delim : *const u16, savestate : *mut *mut u16) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_strtok_r(src : *mut u16, delim : *const u16, savestate : *mut *mut u16) -> *mut u16); u_strtok_r(src, delim, savestate) } #[inline] pub unsafe fn u_tolower(c: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_tolower(c : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_tolower(c : i32) -> i32); u_tolower(c) } #[inline] pub unsafe fn u_totitle(c: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_totitle(c : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_totitle(c : i32) -> i32); u_totitle(c) } #[inline] pub unsafe fn u_toupper(c: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_toupper(c : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_toupper(c : i32) -> i32); u_toupper(c) } #[inline] @@ -2075,7 +2075,7 @@ pub unsafe fn u_uastrcpy(dst: *mut u16, src: P0) -> *mut u16 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_uastrcpy(dst : *mut u16, src : windows_core::PCSTR) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_uastrcpy(dst : *mut u16, src : windows_core::PCSTR) -> *mut u16); u_uastrcpy(dst, src.param().abi()) } #[inline] @@ -2083,7 +2083,7 @@ pub unsafe fn u_uastrncpy(dst: *mut u16, src: P0, n: i32) -> *mut u16 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_uastrncpy(dst : *mut u16, src : windows_core::PCSTR, n : i32) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn u_uastrncpy(dst : *mut u16, src : windows_core::PCSTR, n : i32) -> *mut u16); u_uastrncpy(dst, src.param().abi(), n) } #[inline] @@ -2091,12 +2091,12 @@ pub unsafe fn u_unescape(src: P0, dest: *mut u16, destcapacity: i32) -> i32 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_unescape(src : windows_core::PCSTR, dest : *mut u16, destcapacity : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_unescape(src : windows_core::PCSTR, dest : *mut u16, destcapacity : i32) -> i32); u_unescape(src.param().abi(), dest, destcapacity) } #[inline] pub unsafe fn u_unescapeAt(charat: UNESCAPE_CHAR_AT, offset: *mut i32, length: i32, context: *mut core::ffi::c_void) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn u_unescapeAt(charat : UNESCAPE_CHAR_AT, offset : *mut i32, length : i32, context : *mut core::ffi::c_void) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn u_unescapeAt(charat : UNESCAPE_CHAR_AT, offset : *mut i32, length : i32, context : *mut core::ffi::c_void) -> i32); u_unescapeAt(charat, offset, length, context) } #[inline] @@ -2104,12 +2104,12 @@ pub unsafe fn u_versionFromString(versionarray: *mut u8, versionstring: P0) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_versionFromString(versionarray : *mut u8, versionstring : windows_core::PCSTR)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_versionFromString(versionarray : *mut u8, versionstring : windows_core::PCSTR)); u_versionFromString(versionarray, versionstring.param().abi()) } #[inline] pub unsafe fn u_versionFromUString(versionarray: *mut u8, versionstring: *const u16) { - windows_targets::link!("icu.dll" "cdecl" fn u_versionFromUString(versionarray : *mut u8, versionstring : *const u16)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_versionFromUString(versionarray : *mut u8, versionstring : *const u16)); u_versionFromUString(versionarray, versionstring) } #[inline] @@ -2117,7 +2117,7 @@ pub unsafe fn u_versionToString(versionarray: *const u8, versionstring: P0) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_versionToString(versionarray : *const u8, versionstring : windows_core::PCSTR)); + windows_targets::link!("icuuc.dll" "cdecl" fn u_versionToString(versionarray : *const u8, versionstring : windows_core::PCSTR)); u_versionToString(versionarray, versionstring.param().abi()) } #[inline] @@ -2125,7 +2125,7 @@ pub unsafe fn u_vformatMessage(locale: P0, pattern: *const u16, patternlengt where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_vformatMessage(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, ap : *mut i8, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn u_vformatMessage(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, ap : *mut i8, status : *mut UErrorCode) -> i32); u_vformatMessage(locale.param().abi(), pattern, patternlength, result, resultlength, ap, status) } #[inline] @@ -2133,7 +2133,7 @@ pub unsafe fn u_vformatMessageWithError(locale: P0, pattern: *const u16, pat where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_vformatMessageWithError(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, parseerror : *mut UParseError, ap : *mut i8, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn u_vformatMessageWithError(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, parseerror : *mut UParseError, ap : *mut i8, status : *mut UErrorCode) -> i32); u_vformatMessageWithError(locale.param().abi(), pattern, patternlength, result, resultlength, parseerror, ap, status) } #[inline] @@ -2141,7 +2141,7 @@ pub unsafe fn u_vparseMessage(locale: P0, pattern: *const u16, patternlength where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_vparseMessage(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, ap : *mut i8, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn u_vparseMessage(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, ap : *mut i8, status : *mut UErrorCode)); u_vparseMessage(locale.param().abi(), pattern, patternlength, source, sourcelength, ap, status) } #[inline] @@ -2149,297 +2149,297 @@ pub unsafe fn u_vparseMessageWithError(locale: P0, pattern: *const u16, patt where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn u_vparseMessageWithError(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, ap : *mut i8, parseerror : *mut UParseError, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn u_vparseMessageWithError(locale : windows_core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, ap : *mut i8, parseerror : *mut UParseError, status : *mut UErrorCode)); u_vparseMessageWithError(locale.param().abi(), pattern, patternlength, source, sourcelength, ap, parseerror, status) } #[inline] pub unsafe fn ubidi_close(pbidi: *mut UBiDi) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_close(pbidi : *mut UBiDi)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_close(pbidi : *mut UBiDi)); ubidi_close(pbidi) } #[inline] pub unsafe fn ubidi_countParagraphs(pbidi: *mut UBiDi) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_countParagraphs(pbidi : *mut UBiDi) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_countParagraphs(pbidi : *mut UBiDi) -> i32); ubidi_countParagraphs(pbidi) } #[inline] pub unsafe fn ubidi_countRuns(pbidi: *mut UBiDi, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_countRuns(pbidi : *mut UBiDi, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_countRuns(pbidi : *mut UBiDi, perrorcode : *mut UErrorCode) -> i32); ubidi_countRuns(pbidi, perrorcode) } #[inline] pub unsafe fn ubidi_getBaseDirection(text: *const u16, length: i32) -> UBiDiDirection { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getBaseDirection(text : *const u16, length : i32) -> UBiDiDirection); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getBaseDirection(text : *const u16, length : i32) -> UBiDiDirection); ubidi_getBaseDirection(text, length) } #[inline] pub unsafe fn ubidi_getClassCallback(pbidi: *mut UBiDi, r#fn: *mut UBiDiClassCallback, context: *const *const core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getClassCallback(pbidi : *mut UBiDi, r#fn : *mut UBiDiClassCallback, context : *const *const core::ffi::c_void)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getClassCallback(pbidi : *mut UBiDi, r#fn : *mut UBiDiClassCallback, context : *const *const core::ffi::c_void)); ubidi_getClassCallback(pbidi, r#fn, context) } #[inline] pub unsafe fn ubidi_getCustomizedClass(pbidi: *mut UBiDi, c: i32) -> UCharDirection { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getCustomizedClass(pbidi : *mut UBiDi, c : i32) -> UCharDirection); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getCustomizedClass(pbidi : *mut UBiDi, c : i32) -> UCharDirection); ubidi_getCustomizedClass(pbidi, c) } #[inline] pub unsafe fn ubidi_getDirection(pbidi: *const UBiDi) -> UBiDiDirection { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getDirection(pbidi : *const UBiDi) -> UBiDiDirection); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getDirection(pbidi : *const UBiDi) -> UBiDiDirection); ubidi_getDirection(pbidi) } #[inline] pub unsafe fn ubidi_getLength(pbidi: *const UBiDi) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLength(pbidi : *const UBiDi) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLength(pbidi : *const UBiDi) -> i32); ubidi_getLength(pbidi) } #[inline] pub unsafe fn ubidi_getLevelAt(pbidi: *const UBiDi, charindex: i32) -> u8 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLevelAt(pbidi : *const UBiDi, charindex : i32) -> u8); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLevelAt(pbidi : *const UBiDi, charindex : i32) -> u8); ubidi_getLevelAt(pbidi, charindex) } #[inline] pub unsafe fn ubidi_getLevels(pbidi: *mut UBiDi, perrorcode: *mut UErrorCode) -> *mut u8 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLevels(pbidi : *mut UBiDi, perrorcode : *mut UErrorCode) -> *mut u8); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLevels(pbidi : *mut UBiDi, perrorcode : *mut UErrorCode) -> *mut u8); ubidi_getLevels(pbidi, perrorcode) } #[inline] pub unsafe fn ubidi_getLogicalIndex(pbidi: *mut UBiDi, visualindex: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLogicalIndex(pbidi : *mut UBiDi, visualindex : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLogicalIndex(pbidi : *mut UBiDi, visualindex : i32, perrorcode : *mut UErrorCode) -> i32); ubidi_getLogicalIndex(pbidi, visualindex, perrorcode) } #[inline] pub unsafe fn ubidi_getLogicalMap(pbidi: *mut UBiDi, indexmap: *mut i32, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLogicalMap(pbidi : *mut UBiDi, indexmap : *mut i32, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLogicalMap(pbidi : *mut UBiDi, indexmap : *mut i32, perrorcode : *mut UErrorCode)); ubidi_getLogicalMap(pbidi, indexmap, perrorcode) } #[inline] pub unsafe fn ubidi_getLogicalRun(pbidi: *const UBiDi, logicalposition: i32, plogicallimit: *mut i32, plevel: *mut u8) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLogicalRun(pbidi : *const UBiDi, logicalposition : i32, plogicallimit : *mut i32, plevel : *mut u8)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getLogicalRun(pbidi : *const UBiDi, logicalposition : i32, plogicallimit : *mut i32, plevel : *mut u8)); ubidi_getLogicalRun(pbidi, logicalposition, plogicallimit, plevel) } #[inline] pub unsafe fn ubidi_getParaLevel(pbidi: *const UBiDi) -> u8 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getParaLevel(pbidi : *const UBiDi) -> u8); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getParaLevel(pbidi : *const UBiDi) -> u8); ubidi_getParaLevel(pbidi) } #[inline] pub unsafe fn ubidi_getParagraph(pbidi: *const UBiDi, charindex: i32, pparastart: *mut i32, pparalimit: *mut i32, pparalevel: *mut u8, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getParagraph(pbidi : *const UBiDi, charindex : i32, pparastart : *mut i32, pparalimit : *mut i32, pparalevel : *mut u8, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getParagraph(pbidi : *const UBiDi, charindex : i32, pparastart : *mut i32, pparalimit : *mut i32, pparalevel : *mut u8, perrorcode : *mut UErrorCode) -> i32); ubidi_getParagraph(pbidi, charindex, pparastart, pparalimit, pparalevel, perrorcode) } #[inline] pub unsafe fn ubidi_getParagraphByIndex(pbidi: *const UBiDi, paraindex: i32, pparastart: *mut i32, pparalimit: *mut i32, pparalevel: *mut u8, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getParagraphByIndex(pbidi : *const UBiDi, paraindex : i32, pparastart : *mut i32, pparalimit : *mut i32, pparalevel : *mut u8, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getParagraphByIndex(pbidi : *const UBiDi, paraindex : i32, pparastart : *mut i32, pparalimit : *mut i32, pparalevel : *mut u8, perrorcode : *mut UErrorCode)); ubidi_getParagraphByIndex(pbidi, paraindex, pparastart, pparalimit, pparalevel, perrorcode) } #[inline] pub unsafe fn ubidi_getProcessedLength(pbidi: *const UBiDi) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getProcessedLength(pbidi : *const UBiDi) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getProcessedLength(pbidi : *const UBiDi) -> i32); ubidi_getProcessedLength(pbidi) } #[inline] pub unsafe fn ubidi_getReorderingMode(pbidi: *mut UBiDi) -> UBiDiReorderingMode { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getReorderingMode(pbidi : *mut UBiDi) -> UBiDiReorderingMode); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getReorderingMode(pbidi : *mut UBiDi) -> UBiDiReorderingMode); ubidi_getReorderingMode(pbidi) } #[inline] pub unsafe fn ubidi_getReorderingOptions(pbidi: *mut UBiDi) -> u32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getReorderingOptions(pbidi : *mut UBiDi) -> u32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getReorderingOptions(pbidi : *mut UBiDi) -> u32); ubidi_getReorderingOptions(pbidi) } #[inline] pub unsafe fn ubidi_getResultLength(pbidi: *const UBiDi) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getResultLength(pbidi : *const UBiDi) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getResultLength(pbidi : *const UBiDi) -> i32); ubidi_getResultLength(pbidi) } #[inline] pub unsafe fn ubidi_getText(pbidi: *const UBiDi) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getText(pbidi : *const UBiDi) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getText(pbidi : *const UBiDi) -> *mut u16); ubidi_getText(pbidi) } #[inline] pub unsafe fn ubidi_getVisualIndex(pbidi: *mut UBiDi, logicalindex: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getVisualIndex(pbidi : *mut UBiDi, logicalindex : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getVisualIndex(pbidi : *mut UBiDi, logicalindex : i32, perrorcode : *mut UErrorCode) -> i32); ubidi_getVisualIndex(pbidi, logicalindex, perrorcode) } #[inline] pub unsafe fn ubidi_getVisualMap(pbidi: *mut UBiDi, indexmap: *mut i32, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getVisualMap(pbidi : *mut UBiDi, indexmap : *mut i32, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getVisualMap(pbidi : *mut UBiDi, indexmap : *mut i32, perrorcode : *mut UErrorCode)); ubidi_getVisualMap(pbidi, indexmap, perrorcode) } #[inline] pub unsafe fn ubidi_getVisualRun(pbidi: *mut UBiDi, runindex: i32, plogicalstart: *mut i32, plength: *mut i32) -> UBiDiDirection { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_getVisualRun(pbidi : *mut UBiDi, runindex : i32, plogicalstart : *mut i32, plength : *mut i32) -> UBiDiDirection); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_getVisualRun(pbidi : *mut UBiDi, runindex : i32, plogicalstart : *mut i32, plength : *mut i32) -> UBiDiDirection); ubidi_getVisualRun(pbidi, runindex, plogicalstart, plength) } #[inline] pub unsafe fn ubidi_invertMap(srcmap: *const i32, destmap: *mut i32, length: i32) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_invertMap(srcmap : *const i32, destmap : *mut i32, length : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_invertMap(srcmap : *const i32, destmap : *mut i32, length : i32)); ubidi_invertMap(srcmap, destmap, length) } #[inline] pub unsafe fn ubidi_isInverse(pbidi: *mut UBiDi) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_isInverse(pbidi : *mut UBiDi) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_isInverse(pbidi : *mut UBiDi) -> i8); ubidi_isInverse(pbidi) } #[inline] pub unsafe fn ubidi_isOrderParagraphsLTR(pbidi: *mut UBiDi) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_isOrderParagraphsLTR(pbidi : *mut UBiDi) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_isOrderParagraphsLTR(pbidi : *mut UBiDi) -> i8); ubidi_isOrderParagraphsLTR(pbidi) } #[inline] pub unsafe fn ubidi_open() -> *mut UBiDi { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_open() -> *mut UBiDi); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_open() -> *mut UBiDi); ubidi_open() } #[inline] pub unsafe fn ubidi_openSized(maxlength: i32, maxruncount: i32, perrorcode: *mut UErrorCode) -> *mut UBiDi { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_openSized(maxlength : i32, maxruncount : i32, perrorcode : *mut UErrorCode) -> *mut UBiDi); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_openSized(maxlength : i32, maxruncount : i32, perrorcode : *mut UErrorCode) -> *mut UBiDi); ubidi_openSized(maxlength, maxruncount, perrorcode) } #[inline] pub unsafe fn ubidi_orderParagraphsLTR(pbidi: *mut UBiDi, orderparagraphsltr: i8) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_orderParagraphsLTR(pbidi : *mut UBiDi, orderparagraphsltr : i8)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_orderParagraphsLTR(pbidi : *mut UBiDi, orderparagraphsltr : i8)); ubidi_orderParagraphsLTR(pbidi, orderparagraphsltr) } #[inline] pub unsafe fn ubidi_reorderLogical(levels: *const u8, length: i32, indexmap: *mut i32) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_reorderLogical(levels : *const u8, length : i32, indexmap : *mut i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_reorderLogical(levels : *const u8, length : i32, indexmap : *mut i32)); ubidi_reorderLogical(levels, length, indexmap) } #[inline] pub unsafe fn ubidi_reorderVisual(levels: *const u8, length: i32, indexmap: *mut i32) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_reorderVisual(levels : *const u8, length : i32, indexmap : *mut i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_reorderVisual(levels : *const u8, length : i32, indexmap : *mut i32)); ubidi_reorderVisual(levels, length, indexmap) } #[inline] pub unsafe fn ubidi_setClassCallback(pbidi: *mut UBiDi, newfn: UBiDiClassCallback, newcontext: *const core::ffi::c_void, oldfn: *mut UBiDiClassCallback, oldcontext: *const *const core::ffi::c_void, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_setClassCallback(pbidi : *mut UBiDi, newfn : UBiDiClassCallback, newcontext : *const core::ffi::c_void, oldfn : *mut UBiDiClassCallback, oldcontext : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setClassCallback(pbidi : *mut UBiDi, newfn : UBiDiClassCallback, newcontext : *const core::ffi::c_void, oldfn : *mut UBiDiClassCallback, oldcontext : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode)); ubidi_setClassCallback(pbidi, newfn, newcontext, oldfn, oldcontext, perrorcode) } #[inline] pub unsafe fn ubidi_setContext(pbidi: *mut UBiDi, prologue: *const u16, prolength: i32, epilogue: *const u16, epilength: i32, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_setContext(pbidi : *mut UBiDi, prologue : *const u16, prolength : i32, epilogue : *const u16, epilength : i32, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setContext(pbidi : *mut UBiDi, prologue : *const u16, prolength : i32, epilogue : *const u16, epilength : i32, perrorcode : *mut UErrorCode)); ubidi_setContext(pbidi, prologue, prolength, epilogue, epilength, perrorcode) } #[inline] pub unsafe fn ubidi_setInverse(pbidi: *mut UBiDi, isinverse: i8) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_setInverse(pbidi : *mut UBiDi, isinverse : i8)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setInverse(pbidi : *mut UBiDi, isinverse : i8)); ubidi_setInverse(pbidi, isinverse) } #[inline] pub unsafe fn ubidi_setLine(pparabidi: *const UBiDi, start: i32, limit: i32, plinebidi: *mut UBiDi, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_setLine(pparabidi : *const UBiDi, start : i32, limit : i32, plinebidi : *mut UBiDi, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setLine(pparabidi : *const UBiDi, start : i32, limit : i32, plinebidi : *mut UBiDi, perrorcode : *mut UErrorCode)); ubidi_setLine(pparabidi, start, limit, plinebidi, perrorcode) } #[inline] pub unsafe fn ubidi_setPara(pbidi: *mut UBiDi, text: *const u16, length: i32, paralevel: u8, embeddinglevels: *mut u8, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_setPara(pbidi : *mut UBiDi, text : *const u16, length : i32, paralevel : u8, embeddinglevels : *mut u8, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setPara(pbidi : *mut UBiDi, text : *const u16, length : i32, paralevel : u8, embeddinglevels : *mut u8, perrorcode : *mut UErrorCode)); ubidi_setPara(pbidi, text, length, paralevel, embeddinglevels, perrorcode) } #[inline] pub unsafe fn ubidi_setReorderingMode(pbidi: *mut UBiDi, reorderingmode: UBiDiReorderingMode) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_setReorderingMode(pbidi : *mut UBiDi, reorderingmode : UBiDiReorderingMode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setReorderingMode(pbidi : *mut UBiDi, reorderingmode : UBiDiReorderingMode)); ubidi_setReorderingMode(pbidi, reorderingmode) } #[inline] pub unsafe fn ubidi_setReorderingOptions(pbidi: *mut UBiDi, reorderingoptions: u32) { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_setReorderingOptions(pbidi : *mut UBiDi, reorderingoptions : u32)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_setReorderingOptions(pbidi : *mut UBiDi, reorderingoptions : u32)); ubidi_setReorderingOptions(pbidi, reorderingoptions) } #[inline] pub unsafe fn ubidi_writeReordered(pbidi: *mut UBiDi, dest: *mut u16, destsize: i32, options: u16, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_writeReordered(pbidi : *mut UBiDi, dest : *mut u16, destsize : i32, options : u16, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_writeReordered(pbidi : *mut UBiDi, dest : *mut u16, destsize : i32, options : u16, perrorcode : *mut UErrorCode) -> i32); ubidi_writeReordered(pbidi, dest, destsize, options, perrorcode) } #[inline] pub unsafe fn ubidi_writeReverse(src: *const u16, srclength: i32, dest: *mut u16, destsize: i32, options: u16, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubidi_writeReverse(src : *const u16, srclength : i32, dest : *mut u16, destsize : i32, options : u16, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubidi_writeReverse(src : *const u16, srclength : i32, dest : *mut u16, destsize : i32, options : u16, perrorcode : *mut UErrorCode) -> i32); ubidi_writeReverse(src, srclength, dest, destsize, options, perrorcode) } #[inline] pub unsafe fn ubiditransform_close(pbiditransform: *mut UBiDiTransform) { - windows_targets::link!("icu.dll" "cdecl" fn ubiditransform_close(pbiditransform : *mut UBiDiTransform)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubiditransform_close(pbiditransform : *mut UBiDiTransform)); ubiditransform_close(pbiditransform) } #[inline] pub unsafe fn ubiditransform_open(perrorcode: *mut UErrorCode) -> *mut UBiDiTransform { - windows_targets::link!("icu.dll" "cdecl" fn ubiditransform_open(perrorcode : *mut UErrorCode) -> *mut UBiDiTransform); + windows_targets::link!("icuuc.dll" "cdecl" fn ubiditransform_open(perrorcode : *mut UErrorCode) -> *mut UBiDiTransform); ubiditransform_open(perrorcode) } #[inline] pub unsafe fn ubiditransform_transform(pbiditransform: *mut UBiDiTransform, src: *const u16, srclength: i32, dest: *mut u16, destsize: i32, inparalevel: u8, inorder: UBiDiOrder, outparalevel: u8, outorder: UBiDiOrder, domirroring: UBiDiMirroring, shapingoptions: u32, perrorcode: *mut UErrorCode) -> u32 { - windows_targets::link!("icu.dll" "cdecl" fn ubiditransform_transform(pbiditransform : *mut UBiDiTransform, src : *const u16, srclength : i32, dest : *mut u16, destsize : i32, inparalevel : u8, inorder : UBiDiOrder, outparalevel : u8, outorder : UBiDiOrder, domirroring : UBiDiMirroring, shapingoptions : u32, perrorcode : *mut UErrorCode) -> u32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubiditransform_transform(pbiditransform : *mut UBiDiTransform, src : *const u16, srclength : i32, dest : *mut u16, destsize : i32, inparalevel : u8, inorder : UBiDiOrder, outparalevel : u8, outorder : UBiDiOrder, domirroring : UBiDiMirroring, shapingoptions : u32, perrorcode : *mut UErrorCode) -> u32); ubiditransform_transform(pbiditransform, src, srclength, dest, destsize, inparalevel, inorder, outparalevel, outorder, domirroring, shapingoptions, perrorcode) } #[inline] pub unsafe fn ublock_getCode(c: i32) -> UBlockCode { - windows_targets::link!("icu.dll" "cdecl" fn ublock_getCode(c : i32) -> UBlockCode); + windows_targets::link!("icuuc.dll" "cdecl" fn ublock_getCode(c : i32) -> UBlockCode); ublock_getCode(c) } #[inline] pub unsafe fn ubrk_close(bi: *mut UBreakIterator) { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_close(bi : *mut UBreakIterator)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_close(bi : *mut UBreakIterator)); ubrk_close(bi) } #[inline] pub unsafe fn ubrk_countAvailable() -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_countAvailable() -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_countAvailable() -> i32); ubrk_countAvailable() } #[inline] pub unsafe fn ubrk_current(bi: *const UBreakIterator) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_current(bi : *const UBreakIterator) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_current(bi : *const UBreakIterator) -> i32); ubrk_current(bi) } #[inline] pub unsafe fn ubrk_first(bi: *mut UBreakIterator) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_first(bi : *mut UBreakIterator) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_first(bi : *mut UBreakIterator) -> i32); ubrk_first(bi) } #[inline] pub unsafe fn ubrk_following(bi: *mut UBreakIterator, offset: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_following(bi : *mut UBreakIterator, offset : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_following(bi : *mut UBreakIterator, offset : i32) -> i32); ubrk_following(bi, offset) } #[inline] pub unsafe fn ubrk_getAvailable(index: i32) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_getAvailable(index : i32) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_getAvailable(index : i32) -> windows_core::PCSTR); ubrk_getAvailable(index) } #[inline] pub unsafe fn ubrk_getBinaryRules(bi: *mut UBreakIterator, binaryrules: *mut u8, rulescapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_getBinaryRules(bi : *mut UBreakIterator, binaryrules : *mut u8, rulescapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_getBinaryRules(bi : *mut UBreakIterator, binaryrules : *mut u8, rulescapacity : i32, status : *mut UErrorCode) -> i32); ubrk_getBinaryRules(bi, binaryrules, rulescapacity, status) } #[inline] pub unsafe fn ubrk_getLocaleByType(bi: *const UBreakIterator, r#type: ULocDataLocaleType, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_getLocaleByType(bi : *const UBreakIterator, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_getLocaleByType(bi : *const UBreakIterator, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); ubrk_getLocaleByType(bi, r#type, status) } #[inline] pub unsafe fn ubrk_getRuleStatus(bi: *mut UBreakIterator) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_getRuleStatus(bi : *mut UBreakIterator) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_getRuleStatus(bi : *mut UBreakIterator) -> i32); ubrk_getRuleStatus(bi) } #[inline] pub unsafe fn ubrk_getRuleStatusVec(bi: *mut UBreakIterator, fillinvec: *mut i32, capacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_getRuleStatusVec(bi : *mut UBreakIterator, fillinvec : *mut i32, capacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_getRuleStatusVec(bi : *mut UBreakIterator, fillinvec : *mut i32, capacity : i32, status : *mut UErrorCode) -> i32); ubrk_getRuleStatusVec(bi, fillinvec, capacity, status) } #[inline] pub unsafe fn ubrk_isBoundary(bi: *mut UBreakIterator, offset: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_isBoundary(bi : *mut UBreakIterator, offset : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_isBoundary(bi : *mut UBreakIterator, offset : i32) -> i8); ubrk_isBoundary(bi, offset) } #[inline] pub unsafe fn ubrk_last(bi: *mut UBreakIterator) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_last(bi : *mut UBreakIterator) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_last(bi : *mut UBreakIterator) -> i32); ubrk_last(bi) } #[inline] pub unsafe fn ubrk_next(bi: *mut UBreakIterator) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_next(bi : *mut UBreakIterator) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_next(bi : *mut UBreakIterator) -> i32); ubrk_next(bi) } #[inline] @@ -2447,127 +2447,127 @@ pub unsafe fn ubrk_open(r#type: UBreakIteratorType, locale: P0, text: *const where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_open(r#type : UBreakIteratorType, locale : windows_core::PCSTR, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UBreakIterator); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_open(r#type : UBreakIteratorType, locale : windows_core::PCSTR, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UBreakIterator); ubrk_open(r#type, locale.param().abi(), text, textlength, status) } #[inline] pub unsafe fn ubrk_openBinaryRules(binaryrules: *const u8, ruleslength: i32, text: *const u16, textlength: i32, status: *mut UErrorCode) -> *mut UBreakIterator { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_openBinaryRules(binaryrules : *const u8, ruleslength : i32, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UBreakIterator); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_openBinaryRules(binaryrules : *const u8, ruleslength : i32, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UBreakIterator); ubrk_openBinaryRules(binaryrules, ruleslength, text, textlength, status) } #[inline] pub unsafe fn ubrk_openRules(rules: *const u16, ruleslength: i32, text: *const u16, textlength: i32, parseerr: *mut UParseError, status: *mut UErrorCode) -> *mut UBreakIterator { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_openRules(rules : *const u16, ruleslength : i32, text : *const u16, textlength : i32, parseerr : *mut UParseError, status : *mut UErrorCode) -> *mut UBreakIterator); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_openRules(rules : *const u16, ruleslength : i32, text : *const u16, textlength : i32, parseerr : *mut UParseError, status : *mut UErrorCode) -> *mut UBreakIterator); ubrk_openRules(rules, ruleslength, text, textlength, parseerr, status) } #[inline] pub unsafe fn ubrk_preceding(bi: *mut UBreakIterator, offset: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_preceding(bi : *mut UBreakIterator, offset : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_preceding(bi : *mut UBreakIterator, offset : i32) -> i32); ubrk_preceding(bi, offset) } #[inline] pub unsafe fn ubrk_previous(bi: *mut UBreakIterator) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_previous(bi : *mut UBreakIterator) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_previous(bi : *mut UBreakIterator) -> i32); ubrk_previous(bi) } #[inline] pub unsafe fn ubrk_refreshUText(bi: *mut UBreakIterator, text: *mut UText, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_refreshUText(bi : *mut UBreakIterator, text : *mut UText, status : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_refreshUText(bi : *mut UBreakIterator, text : *mut UText, status : *mut UErrorCode)); ubrk_refreshUText(bi, text, status) } #[inline] pub unsafe fn ubrk_safeClone(bi: *const UBreakIterator, stackbuffer: *mut core::ffi::c_void, pbuffersize: *mut i32, status: *mut UErrorCode) -> *mut UBreakIterator { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_safeClone(bi : *const UBreakIterator, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UBreakIterator); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_safeClone(bi : *const UBreakIterator, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UBreakIterator); ubrk_safeClone(bi, stackbuffer, pbuffersize, status) } #[inline] pub unsafe fn ubrk_setText(bi: *mut UBreakIterator, text: *const u16, textlength: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_setText(bi : *mut UBreakIterator, text : *const u16, textlength : i32, status : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_setText(bi : *mut UBreakIterator, text : *const u16, textlength : i32, status : *mut UErrorCode)); ubrk_setText(bi, text, textlength, status) } #[inline] pub unsafe fn ubrk_setUText(bi: *mut UBreakIterator, text: *mut UText, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ubrk_setUText(bi : *mut UBreakIterator, text : *mut UText, status : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ubrk_setUText(bi : *mut UBreakIterator, text : *mut UText, status : *mut UErrorCode)); ubrk_setUText(bi, text, status) } #[inline] pub unsafe fn ucal_add(cal: *mut *mut core::ffi::c_void, field: UCalendarDateFields, amount: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_add(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, amount : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_add(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, amount : i32, status : *mut UErrorCode)); ucal_add(cal, field, amount, status) } #[inline] pub unsafe fn ucal_clear(calendar: *mut *mut core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_clear(calendar : *mut *mut core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_clear(calendar : *mut *mut core::ffi::c_void)); ucal_clear(calendar) } #[inline] pub unsafe fn ucal_clearField(cal: *mut *mut core::ffi::c_void, field: UCalendarDateFields) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_clearField(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_clearField(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields)); ucal_clearField(cal, field) } #[inline] pub unsafe fn ucal_clone(cal: *const *const core::ffi::c_void, status: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn ucal_clone(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_clone(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); ucal_clone(cal, status) } #[inline] pub unsafe fn ucal_close(cal: *mut *mut core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_close(cal : *mut *mut core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_close(cal : *mut *mut core::ffi::c_void)); ucal_close(cal) } #[inline] pub unsafe fn ucal_countAvailable() -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_countAvailable() -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_countAvailable() -> i32); ucal_countAvailable() } #[inline] pub unsafe fn ucal_equivalentTo(cal1: *const *const core::ffi::c_void, cal2: *const *const core::ffi::c_void) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_equivalentTo(cal1 : *const *const core::ffi::c_void, cal2 : *const *const core::ffi::c_void) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_equivalentTo(cal1 : *const *const core::ffi::c_void, cal2 : *const *const core::ffi::c_void) -> i8); ucal_equivalentTo(cal1, cal2) } #[inline] pub unsafe fn ucal_get(cal: *const *const core::ffi::c_void, field: UCalendarDateFields, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_get(cal : *const *const core::ffi::c_void, field : UCalendarDateFields, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_get(cal : *const *const core::ffi::c_void, field : UCalendarDateFields, status : *mut UErrorCode) -> i32); ucal_get(cal, field, status) } #[inline] pub unsafe fn ucal_getAttribute(cal: *const *const core::ffi::c_void, attr: UCalendarAttribute) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getAttribute(cal : *const *const core::ffi::c_void, attr : UCalendarAttribute) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getAttribute(cal : *const *const core::ffi::c_void, attr : UCalendarAttribute) -> i32); ucal_getAttribute(cal, attr) } #[inline] pub unsafe fn ucal_getAvailable(localeindex: i32) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getAvailable(localeindex : i32) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getAvailable(localeindex : i32) -> windows_core::PCSTR); ucal_getAvailable(localeindex) } #[inline] pub unsafe fn ucal_getCanonicalTimeZoneID(id: *const u16, len: i32, result: *mut u16, resultcapacity: i32, issystemid: *mut i8, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getCanonicalTimeZoneID(id : *const u16, len : i32, result : *mut u16, resultcapacity : i32, issystemid : *mut i8, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getCanonicalTimeZoneID(id : *const u16, len : i32, result : *mut u16, resultcapacity : i32, issystemid : *mut i8, status : *mut UErrorCode) -> i32); ucal_getCanonicalTimeZoneID(id, len, result, resultcapacity, issystemid, status) } #[inline] pub unsafe fn ucal_getDSTSavings(zoneid: *const u16, ec: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getDSTSavings(zoneid : *const u16, ec : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getDSTSavings(zoneid : *const u16, ec : *mut UErrorCode) -> i32); ucal_getDSTSavings(zoneid, ec) } #[inline] pub unsafe fn ucal_getDayOfWeekType(cal: *const *const core::ffi::c_void, dayofweek: UCalendarDaysOfWeek, status: *mut UErrorCode) -> UCalendarWeekdayType { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getDayOfWeekType(cal : *const *const core::ffi::c_void, dayofweek : UCalendarDaysOfWeek, status : *mut UErrorCode) -> UCalendarWeekdayType); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getDayOfWeekType(cal : *const *const core::ffi::c_void, dayofweek : UCalendarDaysOfWeek, status : *mut UErrorCode) -> UCalendarWeekdayType); ucal_getDayOfWeekType(cal, dayofweek, status) } #[inline] pub unsafe fn ucal_getDefaultTimeZone(result: *mut u16, resultcapacity: i32, ec: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getDefaultTimeZone(result : *mut u16, resultcapacity : i32, ec : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getDefaultTimeZone(result : *mut u16, resultcapacity : i32, ec : *mut UErrorCode) -> i32); ucal_getDefaultTimeZone(result, resultcapacity, ec) } #[inline] pub unsafe fn ucal_getFieldDifference(cal: *mut *mut core::ffi::c_void, target: f64, field: UCalendarDateFields, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getFieldDifference(cal : *mut *mut core::ffi::c_void, target : f64, field : UCalendarDateFields, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getFieldDifference(cal : *mut *mut core::ffi::c_void, target : f64, field : UCalendarDateFields, status : *mut UErrorCode) -> i32); ucal_getFieldDifference(cal, target, field, status) } #[inline] pub unsafe fn ucal_getGregorianChange(cal: *const *const core::ffi::c_void, perrorcode: *mut UErrorCode) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getGregorianChange(cal : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> f64); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getGregorianChange(cal : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> f64); ucal_getGregorianChange(cal, perrorcode) } #[inline] @@ -2581,32 +2581,32 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getKeywordValuesForLocale(key : windows_core::PCSTR, locale : windows_core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getKeywordValuesForLocale(key : windows_core::PCSTR, locale : windows_core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); ucal_getKeywordValuesForLocale(key.param().abi(), locale.param().abi(), commonlyused, status) } #[inline] pub unsafe fn ucal_getLimit(cal: *const *const core::ffi::c_void, field: UCalendarDateFields, r#type: UCalendarLimitType, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getLimit(cal : *const *const core::ffi::c_void, field : UCalendarDateFields, r#type : UCalendarLimitType, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getLimit(cal : *const *const core::ffi::c_void, field : UCalendarDateFields, r#type : UCalendarLimitType, status : *mut UErrorCode) -> i32); ucal_getLimit(cal, field, r#type, status) } #[inline] pub unsafe fn ucal_getLocaleByType(cal: *const *const core::ffi::c_void, r#type: ULocDataLocaleType, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getLocaleByType(cal : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getLocaleByType(cal : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); ucal_getLocaleByType(cal, r#type, status) } #[inline] pub unsafe fn ucal_getMillis(cal: *const *const core::ffi::c_void, status: *mut UErrorCode) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getMillis(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getMillis(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); ucal_getMillis(cal, status) } #[inline] pub unsafe fn ucal_getNow() -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getNow() -> f64); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getNow() -> f64); ucal_getNow() } #[inline] pub unsafe fn ucal_getTZDataVersion(status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getTZDataVersion(status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getTZDataVersion(status : *mut UErrorCode) -> windows_core::PCSTR); ucal_getTZDataVersion(status) } #[inline] @@ -2614,12 +2614,12 @@ pub unsafe fn ucal_getTimeZoneDisplayName(cal: *const *const core::ffi::c_vo where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneDisplayName(cal : *const *const core::ffi::c_void, r#type : UCalendarDisplayNameType, locale : windows_core::PCSTR, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getTimeZoneDisplayName(cal : *const *const core::ffi::c_void, r#type : UCalendarDisplayNameType, locale : windows_core::PCSTR, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); ucal_getTimeZoneDisplayName(cal, r#type, locale.param().abi(), result, resultlength, status) } #[inline] pub unsafe fn ucal_getTimeZoneID(cal: *const *const core::ffi::c_void, result: *mut u16, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneID(cal : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getTimeZoneID(cal : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); ucal_getTimeZoneID(cal, result, resultlength, status) } #[inline] @@ -2627,42 +2627,42 @@ pub unsafe fn ucal_getTimeZoneIDForWindowsID(winid: *const u16, len: i32, re where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneIDForWindowsID(winid : *const u16, len : i32, region : windows_core::PCSTR, id : *mut u16, idcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getTimeZoneIDForWindowsID(winid : *const u16, len : i32, region : windows_core::PCSTR, id : *mut u16, idcapacity : i32, status : *mut UErrorCode) -> i32); ucal_getTimeZoneIDForWindowsID(winid, len, region.param().abi(), id, idcapacity, status) } #[inline] pub unsafe fn ucal_getTimeZoneTransitionDate(cal: *const *const core::ffi::c_void, r#type: UTimeZoneTransitionType, transition: *mut f64, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneTransitionDate(cal : *const *const core::ffi::c_void, r#type : UTimeZoneTransitionType, transition : *mut f64, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getTimeZoneTransitionDate(cal : *const *const core::ffi::c_void, r#type : UTimeZoneTransitionType, transition : *mut f64, status : *mut UErrorCode) -> i8); ucal_getTimeZoneTransitionDate(cal, r#type, transition, status) } #[inline] pub unsafe fn ucal_getType(cal: *const *const core::ffi::c_void, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getType(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getType(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> windows_core::PCSTR); ucal_getType(cal, status) } #[inline] pub unsafe fn ucal_getWeekendTransition(cal: *const *const core::ffi::c_void, dayofweek: UCalendarDaysOfWeek, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getWeekendTransition(cal : *const *const core::ffi::c_void, dayofweek : UCalendarDaysOfWeek, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getWeekendTransition(cal : *const *const core::ffi::c_void, dayofweek : UCalendarDaysOfWeek, status : *mut UErrorCode) -> i32); ucal_getWeekendTransition(cal, dayofweek, status) } #[inline] pub unsafe fn ucal_getWindowsTimeZoneID(id: *const u16, len: i32, winid: *mut u16, winidcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_getWindowsTimeZoneID(id : *const u16, len : i32, winid : *mut u16, winidcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_getWindowsTimeZoneID(id : *const u16, len : i32, winid : *mut u16, winidcapacity : i32, status : *mut UErrorCode) -> i32); ucal_getWindowsTimeZoneID(id, len, winid, winidcapacity, status) } #[inline] pub unsafe fn ucal_inDaylightTime(cal: *const *const core::ffi::c_void, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_inDaylightTime(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_inDaylightTime(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> i8); ucal_inDaylightTime(cal, status) } #[inline] pub unsafe fn ucal_isSet(cal: *const *const core::ffi::c_void, field: UCalendarDateFields) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_isSet(cal : *const *const core::ffi::c_void, field : UCalendarDateFields) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_isSet(cal : *const *const core::ffi::c_void, field : UCalendarDateFields) -> i8); ucal_isSet(cal, field) } #[inline] pub unsafe fn ucal_isWeekend(cal: *const *const core::ffi::c_void, date: f64, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucal_isWeekend(cal : *const *const core::ffi::c_void, date : f64, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_isWeekend(cal : *const *const core::ffi::c_void, date : f64, status : *mut UErrorCode) -> i8); ucal_isWeekend(cal, date, status) } #[inline] @@ -2670,7 +2670,7 @@ pub unsafe fn ucal_open(zoneid: *const u16, len: i32, locale: P0, r#type: UC where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucal_open(zoneid : *const u16, len : i32, locale : windows_core::PCSTR, r#type : UCalendarType, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_open(zoneid : *const u16, len : i32, locale : windows_core::PCSTR, r#type : UCalendarType, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); ucal_open(zoneid, len, locale.param().abi(), r#type, status) } #[inline] @@ -2678,7 +2678,7 @@ pub unsafe fn ucal_openCountryTimeZones(country: P0, ec: *mut UErrorCode) -> where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucal_openCountryTimeZones(country : windows_core::PCSTR, ec : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_openCountryTimeZones(country : windows_core::PCSTR, ec : *mut UErrorCode) -> *mut UEnumeration); ucal_openCountryTimeZones(country.param().abi(), ec) } #[inline] @@ -2686,77 +2686,77 @@ pub unsafe fn ucal_openTimeZoneIDEnumeration(zonetype: USystemTimeZoneType, where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucal_openTimeZoneIDEnumeration(zonetype : USystemTimeZoneType, region : windows_core::PCSTR, rawoffset : *const i32, ec : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_openTimeZoneIDEnumeration(zonetype : USystemTimeZoneType, region : windows_core::PCSTR, rawoffset : *const i32, ec : *mut UErrorCode) -> *mut UEnumeration); ucal_openTimeZoneIDEnumeration(zonetype, region.param().abi(), rawoffset, ec) } #[inline] pub unsafe fn ucal_openTimeZones(ec: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn ucal_openTimeZones(ec : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_openTimeZones(ec : *mut UErrorCode) -> *mut UEnumeration); ucal_openTimeZones(ec) } #[inline] pub unsafe fn ucal_roll(cal: *mut *mut core::ffi::c_void, field: UCalendarDateFields, amount: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_roll(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, amount : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_roll(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, amount : i32, status : *mut UErrorCode)); ucal_roll(cal, field, amount, status) } #[inline] pub unsafe fn ucal_set(cal: *mut *mut core::ffi::c_void, field: UCalendarDateFields, value: i32) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_set(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, value : i32)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_set(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, value : i32)); ucal_set(cal, field, value) } #[inline] pub unsafe fn ucal_setAttribute(cal: *mut *mut core::ffi::c_void, attr: UCalendarAttribute, newvalue: i32) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_setAttribute(cal : *mut *mut core::ffi::c_void, attr : UCalendarAttribute, newvalue : i32)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_setAttribute(cal : *mut *mut core::ffi::c_void, attr : UCalendarAttribute, newvalue : i32)); ucal_setAttribute(cal, attr, newvalue) } #[inline] pub unsafe fn ucal_setDate(cal: *mut *mut core::ffi::c_void, year: i32, month: i32, date: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_setDate(cal : *mut *mut core::ffi::c_void, year : i32, month : i32, date : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_setDate(cal : *mut *mut core::ffi::c_void, year : i32, month : i32, date : i32, status : *mut UErrorCode)); ucal_setDate(cal, year, month, date, status) } #[inline] pub unsafe fn ucal_setDateTime(cal: *mut *mut core::ffi::c_void, year: i32, month: i32, date: i32, hour: i32, minute: i32, second: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_setDateTime(cal : *mut *mut core::ffi::c_void, year : i32, month : i32, date : i32, hour : i32, minute : i32, second : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_setDateTime(cal : *mut *mut core::ffi::c_void, year : i32, month : i32, date : i32, hour : i32, minute : i32, second : i32, status : *mut UErrorCode)); ucal_setDateTime(cal, year, month, date, hour, minute, second, status) } #[inline] pub unsafe fn ucal_setDefaultTimeZone(zoneid: *const u16, ec: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_setDefaultTimeZone(zoneid : *const u16, ec : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_setDefaultTimeZone(zoneid : *const u16, ec : *mut UErrorCode)); ucal_setDefaultTimeZone(zoneid, ec) } #[inline] pub unsafe fn ucal_setGregorianChange(cal: *mut *mut core::ffi::c_void, date: f64, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_setGregorianChange(cal : *mut *mut core::ffi::c_void, date : f64, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_setGregorianChange(cal : *mut *mut core::ffi::c_void, date : f64, perrorcode : *mut UErrorCode)); ucal_setGregorianChange(cal, date, perrorcode) } #[inline] pub unsafe fn ucal_setMillis(cal: *mut *mut core::ffi::c_void, datetime: f64, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_setMillis(cal : *mut *mut core::ffi::c_void, datetime : f64, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_setMillis(cal : *mut *mut core::ffi::c_void, datetime : f64, status : *mut UErrorCode)); ucal_setMillis(cal, datetime, status) } #[inline] pub unsafe fn ucal_setTimeZone(cal: *mut *mut core::ffi::c_void, zoneid: *const u16, len: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucal_setTimeZone(cal : *mut *mut core::ffi::c_void, zoneid : *const u16, len : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucal_setTimeZone(cal : *mut *mut core::ffi::c_void, zoneid : *const u16, len : i32, status : *mut UErrorCode)); ucal_setTimeZone(cal, zoneid, len, status) } #[inline] pub unsafe fn ucasemap_close(csm: *mut UCaseMap) { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_close(csm : *mut UCaseMap)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_close(csm : *mut UCaseMap)); ucasemap_close(csm) } #[inline] pub unsafe fn ucasemap_getBreakIterator(csm: *const UCaseMap) -> *mut UBreakIterator { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_getBreakIterator(csm : *const UCaseMap) -> *mut UBreakIterator); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_getBreakIterator(csm : *const UCaseMap) -> *mut UBreakIterator); ucasemap_getBreakIterator(csm) } #[inline] pub unsafe fn ucasemap_getLocale(csm: *const UCaseMap) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_getLocale(csm : *const UCaseMap) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_getLocale(csm : *const UCaseMap) -> windows_core::PCSTR); ucasemap_getLocale(csm) } #[inline] pub unsafe fn ucasemap_getOptions(csm: *const UCaseMap) -> u32 { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_getOptions(csm : *const UCaseMap) -> u32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_getOptions(csm : *const UCaseMap) -> u32); ucasemap_getOptions(csm) } #[inline] @@ -2764,12 +2764,12 @@ pub unsafe fn ucasemap_open(locale: P0, options: u32, perrorcode: *mut UErro where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_open(locale : windows_core::PCSTR, options : u32, perrorcode : *mut UErrorCode) -> *mut UCaseMap); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_open(locale : windows_core::PCSTR, options : u32, perrorcode : *mut UErrorCode) -> *mut UCaseMap); ucasemap_open(locale.param().abi(), options, perrorcode) } #[inline] pub unsafe fn ucasemap_setBreakIterator(csm: *mut UCaseMap, itertoadopt: *mut UBreakIterator, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_setBreakIterator(csm : *mut UCaseMap, itertoadopt : *mut UBreakIterator, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_setBreakIterator(csm : *mut UCaseMap, itertoadopt : *mut UBreakIterator, perrorcode : *mut UErrorCode)); ucasemap_setBreakIterator(csm, itertoadopt, perrorcode) } #[inline] @@ -2777,17 +2777,17 @@ pub unsafe fn ucasemap_setLocale(csm: *mut UCaseMap, locale: P0, perrorcode: where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_setLocale(csm : *mut UCaseMap, locale : windows_core::PCSTR, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_setLocale(csm : *mut UCaseMap, locale : windows_core::PCSTR, perrorcode : *mut UErrorCode)); ucasemap_setLocale(csm, locale.param().abi(), perrorcode) } #[inline] pub unsafe fn ucasemap_setOptions(csm: *mut UCaseMap, options: u32, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_setOptions(csm : *mut UCaseMap, options : u32, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_setOptions(csm : *mut UCaseMap, options : u32, perrorcode : *mut UErrorCode)); ucasemap_setOptions(csm, options, perrorcode) } #[inline] pub unsafe fn ucasemap_toTitle(csm: *mut UCaseMap, dest: *mut u16, destcapacity: i32, src: *const u16, srclength: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_toTitle(csm : *mut UCaseMap, dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_toTitle(csm : *mut UCaseMap, dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> i32); ucasemap_toTitle(csm, dest, destcapacity, src, srclength, perrorcode) } #[inline] @@ -2796,7 +2796,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_utf8FoldCase(csm : *const UCaseMap, dest : windows_core::PCSTR, destcapacity : i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_utf8FoldCase(csm : *const UCaseMap, dest : windows_core::PCSTR, destcapacity : i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); ucasemap_utf8FoldCase(csm, dest.param().abi(), destcapacity, src.param().abi(), srclength, perrorcode) } #[inline] @@ -2805,7 +2805,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_utf8ToLower(csm : *const UCaseMap, dest : windows_core::PCSTR, destcapacity : i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_utf8ToLower(csm : *const UCaseMap, dest : windows_core::PCSTR, destcapacity : i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); ucasemap_utf8ToLower(csm, dest.param().abi(), destcapacity, src.param().abi(), srclength, perrorcode) } #[inline] @@ -2814,7 +2814,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_utf8ToTitle(csm : *mut UCaseMap, dest : windows_core::PCSTR, destcapacity : i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_utf8ToTitle(csm : *mut UCaseMap, dest : windows_core::PCSTR, destcapacity : i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); ucasemap_utf8ToTitle(csm, dest.param().abi(), destcapacity, src.param().abi(), srclength, perrorcode) } #[inline] @@ -2823,7 +2823,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucasemap_utf8ToUpper(csm : *const UCaseMap, dest : windows_core::PCSTR, destcapacity : i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucasemap_utf8ToUpper(csm : *const UCaseMap, dest : windows_core::PCSTR, destcapacity : i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); ucasemap_utf8ToUpper(csm, dest.param().abi(), destcapacity, src.param().abi(), srclength, perrorcode) } #[inline] @@ -2891,32 +2891,32 @@ pub unsafe fn ucnv_cbFromUWriteBytes(args: *mut UConverterFromUnicodeArgs, s where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbFromUWriteBytes(args : *mut UConverterFromUnicodeArgs, source : windows_core::PCSTR, length : i32, offsetindex : i32, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_cbFromUWriteBytes(args : *mut UConverterFromUnicodeArgs, source : windows_core::PCSTR, length : i32, offsetindex : i32, err : *mut UErrorCode)); ucnv_cbFromUWriteBytes(args, source.param().abi(), length, offsetindex, err) } #[inline] pub unsafe fn ucnv_cbFromUWriteSub(args: *mut UConverterFromUnicodeArgs, offsetindex: i32, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbFromUWriteSub(args : *mut UConverterFromUnicodeArgs, offsetindex : i32, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_cbFromUWriteSub(args : *mut UConverterFromUnicodeArgs, offsetindex : i32, err : *mut UErrorCode)); ucnv_cbFromUWriteSub(args, offsetindex, err) } #[inline] pub unsafe fn ucnv_cbFromUWriteUChars(args: *mut UConverterFromUnicodeArgs, source: *const *const u16, sourcelimit: *const u16, offsetindex: i32, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbFromUWriteUChars(args : *mut UConverterFromUnicodeArgs, source : *const *const u16, sourcelimit : *const u16, offsetindex : i32, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_cbFromUWriteUChars(args : *mut UConverterFromUnicodeArgs, source : *const *const u16, sourcelimit : *const u16, offsetindex : i32, err : *mut UErrorCode)); ucnv_cbFromUWriteUChars(args, source, sourcelimit, offsetindex, err) } #[inline] pub unsafe fn ucnv_cbToUWriteSub(args: *mut UConverterToUnicodeArgs, offsetindex: i32, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbToUWriteSub(args : *mut UConverterToUnicodeArgs, offsetindex : i32, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_cbToUWriteSub(args : *mut UConverterToUnicodeArgs, offsetindex : i32, err : *mut UErrorCode)); ucnv_cbToUWriteSub(args, offsetindex, err) } #[inline] pub unsafe fn ucnv_cbToUWriteUChars(args: *mut UConverterToUnicodeArgs, source: *const u16, length: i32, offsetindex: i32, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbToUWriteUChars(args : *mut UConverterToUnicodeArgs, source : *const u16, length : i32, offsetindex : i32, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_cbToUWriteUChars(args : *mut UConverterToUnicodeArgs, source : *const u16, length : i32, offsetindex : i32, err : *mut UErrorCode)); ucnv_cbToUWriteUChars(args, source, length, offsetindex, err) } #[inline] pub unsafe fn ucnv_close(converter: *mut UConverter) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_close(converter : *mut UConverter)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_close(converter : *mut UConverter)); ucnv_close(converter) } #[inline] @@ -2925,7 +2925,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_compareNames(name1 : windows_core::PCSTR, name2 : windows_core::PCSTR) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_compareNames(name1 : windows_core::PCSTR, name2 : windows_core::PCSTR) -> i32); ucnv_compareNames(name1.param().abi(), name2.param().abi()) } #[inline] @@ -2936,7 +2936,7 @@ where P2: windows_core::Param, P3: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_convert(toconvertername : windows_core::PCSTR, fromconvertername : windows_core::PCSTR, target : windows_core::PCSTR, targetcapacity : i32, source : windows_core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_convert(toconvertername : windows_core::PCSTR, fromconvertername : windows_core::PCSTR, target : windows_core::PCSTR, targetcapacity : i32, source : windows_core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); ucnv_convert(toconvertername.param().abi(), fromconvertername.param().abi(), target.param().abi(), targetcapacity, source.param().abi(), sourcelength, perrorcode) } #[inline] @@ -2945,7 +2945,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_convertEx(targetcnv : *mut UConverter, sourcecnv : *mut UConverter, target : *mut *mut i8, targetlimit : windows_core::PCSTR, source : *const *const i8, sourcelimit : windows_core::PCSTR, pivotstart : *mut u16, pivotsource : *mut *mut u16, pivottarget : *mut *mut u16, pivotlimit : *const u16, reset : i8, flush : i8, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_convertEx(targetcnv : *mut UConverter, sourcecnv : *mut UConverter, target : *mut *mut i8, targetlimit : windows_core::PCSTR, source : *const *const i8, sourcelimit : windows_core::PCSTR, pivotstart : *mut u16, pivotsource : *mut *mut u16, pivottarget : *mut *mut u16, pivotlimit : *const u16, reset : i8, flush : i8, perrorcode : *mut UErrorCode)); ucnv_convertEx(targetcnv, sourcecnv, target, targetlimit.param().abi(), source, sourcelimit.param().abi(), pivotstart, pivotsource, pivottarget, pivotlimit, reset, flush, perrorcode) } #[inline] @@ -2953,17 +2953,17 @@ pub unsafe fn ucnv_countAliases(alias: P0, perrorcode: *mut UErrorCode) -> u where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_countAliases(alias : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> u16); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_countAliases(alias : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> u16); ucnv_countAliases(alias.param().abi(), perrorcode) } #[inline] pub unsafe fn ucnv_countAvailable() -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_countAvailable() -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_countAvailable() -> i32); ucnv_countAvailable() } #[inline] pub unsafe fn ucnv_countStandards() -> u16 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_countStandards() -> u16); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_countStandards() -> u16); ucnv_countStandards() } #[inline] @@ -2971,17 +2971,17 @@ pub unsafe fn ucnv_detectUnicodeSignature(source: P0, sourcelength: i32, sig where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_detectUnicodeSignature(source : windows_core::PCSTR, sourcelength : i32, signaturelength : *mut i32, perrorcode : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_detectUnicodeSignature(source : windows_core::PCSTR, sourcelength : i32, signaturelength : *mut i32, perrorcode : *mut UErrorCode) -> windows_core::PCSTR); ucnv_detectUnicodeSignature(source.param().abi(), sourcelength, signaturelength, perrorcode) } #[inline] pub unsafe fn ucnv_fixFileSeparator(cnv: *const UConverter, source: *mut u16, sourcelen: i32) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_fixFileSeparator(cnv : *const UConverter, source : *mut u16, sourcelen : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_fixFileSeparator(cnv : *const UConverter, source : *mut u16, sourcelen : i32)); ucnv_fixFileSeparator(cnv, source, sourcelen) } #[inline] pub unsafe fn ucnv_flushCache() -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_flushCache() -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_flushCache() -> i32); ucnv_flushCache() } #[inline] @@ -2990,7 +2990,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_fromAlgorithmic(cnv : *mut UConverter, algorithmictype : UConverterType, target : windows_core::PCSTR, targetcapacity : i32, source : windows_core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_fromAlgorithmic(cnv : *mut UConverter, algorithmictype : UConverterType, target : windows_core::PCSTR, targetcapacity : i32, source : windows_core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); ucnv_fromAlgorithmic(cnv, algorithmictype, target.param().abi(), targetcapacity, source.param().abi(), sourcelength, perrorcode) } #[inline] @@ -2998,12 +2998,12 @@ pub unsafe fn ucnv_fromUChars(cnv: *mut UConverter, dest: P0, destcapacity: where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_fromUChars(cnv : *mut UConverter, dest : windows_core::PCSTR, destcapacity : i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_fromUChars(cnv : *mut UConverter, dest : windows_core::PCSTR, destcapacity : i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> i32); ucnv_fromUChars(cnv, dest.param().abi(), destcapacity, src, srclength, perrorcode) } #[inline] pub unsafe fn ucnv_fromUCountPending(cnv: *const UConverter, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_fromUCountPending(cnv : *const UConverter, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_fromUCountPending(cnv : *const UConverter, status : *mut UErrorCode) -> i32); ucnv_fromUCountPending(cnv, status) } #[inline] @@ -3011,7 +3011,7 @@ pub unsafe fn ucnv_fromUnicode(converter: *mut UConverter, target: *mut *mut where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_fromUnicode(converter : *mut UConverter, target : *mut *mut i8, targetlimit : windows_core::PCSTR, source : *const *const u16, sourcelimit : *const u16, offsets : *mut i32, flush : i8, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_fromUnicode(converter : *mut UConverter, target : *mut *mut i8, targetlimit : windows_core::PCSTR, source : *const *const u16, sourcelimit : *const u16, offsets : *mut i32, flush : i8, err : *mut UErrorCode)); ucnv_fromUnicode(converter, target, targetlimit.param().abi(), source, sourcelimit, offsets, flush, err) } #[inline] @@ -3019,7 +3019,7 @@ pub unsafe fn ucnv_getAlias(alias: P0, n: u16, perrorcode: *mut UErrorCode) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getAlias(alias : windows_core::PCSTR, n : u16, perrorcode : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getAlias(alias : windows_core::PCSTR, n : u16, perrorcode : *mut UErrorCode) -> windows_core::PCSTR); ucnv_getAlias(alias.param().abi(), n, perrorcode) } #[inline] @@ -3027,17 +3027,17 @@ pub unsafe fn ucnv_getAliases(alias: P0, aliases: *const *const i8, perrorco where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getAliases(alias : windows_core::PCSTR, aliases : *const *const i8, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getAliases(alias : windows_core::PCSTR, aliases : *const *const i8, perrorcode : *mut UErrorCode)); ucnv_getAliases(alias.param().abi(), aliases, perrorcode) } #[inline] pub unsafe fn ucnv_getAvailableName(n: i32) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getAvailableName(n : i32) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getAvailableName(n : i32) -> windows_core::PCSTR); ucnv_getAvailableName(n) } #[inline] pub unsafe fn ucnv_getCCSID(converter: *const UConverter, err: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getCCSID(converter : *const UConverter, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getCCSID(converter : *const UConverter, err : *mut UErrorCode) -> i32); ucnv_getCCSID(converter, err) } #[inline] @@ -3046,12 +3046,12 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getCanonicalName(alias : windows_core::PCSTR, standard : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getCanonicalName(alias : windows_core::PCSTR, standard : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> windows_core::PCSTR); ucnv_getCanonicalName(alias.param().abi(), standard.param().abi(), perrorcode) } #[inline] pub unsafe fn ucnv_getDefaultName() -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getDefaultName() -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getDefaultName() -> windows_core::PCSTR); ucnv_getDefaultName() } #[inline] @@ -3059,12 +3059,12 @@ pub unsafe fn ucnv_getDisplayName(converter: *const UConverter, displaylocal where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getDisplayName(converter : *const UConverter, displaylocale : windows_core::PCSTR, displayname : *mut u16, displaynamecapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getDisplayName(converter : *const UConverter, displaylocale : windows_core::PCSTR, displayname : *mut u16, displaynamecapacity : i32, err : *mut UErrorCode) -> i32); ucnv_getDisplayName(converter, displaylocale.param().abi(), displayname, displaynamecapacity, err) } #[inline] pub unsafe fn ucnv_getFromUCallBack(converter: *const UConverter, action: *mut UConverterFromUCallback, context: *const *const core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getFromUCallBack(converter : *const UConverter, action : *mut UConverterFromUCallback, context : *const *const core::ffi::c_void)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getFromUCallBack(converter : *const UConverter, action : *mut UConverterFromUCallback, context : *const *const core::ffi::c_void)); ucnv_getFromUCallBack(converter, action, context) } #[inline] @@ -3072,27 +3072,27 @@ pub unsafe fn ucnv_getInvalidChars(converter: *const UConverter, errbytes: P where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getInvalidChars(converter : *const UConverter, errbytes : windows_core::PCSTR, len : *mut i8, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getInvalidChars(converter : *const UConverter, errbytes : windows_core::PCSTR, len : *mut i8, err : *mut UErrorCode)); ucnv_getInvalidChars(converter, errbytes.param().abi(), len, err) } #[inline] pub unsafe fn ucnv_getInvalidUChars(converter: *const UConverter, erruchars: *mut u16, len: *mut i8, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getInvalidUChars(converter : *const UConverter, erruchars : *mut u16, len : *mut i8, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getInvalidUChars(converter : *const UConverter, erruchars : *mut u16, len : *mut i8, err : *mut UErrorCode)); ucnv_getInvalidUChars(converter, erruchars, len, err) } #[inline] pub unsafe fn ucnv_getMaxCharSize(converter: *const UConverter) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getMaxCharSize(converter : *const UConverter) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getMaxCharSize(converter : *const UConverter) -> i8); ucnv_getMaxCharSize(converter) } #[inline] pub unsafe fn ucnv_getMinCharSize(converter: *const UConverter) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getMinCharSize(converter : *const UConverter) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getMinCharSize(converter : *const UConverter) -> i8); ucnv_getMinCharSize(converter) } #[inline] pub unsafe fn ucnv_getName(converter: *const UConverter, err: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getName(converter : *const UConverter, err : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getName(converter : *const UConverter, err : *mut UErrorCode) -> windows_core::PCSTR); ucnv_getName(converter, err) } #[inline] @@ -3100,17 +3100,17 @@ pub unsafe fn ucnv_getNextUChar(converter: *mut UConverter, source: *const * where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getNextUChar(converter : *mut UConverter, source : *const *const i8, sourcelimit : windows_core::PCSTR, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getNextUChar(converter : *mut UConverter, source : *const *const i8, sourcelimit : windows_core::PCSTR, err : *mut UErrorCode) -> i32); ucnv_getNextUChar(converter, source, sourcelimit.param().abi(), err) } #[inline] pub unsafe fn ucnv_getPlatform(converter: *const UConverter, err: *mut UErrorCode) -> UConverterPlatform { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getPlatform(converter : *const UConverter, err : *mut UErrorCode) -> UConverterPlatform); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getPlatform(converter : *const UConverter, err : *mut UErrorCode) -> UConverterPlatform); ucnv_getPlatform(converter, err) } #[inline] pub unsafe fn ucnv_getStandard(n: u16, perrorcode: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getStandard(n : u16, perrorcode : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getStandard(n : u16, perrorcode : *mut UErrorCode) -> windows_core::PCSTR); ucnv_getStandard(n, perrorcode) } #[inline] @@ -3119,12 +3119,12 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getStandardName(name : windows_core::PCSTR, standard : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getStandardName(name : windows_core::PCSTR, standard : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> windows_core::PCSTR); ucnv_getStandardName(name.param().abi(), standard.param().abi(), perrorcode) } #[inline] pub unsafe fn ucnv_getStarters(converter: *const UConverter, starters: *mut i8, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getStarters(converter : *const UConverter, starters : *mut i8, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getStarters(converter : *const UConverter, starters : *mut i8, err : *mut UErrorCode)); ucnv_getStarters(converter, starters, err) } #[inline] @@ -3132,32 +3132,32 @@ pub unsafe fn ucnv_getSubstChars(converter: *const UConverter, subchars: P0, where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getSubstChars(converter : *const UConverter, subchars : windows_core::PCSTR, len : *mut i8, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getSubstChars(converter : *const UConverter, subchars : windows_core::PCSTR, len : *mut i8, err : *mut UErrorCode)); ucnv_getSubstChars(converter, subchars.param().abi(), len, err) } #[inline] pub unsafe fn ucnv_getToUCallBack(converter: *const UConverter, action: *mut UConverterToUCallback, context: *const *const core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getToUCallBack(converter : *const UConverter, action : *mut UConverterToUCallback, context : *const *const core::ffi::c_void)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getToUCallBack(converter : *const UConverter, action : *mut UConverterToUCallback, context : *const *const core::ffi::c_void)); ucnv_getToUCallBack(converter, action, context) } #[inline] pub unsafe fn ucnv_getType(converter: *const UConverter) -> UConverterType { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getType(converter : *const UConverter) -> UConverterType); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getType(converter : *const UConverter) -> UConverterType); ucnv_getType(converter) } #[inline] pub unsafe fn ucnv_getUnicodeSet(cnv: *const UConverter, setfillin: *mut USet, whichset: UConverterUnicodeSet, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_getUnicodeSet(cnv : *const UConverter, setfillin : *mut USet, whichset : UConverterUnicodeSet, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_getUnicodeSet(cnv : *const UConverter, setfillin : *mut USet, whichset : UConverterUnicodeSet, perrorcode : *mut UErrorCode)); ucnv_getUnicodeSet(cnv, setfillin, whichset, perrorcode) } #[inline] pub unsafe fn ucnv_isAmbiguous(cnv: *const UConverter) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_isAmbiguous(cnv : *const UConverter) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_isAmbiguous(cnv : *const UConverter) -> i8); ucnv_isAmbiguous(cnv) } #[inline] pub unsafe fn ucnv_isFixedWidth(cnv: *mut UConverter, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_isFixedWidth(cnv : *mut UConverter, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_isFixedWidth(cnv : *mut UConverter, status : *mut UErrorCode) -> i8); ucnv_isFixedWidth(cnv, status) } #[inline] @@ -3165,17 +3165,17 @@ pub unsafe fn ucnv_open(convertername: P0, err: *mut UErrorCode) -> *mut UCo where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_open(convertername : windows_core::PCSTR, err : *mut UErrorCode) -> *mut UConverter); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_open(convertername : windows_core::PCSTR, err : *mut UErrorCode) -> *mut UConverter); ucnv_open(convertername.param().abi(), err) } #[inline] pub unsafe fn ucnv_openAllNames(perrorcode: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_openAllNames(perrorcode : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_openAllNames(perrorcode : *mut UErrorCode) -> *mut UEnumeration); ucnv_openAllNames(perrorcode) } #[inline] pub unsafe fn ucnv_openCCSID(codepage: i32, platform: UConverterPlatform, err: *mut UErrorCode) -> *mut UConverter { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_openCCSID(codepage : i32, platform : UConverterPlatform, err : *mut UErrorCode) -> *mut UConverter); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_openCCSID(codepage : i32, platform : UConverterPlatform, err : *mut UErrorCode) -> *mut UConverter); ucnv_openCCSID(codepage, platform, err) } #[inline] @@ -3184,7 +3184,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_openPackage(packagename : windows_core::PCSTR, convertername : windows_core::PCSTR, err : *mut UErrorCode) -> *mut UConverter); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_openPackage(packagename : windows_core::PCSTR, convertername : windows_core::PCSTR, err : *mut UErrorCode) -> *mut UConverter); ucnv_openPackage(packagename.param().abi(), convertername.param().abi(), err) } #[inline] @@ -3193,32 +3193,32 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_openStandardNames(convname : windows_core::PCSTR, standard : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_openStandardNames(convname : windows_core::PCSTR, standard : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> *mut UEnumeration); ucnv_openStandardNames(convname.param().abi(), standard.param().abi(), perrorcode) } #[inline] pub unsafe fn ucnv_openU(name: *const u16, err: *mut UErrorCode) -> *mut UConverter { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_openU(name : *const u16, err : *mut UErrorCode) -> *mut UConverter); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_openU(name : *const u16, err : *mut UErrorCode) -> *mut UConverter); ucnv_openU(name, err) } #[inline] pub unsafe fn ucnv_reset(converter: *mut UConverter) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_reset(converter : *mut UConverter)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_reset(converter : *mut UConverter)); ucnv_reset(converter) } #[inline] pub unsafe fn ucnv_resetFromUnicode(converter: *mut UConverter) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_resetFromUnicode(converter : *mut UConverter)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_resetFromUnicode(converter : *mut UConverter)); ucnv_resetFromUnicode(converter) } #[inline] pub unsafe fn ucnv_resetToUnicode(converter: *mut UConverter) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_resetToUnicode(converter : *mut UConverter)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_resetToUnicode(converter : *mut UConverter)); ucnv_resetToUnicode(converter) } #[inline] pub unsafe fn ucnv_safeClone(cnv: *const UConverter, stackbuffer: *mut core::ffi::c_void, pbuffersize: *mut i32, status: *mut UErrorCode) -> *mut UConverter { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_safeClone(cnv : *const UConverter, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UConverter); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_safeClone(cnv : *const UConverter, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UConverter); ucnv_safeClone(cnv, stackbuffer, pbuffersize, status) } #[inline] @@ -3226,17 +3226,17 @@ pub unsafe fn ucnv_setDefaultName(name: P0) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_setDefaultName(name : windows_core::PCSTR)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setDefaultName(name : windows_core::PCSTR)); ucnv_setDefaultName(name.param().abi()) } #[inline] pub unsafe fn ucnv_setFallback(cnv: *mut UConverter, usesfallback: i8) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_setFallback(cnv : *mut UConverter, usesfallback : i8)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setFallback(cnv : *mut UConverter, usesfallback : i8)); ucnv_setFallback(cnv, usesfallback) } #[inline] pub unsafe fn ucnv_setFromUCallBack(converter: *mut UConverter, newaction: UConverterFromUCallback, newcontext: *const core::ffi::c_void, oldaction: *mut UConverterFromUCallback, oldcontext: *const *const core::ffi::c_void, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_setFromUCallBack(converter : *mut UConverter, newaction : UConverterFromUCallback, newcontext : *const core::ffi::c_void, oldaction : *mut UConverterFromUCallback, oldcontext : *const *const core::ffi::c_void, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setFromUCallBack(converter : *mut UConverter, newaction : UConverterFromUCallback, newcontext : *const core::ffi::c_void, oldaction : *mut UConverterFromUCallback, oldcontext : *const *const core::ffi::c_void, err : *mut UErrorCode)); ucnv_setFromUCallBack(converter, newaction, newcontext, oldaction, oldcontext, err) } #[inline] @@ -3244,17 +3244,17 @@ pub unsafe fn ucnv_setSubstChars(converter: *mut UConverter, subchars: P0, l where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_setSubstChars(converter : *mut UConverter, subchars : windows_core::PCSTR, len : i8, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setSubstChars(converter : *mut UConverter, subchars : windows_core::PCSTR, len : i8, err : *mut UErrorCode)); ucnv_setSubstChars(converter, subchars.param().abi(), len, err) } #[inline] pub unsafe fn ucnv_setSubstString(cnv: *mut UConverter, s: *const u16, length: i32, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_setSubstString(cnv : *mut UConverter, s : *const u16, length : i32, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setSubstString(cnv : *mut UConverter, s : *const u16, length : i32, err : *mut UErrorCode)); ucnv_setSubstString(cnv, s, length, err) } #[inline] pub unsafe fn ucnv_setToUCallBack(converter: *mut UConverter, newaction: UConverterToUCallback, newcontext: *const core::ffi::c_void, oldaction: *mut UConverterToUCallback, oldcontext: *const *const core::ffi::c_void, err: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_setToUCallBack(converter : *mut UConverter, newaction : UConverterToUCallback, newcontext : *const core::ffi::c_void, oldaction : *mut UConverterToUCallback, oldcontext : *const *const core::ffi::c_void, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_setToUCallBack(converter : *mut UConverter, newaction : UConverterToUCallback, newcontext : *const core::ffi::c_void, oldaction : *mut UConverterToUCallback, oldcontext : *const *const core::ffi::c_void, err : *mut UErrorCode)); ucnv_setToUCallBack(converter, newaction, newcontext, oldaction, oldcontext, err) } #[inline] @@ -3263,7 +3263,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_toAlgorithmic(algorithmictype : UConverterType, cnv : *mut UConverter, target : windows_core::PCSTR, targetcapacity : i32, source : windows_core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_toAlgorithmic(algorithmictype : UConverterType, cnv : *mut UConverter, target : windows_core::PCSTR, targetcapacity : i32, source : windows_core::PCSTR, sourcelength : i32, perrorcode : *mut UErrorCode) -> i32); ucnv_toAlgorithmic(algorithmictype, cnv, target.param().abi(), targetcapacity, source.param().abi(), sourcelength, perrorcode) } #[inline] @@ -3271,12 +3271,12 @@ pub unsafe fn ucnv_toUChars(cnv: *mut UConverter, dest: *mut u16, destcapaci where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_toUChars(cnv : *mut UConverter, dest : *mut u16, destcapacity : i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_toUChars(cnv : *mut UConverter, dest : *mut u16, destcapacity : i32, src : windows_core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); ucnv_toUChars(cnv, dest, destcapacity, src.param().abi(), srclength, perrorcode) } #[inline] pub unsafe fn ucnv_toUCountPending(cnv: *const UConverter, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_toUCountPending(cnv : *const UConverter, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_toUCountPending(cnv : *const UConverter, status : *mut UErrorCode) -> i32); ucnv_toUCountPending(cnv, status) } #[inline] @@ -3284,32 +3284,32 @@ pub unsafe fn ucnv_toUnicode(converter: *mut UConverter, target: *mut *mut u where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_toUnicode(converter : *mut UConverter, target : *mut *mut u16, targetlimit : *const u16, source : *const *const i8, sourcelimit : windows_core::PCSTR, offsets : *mut i32, flush : i8, err : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_toUnicode(converter : *mut UConverter, target : *mut *mut u16, targetlimit : *const u16, source : *const *const i8, sourcelimit : windows_core::PCSTR, offsets : *mut i32, flush : i8, err : *mut UErrorCode)); ucnv_toUnicode(converter, target, targetlimit, source, sourcelimit.param().abi(), offsets, flush, err) } #[inline] pub unsafe fn ucnv_usesFallback(cnv: *const UConverter) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucnv_usesFallback(cnv : *const UConverter) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnv_usesFallback(cnv : *const UConverter) -> i8); ucnv_usesFallback(cnv) } #[inline] pub unsafe fn ucnvsel_close(sel: *mut UConverterSelector) { - windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_close(sel : *mut UConverterSelector)); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_close(sel : *mut UConverterSelector)); ucnvsel_close(sel) } #[inline] pub unsafe fn ucnvsel_open(converterlist: *const *const i8, converterlistsize: i32, excludedcodepoints: *const USet, whichset: UConverterUnicodeSet, status: *mut UErrorCode) -> *mut UConverterSelector { - windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_open(converterlist : *const *const i8, converterlistsize : i32, excludedcodepoints : *const USet, whichset : UConverterUnicodeSet, status : *mut UErrorCode) -> *mut UConverterSelector); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_open(converterlist : *const *const i8, converterlistsize : i32, excludedcodepoints : *const USet, whichset : UConverterUnicodeSet, status : *mut UErrorCode) -> *mut UConverterSelector); ucnvsel_open(converterlist, converterlistsize, excludedcodepoints, whichset, status) } #[inline] pub unsafe fn ucnvsel_openFromSerialized(buffer: *const core::ffi::c_void, length: i32, status: *mut UErrorCode) -> *mut UConverterSelector { - windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_openFromSerialized(buffer : *const core::ffi::c_void, length : i32, status : *mut UErrorCode) -> *mut UConverterSelector); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_openFromSerialized(buffer : *const core::ffi::c_void, length : i32, status : *mut UErrorCode) -> *mut UConverterSelector); ucnvsel_openFromSerialized(buffer, length, status) } #[inline] pub unsafe fn ucnvsel_selectForString(sel: *const UConverterSelector, s: *const u16, length: i32, status: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_selectForString(sel : *const UConverterSelector, s : *const u16, length : i32, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_selectForString(sel : *const UConverterSelector, s : *const u16, length : i32, status : *mut UErrorCode) -> *mut UEnumeration); ucnvsel_selectForString(sel, s, length, status) } #[inline] @@ -3317,57 +3317,57 @@ pub unsafe fn ucnvsel_selectForUTF8(sel: *const UConverterSelector, s: P0, l where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_selectForUTF8(sel : *const UConverterSelector, s : windows_core::PCSTR, length : i32, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_selectForUTF8(sel : *const UConverterSelector, s : windows_core::PCSTR, length : i32, status : *mut UErrorCode) -> *mut UEnumeration); ucnvsel_selectForUTF8(sel, s.param().abi(), length, status) } #[inline] pub unsafe fn ucnvsel_serialize(sel: *const UConverterSelector, buffer: *mut core::ffi::c_void, buffercapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_serialize(sel : *const UConverterSelector, buffer : *mut core::ffi::c_void, buffercapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucnvsel_serialize(sel : *const UConverterSelector, buffer : *mut core::ffi::c_void, buffercapacity : i32, status : *mut UErrorCode) -> i32); ucnvsel_serialize(sel, buffer, buffercapacity, status) } #[inline] pub unsafe fn ucol_cloneBinary(coll: *const UCollator, buffer: *mut u8, capacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_cloneBinary(coll : *const UCollator, buffer : *mut u8, capacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_cloneBinary(coll : *const UCollator, buffer : *mut u8, capacity : i32, status : *mut UErrorCode) -> i32); ucol_cloneBinary(coll, buffer, capacity, status) } #[inline] pub unsafe fn ucol_close(coll: *mut UCollator) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_close(coll : *mut UCollator)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_close(coll : *mut UCollator)); ucol_close(coll) } #[inline] pub unsafe fn ucol_closeElements(elems: *mut UCollationElements) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_closeElements(elems : *mut UCollationElements)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_closeElements(elems : *mut UCollationElements)); ucol_closeElements(elems) } #[inline] pub unsafe fn ucol_countAvailable() -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_countAvailable() -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_countAvailable() -> i32); ucol_countAvailable() } #[inline] pub unsafe fn ucol_equal(coll: *const UCollator, source: *const u16, sourcelength: i32, target: *const u16, targetlength: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_equal(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_equal(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); ucol_equal(coll, source, sourcelength, target, targetlength) } #[inline] pub unsafe fn ucol_getAttribute(coll: *const UCollator, attr: UColAttribute, status: *mut UErrorCode) -> UColAttributeValue { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getAttribute(coll : *const UCollator, attr : UColAttribute, status : *mut UErrorCode) -> UColAttributeValue); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getAttribute(coll : *const UCollator, attr : UColAttribute, status : *mut UErrorCode) -> UColAttributeValue); ucol_getAttribute(coll, attr, status) } #[inline] pub unsafe fn ucol_getAvailable(localeindex: i32) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getAvailable(localeindex : i32) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getAvailable(localeindex : i32) -> windows_core::PCSTR); ucol_getAvailable(localeindex) } #[inline] pub unsafe fn ucol_getBound(source: *const u8, sourcelength: i32, boundtype: UColBoundMode, nooflevels: u32, result: *mut u8, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getBound(source : *const u8, sourcelength : i32, boundtype : UColBoundMode, nooflevels : u32, result : *mut u8, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getBound(source : *const u8, sourcelength : i32, boundtype : UColBoundMode, nooflevels : u32, result : *mut u8, resultlength : i32, status : *mut UErrorCode) -> i32); ucol_getBound(source, sourcelength, boundtype, nooflevels, result, resultlength, status) } #[inline] pub unsafe fn ucol_getContractionsAndExpansions(coll: *const UCollator, contractions: *mut USet, expansions: *mut USet, addprefixes: i8, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getContractionsAndExpansions(coll : *const UCollator, contractions : *mut USet, expansions : *mut USet, addprefixes : i8, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getContractionsAndExpansions(coll : *const UCollator, contractions : *mut USet, expansions : *mut USet, addprefixes : i8, status : *mut UErrorCode)); ucol_getContractionsAndExpansions(coll, contractions, expansions, addprefixes, status) } #[inline] @@ -3376,12 +3376,12 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getDisplayName(objloc : windows_core::PCSTR, disploc : windows_core::PCSTR, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getDisplayName(objloc : windows_core::PCSTR, disploc : windows_core::PCSTR, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); ucol_getDisplayName(objloc.param().abi(), disploc.param().abi(), result, resultlength, status) } #[inline] pub unsafe fn ucol_getEquivalentReorderCodes(reordercode: i32, dest: *mut i32, destcapacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getEquivalentReorderCodes(reordercode : i32, dest : *mut i32, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getEquivalentReorderCodes(reordercode : i32, dest : *mut i32, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); ucol_getEquivalentReorderCodes(reordercode, dest, destcapacity, perrorcode) } #[inline] @@ -3391,7 +3391,7 @@ where P1: windows_core::Param, P2: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getFunctionalEquivalent(result : windows_core::PCSTR, resultcapacity : i32, keyword : windows_core::PCSTR, locale : windows_core::PCSTR, isavailable : *mut i8, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getFunctionalEquivalent(result : windows_core::PCSTR, resultcapacity : i32, keyword : windows_core::PCSTR, locale : windows_core::PCSTR, isavailable : *mut i8, status : *mut UErrorCode) -> i32); ucol_getFunctionalEquivalent(result.param().abi(), resultcapacity, keyword.param().abi(), locale.param().abi(), isavailable, status) } #[inline] @@ -3399,7 +3399,7 @@ pub unsafe fn ucol_getKeywordValues(keyword: P0, status: *mut UErrorCode) -> where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getKeywordValues(keyword : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getKeywordValues(keyword : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); ucol_getKeywordValues(keyword.param().abi(), status) } #[inline] @@ -3408,107 +3408,107 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getKeywordValuesForLocale(key : windows_core::PCSTR, locale : windows_core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getKeywordValuesForLocale(key : windows_core::PCSTR, locale : windows_core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); ucol_getKeywordValuesForLocale(key.param().abi(), locale.param().abi(), commonlyused, status) } #[inline] pub unsafe fn ucol_getKeywords(status: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getKeywords(status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getKeywords(status : *mut UErrorCode) -> *mut UEnumeration); ucol_getKeywords(status) } #[inline] pub unsafe fn ucol_getLocaleByType(coll: *const UCollator, r#type: ULocDataLocaleType, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getLocaleByType(coll : *const UCollator, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getLocaleByType(coll : *const UCollator, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); ucol_getLocaleByType(coll, r#type, status) } #[inline] pub unsafe fn ucol_getMaxExpansion(elems: *const UCollationElements, order: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getMaxExpansion(elems : *const UCollationElements, order : i32) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getMaxExpansion(elems : *const UCollationElements, order : i32) -> i32); ucol_getMaxExpansion(elems, order) } #[inline] pub unsafe fn ucol_getMaxVariable(coll: *const UCollator) -> UColReorderCode { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getMaxVariable(coll : *const UCollator) -> UColReorderCode); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getMaxVariable(coll : *const UCollator) -> UColReorderCode); ucol_getMaxVariable(coll) } #[inline] pub unsafe fn ucol_getOffset(elems: *const UCollationElements) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getOffset(elems : *const UCollationElements) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getOffset(elems : *const UCollationElements) -> i32); ucol_getOffset(elems) } #[inline] pub unsafe fn ucol_getReorderCodes(coll: *const UCollator, dest: *mut i32, destcapacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getReorderCodes(coll : *const UCollator, dest : *mut i32, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getReorderCodes(coll : *const UCollator, dest : *mut i32, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); ucol_getReorderCodes(coll, dest, destcapacity, perrorcode) } #[inline] pub unsafe fn ucol_getRules(coll: *const UCollator, length: *mut i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getRules(coll : *const UCollator, length : *mut i32) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getRules(coll : *const UCollator, length : *mut i32) -> *mut u16); ucol_getRules(coll, length) } #[inline] pub unsafe fn ucol_getRulesEx(coll: *const UCollator, delta: UColRuleOption, buffer: *mut u16, bufferlen: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getRulesEx(coll : *const UCollator, delta : UColRuleOption, buffer : *mut u16, bufferlen : i32) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getRulesEx(coll : *const UCollator, delta : UColRuleOption, buffer : *mut u16, bufferlen : i32) -> i32); ucol_getRulesEx(coll, delta, buffer, bufferlen) } #[inline] pub unsafe fn ucol_getSortKey(coll: *const UCollator, source: *const u16, sourcelength: i32, result: *mut u8, resultlength: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getSortKey(coll : *const UCollator, source : *const u16, sourcelength : i32, result : *mut u8, resultlength : i32) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getSortKey(coll : *const UCollator, source : *const u16, sourcelength : i32, result : *mut u8, resultlength : i32) -> i32); ucol_getSortKey(coll, source, sourcelength, result, resultlength) } #[inline] pub unsafe fn ucol_getStrength(coll: *const UCollator) -> UColAttributeValue { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getStrength(coll : *const UCollator) -> UColAttributeValue); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getStrength(coll : *const UCollator) -> UColAttributeValue); ucol_getStrength(coll) } #[inline] pub unsafe fn ucol_getTailoredSet(coll: *const UCollator, status: *mut UErrorCode) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getTailoredSet(coll : *const UCollator, status : *mut UErrorCode) -> *mut USet); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getTailoredSet(coll : *const UCollator, status : *mut UErrorCode) -> *mut USet); ucol_getTailoredSet(coll, status) } #[inline] pub unsafe fn ucol_getUCAVersion(coll: *const UCollator, info: *mut u8) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getUCAVersion(coll : *const UCollator, info : *mut u8)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getUCAVersion(coll : *const UCollator, info : *mut u8)); ucol_getUCAVersion(coll, info) } #[inline] pub unsafe fn ucol_getVariableTop(coll: *const UCollator, status: *mut UErrorCode) -> u32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getVariableTop(coll : *const UCollator, status : *mut UErrorCode) -> u32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getVariableTop(coll : *const UCollator, status : *mut UErrorCode) -> u32); ucol_getVariableTop(coll, status) } #[inline] pub unsafe fn ucol_getVersion(coll: *const UCollator, info: *mut u8) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_getVersion(coll : *const UCollator, info : *mut u8)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_getVersion(coll : *const UCollator, info : *mut u8)); ucol_getVersion(coll, info) } #[inline] pub unsafe fn ucol_greater(coll: *const UCollator, source: *const u16, sourcelength: i32, target: *const u16, targetlength: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_greater(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_greater(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); ucol_greater(coll, source, sourcelength, target, targetlength) } #[inline] pub unsafe fn ucol_greaterOrEqual(coll: *const UCollator, source: *const u16, sourcelength: i32, target: *const u16, targetlength: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_greaterOrEqual(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_greaterOrEqual(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); ucol_greaterOrEqual(coll, source, sourcelength, target, targetlength) } #[inline] pub unsafe fn ucol_keyHashCode(key: *const u8, length: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_keyHashCode(key : *const u8, length : i32) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_keyHashCode(key : *const u8, length : i32) -> i32); ucol_keyHashCode(key, length) } #[inline] pub unsafe fn ucol_mergeSortkeys(src1: *const u8, src1length: i32, src2: *const u8, src2length: i32, dest: *mut u8, destcapacity: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_mergeSortkeys(src1 : *const u8, src1length : i32, src2 : *const u8, src2length : i32, dest : *mut u8, destcapacity : i32) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_mergeSortkeys(src1 : *const u8, src1length : i32, src2 : *const u8, src2length : i32, dest : *mut u8, destcapacity : i32) -> i32); ucol_mergeSortkeys(src1, src1length, src2, src2length, dest, destcapacity) } #[inline] pub unsafe fn ucol_next(elems: *mut UCollationElements, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_next(elems : *mut UCollationElements, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_next(elems : *mut UCollationElements, status : *mut UErrorCode) -> i32); ucol_next(elems, status) } #[inline] pub unsafe fn ucol_nextSortKeyPart(coll: *const UCollator, iter: *mut UCharIterator, state: *mut u32, dest: *mut u8, count: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_nextSortKeyPart(coll : *const UCollator, iter : *mut UCharIterator, state : *mut u32, dest : *mut u8, count : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_nextSortKeyPart(coll : *const UCollator, iter : *mut UCharIterator, state : *mut u32, dest : *mut u8, count : i32, status : *mut UErrorCode) -> i32); ucol_nextSortKeyPart(coll, iter, state, dest, count, status) } #[inline] @@ -3516,92 +3516,92 @@ pub unsafe fn ucol_open(loc: P0, status: *mut UErrorCode) -> *mut UCollator where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucol_open(loc : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UCollator); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_open(loc : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UCollator); ucol_open(loc.param().abi(), status) } #[inline] pub unsafe fn ucol_openAvailableLocales(status: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn ucol_openAvailableLocales(status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_openAvailableLocales(status : *mut UErrorCode) -> *mut UEnumeration); ucol_openAvailableLocales(status) } #[inline] pub unsafe fn ucol_openBinary(bin: *const u8, length: i32, base: *const UCollator, status: *mut UErrorCode) -> *mut UCollator { - windows_targets::link!("icu.dll" "cdecl" fn ucol_openBinary(bin : *const u8, length : i32, base : *const UCollator, status : *mut UErrorCode) -> *mut UCollator); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_openBinary(bin : *const u8, length : i32, base : *const UCollator, status : *mut UErrorCode) -> *mut UCollator); ucol_openBinary(bin, length, base, status) } #[inline] pub unsafe fn ucol_openElements(coll: *const UCollator, text: *const u16, textlength: i32, status: *mut UErrorCode) -> *mut UCollationElements { - windows_targets::link!("icu.dll" "cdecl" fn ucol_openElements(coll : *const UCollator, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UCollationElements); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_openElements(coll : *const UCollator, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UCollationElements); ucol_openElements(coll, text, textlength, status) } #[inline] pub unsafe fn ucol_openRules(rules: *const u16, ruleslength: i32, normalizationmode: UColAttributeValue, strength: UColAttributeValue, parseerror: *mut UParseError, status: *mut UErrorCode) -> *mut UCollator { - windows_targets::link!("icu.dll" "cdecl" fn ucol_openRules(rules : *const u16, ruleslength : i32, normalizationmode : UColAttributeValue, strength : UColAttributeValue, parseerror : *mut UParseError, status : *mut UErrorCode) -> *mut UCollator); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_openRules(rules : *const u16, ruleslength : i32, normalizationmode : UColAttributeValue, strength : UColAttributeValue, parseerror : *mut UParseError, status : *mut UErrorCode) -> *mut UCollator); ucol_openRules(rules, ruleslength, normalizationmode, strength, parseerror, status) } #[inline] pub unsafe fn ucol_previous(elems: *mut UCollationElements, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_previous(elems : *mut UCollationElements, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_previous(elems : *mut UCollationElements, status : *mut UErrorCode) -> i32); ucol_previous(elems, status) } #[inline] pub unsafe fn ucol_primaryOrder(order: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_primaryOrder(order : i32) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_primaryOrder(order : i32) -> i32); ucol_primaryOrder(order) } #[inline] pub unsafe fn ucol_reset(elems: *mut UCollationElements) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_reset(elems : *mut UCollationElements)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_reset(elems : *mut UCollationElements)); ucol_reset(elems) } #[inline] pub unsafe fn ucol_safeClone(coll: *const UCollator, stackbuffer: *mut core::ffi::c_void, pbuffersize: *mut i32, status: *mut UErrorCode) -> *mut UCollator { - windows_targets::link!("icu.dll" "cdecl" fn ucol_safeClone(coll : *const UCollator, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UCollator); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_safeClone(coll : *const UCollator, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UCollator); ucol_safeClone(coll, stackbuffer, pbuffersize, status) } #[inline] pub unsafe fn ucol_secondaryOrder(order: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_secondaryOrder(order : i32) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_secondaryOrder(order : i32) -> i32); ucol_secondaryOrder(order) } #[inline] pub unsafe fn ucol_setAttribute(coll: *mut UCollator, attr: UColAttribute, value: UColAttributeValue, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_setAttribute(coll : *mut UCollator, attr : UColAttribute, value : UColAttributeValue, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_setAttribute(coll : *mut UCollator, attr : UColAttribute, value : UColAttributeValue, status : *mut UErrorCode)); ucol_setAttribute(coll, attr, value, status) } #[inline] pub unsafe fn ucol_setMaxVariable(coll: *mut UCollator, group: UColReorderCode, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_setMaxVariable(coll : *mut UCollator, group : UColReorderCode, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_setMaxVariable(coll : *mut UCollator, group : UColReorderCode, perrorcode : *mut UErrorCode)); ucol_setMaxVariable(coll, group, perrorcode) } #[inline] pub unsafe fn ucol_setOffset(elems: *mut UCollationElements, offset: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_setOffset(elems : *mut UCollationElements, offset : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_setOffset(elems : *mut UCollationElements, offset : i32, status : *mut UErrorCode)); ucol_setOffset(elems, offset, status) } #[inline] pub unsafe fn ucol_setReorderCodes(coll: *mut UCollator, reordercodes: *const i32, reordercodeslength: i32, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_setReorderCodes(coll : *mut UCollator, reordercodes : *const i32, reordercodeslength : i32, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_setReorderCodes(coll : *mut UCollator, reordercodes : *const i32, reordercodeslength : i32, perrorcode : *mut UErrorCode)); ucol_setReorderCodes(coll, reordercodes, reordercodeslength, perrorcode) } #[inline] pub unsafe fn ucol_setStrength(coll: *mut UCollator, strength: UColAttributeValue) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_setStrength(coll : *mut UCollator, strength : UColAttributeValue)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_setStrength(coll : *mut UCollator, strength : UColAttributeValue)); ucol_setStrength(coll, strength) } #[inline] pub unsafe fn ucol_setText(elems: *mut UCollationElements, text: *const u16, textlength: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ucol_setText(elems : *mut UCollationElements, text : *const u16, textlength : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_setText(elems : *mut UCollationElements, text : *const u16, textlength : i32, status : *mut UErrorCode)); ucol_setText(elems, text, textlength, status) } #[inline] pub unsafe fn ucol_strcoll(coll: *const UCollator, source: *const u16, sourcelength: i32, target: *const u16, targetlength: i32) -> UCollationResult { - windows_targets::link!("icu.dll" "cdecl" fn ucol_strcoll(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> UCollationResult); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_strcoll(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> UCollationResult); ucol_strcoll(coll, source, sourcelength, target, targetlength) } #[inline] pub unsafe fn ucol_strcollIter(coll: *const UCollator, siter: *mut UCharIterator, titer: *mut UCharIterator, status: *mut UErrorCode) -> UCollationResult { - windows_targets::link!("icu.dll" "cdecl" fn ucol_strcollIter(coll : *const UCollator, siter : *mut UCharIterator, titer : *mut UCharIterator, status : *mut UErrorCode) -> UCollationResult); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_strcollIter(coll : *const UCollator, siter : *mut UCharIterator, titer : *mut UCharIterator, status : *mut UErrorCode) -> UCollationResult); ucol_strcollIter(coll, siter, titer, status) } #[inline] @@ -3610,12 +3610,12 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucol_strcollUTF8(coll : *const UCollator, source : windows_core::PCSTR, sourcelength : i32, target : windows_core::PCSTR, targetlength : i32, status : *mut UErrorCode) -> UCollationResult); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_strcollUTF8(coll : *const UCollator, source : windows_core::PCSTR, sourcelength : i32, target : windows_core::PCSTR, targetlength : i32, status : *mut UErrorCode) -> UCollationResult); ucol_strcollUTF8(coll, source.param().abi(), sourcelength, target.param().abi(), targetlength, status) } #[inline] pub unsafe fn ucol_tertiaryOrder(order: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucol_tertiaryOrder(order : i32) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucol_tertiaryOrder(order : i32) -> i32); ucol_tertiaryOrder(order) } #[inline] @@ -3680,57 +3680,57 @@ pub unsafe fn ucptrie_toBinary(trie: *const UCPTrie, data: *mut core::ffi::c_voi } #[inline] pub unsafe fn ucsdet_close(ucsd: *mut UCharsetDetector) { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_close(ucsd : *mut UCharsetDetector)); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_close(ucsd : *mut UCharsetDetector)); ucsdet_close(ucsd) } #[inline] pub unsafe fn ucsdet_detect(ucsd: *mut UCharsetDetector, status: *mut UErrorCode) -> *mut UCharsetMatch { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_detect(ucsd : *mut UCharsetDetector, status : *mut UErrorCode) -> *mut UCharsetMatch); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_detect(ucsd : *mut UCharsetDetector, status : *mut UErrorCode) -> *mut UCharsetMatch); ucsdet_detect(ucsd, status) } #[inline] pub unsafe fn ucsdet_detectAll(ucsd: *mut UCharsetDetector, matchesfound: *mut i32, status: *mut UErrorCode) -> *mut *mut UCharsetMatch { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_detectAll(ucsd : *mut UCharsetDetector, matchesfound : *mut i32, status : *mut UErrorCode) -> *mut *mut UCharsetMatch); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_detectAll(ucsd : *mut UCharsetDetector, matchesfound : *mut i32, status : *mut UErrorCode) -> *mut *mut UCharsetMatch); ucsdet_detectAll(ucsd, matchesfound, status) } #[inline] pub unsafe fn ucsdet_enableInputFilter(ucsd: *mut UCharsetDetector, filter: i8) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_enableInputFilter(ucsd : *mut UCharsetDetector, filter : i8) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_enableInputFilter(ucsd : *mut UCharsetDetector, filter : i8) -> i8); ucsdet_enableInputFilter(ucsd, filter) } #[inline] pub unsafe fn ucsdet_getAllDetectableCharsets(ucsd: *const UCharsetDetector, status: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getAllDetectableCharsets(ucsd : *const UCharsetDetector, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_getAllDetectableCharsets(ucsd : *const UCharsetDetector, status : *mut UErrorCode) -> *mut UEnumeration); ucsdet_getAllDetectableCharsets(ucsd, status) } #[inline] pub unsafe fn ucsdet_getConfidence(ucsm: *const UCharsetMatch, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getConfidence(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_getConfidence(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> i32); ucsdet_getConfidence(ucsm, status) } #[inline] pub unsafe fn ucsdet_getLanguage(ucsm: *const UCharsetMatch, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getLanguage(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_getLanguage(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> windows_core::PCSTR); ucsdet_getLanguage(ucsm, status) } #[inline] pub unsafe fn ucsdet_getName(ucsm: *const UCharsetMatch, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getName(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_getName(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> windows_core::PCSTR); ucsdet_getName(ucsm, status) } #[inline] pub unsafe fn ucsdet_getUChars(ucsm: *const UCharsetMatch, buf: *mut u16, cap: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getUChars(ucsm : *const UCharsetMatch, buf : *mut u16, cap : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_getUChars(ucsm : *const UCharsetMatch, buf : *mut u16, cap : i32, status : *mut UErrorCode) -> i32); ucsdet_getUChars(ucsm, buf, cap, status) } #[inline] pub unsafe fn ucsdet_isInputFilterEnabled(ucsd: *const UCharsetDetector) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_isInputFilterEnabled(ucsd : *const UCharsetDetector) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_isInputFilterEnabled(ucsd : *const UCharsetDetector) -> i8); ucsdet_isInputFilterEnabled(ucsd) } #[inline] pub unsafe fn ucsdet_open(status: *mut UErrorCode) -> *mut UCharsetDetector { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_open(status : *mut UErrorCode) -> *mut UCharsetDetector); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_open(status : *mut UErrorCode) -> *mut UCharsetDetector); ucsdet_open(status) } #[inline] @@ -3738,7 +3738,7 @@ pub unsafe fn ucsdet_setDeclaredEncoding(ucsd: *mut UCharsetDetector, encodi where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_setDeclaredEncoding(ucsd : *mut UCharsetDetector, encoding : windows_core::PCSTR, length : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_setDeclaredEncoding(ucsd : *mut UCharsetDetector, encoding : windows_core::PCSTR, length : i32, status : *mut UErrorCode)); ucsdet_setDeclaredEncoding(ucsd, encoding.param().abi(), length, status) } #[inline] @@ -3746,7 +3746,7 @@ pub unsafe fn ucsdet_setText(ucsd: *mut UCharsetDetector, textin: P0, len: i where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucsdet_setText(ucsd : *mut UCharsetDetector, textin : windows_core::PCSTR, len : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ucsdet_setText(ucsd : *mut UCharsetDetector, textin : windows_core::PCSTR, len : i32, status : *mut UErrorCode)); ucsdet_setText(ucsd, textin.param().abi(), len, status) } #[inline] @@ -3754,7 +3754,7 @@ pub unsafe fn ucurr_countCurrencies(locale: P0, date: f64, ec: *mut UErrorCo where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_countCurrencies(locale : windows_core::PCSTR, date : f64, ec : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_countCurrencies(locale : windows_core::PCSTR, date : f64, ec : *mut UErrorCode) -> i32); ucurr_countCurrencies(locale.param().abi(), date, ec) } #[inline] @@ -3762,7 +3762,7 @@ pub unsafe fn ucurr_forLocale(locale: P0, buff: *mut u16, buffcapacity: i32, where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_forLocale(locale : windows_core::PCSTR, buff : *mut u16, buffcapacity : i32, ec : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_forLocale(locale : windows_core::PCSTR, buff : *mut u16, buffcapacity : i32, ec : *mut UErrorCode) -> i32); ucurr_forLocale(locale.param().abi(), buff, buffcapacity, ec) } #[inline] @@ -3770,17 +3770,17 @@ pub unsafe fn ucurr_forLocaleAndDate(locale: P0, date: f64, index: i32, buff where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_forLocaleAndDate(locale : windows_core::PCSTR, date : f64, index : i32, buff : *mut u16, buffcapacity : i32, ec : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_forLocaleAndDate(locale : windows_core::PCSTR, date : f64, index : i32, buff : *mut u16, buffcapacity : i32, ec : *mut UErrorCode) -> i32); ucurr_forLocaleAndDate(locale.param().abi(), date, index, buff, buffcapacity, ec) } #[inline] pub unsafe fn ucurr_getDefaultFractionDigits(currency: *const u16, ec: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_getDefaultFractionDigits(currency : *const u16, ec : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getDefaultFractionDigits(currency : *const u16, ec : *mut UErrorCode) -> i32); ucurr_getDefaultFractionDigits(currency, ec) } #[inline] pub unsafe fn ucurr_getDefaultFractionDigitsForUsage(currency: *const u16, usage: UCurrencyUsage, ec: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_getDefaultFractionDigitsForUsage(currency : *const u16, usage : UCurrencyUsage, ec : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getDefaultFractionDigitsForUsage(currency : *const u16, usage : UCurrencyUsage, ec : *mut UErrorCode) -> i32); ucurr_getDefaultFractionDigitsForUsage(currency, usage, ec) } #[inline] @@ -3789,7 +3789,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_getKeywordValuesForLocale(key : windows_core::PCSTR, locale : windows_core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getKeywordValuesForLocale(key : windows_core::PCSTR, locale : windows_core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); ucurr_getKeywordValuesForLocale(key.param().abi(), locale.param().abi(), commonlyused, status) } #[inline] @@ -3797,12 +3797,12 @@ pub unsafe fn ucurr_getName(currency: *const u16, locale: P0, namestyle: UCu where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_getName(currency : *const u16, locale : windows_core::PCSTR, namestyle : UCurrNameStyle, ischoiceformat : *mut i8, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getName(currency : *const u16, locale : windows_core::PCSTR, namestyle : UCurrNameStyle, ischoiceformat : *mut i8, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); ucurr_getName(currency, locale.param().abi(), namestyle, ischoiceformat, len, ec) } #[inline] pub unsafe fn ucurr_getNumericCode(currency: *const u16) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_getNumericCode(currency : *const u16) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getNumericCode(currency : *const u16) -> i32); ucurr_getNumericCode(currency) } #[inline] @@ -3811,27 +3811,27 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_getPluralName(currency : *const u16, locale : windows_core::PCSTR, ischoiceformat : *mut i8, pluralcount : windows_core::PCSTR, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getPluralName(currency : *const u16, locale : windows_core::PCSTR, ischoiceformat : *mut i8, pluralcount : windows_core::PCSTR, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); ucurr_getPluralName(currency, locale.param().abi(), ischoiceformat, pluralcount.param().abi(), len, ec) } #[inline] pub unsafe fn ucurr_getRoundingIncrement(currency: *const u16, ec: *mut UErrorCode) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_getRoundingIncrement(currency : *const u16, ec : *mut UErrorCode) -> f64); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getRoundingIncrement(currency : *const u16, ec : *mut UErrorCode) -> f64); ucurr_getRoundingIncrement(currency, ec) } #[inline] pub unsafe fn ucurr_getRoundingIncrementForUsage(currency: *const u16, usage: UCurrencyUsage, ec: *mut UErrorCode) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_getRoundingIncrementForUsage(currency : *const u16, usage : UCurrencyUsage, ec : *mut UErrorCode) -> f64); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_getRoundingIncrementForUsage(currency : *const u16, usage : UCurrencyUsage, ec : *mut UErrorCode) -> f64); ucurr_getRoundingIncrementForUsage(currency, usage, ec) } #[inline] pub unsafe fn ucurr_isAvailable(isocode: *const u16, from: f64, to: f64, errorcode: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_isAvailable(isocode : *const u16, from : f64, to : f64, errorcode : *mut UErrorCode) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_isAvailable(isocode : *const u16, from : f64, to : f64, errorcode : *mut UErrorCode) -> i8); ucurr_isAvailable(isocode, from, to, errorcode) } #[inline] pub unsafe fn ucurr_openISOCurrencies(currtype: u32, perrorcode: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_openISOCurrencies(currtype : u32, perrorcode : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_openISOCurrencies(currtype : u32, perrorcode : *mut UErrorCode) -> *mut UEnumeration); ucurr_openISOCurrencies(currtype, perrorcode) } #[inline] @@ -3839,117 +3839,117 @@ pub unsafe fn ucurr_register(isocode: *const u16, locale: P0, status: *mut U where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_register(isocode : *const u16, locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut core::ffi::c_void); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_register(isocode : *const u16, locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut core::ffi::c_void); ucurr_register(isocode, locale.param().abi(), status) } #[inline] pub unsafe fn ucurr_unregister(key: *mut core::ffi::c_void, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ucurr_unregister(key : *mut core::ffi::c_void, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ucurr_unregister(key : *mut core::ffi::c_void, status : *mut UErrorCode) -> i8); ucurr_unregister(key, status) } #[inline] pub unsafe fn udat_adoptNumberFormat(fmt: *mut *mut core::ffi::c_void, numberformattoadopt: *mut *mut core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn udat_adoptNumberFormat(fmt : *mut *mut core::ffi::c_void, numberformattoadopt : *mut *mut core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_adoptNumberFormat(fmt : *mut *mut core::ffi::c_void, numberformattoadopt : *mut *mut core::ffi::c_void)); udat_adoptNumberFormat(fmt, numberformattoadopt) } #[inline] pub unsafe fn udat_adoptNumberFormatForFields(fmt: *mut *mut core::ffi::c_void, fields: *const u16, numberformattoset: *mut *mut core::ffi::c_void, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn udat_adoptNumberFormatForFields(fmt : *mut *mut core::ffi::c_void, fields : *const u16, numberformattoset : *mut *mut core::ffi::c_void, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_adoptNumberFormatForFields(fmt : *mut *mut core::ffi::c_void, fields : *const u16, numberformattoset : *mut *mut core::ffi::c_void, status : *mut UErrorCode)); udat_adoptNumberFormatForFields(fmt, fields, numberformattoset, status) } #[inline] pub unsafe fn udat_applyPattern(format: *mut *mut core::ffi::c_void, localized: i8, pattern: *const u16, patternlength: i32) { - windows_targets::link!("icu.dll" "cdecl" fn udat_applyPattern(format : *mut *mut core::ffi::c_void, localized : i8, pattern : *const u16, patternlength : i32)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_applyPattern(format : *mut *mut core::ffi::c_void, localized : i8, pattern : *const u16, patternlength : i32)); udat_applyPattern(format, localized, pattern, patternlength) } #[inline] pub unsafe fn udat_clone(fmt: *const *const core::ffi::c_void, status: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn udat_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn udat_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); udat_clone(fmt, status) } #[inline] pub unsafe fn udat_close(format: *mut *mut core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn udat_close(format : *mut *mut core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_close(format : *mut *mut core::ffi::c_void)); udat_close(format) } #[inline] pub unsafe fn udat_countAvailable() -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udat_countAvailable() -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udat_countAvailable() -> i32); udat_countAvailable() } #[inline] pub unsafe fn udat_countSymbols(fmt: *const *const core::ffi::c_void, r#type: UDateFormatSymbolType) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udat_countSymbols(fmt : *const *const core::ffi::c_void, r#type : UDateFormatSymbolType) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udat_countSymbols(fmt : *const *const core::ffi::c_void, r#type : UDateFormatSymbolType) -> i32); udat_countSymbols(fmt, r#type) } #[inline] pub unsafe fn udat_format(format: *const *const core::ffi::c_void, datetoformat: f64, result: *mut u16, resultlength: i32, position: *mut UFieldPosition, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udat_format(format : *const *const core::ffi::c_void, datetoformat : f64, result : *mut u16, resultlength : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udat_format(format : *const *const core::ffi::c_void, datetoformat : f64, result : *mut u16, resultlength : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); udat_format(format, datetoformat, result, resultlength, position, status) } #[inline] pub unsafe fn udat_formatCalendar(format: *const *const core::ffi::c_void, calendar: *mut *mut core::ffi::c_void, result: *mut u16, capacity: i32, position: *mut UFieldPosition, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udat_formatCalendar(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, result : *mut u16, capacity : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udat_formatCalendar(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, result : *mut u16, capacity : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); udat_formatCalendar(format, calendar, result, capacity, position, status) } #[inline] pub unsafe fn udat_formatCalendarForFields(format: *const *const core::ffi::c_void, calendar: *mut *mut core::ffi::c_void, result: *mut u16, capacity: i32, fpositer: *mut UFieldPositionIterator, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udat_formatCalendarForFields(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, result : *mut u16, capacity : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udat_formatCalendarForFields(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, result : *mut u16, capacity : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); udat_formatCalendarForFields(format, calendar, result, capacity, fpositer, status) } #[inline] pub unsafe fn udat_formatForFields(format: *const *const core::ffi::c_void, datetoformat: f64, result: *mut u16, resultlength: i32, fpositer: *mut UFieldPositionIterator, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udat_formatForFields(format : *const *const core::ffi::c_void, datetoformat : f64, result : *mut u16, resultlength : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udat_formatForFields(format : *const *const core::ffi::c_void, datetoformat : f64, result : *mut u16, resultlength : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); udat_formatForFields(format, datetoformat, result, resultlength, fpositer, status) } #[inline] pub unsafe fn udat_get2DigitYearStart(fmt: *const *const core::ffi::c_void, status: *mut UErrorCode) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn udat_get2DigitYearStart(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); + windows_targets::link!("icuin.dll" "cdecl" fn udat_get2DigitYearStart(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); udat_get2DigitYearStart(fmt, status) } #[inline] pub unsafe fn udat_getAvailable(localeindex: i32) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn udat_getAvailable(localeindex : i32) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn udat_getAvailable(localeindex : i32) -> windows_core::PCSTR); udat_getAvailable(localeindex) } #[inline] pub unsafe fn udat_getBooleanAttribute(fmt: *const *const core::ffi::c_void, attr: UDateFormatBooleanAttribute, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn udat_getBooleanAttribute(fmt : *const *const core::ffi::c_void, attr : UDateFormatBooleanAttribute, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn udat_getBooleanAttribute(fmt : *const *const core::ffi::c_void, attr : UDateFormatBooleanAttribute, status : *mut UErrorCode) -> i8); udat_getBooleanAttribute(fmt, attr, status) } #[inline] pub unsafe fn udat_getCalendar(fmt: *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn udat_getCalendar(fmt : *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn udat_getCalendar(fmt : *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void); udat_getCalendar(fmt) } #[inline] pub unsafe fn udat_getContext(fmt: *const *const core::ffi::c_void, r#type: UDisplayContextType, status: *mut UErrorCode) -> UDisplayContext { - windows_targets::link!("icu.dll" "cdecl" fn udat_getContext(fmt : *const *const core::ffi::c_void, r#type : UDisplayContextType, status : *mut UErrorCode) -> UDisplayContext); + windows_targets::link!("icuin.dll" "cdecl" fn udat_getContext(fmt : *const *const core::ffi::c_void, r#type : UDisplayContextType, status : *mut UErrorCode) -> UDisplayContext); udat_getContext(fmt, r#type, status) } #[inline] pub unsafe fn udat_getLocaleByType(fmt: *const *const core::ffi::c_void, r#type: ULocDataLocaleType, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn udat_getLocaleByType(fmt : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn udat_getLocaleByType(fmt : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); udat_getLocaleByType(fmt, r#type, status) } #[inline] pub unsafe fn udat_getNumberFormat(fmt: *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn udat_getNumberFormat(fmt : *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn udat_getNumberFormat(fmt : *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void); udat_getNumberFormat(fmt) } #[inline] pub unsafe fn udat_getNumberFormatForField(fmt: *const *const core::ffi::c_void, field: u16) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn udat_getNumberFormatForField(fmt : *const *const core::ffi::c_void, field : u16) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn udat_getNumberFormatForField(fmt : *const *const core::ffi::c_void, field : u16) -> *mut *mut core::ffi::c_void); udat_getNumberFormatForField(fmt, field) } #[inline] pub unsafe fn udat_getSymbols(fmt: *const *const core::ffi::c_void, r#type: UDateFormatSymbolType, symbolindex: i32, result: *mut u16, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udat_getSymbols(fmt : *const *const core::ffi::c_void, r#type : UDateFormatSymbolType, symbolindex : i32, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udat_getSymbols(fmt : *const *const core::ffi::c_void, r#type : UDateFormatSymbolType, symbolindex : i32, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); udat_getSymbols(fmt, r#type, symbolindex, result, resultlength, status) } #[inline] pub unsafe fn udat_isLenient(fmt: *const *const core::ffi::c_void) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn udat_isLenient(fmt : *const *const core::ffi::c_void) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn udat_isLenient(fmt : *const *const core::ffi::c_void) -> i8); udat_isLenient(fmt) } #[inline] @@ -3957,112 +3957,112 @@ pub unsafe fn udat_open(timestyle: UDateFormatStyle, datestyle: UDateFormatS where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn udat_open(timestyle : UDateFormatStyle, datestyle : UDateFormatStyle, locale : windows_core::PCSTR, tzid : *const u16, tzidlength : i32, pattern : *const u16, patternlength : i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn udat_open(timestyle : UDateFormatStyle, datestyle : UDateFormatStyle, locale : windows_core::PCSTR, tzid : *const u16, tzidlength : i32, pattern : *const u16, patternlength : i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); udat_open(timestyle, datestyle, locale.param().abi(), tzid, tzidlength, pattern, patternlength, status) } #[inline] pub unsafe fn udat_parse(format: *const *const core::ffi::c_void, text: *const u16, textlength: i32, parsepos: *mut i32, status: *mut UErrorCode) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn udat_parse(format : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> f64); + windows_targets::link!("icuin.dll" "cdecl" fn udat_parse(format : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> f64); udat_parse(format, text, textlength, parsepos, status) } #[inline] pub unsafe fn udat_parseCalendar(format: *const *const core::ffi::c_void, calendar: *mut *mut core::ffi::c_void, text: *const u16, textlength: i32, parsepos: *mut i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn udat_parseCalendar(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_parseCalendar(format : *const *const core::ffi::c_void, calendar : *mut *mut core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode)); udat_parseCalendar(format, calendar, text, textlength, parsepos, status) } #[inline] pub unsafe fn udat_set2DigitYearStart(fmt: *mut *mut core::ffi::c_void, d: f64, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn udat_set2DigitYearStart(fmt : *mut *mut core::ffi::c_void, d : f64, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_set2DigitYearStart(fmt : *mut *mut core::ffi::c_void, d : f64, status : *mut UErrorCode)); udat_set2DigitYearStart(fmt, d, status) } #[inline] pub unsafe fn udat_setBooleanAttribute(fmt: *mut *mut core::ffi::c_void, attr: UDateFormatBooleanAttribute, newvalue: i8, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn udat_setBooleanAttribute(fmt : *mut *mut core::ffi::c_void, attr : UDateFormatBooleanAttribute, newvalue : i8, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_setBooleanAttribute(fmt : *mut *mut core::ffi::c_void, attr : UDateFormatBooleanAttribute, newvalue : i8, status : *mut UErrorCode)); udat_setBooleanAttribute(fmt, attr, newvalue, status) } #[inline] pub unsafe fn udat_setCalendar(fmt: *mut *mut core::ffi::c_void, calendartoset: *const *const core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn udat_setCalendar(fmt : *mut *mut core::ffi::c_void, calendartoset : *const *const core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_setCalendar(fmt : *mut *mut core::ffi::c_void, calendartoset : *const *const core::ffi::c_void)); udat_setCalendar(fmt, calendartoset) } #[inline] pub unsafe fn udat_setContext(fmt: *mut *mut core::ffi::c_void, value: UDisplayContext, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn udat_setContext(fmt : *mut *mut core::ffi::c_void, value : UDisplayContext, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_setContext(fmt : *mut *mut core::ffi::c_void, value : UDisplayContext, status : *mut UErrorCode)); udat_setContext(fmt, value, status) } #[inline] pub unsafe fn udat_setLenient(fmt: *mut *mut core::ffi::c_void, islenient: i8) { - windows_targets::link!("icu.dll" "cdecl" fn udat_setLenient(fmt : *mut *mut core::ffi::c_void, islenient : i8)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_setLenient(fmt : *mut *mut core::ffi::c_void, islenient : i8)); udat_setLenient(fmt, islenient) } #[inline] pub unsafe fn udat_setNumberFormat(fmt: *mut *mut core::ffi::c_void, numberformattoset: *const *const core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn udat_setNumberFormat(fmt : *mut *mut core::ffi::c_void, numberformattoset : *const *const core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_setNumberFormat(fmt : *mut *mut core::ffi::c_void, numberformattoset : *const *const core::ffi::c_void)); udat_setNumberFormat(fmt, numberformattoset) } #[inline] pub unsafe fn udat_setSymbols(format: *mut *mut core::ffi::c_void, r#type: UDateFormatSymbolType, symbolindex: i32, value: *mut u16, valuelength: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn udat_setSymbols(format : *mut *mut core::ffi::c_void, r#type : UDateFormatSymbolType, symbolindex : i32, value : *mut u16, valuelength : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn udat_setSymbols(format : *mut *mut core::ffi::c_void, r#type : UDateFormatSymbolType, symbolindex : i32, value : *mut u16, valuelength : i32, status : *mut UErrorCode)); udat_setSymbols(format, r#type, symbolindex, value, valuelength, status) } #[inline] pub unsafe fn udat_toCalendarDateField(field: UDateFormatField) -> UCalendarDateFields { - windows_targets::link!("icu.dll" "cdecl" fn udat_toCalendarDateField(field : UDateFormatField) -> UCalendarDateFields); + windows_targets::link!("icuin.dll" "cdecl" fn udat_toCalendarDateField(field : UDateFormatField) -> UCalendarDateFields); udat_toCalendarDateField(field) } #[inline] pub unsafe fn udat_toPattern(fmt: *const *const core::ffi::c_void, localized: i8, result: *mut u16, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udat_toPattern(fmt : *const *const core::ffi::c_void, localized : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udat_toPattern(fmt : *const *const core::ffi::c_void, localized : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); udat_toPattern(fmt, localized, result, resultlength, status) } #[inline] pub unsafe fn udatpg_addPattern(dtpg: *mut *mut core::ffi::c_void, pattern: *const u16, patternlength: i32, r#override: i8, conflictingpattern: *mut u16, capacity: i32, plength: *mut i32, perrorcode: *mut UErrorCode) -> UDateTimePatternConflict { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_addPattern(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, r#override : i8, conflictingpattern : *mut u16, capacity : i32, plength : *mut i32, perrorcode : *mut UErrorCode) -> UDateTimePatternConflict); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_addPattern(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, r#override : i8, conflictingpattern : *mut u16, capacity : i32, plength : *mut i32, perrorcode : *mut UErrorCode) -> UDateTimePatternConflict); udatpg_addPattern(dtpg, pattern, patternlength, r#override, conflictingpattern, capacity, plength, perrorcode) } #[inline] pub unsafe fn udatpg_clone(dtpg: *const *const core::ffi::c_void, perrorcode: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_clone(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_clone(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); udatpg_clone(dtpg, perrorcode) } #[inline] pub unsafe fn udatpg_close(dtpg: *mut *mut core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_close(dtpg : *mut *mut core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_close(dtpg : *mut *mut core::ffi::c_void)); udatpg_close(dtpg) } #[inline] pub unsafe fn udatpg_getAppendItemFormat(dtpg: *const *const core::ffi::c_void, field: UDateTimePatternField, plength: *mut i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_getAppendItemFormat(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, plength : *mut i32) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getAppendItemFormat(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, plength : *mut i32) -> *mut u16); udatpg_getAppendItemFormat(dtpg, field, plength) } #[inline] pub unsafe fn udatpg_getAppendItemName(dtpg: *const *const core::ffi::c_void, field: UDateTimePatternField, plength: *mut i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_getAppendItemName(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, plength : *mut i32) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getAppendItemName(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, plength : *mut i32) -> *mut u16); udatpg_getAppendItemName(dtpg, field, plength) } #[inline] pub unsafe fn udatpg_getBaseSkeleton(unuseddtpg: *mut *mut core::ffi::c_void, pattern: *const u16, length: i32, baseskeleton: *mut u16, capacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_getBaseSkeleton(unuseddtpg : *mut *mut core::ffi::c_void, pattern : *const u16, length : i32, baseskeleton : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getBaseSkeleton(unuseddtpg : *mut *mut core::ffi::c_void, pattern : *const u16, length : i32, baseskeleton : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); udatpg_getBaseSkeleton(unuseddtpg, pattern, length, baseskeleton, capacity, perrorcode) } #[inline] pub unsafe fn udatpg_getBestPattern(dtpg: *mut *mut core::ffi::c_void, skeleton: *const u16, length: i32, bestpattern: *mut u16, capacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_getBestPattern(dtpg : *mut *mut core::ffi::c_void, skeleton : *const u16, length : i32, bestpattern : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getBestPattern(dtpg : *mut *mut core::ffi::c_void, skeleton : *const u16, length : i32, bestpattern : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); udatpg_getBestPattern(dtpg, skeleton, length, bestpattern, capacity, perrorcode) } #[inline] pub unsafe fn udatpg_getBestPatternWithOptions(dtpg: *mut *mut core::ffi::c_void, skeleton: *const u16, length: i32, options: UDateTimePatternMatchOptions, bestpattern: *mut u16, capacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_getBestPatternWithOptions(dtpg : *mut *mut core::ffi::c_void, skeleton : *const u16, length : i32, options : UDateTimePatternMatchOptions, bestpattern : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getBestPatternWithOptions(dtpg : *mut *mut core::ffi::c_void, skeleton : *const u16, length : i32, options : UDateTimePatternMatchOptions, bestpattern : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); udatpg_getBestPatternWithOptions(dtpg, skeleton, length, options, bestpattern, capacity, perrorcode) } #[inline] pub unsafe fn udatpg_getDateTimeFormat(dtpg: *const *const core::ffi::c_void, plength: *mut i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_getDateTimeFormat(dtpg : *const *const core::ffi::c_void, plength : *mut i32) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getDateTimeFormat(dtpg : *const *const core::ffi::c_void, plength : *mut i32) -> *mut u16); udatpg_getDateTimeFormat(dtpg, plength) } #[inline] pub unsafe fn udatpg_getDecimal(dtpg: *const *const core::ffi::c_void, plength: *mut i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_getDecimal(dtpg : *const *const core::ffi::c_void, plength : *mut i32) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getDecimal(dtpg : *const *const core::ffi::c_void, plength : *mut i32) -> *mut u16); udatpg_getDecimal(dtpg, plength) } #[inline] @@ -4072,12 +4072,12 @@ pub unsafe fn udatpg_getFieldDisplayName(dtpg: *const *const core::ffi::c_void, } #[inline] pub unsafe fn udatpg_getPatternForSkeleton(dtpg: *const *const core::ffi::c_void, skeleton: *const u16, skeletonlength: i32, plength: *mut i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_getPatternForSkeleton(dtpg : *const *const core::ffi::c_void, skeleton : *const u16, skeletonlength : i32, plength : *mut i32) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getPatternForSkeleton(dtpg : *const *const core::ffi::c_void, skeleton : *const u16, skeletonlength : i32, plength : *mut i32) -> *mut u16); udatpg_getPatternForSkeleton(dtpg, skeleton, skeletonlength, plength) } #[inline] pub unsafe fn udatpg_getSkeleton(unuseddtpg: *mut *mut core::ffi::c_void, pattern: *const u16, length: i32, skeleton: *mut u16, capacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_getSkeleton(unuseddtpg : *mut *mut core::ffi::c_void, pattern : *const u16, length : i32, skeleton : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_getSkeleton(unuseddtpg : *mut *mut core::ffi::c_void, pattern : *const u16, length : i32, skeleton : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); udatpg_getSkeleton(unuseddtpg, pattern, length, skeleton, capacity, perrorcode) } #[inline] @@ -4085,57 +4085,57 @@ pub unsafe fn udatpg_open(locale: P0, perrorcode: *mut UErrorCode) -> *mut * where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_open(locale : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_open(locale : windows_core::PCSTR, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); udatpg_open(locale.param().abi(), perrorcode) } #[inline] pub unsafe fn udatpg_openBaseSkeletons(dtpg: *const *const core::ffi::c_void, perrorcode: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_openBaseSkeletons(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_openBaseSkeletons(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut UEnumeration); udatpg_openBaseSkeletons(dtpg, perrorcode) } #[inline] pub unsafe fn udatpg_openEmpty(perrorcode: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_openEmpty(perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_openEmpty(perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); udatpg_openEmpty(perrorcode) } #[inline] pub unsafe fn udatpg_openSkeletons(dtpg: *const *const core::ffi::c_void, perrorcode: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_openSkeletons(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_openSkeletons(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut UEnumeration); udatpg_openSkeletons(dtpg, perrorcode) } #[inline] pub unsafe fn udatpg_replaceFieldTypes(dtpg: *mut *mut core::ffi::c_void, pattern: *const u16, patternlength: i32, skeleton: *const u16, skeletonlength: i32, dest: *mut u16, destcapacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_replaceFieldTypes(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, skeleton : *const u16, skeletonlength : i32, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_replaceFieldTypes(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, skeleton : *const u16, skeletonlength : i32, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); udatpg_replaceFieldTypes(dtpg, pattern, patternlength, skeleton, skeletonlength, dest, destcapacity, perrorcode) } #[inline] pub unsafe fn udatpg_replaceFieldTypesWithOptions(dtpg: *mut *mut core::ffi::c_void, pattern: *const u16, patternlength: i32, skeleton: *const u16, skeletonlength: i32, options: UDateTimePatternMatchOptions, dest: *mut u16, destcapacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_replaceFieldTypesWithOptions(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, skeleton : *const u16, skeletonlength : i32, options : UDateTimePatternMatchOptions, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_replaceFieldTypesWithOptions(dtpg : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, skeleton : *const u16, skeletonlength : i32, options : UDateTimePatternMatchOptions, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); udatpg_replaceFieldTypesWithOptions(dtpg, pattern, patternlength, skeleton, skeletonlength, options, dest, destcapacity, perrorcode) } #[inline] pub unsafe fn udatpg_setAppendItemFormat(dtpg: *mut *mut core::ffi::c_void, field: UDateTimePatternField, value: *const u16, length: i32) { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_setAppendItemFormat(dtpg : *mut *mut core::ffi::c_void, field : UDateTimePatternField, value : *const u16, length : i32)); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_setAppendItemFormat(dtpg : *mut *mut core::ffi::c_void, field : UDateTimePatternField, value : *const u16, length : i32)); udatpg_setAppendItemFormat(dtpg, field, value, length) } #[inline] pub unsafe fn udatpg_setAppendItemName(dtpg: *mut *mut core::ffi::c_void, field: UDateTimePatternField, value: *const u16, length: i32) { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_setAppendItemName(dtpg : *mut *mut core::ffi::c_void, field : UDateTimePatternField, value : *const u16, length : i32)); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_setAppendItemName(dtpg : *mut *mut core::ffi::c_void, field : UDateTimePatternField, value : *const u16, length : i32)); udatpg_setAppendItemName(dtpg, field, value, length) } #[inline] pub unsafe fn udatpg_setDateTimeFormat(dtpg: *const *const core::ffi::c_void, dtformat: *const u16, length: i32) { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_setDateTimeFormat(dtpg : *const *const core::ffi::c_void, dtformat : *const u16, length : i32)); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_setDateTimeFormat(dtpg : *const *const core::ffi::c_void, dtformat : *const u16, length : i32)); udatpg_setDateTimeFormat(dtpg, dtformat, length) } #[inline] pub unsafe fn udatpg_setDecimal(dtpg: *mut *mut core::ffi::c_void, decimal: *const u16, length: i32) { - windows_targets::link!("icu.dll" "cdecl" fn udatpg_setDecimal(dtpg : *mut *mut core::ffi::c_void, decimal : *const u16, length : i32)); + windows_targets::link!("icuin.dll" "cdecl" fn udatpg_setDecimal(dtpg : *mut *mut core::ffi::c_void, decimal : *const u16, length : i32)); udatpg_setDecimal(dtpg, decimal, length) } #[inline] pub unsafe fn udtitvfmt_close(formatter: *mut UDateIntervalFormat) { - windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_close(formatter : *mut UDateIntervalFormat)); + windows_targets::link!("icuin.dll" "cdecl" fn udtitvfmt_close(formatter : *mut UDateIntervalFormat)); udtitvfmt_close(formatter) } #[inline] @@ -4145,7 +4145,7 @@ pub unsafe fn udtitvfmt_closeResult(uresult: *mut UFormattedDateInterval) { } #[inline] pub unsafe fn udtitvfmt_format(formatter: *const UDateIntervalFormat, fromdate: f64, todate: f64, result: *mut u16, resultcapacity: i32, position: *mut UFieldPosition, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_format(formatter : *const UDateIntervalFormat, fromdate : f64, todate : f64, result : *mut u16, resultcapacity : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn udtitvfmt_format(formatter : *const UDateIntervalFormat, fromdate : f64, todate : f64, result : *mut u16, resultcapacity : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); udtitvfmt_format(formatter, fromdate, todate, result, resultcapacity, position, status) } #[inline] @@ -4153,7 +4153,7 @@ pub unsafe fn udtitvfmt_open(locale: P0, skeleton: *const u16, skeletonlengt where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_open(locale : windows_core::PCSTR, skeleton : *const u16, skeletonlength : i32, tzid : *const u16, tzidlength : i32, status : *mut UErrorCode) -> *mut UDateIntervalFormat); + windows_targets::link!("icuin.dll" "cdecl" fn udtitvfmt_open(locale : windows_core::PCSTR, skeleton : *const u16, skeletonlength : i32, tzid : *const u16, tzidlength : i32, status : *mut UErrorCode) -> *mut UDateIntervalFormat); udtitvfmt_open(locale.param().abi(), skeleton, skeletonlength, tzid, tzidlength, status) } #[inline] @@ -4168,117 +4168,117 @@ pub unsafe fn udtitvfmt_resultAsValue(uresult: *const UFormattedDateInterval, ec } #[inline] pub unsafe fn uenum_close(en: *mut UEnumeration) { - windows_targets::link!("icu.dll" "cdecl" fn uenum_close(en : *mut UEnumeration)); + windows_targets::link!("icuuc.dll" "cdecl" fn uenum_close(en : *mut UEnumeration)); uenum_close(en) } #[inline] pub unsafe fn uenum_count(en: *mut UEnumeration, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uenum_count(en : *mut UEnumeration, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uenum_count(en : *mut UEnumeration, status : *mut UErrorCode) -> i32); uenum_count(en, status) } #[inline] pub unsafe fn uenum_next(en: *mut UEnumeration, resultlength: *mut i32, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn uenum_next(en : *mut UEnumeration, resultlength : *mut i32, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uenum_next(en : *mut UEnumeration, resultlength : *mut i32, status : *mut UErrorCode) -> windows_core::PCSTR); uenum_next(en, resultlength, status) } #[inline] pub unsafe fn uenum_openCharStringsEnumeration(strings: *const *const i8, count: i32, ec: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn uenum_openCharStringsEnumeration(strings : *const *const i8, count : i32, ec : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuuc.dll" "cdecl" fn uenum_openCharStringsEnumeration(strings : *const *const i8, count : i32, ec : *mut UErrorCode) -> *mut UEnumeration); uenum_openCharStringsEnumeration(strings, count, ec) } #[inline] pub unsafe fn uenum_openUCharStringsEnumeration(strings: *const *const u16, count: i32, ec: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn uenum_openUCharStringsEnumeration(strings : *const *const u16, count : i32, ec : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuuc.dll" "cdecl" fn uenum_openUCharStringsEnumeration(strings : *const *const u16, count : i32, ec : *mut UErrorCode) -> *mut UEnumeration); uenum_openUCharStringsEnumeration(strings, count, ec) } #[inline] pub unsafe fn uenum_reset(en: *mut UEnumeration, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uenum_reset(en : *mut UEnumeration, status : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn uenum_reset(en : *mut UEnumeration, status : *mut UErrorCode)); uenum_reset(en, status) } #[inline] pub unsafe fn uenum_unext(en: *mut UEnumeration, resultlength: *mut i32, status: *mut UErrorCode) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn uenum_unext(en : *mut UEnumeration, resultlength : *mut i32, status : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn uenum_unext(en : *mut UEnumeration, resultlength : *mut i32, status : *mut UErrorCode) -> *mut u16); uenum_unext(en, resultlength, status) } #[inline] pub unsafe fn ufieldpositer_close(fpositer: *mut UFieldPositionIterator) { - windows_targets::link!("icu.dll" "cdecl" fn ufieldpositer_close(fpositer : *mut UFieldPositionIterator)); + windows_targets::link!("icuin.dll" "cdecl" fn ufieldpositer_close(fpositer : *mut UFieldPositionIterator)); ufieldpositer_close(fpositer) } #[inline] pub unsafe fn ufieldpositer_next(fpositer: *mut UFieldPositionIterator, beginindex: *mut i32, endindex: *mut i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ufieldpositer_next(fpositer : *mut UFieldPositionIterator, beginindex : *mut i32, endindex : *mut i32) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ufieldpositer_next(fpositer : *mut UFieldPositionIterator, beginindex : *mut i32, endindex : *mut i32) -> i32); ufieldpositer_next(fpositer, beginindex, endindex) } #[inline] pub unsafe fn ufieldpositer_open(status: *mut UErrorCode) -> *mut UFieldPositionIterator { - windows_targets::link!("icu.dll" "cdecl" fn ufieldpositer_open(status : *mut UErrorCode) -> *mut UFieldPositionIterator); + windows_targets::link!("icuin.dll" "cdecl" fn ufieldpositer_open(status : *mut UErrorCode) -> *mut UFieldPositionIterator); ufieldpositer_open(status) } #[inline] pub unsafe fn ufmt_close(fmt: *mut *mut core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_close(fmt : *mut *mut core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_close(fmt : *mut *mut core::ffi::c_void)); ufmt_close(fmt) } #[inline] pub unsafe fn ufmt_getArrayItemByIndex(fmt: *mut *mut core::ffi::c_void, n: i32, status: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_getArrayItemByIndex(fmt : *mut *mut core::ffi::c_void, n : i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getArrayItemByIndex(fmt : *mut *mut core::ffi::c_void, n : i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); ufmt_getArrayItemByIndex(fmt, n, status) } #[inline] pub unsafe fn ufmt_getArrayLength(fmt: *const *const core::ffi::c_void, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_getArrayLength(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getArrayLength(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> i32); ufmt_getArrayLength(fmt, status) } #[inline] pub unsafe fn ufmt_getDate(fmt: *const *const core::ffi::c_void, status: *mut UErrorCode) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_getDate(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getDate(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); ufmt_getDate(fmt, status) } #[inline] pub unsafe fn ufmt_getDecNumChars(fmt: *mut *mut core::ffi::c_void, len: *mut i32, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_getDecNumChars(fmt : *mut *mut core::ffi::c_void, len : *mut i32, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getDecNumChars(fmt : *mut *mut core::ffi::c_void, len : *mut i32, status : *mut UErrorCode) -> windows_core::PCSTR); ufmt_getDecNumChars(fmt, len, status) } #[inline] pub unsafe fn ufmt_getDouble(fmt: *mut *mut core::ffi::c_void, status: *mut UErrorCode) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_getDouble(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> f64); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getDouble(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> f64); ufmt_getDouble(fmt, status) } #[inline] pub unsafe fn ufmt_getInt64(fmt: *mut *mut core::ffi::c_void, status: *mut UErrorCode) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_getInt64(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> i64); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getInt64(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> i64); ufmt_getInt64(fmt, status) } #[inline] pub unsafe fn ufmt_getLong(fmt: *mut *mut core::ffi::c_void, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_getLong(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getLong(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> i32); ufmt_getLong(fmt, status) } #[inline] pub unsafe fn ufmt_getObject(fmt: *const *const core::ffi::c_void, status: *mut UErrorCode) -> *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_getObject(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getObject(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut core::ffi::c_void); ufmt_getObject(fmt, status) } #[inline] pub unsafe fn ufmt_getType(fmt: *const *const core::ffi::c_void, status: *mut UErrorCode) -> UFormattableType { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_getType(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> UFormattableType); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getType(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> UFormattableType); ufmt_getType(fmt, status) } #[inline] pub unsafe fn ufmt_getUChars(fmt: *mut *mut core::ffi::c_void, len: *mut i32, status: *mut UErrorCode) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_getUChars(fmt : *mut *mut core::ffi::c_void, len : *mut i32, status : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_getUChars(fmt : *mut *mut core::ffi::c_void, len : *mut i32, status : *mut UErrorCode) -> *mut u16); ufmt_getUChars(fmt, len, status) } #[inline] pub unsafe fn ufmt_isNumeric(fmt: *const *const core::ffi::c_void) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_isNumeric(fmt : *const *const core::ffi::c_void) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_isNumeric(fmt : *const *const core::ffi::c_void) -> i8); ufmt_isNumeric(fmt) } #[inline] pub unsafe fn ufmt_open(status: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn ufmt_open(status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn ufmt_open(status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); ufmt_open(status) } #[inline] @@ -4296,22 +4296,22 @@ pub unsafe fn ugender_getInstance(locale: P0, status: *mut UErrorCode) -> *m where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ugender_getInstance(locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UGenderInfo); + windows_targets::link!("icuin.dll" "cdecl" fn ugender_getInstance(locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UGenderInfo); ugender_getInstance(locale.param().abi(), status) } #[inline] pub unsafe fn ugender_getListGender(genderinfo: *const UGenderInfo, genders: *const UGender, size: i32, status: *mut UErrorCode) -> UGender { - windows_targets::link!("icu.dll" "cdecl" fn ugender_getListGender(genderinfo : *const UGenderInfo, genders : *const UGender, size : i32, status : *mut UErrorCode) -> UGender); + windows_targets::link!("icuin.dll" "cdecl" fn ugender_getListGender(genderinfo : *const UGenderInfo, genders : *const UGender, size : i32, status : *mut UErrorCode) -> UGender); ugender_getListGender(genderinfo, genders, size, status) } #[inline] pub unsafe fn uidna_close(idna: *mut UIDNA) { - windows_targets::link!("icu.dll" "cdecl" fn uidna_close(idna : *mut UIDNA)); + windows_targets::link!("icuuc.dll" "cdecl" fn uidna_close(idna : *mut UIDNA)); uidna_close(idna) } #[inline] pub unsafe fn uidna_labelToASCII(idna: *const UIDNA, label: *const u16, length: i32, dest: *mut u16, capacity: i32, pinfo: *mut UIDNAInfo, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uidna_labelToASCII(idna : *const UIDNA, label : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uidna_labelToASCII(idna : *const UIDNA, label : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); uidna_labelToASCII(idna, label, length, dest, capacity, pinfo, perrorcode) } #[inline] @@ -4320,12 +4320,12 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uidna_labelToASCII_UTF8(idna : *const UIDNA, label : windows_core::PCSTR, length : i32, dest : windows_core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uidna_labelToASCII_UTF8(idna : *const UIDNA, label : windows_core::PCSTR, length : i32, dest : windows_core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); uidna_labelToASCII_UTF8(idna, label.param().abi(), length, dest.param().abi(), capacity, pinfo, perrorcode) } #[inline] pub unsafe fn uidna_labelToUnicode(idna: *const UIDNA, label: *const u16, length: i32, dest: *mut u16, capacity: i32, pinfo: *mut UIDNAInfo, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uidna_labelToUnicode(idna : *const UIDNA, label : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uidna_labelToUnicode(idna : *const UIDNA, label : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); uidna_labelToUnicode(idna, label, length, dest, capacity, pinfo, perrorcode) } #[inline] @@ -4334,12 +4334,12 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uidna_labelToUnicodeUTF8(idna : *const UIDNA, label : windows_core::PCSTR, length : i32, dest : windows_core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uidna_labelToUnicodeUTF8(idna : *const UIDNA, label : windows_core::PCSTR, length : i32, dest : windows_core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); uidna_labelToUnicodeUTF8(idna, label.param().abi(), length, dest.param().abi(), capacity, pinfo, perrorcode) } #[inline] pub unsafe fn uidna_nameToASCII(idna: *const UIDNA, name: *const u16, length: i32, dest: *mut u16, capacity: i32, pinfo: *mut UIDNAInfo, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uidna_nameToASCII(idna : *const UIDNA, name : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uidna_nameToASCII(idna : *const UIDNA, name : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); uidna_nameToASCII(idna, name, length, dest, capacity, pinfo, perrorcode) } #[inline] @@ -4348,12 +4348,12 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uidna_nameToASCII_UTF8(idna : *const UIDNA, name : windows_core::PCSTR, length : i32, dest : windows_core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uidna_nameToASCII_UTF8(idna : *const UIDNA, name : windows_core::PCSTR, length : i32, dest : windows_core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); uidna_nameToASCII_UTF8(idna, name.param().abi(), length, dest.param().abi(), capacity, pinfo, perrorcode) } #[inline] pub unsafe fn uidna_nameToUnicode(idna: *const UIDNA, name: *const u16, length: i32, dest: *mut u16, capacity: i32, pinfo: *mut UIDNAInfo, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uidna_nameToUnicode(idna : *const UIDNA, name : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uidna_nameToUnicode(idna : *const UIDNA, name : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); uidna_nameToUnicode(idna, name, length, dest, capacity, pinfo, perrorcode) } #[inline] @@ -4362,42 +4362,42 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uidna_nameToUnicodeUTF8(idna : *const UIDNA, name : windows_core::PCSTR, length : i32, dest : windows_core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uidna_nameToUnicodeUTF8(idna : *const UIDNA, name : windows_core::PCSTR, length : i32, dest : windows_core::PCSTR, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); uidna_nameToUnicodeUTF8(idna, name.param().abi(), length, dest.param().abi(), capacity, pinfo, perrorcode) } #[inline] pub unsafe fn uidna_openUTS46(options: u32, perrorcode: *mut UErrorCode) -> *mut UIDNA { - windows_targets::link!("icu.dll" "cdecl" fn uidna_openUTS46(options : u32, perrorcode : *mut UErrorCode) -> *mut UIDNA); + windows_targets::link!("icuuc.dll" "cdecl" fn uidna_openUTS46(options : u32, perrorcode : *mut UErrorCode) -> *mut UIDNA); uidna_openUTS46(options, perrorcode) } #[inline] pub unsafe fn uiter_current32(iter: *mut UCharIterator) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uiter_current32(iter : *mut UCharIterator) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uiter_current32(iter : *mut UCharIterator) -> i32); uiter_current32(iter) } #[inline] pub unsafe fn uiter_getState(iter: *const UCharIterator) -> u32 { - windows_targets::link!("icu.dll" "cdecl" fn uiter_getState(iter : *const UCharIterator) -> u32); + windows_targets::link!("icuuc.dll" "cdecl" fn uiter_getState(iter : *const UCharIterator) -> u32); uiter_getState(iter) } #[inline] pub unsafe fn uiter_next32(iter: *mut UCharIterator) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uiter_next32(iter : *mut UCharIterator) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uiter_next32(iter : *mut UCharIterator) -> i32); uiter_next32(iter) } #[inline] pub unsafe fn uiter_previous32(iter: *mut UCharIterator) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uiter_previous32(iter : *mut UCharIterator) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uiter_previous32(iter : *mut UCharIterator) -> i32); uiter_previous32(iter) } #[inline] pub unsafe fn uiter_setState(iter: *mut UCharIterator, state: u32, perrorcode: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uiter_setState(iter : *mut UCharIterator, state : u32, perrorcode : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn uiter_setState(iter : *mut UCharIterator, state : u32, perrorcode : *mut UErrorCode)); uiter_setState(iter, state, perrorcode) } #[inline] pub unsafe fn uiter_setString(iter: *mut UCharIterator, s: *const u16, length: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uiter_setString(iter : *mut UCharIterator, s : *const u16, length : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uiter_setString(iter : *mut UCharIterator, s : *const u16, length : i32)); uiter_setString(iter, s, length) } #[inline] @@ -4405,7 +4405,7 @@ pub unsafe fn uiter_setUTF16BE(iter: *mut UCharIterator, s: P0, length: i32) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uiter_setUTF16BE(iter : *mut UCharIterator, s : windows_core::PCSTR, length : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uiter_setUTF16BE(iter : *mut UCharIterator, s : windows_core::PCSTR, length : i32)); uiter_setUTF16BE(iter, s.param().abi(), length) } #[inline] @@ -4413,27 +4413,27 @@ pub unsafe fn uiter_setUTF8(iter: *mut UCharIterator, s: P0, length: i32) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uiter_setUTF8(iter : *mut UCharIterator, s : windows_core::PCSTR, length : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uiter_setUTF8(iter : *mut UCharIterator, s : windows_core::PCSTR, length : i32)); uiter_setUTF8(iter, s.param().abi(), length) } #[inline] pub unsafe fn uldn_close(ldn: *mut ULocaleDisplayNames) { - windows_targets::link!("icu.dll" "cdecl" fn uldn_close(ldn : *mut ULocaleDisplayNames)); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_close(ldn : *mut ULocaleDisplayNames)); uldn_close(ldn) } #[inline] pub unsafe fn uldn_getContext(ldn: *const ULocaleDisplayNames, r#type: UDisplayContextType, perrorcode: *mut UErrorCode) -> UDisplayContext { - windows_targets::link!("icu.dll" "cdecl" fn uldn_getContext(ldn : *const ULocaleDisplayNames, r#type : UDisplayContextType, perrorcode : *mut UErrorCode) -> UDisplayContext); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_getContext(ldn : *const ULocaleDisplayNames, r#type : UDisplayContextType, perrorcode : *mut UErrorCode) -> UDisplayContext); uldn_getContext(ldn, r#type, perrorcode) } #[inline] pub unsafe fn uldn_getDialectHandling(ldn: *const ULocaleDisplayNames) -> UDialectHandling { - windows_targets::link!("icu.dll" "cdecl" fn uldn_getDialectHandling(ldn : *const ULocaleDisplayNames) -> UDialectHandling); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_getDialectHandling(ldn : *const ULocaleDisplayNames) -> UDialectHandling); uldn_getDialectHandling(ldn) } #[inline] pub unsafe fn uldn_getLocale(ldn: *const ULocaleDisplayNames) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn uldn_getLocale(ldn : *const ULocaleDisplayNames) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_getLocale(ldn : *const ULocaleDisplayNames) -> windows_core::PCSTR); uldn_getLocale(ldn) } #[inline] @@ -4441,7 +4441,7 @@ pub unsafe fn uldn_keyDisplayName(ldn: *const ULocaleDisplayNames, key: P0, where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uldn_keyDisplayName(ldn : *const ULocaleDisplayNames, key : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_keyDisplayName(ldn : *const ULocaleDisplayNames, key : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); uldn_keyDisplayName(ldn, key.param().abi(), result, maxresultsize, perrorcode) } #[inline] @@ -4450,7 +4450,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uldn_keyValueDisplayName(ldn : *const ULocaleDisplayNames, key : windows_core::PCSTR, value : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_keyValueDisplayName(ldn : *const ULocaleDisplayNames, key : windows_core::PCSTR, value : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); uldn_keyValueDisplayName(ldn, key.param().abi(), value.param().abi(), result, maxresultsize, perrorcode) } #[inline] @@ -4458,7 +4458,7 @@ pub unsafe fn uldn_languageDisplayName(ldn: *const ULocaleDisplayNames, lang where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uldn_languageDisplayName(ldn : *const ULocaleDisplayNames, lang : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_languageDisplayName(ldn : *const ULocaleDisplayNames, lang : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); uldn_languageDisplayName(ldn, lang.param().abi(), result, maxresultsize, perrorcode) } #[inline] @@ -4466,7 +4466,7 @@ pub unsafe fn uldn_localeDisplayName(ldn: *const ULocaleDisplayNames, locale where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uldn_localeDisplayName(ldn : *const ULocaleDisplayNames, locale : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_localeDisplayName(ldn : *const ULocaleDisplayNames, locale : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); uldn_localeDisplayName(ldn, locale.param().abi(), result, maxresultsize, perrorcode) } #[inline] @@ -4474,7 +4474,7 @@ pub unsafe fn uldn_open(locale: P0, dialecthandling: UDialectHandling, perro where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uldn_open(locale : windows_core::PCSTR, dialecthandling : UDialectHandling, perrorcode : *mut UErrorCode) -> *mut ULocaleDisplayNames); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_open(locale : windows_core::PCSTR, dialecthandling : UDialectHandling, perrorcode : *mut UErrorCode) -> *mut ULocaleDisplayNames); uldn_open(locale.param().abi(), dialecthandling, perrorcode) } #[inline] @@ -4482,7 +4482,7 @@ pub unsafe fn uldn_openForContext(locale: P0, contexts: *mut UDisplayContext where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uldn_openForContext(locale : windows_core::PCSTR, contexts : *mut UDisplayContext, length : i32, perrorcode : *mut UErrorCode) -> *mut ULocaleDisplayNames); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_openForContext(locale : windows_core::PCSTR, contexts : *mut UDisplayContext, length : i32, perrorcode : *mut UErrorCode) -> *mut ULocaleDisplayNames); uldn_openForContext(locale.param().abi(), contexts, length, perrorcode) } #[inline] @@ -4490,12 +4490,12 @@ pub unsafe fn uldn_regionDisplayName(ldn: *const ULocaleDisplayNames, region where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uldn_regionDisplayName(ldn : *const ULocaleDisplayNames, region : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_regionDisplayName(ldn : *const ULocaleDisplayNames, region : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); uldn_regionDisplayName(ldn, region.param().abi(), result, maxresultsize, perrorcode) } #[inline] pub unsafe fn uldn_scriptCodeDisplayName(ldn: *const ULocaleDisplayNames, scriptcode: UScriptCode, result: *mut u16, maxresultsize: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uldn_scriptCodeDisplayName(ldn : *const ULocaleDisplayNames, scriptcode : UScriptCode, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_scriptCodeDisplayName(ldn : *const ULocaleDisplayNames, scriptcode : UScriptCode, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); uldn_scriptCodeDisplayName(ldn, scriptcode, result, maxresultsize, perrorcode) } #[inline] @@ -4503,7 +4503,7 @@ pub unsafe fn uldn_scriptDisplayName(ldn: *const ULocaleDisplayNames, script where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uldn_scriptDisplayName(ldn : *const ULocaleDisplayNames, script : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_scriptDisplayName(ldn : *const ULocaleDisplayNames, script : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); uldn_scriptDisplayName(ldn, script.param().abi(), result, maxresultsize, perrorcode) } #[inline] @@ -4511,12 +4511,12 @@ pub unsafe fn uldn_variantDisplayName(ldn: *const ULocaleDisplayNames, varia where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uldn_variantDisplayName(ldn : *const ULocaleDisplayNames, variant : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uldn_variantDisplayName(ldn : *const ULocaleDisplayNames, variant : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); uldn_variantDisplayName(ldn, variant.param().abi(), result, maxresultsize, perrorcode) } #[inline] pub unsafe fn ulistfmt_close(listfmt: *mut UListFormatter) { - windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_close(listfmt : *mut UListFormatter)); + windows_targets::link!("icuuc.dll" "cdecl" fn ulistfmt_close(listfmt : *mut UListFormatter)); ulistfmt_close(listfmt) } #[inline] @@ -4526,7 +4526,7 @@ pub unsafe fn ulistfmt_closeResult(uresult: *mut UFormattedList) { } #[inline] pub unsafe fn ulistfmt_format(listfmt: *const UListFormatter, strings: *const *const u16, stringlengths: *const i32, stringcount: i32, result: *mut u16, resultcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_format(listfmt : *const UListFormatter, strings : *const *const u16, stringlengths : *const i32, stringcount : i32, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ulistfmt_format(listfmt : *const UListFormatter, strings : *const *const u16, stringlengths : *const i32, stringcount : i32, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); ulistfmt_format(listfmt, strings, stringlengths, stringcount, result, resultcapacity, status) } #[inline] @@ -4539,7 +4539,7 @@ pub unsafe fn ulistfmt_open(locale: P0, status: *mut UErrorCode) -> *mut ULi where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_open(locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UListFormatter); + windows_targets::link!("icuuc.dll" "cdecl" fn ulistfmt_open(locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UListFormatter); ulistfmt_open(locale.param().abi(), status) } #[inline] @@ -4565,7 +4565,7 @@ pub unsafe fn uloc_acceptLanguage(result: P0, resultavailable: i32, outresul where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_acceptLanguage(result : windows_core::PCSTR, resultavailable : i32, outresult : *mut UAcceptResult, acceptlist : *const *const i8, acceptlistcount : i32, availablelocales : *mut UEnumeration, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_acceptLanguage(result : windows_core::PCSTR, resultavailable : i32, outresult : *mut UAcceptResult, acceptlist : *const *const i8, acceptlistcount : i32, availablelocales : *mut UEnumeration, status : *mut UErrorCode) -> i32); uloc_acceptLanguage(result.param().abi(), resultavailable, outresult, acceptlist, acceptlistcount, availablelocales, status) } #[inline] @@ -4574,7 +4574,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_acceptLanguageFromHTTP(result : windows_core::PCSTR, resultavailable : i32, outresult : *mut UAcceptResult, httpacceptlanguage : windows_core::PCSTR, availablelocales : *mut UEnumeration, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_acceptLanguageFromHTTP(result : windows_core::PCSTR, resultavailable : i32, outresult : *mut UAcceptResult, httpacceptlanguage : windows_core::PCSTR, availablelocales : *mut UEnumeration, status : *mut UErrorCode) -> i32); uloc_acceptLanguageFromHTTP(result.param().abi(), resultavailable, outresult, httpacceptlanguage.param().abi(), availablelocales, status) } #[inline] @@ -4583,7 +4583,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_addLikelySubtags(localeid : windows_core::PCSTR, maximizedlocaleid : windows_core::PCSTR, maximizedlocaleidcapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_addLikelySubtags(localeid : windows_core::PCSTR, maximizedlocaleid : windows_core::PCSTR, maximizedlocaleidcapacity : i32, err : *mut UErrorCode) -> i32); uloc_addLikelySubtags(localeid.param().abi(), maximizedlocaleid.param().abi(), maximizedlocaleidcapacity, err) } #[inline] @@ -4592,12 +4592,12 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_canonicalize(localeid : windows_core::PCSTR, name : windows_core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_canonicalize(localeid : windows_core::PCSTR, name : windows_core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); uloc_canonicalize(localeid.param().abi(), name.param().abi(), namecapacity, err) } #[inline] pub unsafe fn uloc_countAvailable() -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uloc_countAvailable() -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_countAvailable() -> i32); uloc_countAvailable() } #[inline] @@ -4606,12 +4606,12 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_forLanguageTag(langtag : windows_core::PCSTR, localeid : windows_core::PCSTR, localeidcapacity : i32, parsedlength : *mut i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_forLanguageTag(langtag : windows_core::PCSTR, localeid : windows_core::PCSTR, localeidcapacity : i32, parsedlength : *mut i32, err : *mut UErrorCode) -> i32); uloc_forLanguageTag(langtag.param().abi(), localeid.param().abi(), localeidcapacity, parsedlength, err) } #[inline] pub unsafe fn uloc_getAvailable(n: i32) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getAvailable(n : i32) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getAvailable(n : i32) -> windows_core::PCSTR); uloc_getAvailable(n) } #[inline] @@ -4620,7 +4620,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getBaseName(localeid : windows_core::PCSTR, name : windows_core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getBaseName(localeid : windows_core::PCSTR, name : windows_core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); uloc_getBaseName(localeid.param().abi(), name.param().abi(), namecapacity, err) } #[inline] @@ -4628,7 +4628,7 @@ pub unsafe fn uloc_getCharacterOrientation(localeid: P0, status: *mut UError where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getCharacterOrientation(localeid : windows_core::PCSTR, status : *mut UErrorCode) -> ULayoutType); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getCharacterOrientation(localeid : windows_core::PCSTR, status : *mut UErrorCode) -> ULayoutType); uloc_getCharacterOrientation(localeid.param().abi(), status) } #[inline] @@ -4637,12 +4637,12 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getCountry(localeid : windows_core::PCSTR, country : windows_core::PCSTR, countrycapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getCountry(localeid : windows_core::PCSTR, country : windows_core::PCSTR, countrycapacity : i32, err : *mut UErrorCode) -> i32); uloc_getCountry(localeid.param().abi(), country.param().abi(), countrycapacity, err) } #[inline] pub unsafe fn uloc_getDefault() -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getDefault() -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDefault() -> windows_core::PCSTR); uloc_getDefault() } #[inline] @@ -4651,7 +4651,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayCountry(locale : windows_core::PCSTR, displaylocale : windows_core::PCSTR, country : *mut u16, countrycapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayCountry(locale : windows_core::PCSTR, displaylocale : windows_core::PCSTR, country : *mut u16, countrycapacity : i32, status : *mut UErrorCode) -> i32); uloc_getDisplayCountry(locale.param().abi(), displaylocale.param().abi(), country, countrycapacity, status) } #[inline] @@ -4660,7 +4660,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayKeyword(keyword : windows_core::PCSTR, displaylocale : windows_core::PCSTR, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayKeyword(keyword : windows_core::PCSTR, displaylocale : windows_core::PCSTR, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); uloc_getDisplayKeyword(keyword.param().abi(), displaylocale.param().abi(), dest, destcapacity, status) } #[inline] @@ -4670,7 +4670,7 @@ where P1: windows_core::Param, P2: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayKeywordValue(locale : windows_core::PCSTR, keyword : windows_core::PCSTR, displaylocale : windows_core::PCSTR, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayKeywordValue(locale : windows_core::PCSTR, keyword : windows_core::PCSTR, displaylocale : windows_core::PCSTR, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); uloc_getDisplayKeywordValue(locale.param().abi(), keyword.param().abi(), displaylocale.param().abi(), dest, destcapacity, status) } #[inline] @@ -4679,7 +4679,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayLanguage(locale : windows_core::PCSTR, displaylocale : windows_core::PCSTR, language : *mut u16, languagecapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayLanguage(locale : windows_core::PCSTR, displaylocale : windows_core::PCSTR, language : *mut u16, languagecapacity : i32, status : *mut UErrorCode) -> i32); uloc_getDisplayLanguage(locale.param().abi(), displaylocale.param().abi(), language, languagecapacity, status) } #[inline] @@ -4688,7 +4688,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayName(localeid : windows_core::PCSTR, inlocaleid : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayName(localeid : windows_core::PCSTR, inlocaleid : windows_core::PCSTR, result : *mut u16, maxresultsize : i32, err : *mut UErrorCode) -> i32); uloc_getDisplayName(localeid.param().abi(), inlocaleid.param().abi(), result, maxresultsize, err) } #[inline] @@ -4697,7 +4697,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayScript(locale : windows_core::PCSTR, displaylocale : windows_core::PCSTR, script : *mut u16, scriptcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayScript(locale : windows_core::PCSTR, displaylocale : windows_core::PCSTR, script : *mut u16, scriptcapacity : i32, status : *mut UErrorCode) -> i32); uloc_getDisplayScript(locale.param().abi(), displaylocale.param().abi(), script, scriptcapacity, status) } #[inline] @@ -4706,7 +4706,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayVariant(locale : windows_core::PCSTR, displaylocale : windows_core::PCSTR, variant : *mut u16, variantcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getDisplayVariant(locale : windows_core::PCSTR, displaylocale : windows_core::PCSTR, variant : *mut u16, variantcapacity : i32, status : *mut UErrorCode) -> i32); uloc_getDisplayVariant(locale.param().abi(), displaylocale.param().abi(), variant, variantcapacity, status) } #[inline] @@ -4714,7 +4714,7 @@ pub unsafe fn uloc_getISO3Country(localeid: P0) -> windows_core::PCSTR where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getISO3Country(localeid : windows_core::PCSTR) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getISO3Country(localeid : windows_core::PCSTR) -> windows_core::PCSTR); uloc_getISO3Country(localeid.param().abi()) } #[inline] @@ -4722,17 +4722,17 @@ pub unsafe fn uloc_getISO3Language(localeid: P0) -> windows_core::PCSTR where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getISO3Language(localeid : windows_core::PCSTR) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getISO3Language(localeid : windows_core::PCSTR) -> windows_core::PCSTR); uloc_getISO3Language(localeid.param().abi()) } #[inline] pub unsafe fn uloc_getISOCountries() -> *mut *mut i8 { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getISOCountries() -> *mut *mut i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getISOCountries() -> *mut *mut i8); uloc_getISOCountries() } #[inline] pub unsafe fn uloc_getISOLanguages() -> *mut *mut i8 { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getISOLanguages() -> *mut *mut i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getISOLanguages() -> *mut *mut i8); uloc_getISOLanguages() } #[inline] @@ -4742,7 +4742,7 @@ where P1: windows_core::Param, P2: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getKeywordValue(localeid : windows_core::PCSTR, keywordname : windows_core::PCSTR, buffer : windows_core::PCSTR, buffercapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getKeywordValue(localeid : windows_core::PCSTR, keywordname : windows_core::PCSTR, buffer : windows_core::PCSTR, buffercapacity : i32, status : *mut UErrorCode) -> i32); uloc_getKeywordValue(localeid.param().abi(), keywordname.param().abi(), buffer.param().abi(), buffercapacity, status) } #[inline] @@ -4750,7 +4750,7 @@ pub unsafe fn uloc_getLCID(localeid: P0) -> u32 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getLCID(localeid : windows_core::PCSTR) -> u32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getLCID(localeid : windows_core::PCSTR) -> u32); uloc_getLCID(localeid.param().abi()) } #[inline] @@ -4759,7 +4759,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getLanguage(localeid : windows_core::PCSTR, language : windows_core::PCSTR, languagecapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getLanguage(localeid : windows_core::PCSTR, language : windows_core::PCSTR, languagecapacity : i32, err : *mut UErrorCode) -> i32); uloc_getLanguage(localeid.param().abi(), language.param().abi(), languagecapacity, err) } #[inline] @@ -4767,7 +4767,7 @@ pub unsafe fn uloc_getLineOrientation(localeid: P0, status: *mut UErrorCode) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getLineOrientation(localeid : windows_core::PCSTR, status : *mut UErrorCode) -> ULayoutType); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getLineOrientation(localeid : windows_core::PCSTR, status : *mut UErrorCode) -> ULayoutType); uloc_getLineOrientation(localeid.param().abi(), status) } #[inline] @@ -4775,7 +4775,7 @@ pub unsafe fn uloc_getLocaleForLCID(hostid: u32, locale: P0, localecapacity: where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getLocaleForLCID(hostid : u32, locale : windows_core::PCSTR, localecapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getLocaleForLCID(hostid : u32, locale : windows_core::PCSTR, localecapacity : i32, status : *mut UErrorCode) -> i32); uloc_getLocaleForLCID(hostid, locale.param().abi(), localecapacity, status) } #[inline] @@ -4784,7 +4784,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getName(localeid : windows_core::PCSTR, name : windows_core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getName(localeid : windows_core::PCSTR, name : windows_core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); uloc_getName(localeid.param().abi(), name.param().abi(), namecapacity, err) } #[inline] @@ -4793,7 +4793,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getParent(localeid : windows_core::PCSTR, parent : windows_core::PCSTR, parentcapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getParent(localeid : windows_core::PCSTR, parent : windows_core::PCSTR, parentcapacity : i32, err : *mut UErrorCode) -> i32); uloc_getParent(localeid.param().abi(), parent.param().abi(), parentcapacity, err) } #[inline] @@ -4802,7 +4802,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getScript(localeid : windows_core::PCSTR, script : windows_core::PCSTR, scriptcapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getScript(localeid : windows_core::PCSTR, script : windows_core::PCSTR, scriptcapacity : i32, err : *mut UErrorCode) -> i32); uloc_getScript(localeid.param().abi(), script.param().abi(), scriptcapacity, err) } #[inline] @@ -4811,7 +4811,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_getVariant(localeid : windows_core::PCSTR, variant : windows_core::PCSTR, variantcapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_getVariant(localeid : windows_core::PCSTR, variant : windows_core::PCSTR, variantcapacity : i32, err : *mut UErrorCode) -> i32); uloc_getVariant(localeid.param().abi(), variant.param().abi(), variantcapacity, err) } #[inline] @@ -4819,7 +4819,7 @@ pub unsafe fn uloc_isRightToLeft(locale: P0) -> i8 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_isRightToLeft(locale : windows_core::PCSTR) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_isRightToLeft(locale : windows_core::PCSTR) -> i8); uloc_isRightToLeft(locale.param().abi()) } #[inline] @@ -4828,7 +4828,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_minimizeSubtags(localeid : windows_core::PCSTR, minimizedlocaleid : windows_core::PCSTR, minimizedlocaleidcapacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_minimizeSubtags(localeid : windows_core::PCSTR, minimizedlocaleid : windows_core::PCSTR, minimizedlocaleidcapacity : i32, err : *mut UErrorCode) -> i32); uloc_minimizeSubtags(localeid.param().abi(), minimizedlocaleid.param().abi(), minimizedlocaleidcapacity, err) } #[inline] @@ -4841,7 +4841,7 @@ pub unsafe fn uloc_openKeywords(localeid: P0, status: *mut UErrorCode) -> *m where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_openKeywords(localeid : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_openKeywords(localeid : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); uloc_openKeywords(localeid.param().abi(), status) } #[inline] @@ -4849,7 +4849,7 @@ pub unsafe fn uloc_setDefault(localeid: P0, status: *mut UErrorCode) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_setDefault(localeid : windows_core::PCSTR, status : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_setDefault(localeid : windows_core::PCSTR, status : *mut UErrorCode)); uloc_setDefault(localeid.param().abi(), status) } #[inline] @@ -4859,7 +4859,7 @@ where P1: windows_core::Param, P2: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_setKeywordValue(keywordname : windows_core::PCSTR, keywordvalue : windows_core::PCSTR, buffer : windows_core::PCSTR, buffercapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_setKeywordValue(keywordname : windows_core::PCSTR, keywordvalue : windows_core::PCSTR, buffer : windows_core::PCSTR, buffercapacity : i32, status : *mut UErrorCode) -> i32); uloc_setKeywordValue(keywordname.param().abi(), keywordvalue.param().abi(), buffer.param().abi(), buffercapacity, status) } #[inline] @@ -4868,7 +4868,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_toLanguageTag(localeid : windows_core::PCSTR, langtag : windows_core::PCSTR, langtagcapacity : i32, strict : i8, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_toLanguageTag(localeid : windows_core::PCSTR, langtag : windows_core::PCSTR, langtagcapacity : i32, strict : i8, err : *mut UErrorCode) -> i32); uloc_toLanguageTag(localeid.param().abi(), langtag.param().abi(), langtagcapacity, strict, err) } #[inline] @@ -4876,7 +4876,7 @@ pub unsafe fn uloc_toLegacyKey(keyword: P0) -> windows_core::PCSTR where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_toLegacyKey(keyword : windows_core::PCSTR) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_toLegacyKey(keyword : windows_core::PCSTR) -> windows_core::PCSTR); uloc_toLegacyKey(keyword.param().abi()) } #[inline] @@ -4885,7 +4885,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_toLegacyType(keyword : windows_core::PCSTR, value : windows_core::PCSTR) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_toLegacyType(keyword : windows_core::PCSTR, value : windows_core::PCSTR) -> windows_core::PCSTR); uloc_toLegacyType(keyword.param().abi(), value.param().abi()) } #[inline] @@ -4893,7 +4893,7 @@ pub unsafe fn uloc_toUnicodeLocaleKey(keyword: P0) -> windows_core::PCSTR where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_toUnicodeLocaleKey(keyword : windows_core::PCSTR) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_toUnicodeLocaleKey(keyword : windows_core::PCSTR) -> windows_core::PCSTR); uloc_toUnicodeLocaleKey(keyword.param().abi()) } #[inline] @@ -4902,37 +4902,37 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uloc_toUnicodeLocaleType(keyword : windows_core::PCSTR, value : windows_core::PCSTR) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uloc_toUnicodeLocaleType(keyword : windows_core::PCSTR, value : windows_core::PCSTR) -> windows_core::PCSTR); uloc_toUnicodeLocaleType(keyword.param().abi(), value.param().abi()) } #[inline] pub unsafe fn ulocdata_close(uld: *mut ULocaleData) { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_close(uld : *mut ULocaleData)); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_close(uld : *mut ULocaleData)); ulocdata_close(uld) } #[inline] pub unsafe fn ulocdata_getCLDRVersion(versionarray: *mut u8, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getCLDRVersion(versionarray : *mut u8, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getCLDRVersion(versionarray : *mut u8, status : *mut UErrorCode)); ulocdata_getCLDRVersion(versionarray, status) } #[inline] pub unsafe fn ulocdata_getDelimiter(uld: *mut ULocaleData, r#type: ULocaleDataDelimiterType, result: *mut u16, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getDelimiter(uld : *mut ULocaleData, r#type : ULocaleDataDelimiterType, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getDelimiter(uld : *mut ULocaleData, r#type : ULocaleDataDelimiterType, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); ulocdata_getDelimiter(uld, r#type, result, resultlength, status) } #[inline] pub unsafe fn ulocdata_getExemplarSet(uld: *mut ULocaleData, fillin: *mut USet, options: u32, extype: ULocaleDataExemplarSetType, status: *mut UErrorCode) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getExemplarSet(uld : *mut ULocaleData, fillin : *mut USet, options : u32, extype : ULocaleDataExemplarSetType, status : *mut UErrorCode) -> *mut USet); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getExemplarSet(uld : *mut ULocaleData, fillin : *mut USet, options : u32, extype : ULocaleDataExemplarSetType, status : *mut UErrorCode) -> *mut USet); ulocdata_getExemplarSet(uld, fillin, options, extype, status) } #[inline] pub unsafe fn ulocdata_getLocaleDisplayPattern(uld: *mut ULocaleData, pattern: *mut u16, patterncapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getLocaleDisplayPattern(uld : *mut ULocaleData, pattern : *mut u16, patterncapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getLocaleDisplayPattern(uld : *mut ULocaleData, pattern : *mut u16, patterncapacity : i32, status : *mut UErrorCode) -> i32); ulocdata_getLocaleDisplayPattern(uld, pattern, patterncapacity, status) } #[inline] pub unsafe fn ulocdata_getLocaleSeparator(uld: *mut ULocaleData, separator: *mut u16, separatorcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getLocaleSeparator(uld : *mut ULocaleData, separator : *mut u16, separatorcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getLocaleSeparator(uld : *mut ULocaleData, separator : *mut u16, separatorcapacity : i32, status : *mut UErrorCode) -> i32); ulocdata_getLocaleSeparator(uld, separator, separatorcapacity, status) } #[inline] @@ -4940,12 +4940,12 @@ pub unsafe fn ulocdata_getMeasurementSystem(localeid: P0, status: *mut UErro where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getMeasurementSystem(localeid : windows_core::PCSTR, status : *mut UErrorCode) -> UMeasurementSystem); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getMeasurementSystem(localeid : windows_core::PCSTR, status : *mut UErrorCode) -> UMeasurementSystem); ulocdata_getMeasurementSystem(localeid.param().abi(), status) } #[inline] pub unsafe fn ulocdata_getNoSubstitute(uld: *mut ULocaleData) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getNoSubstitute(uld : *mut ULocaleData) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getNoSubstitute(uld : *mut ULocaleData) -> i8); ulocdata_getNoSubstitute(uld) } #[inline] @@ -4953,7 +4953,7 @@ pub unsafe fn ulocdata_getPaperSize(localeid: P0, height: *mut i32, width: * where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getPaperSize(localeid : windows_core::PCSTR, height : *mut i32, width : *mut i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_getPaperSize(localeid : windows_core::PCSTR, height : *mut i32, width : *mut i32, status : *mut UErrorCode)); ulocdata_getPaperSize(localeid.param().abi(), height, width, status) } #[inline] @@ -4961,42 +4961,42 @@ pub unsafe fn ulocdata_open(localeid: P0, status: *mut UErrorCode) -> *mut U where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_open(localeid : windows_core::PCSTR, status : *mut UErrorCode) -> *mut ULocaleData); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_open(localeid : windows_core::PCSTR, status : *mut UErrorCode) -> *mut ULocaleData); ulocdata_open(localeid.param().abi(), status) } #[inline] pub unsafe fn ulocdata_setNoSubstitute(uld: *mut ULocaleData, setting: i8) { - windows_targets::link!("icu.dll" "cdecl" fn ulocdata_setNoSubstitute(uld : *mut ULocaleData, setting : i8)); + windows_targets::link!("icuin.dll" "cdecl" fn ulocdata_setNoSubstitute(uld : *mut ULocaleData, setting : i8)); ulocdata_setNoSubstitute(uld, setting) } #[inline] pub unsafe fn umsg_applyPattern(fmt: *mut *mut core::ffi::c_void, pattern: *const u16, patternlength: i32, parseerror: *mut UParseError, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn umsg_applyPattern(fmt : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_applyPattern(fmt : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); umsg_applyPattern(fmt, pattern, patternlength, parseerror, status) } #[inline] pub unsafe fn umsg_autoQuoteApostrophe(pattern: *const u16, patternlength: i32, dest: *mut u16, destcapacity: i32, ec: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn umsg_autoQuoteApostrophe(pattern : *const u16, patternlength : i32, dest : *mut u16, destcapacity : i32, ec : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_autoQuoteApostrophe(pattern : *const u16, patternlength : i32, dest : *mut u16, destcapacity : i32, ec : *mut UErrorCode) -> i32); umsg_autoQuoteApostrophe(pattern, patternlength, dest, destcapacity, ec) } #[inline] pub unsafe fn umsg_clone(fmt: *const *const core::ffi::c_void, status: *mut UErrorCode) -> *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn umsg_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut core::ffi::c_void); umsg_clone(fmt, status) } #[inline] pub unsafe fn umsg_close(format: *mut *mut core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn umsg_close(format : *mut *mut core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_close(format : *mut *mut core::ffi::c_void)); umsg_close(format) } #[inline] pub unsafe fn umsg_format(fmt: *const *const core::ffi::c_void, result: *mut u16, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn umsg_format(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_format(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); umsg_format(fmt, result, resultlength, status) } #[inline] pub unsafe fn umsg_getLocale(fmt: *const *const core::ffi::c_void) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn umsg_getLocale(fmt : *const *const core::ffi::c_void) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_getLocale(fmt : *const *const core::ffi::c_void) -> windows_core::PCSTR); umsg_getLocale(fmt) } #[inline] @@ -5004,12 +5004,12 @@ pub unsafe fn umsg_open(pattern: *const u16, patternlength: i32, locale: P0, where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn umsg_open(pattern : *const u16, patternlength : i32, locale : windows_core::PCSTR, parseerror : *mut UParseError, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_open(pattern : *const u16, patternlength : i32, locale : windows_core::PCSTR, parseerror : *mut UParseError, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); umsg_open(pattern, patternlength, locale.param().abi(), parseerror, status) } #[inline] pub unsafe fn umsg_parse(fmt: *const *const core::ffi::c_void, source: *const u16, sourcelength: i32, count: *mut i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn umsg_parse(fmt : *const *const core::ffi::c_void, source : *const u16, sourcelength : i32, count : *mut i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_parse(fmt : *const *const core::ffi::c_void, source : *const u16, sourcelength : i32, count : *mut i32, status : *mut UErrorCode)); umsg_parse(fmt, source, sourcelength, count, status) } #[inline] @@ -5017,22 +5017,22 @@ pub unsafe fn umsg_setLocale(fmt: *mut *mut core::ffi::c_void, locale: P0) where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn umsg_setLocale(fmt : *mut *mut core::ffi::c_void, locale : windows_core::PCSTR)); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_setLocale(fmt : *mut *mut core::ffi::c_void, locale : windows_core::PCSTR)); umsg_setLocale(fmt, locale.param().abi()) } #[inline] pub unsafe fn umsg_toPattern(fmt: *const *const core::ffi::c_void, result: *mut u16, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn umsg_toPattern(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_toPattern(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); umsg_toPattern(fmt, result, resultlength, status) } #[inline] pub unsafe fn umsg_vformat(fmt: *const *const core::ffi::c_void, result: *mut u16, resultlength: i32, ap: *mut i8, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn umsg_vformat(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, ap : *mut i8, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_vformat(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, ap : *mut i8, status : *mut UErrorCode) -> i32); umsg_vformat(fmt, result, resultlength, ap, status) } #[inline] pub unsafe fn umsg_vparse(fmt: *const *const core::ffi::c_void, source: *const u16, sourcelength: i32, count: *mut i32, ap: *mut i8, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn umsg_vparse(fmt : *const *const core::ffi::c_void, source : *const u16, sourcelength : i32, count : *mut i32, ap : *mut i8, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn umsg_vparse(fmt : *const *const core::ffi::c_void, source : *const u16, sourcelength : i32, count : *mut i32, ap : *mut i8, status : *mut UErrorCode)); umsg_vparse(fmt, source, sourcelength, count, ap, status) } #[inline] @@ -5087,27 +5087,27 @@ pub unsafe fn umutablecptrie_setRange(trie: *mut UMutableCPTrie, start: i32, end } #[inline] pub unsafe fn unorm2_append(norm2: *const UNormalizer2, first: *mut u16, firstlength: i32, firstcapacity: i32, second: *const u16, secondlength: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_append(norm2 : *const UNormalizer2, first : *mut u16, firstlength : i32, firstcapacity : i32, second : *const u16, secondlength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_append(norm2 : *const UNormalizer2, first : *mut u16, firstlength : i32, firstcapacity : i32, second : *const u16, secondlength : i32, perrorcode : *mut UErrorCode) -> i32); unorm2_append(norm2, first, firstlength, firstcapacity, second, secondlength, perrorcode) } #[inline] pub unsafe fn unorm2_close(norm2: *mut UNormalizer2) { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_close(norm2 : *mut UNormalizer2)); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_close(norm2 : *mut UNormalizer2)); unorm2_close(norm2) } #[inline] pub unsafe fn unorm2_composePair(norm2: *const UNormalizer2, a: i32, b: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_composePair(norm2 : *const UNormalizer2, a : i32, b : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_composePair(norm2 : *const UNormalizer2, a : i32, b : i32) -> i32); unorm2_composePair(norm2, a, b) } #[inline] pub unsafe fn unorm2_getCombiningClass(norm2: *const UNormalizer2, c: i32) -> u8 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_getCombiningClass(norm2 : *const UNormalizer2, c : i32) -> u8); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getCombiningClass(norm2 : *const UNormalizer2, c : i32) -> u8); unorm2_getCombiningClass(norm2, c) } #[inline] pub unsafe fn unorm2_getDecomposition(norm2: *const UNormalizer2, c: i32, decomposition: *mut u16, capacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_getDecomposition(norm2 : *const UNormalizer2, c : i32, decomposition : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getDecomposition(norm2 : *const UNormalizer2, c : i32, decomposition : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); unorm2_getDecomposition(norm2, c, decomposition, capacity, perrorcode) } #[inline] @@ -5116,112 +5116,112 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_getInstance(packagename : windows_core::PCSTR, name : windows_core::PCSTR, mode : UNormalization2Mode, perrorcode : *mut UErrorCode) -> *mut UNormalizer2); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getInstance(packagename : windows_core::PCSTR, name : windows_core::PCSTR, mode : UNormalization2Mode, perrorcode : *mut UErrorCode) -> *mut UNormalizer2); unorm2_getInstance(packagename.param().abi(), name.param().abi(), mode, perrorcode) } #[inline] pub unsafe fn unorm2_getNFCInstance(perrorcode: *mut UErrorCode) -> *mut UNormalizer2 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFCInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getNFCInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); unorm2_getNFCInstance(perrorcode) } #[inline] pub unsafe fn unorm2_getNFDInstance(perrorcode: *mut UErrorCode) -> *mut UNormalizer2 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFDInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getNFDInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); unorm2_getNFDInstance(perrorcode) } #[inline] pub unsafe fn unorm2_getNFKCCasefoldInstance(perrorcode: *mut UErrorCode) -> *mut UNormalizer2 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFKCCasefoldInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getNFKCCasefoldInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); unorm2_getNFKCCasefoldInstance(perrorcode) } #[inline] pub unsafe fn unorm2_getNFKCInstance(perrorcode: *mut UErrorCode) -> *mut UNormalizer2 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFKCInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getNFKCInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); unorm2_getNFKCInstance(perrorcode) } #[inline] pub unsafe fn unorm2_getNFKDInstance(perrorcode: *mut UErrorCode) -> *mut UNormalizer2 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFKDInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getNFKDInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); unorm2_getNFKDInstance(perrorcode) } #[inline] pub unsafe fn unorm2_getRawDecomposition(norm2: *const UNormalizer2, c: i32, decomposition: *mut u16, capacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_getRawDecomposition(norm2 : *const UNormalizer2, c : i32, decomposition : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_getRawDecomposition(norm2 : *const UNormalizer2, c : i32, decomposition : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); unorm2_getRawDecomposition(norm2, c, decomposition, capacity, perrorcode) } #[inline] pub unsafe fn unorm2_hasBoundaryAfter(norm2: *const UNormalizer2, c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_hasBoundaryAfter(norm2 : *const UNormalizer2, c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_hasBoundaryAfter(norm2 : *const UNormalizer2, c : i32) -> i8); unorm2_hasBoundaryAfter(norm2, c) } #[inline] pub unsafe fn unorm2_hasBoundaryBefore(norm2: *const UNormalizer2, c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_hasBoundaryBefore(norm2 : *const UNormalizer2, c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_hasBoundaryBefore(norm2 : *const UNormalizer2, c : i32) -> i8); unorm2_hasBoundaryBefore(norm2, c) } #[inline] pub unsafe fn unorm2_isInert(norm2: *const UNormalizer2, c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_isInert(norm2 : *const UNormalizer2, c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_isInert(norm2 : *const UNormalizer2, c : i32) -> i8); unorm2_isInert(norm2, c) } #[inline] pub unsafe fn unorm2_isNormalized(norm2: *const UNormalizer2, s: *const u16, length: i32, perrorcode: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_isNormalized(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_isNormalized(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> i8); unorm2_isNormalized(norm2, s, length, perrorcode) } #[inline] pub unsafe fn unorm2_normalize(norm2: *const UNormalizer2, src: *const u16, length: i32, dest: *mut u16, capacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_normalize(norm2 : *const UNormalizer2, src : *const u16, length : i32, dest : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_normalize(norm2 : *const UNormalizer2, src : *const u16, length : i32, dest : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); unorm2_normalize(norm2, src, length, dest, capacity, perrorcode) } #[inline] pub unsafe fn unorm2_normalizeSecondAndAppend(norm2: *const UNormalizer2, first: *mut u16, firstlength: i32, firstcapacity: i32, second: *const u16, secondlength: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_normalizeSecondAndAppend(norm2 : *const UNormalizer2, first : *mut u16, firstlength : i32, firstcapacity : i32, second : *const u16, secondlength : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_normalizeSecondAndAppend(norm2 : *const UNormalizer2, first : *mut u16, firstlength : i32, firstcapacity : i32, second : *const u16, secondlength : i32, perrorcode : *mut UErrorCode) -> i32); unorm2_normalizeSecondAndAppend(norm2, first, firstlength, firstcapacity, second, secondlength, perrorcode) } #[inline] pub unsafe fn unorm2_openFiltered(norm2: *const UNormalizer2, filterset: *const USet, perrorcode: *mut UErrorCode) -> *mut UNormalizer2 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_openFiltered(norm2 : *const UNormalizer2, filterset : *const USet, perrorcode : *mut UErrorCode) -> *mut UNormalizer2); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_openFiltered(norm2 : *const UNormalizer2, filterset : *const USet, perrorcode : *mut UErrorCode) -> *mut UNormalizer2); unorm2_openFiltered(norm2, filterset, perrorcode) } #[inline] pub unsafe fn unorm2_quickCheck(norm2: *const UNormalizer2, s: *const u16, length: i32, perrorcode: *mut UErrorCode) -> UNormalizationCheckResult { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_quickCheck(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> UNormalizationCheckResult); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_quickCheck(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> UNormalizationCheckResult); unorm2_quickCheck(norm2, s, length, perrorcode) } #[inline] pub unsafe fn unorm2_spanQuickCheckYes(norm2: *const UNormalizer2, s: *const u16, length: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unorm2_spanQuickCheckYes(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm2_spanQuickCheckYes(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> i32); unorm2_spanQuickCheckYes(norm2, s, length, perrorcode) } #[inline] pub unsafe fn unorm_compare(s1: *const u16, length1: i32, s2: *const u16, length2: i32, options: u32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unorm_compare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn unorm_compare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); unorm_compare(s1, length1, s2, length2, options, perrorcode) } #[inline] pub unsafe fn unum_applyPattern(format: *mut *mut core::ffi::c_void, localized: i8, pattern: *const u16, patternlength: i32, parseerror: *mut UParseError, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn unum_applyPattern(format : *mut *mut core::ffi::c_void, localized : i8, pattern : *const u16, patternlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn unum_applyPattern(format : *mut *mut core::ffi::c_void, localized : i8, pattern : *const u16, patternlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); unum_applyPattern(format, localized, pattern, patternlength, parseerror, status) } #[inline] pub unsafe fn unum_clone(fmt: *const *const core::ffi::c_void, status: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn unum_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn unum_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); unum_clone(fmt, status) } #[inline] pub unsafe fn unum_close(fmt: *mut *mut core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn unum_close(fmt : *mut *mut core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn unum_close(fmt : *mut *mut core::ffi::c_void)); unum_close(fmt) } #[inline] pub unsafe fn unum_countAvailable() -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_countAvailable() -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_countAvailable() -> i32); unum_countAvailable() } #[inline] pub unsafe fn unum_format(fmt: *const *const core::ffi::c_void, number: i32, result: *mut u16, resultlength: i32, pos: *mut UFieldPosition, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_format(fmt : *const *const core::ffi::c_void, number : i32, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_format(fmt : *const *const core::ffi::c_void, number : i32, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); unum_format(fmt, number, result, resultlength, pos, status) } #[inline] @@ -5229,67 +5229,67 @@ pub unsafe fn unum_formatDecimal(fmt: *const *const core::ffi::c_void, numbe where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn unum_formatDecimal(fmt : *const *const core::ffi::c_void, number : windows_core::PCSTR, length : i32, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_formatDecimal(fmt : *const *const core::ffi::c_void, number : windows_core::PCSTR, length : i32, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); unum_formatDecimal(fmt, number.param().abi(), length, result, resultlength, pos, status) } #[inline] pub unsafe fn unum_formatDouble(fmt: *const *const core::ffi::c_void, number: f64, result: *mut u16, resultlength: i32, pos: *mut UFieldPosition, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_formatDouble(fmt : *const *const core::ffi::c_void, number : f64, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_formatDouble(fmt : *const *const core::ffi::c_void, number : f64, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); unum_formatDouble(fmt, number, result, resultlength, pos, status) } #[inline] pub unsafe fn unum_formatDoubleCurrency(fmt: *const *const core::ffi::c_void, number: f64, currency: *mut u16, result: *mut u16, resultlength: i32, pos: *mut UFieldPosition, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_formatDoubleCurrency(fmt : *const *const core::ffi::c_void, number : f64, currency : *mut u16, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_formatDoubleCurrency(fmt : *const *const core::ffi::c_void, number : f64, currency : *mut u16, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); unum_formatDoubleCurrency(fmt, number, currency, result, resultlength, pos, status) } #[inline] pub unsafe fn unum_formatDoubleForFields(format: *const *const core::ffi::c_void, number: f64, result: *mut u16, resultlength: i32, fpositer: *mut UFieldPositionIterator, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_formatDoubleForFields(format : *const *const core::ffi::c_void, number : f64, result : *mut u16, resultlength : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_formatDoubleForFields(format : *const *const core::ffi::c_void, number : f64, result : *mut u16, resultlength : i32, fpositer : *mut UFieldPositionIterator, status : *mut UErrorCode) -> i32); unum_formatDoubleForFields(format, number, result, resultlength, fpositer, status) } #[inline] pub unsafe fn unum_formatInt64(fmt: *const *const core::ffi::c_void, number: i64, result: *mut u16, resultlength: i32, pos: *mut UFieldPosition, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_formatInt64(fmt : *const *const core::ffi::c_void, number : i64, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_formatInt64(fmt : *const *const core::ffi::c_void, number : i64, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); unum_formatInt64(fmt, number, result, resultlength, pos, status) } #[inline] pub unsafe fn unum_formatUFormattable(fmt: *const *const core::ffi::c_void, number: *const *const core::ffi::c_void, result: *mut u16, resultlength: i32, pos: *mut UFieldPosition, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_formatUFormattable(fmt : *const *const core::ffi::c_void, number : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_formatUFormattable(fmt : *const *const core::ffi::c_void, number : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); unum_formatUFormattable(fmt, number, result, resultlength, pos, status) } #[inline] pub unsafe fn unum_getAttribute(fmt: *const *const core::ffi::c_void, attr: UNumberFormatAttribute) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_getAttribute(fmt : *const *const core::ffi::c_void, attr : UNumberFormatAttribute) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_getAttribute(fmt : *const *const core::ffi::c_void, attr : UNumberFormatAttribute) -> i32); unum_getAttribute(fmt, attr) } #[inline] pub unsafe fn unum_getAvailable(localeindex: i32) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn unum_getAvailable(localeindex : i32) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn unum_getAvailable(localeindex : i32) -> windows_core::PCSTR); unum_getAvailable(localeindex) } #[inline] pub unsafe fn unum_getContext(fmt: *const *const core::ffi::c_void, r#type: UDisplayContextType, status: *mut UErrorCode) -> UDisplayContext { - windows_targets::link!("icu.dll" "cdecl" fn unum_getContext(fmt : *const *const core::ffi::c_void, r#type : UDisplayContextType, status : *mut UErrorCode) -> UDisplayContext); + windows_targets::link!("icuin.dll" "cdecl" fn unum_getContext(fmt : *const *const core::ffi::c_void, r#type : UDisplayContextType, status : *mut UErrorCode) -> UDisplayContext); unum_getContext(fmt, r#type, status) } #[inline] pub unsafe fn unum_getDoubleAttribute(fmt: *const *const core::ffi::c_void, attr: UNumberFormatAttribute) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn unum_getDoubleAttribute(fmt : *const *const core::ffi::c_void, attr : UNumberFormatAttribute) -> f64); + windows_targets::link!("icuin.dll" "cdecl" fn unum_getDoubleAttribute(fmt : *const *const core::ffi::c_void, attr : UNumberFormatAttribute) -> f64); unum_getDoubleAttribute(fmt, attr) } #[inline] pub unsafe fn unum_getLocaleByType(fmt: *const *const core::ffi::c_void, r#type: ULocDataLocaleType, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn unum_getLocaleByType(fmt : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn unum_getLocaleByType(fmt : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); unum_getLocaleByType(fmt, r#type, status) } #[inline] pub unsafe fn unum_getSymbol(fmt: *const *const core::ffi::c_void, symbol: UNumberFormatSymbol, buffer: *mut u16, size: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_getSymbol(fmt : *const *const core::ffi::c_void, symbol : UNumberFormatSymbol, buffer : *mut u16, size : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_getSymbol(fmt : *const *const core::ffi::c_void, symbol : UNumberFormatSymbol, buffer : *mut u16, size : i32, status : *mut UErrorCode) -> i32); unum_getSymbol(fmt, symbol, buffer, size, status) } #[inline] pub unsafe fn unum_getTextAttribute(fmt: *const *const core::ffi::c_void, tag: UNumberFormatTextAttribute, result: *mut u16, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_getTextAttribute(fmt : *const *const core::ffi::c_void, tag : UNumberFormatTextAttribute, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_getTextAttribute(fmt : *const *const core::ffi::c_void, tag : UNumberFormatTextAttribute, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); unum_getTextAttribute(fmt, tag, result, resultlength, status) } #[inline] @@ -5297,12 +5297,12 @@ pub unsafe fn unum_open(style: UNumberFormatStyle, pattern: *const u16, patt where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn unum_open(style : UNumberFormatStyle, pattern : *const u16, patternlength : i32, locale : windows_core::PCSTR, parseerr : *mut UParseError, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn unum_open(style : UNumberFormatStyle, pattern : *const u16, patternlength : i32, locale : windows_core::PCSTR, parseerr : *mut UParseError, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); unum_open(style, pattern, patternlength, locale.param().abi(), parseerr, status) } #[inline] pub unsafe fn unum_parse(fmt: *const *const core::ffi::c_void, text: *const u16, textlength: i32, parsepos: *mut i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_parse(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_parse(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> i32); unum_parse(fmt, text, textlength, parsepos, status) } #[inline] @@ -5310,57 +5310,57 @@ pub unsafe fn unum_parseDecimal(fmt: *const *const core::ffi::c_void, text: where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn unum_parseDecimal(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, outbuf : windows_core::PCSTR, outbuflength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_parseDecimal(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, outbuf : windows_core::PCSTR, outbuflength : i32, status : *mut UErrorCode) -> i32); unum_parseDecimal(fmt, text, textlength, parsepos, outbuf.param().abi(), outbuflength, status) } #[inline] pub unsafe fn unum_parseDouble(fmt: *const *const core::ffi::c_void, text: *const u16, textlength: i32, parsepos: *mut i32, status: *mut UErrorCode) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn unum_parseDouble(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> f64); + windows_targets::link!("icuin.dll" "cdecl" fn unum_parseDouble(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> f64); unum_parseDouble(fmt, text, textlength, parsepos, status) } #[inline] pub unsafe fn unum_parseDoubleCurrency(fmt: *const *const core::ffi::c_void, text: *const u16, textlength: i32, parsepos: *mut i32, currency: *mut u16, status: *mut UErrorCode) -> f64 { - windows_targets::link!("icu.dll" "cdecl" fn unum_parseDoubleCurrency(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, currency : *mut u16, status : *mut UErrorCode) -> f64); + windows_targets::link!("icuin.dll" "cdecl" fn unum_parseDoubleCurrency(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, currency : *mut u16, status : *mut UErrorCode) -> f64); unum_parseDoubleCurrency(fmt, text, textlength, parsepos, currency, status) } #[inline] pub unsafe fn unum_parseInt64(fmt: *const *const core::ffi::c_void, text: *const u16, textlength: i32, parsepos: *mut i32, status: *mut UErrorCode) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn unum_parseInt64(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> i64); + windows_targets::link!("icuin.dll" "cdecl" fn unum_parseInt64(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> i64); unum_parseInt64(fmt, text, textlength, parsepos, status) } #[inline] pub unsafe fn unum_parseToUFormattable(fmt: *const *const core::ffi::c_void, result: *mut *mut core::ffi::c_void, text: *const u16, textlength: i32, parsepos: *mut i32, status: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn unum_parseToUFormattable(fmt : *const *const core::ffi::c_void, result : *mut *mut core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn unum_parseToUFormattable(fmt : *const *const core::ffi::c_void, result : *mut *mut core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); unum_parseToUFormattable(fmt, result, text, textlength, parsepos, status) } #[inline] pub unsafe fn unum_setAttribute(fmt: *mut *mut core::ffi::c_void, attr: UNumberFormatAttribute, newvalue: i32) { - windows_targets::link!("icu.dll" "cdecl" fn unum_setAttribute(fmt : *mut *mut core::ffi::c_void, attr : UNumberFormatAttribute, newvalue : i32)); + windows_targets::link!("icuin.dll" "cdecl" fn unum_setAttribute(fmt : *mut *mut core::ffi::c_void, attr : UNumberFormatAttribute, newvalue : i32)); unum_setAttribute(fmt, attr, newvalue) } #[inline] pub unsafe fn unum_setContext(fmt: *mut *mut core::ffi::c_void, value: UDisplayContext, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn unum_setContext(fmt : *mut *mut core::ffi::c_void, value : UDisplayContext, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn unum_setContext(fmt : *mut *mut core::ffi::c_void, value : UDisplayContext, status : *mut UErrorCode)); unum_setContext(fmt, value, status) } #[inline] pub unsafe fn unum_setDoubleAttribute(fmt: *mut *mut core::ffi::c_void, attr: UNumberFormatAttribute, newvalue: f64) { - windows_targets::link!("icu.dll" "cdecl" fn unum_setDoubleAttribute(fmt : *mut *mut core::ffi::c_void, attr : UNumberFormatAttribute, newvalue : f64)); + windows_targets::link!("icuin.dll" "cdecl" fn unum_setDoubleAttribute(fmt : *mut *mut core::ffi::c_void, attr : UNumberFormatAttribute, newvalue : f64)); unum_setDoubleAttribute(fmt, attr, newvalue) } #[inline] pub unsafe fn unum_setSymbol(fmt: *mut *mut core::ffi::c_void, symbol: UNumberFormatSymbol, value: *const u16, length: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn unum_setSymbol(fmt : *mut *mut core::ffi::c_void, symbol : UNumberFormatSymbol, value : *const u16, length : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn unum_setSymbol(fmt : *mut *mut core::ffi::c_void, symbol : UNumberFormatSymbol, value : *const u16, length : i32, status : *mut UErrorCode)); unum_setSymbol(fmt, symbol, value, length, status) } #[inline] pub unsafe fn unum_setTextAttribute(fmt: *mut *mut core::ffi::c_void, tag: UNumberFormatTextAttribute, newvalue: *const u16, newvaluelength: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn unum_setTextAttribute(fmt : *mut *mut core::ffi::c_void, tag : UNumberFormatTextAttribute, newvalue : *const u16, newvaluelength : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn unum_setTextAttribute(fmt : *mut *mut core::ffi::c_void, tag : UNumberFormatTextAttribute, newvalue : *const u16, newvaluelength : i32, status : *mut UErrorCode)); unum_setTextAttribute(fmt, tag, newvalue, newvaluelength, status) } #[inline] pub unsafe fn unum_toPattern(fmt: *const *const core::ffi::c_void, ispatternlocalized: i8, result: *mut u16, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unum_toPattern(fmt : *const *const core::ffi::c_void, ispatternlocalized : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unum_toPattern(fmt : *const *const core::ffi::c_void, ispatternlocalized : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); unum_toPattern(fmt, ispatternlocalized, result, resultlength, status) } #[inline] @@ -5434,27 +5434,27 @@ pub unsafe fn unumf_resultToString(uresult: *const UFormattedNumber, buffer: *mu } #[inline] pub unsafe fn unumsys_close(unumsys: *mut UNumberingSystem) { - windows_targets::link!("icu.dll" "cdecl" fn unumsys_close(unumsys : *mut UNumberingSystem)); + windows_targets::link!("icuin.dll" "cdecl" fn unumsys_close(unumsys : *mut UNumberingSystem)); unumsys_close(unumsys) } #[inline] pub unsafe fn unumsys_getDescription(unumsys: *const UNumberingSystem, result: *mut u16, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unumsys_getDescription(unumsys : *const UNumberingSystem, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unumsys_getDescription(unumsys : *const UNumberingSystem, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); unumsys_getDescription(unumsys, result, resultlength, status) } #[inline] pub unsafe fn unumsys_getName(unumsys: *const UNumberingSystem) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn unumsys_getName(unumsys : *const UNumberingSystem) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn unumsys_getName(unumsys : *const UNumberingSystem) -> windows_core::PCSTR); unumsys_getName(unumsys) } #[inline] pub unsafe fn unumsys_getRadix(unumsys: *const UNumberingSystem) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn unumsys_getRadix(unumsys : *const UNumberingSystem) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn unumsys_getRadix(unumsys : *const UNumberingSystem) -> i32); unumsys_getRadix(unumsys) } #[inline] pub unsafe fn unumsys_isAlgorithmic(unumsys: *const UNumberingSystem) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn unumsys_isAlgorithmic(unumsys : *const UNumberingSystem) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn unumsys_isAlgorithmic(unumsys : *const UNumberingSystem) -> i8); unumsys_isAlgorithmic(unumsys) } #[inline] @@ -5462,12 +5462,12 @@ pub unsafe fn unumsys_open(locale: P0, status: *mut UErrorCode) -> *mut UNum where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn unumsys_open(locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UNumberingSystem); + windows_targets::link!("icuin.dll" "cdecl" fn unumsys_open(locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UNumberingSystem); unumsys_open(locale.param().abi(), status) } #[inline] pub unsafe fn unumsys_openAvailableNames(status: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn unumsys_openAvailableNames(status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn unumsys_openAvailableNames(status : *mut UErrorCode) -> *mut UEnumeration); unumsys_openAvailableNames(status) } #[inline] @@ -5475,17 +5475,17 @@ pub unsafe fn unumsys_openByName(name: P0, status: *mut UErrorCode) -> *mut where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn unumsys_openByName(name : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UNumberingSystem); + windows_targets::link!("icuin.dll" "cdecl" fn unumsys_openByName(name : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UNumberingSystem); unumsys_openByName(name.param().abi(), status) } #[inline] pub unsafe fn uplrules_close(uplrules: *mut UPluralRules) { - windows_targets::link!("icu.dll" "cdecl" fn uplrules_close(uplrules : *mut UPluralRules)); + windows_targets::link!("icuin.dll" "cdecl" fn uplrules_close(uplrules : *mut UPluralRules)); uplrules_close(uplrules) } #[inline] pub unsafe fn uplrules_getKeywords(uplrules: *const UPluralRules, status: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn uplrules_getKeywords(uplrules : *const UPluralRules, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn uplrules_getKeywords(uplrules : *const UPluralRules, status : *mut UErrorCode) -> *mut UEnumeration); uplrules_getKeywords(uplrules, status) } #[inline] @@ -5493,7 +5493,7 @@ pub unsafe fn uplrules_open(locale: P0, status: *mut UErrorCode) -> *mut UPl where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uplrules_open(locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UPluralRules); + windows_targets::link!("icuin.dll" "cdecl" fn uplrules_open(locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UPluralRules); uplrules_open(locale.param().abi(), status) } #[inline] @@ -5501,12 +5501,12 @@ pub unsafe fn uplrules_openForType(locale: P0, r#type: UPluralType, status: where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uplrules_openForType(locale : windows_core::PCSTR, r#type : UPluralType, status : *mut UErrorCode) -> *mut UPluralRules); + windows_targets::link!("icuin.dll" "cdecl" fn uplrules_openForType(locale : windows_core::PCSTR, r#type : UPluralType, status : *mut UErrorCode) -> *mut UPluralRules); uplrules_openForType(locale.param().abi(), r#type, status) } #[inline] pub unsafe fn uplrules_select(uplrules: *const UPluralRules, number: f64, keyword: *mut u16, capacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uplrules_select(uplrules : *const UPluralRules, number : f64, keyword : *mut u16, capacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uplrules_select(uplrules : *const UPluralRules, number : f64, keyword : *mut u16, capacity : i32, status : *mut UErrorCode) -> i32); uplrules_select(uplrules, number, keyword, capacity, status) } #[inline] @@ -5516,102 +5516,102 @@ pub unsafe fn uplrules_selectFormatted(uplrules: *const UPluralRules, number: *c } #[inline] pub unsafe fn uregex_appendReplacement(regexp: *mut URegularExpression, replacementtext: *const u16, replacementlength: i32, destbuf: *mut *mut u16, destcapacity: *mut i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_appendReplacement(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut *mut u16, destcapacity : *mut i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_appendReplacement(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut *mut u16, destcapacity : *mut i32, status : *mut UErrorCode) -> i32); uregex_appendReplacement(regexp, replacementtext, replacementlength, destbuf, destcapacity, status) } #[inline] pub unsafe fn uregex_appendReplacementUText(regexp: *mut URegularExpression, replacementtext: *mut UText, dest: *mut UText, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_appendReplacementUText(regexp : *mut URegularExpression, replacementtext : *mut UText, dest : *mut UText, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_appendReplacementUText(regexp : *mut URegularExpression, replacementtext : *mut UText, dest : *mut UText, status : *mut UErrorCode)); uregex_appendReplacementUText(regexp, replacementtext, dest, status) } #[inline] pub unsafe fn uregex_appendTail(regexp: *mut URegularExpression, destbuf: *mut *mut u16, destcapacity: *mut i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_appendTail(regexp : *mut URegularExpression, destbuf : *mut *mut u16, destcapacity : *mut i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_appendTail(regexp : *mut URegularExpression, destbuf : *mut *mut u16, destcapacity : *mut i32, status : *mut UErrorCode) -> i32); uregex_appendTail(regexp, destbuf, destcapacity, status) } #[inline] pub unsafe fn uregex_appendTailUText(regexp: *mut URegularExpression, dest: *mut UText, status: *mut UErrorCode) -> *mut UText { - windows_targets::link!("icu.dll" "cdecl" fn uregex_appendTailUText(regexp : *mut URegularExpression, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_appendTailUText(regexp : *mut URegularExpression, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); uregex_appendTailUText(regexp, dest, status) } #[inline] pub unsafe fn uregex_clone(regexp: *const URegularExpression, status: *mut UErrorCode) -> *mut URegularExpression { - windows_targets::link!("icu.dll" "cdecl" fn uregex_clone(regexp : *const URegularExpression, status : *mut UErrorCode) -> *mut URegularExpression); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_clone(regexp : *const URegularExpression, status : *mut UErrorCode) -> *mut URegularExpression); uregex_clone(regexp, status) } #[inline] pub unsafe fn uregex_close(regexp: *mut URegularExpression) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_close(regexp : *mut URegularExpression)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_close(regexp : *mut URegularExpression)); uregex_close(regexp) } #[inline] pub unsafe fn uregex_end(regexp: *mut URegularExpression, groupnum: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_end(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_end(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i32); uregex_end(regexp, groupnum, status) } #[inline] pub unsafe fn uregex_end64(regexp: *mut URegularExpression, groupnum: i32, status: *mut UErrorCode) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_end64(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i64); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_end64(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i64); uregex_end64(regexp, groupnum, status) } #[inline] pub unsafe fn uregex_find(regexp: *mut URegularExpression, startindex: i32, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_find(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_find(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); uregex_find(regexp, startindex, status) } #[inline] pub unsafe fn uregex_find64(regexp: *mut URegularExpression, startindex: i64, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_find64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_find64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); uregex_find64(regexp, startindex, status) } #[inline] pub unsafe fn uregex_findNext(regexp: *mut URegularExpression, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_findNext(regexp : *mut URegularExpression, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_findNext(regexp : *mut URegularExpression, status : *mut UErrorCode) -> i8); uregex_findNext(regexp, status) } #[inline] pub unsafe fn uregex_flags(regexp: *const URegularExpression, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_flags(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_flags(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); uregex_flags(regexp, status) } #[inline] pub unsafe fn uregex_getFindProgressCallback(regexp: *const URegularExpression, callback: *mut URegexFindProgressCallback, context: *const *const core::ffi::c_void, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_getFindProgressCallback(regexp : *const URegularExpression, callback : *mut URegexFindProgressCallback, context : *const *const core::ffi::c_void, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_getFindProgressCallback(regexp : *const URegularExpression, callback : *mut URegexFindProgressCallback, context : *const *const core::ffi::c_void, status : *mut UErrorCode)); uregex_getFindProgressCallback(regexp, callback, context, status) } #[inline] pub unsafe fn uregex_getMatchCallback(regexp: *const URegularExpression, callback: *mut URegexMatchCallback, context: *const *const core::ffi::c_void, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_getMatchCallback(regexp : *const URegularExpression, callback : *mut URegexMatchCallback, context : *const *const core::ffi::c_void, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_getMatchCallback(regexp : *const URegularExpression, callback : *mut URegexMatchCallback, context : *const *const core::ffi::c_void, status : *mut UErrorCode)); uregex_getMatchCallback(regexp, callback, context, status) } #[inline] pub unsafe fn uregex_getStackLimit(regexp: *const URegularExpression, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_getStackLimit(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_getStackLimit(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); uregex_getStackLimit(regexp, status) } #[inline] pub unsafe fn uregex_getText(regexp: *mut URegularExpression, textlength: *mut i32, status: *mut UErrorCode) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_getText(regexp : *mut URegularExpression, textlength : *mut i32, status : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_getText(regexp : *mut URegularExpression, textlength : *mut i32, status : *mut UErrorCode) -> *mut u16); uregex_getText(regexp, textlength, status) } #[inline] pub unsafe fn uregex_getTimeLimit(regexp: *const URegularExpression, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_getTimeLimit(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_getTimeLimit(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); uregex_getTimeLimit(regexp, status) } #[inline] pub unsafe fn uregex_getUText(regexp: *mut URegularExpression, dest: *mut UText, status: *mut UErrorCode) -> *mut UText { - windows_targets::link!("icu.dll" "cdecl" fn uregex_getUText(regexp : *mut URegularExpression, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_getUText(regexp : *mut URegularExpression, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); uregex_getUText(regexp, dest, status) } #[inline] pub unsafe fn uregex_group(regexp: *mut URegularExpression, groupnum: i32, dest: *mut u16, destcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_group(regexp : *mut URegularExpression, groupnum : i32, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_group(regexp : *mut URegularExpression, groupnum : i32, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); uregex_group(regexp, groupnum, dest, destcapacity, status) } #[inline] pub unsafe fn uregex_groupCount(regexp: *mut URegularExpression, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_groupCount(regexp : *mut URegularExpression, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_groupCount(regexp : *mut URegularExpression, status : *mut UErrorCode) -> i32); uregex_groupCount(regexp, status) } #[inline] @@ -5619,57 +5619,57 @@ pub unsafe fn uregex_groupNumberFromCName(regexp: *mut URegularExpression, g where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uregex_groupNumberFromCName(regexp : *mut URegularExpression, groupname : windows_core::PCSTR, namelength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_groupNumberFromCName(regexp : *mut URegularExpression, groupname : windows_core::PCSTR, namelength : i32, status : *mut UErrorCode) -> i32); uregex_groupNumberFromCName(regexp, groupname.param().abi(), namelength, status) } #[inline] pub unsafe fn uregex_groupNumberFromName(regexp: *mut URegularExpression, groupname: *const u16, namelength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_groupNumberFromName(regexp : *mut URegularExpression, groupname : *const u16, namelength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_groupNumberFromName(regexp : *mut URegularExpression, groupname : *const u16, namelength : i32, status : *mut UErrorCode) -> i32); uregex_groupNumberFromName(regexp, groupname, namelength, status) } #[inline] pub unsafe fn uregex_groupUText(regexp: *mut URegularExpression, groupnum: i32, dest: *mut UText, grouplength: *mut i64, status: *mut UErrorCode) -> *mut UText { - windows_targets::link!("icu.dll" "cdecl" fn uregex_groupUText(regexp : *mut URegularExpression, groupnum : i32, dest : *mut UText, grouplength : *mut i64, status : *mut UErrorCode) -> *mut UText); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_groupUText(regexp : *mut URegularExpression, groupnum : i32, dest : *mut UText, grouplength : *mut i64, status : *mut UErrorCode) -> *mut UText); uregex_groupUText(regexp, groupnum, dest, grouplength, status) } #[inline] pub unsafe fn uregex_hasAnchoringBounds(regexp: *const URegularExpression, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_hasAnchoringBounds(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_hasAnchoringBounds(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); uregex_hasAnchoringBounds(regexp, status) } #[inline] pub unsafe fn uregex_hasTransparentBounds(regexp: *const URegularExpression, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_hasTransparentBounds(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_hasTransparentBounds(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); uregex_hasTransparentBounds(regexp, status) } #[inline] pub unsafe fn uregex_hitEnd(regexp: *const URegularExpression, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_hitEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_hitEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); uregex_hitEnd(regexp, status) } #[inline] pub unsafe fn uregex_lookingAt(regexp: *mut URegularExpression, startindex: i32, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_lookingAt(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_lookingAt(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); uregex_lookingAt(regexp, startindex, status) } #[inline] pub unsafe fn uregex_lookingAt64(regexp: *mut URegularExpression, startindex: i64, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_lookingAt64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_lookingAt64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); uregex_lookingAt64(regexp, startindex, status) } #[inline] pub unsafe fn uregex_matches(regexp: *mut URegularExpression, startindex: i32, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_matches(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_matches(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); uregex_matches(regexp, startindex, status) } #[inline] pub unsafe fn uregex_matches64(regexp: *mut URegularExpression, startindex: i64, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_matches64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_matches64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); uregex_matches64(regexp, startindex, status) } #[inline] pub unsafe fn uregex_open(pattern: *const u16, patternlength: i32, flags: u32, pe: *mut UParseError, status: *mut UErrorCode) -> *mut URegularExpression { - windows_targets::link!("icu.dll" "cdecl" fn uregex_open(pattern : *const u16, patternlength : i32, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_open(pattern : *const u16, patternlength : i32, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); uregex_open(pattern, patternlength, flags, pe, status) } #[inline] @@ -5677,207 +5677,207 @@ pub unsafe fn uregex_openC(pattern: P0, flags: u32, pe: *mut UParseError, st where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uregex_openC(pattern : windows_core::PCSTR, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_openC(pattern : windows_core::PCSTR, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); uregex_openC(pattern.param().abi(), flags, pe, status) } #[inline] pub unsafe fn uregex_openUText(pattern: *mut UText, flags: u32, pe: *mut UParseError, status: *mut UErrorCode) -> *mut URegularExpression { - windows_targets::link!("icu.dll" "cdecl" fn uregex_openUText(pattern : *mut UText, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_openUText(pattern : *mut UText, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); uregex_openUText(pattern, flags, pe, status) } #[inline] pub unsafe fn uregex_pattern(regexp: *const URegularExpression, patlength: *mut i32, status: *mut UErrorCode) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_pattern(regexp : *const URegularExpression, patlength : *mut i32, status : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_pattern(regexp : *const URegularExpression, patlength : *mut i32, status : *mut UErrorCode) -> *mut u16); uregex_pattern(regexp, patlength, status) } #[inline] pub unsafe fn uregex_patternUText(regexp: *const URegularExpression, status: *mut UErrorCode) -> *mut UText { - windows_targets::link!("icu.dll" "cdecl" fn uregex_patternUText(regexp : *const URegularExpression, status : *mut UErrorCode) -> *mut UText); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_patternUText(regexp : *const URegularExpression, status : *mut UErrorCode) -> *mut UText); uregex_patternUText(regexp, status) } #[inline] pub unsafe fn uregex_refreshUText(regexp: *mut URegularExpression, text: *mut UText, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_refreshUText(regexp : *mut URegularExpression, text : *mut UText, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_refreshUText(regexp : *mut URegularExpression, text : *mut UText, status : *mut UErrorCode)); uregex_refreshUText(regexp, text, status) } #[inline] pub unsafe fn uregex_regionEnd(regexp: *const URegularExpression, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_regionEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_regionEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); uregex_regionEnd(regexp, status) } #[inline] pub unsafe fn uregex_regionEnd64(regexp: *const URegularExpression, status: *mut UErrorCode) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_regionEnd64(regexp : *const URegularExpression, status : *mut UErrorCode) -> i64); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_regionEnd64(regexp : *const URegularExpression, status : *mut UErrorCode) -> i64); uregex_regionEnd64(regexp, status) } #[inline] pub unsafe fn uregex_regionStart(regexp: *const URegularExpression, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_regionStart(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_regionStart(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); uregex_regionStart(regexp, status) } #[inline] pub unsafe fn uregex_regionStart64(regexp: *const URegularExpression, status: *mut UErrorCode) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_regionStart64(regexp : *const URegularExpression, status : *mut UErrorCode) -> i64); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_regionStart64(regexp : *const URegularExpression, status : *mut UErrorCode) -> i64); uregex_regionStart64(regexp, status) } #[inline] pub unsafe fn uregex_replaceAll(regexp: *mut URegularExpression, replacementtext: *const u16, replacementlength: i32, destbuf: *mut u16, destcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_replaceAll(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_replaceAll(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); uregex_replaceAll(regexp, replacementtext, replacementlength, destbuf, destcapacity, status) } #[inline] pub unsafe fn uregex_replaceAllUText(regexp: *mut URegularExpression, replacement: *mut UText, dest: *mut UText, status: *mut UErrorCode) -> *mut UText { - windows_targets::link!("icu.dll" "cdecl" fn uregex_replaceAllUText(regexp : *mut URegularExpression, replacement : *mut UText, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_replaceAllUText(regexp : *mut URegularExpression, replacement : *mut UText, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); uregex_replaceAllUText(regexp, replacement, dest, status) } #[inline] pub unsafe fn uregex_replaceFirst(regexp: *mut URegularExpression, replacementtext: *const u16, replacementlength: i32, destbuf: *mut u16, destcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_replaceFirst(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_replaceFirst(regexp : *mut URegularExpression, replacementtext : *const u16, replacementlength : i32, destbuf : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); uregex_replaceFirst(regexp, replacementtext, replacementlength, destbuf, destcapacity, status) } #[inline] pub unsafe fn uregex_replaceFirstUText(regexp: *mut URegularExpression, replacement: *mut UText, dest: *mut UText, status: *mut UErrorCode) -> *mut UText { - windows_targets::link!("icu.dll" "cdecl" fn uregex_replaceFirstUText(regexp : *mut URegularExpression, replacement : *mut UText, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_replaceFirstUText(regexp : *mut URegularExpression, replacement : *mut UText, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); uregex_replaceFirstUText(regexp, replacement, dest, status) } #[inline] pub unsafe fn uregex_requireEnd(regexp: *const URegularExpression, status: *mut UErrorCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_requireEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_requireEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); uregex_requireEnd(regexp, status) } #[inline] pub unsafe fn uregex_reset(regexp: *mut URegularExpression, index: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_reset(regexp : *mut URegularExpression, index : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_reset(regexp : *mut URegularExpression, index : i32, status : *mut UErrorCode)); uregex_reset(regexp, index, status) } #[inline] pub unsafe fn uregex_reset64(regexp: *mut URegularExpression, index: i64, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_reset64(regexp : *mut URegularExpression, index : i64, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_reset64(regexp : *mut URegularExpression, index : i64, status : *mut UErrorCode)); uregex_reset64(regexp, index, status) } #[inline] pub unsafe fn uregex_setFindProgressCallback(regexp: *mut URegularExpression, callback: URegexFindProgressCallback, context: *const core::ffi::c_void, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_setFindProgressCallback(regexp : *mut URegularExpression, callback : URegexFindProgressCallback, context : *const core::ffi::c_void, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_setFindProgressCallback(regexp : *mut URegularExpression, callback : URegexFindProgressCallback, context : *const core::ffi::c_void, status : *mut UErrorCode)); uregex_setFindProgressCallback(regexp, callback, context, status) } #[inline] pub unsafe fn uregex_setMatchCallback(regexp: *mut URegularExpression, callback: URegexMatchCallback, context: *const core::ffi::c_void, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_setMatchCallback(regexp : *mut URegularExpression, callback : URegexMatchCallback, context : *const core::ffi::c_void, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_setMatchCallback(regexp : *mut URegularExpression, callback : URegexMatchCallback, context : *const core::ffi::c_void, status : *mut UErrorCode)); uregex_setMatchCallback(regexp, callback, context, status) } #[inline] pub unsafe fn uregex_setRegion(regexp: *mut URegularExpression, regionstart: i32, regionlimit: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_setRegion(regexp : *mut URegularExpression, regionstart : i32, regionlimit : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_setRegion(regexp : *mut URegularExpression, regionstart : i32, regionlimit : i32, status : *mut UErrorCode)); uregex_setRegion(regexp, regionstart, regionlimit, status) } #[inline] pub unsafe fn uregex_setRegion64(regexp: *mut URegularExpression, regionstart: i64, regionlimit: i64, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_setRegion64(regexp : *mut URegularExpression, regionstart : i64, regionlimit : i64, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_setRegion64(regexp : *mut URegularExpression, regionstart : i64, regionlimit : i64, status : *mut UErrorCode)); uregex_setRegion64(regexp, regionstart, regionlimit, status) } #[inline] pub unsafe fn uregex_setRegionAndStart(regexp: *mut URegularExpression, regionstart: i64, regionlimit: i64, startindex: i64, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_setRegionAndStart(regexp : *mut URegularExpression, regionstart : i64, regionlimit : i64, startindex : i64, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_setRegionAndStart(regexp : *mut URegularExpression, regionstart : i64, regionlimit : i64, startindex : i64, status : *mut UErrorCode)); uregex_setRegionAndStart(regexp, regionstart, regionlimit, startindex, status) } #[inline] pub unsafe fn uregex_setStackLimit(regexp: *mut URegularExpression, limit: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_setStackLimit(regexp : *mut URegularExpression, limit : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_setStackLimit(regexp : *mut URegularExpression, limit : i32, status : *mut UErrorCode)); uregex_setStackLimit(regexp, limit, status) } #[inline] pub unsafe fn uregex_setText(regexp: *mut URegularExpression, text: *const u16, textlength: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_setText(regexp : *mut URegularExpression, text : *const u16, textlength : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_setText(regexp : *mut URegularExpression, text : *const u16, textlength : i32, status : *mut UErrorCode)); uregex_setText(regexp, text, textlength, status) } #[inline] pub unsafe fn uregex_setTimeLimit(regexp: *mut URegularExpression, limit: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_setTimeLimit(regexp : *mut URegularExpression, limit : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_setTimeLimit(regexp : *mut URegularExpression, limit : i32, status : *mut UErrorCode)); uregex_setTimeLimit(regexp, limit, status) } #[inline] pub unsafe fn uregex_setUText(regexp: *mut URegularExpression, text: *mut UText, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_setUText(regexp : *mut URegularExpression, text : *mut UText, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_setUText(regexp : *mut URegularExpression, text : *mut UText, status : *mut UErrorCode)); uregex_setUText(regexp, text, status) } #[inline] pub unsafe fn uregex_split(regexp: *mut URegularExpression, destbuf: *mut u16, destcapacity: i32, requiredcapacity: *mut i32, destfields: *mut *mut u16, destfieldscapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_split(regexp : *mut URegularExpression, destbuf : *mut u16, destcapacity : i32, requiredcapacity : *mut i32, destfields : *mut *mut u16, destfieldscapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_split(regexp : *mut URegularExpression, destbuf : *mut u16, destcapacity : i32, requiredcapacity : *mut i32, destfields : *mut *mut u16, destfieldscapacity : i32, status : *mut UErrorCode) -> i32); uregex_split(regexp, destbuf, destcapacity, requiredcapacity, destfields, destfieldscapacity, status) } #[inline] pub unsafe fn uregex_splitUText(regexp: *mut URegularExpression, destfields: *mut *mut UText, destfieldscapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_splitUText(regexp : *mut URegularExpression, destfields : *mut *mut UText, destfieldscapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_splitUText(regexp : *mut URegularExpression, destfields : *mut *mut UText, destfieldscapacity : i32, status : *mut UErrorCode) -> i32); uregex_splitUText(regexp, destfields, destfieldscapacity, status) } #[inline] pub unsafe fn uregex_start(regexp: *mut URegularExpression, groupnum: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_start(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_start(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i32); uregex_start(regexp, groupnum, status) } #[inline] pub unsafe fn uregex_start64(regexp: *mut URegularExpression, groupnum: i32, status: *mut UErrorCode) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn uregex_start64(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i64); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_start64(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i64); uregex_start64(regexp, groupnum, status) } #[inline] pub unsafe fn uregex_useAnchoringBounds(regexp: *mut URegularExpression, b: i8, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_useAnchoringBounds(regexp : *mut URegularExpression, b : i8, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_useAnchoringBounds(regexp : *mut URegularExpression, b : i8, status : *mut UErrorCode)); uregex_useAnchoringBounds(regexp, b, status) } #[inline] pub unsafe fn uregex_useTransparentBounds(regexp: *mut URegularExpression, b: i8, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uregex_useTransparentBounds(regexp : *mut URegularExpression, b : i8, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uregex_useTransparentBounds(regexp : *mut URegularExpression, b : i8, status : *mut UErrorCode)); uregex_useTransparentBounds(regexp, b, status) } #[inline] pub unsafe fn uregion_areEqual(uregion: *const URegion, otherregion: *const URegion) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregion_areEqual(uregion : *const URegion, otherregion : *const URegion) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_areEqual(uregion : *const URegion, otherregion : *const URegion) -> i8); uregion_areEqual(uregion, otherregion) } #[inline] pub unsafe fn uregion_contains(uregion: *const URegion, otherregion: *const URegion) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uregion_contains(uregion : *const URegion, otherregion : *const URegion) -> i8); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_contains(uregion : *const URegion, otherregion : *const URegion) -> i8); uregion_contains(uregion, otherregion) } #[inline] pub unsafe fn uregion_getAvailable(r#type: URegionType, status: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getAvailable(r#type : URegionType, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getAvailable(r#type : URegionType, status : *mut UErrorCode) -> *mut UEnumeration); uregion_getAvailable(r#type, status) } #[inline] pub unsafe fn uregion_getContainedRegions(uregion: *const URegion, status: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainedRegions(uregion : *const URegion, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getContainedRegions(uregion : *const URegion, status : *mut UErrorCode) -> *mut UEnumeration); uregion_getContainedRegions(uregion, status) } #[inline] pub unsafe fn uregion_getContainedRegionsOfType(uregion: *const URegion, r#type: URegionType, status: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainedRegionsOfType(uregion : *const URegion, r#type : URegionType, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getContainedRegionsOfType(uregion : *const URegion, r#type : URegionType, status : *mut UErrorCode) -> *mut UEnumeration); uregion_getContainedRegionsOfType(uregion, r#type, status) } #[inline] pub unsafe fn uregion_getContainingRegion(uregion: *const URegion) -> *mut URegion { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainingRegion(uregion : *const URegion) -> *mut URegion); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getContainingRegion(uregion : *const URegion) -> *mut URegion); uregion_getContainingRegion(uregion) } #[inline] pub unsafe fn uregion_getContainingRegionOfType(uregion: *const URegion, r#type: URegionType) -> *mut URegion { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainingRegionOfType(uregion : *const URegion, r#type : URegionType) -> *mut URegion); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getContainingRegionOfType(uregion : *const URegion, r#type : URegionType) -> *mut URegion); uregion_getContainingRegionOfType(uregion, r#type) } #[inline] pub unsafe fn uregion_getNumericCode(uregion: *const URegion) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getNumericCode(uregion : *const URegion) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getNumericCode(uregion : *const URegion) -> i32); uregion_getNumericCode(uregion) } #[inline] pub unsafe fn uregion_getPreferredValues(uregion: *const URegion, status: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getPreferredValues(uregion : *const URegion, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getPreferredValues(uregion : *const URegion, status : *mut UErrorCode) -> *mut UEnumeration); uregion_getPreferredValues(uregion, status) } #[inline] pub unsafe fn uregion_getRegionCode(uregion: *const URegion) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getRegionCode(uregion : *const URegion) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getRegionCode(uregion : *const URegion) -> windows_core::PCSTR); uregion_getRegionCode(uregion) } #[inline] @@ -5885,22 +5885,22 @@ pub unsafe fn uregion_getRegionFromCode(regioncode: P0, status: *mut UErrorC where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getRegionFromCode(regioncode : windows_core::PCSTR, status : *mut UErrorCode) -> *mut URegion); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getRegionFromCode(regioncode : windows_core::PCSTR, status : *mut UErrorCode) -> *mut URegion); uregion_getRegionFromCode(regioncode.param().abi(), status) } #[inline] pub unsafe fn uregion_getRegionFromNumericCode(code: i32, status: *mut UErrorCode) -> *mut URegion { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getRegionFromNumericCode(code : i32, status : *mut UErrorCode) -> *mut URegion); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getRegionFromNumericCode(code : i32, status : *mut UErrorCode) -> *mut URegion); uregion_getRegionFromNumericCode(code, status) } #[inline] pub unsafe fn uregion_getType(uregion: *const URegion) -> URegionType { - windows_targets::link!("icu.dll" "cdecl" fn uregion_getType(uregion : *const URegion) -> URegionType); + windows_targets::link!("icuin.dll" "cdecl" fn uregion_getType(uregion : *const URegion) -> URegionType); uregion_getType(uregion) } #[inline] pub unsafe fn ureldatefmt_close(reldatefmt: *mut URelativeDateTimeFormatter) { - windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_close(reldatefmt : *mut URelativeDateTimeFormatter)); + windows_targets::link!("icuin.dll" "cdecl" fn ureldatefmt_close(reldatefmt : *mut URelativeDateTimeFormatter)); ureldatefmt_close(reldatefmt) } #[inline] @@ -5910,17 +5910,17 @@ pub unsafe fn ureldatefmt_closeResult(ufrdt: *mut UFormattedRelativeDateTime) { } #[inline] pub unsafe fn ureldatefmt_combineDateAndTime(reldatefmt: *const URelativeDateTimeFormatter, relativedatestring: *const u16, relativedatestringlen: i32, timestring: *const u16, timestringlen: i32, result: *mut u16, resultcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_combineDateAndTime(reldatefmt : *const URelativeDateTimeFormatter, relativedatestring : *const u16, relativedatestringlen : i32, timestring : *const u16, timestringlen : i32, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ureldatefmt_combineDateAndTime(reldatefmt : *const URelativeDateTimeFormatter, relativedatestring : *const u16, relativedatestringlen : i32, timestring : *const u16, timestringlen : i32, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); ureldatefmt_combineDateAndTime(reldatefmt, relativedatestring, relativedatestringlen, timestring, timestringlen, result, resultcapacity, status) } #[inline] pub unsafe fn ureldatefmt_format(reldatefmt: *const URelativeDateTimeFormatter, offset: f64, unit: URelativeDateTimeUnit, result: *mut u16, resultcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_format(reldatefmt : *const URelativeDateTimeFormatter, offset : f64, unit : URelativeDateTimeUnit, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ureldatefmt_format(reldatefmt : *const URelativeDateTimeFormatter, offset : f64, unit : URelativeDateTimeUnit, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); ureldatefmt_format(reldatefmt, offset, unit, result, resultcapacity, status) } #[inline] pub unsafe fn ureldatefmt_formatNumeric(reldatefmt: *const URelativeDateTimeFormatter, offset: f64, unit: URelativeDateTimeUnit, result: *mut u16, resultcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_formatNumeric(reldatefmt : *const URelativeDateTimeFormatter, offset : f64, unit : URelativeDateTimeUnit, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn ureldatefmt_formatNumeric(reldatefmt : *const URelativeDateTimeFormatter, offset : f64, unit : URelativeDateTimeUnit, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); ureldatefmt_formatNumeric(reldatefmt, offset, unit, result, resultcapacity, status) } #[inline] @@ -5938,7 +5938,7 @@ pub unsafe fn ureldatefmt_open(locale: P0, nftoadopt: *mut *mut core::ffi::c where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_open(locale : windows_core::PCSTR, nftoadopt : *mut *mut core::ffi::c_void, width : UDateRelativeDateTimeFormatterStyle, capitalizationcontext : UDisplayContext, status : *mut UErrorCode) -> *mut URelativeDateTimeFormatter); + windows_targets::link!("icuin.dll" "cdecl" fn ureldatefmt_open(locale : windows_core::PCSTR, nftoadopt : *mut *mut core::ffi::c_void, width : UDateRelativeDateTimeFormatterStyle, capitalizationcontext : UDisplayContext, status : *mut UErrorCode) -> *mut URelativeDateTimeFormatter); ureldatefmt_open(locale.param().abi(), nftoadopt, width, capitalizationcontext, status) } #[inline] @@ -5953,17 +5953,17 @@ pub unsafe fn ureldatefmt_resultAsValue(ufrdt: *const UFormattedRelativeDateTime } #[inline] pub unsafe fn ures_close(resourcebundle: *mut UResourceBundle) { - windows_targets::link!("icu.dll" "cdecl" fn ures_close(resourcebundle : *mut UResourceBundle)); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_close(resourcebundle : *mut UResourceBundle)); ures_close(resourcebundle) } #[inline] pub unsafe fn ures_getBinary(resourcebundle: *const UResourceBundle, len: *mut i32, status: *mut UErrorCode) -> *mut u8 { - windows_targets::link!("icu.dll" "cdecl" fn ures_getBinary(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut u8); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getBinary(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut u8); ures_getBinary(resourcebundle, len, status) } #[inline] pub unsafe fn ures_getByIndex(resourcebundle: *const UResourceBundle, indexr: i32, fillin: *mut UResourceBundle, status: *mut UErrorCode) -> *mut UResourceBundle { - windows_targets::link!("icu.dll" "cdecl" fn ures_getByIndex(resourcebundle : *const UResourceBundle, indexr : i32, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getByIndex(resourcebundle : *const UResourceBundle, indexr : i32, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); ures_getByIndex(resourcebundle, indexr, fillin, status) } #[inline] @@ -5971,52 +5971,52 @@ pub unsafe fn ures_getByKey(resourcebundle: *const UResourceBundle, key: P0, where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ures_getByKey(resourcebundle : *const UResourceBundle, key : windows_core::PCSTR, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getByKey(resourcebundle : *const UResourceBundle, key : windows_core::PCSTR, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); ures_getByKey(resourcebundle, key.param().abi(), fillin, status) } #[inline] pub unsafe fn ures_getInt(resourcebundle: *const UResourceBundle, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ures_getInt(resourcebundle : *const UResourceBundle, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getInt(resourcebundle : *const UResourceBundle, status : *mut UErrorCode) -> i32); ures_getInt(resourcebundle, status) } #[inline] pub unsafe fn ures_getIntVector(resourcebundle: *const UResourceBundle, len: *mut i32, status: *mut UErrorCode) -> *mut i32 { - windows_targets::link!("icu.dll" "cdecl" fn ures_getIntVector(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getIntVector(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut i32); ures_getIntVector(resourcebundle, len, status) } #[inline] pub unsafe fn ures_getKey(resourcebundle: *const UResourceBundle) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ures_getKey(resourcebundle : *const UResourceBundle) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getKey(resourcebundle : *const UResourceBundle) -> windows_core::PCSTR); ures_getKey(resourcebundle) } #[inline] pub unsafe fn ures_getLocaleByType(resourcebundle: *const UResourceBundle, r#type: ULocDataLocaleType, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn ures_getLocaleByType(resourcebundle : *const UResourceBundle, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getLocaleByType(resourcebundle : *const UResourceBundle, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_core::PCSTR); ures_getLocaleByType(resourcebundle, r#type, status) } #[inline] pub unsafe fn ures_getNextResource(resourcebundle: *mut UResourceBundle, fillin: *mut UResourceBundle, status: *mut UErrorCode) -> *mut UResourceBundle { - windows_targets::link!("icu.dll" "cdecl" fn ures_getNextResource(resourcebundle : *mut UResourceBundle, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getNextResource(resourcebundle : *mut UResourceBundle, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); ures_getNextResource(resourcebundle, fillin, status) } #[inline] pub unsafe fn ures_getNextString(resourcebundle: *mut UResourceBundle, len: *mut i32, key: *const *const i8, status: *mut UErrorCode) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn ures_getNextString(resourcebundle : *mut UResourceBundle, len : *mut i32, key : *const *const i8, status : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getNextString(resourcebundle : *mut UResourceBundle, len : *mut i32, key : *const *const i8, status : *mut UErrorCode) -> *mut u16); ures_getNextString(resourcebundle, len, key, status) } #[inline] pub unsafe fn ures_getSize(resourcebundle: *const UResourceBundle) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn ures_getSize(resourcebundle : *const UResourceBundle) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getSize(resourcebundle : *const UResourceBundle) -> i32); ures_getSize(resourcebundle) } #[inline] pub unsafe fn ures_getString(resourcebundle: *const UResourceBundle, len: *mut i32, status: *mut UErrorCode) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn ures_getString(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getString(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut u16); ures_getString(resourcebundle, len, status) } #[inline] pub unsafe fn ures_getStringByIndex(resourcebundle: *const UResourceBundle, indexs: i32, len: *mut i32, status: *mut UErrorCode) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn ures_getStringByIndex(resourcebundle : *const UResourceBundle, indexs : i32, len : *mut i32, status : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getStringByIndex(resourcebundle : *const UResourceBundle, indexs : i32, len : *mut i32, status : *mut UErrorCode) -> *mut u16); ures_getStringByIndex(resourcebundle, indexs, len, status) } #[inline] @@ -6024,17 +6024,17 @@ pub unsafe fn ures_getStringByKey(resb: *const UResourceBundle, key: P0, len where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ures_getStringByKey(resb : *const UResourceBundle, key : windows_core::PCSTR, len : *mut i32, status : *mut UErrorCode) -> *mut u16); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getStringByKey(resb : *const UResourceBundle, key : windows_core::PCSTR, len : *mut i32, status : *mut UErrorCode) -> *mut u16); ures_getStringByKey(resb, key.param().abi(), len, status) } #[inline] pub unsafe fn ures_getType(resourcebundle: *const UResourceBundle) -> UResType { - windows_targets::link!("icu.dll" "cdecl" fn ures_getType(resourcebundle : *const UResourceBundle) -> UResType); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getType(resourcebundle : *const UResourceBundle) -> UResType); ures_getType(resourcebundle) } #[inline] pub unsafe fn ures_getUInt(resourcebundle: *const UResourceBundle, status: *mut UErrorCode) -> u32 { - windows_targets::link!("icu.dll" "cdecl" fn ures_getUInt(resourcebundle : *const UResourceBundle, status : *mut UErrorCode) -> u32); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getUInt(resourcebundle : *const UResourceBundle, status : *mut UErrorCode) -> u32); ures_getUInt(resourcebundle, status) } #[inline] @@ -6042,7 +6042,7 @@ pub unsafe fn ures_getUTF8String(resb: *const UResourceBundle, dest: P0, len where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ures_getUTF8String(resb : *const UResourceBundle, dest : windows_core::PCSTR, length : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getUTF8String(resb : *const UResourceBundle, dest : windows_core::PCSTR, length : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_core::PCSTR); ures_getUTF8String(resb, dest.param().abi(), length, forcecopy, status) } #[inline] @@ -6050,7 +6050,7 @@ pub unsafe fn ures_getUTF8StringByIndex(resb: *const UResourceBundle, string where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ures_getUTF8StringByIndex(resb : *const UResourceBundle, stringindex : i32, dest : windows_core::PCSTR, plength : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getUTF8StringByIndex(resb : *const UResourceBundle, stringindex : i32, dest : windows_core::PCSTR, plength : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_core::PCSTR); ures_getUTF8StringByIndex(resb, stringindex, dest.param().abi(), plength, forcecopy, status) } #[inline] @@ -6059,17 +6059,17 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ures_getUTF8StringByKey(resb : *const UResourceBundle, key : windows_core::PCSTR, dest : windows_core::PCSTR, plength : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getUTF8StringByKey(resb : *const UResourceBundle, key : windows_core::PCSTR, dest : windows_core::PCSTR, plength : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_core::PCSTR); ures_getUTF8StringByKey(resb, key.param().abi(), dest.param().abi(), plength, forcecopy, status) } #[inline] pub unsafe fn ures_getVersion(resb: *const UResourceBundle, versioninfo: *mut u8) { - windows_targets::link!("icu.dll" "cdecl" fn ures_getVersion(resb : *const UResourceBundle, versioninfo : *mut u8)); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_getVersion(resb : *const UResourceBundle, versioninfo : *mut u8)); ures_getVersion(resb, versioninfo) } #[inline] pub unsafe fn ures_hasNext(resourcebundle: *const UResourceBundle) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn ures_hasNext(resourcebundle : *const UResourceBundle) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_hasNext(resourcebundle : *const UResourceBundle) -> i8); ures_hasNext(resourcebundle) } #[inline] @@ -6078,7 +6078,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ures_open(packagename : windows_core::PCSTR, locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_open(packagename : windows_core::PCSTR, locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); ures_open(packagename.param().abi(), locale.param().abi(), status) } #[inline] @@ -6086,7 +6086,7 @@ pub unsafe fn ures_openAvailableLocales(packagename: P0, status: *mut UError where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ures_openAvailableLocales(packagename : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_openAvailableLocales(packagename : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); ures_openAvailableLocales(packagename.param().abi(), status) } #[inline] @@ -6095,7 +6095,7 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ures_openDirect(packagename : windows_core::PCSTR, locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_openDirect(packagename : windows_core::PCSTR, locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); ures_openDirect(packagename.param().abi(), locale.param().abi(), status) } #[inline] @@ -6103,17 +6103,17 @@ pub unsafe fn ures_openU(packagename: *const u16, locale: P0, status: *mut U where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn ures_openU(packagename : *const u16, locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_openU(packagename : *const u16, locale : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); ures_openU(packagename, locale.param().abi(), status) } #[inline] pub unsafe fn ures_resetIterator(resourcebundle: *mut UResourceBundle) { - windows_targets::link!("icu.dll" "cdecl" fn ures_resetIterator(resourcebundle : *mut UResourceBundle)); + windows_targets::link!("icuuc.dll" "cdecl" fn ures_resetIterator(resourcebundle : *mut UResourceBundle)); ures_resetIterator(resourcebundle) } #[inline] pub unsafe fn uscript_breaksBetweenLetters(script: UScriptCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uscript_breaksBetweenLetters(script : UScriptCode) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_breaksBetweenLetters(script : UScriptCode) -> i8); uscript_breaksBetweenLetters(script) } #[inline] @@ -6121,122 +6121,122 @@ pub unsafe fn uscript_getCode(nameorabbrorlocale: P0, fillin: *mut UScriptCo where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uscript_getCode(nameorabbrorlocale : windows_core::PCSTR, fillin : *mut UScriptCode, capacity : i32, err : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getCode(nameorabbrorlocale : windows_core::PCSTR, fillin : *mut UScriptCode, capacity : i32, err : *mut UErrorCode) -> i32); uscript_getCode(nameorabbrorlocale.param().abi(), fillin, capacity, err) } #[inline] pub unsafe fn uscript_getName(scriptcode: UScriptCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn uscript_getName(scriptcode : UScriptCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getName(scriptcode : UScriptCode) -> windows_core::PCSTR); uscript_getName(scriptcode) } #[inline] pub unsafe fn uscript_getSampleString(script: UScriptCode, dest: *mut u16, capacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uscript_getSampleString(script : UScriptCode, dest : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getSampleString(script : UScriptCode, dest : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); uscript_getSampleString(script, dest, capacity, perrorcode) } #[inline] pub unsafe fn uscript_getScript(codepoint: i32, err: *mut UErrorCode) -> UScriptCode { - windows_targets::link!("icu.dll" "cdecl" fn uscript_getScript(codepoint : i32, err : *mut UErrorCode) -> UScriptCode); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getScript(codepoint : i32, err : *mut UErrorCode) -> UScriptCode); uscript_getScript(codepoint, err) } #[inline] pub unsafe fn uscript_getScriptExtensions(c: i32, scripts: *mut UScriptCode, capacity: i32, errorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uscript_getScriptExtensions(c : i32, scripts : *mut UScriptCode, capacity : i32, errorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getScriptExtensions(c : i32, scripts : *mut UScriptCode, capacity : i32, errorcode : *mut UErrorCode) -> i32); uscript_getScriptExtensions(c, scripts, capacity, errorcode) } #[inline] pub unsafe fn uscript_getShortName(scriptcode: UScriptCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn uscript_getShortName(scriptcode : UScriptCode) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getShortName(scriptcode : UScriptCode) -> windows_core::PCSTR); uscript_getShortName(scriptcode) } #[inline] pub unsafe fn uscript_getUsage(script: UScriptCode) -> UScriptUsage { - windows_targets::link!("icu.dll" "cdecl" fn uscript_getUsage(script : UScriptCode) -> UScriptUsage); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_getUsage(script : UScriptCode) -> UScriptUsage); uscript_getUsage(script) } #[inline] pub unsafe fn uscript_hasScript(c: i32, sc: UScriptCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uscript_hasScript(c : i32, sc : UScriptCode) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_hasScript(c : i32, sc : UScriptCode) -> i8); uscript_hasScript(c, sc) } #[inline] pub unsafe fn uscript_isCased(script: UScriptCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uscript_isCased(script : UScriptCode) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_isCased(script : UScriptCode) -> i8); uscript_isCased(script) } #[inline] pub unsafe fn uscript_isRightToLeft(script: UScriptCode) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uscript_isRightToLeft(script : UScriptCode) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uscript_isRightToLeft(script : UScriptCode) -> i8); uscript_isRightToLeft(script) } #[inline] pub unsafe fn usearch_close(searchiter: *mut UStringSearch) { - windows_targets::link!("icu.dll" "cdecl" fn usearch_close(searchiter : *mut UStringSearch)); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_close(searchiter : *mut UStringSearch)); usearch_close(searchiter) } #[inline] pub unsafe fn usearch_first(strsrch: *mut UStringSearch, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_first(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_first(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); usearch_first(strsrch, status) } #[inline] pub unsafe fn usearch_following(strsrch: *mut UStringSearch, position: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_following(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_following(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode) -> i32); usearch_following(strsrch, position, status) } #[inline] pub unsafe fn usearch_getAttribute(strsrch: *const UStringSearch, attribute: USearchAttribute) -> USearchAttributeValue { - windows_targets::link!("icu.dll" "cdecl" fn usearch_getAttribute(strsrch : *const UStringSearch, attribute : USearchAttribute) -> USearchAttributeValue); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_getAttribute(strsrch : *const UStringSearch, attribute : USearchAttribute) -> USearchAttributeValue); usearch_getAttribute(strsrch, attribute) } #[inline] pub unsafe fn usearch_getBreakIterator(strsrch: *const UStringSearch) -> *mut UBreakIterator { - windows_targets::link!("icu.dll" "cdecl" fn usearch_getBreakIterator(strsrch : *const UStringSearch) -> *mut UBreakIterator); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_getBreakIterator(strsrch : *const UStringSearch) -> *mut UBreakIterator); usearch_getBreakIterator(strsrch) } #[inline] pub unsafe fn usearch_getCollator(strsrch: *const UStringSearch) -> *mut UCollator { - windows_targets::link!("icu.dll" "cdecl" fn usearch_getCollator(strsrch : *const UStringSearch) -> *mut UCollator); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_getCollator(strsrch : *const UStringSearch) -> *mut UCollator); usearch_getCollator(strsrch) } #[inline] pub unsafe fn usearch_getMatchedLength(strsrch: *const UStringSearch) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_getMatchedLength(strsrch : *const UStringSearch) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_getMatchedLength(strsrch : *const UStringSearch) -> i32); usearch_getMatchedLength(strsrch) } #[inline] pub unsafe fn usearch_getMatchedStart(strsrch: *const UStringSearch) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_getMatchedStart(strsrch : *const UStringSearch) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_getMatchedStart(strsrch : *const UStringSearch) -> i32); usearch_getMatchedStart(strsrch) } #[inline] pub unsafe fn usearch_getMatchedText(strsrch: *const UStringSearch, result: *mut u16, resultcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_getMatchedText(strsrch : *const UStringSearch, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_getMatchedText(strsrch : *const UStringSearch, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); usearch_getMatchedText(strsrch, result, resultcapacity, status) } #[inline] pub unsafe fn usearch_getOffset(strsrch: *const UStringSearch) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_getOffset(strsrch : *const UStringSearch) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_getOffset(strsrch : *const UStringSearch) -> i32); usearch_getOffset(strsrch) } #[inline] pub unsafe fn usearch_getPattern(strsrch: *const UStringSearch, length: *mut i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_getPattern(strsrch : *const UStringSearch, length : *mut i32) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_getPattern(strsrch : *const UStringSearch, length : *mut i32) -> *mut u16); usearch_getPattern(strsrch, length) } #[inline] pub unsafe fn usearch_getText(strsrch: *const UStringSearch, length: *mut i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_getText(strsrch : *const UStringSearch, length : *mut i32) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_getText(strsrch : *const UStringSearch, length : *mut i32) -> *mut u16); usearch_getText(strsrch, length) } #[inline] pub unsafe fn usearch_last(strsrch: *mut UStringSearch, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_last(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_last(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); usearch_last(strsrch, status) } #[inline] pub unsafe fn usearch_next(strsrch: *mut UStringSearch, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_next(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_next(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); usearch_next(strsrch, status) } #[inline] @@ -6244,322 +6244,322 @@ pub unsafe fn usearch_open(pattern: *const u16, patternlength: i32, text: *c where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn usearch_open(pattern : *const u16, patternlength : i32, text : *const u16, textlength : i32, locale : windows_core::PCSTR, breakiter : *mut UBreakIterator, status : *mut UErrorCode) -> *mut UStringSearch); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_open(pattern : *const u16, patternlength : i32, text : *const u16, textlength : i32, locale : windows_core::PCSTR, breakiter : *mut UBreakIterator, status : *mut UErrorCode) -> *mut UStringSearch); usearch_open(pattern, patternlength, text, textlength, locale.param().abi(), breakiter, status) } #[inline] pub unsafe fn usearch_openFromCollator(pattern: *const u16, patternlength: i32, text: *const u16, textlength: i32, collator: *const UCollator, breakiter: *mut UBreakIterator, status: *mut UErrorCode) -> *mut UStringSearch { - windows_targets::link!("icu.dll" "cdecl" fn usearch_openFromCollator(pattern : *const u16, patternlength : i32, text : *const u16, textlength : i32, collator : *const UCollator, breakiter : *mut UBreakIterator, status : *mut UErrorCode) -> *mut UStringSearch); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_openFromCollator(pattern : *const u16, patternlength : i32, text : *const u16, textlength : i32, collator : *const UCollator, breakiter : *mut UBreakIterator, status : *mut UErrorCode) -> *mut UStringSearch); usearch_openFromCollator(pattern, patternlength, text, textlength, collator, breakiter, status) } #[inline] pub unsafe fn usearch_preceding(strsrch: *mut UStringSearch, position: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_preceding(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_preceding(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode) -> i32); usearch_preceding(strsrch, position, status) } #[inline] pub unsafe fn usearch_previous(strsrch: *mut UStringSearch, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usearch_previous(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_previous(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); usearch_previous(strsrch, status) } #[inline] pub unsafe fn usearch_reset(strsrch: *mut UStringSearch) { - windows_targets::link!("icu.dll" "cdecl" fn usearch_reset(strsrch : *mut UStringSearch)); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_reset(strsrch : *mut UStringSearch)); usearch_reset(strsrch) } #[inline] pub unsafe fn usearch_setAttribute(strsrch: *mut UStringSearch, attribute: USearchAttribute, value: USearchAttributeValue, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn usearch_setAttribute(strsrch : *mut UStringSearch, attribute : USearchAttribute, value : USearchAttributeValue, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_setAttribute(strsrch : *mut UStringSearch, attribute : USearchAttribute, value : USearchAttributeValue, status : *mut UErrorCode)); usearch_setAttribute(strsrch, attribute, value, status) } #[inline] pub unsafe fn usearch_setBreakIterator(strsrch: *mut UStringSearch, breakiter: *mut UBreakIterator, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn usearch_setBreakIterator(strsrch : *mut UStringSearch, breakiter : *mut UBreakIterator, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_setBreakIterator(strsrch : *mut UStringSearch, breakiter : *mut UBreakIterator, status : *mut UErrorCode)); usearch_setBreakIterator(strsrch, breakiter, status) } #[inline] pub unsafe fn usearch_setCollator(strsrch: *mut UStringSearch, collator: *const UCollator, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn usearch_setCollator(strsrch : *mut UStringSearch, collator : *const UCollator, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_setCollator(strsrch : *mut UStringSearch, collator : *const UCollator, status : *mut UErrorCode)); usearch_setCollator(strsrch, collator, status) } #[inline] pub unsafe fn usearch_setOffset(strsrch: *mut UStringSearch, position: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn usearch_setOffset(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_setOffset(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode)); usearch_setOffset(strsrch, position, status) } #[inline] pub unsafe fn usearch_setPattern(strsrch: *mut UStringSearch, pattern: *const u16, patternlength: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn usearch_setPattern(strsrch : *mut UStringSearch, pattern : *const u16, patternlength : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_setPattern(strsrch : *mut UStringSearch, pattern : *const u16, patternlength : i32, status : *mut UErrorCode)); usearch_setPattern(strsrch, pattern, patternlength, status) } #[inline] pub unsafe fn usearch_setText(strsrch: *mut UStringSearch, text: *const u16, textlength: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn usearch_setText(strsrch : *mut UStringSearch, text : *const u16, textlength : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn usearch_setText(strsrch : *mut UStringSearch, text : *const u16, textlength : i32, status : *mut UErrorCode)); usearch_setText(strsrch, text, textlength, status) } #[inline] pub unsafe fn uset_add(set: *mut USet, c: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_add(set : *mut USet, c : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_add(set : *mut USet, c : i32)); uset_add(set, c) } #[inline] pub unsafe fn uset_addAll(set: *mut USet, additionalset: *const USet) { - windows_targets::link!("icu.dll" "cdecl" fn uset_addAll(set : *mut USet, additionalset : *const USet)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_addAll(set : *mut USet, additionalset : *const USet)); uset_addAll(set, additionalset) } #[inline] pub unsafe fn uset_addAllCodePoints(set: *mut USet, str: *const u16, strlen: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_addAllCodePoints(set : *mut USet, str : *const u16, strlen : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_addAllCodePoints(set : *mut USet, str : *const u16, strlen : i32)); uset_addAllCodePoints(set, str, strlen) } #[inline] pub unsafe fn uset_addRange(set: *mut USet, start: i32, end: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_addRange(set : *mut USet, start : i32, end : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_addRange(set : *mut USet, start : i32, end : i32)); uset_addRange(set, start, end) } #[inline] pub unsafe fn uset_addString(set: *mut USet, str: *const u16, strlen: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_addString(set : *mut USet, str : *const u16, strlen : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_addString(set : *mut USet, str : *const u16, strlen : i32)); uset_addString(set, str, strlen) } #[inline] pub unsafe fn uset_applyIntPropertyValue(set: *mut USet, prop: UProperty, value: i32, ec: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uset_applyIntPropertyValue(set : *mut USet, prop : UProperty, value : i32, ec : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_applyIntPropertyValue(set : *mut USet, prop : UProperty, value : i32, ec : *mut UErrorCode)); uset_applyIntPropertyValue(set, prop, value, ec) } #[inline] pub unsafe fn uset_applyPattern(set: *mut USet, pattern: *const u16, patternlength: i32, options: u32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_applyPattern(set : *mut USet, pattern : *const u16, patternlength : i32, options : u32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_applyPattern(set : *mut USet, pattern : *const u16, patternlength : i32, options : u32, status : *mut UErrorCode) -> i32); uset_applyPattern(set, pattern, patternlength, options, status) } #[inline] pub unsafe fn uset_applyPropertyAlias(set: *mut USet, prop: *const u16, proplength: i32, value: *const u16, valuelength: i32, ec: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uset_applyPropertyAlias(set : *mut USet, prop : *const u16, proplength : i32, value : *const u16, valuelength : i32, ec : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_applyPropertyAlias(set : *mut USet, prop : *const u16, proplength : i32, value : *const u16, valuelength : i32, ec : *mut UErrorCode)); uset_applyPropertyAlias(set, prop, proplength, value, valuelength, ec) } #[inline] pub unsafe fn uset_charAt(set: *const USet, charindex: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_charAt(set : *const USet, charindex : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_charAt(set : *const USet, charindex : i32) -> i32); uset_charAt(set, charindex) } #[inline] pub unsafe fn uset_clear(set: *mut USet) { - windows_targets::link!("icu.dll" "cdecl" fn uset_clear(set : *mut USet)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_clear(set : *mut USet)); uset_clear(set) } #[inline] pub unsafe fn uset_clone(set: *const USet) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn uset_clone(set : *const USet) -> *mut USet); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_clone(set : *const USet) -> *mut USet); uset_clone(set) } #[inline] pub unsafe fn uset_cloneAsThawed(set: *const USet) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn uset_cloneAsThawed(set : *const USet) -> *mut USet); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_cloneAsThawed(set : *const USet) -> *mut USet); uset_cloneAsThawed(set) } #[inline] pub unsafe fn uset_close(set: *mut USet) { - windows_targets::link!("icu.dll" "cdecl" fn uset_close(set : *mut USet)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_close(set : *mut USet)); uset_close(set) } #[inline] pub unsafe fn uset_closeOver(set: *mut USet, attributes: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_closeOver(set : *mut USet, attributes : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_closeOver(set : *mut USet, attributes : i32)); uset_closeOver(set, attributes) } #[inline] pub unsafe fn uset_compact(set: *mut USet) { - windows_targets::link!("icu.dll" "cdecl" fn uset_compact(set : *mut USet)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_compact(set : *mut USet)); uset_compact(set) } #[inline] pub unsafe fn uset_complement(set: *mut USet) { - windows_targets::link!("icu.dll" "cdecl" fn uset_complement(set : *mut USet)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_complement(set : *mut USet)); uset_complement(set) } #[inline] pub unsafe fn uset_complementAll(set: *mut USet, complement: *const USet) { - windows_targets::link!("icu.dll" "cdecl" fn uset_complementAll(set : *mut USet, complement : *const USet)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_complementAll(set : *mut USet, complement : *const USet)); uset_complementAll(set, complement) } #[inline] pub unsafe fn uset_contains(set: *const USet, c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_contains(set : *const USet, c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_contains(set : *const USet, c : i32) -> i8); uset_contains(set, c) } #[inline] pub unsafe fn uset_containsAll(set1: *const USet, set2: *const USet) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_containsAll(set1 : *const USet, set2 : *const USet) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsAll(set1 : *const USet, set2 : *const USet) -> i8); uset_containsAll(set1, set2) } #[inline] pub unsafe fn uset_containsAllCodePoints(set: *const USet, str: *const u16, strlen: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_containsAllCodePoints(set : *const USet, str : *const u16, strlen : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsAllCodePoints(set : *const USet, str : *const u16, strlen : i32) -> i8); uset_containsAllCodePoints(set, str, strlen) } #[inline] pub unsafe fn uset_containsNone(set1: *const USet, set2: *const USet) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_containsNone(set1 : *const USet, set2 : *const USet) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsNone(set1 : *const USet, set2 : *const USet) -> i8); uset_containsNone(set1, set2) } #[inline] pub unsafe fn uset_containsRange(set: *const USet, start: i32, end: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_containsRange(set : *const USet, start : i32, end : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsRange(set : *const USet, start : i32, end : i32) -> i8); uset_containsRange(set, start, end) } #[inline] pub unsafe fn uset_containsSome(set1: *const USet, set2: *const USet) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_containsSome(set1 : *const USet, set2 : *const USet) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsSome(set1 : *const USet, set2 : *const USet) -> i8); uset_containsSome(set1, set2) } #[inline] pub unsafe fn uset_containsString(set: *const USet, str: *const u16, strlen: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_containsString(set : *const USet, str : *const u16, strlen : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_containsString(set : *const USet, str : *const u16, strlen : i32) -> i8); uset_containsString(set, str, strlen) } #[inline] pub unsafe fn uset_equals(set1: *const USet, set2: *const USet) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_equals(set1 : *const USet, set2 : *const USet) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_equals(set1 : *const USet, set2 : *const USet) -> i8); uset_equals(set1, set2) } #[inline] pub unsafe fn uset_freeze(set: *mut USet) { - windows_targets::link!("icu.dll" "cdecl" fn uset_freeze(set : *mut USet)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_freeze(set : *mut USet)); uset_freeze(set) } #[inline] pub unsafe fn uset_getItem(set: *const USet, itemindex: i32, start: *mut i32, end: *mut i32, str: *mut u16, strcapacity: i32, ec: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_getItem(set : *const USet, itemindex : i32, start : *mut i32, end : *mut i32, str : *mut u16, strcapacity : i32, ec : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_getItem(set : *const USet, itemindex : i32, start : *mut i32, end : *mut i32, str : *mut u16, strcapacity : i32, ec : *mut UErrorCode) -> i32); uset_getItem(set, itemindex, start, end, str, strcapacity, ec) } #[inline] pub unsafe fn uset_getItemCount(set: *const USet) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_getItemCount(set : *const USet) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_getItemCount(set : *const USet) -> i32); uset_getItemCount(set) } #[inline] pub unsafe fn uset_getSerializedRange(set: *const USerializedSet, rangeindex: i32, pstart: *mut i32, pend: *mut i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_getSerializedRange(set : *const USerializedSet, rangeindex : i32, pstart : *mut i32, pend : *mut i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_getSerializedRange(set : *const USerializedSet, rangeindex : i32, pstart : *mut i32, pend : *mut i32) -> i8); uset_getSerializedRange(set, rangeindex, pstart, pend) } #[inline] pub unsafe fn uset_getSerializedRangeCount(set: *const USerializedSet) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_getSerializedRangeCount(set : *const USerializedSet) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_getSerializedRangeCount(set : *const USerializedSet) -> i32); uset_getSerializedRangeCount(set) } #[inline] pub unsafe fn uset_getSerializedSet(fillset: *mut USerializedSet, src: *const u16, srclength: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_getSerializedSet(fillset : *mut USerializedSet, src : *const u16, srclength : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_getSerializedSet(fillset : *mut USerializedSet, src : *const u16, srclength : i32) -> i8); uset_getSerializedSet(fillset, src, srclength) } #[inline] pub unsafe fn uset_indexOf(set: *const USet, c: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_indexOf(set : *const USet, c : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_indexOf(set : *const USet, c : i32) -> i32); uset_indexOf(set, c) } #[inline] pub unsafe fn uset_isEmpty(set: *const USet) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_isEmpty(set : *const USet) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_isEmpty(set : *const USet) -> i8); uset_isEmpty(set) } #[inline] pub unsafe fn uset_isFrozen(set: *const USet) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_isFrozen(set : *const USet) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_isFrozen(set : *const USet) -> i8); uset_isFrozen(set) } #[inline] pub unsafe fn uset_open(start: i32, end: i32) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn uset_open(start : i32, end : i32) -> *mut USet); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_open(start : i32, end : i32) -> *mut USet); uset_open(start, end) } #[inline] pub unsafe fn uset_openEmpty() -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn uset_openEmpty() -> *mut USet); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_openEmpty() -> *mut USet); uset_openEmpty() } #[inline] pub unsafe fn uset_openPattern(pattern: *const u16, patternlength: i32, ec: *mut UErrorCode) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn uset_openPattern(pattern : *const u16, patternlength : i32, ec : *mut UErrorCode) -> *mut USet); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_openPattern(pattern : *const u16, patternlength : i32, ec : *mut UErrorCode) -> *mut USet); uset_openPattern(pattern, patternlength, ec) } #[inline] pub unsafe fn uset_openPatternOptions(pattern: *const u16, patternlength: i32, options: u32, ec: *mut UErrorCode) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn uset_openPatternOptions(pattern : *const u16, patternlength : i32, options : u32, ec : *mut UErrorCode) -> *mut USet); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_openPatternOptions(pattern : *const u16, patternlength : i32, options : u32, ec : *mut UErrorCode) -> *mut USet); uset_openPatternOptions(pattern, patternlength, options, ec) } #[inline] pub unsafe fn uset_remove(set: *mut USet, c: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_remove(set : *mut USet, c : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_remove(set : *mut USet, c : i32)); uset_remove(set, c) } #[inline] pub unsafe fn uset_removeAll(set: *mut USet, removeset: *const USet) { - windows_targets::link!("icu.dll" "cdecl" fn uset_removeAll(set : *mut USet, removeset : *const USet)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_removeAll(set : *mut USet, removeset : *const USet)); uset_removeAll(set, removeset) } #[inline] pub unsafe fn uset_removeAllStrings(set: *mut USet) { - windows_targets::link!("icu.dll" "cdecl" fn uset_removeAllStrings(set : *mut USet)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_removeAllStrings(set : *mut USet)); uset_removeAllStrings(set) } #[inline] pub unsafe fn uset_removeRange(set: *mut USet, start: i32, end: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_removeRange(set : *mut USet, start : i32, end : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_removeRange(set : *mut USet, start : i32, end : i32)); uset_removeRange(set, start, end) } #[inline] pub unsafe fn uset_removeString(set: *mut USet, str: *const u16, strlen: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_removeString(set : *mut USet, str : *const u16, strlen : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_removeString(set : *mut USet, str : *const u16, strlen : i32)); uset_removeString(set, str, strlen) } #[inline] pub unsafe fn uset_resemblesPattern(pattern: *const u16, patternlength: i32, pos: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_resemblesPattern(pattern : *const u16, patternlength : i32, pos : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_resemblesPattern(pattern : *const u16, patternlength : i32, pos : i32) -> i8); uset_resemblesPattern(pattern, patternlength, pos) } #[inline] pub unsafe fn uset_retain(set: *mut USet, start: i32, end: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_retain(set : *mut USet, start : i32, end : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_retain(set : *mut USet, start : i32, end : i32)); uset_retain(set, start, end) } #[inline] pub unsafe fn uset_retainAll(set: *mut USet, retain: *const USet) { - windows_targets::link!("icu.dll" "cdecl" fn uset_retainAll(set : *mut USet, retain : *const USet)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_retainAll(set : *mut USet, retain : *const USet)); uset_retainAll(set, retain) } #[inline] pub unsafe fn uset_serialize(set: *const USet, dest: *mut u16, destcapacity: i32, perrorcode: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_serialize(set : *const USet, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_serialize(set : *const USet, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); uset_serialize(set, dest, destcapacity, perrorcode) } #[inline] pub unsafe fn uset_serializedContains(set: *const USerializedSet, c: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn uset_serializedContains(set : *const USerializedSet, c : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_serializedContains(set : *const USerializedSet, c : i32) -> i8); uset_serializedContains(set, c) } #[inline] pub unsafe fn uset_set(set: *mut USet, start: i32, end: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_set(set : *mut USet, start : i32, end : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_set(set : *mut USet, start : i32, end : i32)); uset_set(set, start, end) } #[inline] pub unsafe fn uset_setSerializedToOne(fillset: *mut USerializedSet, c: i32) { - windows_targets::link!("icu.dll" "cdecl" fn uset_setSerializedToOne(fillset : *mut USerializedSet, c : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_setSerializedToOne(fillset : *mut USerializedSet, c : i32)); uset_setSerializedToOne(fillset, c) } #[inline] pub unsafe fn uset_size(set: *const USet) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_size(set : *const USet) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_size(set : *const USet) -> i32); uset_size(set) } #[inline] pub unsafe fn uset_span(set: *const USet, s: *const u16, length: i32, spancondition: USetSpanCondition) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_span(set : *const USet, s : *const u16, length : i32, spancondition : USetSpanCondition) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_span(set : *const USet, s : *const u16, length : i32, spancondition : USetSpanCondition) -> i32); uset_span(set, s, length, spancondition) } #[inline] pub unsafe fn uset_spanBack(set: *const USet, s: *const u16, length: i32, spancondition: USetSpanCondition) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_spanBack(set : *const USet, s : *const u16, length : i32, spancondition : USetSpanCondition) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_spanBack(set : *const USet, s : *const u16, length : i32, spancondition : USetSpanCondition) -> i32); uset_spanBack(set, s, length, spancondition) } #[inline] @@ -6567,7 +6567,7 @@ pub unsafe fn uset_spanBackUTF8(set: *const USet, s: P0, length: i32, spanco where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uset_spanBackUTF8(set : *const USet, s : windows_core::PCSTR, length : i32, spancondition : USetSpanCondition) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_spanBackUTF8(set : *const USet, s : windows_core::PCSTR, length : i32, spancondition : USetSpanCondition) -> i32); uset_spanBackUTF8(set, s.param().abi(), length, spancondition) } #[inline] @@ -6575,17 +6575,17 @@ pub unsafe fn uset_spanUTF8(set: *const USet, s: P0, length: i32, spancondit where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uset_spanUTF8(set : *const USet, s : windows_core::PCSTR, length : i32, spancondition : USetSpanCondition) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_spanUTF8(set : *const USet, s : windows_core::PCSTR, length : i32, spancondition : USetSpanCondition) -> i32); uset_spanUTF8(set, s.param().abi(), length, spancondition) } #[inline] pub unsafe fn uset_toPattern(set: *const USet, result: *mut u16, resultcapacity: i32, escapeunprintable: i8, ec: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uset_toPattern(set : *const USet, result : *mut u16, resultcapacity : i32, escapeunprintable : i8, ec : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn uset_toPattern(set : *const USet, result : *mut u16, resultcapacity : i32, escapeunprintable : i8, ec : *mut UErrorCode) -> i32); uset_toPattern(set, result, resultcapacity, escapeunprintable, ec) } #[inline] pub unsafe fn uspoof_areConfusable(sc: *const USpoofChecker, id1: *const u16, length1: i32, id2: *const u16, length2: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_areConfusable(sc : *const USpoofChecker, id1 : *const u16, length1 : i32, id2 : *const u16, length2 : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_areConfusable(sc : *const USpoofChecker, id1 : *const u16, length1 : i32, id2 : *const u16, length2 : i32, status : *mut UErrorCode) -> i32); uspoof_areConfusable(sc, id1, length1, id2, length2, status) } #[inline] @@ -6594,17 +6594,17 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_areConfusableUTF8(sc : *const USpoofChecker, id1 : windows_core::PCSTR, length1 : i32, id2 : windows_core::PCSTR, length2 : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_areConfusableUTF8(sc : *const USpoofChecker, id1 : windows_core::PCSTR, length1 : i32, id2 : windows_core::PCSTR, length2 : i32, status : *mut UErrorCode) -> i32); uspoof_areConfusableUTF8(sc, id1.param().abi(), length1, id2.param().abi(), length2, status) } #[inline] pub unsafe fn uspoof_check(sc: *const USpoofChecker, id: *const u16, length: i32, position: *mut i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_check(sc : *const USpoofChecker, id : *const u16, length : i32, position : *mut i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_check(sc : *const USpoofChecker, id : *const u16, length : i32, position : *mut i32, status : *mut UErrorCode) -> i32); uspoof_check(sc, id, length, position, status) } #[inline] pub unsafe fn uspoof_check2(sc: *const USpoofChecker, id: *const u16, length: i32, checkresult: *mut USpoofCheckResult, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_check2(sc : *const USpoofChecker, id : *const u16, length : i32, checkresult : *mut USpoofCheckResult, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_check2(sc : *const USpoofChecker, id : *const u16, length : i32, checkresult : *mut USpoofCheckResult, status : *mut UErrorCode) -> i32); uspoof_check2(sc, id, length, checkresult, status) } #[inline] @@ -6612,7 +6612,7 @@ pub unsafe fn uspoof_check2UTF8(sc: *const USpoofChecker, id: P0, length: i3 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_check2UTF8(sc : *const USpoofChecker, id : windows_core::PCSTR, length : i32, checkresult : *mut USpoofCheckResult, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_check2UTF8(sc : *const USpoofChecker, id : windows_core::PCSTR, length : i32, checkresult : *mut USpoofCheckResult, status : *mut UErrorCode) -> i32); uspoof_check2UTF8(sc, id.param().abi(), length, checkresult, status) } #[inline] @@ -6620,72 +6620,72 @@ pub unsafe fn uspoof_checkUTF8(sc: *const USpoofChecker, id: P0, length: i32 where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_checkUTF8(sc : *const USpoofChecker, id : windows_core::PCSTR, length : i32, position : *mut i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_checkUTF8(sc : *const USpoofChecker, id : windows_core::PCSTR, length : i32, position : *mut i32, status : *mut UErrorCode) -> i32); uspoof_checkUTF8(sc, id.param().abi(), length, position, status) } #[inline] pub unsafe fn uspoof_clone(sc: *const USpoofChecker, status: *mut UErrorCode) -> *mut USpoofChecker { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_clone(sc : *const USpoofChecker, status : *mut UErrorCode) -> *mut USpoofChecker); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_clone(sc : *const USpoofChecker, status : *mut UErrorCode) -> *mut USpoofChecker); uspoof_clone(sc, status) } #[inline] pub unsafe fn uspoof_close(sc: *mut USpoofChecker) { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_close(sc : *mut USpoofChecker)); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_close(sc : *mut USpoofChecker)); uspoof_close(sc) } #[inline] pub unsafe fn uspoof_closeCheckResult(checkresult: *mut USpoofCheckResult) { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_closeCheckResult(checkresult : *mut USpoofCheckResult)); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_closeCheckResult(checkresult : *mut USpoofCheckResult)); uspoof_closeCheckResult(checkresult) } #[inline] pub unsafe fn uspoof_getAllowedChars(sc: *const USpoofChecker, status: *mut UErrorCode) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getAllowedChars(sc : *const USpoofChecker, status : *mut UErrorCode) -> *mut USet); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getAllowedChars(sc : *const USpoofChecker, status : *mut UErrorCode) -> *mut USet); uspoof_getAllowedChars(sc, status) } #[inline] pub unsafe fn uspoof_getAllowedLocales(sc: *mut USpoofChecker, status: *mut UErrorCode) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getAllowedLocales(sc : *mut USpoofChecker, status : *mut UErrorCode) -> windows_core::PCSTR); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getAllowedLocales(sc : *mut USpoofChecker, status : *mut UErrorCode) -> windows_core::PCSTR); uspoof_getAllowedLocales(sc, status) } #[inline] pub unsafe fn uspoof_getCheckResultChecks(checkresult: *const USpoofCheckResult, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getCheckResultChecks(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getCheckResultChecks(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> i32); uspoof_getCheckResultChecks(checkresult, status) } #[inline] pub unsafe fn uspoof_getCheckResultNumerics(checkresult: *const USpoofCheckResult, status: *mut UErrorCode) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getCheckResultNumerics(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> *mut USet); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getCheckResultNumerics(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> *mut USet); uspoof_getCheckResultNumerics(checkresult, status) } #[inline] pub unsafe fn uspoof_getCheckResultRestrictionLevel(checkresult: *const USpoofCheckResult, status: *mut UErrorCode) -> URestrictionLevel { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getCheckResultRestrictionLevel(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> URestrictionLevel); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getCheckResultRestrictionLevel(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> URestrictionLevel); uspoof_getCheckResultRestrictionLevel(checkresult, status) } #[inline] pub unsafe fn uspoof_getChecks(sc: *const USpoofChecker, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getChecks(sc : *const USpoofChecker, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getChecks(sc : *const USpoofChecker, status : *mut UErrorCode) -> i32); uspoof_getChecks(sc, status) } #[inline] pub unsafe fn uspoof_getInclusionSet(status: *mut UErrorCode) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getInclusionSet(status : *mut UErrorCode) -> *mut USet); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getInclusionSet(status : *mut UErrorCode) -> *mut USet); uspoof_getInclusionSet(status) } #[inline] pub unsafe fn uspoof_getRecommendedSet(status: *mut UErrorCode) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getRecommendedSet(status : *mut UErrorCode) -> *mut USet); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getRecommendedSet(status : *mut UErrorCode) -> *mut USet); uspoof_getRecommendedSet(status) } #[inline] pub unsafe fn uspoof_getRestrictionLevel(sc: *const USpoofChecker) -> URestrictionLevel { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getRestrictionLevel(sc : *const USpoofChecker) -> URestrictionLevel); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getRestrictionLevel(sc : *const USpoofChecker) -> URestrictionLevel); uspoof_getRestrictionLevel(sc) } #[inline] pub unsafe fn uspoof_getSkeleton(sc: *const USpoofChecker, r#type: u32, id: *const u16, length: i32, dest: *mut u16, destcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getSkeleton(sc : *const USpoofChecker, r#type : u32, id : *const u16, length : i32, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getSkeleton(sc : *const USpoofChecker, r#type : u32, id : *const u16, length : i32, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); uspoof_getSkeleton(sc, r#type, id, length, dest, destcapacity, status) } #[inline] @@ -6694,22 +6694,22 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_getSkeletonUTF8(sc : *const USpoofChecker, r#type : u32, id : windows_core::PCSTR, length : i32, dest : windows_core::PCSTR, destcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_getSkeletonUTF8(sc : *const USpoofChecker, r#type : u32, id : windows_core::PCSTR, length : i32, dest : windows_core::PCSTR, destcapacity : i32, status : *mut UErrorCode) -> i32); uspoof_getSkeletonUTF8(sc, r#type, id.param().abi(), length, dest.param().abi(), destcapacity, status) } #[inline] pub unsafe fn uspoof_open(status: *mut UErrorCode) -> *mut USpoofChecker { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_open(status : *mut UErrorCode) -> *mut USpoofChecker); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_open(status : *mut UErrorCode) -> *mut USpoofChecker); uspoof_open(status) } #[inline] pub unsafe fn uspoof_openCheckResult(status: *mut UErrorCode) -> *mut USpoofCheckResult { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_openCheckResult(status : *mut UErrorCode) -> *mut USpoofCheckResult); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_openCheckResult(status : *mut UErrorCode) -> *mut USpoofCheckResult); uspoof_openCheckResult(status) } #[inline] pub unsafe fn uspoof_openFromSerialized(data: *const core::ffi::c_void, length: i32, pactuallength: *mut i32, perrorcode: *mut UErrorCode) -> *mut USpoofChecker { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_openFromSerialized(data : *const core::ffi::c_void, length : i32, pactuallength : *mut i32, perrorcode : *mut UErrorCode) -> *mut USpoofChecker); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_openFromSerialized(data : *const core::ffi::c_void, length : i32, pactuallength : *mut i32, perrorcode : *mut UErrorCode) -> *mut USpoofChecker); uspoof_openFromSerialized(data, length, pactuallength, perrorcode) } #[inline] @@ -6718,17 +6718,17 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_openFromSource(confusables : windows_core::PCSTR, confusableslen : i32, confusableswholescript : windows_core::PCSTR, confusableswholescriptlen : i32, errtype : *mut i32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut USpoofChecker); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_openFromSource(confusables : windows_core::PCSTR, confusableslen : i32, confusableswholescript : windows_core::PCSTR, confusableswholescriptlen : i32, errtype : *mut i32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut USpoofChecker); uspoof_openFromSource(confusables.param().abi(), confusableslen, confusableswholescript.param().abi(), confusableswholescriptlen, errtype, pe, status) } #[inline] pub unsafe fn uspoof_serialize(sc: *mut USpoofChecker, data: *mut core::ffi::c_void, capacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_serialize(sc : *mut USpoofChecker, data : *mut core::ffi::c_void, capacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_serialize(sc : *mut USpoofChecker, data : *mut core::ffi::c_void, capacity : i32, status : *mut UErrorCode) -> i32); uspoof_serialize(sc, data, capacity, status) } #[inline] pub unsafe fn uspoof_setAllowedChars(sc: *mut USpoofChecker, chars: *const USet, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_setAllowedChars(sc : *mut USpoofChecker, chars : *const USet, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_setAllowedChars(sc : *mut USpoofChecker, chars : *const USet, status : *mut UErrorCode)); uspoof_setAllowedChars(sc, chars, status) } #[inline] @@ -6736,22 +6736,22 @@ pub unsafe fn uspoof_setAllowedLocales(sc: *mut USpoofChecker, localeslist: where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_setAllowedLocales(sc : *mut USpoofChecker, localeslist : windows_core::PCSTR, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_setAllowedLocales(sc : *mut USpoofChecker, localeslist : windows_core::PCSTR, status : *mut UErrorCode)); uspoof_setAllowedLocales(sc, localeslist.param().abi(), status) } #[inline] pub unsafe fn uspoof_setChecks(sc: *mut USpoofChecker, checks: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_setChecks(sc : *mut USpoofChecker, checks : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_setChecks(sc : *mut USpoofChecker, checks : i32, status : *mut UErrorCode)); uspoof_setChecks(sc, checks, status) } #[inline] pub unsafe fn uspoof_setRestrictionLevel(sc: *mut USpoofChecker, restrictionlevel: URestrictionLevel) { - windows_targets::link!("icu.dll" "cdecl" fn uspoof_setRestrictionLevel(sc : *mut USpoofChecker, restrictionlevel : URestrictionLevel)); + windows_targets::link!("icuin.dll" "cdecl" fn uspoof_setRestrictionLevel(sc : *mut USpoofChecker, restrictionlevel : URestrictionLevel)); uspoof_setRestrictionLevel(sc, restrictionlevel) } #[inline] pub unsafe fn usprep_close(profile: *mut UStringPrepProfile) { - windows_targets::link!("icu.dll" "cdecl" fn usprep_close(profile : *mut UStringPrepProfile)); + windows_targets::link!("icuuc.dll" "cdecl" fn usprep_close(profile : *mut UStringPrepProfile)); usprep_close(profile) } #[inline] @@ -6760,107 +6760,107 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn usprep_open(path : windows_core::PCSTR, filename : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UStringPrepProfile); + windows_targets::link!("icuuc.dll" "cdecl" fn usprep_open(path : windows_core::PCSTR, filename : windows_core::PCSTR, status : *mut UErrorCode) -> *mut UStringPrepProfile); usprep_open(path.param().abi(), filename.param().abi(), status) } #[inline] pub unsafe fn usprep_openByType(r#type: UStringPrepProfileType, status: *mut UErrorCode) -> *mut UStringPrepProfile { - windows_targets::link!("icu.dll" "cdecl" fn usprep_openByType(r#type : UStringPrepProfileType, status : *mut UErrorCode) -> *mut UStringPrepProfile); + windows_targets::link!("icuuc.dll" "cdecl" fn usprep_openByType(r#type : UStringPrepProfileType, status : *mut UErrorCode) -> *mut UStringPrepProfile); usprep_openByType(r#type, status) } #[inline] pub unsafe fn usprep_prepare(prep: *const UStringPrepProfile, src: *const u16, srclength: i32, dest: *mut u16, destcapacity: i32, options: i32, parseerror: *mut UParseError, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn usprep_prepare(prep : *const UStringPrepProfile, src : *const u16, srclength : i32, dest : *mut u16, destcapacity : i32, options : i32, parseerror : *mut UParseError, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn usprep_prepare(prep : *const UStringPrepProfile, src : *const u16, srclength : i32, dest : *mut u16, destcapacity : i32, options : i32, parseerror : *mut UParseError, status : *mut UErrorCode) -> i32); usprep_prepare(prep, src, srclength, dest, destcapacity, options, parseerror, status) } #[inline] pub unsafe fn utext_char32At(ut: *mut UText, nativeindex: i64) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utext_char32At(ut : *mut UText, nativeindex : i64) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_char32At(ut : *mut UText, nativeindex : i64) -> i32); utext_char32At(ut, nativeindex) } #[inline] pub unsafe fn utext_clone(dest: *mut UText, src: *const UText, deep: i8, readonly: i8, status: *mut UErrorCode) -> *mut UText { - windows_targets::link!("icu.dll" "cdecl" fn utext_clone(dest : *mut UText, src : *const UText, deep : i8, readonly : i8, status : *mut UErrorCode) -> *mut UText); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_clone(dest : *mut UText, src : *const UText, deep : i8, readonly : i8, status : *mut UErrorCode) -> *mut UText); utext_clone(dest, src, deep, readonly, status) } #[inline] pub unsafe fn utext_close(ut: *mut UText) -> *mut UText { - windows_targets::link!("icu.dll" "cdecl" fn utext_close(ut : *mut UText) -> *mut UText); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_close(ut : *mut UText) -> *mut UText); utext_close(ut) } #[inline] pub unsafe fn utext_copy(ut: *mut UText, nativestart: i64, nativelimit: i64, destindex: i64, r#move: i8, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn utext_copy(ut : *mut UText, nativestart : i64, nativelimit : i64, destindex : i64, r#move : i8, status : *mut UErrorCode)); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_copy(ut : *mut UText, nativestart : i64, nativelimit : i64, destindex : i64, r#move : i8, status : *mut UErrorCode)); utext_copy(ut, nativestart, nativelimit, destindex, r#move, status) } #[inline] pub unsafe fn utext_current32(ut: *mut UText) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utext_current32(ut : *mut UText) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_current32(ut : *mut UText) -> i32); utext_current32(ut) } #[inline] pub unsafe fn utext_equals(a: *const UText, b: *const UText) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn utext_equals(a : *const UText, b : *const UText) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_equals(a : *const UText, b : *const UText) -> i8); utext_equals(a, b) } #[inline] pub unsafe fn utext_extract(ut: *mut UText, nativestart: i64, nativelimit: i64, dest: *mut u16, destcapacity: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utext_extract(ut : *mut UText, nativestart : i64, nativelimit : i64, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_extract(ut : *mut UText, nativestart : i64, nativelimit : i64, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); utext_extract(ut, nativestart, nativelimit, dest, destcapacity, status) } #[inline] pub unsafe fn utext_freeze(ut: *mut UText) { - windows_targets::link!("icu.dll" "cdecl" fn utext_freeze(ut : *mut UText)); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_freeze(ut : *mut UText)); utext_freeze(ut) } #[inline] pub unsafe fn utext_getNativeIndex(ut: *const UText) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn utext_getNativeIndex(ut : *const UText) -> i64); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_getNativeIndex(ut : *const UText) -> i64); utext_getNativeIndex(ut) } #[inline] pub unsafe fn utext_getPreviousNativeIndex(ut: *mut UText) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn utext_getPreviousNativeIndex(ut : *mut UText) -> i64); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_getPreviousNativeIndex(ut : *mut UText) -> i64); utext_getPreviousNativeIndex(ut) } #[inline] pub unsafe fn utext_hasMetaData(ut: *const UText) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn utext_hasMetaData(ut : *const UText) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_hasMetaData(ut : *const UText) -> i8); utext_hasMetaData(ut) } #[inline] pub unsafe fn utext_isLengthExpensive(ut: *const UText) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn utext_isLengthExpensive(ut : *const UText) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_isLengthExpensive(ut : *const UText) -> i8); utext_isLengthExpensive(ut) } #[inline] pub unsafe fn utext_isWritable(ut: *const UText) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn utext_isWritable(ut : *const UText) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_isWritable(ut : *const UText) -> i8); utext_isWritable(ut) } #[inline] pub unsafe fn utext_moveIndex32(ut: *mut UText, delta: i32) -> i8 { - windows_targets::link!("icu.dll" "cdecl" fn utext_moveIndex32(ut : *mut UText, delta : i32) -> i8); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_moveIndex32(ut : *mut UText, delta : i32) -> i8); utext_moveIndex32(ut, delta) } #[inline] pub unsafe fn utext_nativeLength(ut: *mut UText) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn utext_nativeLength(ut : *mut UText) -> i64); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_nativeLength(ut : *mut UText) -> i64); utext_nativeLength(ut) } #[inline] pub unsafe fn utext_next32(ut: *mut UText) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utext_next32(ut : *mut UText) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_next32(ut : *mut UText) -> i32); utext_next32(ut) } #[inline] pub unsafe fn utext_next32From(ut: *mut UText, nativeindex: i64) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utext_next32From(ut : *mut UText, nativeindex : i64) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_next32From(ut : *mut UText, nativeindex : i64) -> i32); utext_next32From(ut, nativeindex) } #[inline] pub unsafe fn utext_openUChars(ut: *mut UText, s: *const u16, length: i64, status: *mut UErrorCode) -> *mut UText { - windows_targets::link!("icu.dll" "cdecl" fn utext_openUChars(ut : *mut UText, s : *const u16, length : i64, status : *mut UErrorCode) -> *mut UText); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_openUChars(ut : *mut UText, s : *const u16, length : i64, status : *mut UErrorCode) -> *mut UText); utext_openUChars(ut, s, length, status) } #[inline] @@ -6868,67 +6868,67 @@ pub unsafe fn utext_openUTF8(ut: *mut UText, s: P0, length: i64, status: *mu where P0: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn utext_openUTF8(ut : *mut UText, s : windows_core::PCSTR, length : i64, status : *mut UErrorCode) -> *mut UText); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_openUTF8(ut : *mut UText, s : windows_core::PCSTR, length : i64, status : *mut UErrorCode) -> *mut UText); utext_openUTF8(ut, s.param().abi(), length, status) } #[inline] pub unsafe fn utext_previous32(ut: *mut UText) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utext_previous32(ut : *mut UText) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_previous32(ut : *mut UText) -> i32); utext_previous32(ut) } #[inline] pub unsafe fn utext_previous32From(ut: *mut UText, nativeindex: i64) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utext_previous32From(ut : *mut UText, nativeindex : i64) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_previous32From(ut : *mut UText, nativeindex : i64) -> i32); utext_previous32From(ut, nativeindex) } #[inline] pub unsafe fn utext_replace(ut: *mut UText, nativestart: i64, nativelimit: i64, replacementtext: *const u16, replacementlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utext_replace(ut : *mut UText, nativestart : i64, nativelimit : i64, replacementtext : *const u16, replacementlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_replace(ut : *mut UText, nativestart : i64, nativelimit : i64, replacementtext : *const u16, replacementlength : i32, status : *mut UErrorCode) -> i32); utext_replace(ut, nativestart, nativelimit, replacementtext, replacementlength, status) } #[inline] pub unsafe fn utext_setNativeIndex(ut: *mut UText, nativeindex: i64) { - windows_targets::link!("icu.dll" "cdecl" fn utext_setNativeIndex(ut : *mut UText, nativeindex : i64)); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_setNativeIndex(ut : *mut UText, nativeindex : i64)); utext_setNativeIndex(ut, nativeindex) } #[inline] pub unsafe fn utext_setup(ut: *mut UText, extraspace: i32, status: *mut UErrorCode) -> *mut UText { - windows_targets::link!("icu.dll" "cdecl" fn utext_setup(ut : *mut UText, extraspace : i32, status : *mut UErrorCode) -> *mut UText); + windows_targets::link!("icuuc.dll" "cdecl" fn utext_setup(ut : *mut UText, extraspace : i32, status : *mut UErrorCode) -> *mut UText); utext_setup(ut, extraspace, status) } #[inline] pub unsafe fn utf8_appendCharSafeBody(s: *mut u8, i: i32, length: i32, c: i32, piserror: *mut i8) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utf8_appendCharSafeBody(s : *mut u8, i : i32, length : i32, c : i32, piserror : *mut i8) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utf8_appendCharSafeBody(s : *mut u8, i : i32, length : i32, c : i32, piserror : *mut i8) -> i32); utf8_appendCharSafeBody(s, i, length, c, piserror) } #[inline] pub unsafe fn utf8_back1SafeBody(s: *const u8, start: i32, i: i32) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utf8_back1SafeBody(s : *const u8, start : i32, i : i32) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utf8_back1SafeBody(s : *const u8, start : i32, i : i32) -> i32); utf8_back1SafeBody(s, start, i) } #[inline] pub unsafe fn utf8_nextCharSafeBody(s: *const u8, pi: *mut i32, length: i32, c: i32, strict: i8) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utf8_nextCharSafeBody(s : *const u8, pi : *mut i32, length : i32, c : i32, strict : i8) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utf8_nextCharSafeBody(s : *const u8, pi : *mut i32, length : i32, c : i32, strict : i8) -> i32); utf8_nextCharSafeBody(s, pi, length, c, strict) } #[inline] pub unsafe fn utf8_prevCharSafeBody(s: *const u8, start: i32, pi: *mut i32, c: i32, strict: i8) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utf8_prevCharSafeBody(s : *const u8, start : i32, pi : *mut i32, c : i32, strict : i8) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utf8_prevCharSafeBody(s : *const u8, start : i32, pi : *mut i32, c : i32, strict : i8) -> i32); utf8_prevCharSafeBody(s, start, pi, c, strict) } #[inline] pub unsafe fn utmscale_fromInt64(othertime: i64, timescale: UDateTimeScale, status: *mut UErrorCode) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn utmscale_fromInt64(othertime : i64, timescale : UDateTimeScale, status : *mut UErrorCode) -> i64); + windows_targets::link!("icuin.dll" "cdecl" fn utmscale_fromInt64(othertime : i64, timescale : UDateTimeScale, status : *mut UErrorCode) -> i64); utmscale_fromInt64(othertime, timescale, status) } #[inline] pub unsafe fn utmscale_getTimeScaleValue(timescale: UDateTimeScale, value: UTimeScaleValue, status: *mut UErrorCode) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn utmscale_getTimeScaleValue(timescale : UDateTimeScale, value : UTimeScaleValue, status : *mut UErrorCode) -> i64); + windows_targets::link!("icuin.dll" "cdecl" fn utmscale_getTimeScaleValue(timescale : UDateTimeScale, value : UTimeScaleValue, status : *mut UErrorCode) -> i64); utmscale_getTimeScaleValue(timescale, value, status) } #[inline] pub unsafe fn utmscale_toInt64(universaltime: i64, timescale: UDateTimeScale, status: *mut UErrorCode) -> i64 { - windows_targets::link!("icu.dll" "cdecl" fn utmscale_toInt64(universaltime : i64, timescale : UDateTimeScale, status : *mut UErrorCode) -> i64); + windows_targets::link!("icuin.dll" "cdecl" fn utmscale_toInt64(universaltime : i64, timescale : UDateTimeScale, status : *mut UErrorCode) -> i64); utmscale_toInt64(universaltime, timescale, status) } #[inline] @@ -6937,32 +6937,32 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn utrace_format(outbuf : windows_core::PCSTR, capacity : i32, indent : i32, fmt : windows_core::PCSTR) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utrace_format(outbuf : windows_core::PCSTR, capacity : i32, indent : i32, fmt : windows_core::PCSTR) -> i32); utrace_format(outbuf.param().abi(), capacity, indent, fmt.param().abi()) } #[inline] pub unsafe fn utrace_functionName(fnnumber: i32) -> windows_core::PCSTR { - windows_targets::link!("icu.dll" "cdecl" fn utrace_functionName(fnnumber : i32) -> windows_core::PCSTR); + windows_targets::link!("icuuc.dll" "cdecl" fn utrace_functionName(fnnumber : i32) -> windows_core::PCSTR); utrace_functionName(fnnumber) } #[inline] pub unsafe fn utrace_getFunctions(context: *const *const core::ffi::c_void, e: *mut UTraceEntry, x: *mut UTraceExit, d: *mut UTraceData) { - windows_targets::link!("icu.dll" "cdecl" fn utrace_getFunctions(context : *const *const core::ffi::c_void, e : *mut UTraceEntry, x : *mut UTraceExit, d : *mut UTraceData)); + windows_targets::link!("icuuc.dll" "cdecl" fn utrace_getFunctions(context : *const *const core::ffi::c_void, e : *mut UTraceEntry, x : *mut UTraceExit, d : *mut UTraceData)); utrace_getFunctions(context, e, x, d) } #[inline] pub unsafe fn utrace_getLevel() -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utrace_getLevel() -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utrace_getLevel() -> i32); utrace_getLevel() } #[inline] pub unsafe fn utrace_setFunctions(context: *const core::ffi::c_void, e: UTraceEntry, x: UTraceExit, d: UTraceData) { - windows_targets::link!("icu.dll" "cdecl" fn utrace_setFunctions(context : *const core::ffi::c_void, e : UTraceEntry, x : UTraceExit, d : UTraceData)); + windows_targets::link!("icuuc.dll" "cdecl" fn utrace_setFunctions(context : *const core::ffi::c_void, e : UTraceEntry, x : UTraceExit, d : UTraceData)); utrace_setFunctions(context, e, x, d) } #[inline] pub unsafe fn utrace_setLevel(tracelevel: i32) { - windows_targets::link!("icu.dll" "cdecl" fn utrace_setLevel(tracelevel : i32)); + windows_targets::link!("icuuc.dll" "cdecl" fn utrace_setLevel(tracelevel : i32)); utrace_setLevel(tracelevel) } #[inline] @@ -6971,87 +6971,87 @@ where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("icu.dll" "cdecl" fn utrace_vformat(outbuf : windows_core::PCSTR, capacity : i32, indent : i32, fmt : windows_core::PCSTR, args : *mut i8) -> i32); + windows_targets::link!("icuuc.dll" "cdecl" fn utrace_vformat(outbuf : windows_core::PCSTR, capacity : i32, indent : i32, fmt : windows_core::PCSTR, args : *mut i8) -> i32); utrace_vformat(outbuf.param().abi(), capacity, indent, fmt.param().abi(), args) } #[inline] pub unsafe fn utrans_clone(trans: *const *const core::ffi::c_void, status: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn utrans_clone(trans : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_clone(trans : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); utrans_clone(trans, status) } #[inline] pub unsafe fn utrans_close(trans: *mut *mut core::ffi::c_void) { - windows_targets::link!("icu.dll" "cdecl" fn utrans_close(trans : *mut *mut core::ffi::c_void)); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_close(trans : *mut *mut core::ffi::c_void)); utrans_close(trans) } #[inline] pub unsafe fn utrans_countAvailableIDs() -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utrans_countAvailableIDs() -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_countAvailableIDs() -> i32); utrans_countAvailableIDs() } #[inline] pub unsafe fn utrans_getSourceSet(trans: *const *const core::ffi::c_void, ignorefilter: i8, fillin: *mut USet, status: *mut UErrorCode) -> *mut USet { - windows_targets::link!("icu.dll" "cdecl" fn utrans_getSourceSet(trans : *const *const core::ffi::c_void, ignorefilter : i8, fillin : *mut USet, status : *mut UErrorCode) -> *mut USet); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_getSourceSet(trans : *const *const core::ffi::c_void, ignorefilter : i8, fillin : *mut USet, status : *mut UErrorCode) -> *mut USet); utrans_getSourceSet(trans, ignorefilter, fillin, status) } #[inline] pub unsafe fn utrans_getUnicodeID(trans: *const *const core::ffi::c_void, resultlength: *mut i32) -> *mut u16 { - windows_targets::link!("icu.dll" "cdecl" fn utrans_getUnicodeID(trans : *const *const core::ffi::c_void, resultlength : *mut i32) -> *mut u16); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_getUnicodeID(trans : *const *const core::ffi::c_void, resultlength : *mut i32) -> *mut u16); utrans_getUnicodeID(trans, resultlength) } #[inline] pub unsafe fn utrans_openIDs(perrorcode: *mut UErrorCode) -> *mut UEnumeration { - windows_targets::link!("icu.dll" "cdecl" fn utrans_openIDs(perrorcode : *mut UErrorCode) -> *mut UEnumeration); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_openIDs(perrorcode : *mut UErrorCode) -> *mut UEnumeration); utrans_openIDs(perrorcode) } #[inline] pub unsafe fn utrans_openInverse(trans: *const *const core::ffi::c_void, status: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn utrans_openInverse(trans : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_openInverse(trans : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); utrans_openInverse(trans, status) } #[inline] pub unsafe fn utrans_openU(id: *const u16, idlength: i32, dir: UTransDirection, rules: *const u16, ruleslength: i32, parseerror: *mut UParseError, perrorcode: *mut UErrorCode) -> *mut *mut core::ffi::c_void { - windows_targets::link!("icu.dll" "cdecl" fn utrans_openU(id : *const u16, idlength : i32, dir : UTransDirection, rules : *const u16, ruleslength : i32, parseerror : *mut UParseError, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_openU(id : *const u16, idlength : i32, dir : UTransDirection, rules : *const u16, ruleslength : i32, parseerror : *mut UParseError, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); utrans_openU(id, idlength, dir, rules, ruleslength, parseerror, perrorcode) } #[inline] pub unsafe fn utrans_register(adoptedtrans: *mut *mut core::ffi::c_void, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn utrans_register(adoptedtrans : *mut *mut core::ffi::c_void, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_register(adoptedtrans : *mut *mut core::ffi::c_void, status : *mut UErrorCode)); utrans_register(adoptedtrans, status) } #[inline] pub unsafe fn utrans_setFilter(trans: *mut *mut core::ffi::c_void, filterpattern: *const u16, filterpatternlen: i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn utrans_setFilter(trans : *mut *mut core::ffi::c_void, filterpattern : *const u16, filterpatternlen : i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_setFilter(trans : *mut *mut core::ffi::c_void, filterpattern : *const u16, filterpatternlen : i32, status : *mut UErrorCode)); utrans_setFilter(trans, filterpattern, filterpatternlen, status) } #[inline] pub unsafe fn utrans_toRules(trans: *const *const core::ffi::c_void, escapeunprintable: i8, result: *mut u16, resultlength: i32, status: *mut UErrorCode) -> i32 { - windows_targets::link!("icu.dll" "cdecl" fn utrans_toRules(trans : *const *const core::ffi::c_void, escapeunprintable : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_toRules(trans : *const *const core::ffi::c_void, escapeunprintable : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); utrans_toRules(trans, escapeunprintable, result, resultlength, status) } #[inline] pub unsafe fn utrans_trans(trans: *const *const core::ffi::c_void, rep: *mut *mut core::ffi::c_void, repfunc: *const UReplaceableCallbacks, start: i32, limit: *mut i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn utrans_trans(trans : *const *const core::ffi::c_void, rep : *mut *mut core::ffi::c_void, repfunc : *const UReplaceableCallbacks, start : i32, limit : *mut i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_trans(trans : *const *const core::ffi::c_void, rep : *mut *mut core::ffi::c_void, repfunc : *const UReplaceableCallbacks, start : i32, limit : *mut i32, status : *mut UErrorCode)); utrans_trans(trans, rep, repfunc, start, limit, status) } #[inline] pub unsafe fn utrans_transIncremental(trans: *const *const core::ffi::c_void, rep: *mut *mut core::ffi::c_void, repfunc: *const UReplaceableCallbacks, pos: *mut UTransPosition, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn utrans_transIncremental(trans : *const *const core::ffi::c_void, rep : *mut *mut core::ffi::c_void, repfunc : *const UReplaceableCallbacks, pos : *mut UTransPosition, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_transIncremental(trans : *const *const core::ffi::c_void, rep : *mut *mut core::ffi::c_void, repfunc : *const UReplaceableCallbacks, pos : *mut UTransPosition, status : *mut UErrorCode)); utrans_transIncremental(trans, rep, repfunc, pos, status) } #[inline] pub unsafe fn utrans_transIncrementalUChars(trans: *const *const core::ffi::c_void, text: *mut u16, textlength: *mut i32, textcapacity: i32, pos: *mut UTransPosition, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn utrans_transIncrementalUChars(trans : *const *const core::ffi::c_void, text : *mut u16, textlength : *mut i32, textcapacity : i32, pos : *mut UTransPosition, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_transIncrementalUChars(trans : *const *const core::ffi::c_void, text : *mut u16, textlength : *mut i32, textcapacity : i32, pos : *mut UTransPosition, status : *mut UErrorCode)); utrans_transIncrementalUChars(trans, text, textlength, textcapacity, pos, status) } #[inline] pub unsafe fn utrans_transUChars(trans: *const *const core::ffi::c_void, text: *mut u16, textlength: *mut i32, textcapacity: i32, start: i32, limit: *mut i32, status: *mut UErrorCode) { - windows_targets::link!("icu.dll" "cdecl" fn utrans_transUChars(trans : *const *const core::ffi::c_void, text : *mut u16, textlength : *mut i32, textcapacity : i32, start : i32, limit : *mut i32, status : *mut UErrorCode)); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_transUChars(trans : *const *const core::ffi::c_void, text : *mut u16, textlength : *mut i32, textcapacity : i32, start : i32, limit : *mut i32, status : *mut UErrorCode)); utrans_transUChars(trans, text, textlength, textcapacity, start, limit, status) } #[inline] pub unsafe fn utrans_unregisterID(id: *const u16, idlength: i32) { - windows_targets::link!("icu.dll" "cdecl" fn utrans_unregisterID(id : *const u16, idlength : i32)); + windows_targets::link!("icuin.dll" "cdecl" fn utrans_unregisterID(id : *const u16, idlength : i32)); utrans_unregisterID(id, idlength) } windows_core::imp::define_interface!(IComprehensiveSpellCheckProvider, IComprehensiveSpellCheckProvider_Vtbl, 0x0c58f8de_8e94_479e_9717_70c42c4ad2c3); diff --git a/crates/libs/windows/src/Windows/Win32/Graphics/CompositionSwapchain/mod.rs b/crates/libs/windows/src/Windows/Win32/Graphics/CompositionSwapchain/mod.rs index cc6bea2ff2..40594a7a6a 100644 --- a/crates/libs/windows/src/Windows/Win32/Graphics/CompositionSwapchain/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Graphics/CompositionSwapchain/mod.rs @@ -1,10 +1,12 @@ #[inline] -pub unsafe fn CreatePresentationFactory(d3ddevice: P0, riid: *const windows_core::GUID, presentationfactory: *mut *mut core::ffi::c_void) -> windows_core::Result<()> +pub unsafe fn CreatePresentationFactory(d3ddevice: P0) -> windows_core::Result where P0: windows_core::Param, + T: windows_core::Interface, { windows_targets::link!("dcomp.dll" "system" fn CreatePresentationFactory(d3ddevice : * mut core::ffi::c_void, riid : *const windows_core::GUID, presentationfactory : *mut *mut core::ffi::c_void) -> windows_core::HRESULT); - CreatePresentationFactory(d3ddevice.param().abi(), riid, presentationfactory).ok() + let mut result__ = core::ptr::null_mut(); + CreatePresentationFactory(d3ddevice.param().abi(), &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } windows_core::imp::define_interface!(ICompositionFramePresentStatistics, ICompositionFramePresentStatistics_Vtbl, 0xab41d127_c101_4c0a_911d_f9f2e9d08e64); impl core::ops::Deref for ICompositionFramePresentStatistics { @@ -444,9 +446,12 @@ impl IPresentationManager { pub unsafe fn Present(&self) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Present)(windows_core::Interface::as_raw(self)).ok() } - pub unsafe fn GetPresentRetiringFence(&self, riid: *const windows_core::GUID) -> windows_core::Result<*mut core::ffi::c_void> { - let mut result__ = core::mem::zeroed(); - (windows_core::Interface::vtable(self).GetPresentRetiringFence)(windows_core::Interface::as_raw(self), riid, &mut result__).map(|| result__) + pub unsafe fn GetPresentRetiringFence(&self) -> windows_core::Result + where + T: windows_core::Interface, + { + let mut result__ = core::ptr::null_mut(); + (windows_core::Interface::vtable(self).GetPresentRetiringFence)(windows_core::Interface::as_raw(self), &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } pub unsafe fn CancelPresentsFrom(&self, presentidtocancelfrom: u64) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).CancelPresentsFrom)(windows_core::Interface::as_raw(self), presentidtocancelfrom).ok() @@ -492,7 +497,7 @@ pub trait IPresentationManager_Impl: Sized + windows_core::IUnknownImpl { fn SetPreferredPresentDuration(&self, preferredduration: &SystemInterruptTime, deviationtolerance: &SystemInterruptTime) -> windows_core::Result<()>; fn ForceVSyncInterrupt(&self, forcevsyncinterrupt: u8) -> windows_core::Result<()>; fn Present(&self) -> windows_core::Result<()>; - fn GetPresentRetiringFence(&self, riid: *const windows_core::GUID) -> windows_core::Result<*mut core::ffi::c_void>; + fn GetPresentRetiringFence(&self, riid: *const windows_core::GUID, fence: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn CancelPresentsFrom(&self, presentidtocancelfrom: u64) -> windows_core::Result<()>; fn GetLostEvent(&self) -> windows_core::Result; fn GetPresentStatisticsAvailableEvent(&self) -> windows_core::Result; @@ -544,13 +549,7 @@ impl IPresentationManager_Vtbl { } unsafe extern "system" fn GetPresentRetiringFence(this: *mut core::ffi::c_void, riid: *const windows_core::GUID, fence: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - match IPresentationManager_Impl::GetPresentRetiringFence(this, core::mem::transmute_copy(&riid)) { - Ok(ok__) => { - fence.write(core::mem::transmute(ok__)); - windows_core::HRESULT(0) - } - Err(err) => err.into(), - } + IPresentationManager_Impl::GetPresentRetiringFence(this, core::mem::transmute_copy(&riid), core::mem::transmute_copy(&fence)).into() } unsafe extern "system" fn CancelPresentsFrom(this: *mut core::ffi::c_void, presentidtocancelfrom: u64) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); diff --git a/crates/libs/windows/src/Windows/Win32/Graphics/Direct3D12/mod.rs b/crates/libs/windows/src/Windows/Win32/Graphics/Direct3D12/mod.rs index 0a77ec0a2e..c582e11f87 100644 --- a/crates/libs/windows/src/Windows/Win32/Graphics/Direct3D12/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Graphics/Direct3D12/mod.rs @@ -3934,8 +3934,8 @@ impl ID3D12GraphicsCommandList { { (windows_core::Interface::vtable(self).OMSetRenderTargets)(windows_core::Interface::as_raw(self), numrendertargetdescriptors, core::mem::transmute(prendertargetdescriptors.unwrap_or(core::ptr::null())), rtssinglehandletodescriptorrange.param().abi(), core::mem::transmute(pdepthstencildescriptor.unwrap_or(core::ptr::null()))) } - pub unsafe fn ClearDepthStencilView(&self, depthstencilview: D3D12_CPU_DESCRIPTOR_HANDLE, clearflags: D3D12_CLEAR_FLAGS, depth: f32, stencil: u8, prects: &[super::super::Foundation::RECT]) { - (windows_core::Interface::vtable(self).ClearDepthStencilView)(windows_core::Interface::as_raw(self), core::mem::transmute(depthstencilview), clearflags, depth, stencil, prects.len().try_into().unwrap(), core::mem::transmute(prects.as_ptr())) + pub unsafe fn ClearDepthStencilView(&self, depthstencilview: D3D12_CPU_DESCRIPTOR_HANDLE, clearflags: D3D12_CLEAR_FLAGS, depth: f32, stencil: u8, prects: Option<&[super::super::Foundation::RECT]>) { + (windows_core::Interface::vtable(self).ClearDepthStencilView)(windows_core::Interface::as_raw(self), core::mem::transmute(depthstencilview), clearflags, depth, stencil, prects.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(prects.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr()))) } pub unsafe fn ClearRenderTargetView(&self, rendertargetview: D3D12_CPU_DESCRIPTOR_HANDLE, colorrgba: &[f32; 4], prects: Option<&[super::super::Foundation::RECT]>) { (windows_core::Interface::vtable(self).ClearRenderTargetView)(windows_core::Interface::as_raw(self), core::mem::transmute(rendertargetview), core::mem::transmute(colorrgba.as_ptr()), prects.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(prects.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr()))) diff --git a/crates/libs/windows/src/Windows/Win32/Graphics/DirectComposition/mod.rs b/crates/libs/windows/src/Windows/Win32/Graphics/DirectComposition/mod.rs index ece6587449..ec0bc842cb 100644 --- a/crates/libs/windows/src/Windows/Win32/Graphics/DirectComposition/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Graphics/DirectComposition/mod.rs @@ -76,9 +76,10 @@ pub unsafe fn DCompositionGetStatistics(frameid: u64, framestats: *mut COMPOSITI DCompositionGetStatistics(frameid, framestats, targetidcount, core::mem::transmute(targetids.unwrap_or(core::ptr::null_mut())), core::mem::transmute(actualtargetidcount.unwrap_or(core::ptr::null_mut()))).ok() } #[inline] -pub unsafe fn DCompositionGetTargetStatistics(frameid: u64, targetid: *const COMPOSITION_TARGET_ID, targetstats: *mut COMPOSITION_TARGET_STATS) -> windows_core::Result<()> { +pub unsafe fn DCompositionGetTargetStatistics(frameid: u64, targetid: *const COMPOSITION_TARGET_ID) -> windows_core::Result { windows_targets::link!("dcomp.dll" "system" fn DCompositionGetTargetStatistics(frameid : u64, targetid : *const COMPOSITION_TARGET_ID, targetstats : *mut COMPOSITION_TARGET_STATS) -> windows_core::HRESULT); - DCompositionGetTargetStatistics(frameid, targetid, targetstats).ok() + let mut result__ = core::mem::zeroed(); + DCompositionGetTargetStatistics(frameid, targetid, &mut result__).map(|| result__) } #[inline] pub unsafe fn DCompositionWaitForCompositorClock(handles: Option<&[super::super::Foundation::HANDLE]>, timeoutinms: u32) -> u32 { @@ -983,8 +984,9 @@ impl IDCompositionDevice { (windows_core::Interface::vtable(self).WaitForCommitCompletion)(windows_core::Interface::as_raw(self)).ok() } #[cfg(feature = "Win32_Graphics_Dxgi_Common")] - pub unsafe fn GetFrameStatistics(&self, statistics: *mut DCOMPOSITION_FRAME_STATISTICS) -> windows_core::Result<()> { - (windows_core::Interface::vtable(self).GetFrameStatistics)(windows_core::Interface::as_raw(self), statistics).ok() + pub unsafe fn GetFrameStatistics(&self) -> windows_core::Result { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(self).GetFrameStatistics)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } pub unsafe fn CreateTargetForHwnd(&self, hwnd: P0, topmost: P1) -> windows_core::Result where @@ -1124,7 +1126,7 @@ pub struct IDCompositionDevice_Vtbl { pub trait IDCompositionDevice_Impl: Sized + windows_core::IUnknownImpl { fn Commit(&self) -> windows_core::Result<()>; fn WaitForCommitCompletion(&self) -> windows_core::Result<()>; - fn GetFrameStatistics(&self, statistics: *mut DCOMPOSITION_FRAME_STATISTICS) -> windows_core::Result<()>; + fn GetFrameStatistics(&self) -> windows_core::Result; fn CreateTargetForHwnd(&self, hwnd: super::super::Foundation::HWND, topmost: super::super::Foundation::BOOL) -> windows_core::Result; fn CreateVisual(&self) -> windows_core::Result; fn CreateSurface(&self, width: u32, height: u32, pixelformat: super::Dxgi::Common::DXGI_FORMAT, alphamode: super::Dxgi::Common::DXGI_ALPHA_MODE) -> windows_core::Result; @@ -1162,7 +1164,13 @@ impl IDCompositionDevice_Vtbl { } unsafe extern "system" fn GetFrameStatistics(this: *mut core::ffi::c_void, statistics: *mut DCOMPOSITION_FRAME_STATISTICS) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IDCompositionDevice_Impl::GetFrameStatistics(this, core::mem::transmute_copy(&statistics)).into() + match IDCompositionDevice_Impl::GetFrameStatistics(this) { + Ok(ok__) => { + statistics.write(core::mem::transmute(ok__)); + windows_core::HRESULT(0) + } + Err(err) => err.into(), + } } unsafe extern "system" fn CreateTargetForHwnd(this: *mut core::ffi::c_void, hwnd: super::super::Foundation::HWND, topmost: super::super::Foundation::BOOL, target: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); @@ -1422,8 +1430,9 @@ impl IDCompositionDevice2 { (windows_core::Interface::vtable(self).WaitForCommitCompletion)(windows_core::Interface::as_raw(self)).ok() } #[cfg(feature = "Win32_Graphics_Dxgi_Common")] - pub unsafe fn GetFrameStatistics(&self, statistics: *mut DCOMPOSITION_FRAME_STATISTICS) -> windows_core::Result<()> { - (windows_core::Interface::vtable(self).GetFrameStatistics)(windows_core::Interface::as_raw(self), statistics).ok() + pub unsafe fn GetFrameStatistics(&self) -> windows_core::Result { + let mut result__ = core::mem::zeroed(); + (windows_core::Interface::vtable(self).GetFrameStatistics)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } pub unsafe fn CreateVisual(&self) -> windows_core::Result { let mut result__ = core::mem::zeroed(); @@ -1541,7 +1550,7 @@ pub struct IDCompositionDevice2_Vtbl { pub trait IDCompositionDevice2_Impl: Sized + windows_core::IUnknownImpl { fn Commit(&self) -> windows_core::Result<()>; fn WaitForCommitCompletion(&self) -> windows_core::Result<()>; - fn GetFrameStatistics(&self, statistics: *mut DCOMPOSITION_FRAME_STATISTICS) -> windows_core::Result<()>; + fn GetFrameStatistics(&self) -> windows_core::Result; fn CreateVisual(&self) -> windows_core::Result; fn CreateSurfaceFactory(&self, renderingdevice: Option<&windows_core::IUnknown>) -> windows_core::Result; fn CreateSurface(&self, width: u32, height: u32, pixelformat: super::Dxgi::Common::DXGI_FORMAT, alphamode: super::Dxgi::Common::DXGI_ALPHA_MODE) -> windows_core::Result; @@ -1576,7 +1585,13 @@ impl IDCompositionDevice2_Vtbl { } unsafe extern "system" fn GetFrameStatistics(this: *mut core::ffi::c_void, statistics: *mut DCOMPOSITION_FRAME_STATISTICS) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IDCompositionDevice2_Impl::GetFrameStatistics(this, core::mem::transmute_copy(&statistics)).into() + match IDCompositionDevice2_Impl::GetFrameStatistics(this) { + Ok(ok__) => { + statistics.write(core::mem::transmute(ok__)); + windows_core::HRESULT(0) + } + Err(err) => err.into(), + } } unsafe extern "system" fn CreateVisual(this: *mut core::ffi::c_void, visual: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); @@ -4503,8 +4518,12 @@ impl IDCompositionTexture { pub unsafe fn SetAlphaMode(&self, alphamode: super::Dxgi::Common::DXGI_ALPHA_MODE) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetAlphaMode)(windows_core::Interface::as_raw(self), alphamode).ok() } - pub unsafe fn GetAvailableFence(&self, fencevalue: *mut u64, iid: *const windows_core::GUID, availablefence: *mut *mut core::ffi::c_void) -> windows_core::Result<()> { - (windows_core::Interface::vtable(self).GetAvailableFence)(windows_core::Interface::as_raw(self), fencevalue, iid, availablefence).ok() + pub unsafe fn GetAvailableFence(&self, fencevalue: *mut u64) -> windows_core::Result + where + T: windows_core::Interface, + { + let mut result__ = core::ptr::null_mut(); + (windows_core::Interface::vtable(self).GetAvailableFence)(windows_core::Interface::as_raw(self), fencevalue, &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } } #[repr(C)] diff --git a/crates/libs/windows/src/Windows/Win32/Graphics/Gdi/mod.rs b/crates/libs/windows/src/Windows/Win32/Graphics/Gdi/mod.rs index 526a9a51b9..3732523a67 100644 --- a/crates/libs/windows/src/Windows/Win32/Graphics/Gdi/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Graphics/Gdi/mod.rs @@ -362,12 +362,12 @@ where CreateEnhMetaFileW(hdc.param().abi(), lpfilename.param().abi(), core::mem::transmute(lprc.unwrap_or(core::ptr::null())), lpdesc.param().abi()) } #[inline] -pub unsafe fn CreateFontA(cheight: i32, cwidth: i32, cescapement: i32, corientation: i32, cweight: i32, bitalic: u32, bunderline: u32, bstrikeout: u32, icharset: u32, ioutprecision: u32, iclipprecision: u32, iquality: u32, ipitchandfamily: u32, pszfacename: P0) -> HFONT +pub unsafe fn CreateFontA(cheight: i32, cwidth: i32, cescapement: i32, corientation: i32, cweight: i32, bitalic: u32, bunderline: u32, bstrikeout: u32, icharset: FONT_CHARSET, ioutprecision: FONT_OUTPUT_PRECISION, iclipprecision: FONT_CLIP_PRECISION, iquality: FONT_QUALITY, ipitchandfamily: u32, pszfacename: P0) -> HFONT where P0: windows_core::Param, { windows_targets::link!("gdi32.dll" "system" fn CreateFontA(cheight : i32, cwidth : i32, cescapement : i32, corientation : i32, cweight : i32, bitalic : u32, bunderline : u32, bstrikeout : u32, icharset : u32, ioutprecision : u32, iclipprecision : u32, iquality : u32, ipitchandfamily : u32, pszfacename : windows_core::PCSTR) -> HFONT); - CreateFontA(cheight, cwidth, cescapement, corientation, cweight, bitalic, bunderline, bstrikeout, icharset, ioutprecision, iclipprecision, iquality, ipitchandfamily, pszfacename.param().abi()) + CreateFontA(cheight, cwidth, cescapement, corientation, cweight, bitalic, bunderline, bstrikeout, icharset.0 as _, ioutprecision.0 as _, iclipprecision.0 as _, iquality.0 as _, ipitchandfamily, pszfacename.param().abi()) } #[inline] pub unsafe fn CreateFontIndirectA(lplf: *const LOGFONTA) -> HFONT { @@ -395,12 +395,12 @@ pub unsafe fn CreateFontPackage(puchsrcbuffer: *const u8, ulsrcbuffersize: u32, CreateFontPackage(puchsrcbuffer, ulsrcbuffersize, ppuchfontpackagebuffer, pulfontpackagebuffersize, pulbyteswritten, usflag, usttcindex, ussubsetformat, ussubsetlanguage, ussubsetplatform, ussubsetencoding, pussubsetkeeplist, ussubsetlistcount, lpfnallocate, lpfnreallocate, lpfnfree, lpvreserved) } #[inline] -pub unsafe fn CreateFontW(cheight: i32, cwidth: i32, cescapement: i32, corientation: i32, cweight: i32, bitalic: u32, bunderline: u32, bstrikeout: u32, icharset: u32, ioutprecision: u32, iclipprecision: u32, iquality: u32, ipitchandfamily: u32, pszfacename: P0) -> HFONT +pub unsafe fn CreateFontW(cheight: i32, cwidth: i32, cescapement: i32, corientation: i32, cweight: i32, bitalic: u32, bunderline: u32, bstrikeout: u32, icharset: FONT_CHARSET, ioutprecision: FONT_OUTPUT_PRECISION, iclipprecision: FONT_CLIP_PRECISION, iquality: FONT_QUALITY, ipitchandfamily: u32, pszfacename: P0) -> HFONT where P0: windows_core::Param, { windows_targets::link!("gdi32.dll" "system" fn CreateFontW(cheight : i32, cwidth : i32, cescapement : i32, corientation : i32, cweight : i32, bitalic : u32, bunderline : u32, bstrikeout : u32, icharset : u32, ioutprecision : u32, iclipprecision : u32, iquality : u32, ipitchandfamily : u32, pszfacename : windows_core::PCWSTR) -> HFONT); - CreateFontW(cheight, cwidth, cescapement, corientation, cweight, bitalic, bunderline, bstrikeout, icharset, ioutprecision, iclipprecision, iquality, ipitchandfamily, pszfacename.param().abi()) + CreateFontW(cheight, cwidth, cescapement, corientation, cweight, bitalic, bunderline, bstrikeout, icharset.0 as _, ioutprecision.0 as _, iclipprecision.0 as _, iquality.0 as _, ipitchandfamily, pszfacename.param().abi()) } #[inline] pub unsafe fn CreateHalftonePalette(hdc: P0) -> HPALETTE @@ -3413,21 +3413,21 @@ pub const DISPLAYCONFIG_TARGET_FORCED_AVAILABILITY_SYSTEM: u32 = 16u32; pub const DISPLAYCONFIG_TARGET_FORCIBLE: u32 = 2u32; pub const DISPLAYCONFIG_TARGET_IN_USE: u32 = 1u32; pub const DISPLAYCONFIG_TARGET_IS_HMD: u32 = 32u32; -pub const DISPLAY_DEVICE_ACC_DRIVER: u32 = 64u32; -pub const DISPLAY_DEVICE_ACTIVE: u32 = 1u32; -pub const DISPLAY_DEVICE_ATTACHED: u32 = 2u32; -pub const DISPLAY_DEVICE_ATTACHED_TO_DESKTOP: u32 = 1u32; -pub const DISPLAY_DEVICE_DISCONNECT: u32 = 33554432u32; -pub const DISPLAY_DEVICE_MIRRORING_DRIVER: u32 = 8u32; -pub const DISPLAY_DEVICE_MODESPRUNED: u32 = 134217728u32; -pub const DISPLAY_DEVICE_MULTI_DRIVER: u32 = 2u32; -pub const DISPLAY_DEVICE_PRIMARY_DEVICE: u32 = 4u32; -pub const DISPLAY_DEVICE_RDPUDD: u32 = 16777216u32; -pub const DISPLAY_DEVICE_REMOTE: u32 = 67108864u32; -pub const DISPLAY_DEVICE_REMOVABLE: u32 = 32u32; -pub const DISPLAY_DEVICE_TS_COMPATIBLE: u32 = 2097152u32; -pub const DISPLAY_DEVICE_UNSAFE_MODES_ON: u32 = 524288u32; -pub const DISPLAY_DEVICE_VGA_COMPATIBLE: u32 = 16u32; +pub const DISPLAY_DEVICE_ACC_DRIVER: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(64u32); +pub const DISPLAY_DEVICE_ACTIVE: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(1u32); +pub const DISPLAY_DEVICE_ATTACHED: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(2u32); +pub const DISPLAY_DEVICE_ATTACHED_TO_DESKTOP: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(1u32); +pub const DISPLAY_DEVICE_DISCONNECT: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(33554432u32); +pub const DISPLAY_DEVICE_MIRRORING_DRIVER: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(8u32); +pub const DISPLAY_DEVICE_MODESPRUNED: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(134217728u32); +pub const DISPLAY_DEVICE_MULTI_DRIVER: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(2u32); +pub const DISPLAY_DEVICE_PRIMARY_DEVICE: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(4u32); +pub const DISPLAY_DEVICE_RDPUDD: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(16777216u32); +pub const DISPLAY_DEVICE_REMOTE: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(67108864u32); +pub const DISPLAY_DEVICE_REMOVABLE: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(32u32); +pub const DISPLAY_DEVICE_TS_COMPATIBLE: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(2097152u32); +pub const DISPLAY_DEVICE_UNSAFE_MODES_ON: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(524288u32); +pub const DISPLAY_DEVICE_VGA_COMPATIBLE: DISPLAY_DEVICE_STATE_FLAGS = DISPLAY_DEVICE_STATE_FLAGS(16u32); pub const DISP_CHANGE_BADDUALVIEW: DISP_CHANGE = DISP_CHANGE(-6i32); pub const DISP_CHANGE_BADFLAGS: DISP_CHANGE = DISP_CHANGE(-4i32); pub const DISP_CHANGE_BADMODE: DISP_CHANGE = DISP_CHANGE(-2i32); @@ -5174,6 +5174,50 @@ impl core::fmt::Debug for DISPLAYCONFIG_COLOR_ENCODING { } #[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct DISPLAY_DEVICE_STATE_FLAGS(pub u32); +impl windows_core::TypeKind for DISPLAY_DEVICE_STATE_FLAGS { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for DISPLAY_DEVICE_STATE_FLAGS { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("DISPLAY_DEVICE_STATE_FLAGS").field(&self.0).finish() + } +} +impl DISPLAY_DEVICE_STATE_FLAGS { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for DISPLAY_DEVICE_STATE_FLAGS { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for DISPLAY_DEVICE_STATE_FLAGS { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for DISPLAY_DEVICE_STATE_FLAGS { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for DISPLAY_DEVICE_STATE_FLAGS { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for DISPLAY_DEVICE_STATE_FLAGS { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct DISP_CHANGE(pub i32); impl windows_core::TypeKind for DISP_CHANGE { type TypeKind = windows_core::CopyType; @@ -6958,7 +7002,7 @@ pub struct DISPLAY_DEVICEA { pub cb: u32, pub DeviceName: [i8; 32], pub DeviceString: [i8; 128], - pub StateFlags: u32, + pub StateFlags: DISPLAY_DEVICE_STATE_FLAGS, pub DeviceID: [i8; 128], pub DeviceKey: [i8; 128], } @@ -6976,7 +7020,7 @@ pub struct DISPLAY_DEVICEW { pub cb: u32, pub DeviceName: [u16; 32], pub DeviceString: [u16; 128], - pub StateFlags: u32, + pub StateFlags: DISPLAY_DEVICE_STATE_FLAGS, pub DeviceID: [u16; 128], pub DeviceKey: [u16; 128], } diff --git a/crates/libs/windows/src/Windows/Win32/Graphics/Printing/mod.rs b/crates/libs/windows/src/Windows/Win32/Graphics/Printing/mod.rs index 9c0ec98fce..f32be9de9b 100644 --- a/crates/libs/windows/src/Windows/Win32/Graphics/Printing/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Graphics/Printing/mod.rs @@ -1,44 +1,29 @@ #[cfg(feature = "Win32_Graphics_Printing_PrintTicket")] pub mod PrintTicket; #[inline] -pub unsafe fn AbortPrinter(hprinter: P0) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn AbortPrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - AbortPrinter(hprinter.param().abi()) +pub unsafe fn AbortPrinter(hprinter: PRINTER_HANDLE) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn AbortPrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); + AbortPrinter(core::mem::transmute(hprinter)) } #[inline] -pub unsafe fn AddFormA(hprinter: P0, level: u32, pform: *const u8) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn AddFormA(hprinter : super::super::Foundation:: HANDLE, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); - AddFormA(hprinter.param().abi(), level, pform) +pub unsafe fn AddFormA(hprinter: PRINTER_HANDLE, level: u32, pform: *const u8) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn AddFormA(hprinter : PRINTER_HANDLE, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); + AddFormA(core::mem::transmute(hprinter), level, pform) } #[inline] -pub unsafe fn AddFormW(hprinter: P0, level: u32, pform: *const u8) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn AddFormW(hprinter : super::super::Foundation:: HANDLE, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); - AddFormW(hprinter.param().abi(), level, pform) +pub unsafe fn AddFormW(hprinter: PRINTER_HANDLE, level: u32, pform: *const u8) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn AddFormW(hprinter : PRINTER_HANDLE, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); + AddFormW(core::mem::transmute(hprinter), level, pform) } #[inline] -pub unsafe fn AddJobA(hprinter: P0, level: u32, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn AddJobA(hprinter : super::super::Foundation:: HANDLE, level : u32, pdata : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - AddJobA(hprinter.param().abi(), level, core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) +pub unsafe fn AddJobA(hprinter: PRINTER_HANDLE, level: u32, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn AddJobA(hprinter : PRINTER_HANDLE, level : u32, pdata : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + AddJobA(core::mem::transmute(hprinter), level, core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn AddJobW(hprinter: P0, level: u32, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn AddJobW(hprinter : super::super::Foundation:: HANDLE, level : u32, pdata : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - AddJobW(hprinter.param().abi(), level, core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) +pub unsafe fn AddJobW(hprinter: PRINTER_HANDLE, level: u32, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn AddJobW(hprinter : PRINTER_HANDLE, level : u32, pdata : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + AddJobW(core::mem::transmute(hprinter), level, core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] pub unsafe fn AddMonitorA(pname: P0, level: u32, pmonitors: Option<*const u8>) -> windows_core::Result<()> @@ -77,13 +62,10 @@ where AddPortW(pname.param().abi(), hwnd.param().abi(), pmonitorname.param().abi()).ok() } #[inline] -pub unsafe fn AddPrintDeviceObject(hprinter: P0) -> windows_core::Result -where - P0: windows_core::Param, -{ - windows_targets::link!("spoolss.dll" "system" fn AddPrintDeviceObject(hprinter : super::super::Foundation:: HANDLE, phdeviceobject : *mut super::super::Foundation:: HANDLE) -> windows_core::HRESULT); +pub unsafe fn AddPrintDeviceObject(hprinter: PRINTER_HANDLE) -> windows_core::Result { + windows_targets::link!("spoolss.dll" "system" fn AddPrintDeviceObject(hprinter : PRINTER_HANDLE, phdeviceobject : *mut super::super::Foundation:: HANDLE) -> windows_core::HRESULT); let mut result__ = core::mem::zeroed(); - AddPrintDeviceObject(hprinter.param().abi(), &mut result__).map(|| result__) + AddPrintDeviceObject(core::mem::transmute(hprinter), &mut result__).map(|| result__) } #[inline] pub unsafe fn AddPrintProcessorA(pname: P0, penvironment: P1, ppathname: P2, pprintprocessorname: P3) -> super::super::Foundation::BOOL @@ -209,25 +191,23 @@ where } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn AdvancedDocumentPropertiesA(hwnd: P0, hprinter: P1, pdevicename: P2, pdevmodeoutput: Option<*mut super::Gdi::DEVMODEA>, pdevmodeinput: Option<*const super::Gdi::DEVMODEA>) -> i32 +pub unsafe fn AdvancedDocumentPropertiesA(hwnd: P0, hprinter: PRINTER_HANDLE, pdevicename: P1, pdevmodeoutput: Option<*mut super::Gdi::DEVMODEA>, pdevmodeinput: Option<*const super::Gdi::DEVMODEA>) -> i32 where P0: windows_core::Param, - P1: windows_core::Param, - P2: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn AdvancedDocumentPropertiesA(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, pdevicename : windows_core::PCSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEA, pdevmodeinput : *const super::Gdi:: DEVMODEA) -> i32); - AdvancedDocumentPropertiesA(hwnd.param().abi(), hprinter.param().abi(), pdevicename.param().abi(), core::mem::transmute(pdevmodeoutput.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdevmodeinput.unwrap_or(core::ptr::null()))) + windows_targets::link!("winspool.drv" "system" fn AdvancedDocumentPropertiesA(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, pdevicename : windows_core::PCSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEA, pdevmodeinput : *const super::Gdi:: DEVMODEA) -> i32); + AdvancedDocumentPropertiesA(hwnd.param().abi(), core::mem::transmute(hprinter), pdevicename.param().abi(), core::mem::transmute(pdevmodeoutput.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdevmodeinput.unwrap_or(core::ptr::null()))) } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn AdvancedDocumentPropertiesW(hwnd: P0, hprinter: P1, pdevicename: P2, pdevmodeoutput: Option<*mut super::Gdi::DEVMODEW>, pdevmodeinput: Option<*const super::Gdi::DEVMODEW>) -> i32 +pub unsafe fn AdvancedDocumentPropertiesW(hwnd: P0, hprinter: PRINTER_HANDLE, pdevicename: P1, pdevmodeoutput: Option<*mut super::Gdi::DEVMODEW>, pdevmodeinput: Option<*const super::Gdi::DEVMODEW>) -> i32 where P0: windows_core::Param, - P1: windows_core::Param, - P2: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn AdvancedDocumentPropertiesW(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, pdevicename : windows_core::PCWSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEW, pdevmodeinput : *const super::Gdi:: DEVMODEW) -> i32); - AdvancedDocumentPropertiesW(hwnd.param().abi(), hprinter.param().abi(), pdevicename.param().abi(), core::mem::transmute(pdevmodeoutput.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdevmodeinput.unwrap_or(core::ptr::null()))) + windows_targets::link!("winspool.drv" "system" fn AdvancedDocumentPropertiesW(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, pdevicename : windows_core::PCWSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEW, pdevmodeinput : *const super::Gdi:: DEVMODEW) -> i32); + AdvancedDocumentPropertiesW(hwnd.param().abi(), core::mem::transmute(hprinter), pdevicename.param().abi(), core::mem::transmute(pdevmodeoutput.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdevmodeinput.unwrap_or(core::ptr::null()))) } #[inline] pub unsafe fn AppendPrinterNotifyInfoData(pinfodest: *const PRINTER_NOTIFY_INFO, pdatasrc: Option<*const PRINTER_NOTIFY_INFO_DATA>, fdwflags: u32) -> super::super::Foundation::BOOL { @@ -244,30 +224,25 @@ where CallRouterFindFirstPrinterChangeNotification(hprinterrpc.param().abi(), fdwfilterflags, fdwoptions, hnotify.param().abi(), pprinternotifyoptions) } #[inline] -pub unsafe fn ClosePrinter(hprinter: P0) -> windows_core::Result<()> -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn ClosePrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - ClosePrinter(hprinter.param().abi()).ok() +pub unsafe fn ClosePrinter(hprinter: PRINTER_HANDLE) -> windows_core::Result<()> { + windows_targets::link!("winspool.drv" "system" fn ClosePrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); + ClosePrinter(core::mem::transmute(hprinter)).ok() } #[inline] -pub unsafe fn CloseSpoolFileHandle(hprinter: P0, hspoolfile: P1) -> super::super::Foundation::BOOL +pub unsafe fn CloseSpoolFileHandle(hprinter: PRINTER_HANDLE, hspoolfile: P0) -> super::super::Foundation::BOOL where P0: windows_core::Param, - P1: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn CloseSpoolFileHandle(hprinter : super::super::Foundation:: HANDLE, hspoolfile : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - CloseSpoolFileHandle(hprinter.param().abi(), hspoolfile.param().abi()) + windows_targets::link!("winspool.drv" "system" fn CloseSpoolFileHandle(hprinter : PRINTER_HANDLE, hspoolfile : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); + CloseSpoolFileHandle(core::mem::transmute(hprinter), hspoolfile.param().abi()) } #[inline] -pub unsafe fn CommitSpoolData(hprinter: P0, hspoolfile: P1, cbcommit: u32) -> super::super::Foundation::HANDLE +pub unsafe fn CommitSpoolData(hprinter: PRINTER_HANDLE, hspoolfile: P0, cbcommit: u32) -> super::super::Foundation::HANDLE where P0: windows_core::Param, - P1: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn CommitSpoolData(hprinter : super::super::Foundation:: HANDLE, hspoolfile : super::super::Foundation:: HANDLE, cbcommit : u32) -> super::super::Foundation:: HANDLE); - CommitSpoolData(hprinter.param().abi(), hspoolfile.param().abi(), cbcommit) + windows_targets::link!("winspool.drv" "system" fn CommitSpoolData(hprinter : PRINTER_HANDLE, hspoolfile : super::super::Foundation:: HANDLE, cbcommit : u32) -> super::super::Foundation:: HANDLE); + CommitSpoolData(core::mem::transmute(hprinter), hspoolfile.param().abi(), cbcommit) } #[inline] pub unsafe fn CommonPropertySheetUIA(hwndowner: P0, pfnpropsheetui: PFNPROPSHEETUI, lparam: P1, presult: Option<*mut u32>) -> i32 @@ -347,39 +322,33 @@ where } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn CreatePrinterIC(hprinter: P0, pdevmode: Option<*const super::Gdi::DEVMODEW>) -> super::super::Foundation::HANDLE -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn CreatePrinterIC(hprinter : super::super::Foundation:: HANDLE, pdevmode : *const super::Gdi:: DEVMODEW) -> super::super::Foundation:: HANDLE); - CreatePrinterIC(hprinter.param().abi(), core::mem::transmute(pdevmode.unwrap_or(core::ptr::null()))) +pub unsafe fn CreatePrinterIC(hprinter: PRINTER_HANDLE, pdevmode: Option<*const super::Gdi::DEVMODEW>) -> super::super::Foundation::HANDLE { + windows_targets::link!("winspool.drv" "system" fn CreatePrinterIC(hprinter : PRINTER_HANDLE, pdevmode : *const super::Gdi:: DEVMODEW) -> super::super::Foundation:: HANDLE); + CreatePrinterIC(core::mem::transmute(hprinter), core::mem::transmute(pdevmode.unwrap_or(core::ptr::null()))) } #[inline] -pub unsafe fn DeleteFormA(hprinter: P0, pformname: P1) -> super::super::Foundation::BOOL +pub unsafe fn DeleteFormA(hprinter: PRINTER_HANDLE, pformname: P0) -> super::super::Foundation::BOOL where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DeleteFormA(hprinter : super::super::Foundation:: HANDLE, pformname : windows_core::PCSTR) -> super::super::Foundation:: BOOL); - DeleteFormA(hprinter.param().abi(), pformname.param().abi()) + windows_targets::link!("winspool.drv" "system" fn DeleteFormA(hprinter : PRINTER_HANDLE, pformname : windows_core::PCSTR) -> super::super::Foundation:: BOOL); + DeleteFormA(core::mem::transmute(hprinter), pformname.param().abi()) } #[inline] -pub unsafe fn DeleteFormW(hprinter: P0, pformname: P1) -> super::super::Foundation::BOOL +pub unsafe fn DeleteFormW(hprinter: PRINTER_HANDLE, pformname: P0) -> super::super::Foundation::BOOL where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DeleteFormW(hprinter : super::super::Foundation:: HANDLE, pformname : windows_core::PCWSTR) -> super::super::Foundation:: BOOL); - DeleteFormW(hprinter.param().abi(), pformname.param().abi()) + windows_targets::link!("winspool.drv" "system" fn DeleteFormW(hprinter : PRINTER_HANDLE, pformname : windows_core::PCWSTR) -> super::super::Foundation:: BOOL); + DeleteFormW(core::mem::transmute(hprinter), pformname.param().abi()) } #[inline] -pub unsafe fn DeleteJobNamedProperty(hprinter: P0, jobid: u32, pszname: P1) -> u32 +pub unsafe fn DeleteJobNamedProperty(hprinter: PRINTER_HANDLE, jobid: u32, pszname: P0) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DeleteJobNamedProperty(hprinter : super::super::Foundation:: HANDLE, jobid : u32, pszname : windows_core::PCWSTR) -> u32); - DeleteJobNamedProperty(hprinter.param().abi(), jobid, pszname.param().abi()) + windows_targets::link!("winspool.drv" "system" fn DeleteJobNamedProperty(hprinter : PRINTER_HANDLE, jobid : u32, pszname : windows_core::PCWSTR) -> u32); + DeleteJobNamedProperty(core::mem::transmute(hprinter), jobid, pszname.param().abi()) } #[inline] pub unsafe fn DeleteMonitorA(pname: P0, penvironment: P1, pmonitorname: P2) -> windows_core::Result<()> @@ -462,9 +431,9 @@ where DeletePrintProvidorW(pname.param().abi(), penvironment.param().abi(), pprintprovidorname.param().abi()) } #[inline] -pub unsafe fn DeletePrinter(hprinter: super::super::Foundation::HANDLE) -> windows_core::Result<()> { - windows_targets::link!("winspool.drv" "system" fn DeletePrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - DeletePrinter(hprinter).ok() +pub unsafe fn DeletePrinter(hprinter: PRINTER_HANDLE) -> windows_core::Result<()> { + windows_targets::link!("winspool.drv" "system" fn DeletePrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); + DeletePrinter(core::mem::transmute(hprinter)).ok() } #[inline] pub unsafe fn DeletePrinterConnectionA(pname: P0) -> super::super::Foundation::BOOL @@ -483,42 +452,38 @@ where DeletePrinterConnectionW(pname.param().abi()) } #[inline] -pub unsafe fn DeletePrinterDataA(hprinter: P0, pvaluename: P1) -> u32 +pub unsafe fn DeletePrinterDataA(hprinter: PRINTER_HANDLE, pvaluename: P0) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataA(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_core::PCSTR) -> u32); - DeletePrinterDataA(hprinter.param().abi(), pvaluename.param().abi()) + windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataA(hprinter : PRINTER_HANDLE, pvaluename : windows_core::PCSTR) -> u32); + DeletePrinterDataA(core::mem::transmute(hprinter), pvaluename.param().abi()) } #[inline] -pub unsafe fn DeletePrinterDataExA(hprinter: P0, pkeyname: P1, pvaluename: P2) -> u32 +pub unsafe fn DeletePrinterDataExA(hprinter: PRINTER_HANDLE, pkeyname: P0, pvaluename: P1) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, P1: windows_core::Param, - P2: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataExA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCSTR, pvaluename : windows_core::PCSTR) -> u32); - DeletePrinterDataExA(hprinter.param().abi(), pkeyname.param().abi(), pvaluename.param().abi()) + windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataExA(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCSTR, pvaluename : windows_core::PCSTR) -> u32); + DeletePrinterDataExA(core::mem::transmute(hprinter), pkeyname.param().abi(), pvaluename.param().abi()) } #[inline] -pub unsafe fn DeletePrinterDataExW(hprinter: P0, pkeyname: P1, pvaluename: P2) -> u32 +pub unsafe fn DeletePrinterDataExW(hprinter: PRINTER_HANDLE, pkeyname: P0, pvaluename: P1) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, P1: windows_core::Param, - P2: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataExW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCWSTR, pvaluename : windows_core::PCWSTR) -> u32); - DeletePrinterDataExW(hprinter.param().abi(), pkeyname.param().abi(), pvaluename.param().abi()) + windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataExW(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCWSTR, pvaluename : windows_core::PCWSTR) -> u32); + DeletePrinterDataExW(core::mem::transmute(hprinter), pkeyname.param().abi(), pvaluename.param().abi()) } #[inline] -pub unsafe fn DeletePrinterDataW(hprinter: P0, pvaluename: P1) -> u32 +pub unsafe fn DeletePrinterDataW(hprinter: PRINTER_HANDLE, pvaluename: P0) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataW(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_core::PCWSTR) -> u32); - DeletePrinterDataW(hprinter.param().abi(), pvaluename.param().abi()) + windows_targets::link!("winspool.drv" "system" fn DeletePrinterDataW(hprinter : PRINTER_HANDLE, pvaluename : windows_core::PCWSTR) -> u32); + DeletePrinterDataW(core::mem::transmute(hprinter), pvaluename.param().abi()) } #[inline] pub unsafe fn DeletePrinterDriverA(pname: P0, penvironment: P1, pdrivername: P2) -> super::super::Foundation::BOOL @@ -589,31 +554,26 @@ where DeletePrinterIC(hprinteric.param().abi()) } #[inline] -pub unsafe fn DeletePrinterKeyA(hprinter: P0, pkeyname: P1) -> u32 +pub unsafe fn DeletePrinterKeyA(hprinter: PRINTER_HANDLE, pkeyname: P0) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DeletePrinterKeyA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCSTR) -> u32); - DeletePrinterKeyA(hprinter.param().abi(), pkeyname.param().abi()) + windows_targets::link!("winspool.drv" "system" fn DeletePrinterKeyA(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCSTR) -> u32); + DeletePrinterKeyA(core::mem::transmute(hprinter), pkeyname.param().abi()) } #[inline] -pub unsafe fn DeletePrinterKeyW(hprinter: P0, pkeyname: P1) -> u32 +pub unsafe fn DeletePrinterKeyW(hprinter: PRINTER_HANDLE, pkeyname: P0) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DeletePrinterKeyW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCWSTR) -> u32); - DeletePrinterKeyW(hprinter.param().abi(), pkeyname.param().abi()) + windows_targets::link!("winspool.drv" "system" fn DeletePrinterKeyW(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCWSTR) -> u32); + DeletePrinterKeyW(core::mem::transmute(hprinter), pkeyname.param().abi()) } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn DevQueryPrint(hprinter: P0, pdevmode: *const super::Gdi::DEVMODEA, presid: *mut u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn DevQueryPrint(hprinter : super::super::Foundation:: HANDLE, pdevmode : *const super::Gdi:: DEVMODEA, presid : *mut u32) -> super::super::Foundation:: BOOL); - DevQueryPrint(hprinter.param().abi(), pdevmode, presid) +pub unsafe fn DevQueryPrint(hprinter: PRINTER_HANDLE, pdevmode: *const super::Gdi::DEVMODEA, presid: *mut u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn DevQueryPrint(hprinter : PRINTER_HANDLE, pdevmode : *const super::Gdi:: DEVMODEA, presid : *mut u32) -> super::super::Foundation:: BOOL); + DevQueryPrint(core::mem::transmute(hprinter), pdevmode, presid) } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] @@ -623,81 +583,58 @@ pub unsafe fn DevQueryPrintEx(pdqpinfo: *mut DEVQUERYPRINT_INFO) -> super::super } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn DocumentPropertiesA(hwnd: P0, hprinter: P1, pdevicename: P2, pdevmodeoutput: Option<*mut super::Gdi::DEVMODEA>, pdevmodeinput: Option<*const super::Gdi::DEVMODEA>, fmode: u32) -> i32 +pub unsafe fn DocumentPropertiesA(hwnd: P0, hprinter: PRINTER_HANDLE, pdevicename: P1, pdevmodeoutput: Option<*mut super::Gdi::DEVMODEA>, pdevmodeinput: Option<*const super::Gdi::DEVMODEA>, fmode: u32) -> i32 where P0: windows_core::Param, - P1: windows_core::Param, - P2: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DocumentPropertiesA(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, pdevicename : windows_core::PCSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEA, pdevmodeinput : *const super::Gdi:: DEVMODEA, fmode : u32) -> i32); - DocumentPropertiesA(hwnd.param().abi(), hprinter.param().abi(), pdevicename.param().abi(), core::mem::transmute(pdevmodeoutput.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdevmodeinput.unwrap_or(core::ptr::null())), fmode) + windows_targets::link!("winspool.drv" "system" fn DocumentPropertiesA(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, pdevicename : windows_core::PCSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEA, pdevmodeinput : *const super::Gdi:: DEVMODEA, fmode : u32) -> i32); + DocumentPropertiesA(hwnd.param().abi(), core::mem::transmute(hprinter), pdevicename.param().abi(), core::mem::transmute(pdevmodeoutput.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdevmodeinput.unwrap_or(core::ptr::null())), fmode) } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn DocumentPropertiesW(hwnd: P0, hprinter: P1, pdevicename: P2, pdevmodeoutput: Option<*mut super::Gdi::DEVMODEW>, pdevmodeinput: Option<*const super::Gdi::DEVMODEW>, fmode: u32) -> i32 +pub unsafe fn DocumentPropertiesW(hwnd: P0, hprinter: PRINTER_HANDLE, pdevicename: P1, pdevmodeoutput: Option<*mut super::Gdi::DEVMODEW>, pdevmodeinput: Option<*const super::Gdi::DEVMODEW>, fmode: u32) -> i32 where P0: windows_core::Param, - P1: windows_core::Param, - P2: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn DocumentPropertiesW(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, pdevicename : windows_core::PCWSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEW, pdevmodeinput : *const super::Gdi:: DEVMODEW, fmode : u32) -> i32); - DocumentPropertiesW(hwnd.param().abi(), hprinter.param().abi(), pdevicename.param().abi(), core::mem::transmute(pdevmodeoutput.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdevmodeinput.unwrap_or(core::ptr::null())), fmode) + windows_targets::link!("winspool.drv" "system" fn DocumentPropertiesW(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, pdevicename : windows_core::PCWSTR, pdevmodeoutput : *mut super::Gdi:: DEVMODEW, pdevmodeinput : *const super::Gdi:: DEVMODEW, fmode : u32) -> i32); + DocumentPropertiesW(hwnd.param().abi(), core::mem::transmute(hprinter), pdevicename.param().abi(), core::mem::transmute(pdevmodeoutput.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdevmodeinput.unwrap_or(core::ptr::null())), fmode) } #[inline] -pub unsafe fn EndDocPrinter(hprinter: P0) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn EndDocPrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - EndDocPrinter(hprinter.param().abi()) +pub unsafe fn EndDocPrinter(hprinter: PRINTER_HANDLE) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn EndDocPrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); + EndDocPrinter(core::mem::transmute(hprinter)) } #[inline] -pub unsafe fn EndPagePrinter(hprinter: P0) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn EndPagePrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - EndPagePrinter(hprinter.param().abi()) +pub unsafe fn EndPagePrinter(hprinter: PRINTER_HANDLE) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn EndPagePrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); + EndPagePrinter(core::mem::transmute(hprinter)) } #[inline] -pub unsafe fn EnumFormsA(hprinter: P0, level: u32, pform: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn EnumFormsA(hprinter : super::super::Foundation:: HANDLE, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); - EnumFormsA(hprinter.param().abi(), level, core::mem::transmute(pform.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pform.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded, pcreturned) +pub unsafe fn EnumFormsA(hprinter: PRINTER_HANDLE, level: u32, pform: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn EnumFormsA(hprinter : PRINTER_HANDLE, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); + EnumFormsA(core::mem::transmute(hprinter), level, core::mem::transmute(pform.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pform.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded, pcreturned) } #[inline] -pub unsafe fn EnumFormsW(hprinter: P0, level: u32, pform: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn EnumFormsW(hprinter : super::super::Foundation:: HANDLE, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); - EnumFormsW(hprinter.param().abi(), level, core::mem::transmute(pform.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pform.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded, pcreturned) +pub unsafe fn EnumFormsW(hprinter: PRINTER_HANDLE, level: u32, pform: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn EnumFormsW(hprinter : PRINTER_HANDLE, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); + EnumFormsW(core::mem::transmute(hprinter), level, core::mem::transmute(pform.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pform.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded, pcreturned) } #[inline] -pub unsafe fn EnumJobNamedProperties(hprinter: P0, jobid: u32, pcproperties: *mut u32, ppproperties: *mut *mut PrintNamedProperty) -> u32 -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn EnumJobNamedProperties(hprinter : super::super::Foundation:: HANDLE, jobid : u32, pcproperties : *mut u32, ppproperties : *mut *mut PrintNamedProperty) -> u32); - EnumJobNamedProperties(hprinter.param().abi(), jobid, pcproperties, ppproperties) +pub unsafe fn EnumJobNamedProperties(hprinter: PRINTER_HANDLE, jobid: u32, pcproperties: *mut u32, ppproperties: *mut *mut PrintNamedProperty) -> u32 { + windows_targets::link!("winspool.drv" "system" fn EnumJobNamedProperties(hprinter : PRINTER_HANDLE, jobid : u32, pcproperties : *mut u32, ppproperties : *mut *mut PrintNamedProperty) -> u32); + EnumJobNamedProperties(core::mem::transmute(hprinter), jobid, pcproperties, ppproperties) } #[inline] -pub unsafe fn EnumJobsA(hprinter: P0, firstjob: u32, nojobs: u32, level: u32, pjob: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> windows_core::Result<()> -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn EnumJobsA(hprinter : super::super::Foundation:: HANDLE, firstjob : u32, nojobs : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); - EnumJobsA(hprinter.param().abi(), firstjob, nojobs, level, core::mem::transmute(pjob.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pjob.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded, pcreturned).ok() +pub unsafe fn EnumJobsA(hprinter: PRINTER_HANDLE, firstjob: u32, nojobs: u32, level: u32, pjob: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> windows_core::Result<()> { + windows_targets::link!("winspool.drv" "system" fn EnumJobsA(hprinter : PRINTER_HANDLE, firstjob : u32, nojobs : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); + EnumJobsA(core::mem::transmute(hprinter), firstjob, nojobs, level, core::mem::transmute(pjob.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pjob.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded, pcreturned).ok() } #[inline] -pub unsafe fn EnumJobsW(hprinter: P0, firstjob: u32, nojobs: u32, level: u32, pjob: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> windows_core::Result<()> -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn EnumJobsW(hprinter : super::super::Foundation:: HANDLE, firstjob : u32, nojobs : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); - EnumJobsW(hprinter.param().abi(), firstjob, nojobs, level, core::mem::transmute(pjob.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pjob.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded, pcreturned).ok() +pub unsafe fn EnumJobsW(hprinter: PRINTER_HANDLE, firstjob: u32, nojobs: u32, level: u32, pjob: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> windows_core::Result<()> { + windows_targets::link!("winspool.drv" "system" fn EnumJobsW(hprinter : PRINTER_HANDLE, firstjob : u32, nojobs : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32, pcreturned : *mut u32) -> super::super::Foundation:: BOOL); + EnumJobsW(core::mem::transmute(hprinter), firstjob, nojobs, level, core::mem::transmute(pjob.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pjob.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded, pcreturned).ok() } #[inline] pub unsafe fn EnumMonitorsA(pname: P0, level: u32, pmonitor: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> super::super::Foundation::BOOL @@ -768,38 +705,30 @@ where EnumPrintProcessorsW(pname.param().abi(), penvironment.param().abi(), level, core::mem::transmute(pprintprocessorinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pprintprocessorinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded, pcreturned) } #[inline] -pub unsafe fn EnumPrinterDataA(hprinter: P0, dwindex: u32, pvaluename: &mut [u8], pcbvaluename: *mut u32, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbdata: Option<*mut u32>) -> u32 -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataA(hprinter : super::super::Foundation:: HANDLE, dwindex : u32, pvaluename : windows_core::PSTR, cbvaluename : u32, pcbvaluename : *mut u32, ptype : *mut u32, pdata : *mut u8, cbdata : u32, pcbdata : *mut u32) -> u32); - EnumPrinterDataA(hprinter.param().abi(), dwindex, core::mem::transmute(pvaluename.as_ptr()), pvaluename.len().try_into().unwrap(), pcbvaluename, core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(pcbdata.unwrap_or(core::ptr::null_mut()))) +pub unsafe fn EnumPrinterDataA(hprinter: PRINTER_HANDLE, dwindex: u32, pvaluename: &mut [u8], pcbvaluename: *mut u32, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbdata: Option<*mut u32>) -> u32 { + windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataA(hprinter : PRINTER_HANDLE, dwindex : u32, pvaluename : windows_core::PSTR, cbvaluename : u32, pcbvaluename : *mut u32, ptype : *mut u32, pdata : *mut u8, cbdata : u32, pcbdata : *mut u32) -> u32); + EnumPrinterDataA(core::mem::transmute(hprinter), dwindex, core::mem::transmute(pvaluename.as_ptr()), pvaluename.len().try_into().unwrap(), pcbvaluename, core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(pcbdata.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn EnumPrinterDataExA(hprinter: P0, pkeyname: P1, penumvalues: Option<&mut [u8]>, pcbenumvalues: *mut u32, pnenumvalues: *mut u32) -> u32 +pub unsafe fn EnumPrinterDataExA(hprinter: PRINTER_HANDLE, pkeyname: P0, penumvalues: Option<&mut [u8]>, pcbenumvalues: *mut u32, pnenumvalues: *mut u32) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataExA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCSTR, penumvalues : *mut u8, cbenumvalues : u32, pcbenumvalues : *mut u32, pnenumvalues : *mut u32) -> u32); - EnumPrinterDataExA(hprinter.param().abi(), pkeyname.param().abi(), core::mem::transmute(penumvalues.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), penumvalues.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbenumvalues, pnenumvalues) + windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataExA(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCSTR, penumvalues : *mut u8, cbenumvalues : u32, pcbenumvalues : *mut u32, pnenumvalues : *mut u32) -> u32); + EnumPrinterDataExA(core::mem::transmute(hprinter), pkeyname.param().abi(), core::mem::transmute(penumvalues.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), penumvalues.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbenumvalues, pnenumvalues) } #[inline] -pub unsafe fn EnumPrinterDataExW(hprinter: P0, pkeyname: P1, penumvalues: Option<&mut [u8]>, pcbenumvalues: *mut u32, pnenumvalues: *mut u32) -> u32 +pub unsafe fn EnumPrinterDataExW(hprinter: PRINTER_HANDLE, pkeyname: P0, penumvalues: Option<&mut [u8]>, pcbenumvalues: *mut u32, pnenumvalues: *mut u32) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataExW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCWSTR, penumvalues : *mut u8, cbenumvalues : u32, pcbenumvalues : *mut u32, pnenumvalues : *mut u32) -> u32); - EnumPrinterDataExW(hprinter.param().abi(), pkeyname.param().abi(), core::mem::transmute(penumvalues.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), penumvalues.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbenumvalues, pnenumvalues) + windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataExW(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCWSTR, penumvalues : *mut u8, cbenumvalues : u32, pcbenumvalues : *mut u32, pnenumvalues : *mut u32) -> u32); + EnumPrinterDataExW(core::mem::transmute(hprinter), pkeyname.param().abi(), core::mem::transmute(penumvalues.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), penumvalues.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbenumvalues, pnenumvalues) } #[inline] -pub unsafe fn EnumPrinterDataW(hprinter: P0, dwindex: u32, pvaluename: windows_core::PWSTR, cbvaluename: u32, pcbvaluename: *mut u32, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbdata: Option<*mut u32>) -> u32 -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataW(hprinter : super::super::Foundation:: HANDLE, dwindex : u32, pvaluename : windows_core::PWSTR, cbvaluename : u32, pcbvaluename : *mut u32, ptype : *mut u32, pdata : *mut u8, cbdata : u32, pcbdata : *mut u32) -> u32); - EnumPrinterDataW(hprinter.param().abi(), dwindex, core::mem::transmute(pvaluename), cbvaluename, pcbvaluename, core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(pcbdata.unwrap_or(core::ptr::null_mut()))) +pub unsafe fn EnumPrinterDataW(hprinter: PRINTER_HANDLE, dwindex: u32, pvaluename: windows_core::PWSTR, cbvaluename: u32, pcbvaluename: *mut u32, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbdata: Option<*mut u32>) -> u32 { + windows_targets::link!("winspool.drv" "system" fn EnumPrinterDataW(hprinter : PRINTER_HANDLE, dwindex : u32, pvaluename : windows_core::PWSTR, cbvaluename : u32, pcbvaluename : *mut u32, ptype : *mut u32, pdata : *mut u8, cbdata : u32, pcbdata : *mut u32) -> u32); + EnumPrinterDataW(core::mem::transmute(hprinter), dwindex, core::mem::transmute(pvaluename), cbvaluename, pcbvaluename, core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(pcbdata.unwrap_or(core::ptr::null_mut()))) } #[inline] pub unsafe fn EnumPrinterDriversA(pname: P0, penvironment: P1, level: u32, pdriverinfo: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> windows_core::Result<()> @@ -820,22 +749,20 @@ where EnumPrinterDriversW(pname.param().abi(), penvironment.param().abi(), level, core::mem::transmute(pdriverinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdriverinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded, pcreturned).ok() } #[inline] -pub unsafe fn EnumPrinterKeyA(hprinter: P0, pkeyname: P1, psubkey: Option<&mut [u8]>, pcbsubkey: *mut u32) -> u32 +pub unsafe fn EnumPrinterKeyA(hprinter: PRINTER_HANDLE, pkeyname: P0, psubkey: Option<&mut [u8]>, pcbsubkey: *mut u32) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn EnumPrinterKeyA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCSTR, psubkey : windows_core::PSTR, cbsubkey : u32, pcbsubkey : *mut u32) -> u32); - EnumPrinterKeyA(hprinter.param().abi(), pkeyname.param().abi(), core::mem::transmute(psubkey.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), psubkey.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbsubkey) + windows_targets::link!("winspool.drv" "system" fn EnumPrinterKeyA(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCSTR, psubkey : windows_core::PSTR, cbsubkey : u32, pcbsubkey : *mut u32) -> u32); + EnumPrinterKeyA(core::mem::transmute(hprinter), pkeyname.param().abi(), core::mem::transmute(psubkey.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), psubkey.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbsubkey) } #[inline] -pub unsafe fn EnumPrinterKeyW(hprinter: P0, pkeyname: P1, psubkey: windows_core::PWSTR, cbsubkey: u32, pcbsubkey: *mut u32) -> u32 +pub unsafe fn EnumPrinterKeyW(hprinter: PRINTER_HANDLE, pkeyname: P0, psubkey: windows_core::PWSTR, cbsubkey: u32, pcbsubkey: *mut u32) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn EnumPrinterKeyW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCWSTR, psubkey : windows_core::PWSTR, cbsubkey : u32, pcbsubkey : *mut u32) -> u32); - EnumPrinterKeyW(hprinter.param().abi(), pkeyname.param().abi(), core::mem::transmute(psubkey), cbsubkey, pcbsubkey) + windows_targets::link!("winspool.drv" "system" fn EnumPrinterKeyW(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCWSTR, psubkey : windows_core::PWSTR, cbsubkey : u32, pcbsubkey : *mut u32) -> u32); + EnumPrinterKeyW(core::mem::transmute(hprinter), pkeyname.param().abi(), core::mem::transmute(psubkey), cbsubkey, pcbsubkey) } #[inline] pub unsafe fn EnumPrintersA(flags: u32, name: P0, level: u32, pprinterenum: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32) -> windows_core::Result<()> @@ -875,12 +802,9 @@ where FindClosePrinterChangeNotification(hchange.param().abi()) } #[inline] -pub unsafe fn FindFirstPrinterChangeNotification(hprinter: P0, fdwfilter: u32, fdwoptions: u32, pprinternotifyoptions: Option<*const core::ffi::c_void>) -> super::super::Foundation::HANDLE -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn FindFirstPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, fdwfilter : u32, fdwoptions : u32, pprinternotifyoptions : *const core::ffi::c_void) -> super::super::Foundation:: HANDLE); - FindFirstPrinterChangeNotification(hprinter.param().abi(), fdwfilter, fdwoptions, core::mem::transmute(pprinternotifyoptions.unwrap_or(core::ptr::null()))) +pub unsafe fn FindFirstPrinterChangeNotification(hprinter: PRINTER_HANDLE, fdwfilter: u32, fdwoptions: u32, pprinternotifyoptions: Option<*const core::ffi::c_void>) -> super::super::Foundation::HANDLE { + windows_targets::link!("winspool.drv" "system" fn FindFirstPrinterChangeNotification(hprinter : PRINTER_HANDLE, fdwfilter : u32, fdwoptions : u32, pprinternotifyoptions : *const core::ffi::c_void) -> super::super::Foundation:: HANDLE); + FindFirstPrinterChangeNotification(core::mem::transmute(hprinter), fdwfilter, fdwoptions, core::mem::transmute(pprinternotifyoptions.unwrap_or(core::ptr::null()))) } #[inline] pub unsafe fn FindNextPrinterChangeNotification(hchange: P0, pdwchange: Option<*mut u32>, pvreserved: Option<*const core::ffi::c_void>, ppprinternotifyinfo: Option<*mut *mut core::ffi::c_void>) -> super::super::Foundation::BOOL @@ -891,12 +815,9 @@ where FindNextPrinterChangeNotification(hchange.param().abi(), core::mem::transmute(pdwchange.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pvreserved.unwrap_or(core::ptr::null())), core::mem::transmute(ppprinternotifyinfo.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn FlushPrinter(hprinter: P0, pbuf: Option<*const core::ffi::c_void>, cbbuf: u32, pcwritten: *mut u32, csleep: u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn FlushPrinter(hprinter : super::super::Foundation:: HANDLE, pbuf : *const core::ffi::c_void, cbbuf : u32, pcwritten : *mut u32, csleep : u32) -> super::super::Foundation:: BOOL); - FlushPrinter(hprinter.param().abi(), core::mem::transmute(pbuf.unwrap_or(core::ptr::null())), cbbuf, pcwritten, csleep) +pub unsafe fn FlushPrinter(hprinter: PRINTER_HANDLE, pbuf: Option<*const core::ffi::c_void>, cbbuf: u32, pcwritten: *mut u32, csleep: u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn FlushPrinter(hprinter : PRINTER_HANDLE, pbuf : *const core::ffi::c_void, cbbuf : u32, pcwritten : *mut u32, csleep : u32) -> super::super::Foundation:: BOOL); + FlushPrinter(core::mem::transmute(hprinter), core::mem::transmute(pbuf.unwrap_or(core::ptr::null())), cbbuf, pcwritten, csleep) } #[inline] pub unsafe fn FreePrintNamedPropertyArray(ppproperties: Option<&mut [*mut PrintNamedProperty]>) { @@ -1064,30 +985,25 @@ pub unsafe fn GetDefaultPrinterW(pszbuffer: windows_core::PWSTR, pcchbuffer: *mu GetDefaultPrinterW(core::mem::transmute(pszbuffer), pcchbuffer) } #[inline] -pub unsafe fn GetFormA(hprinter: P0, pformname: P1, level: u32, pform: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL +pub unsafe fn GetFormA(hprinter: PRINTER_HANDLE, pformname: P0, level: u32, pform: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetFormA(hprinter : super::super::Foundation:: HANDLE, pformname : windows_core::PCSTR, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - GetFormA(hprinter.param().abi(), pformname.param().abi(), level, core::mem::transmute(pform.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pform.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) + windows_targets::link!("winspool.drv" "system" fn GetFormA(hprinter : PRINTER_HANDLE, pformname : windows_core::PCSTR, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + GetFormA(core::mem::transmute(hprinter), pformname.param().abi(), level, core::mem::transmute(pform.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pform.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn GetFormW(hprinter: P0, pformname: P1, level: u32, pform: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL +pub unsafe fn GetFormW(hprinter: PRINTER_HANDLE, pformname: P0, level: u32, pform: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetFormW(hprinter : super::super::Foundation:: HANDLE, pformname : windows_core::PCWSTR, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - GetFormW(hprinter.param().abi(), pformname.param().abi(), level, core::mem::transmute(pform.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pform.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) + windows_targets::link!("winspool.drv" "system" fn GetFormW(hprinter : PRINTER_HANDLE, pformname : windows_core::PCWSTR, level : u32, pform : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + GetFormW(core::mem::transmute(hprinter), pformname.param().abi(), level, core::mem::transmute(pform.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pform.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn GetJobA(hprinter: P0, jobid: u32, level: u32, pjob: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn GetJobA(hprinter : super::super::Foundation:: HANDLE, jobid : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - GetJobA(hprinter.param().abi(), jobid, level, core::mem::transmute(pjob.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pjob.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) +pub unsafe fn GetJobA(hprinter: PRINTER_HANDLE, jobid: u32, level: u32, pjob: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn GetJobA(hprinter : PRINTER_HANDLE, jobid : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + GetJobA(core::mem::transmute(hprinter), jobid, level, core::mem::transmute(pjob.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pjob.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] @@ -1108,21 +1024,17 @@ where GetJobAttributesEx(pprintername.param().abi(), pdevmode, dwlevel, core::mem::transmute(pattributeinfo.as_ptr()), pattributeinfo.len().try_into().unwrap(), dwflags) } #[inline] -pub unsafe fn GetJobNamedPropertyValue(hprinter: P0, jobid: u32, pszname: P1, pvalue: *mut PrintPropertyValue) -> u32 +pub unsafe fn GetJobNamedPropertyValue(hprinter: PRINTER_HANDLE, jobid: u32, pszname: P0, pvalue: *mut PrintPropertyValue) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetJobNamedPropertyValue(hprinter : super::super::Foundation:: HANDLE, jobid : u32, pszname : windows_core::PCWSTR, pvalue : *mut PrintPropertyValue) -> u32); - GetJobNamedPropertyValue(hprinter.param().abi(), jobid, pszname.param().abi(), pvalue) + windows_targets::link!("winspool.drv" "system" fn GetJobNamedPropertyValue(hprinter : PRINTER_HANDLE, jobid : u32, pszname : windows_core::PCWSTR, pvalue : *mut PrintPropertyValue) -> u32); + GetJobNamedPropertyValue(core::mem::transmute(hprinter), jobid, pszname.param().abi(), pvalue) } #[inline] -pub unsafe fn GetJobW(hprinter: P0, jobid: u32, level: u32, pjob: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn GetJobW(hprinter : super::super::Foundation:: HANDLE, jobid : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - GetJobW(hprinter.param().abi(), jobid, level, core::mem::transmute(pjob.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pjob.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) +pub unsafe fn GetJobW(hprinter: PRINTER_HANDLE, jobid: u32, level: u32, pjob: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn GetJobW(hprinter : PRINTER_HANDLE, jobid : u32, level : u32, pjob : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + GetJobW(core::mem::transmute(hprinter), jobid, level, core::mem::transmute(pjob.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pjob.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] pub unsafe fn GetPrintExecutionData(pdata: *mut PRINT_EXECUTION_DATA) -> super::super::Foundation::BOOL { @@ -1157,79 +1069,69 @@ where GetPrintProcessorDirectoryW(pname.param().abi(), penvironment.param().abi(), level, core::mem::transmute(pprintprocessorinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pprintprocessorinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn GetPrinterA(hprinter: P0, level: u32, pprinter: Option<&mut [u8]>, pcbneeded: *mut u32) -> windows_core::Result<()> -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn GetPrinterA(hprinter : super::super::Foundation:: HANDLE, level : u32, pprinter : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - GetPrinterA(hprinter.param().abi(), level, core::mem::transmute(pprinter.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pprinter.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded).ok() +pub unsafe fn GetPrinterA(hprinter: PRINTER_HANDLE, level: u32, pprinter: Option<&mut [u8]>, pcbneeded: *mut u32) -> windows_core::Result<()> { + windows_targets::link!("winspool.drv" "system" fn GetPrinterA(hprinter : PRINTER_HANDLE, level : u32, pprinter : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + GetPrinterA(core::mem::transmute(hprinter), level, core::mem::transmute(pprinter.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pprinter.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded).ok() } #[inline] -pub unsafe fn GetPrinterDataA(hprinter: P0, pvaluename: P1, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> u32 +pub unsafe fn GetPrinterDataA(hprinter: PRINTER_HANDLE, pvaluename: P0, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetPrinterDataA(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_core::PCSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); - GetPrinterDataA(hprinter.param().abi(), pvaluename.param().abi(), core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) + windows_targets::link!("winspool.drv" "system" fn GetPrinterDataA(hprinter : PRINTER_HANDLE, pvaluename : windows_core::PCSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); + GetPrinterDataA(core::mem::transmute(hprinter), pvaluename.param().abi(), core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn GetPrinterDataExA(hprinter: P0, pkeyname: P1, pvaluename: P2, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> u32 +pub unsafe fn GetPrinterDataExA(hprinter: PRINTER_HANDLE, pkeyname: P0, pvaluename: P1, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, P1: windows_core::Param, - P2: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetPrinterDataExA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCSTR, pvaluename : windows_core::PCSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); - GetPrinterDataExA(hprinter.param().abi(), pkeyname.param().abi(), pvaluename.param().abi(), core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) + windows_targets::link!("winspool.drv" "system" fn GetPrinterDataExA(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCSTR, pvaluename : windows_core::PCSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); + GetPrinterDataExA(core::mem::transmute(hprinter), pkeyname.param().abi(), pvaluename.param().abi(), core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn GetPrinterDataExW(hprinter: P0, pkeyname: P1, pvaluename: P2, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> u32 +pub unsafe fn GetPrinterDataExW(hprinter: PRINTER_HANDLE, pkeyname: P0, pvaluename: P1, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, P1: windows_core::Param, - P2: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetPrinterDataExW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCWSTR, pvaluename : windows_core::PCWSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); - GetPrinterDataExW(hprinter.param().abi(), pkeyname.param().abi(), pvaluename.param().abi(), core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) + windows_targets::link!("winspool.drv" "system" fn GetPrinterDataExW(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCWSTR, pvaluename : windows_core::PCWSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); + GetPrinterDataExW(core::mem::transmute(hprinter), pkeyname.param().abi(), pvaluename.param().abi(), core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn GetPrinterDataW(hprinter: P0, pvaluename: P1, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> u32 +pub unsafe fn GetPrinterDataW(hprinter: PRINTER_HANDLE, pvaluename: P0, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbneeded: *mut u32) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetPrinterDataW(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_core::PCWSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); - GetPrinterDataW(hprinter.param().abi(), pvaluename.param().abi(), core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) + windows_targets::link!("winspool.drv" "system" fn GetPrinterDataW(hprinter : PRINTER_HANDLE, pvaluename : windows_core::PCWSTR, ptype : *mut u32, pdata : *mut u8, nsize : u32, pcbneeded : *mut u32) -> u32); + GetPrinterDataW(core::mem::transmute(hprinter), pvaluename.param().abi(), core::mem::transmute(ptype.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pdata.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdata.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn GetPrinterDriver2A(hwnd: P0, hprinter: P1, penvironment: P2, level: u32, pdriverinfo: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL +pub unsafe fn GetPrinterDriver2A(hwnd: P0, hprinter: PRINTER_HANDLE, penvironment: P1, level: u32, pdriverinfo: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL where P0: windows_core::Param, - P1: windows_core::Param, - P2: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetPrinterDriver2A(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, penvironment : windows_core::PCSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - GetPrinterDriver2A(hwnd.param().abi(), hprinter.param().abi(), penvironment.param().abi(), level, core::mem::transmute(pdriverinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdriverinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) + windows_targets::link!("winspool.drv" "system" fn GetPrinterDriver2A(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, penvironment : windows_core::PCSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + GetPrinterDriver2A(hwnd.param().abi(), core::mem::transmute(hprinter), penvironment.param().abi(), level, core::mem::transmute(pdriverinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdriverinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn GetPrinterDriver2W(hwnd: P0, hprinter: P1, penvironment: P2, level: u32, pdriverinfo: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL +pub unsafe fn GetPrinterDriver2W(hwnd: P0, hprinter: PRINTER_HANDLE, penvironment: P1, level: u32, pdriverinfo: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL where P0: windows_core::Param, - P1: windows_core::Param, - P2: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetPrinterDriver2W(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE, penvironment : windows_core::PCWSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - GetPrinterDriver2W(hwnd.param().abi(), hprinter.param().abi(), penvironment.param().abi(), level, core::mem::transmute(pdriverinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdriverinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) + windows_targets::link!("winspool.drv" "system" fn GetPrinterDriver2W(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE, penvironment : windows_core::PCWSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + GetPrinterDriver2W(hwnd.param().abi(), core::mem::transmute(hprinter), penvironment.param().abi(), level, core::mem::transmute(pdriverinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdriverinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn GetPrinterDriverA(hprinter: P0, penvironment: P1, level: u32, pdriverinfo: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL +pub unsafe fn GetPrinterDriverA(hprinter: PRINTER_HANDLE, penvironment: P0, level: u32, pdriverinfo: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverA(hprinter : super::super::Foundation:: HANDLE, penvironment : windows_core::PCSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - GetPrinterDriverA(hprinter.param().abi(), penvironment.param().abi(), level, core::mem::transmute(pdriverinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdriverinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) + windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverA(hprinter : PRINTER_HANDLE, penvironment : windows_core::PCSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + GetPrinterDriverA(core::mem::transmute(hprinter), penvironment.param().abi(), level, core::mem::transmute(pdriverinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdriverinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] pub unsafe fn GetPrinterDriverDirectoryA(pname: P0, penvironment: P1, level: u32, pdriverdirectory: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL @@ -1272,29 +1174,22 @@ where GetPrinterDriverPackagePathW(pszserver.param().abi(), pszenvironment.param().abi(), pszlanguage.param().abi(), pszpackageid.param().abi(), core::mem::transmute(pszdriverpackagecab.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pszdriverpackagecab.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcchrequiredsize).ok() } #[inline] -pub unsafe fn GetPrinterDriverW(hprinter: P0, penvironment: P1, level: u32, pdriverinfo: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL +pub unsafe fn GetPrinterDriverW(hprinter: PRINTER_HANDLE, penvironment: P0, level: u32, pdriverinfo: Option<&mut [u8]>, pcbneeded: *mut u32) -> super::super::Foundation::BOOL where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverW(hprinter : super::super::Foundation:: HANDLE, penvironment : windows_core::PCWSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - GetPrinterDriverW(hprinter.param().abi(), penvironment.param().abi(), level, core::mem::transmute(pdriverinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdriverinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) + windows_targets::link!("winspool.drv" "system" fn GetPrinterDriverW(hprinter : PRINTER_HANDLE, penvironment : windows_core::PCWSTR, level : u32, pdriverinfo : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + GetPrinterDriverW(core::mem::transmute(hprinter), penvironment.param().abi(), level, core::mem::transmute(pdriverinfo.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pdriverinfo.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded) } #[inline] -pub unsafe fn GetPrinterW(hprinter: P0, level: u32, pprinter: Option<&mut [u8]>, pcbneeded: *mut u32) -> windows_core::Result<()> -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn GetPrinterW(hprinter : super::super::Foundation:: HANDLE, level : u32, pprinter : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); - GetPrinterW(hprinter.param().abi(), level, core::mem::transmute(pprinter.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pprinter.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded).ok() +pub unsafe fn GetPrinterW(hprinter: PRINTER_HANDLE, level: u32, pprinter: Option<&mut [u8]>, pcbneeded: *mut u32) -> windows_core::Result<()> { + windows_targets::link!("winspool.drv" "system" fn GetPrinterW(hprinter : PRINTER_HANDLE, level : u32, pprinter : *mut u8, cbbuf : u32, pcbneeded : *mut u32) -> super::super::Foundation:: BOOL); + GetPrinterW(core::mem::transmute(hprinter), level, core::mem::transmute(pprinter.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pprinter.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), pcbneeded).ok() } #[inline] -pub unsafe fn GetSpoolFileHandle(hprinter: P0) -> windows_core::Result -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn GetSpoolFileHandle(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: HANDLE); - let result__ = GetSpoolFileHandle(hprinter.param().abi()); +pub unsafe fn GetSpoolFileHandle(hprinter: PRINTER_HANDLE) -> windows_core::Result { + windows_targets::link!("winspool.drv" "system" fn GetSpoolFileHandle(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: HANDLE); + let result__ = GetSpoolFileHandle(core::mem::transmute(hprinter)); (!result__.is_invalid()).then_some(result__).ok_or_else(windows_core::Error::from_win32) } #[inline] @@ -1341,47 +1236,44 @@ pub unsafe fn IsValidDevmodeW(pdevmode: Option<*const super::Gdi::DEVMODEW>, dev } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn OpenPrinter2A(pprintername: P0, phprinter: *mut super::super::Foundation::HANDLE, pdefault: Option<*const PRINTER_DEFAULTSA>, poptions: Option<*const PRINTER_OPTIONSA>) -> windows_core::Result<()> +pub unsafe fn OpenPrinter2A(pprintername: P0, phprinter: *mut PRINTER_HANDLE, pdefault: Option<*const PRINTER_DEFAULTSA>, poptions: Option<*const PRINTER_OPTIONSA>) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn OpenPrinter2A(pprintername : windows_core::PCSTR, phprinter : *mut super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSA, poptions : *const PRINTER_OPTIONSA) -> super::super::Foundation:: BOOL); + windows_targets::link!("winspool.drv" "system" fn OpenPrinter2A(pprintername : windows_core::PCSTR, phprinter : *mut PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSA, poptions : *const PRINTER_OPTIONSA) -> super::super::Foundation:: BOOL); OpenPrinter2A(pprintername.param().abi(), phprinter, core::mem::transmute(pdefault.unwrap_or(core::ptr::null())), core::mem::transmute(poptions.unwrap_or(core::ptr::null()))).ok() } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn OpenPrinter2W(pprintername: P0, phprinter: *mut super::super::Foundation::HANDLE, pdefault: Option<*const PRINTER_DEFAULTSW>, poptions: Option<*const PRINTER_OPTIONSW>) -> windows_core::Result<()> +pub unsafe fn OpenPrinter2W(pprintername: P0, phprinter: *mut PRINTER_HANDLE, pdefault: Option<*const PRINTER_DEFAULTSW>, poptions: Option<*const PRINTER_OPTIONSW>) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn OpenPrinter2W(pprintername : windows_core::PCWSTR, phprinter : *mut super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSW, poptions : *const PRINTER_OPTIONSW) -> super::super::Foundation:: BOOL); + windows_targets::link!("winspool.drv" "system" fn OpenPrinter2W(pprintername : windows_core::PCWSTR, phprinter : *mut PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSW, poptions : *const PRINTER_OPTIONSW) -> super::super::Foundation:: BOOL); OpenPrinter2W(pprintername.param().abi(), phprinter, core::mem::transmute(pdefault.unwrap_or(core::ptr::null())), core::mem::transmute(poptions.unwrap_or(core::ptr::null()))).ok() } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn OpenPrinterA(pprintername: P0, phprinter: *mut super::super::Foundation::HANDLE, pdefault: Option<*const PRINTER_DEFAULTSA>) -> windows_core::Result<()> +pub unsafe fn OpenPrinterA(pprintername: P0, phprinter: *mut PRINTER_HANDLE, pdefault: Option<*const PRINTER_DEFAULTSA>) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn OpenPrinterA(pprintername : windows_core::PCSTR, phprinter : *mut super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSA) -> super::super::Foundation:: BOOL); + windows_targets::link!("winspool.drv" "system" fn OpenPrinterA(pprintername : windows_core::PCSTR, phprinter : *mut PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSA) -> super::super::Foundation:: BOOL); OpenPrinterA(pprintername.param().abi(), phprinter, core::mem::transmute(pdefault.unwrap_or(core::ptr::null()))).ok() } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn OpenPrinterW(pprintername: P0, phprinter: *mut super::super::Foundation::HANDLE, pdefault: Option<*const PRINTER_DEFAULTSW>) -> windows_core::Result<()> +pub unsafe fn OpenPrinterW(pprintername: P0, phprinter: *mut PRINTER_HANDLE, pdefault: Option<*const PRINTER_DEFAULTSW>) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn OpenPrinterW(pprintername : windows_core::PCWSTR, phprinter : *mut super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSW) -> super::super::Foundation:: BOOL); + windows_targets::link!("winspool.drv" "system" fn OpenPrinterW(pprintername : windows_core::PCWSTR, phprinter : *mut PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSW) -> super::super::Foundation:: BOOL); OpenPrinterW(pprintername.param().abi(), phprinter, core::mem::transmute(pdefault.unwrap_or(core::ptr::null()))).ok() } #[inline] -pub unsafe fn PartialReplyPrinterChangeNotification(hprinter: P0, pdatasrc: Option<*const PRINTER_NOTIFY_INFO_DATA>) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("spoolss.dll" "system" fn PartialReplyPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, pdatasrc : *const PRINTER_NOTIFY_INFO_DATA) -> super::super::Foundation:: BOOL); - PartialReplyPrinterChangeNotification(hprinter.param().abi(), core::mem::transmute(pdatasrc.unwrap_or(core::ptr::null()))) +pub unsafe fn PartialReplyPrinterChangeNotification(hprinter: PRINTER_HANDLE, pdatasrc: Option<*const PRINTER_NOTIFY_INFO_DATA>) -> super::super::Foundation::BOOL { + windows_targets::link!("spoolss.dll" "system" fn PartialReplyPrinterChangeNotification(hprinter : PRINTER_HANDLE, pdatasrc : *const PRINTER_NOTIFY_INFO_DATA) -> super::super::Foundation:: BOOL); + PartialReplyPrinterChangeNotification(core::mem::transmute(hprinter), core::mem::transmute(pdatasrc.unwrap_or(core::ptr::null()))) } #[inline] pub unsafe fn PlayGdiScriptOnPrinterIC(hprinteric: P0, pin: &[u8], pout: &mut [u8], ul: u32) -> super::super::Foundation::BOOL @@ -1392,60 +1284,50 @@ where PlayGdiScriptOnPrinterIC(hprinteric.param().abi(), core::mem::transmute(pin.as_ptr()), pin.len().try_into().unwrap(), core::mem::transmute(pout.as_ptr()), pout.len().try_into().unwrap(), ul) } #[inline] -pub unsafe fn PrinterMessageBoxA(hprinter: P0, error: u32, hwnd: P1, ptext: P2, pcaption: P3, dwtype: u32) -> u32 +pub unsafe fn PrinterMessageBoxA(hprinter: PRINTER_HANDLE, error: u32, hwnd: P0, ptext: P1, pcaption: P2, dwtype: u32) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, P2: windows_core::Param, - P3: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn PrinterMessageBoxA(hprinter : super::super::Foundation:: HANDLE, error : u32, hwnd : super::super::Foundation:: HWND, ptext : windows_core::PCSTR, pcaption : windows_core::PCSTR, dwtype : u32) -> u32); - PrinterMessageBoxA(hprinter.param().abi(), error, hwnd.param().abi(), ptext.param().abi(), pcaption.param().abi(), dwtype) + windows_targets::link!("winspool.drv" "system" fn PrinterMessageBoxA(hprinter : PRINTER_HANDLE, error : u32, hwnd : super::super::Foundation:: HWND, ptext : windows_core::PCSTR, pcaption : windows_core::PCSTR, dwtype : u32) -> u32); + PrinterMessageBoxA(core::mem::transmute(hprinter), error, hwnd.param().abi(), ptext.param().abi(), pcaption.param().abi(), dwtype) } #[inline] -pub unsafe fn PrinterMessageBoxW(hprinter: P0, error: u32, hwnd: P1, ptext: P2, pcaption: P3, dwtype: u32) -> u32 +pub unsafe fn PrinterMessageBoxW(hprinter: PRINTER_HANDLE, error: u32, hwnd: P0, ptext: P1, pcaption: P2, dwtype: u32) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, P2: windows_core::Param, - P3: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn PrinterMessageBoxW(hprinter : super::super::Foundation:: HANDLE, error : u32, hwnd : super::super::Foundation:: HWND, ptext : windows_core::PCWSTR, pcaption : windows_core::PCWSTR, dwtype : u32) -> u32); - PrinterMessageBoxW(hprinter.param().abi(), error, hwnd.param().abi(), ptext.param().abi(), pcaption.param().abi(), dwtype) + windows_targets::link!("winspool.drv" "system" fn PrinterMessageBoxW(hprinter : PRINTER_HANDLE, error : u32, hwnd : super::super::Foundation:: HWND, ptext : windows_core::PCWSTR, pcaption : windows_core::PCWSTR, dwtype : u32) -> u32); + PrinterMessageBoxW(core::mem::transmute(hprinter), error, hwnd.param().abi(), ptext.param().abi(), pcaption.param().abi(), dwtype) } #[inline] -pub unsafe fn PrinterProperties(hwnd: P0, hprinter: P1) -> super::super::Foundation::BOOL +pub unsafe fn PrinterProperties(hwnd: P0, hprinter: PRINTER_HANDLE) -> super::super::Foundation::BOOL where P0: windows_core::Param, - P1: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn PrinterProperties(hwnd : super::super::Foundation:: HWND, hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - PrinterProperties(hwnd.param().abi(), hprinter.param().abi()) + windows_targets::link!("winspool.drv" "system" fn PrinterProperties(hwnd : super::super::Foundation:: HWND, hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); + PrinterProperties(hwnd.param().abi(), core::mem::transmute(hprinter)) } #[inline] -pub unsafe fn ProvidorFindClosePrinterChangeNotification(hprinter: P0) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("spoolss.dll" "system" fn ProvidorFindClosePrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - ProvidorFindClosePrinterChangeNotification(hprinter.param().abi()) +pub unsafe fn ProvidorFindClosePrinterChangeNotification(hprinter: PRINTER_HANDLE) -> super::super::Foundation::BOOL { + windows_targets::link!("spoolss.dll" "system" fn ProvidorFindClosePrinterChangeNotification(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); + ProvidorFindClosePrinterChangeNotification(core::mem::transmute(hprinter)) } #[inline] -pub unsafe fn ProvidorFindFirstPrinterChangeNotification(hprinter: P0, fdwflags: u32, fdwoptions: u32, hnotify: P1, pprinternotifyoptions: Option<*const core::ffi::c_void>, pvreserved1: Option<*mut core::ffi::c_void>) -> super::super::Foundation::BOOL +pub unsafe fn ProvidorFindFirstPrinterChangeNotification(hprinter: PRINTER_HANDLE, fdwflags: u32, fdwoptions: u32, hnotify: P0, pprinternotifyoptions: Option<*const core::ffi::c_void>, pvreserved1: Option<*mut core::ffi::c_void>) -> super::super::Foundation::BOOL where P0: windows_core::Param, - P1: windows_core::Param, { - windows_targets::link!("spoolss.dll" "system" fn ProvidorFindFirstPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, fdwflags : u32, fdwoptions : u32, hnotify : super::super::Foundation:: HANDLE, pprinternotifyoptions : *const core::ffi::c_void, pvreserved1 : *mut core::ffi::c_void) -> super::super::Foundation:: BOOL); - ProvidorFindFirstPrinterChangeNotification(hprinter.param().abi(), fdwflags, fdwoptions, hnotify.param().abi(), core::mem::transmute(pprinternotifyoptions.unwrap_or(core::ptr::null())), core::mem::transmute(pvreserved1.unwrap_or(core::ptr::null_mut()))) + windows_targets::link!("spoolss.dll" "system" fn ProvidorFindFirstPrinterChangeNotification(hprinter : PRINTER_HANDLE, fdwflags : u32, fdwoptions : u32, hnotify : super::super::Foundation:: HANDLE, pprinternotifyoptions : *const core::ffi::c_void, pvreserved1 : *mut core::ffi::c_void) -> super::super::Foundation:: BOOL); + ProvidorFindFirstPrinterChangeNotification(core::mem::transmute(hprinter), fdwflags, fdwoptions, hnotify.param().abi(), core::mem::transmute(pprinternotifyoptions.unwrap_or(core::ptr::null())), core::mem::transmute(pvreserved1.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn ReadPrinter(hprinter: P0, pbuf: *mut core::ffi::c_void, cbbuf: u32, pnobytesread: *mut u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn ReadPrinter(hprinter : super::super::Foundation:: HANDLE, pbuf : *mut core::ffi::c_void, cbbuf : u32, pnobytesread : *mut u32) -> super::super::Foundation:: BOOL); - ReadPrinter(hprinter.param().abi(), pbuf, cbbuf, pnobytesread) +pub unsafe fn ReadPrinter(hprinter: PRINTER_HANDLE, pbuf: *mut core::ffi::c_void, cbbuf: u32, pnobytesread: *mut u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn ReadPrinter(hprinter : PRINTER_HANDLE, pbuf : *mut core::ffi::c_void, cbbuf : u32, pnobytesread : *mut u32) -> super::super::Foundation:: BOOL); + ReadPrinter(core::mem::transmute(hprinter), pbuf, cbbuf, pnobytesread) } #[inline] pub unsafe fn RegisterForPrintAsyncNotifications(pszname: P0, pnotificationtype: *const windows_core::GUID, euserfilter: PrintAsyncNotifyUserFilter, econversationstyle: PrintAsyncNotifyConversationStyle, pcallback: P1) -> windows_core::Result @@ -1466,12 +1348,9 @@ where RemovePrintDeviceObject(hdeviceobject.param().abi()).ok() } #[inline] -pub unsafe fn ReplyPrinterChangeNotification(hprinter: P0, fdwchangeflags: u32, pdwresult: Option<*mut u32>, pprinternotifyinfo: Option<*const core::ffi::c_void>) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("spoolss.dll" "system" fn ReplyPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, fdwchangeflags : u32, pdwresult : *mut u32, pprinternotifyinfo : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); - ReplyPrinterChangeNotification(hprinter.param().abi(), fdwchangeflags, core::mem::transmute(pdwresult.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pprinternotifyinfo.unwrap_or(core::ptr::null()))) +pub unsafe fn ReplyPrinterChangeNotification(hprinter: PRINTER_HANDLE, fdwchangeflags: u32, pdwresult: Option<*mut u32>, pprinternotifyinfo: Option<*const core::ffi::c_void>) -> super::super::Foundation::BOOL { + windows_targets::link!("spoolss.dll" "system" fn ReplyPrinterChangeNotification(hprinter : PRINTER_HANDLE, fdwchangeflags : u32, pdwresult : *mut u32, pprinternotifyinfo : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); + ReplyPrinterChangeNotification(core::mem::transmute(hprinter), fdwchangeflags, core::mem::transmute(pdwresult.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pprinternotifyinfo.unwrap_or(core::ptr::null()))) } #[inline] pub unsafe fn ReplyPrinterChangeNotificationEx(hnotify: P0, dwcolor: u32, fdwflags: u32, pdwresult: *mut u32, pprinternotifyinfo: *const core::ffi::c_void) -> super::super::Foundation::BOOL @@ -1491,21 +1370,15 @@ where } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn ResetPrinterA(hprinter: P0, pdefault: Option<*const PRINTER_DEFAULTSA>) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn ResetPrinterA(hprinter : super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSA) -> super::super::Foundation:: BOOL); - ResetPrinterA(hprinter.param().abi(), core::mem::transmute(pdefault.unwrap_or(core::ptr::null()))) +pub unsafe fn ResetPrinterA(hprinter: PRINTER_HANDLE, pdefault: Option<*const PRINTER_DEFAULTSA>) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn ResetPrinterA(hprinter : PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSA) -> super::super::Foundation:: BOOL); + ResetPrinterA(core::mem::transmute(hprinter), core::mem::transmute(pdefault.unwrap_or(core::ptr::null()))) } #[cfg(feature = "Win32_Graphics_Gdi")] #[inline] -pub unsafe fn ResetPrinterW(hprinter: P0, pdefault: Option<*const PRINTER_DEFAULTSW>) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn ResetPrinterW(hprinter : super::super::Foundation:: HANDLE, pdefault : *const PRINTER_DEFAULTSW) -> super::super::Foundation:: BOOL); - ResetPrinterW(hprinter.param().abi(), core::mem::transmute(pdefault.unwrap_or(core::ptr::null()))) +pub unsafe fn ResetPrinterW(hprinter: PRINTER_HANDLE, pdefault: Option<*const PRINTER_DEFAULTSW>) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn ResetPrinterW(hprinter : PRINTER_HANDLE, pdefault : *const PRINTER_DEFAULTSW) -> super::super::Foundation:: BOOL); + ResetPrinterW(core::mem::transmute(hprinter), core::mem::transmute(pdefault.unwrap_or(core::ptr::null()))) } #[inline] pub unsafe fn RevertToPrinterSelf() -> super::super::Foundation::HANDLE { @@ -1543,12 +1416,9 @@ pub unsafe fn RouterFreePrinterNotifyInfo(pinfo: Option<*const PRINTER_NOTIFY_IN RouterFreePrinterNotifyInfo(core::mem::transmute(pinfo.unwrap_or(core::ptr::null()))) } #[inline] -pub unsafe fn ScheduleJob(hprinter: P0, jobid: u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn ScheduleJob(hprinter : super::super::Foundation:: HANDLE, jobid : u32) -> super::super::Foundation:: BOOL); - ScheduleJob(hprinter.param().abi(), jobid) +pub unsafe fn ScheduleJob(hprinter: PRINTER_HANDLE, jobid: u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn ScheduleJob(hprinter : PRINTER_HANDLE, jobid : u32) -> super::super::Foundation:: BOOL); + ScheduleJob(core::mem::transmute(hprinter), jobid) } #[inline] pub unsafe fn SetCPSUIUserData(hdlg: P0, cpsuiuserdata: usize) -> super::super::Foundation::BOOL @@ -1575,46 +1445,35 @@ where SetDefaultPrinterW(pszprinter.param().abi()) } #[inline] -pub unsafe fn SetFormA(hprinter: P0, pformname: P1, level: u32, pform: *const u8) -> super::super::Foundation::BOOL +pub unsafe fn SetFormA(hprinter: PRINTER_HANDLE, pformname: P0, level: u32, pform: *const u8) -> super::super::Foundation::BOOL where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn SetFormA(hprinter : super::super::Foundation:: HANDLE, pformname : windows_core::PCSTR, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); - SetFormA(hprinter.param().abi(), pformname.param().abi(), level, pform) + windows_targets::link!("winspool.drv" "system" fn SetFormA(hprinter : PRINTER_HANDLE, pformname : windows_core::PCSTR, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); + SetFormA(core::mem::transmute(hprinter), pformname.param().abi(), level, pform) } #[inline] -pub unsafe fn SetFormW(hprinter: P0, pformname: P1, level: u32, pform: *const u8) -> super::super::Foundation::BOOL +pub unsafe fn SetFormW(hprinter: PRINTER_HANDLE, pformname: P0, level: u32, pform: *const u8) -> super::super::Foundation::BOOL where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn SetFormW(hprinter : super::super::Foundation:: HANDLE, pformname : windows_core::PCWSTR, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); - SetFormW(hprinter.param().abi(), pformname.param().abi(), level, pform) + windows_targets::link!("winspool.drv" "system" fn SetFormW(hprinter : PRINTER_HANDLE, pformname : windows_core::PCWSTR, level : u32, pform : *const u8) -> super::super::Foundation:: BOOL); + SetFormW(core::mem::transmute(hprinter), pformname.param().abi(), level, pform) } #[inline] -pub unsafe fn SetJobA(hprinter: P0, jobid: u32, level: u32, pjob: Option<*const u8>, command: u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn SetJobA(hprinter : super::super::Foundation:: HANDLE, jobid : u32, level : u32, pjob : *const u8, command : u32) -> super::super::Foundation:: BOOL); - SetJobA(hprinter.param().abi(), jobid, level, core::mem::transmute(pjob.unwrap_or(core::ptr::null())), command) +pub unsafe fn SetJobA(hprinter: PRINTER_HANDLE, jobid: u32, level: u32, pjob: Option<*const u8>, command: u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn SetJobA(hprinter : PRINTER_HANDLE, jobid : u32, level : u32, pjob : *const u8, command : u32) -> super::super::Foundation:: BOOL); + SetJobA(core::mem::transmute(hprinter), jobid, level, core::mem::transmute(pjob.unwrap_or(core::ptr::null())), command) } #[inline] -pub unsafe fn SetJobNamedProperty(hprinter: P0, jobid: u32, pproperty: *const PrintNamedProperty) -> u32 -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn SetJobNamedProperty(hprinter : super::super::Foundation:: HANDLE, jobid : u32, pproperty : *const PrintNamedProperty) -> u32); - SetJobNamedProperty(hprinter.param().abi(), jobid, pproperty) +pub unsafe fn SetJobNamedProperty(hprinter: PRINTER_HANDLE, jobid: u32, pproperty: *const PrintNamedProperty) -> u32 { + windows_targets::link!("winspool.drv" "system" fn SetJobNamedProperty(hprinter : PRINTER_HANDLE, jobid : u32, pproperty : *const PrintNamedProperty) -> u32); + SetJobNamedProperty(core::mem::transmute(hprinter), jobid, pproperty) } #[inline] -pub unsafe fn SetJobW(hprinter: P0, jobid: u32, level: u32, pjob: Option<*const u8>, command: u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn SetJobW(hprinter : super::super::Foundation:: HANDLE, jobid : u32, level : u32, pjob : *const u8, command : u32) -> super::super::Foundation:: BOOL); - SetJobW(hprinter.param().abi(), jobid, level, core::mem::transmute(pjob.unwrap_or(core::ptr::null())), command) +pub unsafe fn SetJobW(hprinter: PRINTER_HANDLE, jobid: u32, level: u32, pjob: Option<*const u8>, command: u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn SetJobW(hprinter : PRINTER_HANDLE, jobid : u32, level : u32, pjob : *const u8, command : u32) -> super::super::Foundation:: BOOL); + SetJobW(core::mem::transmute(hprinter), jobid, level, core::mem::transmute(pjob.unwrap_or(core::ptr::null())), command) } #[inline] pub unsafe fn SetPortA(pname: P0, pportname: P1, dwlevel: u32, pportinfo: *const u8) -> windows_core::Result<()> @@ -1635,74 +1494,58 @@ where SetPortW(pname.param().abi(), pportname.param().abi(), dwlevel, pportinfo).ok() } #[inline] -pub unsafe fn SetPrinterA(hprinter: P0, level: u32, pprinter: Option<*const u8>, command: u32) -> windows_core::Result<()> -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn SetPrinterA(hprinter : super::super::Foundation:: HANDLE, level : u32, pprinter : *const u8, command : u32) -> super::super::Foundation:: BOOL); - SetPrinterA(hprinter.param().abi(), level, core::mem::transmute(pprinter.unwrap_or(core::ptr::null())), command).ok() +pub unsafe fn SetPrinterA(hprinter: PRINTER_HANDLE, level: u32, pprinter: Option<*const u8>, command: u32) -> windows_core::Result<()> { + windows_targets::link!("winspool.drv" "system" fn SetPrinterA(hprinter : PRINTER_HANDLE, level : u32, pprinter : *const u8, command : u32) -> super::super::Foundation:: BOOL); + SetPrinterA(core::mem::transmute(hprinter), level, core::mem::transmute(pprinter.unwrap_or(core::ptr::null())), command).ok() } #[inline] -pub unsafe fn SetPrinterDataA(hprinter: P0, pvaluename: P1, r#type: u32, pdata: &[u8]) -> u32 +pub unsafe fn SetPrinterDataA(hprinter: PRINTER_HANDLE, pvaluename: P0, r#type: u32, pdata: &[u8]) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn SetPrinterDataA(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_core::PCSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); - SetPrinterDataA(hprinter.param().abi(), pvaluename.param().abi(), r#type, core::mem::transmute(pdata.as_ptr()), pdata.len().try_into().unwrap()) + windows_targets::link!("winspool.drv" "system" fn SetPrinterDataA(hprinter : PRINTER_HANDLE, pvaluename : windows_core::PCSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); + SetPrinterDataA(core::mem::transmute(hprinter), pvaluename.param().abi(), r#type, core::mem::transmute(pdata.as_ptr()), pdata.len().try_into().unwrap()) } #[inline] -pub unsafe fn SetPrinterDataExA(hprinter: P0, pkeyname: P1, pvaluename: P2, r#type: u32, pdata: &[u8]) -> u32 +pub unsafe fn SetPrinterDataExA(hprinter: PRINTER_HANDLE, pkeyname: P0, pvaluename: P1, r#type: u32, pdata: &[u8]) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, P1: windows_core::Param, - P2: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn SetPrinterDataExA(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCSTR, pvaluename : windows_core::PCSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); - SetPrinterDataExA(hprinter.param().abi(), pkeyname.param().abi(), pvaluename.param().abi(), r#type, core::mem::transmute(pdata.as_ptr()), pdata.len().try_into().unwrap()) + windows_targets::link!("winspool.drv" "system" fn SetPrinterDataExA(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCSTR, pvaluename : windows_core::PCSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); + SetPrinterDataExA(core::mem::transmute(hprinter), pkeyname.param().abi(), pvaluename.param().abi(), r#type, core::mem::transmute(pdata.as_ptr()), pdata.len().try_into().unwrap()) } #[inline] -pub unsafe fn SetPrinterDataExW(hprinter: P0, pkeyname: P1, pvaluename: P2, r#type: u32, pdata: &[u8]) -> u32 +pub unsafe fn SetPrinterDataExW(hprinter: PRINTER_HANDLE, pkeyname: P0, pvaluename: P1, r#type: u32, pdata: &[u8]) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, P1: windows_core::Param, - P2: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn SetPrinterDataExW(hprinter : super::super::Foundation:: HANDLE, pkeyname : windows_core::PCWSTR, pvaluename : windows_core::PCWSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); - SetPrinterDataExW(hprinter.param().abi(), pkeyname.param().abi(), pvaluename.param().abi(), r#type, core::mem::transmute(pdata.as_ptr()), pdata.len().try_into().unwrap()) + windows_targets::link!("winspool.drv" "system" fn SetPrinterDataExW(hprinter : PRINTER_HANDLE, pkeyname : windows_core::PCWSTR, pvaluename : windows_core::PCWSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); + SetPrinterDataExW(core::mem::transmute(hprinter), pkeyname.param().abi(), pvaluename.param().abi(), r#type, core::mem::transmute(pdata.as_ptr()), pdata.len().try_into().unwrap()) } #[inline] -pub unsafe fn SetPrinterDataW(hprinter: P0, pvaluename: P1, r#type: u32, pdata: &[u8]) -> u32 +pub unsafe fn SetPrinterDataW(hprinter: PRINTER_HANDLE, pvaluename: P0, r#type: u32, pdata: &[u8]) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("winspool.drv" "system" fn SetPrinterDataW(hprinter : super::super::Foundation:: HANDLE, pvaluename : windows_core::PCWSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); - SetPrinterDataW(hprinter.param().abi(), pvaluename.param().abi(), r#type, core::mem::transmute(pdata.as_ptr()), pdata.len().try_into().unwrap()) + windows_targets::link!("winspool.drv" "system" fn SetPrinterDataW(hprinter : PRINTER_HANDLE, pvaluename : windows_core::PCWSTR, r#type : u32, pdata : *const u8, cbdata : u32) -> u32); + SetPrinterDataW(core::mem::transmute(hprinter), pvaluename.param().abi(), r#type, core::mem::transmute(pdata.as_ptr()), pdata.len().try_into().unwrap()) } #[inline] -pub unsafe fn SetPrinterW(hprinter: P0, level: u32, pprinter: Option<*const u8>, command: u32) -> windows_core::Result<()> -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn SetPrinterW(hprinter : super::super::Foundation:: HANDLE, level : u32, pprinter : *const u8, command : u32) -> super::super::Foundation:: BOOL); - SetPrinterW(hprinter.param().abi(), level, core::mem::transmute(pprinter.unwrap_or(core::ptr::null())), command).ok() +pub unsafe fn SetPrinterW(hprinter: PRINTER_HANDLE, level: u32, pprinter: Option<*const u8>, command: u32) -> windows_core::Result<()> { + windows_targets::link!("winspool.drv" "system" fn SetPrinterW(hprinter : PRINTER_HANDLE, level : u32, pprinter : *const u8, command : u32) -> super::super::Foundation:: BOOL); + SetPrinterW(core::mem::transmute(hprinter), level, core::mem::transmute(pprinter.unwrap_or(core::ptr::null())), command).ok() } #[inline] -pub unsafe fn SplIsSessionZero(hprinter: P0, jobid: u32, pissessionzero: *mut super::super::Foundation::BOOL) -> u32 -where - P0: windows_core::Param, -{ - windows_targets::link!("spoolss.dll" "system" fn SplIsSessionZero(hprinter : super::super::Foundation:: HANDLE, jobid : u32, pissessionzero : *mut super::super::Foundation:: BOOL) -> u32); - SplIsSessionZero(hprinter.param().abi(), jobid, pissessionzero) +pub unsafe fn SplIsSessionZero(hprinter: PRINTER_HANDLE, jobid: u32, pissessionzero: *mut super::super::Foundation::BOOL) -> u32 { + windows_targets::link!("spoolss.dll" "system" fn SplIsSessionZero(hprinter : PRINTER_HANDLE, jobid : u32, pissessionzero : *mut super::super::Foundation:: BOOL) -> u32); + SplIsSessionZero(core::mem::transmute(hprinter), jobid, pissessionzero) } #[inline] -pub unsafe fn SplPromptUIInUsersSession(hprinter: P0, jobid: u32, puiparams: *const SHOWUIPARAMS, presponse: *mut u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("spoolss.dll" "system" fn SplPromptUIInUsersSession(hprinter : super::super::Foundation:: HANDLE, jobid : u32, puiparams : *const SHOWUIPARAMS, presponse : *mut u32) -> super::super::Foundation:: BOOL); - SplPromptUIInUsersSession(hprinter.param().abi(), jobid, puiparams, presponse) +pub unsafe fn SplPromptUIInUsersSession(hprinter: PRINTER_HANDLE, jobid: u32, puiparams: *const SHOWUIPARAMS, presponse: *mut u32) -> super::super::Foundation::BOOL { + windows_targets::link!("spoolss.dll" "system" fn SplPromptUIInUsersSession(hprinter : PRINTER_HANDLE, jobid : u32, puiparams : *const SHOWUIPARAMS, presponse : *mut u32) -> super::super::Foundation:: BOOL); + SplPromptUIInUsersSession(core::mem::transmute(hprinter), jobid, puiparams, presponse) } #[inline] pub unsafe fn SpoolerCopyFileEvent(pszprintername: P0, pszkey: P1, dwcopyfileevent: u32) -> super::super::Foundation::BOOL @@ -1714,28 +1557,19 @@ where SpoolerCopyFileEvent(pszprintername.param().abi(), pszkey.param().abi(), dwcopyfileevent) } #[inline] -pub unsafe fn SpoolerFindClosePrinterChangeNotification(hprinter: P0) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("spoolss.dll" "system" fn SpoolerFindClosePrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - SpoolerFindClosePrinterChangeNotification(hprinter.param().abi()) +pub unsafe fn SpoolerFindClosePrinterChangeNotification(hprinter: PRINTER_HANDLE) -> super::super::Foundation::BOOL { + windows_targets::link!("spoolss.dll" "system" fn SpoolerFindClosePrinterChangeNotification(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); + SpoolerFindClosePrinterChangeNotification(core::mem::transmute(hprinter)) } #[inline] -pub unsafe fn SpoolerFindFirstPrinterChangeNotification(hprinter: P0, fdwfilterflags: u32, fdwoptions: u32, pprinternotifyoptions: *const core::ffi::c_void, pvreserved: Option<*const core::ffi::c_void>, pnotificationconfig: *const core::ffi::c_void, phnotify: Option<*mut super::super::Foundation::HANDLE>, phevent: Option<*mut super::super::Foundation::HANDLE>) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("spoolss.dll" "system" fn SpoolerFindFirstPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, fdwfilterflags : u32, fdwoptions : u32, pprinternotifyoptions : *const core::ffi::c_void, pvreserved : *const core::ffi::c_void, pnotificationconfig : *const core::ffi::c_void, phnotify : *mut super::super::Foundation:: HANDLE, phevent : *mut super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - SpoolerFindFirstPrinterChangeNotification(hprinter.param().abi(), fdwfilterflags, fdwoptions, pprinternotifyoptions, core::mem::transmute(pvreserved.unwrap_or(core::ptr::null())), pnotificationconfig, core::mem::transmute(phnotify.unwrap_or(core::ptr::null_mut())), core::mem::transmute(phevent.unwrap_or(core::ptr::null_mut()))) +pub unsafe fn SpoolerFindFirstPrinterChangeNotification(hprinter: PRINTER_HANDLE, fdwfilterflags: u32, fdwoptions: u32, pprinternotifyoptions: *const core::ffi::c_void, pvreserved: Option<*const core::ffi::c_void>, pnotificationconfig: *const core::ffi::c_void, phnotify: Option<*mut super::super::Foundation::HANDLE>, phevent: Option<*mut super::super::Foundation::HANDLE>) -> super::super::Foundation::BOOL { + windows_targets::link!("spoolss.dll" "system" fn SpoolerFindFirstPrinterChangeNotification(hprinter : PRINTER_HANDLE, fdwfilterflags : u32, fdwoptions : u32, pprinternotifyoptions : *const core::ffi::c_void, pvreserved : *const core::ffi::c_void, pnotificationconfig : *const core::ffi::c_void, phnotify : *mut super::super::Foundation:: HANDLE, phevent : *mut super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); + SpoolerFindFirstPrinterChangeNotification(core::mem::transmute(hprinter), fdwfilterflags, fdwoptions, pprinternotifyoptions, core::mem::transmute(pvreserved.unwrap_or(core::ptr::null())), pnotificationconfig, core::mem::transmute(phnotify.unwrap_or(core::ptr::null_mut())), core::mem::transmute(phevent.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn SpoolerFindNextPrinterChangeNotification(hprinter: P0, pfdwchange: *mut u32, pprinternotifyoptions: Option<*const core::ffi::c_void>, ppprinternotifyinfo: Option<*mut *mut core::ffi::c_void>) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("spoolss.dll" "system" fn SpoolerFindNextPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, pfdwchange : *mut u32, pprinternotifyoptions : *const core::ffi::c_void, ppprinternotifyinfo : *mut *mut core::ffi::c_void) -> super::super::Foundation:: BOOL); - SpoolerFindNextPrinterChangeNotification(hprinter.param().abi(), pfdwchange, core::mem::transmute(pprinternotifyoptions.unwrap_or(core::ptr::null())), core::mem::transmute(ppprinternotifyinfo.unwrap_or(core::ptr::null_mut()))) +pub unsafe fn SpoolerFindNextPrinterChangeNotification(hprinter: PRINTER_HANDLE, pfdwchange: *mut u32, pprinternotifyoptions: Option<*const core::ffi::c_void>, ppprinternotifyinfo: Option<*mut *mut core::ffi::c_void>) -> super::super::Foundation::BOOL { + windows_targets::link!("spoolss.dll" "system" fn SpoolerFindNextPrinterChangeNotification(hprinter : PRINTER_HANDLE, pfdwchange : *mut u32, pprinternotifyoptions : *const core::ffi::c_void, ppprinternotifyinfo : *mut *mut core::ffi::c_void) -> super::super::Foundation:: BOOL); + SpoolerFindNextPrinterChangeNotification(core::mem::transmute(hprinter), pfdwchange, core::mem::transmute(pprinternotifyoptions.unwrap_or(core::ptr::null())), core::mem::transmute(ppprinternotifyinfo.unwrap_or(core::ptr::null_mut()))) } #[inline] pub unsafe fn SpoolerFreePrinterNotifyInfo(pinfo: *const PRINTER_NOTIFY_INFO) { @@ -1743,36 +1577,24 @@ pub unsafe fn SpoolerFreePrinterNotifyInfo(pinfo: *const PRINTER_NOTIFY_INFO) { SpoolerFreePrinterNotifyInfo(pinfo) } #[inline] -pub unsafe fn SpoolerRefreshPrinterChangeNotification(hprinter: P0, dwcolor: u32, poptions: *const PRINTER_NOTIFY_OPTIONS, ppinfo: Option<*mut *mut PRINTER_NOTIFY_INFO>) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("spoolss.dll" "system" fn SpoolerRefreshPrinterChangeNotification(hprinter : super::super::Foundation:: HANDLE, dwcolor : u32, poptions : *const PRINTER_NOTIFY_OPTIONS, ppinfo : *mut *mut PRINTER_NOTIFY_INFO) -> super::super::Foundation:: BOOL); - SpoolerRefreshPrinterChangeNotification(hprinter.param().abi(), dwcolor, poptions, core::mem::transmute(ppinfo.unwrap_or(core::ptr::null_mut()))) +pub unsafe fn SpoolerRefreshPrinterChangeNotification(hprinter: PRINTER_HANDLE, dwcolor: u32, poptions: *const PRINTER_NOTIFY_OPTIONS, ppinfo: Option<*mut *mut PRINTER_NOTIFY_INFO>) -> super::super::Foundation::BOOL { + windows_targets::link!("spoolss.dll" "system" fn SpoolerRefreshPrinterChangeNotification(hprinter : PRINTER_HANDLE, dwcolor : u32, poptions : *const PRINTER_NOTIFY_OPTIONS, ppinfo : *mut *mut PRINTER_NOTIFY_INFO) -> super::super::Foundation:: BOOL); + SpoolerRefreshPrinterChangeNotification(core::mem::transmute(hprinter), dwcolor, poptions, core::mem::transmute(ppinfo.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn StartDocPrinterA(hprinter: P0, level: u32, pdocinfo: *const DOC_INFO_1A) -> u32 -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn StartDocPrinterA(hprinter : super::super::Foundation:: HANDLE, level : u32, pdocinfo : *const DOC_INFO_1A) -> u32); - StartDocPrinterA(hprinter.param().abi(), level, pdocinfo) +pub unsafe fn StartDocPrinterA(hprinter: PRINTER_HANDLE, level: u32, pdocinfo: *const DOC_INFO_1A) -> u32 { + windows_targets::link!("winspool.drv" "system" fn StartDocPrinterA(hprinter : PRINTER_HANDLE, level : u32, pdocinfo : *const DOC_INFO_1A) -> u32); + StartDocPrinterA(core::mem::transmute(hprinter), level, pdocinfo) } #[inline] -pub unsafe fn StartDocPrinterW(hprinter: P0, level: u32, pdocinfo: *const DOC_INFO_1W) -> u32 -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn StartDocPrinterW(hprinter : super::super::Foundation:: HANDLE, level : u32, pdocinfo : *const DOC_INFO_1W) -> u32); - StartDocPrinterW(hprinter.param().abi(), level, pdocinfo) +pub unsafe fn StartDocPrinterW(hprinter: PRINTER_HANDLE, level: u32, pdocinfo: *const DOC_INFO_1W) -> u32 { + windows_targets::link!("winspool.drv" "system" fn StartDocPrinterW(hprinter : PRINTER_HANDLE, level : u32, pdocinfo : *const DOC_INFO_1W) -> u32); + StartDocPrinterW(core::mem::transmute(hprinter), level, pdocinfo) } #[inline] -pub unsafe fn StartPagePrinter(hprinter: P0) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn StartPagePrinter(hprinter : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); - StartPagePrinter(hprinter.param().abi()) +pub unsafe fn StartPagePrinter(hprinter: PRINTER_HANDLE) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn StartPagePrinter(hprinter : PRINTER_HANDLE) -> super::super::Foundation:: BOOL); + StartPagePrinter(core::mem::transmute(hprinter)) } #[inline] pub unsafe fn UnRegisterForPrintAsyncNotifications(param0: P0) -> windows_core::Result<()> @@ -1783,13 +1605,12 @@ where UnRegisterForPrintAsyncNotifications(param0.param().abi()).ok() } #[inline] -pub unsafe fn UpdatePrintDeviceObject(hprinter: P0, hdeviceobject: P1) -> windows_core::Result<()> +pub unsafe fn UpdatePrintDeviceObject(hprinter: PRINTER_HANDLE, hdeviceobject: P0) -> windows_core::Result<()> where P0: windows_core::Param, - P1: windows_core::Param, { - windows_targets::link!("spoolss.dll" "system" fn UpdatePrintDeviceObject(hprinter : super::super::Foundation:: HANDLE, hdeviceobject : super::super::Foundation:: HANDLE) -> windows_core::HRESULT); - UpdatePrintDeviceObject(hprinter.param().abi(), hdeviceobject.param().abi()).ok() + windows_targets::link!("spoolss.dll" "system" fn UpdatePrintDeviceObject(hprinter : PRINTER_HANDLE, hdeviceobject : super::super::Foundation:: HANDLE) -> windows_core::HRESULT); + UpdatePrintDeviceObject(core::mem::transmute(hprinter), hdeviceobject.param().abi()).ok() } #[inline] pub unsafe fn UploadPrinterDriverPackageA(pszserver: P0, pszinfpath: P1, pszenvironment: P2, dwflags: u32, hwnd: P3, pszdestinfpath: windows_core::PSTR, pcchdestinfpath: *mut u32) -> windows_core::Result<()> @@ -1814,20 +1635,14 @@ where UploadPrinterDriverPackageW(pszserver.param().abi(), pszinfpath.param().abi(), pszenvironment.param().abi(), dwflags, hwnd.param().abi(), core::mem::transmute(pszdestinfpath), pcchdestinfpath).ok() } #[inline] -pub unsafe fn WaitForPrinterChange(hprinter: P0, flags: u32) -> u32 -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn WaitForPrinterChange(hprinter : super::super::Foundation:: HANDLE, flags : u32) -> u32); - WaitForPrinterChange(hprinter.param().abi(), flags) +pub unsafe fn WaitForPrinterChange(hprinter: PRINTER_HANDLE, flags: u32) -> u32 { + windows_targets::link!("winspool.drv" "system" fn WaitForPrinterChange(hprinter : PRINTER_HANDLE, flags : u32) -> u32); + WaitForPrinterChange(core::mem::transmute(hprinter), flags) } #[inline] -pub unsafe fn WritePrinter(hprinter: P0, pbuf: *const core::ffi::c_void, cbbuf: u32, pcwritten: *mut u32) -> super::super::Foundation::BOOL -where - P0: windows_core::Param, -{ - windows_targets::link!("winspool.drv" "system" fn WritePrinter(hprinter : super::super::Foundation:: HANDLE, pbuf : *const core::ffi::c_void, cbbuf : u32, pcwritten : *mut u32) -> super::super::Foundation:: BOOL); - WritePrinter(hprinter.param().abi(), pbuf, cbbuf, pcwritten) +pub unsafe fn WritePrinter(hprinter: PRINTER_HANDLE, pbuf: *const core::ffi::c_void, cbbuf: u32, pcwritten: *mut u32) -> super::super::Foundation::BOOL { + windows_targets::link!("winspool.drv" "system" fn WritePrinter(hprinter : PRINTER_HANDLE, pbuf : *const core::ffi::c_void, cbbuf : u32, pcwritten : *mut u32) -> super::super::Foundation:: BOOL); + WritePrinter(core::mem::transmute(hprinter), pbuf, cbbuf, pcwritten) } #[inline] pub unsafe fn XcvDataW(hxcv: P0, pszdataname: P1, pinputdata: Option<&[u8]>, poutputdata: Option<&mut [u8]>, pcboutputneeded: *mut u32, pdwstatus: Option<*mut u32>) -> super::super::Foundation::BOOL @@ -4701,11 +4516,8 @@ impl IPrintOemUI { (windows_core::Interface::vtable(self).DriverEvent)(windows_core::Interface::as_raw(self), dwdriverevent, dwlevel, pdriverinfo, lparam.param().abi()).ok() } #[cfg(feature = "Win32_Graphics_Gdi")] - pub unsafe fn QueryColorProfile(&self, hprinter: P0, poemuiobj: *const OEMUIOBJ, ppublicdm: *const super::Gdi::DEVMODEA, poemdm: *const core::ffi::c_void, ulquerymode: u32, pvprofiledata: *mut core::ffi::c_void, pcbprofiledata: *mut u32, pflprofiledata: *mut u32) -> windows_core::Result<()> - where - P0: windows_core::Param, - { - (windows_core::Interface::vtable(self).QueryColorProfile)(windows_core::Interface::as_raw(self), hprinter.param().abi(), poemuiobj, ppublicdm, poemdm, ulquerymode, pvprofiledata, pcbprofiledata, pflprofiledata).ok() + pub unsafe fn QueryColorProfile(&self, hprinter: PRINTER_HANDLE, poemuiobj: *const OEMUIOBJ, ppublicdm: *const super::Gdi::DEVMODEA, poemdm: *const core::ffi::c_void, ulquerymode: u32, pvprofiledata: *mut core::ffi::c_void, pcbprofiledata: *mut u32, pflprofiledata: *mut u32) -> windows_core::Result<()> { + (windows_core::Interface::vtable(self).QueryColorProfile)(windows_core::Interface::as_raw(self), core::mem::transmute(hprinter), poemuiobj, ppublicdm, poemdm, ulquerymode, pvprofiledata, pcbprofiledata, pflprofiledata).ok() } pub unsafe fn FontInstallerDlgProc(&self, hwnd: P0, usmsg: u32, wparam: P1, lparam: P2) -> windows_core::Result<()> where @@ -4715,13 +4527,12 @@ impl IPrintOemUI { { (windows_core::Interface::vtable(self).FontInstallerDlgProc)(windows_core::Interface::as_raw(self), hwnd.param().abi(), usmsg, wparam.param().abi(), lparam.param().abi()).ok() } - pub unsafe fn UpdateExternalFonts(&self, hprinter: P0, hheap: P1, pwstrcartridges: P2) -> windows_core::Result<()> + pub unsafe fn UpdateExternalFonts(&self, hprinter: PRINTER_HANDLE, hheap: P0, pwstrcartridges: P1) -> windows_core::Result<()> where P0: windows_core::Param, - P1: windows_core::Param, - P2: windows_core::Param, + P1: windows_core::Param, { - (windows_core::Interface::vtable(self).UpdateExternalFonts)(windows_core::Interface::as_raw(self), hprinter.param().abi(), hheap.param().abi(), pwstrcartridges.param().abi()).ok() + (windows_core::Interface::vtable(self).UpdateExternalFonts)(windows_core::Interface::as_raw(self), core::mem::transmute(hprinter), hheap.param().abi(), pwstrcartridges.param().abi()).ok() } } #[repr(C)] @@ -4746,11 +4557,11 @@ pub struct IPrintOemUI_Vtbl { pub PrinterEvent: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, i32, u32, super::super::Foundation::LPARAM) -> windows_core::HRESULT, pub DriverEvent: unsafe extern "system" fn(*mut core::ffi::c_void, u32, u32, *const u8, super::super::Foundation::LPARAM) -> windows_core::HRESULT, #[cfg(feature = "Win32_Graphics_Gdi")] - pub QueryColorProfile: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HANDLE, *const OEMUIOBJ, *const super::Gdi::DEVMODEA, *const core::ffi::c_void, u32, *mut core::ffi::c_void, *mut u32, *mut u32) -> windows_core::HRESULT, + pub QueryColorProfile: unsafe extern "system" fn(*mut core::ffi::c_void, PRINTER_HANDLE, *const OEMUIOBJ, *const super::Gdi::DEVMODEA, *const core::ffi::c_void, u32, *mut core::ffi::c_void, *mut u32, *mut u32) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Graphics_Gdi"))] QueryColorProfile: usize, pub FontInstallerDlgProc: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HWND, u32, super::super::Foundation::WPARAM, super::super::Foundation::LPARAM) -> windows_core::HRESULT, - pub UpdateExternalFonts: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HANDLE, super::super::Foundation::HANDLE, windows_core::PCWSTR) -> windows_core::HRESULT, + pub UpdateExternalFonts: unsafe extern "system" fn(*mut core::ffi::c_void, PRINTER_HANDLE, super::super::Foundation::HANDLE, windows_core::PCWSTR) -> windows_core::HRESULT, } #[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_UI_WindowsAndMessaging"))] pub trait IPrintOemUI_Impl: Sized + IPrintOemCommon_Impl { @@ -4763,9 +4574,9 @@ pub trait IPrintOemUI_Impl: Sized + IPrintOemCommon_Impl { fn UpgradePrinter(&self, dwlevel: u32, pdriverupgradeinfo: *const u8) -> windows_core::Result<()>; fn PrinterEvent(&self, pprintername: &windows_core::PCWSTR, idriverevent: i32, dwflags: u32, lparam: super::super::Foundation::LPARAM) -> windows_core::Result<()>; fn DriverEvent(&self, dwdriverevent: u32, dwlevel: u32, pdriverinfo: *const u8, lparam: super::super::Foundation::LPARAM) -> windows_core::Result<()>; - fn QueryColorProfile(&self, hprinter: super::super::Foundation::HANDLE, poemuiobj: *const OEMUIOBJ, ppublicdm: *const super::Gdi::DEVMODEA, poemdm: *const core::ffi::c_void, ulquerymode: u32, pvprofiledata: *mut core::ffi::c_void, pcbprofiledata: *mut u32, pflprofiledata: *mut u32) -> windows_core::Result<()>; + fn QueryColorProfile(&self, hprinter: &PRINTER_HANDLE, poemuiobj: *const OEMUIOBJ, ppublicdm: *const super::Gdi::DEVMODEA, poemdm: *const core::ffi::c_void, ulquerymode: u32, pvprofiledata: *mut core::ffi::c_void, pcbprofiledata: *mut u32, pflprofiledata: *mut u32) -> windows_core::Result<()>; fn FontInstallerDlgProc(&self, hwnd: super::super::Foundation::HWND, usmsg: u32, wparam: super::super::Foundation::WPARAM, lparam: super::super::Foundation::LPARAM) -> windows_core::Result<()>; - fn UpdateExternalFonts(&self, hprinter: super::super::Foundation::HANDLE, hheap: super::super::Foundation::HANDLE, pwstrcartridges: &windows_core::PCWSTR) -> windows_core::Result<()>; + fn UpdateExternalFonts(&self, hprinter: &PRINTER_HANDLE, hheap: super::super::Foundation::HANDLE, pwstrcartridges: &windows_core::PCWSTR) -> windows_core::Result<()>; } #[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_UI_WindowsAndMessaging"))] impl windows_core::RuntimeName for IPrintOemUI {} @@ -4808,17 +4619,17 @@ impl IPrintOemUI_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPrintOemUI_Impl::DriverEvent(this, core::mem::transmute_copy(&dwdriverevent), core::mem::transmute_copy(&dwlevel), core::mem::transmute_copy(&pdriverinfo), core::mem::transmute_copy(&lparam)).into() } - unsafe extern "system" fn QueryColorProfile(this: *mut core::ffi::c_void, hprinter: super::super::Foundation::HANDLE, poemuiobj: *const OEMUIOBJ, ppublicdm: *const super::Gdi::DEVMODEA, poemdm: *const core::ffi::c_void, ulquerymode: u32, pvprofiledata: *mut core::ffi::c_void, pcbprofiledata: *mut u32, pflprofiledata: *mut u32) -> windows_core::HRESULT { + unsafe extern "system" fn QueryColorProfile(this: *mut core::ffi::c_void, hprinter: PRINTER_HANDLE, poemuiobj: *const OEMUIOBJ, ppublicdm: *const super::Gdi::DEVMODEA, poemdm: *const core::ffi::c_void, ulquerymode: u32, pvprofiledata: *mut core::ffi::c_void, pcbprofiledata: *mut u32, pflprofiledata: *mut u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IPrintOemUI_Impl::QueryColorProfile(this, core::mem::transmute_copy(&hprinter), core::mem::transmute_copy(&poemuiobj), core::mem::transmute_copy(&ppublicdm), core::mem::transmute_copy(&poemdm), core::mem::transmute_copy(&ulquerymode), core::mem::transmute_copy(&pvprofiledata), core::mem::transmute_copy(&pcbprofiledata), core::mem::transmute_copy(&pflprofiledata)).into() + IPrintOemUI_Impl::QueryColorProfile(this, core::mem::transmute(&hprinter), core::mem::transmute_copy(&poemuiobj), core::mem::transmute_copy(&ppublicdm), core::mem::transmute_copy(&poemdm), core::mem::transmute_copy(&ulquerymode), core::mem::transmute_copy(&pvprofiledata), core::mem::transmute_copy(&pcbprofiledata), core::mem::transmute_copy(&pflprofiledata)).into() } unsafe extern "system" fn FontInstallerDlgProc(this: *mut core::ffi::c_void, hwnd: super::super::Foundation::HWND, usmsg: u32, wparam: super::super::Foundation::WPARAM, lparam: super::super::Foundation::LPARAM) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPrintOemUI_Impl::FontInstallerDlgProc(this, core::mem::transmute_copy(&hwnd), core::mem::transmute_copy(&usmsg), core::mem::transmute_copy(&wparam), core::mem::transmute_copy(&lparam)).into() } - unsafe extern "system" fn UpdateExternalFonts(this: *mut core::ffi::c_void, hprinter: super::super::Foundation::HANDLE, hheap: super::super::Foundation::HANDLE, pwstrcartridges: windows_core::PCWSTR) -> windows_core::HRESULT { + unsafe extern "system" fn UpdateExternalFonts(this: *mut core::ffi::c_void, hprinter: PRINTER_HANDLE, hheap: super::super::Foundation::HANDLE, pwstrcartridges: windows_core::PCWSTR) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IPrintOemUI_Impl::UpdateExternalFonts(this, core::mem::transmute_copy(&hprinter), core::mem::transmute_copy(&hheap), core::mem::transmute(&pwstrcartridges)).into() + IPrintOemUI_Impl::UpdateExternalFonts(this, core::mem::transmute(&hprinter), core::mem::transmute_copy(&hheap), core::mem::transmute(&pwstrcartridges)).into() } Self { base__: IPrintOemCommon_Vtbl::new::(), @@ -4850,59 +4661,55 @@ impl core::ops::Deref for IPrintOemUI2 { windows_core::imp::interface_hierarchy!(IPrintOemUI2, windows_core::IUnknown, IPrintOemCommon, IPrintOemUI); impl IPrintOemUI2 { #[cfg(feature = "Win32_Graphics_Gdi")] - pub unsafe fn QueryJobAttributes(&self, hprinter: P0, pdevmode: *const super::Gdi::DEVMODEA, dwlevel: u32, lpattributeinfo: *const u8) -> windows_core::Result<()> - where - P0: windows_core::Param, - { - (windows_core::Interface::vtable(self).QueryJobAttributes)(windows_core::Interface::as_raw(self), hprinter.param().abi(), pdevmode, dwlevel, lpattributeinfo).ok() + pub unsafe fn QueryJobAttributes(&self, hprinter: PRINTER_HANDLE, pdevmode: *const super::Gdi::DEVMODEA, dwlevel: u32, lpattributeinfo: *const u8) -> windows_core::Result<()> { + (windows_core::Interface::vtable(self).QueryJobAttributes)(windows_core::Interface::as_raw(self), core::mem::transmute(hprinter), pdevmode, dwlevel, lpattributeinfo).ok() } pub unsafe fn HideStandardUI(&self, dwmode: u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).HideStandardUI)(windows_core::Interface::as_raw(self), dwmode).ok() } #[cfg(feature = "Win32_Graphics_Gdi")] - pub unsafe fn DocumentEvent(&self, hprinter: P0, hdc: P1, iesc: i32, cbin: u32, pvin: *mut core::ffi::c_void, cbout: u32, pvout: *mut core::ffi::c_void, piresult: *mut i32) -> windows_core::Result<()> + pub unsafe fn DocumentEvent(&self, hprinter: PRINTER_HANDLE, hdc: P0, iesc: i32, cbin: u32, pvin: *mut core::ffi::c_void, cbout: u32, pvout: *mut core::ffi::c_void, piresult: *mut i32) -> windows_core::Result<()> where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, { - (windows_core::Interface::vtable(self).DocumentEvent)(windows_core::Interface::as_raw(self), hprinter.param().abi(), hdc.param().abi(), iesc, cbin, pvin, cbout, pvout, piresult).ok() + (windows_core::Interface::vtable(self).DocumentEvent)(windows_core::Interface::as_raw(self), core::mem::transmute(hprinter), hdc.param().abi(), iesc, cbin, pvin, cbout, pvout, piresult).ok() } } #[repr(C)] pub struct IPrintOemUI2_Vtbl { pub base__: IPrintOemUI_Vtbl, #[cfg(feature = "Win32_Graphics_Gdi")] - pub QueryJobAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HANDLE, *const super::Gdi::DEVMODEA, u32, *const u8) -> windows_core::HRESULT, + pub QueryJobAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, PRINTER_HANDLE, *const super::Gdi::DEVMODEA, u32, *const u8) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Graphics_Gdi"))] QueryJobAttributes: usize, pub HideStandardUI: unsafe extern "system" fn(*mut core::ffi::c_void, u32) -> windows_core::HRESULT, #[cfg(feature = "Win32_Graphics_Gdi")] - pub DocumentEvent: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HANDLE, super::Gdi::HDC, i32, u32, *mut core::ffi::c_void, u32, *mut core::ffi::c_void, *mut i32) -> windows_core::HRESULT, + pub DocumentEvent: unsafe extern "system" fn(*mut core::ffi::c_void, PRINTER_HANDLE, super::Gdi::HDC, i32, u32, *mut core::ffi::c_void, u32, *mut core::ffi::c_void, *mut i32) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Graphics_Gdi"))] DocumentEvent: usize, } #[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_UI_WindowsAndMessaging"))] pub trait IPrintOemUI2_Impl: Sized + IPrintOemUI_Impl { - fn QueryJobAttributes(&self, hprinter: super::super::Foundation::HANDLE, pdevmode: *const super::Gdi::DEVMODEA, dwlevel: u32, lpattributeinfo: *const u8) -> windows_core::Result<()>; + fn QueryJobAttributes(&self, hprinter: &PRINTER_HANDLE, pdevmode: *const super::Gdi::DEVMODEA, dwlevel: u32, lpattributeinfo: *const u8) -> windows_core::Result<()>; fn HideStandardUI(&self, dwmode: u32) -> windows_core::Result<()>; - fn DocumentEvent(&self, hprinter: super::super::Foundation::HANDLE, hdc: super::Gdi::HDC, iesc: i32, cbin: u32, pvin: *mut core::ffi::c_void, cbout: u32, pvout: *mut core::ffi::c_void, piresult: *mut i32) -> windows_core::Result<()>; + fn DocumentEvent(&self, hprinter: &PRINTER_HANDLE, hdc: super::Gdi::HDC, iesc: i32, cbin: u32, pvin: *mut core::ffi::c_void, cbout: u32, pvout: *mut core::ffi::c_void, piresult: *mut i32) -> windows_core::Result<()>; } #[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_UI_WindowsAndMessaging"))] impl windows_core::RuntimeName for IPrintOemUI2 {} #[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_UI_WindowsAndMessaging"))] impl IPrintOemUI2_Vtbl { pub const fn new() -> IPrintOemUI2_Vtbl { - unsafe extern "system" fn QueryJobAttributes(this: *mut core::ffi::c_void, hprinter: super::super::Foundation::HANDLE, pdevmode: *const super::Gdi::DEVMODEA, dwlevel: u32, lpattributeinfo: *const u8) -> windows_core::HRESULT { + unsafe extern "system" fn QueryJobAttributes(this: *mut core::ffi::c_void, hprinter: PRINTER_HANDLE, pdevmode: *const super::Gdi::DEVMODEA, dwlevel: u32, lpattributeinfo: *const u8) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IPrintOemUI2_Impl::QueryJobAttributes(this, core::mem::transmute_copy(&hprinter), core::mem::transmute_copy(&pdevmode), core::mem::transmute_copy(&dwlevel), core::mem::transmute_copy(&lpattributeinfo)).into() + IPrintOemUI2_Impl::QueryJobAttributes(this, core::mem::transmute(&hprinter), core::mem::transmute_copy(&pdevmode), core::mem::transmute_copy(&dwlevel), core::mem::transmute_copy(&lpattributeinfo)).into() } unsafe extern "system" fn HideStandardUI(this: *mut core::ffi::c_void, dwmode: u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPrintOemUI2_Impl::HideStandardUI(this, core::mem::transmute_copy(&dwmode)).into() } - unsafe extern "system" fn DocumentEvent(this: *mut core::ffi::c_void, hprinter: super::super::Foundation::HANDLE, hdc: super::Gdi::HDC, iesc: i32, cbin: u32, pvin: *mut core::ffi::c_void, cbout: u32, pvout: *mut core::ffi::c_void, piresult: *mut i32) -> windows_core::HRESULT { + unsafe extern "system" fn DocumentEvent(this: *mut core::ffi::c_void, hprinter: PRINTER_HANDLE, hdc: super::Gdi::HDC, iesc: i32, cbin: u32, pvin: *mut core::ffi::c_void, cbout: u32, pvout: *mut core::ffi::c_void, piresult: *mut i32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IPrintOemUI2_Impl::DocumentEvent(this, core::mem::transmute_copy(&hprinter), core::mem::transmute_copy(&hdc), core::mem::transmute_copy(&iesc), core::mem::transmute_copy(&cbin), core::mem::transmute_copy(&pvin), core::mem::transmute_copy(&cbout), core::mem::transmute_copy(&pvout), core::mem::transmute_copy(&piresult)).into() + IPrintOemUI2_Impl::DocumentEvent(this, core::mem::transmute(&hprinter), core::mem::transmute_copy(&hdc), core::mem::transmute_copy(&iesc), core::mem::transmute_copy(&cbin), core::mem::transmute_copy(&pvin), core::mem::transmute_copy(&cbout), core::mem::transmute_copy(&pvout), core::mem::transmute_copy(&piresult)).into() } Self { base__: IPrintOemUI_Vtbl::new::(), @@ -4925,65 +4732,56 @@ impl core::ops::Deref for IPrintOemUIMXDC { windows_core::imp::interface_hierarchy!(IPrintOemUIMXDC, windows_core::IUnknown); impl IPrintOemUIMXDC { #[cfg(feature = "Win32_Graphics_Gdi")] - pub unsafe fn AdjustImageableArea(&self, hprinter: P0, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, prclimageablearea: *mut super::super::Foundation::RECTL) -> windows_core::Result<()> - where - P0: windows_core::Param, - { - (windows_core::Interface::vtable(self).AdjustImageableArea)(windows_core::Interface::as_raw(self), hprinter.param().abi(), cbdevmode, pdevmode, cboemdm, poemdm, prclimageablearea).ok() + pub unsafe fn AdjustImageableArea(&self, hprinter: PRINTER_HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, prclimageablearea: *mut super::super::Foundation::RECTL) -> windows_core::Result<()> { + (windows_core::Interface::vtable(self).AdjustImageableArea)(windows_core::Interface::as_raw(self), core::mem::transmute(hprinter), cbdevmode, pdevmode, cboemdm, poemdm, prclimageablearea).ok() } #[cfg(feature = "Win32_Graphics_Gdi")] - pub unsafe fn AdjustImageCompression(&self, hprinter: P0, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pcompressionmode: *mut i32) -> windows_core::Result<()> - where - P0: windows_core::Param, - { - (windows_core::Interface::vtable(self).AdjustImageCompression)(windows_core::Interface::as_raw(self), hprinter.param().abi(), cbdevmode, pdevmode, cboemdm, poemdm, pcompressionmode).ok() + pub unsafe fn AdjustImageCompression(&self, hprinter: PRINTER_HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pcompressionmode: *mut i32) -> windows_core::Result<()> { + (windows_core::Interface::vtable(self).AdjustImageCompression)(windows_core::Interface::as_raw(self), core::mem::transmute(hprinter), cbdevmode, pdevmode, cboemdm, poemdm, pcompressionmode).ok() } #[cfg(feature = "Win32_Graphics_Gdi")] - pub unsafe fn AdjustDPI(&self, hprinter: P0, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pdpi: *mut i32) -> windows_core::Result<()> - where - P0: windows_core::Param, - { - (windows_core::Interface::vtable(self).AdjustDPI)(windows_core::Interface::as_raw(self), hprinter.param().abi(), cbdevmode, pdevmode, cboemdm, poemdm, pdpi).ok() + pub unsafe fn AdjustDPI(&self, hprinter: PRINTER_HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pdpi: *mut i32) -> windows_core::Result<()> { + (windows_core::Interface::vtable(self).AdjustDPI)(windows_core::Interface::as_raw(self), core::mem::transmute(hprinter), cbdevmode, pdevmode, cboemdm, poemdm, pdpi).ok() } } #[repr(C)] pub struct IPrintOemUIMXDC_Vtbl { pub base__: windows_core::IUnknown_Vtbl, #[cfg(feature = "Win32_Graphics_Gdi")] - pub AdjustImageableArea: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HANDLE, u32, *const super::Gdi::DEVMODEA, u32, *const core::ffi::c_void, *mut super::super::Foundation::RECTL) -> windows_core::HRESULT, + pub AdjustImageableArea: unsafe extern "system" fn(*mut core::ffi::c_void, PRINTER_HANDLE, u32, *const super::Gdi::DEVMODEA, u32, *const core::ffi::c_void, *mut super::super::Foundation::RECTL) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Graphics_Gdi"))] AdjustImageableArea: usize, #[cfg(feature = "Win32_Graphics_Gdi")] - pub AdjustImageCompression: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HANDLE, u32, *const super::Gdi::DEVMODEA, u32, *const core::ffi::c_void, *mut i32) -> windows_core::HRESULT, + pub AdjustImageCompression: unsafe extern "system" fn(*mut core::ffi::c_void, PRINTER_HANDLE, u32, *const super::Gdi::DEVMODEA, u32, *const core::ffi::c_void, *mut i32) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Graphics_Gdi"))] AdjustImageCompression: usize, #[cfg(feature = "Win32_Graphics_Gdi")] - pub AdjustDPI: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HANDLE, u32, *const super::Gdi::DEVMODEA, u32, *const core::ffi::c_void, *mut i32) -> windows_core::HRESULT, + pub AdjustDPI: unsafe extern "system" fn(*mut core::ffi::c_void, PRINTER_HANDLE, u32, *const super::Gdi::DEVMODEA, u32, *const core::ffi::c_void, *mut i32) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Graphics_Gdi"))] AdjustDPI: usize, } #[cfg(feature = "Win32_Graphics_Gdi")] pub trait IPrintOemUIMXDC_Impl: Sized + windows_core::IUnknownImpl { - fn AdjustImageableArea(&self, hprinter: super::super::Foundation::HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, prclimageablearea: *mut super::super::Foundation::RECTL) -> windows_core::Result<()>; - fn AdjustImageCompression(&self, hprinter: super::super::Foundation::HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pcompressionmode: *mut i32) -> windows_core::Result<()>; - fn AdjustDPI(&self, hprinter: super::super::Foundation::HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pdpi: *mut i32) -> windows_core::Result<()>; + fn AdjustImageableArea(&self, hprinter: &PRINTER_HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, prclimageablearea: *mut super::super::Foundation::RECTL) -> windows_core::Result<()>; + fn AdjustImageCompression(&self, hprinter: &PRINTER_HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pcompressionmode: *mut i32) -> windows_core::Result<()>; + fn AdjustDPI(&self, hprinter: &PRINTER_HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pdpi: *mut i32) -> windows_core::Result<()>; } #[cfg(feature = "Win32_Graphics_Gdi")] impl windows_core::RuntimeName for IPrintOemUIMXDC {} #[cfg(feature = "Win32_Graphics_Gdi")] impl IPrintOemUIMXDC_Vtbl { pub const fn new() -> IPrintOemUIMXDC_Vtbl { - unsafe extern "system" fn AdjustImageableArea(this: *mut core::ffi::c_void, hprinter: super::super::Foundation::HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, prclimageablearea: *mut super::super::Foundation::RECTL) -> windows_core::HRESULT { + unsafe extern "system" fn AdjustImageableArea(this: *mut core::ffi::c_void, hprinter: PRINTER_HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, prclimageablearea: *mut super::super::Foundation::RECTL) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IPrintOemUIMXDC_Impl::AdjustImageableArea(this, core::mem::transmute_copy(&hprinter), core::mem::transmute_copy(&cbdevmode), core::mem::transmute_copy(&pdevmode), core::mem::transmute_copy(&cboemdm), core::mem::transmute_copy(&poemdm), core::mem::transmute_copy(&prclimageablearea)).into() + IPrintOemUIMXDC_Impl::AdjustImageableArea(this, core::mem::transmute(&hprinter), core::mem::transmute_copy(&cbdevmode), core::mem::transmute_copy(&pdevmode), core::mem::transmute_copy(&cboemdm), core::mem::transmute_copy(&poemdm), core::mem::transmute_copy(&prclimageablearea)).into() } - unsafe extern "system" fn AdjustImageCompression(this: *mut core::ffi::c_void, hprinter: super::super::Foundation::HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pcompressionmode: *mut i32) -> windows_core::HRESULT { + unsafe extern "system" fn AdjustImageCompression(this: *mut core::ffi::c_void, hprinter: PRINTER_HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pcompressionmode: *mut i32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IPrintOemUIMXDC_Impl::AdjustImageCompression(this, core::mem::transmute_copy(&hprinter), core::mem::transmute_copy(&cbdevmode), core::mem::transmute_copy(&pdevmode), core::mem::transmute_copy(&cboemdm), core::mem::transmute_copy(&poemdm), core::mem::transmute_copy(&pcompressionmode)).into() + IPrintOemUIMXDC_Impl::AdjustImageCompression(this, core::mem::transmute(&hprinter), core::mem::transmute_copy(&cbdevmode), core::mem::transmute_copy(&pdevmode), core::mem::transmute_copy(&cboemdm), core::mem::transmute_copy(&poemdm), core::mem::transmute_copy(&pcompressionmode)).into() } - unsafe extern "system" fn AdjustDPI(this: *mut core::ffi::c_void, hprinter: super::super::Foundation::HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pdpi: *mut i32) -> windows_core::HRESULT { + unsafe extern "system" fn AdjustDPI(this: *mut core::ffi::c_void, hprinter: PRINTER_HANDLE, cbdevmode: u32, pdevmode: *const super::Gdi::DEVMODEA, cboemdm: u32, poemdm: *const core::ffi::c_void, pdpi: *mut i32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IPrintOemUIMXDC_Impl::AdjustDPI(this, core::mem::transmute_copy(&hprinter), core::mem::transmute_copy(&cbdevmode), core::mem::transmute_copy(&pdevmode), core::mem::transmute_copy(&cboemdm), core::mem::transmute_copy(&poemdm), core::mem::transmute_copy(&pdpi)).into() + IPrintOemUIMXDC_Impl::AdjustDPI(this, core::mem::transmute(&hprinter), core::mem::transmute_copy(&cbdevmode), core::mem::transmute_copy(&pdevmode), core::mem::transmute_copy(&cboemdm), core::mem::transmute_copy(&poemdm), core::mem::transmute_copy(&pdpi)).into() } Self { base__: windows_core::IUnknown_Vtbl::new::(), @@ -6873,17 +6671,11 @@ impl core::ops::Deref for IPrintTicketProvider { } windows_core::imp::interface_hierarchy!(IPrintTicketProvider, windows_core::IUnknown); impl IPrintTicketProvider { - pub unsafe fn GetSupportedVersions(&self, hprinter: P0, ppversions: *mut *mut i32, cversions: *mut i32) -> windows_core::Result<()> - where - P0: windows_core::Param, - { - (windows_core::Interface::vtable(self).GetSupportedVersions)(windows_core::Interface::as_raw(self), hprinter.param().abi(), ppversions, cversions).ok() + pub unsafe fn GetSupportedVersions(&self, hprinter: PRINTER_HANDLE, ppversions: *mut *mut i32, cversions: *mut i32) -> windows_core::Result<()> { + (windows_core::Interface::vtable(self).GetSupportedVersions)(windows_core::Interface::as_raw(self), core::mem::transmute(hprinter), ppversions, cversions).ok() } - pub unsafe fn BindPrinter(&self, hprinter: P0, version: i32, poptions: *mut SHIMOPTS, pdevmodeflags: *mut u32, cnamespaces: *mut i32, ppnamespaces: *mut *mut windows_core::BSTR) -> windows_core::Result<()> - where - P0: windows_core::Param, - { - (windows_core::Interface::vtable(self).BindPrinter)(windows_core::Interface::as_raw(self), hprinter.param().abi(), version, poptions, pdevmodeflags, cnamespaces, ppnamespaces).ok() + pub unsafe fn BindPrinter(&self, hprinter: PRINTER_HANDLE, version: i32, poptions: *mut SHIMOPTS, pdevmodeflags: *mut u32, cnamespaces: *mut i32, ppnamespaces: *mut *mut windows_core::BSTR) -> windows_core::Result<()> { + (windows_core::Interface::vtable(self).BindPrinter)(windows_core::Interface::as_raw(self), core::mem::transmute(hprinter), version, poptions, pdevmodeflags, cnamespaces, ppnamespaces).ok() } pub unsafe fn QueryDeviceNamespace(&self, pdefaultnamespace: *mut windows_core::BSTR) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).QueryDeviceNamespace)(windows_core::Interface::as_raw(self), core::mem::transmute(pdefaultnamespace)).ok() @@ -6921,8 +6713,8 @@ impl IPrintTicketProvider { #[repr(C)] pub struct IPrintTicketProvider_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - pub GetSupportedVersions: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HANDLE, *mut *mut i32, *mut i32) -> windows_core::HRESULT, - pub BindPrinter: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HANDLE, i32, *mut SHIMOPTS, *mut u32, *mut i32, *mut *mut windows_core::BSTR) -> windows_core::HRESULT, + pub GetSupportedVersions: unsafe extern "system" fn(*mut core::ffi::c_void, PRINTER_HANDLE, *mut *mut i32, *mut i32) -> windows_core::HRESULT, + pub BindPrinter: unsafe extern "system" fn(*mut core::ffi::c_void, PRINTER_HANDLE, i32, *mut SHIMOPTS, *mut u32, *mut i32, *mut *mut windows_core::BSTR) -> windows_core::HRESULT, pub QueryDeviceNamespace: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, #[cfg(all(feature = "Win32_Data_Xml_MsXml", feature = "Win32_Graphics_Gdi", feature = "Win32_System_Com"))] pub ConvertPrintTicketToDevMode: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, u32, *mut super::Gdi::DEVMODEA, *mut u32, *mut *mut super::Gdi::DEVMODEA) -> windows_core::HRESULT, @@ -6943,8 +6735,8 @@ pub struct IPrintTicketProvider_Vtbl { } #[cfg(all(feature = "Win32_Data_Xml_MsXml", feature = "Win32_Graphics_Gdi", feature = "Win32_System_Com"))] pub trait IPrintTicketProvider_Impl: Sized + windows_core::IUnknownImpl { - fn GetSupportedVersions(&self, hprinter: super::super::Foundation::HANDLE, ppversions: *mut *mut i32, cversions: *mut i32) -> windows_core::Result<()>; - fn BindPrinter(&self, hprinter: super::super::Foundation::HANDLE, version: i32, poptions: *mut SHIMOPTS, pdevmodeflags: *mut u32, cnamespaces: *mut i32, ppnamespaces: *mut *mut windows_core::BSTR) -> windows_core::Result<()>; + fn GetSupportedVersions(&self, hprinter: &PRINTER_HANDLE, ppversions: *mut *mut i32, cversions: *mut i32) -> windows_core::Result<()>; + fn BindPrinter(&self, hprinter: &PRINTER_HANDLE, version: i32, poptions: *mut SHIMOPTS, pdevmodeflags: *mut u32, cnamespaces: *mut i32, ppnamespaces: *mut *mut windows_core::BSTR) -> windows_core::Result<()>; fn QueryDeviceNamespace(&self, pdefaultnamespace: *mut windows_core::BSTR) -> windows_core::Result<()>; fn ConvertPrintTicketToDevMode(&self, pprintticket: Option<&super::super::Data::Xml::MsXml::IXMLDOMDocument2>, cbdevmodein: u32, pdevmodein: *mut super::Gdi::DEVMODEA, pcbdevmodeout: *mut u32, ppdevmodeout: *mut *mut super::Gdi::DEVMODEA) -> windows_core::Result<()>; fn ConvertDevModeToPrintTicket(&self, cbdevmode: u32, pdevmode: *mut super::Gdi::DEVMODEA, pprintticket: Option<&super::super::Data::Xml::MsXml::IXMLDOMDocument2>) -> windows_core::Result<()>; @@ -6956,13 +6748,13 @@ impl windows_core::RuntimeName for IPrintTicketProvider {} #[cfg(all(feature = "Win32_Data_Xml_MsXml", feature = "Win32_Graphics_Gdi", feature = "Win32_System_Com"))] impl IPrintTicketProvider_Vtbl { pub const fn new() -> IPrintTicketProvider_Vtbl { - unsafe extern "system" fn GetSupportedVersions(this: *mut core::ffi::c_void, hprinter: super::super::Foundation::HANDLE, ppversions: *mut *mut i32, cversions: *mut i32) -> windows_core::HRESULT { + unsafe extern "system" fn GetSupportedVersions(this: *mut core::ffi::c_void, hprinter: PRINTER_HANDLE, ppversions: *mut *mut i32, cversions: *mut i32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IPrintTicketProvider_Impl::GetSupportedVersions(this, core::mem::transmute_copy(&hprinter), core::mem::transmute_copy(&ppversions), core::mem::transmute_copy(&cversions)).into() + IPrintTicketProvider_Impl::GetSupportedVersions(this, core::mem::transmute(&hprinter), core::mem::transmute_copy(&ppversions), core::mem::transmute_copy(&cversions)).into() } - unsafe extern "system" fn BindPrinter(this: *mut core::ffi::c_void, hprinter: super::super::Foundation::HANDLE, version: i32, poptions: *mut SHIMOPTS, pdevmodeflags: *mut u32, cnamespaces: *mut i32, ppnamespaces: *mut *mut windows_core::BSTR) -> windows_core::HRESULT { + unsafe extern "system" fn BindPrinter(this: *mut core::ffi::c_void, hprinter: PRINTER_HANDLE, version: i32, poptions: *mut SHIMOPTS, pdevmodeflags: *mut u32, cnamespaces: *mut i32, ppnamespaces: *mut *mut windows_core::BSTR) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IPrintTicketProvider_Impl::BindPrinter(this, core::mem::transmute_copy(&hprinter), core::mem::transmute_copy(&version), core::mem::transmute_copy(&poptions), core::mem::transmute_copy(&pdevmodeflags), core::mem::transmute_copy(&cnamespaces), core::mem::transmute_copy(&ppnamespaces)).into() + IPrintTicketProvider_Impl::BindPrinter(this, core::mem::transmute(&hprinter), core::mem::transmute_copy(&version), core::mem::transmute_copy(&poptions), core::mem::transmute_copy(&pdevmodeflags), core::mem::transmute_copy(&cnamespaces), core::mem::transmute_copy(&ppnamespaces)).into() } unsafe extern "system" fn QueryDeviceNamespace(this: *mut core::ffi::c_void, pdefaultnamespace: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); @@ -8040,7 +7832,7 @@ impl core::ops::Deref for IPrinterQueue { windows_core::imp::interface_hierarchy!(IPrinterQueue, windows_core::IUnknown, super::super::System::Com::IDispatch); #[cfg(feature = "Win32_System_Com")] impl IPrinterQueue { - pub unsafe fn Handle(&self) -> windows_core::Result { + pub unsafe fn Handle(&self) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).Handle)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } @@ -8064,7 +7856,7 @@ impl IPrinterQueue { #[repr(C)] pub struct IPrinterQueue_Vtbl { pub base__: super::super::System::Com::IDispatch_Vtbl, - pub Handle: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::HANDLE) -> windows_core::HRESULT, + pub Handle: unsafe extern "system" fn(*mut core::ffi::c_void, *mut PRINTER_HANDLE) -> windows_core::HRESULT, pub Name: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, pub SendBidiQuery: unsafe extern "system" fn(*mut core::ffi::c_void, core::mem::MaybeUninit) -> windows_core::HRESULT, #[cfg(feature = "Win32_System_Com")] @@ -8074,7 +7866,7 @@ pub struct IPrinterQueue_Vtbl { } #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))] pub trait IPrinterQueue_Impl: Sized + super::super::System::Com::IDispatch_Impl { - fn Handle(&self) -> windows_core::Result; + fn Handle(&self) -> windows_core::Result; fn Name(&self) -> windows_core::Result; fn SendBidiQuery(&self, bstrbidiquery: &windows_core::BSTR) -> windows_core::Result<()>; fn GetProperties(&self) -> windows_core::Result; @@ -8084,7 +7876,7 @@ impl windows_core::RuntimeName for IPrinterQueue {} #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))] impl IPrinterQueue_Vtbl { pub const fn new() -> IPrinterQueue_Vtbl { - unsafe extern "system" fn Handle(this: *mut core::ffi::c_void, phprinter: *mut super::super::Foundation::HANDLE) -> windows_core::HRESULT { + unsafe extern "system" fn Handle(this: *mut core::ffi::c_void, phprinter: *mut PRINTER_HANDLE) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPrinterQueue_Impl::Handle(this) { Ok(ok__) => { @@ -13971,6 +13763,19 @@ impl Default for PRINTER_EVENT_ATTRIBUTES_INFO { } #[repr(C)] #[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct PRINTER_HANDLE { + pub Value: *mut core::ffi::c_void, +} +impl windows_core::TypeKind for PRINTER_HANDLE { + type TypeKind = windows_core::CopyType; +} +impl Default for PRINTER_HANDLE { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct PRINTER_INFO_1A { pub Flags: u32, pub pDescription: windows_core::PSTR, diff --git a/crates/libs/windows/src/Windows/Win32/Media/Audio/Apo/mod.rs b/crates/libs/windows/src/Windows/Win32/Media/Audio/Apo/mod.rs index 2c5b787e6d..78a49af1dd 100644 --- a/crates/libs/windows/src/Windows/Win32/Media/Audio/Apo/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Media/Audio/Apo/mod.rs @@ -963,93 +963,50 @@ pub const DEVICE_NOT_ROTATED: DEVICE_ORIENTATION_TYPE = DEVICE_ORIENTATION_TYPE( pub const DEVICE_ROTATED_180_DEGREES_CLOCKWISE: DEVICE_ORIENTATION_TYPE = DEVICE_ORIENTATION_TYPE(2i32); pub const DEVICE_ROTATED_270_DEGREES_CLOCKWISE: DEVICE_ORIENTATION_TYPE = DEVICE_ORIENTATION_TYPE(3i32); pub const DEVICE_ROTATED_90_DEGREES_CLOCKWISE: DEVICE_ORIENTATION_TYPE = DEVICE_ORIENTATION_TYPE(1i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_APO_SWFallback_ProcessingModes: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CompositeFX_EndpointEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CompositeFX_KeywordDetector_EndpointEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CompositeFX_KeywordDetector_ModeEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CompositeFX_KeywordDetector_StreamEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CompositeFX_ModeEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CompositeFX_Offload_ModeEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CompositeFX_Offload_StreamEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CompositeFX_StreamEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_EFX_KeywordDetector_ProcessingModes_Supported_For_Streaming: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_EFX_ProcessingModes_Supported_For_Streaming: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_ApplyToBluetooth: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_ApplyToCapture: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_ApplyToRender: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_ApplyToUsb: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_Association: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_Author: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_EffectPackSchema_Version: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 29 }; +pub const PKEY_APO_SWFallback_ProcessingModes: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 13 }; +pub const PKEY_CompositeFX_EndpointEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 15 }; +pub const PKEY_CompositeFX_KeywordDetector_EndpointEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 18 }; +pub const PKEY_CompositeFX_KeywordDetector_ModeEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 17 }; +pub const PKEY_CompositeFX_KeywordDetector_StreamEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 16 }; +pub const PKEY_CompositeFX_ModeEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 14 }; +pub const PKEY_CompositeFX_Offload_ModeEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 20 }; +pub const PKEY_CompositeFX_Offload_StreamEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 19 }; +pub const PKEY_CompositeFX_StreamEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 13 }; +pub const PKEY_EFX_KeywordDetector_ProcessingModes_Supported_For_Streaming: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 10 }; +pub const PKEY_EFX_ProcessingModes_Supported_For_Streaming: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 7 }; +pub const PKEY_FX_ApplyToBluetooth: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 30 }; +pub const PKEY_FX_ApplyToCapture: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 33 }; +pub const PKEY_FX_ApplyToRender: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 32 }; +pub const PKEY_FX_ApplyToUsb: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 31 }; +pub const PKEY_FX_Association: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 0 }; +pub const PKEY_FX_Author: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 26 }; +pub const PKEY_FX_EffectPackSchema_Version: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 29 }; pub const PKEY_FX_EffectPack_Schema_V1: windows_core::GUID = windows_core::GUID::from_u128(0x7abf23d9_727e_4d0b_86a3_dd501d260001); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_EndpointEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_Enumerator: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_FriendlyName: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_KeywordDetector_EndpointEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_KeywordDetector_ModeEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_KeywordDetector_StreamEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_ModeEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_ObjectId: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_Offload_ModeEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_Offload_StreamEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_PostMixEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_PreMixEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_State: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_StreamEffectClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_SupportAppLauncher: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_SupportedFormats: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_UserInterfaceClsid: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_VersionMajor: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FX_VersionMinor: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MFX_KeywordDetector_ProcessingModes_Supported_For_Streaming: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MFX_Offload_ProcessingModes_Supported_For_Streaming: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MFX_ProcessingModes_Supported_For_Streaming: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SFX_KeywordDetector_ProcessingModes_Supported_For_Streaming: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SFX_Offload_ProcessingModes_Supported_For_Streaming: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SFX_ProcessingModes_Supported_For_Streaming: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 5 }; +pub const PKEY_FX_EndpointEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 7 }; +pub const PKEY_FX_Enumerator: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 23 }; +pub const PKEY_FX_FriendlyName: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 4 }; +pub const PKEY_FX_KeywordDetector_EndpointEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 10 }; +pub const PKEY_FX_KeywordDetector_ModeEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 9 }; +pub const PKEY_FX_KeywordDetector_StreamEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 8 }; +pub const PKEY_FX_ModeEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 6 }; +pub const PKEY_FX_ObjectId: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 27 }; +pub const PKEY_FX_Offload_ModeEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 12 }; +pub const PKEY_FX_Offload_StreamEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 11 }; +pub const PKEY_FX_PostMixEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 2 }; +pub const PKEY_FX_PreMixEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 1 }; +pub const PKEY_FX_State: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 28 }; +pub const PKEY_FX_StreamEffectClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 5 }; +pub const PKEY_FX_SupportAppLauncher: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 21 }; +pub const PKEY_FX_SupportedFormats: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 22 }; +pub const PKEY_FX_UserInterfaceClsid: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 3 }; +pub const PKEY_FX_VersionMajor: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 24 }; +pub const PKEY_FX_VersionMinor: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd04e05a6_594b_4fb6_a80d_01af5eed7d1d), pid: 25 }; +pub const PKEY_MFX_KeywordDetector_ProcessingModes_Supported_For_Streaming: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 9 }; +pub const PKEY_MFX_Offload_ProcessingModes_Supported_For_Streaming: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 12 }; +pub const PKEY_MFX_ProcessingModes_Supported_For_Streaming: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 6 }; +pub const PKEY_SFX_KeywordDetector_ProcessingModes_Supported_For_Streaming: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 8 }; +pub const PKEY_SFX_Offload_ProcessingModes_Supported_For_Streaming: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 11 }; +pub const PKEY_SFX_ProcessingModes_Supported_For_Streaming: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd3993a3f_99c2_4402_b5ec_a92a0367664b), pid: 5 }; pub const SID_AudioProcessingObjectLoggingService: windows_core::GUID = windows_core::GUID::from_u128(0x8b8008af_09f9_456e_a173_bdb58499bce7); pub const SID_AudioProcessingObjectRTQueue: windows_core::GUID = windows_core::GUID::from_u128(0x458c1a1f_6899_4c12_99ac_e2e6ac253104); pub const eAudioConstriction14_14: EAudioConstriction = EAudioConstriction(3i32); @@ -1442,7 +1399,7 @@ impl Default for AUDIO_ENDPOINT_PROPERTY_CHANGE_APO_NOTIFICATION_DESCRIPTOR { pub struct AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION { pub endpoint: core::mem::ManuallyDrop>, pub propertyStore: core::mem::ManuallyDrop>, - pub propertyKey: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, + pub propertyKey: super::super::super::Foundation::PROPERTYKEY, } #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl Clone for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION { @@ -1602,7 +1559,7 @@ pub struct AUDIO_SYSTEMEFFECTS_PROPERTY_CHANGE_NOTIFICATION { pub propertyStoreContext: windows_core::GUID, pub propertyStoreType: super::AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE, pub propertyStore: core::mem::ManuallyDrop>, - pub propertyKey: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, + pub propertyKey: super::super::super::Foundation::PROPERTYKEY, } #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl Clone for AUDIO_SYSTEMEFFECTS_PROPERTY_CHANGE_NOTIFICATION { diff --git a/crates/libs/windows/src/Windows/Win32/Media/Audio/Endpoints/mod.rs b/crates/libs/windows/src/Windows/Win32/Media/Audio/Endpoints/mod.rs index 89dc59b32f..729599593f 100644 --- a/crates/libs/windows/src/Windows/Win32/Media/Audio/Endpoints/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Media/Audio/Endpoints/mod.rs @@ -861,14 +861,10 @@ impl IHardwareAudioEngineBase_Vtbl { iid == &::IID } } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const DEVPKEY_AudioEndpointPlugin2_FactoryCLSID: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x12d83bd7_cf12_46be_8540_812710d3021c), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const DEVPKEY_AudioEndpointPlugin_DataFlow: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x12d83bd7_cf12_46be_8540_812710d3021c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const DEVPKEY_AudioEndpointPlugin_FactoryCLSID: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x12d83bd7_cf12_46be_8540_812710d3021c), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const DEVPKEY_AudioEndpointPlugin_PnPInterface: super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x12d83bd7_cf12_46be_8540_812710d3021c), pid: 3 }; +pub const DEVPKEY_AudioEndpointPlugin2_FactoryCLSID: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x12d83bd7_cf12_46be_8540_812710d3021c), pid: 4 }; +pub const DEVPKEY_AudioEndpointPlugin_DataFlow: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x12d83bd7_cf12_46be_8540_812710d3021c), pid: 2 }; +pub const DEVPKEY_AudioEndpointPlugin_FactoryCLSID: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x12d83bd7_cf12_46be_8540_812710d3021c), pid: 1 }; +pub const DEVPKEY_AudioEndpointPlugin_PnPInterface: super::super::super::Foundation::PROPERTYKEY = super::super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x12d83bd7_cf12_46be_8540_812710d3021c), pid: 3 }; pub const eConnectorCount: EndpointConnectorType = EndpointConnectorType(4i32); pub const eHostProcessConnector: EndpointConnectorType = EndpointConnectorType(0i32); pub const eKeywordDetectorConnector: EndpointConnectorType = EndpointConnectorType(3i32); diff --git a/crates/libs/windows/src/Windows/Win32/Media/Audio/mod.rs b/crates/libs/windows/src/Windows/Win32/Media/Audio/mod.rs index 16272f3ffa..66c10f7bc0 100644 --- a/crates/libs/windows/src/Windows/Win32/Media/Audio/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Media/Audio/mod.rs @@ -3326,29 +3326,22 @@ impl core::ops::Deref for IAudioSystemEffectsPropertyChangeNotificationClient { } windows_core::imp::interface_hierarchy!(IAudioSystemEffectsPropertyChangeNotificationClient, windows_core::IUnknown); impl IAudioSystemEffectsPropertyChangeNotificationClient { - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn OnPropertyChanged(&self, r#type: AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE, key: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn OnPropertyChanged(&self, r#type: AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE, key: super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).OnPropertyChanged)(windows_core::Interface::as_raw(self), r#type, core::mem::transmute(key)).ok() } } #[repr(C)] pub struct IAudioSystemEffectsPropertyChangeNotificationClient_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub OnPropertyChanged: unsafe extern "system" fn(*mut core::ffi::c_void, AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE, super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - OnPropertyChanged: usize, + pub OnPropertyChanged: unsafe extern "system" fn(*mut core::ffi::c_void, AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE, super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait IAudioSystemEffectsPropertyChangeNotificationClient_Impl: Sized + windows_core::IUnknownImpl { - fn OnPropertyChanged(&self, r#type: AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE, key: &super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn OnPropertyChanged(&self, r#type: AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE, key: &super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for IAudioSystemEffectsPropertyChangeNotificationClient {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl IAudioSystemEffectsPropertyChangeNotificationClient_Vtbl { pub const fn new() -> IAudioSystemEffectsPropertyChangeNotificationClient_Vtbl { - unsafe extern "system" fn OnPropertyChanged(this: *mut core::ffi::c_void, r#type: AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE, key: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn OnPropertyChanged(this: *mut core::ffi::c_void, r#type: AUDIO_SYSTEMEFFECTS_PROPERTYSTORE_TYPE, key: super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IAudioSystemEffectsPropertyChangeNotificationClient_Impl::OnPropertyChanged(this, core::mem::transmute_copy(&r#type), core::mem::transmute(&key)).into() } @@ -4577,8 +4570,7 @@ impl IMMNotificationClient { { (windows_core::Interface::vtable(self).OnDefaultDeviceChanged)(windows_core::Interface::as_raw(self), flow, role, pwstrdefaultdeviceid.param().abi()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn OnPropertyValueChanged(&self, pwstrdeviceid: P0, key: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> + pub unsafe fn OnPropertyValueChanged(&self, pwstrdeviceid: P0, key: super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> where P0: windows_core::Param, { @@ -4592,22 +4584,16 @@ pub struct IMMNotificationClient_Vtbl { pub OnDeviceAdded: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR) -> windows_core::HRESULT, pub OnDeviceRemoved: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR) -> windows_core::HRESULT, pub OnDefaultDeviceChanged: unsafe extern "system" fn(*mut core::ffi::c_void, EDataFlow, ERole, windows_core::PCWSTR) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub OnPropertyValueChanged: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - OnPropertyValueChanged: usize, + pub OnPropertyValueChanged: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait IMMNotificationClient_Impl: Sized + windows_core::IUnknownImpl { fn OnDeviceStateChanged(&self, pwstrdeviceid: &windows_core::PCWSTR, dwnewstate: DEVICE_STATE) -> windows_core::Result<()>; fn OnDeviceAdded(&self, pwstrdeviceid: &windows_core::PCWSTR) -> windows_core::Result<()>; fn OnDeviceRemoved(&self, pwstrdeviceid: &windows_core::PCWSTR) -> windows_core::Result<()>; fn OnDefaultDeviceChanged(&self, flow: EDataFlow, role: ERole, pwstrdefaultdeviceid: &windows_core::PCWSTR) -> windows_core::Result<()>; - fn OnPropertyValueChanged(&self, pwstrdeviceid: &windows_core::PCWSTR, key: &super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn OnPropertyValueChanged(&self, pwstrdeviceid: &windows_core::PCWSTR, key: &super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for IMMNotificationClient {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl IMMNotificationClient_Vtbl { pub const fn new() -> IMMNotificationClient_Vtbl { unsafe extern "system" fn OnDeviceStateChanged(this: *mut core::ffi::c_void, pwstrdeviceid: windows_core::PCWSTR, dwnewstate: DEVICE_STATE) -> windows_core::HRESULT { @@ -4626,7 +4612,7 @@ impl IMMNotificationClient_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IMMNotificationClient_Impl::OnDefaultDeviceChanged(this, core::mem::transmute_copy(&flow), core::mem::transmute_copy(&role), core::mem::transmute(&pwstrdefaultdeviceid)).into() } - unsafe extern "system" fn OnPropertyValueChanged(this: *mut core::ffi::c_void, pwstrdeviceid: windows_core::PCWSTR, key: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn OnPropertyValueChanged(this: *mut core::ffi::c_void, pwstrdeviceid: windows_core::PCWSTR, key: super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IMMNotificationClient_Impl::OnPropertyValueChanged(this, core::mem::transmute(&pwstrdeviceid), core::mem::transmute(&key)).into() } @@ -6975,38 +6961,22 @@ pub const MOD_WAVETABLE: u32 = 6u32; pub const Microphone: EndpointFormFactor = EndpointFormFactor(4i32); pub const Muted: AudioStateMonitorSoundLevel = AudioStateMonitorSoundLevel(0i32); pub const Out: DataFlow = DataFlow(1i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpointLogo_IconEffects: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf1ab780d_2010_4ed3_a3a6_8b87f0f0c476), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpointLogo_IconPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf1ab780d_2010_4ed3_a3a6_8b87f0f0c476), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpointSettings_LaunchContract: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14242002_0320_4de4_9555_a7d82b73c286), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpointSettings_MenuText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14242002_0320_4de4_9555_a7d82b73c286), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_Association: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_ControlPanelPageProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_Default_VolumeInDb: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_Disable_SysFx: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_FormFactor: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_FullRangeSpeakers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_GUID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_JackSubType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_PhysicalSpeakers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEndpoint_Supports_EventDriven_Mode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEngine_DeviceFormat: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf19f064d_082c_4e27_bc73_6882a1bb8e4c), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AudioEngine_OEMFormat: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4870e26_3cc5_4cd2_ba46_ca0a9a70ed04), pid: 3 }; +pub const PKEY_AudioEndpointLogo_IconEffects: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf1ab780d_2010_4ed3_a3a6_8b87f0f0c476), pid: 0 }; +pub const PKEY_AudioEndpointLogo_IconPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf1ab780d_2010_4ed3_a3a6_8b87f0f0c476), pid: 1 }; +pub const PKEY_AudioEndpointSettings_LaunchContract: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14242002_0320_4de4_9555_a7d82b73c286), pid: 1 }; +pub const PKEY_AudioEndpointSettings_MenuText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14242002_0320_4de4_9555_a7d82b73c286), pid: 0 }; +pub const PKEY_AudioEndpoint_Association: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 2 }; +pub const PKEY_AudioEndpoint_ControlPanelPageProvider: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 1 }; +pub const PKEY_AudioEndpoint_Default_VolumeInDb: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 9 }; +pub const PKEY_AudioEndpoint_Disable_SysFx: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 5 }; +pub const PKEY_AudioEndpoint_FormFactor: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 0 }; +pub const PKEY_AudioEndpoint_FullRangeSpeakers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 6 }; +pub const PKEY_AudioEndpoint_GUID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 4 }; +pub const PKEY_AudioEndpoint_JackSubType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 8 }; +pub const PKEY_AudioEndpoint_PhysicalSpeakers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 3 }; +pub const PKEY_AudioEndpoint_Supports_EventDriven_Mode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1da5d803_d492_4edd_8c23_e0c0ffee7f0e), pid: 7 }; +pub const PKEY_AudioEngine_DeviceFormat: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf19f064d_082c_4e27_bc73_6882a1bb8e4c), pid: 0 }; +pub const PKEY_AudioEngine_OEMFormat: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4870e26_3cc5_4cd2_ba46_ca0a9a70ed04), pid: 3 }; pub const PROCESS_LOOPBACK_MODE_EXCLUDE_TARGET_PROCESS_TREE: PROCESS_LOOPBACK_MODE = PROCESS_LOOPBACK_MODE(1i32); pub const PROCESS_LOOPBACK_MODE_INCLUDE_TARGET_PROCESS_TREE: PROCESS_LOOPBACK_MODE = PROCESS_LOOPBACK_MODE(0i32); pub const RemoteNetworkDevice: EndpointFormFactor = EndpointFormFactor(0i32); diff --git a/crates/libs/windows/src/Windows/Win32/Media/DirectShow/mod.rs b/crates/libs/windows/src/Windows/Win32/Media/DirectShow/mod.rs index 53cdebb222..3536001ed3 100644 --- a/crates/libs/windows/src/Windows/Win32/Media/DirectShow/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Media/DirectShow/mod.rs @@ -35481,22 +35481,6 @@ impl Default for DVD_PLAYBACK_LOCATION2 { } #[repr(C)] #[derive(Clone, Copy, Debug, Eq, PartialEq)] -pub struct DVD_REGION { - pub CopySystem: u8, - pub RegionData: u8, - pub SystemRegion: u8, - pub ResetCount: u8, -} -impl windows_core::TypeKind for DVD_REGION { - type TypeKind = windows_core::CopyType; -} -impl Default for DVD_REGION { - fn default() -> Self { - unsafe { core::mem::zeroed() } - } -} -#[repr(C)] -#[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct DVD_SubpictureAttributes { pub Type: DVD_SUBPICTURE_TYPE, pub CodingMode: DVD_SUBPICTURE_CODING, diff --git a/crates/libs/windows/src/Windows/Win32/Media/KernelStreaming/mod.rs b/crates/libs/windows/src/Windows/Win32/Media/KernelStreaming/mod.rs index 5a7d182900..720d5b8696 100644 --- a/crates/libs/windows/src/Windows/Win32/Media/KernelStreaming/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Media/KernelStreaming/mod.rs @@ -1902,12 +1902,9 @@ pub const CASCADE_FORM: KSDS3D_HRTF_FILTER_METHOD = KSDS3D_HRTF_FILTER_METHOD(1i pub const CC_MAX_HW_DECODE_LINES: u32 = 12u32; pub const CONSTRICTOR_OPTION_DISABLE: CONSTRICTOR_OPTION = CONSTRICTOR_OPTION(0i32); pub const CONSTRICTOR_OPTION_MUTE: CONSTRICTOR_OPTION = CONSTRICTOR_OPTION(1i32); -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_KsAudio_Controller_DeviceInterface_Path: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x13e004d6_b066_43bd_913b_a415cd13da87), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_KsAudio_PacketSize_Constraints: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x13e004d6_b066_43bd_913b_a415cd13da87), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_KsAudio_PacketSize_Constraints2: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x9404f781_7191_409b_8b0b_80bf6ec229ae), pid: 2 }; +pub const DEVPKEY_KsAudio_Controller_DeviceInterface_Path: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x13e004d6_b066_43bd_913b_a415cd13da87), pid: 3 }; +pub const DEVPKEY_KsAudio_PacketSize_Constraints: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x13e004d6_b066_43bd_913b_a415cd13da87), pid: 2 }; +pub const DEVPKEY_KsAudio_PacketSize_Constraints2: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x9404f781_7191_409b_8b0b_80bf6ec229ae), pid: 2 }; pub const DIRECT_FORM: KSDS3D_HRTF_FILTER_METHOD = KSDS3D_HRTF_FILTER_METHOD(0i32); pub const DS3D_HRTF_VERSION_1: KSDS3D_HRTF_FILTER_VERSION = KSDS3D_HRTF_FILTER_VERSION(0i32); pub const EPcxGenLocation_enum_count: EPcxGenLocation = EPcxGenLocation(4i32); diff --git a/crates/libs/windows/src/Windows/Win32/Media/MediaFoundation/mod.rs b/crates/libs/windows/src/Windows/Win32/Media/MediaFoundation/mod.rs index 61e7629343..a56b88023c 100644 --- a/crates/libs/windows/src/Windows/Win32/Media/MediaFoundation/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Media/MediaFoundation/mod.rs @@ -31606,7 +31606,7 @@ impl IMFVirtualCamera { (windows_core::Interface::vtable(self).AddDeviceSourceInfo)(windows_core::Interface::as_raw(self), devicesourceinfo.param().abi()).ok() } #[cfg(feature = "Win32_Devices_Properties")] - pub unsafe fn AddProperty(&self, pkey: *const super::super::Devices::Properties::DEVPROPKEY, r#type: super::super::Devices::Properties::DEVPROPTYPE, pbdata: &[u8]) -> windows_core::Result<()> { + pub unsafe fn AddProperty(&self, pkey: *const super::super::Foundation::DEVPROPKEY, r#type: super::super::Devices::Properties::DEVPROPTYPE, pbdata: &[u8]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).AddProperty)(windows_core::Interface::as_raw(self), pkey, r#type, core::mem::transmute(pbdata.as_ptr()), pbdata.len().try_into().unwrap()).ok() } pub unsafe fn AddRegistryEntry(&self, entryname: P0, subkeypath: P1, dwregtype: u32, pbdata: &[u8]) -> windows_core::Result<()> @@ -31658,7 +31658,7 @@ pub struct IMFVirtualCamera_Vtbl { pub base__: IMFAttributes_Vtbl, pub AddDeviceSourceInfo: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR) -> windows_core::HRESULT, #[cfg(feature = "Win32_Devices_Properties")] - pub AddProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Devices::Properties::DEVPROPKEY, super::super::Devices::Properties::DEVPROPTYPE, *const u8, u32) -> windows_core::HRESULT, + pub AddProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::DEVPROPKEY, super::super::Devices::Properties::DEVPROPTYPE, *const u8, u32) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Devices_Properties"))] AddProperty: usize, pub AddRegistryEntry: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, windows_core::PCWSTR, u32, *const u8, u32) -> windows_core::HRESULT, @@ -31674,7 +31674,7 @@ pub struct IMFVirtualCamera_Vtbl { #[cfg(all(feature = "Win32_Devices_Properties", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IMFVirtualCamera_Impl: Sized + IMFAttributes_Impl { fn AddDeviceSourceInfo(&self, devicesourceinfo: &windows_core::PCWSTR) -> windows_core::Result<()>; - fn AddProperty(&self, pkey: *const super::super::Devices::Properties::DEVPROPKEY, r#type: super::super::Devices::Properties::DEVPROPTYPE, pbdata: *const u8, cbdata: u32) -> windows_core::Result<()>; + fn AddProperty(&self, pkey: *const super::super::Foundation::DEVPROPKEY, r#type: super::super::Devices::Properties::DEVPROPTYPE, pbdata: *const u8, cbdata: u32) -> windows_core::Result<()>; fn AddRegistryEntry(&self, entryname: &windows_core::PCWSTR, subkeypath: &windows_core::PCWSTR, dwregtype: u32, pbdata: *const u8, cbdata: u32) -> windows_core::Result<()>; fn Start(&self, pcallback: Option<&IMFAsyncCallback>) -> windows_core::Result<()>; fn Stop(&self) -> windows_core::Result<()>; @@ -31694,7 +31694,7 @@ impl IMFVirtualCamera_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IMFVirtualCamera_Impl::AddDeviceSourceInfo(this, core::mem::transmute(&devicesourceinfo)).into() } - unsafe extern "system" fn AddProperty(this: *mut core::ffi::c_void, pkey: *const super::super::Devices::Properties::DEVPROPKEY, r#type: super::super::Devices::Properties::DEVPROPTYPE, pbdata: *const u8, cbdata: u32) -> windows_core::HRESULT { + unsafe extern "system" fn AddProperty(this: *mut core::ffi::c_void, pkey: *const super::super::Foundation::DEVPROPKEY, r#type: super::super::Devices::Properties::DEVPROPTYPE, pbdata: *const u8, cbdata: u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IMFVirtualCamera_Impl::AddProperty(this, core::mem::transmute_copy(&pkey), core::mem::transmute_copy(&r#type), core::mem::transmute_copy(&pbdata), core::mem::transmute_copy(&cbdata)).into() } @@ -34574,12 +34574,9 @@ pub const D3D12_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAG_SUPPORTED: D3D12_VIDEO_PRO pub const D3D12_VIDEO_SCALE_SUPPORT_FLAG_EVEN_DIMENSIONS_ONLY: D3D12_VIDEO_SCALE_SUPPORT_FLAGS = D3D12_VIDEO_SCALE_SUPPORT_FLAGS(2i32); pub const D3D12_VIDEO_SCALE_SUPPORT_FLAG_NONE: D3D12_VIDEO_SCALE_SUPPORT_FLAGS = D3D12_VIDEO_SCALE_SUPPORT_FLAGS(0i32); pub const D3D12_VIDEO_SCALE_SUPPORT_FLAG_POW2_ONLY: D3D12_VIDEO_SCALE_SUPPORT_FLAGS = D3D12_VIDEO_SCALE_SUPPORT_FLAGS(1i32); -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_IsVirtualCamera: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6edc630d_c2e3_43b7_b2d1_20525a1af120), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_IsWindowsCameraEffectAvailable: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6edc630d_c2e3_43b7_b2d1_20525a1af120), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_DeviceInterface_VirtualCameraAssociatedCameras: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6edc630d_c2e3_43b7_b2d1_20525a1af120), pid: 5 }; +pub const DEVPKEY_DeviceInterface_IsVirtualCamera: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6edc630d_c2e3_43b7_b2d1_20525a1af120), pid: 3 }; +pub const DEVPKEY_DeviceInterface_IsWindowsCameraEffectAvailable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6edc630d_c2e3_43b7_b2d1_20525a1af120), pid: 4 }; +pub const DEVPKEY_DeviceInterface_VirtualCameraAssociatedCameras: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x6edc630d_c2e3_43b7_b2d1_20525a1af120), pid: 5 }; pub const DSATTRIB_CAPTURE_STREAMTIME: windows_core::GUID = windows_core::GUID::from_u128(0x0c1a5614_30cd_4f40_bcbf_d03e52306207); pub const DSATTRIB_CC_CONTAINER_INFO: windows_core::GUID = windows_core::GUID::from_u128(0xe7e050fb_dd5d_40dd_9915_35dcb81bdc8a); pub const DSATTRIB_DSHOW_STREAM_DESC: windows_core::GUID = windows_core::GUID::from_u128(0x5fb5673b_0a2a_4565_827b_6853fd75e611); diff --git a/crates/libs/windows/src/Windows/Win32/Media/PictureAcquisition/mod.rs b/crates/libs/windows/src/Windows/Win32/Media/PictureAcquisition/mod.rs index aafa409c5c..41e751911b 100644 --- a/crates/libs/windows/src/Windows/Win32/Media/PictureAcquisition/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Media/PictureAcquisition/mod.rs @@ -170,13 +170,13 @@ impl IPhotoAcquireItem { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetThumbnail)(windows_core::Interface::as_raw(self), core::mem::transmute(sizethumbnail), &mut result__).map(|| result__) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetProperty(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetProperty(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetProperty)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn SetProperty(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pv: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn SetProperty(&self, key: *const super::super::Foundation::PROPERTYKEY, pv: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetProperty)(windows_core::Interface::as_raw(self), key, core::mem::transmute(pv)).ok() } #[cfg(feature = "Win32_System_Com")] @@ -208,13 +208,13 @@ pub struct IPhotoAcquireItem_Vtbl { pub GetThumbnail: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::SIZE, *mut super::super::Graphics::Gdi::HBITMAP) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_Graphics_Gdi"))] GetThumbnail: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetProperty: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub SetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub SetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] SetProperty: usize, #[cfg(feature = "Win32_System_Com")] pub GetStream: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, @@ -225,21 +225,21 @@ pub struct IPhotoAcquireItem_Vtbl { pub GetSubItemCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, pub GetSubItemAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IPhotoAcquireItem_Impl: Sized + windows_core::IUnknownImpl { fn GetItemName(&self) -> windows_core::Result; fn GetThumbnail(&self, sizethumbnail: &super::super::Foundation::SIZE) -> windows_core::Result; - fn GetProperty(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetProperty(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pv: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn GetProperty(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetProperty(&self, key: *const super::super::Foundation::PROPERTYKEY, pv: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; fn GetStream(&self) -> windows_core::Result; fn CanDelete(&self) -> windows_core::Result; fn Delete(&self) -> windows_core::Result<()>; fn GetSubItemCount(&self) -> windows_core::Result; fn GetSubItemAt(&self, nitemindex: u32) -> windows_core::Result; } -#[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IPhotoAcquireItem {} -#[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Graphics_Gdi", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IPhotoAcquireItem_Vtbl { pub const fn new() -> IPhotoAcquireItem_Vtbl { unsafe extern "system" fn GetItemName(this: *mut core::ffi::c_void, pbstritemname: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { @@ -262,7 +262,7 @@ impl IPhotoAcquireItem_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetProperty(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pv: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetProperty(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pv: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPhotoAcquireItem_Impl::GetProperty(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -272,7 +272,7 @@ impl IPhotoAcquireItem_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetProperty(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pv: *const core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn SetProperty(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pv: *const core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPhotoAcquireItem_Impl::SetProperty(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&pv)).into() } @@ -1721,24 +1721,15 @@ pub const PHOTOACQ_ERROR_RESTART_REQUIRED: windows_core::HRESULT = windows_core: pub const PHOTOACQ_IMPORT_VIDEO_AS_MULTIPLE_FILES: u32 = 4096u32; pub const PHOTOACQ_NO_GALLERY_LAUNCH: u32 = 1u32; pub const PHOTOACQ_RUN_DEFAULT: u32 = 0u32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PhotoAcquire_CameraSequenceNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PhotoAcquire_DuplicateDetectionID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PhotoAcquire_FinalFilename: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PhotoAcquire_GroupTag: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PhotoAcquire_IntermediateFile: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PhotoAcquire_OriginalFilename: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PhotoAcquire_RelativePathname: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PhotoAcquire_SkipImport: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PhotoAcquire_TransferResult: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 5 }; +pub const PKEY_PhotoAcquire_CameraSequenceNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 7 }; +pub const PKEY_PhotoAcquire_DuplicateDetectionID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 10 }; +pub const PKEY_PhotoAcquire_FinalFilename: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 3 }; +pub const PKEY_PhotoAcquire_GroupTag: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 4 }; +pub const PKEY_PhotoAcquire_IntermediateFile: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 8 }; +pub const PKEY_PhotoAcquire_OriginalFilename: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 6 }; +pub const PKEY_PhotoAcquire_RelativePathname: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 2 }; +pub const PKEY_PhotoAcquire_SkipImport: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 9 }; +pub const PKEY_PhotoAcquire_TransferResult: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f23377_7ac6_4b7a_8443_345e731fa57a), pid: 5 }; pub const PROGRESS_DIALOG_BITMAP_THUMBNAIL: PROGRESS_DIALOG_IMAGE_TYPE = PROGRESS_DIALOG_IMAGE_TYPE(3i32); pub const PROGRESS_DIALOG_CHECKBOX_ID_DEFAULT: PROGRESS_DIALOG_CHECKBOX_ID = PROGRESS_DIALOG_CHECKBOX_ID(0i32); pub const PROGRESS_DIALOG_ICON_LARGE: PROGRESS_DIALOG_IMAGE_TYPE = PROGRESS_DIALOG_IMAGE_TYPE(1i32); diff --git a/crates/libs/windows/src/Windows/Win32/Media/Streaming/mod.rs b/crates/libs/windows/src/Windows/Win32/Media/Streaming/mod.rs index f388182527..cf100c5162 100644 --- a/crates/libs/windows/src/Windows/Win32/Media/Streaming/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Media/Streaming/mod.rs @@ -1,29 +1,16 @@ -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_DLNACAP: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 16 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_DLNADOC: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 15 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_MaxVolume: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 19 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_PacketWakeSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 0 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SendPacketWakeSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 1 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SinkProtocolInfo: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 14 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsAudio: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsImages: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 10 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsMute: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 18 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsSearch: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 17 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsSetNextAVT: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 20 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_SupportsVideo: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Device_UDN: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 6 }; +pub const DEVPKEY_Device_DLNACAP: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 16 }; +pub const DEVPKEY_Device_DLNADOC: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 15 }; +pub const DEVPKEY_Device_MaxVolume: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 19 }; +pub const DEVPKEY_Device_PacketWakeSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 0 }; +pub const DEVPKEY_Device_SendPacketWakeSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 1 }; +pub const DEVPKEY_Device_SinkProtocolInfo: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 14 }; +pub const DEVPKEY_Device_SupportsAudio: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 8 }; +pub const DEVPKEY_Device_SupportsImages: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 10 }; +pub const DEVPKEY_Device_SupportsMute: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 18 }; +pub const DEVPKEY_Device_SupportsSearch: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 17 }; +pub const DEVPKEY_Device_SupportsSetNextAVT: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 20 }; +pub const DEVPKEY_Device_SupportsVideo: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 9 }; +pub const DEVPKEY_Device_UDN: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x88ad39db_0d0c_4a38_8435_4043826b5c91), pid: 6 }; pub const GUID_DEVINTERFACE_DMP: windows_core::GUID = windows_core::GUID::from_u128(0x25b4e268_2a05_496e_803b_266837fbda4b); pub const GUID_DEVINTERFACE_DMR: windows_core::GUID = windows_core::GUID::from_u128(0xd0875fb4_2196_4c7a_a63d_e416addd60a1); pub const GUID_DEVINTERFACE_DMS: windows_core::GUID = windows_core::GUID::from_u128(0xc96037ae_a558_4470_b432_115a31b85553); diff --git a/crates/libs/windows/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs b/crates/libs/windows/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs index 34ded689ce..911cd7798e 100644 --- a/crates/libs/windows/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs @@ -36,10 +36,14 @@ pub unsafe fn ConvertCompartmentGuidToId(compartmentguid: *const windows_core::G windows_targets::link!("iphlpapi.dll" "system" fn ConvertCompartmentGuidToId(compartmentguid : *const windows_core::GUID, compartmentid : *mut u32) -> super::super::Foundation:: WIN32_ERROR); ConvertCompartmentGuidToId(compartmentguid, compartmentid) } +#[cfg(feature = "Win32_NetworkManagement_Ndis")] #[inline] -pub unsafe fn ConvertCompartmentIdToGuid(compartmentid: u32, compartmentguid: *mut windows_core::GUID) -> super::super::Foundation::WIN32_ERROR { - windows_targets::link!("iphlpapi.dll" "system" fn ConvertCompartmentIdToGuid(compartmentid : u32, compartmentguid : *mut windows_core::GUID) -> super::super::Foundation:: WIN32_ERROR); - ConvertCompartmentIdToGuid(compartmentid, compartmentguid) +pub unsafe fn ConvertCompartmentIdToGuid(compartmentid: P0, compartmentguid: *mut windows_core::GUID) -> super::super::Foundation::WIN32_ERROR +where + P0: windows_core::Param, +{ + windows_targets::link!("iphlpapi.dll" "system" fn ConvertCompartmentIdToGuid(compartmentid : super::Ndis:: NET_IF_COMPARTMENT_ID, compartmentguid : *mut windows_core::GUID) -> super::super::Foundation:: WIN32_ERROR); + ConvertCompartmentIdToGuid(compartmentid.param().abi(), compartmentguid) } #[cfg(feature = "Win32_NetworkManagement_Ndis")] #[inline] @@ -334,9 +338,10 @@ pub unsafe fn GetBestRoute2(interfaceluid: Option<*const super::Ndis::NET_LUID_L windows_targets::link!("iphlpapi.dll" "system" fn GetBestRoute2(interfaceluid : *const super::Ndis:: NET_LUID_LH, interfaceindex : u32, sourceaddress : *const super::super::Networking::WinSock:: SOCKADDR_INET, destinationaddress : *const super::super::Networking::WinSock:: SOCKADDR_INET, addresssortoptions : u32, bestroute : *mut MIB_IPFORWARD_ROW2, bestsourceaddress : *mut super::super::Networking::WinSock:: SOCKADDR_INET) -> super::super::Foundation:: WIN32_ERROR); GetBestRoute2(core::mem::transmute(interfaceluid.unwrap_or(core::ptr::null())), interfaceindex, core::mem::transmute(sourceaddress.unwrap_or(core::ptr::null())), destinationaddress, addresssortoptions, bestroute, bestsourceaddress) } +#[cfg(feature = "Win32_NetworkManagement_Ndis")] #[inline] -pub unsafe fn GetCurrentThreadCompartmentId() -> super::super::Foundation::WIN32_ERROR { - windows_targets::link!("iphlpapi.dll" "system" fn GetCurrentThreadCompartmentId() -> super::super::Foundation:: WIN32_ERROR); +pub unsafe fn GetCurrentThreadCompartmentId() -> super::Ndis::NET_IF_COMPARTMENT_ID { + windows_targets::link!("iphlpapi.dll" "system" fn GetCurrentThreadCompartmentId() -> super::Ndis:: NET_IF_COMPARTMENT_ID); GetCurrentThreadCompartmentId() } #[inline] @@ -344,9 +349,10 @@ pub unsafe fn GetCurrentThreadCompartmentScope(compartmentscope: *mut u32, compa windows_targets::link!("iphlpapi.dll" "system" fn GetCurrentThreadCompartmentScope(compartmentscope : *mut u32, compartmentid : *mut u32)); GetCurrentThreadCompartmentScope(compartmentscope, compartmentid) } +#[cfg(feature = "Win32_NetworkManagement_Ndis")] #[inline] -pub unsafe fn GetDefaultCompartmentId() -> super::super::Foundation::WIN32_ERROR { - windows_targets::link!("iphlpapi.dll" "system" fn GetDefaultCompartmentId() -> super::super::Foundation:: WIN32_ERROR); +pub unsafe fn GetDefaultCompartmentId() -> super::Ndis::NET_IF_COMPARTMENT_ID { + windows_targets::link!("iphlpapi.dll" "system" fn GetDefaultCompartmentId() -> super::Ndis:: NET_IF_COMPARTMENT_ID); GetDefaultCompartmentId() } #[inline] @@ -560,12 +566,13 @@ pub unsafe fn GetIpStatisticsEx(statistics: *mut MIB_IPSTATS_LH, family: u32) -> windows_targets::link!("iphlpapi.dll" "system" fn GetIpStatisticsEx(statistics : *mut MIB_IPSTATS_LH, family : u32) -> u32); GetIpStatisticsEx(statistics, family) } +#[cfg(feature = "Win32_NetworkManagement_Ndis")] #[inline] -pub unsafe fn GetJobCompartmentId(jobhandle: P0) -> u32 +pub unsafe fn GetJobCompartmentId(jobhandle: P0) -> super::Ndis::NET_IF_COMPARTMENT_ID where P0: windows_core::Param, { - windows_targets::link!("iphlpapi.dll" "system" fn GetJobCompartmentId(jobhandle : super::super::Foundation:: HANDLE) -> u32); + windows_targets::link!("iphlpapi.dll" "system" fn GetJobCompartmentId(jobhandle : super::super::Foundation:: HANDLE) -> super::Ndis:: NET_IF_COMPARTMENT_ID); GetJobCompartmentId(jobhandle.param().abi()) } #[cfg(all(feature = "Win32_NetworkManagement_Ndis", feature = "Win32_Networking_WinSock"))] @@ -677,9 +684,10 @@ pub unsafe fn GetRTTAndHopCount(destipaddress: u32, hopcount: *mut u32, maxhops: windows_targets::link!("iphlpapi.dll" "system" fn GetRTTAndHopCount(destipaddress : u32, hopcount : *mut u32, maxhops : u32, rtt : *mut u32) -> super::super::Foundation:: BOOL); GetRTTAndHopCount(destipaddress, hopcount, maxhops, rtt).ok() } +#[cfg(feature = "Win32_NetworkManagement_Ndis")] #[inline] -pub unsafe fn GetSessionCompartmentId(sessionid: u32) -> super::super::Foundation::WIN32_ERROR { - windows_targets::link!("iphlpapi.dll" "system" fn GetSessionCompartmentId(sessionid : u32) -> super::super::Foundation:: WIN32_ERROR); +pub unsafe fn GetSessionCompartmentId(sessionid: u32) -> super::Ndis::NET_IF_COMPARTMENT_ID { + windows_targets::link!("iphlpapi.dll" "system" fn GetSessionCompartmentId(sessionid : u32) -> super::Ndis:: NET_IF_COMPARTMENT_ID); GetSessionCompartmentId(sessionid) } #[cfg(feature = "Win32_Networking_WinSock")] @@ -1094,10 +1102,14 @@ pub unsafe fn SendARP(destip: u32, srcip: u32, pmacaddr: *mut core::ffi::c_void, windows_targets::link!("iphlpapi.dll" "system" fn SendARP(destip : u32, srcip : u32, pmacaddr : *mut core::ffi::c_void, phyaddrlen : *mut u32) -> u32); SendARP(destip, srcip, pmacaddr, phyaddrlen) } +#[cfg(feature = "Win32_NetworkManagement_Ndis")] #[inline] -pub unsafe fn SetCurrentThreadCompartmentId(compartmentid: u32) -> super::super::Foundation::WIN32_ERROR { - windows_targets::link!("iphlpapi.dll" "system" fn SetCurrentThreadCompartmentId(compartmentid : u32) -> super::super::Foundation:: WIN32_ERROR); - SetCurrentThreadCompartmentId(compartmentid) +pub unsafe fn SetCurrentThreadCompartmentId(compartmentid: P0) -> super::super::Foundation::WIN32_ERROR +where + P0: windows_core::Param, +{ + windows_targets::link!("iphlpapi.dll" "system" fn SetCurrentThreadCompartmentId(compartmentid : super::Ndis:: NET_IF_COMPARTMENT_ID) -> super::super::Foundation:: WIN32_ERROR); + SetCurrentThreadCompartmentId(compartmentid.param().abi()) } #[inline] pub unsafe fn SetCurrentThreadCompartmentScope(compartmentscope: u32) -> super::super::Foundation::WIN32_ERROR { @@ -1163,21 +1175,25 @@ pub unsafe fn SetIpTTL(nttl: u32) -> u32 { windows_targets::link!("iphlpapi.dll" "system" fn SetIpTTL(nttl : u32) -> u32); SetIpTTL(nttl) } +#[cfg(feature = "Win32_NetworkManagement_Ndis")] #[inline] -pub unsafe fn SetJobCompartmentId(jobhandle: P0, compartmentid: u32) -> super::super::Foundation::WIN32_ERROR +pub unsafe fn SetJobCompartmentId(jobhandle: P0, compartmentid: P1) -> super::super::Foundation::WIN32_ERROR where P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("iphlpapi.dll" "system" fn SetJobCompartmentId(jobhandle : super::super::Foundation:: HANDLE, compartmentid : u32) -> super::super::Foundation:: WIN32_ERROR); - SetJobCompartmentId(jobhandle.param().abi(), compartmentid) + windows_targets::link!("iphlpapi.dll" "system" fn SetJobCompartmentId(jobhandle : super::super::Foundation:: HANDLE, compartmentid : super::Ndis:: NET_IF_COMPARTMENT_ID) -> super::super::Foundation:: WIN32_ERROR); + SetJobCompartmentId(jobhandle.param().abi(), compartmentid.param().abi()) } +#[cfg(feature = "Win32_NetworkManagement_Ndis")] #[inline] -pub unsafe fn SetNetworkInformation(networkguid: *const windows_core::GUID, compartmentid: u32, networkname: P0) -> super::super::Foundation::WIN32_ERROR +pub unsafe fn SetNetworkInformation(networkguid: *const windows_core::GUID, compartmentid: P0, networkname: P1) -> super::super::Foundation::WIN32_ERROR where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("iphlpapi.dll" "system" fn SetNetworkInformation(networkguid : *const windows_core::GUID, compartmentid : u32, networkname : windows_core::PCWSTR) -> super::super::Foundation:: WIN32_ERROR); - SetNetworkInformation(networkguid, compartmentid, networkname.param().abi()) + windows_targets::link!("iphlpapi.dll" "system" fn SetNetworkInformation(networkguid : *const windows_core::GUID, compartmentid : super::Ndis:: NET_IF_COMPARTMENT_ID, networkname : windows_core::PCWSTR) -> super::super::Foundation:: WIN32_ERROR); + SetNetworkInformation(networkguid, compartmentid.param().abi(), networkname.param().abi()) } #[cfg(feature = "Win32_Networking_WinSock")] #[inline] @@ -1190,10 +1206,14 @@ pub unsafe fn SetPerTcpConnectionEStats(row: *const MIB_TCPROW_LH, estatstype: T windows_targets::link!("iphlpapi.dll" "system" fn SetPerTcpConnectionEStats(row : *const MIB_TCPROW_LH, estatstype : TCP_ESTATS_TYPE, rw : *const u8, rwversion : u32, rwsize : u32, offset : u32) -> u32); SetPerTcpConnectionEStats(row, estatstype, core::mem::transmute(rw.as_ptr()), rwversion, rw.len().try_into().unwrap(), offset) } +#[cfg(feature = "Win32_NetworkManagement_Ndis")] #[inline] -pub unsafe fn SetSessionCompartmentId(sessionid: u32, compartmentid: u32) -> super::super::Foundation::WIN32_ERROR { - windows_targets::link!("iphlpapi.dll" "system" fn SetSessionCompartmentId(sessionid : u32, compartmentid : u32) -> super::super::Foundation:: WIN32_ERROR); - SetSessionCompartmentId(sessionid, compartmentid) +pub unsafe fn SetSessionCompartmentId(sessionid: u32, compartmentid: P0) -> super::super::Foundation::WIN32_ERROR +where + P0: windows_core::Param, +{ + windows_targets::link!("iphlpapi.dll" "system" fn SetSessionCompartmentId(sessionid : u32, compartmentid : super::Ndis:: NET_IF_COMPARTMENT_ID) -> super::super::Foundation:: WIN32_ERROR); + SetSessionCompartmentId(sessionid, compartmentid.param().abi()) } #[inline] pub unsafe fn SetTcpEntry(ptcprow: *const MIB_TCPROW_LH) -> u32 { @@ -2559,7 +2579,7 @@ pub struct IP_ADAPTER_ADDRESSES_LH { pub Ipv6Metric: u32, pub Luid: super::Ndis::NET_LUID_LH, pub Dhcpv4Server: super::super::Networking::WinSock::SOCKET_ADDRESS, - pub CompartmentId: u32, + pub CompartmentId: super::Ndis::NET_IF_COMPARTMENT_ID, pub NetworkGuid: windows_core::GUID, pub ConnectionType: super::Ndis::NET_IF_CONNECTION_TYPE, pub TunnelType: super::Ndis::TUNNEL_TYPE, diff --git a/crates/libs/windows/src/Windows/Win32/NetworkManagement/Ndis/mod.rs b/crates/libs/windows/src/Windows/Win32/NetworkManagement/Ndis/mod.rs index d4939f9cb4..62784dab6d 100644 --- a/crates/libs/windows/src/Windows/Win32/NetworkManagement/Ndis/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/NetworkManagement/Ndis/mod.rs @@ -1070,6 +1070,8 @@ pub const NET_IF_ACCESS_POINT_TO_POINT: NET_IF_ACCESS_TYPE = NET_IF_ACCESS_TYPE( pub const NET_IF_ADMIN_STATUS_DOWN: NET_IF_ADMIN_STATUS = NET_IF_ADMIN_STATUS(2i32); pub const NET_IF_ADMIN_STATUS_TESTING: NET_IF_ADMIN_STATUS = NET_IF_ADMIN_STATUS(3i32); pub const NET_IF_ADMIN_STATUS_UP: NET_IF_ADMIN_STATUS = NET_IF_ADMIN_STATUS(1i32); +pub const NET_IF_COMPARTMENT_ID_PRIMARY: u32 = 1u32; +pub const NET_IF_COMPARTMENT_ID_UNSPECIFIED: u32 = 0u32; pub const NET_IF_CONNECTION_DEDICATED: NET_IF_CONNECTION_TYPE = NET_IF_CONNECTION_TYPE(1i32); pub const NET_IF_CONNECTION_DEMAND: NET_IF_CONNECTION_TYPE = NET_IF_CONNECTION_TYPE(3i32); pub const NET_IF_CONNECTION_MAXIMUM: NET_IF_CONNECTION_TYPE = NET_IF_CONNECTION_TYPE(4i32); @@ -3246,7 +3248,7 @@ pub struct NDIS_INTERFACE_INFORMATION { pub ifHCOutUcastOctets: u64, pub ifHCOutMulticastOctets: u64, pub ifHCOutBroadcastOctets: u64, - pub CompartmentId: u32, + pub CompartmentId: NET_IF_COMPARTMENT_ID, pub SupportedStatistics: u32, } impl windows_core::TypeKind for NDIS_INTERFACE_INFORMATION { @@ -4594,6 +4596,17 @@ impl Default for NET_IF_ALIAS_LH { unsafe { core::mem::zeroed() } } } +#[repr(transparent)] +#[derive(Clone, Copy, Debug, PartialEq, Eq)] +pub struct NET_IF_COMPARTMENT_ID(pub u32); +impl Default for NET_IF_COMPARTMENT_ID { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +impl windows_core::TypeKind for NET_IF_COMPARTMENT_ID { + type TypeKind = windows_core::CopyType; +} #[repr(C)] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct NET_IF_RCV_ADDRESS_LH { diff --git a/crates/libs/windows/src/Windows/Win32/NetworkManagement/Rras/mod.rs b/crates/libs/windows/src/Windows/Win32/NetworkManagement/Rras/mod.rs index cf4160e8d3..84cc9efffd 100644 --- a/crates/libs/windows/src/Windows/Win32/NetworkManagement/Rras/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/NetworkManagement/Rras/mod.rs @@ -6615,7 +6615,7 @@ pub type PMPRADMINACCEPTREAUTHENTICATIONEX = Option super::super::Foundation::BOOL>; pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION = Option; pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION2 = Option; -pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION3 = Option; +pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION3 = Option; pub type PMPRADMINCONNECTIONHANGUPNOTIFICATIONEX = Option; pub type PMPRADMINGETIPADDRESSFORUSER = Option u32>; #[cfg(feature = "Win32_Networking_WinSock")] diff --git a/crates/libs/windows/src/Windows/Win32/NetworkManagement/WiFi/mod.rs b/crates/libs/windows/src/Windows/Win32/NetworkManagement/WiFi/mod.rs index c6a5d51f32..87ae512b6c 100644 --- a/crates/libs/windows/src/Windows/Win32/NetworkManagement/WiFi/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/NetworkManagement/WiFi/mod.rs @@ -1360,208 +1360,107 @@ impl IEnumDot11AdHocSecuritySettings_Vtbl { iid == &::IID } } -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_AccessPointBssid: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 19 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_ChallengeAep: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 21 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_DevnodeAep: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 23 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_HostName_ResolutionMode: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 25 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_PinSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 29 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_RtspTcpConnectionParametersSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 30 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_SinkHostName: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 20 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_SinkIpAddress: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 26 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_StreamSecuritySupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 18 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_InfraCast_Supported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 17 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AERCapabilityPresent: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 17 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AcsCapabilityRegister: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 32 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AcsCompatibleUpHierarchy: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 31 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AcsSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 29 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AriSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 30 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AtomicsSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 35 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_AtsSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 33 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_BarTypes: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 16 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_BaseClass: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Correctable_Error_Mask: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 21 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_CurrentLinkSpeed: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_CurrentLinkWidth: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 10 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_CurrentPayloadSize: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_CurrentSpeedAndMode: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_D3ColdSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 38 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_DeviceType: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 1 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_ECRC_Errors: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 22 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Error_Reporting: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 23 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_ExpressSpecVersion: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 13 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_FirmwareErrorHandling: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 18 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_InterruptMessageMaximum: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 15 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_InterruptSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 14 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Label_Id: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 27 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Label_String: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 28 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_MaxLinkSpeed: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 11 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_MaxLinkWidth: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 12 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_MaxPayloadSize: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_MaxReadRequestSize: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_OnPostPath: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 37 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_ParentSerialNumber: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 45 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_ProgIf: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_RequiresReservedMemoryRegion: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 34 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_RootError_Reporting: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 24 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_S0WakeupSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 25 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_SerialNumber: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 40 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_SriovSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 26 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_SubClass: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_SupportedLinkSubState: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 36 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Uncorrectable_Error_Mask: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 19 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_Uncorrectable_Error_Severity: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 20 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_UsbComponentRelation: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 43 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_UsbDvsecPortSpecificAttributes: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 42 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_UsbDvsecPortType: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 41 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciDevice_UsbHostRouterName: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 44 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_ASPMSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_ClockPowerManagementSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_CurrentSpeedAndMode: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_DeviceIDMessagingCapable: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_ExtendedConfigAvailable: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_ExtendedPCIConfigOpRegionSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_MSISupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 11 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_NativePciExpressControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 17 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_PCIExpressAERControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 15 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_PCIExpressCapabilityControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 16 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_PCIExpressNativeHotPlugControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 12 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_PCIExpressNativePMEControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 14 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_PCISegmentGroupsSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 10 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_SHPCNativeHotPlugControl: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 13 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_SecondaryBusWidth: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_SecondaryInterface: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 1 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_SupportedSpeedsAndModes: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_PciRootBus_SystemMsiSupport: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 18 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_AdvertisementId: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_RequestServiceInformation: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_ServiceAddress: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_ServiceConfigMethods: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_ServiceInformation: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirectServices_ServiceName: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_DeviceAddress: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 1 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_DeviceAddressCopy: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 13 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_FoundWsbService: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 24 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_GroupId: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 4 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_InformationElements: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 12 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_InterfaceAddress: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_InterfaceGuid: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsConnected: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsDMGCapable: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 22 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsLegacyDevice: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsMiracastLCPSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsRecentlyAssociated: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 14 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_IsVisible: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_LinkQuality: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 28 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_MiracastVersion: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_Miracast_SessionMgmtControlPort: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 31 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_NoMiracastAutoProject: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 16 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_RtspTcpConnectionParametersSupported: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 32 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_Service_Aeps: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 15 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_Services: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 10 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_SupportedChannelList: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 11 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFiDirect_TransientAssociation: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 27 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_WiFi_InterfaceGuid: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xef1167eb_cbfc_4341_a568_a7c91a68982c), pid: 2 }; +pub const DEVPKEY_InfraCast_AccessPointBssid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 19 }; +pub const DEVPKEY_InfraCast_ChallengeAep: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 21 }; +pub const DEVPKEY_InfraCast_DevnodeAep: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 23 }; +pub const DEVPKEY_InfraCast_HostName_ResolutionMode: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 25 }; +pub const DEVPKEY_InfraCast_PinSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 29 }; +pub const DEVPKEY_InfraCast_RtspTcpConnectionParametersSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 30 }; +pub const DEVPKEY_InfraCast_SinkHostName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 20 }; +pub const DEVPKEY_InfraCast_SinkIpAddress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 26 }; +pub const DEVPKEY_InfraCast_StreamSecuritySupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 18 }; +pub const DEVPKEY_InfraCast_Supported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 17 }; +pub const DEVPKEY_PciDevice_AERCapabilityPresent: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 17 }; +pub const DEVPKEY_PciDevice_AcsCapabilityRegister: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 32 }; +pub const DEVPKEY_PciDevice_AcsCompatibleUpHierarchy: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 31 }; +pub const DEVPKEY_PciDevice_AcsSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 29 }; +pub const DEVPKEY_PciDevice_AriSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 30 }; +pub const DEVPKEY_PciDevice_AtomicsSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 35 }; +pub const DEVPKEY_PciDevice_AtsSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 33 }; +pub const DEVPKEY_PciDevice_BarTypes: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 16 }; +pub const DEVPKEY_PciDevice_BaseClass: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 3 }; +pub const DEVPKEY_PciDevice_Correctable_Error_Mask: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 21 }; +pub const DEVPKEY_PciDevice_CurrentLinkSpeed: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 9 }; +pub const DEVPKEY_PciDevice_CurrentLinkWidth: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 10 }; +pub const DEVPKEY_PciDevice_CurrentPayloadSize: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 6 }; +pub const DEVPKEY_PciDevice_CurrentSpeedAndMode: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 2 }; +pub const DEVPKEY_PciDevice_D3ColdSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 38 }; +pub const DEVPKEY_PciDevice_DeviceType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 1 }; +pub const DEVPKEY_PciDevice_ECRC_Errors: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 22 }; +pub const DEVPKEY_PciDevice_Error_Reporting: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 23 }; +pub const DEVPKEY_PciDevice_ExpressSpecVersion: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 13 }; +pub const DEVPKEY_PciDevice_FirmwareErrorHandling: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 18 }; +pub const DEVPKEY_PciDevice_InterruptMessageMaximum: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 15 }; +pub const DEVPKEY_PciDevice_InterruptSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 14 }; +pub const DEVPKEY_PciDevice_Label_Id: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 27 }; +pub const DEVPKEY_PciDevice_Label_String: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 28 }; +pub const DEVPKEY_PciDevice_MaxLinkSpeed: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 11 }; +pub const DEVPKEY_PciDevice_MaxLinkWidth: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 12 }; +pub const DEVPKEY_PciDevice_MaxPayloadSize: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 7 }; +pub const DEVPKEY_PciDevice_MaxReadRequestSize: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 8 }; +pub const DEVPKEY_PciDevice_OnPostPath: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 37 }; +pub const DEVPKEY_PciDevice_ParentSerialNumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 45 }; +pub const DEVPKEY_PciDevice_ProgIf: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 5 }; +pub const DEVPKEY_PciDevice_RequiresReservedMemoryRegion: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 34 }; +pub const DEVPKEY_PciDevice_RootError_Reporting: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 24 }; +pub const DEVPKEY_PciDevice_S0WakeupSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 25 }; +pub const DEVPKEY_PciDevice_SerialNumber: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 40 }; +pub const DEVPKEY_PciDevice_SriovSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 26 }; +pub const DEVPKEY_PciDevice_SubClass: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 4 }; +pub const DEVPKEY_PciDevice_SupportedLinkSubState: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 36 }; +pub const DEVPKEY_PciDevice_Uncorrectable_Error_Mask: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 19 }; +pub const DEVPKEY_PciDevice_Uncorrectable_Error_Severity: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 20 }; +pub const DEVPKEY_PciDevice_UsbComponentRelation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 43 }; +pub const DEVPKEY_PciDevice_UsbDvsecPortSpecificAttributes: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 42 }; +pub const DEVPKEY_PciDevice_UsbDvsecPortType: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 41 }; +pub const DEVPKEY_PciDevice_UsbHostRouterName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x3ab22e31_8264_4b4e_9af5_a8d2d8e33e62), pid: 44 }; +pub const DEVPKEY_PciRootBus_ASPMSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 8 }; +pub const DEVPKEY_PciRootBus_ClockPowerManagementSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 9 }; +pub const DEVPKEY_PciRootBus_CurrentSpeedAndMode: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 2 }; +pub const DEVPKEY_PciRootBus_DeviceIDMessagingCapable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 4 }; +pub const DEVPKEY_PciRootBus_ExtendedConfigAvailable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 6 }; +pub const DEVPKEY_PciRootBus_ExtendedPCIConfigOpRegionSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 7 }; +pub const DEVPKEY_PciRootBus_MSISupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 11 }; +pub const DEVPKEY_PciRootBus_NativePciExpressControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 17 }; +pub const DEVPKEY_PciRootBus_PCIExpressAERControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 15 }; +pub const DEVPKEY_PciRootBus_PCIExpressCapabilityControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 16 }; +pub const DEVPKEY_PciRootBus_PCIExpressNativeHotPlugControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 12 }; +pub const DEVPKEY_PciRootBus_PCIExpressNativePMEControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 14 }; +pub const DEVPKEY_PciRootBus_PCISegmentGroupsSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 10 }; +pub const DEVPKEY_PciRootBus_SHPCNativeHotPlugControl: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 13 }; +pub const DEVPKEY_PciRootBus_SecondaryBusWidth: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 5 }; +pub const DEVPKEY_PciRootBus_SecondaryInterface: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 1 }; +pub const DEVPKEY_PciRootBus_SupportedSpeedsAndModes: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 3 }; +pub const DEVPKEY_PciRootBus_SystemMsiSupport: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xd817fc28_793e_4b9e_9970_469d8be63073), pid: 18 }; +pub const DEVPKEY_WiFiDirectServices_AdvertisementId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 5 }; +pub const DEVPKEY_WiFiDirectServices_RequestServiceInformation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 7 }; +pub const DEVPKEY_WiFiDirectServices_ServiceAddress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 2 }; +pub const DEVPKEY_WiFiDirectServices_ServiceConfigMethods: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 6 }; +pub const DEVPKEY_WiFiDirectServices_ServiceInformation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 4 }; +pub const DEVPKEY_WiFiDirectServices_ServiceName: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 3 }; +pub const DEVPKEY_WiFiDirect_DeviceAddress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 1 }; +pub const DEVPKEY_WiFiDirect_DeviceAddressCopy: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 13 }; +pub const DEVPKEY_WiFiDirect_FoundWsbService: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 24 }; +pub const DEVPKEY_WiFiDirect_GroupId: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 4 }; +pub const DEVPKEY_WiFiDirect_InformationElements: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 12 }; +pub const DEVPKEY_WiFiDirect_InterfaceAddress: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 2 }; +pub const DEVPKEY_WiFiDirect_InterfaceGuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 3 }; +pub const DEVPKEY_WiFiDirect_IsConnected: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 5 }; +pub const DEVPKEY_WiFiDirect_IsDMGCapable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 22 }; +pub const DEVPKEY_WiFiDirect_IsLegacyDevice: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 7 }; +pub const DEVPKEY_WiFiDirect_IsMiracastLCPSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 9 }; +pub const DEVPKEY_WiFiDirect_IsRecentlyAssociated: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 14 }; +pub const DEVPKEY_WiFiDirect_IsVisible: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 6 }; +pub const DEVPKEY_WiFiDirect_LinkQuality: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 28 }; +pub const DEVPKEY_WiFiDirect_MiracastVersion: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 8 }; +pub const DEVPKEY_WiFiDirect_Miracast_SessionMgmtControlPort: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 31 }; +pub const DEVPKEY_WiFiDirect_NoMiracastAutoProject: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 16 }; +pub const DEVPKEY_WiFiDirect_RtspTcpConnectionParametersSupported: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 32 }; +pub const DEVPKEY_WiFiDirect_Service_Aeps: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 15 }; +pub const DEVPKEY_WiFiDirect_Services: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 10 }; +pub const DEVPKEY_WiFiDirect_SupportedChannelList: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 11 }; +pub const DEVPKEY_WiFiDirect_TransientAssociation: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 27 }; +pub const DEVPKEY_WiFi_InterfaceGuid: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0xef1167eb_cbfc_4341_a568_a7c91a68982c), pid: 2 }; pub const DISCOVERY_FILTER_BITMASK_ANY: u32 = 15u32; pub const DISCOVERY_FILTER_BITMASK_DEVICE: u32 = 1u32; pub const DISCOVERY_FILTER_BITMASK_GO: u32 = 2u32; diff --git a/crates/libs/windows/src/Windows/Win32/NetworkManagement/WindowsConnectNow/mod.rs b/crates/libs/windows/src/Windows/Win32/NetworkManagement/WindowsConnectNow/mod.rs index 3943aad78d..5f8270da73 100644 --- a/crates/libs/windows/src/Windows/Win32/NetworkManagement/WindowsConnectNow/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/NetworkManagement/WindowsConnectNow/mod.rs @@ -206,14 +206,10 @@ impl IWCNDevice_Vtbl { iid == &::IID } } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_DeviceType_Category: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8b_4684_11da_a26a_0002b3988e81), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_DeviceType_SubCategory: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8b_4684_11da_a26a_0002b3988e81), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_DeviceType_SubCategoryOUI: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8b_4684_11da_a26a_0002b3988e81), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_WCN_SSID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8b_4684_11da_a26a_0002b3988e81), pid: 32 }; +pub const PKEY_WCN_DeviceType_Category: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8b_4684_11da_a26a_0002b3988e81), pid: 16 }; +pub const PKEY_WCN_DeviceType_SubCategory: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8b_4684_11da_a26a_0002b3988e81), pid: 18 }; +pub const PKEY_WCN_DeviceType_SubCategoryOUI: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8b_4684_11da_a26a_0002b3988e81), pid: 17 }; +pub const PKEY_WCN_SSID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x88190b8b_4684_11da_a26a_0002b3988e81), pid: 32 }; pub const SID_WcnProvider: windows_core::GUID = windows_core::GUID::from_u128(0xc100beca_d33a_4a4b_bf23_bbef4663d017); pub const WCN_API_MAX_BUFFER_SIZE: u32 = 2096u32; pub const WCN_E_AUTHENTICATION_FAILED: windows_core::HRESULT = windows_core::HRESULT(0x80043C02_u32 as _); diff --git a/crates/libs/windows/src/Windows/Win32/Networking/WinSock/mod.rs b/crates/libs/windows/src/Windows/Win32/Networking/WinSock/mod.rs index c3fefc0631..1bfeccfc48 100644 --- a/crates/libs/windows/src/Windows/Win32/Networking/WinSock/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Networking/WinSock/mod.rs @@ -870,9 +870,9 @@ pub unsafe fn WSARemoveServiceClass(lpserviceclassid: *const windows_core::GUID) #[inline] pub unsafe fn WSAResetEvent(hevent: P0) -> windows_core::Result<()> where - P0: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("ws2_32.dll" "system" fn WSAResetEvent(hevent : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); + windows_targets::link!("ws2_32.dll" "system" fn WSAResetEvent(hevent : WSAEVENT) -> super::super::Foundation:: BOOL); WSAResetEvent(hevent.param().abi()).ok() } #[inline] @@ -923,9 +923,9 @@ pub unsafe fn WSASetBlockingHook(lpblockfunc: super::super::Foundation::FARPROC) #[inline] pub unsafe fn WSASetEvent(hevent: P0) -> windows_core::Result<()> where - P0: windows_core::Param, + P0: windows_core::Param, { - windows_targets::link!("ws2_32.dll" "system" fn WSASetEvent(hevent : super::super::Foundation:: HANDLE) -> super::super::Foundation:: BOOL); + windows_targets::link!("ws2_32.dll" "system" fn WSASetEvent(hevent : WSAEVENT) -> super::super::Foundation:: BOOL); WSASetEvent(hevent.param().abi()).ok() } #[inline] diff --git a/crates/libs/windows/src/Windows/Win32/Security/Authentication/Identity/Provider/mod.rs b/crates/libs/windows/src/Windows/Win32/Security/Authentication/Identity/Provider/mod.rs index d0a3237c8d..bd4f991e01 100644 --- a/crates/libs/windows/src/Windows/Win32/Security/Authentication/Identity/Provider/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Security/Authentication/Identity/Provider/mod.rs @@ -402,8 +402,8 @@ impl core::ops::Deref for AsyncIIdentityProvider { } windows_core::imp::interface_hierarchy!(AsyncIIdentityProvider, windows_core::IUnknown); impl AsyncIIdentityProvider { - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn Begin_GetIdentityEnum(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: Option<*const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY>, pfilterpropvarvalue: Option<*const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn Begin_GetIdentityEnum(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: Option<*const super::super::super::super::Foundation::PROPERTYKEY>, pfilterpropvarvalue: Option<*const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Begin_GetIdentityEnum)(windows_core::Interface::as_raw(self), eidentitytype, core::mem::transmute(pfilterkey.unwrap_or(core::ptr::null())), core::mem::transmute(pfilterpropvarvalue.unwrap_or(core::ptr::null()))).ok() } #[cfg(feature = "Win32_System_Com")] @@ -482,9 +482,9 @@ impl AsyncIIdentityProvider { #[repr(C)] pub struct AsyncIIdentityProvider_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub Begin_GetIdentityEnum: unsafe extern "system" fn(*mut core::ffi::c_void, IDENTITY_TYPE, *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub Begin_GetIdentityEnum: unsafe extern "system" fn(*mut core::ffi::c_void, IDENTITY_TYPE, *const super::super::super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] Begin_GetIdentityEnum: usize, #[cfg(feature = "Win32_System_Com")] pub Finish_GetIdentityEnum: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, @@ -525,7 +525,7 @@ pub struct AsyncIIdentityProvider_Vtbl { } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] pub trait AsyncIIdentityProvider_Impl: Sized + windows_core::IUnknownImpl { - fn Begin_GetIdentityEnum(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pfilterpropvarvalue: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn Begin_GetIdentityEnum(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::Foundation::PROPERTYKEY, pfilterpropvarvalue: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; fn Finish_GetIdentityEnum(&self) -> windows_core::Result; fn Begin_Create(&self, lpszusername: &windows_core::PCWSTR, pkeywordstoadd: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; fn Finish_Create(&self) -> windows_core::Result; @@ -547,7 +547,7 @@ impl windows_core::RuntimeName for AsyncIIdentityProvider {} #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] impl AsyncIIdentityProvider_Vtbl { pub const fn new() -> AsyncIIdentityProvider_Vtbl { - unsafe extern "system" fn Begin_GetIdentityEnum(this: *mut core::ffi::c_void, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pfilterpropvarvalue: *const core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn Begin_GetIdentityEnum(this: *mut core::ffi::c_void, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::Foundation::PROPERTYKEY, pfilterpropvarvalue: *const core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); AsyncIIdentityProvider_Impl::Begin_GetIdentityEnum(this, core::mem::transmute_copy(&eidentitytype), core::mem::transmute_copy(&pfilterkey), core::mem::transmute_copy(&pfilterpropvarvalue)).into() } @@ -705,8 +705,8 @@ impl AsyncIIdentityStore { pub unsafe fn Finish_ConvertToSid(&self, psid: Option<*mut u8>, pcbrequiredsid: *mut u16) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Finish_ConvertToSid)(windows_core::Interface::as_raw(self), core::mem::transmute(psid.unwrap_or(core::ptr::null_mut())), pcbrequiredsid).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn Begin_EnumerateIdentities(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: Option<*const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY>, pfilterpropvarvalue: Option<*const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn Begin_EnumerateIdentities(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: Option<*const super::super::super::super::Foundation::PROPERTYKEY>, pfilterpropvarvalue: Option<*const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Begin_EnumerateIdentities)(windows_core::Interface::as_raw(self), eidentitytype, core::mem::transmute(pfilterkey.unwrap_or(core::ptr::null())), core::mem::transmute(pfilterpropvarvalue.unwrap_or(core::ptr::null()))).ok() } #[cfg(feature = "Win32_System_Com")] @@ -732,9 +732,9 @@ pub struct AsyncIIdentityStore_Vtbl { pub Finish_AddToCache: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, pub Begin_ConvertToSid: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const windows_core::GUID, u16, *mut u8) -> windows_core::HRESULT, pub Finish_ConvertToSid: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u8, *mut u16) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub Begin_EnumerateIdentities: unsafe extern "system" fn(*mut core::ffi::c_void, IDENTITY_TYPE, *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub Begin_EnumerateIdentities: unsafe extern "system" fn(*mut core::ffi::c_void, IDENTITY_TYPE, *const super::super::super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] Begin_EnumerateIdentities: usize, #[cfg(feature = "Win32_System_Com")] pub Finish_EnumerateIdentities: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, @@ -743,7 +743,7 @@ pub struct AsyncIIdentityStore_Vtbl { pub Begin_Reset: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, pub Finish_Reset: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait AsyncIIdentityStore_Impl: Sized + windows_core::IUnknownImpl { fn Begin_GetCount(&self) -> windows_core::Result<()>; fn Finish_GetCount(&self) -> windows_core::Result; @@ -753,14 +753,14 @@ pub trait AsyncIIdentityStore_Impl: Sized + windows_core::IUnknownImpl { fn Finish_AddToCache(&self) -> windows_core::Result<()>; fn Begin_ConvertToSid(&self, lpszuniqueid: &windows_core::PCWSTR, providerguid: *const windows_core::GUID, cbsid: u16, psid: *mut u8) -> windows_core::Result<()>; fn Finish_ConvertToSid(&self, psid: *mut u8, pcbrequiredsid: *mut u16) -> windows_core::Result<()>; - fn Begin_EnumerateIdentities(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pfilterpropvarvalue: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn Begin_EnumerateIdentities(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::Foundation::PROPERTYKEY, pfilterpropvarvalue: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; fn Finish_EnumerateIdentities(&self) -> windows_core::Result; fn Begin_Reset(&self) -> windows_core::Result<()>; fn Finish_Reset(&self) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for AsyncIIdentityStore {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl AsyncIIdentityStore_Vtbl { pub const fn new() -> AsyncIIdentityStore_Vtbl { unsafe extern "system" fn Begin_GetCount(this: *mut core::ffi::c_void) -> windows_core::HRESULT { @@ -801,7 +801,7 @@ impl AsyncIIdentityStore_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); AsyncIIdentityStore_Impl::Finish_ConvertToSid(this, core::mem::transmute_copy(&psid), core::mem::transmute_copy(&pcbrequiredsid)).into() } - unsafe extern "system" fn Begin_EnumerateIdentities(this: *mut core::ffi::c_void, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pfilterpropvarvalue: *const core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn Begin_EnumerateIdentities(this: *mut core::ffi::c_void, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::Foundation::PROPERTYKEY, pfilterpropvarvalue: *const core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); AsyncIIdentityStore_Impl::Begin_EnumerateIdentities(this, core::mem::transmute_copy(&eidentitytype), core::mem::transmute_copy(&pfilterkey), core::mem::transmute_copy(&pfilterpropvarvalue)).into() } @@ -1200,8 +1200,8 @@ impl core::ops::Deref for IIdentityProvider { } windows_core::imp::interface_hierarchy!(IIdentityProvider, windows_core::IUnknown); impl IIdentityProvider { - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetIdentityEnum(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: Option<*const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY>, pfilterpropvarvalue: Option<*const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetIdentityEnum(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: Option<*const super::super::super::super::Foundation::PROPERTYKEY>, pfilterpropvarvalue: Option<*const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetIdentityEnum)(windows_core::Interface::as_raw(self), eidentitytype, core::mem::transmute(pfilterkey.unwrap_or(core::ptr::null())), core::mem::transmute(pfilterpropvarvalue.unwrap_or(core::ptr::null())), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -1253,9 +1253,9 @@ impl IIdentityProvider { #[repr(C)] pub struct IIdentityProvider_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetIdentityEnum: unsafe extern "system" fn(*mut core::ffi::c_void, IDENTITY_TYPE, *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetIdentityEnum: unsafe extern "system" fn(*mut core::ffi::c_void, IDENTITY_TYPE, *const super::super::super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetIdentityEnum: usize, #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] pub Create: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *mut *mut core::ffi::c_void, *const core::mem::MaybeUninit) -> windows_core::HRESULT, @@ -1282,7 +1282,7 @@ pub struct IIdentityProvider_Vtbl { } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] pub trait IIdentityProvider_Impl: Sized + windows_core::IUnknownImpl { - fn GetIdentityEnum(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pfilterpropvarvalue: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result; + fn GetIdentityEnum(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::Foundation::PROPERTYKEY, pfilterpropvarvalue: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result; fn Create(&self, lpszusername: &windows_core::PCWSTR, pppropertystore: *mut Option, pkeywordstoadd: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; fn Import(&self, ppropertystore: Option<&super::super::super::super::UI::Shell::PropertiesSystem::IPropertyStore>) -> windows_core::Result<()>; fn Delete(&self, lpszuniqueid: &windows_core::PCWSTR, pkeywordstodelete: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; @@ -1296,7 +1296,7 @@ impl windows_core::RuntimeName for IIdentityProvider {} #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] impl IIdentityProvider_Vtbl { pub const fn new() -> IIdentityProvider_Vtbl { - unsafe extern "system" fn GetIdentityEnum(this: *mut core::ffi::c_void, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pfilterpropvarvalue: *const core::mem::MaybeUninit, ppidentityenum: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetIdentityEnum(this: *mut core::ffi::c_void, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::Foundation::PROPERTYKEY, pfilterpropvarvalue: *const core::mem::MaybeUninit, ppidentityenum: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IIdentityProvider_Impl::GetIdentityEnum(this, core::mem::transmute_copy(&eidentitytype), core::mem::transmute_copy(&pfilterkey), core::mem::transmute_copy(&pfilterpropvarvalue)) { Ok(ok__) => { @@ -1396,8 +1396,8 @@ impl IIdentityStore { { (windows_core::Interface::vtable(self).ConvertToSid)(windows_core::Interface::as_raw(self), lpszuniqueid.param().abi(), providerguid, psid.as_deref().map_or(0, |slice| slice.len().try_into().unwrap()), core::mem::transmute(psid.as_deref().map_or(core::ptr::null(), |slice| slice.as_ptr())), pcbrequiredsid).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn EnumerateIdentities(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: Option<*const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY>, pfilterpropvarvalue: Option<*const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn EnumerateIdentities(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: Option<*const super::super::super::super::Foundation::PROPERTYKEY>, pfilterpropvarvalue: Option<*const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).EnumerateIdentities)(windows_core::Interface::as_raw(self), eidentitytype, core::mem::transmute(pfilterkey.unwrap_or(core::ptr::null())), core::mem::transmute(pfilterpropvarvalue.unwrap_or(core::ptr::null())), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -1412,24 +1412,24 @@ pub struct IIdentityStore_Vtbl { pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub AddToCache: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const windows_core::GUID) -> windows_core::HRESULT, pub ConvertToSid: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const windows_core::GUID, u16, *mut u8, *mut u16) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub EnumerateIdentities: unsafe extern "system" fn(*mut core::ffi::c_void, IDENTITY_TYPE, *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub EnumerateIdentities: unsafe extern "system" fn(*mut core::ffi::c_void, IDENTITY_TYPE, *const super::super::super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] EnumerateIdentities: usize, pub Reset: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IIdentityStore_Impl: Sized + windows_core::IUnknownImpl { fn GetCount(&self) -> windows_core::Result; fn GetAt(&self, dwprovider: u32, pprovguid: *mut windows_core::GUID, ppidentityprovider: *mut Option) -> windows_core::Result<()>; fn AddToCache(&self, lpszuniqueid: &windows_core::PCWSTR, providerguid: *const windows_core::GUID) -> windows_core::Result<()>; fn ConvertToSid(&self, lpszuniqueid: &windows_core::PCWSTR, providerguid: *const windows_core::GUID, cbsid: u16, psid: *mut u8, pcbrequiredsid: *mut u16) -> windows_core::Result<()>; - fn EnumerateIdentities(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pfilterpropvarvalue: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result; + fn EnumerateIdentities(&self, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::Foundation::PROPERTYKEY, pfilterpropvarvalue: *const super::super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result; fn Reset(&self) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IIdentityStore {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IIdentityStore_Vtbl { pub const fn new() -> IIdentityStore_Vtbl { unsafe extern "system" fn GetCount(this: *mut core::ffi::c_void, pdwproviders: *mut u32) -> windows_core::HRESULT { @@ -1454,7 +1454,7 @@ impl IIdentityStore_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IIdentityStore_Impl::ConvertToSid(this, core::mem::transmute(&lpszuniqueid), core::mem::transmute_copy(&providerguid), core::mem::transmute_copy(&cbsid), core::mem::transmute_copy(&psid), core::mem::transmute_copy(&pcbrequiredsid)).into() } - unsafe extern "system" fn EnumerateIdentities(this: *mut core::ffi::c_void, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pfilterpropvarvalue: *const core::mem::MaybeUninit, ppidentityenum: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn EnumerateIdentities(this: *mut core::ffi::c_void, eidentitytype: IDENTITY_TYPE, pfilterkey: *const super::super::super::super::Foundation::PROPERTYKEY, pfilterpropvarvalue: *const core::mem::MaybeUninit, ppidentityenum: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IIdentityStore_Impl::EnumerateIdentities(this, core::mem::transmute_copy(&eidentitytype), core::mem::transmute_copy(&pfilterkey), core::mem::transmute_copy(&pfilterpropvarvalue)) { Ok(ok__) => { diff --git a/crates/libs/windows/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs b/crates/libs/windows/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs index 85e6aa0a29..38ff92ac7c 100644 --- a/crates/libs/windows/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs @@ -96,6 +96,15 @@ pub unsafe fn CryptCATCDFEnumAttributes(pcdf: *mut CRYPTCATCDF, pmember: *mut CR windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFEnumAttributes(pcdf : *mut CRYPTCATCDF, pmember : *mut CRYPTCATMEMBER, pprevattr : *mut CRYPTCATATTRIBUTE, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATATTRIBUTE); CryptCATCDFEnumAttributes(pcdf, pmember, pprevattr, pfnparseerror) } +#[cfg(feature = "Win32_Security_Cryptography_Sip")] +#[inline] +pub unsafe fn CryptCATCDFEnumAttributesWithCDFTag(pcdf: *const CRYPTCATCDF, pwszmembertag: P0, pmember: *const CRYPTCATMEMBER, pprevattr: *const CRYPTCATATTRIBUTE, pfnparseerror: PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATATTRIBUTE +where + P0: windows_core::Param, +{ + windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFEnumAttributesWithCDFTag(pcdf : *const CRYPTCATCDF, pwszmembertag : windows_core::PCWSTR, pmember : *const CRYPTCATMEMBER, pprevattr : *const CRYPTCATATTRIBUTE, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATATTRIBUTE); + CryptCATCDFEnumAttributesWithCDFTag(pcdf, pwszmembertag.param().abi(), pmember, pprevattr, pfnparseerror) +} #[inline] pub unsafe fn CryptCATCDFEnumCatAttributes(pcdf: *mut CRYPTCATCDF, pprevattr: *mut CRYPTCATATTRIBUTE, pfnparseerror: PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATATTRIBUTE { windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFEnumCatAttributes(pcdf : *mut CRYPTCATCDF, pprevattr : *mut CRYPTCATATTRIBUTE, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATATTRIBUTE); @@ -107,6 +116,15 @@ pub unsafe fn CryptCATCDFEnumMembers(pcdf: *mut CRYPTCATCDF, pprevmember: *mut C windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFEnumMembers(pcdf : *mut CRYPTCATCDF, pprevmember : *mut CRYPTCATMEMBER, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATMEMBER); CryptCATCDFEnumMembers(pcdf, pprevmember, pfnparseerror) } +#[cfg(feature = "Win32_Security_Cryptography_Sip")] +#[inline] +pub unsafe fn CryptCATCDFEnumMembersByCDFTagEx(pcdf: *const CRYPTCATCDF, pwszprevcdftag: windows_core::PWSTR, pfnparseerror: PFN_CDF_PARSE_ERROR_CALLBACK, ppmember: *const *const CRYPTCATMEMBER, fcontinueonerror: P0, pvreserved: *const core::ffi::c_void) -> windows_core::PWSTR +where + P0: windows_core::Param, +{ + windows_targets::link!("wintrust.dll" "system" fn CryptCATCDFEnumMembersByCDFTagEx(pcdf : *const CRYPTCATCDF, pwszprevcdftag : windows_core::PWSTR, pfnparseerror : PFN_CDF_PARSE_ERROR_CALLBACK, ppmember : *const *const CRYPTCATMEMBER, fcontinueonerror : super::super::super::Foundation:: BOOL, pvreserved : *const core::ffi::c_void) -> windows_core::PWSTR); + CryptCATCDFEnumMembersByCDFTagEx(pcdf, core::mem::transmute(pwszprevcdftag), pfnparseerror, ppmember, fcontinueonerror.param().abi(), pvreserved) +} #[inline] pub unsafe fn CryptCATCDFOpen(pwszfilepath: P0, pfnparseerror: PFN_CDF_PARSE_ERROR_CALLBACK) -> *mut CRYPTCATCDF where @@ -262,14 +280,14 @@ where } pub const CRYPTCAT_ADDCATALOG_HARDLINK: u32 = 1u32; pub const CRYPTCAT_ADDCATALOG_NONE: u32 = 0u32; -pub const CRYPTCAT_ATTR_AUTHENTICATED: u32 = 268435456u32; -pub const CRYPTCAT_ATTR_DATAASCII: u32 = 65536u32; -pub const CRYPTCAT_ATTR_DATABASE64: u32 = 131072u32; -pub const CRYPTCAT_ATTR_DATAREPLACE: u32 = 262144u32; -pub const CRYPTCAT_ATTR_NAMEASCII: u32 = 1u32; -pub const CRYPTCAT_ATTR_NAMEOBJID: u32 = 2u32; -pub const CRYPTCAT_ATTR_NO_AUTO_COMPAT_ENTRY: u32 = 16777216u32; -pub const CRYPTCAT_ATTR_UNAUTHENTICATED: u32 = 536870912u32; +pub const CRYPTCAT_ATTR_AUTHENTICATED: CRYPTCATATTRIBUTE_FLAGS = CRYPTCATATTRIBUTE_FLAGS(268435456u32); +pub const CRYPTCAT_ATTR_DATAASCII: CRYPTCATATTRIBUTE_FLAGS = CRYPTCATATTRIBUTE_FLAGS(65536u32); +pub const CRYPTCAT_ATTR_DATABASE64: CRYPTCATATTRIBUTE_FLAGS = CRYPTCATATTRIBUTE_FLAGS(131072u32); +pub const CRYPTCAT_ATTR_DATAREPLACE: CRYPTCATATTRIBUTE_FLAGS = CRYPTCATATTRIBUTE_FLAGS(262144u32); +pub const CRYPTCAT_ATTR_NAMEASCII: CRYPTCATATTRIBUTE_FLAGS = CRYPTCATATTRIBUTE_FLAGS(1u32); +pub const CRYPTCAT_ATTR_NAMEOBJID: CRYPTCATATTRIBUTE_FLAGS = CRYPTCATATTRIBUTE_FLAGS(2u32); +pub const CRYPTCAT_ATTR_NO_AUTO_COMPAT_ENTRY: CRYPTCATATTRIBUTE_FLAGS = CRYPTCATATTRIBUTE_FLAGS(16777216u32); +pub const CRYPTCAT_ATTR_UNAUTHENTICATED: CRYPTCATATTRIBUTE_FLAGS = CRYPTCATATTRIBUTE_FLAGS(536870912u32); pub const CRYPTCAT_E_AREA_ATTRIBUTE: u32 = 131072u32; pub const CRYPTCAT_E_AREA_HEADER: u32 = 0u32; pub const CRYPTCAT_E_AREA_MEMBER: u32 = 65536u32; @@ -301,6 +319,50 @@ pub const szOID_CATALOG_LIST_MEMBER: windows_core::PCSTR = windows_core::s!("1.3 pub const szOID_CATALOG_LIST_MEMBER2: windows_core::PCSTR = windows_core::s!("1.3.6.1.4.1.311.12.1.3"); #[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct CRYPTCATATTRIBUTE_FLAGS(pub u32); +impl windows_core::TypeKind for CRYPTCATATTRIBUTE_FLAGS { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for CRYPTCATATTRIBUTE_FLAGS { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("CRYPTCATATTRIBUTE_FLAGS").field(&self.0).finish() + } +} +impl CRYPTCATATTRIBUTE_FLAGS { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for CRYPTCATATTRIBUTE_FLAGS { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for CRYPTCATATTRIBUTE_FLAGS { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for CRYPTCATATTRIBUTE_FLAGS { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for CRYPTCATATTRIBUTE_FLAGS { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for CRYPTCATATTRIBUTE_FLAGS { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct CRYPTCAT_OPEN_FLAGS(pub u32); impl windows_core::TypeKind for CRYPTCAT_OPEN_FLAGS { type TypeKind = windows_core::CopyType; @@ -373,7 +435,7 @@ impl Default for CATALOG_INFO { pub struct CRYPTCATATTRIBUTE { pub cbStruct: u32, pub pwszReferenceTag: windows_core::PWSTR, - pub dwAttrTypeAndAction: u32, + pub dwAttrTypeAndAction: CRYPTCATATTRIBUTE_FLAGS, pub cbValue: u32, pub pbValue: *mut u8, pub dwReserved: u32, diff --git a/crates/libs/windows/src/Windows/Win32/Security/Cryptography/mod.rs b/crates/libs/windows/src/Windows/Win32/Security/Cryptography/mod.rs index 14e3b2c9cd..46706090a7 100644 --- a/crates/libs/windows/src/Windows/Win32/Security/Cryptography/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Security/Cryptography/mod.rs @@ -16,6 +16,16 @@ where BCryptAddContextFunction(dwtable, pszcontext.param().abi(), dwinterface, pszfunction.param().abi(), dwposition) } #[inline] +pub unsafe fn BCryptAddContextFunctionProvider(dwtable: u32, pszcontext: P0, dwinterface: u32, pszfunction: P1, pszprovider: P2, dwposition: u32) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, + P1: windows_core::Param, + P2: windows_core::Param, +{ + windows_targets::link!("bcrypt.dll" "system" fn BCryptAddContextFunctionProvider(dwtable : u32, pszcontext : windows_core::PCWSTR, dwinterface : u32, pszfunction : windows_core::PCWSTR, pszprovider : windows_core::PCWSTR, dwposition : u32) -> super::super::Foundation:: NTSTATUS); + BCryptAddContextFunctionProvider(dwtable, pszcontext.param().abi(), dwinterface, pszfunction.param().abi(), pszprovider.param().abi(), dwposition) +} +#[inline] pub unsafe fn BCryptCloseAlgorithmProvider(halgorithm: BCRYPT_ALG_HANDLE, dwflags: u32) -> super::super::Foundation::NTSTATUS { windows_targets::link!("bcrypt.dll" "system" fn BCryptCloseAlgorithmProvider(halgorithm : BCRYPT_ALG_HANDLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); BCryptCloseAlgorithmProvider(halgorithm, dwflags) @@ -342,6 +352,14 @@ pub unsafe fn BCryptRegisterConfigChangeNotify(phevent: *mut super::super::Found BCryptRegisterConfigChangeNotify(phevent) } #[inline] +pub unsafe fn BCryptRegisterProvider(pszprovider: P0, dwflags: u32, preg: *const CRYPT_PROVIDER_REG) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, +{ + windows_targets::link!("bcrypt.dll" "system" fn BCryptRegisterProvider(pszprovider : windows_core::PCWSTR, dwflags : u32, preg : *const CRYPT_PROVIDER_REG) -> super::super::Foundation:: NTSTATUS); + BCryptRegisterProvider(pszprovider.param().abi(), dwflags, preg) +} +#[inline] pub unsafe fn BCryptRemoveContextFunction(dwtable: BCRYPT_TABLE, pszcontext: P0, dwinterface: BCRYPT_INTERFACE, pszfunction: P1) -> super::super::Foundation::NTSTATUS where P0: windows_core::Param, @@ -351,6 +369,16 @@ where BCryptRemoveContextFunction(dwtable, pszcontext.param().abi(), dwinterface, pszfunction.param().abi()) } #[inline] +pub unsafe fn BCryptRemoveContextFunctionProvider(dwtable: u32, pszcontext: P0, dwinterface: u32, pszfunction: P1, pszprovider: P2) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, + P1: windows_core::Param, + P2: windows_core::Param, +{ + windows_targets::link!("bcrypt.dll" "system" fn BCryptRemoveContextFunctionProvider(dwtable : u32, pszcontext : windows_core::PCWSTR, dwinterface : u32, pszfunction : windows_core::PCWSTR, pszprovider : windows_core::PCWSTR) -> super::super::Foundation:: NTSTATUS); + BCryptRemoveContextFunctionProvider(dwtable, pszcontext.param().abi(), dwinterface, pszfunction.param().abi(), pszprovider.param().abi()) +} +#[inline] pub unsafe fn BCryptResolveProviders(pszcontext: P0, dwinterface: u32, pszfunction: P1, pszprovider: P2, dwmode: BCRYPT_QUERY_PROVIDER_MODE, dwflags: BCRYPT_RESOLVE_PROVIDERS_FLAGS, pcbbuffer: *mut u32, ppbuffer: Option<*mut *mut CRYPT_PROVIDER_REFS>) -> super::super::Foundation::NTSTATUS where P0: windows_core::Param, @@ -404,6 +432,14 @@ where BCryptUnregisterConfigChangeNotify(hevent.param().abi()) } #[inline] +pub unsafe fn BCryptUnregisterProvider(pszprovider: P0) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, +{ + windows_targets::link!("bcrypt.dll" "system" fn BCryptUnregisterProvider(pszprovider : windows_core::PCWSTR) -> super::super::Foundation:: NTSTATUS); + BCryptUnregisterProvider(pszprovider.param().abi()) +} +#[inline] pub unsafe fn BCryptVerifySignature(hkey: P0, ppaddinginfo: Option<*const core::ffi::c_void>, pbhash: &[u8], pbsignature: &[u8], dwflags: BCRYPT_FLAGS) -> super::super::Foundation::NTSTATUS where P0: windows_core::Param, @@ -2299,17 +2335,53 @@ where GenerateDerivedKey(hcrypto, plabel.len().try_into().unwrap(), core::mem::transmute(plabel.as_ptr()), pnonce.len().try_into().unwrap(), core::mem::transmute(pnonce.as_ptr()), derivedkeylength, offset, algid.param().abi(), pcbkey, ppkey).ok() } #[inline] +pub unsafe fn GetAsymmetricEncryptionInterface(pszprovidername: P0, pszalgid: P1, ppfunctiontable: *mut *mut BCRYPT_ASYMMETRIC_ENCRYPTION_FUNCTION_TABLE, dwflags: u32) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, + P1: windows_core::Param, +{ + windows_targets::link!("bcryptprimitives.dll" "system" fn GetAsymmetricEncryptionInterface(pszprovidername : windows_core::PCWSTR, pszalgid : windows_core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_ASYMMETRIC_ENCRYPTION_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); + GetAsymmetricEncryptionInterface(pszprovidername.param().abi(), pszalgid.param().abi(), ppfunctiontable, dwflags) +} +#[inline] pub unsafe fn GetBrowserToken(dwparamtype: u32, pparam: *const core::ffi::c_void, pcbtoken: Option<*mut u32>, pptoken: Option<*mut *mut u8>) -> windows_core::Result<()> { windows_targets::link!("infocardapi.dll" "system" fn GetBrowserToken(dwparamtype : u32, pparam : *const core::ffi::c_void, pcbtoken : *mut u32, pptoken : *mut *mut u8) -> windows_core::HRESULT); GetBrowserToken(dwparamtype, pparam, core::mem::transmute(pcbtoken.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pptoken.unwrap_or(core::ptr::null_mut()))).ok() } #[inline] +pub unsafe fn GetCipherInterface(pszprovidername: P0, pszalgid: P1, ppfunctiontable: *mut *mut BCRYPT_CIPHER_FUNCTION_TABLE, dwflags: u32) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, + P1: windows_core::Param, +{ + windows_targets::link!("bcryptprimitives.dll" "system" fn GetCipherInterface(pszprovidername : windows_core::PCWSTR, pszalgid : windows_core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_CIPHER_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); + GetCipherInterface(pszprovidername.param().abi(), pszalgid.param().abi(), ppfunctiontable, dwflags) +} +#[inline] pub unsafe fn GetCryptoTransform(hsymmetriccrypto: *const INFORMATIONCARD_CRYPTO_HANDLE, mode: u32, padding: PaddingMode, feedbacksize: u32, direction: Direction, piv: &[u8]) -> windows_core::Result<*mut INFORMATIONCARD_CRYPTO_HANDLE> { windows_targets::link!("infocardapi.dll" "system" fn GetCryptoTransform(hsymmetriccrypto : *const INFORMATIONCARD_CRYPTO_HANDLE, mode : u32, padding : PaddingMode, feedbacksize : u32, direction : Direction, cbiv : u32, piv : *const u8, pphtransform : *mut *mut INFORMATIONCARD_CRYPTO_HANDLE) -> windows_core::HRESULT); let mut result__ = core::mem::zeroed(); GetCryptoTransform(hsymmetriccrypto, mode, padding, feedbacksize, direction, piv.len().try_into().unwrap(), core::mem::transmute(piv.as_ptr()), &mut result__).map(|| result__) } #[inline] +pub unsafe fn GetHashInterface(pszprovidername: P0, pszalgid: P1, ppfunctiontable: *mut *mut BCRYPT_HASH_FUNCTION_TABLE, dwflags: u32) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, + P1: windows_core::Param, +{ + windows_targets::link!("bcryptprimitives.dll" "system" fn GetHashInterface(pszprovidername : windows_core::PCWSTR, pszalgid : windows_core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_HASH_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); + GetHashInterface(pszprovidername.param().abi(), pszalgid.param().abi(), ppfunctiontable, dwflags) +} +#[inline] +pub unsafe fn GetKeyDerivationInterface(pszprovidername: P0, pszalgid: P1, ppfunctiontable: *mut *mut BCRYPT_KEY_DERIVATION_FUNCTION_TABLE, dwflags: u32) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, + P1: windows_core::Param, +{ + windows_targets::link!("bcryptprimitives.dll" "system" fn GetKeyDerivationInterface(pszprovidername : windows_core::PCWSTR, pszalgid : windows_core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_KEY_DERIVATION_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); + GetKeyDerivationInterface(pszprovidername.param().abi(), pszalgid.param().abi(), ppfunctiontable, dwflags) +} +#[inline] pub unsafe fn GetKeyStorageInterface(pszprovidername: P0, ppfunctiontable: *mut *mut NCRYPT_KEY_STORAGE_FUNCTION_TABLE, dwflags: u32) -> super::super::Foundation::NTSTATUS where P0: windows_core::Param, @@ -2324,6 +2396,14 @@ pub unsafe fn GetKeyedHash(hsymmetriccrypto: *const INFORMATIONCARD_CRYPTO_HANDL GetKeyedHash(hsymmetriccrypto, &mut result__).map(|| result__) } #[inline] +pub unsafe fn GetRngInterface(pszprovidername: P0, ppfunctiontable: *mut *mut BCRYPT_RNG_FUNCTION_TABLE, dwflags: u32) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, +{ + windows_targets::link!("bcryptprimitives.dll" "system" fn GetRngInterface(pszprovidername : windows_core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_RNG_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); + GetRngInterface(pszprovidername.param().abi(), ppfunctiontable, dwflags) +} +#[inline] pub unsafe fn GetSChannelInterface(pszprovidername: P0, ppfunctiontable: *mut *mut NCRYPT_SSL_FUNCTION_TABLE, dwflags: u32) -> super::super::Foundation::NTSTATUS where P0: windows_core::Param, @@ -2332,6 +2412,24 @@ where GetSChannelInterface(pszprovidername.param().abi(), ppfunctiontable, dwflags) } #[inline] +pub unsafe fn GetSecretAgreementInterface(pszprovidername: P0, pszalgid: P1, ppfunctiontable: *mut *mut BCRYPT_SECRET_AGREEMENT_FUNCTION_TABLE, dwflags: u32) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, + P1: windows_core::Param, +{ + windows_targets::link!("bcryptprimitives.dll" "system" fn GetSecretAgreementInterface(pszprovidername : windows_core::PCWSTR, pszalgid : windows_core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_SECRET_AGREEMENT_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); + GetSecretAgreementInterface(pszprovidername.param().abi(), pszalgid.param().abi(), ppfunctiontable, dwflags) +} +#[inline] +pub unsafe fn GetSignatureInterface(pszprovidername: P0, pszalgid: P1, ppfunctiontable: *mut *mut BCRYPT_SIGNATURE_FUNCTION_TABLE, dwflags: u32) -> super::super::Foundation::NTSTATUS +where + P0: windows_core::Param, + P1: windows_core::Param, +{ + windows_targets::link!("bcryptprimitives.dll" "system" fn GetSignatureInterface(pszprovidername : windows_core::PCWSTR, pszalgid : windows_core::PCWSTR, ppfunctiontable : *mut *mut BCRYPT_SIGNATURE_FUNCTION_TABLE, dwflags : u32) -> super::super::Foundation:: NTSTATUS); + GetSignatureInterface(pszprovidername.param().abi(), pszalgid.param().abi(), ppfunctiontable, dwflags) +} +#[inline] pub unsafe fn GetToken(ppolicychain: &[POLICY_ELEMENT], securitytoken: *mut *mut GENERIC_XML_TOKEN, phprooftokencrypto: *mut *mut INFORMATIONCARD_CRYPTO_HANDLE) -> windows_core::Result<()> { windows_targets::link!("infocardapi.dll" "system" fn GetToken(cpolicychain : u32, ppolicychain : *const POLICY_ELEMENT, securitytoken : *mut *mut GENERIC_XML_TOKEN, phprooftokencrypto : *mut *mut INFORMATIONCARD_CRYPTO_HANDLE) -> windows_core::HRESULT); GetToken(ppolicychain.len().try_into().unwrap(), core::mem::transmute(ppolicychain.as_ptr()), securitytoken, phprooftokencrypto).ok() @@ -4558,8 +4656,8 @@ pub const AdminReadWriteAc: CARD_FILE_ACCESS_CONDITION = CARD_FILE_ACCESS_CONDIT pub const AdministratorPin: SECRET_PURPOSE = SECRET_PURPOSE(4i32); pub const AlphaNumericPinType: SECRET_TYPE = SECRET_TYPE(0i32); pub const AuthenticationPin: SECRET_PURPOSE = SECRET_PURPOSE(0i32); -pub const BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_CA_FLAG: u32 = 2147483648u32; -pub const BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_END_ENTITY_FLAG: u32 = 1073741824u32; +pub const BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_CA_FLAG: CERT_CHAIN_POLICY_FLAGS = CERT_CHAIN_POLICY_FLAGS(2147483648u32); +pub const BASIC_CONSTRAINTS_CERT_CHAIN_POLICY_END_ENTITY_FLAG: CERT_CHAIN_POLICY_FLAGS = CERT_CHAIN_POLICY_FLAGS(1073741824u32); pub const BCRYPTBUFFER_VERSION: u32 = 0u32; pub const BCRYPT_3DES_112_ALGORITHM: windows_core::PCWSTR = windows_core::w!("3DES_112"); pub const BCRYPT_3DES_112_CBC_ALG_HANDLE: BCRYPT_ALG_HANDLE = BCRYPT_ALG_HANDLE(369u32 as _); @@ -5138,7 +5236,7 @@ pub const CERT_CHAIN_POLICY_IGNORE_NOT_TIME_NESTED_FLAG: CERT_CHAIN_POLICY_FLAGS pub const CERT_CHAIN_POLICY_IGNORE_NOT_TIME_VALID_FLAG: CERT_CHAIN_POLICY_FLAGS = CERT_CHAIN_POLICY_FLAGS(1u32); pub const CERT_CHAIN_POLICY_IGNORE_PEER_TRUST_FLAG: CERT_CHAIN_POLICY_FLAGS = CERT_CHAIN_POLICY_FLAGS(4096u32); pub const CERT_CHAIN_POLICY_IGNORE_ROOT_REV_UNKNOWN_FLAG: CERT_CHAIN_POLICY_FLAGS = CERT_CHAIN_POLICY_FLAGS(2048u32); -pub const CERT_CHAIN_POLICY_IGNORE_WEAK_SIGNATURE_FLAG: u32 = 134217728u32; +pub const CERT_CHAIN_POLICY_IGNORE_WEAK_SIGNATURE_FLAG: CERT_CHAIN_POLICY_FLAGS = CERT_CHAIN_POLICY_FLAGS(134217728u32); pub const CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG: CERT_CHAIN_POLICY_FLAGS = CERT_CHAIN_POLICY_FLAGS(32u32); pub const CERT_CHAIN_POLICY_MICROSOFT_ROOT: windows_core::PCSTR = windows_core::PCSTR(7i32 as _); pub const CERT_CHAIN_POLICY_NT_AUTH: windows_core::PCSTR = windows_core::PCSTR(6i32 as _); @@ -6792,9 +6890,9 @@ pub const LEGACY_RSAPUBLIC_BLOB: windows_core::PCWSTR = windows_core::w!("CAPIPU pub const MAXUIDLEN: u32 = 64u32; pub const MAX_CONTAINER_NAME_LEN: u32 = 39u32; pub const MAX_PINS: u32 = 8u32; -pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_CHECK_APPLICATION_ROOT_FLAG: u32 = 131072u32; -pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_DISABLE_FLIGHT_ROOT_FLAG: u32 = 262144u32; -pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_ENABLE_TEST_ROOT_FLAG: u32 = 65536u32; +pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_CHECK_APPLICATION_ROOT_FLAG: CERT_CHAIN_POLICY_FLAGS = CERT_CHAIN_POLICY_FLAGS(131072u32); +pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_DISABLE_FLIGHT_ROOT_FLAG: CERT_CHAIN_POLICY_FLAGS = CERT_CHAIN_POLICY_FLAGS(262144u32); +pub const MICROSOFT_ROOT_CERT_CHAIN_POLICY_ENABLE_TEST_ROOT_FLAG: CERT_CHAIN_POLICY_FLAGS = CERT_CHAIN_POLICY_FLAGS(65536u32); pub const MSCRYPT_ECC_MAX_CURVE_NAME_LENGTH: u32 = 255u32; pub const MSCRYPT_ECC_MAX_OID_LENGTH: u32 = 255u32; pub const MS_DEF_DH_SCHANNEL_PROV: windows_core::PCWSTR = windows_core::w!("Microsoft DH SChannel Cryptographic Provider"); @@ -8534,6 +8632,39 @@ impl core::fmt::Debug for CERT_CHAIN_POLICY_FLAGS { f.debug_tuple("CERT_CHAIN_POLICY_FLAGS").field(&self.0).finish() } } +impl CERT_CHAIN_POLICY_FLAGS { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for CERT_CHAIN_POLICY_FLAGS { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for CERT_CHAIN_POLICY_FLAGS { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for CERT_CHAIN_POLICY_FLAGS { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for CERT_CHAIN_POLICY_FLAGS { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for CERT_CHAIN_POLICY_FLAGS { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} #[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct CERT_CONTROL_STORE_FLAGS(pub u32); @@ -11567,6 +11698,13 @@ impl Default for CERT_CHAIN_FIND_BY_ISSUER_PARA { pub struct CERT_CHAIN_PARA { pub cbSize: u32, pub RequestedUsage: CERT_USAGE_MATCH, + pub RequestedIssuancePolicy: CERT_USAGE_MATCH, + pub dwUrlRetrievalTimeout: u32, + pub fCheckRevocationFreshnessTime: super::super::Foundation::BOOL, + pub dwRevocationFreshnessTime: u32, + pub pftCacheResync: *mut super::super::Foundation::FILETIME, + pub pStrongSignPara: *mut CERT_STRONG_SIGN_PARA, + pub dwStrongSignFlags: u32, } impl windows_core::TypeKind for CERT_CHAIN_PARA { type TypeKind = windows_core::CopyType; @@ -16374,10 +16512,10 @@ impl Default for GENERIC_XML_TOKEN { } #[repr(transparent)] #[derive(Clone, Copy, Debug, PartialEq, Eq)] -pub struct HCERTCHAINENGINE(pub isize); +pub struct HCERTCHAINENGINE(pub *mut core::ffi::c_void); impl HCERTCHAINENGINE { pub fn is_invalid(&self) -> bool { - self.0 == -1 || self.0 == 0 + self.0 == -1 as _ || self.0 == 0 as _ } } impl windows_core::Free for HCERTCHAINENGINE { diff --git a/crates/libs/windows/src/Windows/Win32/Security/WinTrust/mod.rs b/crates/libs/windows/src/Windows/Win32/Security/WinTrust/mod.rs index c0d07c952f..71b4938d7d 100644 --- a/crates/libs/windows/src/Windows/Win32/Security/WinTrust/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Security/WinTrust/mod.rs @@ -515,6 +515,39 @@ impl core::fmt::Debug for WINTRUST_SIGNATURE_SETTINGS_FLAGS { f.debug_tuple("WINTRUST_SIGNATURE_SETTINGS_FLAGS").field(&self.0).finish() } } +impl WINTRUST_SIGNATURE_SETTINGS_FLAGS { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for WINTRUST_SIGNATURE_SETTINGS_FLAGS { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for WINTRUST_SIGNATURE_SETTINGS_FLAGS { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for WINTRUST_SIGNATURE_SETTINGS_FLAGS { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for WINTRUST_SIGNATURE_SETTINGS_FLAGS { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for WINTRUST_SIGNATURE_SETTINGS_FLAGS { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} #[repr(C)] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct CAT_MEMBERINFO { diff --git a/crates/libs/windows/src/Windows/Win32/Security/mod.rs b/crates/libs/windows/src/Windows/Win32/Security/mod.rs index 8b1574b3db..06af99cccc 100644 --- a/crates/libs/windows/src/Windows/Win32/Security/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Security/mod.rs @@ -2595,14 +2595,6 @@ impl PSID { self.0.is_null() } } -impl windows_core::Free for PSID { - #[inline] - unsafe fn free(&mut self) { - if !self.is_invalid() { - _ = FreeSid(*self); - } - } -} impl Default for PSID { fn default() -> Self { unsafe { core::mem::zeroed() } diff --git a/crates/libs/windows/src/Windows/Win32/Storage/EnhancedStorage/mod.rs b/crates/libs/windows/src/Windows/Win32/Storage/EnhancedStorage/mod.rs index 387e2b29ea..02a62d795a 100644 --- a/crates/libs/windows/src/Windows/Win32/Storage/EnhancedStorage/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Storage/EnhancedStorage/mod.rs @@ -517,134 +517,70 @@ pub const ENHANCED_STORAGE_AUTHN_STATE_DEVICE_ERROR: u32 = 2147483650u32; pub const ENHANCED_STORAGE_AUTHN_STATE_NOT_AUTHENTICATED: u32 = 2u32; pub const ENHANCED_STORAGE_AUTHN_STATE_NO_AUTHENTICATION_REQUIRED: u32 = 1u32; pub const ENHANCED_STORAGE_AUTHN_STATE_UNKNOWN: u32 = 0u32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_CAPABILITY_ASYMMETRIC_KEY_CRYPTOGRAPHY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 4002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_CAPABILITY_CERTIFICATE_EXTENSION_PARSING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 4005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_CAPABILITY_HASH_ALGS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 4001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_CAPABILITY_RENDER_USER_DATA_UNUSABLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 4004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_CAPABILITY_SIGNING_ALGS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 4003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_ADMIN_CERTIFICATE_AUTHENTICATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 103 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_CREATE_CERTIFICATE_REQUEST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 108 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_DEVICE_CERTIFICATE_AUTHENTICATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 102 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_GET_ACT_FRIENDLY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 113 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_GET_CERTIFICATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 106 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_GET_CERTIFICATE_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 105 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_CAPABILITIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 112 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_CAPABILITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 111 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_GUID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 114 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_HOST_CERTIFICATE_AUTHENTICATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_INITIALIZE_TO_MANUFACTURER_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 104 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_SET_CERTIFICATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 107 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_CERT_UNAUTHENTICATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 110 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_PASSWORD_AUTHORIZE_ACT_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 203 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_PASSWORD_CHANGE_PASSWORD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 209 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_PASSWORD_CONFIG_ADMINISTRATOR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 206 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_PASSWORD_CREATE_USER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 207 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_PASSWORD_DELETE_USER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 208 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_PASSWORD_INITIALIZE_USER_PASSWORD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 210 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_PASSWORD_QUERY_INFORMATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 205 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_PASSWORD_START_INITIALIZE_TO_MANUFACTURER_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 211 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_PASSWORD_UNAUTHORIZE_ACT_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 204 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_SILO_ENUMERATE_SILOS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_SILO_GET_AUTHENTICATION_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_COMMAND_SILO_IS_AUTHENTICATION_SILO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_ADMIN_HINT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_AUTHENTICATION_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 1006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_ACT_FRIENDLY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_CAPABILITY_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3011 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_INDEX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3003 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_LENGTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_REQUEST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_CAPABILITIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_CAPABILITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_GUID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3015 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_IS_AUTHENTICATION_SILO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 1009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_MAX_AUTH_FAILURES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_MAX_CERTIFICATE_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3001 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_NEW_PASSWORD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2008 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_NEW_PASSWORD_INDICATOR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_NEXT_CERTIFICATE_INDEX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_NEXT_CERTIFICATE_OF_TYPE_INDEX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3007 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_OLD_PASSWORD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2005 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_PASSWORD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2004 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_PASSWORD_INDICATOR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2006 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_PASSWORD_SILO_INFO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2014 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_QUERY_SILO_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2017 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_QUERY_SILO_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2016 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_SECURITY_IDENTIFIER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2015 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_SIGNER_CERTIFICATE_INDEX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3016 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_SILO_FRIENDLYNAME_SPECIFIED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2013 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_SILO_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2012 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_STORED_CERTIFICATE_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3002 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_TEMPORARY_UNAUTHENTICATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 1010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_USER_HINT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2009 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_USER_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2010 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const ENHANCED_STORAGE_PROPERTY_VALIDATION_POLICY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3005 }; +pub const ENHANCED_STORAGE_CAPABILITY_ASYMMETRIC_KEY_CRYPTOGRAPHY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 4002 }; +pub const ENHANCED_STORAGE_CAPABILITY_CERTIFICATE_EXTENSION_PARSING: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 4005 }; +pub const ENHANCED_STORAGE_CAPABILITY_HASH_ALGS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 4001 }; +pub const ENHANCED_STORAGE_CAPABILITY_RENDER_USER_DATA_UNUSABLE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 4004 }; +pub const ENHANCED_STORAGE_CAPABILITY_SIGNING_ALGS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 4003 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_ADMIN_CERTIFICATE_AUTHENTICATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 103 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_CREATE_CERTIFICATE_REQUEST: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 108 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_DEVICE_CERTIFICATE_AUTHENTICATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 102 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_GET_ACT_FRIENDLY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 113 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_GET_CERTIFICATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 106 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_GET_CERTIFICATE_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 105 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_CAPABILITIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 112 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_CAPABILITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 111 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_GET_SILO_GUID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 114 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_HOST_CERTIFICATE_AUTHENTICATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 101 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_INITIALIZE_TO_MANUFACTURER_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 104 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_SET_CERTIFICATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 107 }; +pub const ENHANCED_STORAGE_COMMAND_CERT_UNAUTHENTICATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 110 }; +pub const ENHANCED_STORAGE_COMMAND_PASSWORD_AUTHORIZE_ACT_ACCESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 203 }; +pub const ENHANCED_STORAGE_COMMAND_PASSWORD_CHANGE_PASSWORD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 209 }; +pub const ENHANCED_STORAGE_COMMAND_PASSWORD_CONFIG_ADMINISTRATOR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 206 }; +pub const ENHANCED_STORAGE_COMMAND_PASSWORD_CREATE_USER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 207 }; +pub const ENHANCED_STORAGE_COMMAND_PASSWORD_DELETE_USER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 208 }; +pub const ENHANCED_STORAGE_COMMAND_PASSWORD_INITIALIZE_USER_PASSWORD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 210 }; +pub const ENHANCED_STORAGE_COMMAND_PASSWORD_QUERY_INFORMATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 205 }; +pub const ENHANCED_STORAGE_COMMAND_PASSWORD_START_INITIALIZE_TO_MANUFACTURER_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 211 }; +pub const ENHANCED_STORAGE_COMMAND_PASSWORD_UNAUTHORIZE_ACT_ACCESS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 204 }; +pub const ENHANCED_STORAGE_COMMAND_SILO_ENUMERATE_SILOS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 11 }; +pub const ENHANCED_STORAGE_COMMAND_SILO_GET_AUTHENTICATION_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 7 }; +pub const ENHANCED_STORAGE_COMMAND_SILO_IS_AUTHENTICATION_SILO: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 6 }; +pub const ENHANCED_STORAGE_PROPERTY_ADMIN_HINT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2011 }; +pub const ENHANCED_STORAGE_PROPERTY_AUTHENTICATION_STATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 1006 }; +pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3009 }; +pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_ACT_FRIENDLY_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3014 }; +pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_CAPABILITY_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3011 }; +pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_INDEX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3003 }; +pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_LENGTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3008 }; +pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_REQUEST: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3010 }; +pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_CAPABILITIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3013 }; +pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_CAPABILITY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3012 }; +pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_SILO_GUID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3015 }; +pub const ENHANCED_STORAGE_PROPERTY_CERTIFICATE_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3004 }; +pub const ENHANCED_STORAGE_PROPERTY_IS_AUTHENTICATION_SILO: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 1009 }; +pub const ENHANCED_STORAGE_PROPERTY_MAX_AUTH_FAILURES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2001 }; +pub const ENHANCED_STORAGE_PROPERTY_MAX_CERTIFICATE_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3001 }; +pub const ENHANCED_STORAGE_PROPERTY_NEW_PASSWORD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2008 }; +pub const ENHANCED_STORAGE_PROPERTY_NEW_PASSWORD_INDICATOR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2007 }; +pub const ENHANCED_STORAGE_PROPERTY_NEXT_CERTIFICATE_INDEX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3006 }; +pub const ENHANCED_STORAGE_PROPERTY_NEXT_CERTIFICATE_OF_TYPE_INDEX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3007 }; +pub const ENHANCED_STORAGE_PROPERTY_OLD_PASSWORD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2005 }; +pub const ENHANCED_STORAGE_PROPERTY_PASSWORD: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2004 }; +pub const ENHANCED_STORAGE_PROPERTY_PASSWORD_INDICATOR: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2006 }; +pub const ENHANCED_STORAGE_PROPERTY_PASSWORD_SILO_INFO: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2014 }; +pub const ENHANCED_STORAGE_PROPERTY_QUERY_SILO_RESULTS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2017 }; +pub const ENHANCED_STORAGE_PROPERTY_QUERY_SILO_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2016 }; +pub const ENHANCED_STORAGE_PROPERTY_SECURITY_IDENTIFIER: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2015 }; +pub const ENHANCED_STORAGE_PROPERTY_SIGNER_CERTIFICATE_INDEX: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3016 }; +pub const ENHANCED_STORAGE_PROPERTY_SILO_FRIENDLYNAME_SPECIFIED: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2013 }; +pub const ENHANCED_STORAGE_PROPERTY_SILO_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2012 }; +pub const ENHANCED_STORAGE_PROPERTY_STORED_CERTIFICATE_COUNT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3002 }; +pub const ENHANCED_STORAGE_PROPERTY_TEMPORARY_UNAUTHENTICATION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 1010 }; +pub const ENHANCED_STORAGE_PROPERTY_USER_HINT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2009 }; +pub const ENHANCED_STORAGE_PROPERTY_USER_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 2010 }; +pub const ENHANCED_STORAGE_PROPERTY_VALIDATION_POLICY: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91248166_b832_4ad4_baa4_7ca0b6b2798c), pid: 3005 }; pub const ES_AUTHN_ERROR_END: u32 = 1279u32; pub const ES_AUTHN_ERROR_START: u32 = 1024u32; pub const ES_E_AUTHORIZED_UNEXPECTED: u32 = 3221491978u32; @@ -824,2116 +760,1061 @@ pub const PHOTO_SHARPNESS_NORMAL: u32 = 0u32; pub const PHOTO_SHARPNESS_SOFT: u32 = 1u32; pub const PHOTO_WHITEBALANCE_AUTO: u32 = 0u32; pub const PHOTO_WHITEBALANCE_MANUAL: u32 = 1u32; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AcquisitionID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x65a98875_3c80_40ab_abbc_efdaf77dbee2), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ActivityInfo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x30c8eef4_a832_41e2_ab32_e3c3ca28fd29), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Address_Country: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc07b4199_e1df_4493_b1e1_de5946fb58f8), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Address_CountryCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc07b4199_e1df_4493_b1e1_de5946fb58f8), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Address_Region: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc07b4199_e1df_4493_b1e1_de5946fb58f8), pid: 102 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Address_RegionCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc07b4199_e1df_4493_b1e1_de5946fb58f8), pid: 103 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Address_Town: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc07b4199_e1df_4493_b1e1_de5946fb58f8), pid: 104 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_ExcludeFromShowInNewInstall: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_IsDestListSeparator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_IsDualMode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_PreventPinning: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_RelaunchCommand: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_RelaunchDisplayNameResource: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_RelaunchIconResource: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_SettingsCommand: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 38 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_StartPinOption: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_ToastActivatorCLSID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_UninstallCommand: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppUserModel_VisualElementsManifestHintPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_AppZoneIdentifier: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x502cfeab_47eb_459c_b960_e6d8728f7701), pid: 102 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ApplicationDefinedProperties: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcdbfc167_337e_41d8_af7c_8c09205429c7), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ApplicationName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Audio_ChannelCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Audio_Compression: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Audio_EncodingBitrate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Audio_Format: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Audio_IsVariableBitRate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6822fee_8c17_4d62_823c_8e9cfcbd1d5c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Audio_PeakValue: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2579e5d0_1116_4084_bd9a_9b4f7cb4df5e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Audio_SampleRate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Audio_SampleSize: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Audio_StreamName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Audio_StreamNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Author: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CachedFileUpdaterContentIdForConflictResolution: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 114 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CachedFileUpdaterContentIdForStream: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 113 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_Duration: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x293ca35a_09aa_4dd2_b180_1fe245728a52), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_IsOnline: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbfee9149_e3e2_49a7_a862_c05988145cec), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_IsRecurring: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x315b9c8d_80a9_4ef9_ae16_8e746da51d70), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_Location: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf6272d18_cecc_40b1_b26a_3911717aa7bd), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_OptionalAttendeeAddresses: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd55bae5a_3892_417a_a649_c6ac5aaaeab3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_OptionalAttendeeNames: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x09429607_582d_437f_84c3_de93a2b24c3c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_OrganizerAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x744c8242_4df5_456c_ab9e_014efb9021e3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_OrganizerName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaaa660f9_9865_458e_b484_01bc7fe3973e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_ReminderTime: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x72fc5ba4_24f9_4011_9f3f_add27afad818), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_RequiredAttendeeAddresses: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0ba7d6c3_568d_4159_ab91_781a91fb71e5), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_RequiredAttendeeNames: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb33af30b_f552_4584_936c_cb93e5cda29f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_Resources: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f58a38_c54b_4c40_8696_97235980eae1), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_ResponseStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x188c1f91_3c40_4132_9ec5_d8b03b72a8a2), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_ShowTimeAs: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5bf396d4_5eb2_466f_bde9_2fb3f2361d6e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Calendar_ShowTimeAsText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x53da57cf_62c0_45c4_81de_7610bcefd7f5), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Capacity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Category: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Comment: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Communication_AccountName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Communication_DateItemExpires: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x428040ac_a177_4c8a_9760_f6f761227f9a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Communication_Direction: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8e531030_b960_4346_ae0d_66bc9a86fb94), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Communication_FollowupIconIndex: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x83a6347e_6fe4_4f40_ba9c_c4865240d1f4), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Communication_HeaderItem: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9c34f84_2241_4401_b607_bd20ed75ae7f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Communication_PolicyTag: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xec0b4191_ab0b_4c66_90b6_c6637cdebbab), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Communication_SecurityFlags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8619a4b6_9f4d_4429_8c0f_b996ca59e335), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Communication_Suffix: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x807b653a_9e91_43ef_8f97_11ce04ee20c5), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Communication_TaskStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbe1a72c6_9a1d_46b7_afe7_afaf8cef4999), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Communication_TaskStatusText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa6744477_c237_475b_a075_54f34498292a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Company: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ComputerName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Computer_DecoratedFreeSpace: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_AccountPictureDynamicVideo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b8bb018_2725_4b44_92ba_7933aeb2dde7), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_AccountPictureLarge: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b8bb018_2725_4b44_92ba_7933aeb2dde7), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_AccountPictureSmall: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b8bb018_2725_4b44_92ba_7933aeb2dde7), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Anniversary: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9ad5badb_cea7_4470_a03d_b84e51b9949e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_AssistantName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcd102c9c_5540_4a88_a6f6_64e4981c8cd1), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_AssistantTelephone: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9a93244d_a7ad_4ff8_9b99_45ee4cc09af6), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Birthday: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 47 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x730fb6dd_cf7c_426b_a03f_bd166cc9ee24), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress1Country: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 119 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress1Locality: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 117 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress1PostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 120 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress1Region: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 118 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress1Street: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 116 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress2Country: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 124 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress2Locality: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 122 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress2PostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 125 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress2Region: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 123 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress2Street: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 121 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress3Country: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 129 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress3Locality: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 127 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress3PostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 130 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress3Region: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 128 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddress3Street: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 126 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddressCity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x402b5934_ec5a_48c3_93e6_85e86a2d934e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddressCountry: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb0b87314_fcf6_4feb_8dff_a50da6af561c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddressPostOfficeBox: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbc4e71ce_17f9_48d5_bee9_021df0ea5409), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddressPostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe1d4a09e_d758_4cd1_b6ec_34a8b5a73f80), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddressState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x446f787f_10c4_41cb_a6c4_4d0343551597), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessAddressStreet: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xddd1460f_c0bf_4553_8ce4_10433c908fb0), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessEmailAddresses: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf271c659_7e5e_471f_ba25_7f77b286f836), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessFaxNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91eff6f3_2e27_42ca_933e_7c999fbe310b), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessHomePage: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56310920_2491_4919_99ce_eadb06fafdb2), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_BusinessTelephone: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6a15e5a0_0a1e_4cd7_bb8c_d2f1b0c929bc), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_CallbackTelephone: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf53d1c3_49e0_4f7f_8567_5a821d8ac542), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_CarTelephone: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8fdc6dea_b929_412b_ba90_397a257465fe), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Children: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd4729704_8ef1_43ef_9024_2bd381187fd5), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_CompanyMainTelephone: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8589e481_6040_473d_b171_7fa89c2708ed), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_ConnectedServiceDisplayName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x39b77f4f_a104_4863_b395_2db2ad8f7bc1), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_ConnectedServiceIdentities: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80f41eb8_afc4_4208_aa5f_cce21a627281), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_ConnectedServiceName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb5c84c9e_5927_46b5_a3cc_933c21b78469), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_ConnectedServiceSupportedActions: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa19fb7a9_024b_4371_a8bf_4d29c3e4e9c9), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_DataSuppliers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9660c283_fc3a_4a08_a096_eed3aac46da2), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Department: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfc9f7306_ff8f_4d49_9fb6_3ffe5c0951ec), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_DisplayBusinessPhoneNumbers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x364028da_d895_41fe_a584_302b1bb70a76), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_DisplayHomePhoneNumbers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5068bcdf_d697_4d85_8c53_1f1cdab01763), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_DisplayMobilePhoneNumbers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9cb0c358_9d7a_46b1_b466_dcc6f1a3d93d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_DisplayOtherPhoneNumbers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x03089873_8ee8_4191_bd60_d31f72b7900b), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_EmailAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf8fa7fa3_d12b_4785_8a4e_691a94f7a3e7), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_EmailAddress2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38965063_edc8_4268_8491_b7723172cf29), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_EmailAddress3: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x644d37b4_e1b3_4bad_b099_7e7c04966aca), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_EmailAddresses: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84d8f337_981d_44b3_9615_c7596dba17e3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_EmailName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcc6f4f24_6083_4bd4_8754_674d0de87ab8), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_FileAsName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf1a24aa7_9ca7_40f6_89ec_97def9ffe8db), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_FirstName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14977844_6b49_4aad_a714_a4513bf60460), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_FullName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x635e9051_50a5_4ba2_b9db_4ed056c77296), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Gender: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3c8cee58_d4f0_4cf9_b756_4e5d24447bcd), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_GenderValue: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3c8cee58_d4f0_4cf9_b756_4e5d24447bcd), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Hobbies: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5dc2253f_5e11_4adf_9cfe_910dd01e3e70), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x98f98354_617a_46b8_8560_5b1b64bf1f89), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress1Country: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 104 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress1Locality: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 102 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress1PostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 105 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress1Region: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 103 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress1Street: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress2Country: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 109 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress2Locality: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 107 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress2PostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 110 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress2Region: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 108 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress2Street: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 106 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress3Country: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 114 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress3Locality: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 112 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress3PostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 115 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress3Region: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 113 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddress3Street: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 111 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddressCity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 65 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddressCountry: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x08a65aa1_f4c9_43dd_9ddf_a33d8e7ead85), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddressPostOfficeBox: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7b9f6399_0a3f_4b12_89bd_4adc51c918af), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddressPostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8afcc170_8a46_4b53_9eee_90bae7151e62), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddressState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc89a23d0_7d6d_4eb8_87d4_776a82d493e5), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeAddressStreet: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0adef160_db3f_4308_9a21_06237b16fa2a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeEmailAddresses: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56c90e9d_9d46_4963_886f_2e1cd9a694ef), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeFaxNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x660e04d6_81ab_4977_a09f_82313113ab26), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_HomeTelephone: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_IMAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd68dbd8a_3374_4b81_9972_3ec30682db3d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Initials: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf3d8f40d_50cb_44a2_9718_40cb9119495d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JA_CompanyNamePhonetic: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x897b3694_fe9e_43e6_8066_260f590c0100), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JA_FirstNamePhonetic: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x897b3694_fe9e_43e6_8066_260f590c0100), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JA_LastNamePhonetic: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x897b3694_fe9e_43e6_8066_260f590c0100), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo1CompanyAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 120 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo1CompanyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 102 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo1Department: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 106 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo1Manager: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 105 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo1OfficeLocation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 104 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo1Title: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 103 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo1YomiCompanyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo2CompanyAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 121 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo2CompanyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 108 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo2Department: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 113 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo2Manager: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 112 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo2OfficeLocation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 110 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo2Title: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 109 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo2YomiCompanyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 107 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo3CompanyAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 123 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo3CompanyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 115 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo3Department: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 119 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo3Manager: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 118 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo3OfficeLocation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 117 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo3Title: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 116 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobInfo3YomiCompanyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 114 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_JobTitle: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Label: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x97b0ad89_df49_49cc_834e_660974fd755b), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_LastName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8f367200_c270_457c_b1d4_e07c5bcd90c7), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_MailingAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc0ac206a_827e_4650_95ae_77e2bb74fcc9), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_MiddleName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 71 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_MobileTelephone: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 35 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_NickName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 74 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OfficeLocation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x508161fa_313b_43d5_83a1_c1accf68622c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress1Country: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 134 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress1Locality: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 132 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress1PostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 135 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress1Region: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 133 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress1Street: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 131 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress2Country: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 139 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress2Locality: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 137 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress2PostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 140 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress2Region: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 138 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress2Street: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 136 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress3Country: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 144 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress3Locality: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 142 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress3PostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 145 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress3Region: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 143 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddress3Street: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 141 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddressCity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6e682923_7f7b_4f0c_a337_cfca296687bf), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddressCountry: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8f167568_0aae_4322_8ed9_6055b7b0e398), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddressPostOfficeBox: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b26ea41_058f_43f6_aecc_4035681ce977), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddressPostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95c656c1_2abf_4148_9ed3_9ec602e3b7cd), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddressState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x71b377d6_e570_425f_a170_809fae73e54e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherAddressStreet: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xff962609_b7d6_4999_862d_95180d529aea), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_OtherEmailAddresses: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11d6336b_38c4_4ec9_84d6_eb38d0b150af), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PagerTelephone: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd6304e01_f8f5_4f45_8b15_d024a6296789), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PersonalTitle: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 69 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PhoneNumbersCanonical: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd042d2a1_927e_40b5_a503_6edbd42a517e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Prefix: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 75 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PrimaryAddressCity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc8ea94f0_a9e3_4969_a94b_9c62a95324e0), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PrimaryAddressCountry: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe53d799d_0f3f_466e_b2ff_74634a3cb7a4), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PrimaryAddressPostOfficeBox: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xde5ef3c7_46e1_484e_9999_62c5308394c1), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PrimaryAddressPostalCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x18bbd425_ecfd_46ef_b612_7b4a6034eda0), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PrimaryAddressState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf1176dfe_7138_4640_8b4c_ae375dc70a6d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PrimaryAddressStreet: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63c25b20_96be_488f_8788_c09c407ad812), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PrimaryEmailAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 48 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_PrimaryTelephone: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Profession: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7268af55_1ce4_4f6e_a41f_b6e4ef10e4a9), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_SpouseName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9d2408b6_3167_422b_82b0_f583b7a7cfe3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Suffix: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 73 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_TTYTDDTelephone: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaaf16bac_2b55_45e6_9f6d_415eb94910df), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_TelexNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc554493c_c1f7_40c1_a76c_ef8c0614003e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_WebPage: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Webpage2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 124 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Contact_Webpage3: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 125 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ContainedItems: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ContentId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 132 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ContentStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ContentType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ContentUri: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 131 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Copyright: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CreatorAppId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc2ea046e_033c_4e91_bd5b_d4942f6bbe49), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CreatorOpenWithUIOptions: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc2ea046e_033c_4e91_bd5b_d4942f6bbe49), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DRM_DatePlayExpires: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DRM_DatePlayStarts: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DRM_Description: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DRM_IsDisabled: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DRM_IsProtected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DRM_PlayCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DataObjectFormat: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1e81a3f8_a30f_4247_b9ee_1d0368a9425c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DateAccessed: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DateAcquired: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2cbaa8f5_d81f_47ca_b17a_f8d822300131), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DateArchived: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x43f8d7b7_a444_4f87_9383_52271c9b915c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DateCompleted: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x72fab781_acda_43e5_b155_b2434f85e678), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DateCreated: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DateImported: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 18258 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DateModified: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DefaultSaveLocationDisplay: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DescriptionID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Bluetooth_DeviceAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Bluetooth_Flags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Bluetooth_LastConnectedTime: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Bluetooth_Manufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Bluetooth_ModelNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Bluetooth_ProductId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Bluetooth_ProductVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Bluetooth_ServiceGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Bluetooth_VendorId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Bluetooth_VendorIdSource: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Hid_IsReadOnly: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Hid_ProductId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Hid_UsageId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Hid_UsagePage: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Hid_VendorId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Hid_VersionNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_PrinterDriverDirectory: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x847c66de_b8d6_4af9_abc3_6f4f926bc039), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_PrinterDriverName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc47170_14f5_498c_8f30_b0d19be449c6), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_PrinterEnumerationFlag: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa00742a1_cd8c_4b37_95ab_70755587767a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_PrinterName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0a7b84ef_0c27_463f_84ef_06c5070001be), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_PrinterPortName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xeec7b761_6f94_41b1_949f_c729720dd13c), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Proximity_SupportsNfc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfb3842cd_9e2a_4f83_8fcc_4b0761139ae9), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Serial_PortName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Serial_UsbProductId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_Serial_UsbVendorId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_WinUsb_DeviceInterfaceClasses: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_WinUsb_UsbClass: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_WinUsb_UsbProductId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_WinUsb_UsbProtocol: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_WinUsb_UsbSubClass: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DeviceInterface_WinUsb_UsbVendorId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Device_PrinterURL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b48f35a_be6e_4f17_b108_3c4073d1669a), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_CanPair: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_Categories: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_Children: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_ContainerId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_DialProtocol_InstalledApplications: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_IsPaired: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_IsPresent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_Manufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_ModelIds: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_ModelName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_ProtocolIds: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportedUriSchemes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsAudio: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsCapturing: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsImages: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsInformation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsLimitedDiscovery: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsNetworking: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsObjectTransfer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsPositioning: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsRendering: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsTelephony: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepContainer_SupportsVideo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_AepId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9c141a9_1b4c_4f17_a9d1_f298538cadb8), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_Bluetooth_CacheMode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9744311e_7951_4b2e_b6f0_ecb293cac119), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_Bluetooth_ServiceGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa399aac7_c265_474e_b073_ffce57721716), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_Bluetooth_TargetDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9744311e_7951_4b2e_b6f0_ecb293cac119), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_ContainerId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x71724756_3e74_4432_9b59_e7b2f668a593), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_FriendlyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x71724756_3e74_4432_9b59_e7b2f668a593), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_IoT_ServiceInterfaces: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x79d94e82_4d79_45aa_821a_74858b4e4ca6), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_ParentAepIsPaired: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9c141a9_1b4c_4f17_a9d1_f298538cadb8), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_ProtocolId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9c141a9_1b4c_4f17_a9d1_f298538cadb8), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_ServiceClassId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x71724756_3e74_4432_9b59_e7b2f668a593), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AepService_ServiceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9c141a9_1b4c_4f17_a9d1_f298538cadb8), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_AepId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3b2ce006_5e61_4fde_bab8_9b8aac9b26df), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Major: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Minor: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Audio: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Capturing: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Information: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_LimitedDiscovery: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Networking: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_ObjectXfer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Positioning: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Rendering: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Telephony: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_LastSeenTime: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Le_AddressType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x995ef0b0_7eb3_4a8b_b9ce_068bb3f4af69), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Le_Appearance: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x995ef0b0_7eb3_4a8b_b9ce_068bb3f4af69), pid: 1 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Le_Appearance_Category: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x995ef0b0_7eb3_4a8b_b9ce_068bb3f4af69), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Le_Appearance_Subcategory: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x995ef0b0_7eb3_4a8b_b9ce_068bb3f4af69), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Bluetooth_Le_IsConnectable: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x995ef0b0_7eb3_4a8b_b9ce_068bb3f4af69), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_CanPair: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe7c3fb29_caa7_4f47_8c8b_be59b330d4c5), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Category: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_ContainerId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe7c3fb29_caa7_4f47_8c8b_be59b330d4c5), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_DeviceAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_IsConnected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_IsPaired: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_IsPresent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_Manufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_ModelId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_ModelName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_PointOfService_ConnectionTypes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd4bf61b3_442e_4ada_882d_fa7b70c832d9), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_ProtocolId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3b2ce006_5e61_4fde_bab8_9b8aac9b26df), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Aep_SignalStrength: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AppPackageFamilyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x51236583_0c4a_4fe8_b81f_166aec13f510), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AudioDevice_Microphone_IsFarField: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8943b373_388c_4395_b557_bc6dbaffafdb), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AudioDevice_Microphone_SensitivityInDbfs: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8943b373_388c_4395_b557_bc6dbaffafdb), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AudioDevice_Microphone_SensitivityInDbfs2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8943b373_388c_4395_b557_bc6dbaffafdb), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AudioDevice_Microphone_SignalToNoiseRatioInDb: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8943b373_388c_4395_b557_bc6dbaffafdb), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AudioDevice_RawProcessingSupported: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8943b373_388c_4395_b557_bc6dbaffafdb), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_AudioDevice_SpeechProcessingSupported: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfb1de864_e06d_47f4_82a6_8a0aef44493c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_BatteryLife: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_BatteryPlusCharging: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_BatteryPlusChargingText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Category: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 91 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_CategoryGroup: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 94 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_CategoryIds: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 90 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_CategoryPlural: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 92 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_ChallengeAep: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0774315e_b714_48ec_8de8_8125c077ac11), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_ChargingState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Children: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_ClassGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_CompatibleIds: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Connected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 55 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_ContainerId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DefaultTooltip: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x880f70a2_6082_47ac_8aab_a739d1a300c3), pid: 153 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DevObjectType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x13673f42_a3d6_49f6_b4da_ae46e0c5237c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DeviceCapabilities: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DeviceCharacteristics: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DeviceDescription1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 81 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DeviceDescription2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 82 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DeviceHasProblem: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DeviceInstanceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 256 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DeviceManufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DialProtocol_InstalledApplications: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6845cc72_1b71_48c3_af86_b09171a19b14), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_DiscoveryMethod: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 52 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_Domain: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_FullName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_HostName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_InstanceName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_NetworkAdapterId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_PortNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_Priority: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_ServiceName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_TextAttributes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_Ttl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Dnssd_Weight: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_FriendlyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12288 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_FunctionPaths: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_GlyphIcon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x51236583_0c4a_4fe8_b81f_166aec13f510), pid: 123 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_HardwareIds: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 57 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_InLocalMachineContainer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_InterfaceClassGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_InterfaceEnabled: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_InterfacePaths: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_IpAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12297 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_IsDefault: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 86 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_IsNetworkConnected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 85 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_IsShared: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 84 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_IsSoftwareInstalling: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_LaunchDeviceStageFromExplorer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 77 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_LocalMachine: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 70 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_LocationPaths: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Manufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8192 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_MetadataPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 71 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_MicrophoneArray_Geometry: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa1829ea2_27eb_459e_935d_b2fad7b07762), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_MissedCalls: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_ModelId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_ModelName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8194 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_ModelNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8195 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_NetworkName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_NetworkType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_NetworkedTooltip: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x880f70a2_6082_47ac_8aab_a739d1a300c3), pid: 152 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_NewPictures: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_NotWorkingProperly: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 83 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Notification: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x06704b0c_e830_4c81_9178_91e4e95a80a0), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_NotificationStore: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x06704b0c_e830_4c81_9178_91e4e95a80a0), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Notifications_LowBattery: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc4c07f2b_8524_4e66_ae3a_a6235f103beb), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Notifications_MissedCall: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6614ef48_4efe_4424_9eda_c79f404edf3e), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Notifications_NewMessage: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2be9260a_2012_4742_a555_f41b638b7dcb), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Notifications_NewVoicemail: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59569556_0a08_4212_95b9_fae2ad6413db), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Notifications_StorageFull: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0e00ee1_f0c7_4d41_b8e7_26a7bd8d38b0), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Notifications_StorageFullLinkText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0e00ee1_f0c7_4d41_b8e7_26a7bd8d38b0), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Paired: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 56 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Panel_PanelGroup: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8dbc9c86_97a9_4bff_9bc6_bfe95d3e6dad), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Panel_PanelId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8dbc9c86_97a9_4bff_9bc6_bfe95d3e6dad), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Parent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_PhoneLineTransportDevice_Connected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaecf2fe8_1d00_4fee_8a6d_a70d719b772b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_PhysicalDeviceLocation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_PlaybackPositionPercent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3633de59_6825_4381_a49b_9f6ba13a1471), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_PlaybackState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3633de59_6825_4381_a49b_9f6ba13a1471), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_PlaybackTitle: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3633de59_6825_4381_a49b_9f6ba13a1471), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Present: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_PresentationUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8198 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_PrimaryCategory: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_RemainingDuration: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3633de59_6825_4381_a49b_9f6ba13a1471), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_RestrictedInterface: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Roaming: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_SafeRemovalRequired: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_SchematicName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_ServiceAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16384 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_ServiceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16385 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_SharedTooltip: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x880f70a2_6082_47ac_8aab_a739d1a300c3), pid: 151 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_SignalStrength: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_SmartCards_ReaderKind: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd6b5b883_18bd_4b4d_b2ec_9e38affeda82), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Status: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 259 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Status1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 257 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Status2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 258 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_StorageCapacity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_StorageFreeSpace: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_StorageFreeSpacePercent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_TextMessages: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Voicemail: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirectServices_AdvertisementId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirectServices_RequestServiceInformation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirectServices_ServiceAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirectServices_ServiceConfigMethods: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirectServices_ServiceInformation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirectServices_ServiceName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_DeviceAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_GroupId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_InformationElements: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_InterfaceAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_InterfaceGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_IsConnected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_IsLegacyDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_IsMiracastLcpSupported: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_IsVisible: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_MiracastVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_Services: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFiDirect_SupportedChannelList: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiFi_InterfaceGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1167eb_cbfc_4341_a568_a7c91a68982c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WiaDeviceType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6bdd1fc6_810f_11d0_bec7_08002be2092f), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_WinPhone8CameraFlags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7b4d61c_5a64_4187_a52e_b1539f359099), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Devices_Wwan_InterfaceGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xff1167eb_cbfc_4341_a568_a7c91a68982c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_ByteCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_CharacterCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_ClientID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x276d7bb0_5b34_4fb0_aa4b_158ed12a1809), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_Contributor: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf334115e_da1b_4509_9b3d_119504dc7abb), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_DateCreated: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_DatePrinted: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_DateSaved: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_Division: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1e005ee6_bf27_428b_b01c_79676acd2870), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_DocumentID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe08805c8_e395_40df_80d2_54f0d6c43154), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_HiddenSlideCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_LastAuthor: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_LineCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_Manager: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_MultimediaClipCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_NoteCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_PageCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_ParagraphCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_PresentationFormat: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_RevisionNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_Security: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_SlideCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_Template: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_TotalEditingTime: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_Version: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 29 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Document_WordCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_DueDate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8472b5_e0af_4db2_8071_c53fe76ae7ce), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_EdgeGesture_DisableTouchWhenFullscreen: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x32ce38b2_2c9a_41b1_9bc5_b3784394aa44), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_EndDate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc75faa05_96fd_49e7_9cb4_9f601082d553), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ExpandoProperties: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6fa20de6_d11c_4d9d_a154_64317628c12d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FileAllocationSize: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FileAttributes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FileCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FileDescription: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FileExtension: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4f10a3c_49e6_405d_8288_a23bd4eeaa6c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FileFRN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FileName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41cf5ae0_f75a_4806_bd87_59c7d9248eb9), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FileOfflineAvailabilityStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FileOwner: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b34_40ff_11d2_a27e_00c04fc30871), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FilePlaceholderStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FileVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FindData: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FlagColor: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x67df94de_0ca7_4d6f_b792_053a3e4f03cf), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FlagColorText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x45eae747_8e2a_40ae_8cbf_ca52aba6152a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FlagStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FlagStatusText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdc54fd2e_189d_4871_aa01_08c2f57a4abc), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FolderKind: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FolderNameDisplay: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FreeSpace: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_FullText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1e3ee840_bc2b_476c_8237_2acd1a839b22), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_Altitude: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x827edb4f_5b73_44a7_891d_fdffabea35ca), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_AltitudeDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78342dcb_e358_4145_ae9a_6bfe4e0f9f51), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_AltitudeNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2dad1eb7_816d_40d3_9ec3_c9773be2aade), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_AltitudeRef: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x46ac629d_75ea_4515_867f_6dc4321c5844), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_AreaInformation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x972e333e_ac7e_49f1_8adf_a70d07a9bcab), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DOP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cf8fb02_1837_42f1_a697_a7017aa289b9), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DOPDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0be94c5_50ba_487b_bd35_0654be8881ed), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DOPNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x47166b16_364f_4aa0_9f31_e2ab3df449c3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_Date: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3602c812_0f3b_45f0_85ad_603468d69423), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestBearing: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc66d4b3c_e888_47cc_b99f_9dca3ee34dea), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestBearingDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7abcf4f8_7c3f_4988_ac91_8d2c2e97eca5), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestBearingNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xba3b1da9_86ee_4b5d_a2a4_a271a429f0cf), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestBearingRef: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9ab84393_2a0f_4b75_bb22_7279786977cb), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestDistance: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa93eae04_6804_4f24_ac81_09b266452118), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestDistanceDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9bc2c99b_ac71_4127_9d1c_2596d0d7dcb7), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestDistanceNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bda47da_08c6_4fe1_80bc_a72fc517c5d0), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestDistanceRef: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xed4df2d3_8695_450b_856f_f5c1c53acb66), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestLatitude: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9d1d7cc5_5c39_451c_86b3_928e2d18cc47), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestLatitudeDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3a372292_7fca_49a7_99d5_e47bb2d4e7ab), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestLatitudeNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xecf4b6f6_d5a6_433c_bb92_4076650fc890), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestLatitudeRef: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcea820b9_ce61_4885_a128_005d9087c192), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestLongitude: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x47a96261_cb4c_4807_8ad3_40b9d9dbc6bc), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestLongitudeDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x425d69e5_48ad_4900_8d80_6eb6b8d0ac86), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestLongitudeNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa3250282_fb6d_48d5_9a89_dbcace75cccf), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_DestLongitudeRef: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x182c1ea6_7c1c_4083_ab4b_ac6c9f4ed128), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_Differential: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaaf4ee25_bd3b_4dd7_bfc4_47f77bb00f6d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_ImgDirection: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x16473c91_d017_4ed9_ba4d_b6baa55dbcf8), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_ImgDirectionDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10b24595_41a2_4e20_93c2_5761c1395f32), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_ImgDirectionNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdc5877c7_225f_45f7_bac7_e81334b6130a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_ImgDirectionRef: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa4aaa5b7_1ad0_445f_811a_0f8f6e67f6b5), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_Latitude: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8727cfff_4868_4ec6_ad5b_81b98521d1ab), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_LatitudeDecimal: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0f55cde2_4f49_450d_92c1_dcd16301b1b7), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_LatitudeDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x16e634ee_2bff_497b_bd8a_4341ad39eeb9), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_LatitudeNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7ddaaad1_ccc8_41ae_b750_b2cb8031aea2), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_LatitudeRef: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x029c0252_5b86_46c7_aca0_2769ffc8e3d4), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_Longitude: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc4c4dbb2_b593_466b_bbda_d03d27d5e43a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_LongitudeDecimal: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4679c1b5_844d_4590_baf5_f322231f1b81), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_LongitudeDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbe6e176c_4534_4d2c_ace5_31dedac1606b), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_LongitudeNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x02b0f689_a914_4e45_821d_1dda452ed2c4), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_LongitudeRef: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x33dcf22b_28d5_464c_8035_1ee9efd25278), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_MapDatum: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ca2dae6_eddc_407d_bef1_773942abfa95), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_MeasureMode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa015ed5d_aaea_4d58_8a86_3c586920ea0b), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_ProcessingMethod: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59d49e61_840f_4aa9_a939_e2099b7f6399), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_Satellites: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x467ee575_1f25_4557_ad4e_b8b58b0d9c15), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_Speed: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xda5d0862_6e76_4e1b_babd_70021bd25494), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_SpeedDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7d122d5a_ae5e_4335_8841_d71e7ce72f53), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_SpeedNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xacc9ce3d_c213_4942_8b48_6d0820f21c6d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_SpeedRef: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xecf7f4c9_544f_4d6d_9d98_8ad79adaf453), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_Status: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x125491f4_818f_46b2_91b5_d537753617b2), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_Track: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x76c09943_7c33_49e3_9e7e_cdba872cfada), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_TrackDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc8d1920c_01f6_40c0_ac86_2f3a4ad00770), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_TrackNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x702926f4_44a6_43e1_ae71_45627116893b), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_TrackRef: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x35dbe6fe_44c3_4400_aaae_d2c799c407e8), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_GPS_VersionID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x22704da4_c6b2_4a99_8e56_f16df8c92599), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_HighKeywords: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_History_SelectionCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1ce0d6bc_536c_4600_b0dd_7e0c66b350d5), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_History_TargetUrlHostName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1ce0d6bc_536c_4600_b0dd_7e0c66b350d5), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_History_VisitCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5cbf2787_48cf_4208_b90e_ee5e5d420294), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Home_Grouping: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x30c8eef4_a832_41e2_ab32_e3c3ca28fd29), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Home_IsPinned: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x30c8eef4_a832_41e2_ab32_e3c3ca28fd29), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Home_ItemFolderPathDisplay: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x30c8eef4_a832_41e2_ab32_e3c3ca28fd29), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa26f4afc_7346_4299_be47_eb1ae613139f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IdentityProvider_Name: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb96eff7b_35ca_4a35_8607_29e3a54c46ea), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IdentityProvider_Picture: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2425166f_5642_4864_992f_98fd98f294c3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_Blob: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8c3b93a4_baed_1a83_9a32_102ee313f6eb), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_DisplayName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7d683fc9_d155_45a8_bb1f_89d19bcb792f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_InternetSid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d6d5d49_265d_4688_9f4e_1fdd33e7cc83), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_IsMeIdentity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa4108708_09df_4377_9dfc_6d99986d5a67), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_KeyProviderContext: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa26f4afc_7346_4299_be47_eb1ae613139f), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_KeyProviderName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa26f4afc_7346_4299_be47_eb1ae613139f), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_LogonStatusString: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf18dedf3_337f_42c0_9e03_cee08708a8c3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_PrimaryEmailAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfcc16823_baed_4f24_9b32_a0982117f7fa), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_PrimarySid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2b1b801e_c0c1_4987_9ec5_72fa89814787), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_ProviderData: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8a74b92_361b_4e9a_b722_7c4a7330a312), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_ProviderID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x74a7de49_fa11_4d3d_a006_db7e08675916), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_QualifiedUserName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xda520e51_f4e9_4739_ac82_02e0a95c9030), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_UniqueID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe55fc3b0_2b60_4220_918e_b21e8bf16016), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Identity_UserName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc4322503_78ca_49c6_9acc_a68e2afd7b6b), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ImageParsingName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd7750ee0_c6a4_48ec_b53e_b87b52e6d073), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_BitDepth: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_ColorSpace: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 40961 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_CompressedBitsPerPixel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x364b6fa9_37ab_482a_be2b_ae02f60d4318), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_CompressedBitsPerPixelDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1f8844e1_24ad_4508_9dfd_5326a415ce02), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_CompressedBitsPerPixelNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd21a7148_d32c_4624_8900_277210f79c0f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_Compression: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 259 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_CompressionText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f08e66f_2f44_4bb9_a682_ac35d2562322), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_Dimensions: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_HorizontalResolution: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_HorizontalSize: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_ImageID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10dabe05_32aa_4c29_bf1a_63e2d220587f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_ResolutionUnit: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x19b51fa6_1f92_4a5c_ab48_7df0abd67444), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_VerticalResolution: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Image_VerticalSize: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Importance: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ImportanceText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa3b29791_7713_4e1d_bb40_17db85f01831), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_InfoTipText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_InternalName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsAttachment: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf23f425c_71a1_4fa8_922f_678ea4a60408), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsDefaultNonOwnerSaveLocation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsDefaultSaveLocation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsDeleted: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5cda5fc8_33ee_4ff3_9094_ae7bd8868c4d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsEncrypted: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x90e5e14e_648b_4826_b2aa_acaf790e3513), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsFlagged: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5da84765_e3ff_4278_86b0_a27967fbdd03), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsFlaggedComplete: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa6f360d2_55f9_48de_b909_620e090a647c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsIncomplete: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346c8bd1_2e6a_4c45_89a4_61b78e8e700f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsLocationSupported: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsPinnedToNameSpaceTree: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsRead: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsSearchOnlyItem: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsSendToTarget: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_IsShared: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef884c5b_2bfe_41bb_aae5_76eedf4f9902), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemAuthors: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd0a04f0a_462a_48a4_bb2f_3706e88dbd7d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemClassType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x048658ad_2db8_41a4_bbb6_ac1ef1207eb1), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemDate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf7db74b4_4287_4103_afba_f1b13dcd75cf), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemFolderNameDisplay: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemFolderPathDisplay: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemFolderPathDisplayNarrow: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdabd30ed_0043_4789_a7f8_d013a4736622), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6b8da074_3b5c_43bc_886f_0a2cdce00b6f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemNameDisplay: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemNameDisplayWithoutExtension: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemNamePrefix: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd7313ff1_a77a_401c_8c99_3dbdd68add36), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemNameSortOverride: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemParticipants: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd4d0aa16_9948_41a4_aa85_d97ff9646993), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemPathDisplay: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemPathDisplayNarrow: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemSubType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemTypeText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ItemUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49691c90_7e17_101a_a91c_08002b2ecda9), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Journal_Contacts: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdea7c82c_1d89_4a66_9427_a4e3debabcb1), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Journal_EntryType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95beb1fc_326d_4644_b396_cd3ed90e6ddf), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Keywords: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Kind: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1e3ee840_bc2b_476c_8237_2acd1a839b22), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_KindText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf04bef95_c585_4197_a2b7_df46fdc9ee6d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Language: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_LastSyncError: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 107 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_LastSyncWarning: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 128 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_LastWriterPackageFamilyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x502cfeab_47eb_459c_b960_e6d8728f7701), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_LayoutPattern_ContentViewModeForBrowse: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 500 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_LayoutPattern_ContentViewModeForSearch: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 501 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_LibraryLocationsCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x908696c7_8f87_44f2_80ed_a8c1c6894575), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_Arguments: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x436f2667_14e2_4feb_b30a_146c53b5b674), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_Comment: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb9b4b3fc_2b51_4a42_b5d8_324146afcf25), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_DateVisited: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5cbf2787_48cf_4208_b90e_ee5e5d420294), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_Description: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5cbf2787_48cf_4208_b90e_ee5e5d420294), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_FeedItemLocalId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8a2f99f9_3c37_465d_a8d7_69777a246d0c), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_Status: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb9b4b3fc_2b51_4a42_b5d8_324146afcf25), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_TargetExtension: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7a7d76f4_b630_4bd7_95ff_37cc51a975c9), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_TargetParsingPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb9b4b3fc_2b51_4a42_b5d8_324146afcf25), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_TargetSFGAOFlags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb9b4b3fc_2b51_4a42_b5d8_324146afcf25), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_TargetSFGAOFlagsStrings: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd6942081_d53b_443d_ad47_5e059d9cd27a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_TargetUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5cbf2787_48cf_4208_b90e_ee5e5d420294), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_TargetUrlHostName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8a2f99f9_3c37_465d_a8d7_69777a246d0c), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Link_TargetUrlPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8a2f99f9_3c37_465d_a8d7_69777a246d0c), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_LocationEmptyString: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x62d2d9ab_8b64_498d_b865_402d4796f865), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_LowKeywords: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MIMEType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e350_9ccc_11d0_bcdb_00805fccce04), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_AuthorUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_AverageLevel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x09edd5b6_b301_43c5_9990_d00302effd46), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ClassPrimaryID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ClassSecondaryID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_CollectionGroupID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_CollectionID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ContentDistributor: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ContentID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_CreatorApplication: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_CreatorApplicationVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 28 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_DVDID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_DateEncoded: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2e4b640d_5019_46d8_8881_55414cc5caa0), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_DateReleased: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xde41cc29_6971_4290_b472_f59f2e2f31e2), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_DlnaProfileID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcfa31b45_525d_4998_bb44_3f7d81542fa4), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_Duration: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_EncodedBy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 36 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_EncodingSettings: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_EpisodeNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_FrameCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_MCDI: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_MetadataContentProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_Producer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 22 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_PromotionUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ProtectionType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 38 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ProviderRating: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 39 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ProviderStyle: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 40 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_Publisher: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_SeasonNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_SeriesName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 42 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_SubTitle: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 38 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_SubscriptionContentId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9aebae7a_9644_487d_a92c_657585ed751a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ThumbnailLargePath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 47 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ThumbnailLargeUri: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 48 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ThumbnailSmallPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 49 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_ThumbnailSmallUri: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 50 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_UniqueFileIdentifier: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 35 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_UserNoAutoInfo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 41 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_UserWebUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_Writer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Media_Year: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MediumKeywords: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 26 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_AttachmentContents: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3143bf7c_80a8_4854_8880_e2e40189bdd0), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_AttachmentNames: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_BccAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_BccName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_CcAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_CcName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_ConversationID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdc8f80bd_af1e_4289_85b6_3dfc1b493992), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_ConversationIndex: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdc8f80bd_af1e_4289_85b6_3dfc1b493992), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_DateReceived: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_DateSent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_Flags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa82d9ee7_ca67_4312_965e_226bcea85023), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_FromAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_FromName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_HasAttachments: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9c1fcf74_2d97_41ba_b4ae_cb2e3661a6e4), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_IsFwdOrReply: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9a9bc088_4f6d_469e_9919_e705412040f9), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_MessageClass: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcd9ed458_08ce_418f_a70e_f912c7bb9c5c), pid: 103 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_Participants: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1a9ba605_8e7c_4d11_ad7d_a50ada18ba1b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_ProofInProgress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9098f33c_9a7d_48a8_8de5_2e1227a64e91), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_SenderAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0be1c8e7_1981_4676_ae14_fdd78f05a6e7), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_SenderName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0da41cfa_d224_4a18_ae2f_596158db4b3a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_Store: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_ToAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_ToDoFlags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1f856a9f_6900_4aba_9505_2d5f1b4d66cb), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_ToDoTitle: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbccc8a3c_8cef_42e5_9b1c_c69079398bc7), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Message_ToName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MileageInformation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfdf84370_031a_4add_9e91_0d775f1c6605), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MsGraph_CompositeId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MsGraph_DriveId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MsGraph_ItemId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MsGraph_RecommendationReason: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MsGraph_RecommendationReferenceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MsGraph_RecommendationResultSourceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_MsGraph_WebAccountId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_AlbumArtist: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_AlbumArtistSortOverride: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf1fdb4af_f78c_466c_bb05_56e92db0b8ec), pid: 103 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_AlbumID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_AlbumTitle: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_AlbumTitleSortOverride: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x13eb7ffc_ec89_4346_b19d_ccc6f1784223), pid: 101 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_Artist: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_ArtistSortOverride: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdeeb2db5_0696_4ce0_94fe_a01f77a45fb5), pid: 102 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_BeatsPerMinute: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 35 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_Composer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_ComposerSortOverride: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00bc20a3_bd48_4085_872c_a88d77f5097e), pid: 105 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_Conductor: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 36 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_ContentGroupDescription: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 33 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_DiscNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6afe7437_9bcd_49c7_80fe_4a5c65fa5874), pid: 104 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_DisplayArtist: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfd122953_fa93_4ef7_92c3_04c946b2f7c8), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_Genre: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_InitialKey: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_IsCompilation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc449d5cb_9ea4_4809_82e8_af9d59ded6d1), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_Lyrics: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_Mood: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 39 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_PartOfSet: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 37 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_Period: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 31 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_SynchronizedLyrics: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6b223b6a_162e_4aa9_b39f_05d678fc6d77), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Music_TrackNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_NamespaceCLSID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Note_Color: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4776cafa_bce4_4cb1_a23e_265e76d8eb11), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Note_ColorText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x46b4e8de_cdb2_440d_885c_1658eb65b914), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Null: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00000000_0000_0000_0000_000000000000), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_OfflineAvailability: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa94688b6_7d9f_4570_a648_e3dfc0ab2b3f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_OfflineStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d24888f_4718_4bda_afed_ea0fb4386cd8), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_OriginalFileName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_OwnerSID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ParentalRating: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ParentalRatingReason: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10984e0a_f9f2_4321_b7ef_baf195af4319), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ParentalRatingsOrganization: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7fe0840_1344_46f0_8d37_52ed712a4bf9), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ParsingBindContext: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdfb9a04d_362f_4ca3_b30b_0254b17b5b84), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ParsingName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ParsingPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 30 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PerceivedType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PercentFull: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_Aperture: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37378 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ApertureDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe1a9a38b_6685_46bd_875e_570dc7ad7320), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ApertureNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0337ecec_39fb_4581_a0bd_4c4cc51e9914), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_Brightness: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1a701bf6_478c_4361_83ab_3701bb053c58), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_BrightnessDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6ebe6946_2321_440a_90f0_c043efd32476), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_BrightnessNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e7d118f_b314_45a0_8cfb_d654b917c9e9), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_CameraManufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 271 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_CameraModel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 272 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_CameraSerialNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 273 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_Contrast: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2a785ba9_8d23_4ded_82e6_60a350c86a10), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ContrastText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59dde9f2_5253_40ea_9a8b_479e96c6249a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_DateTaken: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 36867 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_DigitalZoom: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf85bf840_a925_4bc2_b0c4_8e36b598679e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_DigitalZoomDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x745baf0e_e5c1_4cfb_8a1b_d031a0a52393), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_DigitalZoomNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x16cbb924_6500_473b_a5be_f1599bcbe413), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_EXIFVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd35f743a_eb2e_47f2_a286_844132cb1427), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_Event: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 18248 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureBias: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37380 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureBiasDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab205e50_04b7_461c_a18c_2f233836e627), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureBiasNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x738bf284_1d87_420b_92cf_5834bf6ef9ed), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureIndex: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x967b5af8_995a_46ed_9e11_35b3c5b9782d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureIndexDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x93112f89_c28b_492f_8a9d_4be2062cee8a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureIndexNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcdedcf30_8919_44df_8f4c_4eb2ffdb8d89), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureProgram: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 34850 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureProgramText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfec690b7_5f30_4646_ae47_4caafba884a3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureTime: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 33434 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureTimeDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x55e98597_ad16_42e0_b624_21599a199838), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ExposureTimeNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x257e44e2_9031_4323_ac38_85c552871b2e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 33437 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FNumberDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe92a2496_223b_4463_a4e3_30eabba79d80), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FNumberNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1b97738a_fdfc_462f_9d93_1957e08be90c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_Flash: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37385 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FlashEnergy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 41483 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FlashEnergyDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd7b61c70_6323_49cd_a5fc_c84277162c97), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FlashEnergyNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfcad3d3d_0858_400f_aaa3_2f66cce2a6bc), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FlashManufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaabaf6c9_e0c5_4719_8585_57b103e584fe), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FlashModel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfe83bb35_4d1a_42e2_916b_06f3e1af719e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FlashText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6b8b68f6_200b_47ea_8d25_d8050f57339f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FocalLength: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37386 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FocalLengthDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x305bc615_dca1_44a5_9fd4_10c0ba79412e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FocalLengthInFilm: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0e74609_b84d_4f49_b860_462bd9971f98), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FocalLengthNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x776b6b3b_1e3d_4b0c_9a0e_8fbaf2a8492a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FocalPlaneXResolution: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcfc08d97_c6f7_4484_89dd_ebef4356fe76), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FocalPlaneXResolutionDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0933f3f5_4786_4f46_a8e8_d64dd37fa521), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FocalPlaneXResolutionNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdccb10af_b4e2_4b88_95f9_031b4d5ab490), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FocalPlaneYResolution: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fffe4d0_914f_4ac4_8d6f_c9c61de169b1), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FocalPlaneYResolutionDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1d6179a6_a876_4031_b013_3347b2b64dc8), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_FocalPlaneYResolutionNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa2e541c5_4440_4ba8_867e_75cfc06828cd), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_GainControl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfa304789_00c7_4d80_904a_1e4dcc7265aa), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_GainControlDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x42864dfd_9da4_4f77_bded_4aad7b256735), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_GainControlNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8e8ecf7c_b7b8_4eb8_a63f_0ee715c96f9e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_GainControlText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc06238b2_0bf9_4279_a723_25856715cb9d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ISOSpeed: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 34855 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_LensManufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6ddcaf7_29c5_4f0a_9a68_d19412ec7090), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_LensModel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe1277516_2b5f_4869_89b1_2e585bd38b7a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_LightSource: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37384 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_MakerNote: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfa303353_b659_4052_85e9_bcac79549b84), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_MakerNoteOffset: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x813f4124_34e6_4d17_ab3e_6b1f3c2247a1), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_MaxAperture: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x08f6d7c2_e3f2_44fc_af1e_5aa5c81a2d3e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_MaxApertureDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc77724d4_601f_46c5_9b89_c53f93bceb77), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_MaxApertureNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc107e191_a459_44c5_9ae6_b952ad4b906d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_MeteringMode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37383 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_MeteringModeText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf628fd8c_7ba8_465a_a65b_c5aa79263a9e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_Orientation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 274 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_OrientationText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa9ea193c_c511_498a_a06b_58e2776dcc28), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_PeopleNames: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe8309b6e_084c_49b4_b1fc_90a80331b638), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_PhotometricInterpretation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x341796f1_1df9_4b1c_a564_91bdefa43877), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_PhotometricInterpretationText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x821437d6_9eab_4765_a589_3b1cbbd22a61), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ProgramMode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d217f6d_3f6a_4825_b470_5f03ca2fbe9b), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ProgramModeText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7fe3aa27_2648_42f3_89b0_454e5cb150c3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_RelatedSoundFile: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x318a6b45_087f_4dc2_b8cc_05359551fc9e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_Saturation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49237325_a95a_4f67_b211_816b2d45d2e0), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_SaturationText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x61478c08_b600_4a84_bbe4_e99c45f0a072), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_Sharpness: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfc6976db_8349_4970_ae97_b3c5316a08f0), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_SharpnessText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x51ec3f47_dd50_421d_8769_334f50424b1e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ShutterSpeed: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37377 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ShutterSpeedDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe13d8975_81c7_4948_ae3f_37cae11e8ff7), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_ShutterSpeedNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x16ea4042_d6f4_4bca_8349_7c78d30fb333), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_SubjectDistance: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37382 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_SubjectDistanceDenominator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c840a88_b043_466d_9766_d4b26da3fa77), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_SubjectDistanceNumerator: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8af4961c_f526_43e5_aa81_db768219178d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_TagViewAggregate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb812f15d_c2d8_4bbf_bacd_79744346113f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_TranscodedForSync: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9a8ebb75_6458_4e82_bacb_35c0095b03bb), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_WhiteBalance: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xee3d3d8a_5381_4cfa_b13b_aaf66b5f4ec9), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Photo_WhiteBalanceText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6336b95e_c7a7_426d_86fd_7ae3d39c84b4), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Priority: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9c1fcf74_2d97_41ba_b4ae_cb2e3661a6e4), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PriorityText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd98be98b_b86b_4095_bf52_9d23b2e0a752), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Project: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x39a7f922_477c_48de_8bc8_b28441e342e3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Advanced: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x900a403b_097b_4b95_8ae2_071fdaeeb118), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Audio: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2804d469_788f_48aa_8570_71b9c187e138), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Calendar: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9973d2b5_bfd8_438a_ba94_5349b293181a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Camera: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xde00de32_547e_4981_ad4b_542f2e9007d8), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Contact: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdf975fd3_250a_4004_858f_34e29a3e37aa), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Content: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd0dab0ba_368a_4050_a882_6c010fd19a4f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Description: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8969b275_9475_4e00_a887_ff93b8b41e44), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_FileSystem: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3a7d2c1_80fc_4b40_8f34_30ea111bdc2e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_GPS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf3713ada_90e3_4e11_aae5_fdc17685b9be), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_General: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcc301630_b192_4c22_b372_9f4c6d338e07), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Image: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3690a87_0fa8_4a2a_9a9f_fce8827055ac), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Media: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x61872cf7_6b5e_4b4b_ac2d_59da84459248), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_MediaAdvanced: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8859a284_de7e_4642_99ba_d431d044b1ec), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Message: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7fd7259d_16b4_4135_9f97_7c96ecd2fa9e), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Music: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x68dd6094_7216_40f1_a029_43fe7127043f), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Origin: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2598d2fb_5569_4367_95df_5cd3a177e1a5), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_PhotoAdvanced: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cb2bf5a_9ee7_4a86_8222_f01e07fdadaf), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_RecordedTV: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe7b33238_6584_4170_a5c0_ac25efd9da56), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropGroup_Video: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbebe0920_7671_4c54_a3eb_49fddfc191ee), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_ConflictPrompt: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_ContentViewModeForBrowse: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_ContentViewModeForSearch: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_ExtendedTileInfo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_FileOperationPrompt: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_FullDetails: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_InfoTip: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_NonPersonal: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49d1091f_082e_493f_b23f_d2308aa9668c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_PreviewDetails: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_PreviewTitle: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_QuickTip: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_TileInfo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PropList_XPDetailsPanel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf2275480_f782_4291_bd94_f13693513aec), pid: 0 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ProviderItemID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf21d9941_81f0_471a_adee_4e74b49217ed), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Rating: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RatingText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x90197ca7_fd8f_4e8c_9da3_b57e1e609295), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_ChannelNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_Credits: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_DateContentExpires: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_EpisodeName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_IsATSCContent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_IsClosedCaptioningAvailable: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_IsDTVContent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_IsHDContent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 18 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_IsRepeatBroadcast: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_IsSAP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_NetworkAffiliation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2c53c813_fb63_4e22_a1ab_0b331ca1e273), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_OriginalBroadcastDate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4684fe97_8765_4842_9c13_f006447b178c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_ProgramDescription: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_RecordingTime: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa5477f61_7a82_4eca_9dde_98b69b2479b3), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_StationCallSign: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RecordedTV_StationName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1b5439e7_eba1_4af8_bdd7_7af1d4549493), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_RemoteConflictingFile: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 115 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SFGAOFlags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_AutoSummary: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x560c36c0_503a_11cf_baa1_00004c752a9a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_ContainerHash: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbceee283_35df_4d53_826a_f36a3eefc6be), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_Contents: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 19 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_EntryID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49691c90_7e17_101a_a91c_08002b2ecda9), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_ExtendedProperties: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7b03b546_fa4f_4a52_a2fe_03d5311e5865), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_GatherTime: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e350_9ccc_11d0_bcdb_00805fccce04), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_HitCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49691c90_7e17_101a_a91c_08002b2ecda9), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_IsClosedDirectory: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e343_9ccc_11d0_bcdb_00805fccce04), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_IsFullyContained: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e343_9ccc_11d0_bcdb_00805fccce04), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_QueryFocusedSummary: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x560c36c0_503a_11cf_baa1_00004c752a9a), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_QueryFocusedSummaryWithFallback: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x560c36c0_503a_11cf_baa1_00004c752a9a), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_QueryPropertyHits: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49691c90_7e17_101a_a91c_08002b2ecda9), pid: 21 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_Rank: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49691c90_7e17_101a_a91c_08002b2ecda9), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_Store: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa06992b3_8caf_4ed7_a547_b259e32ac9fc), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_UrlToIndex: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e343_9ccc_11d0_bcdb_00805fccce04), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Search_UrlToIndexWithModificationTime: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e343_9ccc_11d0_bcdb_00805fccce04), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Security_AllowedEnterpriseDataProtectionIdentities: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38d43380_d418_4830_84d5_46935a81c5c6), pid: 32 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Security_EncryptionOwners: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5f5aff6a_37e5_4780_97ea_80c7565cf535), pid: 34 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Security_EncryptionOwnersDisplay: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xde621b8f_e125_43a3_a32d_5665446d632a), pid: 25 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sensitivity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf8d3f6ac_4874_42cb_be59_ab454b30716a), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SensitivityText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd0c7f054_3f72_4725_8527_129a577cb269), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ShareUserRating: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SharedWith: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef884c5b_2bfe_41bb_aae5_76eedf4f9902), pid: 200 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SharingStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef884c5b_2bfe_41bb_aae5_76eedf4f9902), pid: 300 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Shell_OmitFromView: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xde35258c_c695_4cbc_b982_38b0ad24ced0), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Shell_SFGAOFlagsStrings: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd6942081_d53b_443d_ad47_5e059d9cd27a), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SimpleRating: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa09f084e_ad41_489f_8076_aa5be3082bca), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Size: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SoftwareUsed: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 305 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Software_DateLastUsed: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x841e4f90_ff59_4d16_8947_e81bbffab36d), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Software_ProductName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SourceItem: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x668cdfa5_7a1b_4323_ae4b_e527393a1d81), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SourcePackageFamilyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xffae9db7_1c8d_43ff_818c_84403aa3732d), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StartDate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x48fd6ec8_8a12_4cdf_a03e_4ec5a511edde), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Status: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x000214a1_0000_0000_c000_000000000046), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StatusBarSelectedItemCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26dc287c_6e3d_4bd3_b2b0_6a26ba2e346d), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StatusBarViewItemCount: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26dc287c_6e3d_4bd3_b2b0_6a26ba2e346d), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderCallerVersionInformation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderError: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 109 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderFileChecksum: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderFileCreatedBy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderFileFlags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderFileHasConflict: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderFileIdentifier: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderFileModifiedBy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderFileRemoteUri: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 112 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderFileVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderFileVersionWaterline: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 108 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderShareStatuses: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 111 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderSharingStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 117 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe77e90df_6271_4f5b_834f_2dd1f245dda4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 110 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderTransferProgress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe77e90df_6271_4f5b_834f_2dd1f245dda4), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_StorageProviderUIStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe77e90df_6271_4f5b_834f_2dd1f245dda4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Storage_Portable: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Storage_RemovableMedia: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Storage_SystemCritical: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Subject: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Supplemental_Album: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Supplemental_AlbumID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Supplemental_Location: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Supplemental_Person: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Supplemental_ResourceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Supplemental_Tag: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_SyncTransferStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 103 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_Comments: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_ConflictDescription: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xce50c159_2fb8_41fd_be68_d3e042e274bc), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_ConflictFirstLocation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xce50c159_2fb8_41fd_be68_d3e042e274bc), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_ConflictSecondLocation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xce50c159_2fb8_41fd_be68_d3e042e274bc), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_HandlerCollectionID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_HandlerID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_HandlerName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xce50c159_2fb8_41fd_be68_d3e042e274bc), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_HandlerType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_HandlerTypeLabel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_ItemID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_ItemName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xce50c159_2fb8_41fd_be68_d3e042e274bc), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_ProgressPercentage: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 23 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_State: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 24 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Sync_Status: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Task_BillingInformation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd37d52c6_261c_4303_82b3_08b926ac6f12), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Task_CompletionStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x084d8a0a_e6d5_40de_bf1f_c8820e7c877c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Task_Owner: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x08c7cc5f_60f2_4494_ad75_55e3e0b5add0), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Thumbnail: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 17 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ThumbnailCacheId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x446d16b1_8dad_4870_a748_402ea43d788c), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ThumbnailStream: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 27 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Title: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_TitleSortOverride: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0f7984d_222e_4ad2_82ab_1dd8ea40e57e), pid: 300 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_TotalFileSize: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Trademarks: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_TransferOrder: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 106 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_TransferPosition: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 104 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_TransferSize: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 105 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_Compression: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_Director: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 20 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_EncodingBitrate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_FourCC: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 44 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_FrameHeight: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_FrameRate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_FrameWidth: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_HorizontalAspectRatio: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 42 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_IsSpherical: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 100 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_IsStereo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 98 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_Orientation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 99 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_SampleSize: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_StreamName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_StreamNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_TotalBitrate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 43 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_TranscodedForSync: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 46 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Video_VerticalAspectRatio: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 45 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_VolumeId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x446d16b1_8dad_4870_a748_402ea43d788c), pid: 104 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Volume_FileSystem: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Volume_IsMappedDrive: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x149c0b69_2c2d_48fc_808f_d318d78c4636), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_Volume_IsRoot: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_ZoneIdentifier: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x502cfeab_47eb_459c_b960_e6d8728f7701), pid: 100 }; +pub const PKEY_AcquisitionID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x65a98875_3c80_40ab_abbc_efdaf77dbee2), pid: 100 }; +pub const PKEY_ActivityInfo: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x30c8eef4_a832_41e2_ab32_e3c3ca28fd29), pid: 17 }; +pub const PKEY_Address_Country: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc07b4199_e1df_4493_b1e1_de5946fb58f8), pid: 100 }; +pub const PKEY_Address_CountryCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc07b4199_e1df_4493_b1e1_de5946fb58f8), pid: 101 }; +pub const PKEY_Address_Region: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc07b4199_e1df_4493_b1e1_de5946fb58f8), pid: 102 }; +pub const PKEY_Address_RegionCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc07b4199_e1df_4493_b1e1_de5946fb58f8), pid: 103 }; +pub const PKEY_Address_Town: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc07b4199_e1df_4493_b1e1_de5946fb58f8), pid: 104 }; +pub const PKEY_AppUserModel_ExcludeFromShowInNewInstall: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 8 }; +pub const PKEY_AppUserModel_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 5 }; +pub const PKEY_AppUserModel_IsDestListSeparator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 6 }; +pub const PKEY_AppUserModel_IsDualMode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 11 }; +pub const PKEY_AppUserModel_PreventPinning: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 9 }; +pub const PKEY_AppUserModel_RelaunchCommand: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 2 }; +pub const PKEY_AppUserModel_RelaunchDisplayNameResource: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 4 }; +pub const PKEY_AppUserModel_RelaunchIconResource: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 3 }; +pub const PKEY_AppUserModel_SettingsCommand: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 38 }; +pub const PKEY_AppUserModel_StartPinOption: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 12 }; +pub const PKEY_AppUserModel_ToastActivatorCLSID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 26 }; +pub const PKEY_AppUserModel_UninstallCommand: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 37 }; +pub const PKEY_AppUserModel_VisualElementsManifestHintPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9f4c2855_9f79_4b39_a8d0_e1d42de1d5f3), pid: 31 }; +pub const PKEY_AppZoneIdentifier: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x502cfeab_47eb_459c_b960_e6d8728f7701), pid: 102 }; +pub const PKEY_ApplicationDefinedProperties: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcdbfc167_337e_41d8_af7c_8c09205429c7), pid: 100 }; +pub const PKEY_ApplicationName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 18 }; +pub const PKEY_Audio_ChannelCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 7 }; +pub const PKEY_Audio_Compression: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 10 }; +pub const PKEY_Audio_EncodingBitrate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 4 }; +pub const PKEY_Audio_Format: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 2 }; +pub const PKEY_Audio_IsVariableBitRate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6822fee_8c17_4d62_823c_8e9cfcbd1d5c), pid: 100 }; +pub const PKEY_Audio_PeakValue: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2579e5d0_1116_4084_bd9a_9b4f7cb4df5e), pid: 100 }; +pub const PKEY_Audio_SampleRate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 5 }; +pub const PKEY_Audio_SampleSize: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 6 }; +pub const PKEY_Audio_StreamName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 9 }; +pub const PKEY_Audio_StreamNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 8 }; +pub const PKEY_Author: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 4 }; +pub const PKEY_CachedFileUpdaterContentIdForConflictResolution: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 114 }; +pub const PKEY_CachedFileUpdaterContentIdForStream: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 113 }; +pub const PKEY_Calendar_Duration: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x293ca35a_09aa_4dd2_b180_1fe245728a52), pid: 100 }; +pub const PKEY_Calendar_IsOnline: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbfee9149_e3e2_49a7_a862_c05988145cec), pid: 100 }; +pub const PKEY_Calendar_IsRecurring: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x315b9c8d_80a9_4ef9_ae16_8e746da51d70), pid: 100 }; +pub const PKEY_Calendar_Location: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf6272d18_cecc_40b1_b26a_3911717aa7bd), pid: 100 }; +pub const PKEY_Calendar_OptionalAttendeeAddresses: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd55bae5a_3892_417a_a649_c6ac5aaaeab3), pid: 100 }; +pub const PKEY_Calendar_OptionalAttendeeNames: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x09429607_582d_437f_84c3_de93a2b24c3c), pid: 100 }; +pub const PKEY_Calendar_OrganizerAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x744c8242_4df5_456c_ab9e_014efb9021e3), pid: 100 }; +pub const PKEY_Calendar_OrganizerName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaaa660f9_9865_458e_b484_01bc7fe3973e), pid: 100 }; +pub const PKEY_Calendar_ReminderTime: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x72fc5ba4_24f9_4011_9f3f_add27afad818), pid: 100 }; +pub const PKEY_Calendar_RequiredAttendeeAddresses: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0ba7d6c3_568d_4159_ab91_781a91fb71e5), pid: 100 }; +pub const PKEY_Calendar_RequiredAttendeeNames: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb33af30b_f552_4584_936c_cb93e5cda29f), pid: 100 }; +pub const PKEY_Calendar_Resources: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f58a38_c54b_4c40_8696_97235980eae1), pid: 100 }; +pub const PKEY_Calendar_ResponseStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x188c1f91_3c40_4132_9ec5_d8b03b72a8a2), pid: 100 }; +pub const PKEY_Calendar_ShowTimeAs: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5bf396d4_5eb2_466f_bde9_2fb3f2361d6e), pid: 100 }; +pub const PKEY_Calendar_ShowTimeAsText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x53da57cf_62c0_45c4_81de_7610bcefd7f5), pid: 100 }; +pub const PKEY_Capacity: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 3 }; +pub const PKEY_Category: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 2 }; +pub const PKEY_Comment: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 6 }; +pub const PKEY_Communication_AccountName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 9 }; +pub const PKEY_Communication_DateItemExpires: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x428040ac_a177_4c8a_9760_f6f761227f9a), pid: 100 }; +pub const PKEY_Communication_Direction: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8e531030_b960_4346_ae0d_66bc9a86fb94), pid: 100 }; +pub const PKEY_Communication_FollowupIconIndex: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x83a6347e_6fe4_4f40_ba9c_c4865240d1f4), pid: 100 }; +pub const PKEY_Communication_HeaderItem: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9c34f84_2241_4401_b607_bd20ed75ae7f), pid: 100 }; +pub const PKEY_Communication_PolicyTag: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xec0b4191_ab0b_4c66_90b6_c6637cdebbab), pid: 100 }; +pub const PKEY_Communication_SecurityFlags: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8619a4b6_9f4d_4429_8c0f_b996ca59e335), pid: 100 }; +pub const PKEY_Communication_Suffix: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x807b653a_9e91_43ef_8f97_11ce04ee20c5), pid: 100 }; +pub const PKEY_Communication_TaskStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbe1a72c6_9a1d_46b7_afe7_afaf8cef4999), pid: 100 }; +pub const PKEY_Communication_TaskStatusText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa6744477_c237_475b_a075_54f34498292a), pid: 100 }; +pub const PKEY_Company: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 15 }; +pub const PKEY_ComputerName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 5 }; +pub const PKEY_Computer_DecoratedFreeSpace: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 7 }; +pub const PKEY_Contact_AccountPictureDynamicVideo: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b8bb018_2725_4b44_92ba_7933aeb2dde7), pid: 2 }; +pub const PKEY_Contact_AccountPictureLarge: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b8bb018_2725_4b44_92ba_7933aeb2dde7), pid: 3 }; +pub const PKEY_Contact_AccountPictureSmall: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b8bb018_2725_4b44_92ba_7933aeb2dde7), pid: 4 }; +pub const PKEY_Contact_Anniversary: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9ad5badb_cea7_4470_a03d_b84e51b9949e), pid: 100 }; +pub const PKEY_Contact_AssistantName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcd102c9c_5540_4a88_a6f6_64e4981c8cd1), pid: 100 }; +pub const PKEY_Contact_AssistantTelephone: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9a93244d_a7ad_4ff8_9b99_45ee4cc09af6), pid: 100 }; +pub const PKEY_Contact_Birthday: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 47 }; +pub const PKEY_Contact_BusinessAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x730fb6dd_cf7c_426b_a03f_bd166cc9ee24), pid: 100 }; +pub const PKEY_Contact_BusinessAddress1Country: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 119 }; +pub const PKEY_Contact_BusinessAddress1Locality: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 117 }; +pub const PKEY_Contact_BusinessAddress1PostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 120 }; +pub const PKEY_Contact_BusinessAddress1Region: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 118 }; +pub const PKEY_Contact_BusinessAddress1Street: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 116 }; +pub const PKEY_Contact_BusinessAddress2Country: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 124 }; +pub const PKEY_Contact_BusinessAddress2Locality: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 122 }; +pub const PKEY_Contact_BusinessAddress2PostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 125 }; +pub const PKEY_Contact_BusinessAddress2Region: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 123 }; +pub const PKEY_Contact_BusinessAddress2Street: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 121 }; +pub const PKEY_Contact_BusinessAddress3Country: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 129 }; +pub const PKEY_Contact_BusinessAddress3Locality: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 127 }; +pub const PKEY_Contact_BusinessAddress3PostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 130 }; +pub const PKEY_Contact_BusinessAddress3Region: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 128 }; +pub const PKEY_Contact_BusinessAddress3Street: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 126 }; +pub const PKEY_Contact_BusinessAddressCity: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x402b5934_ec5a_48c3_93e6_85e86a2d934e), pid: 100 }; +pub const PKEY_Contact_BusinessAddressCountry: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb0b87314_fcf6_4feb_8dff_a50da6af561c), pid: 100 }; +pub const PKEY_Contact_BusinessAddressPostOfficeBox: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbc4e71ce_17f9_48d5_bee9_021df0ea5409), pid: 100 }; +pub const PKEY_Contact_BusinessAddressPostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe1d4a09e_d758_4cd1_b6ec_34a8b5a73f80), pid: 100 }; +pub const PKEY_Contact_BusinessAddressState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x446f787f_10c4_41cb_a6c4_4d0343551597), pid: 100 }; +pub const PKEY_Contact_BusinessAddressStreet: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xddd1460f_c0bf_4553_8ce4_10433c908fb0), pid: 100 }; +pub const PKEY_Contact_BusinessEmailAddresses: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf271c659_7e5e_471f_ba25_7f77b286f836), pid: 100 }; +pub const PKEY_Contact_BusinessFaxNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x91eff6f3_2e27_42ca_933e_7c999fbe310b), pid: 100 }; +pub const PKEY_Contact_BusinessHomePage: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56310920_2491_4919_99ce_eadb06fafdb2), pid: 100 }; +pub const PKEY_Contact_BusinessTelephone: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6a15e5a0_0a1e_4cd7_bb8c_d2f1b0c929bc), pid: 100 }; +pub const PKEY_Contact_CallbackTelephone: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf53d1c3_49e0_4f7f_8567_5a821d8ac542), pid: 100 }; +pub const PKEY_Contact_CarTelephone: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8fdc6dea_b929_412b_ba90_397a257465fe), pid: 100 }; +pub const PKEY_Contact_Children: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd4729704_8ef1_43ef_9024_2bd381187fd5), pid: 100 }; +pub const PKEY_Contact_CompanyMainTelephone: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8589e481_6040_473d_b171_7fa89c2708ed), pid: 100 }; +pub const PKEY_Contact_ConnectedServiceDisplayName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x39b77f4f_a104_4863_b395_2db2ad8f7bc1), pid: 100 }; +pub const PKEY_Contact_ConnectedServiceIdentities: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80f41eb8_afc4_4208_aa5f_cce21a627281), pid: 100 }; +pub const PKEY_Contact_ConnectedServiceName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb5c84c9e_5927_46b5_a3cc_933c21b78469), pid: 100 }; +pub const PKEY_Contact_ConnectedServiceSupportedActions: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa19fb7a9_024b_4371_a8bf_4d29c3e4e9c9), pid: 100 }; +pub const PKEY_Contact_DataSuppliers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9660c283_fc3a_4a08_a096_eed3aac46da2), pid: 100 }; +pub const PKEY_Contact_Department: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfc9f7306_ff8f_4d49_9fb6_3ffe5c0951ec), pid: 100 }; +pub const PKEY_Contact_DisplayBusinessPhoneNumbers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x364028da_d895_41fe_a584_302b1bb70a76), pid: 100 }; +pub const PKEY_Contact_DisplayHomePhoneNumbers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5068bcdf_d697_4d85_8c53_1f1cdab01763), pid: 100 }; +pub const PKEY_Contact_DisplayMobilePhoneNumbers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9cb0c358_9d7a_46b1_b466_dcc6f1a3d93d), pid: 100 }; +pub const PKEY_Contact_DisplayOtherPhoneNumbers: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x03089873_8ee8_4191_bd60_d31f72b7900b), pid: 100 }; +pub const PKEY_Contact_EmailAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf8fa7fa3_d12b_4785_8a4e_691a94f7a3e7), pid: 100 }; +pub const PKEY_Contact_EmailAddress2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38965063_edc8_4268_8491_b7723172cf29), pid: 100 }; +pub const PKEY_Contact_EmailAddress3: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x644d37b4_e1b3_4bad_b099_7e7c04966aca), pid: 100 }; +pub const PKEY_Contact_EmailAddresses: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84d8f337_981d_44b3_9615_c7596dba17e3), pid: 100 }; +pub const PKEY_Contact_EmailName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcc6f4f24_6083_4bd4_8754_674d0de87ab8), pid: 100 }; +pub const PKEY_Contact_FileAsName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf1a24aa7_9ca7_40f6_89ec_97def9ffe8db), pid: 100 }; +pub const PKEY_Contact_FirstName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14977844_6b49_4aad_a714_a4513bf60460), pid: 100 }; +pub const PKEY_Contact_FullName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x635e9051_50a5_4ba2_b9db_4ed056c77296), pid: 100 }; +pub const PKEY_Contact_Gender: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3c8cee58_d4f0_4cf9_b756_4e5d24447bcd), pid: 100 }; +pub const PKEY_Contact_GenderValue: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3c8cee58_d4f0_4cf9_b756_4e5d24447bcd), pid: 101 }; +pub const PKEY_Contact_Hobbies: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5dc2253f_5e11_4adf_9cfe_910dd01e3e70), pid: 100 }; +pub const PKEY_Contact_HomeAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x98f98354_617a_46b8_8560_5b1b64bf1f89), pid: 100 }; +pub const PKEY_Contact_HomeAddress1Country: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 104 }; +pub const PKEY_Contact_HomeAddress1Locality: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 102 }; +pub const PKEY_Contact_HomeAddress1PostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 105 }; +pub const PKEY_Contact_HomeAddress1Region: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 103 }; +pub const PKEY_Contact_HomeAddress1Street: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 101 }; +pub const PKEY_Contact_HomeAddress2Country: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 109 }; +pub const PKEY_Contact_HomeAddress2Locality: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 107 }; +pub const PKEY_Contact_HomeAddress2PostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 110 }; +pub const PKEY_Contact_HomeAddress2Region: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 108 }; +pub const PKEY_Contact_HomeAddress2Street: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 106 }; +pub const PKEY_Contact_HomeAddress3Country: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 114 }; +pub const PKEY_Contact_HomeAddress3Locality: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 112 }; +pub const PKEY_Contact_HomeAddress3PostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 115 }; +pub const PKEY_Contact_HomeAddress3Region: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 113 }; +pub const PKEY_Contact_HomeAddress3Street: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 111 }; +pub const PKEY_Contact_HomeAddressCity: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 65 }; +pub const PKEY_Contact_HomeAddressCountry: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x08a65aa1_f4c9_43dd_9ddf_a33d8e7ead85), pid: 100 }; +pub const PKEY_Contact_HomeAddressPostOfficeBox: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7b9f6399_0a3f_4b12_89bd_4adc51c918af), pid: 100 }; +pub const PKEY_Contact_HomeAddressPostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8afcc170_8a46_4b53_9eee_90bae7151e62), pid: 100 }; +pub const PKEY_Contact_HomeAddressState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc89a23d0_7d6d_4eb8_87d4_776a82d493e5), pid: 100 }; +pub const PKEY_Contact_HomeAddressStreet: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0adef160_db3f_4308_9a21_06237b16fa2a), pid: 100 }; +pub const PKEY_Contact_HomeEmailAddresses: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56c90e9d_9d46_4963_886f_2e1cd9a694ef), pid: 100 }; +pub const PKEY_Contact_HomeFaxNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x660e04d6_81ab_4977_a09f_82313113ab26), pid: 100 }; +pub const PKEY_Contact_HomeTelephone: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 20 }; +pub const PKEY_Contact_IMAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd68dbd8a_3374_4b81_9972_3ec30682db3d), pid: 100 }; +pub const PKEY_Contact_Initials: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf3d8f40d_50cb_44a2_9718_40cb9119495d), pid: 100 }; +pub const PKEY_Contact_JA_CompanyNamePhonetic: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x897b3694_fe9e_43e6_8066_260f590c0100), pid: 2 }; +pub const PKEY_Contact_JA_FirstNamePhonetic: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x897b3694_fe9e_43e6_8066_260f590c0100), pid: 3 }; +pub const PKEY_Contact_JA_LastNamePhonetic: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x897b3694_fe9e_43e6_8066_260f590c0100), pid: 4 }; +pub const PKEY_Contact_JobInfo1CompanyAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 120 }; +pub const PKEY_Contact_JobInfo1CompanyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 102 }; +pub const PKEY_Contact_JobInfo1Department: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 106 }; +pub const PKEY_Contact_JobInfo1Manager: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 105 }; +pub const PKEY_Contact_JobInfo1OfficeLocation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 104 }; +pub const PKEY_Contact_JobInfo1Title: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 103 }; +pub const PKEY_Contact_JobInfo1YomiCompanyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 101 }; +pub const PKEY_Contact_JobInfo2CompanyAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 121 }; +pub const PKEY_Contact_JobInfo2CompanyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 108 }; +pub const PKEY_Contact_JobInfo2Department: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 113 }; +pub const PKEY_Contact_JobInfo2Manager: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 112 }; +pub const PKEY_Contact_JobInfo2OfficeLocation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 110 }; +pub const PKEY_Contact_JobInfo2Title: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 109 }; +pub const PKEY_Contact_JobInfo2YomiCompanyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 107 }; +pub const PKEY_Contact_JobInfo3CompanyAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 123 }; +pub const PKEY_Contact_JobInfo3CompanyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 115 }; +pub const PKEY_Contact_JobInfo3Department: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 119 }; +pub const PKEY_Contact_JobInfo3Manager: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 118 }; +pub const PKEY_Contact_JobInfo3OfficeLocation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 117 }; +pub const PKEY_Contact_JobInfo3Title: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 116 }; +pub const PKEY_Contact_JobInfo3YomiCompanyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 114 }; +pub const PKEY_Contact_JobTitle: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 6 }; +pub const PKEY_Contact_Label: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x97b0ad89_df49_49cc_834e_660974fd755b), pid: 100 }; +pub const PKEY_Contact_LastName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8f367200_c270_457c_b1d4_e07c5bcd90c7), pid: 100 }; +pub const PKEY_Contact_MailingAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc0ac206a_827e_4650_95ae_77e2bb74fcc9), pid: 100 }; +pub const PKEY_Contact_MiddleName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 71 }; +pub const PKEY_Contact_MobileTelephone: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 35 }; +pub const PKEY_Contact_NickName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 74 }; +pub const PKEY_Contact_OfficeLocation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 7 }; +pub const PKEY_Contact_OtherAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x508161fa_313b_43d5_83a1_c1accf68622c), pid: 100 }; +pub const PKEY_Contact_OtherAddress1Country: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 134 }; +pub const PKEY_Contact_OtherAddress1Locality: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 132 }; +pub const PKEY_Contact_OtherAddress1PostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 135 }; +pub const PKEY_Contact_OtherAddress1Region: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 133 }; +pub const PKEY_Contact_OtherAddress1Street: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 131 }; +pub const PKEY_Contact_OtherAddress2Country: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 139 }; +pub const PKEY_Contact_OtherAddress2Locality: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 137 }; +pub const PKEY_Contact_OtherAddress2PostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 140 }; +pub const PKEY_Contact_OtherAddress2Region: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 138 }; +pub const PKEY_Contact_OtherAddress2Street: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 136 }; +pub const PKEY_Contact_OtherAddress3Country: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 144 }; +pub const PKEY_Contact_OtherAddress3Locality: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 142 }; +pub const PKEY_Contact_OtherAddress3PostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 145 }; +pub const PKEY_Contact_OtherAddress3Region: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 143 }; +pub const PKEY_Contact_OtherAddress3Street: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7b6f596_d678_4bc1_b05f_0203d27e8aa1), pid: 141 }; +pub const PKEY_Contact_OtherAddressCity: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6e682923_7f7b_4f0c_a337_cfca296687bf), pid: 100 }; +pub const PKEY_Contact_OtherAddressCountry: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8f167568_0aae_4322_8ed9_6055b7b0e398), pid: 100 }; +pub const PKEY_Contact_OtherAddressPostOfficeBox: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8b26ea41_058f_43f6_aecc_4035681ce977), pid: 100 }; +pub const PKEY_Contact_OtherAddressPostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95c656c1_2abf_4148_9ed3_9ec602e3b7cd), pid: 100 }; +pub const PKEY_Contact_OtherAddressState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x71b377d6_e570_425f_a170_809fae73e54e), pid: 100 }; +pub const PKEY_Contact_OtherAddressStreet: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xff962609_b7d6_4999_862d_95180d529aea), pid: 100 }; +pub const PKEY_Contact_OtherEmailAddresses: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x11d6336b_38c4_4ec9_84d6_eb38d0b150af), pid: 100 }; +pub const PKEY_Contact_PagerTelephone: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd6304e01_f8f5_4f45_8b15_d024a6296789), pid: 100 }; +pub const PKEY_Contact_PersonalTitle: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 69 }; +pub const PKEY_Contact_PhoneNumbersCanonical: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd042d2a1_927e_40b5_a503_6edbd42a517e), pid: 100 }; +pub const PKEY_Contact_Prefix: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 75 }; +pub const PKEY_Contact_PrimaryAddressCity: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc8ea94f0_a9e3_4969_a94b_9c62a95324e0), pid: 100 }; +pub const PKEY_Contact_PrimaryAddressCountry: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe53d799d_0f3f_466e_b2ff_74634a3cb7a4), pid: 100 }; +pub const PKEY_Contact_PrimaryAddressPostOfficeBox: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xde5ef3c7_46e1_484e_9999_62c5308394c1), pid: 100 }; +pub const PKEY_Contact_PrimaryAddressPostalCode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x18bbd425_ecfd_46ef_b612_7b4a6034eda0), pid: 100 }; +pub const PKEY_Contact_PrimaryAddressState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf1176dfe_7138_4640_8b4c_ae375dc70a6d), pid: 100 }; +pub const PKEY_Contact_PrimaryAddressStreet: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x63c25b20_96be_488f_8788_c09c407ad812), pid: 100 }; +pub const PKEY_Contact_PrimaryEmailAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 48 }; +pub const PKEY_Contact_PrimaryTelephone: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 25 }; +pub const PKEY_Contact_Profession: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7268af55_1ce4_4f6e_a41f_b6e4ef10e4a9), pid: 100 }; +pub const PKEY_Contact_SpouseName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9d2408b6_3167_422b_82b0_f583b7a7cfe3), pid: 100 }; +pub const PKEY_Contact_Suffix: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x176dc63c_2688_4e89_8143_a347800f25e9), pid: 73 }; +pub const PKEY_Contact_TTYTDDTelephone: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaaf16bac_2b55_45e6_9f6d_415eb94910df), pid: 100 }; +pub const PKEY_Contact_TelexNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc554493c_c1f7_40c1_a76c_ef8c0614003e), pid: 100 }; +pub const PKEY_Contact_WebPage: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 18 }; +pub const PKEY_Contact_Webpage2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 124 }; +pub const PKEY_Contact_Webpage3: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00f63dd8_22bd_4a5d_ba34_5cb0b9bdcb03), pid: 125 }; +pub const PKEY_ContainedItems: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 29 }; +pub const PKEY_ContentId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 132 }; +pub const PKEY_ContentStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 27 }; +pub const PKEY_ContentType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 26 }; +pub const PKEY_ContentUri: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 131 }; +pub const PKEY_Copyright: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 11 }; +pub const PKEY_CreatorAppId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc2ea046e_033c_4e91_bd5b_d4942f6bbe49), pid: 2 }; +pub const PKEY_CreatorOpenWithUIOptions: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc2ea046e_033c_4e91_bd5b_d4942f6bbe49), pid: 3 }; +pub const PKEY_DRM_DatePlayExpires: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 6 }; +pub const PKEY_DRM_DatePlayStarts: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 5 }; +pub const PKEY_DRM_Description: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 3 }; +pub const PKEY_DRM_IsDisabled: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 7 }; +pub const PKEY_DRM_IsProtected: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 2 }; +pub const PKEY_DRM_PlayCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaeac19e4_89ae_4508_b9b7_bb867abee2ed), pid: 4 }; +pub const PKEY_DataObjectFormat: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1e81a3f8_a30f_4247_b9ee_1d0368a9425c), pid: 2 }; +pub const PKEY_DateAccessed: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 16 }; +pub const PKEY_DateAcquired: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2cbaa8f5_d81f_47ca_b17a_f8d822300131), pid: 100 }; +pub const PKEY_DateArchived: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x43f8d7b7_a444_4f87_9383_52271c9b915c), pid: 100 }; +pub const PKEY_DateCompleted: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x72fab781_acda_43e5_b155_b2434f85e678), pid: 100 }; +pub const PKEY_DateCreated: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 15 }; +pub const PKEY_DateImported: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 18258 }; +pub const PKEY_DateModified: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 14 }; +pub const PKEY_DefaultSaveLocationDisplay: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 10 }; +pub const PKEY_DescriptionID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 2 }; +pub const PKEY_DeviceInterface_Bluetooth_DeviceAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 1 }; +pub const PKEY_DeviceInterface_Bluetooth_Flags: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 3 }; +pub const PKEY_DeviceInterface_Bluetooth_LastConnectedTime: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 11 }; +pub const PKEY_DeviceInterface_Bluetooth_Manufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 4 }; +pub const PKEY_DeviceInterface_Bluetooth_ModelNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 5 }; +pub const PKEY_DeviceInterface_Bluetooth_ProductId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 8 }; +pub const PKEY_DeviceInterface_Bluetooth_ProductVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 9 }; +pub const PKEY_DeviceInterface_Bluetooth_ServiceGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 2 }; +pub const PKEY_DeviceInterface_Bluetooth_VendorId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 7 }; +pub const PKEY_DeviceInterface_Bluetooth_VendorIdSource: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 6 }; +pub const PKEY_DeviceInterface_Hid_IsReadOnly: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 4 }; +pub const PKEY_DeviceInterface_Hid_ProductId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 6 }; +pub const PKEY_DeviceInterface_Hid_UsageId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 3 }; +pub const PKEY_DeviceInterface_Hid_UsagePage: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 2 }; +pub const PKEY_DeviceInterface_Hid_VendorId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 5 }; +pub const PKEY_DeviceInterface_Hid_VersionNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcbf38310_4a17_4310_a1eb_247f0b67593b), pid: 7 }; +pub const PKEY_DeviceInterface_PrinterDriverDirectory: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x847c66de_b8d6_4af9_abc3_6f4f926bc039), pid: 14 }; +pub const PKEY_DeviceInterface_PrinterDriverName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafc47170_14f5_498c_8f30_b0d19be449c6), pid: 11 }; +pub const PKEY_DeviceInterface_PrinterEnumerationFlag: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa00742a1_cd8c_4b37_95ab_70755587767a), pid: 3 }; +pub const PKEY_DeviceInterface_PrinterName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0a7b84ef_0c27_463f_84ef_06c5070001be), pid: 10 }; +pub const PKEY_DeviceInterface_PrinterPortName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xeec7b761_6f94_41b1_949f_c729720dd13c), pid: 12 }; +pub const PKEY_DeviceInterface_Proximity_SupportsNfc: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfb3842cd_9e2a_4f83_8fcc_4b0761139ae9), pid: 2 }; +pub const PKEY_DeviceInterface_Serial_PortName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 4 }; +pub const PKEY_DeviceInterface_Serial_UsbProductId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 3 }; +pub const PKEY_DeviceInterface_Serial_UsbVendorId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4c6bf15c_4c03_4aac_91f5_64c0f852bcf4), pid: 2 }; +pub const PKEY_DeviceInterface_WinUsb_DeviceInterfaceClasses: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 7 }; +pub const PKEY_DeviceInterface_WinUsb_UsbClass: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 4 }; +pub const PKEY_DeviceInterface_WinUsb_UsbProductId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 3 }; +pub const PKEY_DeviceInterface_WinUsb_UsbProtocol: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 6 }; +pub const PKEY_DeviceInterface_WinUsb_UsbSubClass: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 5 }; +pub const PKEY_DeviceInterface_WinUsb_UsbVendorId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95e127b5_79cc_4e83_9c9e_8422187b3e0e), pid: 2 }; +pub const PKEY_Device_PrinterURL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b48f35a_be6e_4f17_b108_3c4073d1669a), pid: 15 }; +pub const PKEY_Devices_AepContainer_CanPair: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 3 }; +pub const PKEY_Devices_AepContainer_Categories: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 9 }; +pub const PKEY_Devices_AepContainer_Children: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 2 }; +pub const PKEY_Devices_AepContainer_ContainerId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 12 }; +pub const PKEY_Devices_AepContainer_DialProtocol_InstalledApplications: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 6 }; +pub const PKEY_Devices_AepContainer_IsPaired: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 4 }; +pub const PKEY_Devices_AepContainer_IsPresent: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 11 }; +pub const PKEY_Devices_AepContainer_Manufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 6 }; +pub const PKEY_Devices_AepContainer_ModelIds: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 8 }; +pub const PKEY_Devices_AepContainer_ModelName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 7 }; +pub const PKEY_Devices_AepContainer_ProtocolIds: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0bba1ede_7566_4f47_90ec_25fc567ced2a), pid: 13 }; +pub const PKEY_Devices_AepContainer_SupportedUriSchemes: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 5 }; +pub const PKEY_Devices_AepContainer_SupportsAudio: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 2 }; +pub const PKEY_Devices_AepContainer_SupportsCapturing: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 11 }; +pub const PKEY_Devices_AepContainer_SupportsImages: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 4 }; +pub const PKEY_Devices_AepContainer_SupportsInformation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 14 }; +pub const PKEY_Devices_AepContainer_SupportsLimitedDiscovery: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 7 }; +pub const PKEY_Devices_AepContainer_SupportsNetworking: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 9 }; +pub const PKEY_Devices_AepContainer_SupportsObjectTransfer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 12 }; +pub const PKEY_Devices_AepContainer_SupportsPositioning: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 8 }; +pub const PKEY_Devices_AepContainer_SupportsRendering: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 10 }; +pub const PKEY_Devices_AepContainer_SupportsTelephony: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 13 }; +pub const PKEY_Devices_AepContainer_SupportsVideo: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6af55d45_38db_4495_acb0_d4728a3b8314), pid: 3 }; +pub const PKEY_Devices_AepService_AepId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9c141a9_1b4c_4f17_a9d1_f298538cadb8), pid: 6 }; +pub const PKEY_Devices_AepService_Bluetooth_CacheMode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9744311e_7951_4b2e_b6f0_ecb293cac119), pid: 5 }; +pub const PKEY_Devices_AepService_Bluetooth_ServiceGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa399aac7_c265_474e_b073_ffce57721716), pid: 2 }; +pub const PKEY_Devices_AepService_Bluetooth_TargetDevice: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9744311e_7951_4b2e_b6f0_ecb293cac119), pid: 6 }; +pub const PKEY_Devices_AepService_ContainerId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x71724756_3e74_4432_9b59_e7b2f668a593), pid: 4 }; +pub const PKEY_Devices_AepService_FriendlyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x71724756_3e74_4432_9b59_e7b2f668a593), pid: 2 }; +pub const PKEY_Devices_AepService_IoT_ServiceInterfaces: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x79d94e82_4d79_45aa_821a_74858b4e4ca6), pid: 2 }; +pub const PKEY_Devices_AepService_ParentAepIsPaired: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9c141a9_1b4c_4f17_a9d1_f298538cadb8), pid: 7 }; +pub const PKEY_Devices_AepService_ProtocolId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9c141a9_1b4c_4f17_a9d1_f298538cadb8), pid: 5 }; +pub const PKEY_Devices_AepService_ServiceClassId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x71724756_3e74_4432_9b59_e7b2f668a593), pid: 3 }; +pub const PKEY_Devices_AepService_ServiceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9c141a9_1b4c_4f17_a9d1_f298538cadb8), pid: 2 }; +pub const PKEY_Devices_Aep_AepId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3b2ce006_5e61_4fde_bab8_9b8aac9b26df), pid: 8 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Major: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 2 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Minor: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 3 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Audio: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 10 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Capturing: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 8 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Information: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 12 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_LimitedDiscovery: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 4 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Networking: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 6 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_ObjectXfer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 9 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Positioning: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 5 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Rendering: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 7 }; +pub const PKEY_Devices_Aep_Bluetooth_Cod_Services_Telephony: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5fbd34cd_561a_412e_ba98_478a6b0fef1d), pid: 11 }; +pub const PKEY_Devices_Aep_Bluetooth_LastSeenTime: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bd67d8b_8beb_48d5_87e0_6cda3428040a), pid: 12 }; +pub const PKEY_Devices_Aep_Bluetooth_Le_AddressType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x995ef0b0_7eb3_4a8b_b9ce_068bb3f4af69), pid: 4 }; +pub const PKEY_Devices_Aep_Bluetooth_Le_Appearance: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x995ef0b0_7eb3_4a8b_b9ce_068bb3f4af69), pid: 1 }; +pub const PKEY_Devices_Aep_Bluetooth_Le_Appearance_Category: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x995ef0b0_7eb3_4a8b_b9ce_068bb3f4af69), pid: 5 }; +pub const PKEY_Devices_Aep_Bluetooth_Le_Appearance_Subcategory: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x995ef0b0_7eb3_4a8b_b9ce_068bb3f4af69), pid: 6 }; +pub const PKEY_Devices_Aep_Bluetooth_Le_IsConnectable: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x995ef0b0_7eb3_4a8b_b9ce_068bb3f4af69), pid: 8 }; +pub const PKEY_Devices_Aep_CanPair: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe7c3fb29_caa7_4f47_8c8b_be59b330d4c5), pid: 3 }; +pub const PKEY_Devices_Aep_Category: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 17 }; +pub const PKEY_Devices_Aep_ContainerId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe7c3fb29_caa7_4f47_8c8b_be59b330d4c5), pid: 2 }; +pub const PKEY_Devices_Aep_DeviceAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 12 }; +pub const PKEY_Devices_Aep_IsConnected: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 7 }; +pub const PKEY_Devices_Aep_IsPaired: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 16 }; +pub const PKEY_Devices_Aep_IsPresent: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 9 }; +pub const PKEY_Devices_Aep_Manufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 5 }; +pub const PKEY_Devices_Aep_ModelId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 4 }; +pub const PKEY_Devices_Aep_ModelName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 3 }; +pub const PKEY_Devices_Aep_PointOfService_ConnectionTypes: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd4bf61b3_442e_4ada_882d_fa7b70c832d9), pid: 6 }; +pub const PKEY_Devices_Aep_ProtocolId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3b2ce006_5e61_4fde_bab8_9b8aac9b26df), pid: 5 }; +pub const PKEY_Devices_Aep_SignalStrength: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa35996ab_11cf_4935_8b61_a6761081ecdf), pid: 6 }; +pub const PKEY_Devices_AppPackageFamilyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x51236583_0c4a_4fe8_b81f_166aec13f510), pid: 100 }; +pub const PKEY_Devices_AudioDevice_Microphone_IsFarField: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8943b373_388c_4395_b557_bc6dbaffafdb), pid: 6 }; +pub const PKEY_Devices_AudioDevice_Microphone_SensitivityInDbfs: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8943b373_388c_4395_b557_bc6dbaffafdb), pid: 3 }; +pub const PKEY_Devices_AudioDevice_Microphone_SensitivityInDbfs2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8943b373_388c_4395_b557_bc6dbaffafdb), pid: 5 }; +pub const PKEY_Devices_AudioDevice_Microphone_SignalToNoiseRatioInDb: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8943b373_388c_4395_b557_bc6dbaffafdb), pid: 4 }; +pub const PKEY_Devices_AudioDevice_RawProcessingSupported: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8943b373_388c_4395_b557_bc6dbaffafdb), pid: 2 }; +pub const PKEY_Devices_AudioDevice_SpeechProcessingSupported: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfb1de864_e06d_47f4_82a6_8a0aef44493c), pid: 2 }; +pub const PKEY_Devices_BatteryLife: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 10 }; +pub const PKEY_Devices_BatteryPlusCharging: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 22 }; +pub const PKEY_Devices_BatteryPlusChargingText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 23 }; +pub const PKEY_Devices_Category: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 91 }; +pub const PKEY_Devices_CategoryGroup: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 94 }; +pub const PKEY_Devices_CategoryIds: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 90 }; +pub const PKEY_Devices_CategoryPlural: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 92 }; +pub const PKEY_Devices_ChallengeAep: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0774315e_b714_48ec_8de8_8125c077ac11), pid: 2 }; +pub const PKEY_Devices_ChargingState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 11 }; +pub const PKEY_Devices_Children: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 9 }; +pub const PKEY_Devices_ClassGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 10 }; +pub const PKEY_Devices_CompatibleIds: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 4 }; +pub const PKEY_Devices_Connected: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 55 }; +pub const PKEY_Devices_ContainerId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 2 }; +pub const PKEY_Devices_DefaultTooltip: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x880f70a2_6082_47ac_8aab_a739d1a300c3), pid: 153 }; +pub const PKEY_Devices_DevObjectType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x13673f42_a3d6_49f6_b4da_ae46e0c5237c), pid: 2 }; +pub const PKEY_Devices_DeviceCapabilities: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 17 }; +pub const PKEY_Devices_DeviceCharacteristics: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 29 }; +pub const PKEY_Devices_DeviceDescription1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 81 }; +pub const PKEY_Devices_DeviceDescription2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 82 }; +pub const PKEY_Devices_DeviceHasProblem: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 6 }; +pub const PKEY_Devices_DeviceInstanceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 256 }; +pub const PKEY_Devices_DeviceManufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 13 }; +pub const PKEY_Devices_DialProtocol_InstalledApplications: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6845cc72_1b71_48c3_af86_b09171a19b14), pid: 3 }; +pub const PKEY_Devices_DiscoveryMethod: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 52 }; +pub const PKEY_Devices_Dnssd_Domain: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 3 }; +pub const PKEY_Devices_Dnssd_FullName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 5 }; +pub const PKEY_Devices_Dnssd_HostName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 7 }; +pub const PKEY_Devices_Dnssd_InstanceName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 4 }; +pub const PKEY_Devices_Dnssd_NetworkAdapterId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 11 }; +pub const PKEY_Devices_Dnssd_PortNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 12 }; +pub const PKEY_Devices_Dnssd_Priority: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 9 }; +pub const PKEY_Devices_Dnssd_ServiceName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 2 }; +pub const PKEY_Devices_Dnssd_TextAttributes: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 6 }; +pub const PKEY_Devices_Dnssd_Ttl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 10 }; +pub const PKEY_Devices_Dnssd_Weight: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbf79c0ab_bb74_4cee_b070_470b5ae202ea), pid: 8 }; +pub const PKEY_Devices_FriendlyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12288 }; +pub const PKEY_Devices_FunctionPaths: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 3 }; +pub const PKEY_Devices_GlyphIcon: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x51236583_0c4a_4fe8_b81f_166aec13f510), pid: 123 }; +pub const PKEY_Devices_HardwareIds: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 3 }; +pub const PKEY_Devices_Icon: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 57 }; +pub const PKEY_Devices_InLocalMachineContainer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8c7ed206_3f8a_4827_b3ab_ae9e1faefc6c), pid: 4 }; +pub const PKEY_Devices_InterfaceClassGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 4 }; +pub const PKEY_Devices_InterfaceEnabled: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 3 }; +pub const PKEY_Devices_InterfacePaths: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 2 }; +pub const PKEY_Devices_IpAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 12297 }; +pub const PKEY_Devices_IsDefault: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 86 }; +pub const PKEY_Devices_IsNetworkConnected: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 85 }; +pub const PKEY_Devices_IsShared: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 84 }; +pub const PKEY_Devices_IsSoftwareInstalling: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x83da6326_97a6_4088_9453_a1923f573b29), pid: 9 }; +pub const PKEY_Devices_LaunchDeviceStageFromExplorer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 77 }; +pub const PKEY_Devices_LocalMachine: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 70 }; +pub const PKEY_Devices_LocationPaths: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa45c254e_df1c_4efd_8020_67d146a850e0), pid: 37 }; +pub const PKEY_Devices_Manufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8192 }; +pub const PKEY_Devices_MetadataPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 71 }; +pub const PKEY_Devices_MicrophoneArray_Geometry: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa1829ea2_27eb_459e_935d_b2fad7b07762), pid: 2 }; +pub const PKEY_Devices_MissedCalls: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 5 }; +pub const PKEY_Devices_ModelId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x80d81ea6_7473_4b0c_8216_efc11a2c4c8b), pid: 2 }; +pub const PKEY_Devices_ModelName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8194 }; +pub const PKEY_Devices_ModelNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8195 }; +pub const PKEY_Devices_NetworkName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 7 }; +pub const PKEY_Devices_NetworkType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 8 }; +pub const PKEY_Devices_NetworkedTooltip: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x880f70a2_6082_47ac_8aab_a739d1a300c3), pid: 152 }; +pub const PKEY_Devices_NewPictures: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 4 }; +pub const PKEY_Devices_NotWorkingProperly: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 83 }; +pub const PKEY_Devices_Notification: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x06704b0c_e830_4c81_9178_91e4e95a80a0), pid: 3 }; +pub const PKEY_Devices_NotificationStore: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x06704b0c_e830_4c81_9178_91e4e95a80a0), pid: 2 }; +pub const PKEY_Devices_Notifications_LowBattery: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc4c07f2b_8524_4e66_ae3a_a6235f103beb), pid: 2 }; +pub const PKEY_Devices_Notifications_MissedCall: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6614ef48_4efe_4424_9eda_c79f404edf3e), pid: 2 }; +pub const PKEY_Devices_Notifications_NewMessage: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2be9260a_2012_4742_a555_f41b638b7dcb), pid: 2 }; +pub const PKEY_Devices_Notifications_NewVoicemail: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59569556_0a08_4212_95b9_fae2ad6413db), pid: 2 }; +pub const PKEY_Devices_Notifications_StorageFull: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0e00ee1_f0c7_4d41_b8e7_26a7bd8d38b0), pid: 2 }; +pub const PKEY_Devices_Notifications_StorageFullLinkText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0e00ee1_f0c7_4d41_b8e7_26a7bd8d38b0), pid: 3 }; +pub const PKEY_Devices_Paired: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78c34fc8_104a_4aca_9ea4_524d52996e57), pid: 56 }; +pub const PKEY_Devices_Panel_PanelGroup: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8dbc9c86_97a9_4bff_9bc6_bfe95d3e6dad), pid: 3 }; +pub const PKEY_Devices_Panel_PanelId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8dbc9c86_97a9_4bff_9bc6_bfe95d3e6dad), pid: 2 }; +pub const PKEY_Devices_Parent: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4340a6c5_93fa_4706_972c_7b648008a5a7), pid: 8 }; +pub const PKEY_Devices_PhoneLineTransportDevice_Connected: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaecf2fe8_1d00_4fee_8a6d_a70d719b772b), pid: 2 }; +pub const PKEY_Devices_PhysicalDeviceLocation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 9 }; +pub const PKEY_Devices_PlaybackPositionPercent: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3633de59_6825_4381_a49b_9f6ba13a1471), pid: 5 }; +pub const PKEY_Devices_PlaybackState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3633de59_6825_4381_a49b_9f6ba13a1471), pid: 2 }; +pub const PKEY_Devices_PlaybackTitle: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3633de59_6825_4381_a49b_9f6ba13a1471), pid: 3 }; +pub const PKEY_Devices_Present: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x540b947e_8b40_45bc_a8a2_6a0b894cbda2), pid: 5 }; +pub const PKEY_Devices_PresentationUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 8198 }; +pub const PKEY_Devices_PrimaryCategory: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 10 }; +pub const PKEY_Devices_RemainingDuration: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3633de59_6825_4381_a49b_9f6ba13a1471), pid: 4 }; +pub const PKEY_Devices_RestrictedInterface: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 6 }; +pub const PKEY_Devices_Roaming: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 9 }; +pub const PKEY_Devices_SafeRemovalRequired: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xafd97640_86a3_4210_b67c_289c41aabe55), pid: 2 }; +pub const PKEY_Devices_SchematicName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x026e516e_b814_414b_83cd_856d6fef4822), pid: 9 }; +pub const PKEY_Devices_ServiceAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16384 }; +pub const PKEY_Devices_ServiceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x656a3bb3_ecc0_43fd_8477_4ae0404a96cd), pid: 16385 }; +pub const PKEY_Devices_SharedTooltip: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x880f70a2_6082_47ac_8aab_a739d1a300c3), pid: 151 }; +pub const PKEY_Devices_SignalStrength: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 2 }; +pub const PKEY_Devices_SmartCards_ReaderKind: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd6b5b883_18bd_4b4d_b2ec_9e38affeda82), pid: 2 }; +pub const PKEY_Devices_Status: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 259 }; +pub const PKEY_Devices_Status1: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 257 }; +pub const PKEY_Devices_Status2: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd08dd4c0_3a9e_462e_8290_7b636b2576b9), pid: 258 }; +pub const PKEY_Devices_StorageCapacity: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 12 }; +pub const PKEY_Devices_StorageFreeSpace: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 13 }; +pub const PKEY_Devices_StorageFreeSpacePercent: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 14 }; +pub const PKEY_Devices_TextMessages: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 3 }; +pub const PKEY_Devices_Voicemail: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49cd1f76_5626_4b17_a4e8_18b4aa1a2213), pid: 6 }; +pub const PKEY_Devices_WiFiDirectServices_AdvertisementId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 5 }; +pub const PKEY_Devices_WiFiDirectServices_RequestServiceInformation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 7 }; +pub const PKEY_Devices_WiFiDirectServices_ServiceAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 2 }; +pub const PKEY_Devices_WiFiDirectServices_ServiceConfigMethods: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 6 }; +pub const PKEY_Devices_WiFiDirectServices_ServiceInformation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 4 }; +pub const PKEY_Devices_WiFiDirectServices_ServiceName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x31b37743_7c5e_4005_93e6_e953f92b82e9), pid: 3 }; +pub const PKEY_Devices_WiFiDirect_DeviceAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 13 }; +pub const PKEY_Devices_WiFiDirect_GroupId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 4 }; +pub const PKEY_Devices_WiFiDirect_InformationElements: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 12 }; +pub const PKEY_Devices_WiFiDirect_InterfaceAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 2 }; +pub const PKEY_Devices_WiFiDirect_InterfaceGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 3 }; +pub const PKEY_Devices_WiFiDirect_IsConnected: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 5 }; +pub const PKEY_Devices_WiFiDirect_IsLegacyDevice: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 7 }; +pub const PKEY_Devices_WiFiDirect_IsMiracastLcpSupported: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 9 }; +pub const PKEY_Devices_WiFiDirect_IsVisible: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 6 }; +pub const PKEY_Devices_WiFiDirect_MiracastVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 8 }; +pub const PKEY_Devices_WiFiDirect_Services: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 10 }; +pub const PKEY_Devices_WiFiDirect_SupportedChannelList: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1506935d_e3e7_450f_8637_82233ebe5f6e), pid: 11 }; +pub const PKEY_Devices_WiFi_InterfaceGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef1167eb_cbfc_4341_a568_a7c91a68982c), pid: 2 }; +pub const PKEY_Devices_WiaDeviceType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6bdd1fc6_810f_11d0_bec7_08002be2092f), pid: 2 }; +pub const PKEY_Devices_WinPhone8CameraFlags: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb7b4d61c_5a64_4187_a52e_b1539f359099), pid: 2 }; +pub const PKEY_Devices_Wwan_InterfaceGuid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xff1167eb_cbfc_4341_a568_a7c91a68982c), pid: 2 }; +pub const PKEY_Document_ByteCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 4 }; +pub const PKEY_Document_CharacterCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 16 }; +pub const PKEY_Document_ClientID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x276d7bb0_5b34_4fb0_aa4b_158ed12a1809), pid: 100 }; +pub const PKEY_Document_Contributor: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf334115e_da1b_4509_9b3d_119504dc7abb), pid: 100 }; +pub const PKEY_Document_DateCreated: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 12 }; +pub const PKEY_Document_DatePrinted: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 11 }; +pub const PKEY_Document_DateSaved: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 13 }; +pub const PKEY_Document_Division: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1e005ee6_bf27_428b_b01c_79676acd2870), pid: 100 }; +pub const PKEY_Document_DocumentID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe08805c8_e395_40df_80d2_54f0d6c43154), pid: 100 }; +pub const PKEY_Document_HiddenSlideCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 9 }; +pub const PKEY_Document_LastAuthor: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 8 }; +pub const PKEY_Document_LineCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 5 }; +pub const PKEY_Document_Manager: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 14 }; +pub const PKEY_Document_MultimediaClipCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 10 }; +pub const PKEY_Document_NoteCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 8 }; +pub const PKEY_Document_PageCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 14 }; +pub const PKEY_Document_ParagraphCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 6 }; +pub const PKEY_Document_PresentationFormat: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 3 }; +pub const PKEY_Document_RevisionNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 9 }; +pub const PKEY_Document_Security: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 19 }; +pub const PKEY_Document_SlideCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 7 }; +pub const PKEY_Document_Template: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 7 }; +pub const PKEY_Document_TotalEditingTime: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 10 }; +pub const PKEY_Document_Version: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 29 }; +pub const PKEY_Document_WordCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 15 }; +pub const PKEY_DueDate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f8472b5_e0af_4db2_8071_c53fe76ae7ce), pid: 100 }; +pub const PKEY_EdgeGesture_DisableTouchWhenFullscreen: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x32ce38b2_2c9a_41b1_9bc5_b3784394aa44), pid: 2 }; +pub const PKEY_EndDate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc75faa05_96fd_49e7_9cb4_9f601082d553), pid: 100 }; +pub const PKEY_ExpandoProperties: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6fa20de6_d11c_4d9d_a154_64317628c12d), pid: 100 }; +pub const PKEY_FileAllocationSize: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 18 }; +pub const PKEY_FileAttributes: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 13 }; +pub const PKEY_FileCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 12 }; +pub const PKEY_FileDescription: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 3 }; +pub const PKEY_FileExtension: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe4f10a3c_49e6_405d_8288_a23bd4eeaa6c), pid: 100 }; +pub const PKEY_FileFRN: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 21 }; +pub const PKEY_FileName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x41cf5ae0_f75a_4806_bd87_59c7d9248eb9), pid: 100 }; +pub const PKEY_FileOfflineAvailabilityStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 100 }; +pub const PKEY_FileOwner: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b34_40ff_11d2_a27e_00c04fc30871), pid: 4 }; +pub const PKEY_FilePlaceholderStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 2 }; +pub const PKEY_FileVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 4 }; +pub const PKEY_FindData: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 0 }; +pub const PKEY_FlagColor: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x67df94de_0ca7_4d6f_b792_053a3e4f03cf), pid: 100 }; +pub const PKEY_FlagColorText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x45eae747_8e2a_40ae_8cbf_ca52aba6152a), pid: 100 }; +pub const PKEY_FlagStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 12 }; +pub const PKEY_FlagStatusText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdc54fd2e_189d_4871_aa01_08c2f57a4abc), pid: 100 }; +pub const PKEY_FolderKind: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 101 }; +pub const PKEY_FolderNameDisplay: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 25 }; +pub const PKEY_FreeSpace: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 2 }; +pub const PKEY_FullText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1e3ee840_bc2b_476c_8237_2acd1a839b22), pid: 6 }; +pub const PKEY_GPS_Altitude: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x827edb4f_5b73_44a7_891d_fdffabea35ca), pid: 100 }; +pub const PKEY_GPS_AltitudeDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x78342dcb_e358_4145_ae9a_6bfe4e0f9f51), pid: 100 }; +pub const PKEY_GPS_AltitudeNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2dad1eb7_816d_40d3_9ec3_c9773be2aade), pid: 100 }; +pub const PKEY_GPS_AltitudeRef: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x46ac629d_75ea_4515_867f_6dc4321c5844), pid: 100 }; +pub const PKEY_GPS_AreaInformation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x972e333e_ac7e_49f1_8adf_a70d07a9bcab), pid: 100 }; +pub const PKEY_GPS_DOP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cf8fb02_1837_42f1_a697_a7017aa289b9), pid: 100 }; +pub const PKEY_GPS_DOPDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0be94c5_50ba_487b_bd35_0654be8881ed), pid: 100 }; +pub const PKEY_GPS_DOPNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x47166b16_364f_4aa0_9f31_e2ab3df449c3), pid: 100 }; +pub const PKEY_GPS_Date: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3602c812_0f3b_45f0_85ad_603468d69423), pid: 100 }; +pub const PKEY_GPS_DestBearing: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc66d4b3c_e888_47cc_b99f_9dca3ee34dea), pid: 100 }; +pub const PKEY_GPS_DestBearingDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7abcf4f8_7c3f_4988_ac91_8d2c2e97eca5), pid: 100 }; +pub const PKEY_GPS_DestBearingNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xba3b1da9_86ee_4b5d_a2a4_a271a429f0cf), pid: 100 }; +pub const PKEY_GPS_DestBearingRef: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9ab84393_2a0f_4b75_bb22_7279786977cb), pid: 100 }; +pub const PKEY_GPS_DestDistance: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa93eae04_6804_4f24_ac81_09b266452118), pid: 100 }; +pub const PKEY_GPS_DestDistanceDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9bc2c99b_ac71_4127_9d1c_2596d0d7dcb7), pid: 100 }; +pub const PKEY_GPS_DestDistanceNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2bda47da_08c6_4fe1_80bc_a72fc517c5d0), pid: 100 }; +pub const PKEY_GPS_DestDistanceRef: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xed4df2d3_8695_450b_856f_f5c1c53acb66), pid: 100 }; +pub const PKEY_GPS_DestLatitude: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9d1d7cc5_5c39_451c_86b3_928e2d18cc47), pid: 100 }; +pub const PKEY_GPS_DestLatitudeDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3a372292_7fca_49a7_99d5_e47bb2d4e7ab), pid: 100 }; +pub const PKEY_GPS_DestLatitudeNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xecf4b6f6_d5a6_433c_bb92_4076650fc890), pid: 100 }; +pub const PKEY_GPS_DestLatitudeRef: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcea820b9_ce61_4885_a128_005d9087c192), pid: 100 }; +pub const PKEY_GPS_DestLongitude: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x47a96261_cb4c_4807_8ad3_40b9d9dbc6bc), pid: 100 }; +pub const PKEY_GPS_DestLongitudeDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x425d69e5_48ad_4900_8d80_6eb6b8d0ac86), pid: 100 }; +pub const PKEY_GPS_DestLongitudeNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa3250282_fb6d_48d5_9a89_dbcace75cccf), pid: 100 }; +pub const PKEY_GPS_DestLongitudeRef: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x182c1ea6_7c1c_4083_ab4b_ac6c9f4ed128), pid: 100 }; +pub const PKEY_GPS_Differential: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaaf4ee25_bd3b_4dd7_bfc4_47f77bb00f6d), pid: 100 }; +pub const PKEY_GPS_ImgDirection: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x16473c91_d017_4ed9_ba4d_b6baa55dbcf8), pid: 100 }; +pub const PKEY_GPS_ImgDirectionDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10b24595_41a2_4e20_93c2_5761c1395f32), pid: 100 }; +pub const PKEY_GPS_ImgDirectionNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdc5877c7_225f_45f7_bac7_e81334b6130a), pid: 100 }; +pub const PKEY_GPS_ImgDirectionRef: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa4aaa5b7_1ad0_445f_811a_0f8f6e67f6b5), pid: 100 }; +pub const PKEY_GPS_Latitude: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8727cfff_4868_4ec6_ad5b_81b98521d1ab), pid: 100 }; +pub const PKEY_GPS_LatitudeDecimal: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0f55cde2_4f49_450d_92c1_dcd16301b1b7), pid: 100 }; +pub const PKEY_GPS_LatitudeDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x16e634ee_2bff_497b_bd8a_4341ad39eeb9), pid: 100 }; +pub const PKEY_GPS_LatitudeNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7ddaaad1_ccc8_41ae_b750_b2cb8031aea2), pid: 100 }; +pub const PKEY_GPS_LatitudeRef: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x029c0252_5b86_46c7_aca0_2769ffc8e3d4), pid: 100 }; +pub const PKEY_GPS_Longitude: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc4c4dbb2_b593_466b_bbda_d03d27d5e43a), pid: 100 }; +pub const PKEY_GPS_LongitudeDecimal: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4679c1b5_844d_4590_baf5_f322231f1b81), pid: 100 }; +pub const PKEY_GPS_LongitudeDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbe6e176c_4534_4d2c_ace5_31dedac1606b), pid: 100 }; +pub const PKEY_GPS_LongitudeNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x02b0f689_a914_4e45_821d_1dda452ed2c4), pid: 100 }; +pub const PKEY_GPS_LongitudeRef: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x33dcf22b_28d5_464c_8035_1ee9efd25278), pid: 100 }; +pub const PKEY_GPS_MapDatum: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2ca2dae6_eddc_407d_bef1_773942abfa95), pid: 100 }; +pub const PKEY_GPS_MeasureMode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa015ed5d_aaea_4d58_8a86_3c586920ea0b), pid: 100 }; +pub const PKEY_GPS_ProcessingMethod: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59d49e61_840f_4aa9_a939_e2099b7f6399), pid: 100 }; +pub const PKEY_GPS_Satellites: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x467ee575_1f25_4557_ad4e_b8b58b0d9c15), pid: 100 }; +pub const PKEY_GPS_Speed: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xda5d0862_6e76_4e1b_babd_70021bd25494), pid: 100 }; +pub const PKEY_GPS_SpeedDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7d122d5a_ae5e_4335_8841_d71e7ce72f53), pid: 100 }; +pub const PKEY_GPS_SpeedNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xacc9ce3d_c213_4942_8b48_6d0820f21c6d), pid: 100 }; +pub const PKEY_GPS_SpeedRef: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xecf7f4c9_544f_4d6d_9d98_8ad79adaf453), pid: 100 }; +pub const PKEY_GPS_Status: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x125491f4_818f_46b2_91b5_d537753617b2), pid: 100 }; +pub const PKEY_GPS_Track: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x76c09943_7c33_49e3_9e7e_cdba872cfada), pid: 100 }; +pub const PKEY_GPS_TrackDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc8d1920c_01f6_40c0_ac86_2f3a4ad00770), pid: 100 }; +pub const PKEY_GPS_TrackNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x702926f4_44a6_43e1_ae71_45627116893b), pid: 100 }; +pub const PKEY_GPS_TrackRef: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x35dbe6fe_44c3_4400_aaae_d2c799c407e8), pid: 100 }; +pub const PKEY_GPS_VersionID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x22704da4_c6b2_4a99_8e56_f16df8c92599), pid: 100 }; +pub const PKEY_HighKeywords: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 24 }; +pub const PKEY_History_SelectionCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1ce0d6bc_536c_4600_b0dd_7e0c66b350d5), pid: 8 }; +pub const PKEY_History_TargetUrlHostName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1ce0d6bc_536c_4600_b0dd_7e0c66b350d5), pid: 9 }; +pub const PKEY_History_VisitCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5cbf2787_48cf_4208_b90e_ee5e5d420294), pid: 7 }; +pub const PKEY_Home_Grouping: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x30c8eef4_a832_41e2_ab32_e3c3ca28fd29), pid: 2 }; +pub const PKEY_Home_IsPinned: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x30c8eef4_a832_41e2_ab32_e3c3ca28fd29), pid: 4 }; +pub const PKEY_Home_ItemFolderPathDisplay: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x30c8eef4_a832_41e2_ab32_e3c3ca28fd29), pid: 6 }; +pub const PKEY_Identity: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa26f4afc_7346_4299_be47_eb1ae613139f), pid: 100 }; +pub const PKEY_IdentityProvider_Name: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb96eff7b_35ca_4a35_8607_29e3a54c46ea), pid: 100 }; +pub const PKEY_IdentityProvider_Picture: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2425166f_5642_4864_992f_98fd98f294c3), pid: 100 }; +pub const PKEY_Identity_Blob: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8c3b93a4_baed_1a83_9a32_102ee313f6eb), pid: 100 }; +pub const PKEY_Identity_DisplayName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7d683fc9_d155_45a8_bb1f_89d19bcb792f), pid: 100 }; +pub const PKEY_Identity_InternetSid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d6d5d49_265d_4688_9f4e_1fdd33e7cc83), pid: 100 }; +pub const PKEY_Identity_IsMeIdentity: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa4108708_09df_4377_9dfc_6d99986d5a67), pid: 100 }; +pub const PKEY_Identity_KeyProviderContext: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa26f4afc_7346_4299_be47_eb1ae613139f), pid: 17 }; +pub const PKEY_Identity_KeyProviderName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa26f4afc_7346_4299_be47_eb1ae613139f), pid: 16 }; +pub const PKEY_Identity_LogonStatusString: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf18dedf3_337f_42c0_9e03_cee08708a8c3), pid: 100 }; +pub const PKEY_Identity_PrimaryEmailAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfcc16823_baed_4f24_9b32_a0982117f7fa), pid: 100 }; +pub const PKEY_Identity_PrimarySid: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2b1b801e_c0c1_4987_9ec5_72fa89814787), pid: 100 }; +pub const PKEY_Identity_ProviderData: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa8a74b92_361b_4e9a_b722_7c4a7330a312), pid: 100 }; +pub const PKEY_Identity_ProviderID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x74a7de49_fa11_4d3d_a006_db7e08675916), pid: 100 }; +pub const PKEY_Identity_QualifiedUserName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xda520e51_f4e9_4739_ac82_02e0a95c9030), pid: 100 }; +pub const PKEY_Identity_UniqueID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe55fc3b0_2b60_4220_918e_b21e8bf16016), pid: 100 }; +pub const PKEY_Identity_UserName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc4322503_78ca_49c6_9acc_a68e2afd7b6b), pid: 100 }; +pub const PKEY_ImageParsingName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd7750ee0_c6a4_48ec_b53e_b87b52e6d073), pid: 100 }; +pub const PKEY_Image_BitDepth: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 7 }; +pub const PKEY_Image_ColorSpace: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 40961 }; +pub const PKEY_Image_CompressedBitsPerPixel: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x364b6fa9_37ab_482a_be2b_ae02f60d4318), pid: 100 }; +pub const PKEY_Image_CompressedBitsPerPixelDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1f8844e1_24ad_4508_9dfd_5326a415ce02), pid: 100 }; +pub const PKEY_Image_CompressedBitsPerPixelNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd21a7148_d32c_4624_8900_277210f79c0f), pid: 100 }; +pub const PKEY_Image_Compression: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 259 }; +pub const PKEY_Image_CompressionText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3f08e66f_2f44_4bb9_a682_ac35d2562322), pid: 100 }; +pub const PKEY_Image_Dimensions: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 13 }; +pub const PKEY_Image_HorizontalResolution: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 5 }; +pub const PKEY_Image_HorizontalSize: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 3 }; +pub const PKEY_Image_ImageID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10dabe05_32aa_4c29_bf1a_63e2d220587f), pid: 100 }; +pub const PKEY_Image_ResolutionUnit: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x19b51fa6_1f92_4a5c_ab48_7df0abd67444), pid: 100 }; +pub const PKEY_Image_VerticalResolution: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 6 }; +pub const PKEY_Image_VerticalSize: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 4 }; +pub const PKEY_Importance: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 11 }; +pub const PKEY_ImportanceText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa3b29791_7713_4e1d_bb40_17db85f01831), pid: 100 }; +pub const PKEY_InfoTipText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 17 }; +pub const PKEY_InternalName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 5 }; +pub const PKEY_IsAttachment: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf23f425c_71a1_4fa8_922f_678ea4a60408), pid: 100 }; +pub const PKEY_IsDefaultNonOwnerSaveLocation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 5 }; +pub const PKEY_IsDefaultSaveLocation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 3 }; +pub const PKEY_IsDeleted: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5cda5fc8_33ee_4ff3_9094_ae7bd8868c4d), pid: 100 }; +pub const PKEY_IsEncrypted: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x90e5e14e_648b_4826_b2aa_acaf790e3513), pid: 10 }; +pub const PKEY_IsFlagged: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5da84765_e3ff_4278_86b0_a27967fbdd03), pid: 100 }; +pub const PKEY_IsFlaggedComplete: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa6f360d2_55f9_48de_b909_620e090a647c), pid: 100 }; +pub const PKEY_IsIncomplete: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x346c8bd1_2e6a_4c45_89a4_61b78e8e700f), pid: 100 }; +pub const PKEY_IsLocationSupported: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 8 }; +pub const PKEY_IsPinnedToNameSpaceTree: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 2 }; +pub const PKEY_IsRead: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 10 }; +pub const PKEY_IsSearchOnlyItem: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 4 }; +pub const PKEY_IsSendToTarget: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 33 }; +pub const PKEY_IsShared: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef884c5b_2bfe_41bb_aae5_76eedf4f9902), pid: 100 }; +pub const PKEY_ItemAuthors: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd0a04f0a_462a_48a4_bb2f_3706e88dbd7d), pid: 100 }; +pub const PKEY_ItemClassType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x048658ad_2db8_41a4_bbb6_ac1ef1207eb1), pid: 100 }; +pub const PKEY_ItemDate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf7db74b4_4287_4103_afba_f1b13dcd75cf), pid: 100 }; +pub const PKEY_ItemFolderNameDisplay: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 2 }; +pub const PKEY_ItemFolderPathDisplay: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 6 }; +pub const PKEY_ItemFolderPathDisplayNarrow: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdabd30ed_0043_4789_a7f8_d013a4736622), pid: 100 }; +pub const PKEY_ItemName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6b8da074_3b5c_43bc_886f_0a2cdce00b6f), pid: 100 }; +pub const PKEY_ItemNameDisplay: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 10 }; +pub const PKEY_ItemNameDisplayWithoutExtension: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 24 }; +pub const PKEY_ItemNamePrefix: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd7313ff1_a77a_401c_8c99_3dbdd68add36), pid: 100 }; +pub const PKEY_ItemNameSortOverride: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 23 }; +pub const PKEY_ItemParticipants: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd4d0aa16_9948_41a4_aa85_d97ff9646993), pid: 100 }; +pub const PKEY_ItemPathDisplay: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 7 }; +pub const PKEY_ItemPathDisplayNarrow: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 8 }; +pub const PKEY_ItemSubType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 37 }; +pub const PKEY_ItemType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 11 }; +pub const PKEY_ItemTypeText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 4 }; +pub const PKEY_ItemUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49691c90_7e17_101a_a91c_08002b2ecda9), pid: 9 }; +pub const PKEY_Journal_Contacts: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdea7c82c_1d89_4a66_9427_a4e3debabcb1), pid: 100 }; +pub const PKEY_Journal_EntryType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x95beb1fc_326d_4644_b396_cd3ed90e6ddf), pid: 100 }; +pub const PKEY_Keywords: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 5 }; +pub const PKEY_Kind: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1e3ee840_bc2b_476c_8237_2acd1a839b22), pid: 3 }; +pub const PKEY_KindText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf04bef95_c585_4197_a2b7_df46fdc9ee6d), pid: 100 }; +pub const PKEY_Language: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd5cdd502_2e9c_101b_9397_08002b2cf9ae), pid: 28 }; +pub const PKEY_LastSyncError: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 107 }; +pub const PKEY_LastSyncWarning: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 128 }; +pub const PKEY_LastWriterPackageFamilyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x502cfeab_47eb_459c_b960_e6d8728f7701), pid: 101 }; +pub const PKEY_LayoutPattern_ContentViewModeForBrowse: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 500 }; +pub const PKEY_LayoutPattern_ContentViewModeForSearch: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 501 }; +pub const PKEY_LibraryLocationsCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x908696c7_8f87_44f2_80ed_a8c1c6894575), pid: 2 }; +pub const PKEY_Link_Arguments: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x436f2667_14e2_4feb_b30a_146c53b5b674), pid: 100 }; +pub const PKEY_Link_Comment: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb9b4b3fc_2b51_4a42_b5d8_324146afcf25), pid: 5 }; +pub const PKEY_Link_DateVisited: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5cbf2787_48cf_4208_b90e_ee5e5d420294), pid: 23 }; +pub const PKEY_Link_Description: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5cbf2787_48cf_4208_b90e_ee5e5d420294), pid: 21 }; +pub const PKEY_Link_FeedItemLocalId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8a2f99f9_3c37_465d_a8d7_69777a246d0c), pid: 2 }; +pub const PKEY_Link_Status: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb9b4b3fc_2b51_4a42_b5d8_324146afcf25), pid: 3 }; +pub const PKEY_Link_TargetExtension: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7a7d76f4_b630_4bd7_95ff_37cc51a975c9), pid: 2 }; +pub const PKEY_Link_TargetParsingPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb9b4b3fc_2b51_4a42_b5d8_324146afcf25), pid: 2 }; +pub const PKEY_Link_TargetSFGAOFlags: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb9b4b3fc_2b51_4a42_b5d8_324146afcf25), pid: 8 }; +pub const PKEY_Link_TargetSFGAOFlagsStrings: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd6942081_d53b_443d_ad47_5e059d9cd27a), pid: 3 }; +pub const PKEY_Link_TargetUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5cbf2787_48cf_4208_b90e_ee5e5d420294), pid: 2 }; +pub const PKEY_Link_TargetUrlHostName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8a2f99f9_3c37_465d_a8d7_69777a246d0c), pid: 5 }; +pub const PKEY_Link_TargetUrlPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8a2f99f9_3c37_465d_a8d7_69777a246d0c), pid: 6 }; +pub const PKEY_LocationEmptyString: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x62d2d9ab_8b64_498d_b865_402d4796f865), pid: 3 }; +pub const PKEY_LowKeywords: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 25 }; +pub const PKEY_MIMEType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e350_9ccc_11d0_bcdb_00805fccce04), pid: 5 }; +pub const PKEY_Media_AuthorUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 32 }; +pub const PKEY_Media_AverageLevel: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x09edd5b6_b301_43c5_9990_d00302effd46), pid: 100 }; +pub const PKEY_Media_ClassPrimaryID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 13 }; +pub const PKEY_Media_ClassSecondaryID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 14 }; +pub const PKEY_Media_CollectionGroupID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 24 }; +pub const PKEY_Media_CollectionID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 25 }; +pub const PKEY_Media_ContentDistributor: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 18 }; +pub const PKEY_Media_ContentID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 26 }; +pub const PKEY_Media_CreatorApplication: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 27 }; +pub const PKEY_Media_CreatorApplicationVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 28 }; +pub const PKEY_Media_DVDID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 15 }; +pub const PKEY_Media_DateEncoded: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2e4b640d_5019_46d8_8881_55414cc5caa0), pid: 100 }; +pub const PKEY_Media_DateReleased: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xde41cc29_6971_4290_b472_f59f2e2f31e2), pid: 100 }; +pub const PKEY_Media_DlnaProfileID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcfa31b45_525d_4998_bb44_3f7d81542fa4), pid: 100 }; +pub const PKEY_Media_Duration: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440490_4c8b_11d1_8b70_080036b11a03), pid: 3 }; +pub const PKEY_Media_EncodedBy: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 36 }; +pub const PKEY_Media_EncodingSettings: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 37 }; +pub const PKEY_Media_EpisodeNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 100 }; +pub const PKEY_Media_FrameCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6444048f_4c8b_11d1_8b70_080036b11a03), pid: 12 }; +pub const PKEY_Media_MCDI: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 16 }; +pub const PKEY_Media_MetadataContentProvider: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 17 }; +pub const PKEY_Media_Producer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 22 }; +pub const PKEY_Media_PromotionUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 33 }; +pub const PKEY_Media_ProtectionType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 38 }; +pub const PKEY_Media_ProviderRating: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 39 }; +pub const PKEY_Media_ProviderStyle: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 40 }; +pub const PKEY_Media_Publisher: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 30 }; +pub const PKEY_Media_SeasonNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 101 }; +pub const PKEY_Media_SeriesName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 42 }; +pub const PKEY_Media_SubTitle: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 38 }; +pub const PKEY_Media_SubscriptionContentId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9aebae7a_9644_487d_a92c_657585ed751a), pid: 100 }; +pub const PKEY_Media_ThumbnailLargePath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 47 }; +pub const PKEY_Media_ThumbnailLargeUri: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 48 }; +pub const PKEY_Media_ThumbnailSmallPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 49 }; +pub const PKEY_Media_ThumbnailSmallUri: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 50 }; +pub const PKEY_Media_UniqueFileIdentifier: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 35 }; +pub const PKEY_Media_UserNoAutoInfo: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 41 }; +pub const PKEY_Media_UserWebUrl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 34 }; +pub const PKEY_Media_Writer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 23 }; +pub const PKEY_Media_Year: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 5 }; +pub const PKEY_MediumKeywords: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 26 }; +pub const PKEY_Message_AttachmentContents: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x3143bf7c_80a8_4854_8880_e2e40189bdd0), pid: 100 }; +pub const PKEY_Message_AttachmentNames: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 21 }; +pub const PKEY_Message_BccAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 2 }; +pub const PKEY_Message_BccName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 3 }; +pub const PKEY_Message_CcAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 4 }; +pub const PKEY_Message_CcName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 5 }; +pub const PKEY_Message_ConversationID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdc8f80bd_af1e_4289_85b6_3dfc1b493992), pid: 100 }; +pub const PKEY_Message_ConversationIndex: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdc8f80bd_af1e_4289_85b6_3dfc1b493992), pid: 101 }; +pub const PKEY_Message_DateReceived: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 20 }; +pub const PKEY_Message_DateSent: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 19 }; +pub const PKEY_Message_Flags: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa82d9ee7_ca67_4312_965e_226bcea85023), pid: 100 }; +pub const PKEY_Message_FromAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 13 }; +pub const PKEY_Message_FromName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 14 }; +pub const PKEY_Message_HasAttachments: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9c1fcf74_2d97_41ba_b4ae_cb2e3661a6e4), pid: 8 }; +pub const PKEY_Message_IsFwdOrReply: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9a9bc088_4f6d_469e_9919_e705412040f9), pid: 100 }; +pub const PKEY_Message_MessageClass: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcd9ed458_08ce_418f_a70e_f912c7bb9c5c), pid: 103 }; +pub const PKEY_Message_Participants: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1a9ba605_8e7c_4d11_ad7d_a50ada18ba1b), pid: 2 }; +pub const PKEY_Message_ProofInProgress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9098f33c_9a7d_48a8_8de5_2e1227a64e91), pid: 100 }; +pub const PKEY_Message_SenderAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0be1c8e7_1981_4676_ae14_fdd78f05a6e7), pid: 100 }; +pub const PKEY_Message_SenderName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0da41cfa_d224_4a18_ae2f_596158db4b3a), pid: 100 }; +pub const PKEY_Message_Store: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 15 }; +pub const PKEY_Message_ToAddress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 16 }; +pub const PKEY_Message_ToDoFlags: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1f856a9f_6900_4aba_9505_2d5f1b4d66cb), pid: 100 }; +pub const PKEY_Message_ToDoTitle: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbccc8a3c_8cef_42e5_9b1c_c69079398bc7), pid: 100 }; +pub const PKEY_Message_ToName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3e0584c_b788_4a5a_bb20_7f5a44c9acdd), pid: 17 }; +pub const PKEY_MileageInformation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfdf84370_031a_4add_9e91_0d775f1c6605), pid: 100 }; +pub const PKEY_MsGraph_CompositeId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 2 }; +pub const PKEY_MsGraph_DriveId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 3 }; +pub const PKEY_MsGraph_ItemId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 4 }; +pub const PKEY_MsGraph_RecommendationReason: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 8 }; +pub const PKEY_MsGraph_RecommendationReferenceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 5 }; +pub const PKEY_MsGraph_RecommendationResultSourceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 7 }; +pub const PKEY_MsGraph_WebAccountId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4f85567e_fff0_4df5_b1d9_98b314ff0729), pid: 6 }; +pub const PKEY_Music_AlbumArtist: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 13 }; +pub const PKEY_Music_AlbumArtistSortOverride: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf1fdb4af_f78c_466c_bb05_56e92db0b8ec), pid: 103 }; +pub const PKEY_Music_AlbumID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 100 }; +pub const PKEY_Music_AlbumTitle: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 4 }; +pub const PKEY_Music_AlbumTitleSortOverride: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x13eb7ffc_ec89_4346_b19d_ccc6f1784223), pid: 101 }; +pub const PKEY_Music_Artist: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 2 }; +pub const PKEY_Music_ArtistSortOverride: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdeeb2db5_0696_4ce0_94fe_a01f77a45fb5), pid: 102 }; +pub const PKEY_Music_BeatsPerMinute: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 35 }; +pub const PKEY_Music_Composer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 19 }; +pub const PKEY_Music_ComposerSortOverride: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00bc20a3_bd48_4085_872c_a88d77f5097e), pid: 105 }; +pub const PKEY_Music_Conductor: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 36 }; +pub const PKEY_Music_ContentGroupDescription: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 33 }; +pub const PKEY_Music_DiscNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6afe7437_9bcd_49c7_80fe_4a5c65fa5874), pid: 104 }; +pub const PKEY_Music_DisplayArtist: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfd122953_fa93_4ef7_92c3_04c946b2f7c8), pid: 100 }; +pub const PKEY_Music_Genre: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 11 }; +pub const PKEY_Music_InitialKey: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 34 }; +pub const PKEY_Music_IsCompilation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc449d5cb_9ea4_4809_82e8_af9d59ded6d1), pid: 100 }; +pub const PKEY_Music_Lyrics: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 12 }; +pub const PKEY_Music_Mood: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 39 }; +pub const PKEY_Music_PartOfSet: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 37 }; +pub const PKEY_Music_Period: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 31 }; +pub const PKEY_Music_SynchronizedLyrics: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6b223b6a_162e_4aa9_b39f_05d678fc6d77), pid: 100 }; +pub const PKEY_Music_TrackNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x56a3372e_ce9c_11d2_9f0e_006097c686f6), pid: 7 }; +pub const PKEY_NamespaceCLSID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 6 }; +pub const PKEY_Note_Color: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4776cafa_bce4_4cb1_a23e_265e76d8eb11), pid: 100 }; +pub const PKEY_Note_ColorText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x46b4e8de_cdb2_440d_885c_1658eb65b914), pid: 100 }; +pub const PKEY_Null: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x00000000_0000_0000_0000_000000000000), pid: 0 }; +pub const PKEY_OfflineAvailability: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa94688b6_7d9f_4570_a648_e3dfc0ab2b3f), pid: 100 }; +pub const PKEY_OfflineStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d24888f_4718_4bda_afed_ea0fb4386cd8), pid: 100 }; +pub const PKEY_OriginalFileName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 6 }; +pub const PKEY_OwnerSID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5d76b67f_9b3d_44bb_b6ae_25da4f638a67), pid: 6 }; +pub const PKEY_ParentalRating: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 21 }; +pub const PKEY_ParentalRatingReason: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x10984e0a_f9f2_4321_b7ef_baf195af4319), pid: 100 }; +pub const PKEY_ParentalRatingsOrganization: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa7fe0840_1344_46f0_8d37_52ed712a4bf9), pid: 100 }; +pub const PKEY_ParsingBindContext: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdfb9a04d_362f_4ca3_b30b_0254b17b5b84), pid: 100 }; +pub const PKEY_ParsingName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 24 }; +pub const PKEY_ParsingPath: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 30 }; +pub const PKEY_PerceivedType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 9 }; +pub const PKEY_PercentFull: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 5 }; +pub const PKEY_Photo_Aperture: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37378 }; +pub const PKEY_Photo_ApertureDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe1a9a38b_6685_46bd_875e_570dc7ad7320), pid: 100 }; +pub const PKEY_Photo_ApertureNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0337ecec_39fb_4581_a0bd_4c4cc51e9914), pid: 100 }; +pub const PKEY_Photo_Brightness: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1a701bf6_478c_4361_83ab_3701bb053c58), pid: 100 }; +pub const PKEY_Photo_BrightnessDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6ebe6946_2321_440a_90f0_c043efd32476), pid: 100 }; +pub const PKEY_Photo_BrightnessNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9e7d118f_b314_45a0_8cfb_d654b917c9e9), pid: 100 }; +pub const PKEY_Photo_CameraManufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 271 }; +pub const PKEY_Photo_CameraModel: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 272 }; +pub const PKEY_Photo_CameraSerialNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 273 }; +pub const PKEY_Photo_Contrast: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2a785ba9_8d23_4ded_82e6_60a350c86a10), pid: 100 }; +pub const PKEY_Photo_ContrastText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x59dde9f2_5253_40ea_9a8b_479e96c6249a), pid: 100 }; +pub const PKEY_Photo_DateTaken: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 36867 }; +pub const PKEY_Photo_DigitalZoom: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf85bf840_a925_4bc2_b0c4_8e36b598679e), pid: 100 }; +pub const PKEY_Photo_DigitalZoomDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x745baf0e_e5c1_4cfb_8a1b_d031a0a52393), pid: 100 }; +pub const PKEY_Photo_DigitalZoomNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x16cbb924_6500_473b_a5be_f1599bcbe413), pid: 100 }; +pub const PKEY_Photo_EXIFVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd35f743a_eb2e_47f2_a286_844132cb1427), pid: 100 }; +pub const PKEY_Photo_Event: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 18248 }; +pub const PKEY_Photo_ExposureBias: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37380 }; +pub const PKEY_Photo_ExposureBiasDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xab205e50_04b7_461c_a18c_2f233836e627), pid: 100 }; +pub const PKEY_Photo_ExposureBiasNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x738bf284_1d87_420b_92cf_5834bf6ef9ed), pid: 100 }; +pub const PKEY_Photo_ExposureIndex: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x967b5af8_995a_46ed_9e11_35b3c5b9782d), pid: 100 }; +pub const PKEY_Photo_ExposureIndexDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x93112f89_c28b_492f_8a9d_4be2062cee8a), pid: 100 }; +pub const PKEY_Photo_ExposureIndexNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcdedcf30_8919_44df_8f4c_4eb2ffdb8d89), pid: 100 }; +pub const PKEY_Photo_ExposureProgram: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 34850 }; +pub const PKEY_Photo_ExposureProgramText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfec690b7_5f30_4646_ae47_4caafba884a3), pid: 100 }; +pub const PKEY_Photo_ExposureTime: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 33434 }; +pub const PKEY_Photo_ExposureTimeDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x55e98597_ad16_42e0_b624_21599a199838), pid: 100 }; +pub const PKEY_Photo_ExposureTimeNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x257e44e2_9031_4323_ac38_85c552871b2e), pid: 100 }; +pub const PKEY_Photo_FNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 33437 }; +pub const PKEY_Photo_FNumberDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe92a2496_223b_4463_a4e3_30eabba79d80), pid: 100 }; +pub const PKEY_Photo_FNumberNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1b97738a_fdfc_462f_9d93_1957e08be90c), pid: 100 }; +pub const PKEY_Photo_Flash: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37385 }; +pub const PKEY_Photo_FlashEnergy: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 41483 }; +pub const PKEY_Photo_FlashEnergyDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd7b61c70_6323_49cd_a5fc_c84277162c97), pid: 100 }; +pub const PKEY_Photo_FlashEnergyNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfcad3d3d_0858_400f_aaa3_2f66cce2a6bc), pid: 100 }; +pub const PKEY_Photo_FlashManufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xaabaf6c9_e0c5_4719_8585_57b103e584fe), pid: 100 }; +pub const PKEY_Photo_FlashModel: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfe83bb35_4d1a_42e2_916b_06f3e1af719e), pid: 100 }; +pub const PKEY_Photo_FlashText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6b8b68f6_200b_47ea_8d25_d8050f57339f), pid: 100 }; +pub const PKEY_Photo_FocalLength: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37386 }; +pub const PKEY_Photo_FocalLengthDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x305bc615_dca1_44a5_9fd4_10c0ba79412e), pid: 100 }; +pub const PKEY_Photo_FocalLengthInFilm: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa0e74609_b84d_4f49_b860_462bd9971f98), pid: 100 }; +pub const PKEY_Photo_FocalLengthNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x776b6b3b_1e3d_4b0c_9a0e_8fbaf2a8492a), pid: 100 }; +pub const PKEY_Photo_FocalPlaneXResolution: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcfc08d97_c6f7_4484_89dd_ebef4356fe76), pid: 100 }; +pub const PKEY_Photo_FocalPlaneXResolutionDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0933f3f5_4786_4f46_a8e8_d64dd37fa521), pid: 100 }; +pub const PKEY_Photo_FocalPlaneXResolutionNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdccb10af_b4e2_4b88_95f9_031b4d5ab490), pid: 100 }; +pub const PKEY_Photo_FocalPlaneYResolution: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4fffe4d0_914f_4ac4_8d6f_c9c61de169b1), pid: 100 }; +pub const PKEY_Photo_FocalPlaneYResolutionDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1d6179a6_a876_4031_b013_3347b2b64dc8), pid: 100 }; +pub const PKEY_Photo_FocalPlaneYResolutionNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa2e541c5_4440_4ba8_867e_75cfc06828cd), pid: 100 }; +pub const PKEY_Photo_GainControl: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfa304789_00c7_4d80_904a_1e4dcc7265aa), pid: 100 }; +pub const PKEY_Photo_GainControlDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x42864dfd_9da4_4f77_bded_4aad7b256735), pid: 100 }; +pub const PKEY_Photo_GainControlNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8e8ecf7c_b7b8_4eb8_a63f_0ee715c96f9e), pid: 100 }; +pub const PKEY_Photo_GainControlText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc06238b2_0bf9_4279_a723_25856715cb9d), pid: 100 }; +pub const PKEY_Photo_ISOSpeed: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 34855 }; +pub const PKEY_Photo_LensManufacturer: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe6ddcaf7_29c5_4f0a_9a68_d19412ec7090), pid: 100 }; +pub const PKEY_Photo_LensModel: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe1277516_2b5f_4869_89b1_2e585bd38b7a), pid: 100 }; +pub const PKEY_Photo_LightSource: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37384 }; +pub const PKEY_Photo_MakerNote: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfa303353_b659_4052_85e9_bcac79549b84), pid: 100 }; +pub const PKEY_Photo_MakerNoteOffset: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x813f4124_34e6_4d17_ab3e_6b1f3c2247a1), pid: 100 }; +pub const PKEY_Photo_MaxAperture: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x08f6d7c2_e3f2_44fc_af1e_5aa5c81a2d3e), pid: 100 }; +pub const PKEY_Photo_MaxApertureDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc77724d4_601f_46c5_9b89_c53f93bceb77), pid: 100 }; +pub const PKEY_Photo_MaxApertureNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc107e191_a459_44c5_9ae6_b952ad4b906d), pid: 100 }; +pub const PKEY_Photo_MeteringMode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37383 }; +pub const PKEY_Photo_MeteringModeText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf628fd8c_7ba8_465a_a65b_c5aa79263a9e), pid: 100 }; +pub const PKEY_Photo_Orientation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 274 }; +pub const PKEY_Photo_OrientationText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa9ea193c_c511_498a_a06b_58e2776dcc28), pid: 100 }; +pub const PKEY_Photo_PeopleNames: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe8309b6e_084c_49b4_b1fc_90a80331b638), pid: 100 }; +pub const PKEY_Photo_PhotometricInterpretation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x341796f1_1df9_4b1c_a564_91bdefa43877), pid: 100 }; +pub const PKEY_Photo_PhotometricInterpretationText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x821437d6_9eab_4765_a589_3b1cbbd22a61), pid: 100 }; +pub const PKEY_Photo_ProgramMode: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d217f6d_3f6a_4825_b470_5f03ca2fbe9b), pid: 100 }; +pub const PKEY_Photo_ProgramModeText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7fe3aa27_2648_42f3_89b0_454e5cb150c3), pid: 100 }; +pub const PKEY_Photo_RelatedSoundFile: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x318a6b45_087f_4dc2_b8cc_05359551fc9e), pid: 100 }; +pub const PKEY_Photo_Saturation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49237325_a95a_4f67_b211_816b2d45d2e0), pid: 100 }; +pub const PKEY_Photo_SaturationText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x61478c08_b600_4a84_bbe4_e99c45f0a072), pid: 100 }; +pub const PKEY_Photo_Sharpness: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfc6976db_8349_4970_ae97_b3c5316a08f0), pid: 100 }; +pub const PKEY_Photo_SharpnessText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x51ec3f47_dd50_421d_8769_334f50424b1e), pid: 100 }; +pub const PKEY_Photo_ShutterSpeed: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37377 }; +pub const PKEY_Photo_ShutterSpeedDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe13d8975_81c7_4948_ae3f_37cae11e8ff7), pid: 100 }; +pub const PKEY_Photo_ShutterSpeedNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x16ea4042_d6f4_4bca_8349_7c78d30fb333), pid: 100 }; +pub const PKEY_Photo_SubjectDistance: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 37382 }; +pub const PKEY_Photo_SubjectDistanceDenominator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c840a88_b043_466d_9766_d4b26da3fa77), pid: 100 }; +pub const PKEY_Photo_SubjectDistanceNumerator: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8af4961c_f526_43e5_aa81_db768219178d), pid: 100 }; +pub const PKEY_Photo_TagViewAggregate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb812f15d_c2d8_4bbf_bacd_79744346113f), pid: 100 }; +pub const PKEY_Photo_TranscodedForSync: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9a8ebb75_6458_4e82_bacb_35c0095b03bb), pid: 100 }; +pub const PKEY_Photo_WhiteBalance: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xee3d3d8a_5381_4cfa_b13b_aaf66b5f4ec9), pid: 100 }; +pub const PKEY_Photo_WhiteBalanceText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6336b95e_c7a7_426d_86fd_7ae3d39c84b4), pid: 100 }; +pub const PKEY_Priority: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9c1fcf74_2d97_41ba_b4ae_cb2e3661a6e4), pid: 5 }; +pub const PKEY_PriorityText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd98be98b_b86b_4095_bf52_9d23b2e0a752), pid: 100 }; +pub const PKEY_Project: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x39a7f922_477c_48de_8bc8_b28441e342e3), pid: 100 }; +pub const PKEY_PropGroup_Advanced: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x900a403b_097b_4b95_8ae2_071fdaeeb118), pid: 100 }; +pub const PKEY_PropGroup_Audio: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2804d469_788f_48aa_8570_71b9c187e138), pid: 100 }; +pub const PKEY_PropGroup_Calendar: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9973d2b5_bfd8_438a_ba94_5349b293181a), pid: 100 }; +pub const PKEY_PropGroup_Camera: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xde00de32_547e_4981_ad4b_542f2e9007d8), pid: 100 }; +pub const PKEY_PropGroup_Contact: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xdf975fd3_250a_4004_858f_34e29a3e37aa), pid: 100 }; +pub const PKEY_PropGroup_Content: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd0dab0ba_368a_4050_a882_6c010fd19a4f), pid: 100 }; +pub const PKEY_PropGroup_Description: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8969b275_9475_4e00_a887_ff93b8b41e44), pid: 100 }; +pub const PKEY_PropGroup_FileSystem: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3a7d2c1_80fc_4b40_8f34_30ea111bdc2e), pid: 100 }; +pub const PKEY_PropGroup_GPS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf3713ada_90e3_4e11_aae5_fdc17685b9be), pid: 100 }; +pub const PKEY_PropGroup_General: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xcc301630_b192_4c22_b372_9f4c6d338e07), pid: 100 }; +pub const PKEY_PropGroup_Image: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe3690a87_0fa8_4a2a_9a9f_fce8827055ac), pid: 100 }; +pub const PKEY_PropGroup_Media: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x61872cf7_6b5e_4b4b_ac2d_59da84459248), pid: 100 }; +pub const PKEY_PropGroup_MediaAdvanced: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8859a284_de7e_4642_99ba_d431d044b1ec), pid: 100 }; +pub const PKEY_PropGroup_Message: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7fd7259d_16b4_4135_9f97_7c96ecd2fa9e), pid: 100 }; +pub const PKEY_PropGroup_Music: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x68dd6094_7216_40f1_a029_43fe7127043f), pid: 100 }; +pub const PKEY_PropGroup_Origin: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2598d2fb_5569_4367_95df_5cd3a177e1a5), pid: 100 }; +pub const PKEY_PropGroup_PhotoAdvanced: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cb2bf5a_9ee7_4a86_8222_f01e07fdadaf), pid: 100 }; +pub const PKEY_PropGroup_RecordedTV: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe7b33238_6584_4170_a5c0_ac25efd9da56), pid: 100 }; +pub const PKEY_PropGroup_Video: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbebe0920_7671_4c54_a3eb_49fddfc191ee), pid: 100 }; +pub const PKEY_PropList_ConflictPrompt: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 11 }; +pub const PKEY_PropList_ContentViewModeForBrowse: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 13 }; +pub const PKEY_PropList_ContentViewModeForSearch: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 14 }; +pub const PKEY_PropList_ExtendedTileInfo: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 9 }; +pub const PKEY_PropList_FileOperationPrompt: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 10 }; +pub const PKEY_PropList_FullDetails: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 2 }; +pub const PKEY_PropList_InfoTip: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 4 }; +pub const PKEY_PropList_NonPersonal: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49d1091f_082e_493f_b23f_d2308aa9668c), pid: 100 }; +pub const PKEY_PropList_PreviewDetails: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 8 }; +pub const PKEY_PropList_PreviewTitle: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 6 }; +pub const PKEY_PropList_QuickTip: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 5 }; +pub const PKEY_PropList_TileInfo: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xc9944a21_a406_48fe_8225_aec7e24c211b), pid: 3 }; +pub const PKEY_PropList_XPDetailsPanel: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf2275480_f782_4291_bd94_f13693513aec), pid: 0 }; +pub const PKEY_ProviderItemID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf21d9941_81f0_471a_adee_4e74b49217ed), pid: 100 }; +pub const PKEY_Rating: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 9 }; +pub const PKEY_RatingText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x90197ca7_fd8f_4e8c_9da3_b57e1e609295), pid: 100 }; +pub const PKEY_RecordedTV_ChannelNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 7 }; +pub const PKEY_RecordedTV_Credits: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 4 }; +pub const PKEY_RecordedTV_DateContentExpires: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 15 }; +pub const PKEY_RecordedTV_EpisodeName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 2 }; +pub const PKEY_RecordedTV_IsATSCContent: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 16 }; +pub const PKEY_RecordedTV_IsClosedCaptioningAvailable: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 12 }; +pub const PKEY_RecordedTV_IsDTVContent: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 17 }; +pub const PKEY_RecordedTV_IsHDContent: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 18 }; +pub const PKEY_RecordedTV_IsRepeatBroadcast: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 13 }; +pub const PKEY_RecordedTV_IsSAP: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 14 }; +pub const PKEY_RecordedTV_NetworkAffiliation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x2c53c813_fb63_4e22_a1ab_0b331ca1e273), pid: 100 }; +pub const PKEY_RecordedTV_OriginalBroadcastDate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4684fe97_8765_4842_9c13_f006447b178c), pid: 100 }; +pub const PKEY_RecordedTV_ProgramDescription: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 3 }; +pub const PKEY_RecordedTV_RecordingTime: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa5477f61_7a82_4eca_9dde_98b69b2479b3), pid: 100 }; +pub const PKEY_RecordedTV_StationCallSign: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x6d748de2_8d38_4cc3_ac60_f009b057c557), pid: 5 }; +pub const PKEY_RecordedTV_StationName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x1b5439e7_eba1_4af8_bdd7_7af1d4549493), pid: 100 }; +pub const PKEY_RemoteConflictingFile: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 115 }; +pub const PKEY_SFGAOFlags: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 25 }; +pub const PKEY_Search_AutoSummary: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x560c36c0_503a_11cf_baa1_00004c752a9a), pid: 2 }; +pub const PKEY_Search_ContainerHash: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xbceee283_35df_4d53_826a_f36a3eefc6be), pid: 100 }; +pub const PKEY_Search_Contents: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 19 }; +pub const PKEY_Search_EntryID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49691c90_7e17_101a_a91c_08002b2ecda9), pid: 5 }; +pub const PKEY_Search_ExtendedProperties: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7b03b546_fa4f_4a52_a2fe_03d5311e5865), pid: 100 }; +pub const PKEY_Search_GatherTime: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e350_9ccc_11d0_bcdb_00805fccce04), pid: 8 }; +pub const PKEY_Search_HitCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49691c90_7e17_101a_a91c_08002b2ecda9), pid: 4 }; +pub const PKEY_Search_IsClosedDirectory: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e343_9ccc_11d0_bcdb_00805fccce04), pid: 23 }; +pub const PKEY_Search_IsFullyContained: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e343_9ccc_11d0_bcdb_00805fccce04), pid: 24 }; +pub const PKEY_Search_QueryFocusedSummary: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x560c36c0_503a_11cf_baa1_00004c752a9a), pid: 3 }; +pub const PKEY_Search_QueryFocusedSummaryWithFallback: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x560c36c0_503a_11cf_baa1_00004c752a9a), pid: 4 }; +pub const PKEY_Search_QueryPropertyHits: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49691c90_7e17_101a_a91c_08002b2ecda9), pid: 21 }; +pub const PKEY_Search_Rank: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x49691c90_7e17_101a_a91c_08002b2ecda9), pid: 3 }; +pub const PKEY_Search_Store: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa06992b3_8caf_4ed7_a547_b259e32ac9fc), pid: 100 }; +pub const PKEY_Search_UrlToIndex: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e343_9ccc_11d0_bcdb_00805fccce04), pid: 2 }; +pub const PKEY_Search_UrlToIndexWithModificationTime: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0b63e343_9ccc_11d0_bcdb_00805fccce04), pid: 12 }; +pub const PKEY_Security_AllowedEnterpriseDataProtectionIdentities: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x38d43380_d418_4830_84d5_46935a81c5c6), pid: 32 }; +pub const PKEY_Security_EncryptionOwners: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x5f5aff6a_37e5_4780_97ea_80c7565cf535), pid: 34 }; +pub const PKEY_Security_EncryptionOwnersDisplay: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xde621b8f_e125_43a3_a32d_5665446d632a), pid: 25 }; +pub const PKEY_Sensitivity: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf8d3f6ac_4874_42cb_be59_ab454b30716a), pid: 100 }; +pub const PKEY_SensitivityText: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd0c7f054_3f72_4725_8527_129a577cb269), pid: 100 }; +pub const PKEY_ShareUserRating: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 12 }; +pub const PKEY_SharedWith: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef884c5b_2bfe_41bb_aae5_76eedf4f9902), pid: 200 }; +pub const PKEY_SharingStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xef884c5b_2bfe_41bb_aae5_76eedf4f9902), pid: 300 }; +pub const PKEY_Shell_OmitFromView: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xde35258c_c695_4cbc_b982_38b0ad24ced0), pid: 2 }; +pub const PKEY_Shell_SFGAOFlagsStrings: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd6942081_d53b_443d_ad47_5e059d9cd27a), pid: 2 }; +pub const PKEY_SimpleRating: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xa09f084e_ad41_489f_8076_aa5be3082bca), pid: 100 }; +pub const PKEY_Size: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb725f130_47ef_101a_a5f1_02608c9eebac), pid: 12 }; +pub const PKEY_SoftwareUsed: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x14b81da1_0135_4d31_96d9_6cbfc9671a99), pid: 305 }; +pub const PKEY_Software_DateLastUsed: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x841e4f90_ff59_4d16_8947_e81bbffab36d), pid: 16 }; +pub const PKEY_Software_ProductName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 7 }; +pub const PKEY_SourceItem: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x668cdfa5_7a1b_4323_ae4b_e527393a1d81), pid: 100 }; +pub const PKEY_SourcePackageFamilyName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xffae9db7_1c8d_43ff_818c_84403aa3732d), pid: 100 }; +pub const PKEY_StartDate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x48fd6ec8_8a12_4cdf_a03e_4ec5a511edde), pid: 100 }; +pub const PKEY_Status: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x000214a1_0000_0000_c000_000000000046), pid: 9 }; +pub const PKEY_StatusBarSelectedItemCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26dc287c_6e3d_4bd3_b2b0_6a26ba2e346d), pid: 3 }; +pub const PKEY_StatusBarViewItemCount: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x26dc287c_6e3d_4bd3_b2b0_6a26ba2e346d), pid: 2 }; +pub const PKEY_StorageProviderCallerVersionInformation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 7 }; +pub const PKEY_StorageProviderError: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 109 }; +pub const PKEY_StorageProviderFileChecksum: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 5 }; +pub const PKEY_StorageProviderFileCreatedBy: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 10 }; +pub const PKEY_StorageProviderFileFlags: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 8 }; +pub const PKEY_StorageProviderFileHasConflict: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 9 }; +pub const PKEY_StorageProviderFileIdentifier: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 3 }; +pub const PKEY_StorageProviderFileModifiedBy: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 11 }; +pub const PKEY_StorageProviderFileRemoteUri: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 112 }; +pub const PKEY_StorageProviderFileVersion: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 4 }; +pub const PKEY_StorageProviderFileVersionWaterline: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xb2f9b9d6_fec4_4dd5_94d7_8957488c807b), pid: 6 }; +pub const PKEY_StorageProviderId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 108 }; +pub const PKEY_StorageProviderShareStatuses: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 111 }; +pub const PKEY_StorageProviderSharingStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 117 }; +pub const PKEY_StorageProviderState: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe77e90df_6271_4f5b_834f_2dd1f245dda4), pid: 3 }; +pub const PKEY_StorageProviderStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 110 }; +pub const PKEY_StorageProviderTransferProgress: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe77e90df_6271_4f5b_834f_2dd1f245dda4), pid: 4 }; +pub const PKEY_StorageProviderUIStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xe77e90df_6271_4f5b_834f_2dd1f245dda4), pid: 2 }; +pub const PKEY_Storage_Portable: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 2 }; +pub const PKEY_Storage_RemovableMedia: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 3 }; +pub const PKEY_Storage_SystemCritical: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 4 }; +pub const PKEY_Subject: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 3 }; +pub const PKEY_Supplemental_Album: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 6 }; +pub const PKEY_Supplemental_AlbumID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 2 }; +pub const PKEY_Supplemental_Location: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 5 }; +pub const PKEY_Supplemental_Person: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 7 }; +pub const PKEY_Supplemental_ResourceId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 3 }; +pub const PKEY_Supplemental_Tag: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0c73b141_39d6_4653_a683_cab291eaf95b), pid: 4 }; +pub const PKEY_SyncTransferStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 103 }; +pub const PKEY_Sync_Comments: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 13 }; +pub const PKEY_Sync_ConflictDescription: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xce50c159_2fb8_41fd_be68_d3e042e274bc), pid: 4 }; +pub const PKEY_Sync_ConflictFirstLocation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xce50c159_2fb8_41fd_be68_d3e042e274bc), pid: 6 }; +pub const PKEY_Sync_ConflictSecondLocation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xce50c159_2fb8_41fd_be68_d3e042e274bc), pid: 7 }; +pub const PKEY_Sync_HandlerCollectionID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 2 }; +pub const PKEY_Sync_HandlerID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 3 }; +pub const PKEY_Sync_HandlerName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xce50c159_2fb8_41fd_be68_d3e042e274bc), pid: 2 }; +pub const PKEY_Sync_HandlerType: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 8 }; +pub const PKEY_Sync_HandlerTypeLabel: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 9 }; +pub const PKEY_Sync_ItemID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 6 }; +pub const PKEY_Sync_ItemName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xce50c159_2fb8_41fd_be68_d3e042e274bc), pid: 3 }; +pub const PKEY_Sync_ProgressPercentage: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 23 }; +pub const PKEY_Sync_State: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 24 }; +pub const PKEY_Sync_Status: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x7bd5533e_af15_44db_b8c8_bd6624e1d032), pid: 10 }; +pub const PKEY_Task_BillingInformation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xd37d52c6_261c_4303_82b3_08b926ac6f12), pid: 100 }; +pub const PKEY_Task_CompletionStatus: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x084d8a0a_e6d5_40de_bf1f_c8820e7c877c), pid: 100 }; +pub const PKEY_Task_Owner: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x08c7cc5f_60f2_4494_ad75_55e3e0b5add0), pid: 100 }; +pub const PKEY_Thumbnail: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 17 }; +pub const PKEY_ThumbnailCacheId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x446d16b1_8dad_4870_a748_402ea43d788c), pid: 100 }; +pub const PKEY_ThumbnailStream: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 27 }; +pub const PKEY_Title: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf29f85e0_4ff9_1068_ab91_08002b27b3d9), pid: 2 }; +pub const PKEY_TitleSortOverride: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xf0f7984d_222e_4ad2_82ab_1dd8ea40e57e), pid: 300 }; +pub const PKEY_TotalFileSize: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x28636aa6_953d_11d2_b5d6_00c04fd918d0), pid: 14 }; +pub const PKEY_Trademarks: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x0cef7d53_fa64_11d1_a203_0000f81fedee), pid: 9 }; +pub const PKEY_TransferOrder: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 106 }; +pub const PKEY_TransferPosition: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 104 }; +pub const PKEY_TransferSize: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0xfceff153_e839_4cf3_a9e7_ea22832094b8), pid: 105 }; +pub const PKEY_Video_Compression: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 10 }; +pub const PKEY_Video_Director: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440492_4c8b_11d1_8b70_080036b11a03), pid: 20 }; +pub const PKEY_Video_EncodingBitrate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 8 }; +pub const PKEY_Video_FourCC: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 44 }; +pub const PKEY_Video_FrameHeight: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 4 }; +pub const PKEY_Video_FrameRate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 6 }; +pub const PKEY_Video_FrameWidth: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 3 }; +pub const PKEY_Video_HorizontalAspectRatio: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 42 }; +pub const PKEY_Video_IsSpherical: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 100 }; +pub const PKEY_Video_IsStereo: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 98 }; +pub const PKEY_Video_Orientation: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 99 }; +pub const PKEY_Video_SampleSize: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 9 }; +pub const PKEY_Video_StreamName: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 2 }; +pub const PKEY_Video_StreamNumber: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 11 }; +pub const PKEY_Video_TotalBitrate: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 43 }; +pub const PKEY_Video_TranscodedForSync: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 46 }; +pub const PKEY_Video_VerticalAspectRatio: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x64440491_4c8b_11d1_8b70_080036b11a03), pid: 45 }; +pub const PKEY_VolumeId: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x446d16b1_8dad_4870_a748_402ea43d788c), pid: 104 }; +pub const PKEY_Volume_FileSystem: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 4 }; +pub const PKEY_Volume_IsMappedDrive: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x149c0b69_2c2d_48fc_808f_d318d78c4636), pid: 2 }; +pub const PKEY_Volume_IsRoot: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x9b174b35_40ff_11d2_a27e_00c04fc30871), pid: 10 }; +pub const PKEY_ZoneIdentifier: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x502cfeab_47eb_459c_b960_e6d8728f7701), pid: 100 }; pub const PLAYBACKSTATE_NOMEDIA: u32 = 7u32; pub const PLAYBACKSTATE_PAUSED: u32 = 4u32; pub const PLAYBACKSTATE_PLAYING: u32 = 2u32; diff --git a/crates/libs/windows/src/Windows/Win32/Storage/FileSystem/mod.rs b/crates/libs/windows/src/Windows/Win32/Storage/FileSystem/mod.rs index b38586500d..93a9494ff5 100644 --- a/crates/libs/windows/src/Windows/Win32/Storage/FileSystem/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/Storage/FileSystem/mod.rs @@ -223,21 +223,21 @@ where CopyFileA(lpexistingfilename.param().abi(), lpnewfilename.param().abi(), bfailifexists.param().abi()).ok() } #[inline] -pub unsafe fn CopyFileExA(lpexistingfilename: P0, lpnewfilename: P1, lpprogressroutine: LPPROGRESS_ROUTINE, lpdata: Option<*const core::ffi::c_void>, pbcancel: Option<*mut super::super::Foundation::BOOL>, dwcopyflags: u32) -> windows_core::Result<()> +pub unsafe fn CopyFileExA(lpexistingfilename: P0, lpnewfilename: P1, lpprogressroutine: LPPROGRESS_ROUTINE, lpdata: Option<*const core::ffi::c_void>, pbcancel: Option<*mut super::super::Foundation::BOOL>, dwcopyflags: COPYFILE_FLAGS) -> windows_core::Result<()> where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("kernel32.dll" "system" fn CopyFileExA(lpexistingfilename : windows_core::PCSTR, lpnewfilename : windows_core::PCSTR, lpprogressroutine : LPPROGRESS_ROUTINE, lpdata : *const core::ffi::c_void, pbcancel : *mut super::super::Foundation:: BOOL, dwcopyflags : u32) -> super::super::Foundation:: BOOL); + windows_targets::link!("kernel32.dll" "system" fn CopyFileExA(lpexistingfilename : windows_core::PCSTR, lpnewfilename : windows_core::PCSTR, lpprogressroutine : LPPROGRESS_ROUTINE, lpdata : *const core::ffi::c_void, pbcancel : *mut super::super::Foundation:: BOOL, dwcopyflags : COPYFILE_FLAGS) -> super::super::Foundation:: BOOL); CopyFileExA(lpexistingfilename.param().abi(), lpnewfilename.param().abi(), lpprogressroutine, core::mem::transmute(lpdata.unwrap_or(core::ptr::null())), core::mem::transmute(pbcancel.unwrap_or(core::ptr::null_mut())), dwcopyflags).ok() } #[inline] -pub unsafe fn CopyFileExW(lpexistingfilename: P0, lpnewfilename: P1, lpprogressroutine: LPPROGRESS_ROUTINE, lpdata: Option<*const core::ffi::c_void>, pbcancel: Option<*mut super::super::Foundation::BOOL>, dwcopyflags: u32) -> windows_core::Result<()> +pub unsafe fn CopyFileExW(lpexistingfilename: P0, lpnewfilename: P1, lpprogressroutine: LPPROGRESS_ROUTINE, lpdata: Option<*const core::ffi::c_void>, pbcancel: Option<*mut super::super::Foundation::BOOL>, dwcopyflags: COPYFILE_FLAGS) -> windows_core::Result<()> where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("kernel32.dll" "system" fn CopyFileExW(lpexistingfilename : windows_core::PCWSTR, lpnewfilename : windows_core::PCWSTR, lpprogressroutine : LPPROGRESS_ROUTINE, lpdata : *const core::ffi::c_void, pbcancel : *mut super::super::Foundation:: BOOL, dwcopyflags : u32) -> super::super::Foundation:: BOOL); + windows_targets::link!("kernel32.dll" "system" fn CopyFileExW(lpexistingfilename : windows_core::PCWSTR, lpnewfilename : windows_core::PCWSTR, lpprogressroutine : LPPROGRESS_ROUTINE, lpdata : *const core::ffi::c_void, pbcancel : *mut super::super::Foundation:: BOOL, dwcopyflags : COPYFILE_FLAGS) -> super::super::Foundation:: BOOL); CopyFileExW(lpexistingfilename.param().abi(), lpnewfilename.param().abi(), lpprogressroutine, core::mem::transmute(lpdata.unwrap_or(core::ptr::null())), core::mem::transmute(pbcancel.unwrap_or(core::ptr::null_mut())), dwcopyflags).ok() } #[inline] @@ -4108,6 +4108,10 @@ pub const COPYFILE2_CALLBACK_NONE: COPYFILE2_MESSAGE_TYPE = COPYFILE2_MESSAGE_TY pub const COPYFILE2_CALLBACK_POLL_CONTINUE: COPYFILE2_MESSAGE_TYPE = COPYFILE2_MESSAGE_TYPE(5i32); pub const COPYFILE2_CALLBACK_STREAM_FINISHED: COPYFILE2_MESSAGE_TYPE = COPYFILE2_MESSAGE_TYPE(4i32); pub const COPYFILE2_CALLBACK_STREAM_STARTED: COPYFILE2_MESSAGE_TYPE = COPYFILE2_MESSAGE_TYPE(3i32); +pub const COPYFILE2_IO_CYCLE_SIZE_MAX: u32 = 1073741824u32; +pub const COPYFILE2_IO_CYCLE_SIZE_MIN: u32 = 4096u32; +pub const COPYFILE2_IO_RATE_MIN: u32 = 512u32; +pub const COPYFILE2_MESSAGE_COPY_OFFLOAD: i32 = 1i32; pub const COPYFILE2_PHASE_MAX: COPYFILE2_COPY_PHASE = COPYFILE2_COPY_PHASE(7i32); pub const COPYFILE2_PHASE_NAMEGRAFT_COPY: COPYFILE2_COPY_PHASE = COPYFILE2_COPY_PHASE(6i32); pub const COPYFILE2_PHASE_NONE: COPYFILE2_COPY_PHASE = COPYFILE2_COPY_PHASE(0i32); @@ -4121,6 +4125,27 @@ pub const COPYFILE2_PROGRESS_CONTINUE: COPYFILE2_MESSAGE_ACTION = COPYFILE2_MESS pub const COPYFILE2_PROGRESS_PAUSE: COPYFILE2_MESSAGE_ACTION = COPYFILE2_MESSAGE_ACTION(4i32); pub const COPYFILE2_PROGRESS_QUIET: COPYFILE2_MESSAGE_ACTION = COPYFILE2_MESSAGE_ACTION(3i32); pub const COPYFILE2_PROGRESS_STOP: COPYFILE2_MESSAGE_ACTION = COPYFILE2_MESSAGE_ACTION(2i32); +pub const COPY_FILE2_V2_DONT_COPY_JUNCTIONS: COPYFILE2_V2_FLAGS = COPYFILE2_V2_FLAGS(1u32); +pub const COPY_FILE2_V2_VALID_FLAGS: COPYFILE2_V2_FLAGS = COPYFILE2_V2_FLAGS(1u32); +pub const COPY_FILE_ALLOW_DECRYPTED_DESTINATION: COPYFILE_FLAGS = COPYFILE_FLAGS(8u32); +pub const COPY_FILE_COPY_SYMLINK: COPYFILE_FLAGS = COPYFILE_FLAGS(2048u32); +pub const COPY_FILE_DIRECTORY: COPYFILE_FLAGS = COPYFILE_FLAGS(128u32); +pub const COPY_FILE_DISABLE_PRE_ALLOCATION: COPYFILE_FLAGS = COPYFILE_FLAGS(67108864u32); +pub const COPY_FILE_DONT_REQUEST_DEST_WRITE_DAC: COPYFILE_FLAGS = COPYFILE_FLAGS(33554432u32); +pub const COPY_FILE_ENABLE_LOW_FREE_SPACE_MODE: COPYFILE_FLAGS = COPYFILE_FLAGS(134217728u32); +pub const COPY_FILE_ENABLE_SPARSE_COPY: COPYFILE_FLAGS = COPYFILE_FLAGS(536870912u32); +pub const COPY_FILE_FAIL_IF_EXISTS: COPYFILE_FLAGS = COPYFILE_FLAGS(1u32); +pub const COPY_FILE_IGNORE_EDP_BLOCK: COPYFILE_FLAGS = COPYFILE_FLAGS(4194304u32); +pub const COPY_FILE_IGNORE_SOURCE_ENCRYPTION: COPYFILE_FLAGS = COPYFILE_FLAGS(8388608u32); +pub const COPY_FILE_NO_BUFFERING: COPYFILE_FLAGS = COPYFILE_FLAGS(4096u32); +pub const COPY_FILE_NO_OFFLOAD: COPYFILE_FLAGS = COPYFILE_FLAGS(262144u32); +pub const COPY_FILE_OPEN_AND_COPY_REPARSE_POINT: COPYFILE_FLAGS = COPYFILE_FLAGS(2097152u32); +pub const COPY_FILE_OPEN_SOURCE_FOR_WRITE: COPYFILE_FLAGS = COPYFILE_FLAGS(4u32); +pub const COPY_FILE_REQUEST_COMPRESSED_TRAFFIC: COPYFILE_FLAGS = COPYFILE_FLAGS(268435456u32); +pub const COPY_FILE_REQUEST_SECURITY_PRIVILEGES: COPYFILE_FLAGS = COPYFILE_FLAGS(8192u32); +pub const COPY_FILE_RESTARTABLE: COPYFILE_FLAGS = COPYFILE_FLAGS(2u32); +pub const COPY_FILE_RESUME_FROM_PAUSE: COPYFILE_FLAGS = COPYFILE_FLAGS(16384u32); +pub const COPY_FILE_SKIP_ALTERNATE_STREAMS: COPYFILE_FLAGS = COPYFILE_FLAGS(32768u32); pub const CREATE_ALWAYS: FILE_CREATION_DISPOSITION = FILE_CREATION_DISPOSITION(2u32); pub const CREATE_NEW: FILE_CREATION_DISPOSITION = FILE_CREATION_DISPOSITION(1u32); pub const CRM_PROTOCOL_DYNAMIC_MARSHAL_INFO: u32 = 2u32; @@ -4733,6 +4758,10 @@ pub const PERM_FILE_WRITE: FILE_INFO_FLAGS_PERMISSIONS = FILE_INFO_FLAGS_PERMISS pub const PIPE_ACCESS_DUPLEX: FILE_FLAGS_AND_ATTRIBUTES = FILE_FLAGS_AND_ATTRIBUTES(3u32); pub const PIPE_ACCESS_INBOUND: FILE_FLAGS_AND_ATTRIBUTES = FILE_FLAGS_AND_ATTRIBUTES(1u32); pub const PIPE_ACCESS_OUTBOUND: FILE_FLAGS_AND_ATTRIBUTES = FILE_FLAGS_AND_ATTRIBUTES(2u32); +pub const PROGRESS_CANCEL: COPYPROGRESSROUTINE_PROGRESS = COPYPROGRESSROUTINE_PROGRESS(1u32); +pub const PROGRESS_CONTINUE: COPYPROGRESSROUTINE_PROGRESS = COPYPROGRESSROUTINE_PROGRESS(0u32); +pub const PROGRESS_QUIET: COPYPROGRESSROUTINE_PROGRESS = COPYPROGRESSROUTINE_PROGRESS(3u32); +pub const PROGRESS_STOP: COPYPROGRESSROUTINE_PROGRESS = COPYPROGRESSROUTINE_PROGRESS(2u32); pub const QUIC: SERVER_CERTIFICATE_TYPE = SERVER_CERTIFICATE_TYPE(0i32); pub const READ_CONTROL: FILE_ACCESS_RIGHTS = FILE_ACCESS_RIGHTS(131072u32); pub const REPLACEFILE_IGNORE_ACL_ERRORS: REPLACE_FILE_FLAGS = REPLACE_FILE_FLAGS(4u32); @@ -5166,6 +5195,138 @@ impl core::fmt::Debug for COPYFILE2_MESSAGE_TYPE { } #[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct COPYFILE2_V2_FLAGS(pub u32); +impl windows_core::TypeKind for COPYFILE2_V2_FLAGS { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for COPYFILE2_V2_FLAGS { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("COPYFILE2_V2_FLAGS").field(&self.0).finish() + } +} +impl COPYFILE2_V2_FLAGS { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for COPYFILE2_V2_FLAGS { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for COPYFILE2_V2_FLAGS { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for COPYFILE2_V2_FLAGS { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for COPYFILE2_V2_FLAGS { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for COPYFILE2_V2_FLAGS { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct COPYFILE_FLAGS(pub u32); +impl windows_core::TypeKind for COPYFILE_FLAGS { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for COPYFILE_FLAGS { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("COPYFILE_FLAGS").field(&self.0).finish() + } +} +impl COPYFILE_FLAGS { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for COPYFILE_FLAGS { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for COPYFILE_FLAGS { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for COPYFILE_FLAGS { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for COPYFILE_FLAGS { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for COPYFILE_FLAGS { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] +pub struct COPYPROGRESSROUTINE_PROGRESS(pub u32); +impl windows_core::TypeKind for COPYPROGRESSROUTINE_PROGRESS { + type TypeKind = windows_core::CopyType; +} +impl core::fmt::Debug for COPYPROGRESSROUTINE_PROGRESS { + fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { + f.debug_tuple("COPYPROGRESSROUTINE_PROGRESS").field(&self.0).finish() + } +} +impl COPYPROGRESSROUTINE_PROGRESS { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for COPYPROGRESSROUTINE_PROGRESS { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for COPYPROGRESSROUTINE_PROGRESS { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for COPYPROGRESSROUTINE_PROGRESS { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for COPYPROGRESSROUTINE_PROGRESS { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for COPYPROGRESSROUTINE_PROGRESS { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} +#[repr(transparent)] +#[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct CREATE_TAPE_PARTITION_METHOD(pub u32); impl windows_core::TypeKind for CREATE_TAPE_PARTITION_METHOD { type TypeKind = windows_core::CopyType; @@ -7505,7 +7666,7 @@ impl Default for CONNECTION_INFO_1 { #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct COPYFILE2_EXTENDED_PARAMETERS { pub dwSize: u32, - pub dwCopyFlags: u32, + pub dwCopyFlags: COPYFILE_FLAGS, pub pfCancel: *mut super::super::Foundation::BOOL, pub pProgressRoutine: PCOPYFILE2_PROGRESS_ROUTINE, pub pvCallbackContext: *mut core::ffi::c_void, @@ -7522,11 +7683,11 @@ impl Default for COPYFILE2_EXTENDED_PARAMETERS { #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct COPYFILE2_EXTENDED_PARAMETERS_V2 { pub dwSize: u32, - pub dwCopyFlags: u32, + pub dwCopyFlags: COPYFILE_FLAGS, pub pfCancel: *mut super::super::Foundation::BOOL, pub pProgressRoutine: PCOPYFILE2_PROGRESS_ROUTINE, pub pvCallbackContext: *mut core::ffi::c_void, - pub dwCopyFlagsV2: u32, + pub dwCopyFlagsV2: COPYFILE2_V2_FLAGS, pub ioDesiredSize: u32, pub ioDesiredRate: u32, pub reserved: [*mut core::ffi::c_void; 8], @@ -8086,6 +8247,19 @@ impl Default for FILE_BASIC_INFO { } #[repr(C)] #[derive(Clone, Copy, Debug, Eq, PartialEq)] +pub struct FILE_CASE_SENSITIVE_INFO { + pub Flags: u32, +} +impl windows_core::TypeKind for FILE_CASE_SENSITIVE_INFO { + type TypeKind = windows_core::CopyType; +} +impl Default for FILE_CASE_SENSITIVE_INFO { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +#[repr(C)] +#[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct FILE_COMPRESSION_INFO { pub CompressedFileSize: i64, pub CompressionFormat: COMPRESSION_FORMAT, @@ -11004,7 +11178,7 @@ pub type CLFS_BLOCK_ALLOCATION = Option; pub type FCACHE_CREATE_CALLBACK = Option super::super::Foundation::HANDLE>; pub type FCACHE_RICHCREATE_CALLBACK = Option super::super::Foundation::HANDLE>; -pub type LPPROGRESS_ROUTINE = Option u32>; +pub type LPPROGRESS_ROUTINE = Option COPYPROGRESSROUTINE_PROGRESS>; pub type MAXMEDIALABEL = Option u32>; pub type PCLFS_COMPLETION_ROUTINE = Option; pub type PCOPYFILE2_PROGRESS_ROUTINE = Option COPYFILE2_MESSAGE_ACTION>; diff --git a/crates/libs/windows/src/Windows/Win32/System/Diagnostics/Etw/mod.rs b/crates/libs/windows/src/Windows/Win32/System/Diagnostics/Etw/mod.rs index 8bc12fa403..27f53b1e00 100644 --- a/crates/libs/windows/src/Windows/Win32/System/Diagnostics/Etw/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/System/Diagnostics/Etw/mod.rs @@ -104,8 +104,8 @@ where EventProviderEnabled(reghandle.param().abi(), level, keyword) } #[inline] -pub unsafe fn EventRegister(providerid: *const windows_core::GUID, enablecallback: PENABLECALLBACK, callbackcontext: Option<*const core::ffi::c_void>, reghandle: *mut u64) -> u32 { - windows_targets::link!("advapi32.dll" "system" fn EventRegister(providerid : *const windows_core::GUID, enablecallback : PENABLECALLBACK, callbackcontext : *const core::ffi::c_void, reghandle : *mut u64) -> u32); +pub unsafe fn EventRegister(providerid: *const windows_core::GUID, enablecallback: PENABLECALLBACK, callbackcontext: Option<*const core::ffi::c_void>, reghandle: *mut REGHANDLE) -> u32 { + windows_targets::link!("advapi32.dll" "system" fn EventRegister(providerid : *const windows_core::GUID, enablecallback : PENABLECALLBACK, callbackcontext : *const core::ffi::c_void, reghandle : *mut REGHANDLE) -> u32); EventRegister(providerid, enablecallback, core::mem::transmute(callbackcontext.unwrap_or(core::ptr::null())), reghandle) } #[inline] diff --git a/crates/libs/windows/src/Windows/Win32/System/Ioctl/mod.rs b/crates/libs/windows/src/Windows/Win32/System/Ioctl/mod.rs index 042e518cfa..d1988c4d65 100644 --- a/crates/libs/windows/src/Windows/Win32/System/Ioctl/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/System/Ioctl/mod.rs @@ -148,22 +148,14 @@ pub const DEVICE_DSM_PHYSICAL_ADDRESSES_OUTPUT_VERSION_V1: u32 = 1u32; pub const DEVICE_DSM_RANGE_ERROR_INFO_VERSION_V1: u32 = 1u32; pub const DEVICE_DSM_RANGE_ERROR_OUTPUT_V1: u32 = 1u32; pub const DEVICE_STORAGE_NO_ERRORS: u32 = 1u32; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Disk_Number: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 5 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Gpt_Name: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 9 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Gpt_Type: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 8 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Mbr_Type: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 7 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Partition_Number: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 6 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Portable: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 2 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_Removable_Media: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 3 }; -#[cfg(feature = "Win32_Devices_Properties")] -pub const DEVPKEY_Storage_System_Critical: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 4 }; +pub const DEVPKEY_Storage_Disk_Number: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 5 }; +pub const DEVPKEY_Storage_Gpt_Name: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 9 }; +pub const DEVPKEY_Storage_Gpt_Type: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 8 }; +pub const DEVPKEY_Storage_Mbr_Type: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 7 }; +pub const DEVPKEY_Storage_Partition_Number: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 6 }; +pub const DEVPKEY_Storage_Portable: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 2 }; +pub const DEVPKEY_Storage_Removable_Media: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 3 }; +pub const DEVPKEY_Storage_System_Critical: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x4d1ebee8_0803_4774_9842_b77db50265e9), pid: 4 }; pub const DISABLE_SMART: u32 = 217u32; pub const DISK_ATTRIBUTE_OFFLINE: u64 = 1u64; pub const DISK_ATTRIBUTE_READ_ONLY: u64 = 2u64; diff --git a/crates/libs/windows/src/Windows/Win32/System/Kernel/mod.rs b/crates/libs/windows/src/Windows/Win32/System/Kernel/mod.rs index 01c70ac439..4eb781aafa 100644 --- a/crates/libs/windows/src/Windows/Win32/System/Kernel/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/System/Kernel/mod.rs @@ -59,18 +59,7 @@ pub const NotificationTimer: TIMER_TYPE = TIMER_TYPE(0i32); pub const NtProductLanManNt: NT_PRODUCT_TYPE = NT_PRODUCT_TYPE(2i32); pub const NtProductServer: NT_PRODUCT_TYPE = NT_PRODUCT_TYPE(3i32); pub const NtProductWinNt: NT_PRODUCT_TYPE = NT_PRODUCT_TYPE(1i32); -pub const OBJ_CASE_INSENSITIVE: i32 = 64i32; -pub const OBJ_DONT_REPARSE: i32 = 4096i32; -pub const OBJ_EXCLUSIVE: i32 = 32i32; -pub const OBJ_FORCE_ACCESS_CHECK: i32 = 1024i32; pub const OBJ_HANDLE_TAGBITS: i32 = 3i32; -pub const OBJ_IGNORE_IMPERSONATED_DEVICEMAP: i32 = 2048i32; -pub const OBJ_INHERIT: i32 = 2i32; -pub const OBJ_KERNEL_HANDLE: i32 = 512i32; -pub const OBJ_OPENIF: i32 = 128i32; -pub const OBJ_OPENLINK: i32 = 256i32; -pub const OBJ_PERMANENT: i32 = 16i32; -pub const OBJ_VALID_ATTRIBUTES: i32 = 8178i32; pub const Personal: SUITE_TYPE = SUITE_TYPE(9i32); pub const PhoneNT: SUITE_TYPE = SUITE_TYPE(16i32); pub const RTL_BALANCED_NODE_RESERVED_PARENT_MASK: u32 = 3u32; diff --git a/crates/libs/windows/src/Windows/Win32/System/LibraryLoader/mod.rs b/crates/libs/windows/src/Windows/Win32/System/LibraryLoader/mod.rs index 5fbdbf39f9..8a0e870645 100644 --- a/crates/libs/windows/src/Windows/Win32/System/LibraryLoader/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/System/LibraryLoader/mod.rs @@ -361,6 +361,16 @@ where LockResource(hresdata.param().abi()) } #[inline] +pub unsafe fn QueryOptionalDelayLoadedAPI(hparentmodule: P0, lpdllname: P1, lpprocname: P2, reserved: u32) -> windows_core::Result<()> +where + P0: windows_core::Param, + P1: windows_core::Param, + P2: windows_core::Param, +{ + windows_targets::link!("api-ms-win-core-libraryloader-l2-1-0.dll" "system" fn QueryOptionalDelayLoadedAPI(hparentmodule : super::super::Foundation:: HMODULE, lpdllname : windows_core::PCSTR, lpprocname : windows_core::PCSTR, reserved : u32) -> super::super::Foundation:: BOOL); + QueryOptionalDelayLoadedAPI(hparentmodule.param().abi(), lpdllname.param().abi(), lpprocname.param().abi(), reserved).ok() +} +#[inline] pub unsafe fn RemoveDllDirectory(cookie: *const core::ffi::c_void) -> windows_core::Result<()> { windows_targets::link!("kernel32.dll" "system" fn RemoveDllDirectory(cookie : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); RemoveDllDirectory(cookie).ok() diff --git a/crates/libs/windows/src/Windows/Win32/System/Performance/mod.rs b/crates/libs/windows/src/Windows/Win32/System/Performance/mod.rs index 2598adf173..97961914f0 100644 --- a/crates/libs/windows/src/Windows/Win32/System/Performance/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/System/Performance/mod.rs @@ -46,51 +46,55 @@ where LoadPerfCounterTextStringsW(lpcommandline.param().abi(), bquietmodearg.param().abi()) } #[inline] -pub unsafe fn PdhAddCounterA(hquery: isize, szfullcounterpath: P0, dwuserdata: usize, phcounter: *mut isize) -> u32 +pub unsafe fn PdhAddCounterA(hquery: P0, szfullcounterpath: P1, dwuserdata: usize, phcounter: *mut PDH_HCOUNTER) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhAddCounterA(hquery : isize, szfullcounterpath : windows_core::PCSTR, dwuserdata : usize, phcounter : *mut isize) -> u32); - PdhAddCounterA(hquery, szfullcounterpath.param().abi(), dwuserdata, phcounter) + windows_targets::link!("pdh.dll" "system" fn PdhAddCounterA(hquery : PDH_HQUERY, szfullcounterpath : windows_core::PCSTR, dwuserdata : usize, phcounter : *mut PDH_HCOUNTER) -> u32); + PdhAddCounterA(hquery.param().abi(), szfullcounterpath.param().abi(), dwuserdata, phcounter) } #[inline] -pub unsafe fn PdhAddCounterW(hquery: isize, szfullcounterpath: P0, dwuserdata: usize, phcounter: *mut isize) -> u32 +pub unsafe fn PdhAddCounterW(hquery: P0, szfullcounterpath: P1, dwuserdata: usize, phcounter: *mut PDH_HCOUNTER) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhAddCounterW(hquery : isize, szfullcounterpath : windows_core::PCWSTR, dwuserdata : usize, phcounter : *mut isize) -> u32); - PdhAddCounterW(hquery, szfullcounterpath.param().abi(), dwuserdata, phcounter) + windows_targets::link!("pdh.dll" "system" fn PdhAddCounterW(hquery : PDH_HQUERY, szfullcounterpath : windows_core::PCWSTR, dwuserdata : usize, phcounter : *mut PDH_HCOUNTER) -> u32); + PdhAddCounterW(hquery.param().abi(), szfullcounterpath.param().abi(), dwuserdata, phcounter) } #[inline] -pub unsafe fn PdhAddEnglishCounterA(hquery: isize, szfullcounterpath: P0, dwuserdata: usize, phcounter: *mut isize) -> u32 +pub unsafe fn PdhAddEnglishCounterA(hquery: P0, szfullcounterpath: P1, dwuserdata: usize, phcounter: *mut PDH_HCOUNTER) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhAddEnglishCounterA(hquery : isize, szfullcounterpath : windows_core::PCSTR, dwuserdata : usize, phcounter : *mut isize) -> u32); - PdhAddEnglishCounterA(hquery, szfullcounterpath.param().abi(), dwuserdata, phcounter) + windows_targets::link!("pdh.dll" "system" fn PdhAddEnglishCounterA(hquery : PDH_HQUERY, szfullcounterpath : windows_core::PCSTR, dwuserdata : usize, phcounter : *mut PDH_HCOUNTER) -> u32); + PdhAddEnglishCounterA(hquery.param().abi(), szfullcounterpath.param().abi(), dwuserdata, phcounter) } #[inline] -pub unsafe fn PdhAddEnglishCounterW(hquery: isize, szfullcounterpath: P0, dwuserdata: usize, phcounter: *mut isize) -> u32 +pub unsafe fn PdhAddEnglishCounterW(hquery: P0, szfullcounterpath: P1, dwuserdata: usize, phcounter: *mut PDH_HCOUNTER) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhAddEnglishCounterW(hquery : isize, szfullcounterpath : windows_core::PCWSTR, dwuserdata : usize, phcounter : *mut isize) -> u32); - PdhAddEnglishCounterW(hquery, szfullcounterpath.param().abi(), dwuserdata, phcounter) + windows_targets::link!("pdh.dll" "system" fn PdhAddEnglishCounterW(hquery : PDH_HQUERY, szfullcounterpath : windows_core::PCWSTR, dwuserdata : usize, phcounter : *mut PDH_HCOUNTER) -> u32); + PdhAddEnglishCounterW(hquery.param().abi(), szfullcounterpath.param().abi(), dwuserdata, phcounter) } #[inline] -pub unsafe fn PdhBindInputDataSourceA(phdatasource: *mut isize, logfilenamelist: P0) -> u32 +pub unsafe fn PdhBindInputDataSourceA(phdatasource: *mut PDH_HLOG, logfilenamelist: P0) -> u32 where P0: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhBindInputDataSourceA(phdatasource : *mut isize, logfilenamelist : windows_core::PCSTR) -> u32); + windows_targets::link!("pdh.dll" "system" fn PdhBindInputDataSourceA(phdatasource : *mut PDH_HLOG, logfilenamelist : windows_core::PCSTR) -> u32); PdhBindInputDataSourceA(phdatasource, logfilenamelist.param().abi()) } #[inline] -pub unsafe fn PdhBindInputDataSourceW(phdatasource: *mut isize, logfilenamelist: P0) -> u32 +pub unsafe fn PdhBindInputDataSourceW(phdatasource: *mut PDH_HLOG, logfilenamelist: P0) -> u32 where P0: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhBindInputDataSourceW(phdatasource : *mut isize, logfilenamelist : windows_core::PCWSTR) -> u32); + windows_targets::link!("pdh.dll" "system" fn PdhBindInputDataSourceW(phdatasource : *mut PDH_HLOG, logfilenamelist : windows_core::PCWSTR) -> u32); PdhBindInputDataSourceW(phdatasource, logfilenamelist.param().abi()) } #[inline] @@ -114,42 +118,52 @@ pub unsafe fn PdhBrowseCountersW(pbrowsedlgdata: *const PDH_BROWSE_DLG_CONFIG_W) PdhBrowseCountersW(pbrowsedlgdata) } #[inline] -pub unsafe fn PdhCalculateCounterFromRawValue(hcounter: isize, dwformat: PDH_FMT, rawvalue1: *const PDH_RAW_COUNTER, rawvalue2: *const PDH_RAW_COUNTER, fmtvalue: *mut PDH_FMT_COUNTERVALUE) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhCalculateCounterFromRawValue(hcounter : isize, dwformat : PDH_FMT, rawvalue1 : *const PDH_RAW_COUNTER, rawvalue2 : *const PDH_RAW_COUNTER, fmtvalue : *mut PDH_FMT_COUNTERVALUE) -> u32); - PdhCalculateCounterFromRawValue(hcounter, dwformat, rawvalue1, rawvalue2, fmtvalue) +pub unsafe fn PdhCalculateCounterFromRawValue(hcounter: P0, dwformat: PDH_FMT, rawvalue1: *const PDH_RAW_COUNTER, rawvalue2: *const PDH_RAW_COUNTER, fmtvalue: *mut PDH_FMT_COUNTERVALUE) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhCalculateCounterFromRawValue(hcounter : PDH_HCOUNTER, dwformat : PDH_FMT, rawvalue1 : *const PDH_RAW_COUNTER, rawvalue2 : *const PDH_RAW_COUNTER, fmtvalue : *mut PDH_FMT_COUNTERVALUE) -> u32); + PdhCalculateCounterFromRawValue(hcounter.param().abi(), dwformat, rawvalue1, rawvalue2, fmtvalue) } #[inline] -pub unsafe fn PdhCloseLog(hlog: isize, dwflags: u32) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhCloseLog(hlog : isize, dwflags : u32) -> u32); - PdhCloseLog(hlog, dwflags) +pub unsafe fn PdhCloseLog(hlog: P0, dwflags: u32) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhCloseLog(hlog : PDH_HLOG, dwflags : u32) -> u32); + PdhCloseLog(hlog.param().abi(), dwflags) } #[inline] -pub unsafe fn PdhCloseQuery(hquery: isize) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhCloseQuery(hquery : isize) -> u32); +pub unsafe fn PdhCloseQuery(hquery: PDH_HQUERY) -> u32 { + windows_targets::link!("pdh.dll" "system" fn PdhCloseQuery(hquery : PDH_HQUERY) -> u32); PdhCloseQuery(hquery) } #[inline] -pub unsafe fn PdhCollectQueryData(hquery: isize) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryData(hquery : isize) -> u32); +pub unsafe fn PdhCollectQueryData(hquery: PDH_HQUERY) -> u32 { + windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryData(hquery : PDH_HQUERY) -> u32); PdhCollectQueryData(hquery) } #[inline] -pub unsafe fn PdhCollectQueryDataEx(hquery: isize, dwintervaltime: u32, hnewdataevent: P0) -> u32 +pub unsafe fn PdhCollectQueryDataEx(hquery: P0, dwintervaltime: u32, hnewdataevent: P1) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryDataEx(hquery : isize, dwintervaltime : u32, hnewdataevent : super::super::Foundation:: HANDLE) -> u32); - PdhCollectQueryDataEx(hquery, dwintervaltime, hnewdataevent.param().abi()) + windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryDataEx(hquery : PDH_HQUERY, dwintervaltime : u32, hnewdataevent : super::super::Foundation:: HANDLE) -> u32); + PdhCollectQueryDataEx(hquery.param().abi(), dwintervaltime, hnewdataevent.param().abi()) } #[inline] -pub unsafe fn PdhCollectQueryDataWithTime(hquery: isize, plltimestamp: *mut i64) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryDataWithTime(hquery : isize, plltimestamp : *mut i64) -> u32); +pub unsafe fn PdhCollectQueryDataWithTime(hquery: PDH_HQUERY, plltimestamp: *mut i64) -> u32 { + windows_targets::link!("pdh.dll" "system" fn PdhCollectQueryDataWithTime(hquery : PDH_HQUERY, plltimestamp : *mut i64) -> u32); PdhCollectQueryDataWithTime(hquery, plltimestamp) } #[inline] -pub unsafe fn PdhComputeCounterStatistics(hcounter: isize, dwformat: PDH_FMT, dwfirstentry: u32, dwnumentries: u32, lprawvaluearray: *const PDH_RAW_COUNTER, data: *mut PDH_STATISTICS) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhComputeCounterStatistics(hcounter : isize, dwformat : PDH_FMT, dwfirstentry : u32, dwnumentries : u32, lprawvaluearray : *const PDH_RAW_COUNTER, data : *mut PDH_STATISTICS) -> u32); - PdhComputeCounterStatistics(hcounter, dwformat, dwfirstentry, dwnumentries, lprawvaluearray, data) +pub unsafe fn PdhComputeCounterStatistics(hcounter: P0, dwformat: PDH_FMT, dwfirstentry: u32, dwnumentries: u32, lprawvaluearray: *const PDH_RAW_COUNTER, data: *mut PDH_STATISTICS) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhComputeCounterStatistics(hcounter : PDH_HCOUNTER, dwformat : PDH_FMT, dwfirstentry : u32, dwnumentries : u32, lprawvaluearray : *const PDH_RAW_COUNTER, data : *mut PDH_STATISTICS) -> u32); + PdhComputeCounterStatistics(hcounter.param().abi(), dwformat, dwfirstentry, dwnumentries, lprawvaluearray, data) } #[inline] pub unsafe fn PdhConnectMachineA(szmachinename: P0) -> u32 @@ -208,14 +222,20 @@ where PdhEnumMachinesA(szdatasource.param().abi(), core::mem::transmute(mszmachinelist), pcchbuffersize) } #[inline] -pub unsafe fn PdhEnumMachinesHA(hdatasource: isize, mszmachinelist: windows_core::PSTR, pcchbuffersize: *mut u32) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhEnumMachinesHA(hdatasource : isize, mszmachinelist : windows_core::PSTR, pcchbuffersize : *mut u32) -> u32); - PdhEnumMachinesHA(hdatasource, core::mem::transmute(mszmachinelist), pcchbuffersize) +pub unsafe fn PdhEnumMachinesHA(hdatasource: P0, mszmachinelist: windows_core::PSTR, pcchbuffersize: *mut u32) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhEnumMachinesHA(hdatasource : PDH_HLOG, mszmachinelist : windows_core::PSTR, pcchbuffersize : *mut u32) -> u32); + PdhEnumMachinesHA(hdatasource.param().abi(), core::mem::transmute(mszmachinelist), pcchbuffersize) } #[inline] -pub unsafe fn PdhEnumMachinesHW(hdatasource: isize, mszmachinelist: windows_core::PWSTR, pcchbuffersize: *mut u32) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhEnumMachinesHW(hdatasource : isize, mszmachinelist : windows_core::PWSTR, pcchbuffersize : *mut u32) -> u32); - PdhEnumMachinesHW(hdatasource, core::mem::transmute(mszmachinelist), pcchbuffersize) +pub unsafe fn PdhEnumMachinesHW(hdatasource: P0, mszmachinelist: windows_core::PWSTR, pcchbuffersize: *mut u32) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhEnumMachinesHW(hdatasource : PDH_HLOG, mszmachinelist : windows_core::PWSTR, pcchbuffersize : *mut u32) -> u32); + PdhEnumMachinesHW(hdatasource.param().abi(), core::mem::transmute(mszmachinelist), pcchbuffersize) } #[inline] pub unsafe fn PdhEnumMachinesW(szdatasource: P0, mszmachinelist: windows_core::PWSTR, pcchbuffersize: *mut u32) -> u32 @@ -236,22 +256,24 @@ where PdhEnumObjectItemsA(szdatasource.param().abi(), szmachinename.param().abi(), szobjectname.param().abi(), core::mem::transmute(mszcounterlist), pcchcounterlistlength, core::mem::transmute(mszinstancelist), pcchinstancelistlength, dwdetaillevel, dwflags) } #[inline] -pub unsafe fn PdhEnumObjectItemsHA(hdatasource: isize, szmachinename: P0, szobjectname: P1, mszcounterlist: windows_core::PSTR, pcchcounterlistlength: *mut u32, mszinstancelist: windows_core::PSTR, pcchinstancelistlength: *mut u32, dwdetaillevel: PERF_DETAIL, dwflags: u32) -> u32 +pub unsafe fn PdhEnumObjectItemsHA(hdatasource: P0, szmachinename: P1, szobjectname: P2, mszcounterlist: windows_core::PSTR, pcchcounterlistlength: *mut u32, mszinstancelist: windows_core::PSTR, pcchinstancelistlength: *mut u32, dwdetaillevel: PERF_DETAIL, dwflags: u32) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, P1: windows_core::Param, + P2: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectItemsHA(hdatasource : isize, szmachinename : windows_core::PCSTR, szobjectname : windows_core::PCSTR, mszcounterlist : windows_core::PSTR, pcchcounterlistlength : *mut u32, mszinstancelist : windows_core::PSTR, pcchinstancelistlength : *mut u32, dwdetaillevel : PERF_DETAIL, dwflags : u32) -> u32); - PdhEnumObjectItemsHA(hdatasource, szmachinename.param().abi(), szobjectname.param().abi(), core::mem::transmute(mszcounterlist), pcchcounterlistlength, core::mem::transmute(mszinstancelist), pcchinstancelistlength, dwdetaillevel, dwflags) + windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectItemsHA(hdatasource : PDH_HLOG, szmachinename : windows_core::PCSTR, szobjectname : windows_core::PCSTR, mszcounterlist : windows_core::PSTR, pcchcounterlistlength : *mut u32, mszinstancelist : windows_core::PSTR, pcchinstancelistlength : *mut u32, dwdetaillevel : PERF_DETAIL, dwflags : u32) -> u32); + PdhEnumObjectItemsHA(hdatasource.param().abi(), szmachinename.param().abi(), szobjectname.param().abi(), core::mem::transmute(mszcounterlist), pcchcounterlistlength, core::mem::transmute(mszinstancelist), pcchinstancelistlength, dwdetaillevel, dwflags) } #[inline] -pub unsafe fn PdhEnumObjectItemsHW(hdatasource: isize, szmachinename: P0, szobjectname: P1, mszcounterlist: windows_core::PWSTR, pcchcounterlistlength: *mut u32, mszinstancelist: windows_core::PWSTR, pcchinstancelistlength: *mut u32, dwdetaillevel: PERF_DETAIL, dwflags: u32) -> u32 +pub unsafe fn PdhEnumObjectItemsHW(hdatasource: P0, szmachinename: P1, szobjectname: P2, mszcounterlist: windows_core::PWSTR, pcchcounterlistlength: *mut u32, mszinstancelist: windows_core::PWSTR, pcchinstancelistlength: *mut u32, dwdetaillevel: PERF_DETAIL, dwflags: u32) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, P1: windows_core::Param, + P2: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectItemsHW(hdatasource : isize, szmachinename : windows_core::PCWSTR, szobjectname : windows_core::PCWSTR, mszcounterlist : windows_core::PWSTR, pcchcounterlistlength : *mut u32, mszinstancelist : windows_core::PWSTR, pcchinstancelistlength : *mut u32, dwdetaillevel : PERF_DETAIL, dwflags : u32) -> u32); - PdhEnumObjectItemsHW(hdatasource, szmachinename.param().abi(), szobjectname.param().abi(), core::mem::transmute(mszcounterlist), pcchcounterlistlength, core::mem::transmute(mszinstancelist), pcchinstancelistlength, dwdetaillevel, dwflags) + windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectItemsHW(hdatasource : PDH_HLOG, szmachinename : windows_core::PCWSTR, szobjectname : windows_core::PCWSTR, mszcounterlist : windows_core::PWSTR, pcchcounterlistlength : *mut u32, mszinstancelist : windows_core::PWSTR, pcchinstancelistlength : *mut u32, dwdetaillevel : PERF_DETAIL, dwflags : u32) -> u32); + PdhEnumObjectItemsHW(hdatasource.param().abi(), szmachinename.param().abi(), szobjectname.param().abi(), core::mem::transmute(mszcounterlist), pcchcounterlistlength, core::mem::transmute(mszinstancelist), pcchinstancelistlength, dwdetaillevel, dwflags) } #[inline] pub unsafe fn PdhEnumObjectItemsW(szdatasource: P0, szmachinename: P1, szobjectname: P2, mszcounterlist: windows_core::PWSTR, pcchcounterlistlength: *mut u32, mszinstancelist: windows_core::PWSTR, pcchinstancelistlength: *mut u32, dwdetaillevel: PERF_DETAIL, dwflags: u32) -> u32 @@ -274,22 +296,24 @@ where PdhEnumObjectsA(szdatasource.param().abi(), szmachinename.param().abi(), core::mem::transmute(mszobjectlist), pcchbuffersize, dwdetaillevel, brefresh.param().abi()) } #[inline] -pub unsafe fn PdhEnumObjectsHA(hdatasource: isize, szmachinename: P0, mszobjectlist: windows_core::PSTR, pcchbuffersize: *mut u32, dwdetaillevel: PERF_DETAIL, brefresh: P1) -> u32 +pub unsafe fn PdhEnumObjectsHA(hdatasource: P0, szmachinename: P1, mszobjectlist: windows_core::PSTR, pcchbuffersize: *mut u32, dwdetaillevel: PERF_DETAIL, brefresh: P2) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, + P2: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectsHA(hdatasource : isize, szmachinename : windows_core::PCSTR, mszobjectlist : windows_core::PSTR, pcchbuffersize : *mut u32, dwdetaillevel : PERF_DETAIL, brefresh : super::super::Foundation:: BOOL) -> u32); - PdhEnumObjectsHA(hdatasource, szmachinename.param().abi(), core::mem::transmute(mszobjectlist), pcchbuffersize, dwdetaillevel, brefresh.param().abi()) + windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectsHA(hdatasource : PDH_HLOG, szmachinename : windows_core::PCSTR, mszobjectlist : windows_core::PSTR, pcchbuffersize : *mut u32, dwdetaillevel : PERF_DETAIL, brefresh : super::super::Foundation:: BOOL) -> u32); + PdhEnumObjectsHA(hdatasource.param().abi(), szmachinename.param().abi(), core::mem::transmute(mszobjectlist), pcchbuffersize, dwdetaillevel, brefresh.param().abi()) } #[inline] -pub unsafe fn PdhEnumObjectsHW(hdatasource: isize, szmachinename: P0, mszobjectlist: windows_core::PWSTR, pcchbuffersize: *mut u32, dwdetaillevel: PERF_DETAIL, brefresh: P1) -> u32 +pub unsafe fn PdhEnumObjectsHW(hdatasource: P0, szmachinename: P1, mszobjectlist: windows_core::PWSTR, pcchbuffersize: *mut u32, dwdetaillevel: PERF_DETAIL, brefresh: P2) -> u32 where - P0: windows_core::Param, - P1: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, + P2: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectsHW(hdatasource : isize, szmachinename : windows_core::PCWSTR, mszobjectlist : windows_core::PWSTR, pcchbuffersize : *mut u32, dwdetaillevel : PERF_DETAIL, brefresh : super::super::Foundation:: BOOL) -> u32); - PdhEnumObjectsHW(hdatasource, szmachinename.param().abi(), core::mem::transmute(mszobjectlist), pcchbuffersize, dwdetaillevel, brefresh.param().abi()) + windows_targets::link!("pdh.dll" "system" fn PdhEnumObjectsHW(hdatasource : PDH_HLOG, szmachinename : windows_core::PCWSTR, mszobjectlist : windows_core::PWSTR, pcchbuffersize : *mut u32, dwdetaillevel : PERF_DETAIL, brefresh : super::super::Foundation:: BOOL) -> u32); + PdhEnumObjectsHW(hdatasource.param().abi(), szmachinename.param().abi(), core::mem::transmute(mszobjectlist), pcchbuffersize, dwdetaillevel, brefresh.param().abi()) } #[inline] pub unsafe fn PdhEnumObjectsW(szdatasource: P0, szmachinename: P1, mszobjectlist: windows_core::PWSTR, pcchbuffersize: *mut u32, dwdetaillevel: PERF_DETAIL, brefresh: P2) -> u32 @@ -327,20 +351,22 @@ where PdhExpandWildCardPathA(szdatasource.param().abi(), szwildcardpath.param().abi(), core::mem::transmute(mszexpandedpathlist), pcchpathlistlength, dwflags) } #[inline] -pub unsafe fn PdhExpandWildCardPathHA(hdatasource: isize, szwildcardpath: P0, mszexpandedpathlist: windows_core::PSTR, pcchpathlistlength: *mut u32, dwflags: u32) -> u32 +pub unsafe fn PdhExpandWildCardPathHA(hdatasource: P0, szwildcardpath: P1, mszexpandedpathlist: windows_core::PSTR, pcchpathlistlength: *mut u32, dwflags: u32) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhExpandWildCardPathHA(hdatasource : isize, szwildcardpath : windows_core::PCSTR, mszexpandedpathlist : windows_core::PSTR, pcchpathlistlength : *mut u32, dwflags : u32) -> u32); - PdhExpandWildCardPathHA(hdatasource, szwildcardpath.param().abi(), core::mem::transmute(mszexpandedpathlist), pcchpathlistlength, dwflags) + windows_targets::link!("pdh.dll" "system" fn PdhExpandWildCardPathHA(hdatasource : PDH_HLOG, szwildcardpath : windows_core::PCSTR, mszexpandedpathlist : windows_core::PSTR, pcchpathlistlength : *mut u32, dwflags : u32) -> u32); + PdhExpandWildCardPathHA(hdatasource.param().abi(), szwildcardpath.param().abi(), core::mem::transmute(mszexpandedpathlist), pcchpathlistlength, dwflags) } #[inline] -pub unsafe fn PdhExpandWildCardPathHW(hdatasource: isize, szwildcardpath: P0, mszexpandedpathlist: windows_core::PWSTR, pcchpathlistlength: *mut u32, dwflags: u32) -> u32 +pub unsafe fn PdhExpandWildCardPathHW(hdatasource: P0, szwildcardpath: P1, mszexpandedpathlist: windows_core::PWSTR, pcchpathlistlength: *mut u32, dwflags: u32) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhExpandWildCardPathHW(hdatasource : isize, szwildcardpath : windows_core::PCWSTR, mszexpandedpathlist : windows_core::PWSTR, pcchpathlistlength : *mut u32, dwflags : u32) -> u32); - PdhExpandWildCardPathHW(hdatasource, szwildcardpath.param().abi(), core::mem::transmute(mszexpandedpathlist), pcchpathlistlength, dwflags) + windows_targets::link!("pdh.dll" "system" fn PdhExpandWildCardPathHW(hdatasource : PDH_HLOG, szwildcardpath : windows_core::PCWSTR, mszexpandedpathlist : windows_core::PWSTR, pcchpathlistlength : *mut u32, dwflags : u32) -> u32); + PdhExpandWildCardPathHW(hdatasource.param().abi(), szwildcardpath.param().abi(), core::mem::transmute(mszexpandedpathlist), pcchpathlistlength, dwflags) } #[inline] pub unsafe fn PdhExpandWildCardPathW(szdatasource: P0, szwildcardpath: P1, mszexpandedpathlist: windows_core::PWSTR, pcchpathlistlength: *mut u32, dwflags: u32) -> u32 @@ -357,25 +383,30 @@ pub unsafe fn PdhFormatFromRawValue(dwcountertype: u32, dwformat: PDH_FMT, ptime PdhFormatFromRawValue(dwcountertype, dwformat, core::mem::transmute(ptimebase.unwrap_or(core::ptr::null())), prawvalue1, prawvalue2, pfmtvalue) } #[inline] -pub unsafe fn PdhGetCounterInfoA(hcounter: isize, bretrieveexplaintext: P0, pdwbuffersize: *mut u32, lpbuffer: Option<*mut PDH_COUNTER_INFO_A>) -> u32 +pub unsafe fn PdhGetCounterInfoA(hcounter: P0, bretrieveexplaintext: P1, pdwbuffersize: *mut u32, lpbuffer: Option<*mut PDH_COUNTER_INFO_A>) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhGetCounterInfoA(hcounter : isize, bretrieveexplaintext : super::super::Foundation:: BOOLEAN, pdwbuffersize : *mut u32, lpbuffer : *mut PDH_COUNTER_INFO_A) -> u32); - PdhGetCounterInfoA(hcounter, bretrieveexplaintext.param().abi(), pdwbuffersize, core::mem::transmute(lpbuffer.unwrap_or(core::ptr::null_mut()))) + windows_targets::link!("pdh.dll" "system" fn PdhGetCounterInfoA(hcounter : PDH_HCOUNTER, bretrieveexplaintext : super::super::Foundation:: BOOLEAN, pdwbuffersize : *mut u32, lpbuffer : *mut PDH_COUNTER_INFO_A) -> u32); + PdhGetCounterInfoA(hcounter.param().abi(), bretrieveexplaintext.param().abi(), pdwbuffersize, core::mem::transmute(lpbuffer.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn PdhGetCounterInfoW(hcounter: isize, bretrieveexplaintext: P0, pdwbuffersize: *mut u32, lpbuffer: Option<*mut PDH_COUNTER_INFO_W>) -> u32 +pub unsafe fn PdhGetCounterInfoW(hcounter: P0, bretrieveexplaintext: P1, pdwbuffersize: *mut u32, lpbuffer: Option<*mut PDH_COUNTER_INFO_W>) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhGetCounterInfoW(hcounter : isize, bretrieveexplaintext : super::super::Foundation:: BOOLEAN, pdwbuffersize : *mut u32, lpbuffer : *mut PDH_COUNTER_INFO_W) -> u32); - PdhGetCounterInfoW(hcounter, bretrieveexplaintext.param().abi(), pdwbuffersize, core::mem::transmute(lpbuffer.unwrap_or(core::ptr::null_mut()))) + windows_targets::link!("pdh.dll" "system" fn PdhGetCounterInfoW(hcounter : PDH_HCOUNTER, bretrieveexplaintext : super::super::Foundation:: BOOLEAN, pdwbuffersize : *mut u32, lpbuffer : *mut PDH_COUNTER_INFO_W) -> u32); + PdhGetCounterInfoW(hcounter.param().abi(), bretrieveexplaintext.param().abi(), pdwbuffersize, core::mem::transmute(lpbuffer.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn PdhGetCounterTimeBase(hcounter: isize, ptimebase: *mut i64) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhGetCounterTimeBase(hcounter : isize, ptimebase : *mut i64) -> u32); - PdhGetCounterTimeBase(hcounter, ptimebase) +pub unsafe fn PdhGetCounterTimeBase(hcounter: P0, ptimebase: *mut i64) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhGetCounterTimeBase(hcounter : PDH_HCOUNTER, ptimebase : *mut i64) -> u32); + PdhGetCounterTimeBase(hcounter.param().abi(), ptimebase) } #[inline] pub unsafe fn PdhGetDataSourceTimeRangeA(szdatasource: P0, pdwnumentries: *mut u32, pinfo: *mut PDH_TIME_INFO, pdwbuffersize: *mut u32) -> u32 @@ -386,8 +417,8 @@ where PdhGetDataSourceTimeRangeA(szdatasource.param().abi(), pdwnumentries, pinfo, pdwbuffersize) } #[inline] -pub unsafe fn PdhGetDataSourceTimeRangeH(hdatasource: isize, pdwnumentries: *mut u32, pinfo: *mut PDH_TIME_INFO, pdwbuffersize: *mut u32) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhGetDataSourceTimeRangeH(hdatasource : isize, pdwnumentries : *mut u32, pinfo : *mut PDH_TIME_INFO, pdwbuffersize : *mut u32) -> u32); +pub unsafe fn PdhGetDataSourceTimeRangeH(hdatasource: PDH_HLOG, pdwnumentries: *mut u32, pinfo: *mut PDH_TIME_INFO, pdwbuffersize: *mut u32) -> u32 { + windows_targets::link!("pdh.dll" "system" fn PdhGetDataSourceTimeRangeH(hdatasource : PDH_HLOG, pdwnumentries : *mut u32, pinfo : *mut PDH_TIME_INFO, pdwbuffersize : *mut u32) -> u32); PdhGetDataSourceTimeRangeH(hdatasource, pdwnumentries, pinfo, pdwbuffersize) } #[inline] @@ -409,22 +440,24 @@ where PdhGetDefaultPerfCounterA(szdatasource.param().abi(), szmachinename.param().abi(), szobjectname.param().abi(), core::mem::transmute(szdefaultcountername), pcchbuffersize) } #[inline] -pub unsafe fn PdhGetDefaultPerfCounterHA(hdatasource: isize, szmachinename: P0, szobjectname: P1, szdefaultcountername: windows_core::PSTR, pcchbuffersize: *mut u32) -> u32 +pub unsafe fn PdhGetDefaultPerfCounterHA(hdatasource: P0, szmachinename: P1, szobjectname: P2, szdefaultcountername: windows_core::PSTR, pcchbuffersize: *mut u32) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, P1: windows_core::Param, + P2: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfCounterHA(hdatasource : isize, szmachinename : windows_core::PCSTR, szobjectname : windows_core::PCSTR, szdefaultcountername : windows_core::PSTR, pcchbuffersize : *mut u32) -> u32); - PdhGetDefaultPerfCounterHA(hdatasource, szmachinename.param().abi(), szobjectname.param().abi(), core::mem::transmute(szdefaultcountername), pcchbuffersize) + windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfCounterHA(hdatasource : PDH_HLOG, szmachinename : windows_core::PCSTR, szobjectname : windows_core::PCSTR, szdefaultcountername : windows_core::PSTR, pcchbuffersize : *mut u32) -> u32); + PdhGetDefaultPerfCounterHA(hdatasource.param().abi(), szmachinename.param().abi(), szobjectname.param().abi(), core::mem::transmute(szdefaultcountername), pcchbuffersize) } #[inline] -pub unsafe fn PdhGetDefaultPerfCounterHW(hdatasource: isize, szmachinename: P0, szobjectname: P1, szdefaultcountername: windows_core::PWSTR, pcchbuffersize: *mut u32) -> u32 +pub unsafe fn PdhGetDefaultPerfCounterHW(hdatasource: P0, szmachinename: P1, szobjectname: P2, szdefaultcountername: windows_core::PWSTR, pcchbuffersize: *mut u32) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, P1: windows_core::Param, + P2: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfCounterHW(hdatasource : isize, szmachinename : windows_core::PCWSTR, szobjectname : windows_core::PCWSTR, szdefaultcountername : windows_core::PWSTR, pcchbuffersize : *mut u32) -> u32); - PdhGetDefaultPerfCounterHW(hdatasource, szmachinename.param().abi(), szobjectname.param().abi(), core::mem::transmute(szdefaultcountername), pcchbuffersize) + windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfCounterHW(hdatasource : PDH_HLOG, szmachinename : windows_core::PCWSTR, szobjectname : windows_core::PCWSTR, szdefaultcountername : windows_core::PWSTR, pcchbuffersize : *mut u32) -> u32); + PdhGetDefaultPerfCounterHW(hdatasource.param().abi(), szmachinename.param().abi(), szobjectname.param().abi(), core::mem::transmute(szdefaultcountername), pcchbuffersize) } #[inline] pub unsafe fn PdhGetDefaultPerfCounterW(szdatasource: P0, szmachinename: P1, szobjectname: P2, szdefaultcountername: windows_core::PWSTR, pcchbuffersize: *mut u32) -> u32 @@ -446,20 +479,22 @@ where PdhGetDefaultPerfObjectA(szdatasource.param().abi(), szmachinename.param().abi(), core::mem::transmute(szdefaultobjectname), pcchbuffersize) } #[inline] -pub unsafe fn PdhGetDefaultPerfObjectHA(hdatasource: isize, szmachinename: P0, szdefaultobjectname: windows_core::PSTR, pcchbuffersize: *mut u32) -> u32 +pub unsafe fn PdhGetDefaultPerfObjectHA(hdatasource: P0, szmachinename: P1, szdefaultobjectname: windows_core::PSTR, pcchbuffersize: *mut u32) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfObjectHA(hdatasource : isize, szmachinename : windows_core::PCSTR, szdefaultobjectname : windows_core::PSTR, pcchbuffersize : *mut u32) -> u32); - PdhGetDefaultPerfObjectHA(hdatasource, szmachinename.param().abi(), core::mem::transmute(szdefaultobjectname), pcchbuffersize) + windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfObjectHA(hdatasource : PDH_HLOG, szmachinename : windows_core::PCSTR, szdefaultobjectname : windows_core::PSTR, pcchbuffersize : *mut u32) -> u32); + PdhGetDefaultPerfObjectHA(hdatasource.param().abi(), szmachinename.param().abi(), core::mem::transmute(szdefaultobjectname), pcchbuffersize) } #[inline] -pub unsafe fn PdhGetDefaultPerfObjectHW(hdatasource: isize, szmachinename: P0, szdefaultobjectname: windows_core::PWSTR, pcchbuffersize: *mut u32) -> u32 +pub unsafe fn PdhGetDefaultPerfObjectHW(hdatasource: P0, szmachinename: P1, szdefaultobjectname: windows_core::PWSTR, pcchbuffersize: *mut u32) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfObjectHW(hdatasource : isize, szmachinename : windows_core::PCWSTR, szdefaultobjectname : windows_core::PWSTR, pcchbuffersize : *mut u32) -> u32); - PdhGetDefaultPerfObjectHW(hdatasource, szmachinename.param().abi(), core::mem::transmute(szdefaultobjectname), pcchbuffersize) + windows_targets::link!("pdh.dll" "system" fn PdhGetDefaultPerfObjectHW(hdatasource : PDH_HLOG, szmachinename : windows_core::PCWSTR, szdefaultobjectname : windows_core::PWSTR, pcchbuffersize : *mut u32) -> u32); + PdhGetDefaultPerfObjectHW(hdatasource.param().abi(), szmachinename.param().abi(), core::mem::transmute(szdefaultobjectname), pcchbuffersize) } #[inline] pub unsafe fn PdhGetDefaultPerfObjectW(szdatasource: P0, szmachinename: P1, szdefaultobjectname: windows_core::PWSTR, pcchbuffersize: *mut u32) -> u32 @@ -476,49 +511,76 @@ pub unsafe fn PdhGetDllVersion(lpdwversion: Option<*mut PDH_DLL_VERSION>) -> u32 PdhGetDllVersion(core::mem::transmute(lpdwversion.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn PdhGetFormattedCounterArrayA(hcounter: isize, dwformat: PDH_FMT, lpdwbuffersize: *mut u32, lpdwitemcount: *mut u32, itembuffer: Option<*mut PDH_FMT_COUNTERVALUE_ITEM_A>) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterArrayA(hcounter : isize, dwformat : PDH_FMT, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_FMT_COUNTERVALUE_ITEM_A) -> u32); - PdhGetFormattedCounterArrayA(hcounter, dwformat, lpdwbuffersize, lpdwitemcount, core::mem::transmute(itembuffer.unwrap_or(core::ptr::null_mut()))) +pub unsafe fn PdhGetFormattedCounterArrayA(hcounter: P0, dwformat: PDH_FMT, lpdwbuffersize: *mut u32, lpdwitemcount: *mut u32, itembuffer: Option<*mut PDH_FMT_COUNTERVALUE_ITEM_A>) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterArrayA(hcounter : PDH_HCOUNTER, dwformat : PDH_FMT, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_FMT_COUNTERVALUE_ITEM_A) -> u32); + PdhGetFormattedCounterArrayA(hcounter.param().abi(), dwformat, lpdwbuffersize, lpdwitemcount, core::mem::transmute(itembuffer.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn PdhGetFormattedCounterArrayW(hcounter: isize, dwformat: PDH_FMT, lpdwbuffersize: *mut u32, lpdwitemcount: *mut u32, itembuffer: Option<*mut PDH_FMT_COUNTERVALUE_ITEM_W>) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterArrayW(hcounter : isize, dwformat : PDH_FMT, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_FMT_COUNTERVALUE_ITEM_W) -> u32); - PdhGetFormattedCounterArrayW(hcounter, dwformat, lpdwbuffersize, lpdwitemcount, core::mem::transmute(itembuffer.unwrap_or(core::ptr::null_mut()))) +pub unsafe fn PdhGetFormattedCounterArrayW(hcounter: P0, dwformat: PDH_FMT, lpdwbuffersize: *mut u32, lpdwitemcount: *mut u32, itembuffer: Option<*mut PDH_FMT_COUNTERVALUE_ITEM_W>) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterArrayW(hcounter : PDH_HCOUNTER, dwformat : PDH_FMT, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_FMT_COUNTERVALUE_ITEM_W) -> u32); + PdhGetFormattedCounterArrayW(hcounter.param().abi(), dwformat, lpdwbuffersize, lpdwitemcount, core::mem::transmute(itembuffer.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn PdhGetFormattedCounterValue(hcounter: isize, dwformat: PDH_FMT, lpdwtype: Option<*mut u32>, pvalue: *mut PDH_FMT_COUNTERVALUE) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterValue(hcounter : isize, dwformat : PDH_FMT, lpdwtype : *mut u32, pvalue : *mut PDH_FMT_COUNTERVALUE) -> u32); - PdhGetFormattedCounterValue(hcounter, dwformat, core::mem::transmute(lpdwtype.unwrap_or(core::ptr::null_mut())), pvalue) +pub unsafe fn PdhGetFormattedCounterValue(hcounter: P0, dwformat: PDH_FMT, lpdwtype: Option<*mut u32>, pvalue: *mut PDH_FMT_COUNTERVALUE) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhGetFormattedCounterValue(hcounter : PDH_HCOUNTER, dwformat : PDH_FMT, lpdwtype : *mut u32, pvalue : *mut PDH_FMT_COUNTERVALUE) -> u32); + PdhGetFormattedCounterValue(hcounter.param().abi(), dwformat, core::mem::transmute(lpdwtype.unwrap_or(core::ptr::null_mut())), pvalue) } #[inline] -pub unsafe fn PdhGetLogFileSize(hlog: isize, llsize: *mut i64) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhGetLogFileSize(hlog : isize, llsize : *mut i64) -> u32); - PdhGetLogFileSize(hlog, llsize) +pub unsafe fn PdhGetLogFileSize(hlog: P0, llsize: *mut i64) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhGetLogFileSize(hlog : PDH_HLOG, llsize : *mut i64) -> u32); + PdhGetLogFileSize(hlog.param().abi(), llsize) } #[inline] -pub unsafe fn PdhGetLogSetGUID(hlog: isize, pguid: Option<*mut windows_core::GUID>, prunid: Option<*mut i32>) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhGetLogSetGUID(hlog : isize, pguid : *mut windows_core::GUID, prunid : *mut i32) -> u32); - PdhGetLogSetGUID(hlog, core::mem::transmute(pguid.unwrap_or(core::ptr::null_mut())), core::mem::transmute(prunid.unwrap_or(core::ptr::null_mut()))) +pub unsafe fn PdhGetLogSetGUID(hlog: P0, pguid: Option<*mut windows_core::GUID>, prunid: Option<*mut i32>) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhGetLogSetGUID(hlog : PDH_HLOG, pguid : *mut windows_core::GUID, prunid : *mut i32) -> u32); + PdhGetLogSetGUID(hlog.param().abi(), core::mem::transmute(pguid.unwrap_or(core::ptr::null_mut())), core::mem::transmute(prunid.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn PdhGetRawCounterArrayA(hcounter: isize, lpdwbuffersize: *mut u32, lpdwitemcount: *mut u32, itembuffer: Option<*mut PDH_RAW_COUNTER_ITEM_A>) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterArrayA(hcounter : isize, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_RAW_COUNTER_ITEM_A) -> u32); - PdhGetRawCounterArrayA(hcounter, lpdwbuffersize, lpdwitemcount, core::mem::transmute(itembuffer.unwrap_or(core::ptr::null_mut()))) +pub unsafe fn PdhGetRawCounterArrayA(hcounter: P0, lpdwbuffersize: *mut u32, lpdwitemcount: *mut u32, itembuffer: Option<*mut PDH_RAW_COUNTER_ITEM_A>) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterArrayA(hcounter : PDH_HCOUNTER, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_RAW_COUNTER_ITEM_A) -> u32); + PdhGetRawCounterArrayA(hcounter.param().abi(), lpdwbuffersize, lpdwitemcount, core::mem::transmute(itembuffer.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn PdhGetRawCounterArrayW(hcounter: isize, lpdwbuffersize: *mut u32, lpdwitemcount: *mut u32, itembuffer: Option<*mut PDH_RAW_COUNTER_ITEM_W>) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterArrayW(hcounter : isize, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_RAW_COUNTER_ITEM_W) -> u32); - PdhGetRawCounterArrayW(hcounter, lpdwbuffersize, lpdwitemcount, core::mem::transmute(itembuffer.unwrap_or(core::ptr::null_mut()))) +pub unsafe fn PdhGetRawCounterArrayW(hcounter: P0, lpdwbuffersize: *mut u32, lpdwitemcount: *mut u32, itembuffer: Option<*mut PDH_RAW_COUNTER_ITEM_W>) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterArrayW(hcounter : PDH_HCOUNTER, lpdwbuffersize : *mut u32, lpdwitemcount : *mut u32, itembuffer : *mut PDH_RAW_COUNTER_ITEM_W) -> u32); + PdhGetRawCounterArrayW(hcounter.param().abi(), lpdwbuffersize, lpdwitemcount, core::mem::transmute(itembuffer.unwrap_or(core::ptr::null_mut()))) } #[inline] -pub unsafe fn PdhGetRawCounterValue(hcounter: isize, lpdwtype: Option<*mut u32>, pvalue: *mut PDH_RAW_COUNTER) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterValue(hcounter : isize, lpdwtype : *mut u32, pvalue : *mut PDH_RAW_COUNTER) -> u32); - PdhGetRawCounterValue(hcounter, core::mem::transmute(lpdwtype.unwrap_or(core::ptr::null_mut())), pvalue) +pub unsafe fn PdhGetRawCounterValue(hcounter: P0, lpdwtype: Option<*mut u32>, pvalue: *mut PDH_RAW_COUNTER) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhGetRawCounterValue(hcounter : PDH_HCOUNTER, lpdwtype : *mut u32, pvalue : *mut PDH_RAW_COUNTER) -> u32); + PdhGetRawCounterValue(hcounter.param().abi(), core::mem::transmute(lpdwtype.unwrap_or(core::ptr::null_mut())), pvalue) } #[inline] -pub unsafe fn PdhIsRealTimeQuery(hquery: isize) -> super::super::Foundation::BOOL { - windows_targets::link!("pdh.dll" "system" fn PdhIsRealTimeQuery(hquery : isize) -> super::super::Foundation:: BOOL); - PdhIsRealTimeQuery(hquery) +pub unsafe fn PdhIsRealTimeQuery(hquery: P0) -> super::super::Foundation::BOOL +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhIsRealTimeQuery(hquery : PDH_HQUERY) -> super::super::Foundation:: BOOL); + PdhIsRealTimeQuery(hquery.param().abi()) } #[inline] pub unsafe fn PdhLookupPerfIndexByNameA(szmachinename: P0, sznamebuffer: P1, pdwindex: *mut u32) -> u32 @@ -565,42 +627,47 @@ pub unsafe fn PdhMakeCounterPathW(pcounterpathelements: *const PDH_COUNTER_PATH_ PdhMakeCounterPathW(pcounterpathelements, core::mem::transmute(szfullpathbuffer), pcchbuffersize, dwflags) } #[inline] -pub unsafe fn PdhOpenLogA(szlogfilename: P0, dwaccessflags: PDH_LOG, lpdwlogtype: *mut PDH_LOG_TYPE, hquery: isize, dwmaxsize: u32, szusercaption: P1, phlog: *mut isize) -> u32 +pub unsafe fn PdhOpenLogA(szlogfilename: P0, dwaccessflags: PDH_LOG, lpdwlogtype: *mut PDH_LOG_TYPE, hquery: P1, dwmaxsize: u32, szusercaption: P2, phlog: *mut PDH_HLOG) -> u32 where P0: windows_core::Param, - P1: windows_core::Param, + P1: windows_core::Param, + P2: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhOpenLogA(szlogfilename : windows_core::PCSTR, dwaccessflags : PDH_LOG, lpdwlogtype : *mut PDH_LOG_TYPE, hquery : isize, dwmaxsize : u32, szusercaption : windows_core::PCSTR, phlog : *mut isize) -> u32); - PdhOpenLogA(szlogfilename.param().abi(), dwaccessflags, lpdwlogtype, hquery, dwmaxsize, szusercaption.param().abi(), phlog) + windows_targets::link!("pdh.dll" "system" fn PdhOpenLogA(szlogfilename : windows_core::PCSTR, dwaccessflags : PDH_LOG, lpdwlogtype : *mut PDH_LOG_TYPE, hquery : PDH_HQUERY, dwmaxsize : u32, szusercaption : windows_core::PCSTR, phlog : *mut PDH_HLOG) -> u32); + PdhOpenLogA(szlogfilename.param().abi(), dwaccessflags, lpdwlogtype, hquery.param().abi(), dwmaxsize, szusercaption.param().abi(), phlog) } #[inline] -pub unsafe fn PdhOpenLogW(szlogfilename: P0, dwaccessflags: PDH_LOG, lpdwlogtype: *mut PDH_LOG_TYPE, hquery: isize, dwmaxsize: u32, szusercaption: P1, phlog: *mut isize) -> u32 +pub unsafe fn PdhOpenLogW(szlogfilename: P0, dwaccessflags: PDH_LOG, lpdwlogtype: *mut PDH_LOG_TYPE, hquery: P1, dwmaxsize: u32, szusercaption: P2, phlog: *mut PDH_HLOG) -> u32 where P0: windows_core::Param, - P1: windows_core::Param, + P1: windows_core::Param, + P2: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhOpenLogW(szlogfilename : windows_core::PCWSTR, dwaccessflags : PDH_LOG, lpdwlogtype : *mut PDH_LOG_TYPE, hquery : isize, dwmaxsize : u32, szusercaption : windows_core::PCWSTR, phlog : *mut isize) -> u32); - PdhOpenLogW(szlogfilename.param().abi(), dwaccessflags, lpdwlogtype, hquery, dwmaxsize, szusercaption.param().abi(), phlog) + windows_targets::link!("pdh.dll" "system" fn PdhOpenLogW(szlogfilename : windows_core::PCWSTR, dwaccessflags : PDH_LOG, lpdwlogtype : *mut PDH_LOG_TYPE, hquery : PDH_HQUERY, dwmaxsize : u32, szusercaption : windows_core::PCWSTR, phlog : *mut PDH_HLOG) -> u32); + PdhOpenLogW(szlogfilename.param().abi(), dwaccessflags, lpdwlogtype, hquery.param().abi(), dwmaxsize, szusercaption.param().abi(), phlog) } #[inline] -pub unsafe fn PdhOpenQueryA(szdatasource: P0, dwuserdata: usize, phquery: *mut isize) -> u32 +pub unsafe fn PdhOpenQueryA(szdatasource: P0, dwuserdata: usize, phquery: *mut PDH_HQUERY) -> u32 where P0: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryA(szdatasource : windows_core::PCSTR, dwuserdata : usize, phquery : *mut isize) -> u32); + windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryA(szdatasource : windows_core::PCSTR, dwuserdata : usize, phquery : *mut PDH_HQUERY) -> u32); PdhOpenQueryA(szdatasource.param().abi(), dwuserdata, phquery) } #[inline] -pub unsafe fn PdhOpenQueryH(hdatasource: isize, dwuserdata: usize, phquery: *mut isize) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryH(hdatasource : isize, dwuserdata : usize, phquery : *mut isize) -> u32); - PdhOpenQueryH(hdatasource, dwuserdata, phquery) +pub unsafe fn PdhOpenQueryH(hdatasource: P0, dwuserdata: usize, phquery: *mut PDH_HQUERY) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryH(hdatasource : PDH_HLOG, dwuserdata : usize, phquery : *mut PDH_HQUERY) -> u32); + PdhOpenQueryH(hdatasource.param().abi(), dwuserdata, phquery) } #[inline] -pub unsafe fn PdhOpenQueryW(szdatasource: P0, dwuserdata: usize, phquery: *mut isize) -> u32 +pub unsafe fn PdhOpenQueryW(szdatasource: P0, dwuserdata: usize, phquery: *mut PDH_HQUERY) -> u32 where P0: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryW(szdatasource : windows_core::PCWSTR, dwuserdata : usize, phquery : *mut isize) -> u32); + windows_targets::link!("pdh.dll" "system" fn PdhOpenQueryW(szdatasource : windows_core::PCWSTR, dwuserdata : usize, phquery : *mut PDH_HQUERY) -> u32); PdhOpenQueryW(szdatasource.param().abi(), dwuserdata, phquery) } #[inline] @@ -636,14 +703,20 @@ where PdhParseInstanceNameW(szinstancestring.param().abi(), core::mem::transmute(szinstancename), pcchinstancenamelength, core::mem::transmute(szparentname), pcchparentnamelength, lpindex) } #[inline] -pub unsafe fn PdhReadRawLogRecord(hlog: isize, ftrecord: super::super::Foundation::FILETIME, prawlogrecord: Option<*mut PDH_RAW_LOG_RECORD>, pdwbufferlength: *mut u32) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhReadRawLogRecord(hlog : isize, ftrecord : super::super::Foundation:: FILETIME, prawlogrecord : *mut PDH_RAW_LOG_RECORD, pdwbufferlength : *mut u32) -> u32); - PdhReadRawLogRecord(hlog, core::mem::transmute(ftrecord), core::mem::transmute(prawlogrecord.unwrap_or(core::ptr::null_mut())), pdwbufferlength) +pub unsafe fn PdhReadRawLogRecord(hlog: P0, ftrecord: super::super::Foundation::FILETIME, prawlogrecord: Option<*mut PDH_RAW_LOG_RECORD>, pdwbufferlength: *mut u32) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhReadRawLogRecord(hlog : PDH_HLOG, ftrecord : super::super::Foundation:: FILETIME, prawlogrecord : *mut PDH_RAW_LOG_RECORD, pdwbufferlength : *mut u32) -> u32); + PdhReadRawLogRecord(hlog.param().abi(), core::mem::transmute(ftrecord), core::mem::transmute(prawlogrecord.unwrap_or(core::ptr::null_mut())), pdwbufferlength) } #[inline] -pub unsafe fn PdhRemoveCounter(hcounter: isize) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhRemoveCounter(hcounter : isize) -> u32); - PdhRemoveCounter(hcounter) +pub unsafe fn PdhRemoveCounter(hcounter: P0) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhRemoveCounter(hcounter : PDH_HCOUNTER) -> u32); + PdhRemoveCounter(hcounter.param().abi()) } #[inline] pub unsafe fn PdhSelectDataSourceA(hwndowner: P0, dwflags: PDH_SELECT_DATA_SOURCE_FLAGS, szdatasource: windows_core::PSTR, pcchbufferlength: *mut u32) -> u32 @@ -662,8 +735,8 @@ where PdhSelectDataSourceW(hwndowner.param().abi(), dwflags, core::mem::transmute(szdatasource), pcchbufferlength) } #[inline] -pub unsafe fn PdhSetCounterScaleFactor(hcounter: isize, lfactor: i32) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhSetCounterScaleFactor(hcounter : isize, lfactor : i32) -> u32); +pub unsafe fn PdhSetCounterScaleFactor(hcounter: PDH_HCOUNTER, lfactor: i32) -> u32 { + windows_targets::link!("pdh.dll" "system" fn PdhSetCounterScaleFactor(hcounter : PDH_HCOUNTER, lfactor : i32) -> u32); PdhSetCounterScaleFactor(hcounter, lfactor) } #[inline] @@ -672,35 +745,43 @@ pub unsafe fn PdhSetDefaultRealTimeDataSource(dwdatasourceid: REAL_TIME_DATA_SOU PdhSetDefaultRealTimeDataSource(dwdatasourceid) } #[inline] -pub unsafe fn PdhSetLogSetRunID(hlog: isize, runid: i32) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhSetLogSetRunID(hlog : isize, runid : i32) -> u32); +pub unsafe fn PdhSetLogSetRunID(hlog: PDH_HLOG, runid: i32) -> u32 { + windows_targets::link!("pdh.dll" "system" fn PdhSetLogSetRunID(hlog : PDH_HLOG, runid : i32) -> u32); PdhSetLogSetRunID(hlog, runid) } #[inline] -pub unsafe fn PdhSetQueryTimeRange(hquery: isize, pinfo: *const PDH_TIME_INFO) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhSetQueryTimeRange(hquery : isize, pinfo : *const PDH_TIME_INFO) -> u32); - PdhSetQueryTimeRange(hquery, pinfo) +pub unsafe fn PdhSetQueryTimeRange(hquery: P0, pinfo: *const PDH_TIME_INFO) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhSetQueryTimeRange(hquery : PDH_HQUERY, pinfo : *const PDH_TIME_INFO) -> u32); + PdhSetQueryTimeRange(hquery.param().abi(), pinfo) } #[inline] -pub unsafe fn PdhUpdateLogA(hlog: isize, szuserstring: P0) -> u32 +pub unsafe fn PdhUpdateLogA(hlog: P0, szuserstring: P1) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogA(hlog : isize, szuserstring : windows_core::PCSTR) -> u32); - PdhUpdateLogA(hlog, szuserstring.param().abi()) + windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogA(hlog : PDH_HLOG, szuserstring : windows_core::PCSTR) -> u32); + PdhUpdateLogA(hlog.param().abi(), szuserstring.param().abi()) } #[inline] -pub unsafe fn PdhUpdateLogFileCatalog(hlog: isize) -> u32 { - windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogFileCatalog(hlog : isize) -> u32); - PdhUpdateLogFileCatalog(hlog) +pub unsafe fn PdhUpdateLogFileCatalog(hlog: P0) -> u32 +where + P0: windows_core::Param, +{ + windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogFileCatalog(hlog : PDH_HLOG) -> u32); + PdhUpdateLogFileCatalog(hlog.param().abi()) } #[inline] -pub unsafe fn PdhUpdateLogW(hlog: isize, szuserstring: P0) -> u32 +pub unsafe fn PdhUpdateLogW(hlog: P0, szuserstring: P1) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogW(hlog : isize, szuserstring : windows_core::PCWSTR) -> u32); - PdhUpdateLogW(hlog, szuserstring.param().abi()) + windows_targets::link!("pdh.dll" "system" fn PdhUpdateLogW(hlog : PDH_HLOG, szuserstring : windows_core::PCWSTR) -> u32); + PdhUpdateLogW(hlog.param().abi(), szuserstring.param().abi()) } #[inline] pub unsafe fn PdhValidatePathA(szfullpathbuffer: P0) -> u32 @@ -711,20 +792,22 @@ where PdhValidatePathA(szfullpathbuffer.param().abi()) } #[inline] -pub unsafe fn PdhValidatePathExA(hdatasource: isize, szfullpathbuffer: P0) -> u32 +pub unsafe fn PdhValidatePathExA(hdatasource: P0, szfullpathbuffer: P1) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhValidatePathExA(hdatasource : isize, szfullpathbuffer : windows_core::PCSTR) -> u32); - PdhValidatePathExA(hdatasource, szfullpathbuffer.param().abi()) + windows_targets::link!("pdh.dll" "system" fn PdhValidatePathExA(hdatasource : PDH_HLOG, szfullpathbuffer : windows_core::PCSTR) -> u32); + PdhValidatePathExA(hdatasource.param().abi(), szfullpathbuffer.param().abi()) } #[inline] -pub unsafe fn PdhValidatePathExW(hdatasource: isize, szfullpathbuffer: P0) -> u32 +pub unsafe fn PdhValidatePathExW(hdatasource: P0, szfullpathbuffer: P1) -> u32 where - P0: windows_core::Param, + P0: windows_core::Param, + P1: windows_core::Param, { - windows_targets::link!("pdh.dll" "system" fn PdhValidatePathExW(hdatasource : isize, szfullpathbuffer : windows_core::PCWSTR) -> u32); - PdhValidatePathExW(hdatasource, szfullpathbuffer.param().abi()) + windows_targets::link!("pdh.dll" "system" fn PdhValidatePathExW(hdatasource : PDH_HLOG, szfullpathbuffer : windows_core::PCWSTR) -> u32); + PdhValidatePathExW(hdatasource.param().abi(), szfullpathbuffer.param().abi()) } #[inline] pub unsafe fn PdhValidatePathW(szfullpathbuffer: P0) -> u32 @@ -11097,7 +11180,7 @@ impl Default for PDH_BROWSE_DLG_CONFIG_A { pub struct PDH_BROWSE_DLG_CONFIG_HA { pub _bitfield: u32, pub hWndOwner: super::super::Foundation::HWND, - pub hDataSource: isize, + pub hDataSource: PDH_HLOG, pub szReturnPathBuffer: windows_core::PSTR, pub cchReturnPathLength: u32, pub pCallBack: CounterPathCallBack, @@ -11119,7 +11202,7 @@ impl Default for PDH_BROWSE_DLG_CONFIG_HA { pub struct PDH_BROWSE_DLG_CONFIG_HW { pub _bitfield: u32, pub hWndOwner: super::super::Foundation::HWND, - pub hDataSource: isize, + pub hDataSource: PDH_HLOG, pub szReturnPathBuffer: windows_core::PWSTR, pub cchReturnPathLength: u32, pub pCallBack: CounterPathCallBack, @@ -11399,6 +11482,70 @@ impl Default for PDH_FMT_COUNTERVALUE_ITEM_W { unsafe { core::mem::zeroed() } } } +#[repr(transparent)] +#[derive(Clone, Copy, Debug, PartialEq, Eq)] +pub struct PDH_HCOUNTER(pub *mut core::ffi::c_void); +impl PDH_HCOUNTER { + pub fn is_invalid(&self) -> bool { + self.0.is_null() + } +} +impl Default for PDH_HCOUNTER { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +impl windows_core::TypeKind for PDH_HCOUNTER { + type TypeKind = windows_core::CopyType; +} +#[repr(transparent)] +#[derive(Clone, Copy, Debug, PartialEq, Eq)] +pub struct PDH_HLOG(pub *mut core::ffi::c_void); +impl PDH_HLOG { + pub fn is_invalid(&self) -> bool { + self.0.is_null() + } +} +impl windows_core::Free for PDH_HLOG { + #[inline] + unsafe fn free(&mut self) { + if !self.is_invalid() { + _ = PdhCloseLog(*self, 0); + } + } +} +impl Default for PDH_HLOG { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +impl windows_core::TypeKind for PDH_HLOG { + type TypeKind = windows_core::CopyType; +} +#[repr(transparent)] +#[derive(Clone, Copy, Debug, PartialEq, Eq)] +pub struct PDH_HQUERY(pub *mut core::ffi::c_void); +impl PDH_HQUERY { + pub fn is_invalid(&self) -> bool { + self.0.is_null() + } +} +impl windows_core::Free for PDH_HQUERY { + #[inline] + unsafe fn free(&mut self) { + if !self.is_invalid() { + _ = PdhCloseQuery(*self); + } + } +} +impl Default for PDH_HQUERY { + fn default() -> Self { + unsafe { core::mem::zeroed() } + } +} +impl windows_core::TypeKind for PDH_HQUERY { + type TypeKind = windows_core::CopyType; +} #[repr(C)] #[derive(Clone, Copy)] pub struct PDH_LOG_SERVICE_QUERY_INFO_A { diff --git a/crates/libs/windows/src/Windows/Win32/System/Power/mod.rs b/crates/libs/windows/src/Windows/Win32/System/Power/mod.rs index 396ed52d1a..007b0ea5d7 100644 --- a/crates/libs/windows/src/Windows/Win32/System/Power/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/System/Power/mod.rs @@ -1031,8 +1031,7 @@ pub const PPM_PERFSTATE_CHANGE_GUID: windows_core::GUID = windows_core::GUID::fr pub const PPM_PERFSTATE_DOMAIN_CHANGE_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x995e6b7f_d653_497a_b978_36a30c29bf01); pub const PPM_THERMALCONSTRAINT_GUID: windows_core::GUID = windows_core::GUID::from_u128(0xa852c2c8_1a4c_423b_8c2c_f30d82931a88); pub const PPM_THERMAL_POLICY_CHANGE_GUID: windows_core::GUID = windows_core::GUID::from_u128(0x48f377b8_6880_4c7b_8bdc_380176c6654d); -#[cfg(feature = "Win32_Devices_Properties")] -pub const PROCESSOR_NUMBER_PKEY: super::super::Devices::Properties::DEVPROPKEY = super::super::Devices::Properties::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x5724c81d_d5af_4c1f_a103_a06e28f204c6), pid: 1 }; +pub const PROCESSOR_NUMBER_PKEY: super::super::Foundation::DEVPROPKEY = super::super::Foundation::DEVPROPKEY { fmtid: windows_core::GUID::from_u128(0x5724c81d_d5af_4c1f_a103_a06e28f204c6), pid: 1 }; pub const PdcInvocation: POWER_INFORMATION_LEVEL = POWER_INFORMATION_LEVEL(67i32); pub const PhysicalPowerButtonPress: POWER_INFORMATION_LEVEL = POWER_INFORMATION_LEVEL(90i32); pub const PlatformIdleStates: POWER_INFORMATION_LEVEL = POWER_INFORMATION_LEVEL(80i32); diff --git a/crates/libs/windows/src/Windows/Win32/System/Search/mod.rs b/crates/libs/windows/src/Windows/Win32/System/Search/mod.rs index 1cbf44aa50..929da206ff 100644 --- a/crates/libs/windows/src/Windows/Win32/System/Search/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/System/Search/mod.rs @@ -3131,8 +3131,8 @@ impl ICondition2 { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetLocale)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetLeafConditionInfo(&self, ppropkey: Option<*mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY>, pcop: Option<*mut Common::CONDITION_OPERATION>, ppropvar: Option<*mut super::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant"))] + pub unsafe fn GetLeafConditionInfo(&self, ppropkey: Option<*mut super::super::Foundation::PROPERTYKEY>, pcop: Option<*mut Common::CONDITION_OPERATION>, ppropvar: Option<*mut super::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetLeafConditionInfo)(windows_core::Interface::as_raw(self), core::mem::transmute(ppropkey.unwrap_or(core::ptr::null_mut())), core::mem::transmute(pcop.unwrap_or(core::ptr::null_mut())), core::mem::transmute(ppropvar.unwrap_or(core::ptr::null_mut()))).ok() } } @@ -3141,19 +3141,19 @@ impl ICondition2 { pub struct ICondition2_Vtbl { pub base__: ICondition_Vtbl, pub GetLocale: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::PWSTR) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetLeafConditionInfo: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut Common::CONDITION_OPERATION, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant"))] + pub GetLeafConditionInfo: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::PROPERTYKEY, *mut Common::CONDITION_OPERATION, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant")))] GetLeafConditionInfo: usize, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant"))] pub trait ICondition2_Impl: Sized + ICondition_Impl { fn GetLocale(&self) -> windows_core::Result; - fn GetLeafConditionInfo(&self, ppropkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pcop: *mut Common::CONDITION_OPERATION, ppropvar: *mut super::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn GetLeafConditionInfo(&self, ppropkey: *mut super::super::Foundation::PROPERTYKEY, pcop: *mut Common::CONDITION_OPERATION, ppropvar: *mut super::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ICondition2 {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant"))] impl ICondition2_Vtbl { pub const fn new() -> ICondition2_Vtbl { unsafe extern "system" fn GetLocale(this: *mut core::ffi::c_void, ppszlocalename: *mut windows_core::PWSTR) -> windows_core::HRESULT { @@ -3166,7 +3166,7 @@ impl ICondition2_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetLeafConditionInfo(this: *mut core::ffi::c_void, ppropkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pcop: *mut Common::CONDITION_OPERATION, ppropvar: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetLeafConditionInfo(this: *mut core::ffi::c_void, ppropkey: *mut super::super::Foundation::PROPERTYKEY, pcop: *mut Common::CONDITION_OPERATION, ppropvar: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ICondition2_Impl::GetLeafConditionInfo(this, core::mem::transmute_copy(&ppropkey), core::mem::transmute_copy(&pcop), core::mem::transmute_copy(&ppropvar)).into() } @@ -3356,8 +3356,8 @@ impl IConditionFactory2 { let mut result__ = core::ptr::null_mut(); (windows_core::Interface::vtable(self).CreateCompoundFromArray)(windows_core::Interface::as_raw(self), ct, core::mem::transmute(ppcondsubs.as_ptr()), ppcondsubs.len().try_into().unwrap(), cco, &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(all(feature = "Win32_System_Search_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn CreateStringLeaf(&self, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, pszvalue: P0, pszlocalename: P1, cco: CONDITION_CREATION_OPTIONS) -> windows_core::Result + #[cfg(feature = "Win32_System_Search_Common")] + pub unsafe fn CreateStringLeaf(&self, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, pszvalue: P0, pszlocalename: P1, cco: CONDITION_CREATION_OPTIONS) -> windows_core::Result where P0: windows_core::Param, P1: windows_core::Param, @@ -3366,16 +3366,16 @@ impl IConditionFactory2 { let mut result__ = core::ptr::null_mut(); (windows_core::Interface::vtable(self).CreateStringLeaf)(windows_core::Interface::as_raw(self), propkey, cop, pszvalue.param().abi(), pszlocalename.param().abi(), cco, &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(all(feature = "Win32_System_Search_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn CreateIntegerLeaf(&self, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, lvalue: i32, cco: CONDITION_CREATION_OPTIONS) -> windows_core::Result + #[cfg(feature = "Win32_System_Search_Common")] + pub unsafe fn CreateIntegerLeaf(&self, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, lvalue: i32, cco: CONDITION_CREATION_OPTIONS) -> windows_core::Result where T: windows_core::Interface, { let mut result__ = core::ptr::null_mut(); (windows_core::Interface::vtable(self).CreateIntegerLeaf)(windows_core::Interface::as_raw(self), propkey, cop, lvalue, cco, &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(all(feature = "Win32_System_Search_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn CreateBooleanLeaf(&self, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, fvalue: P0, cco: CONDITION_CREATION_OPTIONS) -> windows_core::Result + #[cfg(feature = "Win32_System_Search_Common")] + pub unsafe fn CreateBooleanLeaf(&self, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, fvalue: P0, cco: CONDITION_CREATION_OPTIONS) -> windows_core::Result where P0: windows_core::Param, T: windows_core::Interface, @@ -3383,8 +3383,8 @@ impl IConditionFactory2 { let mut result__ = core::ptr::null_mut(); (windows_core::Interface::vtable(self).CreateBooleanLeaf)(windows_core::Interface::as_raw(self), propkey, cop, fvalue.param().abi(), cco, &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn CreateLeaf(&self, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, propvar: *const super::Com::StructuredStorage::PROPVARIANT, pszsemantictype: P0, pszlocalename: P1, ppropertynameterm: P2, poperationterm: P3, pvalueterm: P4, cco: CONDITION_CREATION_OPTIONS) -> windows_core::Result + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant"))] + pub unsafe fn CreateLeaf(&self, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, propvar: *const super::Com::StructuredStorage::PROPVARIANT, pszsemantictype: P0, pszlocalename: P1, ppropertynameterm: P2, poperationterm: P3, pvalueterm: P4, cco: CONDITION_CREATION_OPTIONS) -> windows_core::Result where P0: windows_core::Param, P1: windows_core::Param, @@ -3422,42 +3422,42 @@ pub struct IConditionFactory2_Vtbl { pub CreateCompoundFromArray: unsafe extern "system" fn(*mut core::ffi::c_void, Common::CONDITION_TYPE, *const *mut core::ffi::c_void, u32, CONDITION_CREATION_OPTIONS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(not(all(feature = "Win32_System_Com", feature = "Win32_System_Search_Common")))] CreateCompoundFromArray: usize, - #[cfg(all(feature = "Win32_System_Search_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub CreateStringLeaf: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, Common::CONDITION_OPERATION, windows_core::PCWSTR, windows_core::PCWSTR, CONDITION_CREATION_OPTIONS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Search_Common", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(feature = "Win32_System_Search_Common")] + pub CreateStringLeaf: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, Common::CONDITION_OPERATION, windows_core::PCWSTR, windows_core::PCWSTR, CONDITION_CREATION_OPTIONS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Win32_System_Search_Common"))] CreateStringLeaf: usize, - #[cfg(all(feature = "Win32_System_Search_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub CreateIntegerLeaf: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, Common::CONDITION_OPERATION, i32, CONDITION_CREATION_OPTIONS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Search_Common", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(feature = "Win32_System_Search_Common")] + pub CreateIntegerLeaf: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, Common::CONDITION_OPERATION, i32, CONDITION_CREATION_OPTIONS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Win32_System_Search_Common"))] CreateIntegerLeaf: usize, - #[cfg(all(feature = "Win32_System_Search_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub CreateBooleanLeaf: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, Common::CONDITION_OPERATION, super::super::Foundation::BOOL, CONDITION_CREATION_OPTIONS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Search_Common", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(feature = "Win32_System_Search_Common")] + pub CreateBooleanLeaf: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, Common::CONDITION_OPERATION, super::super::Foundation::BOOL, CONDITION_CREATION_OPTIONS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(feature = "Win32_System_Search_Common"))] CreateBooleanLeaf: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub CreateLeaf: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, Common::CONDITION_OPERATION, *const core::mem::MaybeUninit, windows_core::PCWSTR, windows_core::PCWSTR, *mut core::ffi::c_void, *mut core::ffi::c_void, *mut core::ffi::c_void, CONDITION_CREATION_OPTIONS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant"))] + pub CreateLeaf: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, Common::CONDITION_OPERATION, *const core::mem::MaybeUninit, windows_core::PCWSTR, windows_core::PCWSTR, *mut core::ffi::c_void, *mut core::ffi::c_void, *mut core::ffi::c_void, CONDITION_CREATION_OPTIONS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant")))] CreateLeaf: usize, #[cfg(feature = "Win32_System_Com")] pub ResolveCondition: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, STRUCTURED_QUERY_RESOLVE_OPTION, *const super::super::Foundation::SYSTEMTIME, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_System_Com"))] ResolveCondition: usize, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] pub trait IConditionFactory2_Impl: Sized + IConditionFactory_Impl { fn CreateTrueFalse(&self, fval: super::super::Foundation::BOOL, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn CreateNegation(&self, pcsub: Option<&ICondition>, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn CreateCompoundFromObjectArray(&self, ct: Common::CONDITION_TYPE, poasubs: Option<&super::super::UI::Shell::Common::IObjectArray>, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn CreateCompoundFromArray(&self, ct: Common::CONDITION_TYPE, ppcondsubs: *const Option, csubs: u32, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn CreateStringLeaf(&self, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, pszvalue: &windows_core::PCWSTR, pszlocalename: &windows_core::PCWSTR, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn CreateIntegerLeaf(&self, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, lvalue: i32, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn CreateBooleanLeaf(&self, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, fvalue: super::super::Foundation::BOOL, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn CreateLeaf(&self, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, propvar: *const super::Com::StructuredStorage::PROPVARIANT, pszsemantictype: &windows_core::PCWSTR, pszlocalename: &windows_core::PCWSTR, ppropertynameterm: Option<&IRichChunk>, poperationterm: Option<&IRichChunk>, pvalueterm: Option<&IRichChunk>, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; + fn CreateStringLeaf(&self, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, pszvalue: &windows_core::PCWSTR, pszlocalename: &windows_core::PCWSTR, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; + fn CreateIntegerLeaf(&self, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, lvalue: i32, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; + fn CreateBooleanLeaf(&self, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, fvalue: super::super::Foundation::BOOL, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; + fn CreateLeaf(&self, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, propvar: *const super::Com::StructuredStorage::PROPVARIANT, pszsemantictype: &windows_core::PCWSTR, pszlocalename: &windows_core::PCWSTR, ppropertynameterm: Option<&IRichChunk>, poperationterm: Option<&IRichChunk>, pvalueterm: Option<&IRichChunk>, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn ResolveCondition(&self, pc: Option<&ICondition>, sqro: STRUCTURED_QUERY_RESOLVE_OPTION, pstreferencetime: *const super::super::Foundation::SYSTEMTIME, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] impl windows_core::RuntimeName for IConditionFactory2 {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] impl IConditionFactory2_Vtbl { pub const fn new() -> IConditionFactory2_Vtbl { unsafe extern "system" fn CreateTrueFalse(this: *mut core::ffi::c_void, fval: super::super::Foundation::BOOL, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { @@ -3476,19 +3476,19 @@ impl IConditionFactory2_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IConditionFactory2_Impl::CreateCompoundFromArray(this, core::mem::transmute_copy(&ct), core::mem::transmute_copy(&ppcondsubs), core::mem::transmute_copy(&csubs), core::mem::transmute_copy(&cco), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn CreateStringLeaf(this: *mut core::ffi::c_void, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, pszvalue: windows_core::PCWSTR, pszlocalename: windows_core::PCWSTR, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn CreateStringLeaf(this: *mut core::ffi::c_void, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, pszvalue: windows_core::PCWSTR, pszlocalename: windows_core::PCWSTR, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IConditionFactory2_Impl::CreateStringLeaf(this, core::mem::transmute_copy(&propkey), core::mem::transmute_copy(&cop), core::mem::transmute(&pszvalue), core::mem::transmute(&pszlocalename), core::mem::transmute_copy(&cco), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn CreateIntegerLeaf(this: *mut core::ffi::c_void, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, lvalue: i32, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn CreateIntegerLeaf(this: *mut core::ffi::c_void, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, lvalue: i32, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IConditionFactory2_Impl::CreateIntegerLeaf(this, core::mem::transmute_copy(&propkey), core::mem::transmute_copy(&cop), core::mem::transmute_copy(&lvalue), core::mem::transmute_copy(&cco), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn CreateBooleanLeaf(this: *mut core::ffi::c_void, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, fvalue: super::super::Foundation::BOOL, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn CreateBooleanLeaf(this: *mut core::ffi::c_void, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, fvalue: super::super::Foundation::BOOL, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IConditionFactory2_Impl::CreateBooleanLeaf(this, core::mem::transmute_copy(&propkey), core::mem::transmute_copy(&cop), core::mem::transmute_copy(&fvalue), core::mem::transmute_copy(&cco), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn CreateLeaf(this: *mut core::ffi::c_void, propkey: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, cop: Common::CONDITION_OPERATION, propvar: *const core::mem::MaybeUninit, pszsemantictype: windows_core::PCWSTR, pszlocalename: windows_core::PCWSTR, ppropertynameterm: *mut core::ffi::c_void, poperationterm: *mut core::ffi::c_void, pvalueterm: *mut core::ffi::c_void, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn CreateLeaf(this: *mut core::ffi::c_void, propkey: *const super::super::Foundation::PROPERTYKEY, cop: Common::CONDITION_OPERATION, propvar: *const core::mem::MaybeUninit, pszsemantictype: windows_core::PCWSTR, pszlocalename: windows_core::PCWSTR, ppropertynameterm: *mut core::ffi::c_void, poperationterm: *mut core::ffi::c_void, pvalueterm: *mut core::ffi::c_void, cco: CONDITION_CREATION_OPTIONS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IConditionFactory2_Impl::CreateLeaf(this, core::mem::transmute_copy(&propkey), core::mem::transmute_copy(&cop), core::mem::transmute_copy(&propvar), core::mem::transmute(&pszsemantictype), core::mem::transmute(&pszlocalename), windows_core::from_raw_borrowed(&ppropertynameterm), windows_core::from_raw_borrowed(&poperationterm), windows_core::from_raw_borrowed(&pvalueterm), core::mem::transmute_copy(&cco), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } @@ -11288,8 +11288,8 @@ impl ISearchQueryHelper { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GenerateSQLFromUserQuery)(windows_core::Interface::as_raw(self), pszquery.param().abi(), &mut result__).map(|| result__) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn WriteProperties(&self, itemid: i32, dwnumberofcolumns: u32, pcolumns: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalues: *const SEARCH_COLUMN_PROPERTIES, pftgathermodifiedtime: *const super::super::Foundation::FILETIME) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn WriteProperties(&self, itemid: i32, dwnumberofcolumns: u32, pcolumns: *const super::super::Foundation::PROPERTYKEY, pvalues: *const SEARCH_COLUMN_PROPERTIES, pftgathermodifiedtime: *const super::super::Foundation::FILETIME) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).WriteProperties)(windows_core::Interface::as_raw(self), itemid, dwnumberofcolumns, pcolumns, pvalues, pftgathermodifiedtime).ok() } pub unsafe fn SetQueryMaxResults(&self, cmaxresults: i32) -> windows_core::Result<()> { @@ -11321,14 +11321,14 @@ pub struct ISearchQueryHelper_Vtbl { pub SetQuerySorting: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR) -> windows_core::HRESULT, pub QuerySorting: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::PWSTR) -> windows_core::HRESULT, pub GenerateSQLFromUserQuery: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *mut windows_core::PWSTR) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub WriteProperties: unsafe extern "system" fn(*mut core::ffi::c_void, i32, u32, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *const SEARCH_COLUMN_PROPERTIES, *const super::super::Foundation::FILETIME) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub WriteProperties: unsafe extern "system" fn(*mut core::ffi::c_void, i32, u32, *const super::super::Foundation::PROPERTYKEY, *const SEARCH_COLUMN_PROPERTIES, *const super::super::Foundation::FILETIME) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] WriteProperties: usize, pub SetQueryMaxResults: unsafe extern "system" fn(*mut core::ffi::c_void, i32) -> windows_core::HRESULT, pub QueryMaxResults: unsafe extern "system" fn(*mut core::ffi::c_void, *mut i32) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait ISearchQueryHelper_Impl: Sized + windows_core::IUnknownImpl { fn ConnectionString(&self) -> windows_core::Result; fn SetQueryContentLocale(&self, lcid: u32) -> windows_core::Result<()>; @@ -11348,13 +11348,13 @@ pub trait ISearchQueryHelper_Impl: Sized + windows_core::IUnknownImpl { fn SetQuerySorting(&self, pszsorting: &windows_core::PCWSTR) -> windows_core::Result<()>; fn QuerySorting(&self) -> windows_core::Result; fn GenerateSQLFromUserQuery(&self, pszquery: &windows_core::PCWSTR) -> windows_core::Result; - fn WriteProperties(&self, itemid: i32, dwnumberofcolumns: u32, pcolumns: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalues: *const SEARCH_COLUMN_PROPERTIES, pftgathermodifiedtime: *const super::super::Foundation::FILETIME) -> windows_core::Result<()>; + fn WriteProperties(&self, itemid: i32, dwnumberofcolumns: u32, pcolumns: *const super::super::Foundation::PROPERTYKEY, pvalues: *const SEARCH_COLUMN_PROPERTIES, pftgathermodifiedtime: *const super::super::Foundation::FILETIME) -> windows_core::Result<()>; fn SetQueryMaxResults(&self, cmaxresults: i32) -> windows_core::Result<()>; fn QueryMaxResults(&self) -> windows_core::Result; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ISearchQueryHelper {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl ISearchQueryHelper_Vtbl { pub const fn new() -> ISearchQueryHelper_Vtbl { unsafe extern "system" fn ConnectionString(this: *mut core::ffi::c_void, pszconnectionstring: *mut windows_core::PWSTR) -> windows_core::HRESULT { @@ -11489,7 +11489,7 @@ impl ISearchQueryHelper_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn WriteProperties(this: *mut core::ffi::c_void, itemid: i32, dwnumberofcolumns: u32, pcolumns: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pvalues: *const SEARCH_COLUMN_PROPERTIES, pftgathermodifiedtime: *const super::super::Foundation::FILETIME) -> windows_core::HRESULT { + unsafe extern "system" fn WriteProperties(this: *mut core::ffi::c_void, itemid: i32, dwnumberofcolumns: u32, pcolumns: *const super::super::Foundation::PROPERTYKEY, pvalues: *const SEARCH_COLUMN_PROPERTIES, pftgathermodifiedtime: *const super::super::Foundation::FILETIME) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ISearchQueryHelper_Impl::WriteProperties(this, core::mem::transmute_copy(&itemid), core::mem::transmute_copy(&dwnumberofcolumns), core::mem::transmute_copy(&pcolumns), core::mem::transmute_copy(&pvalues), core::mem::transmute_copy(&pftgathermodifiedtime)).into() } @@ -13998,8 +13998,7 @@ impl IUrlAccessor4 { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).ShouldIndexItemContent)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn ShouldIndexProperty(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn ShouldIndexProperty(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).ShouldIndexProperty)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } @@ -14008,19 +14007,16 @@ impl IUrlAccessor4 { pub struct IUrlAccessor4_Vtbl { pub base__: IUrlAccessor3_Vtbl, pub ShouldIndexItemContent: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub ShouldIndexProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - ShouldIndexProperty: usize, + pub ShouldIndexProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_Storage_IndexServer", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Storage_IndexServer", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IUrlAccessor4_Impl: Sized + IUrlAccessor3_Impl { fn ShouldIndexItemContent(&self) -> windows_core::Result; - fn ShouldIndexProperty(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn ShouldIndexProperty(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; } -#[cfg(all(feature = "Win32_Storage_IndexServer", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Storage_IndexServer", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IUrlAccessor4 {} -#[cfg(all(feature = "Win32_Storage_IndexServer", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_Storage_IndexServer", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IUrlAccessor4_Vtbl { pub const fn new() -> IUrlAccessor4_Vtbl { unsafe extern "system" fn ShouldIndexItemContent(this: *mut core::ffi::c_void, pfindexcontent: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { @@ -14033,7 +14029,7 @@ impl IUrlAccessor4_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn ShouldIndexProperty(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, pfindexproperty: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { + unsafe extern "system" fn ShouldIndexProperty(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pfindexproperty: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IUrlAccessor4_Impl::ShouldIndexProperty(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { diff --git a/crates/libs/windows/src/Windows/Win32/System/SideShow/mod.rs b/crates/libs/windows/src/Windows/Win32/System/SideShow/mod.rs index f36b5e99f8..07776b5ef7 100644 --- a/crates/libs/windows/src/Windows/Win32/System/SideShow/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/System/SideShow/mod.rs @@ -19,13 +19,13 @@ pub struct ISideShowBulkCapabilities_Vtbl { pub base__: ISideShowCapabilities_Vtbl, pub GetCapabilities: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait ISideShowBulkCapabilities_Impl: Sized + ISideShowCapabilities_Impl { fn GetCapabilities(&self, in_keycollection: Option<&ISideShowKeyCollection>, inout_pvalues: *mut Option) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ISideShowBulkCapabilities {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl ISideShowBulkCapabilities_Vtbl { pub const fn new() -> ISideShowBulkCapabilities_Vtbl { unsafe extern "system" fn GetCapabilities(this: *mut core::ffi::c_void, in_keycollection: *mut core::ffi::c_void, inout_pvalues: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { @@ -47,29 +47,29 @@ impl core::ops::Deref for ISideShowCapabilities { } windows_core::imp::interface_hierarchy!(ISideShowCapabilities, windows_core::IUnknown); impl ISideShowCapabilities { - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetCapability(&self, in_keycapability: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, inout_pvalue: *mut super::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetCapability(&self, in_keycapability: *const super::super::Foundation::PROPERTYKEY, inout_pvalue: *mut super::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetCapability)(windows_core::Interface::as_raw(self), in_keycapability, core::mem::transmute(inout_pvalue)).ok() } } #[repr(C)] pub struct ISideShowCapabilities_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetCapability: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetCapability: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetCapability: usize, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait ISideShowCapabilities_Impl: Sized + windows_core::IUnknownImpl { - fn GetCapability(&self, in_keycapability: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, inout_pvalue: *mut super::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn GetCapability(&self, in_keycapability: *const super::super::Foundation::PROPERTYKEY, inout_pvalue: *mut super::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ISideShowCapabilities {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl ISideShowCapabilities_Vtbl { pub const fn new() -> ISideShowCapabilities_Vtbl { - unsafe extern "system" fn GetCapability(this: *mut core::ffi::c_void, in_keycapability: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, inout_pvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetCapability(this: *mut core::ffi::c_void, in_keycapability: *const super::super::Foundation::PROPERTYKEY, inout_pvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ISideShowCapabilities_Impl::GetCapability(this, core::mem::transmute_copy(&in_keycapability), core::mem::transmute_copy(&inout_pvalue)).into() } @@ -392,15 +392,13 @@ impl core::ops::Deref for ISideShowKeyCollection { } windows_core::imp::interface_hierarchy!(ISideShowKeyCollection, windows_core::IUnknown); impl ISideShowKeyCollection { - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn Add(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn Add(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Add)(windows_core::Interface::as_raw(self), key).ok() } pub unsafe fn Clear(&self) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Clear)(windows_core::Interface::as_raw(self)).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetAt(&self, dwindex: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn GetAt(&self, dwindex: u32, pkey: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetAt)(windows_core::Interface::as_raw(self), dwindex, pkey).ok() } pub unsafe fn GetCount(&self, pcelems: *const u32) -> windows_core::Result<()> { @@ -413,32 +411,23 @@ impl ISideShowKeyCollection { #[repr(C)] pub struct ISideShowKeyCollection_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub Add: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - Add: usize, + pub Add: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, pub Clear: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetAt: usize, + pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, pub GetCount: unsafe extern "system" fn(*mut core::ffi::c_void, *const u32) -> windows_core::HRESULT, pub RemoveAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait ISideShowKeyCollection_Impl: Sized + windows_core::IUnknownImpl { - fn Add(&self, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn Add(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; fn Clear(&self) -> windows_core::Result<()>; - fn GetAt(&self, dwindex: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn GetAt(&self, dwindex: u32, pkey: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; fn GetCount(&self, pcelems: *const u32) -> windows_core::Result<()>; fn RemoveAt(&self, dwindex: u32) -> windows_core::Result<()>; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for ISideShowKeyCollection {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl ISideShowKeyCollection_Vtbl { pub const fn new() -> ISideShowKeyCollection_Vtbl { - unsafe extern "system" fn Add(this: *mut core::ffi::c_void, key: *const super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn Add(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ISideShowKeyCollection_Impl::Add(this, core::mem::transmute_copy(&key)).into() } @@ -446,7 +435,7 @@ impl ISideShowKeyCollection_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ISideShowKeyCollection_Impl::Clear(this).into() } - unsafe extern "system" fn GetAt(this: *mut core::ffi::c_void, dwindex: u32, pkey: *mut super::super::UI::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn GetAt(this: *mut core::ffi::c_void, dwindex: u32, pkey: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ISideShowKeyCollection_Impl::GetAt(this, core::mem::transmute_copy(&dwindex), core::mem::transmute_copy(&pkey)).into() } @@ -881,33 +870,20 @@ pub const SCF_EVENT_CONTEXTMENU: SCF_EVENT_IDS = SCF_EVENT_IDS(3i32); pub const SCF_EVENT_MENUACTION: SCF_EVENT_IDS = SCF_EVENT_IDS(2i32); pub const SCF_EVENT_NAVIGATION: SCF_EVENT_IDS = SCF_EVENT_IDS(1i32); pub const SIDESHOW_APPLICATION_EVENT: windows_core::GUID = windows_core::GUID::from_u128(0x4cb572fa_1d3b_49b3_a17a_2e6bff052854); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_CLIENT_AREA_HEIGHT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 16 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_CLIENT_AREA_WIDTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 15 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_COLOR_DEPTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_COLOR_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_CURRENT_LANGUAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_DATA_CACHE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_DEVICE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 1 }; +pub const SIDESHOW_CAPABILITY_CLIENT_AREA_HEIGHT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 16 }; +pub const SIDESHOW_CAPABILITY_CLIENT_AREA_WIDTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 15 }; +pub const SIDESHOW_CAPABILITY_COLOR_DEPTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 5 }; +pub const SIDESHOW_CAPABILITY_COLOR_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 6 }; +pub const SIDESHOW_CAPABILITY_CURRENT_LANGUAGE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 9 }; +pub const SIDESHOW_CAPABILITY_DATA_CACHE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 7 }; +pub const SIDESHOW_CAPABILITY_DEVICE_ID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 1 }; pub const SIDESHOW_CAPABILITY_DEVICE_PROPERTIES: windows_core::GUID = windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_SCREEN_HEIGHT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_SCREEN_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_SCREEN_WIDTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_SUPPORTED_IMAGE_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 14 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_SUPPORTED_LANGUAGES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const SIDESHOW_CAPABILITY_SUPPORTED_THEMES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 10 }; +pub const SIDESHOW_CAPABILITY_SCREEN_HEIGHT: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 4 }; +pub const SIDESHOW_CAPABILITY_SCREEN_TYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 2 }; +pub const SIDESHOW_CAPABILITY_SCREEN_WIDTH: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 3 }; +pub const SIDESHOW_CAPABILITY_SUPPORTED_IMAGE_FORMATS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 14 }; +pub const SIDESHOW_CAPABILITY_SUPPORTED_LANGUAGES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 8 }; +pub const SIDESHOW_CAPABILITY_SUPPORTED_THEMES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x8abc88a8_857b_4ad7_a35a_b5942f492b99), pid: 10 }; pub const SIDESHOW_COLOR_TYPE_BLACK_AND_WHITE: SIDESHOW_COLOR_TYPE = SIDESHOW_COLOR_TYPE(2i32); pub const SIDESHOW_COLOR_TYPE_COLOR: SIDESHOW_COLOR_TYPE = SIDESHOW_COLOR_TYPE(0i32); pub const SIDESHOW_COLOR_TYPE_GREYSCALE: SIDESHOW_COLOR_TYPE = SIDESHOW_COLOR_TYPE(1i32); diff --git a/crates/libs/windows/src/Windows/Win32/System/WindowsProgramming/mod.rs b/crates/libs/windows/src/Windows/Win32/System/WindowsProgramming/mod.rs index 003ab3c3e4..b8f71e0289 100644 --- a/crates/libs/windows/src/Windows/Win32/System/WindowsProgramming/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/System/WindowsProgramming/mod.rs @@ -2431,31 +2431,6 @@ pub const CODEINTEGRITY_OPTION_UMCI_ENABLED: u32 = 4u32; pub const CODEINTEGRITY_OPTION_UMCI_EXCLUSIONPATHS_ENABLED: u32 = 16u32; pub const COMMPROP_INITIALIZED: u32 = 3879531822u32; pub const CONTEXT_SIZE: u32 = 16u32; -pub const COPYFILE2_IO_CYCLE_SIZE_MAX: u32 = 1073741824u32; -pub const COPYFILE2_IO_CYCLE_SIZE_MIN: u32 = 4096u32; -pub const COPYFILE2_IO_RATE_MIN: u32 = 512u32; -pub const COPYFILE2_MESSAGE_COPY_OFFLOAD: i32 = 1i32; -pub const COPY_FILE2_V2_DONT_COPY_JUNCTIONS: u32 = 1u32; -pub const COPY_FILE2_V2_VALID_FLAGS: u32 = 1u32; -pub const COPY_FILE_ALLOW_DECRYPTED_DESTINATION: u32 = 8u32; -pub const COPY_FILE_COPY_SYMLINK: u32 = 2048u32; -pub const COPY_FILE_DIRECTORY: u32 = 128u32; -pub const COPY_FILE_DISABLE_PRE_ALLOCATION: u32 = 67108864u32; -pub const COPY_FILE_DONT_REQUEST_DEST_WRITE_DAC: u32 = 33554432u32; -pub const COPY_FILE_ENABLE_LOW_FREE_SPACE_MODE: u32 = 134217728u32; -pub const COPY_FILE_ENABLE_SPARSE_COPY: u32 = 536870912u32; -pub const COPY_FILE_FAIL_IF_EXISTS: u32 = 1u32; -pub const COPY_FILE_IGNORE_EDP_BLOCK: u32 = 4194304u32; -pub const COPY_FILE_IGNORE_SOURCE_ENCRYPTION: u32 = 8388608u32; -pub const COPY_FILE_NO_BUFFERING: u32 = 4096u32; -pub const COPY_FILE_NO_OFFLOAD: u32 = 262144u32; -pub const COPY_FILE_OPEN_AND_COPY_REPARSE_POINT: u32 = 2097152u32; -pub const COPY_FILE_OPEN_SOURCE_FOR_WRITE: u32 = 4u32; -pub const COPY_FILE_REQUEST_COMPRESSED_TRAFFIC: u32 = 268435456u32; -pub const COPY_FILE_REQUEST_SECURITY_PRIVILEGES: u32 = 8192u32; -pub const COPY_FILE_RESTARTABLE: u32 = 2u32; -pub const COPY_FILE_RESUME_FROM_PAUSE: u32 = 16384u32; -pub const COPY_FILE_SKIP_ALTERNATE_STREAMS: u32 = 32768u32; pub const CO_NL_ENTITY: TDIENTITY_ENTITY_TYPE = TDIENTITY_ENTITY_TYPE(768u32); pub const CO_TL_ENTITY: TDIENTITY_ENTITY_TYPE = TDIENTITY_ENTITY_TYPE(1024u32); pub const CO_TL_NBF: u32 = 1024u32; @@ -2775,10 +2750,6 @@ pub const PROC_THREAD_ATTRIBUTE_ADDITIVE: u32 = 262144u32; pub const PROC_THREAD_ATTRIBUTE_INPUT: u32 = 131072u32; pub const PROC_THREAD_ATTRIBUTE_NUMBER: u32 = 65535u32; pub const PROC_THREAD_ATTRIBUTE_THREAD: u32 = 65536u32; -pub const PROGRESS_CANCEL: u32 = 1u32; -pub const PROGRESS_CONTINUE: u32 = 0u32; -pub const PROGRESS_QUIET: u32 = 3u32; -pub const PROGRESS_STOP: u32 = 2u32; pub const PROTECTION_LEVEL_SAME: u32 = 4294967295u32; pub const PST_FAX: u32 = 33u32; pub const PST_LAT: u32 = 257u32; @@ -3644,19 +3615,6 @@ impl Default for FEATURE_STATE_CHANGE_SUBSCRIPTION { impl windows_core::TypeKind for FEATURE_STATE_CHANGE_SUBSCRIPTION { type TypeKind = windows_core::CopyType; } -#[repr(C)] -#[derive(Clone, Copy, Debug, Eq, PartialEq)] -pub struct FILE_CASE_SENSITIVE_INFO { - pub Flags: u32, -} -impl windows_core::TypeKind for FILE_CASE_SENSITIVE_INFO { - type TypeKind = windows_core::CopyType; -} -impl Default for FILE_CASE_SENSITIVE_INFO { - fn default() -> Self { - unsafe { core::mem::zeroed() } - } -} #[repr(transparent)] #[derive(Clone, Copy, Debug, PartialEq, Eq)] pub struct HWINWATCH(pub *mut core::ffi::c_void); diff --git a/crates/libs/windows/src/Windows/Win32/System/WindowsSync/mod.rs b/crates/libs/windows/src/Windows/Win32/System/WindowsSync/mod.rs index 6d276bff4c..f4ce6587b5 100644 --- a/crates/libs/windows/src/Windows/Win32/System/WindowsSync/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/System/WindowsSync/mod.rs @@ -6008,50 +6008,28 @@ pub const KCCR_COOKIE_KNOWLEDGE_CONTAINED: KNOWLEDGE_COOKIE_COMPARISON_RESULT = pub const KCCR_COOKIE_KNOWLEDGE_CONTAINS: KNOWLEDGE_COOKIE_COMPARISON_RESULT = KNOWLEDGE_COOKIE_COMPARISON_RESULT(2i32); pub const KCCR_COOKIE_KNOWLEDGE_EQUAL: KNOWLEDGE_COOKIE_COMPARISON_RESULT = KNOWLEDGE_COOKIE_COMPARISON_RESULT(0i32); pub const KCCR_COOKIE_KNOWLEDGE_NOT_COMPARABLE: KNOWLEDGE_COOKIE_COMPARISON_RESULT = KNOWLEDGE_COOKIE_COMPARISON_RESULT(3i32); -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_CAPABILITIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_CLSID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_CONTENTTYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_ICON: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_INSTANCEID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_IS_GLOBAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_MENUITEM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 13 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_MENUITEM_NOUI: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 12 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_SUPPORTED_ARCHITECTURE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_CONFIGUI_TOOLTIPS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 10 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PROVIDER_CAPABILITIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 6 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PROVIDER_CLSID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 3 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PROVIDER_CONFIGUI: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 4 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PROVIDER_CONTENTTYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 5 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PROVIDER_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 9 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PROVIDER_ICON: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 11 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PROVIDER_INSTANCEID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 2 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PROVIDER_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 8 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PROVIDER_SUPPORTED_ARCHITECTURE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 7 }; -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] -pub const PKEY_PROVIDER_TOOLTIPS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 10 }; +pub const PKEY_CONFIGUI_CAPABILITIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 5 }; +pub const PKEY_CONFIGUI_CLSID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 3 }; +pub const PKEY_CONFIGUI_CONTENTTYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 4 }; +pub const PKEY_CONFIGUI_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 9 }; +pub const PKEY_CONFIGUI_ICON: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 11 }; +pub const PKEY_CONFIGUI_INSTANCEID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 2 }; +pub const PKEY_CONFIGUI_IS_GLOBAL: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 7 }; +pub const PKEY_CONFIGUI_MENUITEM: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 13 }; +pub const PKEY_CONFIGUI_MENUITEM_NOUI: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 12 }; +pub const PKEY_CONFIGUI_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 8 }; +pub const PKEY_CONFIGUI_SUPPORTED_ARCHITECTURE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 6 }; +pub const PKEY_CONFIGUI_TOOLTIPS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x554b24ea_e8e3_45ba_9352_dfb561e171e4), pid: 10 }; +pub const PKEY_PROVIDER_CAPABILITIES: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 6 }; +pub const PKEY_PROVIDER_CLSID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 3 }; +pub const PKEY_PROVIDER_CONFIGUI: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 4 }; +pub const PKEY_PROVIDER_CONTENTTYPE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 5 }; +pub const PKEY_PROVIDER_DESCRIPTION: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 9 }; +pub const PKEY_PROVIDER_ICON: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 11 }; +pub const PKEY_PROVIDER_INSTANCEID: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 2 }; +pub const PKEY_PROVIDER_NAME: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 8 }; +pub const PKEY_PROVIDER_SUPPORTED_ARCHITECTURE: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 7 }; +pub const PKEY_PROVIDER_TOOLTIPS: super::super::Foundation::PROPERTYKEY = super::super::Foundation::PROPERTYKEY { fmtid: windows_core::GUID::from_u128(0x84179e61_60f6_4c1c_88ed_f1c531b32bda), pid: 10 }; pub const SCC_CAN_CREATE_WITHOUT_UI: u32 = 1u32; pub const SCC_CAN_MODIFY_WITHOUT_UI: u32 = 2u32; pub const SCC_CREATE_NOT_SUPPORTED: u32 = 4u32; diff --git a/crates/libs/windows/src/Windows/Win32/UI/Ribbon/mod.rs b/crates/libs/windows/src/Windows/Win32/UI/Ribbon/mod.rs index 3a4199de3f..f9b28c293b 100644 --- a/crates/libs/windows/src/Windows/Win32/UI/Ribbon/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/UI/Ribbon/mod.rs @@ -235,15 +235,15 @@ impl core::ops::Deref for IUICommandHandler { } windows_core::imp::interface_hierarchy!(IUICommandHandler, windows_core::IUnknown); impl IUICommandHandler { - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn Execute(&self, commandid: u32, verb: UI_EXECUTIONVERB, key: Option<*const super::Shell::PropertiesSystem::PROPERTYKEY>, currentvalue: Option<*const super::super::System::Com::StructuredStorage::PROPVARIANT>, commandexecutionproperties: P0) -> windows_core::Result<()> + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn Execute(&self, commandid: u32, verb: UI_EXECUTIONVERB, key: Option<*const super::super::Foundation::PROPERTYKEY>, currentvalue: Option<*const super::super::System::Com::StructuredStorage::PROPVARIANT>, commandexecutionproperties: P0) -> windows_core::Result<()> where P0: windows_core::Param, { (windows_core::Interface::vtable(self).Execute)(windows_core::Interface::as_raw(self), commandid, verb, core::mem::transmute(key.unwrap_or(core::ptr::null())), core::mem::transmute(currentvalue.unwrap_or(core::ptr::null())), commandexecutionproperties.param().abi()).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn UpdateProperty(&self, commandid: u32, key: *const super::Shell::PropertiesSystem::PROPERTYKEY, currentvalue: Option<*const super::super::System::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn UpdateProperty(&self, commandid: u32, key: *const super::super::Foundation::PROPERTYKEY, currentvalue: Option<*const super::super::System::Com::StructuredStorage::PROPVARIANT>) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).UpdateProperty)(windows_core::Interface::as_raw(self), commandid, key, core::mem::transmute(currentvalue.unwrap_or(core::ptr::null())), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -251,30 +251,30 @@ impl IUICommandHandler { #[repr(C)] pub struct IUICommandHandler_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub Execute: unsafe extern "system" fn(*mut core::ffi::c_void, u32, UI_EXECUTIONVERB, *const super::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit, *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub Execute: unsafe extern "system" fn(*mut core::ffi::c_void, u32, UI_EXECUTIONVERB, *const super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit, *mut core::ffi::c_void) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] Execute: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub UpdateProperty: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const super::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub UpdateProperty: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] UpdateProperty: usize, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IUICommandHandler_Impl: Sized + windows_core::IUnknownImpl { - fn Execute(&self, commandid: u32, verb: UI_EXECUTIONVERB, key: *const super::Shell::PropertiesSystem::PROPERTYKEY, currentvalue: *const super::super::System::Com::StructuredStorage::PROPVARIANT, commandexecutionproperties: Option<&IUISimplePropertySet>) -> windows_core::Result<()>; - fn UpdateProperty(&self, commandid: u32, key: *const super::Shell::PropertiesSystem::PROPERTYKEY, currentvalue: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result; + fn Execute(&self, commandid: u32, verb: UI_EXECUTIONVERB, key: *const super::super::Foundation::PROPERTYKEY, currentvalue: *const super::super::System::Com::StructuredStorage::PROPVARIANT, commandexecutionproperties: Option<&IUISimplePropertySet>) -> windows_core::Result<()>; + fn UpdateProperty(&self, commandid: u32, key: *const super::super::Foundation::PROPERTYKEY, currentvalue: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IUICommandHandler {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IUICommandHandler_Vtbl { pub const fn new() -> IUICommandHandler_Vtbl { - unsafe extern "system" fn Execute(this: *mut core::ffi::c_void, commandid: u32, verb: UI_EXECUTIONVERB, key: *const super::Shell::PropertiesSystem::PROPERTYKEY, currentvalue: *const core::mem::MaybeUninit, commandexecutionproperties: *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn Execute(this: *mut core::ffi::c_void, commandid: u32, verb: UI_EXECUTIONVERB, key: *const super::super::Foundation::PROPERTYKEY, currentvalue: *const core::mem::MaybeUninit, commandexecutionproperties: *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IUICommandHandler_Impl::Execute(this, core::mem::transmute_copy(&commandid), core::mem::transmute_copy(&verb), core::mem::transmute_copy(&key), core::mem::transmute_copy(¤tvalue), windows_core::from_raw_borrowed(&commandexecutionproperties)).into() } - unsafe extern "system" fn UpdateProperty(this: *mut core::ffi::c_void, commandid: u32, key: *const super::Shell::PropertiesSystem::PROPERTYKEY, currentvalue: *const core::mem::MaybeUninit, newvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn UpdateProperty(this: *mut core::ffi::c_void, commandid: u32, key: *const super::super::Foundation::PROPERTYKEY, currentvalue: *const core::mem::MaybeUninit, newvalue: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IUICommandHandler_Impl::UpdateProperty(this, core::mem::transmute_copy(&commandid), core::mem::transmute_copy(&key), core::mem::transmute_copy(¤tvalue)) { Ok(ok__) => { @@ -428,17 +428,16 @@ impl IUIFramework { pub unsafe fn GetView(&self, viewid: u32, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetView)(windows_core::Interface::as_raw(self), viewid, riid, ppv).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetUICommandProperty(&self, commandid: u32, key: *const super::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetUICommandProperty(&self, commandid: u32, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetUICommandProperty)(windows_core::Interface::as_raw(self), commandid, key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn SetUICommandProperty(&self, commandid: u32, key: *const super::Shell::PropertiesSystem::PROPERTYKEY, value: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn SetUICommandProperty(&self, commandid: u32, key: *const super::super::Foundation::PROPERTYKEY, value: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetUICommandProperty)(windows_core::Interface::as_raw(self), commandid, key, core::mem::transmute(value)).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn InvalidateUICommand(&self, commandid: u32, flags: UI_INVALIDATIONS, key: Option<*const super::Shell::PropertiesSystem::PROPERTYKEY>) -> windows_core::Result<()> { + pub unsafe fn InvalidateUICommand(&self, commandid: u32, flags: UI_INVALIDATIONS, key: Option<*const super::super::Foundation::PROPERTYKEY>) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).InvalidateUICommand)(windows_core::Interface::as_raw(self), commandid, flags, core::mem::transmute(key.unwrap_or(core::ptr::null()))).ok() } pub unsafe fn FlushPendingInvalidations(&self) -> windows_core::Result<()> { @@ -455,36 +454,33 @@ pub struct IUIFramework_Vtbl { pub Destroy: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, pub LoadUI: unsafe extern "system" fn(*mut core::ffi::c_void, super::super::Foundation::HINSTANCE, windows_core::PCWSTR) -> windows_core::HRESULT, pub GetView: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetUICommandProperty: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const super::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetUICommandProperty: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetUICommandProperty: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub SetUICommandProperty: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const super::Shell::PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub SetUICommandProperty: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] SetUICommandProperty: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub InvalidateUICommand: unsafe extern "system" fn(*mut core::ffi::c_void, u32, UI_INVALIDATIONS, *const super::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - InvalidateUICommand: usize, + pub InvalidateUICommand: unsafe extern "system" fn(*mut core::ffi::c_void, u32, UI_INVALIDATIONS, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, pub FlushPendingInvalidations: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, pub SetModes: unsafe extern "system" fn(*mut core::ffi::c_void, i32) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IUIFramework_Impl: Sized + windows_core::IUnknownImpl { fn Initialize(&self, framewnd: super::super::Foundation::HWND, application: Option<&IUIApplication>) -> windows_core::Result<()>; fn Destroy(&self) -> windows_core::Result<()>; fn LoadUI(&self, instance: super::super::Foundation::HINSTANCE, resourcename: &windows_core::PCWSTR) -> windows_core::Result<()>; fn GetView(&self, viewid: u32, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn GetUICommandProperty(&self, commandid: u32, key: *const super::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn SetUICommandProperty(&self, commandid: u32, key: *const super::Shell::PropertiesSystem::PROPERTYKEY, value: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; - fn InvalidateUICommand(&self, commandid: u32, flags: UI_INVALIDATIONS, key: *const super::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn GetUICommandProperty(&self, commandid: u32, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetUICommandProperty(&self, commandid: u32, key: *const super::super::Foundation::PROPERTYKEY, value: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn InvalidateUICommand(&self, commandid: u32, flags: UI_INVALIDATIONS, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; fn FlushPendingInvalidations(&self) -> windows_core::Result<()>; fn SetModes(&self, imodes: i32) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IUIFramework {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IUIFramework_Vtbl { pub const fn new() -> IUIFramework_Vtbl { unsafe extern "system" fn Initialize(this: *mut core::ffi::c_void, framewnd: super::super::Foundation::HWND, application: *mut core::ffi::c_void) -> windows_core::HRESULT { @@ -503,7 +499,7 @@ impl IUIFramework_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IUIFramework_Impl::GetView(this, core::mem::transmute_copy(&viewid), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn GetUICommandProperty(this: *mut core::ffi::c_void, commandid: u32, key: *const super::Shell::PropertiesSystem::PROPERTYKEY, value: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetUICommandProperty(this: *mut core::ffi::c_void, commandid: u32, key: *const super::super::Foundation::PROPERTYKEY, value: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IUIFramework_Impl::GetUICommandProperty(this, core::mem::transmute_copy(&commandid), core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -513,11 +509,11 @@ impl IUIFramework_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetUICommandProperty(this: *mut core::ffi::c_void, commandid: u32, key: *const super::Shell::PropertiesSystem::PROPERTYKEY, value: *const core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn SetUICommandProperty(this: *mut core::ffi::c_void, commandid: u32, key: *const super::super::Foundation::PROPERTYKEY, value: *const core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IUIFramework_Impl::SetUICommandProperty(this, core::mem::transmute_copy(&commandid), core::mem::transmute_copy(&key), core::mem::transmute_copy(&value)).into() } - unsafe extern "system" fn InvalidateUICommand(this: *mut core::ffi::c_void, commandid: u32, flags: UI_INVALIDATIONS, key: *const super::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn InvalidateUICommand(this: *mut core::ffi::c_void, commandid: u32, flags: UI_INVALIDATIONS, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IUIFramework_Impl::InvalidateUICommand(this, core::mem::transmute_copy(&commandid), core::mem::transmute_copy(&flags), core::mem::transmute_copy(&key)).into() } @@ -735,8 +731,8 @@ impl core::ops::Deref for IUISimplePropertySet { } windows_core::imp::interface_hierarchy!(IUISimplePropertySet, windows_core::IUnknown); impl IUISimplePropertySet { - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetValue(&self, key: *const super::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetValue)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -744,21 +740,21 @@ impl IUISimplePropertySet { #[repr(C)] pub struct IUISimplePropertySet_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::Shell::PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetValue: usize, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IUISimplePropertySet_Impl: Sized + windows_core::IUnknownImpl { - fn GetValue(&self, key: *const super::Shell::PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IUISimplePropertySet {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IUISimplePropertySet_Vtbl { pub const fn new() -> IUISimplePropertySet_Vtbl { - unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, key: *const super::Shell::PropertiesSystem::PROPERTYKEY, value: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IUISimplePropertySet_Impl::GetValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { diff --git a/crates/libs/windows/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs b/crates/libs/windows/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs index e609047fec..5c5ec4dc95 100644 --- a/crates/libs/windows/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs @@ -1,7 +1,7 @@ #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PSCoerceToCanonicalValue(key: *const PROPERTYKEY, ppropvar: *mut super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { - windows_targets::link!("propsys.dll" "system" fn PSCoerceToCanonicalValue(key : *const PROPERTYKEY, ppropvar : *mut core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> windows_core::HRESULT); +pub unsafe fn PSCoerceToCanonicalValue(key: *const super::super::super::Foundation::PROPERTYKEY, ppropvar: *mut super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { + windows_targets::link!("propsys.dll" "system" fn PSCoerceToCanonicalValue(key : *const super::super::super::Foundation:: PROPERTYKEY, ppropvar : *mut core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> windows_core::HRESULT); PSCoerceToCanonicalValue(key, core::mem::transmute(ppropvar)).ok() } #[inline] @@ -32,8 +32,8 @@ pub unsafe fn PSCreateMultiplexPropertyStore(prgpunkstores: &[Option, rgflags: Option<*const PKA_FLAGS>, rgpropvar: Option<*const super::super::super::System::Com::StructuredStorage::PROPVARIANT>, cchanges: u32, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()> { - windows_targets::link!("propsys.dll" "system" fn PSCreatePropertyChangeArray(rgpropkey : *const PROPERTYKEY, rgflags : *const PKA_FLAGS, rgpropvar : *const core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >, cchanges : u32, riid : *const windows_core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_core::HRESULT); +pub unsafe fn PSCreatePropertyChangeArray(rgpropkey: Option<*const super::super::super::Foundation::PROPERTYKEY>, rgflags: Option<*const PKA_FLAGS>, rgpropvar: Option<*const super::super::super::System::Com::StructuredStorage::PROPVARIANT>, cchanges: u32, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()> { + windows_targets::link!("propsys.dll" "system" fn PSCreatePropertyChangeArray(rgpropkey : *const super::super::super::Foundation:: PROPERTYKEY, rgflags : *const PKA_FLAGS, rgpropvar : *const core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >, cchanges : u32, riid : *const windows_core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_core::HRESULT); PSCreatePropertyChangeArray(core::mem::transmute(rgpropkey.unwrap_or(core::ptr::null())), core::mem::transmute(rgflags.unwrap_or(core::ptr::null())), core::mem::transmute(rgpropvar.unwrap_or(core::ptr::null())), cchanges, riid, ppv).ok() } #[inline] @@ -55,8 +55,8 @@ where } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PSCreateSimplePropertyChange(flags: PKA_FLAGS, key: *const PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()> { - windows_targets::link!("propsys.dll" "system" fn PSCreateSimplePropertyChange(flags : PKA_FLAGS, key : *const PROPERTYKEY, propvar : *const core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >, riid : *const windows_core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_core::HRESULT); +pub unsafe fn PSCreateSimplePropertyChange(flags: PKA_FLAGS, key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()> { + windows_targets::link!("propsys.dll" "system" fn PSCreateSimplePropertyChange(flags : PKA_FLAGS, key : *const super::super::super::Foundation:: PROPERTYKEY, propvar : *const core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >, riid : *const windows_core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_core::HRESULT); PSCreateSimplePropertyChange(flags, key, core::mem::transmute(propvar), riid, ppv).ok() } #[inline] @@ -66,14 +66,14 @@ pub unsafe fn PSEnumeratePropertyDescriptions(filteron: PROPDESC_ENUMFILTER, rii } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PSFormatForDisplay(propkey: *const PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdfflags: PROPDESC_FORMAT_FLAGS, pwsztext: &mut [u16]) -> windows_core::Result<()> { - windows_targets::link!("propsys.dll" "system" fn PSFormatForDisplay(propkey : *const PROPERTYKEY, propvar : *const core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >, pdfflags : PROPDESC_FORMAT_FLAGS, pwsztext : windows_core::PWSTR, cchtext : u32) -> windows_core::HRESULT); +pub unsafe fn PSFormatForDisplay(propkey: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdfflags: PROPDESC_FORMAT_FLAGS, pwsztext: &mut [u16]) -> windows_core::Result<()> { + windows_targets::link!("propsys.dll" "system" fn PSFormatForDisplay(propkey : *const super::super::super::Foundation:: PROPERTYKEY, propvar : *const core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >, pdfflags : PROPDESC_FORMAT_FLAGS, pwsztext : windows_core::PWSTR, cchtext : u32) -> windows_core::HRESULT); PSFormatForDisplay(propkey, core::mem::transmute(propvar), pdfflags, core::mem::transmute(pwsztext.as_ptr()), pwsztext.len().try_into().unwrap()).ok() } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PSFormatForDisplayAlloc(key: *const PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdff: PROPDESC_FORMAT_FLAGS) -> windows_core::Result { - windows_targets::link!("propsys.dll" "system" fn PSFormatForDisplayAlloc(key : *const PROPERTYKEY, propvar : *const core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >, pdff : PROPDESC_FORMAT_FLAGS, ppszdisplay : *mut windows_core::PWSTR) -> windows_core::HRESULT); +pub unsafe fn PSFormatForDisplayAlloc(key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdff: PROPDESC_FORMAT_FLAGS) -> windows_core::Result { + windows_targets::link!("propsys.dll" "system" fn PSFormatForDisplayAlloc(key : *const super::super::super::Foundation:: PROPERTYKEY, propvar : *const core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >, pdff : PROPDESC_FORMAT_FLAGS, ppszdisplay : *mut windows_core::PWSTR) -> windows_core::HRESULT); let mut result__ = core::mem::zeroed(); PSFormatForDisplayAlloc(key, core::mem::transmute(propvar), pdff, &mut result__).map(|| result__) } @@ -89,8 +89,8 @@ where } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PSGetImageReferenceForValue(propkey: *const PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result { - windows_targets::link!("propsys.dll" "system" fn PSGetImageReferenceForValue(propkey : *const PROPERTYKEY, propvar : *const core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >, ppszimageres : *mut windows_core::PWSTR) -> windows_core::HRESULT); +pub unsafe fn PSGetImageReferenceForValue(propkey: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result { + windows_targets::link!("propsys.dll" "system" fn PSGetImageReferenceForValue(propkey : *const super::super::super::Foundation:: PROPERTYKEY, propvar : *const core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >, ppszimageres : *mut windows_core::PWSTR) -> windows_core::HRESULT); let mut result__ = core::mem::zeroed(); PSGetImageReferenceForValue(propkey, core::mem::transmute(propvar), &mut result__).map(|| result__) } @@ -114,8 +114,8 @@ where PSGetItemPropertyHandlerWithCreateObject(punkitem.param().abi(), freadwrite.param().abi(), punkcreateobject.param().abi(), riid, ppv).ok() } #[inline] -pub unsafe fn PSGetNameFromPropertyKey(propkey: *const PROPERTYKEY) -> windows_core::Result { - windows_targets::link!("propsys.dll" "system" fn PSGetNameFromPropertyKey(propkey : *const PROPERTYKEY, ppszcanonicalname : *mut windows_core::PWSTR) -> windows_core::HRESULT); +pub unsafe fn PSGetNameFromPropertyKey(propkey: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result { + windows_targets::link!("propsys.dll" "system" fn PSGetNameFromPropertyKey(propkey : *const super::super::super::Foundation:: PROPERTYKEY, ppszcanonicalname : *mut windows_core::PWSTR) -> windows_core::HRESULT); let mut result__ = core::mem::zeroed(); PSGetNameFromPropertyKey(propkey, &mut result__).map(|| result__) } @@ -131,8 +131,8 @@ where PSGetNamedPropertyFromPropertyStorage(psps.param().abi(), cb, pszname.param().abi(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } #[inline] -pub unsafe fn PSGetPropertyDescription(propkey: *const PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()> { - windows_targets::link!("propsys.dll" "system" fn PSGetPropertyDescription(propkey : *const PROPERTYKEY, riid : *const windows_core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_core::HRESULT); +pub unsafe fn PSGetPropertyDescription(propkey: *const super::super::super::Foundation::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()> { + windows_targets::link!("propsys.dll" "system" fn PSGetPropertyDescription(propkey : *const super::super::super::Foundation:: PROPERTYKEY, riid : *const windows_core::GUID, ppv : *mut *mut core::ffi::c_void) -> windows_core::HRESULT); PSGetPropertyDescription(propkey, riid, ppv).ok() } #[inline] @@ -153,20 +153,20 @@ where } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn PSGetPropertyFromPropertyStorage(psps: P0, cb: u32, rpkey: *const PROPERTYKEY) -> windows_core::Result +pub unsafe fn PSGetPropertyFromPropertyStorage(psps: P0, cb: u32, rpkey: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result where P0: windows_core::Param, { - windows_targets::link!("propsys.dll" "system" fn PSGetPropertyFromPropertyStorage(psps : PCUSERIALIZEDPROPSTORAGE, cb : u32, rpkey : *const PROPERTYKEY, ppropvar : *mut core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> windows_core::HRESULT); + windows_targets::link!("propsys.dll" "system" fn PSGetPropertyFromPropertyStorage(psps : PCUSERIALIZEDPROPSTORAGE, cb : u32, rpkey : *const super::super::super::Foundation:: PROPERTYKEY, ppropvar : *mut core::mem::MaybeUninit < super::super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> windows_core::HRESULT); let mut result__ = core::mem::zeroed(); PSGetPropertyFromPropertyStorage(psps.param().abi(), cb, rpkey, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } #[inline] -pub unsafe fn PSGetPropertyKeyFromName(pszname: P0, ppropkey: *mut PROPERTYKEY) -> windows_core::Result<()> +pub unsafe fn PSGetPropertyKeyFromName(pszname: P0, ppropkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("propsys.dll" "system" fn PSGetPropertyKeyFromName(pszname : windows_core::PCWSTR, ppropkey : *mut PROPERTYKEY) -> windows_core::HRESULT); + windows_targets::link!("propsys.dll" "system" fn PSGetPropertyKeyFromName(pszname : windows_core::PCWSTR, ppropkey : *mut super::super::super::Foundation:: PROPERTYKEY) -> windows_core::HRESULT); PSGetPropertyKeyFromName(pszname.param().abi(), ppropkey).ok() } #[inline] @@ -294,12 +294,12 @@ where } #[cfg(feature = "Win32_System_Com_StructuredStorage")] #[inline] -pub unsafe fn PSPropertyBag_ReadPropertyKey(propbag: P0, propname: P1, value: *mut PROPERTYKEY) -> windows_core::Result<()> +pub unsafe fn PSPropertyBag_ReadPropertyKey(propbag: P0, propname: P1, value: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadPropertyKey(propbag : * mut core::ffi::c_void, propname : windows_core::PCWSTR, value : *mut PROPERTYKEY) -> windows_core::HRESULT); + windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_ReadPropertyKey(propbag : * mut core::ffi::c_void, propname : windows_core::PCWSTR, value : *mut super::super::super::Foundation:: PROPERTYKEY) -> windows_core::HRESULT); PSPropertyBag_ReadPropertyKey(propbag.param().abi(), propname.param().abi(), value).ok() } #[cfg(feature = "Win32_System_Com_StructuredStorage")] @@ -471,12 +471,12 @@ where } #[cfg(feature = "Win32_System_Com_StructuredStorage")] #[inline] -pub unsafe fn PSPropertyBag_WritePropertyKey(propbag: P0, propname: P1, value: *const PROPERTYKEY) -> windows_core::Result<()> +pub unsafe fn PSPropertyBag_WritePropertyKey(propbag: P0, propname: P1, value: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> where P0: windows_core::Param, P1: windows_core::Param, { - windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WritePropertyKey(propbag : * mut core::ffi::c_void, propname : windows_core::PCWSTR, value : *const PROPERTYKEY) -> windows_core::HRESULT); + windows_targets::link!("propsys.dll" "system" fn PSPropertyBag_WritePropertyKey(propbag : * mut core::ffi::c_void, propname : windows_core::PCWSTR, value : *const super::super::super::Foundation:: PROPERTYKEY) -> windows_core::HRESULT); PSPropertyBag_WritePropertyKey(propbag.param().abi(), propname.param().abi(), value).ok() } #[cfg(feature = "Win32_System_Com_StructuredStorage")] @@ -543,11 +543,11 @@ where PSPropertyBag_WriteUnknown(propbag.param().abi(), propname.param().abi(), punk.param().abi()).ok() } #[inline] -pub unsafe fn PSPropertyKeyFromString(pszstring: P0, pkey: *mut PROPERTYKEY) -> windows_core::Result<()> +pub unsafe fn PSPropertyKeyFromString(pszstring: P0, pkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("propsys.dll" "system" fn PSPropertyKeyFromString(pszstring : windows_core::PCWSTR, pkey : *mut PROPERTYKEY) -> windows_core::HRESULT); + windows_targets::link!("propsys.dll" "system" fn PSPropertyKeyFromString(pszstring : windows_core::PCWSTR, pkey : *mut super::super::super::Foundation:: PROPERTYKEY) -> windows_core::HRESULT); PSPropertyKeyFromString(pszstring.param().abi(), pkey).ok() } #[inline] @@ -574,8 +574,8 @@ where PSSetPropertyValue(pps.param().abi(), ppd.param().abi(), core::mem::transmute(propvar)).ok() } #[inline] -pub unsafe fn PSStringFromPropertyKey(pkey: *const PROPERTYKEY, psz: &mut [u16]) -> windows_core::Result<()> { - windows_targets::link!("propsys.dll" "system" fn PSStringFromPropertyKey(pkey : *const PROPERTYKEY, psz : windows_core::PWSTR, cch : u32) -> windows_core::HRESULT); +pub unsafe fn PSStringFromPropertyKey(pkey: *const super::super::super::Foundation::PROPERTYKEY, psz: &mut [u16]) -> windows_core::Result<()> { + windows_targets::link!("propsys.dll" "system" fn PSStringFromPropertyKey(pkey : *const super::super::super::Foundation:: PROPERTYKEY, psz : windows_core::PWSTR, cch : u32) -> windows_core::HRESULT); PSStringFromPropertyKey(pkey, core::mem::transmute(psz.as_ptr()), psz.len().try_into().unwrap()).ok() } #[inline] @@ -957,31 +957,31 @@ impl core::ops::Deref for IObjectWithPropertyKey { } windows_core::imp::interface_hierarchy!(IObjectWithPropertyKey, windows_core::IUnknown); impl IObjectWithPropertyKey { - pub unsafe fn SetPropertyKey(&self, key: *const PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn SetPropertyKey(&self, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetPropertyKey)(windows_core::Interface::as_raw(self), key).ok() } - pub unsafe fn GetPropertyKey(&self, pkey: *mut PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn GetPropertyKey(&self, pkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetPropertyKey)(windows_core::Interface::as_raw(self), pkey).ok() } } #[repr(C)] pub struct IObjectWithPropertyKey_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - pub SetPropertyKey: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY) -> windows_core::HRESULT, - pub GetPropertyKey: unsafe extern "system" fn(*mut core::ffi::c_void, *mut PROPERTYKEY) -> windows_core::HRESULT, + pub SetPropertyKey: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, + pub GetPropertyKey: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, } pub trait IObjectWithPropertyKey_Impl: Sized + windows_core::IUnknownImpl { - fn SetPropertyKey(&self, key: *const PROPERTYKEY) -> windows_core::Result<()>; - fn GetPropertyKey(&self, pkey: *mut PROPERTYKEY) -> windows_core::Result<()>; + fn SetPropertyKey(&self, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn GetPropertyKey(&self, pkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; } impl windows_core::RuntimeName for IObjectWithPropertyKey {} impl IObjectWithPropertyKey_Vtbl { pub const fn new() -> IObjectWithPropertyKey_Vtbl { - unsafe extern "system" fn SetPropertyKey(this: *mut core::ffi::c_void, key: *const PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn SetPropertyKey(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IObjectWithPropertyKey_Impl::SetPropertyKey(this, core::mem::transmute_copy(&key)).into() } - unsafe extern "system" fn GetPropertyKey(this: *mut core::ffi::c_void, pkey: *mut PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn GetPropertyKey(this: *mut core::ffi::c_void, pkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IObjectWithPropertyKey_Impl::GetPropertyKey(this, core::mem::transmute_copy(&pkey)).into() } @@ -1198,7 +1198,7 @@ impl IPropertyChangeArray { pub unsafe fn RemoveAt(&self, iindex: u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).RemoveAt)(windows_core::Interface::as_raw(self), iindex).ok() } - pub unsafe fn IsKeyInArray(&self, key: *const PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn IsKeyInArray(&self, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).IsKeyInArray)(windows_core::Interface::as_raw(self), key).ok() } } @@ -1211,7 +1211,7 @@ pub struct IPropertyChangeArray_Vtbl { pub Append: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, pub AppendOrReplace: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, pub RemoveAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32) -> windows_core::HRESULT, - pub IsKeyInArray: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY) -> windows_core::HRESULT, + pub IsKeyInArray: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, } pub trait IPropertyChangeArray_Impl: Sized + windows_core::IUnknownImpl { fn GetCount(&self) -> windows_core::Result; @@ -1220,7 +1220,7 @@ pub trait IPropertyChangeArray_Impl: Sized + windows_core::IUnknownImpl { fn Append(&self, ppropchange: Option<&IPropertyChange>) -> windows_core::Result<()>; fn AppendOrReplace(&self, ppropchange: Option<&IPropertyChange>) -> windows_core::Result<()>; fn RemoveAt(&self, iindex: u32) -> windows_core::Result<()>; - fn IsKeyInArray(&self, key: *const PROPERTYKEY) -> windows_core::Result<()>; + fn IsKeyInArray(&self, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; } impl windows_core::RuntimeName for IPropertyChangeArray {} impl IPropertyChangeArray_Vtbl { @@ -1255,7 +1255,7 @@ impl IPropertyChangeArray_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyChangeArray_Impl::RemoveAt(this, core::mem::transmute_copy(&iindex)).into() } - unsafe extern "system" fn IsKeyInArray(this: *mut core::ffi::c_void, key: *const PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn IsKeyInArray(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyChangeArray_Impl::IsKeyInArray(this, core::mem::transmute_copy(&key)).into() } @@ -1283,7 +1283,7 @@ impl core::ops::Deref for IPropertyDescription { } windows_core::imp::interface_hierarchy!(IPropertyDescription, windows_core::IUnknown); impl IPropertyDescription { - pub unsafe fn GetPropertyKey(&self, pkey: *mut PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn GetPropertyKey(&self, pkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetPropertyKey)(windows_core::Interface::as_raw(self), pkey).ok() } pub unsafe fn GetCanonicalName(&self) -> windows_core::Result { @@ -1377,7 +1377,7 @@ impl IPropertyDescription { #[repr(C)] pub struct IPropertyDescription_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - pub GetPropertyKey: unsafe extern "system" fn(*mut core::ffi::c_void, *mut PROPERTYKEY) -> windows_core::HRESULT, + pub GetPropertyKey: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, pub GetCanonicalName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::PWSTR) -> windows_core::HRESULT, pub GetPropertyType: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u16) -> windows_core::HRESULT, pub GetDisplayName: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::PWSTR) -> windows_core::HRESULT, @@ -1416,7 +1416,7 @@ pub struct IPropertyDescription_Vtbl { } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant"))] pub trait IPropertyDescription_Impl: Sized + windows_core::IUnknownImpl { - fn GetPropertyKey(&self, pkey: *mut PROPERTYKEY) -> windows_core::Result<()>; + fn GetPropertyKey(&self, pkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; fn GetCanonicalName(&self) -> windows_core::Result; fn GetPropertyType(&self) -> windows_core::Result; fn GetDisplayName(&self) -> windows_core::Result; @@ -1443,7 +1443,7 @@ impl windows_core::RuntimeName for IPropertyDescription {} #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Search_Common", feature = "Win32_System_Variant"))] impl IPropertyDescription_Vtbl { pub const fn new() -> IPropertyDescription_Vtbl { - unsafe extern "system" fn GetPropertyKey(this: *mut core::ffi::c_void, pkey: *mut PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn GetPropertyKey(this: *mut core::ffi::c_void, pkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyDescription_Impl::GetPropertyKey(this, core::mem::transmute_copy(&pkey)).into() } @@ -2226,16 +2226,16 @@ impl IPropertyStore { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetCount)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } - pub unsafe fn GetAt(&self, iprop: u32, pkey: *mut PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn GetAt(&self, iprop: u32, pkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetAt)(windows_core::Interface::as_raw(self), iprop, pkey).ok() } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub unsafe fn GetValue(&self, key: *const PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetValue(&self, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetValue)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub unsafe fn SetValue(&self, key: *const PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { + pub unsafe fn SetValue(&self, key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetValue)(windows_core::Interface::as_raw(self), key, core::mem::transmute(propvar)).ok() } pub unsafe fn Commit(&self) -> windows_core::Result<()> { @@ -2246,13 +2246,13 @@ impl IPropertyStore { pub struct IPropertyStore_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, - pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut PROPERTYKEY) -> windows_core::HRESULT, + pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetValue: usize, #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub SetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, + pub SetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] SetValue: usize, pub Commit: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, @@ -2260,9 +2260,9 @@ pub struct IPropertyStore_Vtbl { #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IPropertyStore_Impl: Sized + windows_core::IUnknownImpl { fn GetCount(&self) -> windows_core::Result; - fn GetAt(&self, iprop: u32, pkey: *mut PROPERTYKEY) -> windows_core::Result<()>; - fn GetValue(&self, key: *const PROPERTYKEY) -> windows_core::Result; - fn SetValue(&self, key: *const PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn GetAt(&self, iprop: u32, pkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn GetValue(&self, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn SetValue(&self, key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; fn Commit(&self) -> windows_core::Result<()>; } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] @@ -2280,11 +2280,11 @@ impl IPropertyStore_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetAt(this: *mut core::ffi::c_void, iprop: u32, pkey: *mut PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn GetAt(this: *mut core::ffi::c_void, iprop: u32, pkey: *mut super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyStore_Impl::GetAt(this, core::mem::transmute_copy(&iprop), core::mem::transmute_copy(&pkey)).into() } - unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, key: *const PROPERTYKEY, pv: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY, pv: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPropertyStore_Impl::GetValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -2294,7 +2294,7 @@ impl IPropertyStore_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn SetValue(this: *mut core::ffi::c_void, key: *const PROPERTYKEY, propvar: *const core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn SetValue(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyStore_Impl::SetValue(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&propvar)).into() } @@ -2324,49 +2324,49 @@ impl core::ops::Deref for IPropertyStoreCache { } windows_core::imp::interface_hierarchy!(IPropertyStoreCache, windows_core::IUnknown, IPropertyStore); impl IPropertyStoreCache { - pub unsafe fn GetState(&self, key: *const PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetState(&self, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetState)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub unsafe fn GetValueAndState(&self, key: *const PROPERTYKEY, ppropvar: *mut super::super::super::System::Com::StructuredStorage::PROPVARIANT, pstate: *mut PSC_STATE) -> windows_core::Result<()> { + pub unsafe fn GetValueAndState(&self, key: *const super::super::super::Foundation::PROPERTYKEY, ppropvar: *mut super::super::super::System::Com::StructuredStorage::PROPVARIANT, pstate: *mut PSC_STATE) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetValueAndState)(windows_core::Interface::as_raw(self), key, core::mem::transmute(ppropvar), pstate).ok() } - pub unsafe fn SetState(&self, key: *const PROPERTYKEY, state: PSC_STATE) -> windows_core::Result<()> { + pub unsafe fn SetState(&self, key: *const super::super::super::Foundation::PROPERTYKEY, state: PSC_STATE) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetState)(windows_core::Interface::as_raw(self), key, state).ok() } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub unsafe fn SetValueAndState(&self, key: *const PROPERTYKEY, ppropvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, state: PSC_STATE) -> windows_core::Result<()> { + pub unsafe fn SetValueAndState(&self, key: *const super::super::super::Foundation::PROPERTYKEY, ppropvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, state: PSC_STATE) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetValueAndState)(windows_core::Interface::as_raw(self), key, core::mem::transmute(ppropvar), state).ok() } } #[repr(C)] pub struct IPropertyStoreCache_Vtbl { pub base__: IPropertyStore_Vtbl, - pub GetState: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY, *mut PSC_STATE) -> windows_core::HRESULT, + pub GetState: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY, *mut PSC_STATE) -> windows_core::HRESULT, #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub GetValueAndState: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY, *mut core::mem::MaybeUninit, *mut PSC_STATE) -> windows_core::HRESULT, + pub GetValueAndState: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit, *mut PSC_STATE) -> windows_core::HRESULT, #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetValueAndState: usize, - pub SetState: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY, PSC_STATE) -> windows_core::HRESULT, + pub SetState: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY, PSC_STATE) -> windows_core::HRESULT, #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub SetValueAndState: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY, *const core::mem::MaybeUninit, PSC_STATE) -> windows_core::HRESULT, + pub SetValueAndState: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit, PSC_STATE) -> windows_core::HRESULT, #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] SetValueAndState: usize, } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IPropertyStoreCache_Impl: Sized + IPropertyStore_Impl { - fn GetState(&self, key: *const PROPERTYKEY) -> windows_core::Result; - fn GetValueAndState(&self, key: *const PROPERTYKEY, ppropvar: *mut super::super::super::System::Com::StructuredStorage::PROPVARIANT, pstate: *mut PSC_STATE) -> windows_core::Result<()>; - fn SetState(&self, key: *const PROPERTYKEY, state: PSC_STATE) -> windows_core::Result<()>; - fn SetValueAndState(&self, key: *const PROPERTYKEY, ppropvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, state: PSC_STATE) -> windows_core::Result<()>; + fn GetState(&self, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn GetValueAndState(&self, key: *const super::super::super::Foundation::PROPERTYKEY, ppropvar: *mut super::super::super::System::Com::StructuredStorage::PROPVARIANT, pstate: *mut PSC_STATE) -> windows_core::Result<()>; + fn SetState(&self, key: *const super::super::super::Foundation::PROPERTYKEY, state: PSC_STATE) -> windows_core::Result<()>; + fn SetValueAndState(&self, key: *const super::super::super::Foundation::PROPERTYKEY, ppropvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, state: PSC_STATE) -> windows_core::Result<()>; } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IPropertyStoreCache {} #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IPropertyStoreCache_Vtbl { pub const fn new() -> IPropertyStoreCache_Vtbl { - unsafe extern "system" fn GetState(this: *mut core::ffi::c_void, key: *const PROPERTYKEY, pstate: *mut PSC_STATE) -> windows_core::HRESULT { + unsafe extern "system" fn GetState(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY, pstate: *mut PSC_STATE) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPropertyStoreCache_Impl::GetState(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -2376,15 +2376,15 @@ impl IPropertyStoreCache_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetValueAndState(this: *mut core::ffi::c_void, key: *const PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit, pstate: *mut PSC_STATE) -> windows_core::HRESULT { + unsafe extern "system" fn GetValueAndState(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit, pstate: *mut PSC_STATE) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyStoreCache_Impl::GetValueAndState(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&ppropvar), core::mem::transmute_copy(&pstate)).into() } - unsafe extern "system" fn SetState(this: *mut core::ffi::c_void, key: *const PROPERTYKEY, state: PSC_STATE) -> windows_core::HRESULT { + unsafe extern "system" fn SetState(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY, state: PSC_STATE) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyStoreCache_Impl::SetState(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&state)).into() } - unsafe extern "system" fn SetValueAndState(this: *mut core::ffi::c_void, key: *const PROPERTYKEY, ppropvar: *const core::mem::MaybeUninit, state: PSC_STATE) -> windows_core::HRESULT { + unsafe extern "system" fn SetValueAndState(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY, ppropvar: *const core::mem::MaybeUninit, state: PSC_STATE) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyStoreCache_Impl::SetValueAndState(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&ppropvar), core::mem::transmute_copy(&state)).into() } @@ -2409,24 +2409,24 @@ impl core::ops::Deref for IPropertyStoreCapabilities { } windows_core::imp::interface_hierarchy!(IPropertyStoreCapabilities, windows_core::IUnknown); impl IPropertyStoreCapabilities { - pub unsafe fn IsPropertyWritable(&self, key: *const PROPERTYKEY) -> windows_core::Result<()> { - (windows_core::Interface::vtable(self).IsPropertyWritable)(windows_core::Interface::as_raw(self), key).ok() + pub unsafe fn IsPropertyWritable(&self, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { + (windows_core::Interface::vtable(self).IsPropertyWritable)(windows_core::Interface::as_raw(self), key) } } #[repr(C)] pub struct IPropertyStoreCapabilities_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - pub IsPropertyWritable: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY) -> windows_core::HRESULT, + pub IsPropertyWritable: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, } pub trait IPropertyStoreCapabilities_Impl: Sized + windows_core::IUnknownImpl { - fn IsPropertyWritable(&self, key: *const PROPERTYKEY) -> windows_core::Result<()>; + fn IsPropertyWritable(&self, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT; } impl windows_core::RuntimeName for IPropertyStoreCapabilities {} impl IPropertyStoreCapabilities_Vtbl { pub const fn new() -> IPropertyStoreCapabilities_Vtbl { - unsafe extern "system" fn IsPropertyWritable(this: *mut core::ffi::c_void, key: *const PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn IsPropertyWritable(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IPropertyStoreCapabilities_Impl::IsPropertyWritable(this, core::mem::transmute_copy(&key)).into() + IPropertyStoreCapabilities_Impl::IsPropertyWritable(this, core::mem::transmute_copy(&key)) } Self { base__: windows_core::IUnknown_Vtbl::new::(), IsPropertyWritable: IsPropertyWritable:: } } @@ -2451,7 +2451,7 @@ impl IPropertyStoreFactory { let mut result__ = core::ptr::null_mut(); (windows_core::Interface::vtable(self).GetPropertyStore)(windows_core::Interface::as_raw(self), flags, punkfactory.param().abi(), &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - pub unsafe fn GetPropertyStoreForKeys(&self, rgkeys: *const PROPERTYKEY, ckeys: u32, flags: GETPROPERTYSTOREFLAGS) -> windows_core::Result + pub unsafe fn GetPropertyStoreForKeys(&self, rgkeys: *const super::super::super::Foundation::PROPERTYKEY, ckeys: u32, flags: GETPROPERTYSTOREFLAGS) -> windows_core::Result where T: windows_core::Interface, { @@ -2463,11 +2463,11 @@ impl IPropertyStoreFactory { pub struct IPropertyStoreFactory_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetPropertyStore: unsafe extern "system" fn(*mut core::ffi::c_void, GETPROPERTYSTOREFLAGS, *mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - pub GetPropertyStoreForKeys: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY, u32, GETPROPERTYSTOREFLAGS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub GetPropertyStoreForKeys: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY, u32, GETPROPERTYSTOREFLAGS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } pub trait IPropertyStoreFactory_Impl: Sized + windows_core::IUnknownImpl { fn GetPropertyStore(&self, flags: GETPROPERTYSTOREFLAGS, punkfactory: Option<&windows_core::IUnknown>, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn GetPropertyStoreForKeys(&self, rgkeys: *const PROPERTYKEY, ckeys: u32, flags: GETPROPERTYSTOREFLAGS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; + fn GetPropertyStoreForKeys(&self, rgkeys: *const super::super::super::Foundation::PROPERTYKEY, ckeys: u32, flags: GETPROPERTYSTOREFLAGS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; } impl windows_core::RuntimeName for IPropertyStoreFactory {} impl IPropertyStoreFactory_Vtbl { @@ -2476,7 +2476,7 @@ impl IPropertyStoreFactory_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyStoreFactory_Impl::GetPropertyStore(this, core::mem::transmute_copy(&flags), windows_core::from_raw_borrowed(&punkfactory), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn GetPropertyStoreForKeys(this: *mut core::ffi::c_void, rgkeys: *const PROPERTYKEY, ckeys: u32, flags: GETPROPERTYSTOREFLAGS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetPropertyStoreForKeys(this: *mut core::ffi::c_void, rgkeys: *const super::super::super::Foundation::PROPERTYKEY, ckeys: u32, flags: GETPROPERTYSTOREFLAGS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyStoreFactory_Impl::GetPropertyStoreForKeys(this, core::mem::transmute_copy(&rgkeys), core::mem::transmute_copy(&ckeys), core::mem::transmute_copy(&flags), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } @@ -2499,7 +2499,7 @@ impl core::ops::Deref for IPropertySystem { } windows_core::imp::interface_hierarchy!(IPropertySystem, windows_core::IUnknown); impl IPropertySystem { - pub unsafe fn GetPropertyDescription(&self, propkey: *const PROPERTYKEY) -> windows_core::Result + pub unsafe fn GetPropertyDescription(&self, propkey: *const super::super::super::Foundation::PROPERTYKEY) -> windows_core::Result where T: windows_core::Interface, { @@ -2530,11 +2530,11 @@ impl IPropertySystem { (windows_core::Interface::vtable(self).EnumeratePropertyDescriptions)(windows_core::Interface::as_raw(self), filteron, &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub unsafe fn FormatForDisplay(&self, key: *const PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdff: PROPDESC_FORMAT_FLAGS, psztext: &mut [u16]) -> windows_core::Result<()> { + pub unsafe fn FormatForDisplay(&self, key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdff: PROPDESC_FORMAT_FLAGS, psztext: &mut [u16]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).FormatForDisplay)(windows_core::Interface::as_raw(self), key, core::mem::transmute(propvar), pdff, core::mem::transmute(psztext.as_ptr()), psztext.len().try_into().unwrap()).ok() } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub unsafe fn FormatForDisplayAlloc(&self, key: *const PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdff: PROPDESC_FORMAT_FLAGS) -> windows_core::Result { + pub unsafe fn FormatForDisplayAlloc(&self, key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdff: PROPDESC_FORMAT_FLAGS) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).FormatForDisplayAlloc)(windows_core::Interface::as_raw(self), key, core::mem::transmute(propvar), pdff, &mut result__).map(|| result__) } @@ -2557,16 +2557,16 @@ impl IPropertySystem { #[repr(C)] pub struct IPropertySystem_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - pub GetPropertyDescription: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub GetPropertyDescription: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetPropertyDescriptionByName: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetPropertyDescriptionListFromString: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub EnumeratePropertyDescriptions: unsafe extern "system" fn(*mut core::ffi::c_void, PROPDESC_ENUMFILTER, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub FormatForDisplay: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY, *const core::mem::MaybeUninit, PROPDESC_FORMAT_FLAGS, windows_core::PWSTR, u32) -> windows_core::HRESULT, + pub FormatForDisplay: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit, PROPDESC_FORMAT_FLAGS, windows_core::PWSTR, u32) -> windows_core::HRESULT, #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] FormatForDisplay: usize, #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] - pub FormatForDisplayAlloc: unsafe extern "system" fn(*mut core::ffi::c_void, *const PROPERTYKEY, *const core::mem::MaybeUninit, PROPDESC_FORMAT_FLAGS, *mut windows_core::PWSTR) -> windows_core::HRESULT, + pub FormatForDisplayAlloc: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit, PROPDESC_FORMAT_FLAGS, *mut windows_core::PWSTR) -> windows_core::HRESULT, #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] FormatForDisplayAlloc: usize, pub RegisterPropertySchema: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::PCWSTR) -> windows_core::HRESULT, @@ -2575,12 +2575,12 @@ pub struct IPropertySystem_Vtbl { } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait IPropertySystem_Impl: Sized + windows_core::IUnknownImpl { - fn GetPropertyDescription(&self, propkey: *const PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; + fn GetPropertyDescription(&self, propkey: *const super::super::super::Foundation::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn GetPropertyDescriptionByName(&self, pszcanonicalname: &windows_core::PCWSTR, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn GetPropertyDescriptionListFromString(&self, pszproplist: &windows_core::PCWSTR, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn EnumeratePropertyDescriptions(&self, filteron: PROPDESC_ENUMFILTER, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn FormatForDisplay(&self, key: *const PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdff: PROPDESC_FORMAT_FLAGS, psztext: windows_core::PWSTR, cchtext: u32) -> windows_core::Result<()>; - fn FormatForDisplayAlloc(&self, key: *const PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdff: PROPDESC_FORMAT_FLAGS) -> windows_core::Result; + fn FormatForDisplay(&self, key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdff: PROPDESC_FORMAT_FLAGS, psztext: windows_core::PWSTR, cchtext: u32) -> windows_core::Result<()>; + fn FormatForDisplayAlloc(&self, key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const super::super::super::System::Com::StructuredStorage::PROPVARIANT, pdff: PROPDESC_FORMAT_FLAGS) -> windows_core::Result; fn RegisterPropertySchema(&self, pszpath: &windows_core::PCWSTR) -> windows_core::Result<()>; fn UnregisterPropertySchema(&self, pszpath: &windows_core::PCWSTR) -> windows_core::Result<()>; fn RefreshPropertySchema(&self) -> windows_core::Result<()>; @@ -2590,7 +2590,7 @@ impl windows_core::RuntimeName for IPropertySystem {} #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl IPropertySystem_Vtbl { pub const fn new() -> IPropertySystem_Vtbl { - unsafe extern "system" fn GetPropertyDescription(this: *mut core::ffi::c_void, propkey: *const PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetPropertyDescription(this: *mut core::ffi::c_void, propkey: *const super::super::super::Foundation::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertySystem_Impl::GetPropertyDescription(this, core::mem::transmute_copy(&propkey), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } @@ -2606,11 +2606,11 @@ impl IPropertySystem_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertySystem_Impl::EnumeratePropertyDescriptions(this, core::mem::transmute_copy(&filteron), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn FormatForDisplay(this: *mut core::ffi::c_void, key: *const PROPERTYKEY, propvar: *const core::mem::MaybeUninit, pdff: PROPDESC_FORMAT_FLAGS, psztext: windows_core::PWSTR, cchtext: u32) -> windows_core::HRESULT { + unsafe extern "system" fn FormatForDisplay(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const core::mem::MaybeUninit, pdff: PROPDESC_FORMAT_FLAGS, psztext: windows_core::PWSTR, cchtext: u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertySystem_Impl::FormatForDisplay(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&propvar), core::mem::transmute_copy(&pdff), core::mem::transmute_copy(&psztext), core::mem::transmute_copy(&cchtext)).into() } - unsafe extern "system" fn FormatForDisplayAlloc(this: *mut core::ffi::c_void, key: *const PROPERTYKEY, propvar: *const core::mem::MaybeUninit, pdff: PROPDESC_FORMAT_FLAGS, ppszdisplay: *mut windows_core::PWSTR) -> windows_core::HRESULT { + unsafe extern "system" fn FormatForDisplayAlloc(this: *mut core::ffi::c_void, key: *const super::super::super::Foundation::PROPERTYKEY, propvar: *const core::mem::MaybeUninit, pdff: PROPDESC_FORMAT_FLAGS, ppszdisplay: *mut windows_core::PWSTR) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IPropertySystem_Impl::FormatForDisplayAlloc(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&propvar), core::mem::transmute_copy(&pdff)) { Ok(ok__) => { @@ -3668,20 +3668,6 @@ impl Default for PCUSERIALIZEDPROPSTORAGE { impl windows_core::TypeKind for PCUSERIALIZEDPROPSTORAGE { type TypeKind = windows_core::CopyType; } -#[repr(C)] -#[derive(Clone, Copy, Debug, Eq, PartialEq)] -pub struct PROPERTYKEY { - pub fmtid: windows_core::GUID, - pub pid: u32, -} -impl windows_core::TypeKind for PROPERTYKEY { - type TypeKind = windows_core::CopyType; -} -impl Default for PROPERTYKEY { - fn default() -> Self { - unsafe { core::mem::zeroed() } - } -} #[repr(C, packed(1))] #[derive(Clone, Copy)] pub struct PROPPRG { diff --git a/crates/libs/windows/src/Windows/Win32/UI/Shell/mod.rs b/crates/libs/windows/src/Windows/Win32/UI/Shell/mod.rs index 8e658eac85..ca202faf8d 100644 --- a/crates/libs/windows/src/Windows/Win32/UI/Shell/mod.rs +++ b/crates/libs/windows/src/Windows/Win32/UI/Shell/mod.rs @@ -21,13 +21,13 @@ where let mut result__ = core::ptr::null_mut(); AssocCreateForClasses(core::mem::transmute(rgclasses.as_ptr()), rgclasses.len().try_into().unwrap(), &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] #[inline] -pub unsafe fn AssocGetDetailsOfPropKey(psf: P0, pidl: *const Common::ITEMIDLIST, pkey: *const PropertiesSystem::PROPERTYKEY, pv: *mut super::super::System::Variant::VARIANT, pffoundpropkey: Option<*mut super::super::Foundation::BOOL>) -> windows_core::Result<()> +pub unsafe fn AssocGetDetailsOfPropKey(psf: P0, pidl: *const Common::ITEMIDLIST, pkey: *const super::super::Foundation::PROPERTYKEY, pv: *mut super::super::System::Variant::VARIANT, pffoundpropkey: Option<*mut super::super::Foundation::BOOL>) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("shell32.dll" "system" fn AssocGetDetailsOfPropKey(psf : * mut core::ffi::c_void, pidl : *const Common:: ITEMIDLIST, pkey : *const PropertiesSystem:: PROPERTYKEY, pv : *mut core::mem::MaybeUninit < super::super::System::Variant:: VARIANT >, pffoundpropkey : *mut super::super::Foundation:: BOOL) -> windows_core::HRESULT); + windows_targets::link!("shell32.dll" "system" fn AssocGetDetailsOfPropKey(psf : * mut core::ffi::c_void, pidl : *const Common:: ITEMIDLIST, pkey : *const super::super::Foundation:: PROPERTYKEY, pv : *mut core::mem::MaybeUninit < super::super::System::Variant:: VARIANT >, pffoundpropkey : *mut super::super::Foundation:: BOOL) -> windows_core::HRESULT); AssocGetDetailsOfPropKey(psf.param().abi(), pidl, pkey, core::mem::transmute(pv), core::mem::transmute(pffoundpropkey.unwrap_or(core::ptr::null_mut()))).ok() } #[cfg(feature = "Win32_UI_Shell_Common")] @@ -3565,13 +3565,13 @@ pub unsafe fn SHGetStockIconInfo(siid: SHSTOCKICONID, uflags: SHGSI_FLAGS, psii: windows_targets::link!("shell32.dll" "system" fn SHGetStockIconInfo(siid : SHSTOCKICONID, uflags : SHGSI_FLAGS, psii : *mut SHSTOCKICONINFO) -> windows_core::HRESULT); SHGetStockIconInfo(siid, uflags, psii).ok() } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn SHGetTemporaryPropertyForItem(psi: P0, propkey: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result +pub unsafe fn SHGetTemporaryPropertyForItem(psi: P0, propkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result where P0: windows_core::Param, { - windows_targets::link!("shell32.dll" "system" fn SHGetTemporaryPropertyForItem(psi : * mut core::ffi::c_void, propkey : *const PropertiesSystem:: PROPERTYKEY, ppropvar : *mut core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> windows_core::HRESULT); + windows_targets::link!("shell32.dll" "system" fn SHGetTemporaryPropertyForItem(psi : * mut core::ffi::c_void, propkey : *const super::super::Foundation:: PROPERTYKEY, ppropvar : *mut core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> windows_core::HRESULT); let mut result__ = core::mem::zeroed(); SHGetTemporaryPropertyForItem(psi.param().abi(), propkey, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -4333,13 +4333,13 @@ where windows_targets::link!("shell32.dll" "system" fn SHSetLocalizedName(pszpath : windows_core::PCWSTR, pszresmodule : windows_core::PCWSTR, idsres : i32) -> windows_core::HRESULT); SHSetLocalizedName(pszpath.param().abi(), pszresmodule.param().abi(), idsres).ok() } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] #[inline] -pub unsafe fn SHSetTemporaryPropertyForItem(psi: P0, propkey: *const PropertiesSystem::PROPERTYKEY, propvar: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> +pub unsafe fn SHSetTemporaryPropertyForItem(psi: P0, propkey: *const super::super::Foundation::PROPERTYKEY, propvar: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> where P0: windows_core::Param, { - windows_targets::link!("shell32.dll" "system" fn SHSetTemporaryPropertyForItem(psi : * mut core::ffi::c_void, propkey : *const PropertiesSystem:: PROPERTYKEY, propvar : *const core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> windows_core::HRESULT); + windows_targets::link!("shell32.dll" "system" fn SHSetTemporaryPropertyForItem(psi : * mut core::ffi::c_void, propkey : *const super::super::Foundation:: PROPERTYKEY, propvar : *const core::mem::MaybeUninit < super::super::System::Com::StructuredStorage:: PROPVARIANT >) -> windows_core::HRESULT); SHSetTemporaryPropertyForItem(psi.param().abi(), propkey, core::mem::transmute(propvar)).ok() } #[inline] @@ -11129,16 +11129,13 @@ impl core::ops::Deref for ICategoryProvider { } windows_core::imp::interface_hierarchy!(ICategoryProvider, windows_core::IUnknown); impl ICategoryProvider { - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn CanCategorizeOnSCID(&self, pscid: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn CanCategorizeOnSCID(&self, pscid: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).CanCategorizeOnSCID)(windows_core::Interface::as_raw(self), pscid).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetDefaultCategory(&self, pguid: *mut windows_core::GUID, pscid: *mut PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn GetDefaultCategory(&self, pguid: *mut windows_core::GUID, pscid: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetDefaultCategory)(windows_core::Interface::as_raw(self), pguid, pscid).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetCategoryForSCID(&self, pscid: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetCategoryForSCID(&self, pscid: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetCategoryForSCID)(windows_core::Interface::as_raw(self), pscid, &mut result__).map(|| result__) } @@ -11161,18 +11158,9 @@ impl ICategoryProvider { #[repr(C)] pub struct ICategoryProvider_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub CanCategorizeOnSCID: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - CanCategorizeOnSCID: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetDefaultCategory: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::GUID, *mut PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetDefaultCategory: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetCategoryForSCID: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut windows_core::GUID) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetCategoryForSCID: usize, + pub CanCategorizeOnSCID: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, + pub GetDefaultCategory: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::GUID, *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, + pub GetCategoryForSCID: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut windows_core::GUID) -> windows_core::HRESULT, #[cfg(feature = "Win32_System_Com")] pub EnumCategories: unsafe extern "system" fn(*mut core::ffi::c_void, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_System_Com"))] @@ -11180,29 +11168,29 @@ pub struct ICategoryProvider_Vtbl { pub GetCategoryName: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, windows_core::PWSTR, u32) -> windows_core::HRESULT, pub CreateCategory: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(feature = "Win32_System_Com")] pub trait ICategoryProvider_Impl: Sized + windows_core::IUnknownImpl { - fn CanCategorizeOnSCID(&self, pscid: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; - fn GetDefaultCategory(&self, pguid: *mut windows_core::GUID, pscid: *mut PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; - fn GetCategoryForSCID(&self, pscid: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn CanCategorizeOnSCID(&self, pscid: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn GetDefaultCategory(&self, pguid: *mut windows_core::GUID, pscid: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn GetCategoryForSCID(&self, pscid: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn EnumCategories(&self) -> windows_core::Result; fn GetCategoryName(&self, pguid: *const windows_core::GUID, pszname: windows_core::PWSTR, cch: u32) -> windows_core::Result<()>; fn CreateCategory(&self, pguid: *const windows_core::GUID, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(feature = "Win32_System_Com")] impl windows_core::RuntimeName for ICategoryProvider {} -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(feature = "Win32_System_Com")] impl ICategoryProvider_Vtbl { pub const fn new() -> ICategoryProvider_Vtbl { - unsafe extern "system" fn CanCategorizeOnSCID(this: *mut core::ffi::c_void, pscid: *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn CanCategorizeOnSCID(this: *mut core::ffi::c_void, pscid: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ICategoryProvider_Impl::CanCategorizeOnSCID(this, core::mem::transmute_copy(&pscid)).into() } - unsafe extern "system" fn GetDefaultCategory(this: *mut core::ffi::c_void, pguid: *mut windows_core::GUID, pscid: *mut PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn GetDefaultCategory(this: *mut core::ffi::c_void, pguid: *mut windows_core::GUID, pscid: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ICategoryProvider_Impl::GetDefaultCategory(this, core::mem::transmute_copy(&pguid), core::mem::transmute_copy(&pscid)).into() } - unsafe extern "system" fn GetCategoryForSCID(this: *mut core::ffi::c_void, pscid: *const PropertiesSystem::PROPERTYKEY, pguid: *mut windows_core::GUID) -> windows_core::HRESULT { + unsafe extern "system" fn GetCategoryForSCID(this: *mut core::ffi::c_void, pscid: *const super::super::Foundation::PROPERTYKEY, pguid: *mut windows_core::GUID) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match ICategoryProvider_Impl::GetCategoryForSCID(this, core::mem::transmute_copy(&pscid)) { Ok(ok__) => { @@ -11253,66 +11241,47 @@ impl core::ops::Deref for IColumnManager { } windows_core::imp::interface_hierarchy!(IColumnManager, windows_core::IUnknown); impl IColumnManager { - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetColumnInfo(&self, propkey: *const PropertiesSystem::PROPERTYKEY, pcmci: *const CM_COLUMNINFO) -> windows_core::Result<()> { + pub unsafe fn SetColumnInfo(&self, propkey: *const super::super::Foundation::PROPERTYKEY, pcmci: *const CM_COLUMNINFO) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetColumnInfo)(windows_core::Interface::as_raw(self), propkey, pcmci).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetColumnInfo(&self, propkey: *const PropertiesSystem::PROPERTYKEY, pcmci: *mut CM_COLUMNINFO) -> windows_core::Result<()> { + pub unsafe fn GetColumnInfo(&self, propkey: *const super::super::Foundation::PROPERTYKEY, pcmci: *mut CM_COLUMNINFO) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetColumnInfo)(windows_core::Interface::as_raw(self), propkey, pcmci).ok() } pub unsafe fn GetColumnCount(&self, dwflags: CM_ENUM_FLAGS) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetColumnCount)(windows_core::Interface::as_raw(self), dwflags, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetColumns(&self, dwflags: CM_ENUM_FLAGS, rgkeyorder: &mut [PropertiesSystem::PROPERTYKEY]) -> windows_core::Result<()> { + pub unsafe fn GetColumns(&self, dwflags: CM_ENUM_FLAGS, rgkeyorder: &mut [super::super::Foundation::PROPERTYKEY]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetColumns)(windows_core::Interface::as_raw(self), dwflags, core::mem::transmute(rgkeyorder.as_ptr()), rgkeyorder.len().try_into().unwrap()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetColumns(&self, rgkeyorder: &[PropertiesSystem::PROPERTYKEY]) -> windows_core::Result<()> { + pub unsafe fn SetColumns(&self, rgkeyorder: &[super::super::Foundation::PROPERTYKEY]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetColumns)(windows_core::Interface::as_raw(self), core::mem::transmute(rgkeyorder.as_ptr()), rgkeyorder.len().try_into().unwrap()).ok() } } #[repr(C)] pub struct IColumnManager_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetColumnInfo: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *const CM_COLUMNINFO) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetColumnInfo: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetColumnInfo: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut CM_COLUMNINFO) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetColumnInfo: usize, + pub SetColumnInfo: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *const CM_COLUMNINFO) -> windows_core::HRESULT, + pub GetColumnInfo: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut CM_COLUMNINFO) -> windows_core::HRESULT, pub GetColumnCount: unsafe extern "system" fn(*mut core::ffi::c_void, CM_ENUM_FLAGS, *mut u32) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetColumns: unsafe extern "system" fn(*mut core::ffi::c_void, CM_ENUM_FLAGS, *mut PropertiesSystem::PROPERTYKEY, u32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetColumns: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetColumns: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, u32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetColumns: usize, + pub GetColumns: unsafe extern "system" fn(*mut core::ffi::c_void, CM_ENUM_FLAGS, *mut super::super::Foundation::PROPERTYKEY, u32) -> windows_core::HRESULT, + pub SetColumns: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, u32) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait IColumnManager_Impl: Sized + windows_core::IUnknownImpl { - fn SetColumnInfo(&self, propkey: *const PropertiesSystem::PROPERTYKEY, pcmci: *const CM_COLUMNINFO) -> windows_core::Result<()>; - fn GetColumnInfo(&self, propkey: *const PropertiesSystem::PROPERTYKEY, pcmci: *mut CM_COLUMNINFO) -> windows_core::Result<()>; + fn SetColumnInfo(&self, propkey: *const super::super::Foundation::PROPERTYKEY, pcmci: *const CM_COLUMNINFO) -> windows_core::Result<()>; + fn GetColumnInfo(&self, propkey: *const super::super::Foundation::PROPERTYKEY, pcmci: *mut CM_COLUMNINFO) -> windows_core::Result<()>; fn GetColumnCount(&self, dwflags: CM_ENUM_FLAGS) -> windows_core::Result; - fn GetColumns(&self, dwflags: CM_ENUM_FLAGS, rgkeyorder: *mut PropertiesSystem::PROPERTYKEY, ccolumns: u32) -> windows_core::Result<()>; - fn SetColumns(&self, rgkeyorder: *const PropertiesSystem::PROPERTYKEY, cvisible: u32) -> windows_core::Result<()>; + fn GetColumns(&self, dwflags: CM_ENUM_FLAGS, rgkeyorder: *mut super::super::Foundation::PROPERTYKEY, ccolumns: u32) -> windows_core::Result<()>; + fn SetColumns(&self, rgkeyorder: *const super::super::Foundation::PROPERTYKEY, cvisible: u32) -> windows_core::Result<()>; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for IColumnManager {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl IColumnManager_Vtbl { pub const fn new() -> IColumnManager_Vtbl { - unsafe extern "system" fn SetColumnInfo(this: *mut core::ffi::c_void, propkey: *const PropertiesSystem::PROPERTYKEY, pcmci: *const CM_COLUMNINFO) -> windows_core::HRESULT { + unsafe extern "system" fn SetColumnInfo(this: *mut core::ffi::c_void, propkey: *const super::super::Foundation::PROPERTYKEY, pcmci: *const CM_COLUMNINFO) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IColumnManager_Impl::SetColumnInfo(this, core::mem::transmute_copy(&propkey), core::mem::transmute_copy(&pcmci)).into() } - unsafe extern "system" fn GetColumnInfo(this: *mut core::ffi::c_void, propkey: *const PropertiesSystem::PROPERTYKEY, pcmci: *mut CM_COLUMNINFO) -> windows_core::HRESULT { + unsafe extern "system" fn GetColumnInfo(this: *mut core::ffi::c_void, propkey: *const super::super::Foundation::PROPERTYKEY, pcmci: *mut CM_COLUMNINFO) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IColumnManager_Impl::GetColumnInfo(this, core::mem::transmute_copy(&propkey), core::mem::transmute_copy(&pcmci)).into() } @@ -11326,11 +11295,11 @@ impl IColumnManager_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetColumns(this: *mut core::ffi::c_void, dwflags: CM_ENUM_FLAGS, rgkeyorder: *mut PropertiesSystem::PROPERTYKEY, ccolumns: u32) -> windows_core::HRESULT { + unsafe extern "system" fn GetColumns(this: *mut core::ffi::c_void, dwflags: CM_ENUM_FLAGS, rgkeyorder: *mut super::super::Foundation::PROPERTYKEY, ccolumns: u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IColumnManager_Impl::GetColumns(this, core::mem::transmute_copy(&dwflags), core::mem::transmute_copy(&rgkeyorder), core::mem::transmute_copy(&ccolumns)).into() } - unsafe extern "system" fn SetColumns(this: *mut core::ffi::c_void, rgkeyorder: *const PropertiesSystem::PROPERTYKEY, cvisible: u32) -> windows_core::HRESULT { + unsafe extern "system" fn SetColumns(this: *mut core::ffi::c_void, rgkeyorder: *const super::super::Foundation::PROPERTYKEY, cvisible: u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IColumnManager_Impl::SetColumns(this, core::mem::transmute_copy(&rgkeyorder), core::mem::transmute_copy(&cvisible)).into() } @@ -11359,12 +11328,12 @@ impl IColumnProvider { pub unsafe fn Initialize(&self, psci: *const SHCOLUMNINIT) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).Initialize)(windows_core::Interface::as_raw(self), psci).ok() } - #[cfg(all(feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] + #[cfg(feature = "Win32_System_Variant")] pub unsafe fn GetColumnInfo(&self, dwindex: u32, psci: *mut SHCOLUMNINFO) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetColumnInfo)(windows_core::Interface::as_raw(self), dwindex, psci).ok() } - #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetItemData(&self, pscid: *const PropertiesSystem::PROPERTYKEY, pscd: *const SHCOLUMNDATA) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))] + pub unsafe fn GetItemData(&self, pscid: *const super::super::Foundation::PROPERTYKEY, pscd: *const SHCOLUMNDATA) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetItemData)(windows_core::Interface::as_raw(self), pscid, pscd, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -11373,24 +11342,24 @@ impl IColumnProvider { pub struct IColumnProvider_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub Initialize: unsafe extern "system" fn(*mut core::ffi::c_void, *const SHCOLUMNINIT) -> windows_core::HRESULT, - #[cfg(all(feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] + #[cfg(feature = "Win32_System_Variant")] pub GetColumnInfo: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut SHCOLUMNINFO) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(not(feature = "Win32_System_Variant"))] GetColumnInfo: usize, - #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetItemData: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *const SHCOLUMNDATA, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))] + pub GetItemData: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *const SHCOLUMNDATA, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant")))] GetItemData: usize, } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))] pub trait IColumnProvider_Impl: Sized + windows_core::IUnknownImpl { fn Initialize(&self, psci: *const SHCOLUMNINIT) -> windows_core::Result<()>; fn GetColumnInfo(&self, dwindex: u32, psci: *mut SHCOLUMNINFO) -> windows_core::Result<()>; - fn GetItemData(&self, pscid: *const PropertiesSystem::PROPERTYKEY, pscd: *const SHCOLUMNDATA) -> windows_core::Result; + fn GetItemData(&self, pscid: *const super::super::Foundation::PROPERTYKEY, pscd: *const SHCOLUMNDATA) -> windows_core::Result; } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for IColumnProvider {} -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant"))] impl IColumnProvider_Vtbl { pub const fn new() -> IColumnProvider_Vtbl { unsafe extern "system" fn Initialize(this: *mut core::ffi::c_void, psci: *const SHCOLUMNINIT) -> windows_core::HRESULT { @@ -11401,7 +11370,7 @@ impl IColumnProvider_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IColumnProvider_Impl::GetColumnInfo(this, core::mem::transmute_copy(&dwindex), core::mem::transmute_copy(&psci)).into() } - unsafe extern "system" fn GetItemData(this: *mut core::ffi::c_void, pscid: *const PropertiesSystem::PROPERTYKEY, pscd: *const SHCOLUMNDATA, pvardata: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetItemData(this: *mut core::ffi::c_void, pscid: *const super::super::Foundation::PROPERTYKEY, pscd: *const SHCOLUMNDATA, pvardata: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IColumnProvider_Impl::GetItemData(this, core::mem::transmute_copy(&pscid), core::mem::transmute_copy(&pscd)) { Ok(ok__) => { @@ -11793,11 +11762,11 @@ impl core::ops::Deref for IContextMenu { windows_core::imp::interface_hierarchy!(IContextMenu, windows_core::IUnknown); impl IContextMenu { #[cfg(feature = "Win32_UI_WindowsAndMessaging")] - pub unsafe fn QueryContextMenu(&self, hmenu: P0, indexmenu: u32, idcmdfirst: u32, idcmdlast: u32, uflags: u32) -> windows_core::Result<()> + pub unsafe fn QueryContextMenu(&self, hmenu: P0, indexmenu: u32, idcmdfirst: u32, idcmdlast: u32, uflags: u32) -> windows_core::HRESULT where P0: windows_core::Param, { - (windows_core::Interface::vtable(self).QueryContextMenu)(windows_core::Interface::as_raw(self), hmenu.param().abi(), indexmenu, idcmdfirst, idcmdlast, uflags).ok() + (windows_core::Interface::vtable(self).QueryContextMenu)(windows_core::Interface::as_raw(self), hmenu.param().abi(), indexmenu, idcmdfirst, idcmdlast, uflags) } pub unsafe fn InvokeCommand(&self, pici: *const CMINVOKECOMMANDINFO) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).InvokeCommand)(windows_core::Interface::as_raw(self), pici).ok() @@ -11818,7 +11787,7 @@ pub struct IContextMenu_Vtbl { } #[cfg(feature = "Win32_UI_WindowsAndMessaging")] pub trait IContextMenu_Impl: Sized + windows_core::IUnknownImpl { - fn QueryContextMenu(&self, hmenu: super::WindowsAndMessaging::HMENU, indexmenu: u32, idcmdfirst: u32, idcmdlast: u32, uflags: u32) -> windows_core::Result<()>; + fn QueryContextMenu(&self, hmenu: super::WindowsAndMessaging::HMENU, indexmenu: u32, idcmdfirst: u32, idcmdlast: u32, uflags: u32) -> windows_core::HRESULT; fn InvokeCommand(&self, pici: *const CMINVOKECOMMANDINFO) -> windows_core::Result<()>; fn GetCommandString(&self, idcmd: usize, utype: u32, preserved: *const u32, pszname: windows_core::PSTR, cchmax: u32) -> windows_core::Result<()>; } @@ -11829,7 +11798,7 @@ impl IContextMenu_Vtbl { pub const fn new() -> IContextMenu_Vtbl { unsafe extern "system" fn QueryContextMenu(this: *mut core::ffi::c_void, hmenu: super::WindowsAndMessaging::HMENU, indexmenu: u32, idcmdfirst: u32, idcmdlast: u32, uflags: u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); - IContextMenu_Impl::QueryContextMenu(this, core::mem::transmute_copy(&hmenu), core::mem::transmute_copy(&indexmenu), core::mem::transmute_copy(&idcmdfirst), core::mem::transmute_copy(&idcmdlast), core::mem::transmute_copy(&uflags)).into() + IContextMenu_Impl::QueryContextMenu(this, core::mem::transmute_copy(&hmenu), core::mem::transmute_copy(&indexmenu), core::mem::transmute_copy(&idcmdfirst), core::mem::transmute_copy(&idcmdlast), core::mem::transmute_copy(&uflags)) } unsafe extern "system" fn InvokeCommand(this: *mut core::ffi::c_void, pici: *const CMINVOKECOMMANDINFO) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); @@ -13082,13 +13051,12 @@ impl ICredentialProviderUser { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetProviderID)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetStringValue(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetStringValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetStringValue)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetValue(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetValue)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -13098,25 +13066,22 @@ pub struct ICredentialProviderUser_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetSid: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::PWSTR) -> windows_core::HRESULT, pub GetProviderID: unsafe extern "system" fn(*mut core::ffi::c_void, *mut windows_core::GUID) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetStringValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut windows_core::PWSTR) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetStringValue: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + pub GetStringValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut windows_core::PWSTR) -> windows_core::HRESULT, + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetValue: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetValue: usize, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait ICredentialProviderUser_Impl: Sized + windows_core::IUnknownImpl { fn GetSid(&self) -> windows_core::Result; fn GetProviderID(&self) -> windows_core::Result; - fn GetStringValue(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn GetValue(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetStringValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn GetValue(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ICredentialProviderUser {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl ICredentialProviderUser_Vtbl { pub const fn new() -> ICredentialProviderUser_Vtbl { unsafe extern "system" fn GetSid(this: *mut core::ffi::c_void, sid: *mut windows_core::PWSTR) -> windows_core::HRESULT { @@ -13139,7 +13104,7 @@ impl ICredentialProviderUser_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetStringValue(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, stringvalue: *mut windows_core::PWSTR) -> windows_core::HRESULT { + unsafe extern "system" fn GetStringValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, stringvalue: *mut windows_core::PWSTR) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match ICredentialProviderUser_Impl::GetStringValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -13149,7 +13114,7 @@ impl ICredentialProviderUser_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, value: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetValue(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, value: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match ICredentialProviderUser_Impl::GetValue(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -20217,23 +20182,21 @@ impl core::ops::Deref for IFolderView2 { } windows_core::imp::interface_hierarchy!(IFolderView2, windows_core::IUnknown, IFolderView); impl IFolderView2 { - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetGroupBy(&self, key: *const PropertiesSystem::PROPERTYKEY, fascending: P0) -> windows_core::Result<()> + pub unsafe fn SetGroupBy(&self, key: *const super::super::Foundation::PROPERTYKEY, fascending: P0) -> windows_core::Result<()> where P0: windows_core::Param, { (windows_core::Interface::vtable(self).SetGroupBy)(windows_core::Interface::as_raw(self), key, fascending.param().abi()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetGroupBy(&self, pkey: *mut PropertiesSystem::PROPERTYKEY, pfascending: Option<*mut super::super::Foundation::BOOL>) -> windows_core::Result<()> { + pub unsafe fn GetGroupBy(&self, pkey: *mut super::super::Foundation::PROPERTYKEY, pfascending: Option<*mut super::super::Foundation::BOOL>) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetGroupBy)(windows_core::Interface::as_raw(self), pkey, core::mem::transmute(pfascending.unwrap_or(core::ptr::null_mut()))).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn SetViewProperty(&self, pidl: *const Common::ITEMIDLIST, propkey: *const PropertiesSystem::PROPERTYKEY, propvar: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] + pub unsafe fn SetViewProperty(&self, pidl: *const Common::ITEMIDLIST, propkey: *const super::super::Foundation::PROPERTYKEY, propvar: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetViewProperty)(windows_core::Interface::as_raw(self), pidl, propkey, core::mem::transmute(propvar)).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetViewProperty(&self, pidl: *const Common::ITEMIDLIST, propkey: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] + pub unsafe fn GetViewProperty(&self, pidl: *const Common::ITEMIDLIST, propkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetViewProperty)(windows_core::Interface::as_raw(self), pidl, propkey, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -20268,11 +20231,9 @@ impl IFolderView2 { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetSortColumnCount)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub unsafe fn SetSortColumns(&self, rgsortcolumns: &[SORTCOLUMN]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetSortColumns)(windows_core::Interface::as_raw(self), core::mem::transmute(rgsortcolumns.as_ptr()), rgsortcolumns.len().try_into().unwrap()).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub unsafe fn GetSortColumns(&self, rgsortcolumns: &mut [SORTCOLUMN]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetSortColumns)(windows_core::Interface::as_raw(self), core::mem::transmute(rgsortcolumns.as_ptr()), rgsortcolumns.len().try_into().unwrap()).ok() } @@ -20341,21 +20302,15 @@ impl IFolderView2 { #[repr(C)] pub struct IFolderView2_Vtbl { pub base__: IFolderView_Vtbl, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetGroupBy: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, super::super::Foundation::BOOL) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetGroupBy: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetGroupBy: unsafe extern "system" fn(*mut core::ffi::c_void, *mut PropertiesSystem::PROPERTYKEY, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetGroupBy: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub SetViewProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const Common::ITEMIDLIST, *const PropertiesSystem::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem")))] + pub SetGroupBy: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, super::super::Foundation::BOOL) -> windows_core::HRESULT, + pub GetGroupBy: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::PROPERTYKEY, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] + pub SetViewProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const Common::ITEMIDLIST, *const super::super::Foundation::PROPERTYKEY, *const core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common")))] SetViewProperty: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetViewProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const Common::ITEMIDLIST, *const PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] + pub GetViewProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const Common::ITEMIDLIST, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common")))] GetViewProperty: usize, #[cfg(feature = "Win32_UI_Shell_Common")] pub SetTileViewProperties: unsafe extern "system" fn(*mut core::ffi::c_void, *const Common::ITEMIDLIST, windows_core::PCWSTR) -> windows_core::HRESULT, @@ -20369,14 +20324,8 @@ pub struct IFolderView2_Vtbl { pub SetCurrentFolderFlags: unsafe extern "system" fn(*mut core::ffi::c_void, u32, u32) -> windows_core::HRESULT, pub GetCurrentFolderFlags: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, pub GetSortColumnCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut i32) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub SetSortColumns: unsafe extern "system" fn(*mut core::ffi::c_void, *const SORTCOLUMN, i32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetSortColumns: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub GetSortColumns: unsafe extern "system" fn(*mut core::ffi::c_void, *mut SORTCOLUMN, i32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetSortColumns: usize, pub GetItem: unsafe extern "system" fn(*mut core::ffi::c_void, i32, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetVisibleItem: unsafe extern "system" fn(*mut core::ffi::c_void, i32, super::super::Foundation::BOOL, *mut i32) -> windows_core::HRESULT, pub GetSelectedItem: unsafe extern "system" fn(*mut core::ffi::c_void, i32, *mut i32) -> windows_core::HRESULT, @@ -20394,12 +20343,12 @@ pub struct IFolderView2_Vtbl { pub IsMoveInSameFolder: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, pub DoRename: unsafe extern "system" fn(*mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] pub trait IFolderView2_Impl: Sized + IFolderView_Impl { - fn SetGroupBy(&self, key: *const PropertiesSystem::PROPERTYKEY, fascending: super::super::Foundation::BOOL) -> windows_core::Result<()>; - fn GetGroupBy(&self, pkey: *mut PropertiesSystem::PROPERTYKEY, pfascending: *mut super::super::Foundation::BOOL) -> windows_core::Result<()>; - fn SetViewProperty(&self, pidl: *const Common::ITEMIDLIST, propkey: *const PropertiesSystem::PROPERTYKEY, propvar: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; - fn GetViewProperty(&self, pidl: *const Common::ITEMIDLIST, propkey: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn SetGroupBy(&self, key: *const super::super::Foundation::PROPERTYKEY, fascending: super::super::Foundation::BOOL) -> windows_core::Result<()>; + fn GetGroupBy(&self, pkey: *mut super::super::Foundation::PROPERTYKEY, pfascending: *mut super::super::Foundation::BOOL) -> windows_core::Result<()>; + fn SetViewProperty(&self, pidl: *const Common::ITEMIDLIST, propkey: *const super::super::Foundation::PROPERTYKEY, propvar: *const super::super::System::Com::StructuredStorage::PROPVARIANT) -> windows_core::Result<()>; + fn GetViewProperty(&self, pidl: *const Common::ITEMIDLIST, propkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn SetTileViewProperties(&self, pidl: *const Common::ITEMIDLIST, pszproplist: &windows_core::PCWSTR) -> windows_core::Result<()>; fn SetExtendedTileViewProperties(&self, pidl: *const Common::ITEMIDLIST, pszproplist: &windows_core::PCWSTR) -> windows_core::Result<()>; fn SetText(&self, itype: FVTEXTTYPE, pwsztext: &windows_core::PCWSTR) -> windows_core::Result<()>; @@ -20422,24 +20371,24 @@ pub trait IFolderView2_Impl: Sized + IFolderView_Impl { fn IsMoveInSameFolder(&self) -> windows_core::Result<()>; fn DoRename(&self) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] impl windows_core::RuntimeName for IFolderView2 {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] impl IFolderView2_Vtbl { pub const fn new() -> IFolderView2_Vtbl { - unsafe extern "system" fn SetGroupBy(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, fascending: super::super::Foundation::BOOL) -> windows_core::HRESULT { + unsafe extern "system" fn SetGroupBy(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, fascending: super::super::Foundation::BOOL) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IFolderView2_Impl::SetGroupBy(this, core::mem::transmute_copy(&key), core::mem::transmute_copy(&fascending)).into() } - unsafe extern "system" fn GetGroupBy(this: *mut core::ffi::c_void, pkey: *mut PropertiesSystem::PROPERTYKEY, pfascending: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { + unsafe extern "system" fn GetGroupBy(this: *mut core::ffi::c_void, pkey: *mut super::super::Foundation::PROPERTYKEY, pfascending: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IFolderView2_Impl::GetGroupBy(this, core::mem::transmute_copy(&pkey), core::mem::transmute_copy(&pfascending)).into() } - unsafe extern "system" fn SetViewProperty(this: *mut core::ffi::c_void, pidl: *const Common::ITEMIDLIST, propkey: *const PropertiesSystem::PROPERTYKEY, propvar: *const core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn SetViewProperty(this: *mut core::ffi::c_void, pidl: *const Common::ITEMIDLIST, propkey: *const super::super::Foundation::PROPERTYKEY, propvar: *const core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IFolderView2_Impl::SetViewProperty(this, core::mem::transmute_copy(&pidl), core::mem::transmute_copy(&propkey), core::mem::transmute_copy(&propvar)).into() } - unsafe extern "system" fn GetViewProperty(this: *mut core::ffi::c_void, pidl: *const Common::ITEMIDLIST, propkey: *const PropertiesSystem::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetViewProperty(this: *mut core::ffi::c_void, pidl: *const Common::ITEMIDLIST, propkey: *const super::super::Foundation::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IFolderView2_Impl::GetViewProperty(this, core::mem::transmute_copy(&pidl), core::mem::transmute_copy(&propkey)) { Ok(ok__) => { @@ -20772,8 +20721,7 @@ impl IFolderViewSettings { let mut result__ = core::ptr::null_mut(); (windows_core::Interface::vtable(self).GetColumnPropertyList)(windows_core::Interface::as_raw(self), &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetGroupByProperty(&self, pkey: *mut PropertiesSystem::PROPERTYKEY, pfgroupascending: *mut super::super::Foundation::BOOL) -> windows_core::Result<()> { + pub unsafe fn GetGroupByProperty(&self, pkey: *mut super::super::Foundation::PROPERTYKEY, pfgroupascending: *mut super::super::Foundation::BOOL) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetGroupByProperty)(windows_core::Interface::as_raw(self), pkey, pfgroupascending).ok() } pub unsafe fn GetViewMode(&self) -> windows_core::Result { @@ -20787,7 +20735,6 @@ impl IFolderViewSettings { pub unsafe fn GetFolderFlags(&self, pfoldermask: *mut FOLDERFLAGS, pfolderflags: *mut FOLDERFLAGS) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetFolderFlags)(windows_core::Interface::as_raw(self), pfoldermask, pfolderflags).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub unsafe fn GetSortColumns(&self, rgsortcolumns: &mut [SORTCOLUMN], pccolumnsout: *mut u32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetSortColumns)(windows_core::Interface::as_raw(self), core::mem::transmute(rgsortcolumns.as_ptr()), rgsortcolumns.len().try_into().unwrap(), pccolumnsout).ok() } @@ -20800,39 +20747,30 @@ impl IFolderViewSettings { pub struct IFolderViewSettings_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetColumnPropertyList: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetGroupByProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *mut PropertiesSystem::PROPERTYKEY, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetGroupByProperty: usize, + pub GetGroupByProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *mut super::super::Foundation::PROPERTYKEY, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, pub GetViewMode: unsafe extern "system" fn(*mut core::ffi::c_void, *mut FOLDERLOGICALVIEWMODE) -> windows_core::HRESULT, pub GetIconSize: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, pub GetFolderFlags: unsafe extern "system" fn(*mut core::ffi::c_void, *mut FOLDERFLAGS, *mut FOLDERFLAGS) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub GetSortColumns: unsafe extern "system" fn(*mut core::ffi::c_void, *mut SORTCOLUMN, u32, *mut u32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetSortColumns: usize, pub GetGroupSubsetCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait IFolderViewSettings_Impl: Sized + windows_core::IUnknownImpl { fn GetColumnPropertyList(&self, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn GetGroupByProperty(&self, pkey: *mut PropertiesSystem::PROPERTYKEY, pfgroupascending: *mut super::super::Foundation::BOOL) -> windows_core::Result<()>; + fn GetGroupByProperty(&self, pkey: *mut super::super::Foundation::PROPERTYKEY, pfgroupascending: *mut super::super::Foundation::BOOL) -> windows_core::Result<()>; fn GetViewMode(&self) -> windows_core::Result; fn GetIconSize(&self) -> windows_core::Result; fn GetFolderFlags(&self, pfoldermask: *mut FOLDERFLAGS, pfolderflags: *mut FOLDERFLAGS) -> windows_core::Result<()>; fn GetSortColumns(&self, rgsortcolumns: *mut SORTCOLUMN, ccolumnsin: u32, pccolumnsout: *mut u32) -> windows_core::Result<()>; fn GetGroupSubsetCount(&self) -> windows_core::Result; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for IFolderViewSettings {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl IFolderViewSettings_Vtbl { pub const fn new() -> IFolderViewSettings_Vtbl { unsafe extern "system" fn GetColumnPropertyList(this: *mut core::ffi::c_void, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IFolderViewSettings_Impl::GetColumnPropertyList(this, core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn GetGroupByProperty(this: *mut core::ffi::c_void, pkey: *mut PropertiesSystem::PROPERTYKEY, pfgroupascending: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { + unsafe extern "system" fn GetGroupByProperty(this: *mut core::ffi::c_void, pkey: *mut super::super::Foundation::PROPERTYKEY, pfgroupascending: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IFolderViewSettings_Impl::GetGroupByProperty(this, core::mem::transmute_copy(&pkey), core::mem::transmute_copy(&pfgroupascending)).into() } @@ -27397,23 +27335,19 @@ impl IPropertyKeyStore { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetKeyCount)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetKeyAt(&self, index: i32, pkey: *mut PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn GetKeyAt(&self, index: i32, pkey: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetKeyAt)(windows_core::Interface::as_raw(self), index, pkey).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn AppendKey(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn AppendKey(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).AppendKey)(windows_core::Interface::as_raw(self), key).ok() } pub unsafe fn DeleteKey(&self, index: i32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).DeleteKey)(windows_core::Interface::as_raw(self), index).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn IsKeyInStore(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn IsKeyInStore(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).IsKeyInStore)(windows_core::Interface::as_raw(self), key).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn RemoveKey(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn RemoveKey(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).RemoveKey)(windows_core::Interface::as_raw(self), key).ok() } } @@ -27421,36 +27355,21 @@ impl IPropertyKeyStore { pub struct IPropertyKeyStore_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetKeyCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut i32) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetKeyAt: unsafe extern "system" fn(*mut core::ffi::c_void, i32, *mut PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetKeyAt: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub AppendKey: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - AppendKey: usize, + pub GetKeyAt: unsafe extern "system" fn(*mut core::ffi::c_void, i32, *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, + pub AppendKey: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, pub DeleteKey: unsafe extern "system" fn(*mut core::ffi::c_void, i32) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub IsKeyInStore: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - IsKeyInStore: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub RemoveKey: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - RemoveKey: usize, + pub IsKeyInStore: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, + pub RemoveKey: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait IPropertyKeyStore_Impl: Sized + windows_core::IUnknownImpl { fn GetKeyCount(&self) -> windows_core::Result; - fn GetKeyAt(&self, index: i32, pkey: *mut PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; - fn AppendKey(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn GetKeyAt(&self, index: i32, pkey: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn AppendKey(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; fn DeleteKey(&self, index: i32) -> windows_core::Result<()>; - fn IsKeyInStore(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; - fn RemoveKey(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn IsKeyInStore(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn RemoveKey(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for IPropertyKeyStore {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl IPropertyKeyStore_Vtbl { pub const fn new() -> IPropertyKeyStore_Vtbl { unsafe extern "system" fn GetKeyCount(this: *mut core::ffi::c_void, keycount: *mut i32) -> windows_core::HRESULT { @@ -27463,11 +27382,11 @@ impl IPropertyKeyStore_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetKeyAt(this: *mut core::ffi::c_void, index: i32, pkey: *mut PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn GetKeyAt(this: *mut core::ffi::c_void, index: i32, pkey: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyKeyStore_Impl::GetKeyAt(this, core::mem::transmute_copy(&index), core::mem::transmute_copy(&pkey)).into() } - unsafe extern "system" fn AppendKey(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn AppendKey(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyKeyStore_Impl::AppendKey(this, core::mem::transmute_copy(&key)).into() } @@ -27475,11 +27394,11 @@ impl IPropertyKeyStore_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyKeyStore_Impl::DeleteKey(this, core::mem::transmute_copy(&index)).into() } - unsafe extern "system" fn IsKeyInStore(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn IsKeyInStore(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyKeyStore_Impl::IsKeyInStore(this, core::mem::transmute_copy(&key)).into() } - unsafe extern "system" fn RemoveKey(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn RemoveKey(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IPropertyKeyStore_Impl::RemoveKey(this, core::mem::transmute_copy(&key)).into() } @@ -28775,20 +28694,16 @@ impl ISearchFolderItemFactory { pub unsafe fn SetIconSize(&self, iiconsize: i32) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetIconSize)(windows_core::Interface::as_raw(self), iiconsize).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetVisibleColumns(&self, rgkey: &[PropertiesSystem::PROPERTYKEY]) -> windows_core::Result<()> { + pub unsafe fn SetVisibleColumns(&self, rgkey: &[super::super::Foundation::PROPERTYKEY]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetVisibleColumns)(windows_core::Interface::as_raw(self), rgkey.len().try_into().unwrap(), core::mem::transmute(rgkey.as_ptr())).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub unsafe fn SetSortColumns(&self, rgsortcolumns: &[SORTCOLUMN]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetSortColumns)(windows_core::Interface::as_raw(self), rgsortcolumns.len().try_into().unwrap(), core::mem::transmute(rgsortcolumns.as_ptr())).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetGroupColumn(&self, keygroup: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn SetGroupColumn(&self, keygroup: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetGroupColumn)(windows_core::Interface::as_raw(self), keygroup).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn SetStacks(&self, rgstackkeys: &[PropertiesSystem::PROPERTYKEY]) -> windows_core::Result<()> { + pub unsafe fn SetStacks(&self, rgstackkeys: &[super::super::Foundation::PROPERTYKEY]) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).SetStacks)(windows_core::Interface::as_raw(self), rgstackkeys.len().try_into().unwrap(), core::mem::transmute(rgstackkeys.as_ptr())).ok() } pub unsafe fn SetScope(&self, psiascope: P0) -> windows_core::Result<()> @@ -28824,22 +28739,10 @@ pub struct ISearchFolderItemFactory_Vtbl { pub SetFolderTypeID: unsafe extern "system" fn(*mut core::ffi::c_void, windows_core::GUID) -> windows_core::HRESULT, pub SetFolderLogicalViewMode: unsafe extern "system" fn(*mut core::ffi::c_void, FOLDERLOGICALVIEWMODE) -> windows_core::HRESULT, pub SetIconSize: unsafe extern "system" fn(*mut core::ffi::c_void, i32) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetVisibleColumns: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetVisibleColumns: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] + pub SetVisibleColumns: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, pub SetSortColumns: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const SORTCOLUMN) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetSortColumns: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetGroupColumn: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetGroupColumn: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub SetStacks: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - SetStacks: usize, + pub SetGroupColumn: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, + pub SetStacks: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, pub SetScope: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Search"))] pub SetCondition: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, @@ -28851,24 +28754,24 @@ pub struct ISearchFolderItemFactory_Vtbl { #[cfg(not(feature = "Win32_UI_Shell_Common"))] GetIDList: usize, } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Search", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Search", feature = "Win32_UI_Shell_Common"))] pub trait ISearchFolderItemFactory_Impl: Sized + windows_core::IUnknownImpl { fn SetDisplayName(&self, pszdisplayname: &windows_core::PCWSTR) -> windows_core::Result<()>; fn SetFolderTypeID(&self, ftid: &windows_core::GUID) -> windows_core::Result<()>; fn SetFolderLogicalViewMode(&self, flvm: FOLDERLOGICALVIEWMODE) -> windows_core::Result<()>; fn SetIconSize(&self, iiconsize: i32) -> windows_core::Result<()>; - fn SetVisibleColumns(&self, cvisiblecolumns: u32, rgkey: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn SetVisibleColumns(&self, cvisiblecolumns: u32, rgkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; fn SetSortColumns(&self, csortcolumns: u32, rgsortcolumns: *const SORTCOLUMN) -> windows_core::Result<()>; - fn SetGroupColumn(&self, keygroup: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; - fn SetStacks(&self, cstackkeys: u32, rgstackkeys: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn SetGroupColumn(&self, keygroup: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; + fn SetStacks(&self, cstackkeys: u32, rgstackkeys: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; fn SetScope(&self, psiascope: Option<&IShellItemArray>) -> windows_core::Result<()>; fn SetCondition(&self, pcondition: Option<&super::super::System::Search::ICondition>) -> windows_core::Result<()>; fn GetShellItem(&self, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn GetIDList(&self) -> windows_core::Result<*mut Common::ITEMIDLIST>; } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Search", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Search", feature = "Win32_UI_Shell_Common"))] impl windows_core::RuntimeName for ISearchFolderItemFactory {} -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Search", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Search", feature = "Win32_UI_Shell_Common"))] impl ISearchFolderItemFactory_Vtbl { pub const fn new() -> ISearchFolderItemFactory_Vtbl { unsafe extern "system" fn SetDisplayName(this: *mut core::ffi::c_void, pszdisplayname: windows_core::PCWSTR) -> windows_core::HRESULT { @@ -28887,7 +28790,7 @@ impl ISearchFolderItemFactory_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ISearchFolderItemFactory_Impl::SetIconSize(this, core::mem::transmute_copy(&iiconsize)).into() } - unsafe extern "system" fn SetVisibleColumns(this: *mut core::ffi::c_void, cvisiblecolumns: u32, rgkey: *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn SetVisibleColumns(this: *mut core::ffi::c_void, cvisiblecolumns: u32, rgkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ISearchFolderItemFactory_Impl::SetVisibleColumns(this, core::mem::transmute_copy(&cvisiblecolumns), core::mem::transmute_copy(&rgkey)).into() } @@ -28895,11 +28798,11 @@ impl ISearchFolderItemFactory_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ISearchFolderItemFactory_Impl::SetSortColumns(this, core::mem::transmute_copy(&csortcolumns), core::mem::transmute_copy(&rgsortcolumns)).into() } - unsafe extern "system" fn SetGroupColumn(this: *mut core::ffi::c_void, keygroup: *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn SetGroupColumn(this: *mut core::ffi::c_void, keygroup: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ISearchFolderItemFactory_Impl::SetGroupColumn(this, core::mem::transmute_copy(&keygroup)).into() } - unsafe extern "system" fn SetStacks(this: *mut core::ffi::c_void, cstackkeys: u32, rgstackkeys: *const PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn SetStacks(this: *mut core::ffi::c_void, cstackkeys: u32, rgstackkeys: *const super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ISearchFolderItemFactory_Impl::SetStacks(this, core::mem::transmute_copy(&cstackkeys), core::mem::transmute_copy(&rgstackkeys)).into() } @@ -30868,8 +30771,8 @@ impl IShellFolder2 { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetDefaultColumnState)(windows_core::Interface::as_raw(self), icolumn, &mut result__).map(|| result__) } - #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetDetailsEx(&self, pidl: *const Common::ITEMIDLIST, pscid: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] + pub unsafe fn GetDetailsEx(&self, pidl: *const Common::ITEMIDLIST, pscid: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetDetailsEx)(windows_core::Interface::as_raw(self), pidl, pscid, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -30877,8 +30780,7 @@ impl IShellFolder2 { pub unsafe fn GetDetailsOf(&self, pidl: *const Common::ITEMIDLIST, icolumn: u32, psd: *mut Common::SHELLDETAILS) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetDetailsOf)(windows_core::Interface::as_raw(self), pidl, icolumn, psd).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn MapColumnToSCID(&self, icolumn: u32, pscid: *mut PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()> { + pub unsafe fn MapColumnToSCID(&self, icolumn: u32, pscid: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).MapColumnToSCID)(windows_core::Interface::as_raw(self), icolumn, pscid).ok() } } @@ -30892,32 +30794,29 @@ pub struct IShellFolder2_Vtbl { pub GetDefaultColumnState: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut Common::SHCOLSTATE) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_UI_Shell_Common"))] GetDefaultColumnState: usize, - #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetDetailsEx: unsafe extern "system" fn(*mut core::ffi::c_void, *const Common::ITEMIDLIST, *const PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] + pub GetDetailsEx: unsafe extern "system" fn(*mut core::ffi::c_void, *const Common::ITEMIDLIST, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common")))] GetDetailsEx: usize, #[cfg(feature = "Win32_UI_Shell_Common")] pub GetDetailsOf: unsafe extern "system" fn(*mut core::ffi::c_void, *const Common::ITEMIDLIST, u32, *mut Common::SHELLDETAILS) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_UI_Shell_Common"))] GetDetailsOf: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub MapColumnToSCID: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - MapColumnToSCID: usize, + pub MapColumnToSCID: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] pub trait IShellFolder2_Impl: Sized + IShellFolder_Impl { fn GetDefaultSearchGUID(&self) -> windows_core::Result; fn EnumSearches(&self) -> windows_core::Result; fn GetDefaultColumn(&self, dwres: u32, psort: *mut u32, pdisplay: *mut u32) -> windows_core::Result<()>; fn GetDefaultColumnState(&self, icolumn: u32) -> windows_core::Result; - fn GetDetailsEx(&self, pidl: *const Common::ITEMIDLIST, pscid: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetDetailsEx(&self, pidl: *const Common::ITEMIDLIST, pscid: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn GetDetailsOf(&self, pidl: *const Common::ITEMIDLIST, icolumn: u32, psd: *mut Common::SHELLDETAILS) -> windows_core::Result<()>; - fn MapColumnToSCID(&self, icolumn: u32, pscid: *mut PropertiesSystem::PROPERTYKEY) -> windows_core::Result<()>; + fn MapColumnToSCID(&self, icolumn: u32, pscid: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] impl windows_core::RuntimeName for IShellFolder2 {} -#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com", feature = "Win32_System_Ole", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_Common"))] impl IShellFolder2_Vtbl { pub const fn new() -> IShellFolder2_Vtbl { unsafe extern "system" fn GetDefaultSearchGUID(this: *mut core::ffi::c_void, pguid: *mut windows_core::GUID) -> windows_core::HRESULT { @@ -30954,7 +30853,7 @@ impl IShellFolder2_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetDetailsEx(this: *mut core::ffi::c_void, pidl: *const Common::ITEMIDLIST, pscid: *const PropertiesSystem::PROPERTYKEY, pv: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetDetailsEx(this: *mut core::ffi::c_void, pidl: *const Common::ITEMIDLIST, pscid: *const super::super::Foundation::PROPERTYKEY, pv: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IShellFolder2_Impl::GetDetailsEx(this, core::mem::transmute_copy(&pidl), core::mem::transmute_copy(&pscid)) { Ok(ok__) => { @@ -30968,7 +30867,7 @@ impl IShellFolder2_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IShellFolder2_Impl::GetDetailsOf(this, core::mem::transmute_copy(&pidl), core::mem::transmute_copy(&icolumn), core::mem::transmute_copy(&psd)).into() } - unsafe extern "system" fn MapColumnToSCID(this: *mut core::ffi::c_void, icolumn: u32, pscid: *mut PropertiesSystem::PROPERTYKEY) -> windows_core::HRESULT { + unsafe extern "system" fn MapColumnToSCID(this: *mut core::ffi::c_void, icolumn: u32, pscid: *mut super::super::Foundation::PROPERTYKEY) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IShellFolder2_Impl::MapColumnToSCID(this, core::mem::transmute_copy(&icolumn), core::mem::transmute_copy(&pscid)).into() } @@ -32941,15 +32840,14 @@ impl IShellItem2 { (windows_core::Interface::vtable(self).GetPropertyStoreWithCreateObject)(windows_core::Interface::as_raw(self), flags, punkcreateobject.param().abi(), &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetPropertyStoreForKeys(&self, rgkeys: &[PropertiesSystem::PROPERTYKEY], flags: PropertiesSystem::GETPROPERTYSTOREFLAGS) -> windows_core::Result + pub unsafe fn GetPropertyStoreForKeys(&self, rgkeys: &[super::super::Foundation::PROPERTYKEY], flags: PropertiesSystem::GETPROPERTYSTOREFLAGS) -> windows_core::Result where T: windows_core::Interface, { let mut result__ = core::ptr::null_mut(); (windows_core::Interface::vtable(self).GetPropertyStoreForKeys)(windows_core::Interface::as_raw(self), core::mem::transmute(rgkeys.as_ptr()), rgkeys.len().try_into().unwrap(), flags, &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetPropertyDescriptionList(&self, keytype: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result + pub unsafe fn GetPropertyDescriptionList(&self, keytype: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result where T: windows_core::Interface, { @@ -32963,43 +32861,36 @@ impl IShellItem2 { { (windows_core::Interface::vtable(self).Update)(windows_core::Interface::as_raw(self), pbc.param().abi()).ok() } - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetProperty(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetProperty(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetProperty)(windows_core::Interface::as_raw(self), key, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetCLSID(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetCLSID(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetCLSID)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetFileTime(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetFileTime(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetFileTime)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetInt32(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetInt32(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetInt32)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetString(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetString(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetString)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetUInt32(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetUInt32(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetUInt32)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetUInt64(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetUInt64(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetUInt64)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetBool(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + pub unsafe fn GetBool(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetBool)(windows_core::Interface::as_raw(self), key, &mut result__).map(|| result__) } @@ -33016,65 +32907,41 @@ pub struct IShellItem2_Vtbl { #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] GetPropertyStoreWithCreateObject: usize, #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetPropertyStoreForKeys: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, u32, PropertiesSystem::GETPROPERTYSTOREFLAGS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub GetPropertyStoreForKeys: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, u32, PropertiesSystem::GETPROPERTYSTOREFLAGS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] GetPropertyStoreForKeys: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetPropertyDescriptionList: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetPropertyDescriptionList: usize, + pub GetPropertyDescriptionList: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(feature = "Win32_System_Com")] pub Update: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_System_Com"))] Update: usize, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetProperty: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetCLSID: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut windows_core::GUID) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetCLSID: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetFileTime: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut super::super::Foundation::FILETIME) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetFileTime: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetInt32: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut i32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetInt32: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetString: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut windows_core::PWSTR) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetString: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetUInt32: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut u32) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetUInt32: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetUInt64: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut u64) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetUInt64: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetBool: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetBool: usize, + pub GetCLSID: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut windows_core::GUID) -> windows_core::HRESULT, + pub GetFileTime: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut super::super::Foundation::FILETIME) -> windows_core::HRESULT, + pub GetInt32: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut i32) -> windows_core::HRESULT, + pub GetString: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut windows_core::PWSTR) -> windows_core::HRESULT, + pub GetUInt32: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut u32) -> windows_core::HRESULT, + pub GetUInt64: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut u64) -> windows_core::HRESULT, + pub GetBool: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut super::super::Foundation::BOOL) -> windows_core::HRESULT, } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_SystemServices", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] pub trait IShellItem2_Impl: Sized + IShellItem_Impl { fn GetPropertyStore(&self, flags: PropertiesSystem::GETPROPERTYSTOREFLAGS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn GetPropertyStoreWithCreateObject(&self, flags: PropertiesSystem::GETPROPERTYSTOREFLAGS, punkcreateobject: Option<&windows_core::IUnknown>, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn GetPropertyStoreForKeys(&self, rgkeys: *const PropertiesSystem::PROPERTYKEY, ckeys: u32, flags: PropertiesSystem::GETPROPERTYSTOREFLAGS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn GetPropertyDescriptionList(&self, keytype: *const PropertiesSystem::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; + fn GetPropertyStoreForKeys(&self, rgkeys: *const super::super::Foundation::PROPERTYKEY, ckeys: u32, flags: PropertiesSystem::GETPROPERTYSTOREFLAGS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; + fn GetPropertyDescriptionList(&self, keytype: *const super::super::Foundation::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn Update(&self, pbc: Option<&super::super::System::Com::IBindCtx>) -> windows_core::Result<()>; - fn GetProperty(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn GetCLSID(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn GetFileTime(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn GetInt32(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn GetString(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn GetUInt32(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn GetUInt64(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; - fn GetBool(&self, key: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetProperty(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn GetCLSID(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn GetFileTime(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn GetInt32(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn GetString(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn GetUInt32(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn GetUInt64(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; + fn GetBool(&self, key: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; } #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_SystemServices", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] impl windows_core::RuntimeName for IShellItem2 {} @@ -33089,11 +32956,11 @@ impl IShellItem2_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IShellItem2_Impl::GetPropertyStoreWithCreateObject(this, core::mem::transmute_copy(&flags), windows_core::from_raw_borrowed(&punkcreateobject), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn GetPropertyStoreForKeys(this: *mut core::ffi::c_void, rgkeys: *const PropertiesSystem::PROPERTYKEY, ckeys: u32, flags: PropertiesSystem::GETPROPERTYSTOREFLAGS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetPropertyStoreForKeys(this: *mut core::ffi::c_void, rgkeys: *const super::super::Foundation::PROPERTYKEY, ckeys: u32, flags: PropertiesSystem::GETPROPERTYSTOREFLAGS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IShellItem2_Impl::GetPropertyStoreForKeys(this, core::mem::transmute_copy(&rgkeys), core::mem::transmute_copy(&ckeys), core::mem::transmute_copy(&flags), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn GetPropertyDescriptionList(this: *mut core::ffi::c_void, keytype: *const PropertiesSystem::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetPropertyDescriptionList(this: *mut core::ffi::c_void, keytype: *const super::super::Foundation::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IShellItem2_Impl::GetPropertyDescriptionList(this, core::mem::transmute_copy(&keytype), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } @@ -33101,7 +32968,7 @@ impl IShellItem2_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IShellItem2_Impl::Update(this, windows_core::from_raw_borrowed(&pbc)).into() } - unsafe extern "system" fn GetProperty(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetProperty(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IShellItem2_Impl::GetProperty(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -33111,7 +32978,7 @@ impl IShellItem2_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetCLSID(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, pclsid: *mut windows_core::GUID) -> windows_core::HRESULT { + unsafe extern "system" fn GetCLSID(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pclsid: *mut windows_core::GUID) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IShellItem2_Impl::GetCLSID(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -33121,7 +32988,7 @@ impl IShellItem2_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetFileTime(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, pft: *mut super::super::Foundation::FILETIME) -> windows_core::HRESULT { + unsafe extern "system" fn GetFileTime(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pft: *mut super::super::Foundation::FILETIME) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IShellItem2_Impl::GetFileTime(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -33131,7 +32998,7 @@ impl IShellItem2_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetInt32(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, pi: *mut i32) -> windows_core::HRESULT { + unsafe extern "system" fn GetInt32(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pi: *mut i32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IShellItem2_Impl::GetInt32(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -33141,7 +33008,7 @@ impl IShellItem2_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetString(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, ppsz: *mut windows_core::PWSTR) -> windows_core::HRESULT { + unsafe extern "system" fn GetString(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, ppsz: *mut windows_core::PWSTR) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IShellItem2_Impl::GetString(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -33151,7 +33018,7 @@ impl IShellItem2_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetUInt32(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, pui: *mut u32) -> windows_core::HRESULT { + unsafe extern "system" fn GetUInt32(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pui: *mut u32) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IShellItem2_Impl::GetUInt32(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -33161,7 +33028,7 @@ impl IShellItem2_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetUInt64(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, pull: *mut u64) -> windows_core::HRESULT { + unsafe extern "system" fn GetUInt64(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pull: *mut u64) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IShellItem2_Impl::GetUInt64(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -33171,7 +33038,7 @@ impl IShellItem2_Vtbl { Err(err) => err.into(), } } - unsafe extern "system" fn GetBool(this: *mut core::ffi::c_void, key: *const PropertiesSystem::PROPERTYKEY, pf: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { + unsafe extern "system" fn GetBool(this: *mut core::ffi::c_void, key: *const super::super::Foundation::PROPERTYKEY, pf: *mut super::super::Foundation::BOOL) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IShellItem2_Impl::GetBool(this, core::mem::transmute_copy(&key)) { Ok(ok__) => { @@ -33228,8 +33095,7 @@ impl IShellItemArray { let mut result__ = core::ptr::null_mut(); (windows_core::Interface::vtable(self).GetPropertyStore)(windows_core::Interface::as_raw(self), flags, &T::IID, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn GetPropertyDescriptionList(&self, keytype: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result + pub unsafe fn GetPropertyDescriptionList(&self, keytype: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result where T: windows_core::Interface, { @@ -33265,10 +33131,7 @@ pub struct IShellItemArray_Vtbl { pub GetPropertyStore: unsafe extern "system" fn(*mut core::ffi::c_void, PropertiesSystem::GETPROPERTYSTOREFLAGS, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] GetPropertyStore: usize, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub GetPropertyDescriptionList: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetPropertyDescriptionList: usize, + pub GetPropertyDescriptionList: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(feature = "Win32_System_SystemServices")] pub GetAttributes: unsafe extern "system" fn(*mut core::ffi::c_void, SIATTRIBFLAGS, super::super::System::SystemServices::SFGAO_FLAGS, *mut super::super::System::SystemServices::SFGAO_FLAGS) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_System_SystemServices"))] @@ -33281,7 +33144,7 @@ pub struct IShellItemArray_Vtbl { pub trait IShellItemArray_Impl: Sized + windows_core::IUnknownImpl { fn BindToHandler(&self, pbc: Option<&super::super::System::Com::IBindCtx>, bhid: *const windows_core::GUID, riid: *const windows_core::GUID, ppvout: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn GetPropertyStore(&self, flags: PropertiesSystem::GETPROPERTYSTOREFLAGS, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; - fn GetPropertyDescriptionList(&self, keytype: *const PropertiesSystem::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; + fn GetPropertyDescriptionList(&self, keytype: *const super::super::Foundation::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; fn GetAttributes(&self, attribflags: SIATTRIBFLAGS, sfgaomask: super::super::System::SystemServices::SFGAO_FLAGS) -> windows_core::Result; fn GetCount(&self) -> windows_core::Result; fn GetItemAt(&self, dwindex: u32) -> windows_core::Result; @@ -33300,7 +33163,7 @@ impl IShellItemArray_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IShellItemArray_Impl::GetPropertyStore(this, core::mem::transmute_copy(&flags), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } - unsafe extern "system" fn GetPropertyDescriptionList(this: *mut core::ffi::c_void, keytype: *const PropertiesSystem::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn GetPropertyDescriptionList(this: *mut core::ffi::c_void, keytype: *const super::super::Foundation::PROPERTYKEY, riid: *const windows_core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); IShellItemArray_Impl::GetPropertyDescriptionList(this, core::mem::transmute_copy(&keytype), core::mem::transmute_copy(&riid), core::mem::transmute_copy(&ppv)).into() } @@ -37940,7 +37803,6 @@ impl ISortColumnArray { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetCount)(windows_core::Interface::as_raw(self), &mut result__).map(|| result__) } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub unsafe fn GetAt(&self, index: u32, sortcolumn: *mut SORTCOLUMN) -> windows_core::Result<()> { (windows_core::Interface::vtable(self).GetAt)(windows_core::Interface::as_raw(self), index, sortcolumn).ok() } @@ -37953,21 +37815,15 @@ impl ISortColumnArray { pub struct ISortColumnArray_Vtbl { pub base__: windows_core::IUnknown_Vtbl, pub GetCount: unsafe extern "system" fn(*mut core::ffi::c_void, *mut u32) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub GetAt: unsafe extern "system" fn(*mut core::ffi::c_void, u32, *mut SORTCOLUMN) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - GetAt: usize, pub GetSortType: unsafe extern "system" fn(*mut core::ffi::c_void, *mut SORT_ORDER_TYPE) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait ISortColumnArray_Impl: Sized + windows_core::IUnknownImpl { fn GetCount(&self) -> windows_core::Result; fn GetAt(&self, index: u32, sortcolumn: *mut SORTCOLUMN) -> windows_core::Result<()>; fn GetSortType(&self) -> windows_core::Result; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for ISortColumnArray {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl ISortColumnArray_Vtbl { pub const fn new() -> ISortColumnArray_Vtbl { unsafe extern "system" fn GetCount(this: *mut core::ffi::c_void, columncount: *mut u32) -> windows_core::HRESULT { @@ -38275,7 +38131,7 @@ impl core::ops::Deref for IStorageProviderPropertyHandler { windows_core::imp::interface_hierarchy!(IStorageProviderPropertyHandler, windows_core::IUnknown); impl IStorageProviderPropertyHandler { #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn RetrieveProperties(&self, propertiestoretrieve: &[PropertiesSystem::PROPERTYKEY]) -> windows_core::Result { + pub unsafe fn RetrieveProperties(&self, propertiestoretrieve: &[super::super::Foundation::PROPERTYKEY]) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).RetrieveProperties)(windows_core::Interface::as_raw(self), core::mem::transmute(propertiestoretrieve.as_ptr()), propertiestoretrieve.len().try_into().unwrap(), &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -38291,7 +38147,7 @@ impl IStorageProviderPropertyHandler { pub struct IStorageProviderPropertyHandler_Vtbl { pub base__: windows_core::IUnknown_Vtbl, #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub RetrieveProperties: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, u32, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, + pub RetrieveProperties: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, u32, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] RetrieveProperties: usize, #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] @@ -38301,7 +38157,7 @@ pub struct IStorageProviderPropertyHandler_Vtbl { } #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait IStorageProviderPropertyHandler_Impl: Sized + windows_core::IUnknownImpl { - fn RetrieveProperties(&self, propertiestoretrieve: *const PropertiesSystem::PROPERTYKEY, propertiestoretrievecount: u32) -> windows_core::Result; + fn RetrieveProperties(&self, propertiestoretrieve: *const super::super::Foundation::PROPERTYKEY, propertiestoretrievecount: u32) -> windows_core::Result; fn SaveProperties(&self, propertiestosave: Option<&PropertiesSystem::IPropertyStore>) -> windows_core::Result<()>; } #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] @@ -38309,7 +38165,7 @@ impl windows_core::RuntimeName for IStorageProviderPropertyHandler {} #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl IStorageProviderPropertyHandler_Vtbl { pub const fn new() -> IStorageProviderPropertyHandler_Vtbl { - unsafe extern "system" fn RetrieveProperties(this: *mut core::ffi::c_void, propertiestoretrieve: *const PropertiesSystem::PROPERTYKEY, propertiestoretrievecount: u32, retrievedproperties: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { + unsafe extern "system" fn RetrieveProperties(this: *mut core::ffi::c_void, propertiestoretrieve: *const super::super::Foundation::PROPERTYKEY, propertiestoretrievecount: u32, retrievedproperties: *mut *mut core::ffi::c_void) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match IStorageProviderPropertyHandler_Impl::RetrieveProperties(this, core::mem::transmute_copy(&propertiestoretrieve), core::mem::transmute_copy(&propertiestoretrievecount)) { Ok(ok__) => { @@ -38539,8 +38395,8 @@ impl core::ops::Deref for ISyncMgrConflict { } windows_core::imp::interface_hierarchy!(ISyncMgrConflict, windows_core::IUnknown); impl ISyncMgrConflict { - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub unsafe fn GetProperty(&self, propkey: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result { + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub unsafe fn GetProperty(&self, propkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result { let mut result__ = core::mem::zeroed(); (windows_core::Interface::vtable(self).GetProperty)(windows_core::Interface::as_raw(self), propkey, &mut result__).and_then(|| windows_core::Type::from_abi(result__)) } @@ -38570,9 +38426,9 @@ impl ISyncMgrConflict { #[repr(C)] pub struct ISyncMgrConflict_Vtbl { pub base__: windows_core::IUnknown_Vtbl, - #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] - pub GetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, - #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem")))] + #[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] + pub GetProperty: unsafe extern "system" fn(*mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, *mut core::mem::MaybeUninit) -> windows_core::HRESULT, + #[cfg(not(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant")))] GetProperty: usize, #[cfg(feature = "Win32_System_Com")] pub GetConflictIdInfo: unsafe extern "system" fn(*mut core::ffi::c_void, *mut SYNCMGR_CONFLICT_ID_INFO) -> windows_core::HRESULT, @@ -38582,20 +38438,20 @@ pub struct ISyncMgrConflict_Vtbl { pub Resolve: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, pub GetResolutionHandler: unsafe extern "system" fn(*mut core::ffi::c_void, *const windows_core::GUID, *mut *mut core::ffi::c_void) -> windows_core::HRESULT, } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] pub trait ISyncMgrConflict_Impl: Sized + windows_core::IUnknownImpl { - fn GetProperty(&self, propkey: *const PropertiesSystem::PROPERTYKEY) -> windows_core::Result; + fn GetProperty(&self, propkey: *const super::super::Foundation::PROPERTYKEY) -> windows_core::Result; fn GetConflictIdInfo(&self) -> windows_core::Result; fn GetItemsArray(&self) -> windows_core::Result; fn Resolve(&self, presolveinfo: Option<&ISyncMgrConflictResolveInfo>) -> windows_core::Result<()>; fn GetResolutionHandler(&self, riid: *const windows_core::GUID, ppvresolutionhandler: *mut *mut core::ffi::c_void) -> windows_core::Result<()>; } -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl windows_core::RuntimeName for ISyncMgrConflict {} -#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(all(feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant"))] impl ISyncMgrConflict_Vtbl { pub const fn new() -> ISyncMgrConflict_Vtbl { - unsafe extern "system" fn GetProperty(this: *mut core::ffi::c_void, propkey: *const PropertiesSystem::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { + unsafe extern "system" fn GetProperty(this: *mut core::ffi::c_void, propkey: *const super::super::Foundation::PROPERTYKEY, ppropvar: *mut core::mem::MaybeUninit) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); match ISyncMgrConflict_Impl::GetProperty(this, core::mem::transmute_copy(&propkey)) { Ok(ok__) => { @@ -42082,8 +41938,7 @@ impl ITransferAdviseSink { { (windows_core::Interface::vtable(self).SubStreamFailure)(windows_core::Interface::as_raw(self), psi.param().abi(), pszstreamname.param().abi(), hrerror).ok() } - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub unsafe fn PropertyFailure(&self, psi: P0, pkey: *const PropertiesSystem::PROPERTYKEY, hrerror: windows_core::HRESULT) -> windows_core::Result<()> + pub unsafe fn PropertyFailure(&self, psi: P0, pkey: *const super::super::Foundation::PROPERTYKEY, hrerror: windows_core::HRESULT) -> windows_core::Result<()> where P0: windows_core::Param, { @@ -42099,12 +41954,8 @@ pub struct ITransferAdviseSink_Vtbl { pub ConfirmEncryptionLoss: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void) -> windows_core::HRESULT, pub FileFailure: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, windows_core::PCWSTR, windows_core::HRESULT, windows_core::PWSTR, u32) -> windows_core::HRESULT, pub SubStreamFailure: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, windows_core::PCWSTR, windows_core::HRESULT) -> windows_core::HRESULT, - #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] - pub PropertyFailure: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *const PropertiesSystem::PROPERTYKEY, windows_core::HRESULT) -> windows_core::HRESULT, - #[cfg(not(feature = "Win32_UI_Shell_PropertiesSystem"))] - PropertyFailure: usize, + pub PropertyFailure: unsafe extern "system" fn(*mut core::ffi::c_void, *mut core::ffi::c_void, *const super::super::Foundation::PROPERTYKEY, windows_core::HRESULT) -> windows_core::HRESULT, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] pub trait ITransferAdviseSink_Impl: Sized + windows_core::IUnknownImpl { fn UpdateProgress(&self, ullsizecurrent: u64, ullsizetotal: u64, nfilescurrent: i32, nfilestotal: i32, nfolderscurrent: i32, nfolderstotal: i32) -> windows_core::Result<()>; fn UpdateTransferState(&self, ts: u32) -> windows_core::Result<()>; @@ -42112,11 +41963,9 @@ pub trait ITransferAdviseSink_Impl: Sized + windows_core::IUnknownImpl { fn ConfirmEncryptionLoss(&self, psisource: Option<&IShellItem>) -> windows_core::Result<()>; fn FileFailure(&self, psi: Option<&IShellItem>, pszitem: &windows_core::PCWSTR, hrerror: windows_core::HRESULT, pszrename: &windows_core::PWSTR, cchrename: u32) -> windows_core::Result<()>; fn SubStreamFailure(&self, psi: Option<&IShellItem>, pszstreamname: &windows_core::PCWSTR, hrerror: windows_core::HRESULT) -> windows_core::Result<()>; - fn PropertyFailure(&self, psi: Option<&IShellItem>, pkey: *const PropertiesSystem::PROPERTYKEY, hrerror: windows_core::HRESULT) -> windows_core::Result<()>; + fn PropertyFailure(&self, psi: Option<&IShellItem>, pkey: *const super::super::Foundation::PROPERTYKEY, hrerror: windows_core::HRESULT) -> windows_core::Result<()>; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::RuntimeName for ITransferAdviseSink {} -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl ITransferAdviseSink_Vtbl { pub const fn new() -> ITransferAdviseSink_Vtbl { unsafe extern "system" fn UpdateProgress(this: *mut core::ffi::c_void, ullsizecurrent: u64, ullsizetotal: u64, nfilescurrent: i32, nfilestotal: i32, nfolderscurrent: i32, nfolderstotal: i32) -> windows_core::HRESULT { @@ -42143,7 +41992,7 @@ impl ITransferAdviseSink_Vtbl { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ITransferAdviseSink_Impl::SubStreamFailure(this, windows_core::from_raw_borrowed(&psi), core::mem::transmute(&pszstreamname), core::mem::transmute_copy(&hrerror)).into() } - unsafe extern "system" fn PropertyFailure(this: *mut core::ffi::c_void, psi: *mut core::ffi::c_void, pkey: *const PropertiesSystem::PROPERTYKEY, hrerror: windows_core::HRESULT) -> windows_core::HRESULT { + unsafe extern "system" fn PropertyFailure(this: *mut core::ffi::c_void, psi: *mut core::ffi::c_void, pkey: *const super::super::Foundation::PROPERTYKEY, hrerror: windows_core::HRESULT) -> windows_core::HRESULT { let this: &Identity = &*((this as *const *const ()).offset(OFFSET) as *const Identity); ITransferAdviseSink_Impl::PropertyFailure(this, windows_core::from_raw_borrowed(&psi), core::mem::transmute_copy(&pkey), core::mem::transmute_copy(&hrerror)).into() } @@ -54328,6 +54177,39 @@ impl core::fmt::Debug for _EXPCMDFLAGS { f.debug_tuple("_EXPCMDFLAGS").field(&self.0).finish() } } +impl _EXPCMDFLAGS { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for _EXPCMDFLAGS { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for _EXPCMDFLAGS { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for _EXPCMDFLAGS { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for _EXPCMDFLAGS { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for _EXPCMDFLAGS { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} #[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct _EXPCMDSTATE(pub i32); @@ -54339,6 +54221,39 @@ impl core::fmt::Debug for _EXPCMDSTATE { f.debug_tuple("_EXPCMDSTATE").field(&self.0).finish() } } +impl _EXPCMDSTATE { + pub const fn contains(&self, other: Self) -> bool { + self.0 & other.0 == other.0 + } +} +impl core::ops::BitOr for _EXPCMDSTATE { + type Output = Self; + fn bitor(self, other: Self) -> Self { + Self(self.0 | other.0) + } +} +impl core::ops::BitAnd for _EXPCMDSTATE { + type Output = Self; + fn bitand(self, other: Self) -> Self { + Self(self.0 & other.0) + } +} +impl core::ops::BitOrAssign for _EXPCMDSTATE { + fn bitor_assign(&mut self, other: Self) { + self.0.bitor_assign(other.0) + } +} +impl core::ops::BitAndAssign for _EXPCMDSTATE { + fn bitand_assign(&mut self, other: Self) { + self.0.bitand_assign(other.0) + } +} +impl core::ops::Not for _EXPCMDSTATE { + type Output = Self; + fn not(self) -> Self { + Self(self.0.not()) + } +} #[repr(transparent)] #[derive(PartialEq, Eq, Copy, Clone, Default)] pub struct _EXPLORERPANESTATE(pub i32); @@ -56871,10 +56786,10 @@ impl Default for SHCOLUMNDATA { } } #[repr(C, packed(1))] -#[cfg(all(feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(feature = "Win32_System_Variant")] #[derive(Clone, Copy)] pub struct SHCOLUMNINFO { - pub scid: PropertiesSystem::PROPERTYKEY, + pub scid: super::super::Foundation::PROPERTYKEY, pub vt: super::super::System::Variant::VARENUM, pub fmt: u32, pub cChars: u32, @@ -56882,11 +56797,11 @@ pub struct SHCOLUMNINFO { pub wszTitle: [u16; 80], pub wszDescription: [u16; 128], } -#[cfg(all(feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(feature = "Win32_System_Variant")] impl windows_core::TypeKind for SHCOLUMNINFO { type TypeKind = windows_core::CopyType; } -#[cfg(all(feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))] +#[cfg(feature = "Win32_System_Variant")] impl Default for SHCOLUMNINFO { fn default() -> Self { unsafe { core::mem::zeroed() } @@ -57801,17 +57716,14 @@ impl Default for SMINFO { } } #[repr(C)] -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub struct SORTCOLUMN { - pub propkey: PropertiesSystem::PROPERTYKEY, + pub propkey: super::super::Foundation::PROPERTYKEY, pub direction: SORTDIRECTION, } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl windows_core::TypeKind for SORTCOLUMN { type TypeKind = windows_core::CopyType; } -#[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] impl Default for SORTCOLUMN { fn default() -> Self { unsafe { core::mem::zeroed() } diff --git a/crates/samples/windows-sys/counter/src/main.rs b/crates/samples/windows-sys/counter/src/main.rs index bfb7ade07b..7316b94ac9 100644 --- a/crates/samples/windows-sys/counter/src/main.rs +++ b/crates/samples/windows-sys/counter/src/main.rs @@ -2,10 +2,10 @@ use windows_sys::{core::*, Win32::System::Performance::*}; fn main() { unsafe { - let mut query = 0; + let mut query = std::ptr::null_mut(); PdhOpenQueryW(std::ptr::null(), 0, &mut query); - let mut counter = 0; + let mut counter = std::ptr::null_mut(); PdhAddCounterW( query, w!("\\Processor(0)\\% Processor Time"), diff --git a/crates/samples/windows/counter/src/main.rs b/crates/samples/windows/counter/src/main.rs index e5edc7896c..b1a805b827 100644 --- a/crates/samples/windows/counter/src/main.rs +++ b/crates/samples/windows/counter/src/main.rs @@ -2,10 +2,10 @@ use windows::{core::*, Win32::System::Performance::*}; fn main() { unsafe { - let mut query = 0; + let mut query = PDH_HQUERY::default(); PdhOpenQueryW(None, 0, &mut query); - let mut counter = 0; + let mut counter = PDH_HCOUNTER::default(); PdhAddCounterW( query, w!("\\Processor(0)\\% Processor Time"), diff --git a/crates/samples/windows/dcomp/src/main.rs b/crates/samples/windows/dcomp/src/main.rs index bf9c685e06..14694115e8 100644 --- a/crates/samples/windows/dcomp/src/main.rs +++ b/crates/samples/windows/dcomp/src/main.rs @@ -261,8 +261,7 @@ impl Window { } let desktop = self.desktop.as_ref().expect("IDCompositionDesktopDevice"); - let mut stats = Default::default(); - desktop.GetFrameStatistics(&mut stats)?; + let stats = desktop.GetFrameStatistics()?; let next_frame: f64 = stats.nextEstimatedFrameTime as f64 / stats.timeFrequency as f64; diff --git a/crates/samples/windows/direct3d12/src/main.rs b/crates/samples/windows/direct3d12/src/main.rs index 05edb03e9c..3d9513205a 100644 --- a/crates/samples/windows/direct3d12/src/main.rs +++ b/crates/samples/windows/direct3d12/src/main.rs @@ -163,9 +163,8 @@ extern "system" fn wndproc( _ => { let user_data = unsafe { GetWindowLongPtrA(window, GWLP_USERDATA) }; let sample = std::ptr::NonNull::::new(user_data as _); - let handled = sample.map_or(false, |mut s| { - sample_wndproc(unsafe { s.as_mut() }, message, wparam) - }); + let handled = + sample.is_some_and(|mut s| sample_wndproc(unsafe { s.as_mut() }, message, wparam)); if handled { LRESULT::default() diff --git a/crates/targets/aarch64_gnullvm/lib/libwindows.0.52.0.a b/crates/targets/aarch64_gnullvm/lib/libwindows.0.52.0.a index 9fbed48529..bc60af36f1 100644 Binary files a/crates/targets/aarch64_gnullvm/lib/libwindows.0.52.0.a and b/crates/targets/aarch64_gnullvm/lib/libwindows.0.52.0.a differ diff --git a/crates/targets/aarch64_msvc/lib/windows.0.52.0.lib b/crates/targets/aarch64_msvc/lib/windows.0.52.0.lib index d007e4de70..fc655bab03 100644 Binary files a/crates/targets/aarch64_msvc/lib/windows.0.52.0.lib and b/crates/targets/aarch64_msvc/lib/windows.0.52.0.lib differ diff --git a/crates/targets/baseline/api-ms-win-core-libraryloader-l2-1-0.dll.c b/crates/targets/baseline/api-ms-win-core-libraryloader-l2-1-0.dll.c new file mode 100644 index 0000000000..dd4bfd44a1 --- /dev/null +++ b/crates/targets/baseline/api-ms-win-core-libraryloader-l2-1-0.dll.c @@ -0,0 +1 @@ +void __stdcall QueryOptionalDelayLoadedAPI(int p0, int p1, int p2, int p3) {} diff --git a/crates/targets/baseline/bcrypt.dll.c b/crates/targets/baseline/bcrypt.dll.c index 6307a7fb3d..c774c63629 100644 --- a/crates/targets/baseline/bcrypt.dll.c +++ b/crates/targets/baseline/bcrypt.dll.c @@ -1,4 +1,5 @@ void __stdcall BCryptAddContextFunction(int p0, int p1, int p2, int p3, int p4) {} +void __stdcall BCryptAddContextFunctionProvider(int p0, int p1, int p2, int p3, int p4, int p5) {} void __stdcall BCryptCloseAlgorithmProvider(int p0, int p1) {} void __stdcall BCryptConfigureContext(int p0, int p1, int p2) {} void __stdcall BCryptConfigureContextFunction(int p0, int p1, int p2, int p3, int p4) {} @@ -43,11 +44,14 @@ void __stdcall BCryptQueryContextFunctionConfiguration(int p0, int p1, int p2, i void __stdcall BCryptQueryContextFunctionProperty(int p0, int p1, int p2, int p3, int p4, int p5, int p6) {} void __stdcall BCryptQueryProviderRegistration(int p0, int p1, int p2, int p3, int p4) {} void __stdcall BCryptRegisterConfigChangeNotify(int p0) {} +void __stdcall BCryptRegisterProvider(int p0, int p1, int p2) {} void __stdcall BCryptRemoveContextFunction(int p0, int p1, int p2, int p3) {} +void __stdcall BCryptRemoveContextFunctionProvider(int p0, int p1, int p2, int p3, int p4) {} void __stdcall BCryptResolveProviders(int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7) {} void __stdcall BCryptSecretAgreement(int p0, int p1, int p2, int p3) {} void __stdcall BCryptSetContextFunctionProperty(int p0, int p1, int p2, int p3, int p4, int p5, int p6) {} void __stdcall BCryptSetProperty(int p0, int p1, int p2, int p3, int p4) {} void __stdcall BCryptSignHash(int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7) {} void __stdcall BCryptUnregisterConfigChangeNotify(int p0) {} +void __stdcall BCryptUnregisterProvider(int p0) {} void __stdcall BCryptVerifySignature(int p0, int p1, int p2, int p3, int p4, int p5, int p6) {} diff --git a/crates/targets/baseline/bcryptprimitives.dll.c b/crates/targets/baseline/bcryptprimitives.dll.c index b9ea7bfeef..4edf9e5c70 100644 --- a/crates/targets/baseline/bcryptprimitives.dll.c +++ b/crates/targets/baseline/bcryptprimitives.dll.c @@ -1,2 +1,9 @@ +void __stdcall GetAsymmetricEncryptionInterface(int p0, int p1, int p2, int p3) {} +void __stdcall GetCipherInterface(int p0, int p1, int p2, int p3) {} +void __stdcall GetHashInterface(int p0, int p1, int p2, int p3) {} +void __stdcall GetKeyDerivationInterface(int p0, int p1, int p2, int p3) {} +void __stdcall GetRngInterface(int p0, int p1, int p2) {} +void __stdcall GetSecretAgreementInterface(int p0, int p1, int p2, int p3) {} +void __stdcall GetSignatureInterface(int p0, int p1, int p2, int p3) {} void __stdcall ProcessPrng(int p0, int p1) {} void __stdcall SystemPrng(int p0, int p1) {} diff --git a/crates/targets/baseline/icu.dll.c b/crates/targets/baseline/icu.dll.c index e50dc71bc0..781f6cdedb 100644 --- a/crates/targets/baseline/icu.dll.c +++ b/crates/targets/baseline/icu.dll.c @@ -1,279 +1,6 @@ -void __cdecl UCNV_FROM_U_CALLBACK_ESCAPE() {} -void __cdecl UCNV_FROM_U_CALLBACK_SKIP() {} -void __cdecl UCNV_FROM_U_CALLBACK_STOP() {} -void __cdecl UCNV_FROM_U_CALLBACK_SUBSTITUTE() {} -void __cdecl UCNV_TO_U_CALLBACK_ESCAPE() {} -void __cdecl UCNV_TO_U_CALLBACK_SKIP() {} -void __cdecl UCNV_TO_U_CALLBACK_STOP() {} -void __cdecl UCNV_TO_U_CALLBACK_SUBSTITUTE() {} -void __cdecl u_UCharsToChars() {} -void __cdecl u_austrcpy() {} -void __cdecl u_austrncpy() {} -void __cdecl u_catclose() {} -void __cdecl u_catgets() {} -void __cdecl u_catopen() {} -void __cdecl u_charAge() {} -void __cdecl u_charDigitValue() {} -void __cdecl u_charDirection() {} -void __cdecl u_charFromName() {} -void __cdecl u_charMirror() {} -void __cdecl u_charName() {} -void __cdecl u_charType() {} -void __cdecl u_charsToUChars() {} -void __cdecl u_cleanup() {} -void __cdecl u_countChar32() {} -void __cdecl u_digit() {} -void __cdecl u_enumCharNames() {} -void __cdecl u_enumCharTypes() {} -void __cdecl u_errorName() {} -void __cdecl u_foldCase() {} -void __cdecl u_forDigit() {} -void __cdecl u_formatMessage() {} -void __cdecl u_formatMessageWithError() {} -void __cdecl u_getBidiPairedBracket() {} void __cdecl u_getBinaryPropertySet() {} -void __cdecl u_getCombiningClass() {} -void __cdecl u_getDataVersion() {} -void __cdecl u_getFC_NFKC_Closure() {} void __cdecl u_getIntPropertyMap() {} -void __cdecl u_getIntPropertyMaxValue() {} -void __cdecl u_getIntPropertyMinValue() {} -void __cdecl u_getIntPropertyValue() {} -void __cdecl u_getNumericValue() {} -void __cdecl u_getPropertyEnum() {} -void __cdecl u_getPropertyName() {} -void __cdecl u_getPropertyValueEnum() {} -void __cdecl u_getPropertyValueName() {} -void __cdecl u_getUnicodeVersion() {} -void __cdecl u_getVersion() {} -void __cdecl u_hasBinaryProperty() {} -void __cdecl u_init() {} -void __cdecl u_isIDIgnorable() {} -void __cdecl u_isIDPart() {} -void __cdecl u_isIDStart() {} -void __cdecl u_isISOControl() {} -void __cdecl u_isJavaIDPart() {} -void __cdecl u_isJavaIDStart() {} -void __cdecl u_isJavaSpaceChar() {} -void __cdecl u_isMirrored() {} -void __cdecl u_isUAlphabetic() {} -void __cdecl u_isULowercase() {} -void __cdecl u_isUUppercase() {} -void __cdecl u_isUWhiteSpace() {} -void __cdecl u_isWhitespace() {} -void __cdecl u_isalnum() {} -void __cdecl u_isalpha() {} -void __cdecl u_isbase() {} -void __cdecl u_isblank() {} -void __cdecl u_iscntrl() {} -void __cdecl u_isdefined() {} -void __cdecl u_isdigit() {} -void __cdecl u_isgraph() {} -void __cdecl u_islower() {} -void __cdecl u_isprint() {} -void __cdecl u_ispunct() {} -void __cdecl u_isspace() {} -void __cdecl u_istitle() {} -void __cdecl u_isupper() {} -void __cdecl u_isxdigit() {} -void __cdecl u_memcasecmp() {} -void __cdecl u_memchr() {} -void __cdecl u_memchr32() {} -void __cdecl u_memcmp() {} -void __cdecl u_memcmpCodePointOrder() {} -void __cdecl u_memcpy() {} -void __cdecl u_memmove() {} -void __cdecl u_memrchr() {} -void __cdecl u_memrchr32() {} -void __cdecl u_memset() {} -void __cdecl u_parseMessage() {} -void __cdecl u_parseMessageWithError() {} -void __cdecl u_setMemoryFunctions() {} -void __cdecl u_shapeArabic() {} -void __cdecl u_strCaseCompare() {} -void __cdecl u_strCompare() {} -void __cdecl u_strCompareIter() {} -void __cdecl u_strFindFirst() {} -void __cdecl u_strFindLast() {} -void __cdecl u_strFoldCase() {} -void __cdecl u_strFromJavaModifiedUTF8WithSub() {} -void __cdecl u_strFromUTF32() {} -void __cdecl u_strFromUTF32WithSub() {} -void __cdecl u_strFromUTF8() {} -void __cdecl u_strFromUTF8Lenient() {} -void __cdecl u_strFromUTF8WithSub() {} -void __cdecl u_strFromWCS() {} -void __cdecl u_strHasMoreChar32Than() {} -void __cdecl u_strToJavaModifiedUTF8() {} -void __cdecl u_strToLower() {} -void __cdecl u_strToTitle() {} -void __cdecl u_strToUTF32() {} -void __cdecl u_strToUTF32WithSub() {} -void __cdecl u_strToUTF8() {} -void __cdecl u_strToUTF8WithSub() {} -void __cdecl u_strToUpper() {} -void __cdecl u_strToWCS() {} -void __cdecl u_strcasecmp() {} -void __cdecl u_strcat() {} -void __cdecl u_strchr() {} -void __cdecl u_strchr32() {} -void __cdecl u_strcmp() {} -void __cdecl u_strcmpCodePointOrder() {} -void __cdecl u_strcpy() {} -void __cdecl u_strcspn() {} -void __cdecl u_strlen() {} -void __cdecl u_strncasecmp() {} -void __cdecl u_strncat() {} -void __cdecl u_strncmp() {} -void __cdecl u_strncmpCodePointOrder() {} -void __cdecl u_strncpy() {} -void __cdecl u_strpbrk() {} -void __cdecl u_strrchr() {} -void __cdecl u_strrchr32() {} -void __cdecl u_strrstr() {} -void __cdecl u_strspn() {} -void __cdecl u_strstr() {} -void __cdecl u_strtok_r() {} -void __cdecl u_tolower() {} -void __cdecl u_totitle() {} -void __cdecl u_toupper() {} -void __cdecl u_uastrcpy() {} -void __cdecl u_uastrncpy() {} -void __cdecl u_unescape() {} -void __cdecl u_unescapeAt() {} -void __cdecl u_versionFromString() {} -void __cdecl u_versionFromUString() {} -void __cdecl u_versionToString() {} -void __cdecl u_vformatMessage() {} -void __cdecl u_vformatMessageWithError() {} -void __cdecl u_vparseMessage() {} -void __cdecl u_vparseMessageWithError() {} -void __cdecl ubidi_close() {} -void __cdecl ubidi_countParagraphs() {} -void __cdecl ubidi_countRuns() {} -void __cdecl ubidi_getBaseDirection() {} -void __cdecl ubidi_getClassCallback() {} -void __cdecl ubidi_getCustomizedClass() {} -void __cdecl ubidi_getDirection() {} -void __cdecl ubidi_getLength() {} -void __cdecl ubidi_getLevelAt() {} -void __cdecl ubidi_getLevels() {} -void __cdecl ubidi_getLogicalIndex() {} -void __cdecl ubidi_getLogicalMap() {} -void __cdecl ubidi_getLogicalRun() {} -void __cdecl ubidi_getParaLevel() {} -void __cdecl ubidi_getParagraph() {} -void __cdecl ubidi_getParagraphByIndex() {} -void __cdecl ubidi_getProcessedLength() {} -void __cdecl ubidi_getReorderingMode() {} -void __cdecl ubidi_getReorderingOptions() {} -void __cdecl ubidi_getResultLength() {} -void __cdecl ubidi_getText() {} -void __cdecl ubidi_getVisualIndex() {} -void __cdecl ubidi_getVisualMap() {} -void __cdecl ubidi_getVisualRun() {} -void __cdecl ubidi_invertMap() {} -void __cdecl ubidi_isInverse() {} -void __cdecl ubidi_isOrderParagraphsLTR() {} -void __cdecl ubidi_open() {} -void __cdecl ubidi_openSized() {} -void __cdecl ubidi_orderParagraphsLTR() {} -void __cdecl ubidi_reorderLogical() {} -void __cdecl ubidi_reorderVisual() {} -void __cdecl ubidi_setClassCallback() {} -void __cdecl ubidi_setContext() {} -void __cdecl ubidi_setInverse() {} -void __cdecl ubidi_setLine() {} -void __cdecl ubidi_setPara() {} -void __cdecl ubidi_setReorderingMode() {} -void __cdecl ubidi_setReorderingOptions() {} -void __cdecl ubidi_writeReordered() {} -void __cdecl ubidi_writeReverse() {} -void __cdecl ubiditransform_close() {} -void __cdecl ubiditransform_open() {} -void __cdecl ubiditransform_transform() {} -void __cdecl ublock_getCode() {} -void __cdecl ubrk_close() {} -void __cdecl ubrk_countAvailable() {} -void __cdecl ubrk_current() {} -void __cdecl ubrk_first() {} -void __cdecl ubrk_following() {} -void __cdecl ubrk_getAvailable() {} -void __cdecl ubrk_getBinaryRules() {} -void __cdecl ubrk_getLocaleByType() {} -void __cdecl ubrk_getRuleStatus() {} -void __cdecl ubrk_getRuleStatusVec() {} -void __cdecl ubrk_isBoundary() {} -void __cdecl ubrk_last() {} -void __cdecl ubrk_next() {} -void __cdecl ubrk_open() {} -void __cdecl ubrk_openBinaryRules() {} -void __cdecl ubrk_openRules() {} -void __cdecl ubrk_preceding() {} -void __cdecl ubrk_previous() {} -void __cdecl ubrk_refreshUText() {} -void __cdecl ubrk_safeClone() {} -void __cdecl ubrk_setText() {} -void __cdecl ubrk_setUText() {} -void __cdecl ucal_add() {} -void __cdecl ucal_clear() {} -void __cdecl ucal_clearField() {} -void __cdecl ucal_clone() {} -void __cdecl ucal_close() {} -void __cdecl ucal_countAvailable() {} -void __cdecl ucal_equivalentTo() {} -void __cdecl ucal_get() {} -void __cdecl ucal_getAttribute() {} -void __cdecl ucal_getAvailable() {} -void __cdecl ucal_getCanonicalTimeZoneID() {} -void __cdecl ucal_getDSTSavings() {} -void __cdecl ucal_getDayOfWeekType() {} -void __cdecl ucal_getDefaultTimeZone() {} -void __cdecl ucal_getFieldDifference() {} -void __cdecl ucal_getGregorianChange() {} void __cdecl ucal_getHostTimeZone() {} -void __cdecl ucal_getKeywordValuesForLocale() {} -void __cdecl ucal_getLimit() {} -void __cdecl ucal_getLocaleByType() {} -void __cdecl ucal_getMillis() {} -void __cdecl ucal_getNow() {} -void __cdecl ucal_getTZDataVersion() {} -void __cdecl ucal_getTimeZoneDisplayName() {} -void __cdecl ucal_getTimeZoneID() {} -void __cdecl ucal_getTimeZoneIDForWindowsID() {} -void __cdecl ucal_getTimeZoneTransitionDate() {} -void __cdecl ucal_getType() {} -void __cdecl ucal_getWeekendTransition() {} -void __cdecl ucal_getWindowsTimeZoneID() {} -void __cdecl ucal_inDaylightTime() {} -void __cdecl ucal_isSet() {} -void __cdecl ucal_isWeekend() {} -void __cdecl ucal_open() {} -void __cdecl ucal_openCountryTimeZones() {} -void __cdecl ucal_openTimeZoneIDEnumeration() {} -void __cdecl ucal_openTimeZones() {} -void __cdecl ucal_roll() {} -void __cdecl ucal_set() {} -void __cdecl ucal_setAttribute() {} -void __cdecl ucal_setDate() {} -void __cdecl ucal_setDateTime() {} -void __cdecl ucal_setDefaultTimeZone() {} -void __cdecl ucal_setGregorianChange() {} -void __cdecl ucal_setMillis() {} -void __cdecl ucal_setTimeZone() {} -void __cdecl ucasemap_close() {} -void __cdecl ucasemap_getBreakIterator() {} -void __cdecl ucasemap_getLocale() {} -void __cdecl ucasemap_getOptions() {} -void __cdecl ucasemap_open() {} -void __cdecl ucasemap_setBreakIterator() {} -void __cdecl ucasemap_setLocale() {} -void __cdecl ucasemap_setOptions() {} -void __cdecl ucasemap_toTitle() {} -void __cdecl ucasemap_utf8FoldCase() {} -void __cdecl ucasemap_utf8ToLower() {} -void __cdecl ucasemap_utf8ToTitle() {} -void __cdecl ucasemap_utf8ToUpper() {} void __cdecl ucfpos_close() {} void __cdecl ucfpos_constrainCategory() {} void __cdecl ucfpos_constrainField() {} @@ -286,130 +13,6 @@ void __cdecl ucfpos_open() {} void __cdecl ucfpos_reset() {} void __cdecl ucfpos_setInt64IterationContext() {} void __cdecl ucfpos_setState() {} -void __cdecl ucnv_cbFromUWriteBytes() {} -void __cdecl ucnv_cbFromUWriteSub() {} -void __cdecl ucnv_cbFromUWriteUChars() {} -void __cdecl ucnv_cbToUWriteSub() {} -void __cdecl ucnv_cbToUWriteUChars() {} -void __cdecl ucnv_close() {} -void __cdecl ucnv_compareNames() {} -void __cdecl ucnv_convert() {} -void __cdecl ucnv_convertEx() {} -void __cdecl ucnv_countAliases() {} -void __cdecl ucnv_countAvailable() {} -void __cdecl ucnv_countStandards() {} -void __cdecl ucnv_detectUnicodeSignature() {} -void __cdecl ucnv_fixFileSeparator() {} -void __cdecl ucnv_flushCache() {} -void __cdecl ucnv_fromAlgorithmic() {} -void __cdecl ucnv_fromUChars() {} -void __cdecl ucnv_fromUCountPending() {} -void __cdecl ucnv_fromUnicode() {} -void __cdecl ucnv_getAlias() {} -void __cdecl ucnv_getAliases() {} -void __cdecl ucnv_getAvailableName() {} -void __cdecl ucnv_getCCSID() {} -void __cdecl ucnv_getCanonicalName() {} -void __cdecl ucnv_getDefaultName() {} -void __cdecl ucnv_getDisplayName() {} -void __cdecl ucnv_getFromUCallBack() {} -void __cdecl ucnv_getInvalidChars() {} -void __cdecl ucnv_getInvalidUChars() {} -void __cdecl ucnv_getMaxCharSize() {} -void __cdecl ucnv_getMinCharSize() {} -void __cdecl ucnv_getName() {} -void __cdecl ucnv_getNextUChar() {} -void __cdecl ucnv_getPlatform() {} -void __cdecl ucnv_getStandard() {} -void __cdecl ucnv_getStandardName() {} -void __cdecl ucnv_getStarters() {} -void __cdecl ucnv_getSubstChars() {} -void __cdecl ucnv_getToUCallBack() {} -void __cdecl ucnv_getType() {} -void __cdecl ucnv_getUnicodeSet() {} -void __cdecl ucnv_isAmbiguous() {} -void __cdecl ucnv_isFixedWidth() {} -void __cdecl ucnv_open() {} -void __cdecl ucnv_openAllNames() {} -void __cdecl ucnv_openCCSID() {} -void __cdecl ucnv_openPackage() {} -void __cdecl ucnv_openStandardNames() {} -void __cdecl ucnv_openU() {} -void __cdecl ucnv_reset() {} -void __cdecl ucnv_resetFromUnicode() {} -void __cdecl ucnv_resetToUnicode() {} -void __cdecl ucnv_safeClone() {} -void __cdecl ucnv_setDefaultName() {} -void __cdecl ucnv_setFallback() {} -void __cdecl ucnv_setFromUCallBack() {} -void __cdecl ucnv_setSubstChars() {} -void __cdecl ucnv_setSubstString() {} -void __cdecl ucnv_setToUCallBack() {} -void __cdecl ucnv_toAlgorithmic() {} -void __cdecl ucnv_toUChars() {} -void __cdecl ucnv_toUCountPending() {} -void __cdecl ucnv_toUnicode() {} -void __cdecl ucnv_usesFallback() {} -void __cdecl ucnvsel_close() {} -void __cdecl ucnvsel_open() {} -void __cdecl ucnvsel_openFromSerialized() {} -void __cdecl ucnvsel_selectForString() {} -void __cdecl ucnvsel_selectForUTF8() {} -void __cdecl ucnvsel_serialize() {} -void __cdecl ucol_cloneBinary() {} -void __cdecl ucol_close() {} -void __cdecl ucol_closeElements() {} -void __cdecl ucol_countAvailable() {} -void __cdecl ucol_equal() {} -void __cdecl ucol_getAttribute() {} -void __cdecl ucol_getAvailable() {} -void __cdecl ucol_getBound() {} -void __cdecl ucol_getContractionsAndExpansions() {} -void __cdecl ucol_getDisplayName() {} -void __cdecl ucol_getEquivalentReorderCodes() {} -void __cdecl ucol_getFunctionalEquivalent() {} -void __cdecl ucol_getKeywordValues() {} -void __cdecl ucol_getKeywordValuesForLocale() {} -void __cdecl ucol_getKeywords() {} -void __cdecl ucol_getLocaleByType() {} -void __cdecl ucol_getMaxExpansion() {} -void __cdecl ucol_getMaxVariable() {} -void __cdecl ucol_getOffset() {} -void __cdecl ucol_getReorderCodes() {} -void __cdecl ucol_getRules() {} -void __cdecl ucol_getRulesEx() {} -void __cdecl ucol_getSortKey() {} -void __cdecl ucol_getStrength() {} -void __cdecl ucol_getTailoredSet() {} -void __cdecl ucol_getUCAVersion() {} -void __cdecl ucol_getVariableTop() {} -void __cdecl ucol_getVersion() {} -void __cdecl ucol_greater() {} -void __cdecl ucol_greaterOrEqual() {} -void __cdecl ucol_keyHashCode() {} -void __cdecl ucol_mergeSortkeys() {} -void __cdecl ucol_next() {} -void __cdecl ucol_nextSortKeyPart() {} -void __cdecl ucol_open() {} -void __cdecl ucol_openAvailableLocales() {} -void __cdecl ucol_openBinary() {} -void __cdecl ucol_openElements() {} -void __cdecl ucol_openRules() {} -void __cdecl ucol_previous() {} -void __cdecl ucol_primaryOrder() {} -void __cdecl ucol_reset() {} -void __cdecl ucol_safeClone() {} -void __cdecl ucol_secondaryOrder() {} -void __cdecl ucol_setAttribute() {} -void __cdecl ucol_setMaxVariable() {} -void __cdecl ucol_setOffset() {} -void __cdecl ucol_setReorderCodes() {} -void __cdecl ucol_setStrength() {} -void __cdecl ucol_setText() {} -void __cdecl ucol_strcoll() {} -void __cdecl ucol_strcollIter() {} -void __cdecl ucol_strcollUTF8() {} -void __cdecl ucol_tertiaryOrder() {} void __cdecl ucpmap_get() {} void __cdecl ucpmap_getRange() {} void __cdecl ucptrie_close() {} @@ -422,228 +25,18 @@ void __cdecl ucptrie_internalSmallU8Index() {} void __cdecl ucptrie_internalU8PrevIndex() {} void __cdecl ucptrie_openFromBinary() {} void __cdecl ucptrie_toBinary() {} -void __cdecl ucsdet_close() {} -void __cdecl ucsdet_detect() {} -void __cdecl ucsdet_detectAll() {} -void __cdecl ucsdet_enableInputFilter() {} -void __cdecl ucsdet_getAllDetectableCharsets() {} -void __cdecl ucsdet_getConfidence() {} -void __cdecl ucsdet_getLanguage() {} -void __cdecl ucsdet_getName() {} -void __cdecl ucsdet_getUChars() {} -void __cdecl ucsdet_isInputFilterEnabled() {} -void __cdecl ucsdet_open() {} -void __cdecl ucsdet_setDeclaredEncoding() {} -void __cdecl ucsdet_setText() {} -void __cdecl ucurr_countCurrencies() {} -void __cdecl ucurr_forLocale() {} -void __cdecl ucurr_forLocaleAndDate() {} -void __cdecl ucurr_getDefaultFractionDigits() {} -void __cdecl ucurr_getDefaultFractionDigitsForUsage() {} -void __cdecl ucurr_getKeywordValuesForLocale() {} -void __cdecl ucurr_getName() {} -void __cdecl ucurr_getNumericCode() {} -void __cdecl ucurr_getPluralName() {} -void __cdecl ucurr_getRoundingIncrement() {} -void __cdecl ucurr_getRoundingIncrementForUsage() {} -void __cdecl ucurr_isAvailable() {} -void __cdecl ucurr_openISOCurrencies() {} -void __cdecl ucurr_register() {} -void __cdecl ucurr_unregister() {} -void __cdecl udat_adoptNumberFormat() {} -void __cdecl udat_adoptNumberFormatForFields() {} -void __cdecl udat_applyPattern() {} -void __cdecl udat_clone() {} -void __cdecl udat_close() {} -void __cdecl udat_countAvailable() {} -void __cdecl udat_countSymbols() {} -void __cdecl udat_format() {} -void __cdecl udat_formatCalendar() {} -void __cdecl udat_formatCalendarForFields() {} -void __cdecl udat_formatForFields() {} -void __cdecl udat_get2DigitYearStart() {} -void __cdecl udat_getAvailable() {} -void __cdecl udat_getBooleanAttribute() {} -void __cdecl udat_getCalendar() {} -void __cdecl udat_getContext() {} -void __cdecl udat_getLocaleByType() {} -void __cdecl udat_getNumberFormat() {} -void __cdecl udat_getNumberFormatForField() {} -void __cdecl udat_getSymbols() {} -void __cdecl udat_isLenient() {} -void __cdecl udat_open() {} -void __cdecl udat_parse() {} -void __cdecl udat_parseCalendar() {} -void __cdecl udat_set2DigitYearStart() {} -void __cdecl udat_setBooleanAttribute() {} -void __cdecl udat_setCalendar() {} -void __cdecl udat_setContext() {} -void __cdecl udat_setLenient() {} -void __cdecl udat_setNumberFormat() {} -void __cdecl udat_setSymbols() {} -void __cdecl udat_toCalendarDateField() {} -void __cdecl udat_toPattern() {} -void __cdecl udatpg_addPattern() {} -void __cdecl udatpg_clone() {} -void __cdecl udatpg_close() {} -void __cdecl udatpg_getAppendItemFormat() {} -void __cdecl udatpg_getAppendItemName() {} -void __cdecl udatpg_getBaseSkeleton() {} -void __cdecl udatpg_getBestPattern() {} -void __cdecl udatpg_getBestPatternWithOptions() {} -void __cdecl udatpg_getDateTimeFormat() {} -void __cdecl udatpg_getDecimal() {} void __cdecl udatpg_getFieldDisplayName() {} -void __cdecl udatpg_getPatternForSkeleton() {} -void __cdecl udatpg_getSkeleton() {} -void __cdecl udatpg_open() {} -void __cdecl udatpg_openBaseSkeletons() {} -void __cdecl udatpg_openEmpty() {} -void __cdecl udatpg_openSkeletons() {} -void __cdecl udatpg_replaceFieldTypes() {} -void __cdecl udatpg_replaceFieldTypesWithOptions() {} -void __cdecl udatpg_setAppendItemFormat() {} -void __cdecl udatpg_setAppendItemName() {} -void __cdecl udatpg_setDateTimeFormat() {} -void __cdecl udatpg_setDecimal() {} -void __cdecl udtitvfmt_close() {} void __cdecl udtitvfmt_closeResult() {} -void __cdecl udtitvfmt_format() {} -void __cdecl udtitvfmt_open() {} void __cdecl udtitvfmt_openResult() {} void __cdecl udtitvfmt_resultAsValue() {} -void __cdecl uenum_close() {} -void __cdecl uenum_count() {} -void __cdecl uenum_next() {} -void __cdecl uenum_openCharStringsEnumeration() {} -void __cdecl uenum_openUCharStringsEnumeration() {} -void __cdecl uenum_reset() {} -void __cdecl uenum_unext() {} -void __cdecl ufieldpositer_close() {} -void __cdecl ufieldpositer_next() {} -void __cdecl ufieldpositer_open() {} -void __cdecl ufmt_close() {} -void __cdecl ufmt_getArrayItemByIndex() {} -void __cdecl ufmt_getArrayLength() {} -void __cdecl ufmt_getDate() {} -void __cdecl ufmt_getDecNumChars() {} -void __cdecl ufmt_getDouble() {} -void __cdecl ufmt_getInt64() {} -void __cdecl ufmt_getLong() {} -void __cdecl ufmt_getObject() {} -void __cdecl ufmt_getType() {} -void __cdecl ufmt_getUChars() {} -void __cdecl ufmt_isNumeric() {} -void __cdecl ufmt_open() {} void __cdecl ufmtval_getString() {} void __cdecl ufmtval_nextPosition() {} -void __cdecl ugender_getInstance() {} -void __cdecl ugender_getListGender() {} -void __cdecl uidna_close() {} -void __cdecl uidna_labelToASCII() {} -void __cdecl uidna_labelToASCII_UTF8() {} -void __cdecl uidna_labelToUnicode() {} -void __cdecl uidna_labelToUnicodeUTF8() {} -void __cdecl uidna_nameToASCII() {} -void __cdecl uidna_nameToASCII_UTF8() {} -void __cdecl uidna_nameToUnicode() {} -void __cdecl uidna_nameToUnicodeUTF8() {} -void __cdecl uidna_openUTS46() {} -void __cdecl uiter_current32() {} -void __cdecl uiter_getState() {} -void __cdecl uiter_next32() {} -void __cdecl uiter_previous32() {} -void __cdecl uiter_setState() {} -void __cdecl uiter_setString() {} -void __cdecl uiter_setUTF16BE() {} -void __cdecl uiter_setUTF8() {} -void __cdecl uldn_close() {} -void __cdecl uldn_getContext() {} -void __cdecl uldn_getDialectHandling() {} -void __cdecl uldn_getLocale() {} -void __cdecl uldn_keyDisplayName() {} -void __cdecl uldn_keyValueDisplayName() {} -void __cdecl uldn_languageDisplayName() {} -void __cdecl uldn_localeDisplayName() {} -void __cdecl uldn_open() {} -void __cdecl uldn_openForContext() {} -void __cdecl uldn_regionDisplayName() {} -void __cdecl uldn_scriptCodeDisplayName() {} -void __cdecl uldn_scriptDisplayName() {} -void __cdecl uldn_variantDisplayName() {} -void __cdecl ulistfmt_close() {} void __cdecl ulistfmt_closeResult() {} -void __cdecl ulistfmt_format() {} void __cdecl ulistfmt_formatStringsToResult() {} -void __cdecl ulistfmt_open() {} void __cdecl ulistfmt_openForType() {} void __cdecl ulistfmt_openResult() {} void __cdecl ulistfmt_resultAsValue() {} -void __cdecl uloc_acceptLanguage() {} -void __cdecl uloc_acceptLanguageFromHTTP() {} -void __cdecl uloc_addLikelySubtags() {} -void __cdecl uloc_canonicalize() {} -void __cdecl uloc_countAvailable() {} -void __cdecl uloc_forLanguageTag() {} -void __cdecl uloc_getAvailable() {} -void __cdecl uloc_getBaseName() {} -void __cdecl uloc_getCharacterOrientation() {} -void __cdecl uloc_getCountry() {} -void __cdecl uloc_getDefault() {} -void __cdecl uloc_getDisplayCountry() {} -void __cdecl uloc_getDisplayKeyword() {} -void __cdecl uloc_getDisplayKeywordValue() {} -void __cdecl uloc_getDisplayLanguage() {} -void __cdecl uloc_getDisplayName() {} -void __cdecl uloc_getDisplayScript() {} -void __cdecl uloc_getDisplayVariant() {} -void __cdecl uloc_getISO3Country() {} -void __cdecl uloc_getISO3Language() {} -void __cdecl uloc_getISOCountries() {} -void __cdecl uloc_getISOLanguages() {} -void __cdecl uloc_getKeywordValue() {} -void __cdecl uloc_getLCID() {} -void __cdecl uloc_getLanguage() {} -void __cdecl uloc_getLineOrientation() {} -void __cdecl uloc_getLocaleForLCID() {} -void __cdecl uloc_getName() {} -void __cdecl uloc_getParent() {} -void __cdecl uloc_getScript() {} -void __cdecl uloc_getVariant() {} -void __cdecl uloc_isRightToLeft() {} -void __cdecl uloc_minimizeSubtags() {} void __cdecl uloc_openAvailableByType() {} -void __cdecl uloc_openKeywords() {} -void __cdecl uloc_setDefault() {} -void __cdecl uloc_setKeywordValue() {} -void __cdecl uloc_toLanguageTag() {} -void __cdecl uloc_toLegacyKey() {} -void __cdecl uloc_toLegacyType() {} -void __cdecl uloc_toUnicodeLocaleKey() {} -void __cdecl uloc_toUnicodeLocaleType() {} -void __cdecl ulocdata_close() {} -void __cdecl ulocdata_getCLDRVersion() {} -void __cdecl ulocdata_getDelimiter() {} -void __cdecl ulocdata_getExemplarSet() {} -void __cdecl ulocdata_getLocaleDisplayPattern() {} -void __cdecl ulocdata_getLocaleSeparator() {} -void __cdecl ulocdata_getMeasurementSystem() {} -void __cdecl ulocdata_getNoSubstitute() {} -void __cdecl ulocdata_getPaperSize() {} -void __cdecl ulocdata_open() {} -void __cdecl ulocdata_setNoSubstitute() {} -void __cdecl umsg_applyPattern() {} -void __cdecl umsg_autoQuoteApostrophe() {} -void __cdecl umsg_clone() {} -void __cdecl umsg_close() {} -void __cdecl umsg_format() {} -void __cdecl umsg_getLocale() {} -void __cdecl umsg_open() {} -void __cdecl umsg_parse() {} -void __cdecl umsg_setLocale() {} -void __cdecl umsg_toPattern() {} -void __cdecl umsg_vformat() {} -void __cdecl umsg_vparse() {} void __cdecl umutablecptrie_buildImmutable() {} void __cdecl umutablecptrie_clone() {} void __cdecl umutablecptrie_close() {} @@ -654,59 +47,6 @@ void __cdecl umutablecptrie_getRange() {} void __cdecl umutablecptrie_open() {} void __cdecl umutablecptrie_set() {} void __cdecl umutablecptrie_setRange() {} -void __cdecl unorm2_append() {} -void __cdecl unorm2_close() {} -void __cdecl unorm2_composePair() {} -void __cdecl unorm2_getCombiningClass() {} -void __cdecl unorm2_getDecomposition() {} -void __cdecl unorm2_getInstance() {} -void __cdecl unorm2_getNFCInstance() {} -void __cdecl unorm2_getNFDInstance() {} -void __cdecl unorm2_getNFKCCasefoldInstance() {} -void __cdecl unorm2_getNFKCInstance() {} -void __cdecl unorm2_getNFKDInstance() {} -void __cdecl unorm2_getRawDecomposition() {} -void __cdecl unorm2_hasBoundaryAfter() {} -void __cdecl unorm2_hasBoundaryBefore() {} -void __cdecl unorm2_isInert() {} -void __cdecl unorm2_isNormalized() {} -void __cdecl unorm2_normalize() {} -void __cdecl unorm2_normalizeSecondAndAppend() {} -void __cdecl unorm2_openFiltered() {} -void __cdecl unorm2_quickCheck() {} -void __cdecl unorm2_spanQuickCheckYes() {} -void __cdecl unorm_compare() {} -void __cdecl unum_applyPattern() {} -void __cdecl unum_clone() {} -void __cdecl unum_close() {} -void __cdecl unum_countAvailable() {} -void __cdecl unum_format() {} -void __cdecl unum_formatDecimal() {} -void __cdecl unum_formatDouble() {} -void __cdecl unum_formatDoubleCurrency() {} -void __cdecl unum_formatDoubleForFields() {} -void __cdecl unum_formatInt64() {} -void __cdecl unum_formatUFormattable() {} -void __cdecl unum_getAttribute() {} -void __cdecl unum_getAvailable() {} -void __cdecl unum_getContext() {} -void __cdecl unum_getDoubleAttribute() {} -void __cdecl unum_getLocaleByType() {} -void __cdecl unum_getSymbol() {} -void __cdecl unum_getTextAttribute() {} -void __cdecl unum_open() {} -void __cdecl unum_parse() {} -void __cdecl unum_parseDecimal() {} -void __cdecl unum_parseDouble() {} -void __cdecl unum_parseDoubleCurrency() {} -void __cdecl unum_parseInt64() {} -void __cdecl unum_parseToUFormattable() {} -void __cdecl unum_setAttribute() {} -void __cdecl unum_setContext() {} -void __cdecl unum_setDoubleAttribute() {} -void __cdecl unum_setSymbol() {} -void __cdecl unum_setTextAttribute() {} -void __cdecl unum_toPattern() {} void __cdecl unumf_close() {} void __cdecl unumf_closeResult() {} void __cdecl unumf_formatDecimal() {} @@ -719,307 +59,9 @@ void __cdecl unumf_resultAsValue() {} void __cdecl unumf_resultGetAllFieldPositions() {} void __cdecl unumf_resultNextFieldPosition() {} void __cdecl unumf_resultToString() {} -void __cdecl unumsys_close() {} -void __cdecl unumsys_getDescription() {} -void __cdecl unumsys_getName() {} -void __cdecl unumsys_getRadix() {} -void __cdecl unumsys_isAlgorithmic() {} -void __cdecl unumsys_open() {} -void __cdecl unumsys_openAvailableNames() {} -void __cdecl unumsys_openByName() {} -void __cdecl uplrules_close() {} -void __cdecl uplrules_getKeywords() {} -void __cdecl uplrules_open() {} -void __cdecl uplrules_openForType() {} -void __cdecl uplrules_select() {} void __cdecl uplrules_selectFormatted() {} -void __cdecl uregex_appendReplacement() {} -void __cdecl uregex_appendReplacementUText() {} -void __cdecl uregex_appendTail() {} -void __cdecl uregex_appendTailUText() {} -void __cdecl uregex_clone() {} -void __cdecl uregex_close() {} -void __cdecl uregex_end() {} -void __cdecl uregex_end64() {} -void __cdecl uregex_find() {} -void __cdecl uregex_find64() {} -void __cdecl uregex_findNext() {} -void __cdecl uregex_flags() {} -void __cdecl uregex_getFindProgressCallback() {} -void __cdecl uregex_getMatchCallback() {} -void __cdecl uregex_getStackLimit() {} -void __cdecl uregex_getText() {} -void __cdecl uregex_getTimeLimit() {} -void __cdecl uregex_getUText() {} -void __cdecl uregex_group() {} -void __cdecl uregex_groupCount() {} -void __cdecl uregex_groupNumberFromCName() {} -void __cdecl uregex_groupNumberFromName() {} -void __cdecl uregex_groupUText() {} -void __cdecl uregex_hasAnchoringBounds() {} -void __cdecl uregex_hasTransparentBounds() {} -void __cdecl uregex_hitEnd() {} -void __cdecl uregex_lookingAt() {} -void __cdecl uregex_lookingAt64() {} -void __cdecl uregex_matches() {} -void __cdecl uregex_matches64() {} -void __cdecl uregex_open() {} -void __cdecl uregex_openC() {} -void __cdecl uregex_openUText() {} -void __cdecl uregex_pattern() {} -void __cdecl uregex_patternUText() {} -void __cdecl uregex_refreshUText() {} -void __cdecl uregex_regionEnd() {} -void __cdecl uregex_regionEnd64() {} -void __cdecl uregex_regionStart() {} -void __cdecl uregex_regionStart64() {} -void __cdecl uregex_replaceAll() {} -void __cdecl uregex_replaceAllUText() {} -void __cdecl uregex_replaceFirst() {} -void __cdecl uregex_replaceFirstUText() {} -void __cdecl uregex_requireEnd() {} -void __cdecl uregex_reset() {} -void __cdecl uregex_reset64() {} -void __cdecl uregex_setFindProgressCallback() {} -void __cdecl uregex_setMatchCallback() {} -void __cdecl uregex_setRegion() {} -void __cdecl uregex_setRegion64() {} -void __cdecl uregex_setRegionAndStart() {} -void __cdecl uregex_setStackLimit() {} -void __cdecl uregex_setText() {} -void __cdecl uregex_setTimeLimit() {} -void __cdecl uregex_setUText() {} -void __cdecl uregex_split() {} -void __cdecl uregex_splitUText() {} -void __cdecl uregex_start() {} -void __cdecl uregex_start64() {} -void __cdecl uregex_useAnchoringBounds() {} -void __cdecl uregex_useTransparentBounds() {} -void __cdecl uregion_areEqual() {} -void __cdecl uregion_contains() {} -void __cdecl uregion_getAvailable() {} -void __cdecl uregion_getContainedRegions() {} -void __cdecl uregion_getContainedRegionsOfType() {} -void __cdecl uregion_getContainingRegion() {} -void __cdecl uregion_getContainingRegionOfType() {} -void __cdecl uregion_getNumericCode() {} -void __cdecl uregion_getPreferredValues() {} -void __cdecl uregion_getRegionCode() {} -void __cdecl uregion_getRegionFromCode() {} -void __cdecl uregion_getRegionFromNumericCode() {} -void __cdecl uregion_getType() {} -void __cdecl ureldatefmt_close() {} void __cdecl ureldatefmt_closeResult() {} -void __cdecl ureldatefmt_combineDateAndTime() {} -void __cdecl ureldatefmt_format() {} -void __cdecl ureldatefmt_formatNumeric() {} void __cdecl ureldatefmt_formatNumericToResult() {} void __cdecl ureldatefmt_formatToResult() {} -void __cdecl ureldatefmt_open() {} void __cdecl ureldatefmt_openResult() {} void __cdecl ureldatefmt_resultAsValue() {} -void __cdecl ures_close() {} -void __cdecl ures_getBinary() {} -void __cdecl ures_getByIndex() {} -void __cdecl ures_getByKey() {} -void __cdecl ures_getInt() {} -void __cdecl ures_getIntVector() {} -void __cdecl ures_getKey() {} -void __cdecl ures_getLocaleByType() {} -void __cdecl ures_getNextResource() {} -void __cdecl ures_getNextString() {} -void __cdecl ures_getSize() {} -void __cdecl ures_getString() {} -void __cdecl ures_getStringByIndex() {} -void __cdecl ures_getStringByKey() {} -void __cdecl ures_getType() {} -void __cdecl ures_getUInt() {} -void __cdecl ures_getUTF8String() {} -void __cdecl ures_getUTF8StringByIndex() {} -void __cdecl ures_getUTF8StringByKey() {} -void __cdecl ures_getVersion() {} -void __cdecl ures_hasNext() {} -void __cdecl ures_open() {} -void __cdecl ures_openAvailableLocales() {} -void __cdecl ures_openDirect() {} -void __cdecl ures_openU() {} -void __cdecl ures_resetIterator() {} -void __cdecl uscript_breaksBetweenLetters() {} -void __cdecl uscript_getCode() {} -void __cdecl uscript_getName() {} -void __cdecl uscript_getSampleString() {} -void __cdecl uscript_getScript() {} -void __cdecl uscript_getScriptExtensions() {} -void __cdecl uscript_getShortName() {} -void __cdecl uscript_getUsage() {} -void __cdecl uscript_hasScript() {} -void __cdecl uscript_isCased() {} -void __cdecl uscript_isRightToLeft() {} -void __cdecl usearch_close() {} -void __cdecl usearch_first() {} -void __cdecl usearch_following() {} -void __cdecl usearch_getAttribute() {} -void __cdecl usearch_getBreakIterator() {} -void __cdecl usearch_getCollator() {} -void __cdecl usearch_getMatchedLength() {} -void __cdecl usearch_getMatchedStart() {} -void __cdecl usearch_getMatchedText() {} -void __cdecl usearch_getOffset() {} -void __cdecl usearch_getPattern() {} -void __cdecl usearch_getText() {} -void __cdecl usearch_last() {} -void __cdecl usearch_next() {} -void __cdecl usearch_open() {} -void __cdecl usearch_openFromCollator() {} -void __cdecl usearch_preceding() {} -void __cdecl usearch_previous() {} -void __cdecl usearch_reset() {} -void __cdecl usearch_setAttribute() {} -void __cdecl usearch_setBreakIterator() {} -void __cdecl usearch_setCollator() {} -void __cdecl usearch_setOffset() {} -void __cdecl usearch_setPattern() {} -void __cdecl usearch_setText() {} -void __cdecl uset_add() {} -void __cdecl uset_addAll() {} -void __cdecl uset_addAllCodePoints() {} -void __cdecl uset_addRange() {} -void __cdecl uset_addString() {} -void __cdecl uset_applyIntPropertyValue() {} -void __cdecl uset_applyPattern() {} -void __cdecl uset_applyPropertyAlias() {} -void __cdecl uset_charAt() {} -void __cdecl uset_clear() {} -void __cdecl uset_clone() {} -void __cdecl uset_cloneAsThawed() {} -void __cdecl uset_close() {} -void __cdecl uset_closeOver() {} -void __cdecl uset_compact() {} -void __cdecl uset_complement() {} -void __cdecl uset_complementAll() {} -void __cdecl uset_contains() {} -void __cdecl uset_containsAll() {} -void __cdecl uset_containsAllCodePoints() {} -void __cdecl uset_containsNone() {} -void __cdecl uset_containsRange() {} -void __cdecl uset_containsSome() {} -void __cdecl uset_containsString() {} -void __cdecl uset_equals() {} -void __cdecl uset_freeze() {} -void __cdecl uset_getItem() {} -void __cdecl uset_getItemCount() {} -void __cdecl uset_getSerializedRange() {} -void __cdecl uset_getSerializedRangeCount() {} -void __cdecl uset_getSerializedSet() {} -void __cdecl uset_indexOf() {} -void __cdecl uset_isEmpty() {} -void __cdecl uset_isFrozen() {} -void __cdecl uset_open() {} -void __cdecl uset_openEmpty() {} -void __cdecl uset_openPattern() {} -void __cdecl uset_openPatternOptions() {} -void __cdecl uset_remove() {} -void __cdecl uset_removeAll() {} -void __cdecl uset_removeAllStrings() {} -void __cdecl uset_removeRange() {} -void __cdecl uset_removeString() {} -void __cdecl uset_resemblesPattern() {} -void __cdecl uset_retain() {} -void __cdecl uset_retainAll() {} -void __cdecl uset_serialize() {} -void __cdecl uset_serializedContains() {} -void __cdecl uset_set() {} -void __cdecl uset_setSerializedToOne() {} -void __cdecl uset_size() {} -void __cdecl uset_span() {} -void __cdecl uset_spanBack() {} -void __cdecl uset_spanBackUTF8() {} -void __cdecl uset_spanUTF8() {} -void __cdecl uset_toPattern() {} -void __cdecl uspoof_areConfusable() {} -void __cdecl uspoof_areConfusableUTF8() {} -void __cdecl uspoof_check() {} -void __cdecl uspoof_check2() {} -void __cdecl uspoof_check2UTF8() {} -void __cdecl uspoof_checkUTF8() {} -void __cdecl uspoof_clone() {} -void __cdecl uspoof_close() {} -void __cdecl uspoof_closeCheckResult() {} -void __cdecl uspoof_getAllowedChars() {} -void __cdecl uspoof_getAllowedLocales() {} -void __cdecl uspoof_getCheckResultChecks() {} -void __cdecl uspoof_getCheckResultNumerics() {} -void __cdecl uspoof_getCheckResultRestrictionLevel() {} -void __cdecl uspoof_getChecks() {} -void __cdecl uspoof_getInclusionSet() {} -void __cdecl uspoof_getRecommendedSet() {} -void __cdecl uspoof_getRestrictionLevel() {} -void __cdecl uspoof_getSkeleton() {} -void __cdecl uspoof_getSkeletonUTF8() {} -void __cdecl uspoof_open() {} -void __cdecl uspoof_openCheckResult() {} -void __cdecl uspoof_openFromSerialized() {} -void __cdecl uspoof_openFromSource() {} -void __cdecl uspoof_serialize() {} -void __cdecl uspoof_setAllowedChars() {} -void __cdecl uspoof_setAllowedLocales() {} -void __cdecl uspoof_setChecks() {} -void __cdecl uspoof_setRestrictionLevel() {} -void __cdecl usprep_close() {} -void __cdecl usprep_open() {} -void __cdecl usprep_openByType() {} -void __cdecl usprep_prepare() {} -void __cdecl utext_char32At() {} -void __cdecl utext_clone() {} -void __cdecl utext_close() {} -void __cdecl utext_copy() {} -void __cdecl utext_current32() {} -void __cdecl utext_equals() {} -void __cdecl utext_extract() {} -void __cdecl utext_freeze() {} -void __cdecl utext_getNativeIndex() {} -void __cdecl utext_getPreviousNativeIndex() {} -void __cdecl utext_hasMetaData() {} -void __cdecl utext_isLengthExpensive() {} -void __cdecl utext_isWritable() {} -void __cdecl utext_moveIndex32() {} -void __cdecl utext_nativeLength() {} -void __cdecl utext_next32() {} -void __cdecl utext_next32From() {} -void __cdecl utext_openUChars() {} -void __cdecl utext_openUTF8() {} -void __cdecl utext_previous32() {} -void __cdecl utext_previous32From() {} -void __cdecl utext_replace() {} -void __cdecl utext_setNativeIndex() {} -void __cdecl utext_setup() {} -void __cdecl utf8_appendCharSafeBody() {} -void __cdecl utf8_back1SafeBody() {} -void __cdecl utf8_nextCharSafeBody() {} -void __cdecl utf8_prevCharSafeBody() {} -void __cdecl utmscale_fromInt64() {} -void __cdecl utmscale_getTimeScaleValue() {} -void __cdecl utmscale_toInt64() {} -void __cdecl utrace_format() {} -void __cdecl utrace_functionName() {} -void __cdecl utrace_getFunctions() {} -void __cdecl utrace_getLevel() {} -void __cdecl utrace_setFunctions() {} -void __cdecl utrace_setLevel() {} -void __cdecl utrace_vformat() {} -void __cdecl utrans_clone() {} -void __cdecl utrans_close() {} -void __cdecl utrans_countAvailableIDs() {} -void __cdecl utrans_getSourceSet() {} -void __cdecl utrans_getUnicodeID() {} -void __cdecl utrans_openIDs() {} -void __cdecl utrans_openInverse() {} -void __cdecl utrans_openU() {} -void __cdecl utrans_register() {} -void __cdecl utrans_setFilter() {} -void __cdecl utrans_toRules() {} -void __cdecl utrans_trans() {} -void __cdecl utrans_transIncremental() {} -void __cdecl utrans_transIncrementalUChars() {} -void __cdecl utrans_transUChars() {} -void __cdecl utrans_unregisterID() {} diff --git a/crates/targets/baseline/icuin.dll.c b/crates/targets/baseline/icuin.dll.c new file mode 100644 index 0000000000..0bd615532c --- /dev/null +++ b/crates/targets/baseline/icuin.dll.c @@ -0,0 +1,416 @@ +void __cdecl u_formatMessage() {} +void __cdecl u_formatMessageWithError() {} +void __cdecl u_parseMessage() {} +void __cdecl u_parseMessageWithError() {} +void __cdecl u_vformatMessage() {} +void __cdecl u_vformatMessageWithError() {} +void __cdecl u_vparseMessage() {} +void __cdecl u_vparseMessageWithError() {} +void __cdecl ucal_add() {} +void __cdecl ucal_clear() {} +void __cdecl ucal_clearField() {} +void __cdecl ucal_clone() {} +void __cdecl ucal_close() {} +void __cdecl ucal_countAvailable() {} +void __cdecl ucal_equivalentTo() {} +void __cdecl ucal_get() {} +void __cdecl ucal_getAttribute() {} +void __cdecl ucal_getAvailable() {} +void __cdecl ucal_getCanonicalTimeZoneID() {} +void __cdecl ucal_getDSTSavings() {} +void __cdecl ucal_getDayOfWeekType() {} +void __cdecl ucal_getDefaultTimeZone() {} +void __cdecl ucal_getFieldDifference() {} +void __cdecl ucal_getGregorianChange() {} +void __cdecl ucal_getKeywordValuesForLocale() {} +void __cdecl ucal_getLimit() {} +void __cdecl ucal_getLocaleByType() {} +void __cdecl ucal_getMillis() {} +void __cdecl ucal_getNow() {} +void __cdecl ucal_getTZDataVersion() {} +void __cdecl ucal_getTimeZoneDisplayName() {} +void __cdecl ucal_getTimeZoneID() {} +void __cdecl ucal_getTimeZoneIDForWindowsID() {} +void __cdecl ucal_getTimeZoneTransitionDate() {} +void __cdecl ucal_getType() {} +void __cdecl ucal_getWeekendTransition() {} +void __cdecl ucal_getWindowsTimeZoneID() {} +void __cdecl ucal_inDaylightTime() {} +void __cdecl ucal_isSet() {} +void __cdecl ucal_isWeekend() {} +void __cdecl ucal_open() {} +void __cdecl ucal_openCountryTimeZones() {} +void __cdecl ucal_openTimeZoneIDEnumeration() {} +void __cdecl ucal_openTimeZones() {} +void __cdecl ucal_roll() {} +void __cdecl ucal_set() {} +void __cdecl ucal_setAttribute() {} +void __cdecl ucal_setDate() {} +void __cdecl ucal_setDateTime() {} +void __cdecl ucal_setDefaultTimeZone() {} +void __cdecl ucal_setGregorianChange() {} +void __cdecl ucal_setMillis() {} +void __cdecl ucal_setTimeZone() {} +void __cdecl ucol_cloneBinary() {} +void __cdecl ucol_close() {} +void __cdecl ucol_closeElements() {} +void __cdecl ucol_countAvailable() {} +void __cdecl ucol_equal() {} +void __cdecl ucol_getAttribute() {} +void __cdecl ucol_getAvailable() {} +void __cdecl ucol_getBound() {} +void __cdecl ucol_getContractionsAndExpansions() {} +void __cdecl ucol_getDisplayName() {} +void __cdecl ucol_getEquivalentReorderCodes() {} +void __cdecl ucol_getFunctionalEquivalent() {} +void __cdecl ucol_getKeywordValues() {} +void __cdecl ucol_getKeywordValuesForLocale() {} +void __cdecl ucol_getKeywords() {} +void __cdecl ucol_getLocaleByType() {} +void __cdecl ucol_getMaxExpansion() {} +void __cdecl ucol_getMaxVariable() {} +void __cdecl ucol_getOffset() {} +void __cdecl ucol_getReorderCodes() {} +void __cdecl ucol_getRules() {} +void __cdecl ucol_getRulesEx() {} +void __cdecl ucol_getSortKey() {} +void __cdecl ucol_getStrength() {} +void __cdecl ucol_getTailoredSet() {} +void __cdecl ucol_getUCAVersion() {} +void __cdecl ucol_getVariableTop() {} +void __cdecl ucol_getVersion() {} +void __cdecl ucol_greater() {} +void __cdecl ucol_greaterOrEqual() {} +void __cdecl ucol_keyHashCode() {} +void __cdecl ucol_mergeSortkeys() {} +void __cdecl ucol_next() {} +void __cdecl ucol_nextSortKeyPart() {} +void __cdecl ucol_open() {} +void __cdecl ucol_openAvailableLocales() {} +void __cdecl ucol_openBinary() {} +void __cdecl ucol_openElements() {} +void __cdecl ucol_openRules() {} +void __cdecl ucol_previous() {} +void __cdecl ucol_primaryOrder() {} +void __cdecl ucol_reset() {} +void __cdecl ucol_safeClone() {} +void __cdecl ucol_secondaryOrder() {} +void __cdecl ucol_setAttribute() {} +void __cdecl ucol_setMaxVariable() {} +void __cdecl ucol_setOffset() {} +void __cdecl ucol_setReorderCodes() {} +void __cdecl ucol_setStrength() {} +void __cdecl ucol_setText() {} +void __cdecl ucol_strcoll() {} +void __cdecl ucol_strcollIter() {} +void __cdecl ucol_strcollUTF8() {} +void __cdecl ucol_tertiaryOrder() {} +void __cdecl ucsdet_close() {} +void __cdecl ucsdet_detect() {} +void __cdecl ucsdet_detectAll() {} +void __cdecl ucsdet_enableInputFilter() {} +void __cdecl ucsdet_getAllDetectableCharsets() {} +void __cdecl ucsdet_getConfidence() {} +void __cdecl ucsdet_getLanguage() {} +void __cdecl ucsdet_getName() {} +void __cdecl ucsdet_getUChars() {} +void __cdecl ucsdet_isInputFilterEnabled() {} +void __cdecl ucsdet_open() {} +void __cdecl ucsdet_setDeclaredEncoding() {} +void __cdecl ucsdet_setText() {} +void __cdecl udat_adoptNumberFormat() {} +void __cdecl udat_adoptNumberFormatForFields() {} +void __cdecl udat_applyPattern() {} +void __cdecl udat_clone() {} +void __cdecl udat_close() {} +void __cdecl udat_countAvailable() {} +void __cdecl udat_countSymbols() {} +void __cdecl udat_format() {} +void __cdecl udat_formatCalendar() {} +void __cdecl udat_formatCalendarForFields() {} +void __cdecl udat_formatForFields() {} +void __cdecl udat_get2DigitYearStart() {} +void __cdecl udat_getAvailable() {} +void __cdecl udat_getBooleanAttribute() {} +void __cdecl udat_getCalendar() {} +void __cdecl udat_getContext() {} +void __cdecl udat_getLocaleByType() {} +void __cdecl udat_getNumberFormat() {} +void __cdecl udat_getNumberFormatForField() {} +void __cdecl udat_getSymbols() {} +void __cdecl udat_isLenient() {} +void __cdecl udat_open() {} +void __cdecl udat_parse() {} +void __cdecl udat_parseCalendar() {} +void __cdecl udat_set2DigitYearStart() {} +void __cdecl udat_setBooleanAttribute() {} +void __cdecl udat_setCalendar() {} +void __cdecl udat_setContext() {} +void __cdecl udat_setLenient() {} +void __cdecl udat_setNumberFormat() {} +void __cdecl udat_setSymbols() {} +void __cdecl udat_toCalendarDateField() {} +void __cdecl udat_toPattern() {} +void __cdecl udatpg_addPattern() {} +void __cdecl udatpg_clone() {} +void __cdecl udatpg_close() {} +void __cdecl udatpg_getAppendItemFormat() {} +void __cdecl udatpg_getAppendItemName() {} +void __cdecl udatpg_getBaseSkeleton() {} +void __cdecl udatpg_getBestPattern() {} +void __cdecl udatpg_getBestPatternWithOptions() {} +void __cdecl udatpg_getDateTimeFormat() {} +void __cdecl udatpg_getDecimal() {} +void __cdecl udatpg_getPatternForSkeleton() {} +void __cdecl udatpg_getSkeleton() {} +void __cdecl udatpg_open() {} +void __cdecl udatpg_openBaseSkeletons() {} +void __cdecl udatpg_openEmpty() {} +void __cdecl udatpg_openSkeletons() {} +void __cdecl udatpg_replaceFieldTypes() {} +void __cdecl udatpg_replaceFieldTypesWithOptions() {} +void __cdecl udatpg_setAppendItemFormat() {} +void __cdecl udatpg_setAppendItemName() {} +void __cdecl udatpg_setDateTimeFormat() {} +void __cdecl udatpg_setDecimal() {} +void __cdecl udtitvfmt_close() {} +void __cdecl udtitvfmt_format() {} +void __cdecl udtitvfmt_open() {} +void __cdecl ufieldpositer_close() {} +void __cdecl ufieldpositer_next() {} +void __cdecl ufieldpositer_open() {} +void __cdecl ufmt_close() {} +void __cdecl ufmt_getArrayItemByIndex() {} +void __cdecl ufmt_getArrayLength() {} +void __cdecl ufmt_getDate() {} +void __cdecl ufmt_getDecNumChars() {} +void __cdecl ufmt_getDouble() {} +void __cdecl ufmt_getInt64() {} +void __cdecl ufmt_getLong() {} +void __cdecl ufmt_getObject() {} +void __cdecl ufmt_getType() {} +void __cdecl ufmt_getUChars() {} +void __cdecl ufmt_isNumeric() {} +void __cdecl ufmt_open() {} +void __cdecl ugender_getInstance() {} +void __cdecl ugender_getListGender() {} +void __cdecl ulocdata_close() {} +void __cdecl ulocdata_getCLDRVersion() {} +void __cdecl ulocdata_getDelimiter() {} +void __cdecl ulocdata_getExemplarSet() {} +void __cdecl ulocdata_getLocaleDisplayPattern() {} +void __cdecl ulocdata_getLocaleSeparator() {} +void __cdecl ulocdata_getMeasurementSystem() {} +void __cdecl ulocdata_getNoSubstitute() {} +void __cdecl ulocdata_getPaperSize() {} +void __cdecl ulocdata_open() {} +void __cdecl ulocdata_setNoSubstitute() {} +void __cdecl umsg_applyPattern() {} +void __cdecl umsg_autoQuoteApostrophe() {} +void __cdecl umsg_clone() {} +void __cdecl umsg_close() {} +void __cdecl umsg_format() {} +void __cdecl umsg_getLocale() {} +void __cdecl umsg_open() {} +void __cdecl umsg_parse() {} +void __cdecl umsg_setLocale() {} +void __cdecl umsg_toPattern() {} +void __cdecl umsg_vformat() {} +void __cdecl umsg_vparse() {} +void __cdecl unum_applyPattern() {} +void __cdecl unum_clone() {} +void __cdecl unum_close() {} +void __cdecl unum_countAvailable() {} +void __cdecl unum_format() {} +void __cdecl unum_formatDecimal() {} +void __cdecl unum_formatDouble() {} +void __cdecl unum_formatDoubleCurrency() {} +void __cdecl unum_formatDoubleForFields() {} +void __cdecl unum_formatInt64() {} +void __cdecl unum_formatUFormattable() {} +void __cdecl unum_getAttribute() {} +void __cdecl unum_getAvailable() {} +void __cdecl unum_getContext() {} +void __cdecl unum_getDoubleAttribute() {} +void __cdecl unum_getLocaleByType() {} +void __cdecl unum_getSymbol() {} +void __cdecl unum_getTextAttribute() {} +void __cdecl unum_open() {} +void __cdecl unum_parse() {} +void __cdecl unum_parseDecimal() {} +void __cdecl unum_parseDouble() {} +void __cdecl unum_parseDoubleCurrency() {} +void __cdecl unum_parseInt64() {} +void __cdecl unum_parseToUFormattable() {} +void __cdecl unum_setAttribute() {} +void __cdecl unum_setContext() {} +void __cdecl unum_setDoubleAttribute() {} +void __cdecl unum_setSymbol() {} +void __cdecl unum_setTextAttribute() {} +void __cdecl unum_toPattern() {} +void __cdecl unumsys_close() {} +void __cdecl unumsys_getDescription() {} +void __cdecl unumsys_getName() {} +void __cdecl unumsys_getRadix() {} +void __cdecl unumsys_isAlgorithmic() {} +void __cdecl unumsys_open() {} +void __cdecl unumsys_openAvailableNames() {} +void __cdecl unumsys_openByName() {} +void __cdecl uplrules_close() {} +void __cdecl uplrules_getKeywords() {} +void __cdecl uplrules_open() {} +void __cdecl uplrules_openForType() {} +void __cdecl uplrules_select() {} +void __cdecl uregex_appendReplacement() {} +void __cdecl uregex_appendReplacementUText() {} +void __cdecl uregex_appendTail() {} +void __cdecl uregex_appendTailUText() {} +void __cdecl uregex_clone() {} +void __cdecl uregex_close() {} +void __cdecl uregex_end() {} +void __cdecl uregex_end64() {} +void __cdecl uregex_find() {} +void __cdecl uregex_find64() {} +void __cdecl uregex_findNext() {} +void __cdecl uregex_flags() {} +void __cdecl uregex_getFindProgressCallback() {} +void __cdecl uregex_getMatchCallback() {} +void __cdecl uregex_getStackLimit() {} +void __cdecl uregex_getText() {} +void __cdecl uregex_getTimeLimit() {} +void __cdecl uregex_getUText() {} +void __cdecl uregex_group() {} +void __cdecl uregex_groupCount() {} +void __cdecl uregex_groupNumberFromCName() {} +void __cdecl uregex_groupNumberFromName() {} +void __cdecl uregex_groupUText() {} +void __cdecl uregex_hasAnchoringBounds() {} +void __cdecl uregex_hasTransparentBounds() {} +void __cdecl uregex_hitEnd() {} +void __cdecl uregex_lookingAt() {} +void __cdecl uregex_lookingAt64() {} +void __cdecl uregex_matches() {} +void __cdecl uregex_matches64() {} +void __cdecl uregex_open() {} +void __cdecl uregex_openC() {} +void __cdecl uregex_openUText() {} +void __cdecl uregex_pattern() {} +void __cdecl uregex_patternUText() {} +void __cdecl uregex_refreshUText() {} +void __cdecl uregex_regionEnd() {} +void __cdecl uregex_regionEnd64() {} +void __cdecl uregex_regionStart() {} +void __cdecl uregex_regionStart64() {} +void __cdecl uregex_replaceAll() {} +void __cdecl uregex_replaceAllUText() {} +void __cdecl uregex_replaceFirst() {} +void __cdecl uregex_replaceFirstUText() {} +void __cdecl uregex_requireEnd() {} +void __cdecl uregex_reset() {} +void __cdecl uregex_reset64() {} +void __cdecl uregex_setFindProgressCallback() {} +void __cdecl uregex_setMatchCallback() {} +void __cdecl uregex_setRegion() {} +void __cdecl uregex_setRegion64() {} +void __cdecl uregex_setRegionAndStart() {} +void __cdecl uregex_setStackLimit() {} +void __cdecl uregex_setText() {} +void __cdecl uregex_setTimeLimit() {} +void __cdecl uregex_setUText() {} +void __cdecl uregex_split() {} +void __cdecl uregex_splitUText() {} +void __cdecl uregex_start() {} +void __cdecl uregex_start64() {} +void __cdecl uregex_useAnchoringBounds() {} +void __cdecl uregex_useTransparentBounds() {} +void __cdecl uregion_areEqual() {} +void __cdecl uregion_contains() {} +void __cdecl uregion_getAvailable() {} +void __cdecl uregion_getContainedRegions() {} +void __cdecl uregion_getContainedRegionsOfType() {} +void __cdecl uregion_getContainingRegion() {} +void __cdecl uregion_getContainingRegionOfType() {} +void __cdecl uregion_getNumericCode() {} +void __cdecl uregion_getPreferredValues() {} +void __cdecl uregion_getRegionCode() {} +void __cdecl uregion_getRegionFromCode() {} +void __cdecl uregion_getRegionFromNumericCode() {} +void __cdecl uregion_getType() {} +void __cdecl ureldatefmt_close() {} +void __cdecl ureldatefmt_combineDateAndTime() {} +void __cdecl ureldatefmt_format() {} +void __cdecl ureldatefmt_formatNumeric() {} +void __cdecl ureldatefmt_open() {} +void __cdecl usearch_close() {} +void __cdecl usearch_first() {} +void __cdecl usearch_following() {} +void __cdecl usearch_getAttribute() {} +void __cdecl usearch_getBreakIterator() {} +void __cdecl usearch_getCollator() {} +void __cdecl usearch_getMatchedLength() {} +void __cdecl usearch_getMatchedStart() {} +void __cdecl usearch_getMatchedText() {} +void __cdecl usearch_getOffset() {} +void __cdecl usearch_getPattern() {} +void __cdecl usearch_getText() {} +void __cdecl usearch_last() {} +void __cdecl usearch_next() {} +void __cdecl usearch_open() {} +void __cdecl usearch_openFromCollator() {} +void __cdecl usearch_preceding() {} +void __cdecl usearch_previous() {} +void __cdecl usearch_reset() {} +void __cdecl usearch_setAttribute() {} +void __cdecl usearch_setBreakIterator() {} +void __cdecl usearch_setCollator() {} +void __cdecl usearch_setOffset() {} +void __cdecl usearch_setPattern() {} +void __cdecl usearch_setText() {} +void __cdecl uspoof_areConfusable() {} +void __cdecl uspoof_areConfusableUTF8() {} +void __cdecl uspoof_check() {} +void __cdecl uspoof_check2() {} +void __cdecl uspoof_check2UTF8() {} +void __cdecl uspoof_checkUTF8() {} +void __cdecl uspoof_clone() {} +void __cdecl uspoof_close() {} +void __cdecl uspoof_closeCheckResult() {} +void __cdecl uspoof_getAllowedChars() {} +void __cdecl uspoof_getAllowedLocales() {} +void __cdecl uspoof_getCheckResultChecks() {} +void __cdecl uspoof_getCheckResultNumerics() {} +void __cdecl uspoof_getCheckResultRestrictionLevel() {} +void __cdecl uspoof_getChecks() {} +void __cdecl uspoof_getInclusionSet() {} +void __cdecl uspoof_getRecommendedSet() {} +void __cdecl uspoof_getRestrictionLevel() {} +void __cdecl uspoof_getSkeleton() {} +void __cdecl uspoof_getSkeletonUTF8() {} +void __cdecl uspoof_open() {} +void __cdecl uspoof_openCheckResult() {} +void __cdecl uspoof_openFromSerialized() {} +void __cdecl uspoof_openFromSource() {} +void __cdecl uspoof_serialize() {} +void __cdecl uspoof_setAllowedChars() {} +void __cdecl uspoof_setAllowedLocales() {} +void __cdecl uspoof_setChecks() {} +void __cdecl uspoof_setRestrictionLevel() {} +void __cdecl utmscale_fromInt64() {} +void __cdecl utmscale_getTimeScaleValue() {} +void __cdecl utmscale_toInt64() {} +void __cdecl utrans_clone() {} +void __cdecl utrans_close() {} +void __cdecl utrans_countAvailableIDs() {} +void __cdecl utrans_getSourceSet() {} +void __cdecl utrans_getUnicodeID() {} +void __cdecl utrans_openIDs() {} +void __cdecl utrans_openInverse() {} +void __cdecl utrans_openU() {} +void __cdecl utrans_register() {} +void __cdecl utrans_setFilter() {} +void __cdecl utrans_toRules() {} +void __cdecl utrans_trans() {} +void __cdecl utrans_transIncremental() {} +void __cdecl utrans_transIncrementalUChars() {} +void __cdecl utrans_transUChars() {} +void __cdecl utrans_unregisterID() {} diff --git a/crates/targets/baseline/icuuc.dll.c b/crates/targets/baseline/icuuc.dll.c new file mode 100644 index 0000000000..3a68cb8916 --- /dev/null +++ b/crates/targets/baseline/icuuc.dll.c @@ -0,0 +1,542 @@ +void __cdecl UCNV_FROM_U_CALLBACK_ESCAPE() {} +void __cdecl UCNV_FROM_U_CALLBACK_SKIP() {} +void __cdecl UCNV_FROM_U_CALLBACK_STOP() {} +void __cdecl UCNV_FROM_U_CALLBACK_SUBSTITUTE() {} +void __cdecl UCNV_TO_U_CALLBACK_ESCAPE() {} +void __cdecl UCNV_TO_U_CALLBACK_SKIP() {} +void __cdecl UCNV_TO_U_CALLBACK_STOP() {} +void __cdecl UCNV_TO_U_CALLBACK_SUBSTITUTE() {} +void __cdecl u_UCharsToChars() {} +void __cdecl u_austrcpy() {} +void __cdecl u_austrncpy() {} +void __cdecl u_catclose() {} +void __cdecl u_catgets() {} +void __cdecl u_catopen() {} +void __cdecl u_charAge() {} +void __cdecl u_charDigitValue() {} +void __cdecl u_charDirection() {} +void __cdecl u_charFromName() {} +void __cdecl u_charMirror() {} +void __cdecl u_charName() {} +void __cdecl u_charType() {} +void __cdecl u_charsToUChars() {} +void __cdecl u_cleanup() {} +void __cdecl u_countChar32() {} +void __cdecl u_digit() {} +void __cdecl u_enumCharNames() {} +void __cdecl u_enumCharTypes() {} +void __cdecl u_errorName() {} +void __cdecl u_foldCase() {} +void __cdecl u_forDigit() {} +void __cdecl u_getBidiPairedBracket() {} +void __cdecl u_getCombiningClass() {} +void __cdecl u_getDataVersion() {} +void __cdecl u_getFC_NFKC_Closure() {} +void __cdecl u_getIntPropertyMaxValue() {} +void __cdecl u_getIntPropertyMinValue() {} +void __cdecl u_getIntPropertyValue() {} +void __cdecl u_getNumericValue() {} +void __cdecl u_getPropertyEnum() {} +void __cdecl u_getPropertyName() {} +void __cdecl u_getPropertyValueEnum() {} +void __cdecl u_getPropertyValueName() {} +void __cdecl u_getUnicodeVersion() {} +void __cdecl u_getVersion() {} +void __cdecl u_hasBinaryProperty() {} +void __cdecl u_init() {} +void __cdecl u_isIDIgnorable() {} +void __cdecl u_isIDPart() {} +void __cdecl u_isIDStart() {} +void __cdecl u_isISOControl() {} +void __cdecl u_isJavaIDPart() {} +void __cdecl u_isJavaIDStart() {} +void __cdecl u_isJavaSpaceChar() {} +void __cdecl u_isMirrored() {} +void __cdecl u_isUAlphabetic() {} +void __cdecl u_isULowercase() {} +void __cdecl u_isUUppercase() {} +void __cdecl u_isUWhiteSpace() {} +void __cdecl u_isWhitespace() {} +void __cdecl u_isalnum() {} +void __cdecl u_isalpha() {} +void __cdecl u_isbase() {} +void __cdecl u_isblank() {} +void __cdecl u_iscntrl() {} +void __cdecl u_isdefined() {} +void __cdecl u_isdigit() {} +void __cdecl u_isgraph() {} +void __cdecl u_islower() {} +void __cdecl u_isprint() {} +void __cdecl u_ispunct() {} +void __cdecl u_isspace() {} +void __cdecl u_istitle() {} +void __cdecl u_isupper() {} +void __cdecl u_isxdigit() {} +void __cdecl u_memcasecmp() {} +void __cdecl u_memchr() {} +void __cdecl u_memchr32() {} +void __cdecl u_memcmp() {} +void __cdecl u_memcmpCodePointOrder() {} +void __cdecl u_memcpy() {} +void __cdecl u_memmove() {} +void __cdecl u_memrchr() {} +void __cdecl u_memrchr32() {} +void __cdecl u_memset() {} +void __cdecl u_setMemoryFunctions() {} +void __cdecl u_shapeArabic() {} +void __cdecl u_strCaseCompare() {} +void __cdecl u_strCompare() {} +void __cdecl u_strCompareIter() {} +void __cdecl u_strFindFirst() {} +void __cdecl u_strFindLast() {} +void __cdecl u_strFoldCase() {} +void __cdecl u_strFromJavaModifiedUTF8WithSub() {} +void __cdecl u_strFromUTF32() {} +void __cdecl u_strFromUTF32WithSub() {} +void __cdecl u_strFromUTF8() {} +void __cdecl u_strFromUTF8Lenient() {} +void __cdecl u_strFromUTF8WithSub() {} +void __cdecl u_strFromWCS() {} +void __cdecl u_strHasMoreChar32Than() {} +void __cdecl u_strToJavaModifiedUTF8() {} +void __cdecl u_strToLower() {} +void __cdecl u_strToTitle() {} +void __cdecl u_strToUTF32() {} +void __cdecl u_strToUTF32WithSub() {} +void __cdecl u_strToUTF8() {} +void __cdecl u_strToUTF8WithSub() {} +void __cdecl u_strToUpper() {} +void __cdecl u_strToWCS() {} +void __cdecl u_strcasecmp() {} +void __cdecl u_strcat() {} +void __cdecl u_strchr() {} +void __cdecl u_strchr32() {} +void __cdecl u_strcmp() {} +void __cdecl u_strcmpCodePointOrder() {} +void __cdecl u_strcpy() {} +void __cdecl u_strcspn() {} +void __cdecl u_strlen() {} +void __cdecl u_strncasecmp() {} +void __cdecl u_strncat() {} +void __cdecl u_strncmp() {} +void __cdecl u_strncmpCodePointOrder() {} +void __cdecl u_strncpy() {} +void __cdecl u_strpbrk() {} +void __cdecl u_strrchr() {} +void __cdecl u_strrchr32() {} +void __cdecl u_strrstr() {} +void __cdecl u_strspn() {} +void __cdecl u_strstr() {} +void __cdecl u_strtok_r() {} +void __cdecl u_tolower() {} +void __cdecl u_totitle() {} +void __cdecl u_toupper() {} +void __cdecl u_uastrcpy() {} +void __cdecl u_uastrncpy() {} +void __cdecl u_unescape() {} +void __cdecl u_unescapeAt() {} +void __cdecl u_versionFromString() {} +void __cdecl u_versionFromUString() {} +void __cdecl u_versionToString() {} +void __cdecl ubidi_close() {} +void __cdecl ubidi_countParagraphs() {} +void __cdecl ubidi_countRuns() {} +void __cdecl ubidi_getBaseDirection() {} +void __cdecl ubidi_getClassCallback() {} +void __cdecl ubidi_getCustomizedClass() {} +void __cdecl ubidi_getDirection() {} +void __cdecl ubidi_getLength() {} +void __cdecl ubidi_getLevelAt() {} +void __cdecl ubidi_getLevels() {} +void __cdecl ubidi_getLogicalIndex() {} +void __cdecl ubidi_getLogicalMap() {} +void __cdecl ubidi_getLogicalRun() {} +void __cdecl ubidi_getParaLevel() {} +void __cdecl ubidi_getParagraph() {} +void __cdecl ubidi_getParagraphByIndex() {} +void __cdecl ubidi_getProcessedLength() {} +void __cdecl ubidi_getReorderingMode() {} +void __cdecl ubidi_getReorderingOptions() {} +void __cdecl ubidi_getResultLength() {} +void __cdecl ubidi_getText() {} +void __cdecl ubidi_getVisualIndex() {} +void __cdecl ubidi_getVisualMap() {} +void __cdecl ubidi_getVisualRun() {} +void __cdecl ubidi_invertMap() {} +void __cdecl ubidi_isInverse() {} +void __cdecl ubidi_isOrderParagraphsLTR() {} +void __cdecl ubidi_open() {} +void __cdecl ubidi_openSized() {} +void __cdecl ubidi_orderParagraphsLTR() {} +void __cdecl ubidi_reorderLogical() {} +void __cdecl ubidi_reorderVisual() {} +void __cdecl ubidi_setClassCallback() {} +void __cdecl ubidi_setContext() {} +void __cdecl ubidi_setInverse() {} +void __cdecl ubidi_setLine() {} +void __cdecl ubidi_setPara() {} +void __cdecl ubidi_setReorderingMode() {} +void __cdecl ubidi_setReorderingOptions() {} +void __cdecl ubidi_writeReordered() {} +void __cdecl ubidi_writeReverse() {} +void __cdecl ubiditransform_close() {} +void __cdecl ubiditransform_open() {} +void __cdecl ubiditransform_transform() {} +void __cdecl ublock_getCode() {} +void __cdecl ubrk_close() {} +void __cdecl ubrk_countAvailable() {} +void __cdecl ubrk_current() {} +void __cdecl ubrk_first() {} +void __cdecl ubrk_following() {} +void __cdecl ubrk_getAvailable() {} +void __cdecl ubrk_getBinaryRules() {} +void __cdecl ubrk_getLocaleByType() {} +void __cdecl ubrk_getRuleStatus() {} +void __cdecl ubrk_getRuleStatusVec() {} +void __cdecl ubrk_isBoundary() {} +void __cdecl ubrk_last() {} +void __cdecl ubrk_next() {} +void __cdecl ubrk_open() {} +void __cdecl ubrk_openBinaryRules() {} +void __cdecl ubrk_openRules() {} +void __cdecl ubrk_preceding() {} +void __cdecl ubrk_previous() {} +void __cdecl ubrk_refreshUText() {} +void __cdecl ubrk_safeClone() {} +void __cdecl ubrk_setText() {} +void __cdecl ubrk_setUText() {} +void __cdecl ucasemap_close() {} +void __cdecl ucasemap_getBreakIterator() {} +void __cdecl ucasemap_getLocale() {} +void __cdecl ucasemap_getOptions() {} +void __cdecl ucasemap_open() {} +void __cdecl ucasemap_setBreakIterator() {} +void __cdecl ucasemap_setLocale() {} +void __cdecl ucasemap_setOptions() {} +void __cdecl ucasemap_toTitle() {} +void __cdecl ucasemap_utf8FoldCase() {} +void __cdecl ucasemap_utf8ToLower() {} +void __cdecl ucasemap_utf8ToTitle() {} +void __cdecl ucasemap_utf8ToUpper() {} +void __cdecl ucnv_cbFromUWriteBytes() {} +void __cdecl ucnv_cbFromUWriteSub() {} +void __cdecl ucnv_cbFromUWriteUChars() {} +void __cdecl ucnv_cbToUWriteSub() {} +void __cdecl ucnv_cbToUWriteUChars() {} +void __cdecl ucnv_close() {} +void __cdecl ucnv_compareNames() {} +void __cdecl ucnv_convert() {} +void __cdecl ucnv_convertEx() {} +void __cdecl ucnv_countAliases() {} +void __cdecl ucnv_countAvailable() {} +void __cdecl ucnv_countStandards() {} +void __cdecl ucnv_detectUnicodeSignature() {} +void __cdecl ucnv_fixFileSeparator() {} +void __cdecl ucnv_flushCache() {} +void __cdecl ucnv_fromAlgorithmic() {} +void __cdecl ucnv_fromUChars() {} +void __cdecl ucnv_fromUCountPending() {} +void __cdecl ucnv_fromUnicode() {} +void __cdecl ucnv_getAlias() {} +void __cdecl ucnv_getAliases() {} +void __cdecl ucnv_getAvailableName() {} +void __cdecl ucnv_getCCSID() {} +void __cdecl ucnv_getCanonicalName() {} +void __cdecl ucnv_getDefaultName() {} +void __cdecl ucnv_getDisplayName() {} +void __cdecl ucnv_getFromUCallBack() {} +void __cdecl ucnv_getInvalidChars() {} +void __cdecl ucnv_getInvalidUChars() {} +void __cdecl ucnv_getMaxCharSize() {} +void __cdecl ucnv_getMinCharSize() {} +void __cdecl ucnv_getName() {} +void __cdecl ucnv_getNextUChar() {} +void __cdecl ucnv_getPlatform() {} +void __cdecl ucnv_getStandard() {} +void __cdecl ucnv_getStandardName() {} +void __cdecl ucnv_getStarters() {} +void __cdecl ucnv_getSubstChars() {} +void __cdecl ucnv_getToUCallBack() {} +void __cdecl ucnv_getType() {} +void __cdecl ucnv_getUnicodeSet() {} +void __cdecl ucnv_isAmbiguous() {} +void __cdecl ucnv_isFixedWidth() {} +void __cdecl ucnv_open() {} +void __cdecl ucnv_openAllNames() {} +void __cdecl ucnv_openCCSID() {} +void __cdecl ucnv_openPackage() {} +void __cdecl ucnv_openStandardNames() {} +void __cdecl ucnv_openU() {} +void __cdecl ucnv_reset() {} +void __cdecl ucnv_resetFromUnicode() {} +void __cdecl ucnv_resetToUnicode() {} +void __cdecl ucnv_safeClone() {} +void __cdecl ucnv_setDefaultName() {} +void __cdecl ucnv_setFallback() {} +void __cdecl ucnv_setFromUCallBack() {} +void __cdecl ucnv_setSubstChars() {} +void __cdecl ucnv_setSubstString() {} +void __cdecl ucnv_setToUCallBack() {} +void __cdecl ucnv_toAlgorithmic() {} +void __cdecl ucnv_toUChars() {} +void __cdecl ucnv_toUCountPending() {} +void __cdecl ucnv_toUnicode() {} +void __cdecl ucnv_usesFallback() {} +void __cdecl ucnvsel_close() {} +void __cdecl ucnvsel_open() {} +void __cdecl ucnvsel_openFromSerialized() {} +void __cdecl ucnvsel_selectForString() {} +void __cdecl ucnvsel_selectForUTF8() {} +void __cdecl ucnvsel_serialize() {} +void __cdecl ucurr_countCurrencies() {} +void __cdecl ucurr_forLocale() {} +void __cdecl ucurr_forLocaleAndDate() {} +void __cdecl ucurr_getDefaultFractionDigits() {} +void __cdecl ucurr_getDefaultFractionDigitsForUsage() {} +void __cdecl ucurr_getKeywordValuesForLocale() {} +void __cdecl ucurr_getName() {} +void __cdecl ucurr_getNumericCode() {} +void __cdecl ucurr_getPluralName() {} +void __cdecl ucurr_getRoundingIncrement() {} +void __cdecl ucurr_getRoundingIncrementForUsage() {} +void __cdecl ucurr_isAvailable() {} +void __cdecl ucurr_openISOCurrencies() {} +void __cdecl ucurr_register() {} +void __cdecl ucurr_unregister() {} +void __cdecl uenum_close() {} +void __cdecl uenum_count() {} +void __cdecl uenum_next() {} +void __cdecl uenum_openCharStringsEnumeration() {} +void __cdecl uenum_openUCharStringsEnumeration() {} +void __cdecl uenum_reset() {} +void __cdecl uenum_unext() {} +void __cdecl uidna_close() {} +void __cdecl uidna_labelToASCII() {} +void __cdecl uidna_labelToASCII_UTF8() {} +void __cdecl uidna_labelToUnicode() {} +void __cdecl uidna_labelToUnicodeUTF8() {} +void __cdecl uidna_nameToASCII() {} +void __cdecl uidna_nameToASCII_UTF8() {} +void __cdecl uidna_nameToUnicode() {} +void __cdecl uidna_nameToUnicodeUTF8() {} +void __cdecl uidna_openUTS46() {} +void __cdecl uiter_current32() {} +void __cdecl uiter_getState() {} +void __cdecl uiter_next32() {} +void __cdecl uiter_previous32() {} +void __cdecl uiter_setState() {} +void __cdecl uiter_setString() {} +void __cdecl uiter_setUTF16BE() {} +void __cdecl uiter_setUTF8() {} +void __cdecl uldn_close() {} +void __cdecl uldn_getContext() {} +void __cdecl uldn_getDialectHandling() {} +void __cdecl uldn_getLocale() {} +void __cdecl uldn_keyDisplayName() {} +void __cdecl uldn_keyValueDisplayName() {} +void __cdecl uldn_languageDisplayName() {} +void __cdecl uldn_localeDisplayName() {} +void __cdecl uldn_open() {} +void __cdecl uldn_openForContext() {} +void __cdecl uldn_regionDisplayName() {} +void __cdecl uldn_scriptCodeDisplayName() {} +void __cdecl uldn_scriptDisplayName() {} +void __cdecl uldn_variantDisplayName() {} +void __cdecl ulistfmt_close() {} +void __cdecl ulistfmt_format() {} +void __cdecl ulistfmt_open() {} +void __cdecl uloc_acceptLanguage() {} +void __cdecl uloc_acceptLanguageFromHTTP() {} +void __cdecl uloc_addLikelySubtags() {} +void __cdecl uloc_canonicalize() {} +void __cdecl uloc_countAvailable() {} +void __cdecl uloc_forLanguageTag() {} +void __cdecl uloc_getAvailable() {} +void __cdecl uloc_getBaseName() {} +void __cdecl uloc_getCharacterOrientation() {} +void __cdecl uloc_getCountry() {} +void __cdecl uloc_getDefault() {} +void __cdecl uloc_getDisplayCountry() {} +void __cdecl uloc_getDisplayKeyword() {} +void __cdecl uloc_getDisplayKeywordValue() {} +void __cdecl uloc_getDisplayLanguage() {} +void __cdecl uloc_getDisplayName() {} +void __cdecl uloc_getDisplayScript() {} +void __cdecl uloc_getDisplayVariant() {} +void __cdecl uloc_getISO3Country() {} +void __cdecl uloc_getISO3Language() {} +void __cdecl uloc_getISOCountries() {} +void __cdecl uloc_getISOLanguages() {} +void __cdecl uloc_getKeywordValue() {} +void __cdecl uloc_getLCID() {} +void __cdecl uloc_getLanguage() {} +void __cdecl uloc_getLineOrientation() {} +void __cdecl uloc_getLocaleForLCID() {} +void __cdecl uloc_getName() {} +void __cdecl uloc_getParent() {} +void __cdecl uloc_getScript() {} +void __cdecl uloc_getVariant() {} +void __cdecl uloc_isRightToLeft() {} +void __cdecl uloc_minimizeSubtags() {} +void __cdecl uloc_openKeywords() {} +void __cdecl uloc_setDefault() {} +void __cdecl uloc_setKeywordValue() {} +void __cdecl uloc_toLanguageTag() {} +void __cdecl uloc_toLegacyKey() {} +void __cdecl uloc_toLegacyType() {} +void __cdecl uloc_toUnicodeLocaleKey() {} +void __cdecl uloc_toUnicodeLocaleType() {} +void __cdecl unorm2_append() {} +void __cdecl unorm2_close() {} +void __cdecl unorm2_composePair() {} +void __cdecl unorm2_getCombiningClass() {} +void __cdecl unorm2_getDecomposition() {} +void __cdecl unorm2_getInstance() {} +void __cdecl unorm2_getNFCInstance() {} +void __cdecl unorm2_getNFDInstance() {} +void __cdecl unorm2_getNFKCCasefoldInstance() {} +void __cdecl unorm2_getNFKCInstance() {} +void __cdecl unorm2_getNFKDInstance() {} +void __cdecl unorm2_getRawDecomposition() {} +void __cdecl unorm2_hasBoundaryAfter() {} +void __cdecl unorm2_hasBoundaryBefore() {} +void __cdecl unorm2_isInert() {} +void __cdecl unorm2_isNormalized() {} +void __cdecl unorm2_normalize() {} +void __cdecl unorm2_normalizeSecondAndAppend() {} +void __cdecl unorm2_openFiltered() {} +void __cdecl unorm2_quickCheck() {} +void __cdecl unorm2_spanQuickCheckYes() {} +void __cdecl unorm_compare() {} +void __cdecl ures_close() {} +void __cdecl ures_getBinary() {} +void __cdecl ures_getByIndex() {} +void __cdecl ures_getByKey() {} +void __cdecl ures_getInt() {} +void __cdecl ures_getIntVector() {} +void __cdecl ures_getKey() {} +void __cdecl ures_getLocaleByType() {} +void __cdecl ures_getNextResource() {} +void __cdecl ures_getNextString() {} +void __cdecl ures_getSize() {} +void __cdecl ures_getString() {} +void __cdecl ures_getStringByIndex() {} +void __cdecl ures_getStringByKey() {} +void __cdecl ures_getType() {} +void __cdecl ures_getUInt() {} +void __cdecl ures_getUTF8String() {} +void __cdecl ures_getUTF8StringByIndex() {} +void __cdecl ures_getUTF8StringByKey() {} +void __cdecl ures_getVersion() {} +void __cdecl ures_hasNext() {} +void __cdecl ures_open() {} +void __cdecl ures_openAvailableLocales() {} +void __cdecl ures_openDirect() {} +void __cdecl ures_openU() {} +void __cdecl ures_resetIterator() {} +void __cdecl uscript_breaksBetweenLetters() {} +void __cdecl uscript_getCode() {} +void __cdecl uscript_getName() {} +void __cdecl uscript_getSampleString() {} +void __cdecl uscript_getScript() {} +void __cdecl uscript_getScriptExtensions() {} +void __cdecl uscript_getShortName() {} +void __cdecl uscript_getUsage() {} +void __cdecl uscript_hasScript() {} +void __cdecl uscript_isCased() {} +void __cdecl uscript_isRightToLeft() {} +void __cdecl uset_add() {} +void __cdecl uset_addAll() {} +void __cdecl uset_addAllCodePoints() {} +void __cdecl uset_addRange() {} +void __cdecl uset_addString() {} +void __cdecl uset_applyIntPropertyValue() {} +void __cdecl uset_applyPattern() {} +void __cdecl uset_applyPropertyAlias() {} +void __cdecl uset_charAt() {} +void __cdecl uset_clear() {} +void __cdecl uset_clone() {} +void __cdecl uset_cloneAsThawed() {} +void __cdecl uset_close() {} +void __cdecl uset_closeOver() {} +void __cdecl uset_compact() {} +void __cdecl uset_complement() {} +void __cdecl uset_complementAll() {} +void __cdecl uset_contains() {} +void __cdecl uset_containsAll() {} +void __cdecl uset_containsAllCodePoints() {} +void __cdecl uset_containsNone() {} +void __cdecl uset_containsRange() {} +void __cdecl uset_containsSome() {} +void __cdecl uset_containsString() {} +void __cdecl uset_equals() {} +void __cdecl uset_freeze() {} +void __cdecl uset_getItem() {} +void __cdecl uset_getItemCount() {} +void __cdecl uset_getSerializedRange() {} +void __cdecl uset_getSerializedRangeCount() {} +void __cdecl uset_getSerializedSet() {} +void __cdecl uset_indexOf() {} +void __cdecl uset_isEmpty() {} +void __cdecl uset_isFrozen() {} +void __cdecl uset_open() {} +void __cdecl uset_openEmpty() {} +void __cdecl uset_openPattern() {} +void __cdecl uset_openPatternOptions() {} +void __cdecl uset_remove() {} +void __cdecl uset_removeAll() {} +void __cdecl uset_removeAllStrings() {} +void __cdecl uset_removeRange() {} +void __cdecl uset_removeString() {} +void __cdecl uset_resemblesPattern() {} +void __cdecl uset_retain() {} +void __cdecl uset_retainAll() {} +void __cdecl uset_serialize() {} +void __cdecl uset_serializedContains() {} +void __cdecl uset_set() {} +void __cdecl uset_setSerializedToOne() {} +void __cdecl uset_size() {} +void __cdecl uset_span() {} +void __cdecl uset_spanBack() {} +void __cdecl uset_spanBackUTF8() {} +void __cdecl uset_spanUTF8() {} +void __cdecl uset_toPattern() {} +void __cdecl usprep_close() {} +void __cdecl usprep_open() {} +void __cdecl usprep_openByType() {} +void __cdecl usprep_prepare() {} +void __cdecl utext_char32At() {} +void __cdecl utext_clone() {} +void __cdecl utext_close() {} +void __cdecl utext_copy() {} +void __cdecl utext_current32() {} +void __cdecl utext_equals() {} +void __cdecl utext_extract() {} +void __cdecl utext_freeze() {} +void __cdecl utext_getNativeIndex() {} +void __cdecl utext_getPreviousNativeIndex() {} +void __cdecl utext_hasMetaData() {} +void __cdecl utext_isLengthExpensive() {} +void __cdecl utext_isWritable() {} +void __cdecl utext_moveIndex32() {} +void __cdecl utext_nativeLength() {} +void __cdecl utext_next32() {} +void __cdecl utext_next32From() {} +void __cdecl utext_openUChars() {} +void __cdecl utext_openUTF8() {} +void __cdecl utext_previous32() {} +void __cdecl utext_previous32From() {} +void __cdecl utext_replace() {} +void __cdecl utext_setNativeIndex() {} +void __cdecl utext_setup() {} +void __cdecl utf8_appendCharSafeBody() {} +void __cdecl utf8_back1SafeBody() {} +void __cdecl utf8_nextCharSafeBody() {} +void __cdecl utf8_prevCharSafeBody() {} +void __cdecl utrace_format() {} +void __cdecl utrace_functionName() {} +void __cdecl utrace_getFunctions() {} +void __cdecl utrace_getLevel() {} +void __cdecl utrace_setFunctions() {} +void __cdecl utrace_setLevel() {} +void __cdecl utrace_vformat() {} diff --git a/crates/targets/baseline/ntdll.dll.c b/crates/targets/baseline/ntdll.dll.c index 7a9940a1c2..bd5618513d 100644 --- a/crates/targets/baseline/ntdll.dll.c +++ b/crates/targets/baseline/ntdll.dll.c @@ -225,6 +225,7 @@ void __stdcall RtlDeleteHashTable(int p0) {} void __stdcall RtlDeleteNoSplay(int p0, int p1) {} void __stdcall RtlDeleteRegistryValue(int p0, int p1, int p2) {} void __stdcall RtlDestroyHeap(int p0) {} +void __stdcall RtlDosPathNameToNtPathName_U_WithStatus(int p0, int p1, int p2, int p3) {} void __stdcall RtlDowncaseUnicodeChar(int p0) {} void __stdcall RtlDowncaseUnicodeString(int p0, int p1, int p2) {} void __stdcall RtlDrainNonVolatileFlush(int p0) {} @@ -352,6 +353,7 @@ void __stdcall RtlIpv6StringToAddressExW(int p0, int p1, int p2, int p3) {} void __stdcall RtlIpv6StringToAddressW(int p0, int p1, int p2) {} void __stdcall RtlIsApiSetImplemented(int p0) {} void __stdcall RtlIsCloudFilesPlaceholder(int p0, int p1) {} +void __stdcall RtlIsDosDeviceName_U(int p0) {} void __stdcall RtlIsGenericTableEmpty(int p0) {} void __stdcall RtlIsGenericTableEmptyAvl(int p0) {} void __stdcall RtlIsMultiSessionSku() {} diff --git a/crates/targets/baseline/wintrust.dll.c b/crates/targets/baseline/wintrust.dll.c index 5469a1e84b..ae4503c30d 100644 --- a/crates/targets/baseline/wintrust.dll.c +++ b/crates/targets/baseline/wintrust.dll.c @@ -12,8 +12,10 @@ void __stdcall CryptCATAdminResolveCatalogPath(int p0, int p1, int p2, int p3) { void __stdcall CryptCATAllocSortedMemberInfo(int p0, int p1) {} void __stdcall CryptCATCDFClose(int p0) {} void __stdcall CryptCATCDFEnumAttributes(int p0, int p1, int p2, int p3) {} +void __stdcall CryptCATCDFEnumAttributesWithCDFTag(int p0, int p1, int p2, int p3, int p4) {} void __stdcall CryptCATCDFEnumCatAttributes(int p0, int p1, int p2) {} void __stdcall CryptCATCDFEnumMembers(int p0, int p1, int p2) {} +void __stdcall CryptCATCDFEnumMembersByCDFTagEx(int p0, int p1, int p2, int p3, int p4, int p5) {} void __stdcall CryptCATCDFOpen(int p0, int p1) {} void __stdcall CryptCATCatalogInfoFromContext(int p0, int p1, int p2) {} void __stdcall CryptCATClose(int p0) {} diff --git a/crates/targets/i686_gnu/lib/libwindows.0.52.0.a b/crates/targets/i686_gnu/lib/libwindows.0.52.0.a index 9adb881845..a340e8ea26 100644 Binary files a/crates/targets/i686_gnu/lib/libwindows.0.52.0.a and b/crates/targets/i686_gnu/lib/libwindows.0.52.0.a differ diff --git a/crates/targets/i686_gnullvm/lib/libwindows.0.52.0.a b/crates/targets/i686_gnullvm/lib/libwindows.0.52.0.a index 89bc17be34..2b3bb34b5c 100644 Binary files a/crates/targets/i686_gnullvm/lib/libwindows.0.52.0.a and b/crates/targets/i686_gnullvm/lib/libwindows.0.52.0.a differ diff --git a/crates/targets/i686_msvc/lib/windows.0.52.0.lib b/crates/targets/i686_msvc/lib/windows.0.52.0.lib index 3745020dd5..74c7d54dbe 100644 Binary files a/crates/targets/i686_msvc/lib/windows.0.52.0.lib and b/crates/targets/i686_msvc/lib/windows.0.52.0.lib differ diff --git a/crates/targets/x86_64_gnu/lib/libwindows.0.52.0.a b/crates/targets/x86_64_gnu/lib/libwindows.0.52.0.a index d2bd14094c..cbada3cca8 100644 Binary files a/crates/targets/x86_64_gnu/lib/libwindows.0.52.0.a and b/crates/targets/x86_64_gnu/lib/libwindows.0.52.0.a differ diff --git a/crates/targets/x86_64_gnullvm/lib/libwindows.0.52.0.a b/crates/targets/x86_64_gnullvm/lib/libwindows.0.52.0.a index cc7ded4a5d..d2977b7610 100644 Binary files a/crates/targets/x86_64_gnullvm/lib/libwindows.0.52.0.a and b/crates/targets/x86_64_gnullvm/lib/libwindows.0.52.0.a differ diff --git a/crates/targets/x86_64_msvc/lib/windows.0.52.0.lib b/crates/targets/x86_64_msvc/lib/windows.0.52.0.lib index c31ba37ade..bec06709d3 100644 Binary files a/crates/targets/x86_64_msvc/lib/windows.0.52.0.lib and b/crates/targets/x86_64_msvc/lib/windows.0.52.0.lib differ diff --git a/crates/tests/misc/implement/tests/properties.rs b/crates/tests/misc/implement/tests/properties.rs index f1c2f655de..0e50f60f0b 100644 --- a/crates/tests/misc/implement/tests/properties.rs +++ b/crates/tests/misc/implement/tests/properties.rs @@ -1,8 +1,12 @@ #![allow(non_snake_case)] use windows::{ - core::*, Win32::System::Com::StructuredStorage::*, Win32::System::Com::*, - Win32::UI::Shell::PropertiesSystem::*, + core::*, + Win32::{ + Foundation::*, + System::Com::{StructuredStorage::*, *}, + UI::Shell::PropertiesSystem::*, + }, }; #[implement(IInitializeWithStream, IPropertyStore, IPropertyStoreCapabilities)] @@ -36,8 +40,8 @@ impl IPropertyStore_Impl for Object_Impl { } impl IPropertyStoreCapabilities_Impl for Object_Impl { - fn IsPropertyWritable(&self, _: *const PROPERTYKEY) -> Result<()> { - Ok(()) + fn IsPropertyWritable(&self, _: *const PROPERTYKEY) -> HRESULT { + S_OK } } @@ -54,7 +58,7 @@ fn test() -> Result<()> { assert_eq!(PROPVARIANT::from(123), b.GetValue(std::ptr::null())?); let c: IPropertyStoreCapabilities = b.cast()?; - c.IsPropertyWritable(&PROPERTYKEY::default())?; + c.IsPropertyWritable(&PROPERTYKEY::default()).ok()?; Ok(()) } diff --git a/crates/tests/misc/not_dll/tests/sys.rs b/crates/tests/misc/not_dll/tests/sys.rs index 41f2949400..0059f9cd41 100644 --- a/crates/tests/misc/not_dll/tests/sys.rs +++ b/crates/tests/misc/not_dll/tests/sys.rs @@ -5,6 +5,8 @@ use windows_sys::Win32::Graphics::Printing::*; #[test] fn test() { unsafe { - GetSpoolFileHandle(core::ptr::null_mut()); + _ = GetSpoolFileHandle(PRINTER_HANDLE { + Value: std::ptr::null_mut(), + }); } } diff --git a/crates/tests/misc/not_dll/tests/win.rs b/crates/tests/misc/not_dll/tests/win.rs index 8457140feb..79251a832c 100644 --- a/crates/tests/misc/not_dll/tests/win.rs +++ b/crates/tests/misc/not_dll/tests/win.rs @@ -5,6 +5,6 @@ use windows::Win32::Graphics::Printing::*; #[test] fn test() { unsafe { - _ = GetSpoolFileHandle(None); + _ = GetSpoolFileHandle(PRINTER_HANDLE::default()); } }